2018-12-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3]

        Version 6.1.4.2, tag libreoffice-6.1.4.2
        
        Change-Id: I27359d20ce8b1f08a6e732b8c6c0ff0eb63eee25

2018-12-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b033e75379caea773af7891ca03a08cc7669efe8]

        bump product version to 6.1.4.2
        
        Change-Id: Ia16eda60e1b6eaff25516d090f4a871ed2074564

2018-12-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [990fc5a75e07aea3795523c9fa73dcf5eaf83bb4]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1-4'
          - new string for 6.1
            
            Change-Id: I2dc1a9611f8fa9e8c8032c1c148e4d7de24b6851
            (cherry picked from commit 64dc0c3d98e9e84196c25f7ec5e7aca3b5439b0e)
            
2018-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [e29051d740d7df202b9ed28ac50fc6a62ecb59c3]

        address forward incompatibility of InputRequired default change
        
        commit fec8c14e960fbcd639a04d6c3354caff2d0bd365 changed the default value
        of InputRequired as read from the file; that is the value InputRequired
        has when it is set to neither false nor true in the file
        
        This is to mitigate the fact that InputRequired was not property
        enforced and now suddenly is, but its default value was "true"! So
        lots of past forms have InputRequired==true everywhere, users did not
        pay attention to it because it was not enforced, and now it is
        enforced, which suddenly is a huge PITA for users because they have to
        update most controls in all forms. Since older versions of LibreOffice
        omitted the input-required attribute in the file (the XML stream) when
        it had its then-default value (namely "true"), we changed that to now
        mean "false". As a side-effect, newer LibreOffice omits the attribute
        in the XML stream when InputRequired has its new default value, namely
        "false".
        
        So the situation is that any file saved with an older LibreOffice will
        have all its form controls with InputRequired==false when opened with
        a newer LibreOffice, and any file saved with a newer LibreOffice will
        have all its form controls with InputRequired==true when opened with
        an older LibreOffice.
        
        This commit makes LibreOffice always write the XML attribute. So that
        any file saved with a newer LibreOffice will have the same
        InputRequired values when opened in an older LibreOffice.
        
        This enhances forward compatibility, because InputRequired was
        enforced in older versions when the underlying database field was
        marked NOT NULL. So the current situation leads to unwanted
        enforcement in older LibreOffice versions, with a file that is saved
        from newer LibreOffice with a control having InputRequired==false and
        bound to a database field marked NOT NULL. This commit fixes that, by
        ensuring that any form control with InputRequired==false in newer
        LibreOffice will also have InputRequired==false in older LibreOffice.
        
        Change-Id: I92ef48ad99c4e2ead43e95376282cc861c181ab3
        Reviewed-on: https://gerrit.libreoffice.org/64644
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Michael Meeks  <michael.meeks@collabora.com>  [2e5d804ffa7ce30079d0b1ee52d1a48137e2e68d]

        fix tdf#121468: preload fixes for Impress filters
        
        was: Re-factor internal filter logic, and impl. preload properly.
        
        Reviewed-on: https://gerrit.libreoffice.org/63761
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit 7b34fb18a4d60bfc4e32b7c382ac596cbc2e776f)
        Reviewed-on: https://gerrit.libreoffice.org/63850
        
        Conflicts:
        	sd/inc/sdfilter.hxx
        	sd/source/ui/app/sddll.cxx
        
        Change-Id: I4c55ceb19d5db2c1e4756901d0d8b14878641a99
        Reviewed-on: https://gerrit.libreoffice.org/64616
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 9fae95fef82bab8e0760d49ccce51a30ab705941)
        Reviewed-on: https://gerrit.libreoffice.org/64726
        Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Caolán McNamara  <caolanm@redhat.com>  [1ec50207dfe7ac7463ee9dff5b89c26af8b4e3b8]

        tdf#121830, tdf#121942 TogglePause should reset to original...
        
        state on deactivate_st ?
        
        is that how it should work, or should there be an additional TogglePause
        created at import time to get the apparent intended pause effect
        
        Reviewed-on: https://gerrit.libreoffice.org/64548
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 1aa10fcb668f67f4313b7170a4090027e52164c5)
        
        Change-Id: I0573bd8d9534271f2b36d7ab3b8cdc20e0f985a1
        Reviewed-on: https://gerrit.libreoffice.org/64621
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 8b550ff4c320e3c3e1495b4a38858c23c420dc86)
        Reviewed-on: https://gerrit.libreoffice.org/64816
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-12-12  Caolán McNamara  <caolanm@redhat.com>  [60e287339e563dce39574a3d66ea7218db0935e3]

        Resolves: tdf#121746 block toplevels from closing...
        
        while the extension manager is querying via a dialog. Reuse
        the isBusy for this.
        
        Change-Id: I97572404ae296e87fd44711bf1e978bd5bad6280
        Reviewed-on: https://gerrit.libreoffice.org/64162
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit d559d7085f8c160c9946ef3eb49250aa12358968)
        Reviewed-on: https://gerrit.libreoffice.org/64259
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Miklos Vajna  <vmiklos@collabora.com>  [9c4d105fe074111c844991d617be8f8437858986]

        sfx2: show partial signatures even if cert validation fails
        
        (cherry picked from commit 4a59a8aba8c9d451edff790d9281d0095c1bd78e)
        
        Conflicts:
        	xmlsecurity/qa/unit/signing/signing.cxx
        
        Change-Id: I6060b7130827346ac5d6955bf38ebe3b476819fd
        Reviewed-on: https://gerrit.libreoffice.org/64678
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Mike Kaganski  <mike.kaganski@collabora.com>  [126236b6b3ea47808eefbc1cce96cc7e3a2dc701]

        tdf#121987: Don't fail installation if failed to enable WU service
        
        Since commit 1882827320ed760de82211cf690b686f8d34ff74, an attempt to
        install UCRT will be performed regardless there is an evidence that it's
        present on the system, to workaround some cases where the existing UCRT
        is broken (tdf#115405, tdf#119910).
        
        But that made other errors to emerge: on systems where users disable WU
        service using some exotic ways, installer is unable to enable the
        service, and fails. [1][2] Examples of such hard-disables are using
        `sc delete` [3] and associating WU service with a guest account. Many
        such cases are reported for Windows 10, where installation of the UCRT
        is not required.
        
        So the solution (imperfect, but possibly the best possible here) is to
        allow installer to continue in case of failure enabling the service.
        This will automatically eliminate all problems related to Win10; and
        also for cases where users are advanced enough (the majority of such
        hard-disable cases should be those), it might be enough to add a
        relevant FAQ entry.
        
        [1] https://ask.libreoffice.org/en/question/172227/cannot-install-631/
        [2] https://ask.libreoffice.org/en/question/175571/installation-failed-unknown-error-win10x64/
        [3] https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/sc-delete
        
        Change-Id: Ie85016eb6f0667f39412a3089fe1b1855cb1fc73
        Reviewed-on: https://gerrit.libreoffice.org/64825
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 53058090beede6a399e2f408f62c28a2921ff8ab)
        Reviewed-on: https://gerrit.libreoffice.org/64830
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Stephan Bergmann  <sbergman@redhat.com>  [5a430e618efc3d230da460af566e4db26eb8e74e]

        tdf#121778: Work around odd macOS 10.14 graphicsContextWithWindow failure
        
        Although Stephan's original commit message below talks mainly about a
        unit test, this change helps at least in tdf#121778, too, and possibly
        other cases.
        
        It is interesting that wihout this change, a lot of these warnings are
        printed before the crash:
        warn:vcl.quartz:42670:52899343:vcl/quartz/salvd.cxx:312: No context
        
        Original commit message:
        
        When running on macOS 10.14, both master and libreoffice-6-1 (at least) started
        to fail CppunitTest_vcl_bitmap_render_test with
        
        > /Users/stephan/Software/lo2/core/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx:90: Assertion
        > Test name: BitmapRenderTest::testTdf113918
        > equality assertion failed
        > - Expected: mcBlueOrIndex: 255, mcGreen: 255, mcRed: 255, mcAlpha: 0
        > - Actual  : mcBlueOrIndex: 1, mcGreen: 112, mcRed: 15, mcAlpha: 0
        
        in --enable-debug/--enable-dbgutil builds.
        
        I tracked that down to the OSL_DEBUG_LEVEL>0--only call to
        Scheduler::ProcessEventsToIdle in test::BootstrapFixture::setUp
        (test/source/bootstrapfixture.cxx).  If that call is also included in non-debug
        (i.e., OSL_DEBUG_LEVEL=0) builds, or if it is removed from all builds and
        instead an unsuspecting
        
          [NSApp nextEventMatchingMask: 0 untilDate: nil inMode: NSDefaultRunLoopMode dequeue: NO];
        
        is added directly before the call to
        
          pVDev->SetOutputSizePixel(Size(2480, 3508));
        
        at the start of BitmapRenderTest::testTdf113918
        (vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx:76), the test always fails.
        
        What happens is that, after such a nextEventMatchingMask call done, the call to
        NSGraphicsContext graphicsContextWithWindow in AquaSalVirtualDevice::SetSize (as
        called from the SetOutputSizePixel call in the test) returns nil, for unclear
        reasons.
        
        Until those underlying reasons are understood, change the code of SetSize to
        "fall back to a bitmap context" also in case the graphicsContextWithWindow call
        returned nil.
        
        Reviewed-on: https://gerrit.libreoffice.org/61519
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit e659c6a1857fbb8e5a6e8ff60fe241483eea32dd)
        
        Change-Id: I604ebd2c444b58610e4ed73ec70af87b0a08e864
        Reviewed-on: https://gerrit.libreoffice.org/64597
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-12-12  Stephan Bergmann  <sbergman@redhat.com>  [cde3b1fbdf2341c00afcefc42ae061b2970b4da3]

        Fix reading 16 bit millisecond value
        
        It had originally been read as 16 bit via >> in
        d2000efb31f864e912c6cf52760eea0e602b6893 "#i106421#: move msfilter to filter",
        then accidentally changed to be read as 32 bit via >> in
        9830fd36dbdb72c79703b0c61efc027fba793c5a "date/time IDL datatypes incompatible
        change" (and later changed to be read as 32 bit explicitly via ReadUInt32 with
        15535e32ddcfee451d4dbc9be9de0b8c9f9d78d4 "convert SvStream::operator>> methods
        to ReadXXX methods").
        
        Change-Id: I5062e67a578d182a0df2726ab8d0bae465f154f3
        Reviewed-on: https://gerrit.libreoffice.org/64604
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins
        (cherry picked from commit f84f5b0a0cdb82f444de572f9d8554a96056f874)
        Reviewed-on: https://gerrit.libreoffice.org/64637
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-12-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [792dd92876273ddf7f18eb9aab0b368ea4ee4bbd]

        update credits
        
        Change-Id: I09e98f04b8ca2f2a3908f27276055fe9a308f5a8
        (cherry picked from commit e12308fe13aa6edd88a5ae297e55b07608287b47)
        (cherry picked from commit 90bff963ef6fb1dc0beac291a0d90c3b0bdfcf66)

2018-12-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8d8fa01a67f2441ada7a87ed53a9017bc70b50dc]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1-4'
          - update translations for 6.1.4 rc2
            
            and force-fix errors using pocheck
            
            Change-Id: I6686fb04f234a29ab52f5291995150d4e7ab424e
            (cherry picked from commit 4130dcdb31d4df40af488c87ca4e88cc72d59791)
            
2018-12-11  Eike Rathke  <erack@redhat.com>  [b8b2a7b85653aed203603f00287654cc62a053d7]

        Resolves: tdf#80583 create range list string with proper delimiter
        
        ... which is the to be used function parameter separator here. The
        current document's grammar (from which the separator is obtained
        in ScRangeList::Format() if not specified) may differ from the
        forced English grammar later when compiling the formula, and all
        formula expressions to be inserted use the language independent
        ';' semicolon function parameter separator.
        
        Change-Id: I7a3deb6d50fc57ed434ede1f00bbe8c5c1361e0f
        Reviewed-on: https://gerrit.libreoffice.org/64819
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 470a91cb041782e29664212d096bb16873ba57a0)
        Reviewed-on: https://gerrit.libreoffice.org/64824
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 89d65f96128edf3055aaa5cebdaf78d893d01187)
        Reviewed-on: https://gerrit.libreoffice.org/64853
        Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-12-10  Michael Weghorn  <m.weghorn@posteo.de>  [eb469025573c2d74fe4b1089345a1f5dff930107]

        tdf#121399 Join cmd reading thread in gtk3_kde5
        
        Stop reading commands from the pipe on kde5 side once
        the "Quit" command has been sent, in order to have
        the thread that is reading commands from stdin finish
        properly.
        
        Join the thread in the 'FilePickerIpc' destructor, rather than
        just deleting it while it may still be running, which
        resulted in 'terminate()' being called.
        
        Change-Id: Ia184987e7994cc1de0208ff2757a3cf06c8b7194
        Reviewed-on: https://gerrit.libreoffice.org/63835
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit 93815c2b04f1905e43c695caf5cc2c594bb897ce)
        Reviewed-on: https://gerrit.libreoffice.org/64588
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 626ebc8d81d684d3a845ff787fbaaf416df7e427)
        Reviewed-on: https://gerrit.libreoffice.org/64813
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-12-06  Eike Rathke  <erack@redhat.com>  [7c761ae3d363d6763dc182dd4481a9780521d9ed]

        Resolves: tdf#121887 RowModel::mnRow is 1-based, always
        
        Basically this was always wrong.
        
        Original code didn't treat the r attribute as optional and
        resulted in an invalid -1 row for such cases, hence the RowModel
        wasn't applied later.
        
        Then
        
        commit af8e6f4f544ecd01d3eda5f38bbd4779d5e8b2c6
        CommitDate: Wed May 29 22:05:02 2013 +0200
        
            r is an optional attribute in c and r, fdo#65059
        
        introduced a 0-based SheetDataContext::mnRow but assigned that to
        a 1-based RowModel::mnRow as well if r attribute was missing, and
        did not update SheetDataContext::mnRow if r attribute was given.
        
        commit ff56553e34dfed01b9226ce7a516dbeb6da32124
        CommitDate: Thu Mar 13 18:39:22 2014 -0400
        
            fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.
        
        then correctly assigned the decremented r attribute to
        SheetDataContext::mnRow but did not touch the assignment to
        RowModel::mnRow if r was not given. Probably confused by the
        ++mnRow already there which is correct but not sufficient for the
        assignment.
        
        Which we now finally fix herewith..
        
        Change-Id: Iae1563ed01b95e7852ddad4fd59374c07186b493
        Reviewed-on: https://gerrit.libreoffice.org/64580
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 76fbe494785faee1313d1c0be8ed2ca7b0d74f68)
        Reviewed-on: https://gerrit.libreoffice.org/64640
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0b8986992c7c092ec4f85d60c22db3603a474571]

        bump product version to 6.1.4.1.0+
        
        Change-Id: I2057b37cd228d17fc336e3137f39c4cfa0595a0d

2018-11-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f2e4d3902c187b8907f29f947d16a47bd4a5d0ff]

        Branch libreoffice-6-1-4
        
        This is 'libreoffice-6-1-4' - the stable branch for the 6.1.4 release.
        Only very safe changes, reviewed by three people are allowed.
        
        If you want to commit more complicated fix for the next 6.1.x release,
        please use the 'libreoffice-6-1' branch.
        
        If you want to build something cool, unstable, and risky, use master.
        
        Change-Id: Ic08d9aca1473a5abff4ce4833c5f755d43434b83

2018-11-28  AlicVB  <dev@lnaa.fr>  [6a25245b37437e66f501338f17d6b54825a266d3]

        tdf#120525 fix linespacing <100% for impress
        
        apply linespacing changes even for fonts with big descent values
        
        Change-Id: If1763da1ea015822d90a5c7410ca90dcaa71d22f
        Reviewed-on: https://gerrit.libreoffice.org/61894
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 87239dbf7d57d812cdecbf75f6e86afaa4864abb)
        Reviewed-on: https://gerrit.libreoffice.org/64190
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-11-28  Miklos Vajna  <vmiklos@collabora.com>  [ef5875be7d0aefcb95f878fee49d79a65cd063ea]

        tdf#120551 DOCX import: fix position of group shape with absolute position
        
        Regression from commit af313fc149f80adb0f1680ca20e19745ccb7fede
        (tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat
        option, 2017-01-06), the group shape which covers most of the single
        page in the document had a negative left position, while it should have
        a small positive one (checking the drawingML markup).
        
        This was a pre-existing problem, but now it's visible since we no longer
        force objects to be on the page in Word compat mode.
        
        Seeing the ODT import never positions group shapes (it's just a
        container for child shapes), probably the DOCX import shouldn't do that
        either. Start moving into this direction, first only for
        absolute-positioned toplevel group shapes only, which already fixes the
        bug.
        
        (cherry picked from commit d220e476df38e86e094066a690985c624316d37f)
        
        Change-Id: I152ba06a81a2bd09195a4c724da4b8878b0457bb
        Reviewed-on: https://gerrit.libreoffice.org/63710
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-28  Caolán McNamara  <caolanm@redhat.com>  [8b141eb612a89a112b9bb11baeff32155e4a0150]

        Resolves: tdf#121695 call save_value
        
        so get_value_changed_from_saved detects no-op
        
        Change-Id: I2b72bc7a6bc4093f9d942aa56f90542521e23cd9
        Reviewed-on: https://gerrit.libreoffice.org/64132
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-27  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [912c1584cbdb5eaedb079755df1150b95e8f7329]

        tdf#120115: Dont crash on Footnote/Table undo/redo
        
        brown paperbag commit:
        
        - for one, we only want to use the anchor format when we dont have
          another one, not the other way around
        - also we want to update the anchor format (not the char format) when it
          tells us so.
        - finally, keep the selected Char and AnchorFormat in Sync between
          SwEndnoteInfo and the underlying DocumentStylePoolManager
        
        Change-Id: Ic599dc1290c4e30d1746e5eefe6fed27b0ccdfe9
        Reviewed-on: https://gerrit.libreoffice.org/63306
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-27  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [4fae59d27c29011b1bcd6e9db8c43e38dfe50c82]

        Put text label outside of the pie if..
        
        performLabelBestFitInnerPlacement fails.
        
        Change-Id: Ic84e8b42e02da2023b22a9406c44d462170c5305
        Reviewed-on: https://gerrit.libreoffice.org/64015
        Tested-by: Jenkins
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        (cherry picked from commit 3339c730f8c9a6088a2e8b335185f1bf0b232216)
        Reviewed-on: https://gerrit.libreoffice.org/64033
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-11-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [25de3eed927b9286b9a5333dc1703c0bb4c847e9]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.4 rc1
            
            and force-fix errors using pocheck
            
            Change-Id: I9c68e9c3bf1907504b52af3e965905f110b56c4c
            
2018-11-27  Caolán McNamara  <caolanm@redhat.com>  [4846848941241f92b32bcffef3489736d1baffec]

        Resolves: tdf#119790 for gtk3 save and restore typed name on changing filter
        
        Change-Id: I17c3d154144b13ce401b0e4afe84c91a2fe98d8e
        Reviewed-on: https://gerrit.libreoffice.org/63076
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-11-27  Caolán McNamara  <caolanm@redhat.com>  [07542b44e7f86efacbe9427802b2fd4829ffbb49]

        Resolves: tdf#121238 format welded metricspinbuttons the same as historically
        
        i.e. not with the UI Language, but with the Locale setting.
        
        Change-Id: I5146ece3356fdb67c3c715c6d17e608ec92e739a
        Reviewed-on: https://gerrit.libreoffice.org/63089
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-11-27  Caolán McNamara  <caolanm@redhat.com>  [eb99f1174950e7a9752830264fc393d533d61891]

        Resolves: tdf#121607 set parent for password dialogs
        
        Change-Id: I02210a61d103aed4a181b0e907ea2fd141e5f587
        Reviewed-on: https://gerrit.libreoffice.org/63792
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-11-27  Caolán McNamara  <caolanm@redhat.com>  [cbf3e0d241f9fa3a9ffddd52acdbe03958be83da]

        tdf#121607 defer other requests until password dialog is dismissed
        
        Change-Id: I82b308f482cc5eb40a00afd01a6848afc3fb8ab1
        Reviewed-on: https://gerrit.libreoffice.org/63796
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-11-27  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [babf033fddf1d1212a268703a7dcd96214560f26]

        tdf#121648 EMF+ Fix displaying DrawDriverString record
        
        With introduing String rotation support
        I made mistake by not removing Maping from DX-Array.
        With this commit I'm fixing that issue.
        Now drawing with DrawDriverString record,
        and rotation is working perfectly.
        
        Change-Id: I7ae051b3791d9d2d8e2143ed33d21b7bfbc551c6
        Reviewed-on: https://gerrit.libreoffice.org/64080
        Tested-by: Jenkins
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-11-27  Xisco Fauli  <xiscofauli@libreoffice.org>  [81a5ff9b2de61fd0d848427b3c9b34b4e3c84145]

        tdf#120879 Remove has_default from help
        
        Change-Id: I5b776f89b7a49307e7a3ed4382f28ac58fc738ff
        Reviewed-on: https://gerrit.libreoffice.org/64054
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 2bb070f95a05d52cba6fa36450d6317ab883d881)
        Reviewed-on: https://gerrit.libreoffice.org/64074
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-27  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [39dbb20bb9a5f73487c5f3e0e685d7c61963a073]

        tdf#55058 tdf#106084 EMF+ Add support for Underline and Strikeout
        
        Add support of Underline and Strikeout for DrawString and
        DrawDriverString EMF+ records
        
        Change-Id: I24c47e0d7524dabc13edd04c6b68aec69fa35e7b
        Reviewed-on: https://gerrit.libreoffice.org/62827
        Tested-by: Jenkins
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        (cherry picked from commit 8d4da5429548ba6ef4d3ee4dd6062c25a77ba78b)
        Reviewed-on: https://gerrit.libreoffice.org/63576

2018-11-26  Xisco Fauli  <xiscofauli@libreoffice.org>  [c9adae998cb1132716874a98972a3d07d9dabd32]

        tdf#121647: fix regression from 85b3c799ede62a3d7ad0493fc80b629214956601
        
        the pCP = pCodePairs statement was left behind in
        
        - std::vector<sal_UCS4>::const_iterator itInt = aSupportedRanges.begin();
        - for( pCP = pCodePairs; itInt != aSupportedRanges.end(); ++itInt )
        -     *(pCP++) = *itInt;
        + for (auto const& supportedRange : aSupportedRanges)
        +     *(pCP++) = supportedRange;
        
        Change-Id: Icedf7a4dae224f6b328f924691ec4c6767495389
        Reviewed-on: https://gerrit.libreoffice.org/64049
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-26  Caolán McNamara  <caolanm@redhat.com>  [d3a79b489adc6a40b3c4063c1ec324d36686853b]

        tdf#120426 save the style names when set or changed
        
        instead of waiting until gaining focus of the listbox,
        because of the differences in what that focus means in
        the different backends. It was an odd way to do things anyway.
        
        Change-Id: I072e3da04db184b49a86a9888080b60223813729
        Reviewed-on: https://gerrit.libreoffice.org/63822
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-26  Caolán McNamara  <caolanm@redhat.com>  [0f59ab7aa00232a083f28a52d006b2ea361798e0]

        Resolves: tdf#121644 clear pointer to customlines when customlines cleared
        
        Change-Id: I09bf6f3c484a2d90a865f0a5743c4e99d2f77b0a
        Reviewed-on: https://gerrit.libreoffice.org/63873
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d370bbe3c15706872f8c0258ed1e21741d0228d]

        tdf#108027, add external ref string items to the data array
        
        Change-Id: Iaf607fca6d7e88f2c529ab4a374f34164813331a
        Reviewed-on: https://gerrit.libreoffice.org/64009
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 72e204da9a062282e52d5060e7f633e3b21414ff)
        Reviewed-on: https://gerrit.libreoffice.org/64012
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-26  Armin Le Grand  <Armin.Le.Grand@cib.de>  [24551cb78d4ae11101860ef98e9040a9105251df]

        tdf#116931 Fix scale when calc cells move indirectly
        
        For the anchor mode 'To Cell (resize with cell)' there
        were errors e.g. when the cell the object is in does
        not scale but move. If that move went further than the
        object is, wrong offsets emerged.
        Also added full linear per-cell scale instead of only
        scale (no translation through scale). Overhauled to
        use liner transfomations, too.
        
        Change-Id: Icff0fad168476c68ea10fd5830bf53bd7294b89f
        Reviewed-on: https://gerrit.libreoffice.org/63803
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 10a58ec15438d34a594437815882862c4576e2c0)
        Reviewed-on: https://gerrit.libreoffice.org/63852
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-11-23  Caolán McNamara  <caolanm@redhat.com>  [3760cfe1cb146bf99077579a5d3939a6b668a7d4]

        honor getNumDecimalSep for keypad input in native gtk3 dialogs
        
        Change-Id: Ibbd37f18ee97eb6ded0ab90cd70b777ffd20f91d
        Reviewed-on: https://gerrit.libreoffice.org/63292
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3af23568f9b9b444ae09f2a1ab4a61d212b422a]

        tdf#114836, only set changed SfxItemSet properties
        
        By always setting all existing properties again the calls started
        to differ between XMultiPropertySet::setPropertyValues and
        XPropertySet::setPropertyValue. This patch reduces the changes in
        the called methods. We can not avoid slight differences but at least
        the risk is minimized that something is unexpectedly changed.
        
        Change-Id: I5866db7be2829e6aba930f620f45db655df4e3f7
        Reviewed-on: https://gerrit.libreoffice.org/63854
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 80cf278d365a2d357c70b8c28947c91fa97e7a99)
        Reviewed-on: https://gerrit.libreoffice.org/63857
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-22  Eike Rathke  <erack@redhat.com>  [8bc69c4a45d1fc4fe73dd579bc5dc828aaa9b1e7]

        Resolves: tdf#113898 create JumpMatrix for svExternalDoubleRef scalar values
        
        Change-Id: I45d2a1e573a7e4923aaaf5b69f3c4b39215aacc2
        Reviewed-on: https://gerrit.libreoffice.org/63778
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 266aab73a88ae5b62fcddaf383107d8e7edc51f2)
        Reviewed-on: https://gerrit.libreoffice.org/63797
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [87d6588b11f7483d05334e6bf2e3f7d5cb8552b7]

        Fix headless build on Linux
        
        Conditional-compile some OpenGL-ness that crept in
        
        Change-Id: I8d12f34db3b4875470a0d81e9ef6a1654153b206
        Reviewed-on: https://gerrit.libreoffice.org/63676
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 2bf8469cbca01e53043097708909f6cdf2aae264)
        Reviewed-on: https://gerrit.libreoffice.org/63689
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-11-22  Xisco Fauli  <xiscofauli@libreoffice.org>  [d1734718ae5b4e739b1db711479c6e969902fc7c]

        tdf#117108: do not show the master view button after updating the sidebar
        
        Change-Id: I3e6af9c2a555599e4aa288b8d6e99b43b09d35a6
        Reviewed-on: https://gerrit.libreoffice.org/63570
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit 60e6593f042e3e2869ece89cc43390b3254b3205)
        Reviewed-on: https://gerrit.libreoffice.org/63698

2018-11-21  Xisco Faulí  <xiscofauli@libreoffice.org>  [1c73f379bf8d6f75460790fec2993106e10f15a0]

        Revert "Notebookbar:Disabled appearence of context toolbars"
        
        This reverts commit 2c317751c4b7661c10bd9eb11094febeccd1b816.
        
        So far, two crashes has been found related to this commit: tdf#121591
        and tdf#119945 which can be reproduced with or without the notebook enabled.
        Besides, the author seems no to be inactive now...
        
        Change-Id: Ie1ff88afc59abea176f6ae9d459a835aef39c57a
        Reviewed-on: https://gerrit.libreoffice.org/63737
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-21  Stephan Bergmann  <sbergman@redhat.com>  [b73450caef299d38350f446d914f45b7c23a25b7]

        tdf#121131: Default COMPILER_PLUGINS_CXX to g++ -std=c++11
        
        ab8bf5533f8de9bb1aa9dc83e650e4eccf0fcac3 "Avoid error message from configure
        about clang's header for compiler plugins" caused problems after
        cd472d1d8489f30797f47d3f6dafede28c1feb90 "Compile as C++2a, where available",
        when the compiler used to build LO (CXX) supports -std=gnu++2a but the compiler
        used to build loplugin (COMPILER_PLUGINS_CXX) does not.  So solve that problem
        instead by just adding -std=c++11 to the default for COMPILER_PLUGINS_CXX.
        
        Change-Id: I95e86bc28f2a0dfb2b7bdce6b15955b870428b8c
        Reviewed-on: https://gerrit.libreoffice.org/62997
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit 4613e105f98af6e3b65ce87432b1a2db45e71ae2)
        Reviewed-on: https://gerrit.libreoffice.org/63714

2018-11-21  Caolán McNamara  <caolanm@redhat.com>  [bcacc66e2d1331767da77b24b3d933d4e46533a6]

        Resolves: tdf#121547 do normal dialog layout first
        
        then, if still too small, re-layout with the bigger size
        
        Change-Id: I1425e7a55dced4bd93e365a38383eda07fb16d16
        Reviewed-on: https://gerrit.libreoffice.org/63708
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-21  Stephan Bergmann  <sbergman@redhat.com>  [031e1528a0e8e90a534b4b377eddac46b5d15937]

        Always disable loplugin:expressionalwayszero, to avoid false positives
        
        bdade7e3fc33c1832c6f6a472443fca8238738d2 "tdf#105444 DOCX import: don't put
        extra paragraphs in comments" caused
        
        > /home/sbergman/lo2/core/writerfilter/source/dmapper/DomainMapper_Impl.cxx:441:22: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                     (sizeof(SAL_NEWLINE_STRING)-1 == 2 && xCursor->getString() == "\n"))
        >                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        now with sufficiently new Clang, and the code looks reasonable, and there's no
        apparent way to avoid such false positives in the plugin.  (It could check for a
        sub-expression of the problematic expression being an object-like macro, but
        SAL_NEWLINE_STRING could just as well be a variable instead of a macro.  That
        variable would need to be defined in some #if to have different values on
        different platforms, so the plugin could theoretically check for such
        conditional inclusion, but it's not clear whether that's worth it and would even
        be a useful heuristic to not produce neither too many false positives nor too
        many false negatives.)  So just disable the plugin for good.
        
        Change-Id: I85dc8573735ccac4e19be20ab7443cbaa85a3164
        Reviewed-on: https://gerrit.libreoffice.org/60907
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 8b1501d80dc9d3f42c351c6e026fa737e116cae5)
        Reviewed-on: https://gerrit.libreoffice.org/63717
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [03f2c4eb95d7c2d22e4240f0ebccb65981a68c86]

        pocheck: don't throw away Plural-Forms header
        
        also don't change POT creation date when rewriting a po file, update
        Po-Revision instead.
        When creating templates, put X-Accelerator before X-Generator (like
        pootle would order it)
        
        Change-Id: I7fec4cb1c50e27b87decd9a892de3f01a02253ed
        Reviewed-on: https://gerrit.libreoffice.org/63416
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 9ffe350ae344e9863330fbb2405c37df6b9d0984)
        Reviewed-on: https://gerrit.libreoffice.org/63603
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b29fdf7611d7637886d8d0c50edf5544b928e635]

        localize: sort directories to have predictable sorting in pot files
        
        also remove pre-onegit special handling
        
        Change-Id: Ie60be508a188e00b9eea1b743ea10f1f985c459e
        Reviewed-on: https://gerrit.libreoffice.org/63288
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 344773c608ea28718b630590ee1023247aa62d63)
        Reviewed-on: https://gerrit.libreoffice.org/63602
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [52bc5ad50fefb649f5172f5da66e37cc4bb0d067]

        pocheck: don't choke on plural forms
        
        Change-Id: I51a82ce5fc09d44ebc6f7c06c67b475ee2adf68b
        Reviewed-on: https://gerrit.libreoffice.org/62419
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins
        (cherry picked from commit b44b9c4519794d159b154a9713c10da1155a5198)
        Reviewed-on: https://gerrit.libreoffice.org/63601
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [6592cbe220e188bebf33cacce234923dca8eeaba]

        fix of extension description l10n
        
        Change-Id: Ica102309627fade2a064ee5516e84801affe4082
        Reviewed-on: https://gerrit.libreoffice.org/61184
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 59f4115122f70004d78a85b08607b9678b8fd6ca)
        Reviewed-on: https://gerrit.libreoffice.org/63600

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [2e7c36051ea0980252238def5c48481fd72ab0be]

        pocheck: tdf#119080 update po checker tool for post LO 6.0 po files
        
        Change-Id: I700eaa0d412fb609fdc89ca07003534e6bb13854
        (cherry picked from commit 1139c76b60b9a9f6df2bc53deb6c1c1cba42178d)
        Reviewed-on: https://gerrit.libreoffice.org/63599
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [c1a1b0781a54716bdacbbe35478d1e5bd5a39b2b]

        pocheck: we need to access msgctxt of a PO entry
        
        Change-Id: I43978811056692623344239d2c6e4763fa7de16b
        Reviewed-on: https://gerrit.libreoffice.org/61165
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit 2a47dd078bf448f34f05a56a647410a66da00eea)
        Reviewed-on: https://gerrit.libreoffice.org/63598
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [d223191c97098024a3b4e824c3b0f4f97cc645c8]

        pocheck: PO entries can have multiple source code reference lines since LO 6.0
        
        Reviewed-on: https://gerrit.libreoffice.org/61164
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit 1bf49e98f8019bf62906651804725e4da5b9d514)
        
        Change-Id: Icbe0dd5e63eb5b10d162f34347ab86dde547dc62
        Reviewed-on: https://gerrit.libreoffice.org/63597
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [d340c6ab33e8513c2c165b56039f43fe34dd0711]

        pocheck: do not change msgctxt when po is regenerated
        
        Change-Id: I220fce194813f783c807c23eeffd2421cadd7636
        Reviewed-on: https://gerrit.libreoffice.org/61163
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit 8d4e12a4153868c9d98937d49c4ac6064013a8dd)
        Reviewed-on: https://gerrit.libreoffice.org/63596
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [cb760bea86e89161b1d610430ecb920cf907af7a]

        pocheck: handle the '#, c-format' flag
        
        Change-Id: I7d1d344e79e0c23886a21032d2ce85e5abb199cb
        Reviewed-on: https://gerrit.libreoffice.org/61162
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit 86919365393a0c3da9c86f63099bc05cb2e39844)
        Reviewed-on: https://gerrit.libreoffice.org/63595
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Andras Timar  <andras.timar@collabora.com>  [c7da2fde04464da7372565d3cfb729ec46247412]

        pocheck: stop further processing, if input file cannot be opened
        
        Change-Id: Ida6a13e112871ab6864ae2a32a33a15a591154c2
        Reviewed-on: https://gerrit.libreoffice.org/61161
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit baf048cd2ffe1f3afeb204b9dcc11d36999c1725)
        Reviewed-on: https://gerrit.libreoffice.org/63594
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-21  Tor Lillqvist  <tml@collabora.com>  [8c27cd8913035dc781295452946bf600a2848512]

        Accept also macOS SDK 10.14
        
        Change-Id: I3ff9381e547d40f9155d5324f9178939f9d7dac6
        Reviewed-on: https://gerrit.libreoffice.org/63626
        Tested-by: Jenkins
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-11-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1476c6e1e9cb05c288df9725bd006ed069e32a7b]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Remove more pointless translatable strings
            
            Follow-up for commit 8bece13f73046ebebfb5c18d02d857a961a4cdab.
            
            Change-Id: I292553aa666b3c5fccf6a0b239bcfada41899ab6
            (cherry picked from commit 68e9ac1e8dacf25cd91068c86d9d353144b43ae1)
            Reviewed-on: https://gerrit.libreoffice.org/60421
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-11-20  Andras Timar  <andras.timar@collabora.com>  [9807a57b794530f3d20b62e32a611a625adeb6c0]

        pocheck: fix usage message
        
        pocheck needs environment variables that bin/run does not provide
        
        Change-Id: I0de148363d60c515d4024cd0e97d1025ce50b6a5
        Reviewed-on: https://gerrit.libreoffice.org/61160
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit a906b68a9fff30c2af5c03189e59c1952cd3f69f)
        Reviewed-on: https://gerrit.libreoffice.org/63593
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-19  Mike Kaganski  <mike.kaganski@collabora.com>  [7c7f46faa213d9c20bf5cebcc72b0f5dc86b0248]

        tdf#120677: restore treatment of blanks in SwTextGuess::Guess
        
        Before commit 0be3db28a4db4d2c81a5cb2edd48711eec55b51b, all non-breakable
        spaces were converted to plain spaces in SwTextSlot::SwTextSlot (see
        pInf->SetText call there). The mentioned commit has changed that to allow
        differentiating non-breakable spaces from other types of spaces (related
        to the fix of tdf#115067). This broke following processing of the NBSPs
        when they don't fit to line, causing infinite layout loop leading to OOM.
        
        This allows to restore old behavior to not call the break iterator for
        NBSP by explicitly checking for it.
        
        Change-Id: I36ab06abb66bbe65a5fc542c41e816a9f20a2dcf
        Reviewed-on: https://gerrit.libreoffice.org/63290
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 4bb28ad217ea9d6511b6921dcd3d28328edcb4d6)
        Reviewed-on: https://gerrit.libreoffice.org/63304
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21467c1c0fea676a33c7b7e75648947efea18fcb]

        tdf#108022, don't overwrite chart export information
        
        Change-Id: I47d8a817022829c8cada614469303e440f377299
        Reviewed-on: https://gerrit.libreoffice.org/63536
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 9ccdf4d8abf6ec6612c88ab65be25eb6be89b455)
        Reviewed-on: https://gerrit.libreoffice.org/63540
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3633414c485b39a1eb824bae0dd2002976a4dc6e]

        tdf#104579, if no data point shape props are set take the series props
        
        Change-Id: Ia2c0d6b05385a0f3900e20ef807b869e4098654c
        Reviewed-on: https://gerrit.libreoffice.org/63541
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit afe5e1f8de0a25364c8c98b453cfe831330c4eed)
        Reviewed-on: https://gerrit.libreoffice.org/63544
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47c05f6e1bb4ec77f242001e4c2d297af48f511e]

        tdf#102186, don't overwrite the deleted flag
        
        Change-Id: I3cc69a0baebc55ad52b64960657e9daa4be8f39d
        Reviewed-on: https://gerrit.libreoffice.org/63510
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 4bd2e57653ce22044ab984b06c84f22ef287cecf)
        Reviewed-on: https://gerrit.libreoffice.org/63513
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [1f308f95f88eeea3cbb46c78c39678c0f3860d0b]

        tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawing
        
        Added rotation support for DrawString and DrawDriverString
        
        The EmfPlusDrawString record specifies text output with string formatting.
        The EmfPlusDrawDriverString record specifies text output
        with character positions.
        
        Now both EMF+ records properly support rotation.
        
        Change-Id: I15a7a6dd2b8a209cf2aac2af75d7dd89cedd1aeb
        Reviewed-on: https://gerrit.libreoffice.org/62805
        Tested-by: Jenkins
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-11-19  Maxim Monastirsky  <momonasmon@gmail.com>  [d01ad3a3c715900de6448c3010d41f3b75fb6103]

        tdf#121267 Handle missing diagonal borders
        
        Regression of 9125a4f3f63a7f49fd307908c181e999120063e0
        ("Use FeatureStateEvent directly for status updates").
        
        Change-Id: I57856c5707fffcf84f95afa9ef80a394b550c56f
        Reviewed-on: https://gerrit.libreoffice.org/63497
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit f162066d9df814086c92fa008c563ffc08daaf98)
        Reviewed-on: https://gerrit.libreoffice.org/63552
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-17  Luboš Luňák  <l.lunak@collabora.com>  [170474a638301baceac7e1adb2ab250e5cd4c22a]

        thread-safe ScGlobal::GetUnitConverter()
        
        Triggered by sc/qa/unit/data/functions/mathematical/fods/convert_ooo.fods
        with SC_FORCE_CALCULATION=threads.
        
        Change-Id: Ibedb32ee03519911650a0deee67011efeda57c93
        Reviewed-on: https://gerrit.libreoffice.org/63175
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 9553f2afd0527ba435dae7bf4506c620a943b150)
        Reviewed-on: https://gerrit.libreoffice.org/63376
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Mike Kaganski  <mike.kaganski@collabora.com>  [f0388c306edfce91241d59420e96a5b2b1c939f5]

        tdf#121288: ReplaceFile WinAPI doesn't play nicely with WebDAV mapped drives
        
        Change-Id: I0d7a64459de283dc10448e0086c66bedbf132553
        Reviewed-on: https://gerrit.libreoffice.org/63133
        Tested-by: Jenkins
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 603b63b4c154882ecfe95ae3c6960b08eb9fb626)
        Reviewed-on: https://gerrit.libreoffice.org/63286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Miklos Vajna  <vmiklos@collabora.com>  [3478c3d40b06163816e15f63cf71892cfae9f868]

        tdf#121203 DOCX import: fix loss of free-form text in date control
        
        Date SDT from DOCX is imported as date control since commit
        3ec2d26dc2017ac4a27483febfc63328632f352d (bnc#779630 initial DOCX import
        of w:sdt's w:date, 2013-04-30).
        
        One detail I missed there is our date control is strict: it doesn't
        allow free-form text. However, DOCX date SDT has an optional ISO date,
        but the actual value can be free-form text. This means that importing
        free-form text without an ISO date is lost on import.
        
        Fix the data loss by restricting the creation of the date control: only
        do this if we recognize the date format or in case we have an ISO date.
        Otherwise just show the free-form text to avoid data loss.
        
        (cherry picked from commit 3583f7a1256c901199574c8373443038e28813f0)
        
        Change-Id: I8125bdc749954a6a1c496de74b6682744adb7680
        Reviewed-on: https://gerrit.libreoffice.org/63335
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Stephan Bergmann  <sbergman@redhat.com>  [cb2cd5b76b0981bf07b8d1264f4b3074543a19eb]

        tdf#121325: Replace all of given length, even if replacement is shorter
        
        Both LO and MS Basic restrict the amount of replacement text ("If the Length
        parameter in the <emph>Mid statement</emph> is less than the length of the text
        that you want to replace, the text is reduced to the specified length." in
        helpcontent2/source/text/sbasic/shared/03120306.xhp, resp. "The number of
        characters replaced is always less than or equal to the number of characters in
        Target." at <https://docs.microsoft.com/en-us/dotnet/visual-basic/
        language-reference/statements/mid-statement>).
        
        But cc20344010e94eda22fee662aab966d395a0796a "tdf#111313: Honor bWriteNoLenParam
        in !bCompatibility, too" had introduced a regression (in the non--compatibility-
        mode case), restricting the amount of replaced text to be no more than the
        amount of replacement text, even if the given length argument was larger.
        (Which had already regressed in the past, see
        <https://bugs.documentfoundation.org/show_bug.cgi?id=62090> "Mid statement
        doesn't work as expected".)
        
        Added test cases now.
        
        Change-Id: I21d4409f49a2437eb0e1a1e200561d803c42a24c
        Reviewed-on: https://gerrit.libreoffice.org/63328
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit a6a48eeef16e473be14642469cd922f177f54998)
        Reviewed-on: https://gerrit.libreoffice.org/63332
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Eike Rathke  <erack@redhat.com>  [f2c6156a90093d38e1ab304d11ffed90555d5fa1]

        Resolves: tdf#119700 save correct table:last-row-spanned
        
        Regression from
        
            commit f6e6a6139e90d6e88fb65308e8592193ac602a8a
            CommitDate: Mon Nov 21 07:49:06 2016 +0000
        
                tdf#48140 Replace uno CellRangeAddress and CellAddress with direct calls
        
        that calculated endrow-startcol instead of endrow-startrow.
        
        Change-Id: Ie576f9abdcdc23fc5f0a06735caadc24e975360f
        Reviewed-on: https://gerrit.libreoffice.org/63374
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 6e566c2b2b23d457a9fd47c16df15ce11e84c8e8)
        Reviewed-on: https://gerrit.libreoffice.org/63382
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Luboš Luňák  <l.lunak@collabora.com>  [afbe6d46898f2c4137111afb4b08fb44b7713e28]

        blacklist svMatrix for calc threaded calculation
        
        If a formula contains a matrix, interpreting it will actually result
        in modifying it in some ways (e.g. ScInterpreter::PopRangeMatrix() calls
        SetErrorInterpreter() on the matrix).
        Testcase: rhbz#1645905
        
        Change-Id: I63742449ba0e4e375d6e459dc7bccd7e6b62920e
        Reviewed-on: https://gerrit.libreoffice.org/63187
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins
        Reviewed-on: https://gerrit.libreoffice.org/63379
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Luboš Luňák  <l.lunak@collabora.com>  [319c88d41c2896937c8320bdaed44be01b25a0a1]

        blacklist svExternalName for calc threading
        
        It's the same like svExternal(Single|Double)Ref, there's a lot of thread-unsafe
        code involved.
        
        Change-Id: Ief8bbbd9393788c374215412ee5236ce6bb551fa
        Reviewed-on: https://gerrit.libreoffice.org/63176
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit 3460e91ac853964015215ec75be7cf63361ca0e9)
        Reviewed-on: https://gerrit.libreoffice.org/63377
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Luboš Luňák  <l.lunak@collabora.com>  [725fb6c3061ddca4f7c2cb5b334708e62512cca3]

        don't access deleted cells
        
        This copy&pasted code that got fixed in 2926c9e40e17, so fix it as well.
        
        Change-Id: I0a038b57a428640dae8cdf17f33a2eab50b0187c
        Reviewed-on: https://gerrit.libreoffice.org/63177
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit f9026deba0581759146205237eb739f37463ba47)
        Reviewed-on: https://gerrit.libreoffice.org/63378
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Michael Stahl  <Michael.Stahl@cib.de>  [9968f6bc25c3ec416a6db863a8d8642ae9a26126]

        sw: fix crash in SwContentTree::HasContentChanged()
        
        Remove() will remove the node including its children, but
        SvTreeList::Next() will actually return the first child, so the pChild
        points to an entry that has been deleted.
        
        Change-Id: Ia4bd75d64c8436ea03c0727a8d49ee0c34fda16f
        (cherry picked from commit cdbe48633f198250e883837dac5d93f93a42888d)
        Reviewed-on: https://gerrit.libreoffice.org/63427
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-17  Caolán McNamara  <caolanm@redhat.com>  [22f4a98bae32dedb0b1c24e9b86876041532168c]

        Resolves: tdf#121432 don't insert an extra page when parent is tabcontrol
        
        but the new child is a toplevel widget
        
        Change-Id: Ib794e076e2626485b9d9231daf914db6dd9b5e2f
        Reviewed-on: https://gerrit.libreoffice.org/63439
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-16  Xisco Fauli  <xiscofauli@libreoffice.org>  [da6c0638507aec8c9e8be2b8f63140136f1bff1d]

        tdf#107240 tdf#120432 Disable time/date entries in read-only/protected mode
        
        Change-Id: Ia3c757fa094f17be3b4aadaee65c4699bf0c1cb1
        Reviewed-on: https://gerrit.libreoffice.org/61953
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 525ed5d1fcb89412f0b80be0b1e35410b048c337)
        Reviewed-on: https://gerrit.libreoffice.org/63452
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-16  Eike Rathke  <erack@redhat.com>  [277e9c5159635d131502372ff4f9cf719e7d3845]

        Resolves: tdf#121260 do not force AddressConvention::OOO on parseFormula()
        
        Change-Id: I48b8295fc75e40f5d58f99fc2809c28de48771d5
        Reviewed-on: https://gerrit.libreoffice.org/63417
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 7997c12d01e03a719d9aa262cc55bc415b592ff7)
        Reviewed-on: https://gerrit.libreoffice.org/63428
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-11-16  Caolán McNamara  <caolanm@redhat.com>  [9a43f68475363aa3d242e97e0e8e0da32f21288a]

        Resolves: tdf#121415 font tab page has no name
        
        Change-Id: I3ca6a8b58163fe5c84a306dd80dd7171f8540299
        Reviewed-on: https://gerrit.libreoffice.org/63440
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-16  Caolán McNamara  <caolanm@redhat.com>  [5ea33b0f99c3586e6be2fe39cc983ad72619a68f]

        Resolves: tdf#120334 crash on ESC in position and size
        
        Change-Id: I50421f01ca368ec4d074db4b0add2f08b7b3fc0d
        Reviewed-on: https://gerrit.libreoffice.org/61448
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 692c26408ca3a5d9cc34a07e3a34ac0b2d87d920)
        Reviewed-on: https://gerrit.libreoffice.org/63435
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-15  Caolán McNamara  <caolanm@redhat.com>  [2cf23c31dd0cc9a9311770c00cf8525240d98fe7]

        Resolves: tdf#121229 ignore internal children of VclScrolledWindow
        
        Reviewed-on: https://gerrit.libreoffice.org/63357
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 20b2903354138f8ab19261fab74658fcf6af70e3)
        
        Change-Id: Iecc474db8093520ba2d90aedfc5da66507f3033b
        Reviewed-on: https://gerrit.libreoffice.org/63359
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-14  Caolán McNamara  <caolanm@redhat.com>  [c4dd14c2b4e8a4960c86e6640bf2b568f8e583f5]

        Related: tdf#121181 basic input box used to have a very wide edit widget
        
        so for a quiet life make it around that width again
        
        Change-Id: I7ffc0dc6d989ada3f9bf483aa1f5c1ac1ac352fc
        Reviewed-on: https://gerrit.libreoffice.org/63100
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f727bb76b61648511112adb59439a99b5e27629]

        Related: tdf#117761 oox smartart: backport fixes related to list types
        
        This is a combination of 7 commits.
        
        This is the 1st commit:
        
        oox: ignore SmartArt "fallback" with empty shape list
        
        This way at least something shows up in the import result. Far from
        perfect, though.
        
        (cherry picked from commit a7e86beb00e9635ea4556ef4f8f8e24ff9965391)
        
        Conflicts:
        	sd/qa/unit/import-tests-smartart.cxx
        
        This is the commit #2:
        
        oox smartart: fix width of shapes with agl=lin, linDir=fromT
        
        Smaller width only makes sense in the fromL/fromR cases, I think.
        
        (cherry picked from commit b61d2784271bf8b042642c378f50e8b446682548)
        
        This is the commit #3:
        
        oox smartart: work towards accessing parent constraints
        
        The "Vertical Box List" preset in PowerPoint contains two linear
        layouts, the inner one nested in the outer one. All the constraints are
        stated on the parent layout. This commit doesn't actually read those
        constraints yet, but adds infrastructure to look up parents of layout
        nodes and also to get the constraints of a layout node.
        
        No functional changes intended.
        
        (cherry picked from commit 923061d17d4b5b8bf0d4a8111b270c99a7c649a9)
        
        This is the commit #4:
        
        oox smartart, linear layout: take width from constraints
        
        Finally the "parent text" of the test document now has correct width.
        
        (cherry picked from commit b083b0808121d19f398a9f6ead195ae7e14ed047)
        
        This is the commit #5:
        
        oox smartart, linear layout: take horizontal position from constraints
        
        Both horizontal size and position looks sane now.
        
        (cherry picked from commit 397b64afc62a5632a6648598558a4d2c3ca0d283)
        
        This is the commit #6:
        
        oox smartart, vertical bracket list: fix node counter condition
        
        The visible effect of this was that the 2nd level text nodes were
        missing from the layout result.
        
        The cause is that when it comes to counting nodes of a condition, we
        assumed that the current layout node is a presentation of a model node,
        but this is not necessarily true.
        
        Fix the problem doing a "first presentation child of", then a "presentation
        of" navigation in that case, which leads us to the correct model node,
        so counting its children works.
        
        (An alternative way of getting non-zero children would be a
        "presentation parent of" navigation, followed by a "presentation of"
        navigation, but that would lead us to the document root, so we would
        count the number of 1st level elements, not the correct 2nd level
        elements.)
        
        (cherry picked from commit e49c42d17f50c8b0cac9db08dedc375dd5aa8a98)
        
        This is the commit #7:
        
        oox smartart, table list: fix too large width of children
        
        It's possible all children request 100% of space, need to scale down in
        that case. This means that children other than the first one is now
        readable in the layout result.
        
        (cherry picked from commit c753a896aa32577e780d531032a08a699b960229)
        
        Change-Id: Iae5a073d458598e7b5059ebdf435d50ce7c7df80
        Reviewed-on: https://gerrit.libreoffice.org/63115
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d2abb388b0a2423c9b7e1f52373e1b06dd9786f]

        tdf#120515 ODT filter: relax layout requirement before export
        
        This reverts commit 343af46fc301a984929e071d477b8fb9f211e289 (ODT
        filter: make sure we have a layout before export, 2017-11-29) as it
        causes a performance problem with large documents (see bugreport).
        
        I added it initially for the EPUB export, but there this is no longer
        needed as commit 3ed8466b55ace15a28761e06b6bb76ebd8758106 (EPUB export,
        fixed layout: switch to a metafile-based approach, 2017-12-01) switched
        to the better metafile-based approach.
        
        (cherry picked from commit e83c1f0ef999bdedaf9a5d5903aa5423c40f6d95)
        
        Change-Id: Ie404e23db77b8ded1d29f42b6279a3cd06a574b5
        Reviewed-on: https://gerrit.libreoffice.org/62963
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-12  Michael Weghorn  <m.weghorn@posteo.de>  [bedd49e6b40c1a51459f9a0dfa0c0ed0d0b8ae2e]

        tdf#121276 gtk3_kde5: Don't prevent creating new files
        
        This takes over for gtk3_kde5 what was done for kde5 in commit
        c0f45c89063fa5c4334ff9e624d24d48638ffb4d.
        
        Change-Id: Ieca71498bd0cc00ca07b83f6e1178d983169d5be
        Reviewed-on: https://gerrit.libreoffice.org/63172
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit a6318cb430fd8f90b760f7dc36f4eacd3904e22e)
        Reviewed-on: https://gerrit.libreoffice.org/63193
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-12  Caolán McNamara  <caolanm@redhat.com>  [8ef6623c71317448acc74d5dc8648211673dce76]

        Resolves: tdf#121181 expand message boxes to show full title
        
        as MsgBox used to do
        
        Change-Id: I03d459b8c18f60a19ea5b0034a8d98f6aa4f5ce4
        Reviewed-on: https://gerrit.libreoffice.org/63159
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [17c87566e84ac433645f264a9bee4cb5ddbd23a5]

        tdf#121188 form controls should have InputRequired false by default
        
        Unless the underlying column is not nullable and has no default value
        this is only a guess, form designer can change it
        
        Change-Id: Ifa403e00b21fdaf86aef383503d54879b25ac62b
        Reviewed-on: https://gerrit.libreoffice.org/62968
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Tamás Bunth <btomi96@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-09  Caolán McNamara  <caolanm@redhat.com>  [86b30f05b41e751ca144796b61243e2ecaf56324]

        Resolves: tdf#121200 Revert "ofz#7802 infinite loop"
        
        This reverts commit 409441652af3df62e742b9d7a3d80cb6b15214af.
        
        Change-Id: Ifa7b5437a1d9024466f5769b14ad67ed8777e04a
        Reviewed-on: https://gerrit.libreoffice.org/63093
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-09  ekuiitr  <jhaekansh80@gmail.com>  [c0da7d8509516ba6f1fc8781c042fd6f1bd92297]

        tdf#117761 Corrected Snake Algorithm
        
        This is a combination of 5 commits. It brings libreoffice-6-1 up to date
        with master when it comes to SmartArt fixes which were not backported so
        far.
        
        1st commit:
        
        Now it displays correct position of child layout nodes along a
        linear path in two dimensions, with the correct number of rows and
        columns and aspect ratio, this algorithm is for smartarts
        like Basic Block List - grouped blocks of information.
        It also specifies the behaviour of the direction that
        additional nodes are added to new rows or columns
        in the snake algorithm.
        
        Added Reverse Algorithm and SameDirection Algorithm in this patch,
        rather than commiting new Patch.
        
        (cherry picked from commit 8d43de9a88dc7c7fec0e7c794cef14953fb34b6e)
        
        Commit #2:
        
        (cherry picked from commit f1368d6a45456b5682d588371cfa2efa5571d798)
        
        Commit #3:
        
        Support autoTxRot parameter in Text algorithm
        
        Specifies how text is oriented relative to the shape, according to values:
        none, upright(default) and gravity.
        
        (cherry picked from commit cf7b97d1328ec2f2c8254abb9ce67d63d9c54c80)
        
        Commit #4:
        
        coverity#1436015 UNUSED_VALUE
        
        I got to know that, earlier the code I've submitted about line algorithm
        creates error. I've fixed that in this patch. Moreover, child width and
        height doesn't depend of nIncX and nIncY, so I've removed that code, it
        relates only to the position of the child.
        
        (cherry picked from commit 3f8fdfced059bdec7f28164eb3c0e99974c6780a)
        
        Commit #5:
        
        Support txAnchorVert parameter
        
        Specifies the y-axis anchoring of the text area in a shape according to:
        t(top), mid(middle, default), b(bottom).
        
        (cherry picked from commit 1f66bd9cbd961d1923c260b2d74249e363a0c217)
        
        Change-Id: I85ba53690fd716f0387cfdb21f8874e63bc44194
        Reviewed-on: https://gerrit.libreoffice.org/63113
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-11-08  Caolán McNamara  <caolanm@redhat.com>  [6ed498a71482109fea731bb84f288f978bea12dc]

        tdf#118820 fix table background fill
        
        Change-Id: I50a65d56251f978785fa446515cb374167c604e8
        Reviewed-on: https://gerrit.libreoffice.org/60682
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit 65d727548740afae7175fb04a12f50e119514497)
        Reviewed-on: https://gerrit.libreoffice.org/62513
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-11-08  Caolán McNamara  <caolanm@redhat.com>  [8e5bbad9800eb9a2e2f1a17cc372d1a8bcc80498]

        ENABLE_FIREBIRD_SDBC no defined in system-firebird case
        
        Change-Id: Ibfd5c7f0eb931faf00e40d349176237c12bfbdbf
        Reviewed-on: https://gerrit.libreoffice.org/62778
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-11-08  Caolán McNamara  <caolanm@redhat.com>  [ba4861a0dfdf97448925130995d69b4c516f0644]

        tdf#121005 forcepoint#44 merge into isDeleteForbidden
        
        Reviewed-on: https://gerrit.libreoffice.org/55355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit c6222fb6b8b429fa2e767c73ad616147f95ab1b9)
        
        Change-Id: If7ce44786975c5f9bdc9e64d16274728b03bed32
        Reviewed-on: https://gerrit.libreoffice.org/62629
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-11-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6052b6f78a4486f129dbaef9db3106c4f289cae]

        tdf#107586, import chart sheet color
        
        Change-Id: Ie7d728cd36c93d5f398266ee65be0e1bf14a0c97
        Reviewed-on: https://gerrit.libreoffice.org/62974
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 06e90234e402717e3ef04cf712d34c9165dbc08e)
        Reviewed-on: https://gerrit.libreoffice.org/62980
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-08  Michael Meeks  <michael.meeks@collabora.com>  [640ae4bf97530882614796aed669be8c4fd91fe4]

        tdf#119648 - even if we fail to import a fontwork, we shouldn't crash.
        
        Change-Id: Id2dcfb69ad8440ea63564334a5a26a5f9b9bde14
        Reviewed-on: https://gerrit.libreoffice.org/62789
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit f10b7e820844d94b4dbec3dcaf24392275940914)
        Reviewed-on: https://gerrit.libreoffice.org/63061
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-08  andreas kainz  <kainz.a@gmail.com>  [1b5e1ca38c1ebc374f25d50a7c551cbb4b8fa398]

        tdf#120038 Missing arrow for Gallery Cycle-Transparent icon update
        
        Change-Id: I2eca0010f1c533d35212ecd2b9f3fb0e45b797e9
        Reviewed-on: https://gerrit.libreoffice.org/62770
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit f8a493ae29a66d70d4672dbc105614075aad5a92)
        Reviewed-on: https://gerrit.libreoffice.org/62826
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-11-08  Xisco Fauli  <xiscofauli@libreoffice.org>  [86d6ef3371b425d8ec1347902c54597c2749cae7]

        tdf#121198: fix crash in SdrPage::GetPageNum()
        
        Regression from 9348b322a5c230dfcc2231661b73e480b130fcd9
        
        Change-Id: Ibf9d6b65f0dbcc3a751e3ac5f3dbc28d908d6c25
        Reviewed-on: https://gerrit.libreoffice.org/62952
        Tested-by: Jenkins
        (cherry picked from commit ebd24b39eee5ac72d33ad731e31469cf8f330631)
        Reviewed-on: https://gerrit.libreoffice.org/62965
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-08  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [a1ea94fde40b82d0ec7ec842bf44cdeeea676aca]

        tdf#121205: Convert <a:br> to newline chars in chart title
        
        Change-Id: I43d14025c48878c5bc035d492623f4fc52426e5e
        Reviewed-on: https://gerrit.libreoffice.org/62752
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 57d4cd80dcaf01fe4897d79d89e906d355410243)
        Reviewed-on: https://gerrit.libreoffice.org/62990
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-11-06  Paul Trojahn  <paul.trojahn@gmail.com>  [821c9fd85bf49ddab9968c7f1787a265c02d1f01]

        tdf#115317 Fix empty url representation
        
        ScTabEditEngine doesn't override CalcFieldValue, so the function in
        EditEngine returns a single space as representation. By inheriting from
        ScFieldEditEngine the representation is calculated correctly.
        
        Change-Id: I6f3be8bd2c3936acf9f3d082c25c080bd3cbee76
        Reviewed-on: https://gerrit.libreoffice.org/62428
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-on: https://gerrit.libreoffice.org/62967
        Tested-by: Jenkins

2018-11-06  Caolán McNamara  <caolanm@redhat.com>  [20826019d8f77129853712c5fdf5134aff058171]

        Related: tdf#120277 inherit from SfxDialogController
        
        where the dialog originally inherited from SfxModalDialog.
        
        Change-Id: Ibe0006de93b0a9f05fb3b6181baf3ba1b4cf04c8
        Reviewed-on: https://gerrit.libreoffice.org/61313
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/61326
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-11-06  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [3c8ad17c769753af50ef14770661a6c1ffed226e]

        tdf#120691 Migrate tables which contain spaces
        
        Change-Id: I115d765bc781a926189605990e91c8e47f24d474
        Reviewed-on: https://gerrit.libreoffice.org/62403
        Tested-by: Jenkins
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        (cherry picked from commit 76279399f747548494a259173ef5669553c3f06f)
        Reviewed-on: https://gerrit.libreoffice.org/62501
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-11-06  Mike Kaganski  <mike.kaganski@collabora.com>  [885f99d1d926fa08f58117573717f98eb0de139c]

        tdf#118573: Acquire solar mutex when calling Application::Reschedule
        
        Change-Id: I252973ad5902738c2bb684f6bb70bc4c46500bae
        Reviewed-on: https://gerrit.libreoffice.org/62873
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 212ea275f21251903e449ba5a6b7c4fc2dc57642)
        Reviewed-on: https://gerrit.libreoffice.org/62930
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-11-05  Balazs Varga  <balazs.varga991@gmail.com>  [b77f4f69bb2f1d3ab740446799da2fd3db9094da]

        tdf#108104 OOXML Import: Fix Hatch fill in Charts
        
        Sets an explicit fill hatch, or creates a named fill hatch
        and stored in a global container. With this patch the
        SUPPORTED MS Office hatch styles by LibreOffice, or the custom
        LibreOffice hatches will be appeared correctly instead of the
        previous display as horizontal lines in LibreOffice.
        (The background color of the hatch styles are not imported correcty,
        but that is another BUG.)
        
        Change-Id: Ifda9dc805dd08f58db10b35f40d7f511a8614f77
        Reviewed-on: https://gerrit.libreoffice.org/62681
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/62891
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-11-05  Caolán McNamara  <caolanm@redhat.com>  [502077fb9a9387a5aac85dabf445c10718309611]

        Resolves: tdf#121097 need an initial call to CBClickHdl
        
        Change-Id: If075c6b555d6bca479d02c27bc6b4adb48b8550c
        Reviewed-on: https://gerrit.libreoffice.org/62755
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit d611d5535b818854f9c6c6d4c144c2e5a9155a1a)
        Reviewed-on: https://gerrit.libreoffice.org/62785
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-11-02  andreas kainz  <kainz.a@gmail.com>  [872f6652b3a04e5aace520d0cff91262cdf4cff4]

        tdf#120038 Fix broken svg galler arrow A25
        
        Change-Id: I833e4d7bddec89d83ea09fbf677c818988c149ce
        Reviewed-on: https://gerrit.libreoffice.org/62312
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 8e8d89b27167a524d7e591d00e5d1ed20288c964)
        Reviewed-on: https://gerrit.libreoffice.org/62514
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-11-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [925d71995028dd0fa7fe0e120a8cf6a26960641b]

        tdf#121083: EDITOR UI Hatch background color not read back from editor
        
        Reviewed-on: https://gerrit.libreoffice.org/62735
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        (cherry picked from commit 56d799764d394c906936f7a042dfd3e4219d7063)
        
        Change-Id: Ic64fda8184a4cac244fe992dd72db9d67d35870c
        Reviewed-on: https://gerrit.libreoffice.org/62763
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9b3f8ca95bffe3617da914be99d0ffddb2896ba]

        tdf#120491 EPUB export: fix IngramSpark validator error
        
        (cherry picked from commit 548e60a8c47e270aba79a5f4e5911cbb35462814)
        
        Change-Id: I7b6d2217525dbf2e8c9c78a14ea7601c4170857a
        Reviewed-on: https://gerrit.libreoffice.org/62355
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-11-01  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f05a551a6b49916241696481567e32b320c6749b]

        tdf#120728 support SvxShape for SdrShape if not inserted
        
        Added a fallback to allow correct SvxShape construction
        when SdrObject is not yet inserted - or has no SdrPage yet.
        This is needed ue to the paradigm change that a SdrObject
        only has a SdrPage when it is inserted.
        For more info and a discussion, see added comments.
        
        Change-Id: I2c1a4b1bbb531501ee73ab1c98c13321c5c0b050
        Reviewed-on: https://gerrit.libreoffice.org/62710
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 52bbb04f1e39b2d778275c91f77b6c0714ecd0d0)
        Reviewed-on: https://gerrit.libreoffice.org/62738
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-11-01  Serge Krot  <Serge.Krot@cib.de>  [8f648a4efad512627a3113dff4fb08111bd369b1]

        tdf#118393: FILESAVE: DOCX Export loses header/footer
        
        Reviewed-on: https://gerrit.libreoffice.org/56522
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit fa8b2c533265a6d74e16ffae55673d6aa0fbf6a5)
        
        Change-Id: If47a2e4953e4b98f41c9115779522a755eea8192
        Reviewed-on: https://gerrit.libreoffice.org/60873
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-31  Jan-Marek Glogowski  <glogow@fbihome.de>  [47789c45dfc7ba8509eedab37f1dbd70ea79da41]

        tdf#119020 always scale icons as 24bit RGB
        
        We don't really care for the palette or even lower bitness of the
        original icons, when scaling them. So just convert them to 24bit
        to get the best scaling quality.
        
        And also actually fail the OpenGL scaling for 8bit color icons,
        instead of handling them as a grayscale image, which results in
        "funny" luminance based color icons.
        
        Change-Id: I62ff9e7cd45dbffba81b0db5a0252737b6189059
        Reviewed-on: https://gerrit.libreoffice.org/62505
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit b0c475a00ced9ec1e4ef1efb9d184ee8e2a3eaab)
        Reviewed-on: https://gerrit.libreoffice.org/62685
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-31  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a5d990e751070eee9cab75e04f9a148443973df5]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#121073 fix Presenter console shorcuts
            
            Change-Id: If932427763d8f4c352bd53b7d5a9161293188ad1
            Reviewed-on: https://gerrit.libreoffice.org/62691
            Tested-by: Jenkins
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            (cherry picked from commit c8484f805ec3bce0484d63ca919101dc3843b9ff)
            Reviewed-on: https://gerrit.libreoffice.org/62692
            Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-10-31  Balazs Varga  <balazs.varga991@gmail.com>  [4c52fbe77bee70c770f964fa3506ad6cdd43a312]

        tdf#119617 Fix export of Autofit property of shapes to PPTX
        
        With this patch the "Resize shape to fit text" property
        (TextAutoGrowHeight-->spAutofit/noAutofit) will be exported
        correctly to PPTX format.
        
        Change-Id: I5fa975c6390a17bad30c360b3b17aa944bbe72af
        Reviewed-on: https://gerrit.libreoffice.org/60043
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 86b14cc8bd910651cef422a0f7408adc0fc51a17)
        Reviewed-on: https://gerrit.libreoffice.org/60306
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-31  Caolán McNamara  <caolanm@redhat.com>  [12ed60bc8cc391811b9447300b0d06bba8e18975]

        Resolves: tdf#120277 special character dialog not appearing in Online
        
        the magic smoke connecting the dialog to the viewshell was in
        SfxModalDialog, so not inheriting from that drops the connection
        
        add a SfxDialogController to enable setting up the connection
        
        Change-Id: I29c45cd43e05295309fc647b039db0c6565ca0d1
        Reviewed-on: https://gerrit.libreoffice.org/61311
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-31  Caolán McNamara  <caolanm@redhat.com>  [4ca51f7f34c820873fe423c132d97cabf846f59e]

        use ScopedVclPtr here
        
        Change-Id: I5780dfbb751ad24d815ac6526b26d633768b6030
        Reviewed-on: https://gerrit.libreoffice.org/61305
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-31  Caolán McNamara  <caolanm@redhat.com>  [86d477d0d823e2aafdf6f54149a62bbf54741001]

        Related: tdf#120277 extract common piece of SfxModalDialog LOK notification
        
        Change-Id: Ie14cd80d5c33f58673823ee16fa8037efaa17773
        Reviewed-on: https://gerrit.libreoffice.org/61310
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-31  Caolán McNamara  <caolanm@redhat.com>  [4947deeaee3c94b022930fbf69ac839121133c09]

        Resolves: tdf#117784 inherit SfxTabDialogController from SfxDialogController
        
        Change-Id: I6b7ce81093ec402954aa5a2f4b266827fe85a88f
        Reviewed-on: https://gerrit.libreoffice.org/61314
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/61327
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-30  Mike Kaganski  <mike.kaganski@collabora.com>  [7df33caac85ac90c26e97dedbc201f46dc9e4cb4]

        tdf#116989: disable conversion of tables in footers to floating for now
        
        As the floating objects anchored to footers aren't wrapped around properly
        (they behave as if they are wrapped through unconditionally), which makes
        imported tables to overlap the page body text making the document unusable,
        let's just disable the conversion for the time being (until the actual bug
        fixed properly).
        
        This also backports the unit test from https://gerrit.libreoffice.org/62544
        (Change-Id Ia8b5478b0d2a15f91add4ee76455e73c2c970392).
        
        Change-Id: I06c984ff7157b71fff2aa8122cc475a1199994c6
        Reviewed-on: https://gerrit.libreoffice.org/62523
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/62628
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-30  Michael Stahl  <Michael.Stahl@cib.de>  [2b44debe150d5e4bd9777a9a55a8328512d4fb40]

        tdf#119235 svx,sd: fix drag&drop from ColorBar
        
        This was using the SfxPoolItem serialisation of XATTR_FILL* items,
        where only XFillColorItem and XFillStyleItem were actually used;
        the binary serialisation was removed without being aware of this
        feature.
        
        Fix this by using uno::Any instead, rather than reviving the binary
        serialisation.
        
        Also change the clipboard format strings, just to be safe.
        
        (regression from 97b889b8b2b2554ce33fd6b3f0359fc18f39832d)
        
        Change-Id: I1828621a9aae606a1ca47835eef608062efe64a0
        Reviewed-on: https://gerrit.libreoffice.org/62455
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 0a6813ad5d57d0df72562c797a8b0581bfd65a11)
        Reviewed-on: https://gerrit.libreoffice.org/62469
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-30  brinzing  <oliver.brinzing@gmx.de>  [18bf8e100a0487ccb7c1c91ec22224e71a5838c4]

        possible fix for tdf#120928 - quickstart --killtray throws exception
        
        Change-Id: Id4081439075f4beecc2b0e4aed035d5ee28a2cfd
        Reviewed-on: https://gerrit.libreoffice.org/62429
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit a41d7ee25ea5057cd887c67d33d42f4c764f9c77)
        Reviewed-on: https://gerrit.libreoffice.org/62440
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [dbd0291e9f1e97c33a6830509ef503159aa6e063]

        tdf#120764 Toolbar popups sometimes not showing under Wayland
        
        This happens with gtk 3.24 if the toolbar button is
        clicked when the tooltip of that button is visible.
        The warning gtk emits is "Tried to map a popup with a
        non-top most parent".
        
        The solution is to hide the tooltip early on mouse
        button press event processing. (gtk does hiding too,
        but in a way which isn't useful here - see the code
        comment. We also have similar code for the non-native
        case in ImplHandleMouseEvent of winproc.cxx.)
        
        Note that it's likely a gtk bug, as this new tooltip
        behavior breaks some native cases too, e.g. combo boxes
        with tooltips. But we can't leave our toolbars broken
        until this is fixed upstream.
        
        Change-Id: I1ce8bffcd78a3bcbbfe2ffdd1bd006ae5dc79618
        Reviewed-on: https://gerrit.libreoffice.org/62207
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit b8bf751f9f5e2cb718175c0f2c4b2be762dcf614)
        Reviewed-on: https://gerrit.libreoffice.org/62335
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-30  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [968fac07d5e70c198459581f51e88179d3940d8a]

        tdf#118747 sc: use manual height for previous rows in TransferObj
        
        This can ensure, that visible area will not shift if autoheight
        will change height of previous rows.
        
        Change-Id: I66e013e9f3f27396f13b26fde37353cb63e47258
        Reviewed-on: https://gerrit.libreoffice.org/62279
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 1b9574ed8269f4ed9dde33856c1d74702a7fa4bb)
        Reviewed-on: https://gerrit.libreoffice.org/62518
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-30  Caolán McNamara  <caolanm@redhat.com>  [7a6e6d027ad41350ae1334d3e60dc1a6ce96c508]

        Resolves: tdf#120988 mismatch of in/out locale formatting
        
        Change-Id: I9def43c111adc877aeec9f1990f5dd76fabdbf8f
        Reviewed-on: https://gerrit.libreoffice.org/62486
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cb5584c8a715df8aa68cecefd0bad8d1839124e8]

        update credits
        
        Change-Id: I8a383888ae8e2da96c7eef94c40cf3ddb7815d98
        (cherry picked from commit 360b557c28c7f19731d566c01627cc104d06638a)

2018-10-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [22b29808d3f6a8a9232b04ec966d8348cdbd58b2]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.3 rc2
            
            and force-fix errors using pocheck
            
            Change-Id: I8707b11ce2d130f136617e928e7b705c47721fef
            
2018-10-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ea7d9105456537d2e0a6b7dcf051fee1fa259954]

        tdf#115296 extend vertical FrameBorders for joined Frames
        
        This feature was lost on my changes for FrameBorder primitive
        creation. It was calculated/applied formally in
        lcl_PaintLeftRightLine
        
        Change-Id: Ie44619a4c4e44ff4584533685cb21882c323742e
        Reviewed-on: https://gerrit.libreoffice.org/62451
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit e89e8941e114d4d1adf76df995a3f1a8d1bff4b1)
        Reviewed-on: https://gerrit.libreoffice.org/62475

2018-10-28  Michael Stahl  <Michael.Stahl@cib.de>  [8bef4f3033fff8eb12a58d3fa4cdd49076e18cf2]

        tdf#120376 sd: fix duplicated styles on copy/paste
        
        Unfortunately the comparison was inverted, so a style is copied
        iff it already exists, which is clearly the reviewer's fault...
        
        (regression from 57db6e24b5ad43d447c30e44a112c74c7e75b46b)
        
        Change-Id: I3425982feb08e980eca9243cc16120897b65a70f
        Reviewed-on: https://gerrit.libreoffice.org/62436
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit be9f3db2306150a37ef18e4ccc8d8f4a1934c5c1)
        Reviewed-on: https://gerrit.libreoffice.org/62449
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-10-28  Caolán McNamara  <caolanm@redhat.com>  [6253b1a29c8c1bcd7fd9efb07ca1a12fb0fc1746]

        ofz#11125 pass param len around
        
        Change-Id: I4b382271df21c58de0e102af6e0b07a88a1d9610
        Reviewed-on: https://gerrit.libreoffice.org/62448
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-27  Mark Hung  <marklh9@gmail.com>  [a9558457643af2c978a86ce1c744886d983a162d]

        tdf#119065 fix the style of two connected paragraphs.
        
        Invoke ImpConnectParagraphs with bSpecialBackward set to
        false by default in DeleteLeftOrRight(). Old design connect
        backward when pressing backspace to connect two paragraphs.
        The former paragraph of the two ( or the remain one ) adopt
        the paragraph style ( bullet on/off status, color, etc. )
        from the later paragraph.
        
        It's hard to understand the intention of the original design,
        and the design was not activated until LibreOffice6.1,
        hence just don't connect backward anymore.
        
        Change-Id: I3697acc01d718d7a769fb8d0bd573084c4fe2969
        Reviewed-on: https://gerrit.libreoffice.org/61537
        Tested-by: Jenkins
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        (cherry picked from commit 53d900fb334b2ce08ff19de0f765108e8c91a36f)
        Reviewed-on: https://gerrit.libreoffice.org/61701
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-27  Caolán McNamara  <caolanm@redhat.com>  [8b6f1d8460b931950b98b5968ff7734f3c128a4d]

        tdf#120188 limit the width of the styles combos in the url tabpage
        
        Change-Id: Idcc4043b70c30ccc693c9c5ac983bfabe0573862
        Reviewed-on: https://gerrit.libreoffice.org/62353
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [8b09fbc6db3527e0de0af37e9efa43eda377fa05]

        index validity check looks dubious
        
        Change-Id: Iccbbeab3b52d1d7369c19e333756713b42e83830
        Reviewed-on: https://gerrit.libreoffice.org/62021
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [a5f229206260fbf8f47827786645c7a1bd048aa2]

        index validity check looks dubious
        
        Change-Id: I0952bbaabeb8353b27b478ad6b17bc9348c6f61a
        Reviewed-on: https://gerrit.libreoffice.org/61992
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [6ce730c54dd5cfebd25d0e2ae3ac07fad4586e57]

        index validity check looks dubious
        
        Change-Id: Ib57a26e51a69cc48f82b3474d11fe4f8c8398e07
        Reviewed-on: https://gerrit.libreoffice.org/61995
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [cae6fbaaea522fca72627bb1627b9b6c59b2e71a]

        pvs-studio: V557 Array overrun is possible
        
        Change-Id: Ia4a7c857b3c94490364ed979ba2fcb9e192e3796
        Reviewed-on: https://gerrit.libreoffice.org/62145
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [112d0b9121c922dbc3d0fc7ef99749119499b5d4]

        pvs-studio: 'memcpy' function will lead to underflow of the buffer
        
        Change-Id: I285d5ddcc8906d1e38c6b58c625dc7c894ad433a
        Reviewed-on: https://gerrit.libreoffice.org/62085
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [564aee79143b62889e5b201b97982db9386671da]

        tdf#120807 check for valid ImplGetWindowImpl()
        
        Change-Id: Ia1135d11990abc303849bd1b6a549c82008c79de
        Reviewed-on: https://gerrit.libreoffice.org/62260
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit db0051744330d82986e8f2629a027bc4a5dc1b4a)
        Reviewed-on: https://gerrit.libreoffice.org/62278
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [98c8fefd8aa416a475a80675ef5d458d817b14fd]

        permissionIdAndName is empty in permission-for-user case
        
        merge the two identical branches and make it do what it probably wants to do
        
        Change-Id: I38390a18fcd90349c6bd86f14c67850166b6aeaa
        Reviewed-on: https://gerrit.libreoffice.org/62043
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Mike Kaganski  <mike.kaganski@collabora.com>  [d5a9b1fe0a3452cf3e78535a98f3caa28648ab10]

        tdf#120703 (PVS)
        
        V745 A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string.
             Consider using 'SysAllocString' function.
        
        V560 A part of conditional expression is always false: !ppdispParent.
        
        V595 The 'm_pIParent' pointer was utilized before it was verified against nullptr.
             Check lines: 673, 675.
        
        V745 A 'wchar_t *' type string is incorrectly converted to 'BSTR' type string.
             Consider using 'SysAllocString' function.
        
        V530 The return value of function 'SysAllocString' is required to be utilized.
        
        V1032 The pointer '& pChildXAcc' is cast to a more strictly aligned pointer
             type.
        
        V512 A call of the 'GetUNOInterface' function will lead to overflow of the buffer
             '& pChildXAcc'.
        
        V547 Expression 'pSeq' is always true.
        
        V547 Expression 'pChild' is always true.
        
        V512 A call of the 'GetUNOInterface' function will lead to overflow of the buffer
             '& pTempUNO'.
        
        V1032 The pointer '& pTempUNO' is cast to a more strictly aligned pointer type.
        
        V716 Suspicious type conversion in return statement: returned HRESULT, but function
             actually returns BOOL.
        
        Change-Id: I2185992dad0127144416783e25476d05c0365b74
        Reviewed-on: https://gerrit.libreoffice.org/62077
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [6b505e004fce2d6fa60691b8cd05fdb23cb33024]

        copy paste error
        
        Change-Id: I4676be34523390348cbc7417ed0ecdacd54e8c94
        Reviewed-on: https://gerrit.libreoffice.org/61984
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [d860e6a138f08343b42f591462e85b85291b6fa8]

        ensure m_aMutex ctor called before m_aMutex used
        
        Reviewed-on: https://gerrit.libreoffice.org/62012
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 9f46a103cbc7d3d7f7c1754d1aabfad6260d260f)
        
        Change-Id: I3d05831947b955b63f351180193bcf1585589c25
        Reviewed-on: https://gerrit.libreoffice.org/62076
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [ed0cba9301852feca3243338297121b4231cb0e3]

        dubious SysAllocString check
        
        Change-Id: I1aece8321b12351b5e8a2d5c33e513531cbc95a1
        Reviewed-on: https://gerrit.libreoffice.org/62089
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [5af970a53a4965f60e0bfe194f198cfb2fe775f0]

        alloc should have been free
        
        Change-Id: I325a815ff17446bc389f889a028f5e2ced57d7e7
        Reviewed-on: https://gerrit.libreoffice.org/62042
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-26  Caolán McNamara  <caolanm@redhat.com>  [5b50a80edaee66d03e3acdda3e08e19127484e75]

        new/delete mismatch
        
        Change-Id: I910366753d1d365e0388262c98fca12d000e83e5
        Reviewed-on: https://gerrit.libreoffice.org/62044
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-25  Michael Stahl  <Michael.Stahl@cib.de>  [18a388c696567e6ddbf8c997ee0a9a686e7d80ed]

        editeng: do not throw from QueryValue implementation
        
        None of the other QueryValue throw; in case of a problem they return
        false without initialising the Any.
        
        On the one hand, it would be useful to throw an exception for this
        special property that has now become Write-Only, so that API users
        get a better hint what is going wrong; on the other hand, it breaks
        various other things like the various multi-property interfaces that
        call QueryValue for multiple items (there are 3 such loops in
        SwAccessibleParagraph alone).
        
        (throw was introduced in 7a8ed362eb163ac15a000ba1cfc74b58315800a1)
        
        It turns out there is even a test for the exception on ToX.
        
        Change-Id: Id60ff43544f7399ce869227bfd6fb933dbaea3be
        Reviewed-on: https://gerrit.libreoffice.org/61719
        Tested-by: Jenkins
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/62331

2018-10-25  Lionel Elie Mamane  <lionel@mamane.lu>  [424454997a2a464d99c0e7125ea6b143716715b0]

        tdf#120713 correctly handle boolean values in filters
        
        This commit has two parts:
         - Hardcode the correct BooleanComparisonMode in the firebird-sdbc driver
           (this fixes on Firebird databases, among others, the AutoFilter for bools)
         - Generic to all DBMS, have the "form-based filter" obey the BooleanComparisonMode
        
        Change-Id: Ib14e6c3d5cb773ae1f972840f8b53062f0224396
        Reviewed-on: https://gerrit.libreoffice.org/62320
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins

2018-10-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1805239ffd35a4ee87b6c9ac05891ec60f7d577a]

        adding some fuzz to row height tolerance tests
        
        Expanding on a4ab0c08e74746a96dcf23c3d50cd2e65ee31342 there's
        another test that on some tinderboxes was a few permille off.
        
        Adding 1% fuzz in comparison, seems we've now aquired some font
        layout instabilities across platforms.
        
        Change-Id: I7b068105c6ffad44b055e4dc37deb03c6040ab09
        Reviewed-on: https://gerrit.libreoffice.org/55509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 47cd12eba409ba08c041b5405a3f606102848365)
        Reviewed-on: https://gerrit.libreoffice.org/62303
        Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de>
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-10-24  Eike Rathke  <erack@redhat.com>  [d6f563b37d8a694c6c1d4c9ef3ba746c7f019517]

        Resolves: tdf#120689 omit <definedName> for ocMacro in OOXML
        
        Change-Id: I7578d568d2afe5d3a45b31a8a349cd370b03fc67
        Reviewed-on: https://gerrit.libreoffice.org/62204
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 4df55ffee791b9fcb4b2f5e6c64ad15b34316faf)
        Reviewed-on: https://gerrit.libreoffice.org/62235
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-10-23  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5e582b7755c9d1e7e358cf5734c8b93d5219622d]

        tdf#120674 set DlgEdForm early in DlgEdObj::EndCreate
        
        Change-Id: I5ba0504265f5692614a8db0117883528bd4bfc0b
        Reviewed-on: https://gerrit.libreoffice.org/62000
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 92b849b9297cbf78bddf5e48bdbd44303a7021db)
        Reviewed-on: https://gerrit.libreoffice.org/62224
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-10-23  Caolán McNamara  <caolanm@redhat.com>  [f6d13aa7e1f0dd3baafc70795008722b46867b76]

        wrong pointer check
        
        since...
        
        commit 2636ab883adbcb1f6593787934c6d6d3fff67c21
        Date:   Mon Sep 15 20:13:54 2014 +0200
        
            vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.
        
        Change-Id: Ie30f6d907907551e23e592b8502107e75c333f2e
        Reviewed-on: https://gerrit.libreoffice.org/62045
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-23  Caolán McNamara  <caolanm@redhat.com>  [9fe444b407f2bdcf1956ac3498c7443b571159de]

        pvs-studio: V670 The uninitialized class member 'm_aMutex' is used
        
        Change-Id: I7ac2662afe77e6e9170b004b335635f97ae03692
        Reviewed-on: https://gerrit.libreoffice.org/62185
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-23  Julien Nabet  <serval2412@yahoo.fr>  [790af9d119094bb2e47bac29017b392ecaa8df30]

        tdf#120795: fix ooo2wordml_list.xsl syntax
        
        See errors in comments from tracker
        
        Regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=1501df419ea4d40358d705a281fd9662088ba51e
        
        Change-Id: I9bbf970ac2b8cbf8fcc448f0847f61e8606797c7
        Reviewed-on: https://gerrit.libreoffice.org/62205
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 2995a95d8efa727ea53b06323c0b2bdc52e1aed0)
        Reviewed-on: https://gerrit.libreoffice.org/62210
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-22  Caolán McNamara  <caolanm@redhat.com>  [5de85be43198804573787d4186b156b5931c4a9f]

        cannot interact with chart sidebar as the previous deck is still active
        
        Change-Id: I7972ef73b8c11ae78569fa1c7dc0a244ebba3f30
        Reviewed-on: https://gerrit.libreoffice.org/62182
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-10-22  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [693953dd4699887bd3f5bca2c3582b5fae1d6992]

        tdf#62268: allow row height recalculation on document load
        
        During document load rows with style:use-optimal-row-height="true"
        should recalculate it's height.
        
         * includes: Row height tolerance level increase for unittest
         * tdf#118086: calc: invalid row autoheight fixed
        
        Change-Id: Ib38b5b753d9ff8352116d77851d228c5d77bd530
        Reviewed-on: https://gerrit.libreoffice.org/52521
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 1e55a47e89a9d9d6cf9cb3993484022aaf2c097b)
        Reviewed-on: https://gerrit.libreoffice.org/61898
        Tested-by: Jenkins

2018-10-22  Xisco Fauli  <xiscofauli@libreoffice.org>  [fad764c02c7a9cd210bfa44ea0ce1ac5354d6427]

        tdf#120410: Disable insert/delete row/page break if sheet is protected
        
        Follow-up on f7982d4dfa85f15a6f0c25e9795a5847ecfcbf31
        
        Change-Id: I2defd3474fdbb0b87898df7734bb076ab95c8c08
        Reviewed-on: https://gerrit.libreoffice.org/61950
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 812f63ba45ae6cd10ff2e9ed14ca01baeb4fe528)
        Reviewed-on: https://gerrit.libreoffice.org/62177
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-22  heiko tietze  <tietze.heiko@gmail.com>  [77536b29b9241930256917fde7e5fc9513be9a7c]

        tdf#120176 - Text appears as white on first launch
        
        Splash screen text should be black now
        
        Change-Id: I963ffc89c48fdc1de148586cd6f0fb4bf35d44bd
        Reviewed-on: https://gerrit.libreoffice.org/61924
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 920bf3979cd7421110b65621635aefc072e8a779)
        Reviewed-on: https://gerrit.libreoffice.org/62176
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-22  Caolán McNamara  <caolanm@redhat.com>  [e67ca59e293c4dd37795150cf871e36ca1affb76]

        tdf#120651 have to sort radiogroup by tab position
        
        Change-Id: I8fcf4c4b186d8292c85babaa90e98396a5fbc71b
        Reviewed-on: https://gerrit.libreoffice.org/61883
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-21  Caolán McNamara  <caolanm@redhat.com>  [3f6113de944faea920fe51bcafa4b1ae7ac27857]

        keep pyuno script processing below base uri
        
        Change-Id: Icc13fb7193fb1e7c50e0df286161a10b4ed636c7
        Reviewed-on: https://gerrit.libreoffice.org/61968
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-10-20  Mike Kaganski  <mike.kaganski@collabora.com>  [7951138541caabcd25fccaa8f9ebb0226ce2ce12]

        tdf#120706: nullptr dereference
        
        Change-Id: I55814a6b4cdfda93a51621b5b31c166507a7e7a6
        Reviewed-on: https://gerrit.libreoffice.org/62005
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 49d304c4f6635381a27b60a8944744cc81ff1e91)
        Reviewed-on: https://gerrit.libreoffice.org/62028
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-10-20  Caolán McNamara  <caolanm@redhat.com>  [392ec204197c723b4dff4f7091df5afb46b5b9db]

        copy and paste error
        
        Change-Id: If352e7a0f6e8dab2a9acc9aa2cde56b40cedb50c
        Reviewed-on: https://gerrit.libreoffice.org/61993
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-20  Caolán McNamara  <caolanm@redhat.com>  [fe6a98ed8fe863dd5a5aee5becb6e989c1f6a457]

        ofz#10994 move the reset of trailing fly paras to before redline processing
        
        Change-Id: I906c29848acc3917f76cb8c21e0bd581e0ded421
        Reviewed-on: https://gerrit.libreoffice.org/61821
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-19  Caolán McNamara  <caolanm@redhat.com>  [3ec5fb847364ca65322079fdc1026ed95a0a8933]

        copy and paste error
        
        Change-Id: I73a617137bf0b3b567181ff817069944076eab0e
        Reviewed-on: https://gerrit.libreoffice.org/62022
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-19  Eike Rathke  <erack@redhat.com>  [c78c42f63f91f28dfae7340d379fa1b8136633c0]

        Resolves: tdf#119623 record group positions also for top cells
        
        So listeners can be re-established for remaining grouped cells if
        top cell is deleted (which ends listening and probably was the
        cause to exclude them here).
        
        Change-Id: Ic91b74c65013452d56b5cfbc132722c4314743c8
        Reviewed-on: https://gerrit.libreoffice.org/61808
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit fbec372ba829b3f32b3c0874920b2ee36220ef9d)
        Reviewed-on: https://gerrit.libreoffice.org/61818
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c6bea8e677861d201e9b21b5f0e356f77dabaaf]

        tdf#112520 RTF export: write ZOrder only for toplevel shapes
        
        RTF export at the moment exports children of group shapes as a flat
        shape list. This means that the order inside the group shape is not
        relevant for the toplevel ZOrder, so just don't write it.
        
        (cherry picked from commit 2b920bdc12f3bf3a196ec0d6d59043a68e663e33)
        
        Change-Id: I870707cb28c2f177c0e5d9cf5328260e76b661f3
        Reviewed-on: https://gerrit.libreoffice.org/61904
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [ac39aba9b2d08b061b0eef651f5ebc7a84391171]

        tdf#120204 drop simple glyph cache
        
        Master has a new shared LRU glyph cache, but that is much more
        new code. So simply drop the current cache implementation.
        
        Change-Id: Ib73f3680f3d6357b1c9d2b07db521867b3742843
        Reviewed-on: https://gerrit.libreoffice.org/61961
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [67c65aa21335cf28aca2e92a9fa2f180aa800ea6]

        update credits
        
        Change-Id: I666805e38c40826328d8c4226c394d4c3072b2a7
        (cherry picked from commit c3eb1c85f95168f8e84b8f655c839eff23c7e98a)

2018-10-18  Caolán McNamara  <caolanm@redhat.com>  [45519023aa44940a68f40643fdff6551a2b7adb3]

        Resolves: tdf#119997 toolbar layout unlock doesn't refresh ui
        
        because lock was taken when toolbar layout wasn't set yet
        
        Change-Id: I695493d4fb637210c72b9ce53af9f089c79b0c7b
        Reviewed-on: https://gerrit.libreoffice.org/61849
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-18  Caolán McNamara  <caolanm@redhat.com>  [faf048080124a4e1c9fcb4637fa9541921c758bd]

        Resolves: tdf#120003 missing prefix to link url in .doc import
        
        regression from...
        
        commit 9b77f8142bf665a47c3a179e3fe3f82623a99f8a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Apr 6 15:08:45 2017 +0100
        
            ditch ReadRawUniString
        
        three argument lclGetString32 variant mistaken for two argument lclGetString32
        variant
        
        Change-Id: I163aad0de7873487d9f9c8b6c28d162159fe7ad4
        Reviewed-on: https://gerrit.libreoffice.org/61887
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-18  Caolán McNamara  <caolanm@redhat.com>  [9fc4cf2cb9ec3b8ec029699bcb7e41c0ca3c60d2]

        Resolves: tdf#120612 help response missing
        
        Change-Id: I096bdcc93899dfd41d88cb9d00d54c51cebeca92
        Reviewed-on: https://gerrit.libreoffice.org/61825
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-17  Tor Lillqvist  <tml@collabora.com>  [7139b259394f0b2075794bc6c42dd9c64005096b]

        tdf#69460, tdf#118416: Don't copy whole columns to the clipboard
        
        ...for the BITMAP or PNG formats either.
        
        Change-Id: Ib1739ceb917fe24dac412007fd6522e40f5517c4
        Reviewed-on: https://gerrit.libreoffice.org/56577
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/61845

2018-10-17  Mike Kaganski  <mike.kaganski@collabora.com>  [2c541ea901369f0267921e1e73de0d74dd2a8fc9]

        tdf#119885: OOXML import: try to get cell paddings as Word does
        
        Change-Id: I7abd715b6bb71d6e2e01939c4cf849d94eb6a103
        Reviewed-on: https://gerrit.libreoffice.org/61843
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/61877
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-17  Eike Rathke  <erack@redhat.com>  [7d17e8e1798b7120b9e8559d042de2afc0a078e3]

        Resolves: tdf#115182 default Chart percentage format is integer
        
        Regression from
        
            commit 0f4b3cb7d3d68906de316a64dcec281da2a641bd
            CommitDate: Mon Aug 10 17:12:45 2015 +0200
        
        The chart2/qa/extras/xshape/data/reference/tdf90839-?.xml
        reference files were created with the then wrong default of two
        decimals so need to be adapted.
        
        For chart2/qa/extras/xshape/data/reference/tdf90839-1.xml this
        meant to regenerate because of the changed positions and sizes of
        labels.
        
        Change-Id: Ib0c2c862af9399ab2af5178d01510aa5e4fff97c
        Reviewed-on: https://gerrit.libreoffice.org/61826
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 9672d034b9e760f24ac9a6652ab45dee15ee260a)
        Reviewed-on: https://gerrit.libreoffice.org/61855
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-10-16  Ilhan Yesil  <ilhanyesil@gmx.de>  [577e16a03f689ac906cbe68e8528b422ecccf99b]

        tdf#113848 Sidebar: Get user-defined sizes while changing orientation
        
        If the orientation of the page is changed, the user
        defined page sizes are now accessed directly to swap the sizes
        correctly.
        
        Change-Id: I91d256d35dcd910a8c3151a3f9e669413c9a57db
        Reviewed-on: https://gerrit.libreoffice.org/59577
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 32bf352c61754fe5ef39e0794b5d6dc71be99194)
        Reviewed-on: https://gerrit.libreoffice.org/61667
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-16  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2cf13c31c6aa262e4bb4b075597f3543ecd3c4a6]

        tdf#118963 Hand over a SdrModel to createControlLabelPair
        
        Change-Id: I34a35ff0700d14474fa9946851812c25c4eb4bc1
        Reviewed-on: https://gerrit.libreoffice.org/58187
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit e5ee79b5c089e72e6b24c04c7c820d706bd39993)
        Reviewed-on: https://gerrit.libreoffice.org/61316
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-16  Rene Engelhard  <rene@debian.org>  [d5d09bb733842252b3e2d6e7480b211e67136a75]

        tdf#72987 split firebird test into a regression test and a "new" test
        
        former with endianness and latter with the new fbk format.
        Add new endianness-independent firebird test odbs
        
        This squashes
        
        tdf#72987 run firebird test for little endian only for now
        since those old(er) files still use the endianness-depending format.
        And remove x64 from the filename...
        
        Change-Id: I24e56cd8561c2ec6a1f77a66907c14cdea8248b6
        Reviewed-on: https://gerrit.libreoffice.org/60916
        Tested-by: Jenkins
        Reviewed-by: Rene Engelhard <rene@debian.org>
        
        and
        
        tdf#72987 split firebird test into a regression test and a "new" testHEADmaster
        former with endianness and latter with the new fbk format.
        Add new endianness-independent firebird test odbs
        
        Change-Id: I29be2e6916fcca74744211dba04463376fb6b8d5
        Reviewed-on: https://gerrit.libreoffice.org/60917
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        
        Change-Id: I29be2e6916fcca74744211dba04463376fb6b8d5
        Reviewed-on: https://gerrit.libreoffice.org/61285
        Tested-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [dbba4c85e13ecd226f17550ca458738b9be24872]

        Fix a weird checkbox label in Calc’s recalculation prompt
        
        GTK+’s dumb defaults strike again!
        
        Similar to 7da61ec6d8ab6312b45ef7d683f3ec24e6b2b570.
        Found while triaging tdf#120513.
        
        Change-Id: I9ade695184cbcc9f1de9f11b20aa751754263586
        (cherry picked from commit b9234b43ed259a10cf9077032af0f79740f01d8b)
        Reviewed-on: https://gerrit.libreoffice.org/61736
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-15  Michael Stahl  <Michael.Stahl@cib.de>  [2e27d2e3397efc1fcc4478bce286c5ec64c118e9]

        sw: fix invalid cast in SwEditWin::RequestHelp()
        
        This results in a garbage OUString.
        
        Change-Id: I03b8030a812d7016df5c29f1341749fbdedf1729
        Reviewed-on: https://gerrit.libreoffice.org/61652
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit bf0276f0b53c01ac434fef88e97f6b0dd4c41787)
        Reviewed-on: https://gerrit.libreoffice.org/61673
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-13  Caolán McNamara  <caolanm@redhat.com>  [f1e09253316d9db39b7adab6d31e759c09de3406]

        Resolves: tdf#120487 postit losing focus triggering recreation of postit
        
        Change-Id: Idde6b740bc94de62bbd528b656841ab37e3f3786
        Reviewed-on: https://gerrit.libreoffice.org/61682
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-13  Stephan Bergmann  <sbergman@redhat.com>  [7ea7b86e7731f8cc1366ea632653fecc97267378]

        tdf#120158: Base CMimeContentType on INetMIME::scanContentType
        
        ...instead of using yet another local implementation of parsing media types.
        
        CMimeContentType is the implementation of the UNO
        css.datatransfer.XMimeContentType interface.  One observable change in behavior
        is that type, subtype, and parameter names will now always be reported in lower
        case instead of with the casing from the input preserved (but those differences
        in casing are functionally equivalent per the media type specification).  Also,
        parameter names supplied to the hasParameter and getParameterValue functions are
        now also treated case-insensitive.
        
        The upside of this change is that INetMIME::scanContentType (via "The encoding
        of rMediaType should be US-ASCII, but any Unicode values in the range U+0080..
        U+FFFF are interpreted 'as appropriate.'") already implicitly supports RFC 6532
        "Internationalized Email Headers" extensions for media types, allowing quoted-
        string parameter values to contain non-ASCII Unicode characters.
        
        That means that tfd#120158 "Impossible to paste special in Writer from Calc in
        Libreoffice 6.1.x in some UI languages - the dialogue caption says 'unknown
        source'" can be fixed by just allowing non-ASCII typename parameters being
        generated in ImplGetParameterString in svtools/source/misc/transfer.cxx, and
        reverting the problematic (see the comments there) previous fix
        <https://gerrit.libreoffice.org/61601> "tdf#120158: fix ImplGetParameterString
        for typename".  (Which will be done in a follow-up commit, to ease potential
        backporting, as that previous fix has already been backported to some versions
        but not to others.)
        
        Reviewed-on: https://gerrit.libreoffice.org/61684
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit b75e3ded1f73c943fb09f117e476e367ac0c3413)
        Conflicts:
        	dtrans/source/cnttype/mcnttype.cxx
        
        Change-Id: I5d4d3586e8046f288a97605b000e262a8db5a4e9
        Reviewed-on: https://gerrit.libreoffice.org/61688
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-12  Stephan Bergmann  <sbergman@redhat.com>  [b4227a20a90a5649966a765397f70589c4919c07]

        Revert "tdf#120158: fix ImplGetParameterString for typename"
        
        This reverts commit 40e22f1e1bd44a1aa56ff77b82f1306ed1076ebf.  See the commit
        message of <https://gerrit.libreoffice.org/61684> "tdf#120158: Base
        CMimeContentType on INetMIME::scanContentType" why that change is considered a
        superior fix compared to the reverted one.
        
        Change-Id: I1a0d77edee5bb18a98890d2021c777bc4c148a26
        Reviewed-on: https://gerrit.libreoffice.org/61686
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 3bc8e2f3ab69adb9196508688e5211dc171add95)
        Reviewed-on: https://gerrit.libreoffice.org/61689
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-12  Caolán McNamara  <caolanm@redhat.com>  [5239c649ead0344f6a8fc1bcee44a2ec9fd6ae56]

        Resolves: tdf#120031 skip min/max for empty string in GetSavedIntValue
        
        so "" turns into 0, which is which we want for the single use case here
        in 6-1
        
        Change-Id: I3e28b09e2ed99ab90583b087b4100efe4935414a
        Reviewed-on: https://gerrit.libreoffice.org/61378
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-10-12  Caolán McNamara  <caolanm@redhat.com>  [b3b52643983ec28838eeeed9f841b0918dc745be]

        ofz#10879 stay inside sSecStr bounds
        
        Change-Id: I0ca70cdb9b80305c5339668d65d2c4c9977e7160
        Reviewed-on: https://gerrit.libreoffice.org/61605
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3eb084243af11b1ab5b0c940d6baa42dd63d5ad1]

        tdf#119067 DefaultLabel only for interactively created OBJs
        
        Both have to work - the Wizard-created report which this report
        defines and the interactively created ones (see tdf#118730). The
        second was moved to OUnoObject::CreateMediator and by error
        sets the default text (e.g. 'Label') now all the time. This
        was wrong.
        To solve, remember if the Object was created interactively
        (which is the case when ::EndCreate was called which is needed
        again) and set the default only when that is the case.
        
        Change-Id: Id26e701d863b098a77db5f6419bcabf1f2ec5017
        Reviewed-on: https://gerrit.libreoffice.org/61620
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/61646
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-11  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [94b6b9b17c39edf7d3e1f8220f8d77bf21bf0f40]

        tdf#119266: Nodes don't expand on double click in the Customize dialog
        
        Change-Id: I8b6667dc631df2fd38a8a2d99668b4a2336801b6
        Reviewed-on: https://gerrit.libreoffice.org/61504
        Tested-by: Jenkins
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        (cherry picked from commit 307c29ecbcd63b787374c5c2aefabdc4353d2723)
        Reviewed-on: https://gerrit.libreoffice.org/61649
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-11  Julien Nabet  <serval2412@yahoo.fr>  [4de54f8c6795c0b16f3fd3fbd1820249fd318a88]

        tdf#120478: fix wrong icon when JDBC driver test fails
        
        Change-Id: I1d96e4a5e091caddf46131385ff5274521844fa9
        Reviewed-on: https://gerrit.libreoffice.org/61637
        Tested-by: Jenkins
        (cherry picked from commit 8b44c2c525a663dbee3d88785ddcd0d5781002da)
        Reviewed-on: https://gerrit.libreoffice.org/61643
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Michael Weghorn  <m.weghorn@posteo.de>  [c6cd5656e5b398502e55bc83c4bfc94180f72606]

        tdf#120261 gtk3_kde5: Leave event handling on gtk3 side to gtk
        
        This introduces a new thread that takes care of handling the IPC
        command and result for executing the file picker
        ('Commands::Execute'), which is the only command in the file
        picker that may block for a longer time until it receives its
        result from the kde5 side (namely, when the dialog has been
        closed).
        
        While the file dialog is being executed, activate a dummy GTK dialog
        that also takes care of handling events in its main loop as long
        as the file dialog is shown. The dummy dialog is closed together
        with the KDE file dialog.
        (Since the actual KDE file dialog is run as a separate process,
        this one is mostly "transparent" to the soffice process from the
        point of view of a dialog.)
        
        This allows dropping the custom event processing previously done
        in 'Gtk3KDE5FilePickerIpc::readResponse()' that had the potential
        to cause all kinds of problems, e.g. when another event related to
        the file picker was triggered from a Java process via UNO.
        
        Change-Id: I3d663253f09320f7a8e0d9ec32a8fd6ec191c189
        Reviewed-on: https://gerrit.libreoffice.org/61253
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit 788716cebad012513cc2798589b817b86cbf1bbc)
        Reviewed-on: https://gerrit.libreoffice.org/61511
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Michael Weghorn  <m.weghorn@posteo.de>  [d6391f474a94becf3a30963356515c1a1d5c434e]

        tdf#120261 gtk3_kde5: Read IPC cmds in own thread on kde5 side
        
        Move reading IPC commands and arguments to those commands
        to a separate thread and use the signal/slot mechanism
        to notify 'FilePickerIpc' whenever a new command and its
        arguments have been read.
        
        This allows to handle the events of other commands that have been
        received while the dialog is being executed.
        This will be needed by a subsequent change that will modify
        how IPC is handled on the gtk3 side.
        
        Change-Id: Ia77b21045b0196710cbe164fb640b36a128d5081
        Reviewed-on: https://gerrit.libreoffice.org/61252
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit 3b36855e48f6ef3f4e52e998c52c531fe5191477)
        Reviewed-on: https://gerrit.libreoffice.org/61510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Jan-Marek Glogowski  <glogow@fbihome.de>  [72a44569af5d69b3093d01e4d16448509a8ad807]

        tdf#120387 get lock to use ImpEditView::CutCopy
        
        ImpEditView::CutCopy releases the SolarMutex to handle clipboard
        access. So lock the SolarMutex when accessing this function
        through OutlinerView::Copy().
        
        Now all paths effectively need the SolarMutex, so remove all the
        intermediate locking. I guess the explicit release for the
        xTransferable.is() test isn't needed.
        
        Change-Id: Ib2a69a520bbf0ef7ba4ccb893c6489b292207f2a
        Reviewed-on: https://gerrit.libreoffice.org/61580
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit c11ee0f7b0e4e7bf4d1e2e5bb4309f24b917ce79)
        Reviewed-on: https://gerrit.libreoffice.org/61585
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Lionel Elie Mamane  <lionel@mamane.lu>  [21fc0ce61a25a7ab6f9bb83cecfd880f17033c4e]

        tdf#119564 column id is not always the same as position
        
        GetColumnAtXPosPixel returns the column position
        (index in mvCols vector), _not_ the column id!
        These differ in particular when some columns are hidden.
        
        Change-Id: Ifc068bd3cc090969278f10e48d9d7d3f8a682e13
        Reviewed-on: https://gerrit.libreoffice.org/60975
        Tested-by: Jenkins
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        (cherry picked from commit 2f792ac91fdaaea1df38e64833dd1c258bb41c03)
        Reviewed-on: https://gerrit.libreoffice.org/61619
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Eike Rathke  <erack@redhat.com>  [88f10aed35c19cc43a88bbcd12b026cb32c0003f]

        Resolves: tdf#73081 empty <> not-empty is also a match if numeric
        
        This simplifies to match empty for the same conditions whether
        numeric or not, an empty string does not result in numeric 0 here.
        
        Change-Id: I923a3e1f07dd2691d3ac720fc28ba76986fe6c3d
        Reviewed-on: https://gerrit.libreoffice.org/61486
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 9d8c89d9044edb5ad5c8bc4a8f0fd5868192714e)
        Reviewed-on: https://gerrit.libreoffice.org/61495
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Jan-Marek Glogowski  <glogow@fbihome.de>  [376a4c754a2bf95b3033b88d68e98a562ba8632b]

        tdf#118690 don't try to process all messages
        
        Regression from commit 221b0ab1245b ("WIN use Reschedule instead
        of own dispatch loops"). This limit the maximum reschedule loops
        as the original code did. There is still a busy loop when opening
        the print dialog, as it was before the patch, but this at least
        gets printing started.
        
        Change-Id: If867329b82b13c898bb15b08584244084488a66c
        Reviewed-on: https://gerrit.libreoffice.org/60310
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 79cb9ef524c3a6b058019da5ca6acfad7a895bf2)
        Reviewed-on: https://gerrit.libreoffice.org/60941
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Xisco Fauli  <xiscofauli@libreoffice.org>  [ea4cef9e01b7f5882614426c231f41b522bf34c5]

        tdf#120410: Disable insert/delete row/page break in read-only mode
        
        Change-Id: Idbc81467c57c8e597e5065ef316bc4c5773b695b
        Reviewed-on: https://gerrit.libreoffice.org/61602
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit f7982d4dfa85f15a6f0c25e9795a5847ecfcbf31)
        Reviewed-on: https://gerrit.libreoffice.org/61625
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-11  Julien Nabet  <serval2412@yahoo.fr>  [c52b50a43908b22dde25cfca674001f670948c07]

        tdf#120158: fix ImplGetParameterString for typename
        
        since type name might also contain unacceptable characters,
        encode all of them
        
        See comments 8/9/10 and 11 (bt here) of bugtracker
        
        + add SAL_WARN in catch (which would have avoided me to waste a lot of
        time chasing the root cause)
        
        Change-Id: If8555bba8cda011218206621216e0405615229eb
        Reviewed-on: https://gerrit.libreoffice.org/61601
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 40e22f1e1bd44a1aa56ff77b82f1306ed1076ebf)
        Reviewed-on: https://gerrit.libreoffice.org/61636
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3f7ad9cd3baeb2360164fd0d82a325c311e5a42f]

        bump product version to 6.1.4.0.0+
        
        Change-Id: I23ee7d9db3428a833be6fc1862c7b5e23a25bf3f

2018-10-10  László Németh  <nemeth@numbertext.org>  [a0145f46a0babe9af604fbba7ddbf89522ede393]

        tdf#120422 LibreLogo: fix page and line formatting of "magic wand"
        
        Format program lines as paragraphs, instead of a single paragraph
        with line breaks:
        
        - basic debug feature "jump to the bad line" works after formatting
        
        - fix 2-page editing area: page break before the LibreLogo program
        
        Now formatting of program lines doesn't depend on the actual regular
        expression setting of Search & Replace functionality of Writer,
        so this is the intended fix for tdf#100941 "LibreLogo: 'magic wand'
        icon inserts incorrect '\n' characters instead of paragraph breaks".
        
        NOTE: setting also AlgorithmType, not only AlgorithmType2 prevents
        crashing of LibreOffice at opening Search & Replace dialog after
        usage of the "magic wand" icon.
        
        partial revert of the commit b1a6d157683b8182089ed5854179c8da8c416304
           Resolves: tdf#100941 LibreLogo: replace literal '\n' with newline
        
        Change-Id: I34f581278fdae8d41967800d05662e37b731b59d
        Reviewed-on: https://gerrit.libreoffice.org/61610
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 3a81c0d402d70b00351d1b236939976d589856b8)
        Reviewed-on: https://gerrit.libreoffice.org/61617
        Tested-by: Jenkins

2018-10-09  Jim Raykowski  <raykowj@gmail.com>  [8ce528fcdf83c2fc38e4e68d7caeacd6bad68155]

        tdf#118764 Sidebar style panel tab stops
        
        Change-Id: I307de58a10ec3a79dcf75b9b1383e951b38a9d93
        Reviewed-on: https://gerrit.libreoffice.org/61147
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit d9cb4522087d1ef1cafe4333f9b91a62a4657403)
        Reviewed-on: https://gerrit.libreoffice.org/61574
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Mike Kaganski  <mike.kaganski@collabora.com>  [43a81897b2735db7116ec62ba07efc97a6b71b8e]

        tdf#120271 related: Allow finalizing of LastTimeGetInvolvedShown
        
        This avoids abort() on modifying the setting in case it's finalized
        
        Change-Id: I5982a4d7bf867301d7ba0e7e0dbb3f7c87013134
        Reviewed-on: https://gerrit.libreoffice.org/61430
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit ec235750bb30c3b66bd8b642f6abd1f9ea8244df)
        Reviewed-on: https://gerrit.libreoffice.org/61543
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Caolán McNamara  <caolanm@redhat.com>  [ae55c37347abf97126377914e66328a0eb0d3308]

        Resolves: tdf#120370 should check gradientgrid sensitivity
        
        rather than whether listbox first entry is not selected
        
        Change-Id: Ic3dc574f6f1a476929e89e695849756437024cee
        Reviewed-on: https://gerrit.libreoffice.org/61560
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Julien Nabet  <serval2412@yahoo.fr>  [5012a1b0e60416c3397b75d42c2a8eaef1500bdc]

        tdf#120318: remove autofilter for the moment
        
        Before adding it the entry again, please implement it
        and test it.
        See comments of the tdf.
        
        Change-Id: I64a5729baf589dbd188b6e8fcd5075112e5a7da7
        Reviewed-on: https://gerrit.libreoffice.org/61558
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit cc6d591e1c4202afdbc30a76fd56d66b7547fa34)
        Reviewed-on: https://gerrit.libreoffice.org/61570
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-09  Mike Kaganski  <mike.kaganski@collabora.com>  [aa78a46a3063330f3c6b08fb01952790b81734e4]

        tdf#115405, tdf#119910: don't check if UCRT is already installed
        
        There appears to be common situation that a system has *some* UCRT libraries
        in System32, that were installed improperly (presumably by some applications
        using simple copy).In these cases, our installer would detect the presence of
        ucrtbase.dll, and not try to install UCRT on the system.
        
        Unfortunately, it seems that oftentimes such improper UCRT installations miss
        some parts of UCRT, which leads to LibreOffice failing to start with messages
        like "The program can't start because api-ms-win-crt-string-l1-1-0.dll is
        missing from your computer. Try reinstalling the program to fix this problem."
        (the missing component varies).
        
        This patch removes the check for UCRT presence. Installer will try to install
        UCRT on applicable systems unconditionally. Since the proper outcomes in case
        of already present UCRT are either WU_S_ALREADY_INSTALLED or WU_E_NOT_APPLICABLE
        and both are treated as success in inst_msu action (see InstallMSU in
        setup_native/source/win32/customactions/inst_msu/inst_msu.cxx), this should
        only make this part more robust, and not bring new problems (yes, I know that
        actually there will be new problems, as usual).
        
        Change-Id: I22a3d357014d31a8e492ff8a15bcb477eeb79735
        Reviewed-on: https://gerrit.libreoffice.org/60789
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 1882827320ed760de82211cf690b686f8d34ff74)
        Reviewed-on: https://gerrit.libreoffice.org/61444
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [60011cefbccd91065dadf66896a688b807e76964]

        tdf#115262 sc: fix cumulative placement error of images
        
        Commit 708d1c5ab242b545ced598879233fc662d7e6cc0 (sc lok: emit
        RowColumnHeader info in twips, 2015-11-02) improved precision of the
        twip -> pixel conversion ratio, but ignored the detail that limited
        precision used to silence cumulative errors that appear with larger
        precision.
        
        The original use-case was better precision of row/column headers for the
        LOK API, so keep that as-is, but go back to the original behavior on the
        desktop.
        
        (cherry picked from commit 616fd241838069e18c59064e33c4b24f5ae112c6)
        
        Change-Id: Ide169ab1745a9a9299caf3334559884ff7223cbe
        Reviewed-on: https://gerrit.libreoffice.org/61312
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Caolán McNamara  <caolanm@redhat.com>  [73f9100a3d3f28ebfd676b42a833bba4ba9f05f1]

        filename may be null
        
        Change-Id: I373886d3613607b8ee8e96d8c0314865f3991a92
        Reviewed-on: https://gerrit.libreoffice.org/61251
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Caolán McNamara  <caolanm@redhat.com>  [5b1d95ad0e8f898913e4324bd7196cfb76b483db]

        listen to [leave|enter]-notify-event at event widget level
        
        rather than toplevel. This avoid the problem under wayland where
        with an initially maximized calc clicking in it will select all
        cells from 0,0 to the clicked cell until the mouse is released
        
        Change-Id: I138fe587c9cb7cfff0293847c00730593e3244e1
        Reviewed-on: https://gerrit.libreoffice.org/61088
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-10-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5eca5822c30b339e166c4f2a551566f716ac28d6]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.3 rc1
            
            and force-fix errors using pocheck
            
            Change-Id: Iaab4f42c48aeae035788b95a7ec4880f2bdfb6e2
            
2018-10-08  Caolán McNamara  <caolanm@redhat.com>  [c523d9556a354e1afac3203b6f1c8b75a2f7d2f0]

        Resolves: tdf#93372 format table in base is ignored
        
        since...
        
        commit b4bbb5e5d7b31caad2fbcc00382ad27df3c81001
        Date:   Sun May 17 22:56:46 2015 +0900
        
            refactor how font, fg. and bg. are applied in widgets/controls
        
        revert the relevant piece, in this case there are two Windows/Contexts getting
        their settings manipulated, rather than the usual one
        
        Change-Id: I0a228aee6aaf1f58b2235fccf14dc63ffa96dd2d
        Reviewed-on: https://gerrit.libreoffice.org/61317
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 0be3a5eea3089c2b63cc821ffb282fd4ab8ec455)
        Reviewed-on: https://gerrit.libreoffice.org/61324
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-10-08  Dennis Francis  <dennis.francis@collabora.co.uk>  [7bafe2441480e2b88d999b30b7f117f05e72c3b3]

        tdf#119904 : Generalize the fix for tdf#115093
        
        The point is, if one of the FormulaTokens in the formula
        is returned as the "result" FormulaToken, then we should not reuse
        that same FormulaToken for each formula-cell in the group. If we do,
        then we end up with whole group/batch having the same result.
        
        Also adds a unit test specific to this bug.
        
        This issue is non existent in master because "SoftwareInterpreter"
        and related code were removed from master long after branch-off
        to 6.1.
        
        Change-Id: I10265211b5f14c82ed385401aa3fb838c492872d
        Reviewed-on: https://gerrit.libreoffice.org/61362
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-10-07  Caolán McNamara  <caolanm@redhat.com>  [7dbe17d5a6b866cca9b81418f3f0cd1d32214265]

        Resolves: tdf#106340 resize dialog when search/replace labels are shown/hidden
        
        Change-Id: I1e20807f613a73c7dbefcb8e331f99d484eb5c04
        Reviewed-on: https://gerrit.libreoffice.org/61394
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-05  Caolán McNamara  <caolanm@redhat.com>  [2e4e28004439c9d0cdd6414fbda6d41c0c000a42]

        Resolves: tdf#120175 normalize theme names to our naming scheme
        
        So breeze-dark turns into breeze_dark
        
        Change-Id: Id5d06f73a79f099048b31fd16f9f9611236af392
        Reviewed-on: https://gerrit.libreoffice.org/61321
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit f317a3de7473de5e6366ba4f2a4aa0ca25cdfdc1)
        Reviewed-on: https://gerrit.libreoffice.org/61404
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-05  Eike Rathke  <erack@redhat.com>  [9bc004d6187da610e146527585c678b5cd9432ae]

        Do not let end row creep above start row, tdf#69977 tdf#119305 follow-up
        
        commit 3acc5a2383f5b0458e3caf1505fe6b8ad7dc3fb0
        CommitDate: Tue Mar 27 13:26:30 2018 +0200
        
            tdf#69977 improve creation of large charts
        
        changed the loop such that it removed the stop condition for
        rStartRow < rEndRow, and
        
        commit aaa3c31ba79b1b3d335dcf55d72837a13411b45e
        CommitDate: Tue Sep 11 20:29:04 2018 +0200
        
            tdf#119305 Chart created from fully selected sheet only
            targets header row
        
        still checks only for a minimum of the original end row and the
        last data row, which for an empty (no data) range selected may be
        above the start row.
        
        Change-Id: I9de08d09be62e86e7c946df701c49314fa4d682e
        Reviewed-on: https://gerrit.libreoffice.org/61389
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 1371c2f4edab5086af6d0661de046252def29455)
        Reviewed-on: https://gerrit.libreoffice.org/61391
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-10-05  Justin Luth  <justin.luth@collabora.com>  [8ef25505303dcd744d20abf7e328ce1f0eda4dbf]

        tdf#120301 oox: lclIsWhiteSpace should return true for a space
        
        Change-Id: I72c79c1fed4d9a91bf02024eef23cd3b1a58632e
        Reviewed-on: https://gerrit.libreoffice.org/61388
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 2cae2ecfef47d8dd10647c10f9577392c1887d3a)
        Reviewed-on: https://gerrit.libreoffice.org/61392
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-10-04  Julien Nabet  <serval2412@yahoo.fr>  [8d0f2c5192d2c6bc18e406906825c0889e1edc22]

        tdf#119743: add Features entries in Properties block Drivers.xcu
        
        in order to save special options of a database file.
        
        Regression from d6fce54c82868b82bd6fa190db6047d69bbb3ecf
        Read https://bugs.documentfoundation.org/show_bug.cgi?id=119743#c5
        for detailed explanation
        
        + merge with 6de679cca6978694bacf5322c9ab8559740f0443
        1) Fix BooleanComparisonMode
        2) Revert partly 568778874429595855b435792e5ebecd52956dae
        (UseKeywordAsBeforeAlias)
        See this commit for more details
        
        Change-Id: Icea932ef5e7358db1cd819583f6ef3ad9399ca87
        Reviewed-on: https://gerrit.libreoffice.org/60471
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/60890
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-10-04  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ffdf0f99bd459e0f422592de373d0ec6a0d9926c]

        tdf#118139 Set Default StyleSheet only when available
        
        Change-Id: Id8643895add3181c41737249326bb49e1a2c2493
        Reviewed-on: https://gerrit.libreoffice.org/57582
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 7d2668517b68f9a7f056a993e53b4dd80838a4f9)
        Reviewed-on: https://gerrit.libreoffice.org/61315
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Mike Kaganski  <mike.kaganski@collabora.com>  [9bb9be742d74d412d27be3db4ce5ac5e9508cb5b]

        tdf#120249: escape trailing backslash in argument passed to soffice.bin
        
        ... to avoid treating \" as in-argument " instead of end of argument
        
        See https://docs.microsoft.com/en-us/windows/desktop/api/shellapi/nf-shellapi-commandlinetoargvw
        
        Change-Id: Ie283ba04117e13bc06c5b92412a945f945e67ff3
        Reviewed-on: https://gerrit.libreoffice.org/61214
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit f4103a42d58535e21c48ff94ab000ab0305c62e3)
        Reviewed-on: https://gerrit.libreoffice.org/61222
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Michael Stahl  <Michael.Stahl@cib.de>  [12db0c2a7b240b73a9445fffa026c4d1c349814c]

        sw: fix copying of PageDesc follows in SwDoc::AppendDoc
        
        The problem in the bugdoc is that there are 2 styles; "First Page"
        has "Default Style" as the follow, and vice versa.
        
        When the "First Page" style is copied, its follow is copied as well, but
        the follow of the follow doesn't point to the *new* "First PageN" style
        that was just created, but the original "First Page" one.
        
        Change-Id: Ie5b0064581a585a3a545360ea5c05f60652f0d4e
        Reviewed-on: https://gerrit.libreoffice.org/60993
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit a6a4fa526b8ad19ff6d44a89ee56d4268c8e90be)
        Reviewed-on: https://gerrit.libreoffice.org/61062
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7239716e4307a348d818606340e34b4fc6ceb282]

        tdf#118199 avoid double dispose actions
        
        Cell::dispose may be (and gets in this case) called multiple
        times. Do not double-cleanup stuff.
        
        Change-Id: Icb907968e8211eb4ba0bbb1c4d060eb8be9a874a
        Reviewed-on: https://gerrit.libreoffice.org/56924
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit ea39c41fdf63191579d25f327db81db14862251c)
        Reviewed-on: https://gerrit.libreoffice.org/61318
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Lionel Elie Mamane  <lionel@mamane.lu>  [f19cba204552ecb11b97c8047320733c498cf518]

        tdf#119569 try most likely to succeed method to get column metadata _before_
        
        We first try to prepare the statement and get metadata
        information. That's fine. Some DB engines/drivers will not give column
        information on an unexectured prepared statement. In that case, first
        try to execute the statement with all parameters set to NULL, which is
        likely to succeed. If not, keep "execute the raw SQL indiscriminately"
        as a last resort. I'm not sure it will ever be useful, though.
        
        Change-Id: I76b5fd6b2059e96fabe9a611c8e3ed115acfc964
        Reviewed-on: https://gerrit.libreoffice.org/60884
        Tested-by: Jenkins
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        (cherry picked from commit 6bebb05bd4b338e1ed3dac2c02b8b4186dc79675)
        Reviewed-on: https://gerrit.libreoffice.org/60885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ceebc68604e9eebc05155b2233bbadf3f4f056a]

        tdf#119599 RTF import: fix missing deduplication of font size
        
        Deciding when to and when not to deduplicate repeated direct formatting
        of paragraph / character properties is stricky, this bug is about a case
        when deduplication should happen and did not, since commit
        1970a686273c5d4fc1eeb4430283e37085d9f647 (tdf#113408 RTF import style
        dedup: separate paragraph and character handling, 2017-10-31).
        Especially that deduplication works in both directions: it should remove
        properties which are duplicated and also should insert explicit default
        values for not repeated properties.
        
        Fix the problem by making the getDefaultSPRM() aware of the context
        (which style type it deals with), and then by making sure that only
        default properties relevant for the given style type are inserted.
        
        (cherry picked from commit 49614a9ea971ff7f370f863ce8a2735aab973cee)
        
        Conflicts:
        	writerfilter/source/rtftok/rtfdocumentimpl.cxx
        	writerfilter/source/rtftok/rtfsprm.cxx
        
        Change-Id: I35b6599cc47fa51b8754fd921c61a3b31a283547
        Reviewed-on: https://gerrit.libreoffice.org/61237
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b86f5f438f1a6973830d2a588f6c5356b3c70bcf]

        tdf#120015, don't crash without major tick marks
        
        Change-Id: Icac79eb1c0c47388f96d37d2921c81fb6c848607
        Reviewed-on: https://gerrit.libreoffice.org/60948
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 217cb86dd06f0c539d6181d9b7fd0d71c4edd628)
        Reviewed-on: https://gerrit.libreoffice.org/60962
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-10-04  Xisco Fauli  <xiscofauli@libreoffice.org>  [20c72c0f79fa1d416c68537ecb914f197228eea5]

        tdf#120057: protect sheet dialog checklistbox should be can-focus
        
        Same logic as fee3669a3395133a9e47ff2f0a96159cb3eefb89
        
        Change-Id: I43c00a6fcd0e3b42798702f746df9bcb7f817a5f
        Reviewed-on: https://gerrit.libreoffice.org/61320
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 5f5d890c242b8a092804991dba809f6f4287cfb2)
        Reviewed-on: https://gerrit.libreoffice.org/61325
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-10-03  Armin Le Grand  <Armin.Le.Grand@cib.de>  [316281cf1d888a4bac9f1e40e92c66405480249c]

        tdf#118498 Correct CustomShape 3D Visualization
        
        Change-Id: Ic312190616044f37fd92464ad605c6e0cdd5cc4d
        Reviewed-on: https://gerrit.libreoffice.org/57547
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit ee71c3def71508d1fc3e110659c7ed7aa0ba2238)
        Reviewed-on: https://gerrit.libreoffice.org/61207
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-10-03  Armin Le Grand  <Armin.Le.Grand@cib.de>  [bcf7aee3dc42ac4a82dec7fe5ded9d2796b69a66]

        Corrected PresObj Styles
        
        When SdrPresObj's get constructed, e.g. when loading/
        opening an Impress, the Styles for the PresObj's
        (PresentationObjects) need to be constructed carefully
        the same way as in former versions. This is a combination
        of creating the SdrObject, adding a Style and setting default
        Attributes, combined with in.-between corrections. All these
        combinations make these fragile, plus the im/export using
        ODF XML format and UNO API. With last SOSaw080 changes
        not all places were correctly converted (mainly due to
        new timing when and how a SdrObject belongs to a SdrPage).
        Corrected this now, checked im/export/echange with
        libreoffice-6-0 versions.
        
        Stuff is more complicated that initially thought, see comment
        added at AttributeProperties::GetObjectItemSet() for more info.
        Adaption of the two UnitTest-Files is explained there, too.
        
        Change-Id: Ia90a37492f3a92030790fbd27b7c532883bce923
        Reviewed-on: https://gerrit.libreoffice.org/55029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 6ebe8b9068be019d9e8ce4f558eb07304e2023f6)
        Reviewed-on: https://gerrit.libreoffice.org/61209
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-10-03  Julien Nabet  <serval2412@yahoo.fr>  [8dbcd72f83e2317dd40c0fa605fd26b3f6a2616b]

        tdf#120245: Accept to insert empty field with 'not null' database constraint
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=120245#c4
        
        Change-Id: I9ac852a83e0a57c34ef3640bf0fb0e6a3394db63
        Reviewed-on: https://gerrit.libreoffice.org/61269
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins

2018-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff28de400ecf0e367d98a58285f3f82a8e85df6f]

        tdf#120028 PPTX import: map shapes with multiple columns to table shapes
        
        This is a combination of 3 commits.
        
        1st commit:
        
        Longer term the core Impress shape has to be improved so that it can have
        text in multiple columns.
        
        Shorter term, map text with multiple columns to table shapes, that gives
        correct layout in many cases and requires changes to the import filter
        only.
        
        (cherry picked from commit aef569ed83a3ccc02639e5b2a1c7cc131ba262fc)
        
        Commit #2:
        
        Related: tdf#120028 PPTX import: fix font size of multi-col shape text
        
        Normal shapes have a TextFitToSize property for this, but table cell
        content has to be scaled manually, as the rendering has no automatic
        support for them. Luckily the file format has the info we need to scale
        at import time.
        
        (cherry picked from commit c8b2849d140677f7b35523096eb2bc715b3dc507)
        
        Commit #3:
        
        Related: tdf#120028 PPTX import: fix font color of multi-col shape text
        
        Not just font color, anything defined via list styles were not imported.
        
        (cherry picked from commit 800bf1071a30955ff70373b2fb5886eadce59dee)
        
        Change-Id: Id7942b16882ab1f083ded2f0e577e8c9e128697c
        Reviewed-on: https://gerrit.libreoffice.org/61243
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-10-02  Caolán McNamara  <caolanm@redhat.com>  [2c2ecb7eaa448f33162ce60154af207228ac05a8]

        tdf#120055 line dialog notebook should be can-focus
        
        Change-Id: I3993f726f433503173c27c68be40936bc03aaf6e
        Reviewed-on: https://gerrit.libreoffice.org/61227
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit fee3669a3395133a9e47ff2f0a96159cb3eefb89)
        Reviewed-on: https://gerrit.libreoffice.org/61247

2018-10-01  László Németh  <nemeth@numbertext.org>  [88188dd62d1d1e3caa1b8ee03fdf246aafdec71e]

        tdf#105444 DOCX import: don't put extra paragraphs in comments
        
        on Win32, waiting only for \r\n instead of \n in RemoveLastParagraph().
        
        Change-Id: I8921a6a72e8397ed04edb9f339ba3f0bf5bbb98b
        Reviewed-on: https://gerrit.libreoffice.org/60865
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit bdade7e3fc33c1832c6f6a472443fca8238738d2)
        Reviewed-on: https://gerrit.libreoffice.org/60896

2018-10-01  Cor Nouws  <oolst@nouenoff.nl>  [feb475c6594c5520ea50ba74e8c17e8a1815dc1f]

        tdf#116085 make sure Certificate Manager is found with GPG4win v3
        
        Change-Id: I3a7ab7ec046a6bbff4b4a020e76356ffd454bab8
        Reviewed-on: https://gerrit.libreoffice.org/61061
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 89a60912bba7ffd6f65ea99f4664f343c5025c95)
        Reviewed-on: https://gerrit.libreoffice.org/61173
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-27  Mike Kaganski  <mike.kaganski@collabora.com>  [4f28521bf96d4a5fedad3c85171baba412abbb0e]

        tdf#119238: keep replaced file's identity when renaming docfile
        
        Regression from 2157a3536f97ff5ae7c82611a801fef7e3708983
        
          sfx2 store: try rename before copying
        
          Rename is cheaper then copying the content over manually, so try that
          first.
        
        On Windows, we need to keep the file's dentity, including metadata (e.g.,
        creation time, which is kept in FS). WinAPI has ReplaceFileW specifically
        for this, and it keeps ACLs of the original file, and otherwise makes the
        changed file not a separate entry, but updated old file from system's PoV.
        
        Eventually, we could try to restructure creating backup copies (e.g., for
        documents when configured so) to take advantage of this function being able
        to do that.
        
        Change-Id: I6001a2a3af5e10bc010f5ef129f4bb6f83ee1581
        Reviewed-on: https://gerrit.libreoffice.org/60163
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit c9343988204ee3e9889f3cc833adbbaca83e53e6)
        Reviewed-on: https://gerrit.libreoffice.org/61041

2018-09-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3ab472e718ea590a5c0dba572cf91e79ab916562]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Better placement of background color definitions & a new shadow
            
            Change-Id: I8ad99f278cd1e4d96ae873627f2dfa2a5b827761
            (cherry picked from commit c48b19bcf937b5b5689b08254208c935057b58e8)
            Reviewed-on: https://gerrit.libreoffice.org/60729
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-09-26  Eike Rathke  <erack@redhat.com>  [cd81c31a6c5313c53269721749f7bcdc11a103ad]

        Resolves: tdf#119954 do not copy the old parent, init with new parent instead
        
        The parent is always the ScDBCollection that contains the
        ScDBCollection::NamedDBs container, not the one the
        ScDBCollection::NamedDBs was copy-constructed from.
        
        Change-Id: Ia409347f3aeb9ad7a5e68da7af727adfac98d6a2
        Reviewed-on: https://gerrit.libreoffice.org/60833
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 7ea5d339dc4d8412f436f3affa589bfbd0b1ef68)
        Reviewed-on: https://gerrit.libreoffice.org/60841
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07c710d86d99297061269a40a3b9f266b92e434a]

        tdf#119922, sanitize the point count when extrapolate is used
        
        Change-Id: Iec5e591f51ab13efa4b014b82df213e91eb5b793
        Reviewed-on: https://gerrit.libreoffice.org/60949
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit e206a3b40083729fd57502f33e49fa30e54ac8e6)
        Reviewed-on: https://gerrit.libreoffice.org/60963
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-09-24  Caolán McNamara  <caolanm@redhat.com>  [b20f09d765782b17aded592f30b41bba15fd8403]

        Resolves: tdf#119624 stray image_position bottom for some icons in buttons
        
        icons are off by default so not usually seen
        
        Change-Id: I6076fd87250fc4595d279c830e14779147b7857a
        Reviewed-on: https://gerrit.libreoffice.org/60936
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-23  Xisco Fauli  <xiscofauli@libreoffice.org>  [dd7fd51a053be6e664a1a358501dd27e0118f221]

        tdf#120069: Do not crash changing background color in draw
        
        Regression from c57f10b67fceef47d304d74dce93be7389a7720c,
        where I disabled the master background in Impress but not in Draw,
        and both share some common code.
        
        Besides, disable master background in draw as well. Follow-up of bug
        tdf#111306
        
        Change-Id: I772382b5ed8eff3a35d001ea498810613137d172
        Reviewed-on: https://gerrit.libreoffice.org/60914
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-23  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [12b3395330953384bb80904fee489389db1e0cfc]

        Update git submodules
        
        * Update dictionaries from branch 'libreoffice-6-1'
          - Migrate the Turkish dictionary to hunspell-tr
            
            It had been permitted to be re-licensed under MPL v2.0,
            by the original author of the extension.
            
            It has fewer words, but a lot less false-positives,
            and false negatives.
            
            The original author offered to update the dictionary,
            if we provide him with a word list.
            
            Change-Id: Ideb27da220dcf10dabc924996362b549a5373352
            Reviewed-on: https://gerrit.libreoffice.org/59258
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            Reviewed-by: Aron Budea <aron.budea@collabora.com>
            Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            (cherry picked from commit 9ec31e4d1441acd78aee1d880de377e4ee645d19)
            Reviewed-on: https://gerrit.libreoffice.org/60867
            Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
            
2018-09-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [974ad88c876cfabe0fb334b29cc04bb8a06fd5e9]

        tdf#119302 WIN better font scale handling
        
        Moves the scale factor into the LogicalFontInstance and uses the
        Glyphs font fallback level to use the correct font and scale.
        
        Probably the glyphs should be using a rtl::Reference to the
        LogcalFontInstance instead of the fallback level. I don't know if
        glyphs are evicted from the cache, if the fallback changes. There
        is now an assert and all places will use 1.0 as the default
        scaling factor, so LO should at least not crash.
        
        Reviewed-on: https://gerrit.libreoffice.org/60091
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit c177c305fc839e7a64d228ec56209d133588572b)
        
        Conflicts:
        	vcl/inc/win/salgdi.h
        	vcl/win/gdi/salfont.cxx
        
        Change-Id: I9dd4fc3a5b5924fc379b48a7f71c9eed26b4779d
        Reviewed-on: https://gerrit.libreoffice.org/60722
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-21  Michael Weghorn  <m.weghorn@posteo.de>  [4a242e736be63f4ca40963f6690d9f0619bad29a]

        tdf#119814 Fix UI freeze with gtk3_kde5 filepicker
        
        Previously, the loop inside 'runCommands()' was triggered
        every time 'm_stdinNotifier' got activated.
        
        This could lead to both the soffice and the separate
        lo_kde5filepicker process blocking indefinitely, when
        during the execution of 'KDE5FilePicker::execute()', the
        processing of another event started which would then
        be blocked in the 'readCommand()' call; finally causing
        both processes to wait for input from stdin that would
        never appear (s. backtrace attached to tdf#119814).
        
        Since the loop inside 'runCommands()' runs until all
        commands have been processed, it's sufficient to
        start it once when 'm_stdinNotifier' is activated for the
        first time.
        
        Change-Id: Ie9180dbaf7e3f7ec033ad6d53fabe1b1ee363465
        Reviewed-on: https://gerrit.libreoffice.org/60380
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit e95930d96459cc653342e78617db9498255569d0)
        Reviewed-on: https://gerrit.libreoffice.org/60407
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-21  Caolán McNamara  <caolanm@redhat.com>  [b8525055c6734baa36c1da0aaf33654a865e2021]

        ofz#10523 guard aginst 0 pF->nLCode
        
        Change-Id: I8ef476e06f54ddd57be907488a8a65314abda3ee
        Reviewed-on: https://gerrit.libreoffice.org/60827
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-20  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [ac54378bdaa50e8510ddd17cb95d08d648e83bc2]

        Update git submodules
        
        * Update dictionaries from branch 'libreoffice-6-1'
          - Add Turkish (tr_TR) hunspell dictionary
            
            From https://addons.mozilla.org/en-US/firefox/addon/turkce-yazim-denetimi/
            
            Change-Id: Idd122cc8fe48940e9286a49006b3f97546cf5a79
            Reviewed-on: https://gerrit.libreoffice.org/58129
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
            (cherry picked from commit 00a2316c6499821fee61aaa14e718d5b7398e983)
            Reviewed-on: https://gerrit.libreoffice.org/60808
            Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-09-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [e3a745f7604b084a7bb5fb6f18d5b50b5e137a98]

        tdf#90376 revert the dock windows' Idles to Timers
        
        The dock windows' Timers were converted to Idles in commit
        eef25e0e7c03 ("changed timers to idles"). Since the Idles poll
        the mouse buttons, they starve all lower priority events.
        
        From the comment in ImplDockFloatWin2::Move, this is a hack to
        get the mouse release event from the window decorations in X11.
        
        Change-Id: Ibba3c58dd8b3d95dbd9296cc111ab32968bee230
        Reviewed-on: https://gerrit.libreoffice.org/59590
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit afd49c198769b5e7fc01a68ce7a6847aa0d0ddd8)
        Reviewed-on: https://gerrit.libreoffice.org/60720
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [fbc3818a70bad11f2b28d005d97c3491a41f711e]

        tdf#119340 WIN don't always re-init the HFONT
        
        After all the LogicalFontInstance refactoring, its FontSelectData
        is now immutable, so the HFONT will never need to be changed.
        Therefore we can skip the HFONT lookup in WinSalGraphics::SetFont,
        if the WinFontInstance already has it set.
        
        All the HFONT handling (basically WinSalGraphics::ImplDoSetFont)
        should be moved to the WinFontInstance to further clean this up.
        
        Reviewed-on: https://gerrit.libreoffice.org/59988
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 7e7a1ff3926e86705199aa9814089e90f01c02ed)
        
        Conflicts:
        	vcl/win/gdi/salfont.cxx
        
        Change-Id: I1c9a9e3414677d77f0f007d7ace653bb53b8474d
        Reviewed-on: https://gerrit.libreoffice.org/60721
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [ad304d978b1a88d3ecadfef88d3a7a4c2475be5e]

        sw: fix return value of DocumentRedlineManager::AppendRedline()
        
        If a footnote is inserted, a redline that includes the start/end node of
        the footnote is created, but that is not a valid redline (as far as
        HasValidRange() is concerned), so instead a different redline without
        start/end nodes is inserted, but pNewRedl is reset and so AppendRedline()
        returns IGNORED, and then we get an assert in Undo from
        SwRedlineSaveData::RedlineToDoc().
        
        Change-Id: I92253e1a40ba98e34e0bca601b4e3b6ef3751b08
        (cherry picked from commit deacee23d9530350988eef68b0e9bb5cfcf2fde3)
        Reviewed-on: https://gerrit.libreoffice.org/60750
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [9308edcf916a0dbcdc36165514ed77d3836e64f1]

        sw: SwRedlineTable::DeleteAndDestroy() is surprisingly dangerous
        
        At least with the randomised test, it can happen that deleting one
        redline will recursively delete other redlines that are located in
        the hidden content section of the redline, or at least try to and
        crash because those have already been deleted before.
        
        The callers will either delete 1 redline, or delete all of them
        via DeleteAndDestroyAll(), so put a safer loop into
        DeleteAndDestroyAll() and have DeleteAndDestroy() only delete 1.
        
        Change-Id: I9c4225544a43a4a03f4eb7b6f56e7fe848c8ca54
        (cherry picked from commit 471212d464f54054f7419ef1890267d0def852d9)
        Reviewed-on: https://gerrit.libreoffice.org/60749
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [25ea936cc4bd060cb7fd60ec65c414ba2bade928]

        tdf#118784 sot: lower priority of RTF clipboard format on macOS
        
        This was a problem since commit 29d4ecf32392bc94ab0ba9e73fd79eba65c23fdb
        (tdf#115574 sot: fix Excel -> Writer paste, 2018-03-29), the root cause
        seems to be that (older?) Safari provides RTF clipboard content which
        simply doesn't contain the images.
        
        Just to back to the old behavior on macOS for now, hopefully the
        problematic RTF producer will go away in the long run.
        
        Change-Id: I5c40b28671978cfbf8593f1cc9775985dffc5030
        Reviewed-on: https://gerrit.libreoffice.org/60641
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins
        (cherry picked from commit 3c25e7a31bd8b5b40f86208cd141c6108cb736c5)
        Reviewed-on: https://gerrit.libreoffice.org/60753
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [b1686298cb81b8c1f56a217ebe9333f1e0007d5a]

        sw: fix listener registration of sw::UnoCursorPointer
        
        Listening at one SwUnoCursor at a time is enough; this triggers
        asserts added in 1925a57dee73933ffbdb3b57349b757470a8218a from
        SwNavigationMgr.
        
        Change-Id: I791355533214daeb1779cd7d1a6aac7faa1a1472
        (cherry picked from commit 503f07caa904ba375e390ad87640115866c3db05)
        Reviewed-on: https://gerrit.libreoffice.org/60746
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [2b3cbeb76247e9819d60d661a4f3546ec731ea80]

        sw: fix 0-length delete redlines in SwUndoSaveSection::SaveSection
        
        The delete redlines aren't restored properly on Undo because they are
        squashed into a point by DelBookmarks.
        
        (regression from 6af2caab7271e11d9501fd6a597e05194d33fd10)
        
        Change-Id: I34ea66b5ab0d441c42570e25ea374cb2d0cfc780
        (cherry picked from commit 251b88be7fdca54c38cc7632a85184577f719180)
        Reviewed-on: https://gerrit.libreoffice.org/60745
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [760d6f55c847a4ebc9b7780e4443af47cdd1367d]

        svl: fix SfxItemIter on empty item set
        
        The problem is that IsAtEnd { return m_nCurrent == m_nEnd; } is never
        true because of the odd initialisation with m_nEnd > m_nStart.
        
        Change-Id: I477b0f111e2c2f47fe093800710a9b28ca8a5925
        (cherry picked from commit 54d627e0c2ef64a8b09bc744384f6e3dd1d29d22)
        Reviewed-on: https://gerrit.libreoffice.org/60747
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [55210211d899e3929fb8d7760483206937a3b0e4]

        sw: fix usage of wrong string in SwUndoOverwrite::RedoImpl()
        
        At this point the "aDelStr" is in the document, don't use invalid index.
        
        Change-Id: I0aae8839e9669e3a474266a345b54a1e7e6db38f
        (cherry picked from commit a44d7917655dfec3f6a101752c68de8c46aeb822)
        Reviewed-on: https://gerrit.libreoffice.org/60748
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Michael Stahl  <Michael.Stahl@cib.de>  [27170680e82a927b88e6a1ccee63b7ddf8082d01]

        sw: avoid asserts from SwSortedObjs::Insert()
        
        The first frame is almost certainly already inserted in line 2057;
        This causes "<SwSortedObjs::Insert()> - already contains object".
        
        Change-Id: I4a785accdec033865da971bf25d0ebe06ec2e765
        (cherry picked from commit 7f406cbacf9c3abc45c7241535472ffab807e2f0)
        Reviewed-on: https://gerrit.libreoffice.org/60744
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Caolán McNamara  <caolanm@redhat.com>  [e204c41262f4c587964c128296d45ec93009f2ac]

        StartUndo with END arg should have been EndUndo
        
        Change-Id: Iffcb770ef0ebf28e6bdbea044cd0ec8dcffa53e8
        Reviewed-on: https://gerrit.libreoffice.org/60806
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-20  Julien Nabet  <serval2412@yahoo.fr>  [7d703f00ed94b0d6ea44132896f1926fb68c1c04]

        tdf#108402: avoid crash if filter doesn't match
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=134006
        + display warning
        
        Change-Id: I38496364c0965015ea54f753f3d3550f317d88d8
        Reviewed-on: https://gerrit.libreoffice.org/60413
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 475ea37809b5bec369d02a5ab500fac46ab40f0a)
        Reviewed-on: https://gerrit.libreoffice.org/60791
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-20  Caolán McNamara  <caolanm@redhat.com>  [f133621aeb78a37dc4d9db7a0eb7d0bde4637fb2]

        ofz#10526 check with dynamic_cast its really a EMFPStringFormat
        
        Change-Id: Ifbe81b851b17858a915105c102af6f4d8f2c81fa
        Reviewed-on: https://gerrit.libreoffice.org/60799
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-09-20  Caolán McNamara  <caolanm@redhat.com>  [2755bf801ee7105fdaee8221714909f839e2ca78]

        tdf#119770 nullptr GetGraphic return
        
        Change-Id: I9e76b6704e7f82cd9d200ed6c5802101de264242
        Reviewed-on: https://gerrit.libreoffice.org/60685
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d76e518ffa714756d8dc70810103bc2189d2ee28]

        bump product version to 6.1.3.0.0+
        
        Change-Id: I858c7a1aff8c36e05442b7b9b7b12b74a8495185

2018-09-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ec5ef14e916163f4a656699c49f3954d9b7a335b]

        update credits
        
        Change-Id: I1a8c8bc20ee7e97b47f0602dcfaa3cb1b771de8f
        (cherry picked from commit bb26bd6148ef7c60d6280b4848c017ba63775242)

2018-09-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f1569085a5dc018f0bcefab0b679a7026195e0db]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.2 rc1
            
            Change-Id: Ide77b21b9aa04eab6e24aa0b6dfe1a615117922f
            
2018-09-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3ba766a24187c6c1d27c005301dc30caf73d38fd]

        tdf#118502 Fix loading of eps images with replacement graphic
        
        Change-Id: Iaf9c8e2ed72115e1f82d2541ae2a1d4803795a46
        Reviewed-on: https://gerrit.libreoffice.org/60754
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-09-20  László Németh  <nemeth@numbertext.org>  [caa2b68b9f3d686aa6f99e3e341b0f76e9e4ce46]

        tdf#64264 DOCX import: fix row count of repeating table header
        
        by ignoring isolated tblHeader settings, according to the standard.
        (OOXML 17.4.49 tblHeader (Repeat Table Row on Every New Page)
        "...if this row [with tblHeader property] is not contiguously connected
        with the first row of the table (that is, if this table row is not
        either the first row, or all rows between this row and the first row
        are not marked as header rows) then this property shall be ignored.")
        
        Note: with this fix, in a mixed environment, LibreOffice is able to
        fix the known problems of MS Word 2013/2016 by removing the isolated
        tblHeaders during DOCX import/export (such problems in MSO: missing
        repeating headers in a few pages or in the whole table, despite the
        correct settings; and non-modifiable repeat header row property in
        the table settings).
        
        Change-Id: I73e8394a75b77c937a4bac37d99ff747ad95a06e
        Reviewed-on: https://gerrit.libreoffice.org/60765
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit ace6bbf3da9ae27aca87865b6be887a3aed341fc)
        Reviewed-on: https://gerrit.libreoffice.org/60790
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [59cdc0023f2429be6fe25f4570e07fd81a8f5d00]

        tdf#118567 Signature Line: Fix ooxml signing
        
        Change-Id: Ie2467db7ab209f10e92b6db1f5680e7a9be614ab
        Reviewed-on: https://gerrit.libreoffice.org/60676
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit c3de0478fbcbe1dc22ab5dea42b423bb8e45fcba)
        Reviewed-on: https://gerrit.libreoffice.org/60735
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4ceefe7c66f19e16e8e4414419e38f75c55ec6fd]

        generateGUIDString: Fix incorrect string length
        
        This bug caused signature line IDs in OOXML to be written
        with an appended "_x0000_".
        
        Change-Id: If219279a5d5177ec5fac2d9dd747dc015c16b6bc
        Reviewed-on: https://gerrit.libreoffice.org/60736
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 8c7e64cd3854a912ef33b5a717a9f36856925c7c)
        Reviewed-on: https://gerrit.libreoffice.org/60766
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [01abe2764f1778ad03cf643e799f0f387bd397e8]

        tdf#112356 follow-up: Make the Help button work
        
        Change-Id: I7181e07f8d817dd402eec8bd98e8526503455f5e
        (cherry picked from commit fee5b79543de5e35299b1e3576209c77ef64a4d6)
        Reviewed-on: https://gerrit.libreoffice.org/60751
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c11a2c0e42add67785413bbb0afc79e7ab92161f]

        add locale to joinus link so hub can redirect to language specific pages
        
        Change-Id: Ibed6f899ad0219bf0211ac50c0595484ddba8c92
        Reviewed-on: https://gerrit.libreoffice.org/60696
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 17d981d795f18422e1435180d42baeba509c1280)
        Reviewed-on: https://gerrit.libreoffice.org/60742
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-19  Caolán McNamara  <caolanm@redhat.com>  [13ebc1b15a61d2607096c37b03f986a0122227ea]

        emboss filter broken
        
        since...
        
        commit 4b183ae94821ed6d08708b43e4d719ffb4540843
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Fri Apr 20 21:00:46 2018 +1000
        
            vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilter
        
            Change-Id: I6e541e9ca9cf61dfa8df9638a4ba4b8bd1d3ad71
            Reviewed-on: https://gerrit.libreoffice.org/53204
            Tested-by: Jenkins <ci@libreoffice.org>
            Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        
        Change-Id: If1a96d2165a3c003b9f3cb5a922d08c12156fd29
        Reviewed-on: https://gerrit.libreoffice.org/60670
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-18  Caolán McNamara  <caolanm@redhat.com>  [47ff79610feee88283695fe148b2b03801517e3b]

        tdf#119929 ensure .ui translation domain is bound before translation attempt
        
        Change-Id: Ib06b399f6c975c1c64594b0a294b10bc6a9f0a69
        Reviewed-on: https://gerrit.libreoffice.org/60667
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-18  Xisco Fauli  <xiscofauli@libreoffice.org>  [aedccaa4ce5a3f1cc16da29c775c3b8551974b29]

        tdf#119881: Check if Unity/Gnome is separated by colon in XDG_CURRENT_DESKTOP
        
        Change-Id: Ie29c2213d8efccd7750396325ce05b4909c09d02
        Reviewed-on: https://gerrit.libreoffice.org/60592
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit 79093cce6c3a65f84bbafd172b1e9e6702d3ce75)
        Reviewed-on: https://gerrit.libreoffice.org/60677
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-18  László Németh  <nemeth@numbertext.org>  [8693f6fa799c43304741f465c23e827c3ceafd9d]

        tdf#118691 DOCX import: fix table loss caused by <w:cr>
        
        According to the OOXML standard, <w:cr> (carriage return –
        Unicode character 000D) is equivalent to a break
        with null type and clear attributes, so we handle it as
        a <w:br/>, instead of endOfParagraph, fixing
        losing table paragraphs and tables containing <w:cr/>.
        
        Note: It seems, MSO cannot handle carriage return characters
        in table cells correctly. It shows squares (unknown
        characters) without line break there. Copying this text to
        a non-table paragraph in MSO, we get the correct layout with
        line breaks. Copying this text with carriage return characters
        back to a table cell, we get squares again. With this LO fix,
        it will be possible to fix the bad tables edited by MS Word
        by using LO, because LibreOffice import/export converts all
        <w:cr>s to <w:br>s (as before, but now without destroying
        the structure of the tables).
        
        Change-Id: Iee42f71e9a00531353582e7127c2c212ea0890d0
        Reviewed-on: https://gerrit.libreoffice.org/60585
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit f63a60f56156e4ac17887e6c96d15fb865a2a8eb)
        Reviewed-on: https://gerrit.libreoffice.org/60655
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-18  Caolán McNamara  <caolanm@redhat.com>  [f5d31c424e49d6e2d8c8a52667e2e270dc8978ba]

        crash editing previously added remote cmis
        
        http://crashreport.libreoffice.org/stats/crash_details/61ba172a-ce27-46d7-8493-dc7cb688b10a
        
        presumably since...
        
        commit 767188fd1b1e1f504864f9489076283ebc413625
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu May 17 16:21:02 2018 +0100
        
            make PlaceEditDialog a bit more ordinary
        
        which missed the other ctor
        
        Change-Id: Iece359b94afdd0d2c48afe7f301e7178180f1dc5
        Reviewed-on: https://gerrit.libreoffice.org/60587
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b767f5528724474b68340a50daa3038e4401169]

        tdf#119875 sw: fix invalid pos of frame after 0-sized section with laycache
        
        The interesting part of the layout of page 2 is:
        
        - frame #40 is a section frame with a text frame which is in a list
          ("A")
        - frame #48 is a section frame after that, with the same top=19213
        
        Given that frame #40 has height > 0, they overlap when the page is
        rendered. What happens is:
        
        - frame #40 grows
        - there are other section frames between #40 and #48 in-between, but
          they don't have an SwSection
        - these frames are skipped
        - then the position of #48 is invalidated
        
        So the next time we calculate the position of #48, we look the last
        skipped (previous) section frame (which still has top=19213, since its
        position was not invalidated above), and since its height is 0, we
        conclude that our current top=19213 is valid after all.
        
        This is like this since commit 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        (initial import, 2000-09-18), so leave the code there that invalidates
        not only the next frame, but all the way down to the first
        non-SwSection-less-SwSectionFrame. But instead of just invalidating the
        last frame, invalidate the in-between SwSection-less-SwSectionFrames as
        well.
        
        In practice this did not cause a problem in case the document has no
        layout cache. If it does, then the frames are created on pages hinted by
        the cache, then later moved to their final place. In practice this bug
        was visible only in this later case. (I.e. such a layout cache can be
        only created if the machine that saved the document last time does not
        have the fonts needed by the document installed; and then the document
        is opened on an other machine which has those fonts.)
        
        (cherry picked from commit b5937112d4035fb9ffb472e1bf36567d9c78c820)
        
        Conflicts:
        	sw/qa/extras/layout/layout.cxx
        
        Change-Id: I02ae9f63d0b4b5e9d014df53ed2cf21a04b15090
        Reviewed-on: https://gerrit.libreoffice.org/60590
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-18  Caolán McNamara  <caolanm@redhat.com>  [ca34dd89e38911f8a1fc7b6ce6afa3b39580fa21]

        Resolves: tdf#119860 missing block of code to set text positioning
        
        Change-Id: Ia57fc61147179a92569918417692e44e11ad6061
        Reviewed-on: https://gerrit.libreoffice.org/60647
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-18  Caolán McNamara  <caolanm@redhat.com>  [fde33870d6989efeb59355aad1209a7f50e7ecf6]

        ofz#10395 Null-dereference
        
        Change-Id: I7bde5987a51949d60174335327652186e0ad8998
        Reviewed-on: https://gerrit.libreoffice.org/60559
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 07b3bfb125fae70e0ab796a929a4f2abe4937912)
        Reviewed-on: https://gerrit.libreoffice.org/60564
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f06aea9b31707ec49355e41b0e682d4a15431e44]

        tdf#119316 sfx2 store: no move on macOS
        
        osl::FileStatus::getAttributes() and osl::File::setAttributes() doesn't
        preserve all the necessary file properties (at least "Hide extension" is not
        handled), so always copy on macOS instead.
        
        (cherry picked from commit 7823684cb6fbe752dc64300799c5d102f61e0b70)
        
        Change-Id: I529467cc3d432d04e593f936c13ed4656a18150c
        Reviewed-on: https://gerrit.libreoffice.org/60307
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-17  Mike Kaganski  <mike.kaganski@collabora.com>  [4db4befcb7f710cb9ec0dcc9968ee2d0b836a1c2]

        tdf#119897: "Version " prefix is optional
        
        Hopefully this fixes the problem, which is being incorrect version written
        for the font in MSI (1.0.0.0), and comparing with installed one (1.3), the
        font is removed and not reinstalled.
        
        Change-Id: Iee675e2c2b3f29c76e35dcf41bbcce9b6181bf62
        Reviewed-on: https://gerrit.libreoffice.org/60548
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 38aae53a1004bb7393c81a98c7b370344613244e)
        Reviewed-on: https://gerrit.libreoffice.org/60556
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a3fa7c4e04c489f8d8ec6db3385e965900d801a3]

        tdf#118203 Avoid endless recussion in MeasureObject
        
        Change-Id: I1e6fff80e7b6d36830f61387cc5245fc54877d95
        Reviewed-on: https://gerrit.libreoffice.org/60546
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit d357e50fa1734da0bf341dbd49fc0596011bdfe3)
        Reviewed-on: https://gerrit.libreoffice.org/60557
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-09-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1ebb77fd17b417d92ab48fcef56a0230c5750de2]

        SOSAW080: Derive SdrObjGroup from SdrObjList
        
        Also simplify parent/child relationships, get rid
        of double data (SdrPage/Parent infos in SdrObjects,
        also in SdrObjList). This is all not needed - when a
        SdrObject is inserted to a SdrPage, get SdrPage by
        traveling over parents (no double info, member as soon
        as inserted, ...).
        More cleanups/reworks included, will need some more
        cleanups, too.
        
        Stabilizing: SetRectsDirty/DefaultStyleSheet
        
        Had to correct the SetRectsDirty stuff for 3D due to
        going down the hierarchy while the 2D implementation
        goes the other direction -> endless loops. Added special
        handling for 3D stuff for now (will be chnaged again when
        SnapRect is no longer needed at SdrObject level).
        Also had to adapt how the DefaultStyleSheet is set at
        incarnated SdrObjects - better: their properties. Since
        we now always have a SdrModel, it is possible to correctly
        initialize with the correct default StyleSheet from that
        SdrModel.
        This needs to be done after ForceDefaultAttributes and in a
        way that again deletes Items that are set in the StyleSheet.
        This leads to an error in CppunitTest_sd_import_tests where
        I checked tdf100491 - it is okay and thus I change the control
        instance of the imported, XML-dumped file.
        The less hard attributes, the better for Styles in general.
        
        Cleanup of comments for last two commits
        
        Corrected SvxShape::getParent()
        
        Needed to get the direct parent, so test for SdrObject
        first (to get SdrObjGroup/E3DScene), for SdrPage second
        
        Fixed CppunitTest_sc_subsequent_export_test
        
        Several problems arose. The used SdrCaptionObj was
        Cloned, but the clone not inserted to a SdrPage. This
        leads to not being able to access a UNO API imlementation
        of the SdrPage (SvxPage) on lower levels.
        It worked before due to SdrObject having a SdrPage*
        additionally to being added to a SdrPage - this is exactly
        the main cleanup this change does.
        Looked for why it is cloned, could see no reasons. The
        SdrCaptionObj exists during all im/export, not difference
        to other SdrObjects (that do not get cloned). It is not
        changed in any way. It *might* be to suppress a crash that
        happened due to UNO API Service emfio/emfio not being
        available in the UnitTest scenario. Interestingly it
        did not crash with the cloned SdrCaptionObj, but the
        Graphic exported was probably wrong.
        Fixed by no longer Cloning the SdrCaptionObj and adding
        emfio/emfio UNO API Service.
        
        d139f821a5b39535a3e7b9c6261df7e18f8ae8ac
        910e7f4bc628a715fda7545dffaf3369d5e76ea0
        ca1de01b723051e09ac37d7ec7bba978beea41c5
        3a76da1471dfe75e69847f64a6a3519ad21c8c9c
        
        Change-Id: I986586e326b563acebf00d931a7084c6eb09e5f8
        Reviewed-on: https://gerrit.libreoffice.org/54689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/60535
        Tested-by: Jenkins

2018-09-16  Martin Srebotnjak  <miles@filmsi.net>  [47543560311038191fd7ae901031da6c40b697b1]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - Updated Slovenian translation
            
            Change-Id: I30ddc409c25c35a2204a3e5bf89fc1cf2b8cf761
            
2018-09-14  Michael Meeks  <michael.meeks@collabora.com>  [c371ecf837f047c3ab3ead9ee923b0a17c466f55]

        Join the thread only if launch succeeded.
        
        Change-Id: Idee779cea587e11f6d0f7902182c9394e73d46eb
        Reviewed-on: https://gerrit.libreoffice.org/60488
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit 6b12e4a9be9283951ac234692e79c9e00cd32654)
        Reviewed-on: https://gerrit.libreoffice.org/60501
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-09-14  Balazs Varga  <balazs.varga991@gmail.com>  [236d015936572445ed7632a69f019e2c52c84630]

        tdf#108028 OOXML: Fix line breaking of chart title
        
        With adding the "TextMaximumFrameWidth" property to the chart title's
        textbox property, it breaks chart titles longer then the chart width,
        as in OOXML reference implementation. LibreOffice previously distorted
        the text and squeezed the chart. This patch will fix it.
        
        Change-Id: Ic086d25b49e9c5cf9c6f2c79f141592749adc7d8
        Reviewed-on: https://gerrit.libreoffice.org/59991
        Tested-by: Jenkins
        Tested-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 063e92004b65411dbee7fc12ab00c78aa9c69a86)
        Reviewed-on: https://gerrit.libreoffice.org/60305
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-09-14  Michael Weghorn  <m.weghorn@posteo.de>  [79dfbd20de1636e60fb6b8b1a08d0784a4188715]

        kde5backend.cxx: Fix inverted logic leading to invalid write
        
        Only write to 'pFakeArgv[2]' when 'aDisplay' is NON-empty.
        
        Otherwise, the 'pFakeArgv' array only has size 2 and the write
        is invalid.
        
        (Found by valgrind while looking at another issue.)
        
        Change-Id: I58aff6d25c8647bc6ef346af8ac09b0b0fc030b8
        Reviewed-on: https://gerrit.libreoffice.org/60476
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit 2fdafe62ef3959ec34e05daf312088a8f0534d9a)
        Reviewed-on: https://gerrit.libreoffice.org/60485
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [634d30ce48d89c23ef8cc07ed66c05dc00e19b49]

        tdf#119305 Chart created from fully selected sheet only targets header row
        
        regression from
            commit 3acc5a2383f5b0458e3caf1505fe6b8ad7dc3fb0
            tdf#69977 improve creation of large charts
        
        Change-Id: I09d02447b0e4691e98a44222608a3dc5edc95b0b
        Reviewed-on: https://gerrit.libreoffice.org/60318
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit aaa3c31ba79b1b3d335dcf55d72837a13411b45e)
        Reviewed-on: https://gerrit.libreoffice.org/60369
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-14  Michael Meeks  <michael.meeks@collabora.com>  [815ff47bbd82c06bb7436a89e6ecf11fd59b8d76]

        Ensure fastparser thread is joined in case of exceptions.
        
        Change-Id: Ie0fb21776514a9a67e9fdff2ae856392cd711adb
        Reviewed-on: https://gerrit.libreoffice.org/60361
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit efa2681db1fb66e5f3677adff3a5e91ccba6b9ec)
        Reviewed-on: https://gerrit.libreoffice.org/60372
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-14  Balazs Varga  <balazs.varga991@gmail.com>  [611cc1e609593ed849c760495990578606db7bfe]

        tdf#119562 Fix export of AutoFit property of shapes to XLSX
        
        With this patch the "Resize shape to fit text" property
        (TextAutoGrowHeight) will be exported correctly to XLSX format.
        
        Change-Id: I488ceead452aef9096e7766f957de425c8486f85
        Reviewed-on: https://gerrit.libreoffice.org/59778
        Tested-by: Jenkins
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/60304
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-09-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2e861df82eab3da34b3ba9c2c7a1d558f3d80059]

        tdf#118500 Impress losing slide transition sound on saving
        
        This reverts commit b223028d65d24ffcd8e27974c29c2744a5df6227.
        
        Change-Id: Iac12092a4f6b0edb3b6a5228ed17e7d0c1794357
        Reviewed-on: https://gerrit.libreoffice.org/60391
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 61bc0d058dd95961761056a104ecd729ddfa4a82)
        Reviewed-on: https://gerrit.libreoffice.org/60399
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [895c0e9d7a8b67ef7f99b7ccee7c87e9820f16d4]

        tdf#119793 Crash on redo of rectangle movement and text
        
        regression from
           commit be48eb2e82a3d8891ee84145567e2b89884f1fd6
           return std::unique_ptr from SdrMakeOutliner
        
        Change-Id: Iec4421558ed29121973c87b9363da0303f71e203
        Reviewed-on: https://gerrit.libreoffice.org/60317
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 4926b0f348dd1ddf170fe41df0cde4d426ab3b5f)
        Reviewed-on: https://gerrit.libreoffice.org/60441

2018-09-14  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [2f52a8e0f1098a51631434129707cfb0b60fecb3]

        tdf#118881: Fix HTML parsing for personas
        
        This is just a band-aid to make personas feature
        work again.
        
        Change-Id: I80b54fe9a8ddc93d93744fcf2c7f739d81f6face
        Reviewed-on: https://gerrit.libreoffice.org/60432
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        (cherry picked from commit e98ac43ec42ff398ad489d6719960d595f0327be)
        Reviewed-on: https://gerrit.libreoffice.org/60468
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ba9e99b08b01b4fb869e3153a50f6b53dcca25f]

        tdf#119802 LibreOffice crashes when I save multiple times in a row
        
        regression from
            commit c2452e52f644649723df10e3cd6bbd48d6bafb49
            loplugin:useuniqueptr in SfxDispatcher_Impl
        
        Change-Id: Ia6e097c72e8571540c9cbd1512aedd85e4c2433e
        Reviewed-on: https://gerrit.libreoffice.org/60395
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 3778399872ad592b4416e54a154e8bcc02d73a2e)
        Reviewed-on: https://gerrit.libreoffice.org/60420

2018-09-12  Caolán McNamara  <caolanm@redhat.com>  [4d3a7335c6a5f38feac0e10d17e5f5c0f7390f2c]

        CJK preview text missing from format->character
        
        since...
        
        commit 16700331da2087bbb53c1774605cef2d0411206a
        Date:   Wed Feb 21 17:51:19 2018 +0400
        
            tdf#114768: Update default font list for Simplified Chinese
        
        Liberation Sans doesn't have any CJK glyphs in it
        
        Change-Id: I8c2822055ccabdf1fac2cf035a959015e5a33d33
        Reviewed-on: https://gerrit.libreoffice.org/60400
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Jenkins

2018-09-12  Luboš Luňák  <l.lunak@collabora.com>  [d76b64ad538f05afc5f18041e9d8c375f22be356]

        sync opcodes blacklisted for calc threading from master
        
        This makes the branch use the same blacklist, i.e.
        commits 4aecbe996349c7767ba3fb1e81db2ef6f94d39ba
        and fbd79a36ca8110e37434bb2eb5cc83e892710392.
        
        Change-Id: I85ae8e79ee5285f26a5594ad2fddd4a37284afd0
        Reviewed-on: https://gerrit.libreoffice.org/60254
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins

2018-09-11  Mike Kaganski  <mike.kaganski@collabora.com>  [ea0e3b2d657c1d3183e16d72f9b7188a048deabe]

        tdf#109229: Set "TextBox" prop before filling textbox-related props
        
        Otherwise those properties aren't set, and defaults are used
        
        Change-Id: Ib6671c019ff652ec5b59d9cbbf02a4e536a17817
        Reviewed-on: https://gerrit.libreoffice.org/60267
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit c3422cd205d8da852f5c310b5f08028d6c4c5eb4)
        Reviewed-on: https://gerrit.libreoffice.org/60299
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b91cdb8d22db1c0f15848eb2528d79113031f86c]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update templates for 6.1.1 rc2
            
            Change-Id: I0300893173264ca4eb17a1bc1eeb0ad4c8c51641
            
2018-09-10  Juergen Funk  <juergen.funk_ml@cib.de>  [860eca91ed159db46b527ebb2fc592e8d5423356]

        sw: tdf#119742 fix null pointer in SetCursorInHdFt
        
        In SwWrtShell::ChangeHeaderOrFooter the ChgPageDesc destroys the frames
        of the header, that's why GetCurrFrame returns null later.
        
        Change-Id: I26915237c8b455a5b8ad0bbd5c2de38537dfef08
        Reviewed-on: https://gerrit.libreoffice.org/60130
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 77d075facaf4fc8954666ad541ed14f75d964fba)
        Reviewed-on: https://gerrit.libreoffice.org/60249
        Tested-by: Jenkins

2018-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec028a73aca92c9d16484d4803852526a1d845a1]

        tdf#119381 sfx2 store: don't break symlink targets
        
        osl::File::move() would not follow symlinks for the target, so don't
        move the file in that case.
        
        (cherry picked from commit 72be5ac08aa963bdd42d2e56a62f43e69f728caa)
        
        Change-Id: I907e1ba8db04dad670c884ea0283947f953117da
        Reviewed-on: https://gerrit.libreoffice.org/59982
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-09-10  Ilhan Yesil  <ilhanyesil@gmx.de>  [7218614a28237c19747eccd3954142c4e3e4ecc7]

        tdf#114400 Import drawoo:fontwork-xyz attributes
        
        Either the document has attributes in the old namespace or in the
        new, both will be imported. But export is still in the old
        namespace.
        
        Change-Id: I9f4d1ca0d8af37c13b513f99cc7d254c68867bb2
        Reviewed-on: https://gerrit.libreoffice.org/59405
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 278e66488135c8fa2714520d056573c64ea803cf)
        Reviewed-on: https://gerrit.libreoffice.org/60206
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d90b4e2c535ba5f9e60328a128c0c90cc51b7ac9]

        update credits
        
        Change-Id: I946580363eb272f95694b000d6daa997e761285d
        (cherry picked from commit 01b19afeceb417e258df771677c65c36210a7c4d)

2018-09-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [51dce02f417e202f583dbf90582f6e61f8841894]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.1 rc2
            
            Change-Id: I12d3b01f03cd4d9933da71b598b06214bf652013
            
2018-09-07  Julien Nabet  <serval2412@yahoo.fr>  [6e0e3872f30c177559446b2c050b2a6582f257ec]

        tdf#119694: read embedded hsqldb file generated before 6.1
        
        Regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=ebb34571c19c5ac939fbf5aed2ab66ee18e298dc
        Thank you Drew Jensen for the bibisect!
        
        Change-Id: I9550f61709e8582a52554f578ef043c6551f09f0
        Reviewed-on: https://gerrit.libreoffice.org/60117
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 4b5194bd1d0dd893720ec0b311ee215a3168219f)
        Reviewed-on: https://gerrit.libreoffice.org/60131
        Tested-by: Jenkins

2018-09-07  Julien Nabet  <serval2412@yahoo.fr>  [3448ca93eb46365d05387f7f3512c706bdb987c4]

        tdf#75341: fix condition to approve row (form)
        
        Considering rColInfo.nNullable != ColumnValue::NO_NULLS is ok to approve row
        isn't sufficient in the case the field is "Input required" in form.
        
        Change-Id: I27c57fe8ce5afac97eb0650f93703333c85f1421
        Reviewed-on: https://gerrit.libreoffice.org/60109
        (cherry picked from commit dbb444e4ed7c19a11733ce8438bbb6546d42f852)
        Reviewed-on: https://gerrit.libreoffice.org/60125
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins

2018-09-07  Julien Nabet  <serval2412@yahoo.fr>  [c9d15d30b66102aff3f3e10bb8243edf2ab77334]

        tdf#91837: fix deinitializeControls (forms)
        
        m_bControlsInitialized wasn't ever reset to false
        
        Change-Id: I9f7bd6504ccaa0a41c9cb075c1ba33436f0f97dc
        Reviewed-on: https://gerrit.libreoffice.org/60059
        (cherry picked from commit d80b3235cc106e17a0c10dea44e8afa8db724400)
        Reviewed-on: https://gerrit.libreoffice.org/60065
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-09-06  Eike Rathke  <erack@redhat.com>  [68817986a428bafc433528c49d99df5b58c7204d]

        Resolves: tdf#118850 disentangle the twisted wrong cell type vs format type
        
        Change-Id: Idb5267c9bc50e8844654c2f2cd0d123fcbb7aa12
        Reviewed-on: https://gerrit.libreoffice.org/60026
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit ede27cf598ed2aef41b9552b2c787ef8331400fc)
        Reviewed-on: https://gerrit.libreoffice.org/60033
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-09-06  Henry Castro  <hcastro@collabora.com>  [d322bab9ab453f5012d9760b245bf1be624f324a]

        tdf#117895: "Edit document properties before saving"...
        
        option leaves just-saved document modified; changes are not saved
        
        Change-Id: Icad48fe1edcfb4c10c40f297326c23110144df53
        Reviewed-on: https://gerrit.libreoffice.org/57211
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/59142
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-06  Caolán McNamara  <caolanm@redhat.com>  [909ebe3b90c6632d35e9069641b9afb22b814ec9]

        fix duplicate-mnemonic + no-labelled-by
        
        Change-Id: I6d3637bc18317e0ed36c6b477cb8b46aba3c2abc
        Reviewed-on: https://gerrit.libreoffice.org/60023
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-06  Caolán McNamara  <caolanm@redhat.com>  [b75019c5f457fd7865f8327d72ef6c179bbacf46]

        default focus colorset on popover gaining focus
        
        Change-Id: Icb731c4c9544d754bb3ad88ecf15ffc04f216294
        Reviewed-on: https://gerrit.libreoffice.org/60018
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-06  Michael Weghorn  <m.weghorn@posteo.de>  [0e98d9a75952116655fa90d83478c2be323fff64]

        tdf#119685 Fix infinite loop in gtk3_kde5 filepicker
        
        Since 'string::find()' returns the position of the given
        character in the string and that was passed as the amount of
        characters to delete from the string, 'm_responseBuffer'
        would always be a string starting with a newline character
        afterwards, when this part of the code was reached.
        
        Subsequent calls to 'Gtk3KDE5FilePickerIpc::readResponseLine'
        therefore always returned an empty string and left
        'm_responseBuffer' unchanged, resulting in the lambda function
        inside 'readResponse' in 'gtk3_kde5_filepicker_ipc.hxx' to
        loop infinitely.
        
        While at it, make a little more explicit that 'it' is of type
        'size_t' here.
        
        Change-Id: I3b1c209f8307ab71465d9538a82616dff8656415
        Reviewed-on: https://gerrit.libreoffice.org/60047
        Tested-by: Jenkins
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit 1f5698ba8b62e62999b0efb363916a91bdd54c94)
        Reviewed-on: https://gerrit.libreoffice.org/60067
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-09-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9c4e0303940373a04489557674003f7f6b6e1a59]

        upgrade curl to 7.61.1
        
        Reviewed-on: https://gerrit.libreoffice.org/60042
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit d15d3ce697e88e72cec84b5b9b9619a37a8ae7ed)
        
        Conflicts:
        	download.lst
        
        Change-Id: I4590f5f705dd08c63a1532ce5afa94a3af953f24
        Reviewed-on: https://gerrit.libreoffice.org/60054
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-05  Stephan Bergmann  <sbergman@redhat.com>  [a8a6890957fcc56a967d535ce09b31a428faecea]

        Properly encode OAuth2 credentials
        
        Change-Id: Ic3edeae035262309e91fb01e3aca5c2f905bc3e5
        Reviewed-on: https://gerrit.libreoffice.org/59986
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 33f7485dedea90e0f80c6348fa8ac5f27c5052e0)
        Reviewed-on: https://gerrit.libreoffice.org/60016
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-09-05  Stephan Bergmann  <sbergman@redhat.com>  [1be537ea29cd02ea01ab8ecd078135cd45c9ff40]

        -Werror=return-local-addr (-with-webdav=serf)
        
        Missing adaption after 2e142c0ee54744d35517f0b9c49a24302fb32d47 "tdf#114227: Add
        support for PAC to ucbhelper::InternetProxyDecider on Windows", found by
        <https://ci.libreoffice.org//job/lo_tb_random_config_linux/1456/>.
        
        Change-Id: I5093827035a9bbc31f3d8d2262e14df55fa610aa
        Reviewed-on: https://gerrit.libreoffice.org/59961
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 200f88c55842a3947eb3cbc5ce05b044eb25d338)
        Reviewed-on: https://gerrit.libreoffice.org/59981
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins

2018-09-05  Gabor Kelemen  <kelemeng@ubuntu.com>  [2fb0332c9edce317c371feafc5ae64d81c05febd]

        tdf#119152 Hide Text Direction dropdown from Columns tab by default
        
        To restore behavior seen before 6.1
        
        Change-Id: I7dd6b566b4964298a3e08c6c6dd663f87857d038
        Reviewed-on: https://gerrit.libreoffice.org/59479
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 4f3dec1104a21d93d400c76ab0ae85083aec8492)
        Reviewed-on: https://gerrit.libreoffice.org/59955
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-09-05  Caolán McNamara  <caolanm@redhat.com>  [6a3300fdf65b91350d2c8f63c57cab2c38c3c828]

        Resolves: tdf#119574 set specific width for style list widget
        
        so super wide style name doesn't break things
        
        Change-Id: I096eb1d3deeb935b43566b4d3ccb45d89ac2a56a
        Reviewed-on: https://gerrit.libreoffice.org/59929
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-09-04  rezso  <rezso@rezso.net>  [af17b06f657257c6bfee19c1d8d1c4b632fbcc2a]

        tdf#119344 fix libcmis build with boost 1.68
        
        Change-Id: I80d6ea8ecd001dc02b941c1eb8974c9244316045
        Reviewed-on: https://gerrit.libreoffice.org/59958
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 3ef3569c4ae1c5319aff0664d52cbd8a8d42c909)
        Reviewed-on: https://gerrit.libreoffice.org/59971
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-04  Caolán McNamara  <caolanm@redhat.com>  [eda6f4bab8cf7ea899c875581d47c96cf006f657]

        Resolves: tdf#118799 use spelling/search dialog as message dialog parent
        
        when visible
        
        Change-Id: Id4d6df2a85aebd6887949f285e1a5ec1046dbf64
        Reviewed-on: https://gerrit.libreoffice.org/59456
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 50c9ed67d29d6105f3907cb7a2fe3322685af53c)
        Reviewed-on: https://gerrit.libreoffice.org/59975
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-09-04  Caolán McNamara  <caolanm@redhat.com>  [887ee9111f42847406c5ffc85a0ba635080de3de]

        ofz#10198 reset uncommitted fly stuff & pams before applying redlining
        
        Change-Id: I2a2587ec4590926f7cffc2a4d58a22d9d5f19c99
        Reviewed-on: https://gerrit.libreoffice.org/59947
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-09-04  Caolán McNamara  <caolanm@redhat.com>  [8767161e056b5d7fc8cf168d0541db86635d1041]

        ofz#10189 check container size
        
        Change-Id: Ie99e3b082795989290799d057a99b1bcff94b161
        Reviewed-on: https://gerrit.libreoffice.org/59912
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-09-04  Caolán McNamara  <caolanm@redhat.com>  [a416f72ce057eacbcf16e58456d4c11e42430ee6]

        upgrade to openssl 1.0.2p
        
        Change-Id: Ifacf5dce39d830838b3cf57df760a04df97ade4b
        Reviewed-on: https://gerrit.libreoffice.org/59927
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-09-04  Eike Rathke  <erack@redhat.com>  [184aee6abd202f6f4e2c18d21f96a0d1a9fd947f]

        Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-up
        
         This is a combination of 2 commits.
        
        Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-up
        
        Regression from
        
            commit c69e7266916ac1b8917477fb4eccdb9098da5792
            CommitDate: Thu Jul 19 14:01:30 2018 +0200
        
                tdf#118800 fix rounding error in Calc function HOUR, MINUTE, SECOND.
        
        Rounding was only an error if it produced a value of a full day in
        seconds, or if it otherwise led to an inappropriately rounded-up
        individual value, but in general some rounding is necessary.
        
        Instead of omitting rounding completely, basically round to
        nanoseconds and then do not round individual hour,minute,second
        values but instead truncate to the next magnitude so 23:59:59.9999
        gives 23h59m59s instead of 24h0m0s
        
        Reviewed-on: https://gerrit.libreoffice.org/59677
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 273b3e10eab70ebc084cb62568bd699fddfb376e)
        
        Shortcut small negative values to 0:0:0, tdf#119533 tdf#118800 follow-up
        
        ... instead of letting them end up as 24:0:0
        
        Reviewed-on: https://gerrit.libreoffice.org/59699
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 98cb91686901dc0133c5c23dc5658d9623dbd436)
        
        0212a2b422a931a24fd2748aa2826a5b60d2a397
        
        Change-Id: I93df1aa54212c1b8816237c9467f270ed28a3f1f
        Reviewed-on: https://gerrit.libreoffice.org/59678
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-04  Eike Rathke  <erack@redhat.com>  [da7929ed0ad5916f39111908fb7f897df8691c39]

        Increase arbitrary sort elements limit from 100000 to two full columns
        
        The value 100000 already was in the year 2000 initial commit,
        probably some memory and performance constraints back then. At
        least one full column should be sortable, make it two so we don't
        bail out that early for functions like MODE() that can take
        multiple ranges. In fact maybe ScMatrix::IsSizeAllocatable()
        should be taken into account, which is much larger though and
        QuickSort() might not play well with it.
        
        Change-Id: I061abfd0f061c8df62c31468df744eb5dc7152be
        Reviewed-on: https://gerrit.libreoffice.org/59637
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit e8cb36fd6234270c8c31147db35cccab9c234529)
        Reviewed-on: https://gerrit.libreoffice.org/59660
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-04  Eike Rathke  <erack@redhat.com>  [3099e4261eab39304411eec4cd782592fa139862]

        Use INPUTSTRING_PRECISION to enable input of fraction of second
        
        This got lost when SvNumberFormatter::INPUTSTRING_PRECISION was
        introduced but not all places changed using the previous hard
        coded number 300, so input of fraction of second in time clock and
        duration was either truncated or not available at all, already
        since
        
            commit 0ce0dd5863208500d8d4658f1f68f34e254ab015
            CommitDate: Tue Dec 1 16:58:07 2009 -0500
        
                #i46511# Fixed one bug where the standard percent format
                incorrectly got unlimited precision.
        
        Change-Id: I9e4dd867b07090db16b23639fd01fb2cebb3f5d0
        Reviewed-on: https://gerrit.libreoffice.org/59815
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 73c200d7e5779b18ee1406b7fbd2000a8c901589)
        Reviewed-on: https://gerrit.libreoffice.org/59838
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-04  Mike Kaganski  <mike.kaganski@collabora.com>  [328646778fcf7242863f0fe20f33bd99d3386c63]

        tdf#119146: fix populating maCurrentSubsets
        
        Regression from commit 4600b07c1d787f959618d9ecf54161e4ea4ffa61
        
        Before the mentioned commit, creating a subset X, and then adding
        sub-subsets until all the subset is excluded, had left the subset X
        with two *empty* nodes in maCurrentSubsets, 1st of them having both
        mnStartIndex and mnEndIndex equal to maSubset.mnStartIndex, and 2nd
        having both mnStartIndex and mnEndIndex equal to maSubset.mnEndIndex.
        
        The commit above changed that to adding maSubset to maCurrentSubsets
        in the beginning of each exclusion, which finally resulted in a messy
        maCurrentSubsets with multiple duplicating nodes effectively covering
        all maSubset. That resulted in the item as a whole handled *besides*
        the sub-subsets.
        
        This commit (1) avoids adding extra maSubset to maCurrentSubsets, and
        (2) adds the two empty nodes in case all the subset has been excluded
        by its sub-subsets.
        
        Change-Id: I7fc5f2d0b6ecf4f9247351da3a2746032150557b
        Reviewed-on: https://gerrit.libreoffice.org/59948
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit a8aaffa6ea0f0fd8cf1d22883173df64a93e3322)
        Reviewed-on: https://gerrit.libreoffice.org/59952
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        Resolves: tdf#119607 crash in calling getPropertyState on TextParagraph
        
        Change-Id: Ib7091473e3547241e95dc3d3921abf650f288aff
        Reviewed-on: https://gerrit.libreoffice.org/59825
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

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

        tdf#119579 skip floating windows as potential parent for missing help dialog
        
        Change-Id: Ibcee9a6aab0b04bf52f3e75a46f52d98864eee4c
        Reviewed-on: https://gerrit.libreoffice.org/59809
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

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

        Resolves: tdf#119259 reused in-use SdStyleSheet removed by undo
        
        since...
        
        commit a4cd841541a729d7b8126d27d91fa28e30b01403
        Date:   Thu Feb 13 16:10:47 2014 +0530
        
            n#757432: Styles (rename &) copy to different decks.
        
            While copying slides to different slide decks,
            styles were not being copied if there is already one
            with the same name. This patch renames and copies those
            to keep the formatting intact.
        
        if a SdStyleSheet is not freshly created, but reused, it ends up in
        the rCreatedSheets list, and so when the copy is undone
        (via SdMoveStyleSheetsUndoAction), the SdStyleSheet is unconditionally
        remove from the StylePool and so its ref count hits 0 and is removed,
        even though there are still objects depending on it.
        
        the problem becames more common since...
        
        bash-4.4$ git show 57db6e24b5ad43d447c30e44a112c74c7e75b46b
        commit 57db6e24b5ad43d447c30e44a112c74c7e75b46b
        Date:   Tue Aug 15 02:51:07 2017 +0530
        
            Removing old SfxItemSet::getHash usage
        
        improves the SfxItemSet comparison.
        
        Assuming that its correct to leave SdStyleSheetPool::CopySheets
        with those reused SdStyleSheets in the list, change things so
        that a flag is passed around to indicate if the SdStyleSheet
        should be removed or not by undo
        
        Change-Id: I82b5bd93183fd1ff9e67957ccfb5babef81fd36d
        Reviewed-on: https://gerrit.libreoffice.org/59434
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [2fb37f232849db1f0ae852203fef4d4a40145755]

        sw TextGraphicObject: handle XBitmap for GraphicURL
        
        This restores compatibility for API users who called getByName() on the
        bitmap table and expected that the result can be set as a value for the
        GraphicURL property.
        
        Changing the property type to cppu::UnoType<css::uno::Any>::get() is
        necessary, otherwise scripting languages figure out (via reflection)
        that the type doesn't match, and SwXFrame::setPropertyValue() is not
        called.
        
        Change-Id: Idd62f109e91dbaebf1138b9038f66c6c648d780e
        Reviewed-on: https://gerrit.libreoffice.org/58745
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins
        (cherry picked from commit 587803ba46055d43b5b108be744fdde17aeabc7c)
        Reviewed-on: https://gerrit.libreoffice.org/59850
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d687d1bbba3f7226f3a533c31b2c84d833331755]

        sw TextGraphicObject: fix GraphicURL handling in the descriptor
        
        Commit dfee7d93b4e863d673c45921f79bb876b5738ea6 (sw: get rid of
        FN_UNO_GRAPHIC_U_R_L and "GraphicURL" property, 2018-03-08) removed
        support for string-based graphic references, then a later commit
        restored the setter. But one scenario (when setting the graphic URL
        before inserting the text graphic object) was still unsupported for real
        URL setter; restore that as well.
        
        (cherry picked from commit bba0ccd743a3d023e4829155571cdf0318fcb81c)
        
        Conflicts:
        	sw/qa/extras/unowriter/unowriter.cxx
        
        Change-Id: I52a7f96e820f614d9d031df3ba03c794984ad68b
        Reviewed-on: https://gerrit.libreoffice.org/59849
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-09-02  Mike Kaganski  <mike.kaganski@collabora.com>  [481730bc4c9d63e831c088d9862b0f50f2da209f]

        tdf#118845: make HiddenPara have higher priority deciding visibility
        
        Otherwise, a Database field in a paragraph which is non-empty would
        force the paragraph to be visible, regardless of HiddenPara field
        telling it to be hidden.
        
        Regression from commit db04be037b611e296ef9f2542322c52ed82d7a2b
        
        Change-Id: I21807e22bd339fd1ea0aaa3b382579f688903418
        Reviewed-on: https://gerrit.libreoffice.org/59792
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 64cb57c82d9e7f7069821b2e2ef92574ec73ebe2)
        Reviewed-on: https://gerrit.libreoffice.org/59865
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-09-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a63927ea9c0103b6dbe45963dde0aca3845738d0]

        package Indonesian (id) dictionaries into installset
        
        Change-Id: I78b8c745b9d6e4a23fa13622188c5bd1776b0ac6
        Reviewed-on: https://gerrit.libreoffice.org/59882
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 6c08039ebec28b936dd4521139c9670f7fadf9f4)
        Reviewed-on: https://gerrit.libreoffice.org/59889
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-31  Michael Weghorn  <m.weghorn@posteo.de>  [db376075d564e5a834a5db6de4c7e381159c66be]

        tdf#112454 Also consider last SCTAB in loop
        
        Since 'rRange.aEnd.Tab()' is valid, it needs to
        be included in the loop to get a valid result.
        
        Change-Id: I7b2447e059dc03444c56e7fc0b113e1b618dd510
        Reviewed-on: https://gerrit.libreoffice.org/59798
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 03b361673d04f31e0602d2988e4df26eaeb53a34)
        Reviewed-on: https://gerrit.libreoffice.org/59872
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-08-31  Mike Kaganski  <mike.kaganski@collabora.com>  [2fffe4a50b6f541c1e43cf13a3a475caf94d203b]

        tdf#117781: don't remove already applied conditional format data
        
        ... when deduplicating; only add new range. Check not to add the
        same conditional format to a range more than once.
        
        Change-Id: I0702b8e1462784cc71666ddfa6442a2827f00af5
        Reviewed-on: https://gerrit.libreoffice.org/57725
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit e56eb9cb7ee80215c05d06f25349d7ab7ad06640)
        Reviewed-on: https://gerrit.libreoffice.org/59866

2018-08-31  Michael Weghorn  <m.weghorn@posteo.de>  [0b84398784dfffca807965d678aeee5c2c302b66]

        tdf#73078 Let 'Type()' return '1' for empty cells
        
        Quote from tdf#73078:
        
        > The function TYPE is specified with the Syntax:
        > TYPE( Any value ) and the rule "If a Reference
        > is provided, the reference is first dereferenced,
        > and any formulas are evaluated."
        > [ODF1.2 part2 section 6.13.33 TYP]
        >
        > Because of argument type "Any" the function cannot result
        > in an error. Gnumeric, Apache OpenOffice, and Excel return
        > the number 1 in this case.
        
        Therefore, have LibreOffice return 1 as well, rather than
        having an "Err:502" ("Error: Invalid argument").
        
        Change-Id: I1e679645e7b2e70e185574f805cd410b0508cbd8
        Reviewed-on: https://gerrit.libreoffice.org/59826
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 0383ccd4e7116c3d26edc1f86b7a74fe3cf649bd)
        Reviewed-on: https://gerrit.libreoffice.org/59852
        Tested-by: Eike Rathke <erack@redhat.com>

2018-08-31  Julien Nabet  <serval2412@yahoo.fr>  [5321ac6c3d925e6f8e380fa3c60e99237a6b5c82]

        Fix syntax
        
        Change-Id: I21cca2e5cd81ee58a59fda077ed40ba02d9f1df3
        Reviewed-on: https://gerrit.libreoffice.org/59844
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 49d1a2f70bb8c099f1a950e5ad9f805d252ea342)
        Reviewed-on: https://gerrit.libreoffice.org/59847
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-08-31  Justin Luth  <justin_luth@sil.org>  [3d81af669ea0886fb16282d29048f08025ace344]

        tdf#116436 rtf export: add missing table background fill
        
        MS formats only have support for Table and Cell fill.
        
        Interestingly, MS Word doesn't let the cells inherit from
        the Table fill setting,
        so that value also needs to be written out into every cell.
        
        Since Word apparently ignores the table color, I didn't
        bother trying to search out how to export that in RTF
        format.  (I did add it to DOCX since it was so easy to find.)
        
        Change-Id: I7fe7723fb1603bc60608762aea79ff3b8122e073
        Reviewed-on: https://gerrit.libreoffice.org/59282
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 1a4bc964f15003c6aaec84989e3e47501b7f72df)
        Reviewed-on: https://gerrit.libreoffice.org/59667

2018-08-31  Justin Luth  <justin.luth@collabora.com>  [4235206c340f0a8e8cc38b18403a7f0fbee04f7a]

        tdf#91292 docx export: COL_AUTO != cleared fill
        
        required for tdf#90906.
        
        If the color was COL_AUTO, then the fill was already
        marked as NONE, so that doesn't indicate a "change"
        made by the user since the document opened, and thus
        the original information shouldn't be tossed.
        
        Change-Id: I2e20c228c2a5f61826320798a2f07d94f0da024c
        Reviewed-on: https://gerrit.libreoffice.org/59442
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 2902771581ccd6465b3e8cdca0aa3fcb6d51ca60)
        Reviewed-on: https://gerrit.libreoffice.org/59535
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-31  Caolán McNamara  <caolanm@redhat.com>  [bcc2e360d59532ccf4daac81174ef464abe3290d]

        tdf#119557 style hierarchy isn't stable so looping check fails falsely
        
        Given the css stuff a given style can end up with itself as a grandparent but
        then the css mutates things so it doesn't loop around to give itself as a
        grandgrandparent.
        
        So undo the loop detection check and turn it into a parse depth test
        instead with an arbitrary, but high, level
        
        Change-Id: If28684ad2b2adc664bc2da6b176b93248b377162
        Reviewed-on: https://gerrit.libreoffice.org/59814
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-08-30  Ilhan Yesil  <ilhanyesil@gmx.de>  [cb954f0486b78131876b92190d840ba1b1636eb4]

        tdf#117823 Save mail merge config item in new view
        
        The config object is now saved in a newly created document.
        
        Regression from commit id 00fa85e701d4a8984cfa3a24c9b7a3963b031fa0.
        
        Change-Id: I2265de1dd69038d447e28dfda2e85c7cf89903c6
        Reviewed-on: https://gerrit.libreoffice.org/59728
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 9d847ff825c1c94286e8ab864a88fc5375d9341c)
        Reviewed-on: https://gerrit.libreoffice.org/59802

2018-08-30  Caolán McNamara  <caolanm@redhat.com>  [48c677d55330ac6caf0065fa1776c985b876eead]

        ofz#10056 Null deref
        
        Change-Id: I9ea0f272d0a8b13fb51fec55ac57adca47cafc77
        Reviewed-on: https://gerrit.libreoffice.org/59601
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-30  Caolán McNamara  <caolanm@redhat.com>  [fabac301a2c431a51bcae435e7ad87c843331877]

        ofz#10045 Null deref
        
        Change-Id: If9c8edd94b02240510325d6c9c0fc7584ba89b5f
        Reviewed-on: https://gerrit.libreoffice.org/59574
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-30  Caolán McNamara  <caolanm@redhat.com>  [1fd55c3a58ff171a39586fb0e5dd140e82718aed]

        Resolves: tdf#119572 addressee/sender formatting swapped
        
        Change-Id: Icdb2ca0362711e87edcb952fb52117502d80d328
        Reviewed-on: https://gerrit.libreoffice.org/59794
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-08-30  Caolán McNamara  <caolanm@redhat.com>  [634527cf866adf5cc7fb501b09e36bb3f7be89e5]

        Resolves: tdf#118382 crash on paste of rtf
        
        into an existing document since....
        
        commit deaa16bd24fba4a3a6b072ab2b94542a7dbd41c6
        Author: Serge Krot <Serge.Krot@cib.de>
        Date:   Mon Jan 29 12:17:06 2018 +0100
        
            tdf#72942 Do not overwrite styles from the inserted doc
        
            During inserting of the text from the external document
            we should not change original default styles in
            currently opened document.
        
        because missing styles aren't created, so there's exceptons
        thrown on their use.
        
        I see that the m_bIsNewDoc flag is already checked for since...
        
        commit 5ebe826caf75e8d00656b3333385bf0bbc05cb27
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Fri Oct 4 11:02:59 2013 +0200
        
            fdo#69384 fix impress -> writer copy&paste
        
            Regression from 2ade07126971b79c92f729fae5709f2e2e2b495c (fdo#62044 RTF
            import: don't overwrite existing styles when pasting, 2013-06-04),
            during paste, if existing style was found, then the intention was to
            skip that style, but instead we tried to create one.
        
        in the body of the following loop, which should mean that existing
        styles are left alone and only missing styles created if we remove
        this hunk of the tdf#72942 commit
        
        Change-Id: Ia4aedb5e309c991490656061aa20d11ff24f4f9e
        Reviewed-on: https://gerrit.libreoffice.org/59519
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 1f1e349bbee1b2bff01a850d9a7fe4d6a77c4f29)
        Reviewed-on: https://gerrit.libreoffice.org/59636
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [b8bf10d8123276cd9b9cb73f4fc595bba8d29c2f]

        tdf#119477 fix list box focused text color
        
        This ignores the rollover state for text colors if the list box
        has the focus and just uses the highlight text color.
        
        The normal text color is a result from commit 9897fd1c4715 ("Fix
        list box focused text color"), which makes the highlighted list
        box text "invisible" (black on dark blue) in the "gen" VCL plugin
        and on Windows, e.g. when the focus is in the Math symbol list box.
        
        Reviewed-on: https://gerrit.libreoffice.org/59488
        Reviewed-on: https://gerrit.libreoffice.org/59549
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 7a14326fea2cc317b8be57d45be7ca57aebd8bdd)
        (cherry picked from commit 9897fd1c4715e7dbbe99fae2b82c2eda1d2b6f7e)
        
        Change-Id: I751a811f2e2bbca112b8f9e0de2fffb04c437ba4
        Reviewed-on: https://gerrit.libreoffice.org/59564
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [20e46a6ca5b62f7177f799eae9e0f26e659fd03b]

        tdf#119458 reorganize sw background Idle handling
        
        This is the squashed version of the following commits:
        - ce68889678bc tdf#119458 always start the SwDocIdle
        - 107f0e6dba57 tdf#119458 fix sw background Idle state handling
        - 771544544ee1 tdf#119458 fix sw background Idle unblocking
        - 3bd8316718fd tdf#119458 just wakeup Scheduler on active Idle
        
        While the first commit was really wrong, the third is just an
        optimization to prevent unnecessary wakeups and Idle task
        interrups from new calls to StartIdling(). The 4th one contains
        the reset of the Idle state on run, which was probably the main
        origin of the problem and allows to wake up the Scheduler
        without moving the Task to the end of the queue.
        
        Starting the SwDocIdle in StartIdeling() just reintroduces the
        bug fixed in commit 401cba4c20fb ("tdf#116370 cleanup Writer idle
        job handing"), so trading one bug for the other.
        
        For the real solution we have to handle two states:
        1. The SwDocIdle being active
        2. The SwDocIdle being blocked
        
        For the first state we can just use the active state of the Idle
        itself. Since it's not a AutoIdle, it will be turned of, if
        invoked. Either some Idle handler will want to be run it again or
        some other thread might start it again, if needed.
        Since we're now tracking the wanted Idle state via the active task
        flag, we can drop the explicit mbStartIdleTimer handling.
        
        As a result of the first change, we can't stop the Idle anymore
        when blocking it. But the Idle itself checks its ready state via
        IsDocIdle() in its UpdateMinPeriod function, so we have to add
        the blocking state to IsDocIdle().
        
        But we can't handle the correct state when blocking via a tasks
        mbActive bool, as this also schedules the task and starts the
        scheduler timer. So reintroduce a bool for the unblock state.
        
        This should prevent fdo#73165, which I couldn't reproduce, but
        just to be sure.
        
        More importantly this patch resets the m_bStartOnUnblock when
        the Idle job actually runs. This run should already determinates
        if more Idle work needs to be done, and others can still call
        BeginIdling() to ensure further processing.
        
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jenkins
        Reviewed-on: https://gerrit.libreoffice.org/59536
        (cherry picked from commit ce68889678bca3b51c258452f7bfdd21982e4a0d)
        Reviewed-on: https://gerrit.libreoffice.org/59586
        (cherry picked from commit 107f0e6dba57a5b27366a35a5cdb184079546df0)
        Reviewed-on: https://gerrit.libreoffice.org/59692
        (cherry picked from commit 771544544ee13ec98961f93b5313a7d2e29429cd)
        Reviewed-on: https://gerrit.libreoffice.org/59730
        (cherry picked from commit 3bd8316718fdfed454c01a9c4ae6af6beb34437d)
        
        Change-Id: I2d4328f31644017b09786ff4cba45cf7643f0a4b
        (cherry picked from commit f1fb30cf43eda45137ab96177238a29c3725789d)
        Reviewed-on: https://gerrit.libreoffice.org/59757
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-29  Alex McMurchy1917  <mcmurchy1917-libreoffice@yahoo.co.uk>  [db55d2a53af04a88ba070e619760f573e89e12fd]

        tdf#109353 - Base: Listbox doesn't show a value.
        
        This is because text in box is same colour as the background.
        This is only an issue for Linux/KDE.
        This change fixes this issue.
        
        Change-Id: Icb908ace25c69fd2fb51f8f44082ca6b00f55c43
        Reviewed-on: https://gerrit.libreoffice.org/55660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 3f31455fdd10309ab85fc3d324096698d3f38e5b)
        Reviewed-on: https://gerrit.libreoffice.org/59563
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-29  Caolán McNamara  <caolanm@redhat.com>  [4d40c1afd98cd30a0ab59da6cbd4a8dadb1027fa]

        give the migration warn dialog a parent
        
        Change-Id: Ie133c81464d87e5fbcfa9ff5d3c43f470b48d620
        Reviewed-on: https://gerrit.libreoffice.org/59509
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Michael Weghorn  <m.weghorn@posteo.de>  [89c4a0a60a711c67fa1e63c0fedf950265b84b3d]

        tdf#119556 Sync "Use only paper size from printer preferences"
        
        Since commit ee6dad51150fd53d19f882edfefa879e18f9897d,
        the "Use only paper size from printer settings" is shown
        at two places in the print dialog
        
        1) in the "Options" tab
        2) in the "Properties" -> "Paper" tab
        
        This makes the setting being correctly updated in the UI in
        1) as well if changed in 2).
        
        The other way around was already working previously.
        
        Change-Id: I41d29a11b4e1695a4b2f676b8d7a9c01e4abde3e
        Reviewed-on: https://gerrit.libreoffice.org/59581
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 571df3ede6f09c945c4cdfd37f34ef760b6b1af2)
        Reviewed-on: https://gerrit.libreoffice.org/59729
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-28  Caolán McNamara  <caolanm@redhat.com>  [b50e03fd9b56bcedf1dcc7ccfd16b223e39271bc]

        tdf#119122 first (5%) pattern initially drawn with too many black cells
        
        pattern of area tab, pattern subtab of e.g. format page
        
        and in the pattern editor the 5% style is shown wrong,
        clicking ona different pattern and then back may make it draw correct
        
        a problem since...
        
        commit 6fbb6d80fe6203ff6f84ee85ca625b6e60bf5bae
        Date:   Fri Feb 16 16:13:38 2018 +0200
        
            use std::array in createHistorical8x8FromArray
        
            to make the assumption about the size of the array obvious in the code.
        
        Change-Id: I882384a13dedc7a14b63b3b8a9b764a4367b7cc6
        Reviewed-on: https://gerrit.libreoffice.org/59726
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Justin Luth  <justin_luth@sil.org>  [e7d3e0b101ff25bb7edd49df61e330ccb4b75a24]

        tdf#116436 docx export: add missing table background fill
        
        MS formats only have support for Table and Cell fill.
        
        Interestingly, MS Word doesn't let the cells inherit from
        the Table fill setting (even though LO docx import currently does),
        so that value also needs to be written out into every cell.
        
        Change-Id: Ib49fddf52758ff641428de747ea290d1fcb894f3
        Reviewed-on: https://gerrit.libreoffice.org/59260
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 8cc753d54ad1834709c5802115580adf65def89e)
        Reviewed-on: https://gerrit.libreoffice.org/59286
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Justin Luth  <justin_luth@sil.org>  [029951e6d3636d99b370568313b8b5c2da8b452d]

        tdf#116436 doc export: add missing table background fill
        
        MS formats only have support for Table and Cell fill.
        
        Interestingly, MS Word doesn't let the cells inherit from
        the Table fill setting,
        so that value also needs to be written out into every cell.
        
        Since Word apparently ignores the table color, I didn't
        bother trying to search out how to export that in DOC
        format.  (I did add it to DOCX since it was so easy to find.)
        
        Change-Id: I8946f07b45f72fed5959369182882a7bf013b1d0
        Reviewed-on: https://gerrit.libreoffice.org/59281
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit b576ab5073a8cdf5ca2db04838d255e142f5a896)
        Reviewed-on: https://gerrit.libreoffice.org/59287
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Caolán McNamara  <caolanm@redhat.com>  [c21e8bde3a2cf31e02d5eaf7a8773f6af6c67b3b]

        Resolves: tdf#119350 page with 0 margins shown as 1cm in page dialog
        
        since...
        
        commit 7958091b06954a7b253fdebb9ea0313db9217959
        Date:   Fri Jun 15 14:03:31 2018 +0100
        
            weld SvxPageDescPage
        
        because the toggle handler fires when the value of landscape is set,
        change to a click handler which fires only when the user explicitly
        clicks on it, which restore the original quirky behaviour
        
        Change-Id: If93cc9e0b5d38d92844a1d85de53ee2da958efa0
        Reviewed-on: https://gerrit.libreoffice.org/59394
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff0b1f3c8063f4d7c171a9ea2db4efbff16eda39]

        tdf#119050 sfx2 store: don't inherit temp file permissions when overwriting
        
        The too aggressive error handling in commit
        fb04780cf8523ad4e900ae8b9cecbe7a2697a12a (tdf#116117 sfx2 store: don't
        inherit temp file permissions when renaming, 2018-03-12) means that if
        the file is already there, then we don't try to stat() it; even if there
        is no problem with that.
        
        (cherry picked from commit 38afe2976eea427999c39ee3a73e7938ec8d5f7b)
        
        Change-Id: Ie0b9084064834e339bcae3ad7b4a35c54cb9d3c2
        Reviewed-on: https://gerrit.libreoffice.org/59709
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Paul Trojahn  <paul.trojahn@gmail.com>  [4efa7cdc891b92b03e3335f7d410321db8109491]

        tdf#106260 Fix invisible pasted urls
        
        UpdateFields() was never called after pasting a field.
        
        Change-Id: I91f3eb183a0545d8735c0844f1e864a287101d22
        Reviewed-on: https://gerrit.libreoffice.org/59339
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 7b52990a234bfd6d4efcbc9fe51e240e065faeea)
        Reviewed-on: https://gerrit.libreoffice.org/59641
        Reviewed-by: Paul Trojahn <paul.trojahn@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Stephan Bergmann  <sbergman@redhat.com>  [2b5ff36afab8888cdbc879ae2f34903ede190c04]

        Related rhbz#1618703: Properly handle failure encoding zip file
        
        ...when e.g. FIPS mode makes ZipFile::StaticGetCipher fail by throwing an
        exception which would be caught by ZipPackageStream::saveChild (in
        package/source/zippackage/ZipPackageStream.cxx) alright (and translated into
        bSuccess = false), if ZipFile::StaticGetCipher didn't unhelpfully swallow and
        ignore all exceptions in an outer try-catch.
        
        Change-Id: I14376128515df1dd4bdac921edd8ab94cc9b7617
        Reviewed-on: https://gerrit.libreoffice.org/59514
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 3cc6d3611ac8cbbfb9803f3a084d02edde470ad3)
        Reviewed-on: https://gerrit.libreoffice.org/59569
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Stephan Bergmann  <sbergman@redhat.com>  [062ac27d7052bcdf0bdd5db978e041d4c614fd6b]

        rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h
        
        ...with new configuration option --enable-cipher-openssl-backend
        
        rtl/cipher.h (which is part of the stable URE interface) offers functionality to
        en-/decrypt data with Blowfish in ECB, CBC, and streaming CFB mode, and with RC4
        (aka ARCFOUR; which is a stream cipher).  LO itself only uses Blowfish CFB and
        RC4, so only those are wired to OpenSSL for now, for simplicity.  Using Blowfish
        ECB and CBC, or Blowfish CFB in DirectionBoth mode would cause failures for now
        (cf. sal/qa/rtl/cipher/rtl_cipher.cxx); the assumption is that no external code
        actually makes use of this functionality.
        
        Using NSS instead of OpenSSL could be an alternative, but there appears to be no
        support in NSS for Blowfish in streaming CFB mode, only CKM_BLOWFISH_CBC for
        CBC mode.
        
        Change-Id: I0bc042961539ed46844c96cb1c808209578528a0
        Reviewed-on: https://gerrit.libreoffice.org/59428
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 4bc16aeb73c1201f187742e0fefe35521fae77ac)
        Reviewed-on: https://gerrit.libreoffice.org/59575
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Vincas Dargis  <vindrg@gmail.com>  [03fe0c36fccc7f2a9d0962dd8ed3d731c9f0d408]

        apparmor: fix printing to file
        
        AppArmor denies writing to .ps files and dealing with temporaries needed
        for "Print to file" functionality. Add .ps to the allowed extensions
        list, also giving access to rm executable together with writing
        printing-related temporary file.
        
        Change-Id: I415e1401878bff6459f42162d4e8b517261b9cec
        Reviewed-on: https://gerrit.libreoffice.org/59114
        Tested-by: Jenkins
        Reviewed-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit 136077b40cdabab83aec6833bf3895d4305d30a3)
        Reviewed-on: https://gerrit.libreoffice.org/59662
        Reviewed-by: Vincas Dargis <vindrg@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-28  Caolán McNamara  <caolanm@redhat.com>  [55b3854b663dfd8ef47f1dddd03fd3849804243d]

        Related: tdf#112166 require opengl >= 3.0 for slide transitions
        
        glGenVertexArrays requires opengl >= 3.0
        
        and since...
        
        commit c831e4851f35ddef5ef45062ba291d07dda4b1b4
        Date:   Wed Dec 9 21:39:27 2015 +0000
        
            slideshow: Fix what was remaining to be able to use a core context
        
        we always use that in all slide transitions, so slideshow opengl transitions
        presumably thus all have a min opengl version of 3.0
        
        Change-Id: Ifb21201fc94c4a911c8d4127d1df1efb3e34a2d8
        Reviewed-on: https://gerrit.libreoffice.org/59299
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Caolán McNamara  <caolanm@redhat.com>  [43b5ac85b6e2e31d6505223ab6e29babb06ceafd]

        tdf#112166 need to check if glXCreateContextAttribsARB really exists
        
        checking the glXCreateContextAttribsARB function pointer will just return the
        epoxy_glXCreateContextAttribsARB stub which always exists.
        
        Change-Id: I740cc680082102c1f9712cf5cc083e92b26f8865
        Reviewed-on: https://gerrit.libreoffice.org/59301
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-28  Caolán McNamara  <caolanm@redhat.com>  [0655121bebd976a0c651b3c4f6f85e3bf76c89d6]

        tdf#119284 bg for automatic not set while editing
        
        refactor and reuse fdo#35779 solution for this case
        
        Change-Id: I0631cd2560aa2acc2310f95b5c4dea36a2845a58
        Reviewed-on: https://gerrit.libreoffice.org/59167
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-25  Stephan Bergmann  <sbergman@redhat.com>  [5be8cbdb874621111cb157a98013e254de3b269c]

        Related rhbz#1618703: Properly handle failure encoding MS file
        
        ...when e.g. FIPS mode makes EncryptRC4 (in sw/source/filter/ww8/wrtww8.cxx)
        fail, but which hadn't been propagated out to SwWW8Writer::WriteStorage (in
        sw/source/filter/ww8/wrtww8.cxx)
        
        Reviewed-on: https://gerrit.libreoffice.org/59518
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 229340812f6e6cc8c868915055583f60c82a8cf3)
        Conflicts:
        	sw/source/filter/ww8/docxexport.cxx
        
        ...plus cherry-pick of follow-up 8114f976b897c4717368146a49d5404ef970c77a
        "coverity#1438527 Nesting level does not match indentation"
        
        Change-Id: I1123136ce1a25e181a0a27486954621a2dd095ea
        Reviewed-on: https://gerrit.libreoffice.org/59572
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-25  Stephan Bergmann  <sbergman@redhat.com>  [24b3d08018b6350d5e60615eb375b337ab1b4f75]

        Related rhbz#1618703: Properly handle failure decoding master password
        
        ...when e.g. FIPS mode makes PasswordContainer::DecodePasswords fail by throwing
        an exception which needs to be caught in PasswordContainerHelper::addRecord (in
        uui/source/passwordcontainer.cxx, but which only catches NoMasterException, not
        generic RuntimeException)
        
        Change-Id: I877bb5126e79ac2c90b11ef6d31bf81a2927f409
        Reviewed-on: https://gerrit.libreoffice.org/59511
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit e17987f4bd54fec7e0d94bdefdb94809255b3436)
        Reviewed-on: https://gerrit.libreoffice.org/59568
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [a42c65176f2791cf5e48578a8898bf03185adc89]

        tdf#118786 WIN just assert in Yield
        
        This reminds me - again - that Jenkins doesn't run make check.
        
        It turns out InSendMessage() also returns true, if you process a
        nested SendMessage in the same thread. Therefore we have to
        remove the SalComWndProc assert and just keep the one in the
        Yield call.
        
        Why? Because there seem to be no way to get the information
        ReplyMessage has access to, so we could detect the caller /
        origin of the send message and implement proper nested call
        checks. The alternative would be to change all call sites of
        SendMessage to:
        
        if ( !pSalData->mpInstance->IsMainThread() )
            SendMessage(...)
        else
            SalComWndProc(...)
        
        which is the same SendMessage already does.
        
        Change-Id: I991d68a64952dc5d47ba51edd8635c9e8c46614c
        Reviewed-on: https://gerrit.libreoffice.org/59538
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit bf0a63dc93a746a008fb1656457c77de8df693ba)
        Reviewed-on: https://gerrit.libreoffice.org/59565

2018-08-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [447b5706355d6b8e257e63925bf5818e7e963aeb]

        tdf#119454 don't advance PS glyphs
        
        The glyphs from SalLayout already have the correct position, so
        one doesn't have to advance them.
        This is why PS glyphs were positioned "off-by-one", which is
        especially visible, if your test document has words with spaces.
        "dm d" was almost rendered / printed as "d md".
        
        This is a regression from commit 2325f9ac789c ("fix bug in
        GlyphSet::DrawGlyph"), which assumed the dead / unused code was
        a bug, introduced by commit b157b82a6d92 ("Use GlyphItem in more
        places"), which out of luck, seem to have been correct.
        
        Since nobody uses the advance anywhere, just drop the parameter.
        
        Change-Id: I40e8f99a98f84d48446a9190566af8cfe441cd88
        Reviewed-on: https://gerrit.libreoffice.org/59510
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit b0a5a564c359adc55f953c7545f52740e90a6e2e)
        Reviewed-on: https://gerrit.libreoffice.org/59545
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-25  Stephan Bergmann  <sbergman@redhat.com>  [68ffc5c83ca73c58439b7c9935283541f007db44]

        iRelated rhbz#1618703: Properly handle failure en-/decoding PDF file
        
        ...when e.g. FIPS mode makes the various calls to rtl_cipher_initARCFOUR fail.
        
        Change-Id: Id1b2222249c151470e233ab814b21228f3a8b561
        Reviewed-on: https://gerrit.libreoffice.org/59543
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 185a14525f114e58b48236284ed8e8644bc40e48)
        Reviewed-on: https://gerrit.libreoffice.org/59573
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f675adc55e9dee1185b57d8e51df7ad3c9364753]

        bump product version to 6.1.2.0.0+
        
        Change-Id: I2f100d07a49be70a5a3e1be0b0a693713f0f5ce9

2018-08-24  Julien Nabet  <serval2412@yahoo.fr>  [5bec6b86cb08b814076f4bf51aee1547f13b61ec]

        tdf#119117: get phonebook sort work by tweaking ICU call mechanism
        
        Using "phonebook" as variant does't work with de_DE
        since it gives de_DE_PHONEBOOK whereas icu expects de__PHONEBOOK
        See http://userguide.icu-project.org/locale#TOC-Variant-code,
           Level 2 canonicalization, 8.
        
        So let variant empty and use the fourth arg of icuLocale "keywords"
        
        See constructors in http://icu-project.org/apiref/icu4c/classicu_1_1Locale.html
        
        Change-Id: I6c216c86cdd32abfa477c14a80d1b8794b536900
        Reviewed-on: https://gerrit.libreoffice.org/58870
        (cherry picked from commit 13db6e8671c36e1a028d6a8ad63f518e60f84870)
        Reviewed-on: https://gerrit.libreoffice.org/59278
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-08-24  heiko tietze  <tietze.heiko@gmail.com>  [cb7b687a152d9ab71eaeb9efd5e936339bdf91e5]

        tdf#119425 - Use Ctrl+Tab to switch between sheets on macOS
        
        macOS used MOD3 now
        
        Change-Id: I6bec6a8311335ea0eb3decb0e0c2adc2fa9b03f7
        Reviewed-on: https://gerrit.libreoffice.org/59459
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit fcb8ee70824acace8fbe2357eaeba52ad9b7332f)
        Reviewed-on: https://gerrit.libreoffice.org/59537

2018-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c782277640ed97c83f4522c80e5e4c3fc4c60e5f]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.1 rc1
            
            Change-Id: Iec2d90bd09d118b662a0731b26302ccd8f1160e4
            
2018-08-24  Olivier R  <olivier.dev@grammalecte.net>  [1a39153ed33809e0cabfb37c5422be180ce7d3ec]

        Update git submodules
        
        * Update dictionaries from branch 'libreoffice-6-1'
          - French dictionary update (v6.3)
            
            Change-Id: I98c98d1484810b7403c3de4ed9a02e8689542552
            Reviewed-on: https://gerrit.libreoffice.org/59562
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d6eabbf3e373f3966ab6b0d4e6861dfa6957ccce]

        tdf#118261 package libnumbertext data files into installation sets
        
        Change-Id: I1d4bfc9de274df2b467614fba7639e7f5a653377
        Reviewed-on: https://gerrit.libreoffice.org/59421
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 566050c5f3f3e54bfec115f9dba693404ca91770)
        Reviewed-on: https://gerrit.libreoffice.org/59424
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-24  Caolán McNamara  <caolanm@redhat.com>  [bd64800ef579b5d4653ee3dfb90c45874a15a9fa]

        Resolves: tdf#112563 we don't want a human representation of SvxRsidItem
        
        Change-Id: I6a57440b08258ddcbfaa955a62c4963a83193115
        Reviewed-on: https://gerrit.libreoffice.org/59516
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-24  Ilhan Yesil  <ilhanyesil@gmx.de>  [c6dc37d8d0f0ba8a1aecb7f9e75b5e7a5ab406e8]

        tdf#118994 JAWS has no access to accessibility objects
        
        According to the MSDN, lParam must be cast to DWORD when examining
        WM_GETOBJECT messages on 64-bit Windows. The MSDN example also
        casts wParam, so in this solution, lParam and wParam are cast to
        the appropriate types sal_Int32 and sal_uInt32.
        
        Change-Id: I1edc00778c7da91d2baf5784e4c3f8c441e42eab
        Reviewed-on: https://gerrit.libreoffice.org/58312
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit 200fafc341c9ac5cedb0e3e8a38fcc4e88fce77c)
        Reviewed-on: https://gerrit.libreoffice.org/59341
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-24  Caolán McNamara  <caolanm@redhat.com>  [18cbd5c4b408ecd96cf67590f661a4f16d8f3f21]

        tdf#117426 don't crash is infobar is disposed in preview view
        
        Change-Id: Iff2dece2ea5f65c5d0896af888e05703ae709c65
        Reviewed-on: https://gerrit.libreoffice.org/59513
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-24  Julien Nabet  <serval2412@yahoo.fr>  [29e5a7cc352e54570d512007421a550cab42d361]

        tdf#119427: fix selectionChanged event
        
        Regression from 0fb4ae8767fa5ff791cd42934b4215011a269eb0
        Thank you Drew for the bibisection!
        
        Change-Id: Id444172d534374d71765bd4aca71b012cc2352f1
        Reviewed-on: https://gerrit.libreoffice.org/59526
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 36123b42c5d3084f94d068874a0bac2cc849a66e)
        Reviewed-on: https://gerrit.libreoffice.org/59530
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-08-23  Caolán McNamara  <caolanm@redhat.com>  [eaa1396573e25e8c52cb452e2b2471b9bdbd3c0f]

        Resolves: tdf#118659 eps not shown
        
        since...
        
        commit 7b355669c6ddeab2e6cec692d6afdff41c61d0fb
        Date:   Sat Apr 14 15:13:05 2018 +0900
        
            Function to load graphic swapped out (loaded on demand)
        
        new function doesn't load the eps, so supposed to fall back
        to the old function, but the new function didn't leave
        the stream at its original position on failing to attempt
        the load
        
        Change-Id: I960574722687cf5ad8c78be7339d2ce6b74397a9
        Reviewed-on: https://gerrit.libreoffice.org/59504
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7607320e8e68cfeb2ef8933d8a5a7d06f74f16fd]

        tdf#119282 Area tab, Pattern color change
        
        regression from
        
            commit ccd316d1cb310734848bd20244f509024b549b8c
        	use VirtualDevice in createHistorical8x8FromArray
        
        Move the code inside vcl so we don't need to expose BitmapWriteAccess.
        
        I tried to detect this thing by counting the number of independent
        colors in the bitmap, but that didn't work. It is used from more than
        one place, and appears to be very determined that it needs a 2-color
        palette to work properly.
        
        Change-Id: Id11dd9ea78e5e522a6083d6a799e801cac81fd5b
        Reviewed-on: https://gerrit.libreoffice.org/59331
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit cd8dd48bf89d800c012afb04b16281ed8b261de9)
        Reviewed-on: https://gerrit.libreoffice.org/59416
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Eike Rathke  <erack@redhat.com>  [88897b74118fa6d269ce325aca6a4ac3ac1ae3de]

        Resolves: tdf#119034 do not floor() for Logical A1
        
        Either it is 0.0 or it is not.
        
        Change-Id: I8e170e08b7a26ade65ca3b8db26a2d8c581e444c
        Reviewed-on: https://gerrit.libreoffice.org/59057
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 0815f3460fa8a595a085d853e96ffffb8ec0471f)
        Reviewed-on: https://gerrit.libreoffice.org/59494
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Balazs Varga  <balazs.varga991@gmail.com>  [8a7062c02c54330c3b6be0471dbc8a74e60aa479]

        tdf#94502 Fix overlap export of Stacked Bar Chart to *.xlsx
        
        Export the Overlap value with 100% for stacked charts, because the
        default overlap value of the Bar/Column chart is 0% and LibreOffice
        do nothing with the overlap value in Stacked Chart case, unlike the
        MS Office.
        
        Change-Id: If4e20b88c2b1180f68a8d2b610c407d674a8498b
        Reviewed-on: https://gerrit.libreoffice.org/59448
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins
        (cherry picked from commit 17c2b0af97f73b9103be982b15d7111b3980e027)
        Reviewed-on: https://gerrit.libreoffice.org/59497
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [8d49069887443c9eeac9c52441ad1a183d12c384]

        tdf#119357 add the glyph, if the lookup failed
        
        Regression from commit de8f6b25de6f ("loplugin:unused-returns in
        vcl") changing the logic in hunk:
        
        -    return    LookupGlyphID (nGlyph, nOutGlyphID, nOutGlyphSetID)
        -           || AddGlyphID    (nGlyph, nOutGlyphID, nOutGlyphSetID);
        +    if (LookupGlyphID(nGlyph, nOutGlyphID, nOutGlyphSetID))
        +           AddGlyphID(nGlyph, nOutGlyphID, nOutGlyphSetID);
        
        Change-Id: Id643120e1cf5e26b3ffda933d07893048493f089
        Reviewed-on: https://gerrit.libreoffice.org/59493
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 4a58fd0e81b0375c71f6182233f0ec9390942cd1)
        Reviewed-on: https://gerrit.libreoffice.org/59502
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [3e392904c558d1f9fc91926511d148762813537e]

        tdf#118786 WIN allow nested SendMessage calls
        
        This bug trips "assert( !pInst->mbNoYieldLock )".
        
        There is already a special case, introduced in commit 4baec725e0dc
        ("WIN run main thread redirects ignoring SolarMutex"), to prevent
        tripping the assert for a nested SendMessage call.
        
        So this implements a general solution for nested SendMessage calls.
        We just have to prevent yielding in a call from an other thread,
        as the sending thread still owns the SolarMutex.
        
        This way we can also drop the special handling in
        WinSalFrame::ReleaseFrameGraphicsDC.
        
        Change-Id: I7024b081b26f3545af12a3a3a038fe5e5671af3c
        Reviewed-on: https://gerrit.libreoffice.org/59275
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 35a254750392dcd738481f5d6e8719cee9fb41b3)
        Reviewed-on: https://gerrit.libreoffice.org/59318
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [b10d1366422059f4b0cf222d56938a5409b60e6a]

        tdf#116370 cleanup Writer idle job handing
        
        This prevents the start of the idle job, while processing itself,
        so the fixed WinSalInstance::AnyInput of commit 3bf6c97029d2
        ("tdf#112975 WIN correctly handle VclInputFlags::OTHER") won't
        report the timer events of the re-started idle job to process.
        
        Fixes the early abort of the background job, which resulted in
        the busy loop of the reported bug and this strange printing
        behaviour.
        
        P.S. I'm not sure, why this was just broken on Windows.
        
        Change-Id: I6503dcd925c9a0ed843e794a31eea32a4a4b2889
        Reviewed-on: https://gerrit.libreoffice.org/59279
        Tested-by: Jenkins
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        (cherry picked from commit 401cba4c20fbc930f034168872642428d7459218)
        Reviewed-on: https://gerrit.libreoffice.org/59315
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b094ad50f2099550753ad7d13a0324fb62fa4b76]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Add some space between warning/note/tip boxes
            
            Change-Id: I37b9bf85cbe2b3e101c5ba4c71391692b2a65425
            Reviewed-on: https://gerrit.libreoffice.org/59473
            Tested-by: Jenkins
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            (cherry picked from commit df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0)
            Reviewed-on: https://gerrit.libreoffice.org/59492
            Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-08-23  Eike Rathke  <erack@redhat.com>  [40a7c1c1ef133950ddb4c2052d460a9ce2b02b15]

        Resolves: tdf#119402 +- typo sign flip
        
        Regression from
        
            commit 667aa6ade94a4dee441868d21db037e42c871932
            CommitDate: Wed Jul 19 20:13:58 2017 +0200
        
                Avoid temporary Date and normalization
        
        that introduced a sign flip
        from        +  5 - eDay
        to          + (5 + eDay)
        instead of  + (5 - eDay)
        
        Change-Id: I28194296b20552135e6abd24eb9eefe8634ce7c0
        Reviewed-on: https://gerrit.libreoffice.org/59461
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit cadd6c595b250b3ce0025a2a09c160eaae483d5a)
        Reviewed-on: https://gerrit.libreoffice.org/59476
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-08-23  Eike Rathke  <erack@redhat.com>  [65445886327c6f49e6d4f5ece620e918cdf8d88e]

        Resolves: tdf#119399 add es-VE currency Bolivar Soberano VES Bs.S.
        
        Introduced on 2018-08-20
        
        Change-Id: I1b10a0f3b2ff8037310e7cba9caceaacb0858463
        Reviewed-on: https://gerrit.libreoffice.org/59462
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 0e9bdde3c07500abb13c72d2f6bec07aae6848da)
        Reviewed-on: https://gerrit.libreoffice.org/59468
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-23  Caolán McNamara  <caolanm@redhat.com>  [b707def5e9696c429cfb1dbe8479d5b63046e800]

        Resolves: tdf#98558 oom under windows with certain charts
        
        keep the performance fix of i#66963 but clip it to a value
        larger than appears in that document, but massively smaller
        than what is necessary for this document
        
        Change-Id: I162c03a13ce11e348db8168fed212dfea216c7a4
        Reviewed-on: https://gerrit.libreoffice.org/59463
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins

2018-08-22  Mike Kaganski  <mike.kaganski@collabora.com>  [b14bc12eee887b8a892f2bb114ffd50448a74d74]

        tdf#119294: reimplement fix for tdf#118859
        
        When removing paragraphs with mail mere fields, both field type reference
        and node reference could get invalid, because field type will be destroyed
        when its last field is gone; and node will be destroyed if it is in a fly
        with anchor in another node which gets destroyed.
        
        To avoid use-after-delete, we will use an SwClient on field types, thus
        detecting if a collected field type got destroyed; iterating over fields
        using SwIterator is safe, because removing a node with fields would update
        the iterator.
        
        Change-Id: Id8b555ef7015b13ab70ebb41845d34c477ac6b31
        Reviewed-on: https://gerrit.libreoffice.org/59164
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit c883d5e073d2ac5b2d55126c929d7bf3e6d295e8)
        Reviewed-on: https://gerrit.libreoffice.org/59175
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-22  andreas kainz  <kainz.a@gmail.com>  [08d37362faeb9a242b3ca4c0df3615600391cb98]

        menubar: DataMenu is needed in bibliography too
        
        Change-Id: I8ede08755efab25e2cbbf1b8a13df8fe05c36a27
        Reviewed-on: https://gerrit.libreoffice.org/55908
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-08-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d283c89a9ed964aeaa9b6b0bba2587bc7a2f8a60]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 18
            
            module sfx2
            
            Change-Id: I4193c687cec8da75178d94d17778ce6836d1e6fd
            Reviewed-on: https://gerrit.libreoffice.org/59418
            Tested-by: Jenkins
            Reviewed-by: Caolán McNamara <caolanm@redhat.com>
            Tested-by: Caolán McNamara <caolanm@redhat.com>
            
2018-08-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [812b6a1c0a15fbaf1805b87144d8639ecd3e1319]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 17
            
            module svtools
            
            Change-Id: Ifc61a6fbd0f32ed0f8b4bbea273d1b9081df92c9
            Reviewed-on: https://gerrit.libreoffice.org/59312
            Tested-by: Jenkins
            Reviewed-by: Caolán McNamara <caolanm@redhat.com>
            Tested-by: Caolán McNamara <caolanm@redhat.com>
            
2018-08-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [310744931659cef9ca7468cda03c8616aa41d5a1]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 16
            
            Module svx
            
            Change-Id: I0ce6c3c004ee8ef68b7114692ffcc6f9e912ccf3
            Reviewed-on: https://gerrit.libreoffice.org/59270
            Tested-by: Jenkins
            Reviewed-by: Caolán McNamara <caolanm@redhat.com>
            Tested-by: Caolán McNamara <caolanm@redhat.com>
            
2018-08-22  Eike Rathke  <erack@redhat.com>  [826b2d68ee3985144e68966dc29bb3433d22b4d5]

        Resolves: tdf#118983 do not expand range if sheet references not affected
        
        Change-Id: Ib207d3723ce1d370a953e652957aaed399affc9c
        Reviewed-on: https://gerrit.libreoffice.org/59255
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit da0dc858fc05e7f1d6a60ca61f722044e688d4f8)
        Reviewed-on: https://gerrit.libreoffice.org/59271
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [22dbd5904f4f69d98530fecdd9e4383dd088f76f]

        tdf#117797 guard access to mpSwapFile as it may not be set
        
        Change-Id: If45257293e997bc4540b97fbbe5f1f4b77a48b69
        Reviewed-on: https://gerrit.libreoffice.org/59202
        Tested-by: Jenkins
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        (cherry picked from commit 3cd264bb09c6c14bf9eb769d508d7015c4bdc83b)
        Reviewed-on: https://gerrit.libreoffice.org/59235
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-22  Eike Rathke  <erack@redhat.com>  [7ce8689eaa9cab85193d031b911331c9675b77bc]

        Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-up
        
        Change-Id: I6362caae4dd0764a5f99f1b0453c17ecde4b53f1
        Reviewed-on: https://gerrit.libreoffice.org/59213
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit a4c9e4539ee82c409add42e68329d4eb1100d62f)
        Reviewed-on: https://gerrit.libreoffice.org/59243
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-22  Eike Rathke  <erack@redhat.com>  [886b39fbd4f2401922b1c5af0a06ad09efb59d93]

        Resolves: tdf#119137 treat scalar non-reference non-array argument as matrix
        
        ... of size 1x1 so all further checks are applicable as for any other array.
        
        Change-Id: I0c8926bc56f5e451ca4847e0f0c76a1be97418f2
        Reviewed-on: https://gerrit.libreoffice.org/59317
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 7d785183dda20942459616110bab041f9293a399)
        Reviewed-on: https://gerrit.libreoffice.org/59329
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [49e522f3d6c6045710ecb2d233a07880ac9c6c7d]

        tdf#119326 crash when adding "Windows Share" File resource
        
        this was a regression from
        
            commit ce43d0ae9279edbf1ad108fe0d8325327a038d49
            use consistent #define checks for the Windows platform
        
        where I converted
            #ifdef WIN
        to
            #ifdef _WIN32
        
        But that was already dead code at that point since we did not define
        that preprocessor constant anywhere.
        
        Change-Id: Ieadafd61fada05fc19d04d83992fba7c42969daa
        Reviewed-on: https://gerrit.libreoffice.org/59402
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 82034b04e81b74a048595b0eac0f73581ecbc9e4)
        Reviewed-on: https://gerrit.libreoffice.org/59415
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-21  Caolán McNamara  <caolanm@redhat.com>  [1410cefdb5f6048bb62eb7d141d4d2cfc0018cd7]

        Resolves: tdf#115937 virtual device leak
        
        windows runs out much sooner than the other platforms
        
        Change-Id: I8ffbe32babf8854580150edfe741b03fd43e4326
        Reviewed-on: https://gerrit.libreoffice.org/59407
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-21  heiko tietze  <tietze.heiko@gmail.com>  [4a20d15792ed981612b0414a39e27035c02fed19]

        tdf#117972 - Empty UI string
        
        Change-Id: I43bdd0533c34d5e44c96fd023d2c7270a65ddb74
        Reviewed-on: https://gerrit.libreoffice.org/59380
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 917b0aec183f50c119d6a98275ab6623accdfca6)
        Reviewed-on: https://gerrit.libreoffice.org/59396
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-21  Eike Rathke  <erack@redhat.com>  [11936b405094cf4a4b1c95b8cbf8e1f2c2bcad05]

        One more "do not reorder date particles", tdf#113889 tdf#119013 follow-up
        
        commit 5b8007afdb97d416ee7c22bf9226e927d61e9bd3
        CommitDate: Thu Aug 16 18:54:31 2018 +0200
        
            Resolves: tdf#119013 do not over-aggressively reorder date particles
        
        negated logic from bForExcelExport to bConvertDateOrder. This
        somehow slipped through in that commit.
        
        Change-Id: Ibe7e7f7dc669292f38136ceeced1ead120641a20
        Reviewed-on: https://gerrit.libreoffice.org/59330
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 0281aa380a20672d55d1d672fd4a43bdcb6c224d)
        Reviewed-on: https://gerrit.libreoffice.org/59340
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [89e913cfbfd46b2579eede3c392ae360c3a0afcb]

        Fix wizard step text styling
        
        Moves all the SetTextColor handing into ApplySettings and just
        changes the ControlBackground depending on step state.
        
        Change-Id: I96234b6353afada7bc77e2f641a160c1cf25f48d
        Reviewed-on: https://gerrit.libreoffice.org/58857
        Tested-by: Jenkins
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        (cherry picked from commit a6a2cc8f0e6501b92988accee2c3674dcfb05a2f)
        Reviewed-on: https://gerrit.libreoffice.org/59320

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [591b7a689928cf428f63cb31adc5bbe6b56da231]

        tdf#116350 Better text layout for big shapes
        
        Added some horizontal padding - for bigger shapes
        and vertical adjustment for multi-line labels.
        
        Change-Id: I665b238b0d08a499cd846952d831fe449f72f575
        Reviewed-on: https://gerrit.libreoffice.org/58975
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit a643c8353754c6ce8b318e37cbbc60c3425e9d32)
        Reviewed-on: https://gerrit.libreoffice.org/59163
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [b88053ffeed1f9fb2dda8b3bffe6353d67312e5d]

        Resolves: tdf#119325 tooltip position should be relative to widget
        
        Change-Id: I244f2d6cd89fd53d7a874cac593f3759d75966da
        Reviewed-on: https://gerrit.libreoffice.org/59257
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [eb20fd85ddd25026a1b814d75fac6b5aa4ec0ef7]

        coverity#1438224 Dereference null return value
        
        Change-Id: I794c54867b83d738a075f9fa0dbd31fe62de49b9
        Reviewed-on: https://gerrit.libreoffice.org/58610
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit e5c3b913cc5b656710677e3597079e0cd5040f82)
        Reviewed-on: https://gerrit.libreoffice.org/58842
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [d6dda0acb8bb6ca0fba607e1d566fca960b78cf8]

        tdf#119160 remove fill from all fontwork shapes
        
        Change-Id: I66cd5ab39c3f3b8635eb4e9b5261e100a8037abf
        Reviewed-on: https://gerrit.libreoffice.org/58817
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58843
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [67ac2e8adc708480aa4e28a81cec464938e43c86]

        tdf#118385 Avoid crash on loading document
        
        Change-Id: Ifb18fee79667a5d0284407e84877b0d4d89536d9
        Reviewed-on: https://gerrit.libreoffice.org/59173
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit 308fbd8cdf9ce0fc3921b6c4c58707609b486fb9)
        Reviewed-on: https://gerrit.libreoffice.org/59247
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [d1b9cbe749fc3329bda1e8ddaee6d8a6f783ad82]

        tdf#117086 crash on deleted SwFootnoteBossFrame
        
        use SwFrameDeleteGuard to lock pOldBoss to exist over the range
        its directly accessed
        
        Change-Id: I68af80114a380f68b86cbc78278fb9e5e87cccce
        Reviewed-on: https://gerrit.libreoffice.org/59113
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [e16f22b75f84695c58d6612be27364cc5814f51f]

        ofz: Null-deference
        
        Change-Id: I339cfb54379b1c98a04747046ed599a23d49c220
        Reviewed-on: https://gerrit.libreoffice.org/58950
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [4fb7390956a193e00c1b599129b89933c41f98ae]

        ofz#9934 null deref
        
        Change-Id: I6833ad8a556b561a37e468da8845914cabfac4c5
        Reviewed-on: https://gerrit.libreoffice.org/59249
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [121ebbf097045c0dbb3eb8cb2b0cf2ffc1c4cd09]

        ofz#9917 use a WW8SprmIter to find the sprm
        
        extend WW8SprmIter to support the needed paramater match feature and
        drop the custom WW8PLCFx_SEPX::HasSprm logic
        
        Change-Id: I5893e04402ed03493add398f0939a578807561ef
        Reviewed-on: https://gerrit.libreoffice.org/59119
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Caolán McNamara  <caolanm@redhat.com>  [81818670fe90fca438dfb0c22903474745112cfe]

        tdf#119224 start and end are expected to exist for the scope of this function
        
        Change-Id: I771bce68a2ac923af6a7d54646a2c59ce6f10f7e
        Reviewed-on: https://gerrit.libreoffice.org/59179
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a19a65193a564a0eccdb63b7e2ca272d32aa9180]

        tdf#118457 Place Help button on the left
        
        Change-Id: Id1c386fab92a2e21e7b2f07f08daf08d5886d027
        Reviewed-on: https://gerrit.libreoffice.org/56774
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 15eadb56d0a24fb4b1e70c8afb41f6e02eb47761)
        Reviewed-on: https://gerrit.libreoffice.org/56775
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-08-20  Stephan Bergmann  <sbergman@redhat.com>  [a11ed230844873cef34e4c5c0d1536f4ed14b401]

        Avoid further downstream overflow
        
        ...after 004304eb2fd1703d22dec0abf0170bb2ce493d0c "try to avoid overflows in
        some compare functions" had changed the return type of just one function, but
        not its callers.  Found with Clang's new -fsanitize=implicit-conversion during
        CppunitTest_sd_filters_test:
        
        > Testing file:///home/sbergman/lo/core/sd/qa/unit/data/ppt/pass/hang-17.ppt:
        [...]
        > sot/source/sdstor/stgdir.cxx:101:19: runtime error: implicit conversion from type 'sal_Int32' (aka 'int') of value -57120 (32-bit, signed) to type 'short' changed the value to 8416 (16-bit, signed)
        >  #0 in StgDirEntry::Compare(StgAvlNode const*) const at sot/source/sdstor/stgdir.cxx:101:19 (instdir/program/libsotlo.so +0x217699)
        >  #1 in StgAvlNode::Find(StgAvlNode const*) at sot/source/sdstor/stgavl.cxx:43:29 (instdir/program/libsotlo.so +0x1db72b)
        >  #2 in StgDirStrm::Find(StgDirEntry&, rtl::OUString const&) at sot/source/sdstor/stgdir.cxx:907:57 (instdir/program/libsotlo.so +0x22f2dc)
        >  #3 in Storage::IsStream(rtl::OUString const&) const at sot/source/sdstor/stg.cxx:773:39 (instdir/program/libsotlo.so +0x1d2cdf)
        >  #4 in SotStorage::IsStream(rtl::OUString const&) const at sot/source/sdstor/storage.cxx:654:27 (instdir/program/libsotlo.so +0x29ebdb)
        >  #5 in PropRead::PropRead(SotStorage&, rtl::OUString const&) at sd/source/filter/ppt/propread.cxx:543:19 (instdir/program/libsdfiltlo.so +0x6b72ee)
        >  #6 in ImplSdPPTImport::Import() at sd/source/filter/ppt/pptin.cxx:262:32 (instdir/program/libsdfiltlo.so +0x5d0dc4)
        >  #7 in SdPPTImport::Import() at sd/source/filter/ppt/pptin.cxx:167:21 (instdir/program/libsdfiltlo.so +0x5cf733)
        >  #8 in ImportPPT at sd/source/filter/ppt/pptin.cxx:2761:26 (instdir/program/libsdfiltlo.so +0x618f64)
        >  #9 in SdPPTFilter::Import() at sd/source/filter/sdpptwrp.cxx:106:32 (instdir/program/libsdlo.so +0x2877ed3)
        >  #10 in sd::DrawDocShell::ConvertFrom(SfxMedium&) at sd/source/ui/docshell/docshel4.cxx:474:46 (instdir/program/libsdlo.so +0x2e1607c)
        >  #11 in SfxObjectShell::DoLoad(SfxMedium*) at sfx2/source/doc/objstor.cxx:786:23 (instdir/program/libsfxlo.so +0x2c8c762)
        >  #12 in SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at sd/qa/unit/filters-test.cxx:75:31 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x19771)
        >  #13 in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:130:20 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x5724c)
        >  #14 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:155:5 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x57ec9)
        >  #15 in SdFiltersTest::testCVEs() at sd/qa/unit/filters-test.cxx:83:5 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x19d6d)
        
        Change-Id: Iaffd35d33f0e1109195e3bd56538104d395af01b
        Reviewed-on: https://gerrit.libreoffice.org/59274
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 4cb69cf33b5bf17030bcd263fe31258177c76d5e)
        Reviewed-on: https://gerrit.libreoffice.org/59277
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [40b396ef207213ebd07981206674a2260256cb3c]

        tdf#116350 Correctly display text on arc
        
        Change-Id: Ice8c141db20d43ccc8d6e2b56004a4a28d2b257a
        Reviewed-on: https://gerrit.libreoffice.org/58729
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58840
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [406280c62843e9ed167e7adaa005fba92a39608f]

        tdf#116350 Fix export of fontwork
        
        Change-Id: Icf3a07c6b79296feb233bbe08a6d69ab21a41414
        Reviewed-on: https://gerrit.libreoffice.org/58746
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58841
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [409fd186af22bd9c1819cc0f05bfca3bdf427a42]

        tdf#116350 Export preset text geometry (text effects)
        
        Change-Id: Ifb921b56387ca183b5a57126f6e88e2f9a4ecb3d
        Reviewed-on: https://gerrit.libreoffice.org/58430
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58839
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2018-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [b56857dbd21083f5d41eaf4c0f08db1977cf8d2e]

        tdf#116350 Import preset text geometry (text effects)
        
        "Font effect" implementation, instead of normal
        text, content is converted to "fontwork".
        
        Change-Id: I5d02c7faedb66a4b919e64ae1b830bffb69984c1
        Reviewed-on: https://gerrit.libreoffice.org/58358
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58838
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [72fece73fbda7dc9fa34c4189cd9dfa10c9f2c51]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Mute l10n in numeric table and InfoType strings
            
            Numeric cell are not to be translated
            InfoType either.
            
            Change-Id: I320b78c2c84212ece5c080e47c78cef2550ae066
            Reviewed-on: https://gerrit.libreoffice.org/59263
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 489fd5f5a291966f3417321930c8723df67e96e0)
            Reviewed-on: https://gerrit.libreoffice.org/59264
            Reviewed-by: Eike Rathke <erack@redhat.com>
            
2018-08-17  Eike Rathke  <erack@redhat.com>  [04e12e17cd7a9b7e740299560e8e3e0ba2822ca3]

        Resolves: tdf#119013 do not over-aggressively reorder date particles
        
        In particular not when reading documents as we don't know what the
        original (default/system) locale was when the date format was
        created and stored and whether the format's date order actually
        matched the locale's ordering.
        
        Regression from
        
            commit 51478cefaa4e265b42e3f67eda0a64767ff3efba
            CommitDate: Tue Apr 18 17:01:27 2017 +0200
        
                Resolves: tdf#107012 follow date order of the target locale
        
        Change-Id: I9d3bdbd512d95ed81ff6459e368a2d7497ec8a2d
        Reviewed-on: https://gerrit.libreoffice.org/59182
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 5b8007afdb97d416ee7c22bf9226e927d61e9bd3)
        Reviewed-on: https://gerrit.libreoffice.org/59215
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-17  Caolán McNamara  <caolanm@redhat.com>  [2b52e332b7d6cd18cb024295c1218517cf6d27d9]

        insert->envelope->printer->setup crashes
        
        Change-Id: I06d91941eaab0f622b384e9b3379d033890fd92f
        Reviewed-on: https://gerrit.libreoffice.org/59185
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-17  Julien Nabet  <serval2412@yahoo.fr>  [30c178dcb3301527ad92bbd245d1525ab77e314e]

        Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOC
        
        See Eike's comment in https://gerrit.libreoffice.org/#/c/59035/
        
        Change-Id: Ic0f6f0a6fc8d08a7c92b2c12bd301f5089843891
        Reviewed-on: https://gerrit.libreoffice.org/59219
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins

2018-08-16  Caolán McNamara  <caolanm@redhat.com>  [876a433607831f5c82bb952582c151ac653841e7]

        Resolves: tdf#114427 crash when basic used to dispose shape
        
        Change-Id: Ia078a0f4262fbe18b6cf463dbff33df1d4fd0a95
        Reviewed-on: https://gerrit.libreoffice.org/59037
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Caolán McNamara  <caolanm@redhat.com>  [2d7997886b834efe50f16700c8e9f2675a8f223c]

        data->sort->options->copy sort results to, enter "asd"->ok crashes
        
        Change-Id: If0748d26f8e65b07e98fdda577931348fc479724
        Reviewed-on: https://gerrit.libreoffice.org/59187
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Jean-Pierre Ledure  <jp@ledure.be>  [9459c5b105e0aad25ccfb875354cfd9c7353cbcb]

        Access2Base - Fix Filter arg not applied in OpenForm
        
        The Filter argument was not applied in the OpenForm command
        (was simply ignored and could be worked around by user).
        Fixed by retrieval of internal DatabaseForm.
        
        Change-Id: Iefa697425bb5859979b07cca8ab38f6fe604f92d
        Reviewed-on: https://gerrit.libreoffice.org/58915
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Xisco Fauli  <xiscofauli@libreoffice.org>  [62191a46cd8ceb73145ede57667304b159f5461e]

        tdf#119052: hide edit style button in character style
        
        Change-Id: I8ec82865b990ff19ead819c990f442edd7423d66
        Reviewed-on: https://gerrit.libreoffice.org/58472
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit 8e7d6bd5095404337c6e6dab1b9a20f69765ef29)
        Reviewed-on: https://gerrit.libreoffice.org/58694
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Stephan Bergmann  <sbergman@redhat.com>  [738aa2cb2352613981d39678404f1b32197f0ad2]

        cclass_Unicode::StrChr needs to support non-BMP chars
        
        ...as seen with Clang's new -fsanitize=implicit-cast during
        CppunitTest_starmath_qa_cppunit:
        
        > i18npool/source/characterclassification/cclass_unicode_parser.cxx:565:46: runtime error: implicit conversion from type 'sal_uInt32' (aka 'unsigned int') of value 119886 (32-bit, unsigned) to type 'sal_Unicode' (aka 'char16_t') changed the value to 54350 (16-bit, unsigned)
        >  #0 in i18npool::cclass_Unicode::getFlags(unsigned int) at i18npool/source/characterclassification/cclass_unicode_parser.cxx:565:46 (instdir/program/libi18npoollo.so +0x3ae807)
        >  #1 in i18npool::cclass_Unicode::parseText(com::sun::star::i18n::ParseResult&, rtl::OUString const&, int, int) at i18npool/source/characterclassification/cclass_unicode_parser.cxx:712:29 (instdir/program/libi18npoollo.so +0x3b04c3)
        >  #2 in i18npool::cclass_Unicode::parsePredefinedToken(int, rtl::OUString const&, int, com::sun::star::lang::Locale const&, int, rtl::OUString const&, int, rtl::OUString const&) at i18npool/source/characterclassification/cclass_unicode.cxx:275:5 (instdir/program/libi18npoollo.so +0x3a17ea)
        >  #3 in non-virtual thunk to i18npool::cclass_Unicode::parsePredefinedToken(int, rtl::OUString const&, int, com::sun::star::lang::Locale const&, int, rtl::OUString const&, int, rtl::OUString const&) at i18npool/source/characterclassification/cclass_unicode.cxx (instdir/program/libi18npoollo.so +0x3a18dc)
        >  #4 in i18npool::CharacterClassificationImpl::parsePredefinedToken(int, rtl::OUString const&, int, com::sun::star::lang::Locale const&, int, rtl::OUString const&, int, rtl::OUString const&) at i18npool/source/characterclassification/characterclassificationImpl.cxx:118:63 (instdir/program/libi18npoollo.so +0x3c48ba)
        >  #5 in non-virtual thunk to i18npool::CharacterClassificationImpl::parsePredefinedToken(int, rtl::OUString const&, int, com::sun::star::lang::Locale const&, int, rtl::OUString const&, int, rtl::OUString const&) at i18npool/source/characterclassification/characterclassificationImpl.cxx (instdir/program/libi18npoollo.so +0x3c497c)
        >  #6 in CharClass::parsePredefinedToken(int, rtl::OUString const&, int, int, rtl::OUString const&, int, rtl::OUString const&) const at unotools/source/i18n/charclass.cxx:443:25 (instdir/program/libutllo.so +0x904d17)
        >  #7 in SmParser::NextToken() at starmath/source/parse.cxx:391:25 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa4a3e7)
        >  #8 in SmParser::DoTerm(bool) at starmath/source/parse.cxx:1337:13 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa5951b)
        >  #9 in SmParser::DoPower() at starmath/source/parse.cxx:1285:35 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa57d46)
        >  #10 in SmParser::DoProduct() at starmath/source/parse.cxx:1105:19 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa5685a)
        >  #11 in SmParser::DoSum() at starmath/source/parse.cxx:1087:19 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa55ebc)
        >  #12 in SmParser::DoRelation() at starmath/source/parse.cxx:1069:19 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa558dc)
        >  #13 in SmParser::DoExpression(bool) at starmath/source/parse.cxx:1043:29 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa54ff5)
        >  #14 in SmParser::ParseExpression(rtl::OUString const&) at starmath/source/parse.cxx:2366:12 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0xa671dc)
        >  #15 in (anonymous namespace)::Test::ParseAndCompare(char const*, char const*, char const*) at starmath/qa/cppunit/test_nodetotextvisitors.cxx:485:30 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0x5f7ea6)
        >  #16 in (anonymous namespace)::Test::testMiscEquivalent() at starmath/qa/cppunit/test_nodetotextvisitors.cxx:637:5 (workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so +0x5f2dc8)
        
        Change-Id: Iaf62efd60bd6132e005ab69ce385bbf5c2db5d19
        Reviewed-on: https://gerrit.libreoffice.org/58979
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 9b4013ef522fe1faebf76f7f9c624e7e2a90c8c9)
        Reviewed-on: https://gerrit.libreoffice.org/58990
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Xisco Faulí  <xiscofauli@libreoffice.org>  [c957c5a4a0d3f621087b6dab468caaa4ed1a3e39]

        Revert "tdf#118751: Revert "tdf#117081: show Firebird by default""
        
        This reverts commit 88abae93c5e0a030eca36d7e33909ad52e1c71a2.
        
        Change-Id: Ic51eca2797ad80a976f923c9003fd9751ac165ff
        Reviewed-on: https://gerrit.libreoffice.org/59158
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c876f11689859243ba0945ba5c610ffd3ce3c6d3]

        tdf#119276 Fix loading of images with internal LO URLs
        
        Change-Id: I30556aba4490bef7f4a6e6b3899cc05f4b6a06d4
        Reviewed-on: https://gerrit.libreoffice.org/59104
        Tested-by: Jenkins
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        (cherry picked from commit 43b7aa5133ce3bfb44c5203aea37fa4474bc3a61)
        Reviewed-on: https://gerrit.libreoffice.org/59144
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-08-16  Stephan Bergmann  <sbergman@redhat.com>  [ab8b8fdbb32ad4da5af521b1b982189786bcdcb4]

        tdf#119252: Revert "Remove < USHRT_MAX check that is presumably no longer
        
        ...needed"
        
        This reverts commit 4a61006255c67bb6f9ac99107093a424a9de441e, as it turns out
        to actually break things.  I'm not quite sure how I came across that code and
        the attempted fix back then, but at least ASan+UBSan `make check` still works
        after the revert (and UBSan seems the most likely reason I came across this).
        
        I know too little about that Writer table layout code to know whether the
        original code is actually good, or would need some other fixing, so lets just
        revert for now.
        
        Change-Id: I1e88372a3b688a5fdd4c1bf88033b51287195799
        Reviewed-on: https://gerrit.libreoffice.org/59002
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit d9c312d1917bc039bb0354c8c3f5c9dbbb758cf1)
        Reviewed-on: https://gerrit.libreoffice.org/59039
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Mike Kaganski  <mike.kaganski@collabora.com>  [e9e18b5a3a0e9651b7161278a61c6a7ce0b9df0b]

        tdf#118990: use full URI for absolute references
        
        Previously (since commit 7eb5e135422f1a5830a44d129300bc3fafb4627d)
        only path relative to reference host was stored, and host itself
        was dropped. That resulted in URIs like "/share/file.xlsx", even
        without scheme. For Windows shares, this broke UNC paths like
        "\\HOSTNAME\share\file.xlsx" (which are stored in XLSX by Excel as
        "file:///\\HOSTNAME\share\file.xlsx"), and on subsequent import,
        this resulted in paths on the same drive as the document (like
        "C:\share\file.xlsx").
        
        With this change, we will store "file://HOSTNAME/share/file.xlsx",
        which is correctly processed by both LibreOffice and MS Excel.
        
        Change-Id: I3f13aa0b3ae8dc41ec28eaa1416d536469c4562a
        Reviewed-on: https://gerrit.libreoffice.org/59064
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit f24b0ec13c5c8edda5ffb1336b0eb6da173dfc97)
        Reviewed-on: https://gerrit.libreoffice.org/59141
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b01a1a47453300dfda59e3bbacf80e960169654]

        tdf#118058 sw, sections in tables: no split for multiple columns
        
        The original use-case was "group a few paragraphs together" for the
        split sections inside tables, i.e. it's safe to not split when the
        section has multiple columns.
        
        And the multiple columns case would mean that we don't find where to put
        the follow section inside a table, resulting in a layout loop.
        
        (cherry picked from commit d2d996db4806e84ae0bf6aef1c285b498f2d2867)
        
        Conflicts:
        	sw/qa/extras/layout/layout.cxx
        
        Change-Id: Ifab220e582439d2e757b5645f3167b55a051a379
        Reviewed-on: https://gerrit.libreoffice.org/58983
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Caolán McNamara  <caolanm@redhat.com>  [a0aea0b22a5ceb31b69407be6b74506194d44134]

        ofz#9892 Null-dereference
        
        Change-Id: I8ab1948e5760da365bdddaf45955912a18b20ead
        Reviewed-on: https://gerrit.libreoffice.org/59056
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Caolán McNamara  <caolanm@redhat.com>  [ca3038a05188084b012dd3c799494f30bc5c47ef]

        ofz#9908 validate no negative editengine selection positions
        
        Change-Id: I37dace2051518224c55756362facd3edba4a9571
        Reviewed-on: https://gerrit.libreoffice.org/59059
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Julien Nabet  <serval2412@yahoo.fr>  [99762024dc5a2d5514c517c96c588949e30328b7]

        Related tdf#118547: Lock mark on protected sheet tab
        
        Fix opposite case, see https://bugs.documentfoundation.org/show_bug.cgi?id=118547#c10
        
        Change-Id: I2c4e55f8929b1979e71a4040dfac1ba7cff51aeb
        Reviewed-on: https://gerrit.libreoffice.org/59035
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit d064ced9e9db3f924dd954b86c40f21addab1c68)
        Reviewed-on: https://gerrit.libreoffice.org/59040
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-16  Xisco Fauli  <xiscofauli@libreoffice.org>  [90e473516b04fc0121b2e3a25aefa07ccb81307d]

        tdf#119231: Add missing help response id
        
        Change-Id: I2c89e44e5d78377666bacb2393b26323f1e0a904
        Reviewed-on: https://gerrit.libreoffice.org/58919
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit abe48a44ce80cd215a9cc18c219daf5e58e1f4e8)
        Reviewed-on: https://gerrit.libreoffice.org/59063
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-16  Julien Nabet  <serval2412@yahoo.fr>  [97af032407344766658608838ca1eb02ce72b46e]

        tdf#117795: not all elements have ChartFontName property
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=144114
        In this bugtracker we tried to apply a change of fontname on reportdesign::OFixedLine
        
        Change-Id: I60ee5ca9f967fc71939e2f57ecd9de7edd680958
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 3512079dc42a6472136f9c229fc9ea0b0033ebf9)
        Reviewed-on: https://gerrit.libreoffice.org/59145
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-08-15  Caolán McNamara  <caolanm@redhat.com>  [20baed78792b39e43d1315552cc06b1fc29a45ba]

        outer loop unrelated to inner loop
        
        since original checkin of...
        
        commit 9cddf9da7fb256418e1bc3b4719abb55e3b0604c
        Date:   Tue May 22 15:33:44 2007 +0000
        
            INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
        ...
            2006/12/13 12:31:03 tl 1.1.2.38: #i71244# update charts in writer
        
        where I think this LockUnlockAllCharts chart2 loop was modelled on
        the previous chart[1] styles loop of e.g. DoUpdateAllCharts which
        loop over tables.
        
        chart2 objects are unrelated to these tables, so remove the outer
        loop, which then means the ofz#9689 ofz#9856 ofz9874 crashes that
        made me look at it will get fixed
        
        Change-Id: I7d7ba0a2aa257b5aa399f20d902f01306fbaecff
        Reviewed-on: https://gerrit.libreoffice.org/59111
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-08-15  Caolán McNamara  <caolanm@redhat.com>  [31374100da4062eab9cdd171cea27c0965ded5ac]

        tdf#117127 crash on inspecting value describing a table
        
        since...
        
        commit f86d0413f7cedf096b285c2eb6698653dd99c21e
        Date:   Mon Mar 30 01:26:21 2015 +0200
        
            SwXCellRange:: and SwXTextTable::getDataArray() do the same
        
        which used to have more checks than its replacement
        
        Change-Id: Id931882ef7c749ffa18ef3474e3e661ba8614ab0
        Reviewed-on: https://gerrit.libreoffice.org/58977
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-15  Vincas Dargis  <vindrg@gmail.com>  [e83a535776f8337a09c8d582ac484b3b027728a3]

        apparmor: fix access to /etc/xml/catalog
        
        Exporting document to .xhtml produces AppArmor deny log entry. Add
        AppArmor rule for accessing /etc/xml/catalog as it is needed by libxml2.
        
        Change-Id: If62046059c4e1d458cca895f14f7d1e3f537c527
        Reviewed-on: https://gerrit.libreoffice.org/59005
        Tested-by: Jenkins
        Reviewed-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit a826cb4f9655ab8b994c4da258835f5f6ddb5a5f)
        Reviewed-on: https://gerrit.libreoffice.org/59042
        Reviewed-by: Vincas Dargis <vindrg@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-15  Vincas Dargis  <vindrg@gmail.com>  [4b60e727cde70578d3cfed1971b8edf1e8b924d1]

        apparmor: allow writing .epub files
        
        Currently, exporting document to .epub fails if AppArmor profile is
        enabled. This patch fixes it by registering .epub extension within
        AppArmor profile.
        
        Change-Id: I5075ac803ffd9157c2f2cc6546895149b0fdd5f2
        Reviewed-on: https://gerrit.libreoffice.org/59004
        Tested-by: Jenkins
        Reviewed-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit 8d1f307c2fb1fa6b0402b88954269a0b0442d02f)
        Reviewed-on: https://gerrit.libreoffice.org/59043
        Reviewed-by: Vincas Dargis <vindrg@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-15  Caolán McNamara  <caolanm@redhat.com>  [fa89d83cdf29ea2dc33ed99aed67df5df5424036]

        tdf#115086 crash in assignLabelsToDataSequence
        
        since...
        
        commit c45358e928b9b9419bba10a0fcb661696cb7647a
        Date:   Mon Apr 24 00:09:08 2017 +0200
        
            preserve "Total" label on round-trip, remove code duplication
        
        Change-Id: I83ed20e1cab8d67f2f5aedcaf862756d9548bf9f
        Reviewed-on: https://gerrit.libreoffice.org/59061
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins

2018-08-15  Justin Luth  <justin_luth@sil.org>  [f4b83b45a43d635082f8b9d765f9522fad4e467f]

        tdf#119141 Revert "sc htmlimp: non-global sheet range names"
        
        This reverts commit 5720c85ccea9f1481bd604b806c5be728e59a13f,
        which was made in response to the suggestion in
        comment 6 of bug 114487 and backported to 6.0.6.
        
        But ScAreaLink::FindExtRange doesn't bother to search the
        local rangenames, and the Links to External Files dialog also
        doesn't give non-global variables as options.
        
        Since this was just a "logical" change, simply revert it
        to repair the regression. Any attempt to support local rangenames
        is something bigger that isn't appropriate for backport to stable.
        
        Change-Id: I8bd4dcc6492da2712e13b2e54cf81609cdc5936e
        Reviewed-on: https://gerrit.libreoffice.org/58761
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 1597dbb5ba5d68b5807236c1d045f5215f221c91)
        Reviewed-on: https://gerrit.libreoffice.org/59066
        Tested-by: Jenkins

2018-08-15  Caolán McNamara  <caolanm@redhat.com>  [20b9dad2e881a743172559a29b66d30ca6ecbf6a]

        Resolves: tdf#118609 crash in calc after some manipulation through basic
        
        Change-Id: I518b15359b29c845604d2e9cde64bdb637078ba1
        Reviewed-on: https://gerrit.libreoffice.org/59053
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-08-15  Maxim Monastirsky  <momonasmon@gmail.com>  [d52f64b1ae7a95704ee9b17b034a43fcea05d1ea]

        tdf#119245 Set a parent for OParameterDialog
        
        Change-Id: I5a7f4b43027a72f049e12c06cd583c6545b028f5
        Reviewed-on: https://gerrit.libreoffice.org/58952
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit ea77c31944c7ca8896e5e58f3f57d9a9cbe9b6bb)
        Reviewed-on: https://gerrit.libreoffice.org/59001
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-15  Xisco Fauli  <xiscofauli@libreoffice.org>  [24e3426546718a9df1c0066b1f955b1d0fe4d4ea]

        tdf#101254: Enable arrowheads in sidebar for draws
        
        It's enabled in Line and Filling toolbar so do the same
        in the sidebar
        
        Change-Id: Icc64705268a9efb46ab463131ddf486dad12f085
        Reviewed-on: https://gerrit.libreoffice.org/58747
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit ffc61735fe804913e55db45ae4d533c8980c2e6a)
        Reviewed-on: https://gerrit.libreoffice.org/58754

2018-08-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [85c0eedf04a0b31b0896842bbdb240abb3389076]

        tdf#119234 OOXML Shapes from Word fail to render
        
        regression from
        	commit 65e4a776e8315fd61fd67ad00d28985b11f0b79e
        	simplify some OUString::copy calls
        I got the params switched around
        
        Change-Id: I68da0ae681f2b886e35f74bd72de0c482c843ae9
        Reviewed-on: https://gerrit.libreoffice.org/58986
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit df71ea1b01c3fd35d959053c84f615f661b69f8a)
        Reviewed-on: https://gerrit.libreoffice.org/58999

2018-08-14  Caolán McNamara  <caolanm@redhat.com>  [5a56b72413d5f555c854e36d3bd2fd50ec21644c]

        Resolves: tdf#119251 parse non-default units in user inputted values
        
        Change-Id: I28f8338f5c318f2228b742e2e171d53820cb0cc8
        Reviewed-on: https://gerrit.libreoffice.org/58985
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-08-14  Caolán McNamara  <caolanm@redhat.com>  [704133f7cb76b29a86d97d776b594c5ebf9a1123]

        Resolves: tdf#117069 crash double clicking in certain chart
        
        Change-Id: I4506a3517eff7f73cf793195e9d605d450b84fda
        Reviewed-on: https://gerrit.libreoffice.org/58996
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins

2018-08-14  Michael Stahl  <Michael.Stahl@cib.de>  [905b46799d2b94173ec0275e26ad25f4ab20f4f8]

        xmlsecurity: nsscrypto_initialize: try to avoid profile migration
        
        https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.35_release_notes
        
        NSS 3.35 and later will automatically migrate migrate profiles from the
        old "dbm:" BDB format to the new "sql:" SQLite format.
        
        The new format can be read by NSS 3.12 and later, which is old enough that
        it can be assumed to be available.
        
        However LibreOffice still shouldn't migrate the profile on its own:
        LO typically uses a Mozilla Firefox or Thunderbird profile, and if it is
        a system Firefox with system NSS libraries, then it's probably a bad
        idea for LO to migrate the profile under Firefox's nose, particularly
        considering the "partial migration" scenario if the profile is
        password-protected.
        
        Try to avoid this by checking if the profile is the old format and
        explicitly using the "dbm:" prefix to prevent the migration.
        
        Change-Id: I06480522f830ce74e2fb7bf79fee84ad80979b82
        Reviewed-on: https://gerrit.libreoffice.org/58756
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 61688aa1abd9db9adbb8dc5d5aacc6269b21fd27)
        Reviewed-on: https://gerrit.libreoffice.org/58973
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Michael Stahl  <Michael.Stahl@cib.de>  [54be5edb1b6d72efa0150f0482b6313fd26fbfb2]

        nss: upgrade to release 3.38
        
        Fixes CVE-2018-0495 and "the ASN.1 code".
        
        Remove one hunk of nss-android.patch.1 that should be obsolete with the
        current Android toolchain baseline.
        
        Change-Id: I5516edec17b72f53acd2749e8840805eead077bc
        Reviewed-on: https://gerrit.libreoffice.org/58697
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 3ef76067bfa1f9f60ec3989bd6b40a5760137903)
        Reviewed-on: https://gerrit.libreoffice.org/58719
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Xisco Fauli  <xiscofauli@libreoffice.org>  [8f858a06f6bc296f51274b516fe99911f0a55aef]

        tdf#116856 Update screenshot images
        
        Taken from https://www.libreoffice.org/discover/screenshots/
        
        Thanks to guilhem for creating the hub redirection
        
        Change-Id: I57a8fb928e9353d9b305c2e1b09b4f0dd13624f6
        Reviewed-on: https://gerrit.libreoffice.org/52767
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit fa81dd8e34816f8b1d57576f0c7fcbf3c66271e6)
        Reviewed-on: https://gerrit.libreoffice.org/58994
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2a98135c6a6c2e15924be523c8678f29cff2b0ac]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 10
            
            module sw, o-
            
            Change-Id: I301f34529ee6c62018d8301d1d16a2cab908e829
            Reviewed-on: https://gerrit.libreoffice.org/58144
            Tested-by: Jenkins
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Stephan Bergmann  <sbergman@redhat.com>  [ff1dcb50afdff9c8f532bdc09e59d9166f891c97]

        LwpObjectID::GetLow returns sal_uInt32
        
        ...and b7af008a35f48b821dd95f3d2d945f254bf4ed26 "remove first chunk of
        lotuswordpro warnings" probably changed that in error:
        
         void LwpGraphicObject::GetBentoNamebyID(LwpObjectID* pMyID, std::string& rName)
         {
             sal_uInt16 nHigh = pMyID->GetHigh();
        -    sal_uInt32 nLow = pMyID->GetLow();
        +    sal_uInt16 nLow = pMyID->GetLow();
             char pTempStr[32];
             rName = std::string("Gr");
        -    sprintf(pTempStr, "%X,%lX", nHigh, nLow);
        +    sprintf(pTempStr, "%X,%X", nHigh, nLow);
             rName.append(pTempStr);
         }
        
        Found with new Clang -fsanitize=implicit-conversion during
        CppunitTest_lotuswordpro_test_lotuswordpro:
        
        > Testing file:///home/sbergman/lo/core/lotuswordpro/qa/cppunit/data/pass/IntPres11-2004.lwp:
        > lotuswordpro/source/filter/lwpgrfobj.cxx:321:23: runtime error: implicit conversion from type 'sal_uInt32' (aka 'unsigned int') of value 1085767199 (32-bit, unsigned) to type 'sal_uInt16' (aka 'unsigned short') changed the value to 32287 (16-bit, unsigned)
        >  #0 in LwpGraphicObject::GetBentoNamebyID(LwpObjectID const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&) at lotuswordpro/source/filter/lwpgrfobj.cxx:321:23 (instdir/program/liblwpftlo.so +0x948b85)
        >  #1 in LwpGraphicObject::GetRawGrafData() at lotuswordpro/source/filter/lwpgrfobj.cxx:352:5 (instdir/program/liblwpftlo.so +0x940cae)
        >  #2 in LwpGraphicObject::XFConvert(XFContentContainer*) at lotuswordpro/source/filter/lwpgrfobj.cxx:228:48 (instdir/program/liblwpftlo.so +0x93e1af)
        >  #3 in LwpObject::DoXFConvert(XFContentContainer*) at lotuswordpro/inc/lwpobj.hxx:129:9 (instdir/program/liblwpftlo.so +0x84a472)
        >  #4 in LwpFrameLayout::XFConvertFrame(XFContentContainer*, int, int, bool) at lotuswordpro/source/filter/lwpframelayout.cxx:836:26 (instdir/program/liblwpftlo.so +0x87ba7b)
        >  #5 in LwpFrameLayout::XFConvert(XFContentContainer*) at lotuswordpro/source/filter/lwpframelayout.cxx:800:13 (instdir/program/liblwpftlo.so +0x87b1b0)
        >  #6 in LwpObject::DoXFConvert(XFContentContainer*) at lotuswordpro/inc/lwpobj.hxx:129:9 (instdir/program/liblwpftlo.so +0x84a472)
        >  #7 in LwpFribFrame::XFConvert(XFContentContainer*) at lotuswordpro/source/filter/lwpfribframe.cxx:183:14 (instdir/program/liblwpftlo.so +0x8a6382)
        >  #8 in LwpFribPtr::XFConvert() at lotuswordpro/source/filter/lwpfribptr.cxx:280:24 (instdir/program/liblwpftlo.so +0x8f187d)
        >  #9 in LwpPara::XFConvert(XFContentContainer*) at lotuswordpro/source/filter/lwppara.cxx:258:13 (instdir/program/liblwpftlo.so +0xa608a1)
        >  #10 in LwpStory::XFConvert(XFContentContainer*) at lotuswordpro/source/filter/lwpstory.cxx:110:16 (instdir/program/liblwpftlo.so +0xae1e1a)
        >  #11 in LwpStory::Parse(IXFStream*) at lotuswordpro/source/filter/lwpstory.cxx:156:5 (instdir/program/liblwpftlo.so +0xae6aa7)
        >  #12 in LwpObject::DoParse(IXFStream*) at lotuswordpro/inc/lwpobj.hxx:119:9 (instdir/program/liblwpftlo.so +0x7a4802)
        >  #13 in LwpPageLayout::Parse(IXFStream*) at lotuswordpro/source/filter/lwppagelayout.cxx:120:17 (instdir/program/liblwpftlo.so +0xa1885d)
        >  #14 in LwpObject::DoParse(IXFStream*) at lotuswordpro/inc/lwpobj.hxx:119:9 (instdir/program/liblwpftlo.so +0x7a4802)
        >  #15 in LwpDocument::ParseDocContent(IXFStream*) at lotuswordpro/source/filter/lwpdoc.cxx:428:17 (instdir/program/liblwpftlo.so +0x794de5)
        >  #16 in LwpDocument::Parse(IXFStream*) at lotuswordpro/source/filter/lwpdoc.cxx:158:9 (instdir/program/liblwpftlo.so +0x792f6a)
        >  #17 in LwpObject::DoParse(IXFStream*) at lotuswordpro/inc/lwpobj.hxx:119:9 (instdir/program/liblwpftlo.so +0x7a4802)
        >  #18 in LwpDocSock::Parse(IXFStream*) at lotuswordpro/source/filter/lwpdoc.cxx:816:15 (instdir/program/liblwpftlo.so +0x7a3a4f)
        >  #19 in LwpObject::DoParse(IXFStream*) at lotuswordpro/inc/lwpobj.hxx:119:9 (instdir/program/liblwpftlo.so +0x7a4802)
        >  #20 in LwpDocument::Parse(IXFStream*) at lotuswordpro/source/filter/lwpdoc.cxx:164:19 (instdir/program/liblwpftlo.so +0x793148)
        >  #21 in Lwp9Reader::ParseDocument() at lotuswordpro/source/filter/lwp9reader.cxx:167:10 (instdir/program/liblwpftlo.so +0x6f52a1)
        >  #22 in Lwp9Reader::Read() at lotuswordpro/source/filter/lwp9reader.cxx:90:20 (instdir/program/liblwpftlo.so +0x6f3fbc)
        >  #23 in ReadWordproFile(SvStream&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XDocumentHandler> const&) at lotuswordpro/source/filter/lwpfilter.cxx:215:33 (instdir/program/liblwpftlo.so +0x82442d)
        >  #24 in LotusWordProImportFilter::importImpl(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lotuswordpro/source/filter/LotusWordProImportFilter.cxx:75:14 (instdir/program/liblwpftlo.so +0x6e4aca)
        >  #25 in LotusWordProImportFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lotuswordpro/source/filter/LotusWordProImportFilter.cxx:87:12 (instdir/program/liblwpftlo.so +0x6e4d8a)
        >  #26 in (anonymous namespace)::LotusWordProTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at lotuswordpro/qa/cppunit/test_lotuswordpro.cxx:59:27 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x14a52)
        >  #27 in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:130:20 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x5724c)
        >  #28 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:155:5 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x57ec9)
        >  #29 in (anonymous namespace)::LotusWordProTest::test() at lotuswordpro/qa/cppunit/test_lotuswordpro.cxx:64:9 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x153d4)
        >  #30 in void std::__invoke_impl<void, void ((anonymous namespace)::LotusWordProTest::*&)(), (anonymous namespace)::LotusWordProTest*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::LotusWordProTest::*&)(), (anonymous namespace)::LotusWordProTest*&) at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/bits/invoke.h:73:14 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x17fcd)
        >  #31 in std::__invoke_result<void ((anonymous namespace)::LotusWordProTest::*&)(), (anonymous namespace)::LotusWordProTest*&>::type std::__invoke<void ((anonymous namespace)::LotusWordProTest::*&)(), (anonymous namespace)::LotusWordProTest*&>(void ((anonymous namespace)::LotusWordProTest::*&)(), (anonymous namespace)::LotusWordProTest*&) at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/bits/invoke.h:95:14 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x17c6b)
        >  #32 in void std::_Bind<void ((anonymous namespace)::LotusWordProTest::* ((anonymous namespace)::LotusWordProTest*))()>::__call<void, 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/functional:400:11 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x17b28)
        >  #33 in void std::_Bind<void ((anonymous namespace)::LotusWordProTest::* ((anonymous namespace)::LotusWordProTest*))()>::operator()<void>() at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/functional:482:17 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x178e5)
        >  #34 in std::_Function_handler<void (), std::_Bind<void ((anonymous namespace)::LotusWordProTest::* ((anonymous namespace)::LotusWordProTest*))()> >::_M_invoke(std::_Any_data const&) at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/bits/std_function.h:297:2 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x16bc6)
        >  #35 in std::function<void ()>::operator()() const at /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/bits/std_function.h:687:14 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x23276)
        >  #36 in CppUnit::TestCaller<(anonymous namespace)::LotusWordProTest>::runTest() at workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (workdir/LinkTarget/CppunitTest/libtest_lotuswordpro_test_lotuswordpro.so +0x160c6)
        >  #37 in CppUnit::TestCaseMethodFunctor::operator()() const at workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22c1f1)
        >  #38 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) at test/source/vclbootstrapprotector.cxx:49:14 (workdir/LinkTarget/Library/libvclbootstrapprotector.so +0x159a)
        >  #39 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x20e64d)
        >  #40 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88:12 (workdir/LinkTarget/Library/unobootstrapprotector.so +0x987a)
        >  #41 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x20e64d)
        >  #42 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (workdir/LinkTarget/Library/unoexceptionprotector.so +0x5000)
        >  #43 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x20e64d)
        >  #44 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) at workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x1c6c51)
        >  #45 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x20e64d)
        >  #46 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x2096b8)
        >  #47 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) at workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x26c3e4)
        >  #48 in CppUnit::TestCase::run(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22b1fb)
        >  #49 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22db43)
        >  #50 in CppUnit::TestComposite::run(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22d119)
        >  #51 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22db43)
        >  #52 in CppUnit::TestComposite::run(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x22d119)
        >  #53 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x28b6c2)
        >  #54 in CppUnit::TestResult::runTest(CppUnit::Test*) at workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x26b715)
        >  #55 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) at workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.14.so.0 +0x28c103)
        >  #56 in (anonymous namespace)::ProtectedFixtureFunctor::run() const at sal/cppunittester/cppunittester.cxx:316:20 (workdir/LinkTarget/Executable/cppunittester +0x440697)
        >  #57 in sal_main() at sal/cppunittester/cppunittester.cxx:466:20 (workdir/LinkTarget/Executable/cppunittester +0x43e2fc)
        >  #58 in main at sal/cppunittester/cppunittester.cxx:373:1 (workdir/LinkTarget/Executable/cppunittester +0x43d90e)
        >  #59 in __libc_start_main at /usr/src/debug/glibc-2.27-74-g68c1bf8097/csu/../csu/libc-start.c:308:16 (/lib64/libc.so.6 +0x2324a)
        >  #60 in _start at <null> (workdir/LinkTarget/Executable/cppunittester +0x4172a9)
        
        Change-Id: I90f3ed9efa56359005e84732139452acacbaa0ad
        Reviewed-on: https://gerrit.libreoffice.org/58937
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 926a112851c3e3a994acda4c7317fc8112d8917e)
        Reviewed-on: https://gerrit.libreoffice.org/58966
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Caolán McNamara  <caolanm@redhat.com>  [eabb2bf06aba0de81a6d1e7715859fa63379325b]

        crashtesting: empty B2DRange range turned into oversized Rectangle
        
        with document ooo47086-1.xls
        
        Change-Id: Ia43b6b3e3951875280892138c7068348f1b56a7c
        Reviewed-on: https://gerrit.libreoffice.org/58921
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Mike Kaganski  <mike.kaganski@collabora.com>  [0bf6e4fdfdb109dcfd75ddd9ced0c04b2ac987a9]

        tdf#119194: save deprecated argument early
        
        Change-Id: I4b5001e1f71ac536ac0c3bda4b8c1955020ab40d
        Reviewed-on: https://gerrit.libreoffice.org/58815
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 5ccf82642b19728e1cfe8fa11f654e90712c5757)
        Reviewed-on: https://gerrit.libreoffice.org/58819
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  László Németh  <nemeth@numbertext.org>  [d7cbaac61b8f3575184c675a760907c3b4bb225e]

        tdf#41425 XLS/XLSX export: workaround for style and validation loss
        
        of cells of blank rows.
        
        This workaround is probably a fix for problems of most users, but for
        a full solution it needs to extend the workaround for all rows with not
        default settings, also avoiding of the possible performance problems.
        
        Note: the number 1000 of the extra rows came from a similar workaround used in
        XLSX export of Google Spreadsheets, but instead of listing extra empty 1000
        rows in OOXML, this fix writes only the cells with not default settings from
        the extra 1000 blank rows.
        
        Change-Id: Icac9441b7eb1520dcd20fc04337e070d070591c7
        Reviewed-on: https://gerrit.libreoffice.org/58575
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 99b9ea63bfc9a5fe63a0cd7b30b66ce2c1bde08e)
        Reviewed-on: https://gerrit.libreoffice.org/58812
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [5b65f450cfd4039bc4bb8a7a0e1a113179488e4a]

        Use harfbuzz and graphite, needed after GenericSalLayout refactoring
        
        Change-Id: I21c221715c4e6b4e692c8b5ea4d9c9eb5d073980
        (cherry picked from commit c5b8b1a3c0247773bd613cba1a183fc8961d38fc)
        Reviewed-on: https://gerrit.libreoffice.org/57710
        Tested-by: Jenkins
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [28f8b69b6c7b021737649fe748e4eb38e30e6cd1]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 15
            
            module sw a- to b-
            
            Change-Id: Ife8de2a83b4e99a2762a452c06045e1892b090b6
            Reviewed-on: https://gerrit.libreoffice.org/58420
            Tested-by: Jenkins
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [39b6c33751cc25981810f6b54208151b8bb159ca]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 14
            
            module sw, c- to e-
            
            Change-Id: Ie5f2575114177fe7ca7b060a82fbd9b992c3bda1
            Reviewed-on: https://gerrit.libreoffice.org/58395
            Tested-by: Jenkins
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9b0a140e63251ee1a47dd63826a8b5037fe36c2f]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 12
            
            module sw, i- l-
            
            Change-Id: I9c9a3060f79542b7397fa7fde48a990599eb4b8d
            Reviewed-on: https://gerrit.libreoffice.org/58350
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/58623
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c4cb0289cccf49794618a13b10d53e31093f833e]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 11
            
            module sw m- n-
            
            Change-Id: I556041e33ce908d02e510676039370cdf79bc096
            Reviewed-on: https://gerrit.libreoffice.org/58147
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/58622
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0235c83870c63a86b453416d6dd51989ecbb0e3f]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 9
            
            module sw,  p- to r-
            
            Change-Id: I7772ab8ac360f00df6e914ea509118eacca7270d
            Reviewed-on: https://gerrit.libreoffice.org/58139
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit e055db0a26c7fab3d624fef7e726e61cb1e8f032)
            Reviewed-on: https://gerrit.libreoffice.org/58145
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [42275159103e35ff7f356b4cd71c8703ba46510e]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 8
            
            module sw s-
            
            Change-Id: I8a8c40c6506f57caeb6de2d55181b4af91a28fce
            Reviewed-on: https://gerrit.libreoffice.org/58027
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/58621
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ddb6aa2fd7952176233862d884e8a1d2c59f6f79]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 7
            
            Module sw , t- to w-
            
            Change-Id: Ic307998cd8f2080c3c0a98a114308e30394362d9
            Reviewed-on: https://gerrit.libreoffice.org/58026
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 3fb1fda6051fafe343fde842a344192dbc5abe99)
            Reviewed-on: https://gerrit.libreoffice.org/58140
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9be60b2906f90acdb1c9a5ef9b82f7c24b3e8382]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 6
            
            writerperfect and uui modules
            
            Change-Id: Ic5534fc23a8f631c82e39def337a867d355cb93f
            Reviewed-on: https://gerrit.libreoffice.org/57702
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit faeb714c09f7420d6ed0c55097de2467e211a13d)
            Reviewed-on: https://gerrit.libreoffice.org/58368
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ee333fb2e0df2aeee7f486ceb961ea62abec69de]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 5
            
            vcl and xmlsecurity dialogs
            
            Change-Id: I538af5bf6f54a629e4d39a9a0f153bf97c7d8329
            Reviewed-on: https://gerrit.libreoffice.org/57701
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 9cd1d2832cad78410c85b9fb7b6ccba9473f3106)
            Reviewed-on: https://gerrit.libreoffice.org/58367
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [708b00519fcad52c90eaa796b6f959786da0408e]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are'nt working 13
            
            Module sw, f- h-
            
            Change-Id: I40bd97eb8d48951c087548f8a1f4aeeefb745f66
            Reviewed-on: https://gerrit.libreoffice.org/58376
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/58625
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-08-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [598b49496940eda1c770153d30bca8a98db14871]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.1 rc1
            
            Change-Id: Ibc0a0d083afcde0728a4f7f474f6f861646bce30
            
2018-08-14  Caolán McNamara  <caolanm@redhat.com>  [148b3cfd0b948163416f1d19ee6876d3459f1d9f]

        ofz: check sequence length before use
        
        Change-Id: I137a9de49c5a73eb5f277dc1519e5e036abba31c
        Reviewed-on: https://gerrit.libreoffice.org/58946
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-14  Caolán McNamara  <caolanm@redhat.com>  [3fc47cda232e396b026f8f26f56f96e0f65dbccc]

        tdf#119130 only have the active postit as a dialog control...
        
        in which pressing ctrl+tab cycles between text and button so we don't waste
        time searching thousands of SwAnnotationWins
        
        Change-Id: Iba34882c6588fc9414004f0ed3b2b779f77b30d1
        Reviewed-on: https://gerrit.libreoffice.org/58683
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [bb95d1843e5812c9f2bbecdff80f59b83be013db]

        tdf#119133: Fix initial file and folder selection
        
        what d7fc00e1f7ab7a44e6102a and 1af4ab72e2488515fcaede already does
        for kde5
        
        Change-Id: I924bdc5cfd6a12ff7bdbeef36d606c03307cb99b
        Reviewed-on: https://gerrit.libreoffice.org/58832
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 87a4623a8dd5c9efed8335bb56145b9ea9dcce36)
        Reviewed-on: https://gerrit.libreoffice.org/58905
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>

2018-08-13  Caolán McNamara  <caolanm@redhat.com>  [1e749e8c7dd59f4c90ec72e2e092cacac71acc40]

        Reslves: tdf#119212 sort character sets
        
        and save useritem
        
        Change-Id: I92f00bd982ab00571148c0e74cd9c8772451a246
        Reviewed-on: https://gerrit.libreoffice.org/58922
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-13  Julien Nabet  <serval2412@yahoo.fr>  [3b07dfad5df6d7117d6bd29aa30245a6dc515379]

        tdf#119155, tdf#119162: check there's at least 1 word in Capitalize Every Word
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=119155#c4
        + https://bugs.documentfoundation.org/attachment.cgi?id=144036
        
        Change-Id: Id2cb05b3c83069b031a8be73cf0a4ec774d94d7e
        Reviewed-on: https://gerrit.libreoffice.org/58936
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-13  Xisco Fauli  <xiscofauli@libreoffice.org>  [955eb9d196bdb626f876f02b3961aac79cce3849]

        tdf#111306: Hide background widget in sidebar in master and notes view
        
        Background is lost if it's changed from the sidebar in master or
        notes view, thus hide the widget for now, until the real issue is fixed.
        
        Keep the insert image button visible as it works.
        
        The background can be changed from the page properties dialog
        
        Change-Id: Ic3f6116cb0997024096343cb20ec40ac07307918
        Reviewed-on: https://gerrit.libreoffice.org/57440
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        (cherry picked from commit c57f10b67fceef47d304d74dce93be7389a7720c)
        Reviewed-on: https://gerrit.libreoffice.org/58184
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-08-13  Maxim Monastirsky  <momonasmon@gmail.com>  [789d2791c7c0f32f23dd96af44c1421a9c13a753]

        Don't show ShowImeStatusWindow in the customization dialog
        
        Change-Id: I5aeac6cf6ec9fae56c0dba3c176e0d6c52a28a5e
        Reviewed-on: https://gerrit.libreoffice.org/58899
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit d42d937e6edb85bb8c2795cd54dc237e0da49bd6)
        Reviewed-on: https://gerrit.libreoffice.org/58902
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-11  Tor Lillqvist  <tml@iki.fi>  [8a24b1ebaba46edb99a96bb558317cebe8946dfb]

        Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00
        
        Change-Id: I72e4008a0aacf7e35006be685462168874954631
        Reviewed-on: https://gerrit.libreoffice.org/58872
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-08-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [22b9bee790a6b63b11369a7ae7257ceaef9d8585]

        tdf#119169 impress, crash when editing bulleted list
        
        regression from
            commit e278df1a14c5cb5dbb7add5d6ed5dd52da131e92
            tdf#108608 Draw file unresponsive on large text pasted into textbox
        
        Somewhere up in the accessibility code it has a stale paragraph index.
        Judging up other code in this class, that is fairly common, so just add
        similar safety checks.
        The old code (pre-regression) only worked because it iterated over all
        paragraphs, and it just ignored the paragraph index.
        
        Change-Id: I51c573b95f976fa87228e4f7e9f33bd6ea0dc3c8
        Reviewed-on: https://gerrit.libreoffice.org/58836
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 36a2af004e1a7b17a71d8327c7ae2b6091ab0ffa)
        Reviewed-on: https://gerrit.libreoffice.org/58855

2018-08-10  Caolán McNamara  <caolanm@redhat.com>  [de765158b372d5f7bbb1b37c7d6be695ab6104ac]

        forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInfl
        
        Reviewed-on: https://gerrit.libreoffice.org/58760
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 6d0ea082889c89eb8b408779f2de08da7441ff54)
        
        Change-Id: If255723834d049865fcf6fd0eac7768dfcbad2a1
        Reviewed-on: https://gerrit.libreoffice.org/58768
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78de4f6b2c83cfc950fb38003af79cd704594fd1]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.1 rc1
            
            Change-Id: I86fba285a42ced2bf1130df5c5dbe2d51e0ea372
            
2018-08-10  Balazs Varga  <balazs.varga991@gmail.com>  [15035b98dc694bde4c4073fa75bdd2ce9d7e6670]

        tdf#96469 Export Data Point properties in Charts on DOCX/XLSX
        
        If the color or other property of a datapoint in the chart
        deviates from the dataseries property, this patch will write it
        into a separate dPt tag and fixing the lost properies during
        OOXML export.
        
        Change-Id: I3d975675ac3691fcafe76de16e46851561eb2807
        Reviewed-on: https://gerrit.libreoffice.org/58806
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Jenkins

2018-08-10  Stephan Bergmann  <sbergman@redhat.com>  [7861689c420f38223b8d53dd6911728ea7f26395]

        Set umask /before/ using it
        
        The test used to fail when umask originally was e.g. 077.
        
        Change-Id: I21d346532698feebccc8bb3f6cb9a9dd3002a20e
        Reviewed-on: https://gerrit.libreoffice.org/58757
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit bab5511870e8ad847020645628df8090116f0e8b)
        Reviewed-on: https://gerrit.libreoffice.org/58778
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-08-10  Justin Luth  <justin_luth@sil.org>  [a0bf275c37e9ac40597cc09fde8dc1fe3a04c858]

        tdf#119136 GetPropertyFromStyleSheet infinite loop
        
        So, apparently we accept a style that has no styleId and
        define it as such. Due to some reworkings, this function
        was called instead. Since we can "find" a style without a
        name, now every parentless style thought it inherited from
        this nameless style.
        
        Change-Id: I47b4119abd37ece94a39e636ddb7798b809ccb04
        Reviewed-on: https://gerrit.libreoffice.org/58717
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2712d08ea4cb4d257cb869b0b95cb8d1814bc94c]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Fix <otherwise> case for icon replacement
            
            Change-Id: Ia5db370d1e19aa2818fba7ad7b2427692ff1b80e
            Reviewed-on: https://gerrit.libreoffice.org/57927
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 1f5dbe3cfae77c879d2b7c95131cc87393dccb00)
            Reviewed-on: https://gerrit.libreoffice.org/58753
            Reviewed-by: Jan Holesovsky <kendy@collabora.com>
            
2018-08-08  Maxim Monastirsky  <momonasmon@gmail.com>  [c9f9641c4654e7b867c604a347a568c0a6e97ce8]

        tdf#119128 toggle INSERT/OVERWRITE is broken
        
        Regression of 632bc11ce8fab1c4046ab24810b90a7ce9ac5914
        ("tdf#117017 Pasting into the formula bar shouldn't
        retain formatting"). Toggling the overwrite mode sets
        the EVControlBits::OVERWRITE bit from inside the editeng
        keyboard handler, so make sure to not override it.
        
        Change-Id: I2b5e3fe9cb885ed20e7528fdfe2fd59f5ef05f42
        Reviewed-on: https://gerrit.libreoffice.org/58658
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 92a4e4eac7520541a433e40836cafa4e29edf47f)
        Reviewed-on: https://gerrit.libreoffice.org/58709
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-08  Caolán McNamara  <caolanm@redhat.com>  [18a8285433ec2f94d0ca523af8dd769ff46fd5a1]

        Resolves: tdf#118281 control positions always in cm
        
        Change-Id: I7803f673e835bd4575616d4e4b465ca144e282c8
        Reviewed-on: https://gerrit.libreoffice.org/58727
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-08  SalimHabchi  <salim.habchi@epitech.eu>  [4eb27c796350d041675cfc963ed88bc08cd34b82]

        tdf#118453 Reactivate navitagor submenu drag mode and display
        
        I add a function to get the data from the submenu
        
        Change-Id: If8aedc72abfc7ca967377f0e588167f9f62fe137
        Reviewed-on: https://gerrit.libreoffice.org/57269
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 7cc85bfd54645d3786828816972a2f039cb134e9)
        Reviewed-on: https://gerrit.libreoffice.org/58685
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-08-08  Jim Raykowski  <raykowj@gmail.com>  [bb43add6896e9689c08c191f6ab6d87c420b0584]

        tdf#117553 Change navigate behavior when in footnote frame
        
        This patch changes navigate behavior to move to prev/next footnote text
        when in footnote frame.
        
        Change-Id: If206098d8817b74ab484a1039371c058d321fda2
        Reviewed-on: https://gerrit.libreoffice.org/54195
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 215e5adf4977a175bb8cc89dcbd48ef443ac8f10)
        Reviewed-on: https://gerrit.libreoffice.org/58304
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-08-07  Mike Kaganski  <mike.kaganski@collabora.com>  [3c20597ada7f74a4a96dec841264593fdbf0bcd5]

        tdf#118859: Avoid trying to remove already removed nodes
        
        Regression from commit db04be037b611e296ef9f2542322c52ed82d7a2b
        
        Change-Id: I530c00f6357b4822654add6e5f2eecb3252b88ae
        Reviewed-on: https://gerrit.libreoffice.org/58612
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 576fac6f6199a87fb07e4a067abaa18c89b6d7ea)
        Reviewed-on: https://gerrit.libreoffice.org/58619
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Caolán McNamara  <caolanm@redhat.com>  [1835e0c82fca788aef823d91bda4fedef26cd712]

        Resolves: rhbz#1610692 rectangles ctor takes topleft, bottomright points
        
        so pass arguments in the topleft, bottomright order to avoid eventual...
        
        Gtk-CRITICAL **: 09:43:33.896: gtk_widget_queue_draw_area: assertion 'height >= 0' failed
        
        Change-Id: I2396f49470274331c49275a5e6d707f59277be4a
        Reviewed-on: https://gerrit.libreoffice.org/58392
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [510f335621db11873499751d63be6f8460c38915]

        tdf#109137 sw textbox: fix initial wrap type of a shape's textbox
        
        This was already working for the DOCX import by luck. Make the wrap type
        explicit, so the ODF import has it correctly.
        
        The wrap type for the hidden sw text frame ("textbox of a shape") should
        be always "through", wrapping is only performed for the surrounding draw
        shape.
        
        (cherry picked from commit 59f5f666a5085ae58a8dd164636a6bea47e6bddc)
        
        Conflicts:
        	sw/qa/extras/layout/layout.cxx
        
        Change-Id: Ice28cd5b517d544cfab4900dee32f01b534fee26
        Reviewed-on: https://gerrit.libreoffice.org/58671
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Caolán McNamara  <caolanm@redhat.com>  [b900b6ef5651273c8c9a23f388c03e6530870a81]

        forcepoint#71 sanity check when copying pieces of imported pdf
        
        Change-Id: I7e340e15c95cdfa8b185f61fad7e14bd00babf21
        Reviewed-on: https://gerrit.libreoffice.org/58579
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Caolán McNamara  <caolanm@redhat.com>  [1a6a05adf8b0f2620c0798e8c6811b08c80d0dea]

        forcepoint#70 give all escher client data objects a common parent class
        
        and make NotifyFreeObj a virtual method of SvxMSDffClientData, finding
        the sc case where the client data was neither SvxMSDffImportData nor
        ProcessData.
        
        make the sc case a XclImpDrawObjClientData whose NotifyFreeObj is a noop
        
        Change-Id: I07422e7a3415114674bb1e3c1ef120299adf2dc8
        Reviewed-on: https://gerrit.libreoffice.org/58552
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Caolán McNamara  <caolanm@redhat.com>  [679ab387954b2c8c00a8e9c9b6ad67a65fa432cd]

        forcepoint#69 ditch any unclosed m_pPosAfterTOC before dropping cursor
        
        Change-Id: I6b56a48f5449b25fe3bdc2e02d3885388b0da74f
        Reviewed-on: https://gerrit.libreoffice.org/58497
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Stephan Bergmann  <sbergman@redhat.com>  [5fce37bd1dbd6135e5e51356da6acd8326717ab3]

        Ensure consistent pointer-to-member representation on MSVC
        
        ...even with --disable-pch, where CppunitTest_sw_macros_test failed because
        creating the three iterWrong, iterGrammar, iterSmartTags in
        SwTextFrame::PaintSwFrame (sw/source/core/text/frmpaint.cxx) happend to have a
        differnt idea about the size of pointer-to-SwTextNode-member than the
        WrongListIterator ctor in sw/source/core/text/wrong.cxx.
        
        Change-Id: I6acef19c798991cc0fd65f6e8d5cf44485b6d2c6
        Reviewed-on: https://gerrit.libreoffice.org/58670
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit f96ba2d948deb4a14dd686d74c758e1429c239a4)
        Reviewed-on: https://gerrit.libreoffice.org/58678
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-07  Michael Stahl  <Michael.Stahl@cib.de>  [9959d003d3b266954815f10b9e14068ee170c2eb]

        sw: fix ignored frames in AppendAllObjs()
        
        The problem is that AppendAllObjs() doesn't check if MakeFrames()
        actually created frames, it just assumes success.
        
        If there are frames anchored in frames, then it could go through
        the circular_buffer, find a dependent frame before its anchor frame,
        unsuccessfully call MakeFrames(), then call MakeFrames() on the anchor
        frame, and then the vector is empty.
        
        A surprising aspect is that push_back on a boost::circular_buffer will
        silently pop the first element if it's already "full".  Possibly this
        is what caused tdf#112447.
        
        1. insert section
        2. in paragraph in section, insert frame
        3. repeat 2
        4. drag anchor of frame 1 into body of frame 2
        5. edit section, click hide
        6. edit section, un-click hide
        7. only one frame is displayed
        
        (regression from 575e222a1742918be052f2b716ddf57ce0008404 and/or
         ce2fce9a41729774689080c8b5552b60c2e6ee2d)
        
        Change-Id: Ie782252ac388524dfb083f655320a50e95239b24
        Reviewed-on: https://gerrit.libreoffice.org/58676
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 31e66bd07c1082bb375be8aaf7835f019351d9bb)
        Reviewed-on: https://gerrit.libreoffice.org/58679
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-08-07  Vincas Dargis  <vindrg@gmail.com>  [6cb24cea619a9041e1c3fad46f62e97cf561e522]

        deb#905442 apparmor: fix saving files in enforced mode
        
        Add rule to allow creating temporary files like `lu6924jgpjkq.tmp`,
        because without it files cannot be saved.
        
        Change-Id: I640897df5d325e2d01da16840034abbd095fb276
        Reviewed-on: https://gerrit.libreoffice.org/58672
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 8ca83479ab1f921a14a366432a513a904af0dd20)
        Reviewed-on: https://gerrit.libreoffice.org/58677
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-08-06  Jim Raykowski  <raykowj@gmail.com>  [c936193b51c9328f9279078207bddfca23995b05]

        tdf#117892 Blue Area/Background Bitmap tabpage Preview fix
        
        Change-Id: Iaef3651407d1df85b1cb221821d47c33e111016e
        Reviewed-on: https://gerrit.libreoffice.org/58206
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        (cherry picked from commit 10b865fc00a97e5ad0bf76cb9bad774933e25461)
        Reviewed-on: https://gerrit.libreoffice.org/58365
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-08-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [831221d48f9375fa1903bc5d123c9bf633ce209c]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - New 6.1 video for module's help entry pages
            
            Must be cherry-picked to 6.1 branch
            
            Added localize=false to prevent translation. Translation
            will be displayed in captions.
            
            Note: videos and collateral files are available in help online
            ONLY
            
            Change-Id: If57a384783a2e31c90b069c1f0b33746d569f800
            Reviewed-on: https://gerrit.libreoffice.org/58433
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/58655
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-08-04  Mike Kaganski  <mike.kaganski@collabora.com>  [7a94069af971b9326e017d93b78118201291c48d]

        tdf#119015: don't call TableModel::optimize in CellCursor::merge()
        
        Better do that explicitly in the SvxTableController::MergeRange, so
        that the UI-driven operation still optimizes the table, but import
        code gets the initial column count, and not throw trying to access
        the deleted column.
        
        Change-Id: Ib4b4d716935ec2036ccb839c36f1be5b0cb878d5
        Reviewed-on: https://gerrit.libreoffice.org/58359
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/58380
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [26300f5d4c4e6241baf8cadcfea094e7969814a5]

        forcepoint#55 invalid iterator increment
        
        Change-Id: I151602f645a48404d93e0ae64a9e1d2a6ba2bc4b
        Reviewed-on: https://gerrit.libreoffice.org/58386
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-08-03  Jim Raykowski  <raykowj@gmail.com>  [f207e283b756ea40721a46440d235836dcb79568]

        tdf#118976 Make area pattern tab page display pattern preview
        
        Change-Id: If30b83ec93897b85784d66c699ece377f47f68d4
        Reviewed-on: https://gerrit.libreoffice.org/58265
        Tested-by: Jenkins
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        (cherry picked from commit 623cb7a1299386f8d8f7c53b0369a40cae51b752)
        Reviewed-on: https://gerrit.libreoffice.org/58366
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        forcepoint#67 null deref
        
        Change-Id: I666c6b1795e037d3bb74d4ccc33be0e161bfb157
        Reviewed-on: https://gerrit.libreoffice.org/58445
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [36bee88834f90818c5475b460c729186ef6c9229]

        forcepoint#67 detect cairo surface creation failure
        
        if e.g. too large
        
        Change-Id: I7de8748a5ed695c1b3ddc8c1358414f3acd68c94
        Reviewed-on: https://gerrit.libreoffice.org/58454
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [79e5f8a1f875c169759dc45d93d2b521ec9368f6]

        forcepoint#66 make sure we don't get stuck endlessly reparsing
        
        Change-Id: Ie2733e8d7f73e5f6a072604c477e949cd944189a
        Reviewed-on: https://gerrit.libreoffice.org/58450
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

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

        forcepoint#66 protect against infinite parse recurse
        
        Change-Id: I0313cc141469a00b7d6a5bd15400e9d5a8f686cf
        Reviewed-on: https://gerrit.libreoffice.org/58449
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

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

        forcepoint#65 pdf page visiting revisits itself
        
        Change-Id: I6d9eb75f0850a94814fb4d69ea1442b826674496
        Reviewed-on: https://gerrit.libreoffice.org/58417
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [8ed224599ae7985b577f0bf737b2b9b2e8dd47b7]

        forcepoint#57 sanity check stream signature size
        
        Change-Id: I5ae459e159a64f32c62278a87e37deb08ab9d6ac
        Reviewed-on: https://gerrit.libreoffice.org/58448
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

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

        forcepoint#64 null deref
        
        Change-Id: I4acf03a7911aa203fc4ef10b6a96b0135d6adbbc
        Reviewed-on: https://gerrit.libreoffice.org/58415
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [9a0e5aeca5a118e748e625f6ecbd49a497b8e232]

        forcepoint#63 null deref
        
        Change-Id: Ib22ff870cd0d8cdd2350b2aa8698f5a2e3866bdc
        Reviewed-on: https://gerrit.libreoffice.org/58411
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [9e434f2f5ad61092ee685369bce93d90a28db149]

        forcepoint#62 null deref
        
        Change-Id: I255aeb96c3763aa106128d3463e4fd55395ef8b8
        Reviewed-on: https://gerrit.libreoffice.org/58409
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [8f3922d3485fbaec032458653f42ccfcbab88e84]

        forcepoint#61 null deref
        
        Change-Id: Ia22f1df0ce3a49a8cb9b11e35895f9d1e13a2e05
        Reviewed-on: https://gerrit.libreoffice.org/58407
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

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

        forcepoint#60 FPE
        
        Change-Id: I7de20dce834d4c41531487d79071db47e9260e73
        Reviewed-on: https://gerrit.libreoffice.org/58404
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

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

        forcepoint#59 the "matrix" is always one row in height
        
        so it can be a vector instead, and by using vector::at() instead of
        matrix::at() vector bounds checking is performed, unlike matrix::at()
        which does no checking
        
        Change-Id: Ic767c2dd884bffbf1cdff65c0980b21170612f4d
        Reviewed-on: https://gerrit.libreoffice.org/58397
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-03  Caolán McNamara  <caolanm@redhat.com>  [8cee73aae9bca3a94aa7a0aa3bfa82b593d4c3c7]

        forcepoint#58 null deref
        
        Change-Id: I826890ec85a16bc05fc1e4cd068079b0f8734d07
        Reviewed-on: https://gerrit.libreoffice.org/58394
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9bc95834cfa6c9007a1683f4d274a7f6146ab1a6]

        update credits
        
        Change-Id: Idfce6ffe88615f64319d7e1112ac6c4bde2a88d9
        (cherry picked from commit cbd383aa70cce13ed07ca170dd40c83a79c57751)

2018-08-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ee163e9e7948ddcdbd14724f31242bf7cfefdd21]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.0 rc3
            
            Change-Id: Ic0981c499d2d92d762de8fb2faf03ee8b2bfab20
            
2018-08-02  Mike Kaganski  <mike.kaganski@collabora.com>  [e9c56f20687b9c950977e095476c18ff510fae1e]

        tdf#119042: Also check if SfxViewFrame::Current() is nullptr
        
        Change-Id: I5ac43ff626bfb4e2e754cacead5bf87115f3ce4b
        Reviewed-on: https://gerrit.libreoffice.org/58447
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Jenkins
        (cherry picked from commit d0a481d09e696f6d5a2a0d40a9d5c48cfca559bf)
        Reviewed-on: https://gerrit.libreoffice.org/58457
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-02  Andras Timar  <andras.timar@collabora.com>  [15f845f0d21f3f06c3b4e252a5b8a5e0baffc491]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - Updated Slovenian translation
            
            Change-Id: I300791744f2a85a8b10030a7e4382e6c6948ee2b
            
2018-08-02  Mike Kaganski  <mike.kaganski@collabora.com>  [2d3e5db2669d8643e60918c67319b31e65093eb8]

        tdf#119029: also export rotation for data series
        
        Change-Id: I6a9895145e0c54d35bf404f209721a0c718e4446
        Reviewed-on: https://gerrit.libreoffice.org/58401
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 8f90492812d1edac6c91e83b84f3512877dcd552)
        Reviewed-on: https://gerrit.libreoffice.org/58460
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-08-02  Caolán McNamara  <caolanm@redhat.com>  [0845c1a74aef650b4aebaeea9587b3bfb5b38ffb]

        forcepoint#56 null deref
        
        Change-Id: Iaa9c4d6901a340145412fa46eaf5c292c3fb62e8
        Reviewed-on: https://gerrit.libreoffice.org/58387
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-02  Caolán McNamara  <caolanm@redhat.com>  [2c1cf211e830399ef70e1df94976871afc7c6b3e]

        forcepoint#54 null deref
        
        Change-Id: I9ca04647b16f90bb2d2d4aa0d25b08a09c408fe0
        Reviewed-on: https://gerrit.libreoffice.org/58383
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-08-02  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ad79d17acc7487e476832287ddea9ebe3d067c6a]

        tdf#117707 Correctly Scale ItemSets when pasting from External
        
        Change-Id: Id01777a786fa7bb75d46ee0f78da645e94f7b840
        Reviewed-on: https://gerrit.libreoffice.org/57556
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit e244c2c56528dff0d4cfa4e46c3d24ca141bf2be)
        Reviewed-on: https://gerrit.libreoffice.org/58439

2018-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ffc6da9b8270114cc6e1100f79425e70c5a5789]

        tdf#118593 sfx2: no need to call into xmlsecurity without signature streams
        
        In the ODF and OOXML cases the ZIP storage already tells us if there are
        signatures on this file so we can avoid the whole libxmlsec init, which
        can be slow.
        
        The bugreport talks about a smartcard setup, I also heard that the gpg
        code in xmlsecurity isn't cheap to init, either.
        
        (cherry picked from commit 7ac4e48687d7679927f5659e941024445946ffa7)
        
        Change-Id: Ife9ed577d03e96a9ac2f42a28776b7df58e76c59
        Reviewed-on: https://gerrit.libreoffice.org/58363
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-07-31  Caolán McNamara  <caolanm@redhat.com>  [3423e9ceb0f3c9c97537a59513725b19032a6eda]

        harfbuzz-rtti.patch doesn't apply
        
        Change-Id: Ia634c008799793f3a54354a3f7fc13446f7db3c5
        Reviewed-on: https://gerrit.libreoffice.org/58302
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit d12b73008a29317e779920e02ac521fd7af70017)
        Reviewed-on: https://gerrit.libreoffice.org/58330

2018-07-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1be2c6215a006fa58113ee7789c86224978fac15]

        upgrade the internal harfbuzz to 1.8.4
        
        Change-Id: I127cf3fa3ae00e91c73114e1a1915ea614924819
        Reviewed-on: https://gerrit.libreoffice.org/57771
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit b96bbb1ff391036cbba832bc22100792880f0fe6)
        Reviewed-on: https://gerrit.libreoffice.org/58329

2018-07-31  Balazs Varga  <balazs.varga991@gmail.com>  [9f800d2caf934c58b5845f6e235468ddfc80604f]

        tdf#108078 OOXML Export Chart shapes area fill properties
        
        Verified with color, gradient, bitmap for:
        Chart Title in DOCX, XLSX and PPTX.
        
        Also verified with gradient, bitmap for
        Chart Legend, Plot Area, Dataseries and Background
        in DOCX, XLSX and PPTX.
        
        Change-Id: I15d29f3ca2d75f45f612766b635d50a29d8551ae
        Reviewed-on: https://gerrit.libreoffice.org/57880
        Tested-by: Jenkins
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        (cherry picked from commit 051399740e41c6495ed362e78c63e0868bcd180c)
        Reviewed-on: https://gerrit.libreoffice.org/58348
        Reviewed-by: Balazs Varga <balazs.varga991@gmail.com>

2018-07-31  Xisco Fauli  <xiscofauli@libreoffice.org>  [b917fe54aa1ab2b39d7a0b6ed7f66fc9c4f6d74e]

        tdf#118971: allow arrow keys to move images or drawing objects
        
        Partially revert 2d5ce0e1b233c83f91481cd6b9306ac8de7f5ff8
        
        Change-Id: Ie4c91529c1ce878f4b0474d815a3a88ed48769c2
        Reviewed-on: https://gerrit.libreoffice.org/58318
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit e1d73cb5552c2566c6d7463ce001e555523f3d92)
        Reviewed-on: https://gerrit.libreoffice.org/58342
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-30  Thorsten Wagner  <thorsten.wagner.4@gmail.com>  [47b820d17c5fcab61e8db0f19b9b9b357c29f97c]

        Inaccurate symbol signs fixed (tdf#118381)
        
        Change-Id: I2af1d3e4c924acd2ae601f0b40fcf1b2be17c397
        Reviewed-on: https://gerrit.libreoffice.org/56426
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-on: https://gerrit.libreoffice.org/58328
        Tested-by: Jenkins

2018-07-30  Mike Kaganski  <mike.kaganski@collabora.com>  [253cd2e450ca9c004237cd0c21b5c7f2f1f70bf7]

        tdf#118869: mark some properties secure to pass them to elevated install
        
        See also http://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/ISBP10.htm
        
        Change-Id: I217d68f98af8e56874af6c071bb7fa7354b3e4b4
        Reviewed-on: https://gerrit.libreoffice.org/58326
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit ec9b18b75c193c914691a29d3eb78bd81961fced)
        Reviewed-on: https://gerrit.libreoffice.org/58338
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [90c11ceeb32e8c2fd59028befd726e807a8188cf]

        tdf#118730 Correct ReportDesigner Object creation
        
        This is a follow up problem to removing the old stuff
        that first a SdrPage* at the SdrObjects was set *without*
        the SdrObject being inserted to any SdrObjList. It works
        no longer - the SdrPage which you can get now is the one
        the SdrObject *is* inserted at.
        Solution is to move that stuff - plus other initializations
        which were done in OUnoObject::EndCreate before - to where
        it belongs. This gets rid of OUnoObject::EndCreate
        completely.
        It makes OUnoObject::impl_setReportComponent_nothrow no
        longer needed due to being used only in one place. All
        initializations move to OUnoObject::CreateMediator which
        anyways needs to be done when a OUnoObject got created.
        
        Change-Id: I86f968dc6e867c5752d3c8cee1b3b2af57e467c8
        Reviewed-on: https://gerrit.libreoffice.org/57976
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 96b338e62c422ccd23cd33b3f87a463730221514)
        Reviewed-on: https://gerrit.libreoffice.org/58321

2018-07-30  Caolán McNamara  <caolanm@redhat.com>  [15f8f0be29c42ac0c10af679ff5bb51b29bb3bd1]

        Resolves: tdf#118965 fix input list edit button
        
        regression since...
        
        commit 7d5245848c28f5786258476cd7aa2a4523645de3
        Date:   Fri Sep 15 17:39:48 2017 +0200
        
            tdf#79877 revert to old behavior when clicking on input fields.
        
        Change-Id: I5e67a8f0c8d2599c139d3d728298c30f4a31c8d1
        Reviewed-on: https://gerrit.libreoffice.org/58315
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-30  Caolán McNamara  <caolanm@redhat.com>  [6e3db4997a81f4139169ce9d44da6b5e4c4475ed]

        ofz#9603 infinite recursion
        
        Change-Id: Ia4d0e3c1bb12330bd2f754e663055e1218da926f
        Reviewed-on: https://gerrit.libreoffice.org/58178
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-29  Noel Grandin  <noelgrandin@gmail.com>  [f8e408f03039e8bbaa70158a8fae200927bc4b67]

        tdf#118948 - Date format in Impress header/footer is lost when saving
        
        regression from
            commit 7d14555ef7e867c5b1a0e195e3ef056885697c59
            convert SvxDateFormat to scoped enum
        
        Change-Id: I9d365c710a20054e249433f54635068f713afa72
        Reviewed-on: https://gerrit.libreoffice.org/58202
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 93baa280670367ef6246d837080706f2c80eab0b)
        Reviewed-on: https://gerrit.libreoffice.org/58289

2018-07-28  Jim Raykowski  <raykowj@gmail.com>  [082c736bca22ee3c3fb86c7d68cc875eaa6bde38]

        tdf#118764 Add missing tab stops in sidebar panels
        
        Change-Id: I09d5df8d7f07eb4b6c4341d9cd281131fc2df23b
        Reviewed-on: https://gerrit.libreoffice.org/57535
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/58216
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-07-28  Paul Trojahn  <paul.trojahn@gmail.com>  [19d6d196c9bc70f7a5938c89830b57dbdcfb8801]

        tdf#115438 Fix freeze when pasting unformatted text
        
        ImpConnectParagraphs calls TextModified, which calculates the selection rectangles of
        the paragraph for accessibility services by calling DrawSelectionXOR. When
        calling ImpConnectParagraphs from ImpDeleteSelection, the selection isn't
        valid, because UpdateSelection wasn't called yet. DrawSelectionXOR ends up
        freezing the application, because pEndNode isn't valid.
        
        This can be fixed by calling EnterBlockNotifications, to deliver the notification
        sent by TextModified when the insertion is done.
        
        Change-Id: Ia3a0e5b59a28f3503cbc54da682fcdaa5af277be
        Reviewed-on: https://gerrit.libreoffice.org/57286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 65eaebd2879c18926d4672c9276ef7f73f87af99)
        Reviewed-on: https://gerrit.libreoffice.org/58136
        Tested-by: Jenkins
        Reviewed-by: Paul Trojahn <paul.trojahn@gmail.com>

2018-07-27  Eike Rathke  <erack@redhat.com>  [c20eb29560fa9d9e552c799203156c0742451eba]

        Related: tdf#91502 handle FORMULA() pCur->IsInForceArray() as well
        
        ... so using it in SUMPRODUCT() and other ForceArray context works
        as expected.
        
        Change-Id: I60197301edcd2c24f8cb0c5fcf4dc4699d9a6165
        Reviewed-on: https://gerrit.libreoffice.org/58118
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 2008a520e429bc2581001d61b63ff934c2255be0)
        Reviewed-on: https://gerrit.libreoffice.org/58175
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-27  Eike Rathke  <erack@redhat.com>  [f3b221773c9a1afb88d4675c303f0f03a7ccaaea]

        Resolves: tdf#91502 handle ISFORMULA() in array context
        
        Obtaining the usual matrix for iterated scalar values doesn't work
        here because we don't want the formulas' results but whether there
        are formulas at the referenced positions.
        
        Change-Id: I7912f9019d21b803ca327cb022df2014d3cc5c5a
        Reviewed-on: https://gerrit.libreoffice.org/58115
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit a44d1b8d47e0ef6645c7c5def1fe5d34d470ae0b)
        Reviewed-on: https://gerrit.libreoffice.org/58174
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a44843e8e324e00995dd4be0bd3244c85d91bd85]

        tdf#118107 canvas opengl: avoid assertion failure with negative widths
        
        In case an Impress shape has a "Fade in and Swivel" animation attached,
        canvas calls OutputDevice::DrawBitmapEx() with a negative width. This
        results in a call to OutputDevice::DrawDeviceAlphaBitmap(), which
        asserts that the height/width is not negative.
        
        Fix the problem by transforming the bitmap before calling
        OutputDevice::DrawBitmapEx() in the GL case, similarly to how "complex"
        transformations are handled already.
        
        (cherry picked from commit 76b43425d764fbc9bf4dac52054b1d94344f26b0)
        
        Change-Id: I65ccc8a984132c5921d6096bfe9c7a8fcfacd8dd
        Reviewed-on: https://gerrit.libreoffice.org/57781
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-07-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [28720483896211b54a606f7c4bed4b4b1e3239a3]

        update credits
        
        Change-Id: I11206cbe209fc61c59af4d3be1c85168a518003f
        (cherry picked from commit cba1c7421338324cb6c91511a294c4861e665c29)

2018-07-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [03cac18046bfd03c297adfad193d36c086befd2d]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Restore 'GLOBAL' label in Index
            
            GLOBAL is the external nam of the SHARED bookmarks.
            
            Change-Id: If4a877cc26dddb3fa99e5369ef63c7333aa53ffe
            Reviewed-on: https://gerrit.libreoffice.org/57815
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 0901f95273cc31db84d31a11cb22187f73cad128)
            Reviewed-on: https://gerrit.libreoffice.org/57816
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-07-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bafb24d7e73ccc84d42cba6cf1bdfb689e0c363f]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#118844 Add missing icons in Help pages
            
            Apply strategy #1 described in tdf#118844 comment #3
            
            Change-Id: I072bf837217acc8dc84ff1104324df69e33a22bd
            Reviewed-on: https://gerrit.libreoffice.org/57803
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-07-27  Andras Timar  <andras.timar@collabora.com>  [68edc66937a365a6e2a2b8d9c02745bcc733ba46]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - Updated Slovenian translation
            
            Change-Id: I35b6df1e23e86b91106b09af83f97f5a580f0520
            
2018-07-27  László Németh  <nemeth@numbertext.org>  [73bd150048d056fb6e00de3f8b91347b7f642e91]

        tdf#37223 Writer: insert 1-cell tables as text instead of OLE object
        
        to get a user-friendly solution to copy Calc cell content to a text
        document and to its native tables.
        
        NOTE: MSO does the same for copying 1-cell tables, while LibreOffice
        was able to do this only with paste special as RTF.
        
        Change-Id: I6156333055aa9bed4cf56ff12f913e89d3f5700c
        Reviewed-on: https://gerrit.libreoffice.org/57783
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/57814
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [87efbfc5198727c8bf357849833e0bb120458d64]

        tdf#109077 sw textbox: fix as-char shapes with custom print area in para
        
        Regression from d379d18666aa42031359ca8eb34b0021960347ae (oox: import
        WPS shape with text as shape with textbox, 2014-06-18), the position of
        the textbox should be relative to the print area of the text frame, not
        to the text frame itself.
        
        (cherry picked from commit 11d87b35474b642e99e7aa397aa18992c1bc20c9)
        
        Conflicts:
        	sw/qa/extras/layout/layout.cxx
        
        Change-Id: I2b591dc46ad4967edd8a1691d9b100ef0d74bed3
        Reviewed-on: https://gerrit.libreoffice.org/58084
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-27  Caolán McNamara  <caolanm@redhat.com>  [73c593fe334cdd6928987f3506468295aef622d0]

        allow popover direction to depend on position of parent widget in dialog
        
        use the same setting as the emoji popover so that at the top of a dialog the
        popover pops down and at the bottom of a dialog is pops up.
        
        Change-Id: I8e6cd13c5f669b5218c65096f68471bf2e27c848
        Reviewed-on: https://gerrit.libreoffice.org/58010
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [93dce15827cc8bd69a9abb5e70a5df0292719a9a]

        tdf#101534 sw: fix lost indent attributes when copying into numbered paragraph
        
        Commit aa91dc0ccbe53ffcec9dbfec2265de057775d4e3 (CWS-TOOLING: integrate
        CWS sw32numbf01, 2009-09-08) replaced the SwDoc::ReplaceNumRule() call
        with SwDoc::SetNumRule(), as the later handles list ids. This required a
        decision if resetting of the indent attributes is needed or not, but it
        did not document why resetting was chosen.
        
        On the other hand, the current bugdoc shows why resetting is a bad idea:
        this way if you paste into a numbered paragraph which has a non-zero
        paragraph indent inherited from the numbering + zero indent as direct
        formatting, then this later is lost during paste.
        
        (cherry picked from commit 340eaa6aa15c18cc2696a4a304350810cb36565c)
        
        Change-Id: Ie5dcf6ed86c240fd61c4d5bfed886910aea3648f
        Reviewed-on: https://gerrit.libreoffice.org/57739
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-27  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5906980ed16d99a2872a7b90c9a55dc339430f63]

        tdf#118377 Do not use disposed OutputDevice
        
        Change-Id: I7e085f69ce18e8e3c47fde690a939948454d4d15
        Reviewed-on: https://gerrit.libreoffice.org/57319
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 3debc8c6eded517f7401c2e7ad45f73854c32e57)
        Reviewed-on: https://gerrit.libreoffice.org/57581
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-26  Justin Luth  <justin.luth@collabora.com>  [971a82bab0cd1381fc5623c2ead3e72580c5006f]

        related tdf#63561 docx: styles inherit tabstops too
        
        Add import and export support for style-parent
        tabstop inheritance.
        
        This patch is dependent on GetPropertyFromStyleSheet
        commit 39171b82b245a7589b9258337a18d6dd281f8ed2
        
        Change-Id: I0245d0e08f140b6cb473c96cffa6f5a4ceff8944
        Reviewed-on: https://gerrit.libreoffice.org/57278
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-on: https://gerrit.libreoffice.org/57759
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d575d17a30c9cc2b517be0ce3661530add4a138c]

        tdf#118860 svx opengl: avoid SalBitmap creation without solar mutex
        
        The bugdoc has 2 slides. When switching to the second slide, the graphic
        is loaded in the background, but OpenGLSalBitmap::Create() can't work
        correctly if the caller doesn't own the solar mutex.
        
        This already asserts in OpenGLContext::prepareForYield() in a less
        obvious way.
        
        Focus on the correctness, so just hold the solar mutex during the whole
        ImportGrpahic() call. If it turns out that the purpose of running this
        on a thread is to avoid synchronous network traffic, then the data could
        be first copied to a memory stream, and only then take the lock + import
        the graphic.
        
        (cherry picked from commit 919ccaba419531d689231b76a43ab29c6a9ec65a)
        
        Change-Id: I88203c12b4e7a5f2b689928c01e2ba953c5b13c5
        Reviewed-on: https://gerrit.libreoffice.org/58038
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [e54b0a2ada74713a9906838d60b38df6d464bacd]

        crashtesting: infinite recurse with moz455984-5.svg
        
        Change-Id: Idef368c44454ae144b091132cd0d6103f92a6dde
        Reviewed-on: https://gerrit.libreoffice.org/57855
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [b37e31e9537fe5437809bc711edc01b6442b7bae]

        crashtesting: infinite recurse with moz609361-1.svg
        
        Change-Id: I18c2dd159dd7a64c3627abdb472d65013453b1b9
        Reviewed-on: https://gerrit.libreoffice.org/57892
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [e8b10d012b14942f79202147b0ef311909413228]

        tdf#118816 recover initial intent of enabled possibility of tristate as a flag
        
        Change-Id: I0150b96e063818cc20e2404081b906ccc5ff0be6
        Reviewed-on: https://gerrit.libreoffice.org/57712
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 9f01dca60e6539f48cd529180f0d64c2131e0ea1)
        Reviewed-on: https://gerrit.libreoffice.org/57713
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-26  Michael Meeks  <michael.meeks@collabora.com>  [94a55b5daad057e22aa94f546a3ea35f85c64a3a]

        Allow the comphelper threadpool to be reset after construction.
        
        Otherwise some pre-init components can start it, and threads get
        stranded in the forkit process causing grief.
        
        Change-Id: Ib1846f8b329b4c6b84645999dafba1252c5129c7
        Reviewed-on: https://gerrit.libreoffice.org/57635
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f67c6912e8612c5850a5728c2222971b4ec130b9]

        tdf#98074, using the same builtinId maps the styles to the same one
        
        Additionally, using customBuiltin for all styles is a bad idea as well.
        
        Change-Id: I788a3c5b9164f79aa65ded2fc3e6a556e44ee0a8
        Reviewed-on: https://gerrit.libreoffice.org/57807
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit fa881095bc62c3646406c82a98d8503377288a54)
        Reviewed-on: https://gerrit.libreoffice.org/57813
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [51c7a6f68ef25d7c292dc988400a2c59ef479017]

        valgrind: use of unit value exporting tdf107162-1.ots to xls
        
        Conditional jump or move depends on uninitialised value(s)
           at 0x4554B657: SetApiUnderline (xlstyle.cxx:487)
           by 0x4554B657: (anonymous namespace)::lclSetApiFontSettings(XclFontData&, rtl::OUString const&, float, float, com::sun::star::awt::FontSlant, short, short) (xlstyle.cxx:583)
           by 0x4554C096: XclFontPropSetHelper::ReadFontProperties(XclFontData&, ScfPropertySet const&, XclFontPropSetType, short) (xlstyle.cxx:679)
           by 0x4546D8BE: XclExpTbxControlObj::XclExpTbxControlObj(XclExpObjectManager&, com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, tools::Rectangle const*) (xeescher.cxx:753)
           by 0x45593D99: XclEscherEx::CreateTBXCtrlObj(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, tools::Rectangle const*) (xcl97esc.cxx:441)
           by 0x45594E85: XclEscherEx::StartShape(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, tools::Rectangle const*) (xcl97esc.cxx:254)
           by 0x44E4FFBC: ImplEESdrWriter::ImplWriteShape(ImplEESdrObject&, EscherSolverContainer&, bool) (eschesdo.cxx:164)
           by 0x44E510C3: ImplEESdrWriter::ImplWriteShape(ImplEESdrObject&, EscherSolverContainer&, bool) (eschesdo.cxx:215)
           by 0x44E5452B: ImplEESdrWriter::ImplWritePage(EscherSolverContainer&) (eschesdo.cxx:848)
           by 0x44E54D27: ImplWriteCurrentPage (eschesdo.cxx:932)
           by 0x44E54D27: EscherEx::AddSdrPage(SdrPage const&) (eschesdo.cxx:945)
           by 0x454696BC: XclExpObjectManager::ProcessDrawing(SdrPage const*) (xeescher.cxx:1523)
           by 0x45407A35: ExcTable::FillAsTableBinary(short) (excdoc.cxx:518)
           by 0x454088B8: ExcDocument::ReadDoc() (excdoc.cxx:767)
        
        Change-Id: Ibefe8ea808bfbd9dfc8e773b4c13936387633507
        Reviewed-on: https://gerrit.libreoffice.org/57905
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Stephan Bergmann  <sbergman@redhat.com>  [1d0f07887166577fc9769e028a089e6051a38ed2]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        (cherry picked from commit 5c016d6ae4e59629cfd0b80c631f67cf46e42d3e)
        Conflicts:
        	solenv/flatpak-manifest.in
        
        Change-Id: I7799abe1a6fc9cf79a751d76360ea7ad2face133
        Reviewed-on: https://gerrit.libreoffice.org/57982
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [741c72ebdfec5fc7e0343c050214509009a03636]

        crashtesting: infinite recurse with moz384637-1.svg
        
        Change-Id: Ia4bbc9d471c63812dc3ef490f32e8490bda72bfe
        Reviewed-on: https://gerrit.libreoffice.org/57889
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [9b18192fc3af465fb424dd8d5a81cd46fc3331b6]

        Resolves: tdf#118862 new instances cannot be edited
        
        Change-Id: I9b10ff4f043949c7140852ac9ad9106ca611c98c
        Reviewed-on: https://gerrit.libreoffice.org/57961
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [9becb1824d95caa5905b1192c515ac5b732c45f5]

        ofz#9431 don't check attribs of Invalid column
        
        Change-Id: I9c5adcadfa2a8593ff90622449d6bdfa4810f2c0
        Reviewed-on: https://gerrit.libreoffice.org/57916
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [acab09f06fd3016ec551065fadabce8768353c89]

        Resolves: tdf#118919 crash on double click ole object
        
        Change-Id: Id7b3df447db56f6f80d6255dabdcc7f6ab149e95
        Reviewed-on: https://gerrit.libreoffice.org/57954
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-26  Caolán McNamara  <caolanm@redhat.com>  [df887728db94a008554ebf7caac30a7ae4fdb1d0]

        forcepoint#53 restrict to expected index range
        
        Change-Id: I22f01e5a3e3cf51b014ac841cd14071dce5baf0f
        Reviewed-on: https://gerrit.libreoffice.org/57921
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-25  Michael Stahl  <Michael.Stahl@cib.de>  [8a4f07b367284e898898b1840fc22f357099aba9]

        tdf#118777 cui: use right XText in SignatureLineDialog
        
        Writer has multiple nested XText and we have to call insertTextContent
        on the one that corresponds to the xCursor, so use the convenient
        getText() instead of hard-coding the body text.
        
        Change-Id: I86bce48e97730917aa8c4b093bb74c03e3f0dd36
        Reviewed-on: https://gerrit.libreoffice.org/57969
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 7213a583f5c1d42c05dc4f19b4d4d2f9dded7733)
        Reviewed-on: https://gerrit.libreoffice.org/57978
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-07-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [545ddabc6614e751c807e9d1e1cbf7c617fc4141]

        tdf#118777: Disable signature line slot if non-text object
        
        in 6.1 only in sw, the functionality ain't there yet in sc
        
        Change-Id: I54f7ec336026013d09ac6262779e7fcbd17c2084
        Reviewed-on: https://gerrit.libreoffice.org/57949
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/57990
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-25  Justin Luth  <justin_luth@sil.org>  [6db143f43874a817b7a920dea41939bf9439ca9b]

        tdf#118528 sw layout: only direct formatting for EmulateTableKeep
        
        Emulating MSWord's way of keeping a table with the next paragraph
        has caused a few complaints, but never anything that seemed
        to clearly indicate a real problem - usually just badly designed
        documents. But a common theme has been the keep attribute coming
        through styles. Since our export-emulation writes directly
        to the paragraph properties, lets make the emulation dependent
        on direct formatting to avoid some of these complaints.
        
        Change-Id: I008fc7b6a7083292463c20972ad209761ec97601
        Reviewed-on: https://gerrit.libreoffice.org/57613
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit ef86b2e7a08ea25c434db85087d094f030f762cc)
        Reviewed-on: https://gerrit.libreoffice.org/57697
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-25  Justin Luth  <justin_luth@sil.org>  [5fa898acb96fb344b526bd6e3892c4f4fae6e4f8]

        tdf#63561 docx export: "clear" unused inherited tabs
        
        If a style contains tab definitions, then the paragraph inherits
        these. They are added to any tabs defined at the paragraph
        level. Unwanted inherited tabs must be explicitly removed.
        
        (TODO: LO ought to be inheriting from ALL parents, so the same
        logic ought to apply to a style's parent tabs, but currently
        LO does not import that way. So the proof unit test looks
        different in MSO compared to LO.)
        
        Change-Id: Ida8ed2792482655d512c753fdff8d02062d895a8
        Reviewed-on: https://gerrit.libreoffice.org/57255
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 859a0389b5639397e9c46cd4828a35793bd194f8)
        Reviewed-on: https://gerrit.libreoffice.org/57267
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-24  Michael Stahl  <Michael.Stahl@cib.de>  [84a0cdf166ea9ab5073b085193d0f10958897437]

        sw,sc: Signature Line: fix VclPtr assertion
        
        Insert a Signature Line, right click, Sign..., Cancel
        
        include/vcl/vclptr.hxx:116: VclPtr<T>::~VclPtr() [with reference_type = AbstractSignSignatureLineDialog]: Assertion `(!m_rInnerRef.get() || m_rInnerRef->isDisposed() || m_rInnerRef->getRefCount() > 1) && "someone forgot to call dispose()"' failed.
        
        Reviewed-on: https://gerrit.libreoffice.org/57913
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 6de194cb685dbe105a73812afa73070d04341bfb)
        (The sc part is missing in libreoffice-6-1 so only fix sw)
        
        Change-Id: I09a1b37b917b267a84ee95fb375658974ee1b320
        Reviewed-on: https://gerrit.libreoffice.org/57924
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e863504854ae8ab286b32510aba8b363a8e314b]

        tdf#81943 sw RTF import: fix missing wrap in background for in-table shape
        
        Regression from commit 015fd55c94b7b650ed8e572cafaf3b0f903b01b9
        (tdf#96275 RTF import: fix anchor of shapes inside tables, 2016-05-10),
        remember more context when delaying the import of a shape.
        
        (cherry picked from commit 0c91f8f839d36c8b5af272b1d3c835d2f4af6b65)
        
        Conflicts:
        	writerfilter/source/rtftok/rtfdocumentimpl.cxx
        
        Change-Id: Idc02868eb3fe5b7637c9fd00c841bf71423adf2b
        Reviewed-on: https://gerrit.libreoffice.org/57555
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-07-24  Xisco Fauli  <xiscofauli@libreoffice.org>  [1706ed7334461420274584b875ae6ab209f4dad9]

        tdf#118517: Use xStg before resetting it
        
        Regression from 0f166ef5240ee155bf2544e6bc3c985b1e3bf646
        Change-Id: I083951700895a00be8d4407871c27804ca3e5f30
        Reviewed-on: https://gerrit.libreoffice.org/57881
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit a61d61f66f80c91c14825f8fe8fb9bd3f295591b)
        Reviewed-on: https://gerrit.libreoffice.org/57906
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [af7b9609fee603756f8cb0668ae45af37c5fb4fb]

        tdf#118716 Inner border of an embedded table can't be dragged around
        
        regression from
            commit f14b9d30293f180500fc56d81e5390021758e7c1
            convert (a>b?a:b) to std::max(a,b)
        
        In this code
           int a;
           std::max<sal_uInt16>(a,0)
        std::max will first convert a and b to sal_uInt16, therefore potentially
        converting a negative number to a positive number due to the conversion
        rules. Then it will take the larger number.
        
        While this code
            int a;
            static_cast<sal_uInt16>(a > 0 ? a : 0)
        will compare first, and then convert the larger number to sal_uInt16,
        which might result in making a "a" that is larger than 2^16 into a
        smaller value, but which will never convert a negative "a" value into a
        positive value.
        
        Change-Id: Id4f6df0089b1a74ea4ac1c5d05655e7c1d8f0c7f
        Reviewed-on: https://gerrit.libreoffice.org/57846
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit c13865a4caf7898c4e59a5b22bbd493d6dad9661)
        Reviewed-on: https://gerrit.libreoffice.org/57908
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-24  Caolán McNamara  <caolanm@redhat.com>  [2fd44e945d3d0bb6318ba704c7ca2ac06c7db263]

        forcepoint#51 anchor location deleted before graphic anchor processed
        
        try deferring to after anchor stack is cleared
        
        Change-Id: Iaa42d19635968d1656e171a7e0c5e473879cd8f3
        Reviewed-on: https://gerrit.libreoffice.org/57776
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-23  Caolán McNamara  <caolanm@redhat.com>  [9e60c8c3f76ef6ca7a23a3f7d34d8c244ad8333a]

        ofz#9507 wrong start point for Johab block 59
        
        Change-Id: I011f4cbb10324c4a7d4e1be3ab1355291f79730b
        Reviewed-on: https://gerrit.libreoffice.org/57840
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b62c5266e62c3fb0ce1285949d51020075a3f81]

        fix shutdown crash when SfxApplication has already been destroyed
        
        See e.g. http://crashreport.libreoffice.org/stats/crash_details/dc1ae6ff-923e-44f6-99a9-84893039efd7
        
        Change-Id: I3b5a24bfb62977ca922bf3bececb6676691bf6ea
        Reviewed-on: https://gerrit.libreoffice.org/57789
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 715fcaff01ed048c52c69264a7a0fb773dd57b32)
        Reviewed-on: https://gerrit.libreoffice.org/57808
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-07-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [2466ea26c4bef1e002a24f6845084633e5a058c4]

        tdf#118150 Fix displaying of chart where Legend is set manually
        
        By default Legend's position is automatic and it is located
        at the right side of the chart.
        Unfortunately even if layout with manualLayout is set:
        http://www.datypic.com/sc/ooxml/e-draw-chart_manualLayout-1.html
        the empty space for the automatic legend on the right side of the chart,
        was left.
        This is issue with opening of the OOXML charts by LibreOffice,
        as MS Word is opening the same document properly.
        
        This patch fixes issue with wrong chart displaying, when manual position
        of the legend is set.
        
        Change-Id: Id5363d48b049c469b6761b43cecfbb56514bf7d8
        Reviewed-on: https://gerrit.libreoffice.org/57787
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins

2018-07-20  László Németh  <nemeth@numbertext.org>  [04b53321ca56844521787563914fad21513fd58d]

        tdf#104797 DOCX change tracking: handle moveFrom and moveTo
        
        data as deletion and insertion instead of importing them
        as normal (unmodified) texts (messing up document content
        and losing change tracking information).
        
        Change-Id: I9c0a7da83f3e8235d65d47afdb99ffe188f52704
        Reviewed-on: https://gerrit.libreoffice.org/57723
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/57729
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-20  Caolán McNamara  <caolanm@redhat.com>  [a32d9ec1fa48296ffba713bc4593cad45a1c83ad]

        tdf#118304 reselect current glyph on changing font
        
        preview glyph will rerender the glyph if its there, or the glyph description
        changes to "missing glyph" if its not there anymore. Don't auto select
        first entry of the subset when font changes, leave it as unselected and
        let the glyph determine what's ends up there
        
        Change-Id: I33d7dd3a071100175ac9bc7c7e9d44684a1aff28
        Reviewed-on: https://gerrit.libreoffice.org/57724
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit e8bf2cb72dbe55f4e9ac7ace48e644a934cfc503)
        Reviewed-on: https://gerrit.libreoffice.org/57764
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [abd05ca85009b62ea67ae8ce27df2aa47b90b74d]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - newlines at end of string must match what is in msgid
            
            Change-Id: I1e3ab006b238e11412f3d281fc1e9ac63169801b
            
2018-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e6eb1644f84dd1fd48bbbf5418acdcc750f723bc]

        bump product version to 6.1.1.0.0+
        
        Change-Id: I7c8f85f0321741da21e01e1f02911c95ccf8559d

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [80e083c17422c464981d959b87589a5efc987dd8]

        Resolves: tdf#118827 SetCareWin should be SetCareDialog
        
        Change-Id: I84c00a193e65a18b3ba82351c07be0b63e0cd5d4
        Reviewed-on: https://gerrit.libreoffice.org/57720
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [bda9288ffee552b55eed9dbf02e1204957bd4513]

        tdf#118800 fix rounding error in Calc function HOUR, MINUTE, SECOND.
        
        Change-Id: I7a875b172493112b66fca8f70d2061371a05486c
        Reviewed-on: https://gerrit.libreoffice.org/57721
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit c69e7266916ac1b8917477fb4eccdb9098da5792)
        Reviewed-on: https://gerrit.libreoffice.org/57728

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [896b7e69a3182a0142a323ba5f76a2d8a811091a]

        Resolves: tdf#118302 drag n drop to same tab should cancel dnd
        
        dropComplete is used to do this, follow the mac pattern here to
        propogate this in the drag and drop from self to self case.
        
        Maybe this also affects tdf#105320 ?
        
        Change-Id: I2b8f8b0e0486f6ee45a65918fae2537750a75f2d
        Reviewed-on: https://gerrit.libreoffice.org/57590
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-19  Balazs Varga  <balazs.varga991@gmail.com>  [076cb54472d5bba8916df9ee50074ac74433d694]

        tdf#118651 OOXML ActiveX textbox: fix multiline support
        
        of textfield component in DOCX/PPTX by handling properties
        AX_FLAGS_MULTILINE and AX_FLAGS_WORDWRAP during the import
        and export. Both of them need to be enabled to get multiline
        textfield in MSO, but LibreOffice has got only one multiline
        property. With this fix, LibreOffice imports only really
        multiline textfields as multiline, and it doesn't export
        multiline textfields as single line anymore.
        
        Change-Id: I9b567c3fcdc5d01a5838a3ec2517579f8d788954
        Reviewed-on: https://gerrit.libreoffice.org/57552
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/57619
        Tested-by: Jenkins
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-07-19  Justin Luth  <justin_luth@sil.org>  [d3ecf6070b439e902343a2a83bc9384382e41fee]

        related tdf#106174 writerfilter: replace broken FindParentStyleSheet
        
        FindParentStyleSheet didn't do anything right. An empty stylename
        was supposed to check currentEntry, but instead it just returned
        null. The passed stylename was completely ignored if there was
        a currentEntry. And on top of that, the stylename itself was
        returned, not its parent. Even worse, the currentEntry properties
        were ignored because in that case it DID return the parent.
        Even the comments were totally bogus. Amazing...
        
        GetPropertyFromStyleSheet() has the potential for LOTS of use
        in writerfilter. I'm surprised it has hardly been used. Perhaps
        the completely wrong results led people to ignore it rather than
        investigate why it didn't give the expected results.
        
        Change-Id: I89a6b02877ab7990aa4eb58e5e0b6a572f3d10e3
        Reviewed-on: https://gerrit.libreoffice.org/57195
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit bc67bda7363df48f1983513a8e969b61738139f5)
        Reviewed-on: https://gerrit.libreoffice.org/57483

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [5e5e49eba37c15b17a4d9788da91415abbca4eb1]

        tdf#117038 set button width to max possible content width
        
        Change-Id: I97e7c27523d213cb06cdf87a8ed0124d1ea8d5ba
        Reviewed-on: https://gerrit.libreoffice.org/57718
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [843a1dbbdbedaa58d5d24768b6a718aa9fb4a053]

        Resolves: tdf#118115 add missing help response id
        
        Change-Id: Ie050285cc10d82cf80e560be3f1766c50dd1527c
        Reviewed-on: https://gerrit.libreoffice.org/57716
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [25ca1ac37ef47b889941a08f78b5559881ef95da]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6.1.0 rc2
            
            Change-Id: Ic312751e80079dee34a798631ac3bc7e4920d113
            
2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [a4a523aadea5c966223955517049c1246872aad9]

        Resolves: tdf#118802 map GTK_RESPONSE_DELETE_EVENT to RET_CANCEL
        
        Change-Id: I8285f329e4672c90f47d96ccffe60c21c565dde7
        Reviewed-on: https://gerrit.libreoffice.org/57656
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [c715fd34f3c5c843e7ba6fbc781fbf76935b4509]

        tdf#118579 ignore body in body instead of flagging as an error
        
        Change-Id: Ie6626a320a5264aea004f7c57244643798703de8
        Reviewed-on: https://gerrit.libreoffice.org/57653
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  andreas kainz  <kainz.a@gmail.com>  [ad6bdfad8f0e32e29f1833690e19081813eb93ec]

        Colibre icons: fix links.txt link and update addwatch icon
        
        Change-Id: Iddb48d2cde206824f7721c5f4374166cc4979ad9
        Reviewed-on: https://gerrit.libreoffice.org/57272
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 85f4ec6e0ebf4f97c1253c723d3c9c9b823ae372)
        Reviewed-on: https://gerrit.libreoffice.org/57465
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [337012970f62a8a40da2a02806363b560cf295df]

        move freeze/thaw to Widget
        
        Change-Id: I3944092c26ca81028912f6fb206b148b49e4f172
        Reviewed-on: https://gerrit.libreoffice.org/57495
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Caolán McNamara  <caolanm@redhat.com>  [de607309e27616a9e53eadee2bab9cd0de74cae3]

        tdf#118635 relative checkbox disabled on reopen
        
        Change-Id: Ic52737e5122b1ae37390061a5f7cf17b69e7e665
        Reviewed-on: https://gerrit.libreoffice.org/57499
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [77e707694f1dc4fcd28c771f6baf6681639f2a4e]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Helponline: Fix alignment of TOC in sidebar
            
            It was too close to the window border in Edge, Chrome and Firefox Nightly.
            
            (cherry picked from commits 01319d64fae5989f35d10038d19d3371efb69d73
            and 1ee609da2c58c8628535602348d2a51dd7ac9f14)
            
            Change-Id: Ic65fd8bcddf9836cfa4c6529fe286885983c78d1
            Reviewed-on: https://gerrit.libreoffice.org/57341
            Tested-by: Jenkins
            Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
            
2018-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cab01329c36b6b29a25814bb28d542ff36c56848]

        xmlsecurity UI: restore lost AdES default for PDF signing
        
        Regression from 13596e704e4b48e8b0892867b3f3fc351a2729f9 (Don't pass ODF
        version, just retrieve it directly, 2018-05-17).
        
        Change-Id: Ia031e597c610000db2820920c3dc1b58430dcc12
        Reviewed-on: https://gerrit.libreoffice.org/57246
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit a9c0289886ee5519d4a718d8e3145d66b187faac)
        Reviewed-on: https://gerrit.libreoffice.org/57259
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-19  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1663326d292a6ed89215b7a188054a2e27d7832f]

        tdf#118354 Do not dereference non-exsisting Object
        
        Change-Id: Ie7323302f3b29dfc19b26e2185321c2e609cab2b
        Reviewed-on: https://gerrit.libreoffice.org/57629
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/57711

2018-07-19  Eike Rathke  <erack@redhat.com>  [4e5248f32d8fdfd4655bd15bd60d83e9a0c6e540]

        Resolves: tdf#94925 proper recalc mode and dirty broadcast for OOXML import
        
         This is a combination of 4 commits.
        
        Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925
        
        Strictly order the exclusive bits by priority, let AddRecalcMode()
        handle all sets except forced ALWAYS or NORMAL.
        
        Introduce ONLOAD_LENIENT and ONLOAD_MUST splitting ONLOAD to be
        able to distinguish later during OOXML import.
        
        Reviewed-on: https://gerrit.libreoffice.org/57402
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        
        Resolves: tdf#94925 do not unset dirty if formula cell must be recalculated
        
        Reviewed-on: https://gerrit.libreoffice.org/57404
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        
        Broadcast formula cells marked for recalc, tdf#94925 related
        
        In fact the ScDocument::CalcFormulaTree() call in
        WorkbookFragment::recalcFormulaCells() never did anything because
        no formula cell was added to the tree. Only visible dirty cells
        were recalculated, but not their dependents.
        
        Reviewed-on: https://gerrit.libreoffice.org/57431
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        
        Remove the check for IsRecalcModeMustAfterImport(), tdf#94925 follow-up
        
        It's now superfluous as we set those cells dirty and broadcast in
        ScDocumentImport::broadcastRecalcAfterImport()
        
        Reviewed-on: https://gerrit.libreoffice.org/57439
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        
        f70860b8babf1cce7fda2ae63412659e72dbb4c3
        a9dd4ad16c20b23ee8a1d46b69a4702b1ad4c81f
        188de2d53a2d54df32d24eeeb148c4f9e87e7cfc
        
        Change-Id: I11217fa19adb766f509d0d6854502112de547c59
        Reviewed-on: https://gerrit.libreoffice.org/57438
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-19  Eike Rathke  <erack@redhat.com>  [cc2c11c2e4a99adf00d184507d6925c9af37e1bd]

        Related: tdf#117016 DoubleRefToVars: always put in order
        
        ... as all callers expect, whatever dynamic range creating process
        may have created it.
        
        Change-Id: I47b2e174d5bf4d5c23f10685526b48eee07dd6a4
        Reviewed-on: https://gerrit.libreoffice.org/57567
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 6db5e1bdd67531fab14b375d6c624237d38de297)
        Reviewed-on: https://gerrit.libreoffice.org/57621
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-18  Xisco Fauli  <xiscofauli@libreoffice.org>  [a6fc577ca0303006e5668f52ffc93c3cdf0effd6]

        tdf#118738: use SwDepend instead of WriterMultiListener in SwContentNode
        
        This reverts commit 83243003b46dfb258c2b41049b0e1cb82a2d7ddb
        
        use WriterMultiListener instead of SwDepend in SwContentNode
        - also move SwContentNode and SwTextNode from
          Modify to SwClientNotify
        - this removes the last public use of SwDepend, which should now become
          an implementation detail of WriterMultiListener
        
        and commit ecf50fe71596c3edba8ce437481ab80ae1cd8935
        
        remove now obsolete SwDepend
        
        Revert them for now ( specially before the relese of LibreOffice 6.1 )
        until a fix for the bugs listed in tdf#118738 is provided
        
        Change-Id: I174feb3b092ff31b4c4837011c31343296c0c693
        Reviewed-on: https://gerrit.libreoffice.org/57698
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [b59d639a5fbbddd976d6c79ea12460b553426887]

        crashtesting: infinite recurse on moz330387-6.svg
        
        Change-Id: I3c39d49504a4651b92f41c07e4cef8887366dc2b
        Reviewed-on: https://gerrit.libreoffice.org/57627
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [6f521b2d4e2a68d29839012f73dec45e68aeaef1]

        bubble referer to LinkManager::GetGraphicFromAny
        
        Change-Id: Id2c6d629692a365f96f3f81c5686930668389a6a
        Reviewed-on: https://gerrit.libreoffice.org/57549
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [72dc4c2633fb866cc8b42dc742bffc57c23e9889]

        put load of html images (to measure dimensions) under referer control
        
        Change-Id: I1de4a5214ef48394dcafa97e4ea12bb460f2fba2
        Reviewed-on: https://gerrit.libreoffice.org/57566
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [13f451715619aab016bb1d1a02b3c6577178e295]

        only ellipize menubutton label when requesting narrower size
        
        Change-Id: I32f4856756910ec1db8d37854b6e57dbec5aae76
        Reviewed-on: https://gerrit.libreoffice.org/57618
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [8923164778ecfbfd98a398d4525d7b88a06366ea]

        Resolves: tdf#118604 only use popover workaround for popovers, not menus
        
        Change-Id: I7982a3836fbf699979beaa70e34bfa38aea80462
        Reviewed-on: https://gerrit.libreoffice.org/57616
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [805ea77cf21ff96f8ffd091f94726840771ee658]

        Related: tdf#118681 use a case insensitive compare for hex digits
        
        Change-Id: I7b177d2772a86cada37c20056794bc1d8ab50991
        Reviewed-on: https://gerrit.libreoffice.org/57565
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [1eb8837f8410c48661fd99253faf6c8fa05353de]

        Resolves: tdf#118520 insert sheet list not horizontally expanded
        
        Change-Id: I0004602631fb82ed13d925a1911ea4ada544462d
        Reviewed-on: https://gerrit.libreoffice.org/57633
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [4f2b38cb2b39c7c0362a7bf8b508d045a399c9ed]

        Resolves: tdf#118562 set correct help button placement
        
        Change-Id: Ia7e5a5ba549c5824b43b36e6b3350b4b5f6c9118
        Reviewed-on: https://gerrit.libreoffice.org/57658
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [7cca3ff7d0c2d1bf6e47fa69c4edb939e51d098c]

        Resolves: tdf#118545 restore to historic logic
        
        revert
        
        commit 9eff9e699e17cc5a8a25895bd28dc8e4ceb8071e
        Date:   Wed Aug 10 09:47:40 2016 +0200
        
            Don't re-check valid SwPageDescs when layouting
        
        and then revert
        
        commit 60d34e1c840d2c317bb7d0a5b14f4602c22b3fcc
        Date:   Wed Nov 12 20:33:06 2014 +0000
        
            coverity#735517 Logically dead code
        
            its possible that this was the original intent, maybe
        
        Change-Id: Iff45f1e7f3d7e3791d984eb117779a6f39ebb19c
        Reviewed-on: https://gerrit.libreoffice.org/57578
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-18  Caolán McNamara  <caolanm@redhat.com>  [9bde4146ad0ebe6d3298f7d359154459cbf62f89]

        Resolves: tdf#118801 icons go missing on text-less buttons
        
        Change-Id: I003a59643518e60948d71b335dfcd7e20ba8fee5
        Reviewed-on: https://gerrit.libreoffice.org/57573
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-07-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [10ab80a6fb921e9c84f511a8e1d63ca961fbe412]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 4
            
            sfx2 module dialogs
            
            Change-Id: Id7f799c0939c63695c29d0b6352e88c005386d3f
            Reviewed-on: https://gerrit.libreoffice.org/57468
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Reviewed-on: https://gerrit.libreoffice.org/57649
            
2018-07-18  László Németh  <nemeth@numbertext.org>  [61aaefd8e902f86f5f7347efdb56686638149133]

        tdf#107690 OOXML import/export of setting "Open as read-only"
        
        Import custom document property _MarkAsFinal as LoadReadonly
        setting, export LoadReadonly as _MarkAsFinal in DOCX, XLSX
        and PPTX documents.
        
        Before this fix, LibreOffice opened read-only OOXML documents
        as editable, also saved and exported _MarkAsFinal=true silently,
        resulting unintented read-only warning info bar in MSO.
        
        This commit improves interoperability a lot, because this is a
        basic document protection of MSO, recommended on its UI.
        
        Note: LoadReadonly (on File->Properties...->Security, property
        "Open file read-only") doesn't show "Edit read-only" info bar
        from commit 630186ff4e0eba7317e542f8c3eca39ebd068721,
        but it's still possible to switch on editing by Edit->Edit Mode.
        MSO shows info bar for _MarkAsFinal. (There is an advantage to
        hide the info bar in LibreOffice in a mixed environment,
        to avoid overwriting of press-ready MSO files by LibreOffice.)
        
        Note 2: Other differences of LoadReadonly in LO and _MarkAsFinal
        in MSO: (1) Switching on editing doesn't remove the LoadReadonly
        property automatically in LO. (2) Saving with LoadReadonly doesn't
        switch off editing of the actual (still opened) document in LO.
        
        (cherry picked from commit 9a5c56a9c4e04589b0a6bb710573922e459d9685
        and bbdb6cb8ed0d77eeb2e413b38f29d2084bd8257b (unit tests))
        
        Change-Id: I79897605e1fabe0708cce0b0c6216c152b201fc9
        Reviewed-on: https://gerrit.libreoffice.org/56752
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-18  Xisco Faulí  <xiscofauli@libreoffice.org>  [88abae93c5e0a030eca36d7e33909ad52e1c71a2]

        tdf#118751: Revert "tdf#117081: show Firebird by default"
        
        Only in 6.1 branch
        
        This reverts commit 8a1a9899e05b0ebbc3ff43f2db242724c8feb18f.
        
        Change-Id: I48c9ce8dc9d45ab243c96e65da8d1b01a9423b5c
        Reviewed-on: https://gerrit.libreoffice.org/57429
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [eb76f5e761e5dbb1b73096b0e110f0c66a0e9b99]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Fix typo
            
            Change-Id: I626c1943c79f2767c6c528e3305e76b375b4d4da
            Reviewed-on: https://gerrit.libreoffice.org/57592
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 67fd95451697b52199016ec1fbaedfe459295826)
            Reviewed-on: https://gerrit.libreoffice.org/57624
            
2018-07-18  Xisco Faulí  <xiscofauli@libreoffice.org>  [0b3ee8ffbb6b33827c17af56c62dc5285f3ba258]

        tdf#118752: Enable firebird migration in experimental mode
        
        Only in 6.1
        
        Revert "Disable migration in this release"
        
        This reverts commit 443da1959d02569c59d064748a06d39c6dbb2f64.
        
        Change-Id: Ib3286b01205ac5360aa299346ee524825e739167
        Reviewed-on: https://gerrit.libreoffice.org/57508
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91eec155eb9433343c7e549907960855b6e91e7b]

        tdf#113646, export font size for dxf records
        
        Change-Id: I6dd6b0ef858fd933603be4435f7810c739b72ef0
        Reviewed-on: https://gerrit.libreoffice.org/57471
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 14c2ca1b4efad2dcdc40e6d5c218cedd487857aa)
        Reviewed-on: https://gerrit.libreoffice.org/57529
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-17  Caolán McNamara  <caolanm@redhat.com>  [59304815cc70544de4a3227f070895143f0276a4]

        tdf#118549 crash on dialog teardown
        
        only an issue for the current partially complete interim case
        
        Change-Id: Iaf1ef4dabca1cdd5d2d90028edf5793cf45feb20
        Reviewed-on: https://gerrit.libreoffice.org/57502
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-17  Xisco Fauli  <xiscofauli@libreoffice.org>  [db843c97279924fd36f31c8f22269f804f5add07]

        tdf#89893: Enable previous/next track changes in read-only mode
        
        Change-Id: Ie7dd41b2f79347e9b959a73d58888915379f2e2a
        Reviewed-on: https://gerrit.libreoffice.org/57100
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit eedeeb63d1287ed0416e1fe3d2f7ba37632626d0)
        Reviewed-on: https://gerrit.libreoffice.org/57155
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-17  Caolán McNamara  <caolanm@redhat.com>  [215de37cd1d860f1e0471319cd8069d51cd8887d]

        coverity#1437960 Resource leak in object
        
        Change-Id: Icee05e1ef1fef213de293971beb9e17753c8eb3b
        Reviewed-on: https://gerrit.libreoffice.org/57460
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-17  Caolán McNamara  <caolanm@redhat.com>  [a09d357daf65e285323ff77653a6de3058fc44da]

        tdf#118681 make sure we're using the right font char map
        
        Change-Id: I64265dac5d0d18b092d64ef656997d7177a425a4
        Reviewed-on: https://gerrit.libreoffice.org/57505
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62aae6918e33a2535462d1e7be2278a7f9745009]

        tdf#117816, work around MS Excel bug with containsText cond format
        
        This is a combination o the following two master commits:
        
        tdf#117816, work around MS Excel bug with containsText cond format
        
        Excel seems to require the formula that is equal to the containsText
        condition.
        
        According to cfRule (18.3.1.10) "Only rules with a type attribute
         value of expression support formula syntax." which contradicts the
        MS EXCEL behavior.
        
        Change-Id: Ifa3f9fee58194f70a64b37c62922513435d43bb8
        Reviewed-on: https://gerrit.libreoffice.org/57432
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        
        related tdf#117816, add more work arounds for MS Excel bugs
        
        Another set of cases where MS Excel needs the formula.
        
        Change-Id: I58344a540ad69ff9b8c56aa817730079bd011acd
        Reviewed-on: https://gerrit.libreoffice.org/57466
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [35a78c9082df46b338f0f137485a9a4cd7aede19]

        related tdf#117816, the dxf ID is a global and not a sheet property
        
        Change-Id: I4c5ca66ce550de74d8b9396aa0213c558b7f884f
        Reviewed-on: https://gerrit.libreoffice.org/57467
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa79f08a2ef5b9390b7e9ad91b3fe2da200bfe32]

        related tdf#113646, keep cjk, ctl font items in sync
        
        If the default style and default pool items are no longer in sync,
        our script detection assumes that any style without an explicitly
        set font has script type CTL or CJK.
        
        Use the same selection idea for both cases and at the same time
        use the *_SPREADSHEET font items for the default pool items.
        
        Change-Id: I6a5bb14a3fabab11627ad52b9e79554fdcedac89
        Reviewed-on: https://gerrit.libreoffice.org/57470
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 952cbfd2de0801081665a8ff05600eb7ea1cf82f)
        Reviewed-on: https://gerrit.libreoffice.org/57473
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-16  Caolán McNamara  <caolanm@redhat.com>  [4cf90e58fe2319a2017e51499817d0866829bd28]

        tdf#118769 parent of modal dialog not set
        
        Change-Id: Ie3b1a626eb0ca4f39e015a18fede935b36ed194e
        Reviewed-on: https://gerrit.libreoffice.org/57493
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-16  Tor Lillqvist  <tml@collabora.com>  [8158035a44b4577c5a620decd96d2d1ca0c7c3b9]

        tdf#118647: Improve handling of system spell dictionaries on macOS
        
        The system has generic spell dictionaries for languages spoken in many
        countries, but LibreOffice wants them to correspond to specific
        language-country combinations. So do it like that then.
        
        Change-Id: I9ec4bb4302b2f1eec3ce7b1c1ef8f2be867bad52
        Reviewed-on: https://gerrit.libreoffice.org/57220
        Tested-by: Jenkins
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/57226
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-16  Xisco Fauli  <xiscofauli@libreoffice.org>  [7196aa63832c9d7fe59b31f98cd64696795d2841]

        tdf#118702: partially revert the fix for tdf#78907
        
        This is a regression from 2df0d9d32d05f08ccf673fd0f61f650438511acb
        
        Reverting it as the unitest from tdf#78907 still passes.
        Besides, adding a new unittest for tdf#118702
        
        Finally, adapt ooxmlexport9 and remove pointless assert which fails
        with:
        
        ooxmlexport9.cxx:557:Assertion
        Test name: testBnc519228OddBreaks::Import_Export_Import
        equality assertion failed
        - Expected: <Any: (void)>
        - Actual  : <Any: (string) Converted2>
        
        Failures !!!
        Run: 155   Failure total: 1   Failures: 1   Errors: 0
        
        
        Change-Id: I486e9489ef6c3978cbcf90f3b9885248f4f92110
        Reviewed-on: https://gerrit.libreoffice.org/57338
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit b0e2dbca5164c494a669bd48f8ff058f4c1ad710)
        Reviewed-on: https://gerrit.libreoffice.org/57389

2018-07-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0535cc7bf55930a1ed1d275d65c15e892304d7d3]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115254 Some branch bookmarks are not working 3
            
            dialogs from chart2
            
            Change-Id: I97e08c5b8ca2200f143073abadb355da99b38b9a
            Reviewed-on: https://gerrit.libreoffice.org/57451
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-15  andreas kainz  <kainz.a@gmail.com>  [8a71cdf34cf55d906dc77ab4509978d45717057a]

        Icon theme bug: add sc icons for some page layout icons
        
        this icons are needed in writer tabbed NB
        
        Change-Id: Id71ff2d125923af9b9f13d1f8c2d34aa30be60f6
        Reviewed-on: https://gerrit.libreoffice.org/57382
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit ccec2722aa816090f0ea51036c7df8e9871a5231)
        Reviewed-on: https://gerrit.libreoffice.org/57449
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-15  andreas kainz  <kainz.a@gmail.com>  [e315d631c08454d8688d15cd52ce8e3839972530]

        tdf#118123 Tango shouldn't fallback to Colibre
        
        move missing tango icons from galaxy
        cause tango isn't finished without galaxy
        
        missing links in links.txt from 6.1 release are not added
        
        Change-Id: Ia199beabe2a465cb7e8013be807e610249f42424
        Reviewed-on: https://gerrit.libreoffice.org/57291
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-14  Luboš Luňák  <l.lunak@collabora.com>  [75181d83c1eb2d9683eaa2ea6290826435c99001]

        disable OpenCL for XIRR
        
        The function actually fails with sc/qa/.../xirr.fods if OpenCL is forced
        (and mnOpenCLMinimumFormulaGroupSize is disabled). As far as I can tell
        the OpenCL function gets the proper data and returns incorect data,
        so it's the function itself that is buggy. No idea how to debug it,
        feel free to.
        
        Change-Id: I8879c6fdcfe8ecd2bc40fd3e0d1c13cddb1c2051
        Reviewed-on: https://gerrit.libreoffice.org/57002
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 406ebf8e36ab1d1e10fb1d55101d7fc66add0c4b)
        Reviewed-on: https://gerrit.libreoffice.org/57227
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-14  Justin Luth  <justin.luth@collabora.com>  [7f4f9daeaa1655fea2157dff1eed6f6502bcdb50]

        related tdf#114845 oox: ensure rXShape.is()
        
        Change-Id: Ic5a78d3f650bff82ce8d86a62ecfc025ca2062e0
        Reviewed-on: https://gerrit.libreoffice.org/57276
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 10272122b2ace68add7d2b0191aa516558f8401f)
        Reviewed-on: https://gerrit.libreoffice.org/57279
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [40ac278cc85bd1d8c766e293dde83cb241b5fbb7]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115524 Some branch bookmarks are not working 1
            
            With .ui dialogs, the Help system sends specific URL
            associated to the higlighted widget in the .ui dislog.
            
            Not every help page associated to the dialog has
            <bookmark branch="hid/<path to the dialog/widget"/>
            for all widgets of the dialog. As consequence, some URLs
            were not addressed and the default module entry page
            was displayed, instead of the dialog help page.
            
            The solution is to define a dumy bookmark '@@nowidget@@' to the
            help page associated to the dialog, and if the widget bookmark
            is missing in the help page then use the dummy target,
            thus offering a help page with the right contents anyway.
            
            This patch covers help pages for smath.
            
            Change-Id: I40b592271b0c336d4d3bacc33d2f3d19107ae702
            Reviewed-on: https://gerrit.libreoffice.org/57426
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [df2a525de7812bc654d1c4dd27041d7afcf91c7a]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#115524 Some branch bookmarks are not working 2
            
            simpress and sdraw modules
            
            Change-Id: I5d498cb7ab504277a54f6d002e1f8e88ce78ab0c
            Reviewed-on: https://gerrit.libreoffice.org/57427
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-13  Eike Rathke  <erack@redhat.com>  [2dc7a3b7515ffd6181d740aca4ad6e0549ea4a3a]

        Resolves: tdf#118624 let RAND() in array/matrix mode fill a matrix
        
        ... instead of only top left that is referenced for other
        elements.
        
        Change-Id: I718946d7e4327b152e2d9f80712395fd7ab67dee
        Reviewed-on: https://gerrit.libreoffice.org/57235
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 8afccbd129ecda81ff00dd2c6e5e10af254ae0ef)
        Reviewed-on: https://gerrit.libreoffice.org/57247
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-13  Michael Meeks  <michael.meeks@collabora.com>  [4e4421325d406cc555f15c2b8b5bbab443eb6a7d]

        tdf#118620 - avoid out of bounds iterator for end of sheet pivots.
        
        Change-Id: I2ddcf56dc94175718739611f0791558fda87b1ba
        Reviewed-on: https://gerrit.libreoffice.org/57358
        Tested-by: Jenkins
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit d3387b38fe0eea3fb7ac630c026f02986e8dafc4)
        Reviewed-on: https://gerrit.libreoffice.org/57383
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-13  Ilhan Yesil  <ilhanyesil@gmx.de>  [bee7d89904b1547185e1e7be4fb731d7fe7d8563]

        tdf#118063 Impress: Deselected spacing remained checked
        
        The state of the attributes for spacing are now read and set
        correctly.
        
        Change-Id: I661c00e247b55c64ea39c03db77dab9fa0775852
        Reviewed-on: https://gerrit.libreoffice.org/55455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 5b72382516d94bc27321461297ded92f8af8112d)
        Reviewed-on: https://gerrit.libreoffice.org/57388
        Tested-by: Jenkins

2018-07-13  Eike Rathke  <erack@redhat.com>  [ff0e7e5427c2851341d01e8917a1b5df0c08e557]

        SvTreeListBox::DoubleClickHdl: SwContentTree more, tdf#115950 related
        
         This is a combination of 2 commits.
        
        SvTreeListBox::DoubleClickHdl: SwContentTree more, tdf#115950 related
        
        (cherry picked from commit 60c2f6d7f167cc313b33d29531f8c7320903e78d)
        
        SvTreeListBox::DoubleClickHdl: SwContentTree more, tdf#115950 related
        
        (cherry picked from commit 446f9cf176038881af166e46489bb1880b22174d)
        
        86b5275484754b222698fb8c4540ff66bd6c962a
        
        Change-Id: Id3d1e070467bdb681919b380c0d2ace78ebd388d
        Reviewed-on: https://gerrit.libreoffice.org/57342
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins

2018-07-13  Eike Rathke  <erack@redhat.com>  [48c6375458d09378b404e2ab5153f2ef2cc0630e]

        SvTreeListBox::DoubleClickHdl: DbRegistrationOptionsPage more, tdf#115950 rel.
        
        Change-Id: I820ce28a4df108f17cbb65210834acae6b0f8946
        (cherry picked from commit 1a5ef55b7de60131efa7a831309186b29cb6214e)
        Reviewed-on: https://gerrit.libreoffice.org/57355
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-07-12  Xisco Fauli  <xiscofauli@libreoffice.org>  [296f722e0447cf7bc43c556f861c3e6686f224b6]

        tdf#101778: Disable crop and rotate in read-only mode
        
        Change-Id: I26d6e98a768d40e97209e0a646cbb834d2635f9a
        Reviewed-on: https://gerrit.libreoffice.org/57158
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit cdd373e593557984dcd90c94bbb9b053655c1b83)
        Reviewed-on: https://gerrit.libreoffice.org/57321

2018-07-12  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [796ca86ce151b1887dd1dc2c6eac217d7835095d]

        Make setPagePrintSettings() accept IsLandscape again
        
        Regression from 80c35d97b9b3b60a091aae77de0ffef38cbf531a - invert
        the check for boost::optional validity.
        
        Change-Id: If4e041e1fe349c1fcb2c74b2e5780bf57300486f
        Reviewed-on: https://gerrit.libreoffice.org/57309
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 0853b05b1fabb231a7d57d811c5a06ee542d3295)
        Reviewed-on: https://gerrit.libreoffice.org/57316

2018-07-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1ebbe4193f5a7ea928fd4940c2a62bcb773c4a00]

        tdf#118232 Allow load and insert of SVGs with no Geometry
        
        Change-Id: Iaf3d6a0423c5f11dda1e623dd730af01dbd6551c
        Reviewed-on: https://gerrit.libreoffice.org/57284
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 0613ce41da0b94bc481b94b8141afcf15df8abe7)
        Reviewed-on: https://gerrit.libreoffice.org/57350

2018-07-12  Eike Rathke  <erack@redhat.com>  [32003187445f62fa6f390a09a85949b6d42b55f7]

        SvTreeListBox::DoubleClickHdl: SwCondCollPage more, tdf#115950 related
        
        Change-Id: I179c791aac5eb522aefb3ce20931fe44dd7248c6
        (cherry picked from commit 3d73f76a91260becf171ea77589190714577b267)
        Reviewed-on: https://gerrit.libreoffice.org/57344
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-07-12  Eike Rathke  <erack@redhat.com>  [c73b9d69abf1b26dc2c6f9d6700b2a5f2c9e6f36]

        SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
        
        Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0
        (cherry picked from commit 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507)
        Reviewed-on: https://gerrit.libreoffice.org/57329
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-07-12  andreas kainz  <kainz.a@gmail.com>  [2cfe74f35fbe7119cbff309d569da45899f962df]

        NB Implementation: fix Underline command and add CharmapControl
        
        The new CharmapControl action will be used instead of InsertSymbol
        
        Change-Id: I9a2e519fb7b8b773763b4c58f8aaa40e6af810b6
        Reviewed-on: https://gerrit.libreoffice.org/57283
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 3ffd06f141f86a695deb8672a34b95f31f4d1b16)
        Reviewed-on: https://gerrit.libreoffice.org/57289

2018-07-12  andreas kainz  <kainz.a@gmail.com>  [8f900385503f3b0b8d045fd6c2256d2e2c78f0d4]

        tdf#117697 add missing section icon in search
        
        Change-Id: Iea2b4a7c98a2751048dc2228ac550708bd22c238
        Reviewed-on: https://gerrit.libreoffice.org/57318
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit c6dc541a59a22c59d23c43c3dfcf8ef2c96095a6)
        Reviewed-on: https://gerrit.libreoffice.org/57323
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-12  andreas kainz  <kainz.a@gmail.com>  [afb2d0f3e32ef7125fabf29302460979af1c33d1]

        Menubar Impress: add missing icons to menubar
        
        Change-Id: I5116e214ab64923c28dda4d10feab1193b5d9d31
        Reviewed-on: https://gerrit.libreoffice.org/56978
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit eada59bd3383b1711f3a68030ad52c69746e810a)
        Reviewed-on: https://gerrit.libreoffice.org/57281
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-07-12  andreas kainz  <kainz.a@gmail.com>  [747dadd2f55b9181b2619a9b51cba7b5b849f476]

        tdf#116861: better default settings for minimize Presentation
        
        Change-Id: I6d05cb5591791afc438bfe38f179aa26d6cee920
        Reviewed-on: https://gerrit.libreoffice.org/57285
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 5442670e4c643ef476fe154df9a0d226b7252d3a)
        Reviewed-on: https://gerrit.libreoffice.org/57290
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-07-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c1cc4f29920bea4a08f89b63482146d169530f8e]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#118314 Delete help content related to obsolete “Input Method Status” feature
            
            Change-Id: Ie80279915e3ee9a123204a729325ca9e119ab6bb
            Reviewed-on: https://gerrit.libreoffice.org/57224
            Tested-by: Jenkins
            Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
            (cherry picked from commit 2af2ba2a19e62ec8463c0f8e6b3d2346e75e5bb2)
            Reviewed-on: https://gerrit.libreoffice.org/57343
            
2018-07-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [377ed0af1dc1aae53723619bddc58194d9de4f30]

        tdf#118717 add Kabyle (kab) user interface package
        
        Change-Id: I4b36d8700ad369b58205b699e0aff5591d2f1d6a
        (cherry picked from commit 0b7ab07611ddaafe25e9e1914a49be2afe68ada9)

2018-07-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [362c9f1b0f7887de5b748b52374e412bc42fcc18]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations for 6-1 and add Kabyle
            
            Change-Id: I65d15fddf56d311c0508e60128e21360e7f49dbf
            
2018-07-12  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [dc682d9acc5d834e5efff9d63189b8d95b33a1b0]

        KJ: ^ some table related, font, align icons etc, + PivotTable menu icon
        
        Change-Id: Icfa28a165d6697ca105b95fcc846ae05edbbdb11
        Reviewed-on: https://gerrit.libreoffice.org/57282
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 0f587b82ea8da631bb4a5a394d0145d91aef486f)
        Reviewed-on: https://gerrit.libreoffice.org/57320
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-12  Eike Rathke  <erack@redhat.com>  [172817aa670ff923780d0159c4416871179fa94c]

        Resolves: tdf#115950 proper double click return and bail out, tdf#117063
        
            commit b649ce123dea372359ec571135a68eb3de844e5b
            CommitDate: Sun Apr 29 08:46:46 2018 +0200
        
                tdf#117063 Modify tree list double click behavior in the navigator
        
        changed the return value in SvTreeListBox::DoubleClickHdl() from
        
          return !aDoubleClickHdl.IsSet() || aDoubleClickHdl.Call(this);
        
        to an unconditional true. Earlier there was
        
            commit 1b9af08481b8f7f4bd15a30508606dff56b8e74f
            CommitDate: Tue Mar 13 16:28:40 2018 +0100
        
                tdf#116334: Actually when there is no handler, we have to return 'true'.
        
            -    aDoubleClickHdl.Call( this );
            -    return false;
            +    return !aDoubleClickHdl.IsSet() || aDoubleClickHdl.Call(this);
        
        and before that
        
            commit 7651e57573952758032ceb88f16e2dbbb6cc4e18
            CommitDate: Thu Mar 1 15:41:13 2018 +0100
        
                tdf#115950: Indicate that the dialog was already destroyed.
        
            -    return true;
            +    return false;
        
        Neither a constant false or true are correct return values here,
        but only the value the double click handler, if any, returned to
        indicate whether processing should continue (true) or not (false).
        
        If handlers don't return a proper value so the intended behaviour
        for tdf#117063 or anything else does not work then fix the
        handlers instead.
        
        If the handler returned false then don't even attempt to access
        anything in SvImpLBox::MouseButtonDown() because an OK handler may
        have destroyed everything and all is rotten.
        
        Change-Id: Ia90c21288bedd7e5078dbe4b3dd6d9f5199a2a98
        Reviewed-on: https://gerrit.libreoffice.org/57225
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit c9d1655d455ad783694e6d7f0d2e6cf3d0d0acae)
        Reviewed-on: https://gerrit.libreoffice.org/57324

2018-07-12  Justin Luth  <justin_luth@sil.org>  [37a27823ad181387943a3193236f2cca6d3ec0d6]

        tdf#118361 sw ooxmlimport: set footnote separator alignment
        
        If RTL is defined in the default (Normal) paragraph style,
        then the footnote separator should be right-aligned.
        In MSWORD, the alignment is not a property that is stored
        with the footnote separator definition, and it is not a
        page property like it is in LO.
        The reverse needs to happen for LTR default paragraph style.
        
        Based on my MSWORD observations, the only place where you can
        indirectly set RightToLeft is in the "Normal" paragraph style.
        That option is disabled in all of the other styles.
        
        In LibreOffice, this is typically handled by the locale properties.
        The default PAGE style's Footnotes - Position is RIGHT for
        RTL locales, but LEFT for LTR locales.
        
        It is kinda interesting that no one from a RTL locale complained
        about wrongly-right-aligned footnote separator
        from imported LTR .docx's.
        
        None of this belongs in export code, since MSO doesn't support
        specifying the location - it is just a consequence of the
        RTL/LTR settings.
        
        Change-Id: I07d26640116cb12cb9157cd1d902b4c774dbba26
        Reviewed-on: https://gerrit.libreoffice.org/56532
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 139750d7c295b84f4c42bf9409ccbdfb0c46b9f6)
        Reviewed-on: https://gerrit.libreoffice.org/57214
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-11  Justin Luth  <justin_luth@sil.org>  [3d9e0874becde20d901fda561633202e2e478eff]

        backport combined tdf#95115 and tdf#102619: writerfilter
        
        Styles were having FollowStyle set to themselves (Heading 1),
        not to a defined follow (Text body).
        
        The style was being created with a FollowStyle property that
        identified a style which had not yet been created. And also
        some stylenames were not recognized since it didn't do
        an extended search.
        
        tdf#95114 writerfilter: follow correctly converted stylename
        commit ac540c1d743250062b3e71b094209ec1428872e9
        tdf#102619 writerfilter: first create style, then set FollowStyle
        commit 39a4f21fc4a16f7c57a9b6f1ddd5ce2953781576
        ~NFC related tdf#102619 writerfilter: use ConvertStyleName()
        commit d22bca292532ff58839bc593a7b3e1d3b6f3552c
        
        These commit were done separately to aid in regression testing
        in master, but logically all combine together for easy
        backporting.
        
        Change-Id: I77f143760c10be4b7853f16bce2b57474b70d3f1
        Reviewed-on: https://gerrit.libreoffice.org/57073
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-on: https://gerrit.libreoffice.org/57175
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [00f839e2315f52be2a73aec98161baaff03e636d]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Fix more typos in GIMMICKS name here and there
            
            Change-Id: Iae95e2aaa42f273effa3b7576da7e6c45495c5c6
            Reviewed-on: https://gerrit.libreoffice.org/57273
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit d1cacd356d203bd855eeb235f1374100bed3aa08)
            Reviewed-on: https://gerrit.libreoffice.org/57274
            Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-11  Michael Stahl  <Michael.Stahl@cib.de>  [72c97f448b04766cc11848d96513976ba5528374]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#118571 avoid MSI problems with double / in Package_html*.mk
            
            MSI helpfully converts "help//fuse.js" into "help/help/fuse.js",
            which isn't obvious.  Or helpful, for that matter.
            
            Actually it might be the Perl installer code that messes it up,
            can't quickly check whose fault it is...
            
            Change-Id: I69e9849b533a7fbe54310edb99bda3a879f4f031
            (cherry picked from commit 89f1284e5b8017e7f13e7551559d5038e2c05399)
            Reviewed-on: https://gerrit.libreoffice.org/57271
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cd29fd22927b11185600d8a73e08c8de4dc932ef]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Typo in GIMMICKS Basic library name
            
            Change-Id: I15a491ae867f16c13faf1a102ec3b11a6dcfc638
            Reviewed-on: https://gerrit.libreoffice.org/57253
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            
2018-07-11  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [3fb84679925331b4a9d25c752f75dc4fa164c32c]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - tdf#118430 Three column layout with 1440px width
            
            Contents will now stay collapsed until 1440px width, when
            it will move to the right side of the screen.
            Removed useless and harmful float:left from .index-label.
            
            Change-Id: I504e8c4be3a5e777dc7bafbd6a6105b163e4a5f3
            Reviewed-on: https://gerrit.libreoffice.org/57129
            Tested-by: Jenkins
            Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
            (cherry picked from commit 581213f4b1f0589367529434af22c41ddc4c1a29)
            Reviewed-on: https://gerrit.libreoffice.org/57251
            Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
            
2018-07-11  andreas kainz  <kainz.a@gmail.com>  [3609b2146c60301ab15f92110273b2648bb54023]

        Breeze icons: sync with Colibre
        
        Change-Id: I1bf2a55bc9fe7f70c5cc8ff51062b9c51cf70f80
        Reviewed-on: https://gerrit.libreoffice.org/57248
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 7e068c79c16eee0084745bb55bd3eac7876cad0d)
        Reviewed-on: https://gerrit.libreoffice.org/57257
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-11  Aron Budea  <aron.budea@collabora.com>  [b5035a5ec51e29851eaf6c195e7e12320baed36f]

        tdf#112690: make page size of exported PDF closer to what is set
        
        regression from 3a2ccb419c5face6fbf56b1a4877e675d4cd5fe8
        
        Change-Id: Ia0fddeb112fa0867ec367c085e3682eac078d5f8
        Reviewed-on: https://gerrit.libreoffice.org/57166
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 9a7a419baf9a6aa9fc70d9e2a00dec3fbdeee565)
        Reviewed-on: https://gerrit.libreoffice.org/57184

2018-07-11  Henry Castro  <hcastro@collabora.com>  [6f89e62cb7d4d32ad321840bd1887e7226c62cce]

        tdf#118540: LO6.1b2: DOCX crashes when properties...
        
        are opened in print preview mode
        
        Change-Id: Idc64d2b98dff157d28813dd3f90a276f8cacd11f
        Reviewed-on: https://gerrit.libreoffice.org/57024
        Tested-by: Jenkins
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/57057
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-11  Mike Kaganski  <mike.kaganski@collabora.com>  [39ba5e3bde93358af1b363da8f850bdc96806cfa]

        tdf#116543: don't forget to commit registrations in DB field editor
        
        This avoids revoking the uncommitted registration when any mailmerge
        doc is destroyed.
        
        Also don't forget to pass relevant SwDocShell when registering data
        source. This allows to register the data source for current document.
        
        Change-Id: Id89be82b0120661700e9fee6a075e5877d76e3b0
        Reviewed-on: https://gerrit.libreoffice.org/56891
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 54d76f5203aa5f3ef0e5afdca9d131dadeb3794e)
        Reviewed-on: https://gerrit.libreoffice.org/57005
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-11  Justin Luth  <justin_luth@sil.org>  [33aa5fb4281ed91a0d1a2a83e759ac4e6157646b]

        tdf#86371 sw export: SvxInterLineSpaceRule::Off == single spacing
        
        This affects doc/docx/rtf exporting.
        
        Ultimately, this was due to the way the UI works. When you
        select Single, it just turns spacing off, but doesn't reset
        the proportional value. If instead of choosing single, you
        change the proportional percent to 100, then you wouldn't
        see this problem. I can see why this could be useful in the
        UI (allowing them to remember the previous proportional
        value) although it doesn't use it right now...
        
        Because it is all based on sw internals, it would be
        very difficult to create a unit test - not worth the effort.
        
        Change-Id: Id17a42878f73266e19219bcd88e2decdaf3b72f2
        Reviewed-on: https://gerrit.libreoffice.org/56749
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 59fe3d7d231e4acb0635ac899a0ab2dee6c59289)
        Reviewed-on: https://gerrit.libreoffice.org/57080

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [bd6270de826496b65d529297b2cec96120d975cf]

        Colibre icons: finish 32px icon support
        
        Change-Id: I5bdb2876a871e2b1f4b8294e262705554cb3968c
        Reviewed-on: https://gerrit.libreoffice.org/57238
        Tested-by: Jenkins
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-07-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [392a36b83c5288106a59acf76b3a89da31d5e4d1]

        tdf#118555 fix HFONT fallback handing / lifecycle
        
        Instead of storing the never changing DC in the WinFontInstance
        store the HFONT, which is Windows logical font instance.
        
        Then set the correct HFONT instance from the layout when rendering
        its text.
        
        This also changes the HFONT ownership and lifecycle. The HFONT
        is moved from the mhFonts to the WinFontInstance, if available,
        so it has a proper referenced lifecycle. The mhFonts is still
        needed, as embedded font just supply an HFONT and no
        WinFontInstance.
        
        This patch also includes the follow up patches:
        
        WIN GetFontMetric doesn't matter for GetEmbedFontData
        (cherry picked from commit b444422244a2eb8d558499d2ffdb2cca5ddb44f3)
        
        Revert "tdf#117517: Fix OpenGL text rendering on Windows"
        (cherry picked from commit ca4e75d694a5fb41a1c800146319aa6ba34d8bab)
        
        Conflicts:
        	vcl/win/gdi/salfont.cxx
        
        Reviewed-on: https://gerrit.libreoffice.org/57101
        Tested-by: Jenkins
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        (cherry picked from commit fad862e290d727fc9fefe206f6e4b807482c4175)
        
        Change-Id: Iba62281c710290276f004f0c0177e6d37c849d2c
        Reviewed-on: https://gerrit.libreoffice.org/57234
        Tested-by: Jenkins
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-07-10  Michael Stahl  <Michael.Stahl@cib.de>  [41ffdacaaadce2c1bbbff216c86359e9813efb21]

        tdf#118578 sw: allow inserting only TextDocument
        
        There are 3 sw document services: TextDocument, WebDocument and
        GlobalDocument.
        
        The current logic in SwView::InsertDoc() and
        SwView_Impl::StartDocumentInserter() is to request a filter with the
        same document service as the existing target document, so you can insert
        only a GlobalDocument into a GlobalDocument, which doesn't make much
        sense.
        
        As it happens there are 2 different HTML import filters: "HTML" and
        "HTML (StarWriter)", the latter using the TextDocument service.
        
        So just hard-code to allow TextDocument regardless of the target
        document.
        
        (regression from 805fd1ca343d6295b8114a24cc29bdac332f266d)
        
        Change-Id: I7dc0dd4789fba8b61625ca8eae74a864aea383b0
        Reviewed-on: https://gerrit.libreoffice.org/57193
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 572b298e636612416b8223ff6e6f2d26ab51a243)
        Reviewed-on: https://gerrit.libreoffice.org/57222
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-10  Kshitij Pathania  <kshitijpathania@gmail.com>  [2cad889d498bf48bdcf88138c53cb9d601ba17ec]

        Notebookbar:Context for printpreview is working.
        
        This is a combination of 3 commits.
        Notebookbar:Context for printpreview is now working
        
        Also the context stuff is now working well even
        after print preview is set
        
        Change-Id: Ia43f512394cf4d162b4019257c039aecb664df22
        Reviewed-on: https://gerrit.libreoffice.org/56740
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        
        tdf#118546: GetNotebookBar() may return nullptr
        
        Change-Id: I411ea0abcb5fd5fac0db7fe0c4bad16a0c1b9d77
        Reviewed-on: https://gerrit.libreoffice.org/57006
        Reviewed-by: Kshitij Pathania <kshitijpathania@gmail.com>
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        
        Conserved the alphabetical order in contexts.
        
        ThreeDObject is remained on top as its entry begin with 3.
        All others are sorted now except the generalised ones in last.
        
        Change-Id: Id56550da450f0d2a0dd770a78360d20ada90f048
        Reviewed-on: https://gerrit.libreoffice.org/56984
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/57190

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [d8911b6848fccf92a8310c77eef40eafab0325f0]

        Menubar revert movement of Insert Doc
        
        Change-Id: I4b0d95faa7e6986f268f5faf1d26bdfa6a84e550
        Reviewed-on: https://gerrit.libreoffice.org/57216
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-07-10  Luke Deller  <luke@deller.id.au>  [3fbb1d03110018c1ffe96c01b35b62e9b0742ded]

        tdf#118412: DOC incorrect bottom page margin
        
        Fix a silly typo when determining if the page has a bottom margin
        
        Change-Id: I96857951725d00978c43d850d0e1bc64ab61d965
        Reviewed-on: https://gerrit.libreoffice.org/56602
        Tested-by: Jenkins
        Reviewed-by: Luke Deller <luke@deller.id.au>
        (cherry picked from commit 9f331575ad8d371c95a18e33a245d404e873ca8a)
        Reviewed-on: https://gerrit.libreoffice.org/57055
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-10  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [355e601523a2288e826cc7a4bdccdfc7510977fd]

        Karasa Jaga: Add missing Impress menubar icons & Common Align actions
        
        Change-Id: I8a6a9774e40b0ea68fca37e0eb80e59e10241459
        Reviewed-on: https://gerrit.libreoffice.org/57016
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit c67f70732eef249a64522da99011e944cea80125)
        Reviewed-on: https://gerrit.libreoffice.org/57040

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [e55d4bb35a6bf0d9a7bfce362bf83628b5d55655]

        tdf#118645 NB grouped calc: styles drop down menu will work now
        
        Change-Id: Ie5838d4b36dc95ff234724ec924b78740a15b664
        Reviewed-on: https://gerrit.libreoffice.org/57212
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [501bb68bbeee19e39e62947a479e273f9a85e6bd]

        tdf#118314 menubar: remove ShowImeStatusWindow in menubars
        
        Function isn't available any more. codebase has to be cleanded up
        
        Change-Id: I42597cde5b5d2472f670552f49776775d5bf391e
        Reviewed-on: https://gerrit.libreoffice.org/57185
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [aed106385783ae459df475388530401b2b67d3ab]

        Colibre icons: 32px icons
        
        Change-Id: I217e4e9fe16cfb6958cab5c3394f8a48ce5466d9
        Reviewed-on: https://gerrit.libreoffice.org/57181
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-10  andreas kainz  <kainz.a@gmail.com>  [4ca52ac3f77cf57027d32b5dc60a3c1f6febedbf]

        Colibre icons: fix icon-set-bars-x colors
        
        Change-Id: Ic78e28080e9f2d77582fa3114646d860847b8960
        Reviewed-on: https://gerrit.libreoffice.org/57208
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-10  Eike Rathke  <erack@redhat.com>  [822add7e1de83ba3a405c1927cb0924c7d6a748a]

        Resolves: tdf#118638 preset include format patterns for anonymous subtotals
        
        Change-Id: I48bc9d5e2bbdee58687dd87e38cad8e9af9de408
        Reviewed-on: https://gerrit.libreoffice.org/57194
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit bf34c041ed1869e7e544cf75966c9f42960cb2d3)
        Reviewed-on: https://gerrit.libreoffice.org/57206
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-10  bvarga91  <balazs.varga991@gmail.com>  [9837faeaab59e030e500ed21da92dd6bed2806fe]

        tdf#118153 VBA Macro: add XLSX support to Workbooks.Open
        
        by accepting "MS Excel 2007 XML" in isSpreadSheetFile().
        
        Test example:
        
        Workbooks.Open Filename:="/tmp/test.xlsx"
        
        Change-Id: Id7102325c96842bb413b1fb7bb8162e8bca41f4e
        Reviewed-on: https://gerrit.libreoffice.org/57030
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit fc434c8fd62ccb6d083af075f1ab83da6bd76b8d)
        Reviewed-on: https://gerrit.libreoffice.org/57174
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-07-09  Xisco Fauli  <xiscofauli@libreoffice.org>  [4af596e062f694690a07b4b7901965f119aad1cc]

        tdf#114131 Remove insert rows/columns in read-only mode
        
        Change-Id: Ief3565bc41639af1a2f48fd2b4be9156a10596c2
        Reviewed-on: https://gerrit.libreoffice.org/57098
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 1407aeea58046e0ab5e2483dbc5984ee1c0f4187)
        Reviewed-on: https://gerrit.libreoffice.org/57188
        Tested-by: Eike Rathke <erack@redhat.com>

2018-07-09  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [064c26edafd801c68d6112be223440ab4d9692d3]

        KJ icons: ^ envelope, symbol, char style; + toolbar, sendfeedback & donation
        
        Change-Id: I5cfee18784a469b3aa025f9be16d429b04d05ef5
        Reviewed-on: https://gerrit.libreoffice.org/57106
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit bea0ff777742be603adf43dc4b7b9adc04dc6307)
        Reviewed-on: https://gerrit.libreoffice.org/57173
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-08  Eike Rathke  <erack@redhat.com>  [57e908136f4b7135e6c4a35a81e45c47f9f1b548]

        Resolves: tdf#118561 handle external references as jump matrix result
        
        Change-Id: I0381179347960293f5d470ed231d626cb6707b5a
        Reviewed-on: https://gerrit.libreoffice.org/57144
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit a5b9bb7be70c7aec2388199e68a0cf86dd220955)
        Reviewed-on: https://gerrit.libreoffice.org/57147

2018-07-08  andreas kainz  <kainz.a@gmail.com>  [8387d26b85898f85e586e6fc4693e6979e78e810]

        Colibre icons: fix calc home tab (tabbedbar) with missing icons
        
        Change-Id: Ifb2ff58a82895a55e7e7f3052bf7ac25a4cc50b7
        Reviewed-on: https://gerrit.libreoffice.org/57096
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-08  andreas kainz  <kainz.a@gmail.com>  [11537fc73d28016d581b5f242c2cfc3cf37efe32]

        Colibre icons: fix sc_*columns* icons
        
        Change-Id: Ie98683c6631b05bd831620a60ebac55b940211e1
        Reviewed-on: https://gerrit.libreoffice.org/56792
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 5931fc1515c9f4f830055292f3a829e1908db0c1)
        Reviewed-on: https://gerrit.libreoffice.org/57095
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-07-08  Olivier Hallot  <olivier.hallot@libreoffice.org>  [1e3e2e65ee99cf8aa8cc649604e90c0116a4009f]

        Update git submodules
        
        * Update helpcontent2 from branch 'libreoffice-6-1'
          - Mute L10n for embedded specific string
            
            Change-Id: I208c5f5e8a7a65d19ce79055cd031f4c8d8921e8
            Reviewed-on: https://gerrit.libreoffice.org/57069
            Tested-by: Jenkins
            Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
            Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
            
2018-07-08  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9ca92f22bb4bc1931cb1237a2348682b83c00e78]

        tdf#118254 Do not rely on XStatusIndicator for SVG import
        
        For SVGs loaded as Document and status 'hidden' is used,
        there is no xStatusIndicator handed over to the SVGFilter.
        Compared with old filter - there it was used setting it
        somewhere else, but not required. Remove code that it
        requires it.
        
        Change-Id: I9fbf2b4ea02d8c5aae234f78f96b4acd37b7341b
        Reviewed-on: https://gerrit.libreoffice.org/57062
        Tested-by: Jenkins
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 3a27688e0b54e124ab533b9670da76ef9dc455d2)
        Reviewed-on: https://gerrit.libreoffice.org/57097
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-08  Michael Stahl  <Michael.Stahl@cib.de>  [018b59833878afc6f1a4a2489e83235d508e2702]

        tdf#115890 sw: fix invalid cast in SwContentTree::GetEntryAltText()
        
        AccessibleListBoxEntry calls this for any entry.
        
        This was always broken but now we have asserts to tell us about it.
        
        Change-Id: I7094a1dfbffd359e0f536ca60cba2478e2a62464
        Reviewed-on: https://gerrit.libreoffice.org/57086
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins
        (cherry picked from commit 2986f4baa8bdef1f9ab9108240ea890075321be1)
        Reviewed-on: https://gerrit.libreoffice.org/57099
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-07  Eike Rathke  <erack@redhat.com>  [f9bc663d8d33d00ba3019151c82f0710b199d387]

        Handle protection lock mark in Undo/Redo, tdf#95880 follow-up
        
        Change-Id: Ic88cb375f9f6030c9268fca84de7a5434bb82dc1
        Reviewed-on: https://gerrit.libreoffice.org/57063
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 6fb449d127d1da165f610c4c99c2c7d9c5afbb97)
        Reviewed-on: https://gerrit.libreoffice.org/57087
        Tested-by: Eike Rathke <erack@redhat.com>

2018-07-07  Xisco Fauli  <xiscofauli@libreoffice.org>  [c3bc3a59cd44ee4eb75c22084f825ce61ba217b0]

        tdf#101930: Allow page up/down and first/last page in read-only mode
        
        Change-Id: Iea7d7a234d9904cd31c2a2355297ad8438d82b17
        Reviewed-on: https://gerrit.libreoffice.org/57084
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-07-07  Michael Stahl  <Michael.Stahl@cib.de>  [89183e6e5bf2f6fdd96418d9007f39d5757647d1]

        tdf#117261 xmloff: ODF import: convert form:connection-resource URL
        
        ... to absolute on import.
        
        (regression from fbb3b60cdb7a22595eec80232bb3ccd83781cf00)
        
        Change-Id: I2cd046e44489da86d3d67ff5df6cbad13e8265d0
        Reviewed-on: https://gerrit.libreoffice.org/57076
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins
        (cherry picked from commit 510209df4bcf457cac819e75889d564d620f119d)
        Reviewed-on: https://gerrit.libreoffice.org/57092
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-06  andreas kainz  <kainz.a@gmail.com>  [e83f7f242d7b3c1e44546312f5e240fb246273b3]

        Menubar icons: add icon to Help -> SendFeedback
        
        Change-Id: If88c59e6beddfdfcca95448334cc558ae5720366
        Reviewed-on: https://gerrit.libreoffice.org/57042
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 27ec8e8ab4d670c764c0fc6c550c5a46c7bbf7c7)
        Reviewed-on: https://gerrit.libreoffice.org/57053

2018-07-06  Eike Rathke  <erack@redhat.com>  [3eeb0096ac7c5beb48441eabc032cde38745a549]

        Related: tdf#118547 handle multi-sheet un-/protect, tdf#95880 follow-up
        
        Also don't attempt to remove a lock for TABLEID_DOC that is not a
        sheet.
        
        Change-Id: I28775a068215a59063ed95fd141e125cf2155aa7
        Reviewed-on: https://gerrit.libreoffice.org/57060
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 7eba8e98508d547f43fecbe3175a11a05956b30a)
        Reviewed-on: https://gerrit.libreoffice.org/57071

2018-07-06  Xisco Fauli  <xiscofauli@libreoffice.org>  [16fcf30fa53a55fdcd82826fd4d73bbd1b6bd883]

        tdf#118547: Remove lock mark only if password is correct
        
        Change-Id: I9f5731dfaaf9b4cc67e600a8b1c01709e7c9ba99
        Reviewed-on: https://gerrit.libreoffice.org/57044
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit c3a732a11c320b98e31dad79f421d4d73f33a15b)
        Reviewed-on: https://gerrit.libreoffice.org/57056

2018-07-06  Kshitij Pathania  <kshitijpathania@gmail.com>  [6d1c9d49bd262ba6746f5d5d2dd4e73da72b2324]

        tdf#103226 Notebookbar:Disabled appearence of context toolbars
        
        Change-Id: Ib4a5a1f1904976e9f511d7a908393cb072bc3aea
        Reviewed-on: https://gerrit.libreoffice.org/56341
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit 2c317751c4b7661c10bd9eb11094febeccd1b816)
        Reviewed-on: https://gerrit.libreoffice.org/57054

2018-07-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a09ed9a9eae17103b7ad6b5f99c78f6c36b6084b]

        Writer: Insert signature line at current cursor position
        
        Reviewed-on: https://gerrit.libreoffice.org/57026
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 8905ae9f0fc8b0e4a95113fd81e88d4e7db57bcc)
        
        Change-Id: Ic7cbcd409372a2d8222f57e67e1109a74f6f5ce3
        Reviewed-on: https://gerrit.libreoffice.org/57035
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-06  andreas kainz  <kainz.a@gmail.com>  [7c11c07d237c0ac60769564694a07f87b9a3cc02]

        Colibre icons: add about icon for menubar -> help -> about
        
        now without a link in links.txt maybe it work now
        
        Change-Id: Icf639b5ae4ca9abb8e11ce491112c7813571e65b
        Reviewed-on: https://gerrit.libreoffice.org/57041
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 7678e511bc37338c7e9514c835f04a6fc12b82f6)
        Reviewed-on: https://gerrit.libreoffice.org/57052

2018-07-06  andreas kainz  <kainz.a@gmail.com>  [a16bc0a4100b5c6c1c99ea8b53003c2fb85e3ac2]

        Colibre icons: add 32px icons
        
        Change-Id: I51c4230790a81794ec0d8a0f889a1d30377fb3ef
        Reviewed-on: https://gerrit.libreoffice.org/57037
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit a988cc64aceb4bda1e0cb27e3be05ee4bb7e00ad)
        Reviewed-on: https://gerrit.libreoffice.org/57051

2018-07-06  andreas kainz  <kainz.a@gmail.com>  [f78b5ba0c2532be331cc79fd50abceab0becaeb4]

        Menubar Writer: remove FootnoteDialog icon in Tools section
        
        Change-Id: Ia151c71409d4395762f6ebcb69b73b6652751104
        Reviewed-on: https://gerrit.libreoffice.org/57038
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 222630beb2423e69cfd121017975e84f2e3c0281)
        Reviewed-on: https://gerrit.libreoffice.org/57049

2018-07-06  Eike Rathke  <erack@redhat.com>  [e281e2036710ea4f719672ec4ef285161358d27e]

        Limit GetNextPos() loops to range also for nMoveX, tdf#68290 follow-up
        
         This is a combination of 4 commits.
        
        Remove now moot OSL_ENSURE
        
        Change-Id: Ifaf18cfa74a57898f4762a284ec088ece8b8270e
        (cherry picked from commit 2a269251f86b6bed3f24310bca96c796847bd42f)
        
        Turn SAL_WARN into assert
        
        ... as it indicates a programming error.
        
        Change-Id: I526846fe695fc7ed28336ea20cdba0c0db2e922a
        (cherry picked from commit 4bfa5d08c6ef94706e340f78ea1052e94a8c5915)
        
        Limit GetNextPos() loops to range also for nMoveX, tdf#68290 follow-up
        
        And straighten the code a bit to use one init block and return
        early if nothing marked or not protected.
        
        Change-Id: I4c9247479a137cb7f9435180f3f54667d28a29ef
        Reviewed-on: https://gerrit.libreoffice.org/57025
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit cef1e0986a66dd95b3fd4cf61c4cda1a1c4c8234)
        
        GetNextPos: init end cols/rows with current pos, tdf#68290 follow-up
        
        Using the added move value to obtain the print area could had
        placed them outside of the sheet already.
        
        Change-Id: I5fd97a7dd8ca92ab76cdfbb5c9a2b76ccc3f4c16
        (cherry picked from commit c6b601603967b0ddc32755ee29049580696f1a3d)
        Reviewed-on: https://gerrit.libreoffice.org/57045
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [34c1d80d91b62afa74d0566d88b7f4fbd0dcb433]

        tdf#117901 Write signature line images as emf to ooxml
        
        Change-Id: Idbf60be3cef2d9dde454da0279d2810488b1e157
        Reviewed-on: https://gerrit.libreoffice.org/56871
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 7bafb7ca8ef9467f5c55766d2a38ba0d0a60837c)
        Reviewed-on: https://gerrit.libreoffice.org/56986
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-06  Xisco Fauli  <xiscofauli@libreoffice.org>  [07f66a2bdbd50dc4e3c2318a88e7684f67f494d2]

        tdf#118506: Disable orientation page in read only
        
        Change-Id: I30994b95e65ddd70df7872f5cc41c339bf906f19
        Reviewed-on: https://gerrit.libreoffice.org/56875
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 0c3f7154f4d2919f7d28a5db9578fc308f2c0d02)
        Reviewed-on: https://gerrit.libreoffice.org/56998

2018-07-06  Kshitij Pathania  <kshitijpathania@gmail.com>  [5b927d8dd814084886b64878400ba1c30fe23aea]

        resizing of optionalbox now follows priority order strictly
        
        earlier box were not following the assigned priorities thus
        causing the reordering issue
        
        Change-Id: I8631312946322164a358d70fd9c47aa6ddfb95e2
        Reviewed-on: https://gerrit.libreoffice.org/55644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit 4c6e11886a9d396bf7be18e9e3209a73c6e303ad)
        Reviewed-on: https://gerrit.libreoffice.org/56992
        Tested-by: Jenkins

2018-07-06  Kshitij Pathania  <kshitijpathania@gmail.com>  [22211ce6e9f5947f644ef82dd07e99ebc9f8d8a1]

        tdf#112034 , tdf#107266 label color on basis of persona and persona flipping is fixed.
        
        Labelcolor not gets updated immediately but when statechanged function
        triggers via executemethod things workwell.(like it triggers on changing
        mode of notebookbar)
        
        Change-Id: I755fb4ff434d7971112d2f0beb44ca09f4a7e0f1
        Reviewed-on: https://gerrit.libreoffice.org/54301
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit e02b3b095e472646c58eecd36d5a27b056dcb99e)
        Reviewed-on: https://gerrit.libreoffice.org/56990
        Tested-by: Jenkins

2018-07-06  Kshitij Pathania  <kshitijpathania@gmail.com>  [4b848a51e9b8bc59aeb327d5c8349a29b26c31dc]

        tdf#107266 made background continous for menubar and notebookbar
        
        Change-Id: Ieed538741f2a252c8acf1e751bb2ddbe6361b2fa
        Reviewed-on: https://gerrit.libreoffice.org/55118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit 09cc173d59c0b79dca1ea11b37c858e8716062d3)
        Reviewed-on: https://gerrit.libreoffice.org/56991
        Tested-by: Jenkins

2018-07-06  Michael Stahl  <Michael.Stahl@cib.de>  [1a72ccd57909bf795fe60fafbdcb7ed5566d61cc]

        tdf#118414 sw: fix fieldmarks in GetNextAttr()
        
        Apparently this needs to stop both before and after the CH_TXT_ATR_*.
        
        (regression from 3e724847308c0d9cdd727898faaeb347c5f0643a)
        
        Change-Id: Iff3d594d2eec59436ad683b9cc7aca04f7527bd5
        Reviewed-on: https://gerrit.libreoffice.org/57017
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 2b0a7c346f8e3c5823a9e032a4501f20bc712914)
        Reviewed-on: https://gerrit.libreoffice.org/57043

2018-07-06  andreas kainz  <kainz.a@gmail.com>  [36f411db7aa6682fd30d0bb9b181c144d5c24cfd]

        Colibre icons: add 32px size icons
        
        Change-Id: Ib9b16fe037d1ecaac3c52723a002d0b6c440ba31
        Reviewed-on: https://gerrit.libreoffice.org/57019
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit ab51458f35eb55ec006156a9ad9383e0358ccbfb)
        Reviewed-on: https://gerrit.libreoffice.org/57029

2018-07-05  andreas kainz  <kainz.a@gmail.com>  [2000a0d6d4a0d130a7ff822d64ba941de1c761e0]

        Impress Menu -> Insert -> Slide Number fixed wrong command
        
        Impress
        Menubar -> Insert -> Slide Number open the Header and Fooder Dialog
        
        Change-Id: Ie6c03358254265422ef2b760aa182515a44480d4
        Reviewed-on: https://gerrit.libreoffice.org/56976
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit c50e4badfcb701d9e3927dae6617bb0d33f386e0)
        Reviewed-on: https://gerrit.libreoffice.org/56994
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-07-05  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [70c9bc40470520c5246e007f47fce7e179d11545]

        Karasa Jaga: add icons to some Calc menubar entries
        
        Change-Id: I3730aea8f4b5c14b48bc1020687cb037c06b28eb
        Reviewed-on: https://gerrit.libreoffice.org/56964
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 2f5be15efa0f34ab3a8ec27be8bcd9cbe9a7ac7a)
        Reviewed-on: https://gerrit.libreoffice.org/56988

2018-07-05  Eike Rathke  <erack@redhat.com>  [7d0426a26f59ecf19a5e58b1554af884ddc56948]

        Limit GetNextPos() loops to range, if available, tdf#68290 follow-up
        
        It's unnecessary to check all columns if there was a range marked
        anyway. Also use GetPrintArea() only for bUnprotected and enlarge
        the result a bit to cover the case where a protected form may be
        empty but not have vidsual indications either.
        
        Also adding nMoveY to nCol was nonsense all the time already, what
        was actually meant is to add the direction of movement. Worked by
        chance because nMoveY was always +1/-1.
        
        Change-Id: Ic1175a607a1169f3ef0e28d0f3a91f8c526314f4
        Reviewed-on: https://gerrit.libreoffice.org/56966
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 7903fa04d2d2233fe193eef7dfd3c203430edcc6)
        Reviewed-on: https://gerrit.libreoffice.org/56977

2018-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [07c5fdacc8e760809f0f6bfca37a7ce66d3b3d03]

        bump product version to 6.1.0.1.0+
        
        Change-Id: Ida1c538e15bc0254f383a8471fc9bdfc5e1f83a4

2018-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5fbe8d12d91c86f0231a033a5c2e926ab9414769]

        Update git submodules
        
        * Update translations from branch 'libreoffice-6-1'
          - update translations with the updated submodules
            
            Change-Id: I0f59e5cb8f567d52c1124c2d13095d4b7ad4bfac
            (cherry picked from commit b8215a9818b5f37753c604654b02cebbb776f4e4)
            
          - update translations for 6.1.0 rc1
            
            and also test the auto-update of the core module
            
            Change-Id: Id4556effa916c1d274f818bb5a5b700617fa6436
            (cherry picked from commit be22e619a5440e0e9b8aed19734bac8401220896)
            
2018-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e1e96dedefc1bd89f9608413325eb206cee89f6c]

        reset submodules to their corresponding branch
        
        Change-Id: I52f3d90a7a0e7b68c2f995d20b34b75792841fe0

2018-07-04  Henry Castro  <hcastro@collabora.com>  [6c2f1a228e297398f3d7eb3140b4c1878f67b7a9]

        tdf#118308: Incorrect Paste Special dialog when ...
        
        pasting content from another cell
        
        In tiled rendering case (headless) each window has its own clipboard,
        otherwise exists a unique clipboard (UNO service).
        
        Change-Id: I7d5d0b085faeaffa3fc0a80914fbe9349f4aa402
        Reviewed-on: https://gerrit.libreoffice.org/56508
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/56652
        Tested-by: Eike Rathke <erack@redhat.com>

2018-07-04  Henry Castro  <hcastro@collabora.com>  [ee7638061e787e6a1c37b2d3be1c14852cbc3381]

        sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228
        
        Change-Id: I9b6a2c2504c9ce060906ac3bf156721709fef2f3
        Reviewed-on: https://gerrit.libreoffice.org/55490
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/56651
        Tested-by: Eike Rathke <erack@redhat.com>

2018-07-04  Henry Castro  <hcastro@collabora.com>  [6d7d6d2474e7c37da25cfb6ec88bfb84eb08b62b]

        sc: prefix members of ScDocShell
        
        Change-Id: I7c2a4e5e850b26da515719f7df869f12c49b0ad3
        Reviewed-on: https://gerrit.libreoffice.org/55148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56650
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-07-04  Henry Castro  <hcastro@collabora.com>  [87dbab4452293903ac407bbb6b0bdd37207618e6]

        sc: simplify ScModule::GetClipDoc
        
        Change-Id: I36a79a41b989d37efc35a9f9b4bebca9bdaf9ee9
        Reviewed-on: https://gerrit.libreoffice.org/54935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56649
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-04  Henry Castro  <hcastro@collabora.com>  [3ec1c27bf30d9b91a90220793147838cbf726a0d]

        sc: release XTransferable2 when used with VBA compatibility helpers
        
        Copy, Cut, PasteSpecial and Insert is used by Range excel object,
        so after finishing executing the VBA script ensure to release XTransferable2
        interface
        
        Change-Id: I967a7ba1a1d101282f7a1b9d4b2e2ac3004f1c07
        Reviewed-on: https://gerrit.libreoffice.org/54497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56648
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-04  Justin Luth  <justin.luth@collabora.com>  [85ba2c3193d83c84e584ea8c008fdd4019cb8e2b]

        tdf#109190 sd: only MakeVisible on mouseclick-up
        
        Since MakeVisible() is called on both
        mousebuttom-down and mousebuttom-up,
        this also eliminates useless double-processing.
        
        In the problematic use case, the user pressed Ctrl-A to select
        a tall table. When clicking to de-select the cells, the contents
        moved around in unexpected ways because the rectangle is at the
        end of the selection during down-click, not at the cursor location.
        The re-arrangment of the screen invalidates the mouse-up,
        so the intended cursor position shifted.
        
        In the bug's calendar example, position the screen so that items
        20-31 are hidden, select the whole month, and then click
        on 5. Before, it would move the screen down to show 31, and
        the cursor would be placed at the screen position where 5
        had originally been. Solved by only repositioning on
        mouse-click up.
        
        However, mouseButtonDown must still be honoured while
        selecting, otherwise you can't select off-screen content
        with the mouse.
        
        This backport contains part of NFC commit b25f5909,
        missing initialization commit
        93bfc16d7d520042f58fa26968a2a9adbbe2afbe
        and cancel MouseSelecting commit
        e1bab58778fd501f2d2aff7e5dc61eefdc229c9a
        
        Change-Id: I41c90a7b113dc59a3c8c385139a5bb41993646fa
        Reviewed-on: https://gerrit.libreoffice.org/56262
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-on: https://gerrit.libreoffice.org/56799
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-04  Justin Luth  <justin.luth@collabora.com>  [58284e26fa604edc02b7598cb77a5b272c288320]

        tdf#115945 oox export: data label writeRunProperties
        
        DataLabel font was always returning to the default - black.
        
        Change-Id: I6c72a8daa699394b36f69fc54e0ba042f0255c18
        Reviewed-on: https://gerrit.libreoffice.org/56616
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit ae2fd281e046b2199ef44777b84518cd3abb2952)
        Reviewed-on: https://gerrit.libreoffice.org/56725
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-04  andreas kainz  <kainz.a@gmail.com>  [5ac2b0a3748078d92c3ca8caeef276318bdb7176]

        NB add support for media and printpreview content view
        
        Change-Id: I6c9376c96a4bb4b7385aad3f48facdd36899e29a
        Reviewed-on: https://gerrit.libreoffice.org/56956
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4b475eb9f46082c5fd1e414f458da038264e6066]

        move helpfiles pattern rule above the plaing get_target one
        
        as mac's make might pick the one without the dependency on the direcotry
        when trying to "make" that <module>.helpfiles target
        
        Change-Id: I60a55be118bc9a41352dad94326247b02aef1dd6
        Reviewed-on: https://gerrit.libreoffice.org/56961
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-04  Eike Rathke  <erack@redhat.com>  [867dec9f720b7f704aef4fd3d560b8015fc776a7]

        Check for HasAttrFlags::Protected instead ATTR_PROTECTION, tdf#68290 follow-up
        
        ATTR_PROTECTION at ScAttrArray is not sufficient as also
        conditional formatting may apply protection to otherwise
        unprotected cells. This now actually enables travelling
        Enter->Right in the sample document of tdf#68290 to advance to the
        next row / first col if at the end of a row for such protected
        cells.
        
        This matches what the ScTabView::MoveCursorRel() call then does
        via ScTabView::SkipCursorHorizontal() and
        ScTabView::SkipCursorVertical() (additionally checking protection
        options for selectable cells which should be done in
        ScTable::GetNextPos() as well). Actually when getting things
        straight the call to MoveCursorRel() may not be needed anymore and
        MoveCursorAbs() could be sufficient, but *only* if we can
        differentiate between viewshell cursor travel and UNO
        gotoNext()/gotoPrevious() calls.
        
        Change-Id: I0fcb0ecd748bbde982b260db4f4696166cfc5e78
        Reviewed-on: https://gerrit.libreoffice.org/56947
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 94af1b1100e8b48f755ec66b190d2017aae1dc00)
        Reviewed-on: https://gerrit.libreoffice.org/56953

2018-07-04  Eike Rathke  <erack@redhat.com>  [e9107d6873df273463d8ed6a221cb8978043c19e]

        Resolves: tdf#117458 let Enter move left/right again, tdf#68290 follow-up
        
        Regression from
        
            commit b0a391d62c1df7525069a02913a52af940d92ecc
            CommitDate: Tue Jan 30 23:12:04 2018 +0100
        
                Circular movement of cursor in a table with  hidden columns/rows, tdf#68290 related
        
        where for nMoveX case nNewX - nCurX and nNewY - nCurY were both 0.
        
        Also don't abuse the bMarked flag for GetNextPos() as bUnprotected
        if nothing is marked, in which case also bKeepSel doesn't make
        sense.
        
        Change-Id: I59af09f1cfa397e68ce16d151ba7eee6e6598a75
        Reviewed-on: https://gerrit.libreoffice.org/56935
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 5d774434743fbc40a5d19daadc9d5b73d2552c41)
        Reviewed-on: https://gerrit.libreoffice.org/56946

2018-07-04  Luboš Luňák  <l.lunak@collabora.com>  [1fcd620eeb0bdc37d110b37e18fe73c144f26d43]

        use ScInterpreterContext in ScMin()
        
        Otherwise fdo#74583-1 asserts with calc's threading.
        
        Change-Id: I2ba46a15d1d5216b279ae21d92ae52353e470df6
        Reviewed-on: https://gerrit.libreoffice.org/56479
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit ceabe204a7547988df8851e5d807ec83105e190c)
        Reviewed-on: https://gerrit.libreoffice.org/56515

2018-07-04  Luboš Luňák  <l.lunak@collabora.com>  [067d3b27ad7d09c381d117be8406082af3ae9943]

        use optional ScInterpreterContext in ScColumn::GetString()
        
        Otherwise calc's threading asserts with fdo#37765-1.
        
        Change-Id: Ic2500f2218bf62c4d05f1c5284e62a53c0598b53
        Reviewed-on: https://gerrit.libreoffice.org/56484
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 4d37e0d5dd22343a3b7942649f460db544ae536c)
        Reviewed-on: https://gerrit.libreoffice.org/56516

2018-07-04  Luboš Luňák  <l.lunak@collabora.com>  [4d91b3c21a3dd87fa1743b0dbe4ffe2f05eb45a2]

        remove the useOffset thread-unsafe hack from transliteration
        
        And instead pass it as an argument to an implementation function.
        Otherwise this is thread-unsafe for Calc's threaded calculation,
        and transliteration is used in various places in Calc code.
        
        Change-Id: Ibdf95e4b6867ec251618f6ff91e605acb69667c0
        Reviewed-on: https://gerrit.libreoffice.org/56290
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit e9430571c41367625110cdcde168da178b8b30a9)
        Reviewed-on: https://gerrit.libreoffice.org/56450

2018-07-04  Luboš Luňák  <l.lunak@collabora.com>  [6b5d49e129ba1f480ff74b4db657bd0e0dcd2bdf]

        fix thread-unsafe return of a reference to a static
        
        The Mapping struct is small, so there's no need to reuse it.
        Without this, sc/qa/.../sumif_wildcards.fods sometimes fails with calc
        threading.
        
        Change-Id: If1f370bebe8e1afa14f8645d843a056b6f0dbdea
        Reviewed-on: https://gerrit.libreoffice.org/56449
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 87ac4627260bc56825f1283a3a4d88b7f5e466d8)
        Reviewed-on: https://gerrit.libreoffice.org/56514

2018-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e62d2e5ebc94a64767c4c5e6f1f7529cada72fe4]

        enable html-help for Linux, Windows and Mac distro-configs
        
        Change-Id: I731e9bcae221d72286f13d5ab8a117e1f1f92052
        (cherry picked from commit c625bc9aa485c747de54b0cb479abbbf79789b36)

2018-07-04  László Németh  <nemeth@numbertext.org>  [831080baa70186ed8f59ebcaf3b0bce8763f57b4]

        libnumbertext: update to 1.0-1
        
        New languages: Albanian, Galician (by Adrián Chaves),
        Norwegian Bokmål and Nynorsk, Ukrainian (based on Russian).
        
        Reviewed-on: https://gerrit.libreoffice.org/56785
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        
        (cherry-picked from the commit 77f81dabfd75ef756f6ed7ba9086db19a58984c9)
        
        Change-Id: I6b40dfdafe3023edc661b0a9e9f2dedbc94364f8
        Reviewed-on: https://gerrit.libreoffice.org/56808
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab89b8af4784d9edc2dbab40f14fb47d43bfbb5f]

        tdf#115671 vcl opengl: fix drawing of polylines with duplicate points
        
        The bugdoc had a custom shape, the interesting part of it was a triangle
        with miter line join, where the last segment was missing. In that case
        RenderList::addDrawPolyLine() mishandled the polyline, as it does not
        expect duplicate points in it.
        
        (cherry picked from commit d4b49841090c70cc31000fb30de9b5ddc07b0c42)
        
        Change-Id: I06d5c2d191bb6269a87da1f006f27a94205f5145
        Reviewed-on: https://gerrit.libreoffice.org/56925
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-04  heiko tietze  <tietze.heiko@gmail.com>  [ea5808780374cb520ec61c8e797f92fb7a6c37cb]

        tdf#86612 - Keep zoom visible in Writer
        
        Mandatory flags added to the statusbar
        
        Change-Id: I2605c76d579aa50efb953a475aacbc5e3a6e3abb
        Reviewed-on: https://gerrit.libreoffice.org/56859
        Tested-by: Jenkins
        Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 9a8356d81bba69507861417a73aea98beca2b347)
        Reviewed-on: https://gerrit.libreoffice.org/56930
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-04  andreas kainz  <kainz.a@gmail.com>  [e601f74df3e0bb0cf1eb1c33d122689d82ccd50e]

        Calc Menubar: add icons to some menubar entries
        
        Change-Id: Iad8334c3e0f27c39cdab54a06ca8e54de263d26b
        Reviewed-on: https://gerrit.libreoffice.org/56885
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 073d1907efdc381f1f992bcb944947ecc7484c20)
        Reviewed-on: https://gerrit.libreoffice.org/56917

2018-07-04  andreas kainz  <kainz.a@gmail.com>  [f64557369917184054052434e800bf67c801479f]

        Menubar Calc: move document compare features to track changes group
        
        same layout than in writer
        
        Change-Id: I9fd0e745b6376c3047c4fa8408543fe11a4852ce
        Reviewed-on: https://gerrit.libreoffice.org/56899
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 6a81ed1f3d6fe87baccb41f50cefa1ff50fbc9e4)
        Reviewed-on: https://gerrit.libreoffice.org/56918

2018-07-04  Stephan Bergmann  <sbergman@redhat.com>  [931890070b25d3e69a3acdc9392d66f99d63be60]

        const fixes for python3-devel-3.7.0-1.fc29.x86_64
        
        Change-Id: Ia16a8b828e11ce36e9bb77ecf9e8a1179bd9b90c
        Reviewed-on: https://gerrit.libreoffice.org/56841
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 76a29148be63cb006a7e25e312dc93acc93e071f)
        Reviewed-on: https://gerrit.libreoffice.org/56883

2018-07-04  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [bbaa3849618a3aab619e1ed5d0eddaa80a837e88]

        tdf#86612: impress: mark several statusbar elements as optional
        
        support for "mandatory" property was introduced in
        d77f8eef165a7c6fd97cc06dcbc4ead55e7b633c but implementation was
        made only for Calc and Draw.
        
        decrease minimal width for "size" element: it is using too much
        horizontal space in small window.
        
        Change-Id: I184ac3a03ffa0a018f012d0f5da3c2da54f6c365
        Reviewed-on: https://gerrit.libreoffice.org/56719
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 48e14cbb13ff967e86136b11cf1bebf29e3f54cc)
        Reviewed-on: https://gerrit.libreoffice.org/56915
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-07-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [dca20728ebe798ada1045ea3dabcb981166e2b9d]

        ./g: don't exit early on ./g checkout -f
        
        Reviewed-on: https://gerrit.libreoffice.org/56822
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 5fce97a58b8f764e35bf98128591c9a89537da05)
        
        Change-Id: I33f54c365bce64ccccfeb1c58fc8e4faddb7ad77
        Reviewed-on: https://gerrit.libreoffice.org/56916
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-07-03  Eike Rathke  <erack@redhat.com>  [8bb1ab5c4456526e2411ba8f953e41daef8b429b]

        Resolves: tdf#118221 whole cell kerning default is off
        
        So set that at OutputDevice, there is no cell attribute for
        kerning, all kerning on is handled by EditEngine output.
        
        Change-Id: I23ac2b2cf59f3a4651cc9b614df03860a9cb9146
        Reviewed-on: https://gerrit.libreoffice.org/56866
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 36eed54d3dfed6551fd2ad944feff7e217c56e82)
        Reviewed-on: https://gerrit.libreoffice.org/56877

2018-07-03  andreas kainz  <kainz.a@gmail.com>  [023554333d98ffe59a9177994a3475ed3efc78dd]

        App icon update
        
        Change-Id: I3ac392f903644281c6a1ccb9183fbe1c72b78311
        Reviewed-on: https://gerrit.libreoffice.org/56847
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 9f0bd172d0d9f0d282131a57bb4098096afd2e2a)
        Reviewed-on: https://gerrit.libreoffice.org/56881

2018-07-03  Rene Engelhard  <rene@debian.org>  [768e1465afb3e78eb00b65afef1a681bada68127]

        we still need a Archive::Zip test in configure.ac
        
        since system-hsqldb uses it for checking the hsqldb version. This partly
        reverts 4e3dc8c141c2efd037c1f214b5edff071812b6a8
        
        Change-Id: I60d333d5807404355dd8c8fc2763e76d3a7fa350
        Reviewed-on: https://gerrit.libreoffice.org/56888
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit d503b5d50b22fe376d74aadbe518bc616299a019)
        Reviewed-on: https://gerrit.libreoffice.org/56894

2018-07-03  Mike Kaganski  <mike.kaganski@collabora.com>  [240cd3e2de7446fb009f7e372da28698aeb2682d]

        tdf#116537: use page #s excluding empty pages when they are ignored
        
        Since commit 3c1a343f6936f1dcefdf79a677f8c26ce29676e6,
        SwDoc::CalculatePagesForPrinting expects that PageRange contains
        page numbers that don't include empty pages' numbers, when the
        org.openoffice.Office.Writer/Print/EmptyPages is false.
        
        Change-Id: I4057d6e36765707affbd5f3a4507ae03f4a27171
        Reviewed-on: https://gerrit.libreoffice.org/55756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit cc46e7b9c75ddbcaaefde5f396ba76b0b866fa58)
        Reviewed-on: https://gerrit.libreoffice.org/56758
        Tested-by: Jenkins

2018-07-03  Mike Kaganski  <mike.kaganski@collabora.com>  [ca3786b172a18aadbd3f437048c43724f2b7b69a]

        tdf#118442: Fix incorrect index calculation
        
        If a number string has leading spaces and/or minus, then calculating
        index into the aBuf as the difference between p and pStart gives
        wrong (too big) number. This asserts in debug builds, when e.g. an
        assignment is made in a BASIC macro:
        
          Dim f As Double
          f = " -12.20"
        
        "include/rtl/ustrbuf.hxx:490:
        sal_Unicode &rtl::OUStringBuffer::operator[](sal_Int32):
        Assertion `index >= 0 && index < pData->length' failed."
        
        This affects, e.g., https://gerrit.libreoffice.org/56610 (see
        https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/9527/consoleFull#1820989527d893063f-7f3d-4b7e-b56f-4e0f225817cd)
        
        Change-Id: I14654166be721907e2a26ea6f4091f203a9437d7
        Reviewed-on: https://gerrit.libreoffice.org/56611
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit b24b0b9856b42eb6598c053703a11f86b6a6346c)
        Reviewed-on: https://gerrit.libreoffice.org/56755

2018-07-03  Mike Kaganski  <mike.kaganski@collabora.com>  [336d052a8db24ec9d19cec47c54ff76ed35a413c]

        tdf#107969: use proper serializer for VML in footnotes/endnotes
        
        Change-Id: Ie0e062fab0ae1a63094655cc0f6bee958b4c1087
        Reviewed-on: https://gerrit.libreoffice.org/55978
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit c67b7d795589aaf8f3396a379ef348bd650cb2dc)
        Reviewed-on: https://gerrit.libreoffice.org/56754

2018-07-03  Mike Kaganski  <mike.kaganski@collabora.com>  [e41c9749310d06da1bf0387a5e11326bdd3bb988]

        tdf#102195: don't exclude everything between first and last subset
        
        When subsets are non-contiguous, we need to include the parts between
        subsets.
        
        Change-Id: I28214dccc75e6a6af5c65397b2126049a65bf79f
        Reviewed-on: https://gerrit.libreoffice.org/56571
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 4600b07c1d787f959618d9ecf54161e4ea4ffa61)
        Reviewed-on: https://gerrit.libreoffice.org/56753

2018-07-03  andreas kainz  <kainz.a@gmail.com>  [e7fc3fe87487c36dc8524978c896deb2465a78d2]

        NB writer: add media tab to notebookbar.ui
        
        Change-Id: I83a094b88c3ac31dc200a152e83ad7b8329418ad
        Reviewed-on: https://gerrit.libreoffice.org/56848
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 796d60da3e03438c92c54c0a9010e859a7679c9e)
        Reviewed-on: https://gerrit.libreoffice.org/56870

2018-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d4e41009c42b26d318af20ac1e2da301212c1cf]

        tdf#117757 sfx2 save-as: fix leftover temporary files for embedded objects
        
        This is really similar to c1676204447df942e766c0780c1580e1f0427b73
        (tdf#117225 sfx2: fix leftover temp file when saving doc with embedded
        objects, 2018-05-14), just this is save as, not save.
        
        (cherry picked from commit b8fd1a814ffc80f2802c5b980febabcffe9606cb)
        
        Change-Id: If78d91262bfbe97846287deb0794e4101ef7b4af
        Reviewed-on: https://gerrit.libreoffice.org/56869
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-03  Caolán McNamara  <caolanm@redhat.com>  [bf1e097c16f9dd672ea43234cbe0eb64c82fd37e]

        weld SwWatermarkDialog
        
        Change-Id: Iff3ddfb4dd75088e39ea7675b085f1bbde2c2045
        Reviewed-on: https://gerrit.libreoffice.org/56414
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-03  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [dd645e70108f31aab611634e77c120e5efe52d05]

        tdf#118086: calc: invalid row autoheight fixed
        
        RowHeightContext should be initialized for each tab separately.
        Reusage of same data was causing invalid heights for next pages.
        
        Change-Id: Ib10518a8eef416e2197d0f6232fc981ce748882b
        Reviewed-on: https://gerrit.libreoffice.org/56603
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit e2fce4f05084061efb64e53444ab5d2d0d05b612)
        Reviewed-on: https://gerrit.libreoffice.org/56861
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-03  Justin Luth  <justin_luth@sil.org>  [d96ba7a7df7d28558adaaf9b28026dd73855c3cb]

        tdf#108000 sw layout: ignore emulated keep on large tables
        
        There is no point in a very large (multipage) table keeping with
        the following content and it just makes the layout more complex.
        This is especially true when we are emulating this using
        MSWord's convention, and not LO's native table-keep option.
        
        This patch only affects my earlier code for emulated tables.
        Otherwise, something about the general logic could loop
        forever in certain huge tables. This seemed like a very
        reasonable compromise.
        
        Change-Id: Ic1bde12b266e71fc9f608ec4d1223277108750fa
        Reviewed-on: https://gerrit.libreoffice.org/56314
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit fc90f7ea8034e9585486ea9cc3e55771aca85540)
        Reviewed-on: https://gerrit.libreoffice.org/56791
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-03  Paul Trojahn  <paul.trojahn@gmail.com>  [d3566e105819cda1e42f51fd5967a971c8f941ea]

        tdf#115233 Don't reset crop when replacing a graphic
        
        When passing DND_ACTION_MOVE to View::InsertGraphic, the whole object gets
        replaced. DND_ACTION_LINK should be used, because it just replaces the
        graphic and keeps crop information.
        Marking the object is not needed, because InsertObjectAtView and
        ReplaceObjectAtView already take care of that.
        
        Change-Id: I0d829ec39a9d484a7c8946252e90eddb12ea9756
        Reviewed-on: https://gerrit.libreoffice.org/56401
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 3f3c16e433f727bf52a6f894956b489187ab6dce)
        Reviewed-on: https://gerrit.libreoffice.org/56837
        Reviewed-by: Paul Trojahn <paul.trojahn@gmail.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-03  Gabor Kelemen  <kelemeng@ubuntu.com>  [fcf9d03950716aca830bd4b059cea13f103cb80f]

        tdf#118452 Don't crash when multi thread calculation is disabled
        
        ...by default configuration.
        
        Change-Id: If6075ae66537f613434dd38766324436f2426517
        Reviewed-on: https://gerrit.libreoffice.org/56840
        Tested-by: Jenkins
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        (cherry picked from commit e119194aeec907f3d02cb914e5afde5ac763df7c)
        Reviewed-on: https://gerrit.libreoffice.org/56844
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-03  Luboš Luňák  <l.lunak@collabora.com>  [2c7a550a1e752f7add05381ae5932e1b00d705a5]

        blacklist ocGetPivotData for calc's threading
        
        There appears to be a lot of caching involved in the code invoked
        by ScGetPivotData(). Testcase is e.g. tdf#89186-1 (with minimal
        formula size disabled again).
        
        Change-Id: If7e2a972898c358dc8f80cf238f8d5ccf541f16d
        Reviewed-on: https://gerrit.libreoffice.org/56525
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 7e1cabd96526cb7befc5ea5073358093efbe12d0)
        Reviewed-on: https://gerrit.libreoffice.org/56565
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-07-03  Mike Kaganski  <mike.kaganski@collabora.com>  [ee0d0b0d21889441dec04c3b17fc99087cf8ef96]

        tdf#118441: also keep string-formula results for shared formulas
        
        ... like it is done for normal cells.
        So, the cells that have markup like
        
                <row r="2" ...>
                    <c r="A2" t="str">
                        <f t="shared" ref="A2:A65" si="0">Test(B2:Z2)</f>
                        <v>0</v>
                    </c>
                </row>
                <row r="3" ...>
                    <c r="A3" t="str">
                        <f t="shared" si="0"/>
                        <v>0</v>
                    </c>
                </row>
        
        now are handled (wrt restoring the stored result value) just like
        cells with this markup without sharing have long been handled:
        
                <row r="1" ...>
                    <c r="A1" t="str">
                        <f>Test(B1:Z1)</f>
                        <v>0</v>
                    </c>
                </row>
        
        Change-Id: Ifcf62cf6d073faff310aa8553c6f57f42ae588cc
        Reviewed-on: https://gerrit.libreoffice.org/56675
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit e6c43ed9e6bb41b64bcc8105ad006c999deebcd7)
        Reviewed-on: https://gerrit.libreoffice.org/56756
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-07-02  Eike Rathke  <erack@redhat.com>  [33b7319e2e08812a2f7d3126e4b1ec90875d6165]

        Resolves: tdf#56910 detect a Space (blank) separator if not selected
        
        On populating the CSV import dialog for the first time attempt to
        detect a possible space (blank) separator if field separators
        don't include it already. This can be necessary because of the
        "accept broken misquoted CSV fields" feature that tries to ignore
        trailing blanks after a quoted field and if no separator follows
        continues to add content to the field assuming the single double
        quote was in error. If this blank separator is detected it is
        added to field separators and the line and subsequent lines are
        reread with the new separators.
        
        Change-Id: I3c6d74ce8883f1d279a810e800e54b349d85ac71
        Reviewed-on: https://gerrit.libreoffice.org/56810
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit c807e7ea7a0725a4d8375eda07d6f70870e0d50a)
        Reviewed-on: https://gerrit.libreoffice.org/56814

2018-07-02  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [7c69d414fff30f98499c463b66fbcd83a7df17b1]

        Karasa Jaga: Update many icons
        
        Change-Id: Iead405770be4ba3bc9c957f8cef656b0b462d6b0
        Reviewed-on: https://gerrit.libreoffice.org/56803
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-07-02  andreas kainz  <kainz.a@gmail.com>  [5f423351c3362579ce34c64db5dc5cd66da90678]

        Colibre icons: add icons for Common Align actions
        
        Change-Id: Ia234b76039759d6f71ec6578e7ffa4ff4236dae2
        Reviewed-on: https://gerrit.libreoffice.org/56797
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 2fbcfc8ab619e64642e97aeb2f7a8c8585615d59)
        Reviewed-on: https://gerrit.libreoffice.org/56802

2018-07-02  andreas kainz  <kainz.a@gmail.com>  [fbab4c3b9748bb0a9b5de1c2ad5d57caccfb305c]

        Colibre icons: update mediaplayer icons
        
        Change-Id: I97cf021a65e6daedc742cf76089622a7ba6b309e
        Reviewed-on: https://gerrit.libreoffice.org/56794
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 683fa7b68673c8c6563ee493b8b5682bb6fd1b8a)
        Reviewed-on: https://gerrit.libreoffice.org/56801
        Tested-by: Jenkins

2018-07-02  andreas kainz  <kainz.a@gmail.com>  [4dd3d95b9fdbbab3a803bcbb1abf225c7924ff3b]

        Colibre icons: update avmedia icons
        
        Change-Id: I6212e22935676bc2d5107c91f2af29e0b9e9e076
        Reviewed-on: https://gerrit.libreoffice.org/56793
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit cb5a5653b53427075cb945791f3cf173258acd7c)
        Reviewed-on: https://gerrit.libreoffice.org/56800
        Tested-by: Jenkins

2018-07-02  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [a3786926c8a56c9eecb6547eb70c1dba98373788]

        tdf#117335 Fix displaying GIF images
        
        To fix regression the sal_uInt16 was used instead of sal_uInt8.
        Verified on macOS High Sierra 10.13.5.
        I also checked if with this fix, there is no issue with displaying EMF (tdf#113197)
        Sample document from tdf#113197 is displaying correctly.
        
        Change-Id: I6504717d831a193b0a878ced2f335d34a993aed6
        Reviewed-on: https://gerrit.libreoffice.org/56578
        Tested-by: Jenkins
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        (cherry picked from commit 054a3586bb4808728a5cd58ea8a867539c08e55c)
        Reviewed-on: https://gerrit.libreoffice.org/56667
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-02  Julien Nabet  <serval2412@yahoo.fr>  [b8fc43af43626c3895033063d10eb547f64c01d0]

        tdf#43388: add missing info for Evolutionary Algorithm Solver
        
        Add SolverConstraintOperator.INTEGER_value case and in the same time
        the also missing SolverConstraintOperator.BINARY_value case
        
        Change-Id: I18b826e74a2381dedaea3090919118b8d5dad072
        Reviewed-on: https://gerrit.libreoffice.org/56359
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 02a66f29fec36aed5fb1e800a08c1390d3674b59)
        Reviewed-on: https://gerrit.libreoffice.org/56434
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-07-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [20a5653e76f4a96f126d52d933e30fa5410a8a09]

        tdf#118355 Repl Default / Text Body in Style menu
        
        Replace Default Paragraph Style by Text Body, as justified in
        bug report.
        
        Change-Id: Idca1bf437af7d3df838b65bf9991f08e18260c85
        Reviewed-on: https://gerrit.libreoffice.org/56710
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-07-02  Justin Luth  <justin.luth@collabora.com>  [48c736a50525b7e72e57d511f61c4328fef10207]

        tdf#104199 sd: export non-borders as noFill
        
        ...followup to commit 76505bbd862b17b9b02a2d6e68bac308890dec70
        which made the border invisible by setting the color to COL_AUTO.
        
        But being invisible isn't good enough because on a round-trip
        we are now losing the "noFill" attribute and saving a defined
        border. However, COL_AUTO is turned into white during import,
        in both LO and in MSO, so round-tripping displayed a
        white border instead of an invisible one.
        
        Change-Id: If6cb513ca6e4336e49bc56a9509aede2e1937063
        Reviewed-on: https://gerrit.libreoffice.org/55658
        Tested-by: Jenkins
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>
        (cherry picked from commit 4087130d0531a31456310bfe5c41a028dacd5a4d)
        Reviewed-on: https://gerrit.libreoffice.org/56747

2018-07-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bda21b487f4899fb42ff24515b27e2344ccf9a50]

        libnumbertext: off-by-one in makefile rule (LIB=.. ineffective)
        
        autoreconf line doesn't need it, it is the configure one that should
        make use of it..
        
        Change-Id: I1d7b492a8d99f8fbcb8443de7a7def2caaf8df3b
        Reviewed-on: https://gerrit.libreoffice.org/56745
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 044b73b2adcbd739a186ddaea5830db7ff605f09)
        Reviewed-on: https://gerrit.libreoffice.org/56748

2018-06-30  Mike Kaganski  <mike.kaganski@collabora.com>  [76c0b3c516f6b0d43136522b4d476eb60211cec1]

        tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on Windows
        
        Change-Id: I62c76efb354949699615a44d9482df24e3eaa314
        Reviewed-on: https://gerrit.libreoffice.org/56433
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 2e142c0ee54744d35517f0b9c49a24302fb32d47)
        Reviewed-on: https://gerrit.libreoffice.org/56757
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-30  Ali Ahmadi  <idnux09@gmail.com>  [de0c9f0e6c6c6eed1bee84a3d7579636696ee72d]

        Updated core Project: dictionaries  034a64c3834e3121c24490f58cbc7f9784081dee
        
        add Indonesian hyphenation library function
        
        Change-Id: I34fff23b2990f5373b38a14f72e113dc5a0b1a10
        Reviewed-on: https://gerrit.libreoffice.org/56432
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 2180c26eabeda8ed3315bc04acd0dd4fc3246736)
        Reviewed-on: https://gerrit.libreoffice.org/56517
        

2018-06-30  Luboš Luňák  <l.lunak@collabora.com>  [d90a25d2fe3c6fe46aa3e21ff5cd48aab4251840]

        thread-safe initialization of transliteration objects
        
        Otherwise causes problem with ooo#70213-3 (and
        mnOpenCLMinimumFormulaGroupSize disabled).
        
        Change-Id: I3acfad34476e74595b55a559df5bfd72945a1869
        Reviewed-on: https://gerrit.libreoffice.org/56291
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 8617c8ed9047e46808c292bd68e5b573aa7af74d)
        Reviewed-on: https://gerrit.libreoffice.org/56451

2018-06-30  Justin Luth  <justin_luth@sil.org>  [fc32fd280efe27f7618b4905ffc232a824cf9666]

        tdf#118421 ww8export: rotate vertically: not Lines or groups
        
        Lines and Groups often are exceptions.
        Normally, the import code swaps vertical rotations also. In the case
        of lines (from the tests that I observed) lines don't have a rotation
        value at that point during import, so no correction is made.
        Grouping always messes things up.
        
        Change-Id: I344c5a29f887294b751ffc87c01b30e472cfb4c2
        Reviewed-on: https://gerrit.libreoffice.org/56595
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 1cedd88d40a26a55ce433f8b742215aea83a5382)
        Reviewed-on: https://gerrit.libreoffice.org/56654
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-06-30  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [7951c2bc4972c3eb7e3173c81506d3335c517925]

        Karasa Jaga: Add icons for menubar actions
        
        Change-Id: I44f0a474ddd6e2dcee912f60a85134e3fa0cbf8b
        Reviewed-on: https://gerrit.libreoffice.org/56738
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 93384c77d82412f66b8ebadf8ecc983b96f55b41)
        Reviewed-on: https://gerrit.libreoffice.org/56741
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-30  andreas kainz  <kainz.a@gmail.com>  [b094560ca5665fe4874cf0e1739c2b653e79f34d]

        Colibre icons: add 32px icons
        
        Change-Id: Ib31a5308fe5345639aad791c72f23009b92d1ac4
        Reviewed-on: https://gerrit.libreoffice.org/56722
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 2be040131194cd673a4cf550afaa880b958dd678)
        Reviewed-on: https://gerrit.libreoffice.org/56736

2018-06-30  Justin Luth  <justin.luth@collabora.com>  [23d6c908e6af6d02101edbf0246099e89f95cc7e]

        NFC oox export shape: move replicated code into function
        
        Change-Id: I1d306769bee8390626b513c63c5b889ba3d3d3d6
        Reviewed-on: https://gerrit.libreoffice.org/56083
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 3ef18b28ade43a38bb46a2400e4e81a9ae8796bc)
        Reviewed-on: https://gerrit.libreoffice.org/56137

2018-06-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [436e00899be03fa88db7f7f8d453ae5670a73111]

        ODF1.3: import new OpenPGP encryption markup
        
        With OFFICE-3940 the loext markup got accepted for ODF1.3 (and
        the redundant KeyInfo element removed). Make sure manifest parser
        can import new markup.
        
        Change-Id: Id3c88654e8e6e0e256cd68fbb43f1ef670849cf7
        Reviewed-on: https://gerrit.libreoffice.org/56597
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit a7bf6488ebb544e1efaed0a1e53073df9cc2064d)
        Reviewed-on: https://gerrit.libreoffice.org/56677

2018-06-30  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [73a401dac412249c9650b8c13a285c96fff8c523]

        tdf#86612: statusbar: hide some elements if width is not sufficient
        
        new statusbar element property mandatory=true/false to determine
        if this element can be hidden if total statusbar width is not
        enough to fit all elements.
        
        marked some calc and draw statusbar elements as not mandatory.
        
        Change-Id: I20e26d3c4bd865e94ea48632a1e97d55f3fa712f
        Reviewed-on: https://gerrit.libreoffice.org/56443
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit d77f8eef165a7c6fd97cc06dcbc4ead55e7b633c)
        Reviewed-on: https://gerrit.libreoffice.org/56591

2018-06-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [92f0c54b81047d079b592e5d4b16f98698e346e1]

        Updated core Project: help  f1da8711f724c5f72b17533d48a0f8939929eebf
        
        Add mode="embed" for bascode
        
        Embeded <bascode> was not properly rendered because it had
        no embed mode
        
        Change-Id: Icdc91c5b00b165d7963248f9083837b899d382f2
        Reviewed-on: https://gerrit.libreoffice.org/56729
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4ab5d3569804515d378c51437d7ec39d205dd702]

        Updated core Project: help  449352832e33a1bd9f17aab8039fc6f199917450
        
        Improve readability of page for do-loops
        
        Highlight statements in syntax sections
        
        Change-Id: I755ca4f7bd9aaeb1ee7183640523b8a790e560ac
        Reviewed-on: https://gerrit.libreoffice.org/56728
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [dfb12ec4aa78a42266f35acd46b598c94165fbd8]

        Colibre icons: fix table after before icons
        
        Change-Id: Id7e7e9ee66b284503fbd49661ac7c4152806e295
        Reviewed-on: https://gerrit.libreoffice.org/56682
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 392c8cf75994aaa41a6b696819f95a00881a034a)
        Reviewed-on: https://gerrit.libreoffice.org/56686
        Tested-by: Jenkins

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [5e8c1dfc0d930faddee0df4705c86411e5bd0c19]

        Colibre icons: add 32px icons
        
        Change-Id: Ic998fd44d22d4a328e0083d3f91cd23d48c79f48
        Reviewed-on: https://gerrit.libreoffice.org/56679
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 00ed5f27e56edc3d8128ec817a21b37986b37421)
        Reviewed-on: https://gerrit.libreoffice.org/56681
        Tested-by: Jenkins

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [096d6eaefd786c074c1f32c36a842e1d242439f3]

        menubar draw update zoom subgroup in view
        
        in every app there is in view as last subgroup zoom
        ordinary you have fullscreen and zoom with the submenu
        as in draw there fuulscreen isn't available panning was shown
        and the submenu was updated to show also the draw specific zoom items
        
        Change-Id: I390ac40815aa28c7df883cf63dcd214b181785ed
        Reviewed-on: https://gerrit.libreoffice.org/56586
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit ffa431d2bfe9058571ad6bb6db43c3b857754ced)
        Reviewed-on: https://gerrit.libreoffice.org/56658

2018-06-29  Michael Stahl  <Michael.Stahl@cib.de>  [67a56897ec1e4f2bab2c3291b8dd225710d2ae29]

        python3: upgrade to release 3.5.5
        
        Fixes CVE-2017-1000158.
        
        Change-Id: I1871f031e3431253a3403f2ea2b586bcc4aa1016
        Reviewed-on: https://gerrit.libreoffice.org/56609
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 744feb55a11263ae0947ab59db76b949b5863acf)
        Reviewed-on: https://gerrit.libreoffice.org/56672

2018-06-29  Michael Stahl  <Michael.Stahl@cib.de>  [7373a1745a5cb36640de418ce908e748c5c695ef]

        cppunit: also build 64-bit DLL always with PDB file
        
        Note: this maps to /Z7 apparently:
        <DebugInformationFormat>OldStyle</DebugInformationFormat>
        
        https://msdn.microsoft.com/en-us/library/bb629394.aspx
        lists various options but passing /p:DebugSymbols=true /p:DebugType=full
        /p:PdbFile=... to msbuild.exe by itself doesn't do anything while
        patching the project file works.
        
        Change-Id: I888b5f6af7be519e2d35b749873ae7d35bb0bf9d
        Reviewed-on: https://gerrit.libreoffice.org/56605
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit e35a8b248591884471dcffcc762a937116ae282c)
        Reviewed-on: https://gerrit.libreoffice.org/56671

2018-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [79110f761af53fabde45ef4174c5266c71e9d13d]

        tdf#118425 xmlsecurity UI: fix OOXML signing
        
        Regression from 13596e704e4b48e8b0892867b3f3fc351a2729f9 (Don't pass ODF
        version, just retrieve it directly, 2018-05-17), just checking the file
        format explicitly like the PDF signing does fixes the problem.
        
        Change-Id: I1ba7cf9096e01c6c5a2d3875b08fa3a66acae829
        Reviewed-on: https://gerrit.libreoffice.org/56635
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 02119ce226ef7c1fcf419aa0933aa95381ee309b)
        Reviewed-on: https://gerrit.libreoffice.org/56663
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-06-29  Nickson Thanda  <nicksonthanda10@msn.com>  [828cea44d910d8f0e27519b4283c9038bcb022ac]

        tdf#36867 - Undo autocapitalization when inserting a cell in Calc
        
        Change-Id: Ia70144d6c86b1b08e14425bf537e9c39d585a614
        Reviewed-on: https://gerrit.libreoffice.org/55820
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 0e0ceebc0d6facf803ad089ef38d559355407c54)
        Reviewed-on: https://gerrit.libreoffice.org/56590

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [dd8fe3e2e03e4de59e5359973c326146d5147b16]

        Menubar: move InsertDoc in ObjectMenu Subsection like in calc
        
        Insert section in writer is very long and when move InsertDoc
        into the Object Subgroup it will be on the same level than
        in calc
        
        Change-Id: Ie34b5853dd462ed17df02f645a1e6953beaf3f13
        Reviewed-on: https://gerrit.libreoffice.org/56584
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 6651e055e1bc847f9732269bfff12412c2cbef0d)
        Reviewed-on: https://gerrit.libreoffice.org/56657

2018-06-29  Stephan Bergmann  <sbergman@redhat.com>  [c82a56901b2075a741e43eb20f3483da8ecadd80]

        Null deref in ScDocument::IsClipboardSource
        
        Appears to be a regression introduced with
        b6b1ded0a0539e7be1b5338de378a3276a6ff445 "sc: replace ScCaptionPtr with
        std::shared_ptr, tdf#117997, tdf#117228".  Reported e.g. as
        <https://ci.libreoffice.org//job/lo_ubsan/954/console> during
        CppunitTest_sc_subsequent_export_test and CppunitTest_sc_ucalc:
        
        > /sc/source/core/data/document.cxx:2574:28: runtime error: member call on null pointer of type 'ScDocShell'
        >     #0 0x2b9971542d76 in ScDocument::IsClipboardSource() const /sc/source/core/data/document.cxx:2574:28
        >     #1 0x2b99722b7762 in ScFormulaCell::ScFormulaCell(ScFormulaCell const&, ScDocument&, ScAddress const&, ScCloneFlags) /sc/source/core/data/formulacell.cxx:844:14
        >     #2 0x2b996fee35b0 in ScCellValue::assign(ScCellValue const&, ScDocument&, ScCloneFlags) /sc/source/core/data/cellvalue.cxx:395:29
        >     #3 0x2b997312db22 in ScChangeTrack::Clone(ScDocument*) const /sc/source/core/tool/chgtrack.cxx:4565:25
        >     #4 0x2b99cd1728be in XclExpChangeTrack::CreateTempChangeTrack() /sc/source/filter/xcl97/XclExpChangeTrack.cxx:1561:12
        >     #5 0x2b99cd169a74 in XclExpChangeTrack::XclExpChangeTrack(XclExpRoot const&) /sc/source/filter/xcl97/XclExpChangeTrack.cxx:1418:39
        >     #6 0x2b99cab087c0 in ExcDocument::ReadDoc() /sc/source/filter/excel/excdoc.cxx:788:41
        >     #7 0x2b99cadddc2e in ExportBiff5::Write() /sc/source/filter/excel/expop2.cxx:112:5
        >     #8 0x2b99cab8ee83 in lcl_ExportExcelBiff(SfxMedium&, ScDocument*, SvStream*, bool, unsigned short) /sc/source/filter/excel/excel.cxx:181:16
        >     #9 0x2b99cab8d342 in ScFormatFilterPluginImpl::ScExportExcel5(SfxMedium&, ScDocument*, ExportFormatExcel, unsigned short) /sc/source/filter/excel/excel.cxx:219:16
        >     #10 0x2b99768df9d2 in ScDocShell::ConvertTo(SfxMedium&) /sc/source/ui/docshell/docsh.cxx:2419:30
        >     #11 0x2b998a7e2550 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) /sfx2/source/doc/objstor.cxx:1513:19
        >     #12 0x2b998a7fe5e2 in SfxObjectShell::DoSaveAs(SfxMedium&) /sfx2/source/doc/objstor.cxx:1900:17
        >     #13 0x2b9985a31bb6 in ScBootstrapFixture::saveAndReload(ScDocShell*, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags) /sc/qa/unit/helper/qahelper.cxx:664:5
        >     #14 0x2b9985a34593 in ScBootstrapFixture::saveAndReload(ScDocShell*, int) /sc/qa/unit/helper/qahelper.cxx:686:28
        >     #15 0x2b9956fca835 in ScExportTest::testTrackChangesSimpleXLSX() /sc/qa/unit/subsequent_export-test.cxx:2618:29
        >     #16 0x2b9957203058 in void std::_Mem_fn_base<void (ScExportTest::*)(), true>::operator()<, void>(ScExportTest*) const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:600:11
        >     #17 0x2b9957202d63 in void std::_Bind<std::_Mem_fn<void (ScExportTest::*)()> (ScExportTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1073:11
        >     #18 0x2b9957202771 in void std::_Bind<std::_Mem_fn<void (ScExportTest::*)()> (ScExportTest*)>::operator()<, void>() /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1131:11
        >     #19 0x2b9957201149 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (ScExportTest::*)()> (ScExportTest*)> >::_M_invoke(std::_Any_data const&) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1871:2
        >     #20 0x2b9957203ad0 in std::function<void ()>::operator()() const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:2271:14
        >     #21 0x2b99571ff885 in CppUnit::TestCaller<ScExportTest>::runTest() /workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7
        >     #22 0x2b990c338e7d in CppUnit::TestCaseMethodFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #23 0x2b99294cb4d6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /test/source/vclbootstrapprotector.cxx:48:14
        >     #24 0x2b990c2f7947 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #25 0x2b991bcad7a6 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #26 0x2b990c2f7947 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #27 0x2b9917d39e13 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #28 0x2b990c2f7947 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #29 0x2b990c2732df in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #30 0x2b990c2f7947 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #31 0x2b990c2edb70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #32 0x2b990c3c2ccb in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:10
        >     #33 0x2b990c335efd in CppUnit::TestCase::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:5
        >     #34 0x2b990c33c0b3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #35 0x2b990c33b01d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #36 0x2b990c33c0b3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #37 0x2b990c33b01d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #38 0x2b990c402686 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:5
        >     #39 0x2b990c3c0e19 in CppUnit::TestResult::runTest(CppUnit::Test*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:3
        >     #40 0x2b990c403b27 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:3
        >     #41 0x515d6d in (anonymous namespace)::ProtectedFixtureFunctor::run() const /sal/cppunittester/cppunittester.cxx:315:13
        >     #42 0x51071f in sal_main() /sal/cppunittester/cppunittester.cxx:465:14
        >     #43 0x50e832 in main /sal/cppunittester/cppunittester.cxx:372:1
        >     #44 0x2b990e038444 in __libc_start_main (/lib64/libc.so.6+0x22444)
        >     #45 0x433494 in _start (/workdir/LinkTarget/Executable/cppunittester+0x433494)
        
        Change-Id: Id6cbc92844c89d48daecf8fad0b8899fcd087eaa
        Reviewed-on: https://gerrit.libreoffice.org/56513
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/56653

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [e150a0385c7bb206dd04b5ab283fd72b0c6223c2]

        Colibre icons: add 32px icons
        
        Change-Id: I696d3f643166f4a581e666c3a1b1340a3ab69499
        Reviewed-on: https://gerrit.libreoffice.org/56640
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit e7d3976cb80f7e7401be071f905a764dd6cb4d6e)
        Reviewed-on: https://gerrit.libreoffice.org/56647

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [c2e0a17a8831acbc92da4e51b05aa75ee83b57d3]

        writer: add icons for menubar actions
        
        Change-Id: Ib222936295c4815f9d87a0da4c2c7a93c929391c
        Reviewed-on: https://gerrit.libreoffice.org/56604
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 2d863d5a55072955e55a71f4667cc2f7b828d16e)
        Reviewed-on: https://gerrit.libreoffice.org/56637

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [c1a30df9828ace907194eb868a7633a37c067a78]

        Colibre icons: update shadowed icons
        
        Change-Id: Id6fadce6125a61d50f6211bf5c214974c923a8ad
        Reviewed-on: https://gerrit.libreoffice.org/56638
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 46fb1ca2163a72400b6dc981a3dd32613f1965bd)
        Reviewed-on: https://gerrit.libreoffice.org/56642
        Tested-by: Jenkins

2018-06-29  andreas kainz  <kainz.a@gmail.com>  [945cca96e110262d2e33554716692f230215b189]

        Colibre icons: update 3d icons
        
        Change-Id: I248a0c7f32c2cfb1891fd618025f89f53e216267
        Reviewed-on: https://gerrit.libreoffice.org/56636
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 6af8aa411189993942d4a8a13199b0a5e026c003)
        Reviewed-on: https://gerrit.libreoffice.org/56643
        Tested-by: Jenkins

2018-06-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4b0f8418089296fc8734b3fef34322eaed0e0fb2]

        tdf#118429 Provide unsigned signature image
        
        when creating signature line.
        OOXML Export expects this.
        
        Change-Id: Ib6ab1f879c5ef27e8347002576ba95104117cadd
        Reviewed-on: https://gerrit.libreoffice.org/56576
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit b80207f5ac67ff585ce10f741803df12d3a308a7)
        Reviewed-on: https://gerrit.libreoffice.org/56587
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-28  Tor Lillqvist  <tml@collabora.com>  [efa4090b9a5c8b147d256812951e14fb8aa149b6]

        Updated core Project: dictionaries  d401ecde39ee763e1d28c8850c3eb6fb628d29c3
        
        tdf#118423: Fix problems introduced by my recent pt_BR speedup
        
        Change-Id: I25b1d11e13c01678195210d42597281896543ff2
        Reviewed-on: https://gerrit.libreoffice.org/56612
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56613
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        

2018-06-28  Eike Rathke  <erack@redhat.com>  [f3dcdfcdda9acfdb8e65429015ab0390a4ecc5b7]

        Document correct @param name NativeNumberParameters
        
        Jenkins for 'NativeNumberParams' unfortunately only on 6-1 bailed out with
        
        /home/tdf/lode/jenkins/workspace/gerrit_windows@2/offapi/com/sun/star/i18n/XNativeNumberSupplier2.idl:57: warning: The following parameters of com::sun::star::i18n::XNativeNumberSupplier2::getNativeNumberStringParams([in] string NumberString, [in] ::com::sun::star::lang::Locale Locale, [in] short NativeNumberMode, [in] string NativeNumberParameters) are not documented:
          parameter 'NativeNumberParameters'
        
        Change-Id: I3379e1bba5b79196c86410e0115d04eba49dc2a2
        (cherry picked from commit 9c368751f6fbc50209e621182c3415ef4c4db29d)
        Reviewed-on: https://gerrit.libreoffice.org/56596
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins

2018-06-28  andreas kainz  <kainz.a@gmail.com>  [dc1276c8ddc7efd8f492a666668e115f98cd68f4]

        Colibre icons add some 32px icons
        
        Change-Id: I480178687b3403b60d3466ce44524a4ce8753d48
        Reviewed-on: https://gerrit.libreoffice.org/56583
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 71741c51e2e846fd474aaa62c79e7c92e608f866)
        Reviewed-on: https://gerrit.libreoffice.org/56608

2018-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea08ffc92d84e944a143902f9cd280370986a781]

        tdf#117866 cui personalization: fix a possible race
        
        The case when the thread is re-scheduled exactly after checking for
        m_bExecute but before taking the solar mutex.
        
        (cherry picked from commit f4c73f90da2a2c31f0d29572180aa97e10c3dbad)
        
        Change-Id: I494c123a6225da60407391771622208c055ae49b
        Reviewed-on: https://gerrit.libreoffice.org/56593
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0f530cb9fb086e058ba2946e8f956b33924e82f4]

        tdf#117904 Don't allow copying signed shapes
        
        Instead just copy the "unsigned" graphic
        
        Change-Id: I5183b0b33be0469dceaace142d73aa403cc32ef2
        Reviewed-on: https://gerrit.libreoffice.org/56472
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 79e434948d65dd9eba150bc986e968bcb3754631)
        Reviewed-on: https://gerrit.libreoffice.org/56510
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [521d8ff0e64d59c88fc44ad376c96c1d019a29f1]

        tdf#117900 Reload document after signing signature line
        
        So that the graphic reflects the new "signed" state
        
        Change-Id: Ic943581c4dfff53fbf9fbd5f1398c98842497a25
        Reviewed-on: https://gerrit.libreoffice.org/56477
        Tested-by: Jenkins
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 22ccb4cb8b99cc6766282256939d3f79a0c56109)
        Reviewed-on: https://gerrit.libreoffice.org/56511
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b879a01a5ef568065f113fb7da19be0720a1a478]

        tdf#102960 vcl opengl: fix missing support for polygon track frames
        
        Which is used in e.g. the Calc cell border dialog. The approach is
        similar to commit 60790935cc143de49b732e93b6fb923b7669530b (tdf#96657 -
        vcl opengl: implement invert: Track Frame., 2016-01-09) but that one was
        for rectangles, this one is for polygons.
        
        (cherry picked from commit 1e533f69f0c3a9a2136ea5d46b884145703ad637)
        
        Change-Id: Ib1feebab2d14f4450fee0afe96afcea906965fdb
        Reviewed-on: https://gerrit.libreoffice.org/56580
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-28  Eike Rathke  <erack@redhat.com>  [e87b6121c5c26bf9d6fd0e29ac7d8480b24d1870]

        Check string length before copying, tdf#115007 follow-up
        
        Change-Id: I50b842afc505ce603225fb2d25281cc8e9240200
        Reviewed-on: https://gerrit.libreoffice.org/56537
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit d9388ab070ff99055650bf54b0e683a4be9bcdc9)
        Reviewed-on: https://gerrit.libreoffice.org/56540
        Tested-by: Jenkins

2018-06-28  László Németh  <nemeth@numbertext.org>  [ec0715eaaf2655e2eaa9e228e26583b63038ba02]

        tdf#118162 spell checking: fix freezing and add missing OCONV...
        
        also commit "fix hunspell build break for non-cxx11 case"
        by Christian Lohmaier.
        
        (cherry-picked from commit b691e5824a6346d2fe7f702b5280b56532a2f89e
        and commit 79c0327bf8f472faed0dd950d42c060e8766d1c4)
        
        ... conversion, also other smaller fixes of spelling, suggestion
        and morphological analysis using recent Hunspell commits.
        
        Several second or more freezing was occured with Hunspell
        dictionaries with compound word handling, because of (1)
        combinatorical explosion of overlapping word parts, or
        (2) unlimited suggestion algorithms (for example MAP) and
        (3) multiple suggestion search for a capitalized,
        mixed case or abbreviated long word.
        
        Reviewed-on: https://gerrit.libreoffice.org/55965
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        
        Change-Id: I73e196f907e9b73dcd981d275cedb33878a554f6
        Reviewed-on: https://gerrit.libreoffice.org/56393
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/56349
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-28  Justin Luth  <justin.luth@collabora.com>  [dea74f31d2a0062547e279bb934c60731f5e560d]

        tdf#114845 sd: only shift rotated group items
        
        fixes 6.0 commit 9ae1e094d5a8a5b4432c88ebea0ca9fc1c79f602
        > PPTX export: correct position of rotated groups
        
        However, there was nothing excluding the re-positioning
        to only group items.
        
        Change-Id: I62e36b46c0d2ac3e41f8d7d4ed82df11e6eb1ee5
        Reviewed-on: https://gerrit.libreoffice.org/56386
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56535
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-06-27  László Németh  <nemeth@numbertext.org>  [ee81a4cd7778e3733b8237380b996fd3e4fee77b]

        locale hu_HU.xml: add date formats with suffixes, articles
        
        and spelling out using the new NatNum12 modifier
        to support common "in", "on", "from", "to", etc. date
        suffix variants, "dash-free" spell out format of years
        of the new Hungarian orthographical reform, and months
        with articles.
        
        For example, "in 2018" is "2018-ban", "in 2019" is "2019-ben"
        in Hungarian because of "vowel harmony", the word stem
        dependent fluctuation of the suffix variants, a frequent
        linguistic feature of other agglutinative languages, too,
        including Estonian, Finnish and Turkish.
        
        Note: some of the new date formats will work correctly only
        with the upcoming update of the external libnumbertext.
        
        Note 2: add also alternative (real) abbreviated month names,
        because the default abbreviated month names are Roman
        numbers.
        
        Change-Id: Ibb33ff6a627b8e27fd02388653e3b33ebd446a10
        Reviewed-on: https://gerrit.libreoffice.org/55637
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/56530
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-06-27  László Németh  <nemeth@numbertext.org>  [b435767f8953702bb5fe01edae3ad0abfbd2cacc]

        tdf#115007 add NatNum12 formatting to dates
        
        to support variants of preposition, suffixation,
        article or their combinations. For example, Catalan
        "de març"/"d'abril", English "1st of May"/"First of
        May", Hungarian "május 1-je/május 2-a" (May 1/2) or
        Turkish "2018'de/2019'da" (in 2018/2019) usage can
        be automatic in templates and mail merge.
        
        When the date format contains more than a date keyword,
        it needs to specify in the NatNum12 argument which date
        element has got special formatting (described by
        libnumbertext formatting codes, and an optional
        initial capitalize/upper/title argument):
        
        '[NatNum12 ordinal-number]D'              -> "1st"
        '[NatNum12 D=ordinal-number]D" of "MMMM'  -> "1st of April"
        '[NatNum12 D=ordinal]D" of "MMMM'         -> "first of April"
        '[NatNum12 YYYY=title year,D=capitalize ordinal]
         D"of "MMMM", "YYYY' -> "First of April, Nineteen Ninety"
        
        Note: set only for YYYY, MMMM, M, DDDD, D and NNN/AAAA
        in date formats. It's possible to extend this for other
        keywords and date + time combinations, according to
        the possible language requirements.
        
        Note 2: l10n date formats can use the new NatNum12 date
        formats from formatindex=60, see FormatElement in
        i18npool/source/localedata/ XML files and FormatElement
        specification:
        https://opengrok.libreoffice.org/xref/core/i18npool/source/localedata/data/locale.dtd#223
        
        Change-Id: I598849f1492f4012e83cef9293773badbff16206
        Reviewed-on: https://gerrit.libreoffice.org/55613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-on: https://gerrit.libreoffice.org/55767
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-06-27  Dennis Francis  <dennis.francis@collabora.co.uk>  [b491bb4b1e2eb6745ced3e958550ea8526cd2f2a]

        tdf#112452 : Refine the fix for tdf#94561
        
        Do the changes in 7c0f6b9d0fb8d7d9e54865ccf1047bb8f8148101
        only if the destination is not an undo document.
        
        Also removes the below unnecessary change in that commit.
        
        if ( IsNoteCaption( pOldObject ) )
        {
            pOldObject = aIter.Next();
            continue;
        }
        
        Change-Id: Ib18324ed16e91dbd932d449858a489dc09c53713
        Reviewed-on: https://gerrit.libreoffice.org/56287
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit eebd2c72ce2d6003975de6b5bfe14b204b382a6e)
        Reviewed-on: https://gerrit.libreoffice.org/56474
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2018-06-27  Julien Nabet  <serval2412@yahoo.fr>  [010a9de17f1629343471c62b5c4dbd6810e1d0a1]

        tdf#118374: fix crash from loplugin:useuniqueptr in sdext
        
        See bt:
        https://bugs.documentfoundation.org/attachment.cgi?id=143105
        
        Regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9ef943769b06e6bdffe7326f288b27e08a95698
        
        Change-Id: I285f00cb6ede3d952a794b60ff64586fe2224e5f
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 4964cb80ec603a1ce9937f230fc6ed6b761a6e1f)
        Reviewed-on: https://gerrit.libreoffice.org/56509
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-27  Caolán McNamara  <caolanm@redhat.com>  [66881028595257fcf11985fd0e8835f4360632a0]

        tdf#118309 freeze/thaw adding large amounts to ComboBoxText
        
        Change-Id: I3072630c769224be730e6ec16b1a02fa4f1b10e6
        Reviewed-on: https://gerrit.libreoffice.org/56503
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-27  Caolán McNamara  <caolanm@redhat.com>  [da58a498689a73f54fc414ff916eb8e96c075128]

        forcepoint#50 fix end detection
        
        rBuffer.size() of 26, nBytes of 25, rBuffer[25] is the first zero
        so aLine.getLength() of 25, nBytes reduced by aLine.getLength()+1 and
        nRun increased by same, so nBytes wraps and nRun is 26.
        
        contains...
        
        forcepoint: rework to explore loop
        
        Change-Id: I14f6a3269fc3347a9976d899519e74f58d5975c8
        Reviewed-on: https://gerrit.libreoffice.org/56125
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 6e5e83025c948b699bb65839ef810a45a98ba014)
        
        Change-Id: Ia9f4789e081e6b77a21321f37d71cabfc7c84550
        Reviewed-on: https://gerrit.libreoffice.org/56480
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-26  Caolán McNamara  <caolanm@redhat.com>  [dea1fae8502d2614f57ed94a967db1cb36eb4a5e]

        forcepoint#49 survive more kashidas than expected
        
        Change-Id: I66aa5389b3d80d1fe2f6898e8920eb37ca064381
        
        contains...
        
        can use simple vector here
        
        Change-Id: Ia1565a946f9ac6d607fb6802b19e561fc9afc66d
        
        and...
        
        pass vector as arg, rather than raw pointer
        
        Change-Id: Id97df4cce7a2ce28f1a5e7cc30e27cf4ce9261d1
        Reviewed-on: https://gerrit.libreoffice.org/56476
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-26  Caolán McNamara  <caolanm@redhat.com>  [3e641f8f101e1064862972327d8562f4b0f756a1]

        forcepoint#48 null deref
        
        Change-Id: I790fc6dafc0d8c9783b9dddc266b313af2a046d7
        Reviewed-on: https://gerrit.libreoffice.org/56461
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-26  Gabor Kelemen  <kelemeng@ubuntu.com>  [ef32eff2fb9b4c00a1518b8cf4cae8433d564c61]

        tdf#117620 Localize the temporary IgnoreAllList dictionarys name
        
        Also give it a human readable original name
        
        Change-Id: I86060badac145e7b60cf7dc2e67e16e7c84c2837
        Reviewed-on: https://gerrit.libreoffice.org/56143
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit eff395c2d2a3026d9d65121e273af336fb0cfb19)
        Reviewed-on: https://gerrit.libreoffice.org/56446

2018-06-26  Caolán McNamara  <caolanm@redhat.com>  [9b3f18ceda930f8e80149a850397ff3040b575f0]

        forcepoint#47 bail when we detect the emf is broken
        
        Change-Id: I065635393763af774b45cbba6bd85c4334383b93
        Reviewed-on: https://gerrit.libreoffice.org/56457
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d647dc45b9ae0494e4f3185a6eb85e006b336b00]

        tdf#118133 DOCX import: disable lazy-loading of tiff images
        
        The same code that works for jpeg/png doesn't work for tiff, go back to
        synchronous loading there for now.
        
        (cherry picked from commit fa356008b08a8a5b5556aa8f89ca8f7989c53516)
        
        Change-Id: I9b16f40811f6d485c986bd06daa7d4d8c8a76178
        Reviewed-on: https://gerrit.libreoffice.org/56444
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-26  Maxim Monastirsky  <momonasmon@gmail.com>  [e223e70f5d92e2ed027fc5d449bd790a123acdc2]

        tdf#117175 wayland: Make popup windows not show off-screen
        
        Depends on the gtk-3-24 dev branch, for the public
        gdk_window_move_to_rect symbol.
        
        (cherry picked from commit 0da89ede1fee3a9079b7b41ee8b34504ddeb5ee5)
        
        Correctly mirror autofilter in rtl ui, tdf#117175 related
        
        (cherry picked from commit 2bfc4cefc21ab18e9ff7cc5fdc743bcc856d103c)
        
        Fix lists position in dialogs
        
        Regression of 2bfc4cefc21ab18e9ff7cc5fdc743bcc856d103c
        ("Correctly mirror autofilter in rtl ui, tdf#117175 related")
        If a window has a parent, it doesn't necessarily mean it's
        not a top level.
        
        (cherry picked from commit eb84dcb9c0a202f4917169acdce50775778b72ec)
        
        Change-Id: Ic7a34ceb3d133ecac2addac54cf5f635eea332ed
        Reviewed-on: https://gerrit.libreoffice.org/56439
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-06-26  Eike Rathke  <erack@redhat.com>  [1ba347a92e3a821d35fccc8ff58b574dd2f3abd6]

        Upgrade to language-subtag-registry-2018-04-23
        
        Change-Id: I4b862f767db3aabfa7a62ea1c97c34279d34cce7
        Reviewed-on: https://gerrit.libreoffice.org/56413
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit e90b7ebe137c638523923d7d2fe8bb8d8a8d75cc)
        Reviewed-on: https://gerrit.libreoffice.org/56425

2018-06-26  Juergen Funk  <juergen.funk_ml@cib.de>  [e6b7948503c276bdfe45a5ee6277ad8edbde6ebe]

        tdf#118303 - Wrong converting of the Vendor-String
        
        Using the make-file function, in this case no converting
        
        this problem was introduced by switching to native Win32 make:
        
        * Makefiles don't have any metadata to specify the encoding
        * all of the Cygwin tools in the build system assume
           everything is UTF-8 encoded
        * Win32 make calls CreateProcessA(), which converts the
           arguments from some so-called "ANSI" codepage to UCS-2
        
        hence in commands invoked from make, the UTF-8 string is
        erroneously interpreted as latin1 and converted to UCS-2.
        
        Change-Id: Ibf3e573b07e7e2d9119e0ff7b4972d8065d84bea
        Reviewed-on: https://gerrit.libreoffice.org/56272
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 7f1f1f53206c85fb0e2290e5fb2e20dcedfa2610)
        Reviewed-on: https://gerrit.libreoffice.org/56436
        Tested-by: Jenkins

2018-06-26  andreas kainz  <kainz.a@gmail.com>  [19c2d4a10710a7a50de447e5ed6156faf04ca21e]

        menubar web: sync with writer
        
        use menubar file from writer if possible
        swriter File section was used complete
        swriter Edit section was used for the items which are available in sweb
        swriter View section was used for the items which are available in sweb
        swriter Insert section was used for the items which are available in sweb (script was sweb specific in insert)
        swriter Styles section was used complete
        swriter Table section was used complete
        swriter Form section was used complete
        swriter Tools section was used complete
        swriter Window section was used complete
        swriter Help section was used complete
        
        Change-Id: I5970df57be8a55610bf1b5fb28e4315c54e95b63
        Reviewed-on: https://gerrit.libreoffice.org/56064
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 50d8f19c456f228a6d8b14bdb9b4ab343ec4f826)
        Reviewed-on: https://gerrit.libreoffice.org/56389

2018-06-26  Caolán McNamara  <caolanm@redhat.com>  [5ec647b773670191d51b03b7f668024c046643d8]

        Resolves: tdf#118356 freeze/thaw mass language additions
        
        Change-Id: Ifdc2247594d3ddeea0ca7b3b97eb6e392c54f95b
        Reviewed-on: https://gerrit.libreoffice.org/56410
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-26  Mike Kaganski  <mike.kaganski@collabora.com>  [91fe06b250645babad6df68a26d7ff3361b8ccc3]

        tdf#118316: fix off-by-1 error (outline level is 0-based)
        
        regression since commit 4730b23b1da929b802d527611e974ff1b1e6d6c5
        
        Change-Id: I50627cde3a9a91189db61e19850768412b058064
        Reviewed-on: https://gerrit.libreoffice.org/56295
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 28f45e406da9ca2c87d1e4285b0138c081125ec8)
        Reviewed-on: https://gerrit.libreoffice.org/56307

2018-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [a054308741ebae0b65a425be1ab30d3b9e1af871]

        tdf#109269 very slow loading of user-defined dictionary word list
        
        this is about 10x faster for me
        
        Reviewed-on: https://gerrit.libreoffice.org/56378
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit a07bb28d3199542c0b90884a947c2bac02bad07d)
        
        Change-Id: I1d308c78dbdd04beaa432b546ba3b89bd617d57e
        Reviewed-on: https://gerrit.libreoffice.org/56385
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-26  andreas kainz  <kainz.a@gmail.com>  [ef6b706305737818fc2fc94267a746e28928fbaa]

        NB calc: add initial chart items to object tab
        
        Change-Id: I398c4dd384d021c3e70165968b9fadaf34039959
        Reviewed-on: https://gerrit.libreoffice.org/56212
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit a777e447a7d78cd91aca09b373f36c057e8bd8e0)
        Reviewed-on: https://gerrit.libreoffice.org/56428

2018-06-26  andreas kainz  <kainz.a@gmail.com>  [00b35156a3f076b0ad06c4434c263f8ac6071c5e]

        NB writer: notebookbar_compact add context-printpreview tab
        
        Change-Id: Ie7ea10eeba74f07342fd47a78193d7c0193d6d40
        Reviewed-on: https://gerrit.libreoffice.org/55985
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit d5b4b002d9f60c9757e5aa971254ec824e04afc7)
        Reviewed-on: https://gerrit.libreoffice.org/56427

2018-06-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5b7741075fd174efbe0b04ca21b5da5cbc12c034]

        Updated core Project: help  f1c36059ee708b31289ff1f782df64fb18bd6d1c
        
        Fill help page for writer Style menu
        
        Fix XML
        
        Change-Id: I0d8d362774eecd200a6510dfecfe089274ae631d
        Reviewed-on: https://gerrit.libreoffice.org/56368
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-26  andreas kainz  <kainz.a@gmail.com>  [2d57315c11288dbdf0f119b500a5daf3dfde799a]

        update app icns icons
        
        thanks Mike Saunders
        
        Change-Id: I7d358a4ccebc008efc67874db5d3f05efc80444a
        Reviewed-on: https://gerrit.libreoffice.org/56207
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit dbcccd374e511f1667e09b5aade617d78f51eab5)
        Reviewed-on: https://gerrit.libreoffice.org/56419

2018-06-25  Michael Stahl  <Michael.Stahl@cib.de>  [ce2cb181b4feea28c97afba6265c9ec1b0f8290c]

        tdf#118219 sw: fix SwCursorShell::GetContentAtPos() redline crash
        
        The problem is that CalcStartEnd() will not return the length of the
        node, but COMPLETE_STRING if the redline ends in a subsequent node.
        
        (regression from 4966b1d4d0dc7bce0a1741f9347dada7406a7fb4)
        
        Change-Id: Ic0a27f87b79f68417777842c611c2129fdc9b1f9
        Reviewed-on: https://gerrit.libreoffice.org/56402
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 2bdb926bd6afa01cc3cad013317a1e0ecbde0735)
        Reviewed-on: https://gerrit.libreoffice.org/56411
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-25  Stephan Bergmann  <sbergman@redhat.com>  [8f56cf1f5b29326371b9c29e2b9ccd81ed760941]

        Just use --with-extra-buildid=Flatpak
        
        ...as suggested in comment <https://github.com/flathub/
        org.libreoffice.LibreOffice/issues/48#issuecomment-399739393> to "LibreOffice
        6.0.5": "Should 'Flatpak version' be just 'Flatpak' to save translation of
        'version' in the string for non-English locales?"
        
        Change-Id: I53171a5725f54520ae9e3cbaf294e291d16e1c78
        Reviewed-on: https://gerrit.libreoffice.org/56390
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 3a8ae607cb0e63f252ca5a3b224f479cf304dc3f)
        Reviewed-on: https://gerrit.libreoffice.org/56403

2018-06-25  Maxim Monastirsky  <momonasmon@gmail.com>  [26b8eadb2b6f943405fa6401c7f3d595e246ca9d]

        Kill the useless PaletteManager "last color" thing
        
        Change-Id: Iafd4677460bf6ee2cc5bb7cd3f67c2719865a151
        Reviewed-on: https://gerrit.libreoffice.org/56360
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 1305aaefa4ec327556f6bff237604b5f9689b936)
        Reviewed-on: https://gerrit.libreoffice.org/56376
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f5621730215ff4cbd9ba76dacf12355a32dc27df]

        Updated core Project: help  7b4770831a82435bee3765f130dadc848e7efb70
        
        Add Form menu help page in Writer
        
        Change-Id: I14946035077cb231a55f08cdfd3b92a9df76e3b7
        Reviewed-on: https://gerrit.libreoffice.org/56345
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-25  Serge Krot  <Serge.Krot@cib.de>  [03a4d74e3d7f10313b034cc8325dc9a87aa6721d]

        tdf#113877 Insert doc: merge list into text with specifc style
        
        When inserting document, in the current position the text could have custom
        style but really it is the same Standard style. Therefore we should not
        merge first inserted node into the insert position and just overwrite
        style in the insert position with text style from the inserted node.
        
        Change-Id: Ib67c56bed3d30f356f83dc0b4d4a1710def10853
        Reviewed-on: https://gerrit.libreoffice.org/56052
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit baf3cec77db5f03200c038101e77720fae2ffba3)
        Reviewed-on: https://gerrit.libreoffice.org/56366

2018-06-25  Maxim Monastirsky  <momonasmon@gmail.com>  [56a68f70ec8ddf8a452732e51828f877ed49999c]

        tdf#118296 Grid line color cannot be reverted
        
        Use same approach as in Tools > Options... > LibreOffice >
        Application Colors.
        
        Change-Id: I5061709222cde2591e2937cdd67bbb5b6ad7f3f8
        Reviewed-on: https://gerrit.libreoffice.org/56344
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 364c828e6ea9e78a145a4ec32a677c7539a913a9)
        Reviewed-on: https://gerrit.libreoffice.org/56383
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-06-25  Luboš Luňák  <l.lunak@collabora.com>  [0b77d890bcbc189ff12cf5dab683c6aed881c177]

        use ScInterpreterContext in ScValueIterator
        
        Otherwise GetFormatTable() asserts with fdo#74507-1 (and
        mnOpenCLMinimumFormulaGroupSize disabled).
        
        Change-Id: Ic624076bd552a2f8370f942063e8b79ca703d9fc
        Reviewed-on: https://gerrit.libreoffice.org/56288
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit e7792c4bf270d5a98ec5b8d2be2e25c11a8ecf02)
        Reviewed-on: https://gerrit.libreoffice.org/56373
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  László Németh  <nemeth@numbertext.org>  [9ff1a70edfd2cf92a65825a5c6b0a68cd79c9056]

        tdf#103913 keep ".emf" file extension and mime type
        
        in documents, don't change them to wmf and image/x-wmf
        silently, resulting for example, dropping or rejecting
        modified documents by firewall packet filtering.
        
        Reviewed-on: https://gerrit.libreoffice.org/56045
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        (cherry-picked from commit 4cb1e86e5217f09e1d98e51e46803a06fb72f5ce)
        
        Change-Id: I3b8634ae022c7c026b0ed4ebc345c1c3b3f96337
        Reviewed-on: https://gerrit.libreoffice.org/56080
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  Xisco Fauli  <xiscofauli@libreoffice.org>  [fa2e9cd1cb9a37028c4a1107b6a58e1ac701993b]

        tdf#118240 Filter category in Autocaption as done in insert caption
        
        Change-Id: I138a47419a7c18f59ecc1e0935b669546fcee6e6
        Reviewed-on: https://gerrit.libreoffice.org/56115
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit b34ed105d5eead1cb7657d0a8fc23a524cf28d31)
        Reviewed-on: https://gerrit.libreoffice.org/56374
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  Luboš Luňák  <l.lunak@collabora.com>  [c8d3f7210f7a0daa265d71d9b034fae30a31916b]

        blacklist ocDde and ocWebservice for calc's threading
        
        fdo#35927-1 (with minimal formula size disabled) crashes
        in LinkManager::CloseCachedComps(). The whole LinkManager class feels
        thread-unsafe, so just blacklist.
        
        Change-Id: Idd7ec6b47f5269c977b600dadfc3a05a5287a86d
        Reviewed-on: https://gerrit.libreoffice.org/56241
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 0a4a42e98479996b2f3bb19a884c057518fece4f)
        Reviewed-on: https://gerrit.libreoffice.org/56372
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  Luboš Luňák  <l.lunak@collabora.com>  [9ac5100cd3c9d7767067a3421c736b99b76670ed]

        disable calc's threading for external references
        
        Since the code uses ScExternalRefManager, which caches values, so
        better just disable it. Can be seen e.g. with fdo#78490-1 (and
        mnOpenCLMinimumFormulaGroupSize disabled). The doc actually asserts
        in GetFormatTable() called from ScExternalRefManager, but there
        seems to be no point in fixing just the assert if the whole class
        is possibly problematic.
        
        Change-Id: I4ace488414fd15b4ad0b88da51205b02c561c7a6
        Reviewed-on: https://gerrit.libreoffice.org/56377
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-25  Maxim Monastirsky  <momonasmon@gmail.com>  [415368daf3047a6dfb2577822a72f65df7374df8]

        tdf#117987 tdf#118138 Compare with the currently used color
        
        ... when deciding whether to toggle highlighting. Had to move
        the whole thing into sw, as otherwise there is no way to
        correctly handle the "brush" mode (as the toolbox controller
        in svx has no way to know in advance which text will be
        selected by the user).
        
        Change-Id: Id2dec4c3647332e82260d12da1311b249f5b9c12
        Reviewed-on: https://gerrit.libreoffice.org/56358
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 2fd31c75b677b145cf56404348857e60befcabff)
        Reviewed-on: https://gerrit.libreoffice.org/56375

2018-06-25  Maxim Monastirsky  <momonasmon@gmail.com>  [f220bce256a799e0df45e2419f59e8714b9972e9]

        gtk3: Correctly mirror popovers in rtl ui
        
        e.g. formula prompt or fill series in Calc. The reason is that for
        this particular vcl::Window, HasMirroredGraphics() != IsRTLEnabled().
        
        Change-Id: Icd4bb2d22ba77d64c32b243d9c07745824e5e558
        Reviewed-on: https://gerrit.libreoffice.org/55936
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 6fcc60b49215acb28edac46bb605767840abd122)
        Reviewed-on: https://gerrit.libreoffice.org/56384

2018-06-25  Michael Stahl  <Michael.Stahl@cib.de>  [41e62085aa623bf100f62a789f3e0359f6da30eb]

        poppler: fix incorrect GCC_VERSION check
        
        The minor version is encoded into the last 2 digits, the micro version
        is not avialable.
        
        Change-Id: I4eee40511d732ec8cfc8d85943b965bb6e06d66e
        Reviewed-on: https://gerrit.libreoffice.org/56380
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins
        (cherry picked from commit 16b10d9ac976d40daffee1d15456016f4a89cd2e)
        Reviewed-on: https://gerrit.libreoffice.org/56387

2018-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd93dcc1f4bc7d7fb95c0cbd28157b67ea7a97f8]

        tdf#116208 vcl opengl: fix lack of updates in status bar
        
        Commit f0821f9a347c7752a3c741c3451a2f1630173720 (Cache text layout of
        statusbar items, 2017-06-08) was a performance improvement of not laying
        out the text of status bar text during each & every paint. One of these
        places didn't work correctly with Chinese text, so commit
        a4ed3d9a1ffa1b51ba4352a955c950235f099fdc (tdf#115353 Status bar: no
        cache in settext, 2018-03-01) attempted to disable the caching at that
        particular place by removing the update of the cache.
        
        This resulted in lack of updates, e.g. during typing into Writer and
        checking the word count part of the status bar.
        
        Fix this (and at the same time keep the original problem fixed) by still
        not using the layout cache and that problematic place, but instead of
        just not updating the cache actually invalidate it -- probably that was
        the intention in the force place already.
        
        (cherry picked from commit 0ad7226aee21cc6dbb30d061d76491b01e39de66)
        
        Change-Id: Ib7b91e5f24bc68d2f8cae2efea64340585ad9bd5
        Reviewed-on: https://gerrit.libreoffice.org/56371
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-25  Tor Lillqvist  <tml@collabora.com>  [678bd486aafa836a80c6ac9b45c0195a2631a488]

        Don't waste time in macxp_resolveAlias() on files inside the app bundle
        
        LibreOffice uses its low-level API to look up files inside the app
        bundle thousands of times, all the time, and especially when starting
        something. Both when the process starts, and when a specific aspects
        of the application starts (like after typing a first character into a
        Writer document in a session). Having all those, too, go through this
        alias (bookmark) resolve dance is just insane. There won't be any
        aliases (bookmarks) there.
        
        This shaves almost a second from the delay after typing the first
        character into a Writer document in a session. There is still a
        noticeable delay left, though, likely mostly caused by Python
        (Lightproof) initialisation slowness. (It's cross-platform.)
        
        I would say that it is a bit questionable whether the
        macxp_resolveAlias() functionality is worth it at all, even.
        
        Change-Id: I2461141c6b58738befd0db4902eb25e63b788b79
        (cherry picked from commit 3b6905e37a6baac08eaff00e6e42aced7d6896df)
        Reviewed-on: https://gerrit.libreoffice.org/56122
        Tested-by: Jenkins
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-06-25  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [443da1959d02569c59d064748a06d39c6dbb2f64]

        Disable migration in this release
        
        Change-Id: I4bac897da4146750375f855b0180bb2d32bd3617
        Reviewed-on: https://gerrit.libreoffice.org/56154
        Tested-by: Jenkins
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-24  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [1c3ed9156690577f28eda3d0638e89c64ad231d8]

        Karasa Jaga: Update many form icons etc
        
        Change-Id: If0153fc42a41a4890a7ba77fe4ff43f9090b14f8
        Reviewed-on: https://gerrit.libreoffice.org/56270
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 5211bc416e410ead0827912c12d666643e3eb11e)
        Reviewed-on: https://gerrit.libreoffice.org/56348

2018-06-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [546a4b61390ab1eee44dbf982a582b1de3a9a5a9]

        Updated core Project: help  e7e056ade1c2aa65aa7d1b9e6453735011886707
        
        Improve 'IFS documentation
        
        COUNTIFS, SUMIFS, AVERAGEIFS, MAXIFS, MINIFS
        Improve collateral file
        
        Change-Id: I0573b4df1b7fdc5b656100756e98468bc2a0edf7
        Reviewed-on: https://gerrit.libreoffice.org/56311
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-22  Caolán McNamara  <caolanm@redhat.com>  [565f5d40c83ca30fcd2f28359e0f1df0b4cbb9fe]

        Resolves: tdf#118251 decide what parent colorpicker should have...
        
        depending on if launched from a listbox within a dialog, or from
        a (potentially) ephemeral toolbar
        
        Change-Id: I5d3b5cc6dd501490b99b46250e2729fb8bc2a2e2
        Reviewed-on: https://gerrit.libreoffice.org/56301
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-22  Caolán McNamara  <caolanm@redhat.com>  [55ce334d65baebcf523d1a825004d35385c637d0]

        use Application::GetFrameWeld to tunnel weld::Window through XWindow
        
        Change-Id: I137afe61acfb71337a45bedbe539b0096080e6cc
        Reviewed-on: https://gerrit.libreoffice.org/56302
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-22  Michael Stahl  <Michael.Stahl@cib.de>  [dce6401f7e1f466c30996ad606699479713209e5]

        poppler: try to work around GCC 4.8.2 bug
        
        As seen on Linux-rpm_deb-x86@71-TDF:
        
        poppler/Annot.cc:2491:1: internal compiler error: in connect_traces, at dwarf2cfi.c:2676
        
        The bug report claims that -march=i586 works around the bug.
        
        Change-Id: I1d97d2df9049e058d49987424cc8e4818a9fa9c6
        (cherry picked from commit 1c7921c43960a4a6717c816d646cf0f65fbaec12)
        Reviewed-on: https://gerrit.libreoffice.org/56292
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-06-22  andreas kainz  <kainz.a@gmail.com>  [3e2fc725fe9b690c7b86d195b4722a395a5fc827]

        menubar swxform: copy of swriter menubar.xml
        
        swxform use the same actions than swriter
        to a better maintanance swxform can use swriter
        eg. the old menubar didn't had form items available
        
        Change-Id: I6797ba26e3468a116795fdeb8f2acc0e51a48516
        Reviewed-on: https://gerrit.libreoffice.org/56066
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit e7eaedda3e75de24be22bc410561b8aa00fdf1c1)
        Reviewed-on: https://gerrit.libreoffice.org/56278
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e873ce870c8d81c842ca5f211e07e42a51fb7cbf]

        tdf#118238 Only disable UI interaction when loading document as hidden
        
        The "quiet" interaction handler was used unconditionally
        when loading a document via the loadComponentFromURL API method.
        So no dialog was shown asking the user whether he wants to enable macros.
        
        With this patch, the "quiet" interaction handler is only used,
        when the document was loaded with the "Hidden" property set.
        
        Change-Id: Idd522d0bf605499b071390fb58312181b755dfca
        Reviewed-on: https://gerrit.libreoffice.org/56086
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 1115a60e6d825c049680e7f2caf318e36d481b12)
        Reviewed-on: https://gerrit.libreoffice.org/56094
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-22  Luboš Luňák  <l.lunak@collabora.com>  [8a66650dccb94b6e79a345a383f6a7f955bfa600]

        discard cached cell values if the cell changes
        
        FormulaGroupContext is actually a cache of cell results for OpenCL,
        but the cached values are not always properly discarded. Happens e.g.
        with testFormulaDepTracking in sc_ucalc fails if OpenCL is forced for
        it (i.e. with mnOpenCLMinimumFormulaGroupSize disabled), because
        a SetString() call for a cell doesn't invalidate the cache.
        
        This obviously reduces the cache hit rate a bit, but according to my
        tests it's not that bad (in fact the cache doesn't seem to get used
        that often, so I even wonder if it's worth it).
        
        Change-Id: Ia7ef2214956861d26ca3a42b84f9fecbff8316d0
        Reviewed-on: https://gerrit.libreoffice.org/56087
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit 954403938f00645d92520efc4433c440a133c0b9)
        Reviewed-on: https://gerrit.libreoffice.org/56221
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-22  Tor Lillqvist  <tml@collabora.com>  [baf2c3216d4276840526726b9cdb7d5158f22708]

        Updated core Project: dictionaries  3b6db3f228458fa2b2f9911716b95ed0d632c9ce
        
        tdf#104332 (and others): Speed up Lightproof initialisation
        
        Delay import of the the heavy lightproof_impl_pt_BR to when actually
        needed. Shaves several hundred milliseconds (on my machine, about 300
        ms) from the time needed to just get a list of what grammars checkers
        are available. It's silly to load the heavy pt-BR impl module even if
        no Brazilian Portuguese proof reading is being performed.
        
        Sure, the same change could be done to the other Lightproof
        dictionaries, too, but they are much smaller, so importing them
        unconditionally always does not hurt so much.
        
        Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d
        Reviewed-on: https://gerrit.libreoffice.org/56176
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit 2d8dd0af877de8494ca9c2c027eba4a42bbc09eb)
        (cherry picked from commit 846e5da4b28bb40158cfb992f3a371614e25a349)
        Reviewed-on: https://gerrit.libreoffice.org/56249
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        

2018-06-22  andreas kainz  <kainz.a@gmail.com>  [dd83fb12bde594bc857ac292e4d947cd52272056]

        colibre icon update thanks for the review Rizal
        
        Change-Id: I80b11e49c84237e1c85fe44c2ea4bd7daf3151b9
        Reviewed-on: https://gerrit.libreoffice.org/56211
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 5c64e8034bf30822cd9f713babff5c1d9db73a0c)
        Reviewed-on: https://gerrit.libreoffice.org/56264

2018-06-21  Caolán McNamara  <caolanm@redhat.com>  [22c451df33b733440f24c1feb6380d31240d55e6]

        Resolves: tdf#115816 second 'Insert' menu is paste
        
        reuse existing translation to be backportable wrt no new translations
        
        Change-Id: I1fb94f66d696f836e8f6a10ba2d6933f69cfac95
        Reviewed-on: https://gerrit.libreoffice.org/56244
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-21  Stephan Bergmann  <sbergman@redhat.com>  [6adec4f77ad0aff851d0abf505a430ebb7329d4e]

        Don't reset signal that hasn't been set
        
        Once an in-process JVM is instantiated, it is vital that the disposition for
        SIGSEGV is not changed afterwards, as we do not make use of Java's libjsig.so
        (cf. <https://docs.oracle.com/javase/8/docs/technotes/guides/vm/
        signal-chaining.html>) in our processes.
        
        I observed sporadic SIGSEGV crashes of CppunitTest_dbaccess_RowSetClones on a
        64-core aarch64 machine (see comment at <https://github.com/flathub/
        org.libreoffice.LibreOffice/issues/42#issuecomment-395731088> "OpenJDK 10 is now
        available").  What apparently happenes is that the cppunittester process first
        sets up its signal handlers through vclbootstrapprotector, which doesn't set one
        for SIGSEGV because bSetSEGVHandler is false in sal/osl/unx/signal.cxx because
        !is_soffice_Impl().  Then later when the in-process JVM is instantiated it sets
        its handlers, including a SIGSEGV one.  Towards the end of the process,
        DeInitVCL calls osl_removeSignalHandler calls onDeInitSignal, which erroneously
        resets the SIGSEGV handler because it doesn't honor bSetSEGVHandler.  But it
        can apparently happen that JVM threads are still running at that time and are
        executing JIT'ed code that can cause SIGSEGV that relies on the JVM's handler
        being installed, which it no longer is.
        
        (This can probably also happen for soffice.bin itself, where bSetSEGVHandler
        will be true.  That will need a different, follow-up fix.)
        
        Change-Id: Ib6d99c23e57daa0b7576964908aadff511f2bb21
        Reviewed-on: https://gerrit.libreoffice.org/56232
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 6417e8cda329116f0d61e0d5e55fa78207b6148c)
        Reviewed-on: https://gerrit.libreoffice.org/56242

2018-06-21  Michael Stahl  <Michael.Stahl@cib.de>  [e07dbd3c144295c37b1d4ccdc77e3896b9c63dce]

        poppler: upgrade to release 0.66.0
        
        Unfortunately the autotools build system was removed in 0.60.0, and the
        CMake one is a bit overeager in linking against system libraries that
        happen to be installed on the build machine, and we currently don't
        require CMake anyway, so avoid the problems by using a gbuild makefile
        and a patch to add the generated header files.
        
        Remove all current patches:
        
        poppler-notests.patch.1: obsolete (autotools build system)
        
        poppler-mac-fake.patch.1: presumed obsolete
        
        ubsan.patch.0: presumably fixed differently upstream in
        https://cgit.freedesktop.org/poppler/poppler/commit/?id=f43cb73939f85952d83afc87a6dc638dc1ae311b
        
        poppler-libjpeg.patch.1: obsolete (autotools build system; there appears
        to be no way to do this with CMake?)
        
        0001-Fix-building-with-old-clang.patch.1: merged upstream
        
        Change-Id: I271c87ab3ec25cc9d1e8fafb04dae7c004acc350
        Reviewed-on: https://gerrit.libreoffice.org/56166
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 67e5355a8b0d51111934e0a0c30870b053c8e0d3)
        Reviewed-on: https://gerrit.libreoffice.org/56228

2018-06-21  Eike Rathke  <erack@redhat.com>  [56ea4b4f42b0bad098ff99fba7806941d3a9f73c]

        Updated core Project: help  7a7b8fc05994922fe3233e80c79110012e2b11da
        
        Regex + operator finds one or more, not one
        
        Change-Id: I562cb57d5d6ed882b2d7935f48c8c05ccd037b09
        Reviewed-on: https://gerrit.libreoffice.org/56233
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 75f676e25ac0062295c5523556e7340af7df33ee)
        Reviewed-on: https://gerrit.libreoffice.org/56234
        

2018-06-21  Caolán McNamara  <caolanm@redhat.com>  [033400a7524813b4eccf8f90a7647bc0121e75dd]

        take the surface directly from the SvpSalVirtualDevice
        
        Change-Id: I5e0d46fa863a9a74063063cc3d22ea15d2544d8b
        Reviewed-on: https://gerrit.libreoffice.org/56219
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-21  Eike Rathke  <erack@redhat.com>  [3e63dfaab8c506957c28e3c2374db4192856345f]

        Updated core Project: help  0a2ea29a0d091a9594b4252ff7b0c05e3002451d
        
        Use correct decimal separator in example
        
        So one can copy-paste a working example.
        
        Change-Id: I31ceda19352cc029c87a03a6b49cd0b4275de209
        Reviewed-on: https://gerrit.libreoffice.org/56229
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit fe514fc933bad695396606ffd2b06251bc98f2d7)
        Reviewed-on: https://gerrit.libreoffice.org/56230
        Tested-by: Eike Rathke <erack@redhat.com>
        

2018-06-21  Caolán McNamara  <caolanm@redhat.com>  [649be5feb4e162f83e9ff5fc8a68b463e723bc07]

        move SvColorDialog to welded arguments
        
        Change-Id: Ieb04fc4684caa6df47b123ab06e280f2d204375a
        Reviewed-on: https://gerrit.libreoffice.org/56174
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-21  László Németh  <nemeth@numbertext.org>  [1d48e998ae038263b092e0de71da97fceee299f4]

        NatNum12: fix and add capitalization prefixes, tdf#115007 follow-up
        
        Limit NatNum12 conversion only for the selected parts of the
        date format (this bug – double calls of getNumberText – was hidden
        by the space prefix " " and empty return values at the first calls,
        resulting unchanged dates yet).
        
        New prefixes: "capitalize", "upper" and "title" to handle optional
        capitalization. (In Calc, it was not possible to format the result of
        NatNum formatting, but some languages often need capitalization
        or title case to format numbers and currencies.)
        
        Thanks code clean up using enum WhichCasing to Eike Rathke.
        
        Reviewed-on: https://gerrit.libreoffice.org/55681
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        
        Conflicts:
        	svl/qa/unit/svl.cxx
        
        Change-Id: I5fceb784930e6bc6d376116f5a42ad49cd248a54
        Reviewed-on: https://gerrit.libreoffice.org/56202
        Tested-by: Jenkins
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-06-21  Aron Budea  <aron.budea@collabora.com>  [b86a8857e6488bac1224a9eed471bcf930994399]

        tdf#66089 tdf#105720: only rely on bPixelToLogic
        
        Left-aligned currency symbols were put in preceding cells
        sometimes, because fill width was calculated incorrectly.
        
        Commit 37210da00a9190f7765fa9c1e4a08629d2f4c2c4 fixed the issue
        for LOK, but the bug was still reproducible in Calc if setting
        "Use printer metrics for text formatting" was enabled.
        
        Change-Id: I6cf90493cbf98c5020acd5faf1d0f3cf2def5c25
        Reviewed-on: https://gerrit.libreoffice.org/56172
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 93e9a3e2b545c853f53ffe28d2795f55ad29f304)
        Reviewed-on: https://gerrit.libreoffice.org/56215

2018-06-21  Marco Cecchetti  <marco.cecchetti@collabora.com>  [5f3c08cf061ae9c6c4cad74e6671c41394f00630]

        tdf#105720: lok: sc: currency symbol is displayed in the preceding cell
        
        Change-Id: I6175cfeab3d8bc3a757c8522aa9c7a7e49c4bf2b
        Reviewed-on: https://gerrit.libreoffice.org/55790
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        (cherry picked from commit 37210da00a9190f7765fa9c1e4a08629d2f4c2c4)
        Reviewed-on: https://gerrit.libreoffice.org/56214
        Tested-by: Jenkins
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-06-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2acaf22274068fbc4181120084aa372254e11686]

        push the data from the temporary storage to the document for XML source
        
        Change-Id: I93d489ef9b3fa105db2d364ad9133a26d5366361
        Reviewed-on: https://gerrit.libreoffice.org/56126
        Tested-by: Jenkins
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit ca49ed9c4342917ba616170e95d7614224a13a4b)
        Reviewed-on: https://gerrit.libreoffice.org/56135
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-06-21  Laurent BP  <laurent.balland-poirier@laposte.net>  [57eec349eeb0cf7d0acdeff09daed5867385db4d]

        tdf#117575 treat thousand sep with ? in integer part
        
        '?' was missing when treating thousand separator
        However, format with '?' in integer part are not
        saved in ODF.
        
        Change-Id: I1d684a31f800f10bf9a04babb0b9fec34e28e72a
        Reviewed-on: https://gerrit.libreoffice.org/55901
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 062e0999c2b7923e463f1611204a63f0bb7b6404)
        Reviewed-on: https://gerrit.libreoffice.org/56147

2018-06-21  andreas kainz  <kainz.a@gmail.com>  [48a58bb72eb936eb983ef6423b5a137119865fa8]

        Colibre icons: 32px update
        
        Change-Id: I08f53b7c2e961c249e5109641288ad6dc84af7d9
        Reviewed-on: https://gerrit.libreoffice.org/56159
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit f53a5dfae6d07ea314c5c742c7ceeb94e2066ac1)
        Reviewed-on: https://gerrit.libreoffice.org/56175

2018-06-20  Eike Rathke  <erack@redhat.com>  [011a9d000e32ec55e9ef46237fc1f5a578f78f9b]

        Related: tdf#117049 treat yet unknown result as initial 0.0
        
        For the first =A1+B1 in B1 with iterations the result could had
        been #VALUE! depending on string conversion calculation settings.
        
        Change-Id: I8d7a745d67ba7a20f7a66e8aa143642d08ea5111
        Reviewed-on: https://gerrit.libreoffice.org/56173
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 93dcfa7ee157dd865f5d266d1f877014462eac72)
        Reviewed-on: https://gerrit.libreoffice.org/56179

2018-06-20  Eike Rathke  <erack@redhat.com>  [8cbd64985af140b2afac6ea2fd3b9b93300f6f7c]

        Resolves: tdf#117049 do not re-interpret a single circular self-reference
        
        ... to not execute the calculation twice, which added an implicit
        iteration step.
        
        Change-Id: I943f770d32ebe84a8359f2f94c1f0bf5731b6f88
        Reviewed-on: https://gerrit.libreoffice.org/56170
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 678f8ab7eb90f5b0dd99328957b21d11e3be68b4)
        Reviewed-on: https://gerrit.libreoffice.org/56178

2018-06-20  Caolán McNamara  <caolanm@redhat.com>  [202add7f817b6360956b5a41427ee83fa87b7a01]

        show down arrow in GtkMenuButtons
        
        Change-Id: I6468474110adfc477927f6d89b44e92d29384484
        Reviewed-on: https://gerrit.libreoffice.org/56165
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-20  Caolán McNamara  <caolanm@redhat.com>  [f2d2e3dc7ddccd490b6829310340942b710057e7]

        Resolves: tdf#118120 RET_ALL shares same value as RET_HELP
        
        Change-Id: I766c379171ac25eb9c1d8036e052fb8f2b4e1459
        Reviewed-on: https://gerrit.libreoffice.org/56168
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-20  andreas kainz  <kainz.a@gmail.com>  [b61975a16b534c8a4557e13bc364a2198783f677]

        menubar writer: remove designmode from edit
        
        designmode is for forms and available already there
        
        Change-Id: I460b49bba8dbfd1e2f3a91b1478f5414fe09db86
        Reviewed-on: https://gerrit.libreoffice.org/56060
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 231035fe394138a924ef78780a02393bb122b14a)
        Reviewed-on: https://gerrit.libreoffice.org/56145
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-20  andreas kainz  <kainz.a@gmail.com>  [fae22ed9b304ddb7fcf6bae0a8d3a0c376574135]

        menubar scalc: sync with swriter layout
        
        Change-Id: Iac8cd198b85f83fbd7fa71a228df13f150ef04fc
        Reviewed-on: https://gerrit.libreoffice.org/56071
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit a09ea0595019bcfd52c2357abda65b8ed1976a1d)
        Reviewed-on: https://gerrit.libreoffice.org/56157

2018-06-20  Caolán McNamara  <caolanm@redhat.com>  [d88368489ee9dd31170cf457609286ccef8b49f6]

        fix new a11y warning
        
        Change-Id: I637c48335bb8e532bb8bad3b05e60fb1c06f6414
        (cherry picked from commit 0929a98acca8ec4d86caa97d3090a39f89f35f90)

2018-06-20  Caolán McNamara  <caolanm@redhat.com>  [d148e5c5db3f3ea32abd6f7bed30665a3931e937]

        weld SvxColorTabPage
        
        Change-Id: I5dc6f949edcb34aa110dfa9415e2ac886d0dfa4c
        Reviewed-on: https://gerrit.libreoffice.org/56155
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-20  andreas kainz  <kainz.a@gmail.com>  [361434e4e8fa58e02e694ec8cfa8187eecdf8c7f]

        menubar writer: add separator between past and select
        
        Add separators between logical groups within a menu.
        Seek to organize the menu items into groups of 7 or
        fewer strongly related items.
        
        Change-Id: If905cfa85997ba3e107ce45fe29b737cea55a84a
        Reviewed-on: https://gerrit.libreoffice.org/56061
        Tested-by: Jenkins
        Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit c39bb4c8a7b9ee85f34daad3c3e67ea898e0750c)
        Reviewed-on: https://gerrit.libreoffice.org/56130

2018-06-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ad6bdc81f3b47cc46a7751e93e59fb92edd28baf]

        tdf#77517 make Calc function ROW accept external references.
        
        Change-Id: Ibd4f858abe825652c3df68ce7a21cbf16feea735
        Reviewed-on: https://gerrit.libreoffice.org/55824
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit b1740fba0d1e6e3d69c3781734509317f42a0e4f)
        Reviewed-on: https://gerrit.libreoffice.org/56129

2018-06-20  Dennis Francis  <dennis.francis@collabora.co.uk>  [6cb04c2c6ca284bc18f25403252231580190aa3b]

        tdf#118189 : Propagate the state of mbNeedsNumberFormat...
        
        from source formula-cell to destination while calling
        SetFormulaCell() on dest formula-cell in CopyByCloneHandler
        CopyByCloneHandler get called when some data range is pasted
        to a document, or when data is copied to an undo document.
        
        This is a follow-up of the commit
        37f6e5de1e72d209b0892734f4de5c4d8a849885
        (tdf#114710 : Fixes crash when pasting as GDI metafile)
        
        Change-Id: I936310f13080f2de763ebcd5cb046a25d61d978e
        Reviewed-on: https://gerrit.libreoffice.org/55975
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 67c88e284af74c88e37cc8f66cdfc0e346de45ac)
        Reviewed-on: https://gerrit.libreoffice.org/56133

2018-06-20  Luboš Luňák  <l.lunak@collabora.com>  [c2b5dada28a88df7bbf42f32a1d7d9b783784c2d]

        avoid race condition in DocumentLinkManager::getLinkManager()
        
        Change-Id: Ib8ffcf32e4a4dc80539828611adabb3beef1dafa
        Reviewed-on: https://gerrit.libreoffice.org/55764
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56142
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-20  Luboš Luňák  <l.lunak@collabora.com>  [1bc314b50cd760164803da98dd9ccf189d3410fb]

        move doubleCheckedInit() to a comphelper header file
        
        For further reuse in more source files.
        
        Change-Id: I2fcbb98a81725e14d6d433f62622d2c48d146de1
        Reviewed-on: https://gerrit.libreoffice.org/55763
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56144
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-20  Luboš Luňák  <l.lunak@collabora.com>  [004b4ab80d467e0be373590ee55d87b2852e075d]

        use std::atomic rather than OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER
        
        Sources such as
        http://preshing.com/20130930/double-checked-locking-is-fixed-in-cpp11/
        or https://en.wikipedia.org/wiki/Double-checked_locking suggest that
        it wasn't possible to reliably do a portable double-checked initialization
        before C++11. It may be true that for all platforms we support those
        memory barriers are in fact not needed (which seems to be the assumption
        behind OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER being empty), and
        looking at the generated assembly here on x86-64 seems to confirm that, but
        in the worst case then this is a more chatty and standard way of writing
        a no-op.
        
        I don't want to use threadsafe statics or std::call_once() because
        ScGlobal::Clear() does cleanup, which would be non-trivial to do with these,
        and also some functions may not necessarily always force
        creation of the singleton when touching the pointer, so it can't be easily
        hidden behind a single function call.
        
        The need to explicitly use load() with delete (thus preventing DELETEZ)
        looks like a Clang bug to me.
        
        Change-Id: Id3b0ef4b273ed25a5c154f90cde090ea1f9674fb
        Reviewed-on: https://gerrit.libreoffice.org/55851
        Tested-by: Jenkins
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/56141
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-20  Luboš Luňák  <l.lunak@collabora.com>  [4a0bf6f4f30a3b020dcab1e1e7b2517948cc4b9c]

        do not allow threading in SwInterpreter for threading-disabled tokens
        
        If a token is not suitable for the generic threading code, it's presumably
        not suitable for threading with SwInterpreter either. This is possibly
        already handled by checks in CheckToken(), but this can't hurt, just
        in case a token is in CheckForThreading() but not in CheckToken().
        
        Change-Id: Ib969a21e9021fc6debc2131dc718419c6b25d363
        Reviewed-on: https://gerrit.libreoffice.org/55886
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 39dc45b23a6aacb6439162cbbb7762f3d0c0b5fb)
        Reviewed-on: https://gerrit.libreoffice.org/56140
        Tested-by: Jenkins
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-20  Luboš Luňák  <l.lunak@collabora.com>  [456ccd8a3d1753e76fc4f6332de122cc3a187990]

        clean up calc'c choosing between threading and OpenCL
        
        Now there's just one place to decide what is used first,
        in InterpretFormulaGroup(). Place in other places now checks both threading
        and OpenCL, which should be cheap, but it also allows e.g. falling
        back from OpenCL to threading if it doesn't work out for a specific
        formula group.
        
        Change-Id: I0cac55197c5278174d303691c20f77b842995c84
        Reviewed-on: https://gerrit.libreoffice.org/55885
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit e0e21f2747c19dae13332f4e59949c717aa114f3)
        Reviewed-on: https://gerrit.libreoffice.org/56139
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-20  andreas kainz  <kainz.a@gmail.com>  [f5d41ad697bf9591925a19eee656a2c88321745e]

        menubar basic: update menubar according swriter
        
        arrangement is now inline with swriter
        
        Change-Id: I03af565f86e608805f47f541400efef63a55c27d
        Reviewed-on: https://gerrit.libreoffice.org/56070
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 96c9dd2ed97b5984f3299179f79648a92854c7e4)
        Reviewed-on: https://gerrit.libreoffice.org/56132

2018-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30acfd82f2bfd98674f0ad2cf5cf015880001994]

        data provider is not ready in 6-1 yet
        
        Change-Id: I0b0e85e2402303664ebd49bfdc8582296d2d70e9
        Reviewed-on: https://gerrit.libreoffice.org/56127
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-20  andreas kainz  <kainz.a@gmail.com>  [914dab94c391dd8c587cb0eabf3f48fa43ed76ee]

        menubar sglobal: copy of swriter menubar.xml
        
        sglobal use the same actions than swriter
        to a better maintanance sglobal can use swriter
        
        Change-Id: Iaf7c3ad0e2f7e3e7fc9bf68927c1296fe593fb83
        Reviewed-on: https://gerrit.libreoffice.org/56068
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit c551e503fbd22a5af00480a65266e45a2b47f737)
        Reviewed-on: https://gerrit.libreoffice.org/56131
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [68efd03df5f957cf434c5df47993032f53fe7343]

        Updated core Project: help  c9977c80b9e93b691aaec0de57bc32b53cee6efa
        
        Helponline: New .howtoget, small tweaks to other boxes, tiny changes to colors
        
        Change-Id: I3d7d396482df4143b09776230c571c0c69ab0b5a
        Reviewed-on: https://gerrit.libreoffice.org/56040
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 5bc297bf12e0d0010047559d8f8d058f1e848adf)
        Reviewed-on: https://gerrit.libreoffice.org/56136
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [d5c8199a94d0e2f722fff6637b930205a6641adf]

        tdf#77517 make Calc function COLUMN accept external references.
        
        Change-Id: Ife00755586be9a42ac5cf1f9b3debb396db1b45f
        Reviewed-on: https://gerrit.libreoffice.org/56055
        Tested-by: Jenkins
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 28f3e44e99283ede636c28c68bffb2b9df0bbcf8)
        Reviewed-on: https://gerrit.libreoffice.org/56128

2018-06-19  Caolán McNamara  <caolanm@redhat.com>  [2f448d2ddf00579bb452c3d2e7a5287e8e78ff62]

        Resolves: tdf#118226 yes/no reversed
        
        Change-Id: I60f6f0c13e1971e0000698ce71fbbdd7244fb85d
        Reviewed-on: https://gerrit.libreoffice.org/56114
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [378f15a48bcb9fc9676644c20541a943efcd5565]

        tdf#94792 performance regression for xlsx with chart with >1000 data labels
        
        this speeds things up by 30% for me
        
        Change-Id: I7fa99e91b0b4f354329803b9c8fab827bd367dac
        Reviewed-on: https://gerrit.libreoffice.org/55812
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 20083840700518d8c0ec314974249254eb859de7)
        Reviewed-on: https://gerrit.libreoffice.org/55984

2018-06-19  Caolán McNamara  <caolanm@redhat.com>  [9afcfb48617d4dd25797d1e825244298bef52a83]

        weld ImpPDFTabDialog
        
        Change-Id: I0b7f439a6e712c9824008b21bfc511432641dbee
        Reviewed-on: https://gerrit.libreoffice.org/56065
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-19  Caolán McNamara  <caolanm@redhat.com>  [d565b3381cc1c3dcbc354de1ec7488d0c16d80d3]

        weld ImpPDFTabSigningPage
        
        Change-Id: Ia81f3f2ac3644e496ab679dc8e274b2d50f64edd
        Reviewed-on: https://gerrit.libreoffice.org/56036
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-19  Caolán McNamara  <caolanm@redhat.com>  [2e752143b59945223a6d6852890547a9f134bdab]

        tidy up setting parents
        
        Change-Id: Ic0d30d066c76f2b30a5c4e6c864d80c8242c2444
        Reviewed-on: https://gerrit.libreoffice.org/56082
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-19  Caolán McNamara  <caolanm@redhat.com>  [04c041491983ec1f7bd71b965a55255ec0e3ea51]

        weld SwTitlePageDlg
        
        Change-Id: I16a82709f49ed9e85751afd8c8001705c40a6e6d
        Reviewed-on: https://gerrit.libreoffice.org/56063
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-19  Jim Raykowski  <raykowj@gmail.com>  [657c141acbae11945072ae3f38982cb225131de6]

        tdf#101915 make F11 close the sidebar when focus is in sidebar
        
        ...style list panel
        
        Change-Id: I034ba4310cd0942aad0a2e6f807213e14327e7b4
        Reviewed-on: https://gerrit.libreoffice.org/55969
        Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 3a8375eb974eb8ba36ac616478acd881b70f8e19)
        Reviewed-on: https://gerrit.libreoffice.org/56078

2018-06-18  Eike Rathke  <erack@redhat.com>  [d0d0beb5f515ca6f6b777e0e64575e4e7f4626dc]

        Resolves: tdf#118073 one leading 0 is significant for 0.
        
        Regression from
        
            commit 9a6527a98fb968b3fe6bc293ff7520a9480d43d0
            CommitDate: Mon Jun 27 21:57:52 2016 +0200
        
                stringToDouble() do not parse separator without digit as 0.0
        
        Change-Id: I9d90aedc324ef0938297224297d89817e3fd1e90
        Reviewed-on: https://gerrit.libreoffice.org/56028
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins
        (cherry picked from commit 5c0783cecb0b141885a25ca26220614ad3125f8e)
        Reviewed-on: https://gerrit.libreoffice.org/56043

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [b422d6598fdba05d3a47be0809afbb85516f3c54]

        weld ImpPDFTabGeneralPage
        
        Change-Id: Ic72572f775f68ee5378203c9d0cded1baa02b297
        Reviewed-on: https://gerrit.libreoffice.org/56042
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [0dfcc4bbd41ca1886a87149d715f2c87c6800c0c]

        weld ImpPDFTabViewerPage
        
        Change-Id: I5eab308a89d9803c244699138cb601c49345ee3b
        Reviewed-on: https://gerrit.libreoffice.org/56035
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [935fd2d2b776003a89d441bcd243fd079cc0fa65]

        weld ImpPDFTabLinksPage
        
        Change-Id: I6e10b135d102f56d42a9f456557150cb557dd788
        Reviewed-on: https://gerrit.libreoffice.org/56037
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [f8b74d8095bfea66aa47a0d70839807478989396]

        weld ImpPDFTabOpnFtrPage
        
        Change-Id: Icafd88d41f2f0757fcf788882196e7ac07d7c745
        Reviewed-on: https://gerrit.libreoffice.org/56038
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [d3149b9ad23cf3823ab0249275bdd0c031cf1d2d]

        weld ImpPDFTabSecurityPage
        
        Change-Id: I71c3c49682483801d79aa53de76c83973084aa54
        Reviewed-on: https://gerrit.libreoffice.org/56031
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [848e2f83d8182fd7c13a7f2d08b9a267a7e7d58e]

        set explicit parent for signing warning messages
        
        Change-Id: Ifbd1aaec13e2f3a51963c4942face64847eefc07
        Reviewed-on: https://gerrit.libreoffice.org/56027
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [b2e4fbba6ae627d1258dd8a9351b77ffc2e4e280]

        weld SfxDocumentDescPage
        
        Change-Id: I52abfe33e39fbb2e96fe0634b9ac3d8d50068ee7
        Reviewed-on: https://gerrit.libreoffice.org/56025
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [04f91f249b6ecaf87db983f7dcf514bbf4100b6b]

        weld SfxSecurityPage
        
        and drop the sole use of WB_EARLYTOGGLE
        
        Change-Id: I01e7d085eb3f9daf5a62a048178ab90defb4c5b1
        Reviewed-on: https://gerrit.libreoffice.org/55986
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [61f794af9bcebeab3aa399fe02fb5f4976c176ba]

        weld SwDocStatPage
        
        Change-Id: I6ea55b01179f72ca54f86c90788b297a4dd79b9c
        Reviewed-on: https://gerrit.libreoffice.org/56021
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Victor Mireyev  <victor@opennodecloud.com>  [544fe73806c04762b95d0ff5bbe86aa40b873282]

        tdf#70838 ww8export: rotate shape vertically = swap width/height
        
        During import, rotation past 45 degrees swaps height and width
        in SvxMSDffManager::ImportShape, so exporting needs to do the same.
        
        restored from abandonment and corrected by Justin
        
        Import also adjusts TopLeft position, but position seems to
        generally be set by other factors on export. Prefer to have
        an example proof document and not just guess since it seems
        that position is affected by many factors. Therefore, not
        doing anything about the position in this commit.
        
        Change-Id: I4d67ab0e0da296956190aed3468e0c98f29795b9
        Reviewed-on: https://gerrit.libreoffice.org/53902
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins
        (cherry picked from commit c14911a80e3b6e66439b1d569e7cd558c6010864)
        Reviewed-on: https://gerrit.libreoffice.org/55902
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-18  Julien Nabet  <serval2412@yahoo.fr>  [5c213d9f59a131fc80f9b6258771f6df6267041e]

        tdf#117825: check if macros are allowed when double-click one
        
        Change-Id: I4ebb38bdac543995ee7e73dbd67ff5f1402d1a0a
        Reviewed-on: https://gerrit.libreoffice.org/54867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 7667dda435b2671f1d78e967669fa0fe725b5af6)
        Reviewed-on: https://gerrit.libreoffice.org/55212
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-18  Julien Nabet  <serval2412@yahoo.fr>  [00d244e984589697e9f4d5743ec08e963327e3b9]

        tdf#118022: fix crash when searching record in form by handling SQLException
        
        See https://bugs.documentfoundation.org/attachment.cgi?id=142760
        Found thanks on gdb with command
        catch throw com::sun::star::sdbc::SQLException
        
        First SQLException was dealt but not the second one
        
        Change-Id: I7d5d3ad612db132a3bda97cff14367912ae885f9
        Reviewed-on: https://gerrit.libreoffice.org/55836
        (cherry picked from commit f94292e8c4d469bd3123e1649b0f2a94d4b357b3)
        Reviewed-on: https://gerrit.libreoffice.org/55852
        Tested-by: Jenkins
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [0c75367ae5ac257310541ca3c1972b5c9977f452]

        crashtesting: export of ooo24533-1.sxw to docx
        
        a problem (I assume) since...
        
        commit d7d5fa52b03fe058759f90f489a5071a39883ed7
        Date:   Tue May 22 10:49:36 2018 +0200
        
            sw_redlinehide: trivial conversions in reffld.cxx
        
        Change-Id: I4a9ec367e8a280cb56c3e0e47558da959fc14b38
        Reviewed-on: https://gerrit.libreoffice.org/55957
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-06-18  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [009c36b0bf59adadc643dc94fe30c18485f89c6d]

        tdf#117723: nullcheck the ContentAnchor before deref
        
        Change-Id: I4043efc204c8e3af8463ecd325313c99a9d61128
        Reviewed-on: https://gerrit.libreoffice.org/55839
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
        (cherry picked from commit d8142da066b6ee80444694e0eb6b0da9375a89c7)
        Reviewed-on: https://gerrit.libreoffice.org/55958
        Tested-by: Jenkins
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [41012a1cc244cdc230120fce4b3a29e55b247b11]

        weld SfxDocumentFontsPage
        
        Change-Id: I09bb788455053c266ce18d21055157147668263e
        Reviewed-on: https://gerrit.libreoffice.org/55982
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Caolán McNamara  <caolanm@redhat.com>  [c34f8c317e351859daba00a3e2150126636f8aa7]

        weld SfxManageStyleSheetPage
        
        Change-Id: I3769d294e5a5458d3172c330360f7e6207c3d1b1
        Reviewed-on: https://gerrit.libreoffice.org/55966
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [af395336cc11439deaf85656c4e331244c480a66]

        Updated core Project: help  db7e4d09bb07a0f35ee09a8c27eba667d98be772
        
        Fix typos
        
        Change-Id: Idf4ffe077bd71dc8170a20df93d714e581ef02b2
        Reviewed-on: https://gerrit.libreoffice.org/55963
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit bedb482f8d914e9319c711df1c665e636fd856be)
        Reviewed-on: https://gerrit.libreoffice.org/55980
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-18  Andras Timar  <andras.timar@collabora.com>  [f1f93452d1c3726d3dd42687cb8e629537805e80]

        Updated core Project: translations  78ee7de9198757e5b81cf158e91f38ce1123c364
        
        Updated Slovenian translation
        
        Change-Id: Ib0db4be9b31ac60cff7192e59046e4e15f4d3f5b
        

2018-06-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [230e5fa437848cdda1fb9f5d259e93c8fa067b52]

        use hub.libreoffice.org for links from within LibreOffice
        
        Change-Id: I01eff9b5d921787ff0c251ab8467912144577705
        (cherry picked from commit cbd0d1da85a7ae6b35023274c7267872b3d920e7)

2018-06-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3f88236da1d2b8a99b11a8acd0b9e56310e01a38]

        Fix crash on deactivating Chart after playing around
        
        Change-Id: I55fab9213d3571e9457c1a0e0d68574ab4760d1e
        Reviewed-on: https://gerrit.libreoffice.org/55931
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit bf1f49c837264c8f59197b9487d40e32821526c3)
        Reviewed-on: https://gerrit.libreoffice.org/55937
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-06-17  Caolán McNamara  <caolanm@redhat.com>  [73b1aeca87d050634bae9194632601561dedec06]

        weld SvxPageDescPage
        
        Change-Id: I5e2457b51a294cbdacc5c78db4ec0a048567b93d
        Reviewed-on: https://gerrit.libreoffice.org/55952
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-17  Caolán McNamara  <caolanm@redhat.com>  [09205edb4f33d7149d82f192d11f7d405be3d202]

        GraphCtrl factory no longer needed
        
        Change-Id: I55f8280bb256c8eb298dd3550cc2a9621b2cfb4b
        Reviewed-on: https://gerrit.libreoffice.org/55935
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2ce832917be539561b7f8d76ce046d702bfc337a]

        Updated core Project: help  440983e0b533a2f447dbcc49521812dd5fa03ec7
        
        tdf#118187 Text for INDIRECT() in wrong place
        
        Change-Id: Ia6b37858c79940ce95467345bd96d22c8fe4737c
        Reviewed-on: https://gerrit.libreoffice.org/55945
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 184324625ea1e803007b9c41ce625ae6014573f1)
        Reviewed-on: https://gerrit.libreoffice.org/55947
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bbdf8fd867bab762fed8af6fc18c505c46801b91]

        tdf#71850 delete string "case-sensitive" in function wizzard EUROCONVERT
        
        Change-Id: I9ab56279c748eae1e54f4cecc799db1aee2e2601
        Reviewed-on: https://gerrit.libreoffice.org/55716
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit e3bbc87b461f494536778033585852204fe3ec97)
        Reviewed-on: https://gerrit.libreoffice.org/55946
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-17  Laurent BP  <laurent.balland-poirier@laposte.net>  [d8f62ed88edf7e1a57aee789c243ad143f329e37]

        tdf#117827 Restore Synchronize labels in template
        
        Correction of de14f0487118d8ea15db54d94c44d7bd28833c82
        Update Businesscard-with-logo
          - restore "Synchronize labels" function
          - restore links that need to be updated at the begining
          - change Tab for name and profession to center Tab
          - change "Sektsioon" to "Section"
          - change "Paneel" to "Frame"
          - change "Pilt" to "Image"
        
        Change-Id: If3123ed76faf1055f539dc9f47051696f3f1b40b
        Reviewed-on: https://gerrit.libreoffice.org/55243
        Tested-by: Jenkins
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
        (cherry picked from commit e92e240693ca13ac2ee38da3518b12f57d3974db)
        Reviewed-on: https://gerrit.libreoffice.org/55905
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe1a23b5c49c94410a604c8d4a6f50f43d575403]

        weld SvxHFPage
        
        Change-Id: I9e39e276c64da4fca01ff79ebbb42d6f342f0379
        Reviewed-on: https://gerrit.libreoffice.org/55932
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-16  Caolán McNamara  <caolanm@redhat.com>  [74307cb0f7afb76809840b4888dbc5b37f5fd9cb]

        make drawing area transparent by default
        
        Change-Id: Ib31d68ce13b74f3f92e81e09bef7eaed2d7f9708
        Reviewed-on: https://gerrit.libreoffice.org/55921
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-16  Caolán McNamara  <caolanm@redhat.com>  [6b861fd6bf3019cbf2025ee06124b212c9f8d48a]

        weld SwCharURLPage
        
        Change-Id: I5263147c2dd15e6cab5b405d1680c2a3778137a6
        Reviewed-on: https://gerrit.libreoffice.org/55922
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-16  andreas kainz  <kainz.a@gmail.com>  [0c3c9f19a10ba12615866db3a403d72e4a3c7cf5]

        tdf#117415 write underline icons in colibre language translation
        
        Change-Id: I675bda88a17971497da9b98d0798bee536091b49
        Reviewed-on: https://gerrit.libreoffice.org/55925
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [b44167edcbdb94b471da5d6ef390edfa1bf4fe36]

        Try harder to find a matching file extension
        
        Potential regression from 2a39163aef4211c9d19cb1faee7f55d3718355b6
        
        Change-Id: I67f1f11bd52a1dbf0f77a35df7ad556437ccd39b
        (cherry picked from commit 3c78a19ed66b44ebb2db7b160fa92a010a3c42aa)
        Reviewed-on: https://gerrit.libreoffice.org/55889
        Tested-by: Jenkins
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2018-06-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [133a56d75d77275fd9a0dcc08e759be14adc523f]

        Improve 1a2ee0ecd5b0cff52922c1d261f7d03a57a52ca0
        
        Change-Id: I50f369f28c3b97ba7fed494cb238b7756920abc6
        (cherry picked from commit 91b5e86d5ef1318bd894b1fc3b537fb4615673da)
        Reviewed-on: https://gerrit.libreoffice.org/55890
        Tested-by: Jenkins
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2018-06-16  Caolán McNamara  <caolanm@redhat.com>  [2d0ac1a3581088f7f779c7ad6b0f9f80026ee44b]

        weld SwParagraphNumTabPage
        
        Change-Id: I6d95b5235d43dabc17515f3ac31063093c68d959
        Reviewed-on: https://gerrit.libreoffice.org/55875
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-16  Luboš Luňák  <l.lunak@collabora.com>  [8094358979a0c2a152ed603bff54709526e57c87]

        move SetNumberFormat() calls out of calc threads
        
        As it modifies ScAttrArray, which is not thread-safe (has std::vector
        per each column, so multiple threads may try resize it etc.). So if
        threaded calculation is done, delay the calls to the main thread.
        
        Change-Id: I3d87665c0dd0d40f0c2efbcf8958240ee5580233
        Reviewed-on: https://gerrit.libreoffice.org/55602
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins
        (cherry picked from commit dc046b7367bf2bcb5b3b883731723da7c92f4cca)
        Reviewed-on: https://gerrit.libreoffice.org/55903
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-15  Jan Holesovsky  <kendy@collabora.com>  [5e58b203e03fbcf6ca1399954bc01871474c973e]

        Implement infobar encouraging the community involvement.
        
        Change-Id: I06128ed7d28d17fa9a395878efaef4b890f5dbe0
        Reviewed-on: https://gerrit.libreoffice.org/55760
        Tested-by: Jenkins
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit c3fa7a82b7657b00f30394df59e2ffc610350686)
        Reviewed-on: https://gerrit.libreoffice.org/55880
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-06-15  Stephan Bergmann  <sbergman@redhat.com>  [0484c8f68cc870a507ce716edfe4ee3407f3e701]

        Restore binary compatibility for ClassLoaderFactory
        
        As discussed in the mail thread starting at <http://mail-archives.apache.org/
        mod_mbox/openoffice-dev/201806.mbox/%3c651c8fee-b467-421c-eae1-a8710f41692c
        @apache.org%3e> "Just a little side note on the scripting framework ...",
        external code that uses the Java class
        com.sun.star.script.framework.provider.ClassLoaderFactory stopped working
        because LO changed that class in binary (and compile-time) incompatible ways
        over time.
        
        The class is not listed at
        <https://api.libreoffice.org/docs/java/ref/index.html> (and neither at
        <http://www.openoffice.org/api/docs/java/ref/overview-summary.html>), so it was
        not considered part of the stable URE interface.  But it is apparently used by
        external code, and it indeed seems to make sense that it is used by external
        code that implements scripting providers.  (A follow-up commit should therefore
        mark the class as part of the stable URE interface.  I keep that separate so
        that it is easier to backport this functional fix.)
        
        With ScriptProviderForooRexx.oxt from
        https://svn.code.sf.net/p/bsf4oorexx/code@r589 installed in LO, "Tools - Macros
        - Organize Macros - ooRexx... - My Macros - Create... - Library1 - OK -
        Create... - Macro1 - OK - Edit" failed due to
        
        > warn:cui.dialogs:21768:21768:cui/source/dialogs/scriptdlg.cxx:740: Caught exception trying to invoke N3com3sun4star3uno9ExceptionE msg: [jni_uno bridge error] UNO calling Java method invoke: non-UNO exception occurred: java.lang.NoSuchMethodError: com.sun.star.script.framework.provider.ClassLoaderFactory.getURLClassLoader(Lcom/sun/star/script/framework/container/ScriptMetaData;)Ljava/lang/ClassLoader;
        > java stack trace:
        > java.lang.NoSuchMethodError: com.sun.star.script.framework.provider.ClassLoaderFactory.getURLClassLoader(Lcom/sun/star/script/framework/container/ScriptMetaData;)Ljava/lang/ClassLoader;
        > 	at com.sun.star.script.framework.provider.oorexx.ScriptEditorForooRexx.edit(ScriptEditorForooRexx.java:305)
        > 	at com.sun.star.script.framework.browse.ScriptBrowseNode.invoke(ScriptBrowseNode.java:200)
        
        cae57d2e588a4b5a104171e022b00abcc1605775 "ClassLoader->URLClassLoader" (which
        this commit reverts) had changed the return type of the two getURLClassLoader
        overloads from ClassLoader to derived URLClassLoader (and ultimately only for
        cosmetic effect; it was leftover from a previous attempt at fixing a Coverity
        issue by using URLClassLoader.close(), but which is only available in Java 1.7,
        so the attempt had been reverted).  That caused the above failure.
        
        And 68cd011c907d00493bf2bfde531c1e244819596b "java: reduce scope, make some
        methods private" (which this commit also reverts) had changed the second
        getURLClassLoader overload (which is not called in the above scenario) from
        public to private, which is also a binary-incompatible change.
        
        Other commits removed throws clauses, which is only a compile-time issue but not
        a binary-incompatible change.  I left those changes in for now, but if need be
        they could also be reverted.
        
        Change-Id: I98f533d88c7c1580956c3c281e72a1c78fa3f56f
        Reviewed-on: https://gerrit.libreoffice.org/55872
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins

2018-06-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6ceaf86d3548375d19c28fa7783c42a4da4637fb]

        Updated core Project: help  4c2eaf960627ebe8090ca1df03191f50826b91a3
        
        Helponline: Favicon refresh
        
        Change-Id: I53e871ae17019c8eadc762ad72de75b2fb7f7177
        (cherry picked from commit 2bb9f040c74d9e609a53f048447abe815f99fc39)
        Reviewed-on: https://gerrit.libreoffice.org/55888
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [1b9a065808b88632447f9623b2dd9874a5f90142]

        Updated core Project: help  821ab874a92f00146645447813c9ed92eab207cf
        
        Add help pages for internal Basic libraries (WIP)
        
        LibreOffice ships Basic libraries with many nice Functions and
        Subs that are not documented at all. These pages shed some
        light to these libraries and is a work in progress.
        
        Change-Id: Icb237bf552b785e576e984e47fd0c5cf4f7e29d7
        Reviewed-on: https://gerrit.libreoffice.org/55879
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-15  Justin Luth  <justin.luth@collabora.com>  [552b3fa548e19436af24f4b413e34b2f15100718]

        tdf#104199 sd: nofill borders shouldn't be visible.
        
        regression from export bugfix tdf#90190.
        rLineProperties.maLineFill was set, but that value was
        never used, leaving aBorderLine with the default value.
        
        Setting borderline to COL_AUTO lets it merge in with background
        colors while still taking up the space defined by the border width.
        
        The existing unit test says "it is likely you will break
        this if fixing background issues, so feel free to adjust the
        test values." Indeed, this patch removes an unwanted black border,
        so utilizing that test as a proof.
        
        Change-Id: I0725a3d5874a509a4464c586d60c77cde2b49fcb
        Reviewed-on: https://gerrit.libreoffice.org/55205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        (cherry picked from commit 76505bbd862b17b9b02a2d6e68bac308890dec70)
        Reviewed-on: https://gerrit.libreoffice.org/55777
        Tested-by: Jenkins
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [6cc88407acd148982ba05a9a52e390225449c031]

        menubar sbibliography: finish menubar and fix a bug in the toolbar
        
        Change-Id: I08a6e29aeac8c16bbb987c5513cbf3d0777d4b3a
        Reviewed-on: https://gerrit.libreoffice.org/55835
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 7ad1c45c3ef07147681c9f084ae2d0936a2438fe)
        Reviewed-on: https://gerrit.libreoffice.org/55866

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [045aa9e5cec55358946a4a19c308821b084d935b]

        Reportdesign: update em images
        
        Change-Id: I6c30cf858f72ef01839c82ac6962ed0bf40d6355
        Reviewed-on: https://gerrit.libreoffice.org/55834
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 601dfccddc90f530a7b32dac768ba6b20cfc509f)
        Reviewed-on: https://gerrit.libreoffice.org/55857
        Tested-by: Jenkins
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3bee5219173bdad2fc3f86f6fc1ab6151a06c6b5]

        Updated core Project: help  b2799502f1471883f67d9920c1dc5f0eacb63964
        
        Fix <bascode> rendering for paragraphs
        
        Change-Id: I4c76bac48f3be30dc3bcd358df427843a5f97a7a
        Reviewed-on: https://gerrit.libreoffice.org/55837
        Tested-by: Jenkins
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 2fdf0556202b43940ee003e7d1e6d452c3d11ab7)
        Reviewed-on: https://gerrit.libreoffice.org/55878
        

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [35032a80f7c91dc40d9766f01d9d6d0874a81849]

        Colibre: add 32px icons
        
        Change-Id: I6c58c0f26279d33c199109350da5e84a5764e950
        Reviewed-on: https://gerrit.libreoffice.org/55858
        Tested-by: Jenkins
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [7e565ddb8df8437a44a314f938c61912660b7e8b]

        New libreoffice app icons
        
        Change-Id: I4d5f46387932693e14634a64daf2bd193590b536
        Reviewed-on: https://gerrit.libreoffice.org/55859
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-15  Caolán McNamara  <caolanm@redhat.com>  [a756795e4bd8606dd61283e3d3153a12d6658325]

        weld SwDropCapsPage
        
        Change-Id: Ic3438ff0862f74273fe0aec443aaeacee331abdd
        Reviewed-on: https://gerrit.libreoffice.org/55845
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-15  Caolán McNamara  <caolanm@redhat.com>  [5f7025c9aaad534ff835ddbda811bccbb53e031a]

        crashtesting: ZCodec::Read return -1 on failure
        
        Change-Id: If7c4bcfc0c03bdab3209d27f0e8fa75a498feae1
        Reviewed-on: https://gerrit.libreoffice.org/55844
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [2e2d58f1c868287df27628ee09a1d76b6f447474]

        menubar: sync chart2 menubar
        
        Change-Id: Iadc905916c0b6437eec8cc19ce838719c16a44d0
        Reviewed-on: https://gerrit.libreoffice.org/55544
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        (cherry picked from commit 46c3083943f7dc8bf9529ca498d37593bad81a31)
        Reviewed-on: https://gerrit.libreoffice.org/55831

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [ffca8c38bbfa0857013a2f463abef737de028842]

        menubar: update and sync all base menubars
        
        Change-Id: I9b7e31f2335f01e20ee71137fdb2fd0315f3bd91
        Reviewed-on: https://gerrit.libreoffice.org/55542
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        (cherry picked from commit 7d584f7775e1b8f7dc96c618e8c600b1bef77af5)
        Reviewed-on: https://gerrit.libreoffice.org/55830

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [8bca4e277b18a78343aa2263b65824e0d1f9d749]

        menubar: update basic/macro menubar
        
        Change-Id: I1a01ec978063a897b71abf7254ec17d3ed77f156
        Reviewed-on: https://gerrit.libreoffice.org/55540
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        (cherry picked from commit 3562d5c3383cc07a3a8da2d77d47ec0046056a19)
        Reviewed-on: https://gerrit.libreoffice.org/55829

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [3dc2499033b7e3988fbd0091acef7e3d15dbb6e7]

        menubar: sync ALL sw menubar.xml files with swriter file
        
        Change-Id: Id175bff77492fe78c393ceb36e58f427c6d532c2
        Reviewed-on: https://gerrit.libreoffice.org/55505
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        (cherry picked from commit 9fe5af8c5487612b984668caa31142c767aa821a)
        Reviewed-on: https://gerrit.libreoffice.org/55828

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [f9810009dbaf14adbfcc4090c1028a80d6e54705]

        menubar: sync file bibliography menubar
        
        Change-Id: I40726ace2cb8c1c5e02d4c68154d920d079bdf93
        Reviewed-on: https://gerrit.libreoffice.org/55546
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins
        (cherry picked from commit f31747e45f2a4ffa8a5e17d32e368b6cda18c6a8)
        Reviewed-on: https://gerrit.libreoffice.org/55823

2018-06-15  andreas kainz  <kainz.a@gmail.com>  [b08fe45562a4ad3321ae97db640d928c5bae24c2]

        menubar: update math menubar for better sync
        
        Change-Id: I3ee50197037470061bce3a0b0f38f5103bf7ce2c
        Reviewed-on: https://gerrit.libreoffice.org/55545
        Tested-by: Jenkins
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 4279153ccc1f295d9f24c9f581e43f3365c65868)
        Reviewed-on: https://gerrit.libreoffice.org/55822

2018-06-15  Mike Kaganski  <mike.kaganski@collabora.com>  [53ed11accf52481ae0669b5b1676d73b05f38cf4]

        tdf#91801: also restore command (formula) string on validating value
        
        SwUserFieldType::GetValue calls SwCalc::Calculate on this object, which
        resets own m_sCommand to the variable name being verified. Restore it
        after calculations, like other values.
        
        Change-Id: I1582fa2d356064e6e951063fa8479cd615a6591a
        Reviewed-on: https://gerrit.libreoffice.org/55789
        Tested-by: Jenkins
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 82fc1fdebc622507d4220fefa72b9b4bda0f55d8)
        Reviewed-on: https://gerrit.libreoffice.org/55841

2018-06-15  Caolán McNamara  <caolanm@redhat.com>  [903e664735b6bb0d58a16e08db8dfcb3fe52ed94]

        weld SvxStdParagraphTabPage
        
        Change-Id: I02b0f2e4f049b407a3ac0c7f304cbcd0cc652749
        Reviewed-on: https://gerrit.libreoffice.org/55827
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-15  Caolán McNamara  <caolanm@redhat.com>  [95dc6c49348496210d3178f20e4460ad4471ea02]

        rename SwNumberingPreview back to NumberingPreview now
        
        Change-Id: I1b6fe3ea2ef17bd35de1e8d4d124bc7adf9861de
        Reviewed-on: https://gerrit.libreoffice.org/55815
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-15  Stephan Bergmann  <sbergman@redhat.com>  [642e7c6c93f28ef38442b3e06bab033ec9b2a407]

        tdf#33209: Context-sensitive help for extensions in otherwise HTML-help cases
        
        When extensions bring along help content (in the form of .xhp files), that was
        completely unavailable in --without-help (i.e., defering to online HTML help)
        and --with-help=html (i.e., displaying the new offline HTML help in a browser)
        builds.  (Merely extended tooltips brought along by extensions would work in
        those builds.)
        
        With this change, at least context-sensitive help (i.e., pressing F1 in an
        extension's dialog) will be shown.  Although not integrated with the rest of the
        (browser-based HTML) help, but using LO's own old help viewer.  (Which will then
        of course only offer the combined help content of all the installed extensions,
        not any help content provided by LO itself.  Thus, links from extensions' help
        content to LO help content will not work.)
        
        This is only a cheap stopgap.  If an extension brings along help content other
        than context-sensitive help (which is reachable by pressing F1 in the respective
        context), there is no easy way for the user to reach it.  (That includes help
        pages listed in an extension's help.tree, and index entries.  See the commit
        message of 4a0ca73c31990568bf20a1c3f0906c3a5770a38e "Add some help content to
        test-passive.oxt" for an overview of what help conent an extension can provide.)
        
        Regarding the details of this code change, I left the
        comphelper::LibreOfficeKit::isActive() case alone, assuming that that case never
        wants to display LO's own old help viewer, for one reason or another.  (But
        please correct me/the code if that assumption is wrong.)
        
        Reviewed-on: https://gerrit.libreoffice.org/55816
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 06a1c2c9fc467604372495023983874fba33ca85)
        Conflicts:
        	sfx2/source/appl/sfxhelp.cxx
        
        Change-Id: I2209b1aa48888c5f25674fbe4ce6643eff1268c6
        Reviewed-on: https://gerrit.libreoffice.org/55825
        Tested-by: Jenkins
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-06-14  Eike Rathke  <erack@redhat.com>  [9bec4997fe6bceabf381e07793d2c8ba38ee19da]

        Resolves: tdf#118161 use ScCellIterator::isEmpty() for COUNTA()
        
        ... instead of hasEmptyData() that considers inherited svEmptyCell
        as well.
        
        Effectively a regression from
        
            commit 0e9e3be6f51436c1e5bf1481a434a85e334c09ea
            CommitDate: Tue Mar 26 01:41:17 2013 -0400
        
        	More on ScCellIterator usage migration.
        
        that started to include mpCurFormula->IsEmpty() in
        ScCellIterator::isEmpty() which later was renamed to
        ScCellIterator::hasEmptyData() and isEmpty() introduced for real
        empty.
        
        Change-Id: Iec97d58080016c28bc9a7e47d056e4d301263928
        (cherry picked from commit cfe2e4eb835c06b24adabd60c7a3fddbd3f4dbc9)
        Reviewed-on: https://gerrit.libreoffice.org/55803
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins

2018-06-14  Kshitij Pathania  <kshitijpathania@gmail.com>  [65a9e32b0ff3b2128d5381344f08ddacf758cece]

        Icons in menubutton are visible now
        
        Change-Id: Icccf8ebfafcb556327def38bc37d1d25a1b6e58d
        Reviewed-on: https://gerrit.libreoffice.org/55744
        Tested-by: Jenkins
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        (cherry picked from commit 51b72278b3c64978d0219f406ed5ab194cac2e0c)
        Reviewed-on: https://gerrit.libreoffice.org/55821

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [98ac01e74ab95c735b7383601ad2e4ed09962184]

        do setPreviewsToSamePlace at SfxTabDialogController display time
        
        Change-Id: Ia38c1a577b7d054ab4e7e70a8f2cbce16a3573f5
        Reviewed-on: https://gerrit.libreoffice.org/55810
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [b555f76b9d27d8f7b4d7413650230097bd97025e]

        swuilo-NumberingPreview is now unused
        
        Change-Id: Ieba56962ae1986686ae649ac15ba721a3fbfae5e
        Reviewed-on: https://gerrit.libreoffice.org/55814
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [575a9bb4cd3952ed39aaccb83a5d6761ea082601]

        weld SvxParaAlignTabPage
        
        Change-Id: I843b264d44266213e91b7e75bf35e4f6cf41dd88
        Reviewed-on: https://gerrit.libreoffice.org/55809
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Xisco Fauli  <xiscofauli@libreoffice.org>  [9956e32fab5ccd44d48cb26bb5d2d3ffd0f81446]

        bump product version to 6.1.0.0.beta2+
        
        Change-Id: I4f285f9d69844b6bd01212f45ccb8a766e46f0b3

2018-06-14  Luke Deller  <luke@deller.id.au>  [294725dd76e6c5288d2e96f47c730a94c9b09037]

        Fix top margin in DOC import for tdf#117885
        
        When calculating the height of the top/bottom margin, we take into
        account whether the DOC section has a header/footer enabled.
        
        If the DOC section contains only a first-page header/footer, and the
        display of first-page header/footer in this section is not enabled,
        then we must consider the section to have no header/footer.
        
        (Also add a test case using the doc supplied by the reporter in
         tdf#117885)
        
        Change-Id: I8040298a2953b3f3fe8dd80bfd62db2304db938e
        Reviewed-on: https://gerrit.libreoffice.org/55135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 6c68e52532d45c97a83b2396bd40c98ade9b5bb4)
        Reviewed-on: https://gerrit.libreoffice.org/55465
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-06-14  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8383bdc2aed96fc7905c20cc5de4ff64641e7949]

        Replace SVGFilter using SVGIO
        
        Next step is to put more logic into the decision
        if Draw or Impress should be loaded - if we have a
        self-exported Impress, import as Impress, else
        (including all not-self-created SVG Graphics) import
        to Draw.
        To do this it is necessary to be able to import to
        different document formats at all. To do this, add
        an internal filter type to the filter mechanism
        (types/registration/...) and decide in the SVG
        XExtendedFilterDetection::detect from SVGFilter
        which one to use.
        Added tooling for SVG detection and more, see
        SVGFileInfo. This allows to detect for SVG, but
        also if the creator was LO and if it was Draw or
        Impress. The document format/filter is choosen
        accordingly.
        Corrected the error with <g visibility="hidden">
        Slides inisde <g class="SlideGroup"> for import
        of self-exported Impress documents. No idea why
        this was written that way, but needs to be fixed
        to get a visible content at all.
        Also adapted the final mapping from pt to 100thmm
        in SvgSvgNode::decomposeSvgNode. Unfortunately
        (and also for unknown reasons) the self-exported
        Impress does not write svg:width/height values,
        thus the adaption from assumed svg-units (px) to
        100thmm has to be skipped.
        Have identified the place in svgio where I can
        embed Pages/Slides to a helper-Primitive to later
        be able to 'break' such GraphicObjects to multiple
        Pages/Slides. I have added a Primitive called
        PageHierarchyPrimitive2D for this purpose.
        
        Change-Id: I38bfef6e7b16479a025fc754e38b4e21a006ad38
        Reviewed-on: https://gerrit.libreoffice.org/55434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 3087011e2eb810866276e270a6fc61a7e0998fec)
        Reviewed-on: https://gerrit.libreoffice.org/55786
        Tested-by: Jenkins
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-06-14  heiko tietze  <tietze.heiko@gmail.com>  [4b1490406d5ff419f632b581bed9744291600dc0]

        tdf#118110 - Mouse wheel should work with the shapes desk
        
        scrollwindow removed
        
        Change-Id: Id38dd75120effe63314fb3665417c728f3822712
        Reviewed-on: https://gerrit.libreoffice.org/55748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit dc5a7f14cb44c06c19772249973d06df1f4eccaa)
        Reviewed-on: https://gerrit.libreoffice.org/55797
        Tested-by: Jenkins
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-06-14  Julien Nabet  <serval2412@yahoo.fr>  [90d77c7d18050437d47ba967e4c4ad7e523ced0e]

        tdf#118112: Use ParameterNameSubstitution for Mysql
        
        Change-Id: Ic48aee378d0a89466c49de85baa96a3bea127d2f
        Reviewed-on: https://gerrit.libreoffice.org/55771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit c179e8a7ea273a48713192c3ba7dfea313149cd8)
        Reviewed-on: https://gerrit.libreoffice.org/55779
        Tested-by: Jenkins
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-06-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7b76fab14b2eec0a5a86ceaaab66320ac49c02c4]

        Move signature line to signed properties
        
        So that a modification will result in an invalid signature.
        
        Change-Id: Ib40e0b941d56e29c134993e1d41f496aa183bd7f
        Reviewed-on: https://gerrit.libreoffice.org/55086
        Tested-by: Jenkins
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [240b8bc37068210579205bce175784d7adcfb0a7]

        update credits
        
        Change-Id: I7012888221c01140b5e93042635a05e453f8470e
        (cherry picked from commit 3a3bf63bfb10e97e045a9b7cf1f357930b668ac2)

2018-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [962b2dfb7c7b7f3e602146a3e6172fee1109fea9]

        Updated core Project: translations  8e3b6b1f3f05e062d4aa3541986c4cfb6beb22ab
        
        update translations for 6.1 beta2
        
        Change-Id: I37d4e6add42523370e00815e71fdf5764c740e67
        (cherry picked from commit 2aa8e04733181b9e3c3cceb5ecb8fecee1106b24)
        

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [8f72549ce32c522ca951b7f53c2beedc7b4dcc7a]

        weld SvxExtParagraphTabPage
        
        Change-Id: I6836bc659f28ebae35ed0ca33ffd9425212c3622
        Reviewed-on: https://gerrit.libreoffice.org/55791
        Tested-by: Jenkins
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [cf5974c2f028a411dba0a787609e581df40c9ce4]

        Updated core Project: help  8562b6a55f81cc8f47dd0fe61929f11b09988426
        
        Add back fonts for complex scripts
        
        Change-Id: Ibe468e41fd016871ee30909dd6a9515e7d10b22a
        Reviewed-on: https://gerrit.libreoffice.org/55807
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-14  Stephan Bergmann  <sbergman@redhat.com>  [b60cc77d26dd1cfd25e60a53bf3403b3790b54b8]

        Avoid -fsanitize=null
        
        ...during JunitTest_sw_unoapi_4:
        
        [...]
        > checking: [sw.SwXTextViewCursor::com::sun::star::style::CharacterProperties] is iface: [com.sun.star.beans.XPropertySet] testcode: [ifc.style._CharacterProperties]
        > LOG> Execute: CharFontName
        > LOG> try to set:
        > LOG> old = Liberation Serif
        > LOG> new = Times New Roman
        > LOG> Property CharFontName is void
        > LOG> Property 'CharFontName' OK
        > LOG> result = Times New Roman
        > Method CharFontName finished with state OK
        > LOG> CharFontName: COMPLETED.OK
        >
        [...]
        >
        > LOG> Execute: CharCombinePrefix
        > LOG> try to set:
        > LOG> old =
        > LOG> new = New
        > sw/source/core/text/inftxt.cxx:1794:69: runtime error: reference binding to null pointer of type 'const SwWrongList'
        >  #0 in SwTextSlot::SwTextSlot(SwTextSizeInfo const*, SwLinePortion const*, bool, bool, rtl::OUString const&) at sw/source/core/text/inftxt.cxx:1794:47 (instdir/program/../program/libswlo.so +0x826da0a)
        >  #1 in SwExpandPortion::Paint(SwTextPaintInfo const&) const at sw/source/core/text/porexp.cxx:66:16 (instdir/program/../program/libswlo.so +0x8391b43)
        >  #2 in SwBlankPortion::Paint(SwTextPaintInfo const&) const at sw/source/core/text/porexp.cxx:199:22 (instdir/program/../program/libswlo.so +0x8395368)
        >  #3 in SwDoubleLinePortion::PaintBracket(SwTextPaintInfo&, long, bool) const at sw/source/core/text/pormulti.cxx:365:16 (instdir/program/../program/libswlo.so +0x8449ab3)
        >  #4 in SwTextPainter::PaintMultiPortion(SwRect const&, SwMultiPortion&, SwMultiPortion const*) at sw/source/core/text/pormulti.cxx:1580:51 (instdir/program/../program/libswlo.so +0x8467d46)
        >  #5 in SwTextPainter::DrawTextLine(SwRect const&, SwSaveClip&, bool) at sw/source/core/text/itrpaint.cxx:396:17 (instdir/program/../program/libswlo.so +0x83764cc)
        >  #6 in SwTextFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/text/frmpaint.cxx:697:23 (instdir/program/../program/libswlo.so +0x822f5ab)
        >  #7 in SwLayoutFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/layout/paintfrm.cxx:3421:21 (instdir/program/../program/libswlo.so +0x7c70a12)
        >  #8 in SwLayoutFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/layout/paintfrm.cxx:3421:21 (instdir/program/../program/libswlo.so +0x7c70a12)
        >  #9 in SwRootFrame::PaintSwFrame(OutputDevice&, SwRect const&, SwPrintData const*) const at sw/source/core/layout/paintfrm.cxx:3136:24 (instdir/program/../program/libswlo.so +0x7c5032e)
        >  #10 in SwViewShell::ImplEndAction(bool) at sw/source/core/view/viewsh.cxx:413:49 (instdir/program/../program/libswlo.so +0x95cd0ca)
        >  #11 in SwViewShell::EndAction(bool) at sw/inc/viewsh.hxx:594:9 (instdir/program/../program/libswlo.so +0x5f5b0a5)
        >  #12 in SwCursorShell::EndAction(bool, bool) at sw/source/core/crsr/crsrsh.cxx:256:18 (instdir/program/../program/libswlo.so +0x5ef26ee)
        >  #13 in SwRootFrame::EndAllAction(bool) at sw/source/core/layout/pagechg.cxx:1875:52 (instdir/program/../program/libswlo.so +0x7bfe2ce)
        >  #14 in UnoActionContext::~UnoActionContext() at sw/source/core/unocore/unoobj2.cxx:261:25 (instdir/program/../program/libswlo.so +0x9110434)
        >  #15 in SwUnoCursorHelper::SetCursorAttr(SwPaM&, SfxItemSet const&, SetAttrMode, bool) at sw/source/core/unocore/unoobj2.cxx:369:1 (instdir/program/../program/libswlo.so +0x911327a)
        >  #16 in SwUnoCursorHelper::SetPropertyValues(SwPaM&, SfxItemPropertySet const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, SetAttrMode) at sw/source/core/unocore/unoobj.cxx:1839:17 (instdir/program/../program/libswlo.so +0x90e0bff)
        >  #17 in SwUnoCursorHelper::SetPropertyValue(SwPaM&, SfxItemPropertySet const&, rtl::OUString const&, com::sun::star::uno::Any const&, SetAttrMode) at sw/source/core/unocore/unoobj.cxx:1760:5 (instdir/program/../program/libswlo.so +0x90dfb0e)
        >  #18 in SwXTextViewCursor::setPropertyValue(rtl::OUString const&, com::sun::star::uno::Any const&) at sw/source/uibase/uno/unotxvw.cxx:1441:5 (instdir/program/../program/libswlo.so +0xafac835)
        >  #19 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) at bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5 (instdir/program/libgcc3_uno.so +0xba96d)
        >  #20 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13 (instdir/program/libgcc3_uno.so +0xb6855)
        >  #21 in unoInterfaceProxyDispatch at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13 (instdir/program/libgcc3_uno.so +0xb4663)
        >  #22 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const at binaryurp/source/incomingrequest.cxx:236:13 (instdir/program/libbinaryurplo.so +0x209ede)
        >  #23 in binaryurp::IncomingRequest::execute() const at binaryurp/source/incomingrequest.cxx:79:26 (instdir/program/libbinaryurplo.so +0x205f10)
        >  #24 in request at binaryurp/source/reader.cxx:85:9 (instdir/program/libbinaryurplo.so +0x2966d3)
        >  #25 in cppu_threadpool::JobQueue::enter(long, bool) at cppu/source/threadpool/jobqueue.cxx:107:17 (instdir/program/libuno_cppu.so.3 +0x17e863)
        >  #26 in cppu_threadpool::ORequestThread::run() at cppu/source/threadpool/thread.cxx:165:31 (instdir/program/libuno_cppu.so.3 +0x1977bb)
        >  #27 in threadFunc at include/osl/thread.hxx:185:15 (instdir/program/libuno_cppu.so.3 +0x1a0347)
        >  #28 in osl_thread_start_Impl(void*) at sal/osl/unx/thread.cxx:234:9 (instdir/program/libuno_sal.so.3 +0x2e6479)
        >  #29 in start_thread at /usr/src/debug/glibc-2.27-56-g50df56ca86/nptl/pthread_create.c:463:7 (/lib64/libpthread.so.0 +0x7593)
        >  #30 in __GI___clone at /usr/src/debug/glibc-2.27-56-g50df56ca86/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 (/lib64/libc.so.6 +0xfa00e)
        >
        > LOG> Exception occurred while testing property 'CharCombinePrefix'
        > Method CharCombinePrefix finished with state FAILED
        > com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@4eb7f003 is disposed
        > 	at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:688)
        > 	at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:602)
        > 	at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:145)
        > 	at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:129)
        > 	at com.sun.proxy.$Proxy24.getPropertyValue(Unknown Source)
        > 	at lib.MultiPropertyTest$PropertyTester.testProperty(MultiPropertyTest.java:210)
        > 	at lib.MultiPropertyTest.testProperty(MultiPropertyTest.java:461)
        > 	at lib.MultiPropertyTest.testProperty(MultiPropertyTest.java:470)
        > 	at lib.MultiPropertyTest.invokeTestMethod(MultiPropertyTest.java:83)
        > 	at lib.MultiMethodTest.callMethod(MultiMethodTest.java:365)
        > 	at lib.MultiMethodTest.executeMethod(MultiMethodTest.java:353)
        > 	at lib.MultiMethodTest.run(MultiMethodTest.java:217)
        > 	at base.java_fat.executeInterfaceTest(java_fat.java:447)
        > 	at base.java_fat.executeTest(java_fat.java:187)
        > 	at org.openoffice.Runner.run(Runner.java:175)
        > 	at org.openoffice.test.UnoApiTest.test(UnoApiTest.java:41)
        > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        > 	at java.lang.reflect.Method.invoke(Method.java:498)
        > 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        > 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        > 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:52)
        > 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        > 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        > 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        > 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        > 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        > 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        > 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        > 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        > 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        > 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        > 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        > 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        > 	at org.junit.runners.Suite.runChild(Suite.java:128)
        > 	at org.junit.runners.Suite.runChild(Suite.java:27)
        > 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        > 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        > 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        > 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        > 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        > 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        > 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
        > 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
        > 	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)
        > 	at org.junit.runner.JUnitCore.main(JUnitCore.java:36)
        > LOG> CharCombinePrefix: COMPLETED.FAILED
        [...]
        
        (And, as suggested by mst, made a similar change a few lines further up, even if
        that never showed up to be null at least during `make check`.)
        
        Change-Id: Iac1d2ba7b7bb940b6b185754141407cc31ed6319
        Reviewed-on: https://gerrit.libreoffice.org/55749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        (cherry picked from commit 6a501515e09f05aba85eed3d0c65e5874b141f9d)

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [de26bde6eb50d555e9c1a3e70d1a91065ba05d9d]

        coverity#1436014 silence Dereference null return value
        
        Change-Id: I5ba1f864b5fcf69e3437792f99d24367f5f5a44d
        Reviewed-on: https://gerrit.libreoffice.org/55603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [4b7dd9451c0dccbbecb237d9a98ce583b744ea00]

        coverity#1436013 Unintended sign extension
        
        Change-Id: Ic8dd5523d774f84627cd13ad53508386071f92e9
        Reviewed-on: https://gerrit.libreoffice.org/55606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [08cd443e859717ecd2cc1534fbb425117a17a279]

        coverity#1436018 Dereference after null check
        
        Change-Id: Id6a8ebdde5a08d9581c165a85f067ffaef490cab
        Reviewed-on: https://gerrit.libreoffice.org/55604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0d1be9e71b05c4aed596bf6ed3f7c2fddc2ef3f6]

        coverity#1436017 DEADCODE
        
        Ass-umption is that nLen == 0 requires no changes here.
        
        Change-Id: I9af1110aed7998fdf0247c1fa8473f0180e8774e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [72e73de4b4394f0707ddcdd6b52b208d6d2d6601]

        sw_redlinehide: old GCC needs a cast here
        
        Change-Id: I45f340fff2d3285e1af6f6448c807d4997e5a42b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [3c57cbb08eba41e397bd90f7622a50e64c190c81]

        sw_redlinehide: let the Show menu item toggle new mode
        
        Change-Id: I1201e84b231be17e6a5ec2294acfb1e3111c9ada

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [75315e954a9a6542b738a55f201f8c439b859ff9]

        sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()
        
        Change-Id: Icff1b1aac20a0a6d3f957e7025f6a08a6d0edbee

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b2d63073669280372de983cadd44965c99b56a24]

        sw_redlinehide: trivial conversions in lcl_DrawLineForWrongListData
        
        Change-Id: I7425bac439df7518b7fe1b62cd6f3fd7a9f88fec

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [fb93a9da22dc9052e8ab8d057283e0cfffb659c4]

        sw_redlinehide: use WrongListIterator in text formatting code
        
        Change-Id: Ie13119d456fa6fe3919871cc541a9ad927b5982e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [543fc57787ebccb30a05f795abe6e74c4288e704]

        sw_redlinehide: Add sw::WrongListIterator
        
        The simplest way to deal with the problem that wrong-lists are on the
        SwTextNode is to just take them as-is and iterate over them in a merged
        SwTextFrame.  This may give results that users may disapprove of, but
        i'm not sure how likely it is in practice to e.g. start a delete redline
        in the middle of a word and end it in another paragraph.
        
        Perhaps it would be better to move the SwWrongLists to the SwTextFrame,
        but that is probably more work.
        
        Also add missing SwTextNode function overloads for "const", so we don't
        need mutable SwTextNodes.
        
        Change-Id: I9742e3793abe090cf58ad3f27b51e89be86a1964

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [6d79a08dec2be3d35bdd42aa0ee62cea01193493]

        sw_redlinehide: send a hint to the SwTextFrame when Delete redline
        
        ... is created or updated; there is already a SwUpdateAttr
        hint being sent from SwRangeRedline::InvalidateRange(),
        but it doesn't contain any info about the redline other than the
        position; add a new hint sw::RedlineDelText and send it from there in
        addition to the existing one.
        
        Change-Id: I37150b2a5ca6a0e70ea4a5788f720f8522227631

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [cb6f2e535714082444a94cfcce4137517a2f9226]

        sw_redlinehide: SwTextNode::Insert(): send SwInsText hint before
        
        ... adjusting hints, as the latter sends RES_UPDATE_ATTR hints
        and the ModelToViewPos() asserts because the mergedText is too short.
        
        Change-Id: I48bf6388ce69f3294decf96dc6dd11ba3bf4bc7b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4688fc3953c5461e8a53ecb80e71734a87622f8f]

        sw_redlinehide: convert spelling SwTextFrame funcs called by DoIdleJob_
        
        These currently get passed the current shell cursor position, which
        seems quite pointless as the caller DoIdleJob_ can handle that case
        in one place.
        
        Instead, pass in the actual node that should be checked, since the
        SwTextFrame can have multiple nodes now.
        
        Change-Id: Id7a8a7a2a5a3eaeb700963eff5147d37b194a953

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d37eb6f0beb5b63cd8d35bf5497c522ccadb73de]

        sw_redlinehide: SwAttrIter direct ctor gets a SwTextFrame arg
        
        ... and use it in SwTextPainter::CheckSpecialUnderline()
        
        Change-Id: I904cb955f0bc8dc1f92612b47dc129922865c198

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [78ac6917ac902df7564541a797cbdba3585c90a2]

        sw_redlinehide: convert SwTextSizeInfo::GetMultiCreator()
        
        Very tricky ... i'd be surprised if this actually works :-/
        
        Change-Id: I309db66e64838aaf92609313d04c4fe3d096c6ee

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c523ccc2ffe57bda587516526ba021fcd1d3642b]

        sw_redlinehide: convert GetAttrSet() in txtfrm.cxx, frmtool.cxx
        
        Change-Id: I3541fa79ff48f6829fc459ab5bd8224c29c51cbb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d5b13714a0c79b98f4e811978d894731ceb735fc]

        sw_redlinehide: move SwContentNode::GetNode() to SwNoTextNode
        
        SwTextNode's GetDep() may be a WriterMultiListener, which isn't even a
        node.
        
        SwTextNode has GetTextNodeForParaProps()/GetTextNodeFirst().
        
        Change-Id: Ica177a6a3cf7c886c9a8d2733fb9cb452a475450

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [7a614b1f62ce6d6ad3d4822d1dbebb0b1eb4b8e9]

        sw_redlinehide: use FrameContainsNode in anchoredobjectposition.cxx
        
        Change-Id: I648810c1d5549d700a64f120a52416a951d56dca

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9c0a30bc63fc8b8a6c75b06f6c28dcd8a3519b60]

        sw_redlinehide: convert GetNode(), use FrameContainsNode(), txtfly.cxx
        
        Change-Id: I0e4961acc191a764db74ede75e140e63ad1318a0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1539244515e205122c82dff1fdcf7caacb91323d]

        sw_redlinehide: iterate merged nodes in SwLayIdle::DoIdleJob_()
        
        Change-Id: I42924448749385bb0e5bc2c187e37053e104c0da

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5a309d4db740f941fd1482d1c92b36a8779f0585]

        sw_redlinehide: convert GetNode() in frmtool.cxx
        
        Change-Id: I6787ec787190ad297717ab01a78414cac34aa2cb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [36719d7cafd56e745657b1b916090be00f1c06bb]

        sw_redlinehide: convert GetNode(), use FrameContainsNode() in flycnt.cxx
        
        Change-Id: I551d37c961149bb043bed4cde7b52822f5e3db81

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5abd1d8bc219e9d6445216001c9a8c3de313496a]

        sw_redlinehide: convert GetNode() in SwFlowFrame::BwdMoveNecessary()
        
        Change-Id: Iaefed6ebee4f4cf47697c174abc275b1287f643f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [56ce2a25f2963109817bd9961f332adff1421e42]

        sw_redlinehide: convert GetNode() in SwCursor::IsSelOvr()
        
        Change-Id: I3cca2091f4a3fe903bbd606c93a368662e997899

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [cf6278abfc40a5c54720a488a1ec62146f9db6df]

        sw_redlinehide: refactor AppendObjs to iterate merged paragraphs
        
        Change-Id: I5860b9791c0839d4b83eec6a3db0b2d1926d2ccd

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [481e754414ce8dbd2de4ad23e43fccfc9a1d47ef]

        sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()
        
        Change-Id: Ia652ff428c232b9307e41da8f6b9648f486f7179

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e1971ded20db824799c3f6d29e2742567aec3a85]

        sw_redlinehide: refactor SwFlowFrame::IsKeep()
        
        This thing uses 2 items, a normal one and RES_BREAK, so they need to be
        passed in separately, a merged text frame does not necessarily have any
        item set with the matching items.
        
        Change-Id: I5e50ac60137ba8d94adeaee2ef015551d8a3bdd8

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2e4da53908cdd3feed9fd82f64115da8ff5a77ea]

        sw_redlinehide: add SwFrame::GetBreakItem()/GetPageDescItem()
        
        SwFrame::GetAttrSet() can work for merged text frame for most
        paragraph/frame items, but not for these two, which are special cased
        in the node joining code so they're always from the first node.
        
        Change-Id: Ib63203a67e15e208aa50bc46ae0f5a82d1b9081c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [6776b037aeea256f6dfeab9c21e3a3f9011ee4b8]

        sw_redlinehide: add sw::FrameContainsNode()
        
        Change-Id: I13fde1bc95211ecbf5ff2a3f54cd85f41b5418d7

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [eb5e67b1dbd15e7a48d36eca7a509581ada2007b]

        sw_redlinehide: SwContentFrame::LeftMargin()/RightMargin() pure virtual
        
        ... because it's using GetNode().
        
        Change-Id: Iba99a2c4213d389e8b281b689f7bcfc6027baf28

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5dadd54bd5c9f2a74dd76edc55a9945b49e2edc3]

        sw_redlinehide: make GetRegisteredIn() private in SwFrame
        
        Use GetDep() instead, which is a unique identifier in sw.
        
        Change-Id: I66e60a175165673c2962124fdec691b03a5f0e4a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [84327c954b1ff3b582855d8edd94b88a60822a18]

        sw_redlinehide: SwContentFrame::DestroyImpl()
        
        Change-Id: I4539ef0a7dc04de1c87cf6f54ca319dbdc719755

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [27b635bc603310cfae8a1a7a602e38c5da12aece]

        sw_redlinehide: convert to GetDep()
        
        Change-Id: I3b128fe797e8fd6989821cfd540dc5e630e74d37

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [913fbbee0bef73e7e83a4f78e5b29bc187b4d8ac]

        sw_redlinehide: convert SwDeletionChecker to GetDep()
        
        Such a lovely class!
        
        Change-Id: Id03795b1c62c35829cab093198daf082ca78d174

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2cb3a977a797ddece91a20c5a6798403b9d5fde9]

        sw_redlinehide: SwXFlatParagraphIterator::getNextPara() iterate ...
        
        ... the MergedPara here.
        
        Change-Id: I1a76c9d4a13277987218426a787b5b1b421d36ea

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bf60a61695e017c10873be15fc4fbae6dc87db9d]

        sw_redlinehide: trivial GetNode() in PageBreakWin.cxx
        
        Change-Id: I7bdf58d1f2233ab77a1b774a99aa068fe9438ae8

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ca74e985358c70d66243e8a0e9ba44fb141efb6c]

        sw_redlinehide: trivial GetNode() in text
        
        Change-Id: Ied6e80e30ced49b11952c44c36e86e8575e42c0f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2d3890ce11f60dc5ca4c7141c30c4dd7622c28ea]

        sw_redlinehide: trivial GetNode() conversions in pagechg.cxx,wsfrm.cxx
        
        Change-Id: I2378dd76100d335e24ec21f4cfe62afa61b4e0e4

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ee396ac49e65902c56e73e941a3cdb9f4673ede9]

        sw_redlinehide: GetNode() conversion in trvlfrm.cxx
        
        Change-Id: I8621546fcff000e93b3ea0593a5f1f8df94811a4

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bc8d88ffd795b77acd4cde3c111b74c4c678d8ef]

        sw_redlinehide: trivial GetNode() in atrfrm.cxx,fly.cxx,flylay.cxx
        
        Change-Id: Id15b867e8a275529822bab8ce82da5eb2eeb484b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [3a74b3d80d61c85f549cb07fa0aca301f8699194]

        sw_redlinehide: trivial GetNode() in fetab.cxx,fedesc.cxx
        
        Change-Id: I655431923f24bb04826a814d7d8e59dea4bb7fc6

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9e0db55cbce13666321dc3d0a7f3d38f73ed5164]

        sw_redlinehide: GetNode() conversion in fefly1.cxx
        
        A bit hairy sometimes...
        
        Change-Id: Ic4b55bce4939001fe18f99d4902c7b5ef52f1fb7

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [71355cbce2d2ea8bed73b757e271fd124b2fd8e3]

        sw_redlinehide: GetNode() conversion in feshview.cxx
        
        Change-Id: I304b7b3fe92c7614e3a5bc887407487751423e71

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e2b59e36981b2081975599b6fc6b435407a9e9ee]

        sw_redlinehide: trivial GetNode() conversion in fields
        
        Change-Id: I69e438575e76f67701d951dfeab0fd7fdda0e66f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [486c2a5e23b4bac9b26909815c8804dfd485c510]

        sw_redlinehide: trivial GetNode() conversion in draw/
        
        Change-Id: I660953a6e101aae0f6dad38b74d0a5fa8f254221

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2c75655f096b0af193041f62d6f5d84fb8935fcc]

        sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxx
        
        Change-Id: I2f95b413a65fac0a68678eb06f90238707c57e68

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [89b4458af83a5b4a10f7a539f169ab40c8540a7a]

        sw_redlinehide: trivial GetNode() conversion in access
        
        Change-Id: I5e1e18ee4033d9c5776d856aaa61ead9dde3e702

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [67a58b914f917ce20f25ada5b28d374d77aaba2d]

        sw: SwTextFly cleanup, prefix some members & clarify SwTextFrame type
        
        Change-Id: If9ecad6bf396f459335177579f665fffaf917135

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e5ec026865f1193a0abb082c6285f9fc4b315b69]

        sw_redlinehide: adapt SwFrame::InvalidatePage()
        
        Change-Id: I38f2b4b34e3c740f94f2d6564e1a923a8ee4aaf8

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [df7fd2f735709f110e85e55f86c7e4bd70380239]

        sw_redlinehide: SwTextFrame::IsHiddenNow() needs some work
        
        Iterating the fields here looks a bit expensive, maybe it would be
        better to check the ViewOptions first...
        
        Change-Id: I41830e89a4fd683eee35bd2b0901fb9fb121b51c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [152d4f46cd412d783c12afa7544f91cd3702e872]

        sw_redlinehide: SwTextFrame::HideAndShowObjects()
        
        Let it get the SwTextNode from the fly's anchor position, instead of
        from SwTextFrame.
        
        Change-Id: I833db32b2d7dd689c04fe93d75910364b6b91a3c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [6cb8d71be784991436fdfb1ab8c5f864a24d09f7]

        sw_redlinehide: SwTextFrame::DestroyImpl() needs to remove more
        
        ... footnotes for merged paragraphs.
        
        Change-Id: Ia32a2a776cb3a383f9ea0ecf51dcea872d6378be

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [63595d49151251d1646def7b02e8b791b1e1915c]

        sw_redlinehide: TextFrameIndex conversion in SwTextFrame::SwClientNotify
        
        ... etc.
        
        Change-Id: I34336fa923b5c40a040490dd618633035efd5d94

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c4660a894182a8e5a4c4a40b0e3af290317bcdd8]

        sw_redlinehide: update MergedPara in SwTextFrame::SwClientNotify()
        
        Change-Id: Ic61309f7ae56b014a19b86173d520fb72a33667e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9534c81a49158335857d1bb0b01946c2e4cd6018]

        sw_redlinehide: replace SwTextFrame::Modify() with SwClientNotify()
        
        This is critical because it needs to know what SwTextNode sent the hint.
        
        Fortunately it looks like we can just convert this one implementation
        and the backward compat stuff in SwClient will keep the other
        SwFrames working as before with their Modify().
        
        Change-Id: I16f0bf7495002e7393148429640262cb38dc4849

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9732910155402fa46dd856ec495c288bce0eccbf]

        sw_redlinehide: SwFrame::IsCollapse() needs an extra check
        
        Could be that the node is empty but the frame not.
        
        Change-Id: I9b9af31f2ef9a6d862cfe38038222b5a46e6b0ab

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d483038b2c987883b6ff9a1e6fdb41b8124eff95]

        sw_redlinehide: ListenerEntry::SwClientNotify should not call ...
        
        ... ModifyNotification() but SwClientNotify(), and let its default
        implementation call Modify(), because this allows for
        incremental migration of subclasses to SwClientNotify() while
        superclass still uses Modify().
        
        Change-Id: Ieb7590507a80183e68341b3dee9ca5801d01bec0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [03fc3399231cad0638844125eba18eb7eacd492f]

        sw_redlinehide: use WriterMultiListener to connect SwTextFrame
        
        ... with multiple SwTextNodes in CheckParaRedlineMerge()
        
        Change-Id: I57402ca7d2210fc30015b9a7e2e05216e0b8a8eb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [15e4f799b9820841844879be576145cb5a1de200]

        sw_redlinehide: disable optimisation in ContentIdxStoreImpl::SaveFlys()
        
        ... if there's a merged text frame.
        
        Change-Id: Ida468518ab3f0c2a077a831ec81522f7d3b2c9ff

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a39b10652733372f1cd78fe537e386bc85bb6d80]

        sw_redlinehide: add some checks in places that require the node
        
        ... that contains the first text of the frame.
        
        Change-Id: I8efc1acd87a7fcb9e4e38925f1ba91ec1a004dfd

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [8f70f1d5c91dc01dff9a433fd44061055497b7f2]

        sw_redlinehide: convert SwCursorShell::GotoTOXMarkBase()
        
        Better not to assume that index 0 of the node is visible.
        
        Change-Id: I50f4a53d853cc59d3d0403eae34af48a56b1776a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [97575b7c431a532c32319d47445889f346e67673]

        sw_redlinehide: convert the SwIterators in SwNode2Layout too
        
        Change-Id: Id0fb0ea0be731f2f4af372c2034d56fd6e20b4a1

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d2061fd4075fa07fcae203d994f5d6062afe85db]

        sw_redlinehide: use unwrapping SwIterator when iterating SwModify
        
        ... that could be a SwTextNode, too.
        
        Change-Id: I5627564966ce331b07b69010d42d61ff8a04364c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [8f459a738040581be87f74cdd29c77050d9f4e49]

        sw_redlinehide: use unwrapping SwIterator when iterating SwTextNode
        
        ... or SwContentNode.
        
        Change-Id: Ib05038fd5a5550f5ed6dd90e129a2d7c3da74c1e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5eb248b86a833ac3f9c205ff11dee99272d030ea]

        sw_redlinehide: add an indirect iteration mode to SwIterator
        
        There are lots of existing loops over SwTextFrames of SwTextNodes,
        and these need to keep finding the frames if there's a
        WriterMultiListener in between.
        
        Add a template parameter to SwIterator that can be used to make the
        iteration transparent, i.e. return the client of the
        WriterMultiListener instead of the ListenerEntry itself.
        
        Change-Id: I8b67a027b392b08408f5fbf26be22884384aa6cf

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5d38b7801af3b1ad8cdebee54d2f22d07b3982f2]

        sw_redlinehide: fix SwCursorShell::GetContentAtPos() redline code
        
        This calls SwTextFrame::GetCharRect() on the frame where the mouse
        cursor is, with SwPositions that may be in a unrelated SwTextNode.
        
        Bogus positions now triggers asserts, so let's fix it.
        
        Change-Id: Idedb335ffd79c299976ad91b683dfb30cd0ceac2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bf5fadd6659a25d93b5ac45b78c371c9224f234d]

        sw_redlinehide: hyphenation
        
        There's a loop over nodes, calling SwTextNode::Hyphenate() each time.
        Introduce a new class SwInterHyphInfoTextFrame that is used in the
        SwTextFrame functions, and SwTextNode::Hyphenate() converts between
        the 2 types.
        
        Not sure if this will hyphenate a word that is split across nodes in the
        model, but perhaps this is good enough in practice.
        
        Change-Id: I78dec370e15c372284c934d9658b2dd5b3b97ae0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c72751b1633f7523f12cdb3aa35153e1d60ebb45]

        sw_redlinehide: make SwScanner independent of SwTextNode
        
        Abstract out the GetLang function into a parameter.
        
        SwScanner also uses a ModelToViewHelper but at this place it's used in
        "pass-through" mode which does an identity mapping.
        
        Change-Id: I45557c4e4446d1b4d95a206c414bbb6477593f8a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [497dcbf57dab9365be6f7cd9888a690c62e0d634]

        sw_redlinehide: what to do about SwParaPortion::GetDelta()
        
        This has type "long", which is unusal.  Presumably because it needed to
        represent numbers from -USHRT_MAX to +USHRT_MAX back in the day.
        
        Now we have sal_Int32 which happens to be signed and TextFrameIndex,
        but these are always positive currently; would it be too confusing
        to have a potentially negative TextFrameIndex here?
        
        Change-Id: I18c4893d9d24b59e98e9a3994139842ea25ae716

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [fdb92d9b074a3c7fbdead577225ed808a04a9791]

        sw_redlinehide: add SwTextFrame::GetLangOfChar()
        
        The text formatting calls SwTextNode::GetLang(), which is a bit of a
        problem now, but fortunately it calls it only for 0 or 1 character,
        and in that case we can easily indirect this to a single call to
        SwTextNode::Lang() in the right node.
        
        Change-Id: Id151cd6ae277bd2880fc8fc63305110ec2bf88c2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [f44ead3af8051c8ceda541bb9cfd5e8e45ce6b47]

        sw_redlinehide: SwScriptInfo conversion swcrsr.cxx,edattr.cxx,editsh.cxx
        
        Change-Id: I3676357fbba242fe7f5ed632d704a6704e802217

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [22b34bda2193464f766c2d9b3e51f7d558aa43a1]

        sw_redlinehide: SwScriptInfo::GetScriptInfo() should return frame too
        
        The SwScriptInfo comes from the frame, and if both are used together
        they have to match.
        
        Change-Id: I3de0754d9ff316180fc04708889886684d6868e5

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [22bc2db963e510c2e5fb8c131f40de4ccd80f5ce]

        sw_redlinehide: SwScriptInfo conversion in itradj.cxx
        
        Have to reinterpret_cast arrays here to pass them to VCL.
        
        Change-Id: Ia0d1b9ab159e55bae01f1cabf3c137a9c8676c79

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [63ab3092cfb9e754ce14717de832b9c1b15a26b7]

        sw_redlinehide: add a SwTextFrame::GetDropLen()
        
        Copy the SwTextNode::GetDropLen, as it can't be used in case the
        drop-text would include a delete redline, but the SwTextNode one is
        apparently needed by the WW8 filter.
        
        Change-Id: I26a8a15e977120d601d87a76d712005e2888b713

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [7cbf6c333ac9867a34555d6f9f1259e481a54fde]

        sw_redlinehide: SwScriptInfo conversion in txtdrop.cxx
        
        Change-Id: I65a8c7a1fc6a16dc602dfb73f8a17424ab01f162

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5301ec7070158dc36f5a6d8f8634022aac93958e]

        sw_redlinehide: SwScriptInfo conversion in itrform2.cxx
        
        Change-Id: Ia591961a27bed76fb762cfe9060f245b31ca2e01

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [7952548a91ad2bc092af0ac6a3523d68fab6b068]

        sw_redlinehide: convert SwFieldPortion::CheckScript()
        
        Change-Id: I85dd0a194e0a406c4a2af51676c996fcfc558961

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1db82f707b902311a490dd746047bc8b4950e2b6]

        sw_redlinehide: disambiguate SwScriptInfo::GetBoundsOfHiddenRange()
        
        Remove the "fast-path" from the static to the member function,
        as it won't work with merged paragraphs.
        
        This was the only caller that used the PositionList parameter, so remove
        that.
        
        Change-Id: Ide00cccca4bbc5cd2447477c34cb7b04f9eccfc6

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [02103e0add8766fbc8f814fb4946c99a529eb394]

        sw_redlinehide: SwScriptInfo::InitScriptInfo() init m_HiddenChg
        
        ... in the MergedPara case. For now, keep the CalcHiddenRanges()
        per-node, and rely on it marking all redlines as "visible" so
        the range comparison is quite simple.
        
        Change-Id: Ida0435800caf3efdea963079b756f47cc78e95a5

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b614940c750415366c327b41c6f98e3b4a5ce1cc]

        sw_redlinehide: convert SwSubFont::DrawText_ to static SwScriptInfo
        
        Change-Id: I7bdcb5f787b6a82def4f7ca5aca29a16b6881e38

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [f2de3f276324c823fc0bc95d188e403c5b54199a]

        sw_redlinehide: convert impl. of SwScriptInfo static funcs
        
        Change-Id: I17393f2d4ea3dda63ab2becda5f44f959248b538

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1645587ebc514174a6abccc8703f2fb54df268f2]

        sw_redlinehide: static functions of SwScriptInfo
        
        Some of these are only called with TextFrameIndex, so just convert the
        parameter types to that for simplicity.
        
        Change-Id: I73d418bd42ec95b15548b3df44736de0092ad87d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ebf708379380889d68bdcb674aaf05fc38f39eb7]

        sw_redlinehide: portxt.cxx
        
        Not sure if these space-counting functions should use TextFrameIndex or
        not, but there's quite a lot of them and half already converted...
        
        Change-Id: I27adbd752eada7cfe8b4782a6e183563b4c057f3

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [66d3566d942c353a53e1166a520e6fe1d7040c86]

        sw_redlinehide: more portxt.cxx
        
        Change-Id: I0400794e30231d98e69569306aeaf9e43a5d5907

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a79a152db0c5426f8de3050d35f94fb38a296f58]

        sw_redlinehide: convert SwTextFrame::PrepareVisualMove()
        
        Change-Id: Icc9a7f44ad10f0ea556681d832bc3716e9341da7

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4ca5b789b34f5bbe69fb0b192375eebd006e60b6]

        sw_redlinehide: split up SwScriptInfo::WhichFont confusion
        
        Change-Id: Ic300ddc7fba4294317096c17b9b907b8b794b646

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [703cddcd16a091588f3b422ddc51b240ae5a08ab]

        sw_redlinehide: trivial conversions in SwScriptInfo
        
        Change-Id: Idab0b0a351c5f1ee176f9a2c8f1d3780e21ecf26

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [18f69b53efa177284a2a2868d91dde8a909d1420]

        sw_redlinehide: SwScriptInfo must be inited with MergedPara
        
        Change-Id: Ie7c9e6aa960ec5d3ac90f1aef0ea6c2a7f7cb92b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [73c8325b0782713e5748815d200804264daedde8]

        sw_redlinehide: convert SwScriptInfo header
        
        Only the non-static functions for now.
        
        Actually, aKashidaInvalid stores indexes into aKashida...
        
        Change-Id: Ie8b30e9c12ecda50e77470400042d9e343f9d33f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b67f16672c686ff6bd97d331d3f1b57bae413fda]

        sw_redlinehide: SwDrawTextInfo conversion in frmpaint.cxx etc.
        
        Change-Id: I64bb3478b11888373d9b5e0c8d4716065a625f6c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [398b47a0f91591fb131228616e1811a6b1ceffcc]

        sw_redlinehide: SwDrawTextInfo conversion in itratr.cxx
        
        Change-Id: Ibce3ce21e3ddeb762d082b641a4f5d49099b1a6d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5908540a3fad5204b6ace4398ee586de7e591be9]

        sw_redlinehide: trivial conversions in swfont.cxx
        
        Change-Id: I41880720c0e9d076a8cbe6cb42fdbf70862f6544

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4d0a889fcb6c4d3cebed10e295d3b04538d565ca]

        sw_redlinehide: trivial conversions in fntcache.cxx, part 2
        
        Change-Id: I7d0bd7c2bfa84914a0659123b75282e7d0c54f1f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b0183024407883766f3891d440d693d0ec0c9c29]

        sw_redlinehide: trivial conversions in fntcache.cxx, part 1
        
        Change-Id: I3564ad15d3913a6de4f6f978d8a357e3ff18e52f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9c344264b4637a1940fa90a5d87aae2547b974e1]

        sw_redlinehide: trivial conversions in fntcap.cxx
        
        Change-Id: Idf7a334f2ab77fdcb21372569e069e2318396503

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5b158cdccc9b9b61d2224376523ceede4dcaae59]

        sw_redlinehide: convert font/SwDrawTextInfo/SwFntObj headers
        
        Change-Id: If5d7ef45cf1c722728c4f31dd1390ce5d76aa255

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ecf3b9275a6b89015b360e22b99c495213151723]

        sw_redlinehide: trivial conversions in editsh.cxx,ndtxt.cxx
        
        Change-Id: Ife3df66e1873b2325a41ff196299008ce2422901

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a8bb2d6d16b701ed14bfb999cf47127d35625138]

        sw_redlinehide: trivial conversions in reffld.cxx
        
        Change-Id: If40199166d63595edccc8d8329f36c7af67d5643

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1a4eb6b98d26d60377d4b2b24568d24e2673b433]

        sw_redlinehide: trivial conversions in dcontact.cxx
        
        Change-Id: I735a0879db5b44ab14202f6b3a75766c9a2d9cd0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ecaf549218973ff84a7aa41b10048e56f1a3d93f]

        sw_redlinehide: odd conversion in SwNodes::TextToTable()
        
        Change-Id: I0afe1bed882b8256b58aeaeaa0f3331fe5c1c680

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d304ef81505054029227988fbd4df356ae21eecc]

        sw_redlinehide: trivial conversions in doc.cxx,doctxm.cxx
        
        Change-Id: Ic8737c8d06ca7d43241b39f4ad60d78eedcb42bb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [cca14f51becb73ace767115ad503804687c4ec90]

        sw_redlinehide: trivial conversions callnk.cxx,swcrsr.cxx,trvlfnfl.cxx
        
        Change-Id: Ice8d5b3356ac8fa84439eaf0b785ae56c2de9274

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [eeaf4b0b7ad21da879554bdd93c9a9b97b8268d6]

        sw_redlinehide: trivial conversions in EnhancedPDFExportHelper.cxx
        
        Change-Id: I1365c06d4ff50c9dd537f43dd47d119e0dbf0e78

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1198efa98643bb0e2d105ac6665db8f41d6e4ba9]

        sw_redlinehide: SwTextFrame::LeftMargin()/RightMargin():
        
        The callers apparently pass in only pams that point to the node already,
        so just assert the precondition instead of this nonsense of assigning
        nNode but not nContent.
        
        Change-Id: I78f6d425ebe156a9ac89ffa134d71c0bec7fc9cb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b053e7a5181e04874dd5f5a167f2cda2268d265a]

        sw_redlinehide: trivial conversions in frmcrsr.cxx
        
        Change-Id: I15e6fc1eecebab0c497eda66c74633651fa446a6

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [00ff8eb535add4b8d61c8130e7ecce170b855fd2]

        sw_redlinehide: trivial conversions in porfld.cxx
        
        Change-Id: Ic124bc328482f4c28a92cb0a83bd1f5c5cd9d3a2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4880da74201f22bb4fbab097ccad13fa02f4e14b]

        sw_redlinehide: trivial conversions in portxt.cxx
        
        Change-Id: I88206586f89f9a799ee23b1d48922e06f74953f2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ec458d06c469bf93d83e2c873312a809415b11f1]

        sw_redlinehide: trivial node conversions in widorp.cxx
        
        Change-Id: I58e9b241e543e72be410d88f640635e9dbe42ff0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [645d17c49ed6fc9e090c607277e15b8f57152de5]

        sw_redlinehide: trivial node conversions in porrst.cxx
        
        Change-Id: Idecf55238d42b3ec89278cfb792afe72471b0793

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [f49609816cae3a024d6f3e441b61ebbc1cf3cd27]

        sw_redlinehide: convert SwTextFrame::MakePos() which has...
        
        ... and odd LOKit notification loop that looks a bit unoptimised.
        
        Change-Id: I9b510f1bc8c295bb9b871ce5cc6060dbd8b96bcb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d597d21f4a77c266307dfd8c4a58c56ea2fa694b]

        sw_redlinehide: trivial node conversions in headers
        
        Change-Id: I74607928dbc8e07df0bba8f3179797735f37a92a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d58d58900b75ebdd7cb22d4463be821a83b34ca4]

        sw_redlinehide: trivial node conversions in txtfly.cxx,txttab.cxx
        
        Change-Id: I6da08994e2f3f23f583f41bfc5ac6c4f6e5a5112

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d02d54e76780d711df8bbd09a8d2efc43230ede4]

        sw_redlinehide: trivial node conversions in inftxt.cxx
        
        Change-Id: Ic823676c3a6a752aa90b9bccc6d425d982a075ce

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ef3319bbed42619ce39359351a82cd7adaa32cb0]

        sw_redlinehide: trivial node conversions in itrcrsr.cxx
        
        Change-Id: Id47d46cf376391c7156f3f1eea5d5a48e09367b2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [93b8e7bbe85b72b1416feec382022974f1d95ff4]

        sw_redlinehide: trivial node conversions in itrform2.cxx/itrpaint.cxx
        
        Change-Id: I25fcfb14dee92a9072608fe741f0cf335a749688

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b74561ab7c4bcf5221b002dc41bd6d38583d8bf8]

        sw_redlinehide: trivial node conversions in frmpaint.cxx
        
        Change-Id: I8ef3d0ca495d65d72506763fd10c137d53cfc47a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9b1c9faa44914a32f5e223b6373ffdf2d0c338ef]

        sw_redlinehide: trivial node conversion in itrtxt.cxx
        
        Change-Id: I9b23edb5463d9483ba33b4d569414ff5ac723d17

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e7a22c69cbc28013aa058d81530ee10690655e46]

        sw_redlinehide: dump the MergedPara to layout.xml
        
        Change-Id: I211a92823e7b949fe55e50e6b172a0883056a189

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5aa088fdf7c904daf2d9e16099678292dd7074d8]

        sw_redlinehide: convert checkApplyParagraphMarkFormatToNumbering()
        
        Put in an early exit too; for whatever reason this is only interested in
        empty hints at the end of the text...
        
        Change-Id: Ief9112ab9f610a8507707b3dcc11de4c26f75ec9

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [6e20466ffcca63d1f8565de1f4bc67919af17d7a]

        sw_redlinehide: trivial conversions in txtfld.cxx
        
        Change-Id: I1b8d05a6d274f3826d99dd3f064f90232c54b384

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e34a8390c098c265bfb9199d23758d0353e03ebd]

        sw_redlinehide: more trivial conversions in txtfrm.cxx
        
        Change-Id: Ib83f46bf9bb3acb03e5e5537686385fd398cdc3d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d16f5a5235d993530048cd9fba51e12d2356d392]

        sw_redlinehide: trivial node conversions in frmform.cxx
        
        Change-Id: Ie92995ca729f394c5d332626591021918ff9db72

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0269b3ebc6303006bc701c4ebb1c05b7975715cd]

        sw_redlinehide: set node merge flag in CheckParaRedlineMerge
        
        Change-Id: Ie11096ce9c3d62fbe54dc53954caf6665c374b12

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9ec142c0019045ee6745d208c65c76a50bfb7211]

        sw_redlinehide: fix the fieldmark toxic waste in GetNextAttr()
        
        Out of bounds indexes returned here trigger assertions in new
        mapping functions.
        
        Why would you set it to p+1 anyway?
        
        Change-Id: I024e1ab6f40b5545c2e9f71f63620be57fba31d2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [dac99174ab0d8a851832597203df9896491ef691]

        sw_redlinehide: remove "protected" SwAttrIter::m_pHints member
        
        Just get it from the current node when needed; it's a trivially
        inlinable function call.
        
        Change-Id: Ic2ba291fb43da263300ddaedc9ae21cd86cb07ac

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4a4766b5047421d9eaee595a2097bda14028d772]

        sw_redlinehide: rename it to SwAttrIter::MaybeHasHints()
        
        ... because it's only used as an optimization currently, so we just use
        the slow-path if there is a merged paragraph.
        
        Change-Id: I8b577174e65edd0e5210971511e054fd719de96a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [df66705464af4952bf98046f51ecced91270ac28]

        sw_redlinehide: convert iteration in SwTextFormatter::TryNewNoLengthPortion()
        
        This is a bit slower, but the feature is virtually unused anyway...
        
        Change-Id: I338a03a3edf27911cd2da55c7e3a438d9c020d40

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c59ba26997221c55e8c8ba6708c0bf895e7a3688]

        sw_redlinehide: convert loop in SwTextPainter::CheckSpecialUnderline()
        
        If we first select by paragraph attributes, and then override that with
        hints, it ought to give the right result.
        
        Change-Id: I6929bb746db1229593ca1c2331d80650248e24d3

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [57bc2b7c98d0a1e3fae0188dce5e6078353dbf0d]

        sw_redlinehide: remove pointless Seek_ indirection
        
        Change-Id: I30b13433ab1c42532a7dea852938b654a8f0a72a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [166036c6bc82b1bcc4407412a290e2f50fa792f5]

        sw_redlinehide: adapt more functions of SwAttrIter
        
        Change-Id: I17c14f9e66c82cafa2fb5b3e8e45b3bf94fc4a88

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c753a261ff44a7c28cc14c1bf4c543e4db0d9e9f]

        sw_redlinehide: SwAttrIter::Seek()
        
        Change-Id: Ieb884f678d6521b609714def3f42c8494dc47769

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [c8b9717c601e08c4b2b8a36663f1e1ed03c831ec]

        sw_redlinehide: split font/SwAttrHandler init out of CtorInitAttrIter
        
        ... so we can call it again later, when the text node changes.
        
        Change-Id: I4cd2ff064b829a70652bf1861bacf365be7277a2

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ad4c7f2cf02f02833418a5cac32cdb41ad76edc7]

        sw_redlinehide: SwRedlineItr::Seek_() needs to do something
        
        ... in Hide mode, such as locate the next Delete that GetNextRedln looks
        for.
        
        Change-Id: Ie0ab35c99f34bd3a071798fd54efd12f1f82a118

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [144e00c40f20ee3ca042819db18783619c36a0c6]

        sw_redlinehide: more work on SwRedlineItr::GetNextRedln()
        
        Change-Id: I9f79a3f6ace1914f516e89c7ddb16835a63ddc00

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4f00931a9a746b28ce4744f9c3d69a2fd295cd44]

        sw_redlinehide: this m_nCurrentIndexOffset is giving me headaches
        
        Just use the mapping functions in GetNextAttr().
        
        Change-Id: I4108e62ffbefbf3b0afe03b31ff97013969ea3a3

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9a85dd27dc61592016048a3b1ab305a19d7ae2ce]

        sw_redlinehide: don't need SwAttrIter::m_pFirstNode
        
        Change-Id: Icdadd3d9daa5c0031c044004032723d7108d71ab

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a1267f4b9cb9abf04ec3aad0542300ec7ea1c8e3]

        sw_redlinehide: add 3rd mode to SwRedlineItr
        
        So it can work both in the old ignore-redlines mode and in the new
        hide-redlines mode.
        
        Change-Id: I29b23c6749a0f314aff5e9b2342fb389b53bd107

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [78f57fed1a27bdc42fa3b328b97c59f86840413b]

        sw_redlinehide: add MergedPara member to SwAttrIter
        
        Change-Id: I304c333bb6aaca8933606b662743a1642c655de5

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bdfab2ca4c569e5327cc02f9f5a95b0f15546ba1]

        sw_redlinehide: SwRedlineItr::m_nNdIdx can be const
        
        Change-Id: I6231e25dd1cae8360b2561051cc06fb16788398a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [41109ed020fe535ce688e621c7bb7a5e98ccc5a8]

        sw_redlinehide: SwRedlineItr::CheckLine()
        
        ... should just return early... but keep the changed interface.
        
        Change-Id: I6da6f62ebd66f1017946abac60c5f20d2dbb1fc5

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [165c0e235718aa86081950c391f6eb32fe882ff3]

        sw_redlinehide: adapt SwExtend to merged paragraph
        
        It needs a new member to know what node it's in, plus all the methods
        need a node passed in to compare.
        
        Change-Id: Ibcc5a1fb7031fbdc048cc6716bb5b74cd4b8f0bf

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d0fb493d33d53dfd1ddbbca72993197d093fc488]

        sw_redlinehide: SwExtend needs a node index for merged para
        
        Change-Id: I0742eea80e881f1a5f3714e283f4b913260c46ee

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ec76b80cc1e8e73e5134fecd9c9eb32c1240c039]

        sw_redlinehide: SwAttrIter::GetHints only used to check if there are
        
        hints, so replace it with something less dangerous.
        
        Change-Id: If35cf8157e6b88ee6873789847ed9c5ceea6e37e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0e2c67beaec6927fdc30cfb14a36bff29dcd6c54]

        sw_redlinehide: reinit m_pMergedPara on split node
        
        Change-Id: I560f1cdb537fa848fdbaf719424d4e6608ceda0d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ef4349656b1b6c98b52a3002b51ee87c0172c4fb]

        sw_redlinehide: move SwContentFrame::RegisterToNode to SwTextFrame
        
        It is only called on SwTextFrame, since other SwContentFrame do not
        register at SwTextNode but their own node type.
        
        Change-Id: I2bbb4571810a407c33f526f6df526727bde67b65

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bb762b56d4cadc62cd41a0f7a1b32ebfcaa86b22]

        sw_redlinehide: trivial conversions in objectpositioning/
        
        Change-Id: Ice9c49596d478bd02728827dbd0dc2c77d7a13db

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a34fded1e5317a6090dbb4640cc6dea98922eb9b]

        sw_redlinehide: trivial conversions in trvlfrm.cxx
        
        Change-Id: I812ba7a03b9bd25134dab2e85fcead1c7bed617a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [04f75118b90b533e8dbbb10aa130dee609e26eb7]

        sw_redlinehide: trivial conversions in softpagebreak.cxx
        
        Still a bit TODO here wrt. finding the frame from every node...
        
        Change-Id: Icff33d2fae3afee77c4329db0938b444f0e47537

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [597892137fb7062215c37847890911685b502e9f]

        sw_redlinehide: trivial conversions in layout/
        
        Change-Id: I5ce4590af52b3bfc08f89915999e86f4973fa9e3

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4523bf18981cafd73c3bbdf859c17ffa8fa39835]

        sw_redlinehide: convert SwTextIter::TruncLines() to MergedAttrIter
        
        Change-Id: I84d405df29139361dc521b490a50c16c95d10efa

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0cf7600cc360e6ee13b43b13f3a1741f44315e94]

        sw_redlinehide: trivial conversions in itrtxt.cxx
        
        Change-Id: Ia61fbdff0aa87669e643fa7d3d3fe08e23becd74

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [83cdbb6ebc09bdbb2bf78c6c96c00c2d9437f24b]

        sw_redlinehide: trivial conversions in xmldump.cxx
        
        Change-Id: I37015a42cc1efdc324ccf7ac92423d9dbfb50be1

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [25257b1e6482ad910360d7dbc0015dc3ed10351b]

        sw_redlinehide: trivial conversions in itrpaint.cxx
        
        Change-Id: I12cdc805c3e07840b5b914397026a48a589785ea

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [70c6133b16bc5dc6307a6d4ad7f5312873f1f032]

        sw_redlinehide: trivial conversions in itrform2.cxx
        
        Change-Id: I83c0dd85f2f6c68edb7a48928db68fb4e84e5387

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [7e27cabb71cfc205c3918377134725badbd03ab8]

        sw_redlinehide: trivial conversions in itrcrsr.cxx
        
        Change-Id: Ic402f6f2d8bbe92b7cfa65f5f4018ad47f44eed8

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [fcc0ab6519b9bab2e43c48c5e100c64914437451]

        sw_redlinehide: trivial conversions in itradj.cxx
        
        Change-Id: Ifc9cc3187e16e63aa468e31efa454c70fd907f50

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [3e0a9af6cb7986d538b8a75ea110d2ecc19a3ed2]

        sw_redlinehide: trivial conversions in inftxt.cxx
        
        Change-Id: I8a9af6677edb1c8e2744a7909b0ff4a9d04c6a7d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0ff954050381b63c96335d928b20a9dad798ddb0]

        sw_redlinehide: trivial conversions in txttab.cxx
        
        Change-Id: I13b7668fc2cf4b7886c1f96a4a7775dea206e05b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1c4a30d1c4d7a7eb84b3bd514f16865c76eb3598]

        sw_redlinehide: trivial conversions in txthyph.cxx
        
        Change-Id: I6300ff1e6618f80c59bd97deeb4e850c5d2b1244

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ae23e41d05cda92d393c43c0fc53de869cd0e0ee]

        sw_redlinehide: trivial conversions in txtdrop.cxx
        
        Change-Id: Ic1a982011d39002ffafb27d03944eede967bb19f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [26a775900ae5721c955b4c2613d11da939628bec]

        sw_redlinehide: trivial conversions in txtfld.cxx
        
        Change-Id: Ie2b17b4dba14359a1358d4be50846750ef8939b0

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [adb1845dcbff3f0d8b37c3c869ca470c4f10b708]

        sw_redlinehide: convert FindFootnoteRef() and GetFootnoteLine()
        
        SwTextFootnote has a GetTextNode(), neat...
        
        Change-Id: I527f3c3318b56b582fdf3fb6e3044cb76586730f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5cd2aaf9e0fadbe8a3a171b4aaa517a2586f4bfe]

        sw_redlinehide: convert SwTextFrame::RemoveFootnote() to MergedAttrIter
        
        Change-Id: I19a04ec615bc0b679f79ade680026cf26a0b2ff6

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [de0858c9f7173b59204cd32e2fcc6999ef0ee341]

        sw_redlinehide: convert SwTextFrame::CalcFootnoteFlag to MergedAttrIter
        
        Change-Id: Ib92ec14baece3a7c99683df9008837525e692760

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4d04a1d783ebd9b051e07fc83af70322fa2d73d8]

        sw_redlinehide: convert SwTextFrame::Prepare() to MergedAttrIter
        
        Change-Id: I13b3aab31dadc092df20d5f448d16891b731d34e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5e354f90fa92f624ae2c88f9ac2bfc76b8da1305]

        sw_redlinehide: convert SwTextFrame::SplitFrame to MergedAttrIter
        
        Change-Id: I98475e1136eedfcd7d4b19d1c8b7e83f350b5c4b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d3e5f492e098d7ecb0d79044205a895df39ecc30]

        sw_redlinehide: convert SwTextFrame::JoinFrame to MergedAttrIter
        
        Change-Id: I88fb8480ee592304ac64f29cea9c5c15b01f7dfc

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d3105c73e5b382ca6a443478b092e9e80edb0afc]

        sw_redlinehide: trivial conversions in porref.cxx,porrst.cxx,portox.cxx
        
        Change-Id: Ia5067d8e20e783389cc84c79a3909c8053d970eb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4fe2e72793fb36f4b228248bcf059af648a48471]

        sw_redlinehide: convert SwTextFrame::HideFootnotes()
        
        Change-Id: I86b49510ddc82cc64937bb1e2388f95ca7fc886e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [f8e8ebdbcb2a331cdacd7cf8a6d41cc93b601946]

        sw: add back this OSL_ENSURE for now, it was checking the wrong variable
        
        Change-Id: I4dc8eed525b891ade9951f92d497069ca5e335a7

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [3faf84ae3a8bbf28fdb91272c5642065844b1389]

        sw_redlinehide: convert SwTextFrame::CalcFlyPos with MergedAttrIter
        
        Change-Id: Ib3a954763f8aa901ea487019b006b16c27dd4e90

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [bad25a93aa67a9731922930da2a4a752df6d6a99]

        sw_redlinehide: trivial conversions in pormulti.cxx
        
        Change-Id: I9f9e2aa60381f913419d06be04235486a40f0cc9

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [ee7c1a0f80331712dd3eb4d63bf39d85fb3942e1]

        sw_redlinehide: trivial conversions in porlin.cxx
        
        Change-Id: Iac5e40c045a7a71c446c2eb1181f375e88df2011

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a78acbbec1fd048e10a631095f4cd38ab2206496]

        sw_redlinehide: trivial conversions in porlay.cxx
        
        Change-Id: Ica73ca5c1bd36454c69cb391882be5783357d81a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [67bcea3c672f412b2e2ea2e438abbc64fb575c64]

        sw_redlinehide: trivial conversions in porglue.cxx
        
        Change-Id: Id8ddc1abaa68448ab8445550ce38dbbfd208a380

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [94c3595c87da14a26d2121a31433783dcca5583b]

        sw_redlinehide: trivial conversions in porfld.cxx
        
        Change-Id: Id4a80bcd6b530db0d27101397cebe06f26cba1e9

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [56c6c9d57e6db6973561038756babb420610962b]

        sw_redlinehide: trivial conversions in porfly.cxx
        
        Change-Id: I129eaabeb173ccf8d5530bf3afc9f1cb1b749f9e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [11a33348247a817622b19b429933a1e2577b192f]

        sw_redlinehide: trivial conversions in porexp.cxx
        
        Change-Id: I203b3c0655a3bab47b5f272d8af2658a3d350315

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [61c4ff5a7677a9879414f98d1173db75122b27ac]

        sw_redlinehide: trivial conversions in EnhancedPDFExportHelper.cxx
        
        Change-Id: I0f6c0842988f49e293c56c105f3eae13c21f0024

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2a9ed0d14983e5e728f92e912c4e5eaf6494a794]

        sw_redlinehide: trivial conversions in parachangetrackinginfo.cxx
        
        This case is trivial because of the early return in the Hide case.
        
        Change-Id: Id9891dfa13db4d0e33f28dd9e50a64f1b17fafaa

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [9c475e63ec70c9d3daaf8f6c193d478b86c84196]

        sw_redlinehide: trivial node conversions in inftxt.cxx
        
        Change-Id: Ia3f6038679afe7d85eeaa31c79870a481cfb9f0b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [dbb5c15216cf14ef700b60365d79f6c481b6be5c]

        sw_redlinehide: trivial node conversions in EnhancedPDFExportHelper.cxx
        
        Change-Id: Iac478d0ed1325e03694cd231e4a7074d34566d6b

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [a869e062756a279f53744b3b00f2cfa292cdac87]

        sw_redlinehide: trivial node conversions in guess.cxx
        
        Change-Id: I112579701af651020dd0dcb7fb465179ce3719fe

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b3cee3201b000c546b8887ffedee9b45483c0a90]

        sw_redlinehide: trivial node conversions in tabfrm.cxx
        
        Change-Id: I392fa355d8f9d765ae912c03b1c85b2fb14e1f7d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [4f80caed43a6a8efdbcc84bc42526d620eca603a]

        sw_redlinehide: movedfwdfrmsbyobjpos.cxx: assume that...
        
        ... this map wants to identify all text frames belonging to the same
        paragraph, so use the first text node.
        
        Change-Id: I465551f0e9836e7f7e4bd2d21127ad07c2c65a34

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1e56b3de7ec83f2ae6db95fd29be6f5b6db6314a]

        sw_redlinehide: trivial node conversions in frmtool.cxx
        
        Change-Id: Ia5ebc9bbfd8d8892e78fcf1308aeb97114778dd9

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [8cdef7d2652dd079fb9fed75172776f125eb606a]

        sw_redlinehide: trivial node conv. in calcmove.cxx,flowfrm.cxx,fly.cxx
        
        Change-Id: Ied51cc903e024c6db510c55fd364562115e58157

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [335714df54d5f0046677549c8dcd4e7c6ca3dd6a]

        sw_redlinehide: trivial in anchoreddrawobject.cxx: no need to check
        
        ... if hints exist.
        
        Change-Id: I50ad322d7de800d24135ea8e168ef3488c39f0ba

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [fdb850dfc476d16d4e93015cdec387ecd197b0a9]

        sw_redlinehide: trivial conversions in fews.cxx,feshview.cxx
        
        Change-Id: I97008fe1669f5bc0538b5810cd62abd9d46551eb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [286ca1acc70f8fe241eaca72919f45d594bdaeb8]

        sw_redlinehide: trivial conversions in ndtbl.cxx
        
        Change-Id: I87363524385cb6ade77b459656c3d5825a8424dc

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2de3c305173c8a80468ff9226e43c83f691d7289]

        sw_redlinehide: convert and add an assert in acccontext.cxx
        
        Change-Id: I9b5c1bb02011c15d527ca66ec85227b6e87fee62

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [80175ca8c34eb0c08012b5ae4002a3fb438b8dce]

        sw_redlinehide: convert SwFEShell::MoveAnchor(), not entirely trivial
        
        Change-Id: I9aa8e0f9a6e0ee21d740f95e0fbee337f468f876

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b6012cc186843423938b975e3790aff7446a4129]

        sw_redlinehide: trivial conv. in acccontext.cxx,accpara.cxx
        
        Change-Id: I537d218afbd7d2832461e24fd98cc1d63304e17a

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0ebbbe7b8e96823c8f9d9350fc0464ecc872d029]

        sw_redlinehide: do all trivial conversions in txtftn.cxx
        
        Change-Id: I80a7303d73ff1e5f2d6496add4a31121f3fbfd8e

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e27787752b252b937c381341439619e5ef556ad8]

        sw_redlinehide: some trivial conversions in txtfrm.cxx
        
        Change-Id: I3c5392370b36c30ad86062c72402049ef294a4a4

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [52008626b7bd69f3591962c0c1cc3a4942c9163a]

        sw_redlinehide: do all trivial conversions in guess.cxx
        
        Change-Id: I43c174aa39b6a4e6a2fdfb92f880934cec3edff3

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [0e9c301501d3362292b317b7e1fc327fe3040097]

        sw_redlinehide: do all trivial conversions in frminf.cxx
        
        Change-Id: I57b5ca913e3289c3d168e2717e991af16b55df9c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [93a95fdf20d4f74bb9760f8b4205342fc4521426]

        sw_redlinehide: do all trivial conversions in frmcrsr.cxx
        
        Change-Id: I87f83a10043f3d5f7edbca5c4f5cf56720a42661

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e07ad25650b345e3960cc53a6e2c7cad85c4444f]

        sw_redlinehide: do all trivial conversions in frmform.cxx
        
        Change-Id: Ib79eb02fe6487f555381f0ef9c290503646fb54d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [e5e5425b901d7845dbb96d76bf17f456ce6b9dbb]

        sw_redlinehide: trivial node conversion in itrtxt.hxx
        
        Change-Id: I6654bab24ee9a8598d94aecd79139b90a6148e8d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2cfe964a524a3637c4ac9d20b42ed065e88afd36]

        sw_redlinehide: convert header SwPortionHandler.hxx
        
        Change-Id: Iff9eae2410a9a2497a78a51a9165ab8ace09ee46

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [6cfae214ed65cb32d8dd48b6351798498c8f6218]

        sw_redlinehide: need a MergedIterByEnd too...
        
        Change-Id: If806c41886510b7f7296d234fbec1e9164f88396

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [2d821dd699a02cfd7b4f4e4c11cd0354a41b61a1]

        sw_redlinehide: need a MergedAttrIterReverse too
        
        Change-Id: I7bb805ffeea2f9bb27234cd521926dbca58e656d

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [8f68fb28a099b5c6a208dc8724868444936ab1c4]

        sw_redlinehide: add iterator for all the text attributes in merged...
        
        paragraph, because one SwAttrIter isn't enough for everyone.
        
        Change-Id: Iceff5c26a98bdcc09c0a810b9ac8ca77aa750c17

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [602a7157c9fa40f2a076d88df3d49ac59106edb3]

        sw_redlinehide: convert itratr.hxx to TextFrameIndex
        
        Change-Id: Id02fbcf5112358fb12f4069e5bedc3292ad200b1

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [25f2d5107171eab76b9444461aea94274a3fdc22]

        sw_redlinehide: need to map without a SwTextFrame too
        
        Change-Id: I3cf2f4334658245e0010d6c31bfea97c64996d15

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1fc05e86feffc82dd8699891e99e19c6c2a0af88]

        sw_redlinehide: move MergedPara to SwTextFrame
        
        Unfortunately it's needed quite early.
        
        4  in SwTextFrame::GetTextNodeFirst() const (this=0x7fffad6ba000) at sw/source/core/text/txtfrm.cxx:600
        5  in SwTextFrame::GetDoc() const (this=0x7fffad6ba000) at sw/source/core/text/txtfrm.cxx:610
        6  in SwContentNotify::SwContentNotify(SwContentFrame*) (this=0x60b0001ac960, pContentFrame=0x7fffad6ba000) at sw/source/core/layout/frmtool.cxx:738
        7  in SwContentFrame::MakeAll(OutputDevice*) (this=0x7fffad6ba000) at sw/source/core/layout/calcmove.cxx:1182
        8  in SwFrame::OptPrepareMake() (this=0x7fffad6ba000) at sw/source/core/layout/calcmove.cxx:367
        9  in SwFrame::OptCalc() const (this=0x7fffad6ba000) at sw/source/core/inc/frame.hxx:1038
        10 in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) (this=0x7ffff31b98a0, pRenderContext=0x6190001a8b80, pLay=0x7fffad6b9000, bAddRect=true) at sw/source/core/layout/layact.cxx:1366
        11 in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) (this=0x7ffff31b98a0, pRenderContext=0x6190001a8b80, pLay=0x7fffb9010000, bAddRect=true) at sw/source/core/layout/layact.cxx:1361
        
        Also add another mapping function.
        
        Change-Id: I270092774755fcf46bc56ef5115d86db4ece0efb

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [1d89f24a281db05ab847481326f6ac3a3ec52fcd]

        sw_redlinehide: SwAttrIter::GetNextAttr() skips over delete redlines
        
        That's a bunch of new code.
        
        Change-Id: Ibb0170bf398c5e09bce75797206710de9b9ee893

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [587f6918ae719958e1ef299ad774a19c46a24e41]

        sw_redlinehide: convert headers to TextFrameIndex
        
        Only convert the interfaces now, convert the implementations later.
        
        Change-Id: I8a84f239d59a5fe21c62615d9ff8e2defa07badc

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [b44e054d458cf41c54bcabe20810e63090e233ae]

        sw_redlinehide: more SwTextFrame::GetTextNode() alternatives
        
        GetTextNode() is ambiguous and needs to be removed.
        
        Change-Id: I4145492b464870e5879427c6761a3f8e56e793cd

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [881d0a325721bd1a5e4379e91adcb1d2a0af2f23]

        sw_redlinehide: add TextFrameIndex type & SwTextFrame mapping functions
        
        By default, it's an alias for sal_Int32 for now, but if it's a
        strong_int we can find all the code that needs changing.
        
        Change-Id: I455bb8e04e0b1e7c0d8788367dabca0a071f02bd

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [d44ef13efd96f5e4a0f59367f4caecfae140371a]

        sw_redlinehide: add function to create merged paragraph data
        
        Add the data to ParaPortion for now; there is one per SwTextFrame but
        there doesn't seem to be anything currently in the layout that exists
        once per SwTextNode.
        
        Change-Id: Id86f742f09e5036485690acbe6f831ba9f69c08c

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [aaab617e016559148e22c8ea5d7bb9a823a5cfd6]

        sw_redlinehide: add a flag SwRootFrame::mbHideRedlines
        
        This flag should be stored somewhere owned by the ViewShell, since it's
        a View setting.  But currently there is only a single layout (while
        ideally every ViewShell should have its own layout), so add the flag to
        SwRootFrame.
        
        The SetHideRedlines implementation is very incomplete and only handles
        Show->Hide for now, if the document contains only SwTextNodes.
        
        Change-Id: Ie5fde9314665aaaf10b7359bb47f77641c9d8b1f

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [5f3b767dd366fbe01d500887d7cfc3c59b882252]

        sw_redlinehide: add merge state flag to SwNode
        
        Since checking redlines for every node is probably inefficient, the
        SwNode should cache if it's merged by delete redlines and hence if a
        layout that hides redlines should create frames for it.
        
        Change-Id: I846d94a95efe9c32f44e1ac17bf2cd5600ebf8b7

2018-06-14  Michael Stahl  <Michael.Stahl@cib.de>  [3ddae0546ac127d5c00448f8521f3a9393500864]

        sw_redlinehide: try to fix UBSAN issue in ~SwContentNode
        
        /sw/source/core/text/txtfrm.cxx:987:16: runtime error: downcast of address 0x2b53270e5890 which does not point to an object of type 'const SwTextNode'
        0x2b53270e5890: note: object is of type 'SwContentNode'
         00 00 00 00  70 f9 c7 cb 52 2b 00 00  60 5c 7a 00 e0 60 00 00  f0 5b 0e 27 53 2b 00 00  40 15 18 00
                      ^~~~~~~~~~~~~~~~~~~~~~~
                      vptr for 'SwContentNode'
        0 in SwTextFrame::GetTextNodeFirst() const /sw/source/core/text/txtfrm.cxx:987:16
        1 in SwFrame::InvalidatePage(SwPageFrame const*) const /sw/source/core/layout/wsfrm.cxx:702:21
        2 in SwContentFrame::Cut() /sw/source/core/layout/wsfrm.cxx:1111:5
        3 in SwContentNode::DelFrames(bool) /sw/source/core/docnode/node.cxx:1361:9
        4 in SwContentNode::~SwContentNode() /sw/source/core/docnode/node.cxx:1017:5
        5 in SwTextNode::~SwTextNode() /sw/source/core/txtnode/ndtxt.cxx:270:1
        
        So call this from the ~SwTextNode instead, while it's still a
        SwTextNode.
        
        Also revert the order of resetting the wrong-flags
        to what it was before b75e052d31ec8854cad3bda7d372dcfcd50c9609,
        as DelFrames_TextNodePart() before DelFrames() will cause the
        root's SetNeedGrammarCheck to be called, which nobody will notice in
        practice, but...
        
        Change-Id: I0f4f38a484a28dd13a0696bb083300f9ec1e0836
        Reviewed-on: https://gerrit.libreoffice.org/55739
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit 90802a1ee007be10239cb09db7a41580311cf075)

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [41e5231bf6089f639944c13ba915162b0ba784e6]

        weld SvxAsianTabPage
        
        Change-Id: Ib1e229a9780dd0959ce847a2d4c15eab7fb92c33
        Reviewed-on: https://gerrit.libreoffice.org/55781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Caolán McNamara  <caolanm@redhat.com>  [fa5f3096c9f669a063fe81325b5b47c6903d94a5]

        weld SvxCharTwoLinesPage
        
        Change-Id: I54a8963cd8b12f5fd51bf6b3bb791a4a15fbd13d
        Reviewed-on: https://gerrit.libreoffice.org/55766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-14  Justin Luth  <justin.luth@collabora.com>  [9c18b25f19855709cf4adddeefe4c9765f2f4f4f]

        tdf#109190 sd MakeVisible: fix flattened loop logic error
        
        There is a bug in the conversion from
        while(rRect.Bottom() > aNewPos.Y() + aVisAreaSize.Height())
        to
        const long distBottom(rRect.Bottom() - aNewPos.Y() + aVisAreaSize.Height());
        
        While the bottom of the object is lower on the page than
        the visual Top position plus the height of the screen,
        (in other words, it isn't in the visible range of the screen),
        move the screen down by the size of the object and try again.
        
        The loop could first be finished when the shape bottom is
        exactly at the bottom of the screen:
        rRect.Bottom() = aNewPos.Y() + screen Height.
        or rRect.Bottom() - (aNewPos.Y() + aVisAreaSize.Height()) = 0
        or rRect.Bottom() -  aNewPos.Y() - aVisAreaSize.Height()  = 0
        
        Change-Id: I762a39df3cdcd5689c8f6742797a9f7b38ddb384
        Reviewed-on: https://gerrit.libreoffice.org/55156
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit 13328a36d68c4141219d9cc549e6d76e108e6076)
        Reviewed-on: https://gerrit.libreoffice.org/55393
        Tested-by: Jenkins <ci@libreoffice.org>

2018-06-13  Caolán McNamara  <caolanm@redhat.com>  [e10cd7f66af779347f428425f89fdd225ba5cc2e]

        weld SvxCharPositionPage
        
        Change-Id: I2084702798e5b01eae5905dc54ad8413e6d5fae6
        Reviewed-on: https://gerrit.libreoffice.org/55765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-13  andreas kainz  <kainz.a@gmail.com>  [93b8f08f1ff100771b12ce1960f346464f2db766]

        Colibre icons: add 32px icons
        
        Change-Id: I07307f2c572cd490fb7a52429824a76e0a637fe5
        Reviewed-on: https://gerrit.libreoffice.org/55724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit cb795240ac3e16c43aa1f126101129acd9e449fe)
        Reviewed-on: https://gerrit.libreoffice.org/55733
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [61a31daeffb6382c072352233bad1b08cd8d4432]

        Updated core Project: help  dcdc335402dcc64d72f53e06b6bea404d3c6aa98
        
        Helponline: Allow for system typeface to be used
        
        Change-Id: Ic3868b0bcdbb978f450666b4f98e53587b5e7f85
        Reviewed-on: https://gerrit.libreoffice.org/55728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 279e341d56686a5e381fbc53faec3395e4cd451a)
        Reviewed-on: https://gerrit.libreoffice.org/55752
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-13  Michael Weghorn  <m.weghorn@posteo.de>  [453ebb206b68d5cc0e88d8c646e704e601fb68b5]

        Build kde-integration for '--enable-gtk3-kde5' as well
        
        The relevant files ('libvclplug_gtk3_kde5lo.so',
        'lo_kde5filepicker') resulting from the '--enable-gtk3-kde5'
        build option are put into the kde-integration package
        (e.g. a Debian package when the '--with-package-format=deb'
        option is given).
        
        However, so far that package was only created at all when
        one of the options '--enable-kde4', '--enable-qt5' or
        '--enable-kde5' was given in addition.
        
        Since those are not needed for the gtk3_kde5 vclplug, also
        build the kde-integration when none of the others is
        built in addition.
        
        Change-Id: I86eb71ac7879c7226c9eaa89774b68125212a75c
        Reviewed-on: https://gerrit.libreoffice.org/55310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
        (cherry picked from commit f971bdb026735fdecd777d0d2edc515124f9e822)
        Reviewed-on: https://gerrit.libreoffice.org/55737

2018-06-13  Dennis Francis  <dennis.francis@collabora.co.uk>  [b87791384558c970707c6b24656779be88f2de17]

        tdf#114710 : Fixes crash when pasting as GDI metafile
        
        The bug document has a formula cell (at O7) that depends on cells with
        non-default number formats, but this cell's number format was force
        set by the user to the default. So the mbNeedsNumberFormat for this
        ScFormulaCell object is now false. But when a copy to clip
        and paste as GDI metafile is made, this subtle information about
        the "user forced default number format" is lost.
        ScColumn::SetFormulaCell() is used while making the copies of the
        original formula cell to clipdoc and then to another document, where
        it sets the field mbNeedsNumberFormat of the formulacell to true if the
        number-format of the target cell is default. Note that the
        number-formats along with all attributes of the target cells are
        copied from the source before copying the actual cell contents.
        As a result, after copy pasting, the formulacell at O7 of the new
        document will have mbNeedsNumberFormat = true. This causes the
        attribute modification (in ScAttrArray of corresponding column)
        while Interpret()'ing the cell. Unfortunately this Interpret() happens
        while in a call to ScRefCellValue::hasNumeric() while in the middle of
        rendering the cell of the new document (in ScOutputData::LayoutStrings()),
        and naturally this messes up the ScPatternAttr references the view has been
        caching, hence the crash.
        
        The steps involved in the fix are :-
        1. Carry around the state of mbNeedsNumberFormat in
           the copy-constructor of ScFormulaCell, in case the src formula-cell
           is not yet Interpret()'ed. Note that after Interpret() is done, the
           mbNeedsNumberFormat is set back to false and inherited numfmt is
           applied to attributes data structure.
        
        2. In ScColumn::SetFormulaCell(), allow an optional param
           bInheritNumFormatIfNeeded (default = true). In that method,
           the mbNeedNumberFormat is set to true only if this flag is true
           and the cell format is default. So when the copy/paste operation
           is going on, we pass the mbNeedNumberFormat of the source
           formula-cell for the new parameter to SetFormulaCell().
        
        Change-Id: I535e413d4bde4c33a5f6ad3ce01536d0e94e7074
        Reviewed-on: https://gerrit.libreoffice.org/55555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 37f6e5de1e72d209b0892734f4de5c4d8a849885)
        Reviewed-on: https://gerrit.libreoffice.org/55618
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2018-06-12  Luboš Luňák  <l.lunak@collabora.com>  [36b2b687afa58d4d2043115b5bd9df58e6b9710a]

        do not even consider ScTokenArray for OpenCL if it's disabled
        
        If sc/qa/unit/data/ods/functions.ods is run with OpenCL disabled
        (and the mnOpenCLMinimumFormulaGroupSize check disabled too), then
        ScTokenArray::CheckToken() considers the token for OpenCL, and if
        the token is ocExternal, it passes all the related OpenCL checks,
        and thus ScTokenArray::CheckForThreading() is never called.
        However, since OpenCL is disabled, then actually the threaded code
        will be executed, since the blacklisting for ocExternal has not been
        done.
        
        Change-Id: Ib4d4d63d3925746f6e13da0611ac869e9a094b5b
        Reviewed-on: https://gerrit.libreoffice.org/55676
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit fb4ad5b0c766440e1a47d991c6cbc9cb017ada59)
        Reviewed-on: https://gerrit.libreoffice.org/55719
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f01f4f8f91a6dae45af16e10a535cc65a7f56310]

        Updated core Project: help  8fd3d3875afa5e11f0d7682a5739c1facf54c316
        
        Add qtz media files
        
        Change-Id: Ia0bbd2ebc13bc0fb271d6cc322ead05e42230aa1
        Reviewed-on: https://gerrit.libreoffice.org/55718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-12  Michael Weghorn  <m.weghorn@posteo.de>  [e8a46b0171a49e6b49a2e7b89c8bdfef84ef41ef]

        tdf#118113 MM: Make sure page count is up to date
        
        Since the page layout may have changed, e.g. due to
        the visibility status of hidden sections having changed
        in the call to 'pWorkShell->SwViewShell::UpdateFields()',
        it's necessary to recalculate the layout to ensure that
        the correct page count is retrieved when calling
        'pWorkShell->CalcLayout()'.
        
        This fixes a regression introduced by the performance
        optimization done in commit
        ae5afe9bcebdd220a457829d47882fe8a0cf69fd, while
        still avoiding to have to do the expensive layout for the
        target document.
        
        Change-Id: I46f1b68758e4df330c17358a8e852e8b040a9520
        Reviewed-on: https://gerrit.libreoffice.org/55636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 89f896d2cfd84b711583f98a6343e9835a9aed11)
        Reviewed-on: https://gerrit.libreoffice.org/55707
        Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>

2018-06-12  Luboš Luňák  <l.lunak@collabora.com>  [bfd0290977b0ae37b9644713d701fca31d88b973]

        don't use opencl with deleted cells
        
        Without this testFormulaRefUpdateDeleteAndShiftLeft2 fails with OpenCL
        enabled (and the mnOpenCLMinimumFormulaGroupSize check disabled).
        If I'm getting it right, anything working with #REF! (=invalid reference)
        should result in #REF! too, but without this fix the function effectively
        converted the #REF! to an empty cell.
        
        Change-Id: Icdda64ad751d7c0e9c0d5995673e4fb30c4c9ac4
        Reviewed-on: https://gerrit.libreoffice.org/55672
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit 2926c9e40e17a806e29b95d08ddf186904103d33)
        Reviewed-on: https://gerrit.libreoffice.org/55713
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-12  Luboš Luňák  <l.lunak@collabora.com>  [b5c9472db78fe556bff79164bb91249b285641af]

        pass ScInterpreterContext to GetFormula()
        
        Change-Id: Iebfb6cb2a9dd60190a2b18cff87163ed49493105
        Reviewed-on: https://gerrit.libreoffice.org/55674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        (cherry picked from commit 6b03d6f3b29964c6311b97af5734529285a37f3f)
        Reviewed-on: https://gerrit.libreoffice.org/55712
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [df1b92914782e1fc48478067b7c7ad0b6f8c1eb8]

        Updated core Project: help  b574fd22322fd31db2da408729cdd1c402626524
        
        tdf#116642 Fix COUNTIFS page + help makefiles
        
        + Add callateral file for COUNTIFS
        + Adjust makefiles
        + some tweaks in XSLT
        + adjust languages to gb_HELP_LANGS.
        
        Change-Id: I9d2684d20804b93fd0671621d28a8d786a101fdf
        Reviewed-on: https://gerrit.libreoffice.org/55493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 185624ce2dfea227f0357e417bb3615e88c95e8e)
        Reviewed-on: https://gerrit.libreoffice.org/55687
        

2018-06-12  Caolán McNamara  <caolanm@redhat.com>  [f8480defc137d0eb9f9cd20294909546c2cfc598]

        weld SvxTransparenceTabPage
        
        Change-Id: If8c8a6cf74664f9acd360d877c57e8dd9de2f2b5
        Reviewed-on: https://gerrit.libreoffice.org/55694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-12  Mark Hung  <marklh9@gmail.com>  [5f42787232a5a2ece35d4c018df8a9b7c856919f]

        tdf#117884: intersect border with paint area of upper frame.
        
        This patch fix regression caused by e87cc12eaf53 and allow
        table borders rendered in the left or right page margin.
        
        Also add another test case (testTableExtrusion2) to assure
        inner table can't have wider border than outer table.
        
        Change-Id: I7a86b379dee08fb2f23385183a42d0ebde007370
        Reviewed-on: https://gerrit.libreoffice.org/54862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        (cherry picked from commit 1e21902106cbe57658bed03ed24d4d0863685cfd)
        Reviewed-on: https://gerrit.libreoffice.org/55663

2018-06-12  andreas kainz  <kainz.a@gmail.com>  [389ccf384f21be3e06f3939db858a9b06c9dbbae]

        Colibre 32px icon update
        
        Change-Id: Ied7e8f5115006ec3e18ca853268c7e551945c47e
        Reviewed-on: https://gerrit.libreoffice.org/55666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 32c35a9587f71c816f1897d093956bd66c9773d4)
        Reviewed-on: https://gerrit.libreoffice.org/55689

2018-06-12  Justin Luth  <justin.luth@collabora.com>  [f62340a104813e4a6a34e7281d86407bc8314ffd]

        tdf#114487 sc htmlimp: non-global sheet range names
        
        Allow multiple file imports, each one having a
        non-conflicting range name, by being sheet specific. As
        Eike states, "This does *not* mean that they couldn't
        be referenced from other sheets. By prefixing the sheet
        name it can be used from any other sheet, for example
        Sheet2.HTML_1. (This wasn't possible in early versions
        with sheet-local names but it has been possible for
        a while already)."
        
        In theory, it would previously have been possible to create
        a generic sheet with calculations using a range name
        that doesn't exist yet, and then importing *any* file
        to be analyzed.
        
        In practice that has never been possible
        since all names were relative, and imports always
        create a new sheet, so the relative name would point
        elsewhere. Also, the non-existant name only resolves
        after a round-trip of the file, not immediately
        upon file import.
        
        So, it is logical to set the imported range names
        to be sheet-local instead of global.
        
        Change-Id: I3103f0655b2373bb731c192bb5d2c0757938ee28
        Reviewed-on: https://gerrit.libreoffice.org/55349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 5720c85ccea9f1481bd604b806c5be728e59a13f)
        Reviewed-on: https://gerrit.libreoffice.org/55648

2018-06-12  Caolán McNamara  <caolanm@redhat.com>  [daa91fedc4b6675f66a02265f596e06513171919]

        weld SwTableColumnPage
        
        Change-Id: I2e92de5899bdee7c5a8a7c29c3a0f407cbb5a1d3
        Reviewed-on: https://gerrit.libreoffice.org/55664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-12  Caolán McNamara  <caolanm@redhat.com>  [ec1a4c49c075e214e02d07ff83051d11b817ce0a]

        forcepoint#45 object may not be a EMFPPen
        
        Change-Id: Ifb5c17e13faf6e9d246e1668ef7916957a5296b6
        Reviewed-on: https://gerrit.libreoffice.org/55678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-12  László Németh  <nemeth@numbertext.org>  [0b49e44f9a875ab996e346b3f23a3b6bbc9aee02]

        libnumbertext: update to 1.0 beta 3
        
        – new Bulgarian and Icelandic language support
        – fixes of language data based on libreoffice-l10n's patches
          and feedback (see ChangeLog in the external package for details)
        
        Reviewed-on: https://gerrit.libreoffice.org/54936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry-picked from the commit ae50762741a967a20bae9f39f1f8f7aa7dd4e763)
        
        Change-Id: I98598747c8b4e8e7fba380998c6ebbc1f63fef2e
        Reviewed-on: https://gerrit.libreoffice.org/55642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-06-12  Caolán McNamara  <caolanm@redhat.com>  [b00ebb587812927a1a8f91b876d00a861cc059e6]

        rhbz#1589029 tdf#93789 impress not showing text highlight in presentation mode
        
        the text hightlighting feature was implemented backed on to the vcl
        TextFillColor feature. TextFillColor fills the background of the bounds
        of the text with that color
        
        Likely either the same problem or similar as tdf#93789
        
        Change-Id: Iace62cedc49e5f5844ac35d3caa23249b6cb4bc1
        Reviewed-on: https://gerrit.libreoffice.org/55634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-12  Gabor Kelemen  <kelemeng@gnome.hu>  [c1d89a237ed678c6749213c8d517729e8a7f46a1]

        Updated core Project: help  7623916541246501c8c797ab9b6decece8ae230a
        
        tdf#118115 Fix bookmarks and ahelps on Signature Line pages
        
        Change-Id: I26de5e74067ffadd0a9ba11234bf1f2125d0c169
        Reviewed-on: https://gerrit.libreoffice.org/55652
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        (cherry picked from commit 7b320d053840e707047969943e94370634cbe93a)
        Reviewed-on: https://gerrit.libreoffice.org/55659
        

2018-06-12  andreas kainz  <kainz.a@gmail.com>  [ac03defcf7d0920c23ab9b290673c8a012916c30]

        Colibre 32px size support
        
        Change-Id: Ia6389b9115b773c1887e34161dfaf803cb575b73
        Reviewed-on: https://gerrit.libreoffice.org/55651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [43df64affb71e9cd17cfaf936d142dad95b280f7]

        Fix tdf#117410 - UI: Settings in PDF Options not remembered...
        
        for next export
        
        Change-Id: I6f066c81d96595a4560f5bb9e148001b004b38f0
        (cherry picked from commit 85613aa81a885488f99ed038f2254ddb0c8a1037)
        Reviewed-on: https://gerrit.libreoffice.org/55647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-12  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [386ab959c4218c4036004d64dc9526b400b6ec63]

        Karasa Jaga: Change some legacy Galaxy icons & update shape icons
        
        Change-Id: Id5f84e58ef8d4e2239eaf3c6678a9f7660b4e6c6
        Reviewed-on: https://gerrit.libreoffice.org/55641
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 90e4c55d01637178418c33ffe818263114a53374)
        Reviewed-on: https://gerrit.libreoffice.org/55649

2018-06-11  andreas kainz  <kainz.a@gmail.com>  [5bd6468b74a0125c9a8edb0288aed83c36c4d177]

        Colibre 32px size support
        
        Change-Id: I52b776bce09e2fe3204782daf087840ae11de874
        Reviewed-on: https://gerrit.libreoffice.org/55631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-11  Eike Rathke  <erack@redhat.com>  [e2a39848fa11dfc082ca9142266cbfe8adb586f2]

        Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 follow-up
        
        Also ensure that transliteration-spellout and
        (transliteration-format,transliteration-style) are mutually
        exclusive and transliteration-spellout is only written if ODF
        version is >1.2, namespace 'loext' for 1.2 with extensions and
        namespace 'number' in anticipation of ODF 1.3 (may need to be
        adapted).
        
        Change-Id: I371dee8883ecb0d4638510c92b4bf59acd09f636
        Reviewed-on: https://gerrit.libreoffice.org/55491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 807d4382cb021d2ac3ea99d6757a7b368a32941d)
        Reviewed-on: https://gerrit.libreoffice.org/55626
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-06-11  László Németh  <nemeth@numbertext.org>  [ecad621f6889e8af23baa4faee62d10f580ec074]

        tdf#115007: add import/export to NatNum12 (spell out numbers,
        
        dates and money amounts, supporting all the
        XNumberText/libnumbertext formatting codes, for example
        "ordinal", "ordinal-number", "ordinal-feminine", etc., and
        ISO 4217 currency codes, also their possible combinations.
        NatNum12 formatting codes are stored by using the newly
        introduced (yet, loext:)transliteration-spellout attribute.
        
        creator-initials also added to token list
        
        Change-Id: I20f93c9d16778f142067a56d53b336d0acbe2d92
        Reviewed-on: https://gerrit.libreoffice.org/54673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 32f1c56d8ff5e6f87dbcf086fd3743d6d36182bc)
        Reviewed-on: https://gerrit.libreoffice.org/55625
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-06-11  Mike Kaganski  <mike.kaganski@collabora.com>  [90385c35cc6bea312eedeea2de33529e76cd6f2a]

        tdf#115007: Use [NatNum12 params...] syntax
        
        This allows using all the libnumbertext library functions.
        
        [NatNum12] gives cardinal number names (one, two, three, ...)
        [NatNum12 ordinal] gives ordinal number names (first, second, third, ...)
        [NatNum12 ordinal-number] gives ordinal indicators (1st, 2nd, 3rd, ...)
        [NatNum12 money USD][$-409] gives formal English (US) money text
        ... etc (see numbertext.org for syntax).
        
        Change-Id: I16dbb44d8d4bdb82a1b950de6d438c8311b554ff
        Reviewed-on: https://gerrit.libreoffice.org/54366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        (cherry picked from commit 90d233b0311a208967a3e264820e00395bf057fb)
        Reviewed-on: https://gerrit.libreoffice.org/55624
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-06-11  Eike Rathke  <erack@redhat.com>  [3aa6a43a59ea940fa079231b0a0251d7bbd05f85]

        Add unit test for NatNum12 decimals spell-out
        
        Change-Id: I31c84eb2267b4978f110a4f38cbf4d2377d59400
        (cherry picked from commit e025c561d75c6b1e04d3df0ba90b38d3801241ac)
        Reviewed-on: https://gerrit.libreoffice.org/55623
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-06-11  Stephan Bergmann  <sbergman@redhat.com>  [c40d3462cb138d5e665063fd7af8914545c5d27a]

        Properly decompose vnd.sun.star.pkg URL
        
        When the URL encoded in the vnd.sun.star.pkg URL's authority contains a "@"
        (e.g., because it is a file URL denoting a pathname containging a "@" in one of
        the segments), that "@" need not be encoded (cf. the grammar at the top of
        tools/source/fsys/urlobj.cxx) and INetURLObject::GetHost would only return the
        part following the "@".
        
        When constructing sBaseURI in ODatabaseContext::loadObjectFromURL
        (dbaccess/source/core/dataaccess/databasecontext.cxx), the path part shall
        obviously not be decoded (but which the original code erroneously did).
        However, when obtaining sStreamRelPath in ODBFilter::implImport
        (dbaccess/source/filter/xml/xmlfilter.cxx), it isn't clear to me whether the
        path should be decoded, so I left that in (and added a TODO).
        
        (Caused `make CppunitTest_sw_uiwriter
        CPPUNIT_TEST_NAME=SwUiWriterTest::testEmbeddedDataSource` to fail when SRCDIR
        is such a pathname containing a "@" in one of the segments.)
        
        Change-Id: I6ffd842f3f3d37d2682e7cf14399fb3dbfa0a2aa
        Reviewed-on: https://gerrit.libreoffice.org/55286
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit e310ac4ab942feb014f3bb5bc4519dcf966b47fc)
        Reviewed-on: https://gerrit.libreoffice.org/55633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-06-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [447fe6b3231bd636aba84d77b0061eb06ed3999b]

        par2script: don't bother removing already removed parts of arguments
        
        the s/\@// conflicts with jenkins default directory naming for
        concurrent builds and is wrong at this place/in this form:
        0ce067c1fc334680a7d99e573ae8c2f3e623b645 already changed the format of
        the parameter from @listfile to @@listfile, so stripping a single @ at
        the front won't help at all.
        Furthermore the stripping already was added to the
        par2script/parameters.pm earlier, so the worker functions don't need to
        deal with transforming commandline arguments.
        
        Change-Id: Ic55b8cda3cd114dfc5cb7ded6d53174cd8283af9
        Reviewed-on: https://gerrit.libreoffice.org/55196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 6fbcb4f1ad6bbcaac1fade0abf6bbe8215c1f4ab)
        Reviewed-on: https://gerrit.libreoffice.org/55632

2018-06-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [86bc5ae13a530c02734e4cb0210bb259c86dc6c6]

        tdf#117984 Make MapMode thread-safe
        
        ...using o3tl::ThreadSafeRefCountingPolicy due to being
        used indirectly (~Bitmap) in parallelized 3D renderer
        
        Change-Id: Ia5eab219c6844570a04c83f71cca5e7b7da4326d
        Reviewed-on: https://gerrit.libreoffice.org/55365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit d84517a171a17dfa12f25ad4305a06b20f3b7c76)
        Reviewed-on: https://gerrit.libreoffice.org/55411
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-11  Caolán McNamara  <caolanm@redhat.com>  [23eb3e106ad17608c79a35cdde251e037f1a2373]

        tdf#118068 InsertionIndicator should be temporary
        
        its original use is during a drag/drop operation so its expected to
        be in use just for a temporary scope, so End after Start
        
        Change-Id: I3efdc4079ef7e1466b49e027fed0698715b5fd58
        Reviewed-on: https://gerrit.libreoffice.org/55620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [ee2ce580a186c436662b3864cc5de1d022812a00]

        Add overloaded read/send funcs for uint64_t (conditionally)
        
        otherwise build fails on 32bit platforms as multiple matching
        overloaded func are found. Thanks _rene_ and mst_ for helping
        me to figure this out
        
        Change-Id: Ief4571ad735ad4efea9ddc70daea45885e5954c7
        Reviewed-on: https://gerrit.libreoffice.org/55474
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit ca4dede186183ca760013ad1885947d68bae02f4)
        Reviewed-on: https://gerrit.libreoffice.org/55628

2018-06-11  andreas kainz  <kainz.a@gmail.com>  [85829da13b59bc4e63aa776b001f1a9c57a7b028]

        menubar: framework/startpage sync help menubar entry
        
        Change-Id: I8895c79a65750330600ebf0be19d184736fe2c1c
        Reviewed-on: https://gerrit.libreoffice.org/55543
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit 878785291da91d74cb13f005ce5287bd9ead8b79)
        Reviewed-on: https://gerrit.libreoffice.org/55601
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-06-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [ba6d941c89c13130fd8d5ab1d87123f53b5b18f2]

        tdf#102907 selection indicator missing on vertical text
        
        regression from
        
            commit 79800559268c636740fec69018b1f99f047c3f93
            convert MT_ constants to scoped enum
        
        The original code used bit-wise operations and some clever constant
        values, which I did not convert correctly
        
        Change-Id: I2fcd9e2584638d4a690773ef3f178415153b8b19
        Reviewed-on: https://gerrit.libreoffice.org/55596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 16b1d80070142e2ffecaba64b62dbe836daafb4f)
        Reviewed-on: https://gerrit.libreoffice.org/55598

2018-06-11  Caolán McNamara  <caolanm@redhat.com>  [f83fa0677ad50d7df54b9f650e57044b3a622798]

        weld SwTextFlowPage
        
        Change-Id: I9f182874551e7c1e32b2a00e72f7c3a8f1356fc3
        Reviewed-on: https://gerrit.libreoffice.org/55566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-10  Caolán McNamara  <caolanm@redhat.com>  [6647216df39edd291a07acc37a6c9c092faa4b7a]

        support comboboxtext id values
        
        Change-Id: Ibebdaab5b073a55cb646687890bc16d5f55c0341
        Reviewed-on: https://gerrit.libreoffice.org/55487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-10  Rene Engelhard  <rene@debian.org>  [8e660e3b5e4877ee4dca362f7cdca62d8929436a]

        fix CppunitTest_dbaccess_hsqlbinary_import
        
        at least with system-hsqldb.
        
        add missing connectivity/source/drivers/hsqldb/hsqldb to
        gb_CppunitTest_use_components
        
        Change-Id: I6e845dadd67276b137734f68ba922a1d5890c809
        Reviewed-on: https://gerrit.libreoffice.org/55551
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit b7279359107ccafc691c198e94aa4e990b6300dc)
        Reviewed-on: https://gerrit.libreoffice.org/55559

2018-06-10  Louis Sautier  <sautier.louis@gmail.com>  [4731827db269a11b8f12e22076a2f3c297298450]

        Fix build with GLM 0.9.9.0, tdf#118070
        
        One of the test files was forgotten in 953c4add8fd76d88f49a81ae4c21a1fdcc007e57
        
        Change-Id: I0315433c688ff7edb2ba599bbef203cac9de3022
        Reviewed-on: https://gerrit.libreoffice.org/55554
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        (cherry picked from commit 5f1bf6598b5725ad1e50ae9f7ec7524cc8a834fa)
        Reviewed-on: https://gerrit.libreoffice.org/55556

2018-06-09  Luboš Luňák  <l.lunak@collabora.com>  [1e42a970c582b1ecfb652559c90a027554984ab7]

        properly go to next row when walking mdds container
        
        Since only elements from nOffset up to nEnd are iterated, then the difference
        is not just nEnd but (nEnd-nOffset).
        Without this, ScColumn::HandleRefArrayForParallelism() skips some cells
        and e.g. fdo#77750-1 asserts in ScFormulaCell::MaybeInterpret().
        
        Change-Id: I4d595e9faff51f08bf074d549185c24aa00d8a45
        Reviewed-on: https://gerrit.libreoffice.org/55488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>
        (cherry picked from commit cbe3ae1894800a5fddbd598403be54f9495cc964)
        Reviewed-on: https://gerrit.libreoffice.org/55502
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [aecab50c291a535bc0ccfd30b86060faf6bea994]

        tdf#118037 PPT import: fix lost crop of graphic
        
        Regression from commit b11188835d3b87cd9d2a8cdb3da204cfda5d3e6e (DOC
        import: lazy-read images, 2018-04-20).
        
        (cherry picked from commit 11d542352e1088a2c870b0e73e14e10266276483)
        
        Change-Id: Ie2155c971d94153352a9372a9795cbb9d820dd40
        Reviewed-on: https://gerrit.libreoffice.org/55468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-08  Caolán McNamara  <caolanm@redhat.com>  [e15f7b3f670a5146516beeb05269227c0dde75cf]

        sync tristate/inconsistent feature
        
        Change-Id: Id1107f4fb1f51f377ad546f9b673f9037fee1538
        Reviewed-on: https://gerrit.libreoffice.org/55469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d532502c9a17049bdd383a3d5c56005222331b7]

        Fix CppunitTest_xmlsecurity_signing with system-xmlsec 1.2.26
        
        Swap the order of the default and custom callback registration, since
        the order of lookup is now reversed since
        <https://github.com/lsh123/xmlsec/commit/968646fb9b8428174a112fce2f08b1ec89d0ed97>.
        
        Thanks Tomas Chvatal for reporting this.
        
        (cherry picked from commit 576f899811a22e83b6fb6a120c8da303b1f4cac1)
        
        xmlsecurity: check for the libxmlsec version runtime, not build-time
        
        For the general benefit of --with-system-xmlsec usage scenarios (where
        LO may be built against an old version of xmlsec and run against a new
        one).
        
        (cherry picked from commit bc4e43dd926bbe6f5315b5c372770ac8c7222177)
        
        Change-Id: I60a347454701a679db4ccd8924a723a236d5edff
        Reviewed-on: https://gerrit.libreoffice.org/55462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-08  Stephan Bergmann  <sbergman@redhat.com>  [7841362f9cc0622559e6984735febb035c46812d]

        solenv/flatpak-manifest.in: Properly disable debug information
        
        ...see 02248e9e191f798f96218a0c4d281f99e15bea31 "solenv/flatpak-manifest.in:
        Disable debug information again, for now" commit message
        
        Change-Id: I4a9f8c547a50e8a8c83b5f96768949867aa4bb7b
        Reviewed-on: https://gerrit.libreoffice.org/55453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit a7db7f3ce699a46ce7e9eafdf4388a3213264464)
        Reviewed-on: https://gerrit.libreoffice.org/55463

2018-06-08  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [60a52a811edf06ded4ae1d97896238e5f4d976b9]

        Karasa Jaga: Update curved line and spacing icons
        
        Change-Id: Id8565b07e612bff77009322a9b82a7800d748385
        Reviewed-on: https://gerrit.libreoffice.org/55395
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-06-07  Stephan Bergmann  <sbergman@redhat.com>  [4ebaf1e69bf73a756af9b80c8bbd05c4ae308231]

        Merge in Flatpak improvements
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
        
        commit 0242fa00493c0521d75c60cc4987fb8c7f3abeb1
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Tue May 15 11:08:30 2018 +0100
        
            add missing share of dconf runtime dir
        
            This breaks dconf change notifications, including the GSettings used for Gtk+
            themes. Could also cause other weird settings problems.
        
            https://github.com/flathub/org.libreoffice.LibreOffice/issues/31
        
        commit 800d0d553fec6bd093f813cb4aa2f10dcbe10aee
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Thu May 31 18:02:13 2018 +0200
        
            Re-enable GIO support
        
            ...that was inadvertently lost when switching from the GNOME to the
            freedesktop.org runtime.  For one, LO configure's --disable-gtk erroneously
            implied --disable-gio, even under --enable-gtk3.  For another, gvfs is missing
            from the freedesktop.org runtime; the recipe is copied from
            <https://gitlab.gnome.org/GNOME/gnome-sdk-images/blob/gnome-3-28/
            org.gnome.Sdk.json.in#L536>.
        
            This hopefully fixes
            <https://github.com/flathub/org.libreoffice.LibreOffice/issues/41> "Again unable
            to open files on network shares".
        
        Change-Id: Ib0a3680dc4eb2595eb2d8b0bb30c54082651686c
        Reviewed-on: https://gerrit.libreoffice.org/55431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 67aaa98600269e6b8fa631146c3649a261369471)
        Reviewed-on: https://gerrit.libreoffice.org/55438

2018-06-07  Stephan Bergmann  <sbergman@redhat.com>  [f902094de5567c460013561e473dec302a651824]

        Missing dependency on directory
        
        Change-Id: Icaf0f54d3487c8286486d265ebb9790f6b9e0910
        Reviewed-on: https://gerrit.libreoffice.org/55419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 8ab697786e29865953c3a725256f3b1eb1160ea6)
        Reviewed-on: https://gerrit.libreoffice.org/55437

2018-06-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f70e98cbe75996cccf4842dc2d60f3b33be3bf9b]

        Updated core Project: help  dc25f00e499d4ece26fab2e17427583e99e45adf
        
        Better use of embed for similar contents
        
        Save translation work for 'IFS functions
        
        Change-Id: I7e9c9fa9d84419f4faf28622be818eb7f2fe6d2a
        Reviewed-on: https://gerrit.libreoffice.org/55211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 3e5bd012ebefd160ff4d7070b6e1794e44d91ae5)
        Reviewed-on: https://gerrit.libreoffice.org/55448
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5d5fe7c48a8213b6b955b801acde8073690073c7]

        Updated core Project: help  8ae83bb638d652d80fef5b449c43cc6f577cfa24
        
        tdf#117933 help pages for MAXIFS,MINIFS
        
        Change-Id: Ib0b27e4f00468b33a9a112ac0dc0967750570b18
        Reviewed-on: https://gerrit.libreoffice.org/55144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Julien Nabet  <serval2412@yahoo.fr>  [243b73546c0c0b291f5e05405ad24e48df625d64]

        tdf#118042: fix crash on Target box in Hyperlink dialog
        
        Change-Id: I493faf6e94c1a130b2bd88b6b8c33d6deb6bc268
        Reviewed-on: https://gerrit.libreoffice.org/55443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-06-07  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [a33f7d3b03e0286641776695239b5be5e16cf314]

        Updated core Project: help  156af0219ea25704b386d6c16dca7e1ce8386995
        
        Cleanups and improvements
        
        Help files in scalc/00/
        
        Change-Id: I55ffb4961fb5614f75fbc3e71dd50b461dff17de
        Reviewed-on: https://gerrit.libreoffice.org/54603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit 3765355e41d02ee3e5f64ef6ece336641553e7c7)
        Reviewed-on: https://gerrit.libreoffice.org/55435
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [83c157bad4828c26ec6291d45c89a3ee558adc78]

        Updated core Project: help  6d75ce4e4c15dfd0ef135de19977389508d95b8a
        
        Try to correct some visual glitches in online help
        
        Change-Id: I6b5cf5c95b01c0ba6be259d93425b7349df7578f
        Reviewed-on: https://gerrit.libreoffice.org/55154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 83d31a088aac0ed11189afb26d818f7fb56c9b2e)
        Reviewed-on: https://gerrit.libreoffice.org/55433
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6dbfefdbafeb898c230ca50f23cabfb9ad695af4]

        Updated core Project: help  98fba5b275bf5acd73f875109b4bf6d0b5f170e5
        
        tdf#94121 Give code paragraphs a different background, again
        
        The old wikihelp had this, but this time it won’t look as tawdry.
        
        Change-Id: I709b94c512cb15d6c1b5ef5b76b9e1bb13b6f09b
        Reviewed-on: https://gerrit.libreoffice.org/55301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 1b112c0bedae14d3c242d8662d16230acf8c333e)
        Reviewed-on: https://gerrit.libreoffice.org/55432
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2c1c0b5ae03239acded75ecefef69f05310c718e]

        Updated core Project: help  b372425faaa181a49305cd0d7487ce72226eff1c
        
        Fix default cases in switches
        
        Change-Id: I40f6c8e5a6fd0a0ff1d3e6205de449f14598212b
        Reviewed-on: https://gerrit.libreoffice.org/55108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-06-07  Caolán McNamara  <caolanm@redhat.com>  [d5dcdd8d4ee805cebd94e015ca7b8ccb5571d121]

        weld SwFormatTablePage
        
        Change-Id: Ia82fdd5666a4a59cf4e1867d295ecb1d336e10a2
        Reviewed-on: https://gerrit.libreoffice.org/55424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-07  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [d2f5d382550b177e4eda73b6d39e7fef4ee4f9cd]

        vcl: refresh font cache only on real change
        
        GTK3 emits way too many style-updated, which triggers font cache updates. The
        avoidance of unecessary font cache updates was first implemented in 29c55564.
        Unfortuantely, it seems that the current font-options was never set as
        last-seen font-options, so still to many fonts-changed were emitted
        
        Change-Id: I01a47d4d7fb033e335b1a49ffa6e1bb98f7fd28d
        Reviewed-on: https://gerrit.libreoffice.org/55420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-07  Stephan Bergmann  <sbergman@redhat.com>  [256499b455ca6cea994c4598a02d4f9732a1007d]

        Update Flatpak to OpenJDK10
        
        see <https://github.com/flathub/org.libreoffice.LibreOffice/issues/42>
        "OpenJDK 10 is now available".
        
        Change-Id: Iaae9d22d91d984a5c11eee26bd05ab7d328d7a5b
        Reviewed-on: https://gerrit.libreoffice.org/55422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 930cb22f75c672c2fa3a4153094df4dd3a71cb7f)
        Reviewed-on: https://gerrit.libreoffice.org/55428

2018-06-07  heiko tietze  <tietze.heiko@gmail.com>  [1e3ae648ca32806bd6dcdd6e161630ec111bc6d3]

        tdf#116916 - Icon themes missing on LibreOffice Vanilla from macOS appstore
        
        Update of blacklist for $WITH_THEMES
        Fallback to Tango for ancient/unknown DE, Colibre only on Windows
        MPL vs. non-MPL on macOS
        
        Change-Id: Ibeefbaefae5a8e62e973bcb8cddd53845f96b67d
        Reviewed-on: https://gerrit.libreoffice.org/55295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/54794
        Reviewed-on: https://gerrit.libreoffice.org/55396

2018-06-07  Caolán McNamara  <caolanm@redhat.com>  [34a3231103adcbcc71e0cc5e8b8f8b0bc1edb520]

        tdf#117824 switch embedded database storage away from doc on revoke
        
        otherwise the database document still has the embedded storage
        open when the attempt to remove the storage is made
        
        Change-Id: Ie313923b969bdbc53b27b00e379ac20240ffb6e3
        Reviewed-on: https://gerrit.libreoffice.org/55388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit a432a2e481baffa77e6f25584efbfbb3b68bc9a6)
        Reviewed-on: https://gerrit.libreoffice.org/55406
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2018-06-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a3423a4efd016014158fdeec34e1f75960f8604a]

        tdf#117949 Use small overlap for SVG gradient representation
        
        Change-Id: Idd55df31aa87cc40dbb15001479cdc79e918ac19
        Reviewed-on: https://gerrit.libreoffice.org/55376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        (cherry picked from commit aa5d7477e8e1e4bcd0e56496e745c3dc3b05c369)
        Reviewed-on: https://gerrit.libreoffice.org/55398

2018-06-07  Heiko Tietze  <tietze.heiko@gmail.com>  [5b20226bb0e431afa4505373aaa0af2d28479528]

        Revert "tdf#116916 - Icon themes missing on LibreOffice Vanilla from macOS appstore"
        
        This reverts commit 0550189c28cd759c41b8a048a3f667ae12560c5e.
        
        Change-Id: Id02b5bef9e82ed474a718d57ea3e2159855283b6
        Reviewed-on: https://gerrit.libreoffice.org/55369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-06-06  Caolán McNamara  <caolanm@redhat.com>  [489fb7f5e2297b9451f7084bcb5cf9da823adc26]

        tdf#116552 restore copy on focus and jump focus to source
        
        This is surely an utter abuse of focus and an a11y disaster, but it
        used to work this way.
        
        Change-Id: I265a2bafbc2cdd17ff4a5b7c2805def63c510d5c
        Reviewed-on: https://gerrit.libreoffice.org/55374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-06  Caolán McNamara  <caolanm@redhat.com>  [4d598dca80720738077e335eb17b6c757e1dc18c]

        weld SwSectionIndentTabPage
        
        Change-Id: I961686c1257f0d85686df06aa7c73c324d0f70b8
        Reviewed-on: https://gerrit.libreoffice.org/55389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-06  Luboš Luňák  <l.lunak@collabora.com>  [09849abf10d70b2e4680c9b0d2ad8e977752d87b]

        blacklist ocExternal for calc's threaded calculations
        
        Opcode ocExternal is used for functions implemented as UNO calls,
        which has a number of problems:
        - ooo#118213-2 contains GETEOMONTH(), which maps to ocExternal, which
          calls AnalysisAddIn::getEomonth() in scaddins, which ends up calling
          ScModelObj::getPropertyValue(), which deadlocks on SolarMutex
        - it uses ScUnoAddInCollection class, which uses delayed initialization
          (even though it's created on-demand), which is not thread-safe; however,
          it seems that the initialization is generally done already while loading
          a file, so this is possibly in practice safe
        - who knows what all kinds of race conditions there are in all the functions
          this may call via UNO
        
        Change-Id: I80c4264102b8bc492853852c2c12e5cd2a8ea99e
        Reviewed-on: https://gerrit.libreoffice.org/55382
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit abb19edc79bd7d96827214d3b49f80e270e1c0b7)
        Reviewed-on: https://gerrit.libreoffice.org/55390
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-06  Stephan Bergmann  <sbergman@redhat.com>  [8b3b41e09c642824cd6585d00f10825b62d9b39f]

        Updated core Project: help  228048839b6df667fbe9f78bba5a1f7df5835180
        
        (Partially) fix --with-help=html dependencies on .xhp files
        
        There are three rules in helpcontent2/CustomTarget_html.mk that process (with
        XSLT) all or some of the .xhp files in the helpcontent2/source/text/ tree (for
        en-US; or their translations in the
        workdir/HelpTranslatePartTarget/*/helpcontent2/source/text/ trees for other
        languages).  Lists of all those .xhp files are defined in
        helpcontent2/AllLangHelp_*.mk (with gb_AllLangHelp_add_helpfiles), but the code
        in helpcontent2/CustomTarget_html.mk used `find` to assemble the relevant lists.
        
        That has two issues (at least for the en-US case operating on the untranslated
        helpcontent2/source/text/ files):  For one, if the content of those .xhp files
        changes, the relevant XSLT processing is not re-run.  For another, if .xhp files
        are added to or removed from the lists in helpcontent2/AllLangHelp_*.mk, the
        relevant XSLT processeing is not re-run, either.
        
        For the processing of translated .xhp files, there were already dependencies on
        those translated files in place.  I assume (but have not really proved it) that
        those dependencies are already sufficient to cover both of the above issues.
        That only leaves the en-US case, operating on the untranslated files.
        
        The lists of .xhp files as defined in helpcontent2/AllLangHelp_*.mk (with "*"
        ranging over the various "modules": sbasic, scalc, schart, etc.) are now made
        available in gb_AllLangHelp_*_HELPFILES variables.  The contents of those
        variables is used instead of `find` to pass the relevant .xhp files to the XSLT
        processings.  (Needing some RESPONSEFILE and `xargs -n 1` boilerplate to feed
        individual files to the XSL processing without overflowing maximum command line
        lengths.  Also, on Windows, var2file apparently writes CRLF line ends but the CR
        parts need to be filtered out again, and xargs problems must be worked around
        similar to df9edbcd2883cec2d0596133131cfbc220dee91f "Work around 'xargs:
        environment is too large for exec' errors on Windows".)
        
        However, those variables apparently cannot be used to specify dependencies for
        the three XSLT-processing rules.  Presumably, the variables do not necessarily
        have their values assigned yet by the time the rules' dependencies are
        constructed (depending on the order in which .mk files are read?).  So "dummy"
        gb_AllLangHelp_get_helpfiles_target targets are introduced, which depend on all
        the relevant .xhp files (and which get constructed during
        gb_AllLangHelp_add_helpfiles, just like the gb_AllLangHelp_*_HELPFILES
        variables), and which the XSLT-processing rules in turn depend on.  That makes
        sure that the XSLT-processing rules are re-run when the content of .xhp files
        changes or when new .xhp files are added.
        
        However, the above still fails to re-run the XSLT-processing rules when .xhp
        files are removed.
        
        This is the helpcontent2 part of a commit spanning core and helpcontent2.
        
        Change-Id: I9a72c0f6837a8e13458a703fdecf7e5b0ef2076f
        Reviewed-on: https://gerrit.libreoffice.org/55364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit 5197a6b9def2e1886e3edab75517864272115089)
        Reviewed-on: https://gerrit.libreoffice.org/55380
        

2018-06-06  Stephan Bergmann  <sbergman@redhat.com>  [07021c995fe1f13fcfd60c9a234b35cb7bf5a838]

        (Partially) fix --with-help=html dependencies on .xhp files
        
        There are three rules in helpcontent2/CustomTarget_html.mk that process (with
        XSLT) all or some of the .xhp files in the helpcontent2/source/text/ tree (for
        en-US; or their translations in the
        workdir/HelpTranslatePartTarget/*/helpcontent2/source/text/ trees for other
        languages).  Lists of all those .xhp files are defined in
        helpcontent2/AllLangHelp_*.mk (with gb_AllLangHelp_add_helpfiles), but the code
        in helpcontent2/CustomTarget_html.mk used `find` to assemble the relevant lists.
        
        That has two issues (at least for the en-US case operating on the untranslated
        helpcontent2/source/text/ files):  For one, if the content of those .xhp files
        changes, the relevant XSLT processing is not re-run.  For another, if .xhp files
        are added to or removed from the lists in helpcontent2/AllLangHelp_*.mk, the
        relevant XSLT processeing is not re-run, either.
        
        For the processing of translated .xhp files, there were already dependencies on
        those translated files in place.  I assume (but have not really proved it) that
        those dependencies are already sufficient to cover both of the above issues.
        That only leaves the en-US case, operating on the untranslated files.
        
        The lists of .xhp files as defined in helpcontent2/AllLangHelp_*.mk (with "*"
        ranging over the various "modules": sbasic, scalc, schart, etc.) are now made
        available in gb_AllLangHelp_*_HELPFILES variables.  The contents of those
        variables is used instead of `find` to pass the relevant .xhp files to the XSLT
        processings.  (Needing some RESPONSEFILE and `xargs -n 1` boilerplate to feed
        individual files to the XSL processing without overflowing maximum command line
        lengths.  Also, on Windows, var2file apparently writes CRLF line ends but the CR
        parts need to be filtered out again, and xargs problems must be worked around
        similar to df9edbcd2883cec2d0596133131cfbc220dee91f "Work around 'xargs:
        environment is too large for exec' errors on Windows".)
        
        However, those variables apparently cannot be used to specify dependencies for
        the three XSLT-processing rules.  Presumably, the variables do not necessarily
        have their values assigned yet by the time the rules' dependencies are
        constructed (depending on the order in which .mk files are read?).  So "dummy"
        gb_AllLangHelp_get_helpfiles_target targets are introduced, which depend on all
        the relevant .xhp files (and which get constructed during
        gb_AllLangHelp_add_helpfiles, just like the gb_AllLangHelp_*_HELPFILES
        variables), and which the XSLT-processing rules in turn depend on.  That makes
        sure that the XSLT-processing rules are re-run when the content of .xhp files
        changes or when new .xhp files are added.
        
        However, the above still fails to re-run the XSLT-processing rules when .xhp
        files are removed.
        
        This is the core part of a commit spanning core and helpcontent2.
        
        Reviewed-on: https://gerrit.libreoffice.org/55363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit ec8edaa3e0b42158f17e540895d5422f91a99fbe)
        Conflicts:
        	solenv/gbuild/AllLangHelp.mk
        
        Change-Id: I0cb5f83097db17fbd7ae8b528418b0ec24bee602
        Reviewed-on: https://gerrit.libreoffice.org/55381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-06-06  Luboš Luňák  <l.lunak@collabora.com>  [591933bf668b014055813edc75d5d4764c428e11]

        fix broken control flow in ScTokenArray::CheckToken()
        
        Before commit b366adcf5aca this function didn't do anything for unhandled
        opcodes, but the commit made the else branch disable vectorization
        for "the rest" of opcodes. That meant that basic opcodes such as ocAdd,
        which didn't get thrown out by the SC_OPCODE_START_BIN_OP block (since they
        are in the allowed subset), ended up in the else block and vectorization
        got disabled.
        
        Change-Id: I9eb408b601f48b8d7b5022ec85225d92729cd778
        Reviewed-on: https://gerrit.libreoffice.org/55362
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit a5bae14bc3ae4fd1d0bd3bf72c5a6151d1ccf762)
        Reviewed-on: https://gerrit.libreoffice.org/55367
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-06  Luboš Luňák  <l.lunak@collabora.com>  [5859d4ac37eaf32045a67ddd76419c14fe6fadfb]

        fix misplaced case labels
        
        Jump opcodes such as ocIf are quite clearly not in the function range,
        as can be seen in include/formula/opcode.hxx . This used to be harmless,
        since originally ScTokenArray::CheckToken() didn't do anything in the default
        case, but commit b366adcf5aca changed it to disable vectorization for
        unhandled opcodes.
        
        Change-Id: Ia182f446f1da819e18309075aa00251674640c74
        Reviewed-on: https://gerrit.libreoffice.org/55361
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit 377cb34ac023096af7f1708c3d4ea5293d4cc7ab)
        Reviewed-on: https://gerrit.libreoffice.org/55368
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [12ec0cbb301a5a895a21a850ba3c31c3abc448a1]

        tdf#102928 PDF export: do recompress CMYK images
        
        The export filter writes /DeviceRGB unconditionally, so for now don't
        optimize CMYK image handling here. Though the added GraphicDescriptor
        API allows supporting this natively in the export filter in the future.
        
        (cherry picked from commit 70537c8295f1b0a0c58b061dfca6cbc9def0d65b)
        
        Change-Id: I76b44b910948467aeb1f15e5ae765201d183c99d
        Reviewed-on: https://gerrit.libreoffice.org/55360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-06  Caolán McNamara  <caolanm@redhat.com>  [8b96445766efe237eb47608ade6c147673466e2e]

        tdf#117981 translate embedded video window mouse events to parent coordinates
        
        Change-Id: I0d8fb6c6adc44389332434f9f6a8396a4d1817cf
        Reviewed-on: https://gerrit.libreoffice.org/55337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit dbd804bac6db541d60b3a101852580b87bd4e33e)
        Reviewed-on: https://gerrit.libreoffice.org/55338

2018-06-06  Eike Rathke  <erack@redhat.com>  [98bd4ba9f186060ce1bc010838774fc4a73ee807]

        Resolves: tdf#117372 preserve preselected sort area, if so, then extend or not
        
        Previously if an entire column was selected, the top data row was
        taken and then that X,Y position used to extend to the data area.
        Else the current view's X,Y was used to extend to the data area.
        
        Now keep a selection and use current X,Y only if there is no area
        selected.
        
        Change-Id: I19ce52bc2ebf4813b779600a4738ed1f82643aa7
        Reviewed-on: https://gerrit.libreoffice.org/55348
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit 5209f21b106a2c21770073d06616458d8e06031b)
        Reviewed-on: https://gerrit.libreoffice.org/55350
        Tested-by: Eike Rathke <erack@redhat.com>

2018-06-05  Caolán McNamara  <caolanm@redhat.com>  [b8bfa9051242393cc940382fd2a2f34af4db11af]

        Resolves: tdf#116876 don't reselect index on resize if it wouldn't change
        
        selecting the index sets it as active and updates the previews, so if its an
        inactive index and resize happens, leave it as inactive but selected
        
        Change-Id: If823f6b3e8f2ee4e77ba5e5d0202d72893ed614c
        Reviewed-on: https://gerrit.libreoffice.org/55345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [aa89c1d03e2fa6b314bda5094235ef02ec237fb3]

        sal: WNT -> _WIN32
        
        Still some holdouts from that bad old habit it seems.
        
        Change-Id: Ib0fe2c7eb006649b121668c549ff8e0bb060e120
        Reviewed-on: https://gerrit.libreoffice.org/55331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 92ed91610d30246e671226da081da748f6b16aae)
        Reviewed-on: https://gerrit.libreoffice.org/55341

2018-06-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2bd70b6fad0bc15927863649da895ea50f615976]

        package: fix pretty-printing in manifest exporter
        
        Change-Id: If8c88994f68a8a644d1ce4e2386d3247140e824f
        Reviewed-on: https://gerrit.libreoffice.org/55322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 6e851bb1286da592bc180ed722f8c8ec5e1f18f0)
        Reviewed-on: https://gerrit.libreoffice.org/55340

2018-06-05  Nickson Thanda  <nicksonthanda10@msn.com>  [348fc7698194702ef14ce0701583dc714d04234c]

        tdf#117013 renamed Illustration Index to Table of Figures
        
        Illustration Index has been renamed to Table of Figures
        Default category changed from Illustration to Figures
        
        Change-Id: I2c4fbf4036c245ea98cda4e3652c300449abd4b1
        Reviewed-on: https://gerrit.libreoffice.org/54372
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit f8b59486ca61d8e4471fac2bff3441526921dba0)
        Reviewed-on: https://gerrit.libreoffice.org/55336

2018-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb65a8c54f56abc8ba66f9cbc779cd20e4740933]

        tdf#117843 DOCX import: disable compat increased spacing in header/footer
        
        It's only relevant for the body text.
        
        (cherry picked from commit 09a37fe50f36ced755bc326fb6b4c1b6fdf61f86)
        
        Change-Id: Id894604ed9b2c19400eeabbd2966f104d8b34aab
        Reviewed-on: https://gerrit.libreoffice.org/55335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-05  Mike Kaganski  <mike.kaganski@collabora.com>  [99add140a5e415e392ab909293609dcfd318fd9c]

        NatNum spelling: also spell decimals
        
        Change-Id: I421234e5e74bcdf83d55ed8b0e7a320e37f6a231
        Reviewed-on: https://gerrit.libreoffice.org/54375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 7b5f5d77d56ee494647d9e7868546b3f2140896e)
        Reviewed-on: https://gerrit.libreoffice.org/55332

2018-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [400137b1d36e4296e4e297a4c570933e6572b38c]

        tdf#117866 cui: avoid deadlock in personalization dialog
        
        The deadlock happened as the main thread wanted to join
        SearchAndParseThread (while owning the solar mutex), but
        SearchAndParseThread wanted to take the solar mutex to import a graphic.
        
        Fix the deadlock by checking for the termination flag earlier, so we
        don't take any new mutexes if termination was requested already.
        
        (cherry picked from commit 766c85a4f67f5d50645340e31cebd5956998c6fc)
        
        Related: tdf#117866 cui: use std::atomic for thread termination flag
        
        (cherry picked from commit f4ac7b5a084a7cf483bb89a2fa411f9df70df4d0)
        
        Change-Id: Idddaadadc693610d9f31a14300b22aff8d452756
        Reviewed-on: https://gerrit.libreoffice.org/55334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-06-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [777fe663fdcccc8ae2233cfb8287e888a9e5bf87]

        sal: fix logfile path retrieval from logging.ini
        
        Change-Id: I39803413533ae5b291d2e1abf4aa1bfe1f5900b5
        Reviewed-on: https://gerrit.libreoffice.org/55268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 423d01ec92a2c99ca8309a78f6763478e299f6a3)
        Reviewed-on: https://gerrit.libreoffice.org/55321

2018-06-05  Eike Rathke  <erack@redhat.com>  [6083c974531afe0d9a80c5e3d5f883f194703684]

        Add "Unsupported inline array content." BadArrayContent message, tdf#117879
        
        Change-Id: I176884ea5161c4f12419431a74bfb2c6fbed4e0f
        Reviewed-on: https://gerrit.libreoffice.org/55317
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit 5870cf6d9b42094dfda3dbf85817003e021d6559)
        Reviewed-on: https://gerrit.libreoffice.org/55324

2018-06-05  Caolán McNamara  <caolanm@redhat.com>  [fb63ec23b4ae3cff771934714f0bad003123cdd0]

        tdf#117991 let focus change get processed before selection change
        
        Change-Id: I78999730bc942733d7498415d920d94f2422ac6f
        Reviewed-on: https://gerrit.libreoffice.org/55330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-05  Caolán McNamara  <caolanm@redhat.com>  [1c0e0646321e276c6be22a13a70e37fdf93430e1]

        tdf#117940 setting resize shape while text edit active not recorded in undo
        
        Change-Id: I0887a1caea96f3efe897c304cde0520d59da6c59
        Reviewed-on: https://gerrit.libreoffice.org/55325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-05  heiko tietze  <tietze.heiko@gmail.com>  [ff4144cff2faafd7ebd0268c1bc29e55ebf7971f]

        Fixes svg vs. png issue for some icons
        
        Change-Id: Ia2c4a6a2888ef223655a61cf8ace11276739615f
        Reviewed-on: https://gerrit.libreoffice.org/55312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit a0fdfe83bd5530aa49028c13ce71723030367407)
        Reviewed-on: https://gerrit.libreoffice.org/55318

2018-06-05  Eike Rathke  <erack@redhat.com>  [b00965c5564f517eca0bb7a870c89d4c53b72fc7]

        Append error number if no message available
        
        "Err:###" instead of just "Err:" in the status bar for default
        unspecific message.
        
        Change-Id: Ic1a07e29e1f5eed4ce1ed9300c1f848c7380002e
        (cherry picked from commit d3c650f6170894a87e59436cf48eba5622403e27)
        Reviewed-on: https://gerrit.libreoffice.org/55315
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-06-05  Jim Raykowski  <raykowj@gmail.com>  [64a33050bf427927fa0b81e1e10cc487065c7d2f]

        tdf#98094 make header able to drag in Navigator root content view after
        
        ...first drag is done from all categories content view
        
        Change-Id: If76b8fa02a60009e2b60b2b57bae6e0519bf8e2d
        Reviewed-on: https://gerrit.libreoffice.org/53832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 0cde287d450700f05a547ce5a334ca137e7ff531)
        Reviewed-on: https://gerrit.libreoffice.org/55309

2018-06-05  Eike Rathke  <erack@redhat.com>  [999c9cd13c5c0d17569ce58a14b7047cf379eb7e]

        Resolves: tdf#117879 preserve formula after inline array error
        
        Use FormulaError::NestedArray for now to be able to backport
        without new string resources. Introduce a more specific error in
        another change.
        
        Change-Id: I49bf731f0b17c81dc6a125718bf104e218e508cc
        Reviewed-on: https://gerrit.libreoffice.org/55300
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 2d330a5c48fd200db10fba7c40688221185c2dec)
        Reviewed-on: https://gerrit.libreoffice.org/55307
        Tested-by: Jenkins <ci@libreoffice.org>

2018-06-05  Jim Raykowski  <raykowj@gmail.com>  [47ccfe2c92027458287bd91f9df891e319e08d04]

        tdf#101915 move focus to sidebar styles panel
        
        Change-Id: I3a150761a401caf1e76b5ec0ee36e537c14df8e0
        Reviewed-on: https://gerrit.libreoffice.org/52612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit b5af679c74774036de323b687a3901bd8f97a09b)
        Reviewed-on: https://gerrit.libreoffice.org/55305

2018-06-04  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [972d376151196b5637db86fde3de77c6f716bfeb]

        Karasa Jaga: Add many locale icon, update some database & chart related icons
        
        Change-Id: Id8565b07e612bff77009322a9b82a7800d748384
        Reviewed-on: https://gerrit.libreoffice.org/55238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-04  Eike Rathke  <erack@redhat.com>  [b75110c87e24d972c98edcb9af91866a41cf1b56]

        Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867
        
        Caller of ImpSvNumberformatScan::GetKeyWord() needs to know if
        English or locale's keyword was found and act on it.
        
        Pointed out by an assert when attempting to copy "STANDARD" length
        characters (8) from "General" (7), which doesn't harm because when
        not in debug it copied the terminating 0-character. However, the
        keyword name also needs to be replaced for the locale's resulting
        format code.
        
        Change-Id: Ia5211b307ea44c1ba9c2b86786368355c570d4a2
        Reviewed-on: https://gerrit.libreoffice.org/55293
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        (cherry picked from commit bfe6e9ecb18e8a3d9da368a1eb48e807ab9041cf)
        Reviewed-on: https://gerrit.libreoffice.org/55297

2018-06-04  Caolán McNamara  <caolanm@redhat.com>  [65e17de0adfca4b5e076d4000e6f6f8fa6b2e462]

        SwNumberingTypeListBox fully replaced now
        
        Change-Id: I7610cf8f602c6939dc994dd4c418d9e07aaf6b20
        Reviewed-on: https://gerrit.libreoffice.org/55217
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/55252
        Tested-by: Jenkins <ci@libreoffice.org>

2018-06-04  Caolán McNamara  <caolanm@redhat.com>  [43eb2e8e60b5221ebbc074916514619c63e22ee1]

        weld SwSectionFootnoteEndTabPage
        
        Change-Id: Ib4246a2f90780a005e79e2d071b43a5629a3242c
        Reviewed-on: https://gerrit.libreoffice.org/55216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit cd08397eedbe347784a3ac569481a17a8391e7b2)
        Reviewed-on: https://gerrit.libreoffice.org/55236

2018-06-04  heiko tietze  <tietze.heiko@gmail.com>  [0550189c28cd759c41b8a048a3f667ae12560c5e]

        tdf#116916 - Icon themes missing on LibreOffice Vanilla from macOS appstore
        
        Update of blacklist for $WITH_THEMES
        Fallback to Tango for ancient/unknown DE, Colibre only on Windows
        MPL vs. non-MPL on macOS
        tdf#117615 reverting elementary on gnome
        
        Change-Id: Ibea9e9429a79911d632b54fa4aa9649003830aa3
        Reviewed-on: https://gerrit.libreoffice.org/55295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-06-04  Justin Luth  <justin.luth@collabora.com>  [513204bcf7b9a43535ed585251e73a6d77805148]

        tdf#114487 sc htmlimp: rangeNames should be 3D
        
        Without a visible sheet name, these absolute ranges
        become relative after a round-trip.
        
        Another way to handle this would be to ensure that ODS
        (and other text-based formats) export Absolute in a
        way that can be properly imported. But handling
        it on import is safer and ensures UI consistency.
        
        The InitRange default is for !IsFlag3D and !IsTabRel().
        Since the range already imports as absolute, just add
        the appropriate 3D flags.
        
        Change-Id: Ia664e6f87e235096e1c2e5b702e18505e375e2ad
        Reviewed-on: https://gerrit.libreoffice.org/54725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit c42b1cf2464924b125aeae15968fb79cf795bc81)
        Reviewed-on: https://gerrit.libreoffice.org/55273

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [55eb65ba02dc8779fa489017745cdc952a07d10c]

        avoid a deadlock when the crash handler can't acquire SolarMutex
        
        Change-Id: Iea2d9b993dcf08fe022f97a2ac8e15fba9a8568c
        Reviewed-on: https://gerrit.libreoffice.org/55090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55271

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [512d3cc11289fe3344212e73dc39bfdda846f02b]

        add mutex protection to more ScGlobal functions
        
        Similarly to ScGlobal::Get(Case)Collator(), these also may be called
        by multiple threads.
        
        Change-Id: If0b1f2669282354ce79cdd251698f3aa1c6a30d4
        Reviewed-on: https://gerrit.libreoffice.org/54798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55281
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [64040ca17910ac2904e33305d41736dd9942eb9c]

        fix memory leak in double-checked init
        
        The pointer indeed shouldn't be just a local argument but a reference
        to the global variable, otherwise just the argument gets set.
        
        Change-Id: Ib7060943b089336b409d4861540a861ca2793cde
        Reviewed-on: https://gerrit.libreoffice.org/55209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55280
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [5f4f95ce419b452b9b8a1760f76391dc2a60baf3]

        move related functions next to each other
        
        And remove a pointless assert (the object is now created on demand).
        
        Change-Id: Ib42164b57216499e53ebc4ed5d1bc270055db2e7
        Reviewed-on: https://gerrit.libreoffice.org/55046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55279
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [d26bad04ebc7f23523b4ac37c7a1046023b475ef]

        assert(!bThreadedGroupCalcInProgress) in ScGlobal get-or-create functions
        
        Similarly to ScGlobal::Get(Case)Collator() these could possibly lead
        to a race condition of several singleton creations at the same time. That
        doesn't seem to be the case after few tests, but better check.
        
        Change-Id: I1edb613b5e034fcc952a43afc91f1d7288028861
        Reviewed-on: https://gerrit.libreoffice.org/54797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55278
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [6a1a0ce97b56d869969d601e75995dca9fc6fd50]

        move mbThreadedGroupCalcInProgress from ScDocument to ScGlobal
        
        Some code, such as statics in ScGlobal, cannot(?) easily access ScDocument.
        Moreover whether Calc is currently performing threaded calculations
        is not really a state of a document but of Calc itself. Still keep
        the state accessible via ScDocument for the pipe-dream future where it
        possibly really will be a state of the document.
        
        Change-Id: I2b112221e7fa1b2b4469cfd289fc201025585a5f
        Reviewed-on: https://gerrit.libreoffice.org/54796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55277
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [8aa0c1de8073d6e21f79a916153333a1284f7bb7]

        protect one-time creation in ScGlobal::Get(Case)Collator() by a mutex
        
        Otherwise there is a race condition when calc uses threading, and lp#390983-2
        sometimes crashes.
        
        Change-Id: I390928c02b8e7d74bebef2dcc98a5c21cb3a8197
        Reviewed-on: https://gerrit.libreoffice.org/54795
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55270
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [eac85b4d4de214adc44fda6f5a1c053d1b5808fb]

        Revert "UITest_calc_tests: disable randomly failing assert for now"
        
        Fixed by my previous commit.
        This reverts commit 27cc0064a8a52c9000d0249581e80fe7a0c8a7b6.
        
        Change-Id: Ib64e7341251d848b4db0dbb1f58c4fcef51437ed
        Reviewed-on: https://gerrit.libreoffice.org/55276
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [caf029d4bbc0d790e0ba02f5d0c6021459cabf25]

        make CharClass also mutex-protect calls to its dependent class
        
        When calc_tests runs test_tdf53482_Range_contains_column_headings_file()
        with Calc's threading enabled, it ends up calling ScInterpreter::ScProper()
        from threads, which calls to CharClass. And while CharClass tries to be
        thread-safe (guessing from the mutex usage), it forwards calls to i18npool's
        CharacterClassificationImpl and cclass_Unicode, both of which aren't
        thread-safe. Which makes thread safety of CharClass itself pointless.
        
        Since CharClass already acquires the mutex anyway because of getMyLocale(),
        just extend the duration for the entire call, which hopefully shouldn't
        make that much of a difference.
        
        Change-Id: I544b34d7e58c4a901f3b6e3a3ff52156b9e320a8
        Reviewed-on: https://gerrit.libreoffice.org/54999
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/55269
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [e099cf1da1d83c1798b0c63fd267bb61973c55ef]

        avoid using EditEngine in ScEditUtils::GetString() if possible
        
        According to 1ecdc7aaf66 it is really needed only for resolving fields,
        so if there's no field, simply concatenate the contents, as used to
        be the case before that commit. This should be faster and also safer
        in the case of Calc's threading enabled.
        
        Change-Id: I23a2e1873deb8538e2a1ae0dd80af7e5356c18a5
        Reviewed-on: https://gerrit.libreoffice.org/54986
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/55275
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Luboš Luňák  <l.lunak@collabora.com>  [4c42677aad1b91f0b51452560e23bdd706106d0f]

        blacklist ocDBSum for calc's threading
        
        Triggers a number of asserts on hard-recalc (Shift+Ctrl+F9) with ooo#58183-1
        that would require passing ScContextInterpreter* to a number of functions,
        so just blacklist it.
        
        Change-Id: I0c3666a3423cea7c77f530480b8b63506c4bbad2
        Reviewed-on: https://gerrit.libreoffice.org/54933
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/55274
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2018-06-04  Kruno  <kruno.se@gmx.com>  [3c584938afe732a4ab86ac5bb43da398616ad98b]

        Updated core Project: dictionaries  25a48a7f821fd884f503ce1d2aca594c6abbfe0a
        
        Update Croatian dictionary to version 2.1.1
        
        Change-Id: I8425ab128d04d428ccc99cb6c8abe2635292f143
        Reviewed-on: https://gerrit.libreoffice.org/53579
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        (cherry picked from commit 7da396b70265569b851a1c2327e7dcf757e3f936)
        Reviewed-on: https://gerrit.libreoffice.org/55040
        

2018-06-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [20e211bc420d8f8afd02d6ef6fdbafeb2d5420b3]

        tdf#117969: Translate Light/Dark Magenta
        
        Also remove Light/Dark Violet variants
        Place Magenta into the Standard colors list
        and Violet into the Tonal colors list
        
        Change-Id: Id27bb5fe62b7c69af39158680ae07d4f1f2efc95
        Reviewed-on: https://gerrit.libreoffice.org/55257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        (cherry picked from commit 56674b45cccd2702fe2bf40398c0bd00741040e1)
        Reviewed-on: https://gerrit.libreoffice.org/55266
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-04  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b57819201ff89bbde14b4df8c02a0eb4bea2c2bb]

        Updated core Project: help  a21e560274a8c1be3944df93f54612bc02d66f02
        
        Colored boxes for .note, .tip and .warning
        
        Change-Id: I067100546ac669fa34e59cf9401796a4d166718f
        Reviewed-on: https://gerrit.libreoffice.org/55239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 94e09fd49d6b8803b481bde0693c5deb534d82d0)
        Reviewed-on: https://gerrit.libreoffice.org/55259
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-03  David Tardon  <dtardon@redhat.com>  [0b7e83bd28201f966eb845bba88a43e20222a41c]

        upload libepubgen 0.1.1
        
        Change-Id: Ib294f412055ef23a6ca5608675bc924dacae56f4
        Reviewed-on: https://gerrit.libreoffice.org/55248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        (cherry picked from commit 5ea927288a35ea7d5d8747185278b920c1779f50)
        Reviewed-on: https://gerrit.libreoffice.org/55250

2018-06-03  Caolán McNamara  <caolanm@redhat.com>  [593a736378ffe88cdad128073c134db616cb24eb]

        coverity#708674 Uninitialized scalar field
        
        Change-Id: Icbd707fc5bcdad58592ab80c095ad0b1d655786c
        Reviewed-on: https://gerrit.libreoffice.org/55215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-06-03  Andras Timar  <andras.timar@collabora.com>  [a7abf9aaa1c4841299fbaa5828a0b66d4e26a62a]

        Updated core Project: translations  7694d4b44bce4bb41eacdc3381e002e6ebcc0afb
        
        Updated Slovenian translations
        
        Change-Id: I7b246b8245d173d2cfe726975c66e3abba1f81df
        

2018-06-02  Caolán McNamara  <caolanm@redhat.com>  [508411a4eb17174beb255972659d38c3cd85b4e2]

        fix dubious cache comparison check
        
        in...
        
        commit 083b7ca26bbf4b9bad2922520caaf5c0227dac5e
        Date:   Tue Dec 26 15:58:21 2017 +0100
        
            Move PhysicalFontFace member of FontSelectPattern
        
        this went from...
        
            if (
                (rA.mpFontData && rA.mpFontData->IsSymbolFont()) ||
                (rB.mpFontData && rB.mpFontData->IsSymbolFont())
               )
        
        to ...
        
             if (rA.IsSymbolFont() && rB.IsSymbolFont())
             {
        
        Change-Id: I1407573dfa73ac843b790ff3bc4ac0d5f66ab42c
        Reviewed-on: https://gerrit.libreoffice.org/55184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-02  Caolán McNamara  <caolanm@redhat.com>  [833a76113d588b0e7ce375ccdeca0bde516a2647]

        Resolves: tdf#101798 ResetClipRegion needs to affect cairo drawing too
        
        regression since...
        
        commit cb382034b061b4acd4f0fd490f42af34517a7b8d
        Date:   Fri Jul 1 14:00:00 2016 +0200
        
            tdf#50613 speedup fat line drawing on linux using cairo
        
        Change-Id: I2f1a70f102786228d52199df9960336218c6f9f9
        Reviewed-on: https://gerrit.libreoffice.org/55181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [45aefcf77233ae01ff71e6649e8df396a2a7e7f5]

        A few assorted improvements to translatable strings before freeze
        
        Change-Id: I30d315e0c82afc112cdb4fef17339c1b78b5643a
        (cherry picked from commit 96895d6a7d07f51a59d8775d5a4fb268e9f075d1)
        Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-on: https://gerrit.libreoffice.org/55202

2018-06-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [96c393155735265dad3169c6ec76e6e24bae71c8]

        Updated core Project: help  ac2e145b210aa8ab70ef3e2ea1c7a45bd964a43e
        
        tdf#58134 Some Options settings cannot be reset
        
        Add warnings in help pages when some options cannot be reset.
        
        This patch does not close the bug, which in some cases is a
        bug in the dialog controller.
        
        Change-Id: Ie6d0019a9c6611c2ad8784f593ceefa5748bf56b
        Reviewed-on: https://gerrit.libreoffice.org/55104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-06-01  Stephan Bergmann  <sbergman@redhat.com>  [fc988abb4110112be48e80320ddce69961b9a83a]

        --enable-gio also for --disable-gtk --enable-gtk3
        
        ...as is used by the Flatpak build.  Other settings only checked in that block
        controlled by ENABLE_GTK, and thus potentially erronously left empty for
        --disable-gtk --enable-gtk3 builds, are GTHREAD- and GTK_PRINT-related settings.
        GTHREAD_LIBS is explicitly used in vcl/Library_vclplug_gtk3.mk even, but it
        being empty apparently has no negative effects, so leave it at that for now.
        On the GTK_PRINT-related settings, Caolan commented on IRC:  "ENABLE_GTK_PRINT
        is probably best removed entirely I guess, it didn't work out and they're
        redoing the dialog in upstream gtk again I'm told."
        
        Change-Id: I7e026c0ac9b23e7ace2c2e92390bdcc3be7d39a3
        Reviewed-on: https://gerrit.libreoffice.org/55127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        (cherry picked from commit b5dd045bf533a2ba4d1c98debe5a2acba4c8b486)
        Reviewed-on: https://gerrit.libreoffice.org/55162

2018-06-01  Caolán McNamara  <caolanm@redhat.com>  [8d3b0d35e67bfdaa3961931bfb70dfd87668718e]

        connect up accessibility location
        
        Change-Id: I226e42cf6bd7aa455514439f7303b490aa6d192d
        Reviewed-on: https://gerrit.libreoffice.org/55138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-06-01  Julien Nabet  <serval2412@yahoo.fr>  [b0f1093207ed086c30d72f30fc2c04d81c4c8a21]

        tdf#117915: fix mix of Bullet Tooltips
        
        Change-Id: I2e330d0a716b3acbe02102e58d52b938feffcecc
        Reviewed-on: https://gerrit.libreoffice.org/55145
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        (cherry picked from commit bb68da55f759f1a099358ff53237e2c12a55770c)
        Reviewed-on: https://gerrit.libreoffice.org/55158
        Tested-by: Jenkins <ci@libreoffice.org>

2018-06-01  Mark Hung  <marklh9@gmail.com>  [b2a47dd3c63e38c2e37ee8036ee1cddb3bb4c695]

        svx/sw: set ruby position correctly in the ruby dialog.
        
        Change-Id: I7ddce601bd7204e5696b601c6f8cd16619017aa2
        Reviewed-on: https://gerrit.libreoffice.org/54881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        (cherry picked from commit 45cdce55093abb742e4e51de7a1542edd9b9e7b2)
        Reviewed-on: https://gerrit.libreoffice.org/55077
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-01  Caolán McNamara  <caolanm@redhat.com>  [32581ff2f5f99883802253d809c9f760b855c934]

        Resolves: tdf#116268 use on/off data, not pos to determine which is which
        
        Change-Id: I73127bc6ea78daaf1e79596067c1cdeb692e1566
        Reviewed-on: https://gerrit.libreoffice.org/55133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-06-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [37098d5b3fc6e1218e5a3465df8bac2882abf5c7]

        Updated core Project: help  9969ea3317dd159479553c6d0e747ec4ba22aacb
        
        Update documentation for augmented AutoCorrect formatting feature
        
        After two years.
        
        See core commits 6bfe94a631b5c5029a1f96a52b000d25e33bad4a
        and 125ea721e1988bb815ef8c72ef58d00938e3e45a.
        
        Change-Id: Ie966813ef1f8b4a82bdb7478b9565cf3a8702ab2
        (cherry picked from commit 5c2b056fd305b90dfbe4dc7168c8c1208ec0a41c)
        Reviewed-on: https://gerrit.libreoffice.org/55150
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-31  Caolán McNamara  <caolanm@redhat.com>  [d406785b057811e49e74abd62c45abe8fcaa782d]

        tdf#117537 block rentry to CheckAndMarkUnknownFont
        
        Change-Id: I70e75a39d13e93e929c7aef5407b1100bb2a7c12
        Reviewed-on: https://gerrit.libreoffice.org/55130
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-31  Caolán McNamara  <caolanm@redhat.com>  [91d8af2c5cf4e8ec0f1ce0e532e0c896de77750b]

        focus rect for value set
        
        Change-Id: I208cf42db4256bb7286222781cf2bf29f843c673
        Reviewed-on: https://gerrit.libreoffice.org/55122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-31  Caolán McNamara  <caolanm@redhat.com>  [2a0d8106a558845357d39648656e08ec6f091cf8]

        tdf#117864 TransferableHelper::GetSystemClipboard requires a focus window
        
        Change-Id: Ibd9b9218cf12e80db1fc9a70bdbab38d3df950f7
        Reviewed-on: https://gerrit.libreoffice.org/55074
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-31  Caolán McNamara  <caolanm@redhat.com>  [f5f182e6d0894576d9e16d3de26eaacb2236a171]

        RTL support for custom widgets
        
        Change-Id: I34038f047c002a1ec1276f8c523db0e1c4d29065
        Reviewed-on: https://gerrit.libreoffice.org/55102
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-31  Caolán McNamara  <caolanm@redhat.com>  [e547b1a36061f3ece12baa348bdd3814aa745ae4]

        tdf#117859 crash in Tab Color a11y
        
        Change-Id: I935f0b1a28b483fad70caf7af96742dee74916ad
        Reviewed-on: https://gerrit.libreoffice.org/55089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d96e30a157230d9ad60cddab47dc9b727849f7de]

        Fix condition
        
        Change-Id: I977eae208bd12886d25679d4c75308d51245766a
        Reviewed-on: https://gerrit.libreoffice.org/55057
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 29f0c9d344bfe2e09727fd9b9aa88e8c7bf361e2)
        Reviewed-on: https://gerrit.libreoffice.org/55067
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f250fe68c6448ccaefd6665cd6ca3bdd85a6c5bb]

        Load ODF signature line signed images
        
        Change-Id: I7684d4747c4977103fcc3dca62f5d1c28a0836bf
        Reviewed-on: https://gerrit.libreoffice.org/55056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 4315aea624635af540cdc5a497f5a9b607f52f2b)
        Reviewed-on: https://gerrit.libreoffice.org/55066
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-30  Xisco Fauli  <xiscofauli@libreoffice.org>  [f36ee4afb97ff61c65e197876767bfb6d80c07cc]

        tdf#111988 Bump OSX version in README
        
        Change-Id: I41a5be165af21c197c4f9d4f40f0ff27c80a7168
        Reviewed-on: https://gerrit.libreoffice.org/55061
        Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit 272577e68abe764ab05fe227e3cd7d185c59a900)
        Reviewed-on: https://gerrit.libreoffice.org/55091
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-05-30  Tor Lillqvist  <tml@collabora.com>  [8fb4b2548289db4d36a7becd249fef20e7d76b86]

        tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."
        
        Instead, never participate in the macOS system full-screen mode. There
        is just too much complexity involved, and the way LibreOffice works
        really isn't prepared for the concept of windows having the option
        from a system point of view to being full-screenable or not.
        
        This means that the green bubble in window title bars changes from
        being a (system) full-screen toggle to being a maximize/restore
        toggle. Sure, the "maximize" concept also probably can be confused
        with LibreOffice's own full-screen concept.
        
        For instance, the Start Centre window is not expecting to be made
        full-screen. Still, when you from the Start Centre open a Writer
        document, it is the *same* window that is re-used as the Writer
        window, and then suddenly should be prepared to handle going
        full-screen.
        
        Also, it is up to each separate kind of document window whether it can
        be made full-screen (from the LibreOffice point of view) or not.
        Writer windows can, but Impress windows can't, for example. The
        View>Full Screen menu entry is added separately each case.
        
        Maybe I will come back to this mess later, or not. Anybody else is
        welcome to have a go, too, of course.
        
        This reverts commit 4b42fd7e9516fbbd8a92d97680524f32dd260fb2.
        
        Change-Id: I6983481cbd30c0e5190c450483b1246006c80632
        Reviewed-on: https://gerrit.libreoffice.org/55049
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit c1452e73091412ba0bb72306329e1912df2ba513)
        Reviewed-on: https://gerrit.libreoffice.org/55065

2018-05-30  Takeshi Abe  <tabe@fixedpoint.jp>  [f5e804587a2dd0e2f745ebe507a2efb9fc1e8a4e]

        sc: Insert a space for consistency
        
        Change-Id: Ifb1429eb3ad6d1093a7b5126ea3d15c4509cf8cc
        Reviewed-on: https://gerrit.libreoffice.org/54981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 4534da9dabe162d094bfef204d41b2d43e47c217)
        Reviewed-on: https://gerrit.libreoffice.org/55072
        Tested-by: Eike Rathke <erack@redhat.com>

2018-05-30  Eike Rathke  <erack@redhat.com>  [960ec1180b73a5dc0445e7da229c7df9438ce450]

        Resolves: tdf#117819 append trailing '0' as needed before separator insertion
        
        To insert separators, literal strings between digits and other,
        the formatter operates backwards on the string obtained from
        doubleToUString() cleaned of the decimal separator. The number of
        decimals returned by doubleToUString() may be less than the
        decimals of the number format as entered by the user, which lead
        to separators inserted at wrong positions. This wrong behavior was
        triggered respectively made more obvious by
        
            commit 0f6203edf74832f84d8263d7a544d679203a4efc
            CommitDate: Wed Jan 13 14:47:57 2016 +0100
        
                tdf#96918 display accurate integer double values up to (2^53)-1
        
        which for integer values returns at most 15 decimals ('0' in this
        case).
        
        Before operating on the decimals' part ensure that the number of
        decimals matches the digits requested, and if shorter append
        trailing '0' characters for the required amount so the separators
        (and other strings) are inserted at the correct positions.
        
        Change-Id: Ic02652699ea7d6fae3b2b3348f6f7d183319e043
        Reviewed-on: https://gerrit.libreoffice.org/55039
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        (cherry picked from commit 8b43f58891d4b422a8934050d839b0c2c1e3a18a)
        Reviewed-on: https://gerrit.libreoffice.org/55059
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d71eb1e4476d7abfe25306338527a359cd22ba09]

        tdf#116498 Use win metrics for 'DIN Light' font
        
        This adds a special treatment for fonts which rely on the win metrics
        for correct line spacing calculation.
        
        At the moment, only 'DIN Light' is known to need that treatment.
        
        Change-Id: Idd9fd6f63083ab7a706e0cbcd33a947d4949d4e9
        Reviewed-on: https://gerrit.libreoffice.org/53962
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        (cherry picked from commit 2f529db909f99a2a503ca0347a9d70742b7f05ba)
        Reviewed-on: https://gerrit.libreoffice.org/55047
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-30  Caolán McNamara  <caolanm@redhat.com>  [e42f6174d30c9f2211bdaffdefb011eeb9ead1fc]

        forcepoint#43 endless update ole2 preview recursion
        
        Change-Id: I7a6a52d2ea63f840a8a1800fdf7039b1e7b24cdc
        Reviewed-on: https://gerrit.libreoffice.org/55003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-30  Caolán McNamara  <caolanm@redhat.com>  [23fc0ee3a02347e1a8641e81fd3246a5cb11f94c]

        tdf#117862 crash in profile export dialog
        
        Change-Id: Ibb1ab10707262e8f0d36a805ab08562a5f0fecf4
        Reviewed-on: https://gerrit.libreoffice.org/55034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [af51fb638528c8fd6b2b49383828ead6e7b19406]

        disable part of VclComplexTextTest::testArabic
        
        fails sporadically on one of the windows buildboxes, Khaled might be
        able to get to it in a few weeks
        
        Change-Id: I65ebb8ad1e2ae08308d2ac150b88a393c134f715
        Reviewed-on: https://gerrit.libreoffice.org/54906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 39eecc510667c8b1be9d3a031f7a30ae5be18040)
        Reviewed-on: https://gerrit.libreoffice.org/54956
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [c520c7de690b0de826467758bfd9313b287e1956]

        tdf#100756 slowdown in manipulating spreadsheet via UNO
        
        regression from
            commit 5bce32904091ffe28884fd5c0f4801ee82bad101
            SfxHint: convert home-grown RTTI to normal C++ RTTI
        
        the cost does seem in this case to be mostly the dynamic_cast, but since
        we don't need it anymore, just remove it
        
        Change-Id: Icbf51b89c036b86cfb3e4c2a827228ccf25bb3a6
        Reviewed-on: https://gerrit.libreoffice.org/54899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 06f86d544c8017c2e736bc77db27dd623853770b)
        Reviewed-on: https://gerrit.libreoffice.org/54916

2018-05-30  Tor Lillqvist  <tml@collabora.com>  [7753fe2d3a6ffd421af4fb4ce4dcebbf0377a765]

        tdf#117850: Just call _Exit() in our applicationWillTerminate:
        
        Sure, it is just a workaround, but a very effective workaround.
        
        Change-Id: Id0daff048a27dae5cf8fb5e0e949c5b21e03fc86
        Reviewed-on: https://gerrit.libreoffice.org/54924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit aa81a086bd3dcd7d6b830951619f310bd0aff30c)
        Reviewed-on: https://gerrit.libreoffice.org/54991

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [49a10ec8ce1f92a29b7ee9f8660b313d1d5c5c5b]

        these spinbuttons should be focusable
        
        Change-Id: I5af98ef0815f91b8c615441299eb43d602ebf57b
        Reviewed-on: https://gerrit.libreoffice.org/55026
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [eff752aec065d02a98693fff6c12092cb3c35176]

        weld SvxTransformTabDialog
        
        Change-Id: Ib6dabd04e3f834b61363d5a620de7f0219a1e644
        Reviewed-on: https://gerrit.libreoffice.org/55018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [efdc9425394e790c325644cd32f537341594f0b8]

        we need to be able to query the ranges before creating the pages
        
        so don't create the pages until the first execute
        
        Change-Id: I5ecc31d5a08bae44c0a912e39b786420f2da86ee
        Reviewed-on: https://gerrit.libreoffice.org/55015
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [5dc1b50e952765b160395aef15730c71864786ff]

        disable inconsistent when setting true/false
        
        Change-Id: Ib612e7f38c7a1a638d69af2a6d26f1293fe0c8da
        Reviewed-on: https://gerrit.libreoffice.org/55017
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [9773f6140e9c990f6f7e4ea366580cb94bd1539c]

        only get notified for user events, not api ones
        
        Change-Id: I4cbede587ed4de7950fd7ca435902baa26c8faf5
        Reviewed-on: https://gerrit.libreoffice.org/55014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [91ea25d7579ac1830e428fcefbf522c0b4da2a97]

        fix pow by digits
        
        Change-Id: I715b85fa1c1e3f6c391c742f861e3791a505a570
        Reviewed-on: https://gerrit.libreoffice.org/55013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [cb65109caf5ba5b2c04202464a435c658a4a1ccc]

        remember button pressed to reuse for move
        
        Change-Id: I4a7f5bb8e46e190f33150f666a653bfc04957a0f
        Reviewed-on: https://gerrit.libreoffice.org/55016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [379a83359f93fa34799e116c38532f43d0534265]

        Resolves: tdf#117712 closing help crashes
        
        since...
        
        commit 9fa32e5dce345dea17129587c401c03520fb398b
        Date:   Wed May 16 11:54:52 2018 +0200
        
            fix leak of HelpListener_Impl in SfxHelpWindow_Impl
        
        Change-Id: I7e2cbb5d0c69e96fc7f2e1cc0c5563203c1f3dce
        Reviewed-on: https://gerrit.libreoffice.org/55025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [02a924831933d964cda209897bab27c48803c891]

        tdf#117503 DOCX import: fix out of sync first/later top margin
        
        Improve the synchronization between the first page and follow page
        style, so that when the DOC export invokes
        sw::util::IsPlausableSingleWordSection(), it recognizes that originally
        these were the same Word section.
        
        If they don't match up, then the exporter will insert an explicit
        section break, meaning we get one more page in the export result
        compared to the original.
        
        (cherry picked from commit b7ae863efeb082816cc4fe660527a9650d90e186)
        
        Change-Id: I336cf347698187cdede47be2659cec51e4381e85
        Reviewed-on: https://gerrit.libreoffice.org/54988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [f78dbaad37f7b0ec08686a6aa31984ad11c631aa]

        weld SvxSwPosSizeTabPage
        
        Change-Id: I51c83ec801884a07f7920309535a58b55171b0be
        Reviewed-on: https://gerrit.libreoffice.org/54979
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [2963892215398615fb459eb108b8cb52a4776c2e]

        UITest_calc_tests: disable randomly failing assert for now
        
        make -sr UITest_calc_tests
        UITEST_TEST_NAME="tdf53482.tdf53482.test_tdf53482_Range_contains_column_headings_file"
        
        passed for me 10 times in a row without problems after this, while 'make
        check' randomly fails here & there since the introduction of this test.
        
        (cherry picked from commit 27cc0064a8a52c9000d0249581e80fe7a0c8a7b6)
        
        Change-Id: I5c3eae027297e0b488cf72161815239a8b03aa60
        Reviewed-on: https://gerrit.libreoffice.org/55001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [94762fbc8dcb3b7fe6d535374915db7e7ab95937]

        weld SvxAngleTabPage
        
        Change-Id: I03bd0a6a0805d549570ce44030a0f58ca2b98d05
        Reviewed-on: https://gerrit.libreoffice.org/54987
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [096692d397b086775d68a29a905d8883184b70a4]

        toggle should trigger only through ui
        
        Change-Id: I15619dad2189f81a074f8b9649c4e8b756120f2c
        Reviewed-on: https://gerrit.libreoffice.org/54971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [41b0c3c789c3423b2e25fd3e219e1c631883fdf5]

        tdf#117172 - Image context menu Save fails to do anything
        
        Change-Id: I5c0980d85ef5ed050bfafbc368576c5ad72a80a7
        Reviewed-on: https://gerrit.libreoffice.org/54359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 796bee47e90efee7c076f6acdc2a95004ed081d0)
        Reviewed-on: https://gerrit.libreoffice.org/54930
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [f2d5ba04a7660ecea326d90d08ec8002462883a5]

        forcepoint#42 check available str length
        
        Change-Id: Ie476968ddaa4c3e5475ae9aa6133e7aba38d5975
        Reviewed-on: https://gerrit.libreoffice.org/54977
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [f532decefb7881eb5f56864db9fcfd5d2ba85ee4]

        forcepoint#41 null deref
        
        Change-Id: I16e9e083811c6e14861da1ba1df7d46e8c8771d7
        Reviewed-on: https://gerrit.libreoffice.org/54973
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [9f1fb000a50f38e45b68b4cb14cb4f7f9c514f82]

        weld SvxSlantTabPage
        
        Change-Id: Ib3b1bf1fa434c63b66f388a1f1815787b642fb88
        Reviewed-on: https://gerrit.libreoffice.org/54967
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [d9f2a3e005f10bbb3426bc21b08ed55ffdc00b76]

        forcepoint#40 null deref
        
        presumably since
        
        commit 0098bee792c3e208ea4f6ef1c676958d3f4cd207
        Date:   Thu Sep 21 06:48:09 2017 +0200
        
            tdf#112501: Pivot table: popupbuttons are placed on wrong cells
        
        Change-Id: I5413c0ba06fca25cb22256a20ef9640767dd9e50
        Reviewed-on: https://gerrit.libreoffice.org/54969
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [ee74e5638ace7daca188c55c29957ce92b289fbb]

        coverity#1435838 Uninitialized scalar field
        
        Change-Id: I76446f3d70f3385b78ee382b265439765176f4f5
        Reviewed-on: https://gerrit.libreoffice.org/54966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Caolán McNamara  <caolanm@redhat.com>  [7ea2b86a7f82860be35bd1f7a4597d33cc82cef6]

        weld SvxPositionSizeTabPage
        
        Change-Id: Ic642d6ab2470a14b3a1d83284407fc690d5eba88
        Reviewed-on: https://gerrit.libreoffice.org/54975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-29  Julien Nabet  <serval2412@yahoo.fr>  [570279baa7df076413cc6b4f9220a07248db0c1b]

        tdf#117446: FB mig, (VAR)BINARY, fix memory management
        
        By default, 8000 bytes are allocated for VARBINARY
        The pb is we can need more.
        See https://bugs.documentfoundation.org/show_bug.cgi?id=117446#c6
        
        Change-Id: I0ef5811dc01a587491bd9345129d1a41a4d9f095
        Reviewed-on: https://gerrit.libreoffice.org/54863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 54ddc4ff4c2ff7e8b2c502d6b475cfdc9b8e3cec)
        Reviewed-on: https://gerrit.libreoffice.org/54963
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-28  Caolán McNamara  <caolanm@redhat.com>  [c3a9610e66f0577cb5db3b166b11492ae5b33555]

        fix up position of anchor widget
        
        Change-Id: I35823a4c84f6134bf9b005fb1ab6df12d716d14e
        Reviewed-on: https://gerrit.libreoffice.org/54942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Caolán McNamara  <caolanm@redhat.com>  [aa9eaa396ef7bbe6955bb1053e4f76121ea38923]

        coverity#1435837 Uninitialized scalar field
        
        Change-Id: Ie2d78756019fe48167515c6022cd564a969cd90e
        Reviewed-on: https://gerrit.libreoffice.org/54937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [d1ceb421883fd4c05d146c109f906127d2b2ee31]

        loplugin:unusedfields
        
        Change-Id: I625b73152c0c277c6e0ce3e24e4704094fc4e8ff
        Reviewed-on: https://gerrit.libreoffice.org/54822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit 96d7c67d98527b1ccc1cfba3ca817238e582d63b)
        Reviewed-on: https://gerrit.libreoffice.org/54943
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Caolán McNamara  <caolanm@redhat.com>  [d78da37b5250cbc94c553e4ee2d542a35e3eb293]

        weld ScTabBgColorDlg
        
        Change-Id: I864382bc55dead850c13faae9958fb660fd4f156
        Reviewed-on: https://gerrit.libreoffice.org/54920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [3341435d7916c209c7613d594f78059ba112495b]

        loplugin:passstuffbyref
        
        Change-Id: I785e96599bbda029adf4698d11d7f981750dec07
        Reviewed-on: https://gerrit.libreoffice.org/54802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        (cherry picked from commit ff3bdde2527123fc9e011ff0d93e958174632186)
        Reviewed-on: https://gerrit.libreoffice.org/54914
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Caolán McNamara  <caolanm@redhat.com>  [20c6ab6b492d360faafeb857ef51bc0da5f645f6]

        tdf#117628 crash after closing media player with X11 backend
        
        Change-Id: I812da5ddf7343573f93ea64e592442edb31cad2d
        Reviewed-on: https://gerrit.libreoffice.org/54911
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-28  Caolán McNamara  <caolanm@redhat.com>  [95ed8c0c76c18e773c5484b8b27c36805fcc7b9b]

        tdf#117601 a11y crash after merging cells
        
        this is similar to tdf#87199, in this case the accessibiles for the merged
        cells are not visible so not removed when their frame is deleted, but remain
        in the cache pointing to invalid frames.
        
        Change-Id: Ibc5b9f27541683b8f3604839fa3d1431380a4039
        Reviewed-on: https://gerrit.libreoffice.org/54902
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-28  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [ba5b318fd04d056d5301fba43bd3953e7c8c181f]

        tdf#117481 Karasa Jaga: Add dbaccess icons for base sidebar
        
        Change-Id: I5174261484c64a6f223c4a2e197d0e042c3581e4
        Reviewed-on: https://gerrit.libreoffice.org/54787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        (cherry picked from commit 18c85f770bca04f71b03c4ca06da1a0488842512)
        Reviewed-on: https://gerrit.libreoffice.org/54898
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-28  Mike Kaganski  <mike.kaganski@collabora.com>  [da49f4aeb8d5e9a7d2cba8855d911e7cc1d2f1e2]

        tdf#38225: update API name when renaming using a base class ref
        
        ... but don't update it in case it's a predefined API name
        
        Change-Id: I20075a4e085bdeab8374860c16e7eb2a72772c33
        Reviewed-on: https://gerrit.libreoffice.org/54879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        (cherry picked from commit 8a648b82f85d4b0eed67067ed2ddc211ad64ce72)
        Reviewed-on: https://gerrit.libreoffice.org/54887

2018-05-27  Caolán McNamara  <caolanm@redhat.com>  [d238a5e47b8cf9a484c8f881c3c01da10b340603]

        Text Attributes launches a dialog so add ellipsis
        
        Change-Id: Ic1725e78a34cc5fc7b76c272d4191266966a2b13
        Reviewed-on: https://gerrit.libreoffice.org/54885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f098d328439a8acece7d871020cf184e0e14930]

        tdf#113143 PDF export: fix mis-scaled JPGs on Impress note pages
        
        This is really similar to commit
        4c2172a3e973bc6351107a3a1b554c77b40b75dd (tdf#106702 PDF export: fix
        missing images from Writer headers/footers, 2018-05-22) just this one is
        about the size of the output rectangle for JPG content, while the
        previous problem was about the position of them.
        
        Also extract PdfExportTest::exportAndParse() from the last two tests to
        avoid duplication.
        
        (cherry picked from commit 89dc667cebfec5315f0c0361e49d759e88458689)
        
        Change-Id: I9812924d505e9fdaca2a95b4990e7aaa5e44fd7f
        Reviewed-on: https://gerrit.libreoffice.org/54792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-27  Julien Nabet  <serval2412@yahoo.fr>  [afa0d13b528a5afe453bc2fa501b6dbc8d6804b5]

        tdf#117821: fix copy-paste wrong control type
        
        Since 5ad8376d1698026ccab0634605fdb17ea3c59f3a
        Resolves: tdf#111080 framework user of convert menu needs action names set
        2017-08-08
        
        Change-Id: I2ec8358005e335941bd1c2530f30ce696d3e808f
        Reviewed-on: https://gerrit.libreoffice.org/54865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit 1e9e01dff0a8d65bb10d5a886cca7899b43979da)
        Reviewed-on: https://gerrit.libreoffice.org/54870
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-05-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bd867941b09d2978e1791a026d581d66f202a65b]

        Updated core Project: help  68a448eb80ce2127001d65af18a48ac4616effbd
        
        Add GDPR in online help
        
        Change-Id: Ic752beee3901bd9963deb4782702a1de745b5406
        Reviewed-on: https://gerrit.libreoffice.org/54785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        (cherry picked from commit 0affb71917d215b6d76eb5983a39c726fed53f29)
        Reviewed-on: https://gerrit.libreoffice.org/54869
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-26  Michael Meeks  <michael.meeks@collabora.com>  [1360a86cc3ccbe228acf2428a5e230cdf030bfde]

        Re-enable threading for formula groups for now.
        
        As agreed at the ESC - lets see how this goes for 6.1
        
        This reverts commit 4696d3728f0aba1087001bc543fc0867dd0ebdda.
        
        Change-Id: Ic2be53c53dd7573972cd54c390443dc136739b6c
        Reviewed-on: https://gerrit.libreoffice.org/54774
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit a9a15e59d6648223f751a43447676d144aa3fd58)
        Reviewed-on: https://gerrit.libreoffice.org/54826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-05-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [14257916b872103b0c8e998499d3e30c94c7b9bb]

        Updated core Project: help  6663ebc908563da96fcd68acc22c93e501daa4ed
        
        Fix typos
        
        Change-Id: I50e06c9bc42c1e5529074e944b9f1ed37f0a7385
        Reviewed-on: https://gerrit.libreoffice.org/54784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        (cherry picked from commit e35e77e62e90d709633304a45bdc0d430595a01a)
        Reviewed-on: https://gerrit.libreoffice.org/54828
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-24  Tor Lillqvist  <tml@collabora.com>  [31c12e0b19edad32d1ae2aea4f8923056dff594e]

        tdf#77444: Follow-up fix: Guard against GetSalData()->mpInstance being null
        
        Can happen at least when LibreOffice is started from the command line
        using the 'open' command line and passed a file name.
        
        Change-Id: I93145974a56e124550579cae8fd69ccb4a7d3bda
        Reviewed-on: https://gerrit.libreoffice.org/54758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        (cherry picked from commit 158da8687f043dd5e38dce4e9c3a79c314d507e1)
        Reviewed-on: https://gerrit.libreoffice.org/54777
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-05-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fde8bf6bd16b5f3c6ab84e5139523a12ae8af0d1]

        bump product version to 6.1.0.0.beta1+
        
        Change-Id: Iaac16262c7d5d4b14d605af26e9c3bdd016b059e

2018-05-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0bb6c991aae197d79282ca0c1fdccb0f2a757389]

        Branch libreoffice-6-1
        
        This is 'libreoffice-6-1' - the stable branch for the 6.1.x releases.
        The commit rules are different according to the development phase:
        
        A. 6.1.0 beta phase:
        
           A. any bug fixes are allowed without review
           B. late features need approval by 3 people with different affiliation
        
        B. 6.1.0 rc phase and later:
        
           A. fixes need approval by one reviewer
           B. late features need approval by 3 more people with different affiliation
        
        IMPORTANT: Every developer is responsible for pushing the fixes into all
                  appropriate branches. Note that we do not plan any merge
                  from this branch to master or vice versa.
        
        Please, help use to make stable and usable release. If you want to build
        something cool, unstable, and risky, use master.
        
        Change-Id: I004b74c542a12c7eee5623a345a9efabb0402f4e

2018-05-24  Luboš Luňák  <l.lunak@collabora.com>  [3a801799536e6870f2fb111b1cc00b9575a35a39]

        optimize ScColumn::HandleRefArrayForParallelism()
        
        Change-Id: I53b7f514be2e015445eb9cb0471c22d41c464e4e
        Reviewed-on: https://gerrit.libreoffice.org/54767
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-24  Luboš Luňák  <l.lunak@collabora.com>  [8f7eb6edfa5cc561d52060f44128d4c0e5d439bf]

        avoid CELLTYPE_EDIT for calc's threaded calculations
        
        Since ScEditUtils::GetString() requires EditEngine, which is probably not
        completely thread-safe.
        
        Change-Id: Ie3d64f56b76a5861fa4b0a1f9cb683cd26806b35
        Reviewed-on: https://gerrit.libreoffice.org/54766
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-24  Mark Hung  <marklh9@gmail.com>  [e87cc12eaf53efa9b221eae7167ea15bc7896752]

        tdf#106390 Intersect the table borders with upper frames.
        
        Also removes dead code because SwTabFramePainter::Insert()
        is always called with a cell frame and IsTabFrame() always
        returns false.
        
        Change-Id: I2505d876d20e44ded1faf760bc3b7b1d34b0fd8d
        Reviewed-on: https://gerrit.libreoffice.org/54684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [47d53d6929d449b0b53dc73eddf29fe9c18fb49e]

        this should be a ref
        
        mistake in commit
            commit f6063153db8951ca21ac3a2e36973f1d73eda4d1
            tdf#117706 Multi-select copying rows between sheets broken
        noticed by erack
        
        Change-Id: Ia5ed3726c8f02750eec3551f7dd908120edb2553
        Reviewed-on: https://gerrit.libreoffice.org/54765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [68f182066a8e2efa6d70abb1f568775fc48c608a]

        ofz#8490 stack exhaustion
        
        a linear loop builds a recursive structure, if it gets too deep then later
        processing, e.g. releasing the tree, can exhaust stack
        
        Change-Id: I4421b9bae62ac2b6ffe32531d1167a482103bfde
        Reviewed-on: https://gerrit.libreoffice.org/54762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-24  Tor Lillqvist  <tml@collabora.com>  [4b42fd7e9516fbbd8a92d97680524f32dd260fb2]

        tdf#115284: Unify LibreOffice and system full-screen concepts on macOS
        
        Also tdf#76476, and probably more.
        
        Make it so that when a window is in full-screen mode from
        LibreOffice's point of view, it is also full-screen from the system's
        point of view, and vice versa.
        
        All three ways to enter and leave full-screen mode can now be used
        with the same end result: The Ctrl-Cmd-F shortcut, the "View > Full
        Screen" menu entry, and the green bubble on the title bar.
        
        Don't disable/deactivate/etc menus while in full-screen mode. The menu
        auto-hides so there is no harm in having it function normally.
        
        Don't display the floating toolbar with a single "Full Screen" button
        in it as the way to leave full-screen mode. Instead, the same three
        ways that can be used to enter full-screen mode work to leave it, too.
        
        Sadly I could not figure out a way to set a window properly to
        full-screen at the point where a document window is created and set to
        be the same size as that kind of document window was the previous time
        it was open in LibreOffice. Thus don't save state for full-screen
        windows as we can't properly restore them. At least not for macOS. It
        is not good to just restore them as non-full-screened but still at the
        size they had when full-screen.
        
        One irritating glitch remains, and I was unable to fix that properly:
        I now prevent closing the document window that is in full-screen mode.
        Otherwise, if it is closed, the full-screen mode remains even if no
        window is open there; the desktop is completely black. Moving the
        cursor to the top edge, the LibreOffice menu is there, though. I tried
        to fix that but with no fully satisfying result. (Some attempts even
        lead to crashes, so just disabling closing is better than crashing at
        least.)
        
        Change-Id: Id909077ef9de9f19d48c8b9ad10d748a65b2417f
        Reviewed-on: https://gerrit.libreoffice.org/54760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3259f917545abcb8f325c42db3a81e0b9d4ad7fe]

        Updated core Project: help  31d3025c0610319fd545b52f41211f86530eedec
        
        tdf#117752 HID for table background in Writer
        
        Change-Id: Iba29f40457261d833c01c53ca3d9f530887fb0b6
        Reviewed-on: https://gerrit.libreoffice.org/54714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [83963ecdbde99017810314824379fdc6e2a3a4a5]

        Updated core Project: translations  ed31445a5c607b49bf71cd37055578de6785cb85
        
        update translations for master/6.1 beta1
        
        Change-Id: Ib85491aac55698f0db45945f3fbaa332e8ec25dc
        

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [eeaf6dee2d278eaa037d95a756ad0ffab3314bc2]

        rework custom widget welding to enable inheritence
        
        Change-Id: I0d391b3fe9d2d610ae41e2a03cd2e195a866e103
        Reviewed-on: https://gerrit.libreoffice.org/54681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [c10928e703366341ab912c42e8959a087a7fa9ff]

        tdf#117706 Multi-select copying rows between sheets broken
        
        regression from
        
           commit 6529cd54c29c5800340530a1b8182c341fbeeafb
           don't use heap for elements in ScRangeList
        
        where I converted some loop variables from pointers to refs, forgetting
        to assigning to a ref is quite different from assigning to a pointer
        
        Change-Id: I4a365006317d16a24cbb1b43994906a0d4b4d424
        Reviewed-on: https://gerrit.libreoffice.org/54756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [b4960947db5652382710e817ed1412eeb9132be6]

        xmlsecurity: Ask current datetime only once
        
        ... and pass it as the sole argument to XMLSignatureHelper::SetDateTime().
        
        Change-Id: I7f3e8dc90bb34ca347a1ad5a79717a338af3bed9
        Reviewed-on: https://gerrit.libreoffice.org/54706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-24  Julien Nabet  <serval2412@yahoo.fr>  [9082e37400baf75296cb94c5588ddeb3d18f0b09]

        tdf#117670: migration Firebird, deal with multiword column
        
        by changing parsing process a bit
        
        Change-Id: I77c06ba218e9bc0d241dbff10f76860d0ca5ed44
        Reviewed-on: https://gerrit.libreoffice.org/54542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [aed4d485df525ef934e0a6bbf6eededb976a9299]

        Resolves: tdf#117737 combobox menu misplaced if wrap-width set
        
        so use ellipsize instead and set the height to one single line
        
        Change-Id: Icb124669410c041880ce468f3cf56fdb4bc1c9f1
        Reviewed-on: https://gerrit.libreoffice.org/54751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-24  Rene Engelhard  <rene@debian.org>  [2624869b231d2f90cf8a2372d3b4c158398c27b5]

        revert accidentially committed part
        
        Change-Id: I778feac0b50390f59a3621279636f8b09ed3def2

2018-05-24  Rene Engelhard  <rene@debian.org>  [66597c10af0ee64c0930726bc9bda22b32e2199e]

        apparmor: allow also /usr/lib{,32,64}/jvm/**/bin/java
        
        since /usr/lib{,32,64}/jvm/**/jre/bin/java doesn't exist since OpenJDK 9
        
        Change-Id: Ic9c052a756ba4a93595595da98148ff22169d333

2018-05-24  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [434ba18afd5ec3e92e2725d649b898e25fcc4813]

        tdf117333 dbahsql: Chain SQLExceptions
        
        Change-Id: Ic24d79f39d9cc36cf229c7410e1f96c4c3d316f9
        Reviewed-on: https://gerrit.libreoffice.org/54671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-24  Samuel Thibault  <sthibault@hypra.fr>  [63f5e757a0453be7a343d74d54f7e61a9070a373]

        libreofficekit: Run gla11y on gtv.ui
        
        Change-Id: I1bb2be7d3636b70018276eb3d6b23ba7ace6e62a
        Reviewed-on: https://gerrit.libreoffice.org/53926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-24  Stephan Bergmann  <sbergman@redhat.com>  [4a89e3fec30b854dd0d767dfb775451d01f1eaf9]

        Properly handle language-specific parts of --with-help=html media/ sub-tree
        
        ...that previously ended up in language-independent parts of installation sets.
        
        The structure of that media/ tree doesn't allow to directly mis-use the existing
        AllLangPackage machinery (which expects the language to be encoded in the first
        pathname segment within the tree; and which is already mis-used for the
        helpcontent2/AllLangPackage_html_lang.mk parts).
        
        So introduce gb_AllLangPackage_add_files_for_lang that allows to specify the
        language explicitly, independent of where it is encoded in the pathname (if at
        all).  The underlying gb_AllLangPackage_add_file sets a
        gb_AllLangPackage_ALLDIRS that is used by `make packageinfo`, which may need
        further fixing by anybody actually using that target; see the mail thread
        starting at
        <https://lists.freedesktop.org/archives/libreoffice/2018-May/080242.html>
        "Broken --with-help=html `make packageinfo`".
        
        All files in $(SRCDIR)/helpcontent2/source/media/ must now explicitly be listed
        in either helpcontent2/Package_html_media.mk (for the language-independent
        files) or helpcontent2/AllLangPackage_html_media_lang.mk (for the language-
        specific files).  Also note the two TODOs in
        helpcontent2/AllLangPackage_html_media_lang.mk.
        
        What is not quite right yet is that content from
        helpcontent2/AllLangPackage_html_lang.mk and
        helpcontent2/AllLangPackage_html_media_lang.mk is ending up in both per-language
        helpcontent installation sets (as intended, via the instructions in
        helpcontent2/CustomTarget_html.mk) and per-language languagepack installation
        sets (which is unintended).  This needs to be fixed with a follow-up commit.
        
        This is the core part of a commit spanning core and helpcontent2.
        
        Change-Id: Ib29e52cf8a3ca7bcd234a8f6919c8eac6157cdbf

2018-05-24  Stephan Bergmann  <sbergman@redhat.com>  [9146dc8850494e564ccf725bcd1861ccb7ce2f65]

        Updated core Project: help  33551e7fd85aa327f76bb343a3740bceb162bbfa
        
        Properly handle language-specific parts of --with-help=html media/ sub-tree
        
        ...that previously ended up in language-independent parts of installation sets.
        
        The structure of that media/ tree doesn't allow to directly mis-use the existing
        AllLangPackage machinery (which expects the language to be encoded in the first
        pathname segment within the tree; and which is already mis-used for the
        helpcontent2/AllLangPackage_html_lang.mk parts).
        
        So introduce gb_AllLangPackage_add_files_for_lang that allows to specify the
        language explicitly, independent of where it is encoded in the pathname (if at
        all).  The underlying gb_AllLangPackage_add_file sets a
        gb_AllLangPackage_ALLDIRS that is used by `make packageinfo`, which may need
        further fixing by anybody actually using that target; see the mail thread
        starting at
        <https://lists.freedesktop.org/archives/libreoffice/2018-May/080242.html>
        "Broken --with-help=html `make packageinfo`".
        
        All files in $(SRCDIR)/helpcontent2/source/media/ must now explicitly be listed
        in either helpcontent2/Package_html_media.mk (for the language-independent
        files) or helpcontent2/AllLangPackage_html_media_lang.mk (for the language-
        specific files).  Also note the two TODOs in
        helpcontent2/AllLangPackage_html_media_lang.mk.
        
        What is not quite right yet is that content from
        helpcontent2/AllLangPackage_html_lang.mk and
        helpcontent2/AllLangPackage_html_media_lang.mk is ending up in both per-language
        helpcontent installation sets (as intended, via the instructions in
        helpcontent2/CustomTarget_html.mk) and per-language languagepack installation
        sets (which is unintended).  This needs to be fixed with a follow-up commit.
        
        This is the helpcontent2 part of a commit spanning core and helpcontent2.
        
        Change-Id: Ie7916b75eee0dde3106e784d19e99fde5bb93195
        Reviewed-on: https://gerrit.libreoffice.org/54749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [482ac12a7438ebf74d64cedc228b40903287273c]

        member can be a ref instead of a pointer
        
        Change-Id: Idb0c27933b42f3aef65f0bce098f9bd7a81dc034

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [4f75ad50619bac31e9037fc0ff148b3d8257d262]

        ScTabViewShell is never optional
        
        Change-Id: I9f42fd6179c0a64cc14a051ca7c9e2ed9300f5c8

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [8f1a64bb0627dc82fce127a723d2e391bf9ddf0d]

        coverity#704702 Dereference after null check
        
        Change-Id: I876ffc1511b2115562039b97961c28d7b30e2c06
        Reviewed-on: https://gerrit.libreoffice.org/54730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [47c830d2ffc641aa0ae359a99ae38f17a1f1090e]

        coverity#1435749 silence Uncaught exception
        
        and
        
        coverity#1399120 Uncaught exception
        
        Change-Id: If411cd6a392636c6ac99f1ae330b16611b24df93

2018-05-24  Caolán McNamara  <caolanm@redhat.com>  [67a3ad8a6685ff8442ccacc1fb3b5848fb64fbba]

        coverity#1435748 silence Unchecked return value
        
        Change-Id: Iba303276f9c9564eb4afe2a9238b009dc8bbc9d3

2018-05-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [95e6c264e69e71d84e5a02ad7ab87ff944cfb17a]

        reduce some unnecessary ScRangeList copying
        
        and reduce unnecessary work in ScRangeList
        
        Change-Id: I0ee767fe28571f75f8a2ff980cea27c97c9797dc
        Reviewed-on: https://gerrit.libreoffice.org/54705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-24  Gulsah Kose  <gulsah.1004@gmail.com>  [2a93d2a4af7bb72b155f91e18239cc1b5bc90a4e]

        [Pardus] tdf#92685 Add insert page count option to header menu
        
        This patch is sponsored by ULAKBIM/Pardus project.
        
        Change-Id: I5ecca4f58ec0ecf6a639153b52a4424af1966820
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/54687
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [23d51ad9343f9be1bac30e0bb2b21963699fdade]

        tdf#42949 Fix IWYU warnings in sd/inc/*
        
        Found with bin/find-unneeded-includes
        Removal proposals are dealt with here
        With fallout management as necessary
        
        Change-Id: Iaef9eec626334c480dd5a2def63bb476350ceebb
        Reviewed-on: https://gerrit.libreoffice.org/54617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb89376797b3eace17afacf764b833287376a486]

        EPUB export: fix gla11y warnings
        
        Change-Id: I4d2ca93ff01e27ee3400adab230cb8679aacdaa9
        Reviewed-on: https://gerrit.libreoffice.org/54727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [451a76ec6f585b23108240454557285f518f89c9]

        Fix typo
        
        Change-Id: I0635a5f4f02a1de222656133bca1ff2da8ce59f6
        Reviewed-on: https://gerrit.libreoffice.org/54711
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-05-24  Tor Lillqvist  <tml@collabora.com>  [232103d09e55309ccb77cf2e481df46a9ae6fe83]

        Add FullScreen bit to WindowStateState
        
        FullScreen in this context means a top-level window that is both
        full-screen from the desktop environment's perspective (which
        depending on the desktop environment might simply mean that it is as
        large as possible to fill its screen, leaving any system menus etc
        visible), *and* is in LibreOffice's full-screen mode (with no toolbars
        or other UI elements except the document contents visible).
        
        Not yet used, will be used in follow-up commits.
        
        Change-Id: Ia6f86e0d2a7c5a621c6f19d897d3b17ba6bfb8b4
        Reviewed-on: https://gerrit.libreoffice.org/54733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-24  Dennis Francis  <dennis.francis@collabora.co.uk>  [25cc0ab3b5d154fffbef27fad4adcf90f36ae92e]

        Calc threading : Check for "self" references...
        
        ...on indirect dependencies too.
        
        Here a self reference to any formula-group
        means if there are any references in a formula
        (of the formula-group itself or any of its dependencies)
        that points to any element inside the formula-group.
        If there are any self-references, then that formula-group
        can't be computed in parallel.
        
        For example, with this patch we can detect the following case:-
          Suppose the formula-group that we want to check is:
          "=(F2+G2-10)*10.0" spanning A2:A100. Let the formula-group
          starting at F2 be "=A1*0.1-10". The indirect dependency
          formula-group starting at F2, references back the elements of
          our original formula-group at A2. This makes the F.G at
          A2 unsafe for parallel computation.
        
        Concretly, this patch fixes a recalc crash on tdf#63638/1
        
        Change-Id: I7b999a34571b191d2f70da6a3831f78b24a6b0a7
        Reviewed-on: https://gerrit.libreoffice.org/54433
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-24  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [1d16a2562577acdaa3624ab02216bef02863619a]

        Remove unnecessary include
        
        Change-Id: I660bc8efd441e9fc5b6f83f69dc632a26add193b
        Reviewed-on: https://gerrit.libreoffice.org/54712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-05-24  Justin Luth  <justin_luth@sil.org>  [8d42de21c10bfefeaffabc5c939e7830a09f7dca]

        revert tdf#76817 ooxmlimport: connect Heading to existing numbers
        
        tdf#50774 has an example document which was broken by 6.1 commit
        8e9e705de29a1a3d9b964c9350aa2a3a17cce6f9.
        
        Reverting does a couple of things:
        -go back to previous behaviour (right or wrong) - no regression.
        -gives an opportunity to find documents broken by reverting -
        i.e. it will give an indication as to which state has more broken
        docs. Can be re-visited in 6.2.
        -gives me an option to escape from this horrible mess without causing
        a regression in a production release of LO.
        
        Change-Id: Ib594b76d5533a0c4807cf70ef706c107e52cddcf
        Reviewed-on: https://gerrit.libreoffice.org/54293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-05-23  andreas kainz  <kainz.a@gmail.com>  [6fecbff9810ae9afc2de8c4d5e9e8a8a511d1f2d]

        tdf#117481 Breeze Add dbaccess icons for base sidebar
        
        Change-Id: I5174261484c64a6f223c4a2e197d0e042c3581e3
        Reviewed-on: https://gerrit.libreoffice.org/54737
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-23  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d541c4548fdc1835cf4fc020dbaa7ed7c2f734d0]

        tdf#117629 Fix FontWork UNO API/SdrPage settings
        
        Change-Id: Id4da3ac2ff9f8bba382512cfafbca323d1002137
        Reviewed-on: https://gerrit.libreoffice.org/54722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-23  andreas kainz  <kainz.a@gmail.com>  [748215da08dba56125e3a671381d1e872bd1ecc7]

        tdf#117481 Elementary: Add dbaccess icons for base sidebar
        
        Change-Id: Ia4e2b0bb7b31671a50acf6659ea3ca83c3dfcb39
        Reviewed-on: https://gerrit.libreoffice.org/54736
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-23  Stephan Bergmann  <sbergman@redhat.com>  [7d35379465058f2a4f944ad622b628bd1ed38ee2]

        Remove leftover "#undef DEBUG"
        
        ...which might have had a purpose in the past, but look unused today.  (DEBUG is
        defined in solenv/gbuild/gbuild.mk iff dbglevel >= 2, and `make
        Library_xsec_xmlsec dbglevel=2` doesn't run into any problems for me with the
        undefs removed.)
        
        Change-Id: I7f941e8c2d454f4206fb17bc791247606ffe6309
        Reviewed-on: https://gerrit.libreoffice.org/54718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-23  Rene Engelhard  <rene@rene-engelhard.de>  [8615efe611abe8654e643e1ccbc0dc8f52d2e0b0]

        deb#899380 apparmor: fix gpg encryption hang trying to lock random_seed
        
        Change-Id: Ib9fb7652922dcc8364567953d17d7cae8ad170a7
        Reviewed-on: https://gerrit.libreoffice.org/54726
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-05-23  Caolán McNamara  <caolanm@redhat.com>  [30d43a7ebac16848533ecd7e834201d566388a19]

        forward more a11y stuff for native drawing area widget
        
        Change-Id: Ic5529a73e317fb652944155fabc889b693447355
        Reviewed-on: https://gerrit.libreoffice.org/54704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-23  Rene Engelhard  <rene@rene-engelhard.de>  [a4c83a91101f35d5b3fa646b42cf95a0d139f05c]

        actually add AC_MSG_CHECKING/_RESULTs for --enable/disable-postgresql-sdbc
        
        Change-Id: I6b02998db5624960ba78ce8b1b0356601a80fc5e
        Reviewed-on: https://gerrit.libreoffice.org/54721
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-05-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [72b8f0b81f8c731364d54c2eb8626601f78a5de4]

        Fix typo
        
        Change-Id: Ie9501a1cb9f8c2a747b92eb74c120816b49148d8
        Reviewed-on: https://gerrit.libreoffice.org/54709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [8118a5d2eb1524768784adc0b143b8cc1b9f3f61]

        tdf#104086 cui: enable OpenGL when ignoring its blacklist
        
        "Ignore OpenGL blacklist" is called "force OpenGL" in the code, so it
        make sense that OpenGLHelper::isVCLOpenGLEnabled() returns true in that
        case. But the UI suggested that enabling ignore doesn't enable OpenGL
        itself.
        
        Fix this by auto-checking the parent UI widget when enabling the
        blacklist.
        
        Change-Id: I16bec69aebd645858260850f15ea8e687566fd0e
        Reviewed-on: https://gerrit.libreoffice.org/54720
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-23  Michael Stahl  <Michael.Stahl@cib.de>  [eded58214c4a4a7c55530b842cec5837ea36caba]

        sw: prefix members of SwScriptInfo
        
        Change-Id: I1272d53d602052b09101bed8cf0fb4a19fecf52d

2018-05-23  Michael Stahl  <Michael.Stahl@cib.de>  [e9d958653e0ac4ff275dd70ec878cc3d529d49db]

        sw: fix max->min in SwTextNode::GetScalingOfSelectedText()
        
        (regression from b1ac01de06262bda39be7f970fbceeda9b267fe4)
        
        Change-Id: Ic2e835f19aaa4e9b26741c409515fc8d26cab1d3
        Reviewed-on: https://gerrit.libreoffice.org/54707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [933c1a048bc11d3582d8cbd8fa1ed3efea4b0262]

        colibre_svg: add links.txt from colibre
        
        Change-Id: Ic248ce1a05f740df111a9f507c099965fdc48d35
        Reviewed-on: https://gerrit.libreoffice.org/54716
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-23  andreas kainz  <kainz.a@gmail.com>  [30e34899cec5a518328fc8aaa9cf2c02faf214ac]

        tdf#117481 Add dbaccess icons for base sidebar
        
        Change-Id: If154c05eaf03f26655a910bf3e12c6bd867b8a03
        Reviewed-on: https://gerrit.libreoffice.org/54713
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dabca4c880d6c4aa60b09ddfee7958732e39bb19]

        toolbar:id is not valid attribute of toolbar:toolbar
        
        according to framework/dtd/toolbar.dtd – and having
        the same ID everywhere also is kinda pointless..
        
        Change-Id: Ia7768be2f951886e39e24d78fc6d69b4f3c84235
        Reviewed-on: https://gerrit.libreoffice.org/54665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-05-23  Tor Lillqvist  <tml@collabora.com>  [8adebf346e24c6131fe33165d1530319c959c352]

        Add debug output operator<< for SalFrameGeometry
        
        Change-Id: Ifb855eb3fa6d58c06cf145523dbb0735b2ca5a0b
        Reviewed-on: https://gerrit.libreoffice.org/54702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7581730b2795a58d4fe6868e2f61572a91fde293]

        tdf#117247 just send a GRAPHIC_ARRIVED hint after update
        
        As we always load graphic complete now, we can just hint that it
        has arrived. In the future we might properly restore retrieving the
        stream of a graphic throught link manager, but not creating the
        partial graphic from it - just an async retrieval of the bytes.
        The graphic should then always be created completely with the
        GraphicFilter.
        
        Change-Id: I8560c9d41a057d228aa558316131ba99d436645b
        Reviewed-on: https://gerrit.libreoffice.org/54693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f8fb04d0af7b1d21b8638e92922d0965e507c5d9]

        tdf#117729 add Frisian (fy) UI langauge
        
        Change-Id: I46f75e969b1252a95118888507c116f44578dfbd
        Reviewed-on: https://gerrit.libreoffice.org/54699
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [82975bbc1a6acee97e3a90756909e424af03bc37]

        sd: extend bitmap bullet tests
        
        Change-Id: I169f7306f3af2c283b1c928230eaf6566b1a6660
        Reviewed-on: https://gerrit.libreoffice.org/54696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [15938ebbfa3a52595371a718f251137612184d21]

        sd: convert XGraphic to XBitmap for the "GraphicBitmap" property
        
        Change-Id: Idec08d4823775b11976f8650fe942f296d6dd4ce
        Reviewed-on: https://gerrit.libreoffice.org/54695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-23  Henry Castro  <hcastro@collabora.com>  [a2e6f31c6f90e446d1462e7c80f6b1317f7825bc]

        tdf#117228: crash in SfxItemSet::GetItemState...
        
        (unsigned short, bool, SfxPoolItem const**) when pasting comment of closed document
        
        Re-work commit 1b7a8277aa3e9f73ccdf15e933a1ee3b42849a44.
        
        In the tiled rendering case, each view has its own clipboard,
        but  not in desktop version which it has a shared clipboard each view.
        
        Change-Id: I57b1ab81e4c141829dbad899330e5c22204c384a
        Reviewed-on: https://gerrit.libreoffice.org/53922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [40cf5a9b3dd619a650a94d8b65bf6987125b75fb]

        Updated core Project: translations  3f52ddee8a430cba4f5a9631cb41cc7981df96d0
        
        add Frisian translation
        
        Change-Id: I2ac3bb11cf5fd5f83d65a37c7e225e4f8816cbce
        

2018-05-23  Rene Engelhard  <rene@rene-engelhard.de>  [3e9c908b73f0fe0978c9980750a06bbc9e02295e]

        remove Linux ("UNX") systray "Quickstarter"
        
        Change-Id: Ie0e8b8b7ad59ee640d6b195dfae1a7cf745056fd
        Reviewed-on: https://gerrit.libreoffice.org/54543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c6c6ebd121a50b293e015d0aa6c0f1e4dc416ae]

        Revert "vcl: StartPresentationMode should be using a sal_uInt32.."
        
        This reverts commit 9321c560943330fbc76dacfebff67bd740fbc95b.
        
        This is just plain wrong. Both the call sites and the function that this
        method in turn calls want to use sal_Int32. It doesn't seem to cause any
        actual problems, but that's probably just lucky.
        
        Change-Id: Id77867094b9c7c209edd8b575c9203aee6515ff3
        Reviewed-on: https://gerrit.libreoffice.org/54691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-23  Rene Engelhard  <rene@debian.org>  [51e92859c9433feeca0ccca9238e9ed0848d8470]

        rename config_extension_update.h.in to config_extensions.h.in
        
        ... and move HAVE_FEATURE_EXTENSIONS there, too
        
        Change-Id: I37fe52071e1db32cf5cc1e51dbd89bb4f32a39c1
        Reviewed-on: https://gerrit.libreoffice.org/54072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-05-23  Mike Kaganski  <mike.kaganski@collabora.com>  [5c2c5ff01c23e4f7a8947746afc13a46cbef5bec]

        tdf#115386: Show Mail Merge toolbar for documents with MM fields
        
        Change-Id: I357a30d72c5ac4af8c64b82b4cc61c3bd606940a
        Reviewed-on: https://gerrit.libreoffice.org/54612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-23  Luboš Luňák  <l.lunak@collabora.com>  [1464b94ab8ef58b2620e05d663403684deb19d0c]

        extend mutex protection to the whole of ScEditUtil::GetString()
        
        Otherwise with Calc's threading enabled and novell#306440-1.xlsx
        this function gets called multiple times at the same time and
        the SetText() calls operate on the same object.
        
        Change-Id: Ic044132ac98bed46440aadbdad6ad36f3a2e9beb
        Reviewed-on: https://gerrit.libreoffice.org/54520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-23  Caolán McNamara  <caolanm@redhat.com>  [539d939cbd6a02ca043ef535424cda4a65abe5fd]

        ofz#8473 Null-dereference READ
        
        Change-Id: Id6578d180fec3738be127993f02aaf45af915688
        Reviewed-on: https://gerrit.libreoffice.org/54682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [9b2136fb7124934a8869a4d72cf7bf86db503935]

        find-unneeded-includes: Make the output user friendlier
        
        This way it's easy to copy-paste the problematic command
        for further investigation of IWYUs proposals
        
        Change-Id: I9e7403f0f05e64e562441941f00127a62bf15265
        Reviewed-on: https://gerrit.libreoffice.org/54560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5956828c88501ef1366e60010b05053a8e1e642e]

        tdf#117505 RTF export: fix incorrect header distance for first/follow pages
        
        In case the first and the follow page format has different header
        distances, the DOC and DOCX import work with the distance from the first
        page format when they take the last item from the MSWordSections
        container at the end of the export.
        
        RTF writes section info before the document content, and in case there
        are separate first and follow page formats, then we work with the follow
        format since commit 20a53cb9e9c7b797c091fe6ac6a34dfb28c61304
        (INTEGRATION: CWS limerickfilterteam08 (1.16.32); FILE MERGED,
        2003-09-01) as a fix for i#13107.
        
        There is no perfect solution here, the sw doc model can store different
        header distances for first and follow pages, while Word works with a
        single distance. But RTF/DOCX/DOC import puts the relevant header
        distance to the first page format and DOCX/DOC export reads the distance
        from there, so be consistent and do the same in the RTF export as well.
        
        This means the DOCX import -> RTF export -> RTF import sequence from the
        bugreport will result in a correct header distance.
        
        Change-Id: I3f1fe3080360702c41d680b8785cc3602e74685e
        Reviewed-on: https://gerrit.libreoffice.org/54680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4552096794c408110630ab2eaf47bebaa6c403f2]

        Fix typo
        
        Change-Id: Ic7a5cceb30c3301c05d1ec241ec7afb86af035d7
        Reviewed-on: https://gerrit.libreoffice.org/54667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2985319ebd800b8da55383bccb4f21042a8394a4]

        Fix typos
        
        Change-Id: Ibe94c7379a9389a0506c33666bf2bfb033f96f08
        Reviewed-on: https://gerrit.libreoffice.org/54670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-05-22  Andras Timar  <andras.timar@collabora.com>  [8fae8a6cd73b7262c3739bd4acc5c72b54934ff1]

        Updated core Project: translations  70836fdf7467a34f5a5ac03c576e9ebe535f5cde
        
        Updated Slovenian translation
        
        Change-Id: Ie07dce5eb9058d91cdf5f835da6bb24b01641841
        

2018-05-22  Caolán McNamara  <caolanm@redhat.com>  [7dd83ed395bbdb03c9c8a9da3d0226aa602bb624]

        ofz#8442 Integer-overflow
        
        Change-Id: I8d09ce583abac38420646b60b83f56e02eb48cab
        Reviewed-on: https://gerrit.libreoffice.org/54656
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-22  László Németh  <nemeth@numbertext.org>  [5dda47154c5babccf3221388dec2320420b3218b]

        Updated core Project: dictionaries  e90e83b23b6ace35349fc2b3e65bd2d69c80ddd8
        
        Hungarian dictionary v1.7
        
        Extend Hungarian dictionary with boundary data for compound words
        and for disambiguation of digraphs to fix incomplete and bad
        Hungarian collate, sorting and hyphenation rules in the future.
        
        Other minor fixes (*idegenszó -> idegen szó, *periférikus etc.)
        
        Change-Id: I3278801ac875f2d33fd5dc62efc43a9a81194734
        Reviewed-on: https://gerrit.libreoffice.org/54480
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        

2018-05-22  László Németh  <nemeth@numbertext.org>  [7b6c5e32197c03998a133ec6bc8fd9079f6c0274]

        tdf#117171 support localized sequence numbering styles
        
        for example, illustration and table numbering in ordinal
        and cardinal number names and ordinal indicators.
        
        Change-Id: I1911d40aba1b18230a49b2e968af2753d1eeb6f3
        Reviewed-on: https://gerrit.libreoffice.org/54672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-05-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ba9b525ec1ecbe3e4972a46766930253504becfb]

        Fix typos
        
        Change-Id: I5ad14286712e27e8d15174c9ed420bf93367d041
        Reviewed-on: https://gerrit.libreoffice.org/54579
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [e1544f8785af4b78fa2b96854e3bc2d8f26c6241]

        Bin noise comments
        
        Change-Id: I2110cdfd37e9867bf5aab059a878fa85ef66fdc4

2018-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c2172a3e973bc6351107a3a1b554c77b40b75dd]

        tdf#106702 PDF export: fix missing images from Writer headers/footers
        
        Position of an image is determined by the relevant bitmap scale metafile
        action when recompressing images.
        
        The same position was determined by PDFExtOutDevData "meta" info when
        not recompressing images. This second rectangle was never correct for
        images repeated in Writer headers/footers on non-first pages: the
        position was relative to the page, while PDF export sets the map mode
        (origin) of the output device during export, so such positions are
        expected to be absolute ones.
        
        The root of the problem seems to be that header images in Writer are
        both repeated (as the user sees it) and unrepeated (as the doc model
        sees it), and by the time we want to get its position, we only see the
        unrepeated SdrObject.
        
        Fix the problem by using the correct position from the scale action and
        not from PDFExtOutDevData if possible.
        
        (Also give up on running CppunitTest_vcl_pdfexport in the non-pdfium
        case, most of the tests there do require pdfium anyway, and the growing
        ifdef forest in that file just made it hard to read the code.)
        
        Change-Id: I31c14d4bd223b2804859982542ebd6d5f9abd312
        Reviewed-on: https://gerrit.libreoffice.org/54674
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-22  Khaled Hosny  <khaledhosny@eglug.org>  [2c1fb32e0b3f0c51edcbb861977d372ae4eaf5e4]

        Use vector in BreakIterator_th instead of C arrays
        
        Change-Id: Ie93920bccfe5444e0066f8df85b4a9d2ff060a2d
        Reviewed-on: https://gerrit.libreoffice.org/54650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-22  Khaled Hosny  <khaledhosny@eglug.org>  [98908d79a4b145f3c04d98812b2207bf433fcf1b]

        Fold BreakIterator_CTL into BreakIterator_th
        
        The split is pointless and misleading, there are no other subclasses of
        BreakIterator_CTL.
        
        Change-Id: I66e66834e6e064cea29f543434a35682ee7cd35d
        Reviewed-on: https://gerrit.libreoffice.org/54638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6924586821805b7a338c8e746141f51e3ba29560]

        Fix typos
        
        Change-Id: Idbe136fbfd222e8baad588dc36a2f9b7ce6996ec
        Reviewed-on: https://gerrit.libreoffice.org/54590
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [c7736a68035e25087d61d8ca4eddaf3de5d38c2c]

        Bin pointless variable
        
        Change-Id: I6b402b124966ee6a1694839a54e79fd176270d0f

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [e439816281f9fe24c7332b5f1e16df845f5213f2]

        Open template read-only
        
        Otherwise when creating a new docuent based on a template, the
        template document file is opened read-write eventually (after first
        being opened read-only five times, and closed again...). Sure,
        LibreOffice probably doesn't actually write anything to it, but still,
        just opening read-write when you are going to only read is silly.
        
        Stack trace from the read-write opening:
        
         #0  0x00007f063dea0047 in openFilePath(char const*, void**, unsigned int, unsigned int) (cpFilePath=0x7ffeacc7d610 "/ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", pHandle=0x342af78, uFlags=3, mode=438)
            at /ssd1/lo/fedora/sal/osl/unx/file.cxx:1039
         #1  0x00007f063dea027b in openFile(_rtl_uString*, void**, unsigned int, unsigned int) (ustrFileURL=0x33ff7e0, pHandle=0x342af78, uFlags=3, mode=4294967295) at /ssd1/lo/fedora/sal/osl/unx/file.cxx:1071
         #2  0x00007f063dea01a8 in osl_openFile(rtl_uString*, oslFileHandle*, sal_uInt32) (ustrFileURL=0x33ff7e0, pHandle=0x342af78, uFlags=3)
            at /ssd1/lo/fedora/sal/osl/unx/file.cxx:1050
         #3  0x00007f060aec5f1a in osl::File::open(unsigned int) (this=0x342af78, uFlags=3) at /ssd1/lo/fedora/include/osl/file.hxx:975
         #4  0x00007f060aec5a8f in fileaccess::ReconnectingFile::open(unsigned int) (this=0x342af78, uFlags=3)
            at /ssd1/lo/fedora/ucb/source/ucp/file/filrec.cxx:50
         #5  0x00007f060aee0324 in fileaccess::XStream_impl::XStream_impl(rtl::OUString const&, bool) (this=0x342af10, aUncPath="file:///ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", bLock=true) at /ssd1/lo/fedora/ucb/source/ucp/file/filstr.cxx:58
         #6  0x00007f060aee8bac in fileaccess::TaskManager::open_rw(int, rtl::OUString const&, bool) (this=0x2c5ded0, CommandId=231, aUnqPath="file:///ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", bLock=true)
            at /ssd1/lo/fedora/ucb/source/ucp/file/filtask.cxx:766
         #7  0x00007f060ae9ba9b in fileaccess::BaseContent::open(int, com::sun::star::ucb::OpenCommandArgument2 const&) (this=0x3428810, nMyCommandIdentifier=231, aCommandArgument=...) at /ssd1/lo/fedora/ucb/source/ucp/file/bc.cxx:937
         #8  0x00007f060ae99dfa in fileaccess::BaseContent::execute(com::sun::star::ucb::Command const&, int, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) (this=0x3428810, aCommand=..., CommandId=231, Environment=uno::Reference to (ucbhelper::CommandEnvironment *) 0x341d088) at /ssd1/lo/fedora/ucb/source/ucp/file/bc.cxx:331
         #9  0x00007f060ae9d001 in non-virtual thunk to fileaccess::BaseContent::execute(com::sun::star::ucb::Command const&, int, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) () at /ssd1/lo/fedora/instdir/program/../program/libucpfile1.so
         #10 0x00007f06337395da in ucbhelper::Content_Impl::executeCommand(com::sun::star::ucb::Command const&) (this=0x3427f70, rCommand=...)
            at /ssd1/lo/fedora/ucbhelper/source/client/content.cxx:1258
         #11 0x00007f063373be55 in ucbhelper::Content::openWriteableStream() (this=0x7ffeacc7f030)
            at /ssd1/lo/fedora/ucbhelper/source/client/content.cxx:751
         #12 0x00007f06333f56c0 in utl::MediaDescriptor::impl_openStreamWithURL(rtl::OUString const&, bool) (this=0x7ffeacc801d0, sURL="file:///ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", bLockFile=true)
            at /ssd1/lo/fedora/unotools/source/misc/mediadescriptor.cxx:666
         #13 0x00007f06333f3e01 in utl::MediaDescriptor::impl_addInputStream(bool) (this=0x7ffeacc801d0, bLockFile=true)
            at /ssd1/lo/fedora/unotools/source/misc/mediadescriptor.cxx:521
         #14 0x00007f06333f4051 in utl::MediaDescriptor::addInputStreamOwnLock() (this=0x7ffeacc801d0)
            at /ssd1/lo/fedora/unotools/source/misc/mediadescriptor.cxx:490
         #15 0x00007f05b132f0bf in filter::config::TypeDetection::impl_openStream(utl::MediaDescriptor&) (this=0x33caa10, rDescriptor=...)
            at /ssd1/lo/fedora/filter/source/config/cache/typedetection.cxx:1127
         #16 0x00007f05b132e9ac in filter::config::TypeDetection::impl_askDetectService(rtl::OUString const&, utl::MediaDescriptor&) (this=0x33caa10, sDetectService="com.sun.star.comp.filters.StorageFilterDetect", rDescriptor=...) at /ssd1/lo/fedora/filter/source/config/cache/typedetection.cxx:981
         #17 0x00007f05b132b7a4 in filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor&, std::__debug::vector<filter::config::FlatDetectionInfo, std::allocator<filter::config::FlatDetectionInfo> > const&, bool, std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >&, rtl::OUString&) (this=0x33caa10, rDescriptor=..., lFlatTypes=std::__debug::vector of length 168, capacity 256 = {...}, bAllowDeep=true, rUsedDetectors=std::__debug::vector of length 1, capacity 1 = {...}, rLastChance="")
            at /ssd1/lo/fedora/filter/source/config/cache/typedetection.cxx:934
         #18 0x00007f05b1329b7c in filter::config::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, unsigned char) (this=0x33caa10, lDescriptor=uno::Sequence of length 6 = {...}, bAllowDeep=1 '\001')
            at /ssd1/lo/fedora/filter/source/config/cache/typedetection.cxx:429
         #19 0x00007f05b132d321 in non-virtual thunk to filter::config::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, unsigned char) () at /usr/bin/../lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/bits/stl_pair.h:331
         #20 0x00007f060df5acdd in framework::LoadEnv::impl_detectTypeAndFilter() (this=0x7ffeacc80c48)
            at /ssd1/lo/fedora/framework/source/loadenv/loadenv.cxx:739
         #21 0x00007f060df58796 in framework::LoadEnv::startLoading() (this=0x7ffeacc80c48) at /ssd1/lo/fedora/framework/source/loadenv/loadenv.cxx:357
         #22 0x00007f060df57280 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x282bf98, xContext=uno::Reference to (cppu::ComponentContext *) 0x145b790, sURL="file:///ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 4 = {...}) at /ssd1/lo/fedora/framework/source/loadenv/loadenv.cxx:160
         #23 0x00007f060dfaef40 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x282bf20, sURL="file:///ssd1/lo/fedora/instdir/share/template/common/officorr/Modern_business_letter_sans_serif.ott", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 4 = {...})
            at /ssd1/lo/fedora/framework/source/services/desktop.cxx:617
         #24 0x00007f060dfaeffb in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) () at /ssd1/lo/fedora/include/rtl/stringutils.hxx:170
         #25 0x00007f06381ee762 in SfxTemplateManagerDlg::OpenTemplateHdl(ThumbnailViewItem*) (this=0x310e160, pItem=0x33925d0)
            at /ssd1/lo/fedora/sfx2/source/doc/templatedlg.cxx:690
        
        Change-Id: Iaa5cc2bd4c80bc239b8f1bf7ed8aa62d89151d62

2018-05-22  Stephan Bergmann  <sbergman@redhat.com>  [11e968c0dbb6a4eb139a22bfb5241352c85a86dd]

        Conditional jump or move depends on uninitialised value
        
        Regression introduced with f7a011c45b0b88cb3c3ea9206cb851375266523d
        "loplugin:unusedfields in sc" e.g. during `VALGRIND=memcheck make
        CppunitTest_sc_subsequent_export_test
        CPPUNIT_TEST_NAME=ScExportTest::testTrackChangesSimpleXLSX`:
        
        > ==16928== Conditional jump or move depends on uninitialised value(s)
        > ==16928==    at 0x3C72975F: lcl_GenerateGUID(unsigned char*, bool&) (/sc/source/filter/xcl97/XclExpChangeTrack.cxx:87)
        > ==16928==    by 0x3C731303: XclExpChangeTrack::XclExpChangeTrack(XclExpRoot const&) (/sc/source/filter/xcl97/XclExpChangeTrack.cxx:1470)
        > ==16928==    by 0x3C18B6B1: ExcDocument::ReadDoc() (/sc/source/filter/excel/excdoc.cxx:788)
        > ==16928==    by 0x3C1FC902: ExportBiff5::Write() (/sc/source/filter/excel/expop2.cxx:112)
        > ==16928==    by 0x3C1A1506: lcl_ExportExcelBiff(SfxMedium&, ScDocument*, SvStream*, bool, unsigned short) (/sc/source/filter/excel/excel.cxx:181)
        > ==16928==    by 0x3C1A1044: ScFormatFilterPluginImpl::ScExportExcel5(SfxMedium&, ScDocument*, ExportFormatExcel, unsigned short) (/sc/source/filter/excel/excel.cxx:219)
        > ==16928==    by 0x2D947526: ScDocShell::ConvertTo(SfxMedium&) (/sc/source/ui/docshell/docsh.cxx:2325)
        > ==16928==    by 0x2FA06539: SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) (/sfx2/source/doc/objstor.cxx:1510)
        > ==16928==    by 0x2FA0A91D: SfxObjectShell::DoSaveAs(SfxMedium&) (/sfx2/source/doc/objstor.cxx:1897)
        > ==16928==    by 0x2EFD30D7: ScBootstrapFixture::saveAndReload(ScDocShell*, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags) (/sc/qa/unit/helper/qahelper.cxx:664)
        > ==16928==    by 0x2EFD381D: ScBootstrapFixture::saveAndReload(ScDocShell*, int) (/sc/qa/unit/helper/qahelper.cxx:686)
        > ==16928==    by 0x29A6ADEA: ScExportTest::testTrackChangesSimpleXLSX() (/sc/qa/unit/subsequent_export-test.cxx:2615)
        
        Change-Id: I08f6a8e4a3827440f8b908791555e4b2226be12d

2018-05-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3a45af979605e2a1103304b0b52d328d39851fba]

        uitest for bug tdf89958
        
        Change-Id: I174c4c641d992e78056003fc8f4b9a24ea1c1b93
        Reviewed-on: https://gerrit.libreoffice.org/54639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-22  Andras Timar  <andras.timar@collabora.com>  [792e0d29f56c5e65de421e91bf88346b030ebbb6]

        Updated core Project: translations  48ec26fb5d74b043b3da3add0dc4e03a2c2ca84a
        
        Updated Slovenian translation
        
        Change-Id: I076d96ddbcc7ee5f844c0a9b2819fae32e1094ed
        

2018-05-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [21fd1bf5c2936d41d622e3ed3f234255e8c41cc0]

        Updated core Project: help  ac3b3c4e5f94f4f942121833d08bcffd847a291c
        
        Fix typo
        
        Change-Id: Ia45bf9497ad9f8d761c14bbbe0b570a01d9883f6
        Reviewed-on: https://gerrit.libreoffice.org/54668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-22  Khaled Hosny  <khaledhosny@eglug.org>  [5dc52ee00102cbf4262805d6e8f338bf0a88f470]

        tdf#113694 Fix BreakIterator_CTL surrogate pairs
        
        BreakIterator_CTL in the non CharacterIteratorMode::SKIPCELL mode did
        not handle UTF-16 surrogate pairs at all, causing backspace to delete
        lone surrogates which is really bad. Just copied the corresponding code
        from BreakIterator_Unicode.
        
        Additionally, BreakIterator_th was not correctly skipping non-Thai text
        and always treating one character as Thai.
        
        Change-Id: Ia379327e042ff602fc19a485c4cbd1a3683f9230
        Reviewed-on: https://gerrit.libreoffice.org/54631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-22  Stephan Bergmann  <sbergman@redhat.com>  [93aa646dab749c81d512644689bd8f9a9f752131]

        Missing test dependency
        
        [...]
        > CppunitTest_sc_subsequent_export_test
        > warn:oox:31852:31852:oox/source/export/vmlexport.cxx:1099: failed to open vml-shape-types
        > /usr/lib/gcc/x86_64-redhat-linux/8/../../../../include/c++/8/debug/vector:417:
        > Error: attempt to subscript container with out-of-bounds index 202, but
        > container only holds 0 elements.
        >
        > Objects involved in the operation:
        >     sequence "this" @ 0x0x7f6f0c456340 {
        >       type = std::__debug::vector<rtl::OString, std::allocator<rtl::OString> >;
        >     }
        [...]
        
        Change-Id: I1a93d97e18eb4341ea9059ea7ad52f20c298c97f

2018-05-22  Mike Kaganski  <mike.kaganski@collabora.com>  [99dd2aeaf5cd605c8af8fa6462cebe802d26221a]

        db04be037b611e296ef9f2542322c52ed82d7a2b follow-up: no new log area
        
        Change-Id: Ib0dc0240db4840d3e93f1816d4288644d9e308f0
        Reviewed-on: https://gerrit.libreoffice.org/54660
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-22  Mike Kaganski  <mike.kaganski@collabora.com>  [741d0e0b0927c17bb8dad21835d9b38257166ef2]

        cleanup redundant variable
        
        Change-Id: I9cd40e3752cbfa85d8bf294f8ac444f88d08a881
        Reviewed-on: https://gerrit.libreoffice.org/54657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-22  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1f2d389c3d3211e079806aba96b51a1348b47368]

        lok: charts context menu was misplaced + wrong LogicToLogic conversion
        
        Chart context menu was misplaced since the context menu expects a
        position related to the document window not to the chart window.
        Moreover map mode is not enabled for chart window, that leads to use
        the LogicToLogic routine which unfortunately provides a wrong pixel to
        twips conversion. In fact we gets a 20 twips per pixel conversion
        since LogicToLogic uses a fixed 72 dpi value, instead of a correctly
        computed output device real dpi or at least the most commonly used 96
        dpi value.
        
        Change-Id: Idb4220d03fddd4b6d643c1c0fb52754bafed7e36
        Reviewed-on: https://gerrit.libreoffice.org/53118
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/54649
        Reviewed-on: https://gerrit.libreoffice.org/54655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-05-22  Gabor Kelemen  <kelemeng@ubuntu.com>  [494f1a98bf32bea014c277bd0bee81b9aab5c966]

        tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxx
        
        Found with bin/find-unneeded-includes
        This one caused lots of fallout, manage it separately
        
        Change-Id: Idf153caa07b1edd85352609806f5b8b74fc6ead8
        Reviewed-on: https://gerrit.libreoffice.org/54410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [a0b34f97ef43004f3c9e3dda11a3f7795c047509]

        Restore .git-hooks/commit-msg accidentally removed earlier
        
        (Removed in a06954bf5b100c9433b4e1dbcdcf8ab2df2763a1.)
        
        Change-Id: Ieec84ecb9863c490786e4c195b8e6a838c0712a0
        Reviewed-on: https://gerrit.libreoffice.org/54662
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [cea4e6c4d956c076f04aaba6d8bfc488921773a2]

        sw: prefix members of WW8Style
        
        Change-Id: Ib42250d293b7dc5ae5f4dca8687d8052db8da21e
        Reviewed-on: https://gerrit.libreoffice.org/54653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [51b49228ee7d3bb9788b7ff44e2c1737caa63818]

        loplugin:unusedfields in avmedia..comphelper
        
        Change-Id: I74f125103b67c506d9bb67537e4c4cd3f8f871da
        Reviewed-on: https://gerrit.libreoffice.org/54641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-22  Dennis Francis  <dennis.francis@collabora.co.uk>  [e129d1ae092e3605656ca4c58be3b77495444e5f]

        Fix the incomplete self reference checks for doublerefs
        
        This fixes the case when the start and end points of the
        doubleref are themselves outside the formula-group range,
        but the doubleref engulfs the entire formula-group.
        
        Change-Id: Ie43ef5560a867769a1f08c893d9497c40401cc5b
        Reviewed-on: https://gerrit.libreoffice.org/54642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-22  Rizal Muttaqin  <riz_17_oke@yahoo.co.id>  [a06954bf5b100c9433b4e1dbcdcf8ab2df2763a1]

        tdf#117342 - Add Karasa Jaga to LibreOffice core
        
        Change-Id: Id121df0ddc763a299c5714cadd0d61740876e3d6
        Reviewed-on: https://gerrit.libreoffice.org/54512
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [203d967c045c4bf4e83d18bdcb96e11f899e1056]

        Related tdf#83877 Select certificate ok button label doesn't match
        
        Change the button to "Select" instead of sign when we only want to
        select a certificate.
        
        Change-Id: Ifa896e502c8680497d71912ddd1058ab0b71542b
        Reviewed-on: https://gerrit.libreoffice.org/52823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  László Németh  <nemeth@numbertext.org>  [066abd6163a1b12e3bdcaf0385a4842c7bc7d119]

        tdf#117171 unit test for localized page number numbering styles
        
        Change-Id: Iad92cbe0b0376725c3078d26a4f3201d072c3c16
        Reviewed-on: https://gerrit.libreoffice.org/54554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-05-22  László Németh  <nemeth@numbertext.org>  [3bac2853374303edb38815842ce494daa1614764]

        tdf#117171 support localized page number numbering styles
        
        in ordinal and cardinal number names and ordinal indicators.
        
        Change-Id: I35fa9c5c31b31f112ac0bb7feb5d310daca819e1
        Reviewed-on: https://gerrit.libreoffice.org/54553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ce005c88e2054ea06e1667195bf6585efc4961ae]

        Don't try to sign when no certificate is selected
        
        Change-Id: I30f8f5970538db25ae678dc5b32afb292fd3983a
        Reviewed-on: https://gerrit.libreoffice.org/54652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [090e243c401fdb73a917a5deb36279c445cfcbb9]

        tdf#83877 Use Signer comments as signature description
        
        Change-Id: Ia9f18addeee9cf86989c873419113ddbd07c219f
        Reviewed-on: https://gerrit.libreoffice.org/54551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6499ea2ff45fa42094d41c5c417f66a3ae5a22ae]

        tdf#83877 Add valid/invalid images to signatures
        
        Change-Id: I958c1bad2f32383ebaaeb7d42c761f0d1dfefc35
        Reviewed-on: https://gerrit.libreoffice.org/54513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Jan Holesovsky  <kendy@collabora.com>  [b6dda60b3e888f67d76402f29d7b5576814786dd]

        Revert "lokdialog: Give non-programmatic name to autofilter"
        
        In the meantime, we are able to treat the title-less pop-ups just fine.
        
        This reverts commit a895f6356159f4267c0ac24781814ae0cbcba0b9.
        
        Change-Id: I1e2913190e9a1141eddf9aba0732e57bd5407987
        Reviewed-on: https://gerrit.libreoffice.org/54629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-05-22  Mike Kaganski  <mike.kaganski@collabora.com>  [c8c7f19073eb7c2697cfe78de9e708ddc714c42a]

        Really don't show empty Writer document on cancelled recovery
        
        Commit b5ad981518f4407243f89507b2561dd0b1ef28ee tried to make that,
        but either didn't work on all platforms, or was broken later. Then,
        commit fbe9accf36ac4c52ef5bcb84d455b4d06c317668 handled one special
        case.
        
        The problem is that cancelling recovery returns false. It's unclear
        why the distinction should be done for the cancelled recovery case:
        in any case, if the recovery has opened some documents, it will be
        handled in the code that enumerates frames ("no default document if
         a document was loaded by recovery..." comment). In other cases, we
        need to honour user command line parameters (selected module), and
        if none is specified, do the global default, which is currently to
        show Start Center. So - let the OpenDefault() do just that.
        
        Change-Id: I90f3581fc72628d1317e97074a4a1d352d630c7e
        Reviewed-on: https://gerrit.libreoffice.org/54604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [059872b47ed957e847a3fe63bd35793ba93c4c32]

        tdf#77444: Call TriggerUserEventProcessing() in a few key places
        
        Causes the updated aAppEventList to be handled right away, and not
        only when the next ten-second timed fires.
        
        Change-Id: Idbcc67f13c8ea69cc08b6c5f832d4461579d5dc6
        Reviewed-on: https://gerrit.libreoffice.org/54643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [0f2157cb1513371829d7f8c415324cffed28c377]

        Bin dead code
        
        OleServer::provideService() was not called anywhere. That means the
        ProviderOleWrapper class is unused, too. Which is good, as it seemed
        to largely be identical to OneInstanceOleWrapper anyway.
        
        Change-Id: If8782d56ed1ec1bb173cfc18be585be4c331f335
        Reviewed-on: https://gerrit.libreoffice.org/54647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-22  Takeshi Abe  <tabe@fixedpoint.jp>  [1091e786b420a964b899e9c0a9c399d07946536c]

        vbahelper, xmloff: Ask current datetime only once
        
        Change-Id: I930983fab11d30f0887965fe30b07c5ac6eef8ef
        Reviewed-on: https://gerrit.libreoffice.org/54651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-22  Abhyudaya Sharma  <sharmaabhyudaya@gmail.com>  [038c607e4093d5a26e37d41805def1c5d65ff32d]

        tdf#108523 Remove @author annotations
        
        Change-Id: Icd9cd2c17657001058f09c4042804a91b4f1d1b1
        Reviewed-on: https://gerrit.libreoffice.org/54539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Stephan Bergmann  <sbergman@redhat.com>  [d9cc5a1c28a98bc2d4014a14a8e931662e94e037]

        Turn debug fprint in vcl/unx/generic/fontmanager/ into SAL_INFO
        
        ...mapping OSL_DEBUG_LEVEL > 1 ones to "vcl.fonts" and OSL_DEBUG_LEVEL > 2 ones
        to new "vcl.fonts.detail"
        
        Change-Id: I750b4915083c4a0f9d0310a667987ff33d7fcc2a
        Reviewed-on: https://gerrit.libreoffice.org/54526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c697e7f566302d5d52c3a043d5bddd8cf65499a1]

        Place help button on the left of signature dialog
        
        Change-Id: Ic78646b7540d2eaf176b3b6c57b0225793b866bd
        Reviewed-on: https://gerrit.libreoffice.org/54597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [57cc8b2e4f93b3a93ce9ac46a2a98eb2a799faa3]

        Fix svg to base64 conversion
        
        This reverts part of ab14a9708d2937bc767c14542610ce91b56dda1e which had
        a questionable fix by unconditionally removing the first 8 bytes of the svg
        which led to svgs starting with
        
        rsion="1.0" encoding="utf-8"?>
        
        instead of
        
        <?xml version="1.0" encoding="utf-8"?>
        
        Change-Id: I8c4d78db1794473d20ddd77019ae81b88be0bb03
        Reviewed-on: https://gerrit.libreoffice.org/54550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [13596e704e4b48e8b0892867b3f3fc351a2729f9]

        Don't pass ODF version, just retrieve it directly
        
        Change-Id: I19ff42c348515b17dac17abe750ee03ca53efcbf
        Reviewed-on: https://gerrit.libreoffice.org/54483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [99337b029a3f94257160077ecf11ee3c59c77b7c]

        Rename parameter bScriptingContent -> bSignScriptingContent
        
        Change-Id: I227e59417719625a9752e727060f5e4f5094092d
        Reviewed-on: https://gerrit.libreoffice.org/54479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [039117eb27a11ee61d4f099c8616861cba961702]

        Simplify SignContents_Impl by moving readonly check to caller methods
        
        Change-Id: I95d9b12d7e1fc715363396e10bc4adc869978c44
        Reviewed-on: https://gerrit.libreoffice.org/54478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c4409edb4e0623b17c9760af11c7bd7b29a59d76]

        Reduce indentation by returning early on error condition
        
        Change-Id: Iebf6eca68f0dcba87ab517952009ee6dfb4b588c
        Reviewed-on: https://gerrit.libreoffice.org/54475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-22  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [b9ebabd675f916a0151ec3893a59131f3a8b2a05]

        tdf#97231: basic: do not use extra wrapping for string marshaling
        
        previous approach did wrap string reference once again, making
        practically "a pointer to pointer to string" so this code was not
        working correctly for RegQueryValueExA WinAPI call.
        
        String is already provided as a reference (see marshalString(), so
        no reason to wrap its reference.
        
        This approach was just copied from from dllmgr-x86.cxx plus some
        minor changes to make both versions similar.
        
        Change-Id: I85065112407de3f078265d2c76437814402eb1b3
        Reviewed-on: https://gerrit.libreoffice.org/54645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-22  Tor Lillqvist  <tml@collabora.com>  [92664be7f876a5f219514cf598e7b4cd39a5b9c9]

        Fix misleading comment: We do check HAVE_FEATURE_READONLY_INSTALLSET...
        
        ...at least in a couple of places, and at least for a sandboxed macOS
        build that check does its job, it prevents write attempts into the app
        bundle.
        
        Change-Id: I6d243d3e8a4c77f03a8265125aefd75becbf0998

2018-05-21  Jim Raykowski  <raykowj@gmail.com>  [137c38a1ba01c51c421f695e1558d2c1499c6627]

        tdf#117189 Fix table InsertRow redo
        
        Change-Id: I92ce18105550d9514b18b81080cfd0c19dfe648b
        Reviewed-on: https://gerrit.libreoffice.org/53618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9913458256effd34ab24fca166c37c0184a91f14]

        uitest - Calc standard filter
        
        Change-Id: I578e0fa94326677ce277cd24e043c699d152a5dd
        Reviewed-on: https://gerrit.libreoffice.org/54636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-21  Caolán McNamara  <caolanm@redhat.com>  [52eb2804bb4403e74483ee49bfcb4539065d7143]

        weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFields
        
        Change-Id: I103e5e3670f8c95c1f480ce0c36e08c3de74e900
        Reviewed-on: https://gerrit.libreoffice.org/54541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-21  Caolán McNamara  <caolanm@redhat.com>  [2632adfbc2a664ab99de7e24d6fcd6841a10b6f1]

        weld SfxCheckinDialog
        
        Change-Id: Iaa7954baf734229683acb81819daa332b02a7733
        Reviewed-on: https://gerrit.libreoffice.org/54624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [c3a4937604fc296f3f6bf4dee48f224f255b9ffc]

        loplugin:staticaccess
        
        Change-Id: I9e8accc56fc1d3b095390944a5ae2fc80bcbc05d

2018-05-21  Kshitij Pathania  <kshitijpathania@gmail.com>  [24d43f21e92c0db040f549a226c0889db20621ac]

        Activated notebookbar in draw
        
        Added tabbed and two groupedbars mode of notebookbar.
        
        Change-Id: I208a365139ca6c83510a73a8ffa0260b05787793
        Reviewed-on: https://gerrit.libreoffice.org/54547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-05-21  Michael Stahl  <Michael.Stahl@cib.de>  [82e9d2e68fcb2f66b78501f3613386ac1e36aae7]

        check-elf-dynamic-objects: Fedora 28 GTK+ depends on libfribidi.so.0
        
        ... so add it to whitelists.
        
        Change-Id: Ia9f55ecfa9dcbc809827070e0ae6522f1e7ba2bf
        Reviewed-on: https://gerrit.libreoffice.org/54607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [338d5f14ba3e77286c3447fb0bcbf46b0627a35f]

        sw: Ask current datetime only once
        
        Change-Id: I99bed9a09ed1701ce441ddb0a19b5259ab37f135
        Reviewed-on: https://gerrit.libreoffice.org/54621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [aa8ea7d8c29a92b7b866eeb47317f79416db8eb8]

        Updated core Project: help  4e45182924569adab9bc43ec174b3c4c828c7452
        
        tdf#102259 formula groups at Statistics tab page
        
        Change-Id: I206139776c77e8855bd82fc5b5ffaa6c0ec60147
        Reviewed-on: https://gerrit.libreoffice.org/54627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-21  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [0c02f3c5d64bd6db96db0302169fb4c4b48dc27e]

        dont use SwClient/SwModify in unocore: RefMark
        
        Change-Id: I021f410793c9debfe5e984d591144636d6793fd6
        Reviewed-on: https://gerrit.libreoffice.org/54610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-21  Caolán McNamara  <caolanm@redhat.com>  [4da8aef20416d0e1320a1ee455e2edc2ae61f9ac]

        weld ODateTimeDialog
        
        Change-Id: Id93147f1d442e1e5f1cfba8ef2f9e476f4f6d728
        Reviewed-on: https://gerrit.libreoffice.org/54623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [17ad73232ff604329e6532817570cb40342857e8]

        In fact it's simpler to not have m_guid fields in these two classes at all
        
        We can just pass the GUID as parameter to the single member function
        registerClass() that needs it. This perhaps means the same class can
        be used in more cases, also for objects/classes that aren't going to
        be registered and don't need any GUID.
        
        Change-Id: I28703190c52b14236c6f613dd4acbe359c075f5c
        Reviewed-on: https://gerrit.libreoffice.org/54622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-21  Caolán McNamara  <caolanm@redhat.com>  [e4d95fa557179d787fd78211b76dd7c311940762]

        weld SchAxisDlg
        
        Change-Id: I18441b4fc06b69caf12dc73e5042ad2b609a7cc5
        Reviewed-on: https://gerrit.libreoffice.org/54620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [03341d4e9e4341eb119d500e97de0d86804c3fcb]

        Updated core Project: help  1d9b92c466b2b920ff46987d1668f4494b9f743a
        
        Fix media path for en-US
        
        Change-Id: If3a9667fa3dd8c1007132448a23e75d66279a192
        Reviewed-on: https://gerrit.libreoffice.org/54640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-21  Caolán McNamara  <caolanm@redhat.com>  [8a5d6f832d675f0c02c0946e44a2ea7e6a7b1618]

        weld SplinePropertiesDialog
        
        Change-Id: I1df0f2bce86da698205c5b36217f935e0e971de5
        Reviewed-on: https://gerrit.libreoffice.org/54619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [40f28cbaaaaed07362d54533e4bbfe8f870b64e4]

        Add sal/osl/unx/file.cxx for debugging convenience
        
        Change-Id: Ibfc8995c4d35c33fe203b9779b10a182cf5a4294

2018-05-21  Jim Raykowski  <raykowj@gmail.com>  [86d2efcaf3e66474e674f505fd6ca8062ba094cc]

        fix navigate by previous headings does not wrap when cursor position
        
        ...is before first heading
        
        unreported bug fix for a patch I made for tdf#115600
        
        Change-Id: I7ccaad387c5ea344cda71d3cc1f185e590a1f586
        Reviewed-on: https://gerrit.libreoffice.org/54059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Samuel Thibault  <sthibault@hypra.fr>  [d5bb7db998c4c629ec61b9475c86c130e57787f3]

        gla11y: Enable warnings for more widgets missing a label
        
        Namely
        GtkSpinButton
        GtkSpinner
        GtkProgressBar
        
        Change-Id: I00c1d03cde43d23cee5e8b502a03284ac81967a5
        Reviewed-on: https://gerrit.libreoffice.org/54131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Jim Raykowski  <raykowj@gmail.com>  [e3ffa913e5729766803a76b765ab2bb3436c12f6]

        Improve placement of tdf#117024/tdf#117283 patches
        
        no need to repeatedly call so relocate the patches
        
        Change-Id: I87f8be3c1802924e76134d3221a72b04c1a03e54
        Reviewed-on: https://gerrit.libreoffice.org/53919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  manujvashist  <manujvashist@gmail.com>  [813397885356c0d63271472adb7d3800e4ac2ca8]

        tdf#98544 Other Options remain expanded if any checkbox is checked.
        
        Change-Id: I2de79da0f0a6295d4d3c294d7cf6c123fca914bc
        Reviewed-on: https://gerrit.libreoffice.org/51190
        Reviewed-by: Manuj Vashist <manujvashist@gmail.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Daniel  <danielfaleirosilva@gmail.com>  [7c5f1caa775e6a3d178c7dae7171d3fca2874635]

        tdf#117581 impress: fix selection overlay after moving table
        
        Change-Id: Ie5afa4fbddf86c6692a7ed68af9ef990c2f9f487
        Reviewed-on: https://gerrit.libreoffice.org/54493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Jim Raykowski  <raykowj@gmail.com>  [b3b169ddd99be71afe0da19afefcb9a6173a2e79]

        tdf#115600 Display messages in FindBar for Footnote navigation
        
        ...and make Footnote navigation wrap
        
        Change-Id: Ie4ab6a5d34ba75119f900f46a983a031b84ab51a
        Reviewed-on: https://gerrit.libreoffice.org/54556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [de9620dd4539397715dab3102d256f9d634fcb23]

        tdf#97231: potential crash fixed
        
        blob2 pointer can be invalidated during marshalString() call,
        because it also adds new element in data vector and thus later
        access to blob2 can cause crash.
        
        Change-Id: I2de519c363193f34b249e7250a016397b7420882
        Reviewed-on: https://gerrit.libreoffice.org/54613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Khaled Hosny  <khaledhosny@eglug.org>  [6a54247c7dfc31aa53e6db7122e31e5498715184]

        Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458"
        
        This reverts most of commit e8d48dd75a1bb31b5bc500bc79fb80384a09bcc6.
        
        Hopefully it will make the Win@42 tinderbox happy again.
        
        Change-Id: Ie5ef2c16a62e774dcd1f6005df3d86e1973dea2d
        Reviewed-on: https://gerrit.libreoffice.org/54567
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-21  Jan Holesovsky  <kendy@collabora.com>  [6ede92ec3998c2d3122b32546137d1790fee70ad]

        lokdialog: For the tunneled top-level popups, provide the position in twips.
        
        Change-Id: I7b1ca50b06c3bdf0958bb88946873c6ddf717b0e
        Reviewed-on: https://gerrit.libreoffice.org/51952
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/54628
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2018-05-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [423f4ac936e8a3991e9e3f16c6f3f7c3c5d44e71]

        Updated core Project: help  ffe3c4dc36948c44fc17b860c3b5020131cd391c
        
        tdf#117593 l10n of collateral file pivot.ods
        
        Change-Id: If487dcb74a7e8c61ee152365ba56ad0c6b010ba1
        Reviewed-on: https://gerrit.libreoffice.org/54626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [79a6290969d5c1feab56158b6cf0dd0a4b52d53e]

        There is nothing called o2u_anyToVariant
        
        Change-Id: I7118843fde87a2d587f0e4ec99d146c379da618e

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [7c7b3c70e1def37ee707827e75d0afa00b0b3619]

        These fields can be const
        
        Change-Id: I103f06b9c7f14ac7eff9911ab5bebc4c98e7d41f
        Reviewed-on: https://gerrit.libreoffice.org/54614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-21  Tor Lillqvist  <tml@collabora.com>  [0653ddb11620db917f4de97c0d6078ef55d128ed]

        Updates by Xcode 9.3
        
        Change-Id: Ia9a87f3f9bdf357079c6d259d736504e0109bf57

2018-05-21  Arkadiy Illarionov  <qarkai@gmail.com>  [5dab28cdada9a24ad2ddae1083ac977fe87cb1c1]

        tdf#96099 Remove unused typedef from shell/source/tools/lngconvex
        
        Also remove empty defs.hxx
        
        Change-Id: I35f70cc13f0198623d99cfd1e294808ac90f5f02
        Reviewed-on: https://gerrit.libreoffice.org/54600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-21  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [83a4a6286f021c99cbf94897504fc7bfe35d2a68]

        dont use SwClient/SwModify in unocore: Style
        
        Change-Id: I8b2b7378ea21ad1fcfa607aadb0f442838a6cc27
        Reviewed-on: https://gerrit.libreoffice.org/54611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [622691b89573850c35fe6c4b4f0b2f9bdb4c091d]

        sc: Avoid looking up system clock twice to get current datetime
        
        Change-Id: I904067260c15263f8169f095809e642d0738f6bb
        Reviewed-on: https://gerrit.libreoffice.org/53957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [f7a011c45b0b88cb3c3ea9206cb851375266523d]

        loplugin:unusedfields in sc
        
        Change-Id: I04aee9574b97d6120fe20be97b2c0fb8187fb260
        Reviewed-on: https://gerrit.libreoffice.org/54453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-21  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [6e7e4d9f02f286ccb817cb2c1f54a951dcebffad]

        dont use SwClient/SwModify in unocore: Bookmark
        
        Change-Id: Iea03642c6b1de1160b98e3b61e831588bb6207b7
        Reviewed-on: https://gerrit.libreoffice.org/54609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [1e9304e2b0a7f28254831ca47f108de28f6999c9]

        Updated core Project: help  a9cecd08312f8115c657a640a05bb91f21248f0a
        
        Add support for localized collateral files
        
        Fix src
        
        Change-Id: I4997884f087b625c8ac8dbf923363d97f88f7922
        Reviewed-on: https://gerrit.libreoffice.org/54599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-20  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [db608e8e5e27cce8eeda26918bcab71222d342df]

        dont use SwClient/SwModify in unocore: TextRange
        
        Change-Id: Ib87647671776e9c6ef5a9c5a7b75a638452b4555
        Reviewed-on: https://gerrit.libreoffice.org/54605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [b0a5d36c12ce4ba6f1d280e00062302c9bf1fba0]

        coverity#1435682 Unchecked return value
        
        and
        
        coverity#1435683 Unchecked return value
        coverity#1435685 Unchecked return value
        
        Change-Id: I089d6bdfc80f18c38402b61177d85505fc4c4b36
        Reviewed-on: https://gerrit.libreoffice.org/54589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [ca11699dbb5c721d527d68e4b68b4eac0d1a7a74]

        coverity#1435678 Resource leak
        
        Change-Id: I994508d0d88fa6727c49d568956887ca1d22ce7e
        Reviewed-on: https://gerrit.libreoffice.org/54588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [d437650712ff05475e1f3e8b2b4dd8fc47b1d8aa]

        coverity#1435680 silence Unchecked return value
        
        Change-Id: Ie7e7f234d32a42ec4747f20172e92c6edc637faf
        Reviewed-on: https://gerrit.libreoffice.org/54587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [89e54a995e19e1be46e666800a9b99a9cd1b3fd0]

        coverity#1435686 silence Copy-paste error
        
        Change-Id: I017307e9b125dd0fe970736c6ebe482f08d54e90
        Reviewed-on: https://gerrit.libreoffice.org/54586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [0abc99de2c98f57ee3846b0e689aed08b7c626af]

        coverity#1435684 deliberate 'Constant' variable guards dead code
        
        Change-Id: I0a5b36ad781bfc76295e91131bdc073dac0d6ea2
        Reviewed-on: https://gerrit.libreoffice.org/54585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [7b4a3cefdd1137ce2e42616b2fb1dcf77d01db7b]

        weld ScDataPilotDatabaseDlg
        
        Change-Id: Ie8e9914bb8042e33a2ab2a1e07bb0203a54d5422
        Reviewed-on: https://gerrit.libreoffice.org/54584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [ef200af8976087216d6c8ddeac7b2fcaba7ebaa1]

        coverity#1435679 Uninitialized scalar field
        
        Change-Id: I5941e14ad36020363a55b4e3d3aa89eba4d7b3c3
        Reviewed-on: https://gerrit.libreoffice.org/54583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [892306b5b73f22f887a512ab75ccee22e1985fa8]

        coverity#1338604 Uninitialized scalar field
        
        Change-Id: I4c4c07db527ea2517ed809f693bde4af519e503e
        Reviewed-on: https://gerrit.libreoffice.org/54582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [56c9746f294639583ce5422bf909ad9e4a746f70]

        weld ScCalcOptionsDialog
        
        Change-Id: I391e26bd95cb3dc6cfa983502aa960a5c54cc800
        Reviewed-on: https://gerrit.libreoffice.org/54580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Caolán McNamara  <caolanm@redhat.com>  [215d1ceaa086e72bb0c7251e97b199a77ef917e1]

        weld ScDPShowDetailDlg
        
        Change-Id: Ifbb93a71ac891f4a5621edcd1c3f004a278a088d
        Reviewed-on: https://gerrit.libreoffice.org/54577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [99343e6305eeeceb40a8e7ff551cb6cb1d2901af]

        Fix typos
        
        Change-Id: Ia2c768f519a4131b26f38243a64179a39771eb00
        Reviewed-on: https://gerrit.libreoffice.org/54576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [281c609532985ec2713463d313c35e67184f5ed3]

        Fix typos
        
        Change-Id: Id225be0ecc357d6864a32d59291e402d98592d81
        Reviewed-on: https://gerrit.libreoffice.org/54575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [996cd07f0911b75b19dff57cc8aedeb9bc654dfe]

        Updated core Project: help  4efd1d34c0c0575f167e06589f24f8bd255c49ba
        
        Fix typo
        
        Change-Id: Ic13a127e145497c947abe2bf5dcef1bccf92d9f2
        Reviewed-on: https://gerrit.libreoffice.org/54602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0d2974921f29c1ed9308d39055a1b8b44e372898]

        Updated core Project: help  d2ea6c70ee3bb8b8dab9a155e50182fcbb763e66
        
        Fix typo
        
        Change-Id: If20b3166f7eebfa56edc068137d9485b27a9db9b
        Reviewed-on: https://gerrit.libreoffice.org/54601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [84f30b34bf63dba8d5b478edac684bee5a841100]

        [API-CHANGE] change to GraphicBitmap prop. for NumberingLevel
        
        To make it consistent, change "Graphic" property (added during
        image handling rework) to "GraphicBitmap" in style::NumberingLevel,
        which is already used in text::NumberingLevel. Both of them are
        accessors for the graphic of bitmap bullets.
        
        Change-Id: I70f7bccd80fa9949778c49e23de583c6fb32a796
        Reviewed-on: https://gerrit.libreoffice.org/54492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-20  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [3a1f7ba6e55e372a3048312bd8b23daac08c3727]

        Updated core Project: help  492c80dc564c9f2a3fa45a6d80cbf9325082087c
        
        More punctuation fixes
        
        Change-Id: Ia38e862e5a1dc2f225f8c6f8928f35aeba440683
        Reviewed-on: https://gerrit.libreoffice.org/54549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-20  Mike Kaganski  <mike.kaganski@collabora.com>  [db04be037b611e296ef9f2542322c52ed82d7a2b]

        tdf#35798: Hide empty Database fields' paragraphs (+ compat option)
        
        With this change, Database fields that expand to empty values behave
        as if they are "Hidden Paragraph" fields.
        
        A compatibility option to enable this behaviour is added. The option is
        enabled by default, and for any non-native documents (for compatibility
        with other office suites). For existing (F)ODT documents, the option is
        disabled for those documents that don't have this setting set, to keep
        the layout of legacy documents.
        
        Change-Id: Ic5e8cb15a3a7d1a765a984eef4b0d97666df7dfd
        Reviewed-on: https://gerrit.libreoffice.org/54552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-20  Mike Kaganski  <mike.kaganski@collabora.com>  [d3122433616d4da2c6ee82f73bd8f591ea498fc0]

        Also change Expert Configuration option's description wording
        
        .. after the changed string in Compatibility options done in commit
        ae0edc4740ea95cd456eb7157bd048615de9212e.
        
        Change-Id: I6708ef76207a02915c6ec883cc3c7c5d0245ae40
        Reviewed-on: https://gerrit.libreoffice.org/54524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c5081b324118cefb3bce04f7bf817963e24b1c68]

        Fix typos
        
        Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c
        Reviewed-on: https://gerrit.libreoffice.org/54571
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-20  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [e73e726ab5afc418a5be70408c71afd08a3c15a4]

        dont use SwClient/SwModify in unocore: Footnotes
        
        Change-Id: I12000118f34b8b4e37fcc0b7d1b50a32784cc893
        Reviewed-on: https://gerrit.libreoffice.org/54578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-20  Julien Nabet  <serval2412@yahoo.fr>  [cb4e2aea81b85a134d35bc54b7c49081f899bd78]

        tdf#117298: migration Firebird, fix time data
        
        by just adjusting nColIndex like other datatypes
        
        Change-Id: Ia7947b3498818bac2f033eac81ac3835f98bbab3
        Reviewed-on: https://gerrit.libreoffice.org/54581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-20  andreas kainz  <kainz.a@gmail.com>  [9377d6783336805798696392caa5130acead2bb3]

        NB writer: rearrange home color items according to notebookbar.ui
        
        Change-Id: I68a7ef96fdbdd61dfcc32dc322b2d168eb7ad924
        Reviewed-on: https://gerrit.libreoffice.org/54594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-20  andreas kainz  <kainz.a@gmail.com>  [aaa7b2782b57daa31b24ed567499916d33a27b5b]

        NB calc: update IDs
        
        Change-Id: I0209fe6992d603cac47f1a8f0dd58fd52b9b3a2c
        Reviewed-on: https://gerrit.libreoffice.org/54592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [486d340423f28c94348efb807e3364bc94b18105]

        tdf#117502 fix graphical bullets for OOXML and RTF
        
        This change has multiple parts:
        - Move "BulletAsImage" test from ODT only to globalfilter and
          run it on ODT, DOC, DOCX, RTF formats and extend checks of
          the XGraphic used for the bullets and the size.
        - Check if GIF is animated as we need to know this in unloaded
          graphic or bullets aren't rendered correctly if we assume
          they are animated.
        - Use "Graphic" property in writerfilter to get the graphic from
          a XShape and not the "Bitmap" property which returns a Graphic
          as a MetaFile and not the original Graphic.
        - Make sure "GraphicBitmap" is filled with XBitmap and not with
          XGraphic.
        - Change "testFDO74215" to use the expected bullet size as it
          is in the original document. Looks like the initial bug was
          just asserting the bullet size is set to a value (non-zero).
        
        Change-Id: I6b151c0bf9f426669e07522f0fc699fbb652046b
        Reviewed-on: https://gerrit.libreoffice.org/54477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-20  Takeshi Abe  <tabe@fixedpoint.jp>  [027b5a14830c0013ce79877eab66dcf309366ecc]

        svx: Avoid looking up system clock twice for current datetime
        
        Change-Id: I636ddfdaeac211ddc9de6b5dfe36cbdc32c7f7f2
        Reviewed-on: https://gerrit.libreoffice.org/54509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-05-20  Takeshi Abe  <tabe@fixedpoint.jp>  [84efa4087b803a39219ccce79ca374d0d09cf6d9]

        sfx2: Avoid looking up system clock twice for current datetime
        
        Change-Id: If5d7bbd611321e6eee1c4bd9143af415c8a1671d
        Reviewed-on: https://gerrit.libreoffice.org/54472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-05-20  Takeshi Abe  <tabe@fixedpoint.jp>  [1de2b14b3f736c7a81c68aced6dcdef45b62d4b8]

        sd: Avoid looking up system clock twice for current datetime
        
        Change-Id: I777210723f4c41ee27e2d6497aa466640924d8b5
        Reviewed-on: https://gerrit.libreoffice.org/54348
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-05-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [717af251582f5b18b3cdf6f7516db32e04205a11]

        Updated core Project: help  5907a3bca40c1947ad43e176f619bbdcc90d14fa
        
        add bookmarks to help page on signature line
        
        Change-Id: I9f798673a598c7b8606e57c1ea023bede222505b
        Reviewed-on: https://gerrit.libreoffice.org/54596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-20  DaeHyun Sung  <sungdh86+git@gmail.com>  [86f08b26d5f905d5e3c416cf59085bcb6401b447]

        Add and fixed missing Korean Hanja sound
        
        Updated Hangul/Hanja conversion dictionary on LibreOffice
        ref1: 韓国の人名用漢字表のテキスト版 https://srad.jp/~yasuoka/journal/589283/
        ref2: Proposal to add kKoreanName and kKoreanNameVariant to the Unihan Database https://www.unicode.org/L2/L2017/17084-korean-name-var.pdf
        ref3: Libhangul's hanja.txt(Hangul-Hanja conversion char&words dictionary) https://github.com/choehwanjin/libhangul/blob/master/data/hanja/hanja.txt
        
        Change-Id: I10358689548fb53a6c78f8e8f06beaede13d0561
        Reviewed-on: https://gerrit.libreoffice.org/54562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-05-20  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [3dea0e08e9b5331d6e34384977c98d0782c7746d]

        dont use SwClient/SwModify in unocore: Paragraphs
        
        Change-Id: I6e7c90bcedcffb33eea4b241592e9c9ddaebd90a
        Reviewed-on: https://gerrit.libreoffice.org/54572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-19  andreas kainz  <kainz.a@gmail.com>  [0834546e5165521654d8ef9ae9404f55f2081063]

        NB Impress: update IDs
        
        Change-Id: Idb020ee930bbd89a6fab4d4753c2f57213474709
        Reviewed-on: https://gerrit.libreoffice.org/54563
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-19  Caolán McNamara  <caolanm@redhat.com>  [71f855bd31009b4a4463bcb0826fed6e4a8faaea]

        weld ScSortWarningDlg
        
        Change-Id: I9462906fbe77a8463d7b283942c5280fdd71239e
        Reviewed-on: https://gerrit.libreoffice.org/54565
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a97575455e02707dabcb6c0960a8b14040315090]

        Updated core Project: help  1faf85e37b35aad21158afddbb56ff557b48e10c
        
        Fix typo
        
        Change-Id: I584a5a38a5a0cf966835db5638cd41fb4c3251fa
        Reviewed-on: https://gerrit.libreoffice.org/54574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-19  Caolán McNamara  <caolanm@redhat.com>  [f9d21be4607f191a769e05e1880d3ddb34060bd2]

        weld ScColRowLabelDlg
        
        Change-Id: If706a86b4aa55f2678b3ad9a96e81679eca0faea
        Reviewed-on: https://gerrit.libreoffice.org/54566
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ac83797e033dd0b799455d552c61abd202160b4]

        improve unusedfields loplugin to find constructor-only fields
        
        ie. fields that are only touched in the constructor
        
        Change-Id: Ia714cbfed9710e47e69ca9f0eb0eac4f7e8b8a86
        Reviewed-on: https://gerrit.libreoffice.org/54412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2c244e6f533067d6c3affbd83759c71bc910ae99]

        Fix typos
        
        Change-Id: Ie0c9f168759a625d78668cd57838b208fbc9dc56
        Reviewed-on: https://gerrit.libreoffice.org/54458
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [098a7d7f74e262634e39d72264e6b3e9a30fffc5]

        Fix typo
        
        Change-Id: I4f58c7cabb00a152cb2b38a07bbe50a685c1d0a0
        Reviewed-on: https://gerrit.libreoffice.org/54540
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0b03073524cf5fec55faf8a8910ae9dc097744e3]

        Updated core Project: help  4c0375c9ff38051744b17741ee5a17a2797306d2
        
        Fix typo
        
        Change-Id: I82135d325f129c55d67b879af06ec69e34da68d4
        Reviewed-on: https://gerrit.libreoffice.org/54570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-05-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8d6a00d879f6cdbe6ead36552ef749367f86b299]

        Updated core Project: help  28138ff018a1ee48dc659b6d0ef0073b0a00a14e
        
        tdf#115599 Add signature line help page
        
        Refactor digital signatures help pages.
        
        Fix some typos.
        And more typos
        
        Change-Id: I2db4e3a73fcdd716d32e6c271205d0ae12c28975
        Reviewed-on: https://gerrit.libreoffice.org/54502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-19  Caolán McNamara  <caolanm@redhat.com>  [b00dea44c3210901ac70b8ad86fdbac8384837a6]

        ofz#8375 Abrt
        
        Change-Id: I2793ff9512bd651e1446bc9a99e1312164c96b7f
        Reviewed-on: https://gerrit.libreoffice.org/54564
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c488328fd27a883e730d1eda47c4a4d2c07f3585]

        explicitly enable avahi
        
        Change-Id: I8d3c639bfeb6797a5d61ea21e55ac23da1504120

2018-05-19  Armin Le Grand  <Armin.Le.Grand@cib.de>  [bc6dd64fe2d8347e20ef4d560024c5e861f07aca]

        tdf#117506: Add using correct StyleSheet on ::Clone
        
        There was an error/missing implementation on Cloning
        SdrPage(s)/SdrObject(s) to a new target-SdrModel. See
        comments in the code-change and in the tdf-task for more
        info.
        
        Change-Id: Ibe673a4b14e1c44102f80f05ebbeae5b6a1bae8f
        Reviewed-on: https://gerrit.libreoffice.org/54555
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff590683f9ac5956d95c519cb54b4ea5634dcb63]

        Revert "tools: test Pair"
        
        This reverts commit 99dbaba70afb91ed3961f9ff627c35bf54d66bef.
        
        Let's land this again once Stephan's comments in 
           https://gerrit.libreoffice.org/#/c/54189/
        have been addressed
        
        Change-Id: I4230e4ce59a46379548bb510e433c68b021e896c
        Reviewed-on: https://gerrit.libreoffice.org/54414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [c72280c1e9a77e0175d8bb2452ee6a535aa8fb99]

        tdf#42949 Fix IWYU warnings in sc/inc/l*
        
        Found with bin/find-unneeded-includes
        Only removal proposals are dealt with here.
        
        Change-Id: Ib19d239ac3f48192461aeeb1b1456bda986c11e3
        Reviewed-on: https://gerrit.libreoffice.org/54462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-19  andreas kainz  <kainz.a@gmail.com>  [d20cf3e4b61ec05a39da5079a17234653d9c45c6]

        NB Calc update IDs
        
        Change-Id: Ia117cf44d0a7be5798be1fb51c63003b8c64bc86
        Reviewed-on: https://gerrit.libreoffice.org/54561
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-19  andreas kainz  <kainz.a@gmail.com>  [669911e93088a6b876a9a6272419c30f36ead814]

        NB: update IDs
        
        Change-Id: I41e16c68709a85c4d06a6a0de737b5eb59d2a5d9
        Reviewed-on: https://gerrit.libreoffice.org/54558
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-19  andreas kainz  <kainz.a@gmail.com>  [5e5e2ed17452e3d586fa72367184025869847655]

        Modifie ID for objects in notebookbar_compact.ui
        
        Change-Id: I1e7d489d68847d9ae994b96735af9326fd0de697
        Reviewed-on: https://gerrit.libreoffice.org/54505
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-19  andreas kainz  <kainz.a@gmail.com>  [3374c1a52ea579d9ce0909ad1792d8e854c90d6a]

        tdf#117481 copy base 32 px sidebar icons from res folder
        
        Change-Id: I5be21c448e35a9ed3c91c80f283361e9cba23816
        Reviewed-on: https://gerrit.libreoffice.org/54506
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e319087ac0ab7533e4ae1554d9a38ef08fac5d5]

        the drag functions return values are ignored
        
        Change-Id: Ife694a0d04d80808f227bd8ea7d8545d732d77c2
        Reviewed-on: https://gerrit.libreoffice.org/54323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0ee80f9787bc5e86fb7a342b567c0649253e1e3]

        loplugin:useuniqueptr in SdrDragView
        
        and fix potential leak on early return in SdrDragView::BegDragObj
        
        Change-Id: I707be6e2c7dc2c251f37447fe3cd98c4b50b59d1
        Reviewed-on: https://gerrit.libreoffice.org/53751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [aca5e1ba7f33c8913304b5f90ef478f316e64263]

        tdf#117614 svx: make drawing.GraphicExportFilter work with sw images
        
        A Writer image has an underlying SdrObject, but GetSdrObjectFromXShape()
        won't work for it, also we can't an sw SdrObject into an XShape because
        SvxDrawPage::CreateShape() has no idea how to handle sw's
        SdrInventor::Swg inventor.
        
        Fix the problem by just getting the Graphic of the Writer image and
        improve GraphicExportFilter to be able to work with just a Graphic as
        well.
        
        Change-Id: I3c9b3005366fcc87815597a27df3cb8a99a8876c
        Reviewed-on: https://gerrit.libreoffice.org/54527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-19  Mike Kaganski  <mike.kaganski@collabora.com>  [1462bdc3abe60cee43cf6064663d646adbf13894]

        Don't do the string operation needlessly
        
        Change-Id: Ic5831e56d4528dcc1ad78e00569ad1d58272aeeb
        Reviewed-on: https://gerrit.libreoffice.org/54514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-19  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e1a8338876bd161de4e9d9a4b22d4bc5335f7cee]

        tdf#116979 Fixed 3D operator= to correct copy/paste
        
        Change-Id: I81483a4d23523650cd9098794dd6101253b88e1c
        Reviewed-on: https://gerrit.libreoffice.org/54546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-18  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [44a468323f3f011c41f892117f418987f9c98477]

        dont use SwClient/SwModify in unocore: NumberingRules
        
        Change-Id: I20ee1662310f33831757015659a70d3ffd855b3e
        Reviewed-on: https://gerrit.libreoffice.org/54508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3ca7be09834a26fbd1c371deabd7a58111092676]

        Replace SVGFilter using SVGIO
        
        Target of this change is to get rid of the SVGFilter
        in current LO which is based on the standard-ODF importer
        using it's functionality by passing in/handing over
        temporary created XML-Stream-Data.
        
        First step is to alternatively import the given SVG
        file to a newly created Document and to strip the
        existing Filter-Code.
        
        Adding the first prototype of the changed import. It
        is capable of importing the given SVG to the created
        Draw/Impress document. It adds the SVG which gets imported
        by SVGIO as GraphicObject. It adapts sizes and positions of
        Page and GraphicObject to have a smooth import.
        
        Adding stripping of SVGFilter and used ressources. Done
        as deep as possible, hopefully all places found.
        
        Adapted now to create an Impress document. Also added needed
        adaptions to PageSize(s), including layout and PresObj stuff
        to make all MasterPages/LayoutPages work correctly.
        
        Added reaction on empty SVG. This is needed since the
        PageSize is adapted to the Graphic. With empty Graphic
        a Size(0,0) results and this goes wrong.
        
        Change-Id: Ia364a5783bee7dadcbe91e700efbabc121cf98f9
        Reviewed-on: https://gerrit.libreoffice.org/54096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [c845135b7b605257b5c94b382d88627282cb05a3]

        simplify FmXFilterCell constructor
        
        if it wants a DbFilterControl, just take a DbFilterControl
        
        Change-Id: I43f08062be1c6c7c052c43de912a81afe409c928
        Reviewed-on: https://gerrit.libreoffice.org/54523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [9e60d29be40dfcc66604cb642e699d4febf032dc]

        tdf#117539 Crash after cut and paste operation of a chart stick
        
        regression from
           commit 3d44b720f58366398e7f59c00dba6339712a670f
           loplugin:useuniqueptr in SfxItemPool_Impl
        where I accidentally removed some fallback code.
        
        Note that this does not fix the underlying bug where some pool is not
        correctly set up.
        
        Also, this only fixes the bug that I introduced in the above commit,
        another bug in the same area has subsequently been introduced, causing
        a crash in a different area when performing this operation.
        
        Change-Id: Iaae3b0dc82c740b498e3735273820647ef28fd01
        Reviewed-on: https://gerrit.libreoffice.org/54522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0ca1659353cc9847f436280873e1047d2524395e]

        Refactor SfxObjectShell sign methods
        
        for signature line signing
        
        Change-Id: Iac4f3a248af53bdbf159e6e8d656e1dcbc3aacbf
        Reviewed-on: https://gerrit.libreoffice.org/54473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [f504273c10a7448aabd619175bc1e041458cb1a7]

        ofz#8330 Abrt, fallout from rework to use buffer
        
        Change-Id: I9d4a70d8ae2f5247901c584dc05405665eac065b
        Reviewed-on: https://gerrit.libreoffice.org/54525
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [c8e50e5d407eb0957d8b49683dd45d50d715929a]

        weld ScSelEntryDlg
        
        Change-Id: I1bc78b61a50f909ceb4c79e9dc9425306d41e617
        Reviewed-on: https://gerrit.libreoffice.org/54534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [74c8bc3c7db2bdc5811f0c9ea535a73ddaf6f3ad]

        weld ScDataPilotSourceTypeDlg and ScDataPilotServiceDlg
        
        Change-Id: I03ef6f1994e8e1a801e4515586a6a73d3748f13b
        Reviewed-on: https://gerrit.libreoffice.org/54528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [201321f648e82ecc610e7a3324a46248a19c1704]

        tdf#83877 Write SignatureLineId to ODF & OOXML signatures
        
        Change-Id: I483a3b7895cdcb10ef9d6dacf167ed0f8db7e723
        Reviewed-on: https://gerrit.libreoffice.org/54432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [168034416c9477ee5ae1d3c6f899451e28d42851]

        weld DataStreamDlg
        
        Change-Id: I8da7228de5a1a9b7637c8c43ffd79f5f044bc788
        Reviewed-on: https://gerrit.libreoffice.org/54521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cc714bc4068d8d0019bc5689ce7664ac5bd92fdf]

        Updated core Project: help  e819fccbbc0fd5430f5d99e575f648a89a97007e
        
        Fix misplaced tag in line
        
        Honor DTD.
        
        Change-Id: I5a00eb158b4d6da91cd85728d5d73c1f14547bed
        Reviewed-on: https://gerrit.libreoffice.org/54507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-18  Eike Rathke  <erack@redhat.com>  [4478c334349d2a58ef767a4db4b7087cc9319e11]

        Resolves: tdf#117655 Add Iloko [ilo-PH] locale data
        
        Change-Id: I963c4a8d0afa44d235cf8271b1515c67299cbe94

2018-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [516d593ce1593ad47712b762dfa67a8063a18929]

        loplugin:useuniqueptr in SvxAutoCorrectLanguageLists
        
        Change-Id: Ie433a336f9cd5133aefbe4ef88d214b5f5c63a0a
        Reviewed-on: https://gerrit.libreoffice.org/54182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fa32e5dce345dea17129587c401c03520fb398b]

        loplugin:unusedfields in sfx2
        
        and fix leak of HelpListener_Impl in SfxHelpWindow_Impl
        
        Change-Id: I7450be10c8deaf63b7c7f1f4359b4eaf0083bdd4
        Reviewed-on: https://gerrit.libreoffice.org/54451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [a0c15b39cb30736e04564420f55c50fefb51e41a]

        weld ScInsertTableDlg
        
        Change-Id: Ia3e00ccdc89aaf7b5546a0b346d174814fcea97d
        Reviewed-on: https://gerrit.libreoffice.org/54518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [767188fd1b1e1f504864f9489076283ebc413625]

        make PlaceEditDialog a bit more ordinary
        
        the various part of PlaceEditDialog are unusual in binding multiple things to a
        set of shared widgets with a bunch of multiple LINKS to the same things and
        using the most recent one shown to displace the previous handlers
        
        End up with multiple notifications in the gtk3 case, rework this to have
        a single owner of the widgets so it can do what it wants to do.
        
        Change-Id: I65826a69ce2f1d4279f6e8091a518777fcfeca07
        Reviewed-on: https://gerrit.libreoffice.org/54496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Stephan Bergmann  <sbergman@redhat.com>  [e0d856947af9b29ed9cd0df6e59c384e27f96c0b]

        Consistently use "vcl.fonts" log area across vcl/unx/generic/fontmanager/
        
        Change-Id: I26fd88c7579e4a7bd1a46ab41fe82f5c9d760ddf

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [3f1faf10bbeeeb50e0c46aeaf360c7c1a6b95584]

        UUIInteractionHelper::getParentProperty now unused
        
        Change-Id: I539df7d7ddddb6dd9811ac93fc7445b12e1119ae
        Reviewed-on: https://gerrit.libreoffice.org/54490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Caolán McNamara  <caolanm@redhat.com>  [8a8c384eeb8bc8dace6c77bad59e6d2654e8840b]

        weld FilterDialog
        
        I think this is theoretical and in practice this dialog never appears
        anymore
        
        Change-Id: I1c29432ecf0df215c686c228326183d9a3a422d3
        Reviewed-on: https://gerrit.libreoffice.org/54489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-18  Tor Lillqvist  <tml@collabora.com>  [16f784b10695d1d3212463f96f597c665a90a8e2]

        tdf#116511: Drop questionable check for more keyboard input
        
        For some reason, on macOS, when this is being invoked through the
        shortcut, Application::AnyInput( VclInputFlags::KEYBOARD ) returns
        true, so the code thinks that there is more keyboard input and won't
        call UpdateTokenArray(), which sets m_pTokenArray.
        
        I think that optmisation is questionable, especially as the exact
        semantics of our event loop API, like Application::AnyInput(), is
        under-defined and probably can and will change in various minor ways
        when people work on improving it on the Mac (and perhaps other
        platforms, too).
        
        (The event loop etc certainly needs improvement on the Mac. Consider
        the "WindowServer grows to tens of gigabytes when running make check"
        issue which is closely related. Unfortunately nobody has come up with
        a simple fix for that yet, exactly because we use our event loop
        related APIs in so imaginative ways all over the code, and fixing one
        thing usually breaks another.)
        
        Change-Id: I865d46e5ee69609ad58bc915ff949e0f3602d8f5
        Reviewed-on: https://gerrit.libreoffice.org/54448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd1bc178b02e05cd12ec784ff87f5c97069bc5f5]

        tdf#109180 xmlsecurity nss: fix signing with ECDSA key
        
        Using an ECDSA key but writing RSA URIs would fail later in libxmlsec.
        
        Also fix up CppunitTest_xmlsecurity_signing (env vars were set too
        late), so that the new testcase actually fails without the fix.
        
        Change-Id: I9e584844d5cd046952b2f19130aeaa5a765bfc0a
        Reviewed-on: https://gerrit.libreoffice.org/54400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [88bbceb7c3ff1560b4ab5caf4b42cd6dfd92b971]

        tdf#42949 Fix IWYU warnings in sc/inc/f*
        
        Found with bin/find-unneeded-includes
        Only removal proposals are dealt with here
        with minimal fallout management
        
        Change-Id: I5574c9ccac02977c9cde01e24534f82dd9ec82be
        Reviewed-on: https://gerrit.libreoffice.org/54409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a6171ed6fb85b3419dcf5cf1346cf1eec447987]

        tdf#104893 vcl opengl: fix assert failure when starting chart editing
        
        OpenGLContext::prepareForYield() assumed that in case we have a current
        context, then it's the last one, but that's not the case for chart windows
        since commit 78b100ec9cb0db2f7b33ece5ad3287a67a37246f (only init the OpenGL
        context if we need it, 2016-06-07), which creates an OpenGLContext instance
        (which is then the last one in the context list) but explicitly doesn't
        initialize it (so that it would become the current one).
        
        Fix the problem by resetting not the last but the last current context.
        
        Change-Id: Ie0e96927473290590cd6333e5cdcb7daa009431b
        Reviewed-on: https://gerrit.libreoffice.org/54495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [85106da5107a16b57a8b320a3b624460539368e4]

        Fix some IWYU warnings
        
        Change-Id: I11d874caad9174fb1a70121f1772e117753ee519
        Reviewed-on: https://gerrit.libreoffice.org/54503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-18  Tor Lillqvist  <tml@collabora.com>  [69c8e9a0607e9a197dfff8139f2ca14c2538da8a]

        tdf#112442: Use list of available dictionaries, not available locales
        
        Also, turn some specific overly generic languages that LO doesn't
        recognize in this context into the country-specific ones that the
        dictionary (probably) is for. Skip some odd locales LO doesn't know in
        this context. In particular, what the system calls the "en" dictionary
        is for "en_US", and "nb" is for "nb_NO". The "es" one probably is for
        "es_ES".
        
        Also, skip some language-country combinations that LO doesn't
        recognize in this context. In partiular, "en_JP" and "en_SG".
        
        Change-Id: I29450775a263bdc03fd43849380f66e6ffffd09b
        Reviewed-on: https://gerrit.libreoffice.org/54476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fe61d9771fdf00a448f0df4fb7b69a43751e1af8]

        Fix typos
        
        Change-Id: I4f96c813ed4dd5ebc396b397e3c9c578f96f5619
        Reviewed-on: https://gerrit.libreoffice.org/54515
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-18  Stephan Bergmann  <sbergman@redhat.com>  [97537598c4166d887160d60b8c8e8ee6d758bbcc]

        Remove some cruft
        
        That block of code at the top of the file started out as
        
          #include "precompiled_svl.hxx"
        
          #ifdef WNT
          # include <prewin.h>
          # include <postwin.h>
          # undef ERROR
          #endif
        
        in d2a16264ec6cb1ca5e8178096b72053a357cb3fb "Initial unit test skeleton, copied
        and modified from sc", so assume the leftover #undef is unnecessary cargo-cult
        by now.
        
        Change-Id: I39637518d1507352b1eb2ed19168013d9fe635ac
        Reviewed-on: https://gerrit.libreoffice.org/54499
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-18  Stephan Bergmann  <sbergman@redhat.com>  [7f31cac22125db5ec8cbd7520022fb7a38bafb1a]

        Reuse existing config_host/config_libnumbertext.h.in
        
        Change-Id: I28d0260531132216c5f0bd187d400ed47cc43326
        Reviewed-on: https://gerrit.libreoffice.org/54498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8eb15f031003f6431d41853ff70e307b617d1a5a]

        Extend test for unloaded graphic
        
        To make sure they are loaded correctly for most common graphic
        formats.
        
        Change-Id: Id121df0ddc763a299c5714cadd0d61740876e3dd
        Reviewed-on: https://gerrit.libreoffice.org/54467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [008686d760ca735210e856c68b852425c8059bb7]

        use OWN_ATTR_REPLACEMENT_GRAPHIC for "ReplacementGraphic"
        
        For table shape we used OWN_ATTR_BITMAP as the identifier for the
        "RepalcementGraphic" property, but that is not really correct.
        More correct would be to use OWN_ATTR_REPLACEMENT_GRAPHIC, which
        name reflects exactly what the property is for and doesn't conflict
        with OWN_ATTR_BITMAP which is used for the "Bitmap" property.
        
        Change-Id: Ic76318addf8f53391f41251fe9d99dba57308165
        Reviewed-on: https://gerrit.libreoffice.org/54466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [25eddbb2cf56a5a24892a7023862fdb5ea23d38d]

        Avoid mixing up units in LogicRectangle method
        
        For main document window we use logic coordinates, but
        for dialog / floating windows we use pixels. Use a different
        method name to make it clear which unit we use in the code.
        
        Change-Id: I7aee7a03013d24e1a2e37072e224e7d4e7830f02
        Reviewed-on: https://gerrit.libreoffice.org/54500
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-05-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7a77d927c88a04ee51ceb765c77e725a67a1d1a7]

        lok: Use GetSizePixel() here which calculates also with border
        
        Change-Id: I6f96abdd4d85c8dfed8bf83e1b2a30192a54bd2d
        Reviewed-on: https://gerrit.libreoffice.org/54494
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-05-18  Eike Rathke  <erack@redhat.com>  [8c07193cec5e09d50b20bc5b107da02a7d8f05a5]

        Related: tdf#117093 place assert on SanitizeWhichActive() results
        
        Trying to chase the culprit.
        
        Change-Id: Iec5e6b3b38b4c0e7cd224cc861d4303a1eb04c4c
        Reviewed-on: https://gerrit.libreoffice.org/54491
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-18  Eike Rathke  <erack@redhat.com>  [646e9564007b13bd841d28e7c02c060d2f96fb39]

        Resolves: tdf#117093 sanitize the active grid window value
        
        Don't know yet how that could had happened, but the sample
        document has a bad ActiveSplitRange value that doesn't match
        HorizontalSplitMode and VerticalSplitMode.
        
        * sanitize the value when reading view settings
        * prevent writing such value to help versions that don't sanitize
        
        Change-Id: I1b450c7b8102148a24d545ff7568f725d7492a6a

2018-05-17  Rene Engelhard  <rene@debian.org>  [ef714b7337877dd9f8c505e4918dae9df09fa6fb]

        fix build in reportdesign
        
        after 649313625b94e6b879848fc19b607b74375100bf. Remove stray (void)dummy;
        
        Change-Id: I73cdcfc04116c4c070e3dda80c25cc9ca52eab95

2018-05-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [cee3840c01292dc3ef98d996d00f57f43eb35e9e]

        lok: Always specify the invalidate rectangle explicitely
        
        It will be needed for a later change in online code.
        
        Change-Id: Ic8f898b78ccaaaec849a1894b5e70fb730d70d6d
        Reviewed-on: https://gerrit.libreoffice.org/54443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [f9ecd0f47960c8975f01c4564228796342e19be1]

        go through getParentXWindow
        
        Change-Id: I1f52e1f9ff3fedf8996f72e671400c2549e74dfe
        Reviewed-on: https://gerrit.libreoffice.org/54488
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [bf09cd79d3414d88ea6c1d348ed191a77e8c413e]

        AuthFallbackDlg
        
        Change-Id: I69676dd437caefca63805e86f4707527183f622f
        Reviewed-on: https://gerrit.libreoffice.org/54487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [a55d164b2e2a5df61078bcbd018f2d20712c3388]

        adjust min/max chars label width calc
        
        Change-Id: Ia220d01a20df5aa20839155391ac5e46cfe172c1
        Reviewed-on: https://gerrit.libreoffice.org/54486
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [bdc0b3e3d7f1f5a07f4863913aef0824dedf9a69]

        crashtesting: assert on fdo62508-1.odt
        
        document, with meta:generator of "opxml2odf - Version KO 0.1" has
        a styles.xml xmlns of...
        
        xmlns:ofo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
        
        instead of the usual xmlns:fo=...
        
        use the importer namespace map to get the importers namespace prefix
        for the fastparser namespace uri for the token
        
        Change-Id: Ib633009f6c2b7dae5a3ceb1c921adfff84e21150
        Reviewed-on: https://gerrit.libreoffice.org/52720
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Luboš Luňák  <l.lunak@collabora.com>  [30cee1ae3e36c5b3bdae71550298abac5abc8788]

        disable also ocStyle for Calc's threading
        
        The ocStyle token is only in the RPN tokens, the raw tokens array contains
        only ocName, so it's necessary to check also RPN tokens.
        
        Prevents a crash with tdf#91220/1 because of ScInterpreter::ScStyle() causing
        a SfxBroadcaster::Broadcast() call.
        
        Change-Id: I7fa04114b698918569014322c721751ab3d8c62f
        Reviewed-on: https://gerrit.libreoffice.org/54326
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [649313625b94e6b879848fc19b607b74375100bf]

        New o3tl::temporary to simplify calls of std::modf
        
        ...that ignore the out-parameter integral part
        
        Change-Id: I05f07c1a8909023232f8aecf75ea5541d4eb81ca
        Reviewed-on: https://gerrit.libreoffice.org/54474
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3a667101987ccbc75024942d779c8c62a4d0a296]

        Fixed PageObjectLayouter
        
        Someone removed maPageObjectSize in PageObjectLayouter
        and replaced it with the local var aPageObjectSize. This
        workms in principle, but was forgotten in one line where
        maFocusIndicatorBoundingBox gets set.
        Since the incoming rPageObjectWindowSize only has one
        value set (width or height) and the other one gets set
        in the call to CalculatePreviewBoundingBox, the whole
        layouting/visualization of SlideSorter and SlideView in
        Draw/Impress was broken.
        Fixed that - please be more careful with those changes
        in the future - take a look at the app where you do changes.
        
        Change-Id: I6bd9f8b11e7ebc7b880e465b80b813f5e2173c8c

2018-05-17  Tor Lillqvist  <tml@collabora.com>  [7a2b7693452dec3d30778301ae3a294bfaed344b]

        No need for this #pragma once
        
        Change-Id: I219226060ebf4b8b86c8f0487fc679f22f73812a
        Reviewed-on: https://gerrit.libreoffice.org/54468
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-05-17  Tor Lillqvist  <tml@collabora.com>  [69322f8b539cd9f98e0ee5f9afc7c3df0d897493]

        We only support MSVC anyway for our Windows-specific code
        
        Change-Id: I68dfd0832747c7c319e40ee28a4461623e95102f
        Reviewed-on: https://gerrit.libreoffice.org/54482
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-05-17  Gabor Kelemen  <kelemeng@ubuntu.com>  [a023f855dd989ee0998eeb9e3e7f3ae3f583b1ae]

        tdf#42949 Fix IWYU warnings in sc/inc/[pq]*
        
        Found with bin/find-unneeded-includes
        Removal proposals are dealt with here,
        and a bit of fallout management.
        
        Change-Id: If2d73998c3d3d9fea50420688818cd7fe0f0a27c
        Reviewed-on: https://gerrit.libreoffice.org/54463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-17  Mike Kaganski  <mike.kaganski@collabora.com>  [19c45de4cb41ac7519b601b29d58760a65de0adc]

        Fix dependencies for CppunitTest_svl_qa_cppunit.mk
        
        Change-Id: I391ea52f5137975073a674ac1ad380277fe99846
        Reviewed-on: https://gerrit.libreoffice.org/54381
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [923cf26dd0653c5ec1c32b7fec6952b9305e355c]

        uitest - Calc sheet rename
        
        Change-Id: If7ea2fd921c2e673f76ecb79188dc5dcb4cba442
        Reviewed-on: https://gerrit.libreoffice.org/54447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [aa557a6ec5e8fc9efb029ed357bc08481d9df760]

        lok: One pixel is not invalidated on the right side for dialog previews
        
        For example: Character dialog -> Highlighting or
        Character dialog -> Font.
        
        Change-Id: I0d1269cdb9d4f482caea27b23ae204351f7dac23
        Reviewed-on: https://gerrit.libreoffice.org/54446
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [45112bfd091b8a14729f1010d2662c9064ba03e6]

        weld NameClashDialog
        
        Change-Id: I4c68bc92fa90ca4a9723f2664549f34b50213bfb
        Reviewed-on: https://gerrit.libreoffice.org/54471
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Serge Krot  <Serge.Krot@cib.de>  [27c9370b5fd00b851582e4163907656286e8c581]

        tdf#117668 Fix wrong number of sections in document
        
        Change-Id: Ia2b8a1376f4f2b4e790598255ae69fb6ee92d23d
        Reviewed-on: https://gerrit.libreoffice.org/54423
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8fde560d58a8ddc9c023251e55e6542f8ec6c1e9]

        sw: prefix members of InsCaptionOpt
        
        Change-Id: I639381781745493a9320cdf4a7a0be61f09446c7
        Reviewed-on: https://gerrit.libreoffice.org/54469
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-17  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [8385e511aa400e9bd99fd0ca1c5bd5d130277b8a]

        tdf#117664: mailmerge: copy printer settings to new mailmerge document
        
        Created mailmerge output document was not using current printer settings,
        which can be taken not only from settings, but overriden by currently
        opened template.
        
        Change-Id: Ic127dcbfbe8f1e80073b06ecb399100344f4c01d
        Reviewed-on: https://gerrit.libreoffice.org/54358
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-17  Aron Budea  <aron.budea@collabora.com>  [4e207c2e17d75a3cb7b6b72690375279be40d64a]

        tdf#116899: normalize key times during PPT import if needed
        
        If TimeAnimationValueListEntry contains time with -1000,
        key times have to be distributed evenly between 0 and 1.
        ([MS-PPT] 2.8.31)
        
        Change-Id: I67a3b83f1f1832fade5df7908c58032bcb9b73ce
        Reviewed-on: https://gerrit.libreoffice.org/53284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea955e2f2bfcf05c276b7f7598c7136c732a8542]

        loplugin:unusedfields in cui
        
        Change-Id: If92e31342f587b5e0e9fc7efd85fdcb48f3043c7
        Reviewed-on: https://gerrit.libreoffice.org/54457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef74b2ea5691ef9465b8f523030c039f6f0d8688]

        unreferenced local variable
        
        Change-Id: Ie212f26b88ed5cf08bbc72a278adce3cdf04c400

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [b275246c30ce3796cd22f72cd82c58b5cf4c86f0]

        loplugin:unusedfields in formula..registry
        
        Change-Id: I031654d8bb4f1788d364ef4f8d3bf7a05fadb148
        Reviewed-on: https://gerrit.libreoffice.org/54454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Tor Lillqvist  <tml@collabora.com>  [f046fed2782f0d4244aff719ba70a56399a2583a]

        Don't ever attempt to initialise a std::locale with a UTF-8 locale on Windows
        
        As I said in 2ff121f298e64ff204621220622472fe697d599d, passing a
        POSIX-style locale name to the std::locale constructor on Windows is
        decidedly odd, and apparently boost adds insult to injury by even
        really attempting to use a UTF-8 one if that is what our code thinks
        it wants. Or something.
        
        This commit avoids the ton of
        "warn:unotools.i18n:7996:3544:unotools/source/i18n/resmgr.cxx:123: CRT
        Report Hook: ASSERT: f:\dd\vctools\crt\crtw32\stdcpp\xmbtowc.c(89) :
        Assertion failed: ploc->_Mbcurmax == 1 || ploc->_Mbcurmax == 2" we
        otherwise get when built with --enable-dbgutil and a current VS2015
        (or 2017?).
        
        Change-Id: I3a774dff7b12d9960f553c9f242e0463c6d13d5d
        Reviewed-on: https://gerrit.libreoffice.org/54444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d866c25214f2f87ab5d350a252fc844fc1e10a2]

        loplugin:unusedfields in svx
        
        Change-Id: I2e34b3819c576072beaacb87cb99d73457667dc3
        Reviewed-on: https://gerrit.libreoffice.org/54449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [195ea6ced2e3cb2ae32faec07e5737e1664739e6]

        '/' appearing in java classpath list
        
        regression from...
        
        commit 2f6b3fb0f30cd03e5ac60805a922711bdcab77f9
        Date:   Wed Apr 25 18:21:46 2018 +0200
        
            Avoid comphelper::string::getTokenCount()
        
        Change-Id: I5bbfa38d8cceb56fe03282c89039ab30cf108204
        Reviewed-on: https://gerrit.libreoffice.org/54422
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [61964fc19da92ad5ff988fc071a94da61434fb7d]

        weld SvxJavaClassPathDlg
        
        Change-Id: I3938a05d96cb1fc171611e54fa34f780ba569268

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [1c90deaa3f03978fcd31e8cf5c71e39cea455326]

        Avoid warning C4101 with some over-eager MSVC
        
        <https://ci.libreoffice.org/job/lo_tb_master_win/17664/console>:
        
        > C:/cygwin/home/tdf/lode/jenkins/workspace/lo_tb_master_win/xmloff/source/forms/propertyimport.cxx(189): error C2220: warning treated as error - no 'object' file generated
        > C:/cygwin/home/tdf/lode/jenkins/workspace/lo_tb_master_win/xmloff/source/forms/propertyimport.cxx(189): warning C4101: 'dummy': unreferenced local variable
        
        Change-Id: Ic80aee5b9c7af44bf87081492008a6ec30fcfe1c

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [3c8b38521aa584704cfa153c51fb15ca601daf9f]

        weld MasterPasswordCreateDialog and MasterPasswordDialog
        
        Change-Id: I4c235546590046b06a1fea9b62d91cf2da664227

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [98143564ddffd6deb19a11f84e07efd97ae68048]

        set parents for MasterPasswordCreateDialog and MasterPasswordDialog
        
        Change-Id: I7e58597b2a47db1be5588432d372256785258de5
        Reviewed-on: https://gerrit.libreoffice.org/54459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [88afd50a8a8252585dfa63e5470fd1f840682884]

        weld ScInsertContentsDlg
        
        Change-Id: I432048f086e4aa49ebac6a6cdafd1e11c3832ab0
        Reviewed-on: https://gerrit.libreoffice.org/54445
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [10bf9023791dae0a11c96e0e8fd05ccee3bc304f]

        weld SvxJavaParameterDlg
        
        Change-Id: Ibcd19071aae42e07d9411d9c4ac4fbbb566aec45
        Reviewed-on: https://gerrit.libreoffice.org/54441
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [6b703887165a89b5a9003a3925985ec92292884e]

        weld AssignComponentDialog
        
        Change-Id: I09fac24b81248bc27128d9142487301d4dc8ea6a
        Reviewed-on: https://gerrit.libreoffice.org/54440
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [c899ad348c375e6c59dbbc30e2458d9cbe226c12]

        weld QueryFolderNameDialog
        
        Change-Id: I73ff0a15010d00a353e498755755177c8e7df607
        Reviewed-on: https://gerrit.libreoffice.org/54442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [6012efecba3691e8562d3f4079455b1c05cf94b1]

        weld SvxNewToolbarDialog
        
        Change-Id: I9ce16b4a72037db491a0919e117d664ccd554153
        Reviewed-on: https://gerrit.libreoffice.org/54439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Caolán McNamara  <caolanm@redhat.com>  [52ccd8fabeea247da7077798b50a6db1da31a2eb]

        weld SvxMainMenuOrganizerDialog
        
        Change-Id: I157dc8054e3bd0055cc52f7c9a80066026b7033d
        Reviewed-on: https://gerrit.libreoffice.org/54424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [8da2485f2ac512e68083c793b21a90238b55c1c9]

        -Werror,-Wunused-private-field
        
        Change-Id: Icc8c073040bbbb0c481bb6de8c605f72b51b1f37

2018-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fd6b6b1f5b83d923a47252b744358721761d9cf]

        tdf#105954 PDF export, ReduceImageResolution: fix re-compressing large images
        
        Expensive re-compress is not pointless when the user opts in to reduce
        resolution.
        
        Change-Id: I1e04c6d4f0d95d41808ef885082239645401b2e2
        Reviewed-on: https://gerrit.libreoffice.org/54384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e3f5a1e2aad2ff9866d7a782a04bec7c29c0e43]

        loplugin:unusedfields in vcl
        
        Change-Id: Id0913b209b089e3c66a7e449e31f8d5d5b1b4f83
        Reviewed-on: https://gerrit.libreoffice.org/54413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac13f4db592f91783e644535968a8d3202c94640]

        loplugin:unusedfields in dbaccess..drawinglayer
        
        Change-Id: I069badbce9b899d176fd3db91243139579dec6b1
        Reviewed-on: https://gerrit.libreoffice.org/54456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [82afd77a00c036f106a3aa5fb3402c92e10e2aa4]

        loplugin:unusedfields in editeng..filter
        
        Change-Id: I42e41ec69667a5560c5f31c85eb05074666a7bab
        Reviewed-on: https://gerrit.libreoffice.org/54455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [59f398e934541e05dc9b77c1191227f8c68ea037]

        loplugin:unusedfields in sd
        
        Change-Id: I01e6431279b71d0cff8f44614b3cad17f0f89460
        Reviewed-on: https://gerrit.libreoffice.org/54452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [21373c757315b05e77aab50d9fc5d57d70a77c14]

        loplugin:unusedfields in svtools
        
        Change-Id: Idbf5e0d715784a4141b3fc712d104f84bf04dfc6
        Reviewed-on: https://gerrit.libreoffice.org/54450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [9ffdf7adc00d8e9d931184d3008f4e505e4a5024]

        loplugin:unusedfields in tools..xmlhelp
        
        Change-Id: I5e909a8def86ce9ad150440e6c6ad304e855cc69
        Reviewed-on: https://gerrit.libreoffice.org/54415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [ae39b1ef2dcc9ef7784ff002dd10318564931c2b]

        Further loplugin:redundantcast improvements for floating-integer conversions
        
        The code in svx/source/customshapes/EnhancedCustomShape2d.cxx started out as
        
        > aStart.X() = (sal_Int32)( ( (double)( aStart.X() - aCenter.X() ) / fXScale ) ) + aCenter.X();
        > aStart.Y() = (sal_Int32)( ( (double)( aStart.Y() - aCenter.Y() ) / fYScale ) ) + aCenter.Y();
        > aEnd.X() = (sal_Int32)( ( (double)( aEnd.X() - aCenter.X() ) / fXScale ) ) + aCenter.X();
        > aEnd.Y() = (sal_Int32)( ( (double)( aEnd.Y() - aCenter.Y() ) / fYScale ) ) + aCenter.Y();
        
        in afd1cf255d9cb4c78633e668376a09bd309be7ef "INTEGRATION: CWS sj05", then the
        floating-point scaling factors got gradually removed first with
        101559f88022162ede229fe14366d394700816fe "INTEGRATION: CWS bm3" and then
        completely with d9f21c90bd61d15fd78a8df9115bf2e9ededbd1b "Fixes Circular arrow
        distortion, Bug #46272".
        
        Change-Id: I337d7893e513738c986d0e85efabcbf7bab912e5
        Reviewed-on: https://gerrit.libreoffice.org/54434
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [7ab34b51f2d45137191145d31b4b0c7d18f577bf]

        loplugin:redundantcast improvements for floating-integer conversions
        
        Change-Id: I63dbf18f144a792ae775fe6706da81657f790016
        Reviewed-on: https://gerrit.libreoffice.org/54416
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-17  Stephan Bergmann  <sbergman@redhat.com>  [f8e3ad02737854686a590f7f8f02eb72e03a0f8e]

        Remove leftover "#pragma GCC diagnostic ignored" half
        
        ...where the other half introduced with 1b12d5ecb1be36267534e0b980d7c53d50645511
        "Work around GCC 7 mis-feature" has now been removed with
        6da400912e8c69ae86650e799767da54ee422392 "[API CHANGE] Remove no longer working
        rtl_arena -> rtl_cache feature"
        
        Change-Id: I79b71d119848150c0ebd2244f0ace08609fd17e9
        Reviewed-on: https://gerrit.libreoffice.org/54417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [47dc3115f12ff16dc326b6edd12c46e6a6ef1843]

        curl: upgrade to release 7.60.0
        
        This fixes the following CVEs:
        * FTP: shutdown response buffer overflow CVE-2018-1000300
        * RTSP: bad headers buffer over-read CVE-2018-1000301
        
        Change-Id: Ic3229577083286501162aa5979a94ce934739557
        Reviewed-on: https://gerrit.libreoffice.org/54418
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [59ef304cff3b363fdcbf8bc56762c9349de78d24]

        ofz#7469 leak of SdrObject owned by SvxShape
        
        SvxShape::InvalidateSdrObject is called and mpSdrObjectWeakReference
        is reset. HasSdrObjectOwnership is only true if HasSdrObject is true
        and HasSdrObject is true only if mpSdrObjectWeakReference is set.
        
        So if mpSdrObjectWeakReference is reset in Invalidate when HasSdrObjectOwnership
        is true, the shape becomes inconsistent
        
        Change-Id: I0031c0dac33923367a2f73fcb8fe2eeb88a08db9
        Reviewed-on: https://gerrit.libreoffice.org/54368
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [8eaf34001f76008488208bc157903c7d457238b7]

        silence -Wmaybe-uninitialized
        
        Change-Id: I67fa35dd310fc11d52d455948cfecc40dbb1ffc8
        Reviewed-on: https://gerrit.libreoffice.org/54419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  Tor Lillqvist  <tml@collabora.com>  [a48f22db7dd1bfeff62007a655566ddaad79aebd]

        Drop _Impl class name suffix where pointless
        
        I.e. where there is no other LibreOffice, or system, or 3rd-party
        library thing with just the un-suffixed name that they would be a
        pimpl of, etc. Why bother calling something InterfaceOleWrapper_Impl
        when there is nothing that would be called InterfaceOleWrapper? It
        just makes the code seem more complicated and harder to read.
        
        An "implementation" of something is what everything that is not fully
        abstract *is*. We don't suffix the name of every non-abstract class
        with _Impl elsewhere either.
        
        Also drop two unused structs.
        
        Change-Id: I2755e6da78d8e4ded5291688dc90510b5f8b498b
        Reviewed-on: https://gerrit.libreoffice.org/54411
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-16  Michael Stahl  <Michael.Stahl@cib.de>  [851064d1b293e16372b5c1917c64f83eb5659e7c]

        sw_redlinehide: SwAttrIter::m_pAttrSet is used once, in the ctor
        
        Change-Id: I44705fc14f5a7013da3b6425b0e001c03f617f19
        Reviewed-on: https://gerrit.libreoffice.org/54371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-16  heiko tietze  <tietze.heiko@gmail.com>  [d30867653af6fa59a9221a2430c064a9ea903cc1]

        tdf#117455 - New drawing styles
        
        Clean-up of existing styles, some filled styles added
        
        Change-Id: If15c3645d273b83c51deb5132acb20bddb89fa4d
        Reviewed-on: https://gerrit.libreoffice.org/54188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [912fd109a3857b3a6dae02f65fd4b508ed9c8a11]

        android janitor... convert chained ifs to switch statement
        
        Change-Id: I9929bd077a33349a6e57c3a427df7e77b3007c88

2018-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bf07813f6843f257d7de1cc599ecc9b4d310b3f7]

        android janitor... remove unnecessary imports, variables and casts
        
        also no need to wrap primitives
        
        Change-Id: I6e22b2bfdb2b8b366dd6f50d995b573c770f0b5a

2018-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a8d175b85d37dbec873d79b4311743f97138c438]

        pdfium: don't need two copies of freetype on android either
        
        Change-Id: I581575e2b13482d16aca284bfa502ed164b8c9d0

2018-05-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [88051c660fc6759346a01bc559818d3e23f8f55c]

        Fix typos
        
        Change-Id: I979323310cbb3473f7dc0f3d9ae1ea3f4c1642db
        Reviewed-on: https://gerrit.libreoffice.org/54420
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-05-16  Eike Rathke  <erack@redhat.com>  [40c9a129e5a53e6eadfe8ca80c98ccf7eda957f9]

        Resolves: tdf#117612 truncate DateAdd("m",...) to last day of month
        
        ... instead of resulting in error because of roll-over not being set.
        
        Fallout from
        
            commit 6d424f07701bf26d8fb173563b567d5f097c33e2
            CommitDate: Tue May 2 23:12:34 2017 +0200
        
                Replace mouth-painted "inaccurate around leap year" rollover algorithm
        
        that does stricter checking but DateAdd() needs a lax checking
        with truncate to last day of month.
        
        Change-Id: I9d6f95ad3ac38257d492019bd621070491e98e76

2018-05-16  Justin Luth  <justin_luth@sil.org>  [8920d865ee148518bf71f71ce1866b24cc17c07e]

        tdf#117504 ooxmlimport: check paragraph props for actual style
        
        m_sCurrentParaStyleName sounds like a nice idea, and has been
        around since the initial fork, but by the time finishParagraph()
        rolls around, the chances that it is still accurate are rather low.
        Anything that contains a paragraph (like comments, textboxes,
        shapes, tables, flys etc) might have modified that value.
        
        This fix queries the current paragraph itself to see if
        PROP_PARA_STYLE_NAME is set, which it typically is by
        lcl_startParagraphGroup() except when IsInShape().
        If it isn't specified, then fallback to the previous result, which
        still may not be accurate, but at least it won't be a regression.
        
        It is too late in the development cycle to look into fully
        eliminating m_sCurrentParaStyleName. I hope to investigate that
        in the 6.2 development cycle.
        
        Change-Id: I124688d864f553dd5778b3593f511cc41d31c262
        Reviewed-on: https://gerrit.libreoffice.org/54085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-16  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [ea19b96b6beb0ce2f25705339d1d6342dc38b283]

        tdf#117333, tdf#117325 dbahsql: exception handling
        
        Add proper exception handling for importing HSQL database.
        
        If there are errors during migration, the migration process should
        continue anyway. The first error should be shown to the user. All the
        others can be seen as a warning.
        
        Popping up several error messages would be just annoying for the user.
        
        Change-Id: Ia726ad777fd798f064a8fde1c0062c5b05fe59d0
        Reviewed-on: https://gerrit.libreoffice.org/54396
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2018-05-16  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [a1825b219a22be8b6cf0ca54bf0ee6c64f55dc6d]

        tdf#116987 dbahsql: check for table names..
        
        ..longer than 30 characters. In that case throw SQLException which
        indicates that the currently used Firebird version cannot handle table
        names longer than 30 characters.
        
        Change-Id: Ib2978feaeef22b70de9f2351042c25206a041105
        Reviewed-on: https://gerrit.libreoffice.org/54398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-16  Aron Budea  <aron.budea@collabora.com>  [07174b62c6ee23f7b44742ecfe44d4ff8653e57f]

        tdf#114227: set better proxy params in cURL for crash reporting
        
        Take proxy server from internet settings, and pass to cURL.
        Allow forwarding authentication as well (explicitely setting
        user/password is still missing).
        
        Change-Id: I19a6c9057a11a5911a6117f71060d3f386953602
        Reviewed-on: https://gerrit.libreoffice.org/51621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-16  Michael Stahl  <Michael.Stahl@cib.de>  [71f89889b5bf6273067acb4dad925a5c5ecb3239]

        sw: prefix members in SwAttrHandler
        
        Change-Id: I46a19e86afdd369c76a34711c7ef11a226309e57
        Reviewed-on: https://gerrit.libreoffice.org/54370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-16  Michael Stahl  <Michael.Stahl@cib.de>  [750fe9560b50e96beae79affa6a9a9791fce919c]

        sw: prefix members in SwAttrHandler::SwAttrStack
        
        Change-Id: I64c4bfa709b6cd12793efba1d9773731fb66939d
        Reviewed-on: https://gerrit.libreoffice.org/54369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [c87c6166f7c6318367a4d34ecf8ff0c78189c71c]

        ofz#8327 Abrt
        
        Change-Id: I89f7dd3909cfbe27d7ce41a6bfb51a166fe885bb
        Reviewed-on: https://gerrit.libreoffice.org/54401
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [f4b80fc579abcb372ba87f08b575dbdb080dd077]

        ofz#6352 set limits for useful fuzzing
        
        Change-Id: Id4a2dab7da84adf6c6268340dff34e8776abe924
        Reviewed-on: https://gerrit.libreoffice.org/54383
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [414226273aa4dc0e2d06cbd482ffac37ea9338c3]

        coverity#1430102 Division or modulo by zero
        
        Change-Id: I2db581b3f30713edaca4ec11f85343c436c54fae
        Reviewed-on: https://gerrit.libreoffice.org/54380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  Caolán McNamara  <caolanm@redhat.com>  [873dbd2c3a1a2fa3c27f4ecb8fe4e219f25f5751]

        coverity#1435605 silence Unchecked return value
        
        Change-Id: I1617ff8157ad69b467a0feaad5680e90e2c08a47
        Reviewed-on: https://gerrit.libreoffice.org/54382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-16  andreas kainz  <kainz.a@gmail.com>  [3e39db02020632e559ea33bec83162d3b6aa8510]

        tdf#117630 wrong accelerator character for update command
        
        Change-Id: I36888ddda9ca5cfd9f5e9d344d0656917637f348
        Reviewed-on: https://gerrit.libreoffice.org/54404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-16  andreas kainz  <kainz.a@gmail.com>  [3316edf639424d8129f6288e1e736e2d095c5b25]

        Change 53905 - Modified IDs for objects in writer "notebookbar.ui"
        
        Change-Id: Id8b7367c5d29419c5889f652363269a5384b99f5
        Reviewed-on: https://gerrit.libreoffice.org/54403
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-16  Gabor Kelemen  <kelemeng@ubuntu.com>  [7c8b29c1feab550c624cd32ce506deeb480f6359]

        tdf#108523 Remove @author annotations
        
        Change-Id: Idb0eb975511c80d65a896193fd0b9c8fcfe1f9a1
        Reviewed-on: https://gerrit.libreoffice.org/54392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [99dbaba70afb91ed3961f9ff627c35bf54d66bef]

        tools: test Pair
        
        Change-Id: I03e48c134ec9b8fc53c247ced231f209e1205cb1
        Reviewed-on: https://gerrit.libreoffice.org/54189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [8611689f0df73daeebb261b0c06c8a1727c17fe3]

        loplugin:unusedmethods
        
        Change-Id: I10c291788061ec8467126a0dc719e20fb3cf47ec
        Reviewed-on: https://gerrit.libreoffice.org/54386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [196f46db1b5dfddda6972a6b738d8b77b6c3601e]

        loplugin:constantparam
        
        Change-Id: I0110e0c662004456e4bc8f8082e2e2fea59e0148
        Reviewed-on: https://gerrit.libreoffice.org/54385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [19b4520fbfa8080821021586d8fe3428a2a893af]

        loplugin:useuniqueptr in SvxOutlinerForwarder
        
        Change-Id: Ie861132b43b0a01ee8b4f3bc201bbf12f8af9f36
        Reviewed-on: https://gerrit.libreoffice.org/54181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-16  Stephan Bergmann  <sbergman@redhat.com>  [6da400912e8c69ae86650e799767da54ee422392]

        [API CHANGE] Remove no longer working rtl_arena -> rtl_cache feature
        
        rtl_arena_create's quantum_cache_max parameter (when non-zero) would have
        allowed an rtl_arena to internally use an rtl_cache for chunk allocation.  (And
        none of the LO-internal uses of rtl_arena_create makes use of that.)
        
        However, with the combination of old ce906b8096081dee15dc8cc96e570d5b0b587955
        "skip tricky allocators on G_SLICE=always-malloc" and recent
        bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9 "Disable custom allocator", rtl_cache
        unconditionally just uses malloc/free now, so the rtl_arena_create
        quantum_cache_max feature has effectively become irrelevant.  As those changes
        appear to have no negative consequences overall (and help remove quite a chunk
        of no-longer used code), leave it at that and officially abandon the
        quantum_cache_max feature.
        
        Change-Id: I7d186a4a1589db6a73059c2be164aa81d81aef47
        Reviewed-on: https://gerrit.libreoffice.org/54388
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-16  Justin Luth  <justin.luth@collabora.com>  [5dcb065d24fd9b57b6dc65a19a8a8c8bbaa22c44]

        NFC: unassigned variable pNewItem is always nullptr
        
        In 2015 commit 2ebd79b3d214c62c0997606115ebc50700d6a760 a
        possible initialization of the variable was removed. So
        at this point pNewItem must return false.
        
        Change-Id: I5af9d8440463c96323c38a01f255c1dbb0113e09
        Reviewed-on: https://gerrit.libreoffice.org/54395
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d57c6f5d44ec7a8dff2121bd19103804329af66a]

        tdf#117596 set the size for Asian and Complex char height too
        
        Change-Id: I703fc4d1cf34747d924a7fa44913a4bfe9bff67b
        Reviewed-on: https://gerrit.libreoffice.org/54406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [34036759644328a1e58521d6a6123b91ea2d0ebf]

        Updated core Project: help  c3b0090070148eeb995eaf4d0df3333b19c7e462
        
        Since LO 4.4, there’s not Edit File icon in Writer by default
        
        Change-Id: I96b8a212df54017f67994195a5d775f2704e93b7
        

2018-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [29cebedfbdc8a8d3bf47e9a8148dc081bf86eb10]

        sw: cleanup globalfilter test
        
        - use OUString for filter names
        - use modern iteration through filter names
        - no change to the tests
        
        Change-Id: Idab4183efe2b489b91b4f3c96e7cb1d639628766
        Reviewed-on: https://gerrit.libreoffice.org/54374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b2b1d0a4c4ffcba0e32e5909a61de43eeaf98c25]

        sw: improvements of globalfilter test
        
        - check if linked graphic is registered in LinkManager
        - remove setting of graphic cache size as it doesn't have any
          effect anymore
        - improve asserts for Graphic / XGraphic objects
        
        Change-Id: I97e2772e2a8209ff61975c273ec27401c3e7a976
        Reviewed-on: https://gerrit.libreoffice.org/54373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [fc3e676f56eda44e32d00fe2eea6ae479a2dd35c]

        Updated core Project: help  f3003dafc6568878d1ea4cceb658506f77567852
        
        Add digital signature entry in help contents tree
        
        Preparation for more on digital signatures, signature lines, etc...
        
        Change-Id: I2cf8b5253f8c539850bb968ff1b14e85da06d4a1
        Reviewed-on: https://gerrit.libreoffice.org/54402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-15  andreas kainz  <kainz.a@gmail.com>  [db9a6dbbd6fad089ba69c5e9d6967caf2230a618]

        NB Implementation: update Menu drop down menu
        
        Change-Id: If4b5ba6579e06a3f179de032919bdf7335b39a7b
        Reviewed-on: https://gerrit.libreoffice.org/54389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ab523a07715b6bb6cd9d0085c85f40c2b75ff7bb]

        Updated core Project: help  35e61539e7c5da38d61a042e9740494dead42ced
        
        Fix external reference to blog post on pivot charts
        
        Change-Id: Icabfdcce2ae18848793bd467fd606e20afa97f5f
        Reviewed-on: https://gerrit.libreoffice.org/54347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [07a0cb64a24bd74098ad33e476bc624a936b69b1]

        Updated core Project: help  51d800a8af9637c31b1b4c6d5bdd490f8952d218
        
        Fix "Master Slide"
        
        Change-Id: I766d38b014282701df34f056ae7184e4d62be6c6
        Reviewed-on: https://gerrit.libreoffice.org/54397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e6c99316fbe7ed48c6011acb109348192900ca64]

        uitest Calc - format Cells
        
        Change-Id: I2a2f0515d872e1affd7c1c27eb901ea2a183114b
        Reviewed-on: https://gerrit.libreoffice.org/54387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-15  Eike Rathke  <erack@redhat.com>  [ed9416446def1a9c9af3869c3113d041ad33884e]

        Resolves: tdf#117617 Add Iloko [ilo-PH] to language list
        
        Change-Id: If8444a847fa652de8b7b834e08c3e5116721c987

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [409441652af3df62e742b9d7a3d80cb6b15214af]

        ofz#7802 infinite loop
        
        Change-Id: I1b631dec998efb4a689ef13ea29bcff89cf7a47f
        Reviewed-on: https://gerrit.libreoffice.org/54377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  andreas kainz  <kainz.a@gmail.com>  [dd84c23bf604c175062cc338b79e9ca362edcb50]

        Colibre: Hamburger icon for NB is now well aligned
        
        Change-Id: Ie6ef7f2ca68b9f158e166a62b9cec8adfc91f006
        Reviewed-on: https://gerrit.libreoffice.org/54376
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3c6b0eb0f16e4cb6d427a160e8ff766209c49f99]

        tdf#117427 need to check originURL when ReRead is called
        
        Previously we checked the originURL of Graphic for SwGrfNode in
        constructor which then called ReRead. This is OK for linked
        graphic when they are loaded from the document, but when we change
        the Graphic through API, only the ReRead method is called. So to
        get this to work we need to move checking of originURL into the
        ReRead method.
        
        Change-Id: Iaa4a332459baab656740ff209b997c48b7287e16
        Reviewed-on: https://gerrit.libreoffice.org/54362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-15  andreas kainz  <kainz.a@gmail.com>  [92ca8dfeb3a05178ea0698fbb519e79af2ad2408]

        NB Implementations: update for better maintenance and sync
        
        Change-Id: I024d597f218824d8618d113a5aaae2fd314ec807
        Reviewed-on: https://gerrit.libreoffice.org/54367
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e29eacbb6a7efaf154430e41a68d986a951d7f4d]

        Calc -print range + tdf#33341
        
        Change-Id: I486dd0cffb4173530ee78d3971865df3bac2818b
        Reviewed-on: https://gerrit.libreoffice.org/54341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-15  Rene Engelhard  <rene@debian.org>  [fe4bc1c09d8f647c2ebb46e9ce6e2a07ee65cdf8]

        CppunitTest_svl_qa_cppunit: fix system-libnumbertext build
        
        libnumbertext_numbertext package doesn't exist...
        
        Change-Id: I5fc7c9c2386c10a10f2980655292ab12beb1a977

2018-05-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [86e8cfdd54ac1b9413f0c86cbc23a80162806685]

        Sign Signature Line
        
        This adds a new context menu entry "Sign Signature Line" to signature lines.
        You can directly sign the document from there.
        
        Still missing is the updating of the graphic to reflect the valid/invalid
        signature state.
        
        Change-Id: Ib8bc8c57f9d5370a10e379f86f9e41e57c715e3f
        Reviewed-on: https://gerrit.libreoffice.org/53778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [863d2485e60251ac45b019b2c58ced7cfc9d978e]

        loplugin:useuniqueptr in ParagraphList
        
        Change-Id: I042fb945b0585a0409d76a509c7f9287aa220b68
        Reviewed-on: https://gerrit.libreoffice.org/54180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-15  Rene Engelhard  <rene@debian.org>  [941193639939c759616595c08241a817f7aed501]

        fix build
        
        Change-Id: I71238209b4819f256045487f1db83d79f6fe49ba

2018-05-15  Eike Rathke  <erack@redhat.com>  [fb345397694258d87746879e4c530cc11c777843]

        Guard static variables, tdf#115007 tdf#117171 follow-up
        
        Change-Id: Ib8f73ceefb8278b6233d46d86a34a3869622239f

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [9aff7f3c491da9e3016e5a3cb9737f8bb7c3d0d9]

        weld ScSolverNoSolutionDialog
        
        Change-Id: I403e39e0f5cd642c5996a49f50cc7ee7bbdfbd02
        Reviewed-on: https://gerrit.libreoffice.org/54354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [932c96e158517bc1369d78e8180da4c04c214cff]

        weld ScSolverSuccessDialog
        
        Change-Id: I29bf7b59fbac8f969e5a61963d65b626ac03b0fa
        Reviewed-on: https://gerrit.libreoffice.org/54355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [5f170e69728b8741ce3c0af1d140023577cc470b]

        weld WPFTEncodingDialog
        
        and pass in parent window for dialog
        
        Change-Id: Ibe9f576a74dfbbee3e568c8d3454440700cb0405
        Reviewed-on: https://gerrit.libreoffice.org/54328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [d15c240434d61422e718a08db7d184d86f2b5f15]

        OSL_ENSURE->assert
        
        Change-Id: I6b93a221bc00fd92ef01135727c7e50560fb4517
        Reviewed-on: https://gerrit.libreoffice.org/54357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [a09888adcd1de54dcf90968ed447d196ebf0429a]

        weld ScSolverIntegerDialog
        
        Change-Id: I4d7196ead0dd60fe4b40af72a1c7ec64c5a2315a
        Reviewed-on: https://gerrit.libreoffice.org/54352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [f7048e9b792c0123318f1133bafa030d688e10d7]

        weld ScColOrRowDlg
        
        Change-Id: I475974fc54910da88064779ceae6586bd71a3865
        Reviewed-on: https://gerrit.libreoffice.org/54356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [d735ffde2df79e5ccc4010077ff358ca63e879e9]

        weld ScSolverValueDialog
        
        Change-Id: I1c55d184052482fc472d66069ea8722cd27d1543
        Reviewed-on: https://gerrit.libreoffice.org/54353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Stephan Bergmann  <sbergman@redhat.com>  [135cbec440050ede4b3f17ae078c944f7edcaa71]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: Ic8f4afe8f46b5f0c36eeffdbb04b3cc652884ab4

2018-05-15  Mike Kaganski  <mike.kaganski@collabora.com>  [56a7f308cf57f87d9e2cdeb77f48b570f81de85e]

        tdf#115007: add NatNum codes for cardinal/ordinal number names/indicators
        
        ... based on libnumbertext integrated since commit
        f1579d3d6c5f5f3a651825e035b93bee7a4f43c6.
        
        [NatNum12] gives cardinal number names (one, two, three, ...)
        [NatNum13] gives ordinal number names (first, second, third, ...)
        [NatNum14] gives ordinal indicators (1st, 2nd, 3rd, ...)
        
        Change-Id: Ie2afdeeb82da1b36e9755c02d7b2276c77be9c72
        Reviewed-on: https://gerrit.libreoffice.org/54186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-15  Michael Stahl  <Michael.Stahl@cib.de>  [5193d7fc00bd9d2ac2f77989e861c819d994c19c]

        sw: these SwRedlineItr members index into the SwRedlineTable, not the node
        
        Change-Id: Idb04fcb46a72d63d4f35b61eb0333ebd6abaaf0c
        Reviewed-on: https://gerrit.libreoffice.org/54309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [881636aed7b1b5d2e4929a31751b45a656b6fe8a]

        ofz#8255 check multiply
        
        Change-Id: I3b125aba227e46c92510f7388aff4fff1478c78e
        Reviewed-on: https://gerrit.libreoffice.org/54329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [d9f4c8ded46ddc4892bb47128011ba85d6f7cd22]

        weld ScFillSeriesDlg
        
        Change-Id: I1b4c6777d3334813c6bfe47efbb67f065efa555c
        Reviewed-on: https://gerrit.libreoffice.org/54338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Caolán McNamara  <caolanm@redhat.com>  [0e4f93e88bfae3489d2de84fc2febed100880628]

        weld ScRetypePassInputDlg
        
        Change-Id: Ie57f3fdaeed5b15f2ce7a1825debdc92788b4e94
        Reviewed-on: https://gerrit.libreoffice.org/54343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-15  Stephan Bergmann  <sbergman@redhat.com>  [bff6751413e918c6e7826a872b6ee24f8302554f]

        loplugin:unnecessaryoverride, loplugin:cstylecast (clang-cl)
        
        Change-Id: I316965219f70a87b59b731e4d5e6b67d2010c2b9
        Reviewed-on: https://gerrit.libreoffice.org/54350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-15  Stephan Bergmann  <sbergman@redhat.com>  [8e8c4da18858bdc446f6a471858e2e77588d1e53]

        loplugin:stringconcat, loplugin:sallogareas (clang-cl)
        
        ("bridges.win64" isn't more useful than plain "bridges" here, as each platform
        uses only one bridges/source/cpp_uno/ sub-dir, anyway)
        
        Change-Id: Ic8c2af892cdfad98e10d43532b3bf3c892555446
        Reviewed-on: https://gerrit.libreoffice.org/54351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-15  Gabor Kelemen  <kelemeng@ubuntu.com>  [8713c1ffd852817404447a507a21fc4a613914d9]

        tdf#42949 Fix IWYU warnings in sc/inc/e*
        
        Found with bin/find-unneeded-includes
        Only removal proposals/trivial replacements are dealt with here.
        
        Change-Id: I0ad6772012c771e8ab3f3f42af26f9ac05615771
        Reviewed-on: https://gerrit.libreoffice.org/54147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-15  Gabor Kelemen  <kelemeng@ubuntu.com>  [1c2d8e870cc09e883bc7d53ff6fdefa6c9092a33]

        tdf#42949 Fix IWYU warnings in sc/inc/columniterator.hxx
        
        Found with bin/find-unneeded-includes
        Here IWYU suggested to remove the column.hxx, but that does not compile.
        Instead IWYUs complete suggestion list is applied
        
        Change-Id: I815bcda467ebe698ce673d055e0ff3ad8f4b2aa3
        Reviewed-on: https://gerrit.libreoffice.org/53952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1676204447df942e766c0780c1580e1f0427b73]

        tdf#117225 sfx2: fix leftover temp file when saving doc with embedded objects
        
        Regression from 27938e1bbd5f3405c47b9933be7489eeb03920f3 (sfx2 store:
        create temp files next to local files (storage case), 2018-01-17), the
        optimization to store temp files during save next to the destination
        document (so that it can be renamed and not copied after writing the
        data successfully) causes problems when we have embedded objects.
        
        Avoid the problem by disabling this new optimization when the document
        has embedded objects.
        
        How to fix the actual root cause is not clear to me, I see that:
        
        - the SfxMedium::GetOutputStorage() call in
          SfxObjectShell::SaveTo_Impl() create a temp file
        - the SfxMedium::Commit() call in SfxObjectShell::SaveTo_Impl() tries to
          remove the file, which fails on Windows as there is an open file
          handle to that file
        - SfxObjectShell::SwitchChildrenPersistance() would close the storage,
          owning that open file handle, but it's too late
        
        So just go back to the previous behavior for now.
        
        Change-Id: I37259100d1ddf963c1f2d3b7bd9f460bc995815c
        Reviewed-on: https://gerrit.libreoffice.org/54340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-15  Mike Kaganski  <mike.kaganski@collabora.com>  [b64ef8d113c1cc05c07b3d9fa25e34c7a98acf4a]

        Remove "Toggle Design Mode" from Writer's Edit menu
        
        ... since it exists in Form menu
        
        Change-Id: I3eaa2c6295242e776990fa3935b1346c130b1247
        Reviewed-on: https://gerrit.libreoffice.org/54200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-15  heiko tietze  <tietze.heiko@gmail.com>  [8ab79071d8beed7459711df8a5df7a731fbf2271]

        tdf#117186 - Sidebar: Shapes deck should fill the whole sidebar
        
        Change-Id: Ib4ddab03b3b001523f3e819e5bdac7fbefc17f24
        Reviewed-on: https://gerrit.libreoffice.org/54339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-15  Stephan Bergmann  <sbergman@redhat.com>  [c074abd484f7666c954942b750b8e1c445013636]

        Merge in Flatpak improvements
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
        
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Mon May 14 16:51:37 2018 +0200
        
            Find flatpak'ed Java installation via JAVA_HOME
        
            ...instead of via PATH, so that a JAVA_HOME inherited from the environment
            doesn't accidentally select a different Java installation.  Fixes
            <https://github.com/flathub/org.libreoffice.LibreOffice/issues/37> "undefined
            symbol: FT_Done_MM_Var".
        
        Change-Id: I2b4c3a55c92f0ef5c5925f0a9909b7b061eedeeb
        Reviewed-on: https://gerrit.libreoffice.org/54330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-15  Justin Luth  <justin_luth@sil.org>  [d2c85c671deb8bb27c4a421f99d238b7a89b0ece]

        cleanup my asserts before branching - they served their purpose
        
        Change-Id: I933ac25dac8d7a20d62535af9690b17503fc159d
        Reviewed-on: https://gerrit.libreoffice.org/54086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-05-15  Aron Budea  <aron.budea@collabora.com>  [151141279344cde2fd12fb64ffef22199cac9f41]

        Updated core Project: dictionaries  dbcea2a5cdfabea90420fa292e66cc647814b824
        
        English dictionaries: add ref to package-description.txt
        
        Change-Id: Ie63941f519f43a5e632816b696bd174f033c4991
        Reviewed-on: https://gerrit.libreoffice.org/53953
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2018-05-14  andreas kainz  <kainz.a@gmail.com>  [6523c162755d3384b6efb3464f64e7346c86cf42]

        Add icon option for ObjectTitleDescription
        
        Change-Id: Ie1a2792d8c1c6696b6ac2ee89a8cce6482d3a662
        Reviewed-on: https://gerrit.libreoffice.org/54337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-14  andreas kainz  <kainz.a@gmail.com>  [bc782ae7b4ab531ed4a0530066d609e5c7c2e1b0]

        Colibre icons: add ObjectTitleDescription to colibre
        
        Change-Id: Id39458b364d2fe74909a8ef8fd8f3969db5cac6a
        Reviewed-on: https://gerrit.libreoffice.org/54336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [90875893fbf957777d9ef6081646ec36fc03b416]

        ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator==
        
        when it encounters a SwPosition with a SwIndex nContent whose m_pIndexReg is
        null and compares to one whose m_pIndexReg is not null, where both have an
        m_nIndex of 0.
        
        operator== considers them different, while lcl_MarkEqualByStart doesn't care
        and sorts them as equal
        
        Change-Id: I29920b98c9e6f395487de1b9cafa6b1282b2b1b6
        Reviewed-on: https://gerrit.libreoffice.org/54334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [2eedf1dc713d8e90473dad5f9e83d284a3bf784b]

        weld ExportDialog
        
        Change-Id: Ie799f429d3121426b90bdd62cf0758da38b0beb4
        Reviewed-on: https://gerrit.libreoffice.org/54335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Rene Engelhard  <rene@debian.org>  [fddc55cc896fc9d47cadd1b89ab1c24b6d19721f]

        fix typo
        
        the header is already ParameterSubstitution.hxx...
        
        Change-Id: I13239681fbdee6d79aae67f7b7291fe5f7ee78ee
        Reviewed-on: https://gerrit.libreoffice.org/54333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [7b8556729629ceaf633f60c86f0114e4427d2b4a]

        weld GalleryIdDialog
        
        Change-Id: I214afef7668eaf5082683f1c77b08aa0c5107619
        Reviewed-on: https://gerrit.libreoffice.org/54317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Luboš Luňák  <l.lunak@collabora.com>  [a9a0601e2af539ab8feed76279181339393ae633]

        use optional ScInterpreterContext if possible
        
        Avoids assertion with threaded cell computations for tdf#100811/2.
        
        Change-Id: I2dc0fd80595ccec1824c8675fc97cfc763b88659
        Reviewed-on: https://gerrit.libreoffice.org/54080
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-05-14  Luboš Luňák  <l.lunak@collabora.com>  [6154d04d90b7b4f68e6c3629bf0c6306ef64a937]

        remove page count check in a test (irrelevant and fragile)
        
        If I load this document in LO, either my build or distro build, it has only
        one page, so the test fails for me only because of the 2-page check.
        The commit causing this, b904d639a8, has been in for quite a while,
        so it's apparently something special about my setup, but a) the test
        doesn't actually require 2 pages for anything, b) the commit mentions that
        the test is fragile, c) if I manually inspect the .rtf, there's an extra page
        that I do not see even in Word2013, so the document is possibly a bit broken.
        One way or another, the page check seems pointless.
        
        Change-Id: I18bdf25f71e8eb9225acd667e60f426fca008ee4
        Reviewed-on: https://gerrit.libreoffice.org/53380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>

2018-05-14  Eike Rathke  <erack@redhat.com>  [f72bd4f02b70e1c4855795b4237e2965556c4689]

        Related: tdf#116939 Disable <cols><col> overflow detection due to excess ...
        
        ... custom column widths.
        
        It's probably just confusing to users, even if technically
        correct. Live with truncation of a "layout form" if no content is
        present.
        
        Change-Id: I43d77c3e019badd053cb21d92aacd64c7bbcf0e6
        Reviewed-on: https://gerrit.libreoffice.org/54319
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ebb57228f27a95eb1648500b5becb3febb9d316]

        loplugin:useuniqueptr in FormulaTokenArray
        
        Change-Id: I5716295d2f0c88c6daf0570941d5dd4c5ff03a33
        Reviewed-on: https://gerrit.libreoffice.org/54168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [38fa68b90ae50d9bf25cf22fef36e030282b44a3]

        weld TitleDialog
        
        Change-Id: I009da829e2b866844e67f976582e2a9d99bd22c0
        Reviewed-on: https://gerrit.libreoffice.org/54316
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [76f30450577bcecf0423833884e3e5215decdd07]

        [API-CHANGE] revert reordering of Graphic properties
        
        This reverts the reordering of properties and adds new properties
        to the end and marks them as optional so we break API as little as
        possible.
        
        Change-Id: I422d882d1d1c721dd3ff7ad289329a9df58beb42
        Reviewed-on: https://gerrit.libreoffice.org/54322
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [209f95d9148969f578196a76e0981cf6161f11dc]

        weld ProfileExportedDialog
        
        Change-Id: Ie360699c167cbee0be6d890ad686d351d64707cd
        Reviewed-on: https://gerrit.libreoffice.org/54315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Stephan Bergmann  <sbergman@redhat.com>  [2bd48ad3bc29b008d756612307d3e72021bc3cbf]

        loplugin:redundantfcast
        
        Change-Id: I412eb9530e4b10281c505c07f0c18a4220e2cba9

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [2cc5db624408b9853200f7ffe09ab2f954c2ae6c]

        weld AddModelDialog
        
        Change-Id: Ia12069f966c93ad7700b7a068dd7660284a40130
        Reviewed-on: https://gerrit.libreoffice.org/54314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [881bb00dc39d65560e26a60b34ae05d1ac662bc0]

        weld AddInstanceDialog
        
        Change-Id: I69bcb7fb9c18922a5de03e6f2dedd915a5851712
        Reviewed-on: https://gerrit.libreoffice.org/54313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [f645481d29d09c412d34ea6cbba89135d10babee]

        weld ManageNamespaceDialog
        
        Change-Id: Ieb5605fcab285de26e4fab64b8178d4d7818eb2d
        Reviewed-on: https://gerrit.libreoffice.org/54311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [6f2bbb3641f4e8fc26c20181ba790362e7472892]

        weld ExtrusionDepthDialog
        
        Change-Id: I5905fea310a7f29574d94eaf61c80b6ca09a7467
        Reviewed-on: https://gerrit.libreoffice.org/54310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [165e57d6c9b980f22e57fb1c4c70d9a8c4aaf1c8]

        weld FmInputRecordNoDialog
        
        Change-Id: I87f3dc3a576e30fe50871c14a67a5b777c21d3ba
        Reviewed-on: https://gerrit.libreoffice.org/54308
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [c7ac8480c9df601a58bad892c472dcf7c5e9dc01]

        weld CreateMonitor and PrintMonitor
        
        Change-Id: Icf57a0660482cf283d6f993f72f72def2ddf6181
        Reviewed-on: https://gerrit.libreoffice.org/54307
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Stephan Bergmann  <sbergman@redhat.com>  [267240ecf71b71c0d4234ee32b745e8789f39089]

        Adapt compilerplugins to recent Clang trunk change
        
        Change-Id: I3013799433e7b82d6b869e9a3cf071495a12d5ae
        Reviewed-on: https://gerrit.libreoffice.org/54304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [d6d5c1c855a0ce57ab96747b950241065f849b83]

        tdf#113688: Pattern fill can be set from sidebar now
        
        Change-Id: I877dd2610aadd1b0118cdb6928a8473af1dc4c73
        Reviewed-on: https://gerrit.libreoffice.org/54020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-05-14  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [d05567e04e6696418ac65686763b4db70665cb4b]

        Updated core Project: help  f7e5c512cda255e1811f0b155ec37aa3addf8831
        
        Clarify text in command line startup instructions
        
        Change-Id: I3d3d8cb2fdeb12f628f2ef4accbf947c5d97d558
        

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [1b0c6d796306a914880c86380e0b18741acfa16c]

        CancelableDialog mbModal is always false
        
        Change-Id: Ie42a96cf21eb0a7967fb4d0a6c64a221a44e1b53
        Reviewed-on: https://gerrit.libreoffice.org/54303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [5224f99a4025dc76dfd8a384b96d82a5b9e68443]

        Updated core Project: help  68b328faf7e2b07b8d4f8ed47933df980d191726
        
        update helpids
        
        Change-Id: I153fea94b7533cf3d190ddb1fbea9ef2334ea4fe
        

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [b16ad4e2329b1c7886b6559233f11eb3bdb9f1d0]

        modal is always false
        
        Change-Id: Id6b5a9ef7820b54342e3a7132040c8d500c2e3f2
        Reviewed-on: https://gerrit.libreoffice.org/54302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [f08c5fbabf9f2b84786cd95131590be2e15bc604]

        split PrintMonitor and weld SaveMonitor part
        
        Change-Id: I72325530027df69cabe8a0ec85b7b77d239ad453
        Reviewed-on: https://gerrit.libreoffice.org/54300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [5169a27da5efa8bd69e1bf0ce5506d358d156a35]

        this needs pdfium
        
        Change-Id: I0ee2d81f2d720b16e2399cf7abdea18505274ad3
        Reviewed-on: https://gerrit.libreoffice.org/54299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6e32a6575bd375ab3a5212fe07d3fb2525338ee6]

        loplugin:useuniqueptr in SvxItemPropertySet
        
        Change-Id: Ie4fa2f1a9d1cea52936f978a4dcbcaf1a616df2a
        Reviewed-on: https://gerrit.libreoffice.org/54179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f32388fd4ed343ff1e3036edfc7f97127202949]

        loplugin:useuniqueptr in PSWriter
        
        Change-Id: I31b6e216bbd603d551e25e415851b423864148d7
        Reviewed-on: https://gerrit.libreoffice.org/54178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d0242b11638938c8873643ee3fc768e4a3a52b95]

        loplugin:useuniqueptr in EditTextObjectImpl
        
        Change-Id: I8c0aca098cb2453f3780ea123b35848eb417e5f1
        Reviewed-on: https://gerrit.libreoffice.org/54177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [311c5a98b8cc6d5e4ef97a59c113cfd7df59312a]

        loplugin:useuniqueptr in MediaWindowImpl
        
        Change-Id: I45c9e33578f23ed368b4bff92a72b37e3c98e8e3
        Reviewed-on: https://gerrit.libreoffice.org/54176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [89507e35e1bb4ce390d7550d2bb02edcbf74c5e7]

        loplugin:useuniqueptr in MediaFloater
        
        Change-Id: Ibdf838b630fdd63f549b59f69ee05c2030326fa5
        Reviewed-on: https://gerrit.libreoffice.org/54175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c3816cce5054ef41af441f9a280a8025ff6d691]

        loplugin:useuniqueptr in SfxTabDialog
        
        Change-Id: I460bf5aac44e6fd08a5bd5ab8af217dedbcc3cf8
        Reviewed-on: https://gerrit.libreoffice.org/54174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [943e12e73dfa7ec9c09e97be5bdaf851277c25a6]

        loplugin:useuniqueptr in SfxViewShell_Impl
        
        Change-Id: Ie9efff0d4872d5b3353b765d00e56593e151ff83
        Reviewed-on: https://gerrit.libreoffice.org/54173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [981943837313777d1d96ab82068878dc5d87a5db]

        loplugin:useuniqueptr in SfxCommonTemplateDialog_Impl
        
        Change-Id: I204d9ea555e35d8822c01f43172dad53b04c60fb
        Reviewed-on: https://gerrit.libreoffice.org/54171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f53efefe14285101ee95a2f8a202b30f7089ea9]

        loplugin:useuniqueptr in SaveDBDocPage
        
        Change-Id: I750e6de1cce5355281336343b1ec03596113e311
        Reviewed-on: https://gerrit.libreoffice.org/54170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a245e5c60fac58889738a9705225c6378b35eef4]

        loplugin:useuniqueptr in ORowSet
        
        hold this by rtl::Reference since we are taking references to it
        elsewhere and passing them around.
        
        Change-Id: Iae68d7da67cf84f01deb6bb42c00e4c74d7a99d7
        Reviewed-on: https://gerrit.libreoffice.org/54169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [858e6b266476e5a18111fce883465e734942a50f]

        loplugin:useuniqueptr in SaneDlg
        
        Change-Id: I712b733c9c24db2e2fcdc4b6ce16e38eaf0b27f0
        Reviewed-on: https://gerrit.libreoffice.org/54167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a017237e01a25ce6901d1cf85ac0408f8935b11]

        loplugin:useuniqueptr in helpdatafileproxy::Hdf
        
        Change-Id: I4324a290b826d76f89319f556aededb30d921f8d
        Reviewed-on: https://gerrit.libreoffice.org/54166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [56195a4d0bbb21edeed1cea7a45283141c733f18]

        pdfium: update to 3426
        
        Allows dropping the ugly freetype.patch.1.
        
        Change-Id: Ifa8a6dac02a49a2c13572e59773261a847efad3f
        Reviewed-on: https://gerrit.libreoffice.org/54294
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b160db926b574b7e9d6696d49dbbce8dd289aade]

        tdf#96947 vcl opengl win: fix background of menu items w/ check/radio marks
        
        Extract the actually used bounding box from the rendering code and reuse
        that for OpenGL texture purposes, so the available and the used size
        can't mismatch.
        
        The background itself is almost invisible, but the borders were lost due
        to this size difference.
        
        Change-Id: I31b3e5aa0c0106461b90bfaab3a84d45b33afd71
        Reviewed-on: https://gerrit.libreoffice.org/54298
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-14  Armin Le Grand  <Armin.Le.Grand@cib.de>  [66561e30bf96167dfaf9c5215a46c75a14209e9c]

        tdf#117282 Do not set property 'Name' at ControlShape
        
        Formally property 'Name' was set at com.sun.star.drawing.ControlShape,
        but this Shape does not (and never did) support that Property. It
        should have thrown an UnknownPropertyException in the past, but did
        not do that by error. It was just ignored in SvxShape::_setPropertyValue
        and lost.
        Solution is to just not set it anymore. This loses nothing (was never
        set, see above), but avoids the (now correctly thrown) exception.
        
        Change-Id: Id6bdc545862f91692213afe6fb706b98d3fce211
        Reviewed-on: https://gerrit.libreoffice.org/54145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-14  Caolán McNamara  <caolanm@redhat.com>  [e89350cc1e0b8696ef51251acfb7543fd196ff3a]

        ofz#8252 fallout from rework as OUStringBuffer
        
        Change-Id: Ide3732627eb145e191061608ac0325df0fcceff0
        Reviewed-on: https://gerrit.libreoffice.org/54198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-14  Justin Luth  <justin_luth@sil.org>  [36839898fadddee155fb73e70d16e1eea4f5f9f0]

        writerfilter NFC: save ConvertedParaStyleName, not WW8Name
        
        and rename m_sCurrentParaStyleId -> m_sCurrentParaStyleName
        
        This is prep work for tdf#117504, where the value
        saved in m_sCurrentParaStyleId is not accurate. Since the
        actual value saved inside the paragraph properties is the
        ConvertStyleName(), lets use the LO-version of the
        style name, so that FindStyleSheetByConvertedStyleName()
        can be used for either the paragraph's PropertyValue or
        m_pImpl->m_sCurrentParaStyleName.
        
        Change-Id: I8aed80094417ea91f2515e666dc05ecbb021a128
        Reviewed-on: https://gerrit.libreoffice.org/54084
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [04042e42cf839d16ef67adb67024e17315e5343f]

        vcl opengl Windows: only log non-success wglMakeCurrent() failure reason
        
        The rendering result on this Intel card is acceptable, but the console
        is flooded with warnings saying wglMakeCurrent() failed with reason
        "success", which makes it hard to see any other more important message.
        
        I assume the root cause here is a broken driver.
        
        Change-Id: I112279e9d669b804baeb47383b8357f1a1b7fde5
        Reviewed-on: https://gerrit.libreoffice.org/54124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [4f043c0a269ff0bb13d4714dbcda471e47f7c1c1]

        tdf#117092 dbahsql: handle multiple primary keys
        
        Set primary keys at the end of the sql statement instead of putting it
        right after the column definition. This way multiple primary keys can be
        defined.
        
        Change-Id: I7956a536b0516fd8a773d4aa64ccb930ae5c715d
        Reviewed-on: https://gerrit.libreoffice.org/54204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [d9c2523b0c83d0d8cf5874e33f45e018a77aebe4]

        Drop module-specific defines of DELETEZ
        
        The one in tools/solar.h is the only one needed.
        
        Change-Id: I7a4e041694fb61329d16f300be4f986eb8d4ec48
        Reviewed-on: https://gerrit.libreoffice.org/54202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d07f9e4d4ac6fb4d9074605b034e81cb7353f417]

        Fix typo
        
        Change-Id: I87fce20463564fe9b32912fcbaf691c1c2839e2b
        Reviewed-on: https://gerrit.libreoffice.org/54201
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-13  Caolán McNamara  <caolanm@redhat.com>  [96337c845c026236975d6a8af52867a5e8d28430]

        Updated core Project: help  88fef6367411f87b870369389ac79ce43bcf0d7b
        
        update helpids
        
        Change-Id: I32fcc7514ed75fcf9c5a140d1a9f70e70001c3d1
        

2018-05-13  Caolán McNamara  <caolanm@redhat.com>  [4a1cdfef802deacf119c56ea51d5fddd59aeb17a]

        weld SwMMResultSaveDialog
        
        and set a proper parent for it
        
        Change-Id: Ia03e549e9fdde5925d85af3332d63253d9fbe911
        Reviewed-on: https://gerrit.libreoffice.org/54199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-13  Caolán McNamara  <caolanm@redhat.com>  [9f55cc13d64b4c8d60b1ff2e93ed854b0dccad46]

        weld SwNewGlosNameDlg
        
        Change-Id: Ie1c320958813bfb602da46738782b9e1e9fe5a9e
        Reviewed-on: https://gerrit.libreoffice.org/54196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-13  Caolán McNamara  <caolanm@redhat.com>  [1bbc741c078899a16cedd78def6d4107f3ed4c96]

        weld SdModifyFieldDlg
        
        Change-Id: I7e84f09b854d30474d37dfb3ce47a8a739dd5543
        Reviewed-on: https://gerrit.libreoffice.org/54148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-13  Johnny_M  <klasse@partyheld.de>  [b8a51074ae8dd40549947b7239a80ee6b9731e2f]

        Translate German comments
        
        Change-Id: I6a03e921b28da5ac26235f32f547f36e00a47e46
        Reviewed-on: https://gerrit.libreoffice.org/54079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [72ce1de3e3c70fa94b0ed14541d751dd5654b6b0]

        o3tl: add some comments to sorted_vector test
        
        Change-Id: Iebedbb5afb45a92e52a8a390b9b7f6daae2337eb
        Reviewed-on: https://gerrit.libreoffice.org/54192
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e6dac4edce063a766497ecb498e293bf4e16e66]

        svgio: fix rendering when the width/height isn't present in SVG
        
        The general size of the image should be the same when width/height
        attributes are present. It is very wrong to assume the size of the
        image is the area covered by all the primitives in the image.
        
        Change-Id: I56f241e84dee37796f9804ce2569c4eb416e83a0
        Reviewed-on: https://gerrit.libreoffice.org/54191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-13  Jean-Pierre Ledure  <jp@ledure.be>  [32cad25f949eabea52e1cf7962ba18a3edd1c647]

        Access2Base - FIX Sql errors when apostrophe in table names
        
        Correct replacement of square brackets by quoting string

2018-05-13  Gabor Kelemen  <kelemeng@ubuntu.com>  [8010f473c77b9f384a7067f487bc24469f8c0cd3]

        Drop newly unused ScGlobal::GetRscString
        
        Change-Id: I744b069542007d7ed965ef229a263c09a27181ce
        Reviewed-on: https://gerrit.libreoffice.org/54187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-13  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [439f17c5cf43b38092b1b834bb006420220262e1]

        dont use SwClient/SwModify in unocore: HeadFootText
        
        Change-Id: Icf0fa7ec07c8c52981c50bc03a34ae0fa9683fcf
        Reviewed-on: https://gerrit.libreoffice.org/54184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-13  heiko tietze  <tietze.heiko@gmail.com>  [8bdd059a1d64a1818ee0093d7a512fe38c4e2b20]

        Icon themes clean-up
        
        Industrial and Oxygen removed because of no maintainer,
        limited coverage, outdated design, and no SVG support
        Legacy themes will be available as extension
        
        Change-Id: I8f9c7bff6a180e3c151404b644a514eae4efcba8
        Reviewed-on: https://gerrit.libreoffice.org/54158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [1f6af5c409105562edf2a034f4841c1aeb5a38b5]

        vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilter
        
        Change-Id: Iefe5be4349475a4aa0138534cf6bfe87ff7df245
        Reviewed-on: https://gerrit.libreoffice.org/53280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [48cf194a1bdd7625c58edd201a7d5191fcd0f934]

        Updated core Project: help  d6cf5222fb6188eed6bad6cb3e0f5ee9bdafb5d2
        
        Grammar: subject–verb agreement
        
        We don’t suffix “-s/-es” to verbs that refer to a subject in the
        third-person plural.
        
        Change-Id: I6fd90814bd63d618c8af4e625d38c6ee9895f919
        

2018-05-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8162520f251f3382b84d97319ca7facf0bb9c670]

        tdf#117496 Drop “Microsoft”/“MS” in more filters that I forgot about
        
        Change-Id: I42c4dd2a81ce2d2e0f0f8c3be19a92587b9b1ba1
        Reviewed-on: https://gerrit.libreoffice.org/53994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-05-12  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [877242c09e0c2aebb2c437c8733c4d4c6774b2eb]

        dont use SwClient/SwModify in unocore: TextMarkup
        
        Change-Id: I160ca544122609a5c35b6bf2739581769cd46295
        Reviewed-on: https://gerrit.libreoffice.org/54157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4b6dcbbd4f4334538712b5d5140db6403b640cc6]

        Fix typos
        
        Change-Id: Ic1234560cf9bf646e5499f3192fb37f1d36a6010
        Reviewed-on: https://gerrit.libreoffice.org/54165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [33e6b7d06cb6694d8a0dfa204b1d482f73ea75a4]

        Updated core Project: help  14c6e5b03eb0b2787812bb5420297e7fcc7dda42
        
        Fix typo
        
        Change-Id: I576f1b7de38b5ffd94b1c5d85469026c2a357c9e
        Reviewed-on: https://gerrit.libreoffice.org/54164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [fabbeb7a8d8a5bb7ce030c1871e6ad7cf33d4a07]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/filter/ for easier review.
        
        Change-Id: I77adc446e66623535a9d4c871ac1403e88efff78
        Reviewed-on: https://gerrit.libreoffice.org/54183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [d2bed9999e4fbd8aae5f9987de10f6112fba6f72]

        tools: test for FRound
        
        Change-Id: Ifcf0472892fbd37622a1a0505cbf5140cac281f4
        Reviewed-on: https://gerrit.libreoffice.org/53718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [e8d48dd75a1bb31b5bc500bc79fb80384a09bcc6]

        Fixup 23c5125148a8110d88385b29570bf0b7d4400458
        
        It was asserting for me at startup on Windows.
        
        Change-Id: I81d7b0dd58fd912c5fc255c3a7fa0878e841737e
        Reviewed-on: https://gerrit.libreoffice.org/54160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [ab03a09745fe52209747fb901eca91ef14cda5a5]

        Add more more dependencies to VCL makefiles
        
        Hopefully fixes broken tinderboxes.
        
        Change-Id: I2297e5df9f18a444801ec2dc6dbbb098ed4d90c9
        Reviewed-on: https://gerrit.libreoffice.org/54163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [4ad07c563e50524f86c074ae50c5e82f504a3dcb]

        Make SalLayout overrides final
        
        We really don’t want anyone to subclass these classes and introduce new
        text layout inconsistencies.
        
        Change-Id: I38d046dc2fab602fd262dc43ac86b55fb0c59db2
        Reviewed-on: https://gerrit.libreoffice.org/54153
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [203e3099c17bf245f8fcd52c32c58d47bd241c2b]

        make Bitmap/BitmapEx constructors explicit
        
        and add
        BitmapEx::operator=(Bitmap const &)
        Image::Image(Bitmap const &)
        to lessen the fallout
        
        Change-Id: Iff5fab88d167a7be739c370c9933d36c297bc61c
        Reviewed-on: https://gerrit.libreoffice.org/54162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4932d61e52d595156af1f63e9fb4bed18b63254]

        make AlphaMask constructors explicit
        
        to reduce surprises in some changes I'm planning
        
        Change-Id: I61cb58d51ab77f57e55159017c7bece5bd99953f
        Reviewed-on: https://gerrit.libreoffice.org/54161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [6e2a017049c4a91632d69ffd02e63138616adda0]

        coverity#1430057 rework warning code to use nonwarning pattern
        
        Change-Id: I1e41e81a88825a7c91ffb9603eb9d769bd41822a
        Reviewed-on: https://gerrit.libreoffice.org/54143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [a4ca3023e22e2435d16e905696e5dad589f3f47d]

        unnecessary duplicate SetImage
        
        Change-Id: Ie337eeae3c8295c4d7e62401f438c50d5bfc9693
        Reviewed-on: https://gerrit.libreoffice.org/54159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [5af60152d623aaa6e9c71c0cda0c2a8407e78fc9]

        SalLayout::CalcAsianKerning() can be made local
        
        Change-Id: Ieff9fda888112e98236d846aa6cf9140be8b355a
        Reviewed-on: https://gerrit.libreoffice.org/54152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [4680ce8790e1a3bd7da6800f4feb4e3a70aaa088]

        Drop trivial, used only once, functions
        
        Change-Id: I387dd91464b211eb892dd4a3adc0b8dae6f84fa2
        Reviewed-on: https://gerrit.libreoffice.org/54097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [a17c2018a4587046c8f2328581eb227b4c1bd422]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/core/tool for easier review.
        
        Change-Id: I4722c8a9ce11ae073389ec8395401f3d11ef0d5b
        Reviewed-on: https://gerrit.libreoffice.org/54133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [9356e0efb188258504b2073ffc8b388d566226e3]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/ui/view/ for easier review.
        
        Change-Id: Ic07f7e924236d29f3cafd69c5ee634ae92105459
        Reviewed-on: https://gerrit.libreoffice.org/54137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [4145a857791df2100d5df9defb79e1160f89249f]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/ui/[a-d]* for easier review.
        
        Change-Id: If268fb87ab09ca430a5bdb5cdd53a233e9158bfe
        Reviewed-on: https://gerrit.libreoffice.org/54134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [aa0cd609d3f7eee02a5f05a93cba060bb82184d5]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/ui/[m-u]* for easier review.
        
        Change-Id: I326902a89b8c65e32a42c3ebb55bea3609d32db6
        Reviewed-on: https://gerrit.libreoffice.org/54136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [2bc1758239dc3e76ef604fccf9d1c58eeba967e5]

        coverity#1430087 Division by zero
        
        Change-Id: Ie29773a3f0a3fcadd633f09e6355b801945933c2
        Reviewed-on: https://gerrit.libreoffice.org/54140
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [ce8b63ed20aa9ce8a36c3b2c02a4f74459e91229]

        silence Werror=class-memaccess
        
        Change-Id: I2deac7b7df8d6b099a52b4e9e82ee0dd0c390c16
        Reviewed-on: https://gerrit.libreoffice.org/54149
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [2d296ee94077f1fdbea42c7fbf340fdd725817f3]

        silence coverity#1401328 Uncaught exception
        
        Change-Id: I0bc55d1dd8fb909388508f2a1f74f846060fed17
        Reviewed-on: https://gerrit.libreoffice.org/54142
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Caolán McNamara  <caolanm@redhat.com>  [86d7984cac6687edd6be2a86fae49c0a10d14627]

        coverity#1430102 Division by zero
        
        Change-Id: Iae44c89c4af70e3e5b19137ee08ca566c7a04fb7
        Reviewed-on: https://gerrit.libreoffice.org/54141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [6cbb674e63e6f94f207d59237c623480fea8c4cc]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/qa for easier review.
        
        Change-Id: Ifd773700654565ad31424dfe854bee8486a2330b
        Reviewed-on: https://gerrit.libreoffice.org/54095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [15032b197c0135be00d8e0b5446898a3c51456e0]

        Fix typo
        
        Change-Id: I1686ce5eeb5503bbcf43f8a071824ab1045dad13
        Reviewed-on: https://gerrit.libreoffice.org/54146
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-05-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [46885986e3749bedb02c666a958d8c4499c8eecc]

        Revert "Enable CppunitTest_sw_odfexport for MACOSX"
        
        This reverts commit fe192a7b7485379625a4d91ad6e3a9e6280add2c.
        
        The mac-mini jenkins buildslaves get stuck on the sw_odfexporttest and
        ultimately get killed by the build-timeout. Revert to not tempt people
        into bypassing jenkins alltogether.
        
        Change-Id: I6c08657a1957455161882443b88b5d581c888bcf
        Reviewed-on: https://gerrit.libreoffice.org/54155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-05-12  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1932f4b04a299fc4f478a629f0f97efea8a10c62]

        tdf#117301 dbahsql: add FLOAT type
        
        Change-Id: I2a7227c40d8df6347c014cf720369384b92e3970
        Reviewed-on: https://gerrit.libreoffice.org/53898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-12  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [74b0602a82a8599fab52d6f58d18d0f39946280d]

        dont use SwClient/SwModify in unocore: Section
        
        Change-Id: Ic594c5129664b309ce1b6ddd0c715a17df5a3265
        Reviewed-on: https://gerrit.libreoffice.org/54091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8484e52675052848d2d3ffe07378ce2ad29fd288]

        tdf#117427 missing API for determining and loading linked graphic
        
        This adds 2 properties to GraphicDescriptor:
        "Linked" - to indicate if the graphic is a linked one
        "OriginURL" - the URL of the location from where the graphic was
        or will be loaded (and is linked to)
        
        Additionally GraphicProvider was extended with a "LoadAsLink"
        (media)property, which can be passed using queryGraphic method.
        If "LoadAsLink" is set to true, then the Graphic will be created
        as a linked one.
        
        In addition the tests for this API was added to VCL (home of this
        API implementors).
        
        Change-Id: Ibdabe5e7780d1b372d1e66c3e19b18779fee2c9a
        Reviewed-on: https://gerrit.libreoffice.org/54090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3e2fdcf48055572dd0f6bb7d73b14c1832622f24]

        Updated core Project: help  5f14059e0d87ac3552b02436405b129c1c3257e1
        
        Helponline: Only add extra <p> margin for main body text
        
        Change-Id: Ia6413bbe4e16ee39dbd01ba48fa307514f517fbe
        

2018-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [23c5125148a8110d88385b29570bf0b7d4400458]

        Use HarfBuzz to get Kashida width
        
        One less platform-specific piece of code.
        
        Change-Id: Ib04c5f1434046e26ead2aaedace67127a5513e55
        Reviewed-on: https://gerrit.libreoffice.org/54098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [1a3deaa7f7ff1d7e6ab5f5d551bcbc8c00d84052]

        coverity#705646 Resource leak
        
        Change-Id: I709b16f720cf97c05207cfb22d0c0ea15622367a
        Reviewed-on: https://gerrit.libreoffice.org/54139
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [850995b2c22db7c3ddbcc8ebfad5bcbc0b01f029]

        weld SdPhotoAlbumDialog
        
        Change-Id: I46cca94bb43e1b1cd9757b22baad9bb3f61bc15d
        Reviewed-on: https://gerrit.libreoffice.org/54132
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [96998e0f4c35fb9c7d39e6bb3a31b194874b091c]

        Resolves: tdf#117475 page properties change triggers page reorder event
        
        and page reorder remove and re-inserts the slide in the slide sorter, so the
        selected page property is removed when the page doesn't really get removed. So
        then there's no selection to apply the later master page property to.
        
        Change-Id: I4a32958542da1bf2f5041dde0294a772645e30ad
        Reviewed-on: https://gerrit.libreoffice.org/54126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Kshitij Pathania  <kshitijpathania@gmail.com>  [3fc6ba164b187a2ea563cdc6ec6603b1e9357596]

        [GSoC]Notebookbar: Hamburger icon is now well aligned
        
        Change-Id: I3c850113049bd5d36e024b2207777e63eaf05b2d
        Reviewed-on: https://gerrit.libreoffice.org/54111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [49a92a140763ca0273135489a676247d670161a3]

        rename create_btn to ok to get desired button ordering
        
        and help is missing a RET_HELP response id
        
        Change-Id: Ibb816f9a3d03ceef4edde023725bebd29f9160d2
        Reviewed-on: https://gerrit.libreoffice.org/54128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [3490bdc22152632baeeddd1494efa1e14b135345]

        silence Werror=class-memaccess
        
        Change-Id: I069bc38195d168512183335eb798ba541d1d2050
        Reviewed-on: https://gerrit.libreoffice.org/54135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [9e11fb7c464a0ede7686023ccec1761e527d0f81]

        coverity#1435548 rework to avoid Dereference after null check warning
        
        Change-Id: Ifb0d6af999e4935009669a7f85a77e640ce0eddc
        Reviewed-on: https://gerrit.libreoffice.org/54138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Abhyudaya Sharma  <sharmaabhyudaya@gmail.com>  [95d5fc76defa9cba9e69b9eac4e732c60c516eb0]

        tdf#96099 Remove trivial StringVector typedef
        
        Change-Id: I2924447a61f592f2c4da1c5b2e4940d30f4a1307
        Reviewed-on: https://gerrit.libreoffice.org/54125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [b0551b1d003d65896283e02f7c9d4945e37c8aa8]

        sw: rename SwTextNode::IsSymbol() to reduce overloading
        
        Change-Id: I440de45908af8ee1b722ddefb54cd0ba60d1e363

2018-05-11  Mike Kaganski  <mike.kaganski@collabora.com>  [92af70732ba8534a08e99ec9d5461d70291e7adb]

        Revert "Set SAL_USE_VCLPLUGIN=svp on all platforms to define headless mode"
        
        This reverts commit c0965754df3309c39d316b76b2205af559bd28e3
        since its reason was fixed in commits
        e57462cd7b08df2794b1c81e7bb15ed96afef1f1 and
        752a1e27246e768984fed43153f3327379b76c99.
        
        Change-Id: I7b41888a9192c842b7df151be0ed3c6cf92d6322
        Reviewed-on: https://gerrit.libreoffice.org/54123
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [caeda2233e648fb7537baee522410416dada39ea]

        sw: fix invalid 16-bit downcast in SwTextIter::TruncLines()
        
        Change-Id: I0a19e730d58c01b55a9de926aaaadb8ef4022317

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [5bc362cb9619617cdc347ee7a3475d8e78b3a109]

        sw: remove pointless indirection to SwTextSizeInfo::HasHint_
        
        Change-Id: I0a6f329c2bc2d10fb993d42e07e71a7b5c5fd5e2

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [bb7700d844152c7ba219ee7cfeee39ef1f6ca8d8]

        sw: cosmetics
        
        Change-Id: Ieed3c8251ab61d7c47314137f5f67cb736b1b158

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [37c21f3cc49e262d20bbc592dbbeefcd9ba1597d]

        SwRedlineItr: prefix members
        
        Change-Id: If4e0dde34004766862240c10c41643c2919a6b18

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [4b049a61153a556d76c6953b060da4c8cf9ba65b]

        sw: fix copypasta assertions
        
        Change-Id: Ic064a738f5f17e006cc5ada125a5143e7cf57d32
        Reviewed-on: https://gerrit.libreoffice.org/54120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [55ad38a42077f35910c84c8b3e33fe46c33369a4]

        SwExtend: prefix members
        
        Change-Id: Ia1b539a9017b1b9f5be09d367bc77eeb08bcd619
        Reviewed-on: https://gerrit.libreoffice.org/54118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [24874732caaa64de97850f3833e34401978dcc45]

        SwAttrIter: replace USHRT_MAX with COMPLETE_STRING for para index
        
        Change-Id: I62698f92190e9d763e559ff26297ac87f120fc80
        Reviewed-on: https://gerrit.libreoffice.org/54116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [3aa01898e58c4a3bea64fea33778ac455f1f5253]

        tdf#117549 crash with focus setting during disposing
        
        Change-Id: I1ab492a4c6fab89debac90224a5f78102d33d664
        Reviewed-on: https://gerrit.libreoffice.org/54122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ce5cd1c1c5cd23a1704d561dc3b53cbaf2d6f01a]

        Updated core Project: help  1b94db073c7f918ff11d005cfb150da1ddd5cf8c
        
        Fixes in <alt> contents of images
        
        Change-Id: I9d964da3a86fcc2ff48bde5ac577659204cefe5e
        Reviewed-on: https://gerrit.libreoffice.org/54130
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [d9370a1406c3d6cf7ebdac5ea2f5a0069aba0814]

        Replace ScGlobal::GetRscString with simple ScResId calls
        
        After the gettext migration there is no point to have two
        APIs for reading the same .mo file.
        
        This patch is for sc/source/core/data for easier review.
        
        Change-Id: Id26cf9c38c8ed76448f615b775423a3f5dbc5ef4
        Reviewed-on: https://gerrit.libreoffice.org/54100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a069bea171a9857829d82711d16ec19621ff5f7]

        Related: tdf#109180 xmlsec nss: backport ecdsa fix
        
        Change-Id: Id977be090e09eefcb4196078682694443718c2fd
        Reviewed-on: https://gerrit.libreoffice.org/54103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-11  Tor Lillqvist  <tml@collabora.com>  [2ff121f298e64ff204621220622472fe697d599d]

        Avoid gengal hanging in an --enable-dbgutil build on Windows
        
        With a newer C++ debug runtime (in an --enable-dbgutil build), passing
        an invalid locale name causes an attempt to display an error
        dialog. Which does not even show up, at least for me, but instead the
        process (gengal, at least) just hangs. Which is far from ideal.
        
        Passing a POSIX-style locale name to the std::locale constructor on
        Windows is a bit odd, but apparently in the normal C++ runtime it
        "just" causes an exception to be thrown, that boost catches (see the
        loadable(std::string name) in boost's libs\locale\src\std\std_backend.cpp),
        and then instead uses the Windows style locale name it knows how to
        construct. (Why it even tries the POSIX style name on Windows I can't
        understand.)
        
        Actually it isn't just the locale name part "en_US" of a locale like
        "en_US.UTF-8" that is problematic, but also the encoding part,
        "UTF-8". The Microsoft C/C++ library does not support UTF-8
        locales. The error message that our own report hook catches says:
        "f:\dd\vctools\crt\crtw32\stdcpp\xmbtowc.c(89) : Assertion failed:
        ploc->_Mbcurmax == 1 || ploc->_Mbcurmax == 2". Clearly in a UTF-8
        locale (perhaps one that boost internally constructs?) the maximum
        bytes per character will be more than 2.
        
        With a debug C++ runtime, we need to avoid the error dialog, and just
        ignore the error. So we install an own CRT error report hook that
        ignores the error for the duration of the locale construcion.
        
        Change-Id: Ia2ca994f03d1ce94ce7e9d7607f204c320ab8f2d
        Reviewed-on: https://gerrit.libreoffice.org/54110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-11  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [f619c9b48a414072d35b831c08c393f3611027b6]

        Updated core Project: help  25c9d4abf6ce26ab213782723ee17f286e77b3b0
        
        Try to fix critical errors in Pootle.
        
        Plus some minor improvements
        
        Change-Id: I8cb1d1cf4faaf083fd0dda3d1a2197cdf4c32dc9
        Reviewed-on: https://gerrit.libreoffice.org/54003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [e1830e7c85ec6d90127107babd563d82d935a380]

        Related: ofz#8226 + valgrind: uninitialized value
        
        Change-Id: I63dea876dffe2d9e17b506dbd8515da2d97fbf08
        Reviewed-on: https://gerrit.libreoffice.org/54113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Stephan Bergmann  <sbergman@redhat.com>  [2de80f9a21f9601b75a2f43c07eb3e0a6509b1e6]

        Fix typo
        
        ...introduce with 476ed0aed1c09055fa05209485919a026e5f014e "weld
        SdStartPresentationDlg"
        
        Change-Id: If7132905ae81ff6c38646bf47a14596421a13eb5

2018-05-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9ddbd8e2bce697ce244a1f6161e8f45312f6e6b2]

        tdf#116993 corrected FontWork to use correct SdrModel
        
        Had to adapt FontWorkGalleryDialog::insertSelectedFontwork()
        to use the correct target-SdrModel when cloning the FontWork
        SdrObject. This is due to FontWorkGalleryDialog being used
        differently from Calc - it calls SetSdrObjectRef to set an
        exceptional SdrModel as target which I took as the always
        to-be-used target SdrModel - due to it's name 'mpDestModel'.
        
        Change-Id: Ia4860283082f041711b8c31952fd2c398eeac30e
        Reviewed-on: https://gerrit.libreoffice.org/54045
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-11  Rene Engelhard  <rene@debian.org>  [752a1e27246e768984fed43153f3327379b76c99]

        (try to) fix dbaccess firebird-related tests
        
        after 1c5c9b84df270e41c68e68bb69fbf183fc20eed2
        
        Move headless check into test and add missing component file for firebird...
        Also check for ENABLE_FIREBIRD_SDBC...
        
        Change-Id: I27ea9fb08ebcce701a54686a8986e5071a8bcf96
        Reviewed-on: https://gerrit.libreoffice.org/53940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-11  Michael Stahl  <Michael.Stahl@cib.de>  [e57462cd7b08df2794b1c81e7bb15ed96afef1f1]

        test: force EnableHeadlessMode() for PythonTest
        
        Clearly this should be on, but we can't easily pass in a command line
        argument like is done in CppunitTest because that doesn't end up in
        rtl_getAppCommandArg(), which is empty since it's the python.bin process,
        so we'd have to find a way to get the argv from python first...
        
        Change-Id: I9321a9f933f388a659643898e0dc38f295f2068c
        Reviewed-on: https://gerrit.libreoffice.org/54083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [36a688255ff2ebddafa3a8d7011167f437967b6a]

        weld SdInsertPasteDlg
        
        Change-Id: I999e7ff88afd7dd82b368ede83d004e309e7dd3e
        Reviewed-on: https://gerrit.libreoffice.org/54102
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [6c6982e7892f9dfde8fd2e79b32e61bd90cbd9b0]

        AbstractSdInsertPasteDlg is unused
        
        Change-Id: I7b660a49d3d54a5de1443815c7fd661d32572971
        Reviewed-on: https://gerrit.libreoffice.org/54101
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [6776a3ba00cf9ba304cd4e158d09b3cc03f68ac9]

        draw has a sidebar, so impress/draw can use same table properties pane
        
        Change-Id: I6f2178bf005fea4885af1359ce07722f17e87ba8
        Reviewed-on: https://gerrit.libreoffice.org/54099
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [94aa2e5013025218b302b000d5cccf65ee557055]

        drop metric connect_changed, use connect_value_changed
        
        Change-Id: Ic89b4185ee76567af807b3e6a56eca691b707a3f
        Reviewed-on: https://gerrit.libreoffice.org/54094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Caolán McNamara  <caolanm@redhat.com>  [c82438da6827045244a3bde1629c43edb9204146]

        weld SdDesignNameDlg
        
        Change-Id: Ie8f7a62d55aabb520c234c995b01d85bf9f432b6
        Reviewed-on: https://gerrit.libreoffice.org/54093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ef9353041a5d132c4797578fec05fd73812e10a]

        loplugin:datamembershadow in ScVbaStyles
        
        member already present in superclass InheritedHelperInterfaceImpl
        
        Change-Id: I52a8178f95ad65dc0780ba0f82d6322cea039ba4
        Reviewed-on: https://gerrit.libreoffice.org/54109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ae25f489575c349d9860caa1336cdbd74a5a01a]

        loplugin:datamembershadow in SdrOutliner
        
        and make the superclass field private too
        
        Change-Id: Ibfe030859d2d81b1cb5b7f47c1292210b16ae42c
        Reviewed-on: https://gerrit.libreoffice.org/54108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [c26351ee513afe0557a6ea51a9072714e8a0434f]

        loplugin:datamembershadow in FrameView
        
        Change-Id: I968bde3533682943c30587c74fbfc8a9260feebf
        Reviewed-on: https://gerrit.libreoffice.org/54107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b0b0f3c64bf8e551a70c2067f4fe87fd29e81d4]

        loplugin:datamembershadow in SdGenericDrawPage
        
        Change-Id: I0c7a08206b6480ba954464be1782d4577483b15e
        Reviewed-on: https://gerrit.libreoffice.org/54106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7758d6609da2c1df978818823f6f9856b99dcefc]

        tdf#117245 sw layout: extend TabOverMargin compat mode
        
        This layout compatibility flag is supposed to mimic Word behavior, but
        in both cases we failed to lay out the text as Word does.
        
        Change-Id: Ic6fb2eb16ce3670d23aeb9f17bd7043f55164883
        Reviewed-on: https://gerrit.libreoffice.org/54087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [026077340dc5659ab4428691d4cd265d118eb726]

        loplugin:datamembershadow in SvxMacroTabPage_
        
        Change-Id: I8cd1a4fef6bd0966620692c316a40ea47dd14d7d
        Reviewed-on: https://gerrit.libreoffice.org/54105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [19156dccf7040094ce682081545213abb321c559]

        loplugin:datamembershadow in DXF filter
        
        depending on which version of the DXF file format you look at, elevation
        can be either group code 30 or group code 38. But since neither of these
        fields is actually in use, lets just remove both until someone has an
        actual use-case for them and can test against real data.
        
        Change-Id: I4355b37c4b8513e8f9704272b269b2fe3f1c659f
        Reviewed-on: https://gerrit.libreoffice.org/54104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [a111a7ba4067dc11070c4b1ab6eb24cc89263770]

        tdf#117522 Calc Column Width after Insert Columns
        
        regression from
            commit d6fb5ca5661195520ca7a7ca2d0145a1e11be099
            dyncolcontainer: use ScCompressedArray for pColWidth
        
        Change-Id: I65d1197c0c638216e063f74def4efb98bfbb9aad
        Reviewed-on: https://gerrit.libreoffice.org/54067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [29deb6657769bab7fc13e04e45d5dbd00bc59a6a]

        Only write mime-type attribute if ODF version > 1.2
        
        Change-Id: I88ae821e969a2c45161f59eb2e667f645f1afdac
        Reviewed-on: https://gerrit.libreoffice.org/54075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4374f8b621dbefcb0a78a8005db48eb25675bf3c]

        uitest for bug tdf#88999
        
        Change-Id: I442704bb54490bdb37a5c3bf7dd0c123cfb89ee6
        Reviewed-on: https://gerrit.libreoffice.org/54088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-11  Tor Lillqvist  <tml@collabora.com>  [fc00041df85fd508d1fc34658d4c9ceeb10084b1]

        Also for SDK 10.0.17134 the winsdklibsubdir needs to have a .0 tacked on
        
        Also remove questionable old "Hack needed at least by tml".
        
        Change-Id: I478358ea114cee2f8a181b98cb3433447b3ed560
        Reviewed-on: https://gerrit.libreoffice.org/54081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [a909afbc21e8cdd03a7f27db798f830c76aa91d2]

        Fold CommonSalLayout into GenericSalLayout
        
        Now the crazy constructors of CommonSalLayout are gone, we can merge
        the two and drop one level of indirection.
        
        Change-Id: I166e4ed2c9d22c1ce75246d486f7526c4928f652
        Reviewed-on: https://gerrit.libreoffice.org/54077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-10  Rene Engelhard  <rene@debian.org>  [e37135d4139f7c614c46fff6f82d519a05f1d9f8]

        move Java from config_features to already existing config_java
        
        Change-Id: I085fab2bcdc5910d1386fc20768fe7063ce3e28e
        Reviewed-on: https://gerrit.libreoffice.org/54071
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [a4d35e9ed6b26d329d05bc4f39e21aac34510e0a]

        weld SdVectorizeDlg
        
        Change-Id: I15469be36807bcfca9882d04dd5d55933692abf7
        Reviewed-on: https://gerrit.libreoffice.org/54092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [8154d17893afff1b910dfe51cb6a6f9c78c301bb]

        ofz#8206 fix rework as OUStringBuffer
        
        Change-Id: Ie9ef508c9db730c4d273d7258c052d074b6ef088
        Reviewed-on: https://gerrit.libreoffice.org/54082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c4380ced324877a91a6df5db938c70ab53a257a1]

        sal: log windows traces to debugger console, take two
        
        This reverts most of commit 4c5b4752786ae2c174cd8fa8aa42b27a0994f34a
        and just keeps the OutputDebugStringA() call unconditionally.
        
        Change-Id: Ia838052b3147ca2d66c7d28b04eadd9700244669
        Reviewed-on: https://gerrit.libreoffice.org/54029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8f799c45659a2f5dd79941aa35d75486e5794eff]

        uitest / Calc autofill
        
        Change-Id: I91f9c5eb69059eceedc190f1578c3d08a722409a
        Reviewed-on: https://gerrit.libreoffice.org/52595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a9ca2cf9da7892c24a2b4605fee99e0ff79d4510]

        uitest - Calc Text to columns
        
        Change-Id: I89effeccc9615f4e34e3dc036f06a5e5437ec37b
        Reviewed-on: https://gerrit.libreoffice.org/53052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cb749eb664d1908a1e507983989768227d4e5203]

        uitest - Calc-Format-Rows + tdf#89140
        
        Change-Id: Id2e9946b2bbf466c86aed6d37e592ccb2a4059d3
        Reviewed-on: https://gerrit.libreoffice.org/54054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8a8fa23a37aa5b2d0b061ec34dd8058493e813b5]

        uitest - Calc-Format-Columns
        
        Change-Id: Ie9375a9c464b658abf5a8f85ae76cc460ed4b9cf
        Reviewed-on: https://gerrit.libreoffice.org/54056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-10  Mike Kaganski  <mike.kaganski@collabora.com>  [140e2784129350e89034b27f45540d76ac1ef290]

        Fix IntelliSense error
        
        Change-Id: I521763230761cd408226b0e6ca08889fb6660fb0
        Reviewed-on: https://gerrit.libreoffice.org/54062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b55ce8d777a6fc76325352747b4f556dde3143c9]

        Only write signatureline element if ODF version > 1.2
        
        Change-Id: I28769e8e3f4d5a0daa54fa188a9aec56c31120ca
        Reviewed-on: https://gerrit.libreoffice.org/54074
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [23a32cf68d624857fbe21a6c2634c50a2977b6b7]

        assert in vectorization dialog with wrong pixel type
        
        regression from...
        
        commit 900b1109a94c1d72c17ab429da1b6c6c2bf79ac6
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Tue Apr 17 22:06:20 2018 +1000
        
            vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter class
        
            Change-Id: I32b58e8d451e7303e94788a546a5b5f9a5bb4590
            Reviewed-on: https://gerrit.libreoffice.org/53037
            Tested-by: Jenkins <ci@libreoffice.org>
            Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        
        where inexplicably the nBitCount related lines weren't moved
        
        Change-Id: Ieca91d5c7c1b8a045d1019cf1b43218f8a2db508
        Reviewed-on: https://gerrit.libreoffice.org/54078
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [5e245445200c5d094bb7eef76d8df3077b799ac5]

        weld SdCustomShowDlg and SdDefineCustomShowDlg
        
        Change-Id: I44d40a286eb5d70982284a270f340653858d38cf
        Reviewed-on: https://gerrit.libreoffice.org/54076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [476ed0aed1c09055fa05209485919a026e5f014e]

        weld SdStartPresentationDlg
        
        to get duration spinbutton working need to know where the cursor
        is in the spinbutton and to change the adjustment factor depending
        on that, and need to additionally disable the vcl round to nearest base unit on
        up/down
        
        Change-Id: I6dd09e1639454cb4820d3aeb0c0c698fcebd417e
        Reviewed-on: https://gerrit.libreoffice.org/54065
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Gabor Kelemen  <kelemeng@ubuntu.com>  [7cee480efe22d48af9e9d96b49ad4358a4010690]

        tdf#42949 Fix IWYU warnings in sc/inc/d*
        
        Found with bin/find-unneeded-includes
        Mostly removal proposals are dealt with here
        and a few trivial substitutions in small headers
        
        Change-Id: Ic4b2e48f1e55fc5d10e3dab16cfee1e358a8e917
        Reviewed-on: https://gerrit.libreoffice.org/54005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-10  Victor Mireyev  <victor@opennodecloud.com>  [9992338fbbf46bf381501df6c7763bf117d2ee25]

        tdf#79315 Fix wp:effectExtent issue when exporting inline picture to DOCX.
        
        Change-Id: I250bb365593c6a06f1d99f28b36e8bde183b16e6
        Reviewed-on: https://gerrit.libreoffice.org/53679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-10  Mike Kaganski  <mike.kaganski@collabora.com>  [c0965754df3309c39d316b76b2205af559bd28e3]

        Set SAL_USE_VCLPLUGIN=svp on all platforms to define headless mode
        
        ... as used now in ODatabaseSource::buildLowLevelConnection; so not
        having it on Windows/macOS makes it hang waiting for dialog (e.g., in
        fdo84315).
        
        Change-Id: Ia63921ae398eddcd1be7d23e75c85979109a6615
        Reviewed-on: https://gerrit.libreoffice.org/54068
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-10  Michael Meeks  <michael.meeks@collabora.com>  [447c40948eab930b4617f905f2722f926c3b7b36]

        Make debugging obscure save failures slightly less awful.
        
        Change-Id: Idf2385b08b31e1a6fddefbf61f6284763c456b18
        Reviewed-on: https://gerrit.libreoffice.org/54047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [014d31ca48e5ec443e8c7e70edc815f51746c71f]

        crashtesting: PageFrame may not exist
        
        Change-Id: I5799ca4e08146688a842ff53a7eb5591504069a6
        Reviewed-on: https://gerrit.libreoffice.org/54066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [557ca49197ff3db6f2c5a28a9ed9cc736faf5796]

        refactor ImplNumericReformat
        
        Change-Id: I92e3a5592691b99683e5c879a3a07b9f3bac7c41
        Reviewed-on: https://gerrit.libreoffice.org/54064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Rene Engelhard  <rene@debian.org>  [c1abccec44841bfad287b7227ebfc38daa010369]

        configure: fix gdrive,alfresco and onedrive id/secret diagnostics
        
        e.g. GDRIVE_CLIENT_ID was checked with -z but it actually is "", so this
        always was outputted as "set".
        
        Change-Id: I9ee3e742655af721ba2b9d56e52d86b17331c65c
        Reviewed-on: https://gerrit.libreoffice.org/54057
        Tested-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e384e1080381e894b590fd0a6d453568715e8fa]

        loplugin:unnecessaryvirtual improvements
        
        look for virtual methods where all of the overrides of the method are
        empty
        
        Change-Id: I87d99a0b647700a8d53498e0ab5f0437d3508553
        Reviewed-on: https://gerrit.libreoffice.org/54060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-10  Caolán McNamara  <caolanm@redhat.com>  [6ede622ab6d2393c3ec90fcaa6e2487232b8c1a8]

        Related: tdf#117499 set default titles for non-gtk3 message dialogs
        
        Change-Id: Ie2de7fe79e5861351c3fd6512bb970def9a31e4e
        Reviewed-on: https://gerrit.libreoffice.org/53991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e0f06f412bce0f2dd896cb4159e99a150778c40]

        writerfilter, writerperfect: various small cleanups
        
        Change-Id: Iea26b73bd91ed178cc4f2279c23246d79f48a6be
        Reviewed-on: https://gerrit.libreoffice.org/54063
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c9ae702b42745bf6963d1cbb4e779b66ade0825]

        store Color using boost::optional in EditCharAttribField
        
        Change-Id: If4af5991be51cdb035c0bc0fb7668844df703073
        Reviewed-on: https://gerrit.libreoffice.org/54022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-10  Khaled Hosny  <khaledhosny@eglug.org>  [c5f8a296fcfc08f8ac441cb8300a7565caa50b53]

        tdf#117517: Fix OpenGL text rendering on Windows
        
        Use the HDC we already selected the HFONT on instead of creating a new HDC and
        selecting the font on it, apparently selecting the font the second time fails.
        
        Change-Id: I2a26469ce70bce763562b6cd2171707e482fb1d8
        Reviewed-on: https://gerrit.libreoffice.org/54046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fe93b771602be86a748ca4e0337a977d7b171d24]

        Convert SwXDocumentIndex API qadevOOo tests (incomplete)
        
        Somebody has to start converting this for Writer...
        
        This conversion is still incomplete, but this sets the base of
        for the conversion of qadevOOo to from Java.
        
        Change-Id: I2cadeaaf58fe334a5e1f29dcb8e59c7481a4550d
        Reviewed-on: https://gerrit.libreoffice.org/53989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6aa734cee472733b60f80cfcc621730fcf12c0a1]

        Updated core Project: help  49076d176daea11abbb789a84c8a9e32f2ee9144
        
        Helponline: Give links a different color
        
        It was the same color as headings, which was confusing.
        
        Also, remove the underline until hovering, which improves readability,
        particularly with Chinese, Japanese and Korean.
        
        And add a custom selection color because… why not?
        
        Change-Id: I3d120c7fd6cbe27d74f0c7c40b72e23cddaa0296
        

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [f4779cdade1fc0d8be78fd13b4daaf5aefae66e0]

        tdf#117519 Colibre icons for merge cell dialog
        
        Change-Id: I4e23962dc4262569e4eff73345c1cb44c590370f
        Reviewed-on: https://gerrit.libreoffice.org/54040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  Caolán McNamara  <caolanm@redhat.com>  [f717b7b5fb6c00aee127f94aba3b8f7e25160134]

        ImplNumericReformat always returns true
        
        Change-Id: Icfb555a59d0a221bdbdcf17601440fda43680d4b
        Reviewed-on: https://gerrit.libreoffice.org/54032
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [9479e5c63f7ce9e46093eebde2ac5a89518e8c04]

        Colibre icons: ALL galaxy icons are available in colibre
        
        Change-Id: I3da8a928a14529f7ba6839a37b823b1df84b99f8
        Reviewed-on: https://gerrit.libreoffice.org/54038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [55178172d1dfa15dd2edafa6e524a5113bf94720]

        Colibre icons: add 96px mime icon in /res
        
        Change-Id: I8d2f9788fe8c8e0042d8f3337413dc0c0505b8af
        Reviewed-on: https://gerrit.libreoffice.org/54036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [c663523ae63b18ea7e85afeb47c0c97e1064aa05]

        no extra heap allocs by WriterMultiListener
        
        Change-Id: I53fbc049e8462b09a1fe7fbdd4207032ddaf5a2b
        Reviewed-on: https://gerrit.libreoffice.org/53955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-09  Stephan Bergmann  <sbergman@redhat.com>  [c330f795ae1e2515e5663e70426334659c2d8506]

        Avoid division by zero
        
        ...as happens during CppunitTest_sd_export_tests:
        
        > sd/source/filter/eppt/epptso.cxx:118:76: runtime error: division by zero
        >  #0 in PPTExBulletProvider::GetId(Graphic const&, Size&) at sd/source/filter/eppt/epptso.cxx:118:76 (instdir/program/libsdfiltlo.so +0x38e7e7)
        >  #1 in ParagraphObj::ImplGetNumberingLevel(PPTExBulletProvider*, short, bool, bool) at sd/source/filter/eppt/pptx-text.cxx:897:46 (instdir/program/libsdfiltlo.so +0x55464d)
        >  #2 in ParagraphObj::ImplGetParagraphValues(PPTExBulletProvider*, bool) at sd/source/filter/eppt/pptx-text.cxx:1114:5 (instdir/program/libsdfiltlo.so +0x54c01d)
        >  #3 in ParagraphObj::ParagraphObj(com::sun::star::uno::Reference<com::sun::star::text::XTextContent> const&, ParaFlags, FontCollection&, PPTExBulletProvider&) at sd/source/filter/eppt/pptx-text.cxx:741:9 (instdir/program/libsdfiltlo.so +0x54e373)
        >  #4 in TextObj::TextObj(com::sun::star::uno::Reference<com::sun::star::text::XSimpleText> const&, int, FontCollection&, PPTExBulletProvider&) at sd/source/filter/eppt/pptx-text.cxx:1313:47 (instdir/program/libsdfiltlo.so +0x5574a4)
        >  #5 in TextObjBinary::TextObjBinary(com::sun::star::uno::Reference<com::sun::star::text::XSimpleText> const&, int, FontCollection&, PPTExBulletProvider&) at sd/source/filter/eppt/eppt.hxx:141:101 (instdir/program/libsdfiltlo.so +0x4068e7)
        >  #6 in PPTWriter::ImplWritePage(PHLayout const&, EscherSolverContainer&, PageType, bool, int) at sd/source/filter/eppt/epptso.cxx:2367:39 (instdir/program/libsdfiltlo.so +0x3dc5bb)
        >  #7 in PPTWriter::ImplWriteSlide(unsigned int, unsigned int, unsigned short, bool, com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> const&) at sd/source/filter/eppt/eppt.cxx:312:5 (instdir/program/libsdfiltlo.so +0x327239)
        >  #8 in PPTWriterBase::CreateSlide(unsigned int) at sd/source/filter/eppt/pptx-epptbase.cxx:399:5 (instdir/program/libsdfiltlo.so +0x49896a)
        >  #9 in PPTWriterBase::exportPPT(std::__debug::vector<com::sun::star::beans::PropertyValue, std::allocator<com::sun::star::beans::PropertyValue> > const&) at sd/source/filter/eppt/pptx-epptbase.cxx:233:15 (instdir/program/libsdfiltlo.so +0x48ff5e)
        >  #10 in ExportPPT at sd/source/filter/eppt/eppt.cxx:1451:17 (instdir/program/libsdfiltlo.so +0x34dfdc)
        >  #11 in SdPPTFilter::Export() at sd/source/filter/sdpptwrp.cxx:173:24 (instdir/program/libsdlo.so +0x26b070d)
        >  #12 in sd::DrawDocShell::ConvertTo(SfxMedium&) at sd/source/ui/docshell/docshel4.cxx:662:29 (instdir/program/libsdlo.so +0x2c454b7)
        >  #13 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) at sfx2/source/doc/objstor.cxx:1508:19 (instdir/program/libsfxlo.so +0x2baa19d)
        >  #14 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet const&) at sfx2/source/doc/objstor.cxx:2792:39 (instdir/program/libsfxlo.so +0x2bcdc17)
        >  #15 in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objstor.cxx:2650:9 (instdir/program/libsfxlo.so +0x2bc86cf)
        >  #16 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objserv.cxx:302:19 (instdir/program/libsfxlo.so +0x2b69519)
        >  #17 in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) at sfx2/source/doc/sfxbasemodel.cxx:2959:46 (instdir/program/libsfxlo.so +0x2cbd740)
        >  #18 in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sfx2/source/doc/sfxbasemodel.cxx:1638:13 (instdir/program/libsfxlo.so +0x2cc26b5)
        >  #19 in SdExportTest::testBulletsAsImage() at sd/qa/unit/export-tests.cxx:934:20 (workdir/LinkTarget/CppunitTest/libtest_sd_export_tests.so +0x8988c)
        
        Change-Id: I516bb2367d6a7fae23e2d474e63ab50af925208b
        Reviewed-on: https://gerrit.libreoffice.org/54034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [1c0035230c410f948a4dad718f2a942cdd7d20fe]

        Better log about preloaded dicts.
        
        Change-Id: I906c0082f3ac3c701f7b02e5d35b998bb7ea4d59
        Reviewed-on: https://gerrit.libreoffice.org/54044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-05-09  Mike Kaganski  <mike.kaganski@collabora.com>  [48078ed27c6a50c270f3a2af75d61c37dd8b6c1c]

        Remove obsolete param documentation
        
        obsoleted by commit 2f9d53df89614955215a630beb0966f0c4a663c2
        
        Change-Id: I3876d1fe0f28f6cde706dba8d53d7f97ab25d5ca
        Reviewed-on: https://gerrit.libreoffice.org/54033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-09  heiko tietze  <tietze.heiko@gmail.com>  [c23c770e3516f3077d77b3c0410652ae3c7554fc]

        Typos in change 53934
        
        Change-Id: I7d2dd64beb70d44113c3c548ff6e13ff1d766614
        Reviewed-on: https://gerrit.libreoffice.org/54017
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-09  Mike Kaganski  <mike.kaganski@collabora.com>  [5ed889e80805daf8471054786c1e424a73744ad3]

        Don't throw in LdapUserProfileBe ctor on LDAP misconfiguration
        
        Otherwise LO crashes e.g. at opening Expert Configuration dialog.
        Instead, log the event, create an empty backend, and return empty values.
        
        Change-Id: I433fc89c003e7886dfc5242a4ef8defa46d643d3
        Reviewed-on: https://gerrit.libreoffice.org/53958
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-09  Armin Le Grand  <Armin.Le.Grand@cib.de>  [015dd48ce60e64de517cb56a5ced89dd4feb4198]

        tdf#116977 Correctly handle copy-construct of SdrTableObj
        
        The new central CloneSdrObject in the case of SdrTableObj
        has to do some more stuff due to the UNO API TableModel in-
        volved and stuff. This is done in ::operator= now and thus
        will work uniformly now (multi-select and copy).
        At the same time there is functionality to clone/copy only
        a partial Table in Draw/Impress when e.g some Cells are
        selected. To reflect this code is needed to 'crop' the
        just cloned SdrTableObj to the current selection. This again
        was pretty hard due to side-effects in the implementation
        using a mix of UNO API and SdrModel-stuff.
        
        Change-Id: I9816e1caf34e29021d46d6dd9bb935c634f5ba2e
        Reviewed-on: https://gerrit.libreoffice.org/53975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1887806c401e3f2d522f500c9b83bdd452030c49]

        uitest for bug tdf#91305
        
        Change-Id: Icf4956214ddbad16fa39922267e3336fe621fbf6
        Reviewed-on: https://gerrit.libreoffice.org/53289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-09  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1a8febcaa4f932124d417877a3b08bd059c0362d]

        tdf#117433 count empty cells properly with COUNTIF.
        
        All empty columns after the first column of the range were skipped.
        When the query contains an 'cell is empty' expression, skipping is omitted.
        
        Change-Id: I0d5b0d24c2d08bad88479cd5b356529a0a709156
        Reviewed-on: https://gerrit.libreoffice.org/54021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-09  Stephan Bergmann  <sbergman@redhat.com>  [64293a27256699d9400605a9f312f7663bca97fb]

        Merge in Flatpak improvements
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
        
        commit 945f6caad87658b1df1e8918bd5f64939058ab7f (origin/desktop-integration)
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Fri Apr 27 16:54:30 2018 +0100
        
            clean up desktop integration
        
             - don't register MIME handler for text/plain (Flatpak appears first in
               XDG_DATA_DIRS so otherwise we "steal" the default text editor association)
             - copy the icons app into the theme with both their original libreoffice-*
               name as well as the org.libreoffice name needed by Flatpak, which fixes the
               window icons
             - append the appdata for the separate apps (Base, Draw, etc) to the appdata
               XML we export for Flatpak, so they are visible in software centers etc
        
        Change-Id: Ia086071671b9ff5a8b07c55a822240f9e8fbb8d3
        Reviewed-on: https://gerrit.libreoffice.org/54030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e890cf0a75e937128260c91ea0183b826d7059c]

        Fix some IWYU warnings
        
        Change-Id: Iab61e0a7cac2dc89e6b04875a62894b181aa0ff4
        Reviewed-on: https://gerrit.libreoffice.org/54016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-09  Stephan Bergmann  <sbergman@redhat.com>  [536bd91e1910ea4cc9aeea123b00785b76063984]

        Missing template clone() in configmgr dconf mode
        
        ...that could cause infinite recursion, e.g. when an erroneously modified
        /org.openoffice.ucb.Hierarchy/Entry template (which recursively has children of
        the same template type) is later used to instantiate a new set member.
        
        Change-Id: I7b9e55fa1c92979aed98b9f23f4432600afffed4
        Reviewed-on: https://gerrit.libreoffice.org/54023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-09  Tor Lillqvist  <tml@collabora.com>  [79fa6ac73caeae089d255c6b8629075364b4a477]

        Use the . separator between sheet name and cell range instead of ! to match UI
        
        Also put a dollar in front of the sheet name.
        
        Change-Id: I93d610dad8ad085718b0fe389e460b588939e5d2

2018-05-09  Henry Castro  <hcastro@collabora.com>  [b6119095fa602ca62c16d4ea8ae301a031122941]

        sc: prefix members of ScModule
        
        Change-Id: I1e3bc91fff084df5a02421c4298fad97dacfda59
        Reviewed-on: https://gerrit.libreoffice.org/54013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-05-09  Caolán McNamara  <caolanm@redhat.com>  [d8e90fdd90f299445509d93c905446f879bf8c73]

        there are 3600000 seconds in an hour
        
        regression from...
        
        commit 9830fd36dbdb72c79703b0c61efc027fba793c5a
        Date:   Sun Mar 17 08:36:26 2013 +0100
        
            date/time IDL datatypes incompatible change
        
        Change-Id: I2f4b64a73b5529ba190acc678d907761bb568bbf
        Reviewed-on: https://gerrit.libreoffice.org/54009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-09  Eike Rathke  <erack@redhat.com>  [987e99d9e38479211fad6bc97134c75bebcf615b]

        Change to Juǀ’hoan
        
        Change-Id: Icb6f7562644e6f471448ed4024a8fa97a5c6549a

2018-05-09  Khaled Hosny  <khaledhosny@eglug.org>  [b0be0d419576c4ba2ad0f904592879a7736cbfaf]

        Blind attempt to fix UBSAN error in FreetypeFont
        
        The only place that calls FreetypeFontInstance::SetFreetypeFont() is
        FreetypeFont::FreetypeFont() calling it with “this”:
        
            static_cast<FreetypeFontInstance*>(mpFontInstance)->SetFreetypeFont( this );
        
        So I don’t think we need to manage that FreetypeFont pointer, as it it
        is guaranteed to be valid as long as this FreetypeFontInstance is valid.
        
        Too many font classes and it is really hard to reason what is doing
        what…
        
        Change-Id: Iee50d2ecc4084116c13a2d2464594d6cffdcfcfe
        Reviewed-on: https://gerrit.libreoffice.org/54008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-09  Julien Nabet  <serval2412@yahoo.fr>  [7aeff452bfd308d122c319ed5135bd98e90590f8]

        tdf#117477: blacklist Intel HD Graphics 630 for Lenovo
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=117477#c4
        
        Change-Id: Ifdd55d5b26ae7ef6d635527050296aa69c2244ab
        Reviewed-on: https://gerrit.libreoffice.org/54015
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-09  Caolán McNamara  <caolanm@redhat.com>  [041f426a709962cd91a2961d90b9f706b0cb4e2c]

        ofz#7816 oom due to too many little allocations in short period of time
        
        Change-Id: I5d575ee37926c24f9708710aa344bbf1f6ea8373
        Reviewed-on: https://gerrit.libreoffice.org/53982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [e84157af4674c1c82831f8bd77a0a6d20024c600]

        windows installer svg icons
        
        Change-Id: I993b420f4eeeb1c0d499d8200c970b86e9641fb4
        Reviewed-on: https://gerrit.libreoffice.org/53887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [644f935cdfb5a6e7a236b2fa35d10bc73254845a]

        Colibre icons: update svx icons
        
        Change-Id: Ic66972ef2afbdf2da06dc62a163ad4260707026d
        Reviewed-on: https://gerrit.libreoffice.org/54014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [4e385c165e1481c9de8a7d05b8e0f1f274a6a99d]

        Colibre icons: finish sc galaxy folder
        
        Change-Id: I8ce588781f031299598b4e2b3e38c101fa90ca32
        Reviewed-on: https://gerrit.libreoffice.org/54012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  andreas kainz  <kainz.a@gmail.com>  [9ff5bf9565b3735f153499a30cda131c1c896bd6]

        Colibre icons: add missing galaxy sw/res/ icons
        
        Change-Id: I4776c26ee099c932f75d841105c519ba0816754c
        Reviewed-on: https://gerrit.libreoffice.org/54011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1f5dd547a6bee028e7df9daee86766e5ec6a29af]

        tdf#117519 Readd accidentally dropped Merge Cells visuals
        
        Heiko’s visuals for this dialog were added in commit 38f83693f096ae14cd43292223c5b16bbb001b87,
        but got removed with the mass nuking of Galaxy in commit 60413c9800c27f53c1108015b50754b065bc98c6.
        
        Change-Id: I3c546705e7769b2a798411fb93e6b4ca0d805323

2018-05-09  Andras Timar  <andras.timar@collabora.com>  [c9a81876ee0ba173af107fda6a831d5a2cbb61de]

        Add possibility to read <value xsi:nil="true"/> from winreg conf backend
        
        Change-Id: I67bc14d7ee1bacc15d34e6ee25ca7638de268643
        Reviewed-on: https://gerrit.libreoffice.org/53942
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/53943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-05-09  Justin Luth  <justin.luth@collabora.com>  [ac27f4e7abf5339f71d4f5f3fc09a13b25669fe4]

        tdf#117137: DOCX import: don't try to set grab-bag as UNO prop
        
        This modifies commit a6f2199e9888cb75960f1d35034bd44fb45e5565
        "DOCX import: don't try to set grab-gag props as UNO props"
        
        Perhaps that commit should simply be reverted, but I will trust
        that the commit was mostly OK and simply adjust the logic so
        that *InteropGrabBag is ignored as before.
        
        Doing this resolves MSO being unable to open a specific document
        and LO missing some numbering during LO round-tripping.
        Probably these are just side-effects from other locations in the
        code that couldn't deal with these unexpected properties. For
        example, the numbering.xml file is malformed, since it is
        missing the w14: namespace.
        
        Unfortunately, I failed in my attempt to create a minimal
        test document.
        
        Change-Id: Idf88cd09d96546b7f03d326afb5f6e58439bcf20
        Reviewed-on: https://gerrit.libreoffice.org/53271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-05-09  heiko tietze  <tietze.heiko@gmail.com>  [c3ec2fb53c68547deda0724315841c818a39fb12]

        tdf#114006 - New default set of gradient presets
        
        New set of gradients incl. l10n and ui test
        
        Change-Id: Iee303a39ad721b5a4e8b9adb78ee5a82227b84f4
        Reviewed-on: https://gerrit.libreoffice.org/53934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-09  heiko tietze  <tietze.heiko@gmail.com>  [77ae49e2e22bc4094f26932286404e50ec1c9c36]

        tdf#117437 - Console error message about ShowInlineTooltips
        
        Issue introduced with https://gerrit.libreoffice.org/#/c/52586/
        
        Change-Id: I6959a645da1df9e956aecc8d923cfd6a9e0b7089
        Reviewed-on: https://gerrit.libreoffice.org/53928
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [96b08e181cdefce24ddc25fdbf0648856cbb7b0f]

        tools: make MinMax functions easier to read
        
        Change-Id: Ief624d353daf5fb321425b396b22c9e9b56806e9
        Reviewed-on: https://gerrit.libreoffice.org/53452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1bb5187a3b83bd0f1005d3f17b81c0f5bfd781d3]

        uitest for bug tdf#117367
        
        Change-Id: I9d272d7a1a55e470d18cc1765d792bec2ffdc3cd
        Reviewed-on: https://gerrit.libreoffice.org/53944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c242335331b7095b17db43a78b91904b507a0a7f]

        uitest for bug tdf#63805
        
        Change-Id: Iab12166181b085e8b0ed84869b2b6857f55683ee
        Reviewed-on: https://gerrit.libreoffice.org/52783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [b781a6b6b2fc0a6688a6335a9408143fb120aa6e]

        vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()
        
        Change-Id: I510d7b286df732712aa9206b0a7c7910af34c83f
        Reviewed-on: https://gerrit.libreoffice.org/53206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2af7daa18467cc7c3f4f435c58cd19ee682f754f]

        extend property tester - add optional variants and color
        
        Change-Id: Iad72470b5f1fc5405673d2d7781bc59002a3a44a
        Reviewed-on: https://gerrit.libreoffice.org/53988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [711c2e49dd3c51877263148267344e2eb4ca7c0d]

        tdf#116272 use correct property name when exporting to PPT
        
        Change-Id: Ic1f5fb0e00531f9e36f05cbdf68b4c2fa7e98989
        Reviewed-on: https://gerrit.libreoffice.org/53987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f4e7d521aab79ecbb16c0518f14c7635902e9e10]

        move unoapi_property_tester to include so it can be used outside
        
        Change-Id: Id6eebba7d80aa287274e921fdd872d37d0e09ef0
        Reviewed-on: https://gerrit.libreoffice.org/53986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [4c5b4752786ae2c174cd8fa8aa42b27a0994f34a]

        sal: log windows trace output to debugger console
        
        Change-Id: Ic8fea70fd3b0b2d4881cd30e3616f5bbf7c0c533
        Reviewed-on: https://gerrit.libreoffice.org/53776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-08  Henry Castro  <hcastro@collabora.com>  [59c1fa3f12ec79c97fd65e86b6d8df200edbe94b]

        sc: prefix members of ScDrawTransferObj
        
        Change-Id: I6a9ad039ec8b34470dd8c5e232b76fa8f686f219
        Reviewed-on: https://gerrit.libreoffice.org/54002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-05-08  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [23a1d893a4df1225b4d4b83fd22b2f449908eb27]

        Updated core Project: help  f646b1bd2781e61b3f8e7be7eb690d6c98013aae
        
        Minor corrections and improvements
        
        Begin of the next round of corrections regarding help texts in Pootle.
        
        Change-Id: I92aea43afbbd02ff56398e665c7d13d3d63684b7
        Reviewed-on: https://gerrit.libreoffice.org/53552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [b2ae1fddfa4c7ac81cd9c2e84079881a0544b9cc]

        ofz#8185 Undefined-shift
        
        Change-Id: I818ee989774da1499b1e6ac92b47bd09aedec754
        Reviewed-on: https://gerrit.libreoffice.org/53992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Henry Castro  <hcastro@collabora.com>  [97135b15448f498bf5c9a1ec40886306be2f2925]

        sc: prefix members of ScTransferObj
        
        Change-Id: I553c552a62b817642b4ce430610e4d9b690d3aae
        Reviewed-on: https://gerrit.libreoffice.org/53923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-05-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [6064e4f3b03411b8898804ba4dac389686791c67]

        tools: document and test sanitiseMm100ToTwip()
        
        Change-Id: I2f6349c679a714e5168ae3c5eccd054c5522bbc9
        Reviewed-on: https://gerrit.libreoffice.org/53814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-08  Eike Rathke  <erack@redhat.com>  [6b2fa7792a8e4feafb6920f0b289bf2c525d14e5]

        Add Ju|’hoansi [ktz-NA] and Naro [nhr-BW] to language list
        
        Change-Id: I65c048a7d52432a7d268b9a0f58aba7efc12a16e

2018-05-08  Michael Stahl  <Michael.Stahl@cib.de>  [b09889a158cbc839ebc8a6061b0b261fa74930e6]

        OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initials
        
        ODF TC decided to rename the element to meta:creator-initials, so adapt
        the import so it can read this in addition to the 2 element names
        produced by current and past LO versions.
        
        Also add a test.
        
        Unfortunately it turned out that the ODF validator had a bug in checking
        character data in foreign elements, which is triggered by the test
        document, see https://issues.apache.org/jira/browse/ODFTOOLKIT-475
        ... so update the validator jar as well.
        
        Change-Id: I1de1e8772b41f8937f043d9a0d150e169f25ffd4
        Reviewed-on: https://gerrit.libreoffice.org/53979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-08  Michael Stahl  <Michael.Stahl@cib.de>  [745cf84060184ae707c047db17ef458aa7e384a1]

        Makefile: re-run configure when download.lst changes
        
        This can only break currently when the ODFVALIDATOR_JAR (or officeotron)
        changes, but then it does break and you get an outdated odfvalidator.sh.
        
        Change-Id: Idcdea3abe6516b71943f32c2bd412f79dc44d790
        Reviewed-on: https://gerrit.libreoffice.org/53993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-05-08  andreas kainz  <kainz.a@gmail.com>  [243e17a5c4a406eafd5fffe751e3cf28e555cc17]

        tdf#117474 Colibre icons: add page-shadow-mask from galaxy
        
        Change-Id: I0ed3fa93ecf4d0c12e8ce4072ff57232decd0cbf
        Reviewed-on: https://gerrit.libreoffice.org/53997
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [8d09cb5398d0a045e9514a72bd022fd1bc7942bc]

        Resolves: tdf#117499 no ok button in info dialog
        
        Change-Id: I91e02403b11d87d89f7b488838a6c0dbfd932492
        Reviewed-on: https://gerrit.libreoffice.org/53990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Dennis Francis  <dennis.francis@collabora.co.uk>  [e0820c761f37169a0ab02e8b9bf64c328ffdc29e]

        Let ScDocument::RoundValueAsShown accept optional...
        
        interpreter context for getting format table from it rather than
        accessing the format table from the document if possible.
        Always use interpreter context to obtain number format via
        ScDocument::GetNumberFormat() whenever possible.
        
        Change-Id: Ib812cda25dc2e80bc79c81d26bc7c7b8a5c997e1
        Reviewed-on: https://gerrit.libreoffice.org/53970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-05-08  Dennis Francis  <dennis.francis@collabora.co.uk>  [f8b08262f9f698cb027855f089676f81b3951ab1]

        interpr4.cxx: Get numformat using interpreter context
        
        Change-Id: I112acf864e8d22714bcc0eefced640dbc8bef6a2
        Reviewed-on: https://gerrit.libreoffice.org/53969
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [c7864c54302b8d44f96359df2eca735a6e80ebb7]

        fix make screenshot
        
        Change-Id: I781dfbc7bb09afd0c2325bcc9fd98e31ec5c4f39
        Reviewed-on: https://gerrit.libreoffice.org/53983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Dennis Francis  <dennis.francis@collabora.co.uk>  [ffbe5d9ec3983a9e12f7b1528717d6f3bed071ca]

        Use format-table from the interpreter context
        
        Change-Id: I7ed243de18e1127d0ed7c60a0db76bf2a3043530
        Reviewed-on: https://gerrit.libreoffice.org/53968
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ff592615af3e3061e74bc9eca796035aa1bc5f0f]

        Updated core Project: help  7161db7f7845d18a9f770f87fa07d4bb0f7237b1
        
        Fix typo
        
        Change-Id: Iae45bff72642eded31d248b5b9bee0814ed97948
        Reviewed-on: https://gerrit.libreoffice.org/53980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-08  Stephan Bergmann  <sbergman@redhat.com>  [4765ea3238c5d562eb86da46d7b353312191c717]

        No need to reflect ongoing compatible changes in type_reference
        
        Had been added as part of 7a8ed362eb163ac15a000ba1cfc74b58315800a1 "[API CHANGE]
        revert and deprecate *BackGraphicURL add *BackGraphic", for no apparent reason.
        (Will eventually be added with a "Update the reference rdbs to
        libreoffice-6-1-0" commit.)
        
        Change-Id: If6c0405df91accc52a67ad62d7ee7dfb49a4c569
        Reviewed-on: https://gerrit.libreoffice.org/53981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-08  Stephan Bergmann  <sbergman@redhat.com>  [946ef03274d723d8fb1fd3d24e8160aa91c3ed39]

        Prevent potential issues mixing system/non-system libwps and libnumbertext
        
        Change-Id: I1e47b3cc01df3d204ef7ef36f2432830aa18e65e
        Reviewed-on: https://gerrit.libreoffice.org/53978
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [ccbb507002b2bf20689def23066521506a1e9c2b]

        Related: tdf#117470 docking windows are toplevels
        
        but are not system windows according to vcl
        
        Change-Id: I7f404acc82ca51520b4fabd4d8a06769dc0f0fee
        Reviewed-on: https://gerrit.libreoffice.org/53971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [02c9756f52565e9c13507a9a4d60d33bc18609c4]

        ofz#8161 avoid recurse to death
        
        Change-Id: If3fc212ed0fe2b3cb3c1381198d46387861ac3dd
        Reviewed-on: https://gerrit.libreoffice.org/53973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Caolán McNamara  <caolanm@redhat.com>  [bfcf57de81ddd5ed8544ff2ede23bd8428f0c0ce]

        Resolves: tdf#117470 reuse parent window of colorwindow...
        
        as parent of color selector window
        
        Change-Id: Id96c9eed21c4e99b9e48ab44bab862fea9fd380a
        Reviewed-on: https://gerrit.libreoffice.org/53972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-08  Rene Engelhard  <rene@debian.org>  [b68daa69739e83095c023b683234d344d0fa02c8]

        fix build
        
        after fba6889f2590185a15646d5b36a49159407a6aaf
        
        add #include <vector>
        
        Change-Id: If43f089211455d476cb99f44707bc118f90b09a4

2018-05-08  Mark Hung  <marklh9@gmail.com>  [1d5e837148dbd9bdc1cb6804e5f6fc6e369d17f2]

        sw: check layout in testTdf102466.
        
        Examine the document in testTdf102466 and sees that the
        table in the first page is clipped instead of first page
        missing as mentioned in the comment 1 of tdf#102466.
        
        Adding more precise test to make the test the feature more
        purposely.
        
        Change-Id: Icb6dfb17f033c96dde21b5561d7b15170cf96e27
        Reviewed-on: https://gerrit.libreoffice.org/53904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [fba6889f2590185a15646d5b36a49159407a6aaf]

        tdf#42949 Fix IWYU warnings in sc/inc/[bc]*
        
        Found with bin/find-unneeded-includes
        Only removal proposals are dealt with here.
        
        Change-Id: Ie63df2185e0586d1fc7db4ed2825a7aa8d8dde73
        Reviewed-on: https://gerrit.libreoffice.org/53950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-08  Olivier Hallot  <olivier.hallot@libreoffice.org>  [af22967160ca02cc65a301b55beb55b1103ecc4a]

        Updated core Project: help  7f7ccb74ab2b637826d1412ad3e63aa7f0ce296e
        
        tdf#115685 Bring new help UI strings to Pootle
        
        Change-Id: Ifcd56f626ed36d4ab7f7da0cd3ef6e95e2456971
        Reviewed-on: https://gerrit.libreoffice.org/53976
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-08  Samuel Thibault  <sthibault@hypra.fr>  [80cee87b3d398837d5b665f3e83ae8a4e6a9ea0f]

        gbuild: Add function to only run gla11y on .ui files
        
        This adds gb_UIConfig_add_a11yerrors_uifiles to request running gla11y on
        .ui files without involving the rest of the .ui processing.
        
        Change-Id: Ic2478705037c98c6cdd493c3930b6ab8ef166b04
        Reviewed-on: https://gerrit.libreoffice.org/53924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-08  Stephan Bergmann  <sbergman@redhat.com>  [fe192a7b7485379625a4d91ad6e3a9e6280add2c]

        Enable CppunitTest_sw_odfexport for MACOSX
        
        The whole boy of sw/qa/extras/odfexport/odfexport.cxx had been disabled for
        MACOSX and WNT with effeb7b039bbed5e4eb0c4af1f600b61ffbb4546 "sw/qa: 1
        individual unit test per filter (import/export) test", for no clear reason, then
        enabled again for WNT (but left disabled for MACOSX) with
        960db7d4a875897addb8a28257da38138babb264 "CppunitTest_sw_odfexport: enable on
        Windows".
        
        What fails for me on macOS is
        
        > /Users/stephan/Software/lo/core/test/source/xmltesttools.cxx:71: Assertion
        > Test name: testEmbeddedFontProps::Import_Export_Import
        > equality assertion failed
        > - Expected: 1
        > - Actual  : 0
        > - In <file:///Users/stephan/Software/lo/TMPDIR/libtest_sw_odfexport.dylibf8drfk.tmp>, XPath '//style:font-face[@style:name='Liberation Serif']/svg:font-face-src/svg:font-face-uri[1]' number of nodes is incorrect
        >
        > /Users/stephan/Software/lo/core/sw/qa/extras/odfexport/odfexport.cxx:1948: Assertion
        > Test name: testBulletAsImage::Import
        > equality assertion failed
        > - Expected: 15
        > - Actual  : 17
        >
        > /Users/stephan/Software/lo/core/sw/qa/extras/odfexport/odfexport.cxx:1948: Assertion
        > Test name: testBulletAsImage::Import_Export_Import
        > equality assertion failed
        > - Expected: 15
        > - Actual  : 17
        >
        > Failures !!!
        > Run: 99   Failure total: 3   Failures: 3   Errors: 0
        
        of which the first was already disabled individually for WNT (so disabled it for
        MACOSX, too), and the latter two are covered by a new TODO disabling just the
        relevant CPPUNIT_ASSERT_EQUAL for MACOSX for now.
        
        Change-Id: I233f71dc9566b1e21d34f4ef65cbddb364bb6f03
        Reviewed-on: https://gerrit.libreoffice.org/53961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-08  himajin100000  <himajin100000@gmail.com>  [fa17a6021f79374ba0e4e010587fa01774805da5]

        tdf#114549:entering hex/dec code should change char sample
        
        by checking has_focus() for m_xHexCodeText and m_xDecimalCodeText.
        Also,CharHighlightHdl and SearchCharHighlightHdl now look alike.
        Also add case for missing glyph for entered hex/dec code.
        
        Change-Id: I32c782ac09756462f11b209afa12183d5ae7ac1f
        Reviewed-on: https://gerrit.libreoffice.org/51616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [638ec7728b9a1327b424eade7f6bc5828b575921]

        convert DELETEX to DELETEZ
        
        one of these is bad enough
        
        Change-Id: Ifc40f3e3c067bb715c6befab9193d22d0c56a6e7
        Reviewed-on: https://gerrit.libreoffice.org/53960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [34394d227bbb0b738fef66a7c457697dbf77de58]

        Updated core Project: help  35250f9463514950b287d279fdd88df893c42fb2
        
        Fix typo
        
        Change-Id: I22c7e3bd8f443d9b15dbde9d1655e653db9a991d
        Reviewed-on: https://gerrit.libreoffice.org/53964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-08  Olivier Hallot  <olivier.hallot@libreoffice.org>  [baca616c76d2e09cf11d68bdfa252b481ac9c136]

        Updated core Project: help  432f47f9ef4498076f9175fcd2f613dd506faa03
        
        Refactor help files with sample files embedded
        
        Change-Id: I46d1147b2a6db931914d332ba6004d1b23b4ea65
        Reviewed-on: https://gerrit.libreoffice.org/53954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-08  Olivier Hallot  <olivier.hallot@libreoffice.org>  [7adb75c261e9450415c0046d78bd7b85e237457a]

        Updated core Project: help  bc322f3bc59d3d05b61cc229eba17f86d157c8f8
        
        Refactor test for online case wrt objects
        
        Also refactor the section "Open file with example".
        Wrap in a div with class.
        
        Change-Id: I14b1b7ca6ca788383824db3db4db4014b295976e
        Reviewed-on: https://gerrit.libreoffice.org/53946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [776288e208b23e78415121efec66a7ad8eb8f31b]

        tdf#117491 Base crash when editing text in SQL query editor
        
        regression from
            commit 148b84160667ed3ec74c8767f6e62567479488f9
            loplugin:useuniqueptr in TETextPortionList
        
        Change-Id: I464a56c26876a9153278d2f99931ca4e3cc3e01f
        Reviewed-on: https://gerrit.libreoffice.org/53959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [42b32321381126ad70700424b8970dbc45a843f5]

        tdf#117403 RTF import: fix lost cell border of merged cell
        
        If two source cells have different border types, then Writer takes the
        second, Word takes the first. So mimic the MSO behavior explicitly in
        dmapper.
        
        Change-Id: I25adc62e024a929216c7b05fec44e1f602f28285
        Reviewed-on: https://gerrit.libreoffice.org/53956
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-08  Jean-Pierre Ledure  <jp@ledure.be>  [00f45dcf550a5ebdeb087f84eb489123fbee35f6]

        Access2Base - Remove useless trailing blank lines
        
        Keep exactly 1 line feed at the end of each Basic module

2018-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [137ec9e3185bc19884e8fc1a56151c8892b0c52e]

        loplugin:useuniqueptr in FmGridListener
        
        Change-Id: I774aaf10dd9701f40a098280b68557d8b8045b34
        Reviewed-on: https://gerrit.libreoffice.org/53884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-08  Stephan Bergmann  <sbergman@redhat.com>  [18e2ee154ac3af88cb800a548dc24b87947ff937]

        Pass visibility flags into external/libnumbertext
        
        Change-Id: I55d4b9d29e262138626fc71931088d75f652b8c2
        Reviewed-on: https://gerrit.libreoffice.org/53941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-08  andreas kainz  <kainz.a@gmail.com>  [f2108e2e7f03954eb5498612845204a9d3d1d4cc]

        Colibre icons: add missing galaxy icons
        
        Change-Id: I9306830c24ec76061a42e0069b40ba98ac5af06b
        Reviewed-on: https://gerrit.libreoffice.org/53948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-08  andreas kainz  <kainz.a@gmail.com>  [ea9219fd3578bdcd0f7fd23bbc5b5e844e98ae5d]

        tdf#117471 add 3d effect icons to colibre
        
        Change-Id: I68ac8431b0aeef4b2cf5c6be93397f504da3450a
        Reviewed-on: https://gerrit.libreoffice.org/53947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c6cf2320d2a464594e759289c34796538d31f02b]

        config entries for the new graphic manager, deprecate old entries
        
        Add 2 new GraphicManager config entries GraphicMemoryLimit and
        GraphicAllowedIdleTime. At the same time, deprecate the existing
        config entries used in GraphicObject's GraphicManager, which are
        not relevant anymore.
        
        Change-Id: Idb775e5e1a623f6c23d0c67fea5334a6c713c6c2
        Reviewed-on: https://gerrit.libreoffice.org/53561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-08  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [ecf50fe71596c3edba8ce437481ab80ae1cd8935]

        remove now obsolete SwDepend
        
        Change-Id: I511a68c2e3612714506b09b0594e96caf4d65d0b
        Reviewed-on: https://gerrit.libreoffice.org/53949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-08  Armin Le Grand  <Armin.Le.Grand@cib.de>  [91b0d2122bdee361bf5412a42d48ff051159cbf2]

        tdf#116977 secured ::Clone methods
        
        Renamed SdrPage::Clone -> SdrPage::CloneSdrPage
        Renamed SdrObject::Clone -> SdrObject::CloneSdrObject
        
        Giving SdrModel is no longer an option, but a must (as
        reference). This makes future changes more safe by force
        usage to think about it. Also equals the constructors
        which already require a target SdrModel.
        Done the same for ::CloneSdrPage.
        
        Change-Id: I06f0129e15140bd8693db27a445037d7e2f7f652
        Reviewed-on: https://gerrit.libreoffice.org/53933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [bdccb7e9991d83029eb2f2f11327b54534a00db8]

        Refactor CommonSalLayout font handling
        
        Moves all platform specific code from CommonSalLayout into the
        platform specific plugins. This way the vcl library won't depend
        on the Qt5 libraries and the Qt5Font header can be moved into the
        qt5 VCL plugin.
        
        While at it, switch the CommonSalLayouts font reference from the
        FontSelectPattern to the LogicalFontInstance and also add the
        harfbuzz font handling to the instance.
        
        Change-Id: Ida910b8d88837ea949a2f84394ccc0cfae153060
        Reviewed-on: https://gerrit.libreoffice.org/47408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9615e45d2e2bac79c252a018846e4f20012cfa34]

        Updated core Project: help  7e1d1370189e34e02b526d5a30095c1794d7546c
        
        More missing “tablehead” roles…
        
        Change-Id: I16009b5295560ccbc02c2a7ea26ee61fe0f0f116
        

2018-05-08  Gabor Kelemen  <kelemeng@gnome.hu>  [741b7c35ac9cc118a9d70925c71f27147551d204]

        Updated core Project: help  d32a12ff3bf76a7751e0dea0f126c55a493b133d
        
        Make use of some existing HIDs in the media player
        
        Change-Id: I8417f79db5bab529d2f9686dffca72bbbf1d6fff
        Reviewed-on: https://gerrit.libreoffice.org/53951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [083b7ca26bbf4b9bad2922520caaf5c0227dac5e]

        Move PhysicalFontFace member of FontSelectPattern
        
        A FontSelectPattern describes a general font request. It can be
        used to find the best matching LogicalFontInstance. The instance
        will be created based on a PhysicalFontFace, which is really a
        factory since commit 8b700794b2746070814e9ff416ecd7bbb1c902e7.
        Following this workflow, this moves the PhysicalFontFace pointer
        to the instance and makes it constant.
        
        Which leaves some special symbol font handling code in the hash
        and instance lookup code path. It used to query the font face
        directly from the instance.
        I'm not sure of the correct handling. The related commits where
        made to fix #i89002#, which has an attached test document.
        
        1. commit 849f618270da313f9339dda29a9f35938434c91d
        2. commit 8c9823d311fdf8092cc75873e4565325d204a658
        
        The document is as broken as it was before the patch. The symbol
        substitution still works, but the 'Q's are missing when displaying
        a symbol font.
        
        I also don't understand all the reinterpret_casts for fake font
        ids. I guess this was used to prevent the crashes I see, where a
        PhysicalFontFace referenced in a valid LogicalFontInstance is
        freed and a later FontId check in the GlyphCache crashes. So this
        now checks for a valid cache instead.
        
        Change-Id: If8ee5a6288e66cfa4c419289fbdd5b5da128c6ea
        Reviewed-on: https://gerrit.libreoffice.org/47279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-07  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [1ca1886d46f38a0759ab466e6a4a8c3c0866c523]

        Updated core Project: dictionaries  ba46347c2c7182cb21a22d8c2c1d761ecb3e6014
        
        Updated the English dictionaries: GB
        
        Change-Id: I99dde909e4b4a29204b9d30bcc21e120baabbe38
        Reviewed-on: https://gerrit.libreoffice.org/53501
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2018-05-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [42b8d1c00e83c3907da7d14d21ebc0d203233a78]

        tdf#116745 handle <object> element when localizing
        
        The <object> element was brought to Pootle by wrapping it in a
        <paragraph> element. However, the localized build helper changed
         < and > to HTML entities, which broke the rendering of the localized
        <object> element.
        
        This patch addresses the issue and keep the < and > as is.
        
        Change-Id: If03c02b8a4170284a5f7e5caa58709b3832151ed
        Reviewed-on: https://gerrit.libreoffice.org/53810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-05-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c3634d29d340b6f2cd1a43596d1499442b78514c]

        Updated core Project: help  a6b63716e5f4921209336025f21cff41a103d9dc
        
        Add screenshots for help in smath module
        
        starmath module has 8 dialogs.
        Generated by make screenshot in starmath/
        --with-lang=ALL
        
        Change-Id: I54f34e9aaab3062ec90799ce2ab0994c0393a2dd
        Reviewed-on: https://gerrit.libreoffice.org/53921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f282662c222cc8d31a7a440f8e553dddc8b4dd3e]

        cppcheck: accessMoved
        
        Change-Id: Ia0d0761660a2096c308b1738ccc0294cb3b2a456
        Reviewed-on: https://gerrit.libreoffice.org/53907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-05-07  Stephan Bergmann  <sbergman@redhat.com>  [603074c5f2b84de8a24593faf807da784b040625]

        Pass _GLIBCXX_DEBUG into external/libwps
        
        Otherwise, CppunitTest_sw_odfexport (which happens to load both libwps and
        libnumbertext) on Linux --enable-dbgutil would cause a crash when
        testSpellOutNumberingTypes calls into libnumbertext's use of std::regexp, which
        instantiates a std::__detail::_NFA<...> with std::__debug::vector<...> members,
        but happens to bind to libwps' (exported, inline) functions to destroy that
        _NFA again, and libwps' view of std::__detail::_NFA<...> uses non-debug plain
        std::vector<...> members.
        
        (Copy/pastes the code to enable _GBLICXX_DEBUG as already used in various other
        external/ExternalProject_*.mk, incl. ExternalProject_libnumbertext.mk.  This
        mess should be cleaned up.)
        
        (It looks like a libstdc++ bug to me that such instances of _NFA with different
        members due to debug mode nevertheless have the same mangled names.)
        
        Change-Id: I92a41a39c5fe6ae5eb71855e32d929690219f1d1

2018-05-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cd1a3eb429c58e79bf427d3cbc0f74b44020d4ca]

        update credits
        
        …and remove blocked wiki accounts – rdm#2585
        
        Change-Id: I4e16f0efadb27b06eb2962aa28667c91cf15adc3

2018-05-07  Stephan Bergmann  <sbergman@redhat.com>  [9801268a0f946dce6d1893369fc761a796c18156]

        Pass --enable-debug into external/libwps
        
        Change-Id: Ib36fc7ad118abf8529ca1fe17d1054f33edb094e
        Reviewed-on: https://gerrit.libreoffice.org/53938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7a8ed362eb163ac15a000ba1cfc74b58315800a1]

        [API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphic
        
        *BackGraphicURL include the following properties:
        - BackGraphicURL
        - FooterBackGraphicURL
        - HeaderBackGraphicURL
        - ParaBackGraphicURL
        
        This were removed, but for backwards compatibility this commit
        adds them back again and depreactes them in the UNO API. The
        behaviour also changes as internal vnd.sun.star.GraphicObject
        scheme URLs aren't supported so this properties can only be set
        and only if a external URL is provided. If getting such a property
        then a RuntimeException will be thrown.
        
        [ Miklos Vajna: fixed up sw/qa and writerfilter bits. ]
        
        Change-Id: If60011837da96197b576bfe2671ecafccad736c7
        Reviewed-on: https://gerrit.libreoffice.org/53511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-05-07  Stephan Bergmann  <sbergman@redhat.com>  [3e7bea5ece847dcd7234f7e7fd310b1daab0eec1]

        -Werror=unused-variable
        
        ...when vcl/inc/unx/x11_cursors/salcursors.h included
        vcl/inc/unx/x11_cursors/null_mask.h defining nullmask_bits and
        vcl/inc/unx/x11_cursors/null_curs.h defining nullcurs_bits, which are both
        unused here.
        
        Change-Id: Ib17870dce18a1071fb9b38922cdb0e698c18cbc5

2018-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5834a3967b3b182d1b7b7a5b500aaea2ea423be]

        sw HTML export: ensure <li> is not closed before list item content
        
        Seems to be a regression from commit
        c30cf5a3d7902018b0a752fa2060b8f2a2caafc2 (sw html: use HtmlWriter in
        htmlatr in some places, 2014-03-16).
        
        Change-Id: If03b77a43cb2f7d1c9c9c62da7eef9ee9c2b5e91
        Reviewed-on: https://gerrit.libreoffice.org/53937
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [c0893305bf673bd706a8fec014eedfd104dbe88f]

        tdf#42949 Fix IWYU warnings in sc/inc/[aA]*
        
        Found with bin/find-unneeded-includes
        Only removal proposals are dealt with here.
        
        Change-Id: I1b9193e0d7b320d2b64636eca1bc71041e338d45
        Reviewed-on: https://gerrit.libreoffice.org/53900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fdd2ec1e39cac9bc73067ade7cba294919610879]

        Fix typo
        
        Change-Id: Ib369d61652ef19fba39ad004a4582448fdc09443
        Reviewed-on: https://gerrit.libreoffice.org/53936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [912beb5b51689301ab31b4619ca4b39f67e8aaa4]

        Make screenshot folders = ALL_LANGS
        
        Makes it easier to copy to help media files.
        
        Change-Id: I0f0c9272fbc0f8df826af74ff79bfbb171a17a65
        Reviewed-on: https://gerrit.libreoffice.org/53903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [695a4302800b63c263d70ec16c325070604b0aee]

        sw: prefix members of WW8RStyle
        
        Change-Id: Ibc64cdc44d170af11479db47c309faac5665daec
        Reviewed-on: https://gerrit.libreoffice.org/53927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7d4c9c2f776a133ee13d7601f190b6ac8d25d47]

        UITest_calc_tests: disable flaky test for now
        
        Change-Id: I70b7755f58b79cc143f51ed647999a056e8567f9
        Reviewed-on: https://gerrit.libreoffice.org/53930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3bfdab6b59877fc02b338a5785abb4af0de9e6db]

        Updated core Project: help  5c889a294765c6d91999a561c7bdb6d59eaf9876
        
        fix menu item path to master in Draw
        
        Change-Id: I82af34cc14576bac84095b25e77f2f9a0dede5c7
        Reviewed-on: https://gerrit.libreoffice.org/53911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [24d59c9e044dfc04013b5d364237245b314f62ed]

        configure option to disable libnumbertext
        
        Because we get a crash in CppunitTest_sw_odfexport when compiling with
        clang >= 6.0.0
        
        Also had to fix the ENABLE_LIBNUMBERTEXT being propogated, and the
        way the code checked it.
        
        Change-Id: I68e4a0078016d176f478ca4c1110fc296b6ca921

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d7867c3ac20083b5fd943f5bca44b102ccbe20e]

        loplugin:useuniqueptr in OPreparedStatement
        
        Change-Id: Iea0a8c92bbf7820b5f9e2ab79e7df662e8280b2d
        Reviewed-on: https://gerrit.libreoffice.org/53865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [210638cc162ce36c8afab3aa64a65afbb5955939]

        tdf#117299 dbahsql: add varchar_ignorecase type
        
        Change-Id: I1dc904fe1b9146c978086861ef96f5141794bf09
        Reviewed-on: https://gerrit.libreoffice.org/53901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-07  Rene Engelhard  <rene@debian.org>  [1e2afc9bd3062cfba6b65b45c17a08f298014239]

        two more icons with spaces in coilbre I missed
        
        Change-Id: I2d2abd8ce31174753a9275a80e866d6ceb5c7b2e

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1e4def198f37cdc929211e44206875dd406d258]

        loplugin:useuniqueptr in FmXGridPeer
        
        Change-Id: I05d6fd36bb92e88016ac9cb062c4443ec8796b97
        Reviewed-on: https://gerrit.libreoffice.org/53882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [dbba08c7d430948775d47164c760ea1100442beb]

        loplugin:useuniqueptr in FmGridControl
        
        Change-Id: I2fc39692bfb42bfff667908d73b3074d5cc04a28
        Reviewed-on: https://gerrit.libreoffice.org/53881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [f7a0627c9a5ebd5827fc793ae023fb28e99a6525]

        loplugin:useuniqueptr in SvxTextEditSourceImpl
        
        Change-Id: I69b3fcbdb8a41ed227acdc65232ca013e63bc82d
        Reviewed-on: https://gerrit.libreoffice.org/53880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [babaa7afcf38763511a152dcc467c2812349207b]

        loplugin:useuniqueptr in SvxTableController
        
        Change-Id: I505f0fe1626e6b935c4194cceaa0f4d0f8756656
        Reviewed-on: https://gerrit.libreoffice.org/53879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c632220d3aa8faa66b44ba29fbcc560813a369a]

        loplugin:useuniqueptr in SdrObjEditView
        
        Change-Id: Ie980c0f50483235663e9560fbcf61cf284663228
        Reviewed-on: https://gerrit.libreoffice.org/53878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [91af898b2a9193219bd28aa64296eaf0e145beb6]

        loplugin:useuniqueptr in Sane
        
        Change-Id: I06e9423e667ee87d767bbc17e62798ae0586e975
        Reviewed-on: https://gerrit.libreoffice.org/53877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [a36d67240c303101fb6a56e40ff46aa1023089f3]

        loplugin:useuniqueptr in SfxDocumentInfoItem and CustomPropertiesWindow
        
        Change-Id: I535200a5b26725cdefc3e6e3ce5e1e925e7a7bfd
        Reviewed-on: https://gerrit.libreoffice.org/53876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f0167d0e005b2872bba966ab9d72f5cd0f5ad17]

        loplugin:useuniqueptr in OleEmbeddedObject
        
        Change-Id: Ia455b86ec14320234935bce32c0bc33a88db036a
        Reviewed-on: https://gerrit.libreoffice.org/53875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d655a8d2455c75921eba7a4431fa3d71048e8129]

        loplugin:useuniqueptr in FlashExporter
        
        Change-Id: Ie03889d482bc7504db2e35f9ee667157f18bcc3a
        Reviewed-on: https://gerrit.libreoffice.org/53874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [945642c28971efc89d3bbc5e474814b19ba2a76c]

        loplugin:useuniqueptr in CGMFList
        
        Change-Id: I2ad0995c9ef9e04efb4ee3dad9c1a879303c8dbd
        Reviewed-on: https://gerrit.libreoffice.org/53873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [2834d503d683c7a125b24e49f0127d43cb2501e9]

        loplugin:useuniqueptr in TIFFWriter
        
        Change-Id: I119e280f43e38c9ada64ce5a59dcee2aa0dc2e94
        Reviewed-on: https://gerrit.libreoffice.org/53872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [6e155026b1c123045def6e1a72ac268e78b4262e]

        loplugin:useuniqueptr in GIFLZWCompressor
        
        Change-Id: Iffc9cab9717691818bdc49c8a97f0dff9461340d
        Reviewed-on: https://gerrit.libreoffice.org/53871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [619027af4480e71198ab7c642f9b56c618c1fba3]

        loplugin:useuniqueptr in SfxCmisVersionsDialog
        
        Change-Id: Ib2ad8550fa452478066039d79a75f75cb5605460
        Reviewed-on: https://gerrit.libreoffice.org/53870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [063ac5c39a8ba324ca14384065df1118e44fabd5]

        loplugin:useuniqueptr in SfxVersionDialog
        
        Change-Id: I6adb8baff9792c65e3474c10e6ffdac56fe2e5ff
        Reviewed-on: https://gerrit.libreoffice.org/53869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ffd83de107adfcc7a18bde6e8337c90924b89b7]

        loplugin:useuniqueptr in SfxModalDialog
        
        Change-Id: I612b92045c3a1cf4a443adf2b35fe7ac6f1aa0bf
        Reviewed-on: https://gerrit.libreoffice.org/53868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e2d60f8565c2619807900244b3238ea23c4d962]

        loplugin:useuniqueptr in OResultSet
        
        Change-Id: I8fb228a34710b73ed387458dab882e085125925b
        Reviewed-on: https://gerrit.libreoffice.org/53867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [a13a8f3e467680fe4ad014c712ce81ff0e6719bf]

        loplugin:useuniqueptr in OCommonStatement
        
        Change-Id: I79f1322dff544ae6251a5a20e4553c6a2baa6fda
        Reviewed-on: https://gerrit.libreoffice.org/53866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [0ce677434f5eb1ff388d0f33306b9dba9b5beaab]

        loplugin:useuniqueptr in MQueryHelper
        
        Change-Id: Ic76213b5bfa31310d8633ac7a8db7e4cc9020710
        Reviewed-on: https://gerrit.libreoffice.org/53864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [7baed0c028df4b5215557e8410467277d068021b]

        loplugin:useuniqueptr in OFileTable
        
        Change-Id: I74f21220b71703a18d1ae85f5f50397355304153
        Reviewed-on: https://gerrit.libreoffice.org/53863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [e2b72039c619b64235fc7cbf12ac40b6b968f984]

        tools: date unit tests
        
        Change-Id: I2b3eaf74173f7f456f04c734dfb7c05c95802809
        Reviewed-on: https://gerrit.libreoffice.org/53895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [16c6c05fbeeffe06d887b29eb52605cd4292bbdd]

        bridges (win32/64): Log method calls
        
        Change-Id: I5177dd4fbc8f1b638ceff14c5d88d19fff8076a3
        Reviewed-on: https://gerrit.libreoffice.org/53779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [28ab8b127cf0561789f7683246ca25e889ae43c3]

        tdf#112382 Rename Field command to Edit Fields in the context menu
        
        This makes the context menu item name match the window title it opens
        while not changing the label used in the main menu
        
        Change-Id: I0ac488302f942edea4507a4a0f53a4a84af2f9da
        Reviewed-on: https://gerrit.libreoffice.org/53844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5f42c9527333034bd01d8b78fdc3c0eb9924d2cb]

        uitest for bug tdf#69981
        
        Change-Id: I947786692f8c40c2bc7775632763f317738bc801
        Reviewed-on: https://gerrit.libreoffice.org/52999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b5fe54fa3cfeaa9208b9e04e7deb7db9d43683e7]

        uitest forbug tdf#82398
        
        Change-Id: I103981abed68dc88bed27040abf269b2e345d30e
        Reviewed-on: https://gerrit.libreoffice.org/53124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [31e96ad6d9cb907f46f37f6f30b60bd07316240b]

        uitest / Writer Tools-Sort dialog
        
        Change-Id: I310339b38d8a2833fb0e6b09b89ca04e1a6db5c0
        Reviewed-on: https://gerrit.libreoffice.org/53212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0a5afd0cdd2b28fbdb67ec84c9f03fd9dc50eca5]

        uitest for bug tdf#89907
        
        Change-Id: I011d0e1e2671f88a012ac30754bf96a5631630da
        Reviewed-on: https://gerrit.libreoffice.org/53122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a019ee36a37f3761d5ba2e90973c6a9cbc9399c9]

        uitest for bug tdf#85979
        
        Change-Id: I3d5ec58532956e7aae7d33759ef9aa9753f4dd1d
        Reviewed-on: https://gerrit.libreoffice.org/53137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [36c1fab26f767894943203a88082ed50d3fd23f5]

        uitest for bug tdf#73006
        
        Change-Id: I91ed6776f5f045e832ce7f913521e80c05d13375
        Reviewed-on: https://gerrit.libreoffice.org/53182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [35f8c6822ad012a9c7f33ec2173bef4e585875cb]

        uitest for bug tdf#53482
        
        Change-Id: I169cce450c3ba5ab63d0e4d0b1610261254c3a7c
        Reviewed-on: https://gerrit.libreoffice.org/53245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-07  Daniel  <danielfaleirosilva@gmail.com>  [08441d466dd70c203a519a133aaf1a5997adbbd3]

        tdf#113866 print text in black print option doest not affect PDF export
        
        Change-Id: Ie328e3a8246e1c2c818af1b9cc4d59e2e711a041
        Reviewed-on: https://gerrit.libreoffice.org/53716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-07  Daniel  <danielfaleirosilva@gmail.com>  [6a8ae73b4c23ec80f97bcafd8b9a5e8f14b2abc7]

        tdf#99301 fix handouts selected order
        
        Change-Id: I757d41a4ec2ce832b16243e9d9c6fbd5fba6add6
        Reviewed-on: https://gerrit.libreoffice.org/53628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-07  Samuel Thibault  <sthibault@hypra.fr>  [239d985b712301a5922fe4d32f29db94e5f73766]

        gla11y: Enable warnings for GtkEntry widgets missing a label
        
        Change-Id: Ie2bd516a8125771e747c5960087f835b63737e9e
        Reviewed-on: https://gerrit.libreoffice.org/53837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-07  Samuel Thibault  <sthibault@hypra.fr>  [4789eb9671c6d6fb0e131267b97a7ad3de8ac5ce]

        vcl: Fix accessibility issues in demo.ui
        
        Change-Id: I8da9fabe80f9c487b0c5ef225d55048ef544bf8e
        Reviewed-on: https://gerrit.libreoffice.org/53843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-07  Kacper Kasper  <kacperkasper@gmail.com>  [99614e0a782a15749bdc3781d5319309c8d48b46]

        Allow building Qt5 backend on Haiku
        
        Change-Id: I7e928e9e29076bdfaaeffb83791bdc35f1952055
        Reviewed-on: https://gerrit.libreoffice.org/53892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-06  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [36847ce41aae7c81ad7ca9d22a7215a640378929]

        make SwDepend an implementation detail of sw::WriterMultiListener
        
        - ... and rename it to ListenerEntry
        
        Change-Id: Ie0f77f1d381da469899420f864995e1697e4c639
        Reviewed-on: https://gerrit.libreoffice.org/53909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [642cc0000fa666952e6232e5d56eaf02a06e6814]

        Updated core Project: help  f71b73b67a2d97ac8888e6444ee8e058a2feb8f8
        
        correct command name to delete slides
        
        Change-Id: I2cd613115ab53bfbc5f71482674ce376742e3f55
        Reviewed-on: https://gerrit.libreoffice.org/53912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-05-06  Caolán McNamara  <caolanm@redhat.com>  [3988bd9dc8339aa32f1721df6b256def5e94f786]

        coverity#1435440 UrF: Unread field
        
        Change-Id: Ia8aa697261f92779077b1f91eeedfa1d7edcb327
        Reviewed-on: https://gerrit.libreoffice.org/53914
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-06  Caolán McNamara  <caolanm@redhat.com>  [ace53eb17c6e2a2e614bb2ff5d99fa5ccfe79358]

        coverity#1435436 UrF: Unread field
        
        Change-Id: Ic119dc27d5d0e54a1af5e5acebb13e7fbc85b1f7
        Reviewed-on: https://gerrit.libreoffice.org/53913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-06  Caolán McNamara  <caolanm@redhat.com>  [ec3eac9cfeafca69c61ef7b50687a897087f1835]

        coverity#1435442 silence Unchecked return value
        
        Change-Id: Ifb8a72f250e20f2932c0c03a4d41c999b85db0a3
        Reviewed-on: https://gerrit.libreoffice.org/53916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-06  Caolán McNamara  <caolanm@redhat.com>  [f0886f4e7654078bd053c8d400b682171aff850b]

        coverity#1435443 Arguments in wrong order
        
        and
        
        coverity#1435439 Arguments in wrong order
        coverity#1435437 Arguments in wrong order
        
        Change-Id: I8dc4166640613ce25c9d01624d607568e42edac9
        Reviewed-on: https://gerrit.libreoffice.org/53915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [30251adb962f55c6486c491691015fc07052d069]

        uitest for bug tdf#92423 (text to columns)
        
        Change-Id: I14702eeb60289f772a0cf54e995a420de1368f4c
        Reviewed-on: https://gerrit.libreoffice.org/53049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [709e9bbf89bcf762dee358c77abc7bac825b60e9]

        uitest Calc tracked changes + tdf#66263
        
        Change-Id: I8a563a0869d7e2208b345b281f2b30d343523a95
        Reviewed-on: https://gerrit.libreoffice.org/52803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e2c03006a68cdd9424449eef64fbed68af66dad9]

        uitest / Calc sort
        
        Change-Id: I3e70dc5b783335cdf30e337200d369b35865d772
        Reviewed-on: https://gerrit.libreoffice.org/53214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9b5c9865d9d193d52e7d728f15ffcb8cfc4d5e4f]

        uitest for bug tdf#51700
        
        Change-Id: I2868a5a2abca775b0638fca1b32855c3adebc403
        Reviewed-on: https://gerrit.libreoffice.org/53173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [90f6876bec3989e3fc8e4f961604c8d00e735eb9]

        uitest for bug tdf#64001
        
        Change-Id: I7c0c2fbbb918a7ce2269920ce3f8342bf6f32583
        Reviewed-on: https://gerrit.libreoffice.org/52599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Caolán McNamara  <caolanm@redhat.com>  [95620da00dc53a061c3b093510e46a7c0b3163c6]

        Resolves: tdf#117413 char doubling appearing under X with gtk3
        
        like happened on gtk2, so make the rhbz#1283420 bodge happen for XLIB surfaces,
        regardless of the backend
        
        Change-Id: Ic51679a71523e8cc76832858411b102d915638cf
        Reviewed-on: https://gerrit.libreoffice.org/53860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f491f4aabe0fc8de4d024f7e6ea60a6927108d89]

        Updated core Project: help  577f7d2ba8639e17fbb1f7238121de453bba9f8e
        
        Fix icon path for colibre + screenshot lang
        
        Note, Tip and Warning icon path
        Fix screenshot lang path for en-US
        
        Change-Id: Ia8a7c5d396ea4e3d6858ebcde6019d71c43278b0
        Reviewed-on: https://gerrit.libreoffice.org/53910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-06  Gabor Kelemen  <kelemeng@ubuntu.com>  [4e81efeadee1403bc3315a4adbf86cd769715fc2]

        tdf#55972 Export URLs relative to filesystem in PDF export by default
        
        To sync with the default setting used for other file formats
        
        Change-Id: I4fb0062c43282631c30e89308b25c1658d438537
        Reviewed-on: https://gerrit.libreoffice.org/53815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-06  heiko tietze  <tietze.heiko@gmail.com>  [411162f2d12affc6a1109022b185c7060f12bd4f]

        tdf#117007 - Elementary not appearing on some backends
        
        unity & mate added in iconthemeselector
        
        Change-Id: I9a10af148b405068726645940d482c89962fec5c
        Reviewed-on: https://gerrit.libreoffice.org/52880
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [9c475ed270f1bb8601f312ee43ca2c50bf1790b9]

        svx: remove comment cruft
        
        Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6
        Reviewed-on: https://gerrit.libreoffice.org/53899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-06  Rene Engelhard  <rene@debian.org>  [f705883c2a5bfaf24d355b9a41bd613e71fc72e4]

        CustomTarget_registry.mk: add new $(SYSTEM_LIBNUMBERTEXT_DATA) to sed...
        
        Change-Id: Ib35c95f792a49d952ca9f226fbd181831d22a1da

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [14f98f26bb8153078f0f1eb2604d53a37a219a9d]

        uitest for bug tdf#94208
        
        Change-Id: I964303a415c581a97ad2578c6d2b8e304aae0b6b
        Reviewed-on: https://gerrit.libreoffice.org/52738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f7fbfeea1f0834d133f436b0d27d42d05e9d574a]

        uitest for bug tdf#46138
        
        Change-Id: I717cfb9caeb8881606e4a11b9b0debebfd5dcd24
        Reviewed-on: https://gerrit.libreoffice.org/52735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2833a26a81adcf6a50106fd047423e229b35e79e]

        uitest for bug tdf#105268
        
        Change-Id: I67840582480a968f0a4e1b36402a9bea6a0204b5
        Reviewed-on: https://gerrit.libreoffice.org/52691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ff5fef04c9a0c0c722d2af815333bcec172c15d7]

        uitest for bug tdf#37623
        
        Change-Id: I9cd62b49b3c3580b6d4d13798e8f4c01d43e1459
        Reviewed-on: https://gerrit.libreoffice.org/52690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8e794c95c48d7c7fbfffebb9cd99f8d49dcf4735]

        Fix missing newline
        
        Change-Id: Ib57478c008b733bde6e9480e80ec59142a107861
        Reviewed-on: https://gerrit.libreoffice.org/53889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dbf70dff8eefd18b1f757afcd07d1a0c830c4e3a]

        uitest for bug tdf#113252
        
        Change-Id: I9208e09ce22c61baf3750c9555c31302a6fa2158
        Reviewed-on: https://gerrit.libreoffice.org/53862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [71211b961cbbbffeb8789f6ba49901518d720239]

        uitest for bug tdf#85403
        
        Change-Id: Ic4e4b5d006c84d743495bfa811e9477dc8ded8b2
        Reviewed-on: https://gerrit.libreoffice.org/53158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b6285f19d312bd967a33b5b090724f0386ef76f3]

        uitest Writer Format paragraph
        
        Change-Id: I188836bb2fe836700c2f46bc8a31e8451a391ce9
        Reviewed-on: https://gerrit.libreoffice.org/49313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4e6cbbee9f3e962beef142f332c7bbcf9699ff70]

        uitest - Calc - natural sort
        
        Change-Id: I7f6ce70da7f2a8c3af8d3329386f67545b0e602c
        Reviewed-on: https://gerrit.libreoffice.org/53330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c64dd1afb95b4945b438ee60ef811703413e416d]

        uitest for bug tdf#99773
        
        Change-Id: Iee2538c824ea8ea4d797413e1d8200089ca49c84
        Reviewed-on: https://gerrit.libreoffice.org/53331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6898da014b1db1f5b8d4a21af204b04cc7915a92]

        uitest for bug tdf#99627
        
        Change-Id: I3c2236925eede16ca06b5774a9d7b1f024e35061
        Reviewed-on: https://gerrit.libreoffice.org/53387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b75fde430a01fc165e69ccf437fbc262fcfc1926]

        uitest for bug tdf#79983
        
        Change-Id: I7331979a4d1ed594ea267ef8843dc0bf3e1b7f1c
        Reviewed-on: https://gerrit.libreoffice.org/53417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c5f74b7d567b1a1ac952c14b77404031290a96d0]

        uitest for bug tdf#95192
        
        Change-Id: If03043e43f4d8ada6ad8a199b3653111dd638b05
        Reviewed-on: https://gerrit.libreoffice.org/53404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [98821620c99f66b9e30db225a2d28db7b28ba013]

        uitest for bug tdf#99208
        
        Change-Id: I25790bb2575f8b06bc19a2172033a387a8ba342c
        Reviewed-on: https://gerrit.libreoffice.org/53808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2018-05-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e89dc1b6819b3a2d67d2cc077ca7ddee2261998e]

        Updated core Project: help  6de0f39ea58f371de25f22ba95bd8996b08ca09d
        
        De-dup object ID
        
        Just in case ...
        
        Change-Id: I3950fe9f75b26c9c2cd458048c1eafb326ed488e
        Reviewed-on: https://gerrit.libreoffice.org/53714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-05  Rene Engelhard  <rene@debian.org>  [f557aa2b729e54a670b54a41b14a8d9f696e1472]

        also rename icons with spaces in colibre_svg
        
        Change-Id: I4cb23384015f37af62d0e499909ef1c7a4c3148d

2018-05-05  Rene Engelhard  <rene@debian.org>  [fd5e1bb6657d1137f7a0cd195da7213b70b2a9a5]

        more icon rename without spaces for colibre...
        
        (as done for previous galaxy in 5e71673ae0bbd4c0c1b32a1269155b4cd2cb5f45
        
        Change-Id: I1a231e2b34377a80d2eb4a5467d0b5a136a5df75

2018-05-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [de3d05699db629754600f91452bab373c03e9637]

        tools: explain rVRP, rVPN and rVUP in SetOrientation()
        
        Change-Id: If01ee3de013b28e91ecd685b2ffb3b89ee1815f3
        Reviewed-on: https://gerrit.libreoffice.org/53891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-05  Rene Engelhard  <rene@rene-engelhard.de>  [f61ae112b3d926a64696ba969734f840d117b3e9]

        Updated core Project: help  a154b3f59a7d6e6cf17e585521592bf96b42a20e
        
        s/galaxy/colibre/
        
        ... as galaxy got removed with 60413c9800c27f53c1108015b50754b065bc98c6
        
        Change-Id: I4e3ec6db6b57b31e184ec53def5bdb54e064ad21
        

2018-05-05  Xisco Fauli  <xiscofauli@libreoffice.org>  [7237db44dfac914e5b6003f418267d3df1e7f162]

        tdf#117355 Show color picker on the sidebar
        
        Change-Id: I3e69b4247b679e0ceb3c8cee5d6fecf82ad8c445
        Reviewed-on: https://gerrit.libreoffice.org/53746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-05-05  Mark Hung  <marklh9@gmail.com>  [266e3fa59a83b17f93765bf517f6db7ee324bdee]

        sw: move tests in ooxmlimport to ooxmlimport2.
        
        To avoid using -bigobj on Windows.
        
        Change-Id: I3115fc01a0802c4b40219bb6f7ea934df81706ed
        Reviewed-on: https://gerrit.libreoffice.org/53769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-05-05  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1c5c9b84df270e41c68e68bb69fbf183fc20eed2]

        Refactor: migration warn dlg without modifying API
        
        Use Migration warn dialog directly in library dba instead of popping up
        window in dbu and passing down the information through XDataSource.
        
        Change-Id: I6b8d2b55408a741662052d4af316b0c662d799f0
        Reviewed-on: https://gerrit.libreoffice.org/53363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-05  heiko tietze  <tietze.heiko@gmail.com>  [60413c9800c27f53c1108015b50754b065bc98c6]

        Replace Galaxy icon theme by Colibre
        
        Galaxy goes into an extension, fallback updated
        
        Change-Id: I4b6998035857f01368b39d4f16b2639d8a665065
        Reviewed-on: https://gerrit.libreoffice.org/53092
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f6fb5a17da883e89cae6f7a960266fc87ccc9f6b]

        Fix typos
        
        Change-Id: I92078fdece135754744d85424956dbb071f3899e
        Reviewed-on: https://gerrit.libreoffice.org/53638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d633e80334b2472e7d99e253b761acd9b72f290b]

        Fix typos
        
        Change-Id: Id7d66c06e18dbccd5c85ba36143bdb6cee7a5197
        Reviewed-on: https://gerrit.libreoffice.org/53564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [22a34b3b7a5938bb25b0c6b94097483a4b857ef1]

        Fix typos
        
        Change-Id: I156afb90e159b6e13cf304ac8f6ff9274cb2c7ec
        Reviewed-on: https://gerrit.libreoffice.org/53641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5fcc7a6b4826d89521a771733b3c00526b4e9388]

        Fix typos
        
        Change-Id: I70e17e06279ca8d11a482011c8c74c14ec692ba1
        Reviewed-on: https://gerrit.libreoffice.org/53888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8d77bc5638fa08162ce42e2971bdb42db7f4d9c6]

        Fix typo
        
        Change-Id: I24a82ffcd060c72aeddddd76c4c5fe667d75f79b
        Reviewed-on: https://gerrit.libreoffice.org/53833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [65b7024b982c10b7998e7cb0fb2b8165b7a8ffb6]

        loplugin:useuniqueptr in DbGridControl
        
        Change-Id: Ia5b1181ae58ce69871a66f58080435f8511cc815
        Reviewed-on: https://gerrit.libreoffice.org/53883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-05  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [83243003b46dfb258c2b41049b0e1cb82a2d7ddb]

        use WriterMultiListener instead of SwDepend in SwContentNode
        
        - also move SwContentNode and SwTextNode from
          Modify to SwClientNotify
        - this removes the last public use of SwDepend, which should now become
          an implementation detail of WriterMultiListener
        
        Change-Id: I5ae3a7a091fb2b6bb3bce44a0adc4f41f07a0c30
        Reviewed-on: https://gerrit.libreoffice.org/53835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-05-05  andreas kainz  <kainz.a@gmail.com>  [0b56585cfc047decf25c648d3cccfc3c7b594a86]

        Windows installer icon update newfolder.ico
        
        Change-Id: Ifc65202ddd82f7fbd80de1a36c21eb0edc126bc7
        Reviewed-on: https://gerrit.libreoffice.org/53886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [6bbaed858821bc32bd1fec6915f72bfc093b0a16]

        Resolves: tdf#117406 cannot tab into colorsets, cause can_focus was False
        
        which is a problem since....
        
        commit 3014e5f362c77c546452d45fcde96fcbae27235e
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sun Apr 29 21:15:22 2018 +0100
        
            hook up can-focus to ability to tab into the widget
        
        Change-Id: I93465b82b9c525d108eecc9a4ef9a3dd03b5ddda
        Reviewed-on: https://gerrit.libreoffice.org/53855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [0920b04bca3d58d89b026bcf999ea43d0e855715]

        weld SwOutlineTabDialog
        
        Change-Id: I55c0e9a62dd9dd970a87ef295bb5fbb82c80d2d8
        Reviewed-on: https://gerrit.libreoffice.org/53848
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [2cab4acbe2aaaee6e5b9afeb68f3e555ecff2ec7]

        weld SwNumPositionTabPage
        
        Change-Id: I12171eb00d5b8354456b629d58d20b22109e24f8
        Reviewed-on: https://gerrit.libreoffice.org/53845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Takeshi Abe  <tabe@fixedpoint.jp>  [5103c6a405e93bb05018ab7c89e7e9446c740aaa]

        tools: Avoid looking up system clock twice to get DateTime
        
        DateTime::DateTime(DateTimeInitSystem) had initialized Date and
        Time separately, which causes a slight possibility that it could
        get a wrong datetime with almost 24 hours delay when it went beyond
        midnight. E.g., the date part was of the previous day while the
        time part was 00:00:00.xxx of the next day.
        
        This also reduces duplicate code by sharing GetSystemDateTime().
        
        Change-Id: I352d90f468f5cbc70e7936a337bed97365baa06c
        Reviewed-on: https://gerrit.libreoffice.org/53612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [7b0ff01d1bf718c5b439b5cddfcdfe051271b28c]

        Updated core Project: help  a536178daab521449620a80459371fa2bb76b295
        
        Fix ahelps and bookmarks on Hangul/Hanja conversion page
        
        Also drop a useless paragraph about the Close button
        
        Change-Id: I86cec352443ac5761965974a306973139c7aa4da
        Reviewed-on: https://gerrit.libreoffice.org/53861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [dff25d295f265f361e2e97cdf28f0e70a923adb5]

        Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...
        
        ... dump purposes
        
        Change-Id: Ib6c7dff9f2e76c3358dbdc06d2ba53fa2601c043
        Reviewed-on: https://gerrit.libreoffice.org/53859
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [5e34e3741de8aae10bf30889c227581818276186]

        memory from getenv is not ours to free
        
        regrssion from...
        
        commit c3074cb5784329eaf558c2f58d96a64085b42d48
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Sun Jan 7 00:39:33 2018 +1100
        
            vcl: remove dead code
        
        Change-Id: I3295ece62e97d00e56db95d0005d13d2a97984c2
        Reviewed-on: https://gerrit.libreoffice.org/53858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [3cebb7365270ce79835a8f8a0ef44179a051159b]

        Updated core Project: help  2c8cfc7de084dc055f69fcd39f09dbb815e01764
        
        Remove duplicate HIDs added by script - from sbasic
        
        To improve readability of xhps
        
        Change-Id: I8f6463b59c91a15cf27a8bc17b01210874fb9b2f
        Reviewed-on: https://gerrit.libreoffice.org/53857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [dbd8bfda246c7fc7e1d2080aa090181e6b6d9bde]

        Updated core Project: help  8cf310a9fec2c08562bb3858cf4928bb6599737b
        
        Remove duplicate HIDs added by script - from simpress
        
        To improve readability of xhps
        
        Change-Id: Ic90baace82f16f2f802131ae25e14f1726f56c86
        Reviewed-on: https://gerrit.libreoffice.org/53856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [e00cd59c95cc4841c881cc99aae26722860852e2]

        Updated core Project: help  575d72e10f919a19a8793d16636f5cca8dcd4564
        
        Remove duplicate HIDs added by script - from scalc
        
        To improve readability of xhps
        Also fix some ahelps with multiple bookmarks
        
        Change-Id: Ia3394344ac8b0bdca78ce4c1aebef8d827d8313c
        Reviewed-on: https://gerrit.libreoffice.org/53854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [74c13cf4ad31a8a5535440d492900454703c5483]

        Updated core Project: help  adc9acd36edabe6e169f4acf8e83fde8562fce70
        
        Remove duplicate HIDs added by script - from swriter
        
        To improve readability of xhps
        Also fix some typos in ahelps
        
        Change-Id: I9f28f5b2869961f523cfadc6fa2c43ac599e9e2b
        Reviewed-on: https://gerrit.libreoffice.org/53853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [1f104769707452d5b45a0515d9c4169ca7870966]

        Updated core Project: help  4302807c75de25fbb50d230d10c3d4ecee0441af
        
        Remove duplicate HIDs added by script - from shared/
        
        To improve readability of xhps.
        Also fix a few ahelps with multiple bookmarks
        
        Change-Id: I71870295295e4a2d9b6b91053d38d4615912f794
        Reviewed-on: https://gerrit.libreoffice.org/53846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [53a0298667172bfdab22fd969f2bb319a59938e4]

        xmlsecurity windows: stop using the "xmlSec" prefix for own code
        
        xmlSec is the prefix for symbols from libxmlsec, it's confusing if our own code
        uses that as well.
        
        Change-Id: I3b003d2de067ba85e9f092c3c6aeac00dd4b1784
        Reviewed-on: https://gerrit.libreoffice.org/53820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-04  Stephan Bergmann  <sbergman@redhat.com>  [e51e0279e88dbb542518df93d86f8bb0d0a43e89]

        Missing test dependencies
        
        Change-Id: I3a7afc2c877d8c130d7a0a4d2b883dc0641d18e9

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [ee9ab9c13731399047c78de8d7f57302e33fb95d]

        weld SwOutlineSettingsTabPage
        
        Change-Id: I5032c0d446cee1eae443a4c0876f862c3a6af81a
        Reviewed-on: https://gerrit.libreoffice.org/53838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [71bbb0989f1a76b760a75f0fb2f332a8e82b18ce]

        update credits
        
        Change-Id: I8732abab556f9330791d9edcde6aec00ffc97d51

2018-05-04  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0fe7bda233da3c1f95a82c0050c8f917dc39c22e]

        tdf#116879 Separate SdrObjList::Clear() as needed
        
        SdrObjList::Clear() does broadcast the SdrObject
        removals and deletions and a SetChanged() to SdrModel.
        The old version avoided this in the destructor (with
        a comment to not call virtual methods in destructor,
        but  the problem is more that the ::Notify triggered
        works on the SdrPage already in destruction). To allow
        calls to Clear() without broadcasting I splitted this
        to a impClearSdrObjList(bool bBrodacast) and rename
        of ::Clear to ::ClearSdrObjList to get all places.
        Adapted all places in the code as needed, already pre-
        checked on Linux that this fixes the problem.
        
        Change-Id: Iea46758fb6b57f2b3d9896959a35260c6f6d52d5
        Reviewed-on: https://gerrit.libreoffice.org/53839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-04  Stephan Bergmann  <sbergman@redhat.com>  [b72a31b37f9bdcfd3f59b3256b465bf0fb5a50ca]

        Adapt to Clang trunk SourceManager::getImmediateExpansionRange changes
        
        ...of <http://llvm.org/viewvc/llvm-project?view=revision&revision=331155>
        "PR37189 Fix incorrect end source location and spelling for a split '>>' token",
        changing (among others) the return type of getImmediateExpansionRange from a
        std::pair of token locations to CharSourceRange (which will typically also
        represent token locations, but might also represent char locations).
        
        For now, map the return value of getImmediateExpansionRange back to a std::pair
        (as expected by our compilerplugins code in its current form), and mark the
        char location case with a TODO (which will need to be addressed if any of our
        plugins starts to produce wrong results due to not handling that char location
        case).  In the long run, we should instead adapt our code to use the new return
        type of getImmediateExpansionRange directly.
        
        Change-Id: Idc2f5dc43830af4798b55bf605976c4ab146c522
        Reviewed-on: https://gerrit.libreoffice.org/53817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-04  andreas kainz  <kainz.a@gmail.com>  [fe18111ac42101e6653402c214f7fc1df03acd43]

        tdf#103677 Windows installer icons
        
        Change-Id: If2a122965e0f2b244fbbd115e8d38b9b70058a5b
        Reviewed-on: https://gerrit.libreoffice.org/53770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-04  Stephan Bergmann  <sbergman@redhat.com>  [d59760428669a3e6b90524b9bc52829ece539c80]

        Allow actually passing CXXFLAGS into external/libnumbertext
        
        ...as external/libnumbertext/ExternalProject_libnumbertext.mk tried to do
        
        Change-Id: I8c0deeaa1db31fc0ab5042c7f8a1ced0d65e29ee
        Reviewed-on: https://gerrit.libreoffice.org/53806
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [277062b509b2709ce5f4f9a8f67dddd713a3b7d0]

        Updated core Project: help  f624ccb2b85d920da466a11b10134ae8bbddb05b
        
        Fix ahelps and bookmarks on Text direction pages
        
        Change-Id: I32709b69cec1883c2427f702f1959484070d7ac3
        Reviewed-on: https://gerrit.libreoffice.org/53842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Gabor Kelemen  <kelemeng@gnome.hu>  [ed70c94ccfd39844a8facd60f1e7294d2fe9b908]

        Updated core Project: help  9c5d8ae1bdbbf28b4ba9a6ff0a11b3c9bd1ce296
        
        Fix bookmarks and ahelps on Select All commands page
        
        Change-Id: I3f117c2e62bf23c8f2036fc9ea85715a2e784d65
        Reviewed-on: https://gerrit.libreoffice.org/53841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-05-04  Stephan Bergmann  <sbergman@redhat.com>  [7cb822ca4875704f0a8b3816ad4f23d230848400]

        Revert "Enable new Help to be installed as extension"
        
        This reverts commit cdbb14cedb7d07aec0dda47fbb5ab65a02fb0cf6, no longer needed
        after e606179d5722427bc4137838585b38892e01b328 "tdf#116240: Include
        --with-help=html in installation sets".
        
        Change-Id: Iaf26b937aa40a6563589ac182b7365224b455482
        Reviewed-on: https://gerrit.libreoffice.org/53725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e74fd983e3195ea2867acd4b925e9899571a1651]

        tdf#117364 Special Character dialog grid font issues
        
        Revert "tdf#113643 Editing tables in Impress lags terribly"
        This reverts commit 13a1bc409d9b2f0d14f4d316b7977b1fc2eb3c8a.
        
        Will probably need more sophisticated caching, so just revert this
        for now.
        
        Change-Id: I05cc26b911d3d138b57098656ea0c9c3c4e82592
        Reviewed-on: https://gerrit.libreoffice.org/53784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-04  László Németh  <nemeth@numbertext.org>  [1501df419ea4d40358d705a281fd9662088ba51e]

        tdf#117171 DOCX export/import of cardinalText, ordinalText
        
        and ordinal (indicator) numbering styles.
        
        Change-Id: Ia4030c8a170bad67e0b52ec685a49faa77552ccf
        Reviewed-on: https://gerrit.libreoffice.org/53831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [d038d1f5ee0d24a5ad739d5e91015f90fd09b02e]

        coverity#1435273 Resource leak in object
        
        Change-Id: I781b2d6f6b550e5b381c041a27d282c4dca9d6dd
        Reviewed-on: https://gerrit.libreoffice.org/53805
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [90df301f6d4e7ab0b660d9e39c6fe639ef5ae348]

        Use the currently active locale if no format passed
        
        No format passed doesn't necessarily mean the init/system locale,
        use the locale set at SvNumberFormatter::IsNumberFormat()
        
        Change-Id: Ief1025fa14145396ba096842e2f3341496ce4ce8
        Reviewed-on: https://gerrit.libreoffice.org/53829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [10a047ae8a6e5c47edc1ca11ed573f340b249f61]

        Add Malay Arabic [ms-Arab-MY] and [ms-Arab-BN] to language list, both CTL
        
        Change-Id: Iac7dddf8b29048c504b9ec695ecd08e5bf12a768
        Reviewed-on: https://gerrit.libreoffice.org/53828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-04  Rene Engelhard  <rene@debian.org>  [672501c91feab21824e77f3087dc3e69a14f5f0b]

        set -DENABLE_LIBNJUMBERTEXT after pkg-config
        
        so that we don't "loose" the pkg-config --cflags info. That also makes the
         #ifdef in lingucomponent/source/numbertext/numbertext.cxx not needed anymore
        
        Change-Id: Ia5771859a4a181f1a8a450d9ad4130b1e53abf8e

2018-05-04  Stephan Bergmann  <sbergman@redhat.com>  [e046c36776503f2dc934891412a8019c62530e03]

        workdir/UnpackedTarball/libnumbertext/src/config.h is generated
        
        ...from workdir/UnpackedTarball/libnumbertext/src/config.h.in, and included via
        lingucomponent/source/numbertext/numbertext.cxx ->
        workdir/UnpackedTarball/libnumbertext/src/Numbertext.hxx
        
        Change-Id: Idd007cf230b0c297c6dd692b1565336209a73ba8

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [92d5cd31d93ca30f97fab09304a59aa41268431e]

        give icon data directly to gtk, skipping internal loaders
        
        Change-Id: I4168b78d68a99e56105c49e1a1b6e1aa457609af
        Reviewed-on: https://gerrit.libreoffice.org/53812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [a7dde8db81624c4f31c93b8611a4636d662f548e]

        can make good use of fact its a SvMemorystream
        
        Change-Id: Iad581202fab8bace4a730bf2c318718bcc065e9d
        Reviewed-on: https://gerrit.libreoffice.org/53811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Caolán McNamara  <caolanm@redhat.com>  [736cebb414af587e7ac82f1326b06ce4022badf4]

        weld ScMergeCellsDialog
        
        Change-Id: I513f7e9b0c969706646821af508e41bb2331bbc2
        Reviewed-on: https://gerrit.libreoffice.org/53809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-04  Tor Lillqvist  <tml@collabora.com>  [c1293a13b0e98eae5a2e12e59693bdfbf93b6dc9]

        Add a distro-config file for LibreOffice Vanilla on the Mac App Store
        
        In addition to the options in this file, the following are present in
        our autogen.input for the 6.0 branch:
        
        --disable-ccache
        --enable-macosx-code-signing=<redacted>
        --enable-macosx-package-signing=<redacted>
        --with-external-tar=/Users/tml/lo/src
        --with-lang=bg br ca ca-valencia cy cs da de el en-US en-GB es et eu fi fr ga gd gl hr hu id is it ja km lt lv nb nl nn pl pt\
         pt-BR ro ru sk sl sv ta tr uk zh-CN zh-TW
        --with-macosx-bundle-identifier=com.collabora.libreoffice-free
        --with-product-name=LibreOffice Vanilla
        --with-package-version=<depends on version>
        --with-referenced-git=/Users/tml/lo/core
        --without-parallelism
        
        The language list is a guesstimate of what localisations are good
        enough. Suggestions of languages that should be dropped (or added)
        welcome.
        
        (We don't want a language with immediately visible holes (in top level
        menus or common dialogs) in the translation coverage. That is an
        insult to a user who would want to use that language and worse than
        not providing a localisation in that language at all. In my opinion.)
        
        Change-Id: I0dd1c2848cd964f6bf9e17d95d1735b81b235b1c

2018-05-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [fb027f0f556c48e42a08059c8e92c3bfc0f52209]

        tdf#112607 Use better wording for single/multiple print job option
        
        Separate seems to be more straightforward here
        
        Change-Id: I214211d75354da4b01ca5fe23dd51525d9892743
        Reviewed-on: https://gerrit.libreoffice.org/53816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [213f12be2cab2106dde4a0e859faaa8259627c1a]

        no need to expose m_pExampleSet as non-const
        
        Change-Id: Ife6b4115a8aa48eba6f86ecf4eb66e3dc5e1830e
        Reviewed-on: https://gerrit.libreoffice.org/53796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [869683945a801e86590c165bc6f08832adb7ebb1]

        loplugin:useuniqueptr in connectivity::OSortIndex
        
        Change-Id: Ie403862020e8fd1eba96d753e33e9fe5b556f949
        Reviewed-on: https://gerrit.libreoffice.org/53764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [de0a2f6ae7fdfccc17e2b93006a3d308ac15868b]

        loplugin:useuniqueptr in SfxManageStyleSheetPage
        
        Change-Id: Ia20be44b7a574a8afe1edbf5bf313da4391898d1
        Reviewed-on: https://gerrit.libreoffice.org/53760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [49380068794fa6776cfeedf3ffeaa3677bc63f21]

        loplugin:useuniqueptr in SfxAppData_Impl
        
        Change-Id: I861dd9459e4c986557198b918dc099a0bb119d7d
        Reviewed-on: https://gerrit.libreoffice.org/53759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-04  Regina Henschel  <rb.henschel@t-online.de>  [36ca18f70ee0bf9541bc0105c85f0a68f088c92b]

        tdf#117323 Add file name extension mp for Multiplan
        
        The missing file name extensions makes the assertion fail in
        core/include/rtl/ustring.hxx#669
        
        Change-Id: I1a3c95867f850d64b69dc851737b902c4aef228b
        Reviewed-on: https://gerrit.libreoffice.org/53797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-05-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [268c7a7841bf860c8882d281ddbf669cebc3768e]

        Removed executable permission on data files
        
        chmod -x for doc, xlsx, png, hxx, cxx, xls, ppt, hpp
        
        Change-Id: I52aed261e318cfd765e9adb3ed8edd226c8a59d8
        Reviewed-on: https://gerrit.libreoffice.org/52569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [09425ab9f199a90abfb45f62d94e68163e31c8af]

        Removed executable permission on data files
        
        chmod -x for .patch, .pptm, and .vb
        
        Change-Id: I98e1221e48df22e8b58aaf305898cbe301f187ce
        Reviewed-on: https://gerrit.libreoffice.org/52568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Jim Raykowski  <raykowj@gmail.com>  [38407bec341f2018fe460a76440dc0641dd07cef]

        tdf#117283 Select all drawing objects with the same name
        
        Change-Id: Ib79f4a9694e4aafb7a46c86661bab0c21b9ee67d
        Reviewed-on: https://gerrit.libreoffice.org/53582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Samuel Thibault  <sthibault@hypra.fr>  [936eaedddbc6d21737745be3c3131607440e366c]

        gla11y: Enable duplicate labelling warnings
        
        Change-Id: Id9022aad4538caa08c3de9a76ff97282cfefb828
        Reviewed-on: https://gerrit.libreoffice.org/53314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4ed3137022efa6128ad146e4b4dfae13548431dc]

        Removed executable permission on data file
        
        Change-Id: I0f86653ff94cead486f6c158e875f07533e1cb5d
        Reviewed-on: https://gerrit.libreoffice.org/53687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [91424c5ce672d4b81c0325d53cc377f31a3fc417]

        Removed executable permission on data file
        
        Change-Id: I505ba518ef47608aa348b48c1fe89f096de2ba64
        Reviewed-on: https://gerrit.libreoffice.org/53695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [bb2443cc18d43860faafc852a5bfc5d446a7b6b3]

        logging: add some strategic places around vcl messages
        
        Change-Id: I3eb1076a0dd697ceb3b4310444542f324848b358
        Reviewed-on: https://gerrit.libreoffice.org/53777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-05-04  Rene Engelhard  <rene@debian.org>  [409b7636f0e519f9ab14bac7884789b2323557c7]

        actually export SYSTEM_LIBNUMBERTEXT_DATA in config_host.mk
        
        Change-Id: I5cd6d0b3fe610d0152a3d5345d8412161a1d0544

2018-05-04  Eike Rathke  <erack@redhat.com>  [16a8d9f45449d0ef7efbdbff8ae29d97441eb044]

        Avoid number scanner overhead for all General formats
        
        Change-Id: If28276a1f707c3eb462a013b5604a92ce56038d2
        Reviewed-on: https://gerrit.libreoffice.org/53792
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [3f8fa788a28abdbf58b0e7577e6a5632001f6181]

        Avoid number scanner overhead for the 0 General format
        
        Change-Id: Iec25db8caaccacfef760f269dd1a349f51455052
        Reviewed-on: https://gerrit.libreoffice.org/53791
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [a5e0fda3c1375f312ba8d3f0f5ce80d16649c4f5]

        Revert "Revert "Resolves: tdf#116579 consider both work locale and format...""
        
        This reverts commit f5a56c367fba1c42b4f9719b10ff3e86ad5e2ab1.
        
        Now that Basic is fixed to set the proper NfEvalDateFormat ...
        
        Change-Id: I448edd733b0370b22ff5d8c27fe2c993597c9f8f
        Reviewed-on: https://gerrit.libreoffice.org/53788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [657668c378a9405c9978c553be52346b250e8d99]

        Related: tdf#116579 tell SvNumberFormatter the proper NfEvalDateFormat
        
        So far Basic relied on the side effect of date acceptance patterns
        selected according to the passed format's locale, which changed
        with the (temporarily reverted) commit
        dfb9138b8b5a239b46f189a717999bcaff19aa79. Explicitly tell the
        formatter the behavior to use.
        
        Change-Id: I9819399df69bdfa36d79bc9db116dec37a85cbeb
        Reviewed-on: https://gerrit.libreoffice.org/53787
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-05-04  Eike Rathke  <erack@redhat.com>  [ccbc955ed0d2efec2de5250a8b838804fafa93ce]

        Reverse debug logic
        
        Two warning messages are too much..
        
        Change-Id: Ifaa40e1c7a32b488d1a40374507efea5e893280f

2018-05-04  Eike Rathke  <erack@redhat.com>  [8c65f839633f57e57e9f748af87983377b705d24]

        Debug string access out-of-bounds
        
        Change-Id: Ie5afbcdc9818e09261c2458f03ce26da1fefcf49

2018-05-03  Rene Engelhard  <rene@debian.org>  [887481755949e6313e12d6e9ab04c95f84884830]

        fix system-libnumbertext build
        
        actually export SYSTEM_LIBNUMBERTEXT
        
        Change-Id: I758ef7ee868c5b06fc4e8ae43e6f2091925232aa

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [f8f65d88ede1db197c35be7b0db117c321b0d180]

        Resolves: tdf#117005 undo/redo skips comment when switching sheets
        
        while insert comment is active
        
        regression from....
        
        commit 80509950d35cebaede89fcb52c446a1fd3e45ba3
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Jul 4 15:31:29 2016 +0100
        
            Resolves: tdf#100761 after insert note, focus cannot return to inputbar
        
        which is a suspected regression from.
        
        commit 11d605cc5a0c221d2423b6e63f502db660d085d2
        Date:   Mon Feb 1 18:39:51 2016 +0200
        
            tdf#84843 Stop using PseudoSlots for drawing slots
        
        Change-Id: Id4614624cbb85411ba0d368ae072a05f5f9e09ad
        Reviewed-on: https://gerrit.libreoffice.org/53798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [a0b549c0081f37aada8e53addf5e0b5929fb4636]

        fix 4 separate new bugs in BitmapMosaicFilter
        
        coverity#1435274 Dereference after null check
        coverity#1435276 Resource leak
        coverity#1435278 Resource leak
        and on success it returned its input, throwing
        away the result of its calculation
        
        commit 63a716783a555e91ad3a32f25f20cffc88ca15e4
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Fri Apr 20 20:39:48 2018 +1000
        
            vcl: ImplMosaic() -> BitmapMosaicFilter
        
            Change-Id: Ia0910ae9166c4eb6b870ab25db761bc1703fec68
            Reviewed-on: https://gerrit.libreoffice.org/53203
            Tested-by: Jenkins <ci@libreoffice.org>
            Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        
        Change-Id: I4eb74ef279b2ead268d07ac572ab76cd911dacb6
        Reviewed-on: https://gerrit.libreoffice.org/53807
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [aaeb63a9e2dcde768d6fd8d4cc8a9ad13185851b]

        coverity#1435272 Uninitialized pointer field
        
        Change-Id: I93d9c9d97845be92b42d5aaf8c7f6b4f2f1f837d
        Reviewed-on: https://gerrit.libreoffice.org/53800
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [a11a21570e357fddef10f436d8b1e9e27e0bc7ce]

        coverity#1435279 unused field
        
        Change-Id: Iade24ac33f59e7a7138ace68a0edcb240e0d8f84
        Reviewed-on: https://gerrit.libreoffice.org/53801
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [fb85d38546f18a2f6addbe9c8acbafdb3cca989e]

        coverity#1435275 Uninitialized scalar field
        
        Change-Id: I5a488d11565166c4143bd8992f40cb776906cb2b
        Reviewed-on: https://gerrit.libreoffice.org/53804
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [098ba55907b0fec87fe8f62b52a087a4f2f9239e]

        weld SvxTextTabDialog
        
        Change-Id: I2a48230d38fbc3c7d3e1e3b3ad43d4b17f48ed16
        Reviewed-on: https://gerrit.libreoffice.org/53783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [2d45f87330ef7011711767cc736829e4082b236b]

        support native focus for drawing sub region
        
        Change-Id: I9862f060b9d5b2c3015c084060887f2d66f1ed01
        Reviewed-on: https://gerrit.libreoffice.org/53768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Caolán McNamara  <caolanm@redhat.com>  [7e64aaebce8667f7ab173ea3807c62f81138b4af]

        weld SvxTextAttrPage
        
        with a a11y rework to be more like the insert special char a11y
        
        also, route a11y questions about a custom widgets parent to the gtk toolkits
        underlying default implementation, keeping only questions about ourself to
        be handled by the XAccessible
        
        focus rectangles in RectCtl work again, seems that got lost somewhere
        along the way
        
        Change-Id: I62237d45668f4438aec6031cc5a48c38de21bf98
        Reviewed-on: https://gerrit.libreoffice.org/53767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-03  Stephan Bergmann  <sbergman@redhat.com>  [55fcb23ea5caa509d8254910c581d234f7ec9199]

        Tunnel verbose=t into external/libnumbertext
        
        Change-Id: Ibbd16c11140308d256cde5e23d7304ca304ac4c1
        Reviewed-on: https://gerrit.libreoffice.org/53795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-03  Stephan Bergmann  <sbergman@redhat.com>  [0d7baf34ea56d27775f417e07dd854ad3d2fc3b1]

        Remove unused --with-help=common
        
        ...see mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2018-April/080050.html>
        "Anybody using --with-help=common?".  Instead, make configure fail for unknown
        --with-help=... arguments.
        
        Change-Id: I51b8b9087a88ff3a3681453cdc830aa7e499e8df
        Reviewed-on: https://gerrit.libreoffice.org/53793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-05-03  Mike Kaganski  <mike.kaganski@collabora.com>  [247dabcb0b92a62b233ec0237deac84e6675325c]

        tdf#117268: treat erroneous \itap0 the same way as Word does
        
        ... so that if we are inside a table, it would not convert table
        paragraphs into top-level paragraphs. (The in-the-wild documents
        with this invalid input are, e.g., generated by Consultant+ legal
        reference database).
        
        Change-Id: I45eb9073a0651bc963badb84229ce5ae437f1a8c
        Reviewed-on: https://gerrit.libreoffice.org/53790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6441eaaa5fa72946f52579426cc8847a42d94e10]

        Fix typo
        
        Change-Id: I6f62d3812b191b9c8f7e52a6729bad150be16c2f
        Reviewed-on: https://gerrit.libreoffice.org/53782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [30bb90fc2a9726068db49ddb8c1e818777d5c5b1]

        loplugin:useuniqueptr in PathSettings
        
        Change-Id: Ib0e6e293e10473b7ada3919f781cfd05ef78749c
        Reviewed-on: https://gerrit.libreoffice.org/53761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Stephan Bergmann  <sbergman@redhat.com>  [ea33ae5ef0a9d6b03fdef6503066100d0ae12729]

        Updated core Project: help  819ea03090a68b250f09df30731f9ad0c0f9e625
        
        An AllLangPackage should be an l10n_target
        
        ...to avoid "target ... should be a l10n target" warnings from
        solenv/gbuild/Module.mk (but apart from that, doesn't seem to make much of a
        difference)
        
        Change-Id: I193333b1f9fba63795d6e99ca97de8d07eb744e6
        Reviewed-on: https://gerrit.libreoffice.org/53794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-05-03  andreas kainz  <kainz.a@gmail.com>  [8d5796615d1332fe507a7fa16940c4969c2b5762]

        Colibre icons: add 32px icon size support
        
        Change-Id: I7e5893a7d0f938bc07fea6ed53c841ee637f0016
        Reviewed-on: https://gerrit.libreoffice.org/53774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab17afd9beeb2a2cef3e7b67a6acd2581d78b823]

        loplugin:useuniqueptr in SdrMarkList
        
        Change-Id: I36e7af3b1b74a78103c079da58ae1a820b164720
        Reviewed-on: https://gerrit.libreoffice.org/53753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [12fe762438d761d8cf32f264a0e1c2d57b65aeb8]

        m_bStandardPushed is dead
        
        Change-Id: Ibea072af1c6f6de968535807dadf89866123ba44
        Reviewed-on: https://gerrit.libreoffice.org/53775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5cee94308b8dbceb11de4ac02e1d7c9808ccdb02]

        tdf#117041 use correct expression in if statement.
        
        Follow up of commit e58b3f987681d0034f692db82345af06de217836.
        
        Change-Id: Ia142ae401a8c86e3411830703794eedb351bca09
        Reviewed-on: https://gerrit.libreoffice.org/53733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-05-03  Stephan Bergmann  <sbergman@redhat.com>  [e56702c41bc84a4ddeaad23a59b66aee6bd35a6c]

        loplugin:staticaccess
        
        Change-Id: Ic62cdd1fd2ba2fe0ecda49505cf7047457d33b87

2018-05-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2bf4d69e0bfa98d641939e62945a7f8915441297]

        [API CHANGE] revert and deprecate GraphicURL, modify Graphic prop.
        
        Revert the state of GraphicURL property so it supports setting a
        external URL, but getting throws and exception.
        
        Modify the Graphic property, so it reflects what was used with
        GraphicURL before.
        
        Change-Id: Ia05b8ea37997b5ed8c75215557cce9979630c898
        Reviewed-on: https://gerrit.libreoffice.org/53509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-03  László Németh  <nemeth@numbertext.org>  [f1579d3d6c5f5f3a651825e035b93bee7a4f43c6]

        tdf#117171 support localized number name numbering styles
        
        in page number, chapter and outline numbering
        in ~30 languages by integrating libnumbertext library.
        
        - offapi: add linguistic2::NumberText
        
        New NumberingType constants:
        
        - ordinal indicators (1st, 2nd, 3rd...)
        
        - cardinal number names (One, Two, Three...)
        
        - ordinal number names  (First, Second, Third...)
        
        Note: these numberings are parts of OOXML, too.
        
        Plain text files of Libnumbertext's language data
        are installed in share/numbertext (similar to
        share/fingerprint), allowing further customization.
        
        Change-Id: I4034da0a40a8c926f14a3f591749a89a8d807d5a
        Reviewed-on: https://gerrit.libreoffice.org/53313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-05-03  Stephan Bergmann  <sbergman@redhat.com>  [f5a56c367fba1c42b4f9719b10ff3e86ad5e2ab1]

        Revert "Resolves: tdf#116579 consider both work locale and format locale date patterns"
        
        This reverts commit dfb9138b8b5a239b46f189a717999bcaff19aa79, which caused
        CppunitTest_basic_macros to fail with
        
        > macro result for weekday.vb
        > macro returned:
        > Test Results
        > ============
        >
        >  Failed:  : the return WeekDay is: 1
        >  Failed:  : the return WeekDay is: 3
        >  Failed:  : the return WeekDay is: 7
        >  Failed:  : the return WeekDay is: 2
        >  Failed:  : the return WeekDay is: 6
        > Tests passed: 1
        > Tests failed: 5
        
        etc.

2018-05-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7f580d4fba2da90da2ccfbad7f0e21c12e810a26]

        [API CHANGE] revert SymbolBitmapURL impl, add SymbolBitmap property
        
        This adds back the implementation for setting the SymbolBitmapURL
        property (getting returns an empty string) and adds SymbolBitmap
        property to the UNO API (LineDiagram.idl).
        
        SymbolBitmapURL property was already deprecated, but we still need
        to add the SymbolBitmap for compatibility.
        
        [ Miklos Vajna: updated qadevOOo tests to handle the new write-only
        properties. ]
        
        Change-Id: Id00d78299b7fd5ba9d78c36c5f03a10d9e61c60a
        Reviewed-on: https://gerrit.libreoffice.org/53492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebcf27d419e41a497242c98fcfec08a2088c0720]

        tdf#116801 DOCX import: char styles have no IsAutoUpdate property
        
        See sw/source/core/unocore/unomapproperties.hxx:447,
        UNO_NAME_IS_AUTO_UPDATE is part of the COMMON_PARA_STYLE_PROPERTIES
        define. So it's not "list styles don't have this", but "only paragraph
        styles have this".
        
        Change-Id: I1c256b087cdc2e7e341f55d717ef8e678fc69fb4
        Reviewed-on: https://gerrit.libreoffice.org/53766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [b66ba0f0f297f7190f8d969486e07ede52987188]

        make createStream_simpleError return std::unique_ptr
        
        Change-Id: Ifb10f9806eeb3a54f8ed11ec0e65f9465cac3c5d
        Reviewed-on: https://gerrit.libreoffice.org/53765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ae680f7c7d45b7f6cff4dc458d5ad37c5f777948]

        make useuniqueptr loplugin check child compound statements
        
        where the child compound statement is unconditional
        
        Change-Id: I755e7ee9134bde81811a694d42a996d3eaae3fc2
        Reviewed-on: https://gerrit.libreoffice.org/53763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee3898f9a167a9d876b49d38f57f2b455cf28b48]

        loplugin:useuniqueptr in ImageManagerImpl
        
        Change-Id: I686d68ccee120246c20c2c52977422f49a318af9
        Reviewed-on: https://gerrit.libreoffice.org/53762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [12c0aaf4aea8cdd6fbabd4f04228fb40e0220067]

        loplugin:useuniqueptr in sdr::table::Cell
        
        Change-Id: Iede820e3e6f3c6d079bab5d7addc1f587ec78104
        Reviewed-on: https://gerrit.libreoffice.org/53758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3a8dc07be1beeccbefb9242a1fd1f270cb531ba]

        loplugin:useuniqueptr in SdrItemBrowserControl
        
        Change-Id: I9da160c4d20109ef539e1877968044a168b3e7e2
        Reviewed-on: https://gerrit.libreoffice.org/53757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [c35f95b3ec48e6057d4ddafe688daff1cede59c0]

        loplugin:useuniqueptr in SdrTableObjImpl
        
        Change-Id: Ic59384aef628ff2d34a735ce9b10d38a5e2a8b11
        Reviewed-on: https://gerrit.libreoffice.org/53756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [fef6c6cf67eab1b02a7761cedf6355e33804f6e2]

        loplugin:useuniqueptr in SdrPaintView
        
        Change-Id: I10c9db25dfb0cce7d0815cdc8aff290b3d0c0026
        Reviewed-on: https://gerrit.libreoffice.org/53755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b2223730b680a006b3380d3d44d59548b7bce65]

        loplugin:useuniqueptr in SdrPage
        
        Change-Id: Ie3a471e67b7596c967a38b26c250f82f16b80e61
        Reviewed-on: https://gerrit.libreoffice.org/53754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [09cfe07c20636445c330e8a86b7e1bf9492144fb]

        loplugin:useuniqueptr in SdrDragMethod
        
        Change-Id: I73411368b55d53e83f45e0347663036f1f72c066
        Reviewed-on: https://gerrit.libreoffice.org/53752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [72ec9cc3ace02e1ba15aa5843bc110b34b1d30a4]

        loplugin:useuniqueptr in SdrCreateView
        
        Change-Id: I41f3441593afa1884d5e8cda4126e97b545fd0a8
        Reviewed-on: https://gerrit.libreoffice.org/53750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-03  Serge Krot  <Serge.Krot@cib.de>  [5175e38d823ff11025d8f1df8f4f6ad9ed6b03e2]

        Fix: nNodeCnt could be set to negative value
        
        Change-Id: I82e9b150e97e733c4063f7498dc026e0c9f903c0
        Reviewed-on: https://gerrit.libreoffice.org/53660
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-on: https://gerrit.libreoffice.org/53667
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-03  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d57033ddf8eaa2f6992ac7d89c33dc47c7293492]

        tdf#117145 Cleanup MapMode handling between SdrModel/UNO API
        
        In current versions MapMode handling is done in ::TRSet/Get-
        BaseGeometry methods. These belong to SdrModel level and
        should not do any MapMode conversions (else all geometry
        and Rectangle setters/getters should have to do these, too).
        Instead, the UNO API implementation should do these, there
        are already some done there and this is the level which offers
        pure 100ThMM handling to the caller, independent from the
        used application.
        
        Change-Id: I3d7781440fc0fc6a20b5d4e79c747c988677483d
        Reviewed-on: https://gerrit.libreoffice.org/53748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-05-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [52b6e4c9e508af0db7f942b30735bec1bb184399]

        Updated core Project: help  e1bc9445a23c41a19ff529f3ed014eaace091d5e
        
        Helponline: Provide a visual indicator for people to notice inputs
        
        Otherwise, it’s impossible to know you can click one and have its text
        copied into your clipboard.
        
        Change-Id: I9243229c0e507f35b35768ec71473117c2c34a8d
        

2018-05-02  Caolán McNamara  <caolanm@redhat.com>  [c7f9599f685a8e297be32fe6db5de04068b22d05]

        weld SvxTextAnimationPage
        
        Change-Id: I5aadf86648483be254157d3ca148eb16258980e1
        Reviewed-on: https://gerrit.libreoffice.org/53723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-02  Eike Rathke  <erack@redhat.com>  [dfb9138b8b5a239b46f189a717999bcaff19aa79]

        Resolves: tdf#116579 consider both work locale and format locale date patterns
        
        If a format was set its locale's date acceptance patterns
        overwrote the work locale's patterns for the current input. Take
        both into account, with precedence depending on the
        NfEvalDateFormat set at SvNumberFormatter.
        
        Change-Id: Ie6e837447610d71eb9b8227e602d13d414cad612

2018-05-02  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [04e564b8179cdfafc0f33233daae126e39f46e47]

        tdf#116980 tdf#116986 Fix data migration in..
        
        .. databases with relations.
        
        There might be several nodes written in data file before the actual
        row, each representing an index. We have to skip these.
        
        Change-Id: I1556a8212b509c6cb63cb98fa0e9b7b8d3483004
        Reviewed-on: https://gerrit.libreoffice.org/53507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [be3ef7b0e5e51c1d97309ce3b6d5cac1fbd025d0]

        tdf#109143 PDF export: don't reuse compressed bitmaps for cropped images
        
        PDF wants to loose the pixels masked out by cropping, so the "reuse
        original compressed image" optimization should not be used in that case.
        
        Change-Id: Ifdf2cc4ff6bff0ed456a2159395314817c1cf417
        Reviewed-on: https://gerrit.libreoffice.org/53743
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-02  Mike Kaganski  <mike.kaganski@collabora.com>  [f154f63cb662f02415d5cb0051011bdb5d0d523c]

        WinUserInfoBe: a new config backend for user data provided by Windows
        
        This backend provides Active Directory details for current user. If
        the system is not part of Active Directory domain, GetUserNameEx is
        used instead, so at least user (given) name is configured.
        
        Unlike ldap backend, this one doesn't need connection configuration,
        as the used API works with current user security context.
        
        Change-Id: I74bcc79591a658dc5121df1f09caa15d272fbe12
        Reviewed-on: https://gerrit.libreoffice.org/53590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-02  Mike Kaganski  <mike.kaganski@collabora.com>  [ea1f50894ac3e681213b874af08217ae25d0433a]

        VS IDE integration: use full Windows include paths in VS projects
        
        It turns out that VS IDE's "Peek definition" (and other functions that
        navigate to sources) fail if the short ("DOS") path to the file is given
        in project's includes: see issue at
        https://developercommunity.visualstudio.com/content/problem/139659/vc-peek-definition-fails-to-navigate-to-windows-ki.html
        
        This patch converts the include paths to full Windows paths, to avoid the
        problem. Also, since IDE starts working correctly with this change, this
        patch removes inclusion of "inherited" paths "$(IncludePath)", which are
        the paths added by Visual Studio itself. Since we do specify all include
        paths explicitly, that is not required, and avoids confusion.
        
        Change-Id: Ide2d948f8c7b050b02f550342144fede4fcafb82
        Reviewed-on: https://gerrit.libreoffice.org/53731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-05-02  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [b18953565b68e46289ad85927d79f5978a51078b]

        tdf#116980 Add constraints after data migration
        
        So there won't be any violation problems while migrating data.
        
        If there is a constraint created in a "CREATE TABLE..." statement, then
        cut it off and move it to a separate "ALTER TABLE ... ADD CONSTRAINT"
        statement.
        
        Change-Id: I7245ba8b23a6239cd3b724815a6385b9e6c17a91
        Reviewed-on: https://gerrit.libreoffice.org/53508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e148a58b6d60d2f2587ce264e0f5f1fb73879231]

        extend test, so it checks the retireved graphic is as expected
        
        Change-Id: I49f852681a5d3541da23d1d590cac14b6e4f8e6a
        Reviewed-on: https://gerrit.libreoffice.org/53491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [be48eb2e82a3d8891ee84145567e2b89884f1fd6]

        return std::unique_ptr from SdrMakeOutliner
        
        and some of its callers
        
        Change-Id: I121a7810e3e35e76da4ffe5fc5405a7bf86cb66d
        Reviewed-on: https://gerrit.libreoffice.org/53728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f66edd357c4572fd69d42c2330f922ec2beaa415]

        Fix typos
        
        Change-Id: I56477227bafdd7fdb29aa5a5c857cbfda110e395
        Reviewed-on: https://gerrit.libreoffice.org/53643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [03a4b6eb58b29c0ab4bb85f756923c46618d02ff]

        tdf#117205 impress crash when moving an item in a list
        
        regression from
           commit 891e41fac81fbd8d5cdb277b26639abfd25a7143 (patch)
           dead code in AccessibleTextHelper_Impl::UpdateVisibleChildren
        
        Change-Id: I0db104fcde91597dc71b6cae6c547a0cedac4af2
        Reviewed-on: https://gerrit.libreoffice.org/53721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3f9ffa26f90d7976840c192ef267fe9841759e57]

        Restore ReplacementGraphicURL for setting, no API change
        
        Change-Id: I6511cf4c7025ee82889dffe94232291bb51d6741
        Reviewed-on: https://gerrit.libreoffice.org/53490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-02  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [9123711dd092139fb95be92f3ff0cdde657086dd]

        tdf#117296 dbahsql: Fix migration of numeric
        
        Change-Id: I9ca181c58cd73432c632147870d546d277893fdf
        Reviewed-on: https://gerrit.libreoffice.org/53587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-05-02  Stephan Bergmann  <sbergman@redhat.com>  [e606179d5722427bc4137838585b38892e01b328]

        tdf#116240: Include --with-help=html in installation sets
        
        ...by extending the hackery in helpcontent2/CustomTarget_html.mk (see comment
        there).  (Ultimately, the gbuild HelpTarget machinery should probably be adapted
        to the needs of this new help format, once the old help format is no longer
        supported?)
        
        The Perl packaging code finds source files through the "include" paths specified
        in instsetoo_native/util/openoffice.lst.in.  To avoid potential name clashes,
        put the new .filelist files into
        workdir/CustomTarget/helpcontent2/help3xsl/filelists/html-help/ sub-directories.
        
        read_filelist in solenv/bin/modules/installer/filelists.pm does not strip white
        space following the last item in a file list, but (with HAVE_GNUMAKE_FILE_FUNC)
        the gb_HelpTarget_get_translation_target .filelist files (which are then
        transformed with sed into the .html .filelist files read by the Perl packaging
        code) may contain such trailing white space.  So $(strip ...) their content in
        solenv/gbuild/HelpTarget.mk.
        
        This is the core part of a change spanning core and helpcontent2.
        
        Change-Id: I82e0093ea2064725327330c5485f8e581573e1f2

2018-05-02  Stephan Bergmann  <sbergman@redhat.com>  [8e09329ea6e1625cbb9a4b79ad13e462c965b973]

        Updated core Project: help  09f72e64083e9a6003e6c10fa26e1c5ca3c4d785
        
        tdf#116240: Include --with-help=html in installation sets
        
        ...by extending the hackery in helpcontent2/CustomTarget_html.mk (see comment
        there).  (Ultimately, the gbuild HelpTarget machinery should probably be adapted
        to the needs of this new help format, once the old help format is no longer
        supported?)
        
        The Perl packaging code finds source files through the "include" paths specified
        in instsetoo_native/util/openoffice.lst.in.  To avoid potential name clashes,
        put the new .filelist files into
        workdir/CustomTarget/helpcontent2/help3xsl/filelists/html-help/ sub-directories.
        
        read_filelist in solenv/bin/modules/installer/filelists.pm does not strip white
        space following the last item in a file list, but (with HAVE_GNUMAKE_FILE_FUNC)
        the gb_HelpTarget_get_translation_target .filelist files (which are then
        transformed with sed into the .html .filelist files read by the Perl packaging
        code) may contain such trailing white space.  So $(strip ...) their content in
        solenv/gbuild/HelpTarget.mk.
        
        This is the helpcontent2 part of a change spanning core and helpcontent2.
        
        Change-Id: I730caaaec783d0a0a9c79caf85268a775220dee3
        Reviewed-on: https://gerrit.libreoffice.org/53724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-05-02  Stephan Bergmann  <sbergman@redhat.com>  [0c8df66364355afb47e5f9dcd73a677f650341e1]

        Updated core Project: help  cb3e183c7fa7bd926e6564e52b5a79b0a0d15262
        
        Make --with-help=html work on Windows
        
        Change-Id: Ib8168a6ac770e81a8e5049d8d60e63aa04c7e64b
        Reviewed-on: https://gerrit.libreoffice.org/53722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ae289d67413a4f060b268a4483c3452c14aed42]

        loplugin:useuniqueptr in GlyphCacheHolder
        
        Change-Id: I09aca185c6ca2efee037225e9924876030f47efe
        Reviewed-on: https://gerrit.libreoffice.org/53705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [eef7d1614ee279dfe43e0a4b575d96e0e7e9470c]

        sw: prefix members of AutoFormatPreview
        
        Change-Id: I3651abc70862d44238d24bb4b24cffa2731611f7
        Reviewed-on: https://gerrit.libreoffice.org/53720
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-05-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6a2a2e6e3fa164f234f2880e5ba608676c4eec04]

        extend test with checking the bullet bitmap size
        
        Change-Id: Ib79ab49110d0e04b2f38eb7cc6d1db191857cb87
        Reviewed-on: https://gerrit.libreoffice.org/53459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [cfef1b48fd1307833a55aaea3eebbef5ed55e321]

        loplugin:useuniqueptr in ShutdownIcon
        
        Change-Id: I7ccc31ff9cfdca7229b2acf00ebd35c98560a4e9
        Reviewed-on: https://gerrit.libreoffice.org/53701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [2bba6d49fefd2f58b1771baee5786e1c49883b5c]

        loplugin:useuniqueptr in SdrPaintWindow
        
        Change-Id: Ia5a57913b607c0c055a525094ac03c5c3022abb4
        Reviewed-on: https://gerrit.libreoffice.org/53713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1ce78b03d37ff845e404aeb224e9cf1092011ce]

        loplugin:useuniqueptr in E3dView
        
        Change-Id: I2945d810a05f0f9d44ac17c20f5a82e05bd4981e
        Reviewed-on: https://gerrit.libreoffice.org/53712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [b6025e6cffe2024fefebd161ea739188b4b4fdaf]

        loplugin:useuniqueptr in GalleryTransferable
        
        Change-Id: Iad9ca26bb94fb1d499d3ce028b2289c11c1771fa
        Reviewed-on: https://gerrit.libreoffice.org/53711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [e43764452e3e2a8b0acb197d6eff2cb9fc76772a]

        loplugin:useuniqueptr in GalleryBrowser1
        
        Change-Id: I0b95beed2c056e10cb40d09bf1040143778724ca
        Reviewed-on: https://gerrit.libreoffice.org/53710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [18b5b3ae444209b2e4476411194896ae917a2beb]

        loplugin:useuniqueptr in E3dScene
        
        Change-Id: Ia2de7248406b47539ff40d81491ec1541c0c7bcd
        Reviewed-on: https://gerrit.libreoffice.org/53709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c944356f817013353819c6eb4bc5ed86356658d]

        loplugin:useuniqueptr in SvxCheckListBox
        
        Change-Id: Ib867d42363a500ea5acfc0998dd33657d3a701c3
        Reviewed-on: https://gerrit.libreoffice.org/53708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [c4b8edefcf452ad80254b1f76bcfba743b0b486f]

        loplugin:useuniqueptr in NWPixmapCacheData
        
        Change-Id: Ie71583f2fb1f2471ddeaf7a10572c679a4e5cbe0
        Reviewed-on: https://gerrit.libreoffice.org/53707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [cee2ccb38f0b6d223d9c60da6538f06a84ad6192]

        loplugin:useuniqueptr in X11SalBitmap
        
        Change-Id: I3fedb4b25683bafbdb7c761387d47a8b30ef8083
        Reviewed-on: https://gerrit.libreoffice.org/53706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [ecf6e884d50c9d6220a95ef1a785e9643fb1f01e]

        loplugin:useuniqueptr in ThumbnailView
        
        Change-Id: I1851af82e7f1e56a5b309be55da6dc08b6d34ace
        Reviewed-on: https://gerrit.libreoffice.org/53704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [6702a4c56abc2bcd46df65b6eb5ba61e6f1c8dcb]

        loplugin:useuniqueptr in TemplateLocalView
        
        Change-Id: I248c0aed295502ee5da15004403cc02a483dd893
        Reviewed-on: https://gerrit.libreoffice.org/53703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [d90d9b422789b152416cc66f700a9af2d0a8285d]

        loplugin:useuniqueptr in SfxEventNamesList
        
        Change-Id: Ie296881069393001842f4424f398b0edefd89ac5
        Reviewed-on: https://gerrit.libreoffice.org/53702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1cb646dc5fe56c614d2740cdc60d382f3d660b6b]

        loplugin:useuniqueptr in SbiImage
        
        Change-Id: I24ee5de3628d6436dc045cb543d35b16074ef189
        Reviewed-on: https://gerrit.libreoffice.org/53700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [73414e3fe8d8cede2c4bc3bc605618873db003c4]

        Fix typos
        
        Change-Id: I56bd1a7ac204f4302261e46d0b8c5dd62c4b6df9
        Reviewed-on: https://gerrit.libreoffice.org/53624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-05-02  heiko tietze  <tietze.heiko@gmail.com>  [9ff3ea9e38e9ae084cb9c1c670eb5ea657c834eb]

        tdf#117367 Merge cells radio button regression
        
        Missing group property added back
        
        Change-Id: Ib9622014a9a3c06c070a7a6f5067188f9d9c2f6f
        Reviewed-on: https://gerrit.libreoffice.org/53717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-05-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3e5e7a6017334e15c1f4a67d484dba06408627bd]

        Updated core Project: help  5e2ec00e80b758d19955b2584dc4ac5614db2635
        
        Helponline: Add some more translated strings
        
        Change-Id: Idc3e4624a5779735614af338e036f406a815fc9f
        

2018-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [b9708df8179fd4db377bf1d2c399623149464dd5]

        tdf#110740 Wrong formatting when cutting from the input line
        
        When the input line has the focus, and cutting text with a
        keyboard shortcut, first we copy the contents of the cell to
        the clipboard, and then immediately overwrite it with the
        contents of the input line, which carries the wrong formatting.
        Instead, just use the same logic as for SID_CUT (in
        ScEditShell::Execute): Copy the cell contents, and delete the
        contents of the input line.
        
        Change-Id: I5f3fbdfebdee16d55af05ffcece142cd92918c5e
        Reviewed-on: https://gerrit.libreoffice.org/53637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [3def66880874e5d0f06a48abfb6d3a95b6b0dae4]

        ofz#7002 Direct-leak
        
        Change-Id: I7a4a00663498fe600e8dace95c60210a9f006a6f
        Reviewed-on: https://gerrit.libreoffice.org/53696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [cfe137da10080b3d626ee9791e3b0b1dd0e7bb6e]

        inline GtkComboBoxText liststore
        
        Change-Id: Ide9ce3a90995a722b3d2c55ddaa4b5d3ad843092
        Reviewed-on: https://gerrit.libreoffice.org/53699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [ab4609c8f9756e4fe6959a10e54ebee9105edbf7]

        weld ScMoveTableDlg
        
        Change-Id: I4d5601d0fb02a20bf6c83fc10411f610bdb5ce32
        Reviewed-on: https://gerrit.libreoffice.org/53698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  andreas kainz  <kainz.a@gmail.com>  [43af818557904450b13839350c65ad865b9ee9d2]

        Colibre icons: add ko language support
        
        Change-Id: Ife40511fefefca4169295be75c0268344186c218
        Reviewed-on: https://gerrit.libreoffice.org/53680
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [dbb4df8568726173f69297611936976ff354c2cf]

        weld ScShowTabDlg
        
        Change-Id: Ice5da193d0efbf8e4a61d68c0fcef90f6c6d8e78
        Reviewed-on: https://gerrit.libreoffice.org/53665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [157aff3edbfc6f937cc2e51ed48f01e9c00d3a4a]

        Updated core Project: help  665722ee28553846ab82d76d953ee1d4f2ed6bda
        
        Add more links between pivot tables and charts
        
        Fix id duplicity
        
        Change-Id: I72520764bcf68f25299a05be619b8624d5ca5d1c
        Reviewed-on: https://gerrit.libreoffice.org/53697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b46af3670cbcd503875677bcca9cba8ad49984a7]

        Updated core Project: help  44db92d22697ee0784ce24591c05f54b737a7dd0
        
        Refactor inter-page links
        
        + reduce translation work
        
        Change-Id: I9d6025186f2769981ccac9bd9ec8cfcd00c83f07
        Reviewed-on: https://gerrit.libreoffice.org/53694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Rene Engelhard  <rene@debian.org>  [a92259f07945259b2558a91bdae6465d88b411fb]

        Revert "check for Amiri; add (commented out) check for Gentium"
        
        Obsoleted by 8a2745e1beee722c8c9691c397e493cc1160bedf
        
        This reverts commit 6a226816bc526af5f5056b613ddc3bbf0663c045.

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [0b7f4a4f57117fde33d0b1df96134aa6ccce023e]

        set Referer on link mediadescriptor
        
        to allow determining if the source document is from a trusted/untrusted
        location
        
        Change-Id: I780568652d2ef0cc8543c27ba26289277b5d9d0c
        Reviewed-on: https://gerrit.libreoffice.org/53689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [73ada0a095b6f09e0e1c9e779a7920d3eff468fe]

        weld ScMetricInputDlg
        
        Change-Id: I4693969c1ef740235e7c0d55619552dd4ace494c
        Reviewed-on: https://gerrit.libreoffice.org/53675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Stephan Bergmann  <sbergman@redhat.com>  [b2869173851aadf6182cc2038d9af9fc90aa9183]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I302cb394b1883932d4cb7b160a4a74185dbff04b

2018-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3242871ac5ccb8af968ddc930c2e654d51fbfc33]

        Updated core Project: help  31e6f5a08f27a72caf285df1af780d78a1ee8747
        
        Fix typos
        
        Change-Id: I1db969740c6f30b16cb14a4041488322db86c74d
        Reviewed-on: https://gerrit.libreoffice.org/53688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9e5f635637fbec17004399a8df83a4144140c0e6]

        Updated core Project: help  49161d62b898d139a474bb790296b2f77d5ccaeb
        
        tdf#106623 Write help page for PIVOT CHART
        
        + Added example file
        + with inputs from Tomasz Vajngerl
        + remove a spurious character slipped in set 1
        + fix DTD issue 01
        
        Change-Id: I13ebce0241a2ae1e7dcac29945403607da0d1dfa
        Reviewed-on: https://gerrit.libreoffice.org/53692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e07ccd08ec993fde624267272e5b9b29182ed12f]

        Updated core Project: help  98ad6f21bad7e68fc539b5fb75aecba22ac8be55
        
        Update Insert Chart command menu
        
        Change-Id: I35d7fb540103a5e797819574272c5158b0eb9f4e
        Reviewed-on: https://gerrit.libreoffice.org/53691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [564db9f6fc286431cd1fa41c26b9682ae8e74974]

        fix out of range spinbutton value reformat
        
        Change-Id: I5da9da35d4bf40e2c4107df7ab9b07a6ca2fc836
        Reviewed-on: https://gerrit.libreoffice.org/53684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c5b27af5be11758ecb8c248f9415a696bb7ab0ba]

        Updated core Project: help  63f4befb10aa56ae4da05de922a5e351ea7c3513
        
        Remove extra line break in icontables
        
        Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e
        Reviewed-on: https://gerrit.libreoffice.org/53690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [2a957e408530cd16526d793c87f0e6fd4bed1548]

        forcepoint#39 bad layout
        
        reproducible with ./instdir/program/soffice.bin --headless --convert-to pdf sw/qa/core/data/ww8/pass/forcepoint-layout-1.doc
        
        Change-Id: I93bd8a75196ddb2a1a242752bb1e06164bf7148e
        Reviewed-on: https://gerrit.libreoffice.org/53002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [6c05d28d1446d805933ea7dd924dc94f890a7acb]

        disable/enable notify for GtkInstanceButton
        
        Change-Id: I477d5eed61d82cf711df3120c92f6011177f88ab
        Reviewed-on: https://gerrit.libreoffice.org/53686
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Henry Castro  <hcastro@collabora.com>  [f1c465af38d2f8f2c941742c160f75151e4f55cd]

        sc: prefix members of ScNoteMarker
        
        Change-Id: Ia4d7646d0534cfd74d5fd54700af80484443f106
        Reviewed-on: https://gerrit.libreoffice.org/53681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-05-01  Caolán McNamara  <caolanm@redhat.com>  [05a650d02bb7cbd838a0a3767e22069faacc81e4]

        update when gaining/losing focus
        
        Change-Id: I0f650502f43a4c1c27b0eb8b3ddab857d5c64480
        Reviewed-on: https://gerrit.libreoffice.org/53674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-05-01  Khaled Hosny  <khaledhosny@eglug.org>  [5ebc6786c69e930c422536947f2c16d8dffeb082]

        Store a pointer to GlyphItem in PDFGlyph
        
        Instead of ad hoc bits and pieces of it as we go.
        
        Change-Id: Ife826405850efbd84d84b19cba6a80d735864d3e
        Reviewed-on: https://gerrit.libreoffice.org/53683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-05-01  andreas kainz  <kainz.a@gmail.com>  [cdef99c2b40b86db6043fa80159e140362fc1b98]

        Colibre icons: finish svx galaxy icons
        
        Change-Id: I4061fa7893669647d5837e2d8ce4324623590d58
        Reviewed-on: https://gerrit.libreoffice.org/53677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-05-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [af94177d64828d227fd4008ec797378715282192]

        improve AttributeState compare operator
        
        guess this was the original intention, else the nullptr checks
        would be pointless
        
        Change-Id: Ifb41b125c6d297c76c1d1b5c06c8f9f127b8e613
        Reviewed-on: https://gerrit.libreoffice.org/53644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-05-01  David Tardon  <dtardon@redhat.com>  [aea66f8a3d5757e073b9bdcf1ff240371777314e]

        convert a sequence of if to a switch
        
        Change-Id: Ibca33b2170348ce56e9fa376009ee1cdea2dd67e

2018-05-01  osnola  <alonso@loria.fr>  [d324ed83fa6941f5408402d7ab0ec65f5c18d1d2]

        tdf#117323 fix import of MS Multiplan for DOS
        
        Change-Id: Ica053852c17ac993b4e50c4c58dbaf2ee4f33035

2018-05-01  Khaled Hosny  <khaledhosny@eglug.org>  [8a2745e1beee722c8c9691c397e493cc1160bedf]

        These tests should check for HAVE_MORE_FONTS
        
        TEST_FONTS_MISSING checks only for DejaVu and Carlito, besides even if
        the system has a font with the same name it does not mean it is the same
        version (or even the same font) as the test requires. So better limit
        this to builds not using --without-fonts.
        
        Change-Id: I9d5b9e6aaed65513d37e4c897fcdddf0ac050084
        Reviewed-on: https://gerrit.libreoffice.org/53676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [25c0988b87b71f93577837f4a300f5f17366d145]

        ofz#8095 avoid recurse to death
        
        Change-Id: I0acb0f68f64bb95a4510a330d463badd2cf8a84a
        Reviewed-on: https://gerrit.libreoffice.org/53663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [da0956b279121a8824ac8d44e5365ef67c308a07]

        Updated core Project: help  3b48a6feb0728a07fba8213ee39f39bb835812f3
        
        Improve EPUB help page
        
        After some remarks from translators.
        Added localized dialog too.
        Added Adolfo suggestions.
        
        Change-Id: Ie7311bb6f612284baa69a26c929cda99fda4e0a9
        Reviewed-on: https://gerrit.libreoffice.org/53630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [d951118c8faa2cfc3e439134ead9ec8eee5b81d2]

        std::min on unitialized value
        
        Change-Id: I3d1fdf90094170f8b256bbd0a9af28b69ef16a8c
        Reviewed-on: https://gerrit.libreoffice.org/53662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Rene Engelhard  <rene@debian.org>  [6a226816bc526af5f5056b613ddc3bbf0663c045]

        check for Amiri; add (commented out) check for Gentium
        
        vcl_pdfexport relies them...
        
        Change-Id: I5af9f69736013e896f96b5d4a13f32cf8777c39c

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [23cf9370edf41c591ebb5acad372b5ce2395f68e]

        weld SdSnapLineDlg
        
        Change-Id: I3a8117719525fa204f29cc10a944376116050d61
        Reviewed-on: https://gerrit.libreoffice.org/53658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [5fb3b6b925db2989ce61bb954d7156f2a3b84b4c]

        weld SvxNewTableDialog
        
        Change-Id: I33189708a2f1b63080cbafc94fe288f8abe60830
        Reviewed-on: https://gerrit.libreoffice.org/53652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Stephan Bergmann  <sbergman@redhat.com>  [809d59534f519b55d8d55bc03ef35264a2ffe329]

        Fix quoting
        
        ...broken with d3fd9d026592a7c180f2abf763c618624fe016e7 "split
        odk/build-examples Java tests out into a build-examples_java test"
        
        Change-Id: I0bc403e76969bf636a9ba76a7cd40cb895fc3000

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [7c112da22428ea56045f24911854a5569bd851df]

        weld ScGroupDlg
        
        Change-Id: If62c664dbc068bde3fee552aabe35243eeb28a47
        Reviewed-on: https://gerrit.libreoffice.org/53659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [58c07ae9829c1d40f0a851d379c126933243fce3]

        weld SdInsertLayerDlg
        
        Change-Id: I1f298fe6bf1bbd1dc8edc6386bf4466d5ac1e05a
        Reviewed-on: https://gerrit.libreoffice.org/53651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  David Tardon  <dtardon@redhat.com>  [e0958329000ac04601ceed964fc9fe6559649503]

        tdf#117323 add dummy extension to fix assertion
        
        Change-Id: I88494b6686102dc727048ffa5fa8d7d483e04174

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [8d2fe4c81c6f6bde3571beaa02abc0a9eba038e8]

        weld MorphDlg
        
        Change-Id: I6f47606e8d66c9bf9a32d221f223d734397b8570
        Reviewed-on: https://gerrit.libreoffice.org/53636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [5fa87d266ef2a593b9b948787781200600f4f3da]

        weld MasterLayoutDialog
        
        Change-Id: Iab0a2c1565f109886596a1c15179fdf497633752
        Reviewed-on: https://gerrit.libreoffice.org/53650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [337b9e63306522ae6bf12114fe673794635e5772]

        flip masterlayoutdialog action area orientation to standard
        
        Change-Id: Ic1ec6d2c94384b14fe0b6bd7c65ca33d592de19b
        Reviewed-on: https://gerrit.libreoffice.org/53649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [6f488fc5ab32c41566882de58d2cc7a2b74e7337]

        crashtesting: ooo43029-4.odg initial j of 0 decremented wraps around
        
        since
        
        commit 2815499d7c0b32fa05fcd697e7b2c2d897f78dfb
        Date:   Fri Apr 27 05:21:29 2018 +0200
        
            tdf#105913: Fix applying DX array to ligatures
        
        Change-Id: I989aa70d5e8a99061a1b0e4db63c47c7c92d92da
        Reviewed-on: https://gerrit.libreoffice.org/53647
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Rene Engelhard  <rene@debian.org>  [e208c8f32b475db77ac6e0b39b7f59c0a3a83449]

        build-examples_common.mk: add mode lines and license header
        
        Change-Id: I61db4968af4770817606da0c9c2d0622d7db4812

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [3014e5f362c77c546452d45fcde96fcbae27235e]

        hook up can-focus to ability to tab into the widget
        
        Change-Id: I55915254d784a0887a8d5bf6128396ab875e7ae6
        Reviewed-on: https://gerrit.libreoffice.org/53634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Rene Engelhard  <rene@debian.org>  [5e71673ae0bbd4c0c1b32a1269155b4cd2cb5f45]

        icon-themes: rename pngs with spaces in them since they cause various problems
        
        Change-Id: I30c34b9d1c80c339f359abd7e80f6fa0bcc37537
        Reviewed-on: https://gerrit.libreoffice.org/53646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-04-30  Stephan Bergmann  <sbergman@redhat.com>  [056d4409cdc7d56c3c803be9996ba9f8983a565b]

        -Werror,-Wunused-private-field
        
        Change-Id: I8f5a09be47876496bce118c29ffe58b62d71b67a

2018-04-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [43459bac67363f49aadd851e686d4a74b8ddc256]

        tdf#117039: update infobar instead of removing and re-adding it
        
        Apparently AppendInfoBar ends up calling back into SID_SIGNATURE
        status function at some point, creating an endless recursion. I'm
        too lazy to debug why so I'm cowardly avoiding it
        
        Change-Id: Ib1e4b7f12fea197887b099e9a9f03b4e58884ec1
        Reviewed-on: https://gerrit.libreoffice.org/53519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [a0329f7c60b457405058404dececd4d8479ef1d5]

        weld SmSymbolDialog
        
        Change-Id: I163a309fdf79e3eeadeb15b2a1c042666def339f
        Reviewed-on: https://gerrit.libreoffice.org/53633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [d0f7b12359082b7dd7c07cfa57e0394dfe325c36]

        flip catalogdialog action area orientation to standard
        
        Change-Id: I7ba0e10b9033efabcc7ff209ca048d2c8a684f2d
        Reviewed-on: https://gerrit.libreoffice.org/53632
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Caolán McNamara  <caolanm@redhat.com>  [13b4d6033c47c73b45bbd496bbadbe62d382a268]

        flip math fontdialog action area orientation to standard
        
        Change-Id: I3cca2689d5f70246f8b03dc2454753f590096760
        Reviewed-on: https://gerrit.libreoffice.org/53631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b3c43f257404f1b9037898825e86806b5b0b0fc7]

        Avoid getTokenCount (fix 1a2ee0ecd5b0cff52922c1d261f7d03a57a52ca0)
        
        Change-Id: I2def3a427585fd281fb0b25e90060b2a2037212b

2018-04-30  Stephan Bergmann  <sbergman@redhat.com>  [25762ee54f0def7b5aa14d2bb4f2f3dc85d057af]

        Fix 182197448fc206649324fa15cf5aeaf7d01723ed
        
        "loplugin:useuniqueptr in VirtualDevice"
        
        Change-Id: I71db0faa406c0b58bbdaf4eaf2180f97fc69e1cd

2018-04-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [39c7e09ca5cb9b6dab143483bd6cb72fcad8307e]

        loplugin:useuniqueptr in SvTabListBox
        
        Change-Id: I02117072df781f5aa86eafadaf3611999762a3c5
        Reviewed-on: https://gerrit.libreoffice.org/53605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0631cc1454d99cbaa948e54c3b0c246bd27bf1c]

        loplugin:useuniqueptr in XMLTextParagraphExport
        
        Change-Id: I753bbfc60172a36e1f3ba08398dc17ee14e0c551
        Reviewed-on: https://gerrit.libreoffice.org/53604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [af73d613118bb141a51e56e4c8da405cc3e1298f]

        loplugin:useuniqueptr in SvxIconChoiceCtrl_Impl
        
        Change-Id: I01524abe1059e79a77c54c8b00c7f43a8575283f
        Reviewed-on: https://gerrit.libreoffice.org/53600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [db41d66179916146411cd2483460d7ab4ba7e6c4]

        loplugin:useuniqueptr in SvTreeListBox
        
        Change-Id: Ib5b4cb667e8c7979ba03a680af7923f9caf9dfc3
        Reviewed-on: https://gerrit.libreoffice.org/53593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b2e5bce6e658a6e6c202ed801052da14b5f87be]

        loplugin:useuniqueptr in BrowseBox
        
        Change-Id: I079009f5e9f5e8c8d2666f79e2bfcefe662acf6a
        Reviewed-on: https://gerrit.libreoffice.org/53591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  andreas kainz  <kainz.a@gmail.com>  [f15ea6fa71e66bfea373a01580e76c7d8b69d3cb]

        Colibre icons: finish sw and add svx icons from galaxy
        
        Change-Id: I30ca92be08804bc8a1ac8d8aaeec2e4c010ea29f
        Reviewed-on: https://gerrit.libreoffice.org/53640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [08b437a7f1a9c5d2bc8e0667220b3446b5896d14]

        tools: test for MinMax
        
        Change-Id: Ifbef563c02027e69226ff6585b721c23566435ea
        Reviewed-on: https://gerrit.libreoffice.org/53451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5f2073fbc995fb619f398a55187413813578b62e]

        fix build
        
        reverts part of commit 1a2ee0ecd5b0cff52922c1d261f7d03a57a52ca0
        
        Change-Id: Ic92d6e16814ab457651ffc5566970ba043e69cdb
        Reviewed-on: https://gerrit.libreoffice.org/53642
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-29  linus  <linus@thebehrens.net>  [f3a4d1597258c0db37a32757f4600e0dc8288aed]

        sw: more fine-granular python tests
        
        - cleanup unnecessary stuff
        - split tests up into smaller bits, so test failures give better
          error reporting
        
        Change-Id: I0a7d36c7c7afa574141c88bfe344024324969596
        Co-authored-by: janniklas.weghorn@gmail.com
        Reviewed-on: https://gerrit.libreoffice.org/53586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [3922602fc3aff254ba1df3e2f193a7f569b8963f]

        Avoid getTokenCount
        
        Change-Id: Iad8a623a219b1e6158a1ec447bdc7853817d2086

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [5f07b58b0904f2d00ea4c1b49296ec0abfbe397c]

        Avoid getTokenCount
        
        Change-Id: Idf94fa126580623c879023b04a2d9cbe54679b21

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [e7747a338bb3951448a0be2cda1e9ae5eb6cc117]

        Avoid getTokenCount
        
        Previous implementation looped backward from last token,
        but just a match seems to be required in order to insert
        the associated ComboBox position in a std::set (which does
        not care for insertion order).
        
        Change-Id: If92b28a9364e59fca46e728164be41e0755d0977

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [b7b323a783abd4055b58f9a765615e2ad887bd77]

        Avoid getTokenCount
        
        Change-Id: Ia5070c009012ba4830b05e98e055a14e7e0020b7

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [1a2ee0ecd5b0cff52922c1d261f7d03a57a52ca0]

        Avoid getTokenCount
        
        Change-Id: Id4a6e669fedf803fc96ce83315dccc61cfb25aed

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [2a39163aef4211c9d19cb1faee7f55d3718355b6]

        Rework code to avoid getTokenCount/getToken
        
        Change-Id: I46985c3edda9509f0a014ea351016dce599bda4a

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [132138eeb0d518218d9051744e2092d3340156af]

        Avoid getTokenCount()
        
        Change-Id: I7c58295c8d0eda927dd670ca9cc5537437ed94e6

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [5fd03b2693f699c6254128b74b2b8f719c2ba5b0]

        OUString: getLength() ==> isEmpty() when possible
        
        Change-Id: Id35899bf89384557a744ff5828a0ac54ab19328b

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [963bd6c26f272db1bee5331dd337c20db4e11ce7]

        Reduce getTokenCount calls, use getToken with start index
        
        Change-Id: Ie0f82377715fa1ddf570ec1622f40d8b6e9e4715

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [777634169d1b3f264ccb0f01d9d4d9ecdd560d70]

        Avoid comphelper::string::getTokenCount()
        
        Change-Id: Iff326aec62554cd0719e7fe8f2b5871ed5e10bfd

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [2f6b3fb0f30cd03e5ac60805a922711bdcab77f9]

        Avoid comphelper::string::getTokenCount()
        
        Change-Id: If120460609549c20fde867cc3f2941fc97896421

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [3de4968948f035db11c381ab18666cac5481a68e]

        Avoid comphelper::string::getTokenCount()
        
        Change-Id: I2aae4f106f783969ede076ce7af14e5946a554ae

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [209a8d4ab598249baf5304e33a934873cce9f48e]

        Avoid OUString temporaries and bail out early
        
        Change-Id: Ic4c1b2ce68ba992744bd68dece0afc417c22e5cd

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [4f03fabc4bf02400b961f8f3117ed07bd8ff81f5]

        Avoid comphelper::string::getTokenCount()
        
        Change-Id: I6bc5740d9e2115a09b1b096f120ab3ae19e30d66

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [a04b9aa9ed00ac944e168910a22461273f09966a]

        Use getToken with start position
        
        Change-Id: I6c8d928f7b5f0e8abaa2ce2d71096ed2ec666911

2018-04-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [ee84ba768f9f4228fe09650ab169bd6b3d042962]

        Avoid comphelper::string::getTokenCount()
        
        Change-Id: I0624940d615843bf100c53850c2578f9d0726e13

2018-04-29  Arnaud Versini  <arnaud.versini@gmail.com>  [9f3e8cb4af359c387d575d34b9a3d59db7dbe3b0]

        accessibility : remove useless guards and optimisze a litle
        
        Change-Id: I1162f364d948b73b943fb973222103772fffddc3
        Reviewed-on: https://gerrit.libreoffice.org/53629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Caolán McNamara  <caolanm@redhat.com>  [5b77e676f57bab2de61dc430e8725c447b73354a]

        weld SmFontTypeDialog
        
        Change-Id: I720196ce7359e6e571ecd26c544b9e6a61e17484
        Reviewed-on: https://gerrit.libreoffice.org/53626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c1f77d34e5a660a72170e30986bd77d9b965ca1]

        loplugin:useuniqueptr in cclass_Unicode
        
        Change-Id: Iecfff4104ef19f9bc6f83a403d99aecb2eda2514
        Reviewed-on: https://gerrit.libreoffice.org/53607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [fcd589d4f304daadb9ddc5308c577e5a789c1293]

        loplugin:useuniqueptr pStringOff in SbiImage
        
        Change-Id: I05de3e910bf857e095c99cade6fec22ccb2dd99d
        Reviewed-on: https://gerrit.libreoffice.org/53606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [6676d32077d74ec03dfe736c081e41b4b2059c5c]

        loplugin:useuniqueptr in Executor
        
        Change-Id: I3b21b4438f5762aa9960a121ba5826f47d6e9c68
        Reviewed-on: https://gerrit.libreoffice.org/53603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a2f5100711232da048f82c80f65913be32ba831]

        loplugin:useuniqueptr in TableControl_Impl
        
        Change-Id: Ida89f2a72395e0a07d57100fda10fa0f739d9eef
        Reviewed-on: https://gerrit.libreoffice.org/53602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [d72a115231879b1d56195b48ae021265c0654805]

        improve message when uitest crashes
        
        add message about running specific sub-test
        
        Change-Id: Id680825944ecfcba18ac8d310d1ce36dbfed859a
        Reviewed-on: https://gerrit.libreoffice.org/53627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [cd65f098382c14439f6502bbe72e1d78d23a92c5]

        tdf#117300 dbahsql: Add REAL type
        
        Change-Id: I5a63633f8efa2307c75e8018a8fae13f154254ce
        Reviewed-on: https://gerrit.libreoffice.org/53585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [605f6d485f15948da5c0443fea18c296da270e18]

        loplugin:useuniqueptr in TemplateFolderCacheImpl
        
        Change-Id: I90749ac49fcd0194ec43b4dc23efd66484a3bed4
        Reviewed-on: https://gerrit.libreoffice.org/53601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [22077670edcec437a3505ae412c06c974f273b7b]

        loplugin:useuniqueptr in BrowserMouseEventPtr
        
        Change-Id: Idbde5b63fc1241bef0a9237727fa1b010ce1eef9
        Reviewed-on: https://gerrit.libreoffice.org/53599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1c154eeabf37d603158ddc425d5afed125d3a15]

        loplugin:useuniqueptr in SvtFileView_Impl
        
        Change-Id: I18f812354dcd6eed7e2fa6400401d40feea80d85
        Reviewed-on: https://gerrit.libreoffice.org/53597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [85409aa4dd71ed63e586819bb79134e82faa8f34]

        loplugin:useuniqueptr in ExportDialog
        
        Change-Id: I84dd42783be04d7acb8c0d4a9afa920db0e22d8e
        Reviewed-on: https://gerrit.libreoffice.org/53596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [be2188598ef038f3e110f0a528ae682c93f2a6fd]

        loplugin:useuniqueptr in Ruler
        
        Change-Id: Iad5ca0c3744b7598af827e66855f4be108757bd9
        Reviewed-on: https://gerrit.libreoffice.org/53594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [979293ca138ccfb22ff1282b9055ae18b775fed8]

        loplugin:useuniqueptr in FontNameBox
        
        Change-Id: Icb362d46b34010dbfc97014d76a364b720c73b02
        Reviewed-on: https://gerrit.libreoffice.org/53595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [89f470752d0ecc2a389aa8f630800a195a341a6d]

        loplugin:useuniqueptr in Calendar
        
        and remove some unused fields
        
        Change-Id: I66a40bae01a5186185383b1ec827d7da5d0b483e
        Reviewed-on: https://gerrit.libreoffice.org/53592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [a369e6bbd539caf59ccbb10d374c8aeab72054db]

        loplugin:useuniqueptr look for DELETEZ expressions
        
        can't believe I've been missing these
        
        Change-Id: If39827e1583cbcedfd5061a5059d6df53be0f9c8
        Reviewed-on: https://gerrit.libreoffice.org/53598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Gabor Kelemen  <kelemeng@ubuntu.com>  [8f2788e6fcf0ebbaedef02478362dbda4e8c14c4]

        Drop ShutdownIcon::GetResString l10n wrapper method
        
        Just a wrapper above SfxResId, simpler to use that.
        
        Change-Id: I3a0a6d262d873591b3eeb924f76373df572cf434
        Reviewed-on: https://gerrit.libreoffice.org/53548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-29  Caolán McNamara  <caolanm@redhat.com>  [3a29d1a53d7ed362a8b420650c0046f30e4759ed]

        weld SwNumNamesDlg
        
        Change-Id: Ife0b7b7c996a5764040a33991cf83ba7e28a6e40
        Reviewed-on: https://gerrit.libreoffice.org/53611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-29  Caolán McNamara  <caolanm@redhat.com>  [8952840ce752893f6195262a5dfa57a4dcc6d983]

        flip numberingnamedialog action area orientation to standard
        
        Change-Id: I682ff6b50244bda9ba148ffe48dd26e2ff69cb0e
        Reviewed-on: https://gerrit.libreoffice.org/53610
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-29  Caolán McNamara  <caolanm@redhat.com>  [b32a54d6da5c51a5d0d607d4d97a3fdbede20e03]

        weld SwFootNoteOptionDlg
        
        Change-Id: I00713527deab7f8cb9f137c35db7d28c5a896171
        Reviewed-on: https://gerrit.libreoffice.org/53609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-29  Caolán McNamara  <caolanm@redhat.com>  [288b9a3e22c2495c24d6fd195bd8f33a990a9b81]

        weld SwEndNoteOptionPage
        
        Change-Id: I2313352a66b088a4198ac8a96d2fd218bb2176fd
        Reviewed-on: https://gerrit.libreoffice.org/53608
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-29  andreas kainz  <kainz.a@gmail.com>  [71fa42a61f98e57f433f6ab5bb98ec8aa50dacfa]

        Colibre icons: svtools sync with galaxy now finished
        
        Change-Id: I7ea17f2dc77b97e20e123b55bf898d04a735509a
        Reviewed-on: https://gerrit.libreoffice.org/53617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e0317c8d12c9753ab8655a1f45ef8dd50047c414]

        cppcheck: knownConditionTrueFalse
        
        Change-Id: I1b524568b0c014be381c971cd4152ac3f00db13c
        Reviewed-on: https://gerrit.libreoffice.org/53622
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d903118b7920f976f745d5122158c6cbb6221931]

        Updated core Project: help  4fa9fb343ca0d2fd3e0481c8e12e9661c96c9430
        
        Cannot redefine attribute (role) in table
        
        Change-Id: I51ab60dfe7cab7813d392071700e11508f3725d9
        Reviewed-on: https://gerrit.libreoffice.org/53623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-29  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [bf773ddb5521431070f5975ca3f90a64007354a3]

        Updated core Project: help  ef1f8e4a374abcad2d9c568fbe7b4eb5d3f73f6c
        
        Correct malformed strings newly introduced in Pootle.
        
        plus some additional corrections / improvements.
        I know, translators will hate me. :-)
        
        In addition, fixed one typo reported by Steen Roennow.
        
        Change-Id: I3ab7dda03d91783637f57349e93dffe4956b9d5d
        Reviewed-on: https://gerrit.libreoffice.org/53457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-29  Gabor Kelemen  <kelemeng@gnome.hu>  [b84d44873f99f04a2accdc3ecd5889ba4cd591cf]

        Updated core Project: help  7954097ecb15367e627b667d2c6cd2b957cb78c2
        
        Fix ahelps on the Scenario page
        
        Two bookmarks => ahelp must be a dot
        
        Change-Id: Ieaf8b794faf4705f8c72a9c3faf9a431a75d4029
        Reviewed-on: https://gerrit.libreoffice.org/53573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-29  Gabor Kelemen  <kelemeng@gnome.hu>  [a82cd19a5354a55afafe23ebe36390b3bbc87851]

        Updated core Project: help  1900dc74e96efc494e2865b22456ec42665d4835
        
        Fix ahelp on XSLT Transformation page
        
        Change-Id: I0d9c4fad7b77bf2c365b21b98e22848d5c30215e
        Reviewed-on: https://gerrit.libreoffice.org/53574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-29  Maxim Monastirsky  <momonasmon@gmail.com>  [4f0598ebe9b65c8cdfcb59645d552e3e4d11fe03]

        tdf#117311 Ctrl/Shift+Insert do not work in Writer comments
        
        Change-Id: Ide4f3c57f67107995a90dff965a53324c052f715
        Reviewed-on: https://gerrit.libreoffice.org/53619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-29  Maxim Monastirsky  <momonasmon@gmail.com>  [3df6b510a6dfeb940a799aaefa9a5f550b384667]

        Edit context menu should follow shortcuts visibility settings
        
        Change-Id: Ief43683dca14fa1c92a6d253da07a7f79eeb6832
        Reviewed-on: https://gerrit.libreoffice.org/53616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [88612f2ae0e925d3017a8ae12a2d42c5f80c3027]

        Updated core Project: help  e159f81ef39cc9b489ba8a5fcd095b65266449c0
        
        tdf#117239 F4 -> Ctrl+Shift+F4
        
        Update help pages woth F4 key for datasource
        
        Change-Id: I20eb2b144dde11eb244dedde492e9c1b298fe103
        Reviewed-on: https://gerrit.libreoffice.org/53588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-29  andreas kainz  <kainz.a@gmail.com>  [9ea0c5c02862c4baf1832decf4dec2ab3c49203c]

        Colibre icons: finish sd folder from galaxy icons
        
        Change-Id: I96136853d48047a4fee7a196d351318bc688261f
        Reviewed-on: https://gerrit.libreoffice.org/53613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [d33722235957d7cec3019606ddf5a4d221c2bb6c]

        tdf66597: Fix a typo in detecting cluster start
        
        Looks like I accidentally broke the LTR case while iterating on commit
        c688b01d9102832226251fc84045408afe392459 and the existing test tested
        only the RTL case. Add a test for LTR to catch this in the future.
        
        Change-Id: Ie0bbde44fcd94c8e1b299f14fa0860e98977e850
        Reviewed-on: https://gerrit.libreoffice.org/53615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d78257b39d76077d8ef1659e32553430a6440fd0]

        Updated core Project: help  ed0de5458f1a6ea1b39f45bef7d0f66f1d6f072d
        
        Missing “tablehead” style role in LibreLogo help page
        
        Change-Id: I9f7ee6f355edffeeceb19fb44467c3b4fd0b510b
        

2018-04-29  Jim Raykowski  <raykowj@gmail.com>  [b649ce123dea372359ec571135a68eb3de844e5b]

        tdf#117063 Modify tree list double click behavior in the navigator
        
        Change-Id: I369a7a2075aabd3574bdda39dac74e2b132f6923
        Reviewed-on: https://gerrit.libreoffice.org/53074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-29  andreas kainz  <kainz.a@gmail.com>  [1383eed79fc5af8d7ac222b223266f54d0e66de2]

        Colibre icons: draw app and mimetype icons color update
        
        Change-Id: I0c50626157f6266c67e6f4fa620d21985d83a63a
        Reviewed-on: https://gerrit.libreoffice.org/53614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3bb3a9849c4262946013684495b18c0aa07e33c8]

        Updated core Project: help  60aceb76fb50b724d6c9c2888eb9b6d33b9c680c
        
        When we updated this terminology, we missed this string
        
        Change-Id: I74df4abe259f193f55133553214047b6e28029f0
        

2018-04-28  Caolán McNamara  <caolanm@redhat.com>  [4dbce627d3643babaf90a93c70b365ff08abfca6]

        weld SwEnvDlg
        
        Change-Id: Ib92f790030ca6fbf64273cf45c710b2f698f45a4
        Reviewed-on: https://gerrit.libreoffice.org/53569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-28  Caolán McNamara  <caolanm@redhat.com>  [5fa446204e1e686412d84562750d9802bf1b9468]

        ofz#7861 fuzzer ooms
        
        too many frequent tiny allocations in a short time span I believe
        
        Change-Id: Iaccae6db7d18c9cd2f909f94dbe81a7dc6458bc2
        Reviewed-on: https://gerrit.libreoffice.org/53589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [af1c5b959462bc7dcd675c6298ca69c69f33bd52]

        Enable undocking of sidebar by dragging a deck grip
        
        Change-Id: I59d15b4c61045bfd97dd937e6f383652db33fd8f
        Reviewed-on: https://gerrit.libreoffice.org/53496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-28  Caolán McNamara  <caolanm@redhat.com>  [b0eca89b921e0e57a9c4982aa3ffdfba8bd79bc4]

        WaE: maybe-uninitialized
        
        Change-Id: Id06f9ccc62b0a2596970dd7b813a7a67d2aa4748
        Reviewed-on: https://gerrit.libreoffice.org/53570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-28  Manfred Blume  <manfred.blume@cib.de>  [750f616d137cda0656f3b2a06a013fd3569a039b]

        sw: add frame size & content logging to dbg_lay
        
        Change-Id: Ibc4f3dbfb9f6a4ad182185deac71d5fd31d5597f
        Reviewed-on: https://gerrit.libreoffice.org/43926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-28  Dennis Francis  <dennis.francis@collabora.co.uk>  [67b1c26c27590678ece7bcef763433aedd0b164d]

        tdf#114479: compute implicit sum ranges for ocSumIf,ocAverageIf...
        
        and update the sum-range token in RPN array while creation of
        the RPN array itself.
        
        + Adds unit tests.
        + In ScParallelismTest unit test, enable threading in its setUp()
          method and restore the original setting in tearDown().
        
        Change-Id: Iee9b7759210a82950181a418eb92766a6cf891fc
        Reviewed-on: https://gerrit.libreoffice.org/49465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-04-28  andreas kainz  <kainz.a@gmail.com>  [212807f77b78c69263f8aae51dcdc73e8017c53a]

        Colibre icons: finish res from galaxy icons
        
        Change-Id: I1c69e747f84d7a304dab272009420f8d3c19d6cc
        Reviewed-on: https://gerrit.libreoffice.org/53581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-28  andreas kainz  <kainz.a@gmail.com>  [affc3ee66001703ce6f5187d1ff9bf5a2dbdcc0c]

        Colibre icons: sync startmath from galaxy and help finish startmath
        
        Change-Id: I699c1f3dbf92a192292747bda7f9751a452c63a6
        Reviewed-on: https://gerrit.libreoffice.org/53580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [031c2771245dea800eb5f975660ed06e0afae05b]

        add test for ImportUnloadedGraphic and GraphicDescriptor
        
        Change-Id: Ibe4d7661462b0a7039fdd09b6a7b619bd0c0362b
        Reviewed-on: https://gerrit.libreoffice.org/53584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [edd0d35590fc368c6c06a9bb5c108aacbc742371]

        loplugin:countusersofdefaultparams
        
        Change-Id: I84868b3115c534a8240394283cc3beedf8cb3a80
        Reviewed-on: https://gerrit.libreoffice.org/53543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-28  Justin Luth  <justin_luth@sil.org>  [a3783c0af4bd21eb9c001aadc60c660c06a47779]

        tdf#106062 ww8import: skip fake tab only on hanging indent
        
        Export has changed, so that it only exports a tab when the
        footnote paragraph has a hanging indent. Adjusting the import
        code to match that change.
        
        Please test with MSO before flagging this patch as a regression.
        Certainly there will be some documents previously saved by LO
        which will now, in LO, show an extra tab character after the footnote.
        Any previously saved document without a hanging indent will display
        this extra tab. However, MSO has always seen that extra tab, so
        these patches are enhancing compatibility.
        
        Change-Id: Id074ca0f3246eaee9807b907757cbeb6f1bbe7b4
        Reviewed-on: https://gerrit.libreoffice.org/52173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a6a38c6de9c18fd1269fc8cfc0e070ef429c8e2f]

        [API CHANGE] deprecate and revert GraphicURL prop. NumberingLevel
        
        This deprecates the GraphicURL properties for NumberingLevel used
        for bullet graphic. It also makes the proeprty work again, but
        only setting it is supported.
        
        Change-Id: I7727918677514b4846fd271ba606a0255bf9fe1b
        Reviewed-on: https://gerrit.libreoffice.org/53458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [e71d05eaa9a8c9e628b256f3e889b85ac11ed474]

        ofz#8038 defer subdocument redlining to end of parse like main document
        
        Change-Id: Ibdec7e5f9cee45ba11fc0e3aabcc46bb5da54c2c
        Reviewed-on: https://gerrit.libreoffice.org/53567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [d8bb4fa99104c3c30d880a4bec81571a5600f888]

        ofz#7745 Undefined-shift
        
        Change-Id: I673f9f2363e209694db2ba6074ae7078d0cebd4d
        Reviewed-on: https://gerrit.libreoffice.org/53568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Rene Engelhard  <rene@debian.org>  [fb0a81d04cc4b425bbd7dd9b8e32d8d9b6c3bc4e]

        add a second argument to the odk_build-examples_test "template"
        
        ... as two times my_example_dirs (probably) runs into the same
        "global variable" issue like with testname=
        
        Change-Id: I40dcff8e1e01c0cf557143432003bd9d8787bce1
        Reviewed-on: https://gerrit.libreoffice.org/53553
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [42494bfdd029c69cca7f0979a0ed3ab920efe45e]

        Resolves: tdf#117178 distinguish between pressed vs unpressed rollover
        
        Change-Id: If7964c6584d83609ad08dca7e669b85dfadf036e
        Reviewed-on: https://gerrit.libreoffice.org/53563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [1d7349476b98dff8038ad44f7806fd404b68c993]

        Related: tdf#117178 rollover is always done in visually released button mode
        
        a quirk of the menutogglebutton is that in rollover it always gets drawn as if
        its released, so refactor confusing stuff to take visual mode from a
        DrawButtonFlags, allowing the dropping of DrawFlags::NoRollover
        
        Change-Id: I14225bd0d2fbc8276a2b0a26c20673df0105891c
        Reviewed-on: https://gerrit.libreoffice.org/53562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Rene Engelhard  <rene@debian.org>  [eb0524839521e563ed8f9fc17a8117a0cf74da34]

        build-examples_common.mk: quote gb_Output_announce to not announce it to early
        
        Change-Id: I2f515b0647db020179374c66b8ff756e250665b2
        Reviewed-on: https://gerrit.libreoffice.org/53559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [86b9824312d8de0fa85ec6bfd6cf2b78867ad936]

        weld pages of the insert envelope dialog
        
        SwEnvPrtPage, SwEnvFormatPage, SwEnvPage
        
        Change-Id: I76b0298994fcd663c0b415ae6e29af054a335bbf
        Reviewed-on: https://gerrit.libreoffice.org/53503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3cbd06872b2f9ee9253e5879f590ff1b9eaf365]

        tdf#116365 vcl opengl: respect max texture size when creating textures
        
        I can't reproduce the crash, but the image in the bugdoc is a large one
        (23100 x 1364 pixels) and it was black for me. It's rendered correctly
        now.
        
        Change-Id: I72c395af12ef88cf1352602492b84e1dcd04ed14
        Reviewed-on: https://gerrit.libreoffice.org/53555
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-27  Eike Rathke  <erack@redhat.com>  [b78ab482911356ef282f7fd40a4509320608a203]

        Resolves: tdf#116939 cater for the last cols col incremented by Excel
        
        Change-Id: I48c4b9afb4cf2cb826ae2bb52067256e7fcb2c83

2018-04-27  Khaled Hosny  <khaledhosny@eglug.org>  [99ac4ee05b039166eedfe361fb985682fd92dd13]

        Change default PDF version to 1.5
        
        According to Miklos Vajna, we already write markup which is newer than
        1.4, but the PDF version was not changed.
        
        Printing still sets the version to 1.4, not sure if we should update it
        or keep the old version.
        
        Change-Id: I5387fba03a3ee33f18e16033f630f1b765e3df8f
        Reviewed-on: https://gerrit.libreoffice.org/53373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5bc0e202a03b573b9be94b65209cd9927d48fcc]

        Remove remaining references to xsec_xmlsec.windows
        
        Change-Id: I08f1d0c105f4cb17dcf0c5949326e35f9fa7622c
        Reviewed-on: https://gerrit.libreoffice.org/53560
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-27  Gabor Kelemen  <kelemeng@ubuntu.com>  [3b47d5120d04d86e5046a333804640102c0b8ea1]

        tdf#116473 'Export only note pages' should depend on 'Export notes pages'
        
        Change-Id: Ib2a96464e5568eaf015368f24bc2739c29b098c0
        Reviewed-on: https://gerrit.libreoffice.org/52741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [2b6c79ee5882d69e4e743a893f39e6ac60aa66a2]

        use SwFrameDeleteGuard
        
        Change-Id: I40970d1f4ece49e2b9faa0a534ae1d85358591b3
        Reviewed-on: https://gerrit.libreoffice.org/53554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [632bc11ce8fab1c4046ab24810b90a7ce9ac5914]

        tdf#117017 Pasting into the formula bar shouldn't retain formatting
        
        This is (kind of) regression from the previous commit
        a860c94f0da22065074cc36e8ddda73261641533 ("tdf#117017 Make modifier
        keys not trigger the InputChanged handler").
        
        Reset of formatting when pasting into the formula bar via a keyboard
        shortcut, was actually a side effect of the gtk auto-accelerator
        work. In particual, bibisect (of the 5.2 cycle) points to commit
        8d53d01f38b856f177aca3ed4d3cba3db10f24a5 ("tdf#96739: Send Ctrl-Left/
        RightShift events to correct window"). The behavior was later changed
        back with commit 0321dbb9be72f92c02919457cdc3c4e76cfbd11d
        ("Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with
        alt"), but introduced again upon request of tdf#113894, with commit
        d90dcf3554a84b5600800ee6deb3cde879c62b8d ("tdf#113894 release ctrl of
        ctrl+v in input line should strip formatting"). Now it's broken again
        with the previous commit of this bug.
        
        However, even if not retaining formatting is the desired behavior,
        triggering it on a modifier key release isn't a good idea. So keep
        the previous commit, and implement tdf#113894 differently. In
        addition, make sure to get identical behavior regardless of the
        pasting method, be it via a keyboard shortcut, a toolbar button or a
        menu/context menu command. And users can still override this behavior
        with the usual paste special dialog, or the toolbar dropdown.
        
        Change-Id: Icd801d62ceeead066484256d60f9585f2e7ebaec
        Reviewed-on: https://gerrit.libreoffice.org/53516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-27  Khaled Hosny  <khaledhosny@eglug.org>  [2815499d7c0b32fa05fcd697e7b2c2d897f78dfb]

        tdf#105913: Fix applying DX array to ligatures
        
        Accumulate the width difference for all characters belonging to the
        current glyph, not just the first character.
        
        A regression introduced in:
        
        commit 15f6a97d9f23124c19471b9d8dd38f14f53829b3
        Author: Khaled Hosny <khaledhosny@eglug.org>
        Date:   Sun Sep 11 10:25:46 2016 +0200
        
            Fix applying DX adjustments in CommonSalLayout
        
            By overriding GetCharWidths() and ApplyDXArray() with a simpler and
            saner implementation.
        
            This fixes rendering of Awami Nastaliq, as well as subtending marks in
            Amiri and potentially other bugs.
        
            Breaks Kashida justification, will need to rewrite that one as well.
        
            Change-Id: I843679e937f2881e77df61f5cbd9516b6df1b3b6
        
        Change-Id: I419a620f94095238cb87d628032c9fd4be678c1a
        Reviewed-on: https://gerrit.libreoffice.org/53550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [726b6b1ce644705e551b62e3e046209eded968b9]

        loplugin:unusedmethods
        
        Change-Id: I360ed9c98a42026f6f3894e93f89be39080af6b5
        Reviewed-on: https://gerrit.libreoffice.org/53542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Khaled Hosny  <khaledhosny@eglug.org>  [c688b01d9102832226251fc84045408afe392459]

        tdf#66597 Fix PDF text extraction for complex text
        
        Implement a more through strategy for embedding textual content in PDF
        files:
        
        * If there is unique one to one or one to many mapping between each
          glyph index and Unicode code points, use ToUnicode CMAP.
        * If there is many to one or many to many mapping, use an ActualText
          span embedding the original string, since ToUnicode can’t handle
          these.
        * If the one glyph is used for several Unicode code points, also use
          ActualText since ToUnicode can map each glyph in the font only once.
        * Limit ActualText to single cluster at a time, since using it for whole
          words or sentences breaks text selection and highlighting in PDF
          viewers (there will be no way to tell which glyphs belong to which
          characters).
        * Keep generating (now) redundant ToUnicode entries for compatibility
          with old tools not supporting ActualText.
        
        Change-Id: I33261811b59b3b8fe2164c2c21d3c52c417e6208
        Reviewed-on: https://gerrit.libreoffice.org/53315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dfdc165a48d711b867961d1f75ee36a1c9596dc0]

        restore and deprecate FillBitmapURL
        
        FillBitmapURL was restored so when setting the property, it loads
        the Bitmap from the provided URL and creates a XBitmap. Get is
        not supported anymore however.
        
        Change-Id: Ie250d9f751ba33fc45b759dd3a773b4ec5c864d3
        Reviewed-on: https://gerrit.libreoffice.org/53443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [406d5fd8135c75653a7d420ce61f63968675baf9]

        Updated core Project: help  e85e3f2847b7d92381f7444ad49694120c356eb2
        
        Restore nice box shadows
        
        Shadows were for tables only. Add shadows to some special tables
        rendered as div's.
        
        Change-Id: If3d6757c27a00598c67e510c5cccb77f89fddb6d
        Reviewed-on: https://gerrit.libreoffice.org/53549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bfae68aeababc02cb212b8fdbf3018a5f44f2dff]

        Updated core Project: help  489a27e54a4671ac4dc7c2af5f67e898d9d6d100
        
        Mute l10n on some Math formulas
        
        + Review alt text
        + set right images size
        + make formula copiable to clipboard for immediate usage in
           Math commands window
        
        Change-Id: Ic6a99876367acd26e2155a520ce45ee14d678a38
        Reviewed-on: https://gerrit.libreoffice.org/53546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [aaee9c324617b8f56280a23937a2fed6888b0de6]

        xmlsecurity: remove duplicated Windows-specific component file
        
        Change-Id: Iefc96ded8e53004a22041ee4299200a3d02a7eb5
        Reviewed-on: https://gerrit.libreoffice.org/53545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [f3049f68584811bb897873f35e0c302898af2d31]

        loplugin:constantparam
        
        Change-Id: I966dcf87be021520e7cc394338b9c0574bb8afee
        Reviewed-on: https://gerrit.libreoffice.org/53541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Caolán McNamara  <caolanm@redhat.com>  [28fc0962b10519ab84654d189d2ad0cca8f84f95]

        weld SwLabDlg
        
        Change-Id: I55c543776c03b1d1da0331552b98e6e281e35937
        Reviewed-on: https://gerrit.libreoffice.org/53488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-27  Laurent Godard  <laurent.godard@cncc.fr>  [3d97c9d292d80cb82391bdb416a9c6217a8e16e4]

        tdf#117202 more pythonic and allow spaces as argument
        
        space argument must be encapsulated in double-quotes
        that will be stripped
        
        Change-Id: I0387cc7f3fcb4cc48c5a94afcd481306bb4644e2
        Reviewed-on: https://gerrit.libreoffice.org/53453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-27  andreas kainz  <kainz.a@gmail.com>  [225e28d7ee8f31a49712c4e0f7d36b7cf7524246]

        Colibre icons: add startmath galaxy icons
        
        Change-Id: I163328397a21473646aed0b0d91576dd9a74c96c
        Reviewed-on: https://gerrit.libreoffice.org/53522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-27  Gabor Kelemen  <kelemeng@ubuntu.com>  [8c0d170cf9270c06232562a26d70341012847364]

        Drop newly unused svdglob.hxx
        
        Contained only a l10n wrapper method above SvxResId
        
        Change-Id: I9ea7537773b40c38835b8fe975e303cc3dc433c1
        Reviewed-on: https://gerrit.libreoffice.org/53547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [1cf751c787f135597b4151c5a7d9c4afe69ede9c]

        make WB_LINESPACING a bool field on Toolbox
        
        Change-Id: If9332993a4917b00c230d2a3693daf8c5d3f5559
        Reviewed-on: https://gerrit.libreoffice.org/53521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [cca4d9ab39499562614f0f778a2fffe5a40fde88]

        convert WB_PASSWORD to a bool field on Edit
        
        Change-Id: Ie1e03bcdf57e6ba3e2a6ba8596d70a2d7a88eaba
        Reviewed-on: https://gerrit.libreoffice.org/53520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [49e39c9225cc9be201231d3a02fa49b6a7214d93]

        convert auto correct flags to scoped enum
        
        Change-Id: I73356493d97bb4f0d5b7db8b5c742837d7a4c78b
        Reviewed-on: https://gerrit.libreoffice.org/53505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b863ec95b2305588453432725b9f528168760ca4]

        generate more useful message when uitest crashes
        
        not at all perfect, because debugging these things is still painful
        
        Change-Id: I88952cac2e01d0c8b49384f0fe05775ffe3add64
        Reviewed-on: https://gerrit.libreoffice.org/53449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-27  David Tardon  <dtardon@redhat.com>  [e0e8f5f60f9912cd2e12818cd1bc2eb6c3e1e75f]

        replace a series of if/else if/ by a switch
        
        Change-Id: I6319971e1a2a4bffa0466fa37a31beff5a349fd1
        Reviewed-on: https://gerrit.libreoffice.org/53535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b00d6854f88bb9f071095c89bf2c6d4ded6b4ec6]

        Fix typos
        
        Change-Id: I32c0966f8489d58f02b32bf205aedbb8303a217d
        Reviewed-on: https://gerrit.libreoffice.org/53432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3fae9479d7c95d1ef2b4b406c7a856cbe9c402ac]

        tdf#108894 Implement suggested filter names
        
        Change-Id: Ib2e99c0830d9e6d7339f502719d3fff6d7a13a04

2018-04-26  Michael Meeks  <michael.meeks@collabora.com>  [e9ac3a9c1ee7689c4d591a68250666c95632bd2a]

        Use async dialog path for format columns.
        
        Change-Id: I7097abd68b5921697d1d5f39f5e81ac961b61226
        Reviewed-on: https://gerrit.libreoffice.org/53537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-26  Maxim Monastirsky  <momonasmon@gmail.com>  [9d9076cb00c474ba7f13d458f1e280e31f5d4bac]

        tdf#57000 Add a context menu to the formula bar input field
        
        As a side effect also fixes tdf#70597
        
        Change-Id: Idd872d93f7a9da50f67c91a11e7e0231c7ac924e
        Reviewed-on: https://gerrit.libreoffice.org/53513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-26  Maxim Monastirsky  <momonasmon@gmail.com>  [4af174f659ecd1ae8338865a17e436aba9e74685]

        Also blacklist CommandEventId::LongPress
        
        Change-Id: I187634f38092644c1111ad63f5d89071de1e6e83
        Reviewed-on: https://gerrit.libreoffice.org/53515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-26  Maxim Monastirsky  <momonasmon@gmail.com>  [baddcc38dee7b286cc73c1eaeb6f78d10b911a8e]

        sc: Fix menubar auto-accelerator behavior under gtk2
        
        ... when the focus is in the input field of the formula bar.
        Regression of commit d90dcf3554a84b5600800ee6deb3cde879c62b8d
        ("tdf#113894 release ctrl of ctrl+v in input line should strip
        formatting").
        
        Change-Id: I819dc8106901b967eda505a488bf99cda57f5469
        Reviewed-on: https://gerrit.libreoffice.org/53514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-26  David Tardon  <dtardon@redhat.com>  [488f70e0c5209fd092b67252fdebb784efa04673]

        upload libstaroffice 0.0.6
        
        Change-Id: Id3a845174e7cebad999895bc57e2d05f36f3d597
        Reviewed-on: https://gerrit.libreoffice.org/53499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-26  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [d482ecdfcf3b30fece662270cc1a8ea5c24cb226]

        Updated core Project: help  ee3eb62b553466da7572944643485a83d18cd78c
        
        Fix typos reported by Steen Ronnow and Necdet Yucel
        
        and some others findings in this source files
        
        Change-Id: I2fd52a96a43fef7a75dbd5d469d4f069623e140e
        Reviewed-on: https://gerrit.libreoffice.org/53512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-26  Justin Luth  <justin_luth@sil.org>  [9e450605d8a5675a8bbabfffe167a72286f1731a]

        tdf#117129 ww8import: prevent divide-by-zero
        
        Before commit ffc3358515799057e72379b76a1165c6ea5a9bd1 for
        tdf#75539, the divisor was hard-coded at 1000. The preceeding code
        also notes that an undefined relativeWidth is forced to 1000.
        So, on an invalid divisor, revert to previous behaviour.
        
        Change-Id: I40210194eec39682d9ab3ce68268d343af16e2b1
        Reviewed-on: https://gerrit.libreoffice.org/53308
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-04-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [45f20a893a457a40604207382611afd2f8e4b635]

        [API CHANGE] deprecate XGraphicObjectResolver
        
        XGraphicObjectResolver was used to get the GraphicObject URL from
        an storage (package) URL. This isn't possible anymore in LO 6.1
        since creating GraphicObject from uniqueID was removed for its
        lifecycle issues. XGraphicObjectResolver is now deprecated and
        when the "resolveGraphicObjectURL" is called, it throws a
        RuntimeExeption.
        
        In places where XGraphicObjectResolver was used, we now use the
        XGraphicStorageHandler as the alternative. Both share a common
        implementation so previously we could cast one to the other at
        any time. Now only XGraphicStorageHandler is used.
        
        GraphicObjectResolver was removed and replaced by the alternative
        GraphicStorageHandler for instance creation - where needed.
        
        Change-Id: I5d3f759c6f95b7dbe2d93688d99c8aa4899ffa84
        Reviewed-on: https://gerrit.libreoffice.org/53279
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e87ea03a0d595ed478f281a723a6889228babeb2]

        [API CHANGE] Remove uniqueID from XGraphicObject and GraphicObject
        
        Creating a GraphicObject with the uniqueID isn't supported anymore,
        so exposing the uniqueID doesn't make much sense. Both are removed
        from the API with this commit. Code paths that used it were
        refactored to use the alternative (property which transports
        XGraphic or XBitmap).
        
        XGraphicObject can now only be created empty and the XGraphic can
        be set to it with setGraphic property.
        
        Change-Id: I4df5ce0aef8814d482482effdbb4521a84252360
        Reviewed-on: https://gerrit.libreoffice.org/53242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8ecf34e8237c3cdcb0cd3f56cfba9b3e6579a98f]

        xml diff - report what attribute values actually differ
        
        Change-Id: I16bc122e3f2cce94a5eb8454b528bf484210a4ae
        Reviewed-on: https://gerrit.libreoffice.org/53369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-26  Mark Hung  <marklh9@gmail.com>  [4fb081704811b66194ea11e528ad792957b7ccfd]

        tdf#116822 export ruby text and base text to epub.
        
        Backport aa254c9e6f2d1ecfa2512111746a77c05ba9717f from libepubgen,
        implement XMLRubyContext, XMLRubyTextContext, XMLRubyBaseContext.
        
        Character formats of ruby text, ruby alignment, and ruby position
        are not implemented yet.
        
        Change-Id: I6c3708e6bc8e9e36a68171a037fd393f45d8d34f
        Reviewed-on: https://gerrit.libreoffice.org/53408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-26  Jim Raykowski  <raykowj@gmail.com>  [7a30e0d63d37eeb7b5c1e30791de17a51ddd0652]

        tdf#115600 Display messages in FindBar for Section navigation
        
        ...and make Section navigation wrap
        
        Change-Id: I3af8ba9ac1b3177f5aaf54628976c14a63a1685e
        Reviewed-on: https://gerrit.libreoffice.org/53275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-26  Jim Raykowski  <raykowj@gmail.com>  [3659520e3324779b6bf7c0f5a5b3f3072e8a875a]

        tdf#115600 Display messages in FindBar for Bookmark navigation
        
        ...and make Bookmark navigation wrap
        
        Change-Id: I3cba18e37c4887ad68d358c10ebb9c9ff592f6ad
        Reviewed-on: https://gerrit.libreoffice.org/53370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [945219f2d932646d6bf5956d6382a978f918f238]

        weld SwPrivateDataPage
        
        Change-Id: Ib52ea1714f807015087c0094844817f7561cb5c3
        Reviewed-on: https://gerrit.libreoffice.org/53487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [294857ee2311826d222270b6d60bba157691f8c3]

        wrong spin suffix
        
        so the value allowed range is incorrect, glade adds a 1 if the id is
        duplicated, so I guess the name was copy and pasted and then the prefix
        renamed, leaving the incorrect 1 in the suffix
        
        Change-Id: If53790e49bc15e2a10d8ce5b9045eb6be0c25754
        Reviewed-on: https://gerrit.libreoffice.org/53502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Khaled Hosny  <khaledhosny@eglug.org>  [b6b18aa3fdb419fd7461242c6cc3128544e576fd]

        Update Reem Kufi font to version 0.7
        
        Change-Id: I4424bc58a3f225f204e0934f7a30ff57106e668e
        Reviewed-on: https://gerrit.libreoffice.org/53500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [bf8abb1681ea87d2c25f37de22de94c3bb8538a3]

        weld SwBusinessDataPage
        
        Change-Id: I722158b811d69cffc2daa01a6507479e3bc66a92
        Reviewed-on: https://gerrit.libreoffice.org/53486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  David Tardon  <dtardon@redhat.com>  [74c35a46c813b00ae4f1d9686fa07e60e83d0992]

        fix asan build
        
        Change-Id: I83a0832ed180a57517d3344e3bc9ada482f0fc70

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [eede8af74173293504749cfbdd0ca528b4aa7b75]

        weld SwLabPage
        
        Change-Id: I98abbf67470fdd7be43680b02261f207a101d31c
        Reviewed-on: https://gerrit.libreoffice.org/53485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [675e479874da6c1c462eb200d3ec0fdebe580873]

        Updated core Project: help  8bca37f6c6f708fc5f8c1eb4938648e4f5324d4c
        
        Replace icontable by div + CSS flexbox
        
        Icon tables are detected when the first cell has an image.
        
        Change-Id: I808c814870404dbef696e12c6f30a7611468d2ee
        Reviewed-on: https://gerrit.libreoffice.org/53429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [51c41024a9ba350a767eefc8fb4c56e20a7c0629]

        Updated core Project: help  3824ac08e61a8f41fde588fd3b6408dec8c244c5
        
        Replace onecell table by a div
        
        Replace table of type onecell by a div + css
        
        Change-Id: I120a85c96b312d206a8f582c69405aeb5fd80a9c
        Reviewed-on: https://gerrit.libreoffice.org/53428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cc0eaea8c05cbb19b562f40ef23e47d1cd2c9fdf]

        Updated core Project: help  7d7b5977dd278ac994a09f935ba43684cdab199a
        
        Replace note,tip,warning with CSS flexbox
        
        Replace <table> by <div>'s with CSS flexbox property.
        Independent CSS classes for each div for easier tweaking
        
        Change-Id: Idedcebc7d9d7b28738c25f4fe11314209e92576c
        Reviewed-on: https://gerrit.libreoffice.org/53427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b85e80d232a3b1c73f70c336f49bfd61c9366213]

        Updated core Project: help  d5e4c4c48f6d132ee8e4c48c804809ec44e376f6
        
        Replace "howtoget" table by div + CSS flexdoc
        
        Change-Id: Ie79c7345af176edcae3ec99a36a466e8b9978d07
        Reviewed-on: https://gerrit.libreoffice.org/53444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a93b46e4652e73ed3460e4c66999d94e50db4b7]

        tdf#117246 RTF import: don't loose page breaks inside nested groups
        
        Regression from e3f254ab8211fbab7541cde2100a35c875b0c240 (RTF import:
        fix spurious page breaks at doc end (related: rhbz#1065629),
        2014-02-27), the problem was that now we update the parser state to
        remember the next section break should set the break type of the current
        section to "next page", but this state should be remembered once the RTF
        group ends ("}" character), otherwise \page will be represented with a
        continuous break, i.e. lost.
        
        Change-Id: I69a8413f45e17e11d6d676c7bfd13ca7560b4d43
        Reviewed-on: https://gerrit.libreoffice.org/53498
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [9370c07101bbca313f8e69518b0988b07eb21888]

        convert tabopts to scoped enum
        
        Change-Id: I6c9290e3319d2afd1bd71847091c7ab77b8ea6e6
        Reviewed-on: https://gerrit.libreoffice.org/53497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [60db3d2cc3bc4f124bd4d819fbd0285e7f19c8c4]

        dbu: Set Firebird to default in wizard..
        
        ..in case experimental feature is checked in.
        
        Change-Id: I8a774d4e532ea2afc0e1fe528e98a5743c662888
        Reviewed-on: https://gerrit.libreoffice.org/53366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [ea1dde9e899dc26f0b877ff5fc5f8d027769521b]

        weld SwLabPreview
        
        Change-Id: I710eacd28f3b6c38890145cf82eeca8bec6ae1f6
        Reviewed-on: https://gerrit.libreoffice.org/53328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Cor Nouws  <oolst@nouenoff.nl>  [6440f3cd504a0aa1f9522a4be60dc382cf9eef52]

        tdf#115344 - bring back Format > Columns in Writer
        
        Change-Id: I4bcfd72deb6e317e70118bfad066221caa42e4e1
        Reviewed-on: https://gerrit.libreoffice.org/53217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d69a043b5470212fa9d1ef5c17015c7a84d054fb]

        svx: These arrays are constant
        
        Change-Id: Icda32ea104888afa3e4e1064e25dad6825b83b99
        Reviewed-on: https://gerrit.libreoffice.org/53383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Alex McMurchy1917  <mcmurchy1917-libreoffice@yahoo.co.uk>  [b114d094b6163ade1fe213653bf12412daf6c9c1]

        tdf#117221 - MailMerge: Not recognising outgoing SMTP Server password when supplied by macro
        
        After testing the pointer m_sOutServerPassword it incorrectly assignes
        the value from m_sInServerPassword.
        This change fixes this issue.
        
        Change-Id: I868da1891af4d479c7dd4371297017a78248187f
        Reviewed-on: https://gerrit.libreoffice.org/53438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-26  Gabor Kelemen  <kelemeng@ubuntu.com>  [73156a5073fea9e1df45aa67c6cb8efb02da1275]

        Drop uses of ImpGetResStr l10n method from svx
        
        This is a wrapper above SvxResId without added value
        
        Change-Id: I1b0cdad3c01e741df1032d6a13aea74d66502144
        Reviewed-on: https://gerrit.libreoffice.org/53489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a9d3f271c445641bebd057c4c91279f9b3cd7d5]

        loplugin:useuniqueptr in TextDoc
        
        Change-Id: I14b90100f0a7d2a97a1648ffc02da51658ffca63
        Reviewed-on: https://gerrit.libreoffice.org/53344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [8d09602d3382596facd716d8261a83d6883aa734]

        identify tab pages by name for save/storing active tab
        
        Change-Id: Id66f8ff62ed08724702572f457b9fc857d567e89
        Reviewed-on: https://gerrit.libreoffice.org/53465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  David Tardon  <dtardon@redhat.com>  [9739749ba8da87001b73027136f120ef532f0b2b]

        upload libwps 0.4.9
        
        Change-Id: I9571d91d6ce81d7e8752f24c3220f858a5303986
        Reviewed-on: https://gerrit.libreoffice.org/53431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b90faa9c51791d01bef69ac6924a71e869f25d7]

        SwEditShell functions that really want to return bool
        
        but just couldn't, because they were too shy, so they went to
        ToastMasters, and now they are all grown up and can bool all the day
        long
        
        Change-Id: Id06e0791ec3c930be8a165cc7b05ce4f0c8f7499
        Reviewed-on: https://gerrit.libreoffice.org/53462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Katarina Behrens  <Katarina.Behrens@cib.de>  [16180641a5e0b7a990ec10bbf92e3639b5ee2ee2]

        Change mouse cursor to Move when over sidebar deck grip
        
        Change-Id: Ic6a271245a6c2da307238d799dbd606e435f7aa1
        Reviewed-on: https://gerrit.libreoffice.org/53379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [653e58f9eb3d4ee61d8103993cdff2660c9127a5]

        do something less pathetic for over-wide comboboxes
        
        Change-Id: I1632bc84e2ef49b8ce3d3ab6d08ddc76879a2ab5
        Reviewed-on: https://gerrit.libreoffice.org/53484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [75d1929dc1e40e1570035066db428e6166ff32db]

        set current frame as default SfxRequest dialog parent
        
        Change-Id: Ib7986ef786af3b5dd7fcad355976ee33705d3112
        Reviewed-on: https://gerrit.libreoffice.org/53483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Caolán McNamara  <caolanm@redhat.com>  [9fdb5ccc3f8b2566573f20ef2ef17a6917d1f618]

        unused SfxTabDialogController friend
        
        Change-Id: Ia88c70139ecb9af99735ab18a77371c07d15557f
        Reviewed-on: https://gerrit.libreoffice.org/53482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-26  Gabor Kelemen  <kelemeng@ubuntu.com>  [9134a9402610af7bff17b2bba9a4ba30e0b5a65f]

        Drop sdr::GetResourceString l10n method from svx
        
        A l10n wrapper method above another wrapper method above SvxResId.
        Just use plain SvxResId instead.
        
        Change-Id: I85276caa193c9a20f285e832764cd920df4af3fb
        Reviewed-on: https://gerrit.libreoffice.org/53273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-26  Noel Grandin  <noel@peralex.com>  [13a1bc409d9b2f0d14f4d316b7977b1fc2eb3c8a]

        tdf#113643 Editing tables in Impress lags terribly
        
        Despite my previous commit here, the time was still being spent building
        bound rect's for font glyphs, so improve the caching so we don't need to
        clear it when we change the font selected into the DC.
        
        Change-Id: Iee8230fc76d9d809f3521d016e4ce9a6555e6f65
        Reviewed-on: https://gerrit.libreoffice.org/53371
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [96c1aad92b40a14d0d4af662e276b6967560ec20]

        loplugin:useuniqueptr in PhysicalFontCollection
        
        Change-Id: I6b266ace50bb72ab807c3c938c51a83d5aceed0d
        Reviewed-on: https://gerrit.libreoffice.org/53356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6e49f8f206a7b2f0691824be06a120174ae83d9]

        xmlsecurity mscrypto: create SEInitializer instances with a constructor
        
        Allows getting rid of the xsec_mscrypt / xsec_nss factory constructs.
        
        Change-Id: Idcc3351f7cc3b37a65e6f78018f062439e48bc3d
        Reviewed-on: https://gerrit.libreoffice.org/53463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-26  andreas kainz  <kainz.a@gmail.com>  [ebd7dbb6e758ccf8f00cc6f631e78134d8b9f7bc]

        NB Icons: add icons for impress slide tab
        
        Change-Id: I9c546cce9830f94f00f5cd8cbea3a491d368b9a4
        Reviewed-on: https://gerrit.libreoffice.org/53464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-26  László Németh  <nemeth@numbertext.org>  [5ecc0cad3f0aeb1c7643fae7b414b1a2316ed59f]

        tdf#116387 Autocorrect greek character σ (sigma) to ς (final sigma)
        
        when at the end of a word (τελικό σίγμα), also add Autocorrect
        exceptions to common Greek abbreviations.
        
        Change-Id: Id6722594ab72a21aeec77daf7571d142eebf20e8
        Reviewed-on: https://gerrit.libreoffice.org/53372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-04-26  andreas kainz  <kainz.a@gmail.com>  [775d0f26beecffccf3ed27a6a011aff20d91f842]

        NB Impress: update tabbed NB
        
        Change-Id: I27f4394ee4049c55b1eba71eb2e57c9b389dc571
        Reviewed-on: https://gerrit.libreoffice.org/53456
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fecb1e74c7691a06f13c5d6610012799be161c01]

        bump product version to 6.1.0.0.alpha1+
        
        Change-Id: Ic4ddd4cd103660ef0f725d108bb5ee2cb74d51da

2018-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e70343cd26b5d56e20e77118fe2f576e8eaa9cec]

        update credits
        
        Change-Id: Ibed24e2bc2d246bc1f54bd42a354c3aced1adbb6

2018-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2b86dd4bd08f4daf3fb4b1c3591f78b2109fe1d8]

        update emoji autocorrect files from po-files
        
        Change-Id: I5dc571f1e648bd6917ac8f19de597f8ac58ff40d

2018-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f888e47498c3a0d59be4110656e478739cfff51a]

        Updated core Project: translations  61991bde16235b2c9c4028466bcdc51a352e7bc5
        
        update translatiosn for 6.1.0 alpha1
        
        Change-Id: I0ed5d948cf89a4260c8771057d463448b76a4527
        

2018-04-25  Khaled Hosny  <khaledhosny@eglug.org>  [5441727c29fba37dff85e465ec55ead5942d8232]

        Simplify and rename SalLayout::GetNextGlyphs
        
        It is now always called with nLen == 1, so simplify and rename. The
        criteria for deciding how many glyphs to return was bogus anyway, good
        riddance.
        
        Change-Id: Iff578d124ab40a0dfa84469be8e0e9fc1b6b8c48
        Reviewed-on: https://gerrit.libreoffice.org/53406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a985d4c2977ca23971f145b93a0155827bebfcdf]

        Check if reference is to be ignored before counting.
        
        tdf#116706 related.
        
        Change-Id: If9f7326a411e537a5f797bcbe7d77af2c22ad352
        Reviewed-on: https://gerrit.libreoffice.org/53454
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-04-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e58b3f987681d0034f692db82345af06de217836]

        tdf#117041 implement note at end of ODFF1.2 par. 6.18.37
        
        And avoid double code by putting the non-cumulative calculation in
        the loop as well.
        
        Change-Id: I8538582e7d33370f5e44382924b9e3e89efa28dd
        Reviewed-on: https://gerrit.libreoffice.org/53221
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-04-25  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [1341cefdff68c508941cdda23e5df75c70ea31b4]

        Updated core Project: help  133eb760436feb2c70d8079b5be1bcb560a261e2
        
        We use px for font sizes in navigation
        
        Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c
        Reviewed-on: https://gerrit.libreoffice.org/53461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [c31668c50fff0c7050cc176a7a5a83a08c670c12]

        weld SwLabPrtPage
        
        Change-Id: I64ae3826298ad210ec095256e4364b607684abca
        Reviewed-on: https://gerrit.libreoffice.org/53327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [fb55ab7c8ed49bdf5d9d0d57ca0741c20cb16451]

        SwVisitingCardPage is now unused
        
        Change-Id: I0d9d3cbcbc9c3e6019dbd220a42c0a18fdd1ca67
        Reviewed-on: https://gerrit.libreoffice.org/53442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [09de927ba60db4ab5c55aae15a0b0d049b298a4c]

        we add and remove this tab page just to get its tab name
        
        Change-Id: Iac48d1c3137cb898a81e5f01442d26a7a81979f0
        Reviewed-on: https://gerrit.libreoffice.org/53441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [e92cf0ebbe01dc1498d89013febb23960496ec01]

        no users of the numeric SetCurPageId left
        
        Change-Id: I0bf708b9924fa006da801483e178e18430b9443a
        Reviewed-on: https://gerrit.libreoffice.org/53440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  Rene Engelhard  <rene@debian.org>  [1197775435f7819cea90ae8b3da3f54c9e493cc4]

        Revert "add "s to grep in distro-install-clean-up"
        
        Makes completely no sense, the for already gives us the "broken" arguments
        
        This reverts commit e0201bbb7f4e05bf3a4273eca6129e88a4d246f8.

2018-04-25  Rene Engelhard  <rene@debian.org>  [e514db95679658dfdb91a775999793d32de36cff]

        fix build
        
        Change-Id: If2315987d2447b1a44f3e62384f03d2621be7106
        Reviewed-on: https://gerrit.libreoffice.org/53455
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [70882a41a7645aa279bd08b0ba35e89ceacde56a]

        use tab page name instead of id
        
        Change-Id: I771150d447f0e7799f511cf28c71f6adcde64f5d
        Reviewed-on: https://gerrit.libreoffice.org/53420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  David Tardon  <dtardon@redhat.com>  [e24f6397e34a6bb02dfb80316060f11e7f179263]

        upload libmwaw 0.3.14
        
        Change-Id: I727171251964eaf7a14595abaaa2d08fb783258c
        Reviewed-on: https://gerrit.libreoffice.org/53419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-25  Khaled Hosny  <khaledhosny@eglug.org>  [da163512273f54a1b623069bc217b45b222090ca]

        Simplify PDFWriterImpl::drawLayout
        
        Call SalLayout::GetNextGlyphs with one glyph at a time while collecting
        glyphs to draw, which allows us to simplify the code a bit and helps
        simplify my next patch.
        
        Change-Id: I5c9ddb7469301d8fbc6a15695c01af7b0879685a
        Reviewed-on: https://gerrit.libreoffice.org/53384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-25  Rene Engelhard  <rene@debian.org>  [e0201bbb7f4e05bf3a4273eca6129e88a4d246f8]

        add "s to grep in distro-install-clean-up
        
        as we have files with spaces now. E.g.
        grep: /data/rene/git/LibreOffice/master/debian/tmp/usr/lib/libreoffice/help/media/icon-themes/svx/res/symphony/enlarge: No such file or directory
        grep: font.png: No such file or directory
        happens otherwise.
        
        Change-Id: I13f8cab2aac751f7a0c2f673b5e958ed08657d52

2018-04-25  Gabor Kelemen  <kelemeng@ubuntu.com>  [c9d1d4092a93405028b0a22a459635607646363a]

        tdf#42949 Remove unnecessary localization headers of svx
        
        Found by searching for the header names and the localization functions:
        git grep -l -e \<svx/dialmgr.hxx\> -e \<svx/strings.hrc\> -e svdglob.hxx |
        xargs grep -c -e SvxResId  -e SvxResLocale -e ImpGetResStr | grep :0$ | grep -v /pch
        
        Change-Id: I45c979589165086288030031e713d536005a9833
        Reviewed-on: https://gerrit.libreoffice.org/53241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [90c91b824c2b362b43bdd2f8d8d647867d8fe612]

        sw: fix remaining IWYU warnings in inc/*.hxx
        
        Also check for not needed forward declarations.
        
        Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a
        Reviewed-on: https://gerrit.libreoffice.org/53418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [c72d69d4b0d28497bc6f70b085dfdf2fbc672cbb]

        fix -Werror=shadow
        
        after
            commit bbf134a2b77909706492cbc41952210f89c0df71
            Date:   Tue Apr 24 13:36:34 2018 +0200
            SvTabListBox::SetTabs, pass count explicit
        
        Change-Id: Iea41aa1c4708b6486ba9a306d3b9d02846e23d7a

2018-04-25  Mike Kaganski  <mike.kaganski@collabora.com>  [8776a895d41f174bf5d86332093ed5795c73bdd6]

        Winreg config layer: Allow to define external backend separately
        
        Defining backend separately allows e.g. creating ADMX templates with
        easy-to-use UI, where user defines only LDAP names for the setting, and
        doesn't need to type the LO configuration backend name.
        
        Change-Id: I64f23043c94a5a4e0ba7281d0f711a427d694126
        Reviewed-on: https://gerrit.libreoffice.org/53413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [2351701d533c4b489d633b9602930be57caff801]

        loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptr
        
        Change-Id: I0a20e7d3816714e42d6863fff27734dd08ae24ae
        Reviewed-on: https://gerrit.libreoffice.org/53357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c9d8afd913c17100aa4185e3b044137f225c81f]

        Revert "make UcbStreamHelper return SvStream by std::unique_ptr"
        
        This reverts commit eeefb8c440b514cefdc4e82cc06843da9eabeb13.
        
        this was pushed in error

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [f52f074a4d21be494a05ff9391b0206840f49c8c]

        fix kde4 build
        
        after
            commit dbb1dbe7a741415acf1132a29aba7cff5dfe638c
        	Date:   Mon Apr 23 15:23:08 2018 +0200
            loplugin:useuniqueptr in X11SalData
        
        Change-Id: I6398fd79b9190654258d60628952aa89dcd5898c

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [eeefb8c440b514cefdc4e82cc06843da9eabeb13]

        make UcbStreamHelper return SvStream by std::unique_ptr
        
        Change-Id: I408f9193680ea73c61fcfb2bd1e860152219702c

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbf134a2b77909706492cbc41952210f89c0df71]

        SvTabListBox::SetTabs, pass count explicit
        
        passing count as first element in array, dodgy.
        
        Change-Id: I49905b554b3b4d6cc3fa419a36389cd2e5ded463

2018-04-25  Caolán McNamara  <caolanm@redhat.com>  [4d6fc3c88902ca74f934960e7600df99605dea48]

        Related: tdf#116951 use same pattern for gtk2
        
        Change-Id: Ic6f1a018b4d0016af5a19052ef46ea87c7923acb
        Reviewed-on: https://gerrit.libreoffice.org/53416
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [18c32d5824618e3ac00c4755f380b2b033a96fc9]

        loplugin:useuniqueptr in ScrollBar
        
        Change-Id: I827e997391834d10a617b7c5be8ceafc19e97219
        Reviewed-on: https://gerrit.libreoffice.org/53343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef46d846fdedd9e94f7150afda810d12acce8c16]

        loplugin:useuniqueptr in PPDDecompressStream
        
        Change-Id: Idad3c18c57e4ae4121505a0bd9761f8569685e33
        Reviewed-on: https://gerrit.libreoffice.org/53358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7a67d7a7c10aad2bbc5dc3d0048259a8b80970cb]

        use more thread safe static initializer in postgresql driver
        
        Change-Id: Idb210207112994e1247c35e0dce1c6cd2f80f371
        Reviewed-on: https://gerrit.libreoffice.org/53365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4ba8dc9ef1635c75b363838b6016d3851387020]

        tdf#117161 ReportBuilder horizontal align wrong when editing
        
        regression from
        	commit 5d0e485e827057eee9fb2c997685690b710e7f34
        	use actual UNO enums in reportdesign..svtools
        
        Also make some of the "template<> set" property helpers only fire on
        actual property change
        
        Change-Id: I930fd255d287c3c7e5b064823fd1e8d4b665eae0
        Reviewed-on: https://gerrit.libreoffice.org/53412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [64a0f135a08d7d25fc3a796e604336f64bbd3ddb]

        turn off randomness when running under valgrind
        
        Change-Id: Ic9853c967cdc36b1bf919a4914b04bf6752f0834
        Reviewed-on: https://gerrit.libreoffice.org/53374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [dbb1dbe7a741415acf1132a29aba7cff5dfe638c]

        loplugin:useuniqueptr in X11SalData
        
        Change-Id: I61a6d5cc5690a2899986ec831655e480a1f414d1
        Reviewed-on: https://gerrit.libreoffice.org/53360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [182197448fc206649324fa15cf5aeaf7d01723ed]

        loplugin:useuniqueptr in VirtualDevice
        
        Change-Id: I7c70f9c590dd63cca1dce16ce184fc7e14922de2
        Reviewed-on: https://gerrit.libreoffice.org/53353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-25  Mike Kaganski  <mike.kaganski@collabora.com>  [b84244378d411b83355b8763d3505031dd5ec324]

        Install UCRT from MSUs, not using nested VC Redist install
        
        Using nested install is bad because (1) MS advises against it (though it
        most possibly doesn't relate to our specific case, when we install the
        vc redist exe package in UI part, so actually only a single MSI session
        is active at any time); (2) because it adds some extra interactions
        (user sees something "unrelated" being installed, which raises concerns;
        additional admin authentication required); and (3) because it runs in
        InstallUISequence, thus only installing the UCRT when doing interactive
        installation (unattended installs, including GPO, need to install UCRT
        separately).
        
        This patch aims to incorporate the original UCRT MSU (Windows Update)
        packages (https://support.microsoft.com/en-us/help/2999226) available as
        a zip archive from
        https://www.microsoft.com/en-us/download/details.aspx?id=48234
        - the same as used in VC redists for VS 2015 and 2017. This obsoletes
        the separate installation of the redist; since we also have the redist
        as merge module in our MSI, that is enough (and removes redundancy).
        The MSUs are installed using wusa.exe in a custom action (deferred,
        non-impersonating).
        
        As a small bonus, embedding MSUs instead of redist EXE allows us to
        shrink the size of installer a little (~10 MB).
        
        As deferred custom actions cannot access current installer database,
        we workaround this by using initial immediate impersonating action to
        extract the binaries into a temporary location. To ensure that the file
        gets removed upon completion (both successful and failed), we use an
        additional cleanup action.
        
        Commit 61b1d631331551b43bc7d619be33bfbfeff7cad6 is effectively reverted.
        
        Change-Id: I1529356fdcc67ff24b232c01ddf8bb3a31bb00bd
        Reviewed-on: https://gerrit.libreoffice.org/52923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-25  Laurent Godard  <laurent.godard@cncc.fr>  [aa45e2745f14c5626fe163939dc7d101efe9d1cd]

        tdf#117202 - parse function name to get arguments
        
        they are then aggregated to the other and passed to the function
        
        Change-Id: I158a747de9c22d50716fc066074a593b4928d6bf
        Reviewed-on: https://gerrit.libreoffice.org/53424
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-25  Laurent Godard  <laurent.godard@cncc.fr>  [0e6999edba35119b051dd0f4e64365ac7dc3f209]

        pyprov is not deprecated
        
        Change-Id: I6e7af6e6178f3820a73bae6008d8046161a0d8a5
        Reviewed-on: https://gerrit.libreoffice.org/53425
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-25  Rene Engelhard  <rene@debian.org>  [fcba22ef7959d3bf0c7f3fc02434a120e3d8c075]

        move $(eval $(call gb_CustomTarget_CustomTarget back to build_examples*.mk
        
        ... since otherwise gbuild doesn't understand it and (e.g.) make odk.clean fails
        
        Change-Id: Ie6098bcf1ff99ee1a5df5fd5219d3b3c82075f71

2018-04-24  andreas kainz  <kainz.a@gmail.com>  [962fdca5f1921722c18af8409bc17e9d9cd68d03]

        NB Implementation: Calc data tab
        
        Change-Id: Ib84ee30c21a0b9ac09d80cf4aa8898ad5d1d12e5
        Reviewed-on: https://gerrit.libreoffice.org/53367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-24  Rene Engelhard  <rene@debian.org>  [16eaf9d68d19af26a60b0582dff347147524f551]

        include build-examples_common.mk with full path
        
        Change-Id: Ia8a541b3d1e1f27c493ba371d970bfff3a893ae2

2018-04-24  Rene Engelhard  <rene@debian.org>  [42cebff14f7d486c20f04863681cc5ef4602f4eb]

        fix build with poppler 0.64
        
        GooString became const...
        
        Change-Id: Icc95be2e8603a4e22c6a9ac2008986bacd0bfba5

2018-04-24  Rene Engelhard  <rene@debian.org>  [d3fd9d026592a7c180f2abf763c618624fe016e7]

        split odk/build-examples Java tests out into a build-examples_java test
        
        ... since archs with the "Zero VM" take loooong otherwise and eventually
        gets killed after 150 minutes of "inactivity" (no output)
        
        Change-Id: If421378920c791fdc5d165cc452bdd40e136c8d1

2018-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [336d91a6f2bc12ff0342f984cdbb2cf64abd0b56]

        tdf#113377 cui personalization: fix calling into VCL without necessary locking
        
        We assume the SolarMutex is always taken when doing GL calls, but
        putting DBG_TESTSOLARMUTEX() into WinOpenGLContext::makeCurrent()
        pointed out two places in the persona code where this invariant wasn't
        hold, fix those.
        
        Opening the dialog and downloading previews of one category, then
        clicking on an other button to download previews of an other category no
        longer results in a crash while calling glBindFramebuffer() with this.
        
        Change-Id: Ib8148a709f89c2dc44da102e2023cc61ba890744
        Reviewed-on: https://gerrit.libreoffice.org/53414
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-24  Caolán McNamara  <caolanm@redhat.com>  [697ebd15d646e41bb69726f7b438ebbfaff141b0]

        Resolves: tdf#116951 rhbz#1569331 start is G_MAXINT
        
        and text is nullptr, seeing as an end G_MAXINT translates to str len,
        assume the same for start
        
        Change-Id: I76b8bb0e66694129d36bbe08a6d55fc434f3434f
        Reviewed-on: https://gerrit.libreoffice.org/53376
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-24  Jean-Pierre Ledure  <jp@ledure.be>  [4e287319d581ba2d74c451b2084ed01a8fcae6d7]

        Access2Base - German translation
        
        All labels located in the L10N module receive their german counterpart.
        Thanks to Gisbert Friege.

2018-04-24  David Tardon  <dtardon@redhat.com>  [5f7264f8f8fe9117c1a4ce29ae720811b441d4d9]

        update flatpak-manifest.in for new libetonyek
        
        Change-Id: I472b0b86f1e7745c09f6ec4960c9846cacbdfd09

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9c46a57c16116ea4beef59abf0fd11b7d6d97a3]

        loplugin:useuniqueptr in SalDisplay
        
        Change-Id: I33cab261f107ed29e36d0093a87ffc3a2de21a54
        Reviewed-on: https://gerrit.libreoffice.org/53361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [c5ad92524fa09005435179e2526ddbe796f3eafe]

        Updated core Project: help  395b1815dc3f2f21302e3858357c6cf16a449ab2
        
        Formatting in help text, further corrections.
        
        Change-Id: I7950ef7267129d111bb5c63fc9b962fd80e13131
        Reviewed-on: https://gerrit.libreoffice.org/53385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-24  Jean-Pierre Ledure  <jp@ledure.be>  [8b0a56f54c7d6c414fd297c1980a932a3e3ead5f]

        Updated core Project: help  8763bde02f185447ab6133d8107be090bb4fc012
        
        Review some outdated text in the Access2Base help page
        
        Change-Id: I61c4b9f4b66750eab2e5724add50865719b13576
        Reviewed-on: https://gerrit.libreoffice.org/53382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ac3cf60a6b84f06c23f6e6208bc8994b7bcc7a4]

        loplugin:useuniqueptr in FontCfgWrapper
        
        Change-Id: I15a0626bcbeaea8e74455526bf485c8eb617e74e
        Reviewed-on: https://gerrit.libreoffice.org/53359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [baa91c67d6fb7f84f94795e6e3727cd0b5b23061]

        loplugin:useuniqueptr in OutputDevice
        
        Change-Id: I6f933b54c11a4939870c3a788a4928f2d6f12850
        Reviewed-on: https://gerrit.libreoffice.org/53349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Andras Timar  <andras.timar@collabora.com>  [528a2e51bc5e9d3fd10a03603f4c07b271f0749b]

        Updated core Project: translations  e3802bb90081c3cc63ca8ec9726772d8e42299b0
        
        Updated Slovenian translation
        
        Change-Id: I999a9807259234ebfd080b070035ea5bcbc4b170
        

2018-04-24  Eike Rathke  <erack@redhat.com>  [16265dcdb21d7cf69c65c2a84f1d21a5d8574dd4]

        Related: tdf#116274 ignore the one excess cols definition's last column
        
            <cols>
              ...
              <col min="5" max="16384" width="31.75" style="3"/>
            </cols>
        
        may be present even if there isn't any content. Apparently used
        with pageBreakPreview to grey out the area.
        
        Change-Id: I6a79f9ec692ec07b02f4b4205ccd0cf3cf9f363f

2018-04-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bfdbc0dee88eff6ce283d40aa494199f024caf6d]

        Put help button on far left of cross-ref dialog
        
        Change-Id: I9a8bddebf06688ed7e65eacb680aa2d28ad94c54
        Reviewed-on: https://gerrit.libreoffice.org/53220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [152faedebbfed3d0c3b5e465a25ef4dba030072c]

        Prep mouse event handler to indicate dragging started
        
        Change-Id: Icdb865e511047b166767ca9e87e808c308ad7643
        Reviewed-on: https://gerrit.libreoffice.org/53324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0252a39a95a8ab457ded651956dee99f08e6ca69]

        Updated core Project: help  063187cceb37702ed5cfff401318d3b751387083
        
        paragraph IDs need to be unique...
        
        Change-Id: Id44418c90ee071cd98f20ecfa0296b06292d3343
        

2018-04-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [da4da7b634c11ef7e80c46c2145b5907cf74223a]

        Show grip on sidebar's deck title to be used for drag'n'drop later
        
        Change-Id: I4d76d49742056d278e73a995dcbb8c4a64b374bd
        Reviewed-on: https://gerrit.libreoffice.org/53323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e8b8005279b2f746ff302368a99b016aa272fae5]

        Updated core Project: help  7b2fa0a342d200612718eede865b3d649eb72d7e
        
        Add sample files for complex trigon functions
        
        Same sample file for all trignometric & hiperbolic
        complex functions.
        
        Minimal impact in translation
        
        Change-Id: I15e3a5388cfdef919e269274c255ccca6b07f987
        Reviewed-on: https://gerrit.libreoffice.org/53340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9f0b6f80d79e16e8d5c775b1e499dc16225f5bac]

        Updated core Project: help  db93e0bc4548b5e2b5b26bc79d845a97aab8f409
        
        Add sample file for trigonometric functions
        
        Change-Id: I2645a468dfffdd53a1eaf1b96e18cee097f34c2a
        Reviewed-on: https://gerrit.libreoffice.org/53368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [810364653b8e5ef8578ae7c9fc2e3b9196e7cdc4]

        tdf#116841 RTF import: fix default value of left para margin from numbering
        
        The left mragin value is usually spelled out in RTF and DOCX, but this
        bugdoc used the WW6 RTF markup to declare the numbering rules and there
        the margin value was missing.
        
        This also allows me to partially revert the changes to testTdf106953
        from commit 56a695fddb915bcba13b088b5b2b4e0841d4acbc (tdf#112211 RTF
        import: fix unwanted direct formatting for left indents, 2017-09-26).
        
        Change-Id: I9902f2f9ada4080cb4d873624ae9824342c6ee77
        Reviewed-on: https://gerrit.libreoffice.org/53364
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-24  Caolán McNamara  <caolanm@redhat.com>  [46581021108cc1f634ffc69c2776584d1f2847d1]

        Resolves: tdf#117183 exclude stock buttons from missing mnemonics
        
        Change-Id: Ib19f98e398216e8e240918fd82ac19c24b551709
        Reviewed-on: https://gerrit.libreoffice.org/53362
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-24  Justin Luth  <justin_luth@sil.org>  [946fee3ef1e319ad63a599b72dbd55ef52cbc640]

        tdf#106062 ooxmlimport: skip fake tab only on hanging indent
        
        Export has changed, so that it only exports a tab when the
        footnote paragraph has a hanging indent. Adjusting the import
        code to match that change.
        
        Please test with MSO before flagging this patch as a regression.
        Certainly there will be some documents previously saved by LO
        which will now, in LO, show an extra tab character after the footnote.
        Any previously saved document without a hanging indent will display
        this extra tab. However, MSO has always seen that extra tab, so
        these patches are enhancing compatibility.
        
        This patch corrects several incorrect assumptions:
        -The paragraph style is not necessarily "Footnote".
        -The paragraph may have directly defined a hanging margin.
        -An aesthetic tab is needed on a hanging indent, not a defined margin.
        
        Change-Id: Ieaa76448ce202d92efdb8d1fc04ba2674ed120ba
        Reviewed-on: https://gerrit.libreoffice.org/52172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [63dbd42d9bdc2eba7ac45a4f5c761f0806a0ea78]

        loplugin:useuniqueptr in Printer
        
        Change-Id: Icdc99c51fe3548f96f5da5ccd3ac88bfccffc63c
        Reviewed-on: https://gerrit.libreoffice.org/53354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab2b4c0e1378072f05eee6b2c1bf6df311d6f1b3]

        loplugin:useuniqueptr in I18nHelper
        
        Change-Id: I46ba0150bc4ca39fd781b8b979e960df0cffc7d4
        Reviewed-on: https://gerrit.libreoffice.org/53355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [4acc2daacbb83869f5e576427b3743ddf80a5578]

        loplugin:useuniqueptr in PNGWriterImpl
        
        Change-Id: Iad753bfeeba7b0b0c1069bbb1411e41612d72f67
        Reviewed-on: https://gerrit.libreoffice.org/53352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2f5a026ca643b104bf88cfb0429de1ea81d38dc]

        loplugin:useuniqueptr in TabControl
        
        Change-Id: I4d6ce243c92de740fbb5b6934aaf14dbe28eb18e
        Reviewed-on: https://gerrit.libreoffice.org/53351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ffe251f62aec250118598041d3528cee54c65538]

        loplugin:useuniqueptr in ImplListBoxWindow
        
        Change-Id: I9966baf9fd490fec4fb808f7e70470eb690dbc9e
        Reviewed-on: https://gerrit.libreoffice.org/53350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [27bc42d77a71118b9e7cf11132ea4e47d42b676c]

        loplugin:useuniqueptr in TextWindow
        
        Change-Id: I66c966f79d56be5dfc1422fa3de52d9bf4411ff2
        Reviewed-on: https://gerrit.libreoffice.org/53348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [148b84160667ed3ec74c8767f6e62567479488f9]

        loplugin:useuniqueptr in TETextPortionList
        
        Change-Id: Ia4ba670cc524a0103dbab0880931279bafd0925e
        Reviewed-on: https://gerrit.libreoffice.org/53347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [447d4e1366cf176c6ff2c6eebf3cf8a65745a7dc]

        loplugin:useuniqueptr in PrintDialog
        
        Change-Id: Ia40e48b2e57624bb59bc0dcc0927bf673581081d
        Reviewed-on: https://gerrit.libreoffice.org/53346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [070980765bc5b2fc3b59e000cdc0611ac1fb622e]

        loplugin:useuniqueptr in ToolBox
        
        Change-Id: Id2cbc7d70de2e0ddf0503448575fe2c2ca0120a0
        Reviewed-on: https://gerrit.libreoffice.org/53345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [a11b9c00b84474e1e37fa8abdfd50df87a674cf1]

        loplugin:useuniqueptr in Edit
        
        Change-Id: Ia73a8d5be15dde1bc04a7acfdbc5712d7a77b59d
        Reviewed-on: https://gerrit.libreoffice.org/53342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-24  Stephan Bergmann  <sbergman@redhat.com>  [6325d571cae03357ea13354deea9df279377c730]

        Revert "work around clang-cl ABI bug PR25641"
        
        This reverts commit 81ce629c9e8a4fc26ded9d49157e3f3263991e03, now that
        <https://bugs.llvm.org/show_bug.cgi?id=25641> "clang-cl: vtordisp thunks not
        emitted for functions with class template specializations in their signatures"
        is fixed.

2018-04-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [930a3cbaeeaf6bca594f8651c4d5dffc1e5391d4]

        fix duplicate strings in notebookbar *again*
        
        added a jenkins step for that now since it gets annoying now...
        
        Change-Id: I9565ef62671afa996aea8c626e3d93c0783ce321

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [48b85abcc973fc979582adeee97259a49a169686]

        Updated core Project: help  3db795172c8031ac1a88967f28858812a2d35089
        
        Improve formatting in help text.
        
        Change-Id: I873128ed6353caf37f063a87361bd0a6f7c79f96
        Reviewed-on: https://gerrit.libreoffice.org/53321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [db9f6c44cac246250e89ca4e9aa127dee912d7f5]

        set SfxTabPage parent dialog explicitly
        
        Change-Id: If7813f9f5e35694312b055cc92868638bc3773d5
        Reviewed-on: https://gerrit.libreoffice.org/53326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [c5ab53e3a143b7090e0bf024dff6dd9fb50c2a67]

        type mismatch at 1st parameter ('vcl::Window *const' vs 'const vcl::Window *')
        
        Change-Id: I4e72c5c66b3826f00ad65da81f253c32ca9cdcbb
        Reviewed-on: https://gerrit.libreoffice.org/53334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [46d7ea280c03776f7781fac97db29f431725a5c8]

        crashtesting: assert on export of fdo72030-2.key, fix typo
        
        Change-Id: Id7ef38be46f7d2ff1de1f3124d4fa82258b086a2
        Reviewed-on: https://gerrit.libreoffice.org/53339
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Khaled Hosny  <khaledhosny@eglug.org>  [26e83244a31048af4ee8e3b5857ccf1c060a99cf]

        Fix thinko
        
        This should be the end of the run we are currently shaping, not not the
        end of the whole text.
        
        Change-Id: Ie9e5f009eadccc50dd04d81c5a6bffaf8ae14524
        Reviewed-on: https://gerrit.libreoffice.org/53338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-23  Eike Rathke  <erack@redhat.com>  [292ff654928fb2cdf6f009f64d78c69272ca7f2d]

        Be congruent, use CamelCase; also fix another (de<>en) typo
        
        Change-Id: If70915c596adeb1fe67ba1f3eb703a37ff684631

2018-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a729407e858ee5ed5b621a6fcc0a4f104c9a017]

        vcl: avoid swap in when Graphic::GetSizePixel() is called
        
        It's easier to fix this centrally in vcl, rather than not calling
        GetSizePixel() in each and every import filter.
        
        Change-Id: Ie0a788b8a5b886ebc2fedf0dc052deb4149b9364
        Reviewed-on: https://gerrit.libreoffice.org/53333
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [195e12bdc516c9272b7ae353ad6279e457215911]

        tdf#108894 Drop Office version numbers in filter names
        
        These are prone to be out of date. Besides, to be extra precise we would
        otherwise need to mention Office 365 as well there, and that’s overkill.
        What every Office version since 2007 has had in common is that their
        formats are called “OOXML”, so just mention that and be done with it.
        
        Change-Id: I0393990e6fd67d039666b3954cc9fc4951a7fe08

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [32a10a772d07fc12e5b1332925b8d53c7ab8e928]

        move GetConfigId from TabPage to SfxTabPage
        
        Change-Id: Id2c687c2270cb1c2419cc6664200292b2740d0a4
        Reviewed-on: https://gerrit.libreoffice.org/53325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [024b7a23ec854155047ea234911bffa99457694a]

        Removed duplicated include
        
        Change-Id: I1b4cf0dcb18c1eeccb1155c4d4f1462050993aab
        Reviewed-on: https://gerrit.libreoffice.org/53277
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0f5c5e6d16ef9e3db140a922912ff2a49a224b7]

        sw HTML import: lazy-read inline images
        
        Also prefer Graphic::GetPrefSize() over Graphic::GetSizePixel(), since the
        previous does not swap in the image.
        
        Change-Id: I100da14716448e72b687ce8ad1800326f0b3735e
        Reviewed-on: https://gerrit.libreoffice.org/53322
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [cd511523fdf2cae9c28588aaf181259d04dfa932]

        Adapt --enable-qt5
        
        ...to c0af8057188c0e95831f9e6d1ef96a424da6f9b2 "weld SfxPrintOptionsDialog"
        
        Change-Id: Id407eaf49c2a39d77489a724db6e58a6ff29455b

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [bfc4427b8c9f19e8b7c13d21a1f3cd8fed59f662]

        Missing declaration
        
        Change-Id: I059f5ada671327566b34ad69157a17f1fe3f0304

2018-04-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e31a5365091d8658ecce374bbc339a9d832e1a15]

        Updated core Project: help  41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1
        
        Helponline: Tweak pagination symbols for improved clarity
        
        Change-Id: I5308fb5f7039db592038f674b390f92779376d6d
        

2018-04-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cbbca8d13d02cee0ba5081a714742d8e17613d32]

        [API CHANGE] MediaProperties don't accept GraphicObject URL anymore
        
        This changes the description for URL property as it doesn't
        support GraphicObject URL (vnd.sun.star.GraphicObject) anymore
        so not a direct API change, but it is a significant functional
        change.
        
        Change-Id: Ie440d2140274243733a18ebc18089d2daa820c74
        Reviewed-on: https://gerrit.libreoffice.org/53243
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-23  andreas kainz  <kainz.a@gmail.com>  [788ed94bff85b6e3578d23571e233783da455556]

        NB Implementation: Tabbedbar global layout
        
        Change-Id: Ic3c4bdda30bf217a0c71907234bbf7ad2a3f8d59
        Reviewed-on: https://gerrit.libreoffice.org/53309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [597cb084065331629506c74444a5d0cd1fd06639]

        Updated core Project: help  b6dd08ef07f38d81928b595f3af43c2b8dd151e1
        
        Fix bookmark weird placement
        
        Change-Id: Ia7b087ddc78f84097310e5644b91385737e9e692
        Reviewed-on: https://gerrit.libreoffice.org/53302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [de443c7250f989d72ab10fe847ebebbb4633fcbf]

        Updated core Project: help  cc09d26f79acdb4c488fbc54fd51325f1b9dfbb7
        
        Fix in conditional format help page external link
        
        Change-Id: Id70b5549c02abaa650c9d8ba8c9a23872b7f2f33
        Reviewed-on: https://gerrit.libreoffice.org/53301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [936c4635d2ac17cf9355cf0a9e29837881ceba83]

        Updated core Project: help  20f5204fb81945fc6c282f7322cd16290de1efd4
        
        Fix example for ROUNDSIG
        
        Change-Id: I35699a995e8c6b751337d90e471f258f0c55bb16
        Reviewed-on: https://gerrit.libreoffice.org/53300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [b94c85c531222cb9f798a7e57f6bf98d61595665]

        Updated core Project: help  f7ed5d8cb7bc6bfd25206e157fcf6b4372f38329
        
        Improve wording and formatting of help text
        
        Change-Id: Ic06c6eebc08729b3131db1c213a661c2306d69a9
        Reviewed-on: https://gerrit.libreoffice.org/53287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Arnaud Versini  <arnaud.versini@gmail.com>  [0c2beb9ecde1600d4879d2240b6af45ac8477e36]

        accessibility : remove useless guards and simplify.
        
        Change-Id: I9e0d5967f71b2bd822c64690f8e02a0c95c8b88f
        Reviewed-on: https://gerrit.libreoffice.org/52581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [c0af8057188c0e95831f9e6d1ef96a424da6f9b2]

        weld SfxPrintOptionsDialog
        
        and SwMMResultPrintDialog
        
        Change-Id: Icded6a26a3a151293bea0c9173334cf634283e89
        Reviewed-on: https://gerrit.libreoffice.org/53299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [27e26fc4286f66ab1bf4c807d86b8f3254c5c68b]

        sw: prefix members of Reader
        
        Change-Id: Ia4210410047ce3b37113cfe0d4dff5bb7122baf2
        Reviewed-on: https://gerrit.libreoffice.org/53307
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [c792f3a5ab6869db616effd2f2d2ca15fc744132]

        tdf#113959 Use simple SvxResId calls here
        
        Change-Id: I533f07abcb8f2020592ab51562fd2e22ec11720c
        Reviewed-on: https://gerrit.libreoffice.org/53255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [412642457f045bb7e5faa8bf50d0ad98e091a88a]

        WIP: Split --with-help=html packages into non-locale and per-locale
        
        ...in preparation of packaging the per-locale data properly.
        
        non-locale: GeneratedPackage_html_media
                    Package_html_dynamic
                    Package_html_static
        
        per-locale: GeneratedPackage_html_lang_generated
                    Package_html_lang
        
        This is the core part of a change that spans core and helpcontent2.
        
        Change-Id: I0e014649129f9ec498e5307c64807efa95eee0de

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [d9f7f2b4ad8ca2c1c88ce4b76cbf216fa7c34e4c]

        Updated core Project: help  c0508a0752d460bca8e7f5917edc074d9bc66f93
        
        WIP: Split --with-help=html packages into non-locale and per-locale
        
        ...in preparation of packaging the per-locale data properly.
        
        non-locale: GeneratedPackage_html_media
                    Package_html_dynamic
                    Package_html_static
        
        per-locale: GeneratedPackage_html_lang_generated
                    Package_html_lang
        
        This is the helpcontent2 part of a change that spans core and helpcontent2.
        
        Change-Id: Iabe24a710d46d23246699d102ab96686cfe85ab4
        Reviewed-on: https://gerrit.libreoffice.org/53317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [6122f6266c61db851d7595aeb824502172b509b2]

        fix memory management in BitmapConvolutionMatrixFilter
        
        was deleting a stack allocated buffer.
        
        Also
        (*) drop the BitmapConvolutionMatrixFilter default constructor, the
        current code does not permit mpMatrix to be nullptr
        (*) declare the mpMatrix field as a reference to a fixed length array,
        to be more precise
        (*) pass the array in the constructor so that call sites will be
        properly type- and length-checked.
        
        Change-Id: I650d56cdfac0dae4ea77df7c0c03e19d658c00c8
        Reviewed-on: https://gerrit.libreoffice.org/53312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Johnny_M  <klasse@partyheld.de>  [6a068a90bb8b7625aca73e2c7c0a9e14a95b82be]

        Translate German comment
        
        Change-Id: I490cd001c60b28a4f04eba6195e887f4e1061d5c
        Reviewed-on: https://gerrit.libreoffice.org/53251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-23  Andras Timar  <andras.timar@collabora.com>  [64cec380d224b4a195e460eb8ccabf8cf1979476]

        Updated core Project: translations  6e357f3555df07d206b2967816182d2f9b645b80
        
        Updated Slovenian translation
        
        Change-Id: Ie327fd767821046b119f05efb55fd42239ba6bea
        

2018-04-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6e3db40b8bccc13b106b63de31de1b8d7b9348cb]

        Fix typo in variable
        
        Change-Id: I9ff961e9d6558478e72098a74048a5957299a953
        Reviewed-on: https://gerrit.libreoffice.org/52547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [5c961a0412467d444dc7bc92a4573f1769b7dc53]

        better focus in/out impl that doesn't depend on being a Control
        
        Change-Id: I3ed1732895efa44b8ff60c410356ecb684f06ba3
        Reviewed-on: https://gerrit.libreoffice.org/53297
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Caolán McNamara  <caolanm@redhat.com>  [6baa7ab095b44c599a0db253e5484f673878cabc]

        call ImplCallEventListenersApplicationDataChanged in addition to AllWindows
        
        so non-window entities can get to hear about them
        
        Change-Id: I00016a432d8e76e39dbf6340b014acdf4498d091
        Reviewed-on: https://gerrit.libreoffice.org/53298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-23  Tor Lillqvist  <tml@collabora.com>  [837d1c9723c84a6b4f461ed93c30b3d41ac86df0]

        Revert "loplugin:expressionalwayszero"
        
        Issue was fixed by Stephan by making the plugin less eager to
        complain.
        
        This reverts commit c250b6a5c6edbca08d5f083ff33fbfc5a49b3b4a.

2018-04-23  Tor Lillqvist  <tml@collabora.com>  [c250b6a5c6edbca08d5f083ff33fbfc5a49b3b4a]

        loplugin:expressionalwayszero
        
        So comment out the use of those expressions, and to avoid ununsed
        variables, also comment out the definitions of those const variables.
        
        Change-Id: I870c7d9599f944d3d55758492c059bcf15628a4a
        Reviewed-on: https://gerrit.libreoffice.org/53305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [c08b09331083aff367c153b9da14fb5a2e6d130b]

        loplugin:redundantfcast
        
        (Presumably <https://gerrit.libreoffice.org/#/c/53201/> "vcl: ImplSolarize() to
        BitmapSolarizeFilter" passed Gerrit/Jenkins because the Linux Clang plugin build
        was done in C++11, not C++17 mode.)
        
        Change-Id: I8a7afee18ed2f83921eb82b74252d0ebf76c25d5

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [14184060bd2249a492ea44d36463914c421e6ce5]

        Don't warn about multiplication by zero in loplugin:expressionalwayszero
        
        That specific warning (added with 862dc17e437f0972223e18555110dc875d2ffa44
        "loplugin:expressionalwayszero improvements", together with other improvements)
        already looked somewhat unhelpful to me in
        4cb78942f25e9ea2e9a8445825438cd67b1c00f9 "loplugin:expressionalwayszero
        (clang-cl)", but now started to generate
        
        > [CXX] vcl/source/bitmap/BitmapSobelGreyFilter.cxx
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:92:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum1 += nMask121 * nGrey12;
        >                                  ^~~~~~~~~~~~~~~~~~
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:99:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum2 += nMask212 * nGrey21;
        >                                  ^~~~~~~~~~~~~~~~~~
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:101:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum1 += nMask221 * nGrey22;
        >                                  ^~~~~~~~~~~~~~~~~~
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:102:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum2 += nMask222 * nGrey22;
        >                                  ^~~~~~~~~~~~~~~~~~
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:105:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum2 += nMask232 * nGrey23;
        >                                  ^~~~~~~~~~~~~~~~~~
        > /data/sbergman/lo-clang2/core/vcl/source/bitmap/BitmapSobelGreyFilter.cxx:110:34: error: expression always evaluates to zero, lhs=0 rhs=unknown [loplugin:expressionalwayszero]
        >                         nSum1 += nMask321 * nGrey32;
        >                                  ^~~~~~~~~~~~~~~~~~
        > 6 errors generated.
        
        (where all those nMask* are zero constants; and which even passed Gerrit/Jenkins
        as loplugin:expressionalwayszero is only active for Clang >= 3.9).  Lets just
        remove that specific check again.
        
        Change-Id: Ia8710f83b16d6e6949439d3941e17b8a0959aa8b

2018-04-23  Stephan Bergmann  <sbergman@redhat.com>  [0ada546b16be51f2b2ec430d99b5c44b9f1e00ad]

        WIP: Include --with-help=html in installation sets
        
        As a first step, include all the instdir/help/* content that comes from
        helpcontent2 (there's also some *.xsl files there coming from xmlhelp?) in the
        ooo base module:
        
          instdir/help/default.css
                       fuse.js
                       help.html
                       help.js
                       help2.js
                       hid2file.js
                       index.html
                       media/
                       normalize.css
                       paginathing.js
                       en-US/
                       <any other locale>/
        
        The locale-independent parts could remain in the ooo base module or could be
        split out into some help module (esp. the media/ tree may grow large?).  The
        per-locale sub-dirs will definitely need to be split into locale-specific
        modules in a next step.
        
        Change-Id: I3e7b1b0e9c965372a23a51ed8ddc809e395fd891
        Reviewed-on: https://gerrit.libreoffice.org/53213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [d254f8a926d7d3ec4565d01f7a41ad3d9d7c9e87]

        loplugin:singlevalfields improve unaryoperator
        
        when we see a unaryoperator, unless it's one of a small set, we can
        know (mostly) that the field will not be written.
        there is still a small risk of false+ with code taking references
        via conditional expressions.
        
        Change-Id: I96fa808067576a50e5eaf425338e225b4e0bdd4e
        Reviewed-on: https://gerrit.libreoffice.org/53263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c08c1af7116346f2dc0b669e231d82f4230a8c7]

        loplugin:useuniqueptr in MenuButton
        
        Change-Id: I4e7a2ca5f8bb645e99414b1c99dc6261310c89bb
        Reviewed-on: https://gerrit.libreoffice.org/53237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e098e2d5bf0f0f9452774c133cca23ba7fbd16df]

        loplugin:useuniqueptr in MoreButton
        
        and remove unused mpItemList field in ImplMoreButtonData
        
        Change-Id: I1eee6958d0f064cec22028399de5fb28e8647617
        Reviewed-on: https://gerrit.libreoffice.org/53236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [00dd50d1a82d04df2baebcc3ae2f5ddab5c43997]

        loplugin:useuniqueptr in CachedContentResultSet::CCRS_Cache
        
        Change-Id: Idb2dd770ef39119f2a6ee6989bb983c3c77a1d68
        Reviewed-on: https://gerrit.libreoffice.org/53235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [d23b20661c83ebb722e4602d0ef9d65ce1ecfa6d]

        loplugin:useuiqueptr in SortedEntryList and EventList
        
        Change-Id: I15e6e29347dfce68e5631337bf2d3754bffdf864
        Reviewed-on: https://gerrit.libreoffice.org/53234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [16632fa9f5dfbe8bd6f34f719ac923e972f250ca]

        loplugin:useuniqueptr in SplitWindow
        
        Change-Id: I04b45f02ce0dc98d11fb78982b8364fdd8333f9c
        Reviewed-on: https://gerrit.libreoffice.org/53233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c256096962d73b360b870688ead7152b3378df9]

        loplugin:useuniqueptr in Menu
        
        Change-Id: I4de2081597ffc55a95fe5b482c37461811f323e6
        Reviewed-on: https://gerrit.libreoffice.org/53232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e0e2b7dd8d478c443351d0ea7ce271f7e839825]

        loplugin:useuniqueptr in FloatingWindow
        
        Change-Id: I960417daea8a4f3d612278de7a78a8f80630a288
        Reviewed-on: https://gerrit.libreoffice.org/53231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7197e9dc18dd00f1e553edfd163a0570ecde977]

        loplugin:useuniqueptr in Control
        
        Change-Id: If445e1a8ae3a7e3988658c011f678ce1e603f4a9
        Reviewed-on: https://gerrit.libreoffice.org/53230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a35870a72cf6a8e481c70f972b7258b2dd764a9]

        loplugin:useuniqueptr in StatusBar
        
        and rename mpItemList->mvItemList
        
        Change-Id: Ib11dce91543fc4a6623795f3ff2820db5a3d7120
        Reviewed-on: https://gerrit.libreoffice.org/53229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [3acdd48382476e7bf79512762a4ecb872a18cdb8]

        loplugin:useuniqueptr in ImplWheelWindow
        
        Change-Id: I064ebced6e7840c4f9a179c312743385892e552a
        Reviewed-on: https://gerrit.libreoffice.org/53228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [3148fdfe21a626307fc60fef1451b1c501686504]

        loplugin:useuniqueptr in PopupMenuFloatingWindow
        
        Change-Id: If903f677db198978dcf455f06198437a26b6a311
        Reviewed-on: https://gerrit.libreoffice.org/53227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7af3b9d7970d60ba09e0556ee232a8fa624383d4]

        loplugin:useuniqueptr in OZipFileAccess
        
        Change-Id: Iaad8b364b1a244bd559e582a1622dd59b4756759
        Reviewed-on: https://gerrit.libreoffice.org/53226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b603dad2dfb49a120084b2e4124b16bd18a3b6f1]

        loplugin:useuniqueptr in SwitchablePersistenceStream
        
        Change-Id: I8f7d8296b98bc1743b993aac195859b2d2be4f7f
        Reviewed-on: https://gerrit.libreoffice.org/53225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7e937a13840129b1aba0ffcc560dc07e891ebe09]

        loplugin:useuniqueptr in Inflater,Deflater
        
        Change-Id: I55833664a6e76d781908b8f1f721dd9a4946e35f
        Reviewed-on: https://gerrit.libreoffice.org/53224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [18c2742946a745d5311a1c26bda352cefc6c1ac0]

        loplugin:useuniqueptr in mysqlc
        
        Change-Id: Ife3a044beae03c7623c1bd3c2ef6ce5595f97cca
        Reviewed-on: https://gerrit.libreoffice.org/53223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd0a8777019391f515f4bfe6b77ad70fdfeca664]

        loplugin:useuniqueptr in DockingWindow
        
        Change-Id: I7a0fec27f50c58f02378a69db5d17c6f5eb62ee2
        Reviewed-on: https://gerrit.libreoffice.org/53222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [fefca920f474b2eaff93db18169a208a74262f2b]

        vcl: ImplDuoTone() -> BitmapDuoToneFilter
        
        Change-Id: If779cf4033948601997a932839eaa10a874de1b3
        Reviewed-on: https://gerrit.libreoffice.org/53205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [a9903c130de4656b2624e0f2a94df42a0041d851]

        Updated core Project: help  e4bbb5a2039264ace0ddb9df26fe91d58b576a79
        
        More punctuation fixes
        
        Change-Id: I02ffc730b03d696a70c192b5824534fde81f64a1
        Reviewed-on: https://gerrit.libreoffice.org/53256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [6e29b0d8301b3c7fee149652a16fc2e6e00697c9]

        Updated core Project: help  199a6c6d555ef8aa37f8e21b8d6700ce9a4a1342
        
        Punctuation fixes
        
        Change-Id: I8dd696f94fa330c71edbd5d0a5a69ca6e46ac538
        Reviewed-on: https://gerrit.libreoffice.org/53258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [71588c7d14b0eb62abe8fc0a542b6c6d826bb8cc]

        Updated core Project: help  c09fcdda036c90983510e1b15d22f257929bc5ac
        
        Punctuation and whitespace fixes in help text.
        
        Change-Id: Id719352c06bc525d7c52d88683b0f5ff3beb729f
        Reviewed-on: https://gerrit.libreoffice.org/53295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-23  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [d156cad3e80f9a6585cfd5a70d84be80cc5715da]

        Updated core Project: help  108a076a8397d44cc4732b4bdb8750f97e167b34
        
        Point at ending of a sentence.
        
        Change-Id: I0f9dbbe3f113d23b156469e09f6bf13e59dee93f
        Reviewed-on: https://gerrit.libreoffice.org/53290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5bc6a7629fbcadb634b1c2e6ba2c931a15d353a8]

        Fix typo
        
        Change-Id: I80ee9824473facdcb1c96f332773fcd79b266efe
        Reviewed-on: https://gerrit.libreoffice.org/53246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9e5cefada36779d642ec148c58ef6bb9c82f72be]

        Fix typo
        
        Change-Id: I7fc84bbfa51e7048d090fa2199fada28de244774
        Reviewed-on: https://gerrit.libreoffice.org/53294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-22  Arnaud Versini  <arnaud.versini@gmail.com>  [860de7575aa0c3079aac25634677248ac68c1f02]

        Reuse getAccessibleRole result if possible
        
        Change-Id: I9566cd6f01a2e21f471d5ce96948ea635729c6f6
        Reviewed-on: https://gerrit.libreoffice.org/53288
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-22  Arnaud Versini  <arnaud.versini@gmail.com>  [fca20f3083c78cc76046e824b062b1ea20d4522b]

        accessibility: reuse GetWindow result in VCLXAccessibleTextComponent.
        
        Change-Id: I4107d6e3b891cd7fa31146eac50aa337765624fa
        Reviewed-on: https://gerrit.libreoffice.org/53283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-22  Maxim Monastirsky  <momonasmon@gmail.com>  [4cd1b3562871b9701b8e5f062262582511875d35]

        Fix .uno:CurrentConditionalFormatDialog label
        
        So it won't be listed with its .uno name in the
        customization dialog.
        
        Change-Id: Ia262c7beccac2dd67bc75313f32d1f481f5452ad
        Reviewed-on: https://gerrit.libreoffice.org/53285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-22  Caolán McNamara  <caolanm@redhat.com>  [60f3e4b843da89678e022eed837ee66e726b1920]

        place an intermediate class as parent for SfxTabPages
        
        so a SfxTabPage can be parented by a vcl::Window or a welded native notebook tabpage.
        
        That ways the same SfxTabPage can be used at the same time in both a native dialog
        or a vcl dialog. The impl can be changed to the weld api, and when hosted in a native
        dialog the vcl impl of that will be instantiated, while native otherwise. e.g.
        print options appearing in print options dialog and general options.
        
        This allows incremental changeover.
        
        Change-Id: I6f1fed1e8d0898b01853bb878757bad41cbf9bba
        Reviewed-on: https://gerrit.libreoffice.org/53193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-22  David Tardon  <dtardon@redhat.com>  [4a7ebfea57094b914c4b1c3e46936dbf67dec499]

        all Keynote/Pages/Numbers versions are supported
        
        Change-Id: I5c7ac03fdea3ebdef720a65e7a694deae98e5d97
        Reviewed-on: https://gerrit.libreoffice.org/53293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-22  David Tardon  <dtardon@redhat.com>  [43374afb82ee4a011b813dc76fbf5f9ca6c6112b]

        rename test files
        
        Change-Id: I40b58b2a6df33783073731790d17aacc35e0b75c
        Reviewed-on: https://gerrit.libreoffice.org/53292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-22  David Tardon  <dtardon@redhat.com>  [aa3d62173be3b0621f87e77f34c65e59825a1a40]

        upload libetonyek 0.1.8
        
        Change-Id: Id7c15e4ee902016dec70e44cd2495ee17fd6d263
        Reviewed-on: https://gerrit.libreoffice.org/53291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-04-22  Caolán McNamara  <caolanm@redhat.com>  [02eae1df718fe2b34c91c0d7e8939548d9307899]

        try to fix oss-fuzz build harder
        
        Change-Id: Ief83120b35ffc77e3cf8760638b9442bf3a53400
        Reviewed-on: https://gerrit.libreoffice.org/53272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [4b183ae94821ed6d08708b43e4d719ffb4540843]

        vcl: ImplEmbossGrey() -> BitmapEmbossGreyFilter
        
        Change-Id: I6e541e9ca9cf61dfa8df9638a4ba4b8bd1d3ad71
        Reviewed-on: https://gerrit.libreoffice.org/53204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [df996068506135a79bdae2f334dd09444edbcf19]

        Updated core Project: help  19b339c83faabe0ed136e89225bc64dc0b106131
        
        Iceweasel and Icedove are dead…
        
        … since 2016 and 2017, respectively.
        
        Change-Id: I93491b300ed5f554d378fa11b31d0df651927853
        

2018-04-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a3895160f7981099a800de2458a0a946d60cac17]

        Iceweasel and Icedove are dead…
        
        … since 2016 and 2017, respectively.
        
        Change-Id: Ic4e501ceee198d9a802e7a5e7732fda3b899a8cb

2018-04-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c1eaa5215c0870a896f25880782e612fa83ccd99]

        Don’t use frames to group only one set of controls
        
        Just add a simple label to them.
        
        Change-Id: I5382d521ac744a6760c572599489589f49b303d6

2018-04-22  Jean-Pierre Ledure  <jp@ledure.be>  [9ae261c124f935d94b66a5a0e5c815af958b49c4]

        Access2Base - Support of forms collections
        
        In LO forms as known in the Base UI may have more than 1
        main forms, all belonging to a forms collection.
        
        MSAccess does not have that feature.
        
        So far, only forms with 1 main form - from far the majority of cases -
        were fully supported by Access2Base. For other forms, the
        exploration of controls in additional main forms was not
        implemented.
        
        Current limitation: some form properties (e.g. RecordSource) are
        still limited to the firt member of the forms collection.

2018-04-22  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [a12873533dcc1368340303592773f7f21e482756]

        Updated core Project: help  216d5789e748266c00b710de129c06fcf59f4359
        
        Whitespace fixes for Pootle again, more to come
        
        Improve text formatting, while at it.
        
        Change-Id: If84b40a2a7c33967c53a4300688ae643396bab15
        Reviewed-on: https://gerrit.libreoffice.org/52560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [e01c6f28921ffe2ad6cfe52b17f1b8775ba86d23]

        Rename GlyphItem::IsClusterStart() → IsInCluster()
        
        The flag is called IS_IN_CLUSTER and the only place that uses it checks
        for !IsClusterStart(), so invert the condition and rename it
        accordingly.
        
        Change-Id: I0feaf27ee671883f111340bcd9ffcb4e3782005f
        Reviewed-on: https://gerrit.libreoffice.org/53276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-22  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [c7d2b252d8efd71390c4b67b9efd4ea156dadf2e]

        Updated core Project: help  2f27051ce6fc5583a20cf856806a5b8034c843f8
        
        Punctuation fixes
        
        Change-Id: I1d6fbff4fecbdf40a7fe5533775ace2becdc19ee
        Reviewed-on: https://gerrit.libreoffice.org/53254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-22  andreas kainz  <kainz.a@gmail.com>  [1751dd94b564fdf5694a34bc781d1354d410735c]

        NB Implementation: calc data tab use now correct order
        
        Change-Id: I62d6c88a8a10d9455279c38e885cf3a5b91428a5
        Reviewed-on: https://gerrit.libreoffice.org/53274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [456de479fad14968cb38c15d906a0573f43e619a]

        sal_GlyphId can be 16 bit now
        
        OpenType glyph ids are 16 bit unsigned integers, but we were using 32
        bit integer and abusing the higher bits to set glyph flags. All such
        abuses are now gone and we can make it a simple 16 bit integer.
        
        Change-Id: I594068675f239fd525376fd9ea752462ec3edd9d
        Reviewed-on: https://gerrit.libreoffice.org/53270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b3e0ef4cacfa63be7a6d4f152f197d07a3bbe255]

        clang-tidy modernize-use-equals-default in basegfx
        
        Change-Id: If4ee51e022eba1f9f36c262abf9ba407db2b158e
        Reviewed-on: https://gerrit.libreoffice.org/53260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [88d0b8ac42a6d60c385d1e90c5cb84e9e9d194be]

        Glyph flags is now an int not long
        
        Change-Id: Ica262bf1f1d36ae731647ee0a0345901aa7265ec
        Reviewed-on: https://gerrit.libreoffice.org/53267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [bb56e2ded30d190c57810812983e5010f6945915]

        Don’t abuse glyph id for flagging dropped glyphs
        
        Use a bitflag instead.
        
        Change-Id: I7833a37578112b5326f4a30578596e53085ff3c0
        Reviewed-on: https://gerrit.libreoffice.org/53269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [63a716783a555e91ad3a32f25f20cffc88ca15e4]

        vcl: ImplMosaic() -> BitmapMosaicFilter
        
        Change-Id: Ia0910ae9166c4eb6b870ab25db761bc1703fec68
        Reviewed-on: https://gerrit.libreoffice.org/53203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ab12471f3a69c4d502e6271e84ddf8a981f507f]

        vcl: ImplSepia -> BitmapSepiaFilter
        
        Change-Id: I96a4072bf919bd37b30c01ab16d98779c76717ab
        Reviewed-on: https://gerrit.libreoffice.org/53202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [c38485279cd36da96ac81107d567ea4e779b2b96]

        vcl: ImplSolarize() to BitmapSolarizeFilter
        
        Change-Id: I3d615bcce851cb0f0140e2a1542a4073727a51be
        Reviewed-on: https://gerrit.libreoffice.org/53201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [bcbf767bcfc024e2be839e0c0886f942dd068e4f]

        vcl: ImplPopArt() -> BitmapPopArtFilter
        
        Change-Id: I7b81d0441b5ffdc322a19ca1fea7c7ca63e9e499
        Reviewed-on: https://gerrit.libreoffice.org/53151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [0474be6d5527baab609b16846d6cb38ed89d47fc]

        vcl: ImplSobelGrey() -> BitmapSobelGreyFilter
        
        Change-Id: I2082d7e3b90172b4517ad0f4be75f85006eb5891
        Reviewed-on: https://gerrit.libreoffice.org/53150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [5b5d84df69765b9bd2fccb76a16d824720eea462]

        vcl: ImplMedianFilter() -> BitmapMedianFilter
        
        Change-Id: I72a0546c11d6ef8a8a4eb467d566d639c88dc8b9
        Reviewed-on: https://gerrit.libreoffice.org/53130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [8559353af24123c7a736e64311d57d85bb3cb44c]

        vcl: introduce BitmapSharpenFilter
        
        Change-Id: Ib503efa3634b3a000261d2398d04f779079bfe3f
        Reviewed-on: https://gerrit.libreoffice.org/53129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [57faa86592ddfc60be206b70ee16671585b7ca60]

        vcl: create BitmapSmoothenFilter
        
        Change-Id: I5259035e18daada3cd8963f045731a0a65150718
        Reviewed-on: https://gerrit.libreoffice.org/53099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b06fcddf8d9a0b51bf396d29487f1fd715b82d3]

        vcl: ImplConvolute3() -> BitmapConvolutionMatrixFilter
        
        Change-Id: I0203e98d29192ef098719c0a297b967710b8729a
        Reviewed-on: https://gerrit.libreoffice.org/53097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [2ed7c02478968852d7d39c2c4677f2ecf3441bc7]

        Drop header that had just one typedef
        
        Move the typedef elsewhere.
        
        Change-Id: I7a91ffd5ed4d1f182d6d57c80eb5188892fa5ccd
        Reviewed-on: https://gerrit.libreoffice.org/53268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-22  Khaled Hosny  <khaledhosny@eglug.org>  [63a4ecc3881596a448d47f564c722ad944ff7e67]

        tdf#86399 Correctly set cluster start for RTL runs
        
        A followup for the fix in b1030f75d3e47719ca63ec518f1da75196bead1a (from
        2015) that didn’t work for Arabic because we were setting cluster start
        for RTL runs incorrectly.
        
        I’ve been suffering from this for so long but too lazy to debug it,
        until I saw this pace of code by pure chance and it looked dubious,
        finding where this flag is used and then seeing the comment referring to
        tdf#86399, then WOW I know what is going on!
        
        Change-Id: Ib7850e5a90ed3184738e995885f7f8b459ea2bb9
        Reviewed-on: https://gerrit.libreoffice.org/53261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-21  Johnny_M  <klasse@partyheld.de>  [5289441ffa227f5f358ca4dc28df416be922aa66]

        Translate German variable names
        
        Puffer -> Buffer in Lotus filter
        
        Change-Id: If6d5190c7bc2f884083a2a47b6bd665b3f95b3b0
        Reviewed-on: https://gerrit.libreoffice.org/53250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-21  Khaled Hosny  <khaledhosny@eglug.org>  [b9fde7e7b73c4902a8eb35fab46abd137e36856e]

        Drop GlyphItem constructor that is used only once
        
        Change-Id: I36aed033ea811daf2dfae89a89cf0ff5fc86b270
        Reviewed-on: https://gerrit.libreoffice.org/53257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-21  Mike Kaganski  <mike.kaganski@collabora.com>  [97fe7d5f0eed7d3ef4940f4e7a70a7dd64d2390f]

        Use unique_ptr
        
        Change-Id: I8fea12c523e07b895c47ee410120549398fc8f37
        Reviewed-on: https://gerrit.libreoffice.org/53249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d2d57d25aa71b71606c2112914831f25279fa279]

        Tweak unit test for 1bpp images a bit for robustness
        
        Seems we're suffering gamma correction issue on a number of target
        platforms, so let's compare colors a bit more fuzzily.
        
        Fixup for eb5c0ccd47330fc726f4b4f854cf4cc518ac21cd
        
        Change-Id: Ieace78d1054efa6f49d42f1878774604e85c1965
        Reviewed-on: https://gerrit.libreoffice.org/53259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [6a3d2dea1da847f5bd6674b344162f087cceda8b]

        vcl: Bitmap::ImplSeparableUnsharpenFilter() -> BitmapSeparableUnsharpenFilter
        
        Change-Id: I62d95cc8bbf7b9349b1abc3e58bf0a202e3afec5
        Reviewed-on: https://gerrit.libreoffice.org/53091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4671c863815826c1fbbb4343b53f9d74803aaa7d]

        Get rid of GraphicObject URL in extensions - PropertyController
        
        Instead of that, use "Graphic" property and set an XGraphic.
        
        Change-Id: Ib3084d22b422b82b69be3d410560caac303e780d
        Reviewed-on: https://gerrit.libreoffice.org/53240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [de07f40030bbd604bc42d58f0e954cca284a2646]

        cppcheck: identicalInnerCondition
        
        renamed temporary list in EnhancedCustomShape2d.cxx to avoid shadow
        of a local variable
        
        Change-Id: I17a2261dafd2067480fcc5314af4f48765d6b690
        Reviewed-on: https://gerrit.libreoffice.org/53244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-21  tagezi  <lera.goncharuk@gmail.com>  [3322661414a558d29146c40c0cd5e9db0a7b21dd]

        tdf#94498 add repeat search in Basic IDE by shortcut
        
        additionally deduplicate code and remove unnecessary abstraction
        
        Change-Id: Ib826b5cac74e95ce4ae8d02368b0983eb4942b29
        Reviewed-on: https://gerrit.libreoffice.org/52027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-21  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e82eeca67688a809317a0edeecf7d7b3fdf3a216]

        tdf#112323: Sort the category list alphabetically in the Customize dialog
        
        And add multiple separators as per the Design Team's request
        
        Change-Id: I8dd692207fc85d75d585dc486d2c8723444f8a5e
        Reviewed-on: https://gerrit.libreoffice.org/53216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [94acabe8d0cb555e76635c4bceeb48a14bd16a2b]

        loplugin:unusedmethods
        
        Change-Id: I9dc6e81149eae3ba2284fa7fe608dd9252503dce
        Reviewed-on: https://gerrit.libreoffice.org/53197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [9374352f242d2dcfd39a3a6f0504efbaf1abb2dc]

        vcl: get rid of tabs in vcl/Library_vcl.mk
        
        Change-Id: I2c48efdf82e6433847f90ac0309935cb442b01b5
        Reviewed-on: https://gerrit.libreoffice.org/53207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a8ff284befa4c4bb8ca29361fac8766b9de382d2]

        fix build
        
        The chart2/uiconfig/ui/sidebarelements.ui had this missing since
        day one, so let's exclude it for the moment.
        
        Change-Id: Ieef66f15cb05a89548a7a9c02efa6bebceb15ca5

2018-04-21  Samuel Thibault  <sthibault@hypra.fr>  [77b09e7f921c42c41171e431813652db6de54679]

        gbuild: add target rules for all modules
        
        This allows to run e.g. make UIConfig to automatically run make
        UIConfig_<module> for all modules.
        
        Change-Id: Idc2c3a61fd38b486435366164031b4d51f68eebc
        Reviewed-on: https://gerrit.libreoffice.org/51274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-20  Samuel Thibault  <sthibault@hypra.fr>  [9ebe4dec48a3677fced23ede58e31057b5db1df3]

        Update gla11y
        
        This updates the gla11y tool
        
        - mnemonic-widget is actually an alias for mnemonic_widget
        - ditto for tooltip-text vs tooltip_text
        - ditto for placeholder-text vs placeholder_text
        - glade introduced a notation for specifying the role of a widget, which can
          be used to make a label static for instance (thus not orphan).
        - --help is fixed to use the standard formatting.
        - Remove the documentation of unexisting -i option
        - Add the documentation of -P option
        - Add --help/-h and --version options for completeness.
        
        Change-Id: I8510ba9c5a877c05edd3af305b4e7fe1f105acd5
        Reviewed-on: https://gerrit.libreoffice.org/52973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-20  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [eb5c0ccd47330fc726f4b4f854cf4cc518ac21cd]

        Unittests for bugs with 1bit images rendering problems
        
        Fix was done in 25cd843664919974f0d21ca7a0b02cc43e9eeabb and has
        impact on tdf104141, tdf113918, tdf115297 and some others.
        
        Change-Id: I8868dc1463b6f30b871a4f1b3129657f5bcb38f3
        Reviewed-on: https://gerrit.libreoffice.org/51855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-20  Jim Raykowski  <raykowj@gmail.com>  [0fab443fc5016d3088e485210a13f121a1ec1ee9]

        tdf#117024 Make Navigator Drawing objects scroll
        
        Change-Id: I6ef690306e1988a4de1d9407fe9ae9f2ea1736b1
        Reviewed-on: https://gerrit.libreoffice.org/53142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-20  Samuel Thibault  <sthibault@hypra.fr>  [79391d92df7a474651e02980f238eac4781305ce]

        gla11y: Enable button labelling warnings
        
        Change-Id: Ie6a45060e252e75b76fb6222d02403de6d4bccfd
        Reviewed-on: https://gerrit.libreoffice.org/52968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b11188835d3b87cd9d2a8cdb3da204cfda5d3e6e]

        DOC import: lazy-read images
        
        At least JPEG files are now only loaded when the user scrolls to the
        relevant page.
        
        Also fix the root cause of the EMF lazy-read problem and remove the
        previous workarounds.
        
        Change-Id: I9699927282b99bcb71a0d271a20bbfd56a361ee8
        Reviewed-on: https://gerrit.libreoffice.org/53219
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [40edbce3988946d0ffceb9554de42e1e469edd92]

        fix for "drop IS_SET macro"
        
        regression from
        
            commit 8c9c1b852ce0ebc6bd19437e9e583ef4226cf685
            Date:   Wed Apr 18 14:12:06 2018 +0200
            drop IS_SET macro
        
        Jochen Nitschke: InsertDeleteFlags::ATTRIB sets 2 bits, before it
        checked both bits and now it's true if only one of them is set.
        
        Change-Id: I169ffae10d219063ce378257e95fbb4f863ca525
        Reviewed-on: https://gerrit.libreoffice.org/53211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [edda1e5fc8113aa4744e32f97c96a3cc311485ca]

        DOCX import: lazy-read images without external headers
        
        So that similar to ODT, images are not loaded on file open, only when
        the user scrolls there.
        
        Notes:
        
        1) GraphicDescriptor::ImpDetectJPG() would try to calculate the logic
        size before the pixel size is available, so the logic size would be 0x0.
        Also, ImpGraphic::ImplSetPrepared() would always work with a pixel map
        mode. Any of these two would result in a failure of
        testDMLShapeFillBitmapCrop in CppunitTest_sw_ooxmlexport6.
        
        2) Lazy-loading seems to (at the moment) not recognize EMF files, so
        don't lazy-load in case an external header is provided. This probably
        has to be revisited, since the ODF import doesn't go via
        GraphicProvider::queryGraphic().
        
        Change-Id: I44754e659effebca8339715df114dbaadb9b5e9f
        Reviewed-on: https://gerrit.libreoffice.org/53215
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-20  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e9c52f55f0cc7155d6883e4d2abf14f1638b03b3]

        towards solving tdf#112323: Allow multiple separators in listboxes
        
        Change-Id: I40e2d9faa4121ad99e28cbae0d8eea8e46bc1e9a
        Reviewed-on: https://gerrit.libreoffice.org/53174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-04-20  David Tardon  <dtardon@redhat.com>  [f1451fb7742bba9da298027e3ab79390acb196d9]

        drop pointless check for bzip2
        
        There are many .tar.bz2 (or .tar.xz) tarballs in the bundled projects.
        It doesn't make sense to check for bzip2 just for one of them.

2018-04-20  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [3d8bbd690e6dd9f72c2d5fe53b8df7369b9f80ce]

        Updated core Project: help  179f2229a0cddb93cccffe04b0c511da73b452fe
        
        Fixing wrong help text
        
        it is the other way around, no?
        
        left arrow button <-> right arrow button
        
        Change-Id: I2af8aae09f2e9a70daeee062be7cb72b315c6336
        Reviewed-on: https://gerrit.libreoffice.org/53172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: dennisroczek <dennisroczek@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-20  Vitaliy Anderson  <vanderson@smartru.com>  [0be3db28a4db4d2c81a5cb2edd48711eec55b51b]

        tdf#115067: We need to differentiate NBSP blank portions
        
        regression from commit 1c1747ac13a9d895df0fcba2fbb1bd266dccd74b
          tdf#104668 remove the difference between MSO and LO text alignment
        
        Change-Id: I9516340a488f5e1d060dbe5f510eb85030d75ddc
        Reviewed-on: https://gerrit.libreoffice.org/49972
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-20  Gabor Kelemen  <kelemeng@ubuntu.com>  [ef7f8c263fcb2bac596aa0247f1e54ff375c3146]

        Drop GetSvxString l10n wrapper from editeng
        
        This was a wrapper above the usual EditResId call
        without any added value.
        
        Change-Id: I685788e23ca24eca8f023d796f181178d3a6273b
        Reviewed-on: https://gerrit.libreoffice.org/53133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-20  Michael Stahl  <Michael.Stahl@cib.de>  [40d38c2140ddd172433e68e3fa59bc184597ac15]

        configure: find icecream GCC wrappers on Fedora
        
        Change-Id: I7e5ad4e35c6d26b496f9c3a1eb24ee4f49ce57e9
        Reviewed-on: https://gerrit.libreoffice.org/53200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e75e6b850a8791237dca6654b526831f1b0c7bc6]

        loplugin:unusedfields
        
        Change-Id: I9c80805788d49b13552c168a36fdf395da19df26
        Reviewed-on: https://gerrit.libreoffice.org/53196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [6ea4b982fada0bbca957dfa0729e2c3225c8a460]

        Adapt solenv/flatpak-manifest.in to recent download.lst change
        
        ...58433a8b88537a1a0883d107972de5c5fad59d4a "Upgrade to
        language-subtag-registry-2018-03-30"
        
        Change-Id: Ic58160a56e739d8850566bf67eaed5c981109eb1

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [59a6cf627d6d6b512e3e357920348a0627bca58d]

        Updated core Project: help  fe257ad7f55c500237bbeba8c6e13d7aa682fc22
        
        Syntactic clean-up in GeneratedPackage_html_media.mk
        
        Change-Id: Ic3c1873c6c746434f00b3babd74e718cd941e39b
        Reviewed-on: https://gerrit.libreoffice.org/53209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [077ba37de54abcf9cbe6c6dcb276fd42c194786f]

        Updated core Project: help  64bb1203851bc92fd5ee2acaf0d4c4babf7a6180
        
        Avoid name clash between Package and GeneratedPackage htmlcontent2_html
        
        ...by renaming the latter to htmlcontent2_html_generated.  The name clash
        happened to not cause trouble yet, but would once these packages are added to
        installation sets (i.e., once both would want to occur in
        gb_Helper_register_packages_for_install lists in Repository.mk).
        
        (Also do some minor syntactic clean up.)
        
        Change-Id: I009c154d3bb06312a9f4224b2d5feb1d9f6689fc
        Reviewed-on: https://gerrit.libreoffice.org/53208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-20  Serge Krot  <Serge.Krot@cib.de>  [805da078eca4db1f54d39186f43d5dbd56b7a84b]

        tdf#116266 Add unit test
        
        The bug appeared only in libreoffice-6-0, but the unit test
        is useful for master anyway.
        
        Change-Id: I884ae18939b6def683bb318260c4e195da5bb252
        Reviewed-on: https://gerrit.libreoffice.org/52375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/53192

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [56775815a39c2ee4a0f711738947d2fb234c4923]

        loplugin:constantparam
        
        Change-Id: Ia58d8950b3b9e48bbe9f075b9fe1eed62d9abf0d
        Reviewed-on: https://gerrit.libreoffice.org/53188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [fe851316be45b891468fdab4d8b8f23fdf869e5e]

        Updated core Project: help  f10b89e1d34ab5faca7c4121dc9d1389617d1ba5
        
        New Help: Improve table head rendering
        
        Add class to parent <td> of <paragraph role="tablehead">
        
        Change-Id: Ifb9caf4d4ac3ab5e4c750b5bd96260e2dcb298e1
        Reviewed-on: https://gerrit.libreoffice.org/53179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-20  Caolán McNamara  <caolanm@redhat.com>  [9887cd14e2777eed019aacfd0ac75554686c6b79]

        use a map to avoid looping on every obj delete
        
        Change-Id: I47ff4f0f959b7d09fc91593b7dacb3d1a2b50472
        Reviewed-on: https://gerrit.libreoffice.org/53164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5a9fb18b2b523e517ab425948c4488fe19e39a8]

        remove unnecessary braces in GotoNextTable
        
        and comment the flow a little, it can be confusing
        
        Change-Id: I22fb11896a6d7e3b2007d822021b791b06caa1de
        Reviewed-on: https://gerrit.libreoffice.org/53185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0185e65bcd73dbad2205a39369e1e06b33a2ca51]

        tdf#115582 Correct coordinate usage for sc's ::Array
        
        In ScOutputData::SetCellRotations() eventually existing
        CellRotations are added to the svx::frame::Array data
        that gets created for repaint. This used the wrong coordinate
        calculation, thus in some cases the repaint of rotated
        Cells failed.
        
        Change-Id: Ib5df8576e8c9404d717d5dcc5662aa04b82cf959
        Reviewed-on: https://gerrit.libreoffice.org/53171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [40180e56ff33c2217e333244607a7ac47552b533]

        Remove unused HELP_COMMON_ONLY
        
        Unused ever since its introduction in b70d4ad13b909265c54a9ff55f07224a14e9feb2
        "add --with-help=common parameter to the configure option".  (Whether
        --with-help=common is also unused is a different question that needs to be
        addressed separately.)
        
        Change-Id: Ic7843c838242bfe95dba7388f63358973f42e5b7
        Reviewed-on: https://gerrit.libreoffice.org/53187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-20  Caolán McNamara  <caolanm@redhat.com>  [6e385ead86ea44573401d113812dc3cffb5ed77c]

        bump the MAXNUM_SUGGESTIONS comparision
        
        Change-Id: Id42a6ffb19a8f7e5425ade86e5e042edfa279d27
        Reviewed-on: https://gerrit.libreoffice.org/53186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [fbbfcf1eeaf9d47e615519928fc07e1f1842bcb8]

        Updated core Project: help  5de2306da7f9dea5231c0fd1bfd91491cceb646f
        
        Clean up Package_html_static.mk
        
        For ONLINE_HELP, apparently the source helpcontent2/help3xsl/index.html goes to
        instdir/help/index.html while the source helpcontent2/help3xsl/index2.html goes
        to instdir/help/$PRODUCTVERSION/index.html.
        
        And for !ONLINE_HELP, apparently both source files (index.html and index2.html)
        went to instdir/help/index.html, and the second one (index2.html) apparently
        happened to win.  Cleaned that up, so that only the source
        helpcontent2/help3xsl/index2.html goes to instdir/help/index.html.
        
        Whether that's all as intended, or some of that is junk, I don't know.
        
        (Also sorted list of files lexicographically, for easier comparison with `ls`
        output.)
        
        Change-Id: I36f645e0de99a03b6e76f6c29fc18aa80e48a420
        Reviewed-on: https://gerrit.libreoffice.org/53190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac4ea366ec040cdb68f93d42045cba5780852d9f]

        writerperfect: astyle -> clang-format
        
        < vmiklos> dtardon: are you strongly attached to astyle usage in
        core.git writerperfect/? my problem is that 1) when less regular
        contributors touch it, they don't run astyle  2) core.git has git hooks
        in place to enforce consistent style for selected files, but that uses
        clang-format. i wonder if switching to the standard core.git
        clang-format would be an option to stop this reformat game
        
        <@dtardon> vmiklos, clang-format is okay. we started to use astyle years
        ago, before there were even any serious talk about automatic formatting
        for the whole libreoffice
        
        Change-Id: I844fc9c2e8560e54a49f26064cc0b3c55a5f034c
        Reviewed-on: https://gerrit.libreoffice.org/53184
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [66c02d16dd078613e754dcc775f366413fad13f0]

        Updated core Project: help  d9211d6ba5b3b5d46e2d4be8f8aa623372233394
        
        Syntactic clean-up in Package_html.mk
        
        Change-Id: Ibc0f5773714f0e0df0f5bcdf0d52a482dcdbb4a7
        Reviewed-on: https://gerrit.libreoffice.org/53189
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ffa6c70deb054c0dff4aab5a6ba5a03d0225d32d]

        Fix typos
        
        Change-Id: I8674d279fe1e2d386a12de97fb3d2e3cfa7c5258
        Reviewed-on: https://gerrit.libreoffice.org/53003
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-20  Caolán McNamara  <caolanm@redhat.com>  [2448d6d7126cdbe73c1f56d6703f390f9f88216b]

        weld SwSaveLabelDlg
        
        Change-Id: I463ee75667e22d3b4b3ec64afabad52c5159d4ac
        Reviewed-on: https://gerrit.libreoffice.org/53168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-20  Caolán McNamara  <caolanm@redhat.com>  [30d7feeb88ea77632fede1b20cd8610b22e3773c]

        MungeTextIntoDrawBox 1st arg is member of 2nd arg
        
        Change-Id: I43a443af6b208f3ac100cd689bd2c24c3a080b75
        Reviewed-on: https://gerrit.libreoffice.org/53163
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-20  Caolán McNamara  <caolanm@redhat.com>  [9f0fdb491cb128d3a5afb9c1f5907dfc31f6b197]

        forcepoint#38 notify that obj in group was deleted
        
        Change-Id: I4599a8e93eccb28c8a406418fd5c7c670b59c871
        Reviewed-on: https://gerrit.libreoffice.org/53162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7b355669c6ddeab2e6cec692d6afdff41c61d0fb]

        Function to load graphic swapped out (loaded on demand)
        
        When a document is loaded it takes a lot of time and memory to
        load the graphic that are in the documet, so avoid that and just
        store the compressed graphic into a temporary file (handeled by
        GfxLink) and load when we really need to show the graphic.
        
        GraphicObject cached some attributes from Graphic, but this
        attributes now aren't available immediately so this attributes
        are removed form GraphicObject and now delegate to the Graphic
        itself. GetSizeBytes attribute however was removed as it is
        only used in some tests.
        
        GfxLink initial values were moved to the constructor and are
        not set in the header file anymore (as it is the recommended
        way to do it).
        
        The SdImportTest::testDocumentLayout failed as it looks like the
        dump sometimes didn't include the width and height of the null
        bitmap (which is set to 32x32) of the FillBitmap in some
        situations, but then in other situations it did include this
        attributes. With this change the width and height are always
        included for the FillBitmap which looks like it is more correct.
        
        Change-Id: Ia1218f93b1735402b7828404f65660e2d4acf32f
        Reviewed-on: https://gerrit.libreoffice.org/53016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-20  Gabor Kelemen  <kelemeng@ubuntu.com>  [663fd3d6e1f93ec989dc289e688d5dbfe434cbca]

        tdf#42949 Remove unnecessary localization headers of svtools
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<svtools/svtresid.hxx\> -e \<svtools/strings.hrc\> | xargs grep -c SvtResId | grep :0$ | grep -v /pch
        
        Change-Id: I861fed778660412dc73616da29503538b3fe9ccb
        Reviewed-on: https://gerrit.libreoffice.org/53136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [73584b2342b4e527b5329b4bf779171c4fc2d4ce]

        OBJ_TEXTEXT is dead
        
        with
            commit dfefe448c41921f2f1e54d3f69b8b9e89031d055
            Date:   Thu Mar 1 15:54:32 2018 +0100
            SOSAW080: Added first bunch of basic changes to helpers
        
        Change-Id: Ib0dc816a62f36966f0d61b16916a49f11007b413
        Reviewed-on: https://gerrit.libreoffice.org/53169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0fd9001801bf29ac4154edfd914dc930ffecd72]

        loplugin:unusedenumconstants
        
        TableChgWidthHeightType::RowTop is dead with
        
           commit 2d5ce0e1b233c83f91481cd6b9306ac8de7f5ff8
           Date:   Mon Mar 26 13:08:54 2018 +0200
           tdf#116452 Remove "3 seconds to add/delete col/row" functions
        
        Change-Id: I2fa82822b70457673419bd90ae82016c796acaa8
        Reviewed-on: https://gerrit.libreoffice.org/53167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1055a94124a82b236230d6f97c1c9f0db07deba3]

        loplugin:singlevalfields
        
        Change-Id: I8f3bad622daa3ce118d20c5be12294a3fab85c2a
        Reviewed-on: https://gerrit.libreoffice.org/53166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9faab624519a1ecc35dcfe4126886b1c3ceddc6]

        loplugin:unnecessaryvirtual
        
        Change-Id: Ieecb426f4f839bb1f94e58e45a99643a74ec3009
        Reviewed-on: https://gerrit.libreoffice.org/53165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a161e41439fc6f9093c212a523154e5146bb1502]

        Merge in Flatpak improvements
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
        
        commit 715fbcfb4e5c51d40387998932984e54639476a1
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Tue Apr 17 10:26:32 2018 +0100
        
            edit .desktop files to add X-Endless-Alias with original names
        
            Endless OS uses this to update icon grids & taskbar pins if the original files
            have been removed. (Happy to update this to a more standardised key if a
            consensus emerges.)
        
        Change-Id: I646350090c38d84d1930c5afbec0ee500b60d0fb

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4cb78942f25e9ea2e9a8445825438cd67b1c00f9]

        loplugin:expressionalwayszero (clang-cl)
        
        Change-Id: If47b5bb3436ebdf799b74f7c0070f674ab52804e

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a7d559014835769d4f214cee7b7a4e4958c7efda]

        loplugin:sallogareas (clang-cl)
        
        Change-Id: I2509f0c165de0f0754d93482825603da4644009a

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [7d84c8c80c5703d69a79388886c9768e916b0410]

        loplugin:simplifybool (clang-cl)
        
        Change-Id: Ic63ebe497d9b9598be389d58cff294df2136ce2f

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [cbf5ec321baed1a95ddfdb385fdc5f52a5d13e61]

        loplugin:cstylecast (clang-cl)
        
        Change-Id: Ica7c080e08d74443687069df42216e0f0c4f2153

2018-04-20  Stephan Bergmann  <sbergman@redhat.com>  [bb589f8e5b267a663c5034343f96808a4814f7b3]

        loplugin:redundantfcast (clang-cl)
        
        Change-Id: I2ce9f8bcf4631ea93407eeaa49ca27eed3eb8e23

2018-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [900b1109a94c1d72c17ab429da1b6c6c2bf79ac6]

        vcl: move Bitmap{Ex}::ReduceColors() to BitmapColorQuantizationFilter class
        
        Change-Id: I32b58e8d451e7303e94788a546a5b5f9a5bb4590
        Reviewed-on: https://gerrit.libreoffice.org/53037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [f9473a8d2ea6740d325ac35da74fec16476820f0]

        vcl: ImplSeparableBlurFilter() -> BitmapGaussianSeparableBlurFilter
        
        Change-Id: I996c9fcb0524e14e0093142be0749f0e5836426b
        Reviewed-on: https://gerrit.libreoffice.org/53071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [d4a01820ae094ef2d4ec2196334120600b1c9621]

        Related: tdf#116951 rhbz#1569331 end should be in terms of unicode chars
        
        not bytes
        
        Change-Id: I05114019abb6c283586cd5c23ed1d148c9cf71d3
        Reviewed-on: https://gerrit.libreoffice.org/53175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [32778ad663f9f96816366aaaea2131273ce01d18]

        turn #error into static_assert
        
        Change-Id: Iddd4b344d77e43866975ce28797ff643055bfd04
        Reviewed-on: https://gerrit.libreoffice.org/53160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [b38387aaf03c0183a4cec6ed7ef1a1cd7fc6f09f]

        gla11y: fix some grandfathered warnings
        
        Change-Id: I01723d0cb889f192a3e5aecadd86bb36682214c8
        Reviewed-on: https://gerrit.libreoffice.org/53161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Jim Raykowski  <raykowj@gmail.com>  [312a2c64ad3fdd352c44e08f8cba3372d2ef2246]

        Satisfy Coverity error
        
        Change-Id: Ib619617adca0cb64fb69daffb3b57214e882d9b4
        Reviewed-on: https://gerrit.libreoffice.org/53145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [a1533910d896f18980a37c7a9c15154366dacae3]

        weld XMLFilterTabDialog
        
        Change-Id: I5ef92805690f55913e6366fce1fd4dc5180bb5a6
        Reviewed-on: https://gerrit.libreoffice.org/53146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Stephan Bergmann  <sbergman@redhat.com>  [4bacf58f4af44ac8c4632b43289ccfcc07e5820c]

        tdf#95843: Wait for fire_glxtest_process also in --headless mode
        
        Discussed with mmeeks on IRC that fire_glxtest_process is probably called as
        early as possible so that its reuslt is ready by the time it is needed in the
        non-headless case.  So best fix for headless is probably to just wait for the
        sub-process at an opportune point, instead of redesigning the whole mess so that
        fire_glxtest_process would only be called once its result is actually needed.
        
        Change-Id: I4ea9c9d54b83c9695a3b72317e68fed0c410da0e
        Reviewed-on: https://gerrit.libreoffice.org/53154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1ad6ee008d5100fb256bba3134ba628afc32f88]

        tdf#117103 Warning error is empty
        
        regression from
            commit e9c74a075c3c0809b993c017c11d1505bd244dc8
            drop ErrCode::GetRest
        
        Change-Id: I937478dbc9dd217255dc5cdecb6cf66d55394cba
        Reviewed-on: https://gerrit.libreoffice.org/53153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [0938ab463a3c4864b7bed1485f991f04c53b29c4]

        weld XMLFilterTestDialog
        
        Change-Id: Iaf2af607af1a6f42ab3156fabbc468d80264b14a
        Reviewed-on: https://gerrit.libreoffice.org/53141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [308c2084d270e542ba7b5a778fd30f7323c353d7]

        weld HangulHanjaNewDictDialog
        
        Change-Id: I66db57e550e5035cc4830bfe51f671974eee6686
        Reviewed-on: https://gerrit.libreoffice.org/53147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [67919621cb0b95074c4401bdfced9d87b230cc2f]

        sw lok: Accept / reject change is always enabled in the context menu
        
        Use conditional fastcall for allow executing these two uno commands
        even if there is no tracked changes at the cursor position instead of
        enable the menu slots unconditionally.
        
        See also:
        b6011f07254f8003929320ad842d8d09daca0e09
        
        Change-Id: Iaf8a8082961cd174c038fc021d2c41fb7cb97bff
        Reviewed-on: https://gerrit.libreoffice.org/53148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ec8afafea320f40806abc7bdc9149a9b26b3d4c]

        tdf#117075 TOC numberings have incorrect right indent
        
        This reverts parts of
            commit 867a22fd199e732803c9050fe9f84ad630ec27fb
            Date:   Wed Mar 28 10:00:30 2018 +0200
            loplugin:virtualdown in xmloff/xmlsecurity
        and
            commit 73e6a7975b3508c5cfccb3df7c35b0303f87d9bb
            Date:   Thu Mar 29 09:35:22 2018 +0200
            loplugin:unusedmethods
        
        Change-Id: Id4230fafc10bbfe5822f7011a1b1d3d9dff30735
        Reviewed-on: https://gerrit.libreoffice.org/53149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [07c29038d0ffb1cb62f47c61f3611b36eaf87f7c]

        cppcheck - fix variableScope in some files
        
        Reduced the scope of some variables in source.
        
        Change-Id: I705e7f2587fd81015f06fb301eb8d4a270668d73
        Reviewed-on: https://gerrit.libreoffice.org/53042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gökhan Gurbetoğlu <gokhan.gurbetoglu@pardus.org.tr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [1cb700e9417224cadcf3e90b26eccaa3e2ce1156]

        Colibre icons: update math app icon
        
        Change-Id: I567237f6bd379a0319511dd9dc15843e79da5291
        Reviewed-on: https://gerrit.libreoffice.org/53140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [026f6812c542c7814dd195c1b876fca68dadae8f]

        Add help button to signature line dialogs
        
        Change-Id: I984889c374333a7c76dac0221334366cfdf471ee
        Reviewed-on: https://gerrit.libreoffice.org/53106
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [e24a059906c9b7f399f0afcbfdcd5dd1aa663973]

        tdf#42949 Remove unnecessary localization headers from reportdesign
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<core_resource.hxx\> -e \<strings.hrc\> reportdesign/ | xargs grep -c RptResId | grep :0$ | grep -v /pch
        A few false positives were omitted from the commit.
        
        Change-Id: I93a17a3edb2c9ab89a913c92541eafb250086201
        Reviewed-on: https://gerrit.libreoffice.org/52910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [9c29c693d21487bc93168419bdb5f125212bcc93]

        Colibre icons: update notebookbar icon to hamburger menu
        
        Change-Id: I45cf2ed0a4eed8a879eb7b157c79c3fb06d72dea
        Reviewed-on: https://gerrit.libreoffice.org/53139
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [8dc2bca69c5b9f484369e98af9365a7d030b6a5e]

        comphelper: fix some doxygen tags
        
        Change-Id: I75fb71ac88f48d3a821aa8b2cefd395a70cf35bb
        Reviewed-on: https://gerrit.libreoffice.org/52555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [14f18649329ebb16d2ae70b36298243237652a7c]

        sw: remove dead SwLayoutTest
        
        Obsoleted by SwLayoutWriter and SwModelTestBase::dumpLayout() in
        general.
        
        Change-Id: Ibcd1b34aaa8781f3199572f8795f2cb6daff264f
        Reviewed-on: https://gerrit.libreoffice.org/53127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [cb5f6503f593d7c7a719542281b9efd274134f7c]

        gla11y: fix a grandfathered warning
        
        Change-Id: I1741f5822c5132e4176c6a46248feee2ac8a72a8
        Reviewed-on: https://gerrit.libreoffice.org/53126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Caolán McNamara  <caolanm@redhat.com>  [cc7cb945846e5b476de917bb90976a4fca175ad1]

        weld CompressGraphicsDialog
        
        Change-Id: I593e6f0fe2e002c75ecd367a38dda96e7e6552f9
        Reviewed-on: https://gerrit.libreoffice.org/53125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c9c1b852ce0ebc6bd19437e9e583ef4226cf685]

        drop IS_SET macro
        
        Change-Id: I876462e3f436b1540bb1a7ef92f184fa1c0be0e8
        Reviewed-on: https://gerrit.libreoffice.org/53102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [0035573ee7798cdf54ef44a54306a0515eeb90a7]

        convert SFXSTYLEBIT to scoped enum
        
        drop SFXSTYLEBIT_HIERARCHY because it has no overlap with these values,
        it's used an extra bit in
        SfxCommonTemplateDialog_Impl::LoadFactoryStyleFilter
        
        Change-Id: I8ee5ecb9b5f8d2087d8eedd1f5526260ec1e4018
        Reviewed-on: https://gerrit.libreoffice.org/53089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [694f3ed0825d75bf855a74b2294ba0ff370afbb6]

        NB Implementation: update calc data tab .ui file
        
        Change-Id: If317a6183dffc2d5411c7da49bb26ed25973964a
        Reviewed-on: https://gerrit.libreoffice.org/53135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [cc1d58750891c0661075136e28ce085bf87d4e6a]

        NB Implementation: calc data tab
        
        Change-Id: Ia1c0ba09b683501093065045163c406b1187b050
        Reviewed-on: https://gerrit.libreoffice.org/53134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-19  Mert Tümer  <merttumer7@gmail.com>  [fc5d185bdb0f27bc6014d47338740f741ac05d21]

        tdf#96795: Use locale-sensitive sorting in Android viewer
        
        Change-Id: I98edec9f57f1bf0576e16a1ba3c0e023d6d0b6ed
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/52494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [726f856147a33e2231e104501bdc7bbbb87b97e9]

        NB Implementation: add print / presentation action to shortcuts list
        
        Change-Id: Id49672a9a363e78844d08d18e34944dbd7a4711e
        Reviewed-on: https://gerrit.libreoffice.org/53131
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [0d3d7be7632902ebc4844f12dfc820f05be2021a]

        NB Implementation: update notebookbar wheel popupmenu for writer
        
        Change-Id: Iaf0df12029298f775ba8c2a7502465e1f7f67159
        Reviewed-on: https://gerrit.libreoffice.org/53132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-19  andreas kainz  <kainz.a@gmail.com>  [3204ed1802704efac582d10e0f484174bebca0be]

        NB Implementation: update writer tabbed toolbar
        
        Change-Id: I6e62053836a279c487bc5d3eeba9032b4ec72852
        Reviewed-on: https://gerrit.libreoffice.org/53128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-18  andreas kainz  <kainz.a@gmail.com>  [f9425a015ff934805f5bc0946426dd14e694b92c]

        NB Implementation: add icons to impress
        
        Change-Id: I0192a431f79a46fa17b214fb9c978ec0215f061c
        Reviewed-on: https://gerrit.libreoffice.org/53123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [158cd800d607898b1d2fe9bf4514900802ca1d90]

        weld EPUBExportDialog and add parent
        
        Change-Id: Iec4fa3afb1e90ec36f792ea65b8c57b11cff98b3
        Reviewed-on: https://gerrit.libreoffice.org/53094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [dc7f9a1f79a94107d6113ee6569dbcbf15cf3071]

        weld SwCreateAuthEntryDlg_Impl
        
        Change-Id: Ib654539cca64efe479cf3c9b8b585ab17019edeb
        Reviewed-on: https://gerrit.libreoffice.org/53117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [40c3b5dee84b419efcbc1efc1020d1c07332d670]

        tdf#42949 Remove unnecessary helpids.h from sc.hrc
        
        There is only a few files now where HIDs are set from code
        so no need to include helpids.h into the widely used sc.hrc
        
        Change-Id: Id7c9ef7fdf299c580f597e4c27ba8bece3d99f5d
        Reviewed-on: https://gerrit.libreoffice.org/53076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-18  Lionel Elie Mamane  <lionel@mamane.lu>  [d6fce54c82868b82bd6fa190db6047d69bbb3ecf]

        tdf#117053 create database wizard: set a property when it is supported
        
        not only when we let the *user* set it in the "Advanced Settings" dialog.
        
        There are two notions:
        1) Does the driver/datasource support a property
        2) Do we show the user any UI in "Advanced Settings" to change that
           property.
        
        Notion 2 is called a _Feature_, notion 1 a _property_.
        
        Database creation was saving properties only in case 2; the right
        test is obviously case 1.
        
        Change-Id: Ie740c9eb6768ae5f412a49119201e9211a9cd07d
        Reviewed-on: https://gerrit.libreoffice.org/53121
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-18  andreas kainz  <kainz.a@gmail.com>  [7aa36233b464f4513ace1df69e5603ab02eecfda]

        NB Implementation: calc -> view shrink labels
        
        Change-Id: Id865c864d175e31de49b8eb62df8b6ca144fd50c
        Reviewed-on: https://gerrit.libreoffice.org/53104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b263c92250834993f954ed9535f67225d330861c]

        sw XHTML export: close <col> for tables
        
        By switching to HtmlWriter instead of manually constructing HTML
        elements / attributes.
        
        Also fix a validity problem for ReqIF (transitional XHTML still allows
        that, so not depending on mbXHTML here).
        
        Change-Id: I4f3fef781fdbb4c72824701ad6d380cece8e6f81
        Reviewed-on: https://gerrit.libreoffice.org/53120
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-18  Xisco Fauli  <xiscofauli@libreoffice.org>  [8a1a9899e05b0ebbc3ff43f2db242724c8feb18f]

        tdf#117081: show Firebird by default
        
        Change-Id: I4247b86cdbe332bd6c529b075174e3657fbfa9e1
        Reviewed-on: https://gerrit.libreoffice.org/53090
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-04-18  Jens Carl  <j.carl43@gmx.de>  [6bf05f004b19b1cc2045556b8dd48ddb2ec3c359]

        tdf#45904 Move _XScenario Java tests to C++
        
        Change-Id: Ic12eebe62de5132dce26ec46c62501f90200b909
        Reviewed-on: https://gerrit.libreoffice.org/52180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-18  Mike Kaganski  <mike.kaganski@collabora.com>  [0cd7be1897b7b0badbb47048980333b9c1bc4899]

        Missing newline
        
        Change-Id: I20ea4b43c1cbf5a79a1d52c0c8c27018b003411b
        Reviewed-on: https://gerrit.libreoffice.org/53101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-18  Samuel Thibault  <sthibault@hypra.fr>  [c24c2d1e41b8123d205f69415a4f934b365408a7]

        gla11y: Add dependency on .ui files
        
        During the gla11y work, the dependency of UIA rules on the .ui files
        got lost, this adds it so that modifying a .ui file triggers checking
        accessibility with gla11y.
        
        Change-Id: I62103ca1783c2f532d7647384c1add1b557b37a1
        Reviewed-on: https://gerrit.libreoffice.org/53116
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-18  Stephan Bergmann  <sbergman@redhat.com>  [811575c105b0a2bc597afda2f84a087199447ae5]

        Keep the still relevant part of external/icu/icu4c-ubsan.patch.1
        
        ...which f247f08e370626bbb427acd8f4a400fd875350a3 "Upgrade to ICU 61.1" had
        removed completely, in error.
        
        Change-Id: I7239011561851333cac58e54e4e7d590b8529dbc

2018-04-18  Michael Stahl  <Michael.Stahl@cib.de>  [b07e8a7e16ba69e822a309ec280d1987f90021a3]

        vcl: WNT: *really* avoid calling SHAddToRecentDocs() from unit tests
        
        At least in sw unit tests, AddToRecentDocumentList is apparently called
        too early so the variable isn't set yet.
        
        It's much better to check IsHeadlessMode anyway because that is set in
        more situations, and if you run soffice --headless you probably don't
        want the corresponding files to show up in Explorer's Recently list.
        
        Change-Id: I8ada3659d05c94d072ba30859090e835a595e9ea
        Reviewed-on: https://gerrit.libreoffice.org/53100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0f6e4ec64d7f95f9b2123586db61e294cf99f207]

        Fix translation domain in a couple of .ui files
        
        Change-Id: I0eb57c1c2e4fe53906ecf9da1d4841bbc250c4e5

2018-04-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd73aa73519fa9cd9242aafacfad434a4a0fb6f8]

        tdf#117044 Base crash when attempting to edit a table definition
        
        this story started in
            commit  433fc2214c980abd82fa6240f45e634a53a3c61c (patch)
            sal_uIntPtr->sal_Int32 in MultiSelection
        which caused a regression, reported in tdf#116981.
        I attempted to fix it in
            commit 235d61890512894e27f4f81e38a325eee3c67b30
            Date:   Fri Apr 13 17:14:59 2018 +0200
            tdf#116981 Base when deleting table column
        and
            commit 0973e1f4e727a3204c843398bcb0e6a411b1a02d
            Date:   Mon Apr 16 08:28:16 2018 +0200
            follow on for tdf#116981
        
        But my analysis was wrong.
        
        To recap, and get it right:
        
        Before all this, MultiSelection stored it's values internally as
        sal_uIntPtr, but returned them as long in FirstSelected(),
        NextSelected(),and SFX_ENDOFSELECTION was defined to be ULONG_MAX.
        On 64-bit Linux, sal_uIntPtr is typedefed to sal_uInt64, and ULONG_MAX
        is 2^64, which means that previously, the SFX_ENDOFSELECTION value was
        being converted from 2^64 to -1 when it was returned, which was why
        these loops worked.
        
        So convert SFX_ENDOFSELECTION to -1 to match how how the external code
        wants it to be (and the code frequently uses -1 instead of
        SFX_ENDOFSELECTION or BROWSER_ENDOFSELECTION)
        
        The modification to MultiSelection::Select is necessary because
        previously, nCurMin and nCurMax would be == ULONG_MAX,
        and we would, somewhat unintuitively, end up in the
            // expand on left side?
            if( nTmpMax < nCurMin )
        part of the logic, which would do the right thing, even if a little
        weirdly.
        
        Change-Id: I7c830b0392add394d8c294247f75a2ffe8017c24
        Reviewed-on: https://gerrit.libreoffice.org/53022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-18  Andreas Brandner  <Andreas.Brandner@cib.de>  [cc10b063235dcb25ad16f697ea0b1ff91a10bacb]

        tdf#116990 Unwanted line breaks if ODS export to XHTML
        
        Change-Id: I86cc48d74f0572a7ba18beabbaf307bcaa069d38
        Reviewed-on: https://gerrit.libreoffice.org/53087
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [42595315324e2b06ec661d1069573c9ec99650a4]

        convert DelCellCmd to scoped enum
        
        Change-Id: I4766fc874026f218b33e66944b98562d1ec614d3
        Reviewed-on: https://gerrit.libreoffice.org/53088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-18  Michael Stahl  <Michael.Stahl@cib.de>  [94c264859f621e8e7c793fad2beb6528659433bf]

        vcl: WNT: avoid calling SHAddToRecentDocs() from unit tests
        
        On Windows 10, Explorer spends ridiculous amounts of CPU with updating
        its recent documents view while tests are running.
        
        Change-Id: I170306a392900fc4b911950e36f13f1af0e405ac
        Reviewed-on: https://gerrit.libreoffice.org/53058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-18  Eike Rathke  <erack@redhat.com>  [58433a8b88537a1a0883d107972de5c5fad59d4a]

        Upgrade to language-subtag-registry-2018-03-30
        
        Change-Id: I0cc3104cfccebe5d7e3fcafdb71d73a9d8d5e3d8

2018-04-18  Eike Rathke  <erack@redhat.com>  [f247f08e370626bbb427acd8f4a400fd875350a3]

        Upgrade to ICU 61.1
        
        Change-Id: I89c1c3d13d85decc72576744de2a16d20471d29d
        Reviewed-on: https://gerrit.libreoffice.org/53064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [71df42a8d5ec20646045ffb419b89b19fbdf4c02]

        Related: tdf#117068 inform salframe that there's a modal dialog running
        
        Change-Id: Ie95fbc1586e11396271fb43e6117f39f4f61cb0e
        Reviewed-on: https://gerrit.libreoffice.org/53086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [f08511e913de2f3a5096d3181f8d70dc6b3d2eb3]

        fix oss-fuzz build
        
        https://github.com/google/oss-fuzz/issues/1335
        
        Change-Id: I7681413d5e45e1e2f1ff62a077a067b11e42b4bb
        Reviewed-on: https://gerrit.libreoffice.org/53082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [84854917835b13851d4855fa5eb30036a38b9166]

        sw HTML import: use GraphicDescriptor to determine default size
        
        Rather than the hardcoded HTML_DFLT_IMG_WIDTH / HTML_DFLT_IMG_HEIGHT
        defines.
        
        Change-Id: I4ed2207ce3fdcd247054941d91eb67a679fb370c
        Reviewed-on: https://gerrit.libreoffice.org/53081
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-18  Luboš Luňák  <l.lunak@collabora.com>  [ab8bf5533f8de9bb1aa9dc83e650e4eccf0fcac3]

        avoid error message from configure about clang's header for compiler plugins
        
        The header fails to compile without C++11 with recent Clang, and although
        configure currently passes the check because the existence of the header
        is considered to be enough, it still prints a distracting error message
        about the compile check failing.
        
        Change-Id: Icf037114b73122f193629e17a8e2b0e2bca3a990

2018-04-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [32d96fdab8fbedba81e21f1d01cf35f536f623c8]

        Fix typo
        
        Change-Id: Ia4733366338ceda7af4ee26914be38798b8c7e16
        Reviewed-on: https://gerrit.libreoffice.org/53079
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-18  heiko tietze  <tietze.heiko@gmail.com>  [12e3f64f270d464313176d4936ea811b45fb750e]

        tdf#75398 - Replace hicontrast by Sifr
        
        Change-Id: Idd581cb73d0d32d808177f86beaf50dcc6bf53c1
        Reviewed-on: https://gerrit.libreoffice.org/53053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-18  Samuel Thibault  <sthibault@hypra.fr>  [ed74986b212ca04cf7a45e4eb15073f0a2db1d14]

        swriter: Add missing labelling
        
        The page header and footer panels were completely missing labelling
        
        The "Custom" label is actually used a a resource, suppress the labelling
        warning for it.
        
        Change-Id: I3ca6b1984fab23478a11e916f26702592a5ee991
        Reviewed-on: https://gerrit.libreoffice.org/52948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-18  Samuel Thibault  <sthibault@hypra.fr>  [77bfe10480bc77fe29d989785c8fda4cb3946560]

        swriter: Add missing labelling
        
        The page style panel was completely missing labelling.
        
        The "Custom" label is actually used a a resource, suppress the labelling
        warning for it.
        
        Change-Id: I741ddea4a1608f0d7084dda79af2ab59a6fc5812
        Reviewed-on: https://gerrit.libreoffice.org/52947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-18  Samuel Thibault  <sthibault@hypra.fr>  [e99666c5a764fac14a04d84181f98e96786345aa]

        swriter: Add missing labelling
        
        The page format panel was completely missing labelling.
        
        The "Custom" label is actually used a a resource, suppress the labelling
        warning for it.
        
        Change-Id: I1c026f7a743b5da45f244d2527ab2b66165ccd4a
        Reviewed-on: https://gerrit.libreoffice.org/52946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [3a585777256d99063d7b8bc5b20982d6f5a57574]

        tdf#94300: Use named gradients | hatches | bitmaps
        
        this helps chart sidebar to identify them by name when switching
        between different kinds of fill types. Also prep work for tdf#113688
        
        Change-Id: I7cb148562cfa50704f27fa3273d93941eb01a7ab
        Reviewed-on: https://gerrit.libreoffice.org/52961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [02e5ff1d9b12c12fcaaa929c6dea626eefc5bb8c]

        Resolves: tdf#117046 messages set after dialog created should affect size
        
        Change-Id: I03688ec1d869720b4a042602ff1da15727174592
        Reviewed-on: https://gerrit.libreoffice.org/53046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-18  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [fe3d5766fa3c42f6cf8d1ea47af820e0b1c1cf48]

        tdf#116195 swap a compatibility value
        
        There was a minor bug in the compat flag, leading
        to a regression from commit 8d62b79f168180c6992eb483ec864d473050635f
        
        Change-Id: I1e468e665a583ef15b6e474c3adb32f1dcf98f46
        Reviewed-on: https://gerrit.libreoffice.org/52674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [00ff4d198313265ba736a6e234b4278166d1c3e4]

        tdf#42949 Remove unnecessary localization headers of sfx2
        
        Found by searching for the header names and the localization functions:
        git grep -l -e \<sfx2/sfxresid.hxx\> -e \<sfx2/strings.hrc\> | xargs grep -c -e SfxResId -e GetResString | grep :0$ | grep -v /pch
        
        Change-Id: If0571ae4029b5fb2699cdd6ea768d3cd240bdce3
        Reviewed-on: https://gerrit.libreoffice.org/53073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [40eb7f2d7ca5e4a60c9a5a62ddd202d7807cdb9f]

        tdf#42949 Remove unnecessary localization headers of editeng
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<editeng/eerdll.hxx\> -e \<editeng/editrids.hrc\> | xargs grep -c EditResId | grep :0$ | grep -v /pch
        
        Change-Id: Ic542ceee09352cb52dcdc9780d4cb1890e02f383
        Reviewed-on: https://gerrit.libreoffice.org/53062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-18  Mike Kaganski  <mike.kaganski@collabora.com>  [642a49e8d3006d000bc6c58def34d4e96764c6cc]

        tdf#116420: Windows: Test if a filepath redirects to a WebDAV resource
        
        In Windows, filesystem redirectors can map WebDAV resources to UNC
        paths, or to drive-based "local" paths; so a WebDAV URI of the form
        "http://WebDADServer/root/directory/File.ext" may be accessed using
        "\\WebDADServer\root\directory\File.ext" or "Z:\directory\File.ext".
        
        When using these paths, failure to create a lockfile aside the opened
        document should not be considered an error; so this patch checks for
        this.
        
        Regression from commit 6ca3b3648e25ae9d4d2d29a0df83349198ec3f5e.
        
        Change-Id: I1de55b66447dc91d22b6d2b5b121de96bf32e4ee
        Reviewed-on: https://gerrit.libreoffice.org/53070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f45e696874401a224fa6c3c6b299933b3ae793f]

        sw: fix some IWYU warnings
        
        Change-Id: Idff219e1c8f18adaa0f445a5469650c7793cae3a
        Reviewed-on: https://gerrit.libreoffice.org/53066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-18  Stephan Bergmann  <sbergman@redhat.com>  [773191d76d0c4a01f52a670018d505e86441407d]

        Updated core Project: help  23665d6b04829ac2b949c88de261c6f7b2de8baa
        
        Remove unused sourceMappingURL
        
        Caused
        
          Source map error: TypeError: NetworkError when attempting to fetch resource.
          Resource URL: file:///data/sbergman/lo-clang/core/instdir/help/fuse.js
          Source Map URL: fuse.js.map
        
        when loading
        
          <file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1>
        
        in the browser.
        
        Change-Id: I5d318fe8c358cedbb961113561edea3b6d4a2ce1
        Reviewed-on: https://gerrit.libreoffice.org/53077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-18  Stephan Bergmann  <sbergman@redhat.com>  [767dcdb65bf982edea356177a335668499f396f6]

        -Werror=unused-parameter
        
        Change-Id: Ibba26b0eb3d85f2da3caafa1b8cc60357de297d5

2018-04-18  Stephan Bergmann  <sbergman@redhat.com>  [d2799676584b51f66721717b69a5604cf4a65af8]

        Find non-set-elements marked as mandatory
        
        Change-Id: I7f75c835339b61ba9e545c13d7e5bb208c12df4c
        Reviewed-on: https://gerrit.libreoffice.org/53069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [f2df50ab7c443932bf75be1795e93998c52d7575]

        rename Neu->New in svx
        
        Change-Id: I77a49d55dd49b0fd41f5335ac30a5484ac130250
        Reviewed-on: https://gerrit.libreoffice.org/53050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-18  Stephan Bergmann  <sbergman@redhat.com>  [200aa825c8905a7f5e636301fc0d3b0c39793e4e]

        Translate::GetReadStringHook() may be null
        
        e.g., during CppunitTest_sc_screenshots
        
        Change-Id: I71bd617df629dab57c73252db0e46ab51eee2a18

2018-04-18  Mike Kaganski  <mike.kaganski@collabora.com>  [606852089e32a2065ee5fc3224f7b2940e6b1323]

        Revert two last changes to Upgrade table
        
        This reverts commits 914f6385d98f8c898102c971a4d5b0eb9f075ef0 and
        a6045159237419ce8fa49202c672e3895f0ab30a. A investigation required why
        is the problem with them; meanwhile, they break builds.
        
        Change-Id: I713b27dd64e8ac7beb2757c362765b60ce191f8d
        Reviewed-on: https://gerrit.libreoffice.org/53078
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-18  Tor Lillqvist  <tml@collabora.com>  [55b9706bea5aa9b654ab39bc7d56339422e17087]

        Do use -O1 for Apple Clang older than 9.1.0
        
        Don't want to risk breaking something by using -O2 with an older
        Clang, even if I don't remember exactly what the issue was when
        introducing the -O1 in 7b660e1423554928350e1de2cd4cb7eb577a27ec.
        
        Change-Id: I2adeb0e8eb85a9b5021fca3d9e1e703cb5604a81
        Reviewed-on: https://gerrit.libreoffice.org/53068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-04-18  Julien Nabet  <serval2412@yahoo.fr>  [842812a01c9ff959308a1d373fc5daae10304005]

        tdf#117021: fix datasource example
        
        Change-Id: I1e4112ab18e76eec4cb11fb4bc3a7cea67e7ae1d
        Reviewed-on: https://gerrit.libreoffice.org/53065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-18  andreas kainz  <kainz.a@gmail.com>  [57ca02a7486090f1dd63977bb8fb351f9bf9a7f3]

        NB Impress tabbed toolbar big update
        
        Change-Id: I4e0a6e3eb1f945daf2036bc1d009ae96d5a72802
        Reviewed-on: https://gerrit.libreoffice.org/53072
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-18  Caolán McNamara  <caolanm@redhat.com>  [c395eeb09381a7a8b9157027e0ac7d9536943fb3]

        Resolves: tdf#117068 wrong parent for exception dialog
        
        Change-Id: I51e6b32593f2e67585c6c45b0b1daefcf4860e20
        Reviewed-on: https://gerrit.libreoffice.org/53067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [a2851d562cdfaf06e5f767030677846f3f129b1c]

        tdf#117015 EMF+ Fix for displaying EMF+ files where GetDC is used
        
        With EMF+ Only mode, still the EMF records could be used for
        displaying objects, by using Get Device Context (GetDC).
        Files identified as EMF+ Only can contain both EMF+ records and EMF records. All EMF+
        records are used to render the image. The EMF records that are part of the drawing are those
        preceded by a Get Device Context record.
        
        Unfortunately after finishing EMF drawing, the clip region was
        not reset. As a result records after EMF record was not displayed.
        
        With this patch, the issue was fixed by resetting clip region.
        
        Change-Id: I998b14e7c3b56a7711ba6a7bec08ec2097e0dfce
        Reviewed-on: https://gerrit.libreoffice.org/52897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-17  andreas kainz  <kainz.a@gmail.com>  [c42ed19c1dcde6e2c6210e6f8cc90ba8ba654de1]

        NB Implementation: sync impress label with writer/calc
        
        Change-Id: I6d87ddc3520c74f776321329e39e7562c93ad6da
        Reviewed-on: https://gerrit.libreoffice.org/53060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [ce07d65f1fec8d536dcadcb0e8e13f969c05d9c8]

        grab an early libetonyek-0.1.8 snapshot
        
        Change-Id: Ib31a8cb75f4cebcaa974b95097270362b3b26aef
        Reviewed-on: https://gerrit.libreoffice.org/52689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [e3e447ed6fcbdf22c16fbe78c0dcf944bedac39a]

        Resolves: tdf#116928 dispatch hyperlink dialog new doc in idle callback
        
        collect up all the piece of data that the dispatch requires and launch
        it in an idle. So if a dialog appears its embedded mainloop will not return
        to body if the deleted SvxHyperlinkNewDocTp
        
        Change-Id: Ie978bc552c3b88dc11eae2ec49417cc8bd0f02bc
        Reviewed-on: https://gerrit.libreoffice.org/53056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [42f5a0fbbfe91827fdc0a27525e8cd8938871db2]

        tdf#117034 check for runtime version check gtk_menu_popup_at_rect
        
        Change-Id: I2386c2d8f7c6754b197df9216eed82e0152a35c8
        Reviewed-on: https://gerrit.libreoffice.org/53045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [effa599086c38b3391d03dc5b6770b523e886b60]

        Related: tdf#116928 set specific parent for document warning dialog
        
        Change-Id: I827563c16a2ae59c698e1bfa82022a11f5256483
        Reviewed-on: https://gerrit.libreoffice.org/53055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [79ee6c979dcb87228836964af4f153f42edba745]

        Fix typos
        
        Change-Id: I3423511c0d7a13bd28e9a808e0d634148b759643
        Reviewed-on: https://gerrit.libreoffice.org/53057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-17  Stephan Bergmann  <sbergman@redhat.com>  [cb06f61967850f7c3bbaaf3575901d6a18b94c96]

        More containsPreprocessingConditionalInclusion checking in loplugin:casttovoid
        
        ...to avoid false positive with --disable-dbgutil in SfxApplication ctor
        (sfx2/source/appl/app.cxx), which contains
        
            bool bOk = InitializeDde();
          #ifdef DBG_UTIL
            ...
          #else
            (void)bOk;
          #endif
        
        Change-Id: I4de6322a848a9c6aea3057e4598b2161888dee6a
        Reviewed-on: https://gerrit.libreoffice.org/53051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-17  Tor Lillqvist  <tml@collabora.com>  [25812b3eb420b0160b07ae604c5589a305c26938]

        We don't build for i386 on macOS anyway
        
        No no need to patch the Firebird build settings for i386.
        
        Change-Id: Ic187ff462325511a9a498e312f54350be7542366
        Reviewed-on: https://gerrit.libreoffice.org/53054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [9a360f993d7a791c548801779d7f444f87541489]

        weld DropDownFieldDialog
        
        Change-Id: I58ceb44f96d8ae3e3732b85eafd44c4d6eab42aa
        Reviewed-on: https://gerrit.libreoffice.org/53035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Jens Carl  <j.carl43@gmx.de>  [73a7c7ddbc52ed3fe512d4c5206e90810f14b50c]

        tdf#45904 Move _SheetSortDescriptor Java tests to C++
        
        The C++ tests are now located in sheetsortdescriptor2.(hxx|cxx), because
        this is the latest implementation of the UNO API interface
        (SheetSortDescriptor2.idl).
        
        Change-Id: I5b11a38f6cd0473714c4d57ee92889bfd7605e83
        Reviewed-on: https://gerrit.libreoffice.org/52930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [a418c365644a4bfb0e40621d1b36b1708978a500]

        let's just run ResHookProc over everything
        
        Change-Id: I1c675ffbfd4737a6c618c2b4d548e27c1ec295b7
        Reviewed-on: https://gerrit.libreoffice.org/53038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Stephan Bergmann  <sbergman@redhat.com>  [8b843c5aac1ed8c5922b5ef4d36daa13538dd02f]

        Updated core Project: help  f4c54d3af32ca4c6d02afff71532dbf10147fd33
        
        Include help2.js not help.js
        
        Otherwise, causes a
        
          ReferenceError: getParameterByName is not defined
        
        when loading
        
          <file:///.../instdir/help/index.html?swriter/.uno:HelpIndex?Language=en-US&System=UNIX&Version=6.1>
        
        in the browser.
        
        Change-Id: I13cdd36e44859a74c9a1b4e3b020fed2f56edda0
        Reviewed-on: https://gerrit.libreoffice.org/53048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [4b5f85447fd17d18f05f8d4a292ee6ac381f4252]

        Resolves: tdf#117057 use same style warning as elsewhere
        
        Change-Id: I3072c7725d0769c0a4a1974664b1546ca3ee35ad
        Reviewed-on: https://gerrit.libreoffice.org/53036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Tor Lillqvist  <tml@collabora.com>  [201ec4edb0bb8e0baad04ee3a1a19bdef29e2c2b]

        No need to restrict optimization to -O1 level
        
        Works fine with -O2 as far as I see. At least with current Xcode.
        
        Change-Id: Id28e1bb905efffa3e3b548eb34f3455c8a021f63
        Reviewed-on: https://gerrit.libreoffice.org/53041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [a9c4c9d961c63ae7759bc8a8dac00ba86981844e]

        weld SwAuthenticationSettingsDialog
        
        Change-Id: I60cb9bbc4c094cea909ecbe4365b37ae0d9a4f78
        Reviewed-on: https://gerrit.libreoffice.org/53040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [6384e5ec123354744059473c4b347df244195dd8]

        presumably Kernel is leaking
        
        Change-Id: I3b6815b3ca7ec94021be9229ae320b86e86f5418
        Reviewed-on: https://gerrit.libreoffice.org/53020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [858817e158ca3eff5815b8fec67d54a8b63676ca]

        missing dialog parent for restart for language change
        
        Change-Id: I3f04519ad3fe35bcaa040934547d5b206184efbd
        Reviewed-on: https://gerrit.libreoffice.org/53039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9a72d075b7b7b8907a045016c65f04c849de842a]

        Fix typo
        
        Change-Id: I4e6ace300ffc19c5586d1d0371a06fca36b81080
        Reviewed-on: https://gerrit.libreoffice.org/52954
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5fa6a79864af82c9d60ddef0d618106a8214e431]

        Fix typos
        
        Change-Id: If89ec640901253121529c09aef4537c6b13cee1d
        Reviewed-on: https://gerrit.libreoffice.org/52280
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f462a76f2bbaaaaaa79bf935a51bdf8cead25dbb]

        remove ImpBitmap
        
        it's not adding anything useful, just hold the underlying SalBitmap
        instead
        
        Change-Id: I54852707b2f8af99283b9c882a428a8a7a11c4cf
        Reviewed-on: https://gerrit.libreoffice.org/52955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  andreas kainz  <kainz.a@gmail.com>  [432c7dd62b3ea7634a43850ea937c6bc681884d8]

        NB Implementation: show menubar in NBShortcuts everywhere
        
        Change-Id: I4a34890c1db282a0db4ce332e0221113dedcd3d2
        Reviewed-on: https://gerrit.libreoffice.org/53034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [2d1690da6d4d97751e19b2e46a46d971bb060c14]

        coverity#1434889 Uncaught exception
        
        and
        
        coverity#1401334 Uncaught exception
        
        Change-Id: Ib2fadd83068cc94c972f6312719081d5ac75d8ce

2018-04-17  Stephan Bergmann  <sbergman@redhat.com>  [59dbaff0d98c747f1792b17931d8363daf556238]

        Only relevant whether mpTestEqualCondition is non-null
        
        ...so change it from 'const bool*' to just 'bool'
        
        Change-Id: Ibc36058f2faab565162cd05f6e798ecaae094dc1
        Reviewed-on: https://gerrit.libreoffice.org/52990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [5d35d01dc79c5af817e8a78dfddef35ce5a612e4]

        coverity#1434893 Uninitialized pointer field
        
        Change-Id: Idaa49b1abc0d50ab50eae35e0f4c015aeeedbd42
        Reviewed-on: https://gerrit.libreoffice.org/53019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [0658b056ad326c27e7d7b3f40219c2b6f34a9d9e]

        coverity#1434900 Uninitialized scalar field
        
        Change-Id: Ia4758d8e1fb50d25d8efeb9e3e1950e47bf3401c
        Reviewed-on: https://gerrit.libreoffice.org/53028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Mike Kaganski  <mike.kaganski@collabora.com>  [f7de9473b2fddd84d03fb521709d805486292800]

        tdf#116725: justify selection to handle right-to-left selections
        
        Change-Id: I6298a87170236059ff08a1f891ead21236be663a
        Reviewed-on: https://gerrit.libreoffice.org/52979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [a5cd6eb9efadc3d0ca2648acdc96e780bda8ad20]

        ofz#7729 Null-dereference READ
        
        Change-Id: I223f4f7fd622822b42d8e7cb342d451c54d6dcbd
        Reviewed-on: https://gerrit.libreoffice.org/53017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Khaled Hosny  <khaledhosny@eglug.org>  [335036f0d05bdfde49cacf245863c686d07a2d5f]

        tdf#116812: Revert "The mfFontScale[n] is always 1.0"
        
        This reverts commit 1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a
        and followup commit 843c6d6eec95b99e867c28ab27860215d5d72b37.
        
        Change-Id: I42d1ab76778466db356f0597c90e1afc2dc9997d
        Reviewed-on: https://gerrit.libreoffice.org/53013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cdbb14cedb7d07aec0dda47fbb5ab65a02fb0cf6]

        Enable new Help to be installed as extension
        
        This patch enables the new help to be installed as an extension
        
        The extension must match the locale and LibreOffice version
        
        Extension id must be <locale>.help.libreoffice.org
        Version must match product version
        
        Help extension can be packed as Uno package from new help
        offline build (--with-help=html)
        
        To test the patch, use the en-US help in uno package format available in
        
        https://helponline.libreoffice.org/Help_en-US_6.1.oxt
        
        (To make it distinct from other help installations, the headings paragraphs 
        are in red.)
        
        Change-Id: I2ff9eb94ef932c29ff7a93ce0241837213b25f2f
        Reviewed-on: https://gerrit.libreoffice.org/52700
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [08ec0144cc6c58ce9aeb4d573cee4fd46c484bcd]

        ofz#7671 Undefined-shift
        
        Change-Id: I84c6e6a3bb97d9949e9833adf14edf6bb89fe073
        Reviewed-on: https://gerrit.libreoffice.org/53018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Maxim Monastirsky  <momonasmon@gmail.com>  [a860c94f0da22065074cc36e8ddda73261641533]

        tdf#117017 Make modifier keys not trigger the InputChanged handler
        
        Change-Id: Ib05883688ef4143c0b53871c4336920dde6f91cc
        Reviewed-on: https://gerrit.libreoffice.org/52924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-17  Maxim Monastirsky  <momonasmon@gmail.com>  [3732d5ab1782bbadfee457115fbd8dce78453cc2]

        tdf#116821 Keep row/column buttons enabled even when insert impossible
        
        So other commands included in these buttons (like delete or set height/
        width), could still be used.
        
        Change-Id: If9e96116aebf73b2d20fb8d63ee67da3d17e3d9f
        Reviewed-on: https://gerrit.libreoffice.org/52909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [c8780642a5e8dc0bdcc97940ee7d9cacdc64c928]

        weld SwFieldInputDlg
        
        and GetWindowState/SetWindowState are unused as it turns out
        
        Change-Id: Id1c5dad151e1f3c94189b7bca1a7cf335613d3bd
        Reviewed-on: https://gerrit.libreoffice.org/53001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cdb14b4f079e56243c55029e4322f587fd6335b0]

        tdf#100715 Slide transition sound: Remember remember last folder
        
        Change-Id: I37bfb088a167464cdbd93a1f993a8161d12b379a
        Reviewed-on: https://gerrit.libreoffice.org/26937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [8a35cafb58c38e84541a44f8534c0511d2400e75]

        weld SwMultiTOXMarkDlg
        
        Change-Id: Idff6120f0a04bd94ec8402ae02daa9599f133698
        Reviewed-on: https://gerrit.libreoffice.org/53004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Caolán McNamara  <caolanm@redhat.com>  [82fb4c66103073043d17b5cea845e35410b826f3]

        weld SwJavaEditDialog
        
        Change-Id: I409e66ed7446ad56933bb806093aa7f7b1d62a4e
        Reviewed-on: https://gerrit.libreoffice.org/53000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-17  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [66ed9797ba8f61994a187dfcc189f375dcd0cdcc]

        Simplify calls to Menu::CheckItem
        
        in cui, dbaccess, vcl, sc, sd
        
        Change-Id: I328d81cf6cd5a7e31fb21a758e4b2670e7df1b91
        Reviewed-on: https://gerrit.libreoffice.org/52797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [3564b46992fc30e212011c19043a2553178ccbca]

        move the ImpBitmap::GetBitCount logic up to Bitmap
        
        in preparation for removing ImpBitmap
        
        Change-Id: I1ca76c645a8e988f6cd9be8a01b0d2853f6d6750
        Reviewed-on: https://gerrit.libreoffice.org/53014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a831a6c19a30869782cfeb17f1c649a4ce4d9d9]

        remove no longer necessary operator new/delete overrides
        
        and use "using" statements for the places where the overrides were
        resolving ambiguities
        
        Change-Id: Icb1d1a41f19e00f28a19947aa2c40bd5778fff94
        Reviewed-on: https://gerrit.libreoffice.org/52993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Gabor Kelemen  <kelemeng@ubuntu.com>  [b3f094c2573de12bf3d386f19b924b536cb89af0]

        tdf#42949 Remove unnecessary localization headers from sw
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<strings.hrc\> sw | xargs grep -c -e SwResId -e StartProgress -e GetResource | grep :0$ | grep -v /pch
        
        Change-Id: I041a4e8b4c4cc7414f83bd08e64a1ff921244b44
        Reviewed-on: https://gerrit.libreoffice.org/52919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4b335fac90a2128a5df3641050d6382883de1e8]

        tdf#116848 sw, sections in tables: no split in headers or footers
        
        The motivation for split section-in-tables was multiple pages, so
        disabling it for headers/footers is not a problem, and fixes the layout
        loop.
        
        Change-Id: I3e13690f6e6b50c35417f8a4f7886fd0befe7962
        Reviewed-on: https://gerrit.libreoffice.org/53006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-17  Jim Raykowski  <raykowj@gmail.com>  [cc3690c9694e79d913c370ef1983c83f38dae23a]

        tdf#115600 Display messages in Findbar for Text Frame, Graphics, OLE
        
        ...object, Drawing, and Control navigation
        
        Change-Id: Ic9809e60ae18179f0ea36a4e3c61d09aea3c2929
        Reviewed-on: https://gerrit.libreoffice.org/52935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [51c8969ff67c30db320a8835089570a3389c82c3]

        Set parent window for print dialog
        
        In embedded LO this dialog sometimes shows up in background.
        
        Change-Id: I9b7f423aaa6b2bbe915398287a5f3b955af930b4
        Reviewed-on: https://gerrit.libreoffice.org/52962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-17  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [37729618021bb44b9c6ba37dc72a1d3111ce0ffb]

        tdf#100726 - Improve readability of OUString concatanations
        
        Change-Id: I3ba75dbe6754b8138f61e223387832a6fb53c1c5
        Reviewed-on: https://gerrit.libreoffice.org/52752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [821371fb453f880240efa71ac3f556831be161d9]

        cppcheck: identicalInnerCondition in sc
        
        and remove a related known condition dpcache.cxx
        
        Change-Id: I6069849c33ea03eff61a55eb790ce6a8aad3d915
        Reviewed-on: https://gerrit.libreoffice.org/53005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [0f166ef5240ee155bf2544e6bc3c985b1e3bf646]

        cppcheck - fix variableScope in some files
        
        Reduced the scope of some variables in source.
        
        Change-Id: Ib3b521ca5df8b9b254b51eab5f1d7040d6cfd846
        Reviewed-on: https://gerrit.libreoffice.org/52974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9f9f8253f89151beed27499e6db5c11a7d81eba]

        loplugin:constparams
        
        Change-Id: I3d1b88dbd0ff73fddc08d52f50e0efb42daab89b
        Reviewed-on: https://gerrit.libreoffice.org/52756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-17  Stephan Bergmann  <sbergman@redhat.com>  [0a910746b19f10f184f6ff8f41c868994a472ca9]

        Clarify checking o_pbLink directly, versus missing dereferencing
        
        But given 18ab7abaa9426cd27092125637fdf5fb849b4a04
        "MediaWindow::executeMediaURLDialog: add link button" documents that parameter
        as "if not 0, this is an 'insert' dialog", it looks plausible that all these
        places indeed want to check the pointer-to-bool for non-nullness, rather than
        checking the dereferenced bool.
        
        Change-Id: Ifbd5e4b711bee97f3ba0b6aab556f533574d21c6
        Reviewed-on: https://gerrit.libreoffice.org/52992
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-17  Stephan Bergmann  <sbergman@redhat.com>  [25764ffd4db0e5db6f9cc9f3da8691e607f48b83]

        external/firebird: Better workaround for Clang alignment expectations
        
        8ea07101c1613d213fd7cea17f094a947b14cd00 "external/firebird: Work around
        operator new alignment violations" had misused DEBUG_GDS_ALLOC to work around
        the problem that recent Clang on Linux x86-64 assumes some storage allocated via
        Firebird's global operator new replacement to be 16-byte aligned, while Firebird
        only provides 8-byte alignment.
        
        This problem now also appears on macOS x86-64, at least with Apple's Clang
        version "Apple LLVM version 9.1.0 (clang-902.0.39.1)" from Xcode 9.3 (as well as
        with recent plain Clang trunk, towards Clang 7), when building --enable-
        optimized.  However, while the DEBUG_GDS_ALLOC hack would still cause
        ICU_convert_init (workdir/UnpackedTarball/firebird/temp/Release/intl/cv_icu.o)
        to not use movaps on erroneously assumed to be 16-byte aligned memory, it would
        cause strange failures on macOS (pos being out of bounds in traRpbList::PopRpb,
        workdir/UnpackedTarball/firebird/src/jrd/rpb_chain.cpp, in the invocation of
        isql during the build of external/firebird) that I haven't tracked down further.
        
        As it happens, the recently added 14955ed91b282ccbb395cb47c6d76e3b42b34748
        "external/firebird: Support Clang ASan" provides a different workaround for the
        underlying problem that appears to work well on both Linux and macOS x86-64,
        reusing USE_ASAN also in these cases to shut down most of Firebird's own memory
        management.
        
        I assume that affected Clang are plain Clang >= 4 (as I'd mentioned in my
        <https://sourceforge.net/p/firebird/mailman/message/35671804/> "Re: [Firebird-
        devel] alloc.h global operator new replacement violating alignment
        requirements") and Apple Clang >= 9 (for which __apple_build_version__ is
        defined).
        
        Because DEBUG_GDS_ALLOC is no longer passed in from the outside, its setting in
        external/firebird/asan.patch can be simplified (cf. commit message of
        14955ed91b282ccbb395cb47c6d76e3b42b34748).
        
        (The given scenario in ICU_convert_init involves an allocation of 24 bytes,
        where Clang may or may not be allowed to assume 16-byte alignment, see
        <http://lists.llvm.org/pipermail/cfe-dev/2018-April/057669.html> "Re: [cfe-dev]
        operator new alignment assumptions".  However, as reported at
        <https://sourceforge.net/p/firebird/mailman/message/35671750/> "Re: [Firebird-
        devel] alloc.h global operator new replacement violating alignment
        requirements", Firebird only supports 8-byte alignment, which would definitely
        be wrong in a similar scenario where the requested allocation was a multiple of
        16 bytes.)
        
        Change-Id: I48884f9d008eaeaea369850e24f05b8806f9b676
        Reviewed-on: https://gerrit.libreoffice.org/52956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-17  dennisroczek  <dennisroczek@libreoffice.org>  [defa12ce4d1c3fa550dbbe3a9ae1c54f4392f39c]

        Remove dummy "Support help number" under Windows' "Apps and Features" section.
        
        The OOO_ARPURLINFOABOUTTEMPLATE is simply missleading as the caption in
        Windows itself is "Supportlink". As the help states that the product
        homepage can be used, switch to libreoffice.org, see documentation at
        https://msdn.microsoft.com/en-us/library/aa367752
        
        Additionally switch some links to https.
        
        Change-Id: I8d6d871130d2a50a5ce9aa3e80687601e3038c4e
        Reviewed-on: https://gerrit.libreoffice.org/52193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-17  Mike Kaganski  <mike.kaganski@collabora.com>  [4d2ff5d67fae659d8a7f0adeeea6514fd5db921d]

        MoveErrorMarkTo already sets the m_nErrorStart and m_nErrorEnd
        
        Change-Id: I1016a0e6787af7bbf4415356ae565ffc9c1ab0ef
        Reviewed-on: https://gerrit.libreoffice.org/52967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8de0ab93601e3e530b6daff1f255a6a0a82bfce4]

        Updated core Project: help  49375fa3358ea5bf8cb8ba0f1bf4f5ab0ada40c3
        
        Helpcontent2 housekeeping
        
        Deleted spurious file in source/
        
        Change-Id: Ia7417413e615635496398c223a0d95911c994123
        Reviewed-on: https://gerrit.libreoffice.org/53012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4da132e90e61d757e238e4cd69d6c7b90a9b77f7]

        Updated core Project: help  22691f35eea6bf031fe271790d9b19093a12f8f4
        
        Fix index in sidebar
        
        The last commit of online_transform.xsl instrpduced a bug in
        index search on the left. This one fixes it.
        
        Change-Id: I8055389a324d1fc5fde90ac2b76ff6f0a4a42493
        Reviewed-on: https://gerrit.libreoffice.org/53011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7f9b0f47979dcb7abfed37bb7cd38ab51eac6011]

        tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed
        
        Added code to quartz vcl implementation that takes care
        when BitmapPalette.count != (depth^^2)-1 - which may
        be the case anytime. If then a bitmap value exists that
        goes beyond that count, a invalid access was executed
        
        Change-Id: Iab332c91b8753aab85e9d365323f5c9e531efab2
        Reviewed-on: https://gerrit.libreoffice.org/44058
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0f93692fda4226323422cf82ce34ae4bd5e22fab]

        Fix typos
        
        Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
        Reviewed-on: https://gerrit.libreoffice.org/52198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7c6fbd0ac3b5927b337aa69b132aba14e9b3103f]

        sd lok: Impress: Right-click menu on misspelled word locks up session
        
        Change-Id: Ib554eea7049c1ea244bc4789ee3d7d2adf87e283
        Reviewed-on: https://gerrit.libreoffice.org/52977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-04-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [dbe3c29a3bf74b0d037eb035eca11aa4836db8da]

        tdf#113624 EMF+ Add support for different units conversion
        
        With previous implementation only Pixel unit was supported.
        Other units (eg. inch, milimeters, points, world) was treated
        as Pixel.
        With this patch the correct unit conversion was implemented to following records:
         - FontObject
         - PenObject
         - SetWorldTransform
        
        As a result records are properly scaled.
        Tested with DrawString record from:
        https://bugs.documentfoundation.org/attachment.cgi?id=140287
        
        Change-Id: I77435ad8f1bbac08f298a03d91d0c7f1f1734e5c
        Reviewed-on: https://gerrit.libreoffice.org/52699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [7d829719a25eaeee7022983ca211203c2a48cf51]

        tdf#55058 Properly close shapes with close shape method.
        
        With previous implementation of closing shapes, we are adding
        new line between last and first point.
        It was causing wrong border shape during displaying.
        With this patch proper method was used to fix that.
        
        Change-Id: If0a084700401edd9d3b8a57cb27154079828e6ed
        Reviewed-on: https://gerrit.libreoffice.org/52843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-16  Michael Meeks  <michael.meeks@collabora.com>  [08364d213091e47b91b5fd044c7cda7e71d2647b]

        Defer grammar checker thread creation until use.
        
        Avoid this thread being started and stranded in the forkit.
        
        Change-Id: Ia79cdac729a85960c2b5a83af265d67af07b74aa
        Reviewed-on: https://gerrit.libreoffice.org/52980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [00c317da4b50db8793c4d7a2e70084b716d75735]

        tdf#117034 right click crash
        
        Change-Id: I91aa9f24904948987f31c9df5211c694f943188e
        Reviewed-on: https://gerrit.libreoffice.org/52976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  Mike Kaganski  <mike.kaganski@collabora.com>  [ae37494d93a1eb2e9e48d96a46d420e5accd261f]

        sal_uInt16 -> sal_Int32
        
        Change-Id: I756206aacabe53d85b7a6f397bf08abd5892ca76
        Reviewed-on: https://gerrit.libreoffice.org/52969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-16  Armin Le Grand  <Armin.Le.Grand@cib.de>  [fda4b0f65eb23b597612113686a927a90f11a0f0]

        Take care of E3DObjList
        
        E3DObjList is not needed, remove. Remove memeber from
        E3DObject, derive E3DScene directly from SdrObjList, some
        cleanups in SdrObject, too
        
        Change-Id: Ifa4620a800c14faf21f8b80fd4dc1d39f71be804
        Reviewed-on: https://gerrit.libreoffice.org/52740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [6703b806a7d33f27bdec53d5c897beac94308fd9]

        weld SwInsFootNoteDlg
        
        Change-Id: I54849e2336d093e9044d4b32275387fa04e3bab9
        Reviewed-on: https://gerrit.libreoffice.org/52963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [b3846685e52f06f7c7a6c293e6ce6849ee795ac6]

        missing mnemonics
        
        Change-Id: I0e28cbd915cd65489965eab6fa35be50de364b13
        Reviewed-on: https://gerrit.libreoffice.org/52965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  heiko tietze  <tietze.heiko@gmail.com>  [a616d1e52fdf5f5ace39f8d706d89f4d28228dec]

        tdf#78777 - Keyboard shortcut for number formatting on macOS
        
        Shortcuts moved from MOD2 to MOD3
        
        Change-Id: I5e038916b7c607b7cae06a297f57f7c75b790c4c
        Reviewed-on: https://gerrit.libreoffice.org/52966
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-16  Heiko Tietze  <ht@MacBookPro.fritz.box>  [96d034ec4699ff2a27a7cab42614e4345ff3a57f]

        tdf#37074 - Customization of MOD3 missing on macOS
        
        Shortcuts added likewise for MOD1
        
        Change-Id: I506897500b4e22349aecdf5231e80c84a0f3a878
        Reviewed-on: https://gerrit.libreoffice.org/52964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-16  heiko tietze  <tietze.heiko@gmail.com>  [e422efcaff1bf789343a73a16e46b00f303e3032]

        tdf#117033 - Tooltips show the wrong symbol for MOD3 combinations
        
        Symbol for MOD3 added
        
        Change-Id: Idb76199fbff240fe39c96ed837db098a4283d70b
        Reviewed-on: https://gerrit.libreoffice.org/52957
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-16  Mike Kaganski  <mike.kaganski@collabora.com>  [a6045159237419ce8fa49202c672e3895f0ab30a]

        Use different properties in Upgrade table
        
        Change-Id: I7e2cc08a1312da629e4644be97ebc7ed40250702
        Reviewed-on: https://gerrit.libreoffice.org/52995
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [998f1c23a0a0b54bfb1182d2da0306e18aaae68c]

        -Werror,-Wunused-variable
        
        Change-Id: Iefddde5ceb37e4489222dec1114110e587cccdaf

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [5173d1821152e6449e4b8573247e46a4c5c30bbb]

        -Werror,-Wunused-variable
        
        Change-Id: I7b3a350d12c10d61a75ab6b2061da3b6926696cb

2018-04-16  Eike Rathke  <erack@redhat.com>  [0785dde5e4b120fe5f965daed843b4a9bb8d69a4]

        Nitpick: a pointer is p...
        
        Change-Id: I14a9fd8eb794fb23271174b83910deca58f6607a

2018-04-16  Eike Rathke  <erack@redhat.com>  [f50e370db8f7ae20b12e312ad89a0f9961b7ee7a]

        Resolves: tdf#116003 check presence of subtotal in group, tdf#107267 follow-up
        
        Change-Id: Ifed6e28926c689dd17914b8b1cbf47b58e2ffcdc

2018-04-16  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [f942587a654cd916e6d30ec532de3f2f320c4977]

        Updated core Project: help  7809c5f562f2adb28f36f3f5625e757f238a8d5f
        
        Help Files Cleanups
        
        Remove newly introduced double space
        
        Change-Id: I339d42f6a0305d5381f5d045cefc51cf30c0f125
        Reviewed-on: https://gerrit.libreoffice.org/52539
        Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-16  Gulsah Kose  <gulsah.1004@gmail.com>  [9001f5fca00617b55a29029557b78609b38cd9ec]

        Use https instead of http
        
        Use "https://cgit.freedesktop.org/libreoffice/core"
        instead of "http://cgit.freedesktop.org/libreoffice/core"
        
        Change-Id: Ic7248eeb2a9452da7236eeee08414a77714dd234
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/52926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [77a59cabf33d5d6ccc80ea62ee07162abc1b4e52]

        weld SvxPostItDialog
        
        Change-Id: I0aa88270aa604180223f2b35829b45e5828f792a
        Reviewed-on: https://gerrit.libreoffice.org/52896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [a9a94b744e9d61a3ff56c0b1830a56145607758f]

        Fix --enable-qt5
        
        ...after b36ea44dcbdb862b0ac6e6cdaf27225b43dc0c7e "push logic from
        ImpBitmap::ImplReleaseBuffer down"
        
        Change-Id: I781a79146880686b2396e783da6ed2d1304c7e38

2018-04-16  Michael Stahl  <Michael.Stahl@cib.de>  [8885ffd9702f72047d9fc94c82ee57221e4e927c]

        Revert "sw-table-join-fix-i99267.diff:"
        
        This reverts commit 6b1204329ad365a46214472bcff335e63c51bdf4.
        
        The comment has nothing to do with the code around it,
        and it turns out the commit is utter nonsense:
        
        The actual intended change was done in CWS sw32bf02 at a different
        place in SwTabFrame::MakeAll(), see commit
        4439427aadeaa0cb611011b46f0fa14bfa196f33.
        
        This was then apparently extracted as a patch and added to ooo-build:
        
        https://cgit.freedesktop.org/libreoffice/build/commit/?id=d33db589f6e7814df84f71506539f6f89448d9fd
        
        And then there was a rebase on top of a DEV300 that includes
        the CWS and that moved the patch to apply in this incorrect location:
        
        https://cgit.freedesktop.org/libreoffice/build/commit/?id=d91410b81a02ce9b970ebd838fda0b28f6d8a5f8
        
        Change-Id: I89db4ea0d1b06450c8fd8618cc824612e225fffe
        Reviewed-on: https://gerrit.libreoffice.org/52945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [514c81ad1693ed9d356a73b978344490059dda4c]

        rename ImpBitmap methods
        
        to match underlying SalBitmap methods, in preparation for getting rid of
        ImpBitmap
        
        Change-Id: I14200ef53b1fdb8c1fa94d7d09319187cdfb3996
        Reviewed-on: https://gerrit.libreoffice.org/52949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f67611b18348caac702f46ebf41007882fa2bef6]

        Updated core Project: help  1a61eb0cdbba234e1da0a98a097b9d894557ad68
        
        fix menu path to Page Setup dialog in Impress and Draw
        
        Change-Id: I43d6427f549f4d4e355b3caf1d05102c2222cba7
        Reviewed-on: https://gerrit.libreoffice.org/52918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [fa060cd34421b857c2f30301eaae86da125c0b67]

        Resolves: tdf#116999 fix reading cgm text at record bounds
        
        Change-Id: Ibbff7b0a3c3447135e0f6c585914dc6018e51765
        Reviewed-on: https://gerrit.libreoffice.org/52951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  dennisroczek  <dennisroczek@libreoffice.org>  [01e6380ce3ab0afdfb4be27fa4d01e8ac575fa21]

        Updated core Project: help  b7ecf6294f9caa8454ebcc9c2d6f33ac64ff9e78
        
        replace http links with https equivalents
        
        * mainly http://wiki.documentfoundation.org
        * http://en.wikipedia.org
        * http://api.libreoffice.org
        
        Change-Id: I3587d8d5e6a6de4a7c7013920b9e135e4adc977c
        Reviewed-on: https://gerrit.libreoffice.org/52354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [110a9e2604e835fff9fcd6053b1d7e5f92b92e8e]

        Updated core Project: help  d5ca87f12819b669646bb6f0978f79ebb5d3f035
        
        tdf#116150 Review XHP <switch> style transform
        
        implement <switch> and <switchinline> with HTML and
        Javascript, for 'sys' and 'appl'.
        
        Change-Id: I6056e787146bb92617c2ce639acab16d16d6f765
        Reviewed-on: https://gerrit.libreoffice.org/52929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [91008b583dff98004fbb59be9357f3bbadac367c]

        More -Werror,-Wreturn-std-move
        
        Change-Id: I21eeabf94c29d6eb67c18baf8cc3ed8f52903710

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [df47dae7283f10be39c7052ac51967bce742b6ac]

        More -Werror,-Wreturn-std-move
        
        Change-Id: I3d5be4c140e79c019dfc0c577bc57a63207df722

2018-04-16  andreas kainz  <kainz.a@gmail.com>  [c4c8865f98a884936c07e16a75e576b91eb2b4f1]

        NB Calc: update tabbed notebookbar
        
        Change-Id: I44cf1195a6e202c993a39e53249120b44b866f3d
        Reviewed-on: https://gerrit.libreoffice.org/52943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-16  Caolán McNamara  <caolanm@redhat.com>  [63ae7a39086d4f9d370f19a11c3b661134b94028]

        Resolves: tdf#116138 insert special char problem in chapter numbering
        
        Change-Id: If79d23d7c5e99a88d0026295db002c25c1b07ff3
        Reviewed-on: https://gerrit.libreoffice.org/52942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c5f87511715ec56edf8623c583d2e37abfb2852]

        rename ImpBitmap::ImplConvert to ConvertToGreyscale
        
        in preparation for removing ImpBitmap
        
        Change-Id: I1d56f2a4698559e3ff3b321577c29272ab050482
        Reviewed-on: https://gerrit.libreoffice.org/52940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [b36ea44dcbdb862b0ac6e6cdaf27225b43dc0c7e]

        push logic from ImpBitmap::ImplReleaseBuffer down
        
        in preparation for removing ImpBitmap
        
        Change-Id: Icae48c081d821518103d08a7b62bcb4d64654c35
        Reviewed-on: https://gerrit.libreoffice.org/52939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9420a64fbb288020d33b681f40a858db49afca7]

        tdf#117028 sw: conditionally consider fill of shape for in-textbox auto color
        
        Commit f966767e1ccfa432da33e1a0fd6de69e17a36bc3 (tdf#116925 sw: consider
        fill styles of shape for in-textbox auto color, 2018-04-10) did this
        unconditionally, but there are two cases:
        
        1) Shape (with textbox) has a fill, in that case auto text color of
        textbox should consider the shape fill.
        
        2) Shape has no fill, in that case the shape fill should not be
        considered when counting the background of a transparent fly frame.
        
        Fix 2) without breaking 1) by making the change to
        SwFrame::GetBackgroundBrush() opt-in, and only use it for auto font
        color, not in other cases.
        
        Change-Id: I761a1b7d6ecf47586edbe5641ec012f22f6a53d7
        Reviewed-on: https://gerrit.libreoffice.org/52941
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [ceb4bc418cd4c03a4e78f4a84ae2d56a71799a31]

        Pass gb_SYMBOL into external/firebird
        
        Change-Id: I91e68dfe770aaa906abac107c3e56bc5e4782512
        Reviewed-on: https://gerrit.libreoffice.org/52937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-16  andreas kainz  <kainz.a@gmail.com>  [03bee43ebdce9fb9608dcde0a65559276e911356]

        NB Implementation: show menubar in NBShortcuts
        
        Change-Id: I44acbdd96a7ede1fc89bbafbd1eb7c5bf25fc193
        Reviewed-on: https://gerrit.libreoffice.org/52936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [0973e1f4e727a3204c843398bcb0e6a411b1a02d]

        follow on for tdf#116981
        
        the previous commit 235d61890512894e27f4f81e38a325eee3c67b30, fixed just
        exactly the problem reported in tdf#116981.
        
        This commit fixes similar issues that may exist elsewhere.
        
        To recap, this started as a regression from
                commit  433fc2214c980abd82fa6240f45e634a53a3c61c (patch)
                sal_uIntPtr->sal_Int32 in MultiSelection
        
        Previously, MultiSelection stored it's values internally as sal_uIntPtr,
        but returned them as long in FirstSelected(), NextSelected(),
        and SFX_ENDOFSELECTION was defined to be ULONG_MAX.
        On 64-bit Linux, sal_uIntPtr is typedefed to sal_uInt64, and ULONG_MAX
        is 2^64, which means that previously, the SFX_ENDOFSELECTION value was
        being converted from 2^64 to -2^63 when it was returned, which was why
        these loop worked.
        
        So convert SFX_ENDOFSELECTION to SAL_MIN_INT32, so we get a large
        negative value which can never be a valid index, and which works more
        like it did before the regression.
        Also fix as many loops as I can find, to check against
        SFX_ENDOFSELECTION explicitly.
        
        Change-Id: I947d43dbe23a08105be3d849e33d7e774a8a19fa
        Reviewed-on: https://gerrit.libreoffice.org/52934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Mike Kaganski  <mike.kaganski@collabora.com>  [914f6385d98f8c898102c971a4d5b0eb9f075ef0]

        32-bit installer must search both for 32- and 64-bit redist
        
        Change-Id: I343b731878c5ebbe61dc8b01fecf3be36b9a35c3
        Reviewed-on: https://gerrit.libreoffice.org/52933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-16  Gabor Kelemen  <kelemeng@ubuntu.com>  [104b26b246c94c8c66864b20d00e419d96b15961]

        tdf#42949 Remove unnecessary localization headers from sc
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<scresid.hxx\> -e \<strings.hrc\> sc | xargs grep -c ScResId | grep :0$ | grep -v /pch
        and
        git grep -l -e \<globstr.hrc\> sc | xargs grep -c GetRscString | grep :0$ | grep -v /pch
        since global.hxx contains so much more, it's omitted from this round.
        This also gives some false positives used in ErrorMessage() calls or just untranslated strings.
        
        Also translate some stray German comments
        
        Change-Id: Icfea2b2942d12c3c134d419cb7c9a84534c04a86
        Reviewed-on: https://gerrit.libreoffice.org/52932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [74b6e61dde64c5e24bffacda6f67dbf3d1fc7032]

        -Werror,-Wreturn-std-move (recent Clang trunk)
        
        An explicit std::move would be needed in the return statements, as there's a
        conversion from VclPtrInstance to base class VclPtr involved.  One more reason
        to better get rid of VclPtrInstance completely in favor of VclPtr::Create, as
        already mentioned in
        <https://lists.freedesktop.org/archives/libreoffice/2017-May/077756.html>
        "VclPtr some improvements ?"
        
        Change-Id: Id96a58b425749b9be07b422bb4161a3af864ff6c

2018-04-16  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [d07fc485d46f431405a3f6a002f951a08c559677]

        tdf#116486 Consider upper margin in paragraph positioning with flys
        
        The problem was the following:
        There is a paragraph with an upper margin defined. Also, there
        is a flyframe intersecting this upper margin. The desired behavior
        is to reposition the parapgraph, such that it (including it's upper
        margin) is located below the flyframe.
        
        This patch increases the bounding rectangle of the paragraph by the
        upper margin.
        
        For compatibility, there is a compat-flag query. I re-used a related one.
        
        Change-Id: I9dbc75e07e2ba0658fdbbfa9989be24a68660713
        Reviewed-on: https://gerrit.libreoffice.org/52685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [266e58d246e34cfcea3ccfb8dcb05fde93d04c77]

        sw: prefix members of Writer
        
        Change-Id: Iee39219eb9de089ded9658eb75fcf258c3bd951d
        Reviewed-on: https://gerrit.libreoffice.org/52931
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-16  Tor Lillqvist  <tml@collabora.com>  [5d20d3bf1f927b9eae8ea7180e919a617247ffc2]

        chmod -x
        
        Change-Id: I918fd8193f35d09c9f568992990d4044329fbdb8

2018-04-16  Stephan Bergmann  <sbergman@redhat.com>  [b3afd649f9d1a9f737b136a7cc8cfc6301e2c0d5]

        -Werror,-Wunused-private-field
        
        Change-Id: I13db9b3d43c13c216ef58c6a23cfe6c9000d1f2f

2018-04-16  andreas kainz  <kainz.a@gmail.com>  [2653baa095f9699731e54e8cc854482670f9f418]

        Colibre icons: add statistics icon
        
        Change-Id: I7110bd366882fac41414b9811425a509c5ec912e
        Reviewed-on: https://gerrit.libreoffice.org/52928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-16  andreas kainz  <kainz.a@gmail.com>  [8974b88df60250515d4ef65dfaa6a3bf8b7d0248]

        Colibre icons: add starmath from galaxy icons
        
        Change-Id: I615b68cf1e1a6f7fbf28b5a49f628e53a090882b
        Reviewed-on: https://gerrit.libreoffice.org/52925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [df5e2026e5807219979bd74a4e036cf5fa5224ad]

        tdf#83877 Also check button state when changing text
        
        Change-Id: I41651707085fb8e2b0c8702590f88d7dc4dd6621
        Reviewed-on: https://gerrit.libreoffice.org/52845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cee027a7e504b0a09d60f4cbd8bc2967836b40bc]

        tdf#83877 Improve signatureline svg
        
        Date field went out of graphic
        
        Change-Id: I7e746fee3b45fbc59801829cce2a75900501568d
        Reviewed-on: https://gerrit.libreoffice.org/52840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f27e700c945473012127ad5ee92f0c233e5039ba]

        tdf#83877 Also hide label when user can't add coment
        
        Change-Id: Ie9407c2bb32dd190df84b04495f6e2a27885e0a8
        Reviewed-on: https://gerrit.libreoffice.org/52838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6654e68cd596345d1b74856ef47c83efcbf503d3]

        tdf#83877 Fix a11y relations in sign dialog
        
        Change-Id: Ife1171a6ddc71615f6dcf493e1e8054acdd4cd3e
        Reviewed-on: https://gerrit.libreoffice.org/52837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-16  Tor Lillqvist  <tml@collabora.com>  [e1eed8d76bb750d81e1a25b1f51505e9c04adfb4]

        chmod -x
        
        Change-Id: I7a28f6137ae098a78c2b129a0179f4a2f76321ee

2018-04-16  Tor Lillqvist  <tml@collabora.com>  [e8597b7f83f9102257509c8424fb9ee827d3c263]

        chmod -x
        
        Change-Id: I68e6400500d6c6e3203a0d1a392473f24dcf8470

2018-04-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3a4d2468a62363dd228b1e2fad683baf81817674]

        toolkit: use thread safe static initializer
        
        instead of two double-checked locking patterns
        
        Change-Id: Ic232ff44abcba6beda3edf385c2fc6029c04d936
        Reviewed-on: https://gerrit.libreoffice.org/52922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [58aab71b34327e71b27287b59b9e1d652bf316c3]

        loplugin:useuniqueptr in DockingAreaWindow
        
        Change-Id: I20fb393cfe4a129bc1007d00df5671c784ae85e4
        Reviewed-on: https://gerrit.libreoffice.org/52891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [96e5d09224d46641278d995dc5fd463fac3dfa75]

        loplugin:useuniqueptr in ImplBorderWindow
        
        Change-Id: Iabff2048cd3f990fe359b8a281a1eb3af2bb9c32
        Reviewed-on: https://gerrit.libreoffice.org/52890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1e9101e7bd2d423416fcf1cb1c1b15a140aa12e6]

        loplugin:useuniqueptr in VclMultiLineEdit
        
        Change-Id: I386aa427e12cc97bd116102b1cc75fd7c0d56d61
        Reviewed-on: https://gerrit.libreoffice.org/52889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [be408facea08a28c83b2de6c0587235a6949e704]

        loplugin:useuniqueptr in FSStorage
        
        Change-Id: Ib7d175905e3fc597e3350d6673cf4f4cc49c96f9
        Reviewed-on: https://gerrit.libreoffice.org/52888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [23ae341869ddb0d1af81ee7a5705b776817afd4c]

        assert that we own the data before freeing it
        
        Change-Id: I9676da22c00570cd59f2f46b04beb5f1337bbacf
        Reviewed-on: https://gerrit.libreoffice.org/52887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [3d44b720f58366398e7f59c00dba6339712a670f]

        loplugin:useuniqueptr in SfxItemPool_Impl
        
        Change-Id: Ic3d695dd3ad4ee5ca6537f65d643d8736e3a5700
        Reviewed-on: https://gerrit.libreoffice.org/52886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [73c29a2978f967d317235d524aad535a6bafbff0]

        loplugin:useuniqueptr in StreamTable
        
        Change-Id: I6a6314a3e6df9edfb6d92d2afbc1567195946292
        Reviewed-on: https://gerrit.libreoffice.org/52885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e0cf814671e99a1d1a902a5828768c620c4674c]

        loplugin:useuniqueptr in ProgressMonitor
        
        Change-Id: Ic66e49037c04501a2c39a69f3f8a2a03cb10b5fc
        Reviewed-on: https://gerrit.libreoffice.org/52884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d2906da813362d83bc6a7d7093eefcc9566dbb1]

        loplugin:useuniqueptr in bridges
        
        Change-Id: I7bf75ffafa63ec88e89192ed32880675c9ae1d61
        Reviewed-on: https://gerrit.libreoffice.org/52883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [4db9b09cf035e2c9efe44e64c00999be08ccab01]

        loplugin:useuniqueptr in sal/qa/
        
        Change-Id: I20b5cfe2fd95da3f37a6812af5683bcc4d918b06
        Reviewed-on: https://gerrit.libreoffice.org/52882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d911b3d37d13e84e0c6cb8eb990e58a0939a6f6a]

        loplugin:useuniqueptr in OStorePageBIOS
        
        update the plugin to check all methods for deleting fields.
        
        Also remove the dead checks for new failing here, can never have worked,
        because it is not calling the std::nothrow variant.
        
        Change-Id: I139410e42f83ae2db0cd38ceee81c8b4c310268c
        Reviewed-on: https://gerrit.libreoffice.org/52881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0b3e81aeb10488c4746360dc1669f3aed71cb67]

        make StyleManager::CreateStylePreviewRenderer return std::unique_ptr
        
        consequently fixing memory leak in sw/
        
        Change-Id: Id66657cb8310baf42b0475cdef5e3618406974eb
        Reviewed-on: https://gerrit.libreoffice.org/52842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d5b5eb966b5144ea7ccc17427ed96e89b7a40d7]

        make AnyWidget::Clone return std::unique_ptr
        
        Change-Id: I8c3af49ae0b3479a59e0dc61ecafddf7a83ba75a
        Reviewed-on: https://gerrit.libreoffice.org/52841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-16  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [9c4eaa7b81a40d97fe49b85272b40bfeaaf44f86]

        cppcheck: variableScope & unreadVariable
        
        Change-Id: Iaa3adc54d547e243b977a562fa4dbc2b9b9c6592
        Reviewed-on: https://gerrit.libreoffice.org/52905
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [d246aa574571409046619254292698184c2545a3]

        vcl: move Bitmap::ImplScaleFast() and Bitmap::ImplScaleInterpolate()
        
        Bitmap::ImplScaleFast() -> BitmapFastScaleFilter
        Bitmap::ImplScaleInterpolate() -> BitmapInterpolateScaleFilter
        
        Change-Id: Ieb39cc21df5d98563945968cec81b7c51f64177f
        Reviewed-on: https://gerrit.libreoffice.org/52899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [6631cc554557c56000e0b87d595493b36e6fb7da]

        vcl: migrated BitmapProcessor and scale classes to BitmapFilterEx classes
        
        Change-Id: I0530824cdefb3c714d2664988f887d123e471840
        Reviewed-on: https://gerrit.libreoffice.org/52898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9fb7aaf570c03c8a26d763f1205fb8c890e8211a]

        Make linked graphic register into LinkedManager again
        
        Change-Id: I16b162f86d6221d120f6355f9a52c1abfcd0ac73
        Reviewed-on: https://gerrit.libreoffice.org/52911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-15  Guilhem Moulin  <guilhem@libreoffice.org>  [ba69036c8e889237da4bb312d7c5c94066abbfd3]

        Upgrade update check and extension URLs to https
        
        Change-Id: I697458fb3deba508e61e414c43fcfc85aff76f9b
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/49237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-15  andreas kainz  <kainz.a@gmail.com>  [437d008081fe0d185b74ad9daad02ccd8e460fd3]

        Colibre icons: update links.txt for svx galaxy icons
        
        Change-Id: Iaf9b8f58c10a3753802d97cfdbead8fa73996352
        Reviewed-on: https://gerrit.libreoffice.org/52908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-15  andreas kainz  <kainz.a@gmail.com>  [8aa301df5ca359895a266cf0e7232ad41a369ac5]

        Colibre icons: some svx galaxy icons
        
        Change-Id: I4ba2e1208668ff85651b724cb0818a2c2cf63e83
        Reviewed-on: https://gerrit.libreoffice.org/52907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-15  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [05b03813779922110bc9d31c922f906b4920c603]

        tdf#116965 dbahsql: migrate relationgships
        
        from ALTER statements
        
        Change-Id: I399f2ea6f6181c609952d08beb85068cfb45b4df
        Reviewed-on: https://gerrit.libreoffice.org/52893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-15  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [098b84ff26212d5bee30f16848fac90d061e8b14]

        tdf#116954 dbahsql: migrate views too
        
        Change-Id: If6de6491b89cf2fb94586990f5c3e8483e74d464
        Reviewed-on: https://gerrit.libreoffice.org/52892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-15  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [22cfac8edeb3371e458b9f9533478c6e5a81287e]

        tdf#116982 dbahsql: fix autoincrementation
        
        Fix autoincrementation issue by parsing and processing statements like
        "ALTER TABLE <name> ALTER COLUMN <col_name> RESTART WITH <num>"
        
        Change-Id: Ib175d64343d05d4b2cfc9a4cf944d0d0478adbcc
        Reviewed-on: https://gerrit.libreoffice.org/52879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-15  Caolán McNamara  <caolanm@redhat.com>  [0a73815a627bffe27dadaa74fb19f0bb7dd3a246]

        weld SwCopyToDialog
        
        Change-Id: I5801a6a2173c3f7df74be4a04355899d276ac2a1
        Reviewed-on: https://gerrit.libreoffice.org/52915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        Resolves: tdf#116996 null is a bad parent
        
        Change-Id: I85f2816f1d28260c46ebe7996a74d870321a26a8
        Reviewed-on: https://gerrit.libreoffice.org/52895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-15  Johnny_M  <klasse@partyheld.de>  [112dbca9882ef98a4ff294445939d1c358486691]

        Translate German variable names
        
        Akt -> Current in doctxm
        
        Change-Id: I04ce4a6ea9668b972f0243898c58db4b1a20911a
        Reviewed-on: https://gerrit.libreoffice.org/52187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-15  Johnny_M  <klasse@partyheld.de>  [5d0f349b976073ab3b3e083adb87dd724f899697]

        Translate German variable names
        
        Akt -> Current in ww8
        
        Change-Id: Ib25eb6b796f88441a39bdb71d72542c600f659e1
        Reviewed-on: https://gerrit.libreoffice.org/51801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-15  heiko tietze  <tietze.heiko@gmail.com>  [04ee7404f3d00d6748324b6f60736a9326920b64]

        tdf#108556 - Start center welcome text should respect window width
        
        Wordwrap on second line added
        
        Change-Id: I1b50173eca4fa1c19d25291413fa0bebbcad9190
        Reviewed-on: https://gerrit.libreoffice.org/52906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-15  heiko tietze  <tietze.heiko@gmail.com>  [7d10bcb23624db11ca6445f5cb33a28660f16fd4]

        tdf#50507 - zoom slider always looks like disabled
        
        Slider smaller, in darkshadow color and with a tiny shadow
        
        Change-Id: I0e5253648749fb4190c03ab458498d64dc0388c5
        Reviewed-on: https://gerrit.libreoffice.org/52912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-15  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [786d3c2afdf70966617d13e27053dfd3964a0d89]

        cppcheck: variableScope
        
        Change-Id: Ia149b2b3f6f445e48cd469bb48a80f12b44648cd
        Reviewed-on: https://gerrit.libreoffice.org/52903
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-04-15  David Tardon  <dtardon@redhat.com>  [4ee275e72e36a5a4182cf6860d709f095b4d87da]

        use the standard name pattern for a package
        
        Change-Id: I28f468b84ba0848c6af9bcc3c27971fae1e89fa7

2018-04-15  David Tardon  <dtardon@redhat.com>  [7d01b75c68291ad57145c22d60db6959758e69ef]

        use the standard name pattern for a package
        
        Change-Id: Ia5bf93d6af6ff301439ef04593fcb1d13ab3aa9f

2018-04-15  David Tardon  <dtardon@redhat.com>  [1be0d0cddd3571f8bb8bc590e0e22a3a092ca2d7]

        use the standard name pattern for a package
        
        Change-Id: Ie9113403bb87543816220c84e53bf8b30673b194

2018-04-15  heiko tietze  <tietze.heiko@gmail.com>  [9709309557dfb134e2efccc34ee72c0800aa92e7]

        Remove tango_testing from repository
        
        Abandonned project
        
        Change-Id: I72a80658aa868ca445c4122c32d0c744b340c828
        Reviewed-on: https://gerrit.libreoffice.org/52790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-15  andreas kainz  <kainz.a@gmail.com>  [e19ef55c0bee49cf39832c36d82e3fc767289411]

        Colibre icons: add svx galaxy icons
        
        Change-Id: Ic4d1b106b4770567a87ba10e86a976ebadb11e23
        Reviewed-on: https://gerrit.libreoffice.org/52904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-15  Kevin Brubeck Unhammer  <unhammer@fsfe.org>  [185f855e040b4e768f00d2ef342dea27a0b39cbd]

        Empty ELMENT should say EMPTY in dtd; fixes tdf#116791
        
        Change-Id: I27906786edddd37d6e616f1bb5b6e8f6902e8049
        Reviewed-on: https://gerrit.libreoffice.org/52878
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b4d36b5dcfc84b2aa8913ac69ad12077713cee84]

        remove some unused comphelper includes
        
        and fix the fallout
        
        Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
        Reviewed-on: https://gerrit.libreoffice.org/52894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-15  Jens Carl  <j.carl43@gmx.de>  [c8c74a0b4ca6f3a3619f423b6548c80c52392ae0]

        tdf#45904 Move _FunctionDescription Java tests to C++
        
        Change-Id: Ib4baf75dddb3b63bab25ab13967a20c65d692ce2
        Reviewed-on: https://gerrit.libreoffice.org/52613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-14  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [3fb48f0b6a542bb6d91cc35c0dbd3454758ffb2d]

        SwAccessibleNoTextFrame: use WriterMultiListener instead of SwDepend
        
        Change-Id: I3cdccfbba8198934beb3a03b80dc2ea94448ed6f
        Reviewed-on: https://gerrit.libreoffice.org/52866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-04-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [5b0ceb86c342754d8f4e83408c7ae0da0e3931d3]

        tdf#116944 Warn user before database migration
        
        Warn user with a pop-up dialog before migration.
        
        To do that we have to know the database URL at UI level. In order to get
        that I updated XDataSource interface with getConnectionURL().
        
        The dialog offers two options: proceed with or without migration. If the
        user choose "yes", we store that information in XDataSource. The
        migration itself will be made in buildLowConnection().
        
        Change-Id: I1f0d03da6352f7a0a8d989da79c4b2fe60a03ca1
        Reviewed-on: https://gerrit.libreoffice.org/52876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-14  Jim Raykowski  <raykowj@gmail.com>  [f7d155e71dec5024f2d06dcf3697d1dcf505716a]

        tdf#115600 Display messages in Findbar for Table navigation
        
        ...and make Table navigation wrap
        
        Change-Id: Iac645cb7db65517519cfb791ca1eb26f2567ee7c
        Reviewed-on: https://gerrit.libreoffice.org/52865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [9bb6ed114c1b23ecde1df02d954a3bb1abb17e49]

        ofz#7624 Integer-overflow
        
        Change-Id: Ie7a5ff4d6477bca27b83179559664e751817a608
        Reviewed-on: https://gerrit.libreoffice.org/52870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [21e84c0935926e6c2a0bf772d41a4c41df70fd7a]

        ofz#7671 Undefined-shift
        
        Change-Id: Ibcd35914bac8799e6b0d48b5c7413b6ad11b9498
        Reviewed-on: https://gerrit.libreoffice.org/52871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [3bb1f0b3a8f71807c221fda22433571f9a0497d2]

        Revert HSQLDB related unit tests
        
        Revert changes making HSQLDB related unit tests test Firebird migration.
        They should still test the HSQLDB driver.
        
        It reverts part of 159dd28651788a19848eae56693ad06ed947414d
        
        Change-Id: If2b9207e95055418bd1dc1dc6e472335de311d1e
        Reviewed-on: https://gerrit.libreoffice.org/52873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-14  Arnaud Versini  <arnaud.versini@libreoffice.org>  [c760ebc55f0d0a9838256e9dc6374d85d12ee93e]

        Remove useless iterator in XCUBasedAcceleratorConfiguration::storeToStorage
        
        Change-Id: Ibe3c89901e02d495eb367882138f79cb4b7513fc
        Reviewed-on: https://gerrit.libreoffice.org/52872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2018-04-14  andreas kainz  <kainz.a@gmail.com>  [9b8e196a068434cdd41f1e02d87ad68fca2cf812]

        Colibre icons: sync svx folder with galaxy
        
        Change-Id: Ia746caf8d122a5f498e3000581c1fef6a174851c
        Reviewed-on: https://gerrit.libreoffice.org/52863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [7d99b161852b4da3b5a2f97efe629d4f7c3a52e9]

        weld SwGlossDecideDlg
        
        Change-Id: I34a90e842d0b7d5635879e52e9ffb56239aebac2
        Reviewed-on: https://gerrit.libreoffice.org/52848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-14  heiko tietze  <tietze.heiko@gmail.com>  [eb6531dcb19e61baff69356eda5fd7f2a5d46458]

        tdf#78777 - Keyboard shortcut for number format interfers with macOS defaults
        
        Shortcuts assigned to Shift+Alt+1..6 on macOS; kept Shift+Ctrl+1..6 on Windows/Linux
        
        Change-Id: I993b79961679cfc0cdf771a5e9785e8bd9c39687
        Reviewed-on: https://gerrit.libreoffice.org/52869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [f5a2fedaebcf71824ecef9b5e7683237646175b4]

        tdf#105075 Firebird: Support Limit of query_GUI
        
        Firebird uses "SELECT FIRST <num> ..." format to limit the number of
        result row numbers instead of "SELECT ... LIMIT <num>"
        
        My first approach was to improve OSQLParser and make it understand the
        Firebird dialect. But it is hard because the parser has hard-coded
        getChild(int) calls all over the code and all the indexes should be
        updated.
        
        Instead of this, we recognise the LIMIT keyword with the parser, remove
        it and push the FIRST <num> part manually right after SELECT.
        
        All of this should happen in case of Firebird and only when using the
        query-GUI.
        
        Change-Id: I53f3f977f77cf98b91b25a7eaa6ebb2ee8ac0951
        Reviewed-on: https://gerrit.libreoffice.org/52591
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-14  Julien Nabet  <serval2412@yahoo.fr>  [5bf410957994ec2acfec1fddb822934ed0965820]

        Related tdf#116999: log the exception (filter/icgm)
        
        and avoid possible long gdb session to find the root cause
        
        Change-Id: If455cf1d727a05a36eccca48d96272c77a6e78a7
        Reviewed-on: https://gerrit.libreoffice.org/52867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [0fe5d61ad2c9e21f393bdad4b706e398728a70d8]

        tdf#116981 Base when deleting table column
        
        regression from
            commit	433fc2214c980abd82fa6240f45e634a53a3c61c (patch)
            sal_uIntPtr->sal_Int32 in MultiSelection
        
        Previously, MultiSelection stored it's values internally as sal_uIntPtr,
        but returned them as long in FirstSelected(), NextSelected(),
        and SFX_ENDOFSELECTION was defined to be ULONG_MAX.
        On 64-bit Linux, sal_uIntPtr is typedefed to sal_uInt64, and ULONG_MAX
        is 2^64, which means that previously, the SFX_ENDOFSELECTION value was
        being converted from 2^64 to -2^63 when it was returned, which was why
        this loop worked.
        
        Change-Id: Ia13836622dc1a0cb3b339c5587b71232f4197157
        Reviewed-on: https://gerrit.libreoffice.org/52844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [40cb28a7d564653e90cb1377e98c0c6f7a0eff6b]

        Fix typos
        
        Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a
        Reviewed-on: https://gerrit.libreoffice.org/52210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [00685f14577d3d25881b48458a15f1485a9ae7f6]

        Fix typos
        
        Change-Id: Ia9b7550d7abc703fb94d2ff5e84a6bf3d39074ec
        Reviewed-on: https://gerrit.libreoffice.org/52789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cc7ff0c141e27090ab521073b961b5eeeb4d693e]

        Fix typos
        
        Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77
        Reviewed-on: https://gerrit.libreoffice.org/52211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5203027d74c73f865c53d0be488757ce150130d0]

        Fix typos
        
        Change-Id: I9ea95f5b7b6cd056cc1aad146c8841877d187d55
        Reviewed-on: https://gerrit.libreoffice.org/52742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [23fd3c4020617e7d4954863292180fddf6594327]

        Fix typo
        
        Change-Id: I92942f8882ef0d3a387dc29d1c98b7db5b89cd4d
        Reviewed-on: https://gerrit.libreoffice.org/52809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [9c8a6a4396ebbe8ecb15591cc291c388c82c8ed6]

        gtk3: generate missing mnemonics
        
        Change-Id: Ib0e94b8484dabb7e859c53aeb0e4adf75727fcd6
        Reviewed-on: https://gerrit.libreoffice.org/52839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-14  andreas kainz  <kainz.a@gmail.com>  [22d2dbeaa6667e4c66978fb3bad11f835f569ef0]

        Colibre icons: add missing svx icons
        
        Change-Id: I2c20351e749f84a1d9f80fbf4e8adb68b0c065be
        Reviewed-on: https://gerrit.libreoffice.org/52862
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-14  andreas kainz  <kainz.a@gmail.com>  [895f0c47d43c7df2aadddcb8f53c0193874c866c]

        Colibre icons: 32px icons for hyperlink dialog
        
        Change-Id: Ic53436c7b717ddca1b12e8f94ccc44e53cf89a8d
        Reviewed-on: https://gerrit.libreoffice.org/52861
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-14  andreas kainz  <kainz.a@gmail.com>  [d8aa75effa66480b6beb0db0258878b698981ddc]

        NB writer: add ToolbarMode to have a switch action available
        
        Change-Id: I0277bbbd0fd77a93285e6e56421677553431286b
        Reviewed-on: https://gerrit.libreoffice.org/52858
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [f80029445e2b558f0d0e0a25c2c1bbcbe5254120]

        look for check buttons without underlines
        
        Change-Id: Ia9963190cf3dccbfa82951a3f2c0e29e00171429
        Reviewed-on: https://gerrit.libreoffice.org/52847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-14  Caolán McNamara  <caolanm@redhat.com>  [b31ed9dc1d3a8a93f924d10cd441cf756847cc5f]

        look for radio buttons without underlines
        
        Change-Id: I0ed97515a03a5633628a492ec7797fc3ade8a3d8
        Reviewed-on: https://gerrit.libreoffice.org/52846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  andreas kainz  <kainz.a@gmail.com>  [066ad8cfcdf570c0d14f3de379adfa6c3c196518]

        NB Implementation: reduce length of conditional formating
        
        Change-Id: Ie9ead1e9bb58701283b337014ba39846c1b75d61
        Reviewed-on: https://gerrit.libreoffice.org/52828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2176c7829d1d925c0beb4586e1620ea513302390]

        Fix typos
        
        Change-Id: If4bc1698af2a43a2dbc45b8518c0f5b736d6abaf
        Reviewed-on: https://gerrit.libreoffice.org/52278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [70ebdb5919c21749a8422beff8c885bac38c5d77]

        Removed duplicated include
        
        Change-Id: Ibfea1c4a87a719ba92111787fd74a6176f8b6458
        Reviewed-on: https://gerrit.libreoffice.org/52850
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-13  Mike Kaganski  <mike.kaganski@collabora.com>  [378c1576d2890625ebbd18ec9ccff560eeb1619f]

        LaunchConditions may be specific to install modes
        
        Those conditions that rely on AppSearch should only be checked when
        not yet installed, since AppSearch is not performed in maintenance modes
        
        Change-Id: Ie2c3fa8e8742a4c335f0cd8be571fa563a178a49
        Reviewed-on: https://gerrit.libreoffice.org/52851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8b976ac64c9cac360f7c4fd9844fcfac7ba25a8]

        tdf#116985 sw: fix geometry of textbox of shape with relative size
        
        Relative size of shapes are calculated by the layout, so the normal doc
        model-level synchronization between the shape and its textbox was not
        enough.
        
        Change-Id: Ia6f460132efaf03a7ba3a023cf751f6fff74404d
        Reviewed-on: https://gerrit.libreoffice.org/52831
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-13  Eike Rathke  <erack@redhat.com>  [f762607ae0f1ea02323401de387318b7b0f09a36]

        Revert "calc: unit tests for data validation"
        
        This reverts commit 78d774381b09fc244de162211e9c3fbfe891cbea.
        
        Makes unit tests fail, see comment in https://gerrit.libreoffice.org/50381
        
        Change-Id: I16d00540e12482c47e9a300958746730f12c008a
        Reviewed-on: https://gerrit.libreoffice.org/52849
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-04-13  Samuel Thibault  <sthibault@hypra.fr>  [c1084f6d791b69e612acfe7484f4f38b41662c80]

        gla11y: Enable label-for/labelled-by pairing warnings
        
        Change-Id: Icecc1cf3d7ec5c217e705640f1c4a049b75a6778
        Reviewed-on: https://gerrit.libreoffice.org/52405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-13  Mert Tümer  <merttumer7@gmail.com>  [923b2acc1f6bad5ef344a4c6d7e2bac23c37d416]

        tdf#116820 The viewer does't show recent files
        
        Change-Id: I8a4d4f2cb78a1fa772936e263e1aa3975e8f89ff
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/52458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-13  Mert Tümer  <merttumer7@gmail.com>  [68ee5d5997197be3b087ed9f550da4dac6e21bef]

        tdf#116842 fix crashing when adding slides or spreadsheets
        
        Change-Id: I957133e468fe43edd0ed1d76cdd180f20d6a86ac
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/52493
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [a2f6b01f41720876ed038a25ea92d381528618ad]

        weld ScDeleteContentsDlg
        
        Change-Id: Ibd3723fc615d97a4747a41e881dbad6829929c0c
        Reviewed-on: https://gerrit.libreoffice.org/52833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [b6e7e25578dbd7ed95f907e58d9e40fc51d9ddd8]

        ofz#7648 Bad-cast
        
        Change-Id: I21aaf36f3d6b6c3054649208de809b99aa384c01
        Reviewed-on: https://gerrit.libreoffice.org/52834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [28db2de99a85f3b6397fbd372658853e8020bf15]

        tdf#83877 Show signing instructions in sign dialog
        
        Change-Id: I230ff1fcbc6f98755ae588dca32d77c442d5f042
        Reviewed-on: https://gerrit.libreoffice.org/52832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Marco Cecchetti  <marco.cecchetti@collabora.com>  [78d774381b09fc244de162211e9c3fbfe891cbea]

        calc: unit tests for data validation
        
        Change-Id: I51e1d992236de8ecc3e7dcf0085d629c5b863776
        Reviewed-on: https://gerrit.libreoffice.org/50381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-04-13  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [c7272eea116350e1424d59c358d8528016a2f713]

        sd: hyperlink hint was not always shown
        
        Change-Id: Ic885688ce0f757c3230a5e355a4eef8da71dbda1
        Reviewed-on: https://gerrit.libreoffice.org/52785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [57f2882ae218e3500cc2f28ee27db7be606316d3]

        weld ScNameCreateDlg
        
        Change-Id: I8b75647a419020504adc2cdff7c6d046ef043491
        Reviewed-on: https://gerrit.libreoffice.org/52830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Gabor Kelemen  <kelemeng@ubuntu.com>  [83d247b9917ecf4e23d5a457252a998f233b5c30]

        tdf#42949 Remove unnecessary localization headers from dbaccess
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<core_resource.hxx\> -e \<strings.hrc\> dbaccess | xargs grep -c -e "loadString" -e "DBA_RES" | grep :0$ | grep -v /pch
        
        Since certain files use the strings with other functions as well
        the above command still gives some false positives.
        
        Change-Id: Ib41c5d8d18f3a00729fcf2c4cd8203a2047ef0df
        Reviewed-on: https://gerrit.libreoffice.org/52480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [1f5c0cf78d1dcc7420e93ae7c24d838931aba88d]

        weld ScDeleteCellDlg
        
        Change-Id: Ie85c51c019f892f647c2a13f67f47080ffa414b1
        Reviewed-on: https://gerrit.libreoffice.org/52829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ee79612fc7f33d87f6cc722cdd3e669eaa79bd98]

        tdf#83877 Make user input xml safe
        
        Change-Id: Iff1311932ef6a4525faa999553884bd8d23f3f30
        Reviewed-on: https://gerrit.libreoffice.org/52814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [39f1c0cd1dcaa4c0caed15355b4ff8163c14f1d6]

        Fix typo
        
        Change-Id: I89ac6de226549c6ec7d7781911ed4f4f045527cf
        Reviewed-on: https://gerrit.libreoffice.org/52281
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [03a59d9f43c3bbe80e1f06b1a95afd4694ac2f50]

        weld ScInsertCellDlg
        
        Change-Id: I91118d4c0c5e2fa17fed02377547caa65e11bfdc
        Reviewed-on: https://gerrit.libreoffice.org/52824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [dab87ec9ac4ac0e4803790232d8b487e1500f24a]

        PRODUCTNAME not expanded in help missing dialog
        
        Change-Id: I6fb0e64566eacadc963f1b7ff570e021abe29522
        Reviewed-on: https://gerrit.libreoffice.org/52817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [53cc801ed93e4aa76c67ce6aeb0333a56049a1c1]

        tdf#83877 Signatureline dialog: Move shared stuff to common base
        
        Change-Id: I0af888f7b8cd3b7d58665a4b0b1ef18a7f9e98c2
        Reviewed-on: https://gerrit.libreoffice.org/52788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f4b5a16688f63f5ab7f8b058d2cb3416ebfe84c4]

        tdf#83877 SignatureLineDialog: Improve default values
        
        Change-Id: Ie9da98870f1b6722c6e03b48db94bd448092ad34
        Reviewed-on: https://gerrit.libreoffice.org/52782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6f6f37b7a48e30b976eb1806364c83b69047cab9]

        tdf#83877 Move SignatureLineDialog to cui
        
        next to SignSignatureLineDialog
        
        Change-Id: I26efa96ec6dae4d9e091abc8cafd9b841118ef31
        Reviewed-on: https://gerrit.libreoffice.org/52781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [167dea2eacd6cabfc65c6c756a14a62b58b7f206]

        weld SfxAddHelpBookmarkDialog
        
        Change-Id: I3724b0e92cfd3103f7ecdadbcf6c1efc501e6c04
        Reviewed-on: https://gerrit.libreoffice.org/52822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [a27f1957e574f03734fd4b4419f0b0f0229549f1]

        weld DurationDialog
        
        Change-Id: If69c4259c3fd40c822a2dd505e51059a805813f4
        Reviewed-on: https://gerrit.libreoffice.org/52821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [a8b096cba3a49732bfec608b4b7e7b90badb31c3]

        weld SfxTemplateCategoryDialog
        
        Change-Id: I7462102797e3b0f552aec97f6cbae919e89e7099
        Reviewed-on: https://gerrit.libreoffice.org/52820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Hrishabh  <rajputhrishabh@gmail.com>  [f17a04df424dac553195c1922a4e4aa1f4ad5b9d]

        tdf#39593 fixed copy paste code in sw edlingu.cxx
        
        Change-Id: I5d4909e7c16aee488971b4793b20a5cf3ae6bddf
        Reviewed-on: https://gerrit.libreoffice.org/51173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [1670f6aaf28907403e5305b78ebcf93de4ebc19b]

        Resolves: tdf#116865 trigger pending sizing timers before arranging
        
        trigger pending sizing timers now so we arrange with the final size of the
        client area
        
        Otherwise calling GetSizePixel in the Arranging loop will trigger the timers
        anyway, causing reentry into Arrange_Impl again where the inner Arrange_Impl
        arranges with the final size, and then returns to this outer Arrange_Impl which
        would rearrange with the old client area size.
        
        Change-Id: Ibc2b97f679ceaa0a825cee015576f403703a5f9e
        Reviewed-on: https://gerrit.libreoffice.org/52815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Stephan Bergmann  <sbergman@redhat.com>  [9baf9a80ac267a2382aac2b6fe7e7a61528231c5]

        -Werror,-Wself-assign
        
        Looks like this was a typo ever since the code's introduction in
        77cc7cfa1c76b3669791f4c77cc837035c378217 "INTEGRATION: CWS rptwizard01" (and
        then changed again in d1ea6ecda68bf65b8d90e9ea17fa0a218a92b016 "replace <<= with
        assign for <<= with rhs Any").
        
        Change-Id: I8c4fa3ddb651400b9bf65395e8b6ff946c74abf5
        Reviewed-on: https://gerrit.libreoffice.org/52813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-13  Stephan Bergmann  <sbergman@redhat.com>  [4bf1bf9dd4598f34e43c7c8a69f3665175c3cae5]

        -Werror,-Wself-assign
        
        ...ever since 2bd76c3928d6250c287fb8910e8843d035100e5e "INTEGRATION: CWS aw033",
        and looks like it wants to use the
        
          aRetval = rCandidate.getB2DPoint(nIndex);
        
        already assigned to it ahead of the if/else branches.
        
        Change-Id: Iac242281312fe28b9a17a6a2a930e9597f77b7aa
        Reviewed-on: https://gerrit.libreoffice.org/52811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [75dba661d97c625fee8fd2b80c90b9adba9aeffb]

        Related: tdf#100925 background not getting set under X sometimes
        
        not sure why this is the case, but it is reminiscent of rhbz#1283420 which
        results in missing glyphs in some circumstances
        X11CairoTextRender::getCairoContext has a hack in it for that problem, whic
        forces a read from the underlying X Drawable before writing to it which seems
        to have the effect of syncing it up.
        
        So, just before drawing the bg, draw a glyph on it to get it synced, and then
        overwrite it.
        
        Change-Id: I2ffff7e8e989b91821869d8b75a59728ac513d1b
        Reviewed-on: https://gerrit.libreoffice.org/52810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Stephan Bergmann  <sbergman@redhat.com>  [f0b3e2241e05472ad84bb9a2a7f9b7142ec54863]

        -Werror,-Wreturn-std-move
        
        ("local variable 'aFont' will be copied despite being returned by name"; emitted
        by Clang trunk)
        
        Change-Id: I4c876ec5b92b55ae5d1cc72a0e993d96d88c8071
        Reviewed-on: https://gerrit.libreoffice.org/52812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f8072cc8e43b42e2bfa227bb33aa06be69233e46]

        Don't abuse loading of a Graphic to actually load an Image
        
        Change-Id: I816c46542088f36ef69b127cc13080e3bc8cdfc2
        Reviewed-on: https://gerrit.libreoffice.org/52806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [2b2fe50f33f7d677098f3ebafa8357aea848c0ea]

        weld SwAsciiFilterDlg and set an explicit parent for the dialog
        
        Change-Id: Ie2a52a9e2ea7f41a336b227de670cd5f688d7cd4
        Reviewed-on: https://gerrit.libreoffice.org/52778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Caolán McNamara  <caolanm@redhat.com>  [34d362b5c249f78ed05c5b069fa90e9597d29c04]

        drop ModalDialog non .ui ctor
        
        Change-Id: Ib26f0b4d76c530e0aa67f74f6a6920b1883eb8e4
        Reviewed-on: https://gerrit.libreoffice.org/52766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-13  Xisco Fauli  <xiscofauli@libreoffice.org>  [63f6a1970868b3f8e5bc612f405d24ac9445ccea]

        tdf#116874: Don't sign with watermark if the checkbox is disabled
        
        Change-Id: I354b0c3f0d6d29d91c1d7fa9678c4ce0bd7c8c1a
        Reviewed-on: https://gerrit.libreoffice.org/52732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [0fdcfedd898afcc03332a432ef21052eee6b3a3a]

        make SdrObjUserData::Clone return std::unique_ptr
        
        Change-Id: Iffe047b081fde0bb582d8730a8e96d2597c7567a
        Reviewed-on: https://gerrit.libreoffice.org/52780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [d0d4a3647692883b17a1acd96a01a1857c5872b1]

        loplugin:useuniqueptr in ScImportExport
        
        Change-Id: I2b064dfcc3ab8ad7eba360fc90cd56ac9bd1cf22
        Reviewed-on: https://gerrit.libreoffice.org/52759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [846027306a9edcbdf7bf1a3271fd6f8b0d4b139d]

        make TextAttrib::Clone return by std::unique_ptr
        
        Change-Id: I8e3941c4c8507e7a898f5f2e0fb13543e5c129cd
        Reviewed-on: https://gerrit.libreoffice.org/52748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-13  Stephan Bergmann  <sbergman@redhat.com>  [9ddc4b62b4bdf04a2aeeddb053b00ccc031e83ef]

        external/firebird: Even more LIBO_TUNNEL_LIBRARY_PATH
        
        ...as needed by some builders, apparently.
        
        Change-Id: I94f3059121d21d55fc7f87d5554bf192f6858e06

2018-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ba662ea44083107f10184a4f01b94f9b8e3ed3dc]

        tdf#106084 EMF+ Implement String aligment and Leading/Trailing Margin.
        
        Many users noticing that EMF DrawString is shifted horizontally in same cases.
        It is caused by missing implementation of:
         - StringAlignment:
              Near: Alignment is to the left side of the layout rectangle
              Center: Specifies that alignment is centered
                      between the origin and extent of the layout rectangle.
              Far:  Alignment is to the right side of the layout rectangle
         - Leading Margin: specifies the length of the space to add
           to the starting position of a string
         - trailing Margin: Length of the space to leave following a string.
        
        With this path this missing parameters are implemented.
        It was tested with document:
        https://bugs.documentfoundation.org/attachment.cgi?id=131334
        
        In following document StringAlignmentCenter and LeadingMargin is not set:
        https://bugs.documentfoundation.org/attachment.cgi?id=124180
        I make sure that there is no regression (the image should be displayed
        as without the patch.
        
        Change-Id: I7909a1d02ffd558a3bf91bd41f6945830252724d
        Reviewed-on: https://gerrit.libreoffice.org/52696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-13  Mike Kaganski  <mike.kaganski@collabora.com>  [3bd63cc5d6e24139d41f029993dc54d7b2e07e87]

        I guess it's time to remove some Win9x code
        
        Change-Id: I921207fb73b2dc1e0f55836fa87c3338ff4fe1a9
        Reviewed-on: https://gerrit.libreoffice.org/52807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-13  Stephan Bergmann  <sbergman@redhat.com>  [ed52ffb6ab840a1f4abdda8553fa9410793f4add]

        external/firebird: Even more LIBO_TUNNEL_LIBRARY_PATH
        
        ...as needed by some builders, apparently.
        
        Change-Id: I0b7c063ef2c712a6b32aa107ab733a3723b38f99

2018-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [08ac81ccb5ef2397c0073f186fcf5bb2cc528b83]

        xmlsecurity nss: create SEInitializer instances with a constructor
        
        And split NSSInitializer and SEInitializer into two implementations,
        they are not the same on Windows, so it simplifies things if they're
        also split on other platforms.
        
        Change-Id: Ifc0ea7e35e804232ee492b7eea9c25662c9b499e
        Reviewed-on: https://gerrit.libreoffice.org/52801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ca2fd526160b8f69524cdcf8c57f814b0ad48029]

        tdf#83877 Add dialog to sign signature lines
        
        actual signing still missing
        
        Change-Id: I41f013a2867f923155203dcee58ff453a43fa7c2
        Reviewed-on: https://gerrit.libreoffice.org/51735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [55e84652ae84bd2374462ee19afd359a8cc90b95]

        Remove XGraphicProvider imports where they aren't needed
        
        Change-Id: Ie4da74e7d58d49aa870a70c4279cbab22f0f7746
        Reviewed-on: https://gerrit.libreoffice.org/52805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-12  Mike Kaganski  <mike.kaganski@collabora.com>  [1f8a3657216e44796cb94087450552aa977ebdae]

        tdf#108580 related: improve existing redist detection
        
        This uses VC Runtime upgrade code (checked using Upgrade table) to
        find installed redist, instead of checking registry keys that change
        between versions (while the runtime is still compatible, as with 2015
        and 2017).
        Also, it checks if UCRT is present. Now, if either VC Runtime or UCRT
        is absent, we try to install the redist. This would allow to install
        UCRT in scenarios when first install was attempted on a system not
        suitable for UCRT (like Win7 w/o SP1, or Win8.1 w/o April 2014 update
        rollup), where VC Runtime gets installed, but UCRT is still missing.
        We use the ucrtbase.dll version to check that; and as the expected
        version is 10.x, we take into account that Win10 lies about versions.
        
        Change-Id: I864dfc09cf1bdc775501729fa2a27dc98295588c
        Reviewed-on: https://gerrit.libreoffice.org/52794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-12  andreas kainz  <kainz.a@gmail.com>  [915533369ed5eec66b641fb961616cc76151ad8d]

        NB Implementation: shorter label for conditional formating
        
        Change-Id: Ic4298ad60cb39b5ca844cd47da44f811dd625df7
        Reviewed-on: https://gerrit.libreoffice.org/52786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2d128d7373ff7fc7df3bc38c577aff671ba4cd17]

        Updated core Project: help  934da888b80ebbf654e6cff797727d332eebaf6a
        
        Better TDF video for new help
        
        Found better TDF video to display in module help entry pages
        
        Change-Id: I0ca17c975e28a20467752fa07d64617ee1c7a2bf
        Reviewed-on: https://gerrit.libreoffice.org/52800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8c70bdcb193161d27724893371999c53a5f8d356]

        Updated core Project: help  2c5257ffbfa02e432a80f37fdfe6c9aa3280c873
        
        tdf#94438 disambiguate bookmark branches (iii)
        
        Change-Id: I4953a00750c9f7a5aa65aff01232a66e0ad360fc
        Reviewed-on: https://gerrit.libreoffice.org/52799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [7681606be8ff4641f3000107b0d18bf083a383b3]

        Updated core Project: help  c81535cf7d904c8c7625d66d3ba67f36f9d07f59
        
        tdf#94438 disambiguate bookmark branch (ii)
        
        Change-Id: I07fa84bb8f04fe7128939d059dc26d580c5881f4
        Reviewed-on: https://gerrit.libreoffice.org/52798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [9691b2fc5d77df41f923722fbaaa512d545a98ca]

        tdf#116976 DOCX import: fix rel size of shape after bitmap
        
        We have a queue of these odd relative sizes (which are not XML
        attributes but text inside the XML element), if the bitmap doesn't pop
        the queue, the following shape won't get its size.
        
        Change-Id: I1602208c9509d8889bf0be254f3b25fb25fafca2
        Reviewed-on: https://gerrit.libreoffice.org/52791
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [1e9e78bde0e659c89ea96b259845539dab500195]

        weld RTSPWDialog
        
        Change-Id: I822c15bb4326d1b7b96b2af9aefbb3deecc7b229
        Reviewed-on: https://gerrit.libreoffice.org/52770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [47da2b3ef35b87964218374282f6add41076af9a]

        Updated core Project: help  b5aad7c2f22be97d0d20ca7b31875fcaa55309a3
        
        tdf#94438 disambiguate bookmark branch id's
        
        part II
        
        Change-Id: Ic6e56307c667023a8892f60c20ef1f79b02b5347
        Reviewed-on: https://gerrit.libreoffice.org/52795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b882b2453dbd63e1ab9e198b22876fa26c02fbcd]

        Updated core Project: help  ba894a341a96b89e0dd18161abbd148fb410a389
        
        tdf#94438 Fix dup bookmark branches
        
        Part 1, Calc files
        
        Change-Id: I9a3c1d8f6afac7e693590be9220e811b07d6fd28
        Reviewed-on: https://gerrit.libreoffice.org/52793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b5a2dbdb7dbe4f9286dee7b451e06e7f82e9e787]

        Fix typos
        
        Change-Id: Ie6ce882d5d39cdd24d0647b9fdddabafeee1d25f
        Reviewed-on: https://gerrit.libreoffice.org/52277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a65d69179ee0a2b8035746a8e4c8000770758974]

        Fix typos
        
        Change-Id: I0c9d917b8673680dbd0729f7f9a4cf5a6e686908
        Reviewed-on: https://gerrit.libreoffice.org/52543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-12  Andras Timar  <andras.timar@collabora.com>  [cde434d1f6e611cd35de3595bdfc47769acc5d2d]

        typo: requrired -> required
        
        Change-Id: I0cd28356834a14a2f53545fb3c8e87f067eac789
        Reviewed-on: https://gerrit.libreoffice.org/52776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-12  Stephan Bergmann  <sbergman@redhat.com>  [7ba4d6f367aacec69b3a3707e55085cc7303e573]

        external/firebird: More LIBO_TUNNEL_LIBRARY_PATH
        
        ...after 14955ed91b282ccbb395cb47c6d76e3b42b34748 "external/firebird: Support
        Clang ASan", which was oddly enough only necessary on one machine,
        <https://ci.libreoffice.org/job/lo_tb_master_linux/26757/console>, but not on
        others.  Maybe the best fix overall would be to just not build examples at all,
        as is already done in external/firebird/firebird-cygwin-msvc.patch.
        
        Change-Id: I7dd37c93ea5a55cb26a167e52d22a6f50c05494e
        Reviewed-on: https://gerrit.libreoffice.org/52779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-12  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2977e8d7c2a0bf62fa70a728a88cc6bddfc87ffd]

        lok: sc: clicking outside a pop-up or context menu doesn't close it
        
        Change-Id: Iecf0659467264d921c7c9faddc98fd5519e7db93
        Reviewed-on: https://gerrit.libreoffice.org/52617
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 1cd76097043a5ece899dd7c9468755dcd961b0eb)
        Reviewed-on: https://gerrit.libreoffice.org/52736
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-12  heiko tietze  <tietze.heiko@gmail.com>  [eb5f7302d0b2d63e82a9b3f3c5429278e2b54c85]

        Follow-up to patch 52774
        
        Mnemonics adjusted
        
        Change-Id: I83b7ba9ec7389b902439d639f0257c4a1b34a26c
        Reviewed-on: https://gerrit.libreoffice.org/52792
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [7b39e82291a9cc2403a26c966394aa20597ddce6]

        weld OfaAutoFmtPrcntSet
        
        Change-Id: Ib7c63c75e6b7b8cef0405d22d81658483dc9778b
        Reviewed-on: https://gerrit.libreoffice.org/52769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [2eef6fd6fc5477aaef5ee82a5189d8f0b595a4a2]

        dbaccess: fix --without-java build once more
        
        Change-Id: I49bf0f066db8a988ee9a091cac1adf5ebcaa2afe
        Reviewed-on: https://gerrit.libreoffice.org/52777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-12  Johnny_M  <klasse@partyheld.de>  [43bb99841254d668f1eb8f9791fb2aa5e821dbee]

        Translate German variable names
        
        Akt -> Current
        Anf -> Start
        in svdmodel
        
        Change-Id: I67b255bfcf67769d4baa11986acbcc3a7e919a8f
        Reviewed-on: https://gerrit.libreoffice.org/52189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-12  Johnny_M  <klasse@partyheld.de>  [4cc3f90303a3da5141598b95e6158d98d647cbcf]

        Translate German variable names
        
        Akt -> Current in autofmt
        
        Change-Id: I6c1a8c20bc1c98644a7667527269b52aabc6cf50
        Reviewed-on: https://gerrit.libreoffice.org/52186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-12  Johnny_M  <klasse@partyheld.de>  [667722ab8a366bf5275acb7cddbe1a9b03776821]

        Translate German variable and function names
        
        Akt -> Current in svdraw
        
        Change-Id: I8df687a5e78ad3e5e5e89b7013f782aa665529cf
        Reviewed-on: https://gerrit.libreoffice.org/52190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-12  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3ba75bf050336bef3738a92a7a942622b9326498]

        tdf#114260: Allow setting toolbar style in the gear menu
        
        of the Customize dialog.
        
        Change-Id: I69e39175a235446dd75fe59324298b9c59ee2d81
        Reviewed-on: https://gerrit.libreoffice.org/52774
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [388cee7be6d27fefeadc709c501b700817bce5fd]

        weld QueryString
        
        Change-Id: I0caf5b563349bf8260f266b0f4658306c9ec72d9
        Reviewed-on: https://gerrit.libreoffice.org/52771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [9f150ddf0ee8e368f06c06c21682d38d01af5c4a]

        unused ImpSVGDialog dialog
        
        its all in untranslated english too, maybe a debugging dialog if some
        kind, no way to instantiate it in practice
        
        Change-Id: I4270a6eabf1d3b3031becabc8e50f8b1f41c4b73
        Reviewed-on: https://gerrit.libreoffice.org/52765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [46cefbcae75947bf78cd3c3f1ed7e6e975ad9f93]

        ditch debugging code
        
        Change-Id: I45d8a3416aab1da0f084bbbfacf2cbc84bab4922
        Reviewed-on: https://gerrit.libreoffice.org/52764
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Stephan Bergmann  <sbergman@redhat.com>  [cf215a627ccf106cc5de2575f145c769ab6c4d73]

        Missing quoting
        
        ...so the $ are not eaten by the sub-make
        
        Change-Id: Ifa9383a5d31720be517c03631224f5244f112d3d
        Reviewed-on: https://gerrit.libreoffice.org/52775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [9f60e0b40cd272e77db4a265ef629454748d1430]

        coverity#1434219 Uncaught exception
        
        Change-Id: I97b0d4fb6c16373364a43b60b67a27e2eb27bd48
        Reviewed-on: https://gerrit.libreoffice.org/52757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0d667741efeb70fca497f5a09c3e630bbc4d9b3f]

        Indicate Windows updates users need to run us
        
        Cf. 8faa1bc61fa8f09365d483364aea2b1c2751b587 and
        79383148bb31bee0c8fae941f6cc0fdd605fb2ea.
        
        Change-Id: I78457690aa719dc0dd7062c274dd8ae90453066e

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [44c75946d209d2bbfb9d2b0ad8a59abd3d0e8b74]

        loplugin:useuniqueptr in ScAccessiblePreviewHeaderCellTextData
        
        Change-Id: I18764ca8ca2e0a78d68005c7604809990afa63ce
        Reviewed-on: https://gerrit.libreoffice.org/52760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [5744448588ea45349930ba806d858f018987bcbd]

        coverity#1434221 Uninitialized scalar variable
        
        Change-Id: I16edad31b8b69ee1aab99ae433aeb8af4c77f3d9
        Reviewed-on: https://gerrit.libreoffice.org/52755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a2b53fece14f745853bcfe1a300c3dceb580e148]

        vcl: Add a internal (memory) manager for Graphic objects
        
        This adds vcl::graphic::Manager which is a manager singleton that
        tracks all the creation fo graphic objects and swaps them out on
        a time and allocation basis.
        
        Time based - every number of seconds it looks for Graphics that
        weren't used for a time.
        
        Allocation based - when creating a new Graphic and the total of
        Graphic uses more than the total amount of memory for Graphics
        defined in configuration, it tries to release the Graphics that
        weren't used for a time.
        
        Change-Id: I5dbf74db4a6455d32c4abcbad7be21c7f0534642
        Reviewed-on: https://gerrit.libreoffice.org/52396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [92ac45b1920fcce8259c1eab94357415e8f50d82]

        loplugin:useuniqueptr in ScAccessibleHeaderTextData
        
        Change-Id: I545988d672b9b07ab7930ce280d93ced8b31f327
        Reviewed-on: https://gerrit.libreoffice.org/52761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [d43fa87fbcb46a44e61338105b6da9eb8a1a5b15]

        weld SbiInputDialog
        
        this is basically the same as SvRTLInputBox
        
        Change-Id: Idbf0f58cf51ea706928e18b81ce80088015dccc4
        Reviewed-on: https://gerrit.libreoffice.org/52763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd8e6d77e297a473e3ce7179a866422a432ae084]

        loplugin:useuniqueptr in ScRefUndoData
        
        Change-Id: I35e0bf44cf63be5ea94863f47f08d376a9c0b1ef
        Reviewed-on: https://gerrit.libreoffice.org/52762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a0485566052af04c2a2493341d25fd43df2a8b3]

        fix Windows build
        
        after commit 5dd762ddc182 "hold MetaAction by rtl::Reference"
        
        Change-Id: I21baeca159efb09b19a81c27b7eb96bcade1e469

2018-04-12  heiko tietze  <tietze.heiko@gmail.com>  [38f83693f096ae14cd43292223c5b16bbb001b87]

        tdf#106544 - Merge cells dialog is difficult to understand
        
        Added images underneath the radio buttons, placed at vcl/res/Merge*.svg
        
        Change-Id: Id77b8076f8cd9fb031fe9974d93f35dbe32f63a8
        Reviewed-on: https://gerrit.libreoffice.org/52758
        Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-12  Stephan Bergmann  <sbergman@redhat.com>  [cb4784e59dfd872d4120c9f5f81ccabc8f2fde4a]

        Build Jenkins ASan/UBSan bot with --enable-firebird-sdbc
        
        ...now that 14955ed91b282ccbb395cb47c6d76e3b42b34748 "external/firebird: Support
        Clang ASan" allows to
        
        Change-Id: I339ec464a085853e1b6789a544b8f64932f1322d

2018-04-12  Stephan Bergmann  <sbergman@redhat.com>  [14955ed91b282ccbb395cb47c6d76e3b42b34748]

        external/firebird: Support Clang ASan
        
        First of all, LD_LIBRARY_PATH must not affect the make executable called for the
        firebird build.  That would cause problems when that make executable depends on
        system versions of dynamic libraries that also happen to be available as LO-
        built versions on LD_LIBRARY_PATH:
        
        > make: symbol lookup error: /data/sbergman/lo-san/core/instdir/program/libfreebl3.so: undefined symbol: __asan_option_detect_stack_use_after_return
        > make: *** [/data/sbergman/lo-san/core/external/firebird/ExternalProject_firebird.mk:41: /data/sbergman/lo-san/core/workdir/ExternalProject/firebird/build] Error 127
        
        For that, gb_Helper_extend_ld_path is now tunneled to the relevant places in the
        firebird build, where executables are called that use firebird's
        UnicodeUtil::getConversionICU
        (workdir/UnpackedTarball/firebird/src/common/unicode_util.cpp) to dynamically
        load icu libraries.  (Similar to 3a2818280ad65c3d0aa9e720f62fec571713b2e7
        "external/liblangtag: Tunnel LD_LIBRARY_PATH to where it's actually needed".)
        
        Then, what appears to work is to disable firebird's global operators new/delete
        (so that ASan's versions kick in).
        
        MemPool::{alloc,release}Raw would still be called at start-up through
        Firebird::GlobalPtr<Firebird::Mutex, (Firebird::InstanceControl::DtorPriority)3>
        ::GlobalPtr() calling Firebird::GlobalStorage::operator new(unsigned long), but
        there is already provision to avoid those functions' heavy machinery for the
        USE_VALGRIND case.
        
        DEBUG_GDS_ALLOC (which would enable other inopportune overloads of global
        operator new/delete) needs to be disabled in a somewhat contorted way, because
        8ea07101c1613d213fd7cea17f094a947b14cd00 "external/firebird: Work around
        operator new alignment violations" might explicitly set it from the outside,
        which we need to undo for ASan builds.
        
        `make check screenshot` encountered one alloc-dealloc-mismatch (already during
        building firebird itself) that needs a patch to src/jrd/SimilarToMatcher.h.
        
        Change-Id: I6bb68604095908189259be14440f72d3b23cbd4e
        Reviewed-on: https://gerrit.libreoffice.org/52706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [61dd9cafab20af893204deaca81ef26c1e7f7bb0]

        make SvxEditSource::Clone return std::unique_ptr
        
        Change-Id: If0d93024a642cc80a2a84d0c15525af1c0596546
        Reviewed-on: https://gerrit.libreoffice.org/52715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [e722564d40143fa029fe10d22a625539c795ee04]

        make SvLBoxItem::Clone return a std::unique_ptr
        
        and combine the Create/Clone methods into one
        
        Change-Id: Ia982be6b50135b8d368d84070327689be6b3d890
        Reviewed-on: https://gerrit.libreoffice.org/52745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [5dd762ddc1829a86e7b4e23076143bc01d6073ad]

        hold MetaAction by rtl::Reference
        
        instead of yet another private implementation of manual reference
        counting
        
        Change-Id: Iefb1d2e595e45a2dfdc3be54e1c51b64afeaf9d8
        Reviewed-on: https://gerrit.libreoffice.org/52753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  andreas kainz  <kainz.a@gmail.com>  [9bd372218dfea3fb70d503d7532ee2b144ada136]

        Colibre Icons: missing add view tab icons calc and impress
        
        Change-Id: I5905cea12f5a9df3b485e71d112ae994c5474eea
        Reviewed-on: https://gerrit.libreoffice.org/52751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-12  Jean-Pierre Ledure  <jp@ledure.be>  [2c351353d9cf52cc83b437728b7f44ca4f83165d]

        Access2Base - Correct typo in L10N label
        
        COMMANDBAR i.o. COMAMANDBAR

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [1d78ddc4a7277b05f05ba36d0275e073587c9b64]

        coverity#1434220 Resource leak
        
        Change-Id: If38eb14445c2a2509994e20bdbd00f449819c666
        Reviewed-on: https://gerrit.libreoffice.org/52754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [84e2614a75a615d6c8584b13a69b3368d2a12a3d]

        tdf#42949 Remove unnecessary localization headers from fpicker
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<fpsofficeResMgr.hxx\> -e \<strings.hrc\> fpicker/ | xargs grep -c FpsResId | grep :0$ | grep -v /pch
        
        Change-Id: I77361692343a731ca344744ae2ab440caf1d66e9
        Reviewed-on: https://gerrit.libreoffice.org/52596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-12  Caolán McNamara  <caolanm@redhat.com>  [6672151fbb6865415b4036525c13c182590369c9]

        weld SvRTLInputBox
        
        This (forgotten) dialog is the statbasic "InputBox" dialog
        
        Change-Id: Ifb65fb382be7bd6b5a2ba904e0cb64ddce2485a8
        Reviewed-on: https://gerrit.libreoffice.org/52749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-12  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b00815b58a602c19a980c0142f7b9462b8faffd2]

        fix build for colibre icons
        
        we don't want accented characters in filenames...
        
        Change-Id: I0070f2a9a6d6caf6ba87ac8a067894d61bba69a3

2018-04-12  Mike Kaganski  <mike.kaganski@collabora.com>  [8faa1bc61fa8f09365d483364aea2b1c2751b587]

        tdf#108580 related: check for Windows 8.1 April 2014 update rollup
        
        ... since it's the required prerequisite for Universal CRT.
        This moves Windows version check to LaunchCondition table; and adds a
        check for kernel32.dll version associated with the said update level.
        
        Change-Id: I1de84dc47c9392fcb7122e1a877db2e99eae2415
        Reviewed-on: https://gerrit.libreoffice.org/52743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-12  Jim Raykowski  <raykowj@gmail.com>  [cac80ccacf917e7e80f75c3574cc2a300f1d775a]

        tdf#105225 A character highlighting tab page based on the area tab page
        
        Change-Id: Icd76af14129ff742c77d7f19582c3cbc0520525e
        Reviewed-on: https://gerrit.libreoffice.org/48737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [24a57e2b854a1b8b3b8533ac72a6614ee29e374a]

        Keep strings alive again as necessary
        
        regression from
            commit 49eb02f07a5af44da59008a238e828b4a9532bef
            new loplugin:unusedvariablemore
        
        Change-Id: If92be219368a0dc33f40cd425efc6028c28c5e53

2018-04-12  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [f4fc28aedf9c673f368ddc00f3279f6d54c1a654]

        Revert "Remove dead HSQLDB driver"
        
        We cannot silently convert user data or their used file formats
        and then await them to accept it or reinstall an older version.
        
        Let us make a soft change instead of an hard (heart) break
        and avoid us to been attacked with fire and forks from our users.
        
        This reverts commit 8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6.
        
        Change-Id: Ia153640935e355771acb85cf652f8fe4c21fafbb
        Reviewed-on: https://gerrit.libreoffice.org/52731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [189d3e10c7d25138c58f28ca4f5c041f1a9f4494]

        sw: fix some IWYU warnings
        
        Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675
        Reviewed-on: https://gerrit.libreoffice.org/52750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5ed07d2a249e61937dd42a4b2efb7e7fbef02d6]

        make ControlModelContainerBase::Clone return by rtl::Reference
        
        Change-Id: Ie5d80688293dea42bea8b38fb1699e93980dd668
        Reviewed-on: https://gerrit.libreoffice.org/52747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0a2ab4c68fa11b0a713583946718a60fda19c0c]

        make BaseProperties::Clone return std::unique_ptr
        
        Change-Id: Iab4fb31c975bc19ccd895df9de79c0ad055027c0
        Reviewed-on: https://gerrit.libreoffice.org/52746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [d1ae2387c729ac8a0e616c57075174eb0d06d389]

        make FontList::Clone return a std::unique_ptr
        
        and simplify the logic in SvxCharNamePage
        
        Change-Id: Ic1b379bb83203aa1ebf47b44d944c83a02c04224
        Reviewed-on: https://gerrit.libreoffice.org/52744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-12  Stephan Bergmann  <sbergman@redhat.com>  [6ec4109f73740de067b713cd46dae043f1b05dc5]

        Keep strings alive again as necessary
        
        ...fixing regression introduced with 49eb02f07a5af44da59008a238e828b4a9532bef
        "new loplugin:unusedvariablemore"
        
        Change-Id: Ib598d67add50031937c9c9f3e23ea16d0a1da107

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [4ab0912cd214a4b0bdcbcdd2711b831dab9ca60a]

        weld PlaceEditDialog
        
        Change-Id: I971784afc8c2ba6ebd7809c20ef8d730aafbfe31
        Reviewed-on: https://gerrit.libreoffice.org/52727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6f7a4908d1c3fc610440a1cbbbc1673a53da8b6]

        sw XHTML export: properly write <li>...</li> around paragraphs
        
        HTML allows just writing <li>, but XHTML really insist on an explicit
        end element for list items.
        
        Change-Id: Ia4aef95c290800d6dc2f6559e7b7bfa3a4213376
        Reviewed-on: https://gerrit.libreoffice.org/52734
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-11  Noel Grandin  <noel@peralex.com>  [8094fa17207729c119f7a1fa399286919dd1a8a3]

        improve commit 95eb921ec06ee7
        
           "tdf#108608 more Draw text editing responsiveness fixes"
        
        lru_map is fine on Windows, was a bug in the new clear method I
        added.
        
        Change-Id: I27565675dfe0f57e2ba3c3e0c50297770761dc6a
        Reviewed-on: https://gerrit.libreoffice.org/52728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [9c0684c9efca25ab9a39002b34328fafc30cc8bd]

        weld LoginDialog
        
        Change-Id: I8f2af38bff24a0d4dc088eb1150220a8ea0f0fba
        Reviewed-on: https://gerrit.libreoffice.org/52730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [2ca4b505b25e13c9f422c28252f5b7533b8e3270]

        cairo_surface_create_similar_image is >= cairo 1.12.0
        
        Change-Id: I1805e5680beff6c632016686aa661efe25a8c2f8

2018-04-11  Michael Stahl  <Michael.Stahl@cib.de>  [7db137e87177dbe381186491ca36e3e8fd62ddc2]

        tdf#50057 sw: fix duplication of at-paragraph anchored flys
        
        The problem is that the flys that are anchored to the first paragraph of
        a SwRedline do get copied by SwRangeRedline::CopyToSection(), but they
        don't get deleted by DelCopyOfSection().
        
        Copying is enabled because the setting of the SetRedlineMove()
        was made conditional in commit 65de5382a389cc7edf1cdf506da4fb43a4d33a9f
        "#100619# fixed problem with hiding deleted graphics",
        which isn't justified in any way and which i can't imaginge a good reason
        for, given that the flys anchored in the first paragraph are all skipped
        in DelFlyInRange(), so why would you want to copy them; hence this
        reverts that commit.
        
        The interesting check for the redline_fly_duplication_at_para_end_inside
        case is actually the one that was added in commit
        23e52c207760c596cc2f841ef59f3100c110d591
        
        Change-Id: I96fb294a5456e7f1172a5f408ebcb21cf211c276
        Reviewed-on: https://gerrit.libreoffice.org/52729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [b524de950c6eb0bc61d05d41fe69b67ab59b16c6]

        Related: rhbz#1396729 use cairo_surface_create_similar
        
        where we can
        
        Change-Id: If6fd729a9cbf834faef33586b5bd886aad2fbe1d
        Reviewed-on: https://gerrit.libreoffice.org/52726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [e65918b837b6c84604413d0de3cfaedaf8a53913]

        tdf#116929 Transparent mask imported incorrectly
        
        regression from
            commit 8015e0a15d1b8c454c26c645c7e8ebee9c4e1ee1
            Date:   Fri Mar 16 13:43:08 2018 +0200
            move some mask code from SvxMSDffManager::ImportGraphic inside
        BitmapEx
        
        Change-Id: Idee9728f1274f487f5c085f1756ccb5cf28430ec
        Reviewed-on: https://gerrit.libreoffice.org/52716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cd3c436923bfba281b1bf16d9785208a2119cea]

        sw reqif-xhtml export: limit values of the style attribute
        
        The ReqIF spec (v1.2, page 56) says that on import only these attributes
        should be considered, so it's pointless to write them (even if doing so
        is not strictly invalid).
        
        This more general approach also means that the earlier merging that was
        specific to tables in commit c0149b1c028450411d36457593f4af3406541b00
        (sw XHTML export: fix duplicated style attribute for table
        border/background, 2018-03-20) is no longer needed.
        
        Change-Id: I340e6a9f726f42072bf1aaa49ea72162004e5493
        Reviewed-on: https://gerrit.libreoffice.org/52725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [adc10e62ddc4a65f6b1fecbcfc7c6560489e3aaa]

        sw XHTML export: fix missing namespace prefix of lists
        
        Unordered lists, but fixes ordered lists as a side effect, too.
        
        Change-Id: I1752522e906975b112e6938ffc5456e53a165996
        Reviewed-on: https://gerrit.libreoffice.org/52724
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [6eea5cffc4399fd31f97b19359eb6ae9c75d21b8]

        Related: rhbz#1396729 use cairo_surface_create_similar_image
        
        don't expect it to make much of a difference but does allow bubbling
        the initial widget surface type around through the virtual devices
        
        Change-Id: I414a4b10b0ae4195345b81d9da7f748652d4f566
        Reviewed-on: https://gerrit.libreoffice.org/52718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [a87569e9ea8db9a0d869570613603eebf7c145e8]

        weld RestartDialog
        
        Change-Id: Iae97806a11b6c950931a342d06b3eeea168c7559
        Reviewed-on: https://gerrit.libreoffice.org/52721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [5afe093d8994c37d239001e8e272ab86eea62dcb]

        remove some debug code
        
        Change-Id: I9098ecbd3e7f96db2206d7c117cf28d0d2d5465f

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [42ca6e53291e975555cc9cd5ecff25bfea556d7e]

        coverity#1401328 silence Uncaught exception
        
        and a bunch more
        
        Change-Id: Icdd195d1ddfc0259743892097a65c07277d53fd9
        Reviewed-on: https://gerrit.libreoffice.org/52711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3a64d3c02ada298f70ea7bfbb4e4a377b05ad0e8]

        Updated core Project: help  51f6c350e52bafc32caec98bf20e3c644c80d936
        
        Fix typos
        
        Change-Id: If081f3b5ac8b752234d115709731a104cea950d9
        Reviewed-on: https://gerrit.libreoffice.org/52208
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-11  Gabor Kelemen  <kelemeng@gnome.hu>  [c53f673029e9ce10c619c6a51533c2f54905d4b0]

        Updated core Project: help  2372dfb1287ccbe927dbcb299a1034cc0eea3e72
        
        Fix bookmark and ahelp mess on VBA compatibility page
        
        Change-Id: I4d57b1ada9c758beeacfdadc82395e199ec2548d
        Reviewed-on: https://gerrit.libreoffice.org/52661
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-11  Dennis Francis  <dennis.francis@collabora.co.uk>  [d6b3f085d09e94e27b9a02c09f0587d390f62064]

        Defer obtaining transliterator and collator...
        
        till they are actually needed.
        
        Change-Id: Ie07a6b3361c8f4715aabe8b4e2768f2e1f0d58e9
        Reviewed-on: https://gerrit.libreoffice.org/52719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5246409cc384cd2ba321620e92250f7ddf153af]

        return std::unique_ptr from SfxItemSet::Clone
        
        Change-Id: Ie747b5c8ff0b82b9f8d268f9a60dbde41b5f022b
        Reviewed-on: https://gerrit.libreoffice.org/52712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c0e591accda7669bec9ccfc23977ce3f7386930]

        SvxFieldData wants to be held by tools::SvRef
        
        Change-Id: If4f098341ed4f0b47a755a4722f0eace56235502
        Reviewed-on: https://gerrit.libreoffice.org/52713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [56e0f1fcd43e0d4ab8c7a678cbbed1ea2c612868]

        make EditPosition::Clone return std::unique_ptr
        
        Change-Id: Ie1f987f58fd7be8067dba47e47300dd97a01a393
        Reviewed-on: https://gerrit.libreoffice.org/52714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Mike Kaganski  <mike.kaganski@collabora.com>  [4dcecf295c90759f419545b2db5fffbd506f15e0]

        Fix variable in error string
        
        Change-Id: Ia6118f03b8e83c2726df955d89bfdc8da5764992
        Reviewed-on: https://gerrit.libreoffice.org/52717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d19b3863a94be0a154026a71431c00afc690416e]

        Use SdrObject& in lcl_ConvertSdrOle2ObjsToSdrGrafObjs
        
        Change-Id: I5ea185ca66091e40153f18637b8b6f9634f5d1da
        Reviewed-on: https://gerrit.libreoffice.org/52683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [aada2feb9f5d21e44ba4cb1ef393ad80789815ff]

        ofz#7468 catch ras filter exceptions
        
        Change-Id: I544c367e26e6f03bf7e8cd2ed9224dc743bb31a0
        Reviewed-on: https://gerrit.libreoffice.org/52694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [a7a1fe1ce77677d069e289b0552860b342f1a505]

        coverity#1434185 Operands don't affect result
        
        Revert "ofz#7366 Integer overflow"
        
        This reverts commit 1f28de7e26cb9b12d74b743333dab72e08f53bec.
        
        Change-Id: I0117a29924d9f549ae19c5d802c83a2ee406b2a6
        Reviewed-on: https://gerrit.libreoffice.org/52710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Stephan Bergmann  <sbergman@redhat.com>  [7bd520428bf594d5edd217e58c8762f8d3648d04]

        external/firebird: Avoid -fsanitize=nonnull-attribute
        
        ...that hits at least during the build of firebird with also ASan enabled
        (support for which will be committed shortly):
        
        > [...]/workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql -q -i [...]/workdir/UnpackedTarball/firebird/src/dbs/metadata.sql
        > workdir/UnpackedTarball/firebird/src/jrd/btr.cpp:5394:19: runtime error: null pointer passed as argument 2, which is declared to never be null
        > /usr/include/string.h:43:28: note: nonnull attribute specified here
        >  #0 in insert_node(Jrd::thread_db*, Jrd::win*, Jrd::index_insertion*, Jrd::temporary_key*, RecordNumber*, unsigned int*, unsigned int*) at workdir/UnpackedTarball/firebird/src/jrd/btr.cpp:5394:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1ae2914)
        >  #1 in add_node(Jrd::thread_db*, Jrd::win*, Jrd::index_insertion*, Jrd::temporary_key*, RecordNumber*, unsigned int*, unsigned int*) at workdir/UnpackedTarball/firebird/src/jrd/btr.cpp:2279:24 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1ac5a92)
        >  #2 in BTR_insert(Jrd::thread_db*, Jrd::win*, Jrd::index_insertion*) at workdir/UnpackedTarball/firebird/src/jrd/btr.cpp:1008:21 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1ac29b5)
        >  #3 in insert_key(Jrd::thread_db*, Jrd::jrd_rel*, Jrd::Record*, Jrd::jrd_tra*, Jrd::win*, Jrd::index_insertion*, Jrd::IndexErrorContext&) at workdir/UnpackedTarball/firebird/src/jrd/idx.cpp:1475:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1c62e01)
        >  #4 in IDX_store(Jrd::thread_db*, Jrd::record_param*, Jrd::jrd_tra*) at workdir/UnpackedTarball/firebird/src/jrd/idx.cpp:1018:22 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1c661a2)
        >  #5 in Jrd::StoreNode::store(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode::WhichTrigger) const at workdir/UnpackedTarball/firebird/src/dsql/StmtNodes.cpp:7005:5 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x21c0c96)
        >  #6 in Jrd::StoreNode::execute(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode::ExeState*) const at workdir/UnpackedTarball/firebird/src/dsql/StmtNodes.cpp:6942:13 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x21bf955)
        >  #7 in EXE_looper(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode const*) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1292:17 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x157f798)
        >  #8 in looper_seh(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode const*) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1426:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x15834fc)
        >  #9 in execute_looper(Jrd::thread_db*, Jrd::jrd_req*, Jrd::jrd_tra*, Jrd::StmtNode const*, Jrd::jrd_req::req_s) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1023:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x15740c3)
        >  #10 in EXE_send(Jrd::thread_db*, Jrd::jrd_req*, unsigned short, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:833:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1579392)
        >  #11 in add_index_set(Jrd::thread_db*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/ini.cpp:2251:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1efb0c2)
        >  #12 in INI_format(char const*, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/ini.cpp:1563:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1eef3bd)
        >  #13 in Jrd::JProvider::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/jrd/jrd.cpp:2691:4 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1864267)
        >  #14 in Firebird::IProviderBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::IPluginBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IReferenceCountedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IVersionedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IProvider> > > > > > >::cloopcreateDatabaseDispatcher(Firebird::IProvider*, Firebird::IStatus*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:9010:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x16eefb6)
        >  #15 in Firebird::IAttachment* Firebird::IProvider::createDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:2034:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x49cc5d)
        >  #16 in Why::Dispatcher::attachOrCreateDatabase(Firebird::CheckStatusWrapper*, bool, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5681:15 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x44d0ad)
        >  #17 in Why::Dispatcher::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5606:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x44e4d4)
        >  #18 in PREPARSE_execute(Firebird::CheckStatusWrapper*, Why::YAttachment**, unsigned short, char const*, bool*, unsigned short) at workdir/UnpackedTarball/firebird/src/yvalve/preparse.cpp:288:26 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x56e738)
        >  #19 in Why::UtilInterface::executeCreateDatabase(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/yvalve/utl.cpp:587:8 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x5ee78f)
        >  #20 in Firebird::IUtilBaseImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::IVersionedImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IUtil> > >::cloopexecuteCreateDatabaseDispatcher(Firebird::IUtil*, Firebird::IStatus*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:12375:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x60ed0b)
        >  #21 in Firebird::IAttachment* Firebird::IUtil::executeCreateDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:3504:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x603d95)
        >  #22 in create_db(char const*, char*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5314:38 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x5aee53)
        >  #23 in frontend(char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:6152:10 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x59b585)
        >  #24 in get_statement(char*, unsigned long, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:7019:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x596084)
        >  #25 in do_isql() at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5481:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x57ba26)
        >  #26 in ISQL_main(int, char**) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1693:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x575ecc)
        >  #27 in main at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1599:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x575149)
        >  #28 in __libc_start_main at /usr/src/debug/glibc-2.26-146-gd300041c53/csu/../csu/libc-start.c:308 (/lib64/libc.so.6 +0x20f29)
        >  #29 in _start at <null> (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x423219)
        
        Change-Id: Iebff0484a792b711769f46c4823f806e9f9b2935
        Reviewed-on: https://gerrit.libreoffice.org/52704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca04e146ba4581f63bc9548ef926b611f1578804]

        writerperfect: fix whitespace
        
        Be consistent with surrounding code.
        
        Change-Id: I86eb3a663a54a63c850ada229ea24d9c770365df
        Reviewed-on: https://gerrit.libreoffice.org/52708
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [e1a969ca643d41e034100aac588994f2d6c3ed05]

        tdf#42949 Remove unnecessary localization headers from framework
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<fwkresid.hxx\> -e \<strings.hrc\> framework/ | xargs grep -c FwkResId | grep :0$ | grep -v /pch
        
        Change-Id: I026d78b5d1400c66705bd717eca9ed95e8c75366
        Reviewed-on: https://gerrit.libreoffice.org/52597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-11  Noel Grandin  <noel@peralex.com>  [8a94d3dcfa0c37685afd5f966d7fdc1d25dc923d]

        tdf#108608 more Draw text editing responsiveness fixes
        
        Turns out Windows is rather slow at at calculating glyph outlines
        (compared to Linux), I'm guessing it does no caching at all, so
        just add our own little cache.
        
        I tried to use o3tl::lru_map here, but it crashes under MSVC2015.
        
        Change-Id: I78d2a787ec8f734fa821f41f13236771efa1c8d4
        Reviewed-on: https://gerrit.libreoffice.org/52623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Caolán McNamara  <caolanm@redhat.com>  [40f1cfa6a7d9f8c501cd4e940f8a047b4162fb03]

        weld GotoLineDialog
        
        Change-Id: Ibf040e9b48a5545550e1ee830852a75ca82262e7
        Reviewed-on: https://gerrit.libreoffice.org/52695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [49eb02f07a5af44da59008a238e828b4a9532bef]

        new loplugin:unusedvariablemore
        
        collection of heuristics to look for local variables that are never read
        from i.e. do not contribute to the surrounding logic
        
        This is an expensive plugin, since it walks up the parent tree,
        so it is off by default.
        
        Change-Id: Ib8ba292241bd16adf299e8bba4502cb473513a06
        Reviewed-on: https://gerrit.libreoffice.org/52450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Takeshi Abe  <tabe@fixedpoint.jp>  [5823ecd54b16974ffe8821a5ae061cd0ecc4cf84]

        toolkit: Recover missing service names for ControlModelContainerBase
        
        namely:
        com.sun.star.awt.UnoControlProgressBarModel
        com.sun.star.awt.UnoControlScrollBarModel
        com.sun.star.awt.UnoControlFixedLineModel
        com.sun.star.awt.UnoControlRoadmapModel
        
        They seems accidentally dropped at 45fe77164c90cf15b78cd8b99adc043e2dd26be1.
        
        Change-Id: Iebd72cadc9eb9bdcb80f9b8c11f6e5e40bdb50a2
        Reviewed-on: https://gerrit.libreoffice.org/52673
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-11  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [0310815de2a75d4bbbd34d97e2592dccddcad812]

        sd: update tooltips on hyperlink hover
        
        Show "Ctrl-click to open..." or "Click to open..." depending on
        security options.
        
        Change-Id: I93024a894967ddd378cc436efffb22302f6034d7
        Reviewed-on: https://gerrit.libreoffice.org/52672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [46f9fb5244cb8cd2def46d75a3c969a2649e737c]

        sw: prefix members of HTMLAttrContext
        
        Change-Id: Ia0d35c17dc63fa4bcf1b5ebc2b1989a539017c41
        Reviewed-on: https://gerrit.libreoffice.org/52692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [54aa2d16ad2afc883eb5c22a513337abe3298938]

        Removed duplicated include
        
        Change-Id: I8850f20679c330c17b15f964ca7cf320126618af
        Reviewed-on: https://gerrit.libreoffice.org/52282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-04-11  Aron Budea  <aron.budea@collabora.com>  [4bba4b193feca178c8ec67bab5d7beee2cbe91c1]

        Fix building with DBG_ANIM_LOG defined
        
        Partial regression from 6ca16a4cad999dbb0296ea64db2263a26e52f36c
        
        Change-Id: Ie9eded8673131e19428411e430951feaf33218bb
        Reviewed-on: https://gerrit.libreoffice.org/52701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff8442fd85f2e281a564e3dc832a751a3a9c3072]

        pass EditTextObject around using std::unique_ptr
        
        Change-Id: I71f4529c2e02fd0ac2561191e4cb35e18e206037
        Reviewed-on: https://gerrit.libreoffice.org/52682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [672660031e4ca38205e2068b1e321268a844a68b]

        Fix typos
        
        Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
        Reviewed-on: https://gerrit.libreoffice.org/52697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-10  Julien Nabet  <serval2412@yahoo.fr>  [dc823f5fa4a5d2eca56297b9045e5962536c00f9]

        tdf#116890: make unique column names in prepared statement
        
        ...like we do resultset.
        
        Thanks to Lionel for this solution
        
        Change-Id: I44f307cd6bddf76716d7c73b8783070abe43bdf3
        Reviewed-on: https://gerrit.libreoffice.org/52662
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [508013d799358bb1c92b5cfea5257fe53c695cee]

        sw lok: followup commit for change about scrolling to visible cursor
        
        Revert small part of this commit:
        83b7bfc0efefb3c77e5c59553320e98539250c62
        
        Thanks Jan Holesovsky to catching it.
        
        Change-Id: I885c9f3da622052685d1e46f6358783fc7f8cb9a
        Reviewed-on: https://gerrit.libreoffice.org/52684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a953fa1c0f6a40a08859570516c511f3a8410a35]

        vlookup - optimize SC_EQUAL and NOT_EQUAL.
        
        Also don't accept partial matches ie. CONTAINS != EQUAL,
        for VLOOKUP even if document option "search criteria =, <>
        for whole cells" is turned off.
        
        This also adds a new spreadsheet test file vlookup2.fods
        with the option "search criteria =,<> for whole cells" turned off,
        with VLOOKUP test cases that ensures that partial matches are not
        accepted.
        
        Change-Id: Ib1f4781b216431546c3fd6967f22518e86abf36b
        Reviewed-on: https://gerrit.libreoffice.org/52589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-10  Caolán McNamara  <caolanm@redhat.com>  [e43d13b61181fbd47001faa47b178cda69e97890]

        Resolves: tdf#116813 Height/Width swapped
        
        Change-Id: I9b41a4b65fda895ed73fa346fb0b8e13df010706
        Reviewed-on: https://gerrit.libreoffice.org/52688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-10  Caolán McNamara  <caolanm@redhat.com>  [aece54a415e5e35d6c5f5cfd1f6d8b3af594d272]

        weld SpacingDialog
        
        Change-Id: Ida9077b19ad78001c632796257651e4314a9a538
        Reviewed-on: https://gerrit.libreoffice.org/52676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f966767e1ccfa432da33e1a0fd6de69e17a36bc3]

        tdf#116925 sw: consider fill styles of shape for in-textbox auto color
        
        Automatic color is determined in SwDrawTextInfo::ApplyAutoColor(), but
        it uses this function to determine the background color.
        
        Be consistent and consider the same background in both the
        shape-with-editeng-text and shape-with-sw-text cases.
        
        Change-Id: I52249a908193765bc128789d96187af334c1017c
        Reviewed-on: https://gerrit.libreoffice.org/52687
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0e285d840373a26cee98deaccb521c1f8f1efdb]

        dbaccess: fix --without-java build
        
        Change-Id: I9c1ac64745301deda1501806534f13c1527a33b3
        Reviewed-on: https://gerrit.libreoffice.org/52670
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f77738f7876d845ae5f90c85ae2c8a3b95a5b85c]

        Updated core Project: help  9bce1e3e0fffe38f701b7452e4e3c7564ea10469
        
        fix validation errors
        
        Change-Id: I0288d52b4420b2be76a136cbd34b1fee87f1cf71
        Reviewed-on: https://gerrit.libreoffice.org/52686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2018-04-10  Stephan Bergmann  <sbergman@redhat.com>  [381cdad095556227b72722d20dfc0015dcf4a774]

        Revert "32bit Linux tests fail"
        
        This reverts commit 2935287ea18847f9e142a35ade785ff9f510d495, now that
        4544713d3ae7a83d45047b65bf7ba520b3e8762e "Adapt remaining cpp_uno bridges to
         #i114635#" should fix the underyling issue.
        
        Change-Id: I60c185f724721f251e7e52087c5183cf985c3c4d
        Reviewed-on: https://gerrit.libreoffice.org/52671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e292ef25c6a4ab4766db6a871d402c52f2b9fd71]

        Make NotifyDocumentEvent use SdDrawDocument& instead of ptr
        
        Change-Id: I00f83da44d2f07fe570f9ce6c0f506e4204a5ef9
        Reviewed-on: https://gerrit.libreoffice.org/52633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [64a5d65f4c6226d8e98d2f33bf86f748d4ac9280]

        put the loplugin output files in the workdir
        
        so that the next time I accidentally leave one turned on, and commit it,
        the buildbots will clean up naturally the next time they run 'make
        clean'
        
        Change-Id: Ia09dea9c272c322c7e2773c5458cb54aceb50dd1

2018-04-10  Caolán McNamara  <caolanm@redhat.com>  [97932839851ff4084f32c82442176c2114763b74]

        add GtkMenuButton support
        
        Change-Id: Id5cda4775e405ed708de09ee1332cd84461b265d
        Reviewed-on: https://gerrit.libreoffice.org/52669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [9e6ee59a0f6e2c7276d6683e6a233298536f5b14]

        darn, unusedfields loplugin was left enabled
        
        Change-Id: I343262e0c61e9ecde5395f13732c212197e7fd03

2018-04-10  Stephan Bergmann  <sbergman@redhat.com>  [4544713d3ae7a83d45047b65bf7ba520b3e8762e]

        Adapt remaining cpp_uno bridges to #i114635#
        
        ..."C++ UNO bridge should convert non-UNO exceptions into RuntimeException"
        (<https://bz.apache.org/ooo/show_bug.cgi?id=114635>), see
        <https://lists.freedesktop.org/archives/libreoffice/2018-April/079985.html>
        "Re: CppunitTest_sw_filters_test failing on x86 Linux, std::exception ->
        uno::RuntimeException".
        
        (The msvc_win32_{intel,x86-64} versions already handle non-UNO exceptions in
        their msc{i,x}_filterCppException functions, in a different way.)
        
        Change-Id: Ie359affed6831d16be0de3e3ff065484e28bd9c3
        Reviewed-on: https://gerrit.libreoffice.org/52665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-10  Caolán McNamara  <caolanm@redhat.com>  [2ad679b7f6b0b57fb52d4f94f5707765e9a5807e]

        crashtesting: failure on loading ooo38880-1.doc
        
        ever since
        
        commit e0bc1ab9d8fd9247c60324f596faafd7e42540f4
        Date:   Mon Oct 4 16:54:47 2004 +0000
        
            INTEGRATION: CWS mav09 (1.42.58); FILE MERGED
        
        SdrOle2Obj::SetObjRef calls mpImpl->mxObjRef.Clear();
        so SdrOle2Obj::Disconnect_Impl cannot removeobj the
        object from the olecache, i.e.
        
        if ( mpImpl->mxObjRef.is() && mpImpl->mxLightClient.is() )
            ...
            GetSdrGlobalData().GetOLEObjCache().RemoveObj(this);
            ...
        
        so the object remains in the cache and later on is dereferenced
        with the usual sad results.
        
        So, this band-aid ensures that if we get to the dtor and are still in the cache
        we get removed.
        
        Change-Id: Icf519e4db3eadf1c0d9acb7751dbea9cc04ca382
        Reviewed-on: https://gerrit.libreoffice.org/52667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-10  Gabor Kelemen  <kelemeng@gnome.hu>  [0d0b4ea030fe46b42de04571ad36d7c2aab7e196]

        Updated core Project: help  fbf5957db266aac2defee013a79be1ffc6ca9a04
        
        Fix missing bookmarks on MS Office compatibility page
        
        Change-Id: I33711b69218bec6d080c07c93d0f2357bab0ce70
        Reviewed-on: https://gerrit.libreoffice.org/52660
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-10  Michael Stahl  <Michael.Stahl@cib.de>  [fa47856e51c2c1102b3df0adead2c0701bd4cbde]

        xmloff: fix leak in XMLPropertySetMapperEntry_Impl
        
        The XMLNamedBoolPropertyHdl should be owned by
        OControlPropertyHandlerFactory like all the other handlers created in
        that function.
        
        Thanks to Julien Nabet for pointing out the problem.
        
        Change-Id: Id474b2fdb84ca74f686d0c888fbedbee623c31bb
        Reviewed-on: https://gerrit.libreoffice.org/52666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [63229c51ba33ccb478ac9df1737281555ebea0bd]

        loplugin:useuniqueptr in ScDrawTransferObj
        
        Change-Id: I0de14f370f81b6b1e37cb7c9e517d4e9b857ab83
        Reviewed-on: https://gerrit.libreoffice.org/52644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [8d381ae8d6c742a7e15bf7ad9e07b65f81728ef6]

        Remove dead HSQLDB driver
        
        Change-Id: Id4cfb69079f0150c9cca2626c16df7fab441d916
        Reviewed-on: https://gerrit.libreoffice.org/52611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [87e7fd163bc587b5c7cbb59ba40a9856f8bb225d]

        tdf#116555 filter: make sure default extension for HTML is not .xhtml
        
        Since by default we don't write XHTML markup in the sw HTML export.
        
        Change-Id: Ifbf9850652d7838582725be391b2fd1a062495e5
        Reviewed-on: https://gerrit.libreoffice.org/52663
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9586cf0b5fda0092fdca3ab4db470e8fd765adf]

        loplugin:unusedfield improvements
        
        improve the read-only check to ignore reads from fields that are guarded
        by a boolean check, something like:
           if (field)
               field.foo();
        this produces some false positives at the moment because I'm not
        correctly handling the else block, but also some useful new dead code.
        
        Change-Id: Id21fa1a56c171d09d979769b978b6eef14e8b695
        Reviewed-on: https://gerrit.libreoffice.org/52664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  andreas kainz  <kainz.a@gmail.com>  [77e2d29bce92639498324814be56656f85a0f0fd]

        Colibre icons: add help icons
        
        Change-Id: I421f10f19647888e508c6487271e29d5ab543e0b
        Reviewed-on: https://gerrit.libreoffice.org/52659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-10  Caolán McNamara  <caolanm@redhat.com>  [ccbaaa04417eac83f9f521e034a3e62821e4b7f3]

        weld SmFontSizeDialog
        
        and give it a parent via SfxRequest::GetFrameWeld
        
        Change-Id: I126c300ce4b3f477fd927efbcc83b1a6d315f594
        Reviewed-on: https://gerrit.libreoffice.org/52637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-10  Gabor Kelemen  <kelemeng@ubuntu.com>  [342a5d13dfcca37a68cb996650e1ada868c5ce3e]

        tdf#42949 Remove unnecessary localization headers from desktop
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<dp_shared.hxx\> -e \<strings.hrc\> desktop | xargs grep -c DpResId | grep :0$ | grep -v /pch
        
        Change-Id: I6608eb94c7572040ae20ce8a3926f3a522ee66bd
        Reviewed-on: https://gerrit.libreoffice.org/52593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-10  Mark Hung  <marklh9@gmail.com>  [c6d3d0642e0f5d24cab402a8a7c6f81406d044cf]

        tdf#115623: invoke openPageSpan / closePageSpan
        
        * For paragraphs or tables whose styles specify style:master-page-name,
        it indicate starting a new page style and should invoke
        openPageSpan / closePageSapn properly.
        
        * closePageSpan at the end of text body is invoked.
        
        Change-Id: Ic85157c9b1a43c94a027b464ad9105e9072afcf7
        Reviewed-on: https://gerrit.libreoffice.org/52082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [8cbf84ed33014339cfc9741c1371cd065110060f]

        fix bug in SwSpellDialogChildWindow::FindNextDrawTextError_Impl
        
        looks like a regression from
            commit de60fd06b84bc1aa080ef209b0eeb36914bd8b32
            Date:   Fri Dec 17 09:02:23 2010 +0100
            CWS swlayoutrefactoring: #i115510#: first step to clean up the
        SwClient mess
        
        Change-Id: Ifc1d3e3f87b4b0d48fc5f311086bb5404b0aa1fb
        Reviewed-on: https://gerrit.libreoffice.org/52614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [d913b7d2d8f5d8caf69b80274c58d7e27d207a0d]

        loplugin:unusedmethods
        
        Change-Id: I6f976ba8f792d2cee34859e9258798351eed8b1d
        Reviewed-on: https://gerrit.libreoffice.org/52636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [3edfbb0885f8f9b18074d42e16539436077631ef]

        loplugin:useuniqueptr in ScAccessibleSpreadsheet
        
        Change-Id: Ia3df85292aba5a506a60b2ae5345e4e78c676c93
        Reviewed-on: https://gerrit.libreoffice.org/52650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [e8cb751f3bf816dc721115a5dc27da9eefaeb886]

        loplugin:useuniqueptr in DataStream
        
        Change-Id: I05a22f05a7d41aa06539e05a1969f9520cc3ab31
        Reviewed-on: https://gerrit.libreoffice.org/52649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [45e1b44247c6b8af449fbf078068939140bd9dbb]

        loplugin:useuniqueptr in ScAccessiblePreviewCellTextData
        
        Change-Id: I06e211f69cafd88080680a22919f1c16eef2aaa9
        Reviewed-on: https://gerrit.libreoffice.org/52648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [015fc77362e4c0f2c213cc793e8e692ba3c7bc05]

        loplugin:useuniqueptr in ScAccessibleEditObjectTextData
        
        Change-Id: I72305ce2f235efb42055f71fe2ee3c59ba99c9d3
        Reviewed-on: https://gerrit.libreoffice.org/52647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [7418f8f331c4a7d5195bb90d6a9025fb69fa816e]

        loplugin:useuniqueptr in DocShell_Impl
        
        Change-Id: I171dbce9ad9790e887a6618812eadfb746dee42f
        Reviewed-on: https://gerrit.libreoffice.org/52646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd8dc772588b52f95b8682f6ec800bd8f2c58ec3]

        loplugin:useuniqueptr in ScXMLExport
        
        Change-Id: I9f1fd5e008c1969d8f1d1d3668c64ddc31b5dc83
        Reviewed-on: https://gerrit.libreoffice.org/52645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [18caee072ccbd2be7b947ef2659204d3c18a05f1]

        graphic: move access to cxx for PDFData and VectorGraphicData
        
        We need strict control when PDFData and VectorGraphicData is
        accessed and changed, so create access methods for PDFData and
        move the access methods to cxx (for VectorGraphicData).
        
        Change-Id: I39324a807a4db559bad5501b5913e62a0aeabf01
        Reviewed-on: https://gerrit.libreoffice.org/52395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c5e4eec3dd98f0c7ab7a59b08450748382afcea2]

        remove unused ImplSwapOutAsLink
        
        Change-Id: Idb0796bfb3da1695bcd7fafcd9608dc336c30196
        Reviewed-on: https://gerrit.libreoffice.org/52394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a50897107bca839af5665ee0f9621e9cce54900b]

        replace originURL with GraphicExternalLink class (internally)
        
        For now just introduce the GraphicExternalLink internally in
        ImpGraphic, and use it for the origin URL. In a future patch this
        will store additional data about the link.
        
        Change-Id: I7b4edac80d0e71603d37243ff28bcac1b18fdc01
        Reviewed-on: https://gerrit.libreoffice.org/52393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [11163faafe718e65b25f0dfea8700d1a18d4dee6]

        graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLink
        
        The main reason is to differentiate when we have the GfxLink from
        other (url, file) links which use the same terminology.
        
        Change-Id: I805c61e7fb231062340562c51c25a189b2cfc7f7
        Reviewed-on: https://gerrit.libreoffice.org/52245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e4eb416c3ef81d098ed61caabd2077cbbb2418bc]

        remove swapping and link from GraphicObject and Graphic
        
        Change-Id: If81127e0589b504909801bcbf392d2dec3a3efc1
        Reviewed-on: https://gerrit.libreoffice.org/52244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ea3d755ac949c1b6dada5c341e018f8c23f5d395]

        vcl: detach usage and remove GraphicManager and GraphicCache
        
        Also remove some GraphicObjectTest because they call into
        GraphicManager which now doesn't exist anymore.
        
        Change-Id: Ia434736d8611df629af3e897c878a7fb8bbe4706
        Reviewed-on: https://gerrit.libreoffice.org/52243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-10  andreas kainz  <kainz.a@gmail.com>  [94185507ed11bf6e2e2e9fa47c247680ae1edb36]

        Colibre icons: add startmath icons
        
        Change-Id: I72a7263a77cdb289ad50cd0a75094b984dc03597
        Reviewed-on: https://gerrit.libreoffice.org/52658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-10  andreas kainz  <kainz.a@gmail.com>  [9687e07f29e7e13e8b9fcb1041e3e20d7f632fc8]

        NB Calc: fix currenty formating
        
        Change-Id: I8a9e98748e58cbe7fad039321f8e04e996588b8e
        Reviewed-on: https://gerrit.libreoffice.org/52655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-10  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [c9292c0d370ca779a4f3351bafc8988363679dc1]

        tdf#90834 Cleanup version control history comments
        
        Turn in-line version control history comments into meaningful good
        comments.
        
        Change-Id: I6581833ba73605c043bd4410a6f9488942b9f4f3
        Reviewed-on: https://gerrit.libreoffice.org/52635
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-04-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ad9c96b0251d17e7ae5a2ce8179ba0b0c805273e]

        Updated core Project: help  bea85ade6e8110f9b944840edcf65d405c6946ac
        
        tdf#112384 Mention the new possibility of adding a line break as separator…
        
        … in the Chapter Numbering dialog.
        
        Change-Id: I14958db6bcea8043d76255dee4077ef5927563ac
        

2018-04-10  heiko tietze  <tietze.heiko@gmail.com>  [8b34efff7a7ed13553dfe87cd2413d01c76dec1d]

        tdf#114523 Make inline tooltips for changes optional
        
        Revert redline shenanigans from change 46971; option is now set with view
        
        Change-Id: I55fcfef8a40ad621630dfcefed9e50fdafa94005
        Reviewed-on: https://gerrit.libreoffice.org/52586
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-10  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c7b8dacab8fafdcf89311f780493a896e7350454]

        Updated core Project: help  3631eb04025b0f6e4059122eacd71391c0984836
        
        Fix path for a bookmark. Add hid/ where missing.
        
        Change-Id: Ia0fdd57add10f5f934f1e34c67b49fb736733bd6
        Reviewed-on: https://gerrit.libreoffice.org/52652
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [2eaa978d135a53abf22df2dc3fcb8d04733fe2d3]

        tdf#104658: Fix jumping bitmap-filled chart bars
        
        Coincidentally this also resolves almost identical issues in chart wall
        (tdf#114132)
        
        Change-Id: Ib566110639d00aa46463ee592861ce3e15c64f50
        Reviewed-on: https://gerrit.libreoffice.org/52624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [8c72e780694e86f84e1d5b5eab6b724e7ec06754]

        weld SmAlignDialog
        
        Change-Id: Ie17f8da3ee26b366d4c325ff9aa2dbc7b419d8cd
        Reviewed-on: https://gerrit.libreoffice.org/52640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [40ca52ee802ea3992caa82f811eab124381bc121]

        weld SvxSearchSimilarityDialog
        
        Change-Id: Ifff02a6e9a9b8ce78b1e7d15f5f9a73ec2574872
        Reviewed-on: https://gerrit.libreoffice.org/52631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [54e13125860b124535c48e93b8001cd1aab25d8f]

        ppd value list jumps around on selecting scrolled entries
        
        the whole list is emptied and refilled on every selection,
        which causes visible jumps on selecting scrolled entries
        as its cleared, then refilled and the same position selected
        again.
        
        seems we need this just for the case that the custom value
        was selected/unselected
        
        Change-Id: I01e72cd9377027c5fd598b02dee27b682f1b92af
        Reviewed-on: https://gerrit.libreoffice.org/52630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [0062b0b09b84fa275bbd921d0775eb1ae6d2ba64]

        weld RTSDialog and tab pages
        
        Change-Id: I9bec5f8afe65a9d3b75efd4f860beb47f16ece05
        Reviewed-on: https://gerrit.libreoffice.org/52629
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [829674fa46c8c07584022b84bbc8c3d877b895c2]

        Related: tdf#77919 GetPosPixel() is relative to parent, not grandparent
        
        so the tooltip rectangle is wrong and doesn't shown under mutter
        
        we could use pCtrl->OutputToScreenPixel(Point(0, 0)) here too
        
        Change-Id: I75a717127ad75a4aac2cb9c22e526419f798ea99
        Reviewed-on: https://gerrit.libreoffice.org/52634
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [2935287ea18847f9e142a35ade785ff9f510d495]

        32bit Linux tests fail
        
        http://nabble.documentfoundation.org/CppunitTest-sw-filters-test-failing-on-x86-Linux-tt4237176.html
        
        lets see if removing the test case will pass for now
        
        Change-Id: Iab09013908c7765109974b7485e5f880a33d5fb3
        Reviewed-on: https://gerrit.libreoffice.org/52643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Stephan Bergmann  <sbergman@redhat.com>  [727bfa2c87db170483c1e4ae895174295b070c77]

        Merge in Flatpak improvements
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/>:
        
        commit 7a2393f5fcab8c6938180c4718f2c61acd495528
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Tue Apr 3 10:41:22 2018 +0100
        
            port to freedesktop.org 1.6 runtime
        
            Gtk+3/GIO/etc dependencies used by LO in "GNOME" mode are actually
            included in the freedesktop.org runtime. Try to build against fd.o
            by downgrading gst-libav (fd.o has gst 1.10 rather than gnome's 1.12),
            bundling dbus-glib and disable Gtk+ 2.
        
        commit 42650da01f270e86bfb40035a9194b23ccf24c4c
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Tue Apr 3 11:23:27 2018 +0100
        
            fix up LD_LIBRARY_PATH with gcc7
        
            Append to library path rather than resetting it (causes build failures
            due to overriding /app/lib).
        
        commit 3e4c655294c8124cb54e1c651ec4dc1230b8151e
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Tue Apr 3 11:25:02 2018 +0100
        
            fixup solenv/bin/assemble_flatpak.sh
        
            Use mkdir -p to be robust to other modules (ie dbus-glib) creating
            some of the paths before we do.
        
        commit d1d449ffa837b1de876f524494dbce09ec92ce73
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Wed Apr 4 15:50:49 2018 +0100
        
            split resource/registry data into Locales extension
        
            Move the language-specific data into the /app/share/runtime path which
            flatpak-builder splits into the Locale extension if we re-enable
            separate-locales. We symlink the original locations back to these paths, which
            means we have dangling symlinks depending on which Locale sutpaths are
            installed.
        
            Include Stephan Bergmann's patch from https://gerrit.libreoffice.org/#/c/52381/
            to make the configmgr robust to such dangling links.
        
        commit ad6674f166c68fb79e19d80950a104a0a33f81dc
        Author: Robert McQueen <rob@endlessm.com>
        Date:   Wed Apr 4 16:05:28 2018 +0100
        
            make locale split glob more specific
        
            This loop will fail if the share/registry/res folder gains any .xcd
            files which are not named fcfg_langpack_* or registry_* so just to
            be safe, only glob these files.
        
        Change-Id: Icd41d7077b9f308dbb196927715b210328709662
        Reviewed-on: https://gerrit.libreoffice.org/52642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-09  Stephan Bergmann  <sbergman@redhat.com>  [0b0bc5eb77ac735573482dddd6814c9763f8c6e1]

        Remove std::bad_alloc -> css::uno::RuntimeException mappings
        
        ...that are no longer needed now that the dynamic exception specifications are
        gone from C++ UNO, so won't cause std::unexpected any more.
        
        Change-Id: Ie3418658f5a84e6cec1ac48e3413f523f87497fe
        Reviewed-on: https://gerrit.libreoffice.org/52641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-09  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [0a4c1fb68c3619e61099a7c548f550b0d3fd7a53]

        tdf#116706 fix for AGGREGATE with hidden rows and single references.
        
        Change-Id: I6ac88f26b46a17e1857b7b40d2034fb321973625
        Reviewed-on: https://gerrit.libreoffice.org/52522
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-09  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f54cb7cc81ba3c485e24e6d9820cf8dced12081b]

        GetLineEnds: Use SdrObject& instead of pointers
        
        Change-Id: I154363d54139319f584d24401d47aa9374869d47
        Reviewed-on: https://gerrit.libreoffice.org/52628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [f9d747aa4ca27bcd16d8832a6bc1407f79cead0b]

        Updated core Project: help  96d319ef4e1849f970b63502cced9e37c8dc1c5b
        
        Fix typos in help
        
        Fix double spaces in text,
        change "it's" to "it is" like mentioned by Adolfo.
        
        Change-Id: Ie1008663a87680583ee58775f64260b5c3bbe8c4
        Reviewed-on: https://gerrit.libreoffice.org/52558
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-09  Dennis Francis  <dennis.francis@collabora.co.uk>  [afa91e423c2073cec281477f2154291c6d4f739d]

        avoid SharedString copy assignment
        
        Change-Id: If5654a3103bf7ef29b7b642f0e5ac4bca5ddb726
        Reviewed-on: https://gerrit.libreoffice.org/52588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5f1534363461804977ec97580b96b227d9d2cdf0]

        EMF+ Fix variable types according to specification
        
        Change-Id: I03b949abbe53a4f34bba72a23f941ebea443f737
        Reviewed-on: https://gerrit.libreoffice.org/52627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-09  Mike Kaganski  <mike.kaganski@collabora.com>  [79383148bb31bee0c8fae941f6cc0fdd605fb2ea]

        tdf#108580 related: Check for SP level of the minimal supported OS
        
        Currently we support Win7 SP1 and later; so let installer fail on lower SP levels.
        
        Change-Id: I807e0a04870b9eeabbfae258d68da4a1156b0408
        Reviewed-on: https://gerrit.libreoffice.org/52619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-09  Stephan Bergmann  <sbergman@redhat.com>  [61411db9f719d793f0665a4d278e0748e8fcd75f]

        external/firebird: ICU_UCHAR_TYPE breaks -fsanitize=function
        
        ...while building external/firebird, and should not be necessary in a C++
        project anyway (cf. 4c404950225e07ec7ee5275657a3192a5af79a04 "ICU_UCHAR_TYPE is
        not needed for C++11 projects").  I started to get this failure around the time
        I switched the machine from Fedora 27 to Fedora 28 beta, but not sure whether
        the issue is related to that, nor why it only started to happen now:
        
        > workdir/UnpackedTarball/firebird/src/intl/cs_icu.cpp:67:30: runtime error: call to function ucnv_fromUChars_60 through pointer to incorrect function type 'int (*)(UConverter *, char *, int, const unsigned short *, int, UErrorCode *)'
        > workdir/UnpackedTarball/icu/source/common/ucnv.cpp:1720: note: ucnv_fromUChars_60 defined here
        >  #0 in CSICU_charset_init(charset*, char const*) at workdir/UnpackedTarball/firebird/src/intl/cs_icu.cpp:67:30 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/intl/libfbintl.so +0xb5a9c)
        >  #1 in LD_lookup_charset at workdir/UnpackedTarball/firebird/src/intl/ld.cpp:484:10 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/intl/libfbintl.so +0xb34e4)
        >  #2 in LCICU_setup_attributes(char const*, char const*, char const*, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator>&) at workdir/UnpackedTarball/firebird/src/intl/lc_icu.cpp:128:8 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/intl/libfbintl.so +0xaf3e2)
        >  #3 in LD_setup_attributes at workdir/UnpackedTarball/firebird/src/intl/ld.cpp:568:7 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/intl/libfbintl.so +0xb47ff)
        >  #4 in Jrd::IntlManager::setupCollationAttributes(Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator>&) at workdir/UnpackedTarball/firebird/src/jrd/IntlManager.cpp:689:16 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x16ecd8b)
        >  #5 in setupSpecificCollationAttributes(Jrd::thread_db*, Jrd::jrd_tra*, unsigned short, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:7483:7 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1918f67)
        >  #6 in create_collation(Jrd::thread_db*, short, Jrd::DeferredWork*, Jrd::jrd_tra*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:7542:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1936e2e)
        >  #7 in DFW_perform_work(Jrd::thread_db*, Jrd::jrd_tra*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:4513:11 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1912e49)
        >  #8 in DFW_perform_system_work(Jrd::thread_db*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:4457:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x191259d)
        >  #9 in INI_format(char const*, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/ini.cpp:1808:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x18df473)
        >  #10 in Jrd::JProvider::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/jrd/jrd.cpp:2691:4 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x172d05f)
        >  #11 in Firebird::IProviderBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::IPluginBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IReferenceCountedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IVersionedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IProvider> > > > > > >::cloopcreateDatabaseDispatcher(Firebird::IProvider*, Firebird::IStatus*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:9010:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x10d511f)
        >  #12 in Firebird::IAttachment* Firebird::IProvider::createDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:2034:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x3937f4)
        >  #13 in Why::Dispatcher::attachOrCreateDatabase(Firebird::CheckStatusWrapper*, bool, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5681:15 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x35adb7)
        >  #14 in Why::Dispatcher::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5606:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x35baa4)
        >  #15 in PREPARSE_execute(Firebird::CheckStatusWrapper*, Why::YAttachment**, unsigned short, char const*, bool*, unsigned short) at workdir/UnpackedTarball/firebird/src/yvalve/preparse.cpp:288:26 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x427888)
        >  #16 in Why::UtilInterface::executeCreateDatabase(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/yvalve/utl.cpp:587:8 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x481209)
        >  #17 in Firebird::IUtilBaseImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::IVersionedImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IUtil> > >::cloopexecuteCreateDatabaseDispatcher(Firebird::IUtil*, Firebird::IStatus*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:12375:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x495a09)
        >  #18 in Firebird::IAttachment* Firebird::IUtil::executeCreateDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:3504:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x4c41df)
        >  #19 in create_db(char const*, char*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5314:38 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x48606b)
        >  #20 in frontend(char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:6152:10 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x477e4e)
        >  #21 in get_statement(char*, unsigned long, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:7019:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x4740e6)
        >  #22 in do_isql() at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5481:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x461d48)
        >  #23 in ISQL_main(int, char**) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1693:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x45d8cf)
        >  #24 in main at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1599:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x45cf09)
        >  #25 in __libc_start_main at <null> (/lib64/libc.so.6 +0x231ba)
        >  #26 in _start at <null> (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x40bd89)
        
        Change-Id: I7b31e2e6dd745e50d02c68369c7a1e8072ae9534
        Reviewed-on: https://gerrit.libreoffice.org/52622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-09  Stephan Bergmann  <sbergman@redhat.com>  [3d12f4c2715596ceb33fe8323457aea13f2aa674]

        external/firebird: Fix -fsanitize=function
        
        ...while building external/firebird.  I started to get this failure around the
        time I switched the machine from Fedora 27 to Fedora 28 beta, but not sure
        whether the issue is related to that, nor why it only started to happen now:
        
        > workdir/UnpackedTarball/firebird/src/common/unicode_util.cpp:1206:2: runtime error: call to function u_versionToString_60 through pointer to incorrect function type 'void (*)(unsigned char *, char *)'
        > workdir/UnpackedTarball/icu/source/common/putil.cpp:2280: note: u_versionToString_60 defined here
        >  #0 in Jrd::UnicodeUtil::getCollVersion(Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator>&) at workdir/UnpackedTarball/firebird/src/common/unicode_util.cpp:1206:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x22ff24d)
        >  #1 in Firebird::IntlUtil::setupIcuAttributes(charset*, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator>&) at workdir/UnpackedTarball/firebird/src/common/IntlUtil.cpp:629:7 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x2277bbd)
        >  #2 in INTL_builtin_setup_attributes(char const*, char const*, char const*, unsigned int, unsigned char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/jrd/intl_builtin.cpp:1731:7 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x16b712c)
        >  #3 in Jrd::IntlManager::setupCollationAttributes(Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator> const&, Firebird::StringBase<Firebird::StringComparator>&) at workdir/UnpackedTarball/firebird/src/jrd/IntlManager.cpp:689:16 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x16ecd8b)
        >  #4 in setupSpecificCollationAttributes(Jrd::thread_db*, Jrd::jrd_tra*, unsigned short, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:7483:7 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1918f67)
        >  #5 in create_collation(Jrd::thread_db*, short, Jrd::DeferredWork*, Jrd::jrd_tra*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:7542:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1936e2e)
        >  #6 in DFW_perform_work(Jrd::thread_db*, Jrd::jrd_tra*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:4513:11 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x1912e49)
        >  #7 in DFW_perform_system_work(Jrd::thread_db*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/dfw.cpp:4457:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x191259d)
        >  #8 in INI_format(char const*, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/jrd/ini.cpp:1808:2 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x18df473)
        >  #9 in Jrd::JProvider::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/jrd/jrd.cpp:2691:4 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x172d05f)
        >  #10 in Firebird::IProviderBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::IPluginBaseImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IReferenceCountedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IVersionedImpl<Jrd::JProvider, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IProvider> > > > > > >::cloopcreateDatabaseDispatcher(Firebird::IProvider*, Firebird::IStatus*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:9010:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/plugins/libEngine12.so +0x10d511f)
        >  #11 in Firebird::IAttachment* Firebird::IProvider::createDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:2034:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x3937f4)
        >  #12 in Why::Dispatcher::attachOrCreateDatabase(Firebird::CheckStatusWrapper*, bool, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5681:15 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x35adb7)
        >  #13 in Why::Dispatcher::createDatabase(Firebird::CheckStatusWrapper*, char const*, unsigned int, unsigned char const*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:5606:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x35baa4)
        >  #14 in PREPARSE_execute(Firebird::CheckStatusWrapper*, Why::YAttachment**, unsigned short, char const*, bool*, unsigned short) at workdir/UnpackedTarball/firebird/src/yvalve/preparse.cpp:288:26 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x427888)
        >  #15 in Why::UtilInterface::executeCreateDatabase(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/yvalve/utl.cpp:587:8 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x481209)
        >  #16 in Firebird::IUtilBaseImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::IVersionedImpl<Why::UtilInterface, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IUtil> > >::cloopexecuteCreateDatabaseDispatcher(Firebird::IUtil*, Firebird::IStatus*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:12375:44 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/lib/libfbclient.so.2 +0x495a09)
        >  #17 in Firebird::IAttachment* Firebird::IUtil::executeCreateDatabase<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, unsigned int, char const*, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:3504:23 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x4c41df)
        >  #18 in create_db(char const*, char*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5314:38 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x48606b)
        >  #19 in frontend(char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:6152:10 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x477e4e)
        >  #20 in get_statement(char*, unsigned long, char const*) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:7019:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x4740e6)
        >  #21 in do_isql() at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:5481:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x461d48)
        >  #22 in ISQL_main(int, char**) at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1693:3 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x45d8cf)
        >  #23 in main at workdir/UnpackedTarball/firebird/temp/Debug/isql/isql.cpp:1599:9 (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x45cf09)
        >  #24 in __libc_start_main at <null> (/lib64/libc.so.6 +0x231ba)
        >  #25 in _start at <null> (workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql +0x40bd89)
        
        Change-Id: I03ccded73840865f104ccf6d434f425f7c7e6907
        Reviewed-on: https://gerrit.libreoffice.org/52620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [2318501c14d9eb8cee050dc0d8f8ec646c520352]

        loplugin:useuniqueptr in ScXMLImport
        
        Change-Id: I49ea5e53c2826d78590c3f597683e22de256aacf
        Reviewed-on: https://gerrit.libreoffice.org/52616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [27702e0c7aa04665433426567d4cc7857a126f37]

        weld SwLineNumberingDlg
        
        and use the same SetFieldUnit as the reset of writer uses
        
        Change-Id: I7fbc4743cdcf057a40b4b84375c62293b8edd074
        Reviewed-on: https://gerrit.libreoffice.org/52607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a4e0b3003b88f8541a8e0e3264346ced10f4796]

        loplugin:useuniqueptr in ScMySharedData
        
        Change-Id: I1cc01cfdbc2c9accbaf17d7b9c04b0ec006f9e01
        Reviewed-on: https://gerrit.libreoffice.org/52615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Caolán McNamara  <caolanm@redhat.com>  [91bb474cc5342b32dab6c701a1bea6c49b87f498]

        forcepoint#37 revert tdf#108572 let remove storage element
        
        reverts
        
        commit 26957fc325c27cf61e8ef5555b380d627def4931
        Date:   Wed Sep 6 10:54:50 2017 +0200
        
            tdf#108572 let remove storage element
        
            void OStorage_Impl::RemoveElement( SotElement_Impl* pElement )
            expects that m_pAntiImpl will be nullptr, if not throws an exception.
            This caused that in case of deleting embedded database used for
            mail merge it wasn't fully removed and
        
        The problem is that by allowing the removal of the element, existing readonly
        accessors are left pointing to the deleted element which causes quite some problems
        as seen in this sample document
        
        Change-Id: Ie6ac36e6dea771b02637d77b78eb8026e3bb7ae8
        Reviewed-on: https://gerrit.libreoffice.org/52563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-09  Armin Le Grand  <Armin.Le.Grand@cib.de>  [06d8e6264487e3084b583e5158d9b89f8480b3eb]

        Make getSdrModelFromUnoModel work with SdrModel&
        
        Change-Id: Iea3af7db77ef778db7bbdf2c1b6b1b956fd57fec
        Reviewed-on: https://gerrit.libreoffice.org/52592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-09  Michael Stahl  <mstahl@redhat.com>  [aa02205fc46ed53a0af18517c3cd4064d514f85f]

        configure,pyuno: require at least Python 2.7
        
        Nobody needs to use 2.6 any more, so reduce the maintenance burden.
        
        https://lists.freedesktop.org/archives/libreoffice/2018-March/079670.html
        
        Change-Id: I101e26fbceffbe6119f4a6484530f27760b03eb4
        Reviewed-on: https://gerrit.libreoffice.org/50816
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-09  Jim Raykowski  <raykowj@gmail.com>  [41f1a38b9e8b5e0567bf642d3e14a549e82ee0d9]

        tdf#105225 A table properties background tab page
        
        Change-Id: I86be7b0d9850ffe46f1033beac342739b3289fa8
        Reviewed-on: https://gerrit.libreoffice.org/48797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-09  Mike Kaganski  <mike.kaganski@collabora.com>  [b9d709e84728270acb00c3952551f5c608260e62]

        tdf#94265: use install directory on delay load failure
        
        This partially reverts commit 827430c8c0417396b3c1d2a049ccddb818c89646
        
        Change-Id: Ia5d609040a3b355659e780e0606ce4bff0d22509
        Reviewed-on: https://gerrit.libreoffice.org/52572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [31eed9e7343276589feaf32c56f50c9018fb56f5]

        std::list->std::vector in DropTarget
        
        Change-Id: I4fe707ccea55d8bdc4f108e8af5d5f0223a34776
        Reviewed-on: https://gerrit.libreoffice.org/52542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Stephan Bergmann  <sbergman@redhat.com>  [221413dc6f22c6ddf12bfab4b469fbe231635afa]

        Make rebuild of external/lxml work
        
        ...if any of its dependencies have changed
        
        Change-Id: If0ddad0f70dfca201578eefdbd7a153fbea2660b

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [48fbfe38f60de731ff8bec0372179bedd6670af4]

        use more DBG_UNHANDLED_EXCEPTION
        
        so we get nice logs of the exception dynamic type for UNO exceptions.
        
        Change-Id: Ic0b10dc14d354a2c9a0591b3a51d2f1640d54bdb
        Reviewed-on: https://gerrit.libreoffice.org/52465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [115a8539038ecdd5e496fb6c84101c5b14d11068]

        std::list->std::vector in SubsetMap
        
        Change-Id: I3fa98b787707dcbc555abe6aaa3a11e0fe467308
        Reviewed-on: https://gerrit.libreoffice.org/52606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [e463ab92c3be84c603fe855464c213efb93b2120]

        std::list->std::vector in sw::WriterMultiListener
        
        for small objects like pointers, much more cache-friendly
        
        Change-Id: I37a77c437fd53f5774e9752565f463f764f29c9a
        Reviewed-on: https://gerrit.libreoffice.org/52562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a5a3ebe09a348f976e86252563b2b71ec65fdf6]

        loplugin:useuniqueptr in ScAccessibleCellTextData
        
        and remove unused mpEditViewForwarder field
        
        Change-Id: I844a935852ba9cb81606a98aff9454a73c3fe347
        Reviewed-on: https://gerrit.libreoffice.org/52545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [28bfc9ba5f64e2408b06e451c5ca7bbf23feeb19]

        std::list->std::vector in X11Clipboard
        
        Change-Id: If63ba386c120579da1e85e9056a9cdc080c916fc
        Reviewed-on: https://gerrit.libreoffice.org/52541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [54f7d107c121403d0a73454ef83f79e0e61b757b]

        std::list->std::vector in DisplayConnectionDispatch
        
        and remove effectively unused m_aErrorHandlers
        
        Change-Id: I7505d1d27ccbde2728c01c41ff91faa846429d7d
        Reviewed-on: https://gerrit.libreoffice.org/52540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b88669498eafbe75eb3667f5997886e8b99ded7]

        std::list->std::vector in SwAccessibleMap
        
        Change-Id: I8820405b7565e8ec4aff72bd24ddd252d95422e5
        Reviewed-on: https://gerrit.libreoffice.org/52530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [919ffe3715c8583f0ee329e32bb6163608911d22]

        std::list->std::vector in WeakBag
        
        Change-Id: Ic0f0c89cb27fab4d30da1276fb8dc3ad1981a80d
        Reviewed-on: https://gerrit.libreoffice.org/52529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-09  Jim Raykowski  <raykowj@gmail.com>  [0b859bf33ed722c5c90f41cb08099fecfe494272]

        tdf#115600 Display messages in Findbar for Headings navigation
        
        ...and make Headings navigation wrap
        
        Change-Id: Ia06caba9b93064c63750c54c1061d781811ed62a
        Reviewed-on: https://gerrit.libreoffice.org/52139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [ec5eee5ed5c00e1808dd2830d7d443267233c456]

        vcl: maBitmapSize = aSize to SetSizePixel(aSize)
        
        Change-Id: Ic30b3bbb38756e880ab7bf4c76d94e5f4c787988
        Reviewed-on: https://gerrit.libreoffice.org/52512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [b1009e095180ae0c24e5ec65dba6b459180d3869]

        Updated core Project: help  d560cb36d2eb28f15922417c0025892ecfbc1836
        
        scalc: cleanup markup and whitespace
        
        Change-Id: Id279950e7b50f46a55784153ce7faf1fddf6b6b1
        Reviewed-on: https://gerrit.libreoffice.org/52531
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [4e207cc7dc2d1b51ec497e4e988d64513046707d]

        Updated core Project: help  855ce08c6d82aaedd44b770a54003a10b13b33c6
        
        Fix typo in help
        
        Double space in text.
        
        Change-Id: I981556d796ab7b0fcc249c7c2a58b38899ebf635
        Reviewed-on: https://gerrit.libreoffice.org/52557
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [e411efcf53d07b7f6cdf7e8244328424db187972]

        Updated core Project: help  7612e7931df82c40da6c2047e40f10792e54aff5
        
        scalc: cleanup markup and whitespace
        
        Change-Id: I5de820f3ce4d12bf4e3aca7846c7edd33fe1616f
        Reviewed-on: https://gerrit.libreoffice.org/52538
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [acd9be28cf54fd34e399b31d39de08e21360f9fb]

        Updated core Project: help  598c9b7c8be452aa36ea0187ac4e9839a0aa5384
        
        Fix typos in help
        
        Remove whitespaces
        
        Change-Id: I53502e9c09206964134ab2b453dfa7c8d1023f77
        Reviewed-on: https://gerrit.libreoffice.org/52559
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-09  Sophia Schröder  <sophia.schroeder@libreoffice.org>  [60b98f64f1bbe1117595b939a58fff3db8877896]

        Updated core Project: help  eb089726f453bbcd74458ca8eb97bab5db1a7902
        
        Help Files Cleanups
        
        Further removing of whitespaces
        
        Change-Id: I891bb186ea7db2961b323cea8578bc8ba1e817c9
        Reviewed-on: https://gerrit.libreoffice.org/52546
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        

2018-04-08  Serge Krot  <Serge.Krot@cib.de>  [ca5a01e7cfa2db9b1c7a0537e09ddf69c28acd57]

        tdf#116816: Show/hide notes takes too much time to run
        
        The commands show/hide notes take too much time to run,
        while they check all cells for notes, it is better to
        check registered notes and then check if they are in
        selected range.
        
        Change-Id: I6a65dc974af7d62430c6f48a9061dcb2594fea00
        Reviewed-on: https://gerrit.libreoffice.org/52451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5f349801d546db1ded1fcc9a2880004bc25f7add]

        Updated core Project: help  5d003dff32ef763f7f0a63caa68b659947cb9ae8
        
        use precise name for Elements pane in Math and fix related description
        
        Change-Id: I3cc6a320518ad841e184d78d7c1bbafd125e05e3
        Reviewed-on: https://gerrit.libreoffice.org/52605
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [83d8f7c3d869bb88f4d0558cebd8a5e1645ca76e]

        Updated core Project: help  4c1f70c686c30fcba3c8dafa236076dc2ec703e5
        
        fix menu path to item invoking Slide Design dialog
        
        Change-Id: I2cf253893edafa8d642823b3a0b23ab6f444527b
        Reviewed-on: https://gerrit.libreoffice.org/52608
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [929aff6d2d25c4b1e72f9326e597f04ba7e9e4b4]

        fix wrong mismatch of type modifiers
        
        Change-Id: I204b2ad15958a3782c27cc20f07f37b917eae02f
        Reviewed-on: https://gerrit.libreoffice.org/52598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-08  Caolán McNamara  <caolanm@redhat.com>  [53d34f69a7fb29e6a6a1bf14bfefd958b79bdc0c]

        ofz#7468 Abrt
        
        Change-Id: I081f72806c3b5c9dca24988422584e7a438eb015
        Reviewed-on: https://gerrit.libreoffice.org/52603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-08  Mike Kaganski  <mike.kaganski@collabora.com>  [bf54aa59d08984a45ed6adee32a919bfff87fd3d]

        Properly filter(out) - pattern words are the first argument
        
        https://www.gnu.org/software/make/manual/html_node/Text-Functions.html
        
        Change-Id: Ifb1d92cd9c7b59360d296026f01aa54ed83ed9c3
        Reviewed-on: https://gerrit.libreoffice.org/52604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-08  Stephan Bergmann  <sbergman@redhat.com>  [a2f395afa2c3bef08129c41f9b0ce92127f986ee]

        external/firebird: Avoid -fsanitize=nonnull-attribute
        
        ...during JunitTest_dbaccess_complex:
        
        > workdir/UnpackedTarball/firebird/src/jrd/../dsql/../jrd/extds/../../common/classes/fb_string.h:677:26: runtime error: null pointer passed as argument 2, which is declared to never be null
        > /usr/include/string.h:43:28: note: nonnull attribute specified here
        >  #0 in Firebird::StringBase<Firebird::StringComparator>::assign(void const*, unsigned int) at workdir/UnpackedTarball/firebird/src/jrd/../dsql/../jrd/extds/../../common/classes/fb_string.h:677:4 (instdir/program/../program/libEngine12.so +0x10d8acb)
        >  #1 in Jrd::ExecStatementNode::getString(Jrd::thread_db*, Jrd::jrd_req*, Jrd::ValueExprNode const*, Firebird::StringBase<Firebird::StringComparator>&, bool) const at workdir/UnpackedTarball/firebird/src/dsql/StmtNodes.cpp:3506:6 (instdir/program/../program/libEngine12.so +0x1a4cb95)
        >  #2 in Jrd::ExecStatementNode::execute(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode::ExeState*) const at workdir/UnpackedTarball/firebird/src/dsql/StmtNodes.cpp:3426:3 (instdir/program/../program/libEngine12.so +0x1a4b21f)
        >  #3 in EXE_looper(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode const*) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1292:17 (instdir/program/../program/libEngine12.so +0x129fe0f)
        >  #4 in looper_seh(Jrd::thread_db*, Jrd::jrd_req*, Jrd::StmtNode const*) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1426:2 (instdir/program/../program/libEngine12.so +0x12a295c)
        >  #5 in execute_looper(Jrd::thread_db*, Jrd::jrd_req*, Jrd::jrd_tra*, Jrd::StmtNode const*, Jrd::jrd_req::req_s) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:1023:2 (instdir/program/../program/libEngine12.so +0x1298007)
        >  #6 in EXE_receive(Jrd::thread_db*, Jrd::jrd_req*, unsigned short, unsigned int, unsigned char*, bool) at workdir/UnpackedTarball/firebird/src/jrd/exe.cpp:631:3 (instdir/program/../program/libEngine12.so +0x1295ffa)
        >  #7 in JRD_receive(Jrd::thread_db*, Jrd::jrd_req*, unsigned short, unsigned int, unsigned char*) at workdir/UnpackedTarball/firebird/src/jrd/jrd.cpp:7597:2 (instdir/program/../program/libEngine12.so +0x173b736)
        >  #8 in Jrd::DsqlDmlRequest::execute(Jrd::thread_db*, Jrd::jrd_tra**, Firebird::IMessageMetadata*, unsigned char const*, Firebird::IMessageMetadata*, unsigned char*, bool) at workdir/UnpackedTarball/firebird/src/dsql/dsql.cpp:723:3 (instdir/program/../program/libEngine12.so +0x1b61a71)
        >  #9 in DSQL_execute(Jrd::thread_db*, Jrd::jrd_tra**, Jrd::dsql_req*, Firebird::IMessageMetadata*, unsigned char const*, Firebird::IMessageMetadata*, unsigned char*) at workdir/UnpackedTarball/firebird/src/dsql/dsql.cpp:179:11 (instdir/program/../program/libEngine12.so +0x1b53abd)
        >  #10 in Jrd::JStatement::execute(Firebird::CheckStatusWrapper*, Firebird::ITransaction*, Firebird::IMessageMetadata*, void*, Firebird::IMessageMetadata*, void*) at workdir/UnpackedTarball/firebird/src/jrd/jrd.cpp:4446:4 (instdir/program/../program/libEngine12.so +0x1743f17)
        >  #11 in Firebird::IStatementBaseImpl<Jrd::JStatement, Firebird::CheckStatusWrapper, Firebird::IReferenceCountedImpl<Jrd::JStatement, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IVersionedImpl<Jrd::JStatement, Firebird::CheckStatusWrapper, Firebird::Inherit<Firebird::IStatement> > > > >::cloopexecuteDispatcher(Firebird::IStatement*, Firebird::IStatus*, Firebird::ITransaction*, Firebird::IMessageMetadata*, void*, Firebird::IMessageMetadata*, void*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:8120:44 (instdir/program/../program/libEngine12.so +0x177cb46)
        >  #12 in Firebird::ITransaction* Firebird::IStatement::execute<Firebird::CheckStatusWrapper>(Firebird::CheckStatusWrapper*, Firebird::ITransaction*, Firebird::IMessageMetadata*, void*, Firebird::IMessageMetadata*, void*) at workdir/UnpackedTarball/firebird/src/include/firebird/IdlFbInterfaces.h:1636:24 (instdir/program/../program/libfbclient.so.2 +0x386562)
        >  #13 in Why::YStatement::execute(Firebird::CheckStatusWrapper*, Firebird::ITransaction*, Firebird::IMessageMetadata*, void*, Firebird::IMessageMetadata*, void*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:4345:42 (instdir/program/../program/libfbclient.so.2 +0x34ecfa)
        >  #14 in (anonymous namespace)::IscStatement::execute(Firebird::CheckStatusWrapper*, unsigned int*, Firebird::IMessageMetadata*, unsigned char*, Firebird::IMessageMetadata*, unsigned char*) at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:1372:39 (instdir/program/../program/libfbclient.so.2 +0x337d51)
        >  #15 in isc_dsql_execute2 at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:2279:15 (instdir/program/../program/libfbclient.so.2 +0x337096)
        >  #16 in isc_dsql_execute at workdir/UnpackedTarball/firebird/src/yvalve/why.cpp:2235:9 (instdir/program/../program/libfbclient.so.2 +0x336707)
        >  #17 in connectivity::firebird::OStatement::executeQuery(rtl::OUString const&) at connectivity/source/drivers/firebird/Statement.cxx:115:12 (instdir/program/../program/libfirebird_sdbclo.so +0x23e8cc)
        >  #18 in connectivity::firebird::OStatement::execute(rtl::OUString const&) at connectivity/source/drivers/firebird/Statement.cxx:148:45 (instdir/program/../program/libfirebird_sdbclo.so +0x23ff90)
        >  #19 in OStatement::execute(rtl::OUString const&) at dbaccess/source/core/api/statement.cxx:489:35 (instdir/program/../program/libdbalo.so +0xf5811f)
        >  #20 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) at bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5 (instdir/program/libgcc3_uno.so +0xba96d)
        >  #21 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13 (instdir/program/libgcc3_uno.so +0xb6855)
        >  #22 in unoInterfaceProxyDispatch at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13 (instdir/program/libgcc3_uno.so +0xb4663)
        >  #23 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const at binaryurp/source/incomingrequest.cxx:236:13 (instdir/program/libbinaryurplo.so +0x209ede)
        >  #24 in binaryurp::IncomingRequest::execute() const at binaryurp/source/incomingrequest.cxx:79:26 (instdir/program/libbinaryurplo.so +0x205f10)
        >  #25 in request at binaryurp/source/reader.cxx:85:9 (instdir/program/libbinaryurplo.so +0x2966d3)
        >  #26 in cppu_threadpool::JobQueue::enter(long, bool) at cppu/source/threadpool/jobqueue.cxx:107:17 (instdir/program/libuno_cppu.so.3 +0x17e863)
        >  #27 in cppu_threadpool::ORequestThread::run() at cppu/source/threadpool/thread.cxx:165:31 (instdir/program/libuno_cppu.so.3 +0x1977bb)
        >  #28 in threadFunc at include/osl/thread.hxx:185:15 (instdir/program/libuno_cppu.so.3 +0x1a0347)
        
        Change-Id: I2378378caca42270edfbb432096ce6ceca042a3f
        Reviewed-on: https://gerrit.libreoffice.org/52582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-08  Tor Lillqvist  <tml@collabora.com>  [843ec0cfd2a96614faef640ad812af541d5cb335]

        While at it, combine the check for ANDROID with the ones for WNT and HAIKU
        
        Also, order them alphabetically.
        
        Change-Id: I144331d71455c1c794d300f9a4f4e2e21fcd5e1b

2018-04-08  Tor Lillqvist  <tml@collabora.com>  [cd558bfba9005d6214c4a1a2e2564080022128b1]

        GNU Make's filter-out is hard to use
        
        Change-Id: I99ec6176c0876b948e35880f02d54905d26e7280

2018-04-08  Lionel Elie Mamane  <lionel@mamane.lu>  [7f8d611b9fab034ed13202bcc41ff5ef0270c198]

        SQL string quoting: escape "'" character also at beginning of string
        
        Change-Id: I51db43c1a3b6d3c93a04a3419238ea286cab987e
        Reviewed-on: https://gerrit.libreoffice.org/52575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-04-08  Lionel Elie Mamane  <lionel@mamane.lu>  [e29435932d84076c4d9c443e6f6fd95a08799386]

        tdf#116772 adapt handling of LIKE conditions to cleaned up StructuredFilter
        
        Change-Id: Ifc60da9a95833ee7820a0e03354fa1a8c006e136
        Reviewed-on: https://gerrit.libreoffice.org/52573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-04-08  Lionel Elie Mamane  <lionel@mamane.lu>  [ccc57c8f8fe6a910767f07b0f077fa76fb8db740]

        this looks suspicious in light of cleaned up StructuredFilter
        
        Change-Id: I88f9834403e016e849dcd6c46638626b40252cf3
        Reviewed-on: https://gerrit.libreoffice.org/52574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-04-08  linus  <linus@thebehrens.net>  [4d4462513dc9c2142bd7cd82b350a240ffaa0ff8]

        Removed includes wich are not longer needed
        
        Change-Id: If1b6c6113f79ac892938ddca0b8d0c019fba75ba
        Reviewed-on: https://gerrit.libreoffice.org/52594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-08  Nithin Kumar Padavu  <nithinrao@gmail.com>  [4f5928ea8022d879764cc882f01a1b642645d66f]

        tdf#112384 sw: Allow New line as a label followed by chapter numbering
        
        reference-language also added to token list
        
        Change-Id: I32713508d3611dc2bce10b2c5abb1e1a4167bdaf
        Reviewed-on: https://gerrit.libreoffice.org/52561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-08  Tor Lillqvist  <tml@collabora.com>  [08297b3022180ee169a44230edc43d020d97cf42]

        Revert "Fix protection of some unnecessarily strictly protected files"
        
        Problem now handled already elsewhere, see
        2340536cf478f95e33b718d3f69da5345fc4d2b4.
        
        This reverts commit 155086493c9e035c0568868f5ae3b3dcf3299e6f.
        
        Change-Id: I4c731d4915d51dfc84982a41f8c1c6e45dfcb796

2018-04-08  Michael Meeks  <michael.meeks@collabora.com>  [7e3fd85069d421fe965b34809e80601d6dc7a182]

        Corner-case unit tests for vlookup / case sensitivity comparison.
        
        The test cases which does not match excel's output are
        forced marked to TRUE(pass) and have comments.
        
        Change-Id: Ie8ec3be64c004df72a2da5aeb3380cd33743d386
        Reviewed-on: https://gerrit.libreoffice.org/52590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c442ac8c20cfceb8c87e96c494dcd8372dc6e206]

        fix global-buffer-overflow found through UI testing on UBSAN jenkins job
        
        Change-Id: Ie4d81561057bb4d67fe050ca7fb82861d5d207a2
        Reviewed-on: https://gerrit.libreoffice.org/52587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-08  Justin Luth  <justin_luth@sil.org>  [818619b0f2f7813decb26d0b14362dec76a8ff37]

        tdf#106062 ooxmlexport: hanging indent ? aesthetic tab : no
        
        By default, LO footnote paragraph style has a hanging indent of .60cm.
        In LO footnotes, the footnote character starts at the hanging indent
        (position 0) and the footnote text "magically" starts at the left margin.
        
        MSO doesn't do any magical formatting so exporting emulates that by
        inserting a tab after the footnote character.
        
        However, that aethetic tab was being inserted after EVERY footnote character,
        regardless of whether the emulation was needed or not. That particularly
        caused problems when the document was originally authored by MSO, which
        typically has no margin or first line indent. In those cases, the
        document is altered by gaining undesirable extra space.
        
        Since the emulation is only of value with a hanging indent that is larger
        than the footnote character, only add the tab when a hanging indent exists.
        (Checking the size of the hanging indent could improve this even more,
        but measuring font size etc adds too much complexity.)
        
        The import code also knows about the fake tab and removes it.
        Follow-up patches will change the import to ONLY remove the fake tab
        if there is a hanging indent. (That is going to cause "regressions"
        because tabs from some previously saved documents will now
        show the "aesthetic tab" - just like MSO does.)
        
        Change-Id: I371da3f2b09f600f027377a36583f91b39425151
        Reviewed-on: https://gerrit.libreoffice.org/52171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-08  Mark Hung  <marklh9@gmail.com>  [e371819719a099e5c4fc0af1c2d1ee8ffc4e97c0]

        tdf#115623: EPUB export: support style:master-page
        
        Change-Id: I12d04c2e346c5202274a01b1f8950e3412dc9081
        Reviewed-on: https://gerrit.libreoffice.org/52081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-08  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1e75673b50e7fcac11bbfaaf4ef7308e95c0a49d]

        Adapted one more SdrModel usage
        
        ...to be more local and make use of getting a reference
        now from it's soure
        
        Change-Id: I365df886fe8c489badab0fd4dcf1e9d414204577
        Reviewed-on: https://gerrit.libreoffice.org/52585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-08  kadertarlan  <kadertarlan1@gmail.com>  [b6d2d6db28eec4ab311c4223cf5be508feb2e057]

        tdf#45904 move java based api tests to c++ (AccessibleRelationSet)
        
        Change-Id: I2d9d72bbc845acf091570df663849495619ee765
        Reviewed-on: https://gerrit.libreoffice.org/24563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [da356329a56ab6d62d894042d616e57d8021a044]

        uitest - Calc Stable sorting
        
        Change-Id: I3a32fbfab50af21a60428f534e42a51ace8c4577
        Reviewed-on: https://gerrit.libreoffice.org/52583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b39885fe66f82abe6900d02fa09d8be98bb50e53]

        uitest- Calc autosum; add one more test with multiselect
        
        Change-Id: Ia8edc3f01d399f990a02bdd94174eae4a75e50a6
        Reviewed-on: https://gerrit.libreoffice.org/52537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4fda06ac4b584941561d3d0b757735e9e00827a2]

        uitest for bug tdf#106746
        
        Change-Id: I1cfacc199c59863abf2050ae29d087ffe3907943
        Reviewed-on: https://gerrit.libreoffice.org/52097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d4c0e7ef2b7f7e3cb36996bad72ac255b630beb4]

        Updated core Project: help  9c769f9b79e171a6500b4150ace3896266db9e17
        
        Helponline: Rely on color, not thick borders, to separate content from UI
        
        Those thick borders were fugly.
        Give a slightly darker appearance to the sidebar and make its border fainter.
        Remove the pure-white background in body to make it easier on the eyes.
        Kill the alarming yellow (what was I thinking?).
        
        Change-Id: If236126da91df535a0bddbfbf4804c8ee655c4e1
        

2018-04-08  Julien Nabet  <serval2412@yahoo.fr>  [8fced3ec9ff6f55a6e0b939183cf33b6c3c4a1db]

        Fix regressions from d727476cff29382a34103b137542e15e1aeeb4b9
        
        Calls to statusChanged may call addStatusListener or removeStatusListener
        so copy m_aStatusListenerVector on stack and iterate on the copy
        
        Thank you Michael for having pointed these
        
        Change-Id: I8399db84874d7f68e24c57891a9ab408e7ebef78
        Reviewed-on: https://gerrit.libreoffice.org/52579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [3a30799e377004f77ddcf5c1d6b62ca3e62c0905]

        Show preview correctly for relative size
        
        Change-Id: I847e72b3808e1c692aa70e1c1a00917ddef9cbb9
        Reviewed-on: https://gerrit.libreoffice.org/52367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [d2c8766a5e827e53f8f34893ff3d82a0df252f30]

        Read and write tiled state and relative/absolute bitmap size
        
        With this, things are at least rountripped correctly (open dialog
        and close w/ OK, no changes made)
        
        Change-Id: Ief9182f05d86ff3b2a0000abe08184fcc1e2b681
        Reviewed-on: https://gerrit.libreoffice.org/52368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-08  Takeshi Abe  <tabe@fixedpoint.jp>  [2c63fcb0cf10c7ce580545576f2bd40dbcdb61d0]

        ucb: Fix overwriting at index 7
        
        It seems a typo at ee2ecbf89b002fa8f60316b4266b96dfca8b4591.
        This recovers command "insert".
        
        Change-Id: Id335799ab615c09e025badd9408aeb363200c430
        Reviewed-on: https://gerrit.libreoffice.org/52552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [996e1d7f7944b7c23797b7b92cf19a3ac58ad8cb]

        Fix typo
        
        Change-Id: I7c9682f4cc0f04d9cc9e13c339396a6373ce15c7
        Reviewed-on: https://gerrit.libreoffice.org/52556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [83e2860141af887be7ae6bae7eaa6e06d587e1f9]

        Fix typo
        
        Change-Id: I655328122905ff70b667187937f57d23145377b1
        Reviewed-on: https://gerrit.libreoffice.org/52567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [05a397674a5cb11f344c8c8018bd2a6793b33186]

        Updated core Project: help  1223c55707d05cf229553040aea771748a1452a1
        
        highlight only words shown in UI in custom colors page
        
        Change-Id: Ie2596ddf6b8c11f154d01f3902802c0b27680145
        Reviewed-on: https://gerrit.libreoffice.org/52565
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-07  Stephan Bergmann  <sbergman@redhat.com>  [ddcc2ae791b3e5dcb80fa9eebc59879d927646b0]

        Avoid -fsanitize=null
        
        ...during CppunitTest_sd_filters_test (see below), where
        SfxStyleSheetBase::m_pPool has apparently been null'ed in
        SdStyleSheet::disposing (sd/source/core/stlsheet.cxx).  Presumably introduced
        with dfefe448c41921f2f1e54d3f69b8b9e89031d055 "SOSAW080: Added first bunch of
        basic changes to helpers"; adding a "TTTT" marker on alg_'s request.
        
        Needed to change SfxStyleSheetBase::GetPool to return pointer instead of ref.
        
        > include/svl/style.hxx:142:47: runtime error: reference binding to null pointer of type 'SfxStyleSheetBasePool'
        >  #0 in SfxStyleSheetBase::GetPool() at include/svl/style.hxx:142:40 (instdir/program/libsvxcorelo.so +0x2d7a3ed)
        >  #1 in sdr::properties::AttributeProperties::ImpRemoveStyleSheet() at svx/source/sdr/properties/attributeproperties.cxx:136:44 (instdir/program/libsvxcorelo.so +0x2d72f40)
        >  #2 in sdr::properties::AttributeProperties::Notify(SfxBroadcaster&, SfxHint const&) at svx/source/sdr/properties/attributeproperties.cxx:474:25 (instdir/program/libsvxcorelo.so +0x2d793ec)
        >  #3 in sdr::properties::TextProperties::Notify(SfxBroadcaster&, SfxHint const&) at svx/source/sdr/properties/textproperties.cxx:542:34 (instdir/program/libsvxcorelo.so +0x2d631f2)
        >  #4 in SfxBroadcaster::Broadcast(SfxHint const&) at svl/source/notify/SfxBroadcaster.cxx:49:24 (instdir/program/libsvllo.so +0xc2d628)
        >  #5 in (anonymous namespace)::StyleSheetDisposerFunctor::Dispose(rtl::Reference<SfxStyleSheetBase>) at svl/source/items/style.cxx:804:16 (instdir/program/libsvllo.so +0x99e4ef)
        >  #6 in svl::IndexedStyleSheets::Clear(svl::StyleSheetDisposer&) at svl/source/items/IndexedStyleSheets.cxx:202:18 (instdir/program/libsvllo.so +0x8bb852)
        >  #7 in SfxStyleSheetBasePool::Clear() at svl/source/items/style.cxx:815:34 (instdir/program/libsvllo.so +0x9965ea)
        >  #8 in SdStyleSheetPool::dispose() at sd/source/core/stlpool.cxx:1386:9 (instdir/program/libsdlo.so +0x25353a7)
        >  #9 in SdrModel::~SdrModel() at svx/source/svdraw/svdmodel.cxx:275:25 (instdir/program/libsvxcorelo.so +0x323f1ad)
        >  #10 in FmFormModel::~FmFormModel() at svx/source/form/fmmodel.cxx:94:1 (instdir/program/libsvxcorelo.so +0x465f020)
        >  #11 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:394:1 (instdir/program/libsdlo.so +0x2324254)
        >  #12 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:346:1 (instdir/program/libsdlo.so +0x2324445)
        >  #13 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:346:1 (instdir/program/libsdlo.so +0x23244ce)
        >  #14 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:200:9 (instdir/program/libsdlo.so +0x2c4bdb9)
        >  #15 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:179:1 (instdir/program/libsdlo.so +0x2c4c4a5)
        >  #16 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:179:1 (instdir/program/libsdlo.so +0x2c4c56e)
        >  #17 in SvRefBase::ReleaseRef() at include/tools/ref.hxx:165:29 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1ff01)
        >  #18 in tools::SvRef<sd::DrawDocShell>::~SvRef() at include/tools/ref.hxx:56:36 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1a9fc)
        >  #19 in SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at sd/qa/unit/filters-test.cxx:78:1 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x17f53)
        >  #20 in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:130:20 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x5589c)
        >  #21 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:155:5 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x56519)
        >  #22 in SdFiltersTest::testCVEs() at sd/qa/unit/filters-test.cxx:83:5 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1839d)
        
        Change-Id: Ibf61c18738c7a204ebf2bbc85b28930481b22612
        Reviewed-on: https://gerrit.libreoffice.org/52554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-07  Stephan Bergmann  <sbergman@redhat.com>  [bcf91144808232fa0d92184d2f1c09e5eaa1e86c]

        Prefix SfxStyleSheetBase::pPool member
        
        ...just that one member; came in handy when researching a failure, and don't
        want to loose that improvement.
        
        Change-Id: Ia5434c4bd8131c37f93d32ce840859469ac258ef
        Reviewed-on: https://gerrit.libreoffice.org/52553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-07  andreas kainz  <kainz.a@gmail.com>  [6b40d5b2a340dced710ed66ed70cb7a670c5a4c1]

        Colibre icon: add cellstyles for Calc NB
        
        Change-Id: I72fb89bd7a40c0324b676fbfdc7087c023c1eb1e
        Reviewed-on: https://gerrit.libreoffice.org/52533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6cf76c15dd10c130c8ca24b8eb55680b7016c960]

        add hint on how to use lldb pretty-printers form within android studio
        
        Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390

2018-04-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [59f88e62f53cf54f441f51456767f6ba0e52ca54]

        prevent crash on invalid bitmap size
        
        sometimes the width and height cannot be determined properly (and 0 in
        that case), and this causes IllegalArgumentException when trying to
        create the Bitmap
        
        Change-Id: Id001c40d0febf9e85b4db5c0318a77e1f880353a

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [e3104eb246bdf623ad01fee8ba192a4926cb264c]

        assert on empty line
        
        Change-Id: Ifa3cccb13a3595998d4c85957a69fb7ecb047dd0
        Reviewed-on: https://gerrit.libreoffice.org/52525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [177dbe968b5af1c548be9f52178daa528edc2aab]

        Correctly recognize tiled/stretched/other bitmap fill
        
        Change-Id: Ib50dbfb937a6631429902592ae9bae08e58738d8
        Reviewed-on: https://gerrit.libreoffice.org/52365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [b85691995e7b1a1aadf714c34e7fe6b9cd3206d8]

        Pass full item set to bitmap tabpages
        
        Change-Id: I5d72b582f98538fdf5efe40bfca686dc0cdfc013
        Reviewed-on: https://gerrit.libreoffice.org/52364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d2e547c82dd23eabfec7a828c5b9fed16313b1c4]

        libmspub: fix build for android-arm with debug enabled
        
        Change-Id: I2fff80f2e4a0bd1946c9b49d46871245f93bbb3e

2018-04-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f0cc14ae68df223392685ca7b70fe4e176618b86]

        tdf#116152 android.net.Uri.encode(string) is even better...
        
        Change-Id: Ib779cec33de660e2c01843b76c9987aa774fba29

2018-04-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7e4d505f5f0ef4d7cc156f68dcf3af0d54a45fdf]

        tdf#116152 fix filenames with spaces (code expects %20, not +)
        
        URL-encoding added by 174229e4797b27eb795c6f2451ab1349c2c29ad8
        did fix filenames with #, but broke filenames with space in return.
        
        Change-Id: I7f1ac6aa79c921dfca699eb3cd8c927efba9d55c

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b09499191929b3f5bf8aad1e4a05c9734427c073]

        uitest - writer insert caption + insert frame
        
        Change-Id: I572af755aaa146a53ac77599b29aa3b6e5fc14e3
        Reviewed-on: https://gerrit.libreoffice.org/47275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0cff17a62d16f295284cdb17040a03b176ca7cf0]

        uitest - writer Document properties; tdf#49683; tdf#81457
        
        Change-Id: If4a202a7b8ae9be11b8f8f05e50eb3202c5c655d
        Reviewed-on: https://gerrit.libreoffice.org/47685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [22e69d28bc293d49784701300795a64074ae99a6]

        comphelper: use a lambda expression in NamedValueCollection::operator >>=()
        
        Change-Id: Idf47f500be097c4af907c37f6ca8632cd91f3ba2
        Reviewed-on: https://gerrit.libreoffice.org/52548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [b29f801e4106b0c729e90ff7c1b1718b671fd32d]

        dbahsql: Add doxygen comments
        
        Change-Id: Ie666d4d8660d29c36479c2e8a1289bd789d1433b
        Reviewed-on: https://gerrit.libreoffice.org/52549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [29c6629a54bd5d6cb8ccbfc663b1fed36c57e616]

        dbahsql: add default for autoincremented columns
        
        Change-Id: I8b4c99ed9e3701193228c58cc9e64dc87a03da71
        Reviewed-on: https://gerrit.libreoffice.org/52550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [e3d3a7c373657dcc39aaefab9fedce9f2d12cb63]

        coverity#1433782 Unintended sign extension
        
        Change-Id: I804d2282094ab98d0295e57f35704fab78266b7f
        Reviewed-on: https://gerrit.libreoffice.org/52440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [2f25c7160c6f4f03cae3eea335218d14e7dfcbef]

        coverity#1433794 Unintended sign extension
        
        Change-Id: I674991f5621bf6cf5a9cbecac936872b48fbdbcd
        Reviewed-on: https://gerrit.libreoffice.org/52433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [e371cc6cef2d94d82481a258343975556f37fa6d]

        coverity#1433788 Unintended sign extension
        
        Change-Id: I3d907c567157009c2b5c79c3041f3ba841639281
        Reviewed-on: https://gerrit.libreoffice.org/52442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [defad92cdc44dcfef4092ae7324f241d35855e49]

        coverity#1433789 Unintended sign extension
        
        Change-Id: Idad795503eb95e6fa77e620edc46140da554e61b
        Reviewed-on: https://gerrit.libreoffice.org/52443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Caolán McNamara  <caolanm@redhat.com>  [c4764345e0d326c7a9d443f5af06f06854806bdc]

        weld ScLinkedAreaDlg
        
        Change-Id: I427e5abd76f6edfa891c9186d5822173d3fa7f7e
        Reviewed-on: https://gerrit.libreoffice.org/52513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-07  Julien Nabet  <serval2412@yahoo.fr>  [20a35c313496b1ca63d3bb79e0a88a3d862d8747]

        When clearing mpNumRuleTable, clear too maNumRuleMap and maListStyleLists
        
        Open a brand new file on Writer
        type "fn", then F3 to open formula editor
        console logs show:
        <DocumentListsManager::createListForListStyle(..)> - a list for the provided list style name already exists. Serious defect.
        
        bt:
        0  0x00007fffc91ebdee in sw::DocumentListsManager::createListForListStyle(rtl::OUString const&) (this=0x55555c7e85c0, sListStyleName="Outline")
            at /home/julien/lo/libreoffice/sw/source/core/doc/DocumentListsManager.cxx:98
        1  0x00007fffc917ad81 in SwDoc::AddNumRule(SwNumRule*) (this=0x55555c7e2ef0, pRule=0x55555c872a50) at /home/julien/lo/libreoffice/sw/source/core/doc/docnum.cxx:2142
        2  0x00007fffc915b04b in SwDoc::ClearDoc() (this=0x55555c7e2ef0) at /home/julien/lo/libreoffice/sw/source/core/doc/docnew.cxx:700
        3  0x00007fffc961f9dc in SwXMLTextBlocks::ClearDoc() (this=0x555558cc15b0) at /home/julien/lo/libreoffice/sw/source/core/swg/SwXMLTextBlocks.cxx:134
        4  0x00007fffc96306ef in SwTextBlocks::BeginGetDoc(unsigned short) (this=0x55555bc7ba00, n=11) at /home/julien/lo/libreoffice/sw/source/core/swg/swblocks.cxx:398
        5  0x00007fffc9141032 in SwDoc::InsertGlossary(SwTextBlocks&, rtl::OUString const&, SwPaM&, SwCursorShell*) (this=0x5555579631a0, rBlock=..., rEntry="fn", rPaM=
            SwPaM = {...}, pShell=0x555557a23cb0) at /home/julien/lo/libreoffice/sw/source/core/doc/docglos.cxx:139
        6  0x00007fffc9409518 in SwEditShell::InsertGlossary(SwTextBlocks&, rtl::OUString const&) (this=0x555557a23cb0, rGlossary=..., rStr="fn")
            at /home/julien/lo/libreoffice/sw/source/core/edit/edglss.cxx:42
        7  0x00007fffc9d4d31e in SwGlossaryHdl::Expand(rtl::OUString const&, SwGlossaries*, SwTextBlocks*) (this=0x55555bc9dbc0, rShortName="fn", pGlossaries=0x55555beb9530, pGlossary=0x55555bc7ba00) at /home/julien/lo/libreoffice/sw/source/uibase/dochdl/gloshdl.cxx:503
        8  0x00007fffc9d4c93e in SwGlossaryHdl::ExpandGlossary() (this=0x55555bc9dbc0) at /home/julien/lo/libreoffice/sw/source/uibase/dochdl/gloshdl.cxx:383
        9  0x00007fffc9ec3322 in SwTextShell::ExecGlossary(SfxRequest&) (this=0x555558402620, rReq=...) at /home/julien/lo/libreoffice/sw/source/uibase/shells/textglos.cxx:57
        10 0x00007fffc9ec5422 in SfxStubSwTextShellExecGlossary(SfxShell*, SfxRequest&) (pShell=0x555558402620, rReq=...)
            at /home/julien/lo/libreoffice/workdir/SdiTarget/sw/sdi/swslots.hxx:2996
        11 0x00007ffff1aa5b7a in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x555558402620, pFunc=0x7fffc9ec53f4 <SfxStubSwTextShellExecGlossary(SfxShell*, SfxRequest&)>, rReq=...) at /home/julien/lo/libreoffice/include/sfx2/shell.hxx:210
        12 0x00007ffff1a9c4b2 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x555557a0add0, rShell=..., rSlot=..., rReq=..., bRecord=true)
            at /home/julien/lo/libreoffice/sfx2/source/control/dispatch.cxx:377
        
        Since maListStyleLists is private member, we must use getIDocumentListsAccess().deleteListForListStyle
        
        Change-Id: I8c5a80adbba29b89784a49983fc69d300300334a
        Reviewed-on: https://gerrit.libreoffice.org/49200
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [159dd28651788a19848eae56693ad06ed947414d]

        dbaccess: Enable hsql migration by default
        
        Also make Firebird driver not experimental anymore.
        
        With hsql migration enabled, the hsqldb related unit tests can be
        reused, because the underlying DBMS is transparent. To achieve that, I
        added firebird_sdbc component to hsqldb CppunitTest_* files.
        
        This commit also contains fixes for upcoming bugs while migrating from
        hsqldb to firebird, shown by hsqldb related unit tests:
        
        - null values: in case of null values, the setNull method should be used
          instead of nothing. (malformed string otherwise)
        
        Remove DBACCESS_HSQL_MIGRATION environment variable, since migration is
        default from now on.
        
        JunitTest_dbaccess_complex was based on HSQLDB. This commit replaces
        "if exists" hsql specific solution with firebird specific. Also disable
        test for queries with named parameters.
        
        Change-Id: Ieb68f5ad3a11389599c4f268ea4df82a83643b82
        Reviewed-on: https://gerrit.libreoffice.org/52008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-04-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [1a9bfdd8976d28fa3a56726bdcae9f2b294d6c6d]

        Remove fill styles that are not implemented
        
        Anyone is free to reintroduce those styles and implement them, but
        as long as it doesn't work (in fact it never did) it just confuses
        the users by presenting functionality that is not there
        
        Change-Id: Ic4c866536a391c02e78969355c4c2fa8d20a9cec
        Reviewed-on: https://gerrit.libreoffice.org/52363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0659dc82598026f82d66c3f97057f3c00e998839]

        uitest - add test for writer/ Exchange Databases
        
        Change-Id: I440965f6e981e172f06b91cef2eeb302461b76c4
        Reviewed-on: https://gerrit.libreoffice.org/47013
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Stephan Bergmann  <sbergman@redhat.com>  [d36f7c5bd2115fcdd26ba8ff7b6a0446dea70bd4]

        Revert "long->sal_Int32 in tools/gen.hxx"
        
        This reverts commit 8bc951daf79decbd8a599a409c6d33c5456710e0.
        
        As discussed at
        <https://lists.freedesktop.org/archives/libreoffice/2018-April/079955.html>
        "long->sal_Int32 in tools/gen.hxx", that commit caused lots of problems with
        signed integer overflow, and the original plan was to redo it to consistently
        use sal_Int64 instead of sal_Int32.  <https://gerrit.libreoffice.org/#/c/52471/>
        "sal_Int32->sal_Int64 in tools/gen.hxx" tried that.  However, it failed
        miserably on Windows, causing odd failures like not writing out Pictures/*.svm
        streams out into .odp during CppunitTest_sd_export_ooxml2.  So the next best
        approach is to just revert the original commit, at least for now.
        
        Includes revert of follow-up 8c50aff2175e85c54957d98ce32af40a3a87e168 "Fix
        Library_vclplug_qt5".
        
        Change-Id: Ia8bf34272d1ed38aac00e5d07a9d13fb03f439ae
        Reviewed-on: https://gerrit.libreoffice.org/52532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-07  Stephan Bergmann  <sbergman@redhat.com>  [61d57bcebd1a246603cbcd9ad5e0a7df1a8d66cd]

        Don't link Library_mysqlc against -lnsl
        
        At least Fedora 28 glibc-2.27-8.fc28 no longer provides the nis development
        headers and libraries. (It only still contains some binaries for backwards
        compatibility, in the libnsl sub-package: "This package provides the legacy
        version of libnsl library, for accessing NIS services.")
        
        The -lnsl was present ever since 4946c62f2943dfb3466cc4214a9c8ccd922669b5
        "mysqlconnector: initial import from CWS mysqlnative", but appears to not be
        necessary (at least any more).
        
        Change-Id: I10b56cdc1a438fb2978125ae0acde0dbec747e78
        Reviewed-on: https://gerrit.libreoffice.org/52536
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-07  heiko tietze  <tietze.heiko@gmail.com>  [a2f7eb5f8ea7f3ae50aea72de8b15c3364493285]

        tdf#89453 - Improve the wording of "Paste Special" options
        
        User fiendly captions with short names in parenthesis
        
        Change-Id: I07a1effa5b03423c4b48e6ca6066f7d1e3445248
        Reviewed-on: https://gerrit.libreoffice.org/52336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5ede834dece9e5ece3e525f610912984c60661b]

        Add IWYU wrapper script to find unused includes
        
        I've used this script in the recent past to fix warnings in mostly
        sw/inc/*.hxx. Hopefully sharing it creates interest for others to do
        similar fixes in other modules.
        
        Change-Id: I4c8b6a1e92b006d4fd56b403a25715f11964d639
        Reviewed-on: https://gerrit.libreoffice.org/52289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-07  Stephan Bergmann  <sbergman@redhat.com>  [93e6a823bd8543d30621769c7b34d6261ea5cb01]

        external/python3: Drop nis.cpython-*m.so
        
        At least Fedora 28 glibc-2.27-8.fc28 no longer provides the nis development
        headers and libraries.  (It only still contains some binaries for backwards
        compatibility, in the libnsl sub-package: "This package provides the legacy
        version of libnsl library, for accessing NIS services.")
        
        There is probably no real need to have nis.cpython-*m.so contained in
        external/python3/ExternalPackage_python3.mk (it probably just happened to build
        fine when that list was originally created, so was included).
        
        Change-Id: Ic6128fd872432005c0ded76640c5b56781ca69a1
        Reviewed-on: https://gerrit.libreoffice.org/52535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [448dafe7e6b54f8e154c46f0d82da6c59febfb74]

        uitest - Calc autosum
        
        Change-Id: I1a88e9bbdbe2fdf6b590a3de5149625d98fb39fd
        Reviewed-on: https://gerrit.libreoffice.org/52274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Noel Grandin  <noelgrandin@gmail.com>  [44f8b996baa2d1c856abf90e6668311237c861ef]

        comment out some debug code
        
        left over from
            commit f9f8d930a17eb14365f914425c35df5a78f648ca
            Date:   Wed May 28 01:18:10 2014 +0200
            enable picking again
        
        Change-Id: Icce19c247512d61d7c255940fb5115e30c04e045
        Reviewed-on: https://gerrit.libreoffice.org/52528
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-07  Johnny_M  <klasse@partyheld.de>  [e819c33d248f0c03305fcd3fa3a1a9f5aef9c109]

        Translate German variable names
        
        aNeuNam -> aNewName
        aWNamMerk -> aWNameMemorized
        
        Change-Id: Iace4b6f84b40c3f989619331636ae059347e167f
        Reviewed-on: https://gerrit.libreoffice.org/52192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bb6121156ceb0a1187600f8cad1eb00fdb2cb643]

        uitest for bug tdf#57274 and tdf#116385
        
        Change-Id: I1b7c8ba848c164f0b4e9ef541eaa57d77e8b2139
        Reviewed-on: https://gerrit.libreoffice.org/51717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6489bf1eff4ce74b35f7b2f8e8d64dbc56c7eee9]

        uitest for bug tdf#78068 and tdf#114992
        
        Change-Id: Ia98164b8cd07b5d4feb113052fc6bf4ae24b5192
        Reviewed-on: https://gerrit.libreoffice.org/51490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b2cab8af3887076ced3fe9fdd7b09e1fdb62e030]

        uitest for bug tdf#68290
        
        Change-Id: I1c23ad5f89f9c348d9dbe66a573660ca6e20840a
        Reviewed-on: https://gerrit.libreoffice.org/51743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5bd027e17f3656ab65548126ed6d7e309818eae7]

        uitest for bug tdf#79569
        
        Change-Id: Icd6edba8451d5ad9ac7ba5fed522f27ad5d53672
        Reviewed-on: https://gerrit.libreoffice.org/51927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-04-07  Mark Hung  <marklh9@gmail.com>  [a0bcbf72614344639235a46d1cc81483f93a3d61]

        tdf#116182: correct the index before using CalcSpacing.
        
        Keep the index of pLastBidiPor when it is set,
        then correct the index before invoking pLastBidiPor->CalSpacing,
        otherwise we are invoking CalSpacing with SwTextSizeInfo that
        has incorrect index.
        
        Change-Id: Ifd6b598ea3c860dcf61fb2c47029ef8c1c912dd1
        Reviewed-on: https://gerrit.libreoffice.org/52222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [7b185bef65472d10f9fb65d24e0757b90172796c]

        tdf#42949 Remove unnecessary localization headers from cui
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<dialmgr.hxx\> cui | xargs grep -c CuiResId | grep :0$ | grep -v /pch
        
        Change-Id: I6229a59ea202fb6d95a34351d3fe742dfca4e6fb
        Reviewed-on: https://gerrit.libreoffice.org/52409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e069a319a200e3b6a105f3468cd87ef6af323b2]

        xmlsecurity mscrypt: create SecurityEnvironment instances with a constructor
        
        Change-Id: Ic121dc33252a1ac41bfdb09086d355321fd8d990
        Reviewed-on: https://gerrit.libreoffice.org/52472
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-07  Tamás Zolnai  <tamas.zolnai@collabora.com>  [83b7bfc0efefb3c77e5c59553320e98539250c62]

        sw lok: View jumps to cursor position even if it is moved by an other view.
        
        Scrolling is done twice. Once in SwCursorShell::UpdateCursor() by
        SCROLLWIN flag. Here we can check the actual viewid and avoid scrolling
        if the cursor is move by an other user.
        The second instance in the LO online code, for it we need to pass the
        viewid identifying the view which moved the cursor.
        
        Change-Id: I033274f88ce41acbb632e2aeb0d986ab11cd2d52
        Reviewed-on: https://gerrit.libreoffice.org/52220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-04-07  Julien Nabet  <serval2412@yahoo.fr>  [602774aef7d8b2f03914939dd230dd1c67d0093b]

        Fix crash from regression due to ba98f6e3e4dbfc23474e13d59bb08c618ee8c4e5
        
        "Modernize a bit more dbaccess (part2)" 2018-03-10
        
        bt:
        0  0x00007fffc7e63986 in Point::X() const (this=0x48) at /home/julien/lo/libreoffice/include/tools/gen.hxx:85
        1  0x00007fffc81ab6c8 in dbaui::OTableWindowData::HasPosition() const (this=0x0) at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/TableWindowData.cxx:68
        2  0x00007fffc81a40e7 in dbaui::OTableWindow::OTableWindow(vcl::Window*, std::shared_ptr<dbaui::OTableWindowData> const&) (this=0x555558dd5b40, __vtt_parm=0x7fffc87b80a8 <VTT for dbaui::OQueryTableWindow+8>, pParent=0x555558c23ea0, pTabWinData=std::shared_ptr<dbaui::OTableWindowData> (empty) = {...}, __in_chrg=<optimized out>)
            at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/TableWindow.cxx:105
        3  0x00007fffc8139909 in dbaui::OQueryTableWindow::OQueryTableWindow(vcl::Window*, std::shared_ptr<dbaui::OTableWindowData> const&) (this=0x555558dd5b40, pParent=0x555558c23ea0, pTabWinData=std::shared_ptr<dbaui::OTableWindowData> (empty) = {...}, __in_chrg=<optimized out>, __vtt_parm=<optimized out>)
            at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/QTableWindow.cxx:54
        4  0x00007fffc817b14b in VclPtr<dbaui::OQueryTableWindow>::Create<dbaui::OQueryTableView*, std::shared_ptr<dbaui::OTableWindowData> const&>(dbaui::OQueryTableView*&&, std::shared_ptr<dbaui::OTableWindowData> const&) (arg#0=<unknown type in /home/julien/lo/libreoffice/instdir/program/../program/libdbulo.so, CU 0x3138246, DIE 0x31b256b>, arg#1=std::shared_ptr<dbaui::OTableWindowData> (empty) = {...}) at /home/julien/lo/libreoffice/include/vcl/vclptr.hxx:131
        5  0x00007fffc8175cff in dbaui::OQueryTableView::createWindow(std::shared_ptr<dbaui::OTableWindowData> const&) (this=
            0x555558c23ea0, _pData=std::shared_ptr<dbaui::OTableWindowData> (empty) = {...}) at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/QueryTableView.cxx:284
        6  0x00007fffc8176a28 in dbaui::OQueryTableView::AddTabWin(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, bool) (this=0x555558c23ea0, _rComposedName="table-number", _rTableName="table-number", strAlias="table-number", bNewTable=false) at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/QueryTableView.cxx:419
        7  0x00007fffc8176304 in dbaui::OQueryTableView::AddTabWin(rtl::OUString const&, rtl::OUString const&, bool) (this=0x555558c23ea0, _rTableName="table-number", _rAliasName="table-number", bNewTable=false) at /home/julien/lo/libreoffice/dbaccess/source/ui/querydesign/QueryTableView.cxx:357
        
        the fix concerns dbaccess/source/ui/querydesign/QueryTableView.cxx
        
        but also fixed some other pbs like:
        warn:legacy.osl:22883:22883:dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx:1648: OTableFieldDescRef was null!
        
        Change-Id: Ief02cdec2f49c0cf04a7a270e66ad27ec255522c
        Reviewed-on: https://gerrit.libreoffice.org/52527
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-07  kowther  <kowtherh@gmail.com>  [3ec490fc757d9a8e395d5e11f138062d86738ff2]

        tdf#96099: replaced trivial typedef OStringVector
        
        Change-Id: Id6f9fff6b0c4c2c8cd3528d86b58ee39cee47364
        Reviewed-on: https://gerrit.libreoffice.org/52524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-07  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [dfefe448c41921f2f1e54d3f69b8b9e89031d055]

        SOSAW080: Added first bunch of basic changes to helpers
        
        SOSAW080: Make SdrModel& prerequisite to SdrObjects
        
        Added need for SdrModel& in constructors of SdrModel,
        SdrPage, SdrView and SdrObjList. Builds, not finished.
        
        SOSAW080: removed and replaced old SdrModel
        
        Removed and replaced GetModel()/SetModel() in all using
        classes (SdrObject, SdrPage, SdrView), added accessors
        to new referenced SdrModel, adapted all accessing places.
        Refactored/Extended ::Clone and ::operator== for these
        classes to allow cloning objects to a target SdrModel.
        Adapted places where this is done AFAP. Added quite some
        comments (tagged with 'TTTT') where possible further work
        is needed. Builds completely, thus checking in. This does
        not mean that this change is done yet.
        
        SOSAW080: Adapted SdrPage/SdrModel relationship
        
        Also needed to work on copy-construction of SdrPage and hierarchy,
        quite some stuff removed, no copy-constructor anymore, no
        MigrateItemPool stuff. Builds well, test stuck, will need
        some cleanup/finetunung
        
        SOSAW080: Smaller corrections/includes adapted
        
        SOSAW080: Smaller corrections/includes adapted
        
        SOSAW080: Debugging/Stabilizing/MakeUnitTestWork
        
        SOSAW080: Stabilized for UnitTests, cleanups
        
        SOSAW080: Adapted GetObjGraphic to just take a const SdrObject&
        
        SOSAW080: Removed ChangeModel from classes
        
        Classes SvxTextEditSource and SvxDrawPage (including
        TextEditSource stuff) do not need change of SdrModel
        anymore.
        
        SOSAW080: Adapted some comments to make more readable
        
        SOSAW080: Corrected constructor
        
        SOSAW080: getSdrModelFromUnoModel added override marks
        
        SOSAW080: Added missing includes
        
        SOSAW080: Corrected SdrPage constructor
        
        SOSAW080: Corrected some SdrObject::Clone scenarios
        
        Especially when cloning to another SdrModel and taking
        the sdr::properties into account.
        
        SOSAW080: Added include for Mac-Build
        
        SOSAW080: Added Scale to DefaultProperties
        
        If a SdrModel change happens in DefaultProperties copy
        constructor (used from Clone()), potentially a Scale
        for the SfxItems has to be done.
        
        SOSAW080: Added missing include for MacBuild
        
        SOSAW080: Corrected CppunitTest_sc_anchor_test
        
        An adaption of a SdrPathObj instantiation was missing,
        added that. Seems as if that test is no tpart of the
        usual 'make' scenario, but used/executed in gerrit builds
        
        SOSAW080: Reworked SvxShape to use SdrObject's SdrModel
        
        SOSAW080: Reworked SvxShape to use SdrObject's SdrModel
        
        SOSAW080: Free SdrObjects when SdrModel goes down
        
        In an UNO API test problem is that SvxShapes reference
        SdrShapes, but these are not added to a SdrPage and not
        'owned' by the SvxShape. Thus these do not get deleted
        at all (same in master, memory leak). I extended
        SvxShape::Notify the case for ModelCleared to also
        Free the SdrObject when not owner and it's not added to
        a SdrPage (in that case it gets deleted with deleting
        the SdrModel)
        
        SOSAW080: Solve UNO API calls that move SvxShapes to other Model
        
        Due to UNO API tests I got a call to insert an xShape to a
        xDrawPage which was constructed in another Model, this has now to
        be done by Cloning the SdrObject to the new SdrModel, getting
        rid of the old one and getting all the UNO implementation
        stuff right (referemces SdrObject <-> xShape).
        
        1cb7d573d323e98a89761fe662c10c4a654fdec0
        24617494a0ef79f6e33dfcb02782a833a81c6434
        763f39094b6a48b529a6952d01468f8776c97679
        242b9e228a9a042c3a5bdd38b1ea6600144276d5
        242b9e228a9a042c3a5bdd38b1ea6600144276d5
        33a6f3f306b70c223171aef796dd5ee041ad14df
        6878b33f8b05738a44c0910e40a60a0f0d1d58ed
        0a636caf3cb36c2f9c6cd11aa22cb9bc435dc8f2
        8c4626274a5cc531dad27f27c0c45d4c528fb2fb
        446685a49a6d67aedd01cfbbd5e87b07f97a4d7b
        c1b5ed3c99bc7219a0061e4ece24ea42afd2889a
        22de9a1c8af7c25be5c108671ddc548ba323ed47
        4caf6b6fbbe6e8130741d793dffb560fd01d4ed5
        488b9601735ec1822433f82f633990063951fe08
        c366d60299f239e3df856ddffedb19e743e4be0c
        c5137ba8c597c7b5f90318df50e87b93a39a28dc
        f9e646242cf89f6fde1315046952252a2c429779
        f830fbc5fadd89d04be5edd2a5abf9b0d4bf0410
        1694b54903df784385abaa8452e1201e12344238
        17bcb44d2e29920c0c74430c2d9c703b36cfa0ad
        17bcb44d2e29920c0c74430c2d9c703b36cfa0ad
        7b5c241faec7488924e5935ae8b19f785846b5e4
        bf097ee7467895823fbd158a2a9543da3b5a5078
        
        Change-Id: Iaf53535de0502a481466be74a1768bbb39f0e78c
        Reviewed-on: https://gerrit.libreoffice.org/52526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-06  Armin Le Grand  <Armin.Le.Grand@cib.de>  [eba4d5b2b76cefde90cb3d6638c736f435023a45]

        Revert "SOSAW080: Added first bunch of basic changes to helpers"
        
        This reverts commit 6c14c27c75a03e2363f2b363ddf0a6f2f46cfa91.

2018-04-06  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [6c14c27c75a03e2363f2b363ddf0a6f2f46cfa91]

        SOSAW080: Added first bunch of basic changes to helpers
        
        SOSAW080: Make SdrModel& prerequisite to SdrObjects
        
        Added need for SdrModel& in constructors of SdrModel,
        SdrPage, SdrView and SdrObjList. Builds, not finished.
        
        SOSAW080: removed and replaced old SdrModel
        
        Removed and replaced GetModel()/SetModel() in all using
        classes (SdrObject, SdrPage, SdrView), added accessors
        to new referenced SdrModel, adapted all accessing places.
        Refactored/Extended ::Clone and ::operator== for these
        classes to allow cloning objects to a target SdrModel.
        Adapted places where this is done AFAP. Added quite some
        comments (tagged with 'TTTT') where possible further work
        is needed. Builds completely, thus checking in. This does
        not mean that this change is done yet.
        
        SOSAW080: Adapted SdrPage/SdrModel relationship
        
        Also needed to work on copy-construction of SdrPage and hierarchy,
        quite some stuff removed, no copy-constructor anymore, no
        MigrateItemPool stuff. Builds well, test stuck, will need
        some cleanup/finetunung
        
        SOSAW080: Smaller corrections/includes adapted
        
        SOSAW080: Smaller corrections/includes adapted
        
        SOSAW080: Debugging/Stabilizing/MakeUnitTestWork
        
        SOSAW080: Stabilized for UnitTests, cleanups
        
        SOSAW080: Adapted GetObjGraphic to just take a const SdrObject&
        
        SOSAW080: Removed ChangeModel from classes
        
        Classes SvxTextEditSource and SvxDrawPage (including
        TextEditSource stuff) do not need change of SdrModel
        anymore.
        
        SOSAW080: Adapted some comments to make more readable
        
        SOSAW080: Corrected constructor
        
        SOSAW080: getSdrModelFromUnoModel added override marks
        
        SOSAW080: Added missing includes
        
        SOSAW080: Corrected SdrPage constructor
        
        SOSAW080: Corrected some SdrObject::Clone scenarios
        
        Especially when cloning to another SdrModel and taking
        the sdr::properties into account.
        
        SOSAW080: Added include for Mac-Build
        
        SOSAW080: Added Scale to DefaultProperties
        
        If a SdrModel change happens in DefaultProperties copy
        constructor (used from Clone()), potentially a Scale
        for the SfxItems has to be done.
        
        SOSAW080: Added missing include for MacBuild
        
        SOSAW080: Corrected CppunitTest_sc_anchor_test
        
        An adaption of a SdrPathObj instantiation was missing,
        added that. Seems as if that test is no tpart of the
        usual 'make' scenario, but used/executed in gerrit builds
        
        SOSAW080: Reworked SvxShape to use SdrObject's SdrModel
        
        SOSAW080: Reworked SvxShape to use SdrObject's SdrModel
        
        SOSAW080: Free SdrObjects when SdrModel goes down
        
        In an UNO API test problem is that SvxShapes reference
        SdrShapes, but these are not added to a SdrPage and not
        'owned' by the SvxShape. Thus these do not get deleted
        at all (same in master, memory leak). I extended
        SvxShape::Notify the case for ModelCleared to also
        Free the SdrObject when not owner and it's not added to
        a SdrPage (in that case it gets deleted with deleting
        the SdrModel)
        
        SOSAW080: Solve UNO API calls that move SvxShapes to other Model
        
        Due to UNO API tests I got a call to insert an xShape to a
        xDrawPage which was constructed in another Model, this has now to
        be done by Cloning the SdrObject to the new SdrModel, getting
        rid of the old one and getting all the UNO implementation
        stuff right (referemces SdrObject <-> xShape).
        
        Change-Id: Iaf53535de0502a481466be74a1768bbb39f0e78c
        1cb7d573d323e98a89761fe662c10c4a654fdec0
        24617494a0ef79f6e33dfcb02782a833a81c6434
        763f39094b6a48b529a6952d01468f8776c97679
        242b9e228a9a042c3a5bdd38b1ea6600144276d5
        242b9e228a9a042c3a5bdd38b1ea6600144276d5
        33a6f3f306b70c223171aef796dd5ee041ad14df
        6878b33f8b05738a44c0910e40a60a0f0d1d58ed
        0a636caf3cb36c2f9c6cd11aa22cb9bc435dc8f2
        8c4626274a5cc531dad27f27c0c45d4c528fb2fb
        446685a49a6d67aedd01cfbbd5e87b07f97a4d7b
        c1b5ed3c99bc7219a0061e4ece24ea42afd2889a
        22de9a1c8af7c25be5c108671ddc548ba323ed47
        4caf6b6fbbe6e8130741d793dffb560fd01d4ed5
        488b9601735ec1822433f82f633990063951fe08
        c366d60299f239e3df856ddffedb19e743e4be0c
        c5137ba8c597c7b5f90318df50e87b93a39a28dc
        f9e646242cf89f6fde1315046952252a2c429779
        f830fbc5fadd89d04be5edd2a5abf9b0d4bf0410
        1694b54903df784385abaa8452e1201e12344238
        17bcb44d2e29920c0c74430c2d9c703b36cfa0ad
        17bcb44d2e29920c0c74430c2d9c703b36cfa0ad
        7b5c241faec7488924e5935ae8b19f785846b5e4
        bf097ee7467895823fbd158a2a9543da3b5a5078

2018-04-06  Jan Holesovsky  <kendy@collabora.com>  [e1b247a843c5eb850fe0079819239d9883412d38]

        sw lok: Don't try to open TOC marks in a new window, jump instead.
        
        Change-Id: I1ecae82c4b1e08383f6957c38cb70b91fc3549d4
        Reviewed-on: https://gerrit.libreoffice.org/52504
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/52507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-04-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [36d56a9c86fa559b202602a079d057162292300d]

        Updated core Project: help  06f34d92fc057befab5ed6274891adc1bf3d6849
        
        Fix description of arrows in customizing LO menus
        
        Change-Id: I96d9b7acbe26dab643c866920d7f5080cc225d3d
        Reviewed-on: https://gerrit.libreoffice.org/52501
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [fdfe25090de1ba067493534954a7e22ba60534f7]

        Updated core Project: help  9b3d70c0729753eed46c25efeae69018983b480a
        
        Make param description list uniform with similar pages.
        
        Change-Id: I4e4fbb99eb2b2b76a25ab9a6931147105f9df169
        Reviewed-on: https://gerrit.libreoffice.org/52497
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [260847ae8bad31d055a4356340e17ca3f3eb17c9]

        Updated core Project: help  b19bd2ac6ccc68f8b0c1da40f4d68f2bca0c7c44
        
        Better wording for digital signatures (ii)
        
        Change-Id: Id5e282823f762edc6c7c9c9b54070af5c9ee9523
        Reviewed-on: https://gerrit.libreoffice.org/52496
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-06  heiko tietze  <tietze.heiko@gmail.com>  [79b0dead4f5956ace324ce37d266490221111ee6]

        tdf#85850 - Shortcut to open/close the side bar
        
        Ctrl+F5 assigned for Writer, Calc, Impress, and Draw
        
        Change-Id: I615a93d3060cf7ff89e4ef318f0382cd7b41c1a6
        Reviewed-on: https://gerrit.libreoffice.org/52498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-06  Jens Carl  <j.carl43@gmx.de>  [7dcda19e4a5580dd526eeab07feba12f4212e4f1]

        tdf#45904 Move _XCellRangeMovement Java tests to C++
        
        Change-Id: I8d3697b9c409e4fd9f9d28b8598b8807b91c5363
        Reviewed-on: https://gerrit.libreoffice.org/52485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-06  Caolán McNamara  <caolanm@redhat.com>  [8ed2fb306ffa8c7fef336b858fc5074c309c3c9f]

        weld linkeditdialog
        
        which enables changing FileDialogHelper over to welded
        
        Change-Id: I988342a6574cb7ed09b2724929e8c7117474a56c
        Reviewed-on: https://gerrit.libreoffice.org/52388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-06  Caolán McNamara  <caolanm@redhat.com>  [79ae6cc6b3b19252473f6987106ea7d8aa17a5ea]

        Resolves: tdf#116713 Revert "loplugin:useuniqueptr in SdrObjEditView"
        
        pTextEditOutliner.release() sets pTextEditOutliner to null, so in
        SvxTextEditSourceImpl::dispose() mpView->GetTextEditOutliner() returns
        null and the SvxTextEditSourceImpl doesn't deregister
        
        This reverts commit 2affed9bfd72628549df3049ed9f6e6a30fdb5b8.
        
        Change-Id: If97c4113db34184b315178546f1fccfada14cc09
        Reviewed-on: https://gerrit.libreoffice.org/52503
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [2afdea17162731888ad8f09fae2bb50e4246d7e9]

        tdf#114738 Add support for transparency for EMF+ records
        
        With current EMF+ implementation all filled figures,
        does not support transparency.
        This patch add transparency support for following EMF+ records:
        - DrawDriverString
        - DrawString
        - FillEllipse
        - FillRects
        - FillPolygon
        - FillPie
        - FillPath
        - FillRegion
        
        Change-Id: I1e59ea90bdf5fafc07ff9417fccace44872bbecd
        Reviewed-on: https://gerrit.libreoffice.org/50609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-06  Stephan Bergmann  <sbergman@redhat.com>  [8a15416e047f822369827404d6437548569af76c]

        Updated core Project: help  5cf3b7674122a348a9119412a936d71965a15b73
        
        Syntax error, missing =
        
        Change-Id: I93db3544785712ac23caa6d32fed660c03bacf67
        Reviewed-on: https://gerrit.libreoffice.org/52505
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-04-06  Michael Meeks  <michael.meeks@collabora.com>  [76bc1a81d089d9f66639c118c4063d87e4422684]

        tdf#115490 - avoid transliteration by using SharedString.
        
        Do this only for case insensitive matching for now; optimizing vlookup
        nicely - for me saves 35% of the compute time for 10k rows.
        
        Change-Id: I9b212910baa9d1b58e846e8e687bb10ab6106558
        Reviewed-on: https://gerrit.libreoffice.org/51159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-04-06  Michael Meeks  <michael.meeks@collabora.com>  [009a326d78fb62a80f9631844af324d0294710b6]

        query entry - preparatory pure re-factor.
        
        No need to check lengths for ENDS_WITH - we get the right offsets
        to start with before indexOf, and separate nStrPos for later.
        
        Change-Id: I75bc58b0b7ac223362c635e2a3161cf78d8a9581
        Reviewed-on: https://gerrit.libreoffice.org/52468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-04-06  dennisroczek  <dennisroczek@libreoffice.org>  [12bb11c6466fb93fe3f0ec1a8302db32a2ce4839]

        Updated core Project: help  552bd0cb910de00124ef01d25607648373cf1db4
        
        fix link to the Sane Project
        
        Change-Id: I5e21ee3f572a54f90372af8a869829e3101019cf
        Reviewed-on: https://gerrit.libreoffice.org/52502
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [c91956452b5930e46d953668dff51d39746f8cf2]

        loplugin:useuniqueptr in ScXMLTableRowCellContext
        
        Change-Id: Ie2c50b08eed674c129f0f66eae502c61e565a7f8
        Reviewed-on: https://gerrit.libreoffice.org/52495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Stephan Bergmann  <sbergman@redhat.com>  [cc20344010e94eda22fee662aab966d395a0796a]

        tdf#111313: Honor bWriteNoLenParam in !bCompatibility, too
        
        e8deba22e887a972f60ff05551e93c334ac1e7b6 "INTEGRATION: CWS ab26" had added
        the bCompatibility case with all the argument checking ("2006/05/04 08:33:46 ab
        1.66.10.3: #111951# Changed Mid runtime behaviour only for
        CompatibilityMode(true)"), and it was probably an oversight that, for
        !bCompatibility, it left the bWriteNoLenParam case (triggered by Basic code like
        
          s = "abc"
          Mid(s,1) = "d"
        
        ) calling OUStringBuffer::remove with an illegal argument of len=-1.
        
        Change that so that only setting ERRCODE_BASIC_BAD_ARGUMENT is controlled by
        bCompatibility, while all the other checks (that are probably all necessary to
        not call rtl string functions with illegal arguments) are done in both modes.
        
        Also, the check
        
          nStartPos + 1 > nArgLen
        
        should probably be
        
          nStartPos > nArgLen
        
        instead, as nStartPos has already been decremented from the one-based Basic
        index to the zero-baesd rtl string index.
        
        Change-Id: I75deec0acf75b8677aa89f91897c06c1caa5614d
        Reviewed-on: https://gerrit.libreoffice.org/52500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [e66d7dbbfe83b5ca3e009540bdfbe42eb438e1b2]

        improve field names in CellAppearancePropertyPanel
        
        to make the code easier to read
        
        Change-Id: I8f5cb13c017e00f3a0b992be1e03acbce9f61769
        Reviewed-on: https://gerrit.libreoffice.org/52492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [89b671c4a4288f3058157da292b1275e5bfb8392]

        tdf#116836 Don't move objects out of cell when shrinking cell
        
        Change-Id: I8185f3501eb17a62ef4f55b2c8bb2d70f1895365
        Reviewed-on: https://gerrit.libreoffice.org/52491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-06  heiko tietze  <tietze.heiko@gmail.com>  [49a2ca259287173d86a303b5c75d25ce52a9e26c]

        tdf#86404 - use Ctrl+TAB to switch between tabs/sheets
        
        Introduced mod1+tab and mod1+shitf+tab and assigned it to next/prev sheet in Calc
        
        Change-Id: I49e4dee685bbf81595f24222907664a271a3f121
        Reviewed-on: https://gerrit.libreoffice.org/52392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-04-06  Mark Hung  <marklh9@gmail.com>  [3b17a8ebad5251d7908cf1d992c8b76b88557578]

        tdf#77747 handle Hebrew numbering in ppt.
        
        Change-Id: I4af60a701e4dc2c3bae1c223ec56e03c16210996
        Reviewed-on: https://gerrit.libreoffice.org/52225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-04-06  andreas kainz  <kainz.a@gmail.com>  [1d9703945e7b62761cc7f60c9644f80293174522]

        Colibre icon: fix size issue for insertcolumns/rows before
        
        Change-Id: I64962d49d3997fa15ccad989e2e91885c0aa2b4b
        Reviewed-on: https://gerrit.libreoffice.org/52488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [d24ff5a0664beeb22ad8eb50f07ccc2b93df9ae7]

        merge CellBorderUpdater into CellAppearancePropertyPanel
        
        no point in having it separate, the code flow is cleaner this way
        
        Change-Id: Ibc04eb4fa0ee6438b84f181a2cbdb6de22872ac5
        Reviewed-on: https://gerrit.libreoffice.org/52487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Stephan Bergmann  <sbergman@redhat.com>  [04f4702eb896a330bc3b10443b7303a1d07d7a11]

        Fix Python file URL construction on Windows
        
        ...after d76281864b0e83812c0edf7490b1e8271e89fff5 "Create temp copies of test
        docs in Python/UITests"
        
        Change-Id: I4b6a5149c68f9e6cdc0a2037c07b50e8acc3623f
        Reviewed-on: https://gerrit.libreoffice.org/52486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-06  Jan Holesovsky  <kendy@collabora.com>  [36ad635381f9ea297bfbc6ed3e171ec8a5f0f785]

        tdf#116628: Fix expanding the entries in Help's Contents tab.
        
        Change-Id: I50627ca577bf89810c716bf9e1db9ae74cec58d1
        Reviewed-on: https://gerrit.libreoffice.org/52473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-04-06  Julien Nabet  <serval2412@yahoo.fr>  [23c82e1a377ea6fce65d71277ec59b3ca150b98a]

        tdf#115407: preselect sound file saved
        
        To display the sound in the dropbox, the complete filename
        (eg: file:///home/julien/lo/libreoffice/instdir/share/gallery/sounds/pluck.wav)
        was compared with items of the sound list formed like this:
        file:///home/julien/lo/libreoffice/instdir/program/../share/gallery/sounds/pluck.wav
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=115407#c1
        
        Since listbox displays only basename, let's just compare basenames
        
        Change-Id: I5fb49990322423fa7818e5d6e1cafd828e3500ec
        Reviewed-on: https://gerrit.libreoffice.org/52476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [ad8961511ad34e6159db092bde052a4fab4375c7]

        osl: Remember the last error before returning osl_Socket_Error
        
        This prevents from e.g. com.sun.star.bridge.UnoUrlResolver's
        emitting confusing messages, when trying to connect to a port
        on which no LibreOffice process is listening, like:
        > Traceback (most recent call last):
        >  File "<stdin>", line 1, in <module>
        >  __main__.NoConnectException: Connector : couldn't connect to socket (Success)
                                                                                ^^^^^^^
        After applying this patch:
        > Traceback (most recent call last):
        >  File "<stdin>", line 1, in <module>
        >  __main__.NoConnectException: Connector : couldn't connect to socket (Connection refused)
        
        You can see the above behavior with the following python code:
        
        import uno
        x = uno.getComponentContext()
        y = x.ServiceManager
        z = y.createInstanceWithContext("com.sun.star.bridge.UnoUrlResolver", x)
        url = "uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext"
        a = z.resolve(url)
        
        ... provided that no process is waiting on port 2002.
        
        Change-Id: Id094cf9271fe77d84f2284d91a0e452448de2bc2
        Reviewed-on: https://gerrit.libreoffice.org/52018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [8091d2142e52447f4d880c979079dd1c2c2e1236]

        fix bug in SwWrtShell::Insert
        
        ever since
            commit 9ce556080fe4b4a1810653aa45d06e9cb34274b0
            Date:   Tue May 18 13:13:46 2004 +0000
            INTEGRATION: CWS swundo01 (1.22.126); FILE MERGED
        
        found by my unusedvariablesmore plugin
        
        Change-Id: I6cc1e7959cabf6452a37829482600f38a90cd993
        Reviewed-on: https://gerrit.libreoffice.org/52447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  andreas kainz  <kainz.a@gmail.com>  [4c9cfd1d748447740b342171eeb62addce015e34]

        NB Calc: needed icons for Layout Tab
        
        Change-Id: I9b9567664df919e418ac519930c907198ba2b728
        Reviewed-on: https://gerrit.libreoffice.org/52482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-06  andreas kainz  <kainz.a@gmail.com>  [ab01cb1ca5441177db0d1d39451db554223cabe9]

        NB Calc: needed icons for Insert Tab
        
        Change-Id: I3a622a4b658c314bfac6f89a12ffedd09b44bb3b
        Reviewed-on: https://gerrit.libreoffice.org/52481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [786a1c8ef1d182e63a7ae8cfd526ae101bad232b]

        fflush() followed by fclose() is redundant
        
        Change-Id: Iacb9332635cb6afa90ec1a72e96388b3b5b7b56c
        Reviewed-on: https://gerrit.libreoffice.org/52420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [8d6e498a11024ca3cf70864250a757e0d5a7b166]

        ucb: Shift property "IsRowCountFinal"'s index from 0 to 1
        
        The original 0 seems a typo.
        Cf. ucb/source/sorter/sortresult.cxx and
            ucb/source/ucp/ftp/ftpresultsetbase.cxx.
        
        Change-Id: I5c2331483aa8186a031bba9fb2fc906ee4a1e535
        Reviewed-on: https://gerrit.libreoffice.org/52484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [4e13bfaf6840d90b7ee0f3b4a8c3a3e8d5d5f3b5]

        svx: Fix the sequence's length
        
        Change-Id: I8b1798659efb798ca4f4883469118a297f40b83b
        Reviewed-on: https://gerrit.libreoffice.org/52466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [606c019123bccc102e3903f1c1f6b8c8121cca79]

        fix bug in View::CreateSelectionDataObject
        
        ever since
            commit 5e6def1bd4e36379e8dce78402820540bd6f02e2
            Date:   Fri Jan 19 18:15:28 2001 +0000
            Redesign for XTransferable
        
        found by my unusedvariablemore plugin
        
        Change-Id: I80c8db159c026cbdc93449ace61444adf7c854ce
        Reviewed-on: https://gerrit.libreoffice.org/52448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-06  Mike Kaganski  <mike.kaganski@collabora.com>  [5bf00019c2bbe2045d3da7d98552c601309142b5]

        Allow .NET SDK 4.7.1
        
        Change-Id: I24be20fdedf36153e4012dde6d7cc899098f769e
        Reviewed-on: https://gerrit.libreoffice.org/52479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [6c737accd9fa2fed868ca304bb59acc30df55679]

        vcl: more migrations to GetSizePixel() in BitmapEx
        
        Change-Id: I2b9fa2cff8a64e35288d67314b95b9d01c2441cc
        Reviewed-on: https://gerrit.libreoffice.org/52452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-06  Caolán McNamara  <caolanm@redhat.com>  [d39a8e791618a40328c0f90bece3cc246dcf57f7]

        Resolves: tdf#116796 Ok -> OkCancel
        
        Change-Id: Ib816862a462614a47045628ffe57358a4986149b
        Reviewed-on: https://gerrit.libreoffice.org/52477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [123920cfa3cf8208ffcc8f3048c2cab8b79fc970]

        Updated core Project: help  cb53adf410d240b9fcecc9e11e0253aa67bcd455
        
        Better wording for public key management help page
        
        Change-Id: I56a355e1a62fd981cb6d37de9778b7ab81e4e33e
        Reviewed-on: https://gerrit.libreoffice.org/52478
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [75fb76838bc93f39a52a9ff8251077e9e029551c]

        interim cut down on spew some more
        
        Change-Id: I534a01d9cd8e507b8b277eb185dc96bcd9bd63fe

2018-04-05  Gabor Kelemen  <kelemeng@ubuntu.com>  [e0aabd9c88897d64d1ce0eb294fb8352ce7f25e9]

        tdf#42949 Remove unnecessary localization headers from chart2
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<ResId.hxx\> -e \<strings.hrc\> chart2 | xargs grep -c SchResId | grep :0$ | grep -v /pch
        
        Change-Id: Ic4fd9245a7e4c3dc96216687f6f8e9820e062a5e
        Reviewed-on: https://gerrit.libreoffice.org/52410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [6eb0c740603c2ea7326e4b9cbfeab144e4a2b781]

        we want get_active_text to return edit text in editable case
        
        Change-Id: Ib95e0b10e2291eef8c7a4dd0849dc5ef215f3104
        Reviewed-on: https://gerrit.libreoffice.org/52464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Stephan Bergmann  <sbergman@redhat.com>  [e21b2a61d64b697413c0fc9013746b9d358da4c6]

        Fix Python file URL construction on Windows
        
        ...after d76281864b0e83812c0edf7490b1e8271e89fff5 "Create temp copies of test
        docs in Python/UITests"
        
        Change-Id: I0f331ca9567e9a54842cc35b35628046d29b176d
        Reviewed-on: https://gerrit.libreoffice.org/52470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-05  Katarina Behrens  <Katarina.Behrens@cib.de>  [a174caa53b4bee9627cd7403ef03c474b758c602]

        Html import: use loaded image width/height if width|height ="auto"
        
        "auto" means viewing application decides what the size/dimension
        is going to be i.e. act as if no particular size was provided
        
        Also use metric dimensions from bitmaps if available.
        
        Change-Id: Ic3860ecad0c4e1c2b7f6131c03c6612241a20c7c
        Reviewed-on: https://gerrit.libreoffice.org/52404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ad0d1db3ce862ef74a7a1849b821f5010f9ba3fd]

        tdf#116799 Border selection icon tool in sidebar disappearing
        
        regression from
        
            commit fe96d07621f75e6e5a106407c8ef80ace1b7f137
            move CellBorderUpdater bitmap update to VirtualDevice
        
        Change-Id: I9a021b121b6da5d387ee710363b301543a31582e
        Reviewed-on: https://gerrit.libreoffice.org/52467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [09954c381895f340c9b73af64b0833d8b4689c06]

        tdf#116830 sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGS
        
        Commit 18b3feb8bef06bf7b126fd0bc743e19479cb8026 (n#778133 sw: add
        BackgroundParaOverDrawings compat flag, 2012-09-12) added a layout
        compat flag that is meant to make Writer behave the same as Word when it
        comes to the order of various backgrounds.
        
        The original fix was that in case there are background shapes and also
        paragraph backgrounds, then this flag can opt in to have the paragraph
        backgrounds on top of background shapes.
        
        Cell backgrounds behave the same way in Word, so extend the behavior of
        the compat flag to cover not only the background of text frames but also
        of cell frames.
        
        (The test could be hacked into CppunitTest_sw_uiwriter, but 1) this is
        layout, not UI and 2) that one started to get rather large.)
        
        Change-Id: Ifca1851217000f6daac50e6c9562c042aca6ff7d
        Reviewed-on: https://gerrit.libreoffice.org/52469
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-05  Johnny_M  <klasse@partyheld.de>  [7945d19d11e4064e91633ec0cff669b8412b95c4]

        Translate German variable names
        
        Akt -> Current in nodes
        
        Change-Id: I62b46ccf44fdbd9c5373447f1aa624ba6666469f
        Reviewed-on: https://gerrit.libreoffice.org/52188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [2b56ca4436f01db069c836daa7b7b4298349fc66]

        set external data dialog as parent for password dialogs of loading docs
        
        Change-Id: I364b040d0beaab7c64b779dd664a625b30de22cf
        Reviewed-on: https://gerrit.libreoffice.org/52457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Gabor Kelemen  <kelemeng@ubuntu.com>  [158254119b7b20f5e4f825dc3c1e80c1efb91c95]

        tdf#42949 Remove unnecessary localization headers from basctl
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<iderid.hxx\> -e \<strings.hrc\> basctl | xargs grep -c IDEResId | grep :0$ | grep -v /pch
        
        Change-Id: I998804af3ac542b38cab6b20bd441978a9a6f8ff
        Reviewed-on: https://gerrit.libreoffice.org/52408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [6c5aa32a3ca51f9feecf2ed59944080e766b9ac2]

        enable mapping direct from awt::XWindow and weld::Window
        
        Change-Id: I33b1309a4b81bfd84449213099c4f3f781413e00
        Reviewed-on: https://gerrit.libreoffice.org/52456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [d9d6f805fdda16a1a51d50deaba8c3a08b606234]

        Fix invalid syntax
        
        Change-Id: I1b74214f3251ecba7c6e4f7336736b9a6732a12b
        Reviewed-on: https://gerrit.libreoffice.org/52446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [f40596d3057cccba1584a856ef7db7fa167f11d2]

        coverity#1401308 Uncaught exception
        
        and
        
        coverity#1401307 Uncaught exception
        
        Change-Id: I35cd9b13c2f410f628e0e70520d88d9538ce673b
        Reviewed-on: https://gerrit.libreoffice.org/52445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [abf9ec7bef2c341ad9c914fd909dd03b4a784f18]

        fix duplicate strings in notebookbar *again*
        
        Change-Id: Ie3424f29e5296b071474579fba65430cbe18a206

2018-04-05  Stephan Bergmann  <sbergman@redhat.com>  [316d06f96a4ede4fa1865144af0bfe0abcedb76a]

        -Werror=unused-variable
        
        Change-Id: I098bbf78cb4b9a7e24b8767f70c35ef67d2d5c6c

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee0e19296b959b4545b094f49a8b0c0b546399d7]

        make DBG_UNHANDLED_EXCEPTION log in non-dbgutl mode, too
        
        So we can use it like SAL_WARN
        
        Change-Id: Ida90f972d2d16723319acbd4a42045c49e687308
        Reviewed-on: https://gerrit.libreoffice.org/52320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [b3ab7292931fe8fb0411b667de31c68988ce3c94]

        If the function is in mergelib, store mergelib module
        
        Regression from commit 707f787cd991f9c59712cd3020d127d09605c792
        It didn't ensure that we store mergelib when required, thus still
        trying to get function from stubs and failing (with mergelibs
        enabled), leading to SEGFAULT later.
        
        Change-Id: Ib15528795f3d65b1ae5c31be2aa5284ce5ff04cf
        Reviewed-on: https://gerrit.libreoffice.org/52428
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [f8869a6bb23312d4498b8862248ef3612a6c9393]

        coverity#1433793 silence Explicit null dereferenced
        
        and
        
        coverity#1433785 Explicit null dereferenced
        
        Change-Id: I261dc865d58daa2488c2c3c64975a2ff9bb46b53
        Reviewed-on: https://gerrit.libreoffice.org/52430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [4eaa447630756f64bceba81e1a787c289c120152]

        vcl: ImplAssignWithSize() -> ReassignWithSize()
        
        Change-Id: I278a976028762f5c101dfd46ee62c4aa06bd719d
        Reviewed-on: https://gerrit.libreoffice.org/52422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-05  Mark Hung  <marklh9@gmail.com>  [4e9dbb4c81dfd99cfec4a36372b09a96ad4d4133]

        tdf#115623: EPUB export: handle style:page-layout
        
        handle style:page-layout XMLPageLayoutPropertiesContext,
        store style:writing-mode so that it can be processed
        in libepubgen.
        
        Change-Id: Id997ef84a39bd3321d678ea23c5d1b9101297b34
        Reviewed-on: https://gerrit.libreoffice.org/52080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [1021f45f6289ecadfcf9c46946e47a2c5e627752]

        vcl: move public functions to private in Bitmap
        
        Change-Id: Ifeb310c9f0b825eb6cedf6530f3cc6a1ff00de04
        Reviewed-on: https://gerrit.libreoffice.org/52421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [2844b2fc2925fb191ff2779293a1503c6278260b]

        vcl: Bitmap::ImplAdaptBitCount() is not needed, just use AdaptBitCount()
        
        Change-Id: I77e1e051f95c9dfe98b563ccf5c633e5373872f5
        Reviewed-on: https://gerrit.libreoffice.org/52423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  andreas kainz  <kainz.a@gmail.com>  [f76a22c7656f8741cf26c220fed1f8cd5a7d79c1]

        NB Calc: needed icons for Review Tab
        
        Change-Id: I57869f80def8c92c92d957adc79d1dc34a320dc9
        Reviewed-on: https://gerrit.libreoffice.org/52413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c86778e6d1d4fcb05f42025f643aa472645b186a]

        sw: fix some IWYU warnings
        
        Change-Id: I0c1d05b3f842a8d607a934f6954bcf2175d0d419
        Reviewed-on: https://gerrit.libreoffice.org/52407
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3cd552f4fdf5f15d9b440efe9d8cc9670248e79]

        fix bug in ppt import filter, ignoring initials
        
        from somewhere before
            commit d2000efb31f864e912c6cf52760eea0e602b6893
            Date:   Sat Oct 31 00:29:04 2009 +0100
            #i106421#: move msfilter to filter
        
        found by my new unusedvariablesmore plugin
        
        Change-Id: If19c3023bff9247608c9d3ddb84a0e91116c7224
        Reviewed-on: https://gerrit.libreoffice.org/52390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [5b6fbf522f434c2f55022476e0c4706cc0929ab5]

        fix bug in SfxDockingWindow::CalcAlignment
        
        ever since
            commit 715b590e8753fac3083e15a13f14270f15162050
            Date:   Tue Jul 6 12:35:55 2004 +0000
            INTEGRATION: CWS docking1 (1.29.254); FILE MERGED
        
        Change-Id: Ic447e12592b30f9cfe8ad22bd32214d02cf36477
        Reviewed-on: https://gerrit.libreoffice.org/52389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b0d277e04f178ade10dfd8ee4f1cab2e36dc41b]

        fix bug in b2dpolypolygon::testTrapezoidHelper
        
        ever since
            commit 82b56544a7a53528970632d086c3cfd8ef879335
            Date:   Wed Jan 1 10:29:40 2014 +0000
            basegfx: accelerate Trapezoid subdivision by avoiding allocations.
        
        found by my new unusedvariablemore plugin
        
        Change-Id: Ie02f4cf576094fb1cd814efed452ae0985814065
        Reviewed-on: https://gerrit.libreoffice.org/52386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [bce3ed11a4838865b53dccdde887d4cba0d48111]

        fix bug in AccessibleListBoxEntry::implGetParentAccessible()
        
        ever since
            commit 395d9fb1b1cc3ae3bf8ea722ea8fe25490f62589
            Date:   Wed Jun 27 14:32:58 2007 +0000
            INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED
        
        found by my new unusedvariablemore plugin
        
        Change-Id: Ibdb882352af03d5f786e07db5f549df7fcf76de2
        Reviewed-on: https://gerrit.libreoffice.org/52384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6a2e5833f97890ad3b980955626d53622d57377d]

        tdf#116510 Unit test for copying graphics from individual cells
        
        Change-Id: I2471650a50a980129672f3a5f0439753b25eebd6
        Reviewed-on: https://gerrit.libreoffice.org/52391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-05  andreas kainz  <kainz.a@gmail.com>  [fe28b80dfc315dfa7f190b808f144cef6c664a29]

        NB Calc: needed icons for Review Tab
        
        Change-Id: Icf6262f7afaa4ec99458f17d02e989e07f35a175
        Reviewed-on: https://gerrit.libreoffice.org/52414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-05  andreas kainz  <kainz.a@gmail.com>  [4daaabee32005188b0fcaa74ce11960ed0f1d8da]

        NB Calc: needed icons for View Tab
        
        Change-Id: Icace3901d87ba74ca45f4a9f68a2d348697209b6
        Reviewed-on: https://gerrit.libreoffice.org/52412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [2325f9ac789cd12e5ecc9d239baf2558e1d678bb]

        fix bug in GlyphSet::DrawGlyph
        
        regression from
            commit b157b82a6d924ebed1683b90bc9d59bbe2603451
        	Date:   Thu Dec 8 04:13:26 2016 +0200
            Use GlyphItem in more places
        
        found by my new unusedvariablesmore plugin
        
        Change-Id: I195a084a2c524cda3f87703228365432c5681133
        Reviewed-on: https://gerrit.libreoffice.org/52385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [40bc6c1380226677ef72b9667dba9d577087dfc6]

        ofz#7365 Integer overflow
        
        Change-Id: If56db771976a82399dc49fd90845e6569cbd2e8e
        Reviewed-on: https://gerrit.libreoffice.org/52400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [1f28de7e26cb9b12d74b743333dab72e08f53bec]

        ofz#7366 Integer overflow
        
        Change-Id: Ia81f6681dd846715b75c87dd9ddc8520a2e9ed5a
        Reviewed-on: https://gerrit.libreoffice.org/52403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [c110c93a283816a69be917d534b8ba321adf2133]

        ofz#7359 Integer overflow
        
        Change-Id: I9c857f7fb8fbfceb9e061fd0bc1f0b0b63b35524
        Reviewed-on: https://gerrit.libreoffice.org/52401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-05  Caolán McNamara  <caolanm@redhat.com>  [40e23abecde809a6e7229fae912a392a9552c1fb]

        ofz#7364 Integer overflow
        
        Change-Id: I1b0f5e4e951dae396fefc6ec55f7f04a8503ea89
        Reviewed-on: https://gerrit.libreoffice.org/52402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [a7ab5e7ae33d658491c373f1c362026c2f696058]

        Updated core Project: help  d3b7ab4e362375a60a14efb2c55623dae6e5d5d2
        
        tdf#116452 Remove "3 seconds to add/delete col/row" functions
        
        Change-Id: I1e40b1777c091598a312ca1446fba59bcc8c8da6
        Reviewed-on: https://gerrit.libreoffice.org/52406
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-04  Nickson Thanda  <nicksonthanda10@msn.com>  [e0a641f863be91c5407dac5fc58edc33b5703116]

        tdf#88961 table line style color visible when color is white
        
        If the selected color is white, then display the line styles in black
        else, display the line style in the selected color
        
        Change-Id: Iff21abcf5c2a6d007e154b87d7fa42a673fa00fa
        Reviewed-on: https://gerrit.libreoffice.org/52355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-04  Caolán McNamara  <caolanm@redhat.com>  [9762c9ab98a2b9ea86186a6da7b77031f1416bed]

        ofz: lots of integer overflow noise
        
        now that its a 32bit int, which isn't very helpful for me, too much
        of a firehose right now
        
        Change-Id: I15e96065c2e21afc632bd22c95cfb975c0f839ac

2018-04-04  Caolán McNamara  <caolanm@redhat.com>  [b8cc75068544857cdcf06d10d1667dabb7faabad]

        drop mysterious bare SetUpdateMode call
        
        Change-Id: I9ab52107e87c7154a50ed5ae89bd89c354e25b51
        Reviewed-on: https://gerrit.libreoffice.org/52387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  heiko tietze  <tietze.heiko@gmail.com>  [803a3539975059d2fde5b0eab3e0850ba155368a]

        tdf#116695 Make Elementary the default on Gnome
        
        IconThemeSelector updated; tde and kde(3) removed
        
        Change-Id: I724fb1fd7e4e2b2c60189bb97253b0a04917edf2
        Reviewed-on: https://gerrit.libreoffice.org/52117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [599ff05300599d4e4ce818092f18e76e738b921e]

        Related: tdf#115719 DOCX import: fix ignore of increased anchored obj spacing
        
        If there is only a single anchored object, then ignore only the current
        paragraph, not all paragraphs of the section.
        
        Change-Id: I5b44a3df05de325025ec90545667b349e875b31f
        Reviewed-on: https://gerrit.libreoffice.org/52398
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9f7535e499002706f276c0275c1e6c3c7b6bdd4]

        tdf#116789 sw: fix caching of the SwXCell UNO wrapper
        
        Commit 9af3a0d44f5f3208c490eeacbc4a9a87af915d7c (unify with a template
        class, 2015-03-28) extracted a common FindUnoInstanceHint from
        FindXCellHint/FindXRowHint, but failed to still check for the UNO
        wrapper in the condition, not the core object.
        
        This resulted in handing out multiple SwXCell instances for the same
        underlying SwTableBox, which means that if you had an UNO-level
        selection listener and you wanted to know if your selection is in the
        same XText as the XText of a bookmark, then that comparison (by ptr
        value) failed in case the bookmark and the selection was in a table
        cell.
        
        Change-Id: I1d618cf150d515a9db51b1fe5d38cf262fd46af4
        Reviewed-on: https://gerrit.libreoffice.org/52379
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b080ff8dbf1ac899a04b6f9690956f11feee01a4]

        Updated core Project: help  9494a8065606166a5457d0e66caaaf7433fe9e12
        
        tdf#107079 Update custom color dialogs and guide
        
        Change-Id: Ib8233c37b0352711e8b57d5c5eea9fb61ec8d75a
        Reviewed-on: https://gerrit.libreoffice.org/52285
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-04  Stephan Bergmann  <sbergman@redhat.com>  [8bd827c976037381be963d4ef99bfb9a2d720889]

        Ignore dangling symlink configuration files
        
        This will be used by the Flatpak build, to offload per-locale data to a Locale
        extension (which expects all per-locale files to be in one place, so we need to
        add---potentially dangling, if a given locale is not installed---symlinks from
        the original places to the location where that Locale extension stores the
        actual files).
        
        Change-Id: Id13b8c53fbc9e0763e53fd09c0c059c9e638c13d
        Reviewed-on: https://gerrit.libreoffice.org/52381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-04  Stephan Bergmann  <sbergman@redhat.com>  [480309b6a7f4ed182f005be70de436ae2fbcd1a7]

        Remove unused default arguments
        
        Change-Id: I7c0a0d2410fb418e3ea33f976ebff47cd4371dc3

2018-04-04  Szymon Kłos  <eszkadev@gmail.com>  [1ed040103a3e0bb5d1f6307cc7a616913b3c3334]

        Notebookbar: move toolbox dropdown arrow to the right
        
        Change-Id: Ic7b52b186b5e2bbea6c22a511a680dc0e94e9f97
        Reviewed-on: https://gerrit.libreoffice.org/52232
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-04-04  Stephan Bergmann  <sbergman@redhat.com>  [d1a332065a94cb7a503209a817515295ac98c7b1]

        loplugin:casttovoid, loplugin:implicitboolconversion (--disable-pdfium)
        
        Change-Id: Id315d8f1ae0ea8f50827c2bcbb7dfd4c53b55b6d

2018-04-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8e49269f794f6eae193fa9af8846a470baab0c1b]

        tdf#116510 Copy graphics too when copying cells/rows
        
        Before this worked only for columns
        
        Change-Id: I0e2c54aa85455d5fe3ec7ae78638e1b1157e4a9c
        Reviewed-on: https://gerrit.libreoffice.org/52380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-04  Michael Stahl  <Michael.Stahl@cib.de>  [cdc0d49ea70570ae71e19ebbf5bd24fc0f5083eb]

        sw: convert DELETEZ to unique_ptr in ww8graf.cxx
        
        Change-Id: I8d4aafb9cc1312eea91dd858d457e4cb732b9c3a
        Reviewed-on: https://gerrit.libreoffice.org/52377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-04  Michael Stahl  <Michael.Stahl@cib.de>  [ef13c536af9a63f0e9bdfa0a65b58a0b5dd9d16f]

        sw: convert DELETEZ to unique_ptr in ww8graf2.cxx
        
        Change-Id: I8734a8293413dd8579db225948135df42a18c973
        Reviewed-on: https://gerrit.libreoffice.org/52376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>

2018-04-04  andreas kainz  <kainz.a@gmail.com>  [a30be64e4f12bc74673af315f2c9106eb89fbab5]

        Colibre icon: link sidebar icon
        
        Change-Id: I167ef7131c5b76e398d9ba41754d328a2701cfdd
        Reviewed-on: https://gerrit.libreoffice.org/52374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-04  Caolán McNamara  <caolanm@redhat.com>  [3ff4800fe400de916c97f587322104af06cc0879]

        weld SvInsertOleDlg
        
        and
        
        weld SfxInsertFloatingFrameDialog
        
        and smuggle in the parent widget for the Gtk File dialog via
        an XWindow interface
        
        Change-Id: I971b3a0ffe661c9268115fd5d00bf8eee80e77b3
        Reviewed-on: https://gerrit.libreoffice.org/52373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  Michael Stahl  <Michael.Stahl@cib.de>  [265e1305e4f9bf8a4897069a020c9c65e8047f58]

        revert typo fixes in layout test document
        
        Partially revert commit dcb9bd40810b773359464979eb7dbfddc03bc2d4
        
        Change-Id: Ic12d8c15b840d6c31ea05c2e6978a985b2b1cf29

2018-04-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [3615931a8faf27befa7c0df3e27b68dbd184bda6]

        Fix SfxItemSet pretty printer after some uniqueptr conversions
        
        just whyyyyyyy are you people doing this, why do you gratuitously
        break things others rely upon for productivity?!?? I don't give
        a F about uniqueptrs, all I want is to be able to print this bloody
        SfxItemSet. It's frustrating AF
        
        Change-Id: I0b6110c1806c31a3c098fb9dc73883047191c7f9
        Reviewed-on: https://gerrit.libreoffice.org/52362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-04  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d940d478be430ea59956dacc42df1f4fd2126506]

        PrintPreviewWindow dynamic preview Bitmap III
        
        Corrected condition for test if maximum is reached
        
        Change-Id: I24795dfa15093fe0f4eb71d94e18b9f0a33a6891
        Reviewed-on: https://gerrit.libreoffice.org/52372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e278df1a14c5cb5dbb7add5d6ed5dd52da131e92]

        tdf#108608 Draw file unresponsive on large text pasted into textbox
        
        We have O(n^2) algorithm here.
        
        The stack trace looks like:
            ImpEditEngine::CalcTextWidth
            EditEngine::CalcTextWidth
            Outliner::CalcTextSize
            SvxOutlinerForwarder::GetParaBounds
            SvxAccessibleTextAdapter::GetParaBounds
            accessibility::AccessibleEditableTextPara::getBounds
            ...
            OutlinerView::PasteSpecial
        where AccessibleEditableTextPara::getBounds iterates over all
        paragraphs, and so does ImpEditEngine::CalcTextWidth.
        
        To solve this, push the logic down from
        SvxOutlinerForwarder::GetParaBounds, to new logic in EditEngine and
        ImpEditEngine, where we can optimise the width calculation.
        
        Note that this means that the width returned for a specific paragraph is
        no longer the maximum width of all paragraphs, lets hope that does not
        cause regressions.
        
        Change-Id: I9f879d9a67b16a4aec08915328c99961b7313c2f
        Reviewed-on: https://gerrit.libreoffice.org/52369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [891e41fac81fbd8d5cdb277b26639abfd25a7143]

        dead code in AccessibleTextHelper_Impl::UpdateVisibleChildren
        
        ever since
            commit 60f11adb950e4f9645cc9ecb0f5af8235cc97366
            Date:   Wed Nov 27 13:03:45 2013 +0000
            Integrate branch of IAccessible2
        
        Change-Id: Ie175277badc07cf79eadbeef5a75857b914876d9
        Reviewed-on: https://gerrit.libreoffice.org/52370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [1e0d5d0c98dd1128c4ab7a9dcc4e9ae2d2878390]

        loplugin:unusedmethods
        
        Change-Id: If88b11419fc6d483ef689d2199a347c00622e01c
        Reviewed-on: https://gerrit.libreoffice.org/52358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [89d26a4018626f43af9d3e15d3b9c49abdfde889]

        tdf#42949 Remove unnecessary localization headers from avmedia
        
        Found by searching for the header names and the localization function:
        git grep -e \<mediamisc.hxx\> -e \<strings.hrc\> avmedia | xargs grep -c AvmResId | grep :0$ | grep -v /pch
        
        Change-Id: I7e136a8c1c676fe75e200175345cf1b118de5e41
        Reviewed-on: https://gerrit.libreoffice.org/52351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [28b1443eb3a48e4ca0651cf3cd560f5da08de472]

        tdf#42949 Remove unnecessary localization headers from accessibility
        
        Found by searching for the header names and the localization function.
        git grep -l -e accresmgr.hxx -e \<strings.hrc\> accessibility/ | xargs grep -c AccResId | grep :0$ | grep -v /pch
        
        Change-Id: Iecea7d18faf722e81e6f73b3e5cebb89971b6aea
        Reviewed-on: https://gerrit.libreoffice.org/52350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  Caolán McNamara  <caolanm@redhat.com>  [8166d76b371c42f40f1d9b7d0c6617da7814c39e]

        weld SvxPathSelectDialog
        
        Change-Id: Ie79d45e6c2e0da0fad45b4e1ae7ec7ac6222d5f9
        Reviewed-on: https://gerrit.libreoffice.org/52360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4bcba6074f394cc0ce3b660308b3ee8e4714978]

        loplugin:unusedenumconstants
        
        Change-Id: I6069ca8874329e7f15903aa8ef51000c9c280d47
        Reviewed-on: https://gerrit.libreoffice.org/52200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2fc4af37bf321619cb6bd67cd051856301c7e074]

        loplugin:useuniqueptr in DocumentStatisticsManager
        
        Change-Id: I71563287c05c0ffa9dc596b6f6e02431b13e693c
        Reviewed-on: https://gerrit.libreoffice.org/52346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Stephan Bergmann  <sbergman@redhat.com>  [97164f87696ab703c03e530d4071a55381d51cc1]

        Avoid -fsanitize=float-divide-by-zero
        
        ...after d51bc7b3813ccbdf41a50664d41b2fa3d25c6954 "PrintPreviewWindow dynamic
        preview Bitmap", in CppunitTest_vcl_dialogs_test:
        
        > vcl/source/window/printdlg.cxx:334:32: runtime error: division by zero
        >  #0 in vcl::PrintDialog::PrintPreviewWindow::preparePreviewBitmap() at vcl/source/window/printdlg.cxx:334:32 (instdir/program/libvcllo.so +0x31ac6df)
        >  #1 in vcl::PrintDialog::PrintPreviewWindow::Resize() at vcl/source/window/printdlg.cxx:144:5 (instdir/program/libvcllo.so +0x31ab3ae)
        >  #2 in vcl::Window::ImplCallResize() at vcl/source/window/event.cxx:522:5 (instdir/program/libvcllo.so +0x2f546d1)
        >  #3 in vcl::Window::ImplPosSizeWindow(long, long, long, long, PosSizeFlags) at vcl/source/window/window.cxx:1603:17 (instdir/program/libvcllo.so +0x34f2efc)
        >  #4 in vcl::Window::setPosSizePixel(long, long, long, long, PosSizeFlags) at vcl/source/window/window.cxx:2831:18 (instdir/program/libvcllo.so +0x3524ca5)
        >  #5 in vcl::Window::SetPosSizePixel(Point const&, Size const&) at vcl/source/window/window2.cxx:1313:5 (instdir/program/libvcllo.so +0x348582b)
        >  #6 in VclContainer::setLayoutPosSize(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:57:13 (instdir/program/libvcllo.so +0x2f950fb)
        >  #7 in VclContainer::setLayoutAllocation(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:68:9 (instdir/program/libvcllo.so +0x2f953e8)
        >  #8 in VclBox::setAllocation(Size const&) at vcl/source/window/layout.cxx:486:13 (instdir/program/libvcllo.so +0x2f9ed9c)
        >  #9 in VclContainer::SetPosSizePixel(Point const&, Size const&) at vcl/source/window/layout.cxx:147:9 (instdir/program/libvcllo.so +0x2f96795)
        >  #10 in VclContainer::setLayoutPosSize(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:57:13 (instdir/program/libvcllo.so +0x2f950fb)
        >  #11 in VclContainer::setLayoutAllocation(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:68:9 (instdir/program/libvcllo.so +0x2f953e8)
        >  #12 in VclBox::setAllocation(Size const&) at vcl/source/window/layout.cxx:486:13 (instdir/program/libvcllo.so +0x2f9ed9c)
        >  #13 in VclContainer::SetPosSizePixel(Point const&, Size const&) at vcl/source/window/layout.cxx:147:9 (instdir/program/libvcllo.so +0x2f96795)
        >  #14 in VclContainer::setLayoutPosSize(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:57:13 (instdir/program/libvcllo.so +0x2f950fb)
        >  #15 in VclContainer::setLayoutAllocation(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:68:9 (instdir/program/libvcllo.so +0x2f953e8)
        >  #16 in VclBox::setAllocation(Size const&) at vcl/source/window/layout.cxx:486:13 (instdir/program/libvcllo.so +0x2f9ed9c)
        >  #17 in VclContainer::SetPosSizePixel(Point const&, Size const&) at vcl/source/window/layout.cxx:147:9 (instdir/program/libvcllo.so +0x2f96795)
        >  #18 in VclContainer::setLayoutPosSize(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:57:13 (instdir/program/libvcllo.so +0x2f950fb)
        >  #19 in VclContainer::setLayoutAllocation(vcl::Window&, Point const&, Size const&) at vcl/source/window/layout.cxx:68:9 (instdir/program/libvcllo.so +0x2f953e8)
        >  #20 in SystemWindow::setPosSizeOnContainee(Size, vcl::Window&) at vcl/source/window/syswin.cxx:1083:5 (instdir/program/libvcllo.so +0x3345d47)
        >  #21 in SystemWindow::setOptimalLayoutSize() at vcl/source/window/syswin.cxx:1133:5 (instdir/program/libvcllo.so +0x3346d69)
        >  #22 in SystemWindow::DoInitialLayout() at vcl/source/window/syswin.cxx:1145:9 (instdir/program/libvcllo.so +0x3347183)
        >  #23 in Dialog::StateChanged(StateChangedType) at vcl/source/window/dialog.cxx:724:9 (instdir/program/libvcllo.so +0x2e49078)
        >  #24 in vcl::Window::CompatStateChanged(StateChangedType) at vcl/source/window/window.cxx:3795:5 (instdir/program/libvcllo.so +0x3507fa6)
        >  #25 in vcl::Window::ImplCallInitShow() at vcl/source/window/event.cxx:484:5 (instdir/program/libvcllo.so +0x2f53367)
        >  #26 in vcl::Window::Show(bool, ShowFlags) at vcl/source/window/window.cxx:2294:13 (instdir/program/libvcllo.so +0x34fdeb9)
        >  #27 in Dialog::createScreenshot() at vcl/source/window/dialog.cxx:973:5 (instdir/program/libvcllo.so +0x2e5239c)
        >  #28 in ScreenshotTest::saveScreenshot(Dialog&) at test/source/screenshot_test.cxx:107:38 (workdir/LinkTarget/CppunitTest/../Library/libtest.so +0x11665a)
        >  #29 in ScreenshotTest::dumpDialogToPath(Dialog&) at test/source/screenshot_test.cxx:176:9 (workdir/LinkTarget/CppunitTest/../Library/libtest.so +0x117e0c)
        >  #30 in ScreenshotTest::dumpDialogToPath(rtl::OString const&) at test/source/screenshot_test.cxx:206:13 (workdir/LinkTarget/CppunitTest/../Library/libtest.so +0x118b34)
        >  #31 in ScreenshotTest::processDialogBatchFile(rtl::OUString const&) at test/source/screenshot_test.cxx:264:17 (workdir/LinkTarget/CppunitTest/../Library/libtest.so +0x119d8d)
        >  #32 in VclDialogsTest::openAnyDialog() at vcl/qa/unit/vcl-dialogs-test.cxx:59:5 (workdir/LinkTarget/CppunitTest/libtest_vcl_dialogs_test.so +0xf74b)
        ...
        
        Change-Id: Ife158d466b012b44af1abf2b72eadd0ac4be3b7e
        Reviewed-on: https://gerrit.libreoffice.org/52357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-04  heiko tietze  <tietze.heiko@gmail.com>  [2d5ce0e1b233c83f91481cd6b9306ac8de7f5ff8]

        tdf#116452 Remove "3 seconds to add/delete col/row" functions
        
        key events and timer removed
        
        Change-Id: I1fd1f907400eb5abbdaccbb101aa7491ec23048a
        Reviewed-on: https://gerrit.libreoffice.org/51872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd6c82b3e1669cf696cb97c139b436a8df2547c5]

        loplugin:useuniqueptr in SwNodes
        
        Change-Id: If2b317cbafca62c111938840754c6211f60ff898
        Reviewed-on: https://gerrit.libreoffice.org/52344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Mark Hung  <marklh9@gmail.com>  [75c166d058717a7edd26273f50a86fe5f2cc7fb0]

        tdf#115623: patch libepubgen to support writing-mode.
        
        Backport three patches from libepubgen master branch to support
        exporting style:writing-mode as body CSS styles.
        
        1. Support writing-mode for reflowable layout method.
        https://sourceforge.net/p/libepubgen/code/ci/9a284081eea4a95235a6d6a6a50cbe3f7ad323ba/
        
        2. Always keep page properties when splitting.
        https://sourceforge.net/p/libepubgen/code/ci/0318031b9094b9180d1d391d0ca31a782b016e99/
        
        3. Ensure page properties in the page span work
        https://sourceforge.net/p/libepubgen/code/ci/1f602fcaa74fc9dbc6457019d11c602ff4040a4e/
        
        Change-Id: I9033cb1f5fcbfedb423308fb29b9bd4d6d7d7a43
        Reviewed-on: https://gerrit.libreoffice.org/52083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [791fb3979df47a9fe21a1fbb9debbc955f3e035b]

        tdf#116265 RTF import: ignore \fi in para if it repeats invalid \fi from list
        
        The 2nd paragraph of the bugdoc has a \fi set, but it has to be ignored.
        The reason for this is that the \fi is a repeated property from the list
        definition, but there \levelnumbers has invalid contents, which means
        its \fi has to be ignored, including their repeated values in paragraph
        direct formatting.
        
        There was already code to insert implicit defaults as paragraph direct
        formatting based on list properties, this does the opposite: remove
        paragraph direct formatting based on the list state.
        
        This requires tracking the ignored values in a separate structure, since
        the normal list properties no longer contain the information we need to
        be able to remove paragraph formatting. (At the moment this tracks only
        \fi, but can be extended to other properties if it'll be necessary.)
        
        Change-Id: Iff542cb76c66b7fc7ae4e07ade84701e24a74f1a
        Reviewed-on: https://gerrit.libreoffice.org/52352
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [6da4e626d17a9434d5d806bac6b7bbad23218df4]

        loplugin:useuniqueptr in SwContentNode
        
        Change-Id: I32dd7e43e3ca040c1d2b8c3bdf57141dd192ffab
        Reviewed-on: https://gerrit.libreoffice.org/52345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [4fa280ced35631d5b51a2ac426912090e26ab903]

        loplugin:useuniqueptr in SwAutoCorrDoc
        
        Change-Id: I1ec0a760c10b7e1da9d1c2a106bba60d84ff23f4
        Reviewed-on: https://gerrit.libreoffice.org/52343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9d6a2584fcd36fd9e91b7339b38cc6bd524361a]

        loplugin:useuniqueptr in ScProgress
        
        Change-Id: I92d3c3c52b5735de915db1a208cb7c0d68b4c7a0
        Reviewed-on: https://gerrit.libreoffice.org/52342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d037cb837d74708358168333a0b457952de23a6]

        loplugin:useuniqueptr in ScJumpMatrix
        
        Change-Id: Ia8461773bdb2290690616b291356edd3a9ea4f35
        Reviewed-on: https://gerrit.libreoffice.org/52341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7f6dc5957ac615f38b26d6e0147306cac1c3d7b]

        loplugin:useuniqueptr in ScQueryEntry
        
        Change-Id: Ifcae24f5446410ae56d1a767953939e73ff5d72d
        Reviewed-on: https://gerrit.libreoffice.org/52340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [92e566bce63e76c5c49744866b81976521ae0bda]

        tdf#105965 Make Selection the default PDF export range setting
        
        For spreadsheets, to sync with the default setting for printing
        
        Change-Id: I1f1fc8d615c5a053d82d608fc1b55ef8bf1dc595
        Reviewed-on: https://gerrit.libreoffice.org/52356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [6b895181307f5122fb3375618ab2c5553cee4d20]

        Updated core Project: help  339779bff9de651fec841385be91d5c12a1c4aaf
        
        fix menu item name of chart titles
        
        Change-Id: I5de3361085f2baa3914aaf9952c1b98f8e0f39d4
        Reviewed-on: https://gerrit.libreoffice.org/52328
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3c5e9a2349a707ab3fcfc81a2d04804d72821273]

        Fix typo
        
        Change-Id: I6c03a7e99b31251eb0fe1c197d565e85bec419df
        Reviewed-on: https://gerrit.libreoffice.org/52279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-04  andreas kainz  <kainz.a@gmail.com>  [03a6be9dda966a8d16f271480c7be0d6d69ee39e]

        Calc sync ResetAttributes between calc and writer
        
        Change-Id: I65fac39213705a3a09afb6795d01ae25a2841898
        Reviewed-on: https://gerrit.libreoffice.org/52353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-04  Nickson Thanda  <nicksonthanda10@msn.com>  [28012351ae273d41af548a29a14d9d842e66f6f6]

        tdf#58407 Inserted images are now called Figure by default in caption
        
        Created a new field type called Figure
        
        Change-Id: Ic7f3d3b878d03f4d6a98727db489e48158f946a1
        Reviewed-on: https://gerrit.libreoffice.org/52178
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-04  Michael Stahl  <Michael.Stahl@cib.de>  [e2e3118465411448a3b1f5e56c3456384c009f99]

        configure: check for EGL header if EGL is required
        
        Change-Id: Id7501b9adcd817ce84bfde3a928fe8b4c7e7e01f
        Reviewed-on: https://gerrit.libreoffice.org/52330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [5f3cacc4d9fa5cce94ae8e024cd7eb236bc52472]

        Colibre icons: finish svx galaxy support
        
        Change-Id: I740f97b2e65eddc30682ba9a61ec39cff57107ae
        Reviewed-on: https://gerrit.libreoffice.org/52338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [00d5cbf5f2a47c1614891c071b35f4a9e0b54354]

        lok - sc: validity list drop down button callback
        
        Change-Id: Iaedc7f15147ea7f09e71877b592f932e3ecb37d5
        Reviewed-on: https://gerrit.libreoffice.org/51596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-04-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [faf24b27a731147518390bf88efccb251a911117]

        lok - sc: set a min width for valid list window
        
        Change-Id: If22dbc9f0f0512d4b05e9b16c8c6414af33fb9d4
        Reviewed-on: https://gerrit.libreoffice.org/51594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-04-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1dc8aac6eeb8e97964bbe5af90ec81158afd048c]

        lok - sc - list validation
        
        This provide the correct invalidation and drawing of the combo box
        control which is used for cell where a validation list has been set
        up.
        
        This patch fixes also tunneling issue for the floating window showing
        the list of valid entries.
        
        Change-Id: I9f7277688293eff443504221c7c7e46097a5da4a
        Reviewed-on: https://gerrit.libreoffice.org/50893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-04-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8ffbb86b30e2c1674ba32e9e29447cbea3585d03]

        lok - calc: add support for show/hide tabs in online
        
        Change-Id: Ibd061414a0c3a5fad83d03f7047831cef62076d2
        Reviewed-on: https://gerrit.libreoffice.org/49083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [866112dba79b677dfefd35f19933c5aa3f338967]

        Go to Page goes to a dialog, so should have an ellipsis
        
        Change-Id: I103e171cef487310777e13289afa4a2f99fa4932
        Reviewed-on: https://gerrit.libreoffice.org/52329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld SvPasteObjectDialog
        
        Change-Id: I5248950fd3650df309015fbaf4302d2541a6374a
        Reviewed-on: https://gerrit.libreoffice.org/52337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [4329d9d8cf83f3642c068a1493c979a894328e26]

        weld SfxViewVersionDialog_Impl
        
        Change-Id: I5486df92b4e1d0ad5be18a35e72a7a6dbcc3b715
        Reviewed-on: https://gerrit.libreoffice.org/52334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [5672627a4d4adc613aecb3ccef721655d9dcd0b2]

        weld SwGotoPageDlg
        
        Change-Id: I23c77c3ed532d3e79cdbf07fcebda5bcdc7d27dc
        Reviewed-on: https://gerrit.libreoffice.org/52333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [19dd424dbdfa2321438860963aa98630ac008a71]

        weld SwNewUserIdxDlg
        
        Change-Id: I49502af0b045116fba32259d8ada80b1e53a79a8
        Reviewed-on: https://gerrit.libreoffice.org/52332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Stephan Bergmann  <sbergman@redhat.com>  [96300e3292217a7c1f3ab2a302be7c7ace445e81]

        Remove leftover framework/inc/uielement/notebookbarmenucontroller.hxx
        
        ...after 5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9 "tdf#115131 made a common
        submenu for toolbars and notebookbars"
        
        Change-Id: Ic1713fa1173a8dbb1bcc971c30d0df4549c825a9
        Reviewed-on: https://gerrit.libreoffice.org/52331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-03  Takeshi Abe  <tabe@fixedpoint.jp>  [eb77037ea1aa8a388be6d14ed744f46638db0202]

        osl: Fix possible memleak
        
        Change-Id: I162993df6b802bd51e4e079b3dc530476b220e4e
        Reviewed-on: https://gerrit.libreoffice.org/52325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [05fdfa9a66dc1fe299ad51f78be3053abfef090e]

        loplugin:useuniqueptr in FinalThreadManager
        
        Change-Id: Ided3df16fb42e1c3ba116cda68659b44b8ea6ea9
        Reviewed-on: https://gerrit.libreoffice.org/52298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [2800609d391812e9bdd81266aff52fe05759d359]

        ofz#7245 silence boost Integer-overflow
        
        Change-Id: Ie5c6a26a2382f18690668bb1883926d44c07a57a
        Reviewed-on: https://gerrit.libreoffice.org/52321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [352a99b8cc3ac5b0bb579b9f1dd528711d1cd27a]

        Updated core Project: help  aac05322db1b99099aee32e92b0a585748ac5bc6
        
        tdf#116019 Clarify help text for placeholders (ii)
        
        Change-Id: If60f76eb8d289b5a85789505a70781fe35703b11
        Reviewed-on: https://gerrit.libreoffice.org/52308
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-04-03  Stanislav Horacek  <stanislav.horacek@gmail.com>  [83547583a6afb484ed45819cf82fbd20136645fc]

        Updated core Project: help  45e69cc3dc254afd5730b870df34e9ca2786c2ac
        
        correct name of Custom Properties tab
        
        Change-Id: Ic1c77b7ed5d4283535a72d8489d5211a1e9bda18
        Reviewed-on: https://gerrit.libreoffice.org/52326
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [8c6e7d38eb0afeb1c1248fb03bbf241edd9e8de0]

        weld SwSequenceOptionDialog
        
        Change-Id: I44571088ad6ffbb3a66acca8c3e7010a27b094b2
        Reviewed-on: https://gerrit.libreoffice.org/52323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [98553da6b8bc0e8038310f82213f4cf9d47005db]

        ofz#7334 catch mdds exception
        
        Change-Id: I4c52b07893f60765d730267c3becbfe5d2ada6ae
        Reviewed-on: https://gerrit.libreoffice.org/52322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Mike Kaganski  <mike.kaganski@collabora.com>  [3be1d4858db23c44de63f788a633be3a9bcf92a7]

        Don't use /NATVIS for static libraries
        
        This avoids linker warnings:
        
        LINK : warning LNK4044: unrecognized option
        '/NATVIS:path/to/solenv/vs/LibreOffice.natvis'; ignored
        
        Change-Id: I9cb0dee7a4f1b07e975371f122aa9c7dbba783e1
        Reviewed-on: https://gerrit.libreoffice.org/52309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e493cae407cca65f58329b3319d9c836cdf5096]

        new loplugin:dbgunhandledexception
        
        enforce that DBG_UNHANDLED_EXCEPTION is called first in a catch block,
        otherwise it cannot do it's job properly
        
        Change-Id: I906436c6861212c44f8f21552ccbceb54f15c6e1
        Reviewed-on: https://gerrit.libreoffice.org/52303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [b76037f44660808a978ff39864769a5621eab893]

        loplugin:useuniqueptr in SwNode2LayImpl
        
        Change-Id: I521b3e5a0308e2131e81b90ede37915a3a89b008
        Reviewed-on: https://gerrit.libreoffice.org/52302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [f9e43703229f7b3ce55b45c7c9749341ed23df29]

        NB: remove Notebookbar selection in calc and impress
        
        Change-Id: I5295b106cbcb7fc344512b2db96aeb785ba85f46
        Reviewed-on: https://gerrit.libreoffice.org/52300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [c714be097bced6fa35421adcfd8561efd79c40a2]

        NB: remove Notebookbar selection cause it's integrated in ToolbarMode
        
        Change-Id: Id7efb7902381dc00e749c0c302cf9e336c746876
        Reviewed-on: https://gerrit.libreoffice.org/52299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a09f1a04c6e60eb299fd1ac4b91ff6a67d12daf]

        loplugin:useuniqueptr in SwStyleManager
        
        Change-Id: I4eb1e4f5e0f7a94b4512678f1513b2add9c2d936
        Reviewed-on: https://gerrit.libreoffice.org/52301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [5ab28e4f7d17b73eb564b330d89c25a7ee0c159c]

        coverity#1433774 Unchecked return value
        
        Change-Id: I401f469a07548752d51ac6a8b2e9b30770add156
        Reviewed-on: https://gerrit.libreoffice.org/52296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [4f62a5cc66dc56cd208a76a7d85f6d15b9196e62]

        coverity#1433773 Useless call
        
        Change-Id: I8d9ff2495f9db573a6f3d1dc40e43dfba3ba8271
        Reviewed-on: https://gerrit.libreoffice.org/52295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Stephan Bergmann  <sbergman@redhat.com>  [282fcde9d28a033db0d4eb7e6b106f448c359980]

        Fix CppunitTest_sd_dialogs_test
        
        Change-Id: I59538fa101cedc909fcb308c894e7b96db85c2eb

2018-04-03  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ecfd40a1bcc1fc8cdc40bdd27ea1f00ba652707e]

        lok: Make the bundled dictionaries work.
        
        Create the user directory temporary in the temp directory and
        use that to load the dictionaries (bundled extensions).
        
        Co-author; Jan Holesovsky <kendy@collabora.com>
        
        Change-Id: I5c7c824b68571048ce870fd5218cb47a333f3ad8
        Reviewed-on: https://gerrit.libreoffice.org/49495
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [86e54f2d757fe300ba634cdcbf0ee8a589dbc2ae]

        loplugin:useuniqueptr in XFStyleContainer
        
        Change-Id: I0a9765ab4107a534f211e3531f7948516f1a0c02
        Reviewed-on: https://gerrit.libreoffice.org/52297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Caolán McNamara  <caolanm@redhat.com>  [222dc6ef01ae56f9c77d225f96a99a93f841e809]

        ofz#7244 Integer overflow
        
        Change-Id: Ied769220da5512f9fa81a8ee46f724de33dae543
        Reviewed-on: https://gerrit.libreoffice.org/52294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-03  Jan Holesovsky  <kendy@collabora.com>  [3af6be55ae1dabb1b72cbb4c57cca33c28b347f8]

        tdf#116733: Fix expanding in the entries in "Open expert configuration".
        
        The DoubleClickHdl()'s return value does not mean "was handled", but actually
        "is there anything more to be done".
        
        Change-Id: Ideeee31db648829546a713148124e3d366941b9a
        Reviewed-on: https://gerrit.libreoffice.org/52292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-04-03  Mike Kaganski  <mike.kaganski@collabora.com>  [7dd704ab1f41086f81136e3987fa7f9aed5ccf5f]

        tdf#116066: call DoSaveCompleted after SetReadOnlyUI
        
        Change-Id: Ided8f12764585b2ba62e4c296af43ac07b9e31ed
        Reviewed-on: https://gerrit.libreoffice.org/51051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-03  Stephan Bergmann  <sbergman@redhat.com>  [8c50aff2175e85c54957d98ce32af40a3a87e168]

        Fix Library_vclplug_qt5
        
        ...after 8bc951daf79decbd8a599a409c6d33c5456710e0 "long->sal_Int32 in
        tools/gen.hxx".  (According to <https://doc.qt.io/qt-5/qwidget.html>,
        QtWidget::height and QtWidget::width both return int, so the change should be
        OK, assuming int isn't larger than sal_Int32.)
        
        Change-Id: I847212db59cceb49743801d6cc204eb7b2e9ea9a

2018-04-03  Andras Timar  <andras.timar@collabora.com>  [d0421fecae14a8ff55b6d92b8b86bf40d4a18983]

        Updated core Project: help  3d8a38dd7bcd9221891c487814dad8bd18785522
        
        tdf#116241 Customizing value highlighting colors -- help text
        
        Change-Id: I60ee785b814eb3bd12dff21e3bb46a32eb790eea
        Reviewed-on: https://gerrit.libreoffice.org/52291
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-04-03  Arnaud Versini  <arnaud.versini@gmail.com>  [84958e1a1bd9a3019300f558c66e468f8accf279]

        accessibility: more simplifiation in OCommonAccessibleText.
        
        Change-Id: If1284f2e50be08372dda08a8250263c9ec435923
        Reviewed-on: https://gerrit.libreoffice.org/51825
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8bc951daf79decbd8a599a409c6d33c5456710e0]

        long->sal_Int32 in tools/gen.hxx
        
        which triggered a lot of changes in sw/
        
        Change-Id: Ia2aa22ea3f76463a85ea077a411246fcfed00bf6
        Reviewed-on: https://gerrit.libreoffice.org/48806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [10eefdfa6c0250c6069e641e404f34e5a91fe993]

        uitest - Writer Insert Signature line
        
        Change-Id: I9de25a724c506da5017c1b17f3eaf0b229b619db
        Reviewed-on: https://gerrit.libreoffice.org/51660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccebc0c2835d3bd0aa8dadd2fd0b5968f0ebb023]

        sw: separate non-static and static members of SwViewOption
        
        Change-Id: I88838983098d2421b79770acce3823bf5fe73c6a
        Reviewed-on: https://gerrit.libreoffice.org/52288
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-04-03  Mike Kaganski  <mike.kaganski@collabora.com>  [b9955b2083ffdc1f99bc8be6b09d806fa3279a16]

        tdf#93173: Remove arbitrary line spacing limit
        
        OASIS Open Document Format for Office Applications (OpenDocument) v.1.2
        doesn't limit the value of fo:line-height. But we have arbitrary limits
        in proportional mode for both minimal (50%) and maximal (200%) values.
        
        The implementation uses sal_uInt16 to store the value, so fix places
        where sal_uInt8 was unreasonably used to set it, change the upper limit
        to max sal_uInt16 value, and set lower limit to 6% (to match Word's
        minimal factor of 0.06).
        
        Change-Id: I4c2ac5f0acf65d7573328e71bcf36ac9abb5ffd5
        Reviewed-on: https://gerrit.libreoffice.org/52252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-04-03  Gabor Kelemen  <kelemeng@ubuntu.com>  [14198f2191f216592f00b72221771704b3ce4636]

        tdf#42949 Remove unnecessary localization headers from sd
        
        Found by searching for the header names and the localization function:
        git grep -l -e \<sdresid.hxx\> -e \<strings.hrc\> sd | xargs grep -c SdResId | grep :0$ | grep -v /pch
        
        Change-Id: Ibcd9b8403c398ec205c9bcc2ed1f04a7ef6a37aa
        Reviewed-on: https://gerrit.libreoffice.org/52199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-04-03  heiko tietze  <tietze.heiko@gmail.com>  [07ec28da82c8e965558e020651be13033653c648]

        tdf#116297 - Remove table tooltips
        
        Tooltips cleared
        
        Change-Id: I085913a73a4666db522d5231c7cab8a8e30291b3
        Reviewed-on: https://gerrit.libreoffice.org/51776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-04-03  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [dc608751f4bf4c7244d8973bf900bf7b3bd05d91]

        Update loop prevention in SwContentFrame::MakeAll
        
        In some cases there is an endless loop with just two states
        switchin one into another. To avoid such freeze now 2 last
        states are kept in loop prevention code.
        
        Change-Id: I64fe8aecd5d972eecc9fde3a96d8729960a1998e
        Reviewed-on: https://gerrit.libreoffice.org/51996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-04-03  László Németh  <nemeth@numbertext.org>  [18ce9d80dc1ba0262e145a015526da7c0851a74b]

        tdf#116586 fix LibreOffice crash by Hungarian personal dictionary
        
        "AkH. 11. (old orthography)", caused by bad handling of forbidden words
        of alias compressed dictionaries during run-time dictionary extension.
        
        Note: accepting also all – previously forbidden – affixed
        forms of the modified stem is a removed function: "Grammar by" spell
        checking (for example, in LibreOffice via SPELLML interface of Hunspell)
        supports user words with affixation and compounding.
        
        The original idea was to add substandard or interfering words
        as forbidden words – but with flags – to the dictionary, and adding
        the stem to the personal dictionary could “switch on” the affixed
        forms of the word, too. Now the suggested method is using
        "Grammar by" personal dictionaries, as in LibreOffice:
        
        https://wiki.documentfoundation.org/ReleaseNotes/6.0#.E2.80.9CGrammar_By.E2.80.9D_spell_checking
        
        Change-Id: I8160d3f49a73cb2481d51c336115b6c27e7c9f1d
        Reviewed-on: https://gerrit.libreoffice.org/51844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-04-03  Stephan Bergmann  <sbergman@redhat.com>  [b6691cfb96ad76a205e506e5a3ebbff80d5c0fa7]

        Put back blacklisted file
        
        ...that had been removed with 5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9
        "tdf#115131 made a common submenu for toolbars and notebookbars", apparently in
        error.
        
        Change-Id: Ic86ae8885872065a8e1c9b833bdd56081caea457

2018-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [4450b2a16677431b1b9dfaa28d0b9af9e51ebdec]

        pass area param to DBG_UNHANDLED_EXCEPTION
        
        and update sallogareas plugin to enforce this
        
        Change-Id: Id0782c8a1f619372e10d931aec3c6a4743a4c86a
        Reviewed-on: https://gerrit.libreoffice.org/52249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-03  Stephan Bergmann  <sbergman@redhat.com>  [d76281864b0e83812c0edf7490b1e8271e89fff5]

        Create temp copies of test docs in Python/UITests
        
        ...where necessary, so the tests will succeed if SRCDIR is a read-only tree.
        
        Change-Id: Iea4c52d5982d3eba079088ef1670ff557ce30c3f
        Reviewed-on: https://gerrit.libreoffice.org/52122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-04-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [20c680092fa2598feb4541b1c69a8389779dbae4]

        tdf#75256 Sifr bug fix
        
        Wrong filename and lc_defineprintarea matches 32px and 16px now
        
        Change-Id: I7aab973ad30f820d65c1049d62161e51879a6b4a
        Reviewed-on: https://gerrit.libreoffice.org/52275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-04-03  Jens Carl  <j.carl43@gmx.de>  [a7fc11be3083b61a70e7a55e0436032771e37f20]

        tdf#45904 Move _XCellRangeFormula Java tests to C++
        
        Change-Id: Iff5ca30e47a3a3eee704ad9aefdf61b3fcd72f5d
        Reviewed-on: https://gerrit.libreoffice.org/52286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [925a6a9983a079c66af5c3b107d38d1fcdd6bf39]

        Colibre icons: add language support for km
        
        Change-Id: I02540abad87c4d63a45d0aa5f831a2ef59765282
        Reviewed-on: https://gerrit.libreoffice.org/52284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [a19f1d4dd517348bbbd0d97b76098381d4deb217]

        Colibre icons: initial contry support from galaxy
        
        Change-Id: I3c508d701fbb263cb600ec941892e5da7f089992
        Reviewed-on: https://gerrit.libreoffice.org/52283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  andreas kainz  <kainz.a@gmail.com>  [d2bacf86dc0f3f7809ba772a53fdb601d3893be0]

        Colibre icons: finish cmd galaxy folder
        
        Change-Id: I74a38bc0304112b97badba206cd20d96fae4ce29
        Reviewed-on: https://gerrit.libreoffice.org/52276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [8e0eb015e74775b9bf02326ffd7b67e83ad6c60d]

        vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhere
        
        Change-Id: If4b2f3c209d1aefbe5756645d448c992387bae16
        Reviewed-on: https://gerrit.libreoffice.org/52268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-04-02  dennisroczek  <dennisroczek@libreoffice.org>  [55d5d9d365ea18e66cef045756f772e2fa9d0648]

        Updated core Project: help  686b52540f532ba0037df3a783b8f8dc0f5a2ba7
        
        fix some openoffice bugzilla links
        
        * remove redirects
        * use https links
        
        Change-Id: Ifaa9cefb64b54a9c3a85715df4e63f989c41b551
        Reviewed-on: https://gerrit.libreoffice.org/52230
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-02  dennisroczek  <dennisroczek@libreoffice.org>  [e39c75b05c9ff865768e7f2694e5369cc35aa23b]

        use https links for api.libreoffice.org and opengrok
        
        Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749
        Reviewed-on: https://gerrit.libreoffice.org/52262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [91af9a53df79d256dc6a02c900fa570fe10d63ad]

        weld SwRenameXNamedDlg
        
        Change-Id: I3373ac37509e5230b6e6e07d85035d0b02252e24
        Reviewed-on: https://gerrit.libreoffice.org/52273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [0c466688fef13295e2a5fcbe23e215b528c4f781]

        weld SwMergeTableDlg
        
        Change-Id: Idbe96bb8150fc695408faa38342237191aceb777
        Reviewed-on: https://gerrit.libreoffice.org/52271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [cc78e723723bac34a43e5f3ad05947f775abe0db]

        weld SwTableHeightDlg
        
        Change-Id: I46b90b97da28a7461a069867bade40a64b17c9b5
        Reviewed-on: https://gerrit.libreoffice.org/52269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [fa8822c48e2a79589bebbd015b36d1da8b338cc2]

        weld SwTableWidthDlg
        
        Change-Id: I272a783c9b7a8f725314e416fbd81217105ee5a6
        Reviewed-on: https://gerrit.libreoffice.org/52266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [5d5a7293bf6a49b1828bdd9fdff989f0a9cd2e53]

        drop the spurious invisible_char[_set] properties
        
        Change-Id: I8264a4f6035fd19c7a892902c41127615eaf6dd3
        Reviewed-on: https://gerrit.libreoffice.org/52265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [3cf2909f268ec63897d862714853ab85a295eb08]

        weld SwPreviewZoomDlg
        
        Change-Id: Ie159032cfdf6201aba707a8980845ac15c1fba17
        Reviewed-on: https://gerrit.libreoffice.org/52264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Jens Carl  <j.carl43@gmx.de>  [387896a05189c60570e031191c3f5959e7737bcb]

        tdf#45904 Move _XArrayFormulaRange Java tests to C++
        
        Change-Id: I87b6e52507428537fcc574842c2da9c36fbd672b
        Reviewed-on: https://gerrit.libreoffice.org/52247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [75a271fdc40aab116c1468683e64f843d292dc48]

        can now remove ResId based config id scheme
        
        Change-Id: Id1ad413dacc7eb07269debba65426236bef28610
        Reviewed-on: https://gerrit.libreoffice.org/52259
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [840be9fdccb99eb3faccf9695186810eba5de8e4]

        make ensureRepaint private
        
        Change-Id: Iaa15e12af8e59ed585e07d620353a05e4b8b5a26
        Reviewed-on: https://gerrit.libreoffice.org/52257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [7637054838aa71374dc02c32566dcd5d3ded2d0d]

        weld SvxPasswordDialog
        
        Change-Id: I2e51f1a0a96eb042a4460bb9591b63a169eb6de2
        Reviewed-on: https://gerrit.libreoffice.org/52258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [52829d9a7a57fa98a0d8f109612352605c54cc47]

        ucb: The sequence's length is 3, not 2.
        
        This completes 1a9261124eed5baa04b069a1cb1b51f24423ec9b.
        
        Change-Id: I03e6167bca67f8852250d8464b6fde5e4e690f32
        Reviewed-on: https://gerrit.libreoffice.org/52261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [50d9f1508709e0849e8ecabfe04ac9281160d9e0]

        weld Break dialog
        
        Change-Id: I1657a02c775cf08e0888ba4cc9f9ae3b06550020
        Reviewed-on: https://gerrit.libreoffice.org/52256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Armin Le Grand  <Armin.Le.Grand@cib.de>  [fb4660e217de4658587a62fd58f038f4b984277f]

        PrintPreviewWindow dynamic preview Bitmap II
        
        Added reset of PreviewBitmap when new/different Metafile
        gets set
        
        Change-Id: Ib8053c21fc868607adfff4f1a75f005d29ce356b

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [e5b11989438f7292cf8042f2c7da4d607735386e]

        ofz#7285 Integer overflow
        
        Change-Id: I56f642013ba8d1047067d69251f8a60bd768ee2e
        Reviewed-on: https://gerrit.libreoffice.org/52254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f98ada6c79384e580c1a97cf818ff8970c9eaded]

        Fix typo
        
        Change-Id: I0289c22c62c4bf7ad93d01571008f34d78d15a1d
        Reviewed-on: https://gerrit.libreoffice.org/52197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-02  Caolán McNamara  <caolanm@redhat.com>  [b4e9171e598dd6c2a5774b079e0b3203aaf1b29d]

        ofz#7229 Divide by zero
        
        Change-Id: I7bd2f19d5dc99e9041b3ef0fc10caef6d8b7ca6a
        Reviewed-on: https://gerrit.libreoffice.org/52253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [39715e982cf599b6afe6e7736da844d5929f6a84]

        Colibre icons: finish vcl galaxy folder
        
        Change-Id: Ife7d88d89e48b70418df574c0f204f3bf3a04850
        Reviewed-on: https://gerrit.libreoffice.org/52246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-02  Jim Raykowski  <raykowj@gmail.com>  [6acda2a36c9025e0d3fe94d6ca8788ab60c3203e]

        tdf#116596 Dynamically size Findbar searchlabel
        
        Change-Id: I74d09d439ada6d92fca396ac45c60340cb55e668
        Reviewed-on: https://gerrit.libreoffice.org/52043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-02  jan Iversen  <jani@libreoffice.org>  [ac65efa1cff5c3ae763c24d0f1340617625e3fbc]

        iOS, update source to xcode 9.3 swift 4.1
        
        Change-Id: I68464a213303ebe7dd850659031baf4cd7bdfa73

2018-04-02  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [d51bc7b3813ccbdf41a50664d41b2fa3d25c6954]

        PrintPreviewWindow dynamic preview Bitmap
        
        The PrintDialog includes a preview (PrintPreviewWindow)
        that currently used a fixed-pixel-size preview that takes
        the aspect ratio into account (which may already explode
        due to just growing vertically - try a much higher than
        wide page). It is not dynamic and by using the high-quality
        scale (BmpScaleFlag::BestQuality) for output it can get
        rather slow in repainting. Also holds the VDev for creating
        the preview all the time without need.
        Made that process dynamic and responding to real resizing,
        thus not using that huge number of pixels from the start.
        Also use a VDev only temporary and use intelligent size
        management.
        Still keeping the high-quality scale due to ::DrawBitmap
        with a target size not scaling well (still) and also
        ::DrawOutDev not good in quality. Those two should work
        better nowadays, but adaption would be risky.
        
        Change-Id: I211412a063def33a4e8f40c7442702770cd11a8e
        Reviewed-on: https://gerrit.libreoffice.org/52150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [7571d0f84c07b4b49e1db225a64787e6bcc582b5]

        Elementary icons: fix callout and flowchart icons
        
        Change-Id: I613252af8c4ad6103d9835c4a6f8fe223593f17a
        Reviewed-on: https://gerrit.libreoffice.org/52250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [374081d762b13c7a6b6dc12921073fedf9c3d5e5]

        Colibre icons: fix callout and flowchart icons
        
        Change-Id: I2bb93f8555cdc1d7d758b40797f9f5d7147c7b2b
        Reviewed-on: https://gerrit.libreoffice.org/52248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-02  Mike Kaganski  <mike.kaganski@collabora.com>  [3abd8b51cd855cf55dbc0f3cfeb8390a783372fc]

        Also use GetLanguageTag() for formatting percents
        
        Reading MetricFormatter value (in MetricFormatter::GetValueFromStringUnit)
        uses ImplGetLocaleDataWrapper() to convert the string using current locale
        (including decimal and thousands separator), which calls GetLanguageTag().
        On the other hand, in case of percent value, setting the control text (in
        MetricFormatter::CreateFieldText) uses Application::GetSettings().GetUILanguageTag().
        This gives wrong results e.g. when UI language is different from locale.
        
        For instance, if UI language is English (US), and locale is Russian, then
        increasing from "999 %" would give "1,000 %" (using English (US) locale),
        and then reading back, it would be processed as 1 % (using Russian locale,
        where comma is decimal separator).
        
        This change unifies setting percent text to also use GetLanguageTag().
        
        Change-Id: I9b8a2ee5d3be709a8db3807ea81e105d6475b6a4
        Reviewed-on: https://gerrit.libreoffice.org/52251
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-04-02  Kshitij Pathania  <kshitijpathania@gmail.com>  [5c573a2f7473bae7bb965ca36557cd1b0bf7b9c9]

        tdf#115131 made a common submenu for toolbars and notebookbars
        
        Also added the submenu in base, maths and draw
        
        Change-Id: I94850c09c08fd3848eabe2597679634f30fbc735
        Reviewed-on: https://gerrit.libreoffice.org/49575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-04-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [e075ee967d0c030a22b7699ee54b5cbd49c07c17]

        give DBG_UNHANDLED_EXCEPTION_WHEN an area parameter
        
        and rename it to DBG_UNHANDLED_EXCEPTION, to make it more like
        the SAL_WARN-type macros.
        
        Use some macro magic to deal with different numbers of arguments.
        
        Update the sallogareas plugin to check the area parameter of
        DBG_UNHANDLED_EXCEPTION.
        
        Change-Id: Ie790223244c3484f41acb3679c043fb9b438e7c4
        Reviewed-on: https://gerrit.libreoffice.org/52073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-02  Aron Budea  <aron.budea@collabora.com>  [5092305fa80f1900d7229df75a30204ecb53daf0]

        Respect read-only config items in Internet/Proxy dialog
        
        Change-Id: Ie310d97eba7b02135ddd04dcdd5ff38542d490f8
        Reviewed-on: https://gerrit.libreoffice.org/52204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3939e10c515364cb9ef0a089d3db667aed0aa5ea]

        Updated core Project: help  03f934e2c836af98bb8d7722b4a4ecec9c741910
        
        Removed comments
        
        Change-Id: I5917f9c4b49a06937f5d7ab5ecf1551953dc7875
        Reviewed-on: https://gerrit.libreoffice.org/52229
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [b8dbb7332c617731bcab8e67ca9f2a16cf39ff5b]

        Colibre icons: update links.txt file
        
        Change-Id: I2e21271302075281acc4b5feaa00adf51bf831d9
        Reviewed-on: https://gerrit.libreoffice.org/52237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [b543039da340d92d8f762119d378fa1fa97a54e3]

        Colibre icons: update res folder
        
        Change-Id: Ie3564c56a75c86fe07c7028b4fc540a6857ac0e4
        Reviewed-on: https://gerrit.libreoffice.org/52236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-02  andreas kainz  <kainz.a@gmail.com>  [0bf4617ac1ad586505d837230dfd7305284525cc]

        NB Implementation: add icons to writer view tab
        
        Change-Id: I45adc42edbf64344de134b4ffc9ebac2898158bb
        Reviewed-on: https://gerrit.libreoffice.org/52235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cb5a55adbb67d9515f0048d1b2b595c04f2e2736]

        Make color scheme dropdown in Options span the window’s width
        
        It was minuscule before.
        Props to Andreas for reporting the issue.
        
        Change-Id: If8ecbe39321c56018e2366147481dcefab4326dc

2018-04-02  Jens Carl  <j.carl43@gmx.de>  [34568738bbaf1e82dbb53fdf516f4d57416bb5b0]

        tdf#45904 Move _XActivationBroadcaster Java tests to C++
        
        Change-Id: If8f44b24e58663bacb1cf6b2a1ec533e87fb8a38
        Reviewed-on: https://gerrit.libreoffice.org/52216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-01  dennisroczek  <dennisroczek@libreoffice.org>  [783bc62734534b3f01339c9922ff354adec05165]

        fix some openoffice bugzilla links
        
        * remove redirects
        * use https links
        * replace old attchment links with working ones
        
        Change-Id: Ic9a154f46e142138f0adea7d7b8be3b6cfe8af18
        Reviewed-on: https://gerrit.libreoffice.org/52224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-04-01  jan Iversen  <jani@libreoffice.org>  [6e7f6dd20aa58cb4c9ab66260a62d71a53002b9b]

        iOS, void unused paramters.
        
        Change-Id: I60b7d1a49d9e9073470ee8d0d6e68b34cdd0bdad

2018-04-01  jan Iversen  <jani@libreoffice.org>  [e63a65174800968cfe5adb38e8f9ca28f22984d0]

        iOS, bump versions
        
        SDK needed is 11.3
        Xcode needed is 9.3
        
        Change-Id: If26eda81f969f63500d94e3274dda8efb59dec12

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [b6a5302eca54fc498628c452ab268a2364582a19]

        Colibre icons: finish wizards galaxy folder
        
        Change-Id: I5934baff15f1c8f13781255709062a8bc225d727
        Reviewed-on: https://gerrit.libreoffice.org/52207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7762ebf1134475f39e9ef14837561cc761ee1d83]

        Finish off Crystal
        
        This is like a decade old and has never seen a single substantial update since
        the LibreOffice project inherited it.
        
        Change-Id: I72359b2bd4f312b027ceca6399ccbafbb01be88a
        Reviewed-on: https://gerrit.libreoffice.org/52223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [13fcf6c083de3b4e48d4e4f08ad7f81a9db0a997]

        Fix typo
        
        Change-Id: I8983e1ef73051febd796d737cba1a58558b80bbf
        Reviewed-on: https://gerrit.libreoffice.org/52209
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [c42db71056c381e84622d7a5347b437d8dab22f1]

        Colibre icons: update res folder
        
        Change-Id: I75b7b050cb023d2593aa7c355b2118adb94d0d94
        Reviewed-on: https://gerrit.libreoffice.org/52218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [8899992909af782044d9d7bc8cae86833c1b7801]

        SwXTextRange::Impl: use WriterMultiListener
        
        Change-Id: Ib850916bfed8a5eb6ca97419db9d7be0bdef1257
        Reviewed-on: https://gerrit.libreoffice.org/52217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-04-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9401c7c28a91c4195f7d767bd46658fd08300c72]

        remove unused processfactory.hxx includes
        
        and fix fallout
        
        Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
        Reviewed-on: https://gerrit.libreoffice.org/52206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2018-04-01  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [6f92c49f3801589202c58739e89b08b525a4d279]

        SwXDocumentIndexMark::Impl: use WriterMultiListener
        
        Change-Id: Ia4e09e1e3b95553fbedba515d70875c1d8aa14f0
        Reviewed-on: https://gerrit.libreoffice.org/52215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-04-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [97b3584196916dd2cdc385f0c6054f6927fa9f17]

        Fix typo
        
        Change-Id: Ie9492b3e76d3a425269cf281d426040df896d8cb
        Reviewed-on: https://gerrit.libreoffice.org/52195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [08f4063fb0ea86ea5b36dbd5115783dd33bf37c2]

        Colibre icons: add app icons in different sizes
        
        Change-Id: Ice031ad11493635599f4ab634996bd7b4b2b70d7
        Reviewed-on: https://gerrit.libreoffice.org/52212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [b6ede35e3a2dc25c95dced88da31f63d388f3435]

        Colibre icons: finish svtools galaxy folder
        
        Change-Id: I4fcbce1215a952033075e1fb093663e792399814
        Reviewed-on: https://gerrit.libreoffice.org/52205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [af7b2f4c68dc0f98c3cebc4c5e079db2919516ce]

        Fix typo
        
        Change-Id: Ice18bb667b2f8da3321ee61904915079075fd136
        Reviewed-on: https://gerrit.libreoffice.org/52196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [9815d6d64ac27837807d0233b3ac56f1f227634f]

        NB implementation: finish writer tabbed NBs
        
        Change-Id: Ibaf3ea11c229c4de27c479dab6ab4f2823b840d9
        Reviewed-on: https://gerrit.libreoffice.org/52203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Khaled Hosny  <khaledhosny@eglug.org>  [85b9b178467c3dd7a96a6b07713ca94bc3790c50]

        Use a simple boolean instead of an enum
        
        All we need to know is whether the font format is supported or not.
        
        Change-Id: I0e30a653f9ea70f83558632789b2db72b526ebb8
        Reviewed-on: https://gerrit.libreoffice.org/52202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-04-01  andreas kainz  <kainz.a@gmail.com>  [e24f5ba4aab218bd11dbdbadf220458a49e88aff]

        Colibre icons: update sc_heading* icons fit's better the grid
        
        Change-Id: I543a6405c031094edff4c83a8b45acf315c6f8f3
        Reviewed-on: https://gerrit.libreoffice.org/52201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-04-01  Abhyudaya Sharma  <sharmaabhyudaya@gmail.com>  [e4bf7cbc082a428dbef65f0d92cb0cdbda7af16e]

        tdf#45904 Move _CaptionShape Java tests to C++
        
        Change-Id: I66fd554a542912784cf730e28cc223591ad5c723
        Reviewed-on: https://gerrit.libreoffice.org/51575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [bbff9949f9c22daf1921b5680121102e4bd422ab]

        Suppport _MSC_VER 1913 and 1914(Firebird)
        
        Change-Id: Ifeab9119fcc1037365251cd49dd7714cc37b3012
        Reviewed-on: https://gerrit.libreoffice.org/52164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Andras Timar  <andras.timar@collabora.com>  [a3c9d29cdb8d83ce060b5ddc96ef1463ea32350c]

        tdf#115226 Update bundled Amiri to 0.111
        
        Change-Id: I4f07943ccd27c1c58e32c0513befe72ae0839b93
        Reviewed-on: https://gerrit.libreoffice.org/52184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-03-31  László Németh  <nemeth@numbertext.org>  [34ae19b1e9ede8bdcf56e393f68a7f875e32a068]

        tdf#116666 Hungarian collation: casing and equality fixes
        
        Casing fixes: “CCS” sorted as “CSCS”, not “cscs”.
        “Ccs” and “CCS” are capitalized versions of the simplified
        double consonant “cs”, but “CCs” is an abbreviation of words
        beginning with “C” and “Cs” (similar to “AkH.”, “MHSz.”) etc.
        
        To avoid the comparison result “equal” we set a precedence
        between the simplified and compound-like long forms, too.
        For example, “ésszerű” (old orthography before 2015) and
        “észszerű” (not “észszerű”, “ésszerű”), or “mennyelv” and
        “menynyelv” (words with different meanings) sorted as
        “észszerű” and “észSzerű”, also “menynyelv” and “menyNyelv”.
        
        Change-Id: If31c97262bc74429b514ede43a0384de80fe8ac5
        Reviewed-on: https://gerrit.libreoffice.org/52194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-03-31  Caolán McNamara  <caolanm@redhat.com>  [1595604169f7643cf134f71e218ea512887ed8a3]

        weld SvxNewDictionaryDialog
        
        Change-Id: Idf9a4a74615b3216918dde50563e9d081c61cd52
        Reviewed-on: https://gerrit.libreoffice.org/52174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld OptionsBreakSet
        
        Change-Id: I2f0f25b3573dabc940a117bb1cb5d3b56a81af0f
        Reviewed-on: https://gerrit.libreoffice.org/52159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-31  Caolán McNamara  <caolanm@redhat.com>  [9d8ea0b8ef6388e763a095e51ce9e8f85f86ad49]

        welded radio buttons are in gtk-style groups
        
        i.e. everything in the group is grouped with the leader of the group
        so group to that one to get tab order right
        
        Change-Id: I289d8ce5e5957e3f779c4caa435c1210d0dc7076
        Reviewed-on: https://gerrit.libreoffice.org/52158
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9e6d51c7a49d612fbc0b5a44d1c2b85e1aac899]

        loplugin:unusedfields
        
        Change-Id: Id2dea1d3a56d5d3be03c5a2a4f2ef530a05f9b19
        Reviewed-on: https://gerrit.libreoffice.org/52185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [5c7ba324eb1b66b367c3f00164044a80778b8871]

        restore carelessly removed expandtab for vim
        
        see Miklos' comment on https://gerrit.libreoffice.org/#/c/52168/
        
        Change-Id: Ief0cc781580e9b50c28d5f550189469ffa82d25a
        Reviewed-on: https://gerrit.libreoffice.org/52191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1859b45a08ccc2fa6da72cf6ee8196185df6ef37]

        Do not use hsql binary import test when..
        
        .. --disable-firebird-sdbc is on.
        
        Change-Id: Ie52485d55697579bfa05d0eb62c15d60cc73b68e
        Reviewed-on: https://gerrit.libreoffice.org/52181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbf326364ce757bee0db326ef2c41602a8a05a6c]

        loplugin:unusedmethods
        
        Change-Id: Idca950f341a8a0521ea2fa3d705164fcf2481027
        Reviewed-on: https://gerrit.libreoffice.org/52183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [4162339adbb81fc09e6ee405e8dc75bb2321c365]

        loplugin:unnecessaryvirtual improve result output
        
        and merge some of the template function results
        
        Change-Id: I9a7855ce6720d022ea5b988d68f0d59ff81ee5b9
        Reviewed-on: https://gerrit.libreoffice.org/51985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Julien Nabet  <serval2412@yahoo.fr>  [0d06d1d16775fde3b0b34f3374907e07cbba763d]

        Use for-range loops in oox (part2)
        
        Change-Id: I7cbeb67a1adcdb9b0003e22b61789a882fc336c9
        Reviewed-on: https://gerrit.libreoffice.org/52182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-31  Gabor Kelemen  <kelemeng@gnome.hu>  [67c04cecc86f4a2e11da3b1fd982940a526cb6cb]

        Updated core Project: help  29f6ad0004e6f49481ae32c577b394ec709b43f0
        
        tdf#114200 Document new Trim space feature in Text Import
        
        Also fix some ahelps and bookmarks
        Sync element references with current UI
        
        Change-Id: I37ededca56215816d1784071f22e47f33a4a203b
        Reviewed-on: https://gerrit.libreoffice.org/52140
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-31  andreas kainz  <kainz.a@gmail.com>  [0388870175f0bb4dab11f3fcb76ac781bc2d98a0]

        NB implementation: fix some tabbedtoolbar icon stuff
        
        Change-Id: Ib7a639539df57c84befa7ee9fb605b1deb9448b1
        Reviewed-on: https://gerrit.libreoffice.org/52176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [ff2628e181209093752f7e0ca9f4de128ee1239f]

        unprefixed to prefixed, GetRightToLeft() to IsRightToLeft()
        
        Change-Id: Id11b30f14d0a4f4c8c45918ff15f32cab3171171
        Reviewed-on: https://gerrit.libreoffice.org/52169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [1e73a1bfab8abe658e2864ae1512737e489dfb0f]

        Added includes that are only used in DEBUG builds
        
        Change-Id: I80f835ce31d44c1df32955fdc48f0accfb062747
        Reviewed-on: https://gerrit.libreoffice.org/52162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Mark Hung  <marklh9@gmail.com>  [457208b260cbcc0b3aa1f045702d18a31d6dc671]

        Split ooxmlexport10 into two unit test modules.
        
        Change-Id: Ibd714f81f76717ac159897f6ee9f907a8098cabe
        Reviewed-on: https://gerrit.libreoffice.org/52153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [82b6d86305ad823700f9d1ccbebba785b0387a5b]

        clang-tidy modernize-use-equals-default in vcl/source/gdi
        
        Change-Id: I5d7f842603ebb96b1b99b594da39bba7f845d41a
        Reviewed-on: https://gerrit.libreoffice.org/52170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [0c71a3efb9c7b617c82cef0e9db105f64690cbcb]

        adapt to variable name change in commit ca67dcae
        
        Change-Id: Ie5eef74f76221b45c72a78f53a3f7ce072f02b5c
        Reviewed-on: https://gerrit.libreoffice.org/52168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [abbd8994740ee4c51bf473edba7b7dabf72c3a47]

        explicitly pass false as arguments of createIterator
        
        StylePool::createIterator has default paramters,but StylePoolImpl's does not.
        
        Change-Id: I1eff95cd3dc9e9bf7bae04aa78920c2d82acabd8
        Reviewed-on: https://gerrit.libreoffice.org/52160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [e82f9e3d39ae31b1dd29a99484b7d125bb03f783]

        use arrow instead of dot
        
        Change-Id: I1014ed27ca97b59972737a0df5fe9de235ec732f
        Reviewed-on: https://gerrit.libreoffice.org/52166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [15b7da00160ee65eceb816ff664c7bb46ffd69a2]

        fix for for-range loops should come to #ifdef DEBUG too
        
        Change-Id: Ib1b317e2564080e367d8d1fa0245c1707b141e57
        Reviewed-on: https://gerrit.libreoffice.org/52163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [b19a6a5419cb69ca87b8c19d8921d707b5ab164f]

        removed semicolon,added missing close-parenthesis
        
        Change-Id: Ibe60ec5af4cdba95f3bcefef03d17371f40d14fc
        Reviewed-on: https://gerrit.libreoffice.org/52167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  himajin100000  <himajin100000@gmail.com>  [6b60390a9c3cd9eb6198260f3ab8ab600279396a]

        RequestQueue::RemoveRequest should return bool if dbglevel >= 2
        
        Change-Id: Ie6120abf9c96cf4ba53111650a86fbf33418ac13
        Reviewed-on: https://gerrit.libreoffice.org/52161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-31  Julien Nabet  <serval2412@yahoo.fr>  [bf330b7f20ad6e7992bb6bc387e12183acdb3082]

        No need to test var at each loop (oox/typegroupconverter)
        
        Just test it when its value may change
        
        Change-Id: Id721e04d436f0d1d33b8fb45ccfe0eb3896eea43
        Reviewed-on: https://gerrit.libreoffice.org/52179
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-31  Julien Nabet  <serval2412@yahoo.fr>  [22b061267efe28f3611fd38534a59e8d74bf1e77]

        Use for-range loops in oox (part1)
        
        Change-Id: I3b8b3cdc818509598bc766f7eed27454c74c4e2d
        Reviewed-on: https://gerrit.libreoffice.org/52175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-31  andreas kainz  <kainz.a@gmail.com>  [3d3c5e333144670daba57f9bbb5dcf4d9d9c147f]

        Writer tabbed notebookbar update home and layout tab
        
        Change-Id: Ife58e6b958395a45378a0efd6f3c805c2c05aa96
        Reviewed-on: https://gerrit.libreoffice.org/52177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7da61ec6d8ab6312b45ef7d683f3ec24e6b2b570]

        Left-align a weirdly centered checkbox label
        
        Using the property that GTK+ hasn’t deprecated yet.
        
        (Why center a checkbox’s label anyway? It’s crazy
        that I need to add an explicit property for this.
        Y u no have decent defaults, GTK+?!)
        
        Change-Id: I5d0c8a4f2133a43af80907d66b56cb6429a30cae

2018-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [185a7a1868f8bc46924e03b77bc36361c3af8919]

        use UnoGraphic directly in GetXGraphic, move hxx to inc/graphic
        
        Change-Id: I6f170709255f396e82591572efef399fa438dc0e
        Reviewed-on: https://gerrit.libreoffice.org/52145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-30  Jens Carl  <j.carl43@gmx.de>  [940f90f3da170b62379e9d1d33d4e6d690997026]

        Add UNO API property tester for common read-only properties.
        
        Add UNO API property tester for read-only properties 'double', 'long',
        'short' and 'string'.
        
        Change-Id: I7177e133972058b0272a3cf8493521fbfbcade32
        Reviewed-on: https://gerrit.libreoffice.org/52142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

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

        weld SvxZoomDialog
        
        Change-Id: I9d68fdcc9dc27a5aa4f6ec78542ce7822259233e
        Reviewed-on: https://gerrit.libreoffice.org/52157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-30  Caolán McNamara  <caolanm@redhat.com>  [1fe4a1a76da8fd3c196ccd9529b01ee093516b25]

        draw a border around scrolled window
        
        Change-Id: I5afe11bee1b9cc1f4ee3ae2b4d456b512409bb6a
        Reviewed-on: https://gerrit.libreoffice.org/52152
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-30  Caolán McNamara  <caolanm@redhat.com>  [383db30b15b2eba94ac49ab4125ddb9a20946684]

        aChildAllocation variable only set
        
        Change-Id: I4a5c4e2b9c82dcaf8a48d411539a17dc0f1cfa15

2018-03-30  Caolán McNamara  <caolanm@redhat.com>  [98c2a323a9c371276a966362c7a75329b9e31fec]

        only available in gtk >= 3.22
        
        Change-Id: I75d5a409352524009a9d07405dadee7c53ddf933

2018-03-30  Caolán McNamara  <caolanm@redhat.com>  [374599f8c26713905a310673d2b429083321186a]

        weld SvxCharacterMap dialog
        
        and SmSymDefineDialog
        
        There's a whole bunch of interrelated stuff which needs to work at the same
        time.
        
        add menu support, keyboard support, better mouse support,
        a gtk scrollable adaptor to support pseudo scrolling drawing bodge,
        plugable uitest support for custom widgets, plugable a11y support
        for custom widgets via the existing atk_object_wrapper_new wrapper
        for XAccessible
        
        In this specific case, change SvxCharacterMap from something that has an
        internal scrollbar to a scrolledwindow where the scrollbar is external, which
        drops the need for the a11y impl of SvxCharacterMap to emulate being a scrolled
        window and internal table and just needs the table a11y impl
        
        Change-Id: Ia2743d6958021c525a1900154dcbb69ae33fc400
        Reviewed-on: https://gerrit.libreoffice.org/52084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-30  Michael Meeks  <michael.meeks@collabora.com>  [2d3a5e81e9730c1190f8592f85f5b99b6d4587ef]

        Avoid crash-reporter crash.
        
        http://crashreport.libreoffice.org/stats/crash_details/f5086a7d-3c67-46e4-945e-e0882a604eee
        
        Change-Id: Ic9ceed2e736a4ad1c155a31d3b2dc453e6a562aa
        Reviewed-on: https://gerrit.libreoffice.org/52119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [f657ab7bbb36219f6270236ae0e6b8238b7dd9b5]

        loplugin:virtualdown in various
        
        Change-Id: I4db71fda953ea1d20712ae8033f6fc09b3b2855d
        Reviewed-on: https://gerrit.libreoffice.org/52068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-30  David Tardon  <dtardon@redhat.com>  [2340536cf478f95e33b718d3f69da5345fc4d2b4]

        tdf#115396 fix mode of files installed from externals
        
        Change-Id: I608f46235f2e80e74f6900831d13e082b167cfce
        Reviewed-on: https://gerrit.libreoffice.org/52074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-30  andreas kainz  <kainz.a@gmail.com>  [4d45eec25eed999d6af1410f4df01d20b1d331f4]

        Colibre icons: finish startmath galaxy icons
        
        Change-Id: Ic10064261ca3f86152f5d45b0b3f410158119d26
        Reviewed-on: https://gerrit.libreoffice.org/52138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [9db5a063e29732fa0181e2f4427ae69b43914d44]

        Silence lex errors by adding breaks
        
        Change-Id: I4bba761b0bf264933b88777b3e18adec255eb4aa
        Reviewed-on: https://gerrit.libreoffice.org/51452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-30  Julien Nabet  <serval2412@yahoo.fr>  [3d14fb1ef44144d69e73d047c547508219a57b62]

        Use for-range loops in lotuswordpro
        
        Change-Id: Ib14bc1f00914253f000a2bb9c3f780b04fdd126c
        Reviewed-on: https://gerrit.libreoffice.org/52125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-30  Julien Nabet  <serval2412@yahoo.fr>  [932c9065ee09d94fa14248f49b2cb1b190a91a1d]

        Use for-range loops in mysqlc
        
        Change-Id: I3ff3fa5dca6b6b9060b0b38d875e1b7dec1f8245
        Reviewed-on: https://gerrit.libreoffice.org/52127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-30  Jens Carl  <j.carl43@gmx.de>  [4887640bad16bee68d36cdeca013525b8c095d4d]

        Improve documentation
        
        Change-Id: I1c8daa5544806e7d646d7e2c9bbf57d78b7091fb
        Reviewed-on: https://gerrit.libreoffice.org/52141
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

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

        forcepoint#36 avoid dangling SvTextShapeImportHelper in case of exceptions
        
        Change-Id: Ibdbc047029c31d2b06d2349d68e1cbd9b15fd514
        Reviewed-on: https://gerrit.libreoffice.org/52135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [3ea82be2ca7e1d65c718097ccc674ae98ecd98c5]

        Colibre icons: finish sfx2 galaxy folder
        
        Change-Id: I88807f2119747f0dab0d40c91cb62583b203cbf5
        Reviewed-on: https://gerrit.libreoffice.org/52130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [12f92c0801708131ba0628adc0c4fe1e46a43395]

        Colibre icons: update missing sd folder icons
        
        Change-Id: I498128cea0c22ed21323f398d1d866c332785e3f
        Reviewed-on: https://gerrit.libreoffice.org/52124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [fc121c32ca0effb47d219066a6848435cba562cc]

        tdf#97977 make MODE.MULT fully compatible with Excel.
        
        Also, improve efficiency of function.
        
        Change-Id: Id01542bdd997e0cacfdfd16683d1ac832d22fa35
        Reviewed-on: https://gerrit.libreoffice.org/51708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-29  Cor Nouws  <oolst@nouenoff.nl>  [ffc49bd2fba97659919d9232ae42ca675c1aa9d0]

        tdf#116692 (Paragraph) Classification Dialog does not show translated UI
        
        Change-Id: I9a08fe3d2d5efc14c8845993d3b18a230df51052
        Reviewed-on: https://gerrit.libreoffice.org/52098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-29  heiko tietze  <tietze.heiko@gmail.com>  [07bb2405a3353a7e75c0d3855b886acbf422013c]

        tdf#113558 Header missing for table styles
        
        Change-Id: I3b48e9d8d2acfb33f003a6505737b0c25f5a2637
        Reviewed-on: https://gerrit.libreoffice.org/52123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-29  Julien Nabet  <serval2412@yahoo.fr>  [7260cd5381ce5511fd761cd4ca012fcb62fe3c17]

        Use for-range loop in include/comphelper
        
        Change-Id: I9b8a7e873eef56c704fa6c09d37d51a0ea913a92
        Reviewed-on: https://gerrit.libreoffice.org/52075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [f04f48e1517509930ba34bf7bd5b412508b7b7a2]

        Clean up copy/paste (of a function called "paste")
        
        Change-Id: Iea48bb3304e2688b440c5c396ed340ffffa11568
        Reviewed-on: https://gerrit.libreoffice.org/52121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [ed7ad72ade8a72df2a01018f9d6a7daa328383b9]

        Make ToolBox::SetItemBits work for disposed instances
        
        I happened to come across a SEGV caused by a null ToolBox::mpData once, as
        below.  Interestingly, some ToolBox member functions like GetItemPos and
        GetItemCount do take a potential null mpData (after a call to dispose) into
        account.
        
        > #0  0x00007fffebc1b93c in std::__cxx1998::vector<ImplToolItem, std::allocator<ImplToolItem> >::size() const (this=0x20) at /usr/include/c++/7/bits/stl_vector.h:671
        > #1  0x00007fffebc172ce in ToolBox::SetItemBits(unsigned short, ToolBoxItemBits) (this=0x7ffec6449230, nItemId=16, nBits=ToolBoxItemBits::DROPDOWN) at /data/sbergman/lo-ro/source/vcl/source/window/toolbox2.cxx:889
        > #2  0x00007ffff07ccc42 in SvxClipBoardControl::StateChanged(unsigned short, SfxItemState, SfxPoolItem const*) (this=0x7ffec6420390, nSID=5312, eState=SfxItemState::DEFAULT, pState=0xad4cf60) at /data/sbergman/lo-ro/source/svx/source/mnuctrls/clipboardctl.cxx:116
        > #3  0x00007ffff1d69c4f in SfxToolBoxControl::statusChanged(com::sun::star::frame::FeatureStateEvent const&) (this=0x7ffec6420390, rEvent=...) at /data/sbergman/lo-ro/source/sfx2/source/toolbox/tbxitem.cxx:521
        > #4  0x00007ffff193e163 in SfxDispatchController_Impl::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) (this=0xaa3da80, aListener=uno::Reference to (SvxClipBoardControl *) 0x7ffec64203b8, aURL=...) at /data/sbergman/lo-ro/source/sfx2/source/control/unoctitm.cxx:865
        > #5  0x00007ffff193ddfc in SfxOfficeDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) (this=0xaffa990, aListener=uno::Reference to (SvxClipBoardControl *) 0x7ffec64203b8, aURL=...) at /data/sbergman/lo-ro/source/sfx2/source/control/unoctitm.cxx:250
        > #6  0x00007fffee75c7e4 in svt::ToolboxController::bindListener() (this=0x7ffec6420390) at /data/sbergman/lo-ro/source/svtools/source/uno/toolboxcontroller.cxx:529
        > #7  0x00007fffee75c056 in svt::ToolboxController::update() (this=0x7ffec6420390) at /data/sbergman/lo-ro/source/svtools/source/uno/toolboxcontroller.cxx:227
        > #8  0x00007fffc11ddef6 in framework::ToolBarManager::UpdateControllers() (this=0x7ffec6142930) at /data/sbergman/lo-ro/source/framework/source/uielement/toolbarmanager.cxx:364
        > #9  0x00007fffc11e995e in framework::ToolBarManager::AsyncUpdateControllersHdl(Timer*) (this=0x7ffec6142930) at /data/sbergman/lo-ro/source/framework/source/uielement/toolbarmanager.cxx:1852
        > #10 0x00007fffc11dc748 in framework::ToolBarManager::LinkStubAsyncUpdateControllersHdl(void*, Timer*) (instance=0x7ffec6142930, data=0x7ffec6142b00) at /data/sbergman/lo-ro/source/framework/source/uielement/toolbarmanager.cxx:1839
        > #11 0x00007fffec264928 in Link<Timer*, void>::Call(Timer*) const (this=0x7ffec6142b20, data=0x7ffec6142b00) at /data/sbergman/lo-ro/source/include/tools/link.hxx:84
        > #12 0x00007fffec264787 in Timer::Invoke() (this=0x7ffec6142b00) at /data/sbergman/lo-ro/source/vcl/source/app/timer.cxx:76
        > #13 0x00007fffec21cdd2 in Scheduler::ProcessTaskScheduling() () at /data/sbergman/lo-ro/source/vcl/source/app/scheduler.cxx:448
        > #14 0x00007fffec21bfed in Scheduler::CallbackTaskScheduling() () at /data/sbergman/lo-ro/source/vcl/source/app/scheduler.cxx:270
        > #15 0x00007fffcdfaa036 in SalTimer::CallCallback() (this=0x199ae40) at /data/sbergman/lo-ro/source/vcl/inc/saltimer.hxx:55
        > #16 0x00007fffcdfa920d in sal_gtk_timeout_dispatch(_GSource*, int (*)(void*), void*) (pSource=0x7e1abe0) at /data/sbergman/lo-ro/source/vcl/unx/gtk3/gtk3gtkdata.cxx:692
        > #17 0x00007ffff5aa7b77 in g_main_dispatch (context=0x63d8d0) at /usr/src/debug/glib2-2.54.3-2.fc27.x86_64/glib/gmain.c:3142
        > #18 0x00007ffff5aa7b77 in g_main_context_dispatch (context=context@entry=0x63d8d0) at /usr/src/debug/glib2-2.54.3-2.fc27.x86_64/glib/gmain.c:3795
        > #19 0x00007ffff5aa7f20 in g_main_context_iterate (context=context@entry=0x63d8d0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /usr/src/debug/glib2-2.54.3-2.fc27.x86_64/glib/gmain.c:3868
        > #20 0x00007ffff5aa7fac in g_main_context_iteration (context=0x63d8d0, may_block=1) at /usr/src/debug/glib2-2.54.3-2.fc27.x86_64/glib/gmain.c:3929
        > #21 0x00007fffcdfa78f4 in GtkSalData::Yield(bool, bool) (this=0x63ae70, bWait=true, bHandleAllCurrentEvents=false) at /data/sbergman/lo-ro/source/vcl/unx/gtk3/gtk3gtkdata.cxx:459
        > #22 0x00007fffcdfabf07 in GtkInstance::DoYield(bool, bool) (this=0x6e6a90, bWait=true, bHandleAllCurrentEvents=false) at /data/sbergman/lo-ro/source/vcl/unx/gtk/gtkinst.cxx:412
        > #23 0x00007fffec2515ca in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /data/sbergman/lo-ro/source/vcl/source/app/svapp.cxx:472
        > #24 0x00007fffec24c2c4 in Application::Yield() () at /data/sbergman/lo-ro/source/vcl/source/app/svapp.cxx:537
        > #25 0x00007fffec24c24e in Application::Execute() () at /data/sbergman/lo-ro/source/vcl/source/app/svapp.cxx:452
        > #26 0x00007ffff774d617 in desktop::Desktop::Main() (this=0x7fffffff2950) at /data/sbergman/lo-ro/source/desktop/source/app/app.cxx:1623
        > #27 0x00007fffec260825 in ImplSVMain() () at /data/sbergman/lo-ro/source/vcl/source/app/svmain.cxx:198
        > #28 0x00007fffec262498 in SVMain() () at /data/sbergman/lo-ro/source/vcl/source/app/svmain.cxx:236
        > #29 0x00007ffff77bba98 in soffice_main() () at /data/sbergman/lo-ro/source/desktop/source/app/sofficemain.cxx:166
        > #30 0x000000000040086d in sal_main () at /data/sbergman/lo-ro/source/desktop/source/app/main.c:48
        > #31 0x0000000000400847 in main (argc=4, argv=0x7fffffff2c98) at /data/sbergman/lo-ro/source/desktop/source/app/main.c:47
        
        Change-Id: I622b4128de0a6be294b59caf2bb2d6f7b529c349
        Reviewed-on: https://gerrit.libreoffice.org/52086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [29d4ecf32392bc94ab0ba9e73fd79eba65c23fdb]

        tdf#115574 sot: fix Excel -> Writer paste
        
        Reported problem is that nothing happens for paste. Direct cause is that
        BITMAP is selected as the format, and Excel advertises BITMAP, but when
        we try to import that, it fails. There are 3 interesting commits in the
        recent history for this topic:
        
        - commit c47db038f98aaf7aec3cbe57c4e5683591afa23e (fdo#52547 SOT: Prefer
          embedding image data to embedding linked image., 2014-02-07) was a
          bugfix due to newer firefox
        - commit 538c13f3d1756f2d105115f64ab1bc0b7426eebc (fdo#78801 fdo#52547
          Paste preference is image, then html, then text., 2014-05-28) was a
          regression fix from the previous fix
        - commit a96a7ce51aa98fb9ee97ea3803e2b7e648611008 (fdo#81835 Don't
          prefer GDI Metafiles to RTF/HTML, 2014-08-05), was a regression fix
          from the previous fixes
        
        Going back to the original state shows that the Excel -> Writer use-case
        used to be RTF.
        
        Restore the old Excel -> Writer (RTF) behavior by:
        
        - going back to the original state, ignoring the enum class conversions
        - re-fix fdo#52547: prefer bitmap over html, but leave everything else
          unchanged
        - fdo#78801 needs no fix in this case
        - fdo#81835 needs no fix in this case
        - tdf#115574 selects RTF -> table shows up
        
        After all these complications, the actual fix is surprisingly simple.
        
        Change-Id: I2d728afa7d1dd7888fa43525366c197d806eea6c
        Reviewed-on: https://gerrit.libreoffice.org/52120
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [d7a8fa7adf2b2b098a1e38cd7002c928d015b489]

        Remove bogus assert
        
        ...that had been added with f0215dcc9e5ba47d4b7d5b9759f1bd774942d388 "unotools:
        assert if TempFile::GetURL() fails due to missing file UCP".  But when SRCDIR is
        a read-only tree, JunitTest_sc_unoapi_2 fails with that assert firing when
        TempFile::GetURL is called from SfxMedium::CreateTempFile
        (sfx2/source/doc/docfile.cxx), which in turn is prepared to handle an empty
        return value from GetURL, and the test succeeds after removing the assert.  So
        it looks like that assert was not precise enough to only fire in the scenarios
        where it was intended to fire.
        
        Change-Id: I333e9026ee14e9d1140b1b475793a5b15ededd70
        Reviewed-on: https://gerrit.libreoffice.org/52085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Julien Nabet  <serval2412@yahoo.fr>  [da4121ee730a3c4c95bfc717c76ec016e6861737]

        Fix indent in interfacecontainer.hxx
        
        Change-Id: I85ab503b52e9d5fa20fcc20b136c92ce5cb7b6cf
        Reviewed-on: https://gerrit.libreoffice.org/52078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Julien Nabet  <serval2412@yahoo.fr>  [1a2097e62f70d9babcd29b90b80c813890f19ebb]

        Use for-range loop in include/canvas
        
        Change-Id: I29c4af5a59f72c478090f1b8625a0507d461374a
        Reviewed-on: https://gerrit.libreoffice.org/52077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e27afa534f5e3a0c610b36e7ed4d392b532b49d]

        loplugin:unnecessaryvirtual
        
        Change-Id: Ic044a6e4568e707022d87bc5712205fbdf084ba2
        Reviewed-on: https://gerrit.libreoffice.org/52067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Mike Kaganski  <mike.kaganski@collabora.com>  [ed316832e9e9028444cbb587ce644d7acaacf1e7]

        Use true/false, not TRUE/FALSE
        
        Change-Id: I257f2799c507a6669ad7048db72fbe374f40de11
        Reviewed-on: https://gerrit.libreoffice.org/52076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-29  Szymon Kłos  <szymon.klos@collabora.com>  [596fd41b9b19e28bab0c84e3821f79cb5d468f24]

        tdf#116536 Fix bullet position with linespacing > 100
        
        Change-Id: I862246d9c69e754bdd883787fe42c7d61a1a53d3
        Reviewed-on: https://gerrit.libreoffice.org/51790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-29  László Németh  <nemeth@numbertext.org>  [7b1eb6313c0d2621c364df1724c69d28f8267841]

        tdf#116666 fix Hungarian sorting
        
        Apply the following extra requirements of Hungarian orthography
        for sorting words and sentences:
        
        – expand simplified double consonants;
        
        – ignore spaces and hyphens;
        
        – prefer lower case homonyms.
        
        Note: automatic sorting is better this way, but it's still not error-free.
        
        Important advantage, that now it's *possible* to fix all errors
        in a semi-automatic way, using soft hyphens. Inserting them in bad
        or ambiguous character positions will fix all automatic sortings later.
        
        Example with consonant "gy", simplified form of long "gygy" is the
        ambiguous "ggy" (it can be "g" and "gy", too, as in "meggyőz"):
        
        = Bad =   = Now =   = Good (corrected, "|" signs soft hyphen) =
        megbíz    megbíz    megbíz
        meggyíz   megzavar  meg|győz
        meggyőz   megye     megzavar
        megzavar  meggyíz   megye
        megye     meggyőz   meggyíz
        megyünk   megyünk   megyünk
        
        Change-Id: Ia84f264ad9ea4cdebe5f3ea22212a9594b4fe44d
        Reviewed-on: https://gerrit.libreoffice.org/51973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-03-29  Mike Kaganski  <mike.kaganski@collabora.com>  [36c4fe664c90cebe3456bcb2cc3c463f94bf4dd0]

        Don't run testTdf107868 on Windows, since it's using GDI
        
        The intent of the test is to trigger PDF export. On Windows, GDI printing
        is used, so no use to run it (and it would provide a sane PDF with 2 white
        paths).
        
        Change-Id: I808807ce0d339cccbb3d097f486d2562e7b2819f
        Reviewed-on: https://gerrit.libreoffice.org/52072
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [bcf0b17badb760ef852c39cbe192ce4f78ad55fc]

        coverity#1433648 Unchecked return value
        
        Change-Id: I11a60e5c6f7728fd47dbb461004622a99f055b16
        Reviewed-on: https://gerrit.libreoffice.org/52060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [14a8dfcfae560d8bb8592af64f2d133683decfc2]

        update credits
        
        Change-Id: I8973bbbfd0b51106b528c1def872e1018a9c2159

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [73e6a7975b3508c5cfccb3df7c35b0303f87d9bb]

        loplugin:unusedmethods
        
        Change-Id: I7805ac9bc6f8c0aa5ba4804777e7d7c2c29a78f3
        Reviewed-on: https://gerrit.libreoffice.org/52066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Justin Luth  <justin_luth@sil.org>  [3138abfb052a4241cfca4b8d430c139cca50a85c]

        tdf#112886 ooxmlimport: skip useless footnote placeholder
        
        Inserting the 0x02 placeholder as the first entry in the line
        interferes with the aesthetic tab code. lcl_text
        has code to ignore that placeholder, but lcl_utext
        doesn't. Ignoring at lcl_utext has the same affect as
        not processing it at all. Only .docx adds 0x02, so
        it should be fairly safe to avoid the 0x02 completely.
        
        Nothing was detected missing by skipping the placeholder.
        All of the code was inherited from OOo.
        
        Change-Id: Ie8840e5946fec89f270fef5523c88ee5051ca8ef
        Reviewed-on: https://gerrit.libreoffice.org/51912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-29  Jim Raykowski  <raykowj@gmail.com>  [6c57ae39d783ae92a43dc2e113ea6e2dfb52af22]

        tdf#116680 fix sidebar can't undock
        
        Change-Id: Ic3d198488de6d0420dbdb8fb7dbfb0335556e108
        Reviewed-on: https://gerrit.libreoffice.org/52047
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [df8b9faab91c4c093652be4f35c4b9bf29ecd0ed]

        Fix PythonTest_*.clean targets
        
        Change-Id: If8d0b89810c7c9a0cf8664e5f34be154e35e40ed
        Reviewed-on: https://gerrit.libreoffice.org/52071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [f62fcab7f16a2c6abbc37a0d83145e9ded3ad6e3]

        coverity#1433647 Unchecked return value from library
        
        Change-Id: I05c91dc21ddcef0f64f712f4fe9a5736b0cee0f9
        Reviewed-on: https://gerrit.libreoffice.org/52059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [a3c686318230c91fda23f81b6b6cbd759bf80d84]

        coverity#1401334 Uncaught exception
        
        Change-Id: I14cfde619e1280c21d8481fc58c5ba69855c1b5d
        Reviewed-on: https://gerrit.libreoffice.org/52064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  David Tardon  <dtardon@redhat.com>  [9c459fd919cb8199a69fc2d630742930e533285b]

        upload openssl 1.0.2o
        
        Change-Id: Ib44570ff53d754d1d568378ef0dac4d4789f2042
        Reviewed-on: https://gerrit.libreoffice.org/52051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [b83a373586b5e6772c643162d3213cd33e4fdffb]

        coverity#1433646 Dereference after null check
        
        Change-Id: Ie3a352551a82656939c7d25b7f922a03b80d232b
        Reviewed-on: https://gerrit.libreoffice.org/52061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [201dc4c43a05098662a31cd338da61b9e47a1e01]

        coverity#1433645 silence Out-of-bounds read
        
        Change-Id: Ie098ea6fd2b36e8bc6173f3ca69f2ffc5e312533
        Reviewed-on: https://gerrit.libreoffice.org/52062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [ce604711dae68c5bdb6a92ebeb6f757ff1b89e3b]

        coverity#1433644 silence Dereference after null check
        
        Change-Id: I699fb3e07d21dc1852c0d50d4a7d478bcf1d1a96
        Reviewed-on: https://gerrit.libreoffice.org/52063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        lwp infinite loop
        
        Change-Id: Ic384dfd66f834ee360c60e497b8b7b688c913f02
        Reviewed-on: https://gerrit.libreoffice.org/52057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [980248e4926b7d24c197084038337e4868badb9c]

        lwp infinite loop
        
        Change-Id: I18506b74ac999893eab1d652b46ee2226f5a3dea
        Reviewed-on: https://gerrit.libreoffice.org/52058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [7a6b66942260837e2a627b1df2a4fee9af1e3227]

        Allow URL-Check for non-selected TableText
        
        The part to detect a hit on a TableObjectText
        in Draw/Impress for a non-selected Table was
        setting the HitType to SdrHitKind::TextEditObj.
        This prevents the latter happeing check for URL
        (see below). Not directly setting to TextEditObj
        is okay, this is determined and set later. I
        checked various possible changes to keep the
        behaviour as for 'normal' SdrObjects, so please
        be careful when doing changes in the HitTest code
        
        Change-Id: I326a73b88fc56fd902b5052cc3a2ddecf3c3ba61
        Reviewed-on: https://gerrit.libreoffice.org/52016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [87b0eb0183e9a379a3e715dcb5de29b29e406686]

        loplugin:virtualdown in basctl,basic
        
        Change-Id: If0d729ee84263a5afb2c7acb2d62b08602aa59f4
        Reviewed-on: https://gerrit.libreoffice.org/52046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Mike Kaganski  <mike.kaganski@collabora.com>  [b399bb8760e87386e74804a33847ff6f5ae571af]

        Clarify bits for non-coders
        
        Change-Id: I8b6ab688ec13cee7c5a6b49d6691efdcea2a3d74
        Reviewed-on: https://gerrit.libreoffice.org/52049
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [b0f00885a9de28be03a9b61bd7065116bbd1114a]

        Operate on copies of test documents
        
        ...as the SwTextBlocks ctor internally calls SwDOCXReader::MakeEntries ->
        BeginPutDoc which wants to open the document read-write.  That would fail if
        SRCDIR is a read-only tree.
        
        Change-Id: I433b80bcec53c8ca4282d1f45c941153a4064eb9
        Reviewed-on: https://gerrit.libreoffice.org/52053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [606cf347404f86ba3d6c94058eb4c470e9e4b596]

        dbahsql: Unit test for binary import
        
        Also fix bugs shown by the unit test
        
        Use boost date/time instead of std, because std::tm cannot handle dates
        before 1970.
        
        Change-Id: I7f5dbb3d828a591a4b51c7204dc3bd39fefc42ff
        Reviewed-on: https://gerrit.libreoffice.org/51804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [b15f56816515f63b89eea254a590effba47fd56f]

        change the infobar message of disabled links to a statement
        
        rather than a question form when it was used in a query dialog
        
        Change-Id: Ife5caba5bf307a2786e7581fce44bc1fc9a8368d
        Reviewed-on: https://gerrit.libreoffice.org/52004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [5597006a9d8c6904943253fdacf2b8e5bf72a9c7]

        NB implementation: add icon to InsertAuthoritiesEntry (tabbed bar)
        
        Change-Id: Ie0971fae1ef3d02ab0c9ca8cce1cd1fd3d7b6166
        Reviewed-on: https://gerrit.libreoffice.org/52050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [bcd301d077c321e3341a85900a4e9737ca1c932e]

        Colibre icons: finish sc galaxy folder
        
        Change-Id: I17ac726e498546676fb6de3328356d2e155e734a
        Reviewed-on: https://gerrit.libreoffice.org/52048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [c6bc9f71fb3bf92291bb7253f402d8d283ca8679]

        disable expressionalwayszero loplugin on clang-3.8
        
        can generate OOM
        
        Change-Id: Ie9fbed147687c06727a702616764a18d91b38e9c
        Reviewed-on: https://gerrit.libreoffice.org/52052
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [484fe43b5e9f3696d26b8c0452aab6fd14e10772]

        Propagate BeginPutDoc failure out of SwDOCXReader::MakeEntries
        
        (BeginPutDoc can fail if the document is a read-only file)
        
        Change-Id: I2ee6f421e73459daf75adce67dedb47b23931d7c
        Reviewed-on: https://gerrit.libreoffice.org/52045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [04bfd8bf7677f54295778b5d762e0b09278df895]

        xmlsecurity nss: create SecurityEnvironment instances with a constructor
        
        Change-Id: If4b18747292dd265d789b70078979361bd044fde
        Reviewed-on: https://gerrit.libreoffice.org/52039
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a6380b7d692a3389516b59205671aa7d53d6920]

        loplugin:virtualdown in editeng
        
        Change-Id: Id86a38521fe287a824bdda4b0fd2d68e97ae1b73
        Reviewed-on: https://gerrit.libreoffice.org/52036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [47ccda36fc80b40928b0e12e7dc1052ff0f98654]

        loplugin:virtualdown in sfx2
        
        Change-Id: I51e79a4a3d2c799e69bc13c66b5b84056bee6206
        Reviewed-on: https://gerrit.libreoffice.org/52034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [57871f98d30c0283969de1a41e72f5838d6c0eb0]

        loplugin:useuniqueptr in SwNumRule
        
        Change-Id: Id74c0dac582b1dc52076488332e26c88e5e7b4c3
        Reviewed-on: https://gerrit.libreoffice.org/52033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [0dde5e7d6c69fbf59a898b019ef230adfef30633]

        loplugin:useuniqueptr in SaveRedlEndPosForRestore
        
        Change-Id: I529ca5016ab22a8e57655da7fe5ec4f3344a05d5
        Reviewed-on: https://gerrit.libreoffice.org/52032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [f36e3dc1a16b02aac07df4cf9fc35d488ba7c416]

        loplugin:useuniqueptr in DocumentFieldsManager
        
        Change-Id: I79d18cb8fdb029afbe6008edd058265b1503e5eb
        Reviewed-on: https://gerrit.libreoffice.org/52031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e014ca57fdd40d4e6486cc105d3bb2b32b060b1a]

        loplugin:useuniqueptr in DocumentDeviceManager
        
        Change-Id: I051f63173a7b58819d340b00ea237a4164b1dbad
        Reviewed-on: https://gerrit.libreoffice.org/52030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d13418ce964b827bcdb9b75aa90d4a7a3167a42]

        loplugin:useuniqueptr in CompareData
        
        Change-Id: Id089f39a03f3793f2a5d9c24130d25ce6823df5a
        Reviewed-on: https://gerrit.libreoffice.org/52029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc8b3a8d45f60e2d11b5fa8f4ab6dfab9ddba4fc]

        loplugin:useuniqueptr in ScInterpreter
        
        Change-Id: I682fa97a567ecf952214aa050a0ec981b4897ef5
        Reviewed-on: https://gerrit.libreoffice.org/52028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [63c6668f06ca5921432020b5a527e43c251e5154]

        loplugin:virtualdown in svl,svtools
        
        I expect a lot of the overriding methods will be removed as soon as I
        run the unusedmethods plugin
        
        Change-Id: I4fb228724fcfba51a98d2113efb93cec1bc15c7c
        Reviewed-on: https://gerrit.libreoffice.org/52006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f590dd7f492982f233d59afe672fa38a29279a3]

        loplugin:virtualdown in svx
        
        Change-Id: I953780a4b2879266c415a3c4e8992c8be74dced4
        Reviewed-on: https://gerrit.libreoffice.org/52001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [15c9be2bbb9e0ee8853a982f96338960a80d6ee5]

        loplugin:virtualdown in vcl
        
        Change-Id: Iea173295b7bc5e7f8a5e0215dc13ab32190c6f8f
        Reviewed-on: https://gerrit.libreoffice.org/51999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-29  Julien Nabet  <serval2412@yahoo.fr>  [29db56381dc19baa77c39f4f2f69c8c587eddcad]

        Use for-range loops in include/connectivity
        
        Change-Id: I4a55fbb06f3e919cc81e3462b23f8d94f6292a9b
        Reviewed-on: https://gerrit.libreoffice.org/51494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-29  Stephan Bergmann  <sbergman@redhat.com>  [ad284bde785fd1273565163e217be6bc8d4b7da9]

        Always pass in a TextInsertModeRange
        
        ...otherwise testCopyPastePageStyle would have caused the call to
        xFilter->filter in paste() to fail, throwing an "End of content node doesn't
        have the proper start node" RuntimeException in
        SwXBodyText::createTextCursorByRange (sw/source/core/unocore/unotext.cxx) called
        from the writerfilter::dmapper::DomainMapper_Impl ctor
        (writerfilter/source/dmapper/DomainMapper_Impl.cxx) (and which would be caught
        and swallowed in RtfFilter::filter (writerfilter/source/filter/RtfFilter.cxx),
        causing it to return false).
        
        Change-Id: I83b720a365e06edc41c3d9c82614df488ee33d35
        Reviewed-on: https://gerrit.libreoffice.org/52013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dcb9bd40810b773359464979eb7dbfddc03bc2d4]

        Fix typos
        
        Change-Id: I0f606816871d90173dedaa9fc4eb7e6ccebe0b1a
        Reviewed-on: https://gerrit.libreoffice.org/51919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [83204c1fbf2cb85f3a22a922411ed8291cfb3fe8]

        Colibre icons: finish framework galaxy folder
        
        Change-Id: Ibceac7c35fabc548a82ed9c086ca778608429572
        Reviewed-on: https://gerrit.libreoffice.org/52041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [1c050f68a7db1c79e77bcd626cc64ba36482cf7f]

        Colibre icons: finalize extension folder
        
        Change-Id: I2615edfeb9c7bc879bef0db74a3cc82567ac1c88
        Reviewed-on: https://gerrit.libreoffice.org/52040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  Caolán McNamara  <caolanm@redhat.com>  [9ae5752b80ceb269d5739287ad5d0357c47ee85c]

        ofz#7165 set a recursion limit for svm in svm
        
        Change-Id: Id9089986012588690b6d5e33cd71d094ef2357dd
        Reviewed-on: https://gerrit.libreoffice.org/51982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [bd6cdb578ad7e9697579888ff254a1f6809ae103]

        Breeze icons: add chart2 icons
        
        Change-Id: I40bc25fa6c230d5ee5b9e3af68e01d0d8ad56e72
        Reviewed-on: https://gerrit.libreoffice.org/52038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-29  andreas kainz  <kainz.a@gmail.com>  [bf93210ab476208fa87b4c897869886e0a243102]

        Colibre icons: finish chart icons
        
        Change-Id: I658c1e29a468900297ccbfcfc4b1b7a2c073caee
        Reviewed-on: https://gerrit.libreoffice.org/52035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [09d1353ece5d729d00c7952f640c3c7b94458509]

        uitests for bugs tdf#71339 tdf#116215 tdf#116421
        
        Change-Id: I4533c4d8cc2742592a0f34b3cdeebee556fd1f67
        Reviewed-on: https://gerrit.libreoffice.org/51785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [290a954a355852a967a0e7e8a28447b0b9d2a46b]

        tdf#116646 Slideshows with transitions page swap rendering issues
        
        regression from
            commit 5b75a1697250d8b2b6003c37067f39270a5ad828
            move cairo extract bitmap code from canvas to vcl
        
        Change-Id: Ic8d7cd9d54010ae272073877da18a985e931e22a
        Reviewed-on: https://gerrit.libreoffice.org/52005
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        missing ar_right icon used by starmath edit symbols dialog
        
        it used to live at icon-themes/galaxy/res/helpimg/starmath/ar_right.png
        
        but got moved by...
        
        commit 2f6f851acab5284f516ad6a91c05149ffed575d2
        Date:   Wed Sep 28 07:30:35 2016 +0200
        
            tdf#100015 (related) Move Math help icons to correct location
        
            So that they are actually packaged into the theme zip
        
        and then removed by...
        
        commit 38ded0332875a3d8ee34ddb4f2eac00d60517263
        Date:   Mon Dec 12 15:11:13 2016 +0100
        
            Move help-specific images (the actual files) away from core
        
        leaving this dialog missing its arrow image
        
        Change-Id: I08127a823868d0b32b5f74bd5a7fb3fbfae95b28
        Reviewed-on: https://gerrit.libreoffice.org/52023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [bda744fb532c9d7a76c8bc08fda0f0aa6feec471]

        No need to open this test doc read/write
        
        ...fail when SRCDIR is a read-only tree
        
        Change-Id: I80a372b3eb71faed1215305a55df93390c846eed
        Reviewed-on: https://gerrit.libreoffice.org/52020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [0ff64e31b0c74b9b1e78a1d5ddd7be4302f33df3]

        Copy test doc to temp location before opening read/write
        
        ...otherwise fails if SRCDIR is a read-only tree
        
        Change-Id: I0b81be5ba055dac133e5ee638f21c3c5f4d5736b
        Reviewed-on: https://gerrit.libreoffice.org/52015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  heiko tietze  <tietze.heiko@gmail.com>  [b57e8b5e531408236af5e3be69b9190c646a6eab]

        tdf#116407 - option "Border" for new table redundant
        
        Function removed
        
        Change-Id: I2346a0ba91afb72c7c68a6d50fc103d0409ae374
        Reviewed-on: https://gerrit.libreoffice.org/51896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-28  heiko tietze  <tietze.heiko@gmail.com>  [6d4bb4dd4ef425a429c929e7d953cf9b54a74576]

        tdf#90194 - Make Colibre the new default in Windows
        
        Fallback icon theme changed from Tango to Colibre
        
        Change-Id: I525f6d85468e5c300e1fb11ce72ba7d551d5aa4c
        Reviewed-on: https://gerrit.libreoffice.org/51959
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [f584f2515b744699a3b3a7e3f9e9927e86df4a5d]

        Translate German variable names
        
        Akt -> Current in svl/style
        
        Change-Id: Id6f8f7b09a8ae1768708d9fd5d11003fef1e2e42
        Reviewed-on: https://gerrit.libreoffice.org/51798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [89c4a6a385d489e08345135ac3ec81220e0ce9bd]

        Translate German variable names
        
        Akt -> Current in table
        
        Change-Id: I108136bd79dcc603649c996ecd58c74d67d7dab9
        Reviewed-on: https://gerrit.libreoffice.org/51805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [0562808a7ef1fe3ee6ae094bb120e0be84e67856]

        Translate German function names
        
        Akt -> Current in ww8
        
        Change-Id: I3beb046cbce7727c7ff485de9ff956ee087c443c
        Reviewed-on: https://gerrit.libreoffice.org/51802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [bb3366b8e72070000ad77f430d9a15410af82511]

        Translate German variable names
        
        Akt -> Current in svdraw
        
        (Other occurrences will be done separately.)
        
        Change-Id: I5dc6b52678b4ce4e875f8c1aaf68e7367bf6e922
        Reviewed-on: https://gerrit.libreoffice.org/51799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [4475ccdc3d8f7089ad44f4b01c2d589a607e8e48]

        Translate German variable names
        
        Akt -> Current in sdiocmpt
        
        Change-Id: I39f05bcf7168fe9fbe6cf90b2499037ec5680cc5
        Reviewed-on: https://gerrit.libreoffice.org/51806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Johnny_M  <klasse@partyheld.de>  [cc39342305af736e8b127af49df4af8998767ba0]

        Translate German function names
        
        Akt -> Current in ppt filter
        
        Change-Id: Id32efb885e5e1b04c7fd8f3ce0f21537b2e7576c
        Reviewed-on: https://gerrit.libreoffice.org/51800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a189b2ac72d5fb83199bdb09e41f7d088440cc9]

        tdf#108122 HTML export: fix lost images on copy
        
        As in the copy part of copy&paste. The problem was that the document has
        an empty base URL during copy, and this was images were not exported at
        all.
        
        An alternative fix would be to use embedded images, but sadly Word's
        HTML import doesn't understand that markup, so use tempfiles instead.
        
        Change-Id: Iab8c555ac244d943c4958f24f8ac61cba4ec3aba
        Reviewed-on: https://gerrit.libreoffice.org/52003
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e74578ed67d42036646fb575a3c3d5d50147abc0]

        fix duplicate strings in notebookbar
        
        and also one in alreadyexistsdialog
        
        Change-Id: Ib503f742ca6e99246d1e8fc07a9d2cd418ba2133

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [98246996f79452e294ddbc2041a9c1d8007d2099]

        Pasted-in document need only be opened for reading
        
        Otherwise, if SRCDIR is a read-only tree, CppunitTest_sw_rtfimport would fail
        with the
        
          CPPUNIT_ASSERT_EQUAL(ERRCODE_NONE, pStream->GetError());
        
        from <https://gerrit.libreoffice.org/#/c/51992/> "Check successful stream
        creation".  (And before that, it would have more obscurely failed with the
        
          CPPUNIT_ASSERT_EQUAL(2, getParagraphs());
        
        in testTdf90260Par failing with 1 vs. 2.)
        
        Change-Id: I55fcc932c66e6a4b84cd391f8821257a0de2abb8
        Reviewed-on: https://gerrit.libreoffice.org/51993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [e4082f29b95ecbef5758e8419a9b00a074e0bfb0]

        Check successful filter operation
        
        Change-Id: I220905486cc2287f2157f57b537c0df0b325bd36
        Reviewed-on: https://gerrit.libreoffice.org/51994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  Tor Lillqvist  <tml@collabora.com>  [850b401ebad13d20481f3ed01990c8070a33f6f1]

        Add mode lines and license blurb
        
        Change-Id: Ifc319e6954665b71f8a98d6ec849a71bbf2b7318

2018-03-28  Tor Lillqvist  <tml@collabora.com>  [f21e341d0fbfb39f7d5d976f89f00f844e201576]

        Add DeleteNamedRange function
        
        Change-Id: I081614cb34aee704c9162f58c78dbaa6a350d30b

2018-03-28  Justin Luth  <justin_luth@sil.org>  [7e92a996d1588bdf2ff1e2df10220a0f57686cfb]

        tdf#116570 ww8 export: skip sectionbreak for footnotes
        
        An extra CR was added at the start of each footnote. I'm guessing
        these documents started life as "end of document" footnotes in Word.
        
        SectionBreaksAndFrames is only used by .doc, so
        this will not affect .docx and .rtf (which are both fine anyway).
        
        I forgot that I recently fixed the same problem for endnotes
        in tdf#108448. Nice to have found example footnote documents also.
        
        Change-Id: Ib496e02d9ff46dbc2337a6d3dfe164a625b09a83
        Reviewed-on: https://gerrit.libreoffice.org/51771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-28  David Tardon  <dtardon@redhat.com>  [21827d1776b3c47ecab76561cf3e95bbf79f4a6e]

        forcepoint: fix null ptr deref.
        
        Change-Id: I867a4332d666bf4a0e38e93c0c7918fb106958c6

2018-03-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [0db4e7f60c92313327ae5b1e4307ed4fedfaa6f5]

        tdf#116563: floating windows must get input focus at some point
        
        This partially reverts commit bb6a8dce405bd0f and means we need
        a different solution for tdf#48300 on X11-based Linux frontends.
        
        Send _NET_ACTIVE_WINDOW signal only if we want to activate window
        that has been minimized (ToTopFlags::RestoreWhenMin) or covered by
        other windows (ToTopFlags::ForegroundTask).
        
        Change-Id: I529baf6cc1174728b54bae4c658cf95631da19d6
        Reviewed-on: https://gerrit.libreoffice.org/51867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c7707db0f43deee832aa2b23ff2aa1ba711651cc]

        Check successful stream creation
        
        Change-Id: Iea7dea13684a15ed1960d2c8562253f5a2e64c34
        Reviewed-on: https://gerrit.libreoffice.org/51992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  andreas kainz  <kainz.a@gmail.com>  [9429455ab54b60f3387ed7159a1c06e6efc1ebe3]

        Colibre icons: add 32px shapes
        
        Change-Id: Id639e80549df9f58b0ef6f9b5be24b3661d54e69
        Reviewed-on: https://gerrit.libreoffice.org/51925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [1b1839d325014c6607cc1e2410b98839602ee2b2]

        tdf#116615 WIN process messages using Reschedule
        
        Since LO message processing loop is a little more complex then
        PeekMessageW and DispatchMessageW, use Reschedule( true ) to
        process all pending events. Processing all event is important,
        because MsgWaitForMultipleObjects will just trigger for new
        messages since its call and will ignore already pending
        messages.
        
        Which leaves the IsMTA() call. I know of the COM STA / MTA
        stuff, but I don't understand how this might be related here.
        The call to SHBrowseForFolderW definitly block, but we already
        use multiple threads, so I don't understand, how this has
        worked before...
        
        Change-Id: Id348f26155571b3ddb31233d0bcd2c4fd2003819
        Reviewed-on: https://gerrit.libreoffice.org/51940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [04151aeb553ac65de3530dab83353f47052b6608]

        loplugin:virtualdown in sw
        
        Change-Id: Ia4053970a23d62ac7483f18d6caa559ddf43b176
        Reviewed-on: https://gerrit.libreoffice.org/51988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [867a22fd199e732803c9050fe9f84ad630ec27fb]

        loplugin:virtualdown in xmloff/xmlsecurity
        
        Change-Id: I884fe180be98fe29ddb7d2daf4c61f733236e8bd
        Reviewed-on: https://gerrit.libreoffice.org/51987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [149a4d756699f4275f9f84807e72526e73aed1b2]

        loplugin:virtualdown in sc..sd
        
        Change-Id: If93dc12f484839e6d2b44d6568b506f0c15b4735
        Reviewed-on: https://gerrit.libreoffice.org/51989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f7653c11b4312e89b7ad3cc0e5fb0b6a9b94c5d]

        new loplugin virtualdown
        
        Look for virtual methods where we can push their definition "down" i.e.
        the base virtual method does not need to exist at all, because all the
        call-sites are calling the more specific overrides.
        
        Change-Id: Ib8e82637bfb6bc2a06df45de0e289d27344fb3ab
        Reviewed-on: https://gerrit.libreoffice.org/51986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  andreas kainz  <kainz.a@gmail.com>  [e633eb1437a70a2b15c5f7fee14320314f755095]

        Colibre icons: add 32px shape icons
        
        Change-Id: Ic2f49811506495e6cb22ec3845db11b9b630701d
        Reviewed-on: https://gerrit.libreoffice.org/51924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-28  Tor Lillqvist  <tml@collabora.com>  [a260eabf5c228567fc64e99ca72d332f7ebaf0d4]

        Add NamedRanges.py to the relevant Makefile
        
        Change-Id: Ic2d36182795b2d27aec8fed8665d8bb9f8f12a0f
        Reviewed-on: https://gerrit.libreoffice.org/51975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-28  Tor Lillqvist  <tml@collabora.com>  [8329f4541e27402d19729ae1588af8bfe61f7b49]

        Fix class name in debug message
        
        Change-Id: I171e74a34273ddf969e49260fec487dd8cf2fb12
        Reviewed-on: https://gerrit.libreoffice.org/51981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f86fb57510ebb5563c51859935e45f70aba06359]

        Revert "Temporary hack for iOS: open files read-only if read-write open fails"
        
        This reverts commit bdbb0d1cc13a11c8c857ee2d387771a8c2622488.  Assumed to no
        longer be necessary after 9906c6d2a55b6f8a27903f0ef08aa8949d7a71c2
        "rhbz#1559633: Treat EPERM same as EACCES when opening files".
        
        Conflicts:
        	sal/osl/unx/file.cxx
        
        Change-Id: I9f7ef544da3fec00810cd1d55bb52bf0470d1054
        Reviewed-on: https://gerrit.libreoffice.org/51979
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        drop newly unused HTMLMODE_NO_BR_AT_PAREND
        
        Change-Id: I4e1c0355a10e0334439beb04c54bde24dada0dd2
        Reviewed-on: https://gerrit.libreoffice.org/51960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1209db8525e386f76c861cf161ffb39fa802f1f0]

        sw: fix some IWYU warnings
        
        Change-Id: I96a6401f0cc7bf9f219717671e41932d7d8570b7
        Reviewed-on: https://gerrit.libreoffice.org/51972
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-28  Daniel  <danielfaleirosilva@gmail.com>  [bdd7abf56676732f8ce4fd04bea5c72758f1ec3b]

        tdf#63438 Toggle highlight color to no fill if the same value is active
        
        Change-Id: I7553bc7bffeb0a8d1275aadc44bf2813564087b5
        Reviewed-on: https://gerrit.libreoffice.org/51794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-28  Serge Krot  <Serge.Krot@cib.de>  [1c1160967acf49cffae8921f3ab8361821bbaaaf]

        tdf#115005: New option to prevent adding fallback images
        
        A new option AddReplacementImages was added to prevent
        addition of fallback images that could increase the file
        size of the package in several times.
        
        Added unit test.
        
        Change-Id: I50eebba51072d3c93bfe6bed59e9f007568810c0
        Reviewed-on: https://gerrit.libreoffice.org/51939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a43481a1d8913a2c5fcb0c2e4363deaf439caff]

        loplugin:useuniqueptr in ScSortInfoArray
        
        ScSortInfo is rather small POD object, so rather than using the heap,
        and doing lots of pointer chasing, just allocate them in nice big cache-
        friendly arrays.
        
        Change-Id: Ice7b6afc73c7f6e2af51855d38184640ef440e46
        Reviewed-on: https://gerrit.libreoffice.org/51914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [e32c56855b04ef825b720b20220245365eec51fd]

        use boost::optional in sc and svgio
        
        instead of using std:unique_ptr to allocate small objects on the heap
        
        Change-Id: Ifd309a9bf331910354406b827b89a0363f3b7eda
        Reviewed-on: https://gerrit.libreoffice.org/51945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b2e8bbeafa35c15d168961de711e4970eb0985cb]

        loplugin:useuniqueptr in ScColumn
        
        Change-Id: Iff6c68a29b9e7660132cbe4e556802b0f63706f0
        Reviewed-on: https://gerrit.libreoffice.org/51904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c4170e4bcba61865425d03a1292b9aea39dc1e6d]

        Check for submodules in SRCDIR
        
        Change-Id: I4835c9aec33d611d0bdcd8150704866e76b49e9e
        Reviewed-on: https://gerrit.libreoffice.org/51957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  Stephan Bergmann  <sbergman@redhat.com>  [19d2ec6539f789dfbe38612e5e7807cac9fe0819]

        Don't pass empty option to JNI_CreateJavaVM
        
        sUserClassPath may be empty (instead of containing "-Djava.class.path=...")
        here, which older versions of Java have apparently silently ignored.  But
        Java 10 now fails with JNI_EINVAL (-6).  (Happens e.g. during
        CppunitTest_dbaccess_hsqldb_test.)
        
        Change-Id: Ifd13222f0d0ae69547bd1a9fe0fd5eae47917d0a
        Reviewed-on: https://gerrit.libreoffice.org/51949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-28  Jens Carl  <j.carl43@gmx.de>  [3fc835b79957b4ace99c1dc9526eda7549020951]

        tdf#45904 Move _XCalculatable Java test to C++
        
        Change-Id: Ib1fac049d2a135074de45c17fbaa78b0af2bec91
        Reviewed-on: https://gerrit.libreoffice.org/51929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-28  Tor Lillqvist  <tml@collabora.com>  [e32b4c8a079e4b51b1028d2467b872ff5b8cdd3a]

        Add another sample Python script, to handle named ranges in spreadsheets
        
        Change-Id: Ibe11ab2c3513a05b9aec574602b24df70270908c
        Reviewed-on: https://gerrit.libreoffice.org/51968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [5dcd9be6797d9dfe4dcd6b7a4eb026ae9f954b32]

        dbahsql: wrong variable
        
        Change-Id: Ib0027bc8a84c2cfd5622e83c420434b3bb130c7c
        Reviewed-on: https://gerrit.libreoffice.org/51974
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2018-03-27  Manfred Blume  <manfred.blume@cib.de>  [153176e342927b192907343559b48293790672a2]

        sw: add debug helper to dump topmost SwFrame
        
        Change-Id: Iad239da91a995235997c4986a755640721550abd
        Reviewed-on: https://gerrit.libreoffice.org/43925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Stephan Bergmann  <sbergman@redhat.com>  [ec18927455416e34e5d1b315a698db09fc24c9d0]

        Improve error reporting
        
        Change-Id: Ic990e00d14b083f35b44915de3b048a683f269f4
        Reviewed-on: https://gerrit.libreoffice.org/51962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-27  Caolán McNamara  <caolanm@redhat.com>  [2dcd003dcdc6f96181b1f18cf97f01cc49aba3a7]

        ditch HelpEx hack
        
        in since initial commit, no sign of it in use
        
        Change-Id: I7f4a072f5d8620c088ec4750c8dbcefc89667cf5
        Reviewed-on: https://gerrit.libreoffice.org/51958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4f1654c07ec58bc36d824e9434ab851b7900e9f]

        tdf#106667 Hang when trying to open a dialog and the whole sheet is selected
        
        regression from
        
            commit 8d54796bf152499ecbe61788be64c9035f725dfa (patch)
            enhance pass-by-ref plugin to detect large arguments
        
        which converted this peice of code into an O(n^2) loop
        
        Change-Id: I0473a084518c0d10411615e1b3901b9b90144bc9
        Reviewed-on: https://gerrit.libreoffice.org/51956
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Tor Lillqvist  <tml@collabora.com>  [1bf2ed44a18666843d6c1b4a92966fd78cda07bf]

        Handle also []any in unoAnyToPropertyTree()
        
        We add it as a subtree where each element in the sequence has as its
        name its number.
        
        Change-Id: I9422777d887d899f76ad6d259631d15c2db53f03
        Reviewed-on: https://gerrit.libreoffice.org/51967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-27  Tor Lillqvist  <tml@collabora.com>  [aa27a25d152ab70f60fedcea3bd4cd99d68103a0]

        Add another sample Python script
        
        Change-Id: I542a8b36a097d8961dc76fdcc3d25a3d7b6eb526
        Reviewed-on: https://gerrit.libreoffice.org/51966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-27  Tor Lillqvist  <tml@collabora.com>  [2147cbf6204ebca8fb5a306ad5d81215b1175ac2]

        Filter out "SynchronMode" too
        
        Change-Id: I2c5111ee34929b9740796f5e1f08b3a8a58218e4
        Reviewed-on: https://gerrit.libreoffice.org/51964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-27  Tor Lillqvist  <tml@collabora.com>  [e25b905106598578449d5b2864654d0f58c3147f]

        Bin some dead code
        
        We defined the same function member in the class PythonScriptProvider
        twice. The first one was some accidental leftover surely.
        
        Change-Id: I10eebab7084af790a9263176f01f7817fa5124ff
        Reviewed-on: https://gerrit.libreoffice.org/51965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-27  Tor Lillqvist  <tml@collabora.com>  [7e16966d517f1c25e673ddbb88e72cf418f5aeaa]

        Add a separator between two words in an exception message
        
        Change-Id: I5c2e01249058e03edfcf036036f9595b87f0a070
        Reviewed-on: https://gerrit.libreoffice.org/51963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [af69f27e812a0e86d256e36154ecef9aaf43a32a]

        sw HTML paste: add debug env var to capture outgoing content
        
        Similar to existing SW_DEBUG_RTF_PASTE_TO.
        
        Change-Id: I5d6fe72929ab6ddd3e6e175ed344781fc4e3cb31
        Reviewed-on: https://gerrit.libreoffice.org/51961
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Caolán McNamara  <caolanm@redhat.com>  [f98040a273b14e8e3f4b7206d4e6c8b93dde262f]

        another stab at the ofx infinite rtf loop
        
        Change-Id: I2dcc186fd7118a85e2059d061fc4cac555c96ee8
        Reviewed-on: https://gerrit.libreoffice.org/51944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-27  himajin100000  <himajin100000@gmail.com>  [8100a41597637165f364849e6964fdcf8906e5b7]

        tdf#116470:Apply BOLD to CJK/CTL pivot table style
        
        by changing ATTR_CJK_FONT_WEIGHT and ATTR_CTL_FONT_WEIGHT
        (carelessly forgotten in Change 51511)
        
        Change-Id: Idd7fce6b20f8e1f5b8d70bdc74ba06833cd0a1d9
        Reviewed-on: https://gerrit.libreoffice.org/51727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-27  Mert Tümer  <merttumer7@gmail.com>  [fc88892e9964554d4440637e11a7325c4200fedf]

        .uno:Save callback for the Android Viewer
        
        Change-Id: Ic2e16985e52869092faa2a31a59a85cb77b8e28c
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/51506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Caolán McNamara  <caolanm@redhat.com>  [19ca4e8a5eb40f3c776a8089a4a043e7fe4a9247]

        Resolves: tdf#116540 Revert "ofz infinite loop"
        
        This reverts commit e4551b905e12aa92b7509d9b994bfae5dec3d8e0.
        
        Change-Id: I95634dd166c51586b5da47b996993a098823ca32
        Reviewed-on: https://gerrit.libreoffice.org/51941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-27  Mike Kaganski  <mike.kaganski@collabora.com>  [41282255d94bfea01c7f1f5feded9c9e2dc4b178]

        Don't destroy/recreate tooltip (Help window) needlessly
        
        Just reuse existing Help window, moving and updating it as necessary
        
        Change-Id: Ifb06c9bbc05e1b505676102ef96069cfe283e7c1
        Reviewed-on: https://gerrit.libreoffice.org/51938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-27  Mike Kaganski  <mike.kaganski@collabora.com>  [fec7dc8d4b82cc9a60d8625f313ba12d926665b5]

        tdf#93120: Avoid redraws when mouse enters tooltips (Win)
        
        Change-Id: I3870f4fad0662d9f4b027ec307370291740b1d52
        Reviewed-on: https://gerrit.libreoffice.org/51930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-27  Jim Raykowski  <raykowj@gmail.com>  [464d95eca4e2febc0268fe3833f0596bb4ced005]

        tdf#81925 Make messages show in Findbar searchlabel overflow toolbar
        
        ...and add a bit more horizontal space for messages
        
        Change-Id: I4a310d7a4a649860a36ce12b775bb6b275cd6ef5
        Reviewed-on: https://gerrit.libreoffice.org/51523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Samuel Thibault  <sthibault@hypra.fr>  [8b9075f8f4f47c469dd63c3a3bc2d55d41f5e735]

        gla11y: add support for marking false positives
        
        Change-Id: I62c24f0aa20dea1cca4ba77a71dbb247bc37a5b5
        Reviewed-on: https://gerrit.libreoffice.org/51545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Stephan Bergmann  <sbergman@redhat.com>  [045e2755163042c3c0bc83595b1c73104cb76721]

        Fix typo ("x86_64" -> "X86_64")
        
        ...introduced with 2d2294fb82bd4f0d1d805405631aeb1acbc36cbb "Add x64 Windows
        here, too".  As reported by Richard Webb at
        <https://lists.freedesktop.org/archives/libreoffice/2018-March/079870.html>
        "Re: Manifest.xml for 64bit LO".
        
        Change-Id: I1681908012e73e520bebd79b8149788358ea49a3
        Reviewed-on: https://gerrit.libreoffice.org/51946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-27  Mert Tümer  <merttumer7@gmail.com>  [174229e4797b27eb795c6f2451ab1349c2c29ad8]

        tdf#116152 fix unsupported url exception on Android Viewer
        
        Change-Id: I39233369e754919aeb0dc46856a3746f33e89e9b
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/51675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  himajin100000  <himajin100000@gmail.com>  [e97ab52a83d2440ca42c85229ef794549208cb7d]

        tdf#116438:Apps should ask if rotation should be applied
        
        For Calc,Draw,Impress. Writer already does this.
        
        Change-Id: I92512719673fb39a973b8a68378e93f30d82c327
        Reviewed-on: https://gerrit.libreoffice.org/51447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d05579c7fceb0f3ce83abe25bdfe62b26c29671]

        msfilter: extract duplicated WriteHex() from HTML/RTF filter
        
        The RtfAttributeOutput one is a superset of the HTML one, so use that.
        
        Change-Id: I3e342113a7ba26946320f43a164e457d6cbb6946
        Reviewed-on: https://gerrit.libreoffice.org/51937
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Samuel Thibault  <sthibault@hypra.fr>  [d0f1a431eab9a7a503bf6487732eeaec0e881053]

        gla11y: update heuristics but don't enable warnings yet
        
        This updates gla11y with all heuristics to detect orphan labels and widgets
        without too many false positives.
        
        This updates gbuild to tell gla11y to only emit errors about undefined
        targets and about orphan warnings for GtkScale (as was the case with
        previous versions). More errors and warnings will be enabled progressively
        later on.
        
        Change-Id: I96580eb0eb8eb327f0f54563d7976a5148e9531a
        Reviewed-on: https://gerrit.libreoffice.org/51161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8766bb000afceb4a070ef310b939f7250e5c3a8a]

        tdf#116510 Unit test for copying columns with images anchored to cells
        
        Change-Id: I194252bb07842dbc0376da5a143e93b557bcc04d
        Reviewed-on: https://gerrit.libreoffice.org/51860
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Caolán McNamara  <caolanm@redhat.com>  [edfa0562617c1330cc00923a5cf6e5916bacfed0]

        ofz#7121 NamedDBs::insert takes ownership of its argument
        
        at one point this was based on std::auto_ptr and didn't
        free its arg on failure
        
        Change-Id: I8aeed6876d80b7ebe4ebb5e2cfd12e00420bd207
        Reviewed-on: https://gerrit.libreoffice.org/51932
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [3acc5a2383f5b0458e3caf1505fe6b8ad7dc3fb0]

        tdf#69977 improve creation of large charts
        
        this patch only tweaks a few things around the edges. The bulk of the
        cost is down in the chart2 module where it creates ticks and labels.
        
        Change-Id: If73a16d2f0a7511f07eff379a9b5c1b38ef96786
        Reviewed-on: https://gerrit.libreoffice.org/51931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  László Németh  <nemeth@numbertext.org>  [c49b42fcc8687fafdbb9db41a58ff4f8208d0896]

        Updated core Project: dictionaries  c8e86617a771c53813a86d64bd3467aa75c63307
        
        Hungarian grammar checking rules v1.6.4
        
        Check reference fields with articles and affixes.
        
        Note: fields (except footnote numbers) are expanded
        again for grammar checking and expanded content has got
        an initial ZWSP character for more precise proofreading rules,
        see commit aab440c768b64b9d2ffa72223b6d843a84c2d061.
        
        Change-Id: I27b3075015335bbb72ddb5b234fd48b661ba6e80
        Reviewed-on: https://gerrit.libreoffice.org/51279
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-03-27  andreas kainz  <kainz.a@gmail.com>  [ce99799f51c6355a3805994e4d2d2e50ee0d64cd]

        Colibre icon: add polygon icons
        
        Change-Id: I4f495eaf8323ee19b30bd0df3da9060d7f4d421d
        Reviewed-on: https://gerrit.libreoffice.org/51926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [f7de9714b00dd618544cf561d5ee45354623b947]

        tdf#115786: Fix reopening undocked sidebar
        
        while trying hard to keep tdf#88241 fixed. Had to introduce yet
        another bool variable as now that previously active sidebar deck
        is remembered (= it is visible when floating window opens) it's
        impossible to tell whether sidebar was already opened or not
        
        Change-Id: If2c9edfa2f9beb400537b106d3094f256b0cc183
        Reviewed-on: https://gerrit.libreoffice.org/51866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [04630f26d06c4d3ec22b2a8b97e6a5e69cc70d5e]

        sw XHTML export: support OLE2-in-RTF objects
        
        Need to repeat what OLE1 calls the class name in the OLE1 and RTF
        wrappers, so parse our own OLE2 data during export.
        
        Change-Id: Ic14fa648d1f78c29579bd9ba49ce6f491d4541b5
        Reviewed-on: https://gerrit.libreoffice.org/51906
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c91f8e55fa9a335a4cc10f70e95e8a60a658c13b]

        loplugin:useuniqueptr in MergeDataHashMap
        
        Change-Id: I263c187bab997b6ab929ca04788214d7418cb449
        Reviewed-on: https://gerrit.libreoffice.org/51928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f87f895380833084b64145c686f0ba5993737ca]

        loplugin:useuniqueptr in ScMultipleReadHeader
        
        Change-Id: I517593a910ed5783f256722bad915be2232f290e
        Reviewed-on: https://gerrit.libreoffice.org/51913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c4d84e93901571ead79c85aa3894ef4e10bf5af]

        tdf#116410 DOCX import: restrict increased object spacing to multiple shapes
        
        This anchored object handling is just there to be bug-compatible with
        Word, it's not needed for the case when there is a single shape in the
        paragraph.
        
        Change-Id: I5e3dc4ba9a4a6f459ec6217e8974ebc2d7303bcc
        Reviewed-on: https://gerrit.libreoffice.org/51922
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [0518bb5c3a98d973c3675fdd4cb8c52a669a3507]

        desktop lok: handle NoFileSync in saveAs()
        
        Similar to TakeOwnership: detect this, remove it from FilterOptions and
        turn it into its own sequence element. Online uses this for its
        convert-to functionality.
        
        The new cost for converting a small ODT file into PDF is 84% of the
        original (when opting in for this flag).
        
        Change-Id: Id2fcf5dd8b40eed04e0bc37f33519fd7691a9e5a
        Reviewed-on: https://gerrit.libreoffice.org/51909
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [862dc17e437f0972223e18555110dc875d2ffa44]

        loplugin:expressionalwayszero improvements
        
        Change-Id: I00bdbc58d2295a0be30b47c85eae6b9abfec17b2
        Reviewed-on: https://gerrit.libreoffice.org/51868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [50af4bf5c67eaac39d02cfe20584906eec058235]

        loplugin:useuniqueptr in ScDrawLayer
        
        Change-Id: I684e391b738be23ba7769b7c5b0a354f43a9226e
        Reviewed-on: https://gerrit.libreoffice.org/51903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [26ebaae4f1e43d43646cf132379058b4b78065af]

        loplugin:useuniqueptr in ScPrintSaverTab
        
        Change-Id: I51ef59e97e9b46cf9496dbefaabcc15471e9cdae
        Reviewed-on: https://gerrit.libreoffice.org/51902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-27  Stephan Bergmann  <sbergman@redhat.com>  [449d416335802b23cf0f8f4725042f92138019cd]

        Let prefix arguments to hasPathnamePrefix end in slash
        
        ...for better precision
        
        Change-Id: I5f273b7c66ba931647805c415622b5ac767ff987

2018-03-27  Stephan Bergmann  <sbergman@redhat.com>  [cbd1f3695f319c8aa4005d19e40a07c6b4dd116e]

        Use isSamePathname instead of hasPathnamePrefix, where appropriate
        
        Change-Id: I75f32fc66877c0fb1e71be3b5e8b6d6c1b9c4d36

2018-03-27  andreas kainz  <kainz.a@gmail.com>  [add1784e13abcfee48e6087e2160a5c6db941487]

        Colibre icons: add first 32px icons
        
        Change-Id: I455a28d19a07c68f378c50cbbd8df3c566b30f80
        Reviewed-on: https://gerrit.libreoffice.org/51923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-27  Mike Kaganski  <mike.kaganski@collabora.com>  [5cca6f0e61d7ebc8d87d73f4dc0f821adcde3c64]

        Require and import Font::TTF::Font instead of use
        
        ... to avoid the dependency in non-windows builds
        
        Change-Id: I37a95cf49b01a24833bcc01166d5c2c855ce1b49
        Reviewed-on: https://gerrit.libreoffice.org/51870
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-27  Jens Carl  <j.carl43@gmx.de>  [655b9054bc265de377c3dc411e2ef40cdfd16dce]

        tdf#45904 Move _XDDELink Java test to C++
        
        Change-Id: Ic7a23088ee10f2d92d05354131e3066ec098a7b9
        Reviewed-on: https://gerrit.libreoffice.org/51850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-27  Caolán McNamara  <caolanm@redhat.com>  [0869602fdfb48ff133338915d210e2190772feef]

        forcepoint #31 check validity of another group range
        
        Change-Id: I82ff3e47a033c91581b108e1685b1ff4d5865895
        Reviewed-on: https://gerrit.libreoffice.org/51881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Stephan Bergmann  <sbergman@redhat.com>  [c3b6467aa636d9ee8ba6d55d9c9cd7f31f04f0e0]

        Fix check for "contained in PKGFORMAT"
        
        Change-Id: I419e885a928c3f59e751f4da388f91ba5ffe739f
        Reviewed-on: https://gerrit.libreoffice.org/51895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-26  Szymon Kłos  <szymon.klos@collabora.com>  [030c30b33b569a38241ac8bd03a2de1fba2313cc]

        tdf#116241 Customizing value highlighting colors
        
        Available in: Tools->Options->Application colors
        
        Change-Id: I6e4f7a0dcad9a6ee222275019596853f0cbd3ab0
        Reviewed-on: https://gerrit.libreoffice.org/51791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [f1b19fe29fd568cc8d4c531cb56dccadf2e93927]

        NB Implementation: add icons to tools tab
        
        Change-Id: I4abbd4ce131eeff63e1f04c6662dc1b46f2c70d2
        Reviewed-on: https://gerrit.libreoffice.org/51888
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Stephan Bergmann  <sbergman@redhat.com>  [35c177ba8164c4fc886ecbc80cab9c534e18ea85]

        Fix quoting
        
        Change-Id: Ieb820193f1d99bd977959633b5df09b19b01f56c
        Reviewed-on: https://gerrit.libreoffice.org/51907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-26  Stephan Bergmann  <sbergman@redhat.com>  [14b2c7ba73353078b160a26caa03c7f6e4ad019a]

        Fix checks
        
        ...introduced in that odd broken form with
        62737271511d3a3e57acc3087055a2155b934aae "INTEGRATION: CWS cfgcws01: 2004/09/28
        09:11:31 mmeeks 1.69.4.1: Issue number: 34707", for no apparent reason.
        
        Change-Id: I8a8aacdb77269b06cdcab369388d7ab82e3d45db
        Reviewed-on: https://gerrit.libreoffice.org/51893
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [c2a4061e3e3b45679a03ef3295f9f824cb430d40]

        forcepoint #34 survive missing autostyles
        
        Change-Id: I742816297659d614e836a8d5e8965b1c55154719
        Reviewed-on: https://gerrit.libreoffice.org/51890
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [a1ebbd564411d45b51c02853319e3f85f49211bb]

        Colibre icon: update cube icon
        
        Change-Id: Ib6edd0ea3d746af1c947873f186538ddefa152e5
        Reviewed-on: https://gerrit.libreoffice.org/51920
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [8ce700ebd84b8ccd5db461729a1c0fac8ad19baf]

        forcepoint #33 ensure payload is a EMFPPath
        
        Change-Id: I0a9f332cc66e43caa4e1611006fa765cad063539
        Reviewed-on: https://gerrit.libreoffice.org/51889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [78a43ceeca45f42d674bbf8b5c95a108ebc6590c]

        ofz#7146 Infinite recurse
        
        Change-Id: I0afc3a73933e3370c5b1aeca1beabec94c56a6e6
        Reviewed-on: https://gerrit.libreoffice.org/51911
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [4869f83cc0f66455fb6774465f9afbd4d8792804]

        NB Implementation: add icon to page layout action tab
        
        Change-Id: I196280447b08f6da9608a9dbd15adb079df368f8
        Reviewed-on: https://gerrit.libreoffice.org/51875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [9c68a1d13f655cc9131ed29c113da58dfdb72ff0]

        NB tabbed compact: add space between font name and font size
        
        Change-Id: I6b071ab6c3992083af832e6c34bc599ddbdb4415
        Reviewed-on: https://gerrit.libreoffice.org/51897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [424f54c3cc2d6e24b9c0a8f769da8a2a11aece64]

        forcepoint #32 survive missing value range
        
        Change-Id: I90315f0481bf73c4d9071959bf5408f4a2690257
        Reviewed-on: https://gerrit.libreoffice.org/51884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [b3083b865005826bb8af482a7deb3c07618d4b40]

        forcepoint #35 handle odd number of dimension fragments
        
        Change-Id: I97e4e1b38d80276077b3427c90ae33023afb5e59
        Reviewed-on: https://gerrit.libreoffice.org/51899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [73f0881eb0e5bbae4d30cf86bdd2a78961ece8b8]

        NB Implementation: add icons for image tab
        
        Change-Id: Ie5c0bca52a85b3addd86090d3fa4293ef1faff93
        Reviewed-on: https://gerrit.libreoffice.org/51894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [af3d9e247b47c428324565bb985aeb863da53012]

        NB Implementation: add icons to view tab
        
        Change-Id: Iff3cd093a98bdba692d5233b4a3c30b8bf672c07
        Reviewed-on: https://gerrit.libreoffice.org/51887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [dc51d730ace88fba9b9fd14d02a5863de62b8c34]

        NB Implementation: add icons for review tab
        
        Change-Id: I7071d17c4b29f805b768803fa71dd0ea3a1ac84f
        Reviewed-on: https://gerrit.libreoffice.org/51880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [c309c4be07a6e9fe9382127329888ae36c353f08]

        NB Implementation: add icons to references tab
        
        Change-Id: If4f4792192871fb1fda6b7ab3cbf2907dffc38fb
        Reviewed-on: https://gerrit.libreoffice.org/51879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Tor Lillqvist  <tml@collabora.com>  [ea23987d9a1033f4fd4b0d33bc7c7bedea60a91e]

        Mask away the extra bits from vt before switching
        
        Change-Id: Ie05fd6c9e6b47c4aae9410833aae9bd5ba23ff40

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [2634200a15c42e45edcaaaeac81243c67ded3ad1]

        forcepoint #32 survive missing emf paths
        
        Change-Id: Ic27c3bbac12f66b30ff2f30f558180127cc73a51
        Reviewed-on: https://gerrit.libreoffice.org/51873
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [ef4e7c2eb5b63abc30221e75d9b9c4437aa8e00b]

        gtk3: improve cancel, no, yes order
        
        keep order "discard, cancel, save" but don't end up with "no, cancel, "yes",
        instead have "cancel", "no", yes"
        
        Change-Id: I7c3681b28a462e65942f5174ef386ecc2e6ee903
        Reviewed-on: https://gerrit.libreoffice.org/51871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [a5263a60a138c24487cedaff5972835320683dc4]

        NB Implementation: add TitlePageDialog icon the action
        
        Change-Id: Ic3d932617a8ed7f2d929772d8c99d5c2da0ccb38
        Reviewed-on: https://gerrit.libreoffice.org/51869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [546ed01e62c9a36a675c7390371aaec7f1647a33]

        sfx2 store: avoid rename() for files with >1 hard link count
        
        Rename would break the hard link; in practice e.g. Online's 'make run'
        debug feature depends on not breaking hardlinks.
        
        Change-Id: Id3ac19493b6b473274b7ed53a4ca06fc34bc1668
        Reviewed-on: https://gerrit.libreoffice.org/51858
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-26  Michael Stahl  <mstahl@redhat.com>  [5e18136a01208f5df7c5f554bbcdab2ef661e136]

        forcepoint #3: sw: don't do section-in-table splits when this is table
        
        The problem with the bugdoc is that SwFrame::GetNextSctLeaf() creates a
        follow frame for a section in a table, and puts it outside the table,
        below the page's body frame, while moving text frames that have the
        mbInfTab flag set into the follow frame.
        
        The situation is different from forcepoint #18 though: the frame "this"
        is a SwTabFrame here, and GetNextCellLeaf() *does* return a plausible
        looking follow cell frame, however it's ignored later because
        CanContainSplitSection(this) is false since it's a SwTabFrame.
        
        IIRC table-in-section-in-table should not be split anyway, so
        just add a check here and return early.
        
        (regression f8a76d218305a56d15b82b9dac4fafa558872780)
        
        Revert "forcepoint #3"
        This reverts commit 34627ad7d03f93b89689b2e48a3985574d10f965
        because it was just a work-around not to crash with the invalid table
        frames.
        
        Change-Id: I54692a67edade23c6b8e0a9be806728b0012a3fd
        Reviewed-on: https://gerrit.libreoffice.org/51751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [c99d3a3ff5ed860d50541ca8962b03ae4b665c50]

        use boost::optional in sw
        
        instead of std::unique_ptr, where we end up needlessly putting small
        objects separately on the heap
        
        Change-Id: I107421e7530c9580869b7a0f088ea7b0514bcf36
        Reviewed-on: https://gerrit.libreoffice.org/51863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Aron Budea  <aron.budea@collabora.com>  [7b1d50e97eaa00855152e74f42b789fc643e0bac]

        tdf#106746: pDelPam is a bit special
        
        Regression from db17d3c17c40d6b0e92392cf3c6e343d1d17b771
        
        Change-Id: I17e2fef2eb16a900cc487b75c3b9dbba2764ac71
        Reviewed-on: https://gerrit.libreoffice.org/51814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f268695787ff6c7052269058f7ae6de34abfd5d]

        loplugin:useuniqueptr in ScDPSource
        
        Change-Id: Iea0795b0c48ec8ad50af15beb0d27cc335b15660
        Reviewed-on: https://gerrit.libreoffice.org/51846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  heiko tietze  <tietze.heiko@gmail.com>  [ed9793e466faa3952c312d76e66e38f87e3c9052]

        tdf#62182 - print/web layout are toggles instead of set commands
        
        Reverted the menu entries to radio buttons
        
        Change-Id: I8cf70c1f30c19a446a1d9502a9e1191a94ffa00a
        Reviewed-on: https://gerrit.libreoffice.org/51823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-26  heiko tietze  <tietze.heiko@gmail.com>  [447bb9aca601a5497f9e5632f654ae9e0a580e47]

        tdf#39312 Reorder buttons in “Paragraph Style” dialog
        
        New sequence: Help <-> Reset, Standard, , Ok, Apply, Cancel
        
        Change-Id: I4f539f68952850b5714d2b058099e4feccc9f4c2
        Reviewed-on: https://gerrit.libreoffice.org/51698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-26  heiko tietze  <tietze.heiko@gmail.com>  [84f8e28d092676aad830a9fbae8145a57c6301bc]

        tdf#116315 - Cycle Case including Sentence case
        
        Sentence case added at position #2 in the sequence
        
        Change-Id: I99b5afb44260b1a40c7ceb906f729e339aaefd13
        Reviewed-on: https://gerrit.libreoffice.org/51696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [01582612fe1283025685b09d23aba27435696c92]

        forcepoint #29 detect illegal self series add
        
        Change-Id: I3bba0f942780c54951a3a810c05cc3b56ca18a5e
        Reviewed-on: https://gerrit.libreoffice.org/51854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [ef59333842a4833c4bcebe33f49e96f11f15275c]

        forcepoint #31 survive missing control model
        
        Change-Id: I37e4af560b46b4f6d9e0b87fe58493818f366d3c
        Reviewed-on: https://gerrit.libreoffice.org/51857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c58b9298aa6e14891dd578bbde3e3e351d8f00f1]

        sw: prefix members of SwReadOnlyPopup
        
        Change-Id: I812730498695c6349bcd5e8256f3d1efddb12188
        Reviewed-on: https://gerrit.libreoffice.org/51849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [6215deb5d2845e339e82108179d5a5ab91915ffd]

        forcepoint #30 check validity of group range
        
        Change-Id: Ie0611f36809b051ce46030e44c137b4e1f8d2fe0
        Reviewed-on: https://gerrit.libreoffice.org/51856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Mike Kaganski  <mike.kaganski@collabora.com>  [c91f70f9b0129685737260c04a2e347726f1dedf]

        Related: tdf#116581 Use Font:TTF::Font to get font versions
        
        This allows to correctly get font (including OTF) versions, instead of
        matching strings in binary files.
        
        Fonts affected:
        ====
        Alef_Bold.ttf                        1.0.0.0 → 1.1.0.0
        Alef_Regular.ttf                     1.0.0.0 → 1.1.0.0
        amiri_bold.ttf                       1.0.0.0 → 0.109.0.0
        amiri_boldslanted.ttf                1.0.0.0 → 0.109.0.0
        amiri_quran.ttf                      1.0.0.0 → 0.109.0.0
        amiri_regular.ttf                    1.0.0.0 → 0.109.0.0
        amiri_slanted.ttf                    1.0.0.0 → 0.109.0.0
        Carlito_Bold.ttf                     1.1.0.0 → 1.103.0.0
        Carlito_BoldItalic.ttf               1.1.0.0 → 1.103.0.0
        Carlito_Italic.ttf                   1.1.0.0 → 1.103.0.0
        Carlito_Regular.ttf                  1.1.0.0 → 1.103.0.0
        NachlieliCLM_Bold.otf                        → 0.131.0.0
        NachlieliCLM_BoldOblique.otf                 → 0.131.0.0
        NachlieliCLM_Light.otf                       → 0.131.0.0
        NachlieliCLM_LightOblique.otf                → 0.131.0.0
        LiberationMono_Bold.ttf              2.0.0.0 → 2.0.1.0
        LiberationMono_BoldItalic.ttf        2.0.0.0 → 2.0.1.0
        LiberationMono_Italic.ttf            2.0.0.0 → 2.0.1.0
        LiberationMono_Regular.ttf           2.0.0.0 → 2.0.1.0
        LiberationSans_Bold.ttf              2.0.0.0 → 2.0.1.0
        LiberationSans_BoldItalic.ttf        2.0.0.0 → 2.0.1.0
        LiberationSans_Italic.ttf            2.0.0.0 → 2.0.1.0
        LiberationSans_Regular.ttf           2.0.0.0 → 2.0.1.0
        LiberationSerif_Bold.ttf             2.0.0.0 → 2.0.1.0
        LiberationSerif_BoldItalic.ttf       2.0.0.0 → 2.0.1.0
        LiberationSerif_Italic.ttf           2.0.0.0 → 2.0.1.0
        LiberationSerif_Regular.ttf          2.0.0.0 → 2.0.1.0
        LiberationSansNarrow_Bold.ttf        1.7.0.0 → 1.7.4.0
        LiberationSansNarrow_BoldItalic.ttf  1.7.0.0 → 1.7.4.0
        LiberationSansNarrow_Italic.ttf      1.7.0.0 → 1.7.4.0
        LiberationSansNarrow_Regular.ttf     1.7.0.0 → 1.7.4.0
        FrankRuhlHofshi_Bold.otf                     → 5.1.0.0
        FrankRuhlHofshi_Regular.otf                  → 5.1.0.0
        MiriamLibre_Bold.otf                         → 1.0.0.0
        MiriamLibre_Regular.otf                      → 1.0.0.0
        NotoKufiArabic_Bold.ttf              1.0.0.0 → 1.4.0.0
        NotoKufiArabic_Regular.ttf           1.0.0.0 → 1.4.0.0
        NotoNaskhArabicUI_Bold.ttf           1.0.0.0 → 1.7.0.0
        NotoNaskhArabicUI_Regular.ttf        1.0.0.0 → 1.7.0.0
        NotoNaskhArabic_Bold.ttf             1.0.0.0 → 1.6.0.0
        NotoNaskhArabic_Regular.ttf          1.0.0.0 → 1.7.0.0
        NotoSansArabicUI_Bold.ttf            1.0.0.0 → 2.0.0.0
        NotoSansArabicUI_Regular.ttf         1.0.0.0 → 2.0.0.0
        NotoSansArabic_Bold.ttf              1.0.0.0 → 2.0.0.0
        NotoSansArabic_Regular.ttf           1.0.0.0 → 2.0.0.0
        NotoSansArmenian_Bold.ttf            1.0.0.0 → 2.40.0.0
        NotoSansArmenian_Regular.ttf         1.0.0.0 → 2.40.0.0
        NotoSansGeorgian_Bold.ttf            1.0.0.0 → 2.0.0.0
        NotoSansGeorgian_Regular.ttf         1.0.0.0 → 2.0.0.0
        NotoSansHebrew_Bold.ttf              1.0.0.0 → 2.0.0.0
        NotoSansHebrew_Regular.ttf           1.0.0.0 → 2.0.0.0
        NotoSansLao_Bold.ttf                 1.0.0.0 → 2.0.0.0
        NotoSansLao_Regular.ttf              1.0.0.0 → 2.0.0.0
        NotoSansLisu_Regular.ttf             1.0.0.0 → 2.0.0.0
        NotoSans_Bold.ttf                    1.0.0.0 → 2.0.0.0
        NotoSans_BoldItalic.ttf              1.0.0.0 → 2.0.0.0
        NotoSans_Condensed.ttf               1.0.0.0 → 2.0.0.0
        NotoSans_CondensedBold.ttf           1.0.0.0 → 2.0.0.0
        NotoSans_CondensedBoldItalic.ttf     1.0.0.0 → 2.0.0.0
        NotoSans_CondensedItalic.ttf         1.0.0.0 → 2.0.0.0
        NotoSans_Italic.ttf                  1.0.0.0 → 2.0.0.0
        NotoSans_Light.ttf                   1.0.0.0 → 2.0.0.0
        NotoSans_LightItalic.ttf             1.0.0.0 → 2.0.0.0
        NotoSans_Regular.ttf                 1.0.0.0 → 2.0.0.0
        NotoSerifArmenian_Bold.ttf           1.0.0.0 → 2.40.0.0
        NotoSerifArmenian_Regular.ttf        1.0.0.0 → 2.40.0.0
        NotoSerifGeorgian_Bold.ttf           1.0.0.0 → 2.0.0.0
        NotoSerifGeorgian_Regular.ttf        1.0.0.0 → 2.0.0.0
        NotoSerifHebrew_Bold.ttf             1.0.0.0 → 2.0.0.0
        NotoSerifHebrew_Regular.ttf          1.0.0.0 → 2.0.0.0
        NotoSerifLao_Bold.ttf                1.0.0.0 → 2.0.0.0
        NotoSerifLao_Regular.ttf             1.0.0.0 → 2.0.0.0
        NotoSerif_Bold.ttf                   1.0.0.0 → 2.0.0.0
        NotoSerif_BoldItalic.ttf             1.0.0.0 → 2.0.0.0
        NotoSerif_Condensed.ttf              1.0.0.0 → 2.0.0.0
        NotoSerif_CondensedBold.ttf          1.0.0.0 → 2.0.0.0
        NotoSerif_CondensedBoldItalic.ttf    1.0.0.0 → 2.0.0.0
        NotoSerif_CondensedItalic.ttf        1.0.0.0 → 2.0.0.0
        NotoSerif_Italic.ttf                 1.0.0.0 → 2.0.0.0
        NotoSerif_Light.ttf                  1.0.0.0 → 2.0.0.0
        NotoSerif_LightItalic.ttf            1.0.0.0 → 2.0.0.0
        NotoSerif_Regular.ttf                1.0.0.0 → 2.0.0.0
        ReemKufi_Regular.ttf                 1.0.0.0 → 0.6.0.0
        
        This requires Font::TTF::Font perl module to be installed.
        
        Change-Id: Ibb6c384baa2e74524845b6c5a1d4d2f26b7e530b
        Reviewed-on: https://gerrit.libreoffice.org/51793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [7e1fbb3cdbe905d0b21fd0e5738c1513af252b73]

        loplugin:useuniqueptr in ScAddInAsync
        
        Change-Id: Ic9b0964dd5c3d7188ec857fa52d20d030edacd5a
        Reviewed-on: https://gerrit.libreoffice.org/51847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Caolán McNamara  <caolanm@redhat.com>  [177944b0baae3c2663df53f91814d00587a403a7]

        forcepoint #28 missing cell on abw import
        
        Change-Id: I7633a17afab5aa2eb9e47a552bd5d92c87d383c7
        Reviewed-on: https://gerrit.libreoffice.org/51851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [939b90f12684d3c6c394b182e9c134bb9150ab24]

        loplugin:useuniqueptr in ScChartListener
        
        Change-Id: Ib178b1cbe518088af7b3120c5188dd03ae4cf6c2
        Reviewed-on: https://gerrit.libreoffice.org/51848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Arkadiy Illarionov  <qarkai@gmail.com>  [fc3e31ff8eaff7385e200f82972c4e5eb9055723]

        tdf#112343 Port ScreenSaverInhibitor to GDBus
        
        Change-Id: I4f2f15931612191cc2557bb56abc4a8f8f1342bc
        Reviewed-on: https://gerrit.libreoffice.org/51816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [7574d1865fb8512b9416bcb247fb29b8ce80fb72]

        loplugin:useuniqueptr in OutlineViewShell and ViewShell
        
        Change-Id: Ia40444b4ba3c8b02d195d979ff6d84cfe4d8b44e
        Reviewed-on: https://gerrit.libreoffice.org/51845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Justin Luth  <justin_luth@sil.org>  [add7a962bc33b3c1f2252a9920bebf324df688de]

        tdf93121 MS export: only one fake tab per footnote
        
        Every paragraph was getting the fake tab added.
        
        The fake tab is only inserted by LO in order to emulate the
        spacing between the footnote character and the
        footnote paragraph, so it is not desirable to insert it
        before additional paragraphs.
        The fake tab is also only removed once per
        footnote during the import process, so this fake tab
        was altering the document during the first round-trip.
        
        Change-Id: Ia54cea1b04c747a021032f46f22b673fe6658995
        Reviewed-on: https://gerrit.libreoffice.org/51755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-26  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [d5903802e2c40d6fccbc322c49b5f9a311551b9b]

        tdf#116467: fix for SVG files being imported as blank
        
        Any SAX-to-SAX transformation, like in this case should
        use SvXMLLegacyToFastDocHandler on the left end, as right
        end of the pipe is moved to fast Contexts.
        
        Used delegating constructor here, since m_xDocumentHandler
        is constant in SVGReader class.
        
        Change-Id: I1fc841c96aaa618f0b566fdb0301ad48fd869f1c
        Reviewed-on: https://gerrit.libreoffice.org/51815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [863ff42c1372e123018d4b22a085a08680bd3793]

        Writer tabbed notebookbar sync with tabbed compact layout
        
        Change-Id: Id8119b3d4720ab9f8d45cc7cdd87b3965a1889d5
        Reviewed-on: https://gerrit.libreoffice.org/51843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Noel Grandin  <noelgrandin@gmail.com>  [d312ff2b52c0ea2e2864518a36f6b432653c8297]

        tdf#112997 multiple animated gif only one frame
        
        Not sure what the problem is, but using a vector and just making sure
        we insert into the right spot for the sorting fixes it.
        
        Change-Id: I11c08e08a14c98ba7eb6a5d925c75bab891ecf63
        Reviewed-on: https://gerrit.libreoffice.org/51829
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Nickson Thanda  <nicksonthanda10@msn.com>  [42af2f3b2ebd6c559e92e487b9e19ab1e9cd6e33]

        tdf#113925 doubleclick in ruler opens relevant dialog
        
        Change-Id: Ic56ea52e2b2d840a5ddba7d4204caf86b96411b5
        Reviewed-on: https://gerrit.libreoffice.org/51470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-26  andreas kainz  <kainz.a@gmail.com>  [54a54d9eeed48ba30fb7b1f28121a0fa827cf16e]

        Elementary icons: update link.txt file
        
        Change-Id: I81548a464026ab4896f5ef651a8bdec7c0eec427
        Reviewed-on: https://gerrit.libreoffice.org/51842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [38e7aef0fad58dcf2d59a7c219b7858d6c4cd771]

        use boost::optional in OutDevState
        
        Change-Id: I83fb85fcba6cd2a5dc4f99fdfd3238d72afb7bc2
        Reviewed-on: https://gerrit.libreoffice.org/51770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [bea081b5099786e5fcadddd72c247b9a9488286a]

        replace SalColor with Color
        
        Change-Id: I615640a378a61cf6e44e84a647ce06bdd8a52807
        Reviewed-on: https://gerrit.libreoffice.org/51239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [a488c7ad2763b944713997911c1ddb0315d8c93f]

        fix typo in dialog about rotation to standard orientation
        
        Change-Id: Ia587c7fb41ed17e0c46845ca1823049ed6dfd67c

2018-03-25  andreas kainz  <kainz.a@gmail.com>  [eb077fc700242f405e87d90c4762f9b6cfd33784]

        Colibre icons: update links.txt file
        
        Change-Id: If3f9760e07318812d1a13dfd35f7832c4b6ed004
        Reviewed-on: https://gerrit.libreoffice.org/51822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-25  andreas kainz  <kainz.a@gmail.com>  [f6335b1bddb2ab95ce14535f64d30d8e7bac1611]

        Breeze icons: update links.txt file
        
        Change-Id: Iee4196e88b3d34dfa86b42cee895a4451edd4a4d
        Reviewed-on: https://gerrit.libreoffice.org/51821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-25  Caolán McNamara  <caolanm@redhat.com>  [1a600d6ed6578feda6e66d1e4f4f784818c308a6]

        tdf#116544 crash on unhandled IllegalArgument exception
        
        Change-Id: I290ba6097d6d91bf4677e7e92c896bd6359cbc49
        Reviewed-on: https://gerrit.libreoffice.org/51833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [84f7b97e4e5e7183fdd98dd2c618a2a25b1cdaed]

        clang-tidy modernize-use-equals-default in XPolygon
        
        Change-Id: I82a4a56bf02c6ff2495bd7a6058640d77e8c0b73
        Reviewed-on: https://gerrit.libreoffice.org/51832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-25  Caolán McNamara  <caolanm@redhat.com>  [975884fbbc3f80a634258ee562037688a42027a9]

        ofz#7110 ensure join is called on std::exceptions as well as uno::Exception
        
        Change-Id: I1d17301e4d7f951b7176d5a91c0dca0ef051b2a2
        Reviewed-on: https://gerrit.libreoffice.org/51830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-25  Jens Carl  <j.carl43@gmx.de>  [6189c211d52975442be4a23662af501dbb2582e2]

        Correct class name of ScAutoFormatObj
        
        Change-Id: I0abb4590126b7c7a7d855ec57f340ea0157c56d5
        Reviewed-on: https://gerrit.libreoffice.org/51813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-25  Caolán McNamara  <caolanm@redhat.com>  [54c2637c1c9b526ffd9423e2d8e431474b535276]

        provide a route to weld accessibility
        
        Change-Id: I92e88a4356cb8e4bd958fd86d33c52f5be82be54
        Reviewed-on: https://gerrit.libreoffice.org/51787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-25  Caolán McNamara  <caolanm@redhat.com>  [4df294a2eae0098f61b4b70ec17dde569fbfc2a0]

        ofz#7109 infinite regress
        
        Change-Id: Iac0bd81c9b0e3ac6b005bb0065895ca1b4ca4233
        Reviewed-on: https://gerrit.libreoffice.org/51826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-25  Julien Nabet  <serval2412@yahoo.fr>  [f365b17bf170c8ed1baae299a2d719774fcc4305]

        Use for-range loops in some modules
        
        jvmaccess, jvmfwk, l10ntools, libreofficekit and linguistic
        
        Change-Id: I9d290d1098b25ccb3aee19d2df18c18f4aa65105
        Reviewed-on: https://gerrit.libreoffice.org/51495
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-25  Arnaud Versini  <arnaud.versini@gmail.com>  [dd5df4ccb33048fa5fa8f85b2e6e69a6a225be57]

        accessibility: simplify OCommonAccessibleText
        
        Change-Id: Ied5520179d15f0a854c16b14f5a5e6b84cef1300
        Reviewed-on: https://gerrit.libreoffice.org/51514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2018-03-25  Noel Grandin  <noelgrandin@gmail.com>  [db22599c8c5a4a8b553194c05fff65bd6d71ab40]

        tdf#116509 OpenGL: Slideshows with Transitions crashing Impress
        
        regression from
            commit  e5012e53b919ae4921d6d35660bde323a6f28417
            use scanline when reading pixel data
        
        Change-Id: I1980a1acfedadbea706b93aed7452790e03257f2
        Reviewed-on: https://gerrit.libreoffice.org/51803
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-25  Tor Lillqvist  <tml@collabora.com>  [9c7f19a6a38eb6796df6216ff3f014db30dd635a]

        Fix copy-paste error
        
        Change-Id: I01b20482aefadb1a755cc1d2f5705b2f7f7cf739

2018-03-25  Mike Kaganski  <mike.kaganski@collabora.com>  [08953137a4cba86e033d9c102ac679277cbc2f27]

        Remove useless check
        
        Change-Id: I9cfb8e7865e31b5c69e0b4b99426e96c7444224f
        Reviewed-on: https://gerrit.libreoffice.org/51820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-25  Mark Hung  <marklh9@gmail.com>  [1401f5fbc8427178371b2d6add11510e06e6414f]

        xmloff: export ruby-position in a more compatible way.
        
        Export both style:ruby-position and loext:ruby-position.
        The later one only allows "above" and "below", obeying
        ODF standard while the former one allows "inter-character",
        which is added lately. Also use ODFVER_012_EXT_COMPAT
        so that loext:ruby-position isn't exported only in
        extended mode.
        
        Change-Id: I7b9208f289f8253a835b2f7751549206361274e0
        Reviewed-on: https://gerrit.libreoffice.org/51007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-03-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1fbe46cf08f525e78016feef83f4c38b79b337ba]

        Updated core Project: help  a86659f64cb346127159064202d9b6d3513ffe3e
        
        tdf#97622 Update help text to match new behavior
        
        Change-Id: I973ef76893f353317d8412fd3c26599b9fdaf9cf
        

2018-03-24  Khaled Hosny  <khaledhosny@eglug.org>  [7024f73e088b741a3024f6934d04620d7ed73de4]

        tdf#97622: Apply Asian spacing only to Asian text
        
        The option “Apply spacing between Asian, Latin and complex text” (which
        is on by default) should only apply the extra spacing if one side of the
        text is Asian since that is the requirement of CJK typography, but
        Writer seems to apply it to any script change (e.g. between CTL and
        Western).
        
        This matches the behaviour in edit engine wich was changed back in 2002
        in commit e314e1b8aa3f1d98f2b33ce3f546d07eafa0f799.
        
        Change-Id: Ia9f7167251bce7166c4087b347788a7b89e8b347
        Reviewed-on: https://gerrit.libreoffice.org/51208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-03-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4e2e1d04d8f9a38d76c259bb21fbf53b1088b813]

        Fix typos
        
        Change-Id: I6c515e716b232fecfe1750b806f0a5624f648de5

2018-03-24  Caolán McNamara  <caolanm@redhat.com>  [a541c989f07fd7cf908915a9f005d32aca6cd953]

        hook up focus events
        
        Change-Id: I9f5835e86550bd3d728936e5525262697e01e5fc
        Reviewed-on: https://gerrit.libreoffice.org/51786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-24  dennisroczek  <dennisroczek@libreoffice.org>  [fe1c13d4ba288e45acdba5bc01b0ef81da08f125]

        remove notice about cite.php
        
        The extension Cite is distributed with MediaWiki 1.21 (released May 2013) and is integrated in core since MediaWiki 1.25. No need to keep that notice any longer.
        
        Change-Id: I8a91fbb45bc6f410b551c206177d63c584349c37
        Reviewed-on: https://gerrit.libreoffice.org/51795
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-03-24  Stephan Bergmann  <sbergman@redhat.com>  [9906c6d2a55b6f8a27903f0ef08aa8949d7a71c2]

        rhbz#1559633: Treat EPERM same as EACCES when opening files
        
        For example, Linux open(2) with O_RDWR fails with EPERM if the file is flagged
        as FS_IMMUTABLE_FL.  (And there is an #ifdef IOS "Horrible hack" block in
        openFilePath in sal/osl/unx/file.cxx that is apparently a workaround for a
        similar scenario where open returns EPERM instead of EACCES on iOS, and which
        can probably be removed again after this commit.)
        
        Change-Id: I00cbd28d4b83b223920776998e9245b6261bb748
        Reviewed-on: https://gerrit.libreoffice.org/51788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-24  Mike Kaganski  <mike.kaganski@collabora.com>  [7422687028d33a9a4029aeb9265bc59578f5aef9]

        file.pm : quick build fix
        
        Regression from commit 2367557493c216be5b5e8156ba6493d440a10b0f
        
        Change-Id: If2d11856db8f7f341a8f3c2b3a73f7afdff6a621
        Reviewed-on: https://gerrit.libreoffice.org/51792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [23f439df05188785f7701763b3c24d8dff3df415]

        ...in which case .. path segments need to be resolved in SearchPath, too
        
        ...for cases like
        
        > In file included from vcl/source/outdev/hatch.cxx:32:
        > vcl/source/outdev/../gdi/pdfwriter_impl.hxx:47:10: error: replace "..." include form with <...> for inclusion of a source file not next to the current source file, or a header, vcl/source/outdev/../gdi/pdffontcache.hxx [loplugin:includeform]
        > #include "pdffontcache.hxx"
        >          ^~~~~~~~~~~~~~~~~~
        
        Change-Id: Ib486e0cf16a157b90f838536a15c40c2a34ef72b

2018-03-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [53b6a6a1daa6df370f36b3c8d651cd2bd0f50b8e]

        Updated core Project: help  4740109668b5d2bbf67caef82fb38364abbc38bb
        
        Helponline: Prettify donation prompt
        
        Change-Id: Iedf3d560c2a8d1feabadcf3ce1be40f1b5e01989
        

2018-03-23  Szymon Kłos  <szymon.klos@collabora.com>  [154496aefe67b81f80d7c08d12bfb145eddb93ac]

        Revert "tdf#116241 Customizing value highlighting colors"
        
        This reverts commit fb29b8262488d045a926504725669a362bacb5bb.
        
        Change-Id: I338af7c108bb6386193550ef0603b406c4f7bd99
        Reaseon: I will move this to more suitable place "application colors" and extend with protected cell backround.
        Reviewed-on: https://gerrit.libreoffice.org/51789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [524cf62841783b88fe2fd5d68c0c151232880269]

        Fix typo
        
        Change-Id: I278098108a8120b1b7a8115d8e5abc6d1ea57321
        Reviewed-on: https://gerrit.libreoffice.org/51784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-03-23  Mike Kaganski  <mike.kaganski@collabora.com>  [2367557493c216be5b5e8156ba6493d440a10b0f]

        tdf#116581: also read UTF16-encoded version string from TTF
        
        Change-Id: I47d8a755450b085be39346615f06cee4f920859f
        Reviewed-on: https://gerrit.libreoffice.org/51781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [8789f4f65b1a9df55862557ae65d9267fcd8a986]

        Check isOkToRemoveArithmeticCast in loplugin:redundantfcast too
        
        ...to avoid warnings like
        
        > C:/lo64/core/svx/source/table/accessiblecell.cxx(400,12):  error: redundant functional cast from 'long' to 'sal_Int32' (aka 'long') [loplugin:redundantfcast]
        >     return sal_Int32(0x0ffffffL);
        >            ^~~~~~~~~~~~~~~~~~~~~
        
        with clang-cl
        
        Change-Id: I4a48a9f10ad75f76a3c6ab6152ab279df9a3fbcc
        Reviewed-on: https://gerrit.libreoffice.org/51780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [679a3b9314d56cad05b5ff2a2c2fa3d320f719bb]

        msfilter: extract copy&pasted RTF code from sw and writerfilter
        
        Both the hexdump and the OLE1 reader can be shared.
        
        Change-Id: I97d72a8deeb9c79fc8e8c4a73c613213badfa744
        Reviewed-on: https://gerrit.libreoffice.org/51783
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [1ed1753be26325edf3660c9b9cbd76dc0e9d36ce]

        Handle .. path segments in loplugin:includeform again
        
        ...after 119d8137695e38c16e9fad9f3ce8a774f58e4b9a "Revert 'Allow compiler
        plugins for online'", to fix cases like
        
        > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_cairo.cxx:20:
        > vcl/unx/gtk3_kde5/../gtk3/cairo_gtk3_cairo.cxx:12:10: error: replace "..." include form with <...> for inclusion of a source file not next to the current source file, or a header, vcl/unx/gtk3/cairo_gtk3_cairo.hxx [loplugin:includeform]
        > #include "cairo_gtk3_cairo.hxx"
        >          ^~~~~~~~~~~~~~~~~~~~~~
        
        Change-Id: I12b3049862825f10834333b154c9343a3e3bec6d

2018-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [781c1181718c295e0f7c0c2169d0f6d539f685df]

        sw XHTML import: support OLE2-in-RTF objects
        
        If you like layering things on top of each other, then this commit
        message is for you. So it's possible to have a PPTX file in the
        following wrappers:
        
        - wrap PPTX in a binary OLE2 container
        - wrap that in an OLE1 container
        - wrap that in an RTF fragment
        - wrap that in an XHTML fragment (in a ReqIF file)
        
        Turns out that only the RTF and OLE1 unwrapping was missing, the rest
        worked already, so implement the missing piece in a new SwReqIfReader
        namespace.
        
        Finally extend OleEmbeddedObject to be able to read its native data
        stream when the object is opened, reading it from the storage would
        fail, as the object already opened the storage stream.
        
        Change-Id: I2934c9fb7474e981ff6bb2f7eb253a3a86cfd98b
        Reviewed-on: https://gerrit.libreoffice.org/51772
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-23  Caolán McNamara  <caolanm@redhat.com>  [1b1cfe4837ee7776317f63bb92edcee2d1903b9c]

        a11y crash with no chars selected in character map
        
        type gibberish in character map search box, click character map widget,
        crash
        
        Change-Id: Ifa3e4bce2d7e0b84cf3c5033eb819c73076daabe
        Reviewed-on: https://gerrit.libreoffice.org/51773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-23  Pranav Kant  <pranavk@collabora.co.uk>  [ed4df95f28d4081c8d244dc013fda53cee5f91b7]

        lok: don't post events on disposed window
        
        Change-Id: I7721380b1bb6e9ec21338a72523326d0cae6729e
        Reviewed-on: https://gerrit.libreoffice.org/51777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4c08ecf514c14ab339347639987d0db845b879d]

        xmlsecurity: remove no longer needed Windows XP workaround
        
        Change-Id: Id3f024fefc0b2bd6f837ecfdd907f0d107600910
        Reviewed-on: https://gerrit.libreoffice.org/51759
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-23  Eike Rathke  <erack@redhat.com>  [c53235ba9aab844c4b16ecf7a28429e256bace6d]

        Enable binary search for numeric values again
        
        ... as used in LOOKUP and VLOOKUP.
        
        This was disabled as a fallout from
        
            commit bad266fa06294f1dacec11ec02dfc6ae4ec8cdc4
            CommitDate: Mon Feb 22 21:30:28 2016 +0100
        
                ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196
        
        that changed the !bRegExp condition (which includes numeric) to
        bLiteral (which covers only text string) searches.
        
        Change-Id: I265286ffe75bc7cd9e660ab82b0e647d82865eb9

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [604df2f608c03a59be65822d27babf0b00714bd6]

        [API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControl
        
        There is exactly one implementation of css.frame.FrameControl (which demands a
        property named "ComponentUrl" not "ComponentURL"), and exactly one place where
        that property is used.  So switch those two places to use the spelling of the
        property name as documented in the UNOIDL service.  (Even though that can be
        considered an incompatible change, in the unlikely case that 3rd party code
        expects to be able to access the given implementation's property with the mis-
        spelled name.)
        
        Change-Id: I4fa3f21851b61079c09deea1a24aac22bc96f36f
        Reviewed-on: https://gerrit.libreoffice.org/51766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [119d8137695e38c16e9fad9f3ce8a774f58e4b9a]

        Revert "Allow compiler plugins for online"
        
        This reverts commit b39e627be45f847554f11fdac040b6f4da4054ba.  The assumed (see
        comment at <https://gerrit.libreoffice.org/#/c/46769/4/compilerplugins/clang/
        plugin.cxx@633>) performance bottleneck of isSamePathname -> getAbsolutePath
        does show up in Flamegraph inspections of LO builds.  But changing (non-member
        function) isSamePathname to only call getAbsolutePath if (PluginHandlder member
        function) isLOOLMode is true would need some code reorg, and Online development
        doesn't seem to make too much actual use of the plugin, so conclusion on IRC was
        to revert.
        
        Change-Id: I0f04fdcc87087dac516630ed5e48361f5ea332ca
        Reviewed-on: https://gerrit.libreoffice.org/51774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [aea9d9b054a59ccb53b7160daba808de9db7d814]

        use boost::optional in vcl
        
        instead of allocating small objects on the heap via std::unique_ptr
        
        Change-Id: Iba1d9ad90dc5a31908027336f85046a9de6f5bc4
        Reviewed-on: https://gerrit.libreoffice.org/51769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Caolán McNamara  <caolanm@redhat.com>  [144bc302b8e610422f0bdbfceb1726822454dfbc]

        add set editable support
        
        Change-Id: I4ec9d3de426f760c38600d4960e2d37a3be8a9bb
        Reviewed-on: https://gerrit.libreoffice.org/51768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-23  Caolán McNamara  <caolanm@redhat.com>  [8d4164997f4e9bf8a808d9e64fbf77248b704620]

        inherit from Control for focus support
        
        Change-Id: Idbcdaa97c2ff5f9d8f20270b09753693b03a67a6
        Reviewed-on: https://gerrit.libreoffice.org/51767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b1119ed70bae01a862067c43722c55e7c39667f6]

        loplugin:useuniqueptr in SwCursor
        
        storing a struct with two integer values in it, in a linked list, just
        seems inefficient
        
        Change-Id: I2913aa867cc978271d7778f06546d47fa6c57973
        Reviewed-on: https://gerrit.libreoffice.org/51761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [400a70303aae6e98d2d5b1d1eb484149a70f9121]

        loplugin:useuniqueptr in PPTWriter
        
        Change-Id: I5c099e97d51808d2dcaf6d1385d1e3cab2e2ddf2
        Reviewed-on: https://gerrit.libreoffice.org/51762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4a839932a6247e8ddd9b16ae597a705ad71fb43]

        loplugin:useuniqueptr in PPTExStyleSheet
        
        Change-Id: Ib830a1be4f840c06ebda9830351d82ad31706be1
        Reviewed-on: https://gerrit.libreoffice.org/51738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [deb2151d7392b8bbeb0f0287c17a3eb4f8eb42df]

        Typo: ImplGetSelectEntryPos -> ImplGetSelectedEntryPos
        
        Change-Id: I19233d37b2d72bef73659ddbb6d116d2632145c1
        Reviewed-on: https://gerrit.libreoffice.org/51748
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-23  Stephan Bergmann  <sbergman@redhat.com>  [198b1ed5866303a32aae7cbc8249cd122b57be1c]

        blacklist should have been static
        
        Change-Id: I2f9172ba9d9724b39ce00f0e5a24a5d4032789a9
        Reviewed-on: https://gerrit.libreoffice.org/51765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [0bbfb4733289782e042a76e3c87c8df6c1819c05]

        loplugin:useuniqueptr in PluginSlideChange
        
        Change-Id: I60474c40012c2afa2573bc5ba5013e46551d1309
        Reviewed-on: https://gerrit.libreoffice.org/51760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Caolán McNamara  <caolanm@redhat.com>  [3c8a6b0a183e5fa78024b5e0bb83584269068c3e]

        ofz#7065 Integer-overflow
        
        Change-Id: Ic8837d21d64dc6fd3623ab5d32bc902e6c34dd21
        Reviewed-on: https://gerrit.libreoffice.org/51746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-23  Justin Luth  <justin_luth@sil.org>  [d47c84a5fd38c1aa28fe6e3144b4efd0226f8f97]

        comment: Word does not use tabs in footnote implementation
        
        Tabs are inserted when LO exports to MS formats in an attempt to
        emulate its "magical" spacing which uses the paragraph margin.
        
        By default, the Footnote paragraph style has a paragraph margin of
        0.60cm. A hanging indent places the footnote character before the
        margin, and thus a tab advances to the margin. So the emulation
        works well.
        
        The previous comment was misleading because it suggests that this
        was a Microsoft convention, but actually this is an OOo innovation.
        
        Change-Id: Ie8708998457bcb3363bbc760086cf2b41d3eb104
        Reviewed-on: https://gerrit.libreoffice.org/51753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [327fd7ea7209c9131ac86757fa8d5ca925eeccb5]

        tdf#116525 writer, no shadow around box
        
        regression from
        
            commit 2ccde70d60d3a5074faf49260e8fe0ccdb91ff26
            teach redundantcast plugin about functional casts
        
        because we are now passing the same variable as a both an in-parameter
        and an out-parameter
        
        Change-Id: I6454103fbc46530180cde5f725273e062eb2e25d
        Reviewed-on: https://gerrit.libreoffice.org/51757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e97737fd667d74c759e7e44e9c5364b8c7cda0a9]

        Typo: GetSelectEntryPosLBB -> GetSelectedEntryPosLBB
        
        Change-Id: Id1706d11143ee60216322db1ac51207e658000e1
        Reviewed-on: https://gerrit.libreoffice.org/51749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a82cdccb0c276ec10c35beec46fa7fa25fc95cd5]

        Typo: GetSelectItemId -> GetSelectedItemId
        
        Change-Id: Ieebb50b73f1f341c924693f3966f8cd2b09a136b
        Reviewed-on: https://gerrit.libreoffice.org/51750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c12fc293650a860d5e05c32000f904afaf0958b6]

        Typo: GetSelectLanguage -> GetSelectedLanguage
        
        Change-Id: Ia283812d4e9df87d875559af5366c2e36b19eab2
        Reviewed-on: https://gerrit.libreoffice.org/51747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f4394514a1afacff690e95472730da0a4f4d92e0]

        Typo: SplittTable -> SplitTable
        
        Change-Id: I6c5947964b3765ea05debe8837bd2f3dc57ae6ed
        Reviewed-on: https://gerrit.libreoffice.org/51745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [503c93275ecfab8ad80606cd43e094382a2c38f0]

        loplugin:useuniqueptr in ScPoolHelper
        
        Change-Id: I12bb470b3c0af78aa713e7b28d59235b55507d24
        Reviewed-on: https://gerrit.libreoffice.org/51737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Jens Carl  <j.carl43@gmx.de>  [f9099cecf94cf4dd981158067152b7be12b462eb]

        Correct class name
        
        Change-Id: Ie7e7ce72c264d9244bd0cb2e8e1f51fb6f4434d8
        Reviewed-on: https://gerrit.libreoffice.org/51756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [98e991c0be88858004e535599fbb6a7bd2a23445]

        loplugin:useuniqueptr in RichTextControlImpl
        
        Change-Id: I3fcf9a4edf6dbed496bcc9160847e627777f04f1
        Reviewed-on: https://gerrit.libreoffice.org/51740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [75bea88a78071ac4336d2593512e1dbf3a865876]

        loplugin:useuniqueptr in DocumentChartDataProviderManager
        
        Change-Id: I4b6c5996bbf0be3998925655a44ba02bc197607e
        Reviewed-on: https://gerrit.libreoffice.org/51739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [5053b8cd3f18cb5baa039c343e20b1b87e7b25a5]

        loplugin:useuniqueptr in AstStruct
        
        Change-Id: Ib7416235e41192323e74061bfce6c162e87612f2
        Reviewed-on: https://gerrit.libreoffice.org/51736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2925ded06627fb7e5408f15288490db7c9f0ebb0]

        loplugin:useuniqueptr in OutlineView
        
        Change-Id: I6da98d8634076826cfdbe8d77fa72cb2b99ffe84
        Reviewed-on: https://gerrit.libreoffice.org/51672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-23  Justin Luth  <justin_luth@sil.org>  [fa1db85bc3cd49407a2f1cfa44433e2718a35baf]

        remove isolated comment
        
        The comment wasn't connected to anything even on initial import.
        There is an m_bOutKF variable in use, but never anywhere in
        this function.
        
        Change-Id: If05748abcfa5e55f1edadf5487904f10049ce13f
        Reviewed-on: https://gerrit.libreoffice.org/51754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-03-22  heiko tietze  <tietze.heiko@gmail.com>  [0cae836e941a73bc1bfbbf03e520003c58c51aa0]

        tdf#116448 - Function "Skip empty cells" unclear
        
        Tooltip added
        
        Change-Id: I098f0680e3240535fae0797e421b5de479adff02
        Reviewed-on: https://gerrit.libreoffice.org/51741
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-03-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f7e206731423953c96f2aca1c1e1568dc76bff0d]

        Updated core Project: help  d0a2cca6885c900fd362bdd7a72e382fe3b34ef4
        
        tdf#105562 Correct page for AND/OR logic function
        
        Change-Id: I2dcc976e2ea090da68d4d8389c58847f6c6fb082
        Reviewed-on: https://gerrit.libreoffice.org/51744
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8b7873d98bb2862f16ebf0462f63ee3635c4ef75]

        Fix typo
        
        Change-Id: I11e9d7c3e26a7be5e9f251d6c5ea099914cb5392
        Reviewed-on: https://gerrit.libreoffice.org/51716
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        weld PasswordToOpenModifyDialog
        
        Change-Id: I42ebbd1c94a54fb1d4c755fbcc6758c93614bc33
        Reviewed-on: https://gerrit.libreoffice.org/51729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-22  Caolán McNamara  <caolanm@redhat.com>  [4829542997ddd3f32a834b460a077bbe2ffbdf95]

        ofz#7063 ensure lifecycle
        
        Change-Id: I18d62bc3bd409ca65c85ea47e8d5b3930481edf9
        Reviewed-on: https://gerrit.libreoffice.org/51731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9b679d3f627023bbe2859258fe0ad909e23d0feb]

        Add missing ellipsis to insert signatureline
        
        Change-Id: If936e9007693b5852f52c05dc31ddd78f9c266df
        Reviewed-on: https://gerrit.libreoffice.org/51730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-22  Jens Carl  <j.carl43@gmx.de>  [b910203239f29d886c698377fa40185998adbae3]

        tdf#45904 Move _SpreadsheetDocumentSettings Java test to C++
        
        Change-Id: Ic6bde95d0d4255e082a60e41a117365422b22aa8
        Reviewed-on: https://gerrit.libreoffice.org/51724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-22  Jens Carl  <j.carl43@gmx.de>  [3228251663fa866c3cc84bc19d64f77f13e99eef]

        Add UNO API property tester for double and read-only boolean.
        
        Change-Id: I85ec413aa34bdc563294dc71520742515849fbca
        Reviewed-on: https://gerrit.libreoffice.org/51722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d8b7119859897fa98b6588e2426a13fbd51cf3dd]

        tdf#116510 Copy cell anchored images too when copying cells
        
        Change-Id: Ia64100a00e65b7871c44a9b4700ca86782897a8e
        Reviewed-on: https://gerrit.libreoffice.org/51725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-22  Caolán McNamara  <caolanm@redhat.com>  [9aa46fbc67b8c1098e36fdf00dfc2468ee3a1694]

        set parent for password dialog
        
        Change-Id: I3276cdc1a9f94aead260706cb378e278000081be
        Reviewed-on: https://gerrit.libreoffice.org/51728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5b348b1a8ca3c5ba1049aacba1ac2e3c43ed26b7]

        tdf#83877 Move SignatureLineDialog to svx
        
        To prepare using from Calc
        
        Change-Id: I102ecf2c956922dd1458c99bd7cd7be30f6f5ec4
        Reviewed-on: https://gerrit.libreoffice.org/51726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [178715e7ca365de98bcd3656b9ce0bfce5aa95e7]

        Updated core Project: help  0d0de1b0c16334322e584fcb770db68f66d2a042
        
        Add vnd.oasis.opendocument.* objects in new help
        
        Add capability to link ODF files in help page as objects
        Files are stored in media/files/ folder
        Example in func_imsin.xhp
        
        Change-Id: I4704e3cc235fd31251f3a4dba403e62f2ef1de0e
        Reviewed-on: https://gerrit.libreoffice.org/51721
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-22  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [a11b728dae808d45e47565f375ba75104512b47e]

        dbahsql: refactor move index parser to parseschema
        
        Change-Id: I57820edc9ba8e9b8b11db78cf795fd5b1203db9b
        Reviewed-on: https://gerrit.libreoffice.org/51733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-22  Jean-Pierre Ledure  <jp@ledure.be>  [fdd3941acfb3e9f4c1775d50210f9811cd179564]

        Access2Base - Bypass Basic IDE shortcoming
        
        When using an If statement with a continuation character
        after Then, sometimes breakpoints are desynchronized.
        Suppress continuation character and add an explicit End If

2018-03-22  Jean-Pierre Ledure  <jp@ledure.be>  [5ca8203ae708504855661a5049084f9e8b5926cf]

        Access2Base - FIX Manage case of form without DrawPage
        
        When a database form is not related to data
        and has no control, then the DatabaseForm object is Null.
        The Null value must be intercepted in many places.

2018-03-22  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [9adc7bdf6d304c540339f389aa02c925733ef248]

        dbahsql: add unit tests for schema import
        
        Change-Id: Ib666562f2d33824188ea3d643e6056f375a4339b
        Reviewed-on: https://gerrit.libreoffice.org/51537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7654432bfeca619b7657abc8d27193e44cf4dfc]

        loplugin:useuniqueptr in ScDocument
        
        and fix bug where we were deleting a pointer to an object
        we did not own via pFormatExchangeList
        
        Change-Id: I488c679734c48bd21bc6be04837e037e97550647
        Reviewed-on: https://gerrit.libreoffice.org/51668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [f82888653c853f236ab0035bb578a7129ec72fa5]

        oox: don't segfault when failing to open a custom fragment
        
        Change-Id: Ie05d1feea2e930b117b3754c6e0db86bdb85bc61
        Reviewed-on: https://gerrit.libreoffice.org/51681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3e8d0fb317090aade384784a1e16a8c8afe3437]

        xmlsecurity: create XMLDocumentWrapper instances with a constructor
        
        Change-Id: I23bca00fb0fbcae92e73c4a106b08edd5caf5cf9
        Reviewed-on: https://gerrit.libreoffice.org/51720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-22  Jens Carl  <j.carl43@gmx.de>  [fd911a32505331174787403e6260202e29ea82b8]

        tdf#45904 Rename test object for GlobalSheetSettings
        
        Rename test object ScSpreadsheetSettingsObj to ScSpreadsheetSettings.
        
        Change-Id: Ia70cc82e0ee20571ad029590db735f932e5c7958
        Reviewed-on: https://gerrit.libreoffice.org/51723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [fa28a491f56a63b2ca28f611fcce3fa437cdad38]

        loplugin:useuniqueptr in DrawDocShell
        
        Change-Id: I051fb0523622ef2ab93639f0d28b4dc5f4efdbac
        Reviewed-on: https://gerrit.libreoffice.org/51671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca787ba7c81c142e03126ea0c648540b3b3bdc0b]

        loplugin:useuniqueptr in SmDocShell
        
        Change-Id: I1183edd427da0ee31547ebdad572ec5cac3fb33f
        Reviewed-on: https://gerrit.libreoffice.org/51670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [bf1daa9f4b0bd2ac706133def18c4af4cad9f216]

        loplugin:useuniqueptr in SdTransferable
        
        Change-Id: I7ace5ab37ce6df240d3b7fbe8c0fd12618fa3031
        Reviewed-on: https://gerrit.libreoffice.org/51669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0a76a9460a4a7db1575bc87744985150462a334]

        loplugin:useuniqueptr in ScColumn
        
        Change-Id: If2f8e1f730fabaf124e515dbe58ec5d755d1e57b
        Reviewed-on: https://gerrit.libreoffice.org/51667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [2074a7a42d5865ce2915a0e3c16535d5105c6e71]

        loplugin:useuniqueptr in SwDefTOXBase_Impl
        
        Change-Id: I114cbf54420d8fb017e1ec5530d40413d8c34ed4
        Reviewed-on: https://gerrit.libreoffice.org/51666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9c78d7849b62fde34ec79c50063fba550c05e70]

        loplugin:useuniqueptr in SwAccessibleParagraph
        
        Change-Id: I2648add548c214f7d448941db39622ca660f6fab
        Reviewed-on: https://gerrit.libreoffice.org/51665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1315724322e0bcacb9c8fe25e3385ebd94ed505]

        loplugin:useuniqueptr in SwAccessibleMap
        
        Change-Id: I47b64b30123918fb0d8251ae7ba113775cfb3625
        Reviewed-on: https://gerrit.libreoffice.org/51664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc2c1d9525baa5746ee58bb4cb6b0b62eca20a51]

        loplugin:useuniqueptr in ScDPResultMember
        
        Change-Id: Icf8a52bcf233994bc49a5d9094196154f20602ea
        Reviewed-on: https://gerrit.libreoffice.org/51663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [00635fb32c09ab90bff713eb53333de045e301a6]

        loplugin:useuniqueptr in DrawViewShell
        
        Change-Id: I5125e973fbda75b2c7e52e294db74bc3bd5e0bd9
        Reviewed-on: https://gerrit.libreoffice.org/51662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9ada4bc6f2de5cd67af460d51af16075cb2894b]

        loplugin:useuniqueptr in PresenterTextView::Implementation
        
        Change-Id: Ie5641d3a4b0791aa4ae4f126afeb3ec6f9760909
        Reviewed-on: https://gerrit.libreoffice.org/51661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-22  Caolán McNamara  <caolanm@redhat.com>  [751191ed2d7d6af6eddc3d738e8c45b0a2ab2572]

        move btndlg from vcl to toolkit
        
        Change-Id: Iecc528bce1df9a67af43f9d9dd3ed41af24b0fad
        Reviewed-on: https://gerrit.libreoffice.org/51713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        move MessBoxStyle to last consumer
        
        Change-Id: I1edbf247999cd59cee4d268ed686e8ed9b61d99f
        Reviewed-on: https://gerrit.libreoffice.org/51712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld OSQLMessageBox
        
        Change-Id: Idbdb07bc342a91695d15ea1a87d1863798ca34b0
        Reviewed-on: https://gerrit.libreoffice.org/51676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [519293447189f75e842065f7ff211d395d0da4b6]

        lok: be informative and exit when tilebench fails to initialize
        
        Change-Id: I11078e36aafc715b7103998a17e0cb01926b8e97
        Reviewed-on: https://gerrit.libreoffice.org/51618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [2c498cfe21145a9290e004b10ad87f28605d230e]

        block buttons with click handlers from setting a response
        
        which is effectively what vcl buttons do
        
        Change-Id: Ic4374b3a761b954548ff10d654422d14ef6e0763
        Reviewed-on: https://gerrit.libreoffice.org/51710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [678980ceaebd47916a4aafb448a3bfcfd5d3ca25]

        add get_widget_for_response support
        
        Change-Id: I49abb5e6621dbfe2fc92ef9c2a47568c62c372c2
        Reviewed-on: https://gerrit.libreoffice.org/51709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Laurent BP  <laurent.balland-poirier@laposte.net>  [625f341d4c1e7e1043702687a55a972f55cb8ebb]

        tdf#114749 Replace fonts in templates
        
        Replace Arial with Liberation Sans
        Replace Times New Roman with Liberation Serif (except if does not make sense)
        Replace Roboto Bk with Liberation Sans
        Reduce number of fonts declared
        
        Change-Id: I967818dd6079d43c9b0616541c6c7a7ddac13886
        Reviewed-on: https://gerrit.libreoffice.org/51464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-03-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [81f48a56fef3c467f34e3cd6cc8347a29675cddc]

        Updated core Project: help  4a1008b6ee7043031e9b050adcf836c2f0c88a47
        
        Deploy videos in New Help (WIP)
        
        Add YouTube videos in New help.
        add makefile
        NOTE: <object> is not rendered in old help.
        NOTE2: Removed online objects from offline help
        
        Change-Id: I829fe1858002a454417d36d0651fe49097e008d4
        Reviewed-on: https://gerrit.libreoffice.org/51679
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-21  Khaled Hosny  <khaledhosny@eglug.org>  [b94a66ebc8db6c5ca9c7dcfdfbb06b49deae4939]

        tdf#115117: Fix PDF ToUnicode CMAP for ligatures
        
        Move the glyph to character(s) mapping to CommonSalLayout where we have
        enough information to do this properly. This correctly handles ligatures
        at end of run that wasn’t handled before, and also fixes a bug in the
        PDF writer code when there is more than one ligature in the run (it
        forgot to clear aCodeUnitsPerGlyph vector after each iteration). Also
        drop the “temporary” fix for rotated glyph from 2009 that does not seem
        to be needed now (the document from that bug exports correctly after this
        change).
        
        Change-Id: I5b5b1f4470bbd0ef05cbbc86dfa29d2ff51249ea
        Reviewed-on: https://gerrit.libreoffice.org/51617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [c75705b2306d3fd41e71eb4613773b62bdaa9ca5]

        Fix lifetime of referenced-by-reference EnhancedCustomShape2d
        
        ...that is created as argument to
        EnhancedCustomShape::FunctionParser::parseFunction (and referenced from data
        reachable from aExpressNode), but still referenced during following
        aExpressNode->fillNode call.  Reintroduce the aCustoShape2d variable that had
        been removed with 86c4672f4600daf19238ef25377406f445d9453a "OperationSmiley:
        Secured quite some places using CustomShape", causing the regression that in
        UBSan builds e.g. CppunitTest_sc_subsequent_export_test would fail with
        
        > /svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:261:57: runtime error: member call on address 0x2b1295491180 which does not point to an object of type 'EnhancedCustomShape2d'
        > 0x2b1295491180: note: object is of type 'SfxItemSet'
        >  1a 04 00 01  10 99 42 cb 12 2b 00 00  10 2d 8f 00 40 60 00 00  00 00 00 00 00 00 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SfxItemSet'
        >     #0 0x2b131efeb12d in (anonymous namespace)::EnumValueExpression::fillNode(std::__debug::vector<EnhancedCustomShapeEquation, std::allocator<EnhancedCustomShapeEquation> >&, EnhancedCustomShape::ExpressionNode*, unsigned int) /svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:261:57
        >     #1 0x2b131f01f061 in (anonymous namespace)::BinaryFunctionExpression::fillNode(std::__debug::vector<EnhancedCustomShapeEquation, std::allocator<EnhancedCustomShapeEquation> >&, EnhancedCustomShape::ExpressionNode*, unsigned int) /svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:632:40
        >     #2 0x2b12e0915a5c in ConvertEnhancedCustomShapeEquation(SdrObjCustomShape const&, std::__debug::vector<EnhancedCustomShapeEquation, std::allocator<EnhancedCustomShapeEquation> >&, std::__debug::vector<int, std::allocator<int> >&) /filter/source/msfilter/escherex.cxx:2426:62
        [...]
        
        when accessing the already-dead EnhancedCustomShape2d object.
        
        Change-Id: I8f3e598f81e8e01e2505483437025ddd4cee2ec9

2018-03-21  Szymon Kłos  <szymon.klos@collabora.com>  [fb29b8262488d045a926504725669a362bacb5bb]

        tdf#116241 Customizing value highlighting colors
        
        Change-Id: I5d77e6207d1e29326282d7184c9348e59292977a
        Reviewed-on: https://gerrit.libreoffice.org/51653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-21  Jens Carl  <j.carl43@gmx.de>  [fc3f43b6fe3df5e46ca869d5934d4c3333444881]

        Move UNO API property testers header file
        
        Move the header file form the global include path include/test to the
        module-specific path test/inc.
        
        Change-Id: I72c1f3b420bc387f4f5b9ab75f30f0e8462c1b75
        Reviewed-on: https://gerrit.libreoffice.org/51682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [655d7340536ed2847d1da873b141d8776f791d12]

        Resolves: tdf#116429 unwanted extra step in undo insert shape
        
        Change-Id: I23065275baa60a09f2a3c15513e3f2b8160e2bf0
        Reviewed-on: https://gerrit.libreoffice.org/51706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [8d55371997dd1e98a602b397fa86f20481119047]

        add optional helpid to add_button
        
        Change-Id: I9606d0788c78397feb0840463991c5498e759b5a
        Reviewed-on: https://gerrit.libreoffice.org/51703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [417d26291cd13c861e8f6262d0fb6afa026f015c]

        move these down to base
        
        Change-Id: I8489abb3d6b7115b19cff9522dc49589e7d6a9c4
        Reviewed-on: https://gerrit.libreoffice.org/51702
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [754f6e2fe0d329e12e9e083d4fccc4086d9b4d04]

        tdf#115683 there are other cases of dialogs before document load
        
        Change-Id: I97ddbb528927fecb66072b42baa90272de2af39a
        Reviewed-on: https://gerrit.libreoffice.org/51704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [12efe34abb984ac37abae59ccac83a4f86a27e77]

        support both vcl and weld in genericunodialog for interim
        
        Change-Id: Ife85dd7a4bd27260514b390ca3928152db0d688f
        Reviewed-on: https://gerrit.libreoffice.org/51699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [718c82d1de44d2d7c16e4299b61171b72186f50b]

        Don't initialize data for --enable-dbgutil only
        
        This had originally been introduced with
        0f6149593129c3d208f07d0d017dec0c71760778 "Make it easier to catch code that
        assumes SalBitmaps are created pre-cleared".  But it only made it harder to find
        the issue reverted with ebe247642d85d39b6e1ffae3cf92c31748f2e983 "Revert
        'tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned'".
        
        Change-Id: I344e1ab4b390baa8364ade5fd2737a12708facdc

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [ebe247642d85d39b6e1ffae3cf92c31748f2e983]

        Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"
        
        This reverts commit 460f39e687393b3a8906d2adc3e8f7a0c749851a.
        
        For one, it had started to make bitmap checksum equality check in
        svx/qa/unit/XTableImportExportTest.cxx, CppunitTest_svx_unit, fail most of the
        time in macOS --disable-dbgutil builds, as the bitmap checksum is now computed
        also over padding bytes containing random values (but --enable-dbgutil
        initializes those bytes).  And why would fixing tdf#116213 for Windows require
        touching the macOS-specific code, anyway?
        
        For another, tdf#116213 comments 6 and 7 report further problems that are likely
        linked to this commit.
        
        Change-Id: I3e158813ab89a1ead3780abbf6b120ec52660231

2018-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [17407f808ed0ca5d65a98da186f7e2ab60dc641b]

        Turn on clang-format for these files
        
        I (tried to) keep these files consistent locally with astyle in the past,
        switching to clang-format makes sure that the recent problem with introducing
        inconsistencies in these files doesn't happen again.
        
        (On the flip side, it's great to see that now others also touch this
        PDF/pdfium code. :-) )
        
        Change-Id: I6065eab77c584197a82fe48e7d3e81b445106efd
        Reviewed-on: https://gerrit.libreoffice.org/51701
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [45ea6ebdf1ddb43335d116a0dd7a4ad61f5725f3]

        Avoid undefined floating -> integer conversion in TIFF import
        
        ...as started to happen when reading (invalid)
        filter/qa/cppunit/data/tiff/fail/RC4-crash-7.tiff in
        CppunitTest_filter_tiff_test after c81765629bf0f7b3a0a8bb1dbed599a7f49ee58c
        "coverity#1266496 Untrusted loop bound":
        
        > /filter/source/graphicfilter/itiff/itiff.cxx:270:47: runtime error: value -nan is outside the range of representable values of type 'int'
        >     #0 0x2b5bae7ad928 in TIFFReader::ReadIntData() /filter/source/graphicfilter/itiff/itiff.cxx:270:47
        >     #1 0x2b5bae7b0017 in TIFFReader::ReadTagData(unsigned short, unsigned int) /filter/source/graphicfilter/itiff/itiff.cxx:320:27
        >     #2 0x2b5bae7e80f3 in TIFFReader::ReadTIFF(SvStream&, Graphic&) /filter/source/graphicfilter/itiff/itiff.cxx:1377:21
        [...]
        
        With an error-reporting concept apparently missing here, just convert such out-
        of-bounds values to zero.  (And make ReadDoubleData not go though the value-
        limiting ReadIntData for floating types.)
        
        Change-Id: I6e53e468e6b98fb7a7d5fd7f3336ee2168f76e30
        Reviewed-on: https://gerrit.libreoffice.org/51700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

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

        ofz#7043 already registered
        
        Change-Id: Ic94891c82944d04fe3391c0bd0731a6e3e4373e0
        Reviewed-on: https://gerrit.libreoffice.org/51691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        coverity#1430229 Unchecked return value
        
        Change-Id: I100125d723a83ec7846cf9651ecebd3df697ce58
        Reviewed-on: https://gerrit.libreoffice.org/51695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [42fe3985ed93d79228f70ecd6d69218fb9c3d41a]

        coverity#1430228 Dereference after null check
        
        Change-Id: I15b63e0adba812a84517bae086548441edfab7dc
        Reviewed-on: https://gerrit.libreoffice.org/51697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [c6202b2cdacbed5821c8eeec026e9c7d8f69c00e]

        fix bug in SwFEShell::SetColRowWidthHeight
        
        which has been there ever since
        
            commit 84a3db80b4fd66c6854b3135b5f69b61fd828e62
            Date:   Mon Sep 18 23:08:29 2000 +0000
            initial import
        
        since ColLeft==0, the expression "eType & ColLeft" would always evaluate
        to false.
        
        Change-Id: Iab9e96e29b37242ff814f9cd3a7dcf38ac77a223
        Reviewed-on: https://gerrit.libreoffice.org/51644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-21  Caolán McNamara  <caolanm@redhat.com>  [0330a03e41610b6298c3f588180783f86e730b0b]

        coverity#1430232 Dereference before null check
        
        Change-Id: If15fe7c5f523a1c29a3d399a7b072180f9642439
        Reviewed-on: https://gerrit.libreoffice.org/51694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [ffc525e348cd497f73d7c0abbff8499d52540e3f]

        CppunitTest_services: check service impls support properties as advertised
        
        ...blacklisting existing violations for now (to be cleaned up)
        
        Change-Id: Ie94de44d44e04ed45c0ae10d518157da76332bda
        Reviewed-on: https://gerrit.libreoffice.org/51654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-21  Mike Kaganski  <mike.kaganski@collabora.com>  [f1779e0e4b9d191ca4682011d179ff1879ef82f5]

        Remove redundant assert
        
        We had just returned on this condition
        
        Change-Id: I822a4fe62e24442800ca17b404862818095e641d
        Reviewed-on: https://gerrit.libreoffice.org/51685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-21  Mike Kaganski  <mike.kaganski@collabora.com>  [234d0368c823eb1a74e973e051ac522e6b86e833]

        Don't generate filters with empty Includes
        
        Avoids VS warnings:
        
        > smoketest\Library_smoketest.vcxproj.filters : warning  : Unable to
        > read the filters file "Library_smoketest.vcxproj.filters". Please
        > unload the project "Library_smoketest.vcxproj" to be able to edit it.
        > The required attribute "Include" is empty or missing from the element
        > <Filter>.
        
        Change-Id: I0f02e837823a5e7a0355fd0f895f00c63a5df6fc
        Reviewed-on: https://gerrit.libreoffice.org/51684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c262048da915614cf0349d6e4293ad82cc0667d9]

        Fix typo
        
        Change-Id: Ib9aac2a629352a25d80061c2d4ca420e8144a94b
        Reviewed-on: https://gerrit.libreoffice.org/51683
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        drop debugging test
        
        Change-Id: I29f954684dd0e42f497bb4c166288217058171d9
        Reviewed-on: https://gerrit.libreoffice.org/51680
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [f57db0a495e99723e81381ffa29dfee982fbd325]

        loplugin:emptyif
        
        Change-Id: If113f176e6ec590d578f5225323f1efda77b7c23
        Reviewed-on: https://gerrit.libreoffice.org/51674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [19ccd4ca8a103c3945c292ae91cd65b3f27b1335]

        loplugin:emptyif
        
        Change-Id: I79aee732d3437d13894a9b91506225b76b3a16be
        Reviewed-on: https://gerrit.libreoffice.org/51658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-21  Stephan Bergmann  <sbergman@redhat.com>  [328a69253b063b0d4b53794a285cfb412706256a]

        loplugin:unreffun
        
        Change-Id: I7ed192011a930ea871d7efd2d966e6b746e2da3f
        Reviewed-on: https://gerrit.libreoffice.org/51656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [3613c299f6e6c44bb7f106450d9210037bc18c37]

        sw: fix some IWYU warnings
        
        Change-Id: I3682cc475de8342e4cdf122a35f6c1cfddd4c01e
        Reviewed-on: https://gerrit.libreoffice.org/51677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-21  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3102b8c8b52845ca4584579a7ad2154488943855]

        vcl: support rendering multiple PDF pages to bitmap
        
        Change-Id: Id42ecabcad90dde84475a01e5df4ed94f221f5ce
        Reviewed-on: https://gerrit.libreoffice.org/51255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-03-21  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ac6e6753bd3b94df1780b011efae829964262587]

        pdf: refactor poppler importer
        
        This paves the way to add pdf
        parsing via pdfium.
        
        Change-Id: I384687bcdce3011682ebeec18ee3de44759feb1a
        Reviewed-on: https://gerrit.libreoffice.org/51254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-03-21  tagezi  <lera.goncharuk@gmail.com>  [3b3e203461441da733096be323641a8dc07ff24f]

        tdf#68290 cursor moves with Enter in protected sheet
        
        Change-Id: I2ac848f1799d94f521628480664cdb579417772a
        Reviewed-on: https://gerrit.libreoffice.org/49085
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        weld OExceptionChainDialog
        
        Change-Id: I0092d2741055ab89ed4a97db9b8fad56144024c2
        Reviewed-on: https://gerrit.libreoffice.org/51678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#7012 Integer-overflow
        
        and fix negative rounding code, which results in changing tet
        of from -996 to -1002 which is closer to the original -1000
        
        Change-Id: Ie992e61bf4d14d0cd4194e773479feba96b6d68e
        Reviewed-on: https://gerrit.libreoffice.org/51576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [2dadf90aa7bb03d895abc05ec93ca116eb9bacbd]

        tdf#116482: Fix for Crash on drawing
        
        Making the drawing layer import to use fastParser.
        
        Change-Id: I4ff05d65de525aef3e50676072a79c9c329e6afc
        Reviewed-on: https://gerrit.libreoffice.org/51673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-20  himajin100000  <himajin100000@gmail.com>  [82aab78ccd0aab7502260124d330155a569c170e]

        tdf#116470:Convert between ProgName/DisplayName for pivot table style
        
        to avoid styles in different languages to be unnecessarily registered
        
        Change-Id: I450909d798749f751b1c59cda28865f6c3ea76c3
        Reviewed-on: https://gerrit.libreoffice.org/51511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2076f48aef4aff9a90ae8581d3bde7c26c69ef1]

        sw XHTML export: write only CSS markup for table background
        
        At least in the ReqIF case the bgcolor attribute is not only redundant
        but is also invalid.
        
        Change-Id: I9b5f00a4885d0671668b6bab986c4aee00f3597b
        Reviewed-on: https://gerrit.libreoffice.org/51657
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f74d9ba2190426b974ca3d56da58919ac233a5d3]

        sw XHTML import: write <div> wrapper in ReqIF mode
        
        ReqIF says the XHTML fragment must be of type xhtml.BlkStruct.class,
        which is either a <p> or a <div> element (a single one).
        
        Just write this wrapper unconditionally, as we ignore it on import
        anyway, and it could be skipped only in the single-paragraph-doc case.
        
        Change-Id: I3051008866c4a28ce54413c73071bd4a5ced8b87
        Reviewed-on: https://gerrit.libreoffice.org/51646
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        drop msgbox include
        
        Change-Id: Ic7872adf8a7e8e4a8e1503dd21e22ec69509efaf
        Reviewed-on: https://gerrit.libreoffice.org/51652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Tor Lillqvist  <tml@collabora.com>  [c5fc1a0bbffa73d0a7249f8b38823588446831c8]

        Mention that SfxApplication is a singleton
        
        Change-Id: Ib1f46c9172285245ed7bbc1fab299d29928c4d10

2018-03-20  Tor Lillqvist  <tml@collabora.com>  [406edb6407532ed725165c2d7e1d360680050377]

        Add debug output operator<< for SfxHintId, SvMacroItemId, and SfxEventHintId
        
        Change-Id: I36fd3efc630d99643fb7db3b89f777d4054ec87d
        Reviewed-on: https://gerrit.libreoffice.org/51651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-20  Mike Kaganski  <mike.kaganski@collabora.com>  [b39cd7d5bd451c1498282025ecd650874ce77b62]

        Exclude a redundant variable
        
        Change-Id: I0a7d6a7068155259313408e8d8e61f72af705cc6
        Reviewed-on: https://gerrit.libreoffice.org/51647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [5163c4850dd7768826eaa22947c403d187c3edd3]

        weld SvxIconChangeDialog warning dialog
        
        Change-Id: If90c8dc0e66678cec6b197e3f0c659e85484f5af
        Reviewed-on: https://gerrit.libreoffice.org/51650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [579411ccc38642b395fbfb25c9b4e9e9d280b5d1]

        Resolves: tdf#114648 don't show new document until wizard is finished
        
        Change-Id: Ia9cb3fd549c17cb602fa3d7f9163a89697395c77
        Reviewed-on: https://gerrit.libreoffice.org/51648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [1b4cb401b813ff026132fbd53b7b335880ed6dec]

        Resolves: tdf#116385 warning dialog should be yes/no not ok
        
        Change-Id: Ied6010e83b9709e5d5c8006912bff0fdce4077a3
        Reviewed-on: https://gerrit.libreoffice.org/51638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Jens Carl  <j.carl43@gmx.de>  [ea5eb69b65a3e27bfab9cd3f220eaeced159be39]

        Fix error with default arguments
        
        Change-Id: Id645d43ad63b7d91d3c47898c22594dc58333cd2
        Reviewed-on: https://gerrit.libreoffice.org/51622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [44bf46c1bb9ba884e2ed2042ef995f198460cc28]

        weld MacroWarning
        
        Change-Id: I9ec8ce9b0d5bb973f75606d850fb5961a85865cd
        Reviewed-on: https://gerrit.libreoffice.org/51630
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [2333786aa0eaf70c45c80e546239fb3565b1b4e7]

        Resolves: tdf#116474 bring hidden text property under undo control
        
        Change-Id: I7bc18e8bc34f2a759371950f9d20dce48f472131
        Reviewed-on: https://gerrit.libreoffice.org/51634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Eike Rathke  <erack@redhat.com>  [682e2891409ca87ad89e8df43d577dc8d85c48b3]

        Avoid creating a compiler for matrix check if there is no matrix support
        
        ... as indicated by m_pBtnMatrix hidden for reportdesign.
        tdf#116468 cleansing.
        
        Change-Id: I1727dcc9875f0728805bac63cc6c1f1533394c6c

2018-03-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4abe5391803146e27fc7c2494f4dea87cb13b477]

        Updated core Project: help  bd71cddd5c343dc894e78bb9809acb94ca1db337
        
        tdf#80367 Help page for Calc XML Source
        
        With contribution of Kohei, from
        https://wiki.documentfoundation.org/Development/Calc/XMLSource
        
        Change-Id: I363f864069cf42c0893ceb1402f26c9c1dc186a5
        Reviewed-on: https://gerrit.libreoffice.org/51645
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bd0eb410c30e0a164714c341eb9e00fdf858149d]

        Updated core Project: help  679dee887342141b13717794445795b068e68258
        
        Fix path for images in offline/online help pages
        
        Change-Id: I69a09398a3465ba3fb8eee953e4d9df67ee9ec84
        Reviewed-on: https://gerrit.libreoffice.org/51639
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-20  Eike Rathke  <erack@redhat.com>  [3a3a61bce913b564c7b7a98c56b55cbc11ea273a]

        Resolves: tdf#116468 do not check array/matrix context for reportdesign
        
        It doesn't have any, and worse, there's no currently active OpCode
        symbol map that could be used to create strings from tokens.
        
        Regression from
        
            commit bf1ffc64128f5b96d7c2fcc7adc81cbc25e232fd
            Date:   Sun Jul 16 15:18:09 2017 +0200
        
                FormulaDlg_Impl::UpdateValues: evaluate in force-array context if present
        
        Change-Id: I77c2035fdd0926f67fcc85e7090f30485b4e312c

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

        Resolves: tdf#116483 smart art incorrectly rendered
        
        HasPolyPolygon as true case sets an alternative non-broken region even if its
        legacy version would have been broken
        
        Change-Id: I4520b7d7a4032684afad61816380fef7171040f6
        Reviewed-on: https://gerrit.libreoffice.org/51632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  jan Iversen  <jani@libreoffice.org>  [5747ed051440a8baff4b503b3b45146510f198bc]

        iOS, simplified assembler
        
        RC of cpp_vtable_call is never used in the asm part, so remove it.
        
        Change-Id: Iabda12541fbb574a21395a8430c52a3e9f892947

2018-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0149b1c028450411d36457593f4af3406541b00]

        sw XHTML export: fix duplicated style attribute for table border/background
        
        By making sure only border starts the style attribute, neither of them
        closes it, and then closing it manually after both finished.
        
        It seems that HtmlTestTools::parseHtml() is flexible enough that it can
        take a HTML fragment that has multiple root elements, so no need to wrap
        the fragment in some <html><body>...</body><html> template for test
        purposes.
        
        Change-Id: I32622b17da0fc8ac02a045b3569e34a41419927d
        Reviewed-on: https://gerrit.libreoffice.org/51631
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [4b785097f1c49ead50e6a2085befcd37c800207b]

        drop unnecessary includes
        
        Change-Id: I1a817d5575bbd57ecaa874a27158b9218e4210cc
        Reviewed-on: https://gerrit.libreoffice.org/51603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#7026 Integer-overflow
        
        Change-Id: I90928a34ce79903885fe903d69a64dac2eb3e45c
        Reviewed-on: https://gerrit.libreoffice.org/51593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Mike Kaganski  <mike.kaganski@collabora.com>  [3837901ef422d432f709dd95352796a54b58aae6]

        tdf#116516: INTERNET_PROXY_INFO always contains char* data
        
        Regression from e80aef4e032f08ef0c4cfbb028bf83b81002f112
        
        The InternetQueryOption has two variants: ANSI (A) and Unicode (W)
        (see https://msdn.microsoft.com/en-us/library/aa385101).
        INTERNET_PROXY_INFO struct we are using is defined to contain two
        LPCTSTR members (see https://msdn.microsoft.com/en-us/library/aa385148).
        When UNICODE is defined, InternetQueryOption expands to W variant,
        and at the same time, all MS-specific generic string types (like
        TCHAR or LPCTSTR) are expanded to wchar_t-based types.
        
        So, the expectation is that InternetQueryOptionW fills the struct
        with pointers to widechar strings.
        
        But actually this is not true: InternetQueryOptionW still returns
        char-based strings in the struct; so just revert partially commit
        above.
        
        Change-Id: I0facb1baf2a191f7bafdf185e684bfe741ca677a
        Reviewed-on: https://gerrit.libreoffice.org/51629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-20  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [8567047218c2f6e01b6525e0996607ad7f928a57]

        tdf#116494: Don't ask parent if no help text
        
        And add/use an IsHelpInstalled() method to SfxHelp.
        
        Change-Id: Ib87573067d6c44fa5adb22253c1a51a78580acf6
        Reviewed-on: https://gerrit.libreoffice.org/51584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6e5a95c34c7d6817389c6d9aeb5206d821963f05]

        updater: Tone down the geekiness in user-facing strings
        
        Pro tip: The user doesn’t have to know that the updater is a separate program.
        
        Change-Id: I04c447a16a322b7f4139e69f6cababc797148bb1

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4523a21c6bcf8d57ce90cf074e5b088b6e829e68]

        tdf#16083 writer table resize behavior is random
        
        regression from
        
            commit 890d6790715c4c3f3565b476d538643f04dc6936
            convert TableChgWidthHeightType to o3tl::typed_flags
        
        in the process, improve the fix from
        
            commit bfafda5829f75091c9db798f953d617cde688a1f
            tdf#107866 - Changing table column width with Alt+arrow key strokes
        is broken
        
        Change-Id: I8740d2e1b925ad72ac69f87c5a06d30a55afeb72
        Reviewed-on: https://gerrit.libreoffice.org/51625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Mike Kaganski  <mike.kaganski@collabora.com>  [992a477840506c73495cabcebc9febd0cc9fe1c5]

        Speed up SdPage comparison
        
        Move trivial comparisons to front; return early on object comparison
        
        Change-Id: I4db927ac87dbb165e80b70046ff44a260b8a504b
        Reviewed-on: https://gerrit.libreoffice.org/51624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [43446fa03995fb5d1379fc0afbeec36c9dedfde2]

        Show start centre thumbnail indicating the file is encrypted
        
        Change-Id: Ie46096b3198852c6ef70960b22652767c09d4779
        Reviewed-on: https://gerrit.libreoffice.org/51532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

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

        Werror=misleading-indentation
        
        Change-Id: If128194d45a4cf7265d0ca839f062ab70c22bcc1

2018-03-20  Stephan Bergmann  <sbergman@redhat.com>  [049d94a5fcfa55039a166164648ecdb28fe7291f]

        Make failure to create symlink a fatal error
        
        ...see commit message of f07e2496963baf8f7c0fecc79e7a420544075d98 "sdk/lib dir
        missing from Linux installation sets"
        
        Change-Id: Idb0f3437c27c867bc628fd3084f2a54c47beef17
        Reviewed-on: https://gerrit.libreoffice.org/51428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [38c153c121fc05c49fa9bb02f3a4edf54a3ddeb1]

        drop now unused SvxMessDialog
        
        Change-Id: I019b73b3ae6bf2d61a90cf893b7f4cb356771192
        Reviewed-on: https://gerrit.libreoffice.org/51605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [87d303201fcb9d390b0260759404ef6a2ec76b11]

        convert SvxMessDialog use to standard message dialog
        
        Change-Id: Id70d0d93027f6e9e35227b20f6a22f982b287eaa
        Reviewed-on: https://gerrit.libreoffice.org/51602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#6999 improve fix
        
        Change-Id: Ib95ac17011ca2cc98a4d2288cb5879e163482932
        Reviewed-on: https://gerrit.libreoffice.org/51573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [535c319c9e37bcdb70749326e09d1963d34df25a]

        coverity#1430079 Overflowed return value
        
        Change-Id: I623f9f317496f281af408d1418d3cc7f2bd2d412
        Reviewed-on: https://gerrit.libreoffice.org/51569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [0ee398cf33077ec366a572c76267a3f40bcf08fd]

        weld SwSendWarningBox
        
        and then MessageDialog can become a vcl internal
        
        Change-Id: I8bf1f963971420b11f6c4163f624be26603cc942
        Reviewed-on: https://gerrit.libreoffice.org/51601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Caolán McNamara  <caolanm@redhat.com>  [0c69f9c627f6eb25f1df26fb63bc511bbac4667a]

        coverity#1430100 Uninitialized pointer field
        
        Change-Id: I6d544b97c2b22a16d6a12b898cbe25580c433b61
        Reviewed-on: https://gerrit.libreoffice.org/51570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f0a80123d970ef6f3f8269619813e5277fff4df]

        tdf#116269 RTF import: implement reverse deduplication for lists
        
        This is the same mechanism that was added in commit
        1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305: writerfilter RTF
        import: override style properties like Word, 2014-06-17), except that
        here the reference is a list definition, not a paragraph style.
        
        Also, this commit only implements the part that inserts explicit
        defaults for not repeated properties, not the actual deduplication, as
        that already works at a dmapper level.
        
        (Saving the bugdoc as DOCX, it's visible in document.xml that DOCX marks
        these defaults explicitly:
        
        <w:ind w:left="0" w:right="-6" w:firstLine="0"/>
        
        but RTF does not, so the right place to fix this is in the tokenizer.)
        
        Change-Id: Iec88d9bf1032d1d89194bd272500d6780c3c2224
        Reviewed-on: https://gerrit.libreoffice.org/51589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [48baafc46825f1248ea9269308cadbd698a23ffc]

        tdf#83877 Add ODF roundtrip test for signature lines
        
        Change-Id: I4c55b19c9f7eaeb7c1c8df4266ea72ce24b17428
        Reviewed-on: https://gerrit.libreoffice.org/51620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-20  Mike Kaganski  <mike.kaganski@collabora.com>  [021340e7568e75344784a9a573c0602cd3679443]

        Fix comment
        
        Change-Id: I73ec0af22c19674c4b120a68c63710a1b46928ae
        Reviewed-on: https://gerrit.libreoffice.org/51623
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [866e17cfdbd972e520a8c6fcde202d7ccc7e40ad]

        no need to construct a new object in SfxIntegerListItem::operator==
        
        looks like an obvious typo
        
        Change-Id: Icea0952ec8203725cf5ba1ec90bdddd82eca7b3c
        Reviewed-on: https://gerrit.libreoffice.org/51562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [59e68b30d6695efa65244cf7132417036b0fba63]

        loplugin:useuniqueptr in PPTStyleTextPropReader
        
        Change-Id: I5110ef58302323a59b52cc5451ddba4caa00b6d9
        Reviewed-on: https://gerrit.libreoffice.org/51553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Serge Krot  <Serge.Krot@cib.de>  [79b2f1cb36ea4fec61b0620085313eb53fce9fa0]

        tdf#115005 Do not remove original vector images from slides
        
        During calculation of the quality index of the image, we should
        take into account also SVM vector image type.
        Its mime type is image/x-vclgraphic.
        
        Change-Id: I7c723e99995f73258bb59d976a6c7670c51f7a25
        Reviewed-on: https://gerrit.libreoffice.org/51599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1083e405b6138867ea2d8ff74706237c0a68dc75]

        remove unused maShapesVector
        
        Change-Id: I6ce10a74ed9c665ff20d6408fe2f6b31faf46bcc
        Reviewed-on: https://gerrit.libreoffice.org/51552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [9bac723400d3007c771f8a780a92d40bdaf4b3c1]

        loplugin:useuniqueptr in Sprite
        
        Change-Id: I55eb8f931cdfd1898ff5a74868dc97f31ce1ae7c
        Reviewed-on: https://gerrit.libreoffice.org/51551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [70d2fd4823353550a0e7ffd61585ec1a8a51e907]

        loplugin:useuniqueptr in ImplImageList
        
        and fix leak in RemoveImage in the process
        
        Change-Id: I20e395178f92f7127e99011aebbe97246f255d1d
        Reviewed-on: https://gerrit.libreoffice.org/51550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [58e798c366ba2381a0bf6422036bebe9763035a6]

        loplugin:useuniqueptr in SwCalc
        
        update the table to use a template, which gets rid of lots of casting
        
        Change-Id: Ic9ed3901a33e1cd1a1d4335a704d0dd91a5c2f8a
        Reviewed-on: https://gerrit.libreoffice.org/51414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2068e1a556af412f77fe88a6765e50d326d225c7]

        tdf#83877 SignatureLineDialog: Fix reading "can add comments" property
        
        Change-Id: I771428a37a624f80dba2db9a10297d3a1624f215
        Reviewed-on: https://gerrit.libreoffice.org/51546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [39fd78b79efd00e27ea068c03edf83b9dc6b9b57]

        tdf#83877 ODF: Load signature lines
        
        Change-Id: I6a92246161be34bc6ecea8f1c04229a5dd593deb
        Reviewed-on: https://gerrit.libreoffice.org/51535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ecb20d71ff6bd6e6230c06a2c50ee71d35c88949]

        Signatureline ODF export: Use tokens instead of plain strings
        
        Change-Id: I80eca35b03be2a7f288705295a355f08fbc757be
        Reviewed-on: https://gerrit.libreoffice.org/51542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-20  andreas kainz  <kainz.a@gmail.com>  [e2b941fef3d0fb955c2528ea2d3f91f62685912e]

        Colibre icons: update base table small icons
        
        Change-Id: Iaa16f4cc70ae705f18e1b43b0bf7f8c7f1500277
        Reviewed-on: https://gerrit.libreoffice.org/51600
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-20  andreas kainz  <kainz.a@gmail.com>  [5231050887ef88dcb542d9bdb738d4820b2e8bb3]

        Breeze icons: add ed03 for base and update colors in colibre
        
        Change-Id: I13aa38fa5a08b6bd4ef1c66e03622a3a64615a08
        Reviewed-on: https://gerrit.libreoffice.org/51604
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-20  andreas kainz  <kainz.a@gmail.com>  [b99de9392d97605b89e4a1ffa40aca0e7f156117]

        Colibre icons: sc_formatimagemenu.png -> sc_insertgraphic.png
        
        Change-Id: I6f4d61682182d44bea4194f66fe1c9c0bcf8a13a
        Reviewed-on: https://gerrit.libreoffice.org/51606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [6b8362acf9e496d5c76e16b6830d63020da77930]

        coverity#1430069 silence Uninitialized scalar field
        
        Change-Id: I54b2140d965fc9c7dddfdcbddd9602ede800c3f7
        Reviewed-on: https://gerrit.libreoffice.org/51566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [c81765629bf0f7b3a0a8bb1dbed599a7f49ee58c]

        coverity#1266496 Untrusted loop bound
        
        Change-Id: I89aaf8aab9e4f5230feb4c398fa4ebe9dc5e0add
        Reviewed-on: https://gerrit.libreoffice.org/51563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [0a6448802db53fcae5de5804b9e6b725528849bb]

        Colibre icons: add base icons
        
        Change-Id: I7d4aecf09e34e6202efcc9bab3a41726c2f3ca3e
        Reviewed-on: https://gerrit.libreoffice.org/51592
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [7df7545fc9ac4aa55403998b2d65e1b147a9f037]

        coverity#1430074 Uncaught exception
        
        and
        
        coverity#1430066 Uncaught exception
        coverity#1430095 Uncaught exception
        
        Change-Id: Idca2e12d3911e3ea768a2a9fb8e7f3b03a2c887f
        Reviewed-on: https://gerrit.libreoffice.org/51567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [afe4dfe1d60b81ff673f0859c8c79c19ef26356c]

        sw XHTML export: avoid <strike> for strikeout in ReqIF mode
        
        Similar to how <u> for underline is avoided, the spec explicitly forbids
        this.
        
        Change-Id: I314a49df496d7b02049154564884e296b9633576
        Reviewed-on: https://gerrit.libreoffice.org/51578
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-19  Michael Stahl  <mstahl@redhat.com>  [8f0f5353b079073b450c099bea659bcd4848f830]

        sw: more tweaks to sanity check in SwFrame::GetNextSctLeaf()
        
        * ooo50432-1.sxw has a move from a page with columns to a page without
        columns
        * kde327565-1.odt has a move from a page without columns to a page with
        columns
        * novell348228-1.odt has a section inside a fly frame that has no
        mpUpper
        
        Change-Id: I65afbbad7bb1b7aa3bf7cac8ff78e864adf66c3c
        Reviewed-on: https://gerrit.libreoffice.org/51572
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [bb1376afbe6978f3d9bd153e2cf34919000bc174]

        coverity#1430061 silence Unchecked return value
        
        Change-Id: I76288e6c7907487efb986f9367c640257f47deb1
        Reviewed-on: https://gerrit.libreoffice.org/51559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [16d5cbfd38e57a6fccfda018ede2de7e4c448221]

        coverity#1430065 silence Uncaught exception
        
        Change-Id: I71d5fedb8753d41effa3ebf41811f81f369dae54
        Reviewed-on: https://gerrit.libreoffice.org/51564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [14244769eb799730a58960c8b2fe3990f44fd0ba]

        coverity#1430097 Dereference null return value
        
        Change-Id: I1cba6a67c2b94b5906c017960e5636d5e7b87dd2
        Reviewed-on: https://gerrit.libreoffice.org/51565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [d2dc813469960cfef48b187cc5f9883478e41f14]

        coverity#1430057 silence Argument cannot be negative
        
        Change-Id: I58bf1a204393ea95c85f51cf9ef3387db1565a4e
        Reviewed-on: https://gerrit.libreoffice.org/51558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [cce17de6e7736341056604fc391c78295b097a7d]

        coverity#1430077 add assert for 'Division or modulo by zero'
        
        and
        
        coverity#1430076 Division or modulo by zero
        coverity#1430078 Division or modulo by float zero
        coverity#1430082 Division or modulo by float zero
        coverity#1430083 Division or modulo by zero
        coverity#1430085 Division or modulo by zero
        coverity#1430102 Division or modulo by zero
        coverity#1430103 Division or modulo by zero
        
        Change-Id: I9d7190f95d19a755c681f1f897a8921105ef7c46
        Reviewed-on: https://gerrit.libreoffice.org/51568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [864c129a7714085d371c2b127cbc8e5c862347e6]

        Colibre Breeze icons: links.txt update
        
        Change-Id: Ibd0a22986c5eb67a5b1a9078ed7415b71f882cf6
        Reviewed-on: https://gerrit.libreoffice.org/51586
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd063a890e486989b59963e59dd67e8a692f27ba]

        sw XHTML export: fix missing type attribute for fallback image
        
        This was working in OutHTML_FrameFormatGrfNode(), but not in
        OutHTML_FrameFormatOLENodeGrf().
        
        Change-Id: I4f8e280713cad2a00cad5da65a09afc5a36d40d0
        Reviewed-on: https://gerrit.libreoffice.org/51571
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-19  Jan Holesovsky  <kendy@collabora.com>  [67a023ef9b251c1e6e2a46521a51ad829c417451]

        lokdialog: Set parent for AutoCorrect Options... so that it can be tunneled.
        
        To get this dialog: Right-click on a mis-spelled word, and it's in the
        tunneled context menu.
        
        Still it should be converted to async though.
        
        Change-Id: Ia8f2aaf0d04f144c74999107de98e52cd51876e7
        Reviewed-on: https://gerrit.libreoffice.org/51441
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>
        (cherry picked from commit 7b83827d7b5d07401878fe552c421331629a7880)
        Reviewed-on: https://gerrit.libreoffice.org/51548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-19  Tor Lillqvist  <tml@collabora.com>  [584063ccaa3c5b7b984f30e288380cdf3b2f0ec4]

        Add BSTR handling
        
        Change-Id: I89fcb37a5848120d5a3b2d73d40384c18d6cc069

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [410cc7057ae0eb61034f93fb28d7add5ec76d6e5]

        coverity#1430056 Dereference null return value
        
        Change-Id: Ib3b0ca660c1d44794179abf71a81e1bda5124064
        Reviewed-on: https://gerrit.libreoffice.org/51557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [18ba437fca41a0f726ebefb060ef335490817544]

        coverity#1430073 silence Unchecked return value
        
        Change-Id: I3c40f0679fea99b22489fedb5af17982c1502a86
        Reviewed-on: https://gerrit.libreoffice.org/51560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [9501b7f33183e22de9fab7b2e4bd0e82dbcf7eef]

        coverity#1430093 Logically dead code
        
        regression from...
        
        commit e9171066136868fe89947dda5095e9479d5e50e7
        Date:   Sat Mar 10 18:00:58 2018 +0100
        
            Use for-range loops in editeng
        
        Change-Id: If7601ecc0d8d87bf87d982544e0f4b5b2a5d91c6
        Reviewed-on: https://gerrit.libreoffice.org/51561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d414befa3f837aed3d80a77756a154e30dc6cb37]

        sw: prefix members of SwAutoFormatDlg
        
        Change-Id: Ie65df1b5e0c7b2a7e0f91b65d16e33fdae353c68
        Reviewed-on: https://gerrit.libreoffice.org/51533
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [e83dc1b5edee95184a84d2d2ca2675b72d561098]

        coverity#1430091 Unchecked return value
        
        Change-Id: Id72d3c6714a8c74502247eed9c23c7cf8b5412f4
        Reviewed-on: https://gerrit.libreoffice.org/51543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [a80d9d61b8dc98dc188c45a3d5d966c6d0ac2b79]

        coverity#1430075 Dereference after null check
        
        Change-Id: Id4c9cc1463ba8b38a7b115d574fec8c9b1d55384
        Reviewed-on: https://gerrit.libreoffice.org/51556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Mike Kaganski  <mike.kaganski@collabora.com>  [9078fbd14be7c2e4f7c830286cceb0003a345472]

        tdf#116472: import "auto" border color as black
        
        Since commit fe6da2feb57c3d5e355a36f6b8ac09b48412ff39, "auto" color is
        supported in OOXML import.
        
        Since ODF doesn't support "auto" color as border color, just convert
        "auto" border color to black on import, like is done in GetLineIndex
        in ww8par6.cxx.
        
        Incidentally, this also fixes a problem in RTF import, where we used to
        import black borders ("\red0\green0\blue0;" entries in color table) as
        0x000001 ("\red0\green0\blue1;") - see fixed tests in rtfexport2.cxx.
        
        Change-Id: I4f5e720d215b51c8a43dc7c58f338741bd608efc
        Reviewed-on: https://gerrit.libreoffice.org/51519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-19  Jan Holesovsky  <kendy@collabora.com>  [2dd2d2fd9924e50c5b68c8942c26bf8a07fa2bf0]

        lok: 14pt font is too large for the context menus.
        
        Change-Id: I8403b2bea81e61c4fa24ed205b8d2c77a235238b
        Reviewed-on: https://gerrit.libreoffice.org/51438
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit 8e98b3150f7ac0b569b686dd67f4699b307b30f8)
        Reviewed-on: https://gerrit.libreoffice.org/51439
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [72d0f22c0c04eacb3a40bd64df4d4f1b0a42f49f]

        coverity#1430090 Uninitialized scalar field
        
        Change-Id: I612642fdd09b2427aede1ef7b90b36b7c27682e1
        Reviewed-on: https://gerrit.libreoffice.org/51540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ec02d7ea1337df3adabe9ac91d4f506e3372c80]

        tdf#116421 autosum is not working
        
        regression from
           commit 6529cd54c29c5800340530a1b8182c341fbeeafb
           don't use heap for elements in ScRangeList
        
        The change in lcl_MoveRanges is not part of the fix, just something else
        I noticed when reviewing the problematic commit
        
        Change-Id: I958937f92a84f6e8e7bec607705c3a958d70ad3c
        Reviewed-on: https://gerrit.libreoffice.org/51547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [5c1b5daa90615170f2131e081f9a2f1a4b9b7a85]

        coverity#1430071 Uninitialized scalar field
        
        Change-Id: I6fcb5fcc8df8b28639ad9f5d1aad2b9822e2743a
        Reviewed-on: https://gerrit.libreoffice.org/51541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7dd5c37e1e4113cac967082bf0f6b66adfbbd326]

        Improve error message on token inconsistency
        
        Change-Id: Ib8f4d0d008b495139defb162b1b5105e5e271c67
        Reviewed-on: https://gerrit.libreoffice.org/51536
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5bb7894a490be0823197d602899d0438e57bfb31]

        Write signatureline element after images
        
        The importer expects an image to exist when parsing
        the signatureline element
        
        Change-Id: I30c0ffad294229e0d2b09b5d7c31a692e714a3d5
        Reviewed-on: https://gerrit.libreoffice.org/51534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-19  Michael Meeks  <michael.meeks@collabora.com>  [5b1442ec1e6946ec3a3b9d8cfdd57ac1437d23ab]

        tdf#116489 - fix ucb TaskManager deadlock.
        
        Change-Id: Ia362db52e7b078203964704569e1d54f053f2b57
        Reviewed-on: https://gerrit.libreoffice.org/51544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [8939cb9456ee76a848cc8089747f280751092cf8]

        tdf#115420 fix DC usecount and drop wrong asserts
        
        For DC initialization we check the thread ID to assign a normal
        or cached DC to the corresponding WinSalGraphics variable.
        The cached DC has a usage count, as there are some limits on
        cached DCs count (DCX_CACHE).
        
        But for the WinSalGraphics DC init and release the variable just
        matters for the accounting, and generally which thread is doing
        the calls: the non-main thread always has to relay them to the
        main application thread.
        
        Since we're releasing all WinSalGraphics in ~WinSalFrame and do
        all release and re-init in ImplSetParentFrame, there is no way
        to correspond the thread ID to the WinSalGraphics variable.
        
        So this drops the wrong assertions based on the WinSalGraphics
        variables and renames the GETDC message to GETCACHEDDC to make
        usage of a cached DC (DCX_CACHE) more obvious.
        As a consequence of the different release DC handling this also
        fixes the accounting of the cached DCs, wich was broken in the
        initial fix; commit c15ea73f960bbd3d2a4b0c43b467ac62eeba3505
        
        Change-Id: I11ce52a1b4005f26567f92588437fa37bf227a2e
        Reviewed-on: https://gerrit.libreoffice.org/51318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-19  Xisco Faulí  <xiscofauli@libreoffice.org>  [b120932c77332f95ae40d7bd96b972ce87e7693a]

        tdf#116364: Revert "tdf#113660: show Master Slide label in handout view"
        
        This reverts commit 605b01dc591eaa72788be255baf1f9b9dde76414.
        
        Change-Id: I99a2de6a425b1ecd2e9059a9867adac3fc75e619
        Reviewed-on: https://gerrit.libreoffice.org/51403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-03-19  Michael Stahl  <mstahl@redhat.com>  [98d767dfb9f1c41bcd65404d551dbb2bff6388ca]

        curl: upgrade to release 7.59.0
        
        Just for the record, the CVEs don't affect LO because RTP/RTSP/LDAP
        are disabled and FTP UCP doesn't use CURLFTPMETHOD_SINGLECWD.
        
        Change-Id: Ib3872aab9592c2388ee4fd03c3a3113cb2e69b59
        Reviewed-on: https://gerrit.libreoffice.org/51539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [10e4528e8cb9818e7b8fcef8b1e96985f8b28640]

        tdf#115806: Remember last active deck also on context switch
        
        within 1 application
        
        Change-Id: Icab6dea9f9a7895732c41e6d96b9d4546cf0001f
        Reviewed-on: https://gerrit.libreoffice.org/51530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [d05ee87bdd779a8d799269af4bb45ae8a4ea3150]

        weld pdf warning dialog
        
        Change-Id: I80b8324dcd575f6b537c4a0be264f0446c0fc32f
        Reviewed-on: https://gerrit.libreoffice.org/51516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Caolán McNamara  <caolanm@redhat.com>  [b5ca41ab77fb5eba1efed273ce0d551e2e753d34]

        set parent window for interaction dialogs for pdf export (etc)
        
        Change-Id: I6a1df74d4737c5fe040c0131f3c8149ef81e8410
        Reviewed-on: https://gerrit.libreoffice.org/51520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-19  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [1a3b2668d63d00b9ae004c8be883c8e4c0f8996c]

        use sw::WriterMultiListener instead of SwDepend in SwEndNoteInfo
        
        Change-Id: I9d313ee573728d4b593183b441a3be2062ecbf5c
        Reviewed-on: https://gerrit.libreoffice.org/51185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-03-19  Pranav Kant  <pranavk@collabora.co.uk>  [be8883bcb250bdbfbb77a76b244d97a30a97d77a]

        sd: fix incorrect visible center calculation
        
        Don't call PixelToLogic twice. Thanks Ashod for noticing.
        
        Change-Id: Id280dad7e310ceaf8678f900e6e70214848dd925
        Reviewed-on: https://gerrit.libreoffice.org/51529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b2147abdf6dd82096fb4441e97090ed00a21e985]

        remove unused ucbstreamhelper includes
        
        and a few vclunohelper includes
        
        Change-Id: I4803605766d155fe5044c2a65c0444631146831c
        Reviewed-on: https://gerrit.libreoffice.org/51496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-19  Pranav Kant  <pranavk@collabora.co.uk>  [7be3dfa4b4705725be4987beeb79dbe5f6a4edae]

        cid#1430098: mbInSyncExecute is uninitialized
        
        Change-Id: Id5288ce8680b121522c1e35edc52ef24be4ead8b

2018-03-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [09cf2f4242250ac8d1ec6440c46dc85ba1a8dc09]

        move bitmap copy code from CanvasBitmapHelper to vcl
        
        part of making GetAlpha/GetMask an internal detail of vcl
        
        Change-Id: Ie1740df3d6435d9f0f2de3297e7f224d2c6b3cc5
        Reviewed-on: https://gerrit.libreoffice.org/51436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [62275a93e3b13a20aa1de7945a32a0d25582c1ca]

        move pixel color extracting from canvas to BitmapEx
        
        part of making GetAlpha/GetMask an internal detail of vcl
        
        Change-Id: I874a68f340cd3074cfbeb6303f52adeeb13e56a5
        Reviewed-on: https://gerrit.libreoffice.org/51435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9c74a075c3c0809b993c017c11d1505bd244dc8]

        drop ErrCode::GetRest
        
        it was always a broken API because it includes the code, the class, and
        only part of the subsystemarea.
        
        Change-Id: I6f88b54aed2feab02a6aeaa783d7c642054b8075
        Reviewed-on: https://gerrit.libreoffice.org/51430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9d75bfcfaef97b247b3b6cd346eb27e02ae7b010]

        fix build
        
        Change-Id: If2776bbaef0eb5bf80fc7f816fe73fde4479d0d4
        Reviewed-on: https://gerrit.libreoffice.org/51528
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [b4383023e7789a3917d859411a11172c973b9eed]

        Colibre icons: fix navigation bar
        
        Change-Id: I145262989b7898c78d9c15ecdfd9044c5677bce4
        Reviewed-on: https://gerrit.libreoffice.org/51527
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [a5172f363236f6c58fe6a925e81be2b0e016cc75]

        Colibre icons: fix crop icons and some others
        
        Change-Id: I30c9201c39bddeeab381012c997b2194220dc164
        Reviewed-on: https://gerrit.libreoffice.org/51526
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [43e5380edf3d61fb0073a17ae00d08ecfeda819a]

        Clibre icons: add liststyle icons
        
        Change-Id: I14fdf6a1256fe28c47c44b174dba4849c125a001
        Reviewed-on: https://gerrit.libreoffice.org/51525
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-19  andreas kainz  <kainz.a@gmail.com>  [f54a9b6a03cafb8029dd73e30456769451c69e5e]

        Colibre icons: update caption icons
        
        Change-Id: I9c0cb099f2f289ebe156712ca71c19ed5ea071c1
        Reviewed-on: https://gerrit.libreoffice.org/51524
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Jens Carl  <j.carl43@gmx.de>  [d97120c6f35e4c14a71df63b91dcbf67d9f310cc]

        tdf#45904 Move _Spreadsheet Java tests to C++
        
        Change-Id: Ic540d06899def77313d6dc7e0a5241e1f9eeea54
        Reviewed-on: https://gerrit.libreoffice.org/51491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [4f72ff66c5536ae281ac2049ca8592bc9bfa312e]

        Colibre icons: update and add numberformat icons for calc
        
        Change-Id: I8e8f83993381e13bcfc68a42d25f7553388e3b49
        Reviewed-on: https://gerrit.libreoffice.org/51522
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Julien Nabet  <serval2412@yahoo.fr>  [b37f81f298a23d477cb6b1e9d8f28b31b8482194]

        cppcheck: arrayIndexThenCheck
        
        Change-Id: If30664066e3f3f99c02244e248e72406380069aa
        Reviewed-on: https://gerrit.libreoffice.org/51513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [1b17bbc9949edd5499642368a85c02700b116dbb]

        Colibre icons: add missing cmd icons
        
        Change-Id: If8e4bce91c4eea66499675d00a938ff7cb731465
        Reviewed-on: https://gerrit.libreoffice.org/51515
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Rene Engelhard  <rene@debian.org>  [bc358d39ac985914160e8aaa23b29469470c032b]

        this is sh, not make...
        
        Change-Id: I15056272f254e8c993c143274eea1bb7f1a28cb7

2018-03-18  Caolán McNamara  <caolanm@redhat.com>  [16f84d79ad209a4a6e033880d3059810c37e73c0]

        add id column support to tree view
        
        Change-Id: I11702f58e488bcf3fcd49c45c11b5059298f81fd
        Reviewed-on: https://gerrit.libreoffice.org/51512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [86b160886f6d5580a84f5008682cc93fa8c63e39]

        tdf#115511: Make the description field keyboard-accessible
        
        in the Customize dialog. By setting an accelerator key, and
        also manually setting the WB_TABSTOP bit to include it in the
        tab navigation.
        
        Change-Id: I02ce9e2e78404401c9fc124df07f4f0c0b1e110e
        Reviewed-on: https://gerrit.libreoffice.org/51426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-18  Rene Engelhard  <rene@debian.org>  [5204a5145d8232ea0650144fb4756c38303ef06e]

        revert accidentially comitted local changes :(
        
        Change-Id: Icaee7383332240b8b1780f5524d2faf55feb6e76

2018-03-18  Rene Engelhard  <rene@debian.org>  [7a95ee8d0badb2cbbd137a6e18af1bada35ae933]

        actually add HAVE_GPGCONF_SOCKETDIR to config_host.mk.in...
        
        Change-Id: Ib98112a31f9df44a8b03b00f3348193d16ff1390

2018-03-18  Rene Engelhard  <rene@debian.org>  [d6ed1d415d36809d784af780231258ea0ee1024f]

        actually add GPGCONF to config_host.mk.in
        
        Change-Id: Iebc767f920bbe8e017bb748e1298c58c7d470ec6

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

        ofz#5313 endless loop
        
        Change-Id: I994944ce8b71b225334bd0aed8356a81d73a643a
        Reviewed-on: https://gerrit.libreoffice.org/51510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#6990 Integer-overflow
        
        Change-Id: Ie6a29b44c3b8fb984801d6bc36eb60f45d2f00d4
        Reviewed-on: https://gerrit.libreoffice.org/51467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-18  Rene Engelhard  <rene@debian.org>  [d7ecf4a4e37a9eeffa2b40f9fe5a2e6a8f90c876]

        properly check for gpgconf (and --create-socketdir) working
        
        Change-Id: I21268e5950381845eb90bf66a42a99adc3821eaa
        Reviewed-on: https://gerrit.libreoffice.org/51493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f68929ac611fdda19c1ee413effc59d33aa5ef97]

        gpg4libre: fix failing gpg test due to over-long filenames
        
        With long workdir path, gpg sometimes fails with 'gpg: can't connect
        to the agent: File name too long' error.
        WK recommends to create preferred socket dir under /run/user, needs
        prepping though via gpgconf.
        
        See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=84720
        
        Change-Id: I2edb27758b2d4581d54eabf549dcdfed0106dba4
        Reviewed-on: https://gerrit.libreoffice.org/50978
        Tested-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [caa99a82bb91771053cae8d86da6ca2883357540]

        Colibre icons: update shadowed icons
        
        Change-Id: I73c82e4830186ad26e2f462aa46199b73e0126eb
        Reviewed-on: https://gerrit.libreoffice.org/51508
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [f38c4c8e057647af90b5c919ea6bc1d206dda68a]

        Colibre icons: update graf and color icons
        
        Change-Id: I83d2f1356e788316bfda210592fe49d90dc79b0b
        Reviewed-on: https://gerrit.libreoffice.org/51507
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b448f3cb86803ac23413cfbc643750d8e66d92b4]

        uitest for bug tdf#113284
        
        Change-Id: If4e9875344da2525b5f7bdb658ad0096d923ead7
        Reviewed-on: https://gerrit.libreoffice.org/51285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [caeb7930c1d2d6508a0a170932a3688f2057363c]

        uitest for bug tdf#86253
        
        Change-Id: If5488988ba581108d96797e58d001152cff1ad38
        Reviewed-on: https://gerrit.libreoffice.org/51088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [e08e6516a01f28f2dd2581e3326be6d6b6eddb55]

        Colibre icons: update searchdialog icons and fix wrong folder
        
        Change-Id: I43ba5ffa8cf76f7c9344a31ab0fb40d5505c2007
        Reviewed-on: https://gerrit.libreoffice.org/51505
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [8d9074afc01ef840906aa89b972cda5ebfb288c1]

        Colibre icons: update thesaurus icons
        
        Change-Id: Ie779281677bd212f0c45143e83e87ac706ffd57b
        Reviewed-on: https://gerrit.libreoffice.org/51504
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [0ab0fb2a17b83d0686b06001e85de1943b81e7ed]

        Colibre icons: fix graphic icons
        
        Change-Id: Icd7fcd9c7fda5582eaa44ada16cb9431ec84366a
        Reviewed-on: https://gerrit.libreoffice.org/51502
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [cf752194d2bd6486772fde99aa865bcc71e9c02d]

        Colibre Icons: update field icons
        
        Change-Id: I59c6cac38ab916583e6c70384657ba531969e8e5
        Reviewed-on: https://gerrit.libreoffice.org/51503
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Caolán McNamara  <caolanm@redhat.com>  [6c77d646dfd1ed057f6c81831764c1f85e857c5e]

        ofz#6999 check available data len
        
        Change-Id: I89a7913d35706ee5797beee654ef99be088431b8
        Reviewed-on: https://gerrit.libreoffice.org/51497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-18  Jean-Pierre Ledure  <jp@ledure.be>  [43b7b2bb72890601129983f5102d15347ef03ef6]

        Access2Base - FIX EditMode property of Recordset class
        
        EditMode must return an integer instead of a boolean

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [c10b61220a484c570494079eae6ddf828c01f725]

        Colibre icons: update pink color to red16
        
        Change-Id: Id550e89c4fe363721b436cea28081b5a2a55b916
        Reviewed-on: https://gerrit.libreoffice.org/51501
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [79a02c230443ac3a743b3c6fc023a9403e5917a9]

        Colibre icons: update chart2 icons
        
        Change-Id: Ie62ff6708f549b5a500aec91633a74ffd007c58d
        Reviewed-on: https://gerrit.libreoffice.org/51500
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

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

        SetMessagesWidths can be private now
        
        Change-Id: Ie7f4e0c0695774b1a7b85ca7b42247fd8db76d27
        Reviewed-on: https://gerrit.libreoffice.org/51477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-18  Caolán McNamara  <caolanm@redhat.com>  [2fb266bb77722cd45af7346e99a8f214c3f8b198]

        unify the message dialogs with extra widgets cases
        
        Change-Id: I9ad3573b15d24c3d1737b9f450792952ae20a31b
        Reviewed-on: https://gerrit.libreoffice.org/51476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6709db941ff3257226f48212d2c36ee1b0d68200]

        uitest for tdf#62267
        
        Change-Id: I49cad5ebfb459f881aa1520e18f32c1e3ac42327
        Reviewed-on: https://gerrit.libreoffice.org/51235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Julien Nabet  <serval2412@yahoo.fr>  [1e3a5bb9e92aea074d7350ccde0dae5c123e885d]

        Use for-range loops in hwpfilter, i18n*, idl* and io
        
        Change-Id: I980464162b73ed9ee0a09acbca1b9050af8d1027
        Reviewed-on: https://gerrit.libreoffice.org/51492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-18  Caolán McNamara  <caolanm@redhat.com>  [2980e65d9728cfee73c1c49d64e19af50f756521]

        fix crash on pdf import of fdo30892-1
        
        after
            commit a9ef943769b06e6bdffe7326f288b27e08a95698
            Date:   Wed Feb 28 11:09:43 2018 +0200
            loplugin:useuniqueptr in sdext
        
        Change-Id: I964e2319d583455c2c698f895e0b675d69256e38
        Reviewed-on: https://gerrit.libreoffice.org/51475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3eb9a61a010c8569708d47a8f7432b5bd19d931b]

        uitest - writer Insert Footnote/Endnote
        
        Change-Id: Icd75275569bcebb60a1995f84f586e3eda93cf45
        Reviewed-on: https://gerrit.libreoffice.org/51278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [be169920ed9de4148d6943cc5c8223b297c9c915]

        uitest - Writer Insert Footnote, Insert Endnote
        
        Change-Id: I4c8b052619075745007701b2d261f62b65cf4e72
        Reviewed-on: https://gerrit.libreoffice.org/51302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6134a8ebd4986e04157b47df606e511b9d501c60]

        uitest - Calc Paste Only
        
        Change-Id: I4d858b34609058fb86fe70244236f6cca32a4c31
        Reviewed-on: https://gerrit.libreoffice.org/51071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5d40cfa4ab4d79495292b75a2635fa6b2a99e313]

        uitest - Calc Document Properties
        
        Change-Id: Ice5a2fcb3cac3bfcc21f0c060b1a38fb686a728d
        Reviewed-on: https://gerrit.libreoffice.org/51074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e7c86898bda11e7b3fc1a47dad9b01065429d2ff]

        uitest for bug#69450
        
        Change-Id: I467bbfd0c9effe81b6f67d903766a9daedd60329
        Reviewed-on: https://gerrit.libreoffice.org/51090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [826d9839e0f24631b330737b86fa520d7d8c5dd1]

        uitest for bug tdf#65856
        
        Change-Id: I494be1801bcecff42a00208880b533f0bc4ee874
        Reviewed-on: https://gerrit.libreoffice.org/51178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4b0cfc9f5b82a11897446cd81f04a0653cc2a1d7]

        uitest for bug tdf#115572
        
        Change-Id: Ice88208831cd26902835919adb1e13fbbfb9fd79
        Reviewed-on: https://gerrit.libreoffice.org/51453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fbe3b762e8e96f96afe5c79d1b9db5be3c7141a8]

        uitest for bug tdf#115573
        
        Change-Id: Ibf257160cd33c83ae6f3a0b6170011d49ed9cd3f
        Reviewed-on: https://gerrit.libreoffice.org/51462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-18  heiko tietze  <tietze.heiko@gmail.com>  [5620d620dce3eecc1eaa6b9062e210fb57bf59ea]

        tdf#115228 Terminology TSCP
        
        Renamed some terms
        
        Change-Id: Ia23f2490155101d59ef2bb3ce181709bb427197e
        Reviewed-on: https://gerrit.libreoffice.org/48744
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-18  Julien Nabet  <serval2412@yahoo.fr>  [93f8b703a0f0287354723855afe8e65297ecf716]

        Use for-range loops in helpcompiler
        
        Change-Id: I787a5b43cb09ac308082cac0e66540f975d79ead
        Reviewed-on: https://gerrit.libreoffice.org/51473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ea01c61fe374b1122a03568d72f166bb16fa7858]

        remove define for GraphicObject url and inline the string
        
        Change-Id: I505f7c21f666d78955aace1776536d34a9e29ce3
        Reviewed-on: https://gerrit.libreoffice.org/51391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [da9c8289757657bf36963ffaea45ac5a2a821ac8]

        cleanup UnoGraphicObject
        
        Change-Id: I7d8982223170b4675b85e350d9515ef99df0f715
        Reviewed-on: https://gerrit.libreoffice.org/51390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-18  Jens Carl  <j.carl43@gmx.de>  [c671b277275d2173b8235bcda1aa3f17dbe6deb5]

        Create UNO API property testers for common types
        
        Create UNO API property testers for common, so it's possible to share/use
        them between all the UNO API service property tests.
        Testers are available for the types 'boolean', 'long', 'short', and
        'string'.
        
        Change-Id: Ia36dba98c774695b3ba6ac9d9917af9fb20efdba
        Reviewed-on: https://gerrit.libreoffice.org/51259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [6f487baba0a63e775a20911551b83feb82a327f5]

        Colibre icons: use #696969 for font icons
        
        Change-Id: I350d4af1826636c4c2d8465314479d901d30efa0
        Reviewed-on: https://gerrit.libreoffice.org/51486
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [3677ca53c60304830285233474466de3272ec183]

        Colibre icons: fix sc_help icon
        
        Change-Id: I2410d18a23ce70f5885630472b05bb5074aba9a6
        Reviewed-on: https://gerrit.libreoffice.org/51485
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  Mike Kaganski  <mike.kaganski@collabora.com>  [45f1b733e0f736f4db677ba1fd17695ac1009c9f]

        tdf#112118: use correct border when calculating margin
        
        This is a longstanding (at least since 2000: already present in commit
        7b0b5cdf) error where left border linespace was used when calculating
        right margin. It was copypasted from ww8 import to ooxml code verbatim.
        The problem only manifests itself when left and right border spacings
        are not the same; and since we had other errors in the borders import,
        that additional problem simply wasn't apparent.
        
        Also use scaled border width in border distance/margin calculations.
        
        Unit tests updated.
        
        Change-Id: I70961e1bde29471def69e1ef944ba2779cffe307
        Reviewed-on: https://gerrit.libreoffice.org/51474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [ca8d014327601f6efc977e9192119ad96ed1ba8c]

        Colibre icons: add foil icons
        
        Change-Id: Ic0cfcc1937c8156d0d8035e1123c36179364bc18
        Reviewed-on: https://gerrit.libreoffice.org/51484
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [a8a55b5ecd46f4d2ea324c1ad24c02da3c67501c]

        Colibre icons: add svtools icons
        
        Change-Id: Ibd4aad68f05d8126e2506b8392b2a1e63ed794f5
        Reviewed-on: https://gerrit.libreoffice.org/51483
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [65a5e3ad2db8362fcb547039bc292a2bb98f3c54]

        Colibre icons: add svx icons
        
        Change-Id: I95129be8a2fd9d6e2e0cccbb4c6457c6a0b81a58
        Reviewed-on: https://gerrit.libreoffice.org/51482
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [bc9d0f3342a824f2f31c50fdc4f255d880d3993b]

        Colibre icons: fix templates_32 icon
        
        Change-Id: I8be7bd253284ece1c6a7778e568fe9b0daf9bf5e
        Reviewed-on: https://gerrit.libreoffice.org/51481
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [867bf2e60dc83ede9d59441963a03e2c9240343b]

        Colibre icons: add vcl icons
        
        Change-Id: I53de7245ef90805c32f116f1e84e698c0f9d5e78
        Reviewed-on: https://gerrit.libreoffice.org/51480
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-18  andreas kainz  <kainz.a@gmail.com>  [8038911866f54f3921f51a2a1e702831c42f02fd]

        Colibre icons: add xmlsecurity icons
        
        Change-Id: Ic6f218e73d8b085ab74b5f815753987ad49333f7
        Reviewed-on: https://gerrit.libreoffice.org/51479
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-17  andreas kainz  <kainz.a@gmail.com>  [7184b29b78e7673c1191f65717749f2a0dbcca9e]

        Colibre icons: global icon fixes
        
        Change-Id: If167db7cbeb86133516c35636a39ddb1269d2c7d
        Reviewed-on: https://gerrit.libreoffice.org/51472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [8d107b8d3b33b16436fbe64a5e296ec5a2c69e5d]

        OperationSmiley: Adapted TestDocument
        
        The OperationSmiley fix is about removing the old hack
        that for CustomShapes in top-left and bottom-right points
        were added. In the ScTiledRenderingTest::testGraphicInvalidate
        UnitTest using this document exactly that top-left wrong polygon
        was hit which is now no longer there. The used shape was an
        ellipse, so this makes a difference - there *is* no geometry
        in the top-left corner of this shape. To fix that, I exchanged
        the ellipe CustomShape with a rectangle CustomShape. That way,
        the old hit behaviour will be replicated.
        
        Change-Id: I4b96ad79ba91166f097207226577d34087625589

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [8e04bd4bf4ee0e980eecfaaa25322b0b58de197f]

        OperationSmiley: Corrected shadowing of local variables
        
        Change-Id: I7826c7d80ca822cd8211cbf9444f21c3bcfaf6aa

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [22bb8b0dfc0765f613d46ba8893f721598df89d9]

        OperationSmiley: Corrected shadowing of local variables
        
        Change-Id: I7826c7d80ca822cd8211cbf9444f21c3bcfaf6aa

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [3b4c64efa7f0aea5bc7619726fd3f7efbf2ceb1c]

        OperationSmiley: Removed unused param from SdrPathObj constructor
        
        Change-Id: Ia69e822c698ea13650d868472ba63744727ff886

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [735d9e5828157a09e0b04b2dc5797a78208b57a2]

        OperationSmiley: Secured quite some places using CustomShape
        
        Changed quite some places of SdrObjCustomShape usage to use
        references instead of pointers, thus forcing to more secure
        handling. Changed some test and change methods, even found a
        memory leak by doing so.
        Added some incudes/predefines for linux builds.
        
        Change-Id: Iba76037a3c54af50bb05e6bd63d7ad04624665a7

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [86c4672f4600daf19238ef25377406f445d9453a]

        OperationSmiley: Secured quite some places using CustomShape
        
        Changed quite some places of SdrObjCustomShape usage to use
        references instead of pointers, thus forcing to more secure
        handling. Changed some test and change methods, even found a
        memory leak by doing so.
        
        Change-Id: Iba76037a3c54af50bb05e6bd63d7ad04624665a7

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [d1027af3c74529827d53e8cf7b0d42a0ee47d1ba]

        OperationSmiley: Added support for using same FillGeometry
        
        It is now possible to use a single FillGeometry to fill objects that
        are made of multiple filled objects (e.g. CustomShapes) so that
        they look as using a single fill. This is used for CustomShapes,
        but may later be 'extended' to be used for more cases. The basic
        functionality was already in the primitives, but had to be added
        to SDrObject due to these being used for CustomShapeVisualization
        (currently - would be better to change this to primitives, too).
        
        Change-Id: I1d9fb158191a9ec663e46f3911213be2f3d88986

2018-03-17  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [9886a69c472f212d88f11cfa0f3835e5dcf485b2]

        OperationSmiley: Remove brightness from SdrPathObj
        
        There was a member at SdrPathObj called mdBrightness only for
        holding a blend value during creation of SdrPathObjs for
        CustomShape visualization. This has nothing to do on the
        model data, move it to where it belongs
        
        Change-Id: Iee101f90a1275ce1ed97e8e8d0ccf7084c83d4f6

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [823ef9ef3238efd92895254e0f8042ff1e543bb6]

        Use for-range loops in framework
        
        Change-Id: I72ea832848fd7c76863bcee70a3303de488c0b0f
        Reviewed-on: https://gerrit.libreoffice.org/51471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  jan Iversen  <jani@libreoffice.org>  [b9cf7da2907f759c98b801939e7c04cf0b80388f]

        iOS, balanced return stack
        
        stack balenced for entering and exiting _privateSnippetExecutor
        
        Change-Id: I381c487d3412a39b113e9725807fd018b2b4036a

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [359f2035bcef41eef027580b22529f5bdb5f96d2]

        Typos: definied->defined
        
        Change-Id: I052d6a4815372c79b6d62c1c85d303c6272af3df
        Reviewed-on: https://gerrit.libreoffice.org/51466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [840cb33c4191152445ad8dd05db225ec08ea8f58]

        Typos concerning hierarchy
        
        Change-Id: Ied3c6d1513f2181a5f7da2904a0df2f806146cec
        Reviewed-on: https://gerrit.libreoffice.org/51465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [c6994fb815624d31bc2570bdcdc5991fd1195792]

        Use for-range loops in embeddedobj, embedserv and formula
        
        Change-Id: I56e1bace8ab8312524e681d3865a1a89d523812d
        Reviewed-on: https://gerrit.libreoffice.org/51459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a57bda77c3094558e8dae6ecec761ee4b98e5af3]

        Removed duplicated include
        
        Change-Id: I967e67d08b22dc3c56fe860bea49f301b75b4ff9
        Reviewed-on: https://gerrit.libreoffice.org/51463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [95e70f71b951a91dcfa38e313b59cbe090db2ec1]

        Use for-range loops in fpicker
        
        Change-Id: I9bca308889c6e15ce9fcbc82f5c6c5e126b29022
        Reviewed-on: https://gerrit.libreoffice.org/51460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Samuel Thibault  <sthibault@hypra.fr>  [5833734027f9194e3433d82a6e8848b64e2ae3b1]

        cui: Add tooltip to user-defined number format comment
        
        The context is not obvious when using a screen reader.
        
        Change-Id: Ibabc9b33081b729c1ded5b43b6dfa05aeb854fc3
        Reviewed-on: https://gerrit.libreoffice.org/51289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-17  Henry Castro  <hcastro@collabora.com>  [0046f706a6f65978fc86e88736fccc14591080c9]

        sc: prefix members of ScRefHandler
        
        Change-Id: I7ba7f17256c244604549321fc4812ce845c28877
        Reviewed-on: https://gerrit.libreoffice.org/51451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-17  Saurav Chirania  <saurav.chir@gmail.com>  [7af8fede0e7d09ba2eafa3366c800769a4b1d9b4]

        uitest logger: call correct function for key logging
        
        isMod2() and isMod3() functions have been used
        in place to isMod1() to generate correct key logs.
        
        Change-Id: Idcb83ad8bf00d31cac08cb7ff17ecca635b44967
        Reviewed-on: https://gerrit.libreoffice.org/51367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-17  Samuel Thibault  <sthibault@hypra.fr>  [4f54739c54d7c95a8aa8ec415b350e7e5034cb18]

        scalc: Add missing labelling
        
        The "first page number" spin button was missing accessibility labelling.
        
        Change-Id: I750cebf33f20056819abc00bb6875e2d89100fdd
        Reviewed-on: https://gerrit.libreoffice.org/51291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-17  Julien Nabet  <serval2412@yahoo.fr>  [070dbae6b4dc497d6ae898e60203d25b0e608d73]

        Use for-range loops in forms
        
        Change-Id: I23f63f2a98ce64513f5cb4b06e373b5ec9509d62
        Reviewed-on: https://gerrit.libreoffice.org/51445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-17  Szymon Kłos  <szymon.klos@collabora.com>  [e673a47767cbd272d206ac50f2ac879d5ba71176]

        tdf#84205 If theme not found, use first
        
        Not a complete fix, workaround.
        
        Change-Id: If4d765eaeae3419f4f1deb4e1cfbe0113a71da94
        Reviewed-on: https://gerrit.libreoffice.org/51440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-17  jan Iversen  <jani@libreoffice.org>  [8c3d13471815054ef564227425c065b840c39829]

        iOS update unwind abi to v. 26
        
        Change-Id: Id149b6a17dec8e6030d78e235c7451b2244152d1

2018-03-17  jan Iversen  <jani@libreoffice.org>  [0df72d80e8a253937a36f42e98847480eff420c2]

        iOS, remove copy of source code to instdir
        
        The build phase contained copy statements for
        bridges/source/cpp_uno/ which should not happen
        
        Change-Id: Ied4c1b2ef29effe4642f5ca0e7dc3a5b41ef0b68

2018-03-17  Pranav Kant  <pranavk@collabora.co.uk>  [1990fc47bb561fcb9f98cbdcb7f986b93a54b876]

        sd lok: Enable mapmode in case of lok to calculate center
        
        This reverts the solution in 9fee132c18b658c9ea9fb1114c1fefa56b57532a.
        
        Also, calculate center using the new function for chart, image, and text
        shape insertion.
        
        Change-Id: Ie893050b7c875760db0194e7a3f0c2cd3068963b
        Reviewed-on: https://gerrit.libreoffice.org/51343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-17  Pranav Kant  <pranavk@collabora.co.uk>  [21f56ccbd22ffa347edf931b7ed93c99988fbb8a]

        sd lok: Set the view size to full page size + fix unit tests
        
        ... such that during insertion of objects when sd calculates the center
        of the view to place the object, it is the center of the whole slide,
        not the center of the default rectangle of 800x600.
        
        It's also important to hide rulers, scrollbars so that correct center is
        calculated; we don't need them anyways in LOK.
        
        Change-Id: I2d1577bc963d324959b272ed3174571ab197d014
        Reviewed-on: https://gerrit.libreoffice.org/51416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-17  Henry Castro  <hcastro@collabora.com>  [ef5aea051495b314c043ce4f1ff7b0fafb9c4bb8]

        sc: prefix members of ScFormulaReferenceHelper
        
        Change-Id: I412c7336802032da93c3cc4df1d7f6d8baf36a7b
        Reviewed-on: https://gerrit.libreoffice.org/51442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-17  andreas kainz  <kainz.a@gmail.com>  [48d9c34204fcc0862c6627a6d587c7df5e5f84b2]

        Colibre icons: add layout icons for impress
        
        Change-Id: I0b05de738cdcb77ca92e95ee93a682bc417e27f9
        Reviewed-on: https://gerrit.libreoffice.org/51449
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-17  Reshma  <reshma.ramaprasad@gmail.com>  [ea5f9dd6d5bc10e17a9745a0d2b8ae7a342833a8]

        tdf#106375: change tool tip to "Align Center"
        
        change "Center Horizontally" to "Align Center" in Formatting toolbar
        
        Change-Id: Ib5fbe70eb2a5490f7dd234ca8e5db118e68c8a73
        Reviewed-on: https://gerrit.libreoffice.org/51045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-17  andreas kainz  <kainz.a@gmail.com>  [2282ca86a56b890bf7196fc89b3ea096b5ea734b]

        Colibre icons: finish cmd files
        
        Change-Id: I7cc165fc2c0931aad519a8b2a872dda89ce153d5
        Reviewed-on: https://gerrit.libreoffice.org/51448
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [de774e261a59625336fe4d744d8c8e2966b570d2]

        lok: notify clients of clipboard changes
        
        Change-Id: I93d8eacc0defb1176ec5d767f49356812cf90ff6
        Reviewed-on: https://gerrit.libreoffice.org/50327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-03-16  andreas kainz  <kainz.a@gmail.com>  [df4253787e9f6ba4951ee2f416ec65937b2c8ddf]

        Colibre icons: add cellborder icon
        
        Change-Id: Ifd74d3cfbc6b4b1c2c4a7a1b5529e137a7b041eb
        Reviewed-on: https://gerrit.libreoffice.org/51446
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-16  andreas kainz  <kainz.a@gmail.com>  [5e6f2ca6f86f810a41c9948c6552526424661a65]

        Tango icons: move svg and xcf source files to tango_svg
        
        Change-Id: I94a2c7a1048a3e29776a0b5b6f78a7d043b751ca
        Reviewed-on: https://gerrit.libreoffice.org/51376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-16  Michael Meeks  <michael.meeks@collabora.com>  [25e4b59b2e9805ebd3c38c40e5591125a05ed5b0]

        First cut at annotating 'exotic' filters.
        
        The idea being that we can improve security by warning for these.
        
        Change-Id: I7d993417bfb6a8fe868bc3e07ccbcfe71bf285ff
        Reviewed-on: https://gerrit.libreoffice.org/50387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [2937661f0e9381f84067a025f76e5554b8a1a457]

        rhbz#1392145 ensure titlebar close button matches 'outside' direction
        
        Change-Id: I20e925c58adb56acd4d1a63720d330c8b6613441
        Reviewed-on: https://gerrit.libreoffice.org/51433
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        Related: tdf#115964 convert the problematic dialog to a native gtk3 one
        
        Change-Id: I84e10f1c45dfbe267f9b350d74271ac149bdaf43
        Reviewed-on: https://gerrit.libreoffice.org/51432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [975a8164e05a437ec8b51a506989b0bd617854b8]

        Related tdf#116264 trailing newlines used for msgbox padding now harmful
        
        Change-Id: Ibe53f71514ffa7d5ca5728b742964f1ab4827692
        Reviewed-on: https://gerrit.libreoffice.org/51427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [28d73ca4b1297345cefed1a092d983bb59a6c445]

        can get the window from the SwView
        
        Change-Id: Ifa3033b928db817ccdc4337f8995179bc488fcb6
        Reviewed-on: https://gerrit.libreoffice.org/51425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        use real frames, etc
        
        Change-Id: Ie21a7058c51c3c456de473bf0a88f46cb76a44a4
        Reviewed-on: https://gerrit.libreoffice.org/51424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        use digit width instead of char width
        
        its the same across backends
        
        Change-Id: I37c83cbf1139babcd014c7cfdee06a13bea845c7
        Reviewed-on: https://gerrit.libreoffice.org/51423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld SignatureLineDialog
        
        Change-Id: I14cbc7e1aa70696abdeb21eae31176566f17e066
        Reviewed-on: https://gerrit.libreoffice.org/51422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Henry Castro  <hcastro@collabora.com>  [009d2756b1678477ec23d5647bd5004c4bff3a62]

        lokdialog: do not lock events when opened ScFilter Dialog
        
        When exists 2 or more views and one of the views open the ScFilter dialog,
        the other views are locked and no event process.
        
        In tiled rendering case, collaborative editing is not functional with 2 or
        more views are locked, so the patch prevents locking the other views
        
        Change-Id: I0133d38ac5ecef4d3ebc22f3e922602704dcd0b3
        Reviewed-on: https://gerrit.libreoffice.org/51370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-16  jan Iversen  <jani@libreoffice.org>  [8a8663a49b6d2ba297587c730860cc8ca9d139da]

        iOS, solved call stack problem.
        
        Stack was not corrupted, but the call stack was not intact when
        passing the assembler code.
        
        Change-Id: If07909dce2b4a73634a130e5f50e84312115b845

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [5b75a1697250d8b2b6003c37067f39270a5ad828]

        move cairo extract bitmap code from canvas to vcl
        
        part of making GetMask/GetAlpha an internal detail of vcl
        
        Change-Id: I45c2e9fdae08d7f444a64e8e04a6f65bb525cbd1
        Reviewed-on: https://gerrit.libreoffice.org/51417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [92dc87cbac74c1be260534b5e38088c44515a47b]

        loplugin:useuniqueptr in SvUnoWeakContainer
        
        just use a std::vector here, these are small objects, no need to
        allocate them separately
        
        Change-Id: Ie9f8df88eb7c291e2c99177d0f5e4bfc1c7ab542
        Reviewed-on: https://gerrit.libreoffice.org/51415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [8015e0a15d1b8c454c26c645c7e8ebee9c4e1ee1]

        move some mask code from SvxMSDffManager::ImportGraphic inside BitmapEx
        
        part of moving GetMask/GetAlpha touching code inside vcl
        
        Change-Id: I46e908ed6216dd521143ca94d2dcbd7e95d8b9ce
        Reviewed-on: https://gerrit.libreoffice.org/51408
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0967c69d3e08efbc8e3dec807601ac52870792a]

        fix crash on pdf import of tdf59883-2
        
        after
            commit a9ef943769b06e6bdffe7326f288b27e08a95698
            Date:   Wed Feb 28 11:09:43 2018 +0200
            loplugin:useuniqueptr in sdext
        
        Change-Id: I3f54002764ee42162279bade49a3e3b21e136917
        Reviewed-on: https://gerrit.libreoffice.org/51402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Stephan Bergmann  <sbergman@redhat.com>  [ba2166ab40b58279da2aeb700c23d49515eb640f]

        Typo in error message
        
        Change-Id: Ia56a47b46989027588afc291bf8f82299903cdaa

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

        ofz#6950 Integer-overflow
        
        Change-Id: I56d8da7d6f376744803153b29d1dfe638e10b001
        Reviewed-on: https://gerrit.libreoffice.org/51398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Serge Krot  <Serge.Krot@cib.de>  [be02ce71f2ee694fa2609a7a630853c24acfbfff]

        tdf#113182: DOCX filter: new values of wrap property in text box
        
        Added support of "none" and "through" values of the w:wrap
        poroperty in the text box.
        
        Change-Id: I83f0c9e8162e93bf457f228d49d3b426050d4dc6
        Reviewed-on: https://gerrit.libreoffice.org/51396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a4fcb7feac223e9384a2b91fc6db8a16a5dbe78]

        simplify ImageList::GetAsHorizontalStrip
        
        no need to repeat logic the BitmapEx constructor already implements
        
        Change-Id: Ic958b3a3baafe9911b8461e1fc512e36616db89c
        Reviewed-on: https://gerrit.libreoffice.org/51401
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-16  Stephan Bergmann  <sbergman@redhat.com>  [f07e2496963baf8f7c0fecc79e7a420544075d98]

        sdk/lib dir missing from Linux installation sets
        
        ...after cfd2691e5bf398304d7816227b933e53907b6204 "[API CHANGE] Remove salcpprt
        static library" had removed the sole regular File item from gid_Dir_Lib_Sdk,
        leaving only Unixlink items.  But the solenv/bin/modules/installer.pm code used
        to only auto-create any directories that contain regular Files.  Changed that to
        also consider Unixlinks in addition to regular Files.
        
        And to add insult to injury, the code in
        solenv/bin/modules/installer/simplepackage.pm creating the actual symlinks
        represented by the Unixlink items silently does nothing when a symlink cannot be
        created (because the partent dir is missing).  To be fixed in another follow-up
        commit.
        
        Change-Id: Ic7a682a17ac59c789c85c56c825dd623bc59428c

2018-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [eb76e16abba16d88acd342779a8216dd64d60955]

        chart2 lok: tunnel context menu of the chart edit view
        
        Change-Id: I0c8b3cfe1666ad81f808871a87e4b0fa64ef593c
        Reviewed-on: https://gerrit.libreoffice.org/51345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

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

        weld SvxObjectTitleDescDialog
        
        Change-Id: Id08c201ee4377fe84618906725e7699d29dc1160
        Reviewed-on: https://gerrit.libreoffice.org/51395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [04caeef4fdb84d792f967e661073c8ba81d931b2]

        loplugin:useuniqueptr in ScDPSaveDimension
        
        Change-Id: I169a8eff540c866958da37c25a03550542433f16
        Reviewed-on: https://gerrit.libreoffice.org/51372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Stephan Bergmann  <sbergman@redhat.com>  [f7069aaa2aac8e120a21cba3905a513b194364ca]

        Simplify code
        
        ...avoiding loplugin:salunicodeliteral and loplugin:stringconstant
        
        Change-Id: I560682ac87b24f47fc16a6ef17232c7fbc8c9099

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [494f565506013015d9ce4a3010eb3b211557d70f]

        don't bother dithering for 256bit displays
        
        which surely are a minority by now
        
        Also drop the GetColorCount() method on OutputDevice and clean up the
        remaining call sites to use GetBitCount()
        
        Change-Id: I4e2c6f2523796f7df7f54eb005f1539e34d9ea40
        Reviewed-on: https://gerrit.libreoffice.org/51389
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [e568d233a3f9cbc926bfa12dac3fbc6d29a4b6c7]

        move framework/toolkit use of BitmapEx::GetMask inside vcl
        
        Change-Id: I2a942377d6e9b8b09673e5ad2804e0e7fb2bb943
        Reviewed-on: https://gerrit.libreoffice.org/51387
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Mike Kaganski  <mike.kaganski@collabora.com>  [1f3630e2fb35389835cb326a46bd539660942632]

        tdf#116403: consider borders when updating right-aligned tab in index
        
        Change-Id: I415d8fcfdd75e6d608ec2e3ba228146cf8139278
        Reviewed-on: https://gerrit.libreoffice.org/51388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [7619390bd15fa26fc8f74d75f187cf8bf2fca58b]

        Resolves: tdf#115923 try a different approach to solving tdf#46637
        
        Try scrolling to the cell the mouse is over if its not fully visible already
        and this is not autofill selection. To avoid the mouse over the autofill handle
        which overflows into neighbours scrolling the neighbour cell into view before
        its truly desired to be selected when the mouse passes the center point
        
        in other words, for autofill go back to how it always was
        
        Change-Id: I6f67ad0f49c2d4087949f71f38322f06ced13c79
        Reviewed-on: https://gerrit.libreoffice.org/51361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [24546ac5ea1d58d7cbd07d093b99c9ab07406b00]

        remove constructor with UniqueID from GraphicObject
        
        Change-Id: I03924c993a95adaf6e19589779546fce2b38c745
        Reviewed-on: https://gerrit.libreoffice.org/51333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f4facca39726c7a8d43ced8f4d88d58aa116c443]

        Remove XGraphic creation with Grap.Obj. URL in GraphicProvider
        
        Change-Id: Ie51be332df88791cb13c3835582acc0a4e7250f9
        Reviewed-on: https://gerrit.libreoffice.org/51332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cd5def4d12c38eac039fce66b8d0c8e9a954ce8a]

        remove some GraphicObject URL funct. from GraphicImportHelper
        
        GraphicImportHelper is an implementation of XGraphicObjectResolver
        which is mostly used to "resolve" a GraphicObject URL to the
        internal storage URL (and save the graphic to the storage in the
        process). Most of the GraphicObject URL functionality was removed
        so the required overrides from XGraphicObjectResolver interface
        now return an empty result or do nothing.
        
        Change-Id: Iee6bb71b15411d03ef82ab4d20d234ff0e834425
        Reviewed-on: https://gerrit.libreoffice.org/51331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [460f39e687393b3a8906d2adc3e8f7a0c749851a]

        tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned
        
        Change-Id: I92b43ae2f034bf63cc3f212ec8728c5c6b5e8934
        Reviewed-on: https://gerrit.libreoffice.org/51222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-16  jan Iversen  <jani@libreoffice.org>  [09d842887d7fe6bc7854290f8d87c50fa48e6d4e]

        iOS, added description of __cxa_throw
        
        Change-Id: I6a537957528a0d2de989b347bde1167e21544236

2018-03-16  Szymon Kłos  <szymon.klos@collabora.com>  [064ad89c0e929cab771c6bda38bad5637db00575]

        tdf#104789 Export opacity attribute name
        
        Change-Id: Id47ab6b3cb20fbcebb2d7fa589f3b0d7552e2cce
        Reviewed-on: https://gerrit.libreoffice.org/51369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-16  Szymon Kłos  <szymon.klos@collabora.com>  [4f90f35c6f95787cef1e8acb66cfc58f884be8dc]

        tdf#104786 Don't export empty 'to'
        
        Change-Id: I16b573fd6455813c6be5c2f5a0f0a820360a239f
        Reviewed-on: https://gerrit.libreoffice.org/51359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-16  Szymon Kłos  <szymon.klos@collabora.com>  [4f1fa172a830ee3da43a7cfc01c38a4aa11d9337]

        tdf#90627 Don't save empty conditions
        
        Change-Id: I5a953c1b0fff7bf41a59360a8f52596264ddf266
        Reviewed-on: https://gerrit.libreoffice.org/51293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f7be5817ca96d415a99e0bea9757fc3899572263]

        Fix typos
        
        Change-Id: If70b03cad4c46010a59cf3bee139e801230fa3aa
        Reviewed-on: https://gerrit.libreoffice.org/51385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-16  pranavk  <pranavk@collabora.co.uk>  [32239a1a1a7432dd9805658afe30997a0813ad10]

        Revert "sd lok: Set the view size to full page size and hide ruler, scrollbars"
        
        Pushed by mistake. Let's revert until tests passes
        
        This reverts commit 1354bafdc707b87f8db1e89c96382c4f4f460554.
        
        Change-Id: I4a8973f4e22332115143319a264fefa68e343dcc
        Reviewed-on: https://gerrit.libreoffice.org/51386
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [1354bafdc707b87f8db1e89c96382c4f4f460554]

        sd lok: Set the view size to full page size and hide ruler, scrollbars
        
        ... such that during insertion of objects when sd calculates the center
        of the view to place the object, it is the center of the whole slide,
        not the center of the default rectangle of 800x600.
        
        It's also important to hide rulers, scrollbars so that correct center is
        calculated; we don't need them anyways in LOK.
        
        Change-Id: I1180541c1b8c8a35f39112ca0a670c9d96d1320b
        Reviewed-on: https://gerrit.libreoffice.org/51347
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [b2428496de5cd579f4cdb0f149e2cebb8b12dd4d]

        lokdialog: Invalidate upon window size change
        
        This problem can be seen with some of the dialogs like chart dialogs
        where not all of the area which should be invalidated is invalidated.
        The reason being that their container gets resized but not
        lok-invalidated.
        
        Change-Id: I12eb68e8644ca67b2666badb7b772b92a145c624
        Reviewed-on: https://gerrit.libreoffice.org/51264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a74684aab0def63cfd1afff6d2e8882e27b22df]

        loplugin:useuniqueptr in SwAccessibleTable
        
        Change-Id: Ife93c2bb6c0d064946dc760b8cbc6133b9e97c62
        Reviewed-on: https://gerrit.libreoffice.org/51371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a8af607ba0936d8802fca96ec3259c7eedcd571]

        loplugin:useuniqueptr in SwBlockCursor
        
        Change-Id: I3c3b9969ea26bd378a25a3c58e4710a5538889fb
        Reviewed-on: https://gerrit.libreoffice.org/51373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [a7e98725901412aa334a1abe87194e682c1ae836]

        chart2 lok: give parent to data table dialog to tunnel it
        
        Change-Id: Ie82a9a6d9b499e5da34e04f0c2f5fc7c164b098e
        Reviewed-on: https://gerrit.libreoffice.org/51346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8512a1cc771b0bce7305ed5930524e1527b1cc1]

        use more TypedWhichId in sfxsids
        
        Change-Id: I136427319ce2f1117501517efec2f03019bbf71e
        Reviewed-on: https://gerrit.libreoffice.org/51339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a47baea83f761937f5b8b5ed0ee142d3e04386d4]

        loplugin:useuniqueptr in SmCategoryDesc
        
        Change-Id: I4a6be3c84fb7c64b5f72499e5393e44f02514201
        Reviewed-on: https://gerrit.libreoffice.org/51334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [b4b2d7dd3eb210eb77c8f53e604a5d308282ee99]

        solenv: sort the clang-format blacklist
        
        LC_ALL=C sort solenv/clang-format/blacklist > ~/blacklist
        mv ~/blacklist solenv/clang-format/blacklist
        
        Change-Id: Id00c5dc912220c6af6b1334e833abef4a0889ee0
        Reviewed-on: https://gerrit.libreoffice.org/51349
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-16  Julien Nabet  <serval2412@yahoo.fr>  [c772d2234c52d450972a2e863dabff4ea46b047c]

        Modernize a bit filter (part2)
        
        mainly by using for-range loops + some algo simplifications
        
        Change-Id: I25b02676527d551985434e07e7dc5f2927d4955e
        Reviewed-on: https://gerrit.libreoffice.org/51377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-16  Mike Kaganski  <mike.kaganski@collabora.com>  [8805e10f5887df66edfd0a2fa4b70e87f0c74700]

        tdf#112118: DOC: properly import/export border distance
        
        DOCX part was done in fb959e581c900b392efd0bb329b7cf30c8ed56a5.
        
        This commit fixes DOC part. Line width wasn't taken into account on
        import; and export was done only with "from text" distance, which
        gave poor interoperability with Word, where the borders were close
        to page edge.
        
        The common code is moved to editeng/source/items/frmitems.cxx and
        include/editeng/boxitem.hxx.
        
        Change-Id: I3d1d1312cb9dc9a9e00d9847ec11234cd787df60
        Reviewed-on: https://gerrit.libreoffice.org/51366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-16  Stephan Bergmann  <sbergman@redhat.com>  [2537d6897ae516d3b4d50f0e2885dc24949841bf]

        Clip BColor lightness value at 1.0
        
        UBSan build started to fail CppunitTest_sw_ooxmlexport8 with
        
        > /include/tools/color.hxx:59:27: runtime error: value 258.5 is outside the range of representable values of type 'unsigned char'
        >     #0 0x2ad219182418 in Color::Color(basegfx::BColor const&) /include/tools/color.hxx:59:27
        >     #1 0x2ad219175e48 in (anonymous namespace)::lcl_compute3DColor(Color, int, int, int) /editeng/source/items/borderline.cxx:50:16
        >     #2 0x2ad219175574 in editeng::SvxBorderLine::threeDLightColor(Color) /editeng/source/items/borderline.cxx:77:12
        >     #3 0x2ad21917ea78 in editeng::SvxBorderLine::GetColorOut(bool) const /editeng/source/items/borderline.cxx:573:23
        
        where lcl_compute3DColor had been called with (aMain=rgba(255, 255, 255, 255),
        nLight=3, nMedium=40, nDark=83)
        
        Change-Id: I0f4569d9fd9f54164efe395960bcc8a6840e7744
        Reviewed-on: https://gerrit.libreoffice.org/51351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [060a4bf91b0409cda264fd6dec4093b7dd1e4c84]

        XGraphicObject: remove construct. with uniqueID
        
        Also make getUniqueID return empty string.
        
        Change-Id: I200a1facf088a205302991e5c26fe93adec55a87
        Reviewed-on: https://gerrit.libreoffice.org/51330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e4db2bcaef12877258f691febab1a1260dcf9916]

        more robust method to load a Graphic from URL, +clean up
        
        Change-Id: Ib7fb107a56a3cc9fffb6cfaa9bbc2117434902df
        Reviewed-on: https://gerrit.libreoffice.org/51329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [8f61b382a776b2e241be0e3743c38fea53a6a729]

        weld SvxObjectNameDialog
        
        Change-Id: I588bdc61cce9a7b4e709fcac612b229c02e734c0
        Reviewed-on: https://gerrit.libreoffice.org/51375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4bbf37b7ed83491efdfa9cb12cd434f67a1764ae]

        drop support for GraphicObject URLs in toolkit
        
        Change-Id: I86d18232b8fcb34272d3cc04f65a7dc72248591a
        Reviewed-on: https://gerrit.libreoffice.org/51328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-16  Caolán McNamara  <caolanm@redhat.com>  [167fb3f7800e342b2009b98579a1d42d528b9b5a]

        crashtesting: asserts on legal xml names on export
        
        e.g. ooo82358-1.odt which has Chinese characters used in tags inside
        a parent xforms:instance tag
        
        Change-Id: If2edf9cc13e5a4cc969f5a46618a6534c52f2877
        Reviewed-on: https://gerrit.libreoffice.org/51352
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b2d899bc079240c32b7dacd139d6d4a29ab1b11]

        loplugin:unused-returns in sc
        
        Change-Id: Ic1d6cbf883fcfeb013c3a82d31c177a1a14bb7c8
        Reviewed-on: https://gerrit.libreoffice.org/48193
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Eike Rathke  <erack@redhat.com>  [fd5e480eaf78c8bd2ea4315649fcbd5b8edaa3da]

        Check return of ScFlatBoolRowSegments::ForwardIterator::getValue()
        
        And if it is only an assert() where code (probably rightly)
        assumed there is a value.. if there wasn't then we'll have to
        handle it.
        
        Change-Id: Icbdb4a7727ca4cf8a6372c03e02d3bffa6156b6c
        Reviewed-on: https://gerrit.libreoffice.org/51374
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cfb9ebc12a9f1084227d6b85827ef185a42a619a]

        filedialog: use isGraphicObjectUniqueIdURL instead of constant
        
        Change-Id: I54f5a1dae10219b3d6f06640488eded7f6840767
        Reviewed-on: https://gerrit.libreoffice.org/51327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6c6b2c886e2fbb898a369a67b4248efb4b70cfb6]

        forms: Don't create a GraphicObject URL if we have xGraphic anyway
        
        Change-Id: Ia80df77372ed08abc4ff816515c216c26d8330b4
        Reviewed-on: https://gerrit.libreoffice.org/51326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

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

        ofz#6827 Bad-cast
        
        Change-Id: I856d781f122c21c02a0a8cd01369d49f50b8a555
        Reviewed-on: https://gerrit.libreoffice.org/51363
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld sort dialog
        
        rework huge language listbox into a combobox
        see https://gitlab.gnome.org/GNOME/gtk/issues/94
        and the lack of typeahead/search for lists
        
        Change-Id: I4a3af695d86bbcb92e5cdd500c4acb7cfaf37f41
        Reviewed-on: https://gerrit.libreoffice.org/51340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-15  Michael Stahl  <mstahl@redhat.com>  [7a342988e010d50e47fa63c500840994c5dc62d8]

        sw: tweak sanity check in SwFrame::GetNextSctLeaf()
        
        An additional way in which column sections are a special case is if
        "this" is the SwBodyFrame inside the SwColumnFrame; handle this too.
        
        Happens in ooo31607-2.sxw.
        
        Change-Id: Id07b76e67c34b2335f2802f52e215d37476b3446

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd594ac19aac89a31243e8b4bd043e1d614daa7a]

        move swffilter use of BitmapEx::GetAlpha inside vcl
        
        Change-Id: I22f489a26b8566ddc00c0c77f95127adb8eb2489
        Reviewed-on: https://gerrit.libreoffice.org/51324
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4defe28e5f28a68a23317e1d50c51d29cf58226e]

        Fix typos
        
        Change-Id: Icb2d5f8bb9eb781d6a59384e1aac75abf6145774
        Reviewed-on: https://gerrit.libreoffice.org/51337
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  jan Iversen  <jani@libreoffice.org>  [aab3bffeb8d3a4ca6dcf75852e197eb754b1417c]

        iOS, move assembler constants to C++
        
        Change-Id: Iad94a2e2e55bb158d2ac42e3a67a6d94f84ffedd

2018-03-15  jan Iversen  <jani@libreoffice.org>  [d47749c76949515992b4144e59d7c51f7e976dda]

        iOS, simplified bridge assembler code.
        
        Use x14 and x15 as function and offset instead of
        having x15 as a pointer to 2 words.
        
        Change-Id: I1cb3af4e86e3abe1b56fba2509eda31af0435885

2018-03-15  Eike Rathke  <erack@redhat.com>  [47481514174583214cb2c6773caba3e0a439c9f5]

        Use return value of ScTable::GetDataEntries()
        
        It's unnecessary to insert an empty set and sort it..
        
        Change-Id: I01b7ce926747083dc9b5a82304c8ab182cd5a1bd

2018-03-15  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c71e8df90b916f32a1d7d3a0849d0cdf14924475]

        tdf#97977 related : make MODE.SNGL comply with Excel.
        
        MODE.SNGL is to return the first occurrence of the number that has the
        most occurences in the array of numbers in case of multiple
        numbers having the same amount of (maximum) occurrences.
        
        Change-Id: If76115ddc6b84367cbcb75de611f29076a538476
        Reviewed-on: https://gerrit.libreoffice.org/50593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-15  Jan Holesovsky  <kendy@collabora.com>  [5372d8022dd8ce8aaa3090014b319727e88b17f1]

        tdf#115675: Shape selection was breaking when changing pos/size from sidebar.
        
        Fixes also other potential breakages with the same root cause.
        
        Change-Id: I09b3650189f6edb28ab64652cd411b1dca7dca89
        Reviewed-on: https://gerrit.libreoffice.org/51342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-15  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [45d5c18a9a643590b18e7cc48ab80076a31b75b3]

        tdf#50916 Refactor of the table7.cxx to allow dynamic column size
        
        Change-Id: I60ea249ca621e25b3585e1d2f75bdf15d96f6dcc
        Reviewed-on: https://gerrit.libreoffice.org/48205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-15  Jim Raykowski  <raykowj@gmail.com>  [eeb4a2ec37bf88b26a9f243cc5682e96c9e35df6]

        tdf#115573 Revert: tdf#107555 Apply 'Default Style' table style
        
        ...to newly inserted tables
        
        Revert due to tables with autoformat style not able to persist direct
        formatting.
        
        Change-Id: Ic33033235b9f5bfba15ec74fa88e94da2dc21b69
        Reviewed-on: https://gerrit.libreoffice.org/51253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-15  László Németh  <nemeth@numbertext.org>  [6ef7c2729fb85959dfd76f028166f7631886399c]

        tdf#116072 Add PrefixLetter ")" in Hungarian word breaking
        
        to handle bad word breaking of ")-ban", ")-ben" after
        reference fields. (Field content is not expanded for
        spell checking, resulting red underlined "ban" and "ben"
        in the correct form "a)-ban", "b)-ben" etc., see the
        test file of the issue.)
        
        Change-Id: Ic4b1fd2c99bdd2509d85dd6f2aa43e2a53becaa7
        Reviewed-on: https://gerrit.libreoffice.org/51284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-03-15  Serge Krot  <Serge.Krot@cib.de>  [3c3f10da500967fc6ffecc2f3e076d8ff43e7503]

        tdf#112448: Fix: take correct line height
        
        When line metrics is not calculated we need to call CalcRealHeight()
        before usage of the Height() and GetRealHeight().
        
        Change-Id: I104bbb81ea9d7130dfd728f7114d02e3672afbc3
        Reviewed-on: https://gerrit.libreoffice.org/51319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-15  Álex Puchades  <alex94puchades@gmail.com>  [17b57caf83425d086ac8aa5c89815ed3dc3bc286]

        tdf#115453 Remove Master Handout tab from Views Tab Bar
        
        The Views Tab Bar has had five tabs until now (Normal, Outline, Notes, Slide
        Sorter and Master Handout). Before this commit, selecting the Master Handout
        tab and then going back to the Normal or Notes tab showed the Slide/Notes
        Master instead of the expected behaviour.
        
        This commit removes the Master Handout Tab from the Views Tab Bar, with master
        views remaining accessible through the View Menu.
        
        Change-Id: I017af5f29d154386e4f0910151c478956aa0985f
        Reviewed-on: https://gerrit.libreoffice.org/51320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Stephan Bergmann  <sbergman@redhat.com>  [28e8c3e28bf4944ecad23961602b9b1f72613d39]

        --without-lxml for Flatpak builds
        
        where the Yocto-based GNOME SDK provides no python lxml, but building LO's
        internal one fails because it internally uses {xml2,xslt}-config, and those are
        broken by (mis?-)design in Yocto, just returning with exit code 1.
        
        It didn't work well to pass applications of pkg-config into the external/lxml
        build as replacements for --with-{xml2,xslt}-config (as is successfully done
        elsewhere with 1462b2784fa3e95499808b2ef706e4787a01aaae "Adapt the
        external/redland/raptor/xml2-config.patch to raptor2-2.0.15"), so just run
        gla11y in its slightly limited form without lxml in the Flatpak build.
        
        Change-Id: I2d42901373c8c861b16da385c37bcc24d6e783fd
        Reviewed-on: https://gerrit.libreoffice.org/51321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [a98465920f0c82759d3e74b437c4fb4dd9f2c4c6]

        loplugin:useuniqueptr in SdModule
        
        Change-Id: I3b79696f06b33703cf61b73867014e4fd86ee9c7
        Reviewed-on: https://gerrit.libreoffice.org/51313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [509c69a9936f6af051f4888bbc88b7f2678783b3]

        Updated core Project: help  dd03b7ecde2abb961790a69f99aeec9e3fbd653e
        
        Help pages typos and other fixes from translators
        
        Change-Id: If85b1749001b95cad904bae379362e36f96001d1
        Reviewed-on: https://gerrit.libreoffice.org/51325
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [24390b348b59c434b72a4b019f475563f2e83483]

        Updated core Project: help  71c51c931a99039b3bd4944dbce56ee53be29867
        
        tdf#99483 Clarify Calc paste operation
        
        Clarify the role of Ctrl + V and Enter key when pasting in
        Calc.
        
        Change-Id: I78366068edc82c4d948e5303d096eea7c5722fa8
        Reviewed-on: https://gerrit.libreoffice.org/51301
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-15  jan Iversen  <jani@libreoffice.org>  [1caf3b9380f3873b7ca165a743f65d332e46ea66]

        iOS, solved corrupted stack in cpp -> uno
        
        Solved problem in assembler code, so the call chain is correct.
        
        There are still something missing for uno to work correctly
        
        Change-Id: Ieb3b3d6b15153576159e07b52ced0efedd135713

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [953a5cb1c8c750df24ed0316349a5916c384296d]

        move Bitmap::ScopedWriteAccess inside vcl
        
        would have liked to make the AcquireWriteAccess methods DLLPRIVATE, but
        they are needed by the workbench and testing code
        
        Change-Id: I22497788eb68dfb84b7e542e5ef53322892a5274
        Reviewed-on: https://gerrit.libreoffice.org/51310
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Stephan Bergmann  <sbergman@redhat.com>  [bca14a7126a8cea12eecd248ae84e3d07db9609b]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: Id9a41e528e45d60a5429be4c51d58badff200fba

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c7395735777f674bdd40efdfcbf56f488226e633]

        loplugin:useuniqueptr in UndoRemovePresObjectImpl
        
        Change-Id: Ieaaedf6d5815c9dd49dc2f992cfaef7f74c43428
        Reviewed-on: https://gerrit.libreoffice.org/51312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [426d55c1a9510be5a95950a94d40463cf4f178fa]

        loplugin:useuniqueptr in SwPostItPageItem
        
        since we're unconditionally allocating this list, just declare it
        inline.
        And make it a std::vector instead of a std::list, it very inefficient
        storing pointers in a linked list
        
        Change-Id: I715868265f9f2e633395f474267e84ee87356726
        Reviewed-on: https://gerrit.libreoffice.org/51317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [f725b130e5466a1c4a3a1e070c0eb3548a9a6842]

        loplugin:useuniqueptr in ScBroadcastAreaSlotMachine
        
        Change-Id: Ib1f54ad7eeae5ea66ad7f8f789e86cd89c4b32d4
        Reviewed-on: https://gerrit.libreoffice.org/51316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [16b7ec7b2e4cc4f0962513c646cb46589ff78c12]

        move emf code to vcl
        
        part of making ScopedWriteAccess an internal detail of vcl
        
        Change-Id: If66de7c248d442a860508bbddf68e390983da240
        Reviewed-on: https://gerrit.libreoffice.org/51309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f03afa057cd5a053c1730499091188ee54e025f]

        loplugin:useuniqueptr in UndoTextAPIChanged
        
        Change-Id: Id9251ce7e66efe35665619c96e985d5382f0e4a5
        Reviewed-on: https://gerrit.libreoffice.org/51311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a90e9868507b906f5b9edbc249178c32b611ba46]

        Updated core Project: help  4dd9777f3e62637330b733526ed79ca4928e7e80
        
        More assorted fixes
        
        Change-Id: I7117d911967cacae9bb465d7eb3683f7299a09af
        

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [14d49662d32fa2fcf2916682dbf1f974a8eecb08]

        move some GDI import code from svx to vcl
        
        part of making ScopedWriteAccess an internal detail of vcl
        
        Change-Id: I916f2ca05c9d7c17b62c91e113df6d8454bb4351
        Reviewed-on: https://gerrit.libreoffice.org/51283
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1ee9b9f746296b916569a1357aa8f1216d40535]

        loplugin:unusedmethods
        
        Change-Id: Ice171112d3e737cf0e0edabbc59a1307a4a4f5ad
        Reviewed-on: https://gerrit.libreoffice.org/51282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [a3aceef8200e48173df4b5e67b5d6fb393a23ad9]

        don't use heap for elements in ScRangePairList
        
        no need to store small objects like this out of line.
        
        And use std::array for ScRangePair, so we get range checking in debug
        mode.
        
        Change-Id: Ie4690edbb4c3fdc4e08206cb016b8167a399d95a
        Reviewed-on: https://gerrit.libreoffice.org/51268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d775ef360168271f429466bbc174ae7dec402f1d]

        change recursive ImageURL prop. search to use XGraphic
        
        In two cases we need to traverse and gather all ImageURL properties
        and get the URL string and store the graphic content to a storage
        (like we do in xmloff filter). ImageURL property can now only store
        external URL and Graphic stores the embedded XGraphic, so this was
        changed to look into Graphic property first and then ImageURL.
        
        We also don't gather URL sting anymore so they need to be loaded
        to XGraphic when gathering them.
        
        Change-Id: I5f3f4be2b403b9589d72b8733df0c97109f2b65d
        Reviewed-on: https://gerrit.libreoffice.org/51308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [531036fa296b6bfca5ec93c4d7ef1264dc6e7b65]

        change EscherBlipCache to cache Graphic and not GObject uniqueID
        
        In addition change from map to unordered_map.
        
        Change-Id: Ief33d6ebd7e42606ab20fcf9fc91020b1ef9aab6
        Reviewed-on: https://gerrit.libreoffice.org/51306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [043273e721ade64e4fb42f969cf22b4202c6b80d]

        xmlscript: change import/export to not use GraphicObject URL
        
        Change-Id: Ic81bf1a5ce45394e098366d0f4af53845ba0da87
        Reviewed-on: https://gerrit.libreoffice.org/51307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [90cb743a69ad4b7cb3466b7ce5b2bbed6353d792]

        add comments to XGraphicStorageHandler.idl
        
        Change-Id: Ib24d9c434f1f19fe7bca51235f6c6125d5c97a7c
        Reviewed-on: https://gerrit.libreoffice.org/51305
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-15  Mert Tümer  <merttumer7@gmail.com>  [e5bc7fa4e83b33fc3eee343e560a4f8cb91eacd6]

        tdf#96796 - Added clipboard actions for the Android Viewer
        
        Change-Id: I52e134532ab70e765b6ccd929f189be84f9c9a90
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/51286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [b951cd126d0bcc950c71c069c7d2f4c210c4bcaf]

        Colibre Icons: add CellBorder icons for Calc sidebar
        
        Change-Id: I50a3b26cc4a6b6c82aee0d0175c01fae85050b85
        Reviewed-on: https://gerrit.libreoffice.org/51304
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [7549aa2ab4203921818b136febb69d190fb159da]

        Colibre icons: add svx icons
        
        Change-Id: Ic69e561a0ce458c7e8bc5bdf10b932426f137957
        Reviewed-on: https://gerrit.libreoffice.org/51303
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [ed4d8a53d17543bbd969888049700e31538c1d9d]

        Colibre icons: add sw/res page and redline icons
        
        Change-Id: Ic628811e7efd15cb85e0d0336ce9173e0fb1349a
        Reviewed-on: https://gerrit.libreoffice.org/51300
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  Samuel Thibault  <sthibault@hypra.fr>  [2bbbb0d37ac04361dc80682417a06d542c51ea49]

        pdf filter: fix bogus mnemonic_widget target
        
        "Time Stamp Authority:" labels 'tsa', not 'reason'.
        
        Change-Id: I60c007b04591a534323d0a86bb19475f27953107
        Reviewed-on: https://gerrit.libreoffice.org/51290
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-14  Samuel Thibault  <sthibault@hypra.fr>  [76b6fd430098fb54ca5098f2e1be6eb1a3ad0cbb]

        cui: Add missing mnemonic_widget
        
        This is needed for proper accessibility labelling.
        
        Change-Id: I11830d16816a471c1531012a18be81e5f8d136a9
        Reviewed-on: https://gerrit.libreoffice.org/51287
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [034d2004b9ffd77762f2119e9dec18a0d039c122]

        Colibre icons: finish pageproppanel icons
        
        Change-Id: Id52c9efdc42f2813600d2ec048687eeb9fd57c49
        Reviewed-on: https://gerrit.libreoffice.org/51299
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

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

        tdf#116397 get bounds of full field, not start of char inside field
        
        The pSpecialPos is set for the StartTag case (#i75130#) and I surmise
        we only care about it if we are a smarttag
        
        Change-Id: Ic764bbf31a7784ab021f306f74a08473c8dd0a77
        Reviewed-on: https://gerrit.libreoffice.org/51281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [109152b1b6afedad77cbf347d8b08aa0e5d8d07a]

        Remove duplicated include
        
        Change-Id: I77425c04612b52b9202774339961e22e3e84ddd3
        Reviewed-on: https://gerrit.libreoffice.org/51271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [96cdb8e7b28ef50e77dc897763dd8b6df3d39d2a]

        Fix typo
        
        Change-Id: I3cdc41b937e6c974ab6f953b7a9a834328905b17
        Reviewed-on: https://gerrit.libreoffice.org/51238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d799436414ab7e28b6bf9a918fd3779b3fc85008]

        tdf#116342 Allow selecting text boxes anywhere by default
        
        Not only by hitting the (invisble) frame or the text content.
        
        Change-Id: I125f76a102611b628411d8c5acf70e3ed9e5e8fe
        Reviewed-on: https://gerrit.libreoffice.org/51276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-14  Michael Meeks  <michael.meeks@collabora.com>  [005abf983d34042a7ced46d886f8ef2250cb3fce]

        Allow lok to re-set temporary paths on second init.
        
        Change-Id: I40cd0538b573c2d090f56424e1110b938981a878
        Reviewed-on: https://gerrit.libreoffice.org/51292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-14  Xisco Fauli  <xiscofauli@libreoffice.org>  [6a9326803c01f4c9bc7da855053ce4e80646fad8]

        tdf#115539, tdf#116238: Don't display the notebookbar in presentation mode
        
        Change-Id: Ifc64d9a3b5c93b83fa238737375e7a58b2ae86db
        Reviewed-on: https://gerrit.libreoffice.org/51262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4ed9ffad92c83db21c9fcb62e414aa0cb8f5c4c4]

        tdf#116342 Fix label: selectable, not selected is what this means
        
        Change-Id: Ie9b4fc71c7f262f896b69bbf4747f08e160447d7
        Reviewed-on: https://gerrit.libreoffice.org/51275
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [55ad4e3cb7a0d705ff1c0f26feb644d8b06b71d8]

        fix pretty printing of Fraction better
        
        work-around gdb bug, and deal with different representations of
        std::unique_ptr in different versions of libc++.
        
        Change-Id: I02a1f49c07dbcd70e13ef6be48e20b510bf5e3fa

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a0ae2aae3f226e5e2e3785e578dee3ab4d2fa35]

        fix crash on close customize dialog
        
        after
            commit 00431a8afcad08da11835131c2cd423d7f8cd115
            Date:   Tue Mar 13 11:57:33 2018 +0200
            loplugin:useuniqueptr in SvxEntries
        
        Change-Id: Ia115454522b87db93cefcbd89ca5d965f9b431c7

2018-03-14  Mike Kaganski  <mike.kaganski@collabora.com>  [fb959e581c900b392efd0bb329b7cf30c8ed56a5]

        tdf#112118: DOCX: properly import/export border distance
        
        https://wiki.openoffice.org/wiki/Writer/MSInteroperability/PageBorder
        discusses implementation differences between ODF model and MS formats
        wrt dealing with page margins and distances to borders.
        
        This patch corrects import from DOCX, so that the border distance and
        width doesn't add to the margin size imported from file anymore. It
        takes care to preserve size from page edge to text (the most important
        size that affects document layout). When borders go outside of range
        valid for ODF, the margin is set to keep text area intact, and the
        border is placed as close to intended position as possible.
        
        Export code now also properly handles border width. Also, an improved
        heuristic implemented to better export cases unsupported by Word, so
        that the result would look closer to ODF original. We still write
        correct sizes to OOXML, so that when reopened by LO, the borders will
        be in correct places; but as Word cannot handle sizes more than 31 pt,
        it will show borders shifted.
        
        This prevents from adding border widths and distances to page margins
        at each opening of DOCX, saving back the changed value, increasing
        the margins each time.
        
        Change-Id: Ia978ab119dd661949d6c321aea91397f28d205b0
        Reviewed-on: https://gerrit.libreoffice.org/51267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-14  László Németh  <nemeth@numbertext.org>  [aab440c768b64b9d2ffa72223b6d843a84c2d061]

        tdf#69416 don't remove field content in proofreading,
        
        only the requested footnote numbers, allowing grammar
        checking of automatic references with affixes, articles etc.
        
        Expanded fields get also a starting ZWSP character
        for more precise grammar checking.
        
        (Partial revert of commit d477ff4a81ecba8a77ead5ff1a33d3e3ceed622e)
        
        Change-Id: I78ab02cc8cf98d665e7f9ddc740879c203f2f7e4
        Reviewed-on: https://gerrit.libreoffice.org/51228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-03-14  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b203e78a69acf5d84cc245ce7232ffee4a6edcd4]

        Revert "tdf#96796 - Added clipboard actions for the Android Viewer"
        
        Breaks Android tinderbox
        
        This reverts commit 31e939c9f4b29fb2b2e63eb096450cf3da35d67f.
        
        Change-Id: Id565c9ef8330c0b3bce2c678facb7605dcf3e356

2018-03-14  Szymon Kłos  <szymon.klos@collabora.com>  [7c354d1bf1ca29a5ae9ee9d6f18dd68b90530043]

        tdf#104792 Double check for target shape
        
        Change-Id: Ibe23377c7752d9ce97c7b100af4b2759b3ce946f
        Reviewed-on: https://gerrit.libreoffice.org/51241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-14  Stephan Bergmann  <sbergman@redhat.com>  [7a9a3c8941d9ebcf7660e622325c8ac28610571d]

        Adapt FractionPrinter
        
        ...to 048a32d903c8cc81a8836c7c7209b92e0bfd6cd7 "use unique_ptr for pImpl in
        tools/", exploiting intimate knowledge of libstdc++ internals as was already
        done in 51bb68928933bf5d72efb9193f1be6af6e72c80f "fix BigPtrArray pretty
        printer".
        
        Due to <https://sourceware.org/bugzilla/show_bug.cgi?id=22968> "ptype does not
        find inner C++ class type without -readnow", at least for me only works when gdb
        is invoked with -readnow.
        
        Change-Id: I365733f3c661eea2f19a9b85015aa5d50e63e6a4

2018-03-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5d5da77e82b6498dd73123ec0dc36d2315e279a1]

        tdf#116305 Add timeout to help Windows bring browsers to the front
        
        Adding a timeout seems to help Windows a lot to actually bring
        the browser into the front, especially when it was closed before.
        
        Still no 100% success rate, but much improved now.
        
        Change-Id: I62affee4b837e0a60b1aac2a20be6fe7c3f9d2e0
        Reviewed-on: https://gerrit.libreoffice.org/51132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1b58e93f631c6bfd92fc8269da89c74e3784d58]

        loplugin:constantparam
        
        Change-Id: I3ce653c0d9e517229dbbe32cc8d3ec3c206e364d
        Reviewed-on: https://gerrit.libreoffice.org/51273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  Caolán McNamara  <caolanm@redhat.com>  [03782946065d8a31808f1dab9bc848d349d623f1]

        enable column search for welded treeviews
        
        Change-Id: I017dc2e5270d86b2168faf3f9240eeded1fc3533
        Reviewed-on: https://gerrit.libreoffice.org/51272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-14  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [bf46b46a1d734348096936284fb8a76e977936d0]

        Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:
        
        This is used in parsing of meta Contexts across different
        modules. This also involved moving to XFastParser for
        parsing xml filters in sw, sd, starmath.
        
        Change-Id: Ic663aaac6cb20ee8ce5b97cae87c93220f5a2929
        Reviewed-on: https://gerrit.libreoffice.org/42989
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b61d0417bf46896ef1f1bd1e1a8209588fc157a]

        loplugin:unusedmethods
        
        Change-Id: I7c780be3e2740fd9b03c39ebe16935d61caf4f7e
        Reviewed-on: https://gerrit.libreoffice.org/51257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [f95afd856d087b5475d67d104a4aa7d85cf32413]

        loplugin:unusedfields
        
        Change-Id: I321a731585879374cc13a992dd3afaa23b8712e0
        Reviewed-on: https://gerrit.libreoffice.org/51269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [0efb6a1a3525a402ab28083181fc39b75f7ef556]

        sw XHTML export: fix handling of character styles
        
        Namespace prefix was missing here.
        
        Change-Id: Id746d47713b22e2efd5d679c2325b32a0bee8a09
        Reviewed-on: https://gerrit.libreoffice.org/51270
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-14  Tor Lillqvist  <tml@collabora.com>  [4fa902d1c16ddafbe1e3dbf396c96487fdef3ddc]

        Add IMarshal2 to IIDs recognized
        
        Change-Id: Ib5a1da6666ff3a136c05374f10b7ca138c14492d

2018-03-14  Stephan Bergmann  <sbergman@redhat.com>  [c71aff0473b50a5d777cb0b426445c219370b86e]

        Missing intialization of SwPageDesc::m_pTextFormatColl
        
        ...in efcb9a7078e08a367816b825d14419ddf351ff3e "use sw::WriterMultiListener
        instead of SwDepend in SwPageDesc", causing
        
        > /sw/source/core/layout/pagedesc.cxx:198:74: runtime error: upcast of misaligned address 0xbebebebebebebebe for type 'SwTextFormatColl', which requires 8 byte alignment
        > 0xbebebebebebebebe: note: pointer points here
        > <memory cannot be printed>
        >     #0 0x2b06bea9116b in SwPageDesc::GetRegisterFormatColl() const /sw/source/core/layout/pagedesc.cxx:198:74
        
        during e.g. CppunitTest_sw_odfimport of ASan+UBSan builds.
        
        Change-Id: If50a920ca5dafdce6c1a3e2fbf540488685e641a

2018-03-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9f16845d48a3f84871625b185bf88e43f69a4707]

        Updated core Project: help  781da1e8175459f27cca84bed2ca209b3e030067
        
        tdf#99611 improve function AND() documentation
        
        Added details on handling non logical arguments in
        Calc logical functions.
        
        Change-Id: I416fbe9443777a7a7bdfa9d3f61bdf072aff476b
        Reviewed-on: https://gerrit.libreoffice.org/51176
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-14  László Németh  <nemeth@numbertext.org>  [a7bb853b348cc5ebe4ccdb07d1ee0fc38de21e7a]

        Updated core Project: dictionaries  3bc3ffdb0b622cc07b5d959225a9f2223afdf145
        
        Hungarian grammar checking rules v1.6.3
        
        Change-Id: I2c898690f12edc0ad4c83dc6395813e21a724f64
        Reviewed-on: https://gerrit.libreoffice.org/51227
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-03-14  Pranav Kant  <pranavk@collabora.co.uk>  [859b7b09f5b1330b7135744795c578358736ded3]

        lokdialog: debug red-colored boundary for last painted region
        
        Easier to see what's going on inside the LOK dialog.
        
        Change-Id: I59974200af3d2356b7c27eb3dd4032a59c00dbed
        Reviewed-on: https://gerrit.libreoffice.org/51263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-14  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [ae11dec72099fafc807d13b7169bd3177e9d539f]

        tdf#115297: 1bit images displaying fixed (again)
        
        Previous fix 25cd843664919974f0d21ca7a0b02cc43e9eeabb like any
        other before it have some regressions, so reverted.
        
        The root of most problems: fix for tdf#104141
        d148340babf6c973f7d463909d7a51e16c953248, where mask drawing
        was implemented in bitmap drawing code.
        
        So instead of guessing for type of bitmap, mask is drawn with
        DrawBitmapEx resolving all known problems (tdf#114726, tdf#115297,
        tdf#113918 and tdf#104141).
        
        Change-Id: Ie00f7552d667e237b3c0f9505ee09cb51e85c43c
        Reviewed-on: https://gerrit.libreoffice.org/50828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [1008cd6b0aa96cfbb2a681a055380b54c3d53bf5]

        Colibre icons: add links.txt file
        
        Change-Id: Ib64bac119e463b56a8cb86a2dcd77c9f07699844
        Reviewed-on: https://gerrit.libreoffice.org/51252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0e7992d7b2e08afe11288aeb7d5444b5394e7079]

        Updated core Project: help  770c0c1746b5c0b94dc07d5f1d6c2c04802c8540
        
        tdf#116296 remove produt version from help path
        
        Part two.
        Part 1 is in sfx2 module
        
        Remove product version from offline help path but keep
        in online help.
        
        Product version is kept for online because a help server can have more
        than one helponline version.
        
        Change-Id: I1d4ba12a7d6472defd4210c79349e35ccaf32d8d
        Reviewed-on: https://gerrit.libreoffice.org/51126
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        

2018-03-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9f72889643afb8596affeb5ba66a564f4368fab9]

        tdf#116296 remove produt version from help path
        
        Part one.
        Part 2 is in helpcontent2 module
        
        Remove product version from offline help path but keep
        in online help.
        
        Test for existence of old offline help is done now
        checking the presence of the file help/<lang>/err.html
        
        Test for new (html) offline help is done now checking
        the existence of the folder help/<lang>/text
        
        Change-Id: I1d00a4eac6746f0ace5a40db56910803a5e0d6f4
        Reviewed-on: https://gerrit.libreoffice.org/51127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [bba299d8146a07af6833620784ac5b697b0f7e84]

        tdf#114751 Update the default UI fonts for Japanese locale
        
        - give priority to IPA P Gothic and Noto Sans CJK JP
        - for Windows, try Yu Gothic UI first, then Meiryo UI
        - look for Hiragino Kaku Gothic ProN/Pro on macOS
        
        Thanks to Jun Nogata and AWASHIRO Ikuya for their suggestions.
        This addresses only part of the issue; another incoming change
        will take care of the rest.
        
        Change-Id: I1491ba63e1447d3b9086dfcfdf3981bee6282661
        Reviewed-on: https://gerrit.libreoffice.org/50515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [dc68ba9b48d9bc9668329700de686f98e07acc4a]

        Colibre icons: add column pageproppanel icons
        
        Change-Id: I3a05c1b0172ba2c3d3becc5dbca7d7cc2d3f8567
        Reviewed-on: https://gerrit.libreoffice.org/51258
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  Michael Stahl  <mstahl@redhat.com>  [0d6ffe118fd1d03e22fcda2f06d49b4c932d2018]

        xmloff: ODF import: improve meta:generator checks
        
        Instead of a hard-coded check for (effectively) one project name
        "LibreOffice" (which is build-time configurable), check for the string
        "LibreOffice_project", which has been produced hard-coded ever since
        LO 3.3.0.
        
        This now recognises additional downstreams "LibreOffice_Vanilla"
        and "Collabora_Office", and also historic "BrOffice".
        
        An important point here is that the build-time configurable version
        numbers of any downstream that retains the hard-coded
        "LibreOffice_project" *MUST* be the same as the upstream's at least
        in their major and minor versions (micro and further digits are
        currently not used), and that such downstreams don't backport
        changes with ODF export compatibility impact further than upstream.
        
        Add a unit test too, with a representative sample of 4372 distinct
        generators in bugzilla attachments.
        
        This revealed that StarOffice 6 and AOO 4.0.1 were falling through
        the cracks and not recognised, so fix that too.
        
        Change-Id: I8105222d3428e7b20cc4a6b8e76732c697812594
        Reviewed-on: https://gerrit.libreoffice.org/51171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [80f9383f1adf3a42c22765c7c8bee8e705e39d0b]

        boost::intrusive_ptr->tools::SvRef
        
        To avoid semi-manual refcount handling.
        
        Change-Id: I4a0bcd00ef2811a76f85313d2f821daa1731898c
        Reviewed-on: https://gerrit.libreoffice.org/51242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-14  Stephan Bergmann  <sbergman@redhat.com>  [76850fcd99d7a9f62c7a95e22bf83e814e07af7a]

        prefix is unused when all implementations have constructors
        
        Change-Id: I5d2efaa16932c0014cfb7491136b5d37f3e6dded
        Reviewed-on: https://gerrit.libreoffice.org/51160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0fe96112bef31bdfc4f85db78aa4c4f2d1bf1d43]

        cppcheck: useInitializationList
        
        Change-Id: I7b3cce8d84176c13801a906af79e353a541135ce
        Reviewed-on: https://gerrit.libreoffice.org/51240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed2ae3c3bb0a708cafc3de6a01adc9ddc43fb859]

        remove dead SwNoteURL
        
        According to:
        
        <mst_> noelgrandin: apparently this code exists so you can export a text
        
             frame as an image and then the urls in the text become
            image-map links
        
        which means that according to my analysis below, nobody has noticed the
        removal in 17 years :-)
        
        SwNoteURL::InsertURLNote was the last place that constructed an
        SwNoteURL and it was removed in
            commit bb7ade140df807b6a0f12766a1365b8f8d0fd342
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Wed Mar 7 13:42:58 2018 +0200
            loplugin:unusedmethods
        
        and SwNoteURL::InsertURLNote was dead because
           void SwTextPaintInfo::NotifyURL_( const SwLinePortion &rPor ) const
        was removed in
            commit 73139fe600fc1399ae828077981a2498cb0a0b0c
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Fri Jan 19 13:10:22 2018 +0200
            loplugin:unusedmethods
        
        and SwTextPaintInfo::NotifyURL_ was dead because
           void SwTextPaintInfo::NotifyURL( const SwLinePortion &rPor ) const
        was removed in
            commit be8c414567f49242164b1fdfb12764b16be355c1
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Fri Jan 19 09:13:03 2018 +0200
            loplugin:unusedmethods also check for functions returning bool
        
        and NotifyURL was dead because calls to it were removed in
            commit 1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Wed Jan 3 09:08:52 2018 +0200
            loplugin:singlevalfields improve copy constructor check
        those calls were removed because the m_bURL field of SwFont was always
        false.
        
        tracing back, we find that m_bURL was called bURL before
            commit b4e2a13f46a247002b239d04ff3bf1d1a98d08c2
            Author: Miklos Vajna <vmiklos@collabora.co.uk>
            Date:   Mon Oct 26 08:55:17 2015 +0100
            sw: prefix members of SwFont
        
        and we find that a method
             void SwFont::SetURL(const bool)
        that modified bURL was removed in
            commit 407731c9f403c35357a0d1428c9b99835f79a5f7
            Author: Noel Grandin <noel@peralex.com>
            Date:   Tue Jul 21 10:44:17 2015 +0200
            loplugin:unusedmethods sw
        
        and we find that calls to SetURL were removed in
            commit da7671e4f7482110ecd0cfbfd7dbd9e0b873c81c
            Author: Andreas Martens <ama@openoffice.org>
            Date:   Thu Mar 15 14:59:12 2001 +0000
            Opt.(FME): The new attribute handler makes a lot of code superfluous
        
        which appears to be the root of the problem
        
        Change-Id: Id2362ce216c06bc8dcf71698695d708eb494af4e
        Reviewed-on: https://gerrit.libreoffice.org/51225
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [bb787e7b45efb5e25b4b6d57a42efa916510b5f5]

        modernize ScRangePairList::CreateNameSortedArray
        
        we have this STL thingy now, pretty cool
        
        Change-Id: Id96010dda59736bd0c143312424018b6ea5621f1
        Reviewed-on: https://gerrit.libreoffice.org/51230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-14  Julien Nabet  <serval2412@yahoo.fr>  [c775efffa7ddcee607bd7622a19a627545a6bc67]

        Modernize a bit filter (part1)
        
        mainly by using for-range loops
        + some algo simplifications
        
        Change-Id: Ibbf2c4bb504b93cb9d7b2314deb6e65257c56029
        Reviewed-on: https://gerrit.libreoffice.org/51243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-14  andreas kainz  <kainz.a@gmail.com>  [8e8dd8f320a3ff59ff8a16c1a7a867888ce80700]

        Colibre icons: add cmd sc_ icons
        
        Change-Id: I9534ee64a895678acb705c280c6334a99d9ae25b
        Reviewed-on: https://gerrit.libreoffice.org/51251
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-14  Mert Tümer  <merttumer7@gmail.com>  [7105ad16e7e7bfde4193dc174568ebb8a293cc87]

        [Pardus] tdf#107026 render the new page without reopen the document
        
        This patch is sponsored by ULAKBIM/Pardus project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I91c902bfd1acc5cc70ad30f16e0719e7a325702b
        Reviewed-on: https://gerrit.libreoffice.org/47636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-14  Mert Tümer  <merttumer7@gmail.com>  [31e939c9f4b29fb2b2e63eb096450cf3da35d67f]

        tdf#96796 - Added clipboard actions for the Android Viewer
        
        Change-Id: I2779ef9a9f68dcf08c3072ffe83b9f2450b7257e
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/50757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-14  Jim Raykowski  <raykowj@gmail.com>  [6d2f6f2f01a4fbf244ba16c355d2f43a2ddf671e]

        tdf#115565 Change tab key behavior to navigate out of gotopage control
        
        ...in Writer Sidebar Navigator deck helper toolbox
        
        Change-Id: Ieeabcb30f421aa0ce2a5f841e45fff5f57358215
        Reviewed-on: https://gerrit.libreoffice.org/50295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-14  himajin100000  <himajin100000@gmail.com>  [32f42d093d4408666151d03f04823e2bb39e46cd]

        tdf#116351: fix re-use of AttributeList on PGP manifest
        
        multiple attributes of the same name on the same element,
        because AttributeList was wrongly re-used
        
        Change-Id: I29b2317ce3d836d7349fa0474709726bed2c5ad4
        Reviewed-on: https://gerrit.libreoffice.org/51087
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-13  Michael Stahl  <mstahl@redhat.com>  [fd67ee14e769ebdf1e43d55e0117f70f90d53053]

        tdf#91106 sfx2: Stylist hierarchical: sort the Default Style first
        
        (regression from 41af2a9e26f3ee6b505b343120d5df3617ba5c49)
        
        Change-Id: I47377447dd1e04a44033dea27ce7307a65821737

2018-03-13  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [fa585ae736246126cf1b574f72750b7a57cba947]

        use sw::WriterMultiListener instead of SwDepend in SwDDETable
        
        Change-Id: Iaf3b3429d48ecebae5aaf27b384377aec607d3ba
        Reviewed-on: https://gerrit.libreoffice.org/51188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-03-13  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [efcb9a7078e08a367816b825d14419ddf351ff3e]

        use sw::WriterMultiListener instead of SwDepend in SwPageDesc
        
        Change-Id: Ifaf9c808e04e736d0a1f7eaf884b8674ac78e0f3
        Reviewed-on: https://gerrit.libreoffice.org/51189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-03-13  Eike Rathke  <erack@redhat.com>  [f59cf3874a91158e82fc9d09d28d23e053ad06a3]

        ofz#6845 use of "deleted" ScRange
        
        If nOverPos<i and i was last element, the next pOver=&rRange was
        invalid, though not deleted because std::vector::erase() does not
        reallocate.
        
        Change-Id: I22d9302e2d45403dd47ac1947d2cf003b3a4f291

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [99aaa4b0b88100c8db03b32e072cff0193ad0953]

        weld insert table dialog
        
        Change-Id: I17bdbba38a74ea05b0d6869ee04f01f870a3b17b
        Reviewed-on: https://gerrit.libreoffice.org/51219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [5504dcc6987ffb41e9077d468df42c6af94c38ea]

        set welded enties to activates-default
        
        cause the vcl ones are equivalent to this so less change
        
        Change-Id: I60d9ba5faab6c133242b002b81fa8e4747a92383
        Reviewed-on: https://gerrit.libreoffice.org/51220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Michael Stahl  <mstahl@redhat.com>  [bd23e1dd6b3a36f7a04e84dd51ceaecee0984f51]

        sw: try to fix Android build, use printf macro
        
        Change-Id: I94208553c7678d9d108ec3f76decc3c38d69802e

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [fb1825bf3f82eb6b69c6534207c9c89cc535f18b]

        loplugin:unusedmethods remove unused code from canvas
        
        which my plugin had previously been ignoring. Since that time, the
        plugin has gotten a little smarter, and makes less mistakes.
        
        Change-Id: Id791c932fd056ae7da833436c4dd2600b69a0bfa
        Reviewed-on: https://gerrit.libreoffice.org/51212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [724d34d58b437843e40aaa74008d94cac1465cea]

        ofz#6891 empty vector access
        
        Change-Id: Ic36d03d2646ebd90bea5fa91bc4dac3596a55d4a
        Reviewed-on: https://gerrit.libreoffice.org/51224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Khaled Hosny  <khaledhosny@eglug.org>  [ae0a3825f5ad06ff8d6ae3cb388e215d8abe2eb7]

        tdf#116344: Don’t Kashida justify Syriac text
        
        I’ve always suspected this check in VCL is wrong since Writer calculates
        Kashida positions for Arabic only. If we *really* want to Kashida
        justify Syriac, then Writer has to be first taught how to calculate
        Kashida positions for it.
        
        Change-Id: I20c03a3a54bce14c9bebb55426bd22537fe50d6a
        Reviewed-on: https://gerrit.libreoffice.org/51223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-03-13  Michael Stahl  <mstahl@redhat.com>  [226ec5aebb65f4017c29bc3aaacfaa5782dfbbb7]

        vcl: race in OSX SalYieldMutex::doRelease
        
        m_nCount must be accessed with m_aMutex locked.
        
        Change-Id: I7e05cac2b549b975804d6061721c1da4d0b9f64e
        Reviewed-on: https://gerrit.libreoffice.org/50236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Jan Holesovsky  <kendy@collabora.com>  [1b9af08481b8f7f4bd15a30508606dff56b8e74f]

        tdf#116334: Actually when there is no handler, we have to return 'true'.
        
        Also use the return value of the link's Call() [as the SvTreeListBox::ExpandingHdl()
        is doing], the appropriate callbacks seem to return the expected 'false' in
        the cases I've reviewed...
        
        Change-Id: I0cdd63e8ec4c794839070b914150e0b32f743359
        Reviewed-on: https://gerrit.libreoffice.org/51211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [0679d6375c7ef747dea78b9c49dee78f488c058a]

        ofz#6888/forcepoint#27 adjust consistency check
        
        Change-Id: I0d1f04170bcbc08fe30236e2444761d9d71fb1fb
        Reviewed-on: https://gerrit.libreoffice.org/51221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a93d940186f65005141eea3bebdfb4c66cebe8f8]

        make transformBitmap code from canvas to vcl
        
        part of making ScopedWriteAccess an internal detail of vcl
        
        Change-Id: Ida03bc73fe746cde97f6fcb5cde2f066b63d92e9
        Reviewed-on: https://gerrit.libreoffice.org/51216
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d81a7ae6da283e0daa299177abd55b09d10964f]

        rename some mpOutdev fields to mpOutdevProvider
        
        to help my little brain keep the two things distinct
        
        Change-Id: Iaf866c410b3ce3c4720d5efff4497507f1bd57c5
        Reviewed-on: https://gerrit.libreoffice.org/51210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3bbdf715208289554c016ac20beccfc5695d5e3d]

        tdf#116354 Termchange: Picture -> Image
        
        Change-Id: I01a87ca6647a6e7dba4c20d20c2e3120c2a96feb
        Reviewed-on: https://gerrit.libreoffice.org/51218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6ae7b9d40ca24c9c9fbad6346a4dd9112894dc49]

        tdf#114552 Also reduce the anchor offset when shrinking images
        
        Else the image will get larger than its current cell.
        
        Follow-up for 4f29ce6a67b81e7f28e1c86d60ff15ec1d180661
        
        Change-Id: If2fb1087961a1b20f5a408ca3061956e96330e91
        Reviewed-on: https://gerrit.libreoffice.org/51209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-13  Mike Kaganski  <mike.kaganski@collabora.com>  [6ab9f0cfcd28124caf8e02219a39c753bce7d1ea]

        SDI: don't #define/#undef names of actual classes for slot headers
        
        Visual Studio 2015/2017 cannot handle that correctly, and emits a lot
        of intellisense errors. So, just prepend the define with "ShellClass_"
        
        Change-Id: I473ceb7e0a88e114b92e6342fd4ae63015cafd3e
        Reviewed-on: https://gerrit.libreoffice.org/51135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-13  Luke Deller  <luke@deller.id.au>  [fe6da2feb57c3d5e355a36f6b8ac09b48412ff39]

        tdf#116179 Support reading "auto" colour from docx
        
        In docx a colour value is represented as a 6-digit hex RGB value, or
        alternatively the word "auto" to represent automatic colour.
        
         - Add support for reading the value "auto" as COL_AUTO.  Previously
           this would be read as if it were a hex value, stopping at the
           letter 'u' which is not a valid hex digit, resulting in the colour
           0x00000A - a very dark blue, which looks close enough to black that
           it went unnoticed for a long time :-)
        
         - Remove code which tried to handle this wrong 0x00000A value,
           including the constant OOXML_COLOR_AUTO, as it is no longer needed
           and will cause surprises for anyone who really wanted this exact
           shade of dark blue
        
         - Fix unit tests that were checking for 0x00000A
        
        Change-Id: I6000070341931147ff9341ad6281cd3b53c02b46
        Reviewed-on: https://gerrit.libreoffice.org/50995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [fc6a8994055db18b9ba2dce1e26d2b1ea9ea41f3]

        ofz#6843 Integer-overflow
        
        Change-Id: I3984253ac3e5eaf0be7b10c8ba95d50e6bd9ce5d
        Reviewed-on: https://gerrit.libreoffice.org/51175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e993d98e29faee0947588a326fe9454c8f987ef7]

        update credits
        
        Change-Id: If08d6a65d35b3c1d7226e004933bffc3769ba398

2018-03-13  Tor Lillqvist  <tml@collabora.com>  [3ea981761038cbc23303a51211289f697916c7f2]

        Use a Unicode ellipsis character when a menu item ends with three dots
        
        Change-Id: I5ee724ef4b24f880e8bbc3ce0147331818b4f479
        Reviewed-on: https://gerrit.libreoffice.org/51193
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [d704ce2504a4cac1c95c2a7bb458c6c5d130a250]

        fix build in SvxMenuConfigPage
        
        mid-air patch collision
        
        Change-Id: I183362aee3192893836eeb8138671a7fbe2da604

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d4988070b06567ce145403294dd402ac0f996d5]

        loplugin:useuniqueptr in SdDrawDocument
        
        Change-Id: Ia207c25b091923738811aad4f367a76e9e026283
        Reviewed-on: https://gerrit.libreoffice.org/51207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [ebd9a6a6521859a465dbbe134e75ead45e1383c1]

        loplugin:useuniqueptr in ScPageHFItem
        
        Change-Id: I430ee7ff6dc5357593b152f9fe0f73d4b69ccf6a
        Reviewed-on: https://gerrit.libreoffice.org/51204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [25f7be559d3688db716ecd83085436c77ad2f0f5]

        loplugin:useuniqueptr in DataSupplier_Impl
        
        Change-Id: Ifa4b00bcefdab5d71f03121ae283bde6dbb147c8
        Reviewed-on: https://gerrit.libreoffice.org/51197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [51da4c898d0c09f282838328f2a23f7b3e3b8d3f]

        loplugin:useuniqueptr in ScConditionEntry
        
        Change-Id: Ifcb2949fd932de249b71322ec9827e1ba3b1fe1b
        Reviewed-on: https://gerrit.libreoffice.org/51206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [824c902f52e194b463a0d042f71a27aeac4dcc17]

        Translate German variable names
        
        Akt -> Current in docxattributeoutput
        
        Change-Id: I9139eeb3cc4f893b9d6ae60b8373641e467b34e9
        Reviewed-on: https://gerrit.libreoffice.org/51029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [9cec0f2d5c45420dccbbb35edcf1f79d89833b4a]

        Translate German variable names
        
        Akt -> Current in docnum
        
        Change-Id: Ia6d67ee3f3c4cf15bbfe2fabf2baa1f4adbd91a8
        Reviewed-on: https://gerrit.libreoffice.org/51027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [82387d71d7495088664c3854ef9c6ff617278aff]

        Translate German variable names
        
        Akt -> Current in rtfsdrexport
        
        Change-Id: I87fd3c26f785771bb7bef252ce6a99f0e1a5875f
        Reviewed-on: https://gerrit.libreoffice.org/51031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [dd712cdc30ba58244c4292a94a25bf5e36d6b56d]

        Translate German variable names
        
        Akt -> Current in crsrsh
        
        Change-Id: Ifea6e66605556b197b64aa453902326e00631d76
        Reviewed-on: https://gerrit.libreoffice.org/51026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [31031cdc07614ada5c47f9467e6cc115241c537c]

        Translate German variable names
        
        Akt -> Current in doctxm
        
        Change-Id: I45c99d61047b4a45af27ab1da61969b1ddfa54db
        Reviewed-on: https://gerrit.libreoffice.org/51028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [c41504e358d08f89df9ed9d2ce500e38326c42ed]

        Translate German variable names
        
        Akt -> Current in itratr
        
        Change-Id: I0d35874ad412a825242de6474860d745f94ae6aa
        Reviewed-on: https://gerrit.libreoffice.org/51030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [bba834eb9ae0df59bfe69f461fa625ade1d77f63]

        Translate German variable names
        
        Akt -> Current in wrtw8esh
        
        Change-Id: Ie2933ad59f9e01cfce57a5b3847048323be787c4
        Reviewed-on: https://gerrit.libreoffice.org/51036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [83e5f4db3b42f5fce16dc1e0ce723a45329dab0f]

        Translate German variable names
        
        Akt -> Current in svdibrow
        
        Change-Id: I3a3a87fdba179ad927226097c53c4f07d36095e8
        Reviewed-on: https://gerrit.libreoffice.org/51033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [886efb9577c6661581033e994819990026affe86]

        Translate German variable names
        
        Akt -> Current in ww8graf2
        
        Change-Id: Idf70cdc5ebac2385ad7a74084b58c1a1aae652a7
        Reviewed-on: https://gerrit.libreoffice.org/51037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [bc3205235e5a6674452b4224ace0b58114d1fe3e]

        Translate German variable names
        
        Akt -> Current in ww8graf
        
        Change-Id: I4b95d4d884798020feff6c6efa09ba4891886171
        Reviewed-on: https://gerrit.libreoffice.org/51038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [8c4ec0d696fc5e5ba031c2e421b9d288b1e7e22e]

        Translate German variable names
        
        Akt -> Current in unovwr
        
        Change-Id: I8825f40a6756c73543b7fcdea32313034ecfa1d8
        Reviewed-on: https://gerrit.libreoffice.org/51035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [e91822494f4a4575bad0f0b305f4df04bee80840]

        Translate German variable names
        
        Akt -> Current in swhtml
        
        Change-Id: I54cad4bfd4ae411d397426deab9236fe3cb0c008
        Reviewed-on: https://gerrit.libreoffice.org/51034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Johnny_M  <klasse@partyheld.de>  [d7b8e1c8682dfd29847c9dc4b962c6a1cfa3d09f]

        Translate German variable names
        
        Akt -> Current in svdedtv2
        
        Change-Id: Iae43ec7ccd0a220b0296780bafecd5b4d232c3d5
        Reviewed-on: https://gerrit.libreoffice.org/51032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [af2652c1c288cf3af79cb2618326ea46b71d2e42]

        loplugin:useuniqueptr in ScDocumentPool
        
        Change-Id: Ia43710711b517e72d7758fea5603c1f3bf6e093f
        Reviewed-on: https://gerrit.libreoffice.org/51205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [00431a8afcad08da11835131c2cd423d7f8cd115]

        loplugin:useuniqueptr in SvxEntries
        
        Change-Id: I4e105326ddba11822beb9affe97196c77a5baf4b
        Reviewed-on: https://gerrit.libreoffice.org/51203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  David Tardon  <dtardon@redhat.com>  [fd877edc1822816be04b2e2fa0f883c00b5d2fb0]

        tdf#105679 honor more saved settings on direct PDF export
        
        Change-Id: I555b2e2609b731ffac09014a3d84eda434cbb7a6

2018-03-13  Jan Holesovsky  <kendy@collabora.com>  [8938e8b153f32f3f5926baddb87cb76c8e72755a]

        lokdialog: Tunnel the spell-checking context menu with recommendations.
        
        Change-Id: I1a7952e88a3f89346c97d2516628b4a7a0423de6
        Reviewed-on: https://gerrit.libreoffice.org/51062
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/51166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0d59468b156e5cc474b5540e05a6aa92ab5cfa0]

        loplugin:useuniqueptr in OSingleSelectQueryComposer
        
        Change-Id: I02eb65c7a5a1dfd768e35b596303eb3e49c3dfd0
        Reviewed-on: https://gerrit.libreoffice.org/51196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Mike Kaganski  <mike.kaganski@collabora.com>  [6d20aeeda8a346ac10782d44214a89878fd00c40]

        If handler sets contexts properties, it should do it properly
        
        Change-Id: I0b58ab924214e1cbbc89af94c037e29d14d45856
        Reviewed-on: https://gerrit.libreoffice.org/51195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-13  Arnaud Versini  <arnaud.versini@gmail.com>  [c409fd2e8829b00f027070f34a5b743019800c6e]

        accessibility: simplify getSelection when possible
        
        Change-Id: I187716bca329da0aeae9fec9f48a45a9df386130
        Reviewed-on: https://gerrit.libreoffice.org/50688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [775b12866059defdb7ae90f7bffe8720fdaf8340]

        related: tdf#116264 give windows message dialogs less border width
        
        Change-Id: Ieced9b02515ffc7479bfc66ca501e20962d5572e
        Reviewed-on: https://gerrit.libreoffice.org/51172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Gabor Kelemen  <kelemeng@gnome.hu>  [c35eee10b386b2f688f403eb4ce0ba61b22a0877]

        Updated core Project: help  05d4e9fb471224b6adbc174ecb7968ffa29d4a56
        
        Add missing ahelps / fix bookmarks to Insert Field pages
        
        Some were missing, some were misplaced.
        
        Change-Id: I0d72bb44c8630b4c9920e3d38cf0b306d3f15802
        Reviewed-on: https://gerrit.libreoffice.org/51170
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-13  Jan Holesovsky  <kendy@collabora.com>  [194fb89ba76837a93ae2af460a5e592bb7b5f21b]

        lokdialog: For floating menus, ignore the screen size in the LOK case.
        
        Change-Id: I85f6fcbc865eba7aac48a4c2e7d8c4bb82311581
        Reviewed-on: https://gerrit.libreoffice.org/51063
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/51165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-13  Jan Holesovsky  <kendy@collabora.com>  [eda8d131c327a2fe360ac28a4b1014a4947a68bc]

        Revert "lok: Don't freeze the LibreOfficeKit via the spell-checking popup..."
        
        This reverts commit 551e639f467813e52ff4301822b6a7f8778a2ef4.
        
        Change-Id: I0c7c85fe22d53aa5587ec119e1c3242682b88e43
        Reviewed-on: https://gerrit.libreoffice.org/51164
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-03-13  Julien Nabet  <serval2412@yahoo.fr>  [71f2669b7fbbf3f51f43286dd64608a75ce95ad7]

        Modernize a bit extensions
        
        mainly by using for-range loops
        
        Change-Id: I297275748ffdce0576e51f63294d7e5b21729af7
        Reviewed-on: https://gerrit.libreoffice.org/51182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a4b0b4a86258f56e699c324fb2282c49319f92f]

        sw XHTML export: avoid <u> for underline in ReqIF mode
        
        The spec insists on the CSS equivalent (while <b> and <i> is OK).
        
        Change-Id: Ied3ebc896403ab85f544b0071e841e35eafdeb64
        Reviewed-on: https://gerrit.libreoffice.org/51158
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [9034207b3019e395390e5aa9eaa1a11ca81c63b5]

        sw XHTML export: always write images as PNG in ReqIF mode
        
        JPG image would have to be JPG + PNG fallback, at which point it's
        easier to just write PNG.
        
        Change-Id: I6e4f0759244d29735fdcda8e050d198f118c737d
        Reviewed-on: https://gerrit.libreoffice.org/51151
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb04780cf8523ad4e900ae8b9cecbe7a2697a12a]

        tdf#116117 sfx2 store: don't inherit temp file permissions when renaming
        
        This has to be handled explicitly, otherwise the tempfile permissions
        (which intentionally don't respect umask()) would be preserved on
        rename().
        
        Change-Id: I0a2681dbf06986e73f6e12d294e35e87b93b4f8a
        Reviewed-on: https://gerrit.libreoffice.org/51169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c110b916b2662be2ddf7966fc102cc75ad72b5a6]

        remove unused define
        
        Change-Id: Ie674196c19e7c61dcec370b8958d79ca8b3aebc4
        Reviewed-on: https://gerrit.libreoffice.org/51187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d3df14dd7eaac16eb7c6317ad920509468784940]

        change minimizer extension to not use GraphicUrl and FillBitmapUrl
        
        Change-Id: I3a0c22d0e9411e5a427efce6adee0679e2c2de68
        Reviewed-on: https://gerrit.libreoffice.org/51109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f490e072cbbd057c804a5ff7de5409f3df1d1b33]

        winaccessibility: GraphicURL is not set anymore
        
        Change-Id: I87dd8abcf52dac0c92936fe71b905ed6dd1beefd
        Reviewed-on: https://gerrit.libreoffice.org/51108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [eba31bffb1b8a9d0f782de56cead8c6e4f65a3a4]

        sd: remove useage of GraphicURL in PhotoAlbumDialog
        
        Change-Id: I1ed5d2ad75d4424e93fa6d9761d99ab6e1bee06a
        Reviewed-on: https://gerrit.libreoffice.org/51107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1a7444ed69a68696b05feb3f3618b6704a140ba6]

        tdf#114552 Convert anchor toggle to anchor menu
        
        Since we now have three, not two anchor types.
        
        Change-Id: I9654de574a9d546d2191093cba9c192fac3cd3d7
        Reviewed-on: https://gerrit.libreoffice.org/50987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-13  Tor Lillqvist  <tml@collabora.com>  [b0259d3e857bef53b27c3f61ecc448c3f96aad07]

        Sorry, could not resist: Drive-by cosmetic changes
        
        Remove noise comments, ASCII graphics, and superfluous whitespace.
        
        Change-Id: Icca0995082ce8afad1e770a263fdef00bfc33449
        Reviewed-on: https://gerrit.libreoffice.org/51168
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-03-13  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [51617878ddc8f9816af7d63d0b483eefd3aed27d]

        tdf#114260: Allow moving top-level menus
        
        in the Customize dialog.
        
        Change-Id: I0dafe59e017e05977d00cf564cfef21190a0a7a1
        Reviewed-on: https://gerrit.libreoffice.org/51163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-13  Pranav Kant  <pranavk@collabora.co.uk>  [f495a324921589d731d7d16f4554e36d4230476b]

        lokdocview: new property 'is-initialized'; fix gtktiledviewer for calc
        
        there's no lokdocview property to tell if the doc has been completely
        initialized (initializeForRendering() has been called, etc.). This new
        property takes care of that which we now use to ignore
        configure event fired before document is initialized for rendering.
        Configure event handler queries document for row/col header which
        asserts because some values hasn't been initialized yet.
        
        Change-Id: I58385b2cb56bf317fe20ecf0570b7095f7260174
        Reviewed-on: https://gerrit.libreoffice.org/51156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [074436829840763eaf0c3d150b606aedca4e3ef0]

        vcl: prefix BitmapEx member variables with an 'm'
        
        Change-Id: I39c52cd670e6148fca1f65c35a5ff411bfda7137
        Reviewed-on: https://gerrit.libreoffice.org/51143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [f2da65d7e9ea3b96a946686153dc12d3d6c88be2]

        vcl: rename BitmapFilter::filter() to execute(), rename existing classes
        
        Change-Id: I0c7b840de6bb4c7570bd6a55ccf3b427f98cc524
        Reviewed-on: https://gerrit.libreoffice.org/51142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e22e4f75e4af2cb2fc041eef6f0178a4941285da]

        sd: bullet graphic uses "Graphic" prop. instead "GraphicURL"
        
        Change-Id: Iab5b10ae1887c1ea7149bb4ba09ba9e913985398
        Reviewed-on: https://gerrit.libreoffice.org/51106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  andreas kainz  <kainz.a@gmail.com>  [4647057a077824cd6782be82b2d13e06fa76704b]

        Colibre icons: add transition icons for impress
        
        Change-Id: I532278bba585f60d5657492ec3fc055fb442cc09
        Reviewed-on: https://gerrit.libreoffice.org/51183
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b87abe06da35ca3a11628674af23460349b439a]

        Change ODK example to use Graphic property instead of GraphicURL
        
        Change-Id: I0a8b518a62c35da52008668c6e8cc7d0fd74e1d4
        Reviewed-on: https://gerrit.libreoffice.org/51105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-13  Caolán McNamara  <caolanm@redhat.com>  [fc4dfdc9f5ee5ae408f0177d2aaa6ad16d28ca05]

        tdf#116277 blank frame into which document will load shown too early
        
        normally we want this to be the window that is the parent for any
        warning or password dialog. But for these (weird, see also impl_findSlotParam)
        frames dispatched with slotid arguments, they are opened before the dialog
        which will fill them is launched.
        
        Presumably in sane land the dialog would be dispatched from the menu entry,
        then on its create the frame opened with the desired contents.
        
        Change-Id: I1234b648ca1bd7fd2109cb4d3c70d5bfed9ab563
        Reviewed-on: https://gerrit.libreoffice.org/51150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-13  Suhail Alkowaileet  <xsoh.k7@gmail.com>  [9aa70e2d0b72b37f6c090237b661d02c560aa79a]

        tdf#114622 Add Numbering in Arabic-Indic numerals
        
        Fix all comments
        
        Change-Id: Ib11662de5cac3b073114ab4425e8f45a0c04c8c8
        Reviewed-on: https://gerrit.libreoffice.org/47058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-13  andreas kainz  <kainz.a@gmail.com>  [8986f46072b0fa1b62f9c382b9979aed1bcef7cf]

        Colibre icons: add wizards icons
        
        Change-Id: Icbf9158c13743cfd8c6f617e15d1854cb4f63c8a
        Reviewed-on: https://gerrit.libreoffice.org/51181
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-13  andreas kainz  <kainz.a@gmail.com>  [6b30516fad5c715987ad30769d820203f5677152]

        Colibre Icons: add app icons in different sizes folder res
        
        Change-Id: I7ebc9a21fbf33c0a37868b7a4e5318a8d9e13392
        Reviewed-on: https://gerrit.libreoffice.org/51180
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4f29ce6a67b81e7f28e1c86d60ff15ec1d180661]

        tdf#114552 Improve image scaling in Calc
        
        When anchor type "To cell (resize with cell)" is selected, we do now::
        
        1. Consider aspect ratio when scaling graphic objects with cell
           This only works when the image fits into one cell.
           When the image is over multiple cells, we need to respect the end
           anchor, so we need to keep the existing behavior (no aspect ratio considered).
        2. Always scale images if anchor type is "resize with cell"
           Previously it would only scale if the image is larger than the cell.
           Now we always enlarge the image if the cell is enlarged, and shrink
           the image if the cell is shrinked _and_ the image no longer fits
           into the shrinked cell
        
        Change-Id: Ib2a24819d0058bcebce73ea97bbf70a963d74584
        Reviewed-on: https://gerrit.libreoffice.org/50451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-12  Julien Nabet  <serval2412@yahoo.fr>  [a1a60f79c6ffccfd49034a6251031e1f9a0c63a0]

        tdf#115853: save current custom property when adding line
        
        by reloading current lines before adding a brand new one
        indeed the info are deleted by ClearCustomProperties
        each time SfxDocumentInfoItem destructor is called
        
        Change-Id: Id1e2e652e90c720f00b8612aa9afbfa91b784d1d
        Reviewed-on: https://gerrit.libreoffice.org/50070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-12  Khaled Hosny  <khaledhosny@eglug.org>  [489c7088b4a99720d1a2839ed52b3becd7aac342]

        tdf#116322: Don’t hard-code RTL character ranges
        
        Calc’s ScOutputData::LayoutStrings() has an optimization that skips edit
        engine for what it seems to consider simple enough text (single script,
        no bidi controls, etc) and it ends up calling this code in OutputDevice
        that hard-codes RTL character ranges and skips bidi algorithm if none is
        found. Since the list of RTL characters is not fixed and new version of
        Unicode can added new RTL characters, help the next boor soul that will
        spend another day debugging this in the future by removing the
        hard-coded RTL ranges and instead check for some known LTR ranges.
        
        Change-Id: I6eb8fd3d1342a5539d607bf54e9c2de31f5a32b4
        Reviewed-on: https://gerrit.libreoffice.org/51118
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [91bed85d835d038c993a548ce76025165d962f2b]

        Colibre Icons: finalize chart2 icon folder
        
        Change-Id: Ibbe4c6e63213dc9fa767ca04d1376f8742adb34a
        Reviewed-on: https://gerrit.libreoffice.org/51174
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [079a17447d869fae97c0b1a6dde5fe6a25247685]

        forcepoint #27 check region bands loaded from stream for consistency
        
        Change-Id: I92376b5fb4208c78fa25a94d4dd394256793161c
        Reviewed-on: https://gerrit.libreoffice.org/51144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [02cf066ee9b8a833a6f19c41489aadff3561a56b]

        tdf#107094 backward heading search doesn't always work
        
        regression from...
        
        commit 84e44386d70e886f9bae633ebe915ea3a52f8dbd
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Nov 12 10:35:18 2014 +0000
        
            coverity#982189 Unchecked return value
        
        so put it back the way it was and explicitly ignore the return
        instead
        
            Change-Id: I6f5ef42b38236ea5f70ddbccfa25a81f2f3e976c
        
        Change-Id: I0c0084247e8570ace2198fa893db273dab00d2b0
        Reviewed-on: https://gerrit.libreoffice.org/51146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [aeb925a031c69a2c6572a9d6de3c3ebd74b4f2e5]

        forcepoint #21 pop on empty stack
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I25b1c6361fb0a3ae6b01f2be870c9e1b49bf5b84
        Reviewed-on: https://gerrit.libreoffice.org/51114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [57a1d2ce7da74efcdd2c13c8d2dd23cab1de3461]

        forcepoint #24 back() on empty vector
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: Idb6723b53a1ae8aaca80847bfe643bc4abaedd21
        Reviewed-on: https://gerrit.libreoffice.org/51121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Michael Stahl  <mstahl@redhat.com>  [b718c29265826af8e15eafc649443602624875a1]

        solenv: the installer's -b parameter is unused
        
        "build" is hard-coded to "majorminor0".
        
        Change-Id: I15271544917f70b8ae029bd7542aecfe0a46befe

2018-03-12  Michael Stahl  <mstahl@redhat.com>  [396f085610860104390e47cd78a8b48c057f5f71]

        solenv: installer's -m parameter & globals::minor & PRODUCTMINOR unused
        
        Change-Id: I2f550ca5b02551b84d3631e0101918af49924fe2

2018-03-12  Michael Stahl  <mstahl@redhat.com>  [36b23fdd9419619bacd07311b10c34640836c044]

        solenv: LAST_MINOR is effectively dead
        
        Change-Id: I07d90c68934712295952e6e6725e0206c16a5b7e

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [3a33d9ce82566387337faa3e7983a2aca39f3b1f]

        Revert "g: ignore submodule changes"
        
        This reverts commit 27925032cd5aec8805185679e01c687c40bbd617.
        Conflicts:
        	g
        
        According to vmiklos, that commit was meant to help with the following scenario:
        Assume a dev uses submodules and uses plain `git pull && git submodule update`
        instead of ./g.  When they forget the "&& git submodule update" part and do
        `git commit -a`, changes to the submodules were excluded from the commit.
        
        However, when they do `git add -u && git commit` instead of `git commit -a`,
        changes to the submodules /are/ included in the commit, despite `git status` or
        `git diff` (both prior to `git add -u`) or `git diff --cached` (after `git add
        -u`) not indicating that there are any changes to the submodules.  I consider
        that problem more confusing and severe than the problem that the commit solved.
        
        Change-Id: I595eed3c1c04efd108be1ccd792d8d7bce72a345
        Reviewed-on: https://gerrit.libreoffice.org/51155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [5a891dde0df4b01e100f3742e24a2f2d147c2690]

        forcepoint #26 check input against max valid enum values
        
        Change-Id: Ide72884c77904ae9495b5189cde086e43923e4bd
        Reviewed-on: https://gerrit.libreoffice.org/51136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [f879f7125f12f9a7fde0175b4f1fcc3c1686e642]

        forcepoint #25 ensure null termination
        
        Change-Id: I37f4787fb5772e959c45280d9650adcc15591033
        Reviewed-on: https://gerrit.libreoffice.org/51128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Mike Kaganski  <mike.kaganski@collabora.com>  [43bf50d5ced4b878f747075f8c0f1b32991c290e]

        tdf#115649: ensure we own SolarMutex in the callback
        
        The crash is caused by releasing SolarMutex we don't own; the release happens
        in Application::Reschedule() inside SalPrintAbortProc.
        
        The crashing callstack:
        
        ucrtbase.dll!abort()
        mergedlo.dll!comphelper::GenericSolarMutex::doRelease(bool bUnlockAll) Line 72
        mergedlo.dll!SalYieldMutex::doRelease(bool bUnlockAll) Line 177
        [Inline Frame] mergedlo.dll!SolarMutexReleaser::{ctor}() Line 1473
        mergedlo.dll!WinSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents) Line 550
        mergedlo.dll!ImplYield(bool i_bWait, bool i_bAllEvents) Line 469
        mergedlo.dll!SalPrintAbortProc(HDC__ * hPrnDC, int __formal) Line 1308
        gdi32full.dll!vSAPCallback()
        gdi32full.dll!ExtEscapeImpl()
        gdi32.dll!ExtEscape()
        [Frames may be missing, no binary loaded for KMUU727V.DLL]
        KMUU727V.DLL!0000000011d0dc21()
        
        Change-Id: I955eab7894186900d0d99e28f62d87cc645e4a5a
        Reviewed-on: https://gerrit.libreoffice.org/51052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [da3331fe4b5a79f874242b38e2a05fb280976c90]

        missing error description for ERRCODE_SFX_FORMAT_ROWCOL
        
        Change-Id: Ia616486011f92ccfdd743e46f1b583b99b087eb5
        Reviewed-on: https://gerrit.libreoffice.org/51113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [4c041561952894bf50427be643e751aa67cc8810]

        forcepoint #23 Null dereference
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I2e68a6c3fe1846fbfaaa0305c02da135a930d863
        Reviewed-on: https://gerrit.libreoffice.org/51120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [87ea09563d9b8cd24e2542a89b2150901ba94b05]

        forcepoint #22 pop on empty stack
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I964c79af0087075df0142cd251fd304a68bc497b
        Reviewed-on: https://gerrit.libreoffice.org/51119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [81e2bb73dafd0de1bae5d5bb0aadffcd7339b2ac]

        Colibre Icons: fix formula png icons
        
        Change-Id: Ic37e0d4926d72c25f3654fc674b021e7cd1b7c4a
        Reviewed-on: https://gerrit.libreoffice.org/51141
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [5d8a4f3c5b51fbf19eba9e68460aa4409a271f6f]

        Colibre Icons: fix formula res icons
        
        Change-Id: I41869da44cada6f4bb96d76942d923150464ff57
        Reviewed-on: https://gerrit.libreoffice.org/51140
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [17b59d49deaf75e6aa1f77ce876fc6cb9edc2ba4]

        Fix typo
        
        Change-Id: If7667b9cda78b481de0048a459cef3de4642385a
        Reviewed-on: https://gerrit.libreoffice.org/51084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [4e1d2e364aa24dad962dd26d9b37d7e0d061c8a7]

        Colibre Icons: add sc_ icons
        
        Change-Id: I9c8381e886a095f0e109b3932f6d94b87d9862de
        Reviewed-on: https://gerrit.libreoffice.org/51139
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [6dad441bf5da4e50553dc84cb99d767eddadc1fd]

        dbahsql: use empty Any for "Other" column
        
        Change-Id: Ie3e918956a25fba2831d3542e5f3d1b26c4fdc2a
        Reviewed-on: https://gerrit.libreoffice.org/51117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [e723cb09500b362559b54deebef97b73a4e40fc0]

        -Werror,-Wunused-private-field
        
        Change-Id: I9272b14c7760f2880983e198ff98b54cf37e1d30

2018-03-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [afea2bbcd5cb879d18cda6eae3dfe893f6044be4]

        svtools: cleanup GraphicAccess
        
        Change-Id: I1eb2b5dd6859653594771d950992dfca38161446
        Reviewed-on: https://gerrit.libreoffice.org/51104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ab9eff78f05e71d4d853fe72c03823287b49c93b]

        remove support of GraphicObject URL from GraphicAccess
        
        Change-Id: I4f14241f8528e025ddb108c73bee2df61f8927de
        Reviewed-on: https://gerrit.libreoffice.org/51103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [eda031b57f7faab682c6ea6c16892a2f243ec6cf]

        loplugin:redundantfcast
        
        Change-Id: If705487606f419d28504341808da3301b585bf91

2018-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [afbbabcf6702cc197ab35519c74ed8b69455a862]

        sw: prefix members of SwColumnDlg
        
        Change-Id: I3689035ff23ee6610544ace2e9c7e85f38a14827
        Reviewed-on: https://gerrit.libreoffice.org/51097
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-12  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [a21744a72637a2e3044f55450df85f94a9fc0bf9]

        tdf#114260: Add gear button to Customize dialog
        
          * Allow renaming custom toolbars, custom menus, and standard sub-menus.
          * Move plus and minus buttons into the gear button
        
        Change-Id: Id856da2498412b52e44b5623c4a5b9a3ed439fe3
        Reviewed-on: https://gerrit.libreoffice.org/50553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [2cc2f9fa4b98eaf47ae1e8fecdfb916ed8038622]

        Colibre Icons: add missing sc_ icons
        
        Change-Id: I385d14f8c7cfc64803f14ef8ca2ee8f75f5e1f3a
        Reviewed-on: https://gerrit.libreoffice.org/51125
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [daf3109bd1fed06a2c5b3a30ca1212c15221b56c]

        Updated core Project: help  0a70396c2927c043446e9e99c527d5a50ae6fe67
        
        Add a barebones README to this repo
        
        Change-Id: I033cc219e75d4c1d4da0244c820c4d4b5cf4c89b
        

2018-03-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [00b086d6c304db8d9fa0737fb5c4d26efc75fac5]

        Updated core Project: dictionaries  d8d241188c1914d5e031948111bfb80f8642607f
        
        People ask what this repo’s all about
        
        But I don’t feel like writing anything, so just add a link.
        
        Change-Id: I8aed1a20ea5246be24d22490d2ff3714e2d2e2dc
        

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [1275e972b2d634c70fbe3acf5e2d90cd5c438e58]

        loplugin:redundantfcast
        
        Change-Id: I54cbc12b9eeb5bd6e405765836436611326b4d8f

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [684035a93d17ddb92909c40766518b1d193eadc8]

        loplugin:redundantfcast
        
        Change-Id: I6d93a634d2cde982c764233dc28a9c5270593cc1

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [fd67b40a91d36c9ea24facadf150efd7499e1f06]

        loplugin:redundantfcast
        
        Change-Id: I71d2321b47ff40576072898680897832a7b3b77e

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [451d62196daee61d6b7f1631da43b7b42a2d4f0c]

        loplugin:redundantfcast
        
        Change-Id: I88842cc9c757eda08c26f175a810d781146ed1a3

2018-03-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a451edce98f60b3b66b090a9cbbd3977901e1a14]

        another fix for Android
        
        Change-Id: I21802c695e2ca4fbc7ff0dd08880dfa262ca9a33

2018-03-12  Caolán McNamara  <caolanm@redhat.com>  [ecf40304b494e1783c09a1a1d55fd6d11894b366]

        ofz#6827 drop last anchor pos if it will be joined
        
        Change-Id: Ib36b74b455f741d9dcccbdf244d21453837bda3c
        Reviewed-on: https://gerrit.libreoffice.org/51093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2018-03-12  andreas kainz  <kainz.a@gmail.com>  [f6206be27a8b9afbe682eb0e79f60a6c2eb4e3d4]

        Colibre Icons: update smiley shape
        
        Change-Id: I45d822b387ff47e0183d11fbf31106c37b926fc4
        Reviewed-on: https://gerrit.libreoffice.org/51098
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [9549f0708eb0284de38290631cb46838144274ca]

        loplugin:redundantfcast
        
        Change-Id: I9e6e6ffdca91591701b4d2998ef0730b484db557

2018-03-12  Mike Kaganski  <mike.kaganski@collabora.com>  [de53d4690d25b9f1bbc0def6c66ce5b45b2fdc96]

        tdf#103175: Initialize DrawLayer if required
        
        Change-Id: Ia99dd1e349e807d339dce0ead518a72a31e0fc02
        Reviewed-on: https://gerrit.libreoffice.org/51096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-12  Stephan Bergmann  <sbergman@redhat.com>  [00f6c248d40f708bffe2f74cc14cd4c3da5c78d3]

        loplugin:redundantfcast
        
        Change-Id: I078d226b0cdec46ce1b5e36379cc9144fd865aa2

2018-03-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [886cf2526865d2de9a76379123c9c3469ff63721]

        blind fix for Android
        
        Change-Id: I014e23da43292b458ca046ebdc7fd6a472c6dffb

2018-03-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f5868c4309d49ad495e0763b5b57d1f7f98e377]

        loplugin:redundantfcast look for redundant copies in return statements
        
        Change-Id: I5f416c865dfe1c36018784246a8007452eb42008
        Reviewed-on: https://gerrit.libreoffice.org/50996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb34e6083cdc82333d64ad9224e0d25e895d1dae]

        loplugin:unusedmethods
        
        Change-Id: I027adbe65edd5f07534bb36f9f54c55f30ba516e
        Reviewed-on: https://gerrit.libreoffice.org/50998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-12  Henry Castro  <hcastro@collabora.com>  [c9c0f257f4abe738203d2294ca86822e200d3ce3]

        lokdialog: convert the show sheet dialog to async exec
        
        Change-Id: I501d9444ef9798a26b4db06ab51e4fb691144b17
        Reviewed-on: https://gerrit.libreoffice.org/51094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cab04bc39b5164ea74216cd849c3af5f5b298f79]

        extract common components to one place for sc unoapi tests
        
        The declared components in a test of uno api don't change much
        or at all, so instead of duplicating this in every test, define
        it in a common file use when needed. Some more common things
        could be extracted in a similar way.
        
        Change-Id: I07ae641afca55ffaf3c5c93624bfaa2143590886
        Reviewed-on: https://gerrit.libreoffice.org/51079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [82ff1317a3f4627d25399e93da0f9bc88fe89205]

        use sw::WriterMultiListener instead of SwDepend in SwXTextPortion
        
        - also switch from old Modify() handler to new SwClientNotify()
        - also simplify some sequence generation with C++11
        
        Change-Id: I219f626ce51e07c581ddf49d0cf5dc66e2d6a997
        Reviewed-on: https://gerrit.libreoffice.org/49567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-03-11  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [f4ab54c17ce2fb1959886377a1e37111aed80000]

        use sw::WriterMultiListener instead of SwDepend in SwJumpEditFieldType
        
        Change-Id: I93f6dbf4eda561d68146be714e633576394d5a75
        Reviewed-on: https://gerrit.libreoffice.org/49566
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-03-11  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [5c04518c2d4b289289d551e22709e22702563d50]

        introduce sw::WriterMultiListener
        
        - it can handle multple sources to listen to: this should make SwDepend
          (always been a hack) soon obsolete
        - also add a unittest for it
        - WriterMultiListener notifies via hints about reregistering, so help
          migrating away from these crazy static_cast<>(GetRegisteredIn())
        - fix expected<->actual asserts in uwriter.cxx
        
        Change-Id: I8c70826d1a8be5c8097d81304f0df42bb7319cd4
        Reviewed-on: https://gerrit.libreoffice.org/49565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

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

        weld color picker
        
        Change-Id: I487b9a0cc13b2b60a0f1e28667773b5d3b5c66cc
        Reviewed-on: https://gerrit.libreoffice.org/51001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        has-default without can-default
        
        Change-Id: Id10bf6afd455c1f78152aabde033b24cb879db36
        Reviewed-on: https://gerrit.libreoffice.org/51056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-11  Matthias Freund  <matti_lx@secure.mailbox.org>  [745998f778c22568c3bd691ffc24e80982e2db44]

        tdf#75256 Sifr update fix for not showing up epub export icon
        
        Change-Id: Ifa85cb2d99e049295903408bb990e8e37d1f5021
        Reviewed-on: https://gerrit.libreoffice.org/51080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-03-11  jan Iversen  <jani@libreoffice.org>  [814bd40070db654d80a16d9f813610cae3b12dd6]

        iOS, calling cpp_vtable_call does not corrupt stack
        
        Changing bl -> b (jump long to jump) allowed cpp_vtable_call
        to work without corrumping the stack.
        
        However return still corrumpts the stack.
        
        Change-Id: I3437a73139b65af13dcf6fa0c959bb1c847564b9

2018-03-11  jan Iversen  <jani@libreoffice.org>  [a414d362350df8eacd82104545a6aaf4ce102011]

        iOS, updated xcode project file
        
        the only change is that addition of files needed to debug the
        stack corruption problem.
        
        Change-Id: I3598cdba2e84f51a3a90387dbe3439eafb34f878

2018-03-11  jan Iversen  <jani@libreoffice.org>  [056bc3cf26e539f4e841aeeecc8f1badff7ddc37]

        iOS, moved privateSnippetExecutor from asm to C function.
        
        move asm code to C as first step towards reducing the asm code.
        Since iOS does not permit java/python or anything else than the
        compiled C++ code, the throw should be done simpler.
        
        Apart from that this is the first step in solving a stack
        corruption problem in the throw code
        
        Change-Id: I4f3d3a3ba3f55fb46131d9a8eeb0deebf179d95f

2018-03-11  Mike Kaganski  <mike.kaganski@collabora.com>  [e42d869a2f0551aca748f70d8c2c2f770ad3742c]

        gbuildtojson: unblacklist i18npool scaddins tools
        
        Change-Id: I26a41fa7afb2fd374103e7a4a321be35b4bf22a1
        Reviewed-on: https://gerrit.libreoffice.org/51081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-11  jan Iversen  <jani@libreoffice.org>  [5facd232c181e3bd47f1140245bd32a5efb2b21b]

        iOS, removed unneeded #ifdef arm64
        
        Change-Id: Ie568c461ae834b33b9220c4b9fb42ec66b5e7ce0

2018-03-11  jan Iversen  <jani@libreoffice.org>  [6ec77e28f131a03cd6209ef3de5bd8afb2442086]

        iOS, revert bed135e02bf7db2ef8c29747bbf79f26da71e9ca
        
        using USE_DOUBLE_MMAP worked well on the device, but caused
        problems with the simulator, that depends on the GCC3_MAC* implementation.
        
        Change-Id: Ifbc1d48b3642567029c5271054a545eaacaf18ed

2018-03-11  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [813296d4a21163ffba86f1f4c0bec6ddb0511e6c]

        dbahsql: import DATE and DATETIME columns
        
        Change-Id: Ibfd9340fad40efab891cba5b77ce3496424a3525
        Reviewed-on: https://gerrit.libreoffice.org/51076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7fbb96c2fbf99c47eca6f493f54fc3974f55cf86]

        Move (and rename) graphic stuff from svtools to vcl
        
        This is preparing to change how GraphicManager works where it
        won't base itself around GraphicObject anymore but Graphic. No
        functional or cosmetic change was made to the classes, only
        changes that were needed because of the move and rename.
        
        The only thing that wasn't moved is the GraphicRenderer as it
        is not needed in vcl for now (but makes sense to move it in the
        future to keep graphic stuff together).
        
        grfmgr was renamed to GraphicObject as the GraphicManager will be
        changed a lot and most likely moved out, so the name grfmgr won't
        make any sense anymore.
        
        All the UNO implementations were renamed with a prefix Uno and
        used the same name as the class name. This is made to be more
        specific which are the Uno objects (for example graphic.cxx
        contained the implementation of XGraphic, which is similar to
        graph.cxx contains Graphic).
        
        Change-Id: I54a2fa6c7e997469aaa7770db05244adb9f64137
        Reviewed-on: https://gerrit.libreoffice.org/51068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  jan Iversen  <jani@libreoffice.org>  [e6d2332eae92b8f288d3d3f8aa2090abfa777098]

        Allow use of "git worktree" in Makefile.in
        
        When using git worktree $(SRCDIR)/.git is a file and not a directory, therefore
        get-submodules: fails in "./g -z".
        
        Eliminating call to "./g -z" in worktree directories, but keeping it in the
        cloned directory.
        
        Change-Id: I88d8e3e06cac2a2710da21ae233364d8119fe5ef

2018-03-11  Mike Kaganski  <mike.kaganski@collabora.com>  [82d9af7f14c808d48fa5db9420c85a8d26c79905]

        tdf#108482: ignore repeated headlines' previous instances height
        
        Change-Id: Idae0b99c4171556612fb41bb02f1c48bbfeec4b2
        Reviewed-on: https://gerrit.libreoffice.org/51073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-11  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [f9831de353742485b8241fb2bd8ca6b23e3c1c75]

        dbahsql: import TIME columns
        
        Change-Id: I8863127a4de1bfc06b13d008e037db2a4e60f1e7
        Reviewed-on: https://gerrit.libreoffice.org/51059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-11  andreas kainz  <kainz.a@gmail.com>  [0e73fd8218cfc009edfda02e7240b9d0907916d9]

        Colibre icons: add res sx and other res icons
        
        Change-Id: I6dd8c044fe7e68b9edc12be419d5cf41c81798ea
        Reviewed-on: https://gerrit.libreoffice.org/51072
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-11  jan Iversen  <jani@libreoffice.org>  [02f6aa7355d77842caa0416217e0a572144467c3]

        iOS, removed perl script in bridges
        
        The perl script just generated static asm code, this
        code is now included directly in ios64_helper.s
        
        Change-Id: I3ebc6f85865287e1a1d11f82be72fc2407bcb40f

2018-03-11  jan Iversen  <jani@libreoffice.org>  [dc275890d62cb8f404fe6bed5c37f90835b53b0f]

        iOS, typo in function decl.
        
        Change-Id: I269f5323ed0f984cfe9d28636a9cae84a863e7a6

2018-03-11  jan Iversen  <jani@libreoffice.org>  [bed135e02bf7db2ef8c29747bbf79f26da71e9ca]

        iOS, activate USE_DOUBLE_MMAP
        
        If not activated code assumes dymanic behaivour.
        
        Change-Id: I6b2807f4a2402a7adfa0839454586b425ee1ae29

2018-03-11  jan Iversen  <jani@libreoffice.org>  [be65314d131ea75610d9ed21323ce6025a615c99]

        bridges,iOS removed suport for x86 and arm.
        
        Only arm64 is supported, code is more readable
        
        Change-Id: I6940b0d03dc26c9c8f10c1cb105a7564471f2ca5

2018-03-11  Mike Kaganski  <mike.kaganski@collabora.com>  [a8fc81d478f4dcf8600ed9a2b4e0f7adff4a17ee]

        tdf#44774: Parent style's msApiName could yet be empty; use GetApiName()
        
        Change-Id: Ie0e218ea83d34aa7ee22fea1f32b2851a942544f
        Reviewed-on: https://gerrit.libreoffice.org/51069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [98eb91a1b99ce9c5ff43b49a9a7789ee8b1c8cc5]

        remove whitespace
        
        Change-Id: I2ae5c344da3f523072754340e78288fbb29c6348
        Reviewed-on: https://gerrit.libreoffice.org/51067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  andreas kainz  <kainz.a@gmail.com>  [8874c4ae7696328556a8f5c0c475b2cac6aa533b]

        Colibre Icons: add res/sx 16px app icons
        
        Change-Id: I3046da08c64881f81efcebd9aea4d8e34e19a647
        Reviewed-on: https://gerrit.libreoffice.org/51066
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-11  andreas kainz  <kainz.a@gmail.com>  [80594e386d81d8bdccae55601c421445c3a0a53a]

        Colibre Icons: add helpimges
        
        Change-Id: I43f76ba8f4e9b19b4c101e32b665f676723c36f2
        Reviewed-on: https://gerrit.libreoffice.org/51065
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [91ab5a07708892c3df6940aeb643d50bfd43e285]

        use XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE define
        
        Change-Id: I6d37cc1e745b797a1c727a988177916291b650be
        Reviewed-on: https://gerrit.libreoffice.org/51049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cfb90793b42ff57281d1cdd8b0c609652664ffe9]

        svx: convert XBitmap directly to XGraphic
        
        Change-Id: If2bd8419d9073625f0392f59f671d70193bf990c
        Reviewed-on: https://gerrit.libreoffice.org/51048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7ba32a63cf6064b5ad6e27c95ea3d9fa01ef19b1]

        xmloff: convert replacement image loading to use "Graphic" prop.
        
        With this change ResolveGraphicObjectURLFromBase64 and
        ResolveGraphicObjectURL became unused and are also removed with
        this commit.
        
        Change-Id: I45428a4e47f0e8800f18c1fdba007293dfcb53f4
        Reviewed-on: https://gerrit.libreoffice.org/51043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cefef4b2e59de45d51504a69ae23c803b0dd9590]

        xmloff: convert form controls to use Graphic property on import
        
        Change-Id: I98e6a8a6cf114e1b6347b77abc6c3ad30842c3cd
        Reviewed-on: https://gerrit.libreoffice.org/51042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-11  andreas kainz  <kainz.a@gmail.com>  [c21f156e8e5abce387316b3482aacd8f8f309231]

        Colibre icons: add missing sc_ icons
        
        Change-Id: I6f62904fbbcaa0875991c0f3648286cc74a990eb
        Reviewed-on: https://gerrit.libreoffice.org/51064
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [14960e53131f21cd612b0abd627d1d0d8721f143]

        Updated core Project: help  09a1e6b04cedd98d752db7a3be672f800f2b79d7
        
        Fix typo
        
        Change-Id: Ib9a6a3b456486e84642c136f5bba99c685eb8be3
        Reviewed-on: https://gerrit.libreoffice.org/51025
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-03-11  andreas kainz  <kainz.a@gmail.com>  [7900aaf1fac63072ff59ad433766c4c6443d773b]

        Colibre icons: add missing sc_ icons
        
        Change-Id: I08dfa1679b3a38bb204bc9e271668a66fc26888a
        Reviewed-on: https://gerrit.libreoffice.org/51060
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-11  Julien Nabet  <serval2412@yahoo.fr>  [5a341e126709e3c9ef01680e116d5ce0d55d9f8c]

        Use for-range loops in drawinglayer and dtrans
        
        Change-Id: I4d3368e2ffa4d98c04d69b8f5ef485558d812fda
        Reviewed-on: https://gerrit.libreoffice.org/51047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-11  Julien Nabet  <serval2412@yahoo.fr>  [e9171066136868fe89947dda5095e9479d5e50e7]

        Use for-range loops in editeng
        
        Change-Id: I6abf56aba1211e1288bd8ee673e0614d1b5dc1d6
        Reviewed-on: https://gerrit.libreoffice.org/51050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-10  Eike Rathke  <erack@redhat.com>  [adc6ba2ad502f095dde8f36242fda9aaa6c276fd]

        Rename ScMatrix::IsString() to IsStringOrEmpty()
        
        ... to prevent further confusion what it acually returns.
        Follow-up inspection of places where used might be necessary, and
        whether an IsEmpty() is used and necessary or an IsAnyEmpty() or
        some such would be needed.
        
        Change-Id: I7975a97f0d16442cf195956d148bfb7fbdf89c6a
        Reviewed-on: https://gerrit.libreoffice.org/51055
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-10  Caolán McNamara  <caolanm@redhat.com>  [5b4952ca85ffec852b2361e45f987c3c5be19dc9]

        margin change should trigger relayout
        
        Change-Id: Idfcca3c6c37244ff073b9fc2fdc40955c39d01d1
        Reviewed-on: https://gerrit.libreoffice.org/51012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-10  Andika Triwidada  <andika@gmail.com>  [df336d23279053593fca33c24c96f8b589cb52e4]

        Updated core Project: dictionaries  47c5e2741fd510d38045abcbd2719a7a584d470d
        
        Added Indonesian thesaurus
        
        Change-Id: Ida510bb2a5cc6a636556e26d1a28621e9566be27
        Reviewed-on: https://gerrit.libreoffice.org/50962
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-03-10  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [6039d2463b4cc503b963811b3b1471de3291ee09]

        dbahsql: Add numeric/decimal import
        
        Change-Id: Icba170d586d35f890d5232463f89d547d526d885
        Reviewed-on: https://gerrit.libreoffice.org/50937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-10  Eike Rathke  <erack@redhat.com>  [5f23f94cdef660909e105176a8c7ae83780baa71]

        Unit test tdf#116324
        
        Change-Id: Ib1f0f8fe2308c075477903d4f981046a939d4b79

2018-03-10  Eike Rathke  <erack@redhat.com>  [8930f8f530b4879226a6bac55bfeb551ac9e7489]

        Resolves: tdf#116324 treat jump empty path as 0 when nested
        
        Apparently a fallout from
        
            commit 0f45ac20cd2ab2a64c40c7d6850f333cc33feeb0
            AuthorDate: Mon Jun 28 11:40:39 2010 -0400
            CommitDate: Sat Nov 6 23:40:00 2010 -0400
        
                More on fixing build by eliminating use of ScMatrixValue.
        
        or other commits related to ScMatrix handling.
        
        Change-Id: I10e8b58aed51cd707b1503dbbc0b369aea4a2805

2018-03-10  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [5983cb047ae85d64040b3a99a5bb39a235f4f148]

        dbahsql: add boolean
        
        Change-Id: I1c18d40f6375d034e8de3c1bad6323b7cda052e6
        Reviewed-on: https://gerrit.libreoffice.org/50975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [6529cd54c29c5800340530a1b8182c341fbeeafb]

        don't use heap for elements in ScRangeList
        
        no need to store small objects like this out of line.
        
        Also
         - add move constructor and move assignment operator
         - drop Assign method since it now has the same
           signature as push_back
        
        Change-Id: I9a8647d3a11f24166a83d399a358a2bce3b2cb79
        Reviewed-on: https://gerrit.libreoffice.org/50899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4ea605cb5c31fe4c7d3931a656782a652b4d96fc]

        xmloff: embedded objects can still use GraphicObject URL
        
        The embedded graphic object don't seem to use the uniqueID of
        a graphic object, but seem to have the same URL prefix. Let's
        leave this in for now.
        
        Change-Id: I48d9ad2c3b1eca745911f03221988c46c0fdb8d2
        Reviewed-on: https://gerrit.libreoffice.org/51041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [80918a529bed72a06779fc59d9379be97cb8aca3]

        slideshow: convert use of GraphicURL to Graphic property
        
        Change-Id: I4e933d592d3408dd7887b81f2efb69068af88202
        Reviewed-on: https://gerrit.libreoffice.org/51040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Julien Nabet  <serval2412@yahoo.fr>  [ba98f6e3e4dbfc23474e13d59bb08c618ee8c4e5]

        Modernize a bit more dbaccess (part2)
        
        mainly by using for-range loops but also by simplifying some simple algo
        
        Change-Id: If5ce6d901761db2b872a99e6de0eb6d2f098df99
        Reviewed-on: https://gerrit.libreoffice.org/51044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-10  Mike Kaganski  <mike.kaganski@collabora.com>  [351043e5120470ff4d382f01e4c2f215ba84ef59]

        gbuildtojson ide-integration: unblacklist sal cppu cppuhelper cpputools
        
        Change-Id: I329c643a564af7559e6c2f5cae79875266fec09c
        Reviewed-on: https://gerrit.libreoffice.org/51039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [81dc2f68dffb9e58e99d5deddb1124f6ec047a25]

        The minimal supported Qt5 version is 5.6
        
        The gtk3_kde5 file picker needs Qt 5.6 for the use of
        QFileDialog::setSupportedSchemes and QList::constLast.
        
        So just require this Qt5 version generally.
        
        Change-Id: I1ae5673da17d84d11a9dd4e60da3cea17fad38e2
        Reviewed-on: https://gerrit.libreoffice.org/51004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a6e53e567f0e10b254807cbf5fe2a0bc65cbad50]

        chart2: remove commented properties
        
        Change-Id: I96b31f99a9517628f0b599f43105511415a24ddc
        Reviewed-on: https://gerrit.libreoffice.org/51024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a45a5be4876095e57bf6ce0caef28025cf92e43a]

        ppt export: fix use of FillBitmap instead of FillBitmapURL
        
        Change-Id: Ic6add7910753649efd74e9b69557a5f4389b34dd
        Reviewed-on: https://gerrit.libreoffice.org/51023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9844d63c93e56fdb81d8ca6bbb2b67e9aa3a77c4]

        svdfppt: use FillBitmap and xBitmap instead of Graph.Obj. URL
        
        Change-Id: I9b431a598b6cadab6b345ee41bdc8ed2f94b8d3a
        Reviewed-on: https://gerrit.libreoffice.org/51022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [347630dde37113cc56a544ff021d57c91fc99c6b]

        escherex: export graphic without GraphicObject uniqueID
        
        Change-Id: Ibf8858ca890b82d5a3ddb8b026a0a4dd03bc9072
        Reviewed-on: https://gerrit.libreoffice.org/51021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  László Németh  <nemeth@numbertext.org>  [71de0e63492779ca28d9933de53464b4c3075661]

        Updated core Project: dictionaries  edcc4e770e287a6ebe1022cb57fda539ceec9188
        
        tdf#95024 update Hungarian spelling dictionary
        
        Changes from Magyar Helyesírási Szótár (2017),
        for example "soppingol", "sznekk", "videófilm".
        Other fixes and rules.
        
        Change-Id: I7ba79f48495fc0f6b930ae426e0ce1efdaa66984
        Reviewed-on: https://gerrit.libreoffice.org/51020
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        

2018-03-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [e408e1d6d120b9935283ca29e13b7a9bff3d1ea1]

        loplugin:unusedfields
        
        Change-Id: Idd0cdd38718c3822db4d4b94ca2315a416bc27bb
        Reviewed-on: https://gerrit.libreoffice.org/50997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [676024b001340dce6c854efc3b74bdc8db1e2a3b]

        move canvas helper code into vcl
        
        part of making BitmapWriteAccess an internal feature of vcl
        
        Change-Id: Iee94f47e120d82a23e57342952d04e9b2792cd1a
        Reviewed-on: https://gerrit.libreoffice.org/50999
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-10  Julien Nabet  <serval2412@yahoo.fr>  [5b2fc10f0cc9f15525c7723764a1feebeceb0d5e]

        Modernize a bit more dbaccess
        
        mainly by using for-range loops
        but also by simplifying some simple algo
        
        Change-Id: If04cd78e62f80f9575e24f3d50ff1e427454da79
        Reviewed-on: https://gerrit.libreoffice.org/51019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7c693fc3f7218e1ca0c85a0de76ae84226391256]

        Updated core Project: help  ee1caf534c5b421dfc2157d8421f6dcc051ca5e3
        
        This is what was actually meant since commit 32e04637f0; mea culpa
        
        Change-Id: I8ee78ace54a124b3cf6412d2f9e41267eadfa9b4
        

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0d1479cbd442c3ec3bdd20333c341ea24dcca21e]

        xmloff: modify code relying on Graph.Object URL and cleanup code
        
        Change-Id: Id08ee261ae06673809fcf8581e2490ecd957891f
        Reviewed-on: https://gerrit.libreoffice.org/51011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d0b36b780dca966bc5e8682d8dff635072124603]

        oox: remove unused methods that rely on GraphicObject URL
        
        Change-Id: Ie68ccfa8d802bb284da8bb4af69882f4b66a3dac
        Reviewed-on: https://gerrit.libreoffice.org/51010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1dc39d36806cc9382763bfd0b74e3d28e3fa1365]

        remove references to {Header,Footer,Para}GraphicURL
        
        Change-Id: I559f25ee99f7b8b49545390479cbb06d3c601d3c
        Reviewed-on: https://gerrit.libreoffice.org/50982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Stephan Bergmann  <sbergman@redhat.com>  [573caba6f3056797ed3a1235efecdbaffa7eeb44]

        Make VCL_DLLPUBLIC virtual functions non-inline
        
        at least Linux-rpm_deb-x86@71-TDF tinderbox was having a hiccup:
        
        > /tinderbox/buildslave/build/workdir/CxxObject/sd/source/ui/func/fuinsert.o: In function `weld::DialogController::run()':
        > /tinderbox/buildslave/source/libo-master/include/vcl/weld.hxx:551: undefined reference to `weld::MessageDialogController::getDialog()'
        
        Change-Id: Ib05808a7a283b5aad7329a82c0de3125db4f8506
        Reviewed-on: https://gerrit.libreoffice.org/51018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [de801168f2b542cdd499cf731d5ed87bdea4e6e4]

        Fix typo
        
        Change-Id: I59f1f2e83ecec5b2f7aa57255a52c99794d27596
        Reviewed-on: https://gerrit.libreoffice.org/51002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-03-09  Gabor Kelemen  <kelemeng@ubuntu.com>  [bc74c3c7d8e04b31324f19aa339dfac60cc63eef]

        Remove unused HIDs
        
        These were no longer used in the code.
        This should help me in identifying obsolete and missing HIDs in helpcontent.
        
        Found by this somewhat sophisticated method:
        
        for mod in  $(find -name helpids.h) ; do
        echo $mod;
        for i in $(grep ^#define "$mod" | cut -d " " -f2 ) ; do
        if [ $(git grep -c "$i" $(echo "$mod" | cut -d "/" -f 2 ) | wc -l) -eq 1 ] ; then
        echo "$i";
        fi ;
        done
        done
        
        Change-Id: Iaf8179322419ce51175bc5a42fedec0add8c5241
        Reviewed-on: https://gerrit.libreoffice.org/50680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-03-09  Szymon Kłos  <szymon.klos@collabora.com>  [63311c2d512f69bff9a2e3c012a4f36a91f23e19]

        tdf#116101 Correct bullet position for linespacing > 100%
        
        Change-Id: Ia900636d4013ab2a9c893c8246391db867fe1543
        Reviewed-on: https://gerrit.libreoffice.org/51017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-09  Stephan Bergmann  <sbergman@redhat.com>  [70a768e2b66cdb0f7a68a47cd9a6be16f317eeeb]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I239a6024131a0e659d1723085af3cb7fb64b17cc
        Reviewed-on: https://gerrit.libreoffice.org/51013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-09  jan Iversen  <jani@libreoffice.org>  [bfaae016b225e775264008935cddef1564b07e66]

        svx, compile error with !HAVE_FEATURE_DESKTOP
        
        solved unused parameter referer in case of !HAVE_FEATURE_DESKTOP
        
        Change-Id: I64e2707ad87822ba784ed40c45801c6d101e6386

2018-03-09  Jens Carl  <j.carl43@gmx.de>  [b8563d46a03567df0780216173b10156e158b64e]

        tdf#45904 Move _SheetLink Java tests to C++
        
        Change-Id: I33813be65bcb44c11a35bc97d963057418a28d9e
        Reviewed-on: https://gerrit.libreoffice.org/50984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a644e363a8c2156b7e1202c0a2ff518ec11b027]

        sw XHTML export: handle image as <object>
        
        At least in ReqIF mode, where <img> is not part of the allowed subset.
        (Freeware validator for that subset is at
        <https://reqif.academy/library/software/consequent-command-line/>.)
        
        Change-Id: Iecc2645c5fbd35cc52096a25a797df0594b47d4f
        Reviewed-on: https://gerrit.libreoffice.org/51009
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f7130184a9afeef7a685999984704a2d7dd4be60]

        Updated core Project: help  0ddb36aafd052ca3a10c4a873f6a7b5ccf0f9c82
        
        Drop undefined navigator property
        
        Change-Id: I42a37211bfc6d6e3b91061593f252feb6c38a8b6
        Reviewed-on: https://gerrit.libreoffice.org/50782
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ddbb249492ca3ca59abc9195f2c5e332da897d6e]

        Updated core Project: help  3f82ba1d59d3bf4aa5e347f8dfb76f79ffd68bb0
        
        tdf#72038 Improve number format recognition help
        
        Change-Id: I403d2021114f432d85dd2915ca8722c04acb50a3
        Reviewed-on: https://gerrit.libreoffice.org/50976
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-09  Stephan Bergmann  <sbergman@redhat.com>  [eb6c840922b4af0b30bf6e0d691afddb467177b7]

        Use std::array
        
        ...so standard libraries in debug mode can catch out-of-bounds element acces
        
        Change-Id: I519795f5fcb51f243312e5d0247998eff6ceb151
        Reviewed-on: https://gerrit.libreoffice.org/51008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-09  Caolán McNamara  <caolanm@redhat.com>  [7750df3d615fde25d005fc56a14e4ae4d50b2d6a]

        give color picker explicit parent
        
        Change-Id: I73e9a29abd5d767b31850e9a6b1f2b8d757ee928
        Reviewed-on: https://gerrit.libreoffice.org/51000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-09  Tor Lillqvist  <tml@collabora.com>  [cf42f0916d1f30d8939de15bff626cabb6836d35]

        Bin incorrect comments, this is not "org::openoffice" but "ooo::vba"
        
        Change-Id: I044bb3afa1e134dd851dd30f639b475400f4ceea
        Reviewed-on: https://gerrit.libreoffice.org/51006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-09  Szymon Kłos  <szymon.klos@collabora.com>  [4b59a110ddd1f02cfa0f677c68c6ef0ee1f3295d]

        tdf#116101 Correct position for linespacing > 100%
        
        Change-Id: Ia3d90d521e03ed59312d1603b2cf5e5680b00781
        Reviewed-on: https://gerrit.libreoffice.org/51005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [68c542cfa888f1aa03a08bfc13163c0f2f0c3a75]

        sw XHTML import: PNG <object> is an image
        
        The previous scheme was:
        
        <object data="..." type="...">
            <object data="..." type="image/png">alternate text</object>
        </object>
        
        Support also the case when the inner <object> is standalone, like:
        
        <object data="..." type="image/png">alternate text</object>
        
        Change-Id: I2dec2770ee3c1c538bcf26f6ff12c6e8f5969563
        Reviewed-on: https://gerrit.libreoffice.org/51003
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        color slider behaviour changed
        
        since...
        
        commit db42098d99bd8648fcd7b6f669e3e5ad4142670a
        Date:   Fri Feb 9 10:47:48 2018 +0200
        
            use VirtualDevice in ColorFieldControl
        
            as part of moving use of BitmapWriteAccess inside of vcl/
        
        Change-Id: Id2edd8a7f0246ff710a19ae65ddde776429dabce
        Reviewed-on: https://gerrit.libreoffice.org/50994
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3af025f0fe0daa1de24eb3ac80797cd618d06ec3]

        sw XHTML export: fix OutHTML_INetFormat()
        
        <a> missed the namespace prefix, </a> did not.
        
        Change-Id: I8f50249170c6323d35bbeb856e10a2c93038cdbf
        Reviewed-on: https://gerrit.libreoffice.org/50993
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-09  Caolán McNamara  <caolanm@redhat.com>  [48bca65f1cf381cba7cb7a4c3916155a1bca0955]

        inherit welded dialogs from a common ancestor
        
        Change-Id: Ifa6c871a134cf89bfba71b1049a115cf7c953c42
        Reviewed-on: https://gerrit.libreoffice.org/50936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-09  Stephan Bergmann  <sbergman@redhat.com>  [c468b6910bf77e332647725da70e3cb248a9de0e]

        -Werror,-Wunused-parameter (Android)
        
        Change-Id: Ib15218f1f3bc2867ca0e8daa50a2d4edad4a9d87

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9900c6bd96c23921757c2db0849bf7bbb8249c89]

        completely remove MID_GRAFURL, replace with MID_BITMAP
        
        Change-Id: I39b055760320abb2575958d525b4db3185a11d4a
        Reviewed-on: https://gerrit.libreoffice.org/50990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [78a434f33166206241c864d731704d926740301c]

        rename aNewGraphicUrl parameter name to what it actually is
        
        Change-Id: I054b02bf860fc3062fd6043e7abf30322e07a9ee
        Reviewed-on: https://gerrit.libreoffice.org/50991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8e32ff8658752d60f2e3dcd058aed62142cb0d79]

        Nitpick: public domain means no copyright
        
        Change-Id: I6c4ea78e8d80b85edc872019c68841705860806c

2018-03-09  Tor Lillqvist  <tml@collabora.com>  [2445d97a31d2fb3ee6580444a3541653f9fdb642]

        Make the CoInitializeEx() (non-)error reporting ludicrously verbose
        
        Tell in the SAL_WARN what apartment mode the thread is in.
        
        It's a bit unclear to me why the code insists on calling this
        o2u_attachCurrentThread() function even in cases where it perhaps
        should know that it is in the main thread, which has been initialised
        as STA by the CoInitialize() in InitSalData().
        
        Change-Id: Ia69e67f8b17ee153d3bcf8ae450d5f413dea2e1a
        Reviewed-on: https://gerrit.libreoffice.org/50985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-03-09  Caolán McNamara  <caolanm@redhat.com>  [81c5d2f42afa6d0bf5a612770b7e4fee5ebf4d28]

        ofz#6800 Null dereference
        
        Change-Id: I12a0b386917af64f489706ab960f11559ac6122a
        Reviewed-on: https://gerrit.libreoffice.org/50988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-09  andreas kainz  <kainz.a@gmail.com>  [966b94cd0596a30c774ad3cf143e76e85ff7c6fc]

        tdf#115867: Add colibre icon theme which follow MSO color scheme
        
        Change-Id: Id09932212f348952fe9fb141dec1b5b13d727a54
        Reviewed-on: https://gerrit.libreoffice.org/50989
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-09  Andras Timar  <andras.timar@collabora.com>  [4547fa2c1e205e1989611b1c4493cbbd12541372]

        Let sysadmins disable individual file format filters
        
        It makes sense to disable a filter, as a temporary security measure,
        when there is a 0-day vulnerability in it.
        
        E.g., when 0-day found in AbiWord filter, this config snippet disables it:
        <item oor:path="/org.openoffice.TypeDetection.Filter">
            <node oor:name="Filters">
                <node oor:name="AbiWord">
                    <prop oor:name="Enabled" oor:finalized="true">
                        <value>false</value>
                    </prop>
                </node>
            </node>
        </item>
        
        Change-Id: I8b84250c7e4aac3555877d23f58ed13a2210ebfc
        Reviewed-on: https://gerrit.libreoffice.org/50961
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2018-03-09  Stephan Bergmann  <sbergman@redhat.com>  [03300fba21eb5f02ebd7e6a997985d8a3fa500da]

        -Werror,-Wunused-private-field
        
        Change-Id: I0cfa88efe03e8018513e2cce49ab9db63fe976d0

2018-03-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bd1afd3db1c94009656fd4f0915e1b43f8ca6dc4]

        Add eclipse project for qadevOOo
        
        Change-Id: I4b2d6e243d65d83d32452a3720fa3d94a76b1dfe
        Reviewed-on: https://gerrit.libreoffice.org/50946
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

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

        forcepoint #21 pop on empty stack
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I0aac834a60224b33e5d33d08abd7fb056ef9d52a
        Reviewed-on: https://gerrit.libreoffice.org/50973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        forcepoint #20 pop on empty stack
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I3098c5d32d8f97dff4c620e054acde1ba1b6adf3
        Reviewed-on: https://gerrit.libreoffice.org/50972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7ec97313c178bcb100842d02baace15264fcc314]

        Add classpath for qadevOOo
        
        Change-Id: Ib900a6ee0f3da6cc5b516ec5f6e2fa57d10e37d0
        Reviewed-on: https://gerrit.libreoffice.org/50945
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ec05c7fd4a0e09e0c953f243475cbc7db9afb02c]

        chart2: change usage of MID_GRAFURL to MID_BITMAP
        
        Change-Id: Ifba65af4820f6a24984f6b3f5ca4f8ecb7acaa6a
        Reviewed-on: https://gerrit.libreoffice.org/50983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c7ff07b2dab639b901c80f1f62efee4dd3ad549b]

        remove MID_GRAPHIC_URL and related mappings, implementation
        
        Change-Id: I752a2f036791720d12fb04b95f53d4127d605c7e
        Reviewed-on: https://gerrit.libreoffice.org/50979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b288fdf89386446854debea35f8b8d013fec671d]

        sw XHTML export: handle alt text for OLE objects
        
        The XHTML export is now on par with the import wrt OLE objects.
        
        Change-Id: I736c1f03b0e3d8b84b8ebe08eb1b1cfa247cefbd
        Reviewed-on: https://gerrit.libreoffice.org/50966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b810c84c4b56315f515b9983411957a5e51d164b]

        sw: fix some IWYU warnings
        
        Change-Id: Idb8ad6cda75b7112280ae71b4340d0187a602794
        Reviewed-on: https://gerrit.libreoffice.org/50974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [daf17846789cf09d1861f1e6f03851d2e12cffc8]

        Remove warning "No DrawLayer available"
        
        This warning appears very often in unit tests.
        We have similiar checks all over the place and don't emit a warning either.
        
        Change-Id: Ic1667fa51ce39e72c9a940023cc12a72458bd490
        Reviewed-on: https://gerrit.libreoffice.org/50968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d40c43e868494abb87b405680f9c5ef460293cc]

        loplugin:redundantfcast look for unnecessary temporaries
        
        when calling methods that take a const&
        
        Change-Id: Idf45dfd9fea0de6fae0b1f89550f2f7fc302aa15
        Reviewed-on: https://gerrit.libreoffice.org/50970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [97e47e7b004945d3ac28a9262df371ca2faf1903]

        loplugin:constantparam in vcl
        
        Change-Id: I1618280494ff10d884a3285501303c6a74ef3542
        Reviewed-on: https://gerrit.libreoffice.org/50951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [ba43b0cb7a62f34fcda214d43122c7c66df2e5a0]

        drop getColor() method of Color
        
        no longer necessary
        
        Change-Id: I9e0fcea1134e8c5e27f9effbb5eb79fe5446e33d
        Reviewed-on: https://gerrit.libreoffice.org/50925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-09  Aron Budea  <aron.budea@collabora.com>  [612ed5e752a0b317cf63a27ff1bb663a774022ef]

        tdf#116301: write correct content type for diagramDrawing
        
        According to MS-ODRAWXML the correct one is:
        application/vnd.ms-office.drawingml.diagramDrawing+xml
        
        Change-Id: If988ad234742da42634a52bbe176dbb5b763af46
        Reviewed-on: https://gerrit.libreoffice.org/50980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-03-09  Pranav Kant  <pranavk@collabora.co.uk>  [0b573eac85b3100eb8d40dcaf25c510f50cfd62f]

        lokdialog: run async for weld dialogs
        
        Change-Id: Ieb06beada435bc47a39295acb5ea2dcef10ca454
        Reviewed-on: https://gerrit.libreoffice.org/50874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b48dc80c770a3ce3296caed24987d2e451a6278c]

        svx: convert "ThumbnailGraphicURL" prop. to "ThumbnailGraphic"
        
        Change-Id: Id77768e6ad58c8ed7bd35478a8f0cf78ce4b1feb
        Reviewed-on: https://gerrit.libreoffice.org/50934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fb29e6eeeaad5255bb924ff59162a83ed80bfb0a]

        svx: removing GraphicURL and OWN_ATTR_GRAFURL, fix writerfilter
        
        Change-Id: I5b84788a324cc68e3c4561e9a7376fcb1cfeeb67
        Reviewed-on: https://gerrit.libreoffice.org/50933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [d4347f5d585232e1b025b4199ded53e6619d6242]

        Fix external/gpgmepp Linux RPATH
        
        In other external projects using libtool, we fix that by patching configure,
        resetting hardcode_libdir_flag_spec[_CXX] at the end of the linux*) case block
        that sets the Linux-specific value.  But here we run autoreconf in
        ExternalProject_libassuan, so that patch in configure would be overwritten.  The
        relevant code in configure comes from autoconf boilerplate, so we cannot just do
        the same patch in configure.ac.  But we can reset hardcode_libdir_flag_spec
        sufficiently late in configure.ac so that things still work as intended.
        
        Disable tests that would build executabes linking against libgpgme.so, which in
        turn links against the libassuan and libgpg-error libs, which would no longer be
        found by the linker because of the dropped -rpath flags.  (Alternatives might
        be to pass in LD_LIBRARY_PATH or to link with --allow-shlib-undefined.)
        
        Change-Id: I7e37abf802d213347bd80383b7980d85cf0762d4
        Reviewed-on: https://gerrit.libreoffice.org/50960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

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

        color picker behaviour changed
        
        since...
        
        commit db42098d99bd8648fcd7b6f669e3e5ad4142670a
        Date:   Fri Feb 9 10:47:48 2018 +0200
        
            use VirtualDevice in ColorFieldControl
        
            as part of moving use of BitmapWriteAccess inside of vcl/
        
        changing the radiobutton selected used to change the
        contents of the color picker widget, after that point it
        got locked to the original contents.
        
        Change-Id: I94c730f1868efc388cba7720364bc04a666d4fbd
        Reviewed-on: https://gerrit.libreoffice.org/50969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [598cf9f76176c6bef00402755d0e941a036c6a2d]

        Improve gpgmepp -> libassuan/libgpg-error lib dependencies
        
        ...so that other executables than svidl would benefit, too
        
        Change-Id: I208ebbc04189c2f25eace19ef0875349cf63d3f0
        Reviewed-on: https://gerrit.libreoffice.org/50963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a8ca72cbcd2c6ea0baa5e3569224c2f08d358f3e]

        svtools: allow writing characters with HtmlWriter
        
        The sw HTML image export already uses HtmlWriter, so need to extend this
        to support XHTML alternate text, writing the character data directly is
        not an option.
        
        Change-Id: Iac3f2b9a3828175a5f1d0fb14ab505f8de389e52
        Reviewed-on: https://gerrit.libreoffice.org/50965
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad628045f62b0656c58d2e195e33186c055c2196]

        sw XHTML export: handle media type for OLE objects
        
        Both native data and replacement graphic.
        
        Change-Id: I2f89493e56e9d22a54aa3e4175d8b750c33d98f0
        Reviewed-on: https://gerrit.libreoffice.org/50964
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [c774ad610eb828742a3eea050e5a7571ba3b00be]

        loplugin:constantparam in svtools..unotools
        
        Change-Id: I6e72fbe44dcb65ee5162448e9a72e6437d56b044
        Reviewed-on: https://gerrit.libreoffice.org/50948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [24d0704fa468b300558a3f904ae853fcb7fca312]

        Fix external/libassuan Linux RPATH
        
        In other external projects using libtool, we fix that by patching configure,
        resetting hardcode_libdir_flag_spec[_CXX] at the end of the linux*) case block
        that sets the Linux-specific value.  But here we run autoreconf in
        ExternalProject_libassuan, so that patch in configure would be overwritten.  The
        relevant code in configure comes from autoconf boilerplate, so we cannot just do
        the same patch in configure.ac.  But we can reset hardcode_libdir_flag_spec
        sufficiently late in configure.ac so that things still work as intended.
        
        Change-Id: Ic6c6123bcfe8bc2dac87812f919842519374abaa
        Reviewed-on: https://gerrit.libreoffice.org/50959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [4cb1f0a5ff1c3e74c650f17d9a164e97c34e9327]

        Remove apparently unused external/libgpg-error/disable-rpath-option.patch
        
        ...which only patched configure.ac not configure, and the latter does not appear
        to be regenerated from the former in ExternalProject_libgpg-error
        
        Change-Id: Id0132ed8fd8ea3a5012e4a2bc309bd5f3983ad11
        Reviewed-on: https://gerrit.libreoffice.org/50954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [97d44109949a45e5022aa8ca1e51f6b54562a002]

        sw XHTML export: handle replacement graphic of OLE objects
        
        Replacement image of OLE object in XHTML is <object data="...">, not
        <img src="...">.
        
        Change-Id: I244000099037869590a71bf49dd94fbf34a71e50
        Reviewed-on: https://gerrit.libreoffice.org/50955
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [efbb82b4c8978bc7e084a64ee3041a97655b2ee0]

        Make ubsan-suppressions a bit more precise
        
        Change-Id: I9a326da5e7c69fc4c7f21e472c1f1e2c8a260c1b

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [5a13e78562bdd0871ad5866676a8a50659692af9]

        libgpg-error doesn't need RPATH at all
        
        ...as it doesn't link against any of our libs
        
        Change-Id: Iaf0df9d5dc5eefb976d2041f24b2921cb3e3b1ba
        Reviewed-on: https://gerrit.libreoffice.org/50953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Jan Holesovsky  <kendy@collabora.com>  [bf5c486946f2b0a708a251c8ff614293ae37c6ba]

        tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.
        
        Change-Id: Id3da40138e86c142707e377aa897df372aacb704
        Reviewed-on: https://gerrit.libreoffice.org/50947
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-03-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [c15ea73f960bbd3d2a4b0c43b467ac62eeba3505]

        tdf#115420 WIN clean up WinSalFrames DC handling
        
        We still don't return a SalGraphics object from AcquireGraphics
        without a valid DC. But internally we keep the WinSalGraphics
        objects around, so we now have to verify the DC before using it.
        
        In the end this also fixes the leak of the threaded SalGraphics
        of the frame.
        
        Change-Id: I267c96c04b7d00cb66a6c84c63d1373ebe0f529f
        Reviewed-on: https://gerrit.libreoffice.org/50908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-08  Caolán McNamara  <caolanm@redhat.com>  [21ef6e1157ccaca2916ec124e116fe85c74bb4ec]

        tdf#116264 Show added_buttons by default
        
        Change-Id: Ia2d299fdc63d3f75ea0cdb9e9b6ca8340a63cd06
        Reviewed-on: https://gerrit.libreoffice.org/50935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [cdd14e60bb86ca565ae2a14dff5e426946250119]

        loplugin:unnecessaryoverride (clang-cl)
        
        Change-Id: I96c2e28f14e50eed5b729170cd30fd54f00d89f3
        Reviewed-on: https://gerrit.libreoffice.org/50944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [754d1053d37feb2bc91eaa74b3c3b111a0f8d859]

        Load arguments in array in the order of the arguments.
        
        Change-Id: I1a47018d626848e6d07c7e637ee6e04ff7750ac8
        Reviewed-on: https://gerrit.libreoffice.org/50904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [a14153316098f415b0bad5056abd9f93dcdf37aa]

        loplugin:cstylecast (clang-cl)
        
        Change-Id: Ia9184268ed734bb0cee94c5eb870d3425bc47ac4
        Reviewed-on: https://gerrit.libreoffice.org/50942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [e151ce85d1c219a94365af6eab6cc5fc54a0ea7e]

        loplugin:constantparam ignore some SFX macro generated code
        
        Change-Id: Ic5d9a17aeec51d59e26c49bbdf5719e6d8f6486f

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a6bcb8c35e926a5d8965636f3561fec91880c7f7]

        loplugin:constantparam in linguistic..sfx2
        
        Change-Id: I0e8c506df0beb0b05d9c32723876b11b6577280a
        Reviewed-on: https://gerrit.libreoffice.org/50938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae510e67cdc644c541ffa26b2f91bba71a9856d2]

        sw XHTML export: handle native data of OLE objects
        
        Write the native data and refer it from the XHTML stream.
        
        Change-Id: I8952ed07108ddc92b1d136bd9af6f21d3ed604f0
        Reviewed-on: https://gerrit.libreoffice.org/50941
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-08  Eike Rathke  <erack@redhat.com>  [a8959a26e18237c458a853f2ca7524e875d4c1b6]

        Change IsIgnoreDiacritics_CTL default to false, tdf#116242 follow-up
        
        And adapt description to reality.
        
        Change-Id: Iab35b74f4cbe7dc91fd0570adcc634faba96b5de

2018-03-08  andreas kainz  <kainz.a@gmail.com>  [61e2613ad3f3d646424e96f8b0635cd6408ca272]

        Elementary-icons: update outlinemode icon
        
        Change-Id: I6ddedaec1683ce9fd0da07f427612c6e331d0ca3
        Reviewed-on: https://gerrit.libreoffice.org/50949
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-03-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [64d29443f94327fd4658613bad7a13119381a0b0]

        editeng: remove "GraphicURL" - it was replaced by "GraphicBitmap"
        
        Change-Id: I79f9ffd68da2d90da96707c9d6183e6c8a6e74a4
        Reviewed-on: https://gerrit.libreoffice.org/50932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [060b0fb4b93ee09770ed9398cca46e365dda5be8]

        change RTFDocumentImpl to use Graphic instead of GraphicURL
        
        Change-Id: I4d2f7dd540651a54e4da3dedf315a61a4f8a75cc
        Reviewed-on: https://gerrit.libreoffice.org/50924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dfee7d93b4e863d673c45921f79bb876b5738ea6]

        sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" property
        
        Change-Id: I6148016658e5bb46fd4f8765a233a434174791fd
        Reviewed-on: https://gerrit.libreoffice.org/50922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-08  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [8f79f22a8d4b1c2d209c55cd618c24428960088f]

        oox: preserve the ContentType of custom files
        
        Generic logic to preserve custom files with
        their correct ContentType. Standard default
        file extensions with respective ContentType
        preserved in [Content_Types].xml.
        
        Change-Id: I651ed691e9a4745cd2cb4b3c4d4c5fd7287b66c2
        Reviewed-on: https://gerrit.libreoffice.org/50856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-08  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [4de1c0223ceb76556ff1c20000b4ea95bfc1d2a0]

        oox: unit-tests for custom package preservation
        
        Change-Id: I69d0d7d6bdc8804d0e56be19cd86a699200fc85f
        Reviewed-on: https://gerrit.libreoffice.org/50855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e8ed3dfc35975b9e57da7803168f3e2a117a4004]

        VCL canvas: fix another clipping mistake (related: tdf#115142)
        
        Follow-up to 5d710cf7dda27e78f237211fd92418be4dd1c551 -
        setupOutDevState() tends to set a clip, better not overwrite that.
        
        Change-Id: I52aa7db3ef12e9c2902016460e1bf4914328dc7c
        Reviewed-on: https://gerrit.libreoffice.org/50920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8fe96f1da2c42c04a8094ca8c57d49763b7bded]

        loplugin:constantparam in desktop..i18npool
        
        Change-Id: Ie2e1004c1ccc03777a8da9cb1144e89eb28ff313
        Reviewed-on: https://gerrit.libreoffice.org/50928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [7960ccb41db49a7883afa036b820a7b7ffcb4a89]

        loplugin:constantparam in canvas..comphelper
        
        Change-Id: Ia666cb46c409852a13789389c032f0ce4377c0d5
        Reviewed-on: https://gerrit.libreoffice.org/50927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [352bd98892c1cdf95756a49f38c84212eebffd7b]

        WIN rename SalFrames SalGraphics pointers
        
        This renames mpGraphics => mpLocalGraphics and mpGraphics2 to
        mpThreadGraphics.
        
        Change-Id: I649b956abc9587f1be74872d439fefc5f5b21135
        Reviewed-on: https://gerrit.libreoffice.org/50907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-08  Stephan Bergmann  <sbergman@redhat.com>  [b4429d5b8d7f871ede5ca1608f73d7ecda8ec1f2]

        Probably better to comment on these dependencies
        
        ...added with f23651ff10da2d4bbbc47d0152b5cc321c29f0d1 "Missing dependencies"
        
        Change-Id: I4cd02fc8b242b3a3737305546bf3155425614d65

2018-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [be77dba772e87ab2cc160430928af4aee73eec37]

        sw::Ring: simplify '*&x' to just 'x'
        
        Change-Id: I75d25c54c0c3e2c913ea0f2f36bdd4fc262fd088
        Reviewed-on: https://gerrit.libreoffice.org/50918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [bb7ade140df807b6a0f12766a1365b8f8d0fd342]

        loplugin:unusedmethods
        
        Change-Id: Id6b4edd265cb6bef31c72e2a0a440211d51c7c33
        Reviewed-on: https://gerrit.libreoffice.org/50900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [44d5188b2fd8afc82aa8fda1ad4b374734129aea]

        loplugin:unusedfields
        
        Change-Id: Id332557cbe7fb42d3d794612f26aa3ac161548d9
        Reviewed-on: https://gerrit.libreoffice.org/50902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Caolán McNamara  <caolanm@redhat.com>  [5eba05a0582cbb836c3715089e5d3bfe1ee19ded]

        fix mismerge
        
        thanks to noel
        
        Change-Id: Id8c4fb92899e80bdb923b77ea9dff74961e84ea3
        Reviewed-on: https://gerrit.libreoffice.org/50919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-08  Khaled Hosny  <khaledhosny@eglug.org>  [7a683c31e090e5a81debadcef025df9cd61c75f0]

        tdf#116157: Always apply Unicode Bidi in editeng
        
        Similar to commit 270d6db63d933b7350dc8543b9b9ebc2133a116e which fixed
        the same issue in Writer. Surely having two text engines duplicating the
        same bugs sounded like a brilliant idea to someone.
        
        Change-Id: If85315fb00a2c0be78d502df0bfb9b50d9191368
        Reviewed-on: https://gerrit.libreoffice.org/50921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-03-08  Julien Nabet  <serval2412@yahoo.fr>  [d6b33e49a5e9c51827eda9c5ba16d8daeb27e8af]

        Use for-range loops in dbaccess (part 3)
        
        Change-Id: I4cec44ea6366b6a38992e583d6290223d5c469f6
        Reviewed-on: https://gerrit.libreoffice.org/50849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-07  Stephan Bergmann  <sbergman@redhat.com>  [f23651ff10da2d4bbbc47d0152b5cc321c29f0d1]

        Missing dependencies
        
        Change-Id: Iabdc81c9df2cc50ec4f4713af42d2fb9c3cc1f43
        Reviewed-on: https://gerrit.libreoffice.org/50915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-07  Szymon Kłos  <szymon.klos@collabora.com>  [dac81c4dc76e6061c9e41957b980206f2b6c730e]

        tdf#116163 import test
        
        Change-Id: Ie4fd1142e1111e4968941a639a265d169aaa6413
        Reviewed-on: https://gerrit.libreoffice.org/50814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-07  Eike Rathke  <erack@redhat.com>  [71bf07922b6ff45f9b31fb377d3ac24e172a5c65]

        Clarify that IGNORE_DIACRITICS_CTL is not only CTL, despite its name
        
        Change-Id: I5954094131debb7cdf0fc44a9db3a3609b356baf

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [f2a8f440bf2e8ad9ad0d595d1ab0cecf08de4a5c]

        workaround https://gitlab.gnome.org/GNOME/gtk/issues/70
        
        Change-Id: I9175543f691095b843acc97ec3ad7f8299458337
        Reviewed-on: https://gerrit.libreoffice.org/50879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [82925b574209d3971c05b9bd98a317683dd583a5]

        weld SfxNewFileDialog
        
        Change-Id: I28b1aff90407bce7d04f10eed6a227c0970f9c0a
        Reviewed-on: https://gerrit.libreoffice.org/50878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [64117f700ba3bd8c4b42488f582fa5e5c53487e6]

        make all the .ui message dialogs explicitly modal
        
        Change-Id: I1e197fbec92d5369394f036171af9018afea7f15
        Reviewed-on: https://gerrit.libreoffice.org/50910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [6cd588452b6fda615d03c0ff5439cfd15511081e]

        make explicit ui modality for sample async dialog
        
        Change-Id: I33c5cdc4da9d16cabc72c2d1c4fe884a278546b0
        Reviewed-on: https://gerrit.libreoffice.org/50903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Jan Holesovsky  <kendy@collabora.com>  [d48840e5df14e8204668b06954f59d270c628684]

        sc lok: Let the tiled rendering draw the List Validation dropdowns.
        
        Change-Id: I84530cdda296dc51ceb0fd695af19211631508df
        Reviewed-on: https://gerrit.libreoffice.org/50909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-03-07  Eike Rathke  <erack@redhat.com>  [d99ae18b68d3889c999b59485006f85f7faa201c]

        Resolves: tdf#116242 handle negated diacritics correctly and show checkbox
        
        The "ignore diacritics" implementation is not only about CTL,
        whatever its names suggest. It uses an ICU
        "NFD; [:M:] Remove; NFC" transliteration that decomposes and
        removes *any* diacritic.
        
        Thus treat it as such and don't hide the checkbox if CTL is not
        enabled, but more important preset the sensitive values, and
        handle the UI vs implementation oddity correctly; UI "sensitive" /
        code "include" means to *not* *ignore*, obtain the proper negated
        value from the checkbox.
        
        Unfortunately the setting is stored in the configuration, so an
        update will still present the user with an unchecked
        Diacritics-sensitive box s/he has to enable once.
        
        The actual failure (diacritics always ignored) is a fallout from
        
            commit d4064927a2e83c974d4ee9538081e8a4fcdb1e34
            AuthorDate: Tue Oct 3 10:26:28 2017 -0800
            CommitDate: Thu Oct 26 17:24:26 2017 +0200
        
                tdf#111846 Find & Replace: Rename diacritics and kashida options
        
        Change-Id: I65f2a23b66370fdfe2d170c17c7736a3b4177192

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [dcd95c6fff548c7ac46688244e44b95464fb297d]

        tdf#115432 footnote separator position wrong (3rd attempt)
        
        My second attempt in
        
           commit dedf5e4f9000e271683dea9a0488e1b45b91176c
           "tdf#115432 footnote separator position wrong (2nd attempt)"
        
        managed to lose part of the change because of incorrect rebasing.
        
        Change-Id: I7b18f3e1602c617d1cb414ef0eb2ee456aeb58ee
        Reviewed-on: https://gerrit.libreoffice.org/50901
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1aa7cfe28c80296d160528a62da33cc031101b0]

        sw XHTML export: let reqif-xhtml= imply XHTML
        
        An XML namespace for non-XHTML makes little sense.
        
        Change-Id: I0ae1b2886a8d81be3c932c9e74aa91cd2e2fa447
        Reviewed-on: https://gerrit.libreoffice.org/50905
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a64fcdde597514820873817e23eb5cd906cc5b92]

        sw doc model xml dump: dump SdrObject of frame formats
        
        Gives e.g. title of OLE objects.
        
        Change-Id: I77f048b820badef38bb239d132e34f2239e30e02
        Reviewed-on: https://gerrit.libreoffice.org/50890
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9086ccff6325bdfaf0cf03715fd8be7e2628169]

        sw XHTML import: handle alt text of OLE objects
        
        That ended up in the body text instead previously, which is unexpected.
        
        Change-Id: Ia40d83b3243c313462dce2617404a0670a7debb2
        Reviewed-on: https://gerrit.libreoffice.org/50897
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-07  Stephan Bergmann  <sbergman@redhat.com>  [c67d285a8b213816395948c2082faaf6bb6eab43]

        Intermediate dir may come into existence during osl_createDirectoryPath
        
        ...when some other entity creates it in parallel.  This used to stop creating
        any subsequent sub-directories in the chain, and instead return a misleading
        osl_File_E_EXIST.
        
        I assume this is the underlying issue of the sporadic Jenkins "Daily Screenshot
        Build on Windows" failures.  (After the previous attempt at getting at that,
        d15ff312ad80e4d1f210636e3374a81c14c229a2 "Normalize computation of directory and
        file-in-directory URLs",
        <https://ci.libreoffice.org/job/lo_tb_master_win_screenshot/333/console> now
        failed for a different file after all,
        workdir/screenshots/modules/schart/ui/datarangedialog/DataRangeDialog.png during
        CppunitTest_chart2_dialogs_test.)
        
        Change-Id: I00ee67c1ef634c5390c677693e143c26266eeda7
        Reviewed-on: https://gerrit.libreoffice.org/50892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a9ac68b74646a174eabe50f0f29e61947a787cac]

        Fix typo
        
        Change-Id: I0b0cb2e4454b78797cc0d1dbc12a09f9399df8e8
        Reviewed-on: https://gerrit.libreoffice.org/50880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1a508b2670a3db135d5937dcafec7eb62feb7033]

        oox: use GraphicLoader to load from external URL
        
        Change-Id: Iff267f53ccc33105ff35149b1fde688616ad0b4f
        Reviewed-on: https://gerrit.libreoffice.org/50870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [87dd08660836bfe38d4ec309363d897210f4afb8]

        preview of empty page ends up with negative size
        
        in load templates, i.e. SfxPreviewWin_Impl, with
        an empty writer template selected.
        
        Change-Id: I7194def1dacb25e39416532ed91addc1de0c1d39
        Reviewed-on: https://gerrit.libreoffice.org/50877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [29e89925093f2c143fab675310b2533ed720a9ae]

        Resolves: tdf#116116 vertically center line in allocated height
        
        Change-Id: Iee4cd859cdc52a2272f5b01c3e4a57336cc336a4
        Reviewed-on: https://gerrit.libreoffice.org/50881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Michael Stahl  <mstahl@redhat.com>  [5d710cf7dda27e78f237211fd92418be4dd1c551]

        VCL canvas: fix clipping of gradients (related: tdf#115142)
        
        When using the presenter console, the secondary screen has
        a small view of the current slide, which is called a "Pane" in sdext.
        
        Clipping for this is done by sd::presenter::PresenterCanvas, which wraps
        the full-screen VCL canvas and has a MergeViewState() to intersect
        the clip region.
        
        The VCL canvas has a bug in its gradientFill() implemenation where it
        overrides the existing clip on the OutputDevice instead of intersecting
        it.
        
        This properly fixes the bug that was wrongly and badly attempted
        to be fixed by commit 99e373cd4c78084ded349f3e3de7b0504af2dd90.
        
        Change-Id: Id02678c2f134fe7b190866d6a6fff5b2e5e3aaff

2018-03-07  Michael Stahl  <mstahl@redhat.com>  [0408a590311c837d5f0ab1abfb72a564a266ddac]

        tdf#115142 Revert "slideshow: clip shapes in secondary screen window"
        
        This reverts commit 99e373cd4c78084ded349f3e3de7b0504af2dd90.
        
        This is bogus as it actually does scaling and not clipping, and the
        actual clipping bug is in the VCL canvas, see following commit.
        
        Also should fix tdf#115652 and tdf#116196.
        
        Change-Id: Ief7be653a38626c9902ab5c7c453a133c2b9f882

2018-03-07  Michael Stahl  <mstahl@redhat.com>  [df4bbaecec0b42e0e17c95c6b281fda174fccafa]

        sdext: document the secondary screen of Presenter Console
        
        Change-Id: I539a698994b5fa20e3d371ae56d9aaf3001dba2b

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [16605d0cdc2c15ab4ae175531ba52824bf52bc70]

        sw XHTML import: handle media type of OLE object data
        
        For both the native data and the replacement image.
        
        Change-Id: I590fa037f78fe1a4dca41ec4173670f554bb9c6c
        Reviewed-on: https://gerrit.libreoffice.org/50876
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [b75632f3086b2f7af0606ef17d6535c514528644]

        use comphelper::containerToSequence
        
        Change-Id: Ib1cd28c8cabf8899c43701cb638d1191c593dad0
        Reviewed-on: https://gerrit.libreoffice.org/50872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Mark Hung  <marklh9@gmail.com>  [5b910af084924e11b9a74002fd53843e88005db4]

        tdf#84522 fix reversed text of column break mark in a RTL page.
        
        Set RTL falg for the font when the frame is right-to-left.
        
        Change-Id: I834620ed44b01b9577ca6c7c42191f2400dd8219
        Reviewed-on: https://gerrit.libreoffice.org/50673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-03-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [ed031c6ceab99bf3e6b0ea320423d9fa9a734ad5]

        dbahsql: add BINARY and VARBINARY import
        
        Change-Id: Ibb4d5f8dda16dc7779b7a7b818a8bd2c49cbf283
        Reviewed-on: https://gerrit.libreoffice.org/50844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [c25b884d5493422e126a7f4e52008cebb073ec7a]

        Firebird: allow setting BINARY fix and VARBINARY
        
        Allow setting BINARY (fix) and VARBINARY types in method setBytes.
        
        Change-Id: I6c8cfc5aff6e1240eadd6b061d629586a25b71c3
        Reviewed-on: https://gerrit.libreoffice.org/50735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [70306e5a3e7f9f999b06d5c7c3f9118dbb51ae54]

        oox: adapt graphic transformer, cleanup, remove try catch
        
        Change-Id: I96862c571f1e1de901e0d4d3fd167e418d0f6dea
        Reviewed-on: https://gerrit.libreoffice.org/50869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [584454cedc57efc98a386dffa2ebae30c0625b8a]

        oox: BlipFillProperties rename mxGraphic to mxFillGraphic
        
        Change-Id: Iea4b48e79c7c727bbd7dafd816538f6c1dd25bf8
        Reviewed-on: https://gerrit.libreoffice.org/50868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [19b6b8f8946a6fb720806a3f51a06760047d2ffc]

        transformer: clean-up and pass originURL to transfored graphic
        
        Change-Id: Iab01a5123ce6774120e2a0242616511a9fbe4403
        Reviewed-on: https://gerrit.libreoffice.org/50867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Mike Kaganski  <mike.kaganski@collabora.com>  [2eeac1b51b85f7b2ab3d61c4aae76428f1309909]

        Deduplicate includes
        
        Change-Id: I16a77d0701b42bcf9d751834f0eae4decedd9176
        Reviewed-on: https://gerrit.libreoffice.org/50858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [36c88900c56cb7c34da83e7b2d8fe88f3c8ee345]

        use more Color in chart2
        
        Change-Id: I23fc16cdc34a06486bcaaac63bfb313f1ddc95bf
        Reviewed-on: https://gerrit.libreoffice.org/50862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [74a027f927289911b3b712c1ea0f350cf631b0ae]

        tdf#115084: fix sloppy mnemonic ID
        
        Change-Id: I8f9df0baa2862eefada8fafeb384e0129df3f7e9
        Reviewed-on: https://gerrit.libreoffice.org/50839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [973c8d3b6200eea388b6e2217647110a10e1c391]

        Fix typo
        
        Change-Id: Iacb4f5f93f6b2b9a06148844210784045f09d053
        Reviewed-on: https://gerrit.libreoffice.org/50850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [82bea50f1ba18a32b175b495b61701a4c148c753]

        use more Color in reportdesign
        
        Change-Id: I9e51bfa6346823863b00bca9c007e28de62aab29
        Reviewed-on: https://gerrit.libreoffice.org/50859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [dbcf5b28aacba55d5f48e58a07fa4d6fc06931b9]

        use more Color in UnoControls..canvas
        
        Change-Id: I8dda18f9630b4e59ead83fa7471525bdf4eaeda0
        Reviewed-on: https://gerrit.libreoffice.org/50863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [39a13fa68c87cc7e141cd75affe228b86dd817e3]

        fixup "use more Color in editeng..forms"
        
        some of the code changes hidden inside debug ifdefs were broken
        
        Change-Id: I6ceb18950c0cda0592da1da83d7b45240dd60070

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [970d20a3abd187d5a14f0af3639f116e47d15179]

        sw XHTML import: handle size of replacement graphic of <object>
        
        Similar to how <img src="..."> defaults to the pixel size.
        
        Change-Id: I2c55522366e8635c491b322ca70fc3e2d79617fc
        Reviewed-on: https://gerrit.libreoffice.org/50836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [612fae5c248e95d4f0985c51ebf05e3b0c278289]

        external: update pdfium to 3358
        
        pdfium now has a build_config.h which is something between a generated
        file (it's not part of git) and a normal header (works in a way, so the
        same header works for all platforms), handle it the same way as clucene.
        
        Change-Id: I674eca0c52fb8681c3a20501e39f95a8f9d8724e
        Reviewed-on: https://gerrit.libreoffice.org/50840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-07  Michael Stahl  <mstahl@redhat.com>  [1615d0eb285eeaf3da10b4ed727b776b0a28b94d]

        sw: add some sanity check to SwFrame::GetNextSctLeaf()
        
        Check that the parents of the section follow frame are the same type as
        the parents of the original section frame.
        
        Change-Id: I9845e48834d57b8a93f9b850cb89b6c5544d9ab2
        Reviewed-on: https://gerrit.libreoffice.org/50807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [856c57f20f9b07c686a854e0ccbb6ee3b0ee4791]

        use more Color in cppcanvas..drawinglayer
        
        Change-Id: Ib0f15e8d4c01c1d2059cf32cc882042766d2a682
        Reviewed-on: https://gerrit.libreoffice.org/50861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [a498b12dc1723b072a165f8c528c377024fd4c98]

        use more Color in editeng..forms
        
        Change-Id: If6c862e7bb61cd78c3379afde11b528a74162900
        Reviewed-on: https://gerrit.libreoffice.org/50860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [073b4eadd2a9a00b915c664df90b15d5b2d709c0]

        tdf#116108 Add option to fit images into their cell
        
        Change-Id: I2e9a4f567049f11985e4bf914c2fa5bd1f181823
        Reviewed-on: https://gerrit.libreoffice.org/50569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [1163bcd5da3063e7e988ebf49d9b60dfd6f6c703]

        tdf#115432 footnote separator position wrong (2nd attempt)
        
        the first attempt (d4a8d91abd40dee7f7bd739a678a502a6e34cb59)
        incorrectly changed the type of a UNO property defined in a
        published IDL file.
        
        Change-Id: I75bc75dead0954d1faa6dfb6adab9f4c42c67cfc
        Reviewed-on: https://gerrit.libreoffice.org/50827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Pranav Kant  <pranavk@collabora.co.uk>  [843f8e43e1e79bbd22cadabb54022c615c7a0d64]

        lokdialog: Fix cursor invalidates for some vcl controls
        
        ... like TextEdit, etc. The problem was that the code assumed that there
        would be a mpData->mpWindow whenever a new cursor position is set. While
        that's the case with most views, some controls set the position when
        there's no window set.
        
        With this patch, we send the cursor_invalidate just before we make the
        cursor visible; by that time, we already have a valid mpWindow set in
        the ImplCursorData.
        
        Change-Id: I2cb40ae150e4d7555f17ebbb8e08c04fc05f447b
        Reviewed-on: https://gerrit.libreoffice.org/50834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-03-07  Mike Kaganski  <mike.kaganski@collabora.com>  [01c71fba5f525b035f8a723215669d499bc27a3f]

        Don't return local variable address
        
        Oversight in 2f061dad7f875f704e3744fc5780c1d145b22e9f
        
        Change-Id: I4cd4fcab7f5fa87f49ecc193a3f481fb9ac33932
        Reviewed-on: https://gerrit.libreoffice.org/50857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a790ee54319583897d82d4372243df870d4452a6]

        uitest - calc subtotals; tdf#114720 tdf#88792 tdf#88735 tdf#56958 tdf#55734
        
        Change-Id: I6e31816409c105d572d545d7860d9e2ccadfad48
        Reviewed-on: https://gerrit.libreoffice.org/50331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab26cddc3325a6422993a3421a557536d6023936]

        uitest: add demo showing how to select different sheet
        
        Change-Id: I1ddc8e9855832df7176d768e73d062e7f601a62c
        Reviewed-on: https://gerrit.libreoffice.org/50854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [455fe33df4d498d8c374d43f57caf14897636749]

        uitest: fix small bug when trying to select different sheet in calc
        
        Change-Id: I83e2b8dc1b0da9f28475994493e3776c898a5729
        Reviewed-on: https://gerrit.libreoffice.org/50853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-07  Julien Nabet  <serval2412@yahoo.fr>  [1b0beef8794210b2af49d8c4a00ca7d4e3ebedb7]

        Use for-range loops in desktop (part2)
        
        + use 1 time replace size() > 0 by !empty()
        
        Change-Id: If62a17171fc09e0bead7c0a791758705f62920d1
        Reviewed-on: https://gerrit.libreoffice.org/50847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d1f56903b05841020dfae21dca0c686483b2494]

        use more Color in sc
        
        Change-Id: Ifdd53fa0eed8cec7878d0f5b9eea1e2c826e3ae5
        Reviewed-on: https://gerrit.libreoffice.org/50819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a41c0711d10bcfa45c7cd7d56c1e7f0055fa310]

        use more Color in sd
        
        Change-Id: Iefd544a70730dfb760b7a89ff697a86ab4fae685
        Reviewed-on: https://gerrit.libreoffice.org/50818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [26a016be816826c80fc914a927758a814f29136c]

        use more Color in sfx2..svtools
        
        Change-Id: Idd951841ce7e9c4b4e5229bc24efe5c7b8042617
        Reviewed-on: https://gerrit.libreoffice.org/50817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a97b9c051735afb3797888d111f1b6b2cab1a83]

        use more Color in sw
        
        Change-Id: I51d575c40228bbd2ff384f12da33c1cd8bda2dda
        Reviewed-on: https://gerrit.libreoffice.org/50800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3ee860e523dce3df16350a4053a67f39c2f92f8]

        use more Color in vcl
        
        Change-Id: Ia92c52d26b90898c1f7860128b478d1fada9d406
        Reviewed-on: https://gerrit.libreoffice.org/50795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [2407c183092d6559771738891d57d6375c4212ab]

        Revert "tdf#115432 footnote separator position remain in the left side"
        
        This reverts commit d4a8d91abd40dee7f7bd739a678a502a6e34cb59.
        
        because it changes the type of an UNO property defined in a published IDL file
        
        Change-Id: I4d3db3532b27552a30f34fcd4201856565eb0a3b
        Reviewed-on: https://gerrit.libreoffice.org/50825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e092c72b44d99ea5c6c7f71cd717b20a4a86f5ac]

        oox: rename FillBitmapUrl to FillBitmap, remove obsolete methods
        
        Change-Id: I597aaa280ef12e46cf2d060cef1b042413d838d4
        Reviewed-on: https://gerrit.libreoffice.org/50851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Mike Kaganski  <mike.kaganski@collabora.com>  [2f061dad7f875f704e3744fc5780c1d145b22e9f]

        tdf#116074: Don't block on sending email interactively
        
        When sending e-mail using a MAPI mail client that doesn't recognize
        MAPI_DIALOG_MODELESS flag, and doesn't return from MAPISendMail until
        message compose dialog is closed (like MS Outlook 2010 and older),
        waiting for the senddoc process blocks UI, which is unexpected and
        prevents users from copying stuff from documents to the mail body.
        
        Waiting for senddoc process completion is used for two things:
        1. To serialize sending multiple mails (e.g., using mailmerge);
        2. To show error in case when it failed.
        
        This patch allows to avoid blocking the UI in case when compose UI is
        requested - i.e., user interaction with the mail client is expected,
        and serialization is not required. In this case, the senddoc process
        will show the error message itself -> no need for main application to
        wait for its return. The error message now includes actual error code.
        
        To avoid cases when closing main program would remove temporary
        attachment files before they were used by mail client, they are
        copied to base temporary directory (instead of default session
        temporary directory that gets deleted upon program shutdown).
        senddoc cleans up its temporaries itself.
        
        The temporary attachment files are copied to files with ASCII-only
        filenames, and their original filenames are passed to mail clients
        using MAPI. This allows to avoid cases when the filenames contain
        characters outside of current Windows codepage, and the mail client
        does not support Unicode MAPI, thus receiving wrong filename and
        erroring out from the send.
        
        Change-Id: I4a517bd7a797e76e4c0b7ea48bb1a7b652741a81
        Reviewed-on: https://gerrit.libreoffice.org/50826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bec51fdb04bf25b9d670982dccab728c55c83fdf]

        cache location and mime type when saving a graphic to a storage
        
        Change-Id: If27a5f617a103da235d6690ea0447d6c64538dea
        Reviewed-on: https://gerrit.libreoffice.org/50810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e030fbbf67a2490c4e734583d9f987c27506179e]

        oox: remove property FillBitmapURL, BackGraphicURL and GraphicURL
        
        Change-Id: I1f75b1775fec4b47ad78a32724785333a90d3baf
        Reviewed-on: https://gerrit.libreoffice.org/50809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d55a7fca9c1bb1989d5a70d2d9098a9156c82ac4]

        oox: remove use of "GraphicURL" property
        
        Change-Id: I9e65eecf9a1065015ab0872734a41afdd04abb8d
        Reviewed-on: https://gerrit.libreoffice.org/50792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f7d3fc13333774f3ada2af1c752bc8a63055a2ff]

        xmloff: remove "GraphicURL" from XMLShapeExport
        
        Change-Id: If1967a7d87a934e2eea776bcd41b305e800f711a
        Reviewed-on: https://gerrit.libreoffice.org/50790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [27008aa028cde8d270e898c5743a9fe5c7701dab]

        xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL"
        
        Change-Id: I10cc1115bfe628dc296b67b75e386e1a2e4a6c46
        Reviewed-on: https://gerrit.libreoffice.org/50789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5a4d6162f643050faf00ccf08d58feed00dcd781]

        convert SymbolBitmapURL to SymbolBitmap used in chart2
        
        Change-Id: Ib35ee5b5890ff5ca30796fc8608f00ff4b6b03e2
        Reviewed-on: https://gerrit.libreoffice.org/50788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d72145f9307c732ced4a546ac1e5093ec7c1a982]

        Move BackGraphicURL property & friends to BackGraphic + fixes
        
        This moves BackGraphicURL, HeaderGraphicURL, FooterGraphicURL and
        ParaBackGraphicURL properties to BackGraphic, HeaderBackGraphic,
        FooterBackGraphic and ParaBackGraphic. With this the property type
        changes from String to XGraphic.
        
        This change also fixes a bunch of test failures, changes the tests
        to use the new properties and the correct type, changes the import
        and export filters like xmloff and oox, to make the tests happy.
        
        Change-Id: Ie66097514203c6dc36ab27420faf265322e9279e
        Reviewed-on: https://gerrit.libreoffice.org/50760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6b39ed0eaffabb6ffe11496d833053c094c72f7b]

        MID_GRAPHIC as alternative to set graphic to the SvxBrushItem
        
        Change-Id: I6e17d1a34f0bd17a0eafd7c741162f23279e9d1a
        Reviewed-on: https://gerrit.libreoffice.org/50539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f480bda7a8ddc40da300d0faebda159cd94ac052]

        uitest - Writer Line Numbering dialog; tdf#86185 test
        
        Change-Id: I4b721284bf38480f30d8b54f155e5dafa883631a
        Reviewed-on: https://gerrit.libreoffice.org/50529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [2523f32dc68d35b69a7b0ee9764e61f7d8efb3ce]

        if the arg is true, the dialog dispatchs InsertSpecialChar itself
        
        and GetOutputItemSet is unused and the args won't be there. While
        they are there if the arg is false
        
        Change-Id: I934e99479f8fdf4d5102e47f6082fbbda8ececcd
        Reviewed-on: https://gerrit.libreoffice.org/50838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Caolán McNamara  <caolanm@redhat.com>  [1ce72593df9ab690ae4666160ec47494d1cd9a07]

        wrong row-activated callback signature
        
        Change-Id: Ic757051aba2b71b0c0a785dc06f87d12c736862a
        Reviewed-on: https://gerrit.libreoffice.org/50848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5f618375a5360160e67f6aac4aece90ab218c081]

        add GraphicLoader and funct. to load graphic from URL
        
        Change-Id: Ib722ee5bc20908d50642b1371b20c878158204cf
        Reviewed-on: https://gerrit.libreoffice.org/50538
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [8fbacaccf41c914bb3e8328980b9981018b187fe]

        ofz#6764 Null-Dereference
        
        Change-Id: Ic4c43d43b673f207123c99cbaca7efc019565c0d
        Reviewed-on: https://gerrit.libreoffice.org/50820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [6e32cf8b654abc103f3f742b7b7ae0fff0e64f69]

        ofz: memory leak
        
        Change-Id: Ida561d59f5fbd2b4dff5d0ef355a21a344a2afd2
        Reviewed-on: https://gerrit.libreoffice.org/50808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [0c8e2d204f5225c0438da0046898cd92db3b7730]

        ofz: timeout
        
        Change-Id: I95806c4987cd2d3b745e57d94b94ffd6e3f6227e
        Reviewed-on: https://gerrit.libreoffice.org/50813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [6e90bcdcd918a44f94f77098c54ed264a939c43c]

        disambiguate CreateSfxDialog
        
        Change-Id: I6a02d7b197c3cc31a4c9b2eec3d5bd786544df3c
        Reviewed-on: https://gerrit.libreoffice.org/50837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Eike Rathke  <erack@redhat.com>  [9d8dcec608dde63c68b34450a95a3b168121e289]

        Resolves: tdf#116215 separate column sums and row sums, tdf#71339 related
        
        Change-Id: Ifc7ab0c460f521ad3be4aa2785d54a1e4ed304e5

2018-03-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cc15e3ddffce0c62ba442c04160dc5f0c06856ee]

        Updated core Project: help  274ff2e2f3e369e8e69af243844038444dc41644
        
        Fix menu path for Templates dialog
        
        Change-Id: I73d79c5d5a0b8f7e643614e3c8788bb9d6885ee3
        

2018-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [62eb6d3f964e78fa210bba4af81ebf63ba8a16a9]

        sw XHTML import: map nested <object> to replacement graphic
        
        Handle the case when the native data is the outer element and the
        replacement image is the inner one.
        
        Change-Id: Ifc3c8b8bc8c0903562a4dab1f0bf15e9de5c98ac
        Reviewed-on: https://gerrit.libreoffice.org/50812
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-06  Eike Rathke  <erack@redhat.com>  [cfc6cf5177f8df23af35c4509c0276a19de56cce]

        Resolves: tdf#116215 fewer array of references cases, tdf#58874 related
        
        In particular if in any ForceArray context use the matrix result
        instead of the array of references list.
        
        Change-Id: I72328a690760637f6d31fadba447641c64711a67

2018-03-06  Michael Stahl  <mstahl@redhat.com>  [f775b5427bf085577feb5badb762156283d76ae5]

        libxml2: upgrade to release 2.9.8
        
        Change-Id: Ic6802c16b740f6aee59ae2f74b7edcd37461f1f3
        Reviewed-on: https://gerrit.libreoffice.org/50835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [42ec994f97f82e6aaa2ffc4b99481886909c4163]

        Updated core Project: help  d258dd60b0e84b513e38cb170eea7ac1e3b4e771
        
        This is not idiomatic in English; looks like a Gallicism
        
        Change-Id: Iecd507c4bdde2201528787a6e95e359e9a789735
        

2018-03-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [782d504649ccb2dbe1a55d7abdf5c532b62f5c39]

        tdf#114552 Add unit test for ODF Import of anchor types
        
        Change-Id: I7b6e013de5b37c8da0adf5be8e66472e76d81375
        Reviewed-on: https://gerrit.libreoffice.org/49602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [acf0bad4e2b8c3c43aaaee8312c8a61d3552fcc2]

        tdf#114552 Add a third anchor type for calc graphics
        
        This allows to have two cell anchored types:
        * Only cell anchored (moves with the cell when sorting etc)
        * Cell anchored, also resizes with the cell
        
        Beforehand, all cell anchored images would resize with the cell,
        which was often not what users expected.
        
        The new default (when inserting images) is now that inserted images
        are only anchored to the cell, but don't resize with the cell.
        
        This makes use of the ODF elements table:end-cell-address, table:end-x, table:end-y.
        When images should resize with the cell, the end address is written
        (it has always been written earlier, so documents would still import correctly).
        If not, they are omitted.
        
        Also implements xlsx import & export
        
        Change-Id: I5f96242f88943ed77a0fd12b7f39b444e1380df7
        Reviewed-on: https://gerrit.libreoffice.org/49490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-06  David Tardon  <dtardon@redhat.com>  [2b69156c43261ceae55eb4d3b644c4c2d73231ba]

        forcepoint: fix out-of-bounds read in ICU
        
        Change-Id: I5061d38d0e7df0de9a5c7574d522ce69934e4a24

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [12278d018d7a0ad92f219c1040d3c135fd166638]

        ofz: timeout, reduce warning limit further
        
        Change-Id: I9c8fd5ec55c446e4deb6feee800dd4a09fbea75f
        Reviewed-on: https://gerrit.libreoffice.org/50811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Michael Stahl  <mstahl@redhat.com>  [1eda4a770a64c2ebf7092f841ecd8c82e62f7bf7]

        sw: convert that to assert too
        
        Change-Id: I4f06fc4871cbb92b40d950b31a06b5e185aed321
        Reviewed-on: https://gerrit.libreoffice.org/50806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [7cfb3d2873f0e281e20ccd5ff004746eb4bd4ce5]

        ofz: timeout
        
        Change-Id: I7cdd39f51943bd97e0e0931f44d3338a23044ab0
        Reviewed-on: https://gerrit.libreoffice.org/50802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [683a68cb5106e99db0fbe892b5784d837cf8cb27]

        After Java settings have changed, restart LibO for real
        
        Previously restart LibO dialog was shown, but did nothing. I haven't
        found an easy way to close all frames with 3 modal dialogs opened, so
        now restart dialog simply pops up later (after user bonks OK button
        on Tools > Options dialog)
        
        Change-Id: I6e61fa1fc41199c2f16cb80da771202c255f3810
        Reviewed-on: https://gerrit.libreoffice.org/50566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-06  Michael Stahl  <mstahl@redhat.com>  [eef36faf5d8450f9ba5c905da8e87d31c2fa73d5]

        sw: convert checks about mbInfTab and cell parent to assert()
        
        Change-Id: Ia9e517936d546f60f76ae99062ff57a09209dc8a
        Reviewed-on: https://gerrit.libreoffice.org/50805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-06  Michael Stahl  <mstahl@redhat.com>  [054be0850ed7574473452ed965001504caf0b5e2]

        forcepoint #18 sw: fix condition for detecting section-in-table splits
        
        The problem with the bugdoc is that SwFrame::GetNextSctLeaf() creates a
        follow frame for a section in a table, and puts it outside the table,
        below the page's body frame, while moving text frames that have the
        mbInfTab flag set into the follow frame.
        
        Checking for CanContainSplitSection() at this point doesn't make sense
        to me: if it's not allowed to split the section, we can't just split it
        anyway and put the follow outside the table.
        
        Just removing it fails in testTableInNestedSection() but it turns out
        that the problem there is that the mbInfTab flag is set on a outermost
        SwTabFrame itself, so we need to check the parent's flag instead to
        check if this frame needs to go into a cell.
        
        (regression from 652556ec3e9218655a67b4c4de4e26fbe81855de)
        
        Change-Id: I79663391fb1b2cb10f008676feb01a2607cfb33d
        Reviewed-on: https://gerrit.libreoffice.org/50804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a0ca3a2ec5290419617b6dace216e981b03254e]

        use more Color in svx
        
        Change-Id: I78ea8db0d9c882cdc3813ff4fac0cdce9caf6ad1
        Reviewed-on: https://gerrit.libreoffice.org/50801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8b7f8a8f8d97088181d287bb75e74facece16c6]

        use more Color in vbahelper
        
        Change-Id: I9d153b184a394ac21d504cb503731f8c5c8ec1de
        Reviewed-on: https://gerrit.libreoffice.org/50797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0a57a35673ddee39b7b0a78a39cfec0eb50e91c]

        use more Color in toolkit
        
        Change-Id: I88860e4180db2c46acda1739235c248a38bb068d
        Reviewed-on: https://gerrit.libreoffice.org/50798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [f02b1ba18deeab9744c5fe25162f5853d69b438e]

        use more Color in xmloff
        
        Change-Id: Iec12d2e9f3e254dc6525dc285259321b13f75c4a
        Reviewed-on: https://gerrit.libreoffice.org/50794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Stephan Bergmann  <sbergman@redhat.com>  [d15ff312ad80e4d1f210636e3374a81c14c229a2]

        Normalize computation of directory and file-in-directory URLs
        
        There are occasional failures of Jenkins "Daily Screenshot Build on Windows"
        like <https://ci.libreoffice.org/job/lo_tb_master_win_screenshot/324/console>
        and <https://ci.libreoffice.org/job/lo_tb_master_win_screenshot/332/console>,
        always failing with
        
        > C:/cygwin/home/tdf/lode/jenkins/workspace/lo_tb_master_win_screenshot/test/source/screenshot_test.cxx(84) : error : Assertion
        > Test name: ReportdesignDialogsTest::openAnyDialog
        > assertion failed
        > - Expression: aNew.IsOpen()
        > - Failed to open <C:/cygwin/home/tdf/lode/jenkins/workspace/lo_tb_master_win_screenshot/workdir/screenshots/modules/dbreport/ui/condformatdialog/CondFormat.png>: 796
        
        (where 796 is ERRCODE_IO_NOTEXISTSPATH).  Beats me how that can happen, when
        ScreenshotTest::implSaveScreenshot first creates the dir and then the file-in-
        dir (and it is rather unlikely that something else deletes the dir in the
        meantime, for various builds of that Jenkins bot, always for the same dir
        workdir/screenshots/modules/dbreport/ui/condformatdialog/), and why it always
        happens for exactly the same file,
        workdir/screenshots/modules/dbreport/ui/condformatdialog/CondFormat.png during
        CppunitTest_reportdesign_dialogs_test.
        
        However, one curiosity was that the dir's URL was computed with
        
          m_directories.getURLFromWorkdir(aDirname);
        
        (without a leading slash inserted before aDirname) while the file's pathname was
        computed with
        
          m_directories.getPathFromWorkdir("/" + aDirname + ...)
        
        (with a leading slash inserted before aDirname).  Turns out that SvFileStream
        accepts a URL as well as a pathname, so normalize the computation of the dir's
        and the file's URL.  Maybe that will give a clue why that Jenkins bot sometimes
        fails.
        
        Change-Id: I53b59b51ffc4355c45aa0ca72f6e187cf2010f92

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9ef943769b06e6bdffe7326f288b27e08a95698]

        loplugin:useuniqueptr in sdext
        
        Change-Id: I0870d4b1e85465b07e3d9cdb05520fcb37dfc267
        Reviewed-on: https://gerrit.libreoffice.org/50659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [240e67e37e1aaf459315e31a298bfb434fc1da8c]

        Fix typos
        
        Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5
        Reviewed-on: https://gerrit.libreoffice.org/50785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [3e38b81a65ced47595e9760bdc622d9434b72cc0]

        tdf#116147 guard triggerRequestThreadAware
        
        It didn't help putting a SolarMutexGuard into
        VCLXButton::ProcessWindowEvent, which was my first suspect in my
        own backtrace, as VCLXWindowImpl::OnProcessCallbacks releases it
        to process the callbacks.
        
        Since the gtk backend also guards all calls into the file picker
        code, I think it's save to do the same for the Windows picker.
        
        I have no idea where it is actually released again...
        
        Change-Id: I3ab3b47904dc3d0033739a82f7afd91e6e80403d
        Reviewed-on: https://gerrit.libreoffice.org/50783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [49cf733effc56c09c5e2eb023120c2d3532b5b3d]

        tdf#115861 DOCX import: avoid last-paragraph removal when discarding footer
        
        Discarding header/footer is necessary when the document or section
        settings request to ignore first or even headers/footers. In the bugdoc
        case settings.xml didn't opt-in for different even/odd footers, but
        there was an even footer to be ignored.
        
        Handle this state at two more places, so we don't end up in a situation
        where we ignore the footer but not its "remove last (empty) paragraph at
        the end of the footer" action.
        
        Also make the debug dumper for text ranges more robust to have a working
        token dump when we try to get the string for a table.
        
        Change-Id: I6395f37aa40c42304e2c918d87dadecb21e9d378
        Reviewed-on: https://gerrit.libreoffice.org/50786
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [ffee771f8dae50aea716ffc0def4ef5fe5c104d2]

        add some color conversion methods to sax::Converter
        
        to make the call-sites less verbose
        
        Change-Id: Ifddcbb03a454a241bef93f31a8025801b84a66fc
        Reviewed-on: https://gerrit.libreoffice.org/50578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [4eb78dc722e33f03b4ee57d43cbc64fe94e6e9cf]

        vcl: remove commented code from bitmappaint.cxx
        
        Change-Id: I80c1f8961bee4e72b7ffd8e4d9647dbb40f4fc10
        Reviewed-on: https://gerrit.libreoffice.org/50531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [bdd62b4c327ab894dbba00fe2e07696c1b7d9de6]

        vcl: split painting bitmap functions to bitmappaint.cxx
        
        Change-Id: Ib5f52e4b7b5121de15cdb205165fcbdb8b09bc8a
        Reviewed-on: https://gerrit.libreoffice.org/50530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [221b17794c1cb15ce7f5a0b5a543fc79eee7085f]

        vcl: document Bitmap::MakeMonochrome(), fix @return format
        
        Change-Id: I10b37907a3ccd5219b7d5e04177bba58d80a676b
        Reviewed-on: https://gerrit.libreoffice.org/50528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-06  Caolán McNamara  <caolanm@redhat.com>  [80c98c069b37bd2f8f67d2f6b59edc3b4c6abea5]

        Resolves: tdf#113805 insert special character fails in insert footnote, etc dialog
        
        i.e. since
        
        commit 710a39414569995bd5a8631a948c939dc73bcef9
        Date:   Thu May 11 13:27:38 2017 +0530
        
            GSoC: Glyph View and Recent Characters Control in Special Characters dialog
        
            Change-Id: Ia55f3fefe7c14327cff2e996ab0038dc52f9b017
        
        it inserts into the document, extend the fix of
        
        commit 4020945651b4f3c636980e2103db440b5c55459c
        Author: Daniel <danielfaleirosilva@gmail.com>
        Date:   Sun Sep 24 17:55:19 2017 -0300
        
            tdf#111739 fix Selecting a custom character as a bullet symbol insertion
        
        to do the old thing that existing code depends on if this is not an
        "insert" dialog, and bubble that setting around from the callers
        
        Change-Id: Id8acf16955d0167beffae43e3b201e500ee7a929
        Reviewed-on: https://gerrit.libreoffice.org/50781
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Julien Nabet  <serval2412@yahoo.fr>  [cbc58ebf14bd77a5f9297b7f2948952ed22460e7]

        Use for-range loops in desktop (part1)
        
        + remove some useless typedef
        + some reindent
        
        Change-Id: Ic1e445a7096b1663ca8cbc58c40bb8f7af0c70e1
        Reviewed-on: https://gerrit.libreoffice.org/50787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-05  Eike Rathke  <erack@redhat.com>  [ba490001c2d82c1172854ca16d7099b19e29cb60]

        Unit test for tdf#116216
        
        Change-Id: Icd2e37c279db43b792e84b3aae64c16db0c4834b

2018-03-05  Eike Rathke  <erack@redhat.com>  [a2a15163a6a381957f2cb2ed6fe659577ebde558]

        Resolves: tdf#116216 array sort order of error values in LOOKUP and MATCH
        
        Change-Id: I424de514b3a3729bc5f619814b6a4aab42569f82

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [2374028d637886fff1ccca84f57624d2aaa81a95]

        Resolves: tdf#116188 set min version on all .ui files to 3.18
        
        which is already the min for the runtime
        
        Change-Id: Ifebe099f1f94a36f65a31989689400327a823dcd
        Reviewed-on: https://gerrit.libreoffice.org/50776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [a266d1c7a95d7133e95915d29786f79d240d5406]

        fix mnemonic in add_button
        
        Change-Id: Icdf4866aab70e065e92c56931289ea7b8db1ff09
        Reviewed-on: https://gerrit.libreoffice.org/50777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Henry Castro  <hcastro@collabora.com>  [3e8d1e80d81999d2c5e160b756491a847226d423]

        lokdialog: more, convert the dialog to async exec
        
        ClassificationDialog
        SwWatermarkDialog
        
        Change-Id: I835648df8df5ad3ee5a404a582c2179e5b3b276a
        Reviewed-on: https://gerrit.libreoffice.org/50771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [c92af727f70b0ccc16450bb340f9bff713a42ce1]

        Translate German variable names
        
        Akt -> Current in ppt filter
        
        Change-Id: I06f140d5f9a60b53d815e73ee0b7a2b283a52d79
        Reviewed-on: https://gerrit.libreoffice.org/50684
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-05  Stephan Bergmann  <sbergman@redhat.com>  [ebb41767f3669cd2ad3f8208f012f70654bbceb7]

        Rename OCharsetMap::find overload to findIanaName
        
        Change-Id: Id3fe81b41b92d6ad4e3f7127331d859a7b3c7f54
        Reviewed-on: https://gerrit.libreoffice.org/50779
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c40afac8a39403f1c785151c9066becccf79078b]

        sw XHTML import: map <object> to OLE objects
        
        This handles native data only so far, replacement image still needs
        doing.
        
        Change-Id: I5f51bc7d837309fa0b88b277c1b754e435cb4208
        Reviewed-on: https://gerrit.libreoffice.org/50778
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [6ca3a21ba96f93b9ed729202ef5d4170daddd6f7]

        weld SfxSaveAsTemplateDialog
        
        Change-Id: Ia663102a2d871fdca093c0d33e5af5a79deebeb5
        Reviewed-on: https://gerrit.libreoffice.org/50775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Stephan Bergmann  <sbergman@redhat.com>  [5ad62544bce42396faaae2bc79c7517af6ff085b]

        tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connection
        
        ...including those that have no corresponding textual IANA character set name
        representation, like RTL_TEXTENCODING_MS_950 which is apparently used in some
        DBase files.
        
        In the past, if eCharSet was RTL_TEXTENCODING_DONTKNOW in lcl_getDBaseConnection
        it was sent as an empty string CharSet property, which the receiving
        OConnection::construct translated back to
        
          else
              m_nTextEncoding = RTL_TEXTENCODING_DONTKNOW;
        
        so the net effect remains the same for that special case.
        
        Change-Id: I84eec8a93d000752b3c429976c58721ea9ea32a4
        Reviewed-on: https://gerrit.libreoffice.org/50772
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [65e98e66fe04941bddd23d94801a1646119cdc2f]

        Removed duplicated include
        
        Change-Id: I9baebc135d62fac29512ae5e8eb5e43d61ac227a
        Reviewed-on: https://gerrit.libreoffice.org/50773
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [85c1b7ed35fd30cf3f095a2e3d09bf137ffb231b]

        Fix typos
        
        Change-Id: I70e7db0926f8c5815637ae14c1193130d52c3224
        Reviewed-on: https://gerrit.libreoffice.org/50774
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe40724421b8c1f197871702a477772d2a633209]

        loplugin:useuniqueptr in XFConfigManager
        
        Change-Id: Ia442d2dba8c6fdf577c6cdc950d518cc863d6e0e
        Reviewed-on: https://gerrit.libreoffice.org/50741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [2affed9bfd72628549df3049ed9f6e6a30fdb5b8]

        loplugin:useuniqueptr in SdrObjEditView
        
        Horrible things happening in SdrObjEditView::SdrEndTextEdit, I
        can't tell if it's deliberately leaking there, or just changing
        ownership in some terribly opaque way.
        
        Change-Id: Idcb30f7e3f1b801901f727b151d3e8dd1124fd3f
        Reviewed-on: https://gerrit.libreoffice.org/50663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Mike Kaganski  <mike.kaganski@collabora.com>  [af269d967be348b813ea6d9e5e92a95886143622]

        We now use Unicode with MAPISendMailW, so no need for this
        
        Change-Id: I6f03b4212a3434cb5feae8da29107c5f411218e3
        Reviewed-on: https://gerrit.libreoffice.org/50759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [972a4a88cf1caec63cb3dcd3be610d1a840f50c9]

        there's already a way to pass around the SfxRequest source frame
        
        Change-Id: I790497c3e651890e0971ee334d599a98a7aae7f0
        Reviewed-on: https://gerrit.libreoffice.org/50768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ddd43218e9900536381733735adf8681d345e775]

        drop sax::tools::*base64 methods
        
        and use the underlying comphelper methods rather. This is so that I can
        break the dependency that tools has on sax, and can add methods that
        make sax depend on tools.
        
        Change-Id: I8a2d6ce2ffc3529a0020710ade6a1748ee5af7d5
        Reviewed-on: https://gerrit.libreoffice.org/50767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Kacper Kasper  <kacperkasper@gmail.com>  [9c036b1d3db253a1fd43ce76ce1d919e2029af59]

        Make LibreOffice buildable on Haiku.
        
        * Obviously VCL wiring is missing, but most components do build.
        
        Change-Id: Ie853ada1423a8f4c2b647be59cd47a7730c42978
        Reviewed-on: https://gerrit.libreoffice.org/50293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [73312eaff10b19d1286c225ee335451e1800df4a]

        sw: prefix members of SwFontAccess, SwFontObj and SwRangeRedline
        
        Change-Id: I6440ea8d4fab730f3335d69c7f434684f7d6874b
        Reviewed-on: https://gerrit.libreoffice.org/50763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4245454d0c3d6df2d0e0a75aed6f22f0a26ce3e2]

        loplugin:useuniqueptr in SdrPowerPointImport
        
        Change-Id: I9a8d1669cbd94f73dc75e4b7339910f8201e06aa
        Reviewed-on: https://gerrit.libreoffice.org/50695
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [05a195ffca41bc3883627b9503ade8cdd0b6d909]

        drop long& returning methods in Point
        
        Change-Id: I5d23191fd5a549b867213acedf9d56c233e2fb13
        Reviewed-on: https://gerrit.libreoffice.org/50761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [ffd64fcc62937e8cfda1eb2146af4893cbf29ec5]

        weld CuiInputDialog
        
        Change-Id: I121ac0ffa1f6c28bb305c90e89ba28f276da52f1
        Reviewed-on: https://gerrit.libreoffice.org/50765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [1e89b32c654b471f5fdce65d63d49cfcc90826b1]

        tdf#116001 Incorrect Colors in Chart Wall Area (2nd attempt)
        
        regression from
        
            commit b10c7022f1be6e4825269bd5872575b5b53744ef
            "use RawBitmap in BPixelRasterToBitmapEx"
        
        fix attempt at fixing it in
        
            commit 3d400321910ff0fe89ab8c70c59432e676cb1340
            "tdf#116001 Incorrect Colors in Chart Wall Area"
        
        was incomplete. the drawinglayer code was (a) not initialising the
        background transparency on all pixels and (b) not calling the Color
        constructor correctly.
        
        Change-Id: I1cf7d7d5eb67ba472e17790b18c33d8e4b97ae4c
        Reviewed-on: https://gerrit.libreoffice.org/50764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Stephan Bergmann  <sbergman@redhat.com>  [5d577e6cfab6c602a76029764c9467d15bdf8ba2]

        Update the reference rdbs to libreoffice-6-0-0
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-6-0-0/instdir/program/types.rdb \
         >.../master/udkapi/type_reference/udkapi.idl
        
        * no changes
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-6-0-0/instdir/program/types.rdb \
         .../libreoffice-6-0-0/instdir/program/types/offapi.rdb \
         >.../master/offapi/type_reference/offapi.idl
        
        Change-Id: I5419f81757ba43664aefb60f081bf52612b8afc4
        Reviewed-on: https://gerrit.libreoffice.org/50762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [24491ce945f428f2da4a7c33d699604c3b5ae28a]

        Translate German variable and function names
        
        Akt -> Current in svdibrow
        
        Change-Id: I099858e917dcc725cd02c1b99f0fa61d5c769ae1
        Reviewed-on: https://gerrit.libreoffice.org/50703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [42dd1704ce2b7278b8f9d21344cffc40dd32d896]

        Translate German variable names
        
        Akt -> Current in crsrsh
        
        Change-Id: I64205dd776babedc4dc68c82e6fe7de7c7a78c79
        Reviewed-on: https://gerrit.libreoffice.org/50666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [23bc8f0aa09d7d8cce284314723b3eb8b74972c1]

        Translate German variable and function names
        
        Akt -> Current in ww8par
        
        Change-Id: I5adedc8edc6e8c0a6b9022ca55bca1293ab046fd
        Reviewed-on: https://gerrit.libreoffice.org/50670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [84e236d4c082b289816d626598450dd6ef8471ca]

        Translate German variable names
        
        Akt -> Current in MSWordAttrIter
        
        (Other occurrences will be done separately.)
        
        Change-Id: Ibec27cd626399d7c868272ea7f8e906d458a4c9a
        Reviewed-on: https://gerrit.libreoffice.org/50689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [11e7f4cc5e27bc7a0f469af8dcf5170842b56148]

        Translate German variable and function names
        
        Akt -> Current in ww8par
        
        Change-Id: If8e0b00082748ef8fe05a25a4966e8b5c7b6c51c
        Reviewed-on: https://gerrit.libreoffice.org/50671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Johnny_M  <klasse@partyheld.de>  [5b0df5805eb330b8404c0053a68b8b0aee8b35f1]

        Translate German variable names
        
        Akt -> Current in svdviter
        
        Change-Id: If1abc3705514739f856d7a60e70c7b114836b341
        Reviewed-on: https://gerrit.libreoffice.org/50668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-05  Luke Deller  <luke@deller.id.au>  [18cbb8fe699131a234355e1d00fa917fede6ac46]

        tdf#107035 Fix field character style DOCX import
        
        Reinstate a call to DontExpandFormat which was removed from
        appendTextContent in commit 232ad2f2588beff50cb5c1f3b689c581ba317583
        
        This ensures that direct character formatting which ended immediately
        before the insertion point will not be expanded to cover the inserted
        content.
        
        Change-Id: Ie5fa6b5c5acee4f885f9e67535e98801af23661a
        Reviewed-on: https://gerrit.libreoffice.org/50729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-05  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [60ac7418747530a006894a7941c67c5006d6158c]

        HSQLDB Binary import
        
        C++ implementation of reading HSQL's binary file format. This file
        contains the actual rows for the tables, represented in an AVL tree.
        
        Import starts from HsqlImporter, which calls to SchemaParser for some
        metadata (the positions of the trees in "data" file). After that it goes
        through the tree and read up the rows using HsqlRowInputStream.
        
        Finally, it uses sdbc's XPreparedStatement to insert the rows to the
        actual database.
        
        Change-Id: If4b17572e5989c218d45880bc3fd5a8820bb4101
        Reviewed-on: https://gerrit.libreoffice.org/50536
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f1b05d32a5551f07a1f5ebdfba909661bd8c322]

        loplugin:useuniqueptr in PPTTextSpecInfoAtomInterpreter
        
        Change-Id: I42e0fdb53b5a7504f2ac7fcf5d227a9c7378a6ca
        Reviewed-on: https://gerrit.libreoffice.org/50696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ae994e23a7807470be8154a7d7fb0a7fb84ebb89]

        Updated core Project: help  913d1549aa0bf4686ab50737731b9fe77f3b7ae4
        
        Mention a more plausible possibility
        
        Unlike StarOffice, our default user-facing installer doesn’t let users
        enter user data, but sysadmins can provide it still through other means.
        
        Change-Id: Ifca433ca8330d8547d1b3f07127159dacf2faf94
        

2018-03-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c55f72a6d83a7698900261a64ef04e6d406a9ce6]

        Removed duplicated includes
        
        Change-Id: I63312215af63b2e7726ca79c6e151772e6ca7192
        Reviewed-on: https://gerrit.libreoffice.org/50479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4783119c897dbac4aea14df8b9587dae6db8a4fc]

        Removed duplicated include
        
        Change-Id: I5c938d4e86e371c7ee5eab66581d6ed736bc2033
        Reviewed-on: https://gerrit.libreoffice.org/50754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-05  jan Iversen  <jani@libreoffice.org>  [f5c00cd780dab434c96bd2760821e1565475fc0f]

        vcl, make ios/dummies compile
        
        Point .... were not defined
        
        Change-Id: I725b3058d44d527ca2d3201060e4f467fd69c78d

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [37159a6979c7b82ed98f7b972cc7c86a3ff18df1]

        loplugin:useuniqueptr in Decompression
        
        Change-Id: I0b224fd8e9f137e24375dd9975087e6a5891f8fc
        Reviewed-on: https://gerrit.libreoffice.org/50719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [46b32a022ee3679721e410e470c57b6a0b91ecb0]

        tdf#115998 base: crash on delete relationship
        
        Change-Id: Ida8cc9ef0b812254990ac808f78ae183ae28a1c0
        Reviewed-on: https://gerrit.libreoffice.org/50633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [1b51bca4ce77bdeefd2461e3b8a8b6b38bda6d43]

        vcl: move vcl/source/gdi/bitmap.cxx to vcl/source/bitmap/bitmap.cxx
        
        Change-Id: Ib74ac5016b6f99adef41b6ee562701b5158cffd3
        Reviewed-on: https://gerrit.libreoffice.org/50532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [54638c88963c21e468082573f6b4c53ce427103c]

        Updated core Project: help  a22d9a02bf01677c26516c7a79ed637b33f560d8
        
        tdf#116017 I misread the request, duh!
        

2018-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f686a77751fd01583298b0eb26baad29ef6ab63b]

        Updated core Project: help  3928129c2e4b85ab6651a3c21dbcae7860e4c914
        
        tdf#116017 Remove reference to obsolete option
        

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [61d79dd740958186c4a4344e18eaeb5b2c139c91]

        use more Color in oox
        
        Change-Id: I8fdc6742de5af9101e246411e7208650bae2c4c7
        Reviewed-on: https://gerrit.libreoffice.org/50617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [04c9cb68dffa2af15661cc35bc61032b036ed2cd]

        loplugin:useuniqueptr in XFPageMaster
        
        Change-Id: I0255118c8b94c301e0be50cff358bfc77b84f834
        Reviewed-on: https://gerrit.libreoffice.org/50753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ee24060e4bb9490afb9f7322a13a52bd33dcd0b]

        loplugin:useuniqueptr in XFFrameStyle
        
        Change-Id: I812c9fc7ab297e962994265e69feb80f82adc49a
        Reviewed-on: https://gerrit.libreoffice.org/50752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [8683fbd30161ef9b7e6f28be339a63b092698896]

        loplugin:useuniqueptr in XFParaStyle
        
        Change-Id: I883c54698022d07dbcb72e66b1108178cf27a5ae
        Reviewed-on: https://gerrit.libreoffice.org/50751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [202aba9a07610b0f70e4daa13a2629f31dc29b62]

        loplugin:useuniqueptr in XFHeaderStyle
        
        Change-Id: Id1e29fde9d6dfcd3c816967272c80ace85d515cc
        Reviewed-on: https://gerrit.libreoffice.org/50750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0c42c56159d1d1185702cb0c400e460727dc168]

        loplugin:useuniqueptr in XFDrawStyle
        
        Change-Id: I91ade5500596765480940b82807504e5c3fafedb
        Reviewed-on: https://gerrit.libreoffice.org/50749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7d4573b5c217cd5d32723092911c654452b554d]

        loplugin:useuniqueptr in LwpDrawBitmap
        
        Change-Id: I577a20f2b80689011f790e6ae97b2cade537fd3c
        Reviewed-on: https://gerrit.libreoffice.org/50740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [38667b4895b04fabcd9639d0154e55c23b743c7a]

        loplugin:useuniqueptr in LwpDrawPolygon
        
        Change-Id: Ia9a6b312a7e0ce189257395c84f65156546cb955
        Reviewed-on: https://gerrit.libreoffice.org/50739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [23c6774691d6c745a21762765dc5036c7484e800]

        loplugin:useuniqueptr in LwpPara
        
        to simplify the management, use a std::vector instead of an embedded
        linked list for LwpParaProperty
        
        Change-Id: Ib09c6609967552a74d5cb2a43565104bf3f5c036
        Reviewed-on: https://gerrit.libreoffice.org/50738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [7d782a4b8b70a8846f78d71632f679f80f9208a5]

        loplugin:useuniqueptr in LwpSpacingOverride
        
        Change-Id: I1f71c1e35c49b99c9fde1fe43fc9f5717158355e
        Reviewed-on: https://gerrit.libreoffice.org/50737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a3e2ce7e0fc87d3ef3e05144460540e3b0d0075]

        loplugin:useuniqueptr in LwpParaBorderOverride
        
        Change-Id: I2c561fe5cebd03f1cd49f5a1ec3451200ad99670
        Reviewed-on: https://gerrit.libreoffice.org/50736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c801400c476edf719a05a98f96c0559837023dbc]

        loplugin:useuniqueptr in LwpFribSection
        
        Change-Id: I128a2ef532a72b47cd2bedd1ee80f47d892cc527
        Reviewed-on: https://gerrit.libreoffice.org/50727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e21d9c89409159254966e9acb1ac98626549e301]

        loplugin:useuniqueptr in LwpLayoutColumns
        
        Change-Id: Ic31823fc539f26ef9ba543375d115d84623043a6
        Reviewed-on: https://gerrit.libreoffice.org/50726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [73668f8e009534ec38460ccea1065e1c1f52c8f7]

        loplugin:useuniqueptr in LwpGlobalMgr
        
        Change-Id: I04651e32dd036bc12ed12097e4ee3bf6e5bf3dcf
        Reviewed-on: https://gerrit.libreoffice.org/50725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [dca7203aaba8e3ded03850d53b5d58280fdf5fb6]

        loplugin:useuniqueptr in LwpFribPageBreak
        
        Change-Id: Id4d5c4c21a02be578d0cf571c744ec03b19d7d84
        Reviewed-on: https://gerrit.libreoffice.org/50724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e8985cf0e01e1ed78c397455a5fcdaf0b2be035c]

        loplugin:useuniqueptr in LwpDrawPolyLine
        
        Change-Id: I75060c28aa877973b490ecf145d7c4e491c2c0cd
        Reviewed-on: https://gerrit.libreoffice.org/50723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce7cb67aad5e49cfb59e7ca3927cfef610a6ca43]

        loplugin:useuniqueptr in LwpFontNameManager
        
        Change-Id: I900fd3205d8fd451bb587d3da795919a10128ad1
        Reviewed-on: https://gerrit.libreoffice.org/50721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [34bda0fef87bf17440372d5663239c091c92b55b]

        loplugin:useuniqueptr in LwpFontTable
        
        Change-Id: I91fd833fe42123845cd958b814112c367d964402
        Reviewed-on: https://gerrit.libreoffice.org/50720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [6eab752bdf7c8f9c743d20fed29fd60cb4e241f6]

        loplugin:useuniqueptr in LwpVirtualPiece
        
        Change-Id: I5e22ad5e80e542c6a0857e1af96647fecf22483a
        Reviewed-on: https://gerrit.libreoffice.org/50718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c8ea4b910b9d96dc27163909237e3ba668027cd3]

        loplugin:useuniqueptr in LwpCharacterBorderOverride
        
        Change-Id: I449c8739f3df112062b2bd52a72469eb1faf22fc
        Reviewed-on: https://gerrit.libreoffice.org/50717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4eca66541bbe77767f29138f6d0265229d61173d]

        loplugin:useuniqueptr in HuffmanTreeNode
        
        Change-Id: I30655c5ad44c93968ec39938ced9854105a831dd
        Reviewed-on: https://gerrit.libreoffice.org/50716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4516546b9efeeaa7cffe608fca8b544230aee3f1]

        loplugin:useuniqueptr in TheExtensionManager
        
        Change-Id: Ic45feadb64410b3f7833edd52af118436cd9763d
        Reviewed-on: https://gerrit.libreoffice.org/50715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [28799d303c84c7ec76c657043c7394ceec4b8416]

        loplugin:useuniqueptr in dbaccess(2)
        
        Change-Id: I49e69d8ab5b7a9ce699a2e0e0cad7ce4c4d0b62f
        Reviewed-on: https://gerrit.libreoffice.org/50714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1e1bd191a3c2d302135c574cefeeea17e2bc2ba]

        loplugin:useuniqueptr in dbaccess
        
        Change-Id: I9b1892f3d453320302f5f82cb964aff5cd9fa643
        Reviewed-on: https://gerrit.libreoffice.org/50713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [f77302d76a5132a4b0f1dfb580111d829dd5415d]

        loplugin:useuniqueptr in OQueryDescriptor_Base
        
        Change-Id: I9cea18df52bc0a35f94c2a42dfbe3edb61e1e8c0
        Reviewed-on: https://gerrit.libreoffice.org/50699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b44ab2fdf0d71428bdec3ca4090e7968851b24d]

        loplugin:useuniqueptr in AxisItemConverter
        
        Change-Id: Idbe3a52a62da43e86e9695a3f1519d611e63011a
        Reviewed-on: https://gerrit.libreoffice.org/50698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9110118117d45a6cff1c50f3bd3087f97206ff51]

        loplugin:useuniqueptr in PPTExtParaProv
        
        Change-Id: I8013b0b6c75eca6426389a3d5ac8e4d7bf31ef4d
        Reviewed-on: https://gerrit.libreoffice.org/50697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [f72b5d4b9af50e2a85ad39eef40f0463f17b7d68]

        loplugin:useuniqueptr in SdrEscherImport
        
        Change-Id: Id37c4cb7a8eb88b2f83ed0bfb4b72fe38a128096
        Reviewed-on: https://gerrit.libreoffice.org/50694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cab19696ce0a441e83ff1012de014265a6d4c471]

        loplugin:useuniqueptr in SvxMSDffManager
        
        Change-Id: I2e3ef185d370ccacc0d1e99b5f9e732a829fdc55
        Reviewed-on: https://gerrit.libreoffice.org/50693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7fe6de011c34223352ad6b60d47a442b44ac5c9]

        loplugin:useuniqueptr in ImplEESdrWriter
        
        Change-Id: I60374a643e2ab91a6dec60b69e0b23f041bd8b01
        Reviewed-on: https://gerrit.libreoffice.org/50692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [151bd68854795b3588f01083cf3ca75826c6df1f]

        loplugin:useuniqueptr in ImpXPolygon
        
        Change-Id: I5bb3f0661f5d62527bb5a8d24035c46a6a11e185
        Reviewed-on: https://gerrit.libreoffice.org/50691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a561cac82bcccda4f5685645f865e3176e6a005]

        loplugin:useuniqueptr in SvXMLGraphicOutputStream
        
        Change-Id: I44a5dbb244301181019ad09aebed46b0054c3b4b
        Reviewed-on: https://gerrit.libreoffice.org/50690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2452e52f644649723df10e3cd6bbd48d6bafb49]

        loplugin:useuniqueptr in SfxDispatcher_Impl
        
        Change-Id: I3a468099c1e0a06377df8ad193be3db53c53527d
        Reviewed-on: https://gerrit.libreoffice.org/50662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9f01cc7855a20b1e0bff662cfbb75fe3665cd8a]

        loplugin:useuniqueptr in StyleTree_Impl
        
        Change-Id: I0541283ad9b5719f0b181ba1bdedeb287316c8a2
        Reviewed-on: https://gerrit.libreoffice.org/50661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [260a443be052ba2c0c57584130a638341a2d3014]

        loplugin:useuniqueptr in SvLinkSource_Array_Impl
        
        Change-Id: Ic01f7c29e93c411ac6ca5ae1a73089f28401b557
        Reviewed-on: https://gerrit.libreoffice.org/50660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [1fa230f73c907b1003034e17134275595f19f0e6]

        loplugin:useuniqueptr in chelp::ResultSetBase
        
        Change-Id: I6e8541837a07c8cf2e001289e0804d7e4e7ba3b1
        Reviewed-on: https://gerrit.libreoffice.org/50658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b8cd4f95d214e79ffc7e69af094ed0df1cc4788]

        loplugin:useuniqueptr in SvgNode
        
        Change-Id: I7ab382bd90050302c24464eed645d20a435dbd63
        Reviewed-on: https://gerrit.libreoffice.org/50657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7205fd02331a8c5710a8ea44ed6157dbb6120cf]

        loplugin:useuniqueptr in SvgPolyNode
        
        Change-Id: I0227c8a36abbdb88f17cfea186eea28c9f566bd5
        Reviewed-on: https://gerrit.libreoffice.org/50656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed50afb3c06cb7eb0df7a4633bbff2498577e7e9]

        loplugin:useuniqueptr in SvgPatternNode
        
        Change-Id: Icf0390d3667c3d55db2266285cacea36e2171e0a
        Reviewed-on: https://gerrit.libreoffice.org/50655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a9f8d35b000e37f08d391958eca0d51269a23dd]

        loplugin:useuniqueptr in SvgPathNode
        
        Change-Id: I8e4485a308edecf05a2bc70d5c067af3b0eef5d1
        Reviewed-on: https://gerrit.libreoffice.org/50654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b687cebfb1488341853824de1a15c06175c94258]

        bccu#3100: Writer: Change tracking boxes aren't repositioned with editing
        
        Emit a notification related to the node position change, so the track changes
        comment box is repositioned when the text node changes it's position.
        
        Change-Id: I34b5ec453b3dc43895865f15d71aaead46ae6f24
        Reviewed-on: https://gerrit.libreoffice.org/50640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [ab63510e104c4b8e42982390357af1281c4b11a7]

        weld InputDialog
        
        Change-Id: I821dcea904cad7cc6f9394bccf6560624d23729b
        Reviewed-on: https://gerrit.libreoffice.org/50756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-05  Caolán McNamara  <caolanm@redhat.com>  [d6f1c3dece1ab321230cbaf6b5a11318ba04b216]

        weld SfxPasswordDialog Dialog
        
        Change-Id: If8c9757986f4af7b7927717221860e65c8c7285e
        Reviewed-on: https://gerrit.libreoffice.org/50755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Julien Nabet  <serval2412@yahoo.fr>  [77db2da61658906c354084b13a95f1102949fbd0]

        Typo: fSnapSapcingX->fSnapSpacingX (filter/idxf)
        
        Change-Id: Iba309706677d7d108f2b3db0c925bf2304fe2f62
        Reviewed-on: https://gerrit.libreoffice.org/50746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a7780e82305fe2e900afbe9909f9df80ad4019d5]

        Remove unnecessary INetProtocol::Webdav[s] again
        
        ...that 65abd11d68ba9f849d89b98b6a56071411875c89 "Support for webdav:// and
        webdavs:// schemes from command line" had added for no good reason, and are
        removed again on the same grounds as eda273fd46e63daa4f15525e05b695450df53cea
        "Remove unnecessary INetProtocol::VndSunStarWebdavs again".
        
        Change-Id: I29135207dfdffcc818664432a11fa3b5b3a0561a
        Reviewed-on: https://gerrit.libreoffice.org/50748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-04  Caolán McNamara  <caolanm@redhat.com>  [8e9e26066333f287476a8ed7b354acceac9f2879]

        weld Security Options Dialog
        
        Change-Id: I0975ce9e096283d060ba5486aedc0d6cb3086f9d
        Reviewed-on: https://gerrit.libreoffice.org/50747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Caolán McNamara  <caolanm@redhat.com>  [135d7fe4bbff4183455d32005affcf89228faceb]

        ofz#6723 Bad-cast
        
        Change-Id: I5806e1bbc1a03984d411f222e8c01405bc767fc5
        Reviewed-on: https://gerrit.libreoffice.org/50744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Caolán McNamara  <caolanm@redhat.com>  [09c311b0fb4dbed5220ca50f133687ebfea24646]

        ofz#6720 Divide-by-zero
        
        Change-Id: I81d89a41437456535949e1cd214ec4e514c26494
        Reviewed-on: https://gerrit.libreoffice.org/50733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Jens Carl  <j.carl43@gmx.de>  [7b7e0ff7b78f2e745712c551e5efe7457987f136]

        tdf#45904: Move _Shape Java tests to C++
        
        Change-Id: If0bfa9fb465f37e0ccce5b2fa4e909baaac1df50
        Reviewed-on: https://gerrit.libreoffice.org/50722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-03-04  Stephan Bergmann  <sbergman@redhat.com>  [919546585a09a755f0454c80ec5d9fdadd12d87a]

        Remove unnecessary INetProtocol::VndSunStarWebdavs again
        
        ...that 65abd11d68ba9f849d89b98b6a56071411875c89 "Support for webdav:// and
        webdavs:// schemes from command line" had added for no good reason.  See the
        discussion linked from the commit message of
        d3de490437df4c9093f32e97fc185066d64c0f46 "Add vnd.sun.star.webdavs URL scheme"
        why this had deliberately not been added when adding the vnd.sun.star.webdavs
        scheme.
        
        Change-Id: I5728ab0d2517dae54a3536a347a83ff4cbfc18fa
        Reviewed-on: https://gerrit.libreoffice.org/50734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

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

        weld SvxNameDialog
        
        Change-Id: Iac7bdf9c998e611b56473a685aee276a56adf996
        Reviewed-on: https://gerrit.libreoffice.org/50702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Julien Nabet  <serval2412@yahoo.fr>  [a77b493392ecdfe2e58bb0fcfa7363a8583dffe4]

        Related tdf#116171: don't try to convert empty value in timestamp
        
        Assert retrieved:
        warn:tools.datetime:3915:3915:tools/source/datetime/tdate.cxx:109: Date::setDateFromDMY - sure about 0 year? It's not in the calendar.
        soffice.bin: /home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx:62: sal_Int32 {anonymous}::ImpYearToDays(sal_Int16): Assertion `nYear != 0' failed.
        
        Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
        __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
        51	../sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type.
        (gdb) bt
        0  0x00007ffff73a26a0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
        1  0x00007ffff73a3cf7 in __GI_abort () at abort.c:90
        2  0x00007ffff739afca in __assert_fail_base (fmt=0x7ffff74eb890 "%s%s%s:%u: %s%sAssertion `%s' failed.
        %n", assertion=assertion@entry=0x7fffed7d43a4 "nYear != 0", file=file@entry=0x7fffed7d4368 "/home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx", line=line@entry=62, function=function@entry=0x7fffed7d4720 <(anonymous namespace)::ImpYearToDays(short)::__PRETTY_FUNCTION__> "sal_Int32 {anonymous}::ImpYearToDays(sal_Int16)") at assert.c:92
        3  0x00007ffff739b042 in __GI___assert_fail (assertion=0x7fffed7d43a4 "nYear != 0", file=0x7fffed7d4368 "/home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx", line=62, function=0x7fffed7d4720 <(anonymous namespace)::ImpYearToDays(short)::__PRETTY_FUNCTION__> "sal_Int32 {anonymous}::ImpYearToDays(sal_Int16)") at assert.c:101
        4  0x00007fffed75e7e2 in (anonymous namespace)::ImpYearToDays(sal_Int16) (nYear=0) at /home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx:62
        5  0x00007fffed75eeb5 in Date::DateToDays(unsigned short, unsigned short, short) (nDay=0, nMonth=0, nYear=0)
            at /home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx:156
        6  0x00007fffed75ee6d in Date::GetAsNormalizedDays() const (this=0x7fffffff0318) at /home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx:149
        7  0x00007fffed760342 in operator-(Date const&, Date const&) (rDate1=0-0-0, rDate2=1899-12-30) at /home/julien/lo/libreoffice/tools/source/datetime/tdate.cxx:609
        8  0x00007fffc7e8b705 in ScDatabaseDocUtil::PutData(ScDocument*, short, int, short, com::sun::star::uno::Reference<com::sun::star::sdbc::XRow> const&, long, long, bool, ScDatabaseDocUtil::StrData*) (pDoc=0x55555794c920, nCol=14, nRow=1, nTab=0, xRow=
            uno::Reference to (dbaccess::ORowSet *) 0x555557b5db08, nRowPos=15, nType=93, bCurrency=false, pStrData=0x7fffffff04b0)
            at /home/julien/lo/libreoffice/sc/source/core/data/dbdocutl.cxx:127
        9  0x00007fffc892e963 in ScDocShell::DBaseImport(rtl::OUString const&, unsigned short, std::__debug::map<short, ScColWidthParam, std::less<short>, std::allocator<std::pair<short const, ScColWidthParam> > >&, ScFlatBoolRowSegments&) (this=
            0x55555794c8c0, rFullFileName="/home/julien/lo/bugs/116171_dbffoxpro/addresses.dbf", eCharSet=63, aColWidthParam=std::__debug::map with 14 elements = {...}, rRowHeightsRecalc=...) at /home/julien/lo/libreoffice/sc/source/ui/docshell/docsh8.cxx:413
        
        Change-Id: I240ddd435c148360dc9a874913596b4844d726dc
        Reviewed-on: https://gerrit.libreoffice.org/50732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-03-04  Arnaud Versini  <arnaud.versini@gmail.com>  [e4b13d90bfe99428564fba147e9b00210de341b2]

        finalclasses : correct the comments with name in downcase
        
        Change-Id: Iad623ff608d015e95fe226babff18241488dabf0
        Reviewed-on: https://gerrit.libreoffice.org/50730
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        weld new library dialog
        
        Change-Id: I86c70a01e45a7e9f80c19f9a9b0e6307830ba722
        Reviewed-on: https://gerrit.libreoffice.org/50685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-04  Stephan Bergmann  <sbergman@redhat.com>  [c7bb99964bc29f146a8bc7f27f21a3b62a197b2d]

        Improve comment
        
        ...after c3ecef8067e274d017a344b4c8049cd5f49c6729 "INTEGRATION: CWS fwk01ea" had
        introduced INET_PROT_GENERIC back then.
        
        Change-Id: I156c1b52d02446168fa9202b3a65a0aad701f6ce

2018-03-04  Stephan Bergmann  <sbergman@redhat.com>  [e05263e0f23af6f3fccf56f1a488baad7b3ee55f]

        Change INetURLObject::isSchemeEqualTo parameter to u16string_view
        
        Change-Id: I003fa0c6f9c485d0579f3dd18331e63548a3777c
        Reviewed-on: https://gerrit.libreoffice.org/50728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-04  Gabor Kelemen  <kelemeng@gnome.hu>  [f59b399f50e3cad7e4d1132f863b0fd8cee0071f]

        Updated core Project: help  49de59e43e9f3c0f7b4b2939021b04bfb44e7554
        
        Add bookmarks and ahelps to Customize Menus page
        
        Also small corrections to UI labels
        
        Change-Id: I20f181ce9a743adbcb6b0c5ce128b06eb97660a0
        Reviewed-on: https://gerrit.libreoffice.org/50712
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-04  Gabor Kelemen  <kelemeng@gnome.hu>  [f0f3e10e30499c9ecef3f591b350e89411d68048]

        Updated core Project: help  e27038ef3ed57140176eeaec84c1c4a4ff07dcc4
        
        Reorder links to correspond to the new tab order on UI
        
        Change-Id: I32206a785f507881663dcb7d5097d11abef169a1
        Reviewed-on: https://gerrit.libreoffice.org/50711
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-04  Gabor Kelemen  <kelemeng@gnome.hu>  [862cacc359ebde7f1afaf4c496b63cb0221415fb]

        Updated core Project: help  6af227454d2abe93b6d8e0d0042da2aed3f5f5fb
        
        Update Impress Animation pane page
        
        Sync with current UI after numerous changes during the years
        
        Change-Id: Iba6c58eef7f1f0959bb85ffc59c7be375e44ab09
        Reviewed-on: https://gerrit.libreoffice.org/50710
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-04  Gabor Kelemen  <kelemeng@gnome.hu>  [6d618a8ab363fd98cf99cf9bbec83c2bc0f8356e]

        Updated core Project: help  4320273162b973061ab6ede06ae9a384066b3d3a
        
        Fix broken bookmark & ahelp found by test-hid-vs-ui.py
        
        Change-Id: Ic1379808065922e90191871e761898d0fd2c7705
        Reviewed-on: https://gerrit.libreoffice.org/50709
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-04  Gabor Kelemen  <kelemeng@gnome.hu>  [f1459c5ea3663844ec426cd15de695be5167e47f]

        Updated core Project: help  9e50a401b6acf809bdbae23714c55496a55959d6
        
        Fix some broken ahelps in Writer Formula bar page
        
        Change-Id: I086d3d1726c26b711863cd2fb88505b947054645
        Reviewed-on: https://gerrit.libreoffice.org/50708
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-04  Szymon Kłos  <szymon.klos@collabora.com>  [35d062f7879d5414334643cb90bff411726b2168]

        tdf#116163: Limit label height in chart if needed
        
        Change-Id: Ia84fd0c3b76886bc6124dc3b59035465aa31b020
        Reviewed-on: https://gerrit.libreoffice.org/50700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-03-04  Samuel Thibault  <sthibault@hypra.fr>  [0a3151314ad78b86bbb4bd76bac678fbaa9caf06]

        gla11y: allow python 2.6 when lxml is available
        
        python2.6's internal xml parser is not enough for gla11y, but it can run
        python-lxml fine.
        
        Change-Id: I725471729c8e2f25ce60f1d92e08d87a96e171a5
        Reviewed-on: https://gerrit.libreoffice.org/50686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-04  Johnny_M  <klasse@partyheld.de>  [70b448724f55958acd9907fe51d20ef1b779046a]

        Translate German variable names
        
        Akt -> Current in MSWordExportBase
        
        (Other occurrences will be done separately.)
        
        Change-Id: Ibb9f8f79e73a36dae1d4cb92f202ff733d7bf673
        Reviewed-on: https://gerrit.libreoffice.org/50687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-04  Johnny_M  <klasse@partyheld.de>  [13164cc99dc6184fb2c12e56e9c0dea0d5692eec]

        Translate German variable names
        
        Akt -> Current in inputwin
        
        Change-Id: Ia1ad41e247bbccda56f954cbfc927927f17b566f
        Reviewed-on: https://gerrit.libreoffice.org/50701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-04  Johnny_M  <klasse@partyheld.de>  [8ba463a9d42c50d0ace62e1767ddfd42dfccd3ad]

        Translate German variable names
        
        Akt -> Current in crsrsh
        
        (Including translation fix of a two-line comment, where
        it was no longer cleat that it is one.)
        
        Change-Id: Iccf33ef63c2b02dcde04504676bc273ea059c3f0
        Reviewed-on: https://gerrit.libreoffice.org/50704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-04  Johnny_M  <klasse@partyheld.de>  [716eb586d0ddf8c7585a164ec76c63928a5ece93]

        Translate German variable names
        
        Akt -> Current in swcrsr
        
        Change-Id: I5c5dabefa6e2924620b8ab4829943b74dc7e6bcd
        Reviewed-on: https://gerrit.libreoffice.org/50665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-04  Johnny_M  <klasse@partyheld.de>  [615015f2684a2e05944c75275dfef4e2f6c64630]

        Translate German variable names
        
        Akt -> Current in svdmodel
        
        (Including translation fix of a two-line comment, where
        it was no longer clear that it is one.)
        
        Change-Id: I00fba0fddc177b709df227316cdfbf7895a61291
        Reviewed-on: https://gerrit.libreoffice.org/50706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-03-04  Julien Nabet  <serval2412@yahoo.fr>  [e108a31a8fee09c2fa4031e45e45ed73bbdb7c6f]

        Modernize a bit chart2
        
        mainly by using for range loops
        + by using empty() instead of comparing begin and iterator
        or use size to test that a container has at least 2 elements
        
        Change-Id: I81f168d8c36a8b4195fbb0c1aee4983dab25d22c
        Reviewed-on: https://gerrit.libreoffice.org/50705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-03  jan Iversen  <jani@libreoffice.org>  [4f4137d0e20e6693037846c870857c887979770b]

        iOS, change example.odt -> welcome.odt
        
        It must be changed in the swift code also.
        
        Change-Id: Ide7ccbb89d94f91a9f6e0dbbd7a29035c46f7f4f

2018-03-03  jan Iversen  <jani@libreoffice.org>  [652749a32b347a9114acd1d9585d0697a7d8dbc0]

        iOS, moved resources from share to direct.
        
        Change-Id: I266fe71a6c58d8b80fa917198e8d84b356dfe296

2018-03-03  jan Iversen  <jani@libreoffice.org>  [97d03a120911c738fe47172b8798a0068ed2d3db]

        iOS, updated resource paths.
        
        changed name of example.odt to welcome.odt
        
        Change-Id: I59625949f4aaad3b3f75bfa243f1a4186d563822

2018-03-03  jan Iversen  <jani@libreoffice.org>  [6b08a0c36342437290bf217a794a1591fdf1612f]

        iOS, made example.odt local to ios
        
        Have a local copy instead of referencing the android dir, allows us to
        make modifications local to iOS.
        
        Change-Id: Ifb6292cff5dcfce0a45c210176f8597d0091ee20

2018-03-03  Caolán McNamara  <caolanm@redhat.com>  [66bed5a89d3418c5f634f0dc3213ca600a3abd60]

        weld SafeMode dialog
        
        and rework as an explicit MessageDialog
        
        Change-Id: I1f99bf30d70b309d3f46f818f83bdbd759f97f45
        Reviewed-on: https://gerrit.libreoffice.org/50683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-03  Caolán McNamara  <caolanm@redhat.com>  [102c0cc175602d1bca654813cc184f52e80f94cb]

        ofz#6702 Integer-overflow
        
        Change-Id: I68edb7b6f508eac3102ff1584c14675e5e167ff4
        Reviewed-on: https://gerrit.libreoffice.org/50682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-03  Julien Nabet  <serval2412@yahoo.fr>  [ba7191ed0d4da2f5a2ebd2ef40387b26145860f1]

        Use for-range loops in chart2 (part1)
        
        Change-Id: I9310a6dc79d47f9058df8a3b463667389af1b2cb
        Reviewed-on: https://gerrit.libreoffice.org/50672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-03-03  Caolán McNamara  <caolanm@redhat.com>  [301514183d471cfeb085673eb4563f8c310162b7]

        weld license dialog
        
        Change-Id: Icfd921923cf6396db4cc5ecabd7b65d0b4c9aef7
        Reviewed-on: https://gerrit.libreoffice.org/50648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-03  Caolán McNamara  <caolanm@redhat.com>  [64d51760cc41bf033a6b69258f6f4a376878d17a]

        ofz#6674 Direct-leak
        
        Change-Id: Ia396d11cca424da1507bd470c04642bdb7482f72
        Reviewed-on: https://gerrit.libreoffice.org/50681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [aca34b59b6d1d0dba9aa05d50315c7fed57681df]

        Fix typo
        
        Change-Id: I401b74b4c95bfe653509edb55ed042ff31398e5d
        Reviewed-on: https://gerrit.libreoffice.org/50641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-03-03  Johnny_M  <klasse@partyheld.de>  [ef97d58c52d9c2859fbdbb1246c082aa623775e8]

        Translate German variable names
        
        Akt -> Current in tabstpge
        
        Change-Id: I36c8b772f4bc5d1aa6df4b759d1afabfe116e13a
        Reviewed-on: https://gerrit.libreoffice.org/50669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-03  Johnny_M  <klasse@partyheld.de>  [22c7c3f54dbb93f856190c561b2540064c5a767d]

        Translate German variable names
        
        Akt -> Current in svdcrtv
        
        Including a fix of an earlier comment tranlation
        
        Change-Id: I23383594bc120440793395031a787021017de2ae
        Reviewed-on: https://gerrit.libreoffice.org/50667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c3fe7422295e5404b1ff1453cbe7a9d6c8681f23]

        Updated core Project: help  13098ccef163c813ae3e196511f44a16a6e73fdd
        
        tdf#116150 Fix logic for case/caseinline with 'sys'
        
        Change-Id: I5c9cb270fa89ea5281355fc80be2a155b9d9ef9e
        Reviewed-on: https://gerrit.libreoffice.org/50650
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-03-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee69f5e0758a2a1842362bf403dc62746437f358]

        drop old tools/gen methods
        
        Change-Id: I9b9d1503b476f84e91fa283e523875b562c6b837
        Reviewed-on: https://gerrit.libreoffice.org/50166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [08b8b55d9d540fcd29d18dd8883d24de457e2675]

        Add a new test case for Excel 2003 XML import.
        
        This one checks on importing column widths and row heights.
        
        Change-Id: I19c63230666aa949eb61805ed2bffe46199a305e
        Reviewed-on: https://gerrit.libreoffice.org/50653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-03-02  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [44b4ad7d210097fdaed7dd94c5746b03f43592d3]

        build fix: disable gla11y for python 2.6
        
        Things got massively worse with
        f927fc06b8160c6db134b29dab510e2cd567e3f3 so disable for the moment
        
        Change-Id: Ie8a03aa42d5c29bc6931c9c621d1b0427eeddab8

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [6eb1affe21d98097c539619af617f0bbe5b8abd1]

        weld split table dialog
        
        Change-Id: I329a57fa09e6eb0fe75b93b0726d9b7718426693
        Reviewed-on: https://gerrit.libreoffice.org/50639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [810cfc0106ae0b1874681f7a8c79c36186aefcca]

        weld convert text-to-table/table-to-text dialog
        
        Change-Id: I81137c0fe0b0e243ebc5b836ac09448d746b2214
        Reviewed-on: https://gerrit.libreoffice.org/50644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Eike Rathke  <erack@redhat.com>  [38b87bbb24c1d1cc088d3d135e7e95b3ec75d386]

        Resolves: tdf#116149 handle external references in VAR* and STDEV* functions
        
        Change-Id: I644a5f8f92452ca775ee3b42a73d3f0a0ac3c623

2018-03-02  Eike Rathke  <erack@redhat.com>  [a44e62b82c7598471da9a5254953067613806337]

        Resolves: tdf#114675 return new EditPaM of insert position from SvxReadXML()
        
        Change-Id: I77027d74a0addaafaf19e2c2a8e9759d560951eb

2018-03-02  Eike Rathke  <erack@redhat.com>  [ce4fc2fc08be8ea2773194e303ed42d2579e93a0]

        Resolves: tdf#115351 convert boolean equivalent format codes to proper Boolean
        
        Because Excel does not know a Boolean number format, BOOLEAN is
        saved to Excel as
        
        "TRUE";"TRUE";"FALSE"
        
        with implicit conditions [>0] and [<0]. This when loaded has no
        boolean property. Then saved to ODF it is loaded as
        
        [>0]"TRUE";[<0]"TRUE";"FALSE"
        
        with explicit conditions, which has identical meaning.
        
        Convert both equivalent format codes to proper BOOLEAN when
        reading. Locale dependent representations are treated the same,
        e.g. "WAHR";"WAHR";"FALSCH"
        
        Change-Id: I49383d71fce972fdd7ad9b19ce3bc150d02aba62
        Reviewed-on: https://gerrit.libreoffice.org/50642
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8cd02629d0c17c248eae42369fff246f49ae9d7]

        forcepoint #16: fix heap-use-after-free
        
        PDFDocument::Tokenize() in the aKeyword == "obj" case allocates a
        PDFObjectElement, stores it as an owning pointer inside rElements, and
        also stores two non-owning references to it in m_aOffsetObjects and
        m_aIDObjects. So make sure those 2 other containers are also cleared
        then elements go away.
        
        LO_TRACE="valgrind" bin/run pdfverify <sample>
        
        doesn't report errors anymore after the fix.
        
        Change-Id: Ie103de3e24a1080257a79e53b994e8536a9597bc
        Reviewed-on: https://gerrit.libreoffice.org/50627
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Michael Stahl  <mstahl@redhat.com>  [f5850c7841e98c9f91076ea0e0b840374766bfca]

        sw: convert DELETEZ to unique_ptr in edlingu.cxx
        
        Change-Id: I7af773aec20d23b925a90eade56452e8aed93b5b
        Reviewed-on: https://gerrit.libreoffice.org/50623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-02  Henry Castro  <hcastro@collabora.com>  [0950917b9514069e8dbf92b9c0fbd44b492a7cd1]

        lokdialog: convert the dialog File -> Properties... to async exec
        
        Change-Id: I677760e9b154256c00ea4e99fd40204744f3cd21
        Reviewed-on: https://gerrit.libreoffice.org/50600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [e802e960f8f7343eec1a14eba70b7affc6298968]

        -Werror,-Wformat
        
        Change-Id: I33a1ff0ba75e26daf9c368a36629122582a85b01

2018-03-02  jan Iversen  <jani@libreoffice.org>  [b8431e03bdedfbd2126f78e0464921b0583f7f9a]

        iOS, allow "make" call in ios directory
        
        config_host.mk is not read before Custom_target_ios_link, which gives
        problems with the global variables
        
        Change-Id: I9738b5123f4e7aa848de17b00b39b8a03b3a477c

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf]

        Update the reference rdbs to libreoffice-5-4-0
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-5-4-0/instdir/program/types.rdb \
         >.../master/udkapi/type_reference/udkapi.idl
        
        * no changes
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-5-4-0/instdir/program/types.rdb \
         .../libreoffice-5-4-0/instdir/program/types/offapi.rdb \
         >.../master/offapi/type_reference/offapi.idl
        
        * plus manual fixup for now by re-applying offapi/type_reference/offapi.idl part
          of 00657aef09d854c74fb426a935a3e8b1fc390bb0 "migrate to boost::gettext"
        
        Change-Id: Iecebe43043ee2518a371b60795737436bbcb0941

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [d8a3741e0e3aa2fed6e3e16fae8eac095356c8bf]

        weld split cells dialog
        
        Change-Id: I726c6d84807ab3efba509058eed554fe4c0ffced
        Reviewed-on: https://gerrit.libreoffice.org/50636
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Michael Stahl  <mstahl@redhat.com>  [dab9a2b60a63530638905bd26162946a9494f93b]

        sw: convert DELETEZ to unique_ptr in paintfrm.cxx
        
        This will now delete these globals on shutdown, hopefully it's only
        relatively primitive types...
        
        Change-Id: Ib7a4bb4507da500e1eb1bb69876bb6d670d99cd4
        Reviewed-on: https://gerrit.libreoffice.org/50624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [5fd0c2328f8c78a1f63a38156d15ebdf8d9b4590]

        forcepoint #17 nTextBreak is an index into pKernArray of len rInf.GetLen()
        
        Change-Id: I3afeaf987cc5e75362560165fea7230904530933
        Reviewed-on: https://gerrit.libreoffice.org/50628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [01f3d84963fc6ff96c50179bdf67c6888da7bf01]

        Blind build fix for Android
        
        Change-Id: Ic1ad524d533d3e27d59dacc3f1233de3e4e3e0dc

2018-03-02  Eike Rathke  <erack@redhat.com>  [ccc977ba10b61108a56e00a79c0f7a1517e026cc]

        Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possible
        
        Else our own saved .xlsx files raise the excess columns warning.
        
        Change-Id: Ie1791dd026d9faf4b391ad34da43ec0c70c8de83

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [58015c85ebc51571287255e5871901e72c4355e6]

        related forcepoint #18, reconcile GetPrevCellLeaf with GetNextCellLeaf
        
        Change-Id: I8998956676ba146cac6f8339a3f5c550f0aabc2e
        Reviewed-on: https://gerrit.libreoffice.org/50634
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [4ac88a4d5efb14b8a699930e8253876aeee15aa7]

        ofz#6656 -1 isn't a good flag for all elements filled
        
        Change-Id: I163de8fd943859fbf986da0928f3e3552d063a09
        Reviewed-on: https://gerrit.libreoffice.org/50622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Samuel Thibault  <sthibault@hypra.fr>  [c2496c09e15625de93d3ed883d3219fdd9d90360]

        lxml: Do not build on systems without python dev headers
        
        Building our internal lxml requires python development headers, which we
        don't otherwise need if runtime python support is not enabled.
        
        We should also not build it when cross-compiling since we only need it on
        the build system.
        
        Change-Id: I63df25ff9f5932ca537dbbd6937b78d153c11d66
        Reviewed-on: https://gerrit.libreoffice.org/50560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [0ab136c65ee184bf1cd790ee7347cd572fdf56aa]

        forcepoint #15 notify FormatsContext if Format deleted
        
        Change-Id: Icb7b0c3b1fc3d38e2d7e44e0a8bdb03529c5b41d
        Reviewed-on: https://gerrit.libreoffice.org/50621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [052423984614911c7b711dba106315b1b67e7047]

        More sc files relying on float-divide-by-zero resulting in inf
        
        ...triggering -fsanitize=float-divide-by-zero during e.g.
        CppunitTest_sc_statistical_functions_test.  (Found only now after I removed
        -fno-sanitize-recover=ALL -fsanitize-recover=float-divide-by-zero from CXX and
        instead added halt_on_error=1 to UBSAN_OPTIONS.)
        
        Change-Id: Iead2147e42af33b987edb8e10804bc4eefa1aeca
        Reviewed-on: https://gerrit.libreoffice.org/50637
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d1b03d658da465cdf107ef3ecfa0489055757d1d]

        Updated core Project: help  fc5a433b247927c4b134d7d6028c68837e3e003d
        
        Fix typo
        
        Change-Id: I03ac8de6528ed33d07fe91e52f50964eb7b74b0d
        Reviewed-on: https://gerrit.libreoffice.org/50478
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [35c4650ef871fd0fd3baba409d6219c8c6c3cb44]

        Restrict UITest SAL_LOG_FILE hack to Windows
        
        ...where it appears to be necessary, as the subprocess.Popen in
        uitest/libreoffice/connection.py apparently doesn't manage to make the spawned
        soffice process send stdout/-err output to the python process's stdout/-err (as
        works fine e.g. on Linux).  (Only using that hack on Windows has the advantage
        that on other platforms output from the python and the soffice process will be
        properly interspersed.  On Windows, at least sal/log.hxx messages from the
        soffice process are captured that way, while its stdout/-err output is still
        lost.)
        
        Also dump the soffice.out.log content in case of failure.  (Note that, despite
        the file's name, it contains any sal/log.hxx messages from both the python and
        the soffice process.)
        
        Change-Id: Ic99a62b1abbe2fbbf98128a35203e2fd05335266
        Reviewed-on: https://gerrit.libreoffice.org/50620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [1a731e502be698132d3063f2eebde23f8ac98b4c]

        Adapt configure.ac to more ways of making UBSan errors fatal
        
        Change-Id: I095ef821b7ab80527d36a32394b34c56c7e2190a
        Reviewed-on: https://gerrit.libreoffice.org/50615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [ca638eedc65a7f9ae99094a728696905ca95766d]

        Make SAL_LOG_FILE work on Windows also without logging.ini
        
        ...as used by solenv/gbuild/UITest.mk
        
        Change-Id: Iefc1c1dc2f775c6872a5075a16e049f00d60273a
        Reviewed-on: https://gerrit.libreoffice.org/50618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-02  jan Iversen  <jani@libreoffice.org>  [6b8a3ab2108480a2d23ad91ef30418f8f831cf8c]

        iOS, added same limitations as MACOSX
        
        Change-Id: Ic8490fcea37221f580734e7764e90bb21c9cc28f

2018-03-02  Mark Hung  <marklh9@gmail.com>  [1e034575584930c5bfb57838383ac2cf151c1b92]

        tdf#35301 xmloff: load / store loext:ruby-position.
        
        Add a new property loext:ruby-position to ODF filter
        for the new attribute value "inter-character".
        
        Change-Id: I193eb93fba0e2e7861b6c8635244cac36eb29a06
        Reviewed-on: https://gerrit.libreoffice.org/48328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-03-02  Jan Holesovsky  <kendy@collabora.com>  [584fc20be3bb6f90d17ef8a131575af9871cb1c4]

        lo chart2: The LokChartHelper must post the mouse events too.
        
        Calling directly causes freezes in Execute() when instantiating
        dialogs.
        
        Change-Id: I3aa09b99e5a13027892aeba02860e87e29b172da
        Reviewed-on: https://gerrit.libreoffice.org/50419
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/50483
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a3646b25ac4c976b891d69759035345630c4f1a2]

        lok - chart - state switch issue triggers an OLE general error msg box
        
        Change-Id: I6addd95d1ad3461b6e21328512cbd1301a36cd19
        Reviewed-on: https://gerrit.libreoffice.org/50368
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/50482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-03-02  Jan Holesovsky  <kendy@collabora.com>  [82d38099a3f152590074851fe28401709a10a48f]

        lok: Re-introduce the cancellation of tracking.
        
        Without this, the charts tend to crash on double-click.
        
        This kind of reverts commit 86ea687d3f19c04192ee2b7a82736e110c7be334.
        
        Change-Id: I462e4beec71008a0abe29ec0bb570c8a35c82a7f
        Reviewed-on: https://gerrit.libreoffice.org/50408
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/50481
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Stephan Bergmann  <sbergman@redhat.com>  [6a4504bba84dcbaeb71869ec5c9ed6dfdc090619]

        Disable -fsanitize=float-divide-by-zero in rtl_math_atanh
        
        ...which relies on division by zero producing inf, for atanh(1) = inf.  (As
        tested by CppunitTest_sal_rtl.)
        
        Change-Id: I0e5de8850ab4cbd05f83027c1eb548e2e0c9a9b2
        Reviewed-on: https://gerrit.libreoffice.org/50613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [9bb9589d7ada8339ee0c1212df277fa8f035e402]

        use more Color in ExtendedColorConfigValue and reportdesign
        
        Change-Id: I710407ccdd373ba686914e1d049bd8c2bcdcd1e3
        Reviewed-on: https://gerrit.libreoffice.org/50576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [1126fcfdedc7047a8e8e4a5925c7dd2fde7a0436]

        fix fuzzer build
        
        Change-Id: I24c7e32b3dc63f3b5043e186f6af0ffa4d310198

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [06ed7cd89b8cbbdfd64b474a5c0555a1047a96db]

        use more Color in HexColorControl
        
        Change-Id: I889fa9f2a8711e95f24336718e35d11d0945dec1
        Reviewed-on: https://gerrit.libreoffice.org/50573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [7e80b63d8304d435d305ea61988eaf6cf9667886]

        use more Color in SfxWatermarkItem
        
        Change-Id: Ifbbce6509c02cf3d93d0500104af7c07c3216266
        Reviewed-on: https://gerrit.libreoffice.org/50577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Michael Stahl  <mstahl@redhat.com>  [1bd9fcafe67cac9404c8c96553a262c048802c25]

        tdf#115429 sax,xmloff: assert on empty attribute names & namespaces
        
        Surely that's indication of a bug somewhere.
        
        Change-Id: Ic6219d8eb7f22301d8c4da98b2132ae3ef0467b5
        Reviewed-on: https://gerrit.libreoffice.org/50579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [3d5a7631942171c2d73fbb172c2a9e7a50e9c3e3]

        forcepoint #12 top empty stack
        
        Change-Id: I51f02be13b3cf69e9aaef644a6c4837f1c47ff62
        Reviewed-on: https://gerrit.libreoffice.org/50602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [e8b708b7707b4df997b3ec3c9b8a004b7dabb9ad]

        forcepoint #13 null deref
        
        Change-Id: I248316ff3a3df513b8b1d9a8f86ac48d4dc75bb0
        Reviewed-on: https://gerrit.libreoffice.org/50603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [3d39c2a84f05e4b6dcdccc7e5380a98c147ee704]

        Resolves: tdf#115746 alt+f used twice in the writer menubar
        
        Change-Id: I7d1589dbb51072aa328d91c0edee410fc69f2fe8
        Reviewed-on: https://gerrit.libreoffice.org/50591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Caolán McNamara  <caolanm@redhat.com>  [75a5034da9a9f628c90ca17f873361cf4ee03380]

        forcepoint #14 check to see if we incremented at all
        
        Change-Id: Ia4670adbddcc8501cf522be296b3061a3529f880
        Reviewed-on: https://gerrit.libreoffice.org/50605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-02  Samuel Thibault  <sthibault@hypra.fr>  [f927fc06b8160c6db134b29dab510e2cd567e3f3]

        gla11y: do not trigger lxml externalpackage build when system-provided
        
        if there was no other external package built already, even just touching
        lxml.done would fail.
        
        Change-Id: I8b3ad63477421d797f2d6eb07b88c86041a5a1af
        Reviewed-on: https://gerrit.libreoffice.org/50614
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2018-03-02  Jan Holesovsky  <kendy@collabora.com>  [bba8e5aa6d1968e5279b3fe368c0f81145513d04]

        tdf#116070: Use a valid PaM when confirming the dialog.
        
        Change-Id: I8d45e709e6414814b3cf04bbd09588ab4e096e8c
        Reviewed-on: https://gerrit.libreoffice.org/50598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [477d2ba662cbd716588519419eece2b4f06d8610]

        delete colordata.hxx
        
        move what we still need into color.hxx
        
        Change-Id: Ied7e31eb16468aa334c666b1499a6262f16a6350
        Reviewed-on: https://gerrit.libreoffice.org/50561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [82d42fa2c05e8d53ec2c21733a2a9f53412dd2d1]

        add Color method version of OORGBToXLRGB
        
        Change-Id: I769ff8aed3caa74679e1b4d03e8fbc3cd5d22b1a
        Reviewed-on: https://gerrit.libreoffice.org/50587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [12c3ab8c341ff6482ce380ca4010bb7b97e35bf7]

        sw HTML export: XHTML ns alias for table markup
        
        This was forgotten from the previous mass-conversion of adding namespace
        aliases to written elements.
        
        Change-Id: Id9b7e961c941ec3b3614e3694963c3f9ef9e46eb
        Reviewed-on: https://gerrit.libreoffice.org/50595
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bb67227c142b7a549d3aa2024e398049e8e3222]

        xmlsecurity: create XMLElementWrapper instances with a constructor
        
        Change-Id: I0fe7d0a21b0ea35b537466316a637a0a46c52fe5
        Reviewed-on: https://gerrit.libreoffice.org/50601
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [312c0abcff23a5bc7cf4442359ec48187ec06d48]

        drop old tools/gen methods in vcl
        
        Change-Id: I863ce5ae46ae90f06780261fa17b087a7153c807
        Reviewed-on: https://gerrit.libreoffice.org/50445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-02  Mike Kaganski  <mike.kaganski@collabora.com>  [451ed3d595c5e2a32d820e1751e890f894832a9c]

        gbuild-to-json: unblacklist shell
        
        Change-Id: I42f8a69c5deba1f83f6203f19e5f2fcfad837dea
        Reviewed-on: https://gerrit.libreoffice.org/50597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-03-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86978ae2471d8a4678b78679540db52a71b2571a]

        Add a new test case for Excel 2003 XML import.
        
        Change-Id: I1ba74f35e44b9cea3e3770d513ae520da02b3406
        Reviewed-on: https://gerrit.libreoffice.org/50610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-03-01  Eike Rathke  <erack@redhat.com>  [c348476a2ca16d6c32d2d17a2cae5f59e967bf6d]

        Related: tdf#54197 copy AutoSpellData from adjacent if no selection
        
        Change-Id: I82223a64f5c5ec3c98dba390d88af8369a322bd7

2018-03-01  Eike Rathke  <erack@redhat.com>  [59587251357973dc9139e7c4038c1f1563b83be4]

        Related: tdf#115297 copy AutoSpellData from row above if no selection
        
        Change-Id: I62ebb3579d5c05e71ca10879ae0ade5bda3bbeba

2018-03-01  Eike Rathke  <erack@redhat.com>  [f97622381b77a0b14af5600ef4179f277723d50f]

        Resolves: tdf#54197 update input line with new cell content after Ctrl+D fill
        
        ... and invalidate cell slots.
        
        Change-Id: Icbe7784430f7ddeed8fa0bc56352269447ee8cbb

2018-03-01  Olivier Tilloy  <olivier.tilloy@canonical.com>  [75a289c81880d11982b64f5fecfc5021c8716260]

        tdf#116086 Apparmor profiles fixes for xslm file extension
        
        This allows opening files with the xlsm and xltm extensions
        (Excel macro-enabled workbooks and templates).
        
        Change-Id: I9282f83ff15108a703b98f1752eeee94a2f174c1
        Reviewed-on: https://gerrit.libreoffice.org/50514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

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

        weld insert row/column dialog
        
        Change-Id: Ib035e4ea18e65558e6b7cd7d7ebb643f68241ead
        Reviewed-on: https://gerrit.libreoffice.org/50594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Caolán McNamara  <caolanm@redhat.com>  [6e12191749542d81f9b29f34148cbc8c511748d2]

        ofz#6639 Null-dereference
        
        Change-Id: I55c3de55678066895c38c247fa440143e7733ba2

2018-03-01  Caolán McNamara  <caolanm@redhat.com>  [836705dec8cd68684dfaf01df249e867d7dd5d86]

        hook up extended tips to find them in our help
        
        Change-Id: I1360403b3b21eec3fd37bb5ba74e0fab1945af94
        Reviewed-on: https://gerrit.libreoffice.org/50590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#6640 avoid recurse to death
        
        Change-Id: Ia798636a5b4013753a268fff68915ec56c384e5f

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

        weld autoformat dialog
        
        Change-Id: I93af2393d103d882d08b74e1e5a98b601ebd29dc
        Reviewed-on: https://gerrit.libreoffice.org/50586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        hook up gettext to native dialog
        
        Change-Id: Ie5ca8882c8e4c41a8ee41379edc37c4c07e18033
        Reviewed-on: https://gerrit.libreoffice.org/50581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#6625 just don't care about exceptions during fuzzing
        
        Change-Id: I41cc7491529d2486d96cb3893e6a3b4e5713d078
        Reviewed-on: https://gerrit.libreoffice.org/50585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Michael Stahl  <mstahl@redhat.com>  [0a1d5af2a18d6a062c45d65689fbce619922dcc8]

        tdf#115429 sax: assert if exporting an invalid XML attribute/element
        
        Add a cheap check for this in both SaxWriter and FastSaxSerializer
        so we can find such bugs earlier, e.g. with the weekly crashtesting.
        
        Don't do a correct check but a cheap & fast one, let's ignore
        non-ASCII characters for now as the only filter with such is UOF
        and that is implemented with XSLT, not this sax code.
        
        Change-Id: I4db8f70ffb23684d4cb4211468519edd6c7c465f
        Reviewed-on: https://gerrit.libreoffice.org/50507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-01  Michael Stahl  <mstahl@redhat.com>  [700ed27678d688b1afdb4d1759dcd4b078898a3a]

        tdf#115429 xmloff: ODF import: fix handling of unknown attributes
        
        ... in SvXMLLegacyToFastDocHandler::startElement(), so that it does not
        create invalid "-1" tokens that end up stored as empty-string
        attribute names in SvXMLAttrCollection and ultimately exported
        as invalid XML.
        
        The maName in struct UnknownAttribute actually stores a QName,
        i.e. namespace-prefixed, since commit
        bb59a80ee6000d3922fa95262f67e291fd9d8ee2.
        
        The attributes are read and converted again in
        SvXMLImportContext::startUnknownElement().
        
        Change-Id: Ia69a4da293f1a84ce30766abc09ca19e2620edbd
        Reviewed-on: https://gerrit.libreoffice.org/50580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-03-01  Eike Rathke  <erack@redhat.com>  [3efd6b5b83364270d2982a0e99bee10f935a793b]

        Visually align the table again
        
        Change-Id: I1e68f06cd33608919ac9122521954f330b8cfe93

2018-03-01  Eike Rathke  <erack@redhat.com>  [b30f4e3d8eb663fb9a3dee769b3ff004aff4804c]

        Generate entries with k0
        
        Change-Id: I2e1612610989723fa42263e6998c4750fb51c515

2018-03-01  jan Iversen  <jani@libreoffice.org>  [a542dba422505942f9c3c2f6e47a394e68b396a7]

        iOS, do not use LXML
        
        removed LXML from iOS build.
        
        changed false "if -z" to "if test -z"
        
        Change-Id: Icf316392ce972213da039f96a8ec35495cc2ea58

2018-03-01  Eike Rathke  <erack@redhat.com>  [01d9d5b491d03004b3690c2a1ff4d99997e02a5a]

        Resolves: tdf#116058 add Armenian [hy-IR] [hy-RU] [hyw-AM] [xcl-AM]
        
        Change-Id: I00890f8a7787c7cb9f6016c4283d38b25523a0c9

2018-03-01  Eike Rathke  <erack@redhat.com>  [9938efa79c4574434879ca9c8e47f60b4b04ea27]

        Re-generate from 12/1/2017 11.0 revision, no additions/deletions
        
        Unified layout with uppercase hex digits and single spaces, so the next
        comparison should be easier.
        
        Change-Id: I144a319e5f1e4275aef8ce0a66c82f97ab8070bc

2018-03-01  Eike Rathke  <erack@redhat.com>  [261f7f449f40b4801e9d51a665ad995f13ac40f4]

        Generate MS-LCID.lst with uppercase hex and unified spaces
        
        As content and layout in the original PDF changes back and forth.
        
        Change-Id: I4666343f9c9d1bd779c80b9031f5b85de4363a58

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

        debuging versions crash a lot
        
        regression from...
        
        commit c3074cb5784329eaf558c2f58d96a64085b42d48
        Date:   Sun Jan 7 00:39:33 2018 +1100
        
            vcl: remove dead code
        
        Change-Id: I1a81ae3fe8063377deaf41a9159d763ca9b4f9c4

2018-03-01  heiko tietze  <tietze.heiko@gmail.com>  [0a9a3f14f4f6cef46a816f9f4c6c4d14f981be60]

        tdf#116029 Layout of field edit dialog according to the book
        
        Help button to the left, Ok/Cancel right hand
        
        Change-Id: I106466ab2b5e585367db7873e91bf44bbe66db0a
        Reviewed-on: https://gerrit.libreoffice.org/50438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-03-01  Jan Holesovsky  <kendy@collabora.com>  [7651e57573952758032ceb88f16e2dbbb6cc4e18]

        tdf#115950: Indicate that the dialog was already destroyed.
        
        The DoubleClickHdl()'s return value does not mean "was handled", but actually
        "is there anything more to be done"; so if we actually destroy the dialog in
        the aDoubleClickHdl.Call(this), we have to return 'false'.
        
        Change-Id: I7c510e8341eb5f74703b4266f86cb1e840a2b1fd
        Reviewed-on: https://gerrit.libreoffice.org/50261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-03-01  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [a4ed3d9a1ffa1b51ba4352a955c950235f099fdc]

        tdf#115353 Status bar: no cache in settext
        
        Change-Id: I6c1312bbba553be738e23cee0c76d589c809dff8
        Reviewed-on: https://gerrit.libreoffice.org/50584
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2018-03-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [2ead0d1ea024ec8771615400d699194b2fc44efe]

        tdf#115994: Extensions' option pages need fixed pref. size
        
        as they are fixed size .xdl-based dialogs mostly
        But because of tdf#115015 calculate this preferred size as approx.
        14 text edits + some padding to make sure crypto settings will fit
        the allocated space
        
        Change-Id: If31c4944e0909b281da5e8266ba1d1001b7c5309
        Reviewed-on: https://gerrit.libreoffice.org/50474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-01  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [af1f91ae294e90c91ea5a5b78d6cc020b893e6c7]

        menu bar behavior consistency: remove checkbox from disabled menu item
        
        If menu item which can have checkbox is disabled, checkbox is not drawn
        near it. After matching to enabled criteria this checkbox can appear and
        after disabling menu item again it still remain, so initial and final
        state of menu are different.
        
        Change-Id: I31be02da892212e12276aa56bae15e6fa453a5bf
        Reviewed-on: https://gerrit.libreoffice.org/50506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-03-01  Caolán McNamara  <caolanm@redhat.com>  [9122f4598450d8a96e63fb29cc8166a6ae09587a]

        ofz: infinite loop
        
        Change-Id: I88b3d8bef0c522e4aa5e16ea8d45f7ea79337300
        Reviewed-on: https://gerrit.libreoffice.org/50559
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Samuel Thibault  <sthibault@hypra.fr>  [e85b8efafc715f2bf3e240f24617dc1d6aa46d4f]

        gla11y: fix build outside source
        
        We need to pass the absolute path to gla11y for build outside source to
        work. We however do not want to expose absolute paths in suppression files,
        so we have to introduce a parameter that provides the common prefix to be
        stripped.
        
        Change-Id: Iaf652cb8d6c3646438f828a0949dfd811f964e77
        Reviewed-on: https://gerrit.libreoffice.org/50568
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-03-01  Caolán McNamara  <caolanm@redhat.com>  [51291f2352976b2f875197de83486a74795e86a3]

        reconcile sw and sc rename autoformat dialogs
        
        make the sw act like the sc one, its less weird
        
        Change-Id: I1e0a6ca7ee0490a16da4ff1941be8e4ac84d39d2
        Reviewed-on: https://gerrit.libreoffice.org/50533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz: infinite loop
        
        Change-Id: I2c0ac101ccdd3f5359a885d976275fa6e63a3f67
        Reviewed-on: https://gerrit.libreoffice.org/50558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz: infinite loop
        
        Change-Id: I15a0cbc5d4896e5390f5d422fb993325f22eedee
        Reviewed-on: https://gerrit.libreoffice.org/50557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Mark Hung  <marklh9@gmail.com>  [e85aa0cc8b306c2f5ca6240b99e1704f772dbebb]

        tdf#60533 invoke ubidi_setPara with correct paraLevel parameter.
        
        Replace UBIDI_DEFAULT_LTR and UBIDI_DEFAULT_RTL with 0 and 1
        respectively.
        
        According to the ICU document for ubidi_setPara, paraLevel
        specifies the default level for the text, and the function shall
        determine the level from the text when UBIDI_DEFAULT_LTR or
        UBIDI_DEFAULT_RTL is used as paraLevel.
        
        However we already know that the paragraph is right-to-left when
        SalLayoutFlags::BiDiRtl is set. Besides, having default writing
        direction deteremined based on text cause a problem when the text
        contains only latin or weak directionality characters like
        brackets in a right-to-left paragraph.
        
        Change-Id: I4d627d2c2112ab1bba67408433f2e09f87b1ea46
        Reviewed-on: https://gerrit.libreoffice.org/50493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-03-01  Eike Rathke  <erack@redhat.com>  [66564dac88ffcc781b4fade7ca0f4f72af6b8bca]

        Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warning
        
        Change-Id: I3091a890b6d4a3f27d9284fc5c0e2df3bc8ce527
        Reviewed-on: https://gerrit.libreoffice.org/50541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-03-01  Mark Hung  <marklh9@gmail.com>  [18b4c1d0b8e030e4fa081995eccf68f01049892e]

        tdf#45999 doc: make RTL text in comments show correctly in MSWord.
        
        Both sprmPFBiDi and sprmCFBiDi need to be written to doc to make
        the word order correct. The patch output sprmCFBiDi when the
        paragraph is a RTL paragraph.
        
        Change-Id: I429d4e9cf60cf0c65831a24a7f3fa151a9dc3b9f
        Reviewed-on: https://gerrit.libreoffice.org/50294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [3d400321910ff0fe89ab8c70c59432e676cb1340]

        tdf#116001 Incorrect Colors in Chart Wall Area
        
        regression from
        
            commit b10c7022f1be6e4825269bd5872575b5b53744ef
            "use RawBitmap in BPixelRasterToBitmapEx"
        
        we need to implement alpha support in vcl::bitmap::CreateFromData
        
        Change-Id: I68bebbe1dd15e3bb04de312309c1631d6bb7fe2d
        Reviewed-on: https://gerrit.libreoffice.org/50556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb1049597bd92d61a2ad319bc9a2c3f9a08dd259]

        sw HTML export: ReqIf implies we write a fragment
        
        Test that for a very simple input we roundtrip perfectly (not counting
        whitespace changes).
        
        Change-Id: I89cfbe1da594f8a5343444ca20a107021d6a1a37
        Reviewed-on: https://gerrit.libreoffice.org/50522
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        ofz#2977 timeout
        
        Change-Id: I56caa2f0631a0a5938ba050d08b07ec6a0add204
        Reviewed-on: https://gerrit.libreoffice.org/50555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        weld ScStringInputDlg to native dialog
        
        ScStringInputDlg and SwStringInputDlg do the same thing, but one uses the old
        name as the label and leaves the new name blank in the entry. The other puts
        the old name into the entry and autoselects it and uses a normal label. Both
        are used from the rename button of the shared autoformat dialog.
        
        Change-Id: I2ebf09a79f92c3f9020304e23e8907b67c06cd35
        Reviewed-on: https://gerrit.libreoffice.org/50525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [c77e01d63b4bd4805c4a499e4e0cab917d0eb403]

        tdf#91680 Reserve space in margin for comments only if there are comments
        
        Change-Id: Ida08737cf537d85a94a72572e8cbc7e2bfad9333
        Reviewed-on: https://gerrit.libreoffice.org/50505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [c3074cb5784329eaf558c2f58d96a64085b42d48]

        vcl: remove dead code
        
        I have converted the debug code that causes a force
        redraw/widget_queue_draw/dumpframes to be activated when using the
        environment variable VCL_GTK3_PAINTDEBUG=1
        
        Change-Id: Ia2d41dbd42b5b45f97b195efa15c91674f5956bf
        Reviewed-on: https://gerrit.libreoffice.org/47493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4f3af91d344d5f8c18e060615360e2a6633b63f]

        sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()
        
        This is meant to be mechanical, full conversion to HtmlWriter has to be
        done step by step in follow-up commits.
        
        Change-Id: Ieab096f8c9936f0ecad029fbdfb51da7412ad83e
        Reviewed-on: https://gerrit.libreoffice.org/50449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ef644e7e5a91935ce4fd15c40cf9e8338e49ca4]

        xmlsecurity mscrypt: create XMLSecurityContext instances with a constructor
        
        Change-Id: If535e153e587448232bf1451fa159d976e61be37
        Reviewed-on: https://gerrit.libreoffice.org/50534
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        give ok, cancel, help buttons those names
        
        So they can be used to sort the buttons into native ordering
        (eventually).
        
        Give them the gtk response ids, so they can be used by native
        gtk3 dialog loading (eventually)
        
        Change-Id: Ide49649b8ea6a2e0c003d23c3a88f0cb06822b05
        Reviewed-on: https://gerrit.libreoffice.org/50535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-03-01  Jim Raykowski  <raykowj@gmail.com>  [d69cf130ffeaa342780425572ab6a3510f8eed79]

        tdf#115666 Behavior change of Navigate By when in Comment
        
        Change-Id: I254e6a252cf96374613cc8a6fb8f139ee6d7418e
        Reviewed-on: https://gerrit.libreoffice.org/50551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-03-01  Stephan Bergmann  <sbergman@redhat.com>  [f6a7527990027a86ffcdd3ff55ae550b1bd7dfae]

        ...and some more asserts during CppunitTest_desktop_dialogs_test
        
        Change-Id: I0a585ff4a0538c606153cb9d527838f5b50623a8
        Reviewed-on: https://gerrit.libreoffice.org/50521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [d3510bef84423f17ece0715b7a8cdb75725c5938]

        make Color::GetRGBColor return Color instead of ColorData
        
        Change-Id: I532959a7103c3857510f26ecce2f942d676a233b
        Reviewed-on: https://gerrit.libreoffice.org/50487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-01  David Tardon  <dtardon@redhat.com>  [38368a9ec30d1979f03f4b7035a1c5ecb9ac24e6]

        upload libmspub 0.1.4
        
        Change-Id: Id47f27944ce07aa51e108b5c09a087b65d60165a
        Reviewed-on: https://gerrit.libreoffice.org/50523
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3e5e291e4e27d71a0688da4b9cf7fa90aba17e1]

        loplugin:redundantfcast
        
        Change-Id: Ia696f0eda9f87cb449c149b0650a2cb7ca9cafb1

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [94fd925acc1d15ef2e164950fb4814481b8013a3]

        Updated core Project: help  03e0376bcb567f364427008f2d24097026f0791f
        
        Remove Add AutoFormat page
        
        We don't need a custom page for every single name entry dialog.
        
        Change-Id: I6b9606dbba55f2adc6fcda27fb7efff96748da5a
        Reviewed-on: https://gerrit.libreoffice.org/50550
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [86a837b265cfcc73cae58708e53830f47ab0ae18]

        Updated core Project: help  1caed840bd723cbf5cee3825ecd5fef908d29886
        
        tdf#112356 (related) Add ahelps to the new Watermark dialog page
        
        Change-Id: I713ce7ceda87455b84915771339a1c69f1cf16f3
        Reviewed-on: https://gerrit.libreoffice.org/50549
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8ececb409cd94b24d71f29339e652857dd2063a]

        drop old tools/gen methods in accessibility..formula
        
        Change-Id: I075e29173945200854f2ef8e420867871659766a
        Reviewed-on: https://gerrit.libreoffice.org/50446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [a54a3afdb7da42bd603892d1c9b2fcdd7b405e8f]

        Updated core Project: help  ee2959a1d9802f8c6b5cc8827696d0b22b64b0ac
        
        The Insert Table command is in the Table menu nowadays
        
        Change-Id: I52424c00736d1fec6b446634794482b8c91f3741
        Reviewed-on: https://gerrit.libreoffice.org/50548
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [7743f0a594b9051d452904c12d0442d4e44079a9]

        Updated core Project: help  f485d9ae82105c6286b5382de299a2170de85951
        
        Show extended help on AutoFormat previews in dialogs
        
        Change-Id: Ia65be4a8b29ca26e406043ac73f09432fcaca965
        Reviewed-on: https://gerrit.libreoffice.org/50547
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [c0fe1c4694f3c0665526e20cb34057ace2f383e4]

        Updated core Project: help  1903ccc6a84b56d27d0c3418072af239d6d429b2
        
        Update Calc AutoFormat page
        
        - Reorder descriptions for more logical grouping
        - Update ahelps and bookmarks
        - Drop a missing items description
        
        Change-Id: I84386362b7ebf05dbc44f650293105c75185fe1d
        Reviewed-on: https://gerrit.libreoffice.org/50546
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [cc94dc82603cbc2b0dc30fd95a29437c5a3c737a]

        Updated core Project: help  21d9771c1e81439223565ae955bc0be234f3e265
        
        Update AutoFormat Table page
        
        - New default style name
        - Fix an ahelp
        
        Change-Id: I7cab9ed02a9ad3ac6f644a768cc5dc8a6802d4a6
        Reviewed-on: https://gerrit.libreoffice.org/50545
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [3fae112c4e9f4c5704b8137357cc0dfd210ae186]

        Updated core Project: help  e0b1e6817f5e727fb0ea1df2f497992365b46b8e
        
        tdf#113558 (related) Update Insert Table dialogs page
        
        - Sync help page with new UI
        - New dialog name
        - Correct menu path
        
        Change-Id: Ida7d3d0f5ed254ce597df9a9e14fea3fd853a197
        Reviewed-on: https://gerrit.libreoffice.org/50544
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [579b77183620d86ccf8809402be3237507d22a04]

        Updated core Project: help  566ebe2af3b57ea18206898e3c5a2c91d9e065b6
        
        The Insert Table command is in the Table menu, not under Table - Insert
        
        Change-Id: I14910a9a01c9a534e247fe813414be264a666387
        Reviewed-on: https://gerrit.libreoffice.org/50543
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Gabor Kelemen  <kelemeng@gnome.hu>  [badd2b621e2129d579e432e87960a338588f7e61]

        Updated core Project: help  22624f98165826788ec094b33873c921eb8117ab
        
        The Insert Table command is nowadays in the Table menu of Writer
        
        Change-Id: I506eb4a9f4880e5ffb6a9ae3d63f060e759a07be
        Reviewed-on: https://gerrit.libreoffice.org/50542
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-03-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d64ce643275e0b2b0dea9e532fc261391dc8793c]

        sc: add props. BackGraphic as replacement for BackGraphicURL
        
        ...and also add and adjust in the report designer
        
        Change-Id: I5593f4d0bf9daf94f7d521f9c195e27a98282b2b
        Reviewed-on: https://gerrit.libreoffice.org/50537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-28  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [25cd843664919974f0d21ca7a0b02cc43e9eeabb]

        tdf#115297: alternative fix for displaying 1bit images
        
        Previous fixes for 1bit monochrome / paletted images produced some
        regressions, so here is attempt to fix problem at the root.
        
        Partially reverted 66dbd4da3afcadb1393daf9be9cecff71b86509a and
        fixed in a different way without tdf#115297, tdf#114726 and related.
        
        Change-Id: I6849ed5ac41770ba905c930065c80e58509dba2e
        Reviewed-on: https://gerrit.libreoffice.org/50454
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-28  Eike Rathke  <erack@redhat.com>  [ed7cd31848201e8bc6d4ec69e397ff2e6e154b50]

        Revert "Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warning"
        
        This reverts commit f2a4cea6c035e9a837942934068b5f80a996580a.
        
        Some builds have problem with WarningBox not being declared. Will dig
        into that later.

2018-02-28  Samuel Thibault  <sthibault@hypra.fr>  [d09cc5fe73fc1de27e92dae38bc58ea0aadb4f27]

        gla11y: add warning/error suppression machinery
        
        Also add an accessibility test which does have a few existing issues, and
        the corresponding suppression lines.
        
        Change-Id: I7095cdc13e40501bbdf6e635c1e4f93f70bc1316
        Reviewed-on: https://gerrit.libreoffice.org/50251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-28  Mike Kaganski  <mike.kaganski@collabora.com>  [7dc93bbf8a1fdea1a6723584c35e497cda558e85]

        Don't do unnecessary check for trailing slash
        
        The check is done in utl::TempFile::SetTempNameBaseDirectory
        
        Change-Id: I62b40a4f53f68da14aae6fcdfbf4c2dc7515a2c5
        Reviewed-on: https://gerrit.libreoffice.org/50501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-28  Samuel Thibault  <sthibault@hypra.fr>  [84ef6d82546b044990f4efd57e51e29c6c6565c8]

        Build external lxml if not provided by system
        
        except on windows, where gla11y will resort to python's internal xml parser,
        which does not provide line numbers.
        
        This allows gla11y to be runnable on all systems.
        
        Change-Id: Ica4eb90f59bddfcefd783fc2ed9c8c27357e7572
        Reviewed-on: https://gerrit.libreoffice.org/50115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-28  Henry Castro  <hcastro@collabora.com>  [e215310d6b531b8af39c86639ef88495470681bc]

        lok: update main thread
        
        In the pre-initialization phase of the tiled rendering case
        the SvpSalInstance is created in a different process and when
        a new process is created (fork), the main thread identifier
        does not match so it is required to update it.
        
        Change-Id: I189e53f0b46c60f34a8016222079c9b1e2b3fef8
        Reviewed-on: https://gerrit.libreoffice.org/50477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-02-28  Eike Rathke  <erack@redhat.com>  [f2a4cea6c035e9a837942934068b5f80a996580a]

        Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warning
        
        Change-Id: I3091a890b6d4a3f27d9284fc5c0e2df3bc8ce527

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [f2573a3f1bd50d4bbc6dffaac17c7ba10d6fd6a3]

        ofz#6617 Integer-overflow
        
        Change-Id: I4fc99ef32e769222164b30373acc5c387a922b88

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [4a7f011f0c4da80f2109d779e68ee569c8061b30]

        weld SwStringInput to native dialog
        
        Change-Id: I31333ef4a4cef3fe282245cc9622fc7e44d55432
        Reviewed-on: https://gerrit.libreoffice.org/50520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [47a928d718fd861844270edb3acb5f506953a097]

        Fix assert(mpDialogImpl->get_response(pButton) == RET_OK) etc.
        
        ...in Dialog::add_button (vcl/source/window/dialog.cxx:1338) during
        CppunitTest_cui_dialogs_test4 (part of `make screenshot`)
        
        Change-Id: I960c6e83ece088bc67888f265f90c663d8408adb
        Reviewed-on: https://gerrit.libreoffice.org/50518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [0d7fe549f8deaa0ea5b6d23e86865d40dd29c8f8]

        Fix assert(mpDialogImpl->get_response(pButton) == RET_HELP)
        
        ...in Dialog::add_button (vcl/source/window/dialog.cxx:1344) during
        CppunitTest_cui_dialogs_test2 (part of `make screenshot`)
        
        Change-Id: I5dee49415421df9c7f476fadc5486636ca2af881
        Reviewed-on: https://gerrit.libreoffice.org/50517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [c456ce855ac1ee4775489485f9107bd43a0f1371]

        use ok, cancel under kde vs cancel, ok under gnome
        
        for the native welded dialogs
        
        Change-Id: I34663616826c1eb084262ea1c830f8580785d50c
        Reviewed-on: https://gerrit.libreoffice.org/50458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [dc10b663a50adf4c9ea268f123169c7caf0b75c4]

        ofz#6571 catch exception
        
        Change-Id: Ibbc5e7cc24d2125af8d757c8f59121d82ac8ce59
        Reviewed-on: https://gerrit.libreoffice.org/50508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [3ef3852b2552c154928faaff5340ea991550b76b]

        vcl: test greyscale bitmap conversion functions
        
        Change-Id: I9a71bcbc0bac0bdd4a401b129a7abd55eb43c910
        Reviewed-on: https://gerrit.libreoffice.org/50399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-28  Szymon Kłos  <szymon.klos@collabora.com>  [235fcab47a8dc1e9b0e06a95a77a8c1d440aa619]

        tdf#115859 Export number format for chart series
        
        Change-Id: I65d30c6b92a530eadbd6fabe87fa8bd3416fee20
        Reviewed-on: https://gerrit.libreoffice.org/50385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-02-28  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [1ad7f9d0c3cbcf9063b21bbc68f91f4f512e54d5]

        Updated core Project: help  1f58d6b4eb8d2e43f4abfca42196550912140a43
        
        Add spacing between paragraphs, update normalize.css
        
        Change-Id: I85df8d29fa78377d684adb4435087cc9f586dbe3
        Reviewed-on: https://gerrit.libreoffice.org/50516
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-28  jan Iversen  <jani@libreoffice.org>  [9c8cc8e46c917042ca85d392f175b320205c0f7e]

        iOS, removed read to pipes
        
        needed to run iOS
        
        Change-Id: I1176ce24023cde21846c71ffadb1bf01cb2c8399

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [02f6bb884e42e83171a0a04917ecca6da905965b]

        Missing dependencies
        
        Change-Id: I1d153b9962cfe3b280831644c8d989ab8b515d3e

2018-02-28  Franklin Weng  <franklin@goodhorse.idv.tw>  [7c1f11985c0b42981cf8600840fb87521ce5ad33]

        tdf#115795 Solve wrong redirect behavior of "Get Online Help"
        
        When under locale zh-TW, Help > Get Online Help would use only "zh"
        as the parameter of LOLang and sent it to hub.libreoffice.org, which
        would redirect to Simplified Chinese forum instead of zh_TW
        ask.libreoffice.org forum.  After discussing with Guilhem he
        refactored the behavior of the Hub, use LOlocale instead of LOLang,
        and keep LOLang for backward compatibility.  The LibreOffice sent
        LOlocale instead to avoid this problem happening again.
        
        Change-Id: Ia9348cff88723210f693e65260bb987826a3f3ea
        Reviewed-on: https://gerrit.libreoffice.org/50503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [e061f90a77f43a7f32a0f5df3768650cfab9b748]

        Clean up Desktop::CreateTemporaryDirectory
        
        ...avoiding the confusing, and apparently unnecessary back-and-forth between
        system path and file URL.  (Superseding
        <https://gerrit.libreoffice.org/#/c/50422/> "Don't overwrite system temppath
        with old one that failed already".)
        
        Change-Id: I247982a40d54565f5c98bda9a36209cba83c5c9f
        Reviewed-on: https://gerrit.libreoffice.org/50494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0d26570365e81ee65701b89e1d4121c04fbb813f]

        swarm: don't assert the result in testUnconstrained
        
        It can happen the algorithm doesn't converge the values towards
        the solution in the timeframe and number of generations it has
        available (slow execution, high cpu load, bad luck) so for now
        don't assert the expected value in the test, but still run it
        so we know the algorithm does end eventually and doesn't cause
        any seg. faults.
        
        Change-Id: Ic889ad1618bf057ac7b281c15bce735f8ec5e13c
        Reviewed-on: https://gerrit.libreoffice.org/50500
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [28401f2971ea344d02f59280435088009cb69f55]

        Let Application::Abort always dump core in debug builds
        
        Change-Id: I788601193f77641d613005a93e73cf184cb0daf0
        Reviewed-on: https://gerrit.libreoffice.org/50436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-28  Gabor Kelemen  <kelemeng@ubuntu.com>  [37bccf09fa8c8a0aa326b4f26e85265e811101ec]

        Drop unnecessary HIDs from Hyperlink dialog
        
        The defaults from ui files will do just fine
        
        Change-Id: Idd0f3b2f171386142971e7b285abaf869e42717f
        Reviewed-on: https://gerrit.libreoffice.org/50379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-02-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [efe22f3fa2375c233b86d9a4556e2cd7eed85f9d]

        drop old tools/gen methods in reportdesign..xmloff
        
        Change-Id: I398831c526ba51d861557fa6c13c0e2fb44dfbe0
        Reviewed-on: https://gerrit.libreoffice.org/50447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [398d10a506f9f1c4109d012f22f0e85ee571fe9f]

        UBSan: signed integer overflow
        
        It apparently happens during test_resize_table_with_keyboard_tdf53460
        (UITest_writer_tests) that CalcRowRstHeight doesn't get into the while loop at
        all, and thus returned LONG_MAX where it presumably should have returned 0:
        
        > /sw/source/core/layout/frmtool.cxx:3149:24: runtime error: signed integer overflow: 9223372036854775807 + 9223372036854775807 cannot be represented in type 'long'
        >     #0 0x2b7365e0b23c in lcl_CalcCellRstHeight(SwLayoutFrame*) /sw/source/core/layout/frmtool.cxx:3149:24
        >     #1 0x2b7365e085a4 in CalcRowRstHeight(SwLayoutFrame*) /sw/source/core/layout/frmtool.cxx:3162:43
        >     #2 0x2b7365e0b1f8 in lcl_CalcCellRstHeight(SwLayoutFrame*) /sw/source/core/layout/frmtool.cxx:3149:27
        >     #3 0x2b7365e085a4 in CalcRowRstHeight(SwLayoutFrame*) /sw/source/core/layout/frmtool.cxx:3162:43
        >     #4 0x2b736478608b in lcl_SetSelLineHeight(SwTableLine*, CR_SetLineHeight&, long, bool) /sw/source/core/doc/tblrwcl.cxx:3950:30
        >     #5 0x2b7364779d8e in SwTable::SetRowHeight(SwTableBox&, TableChgWidthHeightType, long, long, SwUndo**) /sw/source/core/doc/tblrwcl.cxx:4165:28
        >     #6 0x2b7364a775b9 in SwDoc::SetColRowWidthHeight(SwTableBox&, TableChgWidthHeightType, long, long) /sw/source/core/docnode/ndtbl.cxx:3975:16
        >     #7 0x2b7365824397 in SwFEShell::SetColRowWidthHeight(TableChgWidthHeightType, unsigned short) /sw/source/core/frmedt/fetab.cxx:2236:17
        >     #8 0x2b736ac1f100 in SwEditWin::KeyInput(KeyEvent const&) /sw/source/uibase/docvw/edtwin.cxx:2644:50
        >     #9 0x2b730315ee16 in WindowUIObject::execute(rtl::OUString const&, std::__debug::map<rtl::OUString const, rtl::OUString, std::less<rtl::OUString const>, std::allocator<std::pair<rtl::OUString const, rtl::OUString> > > const&) /vcl/source/uitest/uiobject.cxx:343:17
        >     #10 0x2b736b9960fc in SwEditWinUIObject::execute(rtl::OUString const&, std::__debug::map<rtl::OUString const, rtl::OUString, std::less<rtl::OUString const>, std::allocator<std::pair<rtl::OUString const, rtl::OUString> > > const&) /sw/source/uibase/uitest/uiobject.cxx:115:9
        >     #11 0x2b73031e89c2 in UIObjectUnoObj::executeAction(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)::$_0::operator()() const /vcl/source/uitest/uno/uiobject_uno.cxx:145:9
        >     #12 0x2b73031e7399 in std::_Function_handler<void (), UIObjectUnoObj::executeAction(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)::$_0>::_M_invoke(std::_Any_data const&) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1871:2
        >     #13 0x2b73003d6ba0 in std::function<void ()>::operator()() const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:2271:14
        >     #14 0x2b73031e5f6a in (anonymous namespace)::ExecuteWrapper::ExecuteActionHdl(Timer*) /vcl/source/uitest/uno/uiobject_uno.cxx:92:13
        ...
        
        Change-Id: I2263908e3136cc5205f838723e7e8a6ab18d6073
        Reviewed-on: https://gerrit.libreoffice.org/50489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f1788ebc91faa1fff25b9fae61b603e44fb15ab]

        Fix some IWYU warnings
        
        Change-Id: I5aa3744ee7f26dfefecbe9b9fa6aef700049ff32
        Reviewed-on: https://gerrit.libreoffice.org/50469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [5564a31c3fe1098fd72635238d33a3dbafb8b62e]

        use less COLORDATA_RGB
        
        part of removing ColorData
        
        Change-Id: I5518cddeeefe66f70380367e1e3f78af0f3b5fbc
        Reviewed-on: https://gerrit.libreoffice.org/50486
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9df0ce081eac287154ea496e9eb299b4bc4fa776]

        sw HTML export: allow custom XHTML namespace alias
        
        This helps in case the HTML filter expected to produce an XHTML fragment that
        has an explicit namespace alias for <http://www.w3.org/1999/xhtml>.
        
        This only has an effect when HtmlWriter is used to write elements,
        though.
        
        Change-Id: I161caf4bb6bc6d0c21a7a67433b08bb060b447f1
        Reviewed-on: https://gerrit.libreoffice.org/50448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-28  Julien Nabet  <serval2412@yahoo.fr>  [81260c448911069ce8cb051d3a973ec52b9b43a3]

        Use for-range loops in cui
        
        Change-Id: I82cbea6d221ec0fd0e0d4620bdda698f2bed520e
        Reviewed-on: https://gerrit.libreoffice.org/50472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-28  Johnny_M  <klasse@partyheld.de>  [b6aee26f3630fd531e51f781391ba0130001df60]

        Translate German comments and debug strings
        
        Change-Id: Ie2da785cb674e21f042caa5e6d461e3489036003
        Reviewed-on: https://gerrit.libreoffice.org/50467
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-28  Furkan Tokac  <furkantokac34@gmail.com>  [f7bf3cf5c9c7f72da0c881b50c2ccc4b6d550af2]

        tdf#113558: Replace 'AutoFormat' button in insert table dialog.
        
        Writer > Table > Insert Table... > AutoFormat part is moved to
        "Insert Table..." dialog box with realtime style preview.
        
        Change-Id: I72ed46401fb053156a4787450fc974951923d049
        Reviewed-on: https://gerrit.libreoffice.org/49886
        Reviewed-by: Furkan Tokac <furkantokac34@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [e07a1a5d6957dbb4dc19cb4d274406e8e075c729]

        ofz#6602 infinite recursion
        
        Change-Id: I358708f606655bcd0df948fd2e01725c706880c7

2018-02-28  Stephan Bergmann  <sbergman@redhat.com>  [756c9f2317605e39d9cb058e650962acd2d81739]

        Merge upstream fixes into solenv/flatpak-manifest.in
        
        * <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
          f5d97291e302d98c217c955c52b255795d4d4cad> "Bump runtime-version to
          org.gnome.Platform 3.26"
        
        * <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
          7d69e505165d4bbf5fa0b34b5fb2cbff9dfaf9bd> "For now, bundle gst-libav to be
          able to play mp4 videos in impress"
        
        Change-Id: I1924d84be7fe577e302b0c1b8c7e2971e8583d73

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [6a0686e843204ef657cb3fdbd785f6f8ef206c64]

        sneaky uppercase OK,CANCEL,HELP responses
        
        Change-Id: I02324d31822c37daa1e5e1b8c87aa597def58957
        Reviewed-on: https://gerrit.libreoffice.org/50437
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [ec7f0c0d5a7c672ac745671d3fbec51200f8a871]

        ensure [Message]Dialog dispose order on direct .ui hackery
        
        Change-Id: I31f190a1232331dd2076cdb8583e2036887f4f9f
        Reviewed-on: https://gerrit.libreoffice.org/50441
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-28  László Németh  <nemeth@numbertext.org>  [6ef1bc0401bfe46dafd5ec11e6b67fad18155b83]

        Updated core Project: dictionaries  2b7711678410bc531e9d07b4d6f85bfb85f2116a
        
        tdf#116072 Improve Hungarian spell checking by better word breaking
        
        and ignore the special characters of the word forms, or
        break at the special character and check the word stem and
        affix (with a starting hyphen) separately:
        
        vár(hat)nak -> várhatnak
        „Tisza”-ban -> Tisza, -ban [Note: this removes false alarms
            in Writer, but extra grammar checking can help to check
            matching of the stem and the affix.]
        
        Change-Id: Icb810ccc1ecb84fea3ee5093100e2fdc874edb6c
        Reviewed-on: https://gerrit.libreoffice.org/50475
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        

2018-02-28  László Németh  <nemeth@numbertext.org>  [3cc58a5904604f0f2e9977a9508bab02518122ad]

        tdf#116072 Extend MidLetter in Hungarian word breaking
        
        Now ”, (, ), ], ?, ! are MidLetter characters to handle
        (1)-ben, "ember(ek)ről", "„Tisza”-ban" etc. forms as
        words for better Hungarian spell checking.
        
        Change-Id: I47882e73af08531d14d555ced5dd4c98403686ec
        Reviewed-on: https://gerrit.libreoffice.org/50473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-02-28  Julien Nabet  <serval2412@yahoo.fr>  [1e7ab86a20a6ebe3709958869ede96a443a50a62]

        loplugin:cppunitassertequals in tiledrendering (sw/qa)
        
        Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=3c3e07b51fb09d09cfef54193f93b07304f4ccda
        
        Change-Id: Iec43809719c71f856aa4a89ffbf40473c48b2fe1
        Reviewed-on: https://gerrit.libreoffice.org/50488
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-02-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [e2cb154195fdc2ffccdb6f5e87cae8b29640b3eb]

        convert COL_ constants to be of type Color
        
        Change-Id: I0e25c8950ac26b851ff42f71e1471fcbe4770d48
        Reviewed-on: https://gerrit.libreoffice.org/50373
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-28  Mike Kaganski  <mike.kaganski@collabora.com>  [0ea41fea75cd1ac1d81fa57c4411e75a6b4001f0]

        Remove obsolete comment
        
        Obsoleted by commit 7ce1e0e1ecbb1b3ec5e3cc15306a9df7e786c564
        
        Change-Id: I479455ba704c7e2bf1df2308950e7a9b682762b6
        Reviewed-on: https://gerrit.libreoffice.org/50433
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-28  Mike Kaganski  <mike.kaganski@collabora.com>  [5874c76371562c3e2d8564b1fb04df1997091d27]

        tdf#116074: Use modeless dialogs with supporting mailers
        
        When sending mail using MS Outlook, our UI gets locked until user
        closes the Outlook's compose message window.
        
        This patch uses Outlook 2013+ option to show modeless window.
        
        Change-Id: Ib99b4440cd20a8bff0c7cd96838b31a2d14bd804
        Reviewed-on: https://gerrit.libreoffice.org/50476
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-28  Mike Kaganski  <mike.kaganski@collabora.com>  [c2f7759e85f3e5cc9f56aaf03eefa0f1ba834734]

        Use Unicode for senddoc
        
        Also removes unused code and unnecessary dependencies from it.
        
        Change-Id: Ib6de29358098846ca5e7330b10e67a88cfff8a6a
        Reviewed-on: https://gerrit.libreoffice.org/50444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-28  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [d5837fcf2b1c60cfe29e2f41f32e22213710a1b8]

        sax: don't crash during logging
        
        SaxParser was crashing during load of some MS documents if logging
        is enabled.
        
        Change-Id: I08a57b9a948bb4a35afcb82a29614c2f6a443446
        Reviewed-on: https://gerrit.libreoffice.org/50110
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-28  Julien Nabet  <serval2412@yahoo.fr>  [5222383c29d190218108c7c9e362a5a55af73a2f]

        tdf#115429: declare fill-rule
        
        Change-Id: I5eb93d08b1dd56db19038132b560ddf7ba174bc6
        Reviewed-on: https://gerrit.libreoffice.org/49242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-28  Andika Triwidada  <andika@gmail.com>  [0ed74bb424f55e492e361798c1d458267c5d8b40]

        Updated core Project: dictionaries  ed6a0c24ca0c76b21375f73c29cc73e9974142ea
        
        Add Indonesian dictionary
        
        Change-Id: I1368bccffe9f192de4d73c5f658d4f864e3374da
        Reviewed-on: https://gerrit.libreoffice.org/49785
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        

2018-02-28  Caolán McNamara  <caolanm@redhat.com>  [dc8d8cbf30ca3429236eca16b8f447ef5d4e61d3]

        ofz#6576 check border param len
        
        Change-Id: Ie479ef953b7c0f4a30afdafa27a9be121a346562
        Reviewed-on: https://gerrit.libreoffice.org/50455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [489ba6dffb624c7c3992d82ca8283fa570c05fa4]

        Updated core Project: help  9e31d6fffa7505c009c603f3fd605eea9460958d
        
        tdf#36970 Revisit digital signature help content
        
        Many thanks to orcmid for the precisions.
        
        Change-Id: I362abe27a3eb5748e90b8797206f414c0eade537
        Reviewed-on: https://gerrit.libreoffice.org/50471
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [22a830a4bd7384b0a636dd8e184a506bc5fdeb0b]

        cast MessBox into exile
        
        Change-Id: I2fccc06b2228c1e7fd791d049d951d3a09f0f814
        Reviewed-on: https://gerrit.libreoffice.org/50432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f94c5a53efb78cd7829a6ae83555a61a6e77d9fc]

        Add newly wrong formatted files to clang-format blacklist
        
        Change-Id: I1c3c3754f4c18415f74342c01de6afd246b29f4d

2018-02-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [984ea57142629053889d446652ed0795e6d1970f]

        Updated core Project: help  dd09149dfe0135a4abbd1abbcee15d115af0f982
        
        tdf#97977 Mark MODE function as ODFF compliant
        
        Change-Id: I50f669c2b64645eaa6f93d45fb161c2598f1e903
        Reviewed-on: https://gerrit.libreoffice.org/50461
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-27  David Tardon  <dtardon@redhat.com>  [4a731b030e21112f4a8aad10eda3ee2e263c881b]

        astyle
        
        Change-Id: I3ea599f491a464458865ce42930be4728ede5dc9

2018-02-27  David Tardon  <dtardon@redhat.com>  [9534a8fe3e84bfcc7d0d2addac4dd8cd96746d99]

        set number of read bytes correctly
        
        It was wrong if we read less than was expected.
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I070c1731d1aace4c101fa01efed0c28734c44899

2018-02-27  Eike Rathke  <erack@redhat.com>  [0808618e0df0fab4479917e588c096bc8770c6c5]

        Resolves: tdf#116062 revert [fr-CH] to use previous single quote characters
        
        Even if that's not what should be used.. see sources in
        
            commit 4b938c558d004537cf73ca4319019ff64f052270
            Date:   Fri Feb 9 12:59:51 2018 +0100
        
                Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 related
        
        Change-Id: I733bc767ff4484c251f8624f90a5295875bf17ea

2018-02-27  Jens Carl  <j.carl43@gmx.de>  [5a0acced8988a54d8aaf0328d2696dae21727c6a]

        tdf#45904: Move _SheetFilterDescriptor Java tests to C++
        
        Change-Id: I894b2e2534efeb5369c491053caf56f67dc56618
        Reviewed-on: https://gerrit.libreoffice.org/50411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-27  Shubham Verma  <lifemeansmore008@gmail.com>  [0b49701fa5c22abba6b9b4a60ddd2720973dd858]

        tdf#114441 sal_uLong to better integer types
        
        Change-Id: I55b45821cf67a99f97ba067a3d4923d76c19696e
        Reviewed-on: https://gerrit.libreoffice.org/50204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [49c3bab770ea579d96aa3ea79e1d4ff304f42334]

        Updated core Project: help  05e6b76a1511edde0e668f025cb8af140e396d9c
        
        Update release for new help in script
        
        Change-Id: Ia2531f7bb69d1ccb4c5e6665b04ffb6ab2b577cd
        Reviewed-on: https://gerrit.libreoffice.org/50450
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [9fcef57a34dbd88a98621dfaf8668fa076dd98f1]

        convert Redline warning dialog to .ui to get helpids
        
        etc.
        
        Change-Id: Ic5e6031fe99347f19002d5d8527b5632333fefb0
        Reviewed-on: https://gerrit.libreoffice.org/50431
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [aa4548d1f91e15b8711bbcbd2ad939247579f9a8]

        ofz#6571 catch exception
        
        Change-Id: I438bd0be1eb44e87cb166e1594316a3ad5d5dae0
        Reviewed-on: https://gerrit.libreoffice.org/50452
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [25ca8af596342ed254eb793ad1b8d47a86be4d40]

        Fix build, for real this time
        
        Add a few missing processEventsToIdle()'s in the tests.
        
        Let's disable one of the assertion until I figure out what's going on.
        
        Change-Id: I82cbe443b4013d4402151ddae4b06044dfb394bd

2018-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [905d9b81c933b46d0502f982aad1c2931fae0426]

        vcl: improve ErrCode std::ostream pretty-printer
        
        Let's say you specify a non-existing export filter during conversion.
        
        Old output:
        
        Error: Please verify input parameters... (SfxBaseModel::impl_store <file:///test.html> failed: 0x81a(Error Area:Io Class:Parameter Code:2074))
        
        New output:
        
        Error: Please verify input parameters... (SfxBaseModel::impl_store <file:///test.html> failed: 0x81a(Error Area:Io Class:Parameter Code:26))
        
        The later (at least) allows going to include/vcl/errcode.hxx, searching
        for Io.*Parameter.*26, and leads to ERRCODE_IO_INVALIDPARAMETER.
        
        Change-Id: Iecfcfa4e805147131fde73cc0b89fa38f6ea61d4
        Reviewed-on: https://gerrit.libreoffice.org/50421
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [83a8527a00932d9eaf1fd07654d240bd20dc4c21]

        Fix build
        
        Fallback from 0a1a3a64823c0509c4b5f1edc6ee51ca991d3501
        
        Change-Id: I1a8390fd5c5d40521f7810ee57f5028d91456849

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4a8d91abd40dee7f7bd739a678a502a6e34cb59]

        tdf#115432 footnote separator position remain in the left side
        
        regression from
            commit 7e9857c2935bb2533806db4e71c6cd1e171c3478
            "templatize SvXMLEnumMapEntry"
        
        Change-Id: Id29e7c07be637adcdc7fe624a1673beca9829d4d
        Reviewed-on: https://gerrit.libreoffice.org/50420
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Eike Rathke  <erack@redhat.com>  [453e30e668454b7b193772b1dffe719d844ac168]

        crashtesting: remove wrong assert with tdf114555-2.xlsx
        
        Wrong since
        
            commit 597f7b1f02be79f2443230c963b6d1bb594cffa0
            Date:   Sun Nov 20 02:21:56 2016 +0100
        
                tdf#48140 Replace uno call from worksheethelper.cxx
        
        We are importing a document, so asserting on our own max
        dimensions is wrong.
        
        Wrong is also to compare positions <= MAXCOLCOUNT or
        <= MAXROWCOUNT, if at at all it should had been <= MAXCOL and
        <= MAXROW
        
        Change-Id: I9f3aae061785ab62de7c709e19fc68653f15ed1e
        Reviewed-on: https://gerrit.libreoffice.org/50397
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [54a8c0e115b24d42f4b4ec6b8194f5b62e08201b]

        lok: mouse pointer events on document windows only
        
        Change-Id: Ie21db52b2dd0d4f55289896caba5174380316e65

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [3c3e07b51fb09d09cfef54193f93b07304f4ccda]

        lok: All mouse,key events async
        
        custom posting of mouse,key events on main thread
        
        This still bypasses vcl while keeping the processing of events on the
        main thread which is what we want.
        
        Change-Id: Ia7a6f5ef1ac546245715abe418d261b49df12d4c
        Reviewed-on: https://gerrit.libreoffice.org/50274
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [33acd925613117d98f8e2b1752fbd949860c792e]

        lok sc: This is not needed now
        
        I guess since these events are routed through vcl now.
        
        Change-Id: Ib2a44c82d76a25ac5a3341c060a665c62e3d60a7
        Reviewed-on: https://gerrit.libreoffice.org/50254
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [f48c0d09990e9fa59d1d5f2d1d6e013feedb92d3]

        lok sc: Post mouse events to main thread
        
        Change-Id: I1311938d7c01d0e3bfd239743e6cb2148da56cdf
        Reviewed-on: https://gerrit.libreoffice.org/50253
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [fa80f03899a4c28b6abf0b4fa65e8e5c5e312b91]

        lokdialog sc: post key events to the main thread
        
        This also fixes the problem when some dialog is executed inside the key
        handler.
        
        Change-Id: I831ed4b886c1a5eac13dffd8e881a07045458e44
        Reviewed-on: https://gerrit.libreoffice.org/50244
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-02-27  Pranav Kant  <pranavk@collabora.co.uk>  [0a1a3a64823c0509c4b5f1edc6ee51ca991d3501]

        postExtTextInputEvent() -> postWindowExtTextInputEvent()
        
        Let's avoid the confusion and name all these new APIs that can post both
        to document and window to have 'Window' in their name. The ones without
        window are the old APIs. In future, we can have
        postWindow{Key,Mouse}Event() to post to both document and window and
        deprecate the existing post{Key,Mouse}Event()s.
        
        Change-Id: I1f55386e7790e9c5b5d023b8831f3cd1e6faa2bb

2018-02-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e8fab3e4eaa0ef6ad0dafafd00a53f2b64a28561]

        pot creation: don't ignore multiple locations/occurrences…
        
        when making paths relative to SRCDIR
        674b1c924966b4a3b6027509a6ab682e7c5aaaea as well as the code before
        ignored multiple locations in po file
        
        Change-Id: Idf5c5ca99d0ec8272e669621e132d7a495ceaff8
        Reviewed-on: https://gerrit.libreoffice.org/50439
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-02-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [35fc4527210ed4b4faee1802ad23bc8da619a2d0]

        remove unused vclunohelper.hxx includes
        
        Change-Id: I68178379e5493d0e738861a4dce5aa6e4b58cd22
        Reviewed-on: https://gerrit.libreoffice.org/50393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Tor Lillqvist  <tml@collabora.com>  [1aa5a3874bf716acfbded2a09319dce5d4ce8c0d]

        tdf#79546: Make sure temp copy of inserted media file keeps the same extension
        
        Inserting videos into Impress presentations with 'Insert>Audio or
        Video' did not work at all for me. This helps. It seems that the
        AVFoundation APIs are sadly rather picky about file name extensions.
        
        Why we need to make a temporary copy of the media file (which after
        all can be rather large) at all, when inserting it in a slide, I don't
        understand. But I am not going to dig into that now.
        
        Change-Id: I43fcfb5bb3ef0a2c0f8979ac3e7c458a84f180a1
        Reviewed-on: https://gerrit.libreoffice.org/50390
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-02-27  Stephan Bergmann  <sbergman@redhat.com>  [0d8ea9c730abd0ffb6f52337c84835cb3d5be335]

        Fix assert(mpDialogImpl->get_response(pButton) == RET_HELP)
        
        ...in Dialog::add_button (vcl/source/window/dialog.cxx:1348) during
        CppunitTest_cui_dialogs_test (part of `make screenshot`)
        
        Change-Id: Ie5b8e301b99350a19f6de7de6496a9b315b633ee
        Reviewed-on: https://gerrit.libreoffice.org/50415
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e0ca73123afdfa0a6891971de1b714273a889bfd]

        uitest for bug tdf#77479
        
        repair test case - original file contain smb:// URL. New test file created from scratch.
        
        Change-Id: I64f32f87cb620be9988b91f8c96548e219057316
        Reviewed-on: https://gerrit.libreoffice.org/50386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-27  Jim Raykowski  <raykowj@gmail.com>  [1f74789f77a01d7612d76a95fa8b891f388993f3]

        tdf#116043 fix customize dialog icons going away
        
        Change-Id: Id4022092765c085efcd71627a1dd8290f7441e74
        Reviewed-on: https://gerrit.libreoffice.org/50407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-02-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bb2d45995942c358a7d26af4f7cb92090c962f55]

        Update orcus to 0.13.4.
        
        Change-Id: I261fa22fa8557409c13370761de584fe64083fba
        Reviewed-on: https://gerrit.libreoffice.org/50403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-27  Julien Nabet  <serval2412@yahoo.fr>  [66e8f52d10eb6ff779d177e61899e83f6a3b5a60]

        Replace the 2 occurences of Navigation by Navigator
        
        and get rid of:
        warn:legacy.osl:10410:10410:sfx2/source/control/msgpool.cxx:211: GroupId-Name not defined in SFX!
        
        Indeed "Navigation" isn't taken into account in getGidResId from msgpool.cxx (sfx2)
        
        Change-Id: Ie5d54175106c1ca835a487ccfe2a38f3f21dc93d
        Reviewed-on: https://gerrit.libreoffice.org/50400
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [93596ffc94376b0b43a77f18f56ae9640127de5c]

        Fix exporting bitmap table + test
        
        Change-Id: I0577de02000c6aeb45bf1e950b9212beadacb05b
        Reviewed-on: https://gerrit.libreoffice.org/50334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-27  Eike Rathke  <erack@redhat.com>  [87dbef3224e98081491ddbd8a2d405d8baf23e89]

        Switch AgileEngine::calculateHashFinal() to GetOoxHashAsVector()
        
        ... to de-duplicate implementation and cut some overhead.
        Also, it seems UTF-16BE password was never handled.
        
        Change-Id: I46cae8516c6f2d1568aabc8d993c883f424c7d12
        Reviewed-on: https://gerrit.libreoffice.org/50401
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c98d3303027bd8bf8e0881b61918710ac479864c]

        replace Color(COL_*) with COL_*
        
        using
        
            git grep -lwP "Color\s*\(\s*(COL_\w+)\s*\)"
            | xargs perl -pi -e "s/Color\s*\(\s*(COL_\w+)\s*\)//g"
        
        and then some manual fixup where the resulting expression no longer
        compiled
        
        Change-Id: I0e268d78611c3be40bba9f60ecfdc087a36c0df4
        Reviewed-on: https://gerrit.libreoffice.org/50372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [44a485c2baaf5bab81748f992915459bdaa58615]

        Updated core Project: help  87195b21bae39f7bc4fe4c35f305241d1f5d0b3f
        
        update help ids for accept/reject dialog
        
        Change-Id: Iea81698d82be9ecced7b45c0a465459abec88860
        

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [082e69fefb7439fd4f3d543f0c402039e94c1e9c]

        convert various MessBox to weld::MessageDialog
        
        Change-Id: I4d2d0393c753114aeb9bb7e646dfdc810f6caa38
        Reviewed-on: https://gerrit.libreoffice.org/50398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f41a08183504a59d6ffc7a00ed7f24e6b19995ab]

        tdf#111789: TextBox shadow propeties are not saved to PPTX
        
        Change-Id: I0c858676e1fc02a72b4b6bfd10f512d8e9166061
        Reviewed-on: https://gerrit.libreoffice.org/50402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [a5411abe23cdf1e4de3ab5abfe209a4cbf07e511]

        tdf#1155015: Make sure checkbox text really wraps
        
        for :wrap property to be effective, a reasonable height request is
        needed so the text is not forced into single line again
        
        Change-Id: I3bfe459b4894cad1682d03a8ef77f0c54690bf4d
        Reviewed-on: https://gerrit.libreoffice.org/50394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [0fad8d308122a862aa49dece498d56a418df2afe]

        convert remaining WarningBox to weld::MessageDialog
        
        Change-Id: I7e3c156a6ad47ac232636ae274280c1cb7556d4a

2018-02-27  Caolán McNamara  <caolanm@redhat.com>  [f3a4129ed5946e2b8661dc8df23e00c4b6c6ecc8]

        Resolves: tdf#115951 wrong entry selected for numbering pos
        
        Change-Id: I4e317abb3cfceee2de4826f967a27d14fb3878ef
        Reviewed-on: https://gerrit.libreoffice.org/50354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7e08c594066e626a92a460931d93b7f64c16df6]

        loplugin:useuniqueptr in Triangulator
        
        Change-Id: If963704ec8af82ed2af1418621ef7fc5e475567f
        Reviewed-on: https://gerrit.libreoffice.org/50364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [68e6706fb931ed2f53c08bc9c0a02cbb559c8c53]

        drop old tools/gen.hxx methods in sw
        
        Change-Id: I1db8954b86e9b2ec27ecc1f65e8ff7715612d756
        Reviewed-on: https://gerrit.libreoffice.org/50363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [be5af6cefea2fa43479ec6124e2c847956144a6d]

        drop old tools/gen.hxx methods in sd
        
        Change-Id: I8af9c5c0085f5e6f8e498c48bae69f8247ef88ed
        Reviewed-on: https://gerrit.libreoffice.org/50362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8be5a49f377e5451da953aee598fd22f9665fbd6]

        drop old tools/gen.hxx methods in sc
        
        Change-Id: I3652c0a35a6873e80ee22d908a8969d09410776b
        Reviewed-on: https://gerrit.libreoffice.org/50361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [814e50e6622ea9701094f3ec309a395d175c494f]

        Performance is still sluggish, so use non-broadcasting function
        
        avoid O(n^2) due to broadcasting in the initial round of spellcheck.
        Also always delete OPO
        
        Change-Id: I70f2165686dee6a22ab7803e21ed886ff1679d07
        Reviewed-on: https://gerrit.libreoffice.org/50360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-27  Julien Nabet  <serval2412@yahoo.fr>  [573f87f6ea57a248c79f52b1cd4e5f1978112567]

        Use for-range loops in comphelper and configmgr
        
        Change-Id: I91033395cb30a4ba9e65adb89712b3c70a39a508
        Reviewed-on: https://gerrit.libreoffice.org/50396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [59363e639b67a8acbd6da240635de47921b2c955]

        tdf#115715 RTF import: ignore zero para indents in styles without parents
        
        The only reason the DOCX equivalent of the bugdoc was imported correctly
        is that these default zero margins are simply missing from the DOCX
        markup, suggesting Word ignores them. We now do the same, this way
        the stripped down document's 3 paragraphs all have different margins as
        expected.
        
        (Also rework the testTdf112211_2 testcase to test the original problem
        better: I verified that the layout is unchanged before/after this
        patch.)
        
        Change-Id: I88d56c27c19e070e983c3392f99bca96597cd56e
        Reviewed-on: https://gerrit.libreoffice.org/50391
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [61e4c00eee8c5d07a29cf7ec97bad653e3e8f8ce]

        sw HTML import: allow custom XHTML namespace alias
        
        This helps in case the HTML filter is given an XHTML that has an
        explicit namespace alias for <http://www.w3.org/1999/xhtml>.
        
        Change-Id: I437fa85ba19ce907c9c4b10c8d10aaf2217dc0ea
        Reviewed-on: https://gerrit.libreoffice.org/50380
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [78233e47d07d89d656ef75b534272f71ea540572]

        sw: prefix members of SwScriptField, SwTemplNameField and SwWrongList
        
        Change-Id: Ia82df7c6c8260c90f76d77355b70b8589978b9c2
        Reviewed-on: https://gerrit.libreoffice.org/50341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-27  Shubham Verma  <lifemeansmore008@gmail.com>  [63a342ec65f702bfe27de0f0343f75198e6103dc]

        tdf#97228 Moved struct FltCallDialogParameter
        
        Moved struct FltCallDialogParameter to svtools/inc as this struct is
        used only in the files located there . A separate header file is made
        named FltCallDialogParameter.hxx which has this struct and appropriate
        modification are done to the inclusion of header files in each file.
        
        Change-Id: I60326b58fcbbb9c34abdb7c3de48667268b5d5e5
        Reviewed-on: https://gerrit.libreoffice.org/50265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c13f401798c2d9ffb89835378e39bb424220685a]

        Styles dialog no longer gives any status
        
        So always enable the button to activate the styles sidebar.
        
        Found by UBSAN:
        test_asian_phonetic_guide (asianPhoneticGuide.asianPhoneticGuide) ... /svx/source/dialog/rubydialog.cxx:322:68: runtime error: downcast of address 0x602000635e30 which does not point to an object of type 'SfxBoolItem'
        0x602000635e30: note: object is of type 'SfxVoidItem'
        
        Change-Id: I6ff20c76b4a45189d78707cd258ed2aff80c50a5
        Reviewed-on: https://gerrit.libreoffice.org/50367
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5fffb11947397181af0105e3fd4e6775c2e45f67]

        vcl: test BitmapPalette greys
        
        Change-Id: Ief511d75e5a9b1e9230036c453edcb8b0a039221
        Reviewed-on: https://gerrit.libreoffice.org/50328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9fd05af612532bb6ae6c5fee33b28f7178728069]

        Remove duplicated includes
        
        Change-Id: I8caee48fa9a08d6ee8c5c084468634dcd2a5fbf6
        Reviewed-on: https://gerrit.libreoffice.org/50383
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-27  Julien Nabet  <serval2412@yahoo.fr>  [10b6529a2abe78aeb650c5e027cdbad4c2a72219]

        Use for-range loops (canvas)
        
        Change-Id: I6a3b0b7bd6d4d3f432877e9fab0aadc041a4e8e9
        Reviewed-on: https://gerrit.libreoffice.org/50389
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [96d551636e9179eb6874a5156b191ef3bff0a10c]

        Updated core Project: help  e99b572b78c43358f910219ee89a13a87d8e7bba
        
        Fix typo
        
        Change-Id: Ia48c3586354cf4144a42810fcf0ca678ae28085c
        Reviewed-on: https://gerrit.libreoffice.org/50374
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-02-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2544da0bc0dc72fe6883c96869225b1592bf99fc]

        Updated core Project: help  acc847de97f5bbaefe27500d630ae8180215f09e
        
        Fix typo
        
        Change-Id: I474984c776c141f18c789a9e16b026cd4588bca7
        Reviewed-on: https://gerrit.libreoffice.org/50376
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-02-26  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [c1230cede19ae3633e51c7ca780cb34d9dbaa20f]

        tdf#114076: Expand ClipRange to next PixelBound
        
        Do this by going to basegfx::B2DRange, adding a
        single pixel size and using floor/ceil to go to
        full integer (as needed for pixels). Also need
        to go back to basegfx::B2DPolyPolygon for the
        creation of the needed MaskPrimitive2D.
        The general problem is that Writer is scrolling
        using blitting the unchanged parts, this forces
        this part of the scroll to pixel coordinate steps,
        while the ViewTransformation for paint nowadays has
        a sub-pixel precision. This results in an offset
        up to one pixel in radius. To solve this for now,
        we need to expand to the next outer pixel bound.
        Hopefully in the future we will someday be able to
        stay on the full available precision, but this
        will need a change in the repaint/scroll paradigm.
        
        Change-Id: Idb4a596bc298d1b80aab6f36ad4204afe94d54f7
        Reviewed-on: https://gerrit.libreoffice.org/50369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [cc92324bed7f039e91d07d241f958ad773582c48]

        split out GetStandardWarningBoxImage
        
        Change-Id: I2c8315c7223adac2d7e0e2aa403db0f865bdc48e
        Reviewed-on: https://gerrit.libreoffice.org/50377
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [28488c94d697f169baaf4c67bf2c71287b503c43]

        convert corner case warningboxes with checkboxes
        
        Change-Id: Ic8b58b792236a733b6687148eac5c06bbf734acf
        Reviewed-on: https://gerrit.libreoffice.org/50325
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Eike Rathke  <erack@redhat.com>  [94fa259e769b44f2c2ea7f1667b28f2c07489668]

        Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vector
        
        In preparation to use this in AgileEngine.
        
        Change-Id: I45fb6ba24b759a72af0c7afa22eae75f1ae728ce

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [3c0189c7f04b9b457ed5621fef68fcb1843df891]

        ofz#6571 Integer-overflow
        
        Change-Id: If4a0b9532c69a1b3746fab8c727f245cd2e8a131
        Reviewed-on: https://gerrit.libreoffice.org/50375
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [7ab5e5c8902de8cc7429d863b4ab6e40ad4b3bbc]

        vcl: Bitmap::MakeMono() -> Bitmap::MakeMonochrome()
        
        Change-Id: I6b5259d56e8fe5855f8a1125bb87a3dea8e5f425
        Reviewed-on: https://gerrit.libreoffice.org/50301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Mike Kaganski  <mike.kaganski@collabora.com>  [a30f8c4daaab5bfc850c18b2b0bce3fdb2281a1f]

        tdf#115742: allow ignoring stale lockfile on save
        
        This change reuses TryLaterQueryBox, but only uses the new option to
        ignore the lock and save. Other options ("Try Again" and "Save As")
        are not used, because this functionality is not implemented currently
        (TODO/LATER).
        
        Change-Id: Idf825be23cf97d2b338c0cf5d532f8460843bf48
        Reviewed-on: https://gerrit.libreoffice.org/50371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-26  Eike Rathke  <erack@redhat.com>  [5a1fabb9969772242f2c2aef34b10bed17adebb6]

        Introduce enum comphelper::Hash::IterCount instead of bool
        
        Clarifies intention, and with IterCount::NONE prepared to handle
        something like old PBKDF1, if anything actually used that. See
        https://tools.ietf.org/html/rfc8018#section-5.1 where iteration
        count is not part of the re-hash.
        
        Change-Id: I5f97ca7a91f611eced8ced0a0c64961c04535d36

2018-02-26  jan Iversen  <jani@libreoffice.org>  [7c30bf05ec891b0d8cba117838ff20e9d0b6d63e]

        vcl, solve iOS compile failure.
        
        "voided" new formal parameter
        
        Change-Id: I7d8849765eb6a2642f48159bae34c3b8bec3a8cd

2018-02-26  Rostislav Kondratenko  <rostik@rkond.ru>  [fb5f13671c50f7f84d654a779bc0ff07e31ce95e]

        Fixing initialization code for Bluetooth and IP Server for Impress.
        
        Change-Id: Icc385fb760b8a5ff337f58dc95ba3c3f86805eaa
        Reviewed-on: https://gerrit.libreoffice.org/50108
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-26  Saurav Chirania  <saurav.chir@gmail.com>  [8e1bb35eeb332d7cb8e4aafb47b57a0ffd7de044]

        Revert "tdf#97361 Tests in sw should be more pythonic"
        
        This reverts unnecessary changes in
        commit 4469c1d4061e8cb463469e60e5d87af5f9bf9636
        as suggested in comments at-
        https://gerrit.libreoffice.org/#/c/49163/
        
        Change-Id: Iad5da22624d7c543177a2271abb58bc4f6f31ecd
        Reviewed-on: https://gerrit.libreoffice.org/49660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6f425be1c1407a2b7db10693dbfa7c0a4503bb38]

        sw: add props. BackGraphic as replacement for BackGraphicURL
        
        This adds BackGraphic, HeaderBackGraphic, FooterBackGraphic
        properties, which are a repalcement for BackGraphicURL and similar
        properties that will be removed in the future commits.
        
        Change-Id: Iff20f2a97342d7c586c933d51614b5e0b54d2da0
        Reviewed-on: https://gerrit.libreoffice.org/50338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2d780c983566d7d9aafb7e61d0138a3ce5f59d2a]

        Removed duplicated includes
        
        Change-Id: Ib93cb76a3b667ca96e228d0b59da9f9849850081
        Reviewed-on: https://gerrit.libreoffice.org/50330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [0169227035c5bfb70da615824f5714762b4ba062]

        forcepoint #10 pop empty stack
        
        Change-Id: I96452a86187a6b03251614625445d1b18a5ee218
        Reviewed-on: https://gerrit.libreoffice.org/50357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [663702cd3e8dc6967d8a6762ae534e06dc7d502b]

        ofz#6561 sanitize palette index
        
        Change-Id: I78cc6a7eab114fdbcc438385706d56cd48a4f1fc
        Reviewed-on: https://gerrit.libreoffice.org/50351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [2624a24af1425c6cb197aa316689f04efd546660]

        ofz#6563 nBytesPerScan of 0
        
        Change-Id: I00263d06fc06e1b4efb9938ea57d09fa5381adf8
        Reviewed-on: https://gerrit.libreoffice.org/50350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-26  Eike Rathke  <erack@redhat.com>  [34a5b1d6d87c8a35e158b96bc5d89dd427b09d64]

        Use unsigned char, it is..
        
        Change-Id: I691f138faf53846cb55db589dcf2f87d70d35b8d

2018-02-26  Caolán McNamara  <caolanm@redhat.com>  [942f05996bc287923cdbcae12c64e57adf8ec975]

        convert remaining ErrorBox to weld::MessageDialog
        
        and
        
        convert remaining QueryBox to weld::MessageDialog
        
        Change-Id: Ifb4c316dee8eabf57c4940c44e29c65a2781aa6c

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [c410a3dcfeb68ba2247c0d879727afe4ca8ed3da]

        use less TRGB_COLORDATA
        
        part of removing ColorData
        
        Change-Id: Id2d5843762227559f97cfb5eb61c01c888a0601e
        Reviewed-on: https://gerrit.libreoffice.org/50347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [97448039e1e63f3bd6b61ab3215ede721ca368e4]

        use less RGB_COLORDATA
        
        part of removing ColorData
        
        Change-Id: If31b5b88545529863377e9a178f45f4516bf6cbb
        Reviewed-on: https://gerrit.libreoffice.org/50345
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Eike Rathke  <erack@redhat.com>  [e95618d754ee4e75632ed5f2bc29b8a021f45731]

        Swap UTF16-BE to UTF16-LE in Hash::calculateHash()
        
        Change-Id: I3727eefe795efcc3cc0a199ed3c3efc358145c87

2018-02-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bf22cc9ac97e36aea974a5029303059717a318e6]

        Updated core Project: help  73f04500d86e8daca46347aa25fd916e708f77a6
        
        tdf#116015 Add help for edit field dialog
        
        Change-Id: I83fb2fc4f25628097d96cf7857dcf9c72f4b5c1b
        Reviewed-on: https://gerrit.libreoffice.org/50365
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4bda838c11f24ac9e6b7b49856242f5e48d02725]

        Updated core Project: help  3bf45ab4bcc4f2346ec97df43789f0999dd46f0c
        
        Update help page for DocInfo fileds
        
        Old "Info 0-3" is now "Custom Properties".
        
        Change-Id: Iec77804ec86639dd97b0b804b221fba85e5e0240
        Reviewed-on: https://gerrit.libreoffice.org/50355
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f85f49672f23f625e94b6bc0051d8ff18ac24ec2]

        Updated core Project: help  bcfb5e98beb4ecd70c98e5c0add1db4da3a80670
        
        tdf#116019 Clarify help text for placeholders
        
        Change-Id: Iac1f5ffa8a81211e14f1a9337e389c04d2303769
        Reviewed-on: https://gerrit.libreoffice.org/50352
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [adbf54896e5a6eaa1d7d735bc4177db4cb4df215]

        Updated core Project: help  70fcc28a6443d2d52834ac1b82fb9ab24e4e6bb5
        
        Add missing ahelps to Merge Cells page and remove one unnecessary
        
        Change-Id: I01625dcff477ab58a0a259363e70fe11fdf9774b
        Reviewed-on: https://gerrit.libreoffice.org/50323
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [9349390ec6be993c95733d319e5c374d34a43395]

        Updated core Project: help  4cf16b0cea884ab2b3b32c921a3e86d18b880c5e
        
        Add a missing ahelp for PDF export dialog
        
        Change-Id: I2a6d93179f4fed7f119390008561764f54417942
        Reviewed-on: https://gerrit.libreoffice.org/50322
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [1bcea279fc4fb86ab510c34f09421d7a35c1a355]

        Updated core Project: help  d195123214d60e3df4f481608af4db961eb76e59
        
        Add a missing bookmark for new-ish UI option
        
        Change-Id: I6b172e7246d19b9491f22cf9d03439a45a064d9a
        Reviewed-on: https://gerrit.libreoffice.org/50321
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [cfc9b109ea6fd3deff4f7f710c81d5943da7de13]

        Updated core Project: help  564b827c4a5fc8ff96405c1718d622c449cff9de
        
        Drop unnecessary bookmarks and fix ahelp on Edit Links page
        
        Change-Id: Ifcc270b39dbf4615e3ba4477ca6495fd0871a0b3
        Reviewed-on: https://gerrit.libreoffice.org/50320
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [1b0e19bfb6e48c72ac9e4960adbc2f0dec06ee51]

        Updated core Project: help  36db0668854106d65b616e2905bbd349796c3093
        
        Fix ahelps on Subtotal Options page
        
        Change-Id: Ia322c70bb681ada6cd082acd52edc7821bd1c248
        Reviewed-on: https://gerrit.libreoffice.org/50319
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [7d1863f69afd615adadca6df35542712ed8f7e94]

        Updated core Project: help  f626faf9574005c79c4804f76bcdc0ca799c20ac
        
        tdf#114525 Add ahelp texts for the Conditional Formatting for dialog
        
        Change-Id: Ib61c008c6164cfb41d8640dee9da488fcf9ab354
        Reviewed-on: https://gerrit.libreoffice.org/50318
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [a5430be92cdfc9778e093c733e8ca91ea1fba40c]

        Updated core Project: help  9a1cd67e396e4b6379f195937b7eeaef6ba3c2ca
        
        tdf#114525 Bookmarks, ahelps and text for Manage Conditional Formatting window
        
        Change-Id: I62ed76b188c26cefd48257ebf03ff713b1a80f2b
        Reviewed-on: https://gerrit.libreoffice.org/50317
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [8ca86639e891964c1458a5532684e54156b4635a]

        Updated core Project: help  d61e726350bf12c34ea9942f4ece1e30ba0e6bb0
        
        tdf#114525 Fix Conditional Format dialog bookmarks and ahelps
        
        Change-Id: I3274aaaebe4c7cd35370ba7d4e5569c4f44eec39
        Reviewed-on: https://gerrit.libreoffice.org/50316
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Gabor Kelemen  <kelemeng@gnome.hu>  [35006b95b544507a71e351453498634b9575d310]

        Updated core Project: help  f631d6e7e4ac83a998edb66a6906ede9b9321f1c
        
        Replace custom HIDs with default ones in Hyperlink dialog pages
        
        Add some missing ahelp too
        This way the dialog source could be simplified a bit
        
        Change-Id: I5694eaa75c681b2d45ce9a7623574edf423dbd9a
        Reviewed-on: https://gerrit.libreoffice.org/50314
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-26  Michael Stahl  <mstahl@redhat.com>  [0efd06de8fca4036c4132b2745a11273b1755df2]

        vcl: fix hangs in SvpSalInstance
        
        Since commit cb8bfa9a32799bcde4e960fa56e388d5f7b2a928 the main thread
        will read from the timer pipe until it is empty. But evidently this
        introduces the problem that the poll() in another thread will not
        return, as the file descriptor will no longer be readable; see
        https://paste.debian.net/1011306/ for a reproducer of that rather
        under-documented poll behaviour.  So other threads can get stuck
        forever in poll, and then the main thread can block in poll too with
        no other thread to wake it up.  This is the problem that plagues
        UITest_writerperfect_epubexport.
        
        The timer pipe is difficult to fix, since the main thread can block on
        either the poll or the subsequent AcquireYieldMutex().
        
        So replace the timer pipe with a condition etc. that is mostly
        copied from the OSX AquaSalInstance/SalYieldMutex implementation.
        
        The main thread now does something different than the other threads,
        and blocks on a condition_variable with a timeout, while other
        threads still block on acquiring the mutex.
        
        Non-main threads can poke the main thread to do a DoYield()
        on their behalf, and then get the result back with a blocking
        read from a pipe, all while holding the YieldMutex.  This
        requires some fudging of the YieldMutex so that the main
        thread can borrow the ownership temporarily.
        
        Unfortunately SvpSalInstance, in addition to being directly
        instantiable for --headless, has a whole bunch of subclasses:
        
        * HeadlessSalInstance
        * AndroidSalInstance
        * IosSalInstance
        * GtkInstance (in the gtk3 case)
        * KDE5SalInstance
        
        Of these GtkInstance overrides everything related to the
        DoYield/SalYieldMutex implementation, but the others will be
        affected by the change.
        
        This commit will probably break IOS due to me not understanding the
        point of the undocumented random #ifdef IOS in svpinst.cxx.
        
        Change-Id: I1bbb143952dda89579e97ac32cd147e5b987573c
        Reviewed-on: https://gerrit.libreoffice.org/50237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Eike Rathke  <erack@redhat.com>  [238c6a45e02c8a0a3f462ab493c5d58b3d8f075f]

        Remove LittleEndian constraint, will handle that in calculateHash()
        
        Change-Id: I2534f3fa75484a2bb5f0c3d4bee3fca4f843095f

2018-02-26  Eike Rathke  <erack@redhat.com>  [21b593e45587a196e294eb628546d6141a6959d8]

        Accept also "SHA1" for "SHA-1" even if not specified
        
        From oox/source/crypto/AgileEngine.cxx hashCalc() it looks as if
        "SHA1" is used in the wild instead of the "SHA-1" specified in
        https://msdn.microsoft.com/en-us/library/dd925810
        But maybe that's just wrong and followed the "SHA512" without
        hyphen. Who knows.. accept both.
        
        Change-Id: Ie1c3b4adf66541a4b8d8b83a1c49df235f30cf04

2018-02-26  Eike Rathke  <erack@redhat.com>  [530465964a487c9633305bc886c7826f97f7f1ce]

        Prepare to handle OOXML Agile Encryption password hash as well
        
        ... that prepends the iteration count to the hash instead of
        appending it
        
        Change-Id: I090393e6337c110029e35baaa259b40ef4e5d416

2018-02-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [389405cc49cb07a5414dd2b7ac10d9a7785e012b]

        Fix typos
        
        Change-Id: Ifcfb8ed6783f7d022e7c7f139e3f3bafa7b4b71a
        Reviewed-on: https://gerrit.libreoffice.org/50088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Rico Tzschichholz  <ricotz@ubuntu.com>  [e075d09557e4637273de03f2f018d95e91b05455]

        sw: Fix build with older boost::optional like 1.54
        
        Change-Id: I2256a52e2017bfda04b3a2395f82b0aff0aa5b22
        Reviewed-on: https://gerrit.libreoffice.org/50343
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-26  Jan Holesovsky  <kendy@collabora.com>  [b8d5061f54408960177992d0f4be312b7d123167]

        sc lok: Make the Validation "Invalid value." message box working.
        
        Change-Id: Ic0131fa6fc397ae440efed834266b8396aa9e619
        Reviewed-on: https://gerrit.libreoffice.org/50160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-02-26  Mike Kaganski  <mike.kaganski@collabora.com>  [d0faecb02f47cb2165c0e20e3f63e2c2f1af7f19]

        RES_CHRATR_SHADOW should be SvxShadowItem
        
        Follow-up for commit 35f5274ece0fcbb70753a71619b526ed0d4cbd6b
        
        Change-Id: I7bd2f28565e574a6f0e36bc34959b8ecaf8cc4b1
        Reviewed-on: https://gerrit.libreoffice.org/50340
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-26  Eike Rathke  <erack@redhat.com>  [384954795c4f3c0641f4b0eb7cff6f27ebfbb5de]

        Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-up
        
        Change-Id: If0775ccf14b631918e51342a767412948e812c87

2018-02-26  Johnny_M  <klasse@partyheld.de>  [f1a11b9ce9dda2a57bc77d3bf38167a31feff8f1]

        Translate German variable names
        
        Akt -> Current in prcntfld
        
        Change-Id: If9e4ecc36ad89837825b6d2581424d316dd20e30
        Reviewed-on: https://gerrit.libreoffice.org/50313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Johnny_M  <klasse@partyheld.de>  [ca6089161ad9c24ee3c2eb5c82f4a039107c5313]

        Translate German variable names
        
        Translated the enum values in editeng, but kept the their translation
        references in editrids.hrc, to prevent a need to update translations.
        
        "UPPERCASE" was used instead of "CAPS", in alignment to style::CaseMap.
        
        The values in svxitems.sdi don't seem to be used anywhere, but
        translated anyway.
        
        Change-Id: I1b3a9a68ce814841819b361ce5767764e3b1968c
        Reviewed-on: https://gerrit.libreoffice.org/50305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Johnny_M  <klasse@partyheld.de>  [43bb03c5b17b1a583d77747bba604b17487d2723]

        Translate German variable names
        
        Akt -> Current in callnk
        
        Change-Id: I53506b07c73f4cd663be01f6a224a7fcd8c3ac89
        Reviewed-on: https://gerrit.libreoffice.org/50311
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Johnny_M  <klasse@partyheld.de>  [28b9df4ba45a12343e2c34f7764e1f18771e1927]

        Translate German comment
        
        Change-Id: If9f4d51827f2da11efbed6839bd36ff6a653d37b
        Reviewed-on: https://gerrit.libreoffice.org/50309
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Johnny_M  <klasse@partyheld.de>  [0ff61023009d75302c3c1c87962e863f11e89406]

        Translate German variable names
        
        Akt -> Current in itemset
        
        Change-Id: I22f24505c220775fcbbcc64f6fdfc529c772dbe9
        Reviewed-on: https://gerrit.libreoffice.org/50312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [91db89b73c4059bc2af86d91752b89d2497034c7]

        loplugin:useuniqueptr in SvxMSDffSolverContainer
        
        Change-Id: Ied7b60ac59cf1c869232a96e1b2ccb4e1b5cbf53
        Reviewed-on: https://gerrit.libreoffice.org/49945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Justin Luth  <justin_luth@sil.org>  [6ed9590303b416c958d8d4ae98386f517a332f7f]

        nfc: use std::min in fly.cxx:CalcRel
        
        Other parts of CalcRel are already using std::min. It makes it
        much easier to read when the code is consistent.
        
        Change-Id: Ie3b07b96e48843271683cdf6a7dabca16cfab10b
        Reviewed-on: https://gerrit.libreoffice.org/50035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-26  Mike Kaganski  <mike.kaganski@collabora.com>  [074fc4a1499aac6eb67cd0b2dca00a51071cff0e]

        tdf#116020: use actual whichIds in dialogs for character properties
        
        ... instead of converting back and forth between character-specific
        whichIds and generic. This eliminates creating duplicate properties
        in the set passed to dialog.
        A temporary GrabBag entry "DialogUseCharAttr" is used to indicate
        that dialogs should use character-specific Ids. This simplifies and
        unifies preparation of the set for different dialogs.
        
        Change-Id: I41b982ff05d54b0dfc283c07aef806f51c87209c
        Reviewed-on: https://gerrit.libreoffice.org/50339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8e157d2608715c0b871bffcb32d79d00ccb72061]

        extend testTextBoxPictureFill - check that the graphic is present
        
        Change-Id: Ib7ee52bbbf4bbbd41adcc7c15740b8d13bbe5bfa
        Reviewed-on: https://gerrit.libreoffice.org/50337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f62b798acf9c53cd6e151daf908a432a02e5771]

        xmlsecurity nss: create XMLSecurityContext instances with a constructor
        
        Change-Id: I0133469e08b6d48aaf949e928ec4436d309963eb
        Reviewed-on: https://gerrit.libreoffice.org/50223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [08ab1f46b192a188935fdffbefdc9f3973583cdf]

        loplugin:oncevar extend to tools/gen.hxx types
        
        Change-Id: I5c75875da44334569c02e2ff039b33c38397a0a2
        Reviewed-on: https://gerrit.libreoffice.org/50283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [9bc8714308b6f4b85a4c756229ac8b670d009f42]

        move MovePoint and MoveRect into Rectangle and Point
        
        Change-Id: Ie75c7c10288da00aac89479879e0b9fb1a4459b2
        Reviewed-on: https://gerrit.libreoffice.org/50247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [736ebd9a184752bcb756754e3af6b80cd2f4c480]

        fix alpha computation in chart2 getColorAsVector
        
        The alpha value was not being shifted, and because of associativity, the
        alpha color was also not being inverted before being divided by 255.
        
        Found while doing other Color work.
        
        This was introduced in
            commit a0842e53b999cee3cddbd209b43e313874760f0b
            Date:   Mon May 12 05:22:52 2014 +0200
            more sal_Int32 to sal_uInt32 and simplification
        
        Change-Id: I99b9e866a4f63676e194e65d64c31fb4c0442e0a
        Reviewed-on: https://gerrit.libreoffice.org/50245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [ace95cf48ee88d78a17765e5f4f26bb93d5940cf]

        ColorData->Color in various
        
        Change-Id: I22018b6a535224316d93bfd621771248b873a218
        Reviewed-on: https://gerrit.libreoffice.org/50167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [fa2dd2ba03f8be1f148dca8f6164daaf7bbf7d96]

        vcl: consolidate ColorOf() and GrayOf() functions
        
        Change-Id: Ic80dda409ceaff89be5f249cf906abbb40679f3c
        Reviewed-on: https://gerrit.libreoffice.org/50272
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [ea05b6595b2d0c8106249b08f3529b4574bdfdf5]

        vcl: remove init and destroy functions from Bitmap{Info|Read}Access
        
        Nothing else ever calls them except the constructor and destructors of
        the BitmapInfoAccess class itself - thus there is no real need for
        them to exist.
        
        Change-Id: Ib9a78dc5ed67b11c837f2c347ad74d0164e91770
        Reviewed-on: https://gerrit.libreoffice.org/50324
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3400424877032595490f38711b5e8520ed889fee]

        xmloff: remove unused code when loading/saving the bitmap table
        
        Change-Id: I6bffe243e813079538a4cb57111266b41d7c03f1
        Reviewed-on: https://gerrit.libreoffice.org/50333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6fa55d39bc43383fcdb3276e9b7f612fa96d1b67]

        bool cast operator for Graphic object
        
        Change-Id: Iec236538271b33eb9e6dcfd98903657c1198476e
        Reviewed-on: https://gerrit.libreoffice.org/50332
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Jim Raykowski  <raykowj@gmail.com>  [d4497411ea6db421a90cc950efe6e1bec4aebc0a]

        tdf#115329 make navigate by drawing to previous drawing work
        
        Change-Id: I7d93dc3accd7cc092f068524cb567de74a479343
        Reviewed-on: https://gerrit.libreoffice.org/50273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-25  Jim Raykowski  <raykowj@gmail.com>  [6b6a3547990eede6a2213b5a82bedd88a919563f]

        tdf#115329 Fix Navigate By Table after Navigate By Drawing or Control
        
        Change-Id: I2068d5d9c0ccebc83834d4db5a40225c972829ff
        Reviewed-on: https://gerrit.libreoffice.org/50315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [6a3dab0542d9bfd2dfc4f0f2dfe311f756b65953]

        vcl: test Bitmap::MakeMono
        
        Change-Id: I0387981296313eba4e0fb796750c0a5de8e3b7a2
        Reviewed-on: https://gerrit.libreoffice.org/50306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [14e13fe5ddfa7968b929208aef4cda93bd84605f]

        vcl: add BitmapColor tests
        
        Change-Id: Ic7f781f7f174d40b81ba85e8386acec325fefc4e
        Reviewed-on: https://gerrit.libreoffice.org/50271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d]

        oox: Remove setting the GraphicURL in fillproperties
        
        Change-Id: I543b77bce7232d56a4cf107992e1c006b75b63bd
        Reviewed-on: https://gerrit.libreoffice.org/50168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [03cb143b23d60900a53771d3609f1773904a81fe]

        Updated core Project: help  72c2f044662c92c8e1dec700160cb94835bfc092
        
        update help for warning dialog conversion
        
        Change-Id: I8c4bae6f0e43178b2189b3986c9f280dcb76b085
        

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [d75144cf44779a8f6cc9bccf9b0a6328b94a5b90]

        convert remaining InfoBox to weld::MessageDialog
        
        Change-Id: I91d828e38d96264cf4a76f30940942556b8f78d8
        Reviewed-on: https://gerrit.libreoffice.org/50205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-25  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [8d42909cd326cb26d8ba1fb383b5578f820c72ed]

        tdf#115353 layout fix
        
        Change-Id: I085b330e6539adb8b924f4d7f4cd10fb593a0da6
        Reviewed-on: https://gerrit.libreoffice.org/50257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [a7d7b2b49e6b63cdf22be823b8eb6e4c0ec8191f]

        oss-fuzz build fix
        
        Change-Id: I64e0839428e238471a75f2609330171e86472429

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [1724d7db282ac997dc6d8e9d1e63486e141388f5]

        oss-fuzz: issue 1188, per-fuzzer config
        
        instead of copying the whole bunch around, now the scheme is to copy
        each individual fuzzer and matching config around, so duplicate the
        previously shared config for each one an
        
        Change-Id: I479ea13abfab382b6aee23bc04d5f7e535b489c9

2018-02-25  Arnaud Versini  <arnaud.versini@gmail.com>  [d176877bc0ccb8432e55eda2e7d620a246bccdde]

        accessibility: cleanup constructors and destructors
        
        Change-Id: Id9d420e633691cf87706088d7415aeb8ed1bdb8d
        Reviewed-on: https://gerrit.libreoffice.org/50307
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-25  Arnaud Versini  <arnaud.versini@gmail.com>  [6d7c82a57377a6d8c13e3c990466232cbec7e4f9]

        accessibility : remove useless Impl pattern
        
        Change-Id: I6a3744b742db12ded79d273d49b041c578eccab6
        Reviewed-on: https://gerrit.libreoffice.org/50302
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5fb3a3ef3ec37926c715c0944873f8612eb25519]

        amend Sequence size
        
        Change-Id: Ib5fd612c2cba6190f414aca261415b3b977971c0
        Reviewed-on: https://gerrit.libreoffice.org/50300
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4873f5a96d258ce5571b424bde309305a9817ac0]

        uitest - calc's autofilter bugs
        
        tdf#115046 tdf#94055 tdf#77479 tdf#112656 tdf#81124 tdf#73565 tdf#65505
        tdf#74857 tdf#35294 tdf#55712
        
        Change-Id: I98a79499c3b0eab27e0330e17b9e94f5ecc7ef14
        Reviewed-on: https://gerrit.libreoffice.org/50009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [522d3e30f2fdc6c749eb1868395b617f04970c83]

        uitest for bug tdf#53460
        
        Change-Id: I6e1f720bf815ebdcb3eb94d45b5ceb8863f1ddb5
        Reviewed-on: https://gerrit.libreoffice.org/50215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5bd9cd4662cb07ee82444d0efeda87d2c9534828]

        uitest - Writer Asian phonetic guide dialog
        
        Change-Id: Ied8c5c880e1a6aa77ac478f988d579fa469a86c3
        Reviewed-on: https://gerrit.libreoffice.org/50184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d5b01ce74cd2d91e767115de86a8c7013bb56c14]

        uitest for bug tdf#51352
        
        Change-Id: I5ad054c7226c43c60dd0770ff7f7bd7bba34c93d
        Reviewed-on: https://gerrit.libreoffice.org/50263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [218bd65271cf9d94e6a47b61c83883eea1885317]

        uitest Calc merged cells- tdf#51368 tdf#105412 tdf#37901 tdf#51368 tdf#63766
        
        Change-Id: Iecf46561b999bdb56a93a3412418332513fa83fd
        Reviewed-on: https://gerrit.libreoffice.org/49561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-25  Stephan Bergmann  <sbergman@redhat.com>  [f8d23c84fc5623755476f94e02a5d5aa44c391be]

        Improve loplugin:dyncastvisibility a bit
        
        Change-Id: Iab9d333d08a8b90a69f3a096e5f39baf3e7bb638
        Reviewed-on: https://gerrit.libreoffice.org/50279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [9fba813b5395d89475f7927170517866bdf3a2d6]

        forcepoint #8 null deref
        
        Change-Id: I29450ab45eba5cccfbfff4744c853e2e70ce679e
        Reviewed-on: https://gerrit.libreoffice.org/50291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9932cbe1a515420acad07411606be425d31584aa]

        When exporting a shape, use "Graphic" property from images
        
        We still used "GraphicURL" when exporting a shape, but as it is
        being replaced, change that to use "Graphic" property instead.
        
        Change-Id: Ia2b6bdacf0e28de6cfe2eaa36e5b558250ebee8e
        Reviewed-on: https://gerrit.libreoffice.org/50142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cfc2715f1500d98671834254f2d8c4de19ff8507]

        Use "Graphic" instead of "GraphicURL" property for SimpleShape
        
        We don't need to create an URL when we get the XGraphic from the
        signatures, that use SimpleShape. We can just use the XGraphic
        directly and set the "Graphic" property on creation of
        SimpleShape.
        
        Change-Id: I82b1f76cd358fca29f5b9dfbed0e735bd1f38e15
        Reviewed-on: https://gerrit.libreoffice.org/50141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [e2d0945c41a3558264491d01bd269a8ec5bcf796]

        vcl: bitmap tests: bit-width, number colors, PrefSize, and byte-size
        
        Change-Id: I783cb0f8d25a0147dfb908d659ab26c5e1ac2748
        Reviewed-on: https://gerrit.libreoffice.org/50299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [1dd4590f817cce0b9e973c4767551067067702b5]

        vcl: remove vcl/qa/cppunit/BitmapTest.cxx from clang-format blacklist
        
        I am actively working on bitmap tests, it is much easier if I just
        make a seperate commit which runs clang-format over this file, gives
        a clear line of demarcation so you can see what is being changed.
        
        Change-Id: I70357c935aaeac4cabdf95a98b2cc8e40fd736e0
        Reviewed-on: https://gerrit.libreoffice.org/50298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Julien Nabet  <serval2412@yahoo.fr>  [1daf4db9631bea239e6f4403741001a46174383d]

        Blind fix for 3ceb01afc3e5f47930e24fb0b21e6e85b86f660e
        
        Change-Id: I01649065c93de368f900eb836a0467693f361f68
        Reviewed-on: https://gerrit.libreoffice.org/50297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e45e4bbaf9b6fcee72c255f8f1761620e70d2ba]

        remove const property name member for "GraphicURL"
        
        All of them should be removed however..
        
        Change-Id: I83c9ec3c8d5f547b39528121a8d4be12aa1b911c
        Reviewed-on: https://gerrit.libreoffice.org/50296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c8b1432e8fd2c6a7d3d0039816884f33dafb97cb]

        remove "FillBitmapURL" property
        
        Change-Id: Icac13a412ae16e4b367362ca85a37fa29802c68b
        Reviewed-on: https://gerrit.libreoffice.org/50169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ab3890b5f4ff4654eae7360d0cf34f3e26a1026f]

        use "Graphic" property to transport Graphic for controls
        
        Currently "ImageURL" property is used to transport the Graphic
        (as an string URL), which is being replaced by transporting
        XGraphic directly. There is already a property that all
        controls use - "Graphic", so use that instead.
        
        Change-Id: I2514b475735f3e430c2baa9b1685a231fc694b28
        Reviewed-on: https://gerrit.libreoffice.org/50139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4256ffa959f994f0964f7391fad70df8a9c884f0]

        fix import of graphic bullets
        
        When changing to use "GraphicBitmap" property instead of
        "ImageURL", the import wasn't adapted and there was no test which
        would warn of such an situation. This also changes the difference
        between writer and impress where impress used "Graphic" and not
        "GraphicBitmap" property.
        
        Also adds missing tests for both writer and impress
        
        Change-Id: Ieed629d2d37f7806d63e729b6ef23cd848593071
        Reviewed-on: https://gerrit.libreoffice.org/50140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [99223fc736c55cc1eb319ae1576b3998771e6b6f]

        vcl: add some basic Bitmap tests
        
        Change-Id: Ib697f0499cd40b44eab154794c227574cf831eef
        Reviewed-on: https://gerrit.libreoffice.org/50282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [0081a0d9465bf1f26d68cff10f2cfc9a662f8824]

        tdf#115895 - Color picker images missing in Impress
        
        VirtualDevice does not have an alpha channel by default.
        
        Change-Id: I4eebd7a23546a77dc9df2e2dad12d37eec4560ef
        Reviewed-on: https://gerrit.libreoffice.org/50248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [05bd9ed45d7a985ba7a53d0c122d6dbcd6cb2652]

        forcepoint #8 ensure ColumnDef lifetime
        
        Change-Id: Idb0c7b1530dc57f4d7c14751f1b76caecc3b03a6
        Reviewed-on: https://gerrit.libreoffice.org/50288
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [86a5c40b4ab4cdf20733dbbb1698472c9a0eeded]

        forcepoint #7 check ksc5601_2uni_page21 bounds
        
        Change-Id: I578e7a63bb50f2088d35174d88f075c00469bad3
        Reviewed-on: https://gerrit.libreoffice.org/50285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-25  Caolán McNamara  <caolanm@redhat.com>  [3a387e314dde98b67430d768ceabf4ee4688690c]

        convert all help responses to gtk's -11
        
        and ok responses to gtk's -5
        and cancel responses to gtk's -6
        and close responses to gtk's -7
        and yes responses to gtk's -8
        and no responses to gtk's -9
        
        Change-Id: Ia1a261a3a711ed9f5d8c0b0c639897c3064bb08c
        Reviewed-on: https://gerrit.libreoffice.org/50206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e1771058ebc4efc58515ffa60250843274990bac]

        starmath: Adjusting by 0 is the same as doing nothing
        
        Change-Id: I417c67ca8be458befff4ff3151404fe3833e7582
        Reviewed-on: https://gerrit.libreoffice.org/50227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-24  Eike Rathke  <erack@redhat.com>  [95bee23dffe87e36eaa7a58ba8aca8434bf01007]

        Resolves: tdf#104250 import sheetProtection hash attributes
        
        Change-Id: Ibae0934a84173b0933a03a6050abaaf3384404cb

2018-02-24  Eike Rathke  <erack@redhat.com>  [1bf8006f6344d67dbfe0055da7d7dd5bdfa529d2]

        Write ScOoxPasswordHash to OOXML if set, tdf#104250 prep
        
        Change-Id: I51996c673e6c44bbfc27972800d78d9807fe67db

2018-02-24  Eike Rathke  <erack@redhat.com>  [e3dd12fa8a71c7d0d35fb2146436934d1f4ee004]

        Handle mbEmptyPass and empty hash with OOXML hash value, tdf#104250 prep
        
        Change-Id: Ib24102c442c4675cc5b256fcf8e9d81370aba11f

2018-02-24  Eike Rathke  <erack@redhat.com>  [0423db153603368a69297e5309d3065d57c4d068]

        Add ScTableProtectionImpl::setPasswordHash() for OOXML, tdf#104250 prep
        
        Change-Id: I9589f750cf2f69f4b725cd351aa9ef3749190431

2018-02-24  Eike Rathke  <erack@redhat.com>  [c6eb3bf58c9c236dc7fe47fb9c4df7dd2a98c2d0]

        Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prep
        
        Change-Id: Idf1ec7a4b7cde674891df05aae369c403c028fee

2018-02-24  Eike Rathke  <erack@redhat.com>  [d841f348b94f30cb8e94a0d34e9b20aa34d33aca]

        Add ScOoxPasswordHash::verifyPassword(), tdf#104250 prep
        
        Change-Id: Ife588fa0626b01336813e956a25e51541d1096e6

2018-02-24  Eike Rathke  <erack@redhat.com>  [5f4df7af832e886bd279db566dc6693db9bb6a89]

        Consider ScOoxPasswordHash in isProtectedWithPass(), tdf#104250 prep
        
        And clear in setPassword()
        
        Change-Id: Ib68bb5be8d6908909afc1e1d5bd6bbeccb6d0083

2018-02-24  Caolán McNamara  <caolanm@redhat.com>  [8c04ab5e7b3420de8557ff9ad8e67f601f51211f]

        forcepoint #6 release virtual devices before releasing font cache
        
        Change-Id: Iacfbe7da788235c96519ecd106d09ab534c83849
        Reviewed-on: https://gerrit.libreoffice.org/50281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-24  Julien Nabet  <serval2412@yahoo.fr>  [3ceb01afc3e5f47930e24fb0b21e6e85b86f660e]

        Use for range loops in basegfx and basic
        
        Change-Id: I5b2086c245695aeb30630150b3c5ccf61fbd6a56
        Reviewed-on: https://gerrit.libreoffice.org/50280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [85643ad3b66ee057a6d620d6284a2b1b19de8dc8]

        Fix typos
        
        Change-Id: Ie1cff6b690e69d23c16a1a60ef4271d6cf48c13b
        Reviewed-on: https://gerrit.libreoffice.org/50260
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-24  Stephan Bergmann  <sbergman@redhat.com>  [fa2a43c29051b1bdcd0aef2e9cebfd206a4448ce]

        EventHolder used in dynamic_cast should better be SAL_DLLPUBLIC_RTTI
        
        ...so that the dynamic_cast is guaranteed to work on macOS (where RTTI
        equivalence is determined by address, not by strcmp).  The relevant dynamic_castis in DocumentEventNotifier_Impl::processEvent in
        dbaccess/source/core/dataaccess/documenteventnotifier.cxx, and at least during a
        `make check` it appears to only be fed dbaccess::DocumentEventHolder (aka
        comphelper::EventHolder<css::document::DocumentEvent>) instances also created in
        documenteventnotifier.cxx (so the dynamic_cast happens to work fine also on
        macOS in that case).  But better be conservative and mark EventHodler as
        SAL_DLLPUBLIC_RTTI after all.
        
        Change-Id: I99c842418d3f51265d96b8deb0dfc6c7a1540be5
        Reviewed-on: https://gerrit.libreoffice.org/50258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-24  Mert Tümer  <merttumer7@gmail.com>  [ddd49295d19f76c63ea61dc64af08a797dbafa9b]

        [Pardus] tdf#112481 Ability to add worksheets on Calc
        
        This patch is sponsored by ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: Id67e3c400971b47738fe2f628955534f34839493
        Reviewed-on: https://gerrit.libreoffice.org/49294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a6e46a240267a6d7082f65629b2bc1dcd1313f89]

        Removed duplicated includes
        
        Change-Id: I04ea7b0e923e903210aef81e9d72e554bbf9e1c9
        Reviewed-on: https://gerrit.libreoffice.org/50208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [b7e3e73b8015e20f8303ea1f2a2156128ae411e2]

        Make shell stack more robust against rogue extensions
        
        It shouldn't happen that a view is placed above the shells
        it has spawned on sfx2 dispatcher's shell stack 'cause
        during dispose, such view gets deleted before the shells
        that still refer to it.
        
        Alas it does happen with Wollmux (which makes couple of
        Writer UNO API calls before SwView is activated) so guard
        against that
        
        Change-Id: Ic7f21992c5e55a48c63dffc733c8f5b0a59a9126
        Reviewed-on: https://gerrit.libreoffice.org/50256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-24  Jim Raykowski  <raykowj@gmail.com>  [e4b76246055eb8d2b37dbf49684bb7c77068eeb1]

        tdf#115880 end drawview text editing on move navigation
        
        and leave draw mode
        
        This fix provides a bonous fix for incorrect behaviour of Table move when
        a Drawing Object has focus.
        
        Change-Id: Id554f4f0bac547e65f47544f116f40f49d4d6135
        Reviewed-on: https://gerrit.libreoffice.org/50154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-24  Andreas Brandner  <Andreas.Brandner@cib.de>  [974ef69c73a4e62b7513effa5c5b8d46ec0a1c80]

        tdf#115968: make libcmis work better with CIB doxima
        
        Change-Id: I1758bcee9a191937ed265dc26212f259a59fffef
        Reviewed-on: https://gerrit.libreoffice.org/50231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-24  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c64f2d34c0e62ec288b2e1453bf91f9f650db845]

        Remove accidently committed debug lines
        
        Change-Id: Id083a3bb38ba89e00239e71387377691afd4f31c

2018-02-24  Tamás Zolnai  <tamas.zolnai@collabora.com>  [56629f9797fa1cf8b7c86b93ee2ea62673444c94]

        sd lok: Delete selection highlight after cutting text.
        
        Call drawing also after the new selection is set, similar to
        other cases where DrawSelectionXOR() is called before and after
        selection change.
        In desktop LO drawing is always called again and again by timeout,
        so there the selection is updated anyway, while in LO online painting
        does not emit a notification.
        
        Change-Id: I6e9337fc0cfb61656387ba44d901521c3dfa60dd
        Reviewed-on: https://gerrit.libreoffice.org/50268
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-24  Eike Rathke  <erack@redhat.com>  [89182507aaf336d16ba1e89305bc2ea3b1e6949f]

        Hash Base64, Sequence and cleansing, tdf#104250 prep
        
        Change-Id: I58d48b8caa780138b8431bec9db20c9d0e9abce7

2018-02-24  Eike Rathke  <erack@redhat.com>  [4446ac904ebaa0b2ba0fed17f2f8fd39d3a3c7fb]

        Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prep
        
        Change-Id: I8a3e7e0a29058708ac0a2c5b78afc69bf7bf04a6

2018-02-24  Eike Rathke  <erack@redhat.com>  [f1fb9932492249ec3f1546e79be8b3be7fb195f3]

        Add ScOoxPasswordHash::clear(), tdf#104250 prep
        
        Change-Id: Iaf3bb2ad74fe99435c74e9ea018168ff7e92a977

2018-02-24  Julien Nabet  <serval2412@yahoo.fr>  [8f2d6e80608b7f8cc931e6d7e7280c043fc92ae8]

        Modernize a bit accessibility and basctl
        
        by using for range loops
        + compare end iterator with "!=" instead of "<"
        
        Change-Id: I615a8ca417a58fde4976bb6d8d9112dc5d993a88
        Reviewed-on: https://gerrit.libreoffice.org/50277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-24  Eike Rathke  <erack@redhat.com>  [556c2eaffcdb541317ed148d58c6c973fa6fd0e6]

        Implement OOXML password hashing algorithm, tdf#104250 prep
        
        As per https://msdn.microsoft.com/en-us/library/dd920692
        
        Change-Id: Iebacaf3549dab28fd3033f9c241130fd66782b25
        Reviewed-on: https://gerrit.libreoffice.org/50259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-02-24  Aron Budea  <aron.budea@collabora.com>  [40c33132cfa6582dfccf17e787f10dd4dbd0819d]

        tdf#115863: fix TIFF import
        
        Regression from 651e1f6cda04468394c65c2fd88d915902ac0306
        
        Change-Id: Id1604fb8eb11ea4e39846591e3912b40a7e7cc96
        Reviewed-on: https://gerrit.libreoffice.org/50269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-02-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93117a98e870804ad0ac0152e87355edd1dd5889]

        add test for deduplicating cond format against same format
        
        Change-Id: I9e21b5b53f7a3c579bdaf5dc0dd6102be805faf9
        Reviewed-on: https://gerrit.libreoffice.org/50217
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63ad8b1c0ddcd895447627ac60701d54ff332c38]

        better same document test for conditional format copy&paste
        
        Change-Id: Ic896202e072a036108c06768f29ba767d3ea7769
        Reviewed-on: https://gerrit.libreoffice.org/50218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-23  Julien Nabet  <serval2412@yahoo.fr>  [856159b3913976c68c8a04b7e939a6cc64477f6a]

        tdf#115828: hsqldb supports multiple resultSets
        
        Regression from 3c567e55e6aed9e0da892d8b9fc09f8a0c784fcc
        Thank you to Lionel for this suggestion
        
        Change-Id: I5eeadc1968e57d586e55a7aa5488b2ab3ee43724
        Reviewed-on: https://gerrit.libreoffice.org/50202
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [c156c9fafff2bf4f60fe300cada4f43b6d8c6fcb]

        forcepoint #5 null deref
        
        Change-Id: I95b67f98b7028d7ca7c4a9d1c15100e42d359816
        Reviewed-on: https://gerrit.libreoffice.org/50241
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [36bd5662e73f6fbd64bf03fd42936a8d69ed397b]

        Revert "tdf#96892 3 to 5 digit precision"
        
        1 to 3 was helpful, reportedly 3 to 5 isn't.
        
        This reverts commit c4b23192b4ab1f3ea75df7e48da36b6b17de248b.
        
        Change-Id: I51d31a8473ff51f1dcc89a063af568803efe5e11
        Reviewed-on: https://gerrit.libreoffice.org/50252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2e63d4554069b33654729a9247c0b32950803163]

        StyleSheetUser use in dynamic_cast should better be SAL_DLLPUBLIC_RTTI
        
        ...so that the dynamic_cast is guaranteed to work on macOS (where RTTI
        equivalence is determined by address, not by strcmp).  The relevant dynamic_cast
        is in SdStyleSheet::IsUsed in sd/source/core/stlsheet.cxx, and at least during a
        `make check` it appears to only be fed SdStyleSheet instances derived from
        StyleSheetUser (and SdStyleSheet is also defiined in Library_sd, so the
        dynamic_cast happens to work fine also on macOS in that case).  But better be
        conservative and mark StyleSheetUser as SAL_DLLPUBLIC_RTTI after all.
        
        Change-Id: I760f58357b7fe3b4826ea496934e03da3499419e
        Reviewed-on: https://gerrit.libreoffice.org/50246
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-23  Tor Lillqvist  <tml@collabora.com>  [715b7b6f346fdd9c856db268dcd66334b58c273c]

        tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacks
        
        It seems that on some Macs that the
        NSApplicationDidChangeScreenParametersNotification is sent for unknown
        reasons quite often. I can reproduce the problem by changing the Dock
        size in System Preferences while LibreOffice is running, but others
        seem to get it without resorting to such trickery.
        
        The code used to invoke the SalEvent::DisplayChanged callback in all
        cases, which can be extremely heavy, as it involves re-measuring text
        layouts all over the place in all open document windows.
        
        Avoid that if the geometry in fact has not changed.
        
        Sure, there still is the problem that LibreOffice can become
        unresponsive for several seconds when the display geometry *does*
        change, like when you attach or detach a display.
        
        Change-Id: I659881e5e392bd599f6be190835e32a77d9f4725
        Reviewed-on: https://gerrit.libreoffice.org/50249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-23  Eike Rathke  <erack@redhat.com>  [6d67347311923dbe3975cfa197649f5856c00723]

        Move OOXML password definitions to struct ScOoxPasswordHash, tdf#104250 prep
        
        Change-Id: I595d5ae8db6f739900afdfdde1e36b0a0b1d2179

2018-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f159a4df7dcf9c4b1a35d16aee2303b8fa34b27]

        tdf#115873 sd navigator: adapt IsEqualToDoc() to Fill() further
        
        SdPageObjsTLB::Fill() populates the navigator tree list box,
        SdPageObjsTLB::IsEqualToDoc() determintes if it has to be refreshed or
        not.
        
        Commit f3c68cdf8f6a0273c62b493552f78af0138a44e8 (tdf#115873 sd
        navigator: allow selecting but not focusing on objects, 2018-02-21)
        already brought IsEqualToDoc() closer to Fill() with using the same
        iteration mode for the SdrObjects, but that's not enough.
        
        Fill() uses flat iteration, then checks for group shapes explicitly and
        visits them recursively. Change IsEqualToDoc() to do the same, this way
        selecting "Rectangle 3" in the testcase won't result in a jump back to
        "Slide 1" (as an effect of IsEqualToDoc() returning false for an up to
        date tree list box).
        
        Change-Id: If2543cbc282af06ba43d4804e7ed455c8b9828cd
        Reviewed-on: https://gerrit.libreoffice.org/50234
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aae1b8f47f7fd4d88e4ded348ee3afdbb5208855]

        deduplicate cond format against source format if possible
        
        Change-Id: Ie4bbbb078f2d0456cd5f3ad6e2c5627aca9fbaa9
        Reviewed-on: https://gerrit.libreoffice.org/50216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5ce0b396fdf48bba13d9e0433614d0e0e4368ea]

        add test for tdf#115835
        
        Change-Id: Ic07e35fcba503461793abb88b463b6e43ca61972
        Reviewed-on: https://gerrit.libreoffice.org/50212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [ff6def51db86ea2a516739f2dd67f24fa024af4e]

        forcepoint #5 check for short read
        
        a zip file within a structured storage stream. underlying storage stream
        claims larger size that it can satisfy on read
        
        Change-Id: I8516b12df33ad78b2525192826f5e3aef2622eb8
        Reviewed-on: https://gerrit.libreoffice.org/50238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e2d8e2e0e2248de980f59af15e8b3472c8f56f70]

        tdf#115374: add GPG SEInitializer service for Windows
        
        Amends commit 1c58b047d117bb087abc571b74c06cdf7499b1a0, seems we
        need that now on Windows, too
        
        Change-Id: Ia0c5e1e577a4f8dfe02b4d8eda0d220fa5e5f2a1
        Reviewed-on: https://gerrit.libreoffice.org/50235
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-23  Samuel Thibault  <sthibault@hypra.fr>  [1f3dd8f60c60f2a18a64aee332acc09b1870ee07]

        Fix --enable-python documentation
        
        python is always used at build-time. Saying that --disable-python disables
        python support at build-time is confusing.
        
        Change-Id: Ic7206c832b1cf3ee41d67152198660c13aa86652
        Reviewed-on: https://gerrit.libreoffice.org/50229
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [e208b81540d43e2b7d3012dfe6bebc59ce638c12]

        Don't reformat all connectors every time spellchecking timer fires
        
        Editing document with many (~1k) connectors eats all available CPU
        power as every spellchecking event locks and then unlocks SdrModel
        which in turn repositions ALL connectors in entire document, so let's
        not do that
        
        Additionally, set OutlinerParaObject and broadcast only when something
        has actually changed
        
        Change-Id: I647b7309729dce153b8e05eff4677fe7bb9840a7
        Reviewed-on: https://gerrit.libreoffice.org/49995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-23  Yousuf Philips  <philipz85@hotmail.com>  [16700331da2087bbb53c1774605cef2d0411206a]

        tdf#114768: Update default font list for Simplified Chinese
        
        Change-Id: I23e92f1248d8f0bc424278e565bd5bfdbe30f7c5
        Reviewed-on: https://gerrit.libreoffice.org/49520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-23  Yousuf Philips  <philipz85@hotmail.com>  [4902aeff480692a0f3ddfc7e1182038868712f52]

        tdf#113651 Sync Calc Track Changes commands with Writers
        
        For a consistent UX
        
        Change-Id: I1ad937124786d2e7d0a752f819144172ae902ed5
        Reviewed-on: https://gerrit.libreoffice.org/45267
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [64ada386b9e67b2cb5823a333ec2b289781459ba]

        new loplugin:doubleconvert to with ColorData work
        
        Change-Id: Ib8f2ef485f548645c4b0e7cf080b72b28c4e278d
        Reviewed-on: https://gerrit.libreoffice.org/50226
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [57464884619be641f5ebc8804593f668ec8e0981]

        blind android build fix
        
        Change-Id: I8e5722ee922c609fa71c766692f79f138217bf05

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [508ac4c37e4980e0c96253f24469947911f931c0]

        oss-fuzz: explicitly mention the rc files we want
        
        Change-Id: Iabefbc3873b45f58fb8e493d043b0e08a3f425f9

2018-02-23  Caolán McNamara  <caolanm@redhat.com>  [03fc57826e3bdcc3af12e32ff10cc2a093b123aa]

        no point in a checkbutton having a response
        
        Change-Id: I2376336617d5ef324e03fa8a93137d3273dabc60
        Reviewed-on: https://gerrit.libreoffice.org/50195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c557889748292d25996ea8f587d7564c74e6f121]

        copy multiple single row cond formats correctly, tdf#115835
        
        Change-Id: Ic20cc27f03edf3dbd27975f99c788bf5bffd4c48
        Reviewed-on: https://gerrit.libreoffice.org/50211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-23  Eike Rathke  <erack@redhat.com>  [2d5a9e9f26daf95f33afb0d28ffd088cdd41ae8c]

        tdf#115933 set document read-only on presence of hashValue attribute
        
        Though there's currently no way (password dialog) to edit the
        document other than saving it to a different file, this seems to
        be what is expected.
        
        Change-Id: Iafa8ac9f6e41c3011ed0ad4b19cc57382c9f2a75

2018-02-23  Eike Rathke  <erack@redhat.com>  [0fe1b2fb823470e2f5eae574f9c9f877eecc932d]

        Read algorithmName, hashValue, saltValue, spinCount, tdf#115933 prep
        
        Change-Id: I799d4652099059fcd09088c02537ed5dec087259

2018-02-23  Eike Rathke  <erack@redhat.com>  [62767cf6062d4e90ba5de9b19927b1a96d0f7e62]

        Read algorithmName, hashValue, saltValue, spinCount, tdf#104250 prep
        
        Change-Id: Idc68ad62e8420646d5aecd0d4126084390a1ed55

2018-02-23  Justin Luth  <justin_luth@sil.org>  [cffecd3c8d2d6b34726b8820468fadef93dd553d]

        tdf#80282 swpagerelsize: corner case frame size max
        
        Before the swpagerelsize commits,
        (specifically 7c7fdf3e97bbf2301f9938082d4d44162f4ec3c0),
        the max size was always Prt(). The regression comes if
        the RelFrame is a pageFrame (like when the image is
        anchored to the page). Then sometimes no maximum is set.
        
        Change-Id: If1e93ce670bd0908eb2d1f89dabbe9861163d29e
        Reviewed-on: https://gerrit.libreoffice.org/50034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-23  Stephan Bergmann  <sbergman@redhat.com>  [e3166f4034c3997134c679872d6ce66c8abe16c6]

        Merge "Enable device=dri to fix opengl crashes" into flatpak-manifest.in
        
        ...from <https://github.com/flathub/org.libreoffice.LibreOffice/pull/18/commits/
        637788fa1d9fc6514467a4a193e5cf32f696b400> "Enable device=dri to fix opengl
        crashes"
        
        Change-Id: Ic989bfb3e46057dc2fd20d2cd6f17d5733338642

2018-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e1a50cc433a865da677faf7d502ba41858e45f6]

        tdf#115883 DOCX import: catch RuntimeException from SwXFrame
        
        getPropertyValue("Surround") for a non-inserted frame can throw, but
        hasPropertyValue("Surround") still returns true. So fix the regression
        by just catching the exception, assuming that in that case no increased
        spacing is needed.
        
        Change-Id: I49a78ce8d41b4e1cc7d23721d5dc70f7550c94af
        Reviewed-on: https://gerrit.libreoffice.org/50175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2e53070ca807e1974c462d9ae8f7098990c9356]

        xmlsecurity mscrypt: create XMLSignature instances with a constructor
        
        Change-Id: Ie30885226d1ede4293adc888e587d6111343f5af
        Reviewed-on: https://gerrit.libreoffice.org/50144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-23  Stephan Bergmann  <sbergman@redhat.com>  [b9e591e7ab7eaa3ea7539ea3f778bda89177219c]

        Updated core Project: help  76635096e9c9832d856e8eb1798ce70256f6d81b
        
        Adapt CustomTarget_helpcontent2/source/auxiliary
        
        ...to core 906a2e4fa4e9ce231126c608e741c0c0d809157d "Always execute
        pack_images.py with the right Python interpreter"
        
        Change-Id: I7c6c9aed33222fb5b902e30a05cefe8f88c66df1
        

2018-02-23  Pranav Kant  <pranavk@collabora.co.uk>  [391660de4125da06775f7d94ef352da3926c115f]

        lokdialog: Allow Execute()ing first, silently cancels others
        
        We want to be able to detect which dialogs are important and need to be
        converted to async while not completely disallowing them. Allow only
        first instance of such dialogs being Execute()d and warn when another
        such instance tries to Execute().
        
        Change-Id: I6742784fa95d9e3f9ff87ece294126d390ae9e9e
        Reviewed-on: https://gerrit.libreoffice.org/50092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-02-23  Pranav Kant  <pranavk@collabora.co.uk>  [190a44fe052f034368e254d263fca21fc000d6ce]

        lok: Factor out the code for finding vcl::Window of a document
        
        This should also help with IME input on charts
        
        Change-Id: Ie513790a5d0c87397c39301a328a44b59d394a45
        Reviewed-on: https://gerrit.libreoffice.org/50091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-02-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ce43b10ccac41d352bcbf3a40e36360c3d0483c2]

        get headless build to work again for Linux
        
        This makes --disable-gui option build successfully again - which
        means we again run on a headless server w/o any X11 or OpenGL libs.
        
        Change-Id: I60019af571aecdac277adbe6d34d5fff065014f9
        Reviewed-on: https://gerrit.libreoffice.org/50214
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-23  Mike Kaganski  <mike.kaganski@collabora.com>  [b37a46fdf91dbc66f6ddc1c070aec70716d94a01]

        tdf#115938: Properly detect shadow size control's changed state
        
        This change makes sure that only if the shadow size edit box' text
        is changed, it is converted to the size in twips. It sets wrapper's
        default value on each SetControlValue, to return proper initial
        size when the size text wasn't modified.
        
        Also both ExampleSet and OutSet in SfxTabDialog's Reset handler are
        processed to set relevant items back to initial value; otherwise,
        as the restored item (marked as unchanged) will be absent in tab's
        result set, it would not modify the old items in the two, and they
        would keep previous modified values.
        
        Change-Id: Ie4362811968c6e6cbe0f9229bd3c9b29462f5704
        Reviewed-on: https://gerrit.libreoffice.org/50196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fecc5d4a4423938de6d07dd57e6a98160bf91f3e]

        fix crash while trying to access icon set image file
        
        Change-Id: Iaad9b5aeb4163a5262bcaf0a414ee30fd9279a49
        Reviewed-on: https://gerrit.libreoffice.org/50219
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f5eb32c635a07f6977b8e613ac8732242e8682e7]

        fix incorrect icon set size
        
        Change-Id: Iadd08f5a95121cc2c5e6ac0d5719bdfa07b5c95a
        Reviewed-on: https://gerrit.libreoffice.org/50220
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-22  Mike Kaganski  <mike.kaganski@collabora.com>  [06f04bf84d48d6542d9b47d1e16228923de61302]

        Simplify conditions a little
        
        Change-Id: Iaa587f1a2d78f14b999f2e9e866db058d466493f
        Reviewed-on: https://gerrit.libreoffice.org/50137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6103b6698c6bd832127e781308cd77566167fd3f]

        add some whitespace to make it more readable, no change
        
        Change-Id: I7a08d316b5d7fc99043344b1cf7cb8e326df75ae
        Reviewed-on: https://gerrit.libreoffice.org/50170
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-22  Caolán McNamara  <caolanm@redhat.com>  [6a4c464b49dbfa2801818ead1b50bc9580824d00]

        weld native message dialogs
        
        just the straight-forward MessageDialog cases first
        
        a) remove border_width from message dialog .ui so as to take
        the default border width
        b) retain 12 as default message dialog border for vcl widget case
        c) remove layour_style from message dialog button boxes so as to
        take the default mode (a no-op for vcl widget case)
        d) use gtk response ids (vcl builder will converts to vcl ones)
        
        Change-Id: I7de281093a1b64f92f71ca11e7cbba42bb658154
        Reviewed-on: https://gerrit.libreoffice.org/50143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-22  Tor Lillqvist  <tml@collabora.com>  [f7733528e88a6619f82b54b59e92a9bca72c0a89]

        tdf#68889: Fix the weight reported by the system for the problematic font
        
        Like the previous fix for Courier Std. Let's hope there won't be a lot
        of these special cases. Maybe some generic heuristic would be better.
        Like if a font's GetStyleName() is "Medium", "Medium Oblique", or
        "Medium Italic" then always force its weight to be WEIGHT_NORMAL?
        
        Change-Id: I204655cd9c4e32d5cbbd68bb93c6282d23993b80

2018-02-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f0a14acc4ebe7f1192b195738540cd9f4e1435fa]

        sw: remove "ReplacementGraphicURL" related things
        
        Change-Id: Ia6892e3cd84b2466ea30828e9b18310789dc1686
        Reviewed-on: https://gerrit.libreoffice.org/50138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-22  Rico Tzschichholz  <ricotz@ubuntu.com>  [06db1b3bd9804efbe64784a1dbee11f4690a1038]

        solenv: Update gb_PackageInfo_emit_l10n_for_one_lang
        
        Add cjk_*, ctl_* and ctlseqcheck_$LANG.xcd files to install list
        
        Change-Id: I2c56cf2af3cc444cb7075740a981b6954950e5f5
        Reviewed-on: https://gerrit.libreoffice.org/50182
        Reviewed-by: Rico Tzschichholz <ricotz@ubuntu.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [906a2e4fa4e9ce231126c608e741c0c0d809157d]

        Always execute pack_images.py with the right Python interpreter
        
        With --enable-python=fully-internal, where PYTHON_FOR_BUILD is empty, this
        executed the "#!/usr/bin/env python" shebang in pack_images.py, using whatever
        python would be found (or not) on the system.
        
        With this fixed, there is no need any more for pack_images.py to be executable.
        
        Change-Id: I40ad3769898f3eb711dbe555d4c3faa9e3c1456d
        Reviewed-on: https://gerrit.libreoffice.org/50180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [50bf4eec6ff3cb3db23484331965f2e32cb0b5bc]

        Use long path prefix in osl_getFileStatus
        
        When installing an extension e.g., paths can get very long and they
        hit the 255 char limit, thus the installation fails.
        So we need to prefix the path with the long file name prefix
        when its longer than MAX_PATH for windows api calls to succeed.
        
        Change-Id: Ie62644192ba40a9d4802772cd9837fc84fae947a
        Reviewed-on: https://gerrit.libreoffice.org/50079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-22  Tor Lillqvist  <tml@collabora.com>  [5ec76e598899a9939fa1f3bceab1caae5dfd1a67]

        Bin unused function
        
        Change-Id: I38e9f2e21fdb7cfeb379278e9300e6451c8b970d

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a8968039a2e1d9e7aee10433ced1f59c0392d7a]

        loplugin:changetoolsgen in vcl
        
        Change-Id: I0fc68cf51fb23ed9bb86a5087e8247c81b024494
        Reviewed-on: https://gerrit.libreoffice.org/50107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-22  Tor Lillqvist  <tml@collabora.com>  [1d7f96a324a4c2ab82a04513c6a38dc31fd061fa]

        tdf#67744: Fix the weight reported by the system for the problematic font
        
        A hack, but oh well.
        
        Change-Id: I13580d27acfb0cc200bdb0cc1911518675d3e32e
        Reviewed-on: https://gerrit.libreoffice.org/50172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-22  Tor Lillqvist  <tml@collabora.com>  [8bd289c43c34ab9258f4b08a0f3f6143dc710e4e]

        tdf#103690: Set up notifications only after VCL has been initialised
        
        On some Macs, it seems that LibreOffice (or any app?) gets an
        NSApplicationDidChangeScreenParametersNotification as soon as it has
        started and asked for such a notification. Our handler for that
        notification assumes that VCL is initialised. Thus we should not ask
        for such notifications before VCL has been initialised.
        
        I could not reproduce the reported crash with an unmodified
        LibreOffice, only after inserting a sleep after the notifications had
        been set up. But I am fairly sure this change fixes the problem.
        
        Change-Id: I18d342eb7dc0c77cb7fc8623756bead65a1bd329
        Reviewed-on: https://gerrit.libreoffice.org/50164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-22  Mike Kaganski  <mike.kaganski@collabora.com>  [d4b4f5f1f4e452cb9f4a0e202b57c0a8610c1cad]

        Remove useless special handling of single-value ranges
        
        ... as they are treated by generic code just fine.
        A check added to guard against overflow (0xFFFF + 1 -> 0).
        
        Change-Id: Ibef85191eab82002981e12f83f313f3d122da74c
        Reviewed-on: https://gerrit.libreoffice.org/50163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [b7e8ae27f85aea1e924a28c7facfd82289b9e6a9]

        Fix clean-up of gb_UIConfig_get_a11yerrors_target
        
        The old code tried to remove non-exisiting *.a11yerrors files corresponding to a
        UIConfig's individual *.ui files, not the one single *.a11yerrors file
        corresponding to the UIConfig itself.
        
        Also, there's no need to have a UIA11YErrorsTarget merely for clean-up.  Just
        do that clean-up as part of gb_UIConfig_get_clean_target.
        
        Change-Id: I6676f08496254398801bb75172c1326d1c843071
        Reviewed-on: https://gerrit.libreoffice.org/50156
        Reviewed-by: Samuel Thibault <sthibault@hypra.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ad1a885e3b34714980121f7ef273cf59f3f76e12]

        Updated core Project: help  235783d1ed47620748fe297f5ff5133121fbe75e
        
        tdf#114995 CSV Link external data help page
        
        Change-Id: I932bb17e0c599ea79dba950733e354e86f6efce4
        Reviewed-on: https://gerrit.libreoffice.org/50193
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-22  tagezi  <lera.goncharuk@gmail.com>  [01d64f4bee56f3db2348f29a24c9cd7325bb4ce2]

        Updated core Project: help  75cf318614f73c93a51538a9508ccca2b47f82b1
        
        Deletion [Runtime] from names functions
        
        [Runtime] was deleted
        [Runtime - VBA] was replaced to [VBA]
        Combination of words "runtime functions" and "runtime categiries"
        was replaced to "functions" and "categiries" respectively
        
        Change-Id: I1f03a5f2ef1697e216e144ecccbfb8942b315718
        Reviewed-on: https://gerrit.libreoffice.org/49914
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [dc646858a208e42cae39fb2c16c8c04eca91ee97]

        Updated core Project: help  5339d3c91fb81ea593a96c5602b767d68aba623f
        
        tdf#115831 Review of rename sheet help page
        
        Change-Id: Ibe2db947cd6a1ef52231013a6ecdb9efbf2e99a2
        Reviewed-on: https://gerrit.libreoffice.org/50192
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [1888a602001c74b7da7e9c99cb78c9246714d8be]

        Remove unused forward declarations from vcl/syswin.hxx
        
        Change-Id: Ide4990afa32ba4cc7851d0e7d3d8d1247eb27b3b
        Reviewed-on: https://gerrit.libreoffice.org/50155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [9de93343afd95b991264ee3254bccbefc14761bc]

        gb_UIConfig_get_imagelist_target missing from clean target
        
        Change-Id: I541bd57815bd66978326486b29165d0480d8a7b6
        Reviewed-on: https://gerrit.libreoffice.org/50157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Laurent BP  <laurent.balland-poirier@laposte.net>  [136dfa3fe0bc66c2e1708e3b420e5836b02af11f]

        Updated core Project: help  90671d8531b28cebf6129402932320a437cf4544
        
        tdf#115831 Renaming of sheet
        
        Renaming of sheets have the same constraints whatever
        the file format used.
        
        Max number of sheets is 10,000. See tdf#44443
        
        File modified with HelpAuthoring
        
        Change-Id: Iff4ecdea6cdfede9844475eaac31c27c9d903a3d
        Reviewed-on: https://gerrit.libreoffice.org/49949
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [c7752298d4a23c5adecb14a704dfb93f888b47b6]

        Process all added uifiles
        
        Change-Id: I9efb05973e7d8468afb82bd9875d527412a4fd1c
        Reviewed-on: https://gerrit.libreoffice.org/50116
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [367f7dd5f0b26d83c62c325dc64f5231ba28371e]

        update emoji autocorrect files from po-files
        
        Change-Id: Iee7034c3800b159694c3d03a8eed665d3360e6b8

2018-02-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8faa6b8bbaf89f95d7c319d70af855331cc99b7d]

        update credits
        
        Change-Id: I189e30718e5818d183dc308ecbb96f4943b4e20a

2018-02-22  Shubham Verma  <lifemeansmore008@gmail.com>  [0c371a6b5e6c6251d782c7a8ecbe0ab32c7812ac]

        tdf#112689 : Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I119d33b171da7024daab5c4ca4488ceb495eab2f
        Reviewed-on: https://gerrit.libreoffice.org/49898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-02-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e313f0f959dfe0977366a8342ba43dbea6703adb]

        uitest - writer Watermark dialog
        
        Change-Id: If701a563ce2ff0e811dfcaae6852ada05c925ce3
        Reviewed-on: https://gerrit.libreoffice.org/50126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b5ca7b7d6871be7a4f4de6f2e152cc98762e096a]

        Updated core Project: translations  db79c92222d122d554eb563cb501b8eafb289b38
        
        update translations for 6.0.2 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: I760bd52e6a79b34ebf7f59f7d7c11ce7605b4a79
        

2018-02-22  Aron Budea  <aron.budea@collabora.com>  [2219f0f6f85316d05231130c89613b98e7fd2cf5]

        tdf#115383: revert mixup of E_ROFS and E_SPIPE in file.hxx
        
        Regression from a9739f2dec197793fa9400dd95be49494dc85264
        
        Change-Id: I1b55b0201888a63bd2439be8c0421f450d609018
        Reviewed-on: https://gerrit.libreoffice.org/50103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [a6fd7fcdc9f8b1e29e7cc9c321e3b4c6ad667f94]

        update clang-format blacklist
        
        after I accidentally formatted it in
            commit 50d0ec571f302fe54ac7ddac827b571c94554bec
            rename redundantcopy loplugin to redundantfcast
        
        Change-Id: I8e006fa9a90af3d70ef7e6a9fdef2d6f294e0fba

2018-02-22  Rico Tzschichholz  <ricotz@ubuntu.com>  [a0d739026d21077e51bfc82ee63d04f6b4b69828]

        solenv: Fix gb_MoTarget_get_install_target argument
        
        This fixes l10n-*.files generation of packageinfo and makes
        "install-packages-l10n-*" targets work again.
        
        Change-Id: Ib4d726f1079360cade8d5f398b1f5144d6693152
        Reviewed-on: https://gerrit.libreoffice.org/49528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rico Tzschichholz <ricotz@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-22  Noel Grandin  <noelgrandin@gmail.com>  [60a95595d0e85dd64aab685e8c0500e0af85f3ed]

        ColorData->Color in vcl quartz
        
        Change-Id: Ie0de7f989ab4aefa900da6b9b75fcfe98584c8f3
        Reviewed-on: https://gerrit.libreoffice.org/50124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [870c7a16259923668156a49d70e32d4d461adcb0]

        The vim mode line supposedly needs to go at the end of the file
        
        Change-Id: I413b01e93000f9f81ba6190811cea51c04f1d58b

2018-02-22  Caolán McNamara  <caolanm@redhat.com>  [5e85f475eea463e6d5572d24d61e85d24084bd4e]

        drop unused button mask enum
        
        Change-Id: Id94c6ecdfc642888eea8c13e55d38326b2d7ad12
        Reviewed-on: https://gerrit.libreoffice.org/50145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1cf55d6397418dd3cd86eae59c2f75085dbb0d51]

        Replace "ReplacementGraphicURL" with "ReplacementGraphic" property
        
        To transport the replacement graphic we use "ReplacementGraphicURL"
        property, but as it uses an GraphicObject URL it needs to be
        replaced. The new "ReplacementGraphic" does this with an XGraphic
        object as instead of the String URL.
        
        Change-Id: Iddf01c9aecb2a31a467e7b9d399495e0428d1859
        Reviewed-on: https://gerrit.libreoffice.org/49993
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-22  Samuel Thibault  <sthibault@hypra.fr>  [6a9f851e54f416820c61baf8caa79e4d91c8c61f]

        gla11y: Use python interpreter decided by configure
        
        configure uses $PYTHON to determine lxml availability, so the make rule
        should use the same instead of letting gla11y find a python interpreter
        through "env", in case e.g. $PYTHON is python3, and lxml is available in
        python3 but not in python (actually python2).
        
        Along the way, rather use PYTHON_FOR_BUILD for coherency.
        
        Change-Id: Ied4c05aca462cc16685c61f36b56bb9e8612d90e
        Reviewed-on: https://gerrit.libreoffice.org/50087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [795effff8de6485eb6c1c2c9a43fc37d57c0563a]

        loplugin:redundantcast
        
        Change-Id: I358e9673edcba81336b3895479e787d981fad7a5

2018-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d35ac2f063f09efa0503303ef7c99b2e829ed14]

        sw: clang-format textboxhelper
        
        This was more or less consistent before, but the recent automatic
        rewrites broke consistency, just give up on manual formatting here.
        
        Change-Id: Ieb387e3d7230d227e33ba0b420cfa572309c5330
        Reviewed-on: https://gerrit.libreoffice.org/50119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3c68cdf8f6a0273c62b493552f78af0138a44e8]

        tdf#115873 sd navigator: allow selecting but not focusing on objects
        
        There were also two cases here:
        
        - changing the selection with the keyboard or single-click only updated
          the selection in the navigator
        - pressing enter or double-click also selected the shape in the main
          window and gave the focus away
        
        Introduce a 3rd case for single-click: update the shape selection but
        doesn't give the focus away. This way double-click is not needed to sync
        navigator -> main doc selection but keyboard navigation should still
        work.
        
        An additional trick is to make sure that the current shell is the draw
        shell (and not the slide sorter) after navigation, so follow-up
        operations work with the selected object and not with the whole slide.
        
        Finally, a third related problem was that the selection jumped back to
        the item of the slide after clicking on a shape in the navigator. The
        reason for this was the navigator list was constantly cleared and
        re-filled in SdNavigatorWin::InitTreeLB(), as
        SdPageObjsTLB::IsEqualToDoc() returned false (even if the list was up to
        date) in case of shapes which had children but no name. Fix this by
        using the same SdrIterMode::Flat iteration mode that
        SdPageObjsTLB::AddShapeList() does, so the fill and the equality check
        of the navigator iterates the same way.
        
        Change-Id: I0bfc3e8b49f7ef01d5797a68284616dcd2a81c5d
        Reviewed-on: https://gerrit.libreoffice.org/50118
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [6e0f60fa4ad985b3939ce3ac26bc8cb68fb41470]

        Add wrongly formatted file to blacklist
        
        Change-Id: Ia9ec032eb40e4152e881b466311f7e34c845addc

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [50d0ec571f302fe54ac7ddac827b571c94554bec]

        rename redundantcopy loplugin to redundantfcast
        
        Change-Id: I34e28a30a4f1fd264c18c901cd94094531543271

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [38604d6cbeb79731aec023615fa0972dda7715b1]

        Merely forward-declare NotebookBar in vcl/syswin.hxx
        
        Change-Id: Ia29e495130f5b83f3422d68597dedcb3b0b27a07
        Reviewed-on: https://gerrit.libreoffice.org/50120
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Stephan Bergmann  <sbergman@redhat.com>  [5098f825931604004caf37069a3fb38359c837a4]

        Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/
        
        ...as it is included from other include/vcl/*.hxx files.  (And moving it there
        helps the heuristic in an upcoming improvement of loplugin:dyncastvisibility.)
        
        Change-Id: I15e061fbaba8e82235afb5b312f7b38f26eec900
        Reviewed-on: https://gerrit.libreoffice.org/50123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [331b4603be47fe059095307b2b3e2c1d399b04f9]

        loplugin:redundantcopy extend to Color
        
        Change-Id: I224cc955d49ee100d328e0171da710f38068d2d4
        Reviewed-on: https://gerrit.libreoffice.org/50114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ec0f90a287febe661c89e098be457c5d593ded3]

        loplugin:changetoolsgen in tools..toolkit
        
        Change-Id: I3d87ee59258567b5a82cb459248539faea1b3ca9
        Reviewed-on: https://gerrit.libreoffice.org/50101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e7226233940a201c76c6a43e0648603d17961f4]

        ColorData->Color in sc
        
        and fix the sal_Int32() conversion operator in Color, which was
        always returning 0
        
        Change-Id: I0aefaedc34ee0a8bccd43238ccfe8196d2dd5c5c
        Reviewed-on: https://gerrit.libreoffice.org/50051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Stephan Bergmann  <sbergman@redhat.com>  [eb21db08b3aee4b9113d221ca47af73d2f9b82d7]

        IPolyPolygonEditorController used in dynamic_cast should be SAL_DLLPUBLIC_RTTI
        
        ...so that the dynamic_cast also works on macOS (where RTTI equivalence is
        determined by address, not by strcmp).  The two relevant dynamic_casts are in
        BezierObjectBar::GetAttrState and BezierObjectBar::Execute (both in
        sd/source/ui/view/drbezob.cxx).  (They can be triggered from the Impress UI by
        adding any "Motion Paths" animation to a shape, then selecting and manipulating
        the path's control points.)
        
        The source of those dynamic_casts appears to always be sd::MotionPathTag,
        defined in sd/source/ui/animations/motionpathtag.hxx in the same library, so
        wouldn't technically require IPolyPolygonEditorController to be
        SAL_DLLPUBLIC_RTTI.  However, while 367e8743adbe1319f5be29c001c93b747f7aa665
        "INTEGRATION: CWS pathfinder01" introduced that sd::MotionPathTag deriving from
        IPolyPolygonEditorController, 346e0ffe907c85af85573dc42c19795ec1c9872c
        "INTEGRATION: CWS pathfinder01: #i41800# added inteface
        IPolyPolygonEditorControler to allow edit of non marked path objects" also added
        IPolyPolygonEditorController to SdrPolyEditView in include/svx/svdpoev.hxx, for
        unclear reasons.  So better be conservative and assume SAL_DLLPUBLIC_RTTI is
        needed after all.
        
        Change-Id: Ieefabf7b00357876046014bbff098076108f9dea
        Reviewed-on: https://gerrit.libreoffice.org/50109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0a46237093c1750ee69ddb6a365098dc1d06b758]

        Add some extra assert to this test case
        
        To find out why this test fails for some linux tinderbox.
        
        Change-Id: I49d1afbbac631abe49378b12b888615e3e0e1bef
        Reviewed-on: https://gerrit.libreoffice.org/50121
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-21  Tor Lillqvist  <tml@collabora.com>  [515885f39e648b987cf40df64450803df26d4a29]

        Manually recognize some IIDs that don't have cleartext names in the Registry
        
        Change-Id: I9deadfdd324f9b9014fef8370593e107302ed843

2018-02-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e48b4275ceee82bd0eb128b2947302b9022e9c89]

        report the saved mimetype when saving graphic + mime from stream
        
        When saving we need to determine which mime type to use for the
        graphic. Return this information back to the caller so the
        metadata can be written into the file if necessary.
        
        Also add function to determine the mime type from the XGraphic
        by converting it to a stream first (only then we can determine the
        format that will actually be used and written to the storage file.
        
        Change-Id: I796da715e47f29d77dea605a2769a2217ecd6ba5
        Reviewed-on: https://gerrit.libreoffice.org/49992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-21  Eike Rathke  <erack@redhat.com>  [6fc75b669438728ba6a4e55d53a79fa0cf006529]

        Limit ScColumnsRange::Iterator to available columns within bounds
        
        Change-Id: Id5481a975dce99a51cc5619e200e5ea46ad3ad1b
        Reviewed-on: https://gerrit.libreoffice.org/50106
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-21  Stephan Bergmann  <sbergman@redhat.com>  [55b310e785ed5fbdfb2996764751334dbb6fecdd]

        Use printf instead of echo, just in case
        
        ...$PRODUCTNAME happens to be -n (which is notoriously problematic with various
        versions of echo).
        
        Change-Id: I09dfb562689138aa0135982725bf2c254ce06e59
        Reviewed-on: https://gerrit.libreoffice.org/50104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e07d741b61ddc8b13046ce6ea0c0921ce046a0cf]

        Revert "simplify ImpXPolygon"
        
        This reverts commit f9c2bcc8b761f5e21354c0fb7bca6aa432d11ec2.  Drawing all sorts
        of curves and polygons in Draw causes various crashes in
        svx/source/svdraw/svdopath.cxx, apparently because in the past ImpXPolygon's
        pPointAry had a "buffer" of more elements (nSize) than it had nPoints, and the
        code heavily relied on that, assigning to such excess elements of pPointAry past
        nPoints (and presumably calling XPolygon::SetPointCount later?).
        
        Conflicts:
        	svx/source/xoutdev/_xpoly.cxx
        (Reverted the mostly, if not completely, automatic changes there done by
        924c0e34fdc36cd44100dafc2c68656ce32374e6 "loplugin:changetoolsgen in svx"; they
        will need to be re-done.)
        
        Change-Id: I6cb41fd218c3bdd0b3bbeb45f5b3d68649901a48
        Reviewed-on: https://gerrit.libreoffice.org/50057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-21  Caolán McNamara  <caolanm@redhat.com>  [34627ad7d03f93b89689b2e48a3985574d10f965]

        forcepoint #3
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I5681f9123a21fee100a2eda1e8284e559ede51b4
        Reviewed-on: https://gerrit.libreoffice.org/50064
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-21  Pranav Kant  <pranavk@collabora.co.uk>  [ddbb78caa78085673b07dbea6f53288ec6237764]

        Bin useless code
        
        Change-Id: Id3ffa2333946a9551da9d0f9ecbd2885716b9376
        Reviewed-on: https://gerrit.libreoffice.org/50102
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-02-21  Eike Rathke  <erack@redhat.com>  [f599ff99ecb405e2934c8d4d472e54fd4064a26a]

        Use iterator pre-increment/decrement
        
        Change-Id: I079850116648dc69b8c92fa23b30233f63d9b6e7

2018-02-21  Eike Rathke  <erack@redhat.com>  [581b845509d20fa864b00088ed649f30fe4e1109]

        Pass ScColumnsRange::Iterator as const&
        
        Specifically for each operator==() call two temporaries were
        copied, for operator!=() even twice as much.. in
        for(...:GetColumnsRange())
        
        Change-Id: I4b426ae855454544e50efca35aa73303138f7ba7

2018-02-21  Stephan Bergmann  <sbergman@redhat.com>  [ef03e3a36f821e9d85f08cb06e72dc32fbbaade9]

        Revert "uitest: add timeout for blocking actions"
        
        This reverts commit fb4d5885f3c8d00ae528ddf57b2abaa4aabfbcf3:
        
        "For one, as Michael already responded, many builds (local, Gerrit/Jenkins,
        other tinderboxes) now fail UITest_writerperfect_epubexport with what looks like
        random 'raise DialogNotClosedException()'.  Gut feeling is that it's way more
        than used to fail UITest_writerperfect_epubexport with a deadlock."
        (<https://lists.freedesktop.org/archives/libreoffice/2018-February/079494.html>
        "Re: UITest_writerperfect_epubexport hang (only sometimes)")  For example,
        <https://gerrit.libreoffice.org/#/c/50070/> "tdf#115853: save current custom
        property when adding line" Jenkins linux_clang_dbgutil_64 now failed twice in a
        row with what looks like random "raise DialogNotClosedException()" failures in
        UITest_writerperfect_epubexport.
        
        And for another:  "As long as its unclear what the underlying problem is, what
        benefit does it have to add a timeout failure path in the test?  Without the
        added timeout, a local failed test will be ready to be inspected (and moggi now
        gave suggestions what exactly to inspect in another mail in this thread).  And
        failed tests on the tinderboxes will eventually time out either way."
        (<https://lists.freedesktop.org/archives/libreoffice/2018-February/079491.html>
        "Re: UITest_writerperfect_epubexport hang (only sometimes)")
        
        Change-Id: I36db7526b68a1cf6be596aa82c57095e4067c150
        Reviewed-on: https://gerrit.libreoffice.org/50080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-21  Tor Lillqvist  <tml@collabora.com>  [3cd3d1044d03fdb733922bad74254f3ad65d898e]

        Pass missing (hopefully optional) parameters as Any()
        
        Change-Id: I93e69e589cd81fbc9606b1b08233da7fb8f5d043
        Reviewed-on: https://gerrit.libreoffice.org/50089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [16a3d8f4f010ad9b9413ac4d40ef8fe0f7d633e7]

        tdf#115015: make crypto settings better fit allocated space
        
        Oh dear how much do I dislike fixed size dialogs. Everytime they
        are enlarged to fit new content (esp. gtk3 is rather space-greedy
        there) someone starts to whine the dialog is now too large
        
        Doing what e6d7d7375221 does is not really an option, since there
        are some 30+ tabpages to try and test for optimal size here.
        
        Change-Id: I3ffb2d794f76781eb62186093b928289593585cf
        Reviewed-on: https://gerrit.libreoffice.org/50032
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [180f2860525fb7ed4892b417b20c3f2f9cbb44e0]

        loplugin:changetoolsgen in sw
        
        Change-Id: If07efe4c15cfc28df38a9327856d39313ca78d50
        Reviewed-on: https://gerrit.libreoffice.org/50078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b99dd5350c21ad4096af0ae281c518b127fa37b5]

        Updated core Project: help  e256ca7d98c9e4da4e14bd405e648edf394a56c4
        
        tdf#115905 Impress custom animation fix
        
        Custom animations are now in menu Format
        
        Change-Id: Iade534e2278de56ff3b7b5647d18196ead6973b8
        Reviewed-on: https://gerrit.libreoffice.org/50098
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-21  Caolán McNamara  <caolanm@redhat.com>  [82e5a874c06382c93d9c5149a0e6e99d12748bde]

        forcepoint #4
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: I569ca80267ad9b5a21da0029ba903d2a4c45a035
        Reviewed-on: https://gerrit.libreoffice.org/50065
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bde30fd651c0e6d0a0d6a09e51e549fbbc03d4d]

        Fix some IWYU warnings
        
        Change-Id: If1e6727e4b5bb225495e20d5dfb78fa5da770f75
        Reviewed-on: https://gerrit.libreoffice.org/50060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e86fb2edfdca48b92b11c149002ab2b06a630b94]

        sd lok: Fix pasting text on slide
        
        Use the same solution as for images in this commit:
        9fee132c18b658c9ea9fb1114c1fefa56b57532a
        
        Place the inserted text shape to the center of the slide
        for LOK, because we don't get correct window size here.
        
        Change-Id: Ie0c3717d22da6b6a988ab8d566bd9759e03f86c8
        Reviewed-on: https://gerrit.libreoffice.org/50074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-21  Samuel Thibault  <sthibault@hypra.fr>  [fa775ed30ad8969dacca34ddb63b76a89d8ba7da]

        tdf#86661 a11y: give ROLE_LABEL to read-only edit
        
        ROLE_TEXT is for editable text, ROLE_LABEL should be used for static text,
        so that screen readers know they should speak it.
        
        Change-Id: I8f781a42a2838f641ccdfe7310046d74f9faced6
        Reviewed-on: https://gerrit.libreoffice.org/50052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-21  Samuel Thibault  <sthibault@hypra.fr>  [ccadc6d4a5fab687434a0972862d49f77328c6c9]

        gla11y: do not fail when not passed any .ui file
        
        This avoids build failures when a directory uses UIConfig but does not add
        any ui file.
        
        Change-Id: I63413f87fc5515ffb9e3dd9baf25c6a4ba70c2be
        Reviewed-on: https://gerrit.libreoffice.org/50071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-21  jan Iversen  <jani@libreoffice.org>  [32288245d57765821172182cbd132489d404db88]

        iOS, solved problem with -I for asm module
        
        Change-Id: I9e699eea04231eeeff4146657124ee4f0e68412d

2018-02-21  Caolán McNamara  <caolanm@redhat.com>  [9ff1a2e861d247df5a9406c1cd33abce73f9a3e9]

        forcepoint #1
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: Ic5e9a9d0f8f8d35cb6b39e68338ba029948a4ce0
        Reviewed-on: https://gerrit.libreoffice.org/50053
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-21  Caolán McNamara  <caolanm@redhat.com>  [f9de525ed646a37e6bc28a40ec1152a613db9218]

        forcepoint #2
        
        Thanks to Antti Levomäki and Christian Jalio from Forcepoint.
        
        Change-Id: Ie2b644a3c4c1c165334768eea73d451f07f97def
        Reviewed-on: https://gerrit.libreoffice.org/50054
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [346db1dac29d63445049c14c6c3e022d419e388e]

        RGB_Color method is unnecessary
        
        it has exactly the same effect as just letting the constant be converted
        to Color via the Color(ColorData) constructor.
        
        This commit is part of the process of removing ColorData.
        
        Change-Id: Ie12ad451ba3f43a627ebdbb132a5369f5760ba52
        Reviewed-on: https://gerrit.libreoffice.org/50038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Andras Timar  <andras.timar@collabora.com>  [e73cba0cea07eedee5507535f585e89e42ea0124]

        lok: support of AutoCorrect -> While Typing menu in Writer
        
        Change-Id: I7c07f3a6269cd4b92cc50f7aaf847faf04665029
        Reviewed-on: https://gerrit.libreoffice.org/50068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-02-21  Mike Kaganski  <mike.kaganski@collabora.com>  [f00e891f3369f7b8c2532634d9ff4ab19da17c33]

        tdf#115892: properly get the box' saved value
        
        Previously textual value like "10,5 pt" was converted to int as simply
        10 (multiplied by 10, it became 100), which compared as different from
        unchanged value of 105. This made the fractional values to be treated
        as always changed.
        
        This patch uses the same code to convert saved value as is used for
        current edit box value.
        
        Change-Id: I09a84a6bf33b17e0192b79b31af21ef14d7e9c63
        Reviewed-on: https://gerrit.libreoffice.org/50066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-21  Stephan Bergmann  <sbergman@redhat.com>  [ba8a70365ef459c967cd8a71a6d48ca53dd341bd]

        New loplugin:nestedunnamed
        
        Change-Id: Ifb434589ef08428ce609bc7a40b015d4df13224c
        Reviewed-on: https://gerrit.libreoffice.org/50048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [0adb36835bcbe55bdf2717556a98e51f1873b19f]

        ColorData->Color in sw
        
        Change-Id: I6b5b6b15f86d452b73fe02df5dec5490b29daed8
        Reviewed-on: https://gerrit.libreoffice.org/50050
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [72593849bb644684a8c00f70a3f18bcfabca737f]

        ColorData->Color in sd..svx
        
        Change-Id: I70de56b6bfb1ea4655ec03510fad92bf6645f64e
        Reviewed-on: https://gerrit.libreoffice.org/50046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [bcb1e01c32e09d9abeb91b73303f2eb6b3b5abfe]

        ColorData->Color in filter
        
        Change-Id: I19675b635d8428a78c9e64b775cc7a2b82c5f84e
        Reviewed-on: https://gerrit.libreoffice.org/50039
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [924c0e34fdc36cd44100dafc2c68656ce32374e6]

        loplugin:changetoolsgen in svx
        
        and fix the regex in the plugin for matching += operator
        
        Change-Id: I26b3e3fac1d4ef3e756cc9431b983b5f27ee76d6
        Reviewed-on: https://gerrit.libreoffice.org/50037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-21  Mike Kaganski  <mike.kaganski@collabora.com>  [fd20935bb819cb24e71f4f91b97149c35bc5987d]

        Update LibreOffice.natvis
        
        Change-Id: I46a976de94508dd2b79c9dcb19d25d307f4c732c
        Reviewed-on: https://gerrit.libreoffice.org/50067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [156f5105e5c0d127d618ce8c120cfe9618a0e44a]

        Increase delta value for these checks
        
        Change-Id: I14582541bf076340cfc95a17e1a9070a596c67db
        Reviewed-on: https://gerrit.libreoffice.org/50073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-21  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [ea360461746f37be021b63da7a64a60d0f3c4af4]

        tdf#115782: Need to use mirrored rotation in ODF
        
        To be compatible with the orientation of rotations in ODF
        format in current state (which is wrong oriented) we have to
        do the same as in all other places (unfortunately).
        
        Change-Id: I2f02019b91a0f6020612c9c09be2d247e1b1deb1
        Reviewed-on: https://gerrit.libreoffice.org/50047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-02-20  Eike Rathke  <erack@redhat.com>  [a8d4d4b9edca48b8fb94dbb06d7dd1e689b07b98]

        Resolves: tdf#115879 treat NOT as the 1-parameter function that it is
        
        ... instead of a low precedence unary operator with an odd
        behaviour. This wasn't documented nor specified but maybe needed
        for old(est) binary file format compatibility. Generate an error
        for anything else than a context of a function with one argument.
        
        There might be some corner cases of documents where some old usage
        leads to error now, of which some may have worked by accident, but
        some not as intended.
        
        Related, the internal not exposed (but available) NEG was classified
        similar as a unary operator but corectly handled as function at all
        places. Classified as an ordinary 1-parameter function as well.
        
        Change-Id: I3d84a6382243c8d64313e37346f81c857e71be95
        Reviewed-on: https://gerrit.libreoffice.org/50055
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-02-20  Samuel Thibault  <sthibault@hypra.fr>  [226697ae27ef451cad404256e83eef88262f16d1]

        Integrate initial version of gla11y tool in the build system
        
        This is part of integrating an accessibility non-regression tool. This
        adds checks in configure.ac for the presence of python lxml which we will
        need, and adds support for calling the tool at build time, to check for
        definite UI errors. For now, that only emits errors for missing or duplicate
        accessibility relation targets, and senseless relations: a label being
        mnemonic for several widgets.
        
        Change-Id: Idda91b15b9a9e0322d16db33dfac8e03f2aa518c
        Reviewed-on: https://gerrit.libreoffice.org/49856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [88560550021908b7877b7c02b4601b92f97ea7d4]

        Updated core Project: help  810e6f87237633190dd9a674abe8a1177025cf1f
        
        Normalize heading in selected help pages
        
        Change-Id: I42aa8fb12247645d40e29f61f235b4a22a197385
        Reviewed-on: https://gerrit.libreoffice.org/50062
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [960f77ee75cee99dd638dbcb508a227a371df3de]

        Updated core Project: help  1c33fe883610dd1137593fb52d07b2535ad29748
        
        tdf#115440 Help page for ROUNDSIG function in Calc
        
        With contributions of jag@psilosoph.de
        and
        dh_twriter@mail.ru
        
        Change-Id: I8885edd02fbe240cf9c287d085ea84da041b51dc
        Reviewed-on: https://gerrit.libreoffice.org/50061
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [81e4be9cd39f1ae794a96471bf48637312a0f781]

        gpgmepp,xmlsecurity: fix testODFEncryptedGPG() failure caused...
        
        ...by CppunitTest setting LD_LIBRARY_PATH to include instdir/program.
        
        This causes the spawned gpg-agent to load instdir/program/libassuan.so.0
        instead of /usr/... and fail with:
        
        writev(2, [{iov_base="gpg-agent", iov_len=9}, {iov_base=": ",
         iov_len=2}, {iov_base="relocation error", iov_len=16}, {iov_base=": ",
         iov_len=2}, {iov_base="gpg-agent", iov_len=9}, {iov_base=": ",
         iov_len=2}, {iov_base="symbol assuan_sock_set_system_ho"...,
         iov_len=118}, {iov_base="", iov_len=0}, {iov_base="", iov_len=0},
         {iov_base="\n", iov_len=1}], 10) = 159
        
        The failure happens in the libreoffice-6-0 branch on Fedora 27, whereas
        the master branch doesn't fail because it has a newer version of
        libassuan that happens to provide the required symbol.
        
        Fix this by applying the patch that was added for ASAN in
        d15f042abd5a1093984a0c8380837145f38c4efc to clear LD_LIBRARY_PATH
        always on Linux.
        
        Change-Id: I6a5c7fdfdd32234f39a182581b03d79739880c11
        Reviewed-on: https://gerrit.libreoffice.org/50056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-20  Caolán McNamara  <caolanm@redhat.com>  [60310e716ef189ea49eeaa7497fe6e4578a7a5c4]

        Resolves: rhbz#1546997 'search not found' at 0,0 when window too narrow
        
        if the statusbar hadn't got space for the initial label, then it doesn't get set a position,
        so when later forced visible it draws at 0,0
        
        call Resize on the toolbox to get it to relayout, and while we're at it
        set the required size of the label so we might have space for it if that
        text is shorter than the original len allocation
        
        Change-Id: I37d20125d8195b2c75e83e9673c82c2011ceda8e
        Reviewed-on: https://gerrit.libreoffice.org/50041
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [74ad41f9004746e7a63da218655e951e6a36960a]

        Add one more test case for importing border colors.
        
        This one is also for the Excel 2003 XML format.
        
        Change-Id: I7c9725f4aa6d11523b647e56af634ca9245c44b6
        Reviewed-on: https://gerrit.libreoffice.org/50022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-20  Mike Kaganski  <mike.kaganski@collabora.com>  [86cdda67e4ec6fd6893a1d05d88eafa0ad838e2f]

        tdf#115875: treat Western/Asian/CTL font groups consistently
        
        ... for both Paragraph and Character Styles.
        
        Change-Id: Iab2cf6ef0fc29ba7e7afe2b52adf8cc9836ea608
        Reviewed-on: https://gerrit.libreoffice.org/50036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [32a5ea9d0b96d9956be41fb7f1480139be619aae]

        starmath: no need to use std::deque here
        
        Change-Id: I735d751bc9a5c3392075b6155d63e10b0da0d33b
        Reviewed-on: https://gerrit.libreoffice.org/49968
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-20  Mike Kaganski  <mike.kaganski@collabora.com>  [3fcf374de426102da36f5b07fda5b0534de62233]

        tdf#115874: show non-zero fraction part for pts
        
        Change-Id: I6183d9d7e28b76bb4da0229c42573ee833f2520a
        Reviewed-on: https://gerrit.libreoffice.org/50033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [5f4366236537b7e44afd5b559c826db8ce35d404]

        sw: DELETEZ to unique_ptr in DocumentLinksAdministrationManager
        
        Change-Id: I428848c48c2d265e82db9d3666492d50b01a221d

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [bd9dfec21413fdd5df346e8dfecdffdd7bc30fc6]

        sw: DELETEZ to unique_ptr in SwTextFootnote
        
        Change-Id: Ibd0a566dffca40da37727421c54b50e1d834ef3d

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ca8a6c8b17ffb4727af2df295b82d33227bdcde]

        create uno::Any overrides for Color
        
        And use less ColorData in writerfilter and xmloff.
        
        part of removing ColorData.
        
        Change-Id: Ia1c57bf837ae814e7642cf1c7de2eb7ada7a1500
        Reviewed-on: https://gerrit.libreoffice.org/50028
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b8a0b7c0dcf8380a6bd2d458d0e20ffc6a5d355]

        loplugin:changetoolsgen in svtools
        
        Change-Id: I63271ee3126368868db7e7e859aaaa76b15e559e
        Reviewed-on: https://gerrit.libreoffice.org/50023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7da3f2d2518a8b92b0242e311bb31267acd1cd0]

        use VirtualDevice in ImpCreateShadowObjectClone
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: Ia284ae33cd7aa982d27cf1188362226f492fa040
        Reviewed-on: https://gerrit.libreoffice.org/49963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b10c7022f1be6e4825269bd5872575b5b53744ef]

        use RawBitmap in BPixelRasterToBitmapEx
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: I28b9e0e0b414489c564fb2f23c4de2390ad175c1
        Reviewed-on: https://gerrit.libreoffice.org/49964
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [55cdba99f695017c8f2e30eb561e2695a67042ae]

        Add another test case for Excel 2003 XML import.
        
        This one is for importing border directions.
        
        Change-Id: I92666c30b629109a1061b7ae1fad31841850d34b
        Reviewed-on: https://gerrit.libreoffice.org/50021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-20  Stephan Bergmann  <sbergman@redhat.com>  [3be02487f09720061f5efe7f309401795c380ab9]

        Blind fix for -Werror,-Wunused-variable on macOS
        
        ...after c40ef4d19bfecd91e16a104a657d01196d855630 "workaround jenkins failure on
        OSX".  Probably better to keep executing the code under test than to #if-out the
        whole block.
        
        Change-Id: I83c21c532cd69f72834e4a242f767cca419b04ea

2018-02-20  Laurent BP  <laurent.balland-poirier@laposte.net>  [659acfbb7d588e2fd965fcddf7593e7f7bc76d84]

        Impress templates: build from XML code
        
        Mainting XML code is easier if we need to change a font name
        or font size for asian and complex. See tdf#114749 or tdf#114746
        
        For Classy_red.otp, Object 1 was renamed Object1, as no space are
        allowed in file names.
        
        Change-Id: I6ed0b4df20943396640a9d9b749b77d5ba16ed2d
        Update: as suggested by Mark, add indentation with xmllint --format
        Reviewed-on: https://gerrit.libreoffice.org/47221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-02-20  Mike Kaganski  <mike.kaganski@collabora.com>  [e42cce6be36b82bf92ed04af275ff1d4703d982b]

        Use existing variable for that
        
        Change-Id: I583bec8ea5dc7c2462cedee116048db12492e128
        Reviewed-on: https://gerrit.libreoffice.org/50026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-20  jan Iversen  <jani@libreoffice.org>  [61f3c760e573044bc51b94f00470c4fdd6d5c22f]

        iOS, remove throw definition
        
        clean cpp_uno part.
        
        Change-Id: Ief08e4cf596b375243ae215d8dc2e1cdb5830ac1

2018-02-20  jan Iversen  <jani@libreoffice.org>  [18d50b61ce1da7e989127fb518bbf5d140a3ba7a]

        vcl/scheduler adjusted time check.
        
        the sal_timer might be off with a fraction, so when comparing
        it is -1 (due to use of int), which lead to adding 250 ticks.
        
        Changed check to be
        	if time < wanted time - 1
        		add extra time
        
        Change-Id: I788b3e3b491a513f44f7b495727d1a6842af6109

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [29b34d1700ae8752f9698c3c49875cedb951e9e2]

        sw: convert DELETEZ to unique_ptr in SwViewShellImp
        
        Change-Id: If5c26f1a7892368c244f4d46aab7d36a22c83504
        Reviewed-on: https://gerrit.libreoffice.org/49991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [76d5b9d0cf0b0f1f15205b06a26399425e2a345e]

        sw: convert DELETEZ to unique_ptr in SwTextNode
        
        Change-Id: I0df469be660c20513f82b465412ffcf31b0a0f63
        Reviewed-on: https://gerrit.libreoffice.org/49990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [665e646c3b217e93c8e0649a4fa4326340163483]

        sw: convert DELETEZ to unique_ptr in authfld.cxx
        
        Change-Id: Ic37556a95b31308a7f88a1074c2c1cba30d47cd0
        Reviewed-on: https://gerrit.libreoffice.org/49988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-20  Michael Stahl  <mstahl@redhat.com>  [713ac313c1f053cc5d812843a3b5611f7d1a10e5]

        svx: fix deadlock in Gallery::GetGalleryInstance()
        
        Seen in UITest_writer_tests.
        
        Use C++11 thread-safe static initialisation here, which should
        avoid the deadlock that is caused by relying on
        osl::Mutex::getGlobalMutex().
        
        Thread #1:
        
        2  in osl_acquireMutex(oslMutexImpl*) (pMutex=0x1ad2c70) at sal/osl/unx/mutex.cxx:97
        3  in osl::Mutex::acquire() (this=0x7ff3252b9628 <rtl::Static<osl::Mutex, (anonymous namespace)::theImplHelperInitMutex>::get()::instance>) at include/osl/mutex.hxx:56
        4  in osl::Guard<osl::Mutex>::Guard(osl::Mutex&) (this=0x7ffca8bdd6c0, t=...) at include/osl/mutex.hxx:129
        5  in cppu::getTypeEntries(cppu::class_data*) (cd=0x7ff31e458fe0 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::io::XActiveDataControl, com::sun::star::io::XActiveDataSink>, com::sun::star::io::XActiveDataControl, com::sun::star::io::XActiveDataSink>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:89
        6  in cppu::queryDeepNoXInterface(typelib_TypeDescriptionReference const*, cppu::class_data*, void*) (pDemandedTDR=0x2e643b0, cd=0x7ff31e458fe0 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::io::XActiveDataControl, com::sun::star::io::XActiveDataSink>, com::sun::star::io::XActiveDataControl, com::sun::star::io::XActiveDataSink>::operator()()::s_cd>, that=0x387cbe0) at cppuhelper/source/implbase_ex.cxx:173
        [...]
        20 in utl::UcbStreamHelper::CreateStream(rtl::OUString const&, StreamMode) (rFileName="file://instdir/program/../share/gallery/sounds.thm", eOpenMode=StreamMode::READ) at unotools/source/ucbhelper/ucbstreamhelper.cxx:149
        21 in GalleryTheme::CreateThemeEntry(INetURLObject const&, bool) (rURL=..., bReadOnly=false) at svx/source/gallery2/galtheme.cxx:692
        22 in Gallery::ImplLoadSubDirs(INetURLObject const&, bool&) (this=0x38762c0, rBaseURL=..., rbDirIsReadOnly=@0x7ffca8bde7df: false) at svx/source/gallery2/gallery1.cxx:474
        23 in Gallery::ImplLoad(rtl::OUString const&) (this=0x38762c0, rMultiPath="file://instdir/program/../share/gallery;file://workdir/UITest/writer_tests/user/user/gallery") at svx/source/gallery2/gallery1.cxx:301
        24 in Gallery::Gallery(rtl::OUString const&) (this=0x38762c0, rMultiPath="file://instdir/program/../share/gallery;file://workdir/UITest/writer_tests/user/user/gallery") at svx/source/gallery2/gallery1.cxx:257
        25 in Gallery::GetGalleryInstance() () at svx/source/gallery2/gallery1.cxx:273
        26 in GalleryExplorer::BeginLocking(unsigned int) (nThemeId=3) at svx/source/gallery2/galexpl.cxx:264
        27 in SvxBmpNumValueSet::init() (this=0x3873ed0) at svx/source/dialog/svxbmpnumvalueset.cxx:501
        
        Thread #8 Grammar Checking:
        
        2  in osl_acquireMutex(oslMutexImpl*) (pMutex=0x7ff329045420 <globalMutexImpl>) at sal/osl/unx/mutex.cxx:97
        3  in osl::Mutex::acquire() (this=0x7ff32903b780 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:56
        4  in osl::Guard<osl::Mutex>::Guard(osl::Mutex*) (this=0x7ff2f5b30030, pT_=0x7ff32903b780 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:122
        5  in com::sun::star::container::cppu_detail_getUnoType(com::sun::star::container::XEnumeration const*) () at workdir/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/container/XEnumeration.hpp:69
        6  in cppu::UnoType<com::sun::star::container::XEnumeration>::get() () at include/cppu/unotype.hxx:296
        7  in cppu::detail::cppu_detail_getUnoType<com::sun::star::container::XEnumeration>(com::sun::star::uno::Reference<com::sun::star::container::XEnumeration> const*) () at include/cppu/unotype.hxx:259
        8  in cppu::UnoType<com::sun::star::uno::Reference<com::sun::star::container::XEnumeration> >::get() () at include/cppu/unotype.hxx:296
        9  in com::sun::star::reflection::detail::theXTypeDescriptionEnumerationType::operator()() const (this=0x7ff2f5b30177) at workdir/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/reflection/XTypeDescriptionEnumeration.hpp:30
        10 in rtl::StaticWithInit<com::sun::star::uno::Type*, com::sun::star::reflection::detail::theXTypeDescriptionEnumerationType, com::sun::star::reflection::detail::theXTypeDescriptionEnumerationType, com::sun::star::uno::Type*>::get() () at include/rtl/instance.hxx:603
        11 in com::sun::star::reflection::cppu_detail_getUnoType(com::sun::star::reflection::XTypeDescriptionEnumeration const*) () at workdir/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/reflection/XTypeDescriptionEnumeration.hpp:57
        12 in cppu::UnoType<com::sun::star::reflection::XTypeDescriptionEnumeration>::get() () at include/cppu/unotype.hxx:296
        13 in com::sun::star::reflection::XTypeDescriptionEnumeration::static_type(void*) () at workdir/UnoApiHeadersTarget/udkapi/comprehensive/com/sun/star/reflection/XTypeDescriptionEnumeration.hpp:102
        14 in cppu::getTypeEntries(cppu::class_data*) (cd=0x7ff3252b8ac0 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::reflection::XTypeDescriptionEnumeration>, com::sun::star::reflection::XTypeDescriptionEnumeration>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:96
        
        Change-Id: I3aa3167ca8989b3d6be053e1c97f3b7a64bfbfb8
        Reviewed-on: https://gerrit.libreoffice.org/49986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [c40ef4d19bfecd91e16a104a657d01196d855630]

        workaround jenkins failure on OSX
        
        Change-Id: I82fd0bba275c4c58f1a39b823c75fd18889987ed
        Reviewed-on: https://gerrit.libreoffice.org/50024
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Stephan Bergmann  <sbergman@redhat.com>  [7536acb3b608c0aa5ae79491e9a4e708862c543d]

        Fix test
        
        ...broken with 60f1490af9b29ac2df8e9e9411e9d41b472f9113 "Buildsystem changes to
        recognize Haiku."
        
        Change-Id: If08a0ca2e4c4809b832c69d999ff075ad56829af

2018-02-20  Stephan Bergmann  <sbergman@redhat.com>  [17c5edd5d6203f0ff7d24c62450c0a060f6f8f34]

        Add wrongly formatted new file to blacklist
        
        Change-Id: I51c4ae494d75339581c61e72222997918d0ddfe1

2018-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a16275a3647a2fba9913ed23e8329e45b02123b4]

        tdf#112694 DOCX import: handle <w:titlePg> when turning on follow style header
        
        Commit 17e51f427b3f0cec74ac8e0a1b3f51189006ae6f (DOCX import: first page
        header should always set default headers as well, 2014-11-21) turned on
        header/footer of follow page styles of first page styles when the first
        page style had the header/footer turned on, but failed to consider if
        <w:titlePg> is present or not. When it's not present, the first page
        header/footer should be ignored.
        
        An additional problem is that by the time
        DomainMapper_Impl::PushPageHeaderFooter() is called, <w:titlePg> is not
        parsed yet, so we can't act accordingly.
        
        Fix the problem by moving the check to
        SectionPropertyMap::PrepareHeaderFooterProperties(), which runs at the
        end of the section properties, where all required info is available,
        there we can just check for m_bTitlePage.
        
        This allows reverting the two changes to existing testcases in
        CppunitTest_sw_ooxmlexport6 from the original commit as a side-effect.
        
        Change-Id: Ic628adab99a4b148fcfd66ca39d0cf81eb7dd9f1
        Reviewed-on: https://gerrit.libreoffice.org/50014
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [19a906f09688f06ee90cac2a50126aeba749a331]

        drop Color::SetColor(ColorData) in favour of operator=
        
        first stage of getting rid of ColorData
        
        Change-Id: I5e4e95eb958722814c43c8d1ebfef17ad18c29ec
        Reviewed-on: https://gerrit.libreoffice.org/49997
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7ee3cc31331353d307e4b7aaf7fe88721df6470]

        use VirtualDevice in XOutBitmap::DetectEdges
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: I8cfc67ff48d4b2a4b9fddf3325651e76642252c3
        Reviewed-on: https://gerrit.libreoffice.org/49962
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [bea7bbcaaa757155c9cd0f33f1d50ab54cb946bb]

        loplugin:changetoolsgen in starmath
        
        Change-Id: Iafa99639e1fe2bc45ece2b3ef0744816446f3faf
        Reviewed-on: https://gerrit.libreoffice.org/49959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [24abfc0b480a1161e99f5d0ee4d3e694abbed6b1]

        Fix typo
        
        Change-Id: Ic98bcf3b32f012e0ae101fd3e8697d7ffaf65cc3
        Reviewed-on: https://gerrit.libreoffice.org/50017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc0cdf9396af7cd0d4517fac102a604b99834e68]

        add test for tdf#115530
        
        Change-Id: Ie1eb79d34ca79d1cf085e235e1ead4d886ea7df5
        Reviewed-on: https://gerrit.libreoffice.org/49958
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-20  Caolán McNamara  <caolanm@redhat.com>  [60ae5f530c3123341a8c2d49793693c2cd4521c2]

        make it possible to set parent window for printer error messages
        
        Change-Id: I0effa3645454ef9d03393ae8b256cd624ca04f03
        Reviewed-on: https://gerrit.libreoffice.org/50008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-20  Aron Budea  <aron.budea@collabora.com>  [26b51c9550ef300e7685fc41eb9cde4dbbc11265]

        for listeners the range needs to be set before the formula, tdf#115530
        
        Change-Id: I001795fd456375c4babab2c2e505bedff03e991f
        Reviewed-on: https://gerrit.libreoffice.org/49957
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-19  Eike Rathke  <erack@redhat.com>  [121fda77b0cc16d54607a1f5f7b26c0f1050284f]

        Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICE
        
        ... independent of a LinkManager that is not present in the
        interim FunctionAccess document. FunctionAccess is executed by
        extensions, Add-Ons and macros that the user gave permission
        already.
        
        Change-Id: I9349a59ee24089c3657de7786b49e5e81946f175

2018-02-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b5b2628a280a820c83705f95f2eab561570cfd2d]

        filter: speedup nested importers by not notifying constantly
        
        For example the PDF import into Draw would otherwise waste many
        cycles on needlessly notifying several times per shape loaded.
        
        Change-Id: I7d28abb7886b5c1728726b7d42578459e56e7f62
        Reviewed-on: https://gerrit.libreoffice.org/49985
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f0485ba2d90aae0312f5775588f22789016165d2]

        tdf#115639: Handle alignment correctly for multiple paragraph case
        
        I used the wrong calculator method to get the line width.
        This commit also fixes the crashes found by crashtest.
        
        Change-Id: I25392f86af912ee54c07b14480d82282210ac346
        Reviewed-on: https://gerrit.libreoffice.org/49994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-19  Laurent BP  <laurent.balland-poirier@laposte.net>  [59c95b3992002bd408ad2d11df61468dcd284d82]

        Updated core Project: help  80dbcc34b58f196dc414415e26e750ef4cbcf511
        
        tdf#115797 Help Calc: Fill series Date
        
        Rewrite help text for Series Type = Date
        Used HelAuthoring and changed text for:
        - Day
        - Weekday
        - Month
        - Year
        
        Change-Id: Ibd8ba0903194e30257f1ec89ba219bc27fd2d61f
        Reviewed-on: https://gerrit.libreoffice.org/49896
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [9455dc3db8a2224d8c1536613dc93a98650ee7a0]

        Related: tdf#114756 fix up similar cases
        
        Change-Id: Id67ccaeda6ebff477f5d86617863280766713f24
        Reviewed-on: https://gerrit.libreoffice.org/49974
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [3db5a4ca4f29b7f3bdba6bdf825d4606fd939a22]

        ofz#6459 leak
        
        Change-Id: Ie5501d20176f13a50a6d57c13ce1053343924a91
        Reviewed-on: https://gerrit.libreoffice.org/50003
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [05c9cd9bcdc5edfbaf23d3ce31b9050ff2eef21f]

        clean up word count .ui
        
        Change-Id: Ibfd30de0ec7cdd262db56c6ddcfad8fd77261c33
        Reviewed-on: https://gerrit.libreoffice.org/50002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [869a85ad66f36292f34ffb2c0617e4eb480d9035]

        weld: convert delete autotable entry message dialog
        
        Change-Id: I58d70958872725ebbe27799b8e5158c5111e117b
        Reviewed-on: https://gerrit.libreoffice.org/50005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [1404b82e8d4fb9c809cfe478807d3831b2c924a0]

        ofz: infinite loop
        
        Change-Id: I2230a3fdd602063e66f56d23c15f79d6d4de4c8a
        Reviewed-on: https://gerrit.libreoffice.org/50000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [3668960d94d21ad215c2cbe02f95560416b0a9e3]

        ofz: infinite loop
        
        Change-Id: Ie515421f484c63d07f10e8551464c7dc11facb73
        Reviewed-on: https://gerrit.libreoffice.org/50001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [5f0eacd721bb98a49d6066c28d4d8fddd8fda292]

        ofz#5991 limit num of qpro tabs for fuzzing
        
        Change-Id: Ifa205912ee0970657debdc17339e3df0c581a18f
        Reviewed-on: https://gerrit.libreoffice.org/49998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ff63bae0133e3b90b32af88a4307fb4f5dafd95f]

        Add export of the side wall for 3D chart, during .xlsx export
        
        LibreOffice doens't distinguish between sideWall and backWall.
        It is controlled by the same Wall property.
        
        Change-Id: If1919cf0a9bad3e80544cc5b2ae0f40f606febeb
        Reviewed-on: https://gerrit.libreoffice.org/49429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-02-19  Samuel Thibault  <sthibault@hypra.fr>  [8d4d2bf5405ef9d4b0b126f96f882f01031defd6]

        Fix specific targets for UIConfig submodules
        
        For instance,
        
        make UIConfig_uui
        
        allows to run the UIConfig target for the uui module. Submodules are called
        for instance modules/swriter, but
        
        make UIConfig_modules/swriter
        
        was not working only because the main Makefile didn't include the generic
        target.  This adds the generic target, thus fixing the issue.
        
        Change-Id: I6825fa5bf0daa4d964bea651841e8fac318fe068
        Reviewed-on: https://gerrit.libreoffice.org/49825
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-19  Rene Engelhard  <rene@debian.org>  [a703aced6cbb22aa690728a65b0d85e67f973bf4]

        apparmor: allow cert9.db
        
        ... as used by firefox >= 58
        
        Change-Id: I2769020327d3d097f734ab2c152bee2474b99767

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [2b6274f2e40ecab5801a84ee93ad0e13836e84aa]

        ofz#5956 Timeout
        
        Change-Id: I72f7601d88213953997c9f6eef30ee85a486a20b
        Reviewed-on: https://gerrit.libreoffice.org/49996
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [837ba68ac04ed52716eef531f034b6a49f576178]

        weld: hook up help response
        
        and keep the current legacy ownership behaviour when welding the
        legacy backend
        
        Change-Id: I7e1f90f2d235abf0e10062b4be11ba5150bbdbfb
        Reviewed-on: https://gerrit.libreoffice.org/49918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  michael.weghorn  <m.weghorn@posteo.de>  [82a213880ff3927d8b2b3e5135743002a3b4df35]

        Remove now unused libgetuid.so
        
        Some scripts in which it was used have been removed
        (commit e1082e45361a92a31adedcc3ed0a35c704bca543) and
        the more reliable 'fakeroot' is now in use at all
        other places where libgetuid.so was previously used
        (s. tdf#115554).
        
        Change-Id: I638e96e5c8d671e3b145b79f33de718fe34ea514
        Reviewed-on: https://gerrit.libreoffice.org/49837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [b99af181a40b464218434e8cf4167cb69c4383df]

        ofz#6432 bad-cast
        
        ofz#6433 head-use-after-free
        ofz#6435 bad-cast
        
        Change-Id: Ic43edbab68d96e852039c3247853074180fd5091
        Reviewed-on: https://gerrit.libreoffice.org/49984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [8ed356fb69e024218538c4818ea6ad46799b2c68]

        reserve negative responses for internal responses
        
        Change-Id: Iecf7d25340ff751c2984e27fdd303d2162472344
        Reviewed-on: https://gerrit.libreoffice.org/49971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Kacper Kasper  <kacperkasper@gmail.com>  [60f1490af9b29ac2df8e9e9411e9d41b472f9113]

        Buildsystem changes to recognize Haiku.
        
        Change-Id: I219d556f8e124cfe426cc1ac3c54da34eb7ef790
        Reviewed-on: https://gerrit.libreoffice.org/49925
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-19  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [48fd0d45288bd8501f14c993cf613fe7743fabcd]

        tdf#115569 don't sign or validate text in tables
        
        Both undoing signatures and updating the metafield
        are causing seg-faults. Clearly more work is needed
        to support paragraph signing within tables, so
        disabled for now.
        
        Change-Id: Ia20c8b07069689b0e8b7d11a634a2a48ef1f0fa3
        Reviewed-on: https://gerrit.libreoffice.org/49722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [bd22f1be6739c9d90e129e5b094206157893c030]

        cui: remove dead code
        
        Change-Id: I3f27d1b502512a5603110445da7b0c50a5339198
        Reviewed-on: https://gerrit.libreoffice.org/47486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-19  Julien Nabet  <serval2412@yahoo.fr>  [a2721ba03e61a476838d3c518505b05a12ad2a5b]

        tdf#114756: fix connector dropdown
        
        bt:
        0  0x00007fffef4738d3 in SdrEdgeKindItem::GetValueTextByPos(unsigned short) const (this=0x5555587ff770, nPos=0)
            at /home/julien/lo/libreoffice/svx/source/svdraw/svdattr.cxx:1307
        1  0x00007fffba50f71b in SvxConnectionPage::FillTypeLB() (this=0x55555c4d2a90) at /home/julien/lo/libreoffice/cui/source/tabpages/connect.cxx:507
        2  0x00007fffba50be46 in SvxConnectionPage::SvxConnectionPage(vcl::Window*, SfxItemSet const&) (this=0x55555c4d2a90, pWindow=0x55555c46cc70, rInAttrs=
            SfxItemSet of pool 0x555557883790 with parent 0x0 and Which ranges: [(1000, 1234), (4003, 4057)], __in_chrg=<optimized out>, __vtt_parm=<optimized out>)
            at /home/julien/lo/libreoffice/cui/source/tabpages/connect.cxx:98
        See https://bugs.documentfoundation.org/attachment.cgi?id=139972
        
        Change-Id: I24ba9e0140668d666da686e3f8a05587b46e923f
        Reviewed-on: https://gerrit.libreoffice.org/49924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4664759fea89e91f5c0f26ee47f2747925642c6]

        use RawBitmap in W_META_BITBLT
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: I23393872fca5a924ceb7ca70edd8e6f70a3cfc13
        Reviewed-on: https://gerrit.libreoffice.org/49965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6fbb6d80fe6203ff6f84ee85ca625b6e60bf5bae]

        use std::array in createHistorical8x8FromArray
        
        to make the assumption about the size of the array obvious in the code.
        
        Change-Id: I7ebe0b037e3be38f7e33c0160742f829288bb474
        Reviewed-on: https://gerrit.libreoffice.org/49938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ab300bfa18cdcc91a9311c4c9710254b0ad7753]

        sw: prefix members of SwPostItField, SwRefPageGetField and SwRefPageSetField
        
        Change-Id: I37f72fd65ff7d9e6c992f92e770f0897f80aaf7b
        Reviewed-on: https://gerrit.libreoffice.org/49961
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [26dd7a6866d014a6e69dae7a0cdfb32d69cef8f7]

        use VirtualDevice in CreateDesignPreview
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: I78c5e2b6735c5180c28ab3a5de0d5ebc27f62438
        Reviewed-on: https://gerrit.libreoffice.org/49960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Pranav Kant  <pranavk@collabora.co.uk>  [05e4ce8643cc4cba6e86779af162caf79c2c7bf3]

        lok IME: underline characters which are being composed
        
        Change-Id: Ibfc35f1668228400f37ec9b0b0350583483f484d

2018-02-19  Arnaud Versini  <arnaud.versini@gmail.com>  [7d4584a18fac7f37ed0f7b3b26e6e1a9d65da26f]

        accessibility: Small optimisation in AccessibleTabListBox
        
        Change-Id: Idf351923a57cf608dd4945e3ce639ba8011ecdbb
        Reviewed-on: https://gerrit.libreoffice.org/49922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [9ee96d942603ff45370558c55ff989700b64045e]

        loplugin:useuniqueptr in filepicker
        
        Change-Id: I367bea33bdb9ea3132d3ed079a16b516498b4fcc
        Reviewed-on: https://gerrit.libreoffice.org/49947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5fe9cbb421dfc0f373e5ea56c93aab2a149ddcc]

        loplugin:useuniqueptr in BibConfig
        
        Change-Id: I35a75bc9b4bb49dc3505fdc02167a8e62ece2f2e
        Reviewed-on: https://gerrit.libreoffice.org/49946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef8ed797598062273ecb43fac8dbae4dbe3bf3cb]

        loplugin:useuniqueptr in CGM
        
        Change-Id: Iecd9251f68cd894a14fb6824151768d4cb663e0f
        Reviewed-on: https://gerrit.libreoffice.org/49944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ccd316d1cb310734848bd20244f509024b549b8c]

        use VirtualDevice in createHistorical8x8FromArray
        
        part of making BitmapWriteAccess an internal detail of vcl/
        
        Change-Id: I8b3aa2fdd3c26db0e48b228640cd31b0bd31543c
        Reviewed-on: https://gerrit.libreoffice.org/49937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [add367bfec9d12502e64d2994f0f39e2e436442a]

        loplugin:useuniqueptr in swf::Writer
        
        Change-Id: Ia337bffa45a1949567f70586db480d92bb55b238
        Reviewed-on: https://gerrit.libreoffice.org/49936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [55dd09e3e5867a0dbaca53b8a3425839e5210234]

        loplugin:useuniqueptr in SdrTableRTFParser
        
        Change-Id: I3d0657bcfcb9fca0d7f8c27499c159ddc5ccf47d
        Reviewed-on: https://gerrit.libreoffice.org/49935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7d2ebe2fdb05ccdc742cc7c3d910880ba73ceef]

        loplugin:useuniqueptr in SvxLineStyleToolBoxControl
        
        Change-Id: I83e1536a1d45fffbf4fc5ddb611e382568ebf26c
        Reviewed-on: https://gerrit.libreoffice.org/49934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6e5d8bb2d60c2e44aa1d2bf7810bff09b9ceabb5]

        loplugin:useuniqueptr in FontPrevWin_Impl
        
        Change-Id: I0919b8e2c58dbe26154e4a7c7c77e8e63f665842
        Reviewed-on: https://gerrit.libreoffice.org/49933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [5d9e3beb3760bcc04afb5d69b0c9ff70d522dd5e]

        loplugin:useuniqueptr in SvxClipBoardControl
        
        Change-Id: Ib9e3d20680cba684fea8b586a5ca4c5835ca6b42
        Reviewed-on: https://gerrit.libreoffice.org/49932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d3c7a7807695deee35e40ef6d77a7428682525d3]

        loplugin:useuniqueptr in AccessibleShape
        
        Change-Id: I4c91ce6eb47f2802313fed22357e5c960cea50b2
        Reviewed-on: https://gerrit.libreoffice.org/49931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc0be9f9616b732955ff21850fb69142ee46507e]

        loplugin:useuniqueptr in NavigatorTreeModel
        
        Change-Id: I53e7e4ab0a1533266ce97d5a093a1742808b6215
        Reviewed-on: https://gerrit.libreoffice.org/49930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0fd3e7beeb20b1c6406b1c3dca2aac09baba7ff2]

        fix windows build after 61bfc53ee710f9c79ac597888a6ee9dfee165ea4
        
        Change-Id: I5687d54bf2566898116c697f5a760cc0989ac0f6
        Reviewed-on: https://gerrit.libreoffice.org/49955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-19  Takeshi Abe  <tabe@fixedpoint.jp>  [6893d8b193fa809f7cd7cd9c44b1733b6b5607cb]

        starmath: Spare unnecessary assignments
        
        Change-Id: I8ddc1c04a76475d63a39dc21d36cda7a7aa26b9e
        Reviewed-on: https://gerrit.libreoffice.org/49921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f97bfb3c2f4b4bae40edbdfcdcfcdd8587c1c11]

        fix updater on windows
        
        Change-Id: Ib6f2334a3f6f3f5c217a71e2967a69e354b0a473
        Reviewed-on: https://gerrit.libreoffice.org/49956
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [99457255b69e67b276339d98f977ada8caa25753]

        ofz#6450 use the rule name, not the rule itself
        
        Change-Id: I62541dc48b7e9d5a906f32791437a86a8283a7bf
        Reviewed-on: https://gerrit.libreoffice.org/49952
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [68cebacac864da199ace7fe03db0e054e6b36966]

        ofz#6448 infinite-regress
        
        Change-Id: Ie0c082a4b43355e935594f2dda694edfc9cdf315
        Reviewed-on: https://gerrit.libreoffice.org/49950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-19  Caolán McNamara  <caolanm@redhat.com>  [4c15c1334406eb36e961e9fb7e782d26a830d958]

        ofz#6449 Integer-overflow
        
        Change-Id: Ia144192a1374615c50fb3574f7a229926e43d7cb
        Reviewed-on: https://gerrit.libreoffice.org/49951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc324bbffad071bc5a115b2faae1ac97ad216711]

        uitest: fix small race condition when launching modeless dialogs
        
        Change-Id: I44f7af1b44badce6ed09eeca0bb19760b5f22aa9
        Reviewed-on: https://gerrit.libreoffice.org/49942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76aea63d8055e9bb8d2edc85a739c9a48a7f8d96]

        uitest: call base class Activate in modeless dialogs
        
        Change-Id: I342e925a5dbc178962f720f1efc9ee001d235718
        Reviewed-on: https://gerrit.libreoffice.org/49941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ed222f6497cf6b2b54d90a4de80fe2db9130f59]

        don't use the global mutex for UI stuff
        
        This leads to deadlocks if one thread is using the process factory
        while holding the SolarMutex and another thread is calling the
        BackingComp::getTypes method.
        
        Change-Id: Ib4750aa1ebbfbf4f8dcd09ec2a218202450f4928
        Reviewed-on: https://gerrit.libreoffice.org/49940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb4d5885f3c8d00ae528ddf57b2abaa4aabfbcf3]

        uitest: add timeout for blocking actions
        
        Change-Id: I796d4ea0034ddae0427418f0d53a00c3dfa66871
        Reviewed-on: https://gerrit.libreoffice.org/49939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-18  Henry Castro  <hcastro@collabora.com>  [55f5afe532c61c6bc382f23e17dfeb6ed3985790]

        sw lok: assign a parent window to property dialog
        
        Change-Id: Ief98b93502c3c69f84e7de47393718370a839208
        Reviewed-on: https://gerrit.libreoffice.org/49926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-02-18  Stephan Bergmann  <sbergman@redhat.com>  [ff570b4b58dbf274d3094d21d974f18b613e9b4b]

        DocumentSettingsSerializer must be SAL_DLLPUBLIC_RTTI for dynamic_cast
        
        ...in SdXMLImport::SetConfigurationSettings (xmloff/source/draw/sdxmlimp.cxx) to
        work with instances of sd::DocumentSettings (defined in
        sd/source/ui/unoidl/UnoDocumentSettings.cxx, derived from
        DocumentSettingsSerializer), at least on platforms using the strict by-address
        RTTI equality check form (e.g., macOS).
        
        (Cross-casts like this are not detected by loplugin:dyncastvisibility.)
        
        Change-Id: I3f8712f9c64852cc8cb17c0c25211963360f117c
        Reviewed-on: https://gerrit.libreoffice.org/49884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-18  Stephan Bergmann  <sbergman@redhat.com>  [22c7aa82a2118e3f1a832521cea8df82eaff77c8]

        Improve diagnostic output
        
        Change-Id: I9513f6516cd665c395f865ea204531bf8efb10b1
        Reviewed-on: https://gerrit.libreoffice.org/49883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-18  Stephan Bergmann  <sbergman@redhat.com>  [d754d5aa8f0eb97fe6ba6aa274ee8f6acf46c8ae]

        tdf#113907 Remove StartModuleCommands.xcu
        
        ...now that it's empty after a1eff3100a41f592407916dd4a21d0404f1364e1
        "tdf#114206 remove duplication of strings in startmodulecommands.xcu"
        
        Change-Id: I46bd0e86a274b65919a4a3f4a4036a7858520376
        Reviewed-on: https://gerrit.libreoffice.org/49879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-18  Arnaud Versini  <arnaud.versini@libreoffice.org>  [861f819d1b1a1ee4a8a15ec26cdd20121fd03ddf]

        Accessibility : cleanup constructors and destructors.
        
        Change-Id: I63f94f4bb3865d0c2d211567588343e08878342c
        Reviewed-on: https://gerrit.libreoffice.org/49282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-18  Johnny_M  <klasse@partyheld.de>  [0679691db053acaa3ca2aa633a56d108f2e5bb85]

        Translate German variable names
        
        m_xAktItemSet -> m_xCurrentItemSet
        m_bAktAND_fNumberAcross -> m_bCurrentAND_fNumberAcross
        
        in ww8par
        
        Change-Id: I1f78120008530b17d2eab508c8649798fc7bedea
        Note: Other occurrences of "Akt" will be done separately
        Reviewed-on: https://gerrit.libreoffice.org/49905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-18  andreas kainz  <kainz.a@gmail.com>  [61bfc53ee710f9c79ac597888a6ee9dfee165ea4]

        tdf#114817 new bitmap presets for Area Fill
        
        Change-Id: Icc48efc2f6c085ccf0754620dc1cbf5132a7f824
        Reviewed-on: https://gerrit.libreoffice.org/49551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7273bb3534264867e818c13baffcdf3862189cd2]

        in numbering use "GraphicBitmap" property for image transport
        
        Change-Id: I43abef3fe4a177f9f7867fe86e18beac812c626b
        Reviewed-on: https://gerrit.libreoffice.org/49923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [82ab7a1559170889c5647a04dc3e85edc38a4e0f]

        Fix typos
        
        Change-Id: I3225398aa3d56f76a5e8a60aecb671665d94a717
        Reviewed-on: https://gerrit.libreoffice.org/49920
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [bf2e3dc2a9b3801366c83b0036ca1778198fa8ae]

        vcl: change mbIndex from sal_uInt8 to bool in BitmapColor
        
        In 193ec57c the comment not to change this bool was kept accidentally,
        but memcpy was removed in that commit so this is no longer an issue.
        
        Change-Id: I772d60bb940b3327f195707524b124d034f50f64
        Reviewed-on: https://gerrit.libreoffice.org/49852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [dad787ca46457c77c1ac67d62a9a370ea3fbd8ee]

        Fix bug numbers in these comments
        
        Follow-up to 0e687595295e210e6275eda57a253ca66e8249ce.
        Props to Regina and Heiko.
        
        Change-Id: I4a5b71230639edf8c22d9e21c29fa31b4a561e75

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cea0ceff755d57ad3feaffda9cff82f742ea7b82]

        remove use of FillBitmapURL and use FillBitmap as the alternative
        
        This is under the ongoing work to get rit of all usage of
        GraphicObject URLs
        
        Change-Id: I900e435ac36a4012ec36a2f0c1d909982c82660a
        Reviewed-on: https://gerrit.libreoffice.org/49895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [75ab4bed721e1f4dfff22419867303a2f1b38354]

        remove printf left in the code by accident
        
        Change-Id: Icc5742cc3b4e44ce6f7daa460af16a3c4aba82c8
        Reviewed-on: https://gerrit.libreoffice.org/49894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [233a6332500a30ba4bd44d09635ac7cbfe91beb7]

        GetEmbeddedXGraphicStream to read XGraphic as stream
        
        This is an alternative to GetEmbeddedGraphicObjectStream which
        uses URL as parameter and will be removed soon.
        
        Change-Id: I3c7431bdeed0bd4ed3c7f48517a52846d0944ed2
        Reviewed-on: https://gerrit.libreoffice.org/49893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7b1b7928d80efa3c6a99d6ce142fd679d6077d5f]

        make WriteXGraphicBlipFill declaration same to WriteBlipFill
        
        Change-Id: Ie7947abdf2e8e951c94006aae259ed1d84558b73
        Reviewed-on: https://gerrit.libreoffice.org/49892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1a8e331801d1e5b06150b11fdf7fb66d89ea9e23]

        make it readable by adding/removing whitespace, no change
        
        Change-Id: Ice60d52c65f2e9071bb37f14a30f2eacbb9a159a
        Reviewed-on: https://gerrit.libreoffice.org/49891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-18  Michael Weghorn  <m.weghorn@posteo.de>  [0add6dbacbed852f2b5180e04571f039cbf9dd0b]

        tdf#115554: Fix ownership in desktop-integration tars
        
        Use fakeroot to call tar when creating the tar.gz archives
        holding the desktop-integration parts to have root:root
        as owner of the files inside those.
        
        Change-Id: Idcdcb4dd398f330773671266dafb354711b0f093
        Reviewed-on: https://gerrit.libreoffice.org/49827
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-18  Michael Weghorn  <m.weghorn@posteo.de>  [2b266a338718ccd994a4cef05f128eb0c1b9fdc7]

        tdf#115554:  Create tar archives using 'fakeroot'
        
        'tar' must be run as root or faked to be run as root,
        to make sure that file ownerships and permissions inside
        the created tar archives are as desired (root:root).
        
        Have fakeroot take care about creating an appropriate
        environment rather than using the custom "libgetuid",
        to no longer have to care about tar internals by ourselves.
        
        This fixes the problem that file ownerships are incorrect
        when tar version >= 1.24 is used for
        
        * tar archives holding all the generated deb/rpm packages
          (created in 'download.pm')
        * tar archives created by using the
          '--with-pacakage-format=archive' autogen option
          (created in 'simplepackage.pm')
        
        Change-Id: Id20ccce4d002ff95c75292eda8080ca299eee3a5
        Reviewed-on: https://gerrit.libreoffice.org/49682
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-18  Michael Weghorn  <m.weghorn@posteo.de>  [bcc5790554f02d65b03eebcc47fb8859fcf44643]

        tdf#115554:  Use 'fakeroot' to build Debian packages
        
        The command to create Debian packages must be run
        as root or faked to be run as root.
        The 'fakeroot' makes sure the command is run in an environment
        faking root privileges for file manipulation.
        
        This makes sure that file ownerships and permissions inside the
        created deb packages are correct.
        
        Using fakeroot instead of the custom "libgetuid" makes it
        unnecessary to care about internals of the underlying tools
        (like tar) and changes in those by ourselves.
        
        Change-Id: I2cbb203ab84f740377e535c1051c2b879779b164
        Reviewed-on: https://gerrit.libreoffice.org/49597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-18  Jim Raykowski  <raykowj@gmail.com>  [10496770a6c4ba870787f20a4f0948c30e3d59cd]

        tdf#115602 keyboard navigation: Skip disabled toolbox items
        
        Change-Id: I793dd301a04435c79a97819497b9d34fa49e298b
        Reviewed-on: https://gerrit.libreoffice.org/49697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-18  Mert Tümer  <merttumer7@gmail.com>  [77ec366385b31fbbf8b78961fccaa9d0561661de]

        [Pardus] tdf#108446 - Shape is not changed after save
        
        This patch is sponsored by ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I7ee137b2332f799e4301cc3507df4a7b86af74b9
        Reviewed-on: https://gerrit.libreoffice.org/47806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2701104d1a08da465daa37ab3bb74e05d2f563c3]

        rename non-unique id for better UI testing
        
        Change-Id: Id271001411ae34269451008ca54ab5855aae7da5
        Reviewed-on: https://gerrit.libreoffice.org/49305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1c4ab26455f2c94857d49ebb9ed758b03bcf766c]

        Now we can remove this old checkOutput() for real.
        
        Change-Id: Ieff91dfd8195f1a5b8267753183e34e154a0c29a
        Reviewed-on: https://gerrit.libreoffice.org/49913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf9e55538375e5c5dea173151f1d0386bd29ad4e]

        Use the variant of checkOutput that takes nested std::vector.
        
        That one is *the* future.  We can't remove the old one just yet...
        
        Change-Id: I3c5b1bfee3d2cb8988b68ced5a38d52d641e5881
        Reviewed-on: https://gerrit.libreoffice.org/49908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1c791a9b28af5e6ece46e1d48a2acde9d4c81c78]

        Add a test to make sure we import docs with empty rows correctly.
        
        The previous XSLT-based filter failed to import this correctly.
        
        Change-Id: I6218bd2b3e5c5ac1514f84b959be27df23a0c3f8
        Reviewed-on: https://gerrit.libreoffice.org/49907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-17  Bartosz Kosiorek  <bartosz.kosiorek@tomtom.com>  [5b9e76557d2b5c835a5873de1ce530f36ea98d2d]

        tdf#114139 Don't export Plot Area shape property fot 3D charts
        
        For 2D charts Plot Area equivalent is Chart Wall.
        Unfortunately LibreOffice doesn't have Plot Area equivalent for 3D chart.
        It means that Plot Area couldn't be displayed and changed for 3D chars in LibreOffice.
        We cannot write Wall attributes into Plot Area for 3D charts, because Wall us used as background wall.
        
        Change-Id: I16d3b326571c1e411a094ec799e20c7aeeb2c1d4
        Reviewed-on: https://gerrit.libreoffice.org/49428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [57251bd42e4d5656ec456f9cf612195cb598bc43]

        Translate German variable names
        
        m_pAktColl -> m_pCurrentColl in ww8par
        
        Change-Id: I11299bab3c294345cd32d829003b2351192f9bf9
        Note: Other occurrences of "Akt" will be done separately
        Reviewed-on: https://gerrit.libreoffice.org/49904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [0b8f6d7d1182bddf4d2cccafd798c97de0dc4b24]

        Translate German variable names
        
        Akt -> Current in ww8par2
        
        Change-Id: I9ef8c2def230287abe405df894f85240a338c73d
        Note: Other occurrences of "Akt" in the affected files will be done separately
        Reviewed-on: https://gerrit.libreoffice.org/49906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [b62ac98a72e21d49aec4493ace8ba12b7561439d]

        Translate German variable names
        
        Akt -> Current in svdopath
        
        Change-Id: I4482d97fcd5891c7c8137432b6defa8d52f2ca0c
        Reviewed-on: https://gerrit.libreoffice.org/49900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [52dd8686deda517d8e0587aea47f75af29ee53db]

        Translate German variable names
        
        Akt -> Current in ww8 (leftovers in function names)
        
        Change-Id: I7ce1df76be01108d0e1f23522b09e20f75ae4ed3
        Reviewed-on: https://gerrit.libreoffice.org/49903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [4c3fc27ee68d9e4581f8131ba8eaa7d0c640cbda]

        Translate German variable names
        
        Akt -> Current in svparser
        
        Change-Id: I6c883a7690ca518ea773a08ab093d5db323122f5
        Reviewed-on: https://gerrit.libreoffice.org/49901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [70eedc8d664433d4f101f59bd4782e542836d3f7]

        Translate German variable names
        
        Akt -> Current in ascii filter
        
        Change-Id: I05637a65632b15b1ec0e0860bff15651dc25a8c4
        Reviewed-on: https://gerrit.libreoffice.org/49899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Johnny_M  <klasse@partyheld.de>  [965527d76bc233b65795a5203029a65e28773e3b]

        Translate German variable names
        
        Akt -> Current in txtnode
        
        Change-Id: I5f8c615c0caf96d51077aba5b27ee68bbe6f3b72
        Reviewed-on: https://gerrit.libreoffice.org/49902
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fd921767d93467c5e1785783b377c539b1fdc3ee]

        uitest for bugs #tdf114228 #tdf43078 #tdf105105
        
        Change-Id: I4fce7b1f492b6e32d48eb6f7d9c9edb6eba2c56d
        Reviewed-on: https://gerrit.libreoffice.org/49518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e01424a37ff7179435efde1230cbf81d87b2affc]

        uitest - writer Format-Bullets and numbering
        
        Change-Id: I5efeb41c13dbbaf8c5fffbb00a7503a89434c082
        Reviewed-on: https://gerrit.libreoffice.org/49691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Caolán McNamara  <caolanm@redhat.com>  [7a4eaf4a74832621d8ae2525ee93501ed315e590]

        ofz: infinite loop
        
        Change-Id: Ie54c22c65ccd962862cade77e3502a264164c2b2
        Reviewed-on: https://gerrit.libreoffice.org/49912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-17  Caolán McNamara  <caolanm@redhat.com>  [d265bb1554c185ab9cd5bd63e584165e8b3ae0a1]

        ofz: infinite loop
        
        Change-Id: Icbc19a6761a9972d61db45b779dab56361bf6db8
        Reviewed-on: https://gerrit.libreoffice.org/49915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [67f47a55f13ce41cafe7f0eda12c1030d1f0e7de]

        uitest - writer Format Character
        
        Change-Id: Ib4e78a19251ece9a24e3b87e5932b25c1002cd83
        Reviewed-on: https://gerrit.libreoffice.org/48354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1664fe09c66d65094195050d87de8d341bf33549]

        uitest - writer; test form Bookmark dialog
        
        Change-Id: I4c82c188b16604b808b25ec6710b59fa7310abf4
        Reviewed-on: https://gerrit.libreoffice.org/47622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d13c5b153b7798ed18062b67c5d4185590b5b22e]

        uitest for tdf#99386
        
        Change-Id: I1b9d03da4e5dff6149c98057976adc1cdcdb1770
        Reviewed-on: https://gerrit.libreoffice.org/48802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3c9b620efc314050246bef9b7ef9c6daeb482ae1]

        add uitest for bug tdf#115088
        
        Change-Id: Ic13f399cd489755ce97e026a9259c96c8aceb45e
        Reviewed-on: https://gerrit.libreoffice.org/48220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c221405cb0e5d412e34dab2aabdf037d4b048ce2]

        uitest - writer insert Page Footer; insert Envelope
        
        Change-Id: Ifd931998607edbb526ec756f80b2bad13f541d63
        Reviewed-on: https://gerrit.libreoffice.org/48086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1632166329e6c14d885229c358a6c60dd2528244]

        uitest - writer Insert Horizontal Line
        
        Change-Id: Ia44e18650b72ffe8d8d263f62dc6d5a31d1b0dc3
        Reviewed-on: https://gerrit.libreoffice.org/47215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7e171db74d134dfd81bf2882592e1740185c6ccd]

        uitest - writer/ Special character dialog
        
        Change-Id: I6de8570e5a2c1404cbf9c0a11f68373857a8836d
        Reviewed-on: https://gerrit.libreoffice.org/47035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-17  Caolán McNamara  <caolanm@redhat.com>  [c0cb656936e81288f7536e7d4f245c1f2bc3987f]

        ofz#6427 use of uninitialized values
        
        Change-Id: I357f1ef2ccf1c8f3f53effa6b38643523722202c
        Reviewed-on: https://gerrit.libreoffice.org/49910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-17  Tor Lillqvist  <tml@collabora.com>  [c902cbc7dc5294ab721a9aef3a152aa243d00011]

        tdf#115283: Avoid bashism
        
        (We do require bash for other parts of the build, though, and have no
        plans to change that. But let's make the bug reporter happy here.)
        
        Change-Id: I4bcd3a86fb4e6f95d4eec8557faf359bf5549c03

2018-02-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d712961a2652a6defb7ef23e8985a6971710e37]

        Let's also check for the presence of the range names.
        
        Change-Id: Ic61370e495a8647a17eec484f8f32afe4dcc3b94
        Reviewed-on: https://gerrit.libreoffice.org/49888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [be4e037b0944fdaec20b6afb05f668b93c1a4a8f]

        loplugin:useuniqueptr in DbGridRow
        
        Change-Id: Ia3d7e2821213fb6e6ab5e13f707b5e07b26127a8
        Reviewed-on: https://gerrit.libreoffice.org/49871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  jan Iversen  <jani@libreoffice.org>  [4c0dec9988e77aaeec152deb9c2fd32173a32814]

        iOS, add custom include for codesnippets.S
        
        Change-Id: I285838f6f3e8ec57a63239f71a403809154c47e2

2018-02-17  jan Iversen  <jani@libreoffice.org>  [3a91ebb89d05d626a55f7304b6e427c650587bc3]

        iOS, readded perl script to generate codesnippets
        
        Change-Id: Ie9f3aa8057e9b50beedf47ff892188cf3b362194

2018-02-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [1da3a3cb74a415a76fa547ef0c8f61780e260e7f]

        tdf#115639: Align right/center with trailing spaces the same as MS PowerPoint
        
        * Add HoriAlignIgnoreTrailingWhitespace compatibility option.
        ** For MSO file formats it is set to true
        ** For ODP format it's set to false by default
        ** The flag is saved to ODP format as user data if the document
        comes from an MSO format.
        
        Change-Id: Ie22233d33a25e605de46120bfc2195038dffd63c
        Reviewed-on: https://gerrit.libreoffice.org/49889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [71545d500e4b88e960a73d499328504ce99397a8]

        loplugin:useuniqueptr in SdrUndoAttrObj
        
        Change-Id: I4174c1f1746dd501ce7428c3c2051dfed7042f7b
        Reviewed-on: https://gerrit.libreoffice.org/49870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [e2e4798b35ecd33a09dda85c575d7a7709ab9414]

        Revert "loplugin:changetoolsgen in sc" and reapply plugin
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        This reverts commit 95fab7cbf2f0576d0f728bed8898b7ff769d90e6.
        
        Change-Id: Icbdcc0f4227d88812be12e18ba6961088db80c3e
        Reviewed-on: https://gerrit.libreoffice.org/49840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4be0bfedf8497ad3b4244aeeb0b761b5c6b128b]

        loplugin:useuniqueptr in FmEntryData
        
        Change-Id: I6356807ad2b4e0e22908d59713de54842e1a0e00
        Reviewed-on: https://gerrit.libreoffice.org/49878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [794066fa1ac67b6e352c17e78245a2698b0c470b]

        loplugin:useuniqueptr in FmXGridPeer
        
        Change-Id: Ie9a705852035eb99c9d0e5862c4d9f6bdb4c6a05
        Reviewed-on: https://gerrit.libreoffice.org/49877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [c503df794f942488840ac2d69e61895e42a35b2a]

        loplugin:useuniqueptr in Hyphenator
        
        Change-Id: Icc45a38858004e1b8ea3a19df40f3cd71c469fdf
        Reviewed-on: https://gerrit.libreoffice.org/49876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [abf173db4b46afd6925c5138f24f1f5146c96525]

        loplugin:useuniqueptr in Thesaurus
        
        Change-Id: I59a2cbeb08242ec1929b0c70f28e1d059dec70ca
        Reviewed-on: https://gerrit.libreoffice.org/49875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [35ba29e093d41ce88a827ab145ba8df09ff0ee2f]

        loplugin:useuniqueptr in SpellChecker
        
        Change-Id: I36a9fe01e228f3f2f5e441c369291da4c461f735
        Reviewed-on: https://gerrit.libreoffice.org/49874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc85db4c4e2ca9ef8e1c9fc0af6d314767678faa]

        loplugin:useuniqueptr in scaddins
        
        Change-Id: I5c2c8301078d19824fb35966b158471ce6650c10
        Reviewed-on: https://gerrit.libreoffice.org/49873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [722d0b9882f20b7ae535c28fd1e2846756129376]

        loplugin:useuniqueptr in HWPFont
        
        Change-Id: Idd20e180fdd215028cf972e7ed97b37b7b9bed55
        Reviewed-on: https://gerrit.libreoffice.org/49872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-17  Szymon Kłos  <szymon.klos@collabora.com>  [7a510effa4566d405d2033b6635b42c08d34dec8]

        Fix fontScale test
        
        Change-Id: Idd16270cc6af0108442ba26db62ed933bbb0a63a
        Reviewed-on: https://gerrit.libreoffice.org/49881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05986e7f98ea1c0bd8092500968774ef3f6bcef4]

        Add a test case for global and sheet-local named expressions.
        
        Change-Id: I44247b55f3541214b515378744ee2c1982051e27
        Reviewed-on: https://gerrit.libreoffice.org/49882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-16  Eike Rathke  <erack@redhat.com>  [b87fe45e8b087a315a65b92bf9c168b1e4c5cc00]

        Consolidate the dreaded "Text - txt - csv (StarCalc)" filter name
        
        ... into one define SC_TEXT_CSV_FILTER_NAME. This might prevent
        typos and doesn't look as ugly.
        
        Change-Id: If954852e5e6673331b29c4994f9d97c77b6564a6

2018-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0c25c751cf8e166a84b289746bce6202a40391d]

        tdf#115783 sd: fix lost char attributes during in-table copy&paste
        
        The SvxFontHeightItem (12pt) is originally a character-level property on
        the table cell (covering the whole cell text) but when the user sets the
        font height of the cell,
        sdr::properties::CellProperties::ItemSetChanged() will turn that into a
        paragraph-level property. This is fine, except that this way the
        property has unclear semantics when the user pastes single-paragraph
        content into an existing paragraph. (Keep the old paragraph properties?
        Use the new ones?)
        
        The current behavior is that sd::View::OnEndPasteOrDrop() calls into
        ContentAttribs::SetStyleSheet() at the end of the paste, which removes
        paragraph-level formatting (giving visibility to the from-style 18pt
        font height this way for the existing content), so both the old and the
        new paragraph formatting is lost.
        
        Improve the situation by copying these paragraph-level character
        properties back to character-level before paste at the paste position
        (so doc model is back to the state after load), that way font height and
        similar properties are not removed by the on-end-paste handler.
        
        Change-Id: I43d321dedcda6c0df9b009b9d99c3544f783473c
        Reviewed-on: https://gerrit.libreoffice.org/49868
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [028d4f9025c0d285bc5acdd0250b9e8120156925]

        Add a test case for importing cell background colors...
        
        ... from an Excel 2003 XML file via orcus.
        
        Change-Id: I58783acf80de7935e98673b982d8cfb0d4f085ce
        Reviewed-on: https://gerrit.libreoffice.org/49880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-16  Eike Rathke  <erack@redhat.com>  [40530d0ce4883ac999d53f86c0483e1a47c9fd74]

        Resolves: tdf#114995 support CSV as Link to External Data
        
        ... with one CSV_all range for all data.
        
        Change-Id: Ibe7a8f5141394eb4592e83a69e620e4b1a6b5221

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [608272840a799e783fd15197c78bfa2b58145cf4]

        convert any canonical negative gtk responses to our own
        
        Change-Id: Ie51d843061157190003ccbc91b4392409249c6e3
        Reviewed-on: https://gerrit.libreoffice.org/49865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [6d9d8a723f7d92057f26c884ced975f13fc90d8f]

        Revert "loplugin:changetoolsgen in editeng..extensions" and reapply plugin
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit 2096aac8b958db66b3ddce16b06dca87edc8ba0a.
        
        Change-Id: I4b5941c4119b95aaefb9180a0ca95a1dbb4ec317
        Reviewed-on: https://gerrit.libreoffice.org/49844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a839524d46cc6cf5924db7f9dcd6847f050ec0f]

        loplugin:useuniqueptr in BaseProperties
        
        Change-Id: Ib503f3ac8e400fa833d31c597fa539d26a91ff08
        Reviewed-on: https://gerrit.libreoffice.org/49864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe96d07621f75e6e5a106407c8ef80ace1b7f137]

        move CellBorderUpdater bitmap update to VirtualDevice
        
        part of the process of making Bitmap an internal detail of vcl/
        
        and remove last outside-of-vcl use of BitmapWriteAccess from
        header file.
        
        Change-Id: I59a4353e11f881d24a7be50cf0f91f4f0dcffcaa
        Reviewed-on: https://gerrit.libreoffice.org/49850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [bddd6c77811e0489a5632437116f5eec356cc397]

        Revert "loplugin:changetoolsgen in avmedia..basic" and reapply plugin
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit 1adb1a320a7e9832a41545bde13fd59d27ce7954.
        
        Change-Id: I52924b35008c8e4b44c8a6b6657cc3a1ac513886
        Reviewed-on: https://gerrit.libreoffice.org/49848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb5563e7e636a9856d4f1cc23d00a21193b9d0cc]

        Revert "loplugin:changetoolsgen in canvas..cui" and reapply
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit f841dada1a5018897cce29ccf972da33ece4738c.
        
        Change-Id: Iff19e1fc99812c086b0a39b71a3f67b98e2f9c8f
        Reviewed-on: https://gerrit.libreoffice.org/49841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Telesto  <telesto@surfxs.nl>  [11fab5aeaaa72012c63b2c812656a932ef0debf9]

        tdf#115315 Cursor not in focus with new document
        
        Partial revert of 7aae8772aa18744cb1bbd8348272be99cc882c47
        ("Clear VclPtr instance reference on removed UserEvents.")
        Disposing of child controls should not affect focus events
        of the parent frame.
        
        Change-Id: I583311050560a2851cfcc372741b675b52375d06
        Reviewed-on: https://gerrit.libreoffice.org/49855
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-16  Stephan Bergmann  <sbergman@redhat.com>  [1ce138c74bfa46c7fa5a80f71e977f95591d5f34]

        Adding props to extensible group must use op "replace" (or "fuse")
        
        Change-Id: Ic0101b4baee78096d9ee3b2a6a086a7e808d4d1e
        Reviewed-on: https://gerrit.libreoffice.org/49862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-16  Stephan Bergmann  <sbergman@redhat.com>  [b4550ff54f55829a5c9266d0058168e7e8d69a34]

        PopupMenu template doesn't have Target/ImageIdentifier properties
        
        Change-Id: Ic36f4c6fcf657a7a10e4872856cbb7fc1928c3eb
        Reviewed-on: https://gerrit.libreoffice.org/49861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-16  Stephan Bergmann  <sbergman@redhat.com>  [7b468e1d11b41678232dc05f80c853165fbbacc2]

        Start each run of CustomTarget_odk/build-examples with a clean slate
        
        Change-Id: Icf6a12254b32c6fcdb7e9cbe1057c73907cf3005
        Reviewed-on: https://gerrit.libreoffice.org/49860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [7acca8bfe3c1e73ad1b52687370c04d319a88588]

        take defaults and add missing cancel response
        
        Change-Id: I778ecfa3aa552389dceb4921385b4a723d110b37
        Reviewed-on: https://gerrit.libreoffice.org/49863
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Szymon Kłos  <szymon.klos@collabora.com>  [2c2919cb591d88b11bb2e25e45d6f75923821457]

        PPTX export scale for TextFitToSize
        
        MSO requires to save fontScale attribute to have
        all the text shown properly (with FitToSize property)
        
        Values are approximated, after any modification in MSO
        scale is recalculated.
        
        Change-Id: I73657fdd663b540b436747cfeeef3c76e8fe388c
        Reviewed-on: https://gerrit.libreoffice.org/49742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [168c5e4994e1b9e742911273ecb0b959396d5bf0]

        ofz#6360 Direct-leak
        
        Change-Id: Ie38a0fce48f1c3bedda08b866b4b5d838b496c77
        Reviewed-on: https://gerrit.libreoffice.org/49846
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [840e4dd1a4986e4560264c5492fe486924eb1eb5]

        ofz#6414 Integer-overflow
        
        Change-Id: I1090711877707b9e66aef36910eca2df81c7c3b6
        Reviewed-on: https://gerrit.libreoffice.org/49858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [832ba85ebfa6d546aa4c3e373987f767a104f192]

        ofz#5951 speed up wks fuzzing, skip CalcAfterLoad
        
        Change-Id: I942480742da9aec18409b2d31dd68a01275682f9
        Reviewed-on: https://gerrit.libreoffice.org/49859
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Eike Rathke  <erack@redhat.com>  [b809df5d7f82a291356aee147f338cde5579e839]

        Factor out Spanish "mar" tests to use checkSpecificNumberFormats()
        
        Change-Id: Ie2618ffeea49e45d7bd7d35238a1edbcc5887fa5

2018-02-16  Eike Rathke  <erack@redhat.com>  [af12236c87544b61ff89b979d2528775c63a285b]

        Prepare to add specific number format index to test against
        
        Change-Id: I1c01c9afe4a2479bd8e595b84816febe8e9e5947

2018-02-16  Yousuf Philips  <philipz85@hotmail.com>  [a1eff3100a41f592407916dd4a21d0404f1364e1]

        tdf#114206 remove duplication of strings in startmodulecommands.xcu
        
        Change-Id: I4d034c029eec58d9e7c2dd500efc0b65a3c3dcb8
        Reviewed-on: https://gerrit.libreoffice.org/44885
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-16  Yousuf Philips  <philipz85@hotmail.com>  [bca6b706dfa092ed5d2c9ad58c18c9e598d6e2f1]

        tdf#103080 Remove Open Sans and PT_Serif licenses
        
        Change-Id: I024669ca552c00fd0b62c4eb25bccb88666295de
        Reviewed-on: https://gerrit.libreoffice.org/48941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-16  Jean-Pierre Ledure  <jp@ledure.be>  [585d43110c2f781cc07f53c8fdfd271578984e72]

        Access2Base - Nicer representation of booleans in OutputTo action
        
        Replacement of True/False output characters
        Addition of "false" class

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [413c7b426543e71f4865c858b5b4ca62b48573d3]

        Revert "loplugin:changetoolsgen in dbaccess..desktop" and reapply plugin
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit a9ca38bdf7ff9d15529b5903e640987fc14c0fa7.
        
        Change-Id: I662ef2f1100a06a68decb2c71975fbc61aeaa47d
        Reviewed-on: https://gerrit.libreoffice.org/49847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d180f48bc61444c610c35083e35745d38c6cce2]

        Revert "loplugin:changetoolsgen in filter..framework" and reapply plugin
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit bf8a6cacd06d7c1961b5db8cc79ee4bbdb342e43.
        
        Change-Id: I4b5a9bf0c38ee1b57af91e6b7f184f1e8807f6f7
        Reviewed-on: https://gerrit.libreoffice.org/49843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [26783527823883ccd5bbf3b9e014a0a3c1e3a022]

        svl: fix loplugin:staticanonymous warning
        
        Change-Id: Ib983a8f4305dc916e077407d712883de6d05649a

2018-02-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e4a096dde0bcec9c4ac9c00e2155cad192de804a]

        Updated core Project: help  807a16ea2eda59452c92477b17702fc99943ba56
        
        tdf#94017 embeded h1 entries should be h2
        
        This improves visual appearance of help pages of menus, etc...
        
        Change-Id: Ieece5897980e1defe25cda7b28fcd16c9998dfd4
        Reviewed-on: https://gerrit.libreoffice.org/49857
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [da795470439f89aa3970eab2ecc3d8e2c6a21984]

        Related: ofz#6390, similar pattern
        
        Change-Id: I4be0c422a70e58832227fb8c5a082ecdc9573220
        Reviewed-on: https://gerrit.libreoffice.org/49845
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Eike Rathke  <erack@redhat.com>  [ad3834b121e773364fdf640beadffdf42e0f3dae]

        Unit test tdf#114833 do not officiously force Y-M-D if D-M-Y is applicable
        
        Change-Id: I2c78a06169526b079fd1463df23b09bacb50588b

2018-02-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [914f0922baf93eac9c966907cee932f53e72e887]

        Updated core Project: help  54fb08a20e9b92af1e8085f9357fbd68b515678f
        
        Add more support for languages in online new Help
        
        Added SL token for google
        Tooltip for clipboard
        Donation links
        
        Change-Id: Ib73c07f64992553abb1b4048c10e1dbb9a2c3573
        Reviewed-on: https://gerrit.libreoffice.org/49854
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [3987c2b0e8477152e4f85ce7fa1b70eb38e171f7]

        Revert "loplugin:changetoolsgen in sfx2" and reapply plugin...
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit c82802a9ee3514d0b98fbb3783abbc17ec02c3b6.
        
        Change-Id: I44a5316ebd3d0bde6bd75ad24e9a4406cd8e8db0
        Reviewed-on: https://gerrit.libreoffice.org/49836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [4beed2ba7335fdb211aca7f70a144ffecf90a781]

        Revert "loplugin:changetoolsgen in sd" and reapply the plugin...
        
        because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit 0d9f3f7628f88fa66aaeea1f7148db620e17e728.
        
        Change-Id: I33f79bf755aedc1ed48d95f7b82f3fabed1347fb
        Reviewed-on: https://gerrit.libreoffice.org/49834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [79afa1d9b3ac33b75512095c6383db7f47342f26]

        ofz#6390 Leak
        
        Change-Id: Icc2b90ac062da32c9da4cce67f15f6e55e005c2b
        Reviewed-on: https://gerrit.libreoffice.org/49842
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cbec4cb7b11081ccc75822cf4954a5cc253c15f3]

        Add a test case for importing merged cells from Excel 2003 XML file.
        
        Since the filter type has changed, we need to also update the filter
        flags used in the unit tests.  And because the new filter no longer
        relies on XSLT, we can drop the dependency on xslt.
        
        Change-Id: I9dd040b3c8c0e95300c4dda1b87bf448a800097d
        Reviewed-on: https://gerrit.libreoffice.org/49832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-16  Eike Rathke  <erack@redhat.com>  [2448e6cfeb787ae37cdadd7d6181e723b7024d27]

        Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicable
        
        Change-Id: Idbfecf0ff08843db9970a301ab3c3a7317c08cda

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [bcdaaf62d41728eb757ff2b9cb95c2df2791e2f4]

        Resolves: tdf#115750 SvStream::WriteStream was broken
        
        and didn't stop copying at the size limit arg
        
        Change-Id: I8f1be0310160f5158d2f64c62d6b2c09c0157930
        Reviewed-on: https://gerrit.libreoffice.org/49838
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [261d422d9e0dc4d36ddfa43180e63286cbb89bf4]

        Revert "loplugin:changetoolsgen in oox,reportdesign" and reapply..
        
        the plugin because I
        (a) forgot to insert parentheses which changes the meaning of some expressions and
        (b) I now use the AdjustFoo calls when changing unary operations, which reads much better
        
        This reverts commit 457220bc2c0142c5b6f4135cb688ccfc99fec792.
        
        Change-Id: I2c6b1092c8bfa4fa14acbc7445f546d43cb2a86e
        Reviewed-on: https://gerrit.libreoffice.org/49833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Armin Le Grand  <Armin.Le.Grand@cib.de (CIB)>  [0e687595295e210e6275eda57a253ca66e8249ce]

        tdf#115519: Handle rotation for WriterFlyFrames correctly
        
        Change-Id: I5f29b3640eaf24d63c64edfecd6732f336582640
        Reviewed-on: https://gerrit.libreoffice.org/49826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-02-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [3b93b176572971f00845e268c12eef94190d03bc]

        gtk3_kde5: Checkboxes on the left, texts on the right
        
        QFormLayout does it the other way round (text left, checkbox right)
        and it looks odd, so use QGridLayout
        
        Change-Id: Iff4255f695ce17561bac44e496a3567e1b438581
        Reviewed-on: https://gerrit.libreoffice.org/49815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b12898378556538c86f92ed368d6be6c461a169]

        connectitivty: can use o3tl::make_unique<> here
        
        Change-Id: Ia01bf2866e3f688dfab64c5fd72e787e4409fb75
        Reviewed-on: https://gerrit.libreoffice.org/49830
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [da2f9c20f61033caa29757942b4f3e709a48ed7c]

        loplugin:changetoolsgen various improvements
        
        - use AdjustFoo variants of methods on Rect/Size/Point
        - ignore double assignments
        - improve error messages
        - handle expressions that include macros by using getExpansionLoc
        - replace ++X() with X() + 1
        
        Change-Id: Ida6b06b2a92e9226168aff6b1b8031f5867687b4

2018-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [28753a11d4d5198d473660f386176cec5a1b4533]

        rename MoveFoo to AdjustFoo in Point/Rect/Size
        
        <sberg> noel_grandin, "MoveLeft" is a somewhat misleading function name
        in dd4fc3b1e3f8a7c69a44c26715b2e3cdb22aede9
        <noel_grandin> sberg, better ideas?
        <sberg> AdjustLeft etc., like the AdjustWidth/Height?
        <noel_grandin> sberg, sure, np
        
        Change-Id: I89e281b5c7421825098e5ad5a3550c774300938c
        Reviewed-on: https://gerrit.libreoffice.org/49818
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [6a3f9de585fc0e8e6191db5210729ae6b3730e7d]

        native dialog initial basis
        
        Change-Id: I392be563e38257390f748c70bb71c67a66778ddd
        Reviewed-on: https://gerrit.libreoffice.org/49677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-16  Caolán McNamara  <caolanm@redhat.com>  [7faa218231b7a807412feada3aa1223b43b5626e]

        ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end
        
        Change-Id: Ibd80b484788779b73943b28a5f36e51ebcacec30
        Reviewed-on: https://gerrit.libreoffice.org/49821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [e1082e45361a92a31adedcc3ed0a35c704bca543]

        setup_native: remove {un,}install_solaris.sh
        
        These scripts were never shipped to end users (the corresponding
        install_linux.sh was only added to the instset in LO times,
        see 117b3242dbdcf5c9690921f2f4cf1495df10c11e) but were used
        by QA and developers to install multiple Solaris builds
        as non-root using getuid.so.
        
        But the "archive" installation set can be used for the
        same purpopse and doesn't require a custom script.
        
        Change-Id: I665277bef7c5ddd58e798f5f1b1c6a97a0f3cfc5

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [1cde1dd46b04321721fc9f474acec706ccc7961b]

        ofz#6345 Integer-overflow
        
        Change-Id: I537b49bac053c0f55bbbc26b0d37dfae4c62106a
        Reviewed-on: https://gerrit.libreoffice.org/49817
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [6864b7d9b72d85cc7f8be19136708eaebae1bfe4]

        for fuzzing, reduce allowed warnings again
        
        Change-Id: I60c388db280f8178a5a17354b1f68e7bea9560f6
        Reviewed-on: https://gerrit.libreoffice.org/49828
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [20cf158b85d40bdc7e1092dcbfe648c48339aec6]

        sdext: disable the warnings TWICE because they're sneaky bastards
        
        Let's hope this will finally work, it was like this before commit
        4e102d6a4b483098e80ca86e19ee8576ae5356f1
        
        Change-Id: I6337d4f1abc386e71747b2a37e55a3578bcbf340

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [ebbae6a1f5e183953baac8e9a9d5b0bd2f333fbe]

        sdext: MSVC 2015 is trash
        
        Change-Id: I8549b52417520c0fe52977137fc570d65b0800fc

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [380da094b0ad765b80c353a6b6d2a1aa6a003f6a]

        ofz#6372 fix bitmap decoding of pattern in LwpBackgroundStuff
        
        after
            commit b90e098a354323b635bab3ee8f9c79deb1e734fe
            use BitmapEx in LwpBackgroundStuff
        
        <caolan> maybe the lotuswordpro original stride is really 4 after all
        (as a common stride), with the first byte on each line containing the
        8bits for each row
        
        The original code in GetPattern() looked pretty dodgy since it was
        copying 32-bytes into an 8 byte buffer.
        Assume that the reversing part is right, and that the format is really a
        1bit packed 8x8 image.
        
        Also fix the decoding of such a image in CreateFromData to assume packed
        format, which is more predictable.
        
        Also fix the bug in createDefaultCross_3x3 which changing the assert
        revealed.
        
        Change-Id: I7196ae601429bbe0f842399df61c8b858e022d3e
        Reviewed-on: https://gerrit.libreoffice.org/49808
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [cf385d9cbbd7e64dd981595e07cac7f3e05519f8]

        sd: fix whitespace
        
        Change-Id: Ibefd63909b0e505f52471373ef566f7309d6d5de

2018-02-15  jan Iversen  <jani@libreoffice.org>  [f563a81000ce43e95e117229b72228386077f94e]

        iOS, add old snippet script.
        
        We need to check if the script generated the same code always.
        Looks like nFunIndexes is never changed.
        
        Change-Id: Ic247cccbf1e4a75e6a0acf5807fdcf84bfcf4cb3

2018-02-15  jan Iversen  <jani@libreoffice.org>  [4b86076d5efc2e416181cc4c9e56b21870121892]

        iOS, update to original files
        
        Update to old files (from Tor in 2013) to prepare for generate.
        
        Change-Id: I832a242b7b91179e9c269fa9e48a1698aa2f2a66

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [79297e32646bf8276f38b1317319abd36cdd45a8]

        ofz#6376 Floating-point-exception
        
        Change-Id: Ic7dcbbd3e54796c7f5fed1dd72e9f7735079dd7d
        Reviewed-on: https://gerrit.libreoffice.org/49814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [764e4a4cd384ce9aafa2ba4ba862f7dc8a4c8934]

        sdext: if all else fails USE BIGGER HAMMER
        
        Change-Id: I83803461310580c47886322e20c0949a371a0407

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [7e241cda123e8afac329445121c555586020ae93]

        sdext: suppress another MSVC warning
        
        Somehow a8ea79b10bfc4851d092270f02fa8c817c9bc0d9 caused another warning
        to appear in the MSVC 2015 that is used in jenkins builds.  Whyever.
        
        Change-Id: Iba73de5739078972129d0a2de7d8a6437c12b2e0

2018-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [e20164ad9f2b3125c8ecdb5f19feee4a654e24f2]

        editeng: fix up ODF export test code to build again
        
        The ability to inspect the output from the editeng ODF export is useful,
        but the test code no longer built as the used SfxMedium ctor is gone.
        
        We don't really need a full SfxMedium, a simple SvFileStream is enough.
        
        Change-Id: I9b8cead4b7ebd6d4c9461cdecf357c84e623d856
        Reviewed-on: https://gerrit.libreoffice.org/49806
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [a8ea79b10bfc4851d092270f02fa8c817c9bc0d9]

        sdext: disable MSVC 2017 warnings from boost headers
        
        Change-Id: I6eb816f155a222ca4299fd425c79d38bf2d464dc

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [21c3a446ccc6fa0f812531b072f5d18875b7aaca]

        sw: replace DELETEZ with unique_ptr in SwUndoSplitNode
        
        Change-Id: Iaac10057c7be6f49bc5930725dffa7884c35d814

2018-02-15  jan Iversen  <jani@libreoffice.org>  [9a62dcf333b2e9b470d5aa1b5c2ddaae6732ad32]

        iOS, reduce arm64 files to actually needed
        
        Still comparing the "old" gcc3_ios_arm with the new one, in order to make
        the asm code work.
        
        Change-Id: I3a2fdfc1891a6a4d7065917f5ef8bd19c49b3987

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [0310430ed0455418cfe85e150f14496aff724897]

        sw: replace DELETEZ with unique_ptr in SwXFrame
        
        Change-Id: I93043bd17a685a82f9365c3eeb27d4288291e2f3
        Reviewed-on: https://gerrit.libreoffice.org/49731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [c4b23192b4ab1f3ea75df7e48da36b6b17de248b]

        tdf#96892 3 to 5 digit precision
        
        Change-Id: Iaecfff78a3e17548dbd097a30c2a6b061806a974
        Reviewed-on: https://gerrit.libreoffice.org/49643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [89e9f4984d0dfbc2b69a04e59abc1a3a5d69a0c1]

        ofz#6366 Integer-overflow
        
        Change-Id: Ic941d48c33211b6b3f225d8a8314f94840f13fb4
        Reviewed-on: https://gerrit.libreoffice.org/49798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d1b3455cfb4fcd438f3f29d8c14bb0f04423b8ad]

        gtk3_kde5: advertise vcl plugin correctly in about dialog
        
        Change-Id: Icfe977f7f9750003d992d795cad8cd86d7055e59
        Reviewed-on: https://gerrit.libreoffice.org/49813
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [cc2c2bb8001d48d2909ec4d418634ba00652bcf0]

        ofz#6368 Integer-overflow
        
        Change-Id: Id8c4fdb051467e0f3499dce94727e5a94f709ead
        Reviewed-on: https://gerrit.libreoffice.org/49799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Tor Lillqvist  <tml@collabora.com>  [032c49b98635f3cc787d90cb744fcc212405a833]

        Do what the TODO said
        
        Change-Id: I6358b550482188c6fdaf0cd01af353850d12138b

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [a315bfee11b99b41ed6c2fc855e2ff9e10ce9a2b]

        ofz#6364 Integer-overflow
        
        Change-Id: Ib7df07042bd78e7f3ca81818c97396a545566e3a
        Reviewed-on: https://gerrit.libreoffice.org/49796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [a12ad856148f2e2da55dcaa6e6c295bea6dc38c7]

        ofz#6365 Integer-overflow
        
        Change-Id: I415038642ef4936d403fad8022422697a189abc8
        Reviewed-on: https://gerrit.libreoffice.org/49797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [3462a55f0696ae06ea6714723c54eb7c67c2cbaa]

        tdf#115345: removed slide orientation setting method.
        
        Slide orientation is dependent value and can be easily calculated
        based on slide dimensions.
        
        Also modification of slide orientation without changing of page
        dimensions brings page in inconsistent state.
        
        Change-Id: I86921668b648a8110d16b31507f2ce5d6c88484a
        Reviewed-on: https://gerrit.libreoffice.org/49334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-15  Tor Lillqvist  <tml@collabora.com>  [1647bfa019124aefd34d8ad231d19399e93a6096]

        Apply clang-format
        
        Change-Id: I089cdb8c770df5e8c99d55870061a18645b2cd05

2018-02-15  Tor Lillqvist  <tml@collabora.com>  [d1416444e5622132b30e4a90fcad8b8eaca09399]

        Add debug output operator for VARIANT
        
        Change-Id: I3994f0444b2f415e55645f890a84e42e66512d03

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd4fc3b1e3f8a7c69a44c26715b2e3cdb22aede9]

        introduce Move/Adjust methods to Point,Rect,Size
        
        to make my following changes with the changetoolsgen plugin easier to
        read
        
        Change-Id: I514bbea00b8907cc94c4218ca6ab1473bd9efd61
        Reviewed-on: https://gerrit.libreoffice.org/49793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Stephan Bergmann  <sbergman@redhat.com>  [cc8e8215c8d7583f36feca20f0a1235edc05a6d7]

        Find Java 9 with the new registry keys on Windows
        
        See <https://docs.oracle.com/javase/9/migrate/toc.htm#JSMIG-GUID-EEED398E-AE37-
        4D12-AB10-49F82F720027> section "Windows Registry Key Changes".
        
        Change-Id: Ic30ce430663cc1608c6268fa937142f73c55f138
        Reviewed-on: https://gerrit.libreoffice.org/49792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-15  Jim Raykowski  <raykowj@gmail.com>  [bf10acd917dab972b461960720cd044527e22f16]

        tdf#115691 restore focus to sidebar animation panel after automatic...
        
        preview
        
        Change-Id: If4af785a20ce0d36e2db4cefba80745e9f40dd35
        Reviewed-on: https://gerrit.libreoffice.org/49744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [88ca1a6f75b1e94136e04e8dc65b98955d0e8aaf]

        move ToolboxButtonColorUpdater bitmap update to VirtualDevice
        
        to avoid doing a read-modify-write cycle on the item images on the
        toolbar, add an overlay image member to Toolbox items.
        
        part of the process of making Bitmap an internal detail of vcl/
        
        Change-Id: Ie4a886c48484a06694fc4c066ee0845b39d27f0b
        Reviewed-on: https://gerrit.libreoffice.org/49649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Eike Rathke  <erack@redhat.com>  [74d30155c5067271fb98bacbcb895c215e61678d]

        Resolves: tdf#115046 don't restore a sheet-local DBData from temporary
        
        And don't clear AutoFilter button flags in the new temporary range.
        
        Change-Id: I273de1e04632ac99c267523b2843665d257fd361

2018-02-15  Tor Lillqvist  <tml@collabora.com>  [09cb65bb92318bf8edb467fcd7720f072306f379]

        Make this work also outside LibreOffice code (for test programs)
        
        If LIBO_INTERNAL_ONLY is not defined, just include <windows.h>
        directly. Don't use OUStrings.
        
        Change-Id: I9ddaab6029c5198538c47b623457f4ff2089e3f6

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [32d8a32dcf85e2cee589ee19bc72b4abf73f9681]

        move cairo surface code from canvas to BitmapTools
        
        part of making Bitmap an implementation detail of vcl/
        
        Change-Id: Ic4b8d114a8091041374a083b3b7ca2fa68757ab1
        Reviewed-on: https://gerrit.libreoffice.org/49719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [abcd7825101afb9ef9ff93932f8e1bd7c3bb91bb]

        starmath: Prefer moving subnodes to copying them
        
        Change-Id: Id92dd0715daf43a63d09529f01a6583c23de7c7d
        Reviewed-on: https://gerrit.libreoffice.org/49725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-15  Michael Stahl  <mstahl@redhat.com>  [1c8efde4daea648204e3ba19f8edc01ef3e548bd]

        tdf#83260 sw: call CompressRedlines() in ODF import
        
        It's possible that an ODF document contains redlines that will be
        deduplicated by CompressRedlines().
        
        If that happens during some editing operation, then a SwRedline
        will be deleted and the nodes array becomes smaller by at least 3
        nodes; any Undo actions that were created prior to the operation
        that called CompressRedlines() will store invalid node indexes now
        and Undo will crash.
        
        So presumably it's a precondition of editing operations
        that CompressRedlines() is a no-op.
        
        Interestingly CompressRedlines() is also called from
        SwEditShell::Undo()/Redo().
        
        Ensure it's a no-op later by calling CompressRedlines() immediately
        after load.
        
        (Hopefully this should also work for the Insert File case.)
        
        Add a test too.
        
        Change-Id: Iec8135cc60260ed5cfff05a196b5c92cc03265f9
        Reviewed-on: https://gerrit.libreoffice.org/49721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-15  Fyodor Yemelyanenko  <fyodor_e@hotmail.com>  [aac475436271ddeabf6d9a4c3984ba77accf56ce]

        tdf#83260 editeng sw: avoid accessing dead nodes in AutoCorrect
        
        When change tracking is ON (Redlining) and Edit->Change Tracking->Show==OFF
        Autocorrection and Undo operations crash LO.
        
        Change-Id: I616f2de143b78fc83483a6589cfa1dd1ab61675a
        Reviewed-on: https://gerrit.libreoffice.org/47686
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [798a989937a4acf7830588637f8c3902b4d985d8]

        Fix some IWYU warnings
        
        Change-Id: I49b5e3a9e8b91baace9f3b3d4f0ac9d8531d5abe
        Reviewed-on: https://gerrit.libreoffice.org/49782
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a460cf6822780cb41cd5f9a55b30652c1c4bf1c2]

        xmloff: avoid unhandled exception warning
        
        Happened e.g. when copy&pasting editeng content in Impress tables,
        document::XStorageBasedDocument is not implemented by SvxSimpleUnoModel,
        so it's not exceptional that the queryInterface() for mxModel fails.
        
        Change-Id: Iaed53941bb47ff8a0553896f18a553cf64e2224a
        Reviewed-on: https://gerrit.libreoffice.org/49747
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-15  Caolán McNamara  <caolanm@redhat.com>  [2affa16c998bc08c1e2adbc832c5fecf3d52c1f0]

        ofz#6360 Direct-leak
        
        Change-Id: Ie058f6cf9af88f486e11c2cca1efec81ec01c04e
        Reviewed-on: https://gerrit.libreoffice.org/49783
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-15  Stephan Bergmann  <sbergman@redhat.com>  [0dfef73bea7ea70577209a9ed68ad037c8bbab4c]

        Adapt solenv/flatpak-manifest.in
        
        ...to 45a4e70484e7d90dab07a677914ada2d948b415c "Update orcus to 0.13.3."
        
        Change-Id: I6a400b264b7ae0be73b55110a67617d0e5f3d3fa

2018-02-15  Stephan Bergmann  <sbergman@redhat.com>  [552f5835fdc775a77022a49bdc77f84eab697bcf]

        SID_ATTR_TRANSFORM_ANGLE is an SfxInt32Item
        
        ...as reported by UBSan when rotating an image in Writer:
        
        > sw/source/uibase/shells/grfsh.cxx:531:52: runtime error: downcast of address 0x00000bba8d80 which does not point to an object of type 'const SfxUInt32Item'
        > 0x00000bba8d80: note: object is of type 'SfxInt32Item'
        >  00 00 00 00  f8 8f 04 42 8f 7f 00 00  01 00 00 00 6f 27 00 00  d4 17 00 00 00 00 00 00  41 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SfxInt32Item'
        >     #0 0x7f8eaf7fcdad in SwGrfShell::Execute(SfxRequest&) sw/source/uibase/shells/grfsh.cxx:531:52
        >     #1 0x7f8eaf7ed2f5 in SfxStubSwGrfShellExecute(SfxShell*, SfxRequest&) workdir/SdiTarget/sw/sdi/swslots.hxx:12460:1
        >     #2 0x7f8f3ff4637a in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) include/sfx2/shell.hxx:211:35
        ...
        
        Code had been introduced with a42b0985c7619efdc934bb1cf19e5e2c2b6faea2
        "RotGrfFlyFrame: Initial adaptions".
        
        Change-Id: Id402244d723bcf653e414a3cd45ce07ad216e29f
        Reviewed-on: https://gerrit.libreoffice.org/49738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [457220bc2c0142c5b6f4135cb688ccfc99fec792]

        loplugin:changetoolsgen in oox,reportdesign
        
        Change-Id: I8112ae6bb92ef96b4229ab53b7002ae3c0ba865c
        Reviewed-on: https://gerrit.libreoffice.org/49702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d9f3f7628f88fa66aaeea1f7148db620e17e728]

        loplugin:changetoolsgen in sd
        
        Change-Id: I41c5510f95167fe028f219fb593f12b75709bd65
        Reviewed-on: https://gerrit.libreoffice.org/49726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c82802a9ee3514d0b98fbb3783abbc17ec02c3b6]

        loplugin:changetoolsgen in sfx2
        
        Change-Id: I34a007711e2ffc70bdee6823ea9b85f60f819e6e
        Reviewed-on: https://gerrit.libreoffice.org/49727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [45a4e70484e7d90dab07a677914ada2d948b415c]

        Update orcus to 0.13.3.
        
        This will be the new baseline for master, since, though this change
        is a fully API-compatible, one bug fix wrt the alpha value handling
        unfortunately would break some unit tests when using an earlier
        version.
        
        Change-Id: I5a17ce4085d3311a165748154d107d12b95e2c71
        Reviewed-on: https://gerrit.libreoffice.org/49784
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-14  Stephan Bergmann  <sbergman@redhat.com>  [09fcdbd5e0ae35fb7db8c8784329035edd82573b]

        Fix random range for XFunctionDescriptions::testGetById
        
        ...regression introduced with eff70347190a6642fd62a9e0b20e4366c39fbc7a
        "tdf#45904 Move _XFunctionDescriptions Java test to C++" (where
        java.util.Random.nextInt(n) returned a value 0 <= x < n), apparently causing
        sporadic failures of CppunitTest_sc_functionlistobj like <https://
        ci.libreoffice.org/job/lo_gerrit/27696/Config=linux_clang_dbgutil_64/console>
        
        > ##Failure Location unknown## : Error
        > Test name: sc_apitest::ScFunctionListObj::testGetById
        > An uncaught exception of type com.sun.star.lang.IndexOutOfBoundsException
        
        Also verify that nCount is not negative, so that the requirements of the
        std::uniform_int_distribution ctor are guaranteed to be satisfied.
        
        Change-Id: I90a5dc234fdd07f52fea69ae1d406f0818efb007

2018-02-14  Stephan Bergmann  <sbergman@redhat.com>  [57574c2bcc60d37620288c403267c34d960f5863]

        tdf#108005: Problems with progress bar while saving document
        
        ...as StatusIndicatorFactory::m_pWakeUp is still non-null after it has already
        been used while loading the document.  Regression introduced with
        017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined before
        exit".
        
        (Also, WakeUpThread::stop could take up to 25 msec longer than necessary, as it
        failed to set condition_, so would always have waited for WakeUpThread::execute
        to finish its next 25 msec condition_.wait call.)
        
        Change-Id: Ic7fe15f1b90f3b8292cd2ceccdc2719a00743d44
        Reviewed-on: https://gerrit.libreoffice.org/49718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [65e14b6c5283244e4ba02a269879d82085d793e6]

        ofz#6334 Out-of-memory
        
        Change-Id: I714d4b3c767a2e9244e4d5a0b608e3d7fd3002a3
        Reviewed-on: https://gerrit.libreoffice.org/49741
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [13fd5d44c1d528c23bcade92241016195c37c453]

        ofz#6329 Out-of-memory
        
        Change-Id: I42fef1609db1253bcf262ccf3cc86088ea6ca647
        Reviewed-on: https://gerrit.libreoffice.org/49739
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [369018cffb6d1c77e2fb4feec6a4df8a27872ec5]

        ofz#6330 Out-of-memory
        
        Change-Id: Ie138705e7994915d7824d8cf1ae1a0e17e247256
        Reviewed-on: https://gerrit.libreoffice.org/49740
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [c11c1afe58e0b4a25aaf1fdcf7b865f1c85fa727]

        ofz#6328 Abrt
        
        Change-Id: I3bb4faa5b1b9361b4f29f55117d4317d5b1a66ec
        Reviewed-on: https://gerrit.libreoffice.org/49737
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [7f629f51df1f4fa37696c75e9d88b636b08baa0d]

        ofz#6324 Out-of-memory
        
        Change-Id: I3dae862da134ef32ec16a230bc40befffff06ec2
        Reviewed-on: https://gerrit.libreoffice.org/49734
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [625c53a428180092e343e45da8bb1242c8903314]

        ofz#6326 Null-dereference
        
        Change-Id: I97a8a06acc782dc6fb0baddf46332b18d19fecc4
        Reviewed-on: https://gerrit.libreoffice.org/49736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [b8bb1c259d2c2f493b5cb05dbe234472c0e41ddc]

        ofz#6323 Abrt
        
        Change-Id: Ia87b2430508648e6a77d291d4d86924bfc848ecc
        Reviewed-on: https://gerrit.libreoffice.org/49729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [e8508d1db58da7cb5901fa7d63c8f04da667f2f0]

        ofz#6321 Direct-leak
        
        Change-Id: I27214b1fd293885e33c95ffad854ba491d98c044
        Reviewed-on: https://gerrit.libreoffice.org/49724
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-14  Yousuf Philips  <philipz85@hotmail.com>  [9cf22b64183a341429aafac82c6562f869bc7383]

        tdf#113538 David CLM has higher priority to David Libre
        
        Mistake from my earlier patch a2158c6ca2ba831665019827889f01e98dc93394
        
        Change-Id: Id535ca2243e368fde9482ae9853f7ae6dd10a449
        Reviewed-on: https://gerrit.libreoffice.org/49392
        Reviewed-by: Lior Kaplan <kaplanlior@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4322b69dfcce61ff962be42189dff8ad610ef20e]

        desktop: allow disabling recovery via config key
        
        The documentation suggests this should disable recovery, so read the
        config value at the same place where we disable recovery due to the
        environment variable.
        
        Change-Id: I342ae58201aa1d731a5913c2f0598ddff2a8d602
        Reviewed-on: https://gerrit.libreoffice.org/49706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b73bafbc18acb4dd8911d2f2de8158d98eb6144]

        tdf#115719 DOCX import: increase paragraph spacing for anchored objects
        
        ... like Word 2013 does, when the version string indicates that the new
        layout is wanted.
        
        An alternative to this change would be to add a new sw layout
        compatibility flag and handle this at a layout level (somewhere in
        SwAnchoredObject::GetObjRectWithSpaces()). The downside of that approach
        is that once a layout flag is added, it's not preferred to tweak its
        behavior, while doing the same at import time is not a problem.
        
        Also it's better to have a flag for something which has clear behavior
        in some spec / implementer notes, which is not the case for this
        problem. (I've mailed dochelp@microsoft, no answer so far.)
        
        Change-Id: Ibad28d27e4bcbe1991a3be1c686064e18e9ffa4d
        Reviewed-on: https://gerrit.libreoffice.org/49733
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-14  Rene Engelhard  <rene@debian.org>  [b13678b1e1d6f4cac548ae7e088b6030c31cf081]

        initial apparmor stuff for lo_kde5filepicker
        
        Change-Id: I310f44bb7145449560aa28d5b33272ece0b307c2

2018-02-14  Pranav Kant  <pranavk@collabora.co.uk>  [712540224d7c5c8cdb4a5214e2d7963a314c1928]

        lok IME: support dialogs as well
        
        Change-Id: Ic78da45dadaa5a4e1ca78e20d04974108581121e
        Reviewed-on: https://gerrit.libreoffice.org/49714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [4e1161c6cbdaf2bf0a92d3a5195ee559f2b77bed]

        ofz#6315 Heap-buffer-overflow
        
        Change-Id: Ia611f65b9fb38f125c224473e584580eeff20622
        Reviewed-on: https://gerrit.libreoffice.org/49716
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Eike Rathke  <erack@redhat.com>  [fe0f548f2f67f85e32be754b553d709fda400d95]

        No stacked code for jump matrix is worth an assert
        
        Change-Id: I0e65cecd9e016a114a7e9d7b60b24e04d8512f40

2018-02-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [0e04523b040785e2ce552143d20adcbb40b61d42]

        tdf#114676 release the SolarMutex, if we own it
        
        This is a follow up on the SolarMutex unification. Quite probably
        the updater process, which is now aborting when releasing the
        not-owned mutex, should somewhere acquire it.
        
        In the end this functions currently can be called with or without
        the SolarMutex being owned by the calling thread.
        
        This conditional release is really a horrible hack / workaround;
        but my guess is - like all hacks - it'll stay for longer.
        
        Change-Id: I90e30149c2fef8bdf3dc0396bf8eb7491eedeabd
        Reviewed-on: https://gerrit.libreoffice.org/49717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [20c881bf89048ad19c1d108f7e89d1b9d94f5aba]

        ofz#6316 Direct-leak
        
        Change-Id: I1ae33f849d252e9682b7386909023821cf336b14
        Reviewed-on: https://gerrit.libreoffice.org/49711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Eike Rathke  <erack@redhat.com>  [b05e4eab225a536c3e5bdae2ca991ee9f53ad1a6]

        Unit test tdf#115493 use matrix as result of jump command, tdf#58874 related
        
        Change-Id: Ic36c5c559d6f650e590ac5f84b4acdb5be0843b3

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [fa25c39749e3ed592fdf87eecf21a960fef44b8f]

        unused ScTokenArray
        
        Change-Id: I3132cf7f94efed2db68a1715a892424a24aa1638
        Reviewed-on: https://gerrit.libreoffice.org/49715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Stephan Bergmann  <sbergman@redhat.com>  [d49a0b7391d43b9e4f8e14f9a9bf0bb2223d0025]

        Revert "--disable-pdfium for Linux aarch64 Flatpak build"
        
        ...which should no longer be needed w/ 9efd288b31e259b964097d3eeeff7f6c10945cb3
        "pdfium: disable custom allocator".  (On Flathub, the original problem had been
        seen with worker gnome-aarch64-1 using 64K pages, but not with arm-1/arm-3 using
        4K pages.)
        
        This reverts commit ffc134445ef7e935d18d816626f64e65b4cdbca6.
        Conflicts:
        	solenv/flatpak-manifest.in
        
        Change-Id: I7d169ba92cdcd651b1c560aabf0d4559fad8cf9c

2018-02-14  jan Iversen  <jani@libreoffice.org>  [54a5b5d7f3e8ebe52783379aa67fad41de32a695]

        iOS, add gcc3 helper for ARM64
        
        Change-Id: Iad8cfd72803864bd1c8a5d01c74e1f856c27685d

2018-02-14  jan Iversen  <jani@libreoffice.org>  [968cc46060da22247e430733e44833a4b7da0116]

        iOS, simulator == MACOSX
        
        the simulator is a normal MAC compile, with different SDK
        so the cpp_uno bindings should be identical
        
        Change-Id: Ie53463beab628414185b492c78dcb3d8364794bf

2018-02-14  jan Iversen  <jani@libreoffice.org>  [342ea409a6cb862db50514d1bc18c86e234b9387]

        iOS, use gcc3 mac code for simulator
        
        Refer to the mac code, instead of copying it to gcc3_ios, when
        running in simulator.
        
        There is a problem with the macro calls, so the reference to the sources
        are duplicated.
        
        Change-Id: I72848ba960b8a7f85708723bfeb682ceecc1e448

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb0ace39523acb14ced26ff6f349d228884f02b6]

        move Bitmap creation in createDefaultCross_3x3 to vcl
        
        part of making Bitmap an internal detail of vcl/
        
        Change-Id: Id6ac7a2b099dca41cf41bb9f65c7cc22dce1eb8e
        Reviewed-on: https://gerrit.libreoffice.org/49654
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b90e098a354323b635bab3ee8f9c79deb1e734fe]

        use BitmapEx in LwpBackgroundStuff
        
        part of making Bitmap an implementation detail of vcl/
        
        Change-Id: I847a2371cd630637b11aed0fad7263809143c706
        Reviewed-on: https://gerrit.libreoffice.org/49705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [95fab7cbf2f0576d0f728bed8898b7ff769d90e6]

        loplugin:changetoolsgen in sc
        
        Change-Id: Ic24332cac65e665b55b9e1bbaf09ee56066875fd
        Reviewed-on: https://gerrit.libreoffice.org/49703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Yousuf Philips  <philipz85@hotmail.com>  [603d1773a2dfea6b347f44ddacef478577098caf]

        tdf#115447 tdf#81475 Restore form controls used in forms
        
        Change-Id: I41b72aa6e453d15287573c3fb2d0536a132e490d
        Reviewed-on: https://gerrit.libreoffice.org/49671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-14  Eike Rathke  <erack@redhat.com>  [f41c14706c6bf8aa5c3df220c706669f1ec6e1f6]

        More CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()
        
        and ScDocumentImport::setMatrixCells()
        
        Change-Id: Id3303fb71889c760424459daa79feca0f2510a3c

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [f841dada1a5018897cce29ccf972da33ece4738c]

        loplugin:changetoolsgen in canvas..cui
        
        Change-Id: I4e320055a3dbe4159c2aa2714e1ee98182e1e80a
        Reviewed-on: https://gerrit.libreoffice.org/49642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Henry Castro  <hcastro@collabora.com>  [9763383ebb7e5b10ba9e7557dffa803a8d392c0d]

        lok: check if an element exists in the container
        
        Change-Id: I5987e90d92a2ebff654a993fb77e389bd036a8f8
        Reviewed-on: https://gerrit.libreoffice.org/49693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-02-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a8af8b792eb653cab807c07b7d9f6ec40b789418]

        Removed duplicated include
        
        Change-Id: I53d98e814d9f4760390b9b0a9e826ee91efe6fe8
        Reviewed-on: https://gerrit.libreoffice.org/49698
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [556c62add4ae351e5856786ff362ed722a32246a]

        Fix typo
        
        Change-Id: I31e8d775d10d374ef4670a3b8d9a0e9628e8e2c8
        Reviewed-on: https://gerrit.libreoffice.org/49710
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [bf8a6cacd06d7c1961b5db8cc79ee4bbdb342e43]

        loplugin:changetoolsgen in filter..framework
        
        Change-Id: I622da8a0c096c74efd97326451c4576b230f0483
        Reviewed-on: https://gerrit.libreoffice.org/49701
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Stephan Bergmann  <sbergman@redhat.com>  [e2372907c991833a8bbe13f84460783d8d8fdfdb]

        Make SwFormatFrameSize derive from SvxSizeItem
        
        ...as seen in UBSan builds when, on an image in Writer, selecting context menu's
        "Properties..." to open the "Image" dialog, there'll be failure
        
        > cui/source/tabpages/grfpage.cxx:206:21: runtime error: downcast of address 0x00001293f5c0 which does not point to an object of type 'const SvxSizeItem'
        > 0x00001293f5c0: note: object is of type 'SwFormatFrameSize'
         00 00 00 00  68 d5 ea aa 8f 7f 00 00  01 00 00 00 43 27 00 00  81 2e 00 00 00 00 00 00  c5 41 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwFormatFrameSize'
        >     #0 0x7f8f1ec29a34 in SvxGrfCropPage::Reset(SfxItemSet const*) cui/source/tabpages/grfpage.cxx:206:21
        >     #1 0x7f9036000d98 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1115:19
        
        Moved the {Get,Set}{Width,Height} convenience functions down from
        SwFormatFrameSize to SvxSizeItem.  And "reverted" the SvxSizeItem
        {Has,Scale}Metrics overrides in SwFormatFrameSize, "just in case."  Renamed
        SvxSizeItem::aSize to m_aSize to avoid GCC -Werror=shadow in
        SwFormatFrameSize::dumpAsXml (sw/source/core/layout/atrfrm.cxx), which has a
        local variable named aSize.
        
        Change-Id: I9a2e0b19f21c1468ecba87a5bdafa40c8c424ae4
        Reviewed-on: https://gerrit.libreoffice.org/49678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-14  Yousuf Philips  <philipz85@hotmail.com>  [532576461654eaf43120d2f693172c07a41275fa]

        tdf#114858 Use Ctrl+` for Formula Toggle on Mac
        
        Change-Id: I0685eb0d1f6ea7c8502bbaa22f0e90004947282d
        Reviewed-on: https://gerrit.libreoffice.org/48793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-14  Michael Stahl  <mstahl@redhat.com>  [0b574c7315b2ea6f1401502e0a8ae4f0c2a41457]

        sw: replace DELETEZ with unique_ptr in SwUndoInsert
        
        Change-Id: I127eba390068ba241ff2b67e2bc99f3b907195db
        Reviewed-on: https://gerrit.libreoffice.org/49675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-14  Michael Stahl  <mstahl@redhat.com>  [c77429bc28e3baf2f20c5e3fa313abad943f2335]

        sw: replace DELETEZ with unique_ptr in SwUndoSaveSection
        
        Change-Id: Ic57736a6d1349574f779afc26b8785caf575cf06
        Reviewed-on: https://gerrit.libreoffice.org/49674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-14  Michael Stahl  <mstahl@redhat.com>  [f311dc973e70ed38767a857cd201ee4a73d45830]

        sw: convert DELETEZ to unique_ptr in SwDoc
        
        Change-Id: Ice9957fefea98a878281f64ab129a452a31f27bb
        Reviewed-on: https://gerrit.libreoffice.org/49668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-14  Michael Stahl  <mstahl@redhat.com>  [306cd912b5b84c02ae9b786f72963506369df649]

        svl: clear temporary copies of passwords in SvlPasswordHelper
        
        This is an obvious place to start, but there might be more copies
        elsewhere.
        
        Change-Id: I3c3ea6cb54f40fe5c21c3128b55aeaad1ff74b42
        Reviewed-on: https://gerrit.libreoffice.org/49669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-14  Caolán McNamara  <caolanm@redhat.com>  [4f490b86c782f609dabf1355c8db4d654af4c9c4]

        ofz: Abrt
        
        Change-Id: I814b0e4255894d909d29a9a301488a23acf418a0
        Reviewed-on: https://gerrit.libreoffice.org/49686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [48d3ff5c498f8f186d4ee72871af379010403442]

        xmlsecurity nss: create XMLSignature instances with a constructor
        
        Change-Id: Ic2968a1eda7517ba4cfb67d0cf68fb7de1ac1935
        Reviewed-on: https://gerrit.libreoffice.org/49685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [9efd288b31e259b964097d3eeeff7f6c10945cb3]

        pdfium: disable custom allocator
        
        That causes problems on aarch64 (see
        <https://lists.freedesktop.org/archives/libreoffice/2018-February/079384.html>)
        and provides little benefit to our use-case.
        
        Change-Id: I133d41476ab84cec67abc5b36a1e16c91bc6ac15
        Reviewed-on: https://gerrit.libreoffice.org/49684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2dda7cca6feb14b4c6f6f04065e23a8e70e05be6]

        Fix typos
        
        Change-Id: Icee735b303ca72bba7b2680676b0c0092d27e2ec
        Reviewed-on: https://gerrit.libreoffice.org/49699
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fa4def2a2b93868b3750df06b7655801639b5233]

        Fix typos
        
        Change-Id: I76d50754a660e006e5913b89caa491cc21d6f9dc
        Reviewed-on: https://gerrit.libreoffice.org/49588
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2fd7c18f42710bdaaf3262f4be9f1a706b33d38d]

        it does not make sense to check for nullptr and then access anyway
        
        Seems to be related to the crashreports with the signatures:
        http://crashreport.libreoffice.org/stats/signature/ScTabViewShell::~ScTabViewShell()
        http://crashreport.libreoffice.org/stats/signature/ScInputHandler::EnterHandler(ScEnterMode)
        
        Change-Id: Iff22db3988687a52a7596f01facd5bdd12ce4140
        Reviewed-on: https://gerrit.libreoffice.org/49694
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-14  andreas kainz  <kainz.a@gmail.com>  [418dc19266519067ef8f3a2290ae9cb515677d43]

        Groupedbar Impress add priority feature anf fix conatext-drefault
        
        Change-Id: I84faaa1497d652a86183064be7f012948c7a7ef8
        Reviewed-on: https://gerrit.libreoffice.org/49676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-02-14  Olivier Tilloy  <olivier.tilloy@canonical.com>  [92dbf3f70eafd4974290fc488f51c05093950dbf]

        tdf#115659 Apparmor profile fixes for senddoc
        
        Fix sending the current document by e-mail:
         - fix path to the installed senddoc executable
         - add missing exception for xdg-email
         - execute xdg-open and xdg-email unconfined
        
        Change-Id: Ie7c5b112bd6c415036490e9f0f81063ca3ced5a1
        Reviewed-on: https://gerrit.libreoffice.org/49614
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b02ba03bd62a712e15c15384a3d105d2c088120]

        shapes: don't use "GraphicURL" property, always use "Graphic"
        
        With GraphicURL property on shapes (XShape) we transported the
        external or internal URL to the model, which also included the
        GraphicObject uniqueID style URLs. This changes that - now we
        always use "Graphic" property and transfer XGraphic to and from
        graphic filters. "Graphic" property is already present for XShape
        so it wasn't needed to add it.
        
        Filters changed are: OOXML (oox), ODF (xmloff), RTF and
        binary MS (esherex).
        
        Also start using originURL on Graphic which now transports the
        URL of the external (linked) graphic/image if it was created that
        way.
        
        Change-Id: Ic338c60b7cfaaae354cf1e1ca3ae7a6373220230
        Reviewed-on: https://gerrit.libreoffice.org/49648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [733d77570771e2536d5ce1f18ba82f68ac6c22ee]

        let column and row numbers in data table view start with 1
        
        Change-Id: I90f5f69e39d758f3fb40a7ca489d6fd7813bbab1
        Reviewed-on: https://gerrit.libreoffice.org/49460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d03c6ee8d0e2f5637038cf80b890e97630b60b9e]

        move transparency adjust code to BitmapEx
        
        part of making Bitmap an internal implementation detail of vcl/
        
        Change-Id: I6978d84c86c3d55b3ebbeacda60fd94b160daa29
        Reviewed-on: https://gerrit.libreoffice.org/49667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7ed95234244b9f3a2c5c3810984627f05e73384]

        use VirtualDevice/BitmapEx in CreateColorDropper
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: Ieec5df8976ee0e117a2388dda8ef86b018274915
        Reviewed-on: https://gerrit.libreoffice.org/49666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b4d3815a612b688cc5714f8b828a9cc9b109429]

        use BitmapTools in TIFFReader
        
        part of making Bitmap an internal detail of vcl.
        
        This one is a little trickier because it constructs the palette after it
        reads the pixel data, so I couldn't use RawBitmap
        
        Change-Id: I2f501260beebb541ee451e78d551e13f182a01b1
        Reviewed-on: https://gerrit.libreoffice.org/49665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2168d709805a847ac012ff87b06e081ca139d064]

        use RawBitmap in PSDReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: Icdb7a7474b19e304950fcf75ef2b85006b7755e9
        Reviewed-on: https://gerrit.libreoffice.org/49664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9e611478f7b5d07a6d623ee04ed3a5ea6b1156e]

        use RawBitmap in ipsGraphicImport
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: Idbc44c29292e7136e6bb09b8472a396e15e5bc68
        Reviewed-on: https://gerrit.libreoffice.org/49663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [83330a608d0e0be9735d00ae5d60ba262bd235c3]

        use Color, not BitmapColor in RawBitmap
        
        because we don't want palette images
        
        Change-Id: If087e51503714bf8474ae320381f80196092ceb0
        Reviewed-on: https://gerrit.libreoffice.org/49662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2096aac8b958db66b3ddce16b06dca87edc8ba0a]

        loplugin:changetoolsgen in editeng..extensions
        
        Change-Id: I476fd8b988216a300c57fcf184ea3742139363fe
        Reviewed-on: https://gerrit.libreoffice.org/49656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9ca38bdf7ff9d15529b5903e640987fc14c0fa7]

        loplugin:changetoolsgen in dbaccess..desktop
        
        Change-Id: I713a320e46f93dedd11266ac12e52110d13f451a
        Reviewed-on: https://gerrit.libreoffice.org/49655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-14  Julien Nabet  <serval2412@yahoo.fr>  [c8e19544cdc506dfc91dbd8045da208ded7d7d2c]

        Fix an assert in ReportController (reportdesign)
        
        2  0x00007ffff739afca in __assert_fail_base (fmt=0x7ffff74eb890 "%s%s%s:%u: %s%sAssertion `%s' failed.
        %n", assertion=assertion@entry=0x7ffff131fb10 "((*pImpl->mpStaticDefaults)[n]->Which() == n + pImpl->mnStart) && \"static defaults not sorted\"", file=file@entry=0x7ffff131f920 "/home/julien/lo/libreoffice/svl/source/items/itempool.cxx", line=line@entry=247, function=function@entry=0x7ffff1320bc0 <SfxItemPool::SetDefaults(std::__debug::vector<SfxPoolItem*, std::allocator<SfxPoolItem*> >*)::__PRETTY_FUNCTION__> "void SfxItemPool::SetDefaults(std::__debug::vector<SfxPoolItem*>*)") at assert.c:92
        3  0x00007ffff739b042 in __GI___assert_fail (assertion=0x7ffff131fb10 "((*pImpl->mpStaticDefaults)[n]->Which() == n + pImpl->mnStart) && \"static defaults not sorted\"", file=0x7ffff131f920 "/home/julien/lo/libreoffice/svl/source/items/itempool.cxx", line=247, function=0x7ffff1320bc0 <SfxItemPool::SetDefaults(std::__debug::vector<SfxPoolItem*, std::allocator<SfxPoolItem*> >*)::__PRETTY_FUNCTION__> "void SfxItemPool::SetDefaults(std::__debug::vector<SfxPoolItem*>*)") at assert.c:101
        4  0x00007ffff11495f5 in SfxItemPool::SetDefaults(std::__debug::vector<SfxPoolItem*, std::allocator<SfxPoolItem*> >*) (this=0x55555bfec850, pDefaults=0x7fffffff1c40)
            at /home/julien/lo/libreoffice/svl/source/items/itempool.cxx:246
        5  0x00007fff9b4df1d0 in rptui::OReportController::openPageDialog(com::sun::star::uno::Reference<com::sun::star::report::XSection> const&) (this=
            0x555558a94490, _xSection=empty uno::Reference) at /home/julien/lo/libreoffice/reportdesign/source/ui/report/ReportController.cxx:2392
        
        Should stick with the order defined in include/svx/xdef.hxx
        
        Change-Id: I1a6ca5b5cb9ccb87d0cf373f93e2d0bd401bd1ce
        Reviewed-on: https://gerrit.libreoffice.org/49689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9dbc3ffec050c880bb46e0edbdb9cd4a6241c9eb]

        Pick up hidden row and column flags when importing via orcus.
        
        Change-Id: Idf2530935eb93339602ac5f6a5d0547aa56b453a
        Reviewed-on: https://gerrit.libreoffice.org/49695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-14  Jim Raykowski  <raykowj@gmail.com>  [eb975197b62204062393979e33438a3a4e2d27c1]

        tdf#115620 Prevent "Find Text" changing "Navigate By"
        
        Change-Id: I46ab436e98f0d24e51277f22b2a707dfd5e2937c
        Reviewed-on: https://gerrit.libreoffice.org/49690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [53551d49d3be2301985f2cf2d8bb23ff374ecfd1]

        tdf#51340: Line spacing is imported incorrectly from PPTX
        
        Move the line spacing member to the TextParagraphProperties class
        which is used to do the inheritance from master / layout slides.
        
        Change-Id: I0bf92420963163eae78e06ebc7fdfa1f2c72fdf8
        Reviewed-on: https://gerrit.libreoffice.org/49692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0aca687f654eff81b86540007e7c8606ab00e1f]

        init the selected columns in data transformations dialog
        
        Change-Id: Ie1d9213ba4f0d88e09a368fa778c77de3e89492f
        Reviewed-on: https://gerrit.libreoffice.org/49458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-14  Takeshi Abe  <tabe@fixedpoint.jp>  [3c913c3844acae8ee0d80ab174133bdc7677efea]

        starmath: Omit SmParser::GetError()'s argument
        
        as it was always 0.
        
        Change-Id: I59570967deb139f258e7aeaab17619f714bc7bb5
        Reviewed-on: https://gerrit.libreoffice.org/49640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-14  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [97a73d2772a86e26369fc32e25a59c0d5a274c01]

        oox: cosmetic cleanup
        
        Change-Id: Ifafd7338ddfec8b707b5ddf4acb39512faf186da
        Reviewed-on: https://gerrit.libreoffice.org/49325
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2018-02-14  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [335a2b80fa900848a8b60d8fd5db6656bc30a95a]

        oox: preserve custom oox fragments and packages
        
        Change-Id: Ic4c75d136601a9b7d772aab577c9fbebc7391eaf
        Reviewed-on: https://gerrit.libreoffice.org/49236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-02-14  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [e26a95360e60e0c17e70e72f36fb988bb664ddb5]

        oox: move putPropertiesToDocumentGrabBag to XmlFilterBase
        
        Change-Id: Ic3cbabc420c7856682b889528043563622997c14
        Reviewed-on: https://gerrit.libreoffice.org/49235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-02-14  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [00492aff753510bcb4fab81c5258584f3cda2d17]

        ofopxml: always generate default application/xml
        
        MS Office always sets the application/xml entry
        but LO doesn't preserve unknown entries.
        Since this is a standard and always-set entry
        LO should always stamp it as well.
        
        Change-Id: I28b47634f2aa1fec233c9184deb65fd43f2f3ae8
        Reviewed-on: https://gerrit.libreoffice.org/48724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [a097077e1f3d433ab7cbc84c408c96f9adce1534]

        speed up slk fuzzing
        
        Change-Id: If026585ff39a42467dcf7dc4cf116035995f88f1
        Reviewed-on: https://gerrit.libreoffice.org/49659
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [9aa9bdb7eae18a8c821b7701b356fe0f5cee1873]

        tab expansion performance is appalling
        
        Change-Id: I42f7ad652f491220632ec753511ce2964e73e69f
        Reviewed-on: https://gerrit.libreoffice.org/49670
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [c137652c30667ffe1dde40c22ee9584190f26dc9]

        ofz#6291 Out-of-memory
        
        Change-Id: Ib68f1a2804a75a482cc72c68b2de4d266c8cbeb4
        Reviewed-on: https://gerrit.libreoffice.org/49653
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [584e98267c32a04ef1c8aa8ebf3bcf5ebe01b952]

        ofz#6287 limit palette index
        
        Change-Id: I0bd71d7c471d6b7f9342118dfcaa321b78df3bc2
        Reviewed-on: https://gerrit.libreoffice.org/49652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Julien Nabet  <serval2412@yahoo.fr>  [819ba42b3409bd2f66593f619f1934ea7f461364]

        tdf#107134: add comparator in form filter
        
        Change-Id: I86d3b5c4ebd231bdad70dc9f5a364658cfca6df4
        Reviewed-on: https://gerrit.libreoffice.org/48609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [406004d3f58457a46107f84ec1f902e92364ba2e]

        pass originURL to the substitue graphic - work-around
        
        We need to pretend that the substitue graphic has a originURL of
        the original for now. Once Graphic will handle all the swapping
        and substitution this won't be necessary anymore.
        
        Change-Id: I9590b741c94d06d1b484273cc4ba5517951b77ec
        Reviewed-on: https://gerrit.libreoffice.org/49647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [075e2d8b8d98b1c6daa430e9b9a396b15ba22837]

        graphic: Remember the origin URL after swap out - swap in
        
        Change-Id: I3874fb43d1b545b334cb7e69fe119945d127f380
        Reviewed-on: https://gerrit.libreoffice.org/49646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7de3ea6a00a45f4860229571bf1df4866cffcdf5]

        Pass GraphicObject instead of UniqueId for GetBlibID
        
        Change-Id: I49d0c84a5beb4f8bf33c3ebac6ddc8ae302c6a4c
        Reviewed-on: https://gerrit.libreoffice.org/49645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1fa153966332f57d23ee31fe97a24fd73317af9c]

        AddEmbeddedXGraphic: add parameter for requested name
        
        Change-Id: Id5f028d3286513b468bc0637484507a34b2188a2
        Reviewed-on: https://gerrit.libreoffice.org/49644
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [94dbc40e739267d5567257fcd88af445e07e955c]

        XGraphicStorageHandler: support loading graphic from stream
        
        Needed for all the loading of images from base64 strings..
        
        Change-Id: Ic1cb262b5d064e91690b0dc3bb3ab0e9ca0cda53
        Reviewed-on: https://gerrit.libreoffice.org/49556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-13  andreas kainz  <kainz.a@gmail.com>  [57834438855d066c1ca16370a84fa862aea11ce1]

        Groupedbar Calc add priority feature and fix context-default
        
        Change-Id: Ib376e8cec321e390bf59ffe8e2da84b71c6eeea5
        Reviewed-on: https://gerrit.libreoffice.org/49650
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-02-13  jan Iversen  <jani@libreoffice.org>  [fc956e424b99492bbcd8a0df98c60e526ddb9bfd]

        iOS, SAL_LOG added to debug builds
        
        Change-Id: Ibd5406c8f2ea7b46e3b4863ca1eba5a788bd270a

2018-02-13  Stephan Bergmann  <sbergman@redhat.com>  [8ba59842236056fd008965e6e1f72fd166151e63]

        Avoid needless, wrong downcast from SfxItemSet to SwAttrSet
        
        ...as seen in UBSan builds when, on an image in Writer, selecting context menu's
        "Properties..." to open the "Image" dialog
        
        Change-Id: I6e5bb6835dacf24d47e47c9185f11fa6ad0edc4d

2018-02-13  Eike Rathke  <erack@redhat.com>  [15c14abc62d7a46bb4769c452b1cf9f7c2a48c5b]

        Force CheckLinkFormulaNeedingCheck() only if no ScSetStringParam given
        
        And ensure that if one is given mbCheckLinkFormula is set.
        
        Change-Id: I4eb70825ce4db5a59aa37d98ae40698e4ab81c3c

2018-02-13  Eike Rathke  <erack@redhat.com>  [60dcdcb82edff93f682586f930b9516c0010f777]

        Use ScSetStringParam::mbCheckLinkFormula in simple ScImportExport::Text2Doc()
        
        Change-Id: I59f5ebd1056c7c0caa89ba2754e6feaa34cc1a43

2018-02-13  Eike Rathke  <erack@redhat.com>  [bcd62f2050336951ad56892d6e0a42f63c59a674]

        CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()
        
        Change-Id: I1587be914b390b2597185dd5af870d1d785010a4

2018-02-13  Eike Rathke  <erack@redhat.com>  [d0a230db23410d68ed55f6518de242f83fe8d1bd]

        Use ScSetStringParam::mbCheckLinkFormula instead
        
        ... of obtaining the formula cell again.
        
        Change-Id: I37978744577a45c0234d2bfa222e96de548786e6

2018-02-13  Eike Rathke  <erack@redhat.com>  [98c0bd7ffd008015623b2c5eb8630649394d76f6]

        ScSetStringParam::mbCheckLinkFormula for HTML and RTF import
        
        Change-Id: I7cf7cf12142322cbffd5160e9a8dce55efd36be5

2018-02-13  Eike Rathke  <erack@redhat.com>  [271d9ebfe0c4fc57ea6f01a9c048021e5429dd15]

        Handle ScSetStringParam::mbCheckLinkFormula in ScColumn::ParseString()
        
        Change-Id: Id6b0705140baacdb872560f7031efaf0c03f0e00

2018-02-13  Eike Rathke  <erack@redhat.com>  [5a93c51e3b7f455ff5d4cfc9e8b6e510fc126b75]

        Introduce ScSetStringParam::mbCheckLinkFormula
        
        Change-Id: I2028fc53f9778606778cd8629611752acd3f1a1c

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [d512c60080782cc24e8d459c4e500ab0e48dde9b]

        ofz#3577 speed up ppt fuzzing
        
        Change-Id: I4291fa609a063d9fd38a561e2dd96bf93ccfcd55
        Reviewed-on: https://gerrit.libreoffice.org/49651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [681dd10bb92185a2b6918ed82ea4c6efb84d74fb]

        coverity#1429470 Uncaught exception
        
        Change-Id: I0c60db098de9ee02f57a6b803fd6291c128918e7

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [1f5e95a607c124b6e29a392c42c8351051a65ba3]

        move insert break extended tooltips out of help as a sample case
        
        Change-Id: I83f663e688a9e905624e0b580bb75793625e27ee

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [ef428c448804defe899993d3a9a36411810c3ce6]

        use a11y description if offline help doesn't have an entry
        
        Change-Id: I0090e10f6fa7b5e86be7ace8f1bd61f3f790fa11

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [d0b2d7a6c6e13243f63e8bcee7dc13acd8139f1c]

        Updated core Project: help  d1ea71763345803f861bba8a6171825888822d48
        
        move insert break extended tooltips out of help as a sample case
        
        Change-Id: If0782f723af27d4ce11dc40e42ba7214b106177e
        

2018-02-13  Justin Luth  <justin_luth@sil.org>  [9bb369edf5471d0b29b5cea86d7203831f93d529]

        tdf#102374: regex allow ReplaceBackReferences for $ search
        
        Since searching for $ spans nodes, and normal searches don't find it
        (see bChkParaEnd and bChkEmptyPara), all "replace" items were
        being used verbatim instead of being transformed. So, a similar
        "just make it work" hack is needed here.
        
        This patch allows proper replacement for \[\&$t] as well as
        & and $0.
        
        Change-Id: I59d760e27acacff679decdcb7fcf337f3b4a1fa1
        Reviewed-on: https://gerrit.libreoffice.org/49387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [2524f4528988a118eb4729a48b86d85a2d50967a]

        use RawBitmap in PCXReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: I7965a122a0c6b6ae3146cf4be8f6141d2b0ab627
        Reviewed-on: https://gerrit.libreoffice.org/49634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [7cdbe677c8129005cd596b307b78b23d7443fb90]

        ofz#6282 oom Abrt
        
        Change-Id: I35a9681df5a99d51fd3c40d9a4b0a85780c090f2
        Reviewed-on: https://gerrit.libreoffice.org/49641
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Tomáš Chvátal  <tchvatal@suse.com>  [c0522d762d70617aa9a767cdc37a4be82a10c0d4]

        Use PYTHON_FOR_BUILD instead of calling python directly
        
        Change-Id: I85ff669c3cfd6d9b3284972cfa1d8a805ea3b6d4
        Reviewed-on: https://gerrit.libreoffice.org/49637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [6af638218496e6af93b3a0cf7f17768421e96903]

        Null dereference
        
        Change-Id: Ifda10738a4d4d97ba62ae3fc8804638621b24686
        Reviewed-on: https://gerrit.libreoffice.org/49638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [6cb383da1be97f010552d08fbd631e14547aec41]

        ofz#5428 Timeout
        
        Change-Id: I8fe05cbaaf2f39723e76100bcdb928c859d712d8
        Reviewed-on: https://gerrit.libreoffice.org/49639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [0fa67a1f2b92c26e45c1b2efd01728cb55f4a83b]

        ofz#3004 Timeout
        
        Change-Id: Ib7303688d6f77d2c29114787883238577c43b68d
        Reviewed-on: https://gerrit.libreoffice.org/49628
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Jim Raykowski  <raykowj@gmail.com>  [d1b13f486eacc60c9b71ec9f1b29cde2f4504d4e]

        tdf#108227 Set table style so it is highlighted in Sidebar styles list
        
        Change-Id: I930085839c9ab7297e492c1463b54d41c087361c
        Reviewed-on: https://gerrit.libreoffice.org/49338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-13  Alex McMurchy1917  <mcmurchy1917-libreoffice@yahoo.co.uk>  [bfaa6e35ff09a0426d2c3c9c36f069fabc0c9489]

        tdf#103919 mailmerge: prevent premature end of emailing
        
        ...by changing the parent of SwSendMailDialog.
        
        The destruction of the main dialog (SwMMResultEmailDialog) also
        closes the progress dlg (SwSendMailDialog), which shuts down the
        dispatcher stopping anymore messages from being sent. Have changed
        the parent of progress dlg such that it will not close when the
        main dialog is closed. This has allowed the main dialog to be
        closed immediately after the progress dialog had been created
        making for a cleaner ui.
        
        There were problems with the timer causing LO to consistently crash
        during the dispose of OutputDevice, but I could find no logical
        reason for the crashes.
        (It didn't crash if smtp authentication failed. It also didn't
        crash when run in gdb...)
        Moving the exit code from StateChanged to CloseHdl magically
        fixed the crashing problem. I think it makes it a bit clearer
        to end in closeHdl anyway, and start the timer only in case of
        an early cancellation (before all the mail messages
        have been queued up). This eliminates MOST of the use of the
        timer - since the typical exit occurs after the email process
        has finished.
        
        Change-Id: Icd3af372772fab3e78eb0702b120d7a811baa6bd
        Reviewed-on: https://gerrit.libreoffice.org/41519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-13  Stephan Bergmann  <sbergman@redhat.com>  [8da3121ac36e7bdc3297bf9aa4786d672a869c9d]

        Increase resolveUnoURL timeout from 20 to 40 sec
        
        (Used when a unopkg process talks to an soffice process, or a unopkg or soffice
        process talks to a uno process.)  Jenkins lo_ubsan ASan+UBSan builds quite often
        fail in CustomTarget_odk/build-examples with connections from an unopkg process
        to a uno process (that has just been forked by the unopkg process) timing out.
        Lets see if increasing the timeout will fix that.
        
        Change-Id: Ifcd886f00670f86bb8975a206c89f565d409912e

2018-02-13  Stephan Bergmann  <sbergman@redhat.com>  [3c9c9c54e1c428007088533ad831f9b3c02e3ddc]

        loplugin:salcall (Extension_test-{active,passive})
        
        Change-Id: I4cb850a4ceb44dfe2807afe38f3fa131e6590932

2018-02-13  Stephan Bergmann  <sbergman@redhat.com>  [495ad1e211a43b45f35620408707b404cc3a2058]

        Fix !LIBO_INTERNAL_ONLY code (Extension_test-active)
        
        ...by reverting the broken part of 2c05d758b2b62c9df413e2514fb3cd233d0f3ec7 "add
        << operator for css::uno::Exception"
        
        Change-Id: I1b625dad2050b7549338f148c016a515e42adeb6

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [03e17dbd7f20999e8ffe29d2fcc2a05abce92dad]

        use RawBitmap in TGAReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: Ic6efc036d6a31aec44b11da675e98d45c210f99c
        Reviewed-on: https://gerrit.libreoffice.org/49632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [915fd2aa300ba822171407fe46e60c2134fc82cb]

        use BitmapEx and RawBitmap in PictReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: Ia0ef02ff257b71ca07dd294592641cc64a80dbfc
        Reviewed-on: https://gerrit.libreoffice.org/49635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [dacf40ae9f2193d11313c5dba67ea15770c50f8f]

        use RawBitmap in PCDReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: I6a5a301a30f9a58fb28bbe13dca2d21ad6525a14
        Reviewed-on: https://gerrit.libreoffice.org/49633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [5547797c6596945ef104176b6094a152f746da10]

        ofz#2980 Timeout
        
        Change-Id: Id36e0e8ae11a145b5efa976c20261af931c1d58b
        Reviewed-on: https://gerrit.libreoffice.org/49627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [d34dcde1d0ccee2d78eea08185f12949f53ceae3]

        sw: work around what seems to be a gcc-4.8 compiler bug
        
        	Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
        	(anonymous namespace)::print_type<15> (ctx=..., info=0x7fffffff7f90, unknown_name=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:641
        	641     ../../../../../libstdc++-v3/src/c++11/debug.cc: No such file or directory.
        	(gdb) up
        	#1  0x00007ffff6abb008 in (anonymous namespace)::print_description (ctx=..., inst=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:817
        	817     in ../../../../../libstdc++-v3/src/c++11/debug.cc
        	(gdb)
        	#2  0x00007ffff6abc7aa in (anonymous namespace)::print_description (param=..., ctx=...) at ../../../../../libstdc++-v3/src/c++11/debug.cc:835
        	835     in ../../../../../libstdc++-v3/src/c++11/debug.cc
        	(gdb)
        	#3  __gnu_debug::_Error_formatter::_M_error (this=0x7fffffff7af0) at ../../../../../libstdc++-v3/src/c++11/debug.cc:1061
        	1061    in ../../../../../libstdc++-v3/src/c++11/debug.cc
        	(gdb)
        	#4  0x00007fffca2b6313 in __gnu_debug::operator!=<__gnu_cxx::__normal_iterator<SwAnchoredObject* const*, std::__cxx1998::vector<SwAnchoredObject*, std::allocator<SwAnchoredObject*> > >, std::__debug::vector<SwAnchoredObject*, std::allocator<SwAnchoredObject*> > > (__lhs=0x0, __rhs=invalid iterator) at /usr/include/c++/4.8/debug/safe_iterator.h:535
        	535           _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(),
        	(gdb)
        	#5  0x00007fffca7f3de2 in SwAnchoredObject::UpdateObjInSortedList (this=0x1fa6fd8) at /git/libreoffice/master/sw/source/core/layout/anchoredobject.cxx:629
        	629                     for (SwAnchoredObject* pAnchoredObj : *pObjs)
        
        Given that valgrind doesn't point out anything and the old and the new code is
        meant to be the same, my only guess is that the baseline gcc has some codegen
        bug. This happens reasonably frequently, current bugdoc was a DOCX file
        with 4 shapes anchored to the same paragraph, affecting only dbgutil
        builds, it seems.
        
        Change-Id: I2316e25eea87f2aa5736576d5168e113480f80e4
        Reviewed-on: https://gerrit.libreoffice.org/49631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-13  Mark Hung  <marklh9@gmail.com>  [3c1bfd952b7cf6b07b4d862e048146a9d245ec26]

        docx: output ruby attributes properly.
        
        Enclose ruby with run, output hps, hpsBaseText, hpsRaise, etc,
        ,make the size and script correct as much as possible. The
        ruby format in docx can be round-tripped now, so it is moved to
        ooxmlexport.
        
        Change-Id: I03797be54aeffeff016011ad8ec536cecf40064f
        Reviewed-on: https://gerrit.libreoffice.org/49509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [a4e0d20c7eff8b053ec754b0a4b89dcb26636bf5]

        ofz: better loop detection
        
        Change-Id: I285358064ab9c02b5818bc0452ae3c35962778c6
        Reviewed-on: https://gerrit.libreoffice.org/49630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  Caolán McNamara  <caolanm@redhat.com>  [75426421b9ae754dc1144f3c8df3da404183817b]

        ofz#6272 Direct-leak
        
        Change-Id: I98964ebf0f0c91f15af9c38af1f0c4e5f0d85ad8
        Reviewed-on: https://gerrit.libreoffice.org/49625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-13  andreas kainz  <kainz.a@gmail.com>  [fb2313e4813a1cb6b0367f0e7b0317f70365dda9]

        Elementary-icons update all line shapes layout
        
        Change-Id: I913df522802d2018b3959c68e7655653d25541a7
        Reviewed-on: https://gerrit.libreoffice.org/49622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-02-13  Mike Kaganski  <mike.kaganski@collabora.com>  [179fbaf3687fc40d75a2570639191f797f03ce4e]

        tdf#94341: Set child transparent mode for ToolBox
        
        Push buttons don't rely on their parent's child transparent mode
        since i#38498. This allows buttons to have proper transparency
        mode, despite toolboxes don't set their children transparency mode
        at all (even being transparent themselves).
        
        However, when other controls are placed to toolboxes, as FixedText,
        they check parent's child transparent mode, and then use parent's
        background for them. For transparent toolboxes this makes the
        background to be NONE, and thus on invalidation of such FixedText,
        neither parent's area, nor FixedText's is filled to remove previous
        text before outputting new text.
        
        This patch sets ToolBox child transparent mode depending on its own
        transparency. Also, FixedText now checks if background applied in
        ApplySettings is empty, and if it is, sets transparency mode despite
        parent's setting.
        
        Change-Id: Id424cbad894bb42a88a4b027f2a964d6e542f115
        Reviewed-on: https://gerrit.libreoffice.org/49621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-13  Eike Rathke  <erack@redhat.com>  [2d62a1016438ea0bc079e6de3a5bcdcb34680f43]

        Resolves: tdf#95192 correctly split non-numeral/numeral parts for natural sort
        
        XCharacterClassification::parsePredefinedToken() with
        KParseType::IDENTNAME and KParseTokens::ANY_LETTER does exactly
        that, it parses one identifier name consisting of Unicode letters
        and stops at the first non-letter character (additionally '-'
        hyphen-minus was allowed as character).
        
        Instead, scan for the first (any Unicode) digit and split there.
        
        Also, copying the whole string to the prefix string if no split
        happens was unnecessary, the caller does not use the prefix if no
        number was found. Nail this as post condition.
        
        Change-Id: I941f9739b39c36c83b63145e3b762ec558738c1c

2018-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f737c9386a605cb7d8c9dbc210c557f98f6cdc19]

        tdf#113258 DOCX import: fix beforeAutospacing for shape first paragraph
        
        Commit c761df1e42fd11acc5fc05b0baacd803c3788ca6 (tdf#84678 DOCX import:
        fix handling of textbox margins, 2016-10-25) uncovered a previously
        harder to notice problem that single-paragraph shapes have an incorrect
        upper paragraph margin for the first paragraph. Now that the shape
        margins are correct this problematic paragraph margin causes crop of the
        shape text.
        
        Fix the problem by adapting the DOCX import to the WW8 import's
        SwWW8ImplReader::AppendTextNode() (the "If this is the first paragraph
        in the document" part), where it seems the first paragraph is not only
        the literally first paragraph in the document, but also the first
        paragraph of shapes as well.
        
        Change-Id: I9d99b9cfabae2c9a7c33eefefb5a9f008669e93d
        Reviewed-on: https://gerrit.libreoffice.org/49617
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-13  Stephan Bergmann  <sbergman@redhat.com>  [b75609faa1a5ecde608146fcd7952e5efbcb40c6]

        In comments: fix typo and normalize on "sub-command"
        
        Change-Id: I57f7d98edef10cb64b106b326869a594cc2f8d42

2018-02-13  andreas kainz  <kainz.a@gmail.com>  [1c8f53ae76b18c015095c9998df617a7800370ce]

        tdf#115661 Elementary icon fix lc_flowchartshapes.flowchart-sort
        
        Change-Id: I897bd294a5352b44de35b035a58368353f938e0d
        Reviewed-on: https://gerrit.libreoffice.org/49619
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2018-02-13  Yousuf Philips  <philipz85@hotmail.com>  [71efbe9244818ae5a4245e7c7854b81fbafd16f7]

        Notebookbar Single: Fix context glitch and spacing
        
        Change-Id: I9417b45b190bab746e5f9fa08b7076b4488bcf16
        Reviewed-on: https://gerrit.libreoffice.org/49492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-13  Yousuf Philips  <philipz85@hotmail.com>  [18d78dac064bdb16c54c89563d8df22803e84083]

        tdf#103733 Unify writer master doc menu with writer
        
        Change-Id: I147544acc2b783538f5a69fd0cdad1837b0abbd0
        Reviewed-on: https://gerrit.libreoffice.org/49395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [1adb1a320a7e9832a41545bde13fd59d27ce7954]

        loplugin:changetoolsgen in avmedia..basic
        
        Change-Id: I4e355ae27b9fad1cc6e8f8f408dbd9e93d7256d7
        Reviewed-on: https://gerrit.libreoffice.org/49603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ea3a708c7d6a8088e438e021a07e5a6508daa74]

        use RawBitmap in RASReader
        
        part of making Bitmap an internal detail of vcl
        
        Change-Id: I72947ac6b59f251db93ff176d28fa840ab0f52ed
        Reviewed-on: https://gerrit.libreoffice.org/49581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [1429337a10ce66fdae7df89f5f4aedcf5407f0a0]

        use RawBitmap in PBMReader
        
        part of making Bitmap an internal feature of vcl
        
        Change-Id: Ib92ffa5de492de5ed143813a216960ac5140f23b
        Reviewed-on: https://gerrit.libreoffice.org/49580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [3bc228a1dd2f85e92ca341d16cb86e6eedef5eb7]

        use RawBitmap and BitmapEx in DffPropertyReader
        
        part of making Bitmap an internal feature of vcl
        
        Change-Id: I2945005b9070bc13844c02f8ecaa349920d151fe
        Reviewed-on: https://gerrit.libreoffice.org/49579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-13  Michael Meeks  <michael.meeks@collabora.com>  [c6b702cdd50003f756247e6352357e535f7167a0]

        Add missing SVLIBRARY include.
        
        Change-Id: I10a1d9430f38499d77ad528ef98cff260873d4de

2018-02-13  Justin Luth  <justin_luth@sil.org>  [ed8221aa0b1550834f8ca18ca3af21f2a41e678d]

        tdf#106541 preventative unit test: don't force inheritance
        
        In LO, it appears to be impossible for a style based on a
        Chapter Numbering List style to inherit the numbering and outline
        level. Ensure that any fix for Word-authored documents that DO
        inherit this don't break round-tripping natively created docx files.
        
        Change-Id: I0cd4c25fbc7cd60346fcd949d5a3b89c2b311dbd
        Reviewed-on: https://gerrit.libreoffice.org/49544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-02-13  Eike Rathke  <erack@redhat.com>  [adff6293ce22d84e5a380aa649e7d0f0ffdc4d80]

        Blind fix for MERGELIBS build
        
        It's g_aMergedLib instead of g_aMergedLibs, and osl::Module is not a
        unique_ptr or somesuch..
        
            commit 707f787cd991f9c59712cd3020d127d09605c792
            AuthorDate: Sun Feb 11 00:01:44 2018 +0100
            CommitDate: Mon Feb 12 22:27:55 2018 +0100
        
        Change-Id: I1f0266d189546dfe3b0d9eb449c878daebbf0da6

2018-02-12  Saurav Chirania  <saurav.chir@gmail.com>  [4469c1d4061e8cb463469e60e5d87af5f9bf9636]

        tdf#97361 Tests in sw should be more pythonic
        
        The modified files have been made more pythonic
        by removing Java-like codes.
        
        Change-Id: Ie015bb5fa2348d31682b843df7f9c6d86c5e9fc1
        Reviewed-on: https://gerrit.libreoffice.org/49163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-02-12  Eike Rathke  <erack@redhat.com>  [a6c659283ab02cb59feda39b67e1837ed8c32730]

        Use FormulaCompiler::IsOpCodeJumpCommand() where applicable
        
        Change-Id: I295e842da0192c21d318357caa574062085acd9d

2018-02-12  Tor Lillqvist  <tml@collabora.com>  [d9fc18d5a797972ba182fbcae941535a50098dcb]

        Get rid of ole_adapter namespace level
        
        None of this is DLLPUBLIC anyway, and it all goes into one DLL.
        
        Change-Id: I3756f87aaa4561ef54a9e6aaeeac47b99350c6b3
        Reviewed-on: https://gerrit.libreoffice.org/49616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-12  Michael Meeks  <michael.meeks@collabora.com>  [707f787cd991f9c59712cd3020d127d09605c792]

        lok: enable pre-loading with Vcl's builder
        
        Cache vclbuilder's loaded modules globally & simplify logic.
        
        Pre-populate that cache on preload for LOK vs. a somewhat
        inelegant pre-canned list of dialog libraries.
        
        Change-Id: I86d936862a41495fd37908f3ee7eb2e0c363d651
        Reviewed-on: https://gerrit.libreoffice.org/49550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8da775795052ad2eb879970c115d2e2a2fe8c81]

        EPUB export, fixed layout: fix validation error with images
        
        The "xlink" prefix for the "xlink:href" attribute on the "image" element
        was not bound.
        
        Change-Id: I473a0b1612b4842cf84a264960bb28a9f19600e5
        Reviewed-on: https://gerrit.libreoffice.org/49612
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [22fc8c634c5f9b09d45aff0403503f4d8226328d]

        ofz#6208 Indirect-leak
        
        Change-Id: I8d6761bd951cc1ddd4a45eabb26428bc40c2271a
        Reviewed-on: https://gerrit.libreoffice.org/49600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [10b6a2b2d6a5cb938ead02cba2fa03f748c5f63c]

        give up on recoverable errors earlier when fuzzing
        
        Change-Id: I10b06a977f77c0802cbf5a1db33671ba1db69ba9
        Reviewed-on: https://gerrit.libreoffice.org/49601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [76c58b1cfbe2ab41b8e33d40953341410be7db96]

        for ~perfect compression link fuzzer input limit to an output limit
        
        Change-Id: I30c3a0b75c818b55f6e73fdb68bf59fdac249d0e
        Reviewed-on: https://gerrit.libreoffice.org/49606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Tor Lillqvist  <tml@collabora.com>  [4c925efc4373a5a09941b56d2edd30500987dd25]

        Reduce ASCII graphics and pointless comments a bit
        
        Change-Id: Ia5cf6b923a6c6057463171d219af250ddb069bad

2018-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [6259dfce9d140368156c5fe8bb577c7589265dd5]

        EPUB export: pick up XMP metadata from 'metadata.xmp'
        
        This used to be <filename>.xmp, but that's inconsistent with how cover
        image is not <filename>.jpg but cover.jpg (or .png, etc).
        
        Also it was redundant, since these files are in the media directory, for
        which the default is the <filename> directory.
        
        Change-Id: Iadfebf2f9c336f443537759b1e58409a93e1c51d
        Reviewed-on: https://gerrit.libreoffice.org/49604
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a3cd6c70af6979e4608b180f868313dbee548d5a]

        Updated core Project: help  1b361a83c014ff9c8c2b80bbe779387ef0a209f5
        
        Better handling of user language in help online
        
        Change-Id: I6a14081321cfd94fe1efb1f2b5fd23f20d4a27fc
        Reviewed-on: https://gerrit.libreoffice.org/49613
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [457204cfce253450283de1c96b9178f4d9246405]

        fix pixel address calculation in RawBitmap
        
        Change-Id: I42476a8049330ff02c555ecba49b49f3cf012086
        Reviewed-on: https://gerrit.libreoffice.org/49599
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-12  Szymon Kłos  <szymon.klos@collabora.com>  [ac97ca547de9593ff5f8e7615f1aa779a5091126]

        Coverity: unused value
        
        Change-Id: I4b166b3e15a457fe93128ee9efa55fdd6dca6178
        Reviewed-on: https://gerrit.libreoffice.org/49592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [afe0b204d164f039b226f226263ff2b99337ac0e]

        replace m_pFoundry with m_xOwnedFoundry
        
        Change-Id: I360d16ff3a61f85b9936582ea30e512e5a011c64
        Reviewed-on: https://gerrit.libreoffice.org/49594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [3a3c54659876aa07be1e38bce5d7f54d343f228a]

        potential leaks
        
        Change-Id: I06bb0791a8598fab847853083fc3b767a904df0e
        Reviewed-on: https://gerrit.libreoffice.org/49593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [e5ace62c32191a2ae4183102c21e37575add39d8]

        ofz: timeout
        
        Change-Id: I7f6ea74c51012eb0fb64a3633241d67d10cae12b
        Reviewed-on: https://gerrit.libreoffice.org/49595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Tor Lillqvist  <tml@collabora.com>  [7517e53a96b956f369a6003690174fa156b7a0e5]

        Don't even mention CORBA, it isn't and won't be specified
        
        Change-Id: I87f6effdd3ef68749a3326ff277c6e8e7412c956

2018-02-12  Laurent BP  <laurent.balland-poirier@laposte.net>  [d69017c8a17be21657ea7ab9d37023ee59116799]

        tdf#72440 Abs sheet ref must be given
        
        When resolving tdf#90799, sheet ref was forced abs
        But its value must be changed.
        It worked only if initial sheet = Sheet1
        
        Change-Id: I715f93dce93beb78d767e00dd45fb9634cb173a8
        Reviewed-on: https://gerrit.libreoffice.org/49548
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-12  Eike Rathke  <erack@redhat.com>  [664c2902a6672be51c4a3163a5bf44aa2145d408]

        CheckLinkFormulaNeedingCheck() for .slk import
        
        Change-Id: I79953cf4fd6e9e00351a3b1f1687b6024085e395

2018-02-12  Stephan Bergmann  <sbergman@redhat.com>  [9cf2616c5e709b595eeee6ab88dacdfad2003f98]

        Work around i386 kernel vs. JVM bug for now by disabling all tests on i386
        
        <https://bugzilla.redhat.com/show_bug.cgi?id=1468436> "Libreoffice Writer
        crashing with segmentation fault in libjvm.so _expand_stack_to when wiki plugin
        installed" still hits various machines (e.g., my local 4.14.16-300.fc27.x86_64
        as well as 3.10.0-693.11.6.el7.x86_64 flathub-builder-pdx1, see
        <https://flathub.org/builds/#/builders/3/builds/1790>), causing --arch=i386
        builds to fail tests that instantiate a JVM in-process, e.g.
        CppunitTest_dbaccess_RowSetClones with SIGSEGV at
        
        > #0  _expand_stack_to (bottom=0xff605fff <error: Cannot access memory at address 0xff605fff>, bottom@entry=0xff605000 <error: Cannot access memory at address 0xff605000>) at /run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:608
        > #1  0xed207564 in os::Linux::manually_expand_stack (t=0x58314800, addr=0xff605000 <error: Cannot access memory at address 0xff605000>) at /run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:621
        > #2  0xed211d5b in os::create_attached_thread (thread=0x58314800) at /run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:839
        > #3  os::create_main_thread (thread=0x58314800) at /run/build/java/hotspot/src/os/linux/vm/os_linux.cpp:789
        > #4  0xed36d8a7 in Thread::set_as_starting_thread (this=0x58314800) at /run/build/java/hotspot/src/share/vm/runtime/thread.cpp:941
        > #5  Threads::create_vm (args=0xffdf0810, canTryAgain=0xffdf068f) at /run/build/java/hotspot/src/share/vm/runtime/thread.cpp:3614
        > #6  0xecfc5081 in JNI_CreateJavaVM_inner (args=0xffdf0810, penv=0xffdf0a84, vm=0xffdf0798) at /run/build/java/hotspot/src/share/vm/prims/jni.cpp:3937
        > #7  JNI_CreateJavaVM (vm=0xffdf0798, penv=0xffdf0a84, args=0xffdf0810) at /run/build/java/hotspot/src/share/vm/prims/jni.cpp:4032
        > #8  0xf32b5397 in jfw_plugin_startJavaVirtualMachine(JavaInfo const*, JavaVMOption const*, long, JavaVM_**, JNIEnv_**) () from /run/build/libreoffice/instdir/program/libjvmfwklo.so
        ...
        
        Disabling tests leads to successful builds, but using Java functionality in the
        LO flatpak on affected machines (where the above bug or similar for other Linux
        distros is not yet fixed) will still crash, of course.  Users of the LO flatpak
        will need to seek a fixed kernel (or there will need to be an update of
        org.freedesktop.Sdk.Extension.openjdk9 and a rebuild of the LO flatpak, if it
        turns out that a fix will need to be applied to OpenJDK instead of the kernel).
        This workaround can be removed again once no Flathub build machines are affected
        by the bug any longer.
        
        (`uname -i`, reporting "i386", appears to be more appropriate for this check
        than `uname -m`, which might probably report other tokens besides "i686".)
        
        Change-Id: I6e4b01d1df5aff5ac31847fd56285506af003f4b

2018-02-12  Michael Meeks  <michael.meeks@collabora.com>  [93eef21ce1f74c848fcf0ad4f4eab7a8167a39a8]

        Disable lok_preload_hooks when not dynamically loading.
        
        Change-Id: I00f1e8978607f450d3ad33f4515be1fc962c0332
        Reviewed-on: https://gerrit.libreoffice.org/49591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [89202f2d76a92866ed3f3887d690e4fc45658e22]

        Fix typos
        
        Change-Id: Ia01f85e87706b02ffb816b3385765e2729dafa02
        Reviewed-on: https://gerrit.libreoffice.org/49585
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [90a46122dc0ce401919914cb79f11081d6cc6b24]

        Fix typos
        
        Change-Id: Id61c75a4d3df173e21a264e0997a9076141b772e
        Reviewed-on: https://gerrit.libreoffice.org/49587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fe47e5fdd3500ff371eed9092f96be7bdde5a18d]

        Fix typos
        
        Change-Id: I9ecf648960ddd131aa3d961bf86c2f1d3389355f
        Reviewed-on: https://gerrit.libreoffice.org/49584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5bf91d305191eacde979aba7c3b1ef36e13a7919]

        Fix typos
        
        Change-Id: I141de4716df406f2cbcbc77e454dbadf0fb8c164
        Reviewed-on: https://gerrit.libreoffice.org/49586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b24a90799b16cde737a0f0e2b1d71acd8fd69019]

        crashtesting: tdf111681-6.pptx
        
        regression from
            commit e5012e53b919ae4921d6d35660bde323a6f28417
            use scanline when reading pixel data
        
        Change-Id: Ic9382426191d5cbbffc6c3fd6f7038ed93715b8e
        Reviewed-on: https://gerrit.libreoffice.org/49598
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [be3314c9f16e8ca5480c01081d87f7deb7c50a8c]

        Updated core Project: help  145fe1d4c0d697cd15619dd682c622d3c146d95f
        
        Better handling of help URLs anchors
        
        Change-Id: I25a6b105f4a809839575e43cd4834cf96a1e5e7c
        Reviewed-on: https://gerrit.libreoffice.org/49516
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-12  Mike Kaganski  <mike.kaganski@collabora.com>  [ad4b699980e0d02e535ec14fab3135453ab48d4e]

        One less ctor/dtor
        
        Change-Id: I73cab951942f16b937e95a6617ed60ee24b6c3b3
        Reviewed-on: https://gerrit.libreoffice.org/49583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-12  Tor Lillqvist  <tml@collabora.com>  [2191169c83c15bfc9546204fc1640b1674717af1]

        Whitespace (alignment) fix
        
        Change-Id: Ib3ecfc5524744f49f3995202f377a625ea80b998

2018-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [02f5c6d71de82cdb6e507e23f6f56379c7b04099]

        sal android: fix -Werror,-Wimplicit-function-declaration
        
        Change-Id: If19dbb654d473e8785dc69f96775c78cc95a7bd6

2018-02-12  Stephan Bergmann  <sbergman@redhat.com>  [6e004cce495713164778d035e00a39b5465b1c55]

        Include <release> in Flatpak appdata.xml
        
        ...fixing <https://github.com/flathub/org.libreoffice.LibreOffice/issues/13>
        "No version information".  This is only minimal release information (cf.
        <https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#
        tag-releases>), but is what is available directly in the build without
        additional manual input.  Lack of either a date or timestamp attribute causes a
        failure "org.libreoffice.LibreOffice.desktop: AppData problem: attribute-missing
        : <release> has no timestamp", so include the current date in ISO 8601 format to
        silence that.
        
        It is assumed that the LIBO_VERSION_* variables will only contain numeric
        values, so don't need to be encoded when included in an XML attribute.
        
        Change-Id: I442a01d5093ab2621897685c3bc1eeda4ee08fa9

2018-02-12  Mike Kaganski  <mike.kaganski@collabora.com>  [a377db06eaf76d222c0e116a4c0f62a7e7736a26]

        Use range-based for
        
        Change-Id: I7ec311255a571fc19360b7cb6d3885f433f42426
        Reviewed-on: https://gerrit.libreoffice.org/49577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [980de246715c95b6961367baf409c270dab58bc0]

        Translate German variable names
        
        Fakt -> Factor in Excel filter (excform)
        
        Change-Id: Id93e2722e4f40cf2916d2abb3684d3570b88fce3
        Reviewed-on: https://gerrit.libreoffice.org/49531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [8f05a01befe393a40fe828bbab90c6d8eaf6c959]

        Translate German variable names
        
        Akt -> Current in rtf (rtfitem)
        
        Change-Id: I5925295c45d436c07e75b82cc0effea962bc1816
        Reviewed-on: https://gerrit.libreoffice.org/49534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [c0a23843907c2b5dc6652e2bb337b12be6028356]

        Translate German variable names
        
        Akt -> Current in rtf (svxrtf)
        
        Change-Id: I5205654ec3b3d5dd1a7a611dc8f2e356a6290fc6
        Reviewed-on: https://gerrit.libreoffice.org/49535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [499bff1f06b3a4660ff408a2bd54c64ad8fb5f05]

        Translate German variable names
        
        Akt -> Current in SwDoc and SwTable
        
        Change-Id: Ie8c5194b81e8dc5078616603215726a0a51b1617
        Reviewed-on: https://gerrit.libreoffice.org/49537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [040c13b4b5195b801b38a96638abb87a73cae2ae]

        Translate German variable names
        
        akt -> current in vba
        
        Change-Id: Ifdd49b5370fdbdf29699ce602bd38275788db911
        Reviewed-on: https://gerrit.libreoffice.org/49538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [85851cf46364e1fc1772bef23cdc7fb7cb6fa5a5]

        Translate German variable names
        
        Akt -> Current
        Erg -> Result
        Decimal (places) -> Fractinal (part), with related comment translation corrections
        
        in Lotus filter
        
        Change-Id: I1ea6917fb8e9da2f0f9c48fd1fe55347f8098cac
        Reviewed-on: https://gerrit.libreoffice.org/49532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [bf183a4ef2368e38ee5fc94518815c34850d828e]

        Translate German variable names
        
        Akt -> Current
        Act -> Current (in same context, including comments correction, under
        assumption of a "false friend" wording by a non-English speaker)
        
        in ww8par
        
        Note: Similar translation of other occurrences in affected files will be done
        separately
        
        Change-Id: I267aa37020662eb5a267f2355fe04fc0f87a2dda
        Reviewed-on: https://gerrit.libreoffice.org/49558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [eb3bd34dfb55cf3afc088330e73fc03385da20ec]

        Translate German variable names
        
        Akt -> Current in Lotus filter (lotattr)
        
        Change-Id: Ibafa9f70f5bcec65dadc1dc118368bd45849a6c0
        Reviewed-on: https://gerrit.libreoffice.org/49533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [ee47b7b4c805fc781dab48c65c4ff5fc701b3709]

        Translate German variable names
        
        Fakt -> Factor in Excel filter (excform8)
        
        Change-Id: Ic63dc819d6b3b5fb5f8c362a72b6d5844dce2c11
        Reviewed-on: https://gerrit.libreoffice.org/49530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [dcbe5eda8f3f698e4717e1458b2c1efb589b8ed6]

        Translate German variable names
        
        Akt -> Current in ww8
        
        Note: Similar translation of function name parts will be done later,
        to prevent a Git conflict
        
        Change-Id: I0db585749bb8f83a31c2c02deb33e097bb212a9e
        Reviewed-on: https://gerrit.libreoffice.org/49539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Johnny_M  <klasse@partyheld.de>  [1b35e6de3ca5161f9da633675312456bba9ab5c7]

        Translate German variable names
        
        Akt -> Current
        Neu -> New
        Kopie -> Copy
        
        in svdraw
        
        Change-Id: Ia96b30a7a6da2b790bb6c3d05bd571103a2edce9
        Reviewed-on: https://gerrit.libreoffice.org/49536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [09d17c25d970e49eddda5a3a5078dca6d88fc559]

        sw: prefix members of SwJumpEditFieldType, SwMacroField and SwPageNumberField
        
        Change-Id: Ib02b05dfa1f39c43c69bcb968806dec67d02082b
        Reviewed-on: https://gerrit.libreoffice.org/49576
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-12  Julien Nabet  <serval2412@yahoo.fr>  [6bcd433fe13ab402d2cc8433d98a78db140858e9]

        tdf#115601: make ImageMap dialog translatable
        
        Change-Id: Ie1ecb5cd3356144c28de366dbe5e13a3997604e2
        Reviewed-on: https://gerrit.libreoffice.org/49547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-12  Tor Lillqvist  <tml@collabora.com>  [9d6257a995c3e6e6d1af1d850194ae14e7c26df1]

        Get rid of a few unused or once-used typedefs
        
        This code is complicated enough without weirdly named typedefs for
        trivial iterators. Just use 'auto'.
        
        Change-Id: Ib2d9271ccd0f63eab338d9fe214a2523cb57ce97
        Reviewed-on: https://gerrit.libreoffice.org/49510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [7b8c631a457aec6927b821e59837ef89703d7fa8]

        various leaks
        
        Change-Id: Id7b1c8847f3052ea6942bf6e479fd7b8b72326a9
        Reviewed-on: https://gerrit.libreoffice.org/49574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Caolán McNamara  <caolanm@redhat.com>  [ec1ef7c10871415d110c4ebb710f8c1550930a11]

        ofz#6228 sal_uInt8 makes more sense
        
        Change-Id: Iae0662d923402692ad89c12b82487a67a947b496
        Reviewed-on: https://gerrit.libreoffice.org/49573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [288447449d7c43857f0bee7c3b9325c87e950143]

        rename loplugin changerectanglegetref to changetoolsgen
        
        Change-Id: I378f64ac0879d4c6ea574b1674e96ffb9cc89732

2018-02-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [78bd5d5fb4ff0545985d8ac7bc02a0454ce13afc]

        loplugin:changerectanglegetref also fix Point and Size
        
        Change-Id: I373af0a62e3785c4abc2d27b0b31121c9d596ca3

2018-02-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [fc80919370169748864cbbeee8b0c9bbc5d82376]

        fix loplugin rewriter source range checking
        
        after
            commit 94ab8e4360a2a7a932656e99f718244321d0f923
            Date:   Fri Feb 9 15:28:41 2018 +0200
            improve loplugin rewriter double source modification detection
        
        Change-Id: Ibf0a64fe4cc3dd6bf5ae16672b3d748a842196e4

2018-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [acd16c7e29c1619986d4d8b3b520da089ba34660]

        solenv: document how to build static clang-format
        
        Change-Id: Ibadb8966f1c3ba7e241b9eb5d36c9067f0246c86

2018-02-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4f759834d37c78874eb30d5f3010fe41062532ed]

        cppcheck useInitializationList
        
        unique_ptr don't need explicit nullptr initialization, same
        goes for VclPtr in ImpEditEngine.
        
        Change-Id: Id8f3163c2719bee6ee2724cae98449d564be5535
        Reviewed-on: https://gerrit.libreoffice.org/49559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-11  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [e3546db362e9dfed94572d164359a0fc1eae742f]

        tdf#115353 tdf#114743 Use first valid glyph
        
        in AdjustLayout.
        
        Change-Id: Iaa9a0cde2bd35fed5cbc9ebf0690341812679b6f
        Reviewed-on: https://gerrit.libreoffice.org/49541
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2018-02-11  Caolán McNamara  <caolanm@redhat.com>  [093e8c083d666001eef9dd423f832ab29dbb60b5]

        ofz: leak
        
        Change-Id: I15789e62c9fcdf518906a7e11e133fdd5d8ee62c
        Reviewed-on: https://gerrit.libreoffice.org/49563
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-11  Caolán McNamara  <caolanm@redhat.com>  [0428340f9ce0f033391ceb23c6f3aecad981c950]

        ofz#6229 Integer-overflow
        
        Change-Id: Ia049e96f84f179d1249ff63d03b58dad00e0be0e
        Reviewed-on: https://gerrit.libreoffice.org/49570
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-11  Caolán McNamara  <caolanm@redhat.com>  [073a90a61d35c7444e520510a5a5865584aac1ce]

        ofz: Infinite-loop
        
        Change-Id: Id745e6525728661c8ee536044f0a08c0f94445b7
        Reviewed-on: https://gerrit.libreoffice.org/49564
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-11  Caolán McNamara  <caolanm@redhat.com>  [b083916a51f267e728c24f827263387c4c52df3a]

        ofz#6225 Infinite recursion
        
        Change-Id: I5d5a3ac668baa78aed77d199b65e817975e68928
        Reviewed-on: https://gerrit.libreoffice.org/49562
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [20a646aeda7e940340b0ab11f243c0f09887e1b3]

        Pointer is always non-null ==> use reference
        
        Change-Id: I9ea6a8233a2f046d2ca56c08b3a2e922cbba2f3b

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [34b98af8e5a4e568d8316700bea1ce604d825ce8]

        Return correct length for Authority token
        
        Regression from f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9
        Take the chance to calculate token prefix just once.
        
        Change-Id: I19ce5cb037198cb918e79c760a92b285f9b725f1

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [e3e9870aacdd8df1f449b802cd9dc3fbd083182f]

        Fix reverse check in f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9
        
        Change-Id: I90a4f30f8ec0e908a1cdf976979622be1284ec02

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [6c2b92a78d55b56cdb576dcf5b4b3cd2fb2820e4]

        Unneeded #include
        
        Change-Id: I61424026fff1256c620b29ae8b1eca259e048d5b

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [d0216f56862d2c8d35a8a174262f3e5a1dc58d45]

        SdrMarkView: provide OUString as return value
        
        Change-Id: I2d45f4ada683da4f69df6d81a072d2f3ba813dae

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [dbc3c4eda146fe1132fb35911a4d0656ce0e68e2]

        SdrModel: provide OUString as return value
        
        instead of modifying it through referenced parameter.
        Also modify related function names to Get* instead of Take*.
        
        Change-Id: Iac824562bb51d5388e6f56116fee01ba8b8909f4

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [5cc52ae22c94c734add5e0654e7ce1dbeebebe3e]

        Simplify SdrModel::TakeMetricStr truncation for trailing 0s
        
        Change-Id: If2f3bceaada841f7a085e7c97786ef7234c85c61

2018-02-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f74b6fee1082caf96d78c731c77e10a67c3bc41]

        Simplify SdrModel::TakePercentStr
        
        * Group checks on sign
        * Let OUString::number print the sign
        
        Change-Id: I1ae22141f813eb4ff5b527423354e195485f8037

2018-02-11  Stephan Bergmann  <sbergman@redhat.com>  [381d116290f6bfbb0106db29a33d51f56e4b8f08]

        Check for erroneously localized values of non-localized properties
        
        See ffd8369b909c86653ef30593fddf67c9f5308583 "rhbz#1541486: Fix localized'ness
        of ooSetupFactoryUIName props".  Turns out adapting the XSLT was easier than
        feared.
        
        The two other incidents found are fixed with
        c7ab472b47023c94c06de9e3479a2e0271084dfc
        "/org.openoffice.Office.Writer/Layout/Other/TabStop should be localized" and
        552bebc85d907748dcd72b7978a00a3eee7c4f34
        "/org...Writer/Insert/Caption/CaptionOrderNumberingFirst should be localized".
        
        Change-Id: Ic3b29a69d517440d133daed1f3b07d1f7510dab8
        Reviewed-on: https://gerrit.libreoffice.org/49473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-11  Mike Kaganski  <mike.kaganski@collabora.com>  [3a86fcbafd3c497f224e743fc566f00a23b19bb4]

        Replace non-us-ascii characters that cause build failure on cp-950
        
        Change-Id: Ic3d09cbc20b6bbfcaa15d46bae332945e42ccb3d
        Reviewed-on: https://gerrit.libreoffice.org/49560
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        Tested-by: Mark Hung <marklh9@gmail.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-11  jan Iversen  <jani@libreoffice.org>  [f81f63aff6e25d970d3183a12af6ff6fc0c23789]

        iOS, added missing document state in callback
        
        Change-Id: Ib710eb4ce1186571732588948726874a0fb9cb58

2018-02-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c6a23023150c164a19236139fa413d43006ce21c]

        Add origin URL to Graphic to remember where the image came from
        
        Change-Id: I73e7377c2049211de0b464efff03058dc5de33a6
        Reviewed-on: https://gerrit.libreoffice.org/49554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d4a44dc4cd5b4a1679a5325bc202dc9ca39d75c5]

        extend XGraphicStorageHandler with saveGraphicByName
        
        We want to save the graphic with a specific name, usually this is
        when we want to use the same name that was used when reading the
        image from the document.
        
        Change-Id: I7419f0593dea333a60ce513190211e0409480e66
        Reviewed-on: https://gerrit.libreoffice.org/49553
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2a6997ddd7b48a2e53f6e53b81de8eccd5e5083b]

        Remove unused include
        
        Change-Id: Ie71de80213ffd8ba3e4ee75b0a92d13faeaf3d09
        Reviewed-on: https://gerrit.libreoffice.org/49555
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c2a4b16ebfde78c6180465c938475f67c4e8e7b7]

        extend testLinkedGraphicRT if state after import is as expected
        
        Change-Id: Ia3452d7946148db20f8a876c92f945cb4e68ddb5
        Reviewed-on: https://gerrit.libreoffice.org/49552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-11  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [51cb2e66897a9dd5676b33d35a5683a8f8e56ef5]

        Updated links in readme files (https etc.)
        
        Change-Id: Id4906290f312dc6d1800d5d17dedf1f07dd3480d
        Reviewed-on: https://gerrit.libreoffice.org/49491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-02-11  Michael Meeks  <michael.meeks@collabora.com>  [720759ad342000f2729a6c983523af931f01dbef]

        Pre-load key UNO mappings.
        
        Change-Id: I415e07d737c734d63ac969783464babcbb9ea884
        Reviewed-on: https://gerrit.libreoffice.org/48365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-11  Michael Meeks  <michael.meeks@collabora.com>  [f215096c24429fe69e7e5ab37898d0f0beeff0ab]

        lok: allow libraries to pre-init themselves.
        
        Populate static module references before entering a jail
        containing no code.
        
        Implement for scfilt, scui, swui, sdui.
        
        Change-Id: I8fec2aa78e67053a7945926c818122bd4290103c
        Reviewed-on: https://gerrit.libreoffice.org/49545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-10  Maxim Monastirsky  <momonasmon@gmail.com>  [273d0ee7b7edb24c2c9e15e9f4337f71c175801a]

        tdf#107403 Don't scale frame icons twice
        
        It's already done by ImplImageTree, see loadImageFromStream
        function in ImplImageTree.cxx.
        
        Change-Id: I5aa7439876037fb0168f6c1da264af9697788ef0
        Reviewed-on: https://gerrit.libreoffice.org/49478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-02-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [d6a2dc03806c4e7c0be8e4f2aee272f036f4765e]

        lokdialog: Render non-pixel based preview windows
        
        PaintToDevice() method was designed for pixel based windows,
        now I added some scaling to handle different units.
        
        Change-Id: Id242c44101c1e842409ba3a9b13291e48bdd44ca
        Reviewed-on: https://gerrit.libreoffice.org/49543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac98ff5e869ca23dfa6174704f0eb56fbb1ae734]

        use RawBitmap and BitmapEx in icgm filter
        
        Change-Id: Icaffda666c27f733c0d490905e91a68b72073bcb
        Reviewed-on: https://gerrit.libreoffice.org/49502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [fc763bd9b96eb99c40734bd3db332c2d4bd84d06]

        ofz#6180 Integer-overflow
        
        Change-Id: Ibf4b40521f5be3866451e574abc59b7e1cf3aec9

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [7cc2a1e231b3882c7a5a501f65230ceca92d3b36]

        speed up jpg fuzzing
        
        Change-Id: Iad65200d132f8fdd0e598ff5a4ee4943a9f7ac26
        Reviewed-on: https://gerrit.libreoffice.org/49508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [f77f7feae7dcdc3091fe954ec6389019fea13eb8]

        speed up qpw fuzzing, skip CalcAfterLoad
        
        Change-Id: Ia94032d6789e830e8dbdc3093201cf8d5d44f537
        Reviewed-on: https://gerrit.libreoffice.org/49507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [a9847cb1a5d231226eac58e22a4fe2705707817e]

        ofz: Infinite loop
        
        Change-Id: I9344cb70aab0fbaa194d431928eba9806d76f115
        Reviewed-on: https://gerrit.libreoffice.org/49504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [f7676f9755ab187be4d695d2630c8a6795a4904a]

        ofz: time-out
        
        Change-Id: I89a1166f78938d7e36435bfeecb4a4f3f2ba9ad2
        Reviewed-on: https://gerrit.libreoffice.org/49503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [baf2bc036dfee6821478f67f551ec296b0fb4381]

        use read_uInt8s_ToOUString
        
        Change-Id: I3575019373632f476737b00d8616d01867970ae6
        Reviewed-on: https://gerrit.libreoffice.org/49506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [dcfa2cb4e8f2ce94c5c723efe49961c3b8004c93]

        coverity#1401328 Uncaught exception
        
        Change-Id: Idc2363f80026370953f5c48a9d0eeb396a43362c
        Reviewed-on: https://gerrit.libreoffice.org/49526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Caolán McNamara  <caolanm@redhat.com>  [741ef849587078ca9911514afd4c0ecbdec271cc]

        ofz#1429182 Unchecked dynamic_cast
        
        Change-Id: Id070114568cc1cfac2d09c42a8d17f137f5bb075
        Reviewed-on: https://gerrit.libreoffice.org/49525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b33287cde2d270d83e2658529be768a99dba98f0]

        lokdialog: Handle dialog items' invalidation in general
        
        Change-Id: Ib7b178fe97964bc5fd6ac173a143ba8ba089e237
        Reviewed-on: https://gerrit.libreoffice.org/49240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-10  Julien Nabet  <serval2412@yahoo.fr>  [48c47db6e7e79f0accb3221a34ec03202e8fa413]

        tdf#115032: Above as default position for Autocaption pref
        
        Change-Id: Idcd4e4a409476fe269340ac9d8f3ceacc6fbd7f3
        Reviewed-on: https://gerrit.libreoffice.org/48058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-02-10  Mark Hung  <marklh9@gmail.com>  [275a60e17ddfacae505df56374b334261a646a3b]

        writerfilter / ww8filter: enhancement to support new ruby position.
        
        1. Allow ooxml / rtf import the ruby aligned on the right side
        ( rightVertical or jc=5 ) as css::text::RubyPosition::INTER_CHARACTER.
        
        2. Allow rtf / ww8 export of css::text::RubyPosition::INTER_CHARACTER
        as  jc=5.
        
        Though rtf filter can save and load the new ruby position,
        character format seems lost. The reset of the MSO formats have
        other issues that they can't make roundtrip yet.
        
        Change-Id: Idb77423842f43abc375a1282a52b0bc6f20049e4
        Reviewed-on: https://gerrit.libreoffice.org/49177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [94ab8e4360a2a7a932656e99f718244321d0f923]

        improve loplugin rewriter double source modification detection
        
        because my new rewriter easily generates overlapping rewriting.
        
        Move the code from flatten and salcall up into the pluginhandler, and
        drop the simpler detection logic.
        
        Change-Id: I3da51ac510954a5d4276cee0924cc5dc1fc9a734
        Reviewed-on: https://gerrit.libreoffice.org/49493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [5853b0b25d439caa619cac2edd9853ac76f84217]

        make Pair protected base in Pair/Size/Selection
        
        as part of cleaning up the use of the non-const-ref returning methods.
        i.e. methods like
           long& X()
        
        And make the classes final.
        
        Change-Id: Ice0aa1932124e77f5ed672b527c2a092ec80c481
        Reviewed-on: https://gerrit.libreoffice.org/49475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [db42098d99bd8648fcd7b6f669e3e5ad4142670a]

        use VirtualDevice in ColorFieldControl
        
        as part of moving use of BitmapWriteAccess inside of vcl/
        
        Change-Id: Ia092eee7d56a6c6a6485555f470de10f31be8ed1
        Reviewed-on: https://gerrit.libreoffice.org/49415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-09  László Németh  <nemeth@numbertext.org>  [48cf115778b29ab916dd884d0bfcfeffd03e7603]

        tdf#115319 unit test for references with Hungarian articles
        
        Change-Id: I74b4640eb1845875261b7858cef4bdc059608d69
        Reviewed-on: https://gerrit.libreoffice.org/48945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [05e3feb495ff3078c80b1af6aad7c33ac5340b01]

        ofz#6180 Integer-overflow
        
        Change-Id: I6339a6ebb188dc9e7bccfa629a40af8e67c13feb
        Reviewed-on: https://gerrit.libreoffice.org/49487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [017fcc2fcd00af17a97bd5463d89662404f57667]

        ofz#6173 check index before use
        
        Change-Id: I09d15ab324af0a8b3566f11868eb3266a68c4afe
        Reviewed-on: https://gerrit.libreoffice.org/49486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-09  Yousuf Philips  <philipz85@hotmail.com>  [bbc4f9fee81656c618329cee088d9eedd9a1c457]

        tdf#114299 Ensure groupedbar full works in print preview mode
        
        Change-Id: I154d22deeafc76e6afff9ccf5cbd5f8aa9ec3a57
        Reviewed-on: https://gerrit.libreoffice.org/49480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [2f15d4b4b1d016f555d6ce80a17eac8886ade144]

        Add missing @since tags in css.ui.dialogs.ExtendedFilePickerElementIds
        
        ...for entities added with 4e825d97a8423c9493c5f6f4ac0493b8799f86f6 "gpg4libre:
        Encrypt with GPG checkbox in SaveAs file dialog, 1st stab" and
        38774ce79b4b24628c3a73f387489bf2498363f1 "tdf#86739 Option to set image anchor
        type in image insert dialog"
        
        Change-Id: Ifa03d7fb143ea8fd4582431e780aa174e2b0f690
        Reviewed-on: https://gerrit.libreoffice.org/49477
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [113392e332f5be4df8347f1550011b24fb38b783]

        Updated core Project: help  863b926ed16b372800f75e8ac467afbf3443f61e
        
        Tweaked contents expansion
        
        Stopped excluding main items. Highlighted current item.
        Harmonised the help.js indentation.
        
        Change-Id: I6b8f22940d077d008662a387071a5d5db04409f7
        Reviewed-on: https://gerrit.libreoffice.org/49488
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [7ea2311ab734d19b705cf98aa9506cbe122e74e4]

        Adapt solenv/flatpak-manifest.in
        
        ...to e13acfcac9571da7efeec8fe5b27b11249d51c27 "Update liborcus to 0.13.2."
        
        Change-Id: I5e2b8d9ea4f91571fe884944a6c0a390d650993f

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [f3062fd2e39819bcb1e8bbb76355cc50d7257652]

        solenv/flatpak-manifest.in: Merge in building with GCC 7
        
        This merges in
        
        * <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
        d1ca6fbdac7f0adcfd813ac5556d6ad979924232> "switch to gcc7",
        
        * <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
        687e79514c12bb8c6fd7dfd93f1e4fb84fc6af54> "Copy
        org.freedesktop.Sdk.Extension.gcc7 libs into app", and
        
        * <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
        41b361bf4973b0981f834fe58b3f808b0ca81634> "Use `cp -d` to preserve symlinks",
        
        which should allow to build on 32-bit arm once
        <https://github.com/flathub/org.freedesktop.Sdk.Extension.openjdk9/issues/4>
        "ARM version" is fixed.
        
        Those had been reverted again on flathub with <https://github.com/flathub/
        org.libreoffice.LibreOffice/commit/1168072d19f358ffacc783aa83773789c6eafb99>
        "Revert 'Gcc7' again, for now" because it had apeared back then that using GCC 7
        caused the build to fail on aarch64.  This has meanwhile been tracked down to
        be an issue with PDFium instead, see ffc134445ef7e935d18d816626f64e65b4cdbca6
        "--disable-pdfium for Linux aarch64 Flatpak build".
        
        Change-Id: I594d38ecfdf7dbd78b91af04b9f3f3e86987b8e5

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [ffc134445ef7e935d18d816626f64e65b4cdbca6]

        --disable-pdfium for Linux aarch64 Flatpak build
        
        At least current PDFium master <https://pdfium.googlesource.com/pdfium/+/
        026717cb667cf0c7215cf55daf794d69752fc900/third_party/base/allocator/
        partition_allocator/page_allocator.h#33> still hard-codes the assumption that
        "All Blink-supported systems have 4096 sized system pages".  On Linux aarch64
        machines with 64K page size (as reported by `getconf PAGE_SIZE`, e.g., on
        Flathub worker <https://flathub.org/builds/#/workers/18> "gnome-aarch64-1"),
        that causes LO's CppunitTest_svtools_graphic to fail with SIGABRT, when
        pdfium::base::SetSystemPagesInaccessible (workdir/UnpackedTarball/pdfium/
        third_party/base/allocator/partition_allocator/page_allocator.cpp) causes an
        mprotect to fail in a pattern like
        
        > mmap(0x1051200000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x1051200000
        > mprotect(0x1051200000, 4096, PROT_NONE) = 0
        > mprotect(0x1051202000, 8192, PROT_NONE) = -1 EINVAL (Invalid argument)
        
        The loss of functionality caused by --disable-pdfium is assumed to be acceptable
        ("used for insert->image and selecting a pdf I believe", according to caolan on
        IRC), and e.g. Fedora disables it for all arches since
        <https://src.fedoraproject.org/rpms/libreoffice/c/
        1f6713e951de6aa9af43a9bd92ed011edf0c6fe9> "update to 5.4.0 alpha1".
        
        Change-Id: I39385c332ddd6a2a3a221f0d0577181709944313

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [02248e9e191f798f96218a0c4d281f99e15bea31]

        solenv/flatpak-manifest.in: Disable debug information again, for now
        
        Merge in <https://github.com/flathub/org.libreoffice.LibreOffice/commit/
        c6831b215070415a32669fbe63adfc4c36b5f568> "Disable debug information again, for
        now", to bring repos back in sync.  If we want to keep this permanently,
        --enable-symbols should instead be dropped from
        distro-configs/LibreOfficeFlatpak.conf.
        
        Change-Id: I656d77a446deecbc41ab25f05af7187dc544126c

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [a5ce8f010d996fb156ab747a07077c4ab7e8c9f4]

        Use sha256 instead of sha512
        
        ...as the latter is apparently a recent addition to flatpak-manifest that some
        Flathub workers (like <https://flathub.org/builds/#/workers/16> "arm-3") still
        do not support, causing "module libreoffice: Sha256 not specified" failures.
        
        <http://ant.apache.org/bindownload.cgi> and
        <https://archive.apache.org/dist/ant/binaries/> do not provide SHA-256 values,
        so computed it locally.
        
        Change-Id: Iee664402f26c9ab428624a4a7933db310efd71b1

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [ea89bd3fdd475fda72e852c687f6ce81b610df47]

        Use stable URL for apache-ant download
        
        as proposed by <http://mail-archives.apache.org/mod_mbox/ant-user/201802.mbox/
        %3c001b01d3a101$eadd7ea0$c0987be0$@de%3e> "AW: Stable link to
        apache-ant-*-bin.tar.xz?" (but using https instead of http)
        
        Change-Id: I6f1a5d06c4f2f6ad1861a5c0bda3341f13c8899a

2018-02-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2a43fe2c6357ba15fe65461a4fb5242e20b581e7]

        Fix condition
        
        OSL_DEBUG_LEVEL is always set as it seems
        
        Change-Id: Ie555f705fd13de778463c8073e86d30b3ce09073
        Reviewed-on: https://gerrit.libreoffice.org/49476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d38a134614c6546cb47119716ee84e4d9b64175]

        sw: it's called SwAnchoredDrawObject, not SwDrawFrame
        
        It is named like this since its addition in commit
        20db95b763c4e39602337ba35b4f68d49a27e983 (INTEGRATION: CWS
        swdrawpositioning (1.1.2); FILE ADDED, 2004-06-28).
        
        Change-Id: I776bc736e8fe25c103858f33b7e9ad425890616e

2018-02-09  Julien Nabet  <serval2412@yahoo.fr>  [91d798c51d64ac9a4b5eec7c5d84d756f7e9c4f1]

        tdf#115584: fix crash Base
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=0fb4ae8767fa5ff791cd42934b4215011a269eb0
        
        Change-Id: Ifcf183ebb4d0096193cccdd74a61eb59c7a06cdf
        Reviewed-on: https://gerrit.libreoffice.org/49505
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-09  Eike Rathke  <erack@redhat.com>  [c7dd72b2bd6a7988e4e1074e9a85222b53ba84ac]

        CheckLinkFormulaNeedingCheck() for .csv import
        
        Change-Id: I89be713531436f10b38d38f9e0fa527db1e036cd

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [2a7be4a49ca52fc10975fa9fff8befcfdc50e59a]

        The special value of CaptionOrderNumberingFirst for hu is already set
        
        ...in the configuration data, cf. 552bebc85d907748dcd72b7978a00a3eee7c4f34
        "/org...Writer/Insert/Caption/CaptionOrderNumberingFirst should be localized",
        so there should be no need to handle a nil value specially for hu here.  (Any
        tests run during the build that don't use the configuration data will now use
        false instead of true for hu, but that's apparently not a problem for any of the
        `make check` tests, at least.)
        
        (Ideally, this property would always have been non-nillable anyway, or should at
        least have been included in the mass non-nillability change of
        e8bb827571f540ac4af2247cb11239bb96876669 "Fixed cppheader.xsl nillable
        treatment."  But now, just leave it as it is and live with that.)
        
        Change-Id: Iec6937dccc2f5ab3d98ca530a7172f27f13a860e
        Reviewed-on: https://gerrit.libreoffice.org/49474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Yousuf Philips  <philipz85@hotmail.com>  [10a7dddf65b4fd9716bd8815debfa1cdd4ac184c]

        tdf#114972 Make insert textbox work in Impress grouped notebookbars
        
        Change-Id: I35a7efeec01a6aeae5bc4bcb49151cba1d225d61
        Reviewed-on: https://gerrit.libreoffice.org/49481
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [7749e10198dc1ca49f39955a706209da65a818c4]

        ...and Clang is not affected at all
        
        (It wouldn't really hurt to have the line enabled for more toolchains than
        necessary, as redeclaration of static constexpr data members outside the class
        is still supported for backwards-compatibility in C++17, though deprecated.
        However, recording a precise upper bound on toolchains in the #if allows to
        eventually get rid of this code, once we no longer support any affected
        toolchain.)
        
        Change-Id: I40ae37e7006754cc89538d5c97230200a2ca633c
        Reviewed-on: https://gerrit.libreoffice.org/49472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f5f0937544e135891a008273eb7a44aac7f0c5b]

        clang-format: improve error message when CI fails
        
        Don't just tell the problem but hint how to fix it.
        
        Change-Id: I9d079ee7d4ed61266e22a3fa21efe10366724645
        Reviewed-on: https://gerrit.libreoffice.org/49471
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-09  Eike Rathke  <erack@redhat.com>  [4b938c558d004537cf73ca4319019ff64f052270]

        Use angle quotation marks (Guillemets) for [*-CH], tdf#115493 related
        
        Source:
        https://en.wikipedia.org/wiki/Quotation_mark#French
        https://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen#Schweiz,_Liechtenstein,_Frankreich
        
        Change-Id: I015e8d68aecdc7c7ca3620105b7a2685648438d5

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [575a2b0e25eedd7c113c376f57980bc9ce2f3825]

        add sft fuzzer
        
        Change-Id: I0ee43e78b5366f2c23fb0bac9a103af987138411
        Reviewed-on: https://gerrit.libreoffice.org/49372
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1af6354b46f32603365b53be16178ee792ba428a]

        Pick up cell border colors when importing via orcus.
        
        Change-Id: Iee2d79930d0c917518b180fdd63fe30c6860b9b1
        Reviewed-on: https://gerrit.libreoffice.org/49466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-09  Eike Rathke  <erack@redhat.com>  [2ebb38dd36022d5d61bfb9fc3edfbf460153e1ff]

        Resolves: tdf#105837 use angle quotation marks (Guillemets) for [de-CH]
        
        Source:
        https://en.wikipedia.org/wiki/Quotation_mark#German
        https://de.wikipedia.org/wiki/Anf%C3%BChrungszeichen#Schweiz,_Liechtenstein,_Frankreich
        
        Change-Id: I9aa13eb610b39d1443acb0d2993a3e6f3e68a12e

2018-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [2defbbd3e448758fb150ed4f8cd3d7afd0f0fdf2]

        fix "replace Bitmap usage with VirtualDevice in ColorSliderControl"
        
        commit 7116b9cc2f3ee28b4444540d0c14183b9bd17968
        
        Change-Id: I40d7f88fa76c620abd8838a0dd525e67eeeb747b

2018-02-09  Jim Raykowski  <raykowj@gmail.com>  [6f511f1dec1fe4a5bc6d6e2dc116eb9886c24bda]

        tdf#115504 Add tabstop to Sidebar Navigator deck content trees
        
        Change-Id: Ie006e01ea6179b94cca77354437678ff90e1bbd6
        Reviewed-on: https://gerrit.libreoffice.org/49400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [ab099923e20774a7232b9c9a8b46e3aefe07014e]

        promote to unsigned int
        
        Change-Id: I84fa219708199cd8293e6887860ba44dd897a2e8

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [f832198e6a33052c7cc86b25843badfb962a2ae8]

        move largest bounds check to start
        
        Change-Id: I03fe80f9568759b829fac4e9bcfd496efebe6a26

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [bb32616bdd6e3b327654bab0e1d790d8d50b893d]

        bounds check
        
        Change-Id: I6d32a6b6f1dd91db42a3f154700ea55603f0e4dd

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [c7b0117f26a386c98a721ff3897479c268103d74]

        extend to cover the last byte needed
        
        Change-Id: I5177d42b47a4bca614878dce4a69ab16b5cfe163

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [e8b2aad1cb2107304761e68aa380b5c29d8ef22f]

        simplify returns
        
        Change-Id: I1a67cb2f1c686032438852fec1267a59fbd04d7f

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [139b6c6cf898467098f3a6f29fa84013a182285f]

        use safeint on calculations
        
        Change-Id: Ic063786ba41aa9a985f505e62b43d3d543a0d48f

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [75a171a405afd6eac236af93aa9d29a9c3ec9c64]

        check ntables offset
        
        Change-Id: Id75f5f4b578fd176c17e5763569f1403260c6594

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [ae73c3ff112e1ed38eb4678ac5745990661a2e66]

        check tableoffset against size
        
        Change-Id: Ia79be052dd3f6b6ed38fb326558924c853af5fff

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [683d9883ad8fd6568e6a7832e5bb347c1d043e4b]

        check cmap offset
        
        Change-Id: I5aae26c38f3645020f0e1d6d7b6877c2727af1b4

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [1828490bb22f1c8273c4a9f5b1db819b173ca70d]

        check more table sizes
        
        Change-Id: I004a6d322f60d916cc4635b362ce948e8a10d7c7

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [603cb6cf31a5212d03736a552770e5734b0e8066]

        fix mem leak
        
        Change-Id: I0d329357ac282d4652b0f7ebc401cbd51963461b

2018-02-09  Caolán McNamara  <caolanm@redhat.com>  [5b426038a7befcaf0d05824ffb20200ff8833ad3]

        use ptr diff rather than int
        
        Change-Id: Ia174fd94c57cc3c899c10e1c0dc5968965a50427

2018-02-09  Justin Luth  <justin_luth@sil.org>  [fb902968cb6b8b4e01d5a33b93dce4c5a60bb83a]

        mailconfig UI: prefilled username: only clear when disabled.
        
        logic error - the username was being cleared on initial page load,
        and was toggling on and off every time the radio button was tapped.
        
        Change-Id: I8c2334665cd18fe8cdd0ea6739e90b088a105256
        Reviewed-on: https://gerrit.libreoffice.org/49467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-02-09  ekuiitr  <jhaekansh80@gmail.com>  [9cb54f6973406faec7fa46038cd9332c6d76db70]

        tdf#88802 disable arrow if database or table or field not selected
        
        Change-Id: I5a29b58f6e8981ee3de73ccaa83ed04e4ee71dc6
        Reviewed-on: https://gerrit.libreoffice.org/49314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ef47e605372aba103d19f6b8ee8a00dab40fdab]

        support multiple columns in column data transformations
        
        Change-Id: Ic911fb7d5f99f692c960ef5267e37b263e798672
        Reviewed-on: https://gerrit.libreoffice.org/49457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7b4546e9e1eff695130b6ade8dfb8affba8d5c7]

        add a method to get columns and rows from DataTableView
        
        Change-Id: Iaf3cd96f6a8397a69896e02831b5ce016ca262ef
        Reviewed-on: https://gerrit.libreoffice.org/49456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60c1d1922b706a8e94d652dd216312278363b972]

        add method to get selected range for header bar
        
        Change-Id: I71f5a1e5240ffbc34d3c6ce86f81b20213c26b6d
        Reviewed-on: https://gerrit.libreoffice.org/49455
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e41b5be785673754d433b77e0925e701cac18df]

        sw android: fix -Werror,-Wsign-compare, take two
        
        This time not breaking other platforms. Thanks to Stephan Bergmann for
        suggesting this alternative way.
        
        Change-Id: I2535e57de1aafd17960a1d1054fc58a47933bb58
        Reviewed-on: https://gerrit.libreoffice.org/49441
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-09  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7731b86a12811b6903d29e29bb867a316c94bccc]

        Workaround for broken GCC
        
        There appears to be broken GCC out there,
        at least some "gcc (Debian 6.3.0-18) 6.3.0 20170516",
        even with -std=gnu++17, reportedly does not treat
        the in-class declaration of MAX_WIDTH as a definition,
        and needs this old-style out-of-class definition, too.
        
        See also bc2ae79f81c8aa081d6340348c70c0440f6e895e
        
        Change-Id: Iaeb85e244d5963c01a86806f481c9d667b1f26a1
        Reviewed-on: https://gerrit.libreoffice.org/49431
        Reviewed-by: Jim Raykowski <raykowj@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [552bebc85d907748dcd72b7978a00a3eee7c4f34]

        /org...Writer/Insert/Caption/CaptionOrderNumberingFirst should be localized
        
        ...as f6281ec4112479b5bdd750be351f4437ecf8a65a "#i110273# caption order changed
        for locale hu" added a special value for xml:lang="hu", but failed to take into
        account that the property is not localized.
        
        Until now, every installation that had the hu localization installed (but
        regardless of whether or not it was actually using it) would always have
        reported the special hu value (true), while any other installation would always
        have reported the default value (nil, mapped to false in the else branch at the
        end of SwInsertConfig::Load, sw/source/uibase/config/modcfg.cxx).
        
        Unless the value was overwritten in registrymodifications.xcu (by changing the
        Options dialog "LibreOffice Writer - AutoCaption - Caption Order" setting).  In
        which case the hu localization will now start to use its default again (true),
        while all other localizations will continue to use whatever value had been
        stored (without an xml:lang attribute) in registrymodifications.xcu.  This is a
        bit unfortunate for the hu-localization case.  It should probably be mentioned
        in the release notes.
        
        (Strictly speaking, changing a property from non-localized to localized, as is
        done here as well as in e.g. ffd8369b909c86653ef30593fddf67c9f5308583
        "rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName props" is an
        incompatible change which 3rd-party code can observe through the
        css.configuration UNO API.  But chances are extremely low that this will have
        any impact, as access to any property's value is normally done in a way that
        makes it transparent whether or not the property is localizied.)
        
        Change-Id: Ia840e28e10d0fa388bff6eaf8aadf0e8e6b25a19
        Reviewed-on: https://gerrit.libreoffice.org/49414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [c7ab472b47023c94c06de9e3479a2e0271084dfc]

        /org.openoffice.Office.Writer/Layout/Other/TabStop should be localized
        
        ...as b1b3251478926251d4d1c3e9ef864171548d85b5 "INTEGRATION: CWS os103: #i81308#
        default tab stop in local zh-CN changed to 0.74 cm" added a special value for
        xml:lang="zh-CN", but failed to take into account that the property is not
        localized.
        
        Until now, every installation that had the zh-CN localization installed (but
        regardless of whether or not it was actually using it) would always have
        reported the special zh-CN value (740), while any other installation would
        always have reported the default value (1250).
        
        Unless the value was overwritten in registrymodifications.xcu (which, it turns
        out, it always was, see 35140501779622194337e630b274e74abeedca4d "Add missing
        no-modify mode for SwMasterUsrPref::Set* functions"; but could also have been
        done explicitly by the user by changing the Options dialog "LibreOffice Writer -
        General - Settings - Tab stops" setting).  In which case the zh-CN localization
        will now use its default value (740), while all other localizations will use
        whatever value had been stored (without an xml:lang attribute) in
        registrymodifications.xcu.  This is unfortunate (as the zh-CN localization may
        lose any value explicitly set by the user, while non-zh-CN localizations may
        continue to use a wrong default value, if the zh-CN localization is or ever had
        been installed).  It should probably be mentioned in the release notes.
        
        (Strictly speaking, changing a property from non-localized to localized, as is
        done here as well as in e.g. ffd8369b909c86653ef30593fddf67c9f5308583
        "rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName props" is an
        incompatible change which 3rd-party code can observe through the
        css.configuration UNO API.  But chances are extremely low that this will have
        any impact, as access to any property's value is normally done in a way that
        makes it transparent whether or not the property is localizied.)
        
        Change-Id: I6f49ecd9ac145dfe6825e727e72fffea515490ea
        Reviewed-on: https://gerrit.libreoffice.org/49433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Stephan Bergmann  <sbergman@redhat.com>  [bcbb3c4f5b23acd4fe73c7d8b080d20c49d664f8]

        Remove dead Executable_genlang
        
        ...originally introduce with 999c68f12f1d95b16a97294949a0e6ba6d3ba259 "genLang
        project (awareness)", but apparently never took off.
        
        Change-Id: I6f61271a75d96750dea63de596b7745c2f589b83
        Reviewed-on: https://gerrit.libreoffice.org/49389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [c07b913cc6f2ad29863c0c9a50bd3b6bdd849569]

        add setter methods to tools::Rectangle
        
        intended to replace the existing methods that return mutable ref
        
        And add the clang rewriter I will use to do most of the work.
        
        Change-Id: If00be13da5c16c07671cedbcfea21528bac33c8a
        Reviewed-on: https://gerrit.libreoffice.org/49430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdc44358a5a2530eb2c8bb6beb90b00cc8c1b6cb]

        always check whether pChartListenerCollection is not a nullptr
        
        Change-Id: Ibe3ade28884b4e1264cd5a5a68a8e428ee3d9a48
        Reviewed-on: https://gerrit.libreoffice.org/49454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-09  Szymon Kłos  <szymon.klos@collabora.com>  [df835773fa8d66a1bd534c5b374ac27552751941]

        tdf#115394 correct transition in case of 0s
        
        Change-Id: I23d18acef0bd5db4a4ad6fc67d409e7ed5c93949
        Reviewed-on: https://gerrit.libreoffice.org/49462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-09  Mike Kaganski  <mike.kaganski@collabora.com>  [2a7057250c8f73fdfb4c65a7525d17e9770459df]

        tdf#108210: Allow to ignore a lock file if there's no filesystem lock
        
        Two cases are handled: when a file is being opened, and when it was
        opened read-only already, and one tries to reopen it in edit mode.
        The option to ignore locking and open the file anyway is only offered
        when there is no filesystem lock present on the file.
        
        Change-Id: I377d3cae4c949ae64d449634acea8fb3f68a5700
        Reviewed-on: https://gerrit.libreoffice.org/49448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-09  Tor Lillqvist  <tml@collabora.com>  [7d56128654457bfc859217c23a957d1712fd6e1c]

        Fix exception message: add colon between function name and the word "expected"
        
        Change-Id: I80eadaa097afdbe4394aceca9f40b9753792f30b

2018-02-09  Tor Lillqvist  <tml@collabora.com>  [73256b918119e378c762f6a3d79d04f311a075cc]

        Decrease fragility in odd use cases with no current document
        
        Change-Id: I9966166561d4c6e577f3f7e8e04572f97a0b295e
        Reviewed-on: https://gerrit.libreoffice.org/49450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-09  Eike Rathke  <erack@redhat.com>  [e0a94ded5d1635fa2a2d9e222bfcfa0a2289a01f]

        Resolves: tdf#115493 use matrix as result of jump command, tdf#58874 related
        
        {=SUM(IF(EXACT(OFFSET(A7,0,0):OFFSET(A7,2,0),A$1),OFFSET(A7,0,1):OFFSET(A7,2,1),0))}
        shall be the same as
        {=SUM(IF(EXACT(A7:A9,A$1),B7:B9,0))}
        
        Change-Id: Id503ef41140d1e9c4aeabbec08d1199dd6dd8593

2018-02-09  heiko tietze  <tietze.heiko@gmail.com>  [7f8936e7db018664d6074caa9bd6a82972cb4923]

        tdf#115470 - Name of the "Cycle Case" is too long
        
        Long text moved into a tooltip
        
        Change-Id: I981970c6e1fa16397264ea852fcd9bc480a41980
        Reviewed-on: https://gerrit.libreoffice.org/49413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-02-09  Maxim Monastirsky  <momonasmon@gmail.com>  [9c8f2511e3b07427f1d13ac198adf46f073c9685]

        Sync the fix with Muffin upstream changes
        
        See:
        https://github.com/linuxmint/muffin/commit/f3fce7898ba8aa82c4c82a50af2bb44c0ff79ddf
        
        Change-Id: Ic569bb7139fcb12e9549fa136c269f1a7ed10cb3
        Reviewed-on: https://gerrit.libreoffice.org/49453
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-02-08  Maxim Monastirsky  <momonasmon@gmail.com>  [d09bdaaa660c40df241e6e1c0b8a3e905db85420]

        tdf#115430 BindDispatch_Impl needs a disposal method
        
        The dtor will never be called otherwise, because the
        dispatcher is holding a reference to us, so
        removeStatusListener is needed first.
        
        Regression of a5dbe5a8a9e98f2d79f2c535182fc557b561ed0f
        ("use rtl::Reference in svl,sfx2")
        
        Change-Id: I52da6152f0ddb0030d7354f7201e969d5a1f11cf
        Reviewed-on: https://gerrit.libreoffice.org/49423
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-02-08  Gabriele Ponzo  <gabriele@libreitalia.it>  [badbdb41acf69e3eba4ca7253ec0218dc1e63d0a]

        tdf#108224: rename insert author menu entry
        
        The Insert Author menu entry does not insert the author field but the
        "DocInformation:Created" field.
        
        Change-Id: I6dadbf17d5cd3cd2c7b652c1b1c28996c1148a8c
        Reviewed-on: https://gerrit.libreoffice.org/49281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [17adc2f8ebe48a3b7dd394269b09240967fc5995]

        ofz#6112 wrong start off sets for korean KSC5601 table
        
        Change-Id: If986352478f34f54015f1969c97c26e2ef05c06c
        Reviewed-on: https://gerrit.libreoffice.org/49444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [faef7e6f89da31040c3a1f51cfa2356e8711935f]

        infinite regress
        
        Change-Id: I7f716d2273115284769d580165fbfa21c1db541b
        Reviewed-on: https://gerrit.libreoffice.org/49422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [7116b9cc2f3ee28b4444540d0c14183b9bd17968]

        replace Bitmap usage with VirtualDevice in ColorSliderControl
        
        So we can move more Bitmap*Access stuff inside vcl/.
        
        Change-Id: I3520f61483f84ac30ffd9059ed4112c9c074f195
        Reviewed-on: https://gerrit.libreoffice.org/49405
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-08  László Németh  <nemeth@numbertext.org>  [e102432173c257cbbb7e368d784a54a1667bd622]

        tdf#115319 use loext namespace for reference-language
        
        attribute of alternative reference fields with Hungarian articles
        
        Change-Id: I19578bc0d5cb5633cf2619e9aea81da946a13f3e
        Reviewed-on: https://gerrit.libreoffice.org/49437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [59e1fced2b4115a882ffc1ac31a66f8d8e8793ff]

        Remove unused macros
        
        TYPEFLAG_PS_OPENTYPE is set but never used, and dropping it means we no
        longer need TYPEFLAG_COPYRIGHT_MASK either.
        
        Change-Id: Iefb45b32f53a806f2477ce54b7062b5846a6a806
        Reviewed-on: https://gerrit.libreoffice.org/49427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [c6f39e81ef0615323833270fa434451801e3b21d]

        Use a more direct link to the relevant part
        
        Change-Id: I0659643041a4ec79d0753ed5f3711e57f51688d8
        Reviewed-on: https://gerrit.libreoffice.org/49425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [e3caecb5a33288dd46a80b2ffcc47a2288305052]

        Removed unused code for reading kern table
        
        Change-Id: I66b17dbee0a04e61b99e23933a7fed4be30f3a93
        Reviewed-on: https://gerrit.libreoffice.org/49426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-02-08  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [b738bbdd6f795b328219079c3706f96d4ce7d7fb]

        Updated core Project: help  b6bc8c1cfecc55bebff8dc64fddb63e3edc109b5
        
        tdf#115255 and auto-expand contents per subitem
        
        JavaScript stuff moved from online_transform.xsl to help.js.
        Simplified bookmarks markup.
        Span elements with class "input" and length more than 3 characters
        can be copied to clipboard by mouse click.
        Bubli's feature request for auto-expanding contents per subitem
        is also implemented.
        Logic for adding headings to index list was reimplemented.
        
        Change-Id: I87b6f189a040a73a1ab9dda1ec9cd790b06da202
        Reviewed-on: https://gerrit.libreoffice.org/49421
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-08  Julien Nabet  <serval2412@yahoo.fr>  [0fb4ae8767fa5ff791cd42934b4215011a269eb0]

        Modernize a bit svtools
        
        by using for-range loops
        + use empty() instead of comparing begin and end iterator
        
        Change-Id: I41c3ae0c9032d6349afb113d457cb78862ae9dcf
        Reviewed-on: https://gerrit.libreoffice.org/49416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [275c1e0a05c1d31c9d83a246082a59db3119059d]

        Disable NET_WM_PING for all debug builds
        
        To allow debugging under Gnome 3
        
        Change-Id: I75e3a3fe797c4973072b46f9ee58270fd0e366c5
        Reviewed-on: https://gerrit.libreoffice.org/49417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-08  Michael Stahl  <mstahl@redhat.com>  [8bd6f83741a44509921b9b0fd14611815f6a4dc6]

        svx: fix crash caused by SdrEdgeObj::Notify() not noticing dying object
        
        This can be reproduced by exporting tdf97737-2.odt to DOCX.
        
        Change-Id: I710f8961568aeb5a64fb39eff7c1e3540cbf4976

2018-02-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [38774ce79b4b24628c3a73f387489bf2498363f1]

        tdf#86739 Option to set image anchor type in image insert dialog
        
        This adds the selectbox to (hopefully) all filepickers:
        - LO native
        - GTK/GTK3
        - KDE4
        - KDE5
        - Windows
        - macOS
        
        Change-Id: I01bd42b1ca18e0f691b879647a6cb1b62177d3ce
        Reviewed-on: https://gerrit.libreoffice.org/49311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-08  Xisco Fauli  <xiscofauli@libreoffice.org>  [c83d2ac99dc3da4ef85b193543a93e02e3858844]

        tdf#112990: Hack-around: Do not crash on mac with opengl enabled
        
        Change-Id: Id8d1ffe593fa42b7e37e26e8d66ffad87d6685c1
        Reviewed-on: https://gerrit.libreoffice.org/49251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [f4e32af7450c4e6fa1063aec95ba9df49c055a3b]

        stay within font bounds
        
        Change-Id: Ie8ed610b71cb1b20963827c2be97155d2d8aa22c
        Reviewed-on: https://gerrit.libreoffice.org/49369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [37e5c9efb19224974a3861eae18e16d6432c6bde]

        ofz: timeout
        
        Change-Id: I3eff48549761aa8fa2569cd23c122f98fb2ea491
        Reviewed-on: https://gerrit.libreoffice.org/49419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Stephan Bergmann  <sbergman@redhat.com>  [a26adf6679aa13dc5821047f6aa1f05e7d0d00fd]

        Better return nil than an arbitrary xml:lang="..." value
        
        ...for a localized property that doesn't have a suitable value, but is nillable.
        
        E.g., /org.openoffice.Office.Writer/Insert/Caption/CaptionOrderNumberingFirst
        (once fixed to indeed be a localized property as apparently intended, with a
        follow-up commit to this) only has an explicit value (true) for xml:lang="hu",
        but shouldn't return that for any other locale (where the implicit default for a
        nil value should instead be false, cf. the else branch at the end of
        SwInsertConfig::Load, sw/source/uibase/config/modcfg.cxx).
        
        Change-Id: I7b991c1bc4df22bf2359175b0734e85e0844ce99
        Reviewed-on: https://gerrit.libreoffice.org/49409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [3c94e8c3e6b1b0bce03a4cfc63df62f5ed176666]

        check O_hhea and O_vhea sizes
        
        Change-Id: I82e47732815f0112801c8c3a3e5b0b09ac25610a
        Reviewed-on: https://gerrit.libreoffice.org/49377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Stephan Bergmann  <sbergman@redhat.com>  [d9796b91fec23990e494efcce373a2f0944f294a]

        Adapt solenv/flatpak-manifest.in to apache-ant-1.10.2
        
        ...that apparently made the URL for apache-ant-1.10.1 become 404.  (Again, the
        sha512 for the new version is as given at
        <http://ant.apache.org/bindownload.cgi>.)
        
        (Asked at <http://mail-archives.apache.org/mod_mbox/ant-user/201802.mbox/
        %3C039da509-898d-53f5-4c35-ecfa6b6bef18%40redhat.com%3E> "Stable link to
        apache-ant-*-bin.tar.xz?" whether there's any better link that I could use, to
        avoid having to constantly track the latest revision of Ant here.)
        
        Change-Id: Ic13732d172ade9337f006d4495f066fdd52302a1

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [af8fc34702d9f7d73a81541cab2983bbdc7b6636]

        ofz: timeout
        
        Change-Id: Ia99ce4efe5ad7740f1cae7afcc199bc164b760ca
        Reviewed-on: https://gerrit.libreoffice.org/49418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [bdfc38e828fe33dda66826f50266a746afc2e6bf]

        fix oss-fuzz build
        
        Change-Id: I9ca03f1b39906cc416e77fe74a07bda04388f166

2018-02-08  Stephan Bergmann  <sbergman@redhat.com>  [35140501779622194337e630b274e74abeedca4d]

        Add missing no-modify mode for SwMasterUsrPref::Set* functions
        
        ...that erroneously called m_aLayoutConfig.SetModified when called from
        SwMasterUsrPref ctor -> SwLayoutViewConfig::Load, and thus caused
        m_aLayoutConfig to always be written back to the configuration upon
        utl::ConfigManager::storeConfigItems during termination.
        
        Change-Id: I85e48c6b5cebe9b2b711c943afa27fbeb1e36c49
        Reviewed-on: https://gerrit.libreoffice.org/49408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-08  Stephan Bergmann  <sbergman@redhat.com>  [f7011dc1c740dcb4b5e142aa6ddbafd212c2a7d8]

        Store SwMasterUsrPref::m_nDefTab in 1/100 mm instead of twips
        
        ...to match its source (/org.openoffice.Office.Writer/Layout/Other/TabStop) and
        avoid rounding errors in case the value read from the configuration is ever
        written back to the configuration (which is pointless, but e.g. currently
        happens when the SwMasterUsrPref ctor calls SwLayoutViewConfig::Load, which
        calls SwMasterUsrPref::SetAlignMathObjectsToBaseline, which unconditionally
        calls SetModified, so that a later utl::ConfigManager::storeConfigItems will
        write them all back)
        
        Change-Id: I7a1ddfbc4771fac101b7ea3a8258bb51f09d9bc1
        Reviewed-on: https://gerrit.libreoffice.org/49407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-08  Maxim Monastirsky  <momonasmon@gmail.com>  [9d77e7551e56b85d7f1b40bc42b9ba6876091f22]

        tdf#100784 macOS: Don't attempt to handle shortcuts via the menubar
        
        ... when it's hidden.
        
        Change-Id: I7930afb8124dd552843512cd30bce4d82ade0c70
        Reviewed-on: https://gerrit.libreoffice.org/49399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-02-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9f36b8d0291ec7b2255c462947ca7f17beb3111b]

        certdialog: kille useless double-space in "Issued to  "
        
        not only is it unnecessary, it also confuses translators
        
        Change-Id: Ifaebc150a155c44f76e3aedcf1d652bfad2c7443

2018-02-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6d4764af32aeed6d193340dc629ef70c98feef10]

        Fix typos
        
        Change-Id: I5d222807706e44d245507484b302ab1b9b2e482c
        Reviewed-on: https://gerrit.libreoffice.org/49412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [152e022f1efacd49fefbd5367776c1e1fc044492]

        Fix some IWYU warnings
        
        Change-Id: Ie1639cc4017d696ea3fd9ffb96f1559aa3ac6397
        Reviewed-on: https://gerrit.libreoffice.org/49340
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f81fc101ea3040f81166cb2c3de2427be9088013]

        Updated core Project: translations  4092195506ca82679ed8ed0feb596777a39aaa20
        
        update translations for 6.0
        
        Change-Id: Id8c4eaee752bfced960d94a76e2434b1c21a4638
        

2018-02-08  Tor Lillqvist  <tml@collabora.com>  [ceb082c94fd1a8bb308a2c2699699b1fc0f0e7fb]

        Add debug output operator for IID
        
        This file is the place for future similar additions.
        
        Change-Id: Ibe168731ed97fe2366afb89409fe5ae2afa711e4

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [f9826620aae0f9f9fb1dd30216e6be317ecb103b]

        ofz#6104 guard against self recursive GetShadow
        
        Change-Id: If1cf0ef365f78665cc5b9f5f1ea53e82b531f9b0

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [7c406640970c7b881946f454e20293d43e3b65e0]

        ofz#6102 Null-dereference
        
        Change-Id: Ie69b8ac7fd402a2f13dca9a81513adeb9cae1832

2018-02-08  heiko tietze  <tietze.heiko@gmail.com>  [bbde6eeae5c0ca5e106eec53dc7882361897a616]

        tdf#114719 RYB based color palette
        
        Base colors Red, Yellow, Blue / Orange, Green, Purple / 
        Magenta, Indigo, Teal, Lime, Gold, Brick; 
        Hues and shades modified with Gossett & Chen algorithm
        
        Change-Id: I71facf3b143bb8c922a84075df03ec00f7c55b6b
        Reviewed-on: https://gerrit.libreoffice.org/48887
        Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [a1c58b95bf4c5ce6edf638b8e5fc971148db7bfe]

        check kern table size
        
        Change-Id: I65b5f0a8950d54c00d6fd7c385ca1c5dca2ef2c8
        Reviewed-on: https://gerrit.libreoffice.org/49382
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [37a2830387f437cf57104f7f509ec59944004e4d]

        what matters is the availability of the last element, not the first
        
        Change-Id: I23d3abdbe62b735d66261fb337613da88cc4206b
        Reviewed-on: https://gerrit.libreoffice.org/49378
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [08d15ad6c38a15444044204dabb2a7f29e6550d8]

        return early on short stream
        
        Change-Id: Ia9cb4dec5358281322a2428c5f2153836a1ee1af
        Reviewed-on: https://gerrit.libreoffice.org/49373
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [b10ae2faae6f3c448bbab71585550387e18cc248]

        check O_head size
        
        Change-Id: Idf5d30eaed0196cfa9266e35131c538c606a0960
        Reviewed-on: https://gerrit.libreoffice.org/49365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Caolán McNamara  <caolanm@redhat.com>  [08dd51bfcaa6b493e134bcc7787cc18c36ad5db1]

        check table size before reading nglyphs
        
        Change-Id: Ib511fdf16006877ca76085137eb9200601b2f8f7
        Reviewed-on: https://gerrit.libreoffice.org/49363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-08  Pranav Kant  <pranavk@collabora.co.uk>  [b746577d27437f9298fa111512d083eaccd4fbed]

        sd, sc lok: IME support + unit tests
        
        Change-Id: I710ba4347977641102b89fd274a159d34bc29e72
        Reviewed-on: https://gerrit.libreoffice.org/49385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2018-02-08  László Németh  <nemeth@numbertext.org>  [0d0c13bfbdff85a18433aee6e94558689f0cb722]

        tdf#115382 Hungarian autocorrect: help apostrophe usage
        
        Change-Id: I1d3368c9acb7ddc90d84bde6db9940b76c3ad8d8
        Reviewed-on: https://gerrit.libreoffice.org/49111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2018-02-08  Maxim Monastirsky  <momonasmon@gmail.com>  [3ecf542af410536d64d217c71002799bbe48b9c3]

        Different approach for tdf#115227
        
        This reverts the previous attempt of commit
        250ad9311a613d9b4e1cf5cf5fdaf33d9b326220 ("tdf#115227 svtools:
        suppress UNO notifications for color selectors"), in favor of
        a different fix. The advantage of this new approach is that
        is doesn't affect events other than activate/deativate, and that
        it covers more cases: Toolbar popups even if not based on
        svtools::ToolbarPopup, or if closed by clicking outside them,
        font name/size and paragraph style toolbar controls, notebookbar,
        context and main menus (for the non gtk3 native case, the gtk3
        native menus left for a future investigation). For now, keep this
        logic inside toolkit, but ideally it should be in vcl (after
        reviewing vcl internal listeners).
        
        One side effect that I noticed after this change, is that there is
        a deactivation/activation pair which suppressed when e.g. opening a
        new document from the start center. But I'm not sure if that's a
        problem, given that the focus state of the top window as a whole
        wasn't changed, only its contents, and there are other APIs to track
        activation of document components. This happens because the source
        and the target windows of those events are the same, and we need to
        suppress this case to fix the font name/size style controls, and also
        the color picker after 27473d1c0f8ba3006262001cbefff33f639a19ac
        ("tdf#114935 Move the focus back to the document"). Otherwise we'll
        need to find another way to move the focus to the document w/o
        triggering listeners.
        
        Another case that will see a change in behavior, is document event
        listeners in dbaccess, as the Focus/UnFocus events there are based
        on top window activation/deactivation. However, I think it's a good
        change, as currently just opening of a toolbar popup or main/context
        menus there triggers those document events, making them useless.
        
        I would like to also mention here, that in fact those top window
        activation events never really worked as tdf#115227 expects them, as
        the superfluous events for at least the font name/size, style and
        color toolbar buttons existed already in OOo. The behavior of the
        color buttons changed in LO for a few years, but regressed again in
        the work on a real focus grabbing for floating windows starting with
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843 ("Resolves; tdf#87120
        no keyboard navigation inside floating windows"). That work also
        introduced superfluous events when using menus.
        
        And a note about the change in menubarwindow.cxx: When a menubar
        popup is closed it's deleted using the lazydelete mechanism, which
        reparents the popup window, so it doesn't appear anymore in the
        hierarchy of the document window. Moreover, I suspect that at some
        point the lazydelete thing will be replaced by a VclPtr mechanism,
        which might break this even further, so the event won't appear as
        coming from the popup window (which might be already disposed at
        this stage). So instead, temporarily set the menubar window as the
        current focus window, so the activation will appear as if it was
        coming from the menu bar window itself.
        
        Change-Id: I292232adfcbd1a31d66ce394cd2f1bf42a013ecb
        Reviewed-on: https://gerrit.libreoffice.org/48746
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [303f8e5160ddb39914ba7f669698d5dbe958878a]

        sw HTML import: avoid loading the Writer/Web template for the Writer filter
        
        The share/template/common/internal/html.stw template we have is for
        Writer/Web, loading that into Writer is questionable at best. Also it
        means that the outline numbering of the heading styles is not set, which
        is a problem, as the sw HTML import only sets the style, not the
        outline numbering.
        
        Change-Id: I86d11d8a5744c3c2ca71b03fd41a24d3f88ea333
        Reviewed-on: https://gerrit.libreoffice.org/49381
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [89fa5e45c3cc87cba450aff965918bf5af8f2fa9]

        xmlsecurity: fold Library_xsec_fw into Library_xmlsecurity
        
        That little amount of code hardly justifies a separate library.
        
        Change-Id: Idbb039f38258bc12759fcf6d29328e1afe7443ab
        Reviewed-on: https://gerrit.libreoffice.org/49391
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [de8a1b4f6c8fcca9fc9cc5ad83c393ecd7292f76]

        tdf#115506: Crash when trying to set pattern fill for tables in Impress
        
        Setting pattern list was missed in this specific dialog.
        
        Change-Id: I9f47e9e0dd4f99bf5403c70685508b0f14a5bd61
        Reviewed-on: https://gerrit.libreoffice.org/49361
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [5531e6338bc9d7d5676a5c52059d5ccb2fcccb0c]

        move setAlphaFrom from GraphicTransformer to BitmapEx
        
        Change-Id: I69329c61e81791db3806fabe3256571fa937deb6
        Reviewed-on: https://gerrit.libreoffice.org/49360
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-08  Pranav Kant  <pranavk@collabora.co.uk>  [7f9f58f3a304733f7089719a5a65eef8c68c2b8d]

        sw lok: IME support + unit test
        
        Change-Id: I557493db23dfa3529606050c86161628dbd722e7
        Reviewed-on: https://gerrit.libreoffice.org/49354
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-02-08  Bartosz Kosiorek  <bartosz.kosiorek@tomtom.com>  [274825b4180c81540cd0d1b22c5243f1b39fe4db]

        tdf#114168 If minor axis unit is automatic, then set it to 5
        
        Based on OOXML implementation in MS Excel,
        if Minor axis Unit is set to automatic,
        then during chart import, LibreOffice should set
        Interval Count to 5, to mimic behaviour of MS Excel.
        Becaues default Interval Count for LibreOffice is 2,
        we need to override it to 5.
        With that solution, the Minor axis unit is preserved
        also after saving to .ods file format.
        
        During .xlsx export, if Interval Count is set to 5,
        then treat is as automatic axis unit.
        
        Change-Id: Iab9209fb3950ef73e79229329606363b528d35fe
        Reviewed-on: https://gerrit.libreoffice.org/49327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-02-08  Julien Nabet  <serval2412@yahoo.fr>  [d761be572b6a49dff64db47bbdda309e7b984f95]

        Use for-range loops in sfx2 (part2)
        
        Change-Id: Ie13b5836eff2e9b5dfec4bb95935de9560ab4be0
        Reviewed-on: https://gerrit.libreoffice.org/49393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [7daa249981e0d0b69f4f7564bfb6bc643f375039]

        sprinkle SAL_WARN_UNUSED over Bitmap/BitmapEx
        
        Change-Id: If6fe5f05ecfc26c38890efde0f5e61edb7c3fbc5
        Reviewed-on: https://gerrit.libreoffice.org/49359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-08  Mike Kaganski  <mike.kaganski@collabora.com>  [f19f8d1a3c175045fa43a8a5e2a12dd55fedb4b8]

        Don't re-sign vc_redist packages
        
        Change-Id: I62f55463c04f9bab1dd37f80fe6e15e0296d10bf
        Reviewed-on: https://gerrit.libreoffice.org/49388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-08  Mike Kaganski  <mike.kaganski@collabora.com>  [aa593b6dc0c72d2b7b67b8254b6ff4dfb80f1b16]

        Remove a workaround to bring certain dialog to front
        
        Since commits 8d1d82dd63eada8faa2f6eb43ef900764a5fda62 and
        3b57cb72ec8b47f033be5a516617ed8c752517b0, it's no longer necessary to
        keep this hack from commit c385e76c10b173b9820967825f0ce0c6fb71e9dd.
        
        Change-Id: I8f38b4c61451d53890eab8ffe8af476c73826a1c
        Reviewed-on: https://gerrit.libreoffice.org/49386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-08  Takeshi Abe  <tabe@fixedpoint.jp>  [609888f3c8d6c0fe72c41ac26de431a12ad3fdd0]

        starmath: Make SmParser::DoAttribut() etc. return std::unique_ptr
        
        Change-Id: I9693cf15abf202657f5be478bfebd1272dc261dd
        Reviewed-on: https://gerrit.libreoffice.org/49339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-07  Eike Rathke  <erack@redhat.com>  [30083601334279f33a3021dfe7d22970d02c8e9e]

        tdf#115493 postpone name resolution after unsuccessful IsNamedRange()
        
        ... for names used in named expressions when compiling during
        import and collecting named expressions, to not match an arbitrary
        other name.
        
        Change-Id: I02a92747a1485b46873281de98879a89385d4622

2018-02-07  Henry Castro  <hcastro@collabora.com>  [1fcf76b8f33ddca3f00256e3c41104314988a9f4]

        tdf#115020: Cutting a large dataset is very slow since 6.1.0.0.alpha0+
        
        Change-Id: Icc26224055c00bd826019bd728c3f74d2ebba535
        Reviewed-on: https://gerrit.libreoffice.org/49320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [5dfe9e93fa4ea8e41dfedf1e8f168c54d28ae2d9]

        ofz#6092 Null-dereference
        
        Change-Id: Ic9a31b4819c07e82f6b90c4db1903ec5e27044be
        Reviewed-on: https://gerrit.libreoffice.org/49364
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [d9bb43a31df7d92118713a7f7d09879285a991ac]

        ofz#6088 Null-dereference
        
        Change-Id: I5854e27b4322f4e9b3dd8c976d619e98cc0ee3cc
        Reviewed-on: https://gerrit.libreoffice.org/49351
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Szymon Kłos  <szymon.klos@collabora.com>  [ba9a42009a6e712aea8646956bd711afb058db24]

        tdf#115394 export correct slide transition time in PPT
        
        Change-Id: Ie293dd4cc128c256e39d54fdcd83bb5e13484662
        Reviewed-on: https://gerrit.libreoffice.org/49345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-07  Michael Stahl  <mstahl@redhat.com>  [398275ba9f4d65bebcc78864e70eee6212a84397]

        tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashes
        
        ODF 1.2 has added some mandatory requirements for protection-key hashes
        which did not exist in ODF 1.1.
        
        This affects sections and indexes in ODT documents, as well as
        spreadsheets and sheets in ODS documents.
        
        1. Accept the following hashed passwords:
            * UTF16 LE/BE encoded StarOffice-SHA1, OOo legacy and allowed by ODF 1.1
            * UTF8 encoded proper SHA1, as required by ODF 1.2
            * UTF8 encoded SHA256, as required by ODF 1.2
                - specified either with the wrong URL used in the ODF 1.2 spec
                  or the correct URL from the W3C spec, see OFFICE-3702
            * Excel+SHA1 double-hash, only in Calc, see OFFICE-2112
        
        2. Round-trip any of the above as-is
            * for SHA256 only write the URL from the ODF 1.2 spec
        
        3. Generate only UTF16 LE encoded SHA1 for now, so that older LO
           releases can still verify the password
            * some time in the future, switch to generating some valid ODF 1.2 hash
        
        More changes are necessary in Calc, which can actually preserve
        different hashes for the same passwords in its runtime data model,
        whereas Writer just has a single buffer without even any metadata.
        
        For the Calc unit tests we need one document per hash because the
        protection-key attribute can be set on the entire spreadsheet, which
        is an unique element in the document.
        
        There are further uses of SvlPasswordHelper for change-tracking passwords,
        but apparently those are stored in settings.xml, so ODF has no
        requirements for them, so let's leave that as it is.
        
        Change-Id: Icb720b14ae9c0d9c04d2e082769ae2b74e3af8aa
        Reviewed-on: https://gerrit.libreoffice.org/49352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9430abb0dcc9fb1facd498c88da44e3dbb9bd25b]

        Fix typos
        
        Change-Id: I90e3a9b3c1b8053362ff938374dd781d30618279
        Reviewed-on: https://gerrit.libreoffice.org/49368
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f38064cb0583c2cc0a84347ea9175491e105d926]

        Fix typo
        
        Change-Id: Iaa48657cdffc12b0e7bf1e39476e84445ea6fc3b
        Reviewed-on: https://gerrit.libreoffice.org/49353
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [e7c0684216f5d6ba01a30099829b9248756b5b62]

        tdf#115040: selected condition is now Tab-reachable
        
        this also prevents Tab focus from jumping out of the condition
        list unexpectedly
        
        Change-Id: I03247e49eee3bd6ee34a758e01578e821f7f9742
        Reviewed-on: https://gerrit.libreoffice.org/49343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [5b2b1ee3f3036c64f1343e4544bf7fb7d4ccdfed]

        add basic font parsing to fftester
        
        Change-Id: Iaeebbe5dc569450ca1a47dbda15f168fb3b45ac4
        Reviewed-on: https://gerrit.libreoffice.org/49362
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [7b9228660f9d7c99caccc17f8cc4dd0e9b5048e2]

        ofz#6064 clear footnotes from tobe-deleted paragraph
        
        Change-Id: I33f75adab35d43a4bbf51e33a0abcb5daeca93a3
        Reviewed-on: https://gerrit.libreoffice.org/49344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [bb5faa16aa61a927eea3507eeeb7a35ec1c7a7b7]

        sanity check cmap table size
        
        Change-Id: I010c2fd221bcd86a62efd9996a0c34930828cb6d
        Reviewed-on: https://gerrit.libreoffice.org/49348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4066654f7a92ddd9307fb221e3e2f3eed261769f]

        Updated core Project: help  fd1e80bca4d05e1dac45fb226dff318e87b81ead
        
        Add anchor to branch bookmarks in hid-to-file
        
        Add the id="bm_nnnnnn" as anchor to get the html file
        displayed in the right position.
        
        Change-Id: Icf50119d7b4f7846abc2a128ccdf9d3ab77a50c2
        Reviewed-on: https://gerrit.libreoffice.org/49299
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [765c98d89fb5b682cc6fb106baec32295a4aabca]

        Don't inherit from ModalDialog for a random UI element
        
        Change-Id: I2f734b1f034eaa4203a21968bc8eca455afa7f72
        Reviewed-on: https://gerrit.libreoffice.org/49312
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ea7274259a211170ee9f5a8714a2f9acd8bed6d8]

        tdf#114842 Fix comment shape export for Calc
        
        When we have shape definition for commend, eg.:
           <v:shape id="_x0000_s1026" type="#_x0000_t202"
        
        the "type" must be specified previously, eg:
            <v:shapetype id="shapetype_202" coordsize="21600,21600" o:spt="202" path="m,l,21600l21600,21600l21600,xe">
                <v:stroke joinstyle="miter"/>
                <v:path gradientshapeok="t" o:connecttype="rect"/>
            </v:shapetype
        
        Unfortunately here is the problem, "id" of "v:shapetype" is "shapetype_202".
        It means that type used by shape type="#_x0000_t202" is not exisiting.
        
        To fix that issue I have changed "v:shapetype" id to be exactly the same as it is used:
            <v:shapetype id="_x005F_x0000_t202" coordsize="21600,21600" o:spt="202" path="m,l,21600l21600,21600l21600,xe">
                <v:stroke joinstyle="miter"/>
                <v:path gradientshapeok="t" o:connecttype="rect"/>
            </v:shapetype>
        
        After that fix, comments are displayed correctly.
        I also added unit test, to make sure that shape is using already defined "shapetype".
        
        Change-Id: I8faf1befe7573aa33ee8a294eb192e5e255f37a1
        Reviewed-on: https://gerrit.libreoffice.org/47821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2018-02-07  Stephan Bergmann  <sbergman@redhat.com>  [37413f569ad557cc08ea625ce18a6570eb00f075]

        Prevent MemoryByteGrabber from ever taking temporaries again
        
        ...after c99527385acf367c748b3dcf3e6a3bb8103f5eee "MemoryByteGrabber sequence
        has to exist for Grabber lifetime"
        
        Change-Id: Idcb7548aaa7741e8e535024ba36c7a171a6c2fb4

2018-02-07  Mike Kaganski  <mike.kaganski@collabora.com>  [da0815e8a2e89c02c530fe6fcf7233f241e529c6]

        Implement XDrawPagesSupplier in SwXTextDocument
        
        Text documents only exposed deprecated XDrawPageSupplier interface
        (see https://api.libreoffice.org/docs/idl/ref/deprecated.html).
        Other documents (spreadsheets, Draw and Impress documents) only
        expose XDrawPagesSupplier interface. Implementing the latter for text
        documents (which would only provide a single page) allows for uniform
        handling of draw pages across all modules.
        
        Change-Id: Ib9e719c6130bc3c968d92c6864fa413ad2c0e3b9
        Reviewed-on: https://gerrit.libreoffice.org/47681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-07  Michael Stahl  <mstahl@redhat.com>  [6394c89fbb07713ce04608ffd031f91a890bb853]

        vcl: adapt README to reality

2018-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5e201c87e3f7a3f0a0b6595cd235b697a310705]

        Revert "sw android: fix -Werror,-Wsign-compare"
        
        This helped Android, looked innocent, but breaks other platforms. It is
        necessary to find out later how to address this while keeping everyone
        else happy as well.
        
        This reverts commit b64bf854909ce72fa6ea2db05c3aef8995cf32d6.

2018-02-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [915ed57850aae12aed96bc66164bb15a6131f0f8]

        lok: calc: grouping - workaround no more needed
        
        Now the dialog for selecting row/column group works fine
        
        Change-Id: I88660e8f49cf41ae45926a1d7299b1370bf54b93
        Reviewed-on: https://gerrit.libreoffice.org/49206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef83e5fba10187a0ec50dab6d381ff2d4ecdc5d2]

        loplugin:useuniqueptr in SdrOutlinerCache
        
        Change-Id: Ie34f1bd9e46bf767ec2e1918c2b88cf289f4b410
        Reviewed-on: https://gerrit.libreoffice.org/49330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [420d2c48bc2afc262d04d20ecab90517d07f3aa8]

        solenv: adapt native-code.py to recent xmlsecurity changes
        
        /tmp/native-code-95f2b3.o:native-code.cxx:lo_get_factory_map::map: error: undefined reference to 'xmlsecurity_component_getFactory'
        clang++: error: linker command failed with exit code 1 (use -v to see invocation)
        ../Bootstrap/Makefile.shared:61: recipe for target 'obj/local/armeabi-v7a/liblo-native-code.so' failed
        make[2]: *** [obj/local/armeabi-v7a/liblo-native-code.so] Error 1
        /home/vmiklos/git/libreoffice/master-android/android/CustomTarget_lo_android.mk:17: recipe for target '/home/vmiklos/git/libreoffice/master-android/workdir/CustomTarget/android/source/done' failed
        
        Change-Id: Idd63986122216c0fb1822ea7a3fbec00d00b444b

2018-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b64bf854909ce72fa6ea2db05c3aef8995cf32d6]

        sw android: fix -Werror,-Wsign-compare
        
        Change-Id: If30b939685aa3dfc79707f0d7d65b92a43a1cd03

2018-02-07  Tor Lillqvist  <tml@collabora.com>  [403d52a66085db8109024bfe07f2bfc2c4ccdc03]

        Don't crash if aArgs is empty
        
        Change-Id: I6a6495ab5729bc45a0049fcbab884752267570be
        Reviewed-on: https://gerrit.libreoffice.org/49336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1d1bce72be34eb7ea4e3c72642736b378388c98]

        move Bitmap::SetToData to BitmapTools
        
        Change-Id: I0fc62d29d2044c2aa8af3742d4aeb9d782793713
        Reviewed-on: https://gerrit.libreoffice.org/49280
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-07  Szymon Kłos  <szymon.klos@collabora.com>  [fa85592c0efba65f4a1b09fea950ec1c311bdd4c]

        tdf#115394 export custom transition time in PPTX
        
        Change-Id: Ib8f4cef713895029dc18f68a07baa4b65e4260c0
        Reviewed-on: https://gerrit.libreoffice.org/49245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-07  Szymon Kłos  <szymon.klos@collabora.com>  [a8a3e6a7fee5ac23bc2155b9391ead9402211147]

        tdf#115394 import custom slide transition time in PPTX
        
        * custom values are imported correctly
        * standard (fast, slow, medium) values are changed
          to match values in the MSO
        
        Change-Id: I004242afbbf641fe414abc8df248a2844c104502
        Reviewed-on: https://gerrit.libreoffice.org/49139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [e89964ebb3ba3bd7d694695c004c5f976d8d9616]

        ofz: Pos2Page returns true on same value that returned false previously
        
        a failed position returns false, but stays at the failed position, so
        next time its called without moving it then it returns true
        
        store what we return for a given position for reuse if the position
        doesn't change
        
        Change-Id: I404c65ac89eb6f5c867f62a62028b87effdbcbf8
        Reviewed-on: https://gerrit.libreoffice.org/49308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [469430a7d36fc1e860b4b68137261ec0833386c0]

        rtf: null-deref
        
        Change-Id: I9c4510cb91e2572a3ab2b62497dc4dd9fd1119c8
        Reviewed-on: https://gerrit.libreoffice.org/49319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5012e53b919ae4921d6d35660bde323a6f28417]

        use scanline when reading pixel data
        
        extracts code from the innermost part of fairly hot loops
        
        And add a GetIndexFromData method to make the call sites a little easier
        to read.
        
        Change-Id: I4ce5c5a687ecdb6982562a0aafce8513d86f9107
        Reviewed-on: https://gerrit.libreoffice.org/49337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Caolán McNamara  <caolanm@redhat.com>  [c99527385acf367c748b3dcf3e6a3bb8103f5eee]

        MemoryByteGrabber sequence has to exist for Grabber lifetime
        
        it just takes a c++ ref, so a temp is an unsuitable arg
        
        Change-Id: I40490e94d977df91b985bc4ae458b68ee85d5dfe
        Reviewed-on: https://gerrit.libreoffice.org/49321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4e1802c620e3cddb2e7a9f6a573a5a4770bc7a4]

        loplugin:useuniqueptr in TextChainFlow
        
        Change-Id: Iad96df43c9c7ae6d5fd4f3aa9c2c5c721711da30
        Reviewed-on: https://gerrit.libreoffice.org/49331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4b9c35c018ccacd7f8cf71c534863239b0da02c]

        loplugin:useuniqueptr in SdrUndoObjSetText
        
        Change-Id: Idd1eb8263d679efed0f0be88fb05963fe44f8668
        Reviewed-on: https://gerrit.libreoffice.org/49328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Stephan Bergmann  <sbergman@redhat.com>  [9b1adb42c97115b3f670f32639dd3f6d80f0d33e]

        Fix CustomTarget_postprocess/check_dynamic_objects for --enable-gtk3-kde5
        
        Change-Id: Ie8c2389e8e0801b092abcfef751325cdf369b98d

2018-02-07  Stephan Bergmann  <sbergman@redhat.com>  [bf23fe3a4a3eebe3d08fa26341a486b83d80c1c7]

        Fix CustomTarget_postprocess/check_dynamic_objects for --enable-qt5
        
        The dependency of Library_vcl on qt5 libraries (via vcl/qt5/Qt5Font.cxx) is
        there ever since b66a7cbd8491fe436126e11975c360f47ae346ed "QT5 first stab on
        implementing CommonSalLayout", but no idea whether that is by design or is a
        hack that should eventually be cleaned up.
        
        Change-Id: I4cec702709b37069987ec68c035628b5172b3543

2018-02-07  Stephan Bergmann  <sbergman@redhat.com>  [4a2db3545a023468e191a5ec89a6343b7aef2ef2]

        Fix CustomTarget_postprocess/check_dynamic_objects for --enable-dconf
        
        Change-Id: I345055bf56828fc597d14c654d4819e87630da2c

2018-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [0833bab20bc3a6b7a9842307e4bd62f408ae37d3]

        xmlsecurity: create CertificateContainer instances with a constructor
        
        Change-Id: I42f0218a46c67062ea6eb0845d978f2630793ec0
        Reviewed-on: https://gerrit.libreoffice.org/49304
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c4257244afa0490c18a43ec2039a11f1c48935cc]

        loplugin:useuniqueptr in SdrText
        
        Change-Id: I23cc319707132c28725acdb8be0bea275025b9e5
        Reviewed-on: https://gerrit.libreoffice.org/49332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [afeda72187e69d7bc8d7e37d98cce7601e2ffde8]

        loplugin:useuniqueptr in SdrUndoGeoObj
        
        Change-Id: I8b48642a3a6ab4d94c1b58f8dae3589e703612b1
        Reviewed-on: https://gerrit.libreoffice.org/49329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Tor Lillqvist  <tml@collabora.com>  [72fefd7ab6fd551effcf821e4e257df2756bece1]

        These fields can be const
        
        Change-Id: I379770f93799668e44beab03fb64ceddffabe85a
        Reviewed-on: https://gerrit.libreoffice.org/49326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-07  Mike Kaganski  <mike.kaganski@collabora.com>  [76d6fcd05c630a928dd3bd028d560792d9c904ca]

        tdf#114217: Consider relative width when importing floating table
        
        Unit test included
        
        Change-Id: I8e3338d7df431bd016caa4e06e684fbd189127c4
        Reviewed-on: https://gerrit.libreoffice.org/49324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-07  Julien Nabet  <serval2412@yahoo.fr>  [9751a273747a2a6ba80c8b2e6012d788eee7c461]

        Use for-range loops in sfx2 (part1)
        
        Change-Id: I1a06e105ca9f1151afca236c83e3e0c9d2679c6f
        Reviewed-on: https://gerrit.libreoffice.org/49318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [f0c171a1dd2698f5bec14f5cf00136477032c202]

        starmath: Make SmParser::DoLine() etc. return std::unique_ptr
        
        Change-Id: Ia85f66d3490471d7e0c2ce8a1947051be129acf9
        Reviewed-on: https://gerrit.libreoffice.org/49276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-06  andreas_kainz  <kainz.a@gmail.com>  [b1069ea6f25daa268eb4358d5ea20094b46ef347]

        state that you're doing the re-revert because the previous revert was by accident
        
        Revert "Revert "tdf#98141 add svg file for all app icons in all sizes""
        
        This reverts commit 6ec4b1d0d4592a1e3c36151a062bd713a7939d14.
        
        Change-Id: I4c18c0fa3089824a18d25d7450b8dd52e410d514
        Reviewed-on: https://gerrit.libreoffice.org/49136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-02-06  Caolán McNamara  <caolanm@redhat.com>  [68b1385af6413901b5172124e110a0cc2a849c56]

        ofz#5949 Integer-overflow
        
        Change-Id: Ib1d39e6c80a579752aedd1ca0b41595192cfbbfc
        Reviewed-on: https://gerrit.libreoffice.org/49303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [42c58f1c0ca4d310834f561f9145df340a893af1]

        tdf#115218 framework: decouple HiddenForConversion from Hidden
        
        Commit 4a0f506f0d8c2a017f0cf880481d3c0c32a48909 (framework: disable
        layout manager in hidden frames, 2018-01-17) added support for bypassing
        the framework layout manager for doc conversion purposes, but the Hidden
        flag has the meaning that the doc is only initially hidden, it may be
        visible later, so reusing Hidden broke mail merge.
        
        Introduce a dedicated HiddenForConversion flag, clients interested in
        improved performance can opt in for that, and this way behavior for
        Hidden is not changing.
        
        Change-Id: If7537197900f8819f714b164c9e056b4ae69286d
        Reviewed-on: https://gerrit.libreoffice.org/49302
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [105edb6adad2ef84ec11528168ecf4e2481f8302]

        Import cell borders as best as we can from orcus.
        
        This is subject to the infamous Excel to Calc cell border mapping
        fiasco.  The mapping is not perfect and there is certainly room for
        improvement.
        
        Change-Id: Ie224c8e08e6c0b8f13311460acbd371bd65a145f
        Reviewed-on: https://gerrit.libreoffice.org/49266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [39698e9fadcf58f59d54a9535e546a0304d87f63]

        Unused include pngread in sd/sfx2/vcl
        
        Change-Id: Ieda300cf8b4ace3ac619c57abfba2ab2e56e4084
        Reviewed-on: https://gerrit.libreoffice.org/49296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [6e783300aabd0efdf2eb75d777ae5b48d272f349]

        Removed unused include pngwrite in SlsBitmapFactory (sd)
        
        Change-Id: I59305b415858ee1a826f03d9925624239cf7e582
        Reviewed-on: https://gerrit.libreoffice.org/49291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [1db745d9342599caad23f1bdc451ed1d1251203b]

        Unused include pngwrite in OpenGLContext (vcl)
        
        Change-Id: Ib8445ed268f84d850169cc54113119308045e9df
        Reviewed-on: https://gerrit.libreoffice.org/49295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [1e47afd9b8f1a27568d82cbd639b9d21fa756094]

        Unused include pngread/write (framework)
        
        Change-Id: I14358ba06a4a7eb7ad01b0e7cc73455daec917a2
        Reviewed-on: https://gerrit.libreoffice.org/49293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [ccf7025d7c60f73d65a772181399a5339968360b]

        Use for-range loop in graphicfilter (vcl)
        
        Change-Id: I416746df2b2f120b264fab85f6a9570c5f176ddf
        Reviewed-on: https://gerrit.libreoffice.org/49290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5c3d0a70a0edb182714725ef920d74667feffb0e]

        tdf#114820 Fix reading external reference for VLOOKUP and HLOOKUP
        
        Change-Id: Iaa1307123d97a740bdaf90647e8adff224211851
        Reviewed-on: https://gerrit.libreoffice.org/49263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-02-06  Manfred Blume  <manfred.blume@cib.de>  [d30eefb677b446886f7b5bab6de93d489ba63529]

        tdf#114306 fix crash caused by special document 2
        
        Regression from 18765b9fa739337d2d891513f6e2fb7c3ce23b50
        
        Change-Id: Ic4205777077e4e3d93bdddf743c51abba8950eaf
        Reviewed-on: https://gerrit.libreoffice.org/49031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [78b597191e9f10e4c523dae548bb51791efc36ff]

        m_bDesctructionEnabled->m_bDestructionEnabled
        
        Change-Id: I94369455a965a1382d52e7f99cf1ec1f8af98d07
        Reviewed-on: https://gerrit.libreoffice.org/49277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82abf9d5e2e5ca208dd801eda243b88daaa81620]

        uitest: set ids for all standard buttons automatically
        
        Change-Id: I48cb6f67150aa5aeab97a1aa1c381188c0db9358
        Reviewed-on: https://gerrit.libreoffice.org/49287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-06  Stephan Bergmann  <sbergman@redhat.com>  [7855512f4cf9d622bdb0a02ce87fea36665646a4]

        Avoid signed integer overflow during BrowseBox::AutoSizeLastColumn
        
        Observed with UBSan with `soffice --base`, "Finish", "Save", "Tables", "Create
        Table in Design View...":
        
        > include/tools/gen.hxx:485:37: runtime error: signed integer overflow: 288 + 9223372036854775803 cannot be represented in type 'long'
        >     #0 0x7fe2d7f827dd in tools::Rectangle::Rectangle(Point const&, Size const&) include/tools/gen.hxx:485:37
        >     #1 0x7fe2d7f73833 in BrowseBox::ImplFieldRectPixel(long, unsigned short) const svtools/source/brwbox/brwbox1.cxx:2039:12
        >     #2 0x7fe2d7f57d46 in BrowseBox::GetFieldRectPixel(long, unsigned short, bool) const svtools/source/brwbox/brwbox1.cxx:1977:29
        >     #3 0x7fe2d7f42bdb in BrowseBox::GetFieldRect(unsigned short) const svtools/source/brwbox/brwbox1.cxx:2068:12
        >     #4 0x7fe2d7f4502b in BrowseBox::SetColumnWidth(unsigned short, unsigned long) svtools/source/brwbox/brwbox1.cxx:542:19
        >     #5 0x7fe2d7f48d18 in BrowseBox::AutoSizeLastColumn() svtools/source/brwbox/brwbox1.cxx:633:9
        >     #6 0x7fe2d7fd299c in BrowseBox::Resize() svtools/source/brwbox/brwbox2.cxx:537:5
        >     #7 0x7fe2d807ee7a in svt::EditBrowseBox::Resize() svtools/source/brwbox/editbrowsebox.cxx:1095:20
        >     #8 0x7fe2cdbe5711 in vcl::Window::ImplCallResize() vcl/source/window/event.cxx:522:5
        >     #9 0x7fe2ce1c8f71 in vcl::Window::Show(bool, ShowFlags) vcl/source/window/window.cxx:2261:13
        >     #10 0x7fe25d27b58f in dbaui::OTableDesignView::initialize() dbaccess/source/ui/tabledesign/TableDesignView.cxx:199:22
        >     #11 0x7fe25d23403b in dbaui::OTableController::impl_initialize() dbaccess/source/ui/tabledesign/TableController.cxx:519:20
        >     #12 0x7fe25c3dd649 in dbaui::OGenericUnoController::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) dbaccess/source/ui/browser/genericcontroller.cxx:270:9
        >     #13 0x7fe25c3361cd in DBContentLoader::load(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XLoadEventListener> const&) dbaccess/source/ui/browser/dbloader.cxx:270:19
        >     #14 0x7fe28521412a in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1101:23
        >     #15 0x7fe285209e0a in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:375:20
        >     #16 0x7fe28520738b in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:161:14
        >     #17 0x7fe285332ba8 in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/frame.cxx:589:12
        >     #18 0x7fe285349f7d in non-virtual thunk to (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/frame.cxx
        >     #19 0x7fe25cba4dae in dbaui::DatabaseObjectView::doDispatch(comphelper::NamedValueCollection const&) dbaccess/source/ui/misc/databaseobjectview.cxx:140:41
        >     #20 0x7fe25cba3514 in dbaui::DatabaseObjectView::doCreateView(com::sun::star::uno::Any const&, rtl::OUString const&, comphelper::NamedValueCollection const&) dbaccess/source/ui/misc/databaseobjectview.cxx:97:16
        >     #21 0x7fe25cba667c in dbaui::TableDesigner::doCreateView(com::sun::star::uno::Any const&, rtl::OUString const&, comphelper::NamedValueCollection const&) dbaccess/source/ui/misc/databaseobjectview.cxx:233:40
        >     #22 0x7fe25cba2fec in dbaui::DatabaseObjectView::createNew(com::sun::star::uno::Reference<com::sun::star::sdbc::XDataSource> const&, comphelper::NamedValueCollection const&) dbaccess/source/ui/misc/databaseobjectview.cxx:79:16
        >     #23 0x7fe25c07bdfe in dbaui::OApplicationController::newElement(dbaui::ElementType, comphelper::NamedValueCollection const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&) dbaccess/source/ui/app/AppController.cxx:1968:40
        >     #24 0x7fe25c076546 in dbaui::OApplicationController::Execute(unsigned short, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) dbaccess/source/ui/app/AppController.cxx:1223:25
        >     #25 0x7fe25c3ef474 in dbaui::OGenericUnoController::executeChecked(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) dbaccess/source/ui/browser/genericcontroller.cxx:1061:13
        >     #26 0x7fe25c1dd91a in dbaui::OCreationList::onSelected(SvTreeListEntry const*) const dbaccess/source/ui/app/AppDetailView.cxx:309:81
        >     #27 0x7fe25c1e0de9 in dbaui::OCreationList::MouseButtonUp(MouseEvent const&) dbaccess/source/ui/app/AppDetailView.cxx:275:9
        >     #28 0x7fe2ce263026 in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) vcl/source/window/winproc.cxx:711:25
        >     #29 0x7fe2ce298c14 in ImplHandleSalMouseButtonUp(vcl::Window*, SalMouseEvent const*) vcl/source/window/winproc.cxx:1994:12
        >     #30 0x7fe2ce27c59c in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) vcl/source/window/winproc.cxx:2329:20
        >     #31 0x7fe29bebd05a in SalFrame::CallCallback(SalEvent, void const*) const vcl/inc/salframe.hxx:275:29
        >     #32 0x7fe29be5cfad in GtkSalFrame::CallCallbackExc(SalEvent, void const*) const vcl/unx/gtk3/gtk3gtkframe.cxx:4318:16
        >     #33 0x7fe29be755ac in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) vcl/unx/gtk3/gtk3gtkframe.cxx:2620:16
        >     #34 0x7fe29b2a4a7a  (/lib64/libgtk-3.so.0+0x233a7a)
        >     #35 0x7fe2f60c373c in g_closure_invoke (/lib64/libgobject-2.0.so.0+0xf73c)
        >     #36 0x7fe2f60d64dd  (/lib64/libgobject-2.0.so.0+0x224dd)
        >     #37 0x7fe2f60de69e in g_signal_emit_valist (/lib64/libgobject-2.0.so.0+0x2a69e)
        >     #38 0x7fe2f60df66e in g_signal_emit (/lib64/libgobject-2.0.so.0+0x2b66e)
        >     #39 0x7fe29b3efcd3  (/lib64/libgtk-3.so.0+0x37ecd3)
        >     #40 0x7fe29b2a1a4d  (/lib64/libgtk-3.so.0+0x230a4d)
        >     #41 0x7fe29b2a3b6f in gtk_main_do_event (/lib64/libgtk-3.so.0+0x232b6f)
        >     #42 0x7fe29adb1304  (/lib64/libgdk-3.so.0+0x37304)
        >     #43 0x7fe29ae0ddf1  (/lib64/libgdk-3.so.0+0x93df1)
        >     #44 0x7fe2f5deab76 in g_main_context_dispatch (/lib64/libglib-2.0.so.0+0x4ab76)
        >     #45 0x7fe2f5deaf1f  (/lib64/libglib-2.0.so.0+0x4af1f)
        >     #46 0x7fe2f5deafab in g_main_context_iteration (/lib64/libglib-2.0.so.0+0x4afab)
        >     #47 0x7fe29bcbdbca in GtkSalData::Yield(bool, bool) vcl/unx/gtk3/gtk3gtkdata.cxx:459:31
        >     #48 0x7fe29bccd0d2 in GtkInstance::DoYield(bool, bool) vcl/unx/gtk3/../gtk/gtkinst.cxx:410:29
        >     #49 0x7fe2cf6a65e3 in ImplYield(bool, bool) vcl/source/app/svapp.cxx:469:48
        >     #50 0x7fe2cf68ef1b in Application::Yield() vcl/source/app/svapp.cxx:534:5
        >     #51 0x7fe2cf68eda3 in Application::Execute() vcl/source/app/svapp.cxx:449:9
        >     #52 0x7fe2f7e1eef8 in desktop::Desktop::Main() desktop/source/app/app.cxx:1622:17
        >     #53 0x7fe2cf6d8687 in ImplSVMain() vcl/source/app/svmain.cxx:194:35
        >     #54 0x7fe2cf6e1f7f in SVMain() vcl/source/app/svmain.cxx:232:16
        >     #55 0x7fe2f7f466b4 in soffice_main desktop/source/app/sofficemain.cxx:166:12
        >     #56 0x42a83c in sal_main desktop/source/app/main.c:48:15
        >     #57 0x42a816 in main desktop/source/app/main.c:47:1
        >     #58 0x7fe2f67a6009 in __libc_start_main (/lib64/libc.so.6+0x21009)
        >     #59 0x402e69 in _start (instdir/program/soffice.bin+0x402e69)
        
        Change-Id: I6a92a87b481396955cfc1f21bf88e2f0ad9cea9f
        Reviewed-on: https://gerrit.libreoffice.org/49279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [703d81984d9f8dcfdf1f22b8dbeb5ee24d47d61b]

        Fix typos
        
        Change-Id: Ifb3aa4f79b9accc34b2010b762e596fadae9fd09
        Reviewed-on: https://gerrit.libreoffice.org/49297
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [f23b15106dae5424a8b928793a1ae8c1445c0477]

        Use for-range loop in pngwrite (vcl)
        
        Change-Id: I957fb399fd1dc630c9a6bdcffe530921eaf66e2d
        Reviewed-on: https://gerrit.libreoffice.org/49278
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-06  Michael Stahl  <mstahl@redhat.com>  [a0d533af0c110218d3812664e32930aa475be3cb]

        check-elf-objects: add mergedlib libs for Linux-rpm_deb-x86_64@70-TDF
        
        Change-Id: I7b0febee10a98809073f0bfd023d39d32684a566

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9c2bcc8b761f5e21354c0fb7bca6aa432d11ec2]

        simplify ImpXPolygon
        
        just use a std::vector<std::pair<Point,PolyFlags>>
        
        Change-Id: I85de832af9095a33bda1620781c3b231a345e07c
        Reviewed-on: https://gerrit.libreoffice.org/49275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1f479af4ddde90f9e80b5079ac759cb9f7743a1]

        loplugin:useuniqueptr in SdrTextObj
        
        Change-Id: I48f52056dcf17a568266be49f7422fa05be974db
        Reviewed-on: https://gerrit.libreoffice.org/49274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Michael Stahl  <mstahl@redhat.com>  [7bf0b997366aed67ae1b0cb467113a7be456a765]

        check-elf-objects: add 32-bit libs for Linux-rpm_deb-x86@71-TDF-dbg
        
        Change-Id: Ibd308d94c7cd92ab5e2590554b54517d2ef898fe

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [2589cb2a7eba778c249eaa938eb1bf934c6bf3b4]

        loplugin:useuniqueptr in OLEObjCache
        
        Change-Id: Ie16963e2b3b9d85d5640f03daa487dbe231af4a1
        Reviewed-on: https://gerrit.libreoffice.org/49272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Julien Nabet  <serval2412@yahoo.fr>  [2e6bbc04d906ed308fc5ca769bad7b8b4676594e]

        tdf#114731: persona html can contain &quot; instead of &#34;
        
        So let's replace all &quot; with &#34 in the retrieved html
        
        Change-Id: I4a90ecc51e7ce6d1e080e6c1b17b82fe9a29d65e
        Reviewed-on: https://gerrit.libreoffice.org/49179
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b6db65752c60de7268e4f65d7fc5ac110adb2fb0]

        tdf#115162 Fix support for external reference for IFS functions
        
        Functions SUMIFS, AVERAGEIFS, COUNTIFS, MINIFS, MAXIFS were not
        supported External references.
        
        The root cause issue, was using PopMatrix() method for:
        svExternalSingleRef and svExternalDoubleRef.
        
        PopMatrix() method only supports svMatrix, and in other
        cases returns FormulaError::IllegalParameter error.
        
        To resolve that issue, the method GetMatrix() was used.
        It is properly support svMatrix, svExternalSingleRef and svExternalDoubleRef.
        
        Change-Id: I3e30ca50069264a6d990b16ec668e6d0df51c6e6
        Reviewed-on: https://gerrit.libreoffice.org/49264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-02-06  Jim Raykowski  <raykowj@gmail.com>  [a8605dc1619a2275b52e22a60c4ca0715e7ab07d]

        tdf#115451 Set focus on sidebar deck button when clicked
        
        Change-Id: I5b20fd1bf97fed1d6c787ea27100244b86e56524
        Reviewed-on: https://gerrit.libreoffice.org/49262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [420b80a7d63f77bec324fae72fa1e3d07954bdfa]

        uitest: improve conditional test suppression to limit by class and by function
        
        Example:
        
        make UITest_writerperfect_epubexport UITEST_TEST_NAME="epubexport.EPUBExportTest.testUIComponent"
        
        Change-Id: I7960a71574d8d3d9cb06399813c7370700579c3d
        Reviewed-on: https://gerrit.libreoffice.org/49246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [03cee02464f230a2efa67d131c137f32fe540052]

        tdf#115242 RTF import: order numPr before other paragraph properties
        
        So that paragraph properties inherited from numbering properties can be
        properly overwritten with direct formatting, even when we have to take
        style deduplication into account.
        
        The OOXML tokenizer already did this,
        writerfilter::dmapper::DomainMapper::sprmWithProps()'s
        NS_ooxml::LN_CT_NumPr_numId depends on this, so adapt the RTF tokenizer
        accordingly.
        
        Change-Id: Iec6026d146f08a9d06266763d01ed626a2d1f3d1
        Reviewed-on: https://gerrit.libreoffice.org/49247
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [03458f8e4609d00d7e9334a23d5f7f6fe8846e01]

        loplugin:useuniqueptr in SdrEdgeObj
        
        Change-Id: I457520760d182fdd4f89cb7c7a4ea2c0e514e0c4
        Reviewed-on: https://gerrit.libreoffice.org/49273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [eff1e58839df4f4cc7d2ff239dd818880372a1a0]

        loplugin:useuniqueptr in SdrObjPlusData
        
        Change-Id: Iae857bcc98a3bfeaab9632651c8a1157a1520a51
        Reviewed-on: https://gerrit.libreoffice.org/49268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [7214a912f7ce1a1c1183f9eae6181656cfadea30]

        tdf#104861: extension list is not a child dlg control anymore
        
        After 989cf68b68ed, 88f31af74816 and 3aec456ba8a0 buttons aren't
        embedded in the extension list anymore, so treating it like a
        child dlg control just causes Tab key to skip the widget
        
        Change-Id: I4372062c135804d8b51a8640c1e9959f03a617fe
        Reviewed-on: https://gerrit.libreoffice.org/49254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [6c9cae12f63ed2e48c7167782c13c6721990f393]

        loplugin:useuniqueptr in TextRanger
        
        Change-Id: I176da69a399eab0169c5fdddd454912672a92fba
        Reviewed-on: https://gerrit.libreoffice.org/49267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Mike Kaganski  <mike.kaganski@collabora.com>  [1692bda118f234608ccec0697f9d7b6f6bd86b6d]

        tdf#115132: don't move out from current cell on Backspace/Delete
        
        The behavior that cursor jumps out of current table box on Del/Backspace
        introduced in commit 80a4b3b589a516392bcf1ad932619701eb95e250 is
        not intuitive, and differs from what other word processors do.
        
        Unit test included.
        
        Change-Id: Icb53b6733f0d7394abe011fa067089e6693cf648
        Reviewed-on: https://gerrit.libreoffice.org/49257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-06  Caolán McNamara  <caolanm@redhat.com>  [2113de51158a6e6c14931109bb9a4e27303c0eab]

        tdf#96892 higher precision pdf fixed ints
        
        reverts
        
        commit 5f6065f980756fdb81c7018bedbb7f54e2b8214a
        Date:   Thu Mar 3 20:44:47 2016 +0000
        
            coverity#1355126 Logically dead code
        
            maybe we should be using more precision, but we haven't
            been in the past
        
        and...
        
        commit cd5cc12d4330d68d0a233a82eda30e983ce202a4
        Date:   Thu Mar 3 20:42:52 2016 +0000
        
            nLog10Divisor is 1
        
        and then fix the original appendFixedInt bug wrt higher precision settings
        
        and then bump those settings from 1 decimal place to 3 and adjust our
        pdf export test for the new precision
        
        Change-Id: Ib1b4c41ce2e651d5343919b253ffd46895c764ac
        Reviewed-on: https://gerrit.libreoffice.org/49227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a95c38e1c2c3582b9a53d39e192c5496b12abe0]

        loplugin:useuniqueptr in SdrCreateView
        
        Change-Id: Id9e52550264d2c1e0a838ff792f2257fddb64701
        Reviewed-on: https://gerrit.libreoffice.org/49269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Caolán McNamara  <caolanm@redhat.com>  [523fc71115071b6f74c8f05c1f8aeeeed775f8af]

        pOptionalCalcSize is never null
        
        Change-Id: I830d02cbac6d281ab7fbeaf43e7af6136896b503

2018-02-06  Stephan Bergmann  <sbergman@redhat.com>  [9cb3bd3967b4313320906a32f13b56803687eba6]

        basename -a is non-standard
        
        ...and apparently not supported on some tinderboxes like tb70 and tb71
        
        Change-Id: I37dae3e7bbb0b9324adf04819fa87fb6a5b9f1d0

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [5d15bb58494eb09922df0ea1d52f0ff911b3456e]

        remove debugging code
        
        Change-Id: Ia5018354a764f900091cb5e03327721fa66591c9

2018-02-06  Noel Grandin  <noelgrandin@gmail.com>  [3e0efdb50cd9bcf1749993607330ea1567eb33a2]

        convert SetPixel->SetPixelOnData
        
        by extracting out the Y scanline computation from the innermost
        loop.
        
        Inspired by commit 078d01c1b6cb9bbd80aeadc49a71cc817413164c.
        
        Change-Id: Ic3c1827c01ed3aec629975749a551c7a68ae4a5e
        Reviewed-on: https://gerrit.libreoffice.org/48926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [f38e35338e3010f137d7b35fa3150792fabfa825]

        clean up some include guard terminators
        
        found with
           git grep -n -A10 '#endif // INCLUDED' | grep -v endif | grep -v vim |
        grep -v -- '--'
        
        Change-Id: I7ae67cd7c1313e76f059fb8e6afb723caca8a6d7
        Reviewed-on: https://gerrit.libreoffice.org/49244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a0b61172a14b8b766a2e85f27762db3558d3af7]

        Import distributed text alignment settings correctly from orcus.
        
        Change-Id: Id04e2bd19475d6d7b98560835bc5aaad4bb8addf
        Reviewed-on: https://gerrit.libreoffice.org/49265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-06  Takeshi Abe  <tabe@fixedpoint.jp>  [715114595e0feec49c4d54cc5eb26f13dccb7968]

        starmath: Make DoAlign() return std::unique_ptr
        
        to take advantage of copy elision and simplify client code.
        
        Change-Id: I9e08bc2b9743563f483657c7348abca05dd34c85
        Reviewed-on: https://gerrit.libreoffice.org/49222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-06  Jim Raykowski  <raykowj@gmail.com>  [d6630ddc992f65975f4ad4fc4677a799e634fca1]

        tdf#112239: Add icons to customize dialog function tree
        
        Change-Id: I68e908664d24c52657b3a073aae1c8cc41c3ce3e
        Reviewed-on: https://gerrit.libreoffice.org/48556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-02-05  Eike Rathke  <erack@redhat.com>  [951dd781743c975a7d29cc30e88e1b4a56c0b176]

        Turn assert into SAL_WARN
        
        In the wild there are named expressions without expression and
        formula error cells without formula.
        
        Change-Id: I11546b09173de65cebe776529edee74c549d73c8

2018-02-05  Stephan Bergmann  <sbergman@redhat.com>  [578fa77e8922ee9bf97e8b17ba4fb2b9bfae6e61]

        Remove unused officecfg/util/template.gen
        
        ...that appears to be unused (and effectively unchanged) at least ever since
        ee27dd72550ce8815e06e337d3682d5b8d9d7b11 "initial import"
        
        Change-Id: Ie10fa6c28c375cc467aad104cbc224aef91b0d31
        Reviewed-on: https://gerrit.libreoffice.org/49249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Stephan Bergmann  <sbergman@redhat.com>  [ffd8369b909c86653ef30593fddf67c9f5308583]

        rhbz#1541486: Fix localized'ness of ooSetupFactoryUIName props
        
        8f44fb5ee0bd21d192820ffd359504f6d1c68a52 "Mark Base window titles for
        localisation" localized some uses of ooSetupFactoryUIName in
        officecfg/registry/data/org/openoffice/Setup.xcu, but failed to mark the prop as
        oor:localized="true" in officecfg/registry/schema/org/openoffice/Setup.xcs.  (So
        some arbitrary localized version of the prop would win at runtime, potentially
        displaying certain window titles in wrong languages.)
        
        Other uses of ooSetupFactoryUIName in Setup.xcu (for "Calc", "Impress",
        "Writer", etc.) have never been localized, and are probably not meant to be
        localized.  AFAICS, irrespective of oor:localized="true" in Setup.xcs, their
        values not being marked with xml:lang="en-US" in Setup.xcu will mean that they
        will not appear in
        translations/source/*/officecfg/registry/data/org/openoffice.po and will not
        accidentally start to be translated after this commit.
        
        (Theoretically, inconsistencies between oor:localized in xcs and uses of
        xml:lang in xcu could statically be caught at build time, e.g., with
        officecfg/util/sanity.xsl.  However, those checks work on each XML file
        individually, so don't have the schema information available when looking at
        the data in the xcu file.  And those checks are written in XSLT, which makes
        writing new checks rather, erm, unpleasant.)
        
        Change-Id: I9c61e8ebf75d3d54f7e5b6688eac47a6ed8dc5c3
        Reviewed-on: https://gerrit.libreoffice.org/49252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Stephan Bergmann  <sbergman@redhat.com>  [8d9f4eb63816737b44e496ed7add70bc18368cb3]

        Remove unused officecfg/util/resource.xsl
        
        ...that was presumably used from officecfg/registry/schema/makefile.mk when it
        got introduced with 0fdb9a2b4abb0d05bbe89692515e5dc8f03768ad "#100282# create
        java property files for SOMC", but appears to be unused today (and has
        effectively been left unchanged since its introduction)
        
        Change-Id: I0b6ffbf1dff6950d24fa13c55f5b9cba23cd737f
        Reviewed-on: https://gerrit.libreoffice.org/49250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Stephan Bergmann  <sbergman@redhat.com>  [0f7825e7f32b5e62ab70d0b4856fe0aa16594fed]

        Remove unused officecfg/util/component-*.gen files
        
        ...that appear to never have been used for anything that would still be relevant
        for LO today at least, and have effectively never been modified since their
        introduction with 0ff65e7aa039b442e61080aae50e4ef629f8ff4c "#97750# property
        mapping for LDAP DS" (and seem to be about some other LDAP integration than
        what is provided by officecfg/registry/schema/oo-*.xcd.sample)
        
        Change-Id: I36f92dbb187ff6966e0b89152f3dd3eeb128662e
        Reviewed-on: https://gerrit.libreoffice.org/49248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Caolán McNamara  <caolanm@redhat.com>  [d525fe37700afd39ab1ced7c28476229bc5751dd]

        ofz#6024 Direct-leak
        
        Change-Id: I43959dea19860bc0d34c4623fc86ccb3ce069189

2018-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e6b60b27fe2eb4c8d38aa4ccafaf166ebbfd76d]

        sw: prefix members of SwHiddenParaField, SwHiddenTextField and SwJumpEditField
        
        Change-Id: I23a5ea2d85f5f22f48a2c069d84929b4d70f62a0
        Reviewed-on: https://gerrit.libreoffice.org/49225
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [94411b5765427344d106e5cca12c032ca5a1ea6a]

        use unique_ptr to store GraphicObject for SdrGrafObj
        
        Change-Id: I578156cd96e1e1400e93e96ace8a38759e3d1b2c
        Reviewed-on: https://gerrit.libreoffice.org/49221
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-05  jan Iversen  <jani@libreoffice.org>  [2db0c3e04348d3096dff72c568c461be3cb1a0c6]

        iOS, add tango theme to avoid vcl problem.
        
        Change-Id: I73bee8ce04ec6234187224d03f0e081f09037e72

2018-02-05  Matthias Freund  <matti_lx@secure.mailbox.org>  [2cde59c5441d9195e016f8f0b2da697fc4ae2a9a]

        tdf#75256 Sifr update 32px for bold and backcolor
        
        Change-Id: Ibd6dc50925ad6188292e38c87f5ffbbf10792993
        Reviewed-on: https://gerrit.libreoffice.org/49217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-02-05  Michael Stahl  <mstahl@redhat.com>  [b2a053160c4c8eb0acd66b74c52dbda23a654bda]

        sw: disable testTableKeep on WNT
        
        Fails from time to time, like so:
        https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1517842001.29090#err2
        
        Change-Id: Ia33193fbfa05da58d31bcc5008beea32c1feb2fe

2018-02-05  Michael Stahl  <mstahl@redhat.com>  [49696161be136a274d23b5704f146e0421aeb7fe]

        postprocess: enable the check-elf-dynamic-objects for real
        
        Change-Id: Ie08d3dfc6306c18da7b1a5c000a75a18917c1f70
        Reviewed-on: https://gerrit.libreoffice.org/45529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [96335019cdd7f7e611c29206eb9706556dd53c78]

        fix ubsan after "TypedWhichId in svx part 1"
        
        <sberg> noelgrandin, SID_ATTR_PAGE_EXT1 is used both as an SfxBoolItem
        (e.g., sd/source/ui/func/fupage.cxx) and as an SfxStringItem (e.g.,
        sw/source/uibase/utlui/uitool.cxx)
        
        commit 24158311c115c2db6dd05a751f75a5c084e2c0d1
        Author: Noel Grandin <noel.grandin@collabora.co.uk>
        Date:   Wed Dec 20 13:30:21 2017 +0200
        
            TypedWhichId in svx part 1
        
        Change-Id: If4e75470449d8f967f5f6818067edd7c24bc19a1
        Reviewed-on: https://gerrit.libreoffice.org/49230
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-05  Caolán McNamara  <caolanm@redhat.com>  [5090d575117fbe6ced75dc45c514f8d990523251]

        ofz#5909 Null-dereference READ
        
        Change-Id: I830d3e8bda517e7681cea7481c32457486ced693
        Reviewed-on: https://gerrit.libreoffice.org/49218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-05  Xisco Fauli  <xiscofauli@libreoffice.org>  [2029a593f2ff5863b81ba6abc5e466473c475b48]

        Removed unused code in python wizards
        
        This code got unused after 5b3022860abfe7eefd2e25b60b5b2a563b42b3c0
        
        Change-Id: I6c198ab359f8468a9f4d9041b9bc4feb88eedd74
        Reviewed-on: https://gerrit.libreoffice.org/49109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-02-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ad32bcdfa1cecb28abe934885df62bd6a49aa978]

        uitest - add folder uitest/manual_tests to script
        
        script for page https://wiki.documentfoundation.org/ListUiTests
        
        Change-Id: I0081a4e1229105ef7387e70d76a5670a4f5de691
        Reviewed-on: https://gerrit.libreoffice.org/47340
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [16ea77bc4d2218b68d40708f4b8b4a4418a84d05]

        chart2: remove dead code
        
        Change-Id: I67bc3785eb0fd2030626becd1ffb6a80bd97d861
        Reviewed-on: https://gerrit.libreoffice.org/47491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cfd78dadbb461d8364e9294094e38a03732cabc1]

        TypedWhichId in sw(2)
        
        Change-Id: I68816c196f36d92fcd1ed58826368bbfe9aa52ce
        Reviewed-on: https://gerrit.libreoffice.org/49224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Caolán McNamara  <caolanm@redhat.com>  [b189726c4f61a5d28a3b87112e7a85174b5573aa]

        ofz#5942 Out of memory
        
        when missing a glyph in a grapheme we set the whole grapheme as missing.  There
        can be a huge long grapheme and iterating through each missing codepoint
        results in the whole range pushed back repeatedly as missing.
        
        Change-Id: Ib7c283389ee2357eb3b4264c78e558955ebad1eb
        Reviewed-on: https://gerrit.libreoffice.org/49223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [b05a3198f6c1d4713a871c46610dd48bf3979e8a]

        loplugin:useuniqueptr in E3DModifySceneSnapRectUpdater
        
        Change-Id: Ied2cdfa314f86ff3a25cecd5c13c03d3428966f0
        Reviewed-on: https://gerrit.libreoffice.org/49207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c7b954935369cbbd22a6f43be63ac7c0ddbbfdc]

        loplugin:useuniqueptr in OTable
        
        use rtl::Reference here since these are reference counted data
        structures, and we hand out references to me via our API
        
        Change-Id: I8f69dde2db08519cb3d9de20b4ad54462e3ecc98
        Reviewed-on: https://gerrit.libreoffice.org/49180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Manuj Vashist  <manujvashist@gmail.com>  [68d9583db4226a61ba23398928b9416c5d8745c8]

        tdf#108523 Removed @author annotations.
        
        Change-Id: I6a60128c413beab6cabb857c073607e15ddbc98f
        Reviewed-on: https://gerrit.libreoffice.org/49215
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-05  jan Iversen  <jani@libreoffice.org>  [f17d0ff5234d88816198becb0f3d8ea7f00f7eb0]

        iOS, correctly build release/debug versions
        
        Added 2 schemes Debug/Release as shared to make sure they are
        available. Not having them as shared and cleaning causes them to be
        "forgotten"
        
        Change-Id: I4cb66c7088f770c7cda592994f3610e98fb1b7f0

2018-02-05  jan Iversen  <jani@libreoffice.org>  [1ed8f225ab0328055dbb6724060d21584b393bd5]

        iOS, removed OTHER_LDFLAGS
        
        Change-Id: Ib07c1c4823deda7fa4ba389e9679f6eff99691d8

2018-02-05  jan Iversen  <jani@libreoffice.org>  [8258b425e85bc360f67d776a0196a7a091e7975f]

        iOS, allow x86 release builds
        
        Added dir for x86_64 release builds
        
        Change-Id: If8c5e775ecd1283d9386a764441019c2423170f9

2018-02-05  Michael Stahl  <mstahl@redhat.com>  [3c280b7235967b28905220f72333c7029911fb82]

        sw: convert some SAL_WARN to assert in SwCache
        
        Change-Id: Id148253a2f2c60912cbfbe9628f5ddec56a48952
        Reviewed-on: https://gerrit.libreoffice.org/49165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-05  Jim Raykowski  <raykowj@gmail.com>  [bcfc348663b04834fe8e6d6315f647be1595469a]

        tdf#115434 Fix key press misbehaviors in sidebar
        
        This patch also is for tdf#98505 and tdf#84657
        
        Change-Id: I6bc125ace035b2c8126f013a63bcc9498b06e08c
        Reviewed-on: https://gerrit.libreoffice.org/49219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-02-05  Caolán McNamara  <caolanm@redhat.com>  [914a35e8467252da43f864c86b0a820d8c0bd38e]

        ofz#4949 Integer-overflow
        
        Change-Id: Ib8928108c987989ab849e8d7e1a85078f6d93050
        Reviewed-on: https://gerrit.libreoffice.org/49216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-05  Tor Lillqvist  <tml@collabora.com>  [52030a3a65657dc5a3aed3208b25b33df7277e1b]

        Remove code that has been commented out since initial import in 2000
        
        Change-Id: I42aaed79e88b6cb8bb0b93aa49555aad45050fe7

2018-02-05  Johnny_M  <klasse@partyheld.de>  [2c6712b5fe7c0118d67887fa5d18affca8636c1b]

        Translate German variable names
        
        Akt -> Current in dbmgr
        
        Change-Id: Ia44fc1bb424703b417b46ad68f64aa6ffc3d6ccf
        Reviewed-on: https://gerrit.libreoffice.org/49191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [f51ce842a6ac994f68bff453cf97d64dbc29b1ec]

        Translate German variable names
        
        Akt -> Current in crsr
        
        Change-Id: Icdcba2c34c6b76e6a5232a526caeb77a294404ff
        Reviewed-on: https://gerrit.libreoffice.org/49190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [3af813241cc8007bcc2077944e12af1a7dfac3b0]

        Translate German variable names
        
        Fakt -> Factor in ftools
        
        Change-Id: I86f8d68015625c8ec7b3d260dbb3f734d2d7008e
        Reviewed-on: https://gerrit.libreoffice.org/49195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [b4571ca497063448805bd707c12fcd584d576620]

        Translate German variable names
        
        Akt -> Current in Excel filter (fontbuff)
        
        Change-Id: I7c969fc17e08efff7a446bf6e11ec0ccccce4c82
        Reviewed-on: https://gerrit.libreoffice.org/49194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [2488768e402bcabd40c73e7c693ee2c1c9be2d69]

        Translate German variable names
        
        Akt -> Current in dif filter
        
        Change-Id: Ibae58744a1d0b685b9df4d63b2977ec9b09745d0
        Reviewed-on: https://gerrit.libreoffice.org/49189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [f8d7e734ec21f7e4a91289299bdd4d31b1bf4621]

        Translate German variable names
        
        Akt -> Current in Lotus filter
        
        Change-Id: Icb13ea51c715df96223fd5b49f33d9321ef41d05
        Reviewed-on: https://gerrit.libreoffice.org/49196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [f7fb78135c8747a8bca861b736960899dad295d4]

        Translate German variable names
        
        Akt -> Current in Excel filter (tokstack)
        
        Change-Id: I1d7fe8e0116fa9db0df806f50f805e34f0955f56
        Reviewed-on: https://gerrit.libreoffice.org/49197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [d757c695f9736c064735017c02380eb6257a7875]

        Translate German variable names
        
        Akt -> Current
        Zustand -> STATE
        Ende -> End
        
        in Excel filter (read)
        
        Change-Id: I4bbb59fb8de1b59ecb4c8fd1ce0765e654acd10f
        Reviewed-on: https://gerrit.libreoffice.org/49193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Johnny_M  <klasse@partyheld.de>  [ac3757b8becabc56081f9a454275ccc10bca2cda]

        Translate German variable names
        
        Akt -> Current in Excel filter (namebuff)
        
        Change-Id: Idf36f8e19bb96b1d71edb49138c0ab36856c73ce
        Reviewed-on: https://gerrit.libreoffice.org/49192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Saurav Chirania  <saurav.chir@gmail.com>  [b57ad983e6ed5d976903b1d6588b472bb3051e7d]

        tdf#107501 automatize EN-8 manual test, related tdf#84810
        
        This test is to check that paste special combined
        with some options and link is ok.
        
        Change-Id: Ifffca8033b195d64d310d9d063ee95bbc8e8ad5d
        Reviewed-on: https://gerrit.libreoffice.org/49164
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [01e470f0ab49e458c57b0f28636a517b2bfb1b4a]

        vcl: remove BitmapColor Color() operator
        
        BitmapColor has a Color() operator. However, this is confusing and
        tends to hide that the two classes aren't the same. I have converted this
        to GetColor().
        
        Change-Id: I0be2dcb3fc420e7be9c8d04330e7a3fe69a5412a
        Reviewed-on: https://gerrit.libreoffice.org/48245
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [79517c0471aff4abf336bd81834bd28732dad67f]

        sal: remove unnecessary comments in types.h
        
        Change-Id: I17a42951d2fbb02d1d2bc5d7c01574051a3ac30c
        Reviewed-on: https://gerrit.libreoffice.org/47735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4573a50b477404b0d17c1c32c2ccb6b9503a0a0d]

        loplugin:useuniqueptr in ViewObjectContact
        
        Change-Id: I69721e71f5351276d43d04107058eeb14d4925aa
        Reviewed-on: https://gerrit.libreoffice.org/49213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b0ee7d25fd405153fa783cbc0b1658368a22355]

        loplugin:useuniqueptr in MasterPageDescriptor
        
        Change-Id: I54d46aeec5f74ccf088ea33d03fd1d8a2009d43f
        Reviewed-on: https://gerrit.libreoffice.org/49211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea385c1a9f3a9faaa0f3e2408082bfe914b2518d]

        loplugin:useuniqueptr in E3dDepthNeighbour
        
        Change-Id: I14be7edea88e980c065db25a0195a84dad087e93
        Reviewed-on: https://gerrit.libreoffice.org/49210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [25baf8b7e3f0a7e7bef552cba919eb3b24a81a19]

        loplugin:useuniqueptr in ObjectContact
        
        Change-Id: I89104fe93bbb2db4ca7c092784583eac6fbdda08
        Reviewed-on: https://gerrit.libreoffice.org/49209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d6e774f51998deadae429061715f92a7af1b0b0]

        loplugin:useuniqueptr in Gallery
        
        Change-Id: Ia12805bff0403fe260786360233be677ef91f710
        Reviewed-on: https://gerrit.libreoffice.org/49208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [748167da4e5a7f406d3fec93c9e61a534ec64037]

        loplugin:useuniqueptr in OStatement_Base
        
        Change-Id: I41bc59c7ff7d711e0fc877e843625fa54c96b6bc
        Reviewed-on: https://gerrit.libreoffice.org/49183
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [51ee91a3ca869be23153a235cbf33d4d20267fce]

        TypedWhichId in sw(1)
        
        Change-Id: If9330b2ea7e40f4775b1edd9611d35c6ddf31a00
        Reviewed-on: https://gerrit.libreoffice.org/49185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [90db24c33060bcb6db6ef900981c4379cd3074af]

        loplugin:useuniqueptr in SvxAutoCorrectLanguageLists
        
        and cleanup horrendous weirdity in the interaction between LoadXXX and
        SetXXX methods
        
        Change-Id: I1253579a27e835f6f79c39acf72eac85278275d6
        Reviewed-on: https://gerrit.libreoffice.org/49184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [7dcf9db73b48c396332ea0d17572c5103018b8e0]

        loplugin:useuniqueptr in OSQLParseNode
        
        Change-Id: Ibad6e4b32b19a925de621b9dea7070d3930f05ef
        Reviewed-on: https://gerrit.libreoffice.org/49182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c81791db5506f2576fac0466c760479902e7ccc8]

        loplugin:useuniqueptr in OConnection
        
        Change-Id: I0f1069eefc6d0afa8aa852af76099e79c63cbed9
        Reviewed-on: https://gerrit.libreoffice.org/49181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [987cd20a33b396aa105b0abbec175b5592486c8f]

        loplugin:useuniqueptr in ImpEditEngine
        
        Change-Id: I5afc846c803f5191bb5e04590923059e88434b76
        Reviewed-on: https://gerrit.libreoffice.org/49176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [12726ee86f9f6e1a03f0be0b2b3ade07a5402d01]

        loplugin:useuniqueptr in OFlowChainedText
        
        Change-Id: I63f6242a41eddd36b9ebbef470faf9e5111b19f1
        Reviewed-on: https://gerrit.libreoffice.org/49149
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf4ee7b872a67fa91bbbaa18a8effde71d6523c9]

        loplugin:useuniqueptr in SvxRTFParser
        
        Change-Id: I0d01e8612ff4e8eb1eb53a817c8fb586b61aa5bb
        Reviewed-on: https://gerrit.libreoffice.org/49150
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [d69d9cdc40d7a2f3d80688ab519fcf4c932b8f7b]

        loplugin:useuniqueptr in SvxUnoTextRangeBase
        
        Change-Id: I2f416e415ec388d1fac334b997f25427f6c1750f
        Reviewed-on: https://gerrit.libreoffice.org/49175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb226e26cbdfe29bc97aba101d3d524f13482876]

        loplugin:useuniqueptr in Outliner
        
        Change-Id: I68568dd61ef6ba99fcb0ac386170bfe67ab2bbd7
        Reviewed-on: https://gerrit.libreoffice.org/49174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [add8b7099394e0754693af5a89d148ddc118182e]

        loplugin:useuniqueptr in SvxRTFItemStackType
        
        Change-Id: I1677915d91fb151997d4bef18473f33ab2f09648
        Reviewed-on: https://gerrit.libreoffice.org/49173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [76643b208c7f0c43b0603e08a3b37f29878c42ea]

        loplugin:useuniqueptr in SvxNumRule
        
        Change-Id: I778f62edbddfa2ca10eefa396272e7b011025513
        Reviewed-on: https://gerrit.libreoffice.org/49172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b786b43c63419f13cadab200f9af8095a1e8d56]

        loplugin:useuniqueptr in SvxNumberFormat
        
        Change-Id: I0433349e6f4108297e0f4cab65c1e859424bd282
        Reviewed-on: https://gerrit.libreoffice.org/49148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [518dacc5094bbadbca3167c4dcd2072adc7b3090]

        loplugin:useuniqueptr in ImpEditView
        
        Change-Id: I9bda92e4a096b73394d579da94eeeb4448134618
        Reviewed-on: https://gerrit.libreoffice.org/49147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-05  Justin Luth  <justin_luth@sil.org>  [beb17b18b1621d057aab255051e7265efecf17b3]

        mailmerge UI: always write the SMTP port to config
        
        I think that the m_bDefaultPort approach (from OOo days)
        was attempting to allow toggling between Secure/Insecure defaults,
        which didn't work well. Now that toggling works well,
        remove this logic so that a working configuration won't be broken
        in the future if some defaults change again.
        
        Change-Id: I92f29892070016e230870648c3b99c0f2d087806
        Reviewed-on: https://gerrit.libreoffice.org/48851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-02-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [467d369081dcae359601e2baefed758bb50b28cf]

        unused include
        
        Change-Id: Ia39289367d00b006b022305db500abeb1ab0ef9e
        Reviewed-on: https://gerrit.libreoffice.org/49220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-04  Ricardo Palomares  <rpmdisguise-java@yahoo.es>  [33f0eefd60c9f0ae56593583f094f025e00f3d35]

        Updated core Project: dictionaries  883b1cd4d8e2dd005c77143aec82c0fb556e72eb
        
        Bring shipped Spanish dictionary up to version 2.3
        
        Change-Id: I0bd46fadea1e0d718703b10adf69e62034139e41
        Reviewed-on: https://gerrit.libreoffice.org/48850
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-02-04  Yousuf Philips  <philipz85@hotmail.com>  [9bc78950b5e68eba000b1e76b6f61104288f30fe]

        Updated core Project: dictionaries  476ebd97bbfdcf59f00cd832647b880ddfdfb252
        
        Update arabic dictionary to version 3.5 (2014-11-08)
        
        Files extracted from
        http://sourceforge.net/projects/ayaspell/files/dict_ar-3.5.2014-11-08.oxt/download
        
        Change-Id: Ic3ffb861a253f680e96e437b5dc2f3da4e392a21
        Reviewed-on: https://gerrit.libreoffice.org/49028
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-02-04  Ximeng Zu  <uznomis@yahoo.com>  [b70afa9ffd6408e1611ddd94e1d77163660d445b]

        Fix adjust width/height behavior
        
        In Android Viewer, fixed adjust
        width/height behavior due
        to change in UNO command syntax.
        
        Change-Id: Id78cb1a0fc546f251734dd538bf48a8f4e121bed
        Reviewed-on: https://gerrit.libreoffice.org/46871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [39ba9a307d8485bffad9c218e24bc67634a7c387]

        xmlsecurity: create DocumentDigitalSignatures instances with a constructor
        
        Change-Id: I9780438c3b7f8206fad3bfe29e93d1fcf535b811
        Reviewed-on: https://gerrit.libreoffice.org/49199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-04  jan Iversen  <jani@libreoffice.org>  [1bd8cd252c749aea1e078699915928ac01b61da6]

        iOS, simplified lib ref and copy to device
        
        Named libKit directories so they can be referenced simple within xCode
        
        Change-Id: Ic05fa4e87b6cc87e2823177474c3ed9ac3433dd3

2018-02-04  Caolán McNamara  <caolanm@redhat.com>  [5184506ffddca982f22eede24cffad64ff3576e3]

        tdf#115416 allow build with classic libjpeg
        
        Change-Id: I96252e1a78dbc52d21095e11b7bdb0807e5d76b6
        Reviewed-on: https://gerrit.libreoffice.org/49187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-04  Mike Kaganski  <mike.kaganski@collabora.com>  [7c14272de352287ced0e6f586653e3943dd57812]

        gbuild-to-json: unblacklist extensions
        
        Change-Id: I6accb1b363804a2935c92d471f7baff31771b5a0
        Reviewed-on: https://gerrit.libreoffice.org/49202
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-02-04  jan Iversen  <jani@libreoffice.org>  [f7cdb48dfc3f1acd7b0b891eddb184251160f3af]

        iOS, launchScreen size update
        
        Change-Id: Ic00d5f623fafdf05c467e7a260320894d8a27c5b

2018-02-04  jan Iversen  <jani@libreoffice.org>  [4d184c262c42baa71ef58c7d0f32158090d5b1da]

        iOS, removed buildConfiguration Simulator
        
        We only work with Debug/Release and then let the target determinate active
        architecture.
        
        Change-Id: Iccc6a658168a26c9d6b1650b0928466479cf68dc

2018-02-04  jan Iversen  <jani@libreoffice.org>  [36114476faf4952a70e4e422cbafaa7125ea6cc6]

        iOS, removed schemes
        
        Working only with BuildConfiguration
        
        Change-Id: I6790841928ca7ab6938317d0a8e83f9b90608cad

2018-02-04  jan Iversen  <jani@libreoffice.org>  [c50cd8647fb719d4a1fae75656404b888ee40ab0]

        iOS, new launch screen
        
        Updated launch screen, to reflect current development, and the
        fact that it is based on LO 6.x
        
        Change-Id: Iac175abb5ba8dc7a1fbe923ce972d797d78779c5

2018-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [949d7b670cda798c54de072ba9d8f0aabe8afd8c]

        RTF filter: handle horizontal flip of picture frames
        
        Only shapes were handled previously.
        
        Change-Id: Ie03947d7ae065729ef85addddb1ede32637622f2
        Reviewed-on: https://gerrit.libreoffice.org/49178
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3308af401013713bbfe27b6df9952586c52f4aa]

        TypedWhichId in sc
        
        Change-Id: I43558191f65bfb07abfbc92970629d5dd561a04e
        Reviewed-on: https://gerrit.libreoffice.org/49141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4fbb496ef001d62fce0ad3cdd7a829f99aa182e]

        more TypedWhichId in SfxShell and SfxTabDialog
        
        and remove some unnecessary local copies of pool items
        
        Change-Id: Ifdac8d84658fd4b803267038592d7da370e23a0d
        Reviewed-on: https://gerrit.libreoffice.org/49138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [aa7f880e8a847686bc4ec2d8ca5f74f39c32abac]

        use more TypedWhichId in SdrObject::GetObjectItem
        
        Change-Id: Iacaffa4bfcca2b594d962985fb9fc93712c4464c
        Reviewed-on: https://gerrit.libreoffice.org/49137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-03  Stephan Bergmann  <sbergman@redhat.com>  [bc2ae79f81c8aa081d6340348c70c0440f6e895e]

        There appears to be broken GCC out there
        
        At least some "gcc (Ubuntu 5.4.0-6ubuntu1~16.04.8) 5.4.0 20160609", even with
        -std=gnu++17, reportedly does not treat the in-class declaration of MAX_WIDTH
        as a definition, and needs this old-style out-of-class definition, too.
        
        Change-Id: I7760241f526802751b6a2f1b9698f9f2d1cd51c0
        Reviewed-on: https://gerrit.libreoffice.org/49156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lera Goncharuk <lera.goncharuk@gmail.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-03  Caolán McNamara  <caolanm@redhat.com>  [16f73180603b84414ecf4c2c757bf5ca6b8e303d]

        Resolves: tdf#115369 wrong cell shadow icons
        
        regression from...
        
        commit 910f91a3e5228f26f0692f870a3fd3919835eb27
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Dec 21 13:04:30 2016 +0000
        
            unwind IL_SDW_BITMAPS ImageList
        
        Change-Id: I9ecb5c45c240af0214666c56401abb07eb99e5f1
        Reviewed-on: https://gerrit.libreoffice.org/49166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-03  Mike Kaganski  <mike.kaganski@collabora.com>  [585d9806961342e95f7318fb947bd31e9f86dee0]

        tdf#114635: Add TWAINDSM.DLL to 64-bit Windows package
        
        This patch allows us to use our own bundled TWAINDSM.dll (from
        twain-dsm project, http://www.twain.org, https://github.com/twain/twain-dsm)
        on 64-bit Windows systems that don't have their own TWAIN DLL,
        and without requiring users to install it from some other source.
        The DLL is put into INSTALLOCATION/program along soffice.bin.
        Of course, TWAIN sources still need to be 64-bit themselves (i.e.,
        true 64-bit TWAIN drivers required) to be usable by 64-bit program.
        
        Also this drops external/twain/inc/twain/twain.h, which is an old
        version copied from twain-dsm, and instead uses the tarball to get
        the header (required by Library_scn on both 32- and 64-bit Windows).
        
        Change-Id: I191027f3221ce46db17f50db91c9cb9315900810
        Reviewed-on: https://gerrit.libreoffice.org/46992
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a1c36eff089c3cd695bd78090575ca1c7677121e]

        Ignore the alpha value in font colors.
        
        Using it would remove the color altogether.
        
        Change-Id: I2c14316c9c9c885f4e7615e4057e752a58223227
        Reviewed-on: https://gerrit.libreoffice.org/49170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [c7f74bbab4c666a8b3b865dbd58b3666f1f63052]

        sw: disable ooxmlexport testWatermark on WNT
        
        This one tends to fail quite a bit in CI builds, at least on Windows,
        most recently in
        https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1517580416.5910
        
        Change-Id: I243b317fb27c51d06fbddf085713e51734eae27a

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [1e9716fded2ee81f414b12385393b90867dfc86e]

        sw: remove very dubious DBG_UTIL code
        
        This looks like some defensive programming to avoid a crash only in
        DBG_UTIL mode, which is a pretty moronic thing to want to do.
        
        Change-Id: I93c791a76cf9114359be3fef6b604c86ec49da51

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [7f34c1a7190bb0b8785211b17dc68d3ff264d044]

        sw: convert OSL_ENSURE to assert() in SwCache
        
        Change-Id: I66075a8f77a3b399116ddd0493037c1427dfd7d2
        Reviewed-on: https://gerrit.libreoffice.org/49153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-02  Eike Rathke  <erack@redhat.com>  [196f8f85fc20491a9d3fa0d4431ed5ec21b318a8]

        Make SAL_WARN domain "sc.filter" in sc/source/filter/lotus/
        
        Change-Id: I6fd767bd2694369db836bb1943c7135c10fa6aa6

2018-02-02  Julien Nabet  <serval2412@yahoo.fr>  [aed2107e1d003566d6cdb46c2bebe8b025d5f399]

        Simplify sortElements in pdfiprocessor (sdext)
        
        For explanation, see:
        http://nabble.documentfoundation.org/About-simplifying-sortElements-in-pdfiprocessor-sdext-tt4231909.html
        
        Change-Id: I53fb732d776d7152279e5fc1440eafac1cfd71fe
        Reviewed-on: https://gerrit.libreoffice.org/49127
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [269d6d3366eea8541d965181dfdda1fdc5ef2d00]

        ofz#5435 sw: fix SwCache::Insert() stale pointers
        
        If SwCache::Insert() happens to delete the object that m_pFirst or
        m_pRealFirst point to, which is unlikely as it means every other object
        is locked, then these pointers must be updated.
        
        This sometimes happens in the bugdoc after scrolling around for some
        time.
        
        Change-Id: I13f04d28c37969469efa4e1109c7f5b751ceba96
        Reviewed-on: https://gerrit.libreoffice.org/49151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [21d664e987861a8bc9b6ddbab96156f384b8a369]

        ofz#5435 sw: fix crash during painting of excessively nested tables
        
        Could not find a single instance where the return value of
        SwCacheAccess::Get() was actually checked, so let's have
        SwCache::Insert() automatically resize the cache, since it starts
        out with just 100 capacity; also, check that the size doesn't overflow.
        
        Change-Id: I3cd7cf2aea79e01816b12e4dbaf79c3bf82bf8fe
        Reviewed-on: https://gerrit.libreoffice.org/49140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-02  Jens Carl  <j.carl43@gmx.de>  [4a8856dad808e0ae8b6f4efc49edcee0b0678a37]

        tdf#45904 Move _SheetCellRanges Java tests to C++
        
        Change-Id: If391071a7e44c2fbeaaa0fa46f6043f30e777cec
        Reviewed-on: https://gerrit.libreoffice.org/49125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-02  Jens Carl  <j.carl43@gmx.de>  [22f6e25987744da57644be95f59b45c1ff51a5d2]

        tdf#45904 Move _SheetCellRange Java tests to C++
        
        Change-Id: Ia4ebe9d0418e33d245437a49c7ce9551b4a06e82
        Reviewed-on: https://gerrit.libreoffice.org/49124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-02  Tor Lillqvist  <tml@collabora.com>  [7eb24dc16b68fa1bf89a903e431ba15646fbbfdf]

        These fields can be const
        
        Change-Id: I7012e0d7b65fbb3317719f24572f77fb9aafd910
        Reviewed-on: https://gerrit.libreoffice.org/49143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [00a6f0908a73a80fb0521e1f4cdc99647e43c126]

        sc: disable "forecast.ets.add.fods" test file on Macs
        
        This sometimes fails, since months, and nobody has fixed it.
        Let's improve the reliability of CI a bit.
        
        Change-Id: Ic4d2e085151855d35804f8ed6ebca04366815c0b
        Reviewed-on: https://gerrit.libreoffice.org/49144
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-02  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [6c79c9053e3090df09fc2c0a24f1fec26ac8bf02]

        Clean up of dirty hack.
        
        Follow up of tdf#103550. The conversion from half to full width characters and vice versa happens per character according to a table. There is no need to have a separate table with exceptions to the general rule.
        
        Change-Id: Id611d1d6074cb2489fb0254d8ba9a83d7c26065f
        Reviewed-on: https://gerrit.libreoffice.org/49102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-02-02  Eike Rathke  <erack@redhat.com>  [e6ced1496da9580cf885cce1a2fc9f67528c3a0e]

        Do not force non-existent parameters into the TokenPool, ofz-related
        
        Change-Id: I2fa0ae81b987af592c14486040077c9ff157fab9

2018-02-02  Eike Rathke  <erack@redhat.com>  [329d39c9f42b4f388b3c418fee60c29308e579d7]

        Use the {...} notation for configuration provided language tags without name
        
        As is done for all other on-the-fly tags as well so they group
        nicely on top of the list.
        
        Change-Id: Ib4b759af189386dac98397888ba0bfb8b4bc3bc6

2018-02-02  Justin Luth  <justin_luth@sil.org>  [427c0804cd4aecde1cadb7cb3c4f3487991bd573]

        init known ExtraLanguages before document loads
        
        Extensions can add RegisterOnTheFly languages for spell checkers.
        A late initialization of the LanguageTable resulted in the inability
        to recognize the available spell checker.
        
        So, if a .doc file had an onTheFly language inside, and it was
        the first document that LibreOffice opened, then the spell checking
        extension was disabled for any other document opened while LibreOffice
        was living, including docx and odt files.  (Starting with a blank
        document, or a .docx or .odt file seems to initialize OK - and
        then subsequent .doc files are also ok in those sessions.)
        
        Ensuring that the static LanguageTable is intialized early in the process
        avoids this headache.
        
        In my case, .doc was failing with:
        LanguageTag::registerOnTheFly: not cross-inserted
        0x7e0 for 'kbo' have 'en-US'
        
        but with this patch now matches .odt/docx with:
        
        LanguageTag::registerOnTheFly: cross-inserted
        0x7e0 for 'kbo' [have 'kbo']
        
        This fixes .ods .odg, odp,
                   .xls .xlsx .ppt, pptx
                   .doc and likely many others
        
        Change-Id: Ie6dcbfd73e063eef4573016c3c62d29cf8ad43ca
        Reviewed-on: https://gerrit.libreoffice.org/49142
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-02-02  Julien Nabet  <serval2412@yahoo.fr>  [ecaabbf527f6f6207ce1ca8924708d23e6db45f5]

        Related tdf#100243: blacklist Intel HD Graphics 630 for non minimal version
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=100243#c17
        
        Change-Id: I8315176a55aa46a74b45329f9f28882c2aa73c1f
        Reviewed-on: https://gerrit.libreoffice.org/48844
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-02-02  Stephan Bergmann  <sbergman@redhat.com>  [21eba05f5f7090dc58a6920486cc1cf7ead3fd44]

        Blind fix for MSVC warning C4101: 'rError': unreferenced local variable
        
        ...after 4e102d6a4b483098e80ca86e19ee8576ae5356f1 "sdext: MSVC: pragma warning:
        make more specific, remove obsolete"
        
        Change-Id: Ibd198ef24aa67c4c98bc1f504deccb1fdf28d054

2018-02-02  Jim Raykowski  <raykowj@gmail.com>  [522c0bb54a94ff6e62e215b1c2b04f06dcd756d7]

        uitest for tdf#114724 headings outline tracking in Navigator
        
        Change-Id: I4390c3d33d69ddd93880545f58d0ef81469c960d
        Reviewed-on: https://gerrit.libreoffice.org/47865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-02-02  Xisco Fauli  <xiscofauli@libreoffice.org>  [acc1edd664142d54da8d100e4ff77abfd192ef93]

        tdf#115388: Android: Use HTTP Secure
        
        Change-Id: Ia2e198c20b904ba178fac2969dfa80f3f1291be1
        Reviewed-on: https://gerrit.libreoffice.org/49123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [26eee611cbc9f93b4531e1168eda72126cec2505]

        xmlsecurity: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I8303ba62198f4beb934623df7c52bf484a66a5e5
        Reviewed-on: https://gerrit.libreoffice.org/49059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [c7f1a8a8726fe0395a88e674be8f3fdaf0b7af3f]

        xmlhelp: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I211a6f95f7146d7ffaa0c44af786c4474abc73f4
        Reviewed-on: https://gerrit.libreoffice.org/49058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [0dd48cb94ef2154775d10f79a5b68cfec82d02ba]

        vcl: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ib2d89cfba3ad625779ee501a7caaa94893d8c681
        Reviewed-on: https://gerrit.libreoffice.org/49057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [5ab1d6f5d727f4823071386d40c147ce2f79a624]

        unoxml: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I6c09eeeb43cd0bf85b89b1332f2ee6121b11de3c
        Reviewed-on: https://gerrit.libreoffice.org/49056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [2dd3edd34c06a2206fa6e3a3f023f533ace6c8b0]

        usb: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I17030fc129de3e79965a1abe140fa0c28b949035
        Reviewed-on: https://gerrit.libreoffice.org/49053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [46653634434c2021fda7b55dcb7dd4dc668d389f]

        tools: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: If36242e93a700313becbd37ceae06491fcd84b8a
        Reviewed-on: https://gerrit.libreoffice.org/49052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [8cf69e32244516edaa5f822606624cd37788c477]

        sw: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0307561186651884ea08b908be6a53d2d49f74b2
        Reviewed-on: https://gerrit.libreoffice.org/49051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [4b510970213fa35bb7f7166ca489dcc97d7eb36a]

        sot: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0a0dc82561968cd1ff179c9930525e188060d9b7
        Reviewed-on: https://gerrit.libreoffice.org/49050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [4e102d6a4b483098e80ca86e19ee8576ae5356f1]

        sdext: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I317b952c27fd052d4f19aa0dfc4ee9ce1e4705ad
        Reviewed-on: https://gerrit.libreoffice.org/49046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [974ea04ddd1b82e5d5c0171bd8ad29310e3f2bd7]

        lokdialog: Color/font picker in dialogs don't show preview
        
        Invalidation needs to be passed upward to the right parent window.
        It should work similar to other dialog items, but this preview class
        is not derived from the Control class.
        
        Change-Id: I5fb2b6438b8be92d55609c8d3c25110b49d0e6d7
        Reviewed-on: https://gerrit.libreoffice.org/49101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [c984fa9fcc0128f545bb1315e80d97bb888e9edf]

        loplugin:useuniqueptr in X11SalFrame
        
        Change-Id: If8693b106f8755e506375f1a65754c972971700f
        Reviewed-on: https://gerrit.libreoffice.org/49129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Julien Nabet  <serval2412@yahoo.fr>  [d27ef675ec23f45562972da66bde02d99d778141]

        Replace some front/pop_front by for-range loops+clear
        
        Change-Id: I8a9239667b0d80ee2fa6ebbc8a19ba4c0076c2fb
        Reviewed-on: https://gerrit.libreoffice.org/49107
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1287081fa5c132057e01c60a26c6f64156e5bc73]

        loplugin:useuniqueptr in GtkSalFrame
        
        Change-Id: Ia98080d5c214824624ca4cbe875038374919f662
        Reviewed-on: https://gerrit.libreoffice.org/49132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b67ad6ff8979d8851db1223886bb03745845755]

        remove connectivity OSubComponent
        
        push the logic that is still necessary down into the subclasses
        
        Change-Id: I99424f0b3c654c5652991a4140b17ceb02224e50
        Reviewed-on: https://gerrit.libreoffice.org/49087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [e91aa231ee934b2f18b387f37a6e9017b05f2256]

        loplugin:useuniqueptr in SalGtkFilePicker
        
        Change-Id: I3cbe4121c1cb323ad00e110bcdb1f61334e656bc
        Reviewed-on: https://gerrit.libreoffice.org/49131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [23e9b1294471459d386152b1197cfe58514af5da]

        loplugin:useuniqueptr in i18npool
        
        Change-Id: Iff39b9298bfad474c5c011b6355b8ebf5be06318
        Reviewed-on: https://gerrit.libreoffice.org/49091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc45c96770def8fb3cc8c6d6c3d385c592806ae9]

        use TypedWhichId in BaseProperties::GetItem
        
        Change-Id: Ic359d33d92928f5baa89cd98debe1a6a9d6a52f3
        Reviewed-on: https://gerrit.libreoffice.org/49128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Michael Stahl  <mstahl@redhat.com>  [87115c67c3d83fb4bdccc3c03f7a79c44b22bf2c]

        sw: replace DELETEZ with std::unique_ptr in textapi.cxx
        
        Change-Id: I4e4eaa67995a4a8041ab701e02984aa2fb0d349e
        Reviewed-on: https://gerrit.libreoffice.org/49118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [861489720f335d7a396396932f873adc31825877]

        loplugin:useuniqueptr in NWPixmapCache
        
        Change-Id: Ibf9f5c3ec3ea502bb93942516936ff844235b4d3
        Reviewed-on: https://gerrit.libreoffice.org/49130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [6bec9bf0f85ec3503c46d8abd4a93139b1856a18]

        editeng: remove dead code
        
        Change-Id: I2ce15bc2c6b9663b479ae98bb1d5e0900716adcf
        Reviewed-on: https://gerrit.libreoffice.org/47492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-02-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [a74590e4b4475253bd7752738e570cdafe45e674]

        Don't recycle DocumentInserter, create a new one every time
        
        After all, everyone else using DocumentInserter across the codebase
        does the same.
        
        For KDE4, an attempt to reuse the same filepicker dialog sporadically
        crashes in the depths of (old-ish, possibly buggy) libQt due to nested
        event loop and/or recursive repaints.
        
        (crash scenario: Calc > Sheet > Link to external data > Browse > double-click
        a file > Browse again > Kaboom!)
        
        Change-Id: Ib494203abd07873919b8394a442f09c5329d237c
        Reviewed-on: https://gerrit.libreoffice.org/49082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-02  László Németh  <nemeth@numbertext.org>  [1037e3759bf178b52d16c12a811717f94ab9950a]

        tdf#115319 references with Hungarian articles
        
        Add new alternative reference formats, stored by
        the proposed text:reference-language attribute.
        
        This is an implementation of the ODF improvement draft
        published in the bug report.
        
        Note: choose Hungarian locale setting to show the
        new "Article a/az + Page" etc. reference formats
        in dialog window "Fields".
        
        Change-Id: I210d4b9a3e821fb4e45e24643bad9c70b867c89d
        Reviewed-on: https://gerrit.libreoffice.org/48944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [41759e1e892f37c0a51b8ee8cf9422a42230f0c9]

        svtools: SvParser<T>::NextToken() can be pure-virtual
        
        Change-Id: I9e8c87beb86ee073d6b5ee95c3f80e6dc55a99e9
        Reviewed-on: https://gerrit.libreoffice.org/49117
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6f2199e9888cb75960f1d35034bd44fb45e5565]

        DOCX import: don't try to set grab-gag props as UNO props
        
        This fixes loads of warnings like this one:
        
        warn:legacy.osl:22335:22335:writerfilter/source/dmapper/StyleSheetTable.cxx:1611: Exception in StyleSheetTable::getOrCreateCharStyle - Style::setPropertyValue
        
        during import. They are harmless as we catch the exception, but they are
        just noise. It seems the code that transforms grab-bag pseudo-props into
        real props was added in commit 4c3ba3a413be7339115ea5e6edc825a8434cd345
        (fdo#75757: Remove inheritance from std::map., 2014-07-26), which is
        supposed to be a pure refactoring, so just remove this problematic
        transformation.
        
        Change-Id: Ibf45bfedc661f9e065405c47623516c4026148a4
        Reviewed-on: https://gerrit.libreoffice.org/49105
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-02  Stephan Bergmann  <sbergman@redhat.com>  [0499fc5619bf540afd1caea8ebf40cecff0b0014]

        Remove obsolete overflow check
        
        ...which had originally been added with 766d2b65e3799fb66099c94837280cb9102219a6
        "INTEGRATION: CWS geordi2q10: #111934#: join CWS os21" as
        
        -    rInf.Left( KSHORT(Left()) );
        -    rInf.Right( KSHORT(Right()) );
        -    rInf.First( short(FirstLeft()) );
        +
        +    // Handle overflows:
        +    SwTwips nTmpLeft = Left();
        +    SwTwips nTmpRight = Right();
        +    SwTwips nTmpFirst = FirstLeft();
        +
        +    if ( nTmpLeft > USHRT_MAX ||
        +         nTmpRight > USHRT_MAX ||
        +         nTmpFirst > USHRT_MAX )
        +    {
        +        SWRECTFN( rInf.GetTxtFrm() )
        +        nTmpLeft = (rInf.GetTxtFrm()->Frm().*fnRect->fnGetLeft)();
        +        nTmpRight = (rInf.GetTxtFrm()->Frm().*fnRect->fnGetRight)();
        +        nTmpFirst = nTmpLeft;
        +    }
        +
        +    rInf.Left(  KSHORT( nTmpLeft  ) );
        +    rInf.Right( KSHORT( nTmpRight ) );
        +    rInf.First( KSHORT( nTmpFirst ) );
        
        But later 2a2f9a30dc67bb64860333b83b0489bc610da48f "INTEGRATION: CWS
        swqbugfixes10: #i34348# Underflow with negative numbering indent values" had
        changed the SwTxtFormatInfo members from KSHORT to SwTwips, presumably obviating
        the need for such an overflow check.
        
        Change-Id: Id622d2bbc280e3d825981356e19c7fe9ed23fc5b
        Reviewed-on: https://gerrit.libreoffice.org/49077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-02  andreas kainz  <kainz.a@gmail.com>  [9529de103ce76cb7b4e95f4b70df94c2aa159849]

        Breeze-icon: add 32px trackchangesbar icon for default writer bar
        
        Change-Id: I4cab78d3566e574e4176ca9b3b9692cd13f5bf86
        Reviewed-on: https://gerrit.libreoffice.org/49121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-02-02  andreas_kainz  <kainz.a@gmail.com>  [6ec4b1d0d4592a1e3c36151a062bd713a7939d14]

        Revert "tdf#98141 add svg file for all app icons in all sizes"
        
        This reverts commit 61be109b1c10df3ddbb27f2a398b121a7c977f30.
        
        Change-Id: I1e3dc953154a6b75ffb507e9dc554df1acea45bf
        Reviewed-on: https://gerrit.libreoffice.org/47442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [61064b56bf926aea5a9a7e2dfdead34277217090]

        avmedia: move BitmapWriteAccess inside Bitmap
        
        part of a larger project to hide BitmapWriteAccess inside Bitmap
        
        Change-Id: Ia46c12b3297107892a6236633c11ca9ada6edbd4
        Reviewed-on: https://gerrit.libreoffice.org/49106
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [d60d2973eca003b46860bf5effe9d0e638268f94]

        loplugin:useuniqueptr in PhysicalFontFamily
        
        Change-Id: I010339eaf7874e61b5d0e5d41574c54e98ea1921
        Reviewed-on: https://gerrit.libreoffice.org/49094
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [98864543c099027cc3dbedc0389ed46cefe4713e]

        loplugin:singlevalfields
        
        Change-Id: I346f236e28cb0bd064a7d757b187e5e64544700f
        Reviewed-on: https://gerrit.libreoffice.org/49086
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac7132598b1dfc4d266b89565755bd2795db9e0b]

        loplugin:datamembershadow in PopupMenuToolbarController
        
        this looks like an oversight, just use the baseclass member
        
        Change-Id: Ida36be64266bbc33a6bd1d89dcb665d24a6dd83f
        Reviewed-on: https://gerrit.libreoffice.org/49075
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d9868329658eab34352c499bc2893752cc3aaaf]

        teach useuniqueptr loplugin about while loops
        
        and reduce code duplication
        
        Change-Id: I292d7515b15fce4cf1714c3b11b947493706bc3c
        Reviewed-on: https://gerrit.libreoffice.org/49090
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [056ee671e2d3d15eb1dd9231f4628298cbbd0ede]

        loplugin:useuniqueptr in TEParaPortions
        
        Change-Id: I530c432176ea6bd338387d2f8855f9f477e8ca75
        Reviewed-on: https://gerrit.libreoffice.org/49093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [904263cdd05d86756da68f0b843e876747dcf3a2]

        loplugin:useuniqueptr in TaskManager::UnqPathData
        
        Change-Id: I6b6e7b59113fcae8dfafa4ed8586b87d2c82489e
        Reviewed-on: https://gerrit.libreoffice.org/49092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [ee4a456d9129ebbf46aa89531e1e8ca3f9a8fa11]

        sal: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ib7ad23257a966447d627b4f73698d9298790f759
        Reviewed-on: https://gerrit.libreoffice.org/49042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [d297fad623d3b1c2b6604886f53b7fe8f8d33fbe]

        setup_native: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ie9f63d982acf368d27bb5b97728b060a80e8bd67
        Reviewed-on: https://gerrit.libreoffice.org/49047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [4be226b654b40fe9b1fc7843d9dd5742495b1a1f]

        shell: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ie2391b1feed31fe9cee7dc097c57ebebab698705
        Reviewed-on: https://gerrit.libreoffice.org/49049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [5bf8f1827f4a0bd3fa2c8236d80bd1a2a99ed472]

        sfx2: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: If4cd747826307e1050eaf4ba38e6201c1e08e84e
        Reviewed-on: https://gerrit.libreoffice.org/49048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [01fbc072b1f95087137932d44da0f01ac5d0908e]

        sd: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ia3c30aa136bdc75ca2aac9b4dff66cd0445c2497
        Reviewed-on: https://gerrit.libreoffice.org/49045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [eb52aba8006307295558b8ecb90d57970d293b44]

        sc: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I133e053d19fd39b575f7daf0e70fb5ba5442ec47
        Reviewed-on: https://gerrit.libreoffice.org/49044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [638d9027d980cdb3310089de1b613294142478a4]

        salhelper: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I05f1706931612d4d8804cecd860b7195861b1149
        Reviewed-on: https://gerrit.libreoffice.org/49043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [17b22047a7fac6592c0c0b23072c36c7e0d46a84]

        pyuno: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Id907f466bc9dc45f3e522fb948488eb35c011bfe
        Reviewed-on: https://gerrit.libreoffice.org/49041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20945a9a4de6684010fd5b3603595e6da543807d]

        Correctly import solid fill color.
        
        In orcus, a solid fill type uses the foreground color only and ignores
        the background color.  Also, let's not use the alpha component as it
        would cause the color to not get rendered at all.
        
        Some patches are applied against liborcus in order to adjust the ODF
        styles import code for this change.  These changes will be incorporated
        in 0.13.3.
        
        Change-Id: I9e8c243cc6a7f366de2393e7b7ecf77366f5f9ea
        Reviewed-on: https://gerrit.libreoffice.org/49071
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2018-02-01  Stephan Bergmann  <sbergman@redhat.com>  [8cf603b4c5a22f1b1cde1614c2c587a061d3ee9c]

        No reason to restrict values to sal_uInt16 instead of SwTwips (aka long) here
        
        Change-Id: Iaeefae99f41926a6af83ae4cef60796d9f2b3980
        Reviewed-on: https://gerrit.libreoffice.org/49110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-01  Eike Rathke  <erack@redhat.com>  [6fc7f3f8409040a3d977b944b3fa4151faf31301]

        Author was too dumb to adjust a copy-pasta digit
        
        Change-Id: I7d171fdf21c02af9a14600c5e0c6294c0f3ebb57

2018-02-01  Eike Rathke  <erack@redhat.com>  [bc697917c79609243305dcecc7aeef2f3776611c]

        ofz: do not force non-existent parameters into the TokenPool
        
        Apart from that, the hard coded storage order for ocRRI and ocIpmt
        did the same as the general loop, just with a fixed number of
        parameters. Instead, limit the number of arguments for the loop
        for these opcodes.
        
        Change-Id: I378ccaf60da61c1a385555451456d8422ee33c50

2018-02-01  Jim Raykowski  <raykowj@gmail.com>  [e11eac6b2c7dc4ea6c8fd9fe5a7f8a20510a381d]

        make 'Navigate By' control avaliable in read only mode
        
        Change-Id: I02926aa962c045081dcf61bfc7a8d2cf522d6e92
        Reviewed-on: https://gerrit.libreoffice.org/47011
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-01  Julien Nabet  <serval2412@yahoo.fr>  [01cea287d8e0dc9c49738b00c93128534e149e75]

        Convert 2 lists in vectors in X11_selection (vcl)
        
        by replacing front/pop_front calls
        with use for-range loops with a call clear() afterwards
        
        Change-Id: I5eadebadca688dc2bb9818b67ca8b5f4ddb06acc
        Reviewed-on: https://gerrit.libreoffice.org/49089
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-01  Caolán McNamara  <caolanm@redhat.com>  [39ebbed8a191293f8ec92f4bd254c28bd9807702]

        ofz#5718 Direct-leak
        
        revert
        
        commit ed8dd7f47793b8ef3cc76ce4cde4d7348b51baad
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Dec 13 20:22:11 2017 +0000
        
            ofz: skip tables when parser is invalid
        
        Change-Id: Icf90f53795f6b01678c760771aec34acd93dbe3e
        Reviewed-on: https://gerrit.libreoffice.org/49113
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-02-01  Stephan Bergmann  <sbergman@redhat.com>  [4a61006255c67bb6f9ac99107093a424a9de441e]

        Remove < USHRT_MAX check that is presumably no longer needed
        
        The check was like this ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        "initial import" (and SwRootFrame::mnBrowseWidth---which the nWidth here is
        ultimately assigned to---was also of type long back then).  But the only use
        of SwRootFrame::mnBrowseWidth, in the call to SwRootFrame::GetBrowseWidth at
        
        > long nWidth = GetUpper() ? static_cast<SwRootFrame*>(GetUpper())->GetBrowseWidth() : 0;
        
        in SwPageFrame::MakeAll (sw/source/core/layout/calcmove.cxx), assigns it to a
        long nWidth that doesn't appear to be used in a context where it needs to be
        restricted to USHORT values (at least not any longer?), so assume that initial
        check against USHRT_MAX-2000 is no longer needed.
        
        Change-Id: Ibac19ab9d3f5499e817cae0fed79c11a452314f4
        Reviewed-on: https://gerrit.libreoffice.org/49096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-01  Michael Stahl  <mstahl@redhat.com>  [5357ca82846ea7147ad61e9340f25647a5934eb0]

        tdf#114815 pyuno: avoid 2 threads initing python in parallel
        
        According to the crash reports, it's possible for the grammar checking
        thread to call GetGrammarChecker, instantiating lightproof, at the same
        time as the main thread instantiates LngSvcMgr, which also instantiates
        (some?) (all?) grammar checkers.
        
        Ensure that pyuno_loader::CreateInstance() initialises Python only
        once with a C++11 thread safe static.
        
        Change-Id: I5b1faba9107355c508831a078366e4a29fdbfadf

2018-02-01  Tor Lillqvist  <tml@collabora.com>  [ef3d1bf9e35d4753c52883137e07236ce8617f2f]

        Don't crash if aArgs is empty
        
        Change-Id: Icaa09de92fb25583f35139632fa8453e5fa4dd85

2018-02-01  Eike Rathke  <erack@redhat.com>  [1698425c6e2341835aef8c405c06482d4d78d73a]

        Check for end-of-stream after reading formula headers
        
        Change-Id: I0de0ceeda63d733779aa595bdbd0f2be97827694

2018-02-01  Julien Nabet  <serval2412@yahoo.fr>  [6363d6036b8dca427e8421f8b8cca9c7cd86f535]

        Typo: invlidateParameters->invalidateParameters (forms)
        
        Change-Id: Ia25e5e9968038849d539f9bc112a4a56e6190277
        Reviewed-on: https://gerrit.libreoffice.org/49088
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-01  Julien Nabet  <serval2412@yahoo.fr>  [797db19be28937da2742598b36ad4234e2ad13a1]

        Fix code typos odf2uof_spreadsheet
        
        + remove the duplicate "top" line
        
        Change-Id: I74f2250d531637ee910e0dfcf77c339acebe8779
        Reviewed-on: https://gerrit.libreoffice.org/48679
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-02-01  Jens Carl  <j.carl43@gmx.de>  [914b211addb231d24f721bdf249b4cc19658a308]

        Remove shared mxComponent (test document) in new_cond_format
        
        Change-Id: I4f23971186ab7c61fb6c76422f654291333ee07d
        Reviewed-on: https://gerrit.libreoffice.org/49067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-01  Jens Carl  <j.carl43@gmx.de>  [740137d8ccc50fea073224cc7e69173676536f5e]

        Remove shared mxComponent (test document) in sctablesheetsobj
        
        Change-Id: I3fb21aaebf97a143954f84e5d41415f58ecd9326
        Reviewed-on: https://gerrit.libreoffice.org/49062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [418a16bff0af21b4bd9656a0f4be484272b82b6b]

        hwpfilter: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I30b53bd7c5105fee6b384441bb2d996b2e216b21
        Reviewed-on: https://gerrit.libreoffice.org/48981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [e9073eadef4e7635ab86316d1a68be5023632c78]

        idlc: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0fbba0c1b12f9ade703ceee477dae4056fe9d31e
        Reviewed-on: https://gerrit.libreoffice.org/48994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [8e07fb35074e0f23e7676cdf4499582b7c3c1bbb]

        include: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Iba5ffe646e5a6cf8ecfb635c21546025fc5606db
        Reviewed-on: https://gerrit.libreoffice.org/48995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [94a5665ef3c0fa594048dd425772c4be29d9d7da]

        jvmfwk: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ibb69ba9c994e44c162318e40c4469c311309f326
        Reviewed-on: https://gerrit.libreoffice.org/48996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [1e96364cf016097ab01ef933fff02f629e7b1884]

        o3tl: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Id9d038d50d5b6335a2f354c759b2c1e5dd413cec
        Reviewed-on: https://gerrit.libreoffice.org/49037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [682cef7d375f38656ec6b4b91213524d40586f44]

        odk: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ie5957edb3954507505a7df9fad9f8da6b87b09d0
        Reviewed-on: https://gerrit.libreoffice.org/49038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [a584c0a27de9cbd81bc1a6e502868ffc52cc67ad]

        oox: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I3b3f46be30fce0f9193ee8d52159b16d022d903f
        Reviewed-on: https://gerrit.libreoffice.org/49039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [f365bca51e5ef5f28fb9f8c1cb972a6b719dfdb9]

        LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Id8dd284a9db04eae458593d8e411b44223d16a8e
        Reviewed-on: https://gerrit.libreoffice.org/49040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Tor Lillqvist  <tml@collabora.com>  [8bc49ff1c28dd07d7eb191a895fa5e95c51d6898]

        Use more specific tag in SAL_INFO and SAL_WARN here
        
        Surely we shouldn't be using the very generic "sw" for such a
        feature-specific part of the Writer code.
        
        Change-Id: Id8913b9121a419f5da1f46a552fab95c903a3b13

2018-02-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d24e83aaeeaac1438652d8dd5fda6d0416e3db47]

        Fix typo
        
        Change-Id: Ib02367b1d93d15d32850a36375bfa5b83ef4f33d
        Reviewed-on: https://gerrit.libreoffice.org/49098
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0a01eacb14b3ccf8a874efcf805af0ffd63da44d]

        Fix typos
        
        Change-Id: Id9d4f277ec684f4baaa9f16000da1b208d745e03
        Reviewed-on: https://gerrit.libreoffice.org/49099
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Caolán McNamara  <caolanm@redhat.com>  [2525d7cdea8905aa2120ce7b8ed6b8c793045d70]

        ofz#3032 slk fuzzing timeouts on filling all rows
        
        which tells us that we're way too slow, which isn't really interesting news,
        set an arbitrary limit for number of rows to import
        
        Change-Id: Ie835088eab4e363a7deb19e9e5dbe43c1838520b

2018-02-01  Yousuf Philips  <philipz85@hotmail.com>  [7f4b7db28d4174d1ccf75c1e8373585060e74b1f]

        tdf#85940 Add basic list styles to context menu
        
        Change-Id: I9bdc3f1ba64ed47a6569b93e6685adad47c41718
        Reviewed-on: https://gerrit.libreoffice.org/48238
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2018-02-01  Julien Nabet  <serval2412@yahoo.fr>  [4b2476b5ac464d876cb1be4d3e02e30c329607cc]

        Avoid empty avoid name for SfxPrintingHint
        
        Create a brand new doc on Writer, click Print then Cancel button
        =>
        warn:legacy.tools:2382:2382:sfx2/source/doc/sfxbasemodel.cxx:3071: Empty event name!
        
        Here's the bt
        0  0x00007ffff1da379c in SfxBaseModel::postEvent_Impl(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::frame::XController2> const&) (this=0x5555578f0630, aName="", xController=empty uno::Reference) at /home/julien/lo/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:3073
        1  0x00007ffff1da134b in SfxBaseModel::Notify(SfxBroadcaster&, SfxHint const&) (this=0x5555578f0630, rBC=..., rHint=...)
            at /home/julien/lo/libreoffice/sfx2/source/doc/sfxbasemodel.cxx:2731
        2  0x00007ffff12768d1 in SfxBroadcaster::Broadcast(SfxHint const&) (this=0x5555578e9420, rHint=...) at /home/julien/lo/libreoffice/svl/source/notify/SfxBroadcaster.cxx:49
        3  0x00007ffff1eec7b6 in SfxPrinterController::jobFinished(com::sun::star::view::PrintableState) (this=0x55555c092d20, nState=com::sun::star::view::PrintableState::PrintableState_JOB_ABORTED) at /home/julien/lo/libreoffice/sfx2/source/view/viewprn.cxx:329
        4  0x00007fffec314318 in Printer::FinishPrintJob(std::shared_ptr<vcl::PrinterController> const&) (xController=std::shared_ptr (count 2, weak 0) 0x55555c092d20)
            at /home/julien/lo/libreoffice/vcl/source/gdi/print3.cxx:519
        5  0x00007fffec3143b1 in Printer::ImplPrintJob(std::shared_ptr<vcl::PrinterController> const&, JobSetup const&) (xController=std::shared_ptr (count 2, weak 0) 0x55555c092d20, i_rInitSetup=...) at /home/julien/lo/libreoffice/vcl/source/gdi/print3.cxx:529
        6  0x00007fffec3128ef in PrintJobAsync::ExecJob(void*) (this=0x55555c09b940) at /home/julien/lo/libreoffice/vcl/source/gdi/print3.cxx:275
        7  0x00007fffec3128c5 in PrintJobAsync::LinkStubExecJob(void*, void*) (instance=0x55555c09b940, data=0x0) at /home/julien/lo/libreoffice/vcl/source/gdi/print3.cxx:273
        
        This behavior has been like this since:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=87dfa6dd336d596112c0beb6b42f082178461678
        
        This patch will allow SfxBaseModel::postEvent_Impl to not return early
        See https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/sfxbasemodel.cxx#3059
        
        Change-Id: I77ff916c15944693f9f0848bf8f18659f9b519df
        Reviewed-on: https://gerrit.libreoffice.org/48936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ae8b65eea784e4f718e3170577b670fe1e6a3700]

        Fix typos
        
        Change-Id: I5cfa53bbe82fc3611770fdbe3b58d593f7a7c89f
        Reviewed-on: https://gerrit.libreoffice.org/49100
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [2de83d5ad256dc5a101108418554630a15193734]

        osl: change osl_psz_removeFile() -> osl_unlinkFile()
        
        Also a few cleanups.
        
        Change-Id: I3269d623917efda3a873f745dbce8bb25dce79be
        Reviewed-on: https://gerrit.libreoffice.org/48792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [192b2f754cc4f05d84e7da0d18bfa88f21329c15]

        connectivity: remove dead code
        
        Change-Id: Ia968179d90978dc6c737effce5447efda60c1f66
        Reviewed-on: https://gerrit.libreoffice.org/47490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [8a29d632319384d593bcdf6ddd92c71bcb6e2511]

        Updated core Project: help  0f7a354db93f0affe218cae7e0ea294a4efe5891
        
        Correct parameter syntax
        
        Change-Id: Ib9f805c33b1a2243197e5addfe9bf777b4e88ed5
        Reviewed-on: https://gerrit.libreoffice.org/47889
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2018-02-01  Caolán McNamara  <caolanm@redhat.com>  [0e5d5389428accb397594229f173a9b95aef4433]

        ofz#5872 Direct-leak
        
        Change-Id: Id792ecc80dd3367f070c9a613f3999a8c3e386a1

2018-02-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [f38c49cdc9df7acedcf08b895f4c99be85d6aa80]

        tdf#42949 Remove unneeded helpids.h headers (3/3)
        
        A side effect of the .ui migration is that we use a lot less HIDs
        in the code. A lot of files still contain helpids.h includes
        even if no actual HID is referenced.
        
        This cleans up directory sw.
        
        Found with:
        git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_  | grep :0$
        
        Change-Id: I100fd818b0e68eaaecbfaf7c7b58e95dea489aeb
        Reviewed-on: https://gerrit.libreoffice.org/46870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [73bfe83a3985df447d4fd6b443277aac21cd9913]

        tdf#42949 Remove unneeded helpids.h headers (2/3)
        
        A side effect of the .ui migration is that we use a lot less HIDs
        in the code. A lot of files still contain helpids.h includes
        even if no actual HID is referenced.
        
        This cleans up directories r* - svx*.
        Found with:
        git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_  | grep :0$
        
        Change-Id: I81bdb80161b0207f5df651eb17c58caef44250d3
        Reviewed-on: https://gerrit.libreoffice.org/46869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [4fae455fcdb0242b568b88f51726bd1596e100b0]

        tdf#42949 Remove unneeded helpids.h headers (1/3)
        
        A side effect of the .ui migration is that we use a lot less HIDs
        in the code. A lot of files still contain helpids.h includes
        even if no actual HID is referenced.
        
        This cleans up directories b* - e*.
        Found with:
        git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_  | grep :0$
        
        Change-Id: I221d22f68584115d71660a97c4f108595625d12c
        Reviewed-on: https://gerrit.libreoffice.org/46868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Stephan Bergmann  <sbergman@redhat.com>  [c35d44ff72eb00c9f572870734e4d1832e8d9a5e]

        Use std::max
        
        (with the nice side-effect of removing one more false -Wsign-compare from
        Android builds where USHRT_MAX is erroneously of type unsigned int)
        
        (the original cast of rMax (of some unsigned type) to (signed) long had
        probably originally been added to silence some signed-vs.-unsigned comparison
        warning, so would no longer be necessary when using std::max)
        
        Change-Id: I26212e731e26d885b848c7351a9ca5f9735e1f78
        Reviewed-on: https://gerrit.libreoffice.org/49081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-01  Michael Stahl  <mstahl@redhat.com>  [2a94fddcc8cca382787313d0ac4fcbfe1b9a5df8]

        sw: convert DELETEZ to std::unique_ptr in SwXFrame
        
        Change-Id: I1aa9d0fc8712773ea87ea8419c384f6f23258387

2018-02-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [23961ff6c0c2d6f2d58ede3b4082554fc025ce6f]

        deps w/ hardlinks: don't create it as foo_ only to move it to foo
        
        this breaks with CCACHE_HARDLINK=1 on close-enough rebuilds, as there
        will be "foo" from previous run (hardlinked to ccache-dir), and foo_
        will be hardlink to the same file, resulting in mv to barf out since
        foo_ and foo are the same file (and -f/force doesn't help in this case)
        
        Change-Id: Iaefcec05b34dad88f49477693e2157c1ca0623ac
        Reviewed-on: https://gerrit.libreoffice.org/42586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Takeshi Abe  <tabe@fixedpoint.jp>  [b52275dd26105524210dfba2f9a7d8bf7961cf8f]

        sd: Remove unused keywords
        
        Change-Id: I1a180aaca32cabc56a6d5a6a3f0b23680d60aaf3
        Reviewed-on: https://gerrit.libreoffice.org/47760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Michael Stahl  <mstahl@redhat.com>  [696568099bd319b14f6c0cb90f49e71191fcf6d1]

        sw: convert DELETEZ to std::unique_ptr in SwUndoTableNumFormat
        
        Change-Id: Ia1123e2b5f4b3bb2d827d2cdbeff485c3c2a56da
        Reviewed-on: https://gerrit.libreoffice.org/49080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Michael Stahl  <mstahl@redhat.com>  [e2d0e55918296e5a5414c1ea9a6a8a7614aa0e4b]

        sw: convert DELETEZ to std::unique_ptr in unodraw.cxx
        
        Change-Id: I89aaf157ded42ea3e968c706e4431f03d8f19ed7
        Reviewed-on: https://gerrit.libreoffice.org/49078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Rene Engelhard  <rene@debian.org>  [b6176bde1dc267601839d0d6510beaa07a28d8fa]

        apparmor: fix @{HOME}/.mozilla/firefox access for XML signing
        
        the #include <abstractions/private-files-strict> bringing
        "audit deny @{HOME}/.mozilla/** mrwkl," in actually denies everything here.
        Use just <abstractions/private-files> and allow profiles.ini, secmod.db
        and cert8.db.
        
        At least opening the Digital Signatures dialog doesn't log apparmor DENIED
        now...
        
        Change-Id: Id557626fc26745841f0cca005d483fd1e6ac922d
        Reviewed-on: https://gerrit.libreoffice.org/48264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [2521401271820be9f42cb24e7dce12609e8f4686]

        Pass also webdavs:// URLs directly to soffice binary
        
        instead of going via kioexec & temp file
        
        Change-Id: I48ed5de97a2914025f01884f5ed0d0edce452112
        Reviewed-on: https://gerrit.libreoffice.org/48900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-01  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [65abd11d68ba9f849d89b98b6a56071411875c89]

        Support for webdav:// and webdavs:// schemes from command line
        
        We have currently support for WebDAV schemes as vnd.sun.star.webdav://
        but it is not user and tools friendly.
        
        Some related refactoring in ucb to reuse existing code instead of
        manual parsing of URLs.
        
        Change-Id: Ib14411796d6cf11afd80d5132abe67d4e46a42e1
        Reviewed-on: https://gerrit.libreoffice.org/48585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [ae5f89fdcccb2cf74256b04771249fc8afca8794]

        split out SFX_METRIC_ITEM into separate field
        
        instead of overloading the nMemberId field
        and thus fix various places that were effectively setting the METRIC
        flag and causing a warning in SvxUnoConvertToMM
        
        And fix bug in
            sw/source/core/unocore/unomap.cxx
        where the PropertyAttribute::READONLY was in the wrong place,
        ever since
            commit 84a3db80b4fd66c6854b3135b5f69b61fd828e62
            Date:   Mon Sep 18 23:08:29 2000 +0000
            initial import
        
        Change-Id: Ifc2bf56709f19aea75300b2fda62ce551efc26af
        Reviewed-on: https://gerrit.libreoffice.org/48950
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e02efb621fe672aa52e56caa916cf5c3fd0a9cb8]

        Change bitmap table to store XBitmap instead of GraphicObject URL
        
        As we want to get rid of GraphicObject URLs for the more robust
        image life-cycle handling, it was necessary to change the way
        bitmap table stores and handles images, so that they always
        store a Graphic object (wrapped in UNO object that provides the
        XGraphic and XBitmap interface).
        
        In addition this changes loading and saving from ODF (xmloff) and
        OOXML (oox) filters so they don't depend on GraphicObject URL
        anymore, but load or save directly to / from  XGraphic or XBitmap.
        
        Change-Id: I2b88e10056e7d6c920249d59188f86b1a5a32d21
        Reviewed-on: https://gerrit.libreoffice.org/49074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a61747c2c375d1fe404c976d2a03125e4dc78d8f]

        add XGraphicStorageHandler interface
        
        This is a XGraphicObjectResolver (future) replacement as it will
        not be needed anymore. All resolving from URL to URL will be
        replaced by loading, saving and serialization of XGraphic objects
        (when appropriate), which is covered by this interface and
        implementation by XmlGraphicHelper - the same that implements the
        XGraphicObjectResolver.
        
        Change-Id: I227634e443ce336218c2a2effaf34f9ef3576382
        Reviewed-on: https://gerrit.libreoffice.org/49073
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3195fce9bd2661ef4e6136e25e383fb95a362796]

        hash implementation for Graphic objects, for set/map use
        
        Change-Id: I58547ad90d1aba6b1734a547c8138d1476c4b813
        Reviewed-on: https://gerrit.libreoffice.org/49072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [62222b40973fa71eba6c77bdd85be30864350f3f]

        these TODOs have been done
        
        Change-Id: I5457f38f4668175a8f3e1b0f24a90963ee9d585f
        Reviewed-on: https://gerrit.libreoffice.org/49076
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5acfb93c6461589bcb5b92ae363b0aed6424b9a2]

        Fix typos
        
        Change-Id: Icb4f4d9039278318d5f7f6302d57957b2c02bdb8
        Reviewed-on: https://gerrit.libreoffice.org/49069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [01c43770b75fd4e48b2cda230feda37154f75bdd]

        Fix typos
        
        Change-Id: I455efa82de60b764a500e1cc092ae08e800ec824
        Reviewed-on: https://gerrit.libreoffice.org/49068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [2c9904f300ab195636fc06c3c3b14aa61eb3ee85]

        embedserv: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0abd5662648b09f31164d919688e17a651bf78c8
        Reviewed-on: https://gerrit.libreoffice.org/48976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [dc4dae12637bf0e5ef5d05bec8cf2577cef75f42]

        extensions: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I7bbb280810af51adc25595667f1c40aca0a8ae26
        Reviewed-on: https://gerrit.libreoffice.org/48977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [98e9e033527d5f50df1fbf2918358c6f529d63ad]

        external: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ic17ffd6fc34504cf848d963e787e685ed2142080
        Reviewed-on: https://gerrit.libreoffice.org/48978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [f7d1081a7d1599b3471b7704be6a22187ff1f7d3]

        fpicker: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ifb05da6cf6d2084e80372440118883278738ea87
        Reviewed-on: https://gerrit.libreoffice.org/48979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [f0f43e0c1ee357a842a62b9a41ddf53fb0eaff03]

        helpcompiler: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I56298ee1962a4989bcc5446df2766d7aa30c28cd
        Reviewed-on: https://gerrit.libreoffice.org/48980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [d3870fc746a160b42be3baf3999c684e91ad08ce]

        i18nlangtag: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I88e2b2e68fbbc86639db986e8f430a90bd4b94f0
        Reviewed-on: https://gerrit.libreoffice.org/48982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [bc5f56303551ddc0d4a51cb979b6d48c73d086b0]

        i18npool: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Iacb0c1fba331aa76ea341bc21690f09109b14a0a
        Reviewed-on: https://gerrit.libreoffice.org/48990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf79168dba6100624bc105a66ce3f4d1bff9353b]

        EPUB export: can use std::move() here
        
        And get rid of an easy to avoid include if we are at it.
        
        Change-Id: I63cb4628a3a7038aab91c66f592920923a31d7a6
        Reviewed-on: https://gerrit.libreoffice.org/49060
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-02-01  Stephan Bergmann  <sbergman@redhat.com>  [3171066a959b52cd483bb22a0d1046e633f092f6]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...as nH needs to fit into the following SwPosSize::Height call's parameter of
        type sal_uInt16.  And whatever the reason to check for < instead of
        <= USHRT_MAX...
        
        Change-Id: I0377d51e7411eef7913d951eb972214a8d8d5768
        Reviewed-on: https://gerrit.libreoffice.org/49065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [0913b2af7d2443099626f65f6105fc67e5fccb56]

        loplugin:datamembershadow in XFCellStyle
        
        looks like the subclass member is never written to, so I'm going to
        assume this was a bug
        
        Change-Id: Ic56c4a30cd139415eb08c4d572273dad2411b514
        Reviewed-on: https://gerrit.libreoffice.org/49001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0c2d1be6a5ce1edb2e8b64a96d7d4d0d92f310c]

        loplugin:useuniqueptr in SfxModule_Impl
        
        Change-Id: I218cd34aefcf8bfbc8a52379fb1e15ec2ef3ac31
        Reviewed-on: https://gerrit.libreoffice.org/48700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [dad539c0ddeb7bd721c04450138ef2acb934809e]

        embeddedobj: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Iefcaf1f5ae73050300879fff0855f709c5f8a30d
        Reviewed-on: https://gerrit.libreoffice.org/48975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [f901bc5ac0d5812e7f2ec3fd68a266297cb41255]

        dtrans: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I7a043bc152373e98635bf2bd3513113a8ea45958
        Reviewed-on: https://gerrit.libreoffice.org/48974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [be13e756d64c461681c79457b5de4a22b6ec00d4]

        desktop: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I61ed9700c904b7499166d32e4ffda69811d64a8b
        Reviewed-on: https://gerrit.libreoffice.org/48973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [b23e4d2bace6eb4729d58fbb7cad4e99ce1aad94]

        cppuhelper: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ib097ea1764d275a3123d0dccf05d52315b4858a1
        Reviewed-on: https://gerrit.libreoffice.org/48971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [3c879be2407a511717b74259f99575bf3c675764]

        canvas: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0d23c789dd3cbb21a18383988dd6b24318fda225
        Reviewed-on: https://gerrit.libreoffice.org/48959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [6b33a41fcce8e045e4dc9a6775084f8555afaf41]

        dbaccess: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I0066b2de769a412cb04bcec7cdd8401f42b9dcf3
        Reviewed-on: https://gerrit.libreoffice.org/48972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [8f43170f121443e8320d42c21b3dba8ffe8112b3]

        configmgr: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I7f98fa855ff521db42bf9b379bfac3d430791ae0
        Reviewed-on: https://gerrit.libreoffice.org/48968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [acb3eeb6c20dba8a903d462fe2149c4f5a0762db]

        cli_ure: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I63e12a22a46de27a8bd010e4d21bf36d3a7e9178
        Reviewed-on: https://gerrit.libreoffice.org/48967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-02-01  Jens Carl  <j.carl43@gmx.de>  [e587def20d1735474857f56dd3d2c06cf7673db3]

        Remove shared mxComponent in scdatapilottableobj
        
        Change-Id: I2cf424ecfa2748cfca0f85bab8da820c6286d331
        Reviewed-on: https://gerrit.libreoffice.org/49061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-02-01  Takeshi Abe  <tabe@fixedpoint.jp>  [1056f14525c5f2cf2e73d461b1aa5e7d763cd1d0]

        starmath: Put GetDefaultFontName() in an unnamed namespace
        
        Change-Id: I877e1c9b33ae240a2e8ac9972a6bc45e0848ee28
        Reviewed-on: https://gerrit.libreoffice.org/49027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-02-01  Mark Hung  <marklh9@gmail.com>  [21a53c857830414968a7acea4dc1f9b95676a6b1]

        sw: refactor StartRuby in ww8 filter.
        
        Refactor the copy-pasted code in StartRuby of WW8AttributeOutput,
        RtfAttributeOutput, so that it can be used it in DocxAttributeOutput
        later.
        
        Change-Id: I63631be7604a62899c5630f3e57985993f128728
        Reviewed-on: https://gerrit.libreoffice.org/48764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-02-01  Mark Hung  <marklh9@gmail.com>  [8ed0b54763581ba1f5ff295a59b5b040e7cd8f0f]

        tdf#35301 sw: RubyPosition text property support.
        
        Allow RubyPosition property to be set via UNO
        interface.
        
        Change-Id: I506312b1b5b27f016d0ee1c66231ff90747e5538
        Reviewed-on: https://gerrit.libreoffice.org/48327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [d9efa12addb8fbedbc900081bdcaf9db7fd4cd66]

        ofz: Infinite loop
        
        Change-Id: I9f7170023dd31c11ef6e02a6901bb5ea18f5fa81

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [888973850c7bf476de0b4c9b171d5b19583e8056]

        ofz#5855 revert fix mem leak
        
        commit 5ceea51947b99f27eb3401bd3c9b8a7cf6ee9c96
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Dec 8 14:13:22 2017 +0000
        
            ofz: fix mem leak
        
            Change-Id: I295e52723297b257dcfe532108471702631ca5f5
            Reviewed-on: https://gerrit.libreoffice.org/46093
        
        Change-Id: I98c2dc7e32c6dfc725a5763077bceb527cb31db2

2018-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [b7c5ddcdd05ceba73acb1a298500892d6157f360]

        connectivity: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I22553d7cbbae7cfaac3f39a17db54dfe06e2e5bc
        Reviewed-on: https://gerrit.libreoffice.org/48989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [82e3833995d28b3a05ad539d331b47b210d1611f]

        bridges: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Ib13f198e5941a33a9a8d1091c8ceb48e273f00cc
        Reviewed-on: https://gerrit.libreoffice.org/48949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [0b3ecd909ca337d920cca412d9813851ace55da1]

        bean: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: Id575db58199f438e95d9c73778cc520c452e1a42
        Reviewed-on: https://gerrit.libreoffice.org/48948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [7a42f3966378d5a43193e3d6db6f27bc319c3616]

        basic: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I9e157f7b27eab831c5c15f6c22b9ffb20207b593
        Reviewed-on: https://gerrit.libreoffice.org/48947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [bca11ff008b53764cf248eff485bdb24c41b6fa3]

        avmedia: MSVC: pragma warning: make more specific, remove obsolete
        
        Change-Id: I6274d563f9bb4f1f173d0d5d25239e5617ee064c
        Reviewed-on: https://gerrit.libreoffice.org/48946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [453cb4dfa5c563fcfe723a9193246873ebc83b1e]

        loplugin:datamembershadow in lotuswordpro
        
        Change-Id: I50f37e09df6c4c7cbe697e3419731e637c980807
        Reviewed-on: https://gerrit.libreoffice.org/49000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [fd0e8beee9ce68d833694d7c234252372c17decc]

        Check of nMultiSpace is probably no longer relevant
        
        The original code introduced with 1d10fb1197ea93f3532726c55ddd5a0eaa9ed944 "New:
        Text adjustment in multiportions" read
        
        +            if( nMultiSpace < KSHRT_MAX )
        +            {
        +                pCurr->GetpSpaceAdd()->Insert(KSHORT(nMultiSpace),0);
        +                bRet = sal_True;
        +            }
        
        so needed nMulitSpace to fit into KSHORT (an alias for USHORT back then),
        whereas today nMultiSpace is inserted into a std::vector<long>.
        
        Change-Id: I24cafa7e295b87bf93f4e0ef5fbda5f99834286a
        Reviewed-on: https://gerrit.libreoffice.org/49034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [ad39f63d4d46abed6786f9b2337d07b3ab443efb]

        Remove shared mxComponent (test document) in sctableconditionalentryobj
        
        Change-Id: Id95c3d528ac3f50653c69778ca0b497662669f8e
        Reviewed-on: https://gerrit.libreoffice.org/48938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Michael Meeks  <michael.meeks@collabora.com>  [4696d3728f0aba1087001bc543fc0867dd0ebdda]

        Disable threading for formula groups for now.
        
        Change-Id: Ic72762c030878158d505306cbdd9c50553feecfd
        Reviewed-on: https://gerrit.libreoffice.org/49032
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-31  Eike Rathke  <erack@redhat.com>  [d2473faee119c35b518849afe3daa6977a751c68]

        ofz: guard against binary crap argument counts and ID/OpCode generation
        
        Same as in sc/source/filter/lotus/lotform.cxx LotusToSc::DoFunc()
        
        Change-Id: I4972e065ab96abdea42d64481d4e30674230ab99

2018-01-31  Michael Stahl  <mstahl@redhat.com>  [e80da60895b45309fa1d018760d5f11cca4367f4]

        tdf#114596 compilerplugins: add exception to [loplugin:refcounting]
        
        Change-Id: I994653dc4bf858bdea7ba60f40da0ee3c8d028e4

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [a344cc0f1dfd80386d632bff56067e0daeed9615]

        fix build
        
        Change-Id: I829e0454a954e9870ebf2b86b43dc088ea74551c

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [daa761664c6db169a47d60664203f2283a6dc2e3]

        ofz#3032 Timeout
        
        Change-Id: Ibd370623f89341560d5d3a6c3bd073cc7365fab9

2018-01-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b794ea5ba1408418aa3987d8538846890f6413d8]

        Fix typos
        
        Complete commit 8310642c6c404ea501b8be5ae4d12860e1562ac9
        
        It passed "make check"
        
        Change-Id: If599bf7b66c972f225f88802d10c70bea4783a38
        Reviewed-on: https://gerrit.libreoffice.org/48998
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8ed1e348e0577e7572e545c19d97f2412040b3fe]

        Fix typo
        
        Change-Id: I1e78c05cc78c03c1b5578342f7480405f6992c68
        Reviewed-on: https://gerrit.libreoffice.org/48999
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [af0fed1205476404d3710679a8cebf33d8bb8d41]

        Fix typos
        
        Change-Id: I7dddc597b1a5c3f4572be4d3f91d9ebd83181a4d
        Reviewed-on: https://gerrit.libreoffice.org/49030
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-31  Julien Nabet  <serval2412@yahoo.fr>  [8b700053cf1b91fbc728cb0b69b6efe21ab61248]

        Modernize a bit vcl (part5)
        
        by using for range loops
        
        Change-Id: I52d6e6c9e1c2c321dc81d8258943a1a9a611441c
        Reviewed-on: https://gerrit.libreoffice.org/48987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b843f01c5d3fbdb179cb208083938f26f28a8ed4]

        Updated core Project: help  f7e82f12585648e59c308607d8754616c5d930b0
        
        Fix typo
        
        Change-Id: I8fd351833236fe594a0480d9e09b0ef072ec7c46
        Reviewed-on: https://gerrit.libreoffice.org/48997
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-01-31  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [0edd9ebdc756313d2111f555337980b0eea36d1e]

        Updated core Project: help  11adc4492b11253c5d24d217354581956da1f52b
        
        Fixes for MS browsers and tweaks to fuzzy search
        
        Some experimental JS tech had slipped into the mix.
        Search settings should also be a bit more performant now.
        
        Change-Id: Ifae9986efc02d20fefa9480ae463107fe4743944
        Reviewed-on: https://gerrit.libreoffice.org/48988
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-31  brian houston morrow  <bhm@brianmorrow.net>  [7d11a1e1f0a282c73204af47e8dfcb767295d597]

        tdf#111417 Import read only property on ActiveX text box
        
        Change-Id: I45d933ef308fbad31695cfc9f668eced4cd8e1f1
        Reviewed-on: https://gerrit.libreoffice.org/48872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [c3e5fba9da796c8af47141cc98ef127cac0bbe7e]

        No apparent need to restrict intermediate values to sal_uInt16
        
        PPTNumberFOrmatCreator's nTextOfs and nBulletOfs are both sal_uInt32, while
        SvxNumberFormat's SetAbsLSpace and SetFirstLineOffset both take short parameters
        
        Change-Id: I2512fad4387bc8393be694b67be03ac8ea543cce
        Reviewed-on: https://gerrit.libreoffice.org/48954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [a3251b83e3fb49b5dc28dde8825f71d0e468f4bb]

        ofz: speed up bitmap image fuzzing
        
        Change-Id: I73c9ee7aef7062e3cb025c6ae0f3bb6a91485330
        Reviewed-on: https://gerrit.libreoffice.org/48983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-31  Michael Stahl  <mstahl@redhat.com>  [96ae2a3300811897c24cccb20f8c2faf382483df]

        tdf#114596 dbaccess: fix mysterious dataloss bug
        
        OBookmarkContainer actually re-uses the reference count of
        ODatabaseSource, so converting ODatabaseSource::m_aBookmark to Reference
        created a cycle, which somehow causes the dataloss, because evidently
        something as important as storing the data must be done in the
        destructor.
        
        (regression from 2660d24a07866e083c5135ea263030f3e3a2e729)
        
        Change-Id: I4cad01dc9cdaf405c1eb31d6c0e161eb6712b78f

2018-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [271c35f1f7894f662231108ab9a1961ee4e87f64]

        BitmapColor can be final
        
        Change-Id: I903362c158190a9f1ee68c2e580a0c695a4c86d8
        Reviewed-on: https://gerrit.libreoffice.org/48970
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ea607135ce6bb607508ac6ce6fcc4dae99f297a9]

        Improve performance when looking for draw objects anchored to cells
        
        Look for a whole column at once so we don't have to iterate all draw objects
        for every cell, but only once per column.
        
        Follow-up for 3a2a430ae8e2c1647c18d8904477949f6e2e7941
        
        Change-Id: Ic8740fca7d595528785b432c1cedf4fad4f13ba1
        Reviewed-on: https://gerrit.libreoffice.org/48416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [3341c752024687e96b7aad2d19e04d65ee7e232e]

        SvxNumberFormat::SetAbsLSpace takes short
        
        ...so there appears to be no good reason to cast from sal_Int32 to sal_uInt16 first
        
        Change-Id: I67384bc736685269acb6c2033b2c4edffd27a510
        Reviewed-on: https://gerrit.libreoffice.org/48953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [836b5ac33938a49f2c2537e278fbf49fd6b8e9ea]

        Make nOffs be long from the start
        
        ...implicitly casting it to smaller types where necessary, instead of the other
        way around
        
        Change-Id: Ib7673fbae016b0c91bf37d6768692fa99ccae46c
        Reviewed-on: https://gerrit.libreoffice.org/48955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [b3ebd1ed63bba9824224c8bb76ab43d4de1cd004]

        SvxNumberFormat::SetAbsLSpace takes short
        
        ...so there appears to be no good reason to cast from long etc. to sal_uInt16 first
        
        Change-Id: I870e63404bed09cd42673692e08fc12c1c1e2fdf
        Reviewed-on: https://gerrit.libreoffice.org/48958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [149bb368fc4911d3303095c7e06d87f564942783]

        SvxNumberFormat::SetAbsLSpace takes a short
        
        ...and none of the places that call SvxNumberFormat::GetAbsLSpace (also
        returning short) look like they deliberately cast back to sal_uInt16 (i.e., to
        tunnel a genuinely unsigned value through SvxNumberFormat), so it looks more
        plausible to restrict values here to short and SHRT_MAX, instead of sal_uInt16
        and USHRT_MAX.
        
        Change-Id: I6807c1b29d30c3f9bfe1ad8b98d0b3ef64dd6a5a
        Reviewed-on: https://gerrit.libreoffice.org/48957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [f941cd78a0f805b968bac65fc7c3ef4efffe10fc]

        SvxNumberFormat::GetAbsLSpace returns short...
        
        ...(and both calls of CorrectTabStopInSet pass in the result of a GetAbsLSpace
        call), and SvxTabStop::GetTabPos() is sal_Int32& (and that's what nAbsLeft is
        combined with inside CorrectTabStopInSet), so why use an intermediary parameter
        of type sal_uInt16?
        
        Change-Id: I1cd1869ead58c419eecb3e2d1fbfb87f96bca86f
        Reviewed-on: https://gerrit.libreoffice.org/48956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  heiko tietze  <tietze.heiko@gmail.com>  [2192f72e78ce0afeecd40c03f3ad915c7199bf39]

        tdf#90487 Size of chart series dropdown
        
        Width reduced to 75px
        
        Change-Id: I269eed9054e75d3885cb53d6a773460d30c67a14
        Reviewed-on: https://gerrit.libreoffice.org/48896
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [efdeb2a0d8e75778751bc58af8756842cbe5209d]

        SvxNumberFormat::GetAbsLSpace returns short
        
        Change-Id: I26461962c52c7b77308dbf3a7734b6ca9fba6e82
        Reviewed-on: https://gerrit.libreoffice.org/48951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Tor Lillqvist  <tml@collabora.com>  [b46c8254dd266873565732db503ac3ede79f7be2]

        Bin line that has been commented out forever
        
        Change-Id: I363ad44545adae11fb4d74048d906eb6fdd8e819

2018-01-31  Stephan Bergmann  <sbergman@redhat.com>  [0088b38f9e5c11e87a30c1b1a6a640f46b0ebdf4]

        SvxNumberFormat::SetAbsLSpace takes short
        
        ...so there appears to be no good reason to cast from long to sal_uInt16 first
        
        Change-Id: I5baf699fbf043eae6a20e2055b53aef10103f591
        Reviewed-on: https://gerrit.libreoffice.org/48952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [d635fc5f50e35aabb68d8db9775d5d4da747c1a1]

        ofz: Infinite loop
        
        Change-Id: I3f3ebaea1fe3a3b3919fe204bd8769287e84deaf

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [6cf883c29090d7caf9e1a5546309f1bf087b0bd8]

        ofz: speed up jpg fuzzer a tad
        
        Change-Id: Ie44698565865b3aacc1ebd0a3e41d5001bf8e09a

2018-01-31  Caolán McNamara  <caolanm@redhat.com>  [ede60a762baad7f8b789c156407f65ef9093e08e]

        tweak clippath fuzzing path
        
        Change-Id: Iebcf12eec5cf5282e798ff5d4fe6649e3a8eea3f

2018-01-31  Tor Lillqvist  <tml@collabora.com>  [155086493c9e035c0568868f5ae3b3dcf3299e6f]

        Fix protection of some unnecessarily strictly protected files
        
        Change-Id: I8bd18130c5fe87b2b352d285d58dd6a4f4499768

2018-01-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [baf3ad4dc9ef4e18306b492a70eadc285f6dbe51]

        Fix some IWYU warnings
        
        Change-Id: I85a096505b0de98fd1de6179b9239318622fc34a
        Reviewed-on: https://gerrit.libreoffice.org/48933
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-31  Julien Nabet  <serval2412@yahoo.fr>  [f11a4759ac53c4d13703a83b4ae83df6663ef1ad]

        Modernize a bit vcl (part4)
        
        by using for range loops
        Remark: some iterators were used outside loops,
        these have been replaced by the counterpart origin variable
        
        Change-Id: I0b1e69811f16752b0962f5c5e662ea20064e26b4
        Reviewed-on: https://gerrit.libreoffice.org/48829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [43b19dc7c23fd75c4e7bedfb8290d296d756573e]

        Remove shared mxComponent (test document) in scsubtotalfieldobj
        
        Change-Id: If47716c6dbc353059c42a2bcd09f7c11ed53796f
        Reviewed-on: https://gerrit.libreoffice.org/48937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8c1083553ee4c0d85bacef4ea4cdef0de8927d3]

        loplugin:useuniqueptr in SvXMLExport
        
        Change-Id: I8ce26b7cddeb74fd86f60896c84bf3574ccbc9bc
        Reviewed-on: https://gerrit.libreoffice.org/48421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [96a47c604df8187ab5c68d9941d71e8f07acce6d]

        Remove shared mxComponent (test document) in scviewpaneobj
        
        Change-Id: I8bf7adb11e49d926a5910a4bd8279e16cf34833f
        Reviewed-on: https://gerrit.libreoffice.org/48943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [00bf3c837120fa95bfa9df5cc4de33bacb9b5288]

        Remove shared mxSourceComponent and mxTargetComponent (test documents)
        
        in scstyleloaderobj
        
        Change-Id: I7702f6458a56a9a4f8514a354505cf8f93ec8390
        Reviewed-on: https://gerrit.libreoffice.org/48932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [0d4ab5f616919b1a89ca2e6df53726af2020e3da]

        Remove shared mxComponent (test document) in sctablesheetobj
        
        Change-Id: I4c381b7f7520bf7d3103dfea22e3643b2eae01b1
        Reviewed-on: https://gerrit.libreoffice.org/48940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [2e0f1f6ff0deb65370b8c5491dda6c326edae7e0]

        Remove shared mxComponent (test document) in sctablevalidationobj
        
        Change-Id: I94900cd87e61b5ee6618ccb736bee82c349c8cc3
        Reviewed-on: https://gerrit.libreoffice.org/48942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Serge Krot  <Serge.Krot@cib.de>  [deaa16bd24fba4a3a6b072ab2b94542a7dbd41c6]

        tdf#72942 Do not overwrite styles from the inserted doc
        
        During inserting of the text from the external document
        we should not change original default styles in
        currently opened document.
        
        Added unit test.
        
        Change-Id: Ida754a0da5efaaa043464cd807c0b52cfb0d5670
        Reviewed-on: https://gerrit.libreoffice.org/48826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [d88e9c4be7110c9cbafb98dffa7a3b7c4126459e]

        Remove shared mxComponent (test document) in sctableconditionalformatobj
        
        Change-Id: I9a255067cce2ae013d1054fbad7efa10bce4378b
        Reviewed-on: https://gerrit.libreoffice.org/48939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [ef52c5bf90713bb4751e36b6849e236a768f0aa4]

        Remove shared mxComponent (test document) in screcentfunctionsobj
        
        Change-Id: Id0d9e3f86f9e48333f415b4eb2a05b3211473b67
        Reviewed-on: https://gerrit.libreoffice.org/48925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [1a43f636b20dbeed0c112bd1b97d862184ead089]

        Remove shared mxComponent (test document) in scoutlineobj
        
        Change-Id: I054de2c9f421e13069314146f972e95ab9ae322b
        Reviewed-on: https://gerrit.libreoffice.org/48924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-31  Jens Carl  <j.carl43@gmx.de>  [e0acc74c57a71985ded8f410bd8b44c89b933007]

        Remove shared mxComponent (test document) in scsubtotaldescriptorbaseobj
        
        Change-Id: Ia97f3e7b637c2b14a9c07c521dcd5b8ff1ff0686
        Reviewed-on: https://gerrit.libreoffice.org/48935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [8b521b2535ca1e80758f57abf1656fc3eb21a47c]

        Remove shared mxComponent (test document) in scspreadsheetsettingsobj
        
        Change-Id: I6c96bf694ec64fec2ddae66a42cf8cc2a8fc0e7a
        Reviewed-on: https://gerrit.libreoffice.org/48931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [3e32f5530b1292a9edc5fed5997a52d0fa554420]

        Remove shared mxComponent (test document) in scscenariosobj
        
        Change-Id: If37b9fa10fd935c5273a817acbf7d2d2f7eeedb8
        Reviewed-on: https://gerrit.libreoffice.org/48930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [d3297c0c356a76e328fff1f542c4f1e81361b4ac]

        Remove shared mxComponent (test document) in scnamedrangesobj
        
        Change-Id: Ibf08ba22508fbe3f37878ecb0c024a1fdeff8e64
        Reviewed-on: https://gerrit.libreoffice.org/48923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [4f24c1919be05eef757d0b4ae89349f3601c77ee]

        Remove shared mxComponent (test document) in scmodelobj
        
        Change-Id: I2937c85f3e86d76838c17b7e881a1d9f7cddd68d
        Reviewed-on: https://gerrit.libreoffice.org/48921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  tagezi  <lera.goncharuk@gmail.com>  [b0a391d62c1df7525069a02913a52af940d92ecc]

        Circular movement of cursor in a table with  hidden columns/rows, tdf#68290 related
        
        If there is a table with range on the edges of the hidden columns/rows,
        it allows you to quickly jump to the beginning/end of a neighboring
        column using Enter/Shift+Enter
        
        Change-Id: I5b18789b70089a6987ec7718998f5861261b22f8
        Reviewed-on: https://gerrit.libreoffice.org/48691
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [b7896ade3e54c6809f588c3f2deab02b3d803a26]

        Remove shared mxComponent (test document) in scnamedrangeobj
        
        Change-Id: Ieb32cb4b4a4cc4c897ecbcdb29dd64bf5d31b28f
        Reviewed-on: https://gerrit.libreoffice.org/48922
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [f8f4e9e605daf307a32531bbe8c89fd4575fea4e]

        Remove shared mxComponent (test document) in sclabelrangesobj
        
        Change-Id: I79fb234a55fa03cd0c45bcc22903963f2a353fe5
        Reviewed-on: https://gerrit.libreoffice.org/48920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [1a8aedb933f6c82c84804de3e282412deb190a79]

        ofz#3002 speed up cymk conversion a tad
        
        Change-Id: Ie9e3c26b10301f4d2fa12d2cd6a221dd64001158

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [7af7c18c11cfdb781daf6a8c4c7112d247f8c4a0]

        Remove shared mxComponent (test document) in sclabelrangeobj
        
        Change-Id: I5d9ab4b1ec384298334399dc2e02c3dcc6b2ca57
        Reviewed-on: https://gerrit.libreoffice.org/48919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [c38f11918568f33400f7f774c591f76926fe2755]

        ofz#5834 Null-dereference
        
        Change-Id: If52162286c949bd8c4f283ca8669fb1a99a61b0c
        Reviewed-on: https://gerrit.libreoffice.org/48897
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [e27628946c9ea97429d6cebc8b5a790304c8c07f]

        ofz: loop detect
        
        Change-Id: Ie0b54686e1406c5114148f9fe9a0bacfb5b607e8
        Reviewed-on: https://gerrit.libreoffice.org/48899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [d7f5e7e04adf607a5f82185777a2167bfde20fff]

        coverity#1421119 Dereference after null check
        
        Change-Id: Ic5002a25ed51fe72e1f36f365707101632d786e1
        Reviewed-on: https://gerrit.libreoffice.org/48905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Matthias Freund  <matti_lx@secure.mailbox.org>  [5e787f43dc93be087a67f72dcea1fd0ae0fff9a4]

        tdf#75256 Sifr update epub freezepane defineprintarea splitcells
        
        Change-Id: Iba3a6675f00fe6aec6612c0348008c58f98e892a
        Reviewed-on: https://gerrit.libreoffice.org/48856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [572301284171ee0503cc7705556eb0286299f5ff]

        No apparent reason to limit nTextXPos to sal_uInt16 instead of long
        
        Change-Id: I7142252aa6c42c74c7f2d7407db1cb243090195e

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [ac2fb48f27dcb612c601ed7ac2754f89fd0bf1aa]

        No apparent reason to limit nFirstLineOffset to sal_uInt16 instead of long
        
        Change-Id: I988614d5fbdbb439516627aa93327a1d2198e52a

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [9dba6d07570984ad65652c614e992b1b7fa9fb74]

        No apparent reason to limit nXStart to sal_uInt16 instead of long
        
        Change-Id: I19e846905bda86bb00826d337ee681b121c67407

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [0b560a3ac7f66d8ba4140bcd6a8c73a455341eac]

        No apparent reason to limit nLineHeight to sal_uInt16 instead of long
        
        Change-Id: I6431da3ff753feadead8f59119f502b54669fdc3

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [3e23dc67cfc2d396cf3cbd843d21db40558f5ffa]

        No apparent reason to limit nFontHeight to sal_uInt16 instead of long
        
        Change-Id: Id2cf2c667871e551082e00424d36aef481f5819c

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [941593917eda511b2ac39c7f62830d758e378151]

        No apparent reason to limit nYStep to sal_uInt16 instead of long
        
        Change-Id: I31ce86926d01e641f517beba3b3a784402ddaa1c

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [27030debeec1186ec7aa4d3bd16029fc612419aa]

        No apparent reason to limit nXStep to sal_uInt16 instead of long
        
        Change-Id: Iee74da2f6e58fa809b068675c250c0445d9adf58

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [111c4c24becd1c3fe367593df9870e4071495fd1]

        No apparent reason to limit nYMiddle to sal_uInt16 instead of long
        
        Change-Id: I58958b7c7eae9f764cd88d3c1e3ca175af9fc370

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [d9253918391fab227da4b8a4d5eaee29a3306878]

        No apparent reason to limit nXStart to sal_uInt16 instead of long
        
        Change-Id: I6775c36c9b0eb3b1e56968b4ca212fcd43a3be1b

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [a7a9919b538a5478cfbd2c137a0f80b02b67e136]

        No apparent reason to limit nYStart to sal_uInt16 instead of long
        
        Change-Id: I471eca407cb45daba62d679c8c43fb37d98dd762

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [1ad38d06ea1f5d740851a5eb9497bf1fd8f86e32]

        No apparent reason to limit nWidthRelation to sal_uInt16 instead of long
        
        Change-Id: I946e2a74ac5f03132791132e8d5b07d573cb76c5

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [97d31dfebc0a06614a8edd0e6123928c5b0fa72e]

        No apparent reason to limit nYMiddle to sal_uInt16 instead of long
        
        Change-Id: I3c1d082c99af94078a0a1505d3e69368aa5070ab

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [3426cb606cd22d04af3119cd0628a6f1fbf13cda]

        No apparent reason to limit nNumberXPos to sal_uInt16 instead of long
        
        Change-Id: Ic46fbb6ca905cc93943927117aa8c70beebee5a4

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [4c82b221639688f79186487b304d6d9654096470]

        No apparent reason to limit nTextOffset to sal_uInt16 instead of long
        
        Change-Id: Idbd4e4aae63441537aff243d852272739b73f78e

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [5925684856efcc16d7d8a284c236d43ae21599f8]

        No apparent reason to limit nBulletWidth to sal_uInt16 instead of long
        
        Change-Id: I7ce0705e9edd5cff4e6c6977909d7e903f6e1765

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [26138fa6815b840462983a818ce4232b287142bb]

        Move long vs. sal_uInt16 mismatch out of lcl_Draw{Graphic,Bullet}
        
        ...in preparation of getting rid of the mismatch
        
        Change-Id: I650a94ec043c4ce2763070a3441f08c0a77e7c73

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [67a4164b9d41bf9605d9a05d1e56ce6e9de37c5f]

        Introduce name for one specific use of USHRT_MAX
        
        (and use SAL_MAX_UINT16 instead, as the variables involved are actually of type
        sal_uInt16)
        
        Change-Id: Ibdd22c10bb70ae9d0ebfc5f49e736f390b694862
        Reviewed-on: https://gerrit.libreoffice.org/48915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [84e0627cbd4fd111f05b258942b67da9cece396c]

        Don't let PythonTest_solenv_python fail due to Emacs lock files in SRCDIR
        
        Emacs has a habit of placing lock files next to files being edited, which are
        actually dangling symlinks not pointing at actual files, but where the symlink
        content itself encodes some information about who locked the file.
        
        When such a lock file happens to be present in the source tree during `make
        PythonTest_solenv_python`, the latter fails because shutil.copytree by default
        copies files pointed at by symlinks, instead of the symlinks themselves, and
        causes an error if that fails.
        
        An alternative fix would be to call shutil.copytree with symlinks=true (copy
        symlinks, not the files pointed at) or ignore_dangling_symlinks=true (don't fail
        if a dangling symlink can't be copied).  But for now just don't copy any of
        those additional files that Emacs likes to place next to edited files (and which
        are also all ignored in our .gitignore).
        
        Change-Id: Ib731a5395fe8d40767878c17b1fb422b914bb329
        Reviewed-on: https://gerrit.libreoffice.org/48898
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-30  Milian Wolff  <milian.wolff@kdab.com>  [53e414df4af125ccc9b9dd96b7212f2fef7b7de2]

        Fix compilation with GCC 4.8
        
        Workaround a bug in variadic template parameter pack expansion in
        lambdas that affects GCC 4.8. The workaround expands the pack outside
        the lambda into a custom functor that then calls readIpcArgs.
        
        Change-Id: I7a2d8572a6f2b330bb22a4f18f5cc13fd7ef9b45
        Reviewed-on: https://gerrit.libreoffice.org/48895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [53a68280f301e9e1c852624bed430650b93bf1a1]

        Updated core Project: help  875dbb65c79bd52049c270197aaa71cc243821fb
        
        New Help: Add donation link for online version
        
        Change-Id: I340362a70ecc115565c7fd7cb2be1a5d0fbb5599
        Reviewed-on: https://gerrit.libreoffice.org/48929
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-30  Szymon Kłos  <szymon.klos@collabora.com>  [002b65c5791c8cb31f2790025d7c6fe27041766c]

        tdf#114821 calculate better label position
        
        Positioning hack was improved. It calculates position
        depending on direct chart size factor. Preffered
        label positions are: top - vertical, and center - horizontal
        
        Change-Id: Ic25f08cd0bc3105fe34841dbc3f8aacacb694d43
        Reviewed-on: https://gerrit.libreoffice.org/48909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-30  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [65de5423696882fe9ec41d96976c0b55c4b589e8]

        Updated core Project: help  e37c19a9dd3f2d3e5a31f91975ee5a8aac2dc2af
        
        Switched from list.js to fuse.js and paginathing.js
        
        Fuse.js has Apache License 2.0 and paginathing.js has
        Expat License (aka MIT).
        
        Paginathing is a paginating utility and it was originally jQuery,
        but due to performance concerns I converted it to pure JavaScript
        and rather brutally adapted it to our needs.
        
        Fuse.js gives us fuzzy search with multiple strings. The settings
        can be refined, if needed. Settings can be easily tested with the
        live demo: http://fusejs.io/
        
        Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908
        Reviewed-on: https://gerrit.libreoffice.org/48906
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [16846fd2b4343ee04b9098df9d0c60b0aed2c361]

        Remove shared mxComponent in scimportdescriptorbaseobj
        
        Change-Id: I11e80ca9e985650db783a8bee6b0334ec5be0d4c
        Reviewed-on: https://gerrit.libreoffice.org/48885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [300e9990a0795d86de3a315f002ced397945ab5c]

        Remove shared mxComponent in scheaderfootercontentobj
        
        Change-Id: Id4546f47af5729f9ba074423c9656f757d739448
        Reviewed-on: https://gerrit.libreoffice.org/48883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [2831ae4d07ecc04893022bc9412218f898e4d739]

        Remove shared mxComponent in scfunctionlistobj
        
        Change-Id: I7fe5778afb397d62d9a7530fc094dd97011fbca7
        Reviewed-on: https://gerrit.libreoffice.org/48882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [a52970b535759bf862a7786e12da282aa5acfd74]

        Remove shared mxComponent in scfilterdescriptorbaseobj
        
        Change-Id: If92339f38bdb24e364fd378de772fa714f73e380
        Reviewed-on: https://gerrit.libreoffice.org/48881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [b6bf9327d32f0ce1b61331646cddafcc04c9b8f7]

        Remove shared mxComponent in sceditfieldobj-header
        
        Change-Id: I32c881c263698c04cf39b7ce6389207b30fefdcf
        Reviewed-on: https://gerrit.libreoffice.org/48880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [4a29f125c103da9a32b601dc107f72f769358e88]

        Remove shared mxComponent in sceditfieldobj-cell
        
        Change-Id: I13065c1d73813359e21bdbc708d4c0fdb9720ba3
        Reviewed-on: https://gerrit.libreoffice.org/48879
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [f783c02e9f55da8fa06725aef55342ec1ae7a56b]

        Remove shared mxComponent in scdocumentconfigurationobj
        
        Change-Id: I74004064d65307e3d4ddcd02a22f8e297aac7bb4
        Reviewed-on: https://gerrit.libreoffice.org/48878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [6d0341880f3da35f2f1d51fd4c6603b758a11b22]

        Remove shared mxComponent in scdatapilottablesobj
        
        Change-Id: I0648bab36217a63155e78e4f4bb56da93fde888f
        Reviewed-on: https://gerrit.libreoffice.org/48876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-30  Tor Lillqvist  <tml@collabora.com>  [8958ed763e91794ed744a75c59461c745a42bc63]

        Avoid GPG when --enable-mpl-subset
        
        Change-Id: I91bf310c77927e24c0693dc5b0b1297f11c001a0

2018-01-30  Tor Lillqvist  <tml@collabora.com>  [dfe7da46580aa84a35b2aa00ac9ef54db08121bc]

        Every AC_MSG_CHECKING executed should have a matching AC_MSG_RESULT executed
        
        Also, the message displayed by AC_MSG_CHECKING is prefixed with
        "checking ", so adjust to get correct grammar.
        
        Change-Id: I3bc109699486949256a772c6aa44b9f780e4d55b

2018-01-30  Julien Nabet  <serval2412@yahoo.fr>  [3079e5a14ce7e2bacfcd7ed07ded823e69d2d794]

        Use for-range loop for SdrMarkList::Clear
        
        instead of calling n times GetMark
        
        Change-Id: I5a00fd039d42b45dd491d8927dc1e44fe559ce3a
        Reviewed-on: https://gerrit.libreoffice.org/48886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [7c46d7f2556aa726d531d8afca7c181ba430900b]

        ofz#5822 Divide-by-zero
        
        Change-Id: Ibfffd57f74b579f869115ad961aa2ec9b35faca3
        Reviewed-on: https://gerrit.libreoffice.org/48889
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [01f59d11df3d08c00bb53c093f16b924b7fdd1d9]

        ofz#5825 tweak max table in table depth
        
        Change-Id: If56bbef6d6560294bd5c2b87b6aa50382dd30a07
        Reviewed-on: https://gerrit.libreoffice.org/48894
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Eike Rathke  <erack@redhat.com>  [eedc8b23ce4ba9b15fc30f2bc05a6e1aafe727e5]

        Clarify that links to other files can also be external resources
        
        Change-Id: Iea299f0b895e77116623dff22fd49727b8c5c83c

2018-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e13acfcac9571da7efeec8fe5b27b11249d51c27]

        Update liborcus to 0.13.2.
        
        Change-Id: I485757eb743e066730509202a3c077e5d822a311
        Reviewed-on: https://gerrit.libreoffice.org/48863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-01-30  Mike Kaganski  <mike.kaganski@collabora.com>  [37070fc8dae87e0649da056d96a9a9bca810cca5]

        Remove obsolete patch
        
        A leftover from commit 147cb6a2ae63debed3dd500e19b2776cebbc0031
        
        Change-Id: I1744f87dfe508aea6cb17b4411594dad5771b028
        Reviewed-on: https://gerrit.libreoffice.org/48877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8bda331afdbdfe42ae519d325014dd4fa9ef9ec2]

        tdf#115090 prevent SfxBaseModel destruction during notifications
        
        Additionally ensure refcount stays above sea level while notifying
        clients (who might dispose their own references, causing our own
        refcount to drop to zero). Otherwise, 2nd loop in postEvent_Impl()
        might already operate on freed mem.
        
        Change-Id: Ie06de9ea33f7e2e334e0ef39d13c50009261791e
        Reviewed-on: https://gerrit.libreoffice.org/48871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-30  Jens Carl  <j.carl43@gmx.de>  [9427ab79de3824b8b3edc692c992fa29e5b3cbed]

        Use new property FormulaResultType2 to determinate ...
        
        what result to return if the cell content type is formula.
        Cleans up the confusion which was introduced with commit
        8a73799d12f0d2dc04890b96bd0adf0ffcf50d17.
        
        Change-Id: Ie4346173abf6bc3732d2fec06341f4e32cf68b82
        Reviewed-on: https://gerrit.libreoffice.org/48725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-30  Eike Rathke  <erack@redhat.com>  [88ffe971d98715483890448317e82ea168d750c5]

        Clarify that updating links "Always" is from trusted locations
        
        Change-Id: Ia3d5b88cb7ce3b440cebc23726e6544643afd888

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [c02f1e27934a29bc2d89ed34be8fa4d755d93de0]

        silence coverity#1428735 Use of untrusted scalar value
        
        Change-Id: I7e40f25ce506b1a26d683848a1bc83c16baf762f

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [9a5140befbd7b9ae4118c5899ed8595d5abb65f8]

        coverity#1428736 Dereference null return value
        
        and
        
        coverity#1428737 Dereference null return value
        
        Change-Id: Ia743107e194a7945be1eb3ab521ef7fe1a168ab3

2018-01-30  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [8310642c6c404ea501b8be5ae4d12860e1562ac9]

        Typ-o negativ
        
        Fixed some typos and translated a couple of German words
        
        Change-Id: I24ae28dd537ba283a9480413659f85bd6711acad
        Reviewed-on: https://gerrit.libreoffice.org/48892
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-30  Julien Nabet  <serval2412@yahoo.fr>  [b4f440092b852a7c66f4acdd7e9b0c8e23e212ef]

        fixup Modernize a bit vcl (part2)
        
        Change-Id: I7eb75ef33ebb6b701668f2d99fc3d231d81168f4
        Reviewed-on: https://gerrit.libreoffice.org/48890
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [024dcf2d57309a80d647e16b39dfe1100f5e8aa2]

        Ignore Emacs lock files
        
        Change-Id: Idd754a4ecdd76ff6f6d0e2b848ea3526fc90dc54

2018-01-30  Caolán McNamara  <caolanm@redhat.com>  [aa57442687b936fe862e73449ca39873888b9539]

        ofz#5313 Timeout
        
        Change-Id: I5a51bf241d1a3c3c04b4f46cd26d2afab518787c
        Reviewed-on: https://gerrit.libreoffice.org/48854
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-30  Szymon Kłos  <szymon.klos@collabora.com>  [85a7a319bfffb1f709ed504cfadea3bbef077ec1]

        Revert "tdf#114821 calculate correct label position"
        
        This reverts commit 1ede9f7ff6f2250fa2c75bc4dc099246a59dcec0, because it
        caused division-by-zero errors, see comment at
        <https://gerrit.libreoffice.org/#/c/48242/6> "tdf#114821 calculate
        correct label position".
        
        Change-Id: Ifca811bda04721898387b4799de2d2da31290fa0
        Reviewed-on: https://gerrit.libreoffice.org/48860
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [7655001a65a250ea7cd70f2efcc78037b5a9813f]

        tdf#115155 RTF import: fix left indent handling inside list definition
        
        This used to work in the past only because the left indent was also
        imported as a direct paragraph formatting, but that is not the case
        since left margin of lists is deduplicated during import after commit
        c9dee880d88305312094b311abdae155e452bf14 (tdf#104016 RTF import:
        deduplicate before text indent from numbering, 2017-12-05).
        
        Change-Id: I1c9be30700c51ef97fb274e8781d6008db3121d8
        Reviewed-on: https://gerrit.libreoffice.org/48855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-30  Jon Nermut  <jon.nermut@gmail.com>  [671e67dfc24205a133dbbaf87bc7be9f3af56b3a]

        iOS: linker changes for on device
        
        [ae490dd] iOS: add script to sym link the dylib to the right spot
        
        Adds a shell script to symlink the right dylib into the build products folder,
        which means we can reference libKit.dylib relative to that, rather than absolutely
        
        [ba4c072] iOS: pass in user path
        
        On device using appPath/user as the user directory causes a crash, as an app cannot write inside it's bundle. Instead, add a new param to pass the documents dir into the init.
        
        [088ad49] iOS: linker changes to run on device
        
        Change-Id: I16f5d85f3ca483df11b82108ee39c4ec461214f4
        Reviewed-on: https://gerrit.libreoffice.org/48866
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-30  Stephan Bergmann  <sbergman@redhat.com>  [fd7ca0db5c2d5d1580d76c9536828a024543ea53]

        Clean up conversion to sal_uInt16
        
        Change-Id: I95ecb0f68e737a25ff90437e82411d1e6eb42675
        Reviewed-on: https://gerrit.libreoffice.org/48846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [20e5f64215853bdd32c5f16394ba7f2f36745904]

        loplugin:unused-returns in sw
        
        Change-Id: I753fcdd35d461880a8d8160213cabd465cfde967
        Reviewed-on: https://gerrit.libreoffice.org/48189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-30  Justin Luth  <justin_luth@sil.org>  [036b51dbc49b533d1db773d8627d56ab86bca487]

        tdf#63388: use SMTP_SSL for port 465
        
        Thanks to Jurassic Pork and prrychr (tdf#99363) for the 2016 patch.
        I used smtp.gmail.com as my testing server.
        
        Port 587 is the "official" port to use for encrypted email.
        I confirmed that 587 CANNOT use SMTP_SSL [SSL: UNKNOWN_PROTOCOL],
        so I limited SMTP_SSL use to common TLS port 465 only.
        
        Port 465 was temporarily recommended, but OFFICIALLY has long
        since been abandoned. However, LOTS of documentation and ISPs still
        recommend it as the port to use. I confirmed that 465 DOES NOT
        support STARTTLS, so it is specifically excluded.
        
        So, technically the button should say use STARTTLS instead of SSL,
        but only for SMTP. IMAP/POP do use SSL, so terminology gets
        rather confusing. This patch forces SSL without STARTTLS for port 465
        regardless of the "use SSL" setting due to all the confusion.
        
        Currently we don't support ANY SSL/TLS connections. With this patch
        we now at least support the extremely common use case of port 465.
        
        Change-Id: I210cc307491157c1121cfffd70cbb94347ee2856
        Reviewed-on: https://gerrit.libreoffice.org/48210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-30  Mert Tümer  <merttumer7@gmail.com>  [3deac9691011711a3b9e50d19499c588af074d7f]

        [Pardus] tdf#106326 ability to change font background color
        
        This patch is sponsored by ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I4dfbb9e35214e4d4a9aa6dca1ce3d5d2604218a9
        Reviewed-on: https://gerrit.libreoffice.org/48270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-30  Mert Tümer  <merttumer7@gmail.com>  [976b48e9e7777e03e7bd36e0f99a8752aa06a337]

        [Pardus] tdf#112482 ability to add slides to impress
        
        This patch is sponsored by ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I3c8b55d032604b30117573ac447776a1a0e5205f
        Reviewed-on: https://gerrit.libreoffice.org/48500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-30  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [8b98991a66197a71953dbb900dc3aece6b4f9e3a]

        tdf#115044: do not load external documents if it is not allowed
        
        Referenced external document data can be loaded after user
        permission from dialog or corresponding settings.
        
        Change-Id: If3aec37c8bbdee4aebeb99c7807e87c26df8e592
        Reviewed-on: https://gerrit.libreoffice.org/48398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [25399354e327f09360766f16d446b6c02c92d045]

        Fix typo
        
        Change-Id: I8204875e480356cdb5ce7bc26996884eb1f4c131
        Reviewed-on: https://gerrit.libreoffice.org/48859
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Eike Rathke  <erack@redhat.com>  [e29565272c57c6cd09cb015c2e66bfe8a1f4d7d2]

        Revert "Let CheckLinkFormulaNeedingCheck() return early if found"
        
        This reverts commit b124ce5d4dbaaba66e4f347964e97ebe788af4f5.
        
        Short circuit in author's brain.
        
        Change-Id: Iecd1d4f6a9f5ddb1251551e873f2c381973fc25b

2018-01-29  Szymon Kłos  <szymon.klos@collabora.com>  [bad41c8fe40e88e416631d61437e6abe5d00131d]

        tdf#114821 export complex data labels in charts
        
        Change-Id: I9b0893dfde4efc10bb05e6e17b7128b016efeb71
        Reviewed-on: https://gerrit.libreoffice.org/48788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-29  Szymon Kłos  <szymon.klos@collabora.com>  [790f9abeb1a1167ad5ab84c5fb855b36669c125b]

        tdf#114821 import complex data labels in bar chart
        
        * import static text & fields:
           VALUE, SERIESNAME, COLUMNNAME
        * text is formatted
        * DataPointCustomLabelField with field type
          (DataPointCustomLabelFieldType) was introduced.
        * text can have many portions & multiple lines
        * unit tests for import data labels with formatting
        
        Not implemented: CELLREF field support which needs
        importing some additional data from extLst
        
        Shows custom text as a label for data points.
        
        Change-Id: Iba8fd508eb16356b05586b93d7b8da32240d2b91
        Reviewed-on: https://gerrit.libreoffice.org/48243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-29  Eike Rathke  <erack@redhat.com>  [a1f933ee2b9e23a505d937035821e9571cf4119c]

        CheckLinkFormulaNeedingCheck() for .xlsx named expressions
        
        Change-Id: I217c89822ab477a6c383d170ae739e44efd10fa3

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [e089258f6d7a270c574783c40808e18fb2d3b202]

        Clean up conversion to sal_uInt16
        
        Change-Id: I980197dd893dce9800607842f30cdbb4f9893d66
        Reviewed-on: https://gerrit.libreoffice.org/48847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [7a22e8a726a7cbae007326a3af5f6c0c20945cc8]

        No more need to restrict paper width to USHRT_MAX
        
        ...after 288d694ff695ef83cbe4224db87dd65281c75a8f "LOK - Calc: Text is not
        visible in cell when entering numerical input" changed EditLine::nStartPosX from
        sal_uInt16 to long
        
        Change-Id: Ib1d364015c7ab0b5f81fb740659110c66aed002a
        Reviewed-on: https://gerrit.libreoffice.org/48845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bdbb5502f5995727017e22bb8a74b9f45552067]

        DOCX import: handle horizontal flip of bitmaps
        
        Horizontal mirror on the UNO API level, mirror on the vertical axis
        internally.
        
        Change-Id: If142274a8f81a6875059a2651af6d8470870a36a
        Reviewed-on: https://gerrit.libreoffice.org/48843
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [f06d75ae96a1b54207cb2cf9aecf35b4d29c2e59]

        ofz: optimize ras filter a titch
        
        Change-Id: Iabfbfa8d6beddb04ab26c4f8f05996b5e2daa24a
        Reviewed-on: https://gerrit.libreoffice.org/48840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Mike Kaganski  <mike.kaganski@collabora.com>  [8d1d82dd63eada8faa2f6eb43ef900764a5fda62]

        tdf#49134 tdf#114466 Transfer privilege to become foreground process
        
        ... to already open soffice process from newly spawned one on Windows.
        
        When an application takes user input, a timeout is started during
        which other processes cannot create foreground windows that might
        steal focus, and thus interrupt user input. The timeout is defined
        by SPI_SETFOREGROUNDLOCKTIMEOUT (see SystemParametersInfo) and
        ForegroundLockTimeout registry setting (see
        https://technet.microsoft.com/en-us/library/cc957208). If an
        application that currently doesn't have right to become foreground
        tries to show popups in this interval, the popup will stay on
        background, and only flash in taskbar.
        
        The application that has the right to steal focus (see the list in
        https://msdn.microsoft.com/en-us/library/ms632668) may transfer its
        right to another process using AllowSetForegroundWindow function.
        So, the intended effect is this:
        
        1. User interacts with some foreground process (e.g., Explorer);
           a timeout is started to prevent non-privileged processes from
           stealing focus;
        2. As the result, the process launches a new soffice process, which
           has privilege to create foreground windows (as it is started by
           foreground process);
        3. It communicates with already started soffice process, which is
           currently in background, and so doesn't have privilege to create
           foreground windows until timeout expires;
        4. It transfers its right to the already started soffice process,
           and then issues the required commands that might lead to need to
           show popup windows.
        
        Change-Id: I4208665c2ae4106fa06e72269f4c3804af40d582
        Reviewed-on: https://gerrit.libreoffice.org/48839
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-29  Michael Stahl  <mstahl@redhat.com>  [61535f9b8a58f93e5f856284a007f96f4a905621]

        sw: speed up SwpHints::Check() by 2x
        
        It's only necessary to compare each pair of nesting hints once.
        
        Change-Id: I221bb0d63ffaf3d748b934788f93afe0f65ed961

2018-01-29  Justin Luth  <justin_luth@sil.org>  [8ee4911d572764c0e15ded8142d8c9be2ea3e875]

        mailconfig UI: SSL CB toggles secure port 587 and unsecure 25
        
        If the default value is in the SMTP port field, switching
        SSL on and off will toggle between SECURE_PORT and DEFAULT_PORT
        
        Change-Id: Ie4bdd55a3d8bbe64ce6b8761ba30971464c1db4e
        Reviewed-on: https://gerrit.libreoffice.org/48211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [85ee924f83173d4addd6ed22d8756fe6d66ccaba]

        USHRT_MAX -> SAL_MAX_UINT16
        
        nCount apparently must fit into sal_uInt16 for the cast further down when
        passing it into ScAppOptions::SetLRUFuncList sal_uInt16 nCount parameter.  (But
        why the odd "nCount < SAL_MAX_UINT16" vs. "nCount <= SAL_MAX_UINT16" off-by-one?
        Oh, my.)
        
        Change-Id: I231f4af2ce2e6bf44db8db3fd9e965adfa17fecb
        Reviewed-on: https://gerrit.libreoffice.org/48838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [f104fb0b24d1a364a7a711b31b99770e4cd9183d]

        Use sal_Int32 for css::uno::Sequence length
        
        Change-Id: I158ed73fcc520c6363baf82461e5220fc12a996b
        Reviewed-on: https://gerrit.libreoffice.org/48837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [7685ff8eeac55e3ec86421e9a3bc70ea28d337a3]

        USHRT_MAX -> SAL_MAX_UINT16
        
        nArgCount apparently must fit into sal_uInt16 for the cast further down when
        assigning it to sal_uInt16 ScFuncDesc::nArgCount
        
        Change-Id: Ie82f864d519589553505015dc577b1e3372293b2
        Reviewed-on: https://gerrit.libreoffice.org/48836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Eike Rathke  <erack@redhat.com>  [8512f13c42ae3fbb287a555616fe10ff04295616]

        CheckLinkFormulaNeedingCheck() for .xls named expressions
        
        Change-Id: Ie03cb5767c34f8157a492a6d6c3b0700d065052d

2018-01-29  Eike Rathke  <erack@redhat.com>  [eae9648e99be53ba441d9d8207aac6f3ce211ef2]

        CheckLinkFormulaNeedingCheck() for .ods named expressions
        
        This is specifically necessary for named expressions that are used
        in conditional format formulas, for which RPN is generated at a
        later stage, not during import.
        
        Change-Id: Ia8e1d92a3a12f6c226fec56e85f23f122f2fe902

2018-01-29  Eike Rathke  <erack@redhat.com>  [3ddb9a027bb138fd7640abd4ed8d10fda95a94f8]

        Let CheckLinkFormulaNeedingCheck() return early if found
        
        Change-Id: I54ab8dc14f81d6b18b0d17f448187d19d8e396fc

2018-01-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6a67833ee90f3c0c86106847eb8b1879c25f852c]

        fix android red and blue channel swap on jpegs w/ 24bit RGB surface
        
        that was introduced with 54596087e57ea533253e19eea594d9b6c06e8d26
        without adjusting for Android accordingly
        
        Change-Id: Ie6a2001ab13ecec959da9b57bb49e1bac76e8691

2018-01-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0428af7aee42b56bb89f5016bb475ad2db5c328c]

        Updated core Project: help  64187c4328623fca6c00d2f5c9f659211ee18883
        
        New Help: allow product version = "latest"
        
        To enhance version migration, the most recent Help will be
        named "latest" in the URL. Explicit last version X.Y will be
        symbolic link to 'latest'. e.g. '6.0' -> 'latest'
        
        *This will allow search engine to always index the same 'latest' URL
        *External links always land in 'latest' pages.
        
        Change-Id: I5ffa1d268f71b7ebe75d5d90c62bcd6304507602
        Reviewed-on: https://gerrit.libreoffice.org/48848
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [0c7d0f718bdaf86c1f927a3063702002a28beda7]

        ofz: solveCrossovers performance is abysmal on large polygons
        
        just give up on it for fuzzing purposes
        
        Change-Id: I8d91fa547d83bc2f28454812280b0a7054e05b62
        Reviewed-on: https://gerrit.libreoffice.org/48835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [b2d73530b60e34c5b70bdeed34a6246ae8f8bdf6]

        ofz#5810 the vector has an entry for each char
        
        but most of it is empty, so use a map instead
        
        Change-Id: I92fe46939e5107926fd4b92167bbace63f0376d5
        Reviewed-on: https://gerrit.libreoffice.org/48830
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [665c64a884f01020ec64b0493a5d7ff8a2c239fc]

        ofz#3005 Timeout
        
        Change-Id: I89e92f6782c47bec63d8f69c10e9539b0d7fd007
        Reviewed-on: https://gerrit.libreoffice.org/48824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f4a8cbbafa3e91433c7e914caf07e95505002d92]

        Fix typos
        
        Change-Id: Idcf8bcbf58aeca002736ccd9efe4c5baf5c7202a
        Reviewed-on: https://gerrit.libreoffice.org/48842
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1c1b0de5421f2bdb3baed276283ae0e4fc3ff1d9]

        Fix typos
        
        Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf
        Reviewed-on: https://gerrit.libreoffice.org/48834
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482]

        Fix typos
        
        Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41
        Reviewed-on: https://gerrit.libreoffice.org/48833
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9ec6f974a32f7bac1393d8d36305b9d4c082f4f8]

        Fix typos
        
        Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360
        Reviewed-on: https://gerrit.libreoffice.org/48832
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c6ed4635e845044345bf27806d01dffc8f77d8cc]

        Updated core Project: help  c2ef507d3275257c83558c794b3ebb1385f8a4fa
        
        Fix typo
        
        Change-Id: I3fecf4aef43a11a2534b36a846097382201ce8e5
        Reviewed-on: https://gerrit.libreoffice.org/48831
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-01-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2ff6afcce2c4df59d81f9d07cd9b7ffda00da479]

        tdf#89215 only process state changes after TileProvider is ready
        
        otherwise the handling tries to access properties like fonts too early
        and trigger NPEs
        
        Change-Id: I132c02f936c7b3e70fced1e1e022a6cf803ed5ff

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [daa254b71e8df81b9de1207c7fc99f73682e9447]

        ofz#2977 speed up tiff import
        
        10 secs to 4 secs
        
        Change-Id: I5460b174c580176c9f16ca608abf21bd4aa77656
        Reviewed-on: https://gerrit.libreoffice.org/48822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Mike Kaganski  <mike.kaganski@collabora.com>  [0f8be9de7eed7cf26a740ddd89d2071003a1af86]

        Guard read access of static data
        
        Change-Id: I257bf0a1efb36b5d2c4cd7d932cc400dfafa0846
        Reviewed-on: https://gerrit.libreoffice.org/48821
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-29  Mike Kaganski  <mike.kaganski@collabora.com>  [3b57cb72ec8b47f033be5a516617ed8c752517b0]

        tdf#32935 tdf#49134 tdf#114466 Activate newly opened modal dialogs
        
        ... based on ForceFocusAndToFront setting
        
        Change-Id: Ic76faa082f433d5a0150e49c30d7eda3c6c24c5f
        Reviewed-on: https://gerrit.libreoffice.org/48287
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-29  Mike Kaganski  <mike.kaganski@collabora.com>  [903627c069756bdb744d0666843dc646fdd7425c]

        Function already take const OUString&
        
        Change-Id: I87af48158b4afaf81da8545f9bccf459f11031d6
        Reviewed-on: https://gerrit.libreoffice.org/48823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [f164c68296b66d534ed2c9de6da4c01e328959d9]

        Introduce dedicated SwXMLTableContext::MAX_WIDTH, replacing USHRT_MAX
        
        For one, this should make it more obvious what the magic constant USHRT_MAX
        meant in the context of SwXMLTableContext::m_nWidth (and shows that it should
        arguably have value SAL_MAX_UINT16, not USHRT_MAX).
        
        For another, at least some Android builds are stuck with a broken C library that
        defines USHRT_MAX to be of type unsigned int instead of signed int, which caused
        various -Wsign-compare that are removed as a side effect.
        
        Change-Id: If2676954f4e7159b0c0d3656b8bc0186f0771e10
        Reviewed-on: https://gerrit.libreoffice.org/48661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [506a1b1e3d23e1e9cf0cf2e43d00447ccdcbbd92]

        Assume this wants to cap GetColumnCount()*MINLAY <= m_nWidth <= USHRT_MAX
        
        ...even if GetColumnCount()*MINLAY > USHRT_MAX could ever be true, in which case
        it will now cap m_nWidth == USHRT_MAX.
        
        (The original code didn't have the cast of GetColumnCount() to sal_Int32, then
        7e7c8a51f05ef2c7c56b26e27328ad4b30655740 "#80552#: bug fixes for progress" added
        a---presumably misplaced---C-style cast to the check (but not the assignment),
        presumably to silence some signed-vs-unsigned warning.)
        
        Change-Id: I2403ee3c5e8fe35ae2a7a7b7da9081a7fb7b59b1
        Reviewed-on: https://gerrit.libreoffice.org/48654
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [ad01b0031688a3e3bb1741e4732bfa8762635478]

        tdf#100898: custom animation panel is now Tab-reachable
        
        the same fix as in 777bf677b38b2933. Move on, nothing to see here
        
        Change-Id: I4b4fe9f87b25c6e04329c052c532ab4da5a30d75
        Reviewed-on: https://gerrit.libreoffice.org/48820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-29  Julien Nabet  <serval2412@yahoo.fr>  [0408d6f4a9446eff18618eaf96e8c0352b25e268]

        Modernize a bit vcl (part3)
        
        by using for-range loops
        
        Change-Id: Id8f5687510fa55d22873ef159b6399d219643698
        Reviewed-on: https://gerrit.libreoffice.org/48811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c101df217121043e578695aef05d940e5fe018b9]

        Fix typos
        
        Change-Id: Iedd82d035454c940d76a94c7e910c81827c1389c
        Reviewed-on: https://gerrit.libreoffice.org/48828
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8f9941d5edcc834d53df0e2bf36231a1bae67ddc]

        Fix typos
        
        Change-Id: I67ea0d54a06f1280ccdbc1ce65b940d78df701b3
        Reviewed-on: https://gerrit.libreoffice.org/48827
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-29  Szymon Kłos  <szymon.klos@collabora.com>  [077e0f3b6439dbe9d63aa438b8b076f5d93baf43]

        tdf#114677 Correct title in Base forms cleanup
        
        Change-Id: I224858ffce50b00273d80f915831ec7789cfa64a
        Reviewed-on: https://gerrit.libreoffice.org/48819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-29  tagezi  <lera.goncharuk@gmail.com>  [42bfd68be7525b2ac4d7c4cab5393d7a4a8e4242]

        Removed valueless lines of comments
        
        Additionally, some lines are converted to a format of 110 characters
        
        Change-Id: I7c3fe97f7ebb2530eeb62d0522cd8a8b1c7269e1
        Reviewed-on: https://gerrit.libreoffice.org/47121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Johnny_M  <klasse@partyheld.de>  [d58105e4512fc8a44e68379215d0c79f55b871bc]

        Translate German variable name
        
        Korr -> Corr in math
        
        Change-Id: I33c3d0fa62aa0c4b6fd418ba2e49b90b019b8714
        Reviewed-on: https://gerrit.libreoffice.org/48782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Johnny_M  <klasse@partyheld.de>  [22776301906459a2cfeeee1f826f90243be2a76d]

        Translate German variable name
        
        Korr -> Corr in SW
        
        Change-Id: I95836bf9c6211bdf6a215ce9f213d3105b86c8f0
        Reviewed-on: https://gerrit.libreoffice.org/48784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Johnny_M  <klasse@partyheld.de>  [479c13df08f15f3fdcdd1f86eef40d48eb0fdbdd]

        Translate German variable names
        
        Korr -> Corr in SVX
        
        Change-Id: I51311013024557aca1b4b3f660e6c5cef31f3f1b
        Reviewed-on: https://gerrit.libreoffice.org/48783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Julien Nabet  <serval2412@yahoo.fr>  [eb1bae576bb769336669962b6c6c24e7db877b8e]

        Related tdf#115273: Set NULL
        
        instead of "Set null" to explicit the fact that NULL is a keyword
        
        Change-Id: Iab393ffc1af07d027ef93168c8de58f3635af11c
        Reviewed-on: https://gerrit.libreoffice.org/48817
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [13c744e33f781cf1a261c776119f08b043efef79]

        Improve code checking for a valid port number
        
        Change-Id: If827ffaee9a2aa861a0746353bdbfd5df1049303
        Reviewed-on: https://gerrit.libreoffice.org/48716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4231073282cc31b50608d00dd1cfd89fc2d42a97]

        sw: prefix members of SwExtUserField, SwFileNameField and SwFileNameFieldType
        
        Change-Id: I0722417149c9fbcd2aee3491c841c036a5677c8d
        Reviewed-on: https://gerrit.libreoffice.org/48807
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-29  Michael Stahl  <mstahl@redhat.com>  [88fe1bb839ab0de362295ba88c9ec6947655654a]

        xmloff: add a comment too
        
        Change-Id: Ic23c36250938009b17f4b916f0d13a097d018a0c

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [75802ae40ae67737ae9e4f1a38434e0587affff6]

        BorderlineFix: Corrected wrong indexing in Array initialization
        
        Change-Id: I4222ef1c82620a05cea9f6db1a0664196cfb3bd4

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [753b35b27e3657db39f5d398a733879ef23b7c51]

        BorderlineFix: Use svx::frame::Array tooling in Draw/Impress
        
        For creating the needed BorderPrimitives for TableCells for the
        Tables used in Draw/Impress, adapt the ViewContactOfTableObj doing
        this to use svx::frame::Array tooling now. This will correct the
        error for not taking the neighboured connects for merged cells
        into account and unify one more space to the same tooling.
        
        Change-Id: I2e6f732985e9b963359f156628bd29ddfec1a80c

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c4e6f6cfa1b189159245cb544959f800d126a78c]

        BorderlineFix: Corrected Draw/Impress TableStyle accesses
        
        In Draw/Impress the indices for accessing the correct
        neighbouring TableStyles were wrong and thus created wrong
        visualizations, corrected that.
        
        Change-Id: Iebc5f294adb62fa4c6358e2f8c27d29cc3163fbc

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9a03edf7f6ed1ae933ce73f26599bc4251662e9d]

        BorderlineFix: Fix WriterPaint if scrolling CellTableBorders
        
        Similar to CalcBorders in Writer the overlap regions for
        FrameBorders have to be taken into account when repainting the
        CellBordes of WriterTables
        
        Change-Id: I488ba158e1de579bfb06b9c8353adaa2cac706c6

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [07609f3ae2890ace29c249fac2fb60b0f0332af6]

        BorderlineFix: Fixed visual updates when scrolling
        
        For Cells with DoubleLine the connections to perpendicular
        DoubleLine-Styles may have to be displayed in a Cell which
        is 'around' the orig cell in a Cell-Border of one. To represent
        that and to avoid repaint errors when scrolling in, the preparation
        of Primitives has to take accordingly more neighbour cells into
        account. Tested this change with the usages in Calc, UI (Dialogs)
        and Calc exports Print/PrintPreview/PDF. This does not affect
        Tables in Writer and/or Draw/Impress.
        
        Change-Id: I3bcc68cdf7b4fc1825a87a9773892c359421024e

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c5a3cae89660164f68565ee391ed8cf931f1d4da]

        BorderlineFix: Corrected handling for 'rotated' CellBorders
        
        CellBorders can be rotated (including their Text) and need special
        visualization that is based on an own sheared/rotated coordinate
        system. Currently only possible for single cells (not merged ones)
        and needs to handle all borders (also bottom-right directly in the
        rotated cell, not in the neighboured ones to have the geometry,
        plus avoiding these in the non-rotated neighbour cells.
        Also corrected adding CellRotation data to svx::frame::Array
        in calc using SetCellRotations() which now gets called in the
        ScOutputData constructor to ensure it gets called in all places
        where it is used.
        
        Change-Id: I47bdfc29ba5ca76bbc07d98cb64733f867b1ee20

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b28360c66bc856176ff84bc6c2516f710a7196ab]

        BorderlineFix: Avoid BorderLines to be too prolonged
        
        For MergedCells there was an effect that the BorderLines
        were painted too far in PrintPreview/Print/PDF visualization,
        found reason and changed. Checked (hopefully) all usages,
        looks good.
        
        Change-Id: I0acf8dcb20548a98533f3ab317ac72c0d0f0a947

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8ed06d685bc99c61a36b8f1472883bf85e4b791a]

        BorderlineFix: Corrected missing borders in print
        
        In Print/PDF/PrintPreview border lines were missing, this
        happened for merged cells. It has to do with access to the
        involved Styles and/or 'Clip' set (to avoid creating everything).
        Thus a 'mixed' usage of cell and merged-cell stuff was needed.
        As it turns out support for this is already there, need to use
        it.
        
        Change-Id: Ic16085b97eef5c79a4501279432f43491bca350e

2018-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [71053a36f3f48904c254a1d277f42d6dcdc29b04]

        BorderlineFix: Need to redesign Borderline paint for Calc
        
        To fix some errors, need to change svx::frame::Array conversion
        to Primitives, especially regarding handling of merged cells.
        These make problems in the currtent form where the full extended
        merged cell tries to be converted. This is bad for cropped stuff
        and also wrong for double-line stuff attaching to a merged cell.
        The solution is to handle cells single and merge created primitives
        which is more expensive but will work. This will involve special
        handling for X-Ed (crossed) and 'roated' Cells. Also need to be
        very careful since all this is used in the meantime for all
        visualizations of Tables in multiple apps/situations.
        
        Change-Id: If0652a3ba97a6f27dd5d782ea22b1514303f3710

2018-01-29  Abhishek Shrivastava  <x.abhishek.flyhigh@gmail.com>  [e3e2f6911d6231c706ce8c77e5cd6733335d6342]

        tdf#106780 Fix for invalid attribute in impress ODF
        
        This patch fixes the invalid ODF generated in impress.
        In tables now the attribute is shown as table:name="default"
        instead of "text:style-name".
        
        For strict XML version we only set table:name="default"
        
        For Extended/Compatibility XML we set both text:style-name
        and table:name
        
        Change-Id: I894fd31f5f0eed3f77b216b3114b5da53acf1f9f
        Reviewed-on: https://gerrit.libreoffice.org/48373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-29  Caolán McNamara  <caolanm@redhat.com>  [bfc04bc43e378c5d028200da7a49be978ce8d6c4]

        ofz#2976 Timeout
        
        Change-Id: Iff085d6bdbbfc7f2c821fdcef8e412aa91152d93
        Reviewed-on: https://gerrit.libreoffice.org/48804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-29  Szymon Kłos  <szymon.klos@collabora.com>  [5426a14e39660bde0dece27cf5ec26b9938bd962]

        tdf#114677 Correct title in Base forms
        
        Change-Id: I07bdb46cce88e876583e1d4217dff3f77f2f3814
        Reviewed-on: https://gerrit.libreoffice.org/48801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-29  Stephan Bergmann  <sbergman@redhat.com>  [7d9590897526e26a3c0a7a90504741d4c21070f1]

        Values need not be bounded by sal_uInt16, it appears
        
        since ESelection's nStart/EndPos have been changed to sal_Int32 with
        3cbfcee36dd16e451d76c561eaaaee0ff29b01a5 "xub_StrLen and tools/string.hxx final
        straw".
        
        Change-Id: Icc96355ff71d07cac5d6037c81b2523156384077
        Reviewed-on: https://gerrit.libreoffice.org/48773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f1e910c5ee7e89379391ff260e4164a6d9d21bff]

        inline SvxBulletItem::SetDefaultFont_Impl and SetDefaults_Impl
        
        use initializer lists in constructors
        
        Change-Id: Ib3b836ba96046a5f3bca12ea7702247afe8eac3b
        Reviewed-on: https://gerrit.libreoffice.org/48803
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8010abe4ab300f966b878b64ccc8733e3ea3cbc4]

        clang-tidy modernize-use-equals-default in drawinglayer
        
        Change-Id: I2fbcac7a22a881681bc8b84274e7d39f1cec18bf
        Reviewed-on: https://gerrit.libreoffice.org/48800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9eece764a75020623f9723b61fff75faa446b098]

        remove redundant initialization
        
        Change-Id: I6b6021b8b89c6fdac570432386bdb11b752c66aa
        Reviewed-on: https://gerrit.libreoffice.org/48798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [623a87a3c338a9b4cdc5d9753388b5956006b8b4]

        osl: document osl_File_E_NETWORK enum
        
        Change-Id: I4c16ba13820b5cdec03c21a460d3d0ecc7dd86d5
        Reviewed-on: https://gerrit.libreoffice.org/48791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4c403317741a3ca5a9235900838fe50af67872e]

        loplugin:useuniqueptr in SfxMedium_Impl
        
        Change-Id: Iccd03ce2af58c4c3c90add9fc08c27502b5fface
        Reviewed-on: https://gerrit.libreoffice.org/48742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [177f92a90aa6cc73064ae52bba58c03c7bf34699]

        loplugin:useuniqueptr in SfxChildWindow
        
        Change-Id: I6c9db4cd4f46790295f37c620e2efea4f61870bf
        Reviewed-on: https://gerrit.libreoffice.org/48741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [53d21a31435c6fc781fe34400e18abb34a6b04d8]

        loplugin:useuniqueptr in OCatalog
        
        Change-Id: Ie06456ac8971494f64711cd70fd2b32a4dce719d
        Reviewed-on: https://gerrit.libreoffice.org/48740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [97b5bf4a39f33a3e51f1aa72339a5e88d1b9e9f3]

        loplugin:useuniqueptr in SpellCheckerDispatcher
        
        the call to ClearSvcList() was also unnecessary, the map will get
        cleared by the destructor anyway
        
        Change-Id: I24a077143c0cd57b0cfef721169c62f5b283b9c9
        Reviewed-on: https://gerrit.libreoffice.org/48739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [03f427793b9f61649daa7b030e49e90495243034]

        make memory management more explicit in BaseContext
        
        Change-Id: I3afdfd7b461c6eccc57c23314f992900d14bd7d8
        Reviewed-on: https://gerrit.libreoffice.org/48708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [1168956b91987beb6065498fa6fba05477ebf480]

        loplugin:useuniqueptr in BaseContent
        
        Change-Id: I03a6942e883b75e86f4ee4e7d01198dada70238f
        Reviewed-on: https://gerrit.libreoffice.org/48707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [53d6326bfa033692b801cba66a0af174f0666087]

        loplugin:useuniqueptr in DataSupplier_Impl
        
        Change-Id: Iaa25aee42d59b481a6b6edf015fe57dbd81cfa3e
        Reviewed-on: https://gerrit.libreoffice.org/48706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [af3bd4b7d3dcc3eb03fb3f599d2037b0c785c98e]

        loplugin:useuniqueptr in ResultSetBase
        
        Change-Id: If1fca43f953acaa4d16ef6094b6e0e218e5f6307
        Reviewed-on: https://gerrit.libreoffice.org/48705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a0c5702ca65508ce6eebeecd4560a32b97bab31]

        loplugin:useuniqueptr in FTPContentProvider
        
        Change-Id: I3b5a53e274a75078534d0b7f783a7d7d107043d8
        Reviewed-on: https://gerrit.libreoffice.org/48704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a0935a9bc255df3f197ca484594e1cfb6514801]

        loplugin:useuniqueptr in XResultSet_impl
        
        Change-Id: I2f333d0d0784fc76f6a3b7a6a9e61b82b856afa0
        Reviewed-on: https://gerrit.libreoffice.org/48703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [084571ee6ce7daf0d94f6c3e1ef7186edcf2b969]

        loplugin:useuniqueptr in ModelData_Impl
        
        Change-Id: I66866ed1698fafe59ba31f99df09fb792da410e3
        Reviewed-on: https://gerrit.libreoffice.org/48702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [5da6e7d2066565c99827127c703b705c2ff0a6de]

        loplugin:useuniqueptr in SfxShell_Impl
        
        Change-Id: If59142c2d55da5f3ccf2de101dbd9f18a8bda84c
        Reviewed-on: https://gerrit.libreoffice.org/48701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-29  Julien Nabet  <serval2412@yahoo.fr>  [85b3c799ede62a3d7ad0493fc80b629214956601]

        Modernize a bit vcl (part2)
        
        by using for-range loops
        + use returned iterator by erase method
        + avoid some iterators calculus by using plain loop
        
        Change-Id: I196a52c3c7d0e2705d5ab0e3ea06bd4a4b83bb67
        Reviewed-on: https://gerrit.libreoffice.org/48805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fe41d0ff8c426fe5934872de8b0dcb167cb636a2]

        Remove various more obsolete sal_uInt16 restrictions
        
        ...similar to bf7ea94632d33eb3ed3eae26bca36906eda15257
        "SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16"
        
        Change-Id: I88d107ae1eb16c8fc3322f1c6318df62c079cf23
        Reviewed-on: https://gerrit.libreoffice.org/48775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [09a2eb4c26cb136c4b6933fb0c38613d407ea12d]

        USHRT_MAX -> SAL_MAX_UINT16
        
        Change-Id: I9909d8e125a16f9494ce431b62baf5d2507ad80d
        Reviewed-on: https://gerrit.libreoffice.org/48774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [e9b8d6f651dff18e93f26d9c885a7a735e841021]

        Remove useless checks against SAL_MAX_INT32
        
        ...changed from checks against USHRT_MAX in
        2af1f5691e8d64afd5246d245d7876b5a2cd5cd8 "resolved fdo#35756 import more than
        64k HTML table cells"
        
        Change-Id: I32c0e1216d5ba6b1a899540dddade06b17ad0103
        Reviewed-on: https://gerrit.libreoffice.org/48772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [57987270be5dcc22671a78f576f68d89c5f9e2d4]

        AccessibleImageBullet::GetParagraphCount no longer restricted to sal_uIn16,
        
        after 2af1f5691e8d64afd5246d245d7876b5a2cd5cd8 "resolved fdo#35756 import more
        than 64k HTML table cells"
        
        Change-Id: Ie8fa2810c27ba36a032c6b5e125dc2aeddd63b44
        Reviewed-on: https://gerrit.libreoffice.org/48771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [0728732e45b6b8566699370a7288855925c013c5]

        AccessibleEditableTextPara::GetParagraphCount no longer restricted
        
        ...to sal_uInt16, after 2af1f5691e8d64afd5246d245d7876b5a2cd5cd8 "resolved
        fdo#35756 import more than 64k HTML table cells".  Some checks against USHRT_MAX
        had not been removed at all, while others had been changed to useless checks
        against SAL_MAX_INT32.
        
        Change-Id: If21d10426ee392ba3f0586dde766e3f7da99d214
        Reviewed-on: https://gerrit.libreoffice.org/48769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [2851dc3f5dc0f7a42f5938d9ff07c0b8a246b96e]

        Remove useless check against SAL_MAX_INT32
        
        ...changed from a check against USHRT_MAX in
        3cbfcee36dd16e451d76c561eaaaee0ff29b01a5 "xub_StrLen and tools/string.hxx final
        straw"
        
        Change-Id: I8311803f9b5d1a78d8039d4810b0ae3cfdd27c53
        Reviewed-on: https://gerrit.libreoffice.org/48770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [e120409015296ad8386502d61273c03c58eda3ad]

        nStart/EndEEIndex nned not be bounded by sal_uInt16
        
        ...it appears, since ESelection's nStart/EndPos have been changed to sal_Int32
        with 3cbfcee36dd16e451d76c561eaaaee0ff29b01a5 "xub_StrLen and tools/string.hxx
        final straw".
        
        Change-Id: I3f3d77d6efeabef9f05b3a5233e0e5590b1ed365
        Reviewed-on: https://gerrit.libreoffice.org/48767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Rene Engelhard  <rene@debian.org>  [e45cd31ba763b5e01064363f5aaaab68121b593f]

        fix cut'n'waste error
        
        Change-Id: Iedb387bd783bfa097a961fc55a14bc8d042d3c38

2018-01-28  Mike Kaganski  <mike.kaganski@collabora.com>  [21a15d5106bf081d3c896f9f1b01702b2c61d135]

        Unit test for tdf#105910, tdf#115276, tdf#115278
        
        Change-Id: Id64041090a0be4df847f2962e32011ef2500de0e
        Reviewed-on: https://gerrit.libreoffice.org/48760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-28  Rene Engelhard  <rene@debian.org>  [7c13aa5b37dcf1ca586de78c2dea91733822bd22]

        chart2/Library_chartopengl.mk also needs -DGLM_ENABLE_EXPERIMENTAL
        
        Change-Id: I49852a541545cef587318a8bec38bfa7b9ba8fb0

2018-01-28  Rene Engelhard  <rene@debian.org>  [953c4add8fd76d88f49a81ae4c21a1fdcc007e57]

        fix build with glm 0.9.9
        
        In file included from /usr/include/glm/gtx/norm.hpp:18:0,
                         from /data/rene/git/LibreOffice/master/vcl/inc/opengl/VertexUti
        ls.hxx:16,
                         from /data/rene/git/LibreOffice/master/vcl/inc/opengl/LineRende
        rUtils.hxx:14,
                         from /data/rene/git/LibreOffice/master/vcl/opengl/LineRenderUti
        ls.cxx:11:
        /usr/include/glm/gtx/quaternion.hpp:23:3: error: #error "GLM: GLM_GTX_quaternion
         is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
         # error "GLM: GLM_GTX_quaternion is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
           ^~~~~
        
        so just define it.
        
        Change-Id: I981bfb5fd944f32a3774b3f9b183989773bf235f

2018-01-28  Mike Kaganski  <mike.kaganski@collabora.com>  [faa499cf6c9ccc0503fdc889727e1affcca8e930]

        tdf#115278: an empty entry in color table is auto color
        
        A unit test will come in a separate commit
        
        Change-Id: I89dd9cae6e099509d21398e29ccf6412791accc2
        Reviewed-on: https://gerrit.libreoffice.org/48781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-28  Julien Nabet  <serval2412@yahoo.fr>  [85538dd33b227cabb29e9dc630691a7edb6c3920]

        Modernize a bit vcl (part1)
        
        by using for-range loops
        + remove useless vars
        + avoid some iterators calculus by using plain loop
        
        Change-Id: I94572bfd56ad9ac76c9899cf68d5ba831009fa7b
        Reviewed-on: https://gerrit.libreoffice.org/48777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-28  Dmitri Kharchev  <dh_twriter@mail.ru>  [1730d47aab69310687e2b3afb12f8b63102f9b88]

        Updated core Project: help  eeb16287e60c9699997e5a32a81da41a7d8c7013
        
        tdf#92069 help page for ENCODEURL() function
        
        Change-Id: I8ec52dd918a21a9944b8fc2b2db8f0d7156678ad
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/48779
        

2018-01-28  Kshitij Pathania  <kshitijpathania@gmail.com>  [056c3bf2dcae23cd711d4cbffc3058cf31bfe75e]

        tdf#111837 removed lag in navigator selection update
        
        Change-Id: I0d15f8352ab1d8846df3b03334bda20550d117d2
        Reviewed-on: https://gerrit.libreoffice.org/48717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-28  Caolán McNamara  <caolanm@redhat.com>  [94823392874be9c9249e312f6783394edf0e731f]

        ofz#5621 Integer-overflow
        
        Change-Id: Ie0a7c29428e686e5c480997b84b8d12e5be4539f
        Reviewed-on: https://gerrit.libreoffice.org/48790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Caolán McNamara  <caolanm@redhat.com>  [cd4c5e3b2afe767091884d8c1b507d78963e17c4]

        coverity#1417678 Uncaught exception
        
        Change-Id: I93540f308b0ea20358925609f11d0f72a13cbd3f
        Reviewed-on: https://gerrit.libreoffice.org/48789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [9b5730f92967b6a8f4fce349bcd951f388b940df]

        tdf#114736 no need to call AdjustLayout here
        
        Change-Id: Iae8c953155d46e53cffdf3483e3b4b95157719f6
        Reviewed-on: https://gerrit.libreoffice.org/48761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-01-28  Mike Kaganski  <mike.kaganski@collabora.com>  [968084838e980b4152d88b95570c16ebad9d9b16]

        tdf#115276: multiply quarter-points by 5 (not divide) to convert to twips
        
        Unit test will come in separate commit
        
        Change-Id: I4cd6983d708868883c766b239cb57752106a59bf
        Reviewed-on: https://gerrit.libreoffice.org/48780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-28  Caolán McNamara  <caolanm@redhat.com>  [fdd41c995d1f719e92c6f083e780226114762f05]

        ofz#5747 short->sal_Int32 like in StgDataStrm
        
        Change-Id: I254c00b1142d7187beabe5d18532efec036de494
        Reviewed-on: https://gerrit.libreoffice.org/48751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Mark Hung  <marklh9@gmail.com>  [b74750a9d8bbbd290832d2750a3e0174fe983530]

        tdf#35301 offapi: add RubyPosition for filters.
        
        RubyPosition describes the position of the ruby text
        relative to the base text. ABOVE and BELOW were defined
        in ODF, while INTER_CHARACTER is originated from CSS
        to indicate the alignment used in traditional Chinese.
        For INTER_CHARACTER, the ruby text is aligned vertically
        on the right side of the base text, disregard of the
        writing mode is horizontal or vertical.
        
        Change-Id: I89224704c192adf9ebb94024d0f2b03f00880cf5
        Reviewed-on: https://gerrit.libreoffice.org/48326
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-28  Justin Luth  <justin_luth@sil.org>  [972cb3ea9949325d74b9d7d919765e22df0101d7]

        mailconfig UI: default POP port 995 and toggle with IMAP ports
        
        SSL is now default, so change POP3's default to port 995.
        Also, suggest appropriate secure/insecure ports for
        IMAP and POP as the user switches between them.
        
        Change-Id: Ib930504956a222d0d6eb3cad969907751602c106
        Reviewed-on: https://gerrit.libreoffice.org/48212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Tamás Zolnai  <tamas.zolnai@collabora.com>  [69acbf1994a2fd8606b119e7716996fb103b75c8]

        tdf#111786: PPTX export: Shape's line transparency is not exported
        
        Change-Id: Iab11906e6ed79e1e39bba1b07b50a25887517f3a
        Reviewed-on: https://gerrit.libreoffice.org/48763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-28  Justin Luth  <justin_luth@sil.org>  [f679fb89b6d021f12ebeb543a1efe519bd44f96b]

        mailconfig UI: pre-fill username from mail address
        
        Be nice to the user. We already asked them for their email address.
        Typically, the username for authentication matches the email
        address, so pre-populate that.
        
        Change-Id: Ia390bdc293510900220c996be13c238d88817b81
        Reviewed-on: https://gerrit.libreoffice.org/48213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Justin Luth  <justin_luth@sil.org>  [c0fc7910f1bfb7159f6fd7022dfd838bfb66b624]

        tdf#104707 ooxmlexport: support RawText in textboxes
        
        Thanks to Caolan, we got some more sample documents
        from tdf#43431 and tdf#33596
        to help flesh this out a bit better.
        
        Change-Id: I47cf4b7e2af6854e0da1f8dbdc1e564494ee0e17
        Reviewed-on: https://gerrit.libreoffice.org/48511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-28  Szymon Kłos  <szymon.klos@collabora.com>  [1ede9f7ff6f2250fa2c75bc4dc099246a59dcec0]

        tdf#114821 calculate correct label position
        
        Max is now equal to whole surface size, not only point pos.
        
        Change-Id: If231fb7224b23e9993fcf575f5a020ca8e2b04ab
        Reviewed-on: https://gerrit.libreoffice.org/48242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-28  Caolán McNamara  <caolanm@redhat.com>  [2f564d09c5d3aff0767f3c3f3e525cf34076cff3]

        coverity#1428661 Uninitialized scalar field
        
        Change-Id: Ie0578786fdd167e1ec8dd581f656bfcbbb3c2a58

2018-01-28  Julien Nabet  <serval2412@yahoo.fr>  [3003c27d87c6ad47ed9cadb1f574882c530522b1]

        tdf#115269: fix crash when changing horizontal align (reportdesign)
        
        See bt:
        https://bugs.documentfoundation.org/attachment.cgi?id=139403
        
        Regression from
        https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: Id23dbbec7dd93a603d906b5d8f7bbf74d14e1d65
        Reviewed-on: https://gerrit.libreoffice.org/48765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [f7c4c6313dbe305d9dd2f7a0c49f436033bbf62e]

        SvxAccessibleTextIndex::mnEEIndex need not be bounded sal_uInt16
        
        It was originally introduced with type USHORT
        (a909acb7009acadffa53e74ea05ddb88803490f1 "#98735# Refactored
        unoedit/unoedacc.cxx"), then shortly after changed to sal_Int32
        (a0089a21f047ce8b5378b45f1535269e3600d681 "#98735# Fixed various off-by-one
        mistakes"), presumably because it needed to hold values slightly larger than
        USHRT_MAX.
        
        But at least since the surrounding code has been changed to use sal_Int32
        throughout (e.g., structs like EPosition and ESeleciton in
        include/editeng/editdata.hxx with 3cbfcee36dd16e451d76c561eaaaee0ff29b01a5
        "xub_StrLen and tools/string.hxx final straw"), there appears to be no more
        reason to effectively restrict mnEEIndex to sal_uInt16 values.
        
        Change-Id: I78f02be1f2736a626a836ac992230a74cc669fd3
        Reviewed-on: https://gerrit.libreoffice.org/48766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Olivier Tilloy  <olivier.tilloy@canonical.com>  [c67b490637b586616b46db349b1215296daa34e3]

        tdf#115208 Apparmor profile update (allow JVM execution)
        
        Change-Id: I2911066f77fcd79b05c5247ea1086b671d546216

2018-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6fd20e011e2f6dec4be9b9bfa041145169274a4f]

        Remove redundant checks
        
        ...that date back to a909acb7009acadffa53e74ea05ddb88803490f1 "#98735#
        Refactored unoedit/unoedacc.cxx", before SvxTextForwarder::GetParaBounds was
        changed from sal_uInt16 to sal_Int32 with
        2af1f5691e8d64afd5246d245d7876b5a2cd5cd8 "resolved fdo#35756 import more than
        64k HTML table cells"
        
        Change-Id: Ia92dcf1fb6742779e5fd51ed3ba8f0db565f8965
        Reviewed-on: https://gerrit.libreoffice.org/48715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ff90e5d901772e0c92356bf7c6a90caaac7964e]

        loplugin:useuniqueptr in SfxRequest
        
        Change-Id: Id2b2a1ac9803b0caa2d28163160d85be5253dd9e
        Reviewed-on: https://gerrit.libreoffice.org/48699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b2897ae7e15d69e25bc608f073e77a5a7aabd9b3]

        make SvxTableController constructor take SdrTableObj
        
        since the only call site already effectively checks that, simplify the
        constructor code accordingly
        
        Change-Id: I29e5283d529a988693972d85cfa8196ba2906220
        Reviewed-on: https://gerrit.libreoffice.org/48651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ab1b4f97032e4b1f1f0c080311f3a393ce89585]

        make RECT_EMPTY purely an implementation detail
        
        and make outside code use the IsEmpty/SetEmpty methods
        
        Change-Id: I4821d1bdceb99bb6a837a85ff2131003f9a160a5
        Reviewed-on: https://gerrit.libreoffice.org/48584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-28  Jens Carl  <j.carl43@gmx.de>  [6e641f93e837a33c8d4364fdbd88b3d4c52de20c]

        Remove shared mxComponent in scdatapilotitemobj
        
        Change-Id: I9e1b98f203e5e85c25947d6b26f62f36672264c8
        Reviewed-on: https://gerrit.libreoffice.org/48755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-28  Jens Carl  <j.carl43@gmx.de>  [c2bc993e588dda8ed920da27ee9e1ccfe8e7fa45]

        Remove shared mxComponent in scdatapilotfieldobj
        
        Change-Id: I96e733f14561037dd2ad1df080adfdb911b8243e
        Reviewed-on: https://gerrit.libreoffice.org/48754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-28  Jens Carl  <j.carl43@gmx.de>  [0ed15634fcef7d7a39535afb7e1370d364222e4d]

        Remove shared mxComponent in scdatabaserangesobj
        
        Change-Id: I55eda7486ebadb02569c5ce21e709704dbf1d795
        Reviewed-on: https://gerrit.libreoffice.org/48753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-28  Jens Carl  <j.carl43@gmx.de>  [cbe054d7c58da8ba2a97314ea70e81f5f40870db]

        Remove shared mxComponent in scdatabaserangeobj
        
        Change-Id: I46f45eababddc61b90b4883a804f52f97e87e87f
        Reviewed-on: https://gerrit.libreoffice.org/48752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Julien Nabet  <serval2412@yahoo.fr>  [ea89dabf8b6363972190a6b50c527c418d51c2c7]

        Modernize a bit forms
        
        by using for-range loops
        + use returned iterator by erase call
        
        Change-Id: Ia41c9fae190dbad6a25b62a9b15ad51e89dd2906
        Reviewed-on: https://gerrit.libreoffice.org/48759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-27  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1841fcf896f50b7df1375d431857ecddd5f5b392]

        tdf#115090 keep internal BaseModel alive long enough
        
        There's reams of code already preventing a close during save
        (SfxSaveGuard), but this looks equally effective. Avoids
        SfxBaseModel::dispose() pulling the rug under us, when
        SfxBaseModel::postEvent_Impl() wants to access parts of the
        interface containers during notification.
        
        Change-Id: Iace1f9922c47a97ab2e798b577c6aec8a729da48
        Reviewed-on: https://gerrit.libreoffice.org/48709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [498deef48de6605193268fb8328fec1053c4ed3c]

        uitest for tdf#81351
        
        Change-Id: Ieb9ea4d7c1ed9a65396046ea388bf9f6c3975a83
        Reviewed-on: https://gerrit.libreoffice.org/47190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [de9bcd167b059e00818304626c0cadaa330738a4]

        tdf#115221 crash in printing and comment
        
        not wonderfully happy with this fix, because we're changing the delete
        ordering here, but the origin of this bug was
        
            commit a754294ac7a902fe96fbbd6b8b6824a360d6b248
            use rtl::Reference in SwDocFac instead of manual acquire/releas
        
        and
        
            commit	cc483d0470dbf0d01e4da818b148ff0b851c5187 (patch)
            tdf#112292 - fix memory leak and use more auto ref counting in sw
        
        so the delete ordering was obviously messed up in those already, and we
        have such a morass of callbacks here, I can't see where else to fix it.
        
        I tried to add a couple more "getDoc() != nullptr" checks, but we still
        ended up crashing with an SwViewShell that had a bad pLayoutAccess
        pointer.
        
        Change-Id: I4aa39d58ae25bed41e3fd2c32c6d53659012ec10
        Reviewed-on: https://gerrit.libreoffice.org/48658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [894b93f5ca03988aaa42b259f0b5a12d5cb3e67c]

        Remove shared mxComponent in scconsolidationdescriptorobj
        
        Change-Id: I4b71673fa19459eeb7ea97bb291a62f327d69958
        Reviewed-on: https://gerrit.libreoffice.org/48736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [6a36c66dd18db6507d66bdaed822e513d92e8127]

        Remove shared mxComponent in sccellrangesobj
        
        Change-Id: If357e94566440276bb1df88a4b899125beffe148
        Reviewed-on: https://gerrit.libreoffice.org/48735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [acdb698fb762fc5769d3e3f3325f04e549c1722c]

        Remove shared mxComponent in sccellrangeobj
        
        Change-Id: I6044091da3b883d885642bfda3dce8acc8044420
        Reviewed-on: https://gerrit.libreoffice.org/48734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [241fe1be3b06d0c4c9cbfffd80a62465e485c1bd]

        Remove shared mxComponent in sccellobj
        
        Change-Id: I4b1fa30316c05cd0527ba429f8ad863db8be77a3
        Reviewed-on: https://gerrit.libreoffice.org/48733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [f0850acf53d866da52f527db023f0fbb72c80dbe]

        Remove shared mxComponent in sccellcursorobj
        
        Change-Id: I24d3641feb34e66959ff2afe4cdb3546e7cd7ca4
        Reviewed-on: https://gerrit.libreoffice.org/48732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c95d91ee35ca09379a8a1d415ae77716ddeadaac]

        improve subtyping when dealing with tools::WeakReference
        
        tweak the templating to make it easier to declare a WeakReference that
        points to a subclass for a weak-capable class.
        Which lets us declare some fields with more specific types, and dump a
        lot of unnecessary casting.
        And make WeakBase be inherited from virtually, so we don't end
        up with weird states where two weak refernces could point to two
        different parts of the same object.
        
        Change-Id: I3213ea27e087038457b0761b5171c7bce96e71f3
        Reviewed-on: https://gerrit.libreoffice.org/48650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-27  Jim Raykowski  <raykowj@gmail.com>  [2d8f17565ebe867210f5769851d91b2e7b612a8f]

        tdf#114771 make focus rect in Navigator content tree position correctly
        
        Change-Id: I747d3ef2bbe7227b048e29bd8c5758fb7778ab9d
        Reviewed-on: https://gerrit.libreoffice.org/48738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-27  Justin Luth  <justin_luth@sil.org>  [99d08aa87b945f909d0d0439e2f636918b0b858d]

        writerfilter: FindStyleSheetBy... remove StyleName option
        
        It is confusing having three undocumented Find functions.
        Reduce by one - either search on the imported WW8 (ISTD) name
        or on the internal (converted) name.
        
        The one remaining use of ByStyleName was testing against an
        already set property, so by definition it was set using
        convertedStyleName.  (Plus, that was my code anyway...)
        
        Change-Id: If5a352bedb7d297698f449fbb629a1350e27c51c
        Reviewed-on: https://gerrit.libreoffice.org/48037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-27  Justin Luth  <justin_luth@sil.org>  [769af98f887a742261886f960212d9d3f581e973]

        mailconfig: default to secure port 587
        
        A very readable explanation of ports 25 / 465 / 587 was
        http://blog.mailgun.com/25-465-587-what-port-should-i-use/
        
        In short, 465 was a very temporary and never official port
        to use for encrypted sending. Port 587 is the official
        port for encrypted (or even non-encrypted) mail submissions.
        
        For a very long time now, every public mail server (and likely
        even private internal servers) supports STARTTLS, so default
        to using secure connections.
        
        Change-Id: Ic8a6886221fa2e7b733b2535a84a584fe64d3165
        Reviewed-on: https://gerrit.libreoffice.org/48075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-27  Dmitri Kharchev  <dh_twriter@mail.ru>  [8c993d963714b861cb39c8249cb6e782bb144739]

        Updated core Project: help  f244829556e67657cdd5c08d4126151b067a2a15
        
        tdf#100810 CEILING.XCL, CEILING.MATH not in help
        
        Change-Id: I94325c24e5e34db2a6d44d6124cd2e44cb76d201
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/48743
        

2018-01-27  Jan Holesovsky  <kendy@collabora.com>  [3a68b21c212c1c2fc7f1d8f4d1abc8990bcd91c0]

        lok: Allow whitelisting languages that should be used by LibreOfficeKit.
        
        LOK may get way too many languages if there are dictionaries for them
        installed which blows the pre-init to >2G easily; let's allow limiting that.
        
        Also make the preloading of languages work with the internal spell checking
        dictionaries and thesauri.
        
        Change-Id: I77119970030a7386a5cccbe4fdc89b15eab56ef1
        Reviewed-on: https://gerrit.libreoffice.org/48720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [079775c0d52a49cef5e22790149ad97747c1e940]

        Updated core Project: help  9bd1736a8b3dc0631e14b12fd81ba4136e8aaa99
        
        Fix typos
        
        Change-Id: I1c9a02aab47a26a9f18d2327ca0f4f58adac2c0d
        Reviewed-on: https://gerrit.libreoffice.org/48695
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        

2018-01-27  Julien Nabet  <serval2412@yahoo.fr>  [8d3d04ef588b54943bdc371de39c86d34947d3ff]

        Modernize a bit connectivity (part2)
        
        by using for range loops
        
        Change-Id: Ibbc4cdaa78c4c9d88487132a2761ac1040b1ecd8
        Reviewed-on: https://gerrit.libreoffice.org/48713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-27  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [95bece38ac5c943657ad959cad148c84a91d45a4]

        Add HSQLDB schema import
        
        It can be enabled by initializing the DBACCESS_HSQL_MIGRATION variable.
        
        Create new library "dbahsql" which is responsible for migrating the
        embedded hsql database to any database covered by sdbc.
        
        The hsqldb schema is stored in a file named "script" in form of SQL
        statements. The SQL statements used by DBMS's differ mostly by the
        defined types. Because of that, only the create statements need to be
        parsed, alter statements will work (with a little luck) without actually
        modifying it.
        
        User / security settings which can occur in the script file (e.g. GRANT
        statements) are dropped. Statements starting with SET are also dropped
        (they are hsql specific stuff)
        
        Change-Id: I6a22942e8a9a76765f80e50f0ad68f4d72e1ff9d
        Reviewed-on: https://gerrit.libreoffice.org/48260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2018-01-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5c0af52feb2a392135489e0c1516cf4566d132cf]

        Fix typos
        
        Change-Id: I8d5a8251a01af7cdf9832d98d8a6573b907f8532
        Reviewed-on: https://gerrit.libreoffice.org/48683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [73ded2398e2e99f6604f6b76d4129163fffd462f]

        Fix typos
        
        Change-Id: Id1a19f2c8b44131773d4d5270a607c1907b16597
        Reviewed-on: https://gerrit.libreoffice.org/48684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [72c68a3d1768ea2e05671aee3b2a0db8d87c9e86]

        Fix typos
        
        Change-Id: I914ac70f39028caebafb874e871f11017fda7795
        Reviewed-on: https://gerrit.libreoffice.org/48682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ba8c04a6fc7d1931b4417af99aa0b45091747d83]

        Fix typos
        
        Change-Id: I78025acb7e17d894252b19b351eeae7a27fc5e97
        Reviewed-on: https://gerrit.libreoffice.org/48685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [05e4ffc1e67656c2c25caf9e51198127cafe363b]

        Remove shared mxComponent in scautoformatobj
        
        Change-Id: Iedd50a219f04d906573a5f7d9b3efe582f8ac9c4
        Reviewed-on: https://gerrit.libreoffice.org/48731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [926ce174109c6e140012bf2dca92650f38d7e9ba]

        Remove shared mxComponent in scarealinksobj
        
        Change-Id: I86263b5d023b095759d572421d3ef1fc291c0cfd
        Reviewed-on: https://gerrit.libreoffice.org/48730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Jens Carl  <j.carl43@gmx.de>  [06d3f998658c677a42934369a72b18d70165552b]

        Remove shared mxComponent in scarealinkobj
        
        Change-Id: I5bcebbf203b86b7a3875643e66ddd0a783f55986
        Reviewed-on: https://gerrit.libreoffice.org/48728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2765189d8bca11a403fe5597f565964a4e6fe019]

        Updated core Project: help  5be1429f1ad6ac472836097516ab3cd0681ecf38
        
        tdf#92430 Better example for =WEBSERVICE()
        
        And =FILTERXML()
        
        Change-Id: I15c260d625ea54b61cbb0de025f8e0c0c9fe623c
        Reviewed-on: https://gerrit.libreoffice.org/48727
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-26  Eike Rathke  <erack@redhat.com>  [53a813c3d26932ac11b868c7bc27b50fe45d6f82]

        Add blank lines for readability
        
        Change-Id: I78b12b5d79b31c370154cc4880413cbae6760edc

2018-01-26  Manfred Blume  <manfred.blume@cib.de>  [e4400f4c4e267f8528df3a7d5a09623c888bd10c]

        tdf#114306 fix crash caused by special document
        
        Regression from 18765b9fa739337d2d891513f6e2fb7c3ce23b50
        
        chnage signature of
        static void lcl_RecalcRow( SwRowFrame& rRow, long nBottom )
        to
        static void lcl_RecalcRow( SwRowFrame* pRow, long nBottom )
        
        Change-Id: Ie00435aa4bffa3d2e49896aea6894ae999a5536a
        Reviewed-on: https://gerrit.libreoffice.org/48613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-26  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [ced60a5fa7824caff07846d7dd8abad3c0f31b55]

        introduce SwClient::StartListeningToSameModifyAs
        
        - ... as it is a common pattern
        
        Change-Id: Ie6a9b803e1e763fb0c01d808fac107df88f79460
        Reviewed-on: https://gerrit.libreoffice.org/48647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-01-26  Eike Rathke  <erack@redhat.com>  [3edf52796ef62c1734f51011fd32d8dc269fbf2d]

        Move declaration to where it is used
        
        Change-Id: Ibf650c3d38ff21cb03b5361f953423fd0d2195e6

2018-01-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [401d4516234994d317a7c899358e8c2eef447fdc]

        Improve performance when searching for blocks w/o draw objects
        
        ... by returning when the first object in the lookup range has been found
        
        Follow-up for 3a2a430ae8e2c1647c18d8904477949f6e2e7941
        
        Change-Id: I5cc9a268793eb8d156a39b0a2de557220da96748
        Reviewed-on: https://gerrit.libreoffice.org/48395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [0254e17978e96678538199dff65d00677093c1ec]

        ofz: null deref
        
        Change-Id: I3304656aa057df47ec9afeddb4caa297be88e137

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [12eb35fb90876df0392bf86c19521623ab574766]

        ofz#5717 check state in readblock
        
        and change state to a bool and reuse it more
        
        Change-Id: Iaa46004b144836431dd386a68a8ab688fd1477f2
        Reviewed-on: https://gerrit.libreoffice.org/48686
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [86e9d28c58ee7fa9a7f803ff443f86d55961d451]

        coverity#1401307 Uncaught exception
        
        and
        
        coverity#1401308 Uncaught exception
        
        Change-Id: Ia8ab29a45888cf9b1014e4e4ac32c5de930a2935
        Reviewed-on: https://gerrit.libreoffice.org/48688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9f329c08e6b7e87879545c1bd78a4d3435fc44e4]

        tdf#98931 Test for sorting images
        
        Change-Id: Ia9bbdfefc4f8ef2948d497391cdc1e9c760f1f64
        Reviewed-on: https://gerrit.libreoffice.org/48310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-26  Jens Carl  <j.carl43@gmx.de>  [5236b8d72dba28cc23aad05e18741abe92f72f72]

        Remove shared mxComponent in scannotationsobj
        
        Change-Id: I630b0eb1eebd022588961546313da78ad642c630
        Reviewed-on: https://gerrit.libreoffice.org/48649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-26  Jens Carl  <j.carl43@gmx.de>  [876164d2ebb654b525e4dcb49c61cf477d494ef5]

        Remove shared mxComponent in scannotationshapeobj
        
        Change-Id: I5917ab813ab3583d5fc9bad81db7e050d1a523e0
        Reviewed-on: https://gerrit.libreoffice.org/48648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b5f8b046008a27f1da58b934dbe61c0decf36612]

        tdf#98931 Add option to sort boundary image-only columns
        
        A similiar option exists for comments-only columns.
        If enabled, image-only columns are considered when sorting (and selected).
        
        This is the default behavior, but can now be disabled.
        
        Change-Id: Ie9dfdf913ea5904480c96375beb4e25bcb880785
        Reviewed-on: https://gerrit.libreoffice.org/48351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-26  Jens Carl  <j.carl43@gmx.de>  [c48dd8ee185b24322ce497ee74896c7288db008e]

        Remove shared mxComponent in scannotationobj
        
        Change-Id: I3c19399dcf590e7980592e2444553e5cccc0a0a8
        Reviewed-on: https://gerrit.libreoffice.org/48646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-26  Eike Rathke  <erack@redhat.com>  [f8bcf01803f9a14ea326b6853eccd37eb3d7cfb9]

        Consistent naming
        
        Change-Id: I4fdf47abe54895909f6a28655bda67700f30d392

2018-01-26  Henry Castro  <hcastro@collabora.com>  [3482a706cb9cfb1505590a5a27345594a2b95571]

        sw lok: include the field name in the description of the redline
        
        In tiled rendering case, when the text node is a field,
        the description shows incorrect characters
        
        Change-Id: I1e3a456b6e2a19a7629b58a8a6ae77e2090a06a1
        Reviewed-on: https://gerrit.libreoffice.org/48538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-01-26  Stephan Bergmann  <sbergman@redhat.com>  [63d4ab4bd709b66724c8cb78668fed71f8977098]

        Remove redundant(?) initialization of frame geometry
        
        The memset of maGeometry was added with 79e2c2577527578629d7bb719a88396645a4cc49
        "INTEGRATION: CWS vclplug" in 2003, before
        f7be39169fef0823e04f556cc9c9fdcda34d8685 "INTEGRATION: CWS presenterview" in
        2008 introduced a user-provided _SalFrameGeometry default ctor, which sets all
        members except nWidth and nHeight to 0, and sets nWidth and nHeight to 1.
        
        So the memset effectively set nWidth and nHeight to back 0 (whether or not that
        was by design or by accident after the latter commit), but that seems to be
        unnecessary after all, seeing that a SAL_USE_VCLPLUGIN=gen soffice appears to
        stll work well after removing the memset.
        
        Change-Id: Ic6d1c6476a1234e84dca1e560149cd1e9af37b73
        Reviewed-on: https://gerrit.libreoffice.org/48696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-26  Eike Rathke  <erack@redhat.com>  [af2a2a0c72db312902e466c36697b5c198041e82]

        CheckLinkFormulaNeedingCheck() for .xls conditional format expressions
        
        Change-Id: Iafa112cc591b411d80ead48bf726788d361f6eb3

2018-01-26  Mike Kaganski  <mike.kaganski@collabora.com>  [1710f23e2152ec53a9d90c9bff850c9f4f026053]

        Make handled flags for Java interaction handler static
        
        In commit 5785e4f4ab9c0e30d709e6150bc7230098ed550b, initial work to only
        show Java error dialogs once had been done. Still, in some cases, multiple
        such dialogs can still be shown.
        
        JavaInteractionHandler instances can be created in at least two contexts:
        in JavaContext::getValueByName, and in DesktopContext::getValueByName.
        Additionally, in the latter, it is not kept for subsequent reuse, but re-
        created anew each time. So, it is possible that "Java Missing" (and friends)
        dialogs will be shown multiple times per session. E.g., specific installed
        extensions (not using Java, but rather Python) can trigger said behavior
        in Desktop::doShutdown inside BackupFileHelper::tryPushExtensionInfo.
        
        This patch makes the "already handled" flags static, thus sharing the
        status among different handler instances.
        
        Also, unchanged-after-const-initializing m_bShowErrorsOnce is removed.
        
        Change-Id: I79d40639caa9764a04af9201c7e1a6fa624f03e5
        Reviewed-on: https://gerrit.libreoffice.org/48678
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-26  Pranav Kant  <pranavk@collabora.co.uk>  [3dcf50fb383ebd8c38b1b931e41e3985adcc9bed]

        lokdialog: Don't leak tooltip text window through tunnelling f/w
        
        Change-Id: I0491c86fdb1511ee4841aa670428c78aba24b8d0

2018-01-26  Pranav Kant  <pranavk@collabora.co.uk>  [a39cefd99c40f121b60c882dba6000894b6996d9]

        lokdialog: Call LOK invalidate explicitly here
        
        In some cases, Window::Update is called directly by the child classes.
        This is not good for LOK clients because they rely on 'invalidate'
        callbacks for painting the window.
        
        Change-Id: I05402d7597841c96a25b7f5ac4cc60dda6ec5a16

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [2372003d94d3c58d90f6af524e916a2aa761cee2]

        Resolves: tdf#114221 generate both std97 and cryptoapi keys from password..
        
        when we open a cryptoapi encrypted binary msoffice document. That way when we
        save as the same format, and try to reuse the generated keys for encryption, we
        have matching std97 encryption keys available because we always export using
        that scheme.
        
        Change-Id: I25f24a01d102242615768255ce888acb08ef6447
        Reviewed-on: https://gerrit.libreoffice.org/48680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-26  jan Iversen  <jani@libreoffice.org>  [2cbcaa58b9fdbe78119b43a2a4404bebbb3fcebd]

        iOS, add support for PDF
        
        Updated Document Types and import types.
        
        Change-Id: Id7e5aef91cdf52783a83672becfd7bbb78f986ad

2018-01-26  Michael Stahl  <mstahl@redhat.com>  [17d7f2971061a9e0b68da6d433835c64b946169a]

        sw: remove misleading comment from SwUndoSaveContent::DelContentIndex()
        
        "Directories" weren't handled in the initial CVS import already.
        
        Change-Id: Ic96921d8e3e8aa5a5e65e07391236f0a7747c867

2018-01-26  Michael Stahl  <mstahl@redhat.com>  [55650f65de478bcee65fe1e1cf19f106e407f999]

        xmloff: ODF export: don't write LO_EXT attribute unless ODF expended
        
        The loext namespace is not defined when exporting standard ODF
        versions, which triggers an assert() in SvXMLNamespaceMap.
        
        (regression from 4469b29faeb8dbf7793a5d81d9c5ddebacf3015f)
        
        Change-Id: Ic93fb0ea8fe092463d3fd18a0fbf4429d8652642

2018-01-26  Fyodor Yemelyanenko  <fyodor_e@hotmail.com>  [70483089425d5bb22e036867290e06a6fc8d99fb]

        tdf#94225 - Writer crashes on Undo N times when document contains flys anchored to paragraph.
        
        Change-Id: I628ef10b1e7817b554afee5e3c8733c1a128b201
        Reviewed-on: https://gerrit.libreoffice.org/44800
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-26  Julien Nabet  <serval2412@yahoo.fr>  [a30652295be09afdbba707ce13d0a03e22c4e7a3]

        tdf#108473: don't let empty date in datetime in forms
        
        If only an hour is given (so no date part), copy behavior for table and query
        and put 30/12/99 by default
        
        Change-Id: Ifb371758538d2d11bd02b101a347d34816b6fddf
        Reviewed-on: https://gerrit.libreoffice.org/48665
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d4fecf0e6a1b98d251d6c17abb52b5417af810c8]

        Updated core Project: help  854f87b82b23d5409b4a3f6cea8628324fb238cc
        
        tdf#112356 Watermark help page, better bookmarking
        
        Change-Id: Ia0f37984caaa32b74817e0bdd62c05813de50a6d
        Reviewed-on: https://gerrit.libreoffice.org/48690
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-26  Eike Rathke  <erack@redhat.com>  [09b81a42c2689b7249c8c39899c0b5b36c050306]

        coverity#1428611 check for nullptr
        
        Change-Id: I4d0bd765e4c1677448dcd3a74f26f36394c4a358

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [4e5cb9fdbac5c7afef599648737bdcfe37af6ccf]

        coverity#1019311 silence Unchecked return value
        
        Change-Id: Ife2bfed0eecff5fe247d0fef6ee7d77626d9f0be

2018-01-26  Eike Rathke  <erack@redhat.com>  [707e0f4e6b6e36432c0f04f22719428a7e1a50ee]

        coverity#1428613 check IsValidReference() return value, tdf#108989 follow-up
        
        Also remove the unnecessary continue;break; construct and just
        return if found.
        
        Change-Id: Ib32ff214a1a24ef3ad3c6f7f659a8b7fde6b2d4a

2018-01-26  Mike Kaganski  <mike.kaganski@collabora.com>  [fa3dc99fe354040aecfb64c4f5af49e313edfeef]

        nMovX is SCCOL
        
        Change-Id: I748f512fc424eacb2b56cb1a080b9ff15278c8d1
        Reviewed-on: https://gerrit.libreoffice.org/48652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [013a4f951c016c7e266392a91e37a123c6d49a25]

        ofz#5621 Integer-overflow
        
        Change-Id: I621fb776457054f82078ed483c8b247acf734a3a
        Reviewed-on: https://gerrit.libreoffice.org/48630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [d79c1e3c6eed70c221db8a82d061261d4835f618]

        coverity#1428612 silence reasonable 'Unchecked return value' warning
        
        Change-Id: If22f31471e0d15b6523355a44938c864b074ac93

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [7ed8b9e3a9685eb3b07c65b7f2912612c5c9e810]

        coverity#1428609 Unintended sign extension
        
        and
        
        coverity#1428610 Unintended sign extension
        
        Change-Id: Ia6de85c7c438e610983a30204bda364367750d98

2018-01-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [375b2f351dbc4b39274776aa06fbb1997dc579b7]

        Updated core Project: help  f15eac158a47aac87d5dc40004899871ebc5739e
        
        tdf#112356 Help page for watermark dialog
        
        Change-Id: I3b509faf16579f1bfbf1428daca40f2d7054aad6
        Reviewed-on: https://gerrit.libreoffice.org/48637
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0774af9889887fdd98ae65987f590c626def8d63]

        Updated core Project: help  482fb2a966c3cfde24d94d7f43768b8edf63ceca
        
        Adjust online builder xhp2html.sh to new bookmarks
        
        Change-Id: Ie3a211d7247acd0ef7c15266368d9db7e1c8f232
        Reviewed-on: https://gerrit.libreoffice.org/48681
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-26  Justin Luth  <justin_luth@sil.org>  [cc1c9c7484d97167021301f32c3397124c4d79f5]

        tdf#95377 ooxmlimport: treat default style like named styles
        
        The default style was missing out on all of the fixes made
        by LN_CT_PPrBase_pStyle. That included right margins, and
        numbering styles.
        
        Essentially, this change is just copy and paste from one function
        to another. I tried to make all of the logic changes
        separately in previous commits. So the adjustments here are simply
        to accommodate different variable/function names. So if this
        causes any regressions, it ought to just be related to either
        applying later on (at finishparagraph instead of
        LN_CT_PPrBase_pStyle or because it includes the default style.
        
        One important note regards the preparatory
        commit 254c80037a3939c110d5c66fef6c28caf47625e5.
        If this commit is reverted, make sure to check that commit
        to add a conditional wrappers around GetCurrentNumberingRules().
        
        Change-Id: I9827b2cd1a74a13cf18ada9baa221c5c567a7391
        Reviewed-on: https://gerrit.libreoffice.org/48458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-26  Tamás Zolnai  <tamas.zolnai@collabora.com>  [232251e11aecf051bc0e2a915e5af6c0d3650469]

        tdf#107608: PPTX: Import pattern fill background color
        
        Change-Id: Ic7e9dc314c961605fc8467eebd465fa286993e17
        Reviewed-on: https://gerrit.libreoffice.org/48633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-26  manujvashist  <manujvashist@gmail.com>  [d999b55e28d0445df870f69b3a269964e3635def]

        tdf#114200  : added 'Trim space' feature in 'Text Import'
        
        made a checkbox to Trim extra white spaces from both ends
        while using seperators in 'Text Imort'
        
        Change-Id: Ib05d9b17525e3ebec380ec8b7eebfa35fff78f01
        Reviewed-on: https://gerrit.libreoffice.org/46177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Manuj Vashist <manujvashist@gmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [32b2a1831d819f73def1485d1589522cd19f9f6c]

        Fix typos
        
        Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad
        Reviewed-on: https://gerrit.libreoffice.org/48546
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-26  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [484d0ea842da586a4cf51b6d11683b04f234474c]

        tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.
        
        Change-Id: Ie1e25ea7a0d6f23dfe21f53ed47430be6b357984
        Reviewed-on: https://gerrit.libreoffice.org/48523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-26  Gulsah Kose  <gulsah.1004@gmail.com>  [1a8aac875ffb0a8c7b4161ff62807c1fb3e3e4a4]

        [Pardus] tdf#87357 Add contextual Conditional Format command.
        
        This patch is sponsored by ULAKBIM/Pardus project.
        
        Change-Id: Id6148d39f68ac39067cc3a09b314c4f4de773384
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/48417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-26  Caolán McNamara  <caolanm@redhat.com>  [90948976a557c49ec5e971b8ba6d8e62c58b6c7e]

        drop the slow path
        
        Change-Id: Ibf9721d852c1b57593e34272214d9f11c0188016
        Reviewed-on: https://gerrit.libreoffice.org/48611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [853e3fb639a540b2a452ee7116ae61e7b581f8fd]

        sw: remove remaining not-compiling debug code to fix dbglevel=2 build
        
        Change-Id: Ia94cb6b52d34e741106a9b0c84ec2158465f0843
        Reviewed-on: https://gerrit.libreoffice.org/48641
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-26  Julien Nabet  <serval2412@yahoo.fr>  [199b307be547405fc32ed29e23e6aa9bb81ce398]

        Modernize a bit connectivity (part1)
        
        by using for range loops
        + use returned iterator by erase call in ZConnectionPool
        
        Change-Id: I97b14b24ebddefea909bc17cb3463f840fde38a0
        Reviewed-on: https://gerrit.libreoffice.org/48634
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6e36e0ce006a85fb286b787def737bff6c8e9d8f]

        Fix typos
        
        Change-Id: Iffdbe1ce151f31b65e353cf87aaa1e0102d4430d
        Reviewed-on: https://gerrit.libreoffice.org/48653
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-26  ekuiitr  <jhaekansh80@gmail.com>  [155dd4ebec9c38c0c478f648b09045e037818aea]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: Idc14e71c732ce031b9bec556401dc84fd0757b6b
        Reviewed-on: https://gerrit.libreoffice.org/48636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [47ae2add3a818dff6c85c5a4376772b542258484]

        loplugin:useuniqueptr in SortedResultSet
        
        Change-Id: Ib57cf4b30afda6f5e0d024a0c72417f6b1786e9a
        Reviewed-on: https://gerrit.libreoffice.org/48588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [3cf85c9ff1975ed086eb9a390ea870d39313fed1]

        loplugin:useuniqueptr in PersistentPropertySet_Impl
        
        Change-Id: I78259770767fd3bbe3217f20a513703e7347288f
        Reviewed-on: https://gerrit.libreoffice.org/48587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4155c305daf5c64b964bb2b8ea8d6bd672fd46b]

        loplugin:useuniqueptr in SortedDynamicResultSet
        
        Change-Id: Ife4849926f26631bbe65bd22158165fac306cd43
        Reviewed-on: https://gerrit.libreoffice.org/48586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [398bbde8231e77bd4106c09c34839f0f16f2f7ee]

        expand out SdrObjectWeakRef and SdrPageWeakRef typedefs
        
        Change-Id: Icacc7354df4a927533e6fec072cdd527e4c57b96
        Reviewed-on: https://gerrit.libreoffice.org/48566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [c7e2b4ff70c751541167fea7adacaf2556b43312]

        loplugin:datamembershadow in SmartHdl
        
        rename both these fields
        
        Change-Id: I7c414bb440872cdc36d29613be52a5a7542ff9bb
        Reviewed-on: https://gerrit.libreoffice.org/48565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Jim Raykowski  <raykowj@gmail.com>  [122da2eea23faf6916c3f3b9e1895f5c404b26c7]

        tdf#107567 et al. Paragraph dialog preview windows fixes
        
        tdf#107567 tdf#98211 tdf#98212 tdf#113275
        
        Change-Id: I6d11cb809283eee4fa79acae9aa32baaab558833
        Reviewed-on: https://gerrit.libreoffice.org/45273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [674b67ab7d92097089000fcd70c7abd84e180220]

        loplugin:useuniqueptr in XMLTextParagraphExport
        
        Change-Id: I20a45d5d3914c75b01b55339169d495b294fe7fd
        Reviewed-on: https://gerrit.libreoffice.org/48514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-26  Stephan Bergmann  <sbergman@redhat.com>  [1a0b01f2238e30a58a2bb4a4054b7726887fe15d]

        USHRT_MAX -> SAL_MAX_UINT16
        
        The check against USHRT_MAX and the mismatching cast to sal_uInt16 in the
        following SetWidth call were like that ever since the code first shows up in
        57941a2dfdb461a2444a0ab84076db8423c46ca7 "#86004# removed
        SfxPoolItem::importXML, exportXML, equalsXML".
        
        Change-Id: Icd63d5b66765fc2391898a9d47a228407b9d5744
        Reviewed-on: https://gerrit.libreoffice.org/48631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-26  Jens Carl  <j.carl43@gmx.de>  [583a574d045ffc1eb4e2b05f60852df0db8ae2c2]

        Update comment to reflect the right type
        
        Follow up from commit 4cdb7fa375ba1894deb412853214f01f95bd3f05,
        where it was missed.
        
        Change-Id: Icfc123b0e238705f175fda6308ecc40569d3a31a
        Reviewed-on: https://gerrit.libreoffice.org/48643
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

2018-01-26  brian houston morrow  <bhm@brianmorrow.net>  [d31ff9d4df7a87f67c5583c0eb78e0fbe1ba6641]

        tdf#113239 Increase tick amount for spacing spinner to 0.1
        
        Change-Id: I8bb2f3863ed16b11c6a65c59b89d41dcdf2d8544
        Reviewed-on: https://gerrit.libreoffice.org/48475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-01-25  Jens Carl  <j.carl43@gmx.de>  [8a73799d12f0d2dc04890b96bd0adf0ffcf50d17]

        Change property value to get CellContentType in sc/
        
        Change the name of property value to get the CellContentType and
        rename variables to reflect change of the meaning. Follow up from
        commit cceaece18a42405190941865908636522e0ee4cb.
        
        Change-Id: I35c58174cef8ab44bd37b37fd18876ef912e16be
        Reviewed-on: https://gerrit.libreoffice.org/48476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-25  Jens Carl  <j.carl43@gmx.de>  [4cdb7fa375ba1894deb412853214f01f95bd3f05]

        Change property value to get CellContentType in connectivity/
        
        Follow up from commit cceaece18a42405190941865908636522e0ee4cb.
        
        Change-Id: I29df5403204279b038095156c85638877d2dc9ff
        Reviewed-on: https://gerrit.libreoffice.org/48465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [0b14c0fbef7a6d3420e8da6ae44488b23de4c4fb]

        Remove stdlib.h from sal/config.h
        
        This reverts 5da3337c007e0572028283d70bad43e9a29d45c1 "readded include stdlib.h,
        because of missing NULL definition in many headers, #100000, #101685", which is
        no longer relevant.
        
        Change-Id: I544ed9a7afbf7b611bc481b8d50acca3193d93de
        Reviewed-on: https://gerrit.libreoffice.org/48131
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Milian Wolff  <milian.wolff@kdab.com>  [bea99d013a0dea0c010a94425aef08c6711a669c]

        lo_kde5filepicker: cleanup main and add version and help options
        
        This way users can figure out what this tool is about. Most notably,
        you can run it now with `-h, --help` as one would expect.
        
        Change-Id: If8dd3142bdcc96d2962a2647b2187d75666b9394
        Reviewed-on: https://gerrit.libreoffice.org/48592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Milian Wolff  <milian.wolff@kdab.com>  [91ab6b4feda09e2ded45f716d8f283ced06971ad]

        Properly restore size of KDE5 file picker dialog
        
        The event filter we installed prevented the show event from reaching
        the KDEPlatformFileDialogHelper::show method. This prevented the
        dialog from being restored to the size chosen by the user previously.
        
        Change-Id: I7af457f19f59d27bd104f8f70d9f4767da6641ee
        Reviewed-on: https://gerrit.libreoffice.org/48591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Milian Wolff  <milian.wolff@kdab.com>  [a8a52bf04c3e459189511dd2fefc0f2851a356e9]

        Properly quit the lo_kde5filepicker on Quit command
        
        Quitting the event loop is not enough, we also have to get out
        of the readCommands loop. Return false for this scenario. Also
        exit the command when an unhandled command comes in, we cannot
        really recover the stream from this anyways.
        
        Change-Id: I7d58724ea0364565e476516d5645cb436ce1d461
        Reviewed-on: https://gerrit.libreoffice.org/48590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [c23d1d3efd5ec716525704d91b53ae07cb4c5458]

        put a ceiling on various fuzzer input sizes
        
        Change-Id: I7a53859377e6228542be50fd26af6b0d6701384c

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [2839be08281b4c6b23b9ecdbb4da2032788b6223]

        ofz: cache animation size to avoid timeout
        
        Change-Id: Iede591487782a941a9915123b83537ddadd1b4c5
        Reviewed-on: https://gerrit.libreoffice.org/48629
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [80ac1dc53ba2aac97bce067495f7f60c6acabadd]

        Change TimeSeparator for locale la_VA, lld_IT and vec_IT.
        
        Change-Id: I0afc3a08a31216efdbddc389dc23f0b04bc92b37
        Reviewed-on: https://gerrit.libreoffice.org/48619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [09af5c6ce286333d6c41dbd1432c2007c5691f8e]

        ofz#5379 Timeout
        
        Change-Id: I876ed253c61a13faae2b31c43fa595b3612cd082
        Reviewed-on: https://gerrit.libreoffice.org/48610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [cf4e7f122ac80399d8ead31e4f5d5732c864be97]

        clamp normal page sizes as well as notepages
        
        max multiplication is about 4.4 based on
        SvxMSDffManager::SetModel nMapMul/nMapDiv
        
        Change-Id: I97bc6ad76bb43fb46aa521bf852decfdd17883e7
        Reviewed-on: https://gerrit.libreoffice.org/48612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Michael Stahl  <mstahl@redhat.com>  [0628693eaf056fedf4d82be8f58f0b87ab7dc20b]

        sw: try to limit rowspan/colspan attributes a bit
        
        Not sure what would be a reasonable maximum, but this should at least
        limit fuzzing to 64k cells at a time.
        
        Change-Id: I03c8f828be7ca2d5caeb1f318b55e25ab3f528ef
        Reviewed-on: https://gerrit.libreoffice.org/48589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c97d67631724c29fa665c5f0aaad0a0fd9a061ee]

        tdf#105226 follow up: change time separator for locale it_IT.
        
        Change-Id: If994f615b4a9b976086546a80357b75e93952528
        Reviewed-on: https://gerrit.libreoffice.org/48615
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-01-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8ff3d8821ef68069c1bdcf1a123b0c929d745566]

        Fix incorrect AM/PM symbols in locale it_CH and vec_IT.
        
        Follow up of tdf#105226.
        
        Change-Id: I31816a36e427338034a30492f2a7ac7f2d0fddd2
        Reviewed-on: https://gerrit.libreoffice.org/48616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-25  Eike Rathke  <erack@redhat.com>  [fef24d9f999ee54d7936900485d97ff26656f517]

        CheckLinkFormulaNeedingCheck() for .xlsx conditional format expressions
        
        Change-Id: I31ede1a23223a798141a0891deeabd8cf88fff58

2018-01-25  ekuiitr  <jhaekansh80@gmail.com>  [061145e2172886f0bd8b33f16ede7c21dba6f3f6]

        tdf#105910 Allow defaults to be used as parameters for RTF control words.
        
        [MS-RTF] specifies in "Conventions of an RTF Reader" section
        ("Change Formatting Property" action), that if a control word
        requires a parameter, and it isn't specified, then a control-word-
        specific default value is used. This patch implements the said
        rule.
        [MS-RTF]: https://www.microsoft.com/download/details.aspx?id=10725
        
        Change-Id: Ic0b76bf16b01c65e1b89c243698fd46fd6426d90
        Reviewed-on: https://gerrit.libreoffice.org/48375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [24075745b3865edc1254ce0c445f4b7152092545]

        tdf#112356 Add help button in watermark dialog
        
        Part of documenting the watermark feature of writer
        
        Change-Id: I6376a583f02367c0e87fbd62e3bd449633a4dc5d
        Reviewed-on: https://gerrit.libreoffice.org/48618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-01-25  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [93cabd565d412ea65ffd0c3fc01025a52d47ca4e]

        more GetRegisteredIn obsoleted by StopListeningAll()
        
        Change-Id: I7d69a5112e03cec1b8ebdc389940557b4dbd1117
        Reviewed-on: https://gerrit.libreoffice.org/48550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-01-25  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [80fc1fe32aff770164e257ab63f715be9cd2d5ab]

        Remove SwEndNoteInfo::ReleaseCollection
        
        - obsoleted by SwClient::EndListeningAll()
        
        Change-Id: Id086a42e778b7630c44af4a6ddf2a23d77538c2b
        Reviewed-on: https://gerrit.libreoffice.org/48549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-01-25  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [360f2d1b46174fcb33323dcac978bfe8796bad19]

        introduce SwClient::EndListeningAll()
        
        - this is to reduce the use of GetRegisterdIn(), which should be an
          implementation detail
        - remove SwTOXMark::DeRegister() which did the same for a part of the
          class tree
        - remove SwUndoSetFlyFormat::DeRegisterFromFormat(), same
        - remove doubletracking FrameDeleteWatch::m_bDeleted, just check
          GetRegisteredIn()
        
        Change-Id: Id9364076759446ee5ff1898683c3ca700c1014c9
        Reviewed-on: https://gerrit.libreoffice.org/48548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2018-01-25  Michael Stahl  <mstahl@redhat.com>  [26d34f319ba48216785f7fdbf9e6bfdaf2dc6ad2]

        sw: fix some bug in SwTOXBaseSection::UpdatePageNum()
        
        Looking at UpdatePageNum_ it's fairly obvious that the 2 vectors aNums
        and aDescs have to be in sync, but aNums is cleared after each iteration
        while aDescs is not.
        
        Change-Id: I41d8a8df5c4c3ae51aa5ea89c21b01651af5651c

2018-01-25  Michael Stahl  <mstahl@redhat.com>  [38af1bb52d3833da7919e61e650fb9ec1bdaf4f7]

        sw: de-pointerise local variable in SwTOXBaseSection::UpdatePageNum()
        
        Change-Id: I24fcde19ae94cc5a278da6d88e72ce6a57a64951

2018-01-25  Michael Stahl  <mstahl@redhat.com>  [7dbe76266cb4250701aaee043933ccb21e5f6564]

        sw: convert SwDoc::mpDBManager to unique_ptr
        
        Very odd things are happening in dbmgr.cxx to override this member,
        so add a 2nd member that points to the DBManager that is actually used.
        
        Change-Id: If5d4ea1e4951a0406fddcb71302c53ee7b37a34e

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [ad9d70e73394b1d0d2c1e1e4584c8bc6f3a5d8b3]

        Fix Index::getIndexWeight for empty input
        
        ...which triggers the assertion `index >= 0 && static_cast<sal_uInt32>(index) <
        static_cast<sal_uInt32>(getLength())' in rtl::OUString::operator[] at
        include/rtl/ustring.hxx:669 (see below for a reproducer).
        
        I am not sure whether the case of `startPos == rIndexEntry.getLength()` should
        really go into the following for loop inspecting `tables`, with a somewhat
        random `code` of U+0000 (or some other value even?), or should rather be handled
        explicitly in some other way.
        
        Reproducer in an empty Writer document: "Insert - Table of Contents and Index -
        Bibliography Entry...": "Insert Bibliography Entry" dialog: "ARJ00", "Insert",
        "AVV00", "Insert", "Close"; "Insert - Table of Contents and Index - Table of
        Contents, Index or Bibliography...": "Table of Contents, Index or Bibliography"
        dialog: "Type - Type and Title - Type: Bibliography", "Entries - Sort by -
        Content", "Entries - Sort Keys - 1: Address", "OK": assert fires
        
        Change-Id: I2c9fad2c37bfa7a3509c197e678311fb45cb991a
        Reviewed-on: https://gerrit.libreoffice.org/48564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-25  jan Iversen  <jani@libreoffice.org>  [e27398165237a9137b926e0743dabf7a81066839]

        iOS, update intro screen
        
        Update to intro.png used for version 6
        
        Change-Id: Ieeb71854eb98eb3f1be815ea15fecce424a5eba9

2018-01-25  jan Iversen  <jani@libreoffice.org>  [121d3213e04c4e8be7de36ceeef2a4e545ad314c]

        iOS, removed unused libraries
        
        libz, libiconv etc are now hidden in loKit.dylib
        
        Change-Id: I64e7be0c3ad2087f8c13bcc99d693087e4c6732b

2018-01-25  Jim Raykowski  <raykowj@gmail.com>  [7416c2ea6c25ec1ff60ce1055b79b216cd501140]

        tdf#114519 Update cell content on sidebar number format change
        
        In Calc, when the cursor is flashing in a cell (input mode) and the
        sidebar Number Format panel 'Select a category of contents' drop down
        selection is changed the cell contents does not update on selection
        change.
        
        This patch ends cell input mode on 'Select a category of contents' drop
        down change allowing cell to be updated to the selected number format.
        
        Change-Id: Ia1f46499ada2cfbcc82bd5babb6cf56ae0d6259c
        Reviewed-on: https://gerrit.libreoffice.org/46883
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-01-25  Jens Carl  <j.carl43@gmx.de>  [35f6b6f6b9693e098b8407c3c35e74087d59ed8e]

        tdf#45904 Move _SheetCell Java tests to C++
        
        Change-Id: I5d698303a901ee103fdd4ffdea34809142afa0e5
        Reviewed-on: https://gerrit.libreoffice.org/48463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-25  Kshitij Pathania  <kshitijpathania@gmail.com>  [36686e2aae19651e3b2128f255537ed68d92fd06]

        tdf#89605 Now preview appear on right
        
        Change-Id: I51a98eb94e47c94fdb95702c4dc3fd7173d8fb58
        Reviewed-on: https://gerrit.libreoffice.org/48536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-25  jan Iversen  <jani@libreoffice.org>  [bf0117cce987dd92f6e658de0e186a282677b17f]

        iOS, simplified dylib build
        
        Change-Id: Icea9a5e4796dda288fafcd478a769fa7087baab2

2018-01-25  jan Iversen  <jani@libreoffice.org>  [376ba90ee29bb6da5c3c079575333577aea4fee0]

        iOS, corrected directory creation.
        
        the setup mk did not always create the needed directories.
        and corrected typo
        
        Change-Id: I58a40a67d91101504b7802a1fc73105df68a4ca4

2018-01-25  Pranav Kant  <pranavk@collabora.co.uk>  [6aaa4693ab7665d6239ed57c221ea92c5554398d]

        fpicker: Respect the PrepareExecute() result
        
        Change-Id: I351eaa76da01656638de5f04eb376e5b16102b4a

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [6d5e2ca07fb0c8686c9e09645933ca0f2f58ab71]

        drop GetPageSize no-op function
        
        which used to have some commented out stuff which considered changing
        the size, but was all removed ages ago
        
        Change-Id: Iff62a71e9b7d31acb16016b5e72d168327111ce7
        Reviewed-on: https://gerrit.libreoffice.org/48583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [85dfda49880dcc6676dcda5838da1c7b36215079]

        Adapt odd USHRT_MAX/4 limit in FIELD_PROP_PROP_SEQ handler
        
        The code was added with 8ff71b59a7f714835e1faa2781b34b4c5b811a84 "TextField and
        FieldMaster 'Bibliography' completed", but, according to private communication
        with Oliver, that specific values was chosen rather randomly.  Still, other
        parts of the code assume m_SortKeyArr to be indexed by sal_uInt16, so use
        SAL_MAX_UINT16 here to ensure the array is not getting to big causing overflow
        in those other places.
        
        Change-Id: I18ed75ed7c88b04e174a82194ae7d93a5f7f7c76
        Reviewed-on: https://gerrit.libreoffice.org/48443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [250ad9311a613d9b4e1cf5cf5fdaf33d9b326220]

        tdf#115227 svtools: suppress UNO notifications for color selectors
        
        This is nominally a regression from commit
        43bc3031483d172eccd72c3804e2d4fc2ef37de4 (unify color selectors,
        2016-10-28), but that just changed the Writer color picker to behave the
        same way as the Impress one.
        
        The Impress one started to emit these events with
        daeed90f4586eb9533041fb89bee163a5193596c (re-base on ALv2 code.
        Includes:, 2012-11-15), to fix i#118707, improving accessibility.
        
        That means either the focus changes and then accessibility is happy or
        the focus does not change and then the UNO API client only gets events
        when the user actually switches to an other window.
        
        Fix the problem with suppressing UNO-level notifications for the
        problematic events, by moving the existing VclListenerLock to a public
        header and using it at two more places in svtools.
        
        This should address not just color selectors, but in general other
        toolbar menus / popup windows.
        
        Change-Id: If427708c5b9fe4fa49cb8f00ec04b32cb28eb391
        Reviewed-on: https://gerrit.libreoffice.org/48570
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [19f8a979ff86be39a3938b3d7b25c1431191e708]

        Fix typos
        
        Change-Id: I31741b4f42fcc7e58d383e204f3e305b9de1a4c4
        Reviewed-on: https://gerrit.libreoffice.org/48248
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [6976600c66e7671ab42188effc18e9988468e9cf]

        Don't preset SwAuthorityField::m_SortKeyArr with three empty elements
        
        This appears to be a mistake introduced with
        0be2a98cc04ee26f605a6f6e7efbdee325560a91 "Convert V_DECL_PTRARR_DEL(SortKeyArr)
        to boost::ptr_vector", where the original svl/svarray.hxx-based SortKeyArr ctor
        had a parameter specifying the initial capacity.
        
        But the mistake was apparently harmless as uses of SwAuthorityField appear to
        always fill m_SortKeyArr via SwAuthorityFieldType::PutValue or
        SwAuthorityFieldType::SetSortKeys (which both first clear m_SortKeyArr) before
        accessing m_SortKeyArr otherwise (as observed when playing around with Writer
        "Insert - Table of Contents and Index - Table of Contents, Index or
        Bibliography...", and in the "Table of Contents, Index or Bibliography" dialog
        doing "Type - Type and Title - Type: Bibliography", "Entries - Sort by -
        Content", "Entries - Sort Keys - 1: Address", etc.).
        
        Change-Id: I0901b3b790f8390e743d5802116f13e7261e83eb
        Reviewed-on: https://gerrit.libreoffice.org/48563
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Jim Raykowski  <raykowj@gmail.com>  [1c1c50e12cc33df7c158badfc6b08c2ef9bb38a5]

        tdf#115129 Add function on double click in Customize Dialog
        
        Change-Id: I21a7f8b4fc05d55d1539a3fd148e5870899b1596
        Reviewed-on: https://gerrit.libreoffice.org/48555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-25  Eike Rathke  <erack@redhat.com>  [2930ba2ac5d9423f2848b968edcd8ddc71966186]

        CheckLinkFormulaNeedingCheck() for .ods conditional format expressions
        
        Change-Id: I45eb1ab5efa0ec9da2663f20427d2474ce300826

2018-01-25  Eike Rathke  <erack@redhat.com>  [faa0305ba3d0dc698fce4915d4f3a1fb52422380]

        Prepare CheckLinkFormulaNeedingCheck() to use either RPN or tokenized code
        
        Conditional format formulas aren't finally compiled until needed
        so the check will have to operate on the tokenized expression
        instead of RPN code.
        
        Change-Id: I68837e9bd33f125ab47b10b1a6fa18175abd1627

2018-01-25  Aron Budea  <aron.budea@collabora.com>  [6feeb77552c38e3d9819611e9678470a44c00c84]

        tdf115103: find data source if sDataSource/sCommand are empty
        
        In several functions data source was only found if sDataSource and
        sCommand corresponded to what was set in fields.
        In imported DOC(X) files these aren't set.
        
        Now use the data source even if field's sDataSource/sCommand are
        empty (similarly to SwDBManager::IsDataSourceOpen(...)).
        
        Change-Id: I9563cb56e700e7fd033100cb200f41f074669020
        Reviewed-on: https://gerrit.libreoffice.org/48285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [404a2ff6222228877087233bbe1f2a1544a46d8a]

        ofz#4849 Direct leak
        
        Change-Id: If9b7f6de42d99c76165aec775b8cde2505df0c62
        Reviewed-on: https://gerrit.libreoffice.org/48561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Tamás Zolnai  <tamas.zolnai@collabora.com>  [652c963b6ea84b94cd26b4c00874cea24a82c3f4]

        Correct comment for this test
        
        Change-Id: If83cdc11398fa8360c7d4702a208203d213d5718

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [4417f37dd88b9a899f070f030794594b97fe2da5]

        loplugin:useuniqueptr in OInputCompStream
        
        Change-Id: I49fb71aa4319f6ac245885535e8afe855113e162
        Reviewed-on: https://gerrit.libreoffice.org/48557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f28c8612f4269cec95688b53d182c7c0169236d]

        loplugin:unused-returns in basegfx..cppcanvas
        
        Change-Id: I32dc8c92871c8349651d2f4204a332d387e6e1b2
        Reviewed-on: https://gerrit.libreoffice.org/48428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Justin Luth  <justin_luth@sil.org>  [8fd13c356d78fb72ba5dd288a495551f23e15363]

        ooxmlimport: support inherited listid
        
        This is prep work for tdf#95377. This unit test avoids the unique
        chapter-numbering style (from the heading paragraph styles) and just
        has a basic, user-created style inheriting from Default.
        
        Also unique about this unit test is that the numbering is
        specified by the "Default Style" which takes a rather unique
        code path and exposes even more problems.
        
        We already know the listId through a recursive function, and
        GetCurrentNumberingRules only looks at the current style which
        isn't good enough. Moved that modified function into
        DomainMapper_Impl since I will need it there for bug 95377.
        
        Additionally, ensure that directly applied paragraph properties
        are not overwritten. That also meant changing the order, so that
        paraStyle properties are directly applied to the paragraph before
        applying RightMargin and friends.
        
        Change-Id: I5c1fb71d64727be9d9105f287150daf4e0ff413d
        Reviewed-on: https://gerrit.libreoffice.org/48457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [f82434b54517cad96416df93e9b5d70c9b0ada45]

        loplugin:useuniqueptr in ContentResultSetWrapper
        
        Change-Id: I798e5b06a5b2f9377f22a86f7b630ffdc20e10c6
        Reviewed-on: https://gerrit.libreoffice.org/48559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [5cb225b0b3dbb55fd44899b1fb16bdcfeb866849]

        loplugin:useuniqueptr in SAXEventKeeperImpl
        
        Change-Id: I1bb683dc8d492db73c2f2cc07c67b4dcb75bc1fb
        Reviewed-on: https://gerrit.libreoffice.org/48558
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Mike Kaganski  <mike.kaganski@collabora.com>  [d91236ad8fc74e1ec15c39b90660717ebab013ac]

        tdf#115180: take table base width into account
        
        Change-Id: I4238e6c757499e289193efa3498fb1e68d5f3e9c
        Reviewed-on: https://gerrit.libreoffice.org/48501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-25  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [da7c0245bf0fd6cca7a589f7cf7e0b39412aa577]

        Updated core Project: help  67a993c05d19976f5ed347b16584d29d6866a870
        
        Module names must stay uppercase due to DbPAR=MODULE
        
        Change-Id: I10cea1b204b20d482abec6a8f66d5cfee6cf6dfe
        Reviewed-on: https://gerrit.libreoffice.org/48509
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-25  Michael Stahl  <mstahl@redhat.com>  [61e048808873c4edea983de0ab54366cd41e2082]

        sw: uninitialised DocumentRedlineManager::bHideLinineTooltips
        
        (regression from 86e3f95cff4d3dad48d64e50e0c4b05034fa7064)
        
        Change-Id: I48db6f070d7cf5ef0071952ad34822f75d472a21

2018-01-25  Milian Wolff  <milian.wolff@kdab.com>  [cbf0c689d41ba11f37e557c10db7976f8318d43c]

        Undo "check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5"
        
        This reverts commit c7a1320593191e8359aa64d8e262948da085d358.
        It's no longer required since we ported away from boost.:process
        
        Change-Id: I53c5b994c3ba2801823ba0d6ab25f43223db1476
        Reviewed-on: https://gerrit.libreoffice.org/48491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Milian Wolff  <milian.wolff@kdab.com>  [068f244222edcc5916fe864a0265ab6ccb4e43d2]

        gtk3_kde5: port away from boost::process
        
        While this uglifies the code, it removes a dependency on newer
        boost 1.64+ which ships boost::process. This helps on systems
        where LO is linked against system boost and an older version
        of boost is used.
        
        Additionally, and this is the main motivation, this makes it
        easier to backport these changes to 5.2, where the bundled boost
        is also only at 1.60.
        
        To keep the required changes at a minimum, the osl_* API for
        reading from/writing to the stdout/stdin of the helper process,
        we buffer the responses on a line-by-line basis. Note that one
        cannot simply reuse osl_readLine on the non-seekable oslFileHandle.
        Instead, we have to roll our own simplistic readLine implementation...
        
        Change-Id: I1197e38cb2416e926d8ba985accd6c10d78bcc52
        Reviewed-on: https://gerrit.libreoffice.org/48490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [390fad39a8f945c848ff998d9f75720318781123]

        loplugin:datamembershadow in PresenterPane
        
        the subclass field is just a copy of the parent field, so drop the
        subclass, and consequently simply the CreateCanvases method, we don't
        need to pass the parameter down, can just access the parent field.
        
        Change-Id: I3be448a06b32d01cdda4fc36b78cafb4488e2913
        Reviewed-on: https://gerrit.libreoffice.org/48553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Gulsah Kose  <gulsah.1004@gmail.com>  [a626e249033fb9a7ac117e28f3152cedf98b61fc]

        [Pardus] tdf#108989 Add contextual manage names command.
        
        If cursor in a named range .uno:DefineCurrentName command
        appears on context menu. Opens manage names dialog.
        
        This patch is sponsored by ULAKBIM/Pardus project.
        
        Change-Id: I730fd427fa3d6f5c92563282ff8ca3c0e668eddd
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/47925
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-25  Julien Nabet  <serval2412@yahoo.fr>  [ec4de8ff110d6064303f4a1027e4d55c29c4db54]

        Simplify logic in cjkoptions
        
        Following https://cgit.freedesktop.org/libreoffice/core/commit/?id=6a579702b1128372aa30c86156996e57ba73b2c8
        
        Change-Id: I5e2528bc69065260dfce7ac8c29ba4aa76905bbe
        Reviewed-on: https://gerrit.libreoffice.org/48554
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Pranav Kant  <pranavk@collabora.co.uk>  [9711a8a35796d0d4ab4b69204bd4484686bf0707]

        lokdialog: Disable filepicker for LOK
        
        We don't want people to browser their jails in the filepicker dialog.
        
        Change-Id: I2fdd3d948cc1f193098492d1a310424ac2d49317

2018-01-25  Pranav Kant  <pranavk@collabora.co.uk>  [668deca97d8dd049bb17b6d8b73c4ea73f7b8b9c]

        lokdialog: Fix incorrect dialog sizes sent to client
        
        GetSizePixel triggers pending resize handler and gives more correct
        sizes than GetOptimalSize(). Some of the dialog with inconsistencies in
        sizes like EditStyle, Manage Changes, etc. are fixed with this patch.
        
        Change-Id: I0661b7d2e98233edf0cd2c9c525b271d0724da08

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1a68998e11291d117140ea07f1da84b4309f2d4]

        loplugin:useuniqueptr in XMLTransformerBase
        
        and flatten some members, no need to allocate separate object
        
        Change-Id: I9f6b7ee89af935608424a88d9343d8bbebaaada1
        Reviewed-on: https://gerrit.libreoffice.org/48513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [fbe2d12f19dac29107e89ce4b3153fa6922633e5]

        loplugin:datamembershadow in SvxUnoTextRangeBase
        
        make the superclass member private
        
        Change-Id: I665d87bfdfc3d7804cd4cac6108f9bc65b9ca2b5
        Reviewed-on: https://gerrit.libreoffice.org/48552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Jan Holesovsky  <kendy@collabora.com>  [dd42329b4a204d9d9dcac102095f144ea3eca791]

        lok: Send the enabled / disabled state of .uno:TransformDialog.
        
        Change-Id: If2d8e0da6c289deb65dc8a6b38a21dfd5bbfc1bd
        Reviewed-on: https://gerrit.libreoffice.org/48534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-25  Jan Holesovsky  <kendy@collabora.com>  [7616b3dd942efad8fa20b30ab3a0833a21501ffd]

        lokdialog: Parents for the Impress async dialogs.
        
        After 072e3ce1cfea5bb61cc5f3001c288df6deb45613, the dialogs must have parents,
        otherwise the LOK notification does not work for them.
        
        Change-Id: I46774d05a7d47adaaa0e06104541e47daf68f3db
        Reviewed-on: https://gerrit.libreoffice.org/48533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-25  Michael Meeks  <michael.meeks@collabora.com>  [5fc484a786a04d65811518b7effab66925dcec72]

        Initialize more for sharing during pre-init.
        
        Change-Id: I12b90504ec9161318683ebad8f8e4dd1e614da89
        Reviewed-on: https://gerrit.libreoffice.org/46120
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/48510

2018-01-25  Jan Holesovsky  <kendy@collabora.com>  [fa72a3379d3641565ddab561d32d0a7d03b83665]

        lok: Preload thesauri too.
        
        Change-Id: If2bfd3a024fc61900d3c12ff976df136d4e61bf6
        Reviewed-on: https://gerrit.libreoffice.org/48502
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-01-25  Jan Holesovsky  <kendy@collabora.com>  [9f05a323d50c6750e25f2ca69f758ec7fc4313bc]

        sd: Kill an own scope guard impl. and use comphelper::ScopeGuard instead.
        
        Change-Id: I769c1c6c9d10081b706d0e1e0fbd7ad373a6e04f
        Reviewed-on: https://gerrit.libreoffice.org/48499
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-01-25  Jan Holesovsky  <kendy@collabora.com>  [3a9c80c4cdcd4387ff07ddd4347973aaa7df9860]

        lokdialog: Convert the Tools -> Thesaurus... to async exec.
        
        Change-Id: Iee25e3fa970e5e28a14a95cfc8804ce944d4f762
        Reviewed-on: https://gerrit.libreoffice.org/48497
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [4158cbabd6587431c89f288abea6080947d9f421]

        why set CMDEVT on flags for unhandled commands
        
        Change-Id: I565e26ad01310cc05707123f4d42e24c77838793
        Reviewed-on: https://gerrit.libreoffice.org/48530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [f2935e5fb8fb8937f8a3ee9d9adf497b2b253a94]

        ofz#5628 close props, del extra paras, commit redlines
        
        Change-Id: Id019205b92b76d4514e3cf6091af7fbe6ddea47c
        Reviewed-on: https://gerrit.libreoffice.org/48517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [603f4ae4363d26c5e14534fe6b6c9328ba47b474]

        ofz#5578 remove Extraneous Paras before applying redlines
        
        Change-Id: Ibcc75de98f1d01f8617e34b3844b62e57142466e
        Reviewed-on: https://gerrit.libreoffice.org/48515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [3f4e239a7d6f822093769a394fd4ee50a7f79a0f]

        release lastanchorpos before closing redlines
        
        Change-Id: I2fae6c2a6e44bdcd3c0d7f7a8cfa4a96973cc640
        Reviewed-on: https://gerrit.libreoffice.org/48505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [fd5c9c7bcd75077f82add31929f23cffe3f482e0]

        reuse limit
        
        Change-Id: I5942b6581c02ac55d7eb6acf535214daa5b34865
        Reviewed-on: https://gerrit.libreoffice.org/48507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [4f9d4b9b524ed3afd26d2cd67d3559e6a4e6fdfe]

        ofz: out-of-memory
        
        Change-Id: If1c9ade3268f4ebadfdad771fe3b35641dca210d
        Reviewed-on: https://gerrit.libreoffice.org/48506
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Caolán McNamara  <caolanm@redhat.com>  [6a042742d34ce6503cbebae0268845d7f71a95d6]

        ofz#5661 check nLevel against maParaSprms size
        
        Change-Id: I9bcaf176e6a2f70348712ca98c4176125c2f455e
        Reviewed-on: https://gerrit.libreoffice.org/48519
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [97b7ada0388d0b0da4303cf95443339ab0f3523b]

        loplugin:datamembershadow in SdXMLShapeLinkContext
        
        in this case, we can just drop the child member and re-use the parent
        member. The parent class barely contains any logic anyway.
        
        Change-Id: I520217c04a38b66323a76bf5fddb476bd3fc8e15
        Reviewed-on: https://gerrit.libreoffice.org/48551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Gulsah Kose  <gulsah.1004@gmail.com>  [463ca11b764dfdf48d0422b0a392a462bf6681a3]

        [Pardus] tdf#92685 Add insert page number option to header menu.
        
        This patch is sponsored by ULAKBIM/Pardus project.
        
        Change-Id: I9f1f5bd0f05b7f92204615b48a1e7be06272a8a3
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/47597
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [027abe22f11a8c7dac38697f02d03156bb91a8a1]

        desktop: always clear LOK error message on success
        
        Change-Id: Idefdbd3d9ae19f7cf5889017b111c12620ab08c2
        Reviewed-on: https://gerrit.libreoffice.org/48541
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-25  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [82dcf015154c3fb00240c5630ae926c74c7f4213]

        Add SAL_WARN in writerfilter graphic import
        
        Change-Id: Iac6265094572c57f421b0533db2c90a41b2ef427
        Reviewed-on: https://gerrit.libreoffice.org/48492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d20afc4fb3bdae03d468b8fb8d888d98d3473ed2]

        Fix typos
        
        Change-Id: If75cf86a65c6f03c6c467efb677e2f7e3e5da576
        Reviewed-on: https://gerrit.libreoffice.org/48547
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4c0735830be6ebf83ce562025fdb34dfd036948e]

        Fix typos
        
        Change-Id: Ieef0e3f21eb12cb5b72d39da4bc0a8c60dd0d5ce
        Reviewed-on: https://gerrit.libreoffice.org/48545
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4800c317a2a15230c0811dc578e8c1a152ddf7cf]

        Sort dialog: Improve wording
        
        Previously it could easily be misread as "Include comments - only in boundary columns"
        (and the German translator obviously also read it that way).
        
        Change-Id: I37f58ebd6b1700e157d2355bbf05c4b42d5aae29
        Reviewed-on: https://gerrit.libreoffice.org/48352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cf847a7287148304afe98f0efe68cdf9617d4e44]

        Updating images should not depend on unrelated condition
        
        Instead update them unconditionally as it is done with comments.
        
        The data range has been set beforehand (considering the option
        to include boundary columns with images only) so at this point
        the swapping should happen unconditionally.
        
        Follow-up for 3a2a430ae8e2c1647c18d8904477949f6e2e7941
        
        Change-Id: I1d75dd6e22db5cc28aa45f7b86dab013f3595199
        Reviewed-on: https://gerrit.libreoffice.org/48383
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f84c9164c5bfa438282c4264203163d4c6b7e689]

        Assert that parameters are valid
        
        Follow-up for 3a2a430ae8e2c1647c18d8904477949f6e2e7941
        
        Change-Id: I46a4f8a4528b73e4dcb01770af127ddea4000fdb
        Reviewed-on: https://gerrit.libreoffice.org/48382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fbf42a4f13dd3ad9f70fc9f434e3cb6236f38300]

        Fix typos
        
        Change-Id: I13acf050d83099be8874514688936bb4ddbb1a26
        Reviewed-on: https://gerrit.libreoffice.org/48543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f08828f26b19c486f074182833e2e674b681745c]

        Fix typos
        
        Change-Id: I18d224557173b9ae5f20399b05132f45f08022a4
        Reviewed-on: https://gerrit.libreoffice.org/48544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-25  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b4c0621134d24080479b7f11e07cbb2ea3d80769]

        Test for tdf#115088.
        
        Change-Id: I27c97d174089c6567e38899522603d4a39d8ad40
        Reviewed-on: https://gerrit.libreoffice.org/48540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [7c7aa4e3077971627db09181405e3f388911c83d]

        loplugin:pointerbool (clang-cl)
        
        Change-Id: Idaf9e1858afb8f22bba1767470138ec820a8d7cb

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [1a95cd72d9cf5ff18a79eb8089a3a7e0a47be0e4]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...presumably forgotten when the following cast of nRepeat in the
        SetRowsToRepeat call was changed from USHORT to sal_uInt16 in
        7f33ed417b2e29e5470724ea76967f64699a2662 "removetooltypes01: #i112600# Remove
        tools types from sw"
        
        Change-Id: I3d1932215778977e40cc68fd3aad73477715c214
        Reviewed-on: https://gerrit.libreoffice.org/48467
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [b6b5fd494f997be314d154df49c4017db99dda34]

        Allocate ImplPointArray::mpArray as a true Point[]
        
        ...as the default Point ctor already zero-initializes its members, removing the
        need for the memset call (that causes -Werror=class-memaccess, "clearing an
        object of non-trivial type 'class Point'" with upcoming GCC 8).  Also use
        unique_ptr.
        
        Change-Id: Idc139b97e18c0d48079a14755124be72da91fb37
        Reviewed-on: https://gerrit.libreoffice.org/48522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Stephan Bergmann  <sbergman@redhat.com>  [2a727074012aaaa782f41b0f4470c95f095e030e]

        Use std::fill instead of memset
        
        ...to avoid GCC 8 -Werror=class-memaccess ("clearing an object of non-trivial
        type ‘struct SwSrchChrAttr’").  Similar to
        <https://gerrit.libreoffice.org/#/c/48488/> "Allocate ImpXPolygon::pPointAry as
        a true Point[]", std::fill appears to produce adequate code here with recent
        compilers.
        
        Change-Id: I3ee0bc15e852b80e0429c8e0a4bc48424af9c5a3
        Reviewed-on: https://gerrit.libreoffice.org/48518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [cae452a167b78d8dc164059db8a9fbe1eb3d521d]

        loplugin:useuniqueptr in XMLTextFieldExport
        
        Change-Id: I2b3e1ec5454bc3486fb41b010091adc549500daf
        Reviewed-on: https://gerrit.libreoffice.org/48512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a579702b1128372aa30c86156996e57ba73b2c8]

        loplugin:flatten in svl
        
        Change-Id: Id5c62c00aa8349468c0d547616424b2637533e7f
        Reviewed-on: https://gerrit.libreoffice.org/48485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe4de616a4a7cc1d5a2ab701e84477f73a47c61a]

        loplugin:useuniqueptr in SvXMLNumFmtExport
        
        Change-Id: I720450a4bee17673907fba2e9a34879d2a98bcae
        Reviewed-on: https://gerrit.libreoffice.org/48481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [437fffe098429dcc2c65184876b6b8444a7d452c]

        loplugin:useuniqueptr in SdXMLExport
        
        and flatten some data structures, no need to allocate some of the the
        vector members on the heap
        
        Change-Id: I8e7e06144da2fa58c8e3352013d44d368d61ea1d
        Reviewed-on: https://gerrit.libreoffice.org/48480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [aae1a702696f485a418fbf53500977b236976d38]

        loplugin:useuniqueptr in XMLEventImportHelper
        
        Change-Id: I2369ac92fa2f30b98b5910563dd6d0a6f8ca6a0c
        Reviewed-on: https://gerrit.libreoffice.org/48479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Gulsah Kose  <gulsah.1004@gmail.com>  [eb8c84846bdba32c17b23e7da6742463085bec9d]

        tdf#62182 .uno:PrintLayout and .uno:BrowseView become set commands.
        
        The patch was sent for the ULAKBIM/Pardus project
        
        Change-Id: I2c8c5d92bc6755043e086a0cad7739dd06a7655e
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/47390
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Caolán McNamara  <caolanm@redhat.com>  [5f0e9a17e769e3f1f8c5f58df334cd130912e5fd]

        ofz#5573 Out of memory
        
        Change-Id: Ia0b291f23cd20306001f5d513eab62c49e924fa7
        Reviewed-on: https://gerrit.libreoffice.org/48489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [ea91dedef71a0c476dc168f39654c1212c46f824]

        USHRT_MAX -> SAL_MAX_UINT16
        
        The checks against USHRT_MAX were like that already in
        84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import", while the casts to
        sal_uInt16 were later introduced with a7762676e1326ffdefbd6020b667db323640d03f
        "#83294# SwXTextTable/Cell::get/setData with a sequence of rows instead of a
        sequence of columns".
        
        Change-Id: Iab6f658f91edcec9e8e6fe6fbf0da730b3ad4581
        Reviewed-on: https://gerrit.libreoffice.org/48468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Caolán McNamara  <caolanm@redhat.com>  [0b55b36ac472e36f8bcfb74570039c4cd254ed49]

        m_pTableEndPaM is unused
        
        since...
        
        commit 56b2cf0c10d9caa01ebae1d80465e342d046a85c
        Author: Florian Reuter <freuter@novell.com>
        Date:   Tue Sep 14 14:40:15 2010 +0200
        
            sw-collapse-empty-table-par-like-html.diff:
        
            n#376690
        
        Change-Id: I25b33855500f12d5475d5ed706414d7c3a24e996
        Reviewed-on: https://gerrit.libreoffice.org/48494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-24  Michael Stahl  <mstahl@redhat.com>  [5e3799a0c8a92918b9e1868c942f8918ff61c003]

        curl: upgrade to release 7.58.0
        
        * fixes 2 CVEs
        * disable some new optional dependencies
        
        Change-Id: If7725d126e68de04b67969a83c0ea08573a43679
        Reviewed-on: https://gerrit.libreoffice.org/48493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [34fe67be47ae1e78117a0df441627b2b113b2c06]

        Fix typos
        
        Change-Id: I359c5aff8c90359783588d189de4e5b94224fa9c
        Reviewed-on: https://gerrit.libreoffice.org/48232
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-24  ekuiitr  <jhaekansh80@gmail.com>  [412d66c05fda48aeb820a035eee3fd1680a1b7ff]

        tdf#115030 Formula use "dot" instead of "acute" math command.
        
        Change-Id: I5a382f73a786f45ce0b83864b21e5e6ae357fad4
        Reviewed-on: https://gerrit.libreoffice.org/48440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [d5af010a3287381db9accbf20063087ee18fcb62]

        Allocate ImpXPolygon::pPointAry as a true Point[]
        
        ...as the default Point ctor already zero-initializes its members, remvoing the
        need for some memset calls (that cause -Werror=class-memaccess, "clearing an
        object of non-trivial type ‘class Point’" with upcoming GCC 8).  Other such
        problematic memset calls are replaced with std::fill, which appears to produce
        adequate code with recent compilers (looked at GCC 7.2 and 8, Clang 7, at -O2),
        a tight loop of filling the memory with zeroes.
        
        A follow-up commit might want to use unique_ptr or vector for pPointAry.
        
        Change-Id: I566422b2213643ab762f0d87a25e745ec2f35ee4
        Reviewed-on: https://gerrit.libreoffice.org/48488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [902698412183e93a1bd018200c63054a422f2636]

        loplugin:emptyif (clang-cl)
        
        Change-Id: I8ddf764f9e155c037e25855b7d6efc49eb494179
        Reviewed-on: https://gerrit.libreoffice.org/48483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [9c8ae146042a28d1d56b7c672d5b3a9d659515b4]

        sal_Bool -> bool (remaining uses of css::uno::Any::has)
        
        Change-Id: I041540307d48083955a74d20f73219ac458037fe
        Reviewed-on: https://gerrit.libreoffice.org/48482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Caolán McNamara  <caolanm@redhat.com>  [a283847a95dd8935dec687d91709604d96636a34]

        gtk3: single click with selection set doesn't unselect
        
        this is a safe backportable fix, the unconditional
        
        nFlags |= SelectionEngineFlags::CMDEVT
        
        looks the real dubious thing to me, but only the gtk3 backend has swipe support
        so just returning immediately on a swipe definitely ok
        
        Change-Id: Iade26d0d9260ce76dfb2766ac9e5ca9fa9275bf4
        Reviewed-on: https://gerrit.libreoffice.org/48527
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-24  Paul Trojahn  <paul.trojahn@gmail.com>  [1fe4f041aeef2fcabd90bc07ab6a5ee5aba1dd59]

        tdf#114913 Use master if char size wasn't set
        
        The size returned by insertAt falls back to the master size if needed.
        
        Change-Id: I741b48616c6c848fc641c597cc72bf8b17e3cad4
        Reviewed-on: https://gerrit.libreoffice.org/48456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-24  Michael Stahl  <mstahl@redhat.com>  [b7f12d8fd7493a7201ae5fd97e80e0296538f136]

        tdf#115153 the missing test document
        
        Change-Id: I74724ba61aadfad19501a87ab548219ea0a1f236

2018-01-24  Michael Stahl  <mstahl@redhat.com>  [dc16cc0492ba96007078cc285fee1a8d03f40d55]

        tdf#115153 writerfilter: RTF import: fix vert orient of Word 6 shapes
        
        The bugdoc is affected by the change of default vertical alignment;
        apparently it's not even possible to set the vertical alignment of a
        Word 6 drawing object (\do) so we have to set the Word default.
        
        (regression from c79467ba954987f1d239c594c1e1b3af3f5515f6)
        
        Change-Id: I4084a7a7e2a55f864cb569e04632e034d59eefdb

2018-01-24  Eike Rathke  <erack@redhat.com>  [31531796bd0f8ab3ef73cc7b5baf323df0ce4aeb]

        Remove old comment left over
        
        Change-Id: I5f6d47afc2f27b1033201b3fa280359a215f38b5

2018-01-24  Jim Raykowski  <raykowj@gmail.com>  [bf5739d70d2d4ae258592c3fd19ac18d8767c51a]

        tdf#115129 change customize function tree expand collapse behavior
        
        Change-Id: I6c20957fe3f95a8e63b30e5c733b99f71c193972
        Reviewed-on: https://gerrit.libreoffice.org/48290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [1bf5b5b76dc1e244c0cf871740c66794157561bd]

        This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAX
        
        The check against USHRT_MAX was introduced with
        9c0344627f1767512ef5097c08e3ed7500d223da "INTEGRATION: CWS cmcfixes30: #i72614#
        crash in loading corrupt .doc", apparently to ensure the static_cast<sal_uInt16>
        in the call to ShortToSVBT16 below (which already was that same
        static_cast<sal_uInt16> back tehn) is OK.
        
        Change-Id: Ie385f0f490cab1c59bce07fa25bd9b92e3ad286a
        Reviewed-on: https://gerrit.libreoffice.org/48439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3475b95a18f1b1368bcfc20bd3d09b9c02ec33cb]

        update credits
        
        Change-Id: I50973ddb45ec9269eac4954026ff25e28289dc5d

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [06cfd5a962f9d8d9462fc270f1b1f730c90bddfe]

        Remove presumably dead < USHRT_MAX checks
        
        ...which are proably obsolete since 17e2497b6c679c89af84f586b79194cf4e18f2ab
        "INTEGRATION: CWS tl39: #i77024# chart2 with more than 26 columns" changed the
        members of SwRangeDescriptor from sal_uInt16 to sal_Int32.
        
        Change-Id: Ic383bc2d5f686af5b19a5ec2cd0351607958f672
        Reviewed-on: https://gerrit.libreoffice.org/48470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Gulsah Kose  <gulsah.1004@gmail.com>  [844c92793c1399e2f14f671f964ea35e1bce24ac]

        [Pardus] tdf#108989 Add contextual validity command.
        
        When cursor is in a cell has following validity attributes
        SC_VALID_WHOLE, SC_VALID_DECIMAL, SC_VALID_DATE,
        SC_VALID_TIME,SC_VALID_TEXTLEN, SC_VALID_LIST,
        SC_VALID_CUSTOM, Validity command appears on context
        menu.
        
        This patch is sponsored by ULAKBIM/Pardus project.
        
        Change-Id: I47c0de7b62befdf02c343c1419cf32441d8f4df2
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/48067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2adf811370116cfb0e6280d74abdd733e078e8ff]

        Updated core Project: translations  5634878ae8bfcd66bdf403e9ae009eab7312c611
        
        update translations for 6.0.0 rc3
        
        Change-Id: I4f1d4959997ff3e5522b8947985937a372cb96f0
        

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [7ca9619dfe976e5c443956aefad4bb3635aa530d]

        -Werror=parentheses (upcoming GCC 8)
        
        Change-Id: I4522dc7929030c5da59f2ab030a806ebe7516bd1
        Reviewed-on: https://gerrit.libreoffice.org/48403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [dc9e271c130a14e1f8446227238397ddcb34028a]

        Use a more conventional way of zero-initializing class members
        
        ...to avoid upcoming GCC 8 -Werror=class-memaccess ("clearing an object of non-
        trivial type ‘class SalVisual’")
        
        Change-Id: Id9c5a6fa7e084b5abd549c99d07f05f183d56a52
        Reviewed-on: https://gerrit.libreoffice.org/48402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [797ae3d3431ac497d71676f6124010777377e794]

        Make ImplColorSet default ctor zero-initialize all members
        
        ...allowing to simplify creating the pColorSet array (which might want to be
        improved even further, turning it into a unique_ptr or vector)
        
        Change-Id: Ic05bd987057a0844885ccfc6ca52700770a27282
        Reviewed-on: https://gerrit.libreoffice.org/48401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [1dcc7efc6f60084c80c4d7b0a5caf42c23f3be99]

        Remove presumably dead < USHRT_MAX checks
        
        ...which are probably obsolete since 93cb1f8bb13e25586f61ba108e959376d90e91ed
        "INTEGRATION: CWS swwarnings" changed the parameters of lcl_CreateXCell from
        sal_Int16 to sal_Int32 (even though the < vs. <= and unsigned USHRT_MAX vs.
        signed sal_Int16 inconsistencies are suspicious).
        
        Change-Id: I14511cb7df1aa92630bf03d89d54609e7a440256
        Reviewed-on: https://gerrit.libreoffice.org/48469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Xisco Fauli  <anistenis@gmail.com>  [a09958dd35bf29b99714e05c758ff0c71ca75870]

        Add wiki header and footer to the output
        
        Change-Id: Iec0be65f57cac06756f2e8101d3edb89b126e92f
        Reviewed-on: https://gerrit.libreoffice.org/48430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2018-01-24  Mike Kaganski  <mike.kaganski@collabora.com>  [59ef7485c42ee04179e0891bfd3f3b9c801a58ae]

        Natvis: update SfxItemSet visualizer (m_pItems is now unique_ptr)
        
        Change-Id: I862f6399a9a065ef725211b44f77400927db9a8f
        Reviewed-on: https://gerrit.libreoffice.org/48496
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-24  Jan Holesovsky  <kendy@collabora.com>  [c3a085d22742f88e91ff92f319a26d6e8d1d9a98]

        lokdialog: Convert the Table -> Properties... to async exec.
        
        Change-Id: Iac937f5032ddaa614f8364a85b0b8db2a0828cbd
        Reviewed-on: https://gerrit.libreoffice.org/48454
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [3bbf8d0a9b9e36299c889d8252d9a2b068f17ff6]

        Adapt solenv/flatpak-manifest.in
        
        ...to e1026e267b4b1b0b0bd645c6bc212d6fa71544f8 "pdfium: update to 3312"
        
        Change-Id: I319b00d13d8657849967e08e605d6428f30c5c2e

2018-01-24  Justin Luth  <justin_luth@sil.org>  [9dfd46ef4b341a5dfed7d320696959402a549fdb]

        writerfilter: use WW8 name for StyleId
        
        The sStyleIdentifierD for the default style is "Normal".
        FindStyleSheetByISTD uses sStyleIndentifierD for its comparison.
        SetCurrentParaStyleId() is used to save the WW8 provided name.
        Thus, the default style should do the same.
        
        The SetCurrentParaStyleId was added here by
        commit 4abb20ee162ff874cc143fd952f72d30ddc9d136
        Author: Miklos Vajna
        Date:   Tue Jun 19 17:36:28 2012 +0200
        
        Also removing the static variable, since it serves no purpose.
        
        Change-Id: I58659e9d809c32dd799fb46217971707991b2803
        Reviewed-on: https://gerrit.libreoffice.org/48034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [7e15b28bc60f85c449a7ac1f64d1c02d5b43399c]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...presumably forgotten when the following cast of nTmp in the SetPosFromLeft
        call was changed from USHORT to sal_uInt16 in
        7f33ed417b2e29e5470724ea76967f64699a2662 "removetooltypes01: #i112600# Remove
        tools types from sw"
        
        Change-Id: I42d93aeb86473d6ff69251035dc22bbadcd5ae0f
        Reviewed-on: https://gerrit.libreoffice.org/48466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Milian Wolff  <milian.wolff@kdab.com>  [cca67d26b6d503ab7dcf3a05fb77fe648cd25f2c]

        Fix documentation for osl_executeProcess_WithRedirectedIO
        
        The file handle arguments are out parameters, not input parameters.
        
        Change-Id: Iad604e4df9e89a8f83c4cb6a3faa35ee20cd80aa
        Reviewed-on: https://gerrit.libreoffice.org/48450
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [1438c84a86e2101bd048adede737079ea37c53d0]

        This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAX
        
        ...ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import", where
        the code read
        
        +    if( nIndex < USHRT_MAX)
        +    {
        +        const SwFmtRefMark* pMark = GetDoc()->GetRefMark( (sal_uInt16) nIndex );
        +        if(pMark)
        +        {
        +            xRef = SwXReferenceMarks::GetObject( GetDoc(), pMark );
        +            aRet.setValue(&xRef, ::getCppuType((uno::Reference<XTextContent>*)0));
        +        }
        +    }
        
        and already contained the cast to sal_uInt16 in the call to GetRefMark
        
        Change-Id: Ifd4c3ca0bd89a521c3eecda22435705396f61e16
        Reviewed-on: https://gerrit.libreoffice.org/48464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-24  Caolán McNamara  <caolanm@redhat.com>  [f50e94a36bf21f9f1cef52be980a6bf92faf4f03]

        ofz#5621 Integer-overflow
        
        Change-Id: I98f93101dc287b2ef285f3d9547d44dd06d2fe01
        Reviewed-on: https://gerrit.libreoffice.org/48429
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-24  Caolán McNamara  <caolanm@redhat.com>  [897dd277d2ae418833835a2dbcb8cbdbc1676d49]

        tdf#115080 menu id collision
        
        21 collides with the pattern field menu id
        
        Change-Id: Ia90995861adabbe1615e24ee10defe25cee76c56
        Reviewed-on: https://gerrit.libreoffice.org/48461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc2d155f42db5949e68df54635acaa944aa980b9]

        Fix some IWYU warnings
        
        Change-Id: I4b6e799c1afc2a762a3729ee89f3226c59a6eef8
        Reviewed-on: https://gerrit.libreoffice.org/48462
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7d67762f116ca85181b4ae4053141ea68e6d6f8]

        scripting: add missing vim modelines to python files
        
        Change-Id: Iedc3a8ab37deeb7a686fa709afb0cf350f815ec6
        Reviewed-on: https://gerrit.libreoffice.org/48418
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [13a1a7e1f2851e465898631fc7cc567624cd7dcf]

        Avoid upcoming GCC 8 -Werror=class-memaccess on css::util::DateTime
        
        ...whose ctor already zero-initializes all members, so the first two memsets are
        unnecessary.  And spell the third memset as explicit assignments.
        
        Change-Id: Ie5079711b152bac7f0a8d52d7889879157a35b5d
        Reviewed-on: https://gerrit.libreoffice.org/48390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [025c58f7ea613c2271e43e6639d734e4d478621d]

        fix kde4 vclplug build
        
        by reverting parts of
        
            commit de8f6b25de6fbe813fe172542e7eff1596b37335
            loplugin:unused-returns in vcl
        
        and reverting
        
            commit 78bb1a2a51a991f605ae5c51d813697673bbc67
            Fix --enable-kde4 codeHEAD
        
        <noelgrandin> sberg, is that safe ^^ ? I was just about to push a partial revert of the commit that caused the breakage
        <sberg> noelgrandin, oops, I'd naively assumed that all impls of Dispatch had just always returned true
        
        Change-Id: Icbca450a76de30a04bc90a2887066840191c9d5f

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [78bb1a2a51a991f605ae5c51d813697673bbc670]

        Fix --enable-kde4 code
        
        ...after de8f6b25de6fbe813fe172542e7eff1596b37335 "loplugin:unused-returns in
        vcl"
        
        Change-Id: I82414b20b7dbb9e7ba361c0f4d9451c74ea4d4f2

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [ab6d3b3794f64b6dde8e9309f4fd99051aecbda3]

        Remove presumably dead < USHRT_MAX checks
        
        The original code of 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import"
        read
        
        +        long nBoxOffset = lcl_GetLongBoxNum( sGetName ) + nSttBox;
        +        long nLineOffset = lcl_GetLongBoxNum( sGetName ) + nSttLine;
        +
        +        if( nBoxOffset < 0 || nBoxOffset >= USHRT_MAX ||
        +            nLineOffset < 0 || nLineOffset >= USHRT_MAX )
        +            return 0;
        +
        +        if( nLineOffset >= long(pLines->Count()) )
        +            return 0;
        +
        +        pLine = (*pLines)[ USHORT(nLineOffset) ];
        +
        +        // dann suche die Box
        +        pBoxes = &pLine->GetTabBoxes();
        +        if( nBoxOffset >= long(pBoxes->Count()) )
        +            return 0;
        +        pBox = (*pBoxes)[ USHORT(nBoxOffset) ];
        
        casting nBox/LineOffset to USHORT, while the current code looks like it should
        work fine for larger values.
        
        Change-Id: I47bdf3963be6e84568a589711ce688b66f325db8
        Reviewed-on: https://gerrit.libreoffice.org/48451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  jan Iversen  <jani@libreoffice.org>  [e0e19de6eccf83caa82013ca2fefbfcc114816a0]

        iOS, allow orientations for all devices
        
        Info.plist is no longer limited to ipad
        
        Change-Id: Ibe807183fab7e2820e5234fa7fa773fda2c32926

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [747d36d2972de650ecbbac4a831a1d10f6f86950]

        loplugin:useuniqueptr in OOo2OasisTransformer
        
        Change-Id: I6c1cabbf233e6d3d9fd37cdb5c66ffa17df2dd9c
        Reviewed-on: https://gerrit.libreoffice.org/48425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee5882b4a5f90bd3d65bfcfe0c0f14528cb029d3]

        loplugin:useuniqueptr in Oasis2OOoTransformer
        
        Change-Id: I7636bb09bfa728ae8031d57e52d2903f711e9cca
        Reviewed-on: https://gerrit.libreoffice.org/48424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [cfb598178b2b38023c9237578904303bea7962e7]

        loplugin:useuniqueptr in ImageListsDescriptor
        
        Change-Id: I165af348b6d8863a4b1e5dd164d92c29f49d09c0
        Reviewed-on: https://gerrit.libreoffice.org/48423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [570786e75add710df9bf77fa53b75e22dc29de89]

        loplugin:useuniqueptr in LayoutManager
        
        Change-Id: I93383fcb5f0093416914722e25cd0faf70c040eb
        Reviewed-on: https://gerrit.libreoffice.org/48422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [8eab42ddce2e9a01e65d82e2e5741a7d59fdd6ba]

        loplugin:useuniqueptr in SvxBoxItem
        
        Change-Id: I0702a25c765fc8781b65320f44c0e0c3c56269a7
        Reviewed-on: https://gerrit.libreoffice.org/48408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3199d25a2e0f533fdd52e0a8006552df1a5932ca]

        loplugin:useuniqueptr in SfxCommonTemplateDialog_Impl
        
        Change-Id: I484cb863c054c71cb22b30d108c95692213c8451
        Reviewed-on: https://gerrit.libreoffice.org/48407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [9f3dccf5558915617d02c8cc0d795ec45e2532d1]

        loplugin:useuniqueptr in FileDialogHelper_Impl
        
        Change-Id: I91f831be99284b61385cee42dc59efd0cf7f45ba
        Reviewed-on: https://gerrit.libreoffice.org/48406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec02714d6cd5be67d03e333efddb42ab572cae77]

        loplugin:unused-returns in drawinglayer..svx
        
        Change-Id: I033a78cc7fe7d8e5086f1c855c4aa371cc98dc7c
        Reviewed-on: https://gerrit.libreoffice.org/48400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [945a119675788f7c8f0a133ac0271f9340c1653a]

        loplugin:constparams
        
        Change-Id: I7c695073d9a9d3b7a641d6eb9fe01a47d8c3a504
        Reviewed-on: https://gerrit.libreoffice.org/48392
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b7c388fe402e14486664e36eeb6c1f0fe1e02b9]

        loplugin:useuniqueptr in GroupData_Impl
        
        Change-Id: Icddaf78a58b74338ac763c12c8ac06f464986cac
        Reviewed-on: https://gerrit.libreoffice.org/48371
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [b3b22ee3de5ddfc73e44a2d425450b1deeb3ed0d]

        Silence upcoming GCC 8 -Werror=parentheses in external/boost
        
        ...reporting such delights as
        
        > [CXX] sal/cppunittester/cppunittester.cxx
        > In file included from workdir/UnpackedTarball/boost/boost/mpl/aux_/na_assert.hpp:23,
        [...]
        >                  from external/boost/include/boost/algorithm/string.hpp:25,
        >                  from sal/cppunittester/cppunittester.cxx:60:
        > workdir/UnpackedTarball/boost/boost/mpl/assert.hpp:188:21: error: unnecessary parentheses in declaration of ‘assert_arg’ [-Werror=parentheses]
        >  failed ************ (Pred::************
        >                      ^
        
        where boost/mpl/assert.hpp contains
        
        > template< typename Pred >
        > failed ************ (Pred::************
        >       assert_arg( void (*)(Pred), typename assert_arg_pred<Pred>::type )
        >     );
        
        Change-Id: I6976b2cc23f1d309d27d3fde9098b10c9d877599
        Reviewed-on: https://gerrit.libreoffice.org/48386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [de8f6b25de6fbe813fe172542e7eff1596b37335]

        loplugin:unused-returns in vcl
        
        Change-Id: I507320900a47f604d17ed7d402d531a7cbdf744e
        Reviewed-on: https://gerrit.libreoffice.org/48331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [182a3c7e12a0f56d664deaf67d17bc51eef6299d]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...presumably forgotten when the following casts of nTmp in the SetBaseHeight
        etc. calls were changed from USHORT to sal_uInt16 in
        7f33ed417b2e29e5470724ea76967f64699a2662 "removetooltypes01: #i112600# Remove
        tools types from sw"
        
        Change-Id: I75809e677835910b09b366f755361a667d097402
        Reviewed-on: https://gerrit.libreoffice.org/48442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [58401e6c8a9f53df96e84d3e1b73c84150890102]

        This presumably always wanted to check for SAL_MAX_UINT16, not USHRT_MAX
        
        The check against USHRT_MAX was introduced together with a following
        
          nLen2 = static_cast<UINT16>(nLen);
        
        in 73f043c441af59da02c160d441b18a73725e62e4 "#96155# #i1858# merge branch and
        remove warnings" (and that UINT16 meanwhile replaced with sal_uInt16).
        
        Change-Id: I61346e4ffc90a4f8a97c2d3f822d619faa5b0008
        Reviewed-on: https://gerrit.libreoffice.org/48441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [da67b0be49795ec09a2794dd0fb3e5b29f066dc3]

        Remove presumably dead nLen < USHRT_MAX check
        
        The original code of 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
        read
        
        +        long nLen = (    (nNextPieceCp < nBehindTextCp)
        +                        ? nNextPieceCp
        +                        : nBehindTextCp
        +                    )
        +                    - nAktStartCp;
        +
        +        if( 0 >= nLen ) break;
        +
        +        if( nLen > USHRT_MAX - 1 )
        +            nLen = USHRT_MAX - 1;
        +
        +        if( bIsUnicode )
        +            rStr.Append( WW8Read_xstz( rStrm, (USHORT)nLen, FALSE ) );
        +        else
        +        {
        +            ByteString aByteStr;    // Alloc methode automatically sets Zero at the end
        +            sal_Char*  pByteData = aByteStr.AllocBuffer( nLen );
        +
        +            sal_Size nWasRead = rStrm.Read( pByteData, nLen );
        +            if( nWasRead != nLen )
        +                aByteStr.ReleaseBufferAccess( nWasRead );
        +
        +            rStr += String( aByteStr, eEnc );
        +        }
        +        nTotalRead  += nLen;
        +        nAktStartCp += nLen;
        +        if( nTotalRead != rStr.Len() ) break;
        
        casting nLen to USHORT in the call to WW8Read_xstz, while the current code looks
        like it should work fine for larger nLen.
        
        Change-Id: Ie3a0d654ef45421cbbe8e823259e8dfd27bd27e2
        Reviewed-on: https://gerrit.libreoffice.org/48437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Dennis Francis  <dennis.francis@collabora.co.uk>  [ff166845fa5ed178a97b54bb2deef4beb0cf3bdf]

        tdf#115093 : Do not reuse singleref tokens...
        
        ...in formula group computation if the formula contains
        only a single reference besides any ocOpen/ocClose pairs
        wrapping it as the sole content.
        
        In such a case the "result" formula token
        returned by ScInterpreter::GetResultToken() is the same
        as the original singleref token, so for each row of the
        formulagroup, we need to use a separate singleref token.
        
        Also added a unit test in sc/qa/unit/parallelism.cxx
        
        Change-Id: I6032efc5be9b51ca1e9daf9bdd19997a949d2f43
        Reviewed-on: https://gerrit.libreoffice.org/48449
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [f8aca037896ce7085f0be0ab524b524bae57d38c]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...presumably forgotten when changing SwEditShell::InsertDDETable parameters
        from USHORT to sal_uInt16 in 7f33ed417b2e29e5470724ea76967f64699a2662
        "removetooltypes01: #i112600# Remove tools types from sw"
        
        Change-Id: I28ad46bdfb6c95a7d2e0bcbf2ef8eef29217baa5
        Reviewed-on: https://gerrit.libreoffice.org/48436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [e8efbffc83e926c2af0a92cc2c2d3d29cfaa7478]

        Reuse WW8TabBandDesc::setcelldefaults
        
        Change-Id: Icdf57d962ae7b3e24cbed6aba4b05fa2136b3761
        Reviewed-on: https://gerrit.libreoffice.org/48433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Stephan Bergmann  <sbergman@redhat.com>  [ce99754e9b5b954be4360f39356ed7198b298265]

        Globally disable -Wcast-function-type new with upcoming GCC 8
        
        ...which unhelpfully even warns on reinterpret_cast, so causes failures like
        
        > [CXX] sal/osl/unx/signal.cxx
        > sal/osl/unx/signal.cxx: In function ‘bool onInitSignal()’:
        > sal/osl/unx/signal.cxx:267:50: error: cast between incompatible function types from ‘void (*)(int, siginfo_t*, void*)’ to ‘{anonymous}::Handler1’ {aka ‘void (*)(int)’} [-Werror=cast-function-type]
        >                                  oact.sa_sigaction);
        >                                                   ^
        
        And since all incompatible (but deliberate) casts between function types across
        our code base should already be written as reinterpret_cast, we shouldn't lose
        much by just disabling this new warning globally.
        
        Change-Id: If15e9606e8fdc676b61012e31d7369653951ceca
        Reviewed-on: https://gerrit.libreoffice.org/48431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-24  Mike Kaganski  <mike.kaganski@collabora.com>  [fa1caba2a82cc31f3d9c1c18e00325766aa1c90c]

        Use std::unique_ptr in ImplCalcToTopData
        
        Change-Id: Ie43c633283be45e72259be5eedd253e403e9f664
        Reviewed-on: https://gerrit.libreoffice.org/48377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-24  Mike Kaganski  <mike.kaganski@collabora.com>  [6fc9d4a482ab50a1bf8fefb1dae2a6ded3c7e3dd]

        Remove redundant variable
        
        Change-Id: I062ea13827d7d9744b0965b305877633485015fa
        Reviewed-on: https://gerrit.libreoffice.org/48405
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [77a535285f0fd5f2464430abdc67cf99be024868]

        -Werror=ignored-qualifiers (upcoming GCC 8)
        
        Change-Id: Ibcbfd951d2a7c7862fbc7e6b17c89344ae5bf930
        Reviewed-on: https://gerrit.libreoffice.org/48399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Michael Stahl  <mstahl@redhat.com>  [81a1882d62ca26a28f70289e0134f6b78f1c21f2]

        configure: if WiLangId.vbs isn't found but is required, error out
        
        Change-Id: I8a145c1024a522a17c6ac2bf961cb4f07f3e7be9

2018-01-23  Michael Stahl  <mstahl@redhat.com>  [112c931ff3a7aa263481b659931dfd172e75aafc]

        configure: find WiLangId.vbs where SDK 10.0.16299.0 hides it
        
        Change-Id: I71d27f3f97e257b4e45261004088ce3435f82090

2018-01-23  Michael Stahl  <mstahl@redhat.com>  [dba57e8db1c51ad0a0dc4a4859ff6d64a4982226]

        svx::frame::Style::operator< does not implement strict weak order
        
        ... at least since other single line styles than SOLID and DASHED
        were added some years ago.
        
        This causes an assertion from MSVC std::max in CppunitTest_sw_odfexport.
        
        Change-Id: I2e0833b3d5c5afab259108be1c8782c4c4d26978

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [3dfc300a142446c91ec5e81e685b5a47408d9056]

        WW8PLCFxSaveAll/WW8_SHD default ctors already zero-initialize their members
        
        Change-Id: I690e6e812d52344faef93b2856ce0f4a22509d2c
        Reviewed-on: https://gerrit.libreoffice.org/48396
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [de694ba260e1b48ca06ea88c03f8f5f97ac4990e]

        Point default ctor already zero-initializes the members
        
        Change-Id: I9cb59c77a420c975933070eea691cda52b066b0b
        Reviewed-on: https://gerrit.libreoffice.org/48397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [6b75c472cb93a635403317f937df4f543d9b82cf]

        AnimationNode default ctor already zero-initializes the members
        
        Change-Id: I9725189846a38860550c651b2428296564824ba8
        Reviewed-on: https://gerrit.libreoffice.org/48394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [d1016591f42b47ea52d96ce9f09ed01749b97d77]

        Use a more conventional way of clearing ScRange variables
        
        ...to avoid upcoming GCC 8 -Werror=class-memaccess ("clearing an object of type
        ‘class ScRange’ with no trivial copy-assignment")
        
        Change-Id: I2178697082b1c284d26cedaa64c73b92d9e6aecb
        Reviewed-on: https://gerrit.libreoffice.org/48393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [a886fbfb54b1b770e57862a4ce58f99dbdb368fa]

        Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccess
        
        ...("error: argument to ‘sizeof’ in ‘char* strncpy(char*, const char*, size_t)’
        call is the same expression as the source; did you mean to use the size of the
        destination?") in a place where the use of strncpy instead of strcpy (introduced
        with 9276f7d5740a28b342db2a9bcd8644ff2f4f5742 "fdo#32263") doesn't help prevent
        any buffer overflows anyway (the target's size already having been checked to be
        sufficiently large).
        
        Change-Id: I70773538f4092f1306fb00f1fa7f9138e06894e5
        Reviewed-on: https://gerrit.libreoffice.org/48391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [ad9871a5d1119593068f7e3a01d4249b4dff982a]

        Introduce SbxValues::clear
        
        ...to avoid upcoming GCC 8 -Werror=class-memaccess ("clearing an object of non-
        trivial type ‘struct SbxValues’")
        
        Change-Id: Icf610e692b81030bfd6f2f940c43ee8bf6f1d4e0
        Reviewed-on: https://gerrit.libreoffice.org/48389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Eike Rathke  <erack@redhat.com>  [429072614e3c1d4bc0f9ca706414a43040464fe4]

        Adapt to svtools/inc/langtab.hrc
        
        svtools/source/misc/langtab.src is dead since a while.
        
        Change-Id: I373f715d337a47f6ea1e935a7a50565f0e6b3ba2

2018-01-23  Jens Carl  <j.carl43@gmx.de>  [cceaece18a42405190941865908636522e0ee4cb]

        offapi: Add properties FormulaResultType2 and CellContentType
        
        Add two new properties to SheetCell.idl "FormulaResultType2" and
        "CellContentType", because the "FormulaResultType" is returning the
        wrong value (com::sun::star::table::CellContentType instead of
        com::sun::star::sheet::FormulaResult). Also documeted the curiosity.
        
        Change-Id: Icc6538e155ba27fb9d097d8790ac9b4b230c1446
        Reviewed-on: https://gerrit.libreoffice.org/48367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [659109609ba2a7a827a4920c9456432b70cb001a]

        Remove unused TypeCheck::SubstTemplateTypeParmType
        
        ...introduced unused with 91b4e4531621b7afb2dbab1a8aa62c92da66951a "new
        loplugin: pointerbool"
        
        Change-Id: I3af0ce878f1f2742223d66bcdade4e9c144162cd
        Reviewed-on: https://gerrit.libreoffice.org/48387
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [843b26a6dba07fdda451d3d576553df132e30a8a]

        Fix typos
        
        Change-Id: I05a1234d7bcbae6f4851abd34ff7acec5853f5f5
        Reviewed-on: https://gerrit.libreoffice.org/48329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [508e973bc56b0f6213276ffd38b492ee101b589b]

        Fix typos
        
        Change-Id: I17e617d89d1b5ad92c5c8218958e86ca722b13e2
        Reviewed-on: https://gerrit.libreoffice.org/48435
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5b9d0d4a999ffeec47cedb09599e458a632a4946]

        Removed duplicated include
        
        Change-Id: I20d4304013e12035e522fd1b1e0c201d49961114
        Reviewed-on: https://gerrit.libreoffice.org/48434
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-23  Caolán McNamara  <caolanm@redhat.com>  [ebfcf40d9a6508f0ca6a608d15d82a4fc9bf1238]

        ofz: better loop detect
        
        Change-Id: I7c33d2a64a6b4968e8a83f53f5c893eb5ba268b7
        Reviewed-on: https://gerrit.libreoffice.org/48415
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-23  Caolán McNamara  <caolanm@redhat.com>  [c36547d16e1ea4f085880d480e7a6381108ff7d8]

        ofz: Direct leak
        
        Change-Id: Ide16aad0cadd393ce28425ed54c5e77f93d61317
        Reviewed-on: https://gerrit.libreoffice.org/48412
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [8b6c90098f69870231a315df192b44e6507adcfc]

        Various loplugin in --enable-gtk3-kde5 code
        
        Change-Id: I5d5bb6b57a9e9ed2c66d304c18fe7ef233aae072

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [b07e38b2028a5ebc7dd078f7282c0bd3274c897e]

        Remove dead code from SfxFilter ctor
        
        In fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import" the code was:
        
        +void SfxFilter::InitMembers_Impl()
        +{
        +    String aExts = GetWildcard()();
        +    String aShort, aLong;
        +    String aRet;
        +    sal_uInt16 nMaxLength =
        +#if defined( WIN ) || defined( OS2 )
        +        3
        +#else
        +        USHRT_MAX
        +#endif
        +        ;
        +    String aTest;
        +    sal_uInt16 nPos = 0;
        +    while( ( aRet = aExts.GetToken( nPos++, ';' ) ).Len() )
        +    {
        +        aTest = aRet;
        +        aTest.SearchAndReplace( DEFINE_CONST_UNICODE( "*." ), String() );
        +        if( aTest.Len() <= nMaxLength )
        +        {
        +            if( aShort.Len() ) aShort += ';';
        +            aShort += aRet;
        +        }
        +        else
        +        {
        +            if( aLong.Len() ) aLong += ';';
        +            aLong += aRet;
        +        }
        +    }
        +    if( aShort.Len() && aLong.Len() )
        +    {
        +        aShort += ';';
        +        aShort += aLong;
        +    }
        +    aWildCard = aShort;
        +
        +    nVersion = SOFFICE_FILEFORMAT_NOW;
        +    bPlugDataSearched = 0;
        +    pPlugData = 0;
        +
        +    aName = pContainer->GetName();
        +    aName += DEFINE_CONST_UNICODE( ": " );
        +    aName += aFilterName;
        +
        +    aUIName = aFilterName;
        +}
        
        where USHRT_MAX apparently effectively meant "arbitrarily large".  But when
        b7c596059dfa9a808f587af9f30b01489e75fb0e "INTEGRATION: CWS sfxcleanup" removed
        the WIN/OS2 special case it didn't remove all the other code that was now
        effectively useless.
        
        Change-Id: I883759f13e0267a189ad176c2ffcc1c78680b0a5
        Reviewed-on: https://gerrit.libreoffice.org/48336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [57991f885e60d04e93bf5004d4fdceee7d29f3d8]

        tdf#91362: Use document paper size for printing slides.
        
        By default for priniting slides we use not default A4, but size provided
        in slide properties.
        
        Additinally renamed IsPageSize() -> IsPaperSize(): it is less ambiguous.
        
        Change-Id: Iaf38dedb32b14cd6fbdd2ad355ecf3208e32663e
        Reviewed-on: https://gerrit.libreoffice.org/46407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [c73f88de8bc6f892ff1215c5f634ff0bfca04553]

        Various loplugin in --enable-gtk3-kde5 code
        
        Change-Id: I006e7fddcb58edb597867e0dd6f2b81ddac3457e

2018-01-23  Tor Lillqvist  <tml@collabora.com>  [407546e7c3f8c732ccf60e5fb3844f6efb86f932]

        tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bit
        
        Make the mapping of light weights more likely to hit different enum
        values for slightly different weights.
        
        We want to be able to distinguish between for instance Overpass Light
        (with weight -0.4) and Overpass ExtraLight (with weight -0.5).
        
        Change-Id: If83fbce68149b267a49ef9bcb6624d8790de7c56
        Reviewed-on: https://gerrit.libreoffice.org/48409
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [e3ee065312e295300fb25457e18344225eeffbd4]

        Various loplugin in --enable-gtk3-kde5 code
        
        Change-Id: Ic12464f01950a5037bb6819a2722aba5a7e3e2e6

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [862d2fc5c3736c6bb0c1ee54bd195c502fe17d28]

        Silence -Werror,-Wundef in external/boost
        
        > [CXX] vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.cxx
        > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.cxx:20:
        > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.hxx:30:
        > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx:29:
        > In file included from workdir/UnpackedTarball/boost/boost/process/child.hpp:22:
        > In file included from workdir/UnpackedTarball/boost/boost/process/detail/execute_impl.hpp:24:
        > workdir/UnpackedTarball/boost/boost/process/detail/posix/executor.hpp:446:5: error: 'BOOST_POSIX_HAS_VFORK' is not defined, evaluates to 0 [-Werror,-Wundef]
        > #if BOOST_POSIX_HAS_VFORK
        >     ^
        
        under --enable-gtk3-kde5
        
        Change-Id: Ib4648d1337a493c35b35897dc71c5e971c6eb214

2018-01-23  Takeshi Abe  <tabe@fixedpoint.jp>  [f16fdfa559ab62ccde2c2c0cbe1fc9e5ca2f3630]

        Add unit tests for rtl::math's inverse hyperbolic functions
        
        based on i#97605's test cases.
        
        Change-Id: Id7e57914553ba8801a624f667979badc191108e5
        Reviewed-on: https://gerrit.libreoffice.org/46152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [a6b53b5461c7d1ad2895d25691661f865bdb183e]

        Silence -Werror=implicit-fallthrough= (upcoming GCC 8)
        
        Earlier GCC already require a similar workaround to silence -Werror=return-type
        ("control reaches end of non-void function") a few lines further down, so it's
        rather consequential that GCC now also warns about the potential fall-through
        here (i.e., for these warnings, GCC apparently assumes that an enum can take on
        all of the values from its range of values, not just those denoted by an
        enumerator).
        
        Change-Id: I1537a7f6975f900861225ee7a521366a5e57046a

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [fa193512431c71b3230b29deda4fc7d8ba5a99a1]

        Translate German SAL_WARN message
        
        Change-Id: Ica04ee68f18ec6c1e0cd59a0f35ab35ce3c05745
        Reviewed-on: https://gerrit.libreoffice.org/48374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Milian Wolff  <milian.wolff@kdab.com>  [f1b60bd62daff4aaf6465caadd4ad0c447521102]

        Support opening of (some) remote URLs through the KDE file dialog
        
        LO already supports http, https, webdav and webdavs through the
        WebDAVContentProvider. Ftp is supported via FTPContentProvider
        and then finally we have the GIOContentProvider that can potentially
        support SMB, if the dependencies for that are met.
        
        We now configure the KDE file dialog to allow these remote protocols.
        Note that this filtering depends on https://phabricator.kde.org/D10024
        and https://phabricator.kde.org/D10025 to have any effect.
        
        Then we rewrite the URLs we receive from KIO to a format that is
        supported by LO. Most notably, we prepend `vnd.sun.star.` to the
        webdav URL schemes, such that they get picked up by the
        WebDAVContentProvider. Then finally, we clear the username from
        the smb:// URLs we get from KIO, as that prevents GIO from opening
        them.
        
        In all cases, the user will get prompted a second time for the
        credentials required to access the remote resource. This is
        unfortunate, but better than nothing. In the future, we may solve
        this issue through either a separate KIO UCP or by getting support
        for the FDO Secret Service specification in KWallet.
        
        Change-Id: I91df28434b115639c2698968e2a672b3320bf8e2
        Reviewed-on: https://gerrit.libreoffice.org/48350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Rene Engelhard  <rene@debian.org>  [c7a1320593191e8359aa64d8e262948da085d358]

        check for boost/process/child.hpp in configure.ac if --enable-gtk3-kde5
        
        Change-Id: Idcd2931415558b41f94eb12a01f350f1ab53d134
        Reviewed-on: https://gerrit.libreoffice.org/48319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Milian Wolff  <milian.wolff@kdab.com>  [ecb5fcff336c8b0e5ad2503f0880c439a6c323a5]

        Introduce gtk3_kde5 vcl plugin
        
        This is a hybrid plugin which mostly wraps the GTK3 vclplug. Only
        the file and folder picker are replaced by KDE dialogs. This gives
        us a well-maintained GTK LO base with basic KDE integration with
        minimum effort.
        
        To prevent issues with nested event loops, the KDE dialogs are
        launched from a separate process, the new lo_kde5filepicker helper
        executable. A trivial stdin/stdout IPC mechanism transfers the data
        between LO and the Qt/KDE helper. The usage of an external process
        also allows us to copy'n'paste between LO and the KDE file dialog
        without freezing the UI, as would happen when one would do this
        in-process. This is in general also the architecture applied by the
        kmozillahelper, which is used to integrate KDE file dialogs into
        Firefox.
        
        While the KDE dialog is shown, the GTK3 main window is disabled and
        close requests are ignored. The KDE dialog in turn also sets the LO
        window as transient parent. Together, this makes the illusion perfect
        and the KDE dialog behaves like a modal dialog. This works properly
        also with multiple LO main windows, and only individual windows will
        get blocked as one would expect.
        
        Functionality wise, most of the features of the KDE4 dialog are
        supported. You can pick files and folders, and save files under a new
        name. Some custom checkbox widgets are supported, but lists, buttons
        and preview widgets are not yet implemented. Also, loading remote
        files via KIO is not possible yet.
        
        Change-Id: I1a97cf7c272307a19ace4222d5f12253bc722829
        Reviewed-on: https://gerrit.libreoffice.org/47718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Milian Wolff  <milian.wolff@kdab.com>  [f811979b0865b15272ce4a62df3ebd0fa8896b55]

        Add KDE5 desktop backend
        
        This is mostly a copy of the KDE4 backend ported to Qt5/KF5.
        
        One difference is that this code will initialize the QApplication
        on-demand, when it's not yet available. This will allow us to use
        this desktop backend also within a vclplug that does not use Qt
        itself, such as the upcoming Gtk3/KDE5 hybrid.
        
        Change-Id: I5cf96ac5729608c82a58eead6723a38f014ba875
        Reviewed-on: https://gerrit.libreoffice.org/47716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [0e2e5d247ababc8aeb0c041364938cd5cf9e55c2]

        Band aid fix build --with-kde5
        
        Change-Id: Ifbcfdbb74bffaf88296351ec72536e16a4073b60
        Reviewed-on: https://gerrit.libreoffice.org/48102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Milian Wolff  <milian.wolff@kdab.com>  [4d78cf97d7b1629556df68fc461922fda930d9ec]

        Extend build system to support linking against KDE Frameworks 5
        
        Pass --enable-kde5 to autogen.sh to enable this feature. Then
        add kde5 to the list of externals to link against KF5. I will
        introduce other code that depends on KF5 though which will
        leverage this feature.
        
        Change-Id: I17e434a53ac769000b0f805b1f41cdc5c2c84ee2
        Reviewed-on: https://gerrit.libreoffice.org/47715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [f74cec2457664f4b32abcde7e874061b60ad665d]

        Updated core Project: help  94375babd75d8b611311bab682f9017e0485d19b
        
        tdf#113979 Skip empty cells option
        
        Add help for this new option.
        Correction help link for "Quoted text" option
        
        Change-Id: I8ce8ac8108408c9feb55a0b5dffbb44dea988c05
        Reviewed-on: https://gerrit.libreoffice.org/46996
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-23  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [3f161c012dd68ff08ff3538ef69f2800bd84640d]

        Updated core Project: help  995f740adfff22aff1105a7e1b2801dfdab43434
        
        Use list.js for Index listing and search
        
        List.js - http://listjs.com/ - allows us to paginate the results
        so the height does not get out of hand.
        Fuzzy search would be cool: http://listjs.com/docs/fuzzysearch/
        ...but it gives too big of a perf hit with our 5700 items.
        Might try to bribe the creator to look into perf.
        Thanks a lot to David Tardon for the makefile solution and to
        Christian Lohmaier for playing a rubber duck.
        
        Change-Id: I359eed541470ccaa309b0b6ff5d809a796d9befd
        Reviewed-on: https://gerrit.libreoffice.org/48335
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-23  Eike Rathke  <erack@redhat.com>  [73049e5dbf9430df077dd26bed9d01435f745544]

        Flatten ScRangePairList::Join() recursion
        
        Similar to ScRangeList::Join() done before.
        
        Change-Id: Ie513b4c72bc211c196e13761b63446174321a389
        Reviewed-on: https://gerrit.libreoffice.org/48361
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-23  Eike Rathke  <erack@redhat.com>  [03f429665b4d57f63b8e2862a55e5c4273bc7a2b]

        Flatten ScRangeList::Join() recursion
        
        Joining an existing list of identical ranges could end up in a
        very deep (but not infinite) recursion which could lead to stack
        exhaustion. Recursion is unnecessary if we re-enter the loop with
        the picked range. Continuing the loop as it was done after
        recursion isn't necessary either, to the contrary, as long as
        there is one join try the entire list again.
        
        Commit f6eefd96cb16a9b5607fe59bdbf9b1121c9b56e8 pointed this out
        as the UBSan build runs with ulimit -s 8192
        
        Change-Id: Ibbc542fc8ae6d1509744aa731771eb6e32a38841
        Reviewed-on: https://gerrit.libreoffice.org/48360
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-23  Tor Lillqvist  <tml@collabora.com>  [43836528f445061d622b8edc7773ee40798d3a59]

        The CT prefix is used by the CoreText API
        
        Surely we should not be using it for our own things in our Quartz
        code, that is misleading.
        
        Also bin a silly typedef.
        
        Change-Id: Ie932e8784128246ca449608aad3dc96a575ec9d5

2018-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [746c89bf919d579fde0ff96eb379fa5d46601fae]

        loplugin:useuniqueptr in CntStaticPoolDefaults_Impl
        
        Change-Id: I8d7766d473499b4d154debc1aafaf03359078aa3
        Reviewed-on: https://gerrit.libreoffice.org/48372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [18bc0ea4f26eb3ce020597d9feef9ee852a26096]

        loplugin:useuniqueptr in SfxDocTplService_Impl
        
        Change-Id: Iacda2920f632a6f21d852d843e97086a23479bbd
        Reviewed-on: https://gerrit.libreoffice.org/48370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Tor Lillqvist  <tml@collabora.com>  [53c304789eb8da8f5a7b2209ece68eeaec819a8f]

        chmod -x
        
        Change-Id: I05021e1d86412c3a0703e71f43fe2238bb094762

2018-01-23  Jon Nermut  <jon.nermut@gmail.com>  [810dfda5556c5e0f0cc65f01c9634996951fd3e5]

        iOS: implement tabs for spreadsheets
        
        Change-Id: I210d68f013e56efd90da004891b872434ce65f68
        Reviewed-on: https://gerrit.libreoffice.org/48368
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [91b4e4531621b7afb2dbab1a8aa62c92da66951a]

        new loplugin: pointerbool
        
        look for possibly bogus implicit conversions to bool when passing
        (normally pointer) args to bool params.
        
        this plugin comes in the wake of a couple of bugs caused by refactoring,
        where some of the call sites were not currently updated.
        
        Of the changes, the following are real bugs:
        
        desktop/../dp_persmap.cxx
        
        StartInputFieldDlg
            in sw/../fldmgr.cxx
        which occurred as a result of
            commit 39d719a80d8c87856c84e3ecd569d45fa6f8a30e
            Date:   Tue May 3 11:39:37 2016 +0200
            tdf#99529 sw: don't pop up input field dialog before inserting field
        
        CSerializationURLEncoded::encode_and_append in
            forms/../serialization_urlencoded.cxx
        
        XclExpCFImpl::XclExpCFImpl
            in sc/../xecontent.cxx
        I have no idea how to properly fix this, just made a guess.
        
        SwDocTest::test64kPageDescs
            in sw/qa/core/uwriter.cxx
        which looks like a simple copy/paste error.
        
        Change-Id: I795ebd5ef485a1d36863dc27fe13832989f5a441
        Reviewed-on: https://gerrit.libreoffice.org/48291
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [ea20bc176cbf575e39c602a91dd3e6919b3fc31e]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...that had presumably been forgotten when the surrounding code had been changed
        from USHORT to sal_uInt16 in cd42389ad67b403a07a0dda8e2a6e213def49251
        "removetooltypes01: #i112600# remove tooltypes from sc".  Plus, turning the
        preprocessor checks into static_asserts.
        
        Change-Id: I78271f7027af701699865913813d6dea8b0c570b
        Reviewed-on: https://gerrit.libreoffice.org/48358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Matthias Seidel  <mseidel@apache.org>  [8d37253e50aca502a1f80ef648deb6f5178c4c46]

        Fixed wording
        
        (cherry picked from commit 106d959da4cccda4c0342715cc06854f152c99d1)
        
        Change-Id: I51c86dfef0e0eff59ce2892d8ea07dd066fd9667

2018-01-23  Michael Stahl  <mstahl@redhat.com>  [8b1a83bffe35ae0e71735569512c1586bcb37b25]

        ofz#5566 sw: HTML import: ignore <DIV> in table structure elements
        
        Looking at the HTML4 DTD https://www.w3.org/TR/html4/sgml/dtd.html,
        inside TABLE only various elements defining the structure of the table
        allowed, except inside cells (TD and TH elements).
        
        DIV in a table but outside cells may cause cursor positions to go
        off the rails, so better ignore such invalid DIV tags.
        
        Change-Id: Ia6195d80670631669c252d572242874b13642b74
        Reviewed-on: https://gerrit.libreoffice.org/48359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-23  Caolán McNamara  <caolanm@redhat.com>  [551e6881538189d03604730456ddd5563b1872dd]

        its defineresource not define resource
        
        regression from
        
        commit 64d624b65124ac02d8ee59b135593fd9d8eb9067
        Date:   Sat Jan 9 22:55:28 2016 +0100
        
            Fix typos
        
            Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
            Reviewed-on: https://gerrit.libreoffice.org/21209
            Tested-by: Jenkins <ci@libreoffice.org>
        
        Change-Id: Ifdf45e97b81523c84c73b93d14ed75b7b6909f77
        Reviewed-on: https://gerrit.libreoffice.org/48355
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-23  Telesto  <telesto@surfxs.nl>  [44af50465a02b6f5566be45913a34fdbdba90133]

        tdf#112153: Set button theme properly
        
        Change-Id: I0665880c0d0348fcbb3bcf04d9172405c8e31eb7
        Reviewed-on: https://gerrit.libreoffice.org/48334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-23  Telesto  <telesto@surfxs.nl>  [ce88f2a7374bb8c53d57e8263e0701db19d62f30]

        tdf#114985: Tell NSWindow to never use automatic window tabbing
        
        Based on https://codereview.chromium.org/2325313002/
        
        Change-Id: I8838449d57b1d1b010491a405c87645d38199fdf
        Reviewed-on: https://gerrit.libreoffice.org/48330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [f58a16d5987c8e8c16580c514ce0c7b0895b4105]

        tdf#114460 vcl: handle nested parentheses in PDF roundtrip
        
        The roundtrip of the pdf image failed due to this.
        
        Change-Id: I88a9657e242dd2659f9bf06233e5fcbfeb43ceb5
        Reviewed-on: https://gerrit.libreoffice.org/48362
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [90ae1e1bbbce7be9b2ff7add75923b1891e65df6]

        EPUB export, fxl: silence Page <N> toc entries when have chapter names
        
        The EPUB ToC is now on par with the PDF ToC.
        
        Change-Id: Iea714fdb68c825aa14345037e909c354bbd7cf00
        Reviewed-on: https://gerrit.libreoffice.org/48346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a54787669b9283efdfdd18b0cbafc3184cdde58f]

        EPUB export, fixed layout: add chapter names to the navigation document
        
        Extend vcl::PDFExtOutDevData so that it's possible to use it outside the
        PDF export; this way the EPUB export can know which chapters start on
        which page.
        
        This means fixed and reflowable layout has the same table of contents,
        instead of just Page <N> in the fixed layout case.
        
        Change-Id: I935fb23c66ec747431b91e83b0e677d4e5f704b9
        Reviewed-on: https://gerrit.libreoffice.org/48332
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [75f5d70d5d9f58a76e42d151f187c50bad50378c]

        Revert "Windows installer: Use blank phone # instead of x-xxx-xxx-xxx"
        
        Breaks windows installer
        
        This reverts commit 7b129f55b4da9a20581fe805b7dacadcb6386252.
        
        Change-Id: I21a5a6790eac1704da4bda41fb0969dc10b19d1c
        Reviewed-on: https://gerrit.libreoffice.org/48369
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [d93813d8e448395ff9b6ac7b755d8fad68ec61b6]

        OutputDevice::GetCaretPositions takes sal_Int32 nIndex parameter
        
        ...since 16b446937e026ff5edd097e99b8d9be6ba314562 "Use OUString / sal_Int32 in
        vcl(outdev3.cxx,textlayout.cxx)"
        
        Change-Id: I9e77bf801c6d79e1993ac6ddecf740b3362aeafe
        Reviewed-on: https://gerrit.libreoffice.org/48364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [c28c1be1715d63ec4cff940ef270fb13c0c6db9a]

        USHRT_MAX -> SAL_MAX_UINT16
        
        ...as BrowseBox::GetColumnId (into which _nColumnPos is passed) takes a
        sal_uInt16 argument
        
        Change-Id: I4b890bf0fcbc91f2f07b3614a2e07aabf3345f7e
        Reviewed-on: https://gerrit.libreoffice.org/48363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [ce84922f7b08ad431a6cca1cac32df0ba78f7915]

        Assume this wants to SAL_WARN for the sal_uInt16 range, actually
        
        Change-Id: Icdda5cbc39fc2878c869ec01349135fd56a15363
        Reviewed-on: https://gerrit.libreoffice.org/48349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [280cc198296b6728d990ee40f92b7f842c4959b1]

        Fix odd check for nFieldLen range, assuming typos
        
        The code used the odd combination of checking signed nFieldLen for != 0 and
        <= USHRT_MAX, and then converting to sal_Int16 (not sal_uInt16) ever since
        bf4154eb5307ec8c35f000fd1df39ef3abb2eb6d "initial import".  But there are indeed
        various MaxTextLen properties in offapi of type short, not unsigned short, so
        for one assume that checking for <= SAL_MAX_INT16 (not SAL_MAX_UINT16) was
        actually intended.  And, for another, also assume that checking nFieldLen for
        > 0 instead of != 0 was intended.
        
        Change-Id: I119ef3ce71ee397cb6cbca714bca154e29e6599d
        Reviewed-on: https://gerrit.libreoffice.org/48348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [859b91cb8ad29ff416e10da85ad493d05b10b83d]

        USHRT_MAX -> SAL_MAX_UINT16 for XMLCharContext::m_nCount
        
        ...which is of type sal_uInt16 ever since the class got introduced with
        0e3ff5db960cdf907c03445220f1e29d37fc367f "INTEGRATION: CWS oj14: #i77059# export
        char content helper for example line break"
        
        Change-Id: I1dcb2894861ea5b6104932d896b7166c5c0b4689
        Reviewed-on: https://gerrit.libreoffice.org/48347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [9af8f190ed1bf3f76897ad0c078db16451d6fb69]

        More loplugin:cstylecast on Windows
        
        Automatic rewrite (of loplugin:cstylecast and loplugin:unnecessaryparen) after
        cab0427cadddb3aaf1349c66f2fa13a4234ba4b2 "Enable loplugin:cstylecast for some
        more cases" and a409d32e7f6fc09e041079d6dbc3c927497adfed "More
        loplugin:cstylecast"
        
        Change-Id: Ib3355159dd08333e1b7a8d091caf2069cdcc7862
        Reviewed-on: https://gerrit.libreoffice.org/48317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Stephan Bergmann  <sbergman@redhat.com>  [9602e63c818722c3910343b7af53917d031861c8]

        USHRT_MAX -> SAL_MAX_UINT16 in IndexBitSet
        
        ...which is based on sal_uInt16 instead of USHORT since
        c5b727675460581258489d3bd569a61184ad69cd "removetooltypes: #i112600# remove
        tooltypes"
        
        Change-Id: I6b937961a69cc904226b05fe9679ac62e2f01c0a
        Reviewed-on: https://gerrit.libreoffice.org/48333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f75cda1d842717248c6dc926a9d2cd06f39d85b]

        loplugin:useuniqueptr in HelpInterceptor_Impl
        
        Change-Id: I75c1ca2d6b0e03604bb6c96d2613261a1a05b988
        Reviewed-on: https://gerrit.libreoffice.org/48297
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ada5c93080b4a377ba4f7bb4f8677949cfa2e94]

        loplugin:useuniqueptr in SfxItemDisruptor_Impl
        
        Change-Id: Ie85c1a8fd699f68ffcc8853be4bf8a86cfec06e7
        Reviewed-on: https://gerrit.libreoffice.org/48295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3a2a430ae8e2c1647c18d8904477949f6e2e7941]

        tdf#98931 Consider cell-anchored images when sorting
        
        This makes images/draw objects anchored to cells move as any
        other content when sorting cells.
        
        Works for sorting rows and columns.
        
        Also fixes a bug where notes attached to cells were not sorted
        when sorting columns.
        
        Change-Id: Id9a56a15f776d5adbe382a9bca167bff48b69a0c
        Reviewed-on: https://gerrit.libreoffice.org/46838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [3d30a39ee92678f6a4e71bd450fc044636adedab]

        ofz#5573 Out of memory
        
        Change-Id: Ifb5cfdd87d7b26d18fcb66279afa7ef06beea9e3
        Reviewed-on: https://gerrit.libreoffice.org/48323
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [5dd62512f520bbccfa864c6454c2c7c4b1462504]

        loplugin:nullptr (clang-cl)
        
        Change-Id: Ie60f2cc7c3b0bcba7ddf2e7a0f6837c821b33dcc
        Reviewed-on: https://gerrit.libreoffice.org/48313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [c664f790e697278382d739cb2c81039abde4253e]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: If1a5289ce346fa94f7aa8080a50572d6f9cade53
        Reviewed-on: https://gerrit.libreoffice.org/48314
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [d4b7c6fabb4973e71ac2ce6b456b03d3d54c759a]

        loplugin:cstylecast (clang-cl)
        
        manual fix in macro code too difficult for current rewriting plugin
        
        Change-Id: I4a2221d0cfb64dc0a0c6619cd9bc776e283da499
        Reviewed-on: https://gerrit.libreoffice.org/48316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [9a188a0a04ce71f088e585a1b6583994f1b80992]

        loplugin:cstylecast (clang-cl, manual fix of conditional code)
        
        Change-Id: I7d9c935897107fd0c8471f472234d789e9b8c2da
        Reviewed-on: https://gerrit.libreoffice.org/48315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [69886ca4073bbe9f812a850ffc46b2da5858703c]

        ofz#5575 call cleanup while its still a SmXMLImport
        
        Change-Id: Ib80010410bd729e2356fe63f96809dd35fb26a73
        Reviewed-on: https://gerrit.libreoffice.org/48320
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [28ff54f9bb0d3f96d7a6fd3cbf3fa590c9ef45d6]

        ofz optimize this unique name generator a tad
        
        Change-Id: Ie18f71febbfc5e1ed4300782919bbd92d76ea51b
        Reviewed-on: https://gerrit.libreoffice.org/48318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [c3272ca47439464eee5501605e7282ecd0d6313a]

        limit the rest of CSS1_PIXLENGTH users
        
        Change-Id: I59487bb337bc8821cb995fd258602ff7fb580d54
        Reviewed-on: https://gerrit.libreoffice.org/48311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [42878f5459ac405f1938d3174e1aef1a2228c8fa]

        ofz#5561 Integer-overflow
        
        Change-Id: I57660848190efff8e6354670eb68b60ed57f0094
        Reviewed-on: https://gerrit.libreoffice.org/48308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4b65de810eace19ee301e0dc9f9895a487b5798e]

        Updated core Project: help  d8623712ce8523cd6d29116a5bd903e1d7edbd62
        
        tdf#35301 Tiny text tweak for newly available ruby position
        
        Ruby text can not only be above base text, but also beside it.
        
        Change-Id: Ic9a11a1f7912c50d092f13c6d3d52d83713cd305
        

2018-01-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5df0c80b8dc1106a8c28967226526b05b047bc09]

        uitest for tdf#108124
        
        Change-Id: If500712e1fddc2a65b5c2df1649231ff3b46a45b
        Reviewed-on: https://gerrit.libreoffice.org/47019
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [587b6906d5b9ae1ac9368f1e48d84285cebaece3]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: Iff2b28120e0c43f13d4fb21a75746f2a289214c7
        Reviewed-on: https://gerrit.libreoffice.org/48312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [61c88ae6945c241f5f2aeb844eeca0776b487132]

        gbuild: always compile as C++17 with MSVC 2017
        
        The current update MSVC 2017.5 supports fancy new C++ features, but
        unfortunately in its default C++14 mode it falls over and dies with
        an internal compiler error as soon as it sees the WeakImplHelper
        variadic template.
        
        In order to work around the ICE, build everything as C++17,
        which somehow doesn't crash.
        
        This causes loads of deprecation warnings about obsolete std::this
        and badly designed std::that, almost all of them from boost headers,
        which are well known for following every best practice in the C++ book.
        
        Liberally sprinkle macros around to suppress the warnings for now,
        like we already do with the other million warnings from boost headers.
        
        Change-Id: Ia6b6ef5e457b5fe3c8cfe361ba5da39376bb7c4c
        Reviewed-on: https://gerrit.libreoffice.org/48225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [0b1f8cb4a7eca3ab5b55c1866ef2761398d1ae95]

        sw: add an assert wrt. recent bug in SwHTMLParser::SplitAttrTab()
        
        Change-Id: I1fa64beb4724675c2e23bd5d4f0766f6d4cf7873

2018-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6250a928d0469eb63c179f56d73cbd24e7f821fe]

        sw: prefix members of SwDocInfoField, SwDocStatField and SwDocStatFieldType
        
        Change-Id: I8c6e618266f56148df385eb140668730d9b06ed3
        Reviewed-on: https://gerrit.libreoffice.org/48293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [54cc0edd576968e6bc67dfd3831c63876db7fe58]

        ofz#5565 Indirect-leak
        
        Change-Id: I7e201494edcf128389951e09ccfb6c7fc1e53315
        Reviewed-on: https://gerrit.libreoffice.org/48309
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7b129f55b4da9a20581fe805b7dacadcb6386252]

        Windows installer: Use blank phone # instead of x-xxx-xxx-xxx
        
        Change-Id: Ia90de861bc3aa02e8b0bf482f602ab1ea29aae00
        Reviewed-on: https://gerrit.libreoffice.org/48304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [1c5246a8c454c9af20bb73ec87bc7aca7dc0030b]

        crashtesting: dodgy aRect is unused anyway
        
        assert on conversion fdo66047-1.odt to doc of too large long
        from Fraction
        
        Change-Id: I057eb41791eb3b454192540da5e1f1d099487839
        Reviewed-on: https://gerrit.libreoffice.org/48324
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [70c15946ac5b2f481fed3c6e79f496196feb1b22]

        StartExecuteAsync doesn't need a second param
        
        we can just use this to store a keep-alive reference in AsyncContext
        
        Change-Id: I0152aef5386aa9753b48afdfc958790f10d13560
        Reviewed-on: https://gerrit.libreoffice.org/48294
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-22  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [b6c0356ac9d59a4599d15f8d2f001d39010b3e48]

        tdf#105226 fix incorrect AM/PM symbol in locale it_IT.
        
        Change-Id: I95ecc3163ea6081e51ce78653cebf292bee7b440
        Reviewed-on: https://gerrit.libreoffice.org/48247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-22  heiko tietze  <tietze.heiko@gmail.com>  [86e3f95cff4d3dad48d64e50e0c4b05034fa7064]

        tdf#114523 Make inline tooltips for changes optional
        
        Tooltips on tracked changes are not shown when Show track changes
        is switched off; additional property introduced at Tools > Option >
        Writer > Changes to disable the inline tooltip completely
        
        Change-Id: I5b54895bb22d167a383b06627c69326c3c2f5b02
        Reviewed-on: https://gerrit.libreoffice.org/46971
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-22  Mark Hung  <marklh9@gmail.com>  [7c97a22ac7851329d1a5c71772542c062cd6f4f0]

        tdf#35301 Modify Asian phonetic guide dialog.
        
        * Add a new ruby position option "Right" in the Asian phonetic
        guide dialog.
        * Allow set/get RubyPosition property via XRubySelection interface.
        
        Change-Id: I306450ad32f0eff71f284c85e78497a341bc7971
        Reviewed-on: https://gerrit.libreoffice.org/48209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [bc13ad8d5f4c530f8ed8174c8e4fcfd06c972457]

        Actually remove the now-unnecessary, bad downcast
        
        ...after 8aa37ca1b94a340c0ca3dc4edebdc501edc25cf5 "ubsan SwTableBoxFormat is
        really SwTableLineFormat"
        
        Change-Id: I24d092a6cb4d3642e22045acde7eeffaf908075e

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [d26ba19006596d7e97e68dfcca38305c4fc1700f]

        sc: std::iterator is deprecated in C++17
        
        Change-Id: I947dcf61e95bdc68d19eab7daca4c31ba8047d5e
        Reviewed-on: https://gerrit.libreoffice.org/48224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  David Tardon  <dtardon@redhat.com>  [5e7a832bfc98b88821d95743192fde7aba237f56]

        update flatpak-manifest
        
        Change-Id: If97c2f8826cbbd83821d9211040f1857e1a1e17f

2018-01-22  Stephan Bergmann  <sbergman@redhat.com>  [50833efae43cf801ae602ccf30b431cc4c90275c]

        Presumably misplaced cast
        
        ...that was originally introduced as
        
          int intRadius = (int) radius + 1.0;
        
        in 05363527d84119c6759cdd638c76b041f2aa67b7 "Separable Gaussian Blur and
        Unsharpen Mask filter", and presumably was meant to cover the whole right-hand-
        side addition, not just "radius".
        
        Change-Id: I3c14f4055e74e3e4dcccbddce060a86f9bcc23f0
        Reviewed-on: https://gerrit.libreoffice.org/48005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [bf92a5af6cb2928578bade9d367738d7e0f283e7]

        tdf#109062 restore osx scrollwheel logic
        
        to pre
        
        commit f7d2bf216afa10268e6a7c1d4613a2fd8f7c7f3c
        Date:   Tue May 16 10:12:09 2017 +0100
        
            Resolves: tdf#103174 & rhbz#1367846 improve gtk3 trackpad scrolling
        
        state.
        
        Change-Id: If5a494441731e73136158b4905c2744ba8bc8875
        Reviewed-on: https://gerrit.libreoffice.org/48249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  jan Iversen  <jani@libreoffice.org>  [331b971e7b239f3cd5d619f653d6d694295e0826]

        iOS, performance update
        
        Set SAL_LOG to empty in SIMULATOR scheme, allowing to easy add
        +WARN+INFO when testing.
        
        Removed duplicate entry in Info.plist
        
        Change-Id: I7d0231b0c30fd710e578f91b450c3c16696deb08

2018-01-22  Kshitij Pathania  <kshitijpathania@gmail.com>  [de1bb0878fc7d7eb6071ec94d770712648013075]

        tdf#100370 Selection icon now working properly on mouse click
        
        Change-Id: I45786ab3eb0b93d2f987d83156011b768869a414
        Reviewed-on: https://gerrit.libreoffice.org/48279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [d68df7842d5d30ac63eb0b1b127a62386c32a120]

        chart2: std::iterator is deprecated in C++17
        
        And it's immediately obvious why, if you look at the elegant and concise
        replacement code that doesn't trigger deprecation warnings.
        
        Change-Id: Ie4b3ca83951a89f7ac4d172086c23c7457087ba3
        Reviewed-on: https://gerrit.libreoffice.org/48223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [67c11b0398cc12b9cfe81566eb0e158446411333]

        vcl: various std::*::result_type deprecated in C++17
        
        Use decltype instead, to prevent MSVC 2017.5 warnings.
        
        Change-Id: I760659837e34eb2dc2a3293c43e7f29725b515d6
        Reviewed-on: https://gerrit.libreoffice.org/48221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [0a0cf00b173d3207ae167b256e496d005615f1ee]

        C++17 deprecated std::shared_ptr::unique()
        
        Most of these calls are in assertions, and the ones that aren't should
        be guarded by SolarMutex, so the thread safety concerns that caused
        unique() to be deprecated don't look relevant, so use use_count(),
        which oddly enough isn't deprecated.
        
        Change-Id: Ia166615af6c3ce85145c391752669c7461bd35fb
        Reviewed-on: https://gerrit.libreoffice.org/48222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  Michael Stahl  <mstahl@redhat.com>  [41abd684a6d1f3da71084fd854f66e22cb171b9d]

        boost: upgrade to release 1.66.0
        
        This claims to support Visual Studio 2017.4, but not the current
        2017.5.
        
        * remove boost.auto_link.patch; it does not apply; not sure why we
          need this if we can just define BOOST_ALL_NO_LIB
          (see commit 7f2e168421c3cd928a31a52a8b5afe97e931d3ba)
        * remove some hunks from clang-cl.patch.0 that look fixed upstream
        * add a global workaround for spurious GCC warning:
          oox/source/drawingml/shape.cxx:921:54: error:
          ‘oShadowColor.boost::optional_detail::tc_optional_base<int>::m_storage’
          may be used uninitialized in this function
          [-Werror=maybe-uninitialized]
                                   aFormat.Color = *oShadowColor;
        
        Change-Id: I1eb1d8b66554a84a7d7269f1faaa98695fe2f501
        Reviewed-on: https://gerrit.libreoffice.org/48187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-22  Jim Raykowski  <raykowj@gmail.com>  [44e9bbc29cc37d2bac089b8f051478f62f7d5d31]

        tdf#115105 Fix Styles and Macros nodes don't expand in Customize dialog
        
        by initializing bSubLstOpDblClick true.
        
        Change-Id: I1e3419014cd0c0bf9d4363d0fc365124413d5508
        Reviewed-on: https://gerrit.libreoffice.org/48227
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2018-01-22  Mike Kaganski  <mike.kaganski@collabora.com>  [cf333a878ceed18d0343520a2c65be69fc433b1f]

        tdf#38915: set cProcessed condition on any process outcome
        
        When application is initializing, initially request handler is not
        processing requests (its state is Starting). Requests processing is
        enabled in Desktop::OpenClients() after recovery had been processed.
        
        If another soffice process is started, it communicates over already
        established pipe, and sends a request to the first process. In
        IpcThread::process(), it is decided if the request needs to be checked
        for completion (e.g., if a file or specific module was requested to be
        open). After that, the prepared request is posted for processing. In
        case when the completion should be checked, PipeIpcThread::execute()
        then waits for Processed condition indefinitely.
        
        Request is processed in RequestHandler::ExecuteCmdLineRequests, which
        first checks that handler's state is RequestsEnabled, and if it isn't,
        then returns. Otherwise, after processing, Processed condition is set.
        
        The problem is, thus, in case when the request comes before requests
        processing is enabled (e.g., when recovery dialog is open): request
        handler thread waits indefinitely, but the processed condition will
        not be set. This will not allow to close the pipe to second process,
        and it will hang indefinitely. The IPC thread will be hung even after
        user closes recovery dialog, and continues working with program. So,
        subsequent attempts to open files from file manager (launching new
        process) will fail, and new zombie soffice processes will wait the
        first indefinitely. Also, when first process will be closed by user,
        the deinit sequence will attempt to wait for the IPC thread to finish
        (in RequestHandler::Disable(), after all visible windows had been
        closed), which will leave the first process hung, preventing all
        subsequent attempts to open LibreOffice.
        
        This patch ensures that the Processed condition is set at any outcome
        in RequestHandler::ExecuteCmdLineRequests. Also, it brings (possibly
        hidden) recovery dialog to front, making the reason why following
        attempts to open files fail apparent to user.
        
        Change-Id: Ibddf7483e5b1d6167ac7f307ea2442119f446129
        Reviewed-on: https://gerrit.libreoffice.org/48280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-22  Noel Grandin  <noelgrandin@gmail.com>  [df9a20fc3fce72ab19e71f3b17c43b5cb97dc871]

        improve RTL detection in TextEngine
        
        the ubidi_getLogicalRun call returns a direction bool in bit 0,
        so the old code would only have been correct for embedding level 0.
        
        found by an up and coming loplugin.
        
        Change-Id: I56658981fbd32caf0d961d47d76b668f1dd1b680
        Reviewed-on: https://gerrit.libreoffice.org/48261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-22  Noel Grandin  <noelgrandin@gmail.com>  [3b666f6819bb0230520bc724d5e33a7a349aa15c]

        remove some sal_Bool remnants
        
        Change-Id: I0a9637aca523a73fbdbbd22f9ad735d6d1ba6898
        Reviewed-on: https://gerrit.libreoffice.org/48273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-22  Matthias Freund  <matti_lx@secure.mailbox.org>  [342a56deda984a1a21b7a49b56acfaed4ebdfd9a]

        tdf#75256 Sifr update exportto numberformatthousands splitcells
        
        Change-Id: Idb2b8e1234528cffcc54fd5a2e354ce3cb30a030
        Reviewed-on: https://gerrit.libreoffice.org/48283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-22  tagezi  <lera.goncharuk@gmail.com>  [506e1396c34bb90c8d2c3679e3e84c3833b18869]

        tdf#115002 Including of bitness information into Java message on Windows
        
        Change-Id: Id5235360110cf9838a38f8063448b06a5de1f82c
        Reviewed-on: https://gerrit.libreoffice.org/48272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-22  Takeshi Abe  <tabe@fixedpoint.jp>  [f3d1b2e58c39618d99bf017702ef19f373464b34]

        starmath: Make SmParser::Parse() return std::unique_ptr
        
        Change-Id: I6c8811f71ab40398043cdcfa3334eee4381b4c7e
        Reviewed-on: https://gerrit.libreoffice.org/48098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [f1d1eb2c647af7b751b024faef09e01d849aacbb]

        ofz#5526 restrict mml parsing depth
        
        Change-Id: Ib74787137112fb8402a2f6400ab4313d43c103dc
        Reviewed-on: https://gerrit.libreoffice.org/48277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [6763c0ce90825b23a839fac2cd7aede5772c8993]

        ofz#5535 max decimal places for rtl_math_round is 20
        
        Change-Id: I636e086c51ceb70bdac72acfbabe99ad29003cdb
        Reviewed-on: https://gerrit.libreoffice.org/48268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [f6eefd96cb16a9b5607fe59bdbf9b1121c9b56e8]

        copy ScAddress before possibly joining it
        
        Change-Id: Ib1148584b9771da67d3f4b3141184228e1bbe3a2
        Reviewed-on: https://gerrit.libreoffice.org/48271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-22  Caolán McNamara  <caolanm@redhat.com>  [8aa37ca1b94a340c0ca3dc4edebdc501edc25cf5]

        ubsan SwTableBoxFormat is really SwTableLineFormat
        
         /sw/source/core/doc/tblrwcl.cxx:1937:29: runtime error: downcast of address 0x2b328cff7da8 which does not point to an object of type ´SwTableBoxFormat´
         0x2b328cff7da8: note: object is of type ´SwTableLineFormat´
          00 00 00 00  f0 ea dd 46 32 2b 00 00  b8 80 ff 8c 32 2b 00 00  e8 43 f5 00 90 61 00 00  58 79 65 80
                       ^~~~~~~~~~~~~~~~~~~~~~~
                       vptr for ´SwTableLineFormat´
             #0 0x2b323c386daf in lcl_CopyLineToDoc(FndLine_ const&, CpyPara*) /sw/source/core/doc/tblrwcl.cxx:1937:29
        
        Change-Id: I16f7b61a3561de3e599818aba538c72c631511ca
        Reviewed-on: https://gerrit.libreoffice.org/48282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [ff8826d438a9fd080e8e61f8e66b3d3b2c8d752b]

        tdf#113946 add 'topMargin' to GraphicHelpers import
        
        The case '...topMargin' was not caught for setting a relative
        vertical position in GraphicHelpers. The test file demands a '7' here,
        which stands for 'PAGE_FRAME'. The '7' was overwritten in GraphicImport in case
        'LN_CT_Anchor_positionV' by a call of 'resolve'.
        
        For a better overview a switch is inserted here.
        
        Change-Id: Ie98209fe445ecbba15c3dafe5980ca52421126f8
        Reviewed-on: https://gerrit.libreoffice.org/47905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e455baf19c3096f46cdcf6279590d7a59775f1fa]

        Fix typos
        
        Change-Id: Id3e707e89bd0fda4d86e02a185a16336c89e7c82
        Reviewed-on: https://gerrit.libreoffice.org/48281
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b29c5cd859fbc26184b3ef0abac297736ef0714c]

        uitest: add checked to radio button properties
        
        Change-Id: I7e5a3f4b743029fc1a8ee01d9a4ab6ea49f9b73c
        Reviewed-on: https://gerrit.libreoffice.org/48274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [fba9512f4f5fc424985528b28ab038194c931a1a]

        ofz#5508 Out of memory
        
        Change-Id: If46b4f98849d75164956e68c181b1c501a72fae0
        Reviewed-on: https://gerrit.libreoffice.org/48266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [6d6421d3e66aa012cd0ca0d903c3825e4212c643]

        rework to remove intermediate stream
        
        Change-Id: I6ff66cf6ea6ac38f7c36da7668b612b2062e4852
        Reviewed-on: https://gerrit.libreoffice.org/48257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [398b0195b7833ca8fab29a600954c84527b25cf9]

        just return a vector
        
        Change-Id: Id6a75dee04c836ca28299dc6b3ab0b93361684c4
        Reviewed-on: https://gerrit.libreoffice.org/48256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [430a56228ad50dde9399af30d638411380f93258]

        just return SvMemoryStream*
        
        Change-Id: I5c577984055e01f49c4e04685dc4df6672c8fc87
        Reviewed-on: https://gerrit.libreoffice.org/48255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [28580d90305fcb159395b957b65275f94591bc38]

        use correct types
        
        Change-Id: I350f826f88bda85d3ea861ce7b05680900b850cf
        Reviewed-on: https://gerrit.libreoffice.org/48254
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [cc04bc76c49dc6881cc7752a8e34fb84bddf7262]

        ofz#5539 stricter on strings in dxf
        
        Change-Id: I06823d9d767ffe11061531ec905f62ed3a5d302e
        Reviewed-on: https://gerrit.libreoffice.org/48267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Caolán McNamara  <caolanm@redhat.com>  [6a0fb0debf67e63e0b52f3a8255773679c254c4e]

        align types
        
        Change-Id: I6080d92ec26f9ee9bf3eb4319a36c10ae38caca2
        Reviewed-on: https://gerrit.libreoffice.org/48253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-21  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [c18d183c9fdadea3d3d28a14b417f5c9620eb439]

        tdf#113572: removed redundant calc service
        
        calc service introduced previously in commit
        0074951704022d173a5fdb9df933f47be1dcbb91 is not required, interface
        is enough for feature implementation.
        
        Change-Id: I9cf30f2201619465da9061c7ef1e574209062cf9
        Reviewed-on: https://gerrit.libreoffice.org/47960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-21  Vincas Dargis  <vindrg@gmail.com>  [19181fd45735005aad7cb910ca1bf3dd7fb687fb]

        deb#887593 apparmor: allow reading device information
        
        * Add file read rule for paths like
        /sys/devices/virtual/block/dm-0/queue/rotational
        used by isRotational() in desktop/unx/source/pagenin.c.
        * Add file read rule for paths like
        /sys/dev/char/226:128/device/uevent
        used by libdrm.
        
        Change-Id: Ic41365b478c817b6766e25adadd6761fa03ff055
        Reviewed-on: https://gerrit.libreoffice.org/48265
        Tested-by: Rene Engelhard <rene@debian.org>
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-21  Matthias Freund  <matti_lx@secure.mailbox.org>  [8e7f5733fcd90cc302829f6c780856624c850aff]

        tdf#75256 Sifr some new 32px icons
        
        Change-Id: I6b0ea66424f36982b6c8eae8b9e405aaf30ca5d6
        Reviewed-on: https://gerrit.libreoffice.org/48259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [5776d219db28b795acb952e9728cc9502403bcb8]

        more ScopedVclPtr for dialogs
        
        Change-Id: I0f19a0c1e312843bee0ee5c9939831918ddc2da7
        Reviewed-on: https://gerrit.libreoffice.org/48198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-21  Rene Engelhard  <rene@debian.org>  [3ac287a705fdf801fd1f191fcbc2d74fc9ff2ffe]

        remove accidentially committed flags=(complain)
        
        Change-Id: Ia7116f77298b87d87221c80896b11a293d33f726

2018-01-21  Rene Engelhard  <rene@debian.org>  [cd577ab89faefe6b7ef1a2bec14ed4d69b832f8e]

        apparmor: allow running the "certificate manager" applications for gpg
        
        Change-Id: Ic71e05d7561e1dcb532795dbf0b6e9309c1032d2

2018-01-21  jan Iversen  <jani@libreoffice.org>  [57fd33408a5a3ae4d2a9ff68ee5513ff1192b6ad]

        iOS, removed iOS special handling in init()
        
        Removed the need for the (limited) init() used earlier by iOS.
        
        Due to problems solved below init() it is now posible to use
        the standard init !!
        
        init.cxx still have some special handling of paintTile, which we should try
        to eliminate
        
        Change-Id: I42234aea8ac6b8dfcf8c3c88b386b4d4a97bba74

2018-01-21  Mark Hung  <marklh9@gmail.com>  [d1bc14b318c9a412a761d243085da0895a1aed4a]

        tdf#35301 Formatting ruby text on right side.
        
        * BuildMultiPortion(): preserve room for the ruby text by
          increasing the width of the last portion of the base text.
          This allows the ruby portion to be selected with the base
          text so that they seemd like attached to each other.
        
        * CalcSize(): we need to be careful because the width and
          height of the base text line is swapped.
        
        * PaintMultiPortion(): render the base text on top of the
          preserved room mentioned above, by shifting the position
          back.
        
        * SwRubyPortion(): RubyPortion::RIGHT is designed for
          horizontal writing mode only. In vertical writing
          mode it fallback to RubyPortion::ABOVE.
        
        Change-Id: I5291e32221b6b2fc1c3e152b3a5defe857428163
        Reviewed-on: https://gerrit.libreoffice.org/48244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-21  Maxim Monastirsky  <momonasmon@gmail.com>  [121f6f3c79ea2dceb7cc3d61a56f5a56a1cb0d0d]

        Make the condition more obvious
        
        No need to look at possible enum values each time.
        
        Change-Id: I3191ab08d91c8f954ecfb027f1ab26b25a021f14
        Reviewed-on: https://gerrit.libreoffice.org/48258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-20  Rene Engelhard  <rene@debian.org>  [cae52b77d48916d819e788675f40da5fe4f7c99c]

        readd lost comment
        
        Change-Id: I99e3b3941f0478213ec9efe6b5152f2d780a8d00

2018-01-20  Rene Engelhard  <rene@debian.org>  [b16d91cff78fa8c60131c76853c5d8fe279210a9]

        deb#887593 make gpg child profile really work
        
        now I can see my testkey and sign. Thanks Christian Bolz
        
        Change-Id: Idd46e7f7d2e16cf24bbdee10ecad772baaaa7f4a

2018-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [5f650f72861d94c7c173bc16de9331c3c1c305d5]

        Addition of focus_on_click to notebookbar ui files
        
        (automatic rewrite)
        
        Change-Id: I959b58b3b0b69de9344b0f7188594a19e8b9d4ea
        Reviewed-on: https://gerrit.libreoffice.org/48176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [2a2b37202a735b34da914c03b2f6e1495f833b51]

        tdf#115023 Check mpControlData for nullptr
        
        Control::ImplClearLayoutData happens to be called post
        dispose, but Control::dispose already destroyed
        mpControlData. So put back the nullptr check that was
        removed in e8b49f09074fe184374bee5062715357427ae044
        ("new loplugin: useuniqueptr: vcl").
        
        (But IMHO it's odd that we even try to send lose focus
        events to disposing windows. So maybe it would make sense
        to replace the "! pOldFocusWindow->IsDisposed()" check
        inside Window::ImplGrabFocus with "isDisposed()" which
        comes from VclReferenceBase, and set much earlier?)
        
        Change-Id: Iddaf7e05d6cb56c28a34884876770753fcf7179e
        Reviewed-on: https://gerrit.libreoffice.org/48246
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-20  Caolán McNamara  <caolanm@redhat.com>  [c68d08a63ed95d96914981fa320afd215a046e72]

        ofz#5514 Direct-leak
        
        Change-Id: I9d77f102ed74ac901fffeac3054a57d172fd9dc0

2018-01-20  heiko tietze  <tietze.heiko@gmail.com>  [0b835ff2d872f3597d5166c25c355ea8e1389f3d]

        Fix Clone Formatting command labels in Writer
        
        Regression of effc05eecb1359239ca7a86103a6fd9fc8424015
        ("tdf#103705 Tooltip improvement for clone formatting")
        
        Change-Id: I3e7bfd95cb0de07d5ca4cd85166f679f7673655c
        Reviewed-on: https://gerrit.libreoffice.org/48201
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-20  Caolán McNamara  <caolanm@redhat.com>  [fc38cb55cc6bc2af12ed4f12d2e7fb1494c3376b]

        ofz#5253 restore some sort of valid state on missing Restore
        
        Change-Id: Ic12e1567f5a3370d1580d8c471ee38d3069568ce
        Reviewed-on: https://gerrit.libreoffice.org/48217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-20  Caolán McNamara  <caolanm@redhat.com>  [c5f88f0dce63c4fb2d208c493c1b06e25318aa61]

        Update config.{guess,sub}
        
        ...to latest versions from <http://git.savannah.gnu.org/gitweb/?p=config.git;
        a=blob_plain;f=config.guess;hb=HEAD> and <http://git.savannah.gnu.org/gitweb/?
        p=config.git;a=blob_plain;f=config.sub;hb=HEAD>
        
        but retain...
        
        commit 25a09c8776cc6088a5b2bf13dc84eb386c26bb7e
        Date:   Wed Jun 7 12:23:17 2017 +0200
        
            iOS, add support for arm64
        
            Added general support for arm64
            Removed experimental/prototype from normal build
        
        Change-Id: I82f9a549bb5004ff25266c50985569af53ba5f0e
        Reviewed-on: https://gerrit.libreoffice.org/48180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-20  Caolán McNamara  <caolanm@redhat.com>  [02514633c8b9299ffefbb18884995af5eef9a7f6]

        Resolves: tdf#115106 don't assume fullscreen is impress
        
        writer can too, so revert this part of
        
        commit 277395b6266c57a7709c3c47986f135f6789c8e7
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jun 13 18:09:08 2017 +0100
        
            make opengl transitions under X flicker free on enter/leave
        
        which should restore matters to its former glory, at this point gtk3 opengl
        transition support now works so it all moot to me now.
        
        Change-Id: I78a8a774aead6482d0541575dbf10ad977ceccc0
        Reviewed-on: https://gerrit.libreoffice.org/48207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [18ada80e3f98318d94b3be8109cd86eda1d095c8]

        WB_NOPOINTERFOCUS can be added after the button is created
        
        Change-Id: I3f06aa8ea4edb981d201210b783c4624ffd68d16
        Reviewed-on: https://gerrit.libreoffice.org/48175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-20  Jon Nermut  <jon.nermut@gmail.com>  [a468fef9ac977e812e83e3cce462b75d8d24c64d]

        iOS: keep track of doc part
        
        - implement swipe left/right and tap gestures for presentations
        - move some classes to their own files
        
        Change-Id: I3ddd3e17ec809c87097d5515f08038bbc969764f
        Reviewed-on: https://gerrit.libreoffice.org/48231
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-20  Jon Nermut  <jon.nermut@gmail.com>  [a41ec55c8c86f962392cd64edc382a6eae113cfd]

        iOS: Fix debugging in xcode by making include path non-recursive
        
        it was picking up the wrong headers in the debugger
        
        Change-Id: I0bf6a10504e3b3e9a6eb13355f3f8a4f63a15a1e
        Reviewed-on: https://gerrit.libreoffice.org/48230
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-20  jan Iversen  <jani@libreoffice.org>  [cc2b9a257b6436ab6f84d6e158a64c09b0937eb6]

        iOS, remove double [bootstrap]
        
        two bootstrap sections in one rc file seems wrong.
        
        Change-Id: Ic7f8eac2d3d07b35736d11ad1fbe705135cb1785

2018-01-20  jan Iversen  <jani@libreoffice.org>  [feb601b75142f3234bb51f9566a70c4db488a061]

        iOS, allow unorc to be read
        
        One reason why init did not work, was that it did a throw due
        to a wrong path on unorc
        
        Change-Id: I928f25358befe05f8986e9ebcffda27e8beb397c

2018-01-20  Rene Engelhard  <rene@debian.org>  [24702687433842a6e9e8a1070ead46c035192bf3]

        deb#887593 use child profile for gpg
        
        see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887593#41
        
        Change-Id: I365de8bf8a43a1aa304c5206a1f0c29d6a44855e

2018-01-20  Julien Nabet  <serval2412@yahoo.fr>  [619a06d2712e340e82dfd701a0c6363058929c27]

        tdf#115100: fix assertions in svdglue.hxx
        
        See bt:
        https://bugs.documentfoundation.org/attachment.cgi?id=139225
        
        See comments
        https://bugs.documentfoundation.org/show_bug.cgi?id=115100#c2
        https://bugs.documentfoundation.org/show_bug.cgi?id=115100#c3
        
        Change-Id: I21266bdd809d3e13ca403ec46e51e9aa86487bb9
        Reviewed-on: https://gerrit.libreoffice.org/48235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b670e88bc1505ef33d71da745ff96dac400ecb0f]

        loplugin:emptyif (macOS)
        
        Change-Id: I0abd0ace30f172d0991be697e6f78edd50ddeaaa
        Reviewed-on: https://gerrit.libreoffice.org/48214
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-20  Stephan Bergmann  <sbergman@redhat.com>  [09dc5c51fa0de04e110190c08678758451b7f9c5]

        RowInfo copy ctor was presumably killed in error
        
        ...by 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 "loplugin: unnecessary destructor
        sc"
        
        Change-Id: I67868187565cb25b40a6380298deaefca0d76b0b
        Reviewed-on: https://gerrit.libreoffice.org/48218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-20  Stephan Bergmann  <sbergman@redhat.com>  [fc528a468061e165ee29f0ca450245331da3ef93]

        More loplugin:cstylecast on macOS
        
        Automatic rewrite (of loplugin:cstylecast and loplugin:unnecessaryparen) after
        cab0427cadddb3aaf1349c66f2fa13a4234ba4b2 "Enable loplugin:cstylecast for some
        more cases" and a409d32e7f6fc09e041079d6dbc3c927497adfed "More
        loplugin:cstylecast"
        
        Change-Id: Iff4877e8a42804c952c48c13332caf0a83c92870
        Reviewed-on: https://gerrit.libreoffice.org/48216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0b87fdcad55d1927241073bc15c174168c5e0c1d]

        Remove dubious test
        
        ...that fails for me on at least one macOS and Windows machine each (with 180
        and 230, resp., instead of 116), and where it is unclear why only a value of 116
        would be correct (and where that specific check was not present before
        95307f2ca73480176634e5cc46d96a19b735e87b "tdf#45904 Move
        _SpreadsheetViewSettings Java tests to C++", cf. my comment from 2018-01-17 at
        <https://gerrit.libreoffice.org/#/c/47625/> "tdf#45904 Move
        _SpreadsheetViewSettings Java tests to C++")
        
        Change-Id: I16475ecaa853220ffe9e1d6dcf403302b04f4572
        Reviewed-on: https://gerrit.libreoffice.org/48215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-20  Stephan Bergmann  <sbergman@redhat.com>  [06bf579a007f33a1726197c92125b7475836e3ef]

        BPixel has a default ctor zero'ing its members
        
        ...so no need to do that again in the body of the BPixelRaster ctor (which had
        needlessly been done ever since the code's introduction with
        6f769fb8aaab1f899b3ca4551f6a8df2953cd938 "INTEGRATION: CWS aw033").  And
        BPixelRaster::reset appears to have otherwise been unused, so can be removed.
        
        Change-Id: Icd8e09bfe225be2c6695d8a137c271dca5a70de7
        Reviewed-on: https://gerrit.libreoffice.org/48184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8b227f7d9ae623c0e516b07ced2b0e4e2728d68b]

        Updated core Project: help  237f881e17efb3091d93430fa287eab9b9d6b915
        
        Some copyediting
        
        • Fixing usage of phrasal verbs “check in” and “check out”
        • Adding some missing prepositions
        • Removing some pointless abbreviations
        • Avoiding a reference to a “timer” that’s more precisely a stopwatch
          but not quite…
        
        Change-Id: I37828f85065f17a16365caa45fd5913b771c4bec
        

2018-01-20  tagezi  <lera.goncharuk@gmail.com>  [22dc2e5cd3e06e12f08dbb86df2df86860d301d6]

        tdf#39593 deduplicate code in ScCellShell
        
        Change-Id: I764edf0c1fb093bf64ea3ea91f98f8586d9549f5
        Reviewed-on: https://gerrit.libreoffice.org/47017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd2c076f6478c6f06f9834f599f6c65354039d60]

        EPUB export UI: show remaining metadata from the doc model
        
        Title is not special in any way, showing author/language/date has the
        same benefits.
        
        Change-Id: Ie05071b88d7fa53ad0e39927904ea5e122a66c9a
        Reviewed-on: https://gerrit.libreoffice.org/48183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e725836ec19858be83bf6f7f251dd52dbcdf31d6]

        loplugin:unused-returns in filter,tools,xmloff
        
        Change-Id: I7a57be7e241883adac4417baa699a97d6304a631
        Reviewed-on: https://gerrit.libreoffice.org/48188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [73139fe600fc1399ae828077981a2498cb0a0b0c]

        loplugin:unusedmethods
        
        Change-Id: If00b0e659e1818c29ae39b89f8b4f7ea29d14986
        Reviewed-on: https://gerrit.libreoffice.org/48185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [d728d5d192e6f100d64ffa2e267055a451e9e403]

        loplugin:useuniqueptr in SvBaseLink
        
        Change-Id: Iaa133fa7f3b4bc4adea1c1568015327b1694161b
        Reviewed-on: https://gerrit.libreoffice.org/48169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-20  Julien Nabet  <serval2412@yahoo.fr>  [daf1b10f4e266818b6e14f0f1dfddd66f0a3a2f0]

        tdf#115079: check that row frame belongs to table frame to avoid segfault
        
        A row frame may not belong to a table frame, when it is being cut, e.g., in
        lcl_PostprocessRowsInCells().
        Its SwRowFrame::Cut() has been called; it in turn called SwLayoutFrame::Cut(),
        which nullified row's upper in RemoveFromLayout(), and then called Shrink()
        for its former upper.
        Regardless of whether it will be pasted back, or destroyed, currently it's not
        part of layout, and its height does not count.
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=139171
        
        Change-Id: I4010e1f246a3ebb89b3f972a03619a2775146da4
        Reviewed-on: https://gerrit.libreoffice.org/48089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-20  abstatic  <x.abhishek.flyhigh@gmail.com>  [4edc58af369244fb734d34fee027237624cca9e6]

        tdf#112373 Using vector of struct to manage hunspell dicts
        
        Currently we use arrays allocated on heap for initializing
        available locales and dictionaries.
        
        This patch encapsulates all the different objects
        related to a dictionary into a strcut dictItem.
        
        unique_ptr is used for hunspell, also uses o3tl::make_unique for creating them.
        Used 'reserve' for better memory allocation of vector.
        Removed unused member and local variables.
        
        Change-Id: I6309c681790cfec4ee9b11119937063bc414cf1f
        Reviewed-on: https://gerrit.libreoffice.org/48109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-20  sleepingpillow  <sleeping.pillow@gmail.com>  [ab1587fc825080ca9e66edba69021d49407687dd]

        tdf#113854 - Switch Cross-reference "above" and "below" in Swedish
        
        These two words is switched for some unknown reason. It looks like it was done
        by mistake.
        
        Change-Id: I723e91bb93eed054969a09170d8307017187586d
        Reviewed-on: https://gerrit.libreoffice.org/48228
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [312aaa0f8deb571fd507a0fa7af74b16cd1b7000]

        loplugin:redundantcast (after loplugin:cstylecast, macOS)
        
        Change-Id: Ife73b464b39c1556f4549226d835d6c8f2b50c1a
        Reviewed-on: https://gerrit.libreoffice.org/48191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a70a8d26f149f6af6443446a97ac515e0dba0d50]

        Updated core Project: help  f8887d3de3a414cd677126484a56f7a29d88af67
        
        Nope, that’s not what the button does
        
        See core commit b1a6a99b9a78689c6d3649ce066fad66912188e2.
        
        Change-Id: I70456817e1956d6e213468583e0e16b06a69b303
        

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [2a055c05381824644cc9c71615578dbb9c6976e3]

        scp2: also try VC141_CRT_*.msm
        
        Apparently the MSMs have been renamed in Visual Studio 2017.3 but only
        configure was adapted, not scp2.
        
        Not sure if these MSMs are still relevant given the new
        gid_File_Vcredist_Exe thing.
        
        Change-Id: I4fe27c8298b3a2024acc62d12ce8ea67e2eca80d

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [c799f159c541fe4835eb02c2e518b54a55d392bb]

        firebird: recognise MSVC 2017.5 (which defines _MSC_VER=1912)
        
        Change-Id: Ic526bc3babfd342fd2ebb10003639d600a668ae5

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [0c3838bd080b47c935f26aed23d6c086fa87b27c]

        fix libxml2 dependency on icu
        
        liblangtag build runs a "reg2xml.exe" which requires the ICU dlls in
        instdir.
        
        Change-Id: Icf44c51e802636de613f76a25fb16a567a8d982d

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [b4a7cd3014344d53497283610ce6a06dbc51f053]

        gbuild: disable gb_COLOR on WNT for now
        
        The Cygwin terminal swallows colorful error messages, which is unhelpful.
        
        Change-Id: I2005994eb76fdba1dc49efc2988e38ac460d6724

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [f69e2f739ca3c23c9de055c8600c867e864cd4ff]

        ofz#5475 Integer-overflow
        
        Change-Id: I11d706c544698d57b75231e33e3d49f1ac1d4d73
        Reviewed-on: https://gerrit.libreoffice.org/48159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [25d159dd764d917a04e46819bb8efcc2a6067cd6]

        ofz#5477 if the para is already oversize, nums would go negative
        
        Change-Id: I183e1377747f662da1204e90a24fb4f8f2268699
        Reviewed-on: https://gerrit.libreoffice.org/48156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [78a5ed18dc3368cfa78cfcfb54a08c600b4c0ab5]

        loplugin:redundantcast (after loplugin:cstylecast, macOS)
        
        Change-Id: I4b40f768ec6b0e42e91d7a6af6d5c23a94ab9e9d
        Reviewed-on: https://gerrit.libreoffice.org/48192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9ece0b1adae5e52c4301005514fb54750e860f6f]

        loplugin:unnecessaryparen (macOS)
        
        Change-Id: Ie4ae8459c0afbeac0cad1b8a30dad02535d558dd
        Reviewed-on: https://gerrit.libreoffice.org/48190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [8ea2f31429475a40e22d5e86471228308526fb1e]

        34 new autocorrect words pt_PT
        
        Change-Id: Ic5b13b2d21b7c429782a8c6cbb2be65be3a94aea
        Reviewed-on: https://gerrit.libreoffice.org/47405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2018-01-19  Mike Kaganski  <mike.kaganski@collabora.com>  [8da0832fe5f216768e3c4f17334ed15ef7b4de85]

        Don't create database files in $HOME
        
        Regression from commit 46b3202bf883618f1585850191c19776861013ed
        
        Change-Id: If8e0b309274ea14e996e0dde2d1ee9b49ff0f737
        Reviewed-on: https://gerrit.libreoffice.org/48173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [57a70245f5ad4b8bb722c1dc0aaa06f3d42965f4]

        loplugin:useuniqueptr in SvDDEObject
        
        Change-Id: Ia7f98a84bd42289ef0673b52e5e74a6a24554402
        Reviewed-on: https://gerrit.libreoffice.org/48168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-19  Eike Rathke  <erack@redhat.com>  [2e832eff2fea4005fb43521593f979657ef7c111]

        Don't push error twice
        
        No harm was done as the stack is cleaned up afterwards, but it's wrong
        anyway and having to push the result downwards during cleanup is
        unnecessary.
        
        Change-Id: I0b2c153c9791ce5c287d340bac466c19cd6a5703

2018-01-19  Justin Luth  <justin_luth@sil.org>  [254c80037a3939c110d5c66fef6c28caf47625e5]

        writerfilter: move TopContextType==Para requirement
        
        This is prep work for tdf#95377. I need this function to
        run when there is no TopContext. This function doesn't do anything
        with the context, so in that regard I wonder if it is even
        necessary? My guess would be that it is a leftover piece from
        discovering the fix for n75883.
        
        However, to avoid causing a regression, I'm just pulling this test
        into the calling functions. (Of the three instances
        calling this function, two need to be contextless..)
        
        This is not truly NFC because if the followup patch is reverted,
        then this one will cause a change. But that is actually OK, because
        if my follow-up patch breaks because of these two functions changing
        to become contextless, then I'll be better able to pin-point the
        reason for the regression.
        
        Original commit adding this function was
        commit 2123ede032ca64f696ef54af4ad3238974ca2b5d
        
        Change-Id: I471aa852aa48527d69e0343a2ac28fa6e8acb209
        Reviewed-on: https://gerrit.libreoffice.org/48062
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [432f4369cdb62fd05abbde50804ff4e1d5011f39]

        coverity#1427648 Dereference after null check
        
        Change-Id: Ib4be7b819a5ba68d78d98d8ae05d755898f3cad1
        Reviewed-on: https://gerrit.libreoffice.org/48136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [d633d8455aff440a5b573cfa34557c7310e688a1]

        refactor to look prettier
        
        Change-Id: I3bf7ce76516f7c930e564791109ff72fb5b87d52

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [4d27776a8c570ae4fc525c78ecd135c30dc7ae49]

        coverity#1427647 acknowledge Resource leak is deliberate
        
        Change-Id: I9d4beccfa7ca8953360d67d08a3b2f04d2ccfed9
        Reviewed-on: https://gerrit.libreoffice.org/48178
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [8da8e5bf24bbcaa35d5d58d32ca3c173bda62a65]

        ofz#5483 Integer-overflow
        
        Change-Id: If364a961f5e144cc0f3572108020c99db6febfb8
        Reviewed-on: https://gerrit.libreoffice.org/48177
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [13624b479698b0c1d0c3bc8f95ab632ab9c4c779]

        out of date 'define private public' comment
        
        Change-Id: I21663a7eef846244f330b3236a2ff1a2efae15bb
        Reviewed-on: https://gerrit.libreoffice.org/48174
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [657da4697379274295e9fd32d3abc1334ebd50d2]

        tdf#115088: Pasting multi-line text from external source behaves strangely
        
        Regression from:
        e68b6e349c31ac1376e90218013e1e7612f2b522
        
        AppendTextNode might be sufficient for import (when there is no
        content in the document), but for clipboard operations better to
        use the original SplitNode method.
        
        Change-Id: I7de3e9bc9c5356acb0b4cc43927a0d39079522b2
        Reviewed-on: https://gerrit.libreoffice.org/48124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [5ea8854d3cac2d31b86838f09bdc628ba7b6a4de]

        -Werror,-Wunused-variable
        
        Change-Id: I1bcfe0dabd61a2157bc4a48ea54413882ecaaabc

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [a34a251ca4e4feeb31a96a88e3ac0add3cc22866]

        loplugin:redundantcast (after loplugin:cstylecast, macOS)
        
        Change-Id: I349eb6c3c2408729799d35316ab75bb05920021f

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [eb98ae7c9b8973b87a58a4a4820cde12c42ada82]

        sw: loplugin:unreffun
        
        HTMLTable::FixFillerFrameFormat is unused now.
        
        Change-Id: Ic09d9585368ead7317325068eabb0171b76b6a9b

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4a066c3e4b7ebcdb16ffcb88b6b2c744c127ea1]

        inline some defines
        
        which don't add any value anymore
        
        Change-Id: I45977d972d4d02926630b749d3ec736416138cf5

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [be8c414567f49242164b1fdfb12764b16be355c1]

        loplugin:unusedmethods also check for functions returning bool
        
        we were previously excluding them
        
        Change-Id: I48a68799b0de60b4995fae541eb363e043d4dd11
        Reviewed-on: https://gerrit.libreoffice.org/48167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [be94207ecb88a9005ee6624e354d70c9613d7653]

        new loplugin:emptyif
        
        Change-Id: I1092115a0ceb3a5e6680a4b724b129f98a892c42
        Reviewed-on: https://gerrit.libreoffice.org/48128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7d9a5d886f4ba5c61d3c5602a9825510c68eea41]

        Updated core Project: help  d860405baeffb4cb6b1a32274d2c2b609ef8deea
        
        Correct Catalan spelling
        
        Typo introduced in 01879555450189381cc02517433807056b193af8
        
        Change-Id: I9978ec8b238493a501981e192aa92547f2c1fe5d
        

2018-01-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b8d48b7051dd3cf971b2e31432477801606ecdee]

        Updated core Project: help  02e87fe2b0027c725075154f9172e9fb99ef9589
        
        Add more localized strings for new Help
        
        Change-Id: I8c0cdcf8cf1ce64a407c98f4619a46b08c259b7d
        Reviewed-on: https://gerrit.libreoffice.org/48186
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3feafa82dd2cbb16423a69f7bacef5524376cc7a]

        Call new help
        
        With contributions from Kendy
        
        Call new help
        * If LibreOffice online, call help online
        * If no local help, call help online
        else call offline html help
        if offline help return false, call old-help
        
        * left tempfile to be deleted when LO exits (ESC)
        
        * hasHelp function now check if the right locale exist
        
        Change-Id: I14893e8ba4998773706b9cf8164636475d1f2356
        
        Fix HIDs with a ':' inside
        
        Change-Id: I17b7c96b6b0003e8d933131b7b251f3191389a0f
        
        Call new help directly, fix locale issue
        
        Avoid passing by a html file that is necessary only in
        the online case.
        
        Fix path location of help/ folder
        
        Implement fall back in languages
        locale -> lang -> en-US.
        If none of the theree above, call online help with locale.
        fix scope
        
        Change-Id: If92673594c92e0d5a6064bc0e0bb4b66a52730ec
        Reviewed-on: https://gerrit.libreoffice.org/47748
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2018-01-19  Ward van Wanrooij  <ward@ward.nu>  [52d9378a683c4e33e0a3dd7c6fc6f2c0dfc60125]

        vcl osx: fix decimal separator key when localized
        
        If you use OS X and an international locale (e.g. Locale setting:
        Dutch (Netherlands) and select Decimal separator key: Same as
        locale setting (,) in Preferences/Language Settings/Languages using
        the decimal separator key on the numeric keypad still results in a
        '.' instead of the expected ','. Tested and confirmed using latest
        LO build on 10.11.6 and 10.12.6 using both the wired and wireless
        Apple keyboard.
        The cause for this is that the decimal separator key sends a
        KEY_POINT (like the regular . key on the alphanumeric part) and
        the code expects a KEY_DECIMAL for the decimal separator key.
        Fixed by changing the combination of KEY_POINT and mask
        NSNumericPadKeyMask to KEY_DECIMAL.
        
        Change-Id: Iaf1ecf538c3e1a49ad512851cf16dd4dd991cb06
        Reviewed-on: https://gerrit.libreoffice.org/45362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b3fc12b713163428c111e62948c3e40ce931db5a]

        Updated core Project: help  ea4a7345bc1cbcbff3fb4355d0e4f4954f8afa7d
        
        Fix detection of bad help call
        
        remove single quotes
        
        Change-Id: Ia7951508cbf0a49ae029588e1d254de5f3942f12
        Reviewed-on: https://gerrit.libreoffice.org/48165
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-19  Kshitij Pathania  <kshitijpathania@gmail.com>  [4f344f025a2fe0b8f2359aaf74a91f209e196923]

        tdf#111747 Enabled position protection immediately after protection is checked
        
        Change-Id: I10409fe9e6eb7b932496346224952a7c4012cb38
        Reviewed-on: https://gerrit.libreoffice.org/46192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2fd69e3c95723eb41ee35c9ff288bef027d2d8b]

        sw: remove no longer building ww8toolbar dump code
        
        Such dumper code for other ww8 features is in the separate mso-dumper
        repo.  If it is found really useful later, it can be still restored and
        fixed up to actually build, though.
        
        Change-Id: Id542fef9c0111c8bc88b943e268c9a02f3503d72
        Reviewed-on: https://gerrit.libreoffice.org/48161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2a6bf230e2efaca24076773b1789765eed4e83c2]

        Fix typos
        
        Change-Id: I98279a1f4020be95c57390fd163ebe740f8cca9d
        Reviewed-on: https://gerrit.libreoffice.org/48171
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cc4d41fb7c3566177e30c9e6b5e2bb5c2191e5fb]

        Fix typos
        
        Change-Id: Icadf5cb88024b8889d49dc9c5210d0de8deaed3b
        Reviewed-on: https://gerrit.libreoffice.org/48172
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [acab4a99dcab546927712657c3ca4399a1b06fbb]

        Unit test for tdf#114488
        
        Change-Id: Ib9430d2c1cc05c7b73273270f8f96e716fc4dc3f
        Reviewed-on: https://gerrit.libreoffice.org/48129
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-19  Mike Kaganski  <mike.kaganski@collabora.com>  [0f46830130bfd139af35a787133b778b85c96b89]

        Remove noop
        
        IsTableNode() is true when m_pTableCursor is not nullptr.
        So, GetCursor() is only called when it is nullptr.
        In turn, GetCursor() only does something if m_pTableCursor is not nullptr.
        
        This is so from the beginning (commit 84a3db80 from 2000 already has it).
        
        Change-Id: I258129fc1bab0e3e5591702af1158c1ec2579d8d
        Reviewed-on: https://gerrit.libreoffice.org/48144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-19  Michael Stahl  <mstahl@redhat.com>  [a86db7b2b6f7bc8125db5d9c87348d6a9591c872]

        sw: HTMLTable::m_pTopTable is always "this"
        
        Ever since commit cc144e5544a41acdc703f7d243ad1747b0a2b33d fix for
        i#76959 the pTopTable parameter of HTMLTable was always null.
        
        Simplify HTMLTable by removing dead code.
        
        Change-Id: Ie13313f54d6ee656e56a209bc29bcc77132de269

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [e720e90174cb141531d79c715373fa92f9a9834a]

        SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet*
        
        regression from
        
        commit c40dfabd56ade10fe35690dc9810955c2e99e2c0
        Date:   Fri Jan 12 11:57:22 2018 +0000
        
        Change-Id: Ia97ba286a2da0584a2e806ad7396a3633f9d913e
        Reviewed-on: https://gerrit.libreoffice.org/48160
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [2ee4a46be759489328eb29feeb02880aab1e1331]

        convert these to true asserts
        
        Change-Id: Ifd602f47dd57cdecff3c175d892993072fb82891
        Reviewed-on: https://gerrit.libreoffice.org/48154
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [d216219e69b20341cebcfae2c4aa11b0248993c7]

        pack these without holes
        
        Change-Id: Idb5184e141c5a15d4d77268f8d45ee549c6e9a7f
        Reviewed-on: https://gerrit.libreoffice.org/47714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [d4bb2a9e17c0ce5188cefae8dd6cc16564b29521]

        ofz#5468 Integer-overflow
        
        Change-Id: Ie2792b7dffaffe939778a1546653424ac03ea30e
        Reviewed-on: https://gerrit.libreoffice.org/48105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Caolán McNamara  <caolanm@redhat.com>  [713b261b59e3636890b6a5736c6a3fcc0be647a8]

        crashtesting: failure on import with bogus values
        
        regression from...
        
        commit 7d8e94444d989d0ac4a4055b207726708e9ec0da
        Date:   Thu Jan 11 08:47:15 2018 +0200
        
            convert a<b?a:b to std::min(a,b)
        
        cause old promotion was to the largest type, so with a large 64bit nDiff and
        any 32bit nRequestedBytes the nRequestedBytes was promoted to 64bit, found to
        be smaller than nDiff, then would fit in 32bit. newer code cast both to 32bit,
        resulting in a negative nDiff which was smaller than nRequestedBytes, but going
        on to cause havoc.
        
        Change-Id: I9eb5c61302b3dccf5333c4dfbf9ac92ce49585b5
        Reviewed-on: https://gerrit.libreoffice.org/48155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [64c9bda0b9d43a4b4cc1d40068f0d0fb261fb5b4]

        Remove include of config_global.h from sal/config.h
        
        (where it is not actually needed), and instead include it where needed
        
        Change-Id: I107f8d4002d3001393b89834dd30a30b0c53a792
        Reviewed-on: https://gerrit.libreoffice.org/48152
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9bca3cc18655d02f3c111d692b26339a6e3669d4]

        EPUB export UI: show title from the doc model
        
        It was a bit confusing that the doc model had a title set, it was
        written to the EPUB file but the UI did not show it.
        
        Change-Id: Ife408e0dabd3fe48e8acc1f09be0c86f78ed4b80
        Reviewed-on: https://gerrit.libreoffice.org/48150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9035ee7c90ed5ff78864145fd92241491033c074]

        EPUB export: accept relative links for image popup from default media dir
        
        Previously:
        
        - the user had to copy the linked image to the same dir as the doc
        - set a relative link on the image (in ODF, it resulted in "../foo.png")
        - copy the image to the media dir ("test" by default for "test.odt")
        - export to EPUB to have the image popup
        
        Now, additionally:
        
        - relative link may point to the default media dir (in ODF, it results
          in "../test/foo.png")
        - no need to copy the image
        - export to EPUB creates the popup
        
        So one less step is necessary. The downside is that this way the
        relative URL contain the base name of the document, so renaming the
        document breaks these relative links.
        
        Change-Id: I93894a28393d36a33dcec7bfe7c4a54fd83768da

2018-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5d4166df8ad189761387146966c91d58c28076f]

        EPUB export: handle text frame and image width
        
        So that an image and its caption in a text frame always go to separate
        lines.
        
        Change-Id: I439e370ad3bc8628f80a8db45499f8bffd84ef2b
        Reviewed-on: https://gerrit.libreoffice.org/48148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [49785da100cbb9950023d9d81a767f1583a6ea9e]

        ...and another
        
        Change-Id: I06aa51f0f46f3708540ebb218387cb028b9e65d3

2018-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c4d5021000584ac541e4d0323586c4ff926173f]

        EPUB export: fix validation error on invalid relative links
        
        It's valid to have a relative link that points nowhere in ODF, but the
        same is not true for EPUB.
        
        Change-Id: I7884032e277a0c53d0c513cea70dd2ee29ccd85c

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [cc2ee044d9fc34d112842ca6e4150567238c7e4f]

        Blind fix for sal_Int32 = long
        
        ...after 252ce90e39648c47bcfdb39547d0ac82bacdbae6 "sw lokit: add page syles to
        header & footer"
        
        Change-Id: Ia0b3f8194d889fc1022da08bac06c85cbb22dd3b

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [587f0b03c3ba5bdea12cd3cfc9564a70b77a54e9]

        Blind fix for Android
        
        ...after 022588bf2060a53ae70db6b0f1de713e4ba3ee6a "Include
        android/compatibility.hxx from ubiquitous sal/config.h"
        
        Change-Id: I58c620fd25add4758ec981c9812811916fa09db5

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f867ead158730727e5eff0917a037ca0051d9df9]

        Fix callback function type
        
        ...that got broken with c394363c84064c041391627602665ea1fa74db60
        "loplugin:constparams in basctl", causing -fsanitize=function to complain:
        
        > sfx2/source/appl/app.cxx:452:28: runtime error: call to function basicide_handle_basic_error through pointer to incorrect function type 'long (*)(void *)'
        > basctl/source/basicide/basobj3.cxx:48: note: basicide_handle_basic_error defined here
        >     #0 0x7ff6340234aa in SfxApplication::GlobalBasicErrorHdl_Impl(SfxApplication*, StarBASIC*) sfx2/source/appl/app.cxx:452:28
        >     #1 0x7ff63401cbef in SfxApplication::LinkStubGlobalBasicErrorHdl_Impl(void*, StarBASIC*) sfx2/source/appl/app.cxx:434:1
        >     #2 0x7ff639142148 in Link<StarBASIC*, bool>::Call(StarBASIC*) const include/tools/link.hxx:84:45
        >     #3 0x7ff63911f350 in StarBASIC::RTError(ErrCode, rtl::OUString const&, int, int, int) basic/source/classes/sb.cxx:1681:37
        >     #4 0x7ff63965aafe in SbiInstance::Abort() basic/source/runtime/runtime.cxx:518:16
        >     #5 0x7ff639664363 in SbiRuntime::Step() basic/source/runtime/runtime.cxx:865:28
        >     #6 0x7ff6392ec321 in SbModule::Run(SbMethod*) basic/source/classes/sbxmod.cxx:1141:25
        [...]
        
        Change-Id: I66bd1ca720cebca4fb5fd52d86920de3fc7a604e
        Reviewed-on: https://gerrit.libreoffice.org/48142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [697f01e052ae73e88d7e1a37386f2648d57e12e2]

        SAL_W32 is just an alias for _WIN32
        
        ...so consistently use the latter instead of the former
        
        Change-Id: I144d5e7c472632f93b2258461510346bc85892d9
        Reviewed-on: https://gerrit.libreoffice.org/48135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [161af2120f41f34fe562f677907ccfba41f7012a]

        Don't set autogen.sh KEY=VALUE arguments as environment variables
        
        > Jan 18 15:18:25 <sberg> tml__, do you remember anything about
        >  e3a07b8a6cc03b6d5063e4da5a474d8c91a84b0a ? looks odd to add configure
        >  KEY=VALUE args to the environment
        > Jan 18 15:18:27 <IZBot> core - Include environment variables already in
        >  autogen.sh's environment -
        >  http://cgit.freedesktop.org/libreoffice/core/commit/?id=e3a07b8a6cc03b6d5063e4da5a474d8c91a84b0a
        > Jan 18 15:22:54 <tml__> sberg: not really any recollection, sorry
        > Jan 18 15:23:09 <tml__> sberg: are you sure this isn't what makes it possible
        >  to have CC=clang etc in autogen.input?
        > Jan 18 15:24:07 <tml__> or maybe this is related to propagating stuff when
        >  make re-runs autogen.sh?
        > Jan 18 15:24:28 <sberg> tml__, configure already takes care itself of its
        >  KEY=VALUE command line arguments
        > Jan 18 15:24:36 <tml__> sad that I didn't write a better commit message
        > Jan 18 15:24:55 <tml__> feel free to revert it, and see if anybody notices;)
        > Jan 18 15:25:04 * cloph_away used it for CC/CXX and devtools repo
        > Jan 18 15:26:11 <tml__> cloph_away: yes, but I think sberg says that should
        >  work anyway, even without that commit
        
        The only reading from ENV after that code in autogen.sh (both today and at the
        time of e3a07b8a6cc03b6d5063e4da5a474d8c91a84b0a) is the
        
          if (defined $ENV{NOCONFIGURE}) {
              print "Skipping configure process.";
        
        check, which would now no longer work if you pass NOCONFIGURE= as an argument
        to autogen.sh (in autogen.input or on the command line) instead of as an
        environment variable.
        
        Change-Id: If50639978190d219b063ff39f81e29d2054c0443
        Reviewed-on: https://gerrit.libreoffice.org/48133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2f9ee54cb7fa8767e43515bde1969f74be2533a8]

        Also strip leading whitespace from autogen.input lines
        
        ...which allows to align --enable/--disable switches on the part being en-/dis-
        abled, as in
        
        > --disable-assert-always-abort
        >  --enable-avahi
        >  --enable-breakpad
        >  --enable-build-unowinreg
        > --disable-ccache
        
        for better readability
        
        Change-Id: I490402c74ea1ee535deee6ef79274b588b614820
        Reviewed-on: https://gerrit.libreoffice.org/48130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [74403516c94a49d8878eb5c0224e6994f204cd2a]

        loplugin:useuniqueptr in EditFieldInfo
        
        Change-Id: I8c4cc4ab212409bce54b64d59d07d77a924ed11c

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [330cae474bedd303e94c9fab991baaa8390f6b53]

        loplugin:useuniqueptr in SfxAppData_Impl
        
        Change-Id: Ic8b02f5c6582a992b64f31435332ee37d826ad48

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [44853cc8be2c7c6174b353e849a757aefa49f604]

        loplugin:useuniqeptr in SbxVariable
        
        Change-Id: I788ec594589d9708e12db83a7371b5a8d9fed38c

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [000fa4c4952cdc3d63f91a63eb4b3da83e5990ca]

        loplugin:useuniqueptr in SbiStdObject
        
        Change-Id: Ic66d817746de423549c87f58068e47f9942d04fd

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [24cbc7a1fc857748dfba31b426f786307b779d48]

        loplugin:useuniqueptr in SbUnoMethod
        
        Change-Id: Ibeae1754a18152c3a17379c95e3caa536a8822db

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [59548784486cfa42662490432474431f760dacc1]

        loplugin:useuniqueptr in SbiGlobals
        
        Change-Id: I0ebec3193b4369039f90be4223ebdf6d048b8478

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [263d7325691f4b0a1bda155f1c53bbcf712e9f09]

        loplugin:useuniqueptr in SbModule
        
        Change-Id: I20525bd69c91ff35c9e569525a0d4556bc184982

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [9653ac69f8c9fdfcd353a1b15c701139dd541e9b]

        loplugin:useuniqueptr in EMFPBrush
        
        Change-Id: I86622a13583137605bf2b6468113da2eb5e4ee0b

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [fb3091bfc73cb321017f47d87dc8cb782b9a58d8]

        loplugin:useuniqueptr in EMFPPen
        
        Change-Id: I2c3c7be4bc3b43f03c45724e7a002e862b50f24b

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd590fd04f36553262eefd70e5f08c8b23a38c9d]

        loplugin:useuniqueptr in GeoTexSvxMultiHatch
        
        Change-Id: I3d25a50ed7ebf78214c0d358243f7e286503b8f8

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b0a74a4e0fe0c784da62a730d10e8c75e4c7bad]

        loplugin:useuniqueptr in ZBufferProcessor3D
        
        Change-Id: I73005afdaf20efe15321a2a073beb3ae4f7a63e3

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9894d68ea67f5fc5810bfb4ece5d9af0c16749a]

        loplugin:useuniqueptr in SvgRadialAtomPrimitive2D
        
        Change-Id: I00d1772732075848b25eb34d7c4b0386551c7e5f

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b63eea0d4e43ffa23c889519011c870a9a55e58]

        loplugin:useuniqueptr in EMFPPen
        
        Change-Id: Icc50b2ff1d6c7490b67d39aed7c3621b74c03bac

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [42b80f4ed300b08074ed3a6dd48679afd5af760a]

        loplugin:useuniqueptr in EMFPRegion
        
        Change-Id: I19107173318180ec08864e523f4065181eac00cc

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f2db2c124c3054d2895c797f2564cff51bdfdda]

        loplugin:useuniqueptr in EMFPBrush
        
        Change-Id: I17fc33cfd7c15734fd961fa76c676424900a4373

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [96c85e7d107ad0d79295349f01cd8578ce7daeba]

        loplugin:useuniqueptr in hwpfilter
        
        Change-Id: Id276015425ea7de3cf55b9ef21b4e7ce54c2ce47

2018-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [61bfcf16dc6e4cedcd82b51a646b89909f035f2d]

        loplugin:useuniqueptr in idl
        
        Change-Id: I3681d119dda85400dbb33c96fab736c262f7ce8a

2018-01-19  Mike Kaganski  <mike.kaganski@collabora.com>  [13e55cedd2944c41f3f4fe7032cfea1ef9e6015d]

        tdf#115065: nullptr dereference
        
        Change-Id: Iafaaafdabf9fb7947fa0b03cd38d3b4a567a41b9
        Reviewed-on: https://gerrit.libreoffice.org/48110
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Julien Nabet  <serval2412@yahoo.fr>  [4e035a609edb3d8435456e1b9a5fed279821f064]

        Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cf
        
        Change-Id: I853a949e68d192c48a90321a8b3b75a5d443638b
        Reviewed-on: https://gerrit.libreoffice.org/48111
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Stephan Bergmann  <sbergman@redhat.com>  [c08d6e581fce4df501b84d5ad6349905db888863]

        xSheetDoc cannot be null here
        
        ...as the UNO_QUERY_THROW above would already have caused an exception
        
        Change-Id: Ie0453b67716c64ddaddfa6becd498952a497be63
        Reviewed-on: https://gerrit.libreoffice.org/48106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-18  Ahmed GHANMI  <aghanmi@linagora.com>  [6cb011cc644d8f2e189ce5b8e5de7ff297969840]

        tdf#114720: Fix subtotal crash
        
        A condition was added in order to not make subtotal
        functions if category was not checked.
        
        Change-Id: I56f11330fa16bf0d3199576ce2545cbc8d13e864
        Reviewed-on: https://gerrit.libreoffice.org/48099
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2018-01-18  Rene Engelhard  <rene@debian.org>  [d4440ce6b5964d08be1e5841ed301112b260823d]

        update copyright years
        
        Change-Id: I634c1132265295f90f624a53b93dddb2b18eabd5

2018-01-18  Rene Engelhard  <rene@debian.org>  [c6a19889e91f2585453636667e3d5779b153ab86]

        deb#887593 apparmor: allow soffice.bin reading .mozilla/firefox and .gnupg
        
        Change-Id: I74b57cd510b1babbb4a537d307a6ffc9ee1d9ce5

2018-01-18  Rene Engelhard  <rene@debian.org>  [e64e7da9b222cebfdff270059f5182e71b667796]

        deb#887593 add gpg and gpgsm to soffice.bin apparmor profile
        
        Change-Id: I4b37be72ebec86b9360ea2594b26815ddaab60cd

2018-01-18  Rene Engelhard  <rene@debian.org>  [616af7d9bd2e75e4bf9224ef8301c7e6b1b4d972]

        deb#887593 add #include <abstractions/X> to oosplash apparmor profile
        
        Change-Id: Ib9595b1e0fe888a6698c3c508a24390d3798b3e4

2018-01-18  Stephan Bergmann  <sbergman@redhat.com>  [022588bf2060a53ae70db6b0f1de713e4ba3ee6a]

        Include android/compatibility.hxx from ubiquitous sal/config.h
        
        ...instead of having to add it to more and more individual .cxx files, as the
        need arises.
        
        Change-Id: If1e893c79abf1c1bb7fb7b89dcb9bd423a7f1b94
        Reviewed-on: https://gerrit.libreoffice.org/48108
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-18  Caolán McNamara  <caolanm@redhat.com>  [8b23cd3d73feddc9363e3c8ebf7409fe5031f47c]

        Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabled
        
        Change-Id: If7942ec9d4cd40f29fae2b9a8f76df1ef08bfc17
        Reviewed-on: https://gerrit.libreoffice.org/48120
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a0f74a184f2057ebfca0d6f913a15d0a7542204b]

        adjust path to generated apk to new defaults
        
        current android-gradle plugin creates the apk in dimension/flavor/variant
        (whatever you want to call it) specific directory
        
        Change-Id: I5514fe53c5c8c556d194a0f06ad6167b0b1cc98e

2018-01-18  Caolán McNamara  <caolanm@redhat.com>  [a46ff530d4cf3d7d87fc58f0c9201949b8cb832d]

        ofz#5471 Null-dereference READ
        
        Change-Id: I5af76b87c3793c7ec7ac41ab25bb4de5d81fc3cf
        Reviewed-on: https://gerrit.libreoffice.org/48123
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-18  Stephan Bergmann  <sbergman@redhat.com>  [fe5c763250690cac53550b576f8a793f2d20a791]

        Don't let testSpreadsheetViewSettingsProperties interfere with existing tests
        
        ...by giving each test its own mxComponent.
        
        At least my Windows builds started to fail CppunitTest_sc_tabviewobj with
        
        > C:/lo/core/test/source/sheet/xviewsplitable.cxx:36:sc_apitest::ScTabViewObj::testSplit
        > equality assertion failed
        > - Expected: 1
        > - Actual  : 0
        > - Wrong column
        
        after 95307f2ca73480176634e5cc46d96a19b735e87b "tdf#45904 Move
        _SpreadsheetViewSettings Java tests to C++" added the call to
        testSpreadsheetViewSettingsProperties ahead of the call to testSplit.  (And
        allowing multiple tests to work on shared state and interfere like they
        apparently do here seems rather brittle in general.)
        
        Change-Id: I73a60ae3c703e59852c8e16b09f5897849f5bdf4
        Reviewed-on: https://gerrit.libreoffice.org/48070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [c4d2710c1c42714fd95e99f6f1e1627bfe8881e1]

        Don't allow tearoff under Wayland
        
        as floating toolbars aren't movable there.
        
        Change-Id: I543344946f02d5a336ff738b4d6d9f9b21c595e9
        Reviewed-on: https://gerrit.libreoffice.org/48096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [c5ecb2990123d666dde0d66ce38dc3b9f03802c4]

        Move toolbars to the border window tearoff mechanism
        
        and remove the one from ImplPopupFloatWin. Implemented using
        the FloatWinTitleType::TearOff case, which was unused otherwise.
        
        Change-Id: I82a86e5f5897ce1f2e76a2404bb382cbc007700c
        Reviewed-on: https://gerrit.libreoffice.org/48095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [829b0564959411d0cc64169fe69153a714050c0d]

        tdf#115057 Never use ImplPopupFloatWin for anything except ToolBox
        
        ImplPopupFloatWin draws the window title and frame directly on the client
        window, which is incompatible with .ui layouts, as they try to occupy the
        whole available space. Instead just use a plain FloatingWindow whenever
        possible, and change the border window code to mimic the behavior of
        ImplPopupFloatWin, wrt removing part of the frame of toolbar popups w/o a
        title.
        
        Change-Id: If72ea89e31f913470faad7fcb8083f9b9787c9a8
        Reviewed-on: https://gerrit.libreoffice.org/48094
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-18  Caolán McNamara  <caolanm@redhat.com>  [fa68bed11c180ebb0d45fb7779d538098b2921ff]

        crashtesting: multiple export failures
        
        since...
        
        commit 84392651d2731cce91c3b2e144bed4ac07e4ddf1
        Date:   Wed Jan 3 23:27:16 2018 +0100
        
            tdf#114173 Preserve size of chart legend during xlsx export
        
        Change-Id: Iebc936a0f490d6b707dfee0343732753f56728e7
        Reviewed-on: https://gerrit.libreoffice.org/48147
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-18  Henry Castro  <hcastro@collabora.com>  [252ce90e39648c47bcfdb39547d0ac82bacdbae6]

        sw lokit: add page syles to header & footer
        
        Change-Id: I3c0b0603d1e03f1cc19af4324dd2b909320d9d4a
        Reviewed-on: https://gerrit.libreoffice.org/47687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [494297afe3a14d9aeef6b54515b7dceff5e1cc5f]

        pass context as parameter instead of risk of leaking memory
        
        Also adjust to dynamic permissions after bumping target-SDK.
        
        There still is some confusion about the concept of "external storage" in
        the code. LocalDocuments already is "external storage" - clean that up a
        little and use AppCompat function instead of using a legacy class for
        ExternalDocuments provider.
        Doesn't help for broken ROMs though, that would need guessing pathname
        for a mounted SD (in addition to separate storage partition of builtin
        storage).
        
        Also c6e8c96d50fc2082a3c4b9553196a42bbdd6df37 incorrectly changed the
        conditional around, making the whole ExternalDocumentsProvider useless/a
        copy of the Local one (i.e. the primary, first returned by the system).
        Real fix for tdf#99539 likely was 66be4feef7e0d3661f01fbb2372700de5eeea070
        
        Change-Id: I88ca7742c0f2e89d63c338c8852ad88be0a46e4b
        Reviewed-on: https://gerrit.libreoffice.org/45572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [63860c399b11b09c06e8df284c3d32b336d5e42c]

        enable c++17 for android again after boost auto_ptr has a workaround
        
        see 90d2155912bcee40377620d4836726041a72d537 for boost fix and
        see effe6b3d84302afce3d5095e4f376e7e3bf669e0 for bridges fix for mac
        
        Change-Id: Ic6209ce0927dafd39763ef0b2fabbcaa7abf743f
        Reviewed-on: https://gerrit.libreoffice.org/46002
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3486d0842131533c987e91b2da432266007d5b08]

        Updated core Project: help  c4a18626d14426cbd8884d1028eb248fe3b21c44
        
        Fix typos
        
        Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f
        Reviewed-on: https://gerrit.libreoffice.org/48138
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [49421d41f0dea1fb977f9d0f5e38e548ba25e0a5]

        Updated core Project: help  45e20af8857f8bcd5afa30113eea40ceef7aa3a8
        
        Fix typo
        
        Change-Id: If3ae78fab316a0eaab5b0aeecd41824665a4d498
        Reviewed-on: https://gerrit.libreoffice.org/48139
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2018-01-18  Michael Stahl  <mstahl@redhat.com>  [e1a4a8c180f98aac0ab21a22a6a03d2109c712be]

        ofz#4754 sw: HTML import: fix invalid tables being created
        
        This 75-byte horror creates 2 nested tables, where one SwTableBox is in
        the SwTableLine of the inner SwTable but in the SwSortBoxes of the outer
        table, which is of course invalid.
        
        The root cause is that in SwHTMLParser::SplitAttrTab(), we move the
        m_pPam backward once and forward twice, moving it ouside the inner
        table.
        
        Change-Id: I63f6508afe1270ccdeb05da6f222b0aba5259889

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cda2d47fd556e0593bf415a69cc8dc18abcd1701]

        Fix typos
        
        Change-Id: I633e4921042809c628e55825b70c540767eba1d3
        Reviewed-on: https://gerrit.libreoffice.org/48140
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [858153610849c5448a181e6709a972a54e6ae126]

        Fix typo
        
        Change-Id: I2e60032c1a306742cd73aef8579a0f082fe1a366
        Reviewed-on: https://gerrit.libreoffice.org/48141
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [73c0abb8e001e3f48bbd0d04f11482972fe82fe4]

        No need for an 'if' when the body is empty.
        
        Change-Id: I69e3f2145f95424e7c524127492fd7f8a03ed3ca
        Reviewed-on: https://gerrit.libreoffice.org/48091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [b479e9625475e87546b7945732a0e66a2a9dbb1f]

        lokdialog: Convert the Format -> ... -> Area... to async exec.
        
        Change-Id: I3756bd472b4e54db1d1c9da382d5d655f472bdb7
        Reviewed-on: https://gerrit.libreoffice.org/48080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [cb84fdb368ed4b09d086681fe777a0f4c0f07f76]

        lokdialog: Convert the Format -> ... -> Line... to async exec.
        
        Change-Id: Ieaf440abf819d503d388a8b060dbf7fe6548db9e
        Reviewed-on: https://gerrit.libreoffice.org/48073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [d3dbbdce4eb71ae848e7682374e011c4a6129b15]

        lokdialog: Convert the Format -> ... -> Position and Size... to async exec.
        
        Change-Id: Idcdbfb1366db61e247c31eab5cb27a39978b0fd9
        Reviewed-on: https://gerrit.libreoffice.org/48055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [e6e125946358865990ea999c8a4845ec84eb7088]

        lokdialog: Convert the Format -> Page... dialog to async exec.
        
        This actually also converts the Style -> Edit Style... at the same time.
        
        Change-Id: I4c09fcdfd7a543cce613eaa3620d0b623540d7e8
        Reviewed-on: https://gerrit.libreoffice.org/48043
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [2bd262305cae9b4268c8fb50993119f1bcd7de14]

        sw: Cleanup various unused return values.
        
        Change-Id: Ic0e0c6cfd4b6d79f7c3807ac4300f30343269dea
        Reviewed-on: https://gerrit.libreoffice.org/48042
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4082a18406c18af7b4fcef7bd501c3679c3be56b]

        android: use unified headers and llvm-c++ STL (x86) with NDK 16
        
        gnustl (and others) are to be removed in future versions of the ndk
        also bump gradle and build-tools to current versions along with it
        
        arm unfortunately crashes with llvm-c++, so keep with gnustl for now/fix
        that later
        
        Change-Id: Ic794c3293b599b77ec48096bf3283a99c09cbb79
        Reviewed-on: https://gerrit.libreoffice.org/45163
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-01-18  Pranav Kant  <pranavk@collabora.co.uk>  [0e8d0fe001ceecea95ad7115b835527e13252a17]

        lokdialog: No modal mode in LOK
        
        ... otherwise the cursor in the document goes invisible as soon as the
        dialog is launched.
        
        Change-Id: I77bc30879550b354e1a9593db3c2db7ad3c68193
        Reviewed-on: https://gerrit.libreoffice.org/48126
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-01-18  Caolán McNamara  <caolanm@redhat.com>  [714ba513d3079c36145ed18826141d54d72a1744]

        ofz#5462 Direct-leak
        
        Change-Id: Ic2b7d139ebb6e88fac5cf9f4cf8dbec26905bcdc
        Reviewed-on: https://gerrit.libreoffice.org/48097
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8ff75a0bd02555c528f50eb7c045927b41dc3c36]

        use string-resource with placeholder instead of hardcoded concatenation
        
        as this is more l10n/translation friendly
        
        Change-Id: I1050fb24e0d6e94a2f1ad1605003a9c7010ca7cb

2018-01-18  Eike Rathke  <erack@redhat.com>  [6bc48275558c3f76c4da25eb8af3c48583ac5599]

        CheckLinkFormulaNeedingCheck() for .xls cell formulas
        
        Change-Id: I2587fbc4fec39b6f2c8e733331815a2953dee308

2018-01-18  jan Iversen  <jani@libreoffice.org>  [09449750fe9c698688ae5fb92c9ac4556b2a371f]

        iOS, readded function declaration.
        
        Function declaration got lost in the different gerrit patches
        
        Change-Id: Iec2b0449c0c6e41fb1b5568d6f5651b697a2daa5

2018-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [58758c62e091552624dcd03837d614ba7bd53982]

        Revert "lok dialog: enable MessageDialog tunneling"
        
        This reverts the translations submodule change of commit
        072e3ce1cfea5bb61cc5f3001c288df6deb45613, which was not intentional.
        
        Change-Id: Icdeefe17e2d70b62221b61419b45e18e1317fb9a

2018-01-18  jan Iversen  <jani@libreoffice.org>  [e2ef73648ad9a9d531d563668d85eb6721d88d79]

        iOS, directory creation as part of setup
        
        Corrected sequence for creating directories
        
        Change-Id: I7a148b5568694c67e382e75a2e1629d3e23bf197

2018-01-18  Jon Nermut  <jon.nermut@asdeqlabs.com>  [0c6cfea81e99a815c35b1a0e908a29bc6dc424f1]

        iOS: add a temporarily exposed function that calls CallbackFlushHandler::Invoke in order to manually flush the callback queue. To be reverted once the callback problem is solved.
        
        Change-Id: I95273b8a01eec62f639edd6767f69e02a294d8aa
        Reviewed-on: https://gerrit.libreoffice.org/48101
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-18  jan Iversen  <jani@libreoffice.org>  [bccb5c54cdcaaea09ee8a3929c7bcc4b94972c11]

        iOS, avoid racing conflict in dependencies
        
        WORDIR might be deleted, but generated kept, situation solved
        
        Change-Id: I5847d590affa7f80ef734bf314dbee9a6fc81669

2018-01-18  Julien Nabet  <serval2412@yahoo.fr>  [1abd6be9d8822c40293b412230c175a1d2731fb0]

        Typo: rDesciprtor->rDescriptor
        
        Change-Id: I71987a989e204c9b4039c8a046e55a0857ad8889
        Reviewed-on: https://gerrit.libreoffice.org/48092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Julien Nabet  <serval2412@yahoo.fr>  [ffaa9f1d1bc5d15c39f090fdf5a26c786551788e]

        Revert part of 970b76816a03be0f57f35a790bea57bf299e344b
        
        Change-Id: If75ec666c0872875ab4e84e70424e540d44bc360
        Reviewed-on: https://gerrit.libreoffice.org/48104
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-18  Jon Nermut  <jon.nermut@asdeqlabs.com>  [80799ed83b5ba4b803224966737d7c040f17f5d9]

        iOS: keep track of the keyboard, and scroll the next search result into view. Reimplement RenderCache (+2 squashed commits) Squashed commits: [3c3f36f] iOS: quieten warnings [8eae946] iOS: display search results in an overlay view
        
        Change-Id: I04a38943d5a22b8e6a52ae854e65f01bf43fda7b
        Reviewed-on: https://gerrit.libreoffice.org/48100
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2018-01-18  Henry Castro  <hcastro@collabora.com>  [072e3ce1cfea5bb61cc5f3001c288df6deb45613]

        lok dialog: enable MessageDialog tunneling
        
        Change-Id: I05b270a19e29c5ed3a2482fd8163e61e66bfdf74
        Reviewed-on: https://gerrit.libreoffice.org/47772
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [64619789a45babbaa3071951e3502927f191e459]

        android: fix some layout issues with new-document buttons
        
        functionality to create new documents was added for tdf#106325 with
        commit 1503769fe15c122ff2bb8f6f7e7b4ab72656ddc2
        However the commit had some issues, most notably clipping of the shadow
        effect and alignment issues to to scaling down (via the animation
        effect, took me quite a while until I looked at that) with having a
        centered pivot. I think it was due to those alignment issues that the
        label was set to a fixed with - which is a problem for future
        translation.
        This commit:
        * changes the animation to not scale down the initial views
        * changes the FABs' setting to use compatPadding - this not only ensures
          enough room for the shadow, but also allows for consistent look across
          android versions. Side effect is that it needs more height, so
        * the effect was adjusted accordingly, to shrink to/expand from the
          lower-right corner of the parent view, instead of "mid-air"
        * the labels were given a proper background drawable with rounded
          corners and some padding for a (much more9 polished look
        * formatting of the labels was split out to a style, for ease of
          tweaking the looks
        * add tools:visibility statement to see the elements in layout editor
        * fixed the strings for the labels (and ID) to some less awkward ones
        
        Change-Id: Ifd2d90ec8d23e40603edff19c9af9e0b32090c9f
        Reviewed-on: https://gerrit.libreoffice.org/42033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-01-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cd581e18d6e334cc393c7bb497e07871bb962cde]

        tdf#112140 fix some NPEs re touch/zoom while doucment is not ready
        
        touching the screen or trying to zoom were trying to get/adjust zoom
        factor despite not ready yet, similarily swiping from the left to show
        the parts view would crash as well in case the document is not ready
        yet.
        Most likely to see this with a debug build (where loading is slower
        to begin with), or with long documents like the license text.
        
        Change-Id: Iea5e8c07a9b0973ce50f90114eb015e8e896e390
        Reviewed-on: https://gerrit.libreoffice.org/46848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2018-01-18  Justin Luth  <justin_luth@sil.org>  [8e9e705de29a1a3d9b964c9350aa2a3a17cce6f9]

        tdf#76817 ooxmlexport: only use stylename for Outline list
        
        In LibreOffice, the special, built-in, Outline numbering style
        ("Chapter Numbering") is connected via the paragraph style
        to control the numbering.
        
        Thus, only the ParaStyleName should be written to
        the paragraph properties, and not the direct numbering properties.
        Both MSO and LO get confused when there are multiple definitions
        for outline numbering.
        
        Change-Id: I1af54fdea164d68e5e156c256b478e518daa5e99
        Reviewed-on: https://gerrit.libreoffice.org/47828
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [66d0e154dcf1fc1fe7b80dd4ac56fa90aa6cbe38]

        Fix typos
        
        Change-Id: I7aa101a5e1e47118ab94527eb37269dd7e544cf4
        Reviewed-on: https://gerrit.libreoffice.org/48093
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [67ea8e1432f4ea86f2bc16d8479ef8cf10c74b80]

        sw: Actually only .uno:StyleApply and .uno:StyleWatercanMode can return...
        
        ...a value, at least according to sfx2/sdi/sfx.sdi.
        
        Change-Id: I1a12c025386cfc6eae529782cdb69207ffa388c5
        Reviewed-on: https://gerrit.libreoffice.org/48041
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [abe4eaf57be93300be4710aee0bc283055403f4b]

        clang-format: allow just listing formatted files
        
        Without running clang-format on them. Also format one file at a time, so
        we don't run into command line length limits as the number of formatted
        files grows.
        
        Change-Id: Ie559d566db784e04965678f056dcb81cefe95378
        Reviewed-on: https://gerrit.libreoffice.org/48085
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a0f506f0d8c2a017f0cf880481d3c0c32a48909]

        framework: disable layout manager in hidden frames
        
        The point of hidden frames is that they are not visible on the UI, only their
        doc model / layout is accessible via the API or file format conversion. That
        means that laying out the UI elements like menus and toolbars is pointless.
        
        So change Frame::initialize() and Frame::setLayoutManager() to not enable the
        layout manager for hidden frames. To do this, we need a new window style flag,
        as both hidden and visible frames have an underlying hidden window at the time
        the framework layout manager would be enabled.
        
        Times for 200 hello world inputs: 5780 -> 5054 ms is spent in XHTML-load + ODT
        export + close (87% of original).
        
        Change-Id: I841507bbb62f8fc2979d20e2d579d0bb47b98f37
        Reviewed-on: https://gerrit.libreoffice.org/48068
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Stephan Bergmann  <sbergman@redhat.com>  [c407574416bca2360c4121930c6c6700e82092e3]

        Fix Android build (missing std::trunc)
        
        ...after 110025afab3946586826b18a316416fba41dc1f6 "Odd conversion double ->
        sal_Int32 -> double"
        
        Change-Id: Iaff78e2046261290f8c4ae8bdfcbf1edc5963d87

2018-01-18  Jan Holesovsky  <kendy@collabora.com>  [1c47c45b9308b0710950e8078a57e0b3acbab364]

        lokdialog: Convert the Format -> Bullets and Numbering... dialog to async exec
        
        Change-Id: I01886ca1f0d7942450838e5f2de4700bdf81150f
        Reviewed-on: https://gerrit.libreoffice.org/48029
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d5e2569f6f4e1a040092d98de3354e498ecfd025]

        Fix typos
        
        Change-Id: Iaad78e5f1100df1ca69d34bf7693e4a9feac17eb
        Reviewed-on: https://gerrit.libreoffice.org/48084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [27938e1bbd5f3405c47b9933be7489eeb03920f3]

        sfx2 store: create temp files next to local files (storage case)
        
        This is similar to commit 5259ab8104cfba60c40748ed0cd59d93df038c5b (sfx2
        store: create temp files next to local files, 2018-01-08), except there
        only the stream case was handled (e.g. sw HTML export), while this is
        the storage case (e.g. ODT export).
        
        Change-Id: I88d78aa0f09e9fdfdd27cd0fad1a2633ff54d576
        Reviewed-on: https://gerrit.libreoffice.org/48071
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-18  Julien Nabet  <serval2412@yahoo.fr>  [c915fdbfc77ac78d543bc097cd809edd7e6da8cb]

        Replace OUStringBuffer in valueacc (svtools)
        
        Change-Id: I8b40c0c29154e8b4162e55dc202bfb0233c79a61
        Reviewed-on: https://gerrit.libreoffice.org/48072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-18  Stephan Bergmann  <sbergman@redhat.com>  [110025afab3946586826b18a316416fba41dc1f6]

        Odd conversion double -> sal_Int32 -> double
        
        ...which had been introduced into that assignment in
        ScDataPilotFieldObj::createDateGroup with
        7dd50f9ec124f2666dcfd1fd8bb02a1335a360ac "CWS-TOOLING: integrate CWS dr67", but
        for no documented purpose.  So lets assume the truncation is for a reason, and
        replace it with a call to std::trunc.
        
        Change-Id: I2dfd4c0f5966e9ab294ecd5b3424fece2ea70daa
        Reviewed-on: https://gerrit.libreoffice.org/47995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2018-01-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [04eb4bf20642930ab9614101af83186afa87d029]

        sal: use snprintf for sal log
        
        Change-Id: I0fe7029991052a59ee56cef1897cf6688bfa24b9
        Reviewed-on: https://gerrit.libreoffice.org/48083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-17  Eike Rathke  <erack@redhat.com>  [f96dbc3dd9c33202f75e29ef49d962386595995d]

        CheckLinkFormulaNeedingCheck() for .xlsx cell formulas
        
        Change-Id: Ia6dd195f7eb4d43483e87eeca59f651e7bf2dcb8

2018-01-17  Eike Rathke  <erack@redhat.com>  [55e484c7bcd3ef218e08d3fd93f97bf98fd8cb7f]

        Move implementation to CheckLinkFormulaNeedingCheck() for further reuse
        
        Change-Id: I541d2b6e12a88371c064b901b00e71206ee0c18e

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [34f1883e35ef9d8c35502b092b75b39ab47d221c]

        coverity#1427627 'Constant' variable guards dead code
        
        Change-Id: I1b286dbacdcff35baf7c7802eec85859ae8e78c2
        Reviewed-on: https://gerrit.libreoffice.org/48052
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c0a70da29a213e11717fc1dad96f808a170dc53b]

        Fix typos
        
        Change-Id: I6f2822e7068754a1b5e70e401247a36b214147e3
        Reviewed-on: https://gerrit.libreoffice.org/48079
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4d2fc77b5d1a67a5bc46e57020299ae4dcd5ff35]

        Fix typos
        
        Change-Id: I18ce04cbaa79c827a52e2441e98ee2e3377b5877
        Reviewed-on: https://gerrit.libreoffice.org/48077
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [970b76816a03be0f57f35a790bea57bf299e344b]

        Fix typos
        
        Change-Id: Id1c7ddf6c49ec709e38947a82731fe31a64aad04
        Reviewed-on: https://gerrit.libreoffice.org/48076
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [53e6785f303e5b308a497e12d411251b216eaabf]

        xmlsecurity: cleanup comment
        
        Change-Id: I1e34e1c4c51411be3de2dbd417126d263713c88a

2018-01-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9f027559557cb132835d8a13cdc0281ad4e757ae]

        WNT: allow to set log level/path from file
        
        Expects a file logging.ini in the program/ directory
        with the keys LogFilePath and LogLevel, e.g.:
        
        LogFilePath=C:\log.txt
        LogLevel=info
        
        Note: This is Windows-only for now.
        
        En passant remove extraneous newlines from syslog
        and android log calls.
        
        Change-Id: I35c730469e4079139da908aa287b989dc98e0f9d

2018-01-17  Julien Nabet  <serval2412@yahoo.fr>  [cb3e9b7023160508094d54fe5f4f9db11f2a6d2f]

        Use for-range loops in QueryDesignView (dbaccess)
        
        Change-Id: I713654ad7f1139c6f0cb46304a6958020c37f9c7
        Reviewed-on: https://gerrit.libreoffice.org/48069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-17  Andras Timar  <andras.timar@collabora.com>  [d9ada611083a5938673956edc0c7b48c6199a4f2]

        use the same shade of grey as Online UI uses
        
        Change-Id: Idb6dc80f4943323f80bc6851bc184798627722ef
        Reviewed-on: https://gerrit.libreoffice.org/48056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-01-17  László Németh  <nemeth@numbertext.org>  [5e5022b7bbb2c8a26f388267d874e11fc3bb7dec]

        Updated core Project: dictionaries  96f0ddc0c4ddfc6f9fa1c94d5844469c1911e712
        
        tdf#95024 fix Hungarian Lightproof module
        
        - by removing the obsolete date rule for "1st of month":
        
          for example, "január 1-e", "február 1-én" are correct forms already
        
        - add new date rules for days with bad affixation (typical mistake
          after a search & replace):
        
          "1-a, 1-án, 1-ára, 1-ához, 3-e, 3-én, 3-ére, 3-éhez etc."
        
        Change-Id: If5fcaf4fe693fa7d30aa5c6332975a513d13a0cf
        Reviewed-on: https://gerrit.libreoffice.org/48074
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        

2018-01-17  Mike Kaganski  <mike.kaganski@collabora.com>  [ba43d4c596c9c6b8d98b749ffd7f69d4faf9826d]

        tdf#115013: quote columns with spaces and properly escape characters
        
        Unit test updated
        
        Change-Id: If36c90c0ff372ce45666674d2487e6edf2536dbf
        Reviewed-on: https://gerrit.libreoffice.org/48038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [db55054afb9011f7dcafcc72b222e1456fa7f187]

        ofz#5444 asserts and Null-dereference READ
        
        Change-Id: I35f31e8553045ae61f39dd5679af638ddc3364d8
        Reviewed-on: https://gerrit.libreoffice.org/48059
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-17  Justin Luth  <justin_luth@sil.org>  [ee2750f3a5324166e844f9c6afa399742ea96743]

        writerfilter: remove unused sStyleName1
        
        Both sStyleName and sStyleName1 were part of the original
        fork from the OOo project. I'm
        not sure if/how it was ever used, but sStyleName1 is unused now.
        
        Change-Id: I71b54645aa0615101529aa4d5008973f740da1f0
        Reviewed-on: https://gerrit.libreoffice.org/48036
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2018-01-17  Justin Luth  <justin_luth@sil.org>  [ae094e77035baed23c02516b4b445e044e631b40]

        NFC writerfilter: remove redundant sStyleIdentifierI
        
        Originally, StyleIdentiferI was the string name, and
        StyleIdentifierD was an integer. That changed a long
        time ago.
        
        Both identifiers are only assigned a value once, and
        both are given identical values at the same time.
        Thus, one is completely redundant and is being removed.
        
        Change-Id: Ia7e9bbeec53110fa8e56cdfb13b9871486f335fa
        Reviewed-on: https://gerrit.libreoffice.org/48035
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [f2f08dd3ce1e1ce0c3242b8cf53d24683352535c]

        Silence MSVC warning C4701
        
        ..."potentially uninitialized local variable 'nProgressReference' used" after
        49f05934edd3723666b7c52eccbf4d0c9a688eb7 "coverity#1427629 Unchecked return
        value"
        
        Change-Id: I710221f730c1c8fb416378de1a57f7e713244cef

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [1e46bf5e15e9b149537ca636669beab9702dba93]

        ofz#5447 on plcf save force current Fkp to stick in cache
        
        Change-Id: Id7b6c442df10c6de7226702a9bf3ba559a0c2e9a
        Reviewed-on: https://gerrit.libreoffice.org/48040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [c1d54f0455fed02c4874a00c8ad23d8ac5bbed09]

        coverity#1427632 try silencing Using invalid iterator
        
        Change-Id: I74387fd761f170d61e490418f856bfffd5dd8401

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [61a7c6c405d8578fc2508196d9b7e85de44bd6ed]

        coverity#1427628 Dereference before null check
        
        Change-Id: Ic68d765cc21733ba864b78c135eaae4ec673e7c1

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [49f05934edd3723666b7c52eccbf4d0c9a688eb7]

        coverity#1427629 Unchecked return value
        
        Change-Id: If12d57826817d5ca866ecc14d81b21f494ff4487

2018-01-17  Eike Rathke  <erack@redhat.com>  [64b0c436240a2dbb1ec242dc45f654ef46a0421f]

        Use ROUNDSIG(...,13) to hopefully fix Jenkins lo_callgrind_linux builds
        
        Since commit b97a0df0f3234b4c1140ba1418d4b96a592afa4a
        lo_callgrind_linux builds fail (some of) these tests,
        https://ci.libreoffice.org/job/lo_callgrind_linux/4939/
        
        This is a blind shot in the air, let's see if the bullet lands.
        
        Change-Id: I4eb96746b58f24be62a47099887d5785e3bc28d0

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [7bcb105a9d23d8de458ce7af1d7c127126ccaa10]

        coverity#1427630 Unchecked return value
        
        Change-Id: If92d5b080ce9a4e28fe15da1448f74ecf0a31257

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ae487db5a1045d000c14604503e9c8f3bf24e30]

        fix use of std::unique_ptr in Idlc
        
        I removed the deletes in the destructor in
        
            commit b27fee9e0ebb445ce82baeade3b249807dca392b
            Date:   Wed Jan 10 11:44:28 2018 +0200
            loplugin:useuniqueptr cppu,idlc,io,ucbhelper
        
        but forgot to do the actual conversion
        
        Change-Id: Icb03070e1d8a2b10ccf892f01e9b44cc6bf0156f

2018-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb4296d14f0421e289afa5e456b75082cdf8716f]

        CppunitTest_sd_import_tests: clean up manual model/frame/controller assembly
        
        Change-Id: I50341e783ad0964167dc9819a28aa1f264de44b0
        Reviewed-on: https://gerrit.libreoffice.org/48032
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-17  Michael Stahl  <mstahl@redhat.com>  [566b6f6ec007ef386ad41ced9f6317a4280b6c48]

        coverity#1427631 sfx2: fix silly infinite loop
        
        (regression from 9ef1734f03a008545a01fd394dd0e979bb230a0f)
        
        Change-Id: I31dc5e7aff80f647d8417c290f8f34c43e54486d

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [d27561ad071bbb2b7cabb45203515c2e1669476a]

        tdf#114939: Verify rtl_digest_SHA1 computes broken results, by design
        
        This replaces the known-failing test from
        8d2da0b94ac5d679ef697683cacb2c83498cc497 "sal: Add rtl_digest_SHA1 which shows
        wrong sha1 calculation" with the known-succeeding one (though producing wrong
        results) from tdf#114939 "rtl_digest SHA1 and MD5 code both have an off by 1
        bug".
        
        Change-Id: Ib4e8210e1889e5ebf4979d7b1f28f1cfb13ebab9
        Reviewed-on: https://gerrit.libreoffice.org/48033
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-17  László Németh  <nemeth@numbertext.org>  [e53c3df2dd0220dfd90d1e81f59097be0cd423df]

        Updated core Project: dictionaries  9f4bce132552f5e92a9419aa2ab09167074089b2
        
        tdf#95024 Update Hungarian Lightproof module
        
        - fix rules related to the new Hungarian orthography:
        
          - "e-mail-cím" or "ímélcím", and not "e-mail cím"
        
          - "örökkön örökké", and not "örökkön-örökké"
        
        - check completeness of foreign expressions: "ab ovo", "et cetera"...
        
        - new rules (test document attached to the bug report)
        
        Change-Id: I13ef37381fe15a3f4d51d61763e4f570a17fa2da
        Reviewed-on: https://gerrit.libreoffice.org/48044
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>
        

2018-01-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9b9e42a3a41a81484f3d44a86a6cf17be3b67512]

        Updated core Project: translations  4c9058997dff2f568d90ead5d9b50fc92b1281cc
        
        update translations after another de-fuzzying round
        
        Change-Id: I6e1ca870035df2560f2c77ca06f35678476e7591
        

2018-01-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c66fe94d3e9cc1394dd4b569a3d8f374208a729b]

        Fix typos
        
        Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f
        Reviewed-on: https://gerrit.libreoffice.org/48024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7544e2297a7411f5cf724d12566c6a1610866b6]

        android: make compat header self-contained
        
        Change-Id: I0362725646521c9e2126faeaaf35a1c1dbf775af

2018-01-17  Michael Stahl  <mstahl@redhat.com>  [5bc37875ac55ef85f84b1426e83cc0a5246dd90e]

        i18npool: try to fix Android build, no std::trunc
        
        Change-Id: Idf609a4012499e76acc5e7ae76565937f2a58fbd

2018-01-17  Abhishek Shrivastava  <x.abhishek.flyhigh@gmail.com>  [69645183237be13e32fcdeb7b10f1ca04c3198cc]

        tdf#60937 Open Start Center on Quickstarter left-click
        
        This patch modifies the click actions on quickstarter on Windows.
        Earlier a left double click opened up Template Manager, which wasn't
        user friendly.
        
        Now on single left click on quickstarter icon it opens up Start Center
        
        Change-Id: I23e56d5d1bb3f4bfc060149dec60de30ae1207cd
        Reviewed-on: https://gerrit.libreoffice.org/48026
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-17  Michael Stahl  <mstahl@redhat.com>  [665ffc01e124029dc1412cc31e67878f697902ac]

        tdf#114939 sal: document the bug in endSHA()
        
        Change-Id: I58df3705c1e07737747b6f8e3ce91d5278018cbb

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [3f84927c1cdadffe1eebb9cd6843587245588b91]

        Missing includes (Windows --disable-pch)
        
        Change-Id: I5cd3297cff31b88c53cd04232bed40cbf04fa2f6
        Reviewed-on: https://gerrit.libreoffice.org/48028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [777bf677b38b293378bc83cf09bf08125c19f31d]

        tdf#100898: slide transition panel is now Tab-reachable
        
        This is a cheap-o solution, a better approach would be to remove
        intermediate sidebar/SlideTransitionPanel and create panel layout
        directly in sd PanelFactory, but that would require quite some code
        rearrangement
        
        Change-Id: Ief2d8c3dc365b739b2eba65c6142d5301610d479
        Reviewed-on: https://gerrit.libreoffice.org/48018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [2793e0e2fc4b7766ed1b8e4f46fcfe8116802e72]

        Adapt external/harfbuzz/ubsan.patch
        
        ...to 3b773d5b41628c1ccf52bdd0d7962183d54c4138 "Upload HarfBuzz 1.7.4"
        
        Change-Id: I07459c9e03a4cd68a600150964a4e5358b559766

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [61adec681004531bb2ffa86f21249bacc09ecec3]

        Fix --enable-kde4
        
        ...after 2ea733e525773e5631210e9503fd8415a72c2ea9 "loplugin:useuniqueptr in
        SalXLib"
        
        Change-Id: I430458b7e95b4814775f80b688259bc960268f9d

2018-01-17  Mark Hung  <marklh9@gmail.com>  [a4895d64298e40e7c00a5b6f7a7455519f408ec1]

        Fix testTdf113481 in case detected script is not as expected.
        
        Change-Id: Iefc85ab40831e4e2576ce1b3ac513858cf18185b
        Reviewed-on: https://gerrit.libreoffice.org/47898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [23885b06b185142d6ef4a3ceccfd3b5ad915a65f]

        loplugin:unnecessaryparen extend to delete statements
        
        Change-Id: Ic4383ea948876a26f791f0e5b0110cef978a26e1
        Reviewed-on: https://gerrit.libreoffice.org/48027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a64a68c6828b7cf0e57ee40817f4ab1a8a75aea]

        loplugin:useuniqueptr in TreeControlPeer
        
        Change-Id: I40bf5d147b4617ab225d190643b70d29ae34b7ec

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f063d364050b2595bc3b29f416cd365b13b809fe]

        loplugin:useuniqueptr in TransferDataContainer_Impl
        
        Change-Id: I605e2d8ab97c74bfc00928921cddab513ac8c23d

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [bfd81eed4ce4ee262437938199615ff6cc2c52a0]

        loplugin:useuniqueptr in SvEmbedTransferHelper
        
        Change-Id: Ie01e783fea160fba0041ae43a82ad3f4a7c961f9

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [aa881ba9ee9367c6d665ed417ccd02974e4fa5e4]

        loplugin:useuniqueptr in ODocumentCloser
        
        Change-Id: I7f985e4f63631909365560b8409a33180738043f

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ed542f8a3ce41f92e0d88d1452a6128f9a70db1]

        loplugin:useuniqueptr in GraphicManager
        
        Change-Id: I46f2e6a0ef2e2d19b0af0238a46462efe6e2c068

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [11814957b081957b86c76113e1686a922d4188ba]

        loplugin:useuniqueptr in SvxIconChoiceCtrl_Impl
        
        Change-Id: I42538502dd9cdd86739f56b7bd668038daf696a8

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf52cc9a0b1c8d46c9beb1d3583a77090a72314d]

        loplugin:useuniqueptr in AsynchronLink
        
        Change-Id: I911bb1f8ca98e368f8275083936a8eb9013f462c

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d72a2899dfd849056c6562bcd08537e1ab52100c]

        loplugin:useuniqueptr in VCLXWindow
        
        Change-Id: Iefec174c7dc3dbd52bdb9f6d7ebe6c8c42c031e9

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [474b4bbff3af7c6b69554ee332c7f26c68cc440d]

        loplugin:useuniqueptr in VCLXGraphics
        
        Change-Id: If753b871831a9954048becd0aca73769e23163ec

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [fa286c8934745410aee34ee61ff2b44a67b5e36c]

        loplugin:useuniqueptr in OpenGLSalGraphicsImpl
        
        Change-Id: I0d0e4da9c081c890ffd7dcaf051e3a3900345c35

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ea733e525773e5631210e9503fd8415a72c2ea9]

        loplugin:useuniqueptr in SalXLib
        
        Change-Id: Id3f8cf95479aa4e03bc6dcb05c5475ae462cfe5a

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b7245007d8c6bbe2cc095ec1c4ce37fd6d05b87]

        loplugin:useuniqueptr in X11SalVirtualDevice
        
        Change-Id: I812fb31ec802d2c20e2e82693be127d42df73a69

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [812aa0512d0f77673b4ccda1187cccd0c9352e48]

        loplugin:useuniqueptr in PspSalInfoPrinter
        
        Change-Id: I77494fca8f0c326aa35872640b99596597116ef2

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9286f445d15207069799655ef59267d5d371c65]

        loplugin:useuniqueptr in PPDParser
        
        Change-Id: Iafd63c276d430ea2a08286921f593bc56587e71c

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e975301023354695e686812382b67c858774f67]

        loplugin:useuniqueptr expand search for ranged-loop-delete
        
        Change-Id: I78955f4db9b4da2858dfb25e69a5502eb0280418

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [48f89a858b13ac8d1bb7c1d2119126728e48d18a]

        loplugin:useuniqueptr in PrinterJob
        
        Change-Id: I029cb5e5c117ea1c337509420b11589aa29cb383

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [5789a1da0f2354c527bbe61f9620278b27e2e23b]

        loplugin:useuniqueptr in GlyphCache
        
        Change-Id: I4d6cca83f321f74faae7d2c6d0481a864f5f0b95

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a903b9ba625b7fc09640007794d6f6a6fc6addba]

        loplugin:useuniqueptr in GraphicFilter
        
        Change-Id: Ib359da131c84c291504a9df210a3b222fd77bd0c

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f91c856e9be2f9a2dc15740b7cae78954d574d91]

        loplugin:useuniqueptr in ImplAllSettingsData
        
        Change-Id: If1894bd1a77fa1aab72896574357bd9852f66708

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [17fa3f64c2d7732e7db8f4f29359c2dbf883f75a]

        loplugin:useuniqueptr in LogicalFontInstance
        
        Change-Id: Id0ba44d9080294576dbafc47e68dff41a8257d29

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f05534ccc5218ff7452f7a252cedd070fd2f9b75]

        loplugin:useuniqueptr in PDFExtOutDevData
        
        Change-Id: I1607fa0f1d6385ccff657be2f892b876575b9674

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a264b4c896a8249c1f4bd63adb5e7de7b13a8d74]

        loplugin:useuniqueptr in VectorGraphicData
        
        Change-Id: I73badcdf544b1c3508c9eb9e489b049a9fa12928

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [89a214536373886f1d9262eac3ecefb6cc1a2a35]

        loplugin:useuniqueptr in Octree
        
        Change-Id: I26824107dbcf5d313409e301059a37a59b59a05b

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fc4f39ce85d429d35eed097c0433ce69a62d687]

        loplugin:useuniqueptr in TransparencyEmit
        
        Change-Id: I7cc2d329cb6238c7933f087fd94d1409756512ff

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [724e6822241322975dbc18e2b77723a01ac13da9]

        loplugin:useuniqueptr in WindowImpl
        
        Change-Id: I6a24f9fdf574276281d4a67caec426df14b2dd8c

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7970cca95027cca9847202c6e8263124a4eb30a6]

        loplugin:useuniqueptr in ImplWinData
        
        Change-Id: Iea0e657bed5a8008f82534494cb0965a9749f1b2

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7304d9622927c25a7851131f46f81073ebfffda3]

        loplugin:useuniqueptr in OutDevState
        
        Change-Id: I9e29ca57eb3f00987dbac74cf7da2222f5b6d869

2018-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ff202bf4bae019fbd2183207936b1d2ef1f6ce1]

        loplugin:useuniqueptr in TextEngine
        
        Change-Id: Iff5d10c4e962994823ec4ce6a765f4456c677352

2018-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b3904357be1fc4775fe5fb516d82c7c1ee53a1e]

        EPUB export: various small cleanups
        
        Change-Id: Iaa921257720adc6a65c8598b1105a4d7249778e6
        Reviewed-on: https://gerrit.libreoffice.org/48021
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [0b25dc8231b51ef1fdb03274387851d1379a03b5]

        Blind fix
        
        ...in --enable-online-update=mar code, after
        7d8e94444d989d0ac4a4055b207726708e9ec0da "convert a<b?a:b to std::min(a,b)"
        
        Change-Id: I8d03b2fc785595267c855c8ac9953d35782c7718

2018-01-17  Jan Holesovsky  <kendy@collabora.com>  [34527cec54ca634b831cfa5ac1098c4046818ac3]

        lokdialog: Convert the Format -> Paragraph... dialog to async exec.
        
        Change-Id: I47ec0ca95a713a7485b936aea7d7351970c9d967
        Reviewed-on: https://gerrit.libreoffice.org/48011
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-17  Jan Holesovsky  <kendy@collabora.com>  [ce9594d40a8d72370624b045761df4e0078d601e]

        lokdialog: Convert the Format -> Character... dialog to async exec.
        
        Change-Id: Idd1407f54729f7be18d458db7bda7de0b0cc6ad6
        Reviewed-on: https://gerrit.libreoffice.org/47986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [9cb671f369cf5ce969bff4a84ef3e452419c736e]

        Use std::trunc instead of casting (to express intent more clearly)
        
        If jday were guaranteed to be non-negative, the first could also be changed to
        
          jday = std::round(jday);
        
        but that would give different results for negative jday.  So play it safe by
        assuming that jday might be negative, and that if it were, the original way of
        rounding was actually intended.
        
        Change-Id: I137ee659e738791a7d260ce86cba60cdbbc084a6
        Reviewed-on: https://gerrit.libreoffice.org/48004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [bd29365d224ff1d34d4130703ddf8a33e487b6af]

        Calendar_hijri::getJulianDay can just as well return sal_Int32
        
        ...instead of converting from sal_Int32 to double and back to sal_Int32
        
        Change-Id: I005777ff031dbbd919d46c971a84dff17f0adf9b
        Reviewed-on: https://gerrit.libreoffice.org/47997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-17  Stephan Bergmann  <sbergman@redhat.com>  [cc9e89816f8193989ea4ee5bfd9b1c39b196b5e7]

        Misplaced static_cast
        
        ...introduced with 58d863eec084029716eccab7f941727fc650415e "sc: replace local
        macros" changing from
        
        > #define  HMM2XL(x)        ((x)/26.5)+0.5
        [...]
        >                 aFrom = Rectangle( nCol-1, static_cast<long>(HMM2XL( nColOff )),
        [...]
        
        to
        
        > inline long lcl_hmm2px(long nPixel)
        > {
        >     return static_cast<long>(nPixel*PIXEL_PER_INCH/1000.0/CM_PER_INCH)+0.5;
        > }
        [...]
        >                 aFrom = Rectangle( nCol-1, lcl_hmm2px( nColOff ),
        [...]
        
        Change-Id: Ia98d659e494255e5dbb4e9d47d20df121ccdcc44
        Reviewed-on: https://gerrit.libreoffice.org/47993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2f734c0434ec6858cb5c666a72377b540dcde235]

        remove indirection in SwFormatField ..
        
        , implicit delete the copy assignment and remove comments.
        no logic change intended.
        
        Change-Id: I5c21b812154f501c68a522def4f223c38a9ff83b
        Reviewed-on: https://gerrit.libreoffice.org/46636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5306ae7ecd8ffa8bb78c95106b46322ae4ca1157]

        starmath: Make SmParser::ParseExpression() return std::unique_ptr
        
        Change-Id: Ib8b65dced2af3ac7dca3fe9dd02e70f02c865f79
        Reviewed-on: https://gerrit.libreoffice.org/47974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-17  Mike Kaganski  <mike.kaganski@collabora.com>  [688b16df55afa1920f007b5bbe52c24f431c4ac2]

        VS generator: set output to soffice.bin to allow starting from debugger
        
        It is more likely that soffice.bit should be debugged, not soffice.exe
        stub. This allows to start debug session from VisualStudio, and debug
        startup code.
        
        Change-Id: Iab4615c67aeb25b811ecc71f6ae48aa9b40c45dc
        Reviewed-on: https://gerrit.libreoffice.org/48025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-17  Matthias Freund  <matti_lx@secure.mailbox.org>  [fc4ed4243f3cb2fb5072708103e51825941239dc]

        tdf#75256 Sifr rework and new 32px icon for save and pdfexport
        
        Change-Id: I565df7e887a3d2dfb8cf0ab7efcb98cd24a5956f
        Reviewed-on: https://gerrit.libreoffice.org/48022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-17  Maxim Monastirsky  <momonasmon@gmail.com>  [27473d1c0f8ba3006262001cbefff33f639a19ac]

        tdf#114935 Move the focus back to the document
        
        ... after selecting a color from a floating picker, similar
        to what we do for the font name/size toolbar controls.
        
        But moving the focus didn't work properly under gtk2, as it
        was cycling the focus between the floater and the main
        window with each click. The cause for this was the
        GrabFocus call made by ValueSet/PushButton upon clicking,
        which resulted in a XSetInputFocus in GtkSalFrame::ToTop.
        But removing this XSetInputFocus would break keyboard
        handling inside floating windows (as in tdf#104368),
        given that GtkSalFrame::Init sets the input hint to false.
        Setting the input hint to false is a hack needed for some
        WMs to not steal the focus from the main window, when
        showing floating toolbars. This mostly affects Compiz and
        Metacity (and its forks Marco and Muffin, but fixed in
        recent Mutter - see gnome#773210). Other WMs nowadays seems
        to deduce the desired no-focus initial state, from the
        toolbar window type hint.
        
        According to wm-spec, one way to make a newly mapped window
        not steal the focus is to set 0 to _NET_WM_USER_TIME (and
        this method is indeed used by gtk). This helps for Compiz
        (w/o messing with the input hint), but not for Metacity,
        which will anyway unfocus the parent window.
        
        The only solution that seems to work so far, is to start
        with the input hint as false, and change it to true after
        the window is mapped. And do this craziness only for
        Metacity and its forks, just in case... (although I didn't
        actually notice any problems with this in place, under
        other WMs.)
        
        (I also considered fixing tdf#114935 by making ValueSet/
        PushButton not grab the focus on click, by setting
        WB_NOPOINTERFOCUS on them. But that will be just a partial
        solution, as e.g. if a user selects a different palette
        from the palettes list, the focus will stuck in that list.)
        
        Change-Id: Id8241bc809c445ff4e46f1a747b9af5ed57e5a1c
        Reviewed-on: https://gerrit.libreoffice.org/47690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-17  Maxim Monastirsky  <momonasmon@gmail.com>  [1ec49f8a3917cec0ef82665d61f63e4b190fc298]

        Handle focus_on_click glade property for buttons
        
        It maps to our WB_NOPOINTERFOCUS.
        
        Change-Id: Ib00e696801b72de2c931e282ed8d50c972fa59fb
        Reviewed-on: https://gerrit.libreoffice.org/47990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2018-01-17  Caolán McNamara  <caolanm@redhat.com>  [9b197ca70a591cba050075b61b7da1ecd9e4e224]

        ofz#5431 Direct-leak
        
        Change-Id: I4ab6739bd2ae63170ade7019036827455f764666
        Reviewed-on: https://gerrit.libreoffice.org/48014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Michael Stahl  <mstahl@redhat.com>  [c92d616560c96f8841f6f29267a74239282b6f9f]

        sal: try to fix Android build, no std::round
        
        Change-Id: I58bc7c9099cd2a3a90f92efbd179d0f3abce02a6

2018-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a79b0a4354fb16d1912c2d55848e1ff106cfc0f]

        sw: try to fix non-HAVE_MORE_FONTS build
        
        Change-Id: I8d8ac84ac8bb44fbc00be26c7e4b16001103a535
        Reviewed-on: https://gerrit.libreoffice.org/48006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a6f35f870c1d9b418535a6d8f1f591273cb0ffc1]

        UITEST - add test for writer Tracked changes
        
        Change-Id: I53773d52bfb3d171988764f76af0487ba571f13c
        Reviewed-on: https://gerrit.libreoffice.org/46928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-16  Michael Stahl  <mstahl@redhat.com>  [18b022cadfa590df9dbefe0433b58838bcc3d2af]

        tdf#114939 sal: fix endMD5() off-by-one
        
        Because of the odd non-standard rtl_digest_rawMD5() API that
        is apparently necessary for MS Office interop, and there not
        being any good reason for bug-compatibility here, just fix the bug.
        
        Change-Id: Iaa0f0af4e24a5ddb9113c1ebd126f9822b5af1f6

2018-01-16  Michael Stahl  <mstahl@redhat.com>  [ea794efe656d3ab2dd4e414aa023fd2983088e20]

        tdf#114939 sdext: don't use StarOffice MD5 in PDF import
        
        Always use real MD5 here, to avoid interop issues.
        
        Change-Id: Id6f43952bace1654ac761aecc77676d933737d1d

2018-01-16  Michael Stahl  <mstahl@redhat.com>  [1929f23143e37cd50fc90425f5bd610827bff745]

        tdf#114939 vcl: don't use StarOffice MD5 in PDF export
        
        Unfortunately rtl_digest_MD5 has the same bug as SHA1.
        
        Always use real MD5 here, to avoid interop issues.
        
        Change-Id: I97173dc6d33a8f096702c29efa31a4544e582ad1

2018-01-16  Michael Stahl  <mstahl@redhat.com>  [6339072a5638995925ea403e71f01a454fdac74e]

        comphelper: put some include guards around stark naked header
        
        Change-Id: I407dc215ea6948518d0d744c73ff2de717063962

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [575aac6ddbed1eba9c2941e0b31ac5ae08eed58d]

        ofz#5420 Out-of-memory
        
        Change-Id: I22166a14a03e5e803f8f032034e05a2da501379f
        Reviewed-on: https://gerrit.libreoffice.org/48008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [18e9fc8bad056fb7c20ed9a2689928f3c8735020]

        ofz#5423 Timeout
        
        Change-Id: I4d102c0370f336ed778e4578db697f520cc740b3
        Reviewed-on: https://gerrit.libreoffice.org/48009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Michael Meeks  <michael.meeks@collabora.com>  [ad7e6339e5e5cf465a2ef25442099eb59f1a0deb]

        tdf#113755 - avoid null ptr de-reference during shutdown.
        
        Why the PostUserEvent's that should do the XTDataObject async destroy
        are not completed by here, is rather unclear; but - de-referencing
        NULL is not a great thing to do during shutdown.
        
        http://crashreport.libreoffice.org/stats/crash_details/a7d8fd19-0512-4292-b3a0-140dcff204c8
        
        Change-Id: I3f294379f07f4cfc0106c1b5fc5e705c41e78b03
        Reviewed-on: https://gerrit.libreoffice.org/48007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-16  Denis Arnaud  <denisarnuad@yahoo.fr>  [699efc4163cdca68c86fe8d628fafb08dd6a726f]

        Updated core Project: dictionaries  68dd2e833bfb2d741e7ce66bea70751b85b63c19
        
        Updated Breton spelling dictionary to version 0.15
        
        Change-Id: Ibaad97f9a59c2092ce044b7b458cfd9cd1e134b7
        Reviewed-on: https://gerrit.libreoffice.org/47958
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-01-16  jan Iversen  <jani@libreoffice.org>  [08bad4b589dfecf4dd96909e228163080009f94d]

        iOS, actived SAL_INFO + SAL_WARN in debug
        
        SAL_INFO and SAL_WARN are now sending output to the debugger
        window (which can be saved to a file, in the xcode menu)
        
        Change-Id: I0a9b98f8da469e71c6fd56d624dad446561c1153

2018-01-16  Jens Carl  <j.carl43@gmx.de>  [6e31851e72520ce08e5cd2bf1f3aaa9f100a3eff]

        tdf#45904 Move _GlobalSheetSettings Java tests to C++
        
        Change-Id: Icdc30eb65b10a72b66f26c0d55844b8fb433f090
        Reviewed-on: https://gerrit.libreoffice.org/47976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-16  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d6d9481a8dea2d88374f8293debb4b28c1c2e0d1]

        sal: document more logging options
        
        Change-Id: I19630ddf3ee6ece9b7571d971c6cff1e86884256

2018-01-16  Jan Holesovsky  <kendy@collabora.com>  [5134220858afef8593b45a0e4fd25b401b1d7892]

        lokdialog: Don't output anything for the incoming SfxRequest.
        
        Change-Id: I1b216b7348a46835df3c2d307ce17bca64199997
        Reviewed-on: https://gerrit.libreoffice.org/47985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [b97a0df0f3234b4c1140ba1418d4b96a592afa4a]

        tdf#96821 fix corner cases for Calc function ROUND.
        
        For very large integer numbers, e.g. 2^52+1, ROUND produced incorrect
        results because rtl::math::round uses
        floor( number + 0.5 + small_correction_value ), which reduces the maximum
        possible mantissa resolution.a
        
        Correction of several unit test documents (Calc functions) with rounding
        errors that only became apparent with this fix.
        
        Change-Id: I1769c9939a3d6118d3bfbfdf8e41dd4619997232
        Reviewed-on: https://gerrit.libreoffice.org/47179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2018-01-16  Saurav Chirania  <saurav.chir@gmail.com>  [ada02c556531e9e5f28a159223fc7e2b36a7a84d]

        tdf#97361 Tests in sw should be more pythonic
        
        The modified files have been made more pythonic
        by removing Java-like codes.
        
        Change-Id: I46c121f3bd350b0218ca700ea949616e010f917e
        Reviewed-on: https://gerrit.libreoffice.org/47863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-16  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [03afd4b72431a0dc197891d41fb7bf2419858380]

        tdf#115011 don't crash on non-existent gpg support
        
        Change-Id: I90679472898648ccf0811c67c17f7bad41d4e347
        Reviewed-on: https://gerrit.libreoffice.org/47984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [3ccb36d0b36f5dc7671ea62dac5e0a1f5eb20439]

        ofz#5402 Timeout
        
        Change-Id: Id296f83b92fa8109ccbe8c4360e1d7d0ec199a4d
        Reviewed-on: https://gerrit.libreoffice.org/47983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b992d6f86298e115079a9d93e2569f7bef5b47e]

        use more ScopedVclPtr to avoid missing dispose
        
        follow on to
        
            commit 315be3a276b01e88c794da1dbc6252a8b803d269
            Author: Caolán McNamara <caolanm@redhat.com>
            Date:   Fri Jan 12 10:48:59 2018 +0000
            VclPtr, missing dispose
        
        Change-Id: Idfa4709f10928ef6d53ada93db0f5452e5d5c4eb
        Reviewed-on: https://gerrit.libreoffice.org/47982
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2c6f3773f2ad3b1119593fd5d0c7fb6356da95b0]

        Fix typo
        
        Change-Id: I02379f413d59226c81a8919dc1bc0786cecf900a
        Reviewed-on: https://gerrit.libreoffice.org/47927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [eae9bf0d25f34e0ff9d54191ea8732a8bfecb969]

        Fix typos
        
        Change-Id: Id3d1a07922d4ca05e3bbf61d4b5797a30fc5b23a
        Reviewed-on: https://gerrit.libreoffice.org/47872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0183c7c3b86be4be9c5fd6eec09785bd99c0a0b4]

        Fix typos
        
        Change-Id: I46873c8bea3bbfeebb7dee50918d3978408fcf63
        Reviewed-on: https://gerrit.libreoffice.org/47842
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f0b857310dd564356a6ff7854bdc42cb677989f9]

        Fix typos
        
        Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2
        Reviewed-on: https://gerrit.libreoffice.org/47858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecd855794b22c0f7e6fb2f362b566c4d9c5f624a]

        tdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder()
        
        SwTextFormatter::Underflow() truncated a line portion, which deletes the
        rest of the line portions, but left m_pFirstOfBorderMerge unchanged,
        leading to a crash when SwTextFormatter::MergeCharacterBorder() tried to
        access it.
        
        Fix the problem by updating the non-owning m_pFirstOfBorderMerge
        accordingly when truncating the line portion.
        
        Change-Id: I5e445bbe2424d70d60c363fa4e3a00636e282325
        Reviewed-on: https://gerrit.libreoffice.org/47923
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [624f84c07ee798f6bbf4381c26262d5d2774a1ed]

        Fix typos
        
        Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a
        Reviewed-on: https://gerrit.libreoffice.org/47855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [66a192ee63db9adc1d6df66a5e7996d5af5d5284]

        loplugin:unoany (clang-cl)
        
        Change-Id: If7674b8a75668a5774abe43d28b48b63da2c9296
        Reviewed-on: https://gerrit.libreoffice.org/47928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [bdb6168e628f839ab2fdfe3f964c9cd9f2052166]

        Remove unused CSS1_OUTMODE_SPAN_TAG1_OFF
        
        ...no other traces of it apart from its definition in
        7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
        
        Change-Id: Id18fef73416a5159b002ff6ab6d54c2ced51cbfd
        Reviewed-on: https://gerrit.libreoffice.org/47921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-16  Jens Carl  <j.carl43@gmx.de>  [4ea231ccdebe6bd7b189e7b856d9b3cfc0b04a6f]

        Add ServiceProvider "com.sun.star.sheet.GlobalSheetSettings"
        
        Change-Id: I31a93cd6a7b46f1746aee694668295fabe4fa8fd
        Reviewed-on: https://gerrit.libreoffice.org/47926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [28edb81dd83b72bd593445dab4625bb145def955]

        Missing include
        
        Change-Id: I3bcc4ff11e37afe29b847ff65f722c7b0ba2c0b0
        Reviewed-on: https://gerrit.libreoffice.org/47929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [63bd7c4ccdd07db0d41b9af659f0b51b9c29eee0]

        ofz#5379 Timeout
        
        Change-Id: I88a33af938c93329780dc9da5a4160aed36fa9b3

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [c305850c1542761de3ec646de1ad2d4e729ec6d4]

        ofz#5391 Integer-overflow
        
        Change-Id: Ic252a95cf535bc40560d8e772224871f2b944345

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [f1b0679287a13c184f45c43e51ea3fa4d8fd4c31]

        ofz#5347 Indirect-leak
        
        Change-Id: I4eb18c7ee52b29de9fabb555ad59cd9051d376b2
        Reviewed-on: https://gerrit.libreoffice.org/47922
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [28852149cbd7df2e9f11243b3fe25ad09d8816bd]

        don't bother hyphenating while fuzzing
        
        Change-Id: I6b590998ed68d11681063b0c0f4655f501735794
        Reviewed-on: https://gerrit.libreoffice.org/47919
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Caolán McNamara  <caolanm@redhat.com>  [2d120265135748f286992ec1300fd016eb3ee878]

        ofz#5336 Timeout
        
        lock the shapes during import and unlock afterwards
        
        Change-Id: I4f6246f152ee548efb647e8a2d43294c6d34f2a2
        Reviewed-on: https://gerrit.libreoffice.org/47920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-16  Mike Kaganski  <mike.kaganski@collabora.com>  [46b3202bf883618f1585850191c19776861013ed]

        tdf#115013: write merge field column into docx merge fields
        
        Change-Id: If1e0a8968407c72e42cb7ca487541d0b8227aabc
        Reviewed-on: https://gerrit.libreoffice.org/47895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-16  andreas kainz  <kainz.a@gmail.com>  [5787f5b393ac8d239c043391e24ab91179d0ef1d]

        Writer tabbed notebookbar update file tab to have 2 lines
        
        Change-Id: Ic622ae2deb65e8a2972056514a93bb062fd34886
        Reviewed-on: https://gerrit.libreoffice.org/47169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e90a16d71cdcfbd785401613a2e5a29cb1167acf]

        sfx2 store: handle NoFileSync for Save (not SaveAs)
        
        The code-path in SfxMedium and lower layers is the same, but not in
        SfxObjectShell.
        
        Change-Id: I85542d17cd6b3c2a0d257f5ff196e6504a194e51
        Reviewed-on: https://gerrit.libreoffice.org/47903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [337f8922edbdae7cb3e6659ea6bf3bde9ba8adb0]

        Missing include
        
        Change-Id: Id5c7ff8b9d342b557bc87b1ac6f3e2fbc8437d69

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [420059de8576693b23661c64e55792ae992780ef]

        Remove unused GDI_METAFILE_LABEL_NOTFOUND
        
        ...unused since 22bd00fa7f6b90964e5eca03c314cdfa7ac2be12 "remove unused #defines
        METAFILE_END and METAFILE_LABEL_NOTFOUND"
        
        Change-Id: Ia9bcd4100f03c12c8e97b57cbfabfbf634248014
        Reviewed-on: https://gerrit.libreoffice.org/47918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-16  Stephan Bergmann  <sbergman@redhat.com>  [6c5a1601d2ef47723a130e73953dd569f2cc856f]

        Remove unused IMAP_OBJ_NONE
        
        ...no other traces of it apart from its definition in
        2351b6d4ba452ed9a261541cd8581ad43788d4db "INTEGRATION: CWS hedaburemove01:
         #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and
        correspondent necessary changes"
        
        Change-Id: I8a919b35f90acde5a72616b311a3e66c591c1e36
        Reviewed-on: https://gerrit.libreoffice.org/47917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-16  Pranav Kant  <pranavk@collabora.co.uk>  [f1ec1b1f6e24fce5e496fd7c97c93884068dfba2]

        svx: chain up correctly for SvxCharacterMap::Execute()
        
        Change-Id: I2ff70f7b2ade8e2aad96cff31bd313822779094c

2018-01-16  Khaled Hosny  <khaledhosny@eglug.org>  [3b773d5b41628c1ccf52bdd0d7962183d54c4138]

        Upload HarfBuzz 1.7.4
        
        Change-Id: I7dd1f87dc95d0fb190755a8742d28ef8679d7b1e
        Reviewed-on: https://gerrit.libreoffice.org/47897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2018-01-15  Jan Holesovsky  <kendy@collabora.com>  [1a156644e27a380daed217707a9cff9319f70a49]

        vcl: No need for a double-linked list of dialogs in Execute().
        
        Instead use a simple vector.
        
        Change-Id: I50652468cf06ba681d5caccb74a52b32c6c507a0
        Reviewed-on: https://gerrit.libreoffice.org/47910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [f2e3d8d34b3d3993d46e38c660a60cdfc7950090]

        Remove unused EXCHG_OUT_ACTION_*
        
        ..._INSERT_BOOKMARK and ..._MOVE_FILE unused since
        ef80b69819cbf9618041350b46ce4db892e42a80 "remve all the old/not used destination
        defines", and no other traces of ..._INSERT_OBJ, ..._MOVE_FILELIST,
        ..._UPDATE_RANGE use apart from their definitions in
        f108f9423b744fb97557539530f901962efbd8d0 "INTEGRATION: CWS hedaburemove01:
         #72503# get rid of hedabu procedure: Moving headers to sot/inc/sot and
        correspondent necessary changes"
        
        Change-Id: Ia352add990d120b8b7562c62f2f2ca8afda92f47
        Reviewed-on: https://gerrit.libreoffice.org/47914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [84184cc396ce11389e0e93f649c9320b14710bb4]

        Remove unused THUMBNAILVIEW_APPEND
        
        ...unused since 6affa4be69aa31e27af9d50e9ab6bd740319c379 "callcatcher: update
        list, stop hiding uncalled tests :-)"
        
        Change-Id: I0a5a7ed3be508703887f00750e11b811162e6fc3
        Reviewed-on: https://gerrit.libreoffice.org/47912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-15  Mert Tümer  <merttumer7@gmail.com>  [2733ca6c0aed6468c26fd7a80b0b50e32fd608c4]

        tdf#103083 option to show/hide hidden files/folders on Android
        
        The patch was sent for the ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: Iadbb688a1a976279b23d246001818ac1c21b3d47
        Reviewed-on: https://gerrit.libreoffice.org/47637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-15  Mert Tümer  <merttumer7@gmail.com>  [55ecc98376dbeffc366820e718fd906b8935a17b]

        tdf#89639 added path text for the document browser
        
        The patch was sent for the ULAKBIM/PARDUS project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I14ce3bb7c11f4cc2fe9194a99b433764209b1528
        Reviewed-on: https://gerrit.libreoffice.org/47635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-15  Jim Raykowski  <raykowj@gmail.com>  [77acf66a3414c46edecfbc04b65e4a507eb857cb]

        change Not to Dont in tdf#36308 fix
        
        Change-Id: I05806eea3363b7363d7a377277c63785aadc5386
        Reviewed-on: https://gerrit.libreoffice.org/47870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-15  Serge Krot  <Serge.Krot@cib.de>  [311ea730cb225bca167af2e4111445608a14a263]

        tdf#113877 Insert document: merge two lists into one
        
        When inserting a new document into current position we need to
        concat to lists into one only when they have the same list
        properties.
        
        Added unit test.
        
        Change-Id: I66a8090fdeacd3a630700113d6a26a1cad75dc41
        Reviewed-on: https://gerrit.libreoffice.org/47814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [8f28db9515e049fa7e0aa26fe32513e3486dcfaf]

        Remove unused LRSPACE_{16,AUTOFIRST}_VERSION
        
        ...unused since 1e4b1e4a1aca3b333820b0a865997e6f62e80064 "Removing unused
        SfxItemPool serialisation from editeng"
        
        Change-Id: Iecc91d21a3c02985259e985c4092652efe877b50
        Reviewed-on: https://gerrit.libreoffice.org/47911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-15  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [5836d2be26af9ba4c38e8677e4c9f6f640f273be]

        Code simplification: both if branches are doing same.
        
        Change-Id: I92a51fc62a051390a5e1b3790906cbd2135a53a7
        Reviewed-on: https://gerrit.libreoffice.org/47909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [33aa58d66e97c48009bcbae6cf2cab349382fb4d]

        Updated core Project: translations  030ab61d2b016aaebac10ecaea1774a69b240ce8
        
        update translations after first de-fuzzying round
        
        Change-Id: Ie6b488bf4cb510522eb8d92b479b4ab42226698d
        

2018-01-15  Jan Holesovsky  <kendy@collabora.com>  [c40dfabd56ade10fe35690dc9810955c2e99e2c0]

        lokdialog: Allow closing the Format Cell dialogs in any order.
        
        Includes also lots of infrastructural changes, making the
        conversion of the rest of the dialogs much easier.
        
        StartExecuteAsync should be used in-place of StartExecuteModal
        and the latter removed from the code-base incrementally. More
        common code from Dialog::Execute should be moved to
        ImplStartExecuteModal in a next step, as this is used more widely.
        
        Change-Id: Idb2c1ec790e38f582438471a0419a56cdcf1439d
        Reviewed-on: https://gerrit.libreoffice.org/47722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2018-01-15  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [5942140c5149065ffb5adf9d33b21aeceeabf957]

        Updated core Project: help  ff44bbe7087cf87977103627f55a8b1b5c9ffb89
        
        tdf#114907 Expand and collapse symbols for Contents
        
        Unicode like it's 1993.
        
        Change-Id: I625dc220341db788dd578c210ef2f368bec58199
        Reviewed-on: https://gerrit.libreoffice.org/47902
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d5b38f415ba4e65012db4b9d01ea29a4ca3ffa08]

        lok: sc: invalidate cached positions and row header on font resizing
        
        Change-Id: I9678d6bd730d09d1cc47a8633368c99abe1f9bd9
        Reviewed-on: https://gerrit.libreoffice.org/47762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [183fd9a58ae3eeb749b78e6f4ca5783c79b43acb]

        Revert "lok: sc: copy / paste confusion -- workaround"
        
        This reverts commit f0684222540b96d8366ce175c522b64472361b80.
        
        This workaround is no more needed because of commit 1b7a827
        
        Change-Id: Icd13b245d5965c2b2ece326f7f5705cf06cf1b64
        Reviewed-on: https://gerrit.libreoffice.org/47761
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2018-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [dee9ccaef8a01e7eb68f8d20210060c49fa6feaa]

        lok: sc: exploiting cached position helper for tile rendering
        
        Change-Id: I02b21c5979d1dfb6bb60a05d891c632602fb44ee
        Reviewed-on: https://gerrit.libreoffice.org/47540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2018-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [d54824438b29e433e6178a822e9207dfe28ef9af]

        sw: prefix members of SwAuthorField, SwBreakIt and SwCombinedCharField
        
        Change-Id: Ic277b91a75602b0997ff68feb46a9cad9dae4e46
        Reviewed-on: https://gerrit.libreoffice.org/47891
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-15  Justin Luth  <justin_luth@sil.org>  [7201d157a2ff2f0a8b6bb8fa57e31871187cbc81]

        tdf#76817 ooxmlimport: connect Heading to existing numbers
        
        This fixes the inability to insert a numbered Heading into
        an existing sequence in an opened document. Before it would
        start a new sequence, but now it connects to / adjusts
        the other numbered Headings.
        
        LibreOffice has built-in handling for "Chapter Numbering".
        All of the formatting for this is tied to the paragraph stylename.
        
        Since MSO has a different structure, in docx format these
        are defined as "regular" styles with an OutlineLvl component.
        During import, that style information was copied to LO's special
        Outline chapter numbering style. *From this point on, the
        "regular" list style should no longer be referred to.* Numbering is only
        defined by the paragraph stylename (which by definition is "Heading X").
        
        The unit test I am hijacking has an unchangeable Paragraph Numbering
        style of "Outline Numbering" and not WWNumX. So, in reality the
        document ought to require the style name to be the internal Outline
        style like it originally was.
        A followup patch allows this to round-trip.
        
        Change-Id: If5d544529fa32d4abaa2b46403bc61c028e53f21
        Reviewed-on: https://gerrit.libreoffice.org/47827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a6b69a9384801f77f4cc30a366a45561c28eab3e]

        Fix typo
        
        Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa
        Reviewed-on: https://gerrit.libreoffice.org/47853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3da86d8987db6223b0acc5d8a1b56f7e0c54bbef]

        tdf#114488 Rank multiple images also for flat odf
        
        Only the file extension was considered before
        which is not available in flat odf.
        
        Now both internal and external URLs are resolved to their respective mimetype.
        
        Change-Id: Id7e290cd9a441a1a6c2ce5e8d764391c50495bea
        Reviewed-on: https://gerrit.libreoffice.org/47824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0623f3a8f5d6fbc5e9b933cb034184084e8ac666]

        git pre-commit hook: catch copy&pasted author identity
        
        git log --author="Your"
        
        confirms that this happens in practice.
        
        Change-Id: I48633bc9154ebc66fc022938831057bdc3ff76b3
        Reviewed-on: https://gerrit.libreoffice.org/47892
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [34d8710fff4859d455b51a7e0d90fe3a35bf2e6b]

        remove local copies of std::min,std::max
        
        Change-Id: I067c4dcabad55180e4734fb06338a8e843713936
        Reviewed-on: https://gerrit.libreoffice.org/47692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Caolán McNamara  <caolanm@redhat.com>  [e9f521d409845a0824752a39d7574f4fad7989d4]

        ofz#5313 Timeout
        
        Change-Id: I80d0a013f5e88493ef539ee5a8435b9ad2217678

2018-01-15  Caolán McNamara  <caolanm@redhat.com>  [d1a8f99048ac4c7a84be38eb1d71aa90572e395a]

        ofz#5305 Direct-leak
        
        Change-Id: Id2c66d30a24a8888d719c579d3211cf41050d87e

2018-01-15  Caolán McNamara  <caolanm@redhat.com>  [a3073d346be17da7b35e2511871511af710add24]

        ofz#5299 Timeout
        
        Change-Id: I9c7968d44fc608431615b6fe0b1013e8a677bf60
        Reviewed-on: https://gerrit.libreoffice.org/47871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [a409d32e7f6fc09e041079d6dbc3c927497adfed]

        More loplugin:cstylecast
        
        ...also warn about the remaining cases of C-style casts (other than idiomatic
        cast to void)
        
        Change-Id: I274be61ad038fc41ac470fc07ea703a0f071f456

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [17fbc3f8fd4ae04fbb0cb94514a41ee3b6bc7274]

        More loplugin:cstylecast: accessibility
        
        Change-Id: I5bc8985586bc13874ba039a60e67cb2d347e6742

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [956c04c49d2150328fc0d402d6d156da22d6dfcf]

        More loplugin:cstylecast: avmedia
        
        Change-Id: If76a59af4164f08a79334035c904d5e920115d43

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [3a40d3de89f0b1252974c98e5a5382d6eca67025]

        More loplugin:cstylecast: basic
        
        Change-Id: I0bb219632da384ab047a2b1fc3f2b041dacaf2cb

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [0cad6d02070ebab995611e8c8125e11e3f7c4836]

        More loplugin:cstylecast: canvas
        
        Change-Id: I16ce5e190febb7a180b53c62344915fefaa26b4c

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [2b9975f6cdc81c37d896a234c9fc69bbc8535cc0]

        More loplugin:cstylecast: chart2
        
        Change-Id: Id704acc62a62554a81673c512e84a71a71798013

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [51b56f7fc5cbd8a6d5e9d086b00c2d1ebb69b1fa]

        More loplugin:cstylecast: comphelper
        
        Change-Id: I64421e43afd7086a582fcfae0fd97b2afb6f8ef4

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [9bff1e15e55e95a90887cc45f49cabad39a126bb]

        More loplugin:cstylecast: connectivity
        
        Change-Id: Id7cbe6a119b944813bc7638b08e59d4705607ece

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [016b8d71a222dad3637824c1e1625b2f22b2cc73]

        More loplugin:cstylecast: cppu
        
        Change-Id: I728a40ab6ef4aa44fbe328abdf244e6b5fac9d04

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [2fa1c894ecabb3dbc2f2debd5ce73931c8da536c]

        More loplugin:cstylecast: cppuhelper
        
        Change-Id: I193884eea6289653d648489edd1a8e929524a3c5

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [8fc6c5c84b3e4249f4c38ebb7399e0d07d9d4463]

        More loplugin:cstylecast: cui
        
        Change-Id: I5bbdd0b65111c65850652f2ddc93379954498073

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [d73e5b066bc575ee97ec388f301806297eeb7f59]

        More loplugin:cstylecast: dbaccess
        
        Change-Id: Ic59e95a28606d42eca250fb0bed4c5b821b266cf

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [edc19f0400e7cac09a59291b8ed6c6c13f48468e]

        More loplugin:cstylecast: desktop
        
        Change-Id: Ie03ac7c1a347389b804ff4d90982cdaf771e72dc

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [856b938afd1a7dc66cb079b1b70fd90d1634c177]

        More loplugin:cstylecast: editeng
        
        Change-Id: I58978e5376ff1b91fa6dddbd308c923b3f3ab0ec

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [769ad348b0008d2879333a29a5570e185a9b5937]

        More loplugin:cstylecast: emfio
        
        Change-Id: I52e540bdd8ba0090dec752deb7b1fa5c67ae3c85

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [3d8090f87e68962e3e585dafb27162b021e4732c]

        More loplugin:cstylecast: extensions
        
        Change-Id: Ia2f6f15f56b4e32887b04f882a5b62eb9eb81159

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [5906792ea5d4039a01cd563a8d32487a0189e680]

        More loplugin:cstylecast: filter
        
        Change-Id: I65244623321e409b48915abea3dee49abee47249

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [c6a62b3694b8d779f9385c0e15d8f94d5067416d]

        More loplugin:cstylecast: forms
        
        Change-Id: Ide91ff51ef5c048272d742547597d6c66fc3abea

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [bb60b49c3ad5203a657ebd0b2a10fa77fc6a9b05]

        More loplugin:cstylecast: formula
        
        Change-Id: I0a6f4eaf49282a6aa74b24ea62736065d1786f58

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [e1c753da323a492397c6cdad5e2be7475da76170]

        More loplugin:cstylecast: framework
        
        Change-Id: Iffd183cb21b43aaa66dd55cc6c453ebeae36a3e1

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [2c6f5a5b683dd77017f16725479ae27cea3bd72d]

        More loplugin:cstylecast: i18npool
        
        Change-Id: Iafdc3593b7136f24e741dc63e3c46344636154eb

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [ac37cb32df769c669d51639b12e6a45dc3962cf7]

        More loplugin:cstylecast: i18nutil
        
        Change-Id: Ibdfec3e35c6424fdd4d9b15ff4f4d7441a5f7e36

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [e99d632b10ac1ba46ee6e7a0723f331a25ec9184]

        More loplugin:cstylecast: lotuswordpro
        
        Change-Id: I4ded44ed833b741a55ff69c712d040c8ccc71cc5

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [e5fc690f018c266f373af9797f66c5ed87e0e805]

        More loplugin:cstylecast: oox
        
        Change-Id: I281f3f65e138316ba856d3036fd06b26896af901

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [f2b0eb086fcadec59fde957fe1717fecb537484b]

        More loplugin:cstylecast: pyuno
        
        Change-Id: I2d3e2104c63bdff1a18fd32c2db37a565e9380e2

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [6f58d7a12e4acaad59a00df345591ac5ce552cbe]

        More loplugin:cstylecast: registry
        
        Change-Id: I2c9436f5f9ea5ef3051d22310dee48ec39fad850

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [3ffa72253ba027460232a6aeded8007ad029d125]

        More loplugin:cstylecast: reportdesign
        
        Change-Id: Ifa0f4e87a4cc5c71955b5dd7b572b6966cc209a5

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [59d5d63498a781c8681ee8c3199f95253145b8b7]

        More loplugin:cstylecast: sal
        
        Change-Id: I1ca982dc8c35c7a2762572d7bb47066ead8e6c89

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [83922317915f06561e621caddc91512829609ec1]

        More loplugin:cstylecast: sc
        
        Change-Id: Iaaa5b99cdff49bc1e88443ee23d98c005ff84911

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [e1bdc38a0b8861281f4111fa78b39f76be6e14e7]

        More loplugin:cstylecast: sd
        
        Change-Id: I77ed2793aad62377ec6fc2513e06e2371c1c77ad

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [5cd41952cdb1c3c14cd48858d382d8bd95f602ff]

        More loplugin:cstylecast: sdext
        
        Change-Id: Ib0b6f3d07c7c596f6eed291587db8bba207c8b7d

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [9d1c14ce4c47030f8315f1f6b04d9314d3f62f48]

        More loplugin:cstylecast: sfx2
        
        Change-Id: Ifdb964558f070e7c9ee87eabeaafa5c3c079c0c9

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [b20ccaf2bc25997563f00aca4b47ae5353140030]

        More loplugin:cstylecast: slideshow
        
        Change-Id: Id1e11239490bd42da785f023f5af4e8b44fca341

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [c81e83258510065f9c8ab244f59fbb03c299e56c]

        More loplugin:cstylecast: sot
        
        Change-Id: Ic591422ad8b643d690a43a599e99352160fea480

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [761b4d865b86dceecac98e07f86c07b0a21b99cc]

        More loplugin:cstylecast: stoc
        
        Change-Id: Ia17ce4e8dbbc4288720c98c5101e4399d84075b8

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [6a6cf93acee4f8f4e5766e5090071e9a818b6f81]

        More loplugin:cstylecast: svl
        
        Change-Id: Ida9c41fab0b8b3e91d710434028dd648e6d4b135

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [6feb524aaf58009a55ea4d4e660c09b67adf26fa]

        More loplugin:cstylecast: svtools
        
        Change-Id: Ia9517b20d6579a77a81906aff16068b732ada878

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [d9d92d20fdc414c5956290c10c4d473dcb836ceb]

        More loplugin:cstylecast: svx
        
        Change-Id: If370ad12d2885ea9a6348736a3bcab618bc2e6ec

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [a5eddfbf45277eea21dd2271b36e9668313eadf3]

        More loplugin:cstylecast: sw
        
        Change-Id: I75f75b53e58221a3bd0a6eb837483e7ebae3a02b

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [87e3d60776db4e2ff1ba0040b04a0fa348a46ffa]

        More loplugin:cstylecast: test
        
        Change-Id: I5f7cd029e27be24415c075c4589e71eeae5d6ac2

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [0a3201142a12966a4ac3284f0e24776ce84e603c]

        More loplugin:cstylecast: testtools
        
        Change-Id: I3f6b38bca0381c293a3f7532145536cdd21e6aba

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [08857f1401d85562cd34619c3b4eec15b23769eb]

        More loplugin:cstylecast: toolkit
        
        Change-Id: I65b3c17c516d364326ce6dc3f7ba90c885a3e5e3

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [1c6eb2d25d5d2b680419e4e03f54a2580e71cf7a]

        More loplugin:cstylecast: tools
        
        Change-Id: I0d7318a5f781c81630a8ca43d30a7552132e7b11

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [c80e341726c5acc0b7c23842c6b5e97d32a7d4f4]

        More loplugin:cstylecast: unotools
        
        Change-Id: I04af756527ff42ad83a1b68730230864233c4fac

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [64089f779060203d892f1200ccd1a1875d9c53ff]

        More loplugin:cstylecast: unoxml
        
        Change-Id: I832b0495f3510e853037e87e90da2fd04c21f8ad

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [7aff8f8e16b8087b57161446b133c4a883a14c66]

        More loplugin:cstylecast: uui
        
        Change-Id: Icac6a57c85daec6b9ca876116c8b4b46e997805d

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [1a19ee6eb28e53b7f338c9a9f031a6dcc324a48e]

        More loplugin:cstylecast: vbahelper
        
        Change-Id: I3d9d907dc675cf6d9d95539700ce9d443a9fda98

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [72e3c234104a17566c0354beacc6d182234f1e5f]

        More loplugin:cstylecast: vcl
        
        Change-Id: I74d1555b461fd8ea316380423fcde2d167714170

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [0ffaf416ba6ec1d5955008467a5bf46a40ac6640]

        More loplugin:cstylecast: writerfilter
        
        Change-Id: I06ab6063a4d349859851065b96442564598f9d14

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [9dab60931e65220049b7c39579a57aebf0f9de5e]

        More loplugin:cstylecast: xmloff
        
        Change-Id: I870bc9fd1c7361913b073411065ec723f6b080da

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [b5ed99e5a5adc097283f1409a06d770949fb22af]

        More loplugin:cstylecast: xmlscript
        
        Change-Id: I0dcb16ad325665ac435c2434648ea087ecb5c79f

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [c1f9d1a42600e2f5d4fe51d67f461b0397675070]

        More loplugin:cstylecast: xmlsecurity
        
        Change-Id: I3ff3df41b004a0c2cfe01da19c1a0aa6488aaead

2018-01-15  Stephan Bergmann  <sbergman@redhat.com>  [7dd588423cb098eca774463ef4854f2750d7c123]

        Use = for initialization
        
        ...so that an automatic loplugin:cstylecast rewrite (with a to-be-committed
        enhanced loplugin) won't rewrite that to illegal and -Werror,-Wvexing-parse
        
          uno::Sequence<OUString> aNames(int(ScSheetEventId::COUNT));
        
        Change-Id: I6bb0d7de8d382ad71b1510ce4a604d732899ccee
        Reviewed-on: https://gerrit.libreoffice.org/47866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [b89c5c111b1fafdb2b0e4fd1d8bad0a864a670bc]

        fix android build
        
        Change-Id: Id53f9d2a5adf126db9abeab620bb92b8720425f7

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [bfaf85248c49249366434208ca7b71cbf6d930c1]

        loplugin:useuniqueptr in ImplToolBoxPrivateData
        
        Change-Id: I5a88f6052899c9dcea818084aefcb63b0460cf2d
        Reviewed-on: https://gerrit.libreoffice.org/47838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2849b82894f4325021162605fb911bcb27fb8fca]

        loplugin:useuniqueptr in ImplSplitSet
        
        Change-Id: Ibade5376c545fe5281ac171385bbb2aa02627512
        Reviewed-on: https://gerrit.libreoffice.org/47837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [397d5cbc3c04da7693e2e1f3e99b0d8e431bfff2]

        loplugin:useuniqueptr in Cursor
        
        Change-Id: I5de300709409311b7a1d451ee1d314596cf2e879
        Reviewed-on: https://gerrit.libreoffice.org/47836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [a2f86708a5740ce9fd2a3a6ab69685d8fb53dd6c]

        loplugin:useuniqueptr in BasicCodeTagger
        
        Change-Id: I85b7d5b3030d4b3ec5318e4ee6793927c1f16355
        Reviewed-on: https://gerrit.libreoffice.org/47835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [215254415fc32b754eb948a5c374b14366773afb]

        loplugin:useuniqueptr in comphelper,cppu,registry
        
        Change-Id: Ib353d901827e417498fe4f8e397f1a57c61a9736
        Reviewed-on: https://gerrit.libreoffice.org/47794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7d8e94444d989d0ac4a4055b207726708e9ec0da]

        convert a<b?a:b to std::min(a,b)
        
        with something like
        
            git grep -nP '(.*)\s*<\s*(.*)\s*\?\s*\g1\s*:\s*\g2' -- *.?xx
        
        Change-Id: Id5078b35961847feb78a66204fdb7598ee63fd23
        Note: we also convert a>b?b:a
        Reviewed-on: https://gerrit.libreoffice.org/47736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [80fb8d406ced47e6a2089f0c8ba5c103d2fec91f]

        Fix typos
        
        Change-Id: I4c5965438eb28b853ce4ea826139faab567415e1
        Reviewed-on: https://gerrit.libreoffice.org/47873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7a6df88f2579c4fcfa81eb27f6db9e8e21c9a6f8]

        Use = for initialization
        
        ...so that an automatic loplugin:cstylecast rewrite (with a to-be-committed
        enhanced loplugin) won't rewrite that to -Werror,-Wvexing-parse
        
          al_Int16 nTmp( sal_Int16(style::ParagraphAdjust_LEFT) );
        
        Change-Id: I27a8b8fea129f9f1d755499bf204a7c8f2b35976
        Reviewed-on: https://gerrit.libreoffice.org/47868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7f68bd63afb46576216a3396a116f899aa794515]

        Use = for initialization
        
        ...so that an automatic loplugin:cstylecast rewrite (with a to-be-committed
        enhanced loplugin) won't rewrite that to -Werror,-Wvexing-parse
        
          sal_Int16 nTmp( sal_Int16(style::ParagraphAdjust_LEFT) );
        
        Change-Id: I62072864cb879ca3d45bf941d3dfabdd1c2cabd0
        Reviewed-on: https://gerrit.libreoffice.org/47867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [594a21fd5e13bc4626e22bf06d85822d6de9eebf]

        ofz#5301 Direct-leak
        
        Change-Id: Id9b876e89dd186782c0168229840f721a8b3720c

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [f172d5ee4813e94c5c7f678a636985d0f76e872a]

        ofz#5302 Integer-overflow
        
        Change-Id: I837a795385e900099ad781a7d5a7be1985f379fe

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [7dbea5f8ab421c8b31316aed6cff67ddb35dcb43]

        ofz#5294 Indirect-leak
        
        Change-Id: Ie183f1fcf3ac3358f5960382ec043a9250876679
        Reviewed-on: https://gerrit.libreoffice.org/47864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [6dc995f3dd6a8c74d6c9e248abe71f4fde4b3606]

        ofz#5293 Null-dereference READ
        
        Change-Id: Ie2f9127a903a07e26cf64672476cdfcc1f247eae
        Reviewed-on: https://gerrit.libreoffice.org/47862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [866fc4ddd3145f08d9cf2bce3cba7e3844c4f76d]

        Fix typos
        
        Change-Id: Icc5fc590a6a90e30afa5f61028d4dd0279fbe120
        Reviewed-on: https://gerrit.libreoffice.org/47861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a452643b431803b613919871abf1a81de6de3464]

        Fix typos
        
        Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053
        Reviewed-on: https://gerrit.libreoffice.org/47856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cfffb09b3d6d46c500e3be3fe601a4ff6944d40e]

        Fix typos
        
        Change-Id: I2a578961837076ebce3c1fb2681b0785d1d490ac
        Reviewed-on: https://gerrit.libreoffice.org/47857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [fa014ee6e13d182cb5830698558284e7caffa5f9]

        fix indent
        
        Change-Id: Ic806f41607c201d9b68074244203c6020d4985c7

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [d04f9f5659d21a4b48ff66424db60b5b0536f06e]

        drop AreaLink_Impl
        
        Change-Id: Ib171eb330be3a64b9688f880b2075fbd09875a20
        Reviewed-on: https://gerrit.libreoffice.org/47845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-14  Caolán McNamara  <caolanm@redhat.com>  [b1e1b0950ecc4bf7323bd494ef33de1ae31fedf0]

        ofz#5276 oom
        
        Change-Id: I5eba89e0f242b316bd59779601dc1f12b8ce3b87
        Reviewed-on: https://gerrit.libreoffice.org/47844
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3fe8a90c164ad4b8e5f0e1998c1cf59186658362]

        change testN821567 to work on more import/export filters
        
        - rename the test to something sensible
        - comment the test use case
        - change the test to cover more import/export filters
        
        Change-Id: Ib9be1148d239d99e70e62efaafb69daf25c72164
        Reviewed-on: https://gerrit.libreoffice.org/47852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [640a7c791b4665c16be7ad8f5f7dda30dcc88eda]

        xmloff: XmlImageStyle class is pointless as the methods are static
        
        When used, we instantiate the XmlImageStyle class but all its
        methods are static, so instantioation is completely pointless.
        So change XmlImageStyle to a namespace and static method to
        functions.
        
        Change-Id: I6385bd7eeb08c627cb8e48b79a6820372cf94a65
        Reviewed-on: https://gerrit.libreoffice.org/47851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [61618210f87f57ae21cc39530c9f777d76002a12]

        Fix typo
        
        Change-Id: Ibab7a1b98e35e6e6f282f83e361f067708e1fdc1
        Reviewed-on: https://gerrit.libreoffice.org/47854
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-14  Julien Nabet  <serval2412@yahoo.fr>  [1d71f886d6760e5b3eeb4a0f9aaaead0816a45aa]

        tdf#114992: fix crash in deleting sheet
        
        See bt:
        https://bugs.documentfoundation.org/attachment.cgi?id=139087
        
        Change-Id: Iee72385a8e5400436da72fe5e18b8cdfccad193d
        Reviewed-on: https://gerrit.libreoffice.org/47850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [18b45de3f9aaab82349784a86521b43d7d99d174]

        Fix HIDs in Java based Table/Query/Report wizards
        
        Some HIDs were a bit off in these wizards
        - Report Wizard 'Grouping' page
        - Table Wizard 'Set primary key' page
        - Query Wizard 'Grouping' page
        
        All these contain a subclass of a FieldSelection.
        Due to the implementation of HID handling there, we need 4 consecutive
        HIDs in HelpIds.java for the buttons cmdMoveSelected, cmdMoveAll,
        cmdRemoveSelected and cmdRemoveAll.
        
        Above pages contain subclasses without the MoveAll and RemoveAll buttons
        so we need empty placeholders in their places to cater for the assumptions
        of the parent class.
        
        This also means that HID numbers must be adjusted a bit, and in ReportWizard.java
        we need to shift the base HID number of the Sorting page that follows
        the Grouping page.
        
        Change-Id: I944dd4f781aff2c0b0cfd99c3386001506c01440
        Reviewed-on: https://gerrit.libreoffice.org/46270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-01-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [674b1c924966b4a3b6027509a6ab682e7c5aaaea]

        Save full file path to pot files
        
        As requested here:
        http://nabble.documentfoundation.org/libreoffice-l10n-Pootle-source-file-paths-not-available-anymore-td4229127.html
        
        This adds the full source file path in case of .hrc and .ui files
        to the generated pot, relatie to srcdir. So instead of
        personalization.hrc:31
        we can have
        cui/inc/personalization.hrc:31
        for better context for translators.
        Since this is only in comment this will not change the translated
        status of strings.
        TODO: the other file formats we use are not affected by this.
        
        Change-Id: Id436d66698c93e07c46bf9c20601c5b480eadd0b
        Reviewed-on: https://gerrit.libreoffice.org/46591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-01-14  jan Iversen  <jani@libreoffice.org>  [e16668e16441406db20f2adf587a9e1fed75b9aa]

        iOS, typo
        
        Change-Id: I59db4b822a7d0f697f887f99805893e9adb54667

2018-01-14  jan Iversen  <jani@libreoffice.org>  [35020496e22317715140278a4b4cc974e48889da]

        iOS, static library depeneds on setup
        
        added dependency to static library
        
        Change-Id: Ib0d7f7eec1f34ff275600cc9e825fa606f1ef40d

2018-01-14  jan Iversen  <jani@libreoffice.org>  [73259891a3fa77497b76b8378a795c83944d74e4]

        iOS changed reference to native-code.h
        
        Change-Id: Icadbdc4463ffb9591353e820f66474c65efd12cf

2018-01-14  jan Iversen  <jani@libreoffice.org>  [0ff9e57e0f4ee7a5bf846ae61fc97012434d3be8]

        iOS updated "make clean"
        
        make clean now knows how to clean the iOS special part
        
        Change-Id: If132172d95823754f0983241a8121d143fcc3007

2018-01-14  Julien Nabet  <serval2412@yahoo.fr>  [b70c2e2a4c9e42b6d7fd891e6bcef1a6510d4f63]

        Typo: Unexepected->Unexpected
        
        Change-Id: Id87b14e8cca80c7cc03ff9977fac3effc6f61a52
        Reviewed-on: https://gerrit.libreoffice.org/47847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [39dd42b5aa34d0960cdab0c9fd967d4ae5cc6801]

        lok: Tile not invalidated with certain changes
        
        Calling FillRects caused this issue, which updates text area, so
        the invalidation, runing after that call, won't now where was the old text.
        We call invalidation here on the whole frame not only on the rects where
        the actual text is.
        
        Change-Id: I23db4b9579aa5710540b5d241506726630219b02
        Reviewed-on: https://gerrit.libreoffice.org/47848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-14  Julien Nabet  <serval2412@yahoo.fr>  [facfc2951ea9f4745edd4a6fb1cf97697f33f40a]

        Typo: syles->styles
        
        Change-Id: Ia93306eda5e09cc9cae62fc43c472d266ec03bfa
        Reviewed-on: https://gerrit.libreoffice.org/47846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-13  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [d28e10b095b4ee0986fbe86170928bf077da04b9]

        Replacing newly written deprecated OSL_ENSURE by SAL_WARN_IF.
        
        It was mentioned at https://gerrit.libreoffice.org/44605 but that patch
        was already merged.
        
        Change-Id: I0b75bb3d23406d7e25fe4c0e0a2f26f3e69d37c5
        Reviewed-on: https://gerrit.libreoffice.org/47811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-13  Caolán McNamara  <caolanm@redhat.com>  [315be3a276b01e88c794da1dbc6252a8b803d269]

        VclPtr, missing dispose
        
        Change-Id: I790cd8be0d461d4c82c9b1c64e334bd37115dcaf
        Reviewed-on: https://gerrit.libreoffice.org/47801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-13  Caolán McNamara  <caolanm@redhat.com>  [ba2c3bb1e63b4cc40c4379dde314eb005f0c4c10]

        ofz#5288 Direct-leak
        
        Change-Id: I4abbae86d888866e111f5d5deee3a596aeae4cb7
        Reviewed-on: https://gerrit.libreoffice.org/47839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-13  Caolán McNamara  <caolanm@redhat.com>  [de1b926fa294273caefb29a507e117b8487e882b]

        Foreground colors adjusted
        
        to comply with WCAG 2.0 level AAA requiring a contrast of 7:1
        
        Change-Id: I71edc354f3f9a3d534452bb378743d1f9639a08f
        Reviewed-on: https://gerrit.libreoffice.org/47825
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cfa0b631d00f1c17d15646ddcf78093b7f4df03b]

        shapes provide their name through the container::XNamed interface, tdf#114932
        
        This is actually a problem introduced by 1c80246e5ff8aeb3e05384d86766a56aa878c7be
        and not by 5ee141ee2fb77c3cc452ac656235d7e83e15072c as mentioned in the bug report.
        
        Change-Id: I5f4032c13cf5eac3e515ada10b9bfa87598da438
        Reviewed-on: https://gerrit.libreoffice.org/47841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f8fc4f4f4e0a5ccbdae4f6d39c80a3533e4ce507]

        loplugin:useuniqueptr in ImplB3DPolygon
        
        Change-Id: I9aae095702246d1b0fca5282874de5e0a0efcd60
        Reviewed-on: https://gerrit.libreoffice.org/47792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-13  Caolán McNamara  <caolanm@redhat.com>  [0ebbcec217a9774874f8880171474e0dc710f27a]

        ofz#5281 Divide-by-zero
        
        Change-Id: I8ce33727901def27b12981281de6cb011e9f14f3

2018-01-13  Caolán McNamara  <caolanm@redhat.com>  [ff5cb6cb34e42b290affc75703a93de1d24d0bc6]

        turn update links warning dialog into an infobar
        
        Change-Id: Ib53c21d9ea76af11ed9af2115af7cd617c0f149b
        Reviewed-on: https://gerrit.libreoffice.org/47823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8242c22f84cef1bbc8c385875b2da4713b542329]

        gpg4libre: add initial unit test for encryption
        
        Load encrypted document w/ password-less key,
        don't fail.
        
        Change-Id: Id782dd865878ae7b8a60c7c80821b1370f6ac7e7
        Reviewed-on: https://gerrit.libreoffice.org/47831
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [39805f65189cd0085fe8f1071ae75cdec450c65e]

        tdf#114550 don't use PBKDF2 in package for gpg encryption
        
        No need to derive password-based key, simply skip rtl_digest_PBKDF2
        for the gpg4libre case.
        
        Also pass down PBKDF2 iteration count from ZipPackage, which knows
        about GPG encryption, instead of just always setting it in package
        stream.
        
        We otherwise needlessly iterate session key also for gpg encrypted
        storages.
        
        Change-Id: Ic96b2193f8541bbd109795fb9c0212a0a10c7344
        Reviewed-on: https://gerrit.libreoffice.org/47783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6df0c7bc230a424f5aefe583b591df70c6273b6f]

        tdf#114550 recognize sym key & init vec as valid f/ decrypt
        
        Otherwise package code would _only_ try to decrypt for salt and
        iteration count present, which does not make sense for gpg.
        
        Change-Id: Ie366f086a3c14d6b54b91b4edee8cfef1a42c44b
        Reviewed-on: https://gerrit.libreoffice.org/47782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [eea58228eabec225cfec49932ae0c7b0d79fdc7f]

        tdf#114550 use 32 bit random session key for gpg encryption
        
        Otherwise we'd need to pointlessly spread it to 32 bit down the
        road for AES.
        
        Change-Id: I7303be71fd855aa454d07fcae04d7f42e3c9cd9c
        Reviewed-on: https://gerrit.libreoffice.org/47781
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ca6f3d7a56a3a028618413a811775328449264bf]

        gpg4libre: open encrypted files also via gpg
        
        Adds code to sfx2 and package to try gpg4libre for extracting
        session keys, and use them in turn to decrypt odf storage.
        
        Change-Id: I1f626143e6c8443b4ad0c4fc5bdbd5ab8d56a451
        Reviewed-on: https://gerrit.libreoffice.org/47780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d17bff6e0324dfa013681efd7e0107d3cd5ad2be]

        gpg4libre: import PGP encryption manifest
        
        Change-Id: Iadd7f8f1194299cb50907d8594114c89c668ebd0
        Reviewed-on: https://gerrit.libreoffice.org/46462
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  jan Iversen  <jani@libreoffice.org>  [3c8ebbdca744d87fcc42f97b76e04cef5a7b5c1f]

        iOS, debugged callback
        
        Callback now calls the swift function.
        
        It is time to see if we can do without the thread queue.
        
        Change-Id: If9a76c884ca7e5018243ae3f4bee20b61dbba40d

2018-01-13  jan Iversen  <jani@libreoffice.org>  [f64ae9b0ba80dec1e3e16502debc947f30c31bf4]

        iOS, updated README
        
        Changed README to reflect dylib, and new structure
        
        Change-Id: I4230eed75572c0c0eefc059e284bfe92d5d9c506

2018-01-13  Mike Kaganski  <mike.kaganski@collabora.com>  [87b735dfb6c222698a73e51d555bd85fbc95af8c]

        Updated core Project: help  7ffe2eafbaa401f4bdea26d7b41f357567544afc
        
        That isn't specific to Calc
        
        In fact, target (text/shared/01/05020301) is in text/shared,
        module is BASIC.
        
        Change-Id: I7341688b1f04733b7ff7b79e5930e3e6b6955add
        Reviewed-on: https://gerrit.libreoffice.org/47833
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-01-13  Mark Hung  <marklh9@gmail.com>  [8c7915eb9693f7c385308ec2b76b1d5b582bceed]

        tdf#113481 Let backspace delete complete CJK ideograph IVS.
        
        If the character to be deleted is in CJK script and
        is a Unicode variance selector, delete the complete IVS
        if the base character is a CJK unified ideograph.
        
        Change-Id: I5d29664d5e964fc685110333f8109b0bfa8e0955
        Reviewed-on: https://gerrit.libreoffice.org/44555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [085852e2e2779de1712cf18b5e67740cb7a4bcb6]

        tdf#114901 TSCP various advanced TSCP dialog changes
        
        - rename "Part" to "License"
        - change Markings from Combo to List box
        - minimize whitespace
        - move bold and sign paragraph under text area as it is fixed
        - remove bold in paragraph dialog
        
        Change-Id: I7ec20460d02d3611a1da325eb7d3de3aef10f03f
        Reviewed-on: https://gerrit.libreoffice.org/47632
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5404aef868f21ac15e8255892e2171a9377cb47]

        loplugin:useuniqueptr in svl
        
        Change-Id: I89aa05b3c59ca3ad680d35899400957a399ccf0e
        Reviewed-on: https://gerrit.libreoffice.org/47795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [37464a0fb7f3bafe72126e65d34f2c15377a3964]

        loplugin:useuniqueptr in idlc
        
        Change-Id: Iccc50462ca115546422824b6814abf16a029f005
        Reviewed-on: https://gerrit.libreoffice.org/47793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [9acf3da78a5146c5af557967eabd0c47bf54d466]

        sal: remove no longer needed CheckTokenMembership_Stub
        
        CheckTokenMembership_Stub was added in commit ce20f0702 because there
        was a problem with patching/replacing UWINAPI on Windows ME. To
        resolve this, CheckTokenMembership was not exported to stay compatible
        which is no longer an issue.
        
        Change-Id: I654a5f5ececa918f844eca541942b9d552fcfa7f
        Reviewed-on: https://gerrit.libreoffice.org/47217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [fa09d724b4c3309ce2961ad6b9cd11ade5753f33]

        store: remove unnecessary comments in storpage.hxx
        
        Change-Id: Ic515c916826d58f89893d2d0d58b65b80c7b83be
        Reviewed-on: https://gerrit.libreoffice.org/47196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Jim Raykowski  <raykowj@gmail.com>  [4393ca834641599281c8feb4259228b90cb4499b]

        tdf#106611 make click on status bar insert/overwrite field work
        
        Change-Id: Ife8f9126a0249a8abe4e9fbe00917a784288c8e7
        Reviewed-on: https://gerrit.libreoffice.org/47290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3e9bea4dcb6b780a3ef720858bb5dca92b065a39]

        tdf#86739 Anchor inserted images to cell by default
        
        As Calc is all about cells, many users expect images
        to be also anchored to cells, not the page.
        
        This is in preparation for tdf#98931 where we also want
        to keep images attached to their cell when users sort
        the cells.
        
        Change-Id: I5ba19f2524504ec018990c60098900d99e0db1c9
        Reviewed-on: https://gerrit.libreoffice.org/46488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Olivier Tilloy  <olivier.tilloy@canonical.com>  [35ad7482af49ab80d348b619b6d420ee170d3e5d]

        tdf#114915 Apparmor profile update (invalid comments syntax)
        
        The apparmor profile parser doesn't interpret # as a comment when on the same
        line as a variable assignment. Ensure that comments are on their own line,
        above the actual assignment.
        
        Change-Id: If10bb05f11b0e9026746db2e271113f30da5cbef
        Reviewed-on: https://gerrit.libreoffice.org/47605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Mert Tümer  <merttumer7@gmail.com>  [5f4c120dd4dcc96329a4b0bcd72d76fb37b42fed]

        tdf#96790 search function in non experimental mode
        
        The patch was sent for the ULAKBIM/Pardus project.
        Signed-off-by: Mert Tümer <merttumer7@gmail.com>
        
        Change-Id: I4e2ecc25eee6535b7d8a89800aaa8135cf517889
        Reviewed-on: https://gerrit.libreoffice.org/47568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7d9edb27e0e512fac6b5618bfd369cafc6edc1e]

        loplugin:useuniqueptr in PolyPolygon
        
        Also
        - convert to o3tl::cow_wrapper
        - drop the second param to the constructor and just
          let vector use it's own resize logic
        - bump MAX_POLYGONS from 0x3FF0 to 0xffff so that the
          ios2met filter can load it's files properly.
        
        Change-Id: I9db19e4f7b4f946e801ea07c31d2d0ded7837a0e
        Reviewed-on: https://gerrit.libreoffice.org/47789
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-13  jan Iversen  <jani@libreoffice.org>  [dacb12d219fd060504553bf29e8536bdb747c930]

        iOS, split .a and .dylib generation
        
        Added new dependency/action
        
        Change-Id: I378bc517e74e1569f81c9c7154be154021f1df3c

2018-01-13  jan Iversen  <jani@libreoffice.org>  [b61791533edca81551fcc7948ea7202d9ba6e5c4]

        iOS, Correct BRAND_* in rc
        
        Wrong BRAND_BASE_DIR and BRAND_INI_DIR reference.
        
        Change-Id: I85295a9de3807a60d0afb05c160be9acae2e4aec

2018-01-13  Justin Luth  <justin_luth@sil.org>  [60c84cd52b291f7cfa4f44366bf021f34ef230f6]

        remove unused include XChapterNumberingSupplier.hpp
        
        The code moved to NumberingManager.cxx I believe.
        
        Change-Id: I6f21e913e8fa52ffd47a3004137e7b5043421613
        Reviewed-on: https://gerrit.libreoffice.org/47826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-13  Justin Luth  <justin_luth@sil.org>  [5f25cfde82013d34276ed0ac12d4c2879888db7b]

        unused variable: DomainMapper_Impl::PushAnnotation() pTopContext
        
        unused even on the day when the function was created in 2009:
        CWS-TOOLING: integrate CWS os124.
        
        Change-Id: I20e46d6b55f307744851fc4fe1773549535bcfd7
        Reviewed-on: https://gerrit.libreoffice.org/47448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2018-01-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [37b4b3ea042ab380106f4eca001b605d79980296]

        provide uno::Sequence with ostream output operator
        
        Alongside Anys and other UNO data types, you can now also stream
        out Sequences, e.g. in SAL_INFO or SAL_DEBUG statements.
        
        Example code:
        
                uno::Sequence<sal_Int8> aBuffer...
                SAL_DEBUG("my buffer: " << aBuffer);
        
        Would yield:
        
                debug:<pid>: my buffer: 0xb6, 0x61, 0xa8, ...
        
        Change-Id: I03b0789372c44a4dd057625824862f43b1b8dfdc
        Reviewed-on: https://gerrit.libreoffice.org/47779
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [53ef918a6839c8d587dec1bb635e6b39397c53d0]

        sw: lazy load table autoformats for style purposes
        
        Commit b7138e03ebc8a33258c099c5cf6015970646a40e (GSoC Writer Table
        Styles; Import bugfix, 2016-07-26) changed the SwDoc ctor to always load
        the table autoformats, which is expensive for simple documents. Avoid
        the load in the ctor by switching to lazy-load and adding a way to count
        the number of styles without loading the autoformats when there would be
        none.
        
        (mpTableStyles -> m_pTableStyles was only necessary to see if there is
        access outside GetTableStyles() to this member, but there were not any.)
        
        Times for 100 hello world inputs: 3863 -> 2753 ms is spent in XHTML-load + ODT
        export + close (71% of original).
        
        Change-Id: I6737e7712c775573b56c8b0566e8e7fb615edee6
        Reviewed-on: https://gerrit.libreoffice.org/47820
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [efc06e9bb696110350ab3e14344de53db992280e]

        tdf#114939 sal: deprecate rtl_digest_*SHA* and rtl_digest_PBKDF2
        
        Document the disaster but don't fix it so this implementation can be
        used to import existing documents with bad SHA1 hashes.
        
        Change-Id: I4f3648dd0987392ef49dc149a9213bcafcefb202

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [9ef1734f03a008545a01fd394dd0e979bb230a0f]

        tdf#114939 sfx2: notify user of non-interoperable passwords
        
        For ODF 1.1 encryption, SHA1 is used as the start-key digest algorithm
        of PBKDF2.
        
        For the ODF export password-to-modify "feature", PBKDF2 is used
        without a start-key digest round, so the UTF-8 encoded password
        is directly the input.
        
        In both cases, if the user entered a password with a known problematic
        length, reject it and request a new one.
        
        Change-Id: Ie6510c1e668e1ed32be439ebe00354881b6ca83f

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [50382b9e9256d7361e3770daa654fb8d09448635]

        tdf#114939 package: change ODF 1.1 export to use real SHA1
        
        Change-Id: I20d4965cc467df56536ca03b773b3f0f61b1f2a3

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [9188ea83c346fdc2f668178ae7538665a1b09c02]

        tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1
        
        ... when importing ODF documents.
        
        In CreatePackageEncryptionData(), add a 3rd SHA1 password hash,
        PackageSHA1CorrectEncryptionKey, to EncryptionData.
        
        Use it in ZipPackageStream::getDataStream(), which has 3 fall-backs
        for SHA1 bugs now.
        
        Also add a CorrectSHA1DigestContext, to be used together with
        PackageSHA1CorrectEncryptionKey, and rename the existing one to
        StarOfficeSHA1DigestContext, to be used together with the existing
        2 PackageSHA1{UTF8,MS1252}EncryptionKey.
        
        The fallback won't be used very often anyway: for the password SHA1
        to be wrong, you need a password between 52 and 55 bytes long,
        and for the SHA1/1K checksum to be wrong, you need a file
        smaller than 1K with compressed size mod 64 between 52 and 55;
        all XML files have enough random "chaff" added to be too large.
        
        Test that we can read both correct SHA1 and StarOffice SHA1.
        
        Change-Id: I988fa489b5e40c7657f404f18538f637d54d28f1

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [64592a19e5d512fb5cd09bf0a1726b9c78481e65]

        test: cancel interaction on password *re-entry*
        
        If the password was wrong the first time, it's not going to be
        right if we return it a second time.  Avoid infinite loops in tests.
        
        Change-Id: Ie4bf92853d0789b0114250f6c8ded1b2c3ab184d

2018-01-12  Michael Stahl  <mstahl@redhat.com>  [0b7c3b7d9fa71f59eed75c3e80e5e12245c5e1c5]

        tdf#114939 officecfg,sfx2: always use AES/SHA256 in ODF 1.2
        
        The setting ODFVER_012_EXT_COMPAT "1.2 Extended (compatibility mode)"
        no longer has an effect on the encryption algorithms.
        
        API CHANGE: Remove the configuration settings:
        Office.Common.Save.ODF.UseSHA1InODF12
        Office.Common.Save.ODF.UseBlowfishInODF12
        
        Rationale:
        * Every release since 2012, from LO >= 3.4 and AOO >= 3.4,
          can read AES/SHA256 encrypted files.
        * SHA1 is broken anyway
        * tdf#114939 causes SHA1 interop issues
        
        Retain SHA1/Blowfish only for ODF 1.1 export.
        
        Change-Id: I007511d4830a90121e38bf5bb4534df5695621e9

2018-01-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [42e90b44ee9de1c5e0b324e492949ff6f345461b]

        uitest for tdf#93068
        
        Change-Id: Ib76d2a2f386b1584104d97ce2f2602fdac71517c
        Reviewed-on: https://gerrit.libreoffice.org/46929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [069e727e1049eaaeb1cbbd7fdd14d8d47abc1f8b]

        ofz#5274 Out-of-memory
        
        Change-Id: I3e69f5e2be848933a43d09c620dafd946486e731

2018-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [a746f20cae91a87b8263342fb558a12f2f0d50b2]

        sfx2 store: add API to allow disabling thumbnails only for a single save
        
        This is similar to the
        officecfg::Office::Common::Save::Document::GenerateThumbnail config
        setting, but here we allow configuring this at a per-save basis, not
        persistently.
        
        Change-Id: Ieb5bd57f1d8fc9e211011f2647276d985cf53131
        Reviewed-on: https://gerrit.libreoffice.org/47812
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [cab0427cadddb3aaf1349c66f2fa13a4234ba4b2]

        Enable loplugin:cstylecast for some more cases
        
        ...mostly of C-style casts among arithmetic types, and automatically rewrite
        those into either static_cast or a functional cast (which should have identical
        semantics, but where the latter probably looks better for simple cases like
        casting a literal to a specific type, as in "sal_Int32(0)" vs.
        "static_cast<sal_Int32>(0)").
        
        The main benefit of reducing the amount of C-style casts across the code base
        further is so that other plugins (that have not been taught about the complex
        semantics of C-style cast) can pick those up (cf. the various recent
        "loplugin:redundantcast" commits, which address those findings after this
        improved loplugin:cstylecast has been run).  Also, I found some places where
        a C-style cast has probably been applied only to the first part of a larger
        expression in error (because it's easy to forget parentheses in cases like
        "(sal_uInt16)VOPT_CLIPMARKS+1"); I'll follow up on those individually.
        
        The improved loplugin:cstylecast is careful to output either "(performs:
        static_cast)" or "(performs: functional cast)", so that
        compilerplugins/clang/test/cstylecast.cxx can check that the plugin would
        automatically rewrite to one or the other form.
        
        To allow fully-automatic rewriting, this also required loplugin:unnecessaryparen
        to become a rewriting plugin, at least for the parens-around-cast case (where
        "((foo)bar)" first gets rewritten to "(static_cast<foo>(bar))", then to
        "static_cast<foo>(bar)".  Rewriting could probably be added to other cases of
        loplugin:unnecessaryparen in the future, too.
        
        (The final version of this patch would even have been able to cope with
        361dd2576a09fbda83f3ce9a26ecb590c38f74e3 "Replace some C-style casts in ugly
        macros with static_cast", so that manual change would not have been necessary
        after all.)
        
        Change-Id: Icd7e319cc38eb58262fcbf7643d177ac9ea0220a
        Reviewed-on: https://gerrit.libreoffice.org/47798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [8288796fe49d61dbfa46ac29c305e95b4b78e72e]

        More loplugin:cstylecast: UnoControls
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I74f82404c624063eba8984617a59eaa08da775f5

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [b72102d15286004ce47c2a4d7203ac42bc33bdd1]

        More loplugin:cstylecast: accessibility
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4c85e1362fbe5edf50ebf75955e272b4f6f162e2

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [420ba81517f48df61ab66f5377795a5568d1f47c]

        More loplugin:cstylecast: avmedia
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Id1ad7f5c7beeea0c749a2ed48dedd03c50945b80

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [e662242ec057ef5f922507866a88819e984fd131]

        More loplugin:cstylecast: basctl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I3bddf4b08e064dead05eae87619db2232744d7f8

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [a82b177f981f14582d88e819ce8c167f9db0c213]

        More loplugin:cstylecast: basegfx
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ifa4a6643b41525c962cd6af5776e1bf10bddb71c

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [6070aaa47d6cede11f8cc0b54ed726fc45cb4a74]

        More loplugin:cstylecast: basic
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I20b38196ee1b6a34384dc46d9de1b6e1b44947ae

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [9bd84cfb52eac91ee4bd1376f1a4b053afc24ab5]

        More loplugin:cstylecast: bridges
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4d48f46fa64fe866081cd85c731a93b4bfcdf787

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5ff52393f9082c82e8083fbdbb2bd899b443ea15]

        More loplugin:cstylecast: canvas
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I1054389bc292544a1ba302509175c8718dbec747

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [898a8b00622d219741ec7649dbac560bc1f70f6b]

        More loplugin:cstylecast: chart2
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I745557506326b2b0ce66d0058ebf85e5ed2a0952

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [56bd8bb862bf6bcb2242bc864be9abf56f0c092f]

        More loplugin:cstylecast: codemaker
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: If1c6b7a83f6f64fbcbced4f036c0f859a1408d0c

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [b088da2a7ab151710416f6d58a5cc6d6b908d546]

        More loplugin:cstylecast: comphelper
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I71a5092b344f206f2c7de606f2739d3b6e2cf0bb

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [f8558f844674c7ba541699708e95f509026c9407]

        More loplugin:cstylecast: connectivity
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Idbefb16acae20ab137497e78c9bc5dc5634c07fe

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4a7fb6abcd8999d64acefb598dfe85fff042d533]

        More loplugin:cstylecast: cppcanvas
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ib58b16600c97f8dab1b32d7e049c946ca82e660b

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [14d38072b5bc6ec83d14fe827209c3a65e35c154]

        More loplugin:cstylecast: cppu
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I8531b2dc474b257c63016c8ae80014c7322e5a71

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [71a6caf49b1805a5a9ff29fe8f928a4551aa616b]

        More loplugin:cstylecast: cppuhelper
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I3966d302241a52014aaad41f72924a2095ea6621

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [f6e256c4825a6d7c9d7125a4100c10f8c4de750a]

        More loplugin:cstylecast: cui
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I04b0e0c0268cbcc1c7e7ff2174c5125785e09a07

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [d597bb77b271a0e9f2c3f4789517435f6b63f170]

        More loplugin:cstylecast: dbaccess
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I96df8923f7791288bbd350d75582a9220006ece6

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [029149e9b7aa8ad66dca2972e26385c831153c80]

        More loplugin:cstylecast: desktop
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I492363d79e443221b139f0c192a552cc5548ee4f

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [6e8765b161a1c839fd303eecbd4ddd56f85b86ac]

        More loplugin:cstylecast: drawinglayer
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I38baea4d1dd354e48eb90fc2fc385ef60485b5e3

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [54a8e708b4822f6887b5d18af39ccb87387e0774]

        More loplugin:cstylecast: editeng
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I09a4d688e6f3c1ecbe05a7d27ebd955e8ba1eb65

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [2e1559cd85d2f1b4e308d63d34bf3632ba4b6d4b]

        More loplugin:cstylecast: embeddedobj
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I16cbffa66d6b9bcc4ca68f0dd8f6bf3f4966a77f

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [126f10840b0e5930be57cb55262789e85bff9b21]

        More loplugin:cstylecast: emfio
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Idffd3ef04b007f04b7022e54881254da9b2aa4a0

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [32bd0425cc53bab05f7ab03252b37ccd6abc7dda]

        More loplugin:cstylecast: extensions
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: If5cd78704f10a98524a113c67cdc09529f745c74

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [c578d1c81274a1c0e5bdbdf5654bb4e186afdf49]

        More loplugin:cstylecast: filter
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I39cc98d11a608d5fdad11c621b4cbde285204095

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [1099ae1c16cd8323d877e894d8ce213ef8e1c349]

        More loplugin:cstylecast: forms
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I91065e9ff1c160e5becda1ffa033de7c1b48b7f3

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [11e93c64c33ed17e2286bf3be7a473df43425012]

        More loplugin:cstylecast: formula
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I924954aefd471386805082f11a2d33db2746c49a

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [867d0f5f7b1fb4c487aaee1ae6ab707971a9b8d1]

        More loplugin:cstylecast: fpicker
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I41dc5653f0da71b0efadc9ce09b22231d3321827

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [cf8b8cad053e0e9783cdc8f08ce886e2ae4b7eb0]

        More loplugin:cstylecast: framework
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I8981ef6de675bf10c103e1af0afccd620762268d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [faf01b8d54737dfbb318709180966e84c7fd5614]

        More loplugin:cstylecast: hwpfilter
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I463894b6c99fe1ebb56895c4aca8bd05a13b7c25

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [6491c1a603fc870fbe255d6f663c5738cbf0b4b6]

        More loplugin:cstylecast: i18nlangtag
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4ffae11ad940c0b4248bc6fb8baa86f17b52c203

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [e297bbdc45c7a06f58abe2cb4f97e31672e756a2]

        More loplugin:cstylecast: idl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ic4fb1f34902fc637989a348aaea5539ddc006e38

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [726f3ed546f5b9ac24a064e7e358138ef684b062]

        More loplugin:cstylecast: i18npool
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I5ca5f27425c150f58e5ec3f2392dda43a857fc33

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [b6c49c46cfde21ad92cd007bdb3531ff0c4e0cb0]

        More loplugin:cstylecast: i18nutil
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Idca83b62766c2de87bf112cf0bb565e953b7dcb0

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [57bbe564ba171663f6335b27df12352c71ed1832]

        More loplugin:cstylecast: idlc
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I1cb9e69b8138cb5bb63f18231018f166b67b3072

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ac489a4d36332a612e2601b659a0d30b7449f9c5]

        More loplugin:cstylecast: io
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I2e2654e37d949205dea27e45dd4164f51ea95839

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [9c9277a7711a4842527355a1d665fe3f8c82bc82]

        More loplugin:cstylecast: jvmfwk
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ifb4b7fa5d2a9111a63da241f75b59528e51f765c

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [95adb247b62b8e4368fa473af3f0e01c420d4f6b]

        More loplugin:cstylecast: l10ntools
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I062bc41d2feb8b50371da345edac0e65e0d187b2

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4fdd5eff7d4e10eb0a709c79b30b7411e4297d42]

        More loplugin:cstylecast: libreofficekit
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Iaa166a248f5c1e9fcf62834f65475265403e4322

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4b557ffbccf4062b0626ab8d068fa6103ba6a837]

        More loplugin:cstylecast: lingucomponent
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I0aed24dcacb95873df50e34a41a54979ad725e9d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4288c320b236e6f1643846a78618c3ce365aec82]

        More loplugin:cstylecast: linguistic
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ic1b6e8fbf3ba8d3477ee3f5539667427d26c2f43

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ad137adbaea7fcb009b4b22ad00a5e3fd3a89ff5]

        More loplugin:cstylecast: lotuswordpro
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Idd6bd4f316b916877629579bf187d0f05251263d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5072e01d077122741f71bef30c4b5caf88fe7793]

        More loplugin:cstylecast: mysqlc
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4bc61dbaf5d920e75269564cd92b19ae05046ca6

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [e1771984c5bb5357646c706e35bfc9c47cf981c2]

        More loplugin:cstylecast: o3tl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I7cb2c6ff2421d615599d178dc6eb3d62dd1becf7

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [99e118af6a7e296b3d6dcb812237f27a344c601a]

        More loplugin:cstylecast: oox
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I8fd61e3220a4b9e08d4f97acde28600f31d448ca

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [d1a510c9bde5eb9ca8ec1aa3e81782b0615fc95b]

        More loplugin:cstylecast: opencl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Id28f5699a4a9c0078a1326e81e833b75951f97cc

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [359dce126050e2d976593c0671db4311548f674d]

        More loplugin:cstylecast: package
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I0b588ac0743df25fd3eb3ac019fe6bd5360e5b0b

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [bc3e970641147a3b3b599f019aeb409cef1d44b2]

        More loplugin:cstylecast: pyuno
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I11e4fde47c5da601e4ffeada31083c3bdb4286f9

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [fe3924a3677ff5e3aa58bc0c7ec0310ad49acafd]

        More loplugin:cstylecast: registry
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I496dc091b46b6a67afe52eb12c07824f65f71212

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [05db2098032f17085b7c3b47d02f617371eeddc0]

        More loplugin:cstylecast: reportdesign
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I690ddd7eeb5fbac979292a382074e9b29c065416

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5a3bb76cd384fa3760fe8481ce008791258595ad]

        More loplugin:cstylecast: sal
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I7d89b011464ba5d2dd12e04d5fc9f65cb4daebde

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [acd1696a066b8fa6fb94a0613939565799413769]

        More loplugin:cstylecast: sax
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ide5941d633fb3bf930b790d644154829b77ad117

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [681783c9adf85bde36348f11c03d3a483bf545be]

        More loplugin:cstylecast: sc
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I987ac3a6d062600a5e21c3462c70595dfaa51796

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [fe45359ab818659186672a0ca05979b589dedbfc]

        More loplugin:cstylecast: scaddins
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I67dffc144cd2dd8eebf29d3cfc27ef1599f955a4

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [02416cc1ce1f5d64265d509a0c1b149d11b5a3cb]

        More loplugin:cstylecast: scripting
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I52e58aa38c600faf677e932cb3caad07547ccbb7

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [abf7b94123a555c4f3e90a0ae41bd7a842d1c1fb]

        More loplugin:cstylecast: sd
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I144975b94fe2725ac740a953ca2133e99f8a3fce

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [b271fb5ba1a8f7da2120d7037de087b02eb16c91]

        More loplugin:cstylecast: sdext
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ie9eca6a78912a62f5a46ecacb1da052621c79ea4

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [48db069fd7341ad8128d0e9a5fbcc5b092fe9860]

        More loplugin:cstylecast: sfx2
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ia3bed56999f3d684f706ce0bd5be8a2269b06d22

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5e7e3c3bd7bd10a9f7216d4d9fa8f2c61bf2db3e]

        More loplugin:cstylecast: shell
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ifb1f116ca0af7d0a8a6bdc6a16f6cc5e1c9e3a6a

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [16fd3dd3e0976c16b31eeb88ca61f83301626cdf]

        More loplugin:cstylecast: slideshow
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ic7cd4389d4965fb53f44e34082c92a7a2ce247fc

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5632c830e944c18c3b3c88e1bd19906d537c820b]

        More loplugin:cstylecast: sot
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I7387e4c7877faba8bc82372734c14d2263457300

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [d76f636cc41df3618962aac44ef989f13d4680b8]

        More loplugin:cstylecast: stoc
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I2a9c00b7c0427a99597a7aead6d77d370a507da8

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [0b0a6e9b4d99a647d12b25f608150bf652d3f9da]

        More loplugin:cstylecast: store
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ie71dbe8077e1467a93fda3c92cce178e53ecb2f4

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [dd68ebadd038dd99057580a89ecdd44124ac7a77]

        More loplugin:cstylecast: svgio
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Id7f822baae5e5f853308e52eba3633f879af3140

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [dead6b3a944d0100ef833bb5d7f92bcd2563ada4]

        More loplugin:cstylecast: svl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I71e3b2c9b4c68183288f43999d242e95ae13584d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [43b137e1404acbd16649813e9d493ba97b8f509c]

        More loplugin:cstylecast: svtools
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ide9e7c53b554f0a36e2078a8823f5ef6fb5cc8fa

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [c049c76fc521f2b55b39a6e9eb0f0092bcf6ef77]

        More loplugin:cstylecast: svx
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I100e6c14cbf1d780f0e5ebca6b0c9e71ce1caaf7

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [0ae2d98d1f6d29c80bd1ee830db4c333e4ee1e1d]

        More loplugin:cstylecast: sw
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I0f49d21dfdf82742f11b27709f74294feb1e419e

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [506856ca50e676520bcc80a8b498355663d0388f]

        More loplugin:cstylecast: test
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ia0835f0d9fe59bf0cb42210e4a6be1f022259a8d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [75ca2d04abc96f88ee63852e070f84984f27ad3f]

        More loplugin:cstylecast: toolkit
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Iaee0fee0cbc6e5311342b83d847cb89bd1056973

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [8456c2ba408b3bed160d3e5f050738301b225bd5]

        More loplugin:cstylecast: tools
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ifb9ebc9623c8df14ea0d4c907001bd16c5b9ae59

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [8af176d7776938249f6e59dee3ed4f5c05edbebc]

        More loplugin:cstylecast: ucb
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I17a91ab6117f1d451fa8daec2a6f9542fc9ed2df

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [b7f0446d78923c46ab604ccaf48970a6b405ba5e]

        More loplugin:cstylecast: unotools
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I40a3ff5a436766f8d16f154eff2726b4873a0eb1

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [d9384ef6e42419ecb77590c785eadf69e3d43428]

        More loplugin:cstylecast: unoxml
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I646f70befa576a2bc759cd7db8e0fe8fb3e9cf06

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [f9ff3e5d37cc5958d1e3e75cff291759fc9653d5]

        More loplugin:cstylecast: uui
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I8d533ab0d456c3e8b661a785948d37bf2aaf0e1d

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4fa3e47a853590100fa1bf8a14e5fea556cf0ef3]

        More loplugin:cstylecast: vbahelper
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4ab5ca8cc7c3e26b43937ec9edae3d106f11cf56

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [5e3a76a830128f689233bc238358d407b74e2f0d]

        More loplugin:cstylecast: xmlhelp
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ieee6d6e7246ac03e06a10455c8ad0aaf7caa48a9

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [55f07d4daa76503530d96b9c20b53c59bcd5bcf9]

        More loplugin:cstylecast: vcl
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I363c01a1ae9e863fca4fb4589829492d7280d711

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [e235da515af0e2a5d5a0cf80773943b65fdb8f7b]

        More loplugin:cstylecast: writerfilter
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I94d069b3605b45de958c3541ff93d3ae70955ea3

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [115d39a27d29019640a7feb8e8d7da08509892b6]

        More loplugin:cstylecast: writerperfect
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: I4698e9413b00e9bfe472393bf368f6aca0fd98c0

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [dec5264878903ee010e9a6296357750f6c69c844]

        More loplugin:cstylecast: xmloff
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ic872cef7bb9982305528ec3ce12a1871f055b752

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ab279d30de4188baa4b33688aaed96072f3b4818]

        More loplugin:cstylecast: xmlscript
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: If9a6160a75ae56f563a098a5569af64eb8fab7d7

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [e5262ed74d175c862356a5b0d7ee1828a6710e0c]

        More loplugin:cstylecast: xmlsecurity
        
        auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
        loplugin:cstylecast for some more cases" plus
        solenv/clang-format/reformat-formatted-files
        
        Change-Id: Ica6e96072435aa4df4e74accdfe06f798a640bbe

2018-01-12  jan Iversen  <jani@libreoffice.org>  [a5eea680720dd8f3c78143ac635dafdf09b5dd14]

        iOS, add .py dependency to native-code.h
        
        Change-Id: I165d59228c2b273d758d1222dce8e653bdca0039

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [69fac8ac09a5777d8d74eb72822410a5a02536c2]

        show something for the link name if there is no link body
        
        Change-Id: I9a445bed6072a48c2eca67ee403218e749ff3feb
        Reviewed-on: https://gerrit.libreoffice.org/47800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [7f063b77da6db00806d9e6c60239a59d75ae3cee]

        Revert "Print the important failure messages on iOS even in a non-debug build"
        
        This reverts commit ab07f81d0b5ffc4297d5f15d2458c5cc9217800f.
        
        > Jan 12 10:21:35 <sberg> tml_, is ab07f81d0b5ffc4297d5f15d2458c5cc9217800f
        >  still relevant? (one could imagine that if one wants such debug output during
        > development in a non-debug build, one could build with --enable-sal-log?)
        > Jan 12 10:22:01 <tml_> I have no idea what's relevant on iOS any longer
        > Jan 12 10:22:26 <tml_> ... but my gut feeling would be no, can be removed
        > Jan 12 10:23:14 <tml_> the rationale in the commit message sounds a bit thin
        > Jan 12 10:24:02 <tml_> surely one should test an ap well enough before
        >  submitting, to verify that it isn't possible to get it to try to invoke a
        >  constructor that isn't included
        
        Change-Id: I20ce8aa40a00205c1cae9d6ed4a87a6093745dc4
        Reviewed-on: https://gerrit.libreoffice.org/47791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [5f0b043e075b47fac7a42f2b5b39fc4f888be11a]

        no button has default focus
        
        Change-Id: I4b9e27d53a01a8d27b8b8faade45cd957ae34fb9
        Reviewed-on: https://gerrit.libreoffice.org/47799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [93ea7cb6b5ab3c9b964b2b38e8f4a3bde71dbadf]

        handle ocWebservice similarly to ocDde
        
        might have too much in here seeing as we don't need to worry about
        ocWebservice calling into itself
        
        Change-Id: I0145f38cc1c1f9ff514a496f7101d81cde9e7c67
        Reviewed-on: https://gerrit.libreoffice.org/47777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [dabcc069de794f38a04625cbc1cb5f70dcd3dff9]

        Better handle ScDde formulas with missing dde-link entries
        
        typically each ScDde formula has a matching table:dde-link which
        results in a ScDdeLink getting inserted during the load. If that dde-link
        is missing then no ScDdeLink exists and ScDde() will create a new one without
        cached content. So detect that ScDde is used in the freshing loaded ods
        and defer fetching new content until the right time.
        
        Change-Id: I016b53288076d83dd49e92e245346a5f7f560522
        Reviewed-on: https://gerrit.libreoffice.org/47768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-12  Caolán McNamara  <caolanm@redhat.com>  [b39f962e0be52f0d8380e1662f88a2f627fbfb89]

        ofz#5254 Bad-cast
        
        Change-Id: I318d441d841dd4c783f87ac2f3f699852e8b1039
        Reviewed-on: https://gerrit.libreoffice.org/47796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-12  jan Iversen  <jani@libreoffice.org>  [2a80ce62d373d734db26741858b4bee1c3994564]

        Repair windows build break.
        
        Forgot to isolate extern declaration, mac/linux had no problem,
        but windows breaks.
        
        Change-Id: Ib09119661225193d9cfb1cd9118b78cf7d9bd2f4

2018-01-12  jan Iversen  <jani@libreoffice.org>  [e25d7cc9052cddbaed24cea8a2ea88d8d785d083]

        iOS, removed hook reference
        
        Change-Id: I9a9d9613313ac8d0e611f4d7f766c42ab71963e1

2018-01-12  jan Iversen  <jani@libreoffice.org>  [162ea65aae8addf606d62bd4cace5c9246002964]

        iOS, stop trying to do dynamic load in init()
        
        LibreOfficeKit, tries traditionally to load a dylib, and
        locate the symbols, for iOS this is already linked to a
        single Kit.o.
        
        Code is changed to a simple call
        
        Change-Id: Ie94a447260cb3007e7e2b56c1b67896ad40d79d3

2018-01-12  jan Iversen  <jani@libreoffice.org>  [433063362df51e4b3e128f3c913070629793f148]

        iOS, correct rc file name
        
        the rc is called fundamentalrc and not sofficerc
        
        Now it is getting loaded.
        
        Change-Id: Id0aab9609f8499e194b21e2d8afa74525a5a1c62

2018-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [2cd6c4fb990a01ce476bf2e077836945ef59516c]

        filter: fix dbglevel=2 build of msfilter
        
        Change-Id: Ifb6747f170d7c9928d07cebb0918fdb329e96dbf
        Reviewed-on: https://gerrit.libreoffice.org/47778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [777a05b09c79661191181f002db3a3cb9e14c6e0]

        Support `make SdiTarget_...`
        
        Change-Id: I23dc4511a6f9f962adc8436ceb1a5b24823fb8e5
        Reviewed-on: https://gerrit.libreoffice.org/47788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [16a522361698ea53ab253d67e31cb51802210d71]

        ODT export: handle NoFileSync store option
        
        SfxMedium already had a m_bDisableFileSync member; if the medium has a
        storage, then forward this flag to it, so at the end
        SwitchablePersistenceStream::waitForCompletion() (and the called
        fileaccess::XStream_impl::waitForCompletion()) does not call
        osl_syncFile(), either.
        
        Times for 100 hello world inputs: 12594 -> 5281 ms is spent in XHTML-load + ODT
        export + close (42% of original).
        
        Change-Id: I2aab6c9e6baf133b211620004dcea66bd41ffc6f
        Reviewed-on: https://gerrit.libreoffice.org/47766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ef22c4a0a99be5d2903fb9e9d09fc852cd791173]

        new[] vs. delete mismatch
        
        ...after e57a036939e27ecd173ace691689e26a6a33df8e "loplugin:useuniqueptr in
        tools,stoc,unotools"
        
        Change-Id: Ifb9a3a5f37895aa75edc7f4e90e8cfe47d79bca7

2018-01-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6267b56f2dfcbcf5a6b30698e3ead68ce1b724e7]

        move implementation of ScMatrixCellResultToken copy-constructor
        
        from header to source file.
        
        Revert "no matching function for call to 'intrusive_ptr_add_ref'"
        
        This reverts commit a49be6bd585ac4610cbf04ca3525f2d90a770367.
        
        Also reverts small part of
        commit fd3fc84e590fc84f62ce3bace668fe40a25f54b5
        
        Change-Id: I5b48cf7e9f830ec411202c5364d0caac76449095
        Reviewed-on: https://gerrit.libreoffice.org/47680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8eb014b45961376b3c9a01eb2b24b9620c00f777]

        filter: fix 32bit build
        
        Change-Id: I8959e745c0560806a6512285db7c19e4cb454bac

2018-01-12  Stephan Bergmann  <sbergman@redhat.com>  [fbec01b7af438fc7409c875e59be7483772b53a2]

        Add back initialization of ScNavigatorSettings::maExpandedVec
        
        ...lost with 2ea92be9973e6892727eae37ae958863702b3658 "convert SC_CONVERT
        constants to scoped enum".  And indeed, e.g., opening the document from
        <https://bugs.documentfoundation.org/show_bug.cgi?id=114932#c2> through steps 1
        and 2 in a UBSan build reports a use of an uninitialized (bad-valued) bool in
        ScNavigatorSettings::IsExpanded.
        
        Change-Id: If0dfadc6bd8033e61e334f59b3028ab005a892cd
        Reviewed-on: https://gerrit.libreoffice.org/47767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-12  Julien Nabet  <serval2412@yahoo.fr>  [a4d02f2522dd78c8f6a65b07e16638554dd4da97]

        Fix OSL_ENSURE condition in msvbahelper.cxx
        
        Change-Id: I13fceac8779e3000217b3d78281b8a351ba5e371
        Reviewed-on: https://gerrit.libreoffice.org/47774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [22bba5f377b9261fd2aecf3a20a9fc59e5d9fda3]

        teach useuniqueptr loplugin about "if(field != null) delete field"
        
        Change-Id: I938deef90c8d6ceb0e72ab3f6ee2cbddc6f72b8d
        Reviewed-on: https://gerrit.libreoffice.org/47730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [920447d4a5df9a4f27726a943417e946108ad3ac]

        tdf#114952 filep is still used in soltools/mkdepend/parse.c
        
        regression from
        
            commit 18f513145477d4621290253d936dad7a40ee4c05
            Date:   Tue Jun 20 19:54:23 2017 +0200
            loplugin:unusedfields store..svl
        
        somewhat tricky to reproduce on linux, I had to do
        
            make soltools CPPFLAGS=-DDEBUG
        
        Change-Id: I4b1989efc02b9e864432b96cf4f71a29e581bcdb
        Reviewed-on: https://gerrit.libreoffice.org/47755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [307b16c76f6af10648b4b3264c619cffb6bb3d9b]

        loplugin:useuniqueptr in Accelerator and ImplSplitSet
        
        Change-Id: Ic7f3f2653a1d28b8f18804981de788c93eb97c56
        Reviewed-on: https://gerrit.libreoffice.org/47729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [8901c7c7bc4db5076a615ef942af6fb65e943ee3]

        tdf#105000, related tdf#80196: Make new color names translatable
        
        Make the new color names of the Tonal palette translatable
        These were added in 98419425080f58880f2d0d85749a4a55e8abb40b
        
        Change-Id: I9a55fbd50bbb97d294f7e6cfdfbe56c2605d5ae7
        Reviewed-on: https://gerrit.libreoffice.org/45838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ee142d728cfb849d0b9245367ae9e1bed279111f]

        Corrected precision of imported rotation
        
        Change-Id: I82a8b13acad1dd4d56657f02ba02ab1f1f35b161
        Reviewed-on: https://gerrit.libreoffice.org/47759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [6afb78d3dd130a513c2dd0bee924a3775fcf0b97]

        ofz#5244 tighten depth check
        
        Change-Id: Ia841f3419ebe14d8f73d09a6fc089973252725ff
        Reviewed-on: https://gerrit.libreoffice.org/47770
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [34bbe8f858fd992c784586b839c0f1dc8a218b4a]

        limit WEBSERVICE to http[s] protocols
        
        and like excel...
        
        'For protocols that aren’t supported, such as ftp:// or file://, WEBSERVICE
        returns the #VALUE! error value.'
        
        Change-Id: I0e9c6fd3426fad56a199eafac48de9b0f23914b3
        Reviewed-on: https://gerrit.libreoffice.org/47709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [dddb683300a0ce0fd713c924ebd9e005df60fea9]

        ofz#5248 Integer-overflow
        
        Change-Id: I7cefb6cb37370ed41c42dfc4fafa81b64e0709d6
        Reviewed-on: https://gerrit.libreoffice.org/47771
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [7ab38075345215879d923b3d93843cdbcf2db005]

        ofz#5247 Integer-overflow
        
        Change-Id: I333f8bb2d7168f43d7d85c48dd39c6ed02ca970d
        Reviewed-on: https://gerrit.libreoffice.org/47769
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [b0597ba5d745974fce752e1b677451a19350d351]

        only call GetHasMacroFunc to set SetHasMacroFunc
        
        and bHasMacroFunc is not accessed any other way, so this is an oxbow
        
        Change-Id: Iada84c1c4cbc2a914b78693347fa1a3521c85e6d
        Reviewed-on: https://gerrit.libreoffice.org/47757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [78b60654ffc612df794c630ddb690e4242e99c94]

        Manual loplugin:cstylecast fixes in idlc/source/parser.y
        
        ...with a to-be-committed improved loplugin:cstylecast
        
        Change-Id: Iafd2f3d401e7a9e46acfdba89a5b35498afbfd3c
        Reviewed-on: https://gerrit.libreoffice.org/47753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [e58503b743d6dd5e100bfc1abb6a96f28d17d318]

        Replace macro with function
        
        ...and move it into the only .cxx that uses it; making just enough of
        BitmapColor constexpr as is useful here
        
        Change-Id: I8a035f67f4b218dcef2f100814c62b25fb32d5be
        Reviewed-on: https://gerrit.libreoffice.org/47750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-11  Tor Lillqvist  <tml@collabora.com>  [2ac1298b5f46a7dad44dbd57569b22d15d11f1e7]

        Log just one line in cppuhelper::ServiceManager::preloadImplementations()
        
        That *is* what we want, I guess, so better I do it proactively before
        I am told to do it. Sorry for the back and forth, but my main point in
        touching this code was anyway the filtering out of the component (the
        KDE4Backend thing) that causes a crash for me, at least, and which it
        presumably is fairly pointless to preload anyway.
        
        Also, filter out libraries that for some reason have an empty name.
        
        Change-Id: I2cffd51e67c23977e0779e7f0d6faaf59d8819d9

2018-01-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1346de3f07455f4f3d697c0fd4ffcfe3863039ce]

        Fix typos
        
        Change-Id: If655aaa59d42ab63335ced6d98b2c02d0ac4ff5b
        Reviewed-on: https://gerrit.libreoffice.org/47764
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [e4f9d06214ada36b4810c736e81ac3c1ce01b6a0]

        Use = for initialization
        
        ...so that an automatic loplugin:cstylecast rewrite (with a to-be-committed
        enhanced loplugin) won't rewrite that to -Werror,-Wvexing-parse
        
          sal_Int16 nDefaultState( sal_Int16(TRISTATE_FALSE) );
        
        Change-Id: Ic02374a34c67284dfbbb829a76fe7af9f7599411
        Reviewed-on: https://gerrit.libreoffice.org/47752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [28270d93c029091805c3c169294b6ce6ae2067f0]

        loplugin:redundantcast: connectivity
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I43a148a0d192f85bbad95696c7c3c3e717c5b00a

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [e84c8b27dd1460ad6abec406037f06a3b00a97ac]

        loplugin:redundantcast: cui
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I3742417cde8a35653b336cc2801dc43a06cfb45e

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [df5dbfbc6424dc23dc50547473d3767b5d5340f8]

        loplugin:redundantcast: editeng
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I44210b93101c128a7f931816e4d2c71335117df3

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [d93f6b0a531a3586da85a79fbced26a18010958b]

        loplugin:redundantcast: filter
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I3ee7efc614502332b28a8ca7f33f835b523143ee

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [c45f9bc43d00a8957462807aee41c878fe48036f]

        loplugin:redundantcast: forms
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: Ife5e10c33c8e6abefd303445b8820c0d6f2d3307

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [70a2cfc091f9cc9c4421640bf7c925d1e7336485]

        loplugin:redundantcast: framework
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I726159d62e748678f8d739db2d3f97c80a5181c3

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [96d6ccb2e29b8f88101ebbc6ea2217fc8d06e022]

        loplugin:redundantcast: pyuno
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: If46940b66accb95d82ce9f129b274940086d906e

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [4009d28ec3ab11c65185ba27a60990bcd9153461]

        loplugin:redundantcast: sc
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: Ia9e3cf3d5483d1d77227db67dbfa304fa6060398

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [6bb80bf6e64c436820421ca415755cbe9cd6178c]

        loplugin:redundantcast: sd
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I1dc10a2acaf134a3cff142a4ec4afc906b88c260

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [c00cb49614233c6177c5daa7e271be0dc9b573b3]

        loplugin:redundantcast: slideshow
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I6a9f02665b8680f2fc51bff0b5a5ee60a77e780e

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [4c799fa83a5a51f27301110ae165855ffbc7a596]

        loplugin:redundantcast: svx
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: Icd1f084d4ffab286fd3c7c02693444eaf7799354

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [a31b7a941eee06efaa92a54a49c955c914fd20aa]

        loplugin:redundantcast: sw
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: If1bdd1a1b03fd0f705e1167c3ca8139799350f20

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [eaa9142fa7a107f5f47d547f4807caa7e4c99b1e]

        loplugin:redundantcast: tools
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I20c94335b3ddeeea40af1f2b0d3777f139186a01

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [83f69a1213f296e1f27748bae9b0baf9324fe517]

        loplugin:redundantcast: unotools
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: If48db3f54130f3f9a57e4fdc90cd5023a6047cc7

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [6dc2d2573dbfcbe67e65476e8b25470f0a2312d0]

        loplugin:redundantcast: vcl
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I5e515738a29c6d79154560d69c8b86885800ba88

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [8b614e7b98ea434c496721052007349656bd33dd]

        loplugin:redundantcast: xmloff
        
        (after a to-be-committed improved loplugin:cstylecast would have rewritten the
        C-style casts into static_casts)
        
        Change-Id: I4697e7f56d700b360dbdf2ab91ec7932e91244ad

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [361dd2576a09fbda83f3ce9a26ecb590c38f74e3]

        Replace some C-style casts in ugly macros with static_cast
        
        ...in preparation for a to-be-committed improved loplugin:cstylecast doing such
        rewriting automatically, but giving up on these macros
        
        Change-Id: I6d1400fc2326bafe850307fb840829619362e0fd
        Reviewed-on: https://gerrit.libreoffice.org/47751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [710cf469bf0e43a021fc1a24a80745bc602368ef]

        ofz#5235 Bad-cast
        
        Change-Id: I041f09f37941a92ccee3f0ebf9e5a950dee0c52f
        Reviewed-on: https://gerrit.libreoffice.org/47747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  jan Iversen  <jani@libreoffice.org>  [dd51c589774a88010d78530fc6d152a9af98f095]

        iOS, Rendering document.
        
        This patch is with thanks to Jon Nermut.
        
        With this patch, the iPad renders documents as it should be
        rendered
        
        Change-Id: I54903fde3204b949d8c608842c004cd49a211d9a

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [32c31ceb0da26c260661186b6c86831494902b58]

        Replace macro with function
        
        Change-Id: Ie565845ffa9c310a5920fc0689bbe1758bcc194d
        Reviewed-on: https://gerrit.libreoffice.org/47749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d3f935c01f30b1b9d6fd0d4bab08e844535a7ee1]

        another fix for DMG background for release builds
        
        Change-Id: Ia3d753c6774092934e89db7775f8db4b84c3c008

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [ccf986a77a4b218964033e70601ae220eb2c9b13]

        loplugin:useuniqueptr in svl
        
        Change-Id: I2fdb63517349474d90cb17ad2bd667f30840e83d
        Reviewed-on: https://gerrit.libreoffice.org/47727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [9d6b6fc96718389d7bf5f84a9e00fc5bb275c265]

        InstallPrinteDrivers->InstallPrinterDrivers
        
        Change-Id: Ieb161ca1f183611449f9d7eaf67b2505d870da48
        Reviewed-on: https://gerrit.libreoffice.org/47662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [b71660540e326db3b15899a9db0aa3bf4aed2cee]

        [API CHANGE] migrate PackageKit usage to Modify2
        
        xid dropped in favour of application_id
        
        Change-Id: Id1eb43aa9c8dfb4eac82f99eff0f84c5320e0da0
        Reviewed-on: https://gerrit.libreoffice.org/47661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [74b3924a98dfeeec719f7bc27a2e0a2e1a597167]

        connectivity: various small cleanups in the Writer driver
        
        Change-Id: I91735c3e92262fd37966c53f973d5eee1522cd61
        Reviewed-on: https://gerrit.libreoffice.org/47741
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-11  Caolán McNamara  <caolanm@redhat.com>  [4a0f40113d83742792d765eb1abcbb239cbbf2dd]

        ofz#5234 Direct-leak
        
        Change-Id: I0a4f70423be3c7cc4ccdc593f743102922f9c284
        Reviewed-on: https://gerrit.libreoffice.org/47743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-11  Takeshi Abe  <tabe@fixedpoint.jp>  [0f2104cd745329852e6a6d9c93f6af7c5a8c646a]

        starmath: getLength() > 0 -> !isEmpty()
        
        Change-Id: I72e56e8e8cad77084bf771df8d85cb7d85712437
        Reviewed-on: https://gerrit.libreoffice.org/47640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [e57a036939e27ecd173ace691689e26a6a33df8e]

        loplugin:useuniqueptr in tools,stoc,unotools
        
        Change-Id: Ia72b65577143623cedc7a40bc34f7fb897add097
        Reviewed-on: https://gerrit.libreoffice.org/47726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cb5d79b504aa8575ea15c777707c7465ea43cb07]

        Fix typo in code
        
        Just to have devs attention on this.
        It passed the "make check" on Linux.
        No idea if it's really a typo.
        
        Change-Id: Ifa73de9fcb2859c89c83873f5090020a83ad3353
        Reviewed-on: https://gerrit.libreoffice.org/47263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-11  Jim Raykowski  <raykowj@gmail.com>  [582b2ed5ba25657afc2c2d45860899325b3b2450]

        tdf#36308 make double click not expand/collapse node in Navigator tree
        
        Change-Id: I0075af147e5aa02f09db57fc2113dcdfcab5bc57
        Reviewed-on: https://gerrit.libreoffice.org/47241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-11  Michael Stahl  <mstahl@redhat.com>  [f66fbd947f70f6be6b22ab372facaeb9e2fb63ae]

        tdf#114939 filter: don't use StarOffice SHA1 in MS Office filters
        
        Always use real SHA1 here, to avoid interop issues.
        
        Change-Id: I28388db34f923bfc476a7eae526934b14d4473b5

2018-01-11  Michael Stahl  <mstahl@redhat.com>  [162ffd57de49b1f007b88fb247a592acbac0aaf7]

        (related:tdf#114939) connectivity: use real SHA1
        
        It looks like OConnectionWrapper::createUniqueId() doesn't really care
        what particular hash is used, it just wants to create something unique,
        so don't use the 'special' StarOffice SHA1 here.
        
        Change-Id: I817be900ecc9c6d686f21cce4a46f9eadd244b71

2018-01-11  Julien Nabet  <serval2412@yahoo.fr>  [2711f7639811929fc9ea8dc168ea28f1c5545e67]

        tdf#114955: Fix primary key management in copy table
        
        When we chose to create a primary key, be sure the other existing
        columns won't be in primary key
        
        Change-Id: I523f1b3a4b56c92d48b65cb3d83793b5459c630c
        Reviewed-on: https://gerrit.libreoffice.org/47732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-11  Justin Luth  <justin_luth@sil.org>  [29d57a3f0c60afc1bd3a79a01e18e99bf4e8edcb]

        tdf#91292 ooxmlexport: cleared fill != use grabbag info
        
        A while back the way that backgrounds are handled changed.
        This was one spot where the changes didn't sync up. When
        the background is cleared, then the imported grabbag
        attributes should be tossed, not re-applied during save.
        
        Change-Id: I9759def6321697a634bcbd66ecdc9d73693ce1a3
        Reviewed-on: https://gerrit.libreoffice.org/44040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [aa957dffaa40a7d4f34ec90ea50779532bdc9540]

        Fix Tab key cycle through slide background panel
        
        Remove empty widget container, lot of garbage placeholders and
        redundant adjustment.
        
        Regression from commit fba28df77d7e98663d1cf77ac206f8799fce4108
        Oh dear, how could I possibly have reviewed this in?
        
        Change-Id: I25af642afad094faba5b0ba1e37cfbf1a954e52f
        Reviewed-on: https://gerrit.libreoffice.org/47720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-11  Julien Nabet  <serval2412@yahoo.fr>  [5cebf6fa1ca6d2d4b5daacf412ccccc3bf12f193]

        Modernize a bit svtools
        
        by using for-range loops and std::find_if
        
        Change-Id: I57f26828ed66cbdfc41857d9105b6694a02a4cf8
        Reviewed-on: https://gerrit.libreoffice.org/47198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-11  Julien Nabet  <serval2412@yahoo.fr>  [62c8ed2520c2daa94d3d47b275db636cddfbf048]

        Optimize a bit fileview.cxx (svtools)
        
        by:
        - using for range loops
        - using returned iterator
        - using find_if
        - using std::distance (with a find_if) to avoid looping for searching a position
        - using erase-find_if idiom
        - declaring "const" all the aTab vars
        - avoiding creating a variable used once
        - using "++<var>" instead of "+= <var>+1"
        
        Change-Id: I4139a24e43c10151dd5f0baf57a7aef5bd994ec7
        Reviewed-on: https://gerrit.libreoffice.org/47195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-11  Julien Nabet  <serval2412@yahoo.fr>  [4cb3e1c05a16af3dad03db9d789dc7ea061b33cf]

        Use for-range loops in dbaccess (part2)
        
        Change-Id: I7a247584a88fa516c7d28068b3d860499f090c92
        Reviewed-on: https://gerrit.libreoffice.org/47189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-11  Julien Nabet  <serval2412@yahoo.fr>  [42bfd59b6ba9e7a53ba789f04694060cc43d9d88]

        Use more unique_ptr in treeopt (cui)
        
        Change-Id: I2041bf8c5d0ddcc0fb62978055381280a64094c4
        Reviewed-on: https://gerrit.libreoffice.org/47187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-11  jan Iversen  <jani@libreoffice.org>  [d2d5f9665e298d4bfec1bc0c726827bf8247b47f]

        iOS, removed dummyLOkit
        
        dummyLOkit was only usefull to speed up UI test, due to slow
        linking, so it is no longer needed.
        
        Change-Id: Ib9e2cf259aaa7df4dab21d346e4283cb6ce81dd0

2018-01-11  Stephan Bergmann  <sbergman@redhat.com>  [9bd8b02504973b7c14e599943070e50e98933060]

        Fix template parameter ambiguity
        
        Change-Id: I52f0134b599ee950e5c9e47a6374e44415a800af

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [039a52dfc73c23e61480362a5f0d2ab6e6b4ef8f]

        tdf#114802 Emojis palette inserts code instead of emoji
        
        regression from
        
            commit 027b25ecd54ac97ea2471ca73e3ba89ce052fe76
            use comphelper::InitPropertySequence in more places
        
        Change-Id: I587242427c00ebf1faf44ad6b12090a39a1a3ef7
        Reviewed-on: https://gerrit.libreoffice.org/47704
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [eefd133d901a3f701cfaa8bbc04c7c99ef56161d]

        loplugin:useuniqueptr in ImplAccelManager
        
        Change-Id: Ie7968fc709255b07a7045d50aa7641aa4fa70098
        Reviewed-on: https://gerrit.libreoffice.org/47728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [b27fee9e0ebb445ce82baeade3b249807dca392b]

        loplugin:useuniqueptr cppu,idlc,io,ucbhelper
        
        Change-Id: I6d8c24fabd52b39c66ce0b88b547df7ec85dad76
        Reviewed-on: https://gerrit.libreoffice.org/47725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [96d9bd226215194632b6b0b7b0153f41ade1fc47]

        loplugin:useuniqueptr in l10ntools
        
        update plugin to find all places where we are unconditionally deleting
        stuff in a destructor
        
        Change-Id: Ia0fedc2420c7717ed2bdd8d3bb00262d2a63e0bc
        Reviewed-on: https://gerrit.libreoffice.org/47724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [f14b9d30293f180500fc56d81e5390021758e7c1]

        convert (a>b?a:b) to std::max(a,b)
        
        with something like:
           git grep -nP '(.*)\s*>\s*(.*)\s*\?\s*\g1\s*:\s*\g2'
        
        Change-Id: I60b9a3a2a09162bc0de4c13fdde2c209696e5413
        Reviewed-on: https://gerrit.libreoffice.org/47602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d11120b95ee27cb4b05db466ed07f7a996dda125]

        Updated core Project: help  2575baa6d1f20327dc943b1cc73ff4252f6cbfe6
        
        Fix HIDs with '?' inside
        
        '?' interferes in logic to extract HID
        
        Change-Id: I5252d1cf861959cc6ad2b49afe9b19f4c9698f56
        Reviewed-on: https://gerrit.libreoffice.org/47734
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [60ffa31dd930979cfc954debd19b2646560de6a7]

        Updated core Project: help  01879555450189381cc02517433807056b193af8
        
        Add L10n to labels, in New help UI
        
        * Add l10n for  "%PRODUCTNAME %PRODUCTVERSION Help"
        * same for "Module"
        * Content-Security-Policy only for online case
        
        Change-Id: Iedad3e198211c122fe5845171d5dcbc6edd4778d
        Reviewed-on: https://gerrit.libreoffice.org/47713
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ced59c16a850a9e4c87dd779b7130e8322d87493]

        RotateFlyFrameFix: Add RotCenter info to ODF export
        
        Since the WriterFlyFrames are implicitly rotated around
        their center in the Writer UI this has to be added to the
        transformation in ODF expressing this. The saved data
        now contains the shape data in svg:x/y/width/height statements
        (and thus back-compatible AFAP) and a draw:transform statement
        (that is to be applied to the defined shape) containing the
        rotation around the object's center.
        
        Change-Id: Iccfc70924364f1d58995fce180bce9b6e7643ff4
        Reviewed-on: https://gerrit.libreoffice.org/47719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [cba1c400af98081abc63d282d6910c9f58403ae3]

        RotateFlyFrameFix: Disable AutoContour for rotated Flys
        
        As long as it is not clear when, how and why we should offer
        this feature and if ODF needs to be adapted to it, disable
        the feature for now. Discussion about how to support is ongoing.
        
        Change-Id: I8ecd91ef9aefb6f49840a4f6108f5d5a17072af0
        Reviewed-on: https://gerrit.libreoffice.org/47721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-01-11  heiko tietze  <tietze.heiko@gmail.com>  [effc05eecb1359239ca7a86103a6fd9fc8424015]

        tdf#103705 Tooltip improvement for clone formatting
        
        Change-Id: I77b621197cd5d5ecd514390da216c1a903248db8
        Reviewed-on: https://gerrit.libreoffice.org/47578
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-11  heiko tietze  <tietze.heiko@gmail.com>  [92262c813f19f7df90a75d0b5758ceec9c89741e]

        tdf#114701 Missing widget labels in Customization dialog
        
        Labels placed above controls
        
        Change-Id: If05d54a172a3d4f98231fc7a3fb30d097e4e216e
        Reviewed-on: https://gerrit.libreoffice.org/47391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [371001baf010cf966a2443c35da740a3de754169]

        Fix typo
        
        Change-Id: Ib148e8b5b9a9641b756023f1fb2eea4e6fa9dd5f
        Reviewed-on: https://gerrit.libreoffice.org/47723
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e14cba17abeab72857a7bb4076cc8e7529b0a83c]

        Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend, redux
        
        ...adding two more wrapper files missing from
        aef6da021da33f099f99ed633814b8771ad4abda "Silence clang-cl -Werror,-Wmicrosoft-
        unqualified-friend in external/boost", necessary since
        653736fb23346e07e8c0e6e0125689ae1f49f0f7 "pdf: use bimap for GraphicsContext-id
        map"
        
        Change-Id: Ied377274d355f27af5d97d7bea89e3b598d9b7d0
        Reviewed-on: https://gerrit.libreoffice.org/47688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [29e7b95e9cd24b5b3d436fd5cceac40d36b0ac02]

        Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()
        
        As the 1aedb6c4345719a963a883b13fa983db3ab4b9a8 commit message said,
        the point is that we want this output even with a LO built for
        production where SAL_INFO() and SAL_WARN() are no-ops.
        
        Change-Id: I5f788c3914286ca8df2c7e290150adae0be42820

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [4a114d62957194ca60bdc9e4f857b36311a9bf22]

        Bin superfluous using declarations
        
        Change-Id: Icf8a2703b7e72f48bde1cc3bc6fd0de2e663a407

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [35ec045f6e4626c0544aaffbe489dfc142ff2aa8]

        Don't try to preload the KDE4 shell backend as that crashes
        
        Change-Id: I1c1ff4ec7cda00a76bdeb018366afed2187c7ef8

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [f9f830ac319aebd940ebcae97e51c24cda54508f]

        Simplify logging in cppuhelper::ServiceManager::preloadImplementations()
        
        Use just SAL_INFO(), with tag "cppuhelper.preload". No unconditional
        writes to std::cerr. Also, log the loading attempt beforehand, so that
        it is printed before any crash during the loading of a component.
        
        Change-Id: Ifde8be8cb5d18dd88df21c45c906deb575d36960

2018-01-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6561dd71caca205f777dcf951570d5770cdfa63d]

        Updated core Project: translations  37dce4e45765761dcf3ade415b7197a1d7026cdc
        
        update translations for 6.0 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: Id698a59cad30f1ad3c37e7d078bd781bb5f2f1fd
        

2018-01-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [0a50357ded3293bda08b9a68b53ee71164cd49a1]

        tdf#79077: Harmonize PapersizeFromSetup checkboxes in printer config
        
        job setup and options tab page. Also fix a small UI regression
        
        Change-Id: I48532ac4e188d68008e947924da651239262d8b2
        Reviewed-on: https://gerrit.libreoffice.org/47703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-10  Caolán McNamara  <caolanm@redhat.com>  [6f69982c6bad31615faac1fdbeed846dc29664b3]

        ofz#5221 depth protect Prepare
        
        Change-Id: I49804a8c65b3af204bfd79d6ff5b3280ab876ec4
        Reviewed-on: https://gerrit.libreoffice.org/47693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [99ab7bf20e3b40c911a89adc1040eb2572cc7293]

        This is a hash: '#', this is a slash: '/'
        
        Change-Id: I3a0bd41f021547678f7e423d10c8900723006bb6

2018-01-10  jan Iversen  <jani@libreoffice.org>  [6cbea52dd0123cd9d15f901280a1e1a7517e88e5]

        iOS, missed remove debug line
        
        Change-Id: I018f733cd2697f9b8456c6e4d720817d612b341b

2018-01-10  jan Iversen  <jani@libreoffice.org>  [7590db54ea9572a3f341a5ecf67e6648560f60d6]

        iOS, update to compile app
        
        The dylib reference was wrong, when starting from scratch
        
        Change-Id: I88f1a2bf5634683d3d13faa71a1aa8c039f0c472

2018-01-10  Caolán McNamara  <caolanm@redhat.com>  [b0486259aa2a1a839f5e46522b73ae9f051e20eb]

        ofz: Integer-overflow
        
        Change-Id: Iad8ebd0861a74399f6bb4a18aecf0de735a60b61
        Reviewed-on: https://gerrit.libreoffice.org/47694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-10  László Németh  <nemeth@numbertext.org>  [bcf85c9c1a3f2794da5efae9b57f40e91d2ff843]

        Updated core Project: dictionaries  58274a91b8e64e14282def27d118929b35da4ba8
        
        tdf#95024 update Hungarian spelling dictionary
        
            – new and fixed words
        
            – apply new changes from Magyar Helyesírási Szótár (2017):
        
              charme →  sárm
              Vietnam →  Vietnám
        
            – start to use new Hunspell features for two-word, etc.
              suggestions for common misspellings
        
              mégegyszer →  még egyszer
              egyesegyedül →  egyes-egyedül
        
        Change-Id: I38eac7b1023c823af69268ed81b86bde3309a3d0
        Reviewed-on: https://gerrit.libreoffice.org/47677
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-01-10  Tor Lillqvist  <tml@collabora.com>  [4e5716b57c4ce75d35c76ea26a16d8d0acadaa76]

        Mention that the getError() semantics are unclear
        
        Change-Id: Ifd5b04cc13085749f0f800bdb69cc3fdd5581916

2018-01-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d2763bde00f0f840585e1ec4c8f94c0ef804a580]

        tdf#113874 Guard against invalid states
        
        Change-Id: I013dd4eb81f0fbef25d9f58e27fe72d800d910ba
        Reviewed-on: https://gerrit.libreoffice.org/47702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-10  Michael Stahl  <mstahl@redhat.com>  [21ee376d99c040990b53df836f46792a70c3ccdf]

        gbuild: print a better error message when adding non-existing Module
        
        A confusing message "Corrupted module target stack!" is printed
        because:
        
        "If an included makefile cannot be found in any of these directories, a
         warning message is generated, but it is not an immediately fatal error;
         processing of the makefile containing the include continues.  Once it
         has finished reading makefiles, make will try to remake any that are
         out of date or don’t exist."
        
        Change-Id: Ia728c0283885fe839dbf8dd8ae2a885230f23836
        Reviewed-on: https://gerrit.libreoffice.org/47701
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-10  ekuiitr  <jhaekansh80@gmail.com>  [728104b31c89c93c8211fcd78a2c7a38192268eb]

        tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.
        
        Change-Id: I59d3d0b2c1097b5ca96505dc99a4a104b4f8ab48
        Reviewed-on: https://gerrit.libreoffice.org/47082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-10  Julien Nabet  <serval2412@yahoo.fr>  [c2bc2c4633e92349cac390c05d245d1a812986c4]

        tdf#113923: don't use twice a new column in table copy
        
        In the case where:
        1: we enabled the creation of a primary key
        2: we come back here from the "Back" button of the next page,
        we want to avoid to list the new column generated in the next page
        
        So we must check added columns in right panel must exist in the table
        
        Change-Id: I467007941b03811381a216c1ab3de8fe729f9b9b
        Reviewed-on: https://gerrit.libreoffice.org/47684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d03a754722980a4eaf14fce38d73ae23b604295b]

        sfx2 store: add API to allow avoiding the fsync of the output file
        
        The use-case is when the consumer of the output file will read it right
        after SfxBaseModel::storeToURL() returns, in which case an expensive
        fsync is pointless.
        
        Times for 100 hello world inputs: 8516 -> 2785 ms is spent in ODT-load + HTML
        export + close (33% of original).
        
        Change-Id: I05e424a43ebfeea363f82b57af60f5aaa28696b4
        Reviewed-on: https://gerrit.libreoffice.org/47695
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1026e267b4b1b0b0bd645c6bc212d6fa71544f8]

        pdfium: update to 3312
        
        Change-Id: I3e81c097870264bfcdd8c14407dcb95f5b153793
        Reviewed-on: https://gerrit.libreoffice.org/47689
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-10  jan Iversen  <jani@libreoffice.org>  [d9bde4c6af35beca7be6da93834fc56a6c1bf753]

        iOS, corrected path in LO
        
        Patch thanks to Jon Nermut.
        
        LO looked in the wrong directories on iOS
        
        Change-Id: I8a9c019f7443445b780bc2ce1c77c998f74239e8

2018-01-10  jan Iversen  <jani@libreoffice.org>  [e4f5c5cebbca1e1ceab0b4ab68031f275e46b504]

        iOS, reference to hook_2 wrong
        
        Change-Id: I4f0051bac812969988b701383a9df7db96ce245e

2018-01-10  jan Iversen  <jani@libreoffice.org>  [ffd994298d62f86a36b00e98fd41c326e0e9bad0]

        iOS, catch library changes in make
        
        Updated makefiles to be dependent on the static libs, ensuring
        that iOS is rebuild when a core library changed.
        
        Change-Id: I5ebd1d703eb9a3af0e284910cdc307dd62f4d3fc

2018-01-10  Caolán McNamara  <caolanm@redhat.com>  [80074e280d95f0f72b8ba7fd8516203f6a2b7d5f]

        ofz#5211 limit table parsing depth
        
        Change-Id: I77b569faacc6f2655b050d09a236f78843e87560
        Reviewed-on: https://gerrit.libreoffice.org/47691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [dd758f54fa5ea1ecd3d793bcea999d771010ff00]

        tdf#83877 Copy signature line properties too when copying shape
        
        Change-Id: I3265c2fa3b858a1e2ad1c0c73f3912a6c68b1043
        Reviewed-on: https://gerrit.libreoffice.org/47659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2018-01-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [aa02ed306f7c633bbffede16e44e8e736977ace4]

        tdf#106991: Highlighting remains after select no fill
        
        Change-Id: I911970539b96bc0d1c6427829fcae869142c9010
        Reviewed-on: https://gerrit.libreoffice.org/47679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0cc38c926eeafab2f8ddb21c2121d3d6aa7b90ae]

        Fix typo
        
        Change-Id: I2261578d54e4b986871eab9c309884eb903aa3c6
        Reviewed-on: https://gerrit.libreoffice.org/47614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-10  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [0074951704022d173a5fdb9df933f47be1dcbb91]

        tdf#113572: allow switching to data range in copypasted chart
        
        - enable data range toolbar button for charts with internal
          data table and possiblilty to switch to data range
        - show warning before destoying data table
        - recreation of data provider
        
        Change-Id: I2a08b723be80d411e970bfe2ee53dee7d3d52faa
        Reviewed-on: https://gerrit.libreoffice.org/44605
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2018-01-10  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8c15140f92a0dff2aa7cc9e1f8bb5d8a0df34bf8]

        Updated core Project: help  2c7cfc527a05ef757ab3ecfd6ab5a2582a104680
        
        Add Content-Security-Policies in new Help pages
        
        Change-Id: I115fc16fbf4b8284bfedc735761434bb586f0355
        Reviewed-on: https://gerrit.libreoffice.org/47660
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [cc033ec70ad91180c9d5c8ee081be933973f1f07]

        Don't use non-Windows sys/time.h
        
        (The comment what the test wants to check quotes noelgrandin on #libreoffice-
        dev.)
        
        Change-Id: I8e8980902c8113eb75d24064e68a47e70bc483d6
        Reviewed-on: https://gerrit.libreoffice.org/47676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [17b9ef3858ea8c5ab01abfe767da0b99d3d7d717]

        Don't build off-by-default loplugin:unusedfields on Windows for now
        
        ...due to missing sys/file.h
        
        Change-Id: I7cfd64c5355d9fdbb85320f876c277a408be9352
        Reviewed-on: https://gerrit.libreoffice.org/47675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b3ef638cb25c2d09112f58b182fdb0e458e3dfa8]

        Various loplugin (clang-cl)
        
        Change-Id: Ib91d9f82b99989a37e5e03ecb9138a59436ce2c8
        Reviewed-on: https://gerrit.libreoffice.org/47674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [aef6da021da33f099f99ed633814b8771ad4abda]

        Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend in external/boost
        
        ...messages like:
        
        > workdir/UnpackedTarball/boost\boost/bimap/detail/map_view_iterator.hpp(138,18):  error: unqualified friend declaration referring to type outside of the nearest enclosing namespace is a Microsoft extension; add a nested name specifier [-Werror,-Wmicrosoft-unqualified-friend]
        >     friend class iterator_core_access;
        >                  ^
        >                  ::boost::iterators::
        
        Change-Id: I393b7c95943a55d5f755cfed41e0b7bc3306c568
        Reviewed-on: https://gerrit.libreoffice.org/47673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a49be6bd585ac4610cbf04ca3525f2d90a770367]

        no matching function for call to 'intrusive_ptr_add_ref'
        
        ...with clang-cl, in instantiation of member function
        'boost::intrusive_ptr<const ScMatrix>::intrusive_ptr' requested at
        sc/inc/token.hxx(291,20):
        class SC_DLLPUBLIC ScMatrixCellResultToken : public formula::FormulaToken
        
        Change-Id: Id8485d937744759ddbe36e8508c54e2a996df4d2
        Reviewed-on: https://gerrit.libreoffice.org/47672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b4860abacf24d7b7397b7b8d6f954c9c0ce90d5c]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I867dd6f70d83f9e57ff3b9b5c73e18b6860e9026
        Reviewed-on: https://gerrit.libreoffice.org/47671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a5070d17b3db7ddebd6555f05f155709583b0a90]

        -Werror,-Wformat (clang-cl)
        
        Change-Id: I21be71f795c6c04d63a0103e251448edeb4c54d2
        Reviewed-on: https://gerrit.libreoffice.org/47670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a707dc29ece936f5f03a905b253a2af7cf67440f]

        Avoid clash with ERROR macro from wingdi.h on Windows
        
        Change-Id: Ifd9d9f08184eaf00e2d33765c80b7df234bce02a
        Reviewed-on: https://gerrit.libreoffice.org/47669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [337243fd28ce49d71108a9a16b885adf612384bc]

        ofz#5193 Negative-size-param
        
        Change-Id: I8c3cf71e4d7ad15d61e5aff738ebc6d326574635

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [bac55d08211662b4efec8d3b477e8831b109e8e3]

        just use a simple vector
        
        Change-Id: I4aeb611ba7e50c008a9d28d1f7efa308c77ba0a1
        Reviewed-on: https://gerrit.libreoffice.org/47647
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [cbebd5333e1978f0a7ca90b923e42c7bac956fdd]

        don't need to dynamically allocate these
        
        Change-Id: I847dfd45ea7115cdc1e8f95740477b76f1c68f7a
        Reviewed-on: https://gerrit.libreoffice.org/47646
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [9aa6cbab9d1f6172796f0557d8048c9f0a65b2e2]

        just use a simpler vector
        
        Change-Id: Id43776101d3466704ff62363e6a69b064ecc414c
        Reviewed-on: https://gerrit.libreoffice.org/47645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [76db55774571af5139bce79f595903a2657b7f46]

        ofz#5154 limit depth to max legal depth
        
        Change-Id: Ic1b0daf874b9df13ad012d11efaee1c31a47b1d6
        Reviewed-on: https://gerrit.libreoffice.org/47666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a50e1b6d9ddbd4fd7b0597a5eb69f9bf2aab5d07]

        sfx2 store: avoid custom parent for tempfiles during load
        
        Hopefully this fixes:
        
        shutil.Error:
        [('/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sw/qa/extras/rtfexport/data/testTdf74795__Import_7fmlh7.tmp',
        '/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/tempdir/gbuild53mqa9vx/sw/qa/extras/rtfexport/data/testTdf74795__Import_7fmlh7.tmp',
        "[Errno 2] No such file or directory:
        '/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sw/qa/extras/rtfexport/data/testTdf74795__Import_7fmlh7.tmp'")]
        
        from PythonTest_solenv_python at
        <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/18100/console>,
        given that we now set a custom parent for temp files backing up output
        streams only, not input ones.
        
        Change-Id: I395fcb9ff668796ae2ac0425eef9b5d2d8cc0987
        Reviewed-on: https://gerrit.libreoffice.org/47664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [fee2ccddfc228675662e1afe97e41eb66076cb26]

        i <= 5 is nonsense here
        
        Change-Id: Id0b378c282446e09c494613e3d8be48859b7309d
        Reviewed-on: https://gerrit.libreoffice.org/47665
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [0a48a327f6d9b82fa044519b433bf5d68b1dd0fc]

        ofz#5157 Direct-leak
        
        Change-Id: I3a058bd6d42975d7029c36416b27d31ff2165c03
        Reviewed-on: https://gerrit.libreoffice.org/47663
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [559e707f5052115613fa9736f0c8db85d1d8bc31]

        can return reference instead of pointer
        
        Change-Id: I0a4eb44cb3b546d23e722d2621c310b14dd602e5

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [e285d2fcf557c79c3dff46a10ec619ae5e227ab6]

        ofz: avoid loop
        
        Change-Id: Ie97f06188e7f824f5c5fc8968efedc231a8b9418
        Reviewed-on: https://gerrit.libreoffice.org/47658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Jens Carl  <j.carl43@gmx.de>  [ca25acdb1cd0a4ef8e9954908aed9e1867fddf9d]

        offapi: Mark property "HideSpellMarks" as deprecated.
        
        The functionality of the property was removed in 2008
        (see commit e675e98a9bb1ae81f93486b80f5bf2f84b570e25).
        
        Change-Id: I46f62ef2a3c3c67dbf04ca28a2807d8614b7f14d
        Reviewed-on: https://gerrit.libreoffice.org/47629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [a79bcb2c4615be6ef53635ed52bab0b7655a2d4a]

        doesn't have to be dynamically allocated
        
        Change-Id: I6d66a93a8cb2b0b2cfae108cc285996e9aa9063f
        Reviewed-on: https://gerrit.libreoffice.org/47643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [84392651d2731cce91c3b2e144bed4ac07e4ddf1]

        tdf#114173 Preserve size of chart legend during xlsx export
        
        During export chart into .xlsx file,
        the information about size of legend was not saved.
        Example of proper size:
                            <c:w val="0.41459448854442293"/>
                            <c:h val="0.23161616722845749"/>
        another issue was hardcoded "layoutTarget" which
        was always "inner":
                            <c:layoutTarget val="inner"/>
        also properties regarding default text style was not preserved:
        
                    <c:txPr>
                        <a:bodyPr/>
                        <a:lstStyle/>
                        <a:p>
                            <a:pPr>
                                <a:defRPr sz="900" b="0" i="0" u="none" strike="noStrike" kern="1200" baseline="0">
                                    <a:solidFill>
                                        <a:schemeClr val="tx1">
                                            <a:lumMod val="65000"/>
                                            <a:lumOff val="35000"/>
                                        </a:schemeClr>
                                    </a:solidFill>
                                </a:defRPr>
                            </a:pPr>
                            <a:endParaRPr lang="pl-PL"/>
                        </a:p>
                    </c:txPr>
        
        With this patch all these issues was resolved, and in case
        of layoutTarget "outer", the field is not availble at all,
        according to specification.
        
        Change-Id: I2c9b7a112bdd911542b5273e660222d7fefa2d88
        Reviewed-on: https://gerrit.libreoffice.org/47358
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-09  Yousuf Philips  <philipz85@hotmail.com>  [847d20b3466a6358396c923e9b4754cbdd53863a]

        tdf#114768: Update default font list for Traditional Chinese
        
        * Add Noto Sans/Serif CJK as alias for Source Han Sans/Serif
        * Order lists into open source, mac, windows and fallback
        * Add missing english names for localized names
        * Trim list of fallback fonts
        
        Change-Id: I7eb0b5bd54eb4625d6d605a2bc649c48411462ab
        Reviewed-on: https://gerrit.libreoffice.org/47191
        Reviewed-by: Cheng-Chia Tseng <pswo10680@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-09  Mark Hung  <marklh9@gmail.com>  [7d10477aa54536aeeb190d25979234ab732c1bcf]

        tdf#99524 - allow backward connect paragraph to undo.
        
        When pressing backspace, two paragaphs connected. The first paragraph
        get the style of the second paragraph. However the ParaAttribsChanged()
        doesn't update Outliner's nDepth because it is not in undo. So it create
        incorrect undo information when user press enter later.
        
        And during undo, the nDepth isn't updated because there is a check
        to compare the number of paragraphs, so SetParaAttribs needs to be
        called after ParagraphInserted.
        
        Change-Id: I6a860514042240035cde95d64bdd1f374e05a94e
        Reviewed-on: https://gerrit.libreoffice.org/47226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-09  Michael Meeks  <michael.meeks@collabora.com>  [1c1653e4d6520aa8fbe5d3dc8a94cfb9330916cf]

        tdf#114480 - Revert "Writer page shadow - avoid scaling ..."
        
        Unfortunately, when rendering tiles this gives garbage borders in
        odd places unexpectedly.
        
        This reverts commit 268d019c4b05f37e99e1da85472dc9255f186a27.
        
        Change-Id: I0071d05469cf8b7859b79c035c4239e4089b2de2

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [c597c5f12db1b76e55c6f110b231cf181959fa61]

        route cff typedefs to our sal ones
        
        Change-Id: Idbe907195f6e800e42c59ac8dbe4385d60afee80
        Reviewed-on: https://gerrit.libreoffice.org/47610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [71da7445e50eadfce261fcd2f82d16cbaa017041]

        ofz#5000 Integer-overflow
        
        Change-Id: I74871848ddddafd1a89ddb3eee4a307cc5d7c16b
        Reviewed-on: https://gerrit.libreoffice.org/47573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Caolán McNamara  <caolanm@redhat.com>  [088df374f01a28c06c4602f33fea2b717bf403f5]

        tdf#114704 use of float as intermediate causes out by one on large offsets
        
        table offset integer value of 21281769 is correctly read, but on cast to float
        it is represented as 21281768 and we're off by one when cast back to integer
        later
        
        Change-Id: I5694e14d72c04493ba15cc77485a734498a45468
        Reviewed-on: https://gerrit.libreoffice.org/47607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2157a3536f97ff5ae7c82611a801fef7e3708983]

        sfx2 store: try rename before copying
        
        Rename is cheaper then copying the content over manually, so try that
        first.
        
        Change-Id: Ieb1d03e39501c1565dae7e3290e318a09ee18965
        Reviewed-on: https://gerrit.libreoffice.org/47612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5259ab8104cfba60c40748ed0cd59d93df038c5b]

        sfx2 store: create temp files next to local files
        
        This way it's more likely that we can do a cheap rename instead of a
        copy in SfxMedium::Commit().
        
        Change-Id: I45c80cd19c3ab3bc70ecbf9793dbe1bb55994ee9
        Reviewed-on: https://gerrit.libreoffice.org/47611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6ec829055ab0b9d223979ae5f90d158d5549db1]

        tdf#114703 DOCX import: apply num defaults only to abstract nums
        
        Numbering definitions have two levels: abstract ones and overrides. The
        full definition is a merge of the two. Make sure that when defaults are
        added to the numbering level properties, these are only added for
        abstract ones, otherwise overriding e.g. the start value of a level will
        also pull in other, unwanted default properties.
        
        Change-Id: If0273ebc6b49476df17b09d636489a3bfb717334
        Reviewed-on: https://gerrit.libreoffice.org/47619
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-09  David Tardon  <dtardon@redhat.com>  [3164e193c2bd1b224231caab3b9306d5f10d9f85]

        upload libpagemaker 0.0.4
        
        Change-Id: Idc4b7eaa3331ee3831f7d27ca66663e23c30b8c9
        Reviewed-on: https://gerrit.libreoffice.org/47615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [75c604a4ecd61322285f4139621e14166a8db1f2]

        loplugin:convertlong in ucb,sot
        
        Change-Id: I6fa355448834701f11b84584649dfcdecd0f7b2c
        Reviewed-on: https://gerrit.libreoffice.org/47596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0847dc7b7a311d19b73d4943d1b0466b10cde4f]

        convert COLOR_CHANNEL_MERGE to constexpr function
        
        Change-Id: Ie46e0a47b433517b0bae0deabb447ff5c1000f22
        Reviewed-on: https://gerrit.libreoffice.org/47595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [46ab8c952aa535bd1c624aa95c8900460aa474bf]

        RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unused
        
        but leave placeholders behind to avoid having to renumber items.
        
        Change-Id: Ifa1a9dc790a68d7486da7504c11b3c203a5fd3db
        Reviewed-on: https://gerrit.libreoffice.org/47580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-09  Jens Carl  <j.carl43@gmx.de>  [95307f2ca73480176634e5cc46d96a19b735e87b]

        tdf#45904 Move _SpreadsheetViewSettings Java tests to C++
        
        Change-Id: I68dcabd15b4b318a833a893b4de96c64ffd2a164
        Reviewed-on: https://gerrit.libreoffice.org/47625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-09  Jens Carl  <j.carl43@gmx.de>  [c29828daa32f3dee503e4db2b5b55d3d12f1fd39]

        tdf#45904 Move _SubTotalDescriptor Java tests to C++
        
        Change-Id: Id4265dd6a8123624bccdfe343655525948cadee7
        Reviewed-on: https://gerrit.libreoffice.org/47623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-08  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [acb43c0b8efbfb841e7b40603d75a8432eb21f21]

        vcl: mask must alwasy be argb32 even when we can use rgb24
        
        Change-Id: I932669fc5ead7de60561d769dd21d2c35c1f957d
        Reviewed-on: https://gerrit.libreoffice.org/47564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2018-01-08  Stephan Bergmann  <sbergman@redhat.com>  [2f9aea0c1aa77a88a3dbfcc668dc410f983f3460]

        tdf#114881: Re-introduce ConfigurationUpdateAccess
        
        ...which had accidentally been removed completely from this part of
        cb2550750386f51ef7a46a8a664a4ab9de614f8d "Drop lazywrite property, which is
        silently ignored by configmgr anyway"
        
        Change-Id: Ibacacc7b04bbd0a0cc819530594dd042329b366f
        Reviewed-on: https://gerrit.libreoffice.org/47600
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-08  Stephan Bergmann  <sbergman@redhat.com>  [0ba869fc5c13a29599fda7eb976b2e7959706e04]

        Let flatpak-builder build .Debug extension
        
        Includes a revert of 58891d589bd8da700f135b098dd50833277c65dc "Add distro-pack-
        install-strip target to be used by dev-tools' flatpak/build.sh".
        
        Change-Id: Ie2ba18bc13471b46e8d5f41868bae5aee17ff25f
        Reviewed-on: https://gerrit.libreoffice.org/47599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [8ac48304da003daf9187f0d9ba706be2b3a8d895]

        UL->U
        
        Change-Id: I564e7604729f04e1fb9334b175c345938734640d
        Reviewed-on: https://gerrit.libreoffice.org/47547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [e799e98cbdde6eb1dfbe637b573918ebe0dfe96b]

        Resolves: tdf#114728 wrong entries in bibliographic entry dialog
        
        Change-Id: I15f889c108805075c716d21af84c13f98f4e7226
        Reviewed-on: https://gerrit.libreoffice.org/47593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [471b844915cc3d7036cb0fd88b40eeb049f5b54d]

        gcc-wrappers: always pass -debug to linker
        
        ... like gbuild does; this causes a PDB file to be created, which
        is required by BinScope.  Stops complaints about firebird's DLLs,
        which are apparently the only DLLs linked with gcc-wrapper.
        
        Change-Id: Ibe0e8053e0556748b1562b5f50f08480b2f2f89b

2018-01-08  jan Iversen  <jani@libreoffice.org>  [da745e2f1440592bbf22edc00b29aac93e5ff7d4]

        iOS, add bridge function to expose kit pointer.
        
        Change-Id: I534dc7e418c342d50762fbb69ae442a75610b278

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [e7980e60ee60d9707780d0eee3841850351febf6]

        Resolves: tdf#114766 gtk3 solar mutex assert
        
        since
        
        commit 33de587e95dddfc8e3c89b84f90b3d1bca823dae
        Date:   Tue Mar 17 12:56:54 2015 +0530
        
            tdf#88230: cleanup solar mutex yielding
        
            Use SolarMutexReleaser, instead.
        
        Change-Id: Ied2c78f95592c87b7908d14e9ab6c78e62f987e7
        Reviewed-on: https://gerrit.libreoffice.org/47590
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [cd44182c345adf3fe197e49575463ca34b10223d]

        openssl: fix MSVC 64-bit build
        
        For whatever reason OpenSSL wants to use "masm" (ml.exe) on 32-bit
        builds but "nasm" on 64-bit builds - this despite INSTALL.W32 claiming
        that only nasm is "supported".
        
        But /safeseh doesn't make sense on 64-bit anyway because there
        is no "unsafe" SEH there, so just apply the patch only for 32-bit.
        
        Change-Id: Ie32b17dfeeaf11c49ee29c3181021ffa5bd99091

2018-01-08  Pranav Kant  <pranavk@collabora.co.uk>  [169b9264f4c8b6a64ea445766b3f7e18cfee1eb0]

        lokdialog: Enable input before posting mouse events
        
        Change-Id: Ib878544cf902aa3c12c59e4c7be6fff20d3a91a9

2018-01-08  Pranav Kant  <pranavk@collabora.co.uk>  [9b47049bfaa40ab5eea6f69ad0abc7b771ea8fe9]

        lokdocview: Make g-ir-compiler, scanner happy
        
        Silence their warnings
        
        Change-Id: Id397745bbf7fe6687b60eeca60d5a0b67da421b1

2018-01-08  jan Iversen  <jani@libreoffice.org>  [cdfd99e27d4c72b43b8f36a6c62c86c68b463199]

        iOS, codesigning .dylib
        
        .dylib can only be loaded if signed, so added
        codesign to make
        
        In order not to expose the code identity, this is added through
        use of an environment variable IOS_CODESIGN
        
        Change-Id: I03ee7a6f2bfa8493a08b3e90163ab6c68d3c94a9

2018-01-08  jan Iversen  <jani@libreoffice.org>  [ee3edd994597e751baa279b9cafc14c3db6e39f1]

        iOS, switched simulator to use .dylib
        
        changed static lib to .dylib causing link times to be 1-2 seconds.
        
        However .dylib have a "missing code signature".
        
        Change-Id: I59e95444a0db5406075bc15360f0acb6ab08b65b

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [c46ab19bcab9151744527978742eeb5e34d2effe]

        toolkit: disable the UnitConversion test only on WNT
        
        The Mac problem cited in 43dd63898c145ebeb918f1d6ce094cf5c68548c8
        is unrelated.
        
        Change-Id: I2cba950d1b6df356fb5ecffdfe9d1f686f895ef4

2018-01-08  Dominique Leuenberger  <dimstar@suse.de>  [38368be8527ca655854ee1231d9f355b8c0591ec]

        Allow building with poppler-0.62
        
        Change-Id: Ia627f1628a67dd8ece7d9318639d9ccd06b89765
        Reviewed-on: https://gerrit.libreoffice.org/47460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [f39fd98e8cc9e3a7b6c0930cfdf06b8b01bd794d]

        ofz#5028 Direct-leak
        
        Change-Id: I5d168e4e30a6c76002399ad002a278c6c583210a
        Reviewed-on: https://gerrit.libreoffice.org/47577
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-08  Takeshi Abe  <tabe@fixedpoint.jp>  [08de4faa001307a758e182ea981c769357c976bf]

        starmath: Replace confusing sal_uIntPtr with sal_Int32
        
        Change-Id: If823398b75217f4a5a5bb5c83106d4d9d2e5f6be
        Reviewed-on: https://gerrit.libreoffice.org/47527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-08  jan Iversen  <jani@libreoffice.org>  [b9bfda051a4248a0e209fa9fa59a4bfe8a48b853]

        iOS, forgot make dependency.
        
        and also added -Objc to allow use of NS functions.
        
        Change-Id: I236cefa53f54531d035881768d2f99749dd00cea

2018-01-08  jan Iversen  <jani@libreoffice.org>  [ee4b074ce26029092d0e5f27c22a358abe101312]

        basic, solve link problems
        
        When not using scripting, there were a number of
        unresolved symbols. First aproach did not work, so this
        commit is the more extensive.
        
        Change-Id: Iaf78bde10d9a43862d58d1aa8f46b14aa075eddb

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [3dc21da3b01811e9e26890e3a30ea73589f36ea1]

        libxslt: enable debug if ENABLE_DBGUTIL
        
        BinScope requires a PDB file to check the DLL.
        
        Change-Id: Id4c584fb5b0e1a7368708267bb4650e4f1c61e79

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [d6b91568d22b9019ddf098f3c3072de25eb1c268]

        gcc-wrappers: recognise -ggdb.* in addition to -g as debug flag
        
        Firebird uses -ggdb.  This causes it to have 2 PDB files, however
        this isn't sufficient to make BinScope happy, more investigation
        needed.
        
        Change-Id: I5286964586eaffea36790ab7a7ca2df75d85f068

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [e8f2ca76037eed4c10c9851682c7f6856c7fb0de]

        gbuild: MSVC: invoke MSASM with /safeseh
        
        BinScope complains that the sblo.dll lacks SAFESEH flag.
        
        Change-Id: If2b4b6592eac37542c3e2745d90a8e432b8da2e2

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [8f3ca0831993f7d687d7fc0feb1abe0c67a413bd]

        openssl: MSVC build: link and run MSASM with /SAFESEH
        
        Actually the assembler requires lowercase /safeseh, oddly enough.
        
        Change-Id: I1569409a2d6358282a7463ea996a6b1615e6ed8c

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [65e63f48dac411de9e85ee5d8789f6d1329a0725]

        lpsolve: always generate symbols with MSVC
        
        BinScope requires a PDB file to check the DLL; not worth the effort
        to conditionalize this.
        
        Change-Id: Ibb9800baa0932495504f0bebea2ffa765aa0cecf

2018-01-08  Michael Stahl  <mstahl@redhat.com>  [b0471fc84a065faf2aa38925c486b40b185ffa58]

        coinmp: link with /DYNAMICBASE
        
        No idea why this would be explicitly disabled.
        
        Change-Id: I1e06544ae4ae579de578560ce66e310da659ccb4

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [231f7c28267c56442ba65809a41aca7ecf09dd1e]

        ofz#5025 Direct-leak
        
        Change-Id: I2eb3e93f99f63f842378ab1839c79db2c781147a
        Reviewed-on: https://gerrit.libreoffice.org/47569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6b96f16c6269d2b42029b8e649c7965b936e09e]

        sw: prefix members of SwAccessibleNoTextHyperlink, SwAccessiblePage and ...
        
        ... SwAccAllTableSelHander_Impl
        
        Change-Id: I8cc53ff4be6dcc5e9903d9d61c631898db0b5466
        Reviewed-on: https://gerrit.libreoffice.org/47567
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-08  Jan Holesovsky  <kendy@collabora.com>  [bd00b979e2d7a1d63e65d1c49be90b9deacb1b56]

        LOK: Honor the user's language when issuing help.
        
        Change-Id: I2cfe5e5ae0e10dffb7b5672fccdc71af6060491d
        Reviewed-on: https://gerrit.libreoffice.org/46435
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        (cherry picked from commit ca35b857cc99dcd909e5c2662043ea6a4ffdf244)
        Reviewed-on: https://gerrit.libreoffice.org/46969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-08  Jan Holesovsky  <kendy@collabora.com>  [a9e294ff5c8466bd1577ae43b0feaa002f9fd5ab]

        lokdialog: Few more places that need to take LOK's LanguageTag into account.
        
        Change-Id: Ida41025c70d45f426304fabe702a3bccd6e2385d
        Reviewed-on: https://gerrit.libreoffice.org/47474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-08  Stephan Bergmann  <sbergman@redhat.com>  [29ce7afd3502684206da5f31396daaed11baf629]

        Typo in comment ("from" vs. "to")
        
        ...which had been like that ever since the code got introduced with
        0fbe22a77289a624e1346ab457734c2f64f8e6fb "css::uno::Any move semantics (for
        LIBO_INTERNAL_ONLY)"
        
        Change-Id: Iacd93a4434a92f2ee8f83ba1d59b0ef0a6c38a42

2018-01-08  Tor Lillqvist  <tml@collabora.com>  [41f09aa5fc7b1fde5a95e57f51d085a8c79f9825]

        Add a few Mac-specific source files in avmedia for easier breakpointing
        
        Change-Id: I36b42ca16932cab10342894840f57e89d08dac4f

2018-01-08  Caolán McNamara  <caolanm@redhat.com>  [0ef0740298b45379bbf8d00d50beffee7a2f812a]

        ofz#5015 Integer-overflow
        
        Change-Id: Id5b8e3b66b5b7b0f762c72a3e66e6c425011301c
        Reviewed-on: https://gerrit.libreoffice.org/47534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-08  Gulsah Kose  <gulsah.1004@gmail.com>  [2d771c81d1292ea20f954364a0b8f34875973a17]

        tdf#61418 Show message on protected sheets for conditional formatting.
        
        .uno:ConditionalFormatDialog, .uno:ColorScaleFormatDialog,
        .uno:DataBarFormatDialog, .uno:IconSetFormatDialog and
        .uno:CondDateFormatDialog show an error message on protected sheets
        for conditional formatting. The patch was sent for the ULAKBIM/Pardus
        project.
        
        Change-Id: Id3c1d6f76d1245b0395082b24fa5175c14f55555
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/47395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [6c9adeed6186e7a65facffc6cb93277686f1b6e4]

        set_warnings_not_errors not necessary in qt5 plugin anymore
        
        Change-Id: I8ed8c07ce5b34d6a03a2ec9a5f9782cd506529e5

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [93dae42fd4e5c7425cd0dfa945acd2fa0512d27f]

        loplugin:useuniqueptr in qt5
        
        Change-Id: Ic7135e6ca3be7848fa39cd442d6dd716ea090713

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f3c5db4dfacfad32ef207193a21c96e1d39da85]

        loplugin:unnecessaryparen in qt5 plugin
        
        Change-Id: I07c5cee0b7fa7d05370c8dc61cae0e6a2aead348

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [8332e9791c786c89737389bee296260b05b71040]

        loplugin:staticaccess in qt5 plugin
        
        Change-Id: Ic6a895f9dd9d1474681217d6ddfd31898f916c2c

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4ca332afd13d3f9309eee4b48d93bfe3b2a4fe1]

        -Wunused-parameter in qt5 plugin
        
        Change-Id: I2d17ccdc9addb911fef8925d87b794075946c3ca

2018-01-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b946181595d198809e8a6a3fb82fd965ac911fa]

        fix qt5 plugin
        
        after
            commit b0fd921441e1e1066e232282843317514375c8ec
            Date:   Fri Jan 5 13:24:28 2018 +0200
            convert tolerance params to sal_uInt8 (second try)
        
        Change-Id: I15c2f0a3724976f17bb83e1d07639296cfbb3051

2018-01-08  Mike Kaganski  <mike.kaganski@collabora.com>  [4f65853df16a599fe81576bbccbca6ea78488d54]

        tdf#114882: don't try to close SDT when processing inner objects
        
        Change-Id: Ib7e59e1a6c82d2d35a8466312a2571f76f2338b7
        Reviewed-on: https://gerrit.libreoffice.org/47546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbf83d315acc454b576355f2e5bd8412586827ac]

        uitest: add a shared helper method for selecting text
        
        Change-Id: I15d059ea51ec1e7f0923dab5326a9bb8433e664c
        Reviewed-on: https://gerrit.libreoffice.org/47550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38df2698123d52461679b4bedadd693b23cb4794]

        support exporting of hatch for chart background, tdf#114180
        
        It seems that the hatch properties can not easily be exported. MSO
        just knows some hard-coded patterns.
        
        Change-Id: Ib1d0bbe503d77bfeb90faf90367bd5fdb477af64
        Reviewed-on: https://gerrit.libreoffice.org/47156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-08  Matthias Freund  <matti_lx@secure.mailbox.org>  [d436c4eaeb86a485bcc0206a15f9166063f5fe3e]

        tdf#75256 Sifr new entirecell icons
        
        Change-Id: If1270a7f2910178d2755e462ad28d000e6bf549a
        Reviewed-on: https://gerrit.libreoffice.org/47551
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02df8d4a7f9d35da1b8cb56dbb18e8e0effeec1e]

        uitest: add demo showing how to select text in Edit
        
        Change-Id: I8abb09e7e7b22934648bf0f295155a85da151cf8
        Reviewed-on: https://gerrit.libreoffice.org/47549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-07  Laurent BP  <laurent.balland-poirier@laposte.net>  [2453c5a62cd2c4364d0258f7488ab23b83b5478b]

        UI Duplicate dlg: enable negative angle
        
        Duplicate dlg (Shift+F3) should accept negative angle
        and angle between 359° and 360°
        
        Change-Id: I933816698143a9766a5127f3cefeaec317077289
        Reviewed-on: https://gerrit.libreoffice.org/47393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-07  Yousuf Philips  <philipz85@hotmail.com>  [0e5070b97fc0e2314af235809d2ebe37075ef188]

        tdf#113880 improve slide transition sidebar deck
        
        * added padding around transition list control
        * make controls in 'modify transition' accessible
        * correct alignment of variant label
        
        Change-Id: I129e387be1458b7f08fab7f460d9ae60cd5dd391
        Reviewed-on: https://gerrit.libreoffice.org/47320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2018-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [43dd63898c145ebeb918f1d6ce094cf5c68548c8]

        disable toolkit unit conversion test for now
        
        There seems to be a bunch of problems:
        
        On OSX the test crashes when no display can be found:
        https://ci.libreoffice.org/job/lo_gerrit/25298/Config=macosx_clang_dbgutil/console
        
        On windows the position seems to be wrong on some boxes, e.g.:
        D:/lode/dev/core/toolkit/qa/cppunit/UnitConversion.cxx(149) : error : Assertion
        Test name: `anonymous namespace'::ToolkitTest::testXUnitConversion
        equality assertion failed
        - Expected: 100
        - Actual  : 72
        - Window pos wrong
        
        Change-Id: Id100817cf9024986f790c2bfbf2ddaefcd2dd080

2018-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d87e9063b401b56749fcb7ec8a7d16a6f462ee5]

        uitest: add more properties to SvSimpleTableContainer state map
        
        Change-Id: I821c2868b1e2216e9a7d5090943eaeb58a51d520
        Reviewed-on: https://gerrit.libreoffice.org/47544
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [0a3380ae54e9c33aa4773c6d9878b99b9636dabf]

        ofz: fail early
        
        Change-Id: I86790efea5ad4a12578477301959704fb09d67b6

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [6d05e0945054459ed04d50ae16731f933be48664]

        ofz#5007 Null-dereference READ
        
        Change-Id: I830483071ce481fd14b0d1227c90e492e125f35e
        Reviewed-on: https://gerrit.libreoffice.org/47537
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [19f0a4cb75e0430502d003fa00ff47801912af03]

        ofz#5012 Direct-leak
        
        Change-Id: Ic4d5d9086c64559a2c8c06f20a8b6f461b84d440
        Reviewed-on: https://gerrit.libreoffice.org/47535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [9dad387df78f4043ca0c718f27ed06006fa7128a]

        ofz#4979 Divide-by-zero
        
        Change-Id: I0ac848950bdab54a8cc2659206758f1b13e32757
        Reviewed-on: https://gerrit.libreoffice.org/47536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [44b938040f312def227c9ed72d1f83811cf67f1a]

        ofz#4995 Integer-overflow
        
        Change-Id: Iad6e1c90cb099077809cc5684f683a0ba25b303b
        Reviewed-on: https://gerrit.libreoffice.org/47519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Stephan Bergmann  <sbergman@redhat.com>  [7df57f6993cab4ba0f1fccce92394c4dfe46f067]

        Find JDK 9 on Windows
        
        Change-Id: I8854d0e7fb23602e5ca20309fc79890b4f31a70e
        Reviewed-on: https://gerrit.libreoffice.org/47479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-07  jan Iversen  <jani@libreoffice.org>  [2d28107c294e72e69fa0ce4fc20bad9e11ef1118]

        iOS, create both static and dylib.
        
        for now the dylib is experimental.
        
        Change-Id: Id32e90a61b9695c0a73554db80b072a98234a9f5

2018-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89289fd5df60e73aa5c96c72b94d5b0bef302ef2]

        uitest: port the selection code from multi line edit to normal edit
        
        Change-Id: I3ecc2cb55e53af532e5f525542437e904f7ce5dc
        Reviewed-on: https://gerrit.libreoffice.org/47530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e66a0d7095260c62b067541a0c47ce5c07074f18]

        uitest: add support for GtkTextView/VclMultiLineEdit
        
        Change-Id: If1f22ee562b73a54042985254e0b9cd127025b55
        Reviewed-on: https://gerrit.libreoffice.org/47529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [8d52646747cc70a6c01174cb1a168ece4c95ac68]

        coverity#1427248 Operands don't affect result
        
        and
        
        coverity#1427249 Operands don't affect result
        
        Change-Id: Ibda556045d7d2cffb92e01a93c0bc5bade1e78a6
        Reviewed-on: https://gerrit.libreoffice.org/47533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [150267f9d1b17b1f4e1443e92dc5247632755e5f]

        Related: tdf#114873 if fallback returned as result, drop context
        
        Change-Id: I82676e4a0b3dee33e248b3ba81e99f949ee9227a

2018-01-07  Caolán McNamara  <caolanm@redhat.com>  [384c16ab3f76ce0e2733b0176be379585aa7a7ba]

        coverity#1427250 Dereference null return value
        
        Change-Id: I2925ed9d7b74f931b4adba08b069b9ef99d16589
        Reviewed-on: https://gerrit.libreoffice.org/47532
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Julien Nabet  <serval2412@yahoo.fr>  [1a029665ee6902b477c79cdfd08dc3896868c3bf]

        tdf#114873: localize Letter, fax and agenda wizards
        
        Since we use contextual messages, we need to concatenate:
        - context
        - EOT character
        - the message itself
        see https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html
        
        A priori, regression from 00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: Ie3e781e30ce09f0121afff2f0eb0769b1fbd2114
        Reviewed-on: https://gerrit.libreoffice.org/47521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-07  Ahmed GHANMI  <aghanmi@linagora.com>  [25206db2aa65430a13a3fe3274c86cc7652c328f]

        tdf#113070: Fix master document issue
        
        In fpicker module we don't treat template listbox "LISTBOX_TEMPLATE" element
        selected in "impl_sta_GetControlValue" function. In order to fix this issue
        we added a sequence "gitems" which save items added in template listbox
        while creating the ODM creation graphic interface. Also we added a section
        in impl_sta_GetControlValue function to get user selection from template
        listbox and the get the item from gitems and we return
        the value.
        
        Change-Id: Ibbf0a134ade8c59d8e6f333236070954da067305
        Reviewed-on: https://gerrit.libreoffice.org/45589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5055134598ea29e687ce86c3252bedded24f8c3a]

        uitest: support selecting and deselecting of tree list entries
        
        Change-Id: I686b913c31a7851607966347cccdf718628a8568
        Reviewed-on: https://gerrit.libreoffice.org/47528
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2018-01-07  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0b8713ea0c0290ed2a4d711f44bf9a19b214bb62]

        tdf#114872: Broken selection from other user
        
        For desktop LO cursor update is restricted to the active
        view, but for LO online the users's selection is shown also
        from other views.
        
        Change-Id: Ia9bc8854ee570a9a22c183bf27f941ecf0b8e4d9
        Reviewed-on: https://gerrit.libreoffice.org/47520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2018-01-07  jan Iversen  <jani@libreoffice.org>  [54cd9ab0e1051f78a5d23bfbeeaf400abfccafcc]

        iOS, first step towards use of .dylib
        
        .dylib will shorten the swift link time with factors.
        
        Change-Id: Icfbc649f058988580005fe66eb8c03d7b242fe2d

2018-01-07  jan Iversen  <jani@libreoffice.org>  [1807d095b48889ce2b3a88d807124e51a38c73c2]

        vcl, added checks for HAVE_FEATURE_OPENGL
        
        missing HAVE_FEATURE_OPENGL caused link errors
        
        Change-Id: I1c44f9c9f729f351b6acf17ae60cd855b69394db

2018-01-07  jan Iversen  <jani@libreoffice.org>  [54982d5fea21d9e81e1561a74fd341ddb0570c91]

        svx, check HAVE_FEATURE_AVMEDIA
        
        unoshap4.cxx did not obey HAVE_FEATURE_AVMEDIA.
        
        Change-Id: Id41cddd0a74c43819adc0b64c0dd84ae9d4f54ed

2018-01-07  jan Iversen  <jani@libreoffice.org>  [8fad35be9fe598c447fb0a76c086b59a15045c8b]

        sw, obey HAVE_FEATURE_AVMEDIA
        
        added check for HAVE_FEATURE_AVMEDIA
        
        Change-Id: Ida2987564536c6d9f2b85b2599253b9252fb3881

2018-01-07  jan Iversen  <jani@libreoffice.org>  [46eeb01972bd5260ebfadb9a6cb2880e7bb547ad]

        basic, changed runtime
        
        errobject is needed for runtime only
        (disable-scripting)
        
        Change-Id: I44f8c969f3e253fc3699e1bd12cd416b21ddcda3

2018-01-07  Szymon Kłos  <szymon.klos@collabora.com>  [2bd27176356c1c670fde1a59d3ffafd10ad0e4ee]

        tdf#114628 unit test for line spacing
        
        * two cases 60% and 150% line spacing
        
        Change-Id: I2ce66cd19f459b738243052b5c12da0bbb883ebe
        Reviewed-on: https://gerrit.libreoffice.org/47303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e1fb3d95ac6d58b60448981e82d90621cad7fea5]

        Remove XmlWriter in test module and use tools::XmlWriter
        
        Change-Id: I0a0e07a6a71ed95d783d35b7d94b857074ec3450
        Reviewed-on: https://gerrit.libreoffice.org/47523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [27da558d7c1fe45b58d0bcc28b961fabbc5f2f1a]

        fixup tdf#104986 move named parameters substitution into generic layer
        
        remove now unused class member
        
        Change-Id: I30ffcf60833580a5f0029fa4efef80507d7918df
        Reviewed-on: https://gerrit.libreoffice.org/47524
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-07  Julien Nabet  <serval2412@yahoo.fr>  [964cc98794941dbf7dccce526c4fa88c16b3a26c]

        tdf#114495 ODBC: clear row status buffer *before* we throw away the statement
        
        Change-Id: I898e9d0e3e2cf1ed41489231d1cd761171bfcea4
        Reviewed-on: https://gerrit.libreoffice.org/47514
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-07  Julien Nabet  <serval2412@yahoo.fr>  [40c0e38a444d8a36ac4b2ff9adb01b55f57bb7c3]

        filter navigator: "Filter for" for first position
        
        when opening the navigator with a blank filter
        
        Change-Id: Ib019714c3c778506633f4d4fa23e8faa0ac1851d
        Reviewed-on: https://gerrit.libreoffice.org/47518
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [29fe8b41428c72f8dc20b44c56caac057c1b6759]

        remove some whitespace shapepropertymap.hxx
        
        Change-Id: I8e756b43606a32b95f6192f40a5f32d13a65eec1
        Reviewed-on: https://gerrit.libreoffice.org/47522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0189792bd8837057e853a48499b4d59f9149490f]

        SAL_WARN when using the interal GraphicObject URL
        
        Write a warn if a URL is created from a internal GraphicObject
        URL as this is now deprecated.
        
        Extract the way to determine if a URL is internal to its own
        function, so it can be used to check and rewrite places that use
        it.
        
        Change-Id: Iedf13a596eab839094ea98e41787865bf6783adf
        Reviewed-on: https://gerrit.libreoffice.org/47495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7cd7bb90b2f07d104b1cd7680b56da2fe58d4564]

        remove "using" directives and lazyness templates
        
        Change-Id: I937320d1f9da51f7d0dbeb589855f6479c712288
        Reviewed-on: https://gerrit.libreoffice.org/47494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9707a0017379317069383fd061384a91a8b46281]

        use the rect from all primitives when converting svg to Bitmap
        
        In some cases we assume wrong size in svgio filter which we tried
        to "fix" outside when we render svg to bitmap. This reverts the
        "fix" and is now practically the same when rendering a svg
        graphic (might be good to combine in the future). The fix for
        svgio is fixed in a different commit.
        
        Change-Id: I43ee35d3220b3a750b8f72f22085f6a34b9d26b8
        Reviewed-on: https://gerrit.libreoffice.org/47497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [57d9503056d83605645bf0ad4d5d82a04e28ef98]

        svg icon caching even for 1x scaling
        
        Previously we cached an icon only if we changed the scaling factor
        or re-colored the icon, however if we have svg icons we want to
        cache all of the variants, including the unscaled/un-colored one
        as svg rendering is slower than loading cached png icons.
        
        Change-Id: Ie2c14687892bbd12b8e04c690a66c5a1a92ac8b0
        Reviewed-on: https://gerrit.libreoffice.org/47498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-07  Takeshi Abe  <tabe@fixedpoint.jp>  [1a012a90b454604d127bbfb5babd5f92e2231524]

        svtools: Simplify TabBar_Impl with std::unique_ptr
        
        Change-Id: If477373f6e5a39ccd61332356a821f7c7d38d28d
        Reviewed-on: https://gerrit.libreoffice.org/47488
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2018-01-06  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [0e0eff2309583ea25b81006b5bc6879b86081a15]

        lok: send modified status when applying cell-formula before saving
        
        Without this, the modified status resulting from applying
        the cell-formula immediately before saving is lost, since
        it is clobbered after the save.
        
        Change-Id: Ie402812d0fc0528020161fffe57e8220c5abfeb5
        Reviewed-on: https://gerrit.libreoffice.org/47366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [040b1fc33384f153a6cd209b58cdf1b2f71cfbd6]

        ofz#4980 bail early with 0 points
        
        even if start is 1 of 0
        
        Change-Id: I7e6ad8bcd20f160e08d8795aa38e52fe3aa3cbee
        Reviewed-on: https://gerrit.libreoffice.org/47515
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [1ca9388900b8cf4aa1ae67533432acf37a94281e]

        ofz#4976 Integer-overflow
        
        Change-Id: Iefba0ea6122bd9b1dde59f33c0c67077fecb7eca

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [6484dcf4bfd87ab090c94196e7a0d6342b240267]

        ofz#4983 Divide-by-zero
        
        Change-Id: I2ece697efccd316900761ef327bfc060b6493b97
        Reviewed-on: https://gerrit.libreoffice.org/47501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [946ae499df08cc632928c5431ba914a1ae6458dd]

        ofz#4999 Divide-by-zero
        
        Change-Id: I80b4d8a4d2abdfb54fe60a880555ea1ff62af987
        Reviewed-on: https://gerrit.libreoffice.org/47503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [cdaf72c31b3e021443bdc6b654621be5eff7dadd]

        ofz#4990 Direct-leak
        
        Change-Id: I697edeacd286f1786d55ec53a781e53122acbdbe
        Reviewed-on: https://gerrit.libreoffice.org/47502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [c46f28ec8be1cf257ad784375f6f8a3dc17a8f87]

        ofz#4982 Integer-overflow
        
        Change-Id: I429d07962acb372be460bee4e1c2b1e05dcce19b
        Reviewed-on: https://gerrit.libreoffice.org/47500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Julien Nabet  <serval2412@yahoo.fr>  [9dfd1f62ab0cf22d1f8550f64d03bcd3b94669c0]

        Revert "tdf#114495: fix crash in odbc resultset dtr"
        
        This reverts commit 89e354eff9d99d05461e2892fb1af56d186b8653.
        
        Change-Id: I73435ba76d7d7ca7ebf91eeced470fb792786c92
        Reviewed-on: https://gerrit.libreoffice.org/47513
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-06  Jens Carl  <j.carl43@gmx.de>  [6e21c087fdc49975d4ee5423b001b132d3a171a1]

        tdf#45904 Move _DocumentSettings Java tests to C++
        
        Change-Id: Ie00a963c5eb575ae1e96f6e1aa10da1a2ce421e4
        Reviewed-on: https://gerrit.libreoffice.org/47485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-06  Julien Nabet  <serval2412@yahoo.fr>  [89e354eff9d99d05461e2892fb1af56d186b8653]

        tdf#114495: fix crash in odbc resultset dtr
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=138913
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=12d5e57dcac22c288ef23075b82e3e3e87929912
        
        Change-Id: Ic079b87370207a1e51d747e250caea2bfcbc8c17
        Reviewed-on: https://gerrit.libreoffice.org/47496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-06  Caolán McNamara  <caolanm@redhat.com>  [a5850ecec9ba72ab671154b351db6a423db83f76]

        ofz#4765 Timeout
        
        Change-Id: I15400165c5233277a171b19e69db7497ce525e7f
        Reviewed-on: https://gerrit.libreoffice.org/47482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-06  Michael Stahl  <mstahl@redhat.com>  [2a88f62ac01daa72b6287a8cedccfb78579a6067]

        ofz#4392 sax: guard access to Entity::maSavedException with mutex
        
        The problem here is presumably that the parser thread reports a
        low-level SAX exception and the main thread reports a high-level filter
        exception at the same time, so both threads modify maSavedException
        concurrently.
        
        Change-Id: Ic8ce9a4992208a24a111c990a67be163858ddaf8
        Reviewed-on: https://gerrit.libreoffice.org/47478
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-06  Michael Meeks  <michael.meeks@collabora.com>  [dc885c071b71e6f6f76bedaecf7f0b1a81dd1d57]

        tdf#114819 - include the synthetic encrpytion header into the size.
        
        Change-Id: I090347046725a1ebb7a36f465654c29f7443d20d
        Reviewed-on: https://gerrit.libreoffice.org/47467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a5220ae253320a5ad8d47d2e446de53fec1198ac]

        Updated core Project: help  03d3affe49661345c23168f1f7b59e781753b08c
        
        Add l10n to the 'Module' string in Help UI
        
        Change-Id: I3b1b202ea4544f1458086abf3b149dcd0be2d115
        Reviewed-on: https://gerrit.libreoffice.org/47489
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-06  Xisco Fauli  <anistenis@gmail.com>  [0ddd15c1134dde249552ebe763c1cd005e8b4591]

        tdf#114818 hold the mutex before executing the error dialog
        
        Also add an assert to ErrorBox to ensure the mutex is acquired
        
        Change-Id: I3e426024dad6ddfc5cffc7861b0cba9e8989c018
        Reviewed-on: https://gerrit.libreoffice.org/47388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a1b0458cb4fa3f253ec1800bdcce154c1ef754b]

        SAL_TYPES_SIZEOFINT == 2 no longer possible
        
        on any of our platforms
        
        Change-Id: Id453ada9c79c76f2736f568436e386b05bcd08c5
        Reviewed-on: https://gerrit.libreoffice.org/47468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0fd921441e1e1066e232282843317514375c8ec]

        convert tolerance params to sal_uInt8 (second try)
        
        first attempt was in commit e75abe6e0a4ea250366bb29c0ece697e9b1b80a1,
        reverted in 7accac097688832d8682a88a0176c3e1482ffade
        
        Change-Id: I460e9ab5fcca3a99656e5d8434fa04c2387d7183
        Reviewed-on: https://gerrit.libreoffice.org/47463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Gabor Kelemen  <kelemeng@gnome.hu>  [08c0a761036427c15d3df13a671abe432654f90d]

        Updated core Project: help  abf8c3ef55e98aeb9011020e8a217a0bd8de17ff
        
        Various fixes on Impress General options page
        
        - ahelp and bookmark fixes
        - Templates window on startup instead of wizard
        - Preseter Console option
        - tdf#114310 Add spacing... option renamed
        
        Change-Id: I930402fc1a8efa74ec747b06b2c720a963d6cc38
        Reviewed-on: https://gerrit.libreoffice.org/47425
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-06  jan Iversen  <jani@libreoffice.org>  [1dd5f10c3c6e0189ada4ecd6d08beb4c5fd1d42d]

        iOS, correct DPIX calculation
        
        Patch is thanks to Jon N.
        
        Change-Id: Idba9ec9b32b144523f0e7da5f7273f6af9fdfd31

2018-01-06  jan Iversen  <jani@libreoffice.org>  [72db74239a0853df72f323e756d304cb3e5dae02]

        iOS, allow calls to LibreOfficeKit from swift
        
        Extended the bridge to include original LibreOfficeKit.h
        as well as Kit pointer (set in init call)
        
        Change-Id: I5e96f2706ac4d1ee897b977d3322bdc1b91f1a0b

2018-01-06  David Tardon  <dtardon@redhat.com>  [f04ad5673a9de1eda94ed3ae5719d8b761da80bb]

        upload libabw 0.1.2
        
        Change-Id: I972ff9e0dbb73f6a38c886e1acd03cc4d62da2ec
        Reviewed-on: https://gerrit.libreoffice.org/47251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-06  Szymon Kłos  <szymon.klos@collabora.com>  [6a91b67b1fe98f114e95649fb7484e22cc3a313b]

        tdf#114848 Don't save empty themes
        
        Change-Id: I7136f5c0bc884a2f9ea945b4e0bc093a5ef2d8df
        Reviewed-on: https://gerrit.libreoffice.org/47481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [d25465aed6cc15cf51529d92bdf3475d2b6d551f]

        svtools: Simplify HeaderBar with std::unique_ptr
        
        Change-Id: I5376616ed1b1a1087dd8bac6830d31212252e4bd
        Reviewed-on: https://gerrit.libreoffice.org/47459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c1ca08318bd370280e124ea05d9bf0d2535d3e1]

        remove unused defines
        
        In particular, the STR_SVT_MIMETYPE defines are dead
        since
            commit 1b694dad643334ec1bab3f823dcd68f44a05ebe3
            Date:   Thu Aug 24 22:14:27 2017 +0200
            loplugin:unusedmethods
        
        Change-Id: I641ec0a14efedc55c9d6a4de4a28784c273602e9
        Reviewed-on: https://gerrit.libreoffice.org/47464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [30b18e9c1ce5578ce22cb75e38f489eb25c4b7c7]

        use std::unique_ptr in GDIMetaFile
        
        Change-Id: Id3f223d8d2220fb7d7bb2aaa50bb1a8e29bc0f70
        Reviewed-on: https://gerrit.libreoffice.org/47462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [df1c3938d2c54fbf72a0e58a9f178557fca48a3b]

        remove pCols from ImplBmpReplaceParam
        
        it is always nullptr
        
        Change-Id: I0eae17a58423cceda08867f4dc5945a3e5553d5e
        Reviewed-on: https://gerrit.libreoffice.org/47461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [16cd875f03f65daeb399551a12dc9e54945880d1]

        Updated core Project: help  189c97fd18cdcb99ad4b4d77a8ae97f8ce41f3b9
        
        Fix typo
        
        Change-Id: I7a9fab7c50139bcd5f5b5999b4e61e89f2e8e646
        Reviewed-on: https://gerrit.libreoffice.org/47298
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2362b69b61988a54bb08a71135c1c094097a29bc]

        Updated core Project: help  9e6681b78b9578eb739c3577218d6ce9141e7091
        
        Fix typos
        
        Change-Id: I2a98c7a079c69ac32b382d6c320dde456be98cf1
        Reviewed-on: https://gerrit.libreoffice.org/47282
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9046cf9c133d9e6afa99707d7e1b6b8c6f6d3bde]

        Updated core Project: help  e3dc182b9dda0ba1a0e42dcea00e4d3b01e4b34f
        
        Fix typos
        
        Change-Id: I4ab0df8ed7f3d8ac95f28220c9b4f59e2a6a1eb2
        Reviewed-on: https://gerrit.libreoffice.org/47281
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1766c773ce45770b66d5bc297206a2205662f90c]

        Updated core Project: help  f1126fd812d5f812803f666f7fb4bcd5024c9772
        
        Fix typos
        
        Change-Id: Ie3e0490e8ca41f9d4f20b834a3d5865c0fb18ad7
        Reviewed-on: https://gerrit.libreoffice.org/47480
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Caolán McNamara  <caolanm@redhat.com>  [9fff5632a91c8d396116565162cf0a5b4fa9875f]

        ofz#4879 Divide-by-zero
        
        Change-Id: I0df4bc2c8d9c5d5f95141b585826fc773a1fde3e
        Reviewed-on: https://gerrit.libreoffice.org/47484
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [6007cdaabe1694ca8804ba816dbd87885dd3d8ac]

        CppunitTest_sc_autoformatobj: fix read of value vs content of value
        
        As far as I see the old qadevOOo/runner/lib/MultiPropertyTest.java
        didn't assert the content of the property value (only avoided the set of
        the property if the value was null or void), the new C++ version asserts
        both the type and the value. Asserting the type is probably a good
        thing, but asserting the value is problematic, at least the test failed
        for me without these tweaks.
        
        Change-Id: I688486025e6118ad4c8907de6cb2629dd008f8fd
        Reviewed-on: https://gerrit.libreoffice.org/47475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-05  Caolán McNamara  <caolanm@redhat.com>  [cef6271497ad3fe74820b36d6387351b15a16519]

        ofz#4976 Integer-overflow
        
        Change-Id: I6929fc192e0e602c06edf89cf70e256797f7543a
        Reviewed-on: https://gerrit.libreoffice.org/47476
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-05  Caolán McNamara  <caolanm@redhat.com>  [cadfee0a72cf032314833959f7b7f3f6688a3079]

        ofz#4952 avoid liblangtag config when fuzzing enabled
        
        Change-Id: I9f2b0cbb5108f57ec2f80ebe24f748c33ea9cf59
        Reviewed-on: https://gerrit.libreoffice.org/47477
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-05  David Tardon  <dtardon@redhat.com>  [86994e1c25bb5a2d0f97d17328457fa6dfd2f288]

        upload libe-book 0.1.3
        
        Change-Id: I8862e7f4d2dcb007295028b9ec7be04e58ebafd3
        Reviewed-on: https://gerrit.libreoffice.org/47264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-05  Caolán McNamara  <caolanm@redhat.com>  [c75c3b2fdab5614664215e52d85657472ec86f05]

        ofz#4971 Bad-cast
        
        Change-Id: Icf66aa82e72a2b9f24f590b84bb0441ebf09463f
        Reviewed-on: https://gerrit.libreoffice.org/47466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-05  Jim Raykowski  <raykowj@gmail.com>  [3a9877b74e1730424a41319a03f5b56a6102a76b]

        tdf#114724 fix headings outline tracking highlight in Navigator
        
        Change-Id: I7fac3c4a0f2d81c4decf59f707d1cb4d764e3e41
        Reviewed-on: https://gerrit.libreoffice.org/47152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [52bab68b384309d618b03373b247401c9bcfd3de]

        Fix typos
        
        Change-Id: If114b42912a98b85f1b64f87bdb1f64afd15c85e
        Reviewed-on: https://gerrit.libreoffice.org/47457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-05  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [4c82a3527df4687162bb2906ed5e78085c3516e9]

        Updated core Project: help  382ba1bc41a04d2f7b444e4c4ca9460b66147717
        
        Switched to a sidebar layout. Art direction by Andreas Kainz
        
        Markup and JS got simpler, layout got more robust.
        
        Change-Id: Ia74489038e7d11b632ea2b6ca6efe0d90dfe5181
        Reviewed-on: https://gerrit.libreoffice.org/47441
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Michael Stahl  <mstahl@redhat.com>  [e48b9b294a5bd69f5f782703f5f5571bfddd9181]

        sax: remove that odd Entity copy constructor
        
        Change-Id: I7929ccf751d37f65975d6412e28d34bec4421c07

2018-01-05  Caolán McNamara  <caolanm@redhat.com>  [60b7024e95d6943a113bf58506352bd337f0392e]

        ofz#4966 loop in text styles
        
        Change-Id: If94e32689c6742b2080c213796e27d49ebe6df74
        Reviewed-on: https://gerrit.libreoffice.org/47458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-05  Michael Stahl  <mstahl@redhat.com>  [64f1d7ad58f7281c757411b7e890e220485a09bf]

        toolkit: disable UnitConversion test for non-default resolution on WNT
        
        Apparently this fails currently for unknown reasons, see report
        by Luke Benes at
        https://lists.freedesktop.org/archives/libreoffice/2017-December/079196.html
        
        Change-Id: Ib4c79fbc6a4353ab51612836f51196bc37a90ae1
        Reviewed-on: https://gerrit.libreoffice.org/47444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-05  Michael Stahl  <mstahl@redhat.com>  [7e51276d4040ac480343bc94f6e37c7b437fae83]

        toolkit: convert UnitConversion test to C++
        
        Just translate the test, it checks just a tiny fraction of what it does
        just like the Java version.
        
        Change-Id: I85b4c890d970a00402d7f1b6f13d4e9ea2dd6e3c
        Reviewed-on: https://gerrit.libreoffice.org/47443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-05  Stephan Bergmann  <sbergman@redhat.com>  [e0b4c9a85a7539ef6f62fe3f8012be8df382d7d8]

        Blind fix for non-MSVC platforms where sal_Int32 is long
        
        Change-Id: Ibf1cc3b678a54ceaf6eb82f0b51fc6082ba1e78d

2018-01-05  Michael Stahl  <mstahl@redhat.com>  [64d5da302226504a522ad3d362cb1852351818cd]

        sw: fix null-pointer crash in ClearFEShellTabCols()
        
        (regression from 334601603aa04ea968e8a850f4e7f6cf52f7735b)
        
        Change-Id: I6e257f07a44740f77450ca6278aa2c0fa8ce2551

2018-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc7ed240d272df939ef68f64316ee77419b0e2e6]

        sw: clean up some no longer building leftover debug code
        
        Change-Id: I1e895382fc858ecd9be3d974b2be155d7e9de52d
        Reviewed-on: https://gerrit.libreoffice.org/47452
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-05  jan Iversen  <jani@libreoffice.org>  [ed746579fec3da102c8b646cb24548cd3c084ca9]

        iOS, cherry-picked wrong version.
        
        Reverting CustomTarget_iOS_prelink.mk to static lib version
        
        Change-Id: I44d7441ce4284ed0551637a3827e93c2df369af9

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [57f94390c3d4e3faf2a5d80d22954edb9042761c]

        fix qt5 plugin
        
        after commit
            commit 7accac097688832d8682a88a0176c3e1482ffade
            Date:   Fri Jan 5 11:12:54 2018 +0200
            tdf#114837 FILEOPEN: Image is blank
        
        Change-Id: I2f89e7d292a658ef99f93281a318046c4e9329be

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec920ed0ecc9cb42b900138a299bf070dc86103c]

        Revert "GetTrueSlotId is dead"
        
        This reverts commit 4f11182566b02f9f1c1821985a94b4b4de363fbb.
        
        Turns out I was wrong, there are tons of place defining
        slotid<->whichid mappings.
        
        Change-Id: I2a124ecba02c45f14ee917727adb993c39994881
        Reviewed-on: https://gerrit.libreoffice.org/47454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Stephan Bergmann  <sbergman@redhat.com>  [a648c07de904c993daae71a27f2b4c4ebc2ece3b]

        Include new .svg icons in freedesktop-menus.spec
        
        ...newly added with 61be109b1c10df3ddbb27f2a398b121a7c977f30 "tdf#98141 add svg
        file for all app icons in all sizes".  Otherwise building the rpms complains
        about "Installed (but unpackaged) file(s) found".  (And per <https:
        //specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.13.html> it
        indeed seems OK to have .svg files in all the NxN sub-directories too, not only
        the scalable sub-directories.)
        
        Change-Id: I730ca19e67b452b309ca48a26ce806db7780c9f5

2018-01-05  David Tardon  <dtardon@redhat.com>  [27d8e508516196b9a313f4c04d403dab05b47979]

        fix test deps
        
        Change-Id: I9d54a942ee8e772a05fdef126aa80b25e273f8a3
        Reviewed-on: https://gerrit.libreoffice.org/47451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [7accac097688832d8682a88a0176c3e1482ffade]

        tdf#114837 FILEOPEN: Image is blank
        
        revert
        
            commit e75abe6e0a4ea250366bb29c0ece697e9b1b80a1
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Tue Dec 12 09:33:14 2017 +0200
            convert tolerance params to sal_uInt8
        
        for now.
        
        Change-Id: Iafaada0fb338f60ecc9f94aafe138500dfb27cf7
        Reviewed-on: https://gerrit.libreoffice.org/47453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e92b89428e66ab44c6c08463b3c43200e1cf7341]

        SCITEM_PRINTWARN is unused
        
        and mpPoolDefaults doesn't need to be a pointer
        
        Change-Id: I02735b22466711d7260d2ff0cbc6bf0cab5d83b2
        Reviewed-on: https://gerrit.libreoffice.org/47450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dbe0201d3aede56e2bda475dd308a891841b98a4]

        Fix typos
        
        Change-Id: I766862d255ac285329ae423629c7445837ddd55f
        Reviewed-on: https://gerrit.libreoffice.org/47280
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [adf0738d2dbfa742d0e9ef130954fb4638a8e90d]

        long->sal_Int32 in BigInt
        
        And fix an issue discovered in the PPT parsing, where one of the
        test files has dodgy values that trigger the assert in
        BigInt::operator long().
        
        Change-Id: Ic324ac38ecef4153cc434376317643ababe0a537
        Reviewed-on: https://gerrit.libreoffice.org/47314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Martin Srebotnjak  <miles@filmsi.net>  [24a7df66149a907c2ca2e757927c6c88ecadc523]

        Updated core Project: dictionaries  b64137bed16e860335372166bffbdf25cb986465
        
        Updated Slovenian thesaurus
        
        Change-Id: I861763c246d29759d9882cd7150ffa86b64367b4
        Reviewed-on: https://gerrit.libreoffice.org/47455
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2018-01-05  Jan Holesovsky  <kendy@collabora.com>  [7ca3490d91a1fc4e01b34ea1a2f281968b0b1479]

        lokdialog: Use only one of the installed langpacks when setting locale.
        
        Change-Id: I446775b121b7806a549f4dbbaa1f2dcf019d9bc2
        Reviewed-on: https://gerrit.libreoffice.org/47386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-05  Jan Holesovsky  <kendy@collabora.com>  [028fd03cdf4d3d8072289a5c4d476435c18f90d0]

        lokdialog: Allow language switching in SfxModule(s).
        
        Change-Id: Icef0b3610c3bfa858cdd61de6ef3f5edc1e3c96b
        Reviewed-on: https://gerrit.libreoffice.org/47385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1d1854ffe2c1bc456855573b3ed4ad9852f4571]

        remove NoPath from LoginFlags
        
        since it is always set when calling HideControls_Impl, and therefore
        remove the now unused UI controls
        
        Change-Id: I8a2a6a34b64dd7b0bf909c810bbd7fea8ad2c7a5
        Reviewed-on: https://gerrit.libreoffice.org/47403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Justin Luth  <justin_luth@sil.org>  [94fc02ddbdd5aaef701af9963f74050aed75468d]

        tdf#104707 ooxmlexport: support RawText
        
        fix TODO: docxattributeoutput::RawText
        
        The only time RawText is called is in OutEEField,
        an EE_FEATURE_FIELD, which always seems to be a hyperlink.
        So, even though it is a very generic sounding function,
        it is barely used.
        
        There are no other "make check" examples using this
        RawText function, so "proof" documents are limited to the two
        bug reports that this fixes.
        
        Confirmed in Word 2003 that the URL is active after RT.
        In LibreOffice, the url is not active on import...
        
        Change-Id: I6c385057be18ca253ebb2f20454694850a6da41f
        Reviewed-on: https://gerrit.libreoffice.org/47380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e27e5a73625d56615ab406c3ad3114431b3e507]

        xmlsecurity: remove unused xml_security::serial_number_adapter
        
        Change-Id: I09bc10a021fb5319cc256542206d94bc00646304
        Reviewed-on: https://gerrit.libreoffice.org/47402
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-05  jan Iversen  <jani@libreoffice.org>  [5c23224ca60abdf8d0e99010ea1066474b57d396]

        iOS, removed unused declaration
        
        Change-Id: I8867048756a0484d1b75515335f3a2002f128e6d

2018-01-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c26bdf54e065d4b6424e919fbf1f490e60390120]

        remove dead eeitemid.hxx
        
        and inline the couple of constants still in use from it
        
        Change-Id: Icb9f5690b5649140bc0503a8917e6a0f764e3d9c
        Reviewed-on: https://gerrit.libreoffice.org/47404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [18e85d91b5cc7ed3d3f9f163d3c211f29b54f7a2]

        Fix typo
        
        Change-Id: I7d538a60a7f05fae771049fe2b697fe86ee0e85b
        Reviewed-on: https://gerrit.libreoffice.org/47440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-05  Jens Carl  <j.carl43@gmx.de>  [b673cbeeeb0cedb6836e1946e6e6c12bfd68add4]

        tdf#45904 Move _DatabaseImportDescriptor Java tests to C++
        
        Change-Id: I53e9a449cb18c26187f3b1676f8ab67918128499
        Reviewed-on: https://gerrit.libreoffice.org/47447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-05  László Németh  <nemeth@numbertext.org>  [c8fbce439db78dd85295833df494a651bd64dcd4]

        Add optional title: field to user dictionaries
        
        LibreOffice stores the title of an user dictionary
        only in its file name, but special characters in
        file names can result configuration problem for user
        dictionaries shipped with LibreOffice.
        
        Optional "title:" field of user dictionaries
        supports custom titles with spaces and other UTF-8
        characters.
        
        Change-Id: Idbc4c41a2e08f50cfc0fc0d25e960084f5773bec
        Reviewed-on: https://gerrit.libreoffice.org/47397
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-01-05  László Németh  <nemeth@numbertext.org>  [6247c966942a0e43320a234302a67c1f92c2eea7]

        tdf#95024 Add user dictionary for hu dict package
        
        supporting old Hungarian orthography optionally,
        according to the official 3-year transitional
        period in schools.
        
        Change-Id: Ifbc5583c1e53bc4ac07e73a90e0dd02e159f83e6
        Reviewed-on: https://gerrit.libreoffice.org/47398
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-01-05  László Németh  <nemeth@numbertext.org>  [10e8e0ed18a832318722cefa5e8ba5f141370b58]

        tdf#95024 fix bad Hungarian autocorrection pattern
        
        and add a few correct ones, according to the new orthography.
        
        Change-Id: Id5a7d4803537f216f0f4f8939aa25b40ed4ea309
        Reviewed-on: https://gerrit.libreoffice.org/47399
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [5650bb62c8581b3f176eb64c4433ed45dac4e029]

        Updated core Project: help  1ad545bef472627adbb43a5dfb1874fc60c2495e
        
        Fix ahelps on the Business Cards - Medium page
        
        Change-Id: I9f1d15a7703a1ead96dbb227a34732e174bf31c8
        Reviewed-on: https://gerrit.libreoffice.org/47411
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [37ae28ef607361451fb3cff833d2ea92ce17f552]

        Updated core Project: help  5da848ed5f249395399a430bfbdf1bea4d9f0b69
        
        Add missing bookmarks to Impress HTML export page
        
        Also Back and Next buttons have only one < and >
        
        Change-Id: I4cbb4cb340b376c41991554a56aa6931c839f1ad
        Reviewed-on: https://gerrit.libreoffice.org/47446
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [79b710db284309cfb288f770e9e8a7455dd03cf6]

        Updated core Project: help  bda42214086d80527a7fddd9ca46f4bee77b77e9
        
        Fix bookmarks on Text XML filter page
        
        Add missing ones and modify old custom HIDs to new .ui HIDs
        
        Change-Id: I16500ef5054c7f8f939a7054202b8a9c009d9fb3
        Reviewed-on: https://gerrit.libreoffice.org/47445
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [5355e7876c826ca92612dd083f39784aafae1b32]

        Updated core Project: help  09a1ae513f57e41146f3ce5408d04b3e5c3f624e
        
        Fix ahelps on (Insert Field - )Database page
        
        -Drop an unnecessary ahelp
        -No more 'Don't show this again' box in the printmergedialog.ui file
        
        Change-Id: I65ee28e091368693cbf4b5cc966c63a15b86b4aa
        Reviewed-on: https://gerrit.libreoffice.org/47439
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [2ffac9fdbbae3ac90336f7b27fe3c6c2537eb8c6]

        Updated core Project: help  fd3652b73e2b71797d9169557947a6fd2951fd37
        
        Fix ahelps on Report Wizard pages
        
        Most were missing a prefix and some were unnecessary
        
        Change-Id: I95e5e262b80f6df810060595e5a22755ce19655d
        Reviewed-on: https://gerrit.libreoffice.org/47438
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [874035b5eef149888b27953aba06fd21a871ce57]

        Updated core Project: help  31f1e978d3304908848678f3445fa9649801b2e9
        
        Fix ahelps on Letter Wizard
        
        Most of them lacked a prefix, some were unnecessary.
        
        Change-Id: I63831bb3cb28d8043493f474e675acc2ad343792
        Reviewed-on: https://gerrit.libreoffice.org/47437
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [be3a0853eb19b83099b21f094c8084626a0db3ec]

        Updated core Project: help  42543949c912c5d126a967d009731e659b9875bf
        
        Fix ahelps and bookmarks on the Save As page
        
        Also move/fix HIDs from the Create Master Document / HTML document
        pages, as these functions define custom HIDs for the
        generic Save as dialog.
        With the above set towards deprecation, this is not utterly useful,
        but still.
        
        Change-Id: I7026999dec0d4402c03fa0d51691377c3e04481b
        Reviewed-on: https://gerrit.libreoffice.org/47436
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [71f8b3abf3cef0d932c0584e86c918e0e62b981c]

        Updated core Project: help  31a2936cec508145e98ebdfae6a55f06c5362770
        
        Fix ahelps and bookmarks on the Comment page
        
        - View - Comments is also available in Calc now
        
        This page still needs a bit of love though, there is a few new
        comments-related UNO commands that probably need to be documented here.
        
        Change-Id: I37ad88f5e086fb82b159fe594a7c746883c81faa
        Reviewed-on: https://gerrit.libreoffice.org/47435
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [c6fb7136e184233160a258df4bbd3bea25b69f70]

        Updated core Project: help  2d65e8aaa19a19bf534d83ee766995a6b8515550
        
        No need for ahelps here
        
        The commands of the Chart Format bar have their ahelps
        defined in other files, make build warnings disappear.
        
        Change-Id: I0abf9f91b46978a7ca8117f86db4babcf6d4d908
        Reviewed-on: https://gerrit.libreoffice.org/47434
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [1cd3af125e882c31fcb417f4438d53aecb49a717]

        Updated core Project: help  4bf9874fb73176e99835b41d7d898acebc636b8f
        
        No need for ahelps here
        
        Change-Id: I38e52f76333aa7378dd13d87dc9b3b10d4c07b50
        Reviewed-on: https://gerrit.libreoffice.org/47433
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [b9d841d1cbe30eb6e2f37c8f274368862b73f398]

        Updated core Project: help  c15c8da5253466757dc702c1efca99cfd1ccc7f1
        
        Fix ahelps for OLE-Object bar Wrap{Left,Right} commands
        
        Change-Id: I9acb6abfc1b13a12adae36a678d4f0481e064b3c
        Reviewed-on: https://gerrit.libreoffice.org/47432
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [84d59cf089c708926ecad87653311898826b7294]

        Updated core Project: help  fda835daa01ddb556227bbf84d2bc268171e5b59
        
        Fix ahelps for OLE object alignment options
        
        These commands are on the OLE-Object bar
        
        Change-Id: I78fb7da7aeaf4b0258a63e86f0b54c0ab9892941
        Reviewed-on: https://gerrit.libreoffice.org/47431
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [9fac4419947fa9bfc0dc393f665727a6b7b31613]

        Updated core Project: help  e9c2f05e2e6f602f545d99927cfede40bc8bd159
        
        Embed the description of the Table command into Standard bar page
        
        Not called Spreadsheet, and neither an OLE object is inserted, AFAIK
        
        Change-Id: I4e72a570578b6b6fabab2368060eda76d8f39758
        Reviewed-on: https://gerrit.libreoffice.org/47430
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [dfa5b1efd9b526a832c617c0ff8d15ae10c278f1]

        Updated core Project: help  3ce9015f6f8fa232e190056fbcc746520fe8bcca
        
        Rather embed the description of spellcheck window than duplicate it
        
        Change-Id: Ie6342cb0cb82761bcdd355cdfd5acd742246d090
        Reviewed-on: https://gerrit.libreoffice.org/47429
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [588a2637b40fb1d394fa8a0463c7600ffac54f85]

        Updated core Project: help  4b6bb48ddaf25189da35825aadab807533c61fa8
        
        Fix ahelp for Chart axes editing commands
        
        Change-Id: I018bc819aa8ba63824e09879e3d5e3519f6ee440
        Reviewed-on: https://gerrit.libreoffice.org/47428
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [c7a936127df2f4375a287bc4d41c679b60f6baff]

        Updated core Project: help  d143a7a1a6ceb313dc0754da67485a962cb09744
        
        Remove reference to nonexisting feature in Impress Insert Page page
        
        This DLG_NEW_FOIL thing seems to have been removed in 2005/6 for good:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=bfbcbc4f7d60294208085fe3c241ef9b062117ca
        
        Change-Id: Ife85d2022eb5f32a24519985ee323f3731789dcd
        Reviewed-on: https://gerrit.libreoffice.org/47427
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [0746a3b3f58914366e48052fb603e2629469af90]

        Updated core Project: help  1b9fd37666c1a50022ca34c1ffb1adaa75eed9b2
        
        Change Protecting Sheet page formatting
        
        These 7 consecutive 'tips' made my eye bleed, stop this madness
        
        Change-Id: Ie0dd667974ba124fa467770a92a1f5e60c8a50c4
        Reviewed-on: https://gerrit.libreoffice.org/47426
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [481d7a2de7bf932077ac865c4b29ef24c5601494]

        Updated core Project: help  aa5f4a1537fa174fbaf1a6563b1a951a948149db
        
        Fix ahelp on Compatibility options page
        
        So that it can appear on the Impress General options page.
        
        Change-Id: I9d717bef181c20fb3ecce1344ccf498cfd9584ab
        Reviewed-on: https://gerrit.libreoffice.org/47424
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [cdeb10c0ee7c0ed2d1db7002b4e030d0cb029067]

        Updated core Project: help  216770613cf045ac4aad3b1a79455b13a5ed8b6e
        
        Fix ahelp for InsertMath command
        
        Change-Id: I301302488ec873321390536900486bdd7ab21ac4
        Reviewed-on: https://gerrit.libreoffice.org/47423
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [102f6e533875037bdde86aa9b67ff3ff3c5af069]

        Updated core Project: help  7371e98b61d6af97d18b8c48023fd808d1cdaa6d
        
        Fix missing bookmark on gallerys General properties page
        
        Change-Id: Idf7874bd22318b6684e523c6017e4bc24ebfd4fd
        Reviewed-on: https://gerrit.libreoffice.org/47422
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [a336c7a6b4c74ee02692d0668fc1977ebf9b100a]

        Updated core Project: help  091a6727bc90dc273b6a65128f50bf3b1ef282fc
        
        Fix ahelp on Impress Grid options page
        
        Change-Id: I463bf6e6666aec9a7a2e5e194e3949027f998375
        Reviewed-on: https://gerrit.libreoffice.org/47421
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [5fa68bfc120b693f0fe50adb7a1a404085c82bbb]

        Updated core Project: help  0b8b8ca30c678eb6cb5447b3086d50cacd3bf93a
        
        tdf#114310 Remove '(in current document)' from compatibility options page
        
        Change-Id: I4b39f83a3dea74fe1789e81a9b5841c504f4c47c
        Reviewed-on: https://gerrit.libreoffice.org/47420
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [78cc6fe6614d645b4a53cebc1a5be9644199c6de]

        Updated core Project: help  27ab58bba0cbb007c8587d218bf4c8fae65746e1
        
        Add missing bookmarks, fix ahelps on Writing Aids page
        
        Change-Id: Id493d1e05edca9c816c45329e4533f948048af94
        Reviewed-on: https://gerrit.libreoffice.org/47419
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [37ebad82c3fd54612861e5f94c6cabb4997b736c]

        Updated core Project: help  926139759960b772bcfc7936d12ec7bd1c9ec133
        
        Fix ahelps on the Impress Color Replacer page
        
        Change-Id: If77db25f01f9de5e672868a5c587c16a26384805
        Reviewed-on: https://gerrit.libreoffice.org/47418
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [5f47ccbb07fea5d26a40db84c346f591c4a98141]

        Updated core Project: help  af3e37c0881897ba86c5684268175e381e07c181
        
        Fix ahelps on Define Bibliography Entry page
        
        Change-Id: I032bb476d071d50c2ef89be76f6787c42e0459f3
        Reviewed-on: https://gerrit.libreoffice.org/47417
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [07bc8033a67bcafb4375b667276a5742034495d1]

        Updated core Project: help  ec0a885f229b32bcedc42773b592004955c18704
        
        Fix ahelps in Zoom & View Layout page
        
        Change-Id: I8ee2c53fc59435e4593a2ed1efaea63687dcad45
        Reviewed-on: https://gerrit.libreoffice.org/47416
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [73a4c26a7c0f6b040a8fbfb3c784b048836d9c84]

        Updated core Project: help  9dfa0be38aeae15ee3a4ee3e7aa3a6ec736b1f50
        
        Add a missing bookmark
        
        Change-Id: Iaa8027f42c2927f89b35e7693a730822d18744bc
        Reviewed-on: https://gerrit.libreoffice.org/47415
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [6c07b12f1e6a7f571e25dcb37cb0590a064c7ffb]

        Updated core Project: help  e0f1f793b978dc08771d8d59a3da5751fc1a14b6
        
        Use ahelps on User Data page for Business Card pages too
        
        Change-Id: Iefc393b85dfab973fd5eb203d7e394a16723989f
        Reviewed-on: https://gerrit.libreoffice.org/47414
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [67b3544be44bc8a92a83924441ee74087209012c]

        Updated core Project: help  bb4cdc6e29a59da0e88cae5823e932d913afdbfb
        
        Fix missing bookmarks and broken ahelp on PDF Export page
        
        Change-Id: Ie7ff855c5f7038afe393ae59ab72f826241c6032
        Reviewed-on: https://gerrit.libreoffice.org/47413
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [36098cd1123061b458c07c4fd421737a1fe9765f]

        Updated core Project: help  265091fc25969b359ff228071d6b8b940e3f61d2
        
        Fix a missing bookmark on the Data Source Name page
        
        - rename the page to sync with current UI
        - update shortcut of the Data Sources pane
        
        Change-Id: I72048cb14f848b45ee963c54e2449acac35ccaf2
        Reviewed-on: https://gerrit.libreoffice.org/47412
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [342a68224207b9c18cd0a7fff1d5ce404a3fca02]

        Updated core Project: help  e8756c365fc23350ddec41636f44b95b937ff3c6
        
        Fix an ahelp on the Label dialog first page
        
        Also a double period at the end of a sentence.
        
        Change-Id: I86286360b92220217cae769e5b6e04ad7b9e76de
        Reviewed-on: https://gerrit.libreoffice.org/47410
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  Gabor Kelemen  <kelemeng@gnome.hu>  [9a0a2a2ed10535fb53e8e8ff67a3b82cd758808d]

        Updated core Project: help  068a62df0c685da738180f20fd939391c697860b
        
        Fix an ahelp on the Hyperlink dialog
        
        And remove duplicated bookmarks.
        
        Change-Id: I30955363fb3dc99256790ad0e595d67490cc2f94
        Reviewed-on: https://gerrit.libreoffice.org/47409
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-05  jan Iversen  <jani@libreoffice.org>  [007e0bb010014619396e9fd8cd5a47203016cbbf]

        iOS, bump LibreOfficeLight to 11.2
        
        Change-Id: Idd7737d2d4494a336ce8592c773a07055908646c

2018-01-04  jan Iversen  <jani@libreoffice.org>  [90c22bf8a1e41cb6f4f8124f554e5efe081cc756]

        libqxp, add update of config.sub
        
        Change-Id: I4999be84c45fa32d0ae6f62f667b2c7470972f49

2018-01-04  jan Iversen  <jani@libreoffice.org>  [7c026c92b6d03508ae9af9cf0313b809a4097212]

        libmspub, add update of config.sub
        
        Change-Id: Ia843520afae808fc8ed7dec6ae017400720394e7

2018-01-04  Gabor Kelemen  <kelemeng@ubuntu.com>  [ced886a5c9490d34cc14ffa26bd42ad6195008b6]

        tdf#114013 Do not use string concatenation
        
        Instead just give more meaningful custom titles to windows
        
        Change-Id: I69b93abe236472914c099bfa42792b39f0995afe
        Reviewed-on: https://gerrit.libreoffice.org/45438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [73cd2cf7d1707e464f13c28b6ec583c484fd3f46]

        ofz#4940 Null-dereference READ
        
        Change-Id: I2c8c83ef6ffde5f1599814538acc36ec5beab6c8
        Reviewed-on: https://gerrit.libreoffice.org/47387
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [85cbefac5bb6631927e29aac9e27fbf07a280a4e]

        migrate to std::unique_ptr
        
        Change-Id: I4986d3e2893554bc875e64a1f27f9203814f4d55
        Reviewed-on: https://gerrit.libreoffice.org/47374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [56b754418c534153cb34bcc1de03cf7fd7724fd5]

        ofz#4950 Direct-leak
        
        Change-Id: I231da98d9e7f9fefc25a454cb9c8e1f95215c364
        Reviewed-on: https://gerrit.libreoffice.org/47382
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [e26f2f3367d6bd44fda9a4c5ca2faeb7359bcb97]

        ofz#4943 Direct-leak
        
        Change-Id: I45b7c6befadda58d7919732597647b9e2cbd46d8
        Reviewed-on: https://gerrit.libreoffice.org/47373
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Mike Kaganski  <mike.kaganski@collabora.com>  [d86d3caf9853e930eb686b63309a7cc6c29cc0d2]

        Remove redundant control flow branch
        
        Change-Id: I5f63f2a7ad6eb6bf85b21b6936a1488ce13ccc93
        Reviewed-on: https://gerrit.libreoffice.org/47394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [73575a094da28d04f7f515ef186de87adb1403f6]

        ofz#4923 Divide-by-zero
        
        Change-Id: I0e3420dd908443b570e668b3a2b2ce189f6a14fd
        Reviewed-on: https://gerrit.libreoffice.org/47389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1688782a950d35a54dda50167d32875b3537509e]

        Fix typos
        
        Change-Id: Ia3248d07e5d711682af4211be7786ded9d545cd4
        Reviewed-on: https://gerrit.libreoffice.org/47315
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [70d5eaadd87660deb3e87abf1361dfe72f744f56]

        Fix typos
        
        Change-Id: I4fae1f0f5da36741ee8aa163f8372f19c050fa0c
        Reviewed-on: https://gerrit.libreoffice.org/47406
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2018-01-04  jan Iversen  <jani@libreoffice.org>  [61ab976bff4195beb77b749791d4f368cc9b71ee]

        iOS added BRAND_* to fundamentalrc
        
        Updated the content of fundamentalrc
        
        Change-Id: I0e7ce7ffc8e61f572ad96f8c07872e41677cc421

2018-01-04  jan Iversen  <jani@libreoffice.org>  [3584c954337a625c93dae692849a53b6793d5a1e]

        iOS disable gpgme
        
        Disable gpgme called for passing parameters to configure, when called
        internally (to generate config_build etc).
        
        Update the distro-conf, with info on the different supported models
        
        Change-Id: I884c8638bf7b1c9fbc8ea4bdaa4dfca019857f45

2018-01-04  andreas kainz  <kainz.a@gmail.com>  [61be109b1c10df3ddbb27f2a398b121a7c977f30]

        tdf#98141 add svg file for all app icons in all sizes
        
        Change-Id: I9e2c5d854cec3320f825404bc3f1b5e7129f9dcc
        Reviewed-on: https://gerrit.libreoffice.org/47220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-01-04  Michael Stahl  <mstahl@redhat.com>  [16e75d4b5df6d516873c2dcb39442d4bbda1efed]

        sw: replace local DELETEZ with unique_ptr
        
        Change-Id: I8c650a1dce327c5f4651e166ea998db0fd2292cd

2018-01-04  Michael Stahl  <mstahl@redhat.com>  [0af086beaaad8ded4f551ece0086ce990952ee16]

        sw: convert SwPageFrame::m_pSortedObjs to unique_ptr
        
        Change-Id: Id0cac6143c4c9278fc450048cc0b276d72d0c1a1

2018-01-04  Michael Stahl  <mstahl@redhat.com>  [794e54cd34239006270a00a6e5017acc463063f9]

        sw: convert SwFrame::mpDrawObjs to unique_ptr
        
        Change-Id: I0713e6fb2b3f2cfc3115daafe37ae5380f3e7938

2018-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [67e1e2ee40dba196f706afb43d0379b29c3c0f42]

        tdf#42949 Fix some more Include What You Use warnings
        
        Change-Id: I2040315707674dc99a37aedb96ac61dca274c13a
        Reviewed-on: https://gerrit.libreoffice.org/47348
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [f042128907598e5f82e759a175b564a68edfb490]

        ofz#4886 Integer-overflow
        
        sal/rtl/math.cxx:1106:29: runtime error: signed integer overflow: 15 - -2147483648 cannot be represented in type 'int'
        
        Change-Id: Ia81eca9da1fe7cc1a5c5319742b32bd742fb817e
        Reviewed-on: https://gerrit.libreoffice.org/47329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [10d642580d1fa2eb3450a0323c9f1338b170ccee]

        ofz#4947 Integer-overflow
        
        Change-Id: I7573f2d211bf9d676c436fcc2e7b312177fa377f
        Reviewed-on: https://gerrit.libreoffice.org/47375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [0bd9ba0110b815abc375caf4ae0d5c91b90ae0c5]

        ofz#4949 Direct-leak
        
        Change-Id: I7fbae09caff3b7bae2f921cbd89dee0f5b892c78
        Reviewed-on: https://gerrit.libreoffice.org/47381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [a05ebbc59a40d95760fee8749e1daf3e4b1ed68c]

        ofz#4946 keep nPos within bounds
        
        Change-Id: Ib5dc37b489b7b2101cf852a46f48fff1b7447a30
        Reviewed-on: https://gerrit.libreoffice.org/47376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f11182566b02f9f1c1821985a94b4b4de363fbb]

        GetTrueSlotId is dead
        
        The only place is is used is ConvertAndPutItems.
        Which only loops over EE_PARA* which ids.
        But the only things which define slotid<->whichid mappings are XATTR*,
        SDATTR*, SCHATTR*.
        Which means that this code ConvertAndPutItems is dead, and that is the
        last place using GetTrueSlotId.
        
        Change-Id: I3037c25c2c15087572abacc9642970936824678d
        Reviewed-on: https://gerrit.libreoffice.org/47377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Michael Stahl  <mstahl@redhat.com>  [3861ec5e6617f4b01cdf45ae0cb37062190c42e5]

        svx: warning C4138 '*/' found outside of comment
        
        Change-Id: I4f3f30f6fc8423e679220af19a18978aaa15643f

2018-01-04  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [bb59a80ee6000d3922fa95262f67e291fd9d8ee2]

        Modifying the impl. of startUnknownElement of FastParser:
        
        Modifying it to emit the namespace URI instead of
        prefix and qualified name instead of local name.
        This will be useful for handling arbitrary elements
        in the fast contexts.
        
        Change-Id: I0f150b862574612e97491f6c335f3f4c9966da0a
        Reviewed-on: https://gerrit.libreoffice.org/47055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2018-01-04  Mark Hung  <marklh9@gmail.com>  [2dd45c0c62b3ef3d8057b3fc70af24ae11a3d01d]

        tdf#114664 allow the splitted paragraph attributes to recover.
        
        Calling the SetParaAttribs to the splitted paragraph is effective
        only after ParagraphInserted is invoked.
        
        Change-Id: I1c2a58bc40e2a84d7bed4d85918e1d0ecdbe267f
        Reviewed-on: https://gerrit.libreoffice.org/47174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-04  Mark Hung  <marklh9@gmail.com>  [a16b44481e3c5582dfb581f769e07ab94e8ac44b]

        tdf#114732 backspace can only make bullet invisible.
        
        It toggled the bullet on unexptectedly before connecting
        two paragraphs, which made undo recover the incorrect result.
        
        Change-Id: I83104d72fef95d8bd95e8e0e3bca4a063b69a450
        Reviewed-on: https://gerrit.libreoffice.org/47181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2018-01-04  Michael Stahl  <mstahl@redhat.com>  [334601603aa04ea968e8a850f4e7f6cf52f7735b]

        sw: move some globals in fetab.cxx into SwFEShell
        
        It looks like the main point of these being globals is so that they can
        be cleared from various places when tables or table frames are destroyed.
        
        Add a SwDoc parameter to ClearFEShellTabCols() and just iterate
        over all shells.
        
        Change-Id: I75ad6b695ee1bfa76b9a05c606b07a3574c70ac4

2018-01-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [1bf8c74c0d0a78086b0688070bd375567344bb35]

        Updated core Project: help  9219a96f5e75fc59492259f354051ce980697c95
        
        Fix some help page contents
        
        Change-Id: Ida1bfdaf86690a95df3949b5287dc0b10223e907
        Reviewed-on: https://gerrit.libreoffice.org/47371
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [08209f2b67cf84b96dd03c90d87bc2d8dad26c8c]

        de-duplicate some defines in hrc files
        
        and rename SID_INSERTSYMBOL -> SID_INSERTSPECIAL in starmath to make it
        unique
        
        Change-Id: I0eeefe25e0e9374871c73793a31cb3e6cc445f73
        Reviewed-on: https://gerrit.libreoffice.org/47369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Caolán McNamara  <caolanm@redhat.com>  [9be88e7281aea0b4b65c9d0da85ca617f58b925c]

        ofz#4914 Undefined-shift
        
        Change-Id: Ie1accb0de3af652877c37ec15fe319378567431c
        Reviewed-on: https://gerrit.libreoffice.org/47337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-04  Armin Le Grand  <Armin.Le.Grand@cib.de>  [cb628728a33a3c6092ab929def747252ecec428c]

        RotateFlyFrameFix: im/export rotation in deg
        
        Unified im/export of rotation at FlyFrame Graphics to
        not write their internal old 10th degree format, but to
        use deg notation and the correct orientation. Extended
        the mechanism to use tooling (SdXMLImExTransform2D) to
        completely read/write 'draw:transform' statements. Added
        quite some comments due to stuff in the old mechanism(s)
        
        Change-Id: I7d265c1a05532a0dd9b921e383c10b477b4c8846
        Reviewed-on: https://gerrit.libreoffice.org/47335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2018-01-04  andreas kainz  <kainz.a@gmail.com>  [63a1076594534fbe4ccd5bf2eaaf167cbe709c10]

        Gallery-svg: shrink gallery svg files
        
        Change-Id: Idae797633952b0c8156b2ab043fb9ff2635084f5
        Reviewed-on: https://gerrit.libreoffice.org/47203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2018-01-04  Stephan Bergmann  <sbergman@redhat.com>  [54227c9a2084d4b46c6ada96f1cc968c387ad893]

        Silence loplugin:unnecessarycatchthrow with --disable-debug
        
        (An alternative fix could be to suppress warnings for catch blocks containing
        preprocessor conditionals, but as these two places seem to be the only ones
        affected, keep it simple for now.)
        
        Change-Id: Ia83e56d1eab69bb2920ffdbbfc2182addce47963
        Reviewed-on: https://gerrit.libreoffice.org/47331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-04  Stephan Bergmann  <sbergman@redhat.com>  [d70dc81f32d984cc045d4448e7ac89f79f05a8af]

        loplugin:redundantinline (--disable-debug)
        
        Change-Id: I0252fcbf7835cca1e9d6569db0ccacf30081a8e9
        Reviewed-on: https://gerrit.libreoffice.org/47330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-04  Lionel Elie Mamane  <lionel@mamane.lu>  [a29d97e6ddab8ec002ba9827bd5fc874117712e0]

        tdf#104986 move named parameters substitution into generic layer
        
        Previously, drivers were responsible for making the substitution themselves.
        In practice they all (Firebird, ODBC and JDBC) used the LibreOffice SQL
        parser to parse the SQL statement and do the substitution.
        
        This had a few negative consequences:
         * The substitition was applied to _all_ SQL commands, including
           queries having the "execute SQL directly" bit set. Which means
           that the SQL was _not_ sent to the DBMS exactly as typed by
           the user. Even if there was no substitution to be made, since
           the SQL command was always round-tripped through the parser,
           thus "normalising" it (which is what led to tdf#104986).
         * "execute SQL directly" queries "magically" behaved slightly
           differently depending on whether the LibreOffice SQL parser
           succeeded in parsing them or not.
        
        Change-Id: Ieedc643f33467435a139e2565a01e6f398af041f
        Reviewed-on: https://gerrit.libreoffice.org/47283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-04  Lionel Elie Mamane  <lionel@mamane.lu>  [1bbadad79d91005dc18a3c1e34de14d02660f6ab]

        firebird-sdbc: check parameter index before setting in all cases
        
        Change-Id: I291b0436a7cfde07879436a753329b52ff0c1049
        Reviewed-on: https://gerrit.libreoffice.org/47284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d1296f4e02631c06e374a391a6dc12dc35d599e4]

        basegfx: extract svg path import/export test to own file
        
        Change-Id: If9925540feb54e5a101c76f8d4cebaa305ac4c75
        Reviewed-on: https://gerrit.libreoffice.org/47299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [5328bf4021fc3a9b8c2b031f2eaba55eb1fb249c]

        drop CmdToXGraphicNameAccess typedef
        
        Change-Id: I76dc73c5a6c62b0ec0fff274ae57f084ccdb8c70
        Reviewed-on: https://gerrit.libreoffice.org/47347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [44a1161a3c5f7c5f9cb6307aba292fd4d2c65560]

        drop FrameDirListBox typedef
        
        and rename FrameDirListBoxWrapper->FrameDirectionListBoxWrapper
        
        Change-Id: I201ab2caeff0a3219efe8ee86024bc48b8701f7e
        Reviewed-on: https://gerrit.libreoffice.org/47346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f54055c18c953a8398bf29e27dcc8fae2592c94]

        drop Cache typedef
        
        Change-Id: Id1c568f7d089c345643227a6e9d0fee09aabfab8
        Reviewed-on: https://gerrit.libreoffice.org/47345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c57847cb485396c6d914cf64d9f48f0845ffe34]

        drop OAddressBookSourceDialogUnoBase typedef
        
        Change-Id: Iffc9f3bda2293f02ea071cea7ce3f222aa7f9cd2
        Reviewed-on: https://gerrit.libreoffice.org/47344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [caf4d0525493b2c978f47e10d103cdf7f89363f7]

        drop some unused typedefs in UnoFrameWrap_traits
        
        Change-Id: I80e4916de36f65b28db054367f1a307498456b18
        Reviewed-on: https://gerrit.libreoffice.org/47343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6fdeed56d8a48f16b818979f2a77c758c31a9d9]

        drop ULONG typedef
        
        Change-Id: I25d0851bd82838f12a4edb3eb9f322bdf30cc175
        Reviewed-on: https://gerrit.libreoffice.org/47342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [97b008d0e3a76d5b21ca6cc06fd84a90ed4593de]

        drop ChecksumType typedef
        
        adds no value
        
        Change-Id: I14c168d16eb98eb8c065c4c9a8f2a486c59feebb
        Reviewed-on: https://gerrit.libreoffice.org/47341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [31b5c9b9bce461c2a9a9de99bbae2480788c19ca]

        remove SfxUsrAnyItem typedef
        
        and rename SfxUsrAnyItem class to SfxUnoAnyItem, the choice being made
        by leaving the most popular one behind
        
        Change-Id: If3818ee0966a50e3036d7e2db951910b6282c91f
        Reviewed-on: https://gerrit.libreoffice.org/47313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [21e0d8162a0e683558c4d042ce688fc9a6833809]

        loplugin:unusedfields
        
        fix the ReturnStmt check
        
        Change-Id: I95076076bd1313d23798c4615ea12910c86ed9a8
        Reviewed-on: https://gerrit.libreoffice.org/47309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-04  Jens Carl  <j.carl43@gmx.de>  [5de151f0fd7b590ae13560086b46ea84e4d9cf9c]

        tdf#45904 Move _TableAutoFormat Java tests to C++
        
        Change-Id: Ib26a2d2a05d926a0d031c86812456996cb368792
        Reviewed-on: https://gerrit.libreoffice.org/47361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-04  Jens Carl  <j.carl43@gmx.de>  [b0ab92eaa70dd6d6986b348525a901b75dfd7c69]

        Add ServiceProvider "com.sun.star.sheet.TableAutoFormats"
        
        Change-Id: If058d47116e0a287fc5b2155f5ae6b36cbd8fa47
        Reviewed-on: https://gerrit.libreoffice.org/47359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-04  Jens Carl  <j.carl43@gmx.de>  [39f033e54858bc1c55ed82afe74199be05c08817]

        Remove obsolete header.
        
        Change-Id: I7cd358845a048e6eb6df9bd42d022357e553981c
        Reviewed-on: https://gerrit.libreoffice.org/47355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-03  Julien Nabet  <serval2412@yahoo.fr>  [d2c9b749503ef0763a6140a7b509f73adb6015d2]

        tdf#114788: fix crash in form-based filter
        
        regression from https://cgit.freedesktop.org/libreoffice/core/diff/svx/source/form/filtnav.cxx?id=85f93697defd9a812a0cda0bc4e9364e28c0339e
        
        Change-Id: If6f248b460a55aa1e30902d5edeb807dabb37d7b
        Reviewed-on: https://gerrit.libreoffice.org/47338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8efc393bff9c0ed38eac00f48ce1d525e1d08ce]

        Turn on clang-format for these files
        
        I (tried to) keep these files consistent locally with astyle in the past,
        switching to clang-format makes sure that the recent problem with introducing
        inconsistencies with automatic loplugin rewrites doesn't happen again.
        
        Change-Id: If49c96b6e9e6ed50beb69c70e37125dff5607f76
        Reviewed-on: https://gerrit.libreoffice.org/47332
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        ofz#4929 ensure min input len for openssl ciphers
        
        openssl is not the default backend
        
        Change-Id: Id7bd77c1a12a15c0ebb4e7d758362c7778bfc2fd
        Reviewed-on: https://gerrit.libreoffice.org/47349
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Caolán McNamara  <caolanm@redhat.com>  [3071ba2af0d50b450975a01789fb1222c4f1ca7f]

        ofz#4917 Direct-leak
        
        Change-Id: Ia8fdd63e1944055a264549b1ff2272b02f32ef42
        Reviewed-on: https://gerrit.libreoffice.org/47327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#4921 limit column check to max legal column index
        
        Change-Id: I8ddc08aa951dfe9d5c5dd36c47a63c86a834588c
        Reviewed-on: https://gerrit.libreoffice.org/47328
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Caolán McNamara  <caolanm@redhat.com>  [20a639f34f524fa455382bd31a8c4351bc46e6bb]

        ofz#4923 Divide-by-zero
        
        Change-Id: I141884930c4f148f4d29a9a679642ab4b898bbc1
        Reviewed-on: https://gerrit.libreoffice.org/47324
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Caolán McNamara  <caolanm@redhat.com>  [20ac7089ad833d0d70c8c3e88a58d20a88530c42]

        ofz#4909 Direct-leak
        
        Change-Id: I16f2fd93bbc416a5677f8bbe02e22b4615599eaa
        Reviewed-on: https://gerrit.libreoffice.org/47323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Caolán McNamara  <caolanm@redhat.com>  [2f2ce15d1e20ab0096157b50c6b482b7cc540435]

        ofz#4920 Direct-leak
        
        Change-Id: I2d4dea7936b1b8bae81bf08362a7d8c1081fdf8e
        Reviewed-on: https://gerrit.libreoffice.org/47325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#4919 Direct-leak
        
        Change-Id: I476a8760578e2ee9b564903ef2f6a2ed5e702cff
        Reviewed-on: https://gerrit.libreoffice.org/47326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Stephan Bergmann  <sbergman@redhat.com>  [22effe2b8edf46539bde34497c6ac3201d70f5ed]

        Add JVM support to Flatpak
        
        ...fixing <https://github.com/flathub/org.libreoffice.LibreOffice/issues/5>
        "Add JRE-based components".
        
        It appeared to be easiest to install the Ant build-time dependency to
        /run/build/libreoffice/ant, instead of making it into a flatpak-builder module
        of its own.  (The sha512 is as given at
        <http://ant.apache.org/bindownload.cgi>.)
        
        To avoid further dependencies, configure --without-export-validation and
        --without-junit, only affecting build-time checks (and the amount of checks thus
        affected by a plain `make` should be small).
        
        Change-Id: I5b67c37f168533f9dc7ade11c7c4e2c42814b942
        Reviewed-on: https://gerrit.libreoffice.org/47322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-03  Stephan Bergmann  <sbergman@redhat.com>  [cf1dcd1475a22f10c35105a59e6d02dc342ccb16]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        ...and recently added fonts
        
        Change-Id: I2eedcb1b8af28b15b93c912bd0cc2d08d5c4db0d
        Reviewed-on: https://gerrit.libreoffice.org/47321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-03  jan Iversen  <jani@libreoffice.org>  [d09d90079c93f9364caa7157d0d47dac3047b3ab]

        iOS jump version for prelinking
        
        Change-Id: I7dc7c3ef28ced1b80073dcb922454d3d057db452

2018-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dba3cd508116780cf5d115f964b7311dd61e180d]

        tdf#113357 cui: fix duplicate 'Formatted text [Richtext]' paste option
        
        Prefer RTF when we have both RICHTEXT and RTF.
        
        Change-Id: Ib4133ae4fdecc32429d89b56b0c9466dd3451522
        Reviewed-on: https://gerrit.libreoffice.org/47316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-03  Tor Lillqvist  <tml@collabora.com>  [de84816c1acefe0607827418f73477ff7163728d]

        tdf#107039: Avoid deadlock by locking the SolarMutex early on in one place
        
        See bug report for backtraces of the deadlocking threads.
        
        Change-Id: I0334118e173c37b6f9596249e1e2f0d196bbab3f
        Reviewed-on: https://gerrit.libreoffice.org/47249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [050c0422b9c8a859d886748ae70e99274d1d9afa]

        sfx2: improve reported error message in SfxBaseModel::impl_store()
        
        Old: com.sun.star.io.IOException: SfxBaseModel::impl_store <file:///c:/lo/bugs/saved.xhtml> failed: 0x507
        
        New: com.sun.star.io.IOException: SfxBaseModel::impl_store <file:///c:/lo/bugs/saved.xhtml> failed: 0x507(Error Area:Io Class:Access Code:1287)
        
        It's much easier to find the relevant define in include/vcl/errcode.hxx based
        on the new output.
        
        Change-Id: I7d98dcf1ead10264672b45de570e51a153090499
        Reviewed-on: https://gerrit.libreoffice.org/47319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-03  Johnny_M  <klasse@partyheld.de>  [fa73b3fba95d0939cefe7e8987fbcd438a3b725f]

        Translate German comments and debug strings
        
        Additionally, improve an equal earlier translation made on commit
        ee536e482b5ad01ea4a8cae79a1fcd9e12db444f
        ( https://gerrit.libreoffice.org/#/c/7303/2/svtools/source/svrtf/parrtf.cxx@199 )
        
        Change-Id: Idf1a95361a1bc54473a24c152902568574e21e69
        Reviewed-on: https://gerrit.libreoffice.org/47099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

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

        ofz#4901 Divide-by-zero
        
        Change-Id: Ifc38234b4a99b205681b18b0d0bd2ec2a65dc515
        Reviewed-on: https://gerrit.libreoffice.org/47317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Johnny_M  <klasse@partyheld.de>  [27f005c0f90b1fd9bcdb4cab03921663d86c82e0]

        Translate German variable name
        
        Change-Id: Iad2185f13c9171dd7d2627a1d93b49e8c9199bb4
        Reviewed-on: https://gerrit.libreoffice.org/47132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-03  Stephan Bergmann  <sbergman@redhat.com>  [e36a36bdc4a081c4b5b1a427ce626eb90acbcc82]

        Silence loplugin:unreffun with --disable-assert-always-abort
        
        Change-Id: I1b5a7a6aa2436aa5b8297d5de172035cff3f1306
        Reviewed-on: https://gerrit.libreoffice.org/47318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-03  Johnny_M  <klasse@partyheld.de>  [ca58ddb012b27da4b11fc509c3cbc2e9cb2c0ec2]

        Translate German comment
        
        Change-Id: Id65ccfe3b2394c8c30d3531316b70b511e34e366
        Reviewed-on: https://gerrit.libreoffice.org/47131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2018-01-03  Andras Timar  <andras.timar@collabora.com>  [74a5c44db134c2609b8ec6e55bac320a3a70a57f]

        Updated core Project: translations  241b014e9bb8dbdbecae7b73db6de700cf9d33da
        
        Updated Slovenian translation
        
        Change-Id: I0e8011927941143ec8d3002be926adc7e10e4dc4
        

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

        ofz#4872 Null-dereference READ
        
        we're going to need a bigger boat
        
        Change-Id: Ie4ee3ae1ac9f906ca3faec412bbafc0c6a911aaf
        Reviewed-on: https://gerrit.libreoffice.org/47269
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b7ec49f453c3732e2482b26bce4243eb1a10f40]

        sw: prefix members of SwFormatContent, SwAccessibleHyperlink and SwFormatURL
        
        Change-Id: Iae0a540355b6f8c9306d630a417f64cbaef4b07c
        Reviewed-on: https://gerrit.libreoffice.org/47297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2018-01-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3a355887caacea0ec1c3688d64a2cb85a1fc4c74]

        Fix typos
        
        Change-Id: I3f4ad9eff0730d3deea96b37fa7f36dfd038b214
        Reviewed-on: https://gerrit.libreoffice.org/47301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f]

        loplugin:singlevalfields improve copy constructor check
        
        Change-Id: Id1e7fbecd9e9f816553d2e678c3f1b7890fc4db8
        Reviewed-on: https://gerrit.libreoffice.org/47293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [15d9087ff1e495e234b2cf073329c3358abb4dc0]

        Qt5 set and update the frame geometry
        
        The geometry is used for mouse hit tests for mapping
        LO mouse events to popup positions.
        This way (popup) menus become at at least usable.
        
        Change-Id: Ic2b409d7a8937320c70b9f377374fe7d51e4ebf3
        Reviewed-on: https://gerrit.libreoffice.org/47276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-01-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [d857e2780e882810bd2d615c0a5252c35c54d987]

        Qt5 fix alpha drawing of start center image
        
        Drawing the bottom-left start center image had multiple errors.
        New images didn't set the default clip rect and weren't correctly
        resized. The damage handling was also missing for alpha bitmaps.
        
        Change-Id: Idabacbb8b507c990a24006152f064ae4f144b89e
        Reviewed-on: https://gerrit.libreoffice.org/47277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2018-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [30a3011a5229ea2e6228f6aa265d80204dd4263c]

        solenv: fix typo in native-code.py
        
        Change-Id: I191c0586a5bf9b3be1811ff783cb80dd13638c53

2018-01-03  Jens Carl  <j.carl43@gmx.de>  [056575f7ceff003348783f7611f84a68463fa8c8]

        tdf#45904 Move _TableValidation Java tests to C++
        
        Fixes #i90346.
        
        Change-Id: Iec7e5ebfe28d3d26f5c50950ee2d3f5fc890da65
        Reviewed-on: https://gerrit.libreoffice.org/47292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [acdba3c2eee18ef0c079b7c41cd4165e06c956c7]

        loplugin:passstuffbyref more return improvements
        
        slightly less restrictive check when calling functions
        
        Change-Id: I35e268ac611797b1daa83777cda02288a635aa32
        Reviewed-on: https://gerrit.libreoffice.org/47259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-03  Jens Carl  <j.carl43@gmx.de>  [f4bd9029ba7b500ebf99b7fa3d774de7fa029176]

        Remove unused header.
        
        Change-Id: Ie61537af3dd30e47cc5a9ab925e636686c0325f4
        Reviewed-on: https://gerrit.libreoffice.org/47291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [620be71536a8a5313b89b1670dc05fd2c7476a7c]

        Updated core Project: help  7c78c30b297d368b94ab82f761c032b59f225c06
        
        Fix typos
        
        Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105
        Reviewed-on: https://gerrit.libreoffice.org/47273
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-01-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7b7779d7c43c32332bbfd2ed28f087948bac5c23]

        Updated core Project: help  1228aaeb66e050dfacd1ac57ec785bc2e13997df
        
        Fix typo
        
        Change-Id: I180510136adc14ff60f1474fbcf2365af7d5821e
        Reviewed-on: https://gerrit.libreoffice.org/47274
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2018-01-03  Jens Carl  <j.carl43@gmx.de>  [23a1c5429c67986a945baab6dae553e58d2d72d9]

        tdf#45904 Move _Scenario Java tests to C++
        
        Change-Id: I313f3a56fd99e7fb29e6f729cfe13e99adf1fed6
        Reviewed-on: https://gerrit.libreoffice.org/47289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2018-01-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [6a29d733651eb307ee8a6c3cf1bc64579070e53a]

        Treat OOO_VENDOR as (non-Unicode) plain char string
        
        Fixes the loplugin:stringconstant complains when using a unicode
        vendor name.
        
        Change-Id: Ib15e558585fe388f734da469e728909a48686ef0
        Co-authored-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/47278
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-02  Caolán McNamara  <caolanm@redhat.com>  [834cebd153573eea3cc321eca5bcb572b4776dec]

        ofz: assert on trying to insert footer when already inserting the footer
        
        Change-Id: I1fd91cca4aec91700f7db233b420fe27752d659b
        Reviewed-on: https://gerrit.libreoffice.org/47272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-02  Caolán McNamara  <caolanm@redhat.com>  [a820979e22e882f7005c326c8597c0647f4fcf90]

        always going to be a textnode
        
        Change-Id: I10167618b66ad7662b001333244bc8188b71c783
        Reviewed-on: https://gerrit.libreoffice.org/47270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-02  Stephan Bergmann  <sbergman@redhat.com>  [49e62852c9c59b55ed27dcf433d99f5a65f7d6c0]

        Remove broken test
        
        ...introduced with 26be5f21cebfe9acad088a1086f97eebdb437b7c "unotools: don't go
        belly-up if temp dir is wrong or empty".  At least Flatpak builds can create a
        /not/found/dir directory just fine.
        
        Change-Id: I73115ac99498ac584be77153ef66bba3036392c3
        Reviewed-on: https://gerrit.libreoffice.org/47267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-02  David Tardon  <dtardon@redhat.com>  [c576312aa60c8ffbae7628ad1a86155a96266356]

        upload libqxp 0.0.1
        
        Change-Id: I44f94ea59e2b7a7f9fb5c2c74268fbe4601936b3
        Reviewed-on: https://gerrit.libreoffice.org/47258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-02  Tor Lillqvist  <tml@collabora.com>  [72ff62a13af402d19e6e53b809b29033a985c04a]

        tdf#104986: Add MILLISECOND, WEEKDAY, and YEARDAY tokens for Firebird
        
        Change-Id: I2ba866c408dbf49f1655cc08cc5d0df840eaf01e
        Reviewed-on: https://gerrit.libreoffice.org/47271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-02  Tor Lillqvist  <tml@collabora.com>  [e0a22d47d281f61f51ead6d2831cd53c15036ffe]

        tdf#71007: Pass also fractional seconds to/from Firebird
        
        We know that ISC_TIME is simply in units of
        seconds/ISC_TIME_SECONDS_PRECISION.
        
        Change-Id: I2896f53c2d32a773c535e19f55dd1314abd18ec9
        Reviewed-on: https://gerrit.libreoffice.org/47266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-02  David Tardon  <dtardon@redhat.com>  [a3488acbeb3b618cf5b6b1a93608c58d0eb9d646]

        upload libmspub 0.1.3
        
        Change-Id: I1f759bf914e4a61fc943098f04661789d374ffdb
        Reviewed-on: https://gerrit.libreoffice.org/47256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2018-01-02  Caolán McNamara  <caolanm@redhat.com>  [269f12c8e8c9d43f0b84a40405eed53daef72cfe]

        ofz#4864 SvgTools::create required via html import
        
        Change-Id: I2c7378e5226c1ce45a89b97ddce93bc0e6e96a33
        Reviewed-on: https://gerrit.libreoffice.org/47257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-02  Julien Nabet  <serval2412@yahoo.fr>  [e7fd8ee57c69e676ec622d13212ab3b3091c1a2d]

        cppcheck: fix prefer ++/-- for non primitive types
        
        Here, we can just initialize the iterators with the right increment
        instead of using while loops to increment them
        
        Change-Id: I08b51ba11398dbb705d3ed83bfbf46df0deb7f21
        Reviewed-on: https://gerrit.libreoffice.org/47224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-02  Matthias Freund  <matti_lx@secure.mailbox.org>  [1e83e713b3e2ef5bb0aa123910598b37a2a97ffe]

        tdf#75256 Sifr update opacity fix - fixed SVG files
        
        Change-Id: Ia3d0c08fe29ead82195bb1088e577a1383d9b508
        Reviewed-on: https://gerrit.libreoffice.org/47250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [61fbeb12c1d6b6ff02e3bead2e2e72f0f44a2197]

        Fix typos
        
        Change-Id: Ida13b0649f0b6b1bb25f906ca9ad3a891b45739d
        Reviewed-on: https://gerrit.libreoffice.org/47262
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-01-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0e136d2cbb3784ddfcbddcfed5d784c8e4c9a64]

        loplugin:passstuffbyref improved return in sd,various
        
        Change-Id: I4b6ea89ae2072f4389a696ea3c96d8f7a5731e7a
        Reviewed-on: https://gerrit.libreoffice.org/47246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [4855257e52056241633c2b1d8159c3f0e71e05f3]

        loplugin:passstuffbyref improved return in sw
        
        Change-Id: I4484ac461761e4c46364b4f473c7e62f8ec72103
        Reviewed-on: https://gerrit.libreoffice.org/47243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [884cbe174ee5e343e9ed56093421aad3e467bf57]

        RID_* can be extern global variables
        
        no need to access them via methods
        
        Change-Id: If0d1a65d6f56ce2fc585749d974ba13c9f2749b2
        Reviewed-on: https://gerrit.libreoffice.org/47245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-02  vikasmahato  <vikasmahato0@gmail.com>  [11cc1afb2fd46c3dfdd519ad51c5fb2e7e3b7837]

        tdf#40457 - Place captions above tables by default
        
        Change-Id: I2b367a451c03b42120c7599158cc05b8c99e1697
        Reviewed-on: https://gerrit.libreoffice.org/47216
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-02  Jim Raykowski  <raykowj@gmail.com>  [180fe42c7cff913a0d7e4059e9355f0cfed9ab6b]

        tdf#112474 change behavior of left click on writer statusbar page number
        
        in document to open Go to Page dialog
        
        Change-Id: I9782fa9a2d9c3d541e09bad4f721c9b2417f29d5
        Reviewed-on: https://gerrit.libreoffice.org/47247
        Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
        Tested-by: Heiko Tietze <tietze.heiko@gmail.com>

2018-01-02  Aleksandr Andreev  <aleksandr.andreev@gmail.com>  [08c20c208e17dfbdaf0e140dac7b2c4a2868dd52]

        tdf#114681: Adding support for case folding in Glagolitic
        
        Change-Id: I3f7f4b7ecfd53a918318c2091a0756ba327c98ba
        Reviewed-on: https://gerrit.libreoffice.org/47057
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2018-01-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e87d32a38054c3bd47f21cd7f542ba690f5a2707]

        Fix typos
        
        Change-Id: If8f042c6ef02c204f8946900e9ea8b99f06a631c
        Reviewed-on: https://gerrit.libreoffice.org/47240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-02  Matthias Freund  <matti_lx@secure.mailbox.org>  [d1625cb2c411330d5231e5ff79f3542d0a797073]

        tdf#75256 Sifr update opacity fix for some icons
        
        Change-Id: Ie151389d318e39757b4050a2949281613fc521f6
        Reviewed-on: https://gerrit.libreoffice.org/47239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2018-01-02  Stephan Bergmann  <sbergman@redhat.com>  [733a8cc0909b33661d0736e5b8af5d46b2097acd]

        Unused return value of rtl_cache_constructor
        
        Change-Id: I1e8b8ae65d9989683dde8f642f3c19355d10a571
        Reviewed-on: https://gerrit.libreoffice.org/47238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fd3fc84e590fc84f62ce3bace668fe40a25f54b5]

        clang-tidy modernize-use-equals-default in sc/source/core/tool
        
        remove default-able copy-ctors/assignments
        
        Change-Id: I40255393899275a5825ffef4df3f08c6ce5348c2
        Reviewed-on: https://gerrit.libreoffice.org/47140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-01  Szymon Kłos  <szymon.klos@collabora.com>  [a7e6e4b220089a2d8a58ff10393d598a8b796fa5]

        tdf#114628 correct line spacing for impress
        
        * use line spacing also for the first line
        * correct spacing in case of > 100% proportional spacing
        
        * impedit2.cxx only code readability change
        
        Change-Id: I24832e7dc2fa8cfbb2f9cdfe7062eaaaa63f1729
        Reviewed-on: https://gerrit.libreoffice.org/46925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2018-01-01  Julien Nabet  <serval2412@yahoo.fr>  [f31ccd18f1b142f8c851e7e219f8bc18b157bc52]

        Related tdf#104942: implement setByte on firebird
        
        There's no TINYINT or equivalent so let's do the same as setShort
        
        Change-Id: Ia1154ee068b02f40e7efa21571036d8b49844859
        Reviewed-on: https://gerrit.libreoffice.org/47234
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2018-01-01  Caolán McNamara  <caolanm@redhat.com>  [9e269ef68e33fc9da154f6694be7cbcd5e3b4bfc]

        ofz#4817 Bad-cast
        
        Change-Id: I5dc9c66ce17f6401fbc9683cf8b10bf62755a166
        Reviewed-on: https://gerrit.libreoffice.org/47236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b27e96cb05ba9fa4d89d8727466db3eb7ef15a6]

        loplugin:passstuffbyref improved return in sc
        
        Change-Id: I487cfe96e9fe65f9be39b2488880410bc7b4baea
        Reviewed-on: https://gerrit.libreoffice.org/47228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2018-01-01  Caolán McNamara  <caolanm@redhat.com>  [5670a9619b77a6a9e53b0cf20c059ea66ca5f450]

        ofz#4767 Bad-cast
        
        Change-Id: Ibf8285efae7c570452954feb41a1a36bf44504a4
        Reviewed-on: https://gerrit.libreoffice.org/47235
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2018-01-01  Tor Lillqvist  <tml@collabora.com>  [ee29c944868a578b002103bb58595029bf385473]

        Reduce large VARCHAR columns of the wizard sample databases to fit Firebird
        
        The maximum size of a VARCHAR column in Firebird is 32765 bytes [sic].
        We use the UTF8 character set and that means 8190 characters as each
        character might take four bytes. The maximum size of a row in Firebird
        is 64 KB [sic].
        
        Avoids errors when creating sample tables using the wizard using just
        the default values. If the varchar column lengths are under 8190 but
        the total row size is too large you do get a relatively helpful error
        message "new record size of <N> bytes is too big", but if you try use
        a too large size for a varchar column, just some "SQL error code =
        -204", "Impmentation limit exceeded", etc.
        
        Change-Id: I17c2bed4fc098f4e159822f6f81242aae274da7b
        Reviewed-on: https://gerrit.libreoffice.org/47232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2018-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [c092fbdb4e5bd9a91d9dd2ef5955af519a46ba19]

        sal: (win32) readd comment explaining about buffer size decision
        
        Readd comment explaining why we allocate a large buffer for
        GetEnvironmentVariableW which was removed in commit
        f78a2bcce88dd5c12052ae3e55c561cdd48b05fe:
        
            re-base on ALv2 code. Includes:
                Patch contributed by Herbert Duerr:
                #i118662# remove berkeleyDB from module xmlhelp (author=orwitt)
                http://svn.apache.org/viewvc?view=revision&revision=1213188
                #i119141# remove ISCII converter for now
                http://svn.apache.org/viewvc?view=revision&revision=1306246
                make exceptions for cppunittester verbose
                http://svn.apache.org/viewvc?view=revision&revision=1174831
        
                Patches contributed by Pedro Giffuni:
                Avoid some uses of non portable #!/bin/bash in shell scripts.
                http://svn.apache.org/viewvc?view=revision&revision=1235297
        
                Patch contributed by Oliver-Rainer Wittmann
                88652: applied patch, remove unicows deps
                http://svn.apache.org/viewvc?view=revision&revision=1177585
        
            drop OS/2 code, remove in-line assembler ARM atomics,
            and obsolete armarch header.
        
        Change-Id: I75a222393e202e40d78f10fc97f5eb4aad2df743
        Reviewed-on: https://gerrit.libreoffice.org/47018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2018-01-01  Tor Lillqvist  <tml@collabora.com>  [d48edd1e854e0df012b61f833d83efcd19fbe99b]

        Don't call getLength() on OUStringBuffer after makeStringAndClear()
        
        It's the length of the OUString that we just made from the
        OUStringBuffer that we want.
        
        Fixes a problem where the code would try to execute an erronoeus SQL
        statement like:
        
        ')EATE TABLE "Tasks" ("Notes" VARCHAR(32765),"TaskID" INTEGER,"EndDate" DATE,"StartDate" DATE,"Description" VARCHAR(65000),'
        
        Too lazy to file a bug for this, the error should be obvious by just
        reading the code.
        
        Change-Id: I473cd8a7a9791700ca8b6467a84f4bad5dee4d55
        Reviewed-on: https://gerrit.libreoffice.org/47230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2018-01-01  bansan85  <legarrec.vincent@gmail.com>  [9fc9bf3240f8c62ad7859947ab8a033ac1fe93fa]

        Fix typos
        
        Change-Id: Idcc291dba5cb6d86e29d00f6b34905f6693f7540
        Reviewed-on: https://gerrit.libreoffice.org/47207
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2018-01-01  Julien Nabet  <serval2412@yahoo.fr>  [953fd82f2319fc84771c8ac209d63f045a480138]

        tdf#114775: fix crash when deleting some rows
        
        see bt https://bugs.documentfoundation.org/attachment.cgi?id=138757
        
        Change-Id: I493bf47b1541262a5ea78b541bc1f47f93cc73df
        Reviewed-on: https://gerrit.libreoffice.org/47219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2018-01-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [864c3aa5ddeab486d2233c7b8f7c467306c3ef54]

        Bump copyright year to 2018
        
        Change-Id: Iabd06fbda15d2f83f6ee0cdd37b268910d380476

2017-12-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a045a00e48978c72ba5053d8e663c193afdfc85]

        improve const-correctness in ScCaptionPtr
        
        mostly to make my passstuffbyref loplugin happier
        
        Change-Id: I148b6b418100de860dfc49aaec6c544d0fe14c72
        Reviewed-on: https://gerrit.libreoffice.org/47225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b6aad2da3ef9c4c37fe141eb068e40d1ed4dfc0]

        loplugin:passstuffbyref improved return in lotuswordpro
        
        Change-Id: I2e4103bb496ed3d0677d036e2f8cec76d001d682
        Reviewed-on: https://gerrit.libreoffice.org/47222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-31  bansan85  <legarrec.vincent@gmail.com>  [35b8b7bc53b20d13d7fa8f75e81a266d2e62d3bc]

        Fix indent
        
        Change-Id: Ie92d9f6cafd0b0af7db9cdb846073762bd4ba7b9
        Reviewed-on: https://gerrit.libreoffice.org/47204
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-31  Julien Nabet  <serval2412@yahoo.fr>  [b3ea7ed747991696b9f02ede14c57f333c28a41b]

        tdf#114755: Remove extra parenthesis
        
        from SELECT block of INSERT INTO <> SELECT <>
        
        Change-Id: Ibe3c3f5f2fbc15388c716ae262e87137958c1a7e
        Reviewed-on: https://gerrit.libreoffice.org/47218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [17ee20b161cf5825e25d120c84675d11f7282256]

        loplugin:passstuffbyref improved return in emfio,writerfilter
        
        Change-Id: I237936d62d0f1b17574dd88b5c9de932dc03238e
        Reviewed-on: https://gerrit.libreoffice.org/47214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-31  Caolán McNamara  <caolanm@redhat.com>  [d4d0b1a2b9f11fb7629559e08c345697ba129c04]

        ofz#4848 Null-dereference READ
        
        Change-Id: I632aca7e3f59b7edf48c8c35eff4abf1946af652

2017-12-31  Caolán McNamara  <caolanm@redhat.com>  [45e5b5da183e57c80287bf182433f529a0e64bd7]

        ofz#4852 Integer-overflow
        
        Change-Id: Ifb6a56783ce02a12f5fa5dfae4c815e963dcfe3c

2017-12-31  Caolán McNamara  <caolanm@redhat.com>  [1b0ef94e222019e78c77f40bdae17e74d83a2aaf]

        try to fix android build
        
        Change-Id: I80c01fbf839c6980bc8dab40267d1407ca8e1398

2017-12-31  Caolán McNamara  <caolanm@redhat.com>  [37f4239e511cb6b4cc6f1c2e76617acd13c8980a]

        ofz#4845 avoid oom
        
        Change-Id: I816e2a2e2c21bf999c261e59c860fd142ba59f76

2017-12-31  Caolán McNamara  <caolanm@redhat.com>  [2ed6eba4f99681fe717741ddc1534ed3ccc15e82]

        CurrentTableInPaM->PendingTableInPaM
        
        Change-Id: Ic8b48d3b3e3f87e9ac3e8a6bb832f8e8dfe8ab7d

2017-12-31  andreas kainz  <kainz.a@gmail.com>  [8900a3469e1263280ffc052993ef34e3a4bcd4bc]

        App icons: shrink svg files to a minimum
        
        Change-Id: Ifb17c8a7b6f2d5cd4616256bbec08b9c51007be0
        Reviewed-on: https://gerrit.libreoffice.org/47201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-31  Mark Hung  <marklh9@gmail.com>  [140aa3e7db0a4731f02ab078a1326b2f4523a4c5]

        tdf#114045 do not add undo action for table attributes
        
        CreateUndoAttrObject() create extra undo steps when using
        table paint brush on table cells. Undo action for each selected
        cell is processed individually in
        SvxTableController::ApplyFormatPaintBrush().
        
        Change-Id: I65034a2b510898db26a7a8ddc4b5f3b742fd9b88
        Reviewed-on: https://gerrit.libreoffice.org/46729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-12-31  Mark Hung  <marklh9@gmail.com>  [4173798ef73d3fc7da8c5b8fa575a36f05cd6f83]

        tdf#51188: allow connector gluepoint undo
        
        It should had overwritten the connector data when the
        connector attach to a different glue point of the same
        object. Let’s always overwrite it, though it waste a
        little bit time.
        
        Change-Id: Ib4cc4bf105e5ef17289e027dcddd0110f7297190
        Reviewed-on: https://gerrit.libreoffice.org/46559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-12-31  andreas kainz  <kainz.a@gmail.com>  [66b8ed9709210fdf72934cc914cf9be054df41ad]

        Tango icons: add svg files for the app icons in res
        
        Change-Id: I1fc91911844f86572b102fe0dfb8ccdcd42fce0d
        Reviewed-on: https://gerrit.libreoffice.org/47186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-12-30  andreas kainz  <kainz.a@gmail.com>  [4ead201c578ce4cc17f65d2a97a591e112307a1a]

        Updater Icon: Shrink svg file
        
        Change-Id: I8a45d4e620b1865dda28eb56a89207226eeac9b2
        Reviewed-on: https://gerrit.libreoffice.org/47202
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [80fc91db239869b513f47866f45d8a43fb98fe16]

        ofz#4753 Bad-cast, check all open tables
        
        Change-Id: Ie6e2fb9f2e16e021a4719c418f52ce074c359904
        Reviewed-on: https://gerrit.libreoffice.org/47199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-30  Stephan Bergmann  <sbergman@redhat.com>  [aab0322580c87864a4f0c0af1fed07282c8dccbb]

        Disable loplugin:casttovoid when --disable-assert-always-abort
        
        ...as finding uses of variables in arguments to expand-to-nothing assert macros
        is just not implemented not implemented.
        
        Change-Id: Iacb3bd25d03eca13ac8ff3942f98e46dee3286b9
        Reviewed-on: https://gerrit.libreoffice.org/47200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7cb509d38fc7183bc6f695f3f6390a10dfd70c7]

        loplugin:passstuffbyref improved return in cui,dbaccess
        
        Change-Id: I1193ff91ccd548acf9492d9701b6411a24d6763e
        Reviewed-on: https://gerrit.libreoffice.org/47194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-30  jan Iversen  <jani@libreoffice.org>  [e33dbe2c8383cb55748753c68d551050a5c424ff]

        iOS, make LIBRARY path relative.
        
        Patch based on suggestion from jon Nermut.
        
        Change-Id: I91244ad839b2a7f532b45c0ca8b37228c2ff27b1

2017-12-30  Paul Trojahn  <paul.trojahn@gmail.com>  [87e353874a1c52f8e42946a59d2e2079eb28f7fe]

        tdf#90626 PPTX: Fix image bullet position in PPT
        
        Scaled bullet points aren't centered in PPT, so padding needs to be added
        to get them to the correct position.
        
        Change-Id: I61509dd43ef9cd697dcbc3cabbf58a21d625ddec
        Reviewed-on: https://gerrit.libreoffice.org/46994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [6246d44680ec9b4cc132614e664c4cb88095b09e]

        Enable test for exporting text color of activeX checkbox control
        
        It's fixed in:
        05f72a2a39fccb58f59b99ebfd3e7d0d8ff354e9
        
        Change-Id: I5f82b1bd5dc0b2155398e4fc74da21f1a96e1d56
        Reviewed-on: https://gerrit.libreoffice.org/47193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [07a2d583ae5d7b6f983c4401eef92a052b15af02]

        crash in sc, make TextSearch thread safe
        
        with tdf95460-1.odt
        
        Change-Id: Ic4e643b8e6ae6235fb79ed458f891afd4a4b73fc
        Reviewed-on: https://gerrit.libreoffice.org/46380
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [9f8dd17b1e6ab5d5d07b61e0f85edea233f03d71]

        ofz#4837 Null-dereference READ
        
        Change-Id: I7e4cb934aeac32fa1170beb116e4600b5eb9389a
        Reviewed-on: https://gerrit.libreoffice.org/47197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [13763bda39bb267382c4824eb29e9575d6a4b811]

        update android rgba cairo patch to apply again
        
        Change-Id: Iaee918439f8472bab7fab2cf545ac2e420d614ab

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [ffa19a95c44f15049bcc1133c98ef2b4d18f7638]

        coverity#1427008 Result is not floating-point
        
        Change-Id: I3066bf4d7161a2606d0f2f7dd33deefe2ed2f421

2017-12-30  Caolán McNamara  <caolanm@redhat.com>  [b030768b73ac0529b308b22549afca4e4d57a8d3]

        coverity#1427009 Uninitialized scalar field
        
        Change-Id: I372e9f7e286e2c563533c88205b7eb5ada1c02b4

2017-12-30  Bán Róbert  <robert.ban102@gmail.com>  [05f72a2a39fccb58f59b99ebfd3e7d0d8ff354e9]

        tdf#113788 ActiveX controls' text color is not exported to DOCX
        
        The convertFromProperties function does not set the text color.
        Background color is a similar property and it is handled similarly.
        
        Change-Id: I2c1bff6198640b9a30f70d9db641425166ced992
        Reviewed-on: https://gerrit.libreoffice.org/47185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-30  jan Iversen  <jani@libreoffice.org>  [9e7073e822d5f4d18e34df9b5a92bbc51493937e]

        iOS, bump version to 11.2
        
        Change-Id: Ia24e872f138a78d3d585150e3cde78858de60b77

2017-12-30  Stephan Bergmann  <sbergman@redhat.com>  [494bdd3dc32287cc01ea4e0d81438a9266425726]

        Support for tcmalloc and jemalloc is long dead
        
        When it was originally added to --with-alloc (tcmalloc:
        f63ffaf3667e218be3538e84e6becc18d5de4334,
        54efc5ed83890f0a1166ece3b1e4942bb7922ff7,
        0abd71b44144220d2aeec58601929fd0cd1914d6
        708b6d4246de915ac960c7b90ee8bb2d966c7d17 "INTEGRATION: CWS configure14: #i59160#
        allow usage of tcmalloc and system-malloc"; jemalloc:
        826a90d68a4dc458585c6d2e647bec17971e9193 "configure25: #i111045# jemalloc"), the
        old build system's solenv/inc/unxlng*.mk added corresponding -l switches to
        linker command lines, but it appears that was never carried over into the new
        build system.
        
        And even if the AC_CHECL_LIB calls in configure.ac prior to
        e612f026de6ca1153c57fb10f0fa75725425a301 "Ensure AC_CHECK_LIB/AC_SEARCH_LIBS do
        not poison LIBS" would have extended LIBS with the correpsonding -l switches,
        there appears to be no mechanism in the new build system that would have
        depended on letting that have any effect on which alloc lib to link against.
        
        So the only remaining effect of --with-alloc={tcmalloc,jemalloc} is to set
        FORCE_SYSALLOC in Library_sal.mk, same as --with-alloc=system does.  So whoever
        still uses the former configure switches should just switch to the latter.
        
        (Also adapt the documentation of --with-alloc to reality, "internal" instead of
        "oo".)
        
        Change-Id: Iac0e302c5f9602daf5f8452a0fc1887dc55ee27b
        Reviewed-on: https://gerrit.libreoffice.org/47178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-30  Julien Nabet  <serval2412@yahoo.fr>  [84466e76a9a23a07227fa1da132b4bef83edec6e]

        Incrementing end iterator has undefined behavior (dbaccess/cacheset)
        
        Change-Id: I9f4cdacd87cc4802b13c99c15e1d24d11285a375
        Reviewed-on: https://gerrit.libreoffice.org/47188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-29  andreas kainz  <kainz.a@gmail.com>  [c73a8a1b5f14da14f89c0e98f69aeee86fa6c068]

        Elementary-icons: add Page Layout icons
        
        Change-Id: I2f11dab4035cb6866d953239515eec3bc6602dfd
        Reviewed-on: https://gerrit.libreoffice.org/47183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-29  Matthias Freund  <matti_lx@secure.mailbox.org>  [cbea57bac09f40e2576d080ecc6ccec1e02f131c]

        tdf#75256 New sifr icon for deletetable
        
        Change-Id: Id03229cf9229880f570cacba61ae2e563c05559e
        Reviewed-on: https://gerrit.libreoffice.org/47170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [667236e600d4c23af5ecd92f33c9fa0f57edb167]

        loplugin:unnecessaryoverride fix for changing access
        
        Change-Id: I61b908999be7d94eed0c421125f8e1fc07e3c2db
        Reviewed-on: https://gerrit.libreoffice.org/47182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Mike Kaganski  <mike.kaganski@collabora.com>  [1c5b481a52c296d1c3b93d8ae740143e44b1df6f]

        Updated core Project: help  cac2a5ccfd5d7197a1a1ad706bca5f0f4235a2fd
        
        Correction to the QUOTIENT spreadsheet function documentation
        
        If arguments have different signs, it isn't equivalent to
        INT(numerator/denominator). E.g., QUOTIENT(-3,14;1) gives -3, while
        INT(-3,14/1) gives -4.
        
        Change-Id: I1abe0a6bd77ba5f451844cf3e5c2ab2e021d7c96
        Reviewed-on: https://gerrit.libreoffice.org/47171
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-12-29  Caolán McNamara  <caolanm@redhat.com>  [752684babf5ebc4ac6dfa4a7ea30f7f7cb4a9e4a]

        ofz#4825 Bad-cast
        
        Change-Id: I57f180c9e28d5f2439efcc1f2726d8fabc108bc9
        Reviewed-on: https://gerrit.libreoffice.org/47176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b030651a0ad5e0eedd6d08b6cd1459ca514d818]

        loplugin:passstuffbyref improved return in various
        
        Change-Id: I0a8282d8e0d9575b055243073fc89a7d6b67b560
        Reviewed-on: https://gerrit.libreoffice.org/47173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [d460842616d467dfaf7b51ac2db94adb1ff5cbb0]

        loplugin:unnecessaryparen improve return check
        
        Change-Id: I8128aa4b5fc60efd1dbf5971cdde11e588f5f64b
        Reviewed-on: https://gerrit.libreoffice.org/47167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Stephan Bergmann  <sbergman@redhat.com>  [0e5fc156da7f40528f636a89b6bad7e14bdc8350]

        PRIu64 is unused
        
        ...since 2d9beb7854bdfa6e6140e78ab754414340725e38 "OSL_TRACE in
        sal/rtl/source/alloc_*.cxx leads to deadlock..."
        
        Change-Id: I7ede71b8257fa402f5f174dfb9c12fa5e648a017
        Reviewed-on: https://gerrit.libreoffice.org/47177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-29  Caolán McNamara  <caolanm@redhat.com>  [a24cfdf7646e827beb34bdcad99f59956ef8d582]

        ofz#4829 Floating-point-exception
        
        Change-Id: Ifadeff08fe0c7d88498c8c657ce3955f0a518ef9

2017-12-29  Caolán McNamara  <caolanm@redhat.com>  [1f349bb10c3c1fc6d5d598847a7281cef728b762]

        ofz#4817 Chaos with multiple body tags
        
        Change-Id: I4f2ab3a3be0909176599963c8ca113e3af85c832
        Reviewed-on: https://gerrit.libreoffice.org/47159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-29  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [4475ffbdaec9353ba01b6e4a39420d81c562d5d9]

        Updated core Project: help  50b850013374e0f711b5cded92739934d758bf1f
        
        tdf#114709, tdf#112758, tdf#112757
        
        Lots of changes and tweaks.
        Header and footer now span 100% width even on desktop.
        Font sizes were increased and content area made narrower.
        We now have two separate language menus so the menu is
        always visible on mobile.
        Google search moved out of the accordion panel.
        Accordion panel colours made darker.
        On desktop, expanded accordion panels overlap content.
        
        Change-Id: I976a67b1ca0cb2d21f0569da8d1fefd2b589d7d3
        Reviewed-on: https://gerrit.libreoffice.org/47139
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e21ae87458b0b6e0ad4cc9b41ed02fc8b6a20736]

        loplugin:passstuffbyref improved return in xmlhelp,slideshow
        
        Change-Id: I57e235ecec733f1b5dd03f95f4e022769a369ae2
        Reviewed-on: https://gerrit.libreoffice.org/47165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  andreas kainz  <kainz.a@gmail.com>  [a1ccac19ab1bc616262ed3a5f7511f258c3e2aa8]

        Elementary-icons: fix table border icons
        
        Change-Id: Ibe60237bfaf60773289525e987faeef3bf83d12c
        Reviewed-on: https://gerrit.libreoffice.org/47162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a2ef65b09da20aa1d0c15b883a58056df2dbad6b]

        Fix typos
        
        Change-Id: I0e56430afa65b6b5826d56212ac501c0244fce9b
        Reviewed-on: https://gerrit.libreoffice.org/47145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d0222ba1fd7617b793e1e513247b11a82eb22f4e]

        Fix typos
        
        Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e
        Reviewed-on: https://gerrit.libreoffice.org/47126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [19e519593c940fbbf953b7d0ff6d7c86707f39e2]

        Fix typos
        
        Change-Id: I90f72b6a618436d8cd2115be4e57a07bac15befc
        Reviewed-on: https://gerrit.libreoffice.org/47161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [db8085636aec89205fdc944ec55ef11645705a97]

        simplify copy of ScQueryParam
        
        define copy assignment for ScQueryParamBase and use
        default copy implementations for other structs.
        
        Change-Id: Ie384a4f9a3647e8492b4921055df0f2c6bff708e
        Reviewed-on: https://gerrit.libreoffice.org/47141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0eb09405b2f4d95532d37bc37054a51e5a0177b]

        loplugin:passstuffbyref improved return in svx
        
        Change-Id: I33bdbd416709ce46afb3c17aeab0d2e19a68ab30
        Reviewed-on: https://gerrit.libreoffice.org/47150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [31f71635a136daf36d554e0c20db9ae0d1686c23]

        loplugin:passstuffbyref improved return in ucb,connectivity
        
        Change-Id: Ib2590648c9dced87693a58a506cb62d04e37b18d
        Reviewed-on: https://gerrit.libreoffice.org/47149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38f5e768b0f858f8f990a8f297396821c75d45dc]

        add test for tdf#114182
        
        Change-Id: I08dd556814257e64cd0629bcfb2193f939d994e5
        Reviewed-on: https://gerrit.libreoffice.org/47155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [629cfd2c1d3a43048fdb87853fa886b19105a786]

        export explosion property for pie chart property, tdf#114182
        
        Change-Id: I02b46929db1bfbff32e7b1228186079b868e7971
        Reviewed-on: https://gerrit.libreoffice.org/47154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-29  andreas kainz  <kainz.a@gmail.com>  [367b10fb833aa854c2c52c91757c40bdd10be97d]

        Elementary-Icons: update links for writer menue
        
        Change-Id: Ifa487bd055b4a3cef9bf8c9b9f0f7d40f3fc0417
        Reviewed-on: https://gerrit.libreoffice.org/47160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-28  Julien Nabet  <serval2412@yahoo.fr>  [7794b2d96f5259b062ca6bd9db265a086631593f]

        Use unique_ptr for VectorOfNodes (cui/treeopt)
        
        Change-Id: I318128452fc6d76038c0ed41fcb0a5e7999952c4
        Reviewed-on: https://gerrit.libreoffice.org/47146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Caolán McNamara  <caolanm@redhat.com>  [7facb7d6362d7fcb3aaf60ab9ab4768213e1d3d6]

        ofz#4746 Invalid-bool-value
        
        Change-Id: I9be8bc2d37bbefa20861ea76522ed9ef985195fa

2017-12-28  Caolán McNamara  <caolanm@redhat.com>  [4da1a70fe0511172f3cf4a22594a9f94c9c0a73f]

        ofz#4765: Conditional jump or move depends on uninitialised value
        
        Change-Id: Ic8a4fd6cc62c7257f714e2ce2f155f60aa04aa2f
        Reviewed-on: https://gerrit.libreoffice.org/47157
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-28  Caolán McNamara  <caolanm@redhat.com>  [8f0a740bd6ab84c7d95944b448b4ade4f2ce3e89]

        ofz#4733: align size types
        
        Change-Id: I43d136b131ba43401871a6afa455386f050d6c1e

2017-12-28  Laurent BP  <laurent.balland-poirier@laposte.net>  [4e2d22bc92d85aa7b3b490c295f3f9d969d6fe33]

        follow-up tdf#89676 Add some explanation in comment
        
        Change-Id: I740b91e801dc658551ff7ec848f7e4941b9273af
        Reviewed-on: https://gerrit.libreoffice.org/47113
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-28  Caolán McNamara  <caolanm@redhat.com>  [956e467a296d6745157db1bb456bc0046b8736bc]

        coverity#1311653 Uninitialized scalar field
        
        Change-Id: I3006cf4397df6b04fa66bd181470756f39dac1e5

2017-12-28  Caolán McNamara  <caolanm@redhat.com>  [996fbf1cefff1d991e4c89919797e5f0daeaafa9]

        ofz#4814 asserts and Null-dereference on broken shape
        
        the attempt is made, but the shape isn't there, so m_bShapeSent
        wasn't set, so it will get called again and the markstacks are popped
        to many times. Lets set it when the effort is made.
        
        Change-Id: I58dfe11316112cca6ff69ea518ed0b4908f25d6c
        Reviewed-on: https://gerrit.libreoffice.org/47106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-28  Julien Nabet  <serval2412@yahoo.fr>  [c91281c9507e07330e1d7b04ca0674dd459ed2f7]

        Use returned iterator (dbaccess/rowsetcache)
        
        Change-Id: If53bbc8e3cdbbf71bed0d343f1ff358b72c46d21
        Reviewed-on: https://gerrit.libreoffice.org/47147
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Julien Nabet  <serval2412@yahoo.fr>  [9c89caa036feb0977922f3452e324b97d13bb735]

        Optimize a bit RowSetCache (dbacess)
        
        Change-Id: I051cb40b5dd854a4a104eae7124564cab8a35de1
        Reviewed-on: https://gerrit.libreoffice.org/47151
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-28  Julien Nabet  <serval2412@yahoo.fr>  [f2dafc6e2ccaee058276d8ddb02bea3c9bc095a2]

        Use for-range loops in dbaccess
        
        Change-Id: I0be3aba4f03dcaba188670548901e4aef59c5ec0
        Reviewed-on: https://gerrit.libreoffice.org/47148
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [271a663d2f098f3f665cab6da2e13b265a7eab93]

        rtl: support start/stop threads around pre-init
        
        This is necessary to avoid having extra threads
        while forking. After forking, the second stage
        of pre-init is started and so we start the stopped
        rtl threads.
        
        The comment for rtl_alloc_preInit_phase_t has
        more details.
        
        Change-Id: I1a3f7be74d4b04d0b2fc4a72b02124c2faa3c047
        Reviewed-on: https://gerrit.libreoffice.org/47060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [0217031a98508731f15df9d361a6e5b584db5716]

        tdf#104734 Firebird: Add LONGVARBINARY/Image type
        
        Implement it as a user-defined Blob subtype.
        
        Change-Id: Ia369b6858e7d9191f34032445c1003931273e926
        Reviewed-on: https://gerrit.libreoffice.org/47098
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5877a3733c55d51f86edeb17c227fd89363154e4]

        Fix typos
        
        Change-Id: I0a8579406a70d2f63d96969c766e2a43d830ed6f
        Reviewed-on: https://gerrit.libreoffice.org/47114
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-28  TamÃ¡s Zolnai  <tamas.zolnai@collabora.com>  [23a83639f5a06708074b13bc13ea4f6f819f55f0]

        tdf#104870 - Impress crashes switching views in read-only mode
        
        We need to check read only mode similar to SidebarController::CreatePanels()
        method. Otherwise SfxUnoPanels::getByName() creates an invalid panel.
        
        Change-Id: Ib7801b81c95f3f505a06c00f749ba4ed5809bfe0
        Reviewed-on: https://gerrit.libreoffice.org/47116
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-28  Stephan Bergmann  <sbergman@redhat.com>  [7f15b7ae482be5994c6803b982c13cbc036a734f]

        Full UBSan in external/firebird
        
        ...after 6a312a4a3d642f0f9769df54c0ec25471c9916bd "Prepare external/firebird for
        sanitizers".  Doing `make check screenshot` on Linux with Clang
        -fsanitize=undefined -fsanitize=local-bounds -fsanitize=nullability works now.
        
        Patches that might be unwanted in non-UBSan builds are added to sanitizer.patch
        while unproblematic ones are added to always-included ubsan.patch.
        
        CppunitTest_dbaccess_firebird_test, e.g., shows that
        comphelper::AsyncEventNotifierAutoJoin::onTerminated called base-class
        osl::Thread::onTerminated (which does nothing, anyway) of an already destroyed
        object, so just drop that.
        
        Change-Id: If50f442ee6dbe590db843c38681d1c1cade8fa6a
        Reviewed-on: https://gerrit.libreoffice.org/47122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-28  Mike Kaganski  <mike.kaganski@collabora.com>  [b0203670492d5af7f963e66ef702f36c87b6b694]

        Try to handle fonts orphaned from cache gracefully
        
        ImplFontCache::Invalidate deletes unused entries (with zero ref
        count), and keeps other entries, but clears everything (including
        still used fonts) from its instance list. In the same time, those
        fonts' mpFontCache pointers kept pointing to this cache object.
        External clients released font instance by calling its cache's
        Release method; this itself allows for broken invariants that
        cache's mnRef0Count is equal to number of unused font instances
        in its list. Also, those fonts never got released, leaking because
        ImplFontCache only ever deletes objects in its list.
        
        What is worse, sometimes font caches get deleted after invalidation
        (see OutputDevice::ImplClearFontData). As the instance list of the
        cache is empty at the point of delete, the cache destructor doesn't
        delete those fonts that were orphaned at the moment of invalidation
        (those fonts are still used by some client objects, so deleting
        them is clearly wrong). But since the font instances still have
        cache pointer referring the already deleted cache, releasing the
        instances (by calling deleted cache's Release member function)
        must lead do some weird results.
        
        This patch moves the Acquire/Release to LogicalFontInstance, which
        now checks if its cache pointer is valid, and if it is, the cache
        is used to do the work (as before); otherwise, the font handles
        its lifetime itself, and deletes itself when its reference counter
        is zero. The cache invalidation clears the cache pointer of the
        still-used instances.
        
        Change-Id: I29811272dda814cbc81f14668d63e385ce772332
        Reviewed-on: https://gerrit.libreoffice.org/47111
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b6e6c05b11c991757c640a2d46b1d2aa0e50960b]

        Fix typo
        
        Change-Id: I209c6d62c2e5cfbc6a35da406bc59fc155787ec9
        Reviewed-on: https://gerrit.libreoffice.org/47127
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9183166214c0f461b6fefb34bbf4a57ea878bdf]

        loplugin:passstuffbyref improved return in editeng
        
        Change-Id: I6aba5b79e588f28529052ddb30ad51807d73cfe5
        Reviewed-on: https://gerrit.libreoffice.org/47120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [64d4f117447d990ed3215b0dd619e07de26ce417]

        Firebird: use 32 bit
        
        Change-Id: I435524d1852a6691b382b93c9b6d2a7705938cd7
        Reviewed-on: https://gerrit.libreoffice.org/47130
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [f80b51ae441e3483a2e9b77a30b932d4e8fba192]

        tdf#104734 Firebird improve XClob implementation
        
        Create a more effective implementation of XClob::length() and
        XClob::getSubString() methods, where string is read segment-by-segment
        instead of reading the whole underlying blob. That way it is possible to
        handle big texts which would not fit into memory.
        
        Also allow reading Clob data from a resultset with getString() and
        writing it in a prepared statement with setString().
        
        Implement XPreparedStatement::setClob(). Also implement a private
        version of setClob() for creating a clob from OUString:
        
        Allow the creation of a clob column with GUI by adding a new type in
        ODataBaseMetaData::getTypeInfo().
        
        Change-Id: Ibcbbdd80e8eed5e2a3fe55b0fa196401f1bcbcdf
        Reviewed-on: https://gerrit.libreoffice.org/47093
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [e7a80ddb91c44711296aa996bf00242edbfba32d]

        tdf#104734 Firebird: Add VARBINARY type to driver
        
        Change-Id: I9a1b3aa9bde855577078fe0db2e31a9c160031d7
        Reviewed-on: https://gerrit.libreoffice.org/47092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [bf662904c4b60e93c6b86e06288d41996eed12a2]

        tdf#104734 Firebird: Add Binary (fix) type
        
        There is no explicit binary type in Firebird. It can be accomplished
        using the CHAR type with a special character set, which tells the
        database that it is binary data and there is no collation. (called
        OCTETS).
        
        Because of that, we also need the character set to decide the exact
        column type.
        
        And also refactor some parts of the driver:
        - Create class to determine internal type from firebird type, subtype,
        scale and character set.
        - Use internal type (DataType::XXX) in XDatabaseMetaData::getTypeInfo()
        indirectly. (We want to return a Firebird type for each internal type,
        not in the opposite direction.
        
        Change-Id: Ica56a84d89253e11936e7012086fe1d9f61a65f0
        Reviewed-on: https://gerrit.libreoffice.org/47091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-28  Lionel Elie Mamane  <lionel@mamane.lu>  [3c567e55e6aed9e0da892d8b9fc09f8a0c784fcc]

        tdf#114702 don't use XMultipleResultset unless DatabaseMetaData says we can
        
        Change-Id: Icec98d35c2f60adf4a31e492c6cb708e82e47a58
        Reviewed-on: https://gerrit.libreoffice.org/47080
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Lionel Elie Mamane  <lionel@mamane.lu>  [8375ab7b5024bad1bcf8bbb0c734ba1e5416445f]

        firebird: return consistent (if wrong...) results for XMultipleResults
        
        Just in case we are called by code not checking our DatabaseMetadata
        to learn we don't support multiple resultsets.
        
        Change-Id: I6d8c5f4ef04bcd9ec8b66a83881607281e125b7b
        Reviewed-on: https://gerrit.libreoffice.org/47117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Lionel Elie Mamane  <lionel@mamane.lu>  [66d7540bcf3f82de906a588f01d1fbedc3d2928c]

        dbaccess OStatementBase: correctly check database metadata
        
        the previous test didn't make any sense:
         * if xMeta.is(), then the test evaluated to false
         * if !xMeta.is(), then it called supportsMultipleResultSets
           (or supportsBatchUpdates, respectively) on a NULL pointer,
           which guaranteed a segfault / assert.
        
        Change-Id: I6d6b93350557936b924a286732ae6d4f5ab2ce56
        Reviewed-on: https://gerrit.libreoffice.org/47118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-28  Julien Nabet  <serval2412@yahoo.fr>  [aa1bfa6d18e73265f486ed1f9673ac8f0a4e6de5]

        Use unique_ptr for m_aLeaves/m_aGroupedLeaves (cui)
        
        and perhaps avoid memory leaks (see https://bugs.documentfoundation.org/show_bug.cgi?id=114457)
        
        Change-Id: Ib413b0bf6cc65a2696e3429965a67899b7b72d73
        Reviewed-on: https://gerrit.libreoffice.org/47094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-28  Mike Kaganski  <mike.kaganski@collabora.com>  [9bf5c139d1081a25dec990c5ca478a8b5d2f33a3]

        Simplify dynamic_cast check
        
        Change-Id: Ib16168c0b87c99bceae3970b739aaba1667b154b
        Reviewed-on: https://gerrit.libreoffice.org/47115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-28  Johnny_M  <klasse@partyheld.de>  [fd8b5d26edb687fcbf96e74c4b07dcc2b1374035]

        Fix spelling in comments
        
        Change-Id: I93b3e2dde7be65d2077e386b8f80ae7c3576c788
        Reviewed-on: https://gerrit.libreoffice.org/47102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-28  Serge Krot  <Serge.Krot@cib.de>  [864ab0502a4d3506413451e8c545144c6c15d777]

        tdf#113877 Insert document: merge two lists into one
        
        When inserting a new document into current position we need to
        concat to lists into one.
        
        Added unit test.
        
        Change-Id: I10689256e0ffc5cf93722b1d45f09f610211b14a
        Reviewed-on: https://gerrit.libreoffice.org/46978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-27  Aron Budea  <aron.budea@collabora.com>  [88f6ffeb9e0c0b942c2b0bc9d60af7bb7a6caaf8]

        tdf#109100: Hide label for margin control in Impress
        
        Change-Id: Ib61656913df673ebfde61e2c921f84cb81195a3b
        Reviewed-on: https://gerrit.libreoffice.org/46974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e4689afb970ec7090e6e604acda25c2aa12f3e87]

        Fix typos
        
        Change-Id: Icebbbb392d9187a11837b72116c00036247e9b74
        Reviewed-on: https://gerrit.libreoffice.org/47104
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-27  andreas kainz  <kainz.a@gmail.com>  [94ef490559d45ac0a077c0844760ee8bde6780a8]

        use right icons for the styles sidebar in breeze and elementary
        
        Change-Id: Idc2b686f754afe4708c15fefcda44b7c7742a2e9
        Reviewed-on: https://gerrit.libreoffice.org/47097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-27  Caolán McNamara  <caolanm@redhat.com>  [bac051d73f2233a9353f43036391263151ac8a98]

        ofz#4813: Direct-leak
        
        Change-Id: I7bd257734a302ad00acf4336f4b478d6af4bc304
        Reviewed-on: https://gerrit.libreoffice.org/47100
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-27  Caolán McNamara  <caolanm@redhat.com>  [84d0b4fcfb74288a8ed22f7786db8368a9a0a807]

        ofz#4806 Infinite loop
        
        Change-Id: I89a24fa3ce4034ef207233b96c5e26a7b7787444
        Reviewed-on: https://gerrit.libreoffice.org/47096
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5d30798c22fce0a6773bc61dcfbad59dc194bde0]

        Updated core Project: help  dfdc1f55f63d4497e6bd5fa5793ba8b57d6a78fc
        
        tdf#112755 reorder modules in new help (II)
        
        reorder modules in Index
        
        Change-Id: Ib226a7c243e682e4e2a98d6d48ae1d9b1e3cace1
        Reviewed-on: https://gerrit.libreoffice.org/47095
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [89bd93fc1a5277f4e7ffcea74d4087b63736ae97]

        tdf#113399: DOT IMPORT, DOCX EXPORT: Page number not shown correctly
        
        We need to export 0 padding explicitely to DOCX file.
        
        Change-Id: I7126cfd1dbf4ebd1fb5e09c3642e0da159488258
        Reviewed-on: https://gerrit.libreoffice.org/47090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-27  Caolán McNamara  <caolanm@redhat.com>  [abec3df5d8412231ccad7fefd9dd2b222269ed22]

        ofz#4725 Integer-overflow
        
        Change-Id: I74e065b8ba00dc80559bb64cf1bdefa5f9f5b480

2017-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [d77d0d8e2fabc9dfc9eef3e532c31351632fb7b7]

        svtools: Simplify DoubleNumericField with std::unique_ptr
        
        Change-Id: I25df3a06afa5e1eb2fa282f2be2ae1ea69aa0ab5
        Reviewed-on: https://gerrit.libreoffice.org/47077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3b35f1d985d2cd230c0676d01d3f2518acb1e50c]

        clang-tidy-modernize-use-equals-default in writerfilter
        
        Change-Id: I5725602be8a3da8e58a6885f64a7b720061c11ce
        Reviewed-on: https://gerrit.libreoffice.org/47085
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [219718868daec643d9483e11acba8666d8c2ed27]

        clang-tidy-modernize-use-equals-default in cui
        
        Change-Id: Ied4f0a548b303aac86052df58f9a81fddeab7b06
        Reviewed-on: https://gerrit.libreoffice.org/47086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ab5d6166beca20503cd57b8707b814305f92267a]

        delete operators properly
        
        Change-Id: Ia917b70712717387aa8d7a17334efd41931bdb88
        Reviewed-on: https://gerrit.libreoffice.org/47087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [363cb299ddda76504f49e3445e6609fe3a4c8111]

        sal: fix typo in tcvtmb.cxx and remove comment cruft
        
        Change-Id: I1617900cd2df096d46a2cba75ef2fe1373c0ab63
        Reviewed-on: https://gerrit.libreoffice.org/46948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [7cccb79f541404f6d317da49cee431294b9121c6]

        Remove leading _ from some variable names
        
        Change-Id: I640bf41ad073fcf1d5b8fcc55c63558f208db73d

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [03caa2f611265efce1d379df55a5f27c70d9a46c]

        Make some bool const
        
        Change-Id: Icede71af1edfc0671f5b0bc0dbfd3cfc6af79fcd

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [fed40ef827f2ee8db583a13bcb439fe625c7527f]

        Return early
        
        Change-Id: I2b420141b5986b1d23460d5432c1b7051b11663e

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [b30499e288b923483c3d00edce6af72cb5eef5b9]

        mnHitTolLog is already sal_uInt16
        
        Change-Id: I4a0e55818ad8e2f61845484a71b6283e0a7c326a

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [541f369f30527687af010db5bfa75008a7013dd7]

        Avoid temporary Point
        
        Change-Id: I09ce2859f7bda468399629fda1336788ed65bcb2

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [aa109e6a6fe771965acd17c00126aff74ca6f5c2]

        Share common code
        
        Change-Id: Ia6ee42c799e566ad837e89d6456c50c7217da1eb

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [828a7ffd3e76d21d65edb822299ca0c5a2b70ef2]

        Do not overwrite data with same value
        
        After emplace_back there are at least 2 elements, and GetPrevPos
        would point to previous back().
        Commit 5e913234da65484778d53179ee2005aec01d0f0e removed
        a possible modification of such data, so this operation is now
        pointless.
        
        Change-Id: Ia5bec5e9b16e9dc9f34c7cf1dbb8e3f17510d83b

2017-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [df1a10dafd3a2263d6e46edcaa6e6c0a64a80598]

        Directly access own data members, remove unused methods
        
        Change-Id: Id86d66738da2f6e4b86d4a4ee8da54940c751787

2017-12-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [13153921bc8b548dd41915146ace9733e21c966f]

        Updated core Project: help  f84e3a174753b28c141d117082c574a8defd4eed
        
        tdf#112221 Help page for context menu cust'zation
        
        Added toolbar text and typo fixes
        
        Change-Id: I3a496241c831e52f72bc1617b6d5515f511cefb8
        Reviewed-on: https://gerrit.libreoffice.org/47074
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [2b5589f4ee47ccadc625877bc970010c2abd36a9]

        Calling ActivatePage directly is unnecessary
        
        After this commit:
        b426b026b79a342c41f6f148bf17d5df66b22927
        
        Change-Id: I15d491d4cf63db4436ad8d3db0320cd2e26bb3ea
        Reviewed-on: https://gerrit.libreoffice.org/47078
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [a967c8f6847cf9cbd6e0f4b9f58f2023e1f92ae5]

        loplugin:passstuffbyref improved return in xmloff,sfx2
        
        Change-Id: I7161dfca77f944027bd20614616e22d6acfa27cd
        Reviewed-on: https://gerrit.libreoffice.org/47081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [33bd6c3e3512bf96376534e116d6f9f60d157be9]

        Make line color consitent between CategoryListBox and simple ListBox
        
        Line color is changed in CategoryListBox::UserDraw() method so we
        need to explicitely specify it here too.
        
        Change-Id: Ia3dcbf70e0a53cfba16d5d2df0fc2e4d7e23ad71
        Reviewed-on: https://gerrit.libreoffice.org/47083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-27  Julien Nabet  <serval2412@yahoo.fr>  [63099940c79dd38cfd81bc45affcbf38f85a58fd]

        Use for-range loops in dbaccess/RowSet
        
        Change-Id: I27c280eaaf5ff6a4c1970e91ae227206bb712cea
        Reviewed-on: https://gerrit.libreoffice.org/47073
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-27  Julien Nabet  <serval2412@yahoo.fr>  [965c93c3776f619eb76d3474febe2ae5fc1ab51a]

        Use for-range loops in dbaccess/OptimisticSet
        
        Change-Id: Iccd0848e772867ece243444dc697e264907b28d4
        Reviewed-on: https://gerrit.libreoffice.org/47072
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-27  Bán Róbert  <robert.ban102@gmail.com>  [5d64ef270b22544a2dcbcaed191050b616d1f956]

        tdf#111781 Drawing selection highlight twice in listBoxes
        
        The selection highlight is drawn tiwce: a rectangle and the
        background of the text. The fix removes the text backround
        by setting it to transparent.
        
        Change-Id: I969cb5b27619df07d0a37f1a38c859dbf2565483
        Reviewed-on: https://gerrit.libreoffice.org/47064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5d2141e7004275ed08dc1a8f37bdadd73eca276e]

        escherex: dynamic_cast followed by static_cast
        
        Change-Id: I551dd671d9ee61a79b4c69f8d593aea2a7e517c6
        Reviewed-on: https://gerrit.libreoffice.org/47076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [03b9b00ae7ca132244fc669186e6577bd776c738]

        escherex: remove css:: and whitespace
        
        Change-Id: If1ec648a3c017b6c7f208ad2ed4fda1abfb0483e
        Reviewed-on: https://gerrit.libreoffice.org/47075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-27  ekuiitr  <jhaekansh80@gmail.com>  [b426b026b79a342c41f6f148bf17d5df66b22927]

        tdf#111723 Fixed -  Dialog does not remember the last opened tab page
        
        Change-Id: Ife6d0eb9ea13d2a0534f316db001dbb3b6a716eb
        Reviewed-on: https://gerrit.libreoffice.org/47050
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-26  Julien Nabet  <serval2412@yahoo.fr>  [a9b202a6b7000e7af34f2a639ca207122a3968bf]

        Use for-range loops in dbaccess/KeySet (2nd pass)
        
        + remove an unused var
        
        Change-Id: I62659f4ca5ac734f46d00e59b12fb6f54a177ecb
        Reviewed-on: https://gerrit.libreoffice.org/47071
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-26  Caolán McNamara  <caolanm@redhat.com>  [e2dab2bb2ce4f113f4fd2aa24042c0c297cef674]

        ofz#4794 Null-dereference
        
        Change-Id: I2fc9f5ca60c2a476c031befd0253b1829538230d

2017-12-26  Caolán McNamara  <caolanm@redhat.com>  [f03ad9ee3458c76db21c10e18bdb49d27f7be1c3]

        ofz#4796 Null-dereference
        
        Change-Id: Iad537d2bb2bed1225e5647a918c923e6d95aea75

2017-12-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [54596087e57ea533253e19eea594d9b6c06e8d26]

        vcl-svp: add 24-bit (3-byte) RGB surface support to Cairo
        
        (cherry picked from commit e8ba02b1d56dc7b59a4f0a7373995b28653a0597)
        Reviewed-on: https://gerrit.libreoffice.org/46681
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 31c044e2501b9d4a0917e4e09133660bbe2a24dc)
        
        Change-Id: I7707219eae4c2d6d40c8dc957207b63d3049a75f
        Reviewed-on: https://gerrit.libreoffice.org/47010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [33761c69e9d3fa16e7a5b176200d183dc3236627]

        vcl-svp: Store 24-bit images in 3-byte pixels
        
        This adds support in headless rendering for more
        compact 24-bit RGB image storage in 3-byte pixels
        instead of 4 bytes.
        
        There is a conversion necessary to accomodate Cairo,
        which requires 4-byte pixels, but that is relatively.
        
        Early tests show no loss of performance at runtime.
        
        Unit tests updated since the bitmap memory bytes
        are crc-ed, which obviously are different in size
        if not in content.
        
        (cherry picked from commit 354ad875092fd0c3b12f232950375206ec5d66a6)
        Reviewed-on: https://gerrit.libreoffice.org/46679
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 11adb51f2553dc4a838c8668d94909771d70e1ab)
        
        Change-Id: I3919f7c56d14d09e67f163f035b4c7683b49087c
        Reviewed-on: https://gerrit.libreoffice.org/47009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [6723728ae206cfbe68c18475bbdc18072d24e620]

        remove redundant space in question about modified image
        
        Change-Id: I293d535ef2bf8c9fd458944d9da3dcc2066326e3
        Reviewed-on: https://gerrit.libreoffice.org/47056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-12-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a421b26c0100b35d28b86a5d79afa15af9580dd]

        loplugin:passstuffbyref improved return in basic,framework
        
        Change-Id: Ib19836febb59f4e2bb07dc874cfc6baabc653237
        Reviewed-on: https://gerrit.libreoffice.org/47065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2bf1cc7372088ec31ac5f0fb60de57feda59d3b7]

        mark angle value in picturepage.ui as untranslatable
        
        Change-Id: I20c2c13770d8bef2d4f8e117101fb92e8182e26e
        Reviewed-on: https://gerrit.libreoffice.org/47059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-26  Mike Kaganski  <mike.kaganski@collabora.com>  [b41fa706e0d4d16d9865ba295a8960376c96597f]

        Remove redundant call to OutputDevice::ImplRefreshAllFontData
        
        Since commit 40809ce46999e9cedb2fe5db8e9d53ebb6c182bf,
        OutputDevice::AddTempDevFont called OutputDevice::ImplRefreshAllFontData
        twice: first time explicitly before return, second time in UpdateFontsGuard
        destructor.
        
        Change-Id: Ie67bdcbd98de5f6053379af700239246412b88db
        Reviewed-on: https://gerrit.libreoffice.org/47066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [c2ae5bc29b7064a599871358e6a4bb7b1dec2b85]

        svtools: Use std::unique_ptr for LineListBox
        
        This also inlines LineListBox::ImplInit(). Note that m_vLineList
        never contains nullptr.
        
        Change-Id: Ia4798943fbb53e1720d51faff7643e46d2cd2585
        Reviewed-on: https://gerrit.libreoffice.org/47046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [c54d34f70819c5928fe30585e86d744eda4a254a]

        loplugin:passstuffbyref improved return in canvas and svtools
        
        and for now, ignore methods with params so we don't fall into the trap
        of thinking that calls to methods like:
           Bar& foo(Bar &p) { return p; }
        can be converted from
           Bar f() { return foo(Bar()); }
        to
        Bar const & f() { return foo(Bar()); }
        
        Change-Id: Ia3795eb2baf353cb6bec4ebf40451f2789d66ad7
        Reviewed-on: https://gerrit.libreoffice.org/47034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [09895ae4963850c05d7a315599195dd177f13b06]

        Updated core Project: help  be3381c27d46e71df2d513e42c1d68f3e0a14bfb
        
        Fix <filename> root path
        
        The missing slash corrects the caculation of the <base> tag.
        
        Change-Id: I1d1affcaef8b69049452f67d5ec122f6722874c6
        Reviewed-on: https://gerrit.libreoffice.org/47061
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b65dfd334b25a6276cc7bdc78f412a79c61eec07]

        Updated core Project: help  cd0fc90695b27b736b2c5e00389aa1052bfc6e30
        
        Fix typos in help page
        
        Add switchinline
        
        Change-Id: I0bb07ddf67f8e83ab91a4de6c0d6d3c5c43a0e57
        Reviewed-on: https://gerrit.libreoffice.org/47048
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [ad653c3495d60cacd42c8b26f575ad70a656c960]

        coverity#1426946 Unchecked return value
        
        Change-Id: I42d94649df7e64dce0af7ae242523106b1a04679

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [db592f3ba822ccec17103c935de5d0702aee87a5]

        ofz#4783: Integer-overflow
        
        Change-Id: I44f5c71db2a2da00da510673ee6a596582c8e3b9

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [9a72cf9dc36ad3acedfa9bcc4281811ba6827168]

        ofz#4777: Direct-leak
        
        Change-Id: Iefb1304540b59a1d0fae79d9d5c1ad4a6474d925

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [b50c438583c4e3f8865eb553694a209803c988f5]

        coverity#1426945 Unchecked dynamic_cast
        
        Change-Id: I6c3d84a0fb1b4332f78a1c0ca04c9a7700b53c90

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [826cf6f985e790d4e47eec37947eda1c733328c6]

        ofz#4732 Null-dereference
        
        Change-Id: I5ed632702f3a2304902b32aa6ac770586cc4ef34
        Reviewed-on: https://gerrit.libreoffice.org/47044
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [76e950bfafd8b44ee47d7a9573df1571652c52e1]

        various coverity exception warnings
        
        Change-Id: I7b3588ad42e17f2f363b6a247e318f23c95e578e
        Reviewed-on: https://gerrit.libreoffice.org/46961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [93c96ec5018f723748557975435eb6c27135b60c]

        coverity#1426922 Uninitialized scalar field
        
        Change-Id: I6b45631448a447eb128f5e30a272f54651db77df
        Reviewed-on: https://gerrit.libreoffice.org/47039
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [6fabcc6d45774d1c99c99a6d0dc92c44ac196185]

        coverity#1426923 Pointer to local outside scope
        
        Change-Id: I200b09dc514b64fbd88050a1f5a8668ec640305f
        Reviewed-on: https://gerrit.libreoffice.org/47040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [28d9059ceef54532ef6790c43759364637f0e391]

        ofz#4734 Null-deref
        
        Change-Id: I9b0a5c1e14e95a686986975921f3adb769caad29
        Reviewed-on: https://gerrit.libreoffice.org/47020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [9c057c48318804c99f1f19071ff856db252cc476]

        ofz#4738 Integer-overflow
        
        Change-Id: Id15409ecde9e001d3be7ee60b34d43cbcc654a2e
        Reviewed-on: https://gerrit.libreoffice.org/47045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [e16e869e9c8f4313cbcf6933d812d41cad47f9d7]

        coverity#1426921 Uninitialized scalar field
        
        Change-Id: Ic264c74c2fc4cc5677895b50394a933b3e3fa9d2
        Reviewed-on: https://gerrit.libreoffice.org/47038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [2cdbed131584e27ec137e8fd27445d934aad97f8]

        ofz#4735 Null-dereference
        
        Change-Id: I930c6ace947c4516facc36782451303e12dba336
        Reviewed-on: https://gerrit.libreoffice.org/47043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Caolán McNamara  <caolanm@redhat.com>  [cc949585d51f5fdbd1a4d5b29c38a03d0c637caa]

        ofz#4760 Floating-point-exception
        
        Change-Id: I4f379e045d12e8eae3dd140cfd6eb958a3003d09
        Reviewed-on: https://gerrit.libreoffice.org/47042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-25  Aron Budea  <aron.budea@collabora.com>  [052cec29a66bb69a17c94bd86de7a2dcd7c79689]

        Adjust includes
        
        Change-Id: I11385fc987e6951570454919c110de7167f41f5a
        Reviewed-on: https://gerrit.libreoffice.org/47036
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>

2017-12-25  Mike Kaganski  <mike.kaganski@collabora.com>  [86a939d5fd93173949447337738fa0625803ec92]

        tdf#114684: don't print pages for ranges completely outside ...
        
        ... of possible pages range.
        
        Change-Id: Ibe50f116aecdad8c7cba7f9844bc04c15716d127
        Reviewed-on: https://gerrit.libreoffice.org/47052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-25  Mike Kaganski  <mike.kaganski@collabora.com>  [230d3d6602e80fad0ceb700da35fc0c1db28f110]

        tdf#114663: consider left/right page numbers when not printing blanks
        
        Commit 3c1a343f6936f1dcefdf79a677f8c26ce29676e6 made it possible
        to use document pages' sequential number (unaffected by automatically
        inserted blank pages) in Pages input box when not printing blank
        pages. But the implementation didn't take into account the case when
        only left/right pages were printed. In this case, it treated the
        unprinted right/left pages same way as automatic blanks, i.e.,
        excluded they from page numbering, so that e.g. when user entered
        10-20 (when selected even pages), actually printed 11 pages from
        tenth even page (#20 in original document) till twenteeth even page
        (#40). Expected result (familiar from other applications, and worked
        before the commit) is to print 6 pages with even numbers, that are
        in the pages range 10-20 of original document (10,12,14,16,18,20).
        
        Now we consistently use StringRangeEnumerator::getRangesFromString
        after converting user input with page numbers conditionally referring
        either physical pages, or pages without blanks, to equivalent range
        string referring physical pages. This preprocessing of range string
        also ensures correct enumerating later (when StringRangeEnumerator
        is created based on this string, e.g., for processing of PostIts).
        
        Change-Id: I2381699bc4c37841bf9ce789cdad03141dd72255
        Reviewed-on: https://gerrit.libreoffice.org/47030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [de7392c4967f76d958dd7f2be8ef9e5af90624e2]

        sc: compact ScColumn
        
        Remove ScDocument* member from ScColumn
        and re-use the one in ScAttrArray.
        
        This saves 8 bytes and makes the code more
        homogenious by using GetDoc() member everywhere.
        
        (cherry picked from commit 1168a11278ed3c2a00058e1f802f6e44cb925318)
        Reviewed-on: https://gerrit.libreoffice.org/46680
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit dc3f0bde0bdef2a1e94055be146b433cb9fc54ba)
        
        Change-Id: I16a94b7ef7c45ef3af14e812b45f255f39939a6e
        Reviewed-on: https://gerrit.libreoffice.org/46990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [653736fb23346e07e8c0e6e0125689ae1f49f0f7]

        pdf: use bimap for GraphicsContext-id map
        
        In some large PDFs the two maps for
        mapping GraphicsContext to ID and finding
        GraphicsContext given and ID are huge (over
        160 MB in one case). By using a bimap the
        footprint went down to 110 MB.
        
        Reviewed-on: https://gerrit.libreoffice.org/45380
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 551543bf359f644f727fd1aa86e2c5ae499f88ce)
        (cherry picked from commit ac328157460e9e6a9ca6834e8233a28e845c2806)
        
        Change-Id: I59a444b5efa09fcabc26fa492de723ca063e14a4
        Reviewed-on: https://gerrit.libreoffice.org/46988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-24  Mike Kaganski  <mike.kaganski@collabora.com>  [5a529d1743c0d0fe2a5317173dcf159da4ae8784]

        Improve Natvis display of SwNode
        
        Change-Id: Ib1d4b8ed69ab60e9d7fccc6627051500d62c4a49
        Reviewed-on: https://gerrit.libreoffice.org/47049
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-24  Caolán McNamara  <caolanm@redhat.com>  [ab0b2b44f53652590eb290f6f4adf2ddde5a700d]

        coverity#1426873 Unintended sign extension
        
        and a bunch of others
        
        Change-Id: I110545b74bfc71b17e2e10edc95bc4bb5aa5651c
        Reviewed-on: https://gerrit.libreoffice.org/46957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [617a2feff0978d06aa2759038715dfde90d369db]

        convert RES_FRM constants to TypedWhichId
        
        Change-Id: I0c71a6fd2e094cebdb720e6c0661cd8a7bb8482c
        Reviewed-on: https://gerrit.libreoffice.org/46812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [6028b64e27dc45f20aa4a4e0adbef1c03e91a79b]

        loplugin:passstuffbyref even more return improvements
        
        Change-Id: I2a752025cd429e4d271626402dce5d8a8b0c76d2
        Reviewed-on: https://gerrit.libreoffice.org/47021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [92bab0f11e0a93005bfd13db3a0552ecaf082ecb]

        .gitignore vscode ide files
        
        Change-Id: I0857885e459430e7b64f2a697943cb97d2e57cbf
        Reviewed-on: https://gerrit.libreoffice.org/46674
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit c6f01eb87f5e4c1c13b78fed26c70a91aa5bcbe2)
        Reviewed-on: https://gerrit.libreoffice.org/46676
        (cherry picked from commit b3589dd6b4b4ed78b934187f21c96cbca51382f1)
        Reviewed-on: https://gerrit.libreoffice.org/46989
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-24  Stephan Bergmann  <sbergman@redhat.com>  [c926a1e34672afaa5b7de0e3b08b1537e88fbb6f]

        Fix compilerplugins/clang/test/passstuffbyref.cxx
        
        ...after 2a1fb4401da16f6a18c0bd05fe4b460a3048f9b5 "loplugin:passstuffbyref
        improved returns", where compiling as C++17 causes a false positive for
        S2::set1, whose return statement consists of
        
        > `-ReturnStmt 0x9ef8d78 <col:23, col:44>
        >   `-ExprWithCleanups 0x9ef8d60 <col:30, col:44> 'class rtl::OUString'
        >     `-CXXFunctionalCastExpr 0x9ef8d38 <col:30, col:44> 'class rtl::OUString' functional cast to class rtl::OUString <ConstructorConversion>
        >       `-CXXBindTemporaryExpr 0x9ef8d18 <col:30, col:44> 'class rtl::OUString' (CXXTemporary 0x9ef8d10)
        >         `-CXXConstructExpr 0x9ef8cd0 <col:30, col:44> 'class rtl::OUString' 'void (char const &[4], typename libreoffice_internal::ConstCharArrayDetector<char const[4], libreoffice_internal::Dummy>::Type)'
        >           |-StringLiteral 0x9ef7160 <col:39> 'const char [4]' lvalue "xxx"
        >           `-CXXDefaultArgExpr 0x9ef8cb0 <<invalid sloc>> 'libreoffice_internal::Dummy':'struct rtl::libreoffice_internal::Dummy'
        
        Change-Id: I7b9de7ce6b5604c7d686c8a4a7034019cd1d75c4
        Reviewed-on: https://gerrit.libreoffice.org/47029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-24  Maxim Monastirsky  <momonasmon@gmail.com>  [baccbd4508a375090f4d95a2dab02c8b5d404ee2]

        tdf#114670 Make sure to dispose the menu
        
        Change-Id: I30612a0b3cfef7d19ff6a5180db76a8002186bd5
        Reviewed-on: https://gerrit.libreoffice.org/47025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-23  Stephan Bergmann  <sbergman@redhat.com>  [7c19c0e2b4862aef7373ec02570fa38b0026039a]

        Blind fix
        
        ...after a692cdf779dc998f58ebf9e9f84f22edf7dbe421 "LOK: tilebench improvements"
        
        Change-Id: Ic19c97ab381dc339270b8d7072458b57755b5e0d

2017-12-23  andreas kainz  <kainz.a@gmail.com>  [4fe769a448c654cb4430b1126aa9359aa878fa81]

        NB Writer: tabbed toolbar get updated
        
        Change-Id: I71469d410e27ebe719e861cb0964ed6e4ba21805
        Reviewed-on: https://gerrit.libreoffice.org/46852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c8176326324aef63ddc29eafd1193f2abba80c92]

        pixman: drop cached glyphs above size watermark
        
        The glyphs cache only tracked the number of glyphs
        in the cache, which isn't very useful when the
        glyphs vary in size from a few bytes to dozens of
        megabytes. In terms of memory footprint, we are
        interested not just in the number of cached glyphs,
        but also in the total memory usage.
        
        We now track the pixel-size of each glyph and drop
        as many as necessary to fall below the set threshold
        which is currently 4 MBs.
        
        There was no performance loss observed after this patch
        on a diverse set of documents of all types (if anything,
        a very modest performance win was hinted in some cases),
        with significant memory reduction in some cases where
        dozens of megabytes were previously left stale in the cache.
        
        Change-Id: I377a4c1e59611fca6bf253dd9fa90f75b5295d4b
        Reviewed-on: https://gerrit.libreoffice.org/45378
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 407660a08c8df27d7cd44435eefa31bd92364a3c)
        (cherry picked from commit ded39dc17a34127a872b11abddc32bbbb5aae047)
        Reviewed-on: https://gerrit.libreoffice.org/46987
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [78a40705290ffb431cfeb4ef1ff3780d207fe6de]

        LOK: support password-protected PDF docs
        
        Reviewed-on: https://gerrit.libreoffice.org/45547
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit dc773e81bd360316a96b1b61c552d263e1d87e89)
        Reviewed-on: https://gerrit.libreoffice.org/45563
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 82fb0abc37320fb1157b21efbf31954190353d41)
        
        Change-Id: I48d959dba2c38b72d1d6fc0fa9171b96dbed0e7c
        Reviewed-on: https://gerrit.libreoffice.org/46986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [62c36eb8c600fe328954c22d83b6f8dda57d5d15]

        LOK: support tile-dumping in tilebench
        
        And other improvements.
        
        (cherry picked from commit b7d893d8a1ecb24290c4470e12d71caba2b85216)
        Reviewed-on: https://gerrit.libreoffice.org/46678
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 0e7ccbdd559df3a446e73c367b12824c6c143579)
        
        Change-Id: I5a27d6d2df5f946a708dd3b0b4fef8159da86e5c
        Reviewed-on: https://gerrit.libreoffice.org/46985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [39adeb1e34b268f32cc16041a9a6ea2543385d6d]

        Use proper quotation marks in this translatable string
        
        Change-Id: I1e082e7f19af2895cfb595f1734e69808594bd04

2017-12-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [253913f7fd6088617657e8fae6fa2274c08f0563]

        Replace Start Center image
        
        Change-Id: Id0eadcbbaec9d189e92710f6bd4ed21d7da2870c
        Reviewed-on: https://gerrit.libreoffice.org/47023
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-12-23  Caolán McNamara  <caolanm@redhat.com>  [4b3648ffaffe5b341c29e4665ca99b4da5e37ce4]

        TestImportHTML: survive std::out_of_range
        
        Change-Id: I084fd72e472bd2e647da3a80c7573280cd22bd93
        Reviewed-on: https://gerrit.libreoffice.org/46998
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-23  Caolán McNamara  <caolanm@redhat.com>  [f2e0c18cd44fff1e1b79924f582ced400fb00dad]

        ofz#4728 Null-deref
        
        Change-Id: Ide91a63424f864e2913b8268c4eca7961ba54572
        Reviewed-on: https://gerrit.libreoffice.org/47000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-23  Caolán McNamara  <caolanm@redhat.com>  [a7a61e3347bc74d6f9cb1f82ce4c15db54d0f008]

        ofz#4723 use vector::at
        
        Change-Id: I07ca0d9c0dc6d15f089d5c4832bb30e1ef62ef04
        Reviewed-on: https://gerrit.libreoffice.org/46999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-23  Caolán McNamara  <caolanm@redhat.com>  [87114b364cdee276b81c21af2538c5612a1ce5d2]

        ofz#4722 Integer-overflow
        
        Change-Id: I772ff6e6758610e7fa746f5e9b308accdea8159e
        Reviewed-on: https://gerrit.libreoffice.org/46997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [40cfea9a5b4854ada381642d502bf8f74c87c00b]

        svtools: Use std::unique_ptr for SvImpLBox
        
        Change-Id: I4c5917eaa478e76411e9d8bbc5bd59c655693383
        Reviewed-on: https://gerrit.libreoffice.org/47012
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c5417a21f50042686c43e8702ec50408f948a366]

        VBA tests (4) - don't pass when all tests fail
        
        Change-Id: Ib4f9b5df1cffe104ba27be95183d075f24f28bb3
        Reviewed-on: https://gerrit.libreoffice.org/45774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8c1c0ae1617c68d49deb33e9236a2c1b7cac14d]

        loplugin:passstuffbyref improved returns in vcl
        
        Change-Id: I0b103df2e7ce59093869f547225c95865d33da27
        Reviewed-on: https://gerrit.libreoffice.org/46916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [38bf5f69663f64434a3a0a74e02c1a23f876b677]

        tdf#108031 Area chart labels not rotated
        
        This fixes recognition of x-axis or y-axis when the coordinate system
        is rotated (3D-view). So the labels are rotated correctly.
        
        Change-Id: Iaacfec943f3885c58e99a55585714a79f1d0d9d5
        Reviewed-on: https://gerrit.libreoffice.org/38355
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-12-23  Yousuf Philips  <philipz85@hotmail.com>  [eb5c30450e1966caf476dbbc63669b1593d5c5a7]

        tdf#114605 Allow line split buttons to work in the menus
        
        Change-Id: Ie6cb2b19c56cb5b38f1dca89dba775970f405748
        Reviewed-on: https://gerrit.libreoffice.org/46905
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-23  Yousuf Philips  <philipz85@hotmail.com>  [7e53bd35e8f8669fdeb095f8ec1a4848ffc5f507]

        tdf#95827 Reorganize draw's menu bar
        
        Change-Id: Ied9be2da293e6d318548019e29ae4f95e568144a
        Reviewed-on: https://gerrit.libreoffice.org/46867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-23  tagezi  <lera.goncharuk@gmail.com>  [e76bdaeb300e8420a8bc96e5e38b858821d22564]

        tdf#39593 deduplicate code in ScCellShell
        
        Change-Id: Ia2a4219a9e21cdbaeaab99df52c79dfa1ce9e184
        Reviewed-on: https://gerrit.libreoffice.org/47003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe652ec259f7ca9e79810553ce6c884688963102]

        EPUB export: fix invalid XHTML output for text boxes
        
        <div> not allowed inside <p>. Also fix two more similar validation
        problems.
        
        Change-Id: I7c326743b5e89a5a32609bdf312cb8caa203692e
        Reviewed-on: https://gerrit.libreoffice.org/46983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [f90139cceeee60116c28140f1bfb1d88076d1591]

        Revert "unused SID commands in sc"
        
        This reverts commit 9c4350441191ccfd6af3d73e13b4eb59af7ed6d1.
        
        Eike Rathke:
        
        Odd, I don't even remember what these slots were used for..
        Ugh.. now I think I know.. (very) old recorded Basic macros used slot:number with the dispatcher instead of the .uno:... commands, so removing/renumbering slots may actually break those.
        
        I'm not sure if we already deprecated the slot number thing in an earlier release or maybe it was already done back in OOo times, I simply don't remember. Must be at least 1.5 decades since slot numbers were replaced with .uno commands, but old recorded macros are still supported.
        
        However, our qaDevOOo tests and some other tests (in Java) still use slot:#### notation, git grep 'slot:[0-9]'
        
        I think best is to revert this change and abandon the other SID removals.
        
        Change-Id: I091cf71dd38772dac7491afd6f28951b54510eaf
        Reviewed-on: https://gerrit.libreoffice.org/46963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a1fb4401da16f6a18c0bd05fe4b460a3048f9b5]

        loplugin:passstuffbyref improved returns
        
        improve the detection of stuff we can return by const &, instead of by
        copying
        
        Change-Id: I479ae89d0413125a8295cc3cddbc0017ed61ed69
        Reviewed-on: https://gerrit.libreoffice.org/46915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-23  martinb214  <bakosmartin@gmail.com>  [7f42b0f96a2798ae99aa65b84b0db3b2af2b282b]

        tdf#111790: Shadow imported from a PPTX file is not overriden
        
        by the settings while saving back to PPTX
        
        Change-Id: I958f1987d0123bcf89ef37b13807f407781f3c15
        Reviewed-on: https://gerrit.libreoffice.org/45989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [a692cdf779dc998f58ebf9e9f84f22edf7dbe421]

        LOK: tilebench improvements
        
        * Arguments for max number of parts and tiles to render (optional).
          + Automatic estimation of maximum tiles to render based on max parts
            for Writer docs, since there is only 1 part, this caps the number
            of pages to render, similar to other doc types.
        * Fixed rendering of Writer documents over and over (as many times as pages).
          + Writer has a single part, unlike other doc types.
          + No point in rendering the whole document in writer to a single tile,
            since that's completely unrealistic and impractical (it takes
            forever for large docs and artificially spikes the memory).
        * Rendering starts at the current part and not the first.
          + This gives the spreadsheet of interest priority (if saved as visible).
        * The tile size is now more realistic as we use the same dimensions
          as the Online client does.
        * When rendering tiles at scale, we use the same dimensions as the
          Online client rather than splitting the width by 4, for realism.
        * Rendering of tiles is done rows-first, rather than columns-first,
          which is similar to what the Online client does, which is more
          cache friendly, therefore more realistic.
        * Enabled compiling of tilebench when GTK3 is disabled, which
          was erroneous, since tilebench doesn't have any dependency on GTK.
          + Now it's possible to compile with local Cairo/Pixman libs.
        
        Reviewed-on: https://gerrit.libreoffice.org/44936
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 7db98521548de9eab955ee25a5aacaaef42df323)
        
        Change-Id: I6ad2e97f39572778dd7d0c12d14550841c1d6963
        Reviewed-on: https://gerrit.libreoffice.org/46984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-12-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [39d1022967297524b852b5c82e78d815cf908b3d]

        tdf#103317 tdf#89676 clean-up Impress templates
        
        Blue_Curve
           - Remove unused fonts
           - Restore preview in Notes Master
           - Remove Autofit to outline of slide 2
           - add Title in meta.xml
        
        Classy_Red
           - Remove unused fonts
           - Restore width in Notes Master 1
           - add Title in meta.xml
        
        Forestbird
           - Remove unused fonts
           - Restore preview in Notes Master
           - add Title in meta.xml
        
        Lights
           - Remove unused fonts
           - Restore preview in Notes Master
           - add Title in meta.xml
        
        Lushgreen
           - Remove unused fonts
           - Restore preview in Notes
           - Restore preview in Notes Master
           - add Title in meta.xml
        
        Nature_Illustration
           - Remove unused fonts
           - add Title in meta.xml
        
        Piano
           - Remove unused fonts
           - Restore preview in Notes Master
           - add Title in meta.xml
        
        Change-Id: I7338332b6424161a7a11854b47dec6193b205b7c
        Reviewed-on: https://gerrit.libreoffice.org/45697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>

2017-12-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [ebbcdd2416b02f2d796dc0dd24bc013be39575b3]

        tdf#103317 tdf#107027 tdf#113795 Impress Templates
        
        Improve Impress templates:
          - remove settings.xml, picture, colortable and configuration2 (update manifest.xml)
          - restore preview in Notes
          - restore preview in Notes Master
          - remove english language tag to date
          - remove user defined styles
          - remove errors detected by ODF Validator
             - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
             - change font-weight="250" to font-weight="200"
          - replace Open Sans font with Noto Sans Regular (Impress.otp and Vivid.otp)
          - replace Open Sans bold font with Noto Sans Bold (Impress.otp)
          - remove declaration of unused fonts
          - add Title in meta.xml (to get template name translated tdf#89676)
        
        Change-Id: Ibab7ec8f4b3ad828cd85fc9d975acb8e87e7780e
        Reviewed-on: https://gerrit.libreoffice.org/45623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2017-12-22  Julien Nabet  <serval2412@yahoo.fr>  [df8623e7ed955e747006d9cb049f4a3e26e6ecca]

        Use for-range loops in dbaccess/KeySet (1st pass)
        
        + remove an unused var
        + fix a slight indent pb
        
        Change-Id: Ie6e801c9d2b7ce6e7f5d352b2175fa9d7d6b9c7d
        Reviewed-on: https://gerrit.libreoffice.org/46995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-22  Jan Holesovsky  <kendy@collabora.com>  [101a79cc4d13a1f566c1b97c1329813eb7c61bcf]

        lokdialog: Allow switching language of some of the ResMgr's.
        
        This way, it is possible to have all the strings translated in dialogs even
        when different users use different languages.  [It was already possible
        to have different languages previously, but not everything in the dialog has
        switched - like the buttons at the bottom of the dialogs etc.]
        
        Change-Id: I29a5ae6d31a370eec60397884200b684ec1bf5b9
        Reviewed-on: https://gerrit.libreoffice.org/46417
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/46979
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-22  tagezi  <lera.goncharuk@gmail.com>  [a5fe3117e1877fa0bfb55f1cf22cf9394b3f0795]

        tdf#39593 deduplicate code in ScCellShell
        
        Change-Id: I240715d73c5ae320a3dfab786b446e229083ff4b
        Reviewed-on: https://gerrit.libreoffice.org/46941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-22  Stephan Bergmann  <sbergman@redhat.com>  [6a312a4a3d642f0f9769df54c0ec25471c9916bd]

        Prepare external/firebird for sanitizers
        
        ...so at least Clang -fsanitize=function on Linux works now.  The patch needs to
        stop errors about undefined sanitizer symbols in DSOs (UNDEF_PLATFORM,
        EXE_LINK_OPTIONS), and make resolution of RTTI symbols consistent in a process,
        by exporting them from the various version map files and adding RTLD_GLOBAL to
        dlopen.
        
        Change-Id: I75779e55529b62a96a8943e3dee9119647aa91a7
        Reviewed-on: https://gerrit.libreoffice.org/46947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [420a65c107551156e69578c432261dd6dc7b882b]

        Revert "unused SID command in starmath"
        
        This reverts commit b9c6f2de8bdcdcb95fb4f0457ee2fd0e1c42eb5b.
        
        Change-Id: Ice33baa738c025de72ceb11cf6746e017fb27484
        Reviewed-on: https://gerrit.libreoffice.org/46964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [1c7d3390022908cfbfd30f55e8c0c3b60a045da7]

        request installation of langpack via packagekit
        
        if ui is set to track the locale automatically and the current locale
        has no match in installed resources but has a match in the list of
        languages that libreoffice was compiled to contain
        
        so e.g. de_AT locale shouldn't trigger the installation of anything if
        langpack-de is already installed and yue_HK shouldn't trigger install
        of anything cause that not supported (at time of writing) for libreoffice
        
        put Fedora/RHEL/Ubuntu naming schemes in here.
        
        I moved the lang code from svl to svtools so I could use the restart dialog
        to prompt to restart after the langpack is installed, but packagekit's blocking
        mode seems to be no longer blocking and control returns immediately which is a
        change since the last time I played with this stuff, so drop the restart thing
        for now. The lack of a blocking modal also makes the "run this on idle when there's
        a toplevel window up and running" a bit futile, but lets keep that for now anyway.
        
        caolanm->rene: I know you'd disable this anyway, so Debian is left out, there's
        also config key Office/Common/PackageKit/EnableLangpackInstallation to disable
        this too.
        
        Change-Id: Ice731be539850338ccdd8af87839e0b4d83f01e7
        Reviewed-on: https://gerrit.libreoffice.org/46856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [91d361604781f92640c9727add1e08cde854037e]

        use SyncDbusSessionHelper for font install requests
        
        don't need to have two implementations here and
        can reduce ifdef forest
        
        Change-Id: I972159ece9cce417aefd5ec4acf5ba5d1d08317b
        Reviewed-on: https://gerrit.libreoffice.org/46968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [12e788f1102d15df9af311c77df77d64263d22fc]

        Resolves: tdf#114572 immediate update of value while typing unwanted
        
        Revert "connect to modified instead of up/down/focus-lost"
        
        This reverts commit 44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99
        
        Revert "listening to modify is sufficient to get all changes"
        
        This reverts commit 5c0bb1088a678d36309866c4eee43e58901f6b7b
        
        we probably need to distinguish a modify vs update signal to
        get what I wanted here. Back to the original mode for now.
        
        Change-Id: I51ebfc96b3a06cf09905f4a311d526f23ce371f1
        Reviewed-on: https://gerrit.libreoffice.org/46958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [054dac27e0b33789bbb3ca444ae22ab4b157f998]

        call g_variant_unref on return value
        
        Change-Id: If8f0e443738060f51c8822783558ea14fb34b8ce
        Reviewed-on: https://gerrit.libreoffice.org/46962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [e39245e2c5000241078a557d3b49da254da7effd]

        ofz#4715 Integer-overflow
        
        Change-Id: I0ad24024db97e5e0aa9bed0d52f72f6fb6590513
        Reviewed-on: https://gerrit.libreoffice.org/46954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [5f4a49d7bc489b5e0b5ab1cd10f5c0bde7f5fee4]

        can just use default dtors
        
        Change-Id: I4f8974876df033f68f7207dfd66526e7af10a6b3
        Reviewed-on: https://gerrit.libreoffice.org/46960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Laurent BP  <laurent.balland-poirier@laposte.net>  [de14f0487118d8ea15db54d94c44d7bd28833c82]

        tdf#114088 tdf#113795 Improve Writer templates
        
        Main topic was to add Title in meta.xml to get names of templates localized
        Additionnal improvements:
        Businesscard-with-logo
          - set Title in meta.xml
          - remove configuration2 (update manifest.xml)
          - remove unused font
          - remove user defined styles
          - insert field Name instead of Name
          - remove language dependant information
          - links that need to be updated at the begining
        
        Modern business letter serif
          - remove configuration2 and settings.xml (update manifest.xml)
          - remove language dependant information
        
        Modern_business_letter_sans_serif
          - replace Open Sans font with Noto Sans
          - remove unused font
          - remove configuration2 and settings.xml (update manifest.xml)
          - remove language dependant information
        
        CV
          - set Title in meta.xml
          - remove unused font
          - remove configuration2 and settings.xml (update manifest.xml)
          - remove language dependant information
        
        Resume
          - remove unused font
          - remove configuration2 and settings.xml (update manifest.xml)
          - remove language dependant information
          - ODF validator does not accept 0in as first value of style:border-line-width-bottom, but seems valid in ODF 1.2
        http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_border-line-width-bottom
        
        Default
           - set Title in meta.xml
           - add thumbnail.png (update manifest.xml)
           - remove language dependant information
        
        Modern
           - set Title in meta.xml
           - add thumbnail.png (update manifest.xml)
           - remove language dependant information
        
        Synchronize Templates names in strings.hxx
        
        Change-Id: I417c8398b0002a26e2f84d7efdaeddc0576f9a8c
        Reviewed-on: https://gerrit.libreoffice.org/46580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>

2017-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9b2ab0f9f1ad91bba899068d2be7fc7767f41c9]

        Revert "unused SID command in sfx2"
        
        This reverts commit 08f4ecd5823c420bb7157c238460d50f1f1f9791.
        
        Change-Id: I93c4e44de73ce62b4cad7e3c6c56943dafaaebb4
        Reviewed-on: https://gerrit.libreoffice.org/46966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [de6ccf060cc85a6ea154989bcc254e37854aa07b]

        Revert "unused SID command in sd"
        
        This reverts commit 46db544b41fd30f61dd7b7b4fa2b97ab22ceb079.
        
        Change-Id: I8eed13269000a7fc4c52c1695e36df8607b470ac
        Reviewed-on: https://gerrit.libreoffice.org/46965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-22  Juergen Funk  <juergen.funk_ml@cib.de>  [26be5f21cebfe9acad088a1086f97eebdb437b7c]

        unotools: don't go belly-up if temp dir is wrong or empty
        
        When a wrong temp directory was set (e.g. wrong path in xcu ist set),
        you get a assert in the LO-Debug Version, this patch avoid this assertion.
        
        Change-Id: I192f682860ad9cddf907e4b239eff36b4bd6072d
        Reviewed-on: https://gerrit.libreoffice.org/46846
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-22  Tor Lillqvist  <tml@collabora.com>  [1b73ed91e1cce20b3b552a36d449fb96cc57bf4f]

        Avoid crash without GPG
        
        Change-Id: I5489012544fdf736784608b274359ea99f9ffe45

2017-12-22  Pranav Kant  <pranavk@collabora.co.uk>  [381398928f1112a9c26ee1dbae55a06feac17cc6]

        lokdocview: android: tiled annotations is the cause of the problem
        
        The earlier workaround only fixes it for android but keep other clients
        like gnome-documents broken. The real problem with these clients is that
        they ask lokit to render annotations in the tiles.
        
        This patch should keep the problem fixed for android and additionally
        make gnome-documents work, or any other lok clients who do not use comments
        API but render comments in tiles.
        
        Change-Id: I942f988698a9a43abedef7c998589be7f00a4ac0
        Reviewed-on: https://gerrit.libreoffice.org/46975
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [5b272bf4b94e1dac427472a07b241e2ae95d8730]

        fix indent vs other functions
        
        Change-Id: I276dc315404932288da3addaf23418ab3e4deb65
        Reviewed-on: https://gerrit.libreoffice.org/46967
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [dce1b34a62ad204f995f626064ccf6b71e59c9f5]

        coverity#1426874 bogus Dereference after null check
        
        Change-Id: Icb3ad60a7ec314182e06af179d9d5c3a1f3babcb

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [02b9ada327c862ce79b5d4e4bbd4370d615b0e0f]

        coverity#1426736 Uninitialized scalar field
        
        Change-Id: I6fbf7004cea04c61f89f3a720a24c9ee82f4b117

2017-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3e840541a117113be85d7733f20c5d5ab6552f1]

        tdf#42949 Fix some Include What You Use warnings
        
        Change-Id: I30121764303579a7cb4ded0f0f48cc1f8fff6c33
        Reviewed-on: https://gerrit.libreoffice.org/46946
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-22  Mike Kaganski  <mike.kaganski@collabora.com>  [7ea805eb81ce865198cdb0fe418a73f6c353310e]

        tdf#114635: fix TWAIN on Windows 64 bit
        
        DG_IMAGE / DAT_IMAGENATIVEXFER / MSG_GET is documented [1] to take
        a handle as its pData parameter, but said to be TW_UINT32. The latter
        is false, because it returns a Windows handle to DIB to that parameter,
        and it has 64 bits on 64-bit Windows systems. A crash resulted when
        wrong value attempted to be GlobalLock'd, pBIH was nullptr, and was
        dereferenced.
        
        Also, in some circumstances, duplicate MSG_XFERREADY might arrive
        sequentially; the second one arrives when current state has already
        changed value, and thus TWAIN_EVENT_QUIT used to be sent, resulting
        in mpImpTwain destroyed before TWAIN_EVENT_XFER processed. This had
        lead to absent result of scan.
        
        [1] http://www.twain.org/wp-content/uploads/2016/03/TWAIN-2-Spec.pdf
        
        Change-Id: Ic03fe7681f6003e5fda0c071be181696f9bc866a
        Reviewed-on: https://gerrit.libreoffice.org/46944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-22  Yousuf Philips  <philipz85@hotmail.com>  [e62d00db505258ac788958e354b5f928a99d4cad]

        tdf#106781 Add icons for new numbering list styles
        
        Change-Id: Idcf13b6479643fb256823a69aad99023de7f7624
        Reviewed-on: https://gerrit.libreoffice.org/46943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [2113282cf957943d08999e7c7071a76734cf2c00]

        tdf#79077: Mildly improved user experience
        
        Change-Id: I3cf63d06c3c238ed936a8dd0287cfbe02e8e39be
        Reviewed-on: https://gerrit.libreoffice.org/46936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-22  Caolán McNamara  <caolanm@redhat.com>  [1c70d20fcb3a0e8a0e9752b0e3ee45532da8f72a]

        rhbz#1527945 segv on failed open of password protected doc in gnome-documents
        
        Change-Id: I1bec502ae20d03214c673d8911792c89669c0fe9
        Reviewed-on: https://gerrit.libreoffice.org/46921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f71a5a29be5ed4f77bfcd1b295ad220d018a67b]

        gtk3 is no longer experimental
        
        Change-Id: I00b36e7109b1e4c286248aff75150ba3ef2d44b1
        Reviewed-on: https://gerrit.libreoffice.org/46940
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd55a4e8cd652665848b76b29dd5f98efc752ba1]

        also export basic chart structure for empty charts
        
        Change-Id: I545be33e5e093d5bd3fda4236213a413a6cc9ce7
        Reviewed-on: https://gerrit.libreoffice.org/46939
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d2eb0b64339a771152bb17831c83373830e5c38]

        prevent crash when trying to edit broken chart documents
        
        Change-Id: Ie5fb706011ca600b42e5e2d3770e919b56347edd
        Reviewed-on: https://gerrit.libreoffice.org/46938
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-22  Olivier Hallot  <olivier.hallot@libreoffice.org>  [075b5ad5bdd230738ee30b0ea17a7fa9502c218b]

        Updated core Project: help  0e5a56e81f63d2705f1083acda4b2d899783fdcd
        
        Relativise <base href="/"> wrt file position
        
        Now <base href="/"> is changed to
        <base href="../../../ (...) ../" to allow links to
        operate with http:// and file:// protocol
        
        Drop param from makefile too
        
        Change-Id: I1aea5b9c564bdfe395e95400ecf87e068a5a7c86
        Reviewed-on: https://gerrit.libreoffice.org/46932
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-22  Manfred Blume  <manfred.blume@cib.de>  [18765b9fa739337d2d891513f6e2fb7c3ce23b50]

        tdf#114306 fix unexpected page break in row-spanned table
        
        If a para gets moved off to another page, it never gets
        moved back. Make IsMoveable() more symmetric, add condition
        to MoveBwd to also claim table content back.
        
        Change-Id: I5366eb824f0ef7016599c777786cbdf42f65b9b5
        Reviewed-on: https://gerrit.libreoffice.org/46021
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [baaf6c12c8e9f785dc91e5d3db8b2f5072d4e3f5]

        VB tests (3)-don't pass whe all tests fail
        
        Change-Id: I7dd99a43a3d41c8ca31a070028a19bd032d06435
        Reviewed-on: https://gerrit.libreoffice.org/45739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-12-21  Eike Rathke  <erack@redhat.com>  [8f3f6755d7f7355493e873954513fdaeb4dceca9]

        Have one getSkipEmptyCellsIndex(), assert array length, tdf#113979 follow-up
        
        Change-Id: Iac38405ac7d246dfe13766b1eefc6310756bffe6

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [993bbae2d43d3e4dea445cccbee3bb16d883af02]

        tdf#91781 Writer: Add Breaks submenu in Insert menu
        
        Change-Id: I6d143aa058bce731493e3f90fe361ee2a0d257f9
        Reviewed-on: https://gerrit.libreoffice.org/46865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Laurent BP  <laurent.balland-poirier@laposte.net>  [3bd4957191f12457c17404645bab0794639c95f8]

        tdf#113979 Add option to Skip empty cells
        
        During "Txt to column", empty cells should erase previous content
        (see tdf#69981)
        But during paste, user may want to keep previous content.
        This option makes all users happy.
        During import of CSV file, this option is hidden.
        
        In the same time, I've tried to remove some duplicate code.
        Update: properties offsets are now enum and replace define const
        
        Change-Id: I88be2d0432ff804033cff050422e666fa2882efd
        Reviewed-on: https://gerrit.libreoffice.org/46651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [4eaeb8058d75d03e782d37b430b68890aa374f2c]

        tdf#113532 Add Arabic fonts into default installation
        
        Includes these fonts
        * Amiri
        * KACSTOffice, KACSTBook
        * Reem Kufi
        * Scheherazade
        
        Change-Id: I2071c4c379b2dc88a205e2c284ae0a65cfdc76c9
        Reviewed-on: https://gerrit.libreoffice.org/46624
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9c6f2de8bdcdcb95fb4f0457ee2fd0e1c42eb5b]

        unused SID command in starmath
        
        Change-Id: I08c09814a6a29286342fd7dc6a30ca0b6395463e
        Reviewed-on: https://gerrit.libreoffice.org/46909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [08f4ecd5823c420bb7157c238460d50f1f1f9791]

        unused SID command in sfx2
        
        Change-Id: Ib11b2fb8d922cf522cc28d86082036b75002ba87
        Reviewed-on: https://gerrit.libreoffice.org/46908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [46db544b41fd30f61dd7b7b4fa2b97ab22ceb079]

        unused SID command in sd
        
        Change-Id: I88f207d86bf8d92036f5cc286bf7ab260adea306
        Reviewed-on: https://gerrit.libreoffice.org/46887
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c48b87e6e6c23152135c73dddb63c1be9cc321fc]

        solenv: support PYTHON_TEST_NAME for python tests
        
        This is similar to CPPUNIT_TEST_NAME for CppunitTests, i.e. allows running a
        single module/class/method only, instead of all modules added by
        gb_PythonTest_add_modules.
        
        Example:
        
        make PythonTest_sw_python PYTHON_TEST_NAME="text_portion_enumeration_test.TextPortionEnumerationTest.test_empty2"
        
        Change-Id: Ibed5729bc29a5112216bce211455d6c6a0837b30
        Reviewed-on: https://gerrit.libreoffice.org/46907
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-21  Caolán McNamara  <caolanm@redhat.com>  [7cf4eeed81fd333c87dedffa792f5d547b7981f0]

        set dbus id for existing DbusSessionHelper users
        
        Change-Id: I64329e21ae79b6607856de9781bee0274b9cb136
        Reviewed-on: https://gerrit.libreoffice.org/46854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c4350441191ccfd6af3d73e13b4eb59af7ed6d1]

        unused SID commands in sc
        
        Change-Id: Ifb732e0a52ac7222e0dfb7054981708fa5722b35
        Reviewed-on: https://gerrit.libreoffice.org/46886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [e07937bb4eccda742b03bfa9e7f0eb9d4e899e4e]

        tdf#37697 Fix incorrect toolbar separator
        
        Change-Id: I2b42fd785516f6f719ba3853e9694652ad03e850
        Reviewed-on: https://gerrit.libreoffice.org/46880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [86fc5440dd2b4634635202c09d1e6240909d68f7]

        Correct impress slide pane popup Navigate label
        
        Change-Id: Idd582e4559cd6bd1005de0d8158e57d40ddd3c98
        Reviewed-on: https://gerrit.libreoffice.org/46903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [dd60668ed654d71eeda7d9a6f1a9511d80032a66]

        Updated core Project: help  bb3fd71d51c84aa93df51c9e66d2dc0d1596d1a9
        
        Fix XML tag <ahelp/>
        
        Change-Id: I0d2675b69675c26d9dcc1d2bee0abb745638b24e
        Reviewed-on: https://gerrit.libreoffice.org/46906
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-21  Caolán McNamara  <caolanm@redhat.com>  [0dc3b103d214cb6f92495482eb9d307920127ea2]

        add html fuzzer
        
        This reverts commit 111db5b992ae5870e76313f76e633a4edcccf010.
        
        Change-Id: I1138592ab54865f4c2ac4599fab572c5666bf723
        Reviewed-on: https://gerrit.libreoffice.org/46864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-21  Caolán McNamara  <caolanm@redhat.com>  [f297b0d043e0767d85f00aa1e4cae5b036b0ac51]

        ofz: avoid deleting the table still being processed
        
        Change-Id: Ia92d469fd0e280bdc6470e780ab12b00366f0f8d
        Reviewed-on: https://gerrit.libreoffice.org/46902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-21  Pranav Kant  <pranavk@collabora.co.uk>  [b39e627be45f847554f11fdac040b6f4da4054ba]

        Allow compiler plugins for online
        
        Change-Id: I8e45936ef5675d531be71496e8894b90eaf2f6e2
        Reviewed-on: https://gerrit.libreoffice.org/46769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-12-21  Tor Lillqvist  <tml@collabora.com>  [ed29dc6b3b4d7baa1a85621cceb940707454d87d]

        Make SwSection::GetSectionName() return a reference to the name
        
        Has a small but measureable impact on the time it takes to load a
        specific pathological (huge) customer document. The load time drops
        from 1min 46s to 1min 38s on my machine.
        
        Reviewed-on: https://gerrit.libreoffice.org/46847
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        (cherry picked from commit 9675f307fbd7961b3d00f810dad3eacc9920e07d)
        
        Change-Id: I93b603f369528187980d644a5364fa9bcf2f4615
        Reviewed-on: https://gerrit.libreoffice.org/46904
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-12-21  Caolán McNamara  <caolanm@redhat.com>  [3c96ded851bc6887693e4ecbc1f5961dc430613c]

        Resolves: tdf#114592 mark geometry as provisional
        
        when we predict what it will be and use that flag to decide
        to forward notification of arrival of confirmation of geometry
        
        Change-Id: I4a7334d75eb7977c85aebcf2b652cc4b2d6b25bb
        Reviewed-on: https://gerrit.libreoffice.org/46911
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-21  tagezi  <lera.goncharuk@gmail.com>  [6db8e752c6075d69d5ff475e15a12317ac9aa4e2]

        tdf#114603 highlights of EditField if a range is not valid
        
        Change-Id: Ie0576175aa51efe9a1dade1581af9898f66e92e5
        Reviewed-on: https://gerrit.libreoffice.org/46866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b2c3233e5f267b5d244d722a94424a3b224b3314]

        chart2: suspend/resume setting rects dirty for 3D shapes
        
        Previously we bypassed setting rects as dirty for a scene just
        before we are about to create a 3D object. With this change we
        do it earlier and suspend for the whole time we are creating the
        scene - so we guarantee to o it for all 3D objects in that code
        path. Aferwards we resume with setting rects and mark the whole
        scene as dirty so we don't miss some update.
        
        Change-Id: Ie4dec644102140edf282a2f5f6eb7fc9b81dbe48
        Reviewed-on: https://gerrit.libreoffice.org/46901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-21  andreas kainz  <kainz.a@gmail.com>  [2c6d6c113177e25b9ae1674c1e8de0b3c8ae1327]

        Elementary Breeze-icon theme fixes
        
        Change-Id: Ieb154287f43e70dec747ecf4b5c7cd348883fe43
        Reviewed-on: https://gerrit.libreoffice.org/46872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-21  Caolán McNamara  <caolanm@redhat.com>  [585328a7136aaa4b98b9cac0355a2cd7e9078dec]

        ofz#4703 Direct-leak
        
        Change-Id: I5f3385d87aa5a48a8df3b6774dd1166cec60ebf8
        Reviewed-on: https://gerrit.libreoffice.org/46893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-21  Pranav Kant  <pranavk@collabora.co.uk>  [10e73684468a811acae56dfeafc8ecb5876a7960]

        lokdialog: InitShow can happen multiple times
        
        Change-Id: I120a49f8a3fa96eb93d6de6de1d0715134520678
        (cherry picked from commit c24bfdbff68f52d65ca56cc4ff7d8377898180d7)

2017-12-21  Stephan Bergmann  <sbergman@redhat.com>  [292639d76e3eb47c8a94db17203d8b7d3cbacf37]

        loplugin:salcall (macOS)
        
        Change-Id: Ic0b64c396356eb33ec42e65c71660d40e7dfcd40
        Reviewed-on: https://gerrit.libreoffice.org/46892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-21  Maxim Monastirsky  <momonasmon@gmail.com>  [1d55c1baed9977bad449691012807c6f09e2fca8]

        tdf#106784 Also handle automatic icon size
        
        ... like before b1426b5b502fd591402d666994e3f1fb3a8ad959
        ("tdf#95014 initial support for 32 px icons in toolbar").
        The original code used SvtMiscOptions::AreCurrentSymbolsLarge()
        which calls GetCurrentSymbolsSize() internally, thus properly
        resolves the icon size, when the current setting is "automatic".
        
        Change-Id: Iabcbbcff666eecc2e7534eb1533610f08ac28bf1
        Reviewed-on: https://gerrit.libreoffice.org/46899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [76a4305d1e90b6617054dd33036e64f005dbcf04]

        sw: fix inconsistent bookmark behavior around at-char/as-char anchored frames
        
        We have a placeholder character in the sw doc model for as-char anchored
        frames, so it's possible to have a bookmark before/after the frame or a
        non-collapsed bookmark which covers the frame.
        
        The same is not true for at-char anchored frames, where the anchor
        points to a doc model position, but there is no placeholder character.
        If a bookmark is created covering the start and end of the anchor of the
        frame, internally we create a collapsed bookmark which has the same
        position as the anchor of the frame. When this doc model is handled by
        SwXParagraph::createEnumeration(), first the frame and then the bookmark
        is appended to the text portion enumeration, so your bookmark around the
        frame is turned into a collapsed bookmark after the frame. (The same
        happens when we roundtrip an ODT document representing this doc model.)
        
        Fix the problem by inserting collapsed bookmarks with affected anchor
        positions (same position is the anchor for an at-char frame) into the
        enumeration in two stages: first the start of them before frames and
        then the end of them + other bookmarks. This way UNO API users get their
        non-collapsed bookmarks around at-char anchored frames, similar to
        as-char ones.
        
        Change-Id: Ic1f173c85d3824afabb5b7ebf3a8594311eb9007
        Reviewed-on: https://gerrit.libreoffice.org/46889
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-21  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [ca5179ed5a4b6f939001e0fb646b1591d944ead3]

        Updated core Project: dictionaries  f8a5164d94594d7a36eccd5a2504b76c67e6d2c1
        
        Added maintainer name and Extension URL to English dictionaries.
        
        Change-Id: I42a2309aefabe04f745605fd8c472f504fa67712
        Reviewed-on: https://gerrit.libreoffice.org/46805
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [956dd4a202a0897b7ca1f8abd285af2cad47abb2]

        TypedWhichId in svx part 2
        
        Change-Id: Id927679c9f07f1dd820f4fdca9a45eb7aede037c
        Reviewed-on: https://gerrit.libreoffice.org/46850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [648c8001783603d708af9e9552a51d2334fc6c2e]

        Fix typo
        
        Change-Id: I15b44b42d31eaebd2a8cea29fdaa843c9bd21b73
        Reviewed-on: https://gerrit.libreoffice.org/46857
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2eff4b5945144d8ed74c17c0a688d1c50fd0ae33]

        Fix typos
        
        Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe
        Reviewed-on: https://gerrit.libreoffice.org/46888
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [02ea9bc36ab47d68940da55f5012677dfaf0a8b8]

        tdf#114613: Repair function does not work after opening PPTX file
        
        We need to disable undo handling during file import.
        Same is done for other file formats (e.g. PPT, XLSX).
        
        Change-Id: I1969c17b4a25b59b0d216ee847b3664e9c2207ca
        Reviewed-on: https://gerrit.libreoffice.org/46882
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [0678d8e315af75ba0c04501e72cdeeb896bae697]

        no need to play define games with SID_DRAW_CHART
        
        since it's only being used in sc/
        
        Change-Id: I1efc54c1816dfb6b91b6bc407767a19cf795c168
        Reviewed-on: https://gerrit.libreoffice.org/46885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [785a8564ebb501e2e623133e214467b947f7e671]

        tdf#79077: Load/save PapersizeFromSetup into ODF for sw and sc
        
        Change-Id: I0fc1a771927dc7116768cfbb7f7e31006e41e1c8
        Reviewed-on: https://gerrit.libreoffice.org/45332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf8e8cf11bc0d60ab80f5b3420dc424aec2fa626]

        sw: remove DebugHeaderFooterContent() in SwUndoPageDesc
        
        No longer builds, and the plain node array output in gdb / doc model xml
        dump is comparable functionality.
        
        Change-Id: Ia51dc8c707b4827aa54b9d27f3b66e5e6539a530
        Reviewed-on: https://gerrit.libreoffice.org/46862
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [5469ac13b13e458904900539e6542d4a83d44c4e]

        Prevent out-of-order LO event processing
        
        There's a callback processing loop, introduced by
        a7c84375db517769035080c8fed33b2f303fc42f, which releases the
        SolarMutex and is triggered by a queued user event. Such a
        scenario can easily be reproduced by any LOK client resulting in
        hitting the empty user event processing list assertion.
        I'm not sure this should be handled via LO events at all.
        
        So this - again - gets rid of the the assertion and tries to
        prevent processing the user events out-of-order.
        In the case of giving up the SolarMutex while processing a user
        event an other thread or even nested loop can "steal" the user
        event list and continue processing.
        
        Most VCL backends run the event loop just in the main process,
        so for them this scenario is guaranteed. But the headless
        backend - running without UI or from LOK - is still allowed to
        process events in any thread. This is harder to fix and probably
        should use the same solution the gtk* backends use.
        
        This also changes the dequeues into lists to use splice for
        appending them.
        
        Change-Id: Id4a93a01dea415271ad96098830f18f06d4a75b9
        Reviewed-on: https://gerrit.libreoffice.org/46550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-12-21  Pranav Kant  <pranavk@collabora.co.uk>  [71cd37fad9792038279969c82e0cb209df06f024]

        lokdocview: Handle INVALIDATE_HEADER cb
        
        With this calc gtktiledviewer or any other lok client shouldn't crash
        anymore when a new view is opened.
        
        And while at it, update documentation of callbacks.
        
        Change-Id: I436c3b424dd4e2e6b8c312b0d3ba43d7006e944b

2017-12-21  Pranav Kant  <pranavk@collabora.co.uk>  [9d2e0d60c0381a4bb23fada14c80e032b68bf2a8]

        lokdocview: use std::string where possible
        
        This also prevents an invalid memory access: we were storing the pointer
        to a temporary in the struct and then using it after temporary was gone.
        
        Change-Id: I2b6d9df16bc24b222095ccbf45c9f0bd9c86ed65

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [783120996aba341519393dd0100520707249d208]

        new loplugin: convertlong
        
        merge the droplong and convertuintptr into one new plugin.
        Limit the analysis to looking at var decl's, since that seems to be
        safest proposition, even if that too needs some careful analysis.
        
        Change-Id: Id005baaf05cfb157ce44a06a1c81f08559a07d1f
        Reviewed-on: https://gerrit.libreoffice.org/46851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [24158311c115c2db6dd05a751f75a5c084e2c0d1]

        TypedWhichId in svx part 1
        
        and teach the idl compiler how to ignore the TypeWhichId<T1> part
        of the define
        
        Change-Id: I030f54080924d51e9f0ac09b19e14106648024db
        Reviewed-on: https://gerrit.libreoffice.org/46849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [490287a1b22411f4ac32127c93228e06dad4ff22]

        Writer: Restore old symbol button and add new numbering styles
        
        Change-Id: I458ad3fe6c19cd5c65a4beb4758e0ac9aba630a4
        Reviewed-on: https://gerrit.libreoffice.org/46757
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Yousuf Philips  <philipz85@hotmail.com>  [ca1bcb40ea27492c0f3a452c4a318b540a9ff09c]

        Fix labels for page-related group button entries
        
        Change-Id: Ia6ed455cc7b5e41895950a22b8d75284c847ebee
        Reviewed-on: https://gerrit.libreoffice.org/46873
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-21  Eike Rathke  <erack@redhat.com>  [b366adcf5aca8bb22ccd0dd270ab08e9c8976b5b]

        Invert logic, include only known good, tdf#114251 related
        
        Change-Id: Ic362ad6c35f7f6374fc262029251e48e4f82d778
        Reviewed-on: https://gerrit.libreoffice.org/46863
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-20  Eike Rathke  <erack@redhat.com>  [f6c2fd1ce58a8f34483177c0b240c53a7866faf9]

        Remove unused ocExternalRef
        
        Change-Id: Ie32411637f2f2dbedfc8e4272e952ecc1d72ac49

2017-12-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0b53f794ffb2550288610b9488f11fd21ab85aae]

        Make used Pages alive in AssertFlyPages
        
        There is a case where docs are created/exist that have an empty
        2nd page with a single, page-anchored Frame (e.g. graphic), not
        using a PageBreak. Persistence works in this case due to method
        AssertFlyPages adding the missing page at end, but when multiple of
        these docs get serialized (e.g. MailMerge) the problem exists for
        in-between pages, too, and needs to be corrected. Also need to
        correct the Pages for the Frames when Pages in that situation were
        corrected.
        
        Change-Id: I7c8bbbf0668438af98bc615e5b7c472ea6eee906
        Reviewed-on: https://gerrit.libreoffice.org/46855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-12-20  Jan Holesovsky  <kendy@collabora.com>  [fadbccc3176044b3642716f5b388a793165da05a]

        Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR.
        
        For me, the build failed because of a file named 'new' ;-)
        
        Change-Id: I1816ff16b1b76a833ded2b6f332553b768916cad
        Reviewed-on: https://gerrit.libreoffice.org/46776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-12-20  Eike Rathke  <erack@redhat.com>  [b34c0cd9ada297e9565b1a93fcaa2a96333e1881]

        Exclude more special OpCode values from vectorization
        
        Namely those that have some reference assigned.
        
        Change-Id: Icd5f79612295f13d552a256233b8f1298e3e5359

2017-12-20  Aron Budea  <aron.budea@collabora.com>  [f2f5ebcee462472b27b610f53abc7f9a6378462b]

        tdf#104229: properly switch to def sidebar deck on status change
        
        regression since a64999511ae654131d997eec9a3d78478cfc1c75
        
        Change-Id: Id1d0a76f89c41e88511f670f1aac4b866e4c15c6
        Reviewed-on: https://gerrit.libreoffice.org/46840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-20  tagezi  <lera.goncharuk@gmail.com>  [400b70f85fdf0ae5a6d606eb3fff683b9f1ce7ab]

        tdf#114204 - Clarify the "Local Help not installed" message
        
        Change-Id: If25e5f8a1eb2e247e2432bb8a14b7a4aa2509f62
        Reviewed-on: https://gerrit.libreoffice.org/45880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [111db5b992ae5870e76313f76e633a4edcccf010]

        remove html fuzzer
        
        still not ready after all
        
        This reverts commit 6fc7f85de7f0bfa8ee36f867e321a8816ad1e385.

2017-12-20  Stephan Bergmann  <sbergman@redhat.com>  [50f35e5b65bf69d7b3f2b703c5367574db165196]

        Fix for compilerplugins/clang/test/salcall.cxx with clang-cl
        
        Change-Id: I6e58b6bf0d10297ed3ac20de25c1eea42c9f2334
        Reviewed-on: https://gerrit.libreoffice.org/46844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [6fc7f85de7f0bfa8ee36f867e321a8816ad1e385]

        add html fuzzer
        
        Change-Id: I03a61421c477642548d9814610faeb570bd34c8d
        Reviewed-on: https://gerrit.libreoffice.org/45970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-20  Maxim Monastirsky  <momonasmon@gmail.com>  [861086a21449acb168e52e4eab606692200d2622]

        Related: tdf#79657 Different approach to disable the context menu
        
        ... in the overflow toolbar. Using ToolBoxMenuType::NONE
        is wrong as it might affect the layout. Can be easily triggered
        here by adding FloatWinPopupFlags::GrabFocus to StartPopupMode
        (which likely will be needed to fully solve tdf#79657).
        
        Another case was fixed in 91053763a7189c8ac03a59dc996e6333404f846e
        ("Fix sub-toolbar tearoff for .uno:ChooseControls"), but without
        providing a solution for the context menu.
        
        Change-Id: I4a0b4560fe49106613fa2337b5dd83eb7fa29f47
        Reviewed-on: https://gerrit.libreoffice.org/46837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [8af88c48060d2b07255793c9be65f4d085b7b48b]

        coverity#1426738 Dereference null return value
        
        Change-Id: I85957928c2f7fa742d379f289192c05e3f4177a8

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [110544a8039398c66582ba592310e1a58c076970]

        reversed assert
        
        Change-Id: I018417df11a41ebb1c453a51a70368b0eae8f6d4

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [6069c7590abf8150595cc748a7dfcbb535b13d72]

        coverity#1426742 IsTextBox will be false here unless pVirtO is non-null
        
        Change-Id: I794243a47b1693b8b4454da02efea934535cec48

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [2795b4187939a25db54cd871a124b5527ac2ce92]

        replace pVirtO null check with just pVirtO
        
        Change-Id: Ie9ef7736bec84085cdfab41b13059b9cec821ff2

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [8f7d004432a7647c40cc09283e400dbfc1bb73ea]

        dynamic_cast followed by static_cast
        
        Change-Id: Ia2fed1d1ff97108ee3bbe11b5c08901099ee33e6

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [15a744bc09d8e6a14fe9179640a1257515f45d13]

        coverity#1426736 Uninitialized scalar field
        
        and
        
        coverity#1426737 Uninitialized scalar field
        coverity#1426740 Uninitialized scalar field
        coverity#1426741 Uninitialized scalar field
        coverity#1426743 Uninitialized scalar field
        
        Change-Id: I770b03e54758178f8fdf7128644ddb8c37bf1e83

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [bb911509930054e50bc48292cd5a087762707953]

        coverity#1426744 Uninitialized scalar variable
        
        Change-Id: I2043f4d3c393d39eb9d3936ba5dbcbf27c54ce48

2017-12-20  Pranav Kant  <pranavk@collabora.co.uk>  [ace646b20ee88fdca2780365039e90cb1542262b]

        lokdialog: Use Application::Post{Mouse,Key}Event() to post to main thread
        
        ... instead of custom machinery there to post to main thread. This also
        now posts window key events to the main thread instead of processing
        them on the lok thread.
        
        Change-Id: Ided1efb3f237a1838fa50bb8d74752be714c3032

2017-12-20  Tor Lillqvist  <tml@collabora.com>  [8ab6440cf04c6d8412bf0f6850e6f12aee38966a]

        Bin mysterious pointless '// HACK' comment
        
        Change-Id: I40509707bd98be6891f4158428163fa722c6e4d3

2017-12-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [a07477790204c9392a31d5060ecb5478b7c001c6]

        tdf#79077: Load/save PapersizeFromSetup bit into ODF for sd
        
        Change-Id: Ibf9ae8229b62cbcbdb8f56e7353301745a12ef5b
        Reviewed-on: https://gerrit.libreoffice.org/45322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [45429e4518fb265dc817d96f41ad4238a5d09c65]

        tdf#79077: Cleanup PapersizeFromSetup related code
        
        Change-Id: If77c43a7eb97de0a2e23195a9539f00e452343d8
        Reviewed-on: https://gerrit.libreoffice.org/45096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [30b6545eb626a8ae91a0d3dd9f50b93efd180475]

        ofz: Null-deref
        
        Change-Id: I42a0fc6d73caaffd3fe183805dde449c09243cf9
        Reviewed-on: https://gerrit.libreoffice.org/46836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-20  Stephan Bergmann  <sbergman@redhat.com>  [1bbefac109ee1989e09fe5c59c1752be8715da5a]

        Remove redundant, duplicated getSpellingLoc call
        
        Change-Id: Ic1e4fd2833dd0bcc64363733e7794448b2d4de37
        Reviewed-on: https://gerrit.libreoffice.org/46839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-20  Stephan Bergmann  <sbergman@redhat.com>  [fd2c1c5915fdcb23c2af5a3f4c0efe130174838d]

        loplugin:salcall (clang-cl)
        
        Change-Id: Iebbbd8e20ef8d5eb28d8594e142ea323aaa63a82
        Reviewed-on: https://gerrit.libreoffice.org/46835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c6c1c7e6031f8b438cb8ad8b3eaf79abc2771ff6]

        update credits
        
        Change-Id: I86df8d4ff4e2241583e41bceb37dce61ed90acad

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [fcfd55ffd7b3288db0fb42b21bed54bbef2b7ad7]

        convert RES_FMT constants to TypedWhichId
        
        Change-Id: Ie6c484cd8bde9ba3a3d5175fdf357873fe53bb89
        Reviewed-on: https://gerrit.libreoffice.org/46811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [75fc4934c3aafcd83d9bbee63d8d24cbddae8ea0]

        tdf#79077: copy 'paper from printer setup' toggle
        
        into printer properties dialog, it is rather badly accessible
        (almost invisible) in File > Print > Options tabpage
        
        Change-Id: I18d538a20dc207c359ae1e7c2c914a68daf58f31
        Reviewed-on: https://gerrit.libreoffice.org/43956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ed8435ac4cdd2970e7d467f5e122b9c007526407]

        Updated core Project: translations  b3a5620ad5ed08bdb77738d8cb2b8e08495606c7
        
        update translations for 6.0 rc1
        
        Change-Id: I8421ed204e28c33dbe09d83f2f3882ba422391dd
        

2017-12-20  Caolán McNamara  <caolanm@redhat.com>  [e192796dde1c1d94aa05a70b55e04c0f778f4389]

        ofz: Null-deref
        
        reuse the safety check used elsewhere
        
        Change-Id: Ic7d613fea1d93e76a03183a02127499a5d8dd15d
        Reviewed-on: https://gerrit.libreoffice.org/46825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5bda25ca1b9ce0393cd98ca6963429872fd34f30]

        Fix typo
        
        Change-Id: I70dc1742bc9462db96c4be7d37d1881a8cb0b0a6
        Reviewed-on: https://gerrit.libreoffice.org/46788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e4404de89548bcf7e632b31f4c3461733e2684d3]

        Fix typos
        
        Change-Id: I361b5283b092171eaaaf46fa3c1fb13faa53bd7a
        Reviewed-on: https://gerrit.libreoffice.org/46821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3ee517d480b60c0db59bf43f6f52c27f7368d883]

        Fix typos
        
        Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103
        Reviewed-on: https://gerrit.libreoffice.org/46824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ca9897cf772ab09874f8d1e4881a0c79aa94748a]

        Fix typos
        
        Change-Id: I28d73221ea83d89f73460f591723c6f80594ff15
        Reviewed-on: https://gerrit.libreoffice.org/46822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [18c40a087f7846a2fc16e7dc6d8bb325d28e99b0]

        convert chart2 to TypedWhichId
        
        Change-Id: I1dc569d5a1667e3288fa64f16c22d39db130e906
        Reviewed-on: https://gerrit.libreoffice.org/46813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [7f0241c4bb85bf9a3794d5a8f8e918a92adbd3f1]

        loplugin:unusedindex
        
        Change-Id: I30a49d9d9f9badadab3afcbaa6cee011b7af4bd0
        Reviewed-on: https://gerrit.libreoffice.org/46830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-20  Jim Raykowski  <raykowj@gmail.com>  [416f7578d6332b5b5a4445f26307d73925188e41]

        tdf#107555 Apply 'Default Style' table style to newly inserted tables
        
        Change-Id: Iac32542bdefc32b07c63cc41cf0f693cc2ca799d
        Reviewed-on: https://gerrit.libreoffice.org/44147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [226804c8f7d2306562380283edfd919a88863807]

        svx: CleanAndCheckEmpty() can be in the anonymous namespace
        
        Change-Id: I51c636559aee10791102e70b5507fdab3c9a4e11
        Reviewed-on: https://gerrit.libreoffice.org/46819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [28ddaf520da56701508acc258cf1d90f26134d28]

        tdf#98168 sw: add mail merge from xlsx testcase
        
        Commit 83b43ef2223b66484e0e90e7b614886e06f955b5 (sw mail merge: add
        support for the new 'writer' connectivity driver, 2017-07-18) fixed
        this, with:
        
        > If we are at it, also accept xlsx next to xls.
        
        But there was no test for that part.
        
        Change-Id: Iffbd4d21e52700d38dc0a83cb5540fa10c062944
        Reviewed-on: https://gerrit.libreoffice.org/46818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-20  Tor Lillqvist  <tml@collabora.com>  [ae71020598362784b39eb4f67178166754db6fe0]

        Remove unnecessary nested block level
        
        Change-Id: I06fb2d13bf39d636151396a2cbac35b3403ffe39
        Reviewed-on: https://gerrit.libreoffice.org/46798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-12-20  andreas kainz  <kainz.a@gmail.com>  [2dfd6c4f6e5c379facf4ae9c1956dea11455f034]

        add icons to Reply and Delete Comment
        
        Change-Id: Ie593a8cad4d0cbd663901fcabe07e5efb98f78be
        Reviewed-on: https://gerrit.libreoffice.org/46827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-20  Stephan Bergmann  <sbergman@redhat.com>  [6310429e1afd5018aff9712dfc25ef90488ebfa1]

        Remove Clang -Wunknown-pragmas workaround
        
        ...that appears to only be necessary for Clang <= 3.4, so no longer needed since
        fa7b7f73938e837af2765f8a03f07e404046877b "Document that Clang 3.4.2 is known to
        be too old"
        
        Change-Id: I09361f6ffc23b8d20d65d3c84d9003719e2159f8
        Reviewed-on: https://gerrit.libreoffice.org/46787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [a784ac2daf55f9e620d7c8da1b880ee539d9218a]

        loplugin:unusedindex
        
        Change-Id: I80c0a8dbfda14e54fcfaf33a241c83bad8495db1
        Reviewed-on: https://gerrit.libreoffice.org/46833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [4e124b17a71d24079f43da68fb239b2e2a29dc4e]

        loplugin:unusedindex
        
        Change-Id: Id6e17d00c87d79f899cf691d00e600dfc102cab0
        Reviewed-on: https://gerrit.libreoffice.org/46832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [9c50b0ed877c4179b5820a32be742b2190d927ee]

        loplugin:unusedindex
        
        Change-Id: Id69dcfde5c8b5d39c272916e7c1bcc649f720888
        Reviewed-on: https://gerrit.libreoffice.org/46829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [495bb32c23be5acec3783240eb03ccfc5aca44cd]

        long->sal_uInt16 in SvxShape
        
        Change-Id: I28a54497b1a4c236d9d3bdb0f44d3e46f3e55de7
        Reviewed-on: https://gerrit.libreoffice.org/46810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [16a3594e6a3bcb5a247a526d199db899a438ad50]

        inline typedefs in connectivity/StdTypeDefs
        
        Change-Id: I614833ed2418ff99057c7d496ddb64f06e8395db
        Reviewed-on: https://gerrit.libreoffice.org/46809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b3092b6020c7bf7d28e467ea876b627074580b5]

        inline typedefs in svx/datanivi
        
        and fix a very dubious field declared as
        
            css::uno::Reference< css::container::XNameContainer >&
        
        in NamespaceItemDialog
        
        Change-Id: Icae09704ceb94cc24b4333d76b3fe67fc61f568b
        Reviewed-on: https://gerrit.libreoffice.org/46808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6ea3bbef30a0b6e04236ecb52cba4ac39f6332f]

        sal_uLong->sal_uInt32 in DrawModeFlags
        
        Change-Id: I99f703c487b87926bfd9cab5c8ace4c7509a72bf
        Reviewed-on: https://gerrit.libreoffice.org/46807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [214804d132ad134a65cdbc60fc136230fedcd325]

        sal_uLong->sal_uInt32 in SotClipboardFormatId
        
        Change-Id: Ibe48a6ae3cdb91a5eed2cf6d572b19df87a51d84
        Reviewed-on: https://gerrit.libreoffice.org/46806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-20  Julien Nabet  <serval2412@yahoo.fr>  [cf4228fa0aaea82858f05848fe5a6a96b34405a0]

        Revert "Related tdf#114457: fix leak in treeopt (cui)"
        
        According to Telesto's test, it's worse than before, so let's revert
        
        This reverts commit 41981d4cb48e66b6fdb32cdc3ae65632af9593dc.
        
        Change-Id: Iba2a364160816fe981de91e51487a78bd6ebe15c
        Reviewed-on: https://gerrit.libreoffice.org/46817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Julien Nabet  <serval2412@yahoo.fr>  [5a38ae7bb491df71bfc1678811d89c3064fd8408]

        Revert "Related tdf#114455: fix mem leak on olmenu (sw)"
        
        After having tested it on MacOs, it seems it doesn't help
        
        This reverts commit 2f9360b58a358fefb86f474464e53f1ea5ffb52b.
        
        Change-Id: I6de52c9ae5a43a659d28d72bfc742ed4b5cec5b0
        Reviewed-on: https://gerrit.libreoffice.org/46816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [0545c1ad981a3dcb8264da3215bc069b03f4d988]

        Properly skip ignored value
        
        Change-Id: I1ac75cde58a52f87ef6825baa2e689dbc449c8f0
        Reviewed-on: https://gerrit.libreoffice.org/46547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-20  Aron Budea  <aron.budea@collabora.com>  [021081823aeebcfa395662d0c04535a243977c2e]

        tdf#105517: overwrite existing scheme colors in vector
        
        Theme overrides stopped working once ClrScheme::maClrScheme was
        changed to vector, and colors were always appended to it.
        
        Regression from f3121049828596b369e3ea844355d61666e49795.
        
        Change-Id: Iae850dcabf57b12d8a564e84acf38d9988cfe963
        Reviewed-on: https://gerrit.libreoffice.org/44242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-19  Jim Raykowski  <raykowj@gmail.com>  [9e7caee0173c5ec2d8b5cfa6aedfd1c9674d442b]

        Uncheck Engineering notation checkbox on Scientific selection
        
        In Calc, the Engineering notation checkbox in the Sidebar Properties
        deck Number Format panel can show checked when the cell number format
        does not contain engineering notation.
        
        Change-Id: Ia26fc430aecd7af2e0f614bf9314d99f8408e690
        Reviewed-on: https://gerrit.libreoffice.org/46650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [4f0a97a81dc9aa93dd6579590110a1ea71154351]

        Clang 3.5 has -Wreturn-type-c-linkage
        
        Change-Id: I9d4b8aef3877f46c537937f7cb04c7654f057fa2
        Reviewed-on: https://gerrit.libreoffice.org/46789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9663341f9249c739219ffe6cccf3762aa8dd78f3]

        Bump --enable-compiler-plugins to Clang 3.8.0
        
        <https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
        "Clang baseline bump"
        
        Change-Id: I18fca8794ea34118fc6308458064d0c28cf5caf7
        Reviewed-on: https://gerrit.libreoffice.org/46557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Noel Grandin  <noelgrandin@gmail.com>  [00bc5a097313fbd003675267be961ad3a152ba42]

        wrap scoped enum around css::util::NumberFormat
        
        Change-Id: Icab5ded8bccdb95f79b3fa35ea164f47919c68fa
        Reviewed-on: https://gerrit.libreoffice.org/46339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [b74da08e556b7b001943f0288a61da53791d4dcf]

        Read some configuration items directly
        
        ...removing them from SvtSaveOptions
        
        Change-Id: I922ec0f88872b1f2d99c6a55faad00143d944473
        Reviewed-on: https://gerrit.libreoffice.org/46797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [0b63b751b1cd29bb6d092ded9d864b4088e948fa]

        Remove unnecessary -Wunknown-pragmas
        
        ...which was added with 92dfa82d2d25f2acdee0a538bf15f1fac36c0ecf "adjust for
        upstreaming of warn_unused attribute" but appears to be unnecessary cargo-copy
        from bdb87236dcbc1187b15e1a457e130ff997b0949b "Fix pragma GCC diagnostic
        checks".  Both old GCC (e.g., 4.8.5) and Clang (e.g., 3.4.2) emit a -Wattributes
        warning/error here by default.
        
        Change-Id: I2fd81ac411000c4b851a77de432bf14eb1bc0d61
        Reviewed-on: https://gerrit.libreoffice.org/46796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  tagezi  <lera.goncharuk@gmail.com>  [7504af39686171ffb16e70f798d9ecf4ea98f1d3]

        tdf#114545 Enabling/Disabling Ok button depending on correct format
        
        Change-Id: Iab3c4363dda0260d16c7167946044c39c21b863a
        Reviewed-on: https://gerrit.libreoffice.org/46790
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [b181d66c350416fed0a284b9d8db9c02a25c8dc5]

        ofz#4689 avoid recurse to death
        
        Change-Id: Ie578a767cd8646c4e67c302a67b46ce1f1637122
        Reviewed-on: https://gerrit.libreoffice.org/46772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Tor Lillqvist  <tml@collabora.com>  [fdbd3ac1880b3943e2cff48ecfb95dd088210d09]

        Get rid of a dynamic_cast
        
        Add a virtual member function instead. This improves performance a
        bit. The time to load a specific pathological customer document
        dropped from 1min 53s to 1min 47s on my machine. Not hugely, but
        clearly.
        
        Change-Id: I1e59d601e9d0e14b6a756c6e0ad29ce2a1fce66d
        Reviewed-on: https://gerrit.libreoffice.org/46791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-12-19  Dennis Francis  <dennis.francis@collabora.co.uk>  [c7f528bbc8ad70fb869736ea810534e8210284b5]

        Add UI config option to enable/disable threading
        
        Change-Id: I7a83d80c0db233a48026d1254021b926f28002f3
        Reviewed-on: https://gerrit.libreoffice.org/46782
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-19  Michael Meeks  <michael.meeks@collabora.com>  [7978eb8f6efa64fb0d5fba993f029793672a78ba]

        LOK: fix URL launching, so that Help buttons work.
        
        Change-Id: I9efe0173c35341043c3402042d9aa364a03e4fc5
        Reviewed-on: https://gerrit.libreoffice.org/46419
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 2ccf578372cd77060abb6db520985165e779de3f)

2017-12-19  Pranav Kant  <pranavk@collabora.co.uk>  [fbd537ae68ec587c323fb0f1674bdd7747b93d04]

        lokdialog: Handle closing of modeless dialogs too
        
        Change-Id: I87ed60e940fad199b14a2e2179cc1f10008bfe93

2017-12-19  Jan Holesovsky  <kendy@collabora.com>  [e16852cd1bc5d9e0646ae4183bc13a7bce19df7f]

        lokdialog: Allow windows / dialogs in different languages.
        
        Change-Id: I9f32161981aed73e6d97696e5f976af276d1625a
        Reviewed-on: https://gerrit.libreoffice.org/46327
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/46775
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [193ebf963cf251fd0885b47e59d9db11a97450f2]

        Remove obsolete Clang <= 3.1 checks
        
        ...after fa7b7f73938e837af2765f8a03f07e404046877b "Document that Clang 3.4.2 is
        known to be too old"
        
        Change-Id: Ia9fc056b58c7674c8aa0e0bf6c079ecd56d06629
        Reviewed-on: https://gerrit.libreoffice.org/46771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1252f32496193e8ed532de744db31413768b8efa]

        don't export category info to bubble charts, tdf#103988
        
        Change-Id: Ic2ecd959841172db3f4016b4a1ba667238c6c508
        Reviewed-on: https://gerrit.libreoffice.org/46749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [fde38e3af0f2e6c909050c74f00adf03da1c9aea]

        sal_uLong->sal_Int32 for SfxAcceleratorConfigPage
        
        Change-Id: I2ec647b140c6be6c5cb6727873cca4cad16a664e
        Reviewed-on: https://gerrit.libreoffice.org/46701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aa9d919e50e38d40c46cbd172cf51a4cc13673c4]

        uitest  - writer "delete all comments"; move writer  tests to sw/qa/uitest
        
        Change-Id: Id7d6a2a413234b07df3f0f07184e7e33fec73633
        Reviewed-on: https://gerrit.libreoffice.org/45985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-19  Yousuf Philips  <philipz85@hotmail.com>  [ac5518b6d4a14b2ed8011c35f97435e797a7b8d6]

        tdf#91781 Round of improvements to Writer's menus for 6.0 (2)
        
        Change-Id: Ic6baa344985963a48ba2a76c18cbf3001cbb4d11
        Reviewed-on: https://gerrit.libreoffice.org/46756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-19  Eike Rathke  <erack@redhat.com>  [4b444b4c1efc2be219e6975e30048ff616fdac0f]

        Resolves: tdf#114539 only pop own parameters from stack
        
        ... and not another pending one..
        
        Change-Id: Ief5c27ccfb0b4121f2ba019e0fb8770dabbf60cf

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [2139fd8761e44b87e6d775d6de8361155dc3eaf1]

        drop last CONTAINER_APPEND use
        
        Change-Id: Ia4500cfef039100cf12bc8e8a8946395e26b6890
        Reviewed-on: https://gerrit.libreoffice.org/46700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [5f794aae9ea6cba83d7e432d393317928d1f0c41]

        The Clang __float128 hack is already needed earlier
        
        ...when determining the -std= value, as that also includes <vector>.
        
        (And also note that the hack doesn't help with later libstdc++'s <algorithm>,
        anyway.)
        
        Change-Id: Id49b6be71e536369a9268060cb1e8ef3fbaab481
        Reviewed-on: https://gerrit.libreoffice.org/46770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Eike Rathke  <erack@redhat.com>  [f240332f8e965ea17b70b0ccaa9990ce0a53cfc6]

        vcl: explicitly qualify ICU types with icu:: namespace
        
        It will be required by ICU 61 anyway, see
        https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild
        
        Change-Id: Iecb30b903e9a67252147a8cc78c641621d763755

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [66cd725b5f386d48252a620fb58415ddb65388ef]

        Don't leak SvtSaveOptions instance through ItemHolder1::holdConfigItem
        
        ...where ItemHolder1 apparently leaks the items ever since
        
        > commit ef2c49c9a5788e35249d8d5406a09c84ecd062ee
        > Author: Rüdiger Timm <rt@openoffice.org>
        > Date:   Fri Nov 11 07:50:10 2005 +0000
        >
        >     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
        
        That started to cause problems when 78a6ce17f06fbe13b806fd563e85a4fe60d3bcfc
        "DELETEZ->std::unique_ptr in toolkit,unotools" now stopped to leak the global
        
          static std::unique_ptr<SvtLoadSaveOptions_Impl> pOptions;
        
        in unotools/source/config/saveopt.cxx when any SvtSaveOptions instances are
        leaked, so that at least PythonTest_pyuno_pytests_testcollections started to
        fail in ASan builds now when that global pOptions is destroyed at exit.
        
        I don't see a good reason for that ItemHolder1::holdConfigItem stuff here, so
        lets try and drop it from SvtSaveOptions at least.
        
        Change-Id: I6d44708fc4e2e5dfafaa9bfe8f3fa2f854ae0952
        Reviewed-on: https://gerrit.libreoffice.org/46726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [816fd52f32f1c8bec0d7d902cb13a26499a27c35]

        ofz: Null-deref
        
        Change-Id: I0194de1a136375f131c2a7c316e1a64435637e4e
        Reviewed-on: https://gerrit.libreoffice.org/46785
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Dennis Francis  <dennis.francis@collabora.co.uk>  [ced2f083483e2d60c077177b8a359d310e0976c3]

        tdf#114479 : Use the SvNumberFormatter from ScInterpreterContext
        
        This fixes one of the crash mentioned in the bug report, during
        loading of the bug document. The crash being the assert failure
        in ScDocument::GetFormatTable().
        
        Change-Id: Iffb8ede1416f34f0cd9852fa3f8d1f199406c013
        Reviewed-on: https://gerrit.libreoffice.org/46549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [748627dc7e88a0ec375f4e103906929cf99eb676]

        Silence -Wunknown-attributes with Clang <= 3.6
        
        Change-Id: I2d1ec919da5b26b231598e01a52a1508c72ab815
        Reviewed-on: https://gerrit.libreoffice.org/46765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c2d0c07b2120c5fe4333e7fed12bd59996c2972]

        loplugin:unusedmethods
        
        Change-Id: I3ffd9142fed98e4df75c2c28f8a025be3e8eb803
        Reviewed-on: https://gerrit.libreoffice.org/46687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Eike Rathke  <erack@redhat.com>  [8960ecc689ce41cfaa40b65d75830d7491b06463]

        Explicitly qualify ICU types with icu:: namespace
        
        It will be required by ICU 61 anyway, see
        https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild
        
        Change-Id: Ib7accd75a6e35932048d779cf7bf0a5a33f8ed0d
        Reviewed-on: https://gerrit.libreoffice.org/46741
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-19  Eike Rathke  <erack@redhat.com>  [7c46e0086802c22f5a5040d9161d4d2b3b2a3aff]

        Explicitly qualify ICU types with icu:: namespace
        
        It will be required by ICU 61 anyway, see
        https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild
        
        Change-Id: If7f1330550981fd28eb7eea6329f21e116291cca
        Reviewed-on: https://gerrit.libreoffice.org/46740
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-19  Eike Rathke  <erack@redhat.com>  [ad3b7c27cdc957a8a38876c040e86a81c3cf7003]

        Explicitly qualify ICU types with icu:: namespace
        
        It will be required by ICU 61 anyway, see
        https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild
        
        Change-Id: Ia051e8e2aa64b0e32a7f16a2afebaef0e4ebf531
        Reviewed-on: https://gerrit.libreoffice.org/46739
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-19  Eike Rathke  <erack@redhat.com>  [f7961456d81c3ee6ee4c13eac9ef7add6c7ea6b5]

        Explicitly qualify ICU types with icu:: namespace
        
        It will be required by ICU 61 anyway, see
        https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild
        
        Change-Id: I16b6bc8b8c49713f32424df5fc6db494df7b6892
        Reviewed-on: https://gerrit.libreoffice.org/46738
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6e85f139b250b1d48749bd336c28a7e46019993]

        remove unused typedefs
        
        Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275
        Reviewed-on: https://gerrit.libreoffice.org/46763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e2d067f38b44bd76a291eda00bda4da5c11564bf]

        Updated core Project: help  9a20a71a42c6c3113b1e0c9d679565018474d2e4
        
        tdf#92825 Update help pages for file menu
        
        for Writer and Draw
        
        Change-Id: I3af080fac087969129725360c41b75fff15f1856
        Reviewed-on: https://gerrit.libreoffice.org/46755
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2e58df043733d9d45ae61887e8b4250ef40ac94b]

        Updated core Project: help  60281fff05e466a706c1d18ec67e38f130a2a26d
        
        tdf#92825 Update Help page for Math File menu
        
        Change-Id: Id6a7332f65d1b55b749a762dd17322e9b22f6978
        Reviewed-on: https://gerrit.libreoffice.org/46742
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-19  Shinnok  <admin@shinnok.com>  [766cb5ba776fc672f4fc7655e2278ef8f32e2f4c]

        Updated core Project: help  14c0b87b9fccf2bf053367da652e010af3d60752
        
        Use quotes around positional args.
        
        Change-Id: I34daf14c83b83085ca5f8ef643e7418893da5924
        Reviewed-on: https://gerrit.libreoffice.org/46696
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a5be07d6b627a18f104e2feed063ff9020e8c610]

        inline use-once typedefs
        
        Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157
        Reviewed-on: https://gerrit.libreoffice.org/46764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b0cecbfb03dba67f01d1411a1e8b7402c2ca90ce]

        lok: sc: missing header invalidation on undo an autofilter action
        
        Change-Id: Ibfa7602221ed0c115ad469bd8a61e62baaff0bdf
        Reviewed-on: https://gerrit.libreoffice.org/46715
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [48251502a8143570810a05bd46e22efa34ed5600]

        loplugin:unusedfields
        
        Change-Id: I84a7bcb891548416f0e1f1b20059f9b20c890d4c
        Reviewed-on: https://gerrit.libreoffice.org/46686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Mike Kaganski  <mike.kaganski@collabora.com>  [79827580ce7f6be4ff9017b516dc45c9eba5e01e]

        Correct the assertion
        
        The anchor node passed to SwDoc::MakeFlySection may be non-content node,
        e.g. a table node when a whole table is selected when inserting a frame.
        Thus assertion must take into account if the bCalledFromShell flag is true.
        
        Change-Id: I947ed9dfc4846a8c4fe430d80fb8286212e0b248
        Reviewed-on: https://gerrit.libreoffice.org/46736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-19  László Németh  <nemeth@numbertext.org>  [6020bdf1c3bda0a05e40a212c484ce78d08c73b4]

        remove empty line from emoji.ulf added by mistake
        
        in commit 87ada8fe44c6caf21f1fd9a0f78aa2c26f1607f2
        
        Change-Id: I33e17bc1625860370cf2d45832f77aff97100e94

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [6e3f0fbb95f004e125837ef2ecb216f370e59756]

        ofz: recognize invalid and negative fractions
        
        Change-Id: Ie00a608a60a35bf333d63be54f21085ecf44347b
        Reviewed-on: https://gerrit.libreoffice.org/46725
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [e867b393ef95cb9bec7f68787771dfa329b00bea]

        ofz: Null-deref
        
        Change-Id: I9992191fe5b4cfd771cc36a61d0ebaa8a9e6e9db
        Reviewed-on: https://gerrit.libreoffice.org/46743
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [386a73e0b76032b4992829bfdf9965854351b230]

        remove a CONTAINER_APPEND use
        
        Change-Id: I266a1741581a06a995c8cb012dcb18a32a38026d
        Reviewed-on: https://gerrit.libreoffice.org/46699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [5f103b6f03bf9de16c0cc8d33a9a7082f05563f3]

        coverity#1426313 Unchecked return value
        
        Change-Id: Ic6eb7eec01ced2105144b123f8f9f8ecd25f6008
        Reviewed-on: https://gerrit.libreoffice.org/46702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [79aaf397017c2748d965b8b56b0da9177bc26288]

        ofz: Null-deref
        
        Change-Id: I7f59ff4d9db9c769b3ad4ad253160f5d41093f88
        Reviewed-on: https://gerrit.libreoffice.org/46734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-19  László Németh  <nemeth@numbertext.org>  [481c67ca64e22ec2f89b88bad090e2fbcaf29d63]

        Add emojis of Unicode 7, 8, 9 and 10 to en-US autocorrection
        
        also fixing some old shortcodes.
        
        Testing the new emojis in an en-US document:
        
        :dove: → 🕊
        
        :popcorn: → 🍿
        
        :spock: → 🖖
        
        :unicorn: → 🦄
        
        Note: only translations are added to the autocorrection,
        so there won't be untranslated strings in a non-en-US
        autocorrection table.
        
        Change-Id: I2f519b52501dbeeff4de959e828387f2566bc54d
        Reviewed-on: https://gerrit.libreoffice.org/46754
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2017-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70f9eb96ce3346e24d11ece1b2a75798cbb3c476]

        fix validation error in lineChart export, related tdf#57832
        
        Change-Id: I282a6f476830d688837a9731234aaba37a13de16
        Reviewed-on: https://gerrit.libreoffice.org/46673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0bf35f7c0eedbe04783285a4a7071e68baeb7fe]

        tdf#113547 DOCX import: fix handling of stub numbering overrides
        
        Regression from commit c72a1a74b5b1064fc9cdf9994b11fce26d866e26
        (Related: tdf#112211 DOCX import: fix handling of missing first ind in
        <w:lvl>, 2017-09-19), now that a numbering level can have default
        properties, we need to differentiate between the case when the level has
        real properties or it has only default properties.
        
        Merging of properties is not necessary when the abstract numbering has
        properties, but the "override" has default properties only.
        
        Change-Id: Idbcbd0f66932514612e11fe82377f2b68ac9e403
        Reviewed-on: https://gerrit.libreoffice.org/46751
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [fadd9d449719a97dc8d99d96b0ee663ae92759f8]

        EPUB export, fixed layout: fix mm size of SVG pages
        
        The preferred map unit was pixel, but SVGExport::writeMtf() expects the
        map unit is always a logical one, given that it calls
        OutputDevice::LogicToLogic() for it.
        
        Change-Id: Id1f311eb14423a76a82886ca848c90ab48c6eb49
        Reviewed-on: https://gerrit.libreoffice.org/46733
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-19  László Németh  <nemeth@numbertext.org>  [87ada8fe44c6caf21f1fd9a0f78aa2c26f1607f2]

        Add emojis of Unicode 7, 8, 9 and 10
        
        for translation of the new shortcodes,
        (also fixing a few older ones).
        
        Note: only translations are added to the autocorrection,
        so there won't be untranslated strings in a non-en-US
        autocorrection table.
        
        Change-Id: Iff1c6f1d693b8e877a699c79fc3cf81d60dc6318
        Reviewed-on: https://gerrit.libreoffice.org/46753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2017-12-19  Stephan Bergmann  <sbergman@redhat.com>  [fa7b7f73938e837af2765f8a03f07e404046877b]

        Document that Clang 3.4.2 is known to be too old
        
        <https://lists.freedesktop.org/archives/libreoffice/2017-December/079107.html>
        "Clang baseline bump"
        
        Change-Id: I13b621be7614ce81777bf56ce52a68e36513be20
        Reviewed-on: https://gerrit.libreoffice.org/46518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [327a3ac9b320552ee778b5fb5d1f0d5966d8ea7b]

        fix bug in IconChoiceDialog::dispose
        
        after
            commit 12bb4bc980863d4338725cf5a5dcaf3acbfddc09
            convert HyperLinkPageType to scoped enum
        
        Change-Id: Icb1afcdea38f231bf9b7119eb4c1bedbf7494962
        Reviewed-on: https://gerrit.libreoffice.org/46707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Takeshi Abe  <tabe@fixedpoint.jp>  [28e1f3c77fe19091cddf527f7758386dddcdad34]

        svl: Fix possible memleak at deleting DdeService
        
        Change-Id: Ie10d4199999c4331af29dee2a8d98132488caa6e
        Reviewed-on: https://gerrit.libreoffice.org/44909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Takeshi Abe  <tabe@fixedpoint.jp>  [67bd9382aa17594cb7a6d1fad304ed9f275941b1]

        svtools: Use std::unique_ptr for GraphicCacheEntry
        
        ... and GraphicDisplayCacheEntry.
        
        Change-Id: Ic4c4f6078837d96ce56e245caa926c7730034a08
        Reviewed-on: https://gerrit.libreoffice.org/46732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [150af593ce1dee2a04dd56d9de67b3e0c4581811]

        loplugin:singevalfields
        
        Change-Id: I28c9e436b9d434ce59394ee195ea39815ae49028
        Reviewed-on: https://gerrit.libreoffice.org/46685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [be359b156b2be7624121a2f2ec5bc6c2d6a195a8]

        loplugin:unusedenumconstants
        
        Change-Id: I9dc4b369872a7c6c076ae9be1dcdf2f8385af8a7
        Reviewed-on: https://gerrit.libreoffice.org/46684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dbb50f3fe9692dc0ccd7225158fad353e7eab0b5]

        Fix typo
        
        Change-Id: Ib0773324983985f061e390a44702d426c06e18e4
        Reviewed-on: https://gerrit.libreoffice.org/46667
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8efd39be747c729a7f5b40cbca3e2a93585f9413]

        Fix typos
        
        Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f
        Reviewed-on: https://gerrit.libreoffice.org/46599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9f3b61e51f7f9de11436b0e4eaec164f2656fbdd]

        show rest of the menu bar in a pop-up if the are is too small
        
        In case when the window is to small to show the whole menu then
        the use couldn't access the rest of the items in the menu. This
        change adds a button in the end (using the ">>" marker as in
        toolbar) which on click adds a pop-up that shows the rest of the
        menu items.
        
        Change-Id: I9218dba504464bdd44d61ebb383f7674f3df760f
        Reviewed-on: https://gerrit.libreoffice.org/46711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e11234d8d8d8ff2744b77a128f845dbe8e6faa1e]

        menu: pass paint size to ImplPaint and account for buttons
        
        When a menu bar is painted it needs to take into account that
        the buttons (close) is positioned at the right side of the paint
        area. To do this we need to pass what the output size is when
        painting (ImplPaint) on the common menu code, instead of assuming
        the whole area can be used.
        
        Change-Id: I2e9d6c686929fe1cd7e28368a8055c1e2df13c49
        Reviewed-on: https://gerrit.libreoffice.org/46710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [5c66c0711286bcfa9d3ab4a87777c2af9e1c25d9]

        Read/write 'encrypt to self' bit
        
        use some template functions to avoid duplicate code
        
        Change-Id: Ia178ea3a0561e34e0431749262f5f8f1f49b4fe7
        Reviewed-on: https://gerrit.libreoffice.org/46693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [df4fac1dbce087bbd01bbec242b93c72edcef74b]

        Read/write preferred GPG signing/encryption keys
        
        Change-Id: I3e21469c5f4c4f199407bbe9faba2e2ddca531b3
        Reviewed-on: https://gerrit.libreoffice.org/46692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [ee40674b4c9343db5e69cd5118bdbcf8e6edad6d]

        Do things with preferred GPG keys
        
        For signing, preselect the key in the list of available keys.
        For encryption, when 'encrypt to self' bit is set, add user's key
        to the list of keys to encryption.
        
        Change-Id: I5bbfd0e2cc97b76c1304a2a345a51cf83bc5949e
        Reviewed-on: https://gerrit.libreoffice.org/46694
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [e0c3e356fd9151819db13d844f87ec200e2dbee3]

        List private GPG keys in crypto config dialog
        
        Change-Id: I7cb6a14adcc5424b432589120c66deeddf86b652
        Reviewed-on: https://gerrit.libreoffice.org/46691
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [40e1cb217396c7183ea3a7379a8a15c8df3aea2e]

        Pick up sheet-local named expressions as well.
        
        Change-Id: I8a081b5f81740fa91f43ac152a950d73d031ed10
        Reviewed-on: https://gerrit.libreoffice.org/46666
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-19  Yousuf Philips  <philipz85@hotmail.com>  [a2158c6ca2ba831665019827889f01e98dc93394]

        tdf#113538 New font order for hebrew fonts
        
        Change-Id: I6e820886204a53de3b29f30b42bb6503cfcc8e35
        Reviewed-on: https://gerrit.libreoffice.org/45065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-19  Caolán McNamara  <caolanm@redhat.com>  [184ce84226b49a1b4b693f3bb8cc8569c76d864d]

        coverity#1426314 silence Resource leak
        
        Change-Id: I266463184f902df11943a23fa4129086c6441783
        Reviewed-on: https://gerrit.libreoffice.org/46703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1c7fa9528f7373e6798b597a42abe38f20a306aa]

        Defer cell value insertion until later.
        
        Because Calc's formula engine expects all named expressions to be
        present at the time of re-calculations, we need to delay insertion
        of cell values until after the named expressions are inserted into
        the document.
        
        Change-Id: I54c7d3dc86b3e2c5c192337b1cebfbdfb901ab1f
        Reviewed-on: https://gerrit.libreoffice.org/46665
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a72f3d40def7878ae487c8c34cd84da7d90fc99a]

        Pick up global named expressions.
        
        Formulas with named expressions don't work yet since they get
        imported before the named expressions do.  We need to insert formula
        cells after the named expressions.
        
        Change-Id: Id2d7c59194ce7c07a3580cc8d9afd9fdda660b24
        Reviewed-on: https://gerrit.libreoffice.org/46664
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Yousuf Philips  <philipz85@hotmail.com>  [e45e2c4897933f14c90a65fa74d0ad2a0b620ede]

        tdf#103080 October 2017 update to Noto fonts
        
        In addition to updates to the already bundled fonts, Condensed and Light
        weights of English Noto Sans and Noto Serif have been added, as well as
        the addition of the Noto Sans Arabic
        
        Change-Id: I72bd7815d678fb4723692eb90d352d012ffe035e
        Reviewed-on: https://gerrit.libreoffice.org/46596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-18  Michael Stahl  <mstahl@redhat.com>  [bdcbf601410f29642aa27e2b8fab312f929d569f]

        tdf#114212 sw: fix layout of as-char anchored text-frame of shape
        
        Commit c79467ba954987f1d239c594c1e1b3af3f5515f6 changed the vertical
        orientation of the shape, and the effect on shapes with text-frames
        (or TextBox) is surprising: the shape itself, as imported from DOCX,
        now has the "top" vertical orientation, where it previously had
        "from-bottom", which was wrong, because it was different from Word.
        
        However the associated text-frame now is positioned wrongly, stacked
        on top of the shape; the problem is in SwFlyCntPortion::SetBase()
        where the text-frame is manually positioned depending on the
        shape's position; using "top" there does not actually result in
        the correct position because it disables the use of the computed
        vertical offset; fix the offset so it looks right.
        
        Change-Id: I2ff38577d0cae2e9f796402545503cc6351a9d2b

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [a7c772566bb8ac6a088b808cf0ef550e7b06560b]

        coverity#1426163 Improper use of negative value
        
        started life as sal_uIntPtr and the various checks are typically
        nPos < thing.size() just checking one bound, so sal_uInt32 looks safer
        after all
        
        Change-Id: Ibac839fc45b10d96ce4d4c8002fd26b20f70ae1c
        Reviewed-on: https://gerrit.libreoffice.org/46697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [877ede68f31a25a76c89d47389a190b75df1757d]

        sw: prefix members of SwAccessibleChildMapKey
        
        Change-Id: I1cf45ca8b0ea10645be30f0a832ea42c763a7c3c
        Reviewed-on: https://gerrit.libreoffice.org/46690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [9906db915184b83ef292eae9cba6cbdd4952b051]

        sal_uLong->sal_uInt32
        
        the position here is cast to sal_uInt32 so begin as sal_uInt32 initially
        
        Change-Id: I221d97961292988e90a23091ffc9324d42fc366e
        Reviewed-on: https://gerrit.libreoffice.org/46698
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [ff2f33a9b9b2c4ca797193696d76c28344cee9f0]

        ofz: reject graphics with bad anchors
        
        Change-Id: I9fc514f50843408981b53bdfb3131895b95e15eb
        Reviewed-on: https://gerrit.libreoffice.org/46712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-18  Yousuf Philips  <philipz85@hotmail.com>  [de344874203caf5a528ff3e74508451de4341142]

        tdf#113590 Unify labels between both special character controls
        
        Change-Id: I40a3d53b6d7052d4c09b4906022d5d142e1dd298
        Reviewed-on: https://gerrit.libreoffice.org/46422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [600ec55f1c28f0a1cd17a0a960fdfa07a1c952d7]

        oox: fix Android build
        
        Change-Id: Iad0d51311ba0e74e1fbc33ee3fb09c8c9a89b0c0

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [a52782591051ab3d61047e2d2c4514ada8c46440]

        sal_uIntPtr->sal_uInt32 in Config
        
        Change-Id: Ifca1e69c0b9f1def49b4b1973e7582fb3e8b8826
        Reviewed-on: https://gerrit.libreoffice.org/46706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ecfb22783f2462ba264e8793e3798c676dc9b727]

        Handle per-cell settings of cell formats.
        
        Change-Id: I500d01921d436643499a24d375d40a607d8fd576
        Reviewed-on: https://gerrit.libreoffice.org/46663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c7529c1ecab2d22ed10e83627884da6b08f84e6d]

        Implement a reference resolver for orcus.
        
        Orcus uses this to resolve cell addresses for some ops.
        
        Change-Id: I6ee9667ad994fb830e545ba3368004866a048c25
        Reviewed-on: https://gerrit.libreoffice.org/46662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f06be8e23f4aabba9386ac7f93133bf418cb36d6]

        Remove almost duplicate code blocks.
        
        Change-Id: Ib75d0caa41876908091bed374d3afd802928acf7
        Reviewed-on: https://gerrit.libreoffice.org/46661
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7602d052dd12b6764942890ea7c11247e2bd222]

        convert SVX_GRAPHICFILTER constants to scoped enum
        
        Change-Id: I220a2cfe9ea9ef2aa85e4ad8278be70c338891a5
        Reviewed-on: https://gerrit.libreoffice.org/46705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Michael Stahl  <mstahl@redhat.com>  [e98bad89ddff5bebc3f26d944c1e1be6afe2b6f2]

        oox: try to fix Android build, no std::lround there
        
        Change-Id: I47e1df5d27e788ef5aa48c3a09daf9888c33f920

2017-12-18  Michael Stahl  <mstahl@redhat.com>  [706728df38830536354ba902978cc8297f787dfc]

        tdf#114303 writerfilter: RTF import: fix default vert orient of shapes
        
        The bugdoc is affected by the change of default vertical alignment, it
        doesn't contain anything that would set the VertOrient property.
        
        (regression from c79467ba954987f1d239c594c1e1b3af3f5515f6)
        
        Setting the AnchorType property before adding the shape is actually not
        as effective as expected: it does cause the old default vertical
        alignment to be used, but does not actually set the anchor type because
        there is no anchor position and so SwXDrawPage::add resets the anchor
        type to FLY_AT_PAGE; it's less confusing to set the VertOrient
        property instead.
        
        Change-Id: Ib0a71d20d479776ab5e4c21c3dd13c0c307a045e

2017-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b8de27a2a92cf8a3d125720d2f22645c3ae2d1d9]

        Mark external/mdds/c++17.patch upstreamed
        
        Change-Id: I5cce6fd2438323149c723408f0f599ca7c688eab

2017-12-18  Paul Trojahn  <paul.trojahn@gmail.com>  [3b4f14f4da046dab25362114db737968634cd720]

        tdf#90626 PPTX: Fix image bullet size
        
        This solution comes with a few limitations. The bullet isn't centered in
        Powerpoint and has to be between 25% and 400% of the size of the first
        character in the paragraph. This isn't optimal, but should produce
        acceptable results under most circumstances.
        
        Change-Id: I6c37169282aa351b81d78e06678424203b78f6d7
        Reviewed-on: https://gerrit.libreoffice.org/44911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-18  Mike Kaganski  <mike.kaganski@collabora.com>  [61b1d631331551b43bc7d619be33bfbfeff7cad6]

        tdf#108580: integrate vc_redist.exe into MSI
        
        ... in InstallUISequense.
        
        Use --with-vcredist-dir to point to a directory with vc_redist.x64.exe
        and/or vc_redist.x86.exe. Use --without-vcredist-dir (or
        --with-vcredist-dir=no) if you don't want to ship it as part of
        installer and want to silence the configure warning.
        
        VCRedist 2015 version 14.0.24215.1 is available at
        https://www.microsoft.com/en-us/download/details.aspx?id=53840
        
        Since VisualStudio 2015, VC redist merge module that we used before
        started to work differently: it installs the UCRT only on WinXP,
        but not on later OSes (Vista to 8.1) which may lack the UCRT (Win10
        has it out of the box). The merge module only installs VCRuntime on
        those systems, which still leaves us with "api-ms-*.dll is missing"
        problem.
        
        (https://blogs.msdn.microsoft.com/vcblog/2015/03/03/introducing-the-universal-crt/
        gives more information on VCRedist refactoring background.)
        
        Since commit 71d9a61302e65fe091cf70c13fa72b3df09b7e3a, we use a
        workaround described at the page mentioned above as "App-local
        deployment of the Universal CRT". We just copy all UCRT DLLs to
        LibreOffice/program. This has a drawback though, that our UCRT
        is not updated by Windows Update, so users would rely on LibreOffice
        updates in case of some vulnerabilities in UCRT (and they could
        even not realize they have that problem).
        
        MS recommends to install UCRT using EXEs they provide from their
        site. The EXEs install both VCRuntimes and UCRTs, along with
        required patches, for all Windows versions (Windows XP through
        Windows 10, where they only install VCRuntimes); the installed
        libraries are managed by system's update mechanism. But those EXEs
        cannot be used in MSI custom actions inside InstallExecuteSequence,
        because they use MSI themselves.
        
        So this patch integrates the vc_redist.xXX.exe into MSI binary
        table, and uses custom action to run the EXE after ExecuteAction
        in InstallUISequence. This will show the user a VCRedist install
        window after the main LibreOffice installation finishes; no user
        interaction is required (except for one additional UAC request),
        and errors are ignored.
        
        Since this installation takes care of both VCRuntime and UCRT,
        we can ultimately drop both the app-local workaround, and
        vcredist merge module (so VCRuntime would also be updated by
        system). The former is done here: this reverts commit
        71d9a61302e65fe091cf70c13fa72b3df09b7e3a.
        
        This approach has its drawback: if one wants to use unattended
        installation (without UI; one example is deployment using
        ActiveDirectory GPO), then InstallUISequence is not run, and so
        VCRedist isn't installed. In this case, one should install
        VCRedist separately. Supposedly this should not be huge problem,
        because this is the case for many existing applications that need
        separate VCRedist deployment in these scenarios, and unattended
        installation is advanced stuff that requires prepared user. A
        notice would be required in release notes and FAQ, though.
        
        Change-Id: Ia6a16be60af8a08f41ea7c3dbd457d8f89006006
        Reviewed-on: https://gerrit.libreoffice.org/46356
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [55a7e836a2db662a53adc4f8b98d08b06790c758]

        chart2: When creating objects prevent setting object rects dirty
        
        3D objects using a E3dScene are traversing all object in the tree
        when setting rects dirty. When we are creating objects, setting
        properties and adding them to the tree we trigger setting rects
        dirty which slows down considerably - more are added objects,
        bigger the slowdown gets. So the solution here is to temporary
        disable setting object rects dirty during creation of objects.
        
        Change-Id: Id068cda9cb798d49b75bf4228cf6460f7e98c033
        Reviewed-on: https://gerrit.libreoffice.org/46446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e1697600253361a26d77a1ef61f8bde16af0ed2c]

        chart2: Batch changes to properties when creating 3D objects
        
        MultiPropertySet doesn't broadcast ItemSets as often as setting
        each property separately. This can help when we create a lot of
        3D objects.
        
        Change-Id: I4eb842a5d8c43963bdceee84468593f5f6b47336
        Reviewed-on: https://gerrit.libreoffice.org/46445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [beb091666aa325376b4ad6d1ff68c7c3ae82fcd4]

        Updated core Project: translations  9a856d562ebae5d1ae691ec623cf4ebb23299930
        
        update translations for 6.0/master
        
        and force-fix errors using pocheck
        
        Change-Id: Ie978deb62c62ea4ad661ea45d155bdd4b0d1f811
        

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [234ed63451b934a683078404a1b895ee68875efb]

        loplugin:unnecessaryvirtual
        
        Change-Id: Icf42fdd40a2cf6cda82254f81a7e389c7bac8558
        Reviewed-on: https://gerrit.libreoffice.org/46683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9a201bacef56438111a2ad150325164ae71b573]

        partially revert "Use for range loop in sdrhhcwrap (sw)"
        
        commit 01b64e5f5e3658810c7e66c6577705764ef7e288
        managed to drop a fairly important assignment to a class field.
        
        Change-Id: I3fc28fd8b6a47e2ed6a363f42876ce57c9f2e5c2
        Reviewed-on: https://gerrit.libreoffice.org/46682
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [195e0524f9e4964fa5730ecd146f56760e8dcd68]

        coverity#1426312 Unchecked return value
        
        Change-Id: I59c65a2fc43e55c445efde351e7bd959f6dfbd04

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [5258b4153239ebd8753b2dd30408df58859f29bb]

        coverity#1426315 Logically dead code
        
        Change-Id: I61368c5fa5675ac6a9e43642700ae3ea03d2fda9

2017-12-18  Caolán McNamara  <caolanm@redhat.com>  [71129c2aa3fc9c4d68e5d16c80c750115487b9b4]

        ofz: Null-deref
        
        Change-Id: Ice265d7c868b44c6673f3960dffc227d8352ccd0

2017-12-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f9d8fe959d88011d63fc047a8cc00ded1dd2fda1]

        clear the data provider cache after import, tdf#111960
        
        This might also fix some problems with normal ODS files and not just
        with FODS files when we recompile formulas after the whole import.
        
        Change-Id: Iec05d2052ca5ce3bdf03abf02d502e4537fd3082
        Reviewed-on: https://gerrit.libreoffice.org/46672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-18  Maxim Monastirsky  <momonasmon@gmail.com>  [44ac1579f31c4ad7d026f7e2736ad2124e40295e]

        tdf#113928 More handling of SID_READONLYDOC
        
        At least the second change makes a difference when attempting
        to switch to read only mode, when there are unsaved changes
        (by either choosing "Save" or "Don't Save").
        
        Change-Id: Ic46b7f9b18900dd7ce83144be0319d6062cef6c8
        Reviewed-on: https://gerrit.libreoffice.org/46671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-18  Mike Kaganski  <mike.kaganski@collabora.com>  [4e144751f12a06e358e4f7efa7c8f13954e6cfd7]

        loplugin:unusedindex
        
        Change-Id: I256a807dd2a4c81126b5a76f3d472e31b8224146
        Reviewed-on: https://gerrit.libreoffice.org/46652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [39c618caf5aa19da95285bec6cab7108bee3984c]

        convert EEHorizontalTextDirection to scoped enum
        
        Change-Id: Icb7298742ae80fa17d5e6f6a3a09a6bb30892b6d
        Reviewed-on: https://gerrit.libreoffice.org/46590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [12bb4bc980863d4338725cf5a5dcaf3acbfddc09]

        convert HyperLinkPageType to scoped enum
        
        Change-Id: I9554cdee56c7079ed8633ffb16074c99d5ab144e
        Reviewed-on: https://gerrit.libreoffice.org/46588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [0045ee9b7f028dba5f9a3cad43125c9154169ef0]

        convert ColorPickerMode to scoped enum
        
        and drop unused Add constant
        
        Change-Id: I4e4f0d35e4d081883b78e0205ffd7086c9cadf04
        Reviewed-on: https://gerrit.libreoffice.org/46587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [65102921c710651bc11cf357878bd0af76d2dd78]

        sal_uIntPtr->size_t in ObjOrderChanged
        
        to match the other position parameters used in SdrObject
        
        Change-Id: I100f4fb99f902bb6261b5470dd6b5553aefd764d
        Reviewed-on: https://gerrit.libreoffice.org/46586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c576d6490410a1e1d01078473982b920a29f8b91]

        Handle merged cells.
        
        Change-Id: Iaa7194d4226300e495982bb1f90f72c31d748955
        Reviewed-on: https://gerrit.libreoffice.org/46660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d4eeddda861dcd5a60689aca73f658bf6e6b528]

        Remove unused method.
        
        Change-Id: Idc7919f04898b0298d6448d2dd84222b211cf5db
        Reviewed-on: https://gerrit.libreoffice.org/46659
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [599a23b17818bbeea85b6ab0b57401e4ff2cd5c0]

        Take into account the fact that ScDocument already has one sheet.
        
        ScDocument already has one sheet upon creation, so we need to avoid
        appending sheet when the request is for the first sheet.
        
        Change-Id: Ie5526d6791e545f5faa0bf3f16988351c09e94c8
        Reviewed-on: https://gerrit.libreoffice.org/46658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0197ae70a31e02f7ec3c251745470024b287418]

        All the other orcus-based filters should take the same code path.
        
        Change-Id: Iac96c6eb842a769d70c3f39830cbdb0e1ee93dc8
        Reviewed-on: https://gerrit.libreoffice.org/46657
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ca1a583e96f832797bf638d0b0a37840d35af5f9]

        Remove code duplicates.
        
        Change-Id: I424e5999ef2ec6e71f6b6361ed91079b8d949555
        Reviewed-on: https://gerrit.libreoffice.org/46656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [152c79ee2be2374334202dc738a8f011e47845c7]

        Initial step on enabling the orcus-based Excel 2003 XML filter.
        
        Still some work remains in the orcus interface implementation code
        in sc.
        
        Change-Id: Idc4d95b489e8e55fbe3593557399610abe6c4ae0
        Reviewed-on: https://gerrit.libreoffice.org/46655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-18  Eike Rathke  <erack@redhat.com>  [99210a149c859fcd683870b280adaeeffd1250e4]

        Unit test for implicit intersection with shared formulas, tdf#114251 related
        
        Change-Id: I8c11c2719b9496fd33194a7a9906e53f23f38f66
        Reviewed-on: https://gerrit.libreoffice.org/46648
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-17  Gulsah Kose  <gulsah.1004@gmail.com>  [5afa76782d192d66711e02400987d6153ef9e5a7]

        tdf#113928 Add uno:ReadOnlyDoc command.
        
        That uno command is opposition to uno:EditDoc command.
        
        Change-Id: I34977a46c274574e8e44097a16c0fa8972d68559
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/45005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [c9a02670076afcba9157ef3a378b8c42b06301c1]

        ofz: ensure ppHead validity for remaining scope
        
        Change-Id: Ia7d81a80663008aac54ee7d8c3057a4d85c110b3
        Reviewed-on: https://gerrit.libreoffice.org/46646
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [0fac5362af090a40d1710d7414120835f154d8d1]

        ofz#4678 ensure null termination
        
        Change-Id: I6b6b0763e85a41d03f9e03c6abc17c6c311f6519
        Reviewed-on: https://gerrit.libreoffice.org/46641
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [0e0936da291efaaf501b510882042581efc30e20]

        ofz#4677 Indirect-leak
        
        Change-Id: Ifffcd229db10de933f34367f3b283227634a358a
        Reviewed-on: https://gerrit.libreoffice.org/46640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Takeshi Abe  <tabe@fixedpoint.jp>  [d9c8376fccfa133a23c0af8dd50564388d288892]

        svtools: Delete copy ctor in a standard way
        
        Change-Id: I3d44c7b0ff16897b49f3f3e5a7026dcd1be1301f
        Reviewed-on: https://gerrit.libreoffice.org/46645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [ab0aa44cbc9d1ad33247e2ee0df8852c925dbe5c]

        sfx2: remove SfxInPlaceClientList
        
        After commit 21680809, which converted SfxInPlaceClientList to
        a vector, the class name is out of whack. There is no need for
        SfxInPlaceClientList, just use std::vector, also renamed the
        variables that use the class.
        
        Change-Id: I9f0c8d5800376617ac29fbe7da140af2703c0de7
        Reviewed-on: https://gerrit.libreoffice.org/46631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-17  Eike Rathke  <erack@redhat.com>  [67444cbe5dae6e24db776ab712017ad063319276]

        Related: tdf#114251 disable vectorization of svDoubleRef
        
        It doesn't work, not knowing how to handle implicit intersections
        not only produces huge unnecessary matrix operations but also
        delivers wrong results.
        
        Unit test will follow as a separate commit.
        
        Change-Id: I14982d4a53d6af57196da998e53d426502c22fec
        Reviewed-on: https://gerrit.libreoffice.org/46647
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-17  Eike Rathke  <erack@redhat.com>  [3193e78aba75c5b38d2683d9fd8593820048e8b9]

        Related: tdf#114251 disable ocName named expressions for vectorization
        
        Recursive checking of their token arrays would be needed.
        
        This solves the slowness in the non-threading case of tdf#114251
        because no arrays are generated for the named ranges, which is
        rather a lucky workaround than a solution.
        
        The wrong handling of range references in general (array where
        scalar is expected, no implicit intersection) still persists.
        
        Change-Id: I57385bd95efa584108d93d724921285c97a91a45
        Reviewed-on: https://gerrit.libreoffice.org/46623
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-17  Eike Rathke  <erack@redhat.com>  [ecac94f3a6872538c19827603b52f1ed7e671a4c]

        Type svIndex does not necessarily mean range name, tdf#114251 related
        
        Change-Id: I5e7930b7f93ee44fb0d6b4c86f261afde8ed2ccc
        Reviewed-on: https://gerrit.libreoffice.org/46615
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [455f2af8938904c2a6d196a9eb5dd59adda43ceb]

        coverity#1426163 Improper use of negative value
        
        Change-Id: I2c9fea13981ac9c429d55461869b22097cc1b330
        Reviewed-on: https://gerrit.libreoffice.org/46604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [228105d870705878f366ca5b9a559662f2a840cb]

        coverity#1426169 refactor to be less obscure
        
        and coverity#1426166
        
        no logic changes intended
        
        Change-Id: I241f3f09c6a4ab143b67eb9341e8a52acbae64e3
        a026f03980fdf1c80d1c6cffbd8ad0325c8f5d02
        Reviewed-on: https://gerrit.libreoffice.org/46619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Julien Nabet  <serval2412@yahoo.fr>  [2f9360b58a358fefb86f474464e53f1ea5ffb52b]

        Related tdf#114455: fix mem leak on olmenu (sw)
        
        Change-Id: If1da0b1c1dab15694bd741e1827c6a6edf5c46e9
        Reviewed-on: https://gerrit.libreoffice.org/46613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [696bc1e951e785e71de74d61eeafd06c3e8a0283]

        Fix typos
        
        Change-Id: I4630ba4a93a32c47753422b29535c36b53ff3d5e
        Reviewed-on: https://gerrit.libreoffice.org/46635
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [677d606021304158c9faedf5353cf5c2fd92d3de]

        Fix typos
        
        Change-Id: Ifcbf431291cc77ffc33cc1cbcc493181ffc9943d
        Reviewed-on: https://gerrit.libreoffice.org/46634
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-17  Yousuf Philips  <philipz85@hotmail.com>  [7c6117780a8feb0b4ffcbaeaf649f4f6bc8470ec]

        tdf#91857 Round of improvements to Impress's menus for 6.0
        
        Change-Id: I844b8396a55820da904d4813cbb84c56c33af51c
        Reviewed-on: https://gerrit.libreoffice.org/46583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-17  Yousuf Philips  <philipz85@hotmail.com>  [41e71a7c6f10eeca0d7bc083fc68dc85d9f2a986]

        tdf#91820 Round of improvements to Calc's menus for 6.0
        
        Change-Id: Ia738456e5b351cc92777cd9795a3bfc641c454bc
        Reviewed-on: https://gerrit.libreoffice.org/46582
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-17  Maxim Monastirsky  <momonasmon@gmail.com>  [c8977c4465b5ea2b598bdd71621d1b7c57ec5eb6]

        tdf#98058 Respect menu:style="text" setting
        
        It was implemented on the xml handling side, but ignored
        by the menubar code. In addition, make the menu:style
        attribute survive customization (similar to tdf#114261).
        
        Change-Id: I92a3517ee7ba2fe7a0782985d89fb5d0fdbac246
        Reviewed-on: https://gerrit.libreoffice.org/46627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-17  Mike Kaganski  <mike.kaganski@collabora.com>  [ccb6a1c6d59859467f9d9a6d954501e9329ee202]

        loplugin:unusedindex Remove useless outer loop
        
        Change-Id: I6e5e7162b1e0ea2b9f33866ea76e2614acdffb06
        Reviewed-on: https://gerrit.libreoffice.org/46606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [77adb770164fd703a31d8e828d777a4f827a5407]

        Updated core Project: help  b6e0ecde5fb3eafe88846f055a4917ac99d38e36
        
        tdf#112155 Help page for Save a Copy
        
        Change-Id: Ie514f96925c0283e05ac9686b06edbda7853801b
        Reviewed-on: https://gerrit.libreoffice.org/46632
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2447f7d7ad123502c31ee88ca99f5a43d6bbadd2]

        Updated core Project: help  f583ac513198a3aa70840f63aa26d766e5f9daf3
        
        tdf#106421 Terminology change Set Paragraph Style
        
        Change-Id: Ia05979c826a283296396ecca42277ce8d352ef1c
        Reviewed-on: https://gerrit.libreoffice.org/46629
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3a85fbc00bedba534a3f1ecfed9abe28b308247]

        fix searched attribute for 3D chart shape, tdf114169
        
        Change-Id: Ic0642d4b223db121bdf5968af73811af8571bd72
        Reviewed-on: https://gerrit.libreoffice.org/46614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [194412c93d975ae0b8c441a5f92716eee4670eee]

        Updated core Project: help  8b0a4944747cde7395b36e53893d85dc8b07ee05
        
        tdf#40460 Improve help for Calc IRR function
        
        Change-Id: Ie61635f75ec8d208656623c61b31d1bc82c75663
        Reviewed-on: https://gerrit.libreoffice.org/46625
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8780481ec4b0558f2093fd66b868a0e49c82cce4]

        Updated core Project: help  52613d9b557df908883211cbfb49e7a5f2b9ce3c
        
        tdf#106535 better help pg. for text selection modes
        
        Change-Id: I4d48553d9ca261493e52183a4b47d5a9e40595d4
        Reviewed-on: https://gerrit.libreoffice.org/46620
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [96b4386c7b67eae7d5072fd6dec484e1a8d6012e]

        Updated core Project: help  3114a84355a738b365d3c65c403a8062305ddaff
        
        tdf#104171 Cleanup of Macro Help pages
        
        Removed shared/main0600.xhp (obsolete)
        Fixed links between help pages
        Added entry to tree file (contents)
        
        Change-Id: I2a954c328f214728d554bff2166f82b2c2b96f35
        Reviewed-on: https://gerrit.libreoffice.org/46618
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [e75b67c68ace40cc25ef525003d334fc56de6423]

        coverity#1426171 Unchecked dynamic_cast
        
        and
        
        coverity#1426170 Unchecked dynamic_cast
        coverity#1426164 Unchecked dynamic_cast
        coverity#1426165 Unchecked dynamic_cast
        
        and duplicated lines look like cnp gone wrong
        
        Change-Id: I195204e9d0a4d591fbe210241203a17b22b25ec1
        Reviewed-on: https://gerrit.libreoffice.org/46603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-17  Caolán McNamara  <caolanm@redhat.com>  [77da600bf3f0b2279a21680169dc3136bdc2639c]

        coverity#1426167 refactor to be less obscure
        
        no logic change intended
        
        Change-Id: I10ef6038351b2808c2030aa55f05e078d80345ae
        Reviewed-on: https://gerrit.libreoffice.org/46609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-16  Caolán McNamara  <caolanm@redhat.com>  [9cca2ca9af012ff8f96699febba0dc860768ef3c]

        coverity#1426162 refactor to be more clear
        
        and help out coverity wrt 'Dereference after null check'
        
        Change-Id: I8c07fd0afc686e1c0bfd87d9c8bd1ea341f6e616
        Reviewed-on: https://gerrit.libreoffice.org/46610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-16  Caolán McNamara  <caolanm@redhat.com>  [9bf3eb328bc85c0a4702056ae3e49c41c5a8b9d9]

        coverity#1426168 Dereference after null check
        
        Change-Id: Ib3ae45a7b012775ee7d540a565c0324f8dcf456e
        Reviewed-on: https://gerrit.libreoffice.org/46611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-16  Yousuf Philips  <philipz85@hotmail.com>  [4099b7628405e0ad16844eb59a916aa56ffa76ad]

        tdf#113538 Add Hebrew fonts into default installation
        
        Includes these fonts
        * Alef
        * David CLM
        * David Libre
        * Frank Ruehl CLM
        * Frank Ruhl Hofshi
        * Miriam CLM
        * Miriam Libre
        * Miriam Mono CLM
        * Nachlieli CLM
        * Rubik
        
        Change-Id: Ib16a30c1f5b8fae372b3f9fc3f6de8a3be55bc85
        Reviewed-on: https://gerrit.libreoffice.org/45101
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [167063a6835cc1f067457d39a07c360273ac8199]

        Fix typos
        
        Change-Id: Iedb99e41887ebfd6fa290bc113b473c5cc9693b4
        Reviewed-on: https://gerrit.libreoffice.org/46600
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-16  Eike Rathke  <erack@redhat.com>  [da81ec6862490a87bc240edb81c0a9b5fd04a1b3]

        Do not recalculate the same weight over and over again, tdf#114251 related
        
        Remember it at the group so if for some reason the group is not
        calculated as group then the individual cells of the group don't
        iterate over the RPN again to calculate the same value.
        
        This does not solve tdf#114251 in any way, just side-cars.
        
        Change-Id: Ia26d4a7fe608d8aaa30686ce95c1caa25da02469
        Reviewed-on: https://gerrit.libreoffice.org/46601
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0bf4fd6ce0b8bfe8349e95571ad09e94cc3d1fef]

        Updated core Project: help  cdde6459d147fd50348246d20291b1a3d1cd2f64
        
        tdf#79942 Update Draw File menu description
        
        Change-Id: I915d17929a55c6035c70c5d20ad034244263b127
        Reviewed-on: https://gerrit.libreoffice.org/46605
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-16  Julien Nabet  <serval2412@yahoo.fr>  [41981d4cb48e66b6fdb32cdc3ae65632af9593dc]

        Related tdf#114457: fix leak in treeopt (cui)
        
        Change-Id: I28bd32d01bb3d90e68e816720b1b5af7d517760f
        Reviewed-on: https://gerrit.libreoffice.org/46602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [52bf4eb47bb150d190bc1f1035f1d517df4db28c]

        can use GetSelectedEntryData here
        
        Change-Id: I1f42603a034a28cdd75f6d611a2ddab1fa3c8e40
        Reviewed-on: https://gerrit.libreoffice.org/46585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [5637ff950fc1a951bdd999406770cc2b92d81384]

        sal_uLong->SalPrinterError in SalPrinter
        
        and define a default implementation in the base class that returns
        SalPrinterError::NONE, since only one of the subclasses wants to
        override and return something useful
        
        Change-Id: Id41ff90693527e8624cc2993b7481114af85fcee
        Reviewed-on: https://gerrit.libreoffice.org/46509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [f53d9322b0ffefc4d3492ba9e8da3f5d8d96879c]

        sal_uIntPtr->sal_uInt32 in yieldCounts
        
        to match the underlying field in GenericSolarMutex
        
        Change-Id: I98dcab3b684278c4a184534ba782b5b03b0504f0
        Reviewed-on: https://gerrit.libreoffice.org/46508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [065852f4eb5943074749ffb06c3d21e2f8931f98]

        sal_uIntPtr->SfxItemPropertyMapEntry* in SdExtPropertySetInfoCache
        
        Change-Id: I65d284cc1fbc013a17d4bb2f0dd7d7d8d3ccf56f
        Reviewed-on: https://gerrit.libreoffice.org/46507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Justin Luth  <justin_luth@sil.org>  [610d98bd93e8032b9bfb48dc2ed0cd4d35c23ddd]

        tdf#97648 ooxmlimport: horizontal line's horiOrient
        
        Although LO won't visually do anything with this property
        (because o:hr is improperly imported AS_CHAR), at least
        import and assign the property so that it is there for
        the future if o:hr is changed from AS_CHAR to AT_*.
        
        The unit test just adds a test for the existing status - to
        highlight what still needs to be fixed.
        
        o:hr probably ought to be AT_CHAR, with no wrapping. However,
        simply doing that wraps text the wrong way (always underneath)
        which seems to be a LO limitation of not putting preceeding
        chars above an AT_CHAR fly. So that's why I'm not implementing
        a change to AT_CHAR.
        
        Change-Id: I4aec99d3976c6d461715dba304cdf9ad98ab12b6
        Reviewed-on: https://gerrit.libreoffice.org/42440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-12-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [aeab23841d3c883b4ea2b8e3143eabd5ac440276]

        clang-tidy modernize-use-equals-default in toolkit
        
        Change-Id: I3c46fd48130dcec081de1f7807405f252ec247e0
        Reviewed-on: https://gerrit.libreoffice.org/46593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Caolán McNamara  <caolanm@redhat.com>  [6a9f2f04d29e7df748ed4b51081ae5035cf46f56]

        ofz: Null-deref
        
        Change-Id: I2a0a6fdfe678e898d73e2bdbfe67764300bde494

2017-12-16  Caolán McNamara  <caolanm@redhat.com>  [d9533e4c3f36c283681893c66b11343834ca45fa]

        ofz: dangling pointers
        
        make attribute table a shared_ptr and get HTMLAttrs that belong
        to it to add a reference to it while they exist
        
        Change-Id: I2d3ba433700d4a98fd466b38a495ed5a7adae020
        Reviewed-on: https://gerrit.libreoffice.org/46449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a2cd438a34e911650acf8bbd85840eb8aa36543a]

        lok: sc: header, cursor and selection overlays issues wrt autofilter
        
        Change-Id: I5d797b48083c24e63f7149cf3a469ebf93213311
        Reviewed-on: https://gerrit.libreoffice.org/46530
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b18e58d98f2f2c89d97140e9eea3094d5d238e6f]

        lok: sc: handling conflicts btw group collapsing and cell editing
        
        Now when a cell is edited, a group including the cell in its range
        can't be collapsed.
        
        When whole levels are collapsed all together any group entry including
        an edited cell is skipped from collapsing.
        
        Undo/redo of collapsing/expanding has been (temporarily) disabled in
        the LOK case, since it could mess things up when a cell is edited and
        a group is collapsed because of an undo/redo.
        
        Change-Id: I401fa69b7a0275e3e14428b16ab48c409408a861
        Reviewed-on: https://gerrit.libreoffice.org/46529
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7a5efaa02cbe4140c017d8777993479369c2f10a]

        lok: sc: append the col, row position to the cell cursor message
        
        The payload changes from: "x, y, width, height"
        to: "x, y, width, height, column, row".
        This feature is exploited by online starting from the 3.0 release.
        This change is compatible with older online release:
        the column, row coordinates are just ignored.
        
        Change-Id: I7f8c0e3685c57ff20520ee068b215037f6137389
        Reviewed-on: https://gerrit.libreoffice.org/46528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0f173b3fa7ff7cef9de537aba6d23c77dcc53e4b]

        Updated core Project: help  263b467e2b2e5f1a5ccb9a76645606e739881b82
        
        tdf#64242 Terminology: Distribute x Spacing
        
        Change-Id: I3b393a41cc3b2cb9bb1e017c8fc454b8f684ba45
        Reviewed-on: https://gerrit.libreoffice.org/46571
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-16  Yousuf Philips  <philipz85@hotmail.com>  [b1f93cad88d92e443966a3970a73fcfd7267f7a6]

        tdf#114286 Move UnderlineDouble to GenericCommands
        
        Change-Id: Iaaffb70e0023317816b582e3d2ea32eded66cd71
        Reviewed-on: https://gerrit.libreoffice.org/45974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-16  Gabriel Chiquini  <gabrielchiquini@hotmail.com>  [d83c5ffbb7aa6f7184a9adc61914d725a5477ba3]

        Updated core Project: help  fae24d85eb9fb736c9fdab08c78d25cafb213913
        
        Fixed remaining index search bugs
        
        Show list only after typing 3 or more characters
        Hide labels when module results is empty
        
        Change-Id: Ifb7a255b6ac627a0448878df104e837d96074fce
        Reviewed-on: https://gerrit.libreoffice.org/46134
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-16  Shinnok  <admin@shinnok.com>  [005c7b8e15cdf5e4647ceac685f87c37731cd61f]

        Updated core Project: help  b07c31d8dfa44e18560eaacfe7f63ef2e5e23ff7
        
        Replace usage of readlink -f with realpath.
        
        For consistency reasons, the other scripts use the latter. Additionally on
        macOS/BSD readlink -f option is not available, nor other default tools
        for canonicalizing paths, so looking for GNU's realpath in the first
        place is a better bet.
        
        Change-Id: I77b82a956f63c66e352a372895cd623f83916168
        Reviewed-on: https://gerrit.libreoffice.org/45486
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-16  Yousuf Philips  <philipz85@hotmail.com>  [0ce173b50fd12342979cf3f8f9b2d92267552060]

        tdf#103080 Dont package Open Sans and PT_Serif fonts
        
        Change-Id: Iac1d572f19372465e9cc369454480d9b621bcd66
        Reviewed-on: https://gerrit.libreoffice.org/45169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-16  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [cf7056223c004ef905f66bf11f9af8e2b057df27]

        sw: Modifiy paragraph-split unit test to also..
        
        ..assert that no section break is inserted after the paragraph which had
        to be split and which contains a section break between its parts.
        
        Change-Id: I5bf2f313202c1dcc2acdf66b2457152b8d44be81
        Reviewed-on: https://gerrit.libreoffice.org/46525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [882cadaac40226ea9b5dbbceb7e82328d5a935ee]

        convert EETextFormat to scoped enum
        
        and drop unused BIN constant
        
        Change-Id: I4ecda96f39147f7e9bceb11ecdb4f0ffe42d2053
        Reviewed-on: https://gerrit.libreoffice.org/46589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-16  Yousuf Philips  <philipz85@hotmail.com>  [67d245adca298134fc8ab4364acbe880b4e0911a]

        tdf#91781 Round of improvements to Writer's menus for 6.0
        
        Change-Id: I17c1edc2e14146144868df51a1f5a71e323eead6
        Reviewed-on: https://gerrit.libreoffice.org/46451
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-16  Jens Carl  <j.carl43@gmx.de>  [b92af3c7b4f8ad91891c2159b35070fe4a1bf2db]

        tdf#45904 Move _XCellRangeAddressable Java test to C++
        
        Change-Id: Ic3c1e6d793d4405c2dc4b8e7d1d7b87ed94fc6c3
        Reviewed-on: https://gerrit.libreoffice.org/46579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-16  Eike Rathke  <erack@redhat.com>  [2557c07688bdf5a37980503d051c5f75e8d33d80]

        Move init of keywords around, preset with English, localized case by case
        
        This way we can't forget an sKeyword element and need to care only
        about the exceptions. Adds a slight penalty for German in that it
        has 25 keywords initialized twice, but..
        
        Change-Id: I99ba228ef8b1517a32ce98a9c79cfbe2b1d0b340
        Reviewed-on: https://gerrit.libreoffice.org/46575
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-16  Eike Rathke  <erack@redhat.com>  [cef05fdcf8453cf6a799234de55182d5f51dde70]

        Blacklist CELL() and INFO() for threading
        
        They access one utl::TransliterationWrapper via
        ScCellKeywordTranslator::transKeyword() for the localized
        keywords.
        
        Change-Id: Ia3c1ec8def761b3448d6be4c81d42723e1a28ea2

2017-12-16  Jens Carl  <j.carl43@gmx.de>  [96f8861a29ebf650dedcbee71b8360133c0ceabb]

        tdf#45904 Move _XCellFormatRangesSupplier Java test to C++
        
        Change-Id: I95c20893878385ef173875956d3d7166b0e9e563
        Reviewed-on: https://gerrit.libreoffice.org/46578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [aad9c6da5154a89c6ef02214d1122d4b444eea23]

        sw HTML export: add a filter option to produce XHTML
        
        Add initial support for writing XHTML markup as part of the HTML filter.
        This already emits valid XHTML for hello world documents.
        
        Times for 100 hello world inputs: 16032 -> 9957 ms is spent in ODT-load
        + export + close (62% of original).
        
        Change-Id: I51a0a20985958fbc817c196d3a966e55dcb3f13f
        Reviewed-on: https://gerrit.libreoffice.org/46567
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [15d134b4f57e66faa8bcf538a08db98dc9204c54]

        Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testing
        
        ...in CppunitTest_dbaccess_firebird_test.  Otherwise, the test would fail with
        
        > Test name: FirebirdTest::testEmptyDBConnection
        > An uncaught exception of type com.sun.star.sdbc.SQLException
        > - The connection can not be established. No storage or URL was given.
        
        if dbaccess/qa/unit/data/firebird_empty.odb is read-only, as
        DocumentStorageAccess::impl_openSubStorage_nothrow
        (dbaccess/source/core/dataaccess/ModelImpl.cxx) takes
        m_pModelImplementation->m_bDocumentReadOnly into account and returns a null
        xStorage.
        
        Adds a move ctor to utl::TempFile (thus causing copy ctor and copy assignment op
        to be implicitly deleted), but leaves any move assignment op undeclared for now,
        as none happens to be needed (yet).
        
        Change-Id: I6f9eff07eb54f1364a0560ffa4cf1f676a319d16
        Reviewed-on: https://gerrit.libreoffice.org/46561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b846d11fed926864a80183f4572016946fa6fdc5]

        Fix typos
        
        Change-Id: I061839727b3fd078284117fca3ea53413af7bcf0
        Reviewed-on: https://gerrit.libreoffice.org/46574
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [c5f6043b0f2c4cb521e8694dbf3dd355042fd704]

        Enable C++17 for clang-cl, too
        
        Similar to libc++ in C++17 mode, some types like std::auto_ptr are indeed
        removed in C++17 mode by default, and need _HAS_AUTO_PTR_ETC=1 to be enabled
        (see <https://blogs.msdn.microsoft.com/vcblog/2017/12/08/c17-feature-removals-
        and-deprecations/>).
        
        Unlike libc++, also std::binary_function and std::unary_function are removed
        (and need the same _HAS_AUTO_PTR_ETC=1 to enable).  So either set that flag to
        make external code build, or use patches (for external/mdds) to make externals'
        files included in LO proper still work there.
        
        Change-Id: I886cc0de8196255334ee03ec48cb4bc54d460afd
        Reviewed-on: https://gerrit.libreoffice.org/46514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [be46bc5d20ad82be1d9c8513a83584ecee9edbc2]

        tdf#113861: Unittest for chart datatable labels expansion
        
        Change-Id: I4ed9019fc1e637e344ab1cb80f650b32aa034a9a
        Reviewed-on: https://gerrit.libreoffice.org/45670
        Reviewed-on: https://gerrit.libreoffice.org/46541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-15  Mike Kaganski  <mike.kaganski@collabora.com>  [8de8e0ce218dbb9e74d2a41517d5f6b1d36f478f]

        Get rid of loop counter variable
        
        Change-Id: Ia4f4e24819525287e720a9c016b3666bc006b545
        Reviewed-on: https://gerrit.libreoffice.org/46531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Eike Rathke  <erack@redhat.com>  [29055defc8a5e62279bab66faa4ccc191004a918]

        Update language-subtag-registry-2017-12-14
        
        Change-Id: Ieab59f83159cc95faa8119b7b43779329c0a4869

2017-12-15  Caolán McNamara  <caolanm@redhat.com>  [bbff2801ff00a41b95340b517d34c9d73fdb8959]

        ofz#4649 don't care about exceptions for testing
        
        Change-Id: I955460276c3bf98457eff6bc9503edd238a5650c
        Reviewed-on: https://gerrit.libreoffice.org/46506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-15  Caolán McNamara  <caolanm@redhat.com>  [deba726824b751cdba7b13793e68ecc442168e7d]

        ofz#4643 Direct-leak
        
        Change-Id: Ie4fff1a113916c7a3344959cfb4ee14c3fda2073
        Reviewed-on: https://gerrit.libreoffice.org/46512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [2392077d47f2ccf0851391b0d0bba0a268d1014a]

        Apparently missing dependency
        
        Some bots (the Jenkins lo_ubsan, some Jenkins Gerrit Build v2
        macosx_clang_dbgutil builds) recently started to fail
        CppunitTest_sw_filters_test at least sporadically with an abort() from
        Scheduler::ProcessTaskScheduling (vcl/source/app/scheduler.cxx).
        ba81ac19b7aec4fd7f07fcec9f6ea6f85d9aaa24 "Report more debug information about
        caught exception" reveals that at least <https://ci.libreoffice.org/job/
        lo_gerrit/24197/Config=macosx_clang_dbgutil/console> fails because of
        
        > warn:vcl.schedule:90989:529951052:vcl/source/app/scheduler.cxx:452: Uncaught com.sun.star.uno.DeploymentException component context fails to supply service com.sun.star.embed.FileSystemStorageFactory of type com.sun.star.lang.XSingleServiceFactory
        
        Due to the unfortunate try-catch in Scheduler::ProcessTaskScheduling it is hard
        to tell where the failure originates (and it only hits some bots and I at least
        can't reproduce it locally), but lets assume that a dependency on
        svl/source/fsstor/fsstorage.component is indeed missing, but manifests as a
        failure only in some cases (for whatever reason).
        
        Change-Id: I91214490ac6aab99a281c745ba4b2d138b12ddd1

2017-12-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2c79d998587cb2a0a561bbbd128ffb48fd56cf5a]

        lok: calc: LOK_FEATURE_RANGE_HEADERS
        
        For allowing the client to enable/disable the new range based header
        data
        
        Change-Id: I95da8ec3e48137fb75b9b22af3bb1296001ba9ca
        Reviewed-on: https://gerrit.libreoffice.org/46095
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit 069cf9321be51e7203e336e0e87d8ba7dc9b729e)
        Reviewed-on: https://gerrit.libreoffice.org/46570
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-15  Michael Stahl  <mstahl@redhat.com>  [b77881366b17230908f441dfa27afcafc4374708]

        tdf#100635 sw: fix layout crash caused by field expansion ...
        
        ... triggering recursive layout-in-layout where a SwTextFrame
        that's being formatted is deleted inside some other frame's
        SwTextNode::GetFormatted().
        
        The offending field is a SwAuthorityField that's located in a
        fly-frame with FLY_AT_PAGE anchor.
        
        SwPageFrame::GetContentPosition() is only called by field expansion
        code, so this shouldn't have an effect on layout.
        
        It already has a fall-back for the case when the frame has invalid
        flags, so handle the situation when the SwLineLayout has been
        deleted from the SwCache due to overflow the same way,
        which prevents the recursive formatting.
        
        Change-Id: I90437edb5692dc2bdec7ad03964588942bde05be

2017-12-15  Michael Stahl  <mstahl@redhat.com>  [aa07f2892e581dd31f1b8861499e29c96dddbac0]

        sw: prefix SwTextFrame::pTextCache member
        
        Change-Id: Ibfbc59c9df89a3cde6226bd49cf33c2ac865d4a8

2017-12-15  Michael Stahl  <mstahl@redhat.com>  [c186ef35d56a420b272be33bea373aa516867e2f]

        sw: clarify what the hell SwTextFrame::GetFormatted() actually does
        
        Change-Id: I3af0ef5f10c6c2172499b481f3fab1400dca3c6f

2017-12-15  Michael Stahl  <mstahl@redhat.com>  [2993bb634dc9ea66af90671a55a4503843338746]

        tdf#100635 sw: fix crash in SwTOXMgr::UpdateOrInsertTOX()
        
        GetAuthBrackets() returns an empty string if the user selects
        [None], in that case apparently 0 bytes are used, multiple places
        check for that.
        
        Change-Id: I8375621fa553bc780db343ed8a0bd7ecb3c832dc

2017-12-15  Eike Rathke  <erack@redhat.com>  [fa100e0abc83b876ca18b4178c44fb1dfc452a5d]

        Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends above
        
        Change-Id: I186034cada9718c067fa4dc7f72e2ca55ac06f83

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [1c2aaa98ed551f8465fbcc65cd8adc16f4aab657]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: I4ef3bbcbf93eb2ba6a622b69fefed06321d82cf9
        Reviewed-on: https://gerrit.libreoffice.org/46517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [263a6df93013200df3abecfa733fbc558cc48869]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: Ia9cd493df71c520259c96a71f11237ee97937b32
        Reviewed-on: https://gerrit.libreoffice.org/46515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [c3250baa4a8029817f0d7fcaee8b9ffe169c6cb7]

        loplugin:salcall (clang-cl)
        
        Change-Id: Idda630320bb5e02e1ea675b3b3786c9ec6ac166b
        Reviewed-on: https://gerrit.libreoffice.org/46504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  heiko tietze  <tietze.heiko@gmail.com>  [65ee299a0c0e9044d809e58c3c5e75d05ad76f0e]

        tdf#114484 - Make internal file and print dialogs obsolete
        
        Checkbox hidden in options dialog
        
        Change-Id: I918b328dec1a4fbb4ebbcc538ffa902160ee0b9b
        Reviewed-on: https://gerrit.libreoffice.org/46546
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-12-15  Pranav Kant  <pranavk@collabora.co.uk>  [a895f6356159f4267c0ac24781814ae0cbcba0b9]

        lokdialog: Give non-programmatic name to autofilter
        
        Change-Id: I8670a5aaa1703677cab173b2341c6e70e689f61a
        (cherry-picked from 04abf03ecb18ccf1f805faa763d6f29013efc6bb)

2017-12-15  Caolán McNamara  <caolanm@redhat.com>  [41f4fee00f1cddbf93f7d0ff732b1b41f8d13955]

        ofz#4647 Integer-overflow
        
        Change-Id: Ic5593df7ad39e591ce15895205a02f2007da4147
        Reviewed-on: https://gerrit.libreoffice.org/46503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [9fcc7a907bc10e9af76ff27db891f5b20ccc0d38]

        Try even harder to get at template args in loplugin:implicitboolconversion
        
        After f82dc45bdb9e930878447015291c5b90c9325b57 "Use the canonical TemplateDecl",
        builds on macOS (at least those using C++17 and recent trunk libc++) started to
        emit false warnings for that
        
            std::pair< Reference<XConnection>,sal_Bool> aRet;
            aRet.second = false;
        
        code in dbaccess/source/ui/dlg/DbAdminImpl.cxx.  There's a declaration of
        std::pair in type_traits and a definition in utility, and for some reason the
        declaration in type_traits was deemed the canonical one, while the
        SubstTemplateTypeParmType pointed at the definition in utility.  So just check
        both, the original and the canonical TemplateDecl.
        
        Change-Id: I2fb9d5172c031e6ad4989b215f19d11a4b17f743
        Reviewed-on: https://gerrit.libreoffice.org/46474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Pranav Kant  <pranavk@collabora.co.uk>  [49a58e6e735a90532720f74c8d255056cd018a1a]

        lokdialog: If we already have the title, emit it during creation
        
        Some dialogs load the UI before we "Execute()" the dialog, or before the
        dialog fires the InitShow event. In those cases, the title event has
        already been fired and won't be fired after dialog is created.
        
        Make sure that we send the title for such dialogs.
        
        Change-Id: Ib66238298ad9b0dc85bd269aff37aeadf1fc82e4
        (cherry picked from commit 10a88598a4233f2b24548571644a83dc9d20e15d)

2017-12-15  Pranav Kant  <pranavk@collabora.co.uk>  [40990006eafa161ad509c4646a80fd28770e2914]

        lokdialog: gtv: Set dialog title on callback
        
        Change-Id: I6d96a9e2287afdcaad2f770e4b4c73d3671fc76b
        (cherry picked from commit f0a6fd58575ff6b9ebbfb0835aa8694923ddbffd)

2017-12-15  Jim Raykowski  <raykowj@gmail.com>  [eee645a4c281a99247fa7ae6e34711283156c614]

        tdf#114216 Uncheck Thousands separator on Number category selection
        
        Change-Id: Iaf616379fad1333d63bc397a9fba2220d7bbfc9b
        Reviewed-on: https://gerrit.libreoffice.org/46072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [06c281c20654baaabfdb7080a77a350ca789f9b2]

        loplugin:unusedindex fix false+ in nested loops
        
        Change-Id: I31acbf104e49a4d1f077817a68d0b116fd2e0a30

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca6d205e88f052d25325d360a6fd0d744cb43000]

        improve the find-unused-typedefs script
        
        Change-Id: If4ab3bf8759c194e6005091d6df6a3a11cd633b7

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [f388d1dbb2edc1d678a658572bef6af4046728ff]

        CONTAINER_ENTRY_NOTFOUND not needed anymore
        
        after we make dbaccess consistently use COLUMN_POSITION_NOT_FOUND
        
        Change-Id: Ia22c17196e8d651201c04239505d28e54369a8a4
        Reviewed-on: https://gerrit.libreoffice.org/46501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [865eb18f0faa94b260518526d44bbac2b6ca97b9]

        use ColumnPositions name more consistently
        
        mostly so I can track down more accurately what values are being stored
        in this vector<pair<>>
        
        Change-Id: I3755a098a577facef1c1af62c5583f0e2f7ca90b
        Reviewed-on: https://gerrit.libreoffice.org/46500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Michael Meeks  <michael.meeks@collabora.com>  [556e121379494d4bed9738d9c7539ac5afc8f6f4]

        sal: add pre-initialization scheme for allocations.
        
        This saves several megabytes of dirtied pages for each LOK
        client of Online.
        
        Change-Id: I425a2e7896879f0a64d71fcc0655e9e1fa1256aa

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [6d03c1367f0955900194287805324a8b4144e124]

        sal_Bool -> bool
        
        Change-Id: If2e527d915d07b3b44d2a36e10704665ab8c7320
        Reviewed-on: https://gerrit.libreoffice.org/46502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [8b700794b2746070814e9ff416ecd7bbb1c902e7]

        Protect all LogicalFontInstance constructors
        
        This way LogicalFontInstance can just be constructed by a
        PhysicalFontFace based factory.
        
        The patch also drops the wrong "Java logical font" comment
        added by commit 125cdf3404e60cf78f2a5547e9a06ce994df5c8e.
        
        Change-Id: Ibd5d7da0c3a65dbfa2c8ae6b05cf616d39b749f2
        Reviewed-on: https://gerrit.libreoffice.org/46475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-12-15  Dennis Francis  <dennis.francis@collabora.co.uk>  [2ba36f21bad74cbbd68611afddaf9bbdc8ffda50]

        tdf#114479 : Blacklist MATCH() for threading
        
        due to reasons similar to VLOOKUP/HLOOKUP
        
        Change-Id: I4eeefd37d87d19ed4c27c58cd661206ce916823a
        Reviewed-on: https://gerrit.libreoffice.org/46499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [0656952ad4c7ad28df51ccd11ee17cd1c028ec16]

        loplugin:salcall (macOS)
        
        Change-Id: Ie3454079f405df91280658e62f72b5108dfb7714
        Reviewed-on: https://gerrit.libreoffice.org/46473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Caolán McNamara  <caolanm@redhat.com>  [5763b7f48e7aaf089c78714a82212e94b28007d7]

        merge ImplPolygon and ImplPolygonData
        
        Change-Id: Ia59a4533965bb3b76c73cc23c31bff4718768339
        Reviewed-on: https://gerrit.libreoffice.org/46454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-15  Mike Kaganski  <mike.kaganski@collabora.com>  [cfbc934609aaa303d03fd73b58bde1370ea312dc]

        MSI cleanup: remove redundant conditions
        
        VersionNT is now always greated than 600 (only needs checking in version
        checking action). ISSETUPDRIVEN and ISSCHEDULEREBOOT are specific to
        InstallShield and aren't relevant to LibreOffice installer.
        
        Change-Id: I6cb769c863e09f1568ae895a6cfbb0e5940c2486
        Reviewed-on: https://gerrit.libreoffice.org/46434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [653b513181824f1aae76e6cad0a6a00b4456f6e1]

        clang-format: restore lost warning on touching formatted file without check
        
        Consistently only assign something to $clang_format if it's a good
        version, and also consistently return undef if we found no good version.
        
        Change-Id: Iadbbb56a5c15dfaeec5c80e3cc8fcc78b787c04b
        Reviewed-on: https://gerrit.libreoffice.org/46489
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-15  Mark Hung  <marklh9@gmail.com>  [98de1ed2e2c49ea52f398f666aef7480b60e4e3c]

        tdf#51188: notify that geometry has changed when dragging the connector.
        
        Change-Id: I7b7cb7719c9c735eeb4f964b1ae6ce6819186aed
        Reviewed-on: https://gerrit.libreoffice.org/46319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [ba81ac19b7aec4fd7f07fcec9f6ea6f85d9aaa24]

        Report more debug information about caught exception
        
        ...in an attempt to track down why various tinderbox builds started to fail
        CppunitTest_sw_filters_test with an "Uncaught exception during Task::Invoke()!"
        abort.
        
        On IRC, jmux claims that catching exceptions and turning them into abort() here
        (instead of letting them propagate) is necessary:  "The main problem was the
        wrong state in the scheduler.  So something actually handled the exception, but
        the next caller into the scheduler had an invalid linked list of tasks, breaking
        things left and right."
        
        Change-Id: Ic3365e282404483518652c00160c2036b79991cf
        Reviewed-on: https://gerrit.libreoffice.org/46450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Stephan Bergmann  <sbergman@redhat.com>  [f97125829c5c0733af9fef58ce73ac712a85aeb0]

        loplugin:salcall (macOS)
        
        Change-Id: I297ac09358ce948acae9b73e8ed605964520c73b
        Reviewed-on: https://gerrit.libreoffice.org/46437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f4b126f74b1fa85f99a0ee3dfdf45368b6a1bb7]

        once off loplugin: unusedindex
        
        Change-Id: Ifdf5da1f014c4f130eafed475c6781c029d54f1d

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [a45548c39537a0d881c79484be35c948b216f84b]

        sal_uIntPtr/sal_uLong->void* in Popover ids
        
        Change-Id: Ifd7eeadeacffb90ea303c1e6bca807d310098f66
        Reviewed-on: https://gerrit.libreoffice.org/46484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [17da4ab25303902dd58f854cabce59f168404e2d]

        sal_uIntPtr->sal_uInt32 in X11SalGraphicsImpl
        
        which matches the call sites
        
        Change-Id: I4db0c87f29c3368f32d600a10b5f43cb5ea6027c
        Reviewed-on: https://gerrit.libreoffice.org/46483
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [fc7909cfd1e27b82ee44f3a11d46b2d080967329]

        sal_uIntPtr->SwLinePortion* in SwTextPortionMap
        
        which is the common base class of the two types we are using in that
        map, SwLinePortion and SwTextPortion
        
        Change-Id: Iff5b34124fc0655757f625f1daac8eb5b47bfe6d
        Reviewed-on: https://gerrit.libreoffice.org/46482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8355734f3511f951972fa02e94f5d40052d873de]

        sal_uIntPtr->sal_Int32 in SvxSuperContourDlg
        
        Change-Id: I765cd20b16cbb832e4e0fe2beca4c6b89fec7e05
        Reviewed-on: https://gerrit.libreoffice.org/46481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd79b7154dec6ad6bcc3aa5d875d22d01270e39f]

        sal_uIntPtr->VclPtr<OutputDevice> in XParaPortionList
        
        who knows we had to hide a pointer behind an integer type, but it's been
        this way since forever
        
        Change-Id: I9738e1137752cc8226877e2cf0291967b45dbf0e
        Reviewed-on: https://gerrit.libreoffice.org/46480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f0f585e7822888ffc60bb0172cdd92e80e8a991]

        sal_uIntPtr->sal_uInt32 in GalleryTransferable
        
        to match the underlying field
        
        Change-Id: I96bee1b19fb33e00bb09617a458f741654beb7f3
        Reviewed-on: https://gerrit.libreoffice.org/46479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [eab5da91c74e16c9eec4e32fe19686b246902617]

        sal_uIntPtr->sal_uLong in SvxRedlinTable and SvxCheckListBox
        
        which is not a vast improvement, but at least they are now consistent
        with the other InsertEntry methods in SvTreeListBox
        
        Change-Id: I3789f5fba4cdfee07f5c2f78e42f0071eab47c28
        Reviewed-on: https://gerrit.libreoffice.org/46478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Mark Hung  <marklh9@gmail.com>  [bf151f0716910b56e3538579f4af7ede8f51bbcf]

        tdf113594: marking gluepoints immediately.
        
        pPV was for the parameter of MarkGluePoint that was removed
        in ec38966951f2, and was kept somehow and is converted
        to bool here.  Just replace the default boolean value to false
        ( that means marking instead of unmarking. )
        
        Change-Id: I4c4b9dd368537b7b90cc4effae482a7b8a41eec9
        Reviewed-on: https://gerrit.libreoffice.org/46472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b1f0de010f041a9340b2d32d3fef010954be9a32]

        tdf#114477: Can't set character highlighting on a text box using sidebar
        
        Change-Id: I9ef9d6dacc87fb26351eae5eaedd72fd0a081672
        Reviewed-on: https://gerrit.libreoffice.org/46494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2194105a38631e1c5c074634bc5b084cd2f8661f]

        tdf#113621: don't write whole column refs for conditional format ranges
        
        Change-Id: I6b21345fb08cc7b7cf0cdc40532d480a8d5f72ae
        Reviewed-on: https://gerrit.libreoffice.org/46493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-12-15  Jens Carl  <j.carl43@gmx.de>  [acc24edf21b99822b6e6d8119eba3ab843458401]

        tdf#45904 Move _XConsolidatable Java tests to C++
        
        Change-Id: Id851121d424e88d28f0c941d50ab115eba5cea18
        Reviewed-on: https://gerrit.libreoffice.org/46485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-15  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [aac4e447c3fb276a85c475f86d3469b8e34eeb5a]

        no section break after split paragraph
        
        Change-Id: I08aa10527d6e5d8950a592334d01186cbd8cd355
        Reviewed-on: https://gerrit.libreoffice.org/46495
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-14  Eike Rathke  <erack@redhat.com>  [318af9e4276d9ae84a673153182d45d353206f84]

        Upgrade to ICU 60.2
        
        Change-Id: I1a5653669f5d15b5cdca0967c82263f0b7d17b3c
        Reviewed-on: https://gerrit.libreoffice.org/46470
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [2cf785591805395746d394ac56030a617e651a48]

        tdf#41650 doc(x) export split paragraph
        
        Fix for documents with one paragraph only.
        
        Add unit test for splitting paragraph on section border.
        
        Change-Id: I224f60ed362deae7b67dde79e04f26f949de034a
        Reviewed-on: https://gerrit.libreoffice.org/46457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [f8399f442d7bf5abf3861e0285997d13f355eb6a]

        Related: tdf#114434 Enable ExtLeading by default for starmath edit window
        
        Change-Id: Icfeed667ce23b4b2ecac2c3ff67e95b4e2714442
        Reviewed-on: https://gerrit.libreoffice.org/46410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [d6e97bd2424ab3547726b000cd2181bbd78fc131]

        ofz#4641 fix leaks with exceptions
        
        Change-Id: I5326240fe79a5752e19d4be3032c5ced70845437
        Reviewed-on: https://gerrit.libreoffice.org/46459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [a8d2cea0a176bc339bbfdbe3f0e608fc88363c2e]

        more leaks with exceptions
        
        Change-Id: I9ace65832d4f8b9a531fddb45a6cea4ad83153ea
        Reviewed-on: https://gerrit.libreoffice.org/46464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [9b39461a16ddcc53c795bc2308d3ff572264cf3e]

        use std::unique_ptr
        
        Change-Id: I9f94077e7ce3b43007172a34666b502770f2c581
        Reviewed-on: https://gerrit.libreoffice.org/46453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d858b4cadd5643ba5f0ad0a0b38499a19bae2dbe]

        Updated core Project: help  f391bd889ff83129dd2988d7e449869e5c687f18
        
        Fix mistakes in help file
        
        Change-Id: I9108dfbec533f164a9f19acc5d4eb63849f07a7f
        Reviewed-on: https://gerrit.libreoffice.org/46486
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [59f3e31d1cb996bc27a262cfc5e3c2a3d380e7c0]

        Signature line: Remove "Add caption" from context menu
        
        Change-Id: Idd32bc0ae7cebe8ee885f28776eb05515fbddc94
        Reviewed-on: https://gerrit.libreoffice.org/46427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [edc3ec2b168e58624211de3dfa14eb17eceda8ec]

        tdf#83877 Edit existing signature lines
        
        Change-Id: I7a6861f599cb8794bcb8c246179cf6c7ff9966f3
        Reviewed-on: https://gerrit.libreoffice.org/46289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-14  Eike Rathke  <erack@redhat.com>  [0c13d0fb5774327a5d99fc068803a37f7072b3cf]

        Also EnglishKeywords is a NfKeywordTable, not just some vector
        
        Change-Id: I0683fe5f7632e9941f347773c2679af82421bdc4
        Reviewed-on: https://gerrit.libreoffice.org/46455
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-14  Michael Stahl  <mstahl@redhat.com>  [700e1e7fda6f0a415adbbd5bb190efa5c7435c4f]

        editeng: error: "remove_const_t" is not a member of "std"
        
        Manual type inference was an interesting oxymoronic curiosity that
        can probably only exist in C++, but it turns out our baseline
        compilers don't even support it yet.
        
        Change-Id: I3e9ac14e69c2c1288fa58a4279ede3202952b2fa

2017-12-14  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2816ac4ad01874203efdbf9961ca2c22cbd94a3c]

        xmlsecurity: move GNUPGHOME to $workdir for unit test
        
        Since some GnuPG versions tend to litter the source tree with random
        files otherwise.
        
        Change-Id: I0302f73b216f2de4dafcb6adca81097ec9d87e8c
        Reviewed-on: https://gerrit.libreoffice.org/46447
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-14  Yousuf Philips  <philipz85@hotmail.com>  [f894386a8fe58639c295048fe7894f68613a0df1]

        tdf#81475 Organize the form toolbars
        
        Change-Id: Ic79b326c4c15f656ce533eb37bbd27853b8f4af7
        Reviewed-on: https://gerrit.libreoffice.org/43861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-14  Michael Stahl  <mstahl@redhat.com>  [8ce353279caa84944971f22ec536433030e5d9c7]

        editeng: RTF export: another buggy GetItem2() loop, for fonts
        
        Change-Id: Id25758cba59c1a3ac18ed9a63e73550fea1ee422

2017-12-14  Michael Stahl  <mstahl@redhat.com>  [30504139af039d524ca0fd7158fc21ed38db2d9f]

        editeng: fix RTF export of colors
        
        SfxItemPool may contain null pointers and return them from GetItem2(),
        even if non-null pointers follow, so have to use GetItemCount2() here.
        
        This later asserts when it can't find the items in aColorList.
        
        Change-Id: I976c95387b4c45e5a4371254f130df6b24370eaa

2017-12-14  Eike Rathke  <erack@redhat.com>  [4fbe04cd7fe280ddc57a8dc8a7c4f07e30a340ac]

        Naming nitpicks, r... for reference
        
        Change-Id: I1d169590302067fdcb3fe8ecc1cf5dea8f766a02

2017-12-14  Yousuf Philips  <philipz85@hotmail.com>  [d631d2aad44e2d2bc64fc01168b9a948f54b249f]

        Dont translate strings replaced with text in code
        
        These are two labels in the Page dialog's Text Grid tab
        
        Change-Id: I77da5fab08fbd70825f3bfc46e1b12d7948291e0
        Reviewed-on: https://gerrit.libreoffice.org/46431
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>

2017-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [1390c91c7584a89298906849cdabae131f8a6191]

        [API CHANGE] offapi: remove unused css.security.SerialNumberAdapter
        
        This is mostly just the offapi/ part, more C++ code can be removed in
        xmlsecurity/ after this.
        
        It seems to be unlikely that this non-published service was used by 3rd-party
        code, since it was specific to other xmlsecurity/ code, not generic
        functionality that could be useful in other contexts.
        
        Change-Id: I0d798577a42445e65a4c5178fcb4464ea03bc56e
        Reviewed-on: https://gerrit.libreoffice.org/46442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-14  Pranav Kant  <pranavk@collabora.co.uk>  [266beae6cdc352f942a7ea5935f8a8b21d2d1e01]

        Fix memleak
        
        Change-Id: I557b2f43263fc125d0ee87b968dee1893e4ca7cf

2017-12-14  Serge Krot  <Serge.Krot@cib.de>  [29378bd510226adb23659525203beec18f8708a3]

        tdf#43569 DOC input: insert ConditionalText field instead of field marks
        
        In case of IF field input inside DOC document the ConditionalText field
        should be created instead of the two field marks that leads to handling
        of unsupported field routine.
        
        Added unit tests.
        
        Change-Id: I31875d8e6be7f536766ef640a366b843f7e0532c
        Reviewed-on: https://gerrit.libreoffice.org/46022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [e6b7f73f06aa35e60b7b56d78f24a724fe7c888e]

        Remove junk committed by mistake
        
        Change-Id: I029d5c949b4a1e6bd6b0ce4edb39411b9dce88c2

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [6f4f5677acff2711b4cfdae6ba1a0892e62b179a]

        No need to keep these whitelisted functions decorated with SAL_CALL
        
        The only effect SAL_CALL effectively has on LO-internal code is to change non-
        static member functions from __thiscall to __cdecl in MSVC (where all other
        functions are __cdecl by default, anyway).  (For 3rd-party code, it could be
        argued that SAL_CALL is useful on function declarations in the URE stable
        interface other than non-static member functions, too, in case 3rd-party code
        uses a compiler switch to change the default calling convention to something
        other than __cdecl.  But loplugin:salcall exempts the URE stable interface,
        anyway.)
        
        One could argue that SAL_CALL, even if today it effectively only affects non-
        static member functions in MSVC, could be extended in the future to affect more
        functions on more platforms.  However, the current code would already not
        support that.  For example, 3af500580b1c82eabd60335c9ebc458a3f68850c
        "loplugin:salcall fix functions" changed FrameControl_createInstance in
        UnoControls/source/base/registercontrols.cxx to no longer be SAL_CALL, even
        though its address (in ctl_component_getFacrory, in the same file) is passed to
        cppuhelper::createSingleFactory as an argument of type
        cppu::ComponentInstantiation, which is a pointer to SAL_CALL function.
        
        Change-Id: I3acbf7314a3d7868ed70e35bb5c47bc11a0b7ff6
        Reviewed-on: https://gerrit.libreoffice.org/46436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-14  Jean-Pierre Ledure  <jp@ledure.be>  [581640ac53f8568157ffc3b5c82b2ae7da576e3b]

        Access2Base - FIX getString() on LONGVARCHAR fields
        
        When length > 64K

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d91d2400a56d98c8bd0cacd5d75a4081f7a4bd75]

        sal_uIntPtr->sal_Int32 in GalleryTheme
        
        Change-Id: I3489d2152b104d173676e683c416603dbddbd1bc
        Reviewed-on: https://gerrit.libreoffice.org/46396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Eike Rathke  <erack@redhat.com>  [52274384a3de2d0a0c9023c62ed9159df965fbd0]

        Move GetKeywords() and related from SvNumberformat to SvNumberFormatter
        
        ... as especially the keywords are controlled by the current state (locale) of
        the ImpSvNumberformatScan instance and *not* a property of SvNumberformat. Add
        a clarifying descriptive comment as well, and outline it's only for the unit
        tests anyway..
        
        Change-Id: I732918026bf9ffc25db11033d5f10bc2f51e3505
        Reviewed-on: https://gerrit.libreoffice.org/46426
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [9b26a2ea8e7968d344ae8da12b314464e282c009]

        ofz: various html problems
        
        Change-Id: Ie29a560c14e535e9a894212e5ed577f94a9064e7
        Reviewed-on: https://gerrit.libreoffice.org/46409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [ed8dd7f47793b8ef3cc76ce4cde4d7348b51baad]

        ofz: skip tables when parser is invalid
        
        Change-Id: I8edc57be479ecd787fbf23b9e79fb81e47bab1d0
        Reviewed-on: https://gerrit.libreoffice.org/46424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Caolán McNamara  <caolanm@redhat.com>  [5399998c498bd3047ecb430868d3aa0cde61fef2]

        fiddle with leaks some more
        
        Change-Id: Ia4297ce2b537953fe2262b645b7bf7f8a85b5d41
        Reviewed-on: https://gerrit.libreoffice.org/46408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [a5c201790bac259da6666543852c8734ed4a9132]

        ...and another
        
        Change-Id: I833350b5c193223d24550e58f7ec99ae081afe8b

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [db75836932bdab0f888764bfe1b53269d9da2b09]

        Blind fix for recently removed config_host/config_libepubgen.h.in
        
        Change-Id: If91cfdce97f4f3868c2b09013220d27ceaffdfbe

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [433fc2214c980abd82fa6240f45e634a53a3c61c]

        sal_uIntPtr->sal_Int32 in MultiSelection
        
        also replace the long/size_t with sal_Int32 so we have some consistency
        
        Change-Id: I9d3099b881354af7b9f59d312e6b15b213d1e580
        Reviewed-on: https://gerrit.libreoffice.org/46395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Pranav Kant  <pranavk@collabora.co.uk>  [76de866e162502518acbc0ab020c257b80946c2d]

        lokdialog: Send close callback when dialog dissappears too
        
        Change-Id: I88bea3dc1ae938d31462e85ca1a8f48dd13e8e89

2017-12-14  Pranav Kant  <pranavk@collabora.co.uk>  [53f8f28c53391ef1cadefaf16c3a9e81e04ac7f5]

        lokdialog: Unblock custom window mouse key events
        
        In some cases, the mouse event blocks. Eg: when the mouse event is
        responsible for launching a new dialog (cf. Spell dialog -> Options).
        We don't want any kind of blocking behavior whatsoever in LOK. Post all
        custom window mouse events back the main-loop thread and keep the
        current LOK thread free.
        
        Change-Id: I018870fadcb62dbb7b33a7d93f8af3a0000442b5

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [9f713bd753afd7b0ed8c16a17dc22755b5862d36]

        DELETEZ->std::unique_ptr in SwNavigationPI
        
        Change-Id: Ie8990e2efd43cc9ad5cd7e6d71514dffcc3ade49
        Reviewed-on: https://gerrit.libreoffice.org/46398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  László Németh  <nemeth@numbertext.org>  [721e6eb9899aa4ff6ee943e81caddb1722139adf]

        Add recent Hunspell fixes and improvements
        
        from Hunspell repository to give
        better spell checking and suggestions.
        
        Short Hunspell commit descriptions (complete commit
        descriptions are in the committed Hunspell patch):
        
        4a8921b BREAK tries to break at the second word break
        957950b Spelling dictionary should be a real spelling dictionary
        0b8a4d8 Use only middle replentries for compound word checking
        4e4106f Reduce strange ngram suggestions
        89a8ec6 Optimize condition order in walk_hashtable loop
        e80685c Remove SUBSTANDARD dictionary roots from suggestions.
        90cb55f Clean-up ngram suggestions for lowercase words
        bbf2eb4 word pairs of the dic file get highest suggestion priority
        0667049 check dictionary word pairs to filter compound word overgeneration
        ebdd308 clean-up suggestion
        526f600 skip empty ph: field and support character stripping
        eb97eb7 Dictionary words with COMPOUNDFORBIDFLAG are removed
        8912f2a Allow suggestion search for prefix + *two suffixes*
        caa24d6 Improve ph: usage for capitalization and Unicode
        05082b4 BREAK: keep also break-at-first-break-point breaking
        db142a3 Fix regression in Hungarian "moving rule"
        711466a fix compiler warnings
        7ba5beb Support dictionary based REP replacements
        
        Change-Id: I7f7202acf2dccec05ef9c542362b432aa8566a86
        Reviewed-on: https://gerrit.libreoffice.org/45918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2017-12-14  andreas kainz  <kainz.a@gmail.com>  [d17f09766b46261269554af7859b633d36007d94]

        Elementary-icons: remove font from svg files
        
        Change-Id: I263736c6ec5a94a124162b75d59ce1608ea31647
        Reviewed-on: https://gerrit.libreoffice.org/46389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3fe64261b5658e28e2c0a1630cf878f066f77f0c]

        Related: tdf#114428 svtools HTML import: avoid XML declaration in body text
        
        Just ignore it for now.
        
        Change-Id: Idf82af611370d957c6704cce250941a8a0b90637
        Reviewed-on: https://gerrit.libreoffice.org/46388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [14daba5bd0ba64ff53ad98de7a84537ff03024ea]

        Related: tdf#114428 filter: associate .xhtml with HTML import
        
        Since there is no XHTML import; and this way the expensive "deep"
        detection (that calls into all the DLP libs, etc) can be avoided.
        
        Times for a hello world input: 56 -> 23 ms is spent in
        Desktop::loadComponentFromURL() (41% of original).
        
        Change-Id: Ia2dec3837cf0c548ae2c5a0ca4d47a57a6cbb92a
        Reviewed-on: https://gerrit.libreoffice.org/46387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2b1debf06589bd91e437df47a2904574aaae316]

        external: upload libepubgen-0.1.0
        
        The only change is that version support is now available
        unconditionally, otherwise most code changes were bundled already in the
        form of patches.
        
        Change-Id: I0e456d85c9d84002cabcd77b31b02c9a7ad16ac5
        Reviewed-on: https://gerrit.libreoffice.org/46386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [f988c1b36454445a503f6d2c1d8dd52f902fcf0e]

        Add wrongly formatted new file to blacklist
        
        Change-Id: I56963d2eb273fdb0db375af54186e8a3b01b06a1

2017-12-14  Stephan Bergmann  <sbergman@redhat.com>  [099877b179c50a9b5f9f8be114886166944c7ff3]

        Move call to Scheduler::ImplDeInitScheduler in DeInitVCL back to orig. place
        
        Dec 13 16:18:27 <sberg> jmux, any reason
         fd0fff67798fea87217e65bb1561aa0d0e741c51 moved the call to
         Scheduler::ImplDeInitScheduler() in DeInitVCL (vcl/source/app/svmain.cxx) past
         the call to the pSVData->maDeInitHook?
        Dec 13 16:18:30 <IZBot> core - Assert active Tasks on scheduler de-init -
         http://cgit.freedesktop.org/libreoffice/core/commit/?id=fd0fff67798fea87217e65bb1561aa0d0e741c51
        Dec 13 16:20:06 <sberg> jmux, observing a crash in
         CppunitTest_dbaccess_firebird_test here when
         comphelper::geProcessServiceFactory wants to be used after it has been cleared,
         <https://paste.fedoraproject.org/paste/H8bVCcpNjSipm59Ih952nw>
        Dec 13 16:22:41 <jmux> sberg: no. That was still during the analysis with all
         those static tasks and cleanup problems.
        Dec 13 16:23:17 <sberg>	jmux, I'll see what breaks if I move the call back to
         its original place, then
        
        The relevant backtraces from
        <https://paste.fedoraproject.org/paste/H8bVCcpNjSipm59Ih952nw>:
        
        > #0  0x00007fffee08c160 in comphelper::setProcessServiceFactory(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&) (xSMgr=...) at comphelper/source/processfactory/processfactory.cxx:55
        > #1  0x00007fffe8b120eb in (anonymous namespace)::Hook::deinitHook((anonymous namespace)::Hook*, LinkParamNone*) () at test/source/setupvcl.cxx:54
        > #2  0x00007fffe8b11f8d in (anonymous namespace)::Hook::LinkStubdeinitHook(void*, LinkParamNone*) (instance=0x0, data=0x0) at test/source/setupvcl.cxx:37
        > #3  0x00007fffe76a9cb1 in Link<LinkParamNone*, void>::Call(LinkParamNone*) const (this=0x7fffe8374418 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance+984>, data=0x0) at include/tools/link.hxx:84
        > #4  0x00007fffe79c5baf in DeInitVCL() () at vcl/source/app/svmain.cxx:517
        > #5  0x00007fffe8d1cc0a in (anonymous namespace)::Protector::~Protector() (this=0x6f6b50, __in_chrg=<optimized out>) at test/source/vclbootstrapprotector.cxx:34
        > #6  0x00007fffe8d1cc5e in (anonymous namespace)::Protector::~Protector() (this=0x6f6b50, __in_chrg=<optimized out>) at test/source/vclbootstrapprotector.cxx:43
        > #7  0x00007ffff7b962f3 in CppUnit::ProtectorChain::pop() (this=0x630e00) at ProtectorChain.cpp:56
        > #8  0x00007ffff7ba65d4 in CppUnit::TestResult::popProtector() (this=0x7fffffff2870) at TestResult.cpp:196
        > #9  0x0000000000408998 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff2840) at sal/cppunittester/cppunittester.cxx:328
        > #10 0x0000000000409484 in sal_main() () at sal/cppunittester/cppunittester.cxx:469
        > #11 0x000000000040900b in main(int, char**) (argc=23, argv=0x7fffffff2be8) at sal/cppunittester/cppunittester.cxx:376
        
        and
        
        > #0  0x00007fffee08c213 in comphelper::getProcessServiceFactory() () at comphelper/source/processfactory/processfactory.cxx:64
        > #1  0x00007fffee08c651 in comphelper::getProcessComponentContext() () at comphelper/source/processfactory/processfactory.cxx:96
        > #2  0x00007fffe79a7281 in setupPersonaHeaderFooter(WhichPersona, rtl::OUString&, BitmapEx&, boost::optional<Color>&) (eWhich=PERSONA_HEADER, rHeaderFooter=..., rHeaderFooterBitmap=..., rMenuBarTextColor=...) at vcl/source/app/settings.cxx:2135
        > #3  0x00007fffe79a7c96 in StyleSettings::GetPersonaHeader() const (this=0x15d7130) at vcl/source/app/settings.cxx:2214
        > #4  0x00007fffe757285f in MenuBarWindow::ApplySettings(OutputDevice&) (this=0x1644ee0, rRenderContext=...) at vcl/source/window/menubarwindow.cxx:1022
        > #5  0x00007fffe7488fdb in PaintHelper::DoPaint(vcl::Region const*) (this=0x7fffffff1720, pRegion=0x0) at vcl/source/window/paint.cxx:298
        > #6  0x00007fffe748a74e in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x1644ee0, pRegion=0x0, nPaintFlags=(ImplPaintFlags::PaintAll | ImplPaintFlags::PaintAllChildren | ImplPaintFlags::PaintChildren | ImplPaintFlags::Erase)) at vcl/source/window/paint.cxx:606
        > #7  0x00007fffe748a0e5 in PaintHelper::~PaintHelper() (this=0x7fffffff1890, __in_chrg=<optimized out>) at vcl/source/window/paint.cxx:540
        > #8  0x00007fffe748a7a7 in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x1510d40, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) at vcl/source/window/paint.cxx:603
        > #9  0x00007fffe748a8ea in vcl::Window::ImplCallOverlapPaint() (this=0x1510d40) at vcl/source/window/paint.cxx:630
        > #10 0x00007fffe748aa34 in vcl::Window::ImplHandlePaintHdl(Timer*) (this=0x1510d40) at vcl/source/window/paint.cxx:651
        > #11 0x00007fffe748a929 in vcl::Window::LinkStubImplHandlePaintHdl(void*, Timer*) (instance=0x1510d40, data=0x1511940) at vcl/source/window/paint.cxx:634
        > #12 0x00007fffe79c7f33 in Link<Timer*, void>::Call(Timer*) const (this=0x1511960, data=0x1511940) at include/tools/link.hxx:84
        > #13 0x00007fffe79c7d97 in Timer::Invoke() (this=0x1511940) at vcl/source/app/timer.cxx:76
        > #14 0x00007fffe799a873 in Scheduler::ProcessTaskScheduling() () at vcl/source/app/scheduler.cxx:440
        > #15 0x00007fffe7999d95 in Scheduler::CallbackTaskScheduling() () at vcl/source/app/scheduler.cxx:263
        > #16 0x00007fffe7ad3bbb in SalTimer::CallCallback() (this=0x156fbc0) at vcl/inc/saltimer.hxx:55
        > #17 0x00007fffe7ad3209 in SvpSalInstance::CheckTimeout(bool) (this=0x730900, bExecuteTimers=true) at vcl/headless/svpinst.cxx:188
        > #18 0x00007fffe7ad35b8 in SvpSalInstance::DoYield(bool, bool) (this=0x730900, bWait=false, bHandleAllCurrentEvents=true) at vcl/headless/svpinst.cxx:272
        > #19 0x00007fffe79be4a1 in ImplYield(bool, bool) (i_bWait=false, i_bAllEvents=true) at vcl/source/app/svapp.cxx:469
        > #20 0x00007fffe79ba4c7 in Application::Reschedule(bool) (i_bAllEvents=true) at vcl/source/app/svapp.cxx:486
        > #21 0x00007fffe79ba4f9 in Scheduler::ProcessEventsToIdle() () at vcl/source/app/svapp.cxx:492
        > #22 0x00007fffe79991a9 in Scheduler::ImplDeInitScheduler() () at vcl/source/app/scheduler.cxx:114
        > #23 0x00007fffe79c5f80 in DeInitVCL() () at vcl/source/app/svmain.cxx:579
        > #24 0x00007fffe8d1cc0a in (anonymous namespace)::Protector::~Protector() (this=0x6f6b50, __in_chrg=<optimized out>) at test/source/vclbootstrapprotector.cxx:34
        > #25 0x00007fffe8d1cc5e in (anonymous namespace)::Protector::~Protector() (this=0x6f6b50, __in_chrg=<optimized out>) at test/source/vclbootstrapprotector.cxx:43
        > #26 0x00007ffff7b962f3 in CppUnit::ProtectorChain::pop() (this=0x630e00) at ProtectorChain.cpp:56
        > #27 0x00007ffff7ba65d4 in CppUnit::TestResult::popProtector() (this=0x7fffffff2870) at TestResult.cpp:196
        > #28 0x0000000000408998 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7fffffff2840) at sal/cppunittester/cppunittester.cxx:328
        > #29 0x0000000000409484 in sal_main() () at sal/cppunittester/cppunittester.cxx:469
        > #30 0x000000000040900b in main(int, char**) (argc=23, argv=0x7fffffff2be8) at sal/cppunittester/cppunittester.cxx:376
        
        Change-Id: I75ee6a7b663f6117f004877fc9ba5a3ed79d66e4
        Reviewed-on: https://gerrit.libreoffice.org/46415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [817a5da6bc6d7db92423933d09c696f7eb9633d9]

        DELETEZ->std::unique_ptr in FinitUI
        
        Change-Id: I2a61a71f4ce4fa289c39011dcd30080775d80e54
        Reviewed-on: https://gerrit.libreoffice.org/46399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0f1d211eff5f89f5c9298743f6e7d91d187b799]

        sal_uIntPtr->unsigned long in SystemEnvData
        
        to match the type used by X11
        
        Change-Id: I5fe043e33602be21c84b81780c89df751c3bc96c
        Reviewed-on: https://gerrit.libreoffice.org/46393
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4940db58257de07797abaf51d087ae040b9c9ef]

        sal_uIntPtr->sal_uInt32 in GalleryTheme
        
        Change-Id: Ib409eb4b3bb9cf006612211f43e4115fdaa4b0aa
        Reviewed-on: https://gerrit.libreoffice.org/46394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9cef371fe73d3b6b08a2c3cc19fdac1863d02fa]

        sal_uIntPtr->sal_Int32 in SdrUndoGroup
        
        Change-Id: I286f3cb1362d033d797fdbb4cab35c8e6a30eab3
        Reviewed-on: https://gerrit.libreoffice.org/46392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [e54cae8b40602b958db760489bf9fe048bb1aa93]

        sal_uIntPtr->sal_uInt32 in Gallery
        
        to match GetId() on class GalleryThemeEntry
        
        Change-Id: I81944c7e89fa8c9ca65987901f4d598c042d836c
        Reviewed-on: https://gerrit.libreoffice.org/46391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [83fb512af2d8b62d99137eb9fe6a86ab72f12ad8]

        Updated core Project: help  8238444c3413205b898cbb914d2a55022256dfb5
        
        We don’t support “earlier visions [sic] of Windows” anymore
        
        Change-Id: I5292b60fff0f1be7f89ce8572f0798f89fc5bdeb
        

2017-12-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [26d2b9d616e08c481d463c0696eca7a3bab54c98]

        Fix typo
        
        Change-Id: I34d41941ef0ba20bca604b7caed80a2d0b6ac129
        Reviewed-on: https://gerrit.libreoffice.org/45706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fa6ea25708aa0441fa04c3fca012080f234c6a31]

        Fix typos
        
        Change-Id: I09e511f35d32b25683811f3a39c833779f3b61fe
        Reviewed-on: https://gerrit.libreoffice.org/46370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-14  Gergely Tarsoly  <g.tarsoly@yahoo.com>  [6df6c576cae880a1645f6a0514a1e10e99cac2f7]

        Minor fix: unused local variable
        
        Change-Id: I42db2c6fd90686641cd6c2f7f45d960977557ab4
        Reviewed-on: https://gerrit.libreoffice.org/46416
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [8d0e6ad024f3154115bc39f9db4cec3a6afc59c4]

        Related: tdf#71737 xmloff: import of user-defined hyperlink was missing
        
        ... from commit 6ca6d6ac912588a8f62d7e6b668ebec333752ebc.
        
        Change-Id: I7f604df3ae83fcc11d148e64c5fc6f7bc229d873

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [68eb27e3bd5d536e7b00b7dc145ae4943b95bec9]

        tools: reimplement SVLIBRARY macro & remove it from solar.h
        
        Change-Id: I03f8f5fd656d62410821f2f2851f1c584c97d1f4

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [29baa05bb9c62ef1e4c759f7c4744d11dd40a385]

        tools: remove unused #include from solar.h
        
        Change-Id: I214e13add371380701ae39403d90a574a63e495d

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [f6c08dca7d950e583cfc4454a74ed9806eda0609]

        Related: tdf#71737 xmloff: adapt XMLSectionExport
        
        6ca6d6ac912588a8f62d7e6b668ebec333752ebc enabled hyperlinks on 3 more
        index types.
        
        Change-Id: I6be99443965541183d531ad7dca57ab5d4c73a9b

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [78a6ce17f06fbe13b806fd563e85a4fe60d3bcfc]

        DELETEZ->std::unique_ptr in toolkit,unotools
        
        Change-Id: I2263e233ae03575e53ab4e7894a7507423afd32e
        Reviewed-on: https://gerrit.libreoffice.org/46397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f7fbae1bc38d528080552a715af187285f47028]

        sal_uIntPtr->void* in GalleryHint
        
        Change-Id: I50528411bb76d5a204a5e52c4d77a7ecaf7f5ddf
        Reviewed-on: https://gerrit.libreoffice.org/46390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Stephan Bergmann  <sbergman@redhat.com>  [ac863696a697b8007a7ee525127fb571d84d1b88]

        Blind fix for ambiguous CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Ia0730cfd2293c374ec8b8f4aa69fef5d319642e4

2017-12-13  Eike Rathke  <erack@redhat.com>  [e3cc0ebafa40d1aa55f3603cb89fa9c6c67a855b]

        Unit test testUserDefinedNumberFormats()
        
        Change-Id: Ic908af0bf5cbd83fab7bbf2d2f37a1b51bc5e32a

2017-12-13  Olivier Hallot  <olivier.hallot@libreoffice.org>  [99cc3e51c693a79f3ee84720ae8133510efa5934]

        Updated core Project: help  21b8db8ae2fad1bcb23270ab3d2613c1aad8b114
        
        Fix even more typos in help pages
        
        Change-Id: Idbcae07c0807df54db3ba93ed66a9f881c5fa2e4
        Reviewed-on: https://gerrit.libreoffice.org/46406
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [0999ac11796d2f2c7439df8c5f65d73119716a7d]

        ofz#4518 sw: why do we need to set IgnoreDeleteRedlines
        
        This mysterious IgnoreDeleteRedlines flag was set in this particular
        case of a new DELETE redline inside or equal to an existing INSERT
        redline since initial import.
        
        Why it's needed is documented nowhere.
        
        If it is needed, then i'm assuming it's only needed to prevent
        deleting redlines that are actually in the pNewRedl range;
        it makes no sense to prevent deletion of redlines inside a footnote
        when that footnote is deleted, because there is no valid
        position left for such redlines.
        
        The problem here is that in the range that is deleted there is a
        footnote and there is another redline inside the footnote text
        and that has its positions corrected rather ridiculously by
        DelBookmarks() because DeleteRedline() ignored it due to the flag.
        
        Remove the call to MaybeNotifyRedlineModification(), to fix a
        SwTiledRenderingTest::testRedlineUpdateCallback failure,
        assuming that it is only called to compensate for the flag
        being set, seeing as this is the only such call in AppendRedline.
        
        Change-Id: I0f266213b8525f7bee06ee0d56290f4524bf0d85
        Reviewed-on: https://gerrit.libreoffice.org/46016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [45bbb07680b3d81aaf66ef2d11c95d4c48ab23de]

        Signature line dialog: Set mnemonic widget where it is not set automatically
        
        Change-Id: I2f1f24ae6af045eea119bca77d0beba0303bb884
        Reviewed-on: https://gerrit.libreoffice.org/46308
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2b63477620633cf1098a5b3330f8d5f6897b2f98]

        Set default action for signature line dialog
        
        Change-Id: I61782526312015173c97d469381f1494b2dcdbf2
        Reviewed-on: https://gerrit.libreoffice.org/46307
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-13  Eike Rathke  <erack@redhat.com>  [53137888731d520b1f51f8764bf59827987cc3a3]

        German super cow colors, conversion doesn't need a locale switch
        
        Change-Id: I86a8bb7d345e707ad45693e997aa18bac7ce8825

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [79a13ea778265a9af9ebe2ce867063eece3f5f9d]

        ofz: Null-deref
        
        Change-Id: I5fefd9ba125c3769cdcb8a97f1a00a2aad5b21f4
        Reviewed-on: https://gerrit.libreoffice.org/46369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [255376bae1a1459ec975b49c3295abe3b9b719c6]

        sw: fix crash exporting ooo72077-2.odt to DOCX
        
        There is an assertion about empty lastOpenCell vector in
        DocxAttributeOutput::SyncNodelessCells(); since i don't know
        if this splitting should be done at all for paragraphs in a table,
        let's disable it for now.
        
        (regression from c1d58c46eec5081576979f584151c7e9a4f67fe0)
        
        Change-Id: Ied67b6047b48689cba3c41b9d0f68b7c2a257ba0

2017-12-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [03db771e92160e95b0af8710f88b0c43591e8f3e]

        tdf#83877 Add dialog to generate signature line
        
        Change-Id: Iacc929edf1469c7e37707f8d9518cd07642bb9dd
        Reviewed-on: https://gerrit.libreoffice.org/45810
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4af729f31c64c09c76ea8bcfa5067092571b92de]

        tdf#114428 filter: recognize XHTML with XML declaration as HTML
        
        The problem was the additional
        
        	<?xml version="1.0" encoding="utf-8"?>
        
        XML declaration before the usual
        
        	<!DOCTYPE html ...
        
        line, just ignore it.
        
        Change-Id: I294aae5504b40b42f76da00fef645d0d89009da9
        Reviewed-on: https://gerrit.libreoffice.org/46324
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-13  Stephan Bergmann  <sbergman@redhat.com>  [1d6b85f85925c3b4d2d2bb8eaf237b10bb8f7d60]

        Fix --enable-qt5
        
        ...after e75abe6e0a4ea250366bb29c0ece697e9b1b80a1 "convert tolerance params to
        sal_uInt8"
        
        Change-Id: I6677fa21d4786ebadcded53e1542514465d5d0a2

2017-12-13  Michael Stahl  <mstahl@redhat.com>  [07138b4f5cd5dc2585b9f63f68f3e2badd34d3c7]

        sw: fix crash exporting tdf93816-2.odt to WW8
        
        The problem is that nLen = *aBreakIt - nAktPos - ofs; results in -12.
        
        It doesn't make sense to me that nEnd should still be the end of the
        paragraph in this case.
        
        Change-Id: I0c9df6a938035b3bc2c8857ef09206d8967c20f4

2017-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e4ecd03d63268eec0f4045b126aa8cfdb75dee7]

        clang-format: ignore not staged hunks
        
        09:28 <@sberg> vmiklos, I think I ran into a scenario last night where I had
        both `git add`-ed and non-added changes in a non-blacklisted file, and the
        non-added changes violated clang-format (and the added ones did not), and the
        commit hook complained
        
        So make sure we validate the index version, not the filesystem one.
        
        (And modify a formatted file to trigger CI validation of the hook change
        itself.)
        
        Change-Id: I6431b35ac50dd03741104b5709c5195d6ff28632
        Reviewed-on: https://gerrit.libreoffice.org/46368
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-13  Stephan Bergmann  <sbergman@redhat.com>  [2f28d2b4fa92be7dca47ea48c1a68db7b2060608]

        Improve loplugin:salcall error reporting
        
        Change-Id: Ib18f61f10225d5499f94144c8a0f9efff40e43aa
        Reviewed-on: https://gerrit.libreoffice.org/46366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-13  Stephan Bergmann  <sbergman@redhat.com>  [a987aa3be73ec29917567d16886c017ac9a0a3d8]

        Make loplugin:salcall look into macros too
        
        "Indirect" calls to isSallCallFunction (for canonic and overridden
        FunctionDecls) already needed to handle many cases of FunctionDecls spanning
        macros, so it isn't that much more work to make that also work for cases called
        directly from VisitFunctionDecl.
        
        Change-Id: I529f148c8872b86aa1ef082c6cb73db8ab1866e7
        Reviewed-on: https://gerrit.libreoffice.org/46367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [6847deb1f7c68cf0402ccbc61c42ca5d285d3a61]

        sal_uLong->void* for userdata in Menu
        
        Change-Id: I58fb10136a23c445edfd63a1f86ace3995524704
        Reviewed-on: https://gerrit.libreoffice.org/46350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Stephan Bergmann  <sbergman@redhat.com>  [6cbbe3a6c35cde186351315ddb189366bcca1deb]

        [API CHANGE] Remove SAL_CALL_ELLIPSE
        
        At least internally it was unused at least ever since
        9399c662f36c385b0c705eb34e636a9aec450282 "initial import", it is unlikely that
        it ever was used for anything useful, and it is highly unlikely that it is used
        by 3rd-party code.
        
        Change-Id: I8b1e7e18e041164580acbb0bdba205ec1dca71d2
        Reviewed-on: https://gerrit.libreoffice.org/46364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [97c80a73a76037057051e54b083193f33ba24a99]

        TypedWhichId in sw (TXTATTR)
        
        Change-Id: If59983d236c336a7ab136110e2e18f6801111902
        Reviewed-on: https://gerrit.libreoffice.org/46303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e75abe6e0a4ea250366bb29c0ece697e9b1b80a1]

        convert tolerance params to sal_uInt8
        
        since their range is 0-255
        
        Also drop pTols from ImplColReplaceParam, since it is always nullptr.
        
        Change-Id: I9e9ab7f7596e18cab1d67dd69922e5ac9867f45b
        Reviewed-on: https://gerrit.libreoffice.org/46274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [6ca6d6ac912588a8f62d7e6b668ebec333752ebc]

        Related: tdf#71737: allows links in more indexes
        
        tables, objects and user-defined
        
        Change-Id: I081446832ee86453227f4838552c88fd9e5cf75f
        Reviewed-on: https://gerrit.libreoffice.org/46326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [5c3317897b2ddd9f7144917685a4da2242fd1696]

        ofz: fix leaks by exceptions
        
        Change-Id: Iad0987e9935ff02c80fea9dd7ebd4fdbe9fe2a9c
        Reviewed-on: https://gerrit.libreoffice.org/46317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [a1d685988d99fa24e9625b751f50c327c4803005]

        ofz: throw early
        
        Change-Id: I6d3ce03d5cb43df30f6f693c73ccf22c45a8b839
        Reviewed-on: https://gerrit.libreoffice.org/46323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [b4eac2d4d9fcfd1e08e5e51ba540d154faa6d083]

        ofz: fix brush leak
        
        Change-Id: Iaab1d09be69fd3a47975ca360b78ca23954056af
        Reviewed-on: https://gerrit.libreoffice.org/46290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Caolán McNamara  <caolanm@redhat.com>  [cd431435f99c5edc249e8a1aa6685b87c6265604]

        ofz: Indirect-leak
        
        Change-Id: Ib0ae0baad1f34a06d67391fa9957b3f822ee50e4
        Reviewed-on: https://gerrit.libreoffice.org/46353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-13  Heiko Tietze  <tietze.heiko@gmail.com>  [5f9812e65e6c3c147c8143a046f934be4433fca6]

        tdf#114310 Removed '(in current document)' from compatibility options
        
        Change-Id: Ie91ca2c9aac9b3ab7ca103bf2e6b55d453255d77
        Reviewed-on: https://gerrit.libreoffice.org/46242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-12-13  Lionel Elie Mamane  <lionel@mamane.lu>  [fe95086edda6a846b58f4ed568257e3fab46a0da]

        Remove traces of Report Builder's former status as extension
        
        Change-Id: I63730632933cbb1d6e655f70d222ffaaabd3fa08
        Reviewed-on: https://gerrit.libreoffice.org/46361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0ebc5608e2f56f7377a60f49957a42ef6a89e6a]

        sal_uIntPtr->size_t in ZCodec
        
        to match the underlying fields
        
        Change-Id: I79ce52b80e2589b3194616b3d43846cdefd7adae
        Reviewed-on: https://gerrit.libreoffice.org/46349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a000ee86e676535a07b28cf6a0b8dd9655164e3f]

        sal_uIntPtr->char* in Link
        
        Change-Id: I02bad98458ae0c41b4bbc1b4ec79f3f935d4beaa
        Reviewed-on: https://gerrit.libreoffice.org/46348
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c0026725cd6485f0024fd305dc35b8948c06e81]

        sal_uIntPtr->sal_Int32 in GalleryProgress
        
        to match the underlying type on mxProgressBar->setValue
        
        Change-Id: Ib04569235830f16b6507180e0f27816f8cfc50ff
        Reviewed-on: https://gerrit.libreoffice.org/46347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd88c4b45426600bd09fc47f8df9ac1cb8030e95]

        use std::unique_ptr in SdrModel
        
        Change-Id: I1475a12b600fdb693bad71d27dc628992b92588a
        Reviewed-on: https://gerrit.libreoffice.org/46346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [71048589d4a653614d2fa35294a324111ef2759f]

        sal_uIntPtr->sal_uInt32 in SdrModel
        
        to match the underlying field
        
        Change-Id: I4145df0fc308c09eca29f779a0ff241e4301db0b
        Reviewed-on: https://gerrit.libreoffice.org/46345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [719af6a334ecf1a0bbe5a752e5baf553b685e83c]

        dead flags param in CreateAutoContour
        
        was being used recursively
        
        Change-Id: I2ab920ee62c663f6cdc93ae2ef7eafd142fa0c94
        Reviewed-on: https://gerrit.libreoffice.org/46344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [9f066938fb336688658b06652b701905988ae98c]

        SDRVIEWWIN_NOTFOUND is dead
        
        ever since
            commit 90b152881e398ef1493130c3fb08bf646fbb807d
            Date:   Sun Jan 16 19:11:44 2011 +0100
            Remove some dead code in 'view'
        
        Change-Id: Ic760605462960f6a5d2dd9280152081311c765cb
        Reviewed-on: https://gerrit.libreoffice.org/46343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb4c35b3104f4ca758e3a8eb86e194a5b8681aa7]

        SDR_ANYITEM is dead
        
        ever since initial import in
            commit a4288059c2511f3a6cf3897ed6191dc3e6a1da63
            Date:   Wed Apr 11 15:27:24 2007 +0000
            INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
        
        Change-Id: I1e51f58b0e6062a6a3179ce7fad3170c19758f50
        Reviewed-on: https://gerrit.libreoffice.org/46342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [6c1f20789ece150d8903d5d18f256ede233ddc75]

        SDR_ANYFORMAT is unused
        
        since
            commit 595f46344e18fd6275ff7b862269e4c131449591
            Date:   Mon Feb 29 13:37:14 2016 +0200
            loplugin:unuseddefaultparam in svx (part1)
        
        Change-Id: I1c951df4fb75418036ca9c42a3c63daec879f3b4
        Reviewed-on: https://gerrit.libreoffice.org/46341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [fbb6ff11c843feeb591fcdd93b77db7077439ce8]

        sal_uIntPtr->sal_Int32 in SdrMarkView
        
        Change-Id: Iec5c9e45ec753de98142615fdde16f61c393a6e2
        Reviewed-on: https://gerrit.libreoffice.org/46311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [078ee7560d4c7ac3883c0a625023ad22ec8dc326]

        sal_uIntPtr->sal_Int32 in SdrModel
        
        Change-Id: I7cf53514641c52f3ebb503251e25df90bd6db8c7
        Reviewed-on: https://gerrit.libreoffice.org/46310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf4cf3ed0d9f57981b3fd15d64ef1c53bc16c0f1]

        sal_uIntPtr->sal_Int32 in SdrDragStat
        
        also fix the
           X& X()
        methods to be normal
        void SetX(X const &)
        methods
        
        Change-Id: Id2999b09535ce560110eda646d3d5bbbedf87326
        Reviewed-on: https://gerrit.libreoffice.org/46309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-13  Matthias Freund  <matti_lx@secure.mailbox.org>  [8782ea036e97c383e0a979ed30c8da955c56877b]

        tdf#75256 New Icon NumberFormatThousands for Sifr
        
        Change-Id: I0c076dafc1c565e77c4bfd1988d1b94a9a82672f
        Reviewed-on: https://gerrit.libreoffice.org/46354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2017-12-13  Aron Budea  <aron.budea@collabora.com>  [acab72a1a2ec6d62407c568ab8f0e198ab2c9063]

        Updated core Project: dictionaries  7ac9dd36dcbaef021399b8328d25c8a1ab000e83
        
        Add logo for English dict to the .mk as well
        
        Change-Id: I9a64cce5dd06f75d536b0740c492358e89e90666
        Reviewed-on: https://gerrit.libreoffice.org/46360
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-12-13  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [30011ac74add20f7d5f99257b863924a39c1afcd]

        Updated core Project: dictionaries  cde2a4aa5184e8c6dfa565db50d004a70a12e7d2
        
        Added "official" logo (icon) to English dictionaries
        
        Change-Id: I7c0d250386cbd49a4a4869fa1ee165e957db3ae6
        Reviewed-on: https://gerrit.libreoffice.org/45990
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-12-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c7a2538129f16ef1253ae974737d5c9676aaf883]

        tdf#114384 reset the print state if the sheet changes
        
        Change-Id: Ia90a2bae0dab3d82cae1204a9205f386f71e5c49
        Reviewed-on: https://gerrit.libreoffice.org/46301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5217a2a0bf27e496cc429ee45dff7c239b466ae6]

        tdf#114256 add cache criterium when to recalculate page range size
        
        Page range size can only be valid for the input parameters, which
        includes the document size, which was not taken into account at all
        before. Now we look at all this parameters to decide if we need to
        recalculate or not.
        
        Change-Id: Ic52ad7516189b395c66f59aabc374c3da85f6a89
        Reviewed-on: https://gerrit.libreoffice.org/46300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-12  Stephan Bergmann  <sbergman@redhat.com>  [eb002da913cd1745b039bbc7e519542d7990fb49]

        Remove obsolete "explicit operator bool" hack
        
        ...and fix the call sites that exploited the hack's internals being non-
        transparent.
        
        Change-Id: Ib3b06c3945e303d4088c4e1b65be5beed8613bac
        Reviewed-on: https://gerrit.libreoffice.org/46325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [dcdaca599987ded1577bd04ed1e70f5bd02e943f]

        use a mutex per instance for SvNumberFormatter
        
        instead of one mutex for all instances. We still keep the global mutex
        for some operations because there are some shared global data
        structures.
        
        Change-Id: Ic1106baa23d4ade18dbd732ad74979f3996f326b
        Reviewed-on: https://gerrit.libreoffice.org/46304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-12  Eike Rathke  <erack@redhat.com>  [38a3886fc1464e635985f9ec82b48e0a69f6e536]

        Determine possibly localized keywords early and once
        
        .. instead of in every GetKeyWord() call, and force to EnglishOnly
        if there aren't.
        
        Change-Id: I56941298c0e02d041b80cdb5805905e24116405e

2017-12-12  Michael Stahl  <mstahl@redhat.com>  [1e70464c380ecc0756ea29098632c503a60aec71]

        tdf#114396 sw: overly strict assertions in SwFrameFormat::Modify()
        
        It's only a problem if the style contains an anchor position;
        the anchor type by itself is fine, and the wrong assertion is
        particularly stupid considering that
        DocumentStylePoolManager::GetFormatFromPool() inits various
        built-in styles with anchor types.
        
        (regression from eed046433a847d3005e52c38963fb883322a39e6)
        
        Change-Id: If8ac000b7f888686725d6bf0ef8e5fb38198c889

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [6315b8cbbd7b7e67d824e1dba4414bdf61e3e061]

        tdf#114408 set correct tooltip rectangle
        
        The original code tried to get the position of the window relative
        to its parent and then ask the parent to adjust that position to
        a position relative to the toplevel. But the position to use in
        that case should have be WindowImpl::nX/WindowImpl::nY not GetPosPixel()
        
        Much easier to just directly ask the the current window for its position
        relative to the toplevel.
        
        Change-Id: Iff202f052bc651a8c0e3a57ff3322e5e2a3e4b9a
        Reviewed-on: https://gerrit.libreoffice.org/46314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  andreas kainz  <kainz.a@gmail.com>  [2bfef3e6eedfc0e4eada1ddeba723dbc3ff83a4f]

        Breeze Elementary-icons: add SignatureLineDialog icon
        
        Change-Id: Id9218e2113643f3a8c31c20680ee7885ed273e58
        Reviewed-on: https://gerrit.libreoffice.org/46316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [de0c542cd221ca2b189323fa7ce84b6cf55d2fd2]

        tdf#114407 let tooltip children of non-nwf widgets be nwf themed
        
        alternative is to not use themed text color when writing text
        in non-nwf tooltips
        
        Change-Id: I12556d5fd9a38c4b36f77c97144898f08fa4d738
        Reviewed-on: https://gerrit.libreoffice.org/46312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Eike Rathke  <erack@redhat.com>  [b2cd9dd31183c45942c2f522104654ff1f8e6889]

        Resolves: tdf#114185 force KeywordLocalization::LocaleLegacy
        
        ... in GetPreviewStringGuess() that is used in Calc TEXT()
        spreadsheet function, if the format code didn't resolve as English
        or the format code needs to be (re)parsed otherwise as locale
        dependent.
        
        Also SvNumberFormatterServiceObj::convertNumberToPreviewString()
        (XNumberFormatPreviewer::convertNumberToPreviewString()) if
        bAllowEnglish==true.
        
        Change-Id: I7c4b1a610d2bcb20fe0f0ae06efc81f998cae048

2017-12-12  Eike Rathke  <erack@redhat.com>  [482182fd0331a0be371f8f58dc74aa05a68f0a1d]

        Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185
        
        Change-Id: I3942a7de52bcedf491da83407791fcd0080aaf4d

2017-12-12  Yousuf Philips  <philipz85@hotmail.com>  [62b08a7c7d1cb77906c8eab2218cba257e5be385]

        tdf#114265 Use close icon in find in print preview
        
        Change-Id: I23d0fb9973d0ae8d0ed35e7dbace65a1ef298141
        Reviewed-on: https://gerrit.libreoffice.org/46232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0d97e1a8ecacd96d9a555ecd3907a6ce88fba4a0]

        Updated core Project: help  5bf98f3fd366b056c0a56bcc54e106673b0d5cd5
        
        Fix more typos in help pages
        
        Change-Id: Ie6af0ec57f921df31bcb096d12b9e8dd938c40ba
        Reviewed-on: https://gerrit.libreoffice.org/46337
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [da40275365df1d34cacfdd74850b7d3d17cf0125]

        Updated core Project: help  b8ee7a5bf9fba95a2bda283008a5bef5eff4131e
        
        Fix Help pages typos.
        
        Change-Id: I425e6ddc86c997b6e00b8e80c193ee6a7b6df4d3
        Reviewed-on: https://gerrit.libreoffice.org/46335
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-12  David Tardon  <dtardon@redhat.com>  [9a738c54ab732ad84077639b86924cdbaabb075c]

        system gpgmepp can't be used with dbgutil
        
        Change-Id: Ib308a6328ce0caabf47d0ba28c3b1a52c89014a8

2017-12-12  Heiko Tietze  <tietze.heiko@gmail.com>  [2dae4d8e9e3479651ad7c651c404137b606da589]

        tdf#114340 Naming issue %DOCUMENT need brackets
        
        Change-Id: I0c5fa12300f05b765a61a0e8de94eb26c7e419a0
        Reviewed-on: https://gerrit.libreoffice.org/46220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-12-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d73857e7d7f6a5bf38c6a2f396832faabaef65e2]

        Updated core Project: help  769876a87a8ebbdfa80a0bfa9bab11fcbf56a83c
        
        tdf#114418 BASIC Format() function help page
        
        Add link to Calc format code
        
        Change-Id: Iffe4f46b9e9145588daf6d8ec6e87ad6977d5450
        Reviewed-on: https://gerrit.libreoffice.org/46328
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [786504f332919d498530ee1f97524b5ee2b70cf6]

        other branch is 'if (GetMedum()' so '!GetMedium() here' is always true
        
        Change-Id: I4b3a7aa35b1dfb78b5ceda8fa2570e11eaffd937
        Reviewed-on: https://gerrit.libreoffice.org/46283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [866898afa9ccff04443473089896cda793a90d47]

        ofz#4600 avoid recurse to death
        
        Change-Id: I3cdced8294b30df5936bf7e167ca8a4950dde652
        Reviewed-on: https://gerrit.libreoffice.org/46284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Henry Castro  <hcastro@collabora.com>  [e650a23b203494cc005f689129e95801acb888a1]

        Revert "lok: Assertion `m_aProcessingUserEvents.empty()' failed"
        
        This reverts commit ad35cc9ed0faa6555bc09e5e065abb5cdc6c4ee6.
        
        Change-Id: I8943deb0b78a14d10ed6e8d052b2ac8eb58bccae
        Reviewed-on: https://gerrit.libreoffice.org/46321
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Tested-by: Henry Castro <hcastro@collabora.com>

2017-12-12  Dennis Francis  <dennis.francis@collabora.co.uk>  [330b1b5bcec06e3a8d35413ff921fa219bc0a8dc]

        Do not use threading for formula group if...
        
        ...there is at least one opcode in the token array that is
        in the blacklist set of opcodes for threading.
        
        Cleaned up the logic by removing FormulaVectorEnabledForThreading
        from ScFormulaVectorState enum and created two separate boolean
        fields in ScTokenArray to keep track of whether OpenCL or threading
        could be used.
        
        Change-Id: Ieca0004b33a3cfea6ca5c0ff90bc8cea8746d102
        Reviewed-on: https://gerrit.libreoffice.org/45564
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fdfdb98824103639ed4225e5b1f11629d48db27e]

        update credits
        
        Change-Id: I400a7e2ac7549c5410b63772827404c3353826cb

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [810b5f6491850d70bfe2da1f58927a3404d37d49]

        reuse ImportProgress class for exception safety
        
        cause if no EndProgress is called then the shell leaks
        so the document leaks, etc
        
        Change-Id: I8e22644e58ac440dbee60c2ceacda4abb002c81c
        Reviewed-on: https://gerrit.libreoffice.org/46246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Henry Castro  <hcastro@collabora.com>  [ad35cc9ed0faa6555bc09e5e065abb5cdc6c4ee6]

        lok: Assertion `m_aProcessingUserEvents.empty()' failed
        
        This occurs after saving a writer document
        
        loolforkit: /home/hcastro/projects/lo-sid/vcl/source/app/salusereventlist.cxx:56: bool SalUserEventList::DispatchUserEvents(bool): Assertion `m_aProcessingUserEvents.empty()' failed.
        /home/hcastro/build/gcc-lool-sid/loolforkit(_ZN7SigUtil13dumpBacktraceEv+0x49) [0x55ba3f0740c6]
        /home/hcastro/build/gcc-lool-sid/loolforkit(+0x149fb1) [0x55ba3f073fb1]
        /lib/x86_64-linux-gnu/libpthread.so.0(+0x110c0) [0x7f57a41350c0]
        /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcf) [0x7f57a3db7fcf]
        /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x7f57a3db93fa]
        /lib/x86_64-linux-gnu/libc.so.6(+0x2be37) [0x7f57a3db0e37]
        /lib/x86_64-linux-gnu/libc.so.6(+0x2bee2) [0x7f57a3db0ee2]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(_ZN16SalUserEventList18DispatchUserEventsEb+0x86) [0x7f5798f2178c]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(_ZN14SvpSalInstance7DoYieldEbb+0x3b) [0x7f57990ce48d]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(+0xa7b2fd) [0x7f5798f5b2fd]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(_ZN11Application5YieldEv+0x13) [0x7f5798f5735b]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(_ZN11Application7ExecuteEv+0x167) [0x7f5798f56f11]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libsofficeapp.so(+0x4e419) [0x7f57a30d3419]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(+0xa87119) [0x7f5798f67119]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libvcllo.so(_Z6SVMainv+0x4d) [0x7f5798f67282]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libsofficeapp.so(soffice_main+0x1bf) [0x7f57a312a6b5]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libsofficeapp.so(+0xe8db2) [0x7f57a316ddb2]
        /home/hcastro/build/gcc-lo-sid/instdir/program/libuno_sal.so.3(+0x77581) [0x7f579f807581]
        /lib/x86_64-linux-gnu/libpthread.so.0(+0x7494) [0x7f57a412b494]
        /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7f57a3e6daff]
        
        Change-Id: I455bd44d40c6c9b3ed49d047b8bce23a4600c265
        Reviewed-on: https://gerrit.libreoffice.org/46206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-12-12  andreas kainz  <kainz.a@gmail.com>  [b298ed318ee525e09722baf976d2608e398b8773]

        Elementary-icons: add numberformatthousands
        
        Change-Id: I3ec172b068cb471d246489259e8deb4dfb34f9e4
        Reviewed-on: https://gerrit.libreoffice.org/46281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [9807290ccb87c0901a53f885a81a6aab93181f1d]

        tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
        
        Final part. Here frmaddpage.ui is migrated, but to reuse the 2
        other strings we need to shake up their original place in page.cxx
        
        Now all the stings are moved to svx and occur only once in the code base.
        
        Change-Id: I8b3942f96d43bf8d6f054c8410c3781bcefc3ccc
        Reviewed-on: https://gerrit.libreoffice.org/46189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [4fe154d6e068aa9accdb64e8ebd4d1491b6c94f9]

        ensure dec ref if exception called
        
        Change-Id: I7aabfd98e89389e15bf7b78abb81d3385fe30342
        Reviewed-on: https://gerrit.libreoffice.org/46245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  andreas kainz  <kainz.a@gmail.com>  [126b910380d13c91938f8b5d5f398fc5390403e4]

        Breez and Elementary-icons: fix av02048 for avmedia
        
        Change-Id: Iaeb96f8b1dffaee73230c7d4a4817d1cf0b821a6
        Reviewed-on: https://gerrit.libreoffice.org/46282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-12  Gabor Kelemen  <kelemeng@gnome.hu>  [ff7cf9afb9eb3785a38e84658b28aed87f11a92b]

        Updated core Project: help  ed6eecfc6f33cb7cbd33996dcd2d0f07f6e04405
        
        Fix extended help in Table Wizard of Base
        
        Add missing HIDs and fix a broken one
        
        Change-Id: I4478cdd2e10bf994509c828444701c5875bc3125
        Reviewed-on: https://gerrit.libreoffice.org/46269
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-12  Jan Holesovsky  <kendy@collabora.com>  [dcba1752892cb22e3f4b63e7d648931f7cb5f89b]

        Fix binary incompatible change in the LOK API + add unit test.
        
        Change-Id: I53cb40ea351bf56b1a299857a59ae4bf7c6b6dc3
        Reviewed-on: https://gerrit.libreoffice.org/46272
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-12  Gabor Kelemen  <kelemeng@gnome.hu>  [7c0d654c845a7f045821884a99a7c1008fb6a4f0]

        Updated core Project: help  83d2ccb8248fbe24ccb0206b60d6f15c439f07f6
        
        Remove unnecessary page from Gallery context menus explanation
        
        The confirmation window is a simple Yes/No now, no need to keep
        a whole page for this.
        
        Change-Id: I182d4937d049ae62e0b62180ed94115369aea2c7
        Reviewed-on: https://gerrit.libreoffice.org/46268
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [312cecf11c1ab8acef6ce08ccb90d5322836b08f]

        tdf#113183 DOCX import: fix not independent text box alignments
        
        The alternative would be to clear them in
        writerfilter::dmapper::DomainMapper::getPositionOffset(), but that runs
        before writerfilter::dmapper::PositionHandler::lcl_sprm(), so it would
        be too early.
        
        Change-Id: I287b9a4025c4b1844ae467c48815b5d7ffe3f98e
        Reviewed-on: https://gerrit.libreoffice.org/46279
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-12  Gabor Kelemen  <kelemeng@gnome.hu>  [9c1fcf8a109ad84b4a468abc0ffb7c4a81c8c0a8]

        Updated core Project: help  ea550f7a968308983282f05b7547d0d45eda9cd0
        
        Update the main Options page
        
        - Reorder items to match current UI
        - Rename Database to Base
        
        Change-Id: I5722dda5ab5b28ac78cc4cb95a790ef437bf582a
        Reviewed-on: https://gerrit.libreoffice.org/46267
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-12  Gabor Kelemen  <kelemeng@gnome.hu>  [b112294e134ae9898a41445595c6547877362fbe]

        Updated core Project: help  cd80e52e862116e77540a542e1c5f2315fb7a5e4
        
        Update Options - LibreOffice page
        
        - Remove Color page from the list
        - Remove unused ahelp (SID is not a HID)
        - Reorder categories to match current UI
        
        Change-Id: Ia08e7e28a4b18886586d6e219c238d75bf935b86
        Reviewed-on: https://gerrit.libreoffice.org/46266
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-12  Gabor Kelemen  <kelemeng@gnome.hu>  [bd8308f89b24ac1e35c4db5a0838c8ca9ae69338]

        Updated core Project: help  4c4aebd5adf9b28034919c61073ec8d9fb5e5bea
        
        Fix extended help in the Euro Converter wizard
        
        Change-Id: Iec988614f0cb2f6cea9d17c136bc12c8163c7bd6
        Reviewed-on: https://gerrit.libreoffice.org/45834
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-12  Stephan Bergmann  <sbergman@redhat.com>  [1553cc326c5eb98b658e2202630ba0f0217c0ae4]

        Make --disable-runtime-optimizations not fail when LIBO_LD_PATH is unset
        
        ...outside of CppunitTest_xmlsecurity_signing
        
        Change-Id: I0679fd3437bdddfdb7b40daddc7c107d9d8fcc90

2017-12-12  andreas kainz  <kainz.a@gmail.com>  [e5e9633a7c859ca64ddd1c2fc8d5be084da72aac]

        Breeze-icons: add numberformatthousands
        
        Change-Id: I336532d07640fe63a988d89c96f03a7ecbe374f8
        Reviewed-on: https://gerrit.libreoffice.org/46278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-12  andreas kainz  <kainz.a@gmail.com>  [452f35e7337c70feb39aed0cb2eaaa7c662ec79f]

        tdf#114265 Use close icon in find in print preview elementary
        
        Change-Id: I6ccb7c9b01fb3dc3c52fccaf8f44fe34d762f7df
        Reviewed-on: https://gerrit.libreoffice.org/46277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f64a78b49bffdbc614e1fcdc8ff906edd895b65e]

        Related tdf#83877 Add signatureline element to draw:frame, not draw:image
        
        Because a frame can have multiple (fallback) images, so this would have been
        added only to the first one.
        
        Change-Id: I1c41c5e6fd3959fb5cfb5afb5d4fe98b2e5e3c73
        Reviewed-on: https://gerrit.libreoffice.org/46243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [ea0e5ac64820976a2ae124e47156dd94407bf874]

        ofz: Null-deref
        
        Change-Id: Iffca72883eacb9502b14751b02c0bc61110614b8

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [042d9a5a71b9a21fca144123f82141f92f305169]

        sal_uIntPtr->sal_uInt32 in AbstractGalleryIdDialog
        
        to match the underlying call to SetId in GalleryTheme
        
        Change-Id: If862c1f7c2d7c05484347ef46a9d504e95686ec7
        Reviewed-on: https://gerrit.libreoffice.org/46273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ba06c3ce8783d41f4f19b4b036982512369bb6f]

        remove some dead message constants
        
        Change-Id: I3e4ce75740673c9a286a01fd5755fecf6c06849d
        Reviewed-on: https://gerrit.libreoffice.org/46231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [eb9f4b407164ff23f7f62022feb285e0f158a962]

        use afl html_tags as htmlfuzzer dictionary
        
        Change-Id: Ic179f835d4d67a9856381b87f7fbc8b144bf595d

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [aa2480daae4b87d37e9c7ce226dd0082a54fc254]

        ofz: Null-deref
        
        Change-Id: I83560b28d30d76c48b2283940e90e1b2c2bc9db5

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [581820cbb0542f5d1401c1fac4bfb6efee72937c]

        ofz: Null-deref
        
        Change-Id: I5c9925e4985e342537affe8048058f6afc886e6b

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [2c51c972c660abb2410cfdc914034e13460a23ae]

        ofz: more leaks
        
        Change-Id: Ibad2b1e0506d39411687e4a64d2c0bccb6e7d98f
        Reviewed-on: https://gerrit.libreoffice.org/46252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Caolán McNamara  <caolanm@redhat.com>  [4f4545b8c3c017dcf39c9707f1602c2c9718f19f]

        valgrind: various html leaks
        
        Change-Id: I5536254edd6fa2ba7f7fb2457edd8ad5a5111313
        Reviewed-on: https://gerrit.libreoffice.org/46244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-12  Stephan Bergmann  <sbergman@redhat.com>  [47816cf3674fbbe2355b53692fe2facfbe3cfdc9]

        Fix unnecessary wrong downcast
        
        ...from ScFormatEntry to ScCondFormatEntry instead of just ScConditionEntry,
        introduced with 3f614f431475e1bf3bb3bbeac59b0681309628b7 "tdf#95295: don't add
        duplicate conditional formats".  Caused e.g. CppunitTest_sc_bugfix_test to fail
        under -fsanitize=vptr, when trying to downcast a ScValidationData.
        
        Change-Id: I913076d3538bafbdb2ac57b6bb1bd89199b048a6

2017-12-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c85d8064cb67552e3ddcc73099769af09d7d0edd]

        Move generateGUIDString to comphelper
        
        and remove duplicate method
        
        Change-Id: Ic513a780f3b9b526c3abd0f273ad9c230ffbb373
        Reviewed-on: https://gerrit.libreoffice.org/46233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ac3d194db5bf32de9b92a0accf7492145e5d6cdd]

        Updated core Project: translations  28cfef34df86f518e0d03f4d2fd18bfe2916d982
        
        resurrect some translated strings via compendium
        
        Change-Id: Id82cede546542d3baba7fba0a89cd5932eeb00b4
        

2017-12-12  Stephan Bergmann  <sbergman@redhat.com>  [135c160d41e68c8ba4178684cce6fb88b1f57d78]

        loplugin:salcall
        
        Change-Id: I38be4ffc8e93cdc567fbaaf826ce791fa79bbfaf

2017-12-12  Stephan Bergmann  <sbergman@redhat.com>  [d15f042abd5a1093984a0c8380837145f38c4efc]

        CppunitTest_xmlsecurity_signing failed in sanitizer builds
        
        ...because external/gpgmepp spawns /usr/bin/gpgconf (and later on /usr/bin/ggp2,
        /usr/bin/gpgsm) which all depend on libgpg-error.so.0, so due to CppunitTest's
        LD_LIBRARY_PATH will pick up instdir/program/libgpg-error.so.0, which fails due
        to
        
        > /usr/bin/gpgconf: symbol lookup error: /data/sbergman/lo-san/core/instdir/program/libgpg-error.so.0: undefined symbol: __asan_option_detect_stack_use_after_return
        
        The easiest fix appears to be, when running sanitizers on Linux, to hack
        gpgmepp's _gpgme_io_spawn to set LD_LIBRARY_PATH back to its original state.
        (When it was originally unset, it will now be set but null, but that should not
        make a difference.)  This requires EXTRA_ENV_VARS to be set earlier in
        CppunitTest.mk, so setting LIBO_LD_PATH doesn't use the LD_LIBRARY_PATH value
        set in gb_CppunitTest_CPPTESTPRECOMMAND.
        
        The backtrace of the first, originally failing call to _gpgme_io_spawn during
        CppunitTest_xmlsecurity_signing:
        
        > #0  0x00007fffe1f354dc in _gpgme_io_spawn (path=0x1 <error: Cannot access memory at address 0x1>, argv=0x7ffff2fbd4e0, flags=0, fd_list=0x9, atfork=0x4e, atforkvalue=0x7ffff2fbd4e0, r_pid=0x7ffff2fbd4e0) at posix-io.c:433
        > #1  0x00007fffe1f41971 in read_gpgconf_dirs (pgmname=0x6110002f8e00 "/usr/bin/gpgconf", components=0) at dirinfo.c:206
        > #2  0x00007fffe1f3fa29 in get_gpgconf_item (what=12) at dirinfo.c:284
        > #3  0x00007fffe1f4073e in _gpgme_get_default_gpg_name () at dirinfo.c:370
        > #4  0x00007fffe1e87093 in engine_get_file_name (proto=GPGME_PROTOCOL_OpenPGP) at engine.c:79
        > #5  0x00007fffe1e84e89 in gpgme_get_engine_info (info=0x7ffff2a06160) at engine.c:230
        > #6  0x00007fffe1e845ef in gpgme_engine_check_version (proto=GPGME_PROTOCOL_OpenPGP) at engine.c:144
        > #7  0x00007fffe634e7d9 in GpgME::checkEngine(GpgME::Protocol) (proto=GpgME::OpenPGP) at context.cpp:1610
        > #8  0x00007fff8df3fd49 in SecurityEnvironmentGpg::SecurityEnvironmentGpg() (this=0x6060005825c0) at xmlsecurity/source/gpg/SecurityEnvironment.cxx:30
        > #9  0x00007fff8df5755e in SEInitializerGpg::createSecurityContext(rtl::OUString const&) (this=0x606000582560) at xmlsecurity/source/gpg/SEInitializer.cxx:45
        > #10 0x00007fff8df57bb3 in non-virtual thunk to SEInitializerGpg::createSecurityContext(rtl::OUString const&) () at include/rtl/stringutils.hxx:170
        > #11 0x00007fffab66de90 in DocumentSignatureManager::init() (this=0x7ffff2fbb020) at xmlsecurity/source/helper/documentsignaturemanager.cxx:78
        > #12 0x00007fffab498504 in DocumentDigitalSignatures::ImplVerifySignatures(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, DocumentSignatureMode) (this=0x6080001aaf20, rxStorage=uno::Reference to (OStorage *) 0x60d0003a4c48, xSignStream=empty uno::Reference, eMode=DocumentSignatureMode::Content) at xmlsecurity/source/component/documentdigitalsignatures.cxx:264
        > #13 0x00007fffab497f8b in DocumentDigitalSignatures::verifyDocumentContentSignatures(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) (this=0x6080001aaf20, rxStorage=uno::Reference to (OStorage *) 0x60d0003a4c48, xSignInStream=empty uno::Reference) at xmlsecurity/source/component/documentdigitalsignatures.cxx:127
        > #14 0x00007fffab49c35b in non-virtual thunk to DocumentDigitalSignatures::verifyDocumentContentSignatures(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) () at include/cppu/unotype.hxx:136
        > #15 0x00007fffafc062a3 in SfxObjectShell::ImplAnalyzeSignature(bool, com::sun::star::uno::Reference<com::sun::star::security::XDocumentDigitalSignatures> const&) (this=0x61100021c7c0, bScriptingContent=false, xSigner=empty uno::Reference) at sfx2/source/doc/objserv.cxx:1293
        > #16 0x00007fffafc074b1 in SfxObjectShell::ImplGetSignatureState(bool) (this=0x61100021c7c0, bScriptingContent=false) at sfx2/source/doc/objserv.cxx:1322
        > #17 0x00007fffafc0383d in SfxObjectShell::GetDocumentSignatureState() (this=0x61100021c7c0) at sfx2/source/doc/objserv.cxx:1485
        > #18 0x00007fffafbb323c in SfxObjectShell::CheckForBrokenDocSignatures_Impl() (this=0x61100021c7c0) at sfx2/source/doc/objmisc.cxx:981
        > #19 0x00007fffafbb2da4 in SfxObjectShell::CheckSecurityOnLoading_Impl() (this=0x61100021c7c0) at sfx2/source/doc/objmisc.cxx:931
        > #20 0x00007fffafbb95cf in SfxObjectShell::FinishedLoading(SfxLoadedFlags) (this=0x61100021c7c0, nFlags=SfxLoadedFlags::ALL) at sfx2/source/doc/objmisc.cxx:1079
        > #21 0x00007fff716a9185 in SwDocShell::LoadingFinished() (this=0x61100021c7c0) at sw/source/uibase/app/docsh.cxx:1153
        > #22 0x00007fff71759ada in SwDocShell::Load(SfxMedium&) (this=0x61100021c7c0, rMedium=...) at sw/source/uibase/app/docshini.cxx:581
        > #23 0x00007fffafc2bd9a in SfxObjectShell::LoadOwnFormat(SfxMedium&) (this=0x61100021c7c0, rMedium=...) at sfx2/source/doc/objstor.cxx:2971
        > #24 0x00007fffafc3128c in SfxObjectShell::DoLoad(SfxMedium*) (this=0x61100021c7c0, pMed=0x60300083dac0) at sfx2/source/doc/objstor.cxx:714
        > #25 0x00007fffafdd88d8 in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x6190000fb0b0, seqArguments=uno::Sequence of length 13 = {...}) at sfx2/source/doc/sfxbasemodel.cxx:1788
        > #26 0x00007fffb049a98a in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (this=0x6060004aaec0, rArgs=uno::Sequence of length 11 = {...}, _rTargetFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x6160000c63f0) at sfx2/source/view/frmload.cxx:693
        > #27 0x00007fff82d6a7ee in framework::LoadEnv::impl_loadContent() (this=0x7ffff2fe3040) at framework/source/loadenv/loadenv.cxx:1105
        > #28 0x00007fff82d5aa6b in framework::LoadEnv::startLoading() (this=0x7ffff2fe3040) at framework/source/loadenv/loadenv.cxx:374
        > #29 0x00007fff82d56633 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (xLoader=uno::Reference to (framework::Desktop *) 0x6160000153f8, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000002b10, sURL="file:///xmlsecurity/qa/unit/signing/data/goodGPG.odt", sTarget="_default", nFlags=0, lArgs=uno::Sequence of length 2 = {...}) at framework/source/loadenv/loadenv.cxx:160
        > #30 0x00007fff82ec93f0 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x616000015380, sURL="file:///xmlsecurity/qa/unit/signing/data/goodGPG.odt", sTargetFrameName="_default", nSearchFlags=0, lArguments=uno::Sequence of length 2 = {...}) at framework/source/services/desktop.cxx:618
        > #31 0x00007fff82ec95eb in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) () at include/rtl/stringutils.hxx:170
        > #32 0x00007fffabe3097d in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x60c000035e48, rURL="file:///xmlsecurity/qa/unit/signing/data/goodGPG.odt", rDocService="com.sun.star.text.TextDocument", rExtraArgs=empty uno::Sequence) at unotest/source/cpp/macros_test.cxx:50
        > #33 0x00007fffb2ba9d2a in SigningTest::createDoc(rtl::OUString const&) (this=0x60c000035e00, rURL="file:///xmlsecurity/qa/unit/signing/data/goodGPG.odt") at xmlsecurity/qa/unit/signing/signing.cxx:204
        > #34 0x00007fffb2bd1532 in SigningTest::testODFGoodGPG() (this=0x60c000035e00) at xmlsecurity/qa/unit/signing/signing.cxx:690
        > #35 0x00007fffb2c304fd in std::__invoke_impl<void, void (SigningTest::*&)(), SigningTest*&>(std::__invoke_memfun_deref, void (SigningTest::*&)(), SigningTest*&) (__f=@0x6030001f0480: (void (SigningTest::*)(SigningTest * const)) 0x7fffb2bd0d80 <SigningTest::testODFGoodGPG()>, __t=@0x6030001f0490: 0x60c000035e00) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/invoke.h:73
        > #36 0x00007fffb2c300e0 in std::__invoke<void (SigningTest::*&)(), SigningTest*&>(void (SigningTest::*&)(), SigningTest*&) (__fn=@0x6030001f0480: (void (SigningTest::*)(SigningTest * const)) 0x7fffb2bd0d80 <SigningTest::testODFGoodGPG()>, __args=@0x6030001f0490: 0x60c000035e00) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/invoke.h:95
        > #37 0x00007fffb2c2ff2f in std::_Bind<void (SigningTest::*(SigningTest*))()>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) (this=0x6030001f0480, __args=...) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/functional:467
        > #38 0x00007fffb2c2fb23 in std::_Bind<void (SigningTest::*(SigningTest*))()>::operator()<, void>() (this=0x6030001f0480) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/functional:549
        > #39 0x00007fffb2c2e8d1 in std::_Function_handler<void (), std::_Bind<void (SigningTest::*(SigningTest*))()> >::_M_invoke(std::_Any_data const&) (__functor=...) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/std_function.h:316
        > #40 0x00007fffb2c30b1c in std::function<void ()>::operator()() const (this=0x608000083660) at /usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/std_function.h:706
        > #41 0x00007fffb2c2db41 in CppUnit::TestCaller<SigningTest>::runTest() (this=0x608000083620) at workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175
        > #42 0x00007ffff78fc159 in CppUnit::TestCaseMethodFunctor::operator()() const (this=0x7ffff2e9c0d0) at TestCase.cpp:32
        > #43 0x00007fffdc3cc8e3 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x602000019910, functor=...) at test/source/vclbootstrapprotector.cxx:48
        > #44 0x00007ffff78ccf96 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x6030002189e0) at ProtectorChain.cpp:20
        > #45 0x00007fffe8938ab3 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x6020000003f0, functor=...) at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
        > #46 0x00007ffff78ccf96 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x603000218a10) at ProtectorChain.cpp:20
        > #47 0x00007fffebc1e492 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x602000000250, functor=..., context=...) at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
        > #48 0x00007ffff78ccf96 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x603000218a40) at ProtectorChain.cpp:20
        > #49 0x00007ffff7863084 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x602000000150, functor=..., context=...) at DefaultProtector.cpp:15
        > #50 0x00007ffff78ccf96 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const (this=0x603000218a70) at ProtectorChain.cpp:20
        > #51 0x00007ffff78c68f5 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (this=0x60b000000510, functor=..., context=...) at ProtectorChain.cpp:86
        > #52 0x00007ffff795e259 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7ffff2f000a0, functor=..., test=0x608000083620, shortDescription="") at TestResult.cpp:182
        > #53 0x00007ffff78fa785 in CppUnit::TestCase::run(CppUnit::TestResult*) (this=0x608000083620, result=0x7ffff2f000a0) at TestCase.cpp:91
        > #54 0x00007ffff798c2fe in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (this=0x608000081820, result=0x7ffff2f000a0) at TestRunner.cpp:47
        > #55 0x00007ffff795ccdf in CppUnit::TestResult::runTest(CppUnit::Test*) (this=0x7ffff2f000a0, test=0x608000081820) at TestResult.cpp:149
        > #56 0x00007ffff798d23f in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (this=0x7ffff2f4db00, controller=..., testPath="") at TestRunner.cpp:96
        > #57 0x000000000052e3a9 in (anonymous namespace)::ProtectedFixtureFunctor::run() const (this=0x7ffff2f00350) at sal/cppunittester/cppunittester.cxx:319
        > #58 0x000000000052ae38 in sal_main() () at sal/cppunittester/cppunittester.cxx:469
        > #59 0x0000000000529e2c in main(int, char**) (argc=23, argv=0x7fffffff2798) at sal/cppunittester/cppunittester.cxx:376
        
        Change-Id: I386a3b316c78344c2449568894c0f03ba39b1bf0
        Reviewed-on: https://gerrit.libreoffice.org/46249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [de37c379847afcef8ddf3f03f84cca1b61104851]

        svtools: Simplify BrowserDataWin with std::unique_ptr
        
        Change-Id: Ib63b60c1f5326cfc1b163164ae5a783ea8ba1919
        Reviewed-on: https://gerrit.libreoffice.org/46256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [d905c783e7f20ea1f18600252cd92c02ea7f91f7]

        TypeWhichId in sw
        
        Change-Id: Ia5654aaf88f13c37f52e3c17d61dd3475641070a
        Reviewed-on: https://gerrit.libreoffice.org/46230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [bb76df91431e2043a0683ea4140fe69178e10c8d]

        sal_uIntPtr->sal_uInt64 in Get/SetUpdateTimeout
        
        to match the call on the underlying Timer
        
        Change-Id: Ia9044afa18decde69330962f74f7be477e9962fc
        Reviewed-on: https://gerrit.libreoffice.org/46226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [5de99031fa31eaf78d92cf5aa8de6cac8f2f8782]

        sal_IntPtr->sal_uInt32 in INetMIMEMessageStream
        
        Change-Id: I5c57b0bf28a395a0617d1c16ccaeff759915974e
        Reviewed-on: https://gerrit.libreoffice.org/46225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef5471959f21ebc4599146d672165513d92d344a]

        sal_uIntPtr->sal_uInt32 in m_nMIMEIndex
        
        Change-Id: I1373f11f07679569ef338178e56ffd269baf3c30
        Reviewed-on: https://gerrit.libreoffice.org/46224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [8772a64f430ab097af7daf8377a6a55a1ecca7d9]

        mnDataUpdateId can be sal_uInt32
        
        Change-Id: Ied469752391afeca365838f83b35e75143b7cf65
        Reviewed-on: https://gerrit.libreoffice.org/46223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-12  Jens Carl  <j.carl43@gmx.de>  [68f7d89cecc74e1df649e0691676178db544f913]

        tdf#45904 Move _XConsolidationDescriptor Java tests to C++
        
        Change-Id: Ib3e3722c1a4799ebb0cbb78f458abd6b967d6ba1
        Reviewed-on: https://gerrit.libreoffice.org/46263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-11  Mike Kaganski  <mike.kaganski@collabora.com>  [3f614f431475e1bf3bb3bbeac59b0681309628b7]

        tdf#95295: don't add duplicate conditional formats
        
        This tries to make sure that on copy, any conditional formatting
        that has same entries (conditions and formats) as another condition
        in the table, is not appended to the conditions list, but updates
        existing condition's range. This should prevent multiplication of
        entries with duplicating conditions and formats, and fragmenting
        ranges.
        
        Existing unit tests had to be adjusted, because they had ensured
        exactly that behaviour that is changed in this commit: that new
        items are added to the list, and e.g. multiple elements are created
        when a single cell is copied to a range.
        
        Change-Id: I46adb883bab7249571b912d56fea0c7918b3516d
        Reviewed-on: https://gerrit.libreoffice.org/45656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-11  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [7d202623b007979d9d0f93f6cd62c3c031d6d1d4]

        Fix typos and grammar
        
        Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f
        Reviewed-on: https://gerrit.libreoffice.org/46253
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-11  Eike Rathke  <erack@redhat.com>  [4094f9baf62a426b24f497c86d6a96ccfcb22ad1]

        Attempt to blind fix build breaker
        
        Change-Id: Ic20cc65b7fa78729d432fbf5e15fabe0e25cf627

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [44e47c2c32799e7833cc6cfd249c4d15306fd7e6]

        ofz#4594 Integer-overflow
        
        Change-Id: I6d73f514536e5b3e69573e24fd8b9f4b84e315c5
        Reviewed-on: https://gerrit.libreoffice.org/46248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  andreas kainz  <kainz.a@gmail.com>  [85beecd2dc1c7d916a68fed0977706bad77ccf12]

        Elementary-icons 1.0 beta release svg files of ALL icons
        
        Change-Id: Iaec7315c2408064fc02baf16d1a47fdd539a875c
        Reviewed-on: https://gerrit.libreoffice.org/46175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-11  tagezi  <lera.goncharuk@gmail.com>  [baadb184e84568acd1c6efda95c3715b05818da3]

        tdf#96505 Deleted suffix long (L) where it is possible
        
        Change-Id: Iafe5ea3822f7f0170d2fb041fea604e95dbfa015
        Reviewed-on: https://gerrit.libreoffice.org/46041
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [09815cf40fad561991bec4bea15b3f677c937b02]

        Updated core Project: help  08d29364d8178eb559fec149e03d751565f2bd55
        
        Clean extra XML tag
        
        Change-Id: Ifaf97010abd0f590fae3a154173c9c6dc3513644
        Reviewed-on: https://gerrit.libreoffice.org/46261
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-11  Michael Stahl  <mstahl@redhat.com>  [8a3bb9356219754af7e651a879b5fc8925a18468]

        tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()
        
        The ... idiomatic C++ code in TVChildTarget::Check() and
        SearchAndInsert() handles ownership in non-obvious ways,
        so it's not surprising that it took offense at the recent
        conversion to std::unique_ptr.  Let's at least try to
        prevent it from crashing so quickly.
        
        (regression from 4b69497e36b941d4db62ae8d5bad863d032fdc50)
        
        Change-Id: I0981707a61aee1733e727b1c00346d8ec524362e

2017-12-11  geri1245  <g.tarsoly@yahoo.com>  [54dfb9ff07a41d9249302ac2ed0a005d0a8114d4]

        tdf#111785 Save hatch background color in pptx format.
        
        When exporting to pptx from LO, the background color of
        the hatching is preserved. The default background, when no
        hatch background is set is transparent.
        
        Change-Id: Ie44c89a9ce54eef49100b3e7b376c27c1a952fcf
        Reviewed-on: https://gerrit.libreoffice.org/46098
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-11  Rene Engelhard  <rene@debian.org>  [9db88abe3f91bb4f7b1cbf533a40af4eb8266c21]

        copyright
        
        Change-Id: I102d9ca1be63c2ef8fef4957fb5589d98583881f

2017-12-11  Rene Engelhard  <rene@debian.org>  [48ff651c521a07e50870f39a9ab5f4cc2ad76d03]

        apparmor: copy xpdfimport definition into xpdfimport and allow "m"
        
        Dec 11 18:46:11 sid kernel: [  176.085106] audit: type=1400 audit(1513014371.237:22): apparmor="DENIED" operation="file_mmap" profile="libreoffice-xpdfimport" name="/usr/lib/libreoffice/program/xpdfimport" pid=1511 comm="xpdfimport" requested_mask="m" denied_mask="m" fsuid=1000 ouid=0
        
        Change-Id: I31ddb412d1dd95506a00d22739a33d2e6770ba23

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [72e5a125c973758e8a5dc489d6a861c92cfaa7a9]

        loplugin:salcall
        
        Change-Id: I735b8ae96ed06dd5914d4e868d11ecbd21ffb1ad

2017-12-11  Rene Engelhard  <rene@debian.org>  [2d9170ab14427e88893da353c3f154e242c05953]

        revert accidentially committed local change
        
        Change-Id: I2dcac6b8faf1e89ff0c9483bef74ae7c22fc26fb

2017-12-11  Rene Engelhard  <rene@debian.org>  [2a74249d058e8642b057d22c7480b29c88e6ac96]

        sysui/desktop/apparmor/program.soffice.bin: allow /usr/bin/gpgconf
        
        Change-Id: I762ed3961d929204fdb97a3272fc9ca73f7d0234

2017-12-11  Rene Engelhard  <rene@debian.org>  [0ea1e508041511233d40b8a2f56517fc2a28b221]

        also allow /usr/bin/dash (etc.) for merged-/usr-scenario
        
        Change-Id: Ic139e67b0931a4648bac147398970aa80a331c34

2017-12-11  Eike Rathke  <erack@redhat.com>  [f6b2349e880afa82f9267087fb48b6e4f8a9aa05]

        Resolves: tdf#114406 treat % as the operator that it is
        
        Regression from
        
            commit 73c7e0921d752df53004ed55735f3e8888cc592f
            Date:   Tue Sep 20 21:39:10 2016 +0200
        
        	sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numeric
        
        for ODFF, and for OOXML
        
            commit a8a8ff59c5749bbe1f2f58ea8fd42d66e6ae2a81
            Date:   Tue Sep 20 22:37:59 2016 +0200
        
        	sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXML
        
        Numbers followed by a percent operator like 100% were always
        (wrongly) treated as one entity (by '%' having ScCharFlags::Value)
        and incidentally handled by the number formatter's parser, which
        so far "worked" in the sense that the correct constant number was
        produced (i.e. 1 here), but the expression detail was lost.
        
        The commits above for performance reasons when reading ODF or
        OOXML files don't let a symbol pass through the number formatter's
        parser anymore and the "100%" does not represent a strict number,
        so lead to #NAME? error at the end.
        
        Set the proper flags in the compiler's character table to treat
        '%' as operator in all circumstances.
        
        Change-Id: I266beb74a313c779370e5fac42f45d0fb5cdba0c

2017-12-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [814ff5301d4db1119aeec63a41cdaaa49d71348b]

        libassuan: upgrade to release 2.5.1
        
        Change-Id: Ic6ec245b0011676b1346ea75c016b3af02a0361c
        Reviewed-on: https://gerrit.libreoffice.org/46205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [a4408a523af1f80ab7755cd9dbd0abc9fa0ed5da]

        loplugin:salcall
        
        Change-Id: I7521b2adb9572efbb1d28f9f44f9d29c62d6e1e9

2017-12-11  Michael Stahl  <mstahl@redhat.com>  [71d7532f59b6e87729617d6c91bf65f7364ac78a]

        odk: fix 32-bit Linux build on 64-bit OS
        
        In this situation gcc/g++ will default to x86_64, so pass the "-m32"
        flag to produce x86 binaries.
        
        Change-Id: Ie31cd4240e353db606621cb03107ce03a74cfbef

2017-12-11  Michael Stahl  <mstahl@redhat.com>  [3331aecdf89c0b275fb8234414c6a8281114ae33]

        o3tl: 32-bit clang 4.0.1 fails with undefined reference to `__mulodi4'
        
        ... so prevent it from using __builtin_mul_overflow().
        
        Change-Id: Id716f88abb0385701b6df42353b663479abfd496

2017-12-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [bade2dff0fc7c4d33af1fda8b3e79ff525c36565]

        external: fix host setup for gpgme and libassuan
        
        Change-Id: I9315a2158dce7d06a875787428e17eb75826de37
        Reviewed-on: https://gerrit.libreoffice.org/46222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [2c51ebd6bf8d9819e1d4fc3d54bd14b2f20c8b0e]

        Remove unnecessary forward declaration
        
        ...introduced with 7330776504ca2e62790f3e3e6d8f575fbad2ec54 "Build fix: forward-
        decl rtl::OUString" in parallel with df802d0c1b0d255bc88eac279cb8a72d7570ec3a
        "Build fix".  The latter (introducing an #include) is necessary to also include
        the necessary using declaration.
        
        Change-Id: If5617505d909b97d866f0434df7305f34eef8b0e
        Reviewed-on: https://gerrit.libreoffice.org/46213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [20b349052099aa1ecc00276e484cb84525c4931d]

        ofz#4592 Direct-leak
        
        regression from
        
        commit 225115af05cba9a603130914b49c5b28ed451108
        Date:   Fri Sep 15 09:17:17 2017 +0200
        
            tdf#62525 tools: use cow_wrapper class for Polygon
        
        Change-Id: Ibd9173bfb005f8a30317d95adea4e5fb25f1df1d
        Reviewed-on: https://gerrit.libreoffice.org/46229
        Reviewed-by: Andreas Brandner <Andreas.Brandner@cib.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [42c59d7c8fd1373e62fd0131852e9a631efd387a]

        Revert "just delete, don't check for null and then delete"
        
        no time for this
        
        This reverts commit 4b941b7b7fd79415935c8f2d3ce900eb64a40f66.

2017-12-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3f501d151f85261f8c826089b936f2a1b5e81ff3]

        Updated core Project: help  9e89f79476859a19c376f0fdf029cc0600a39179
        
        tdf#107601 rename t-test to Paired t-test in Help
        
        Note: The change in the interface is related to Data - Statistics -
        t-Test.
        
        Reference to Calc function =TTEST() are left unchanged.
        
        Change-Id: Ic83d177cbea14aa2fe49534cdf6bd363b0701d63
        Reviewed-on: https://gerrit.libreoffice.org/46185
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [af77dff1c08313fd355d173eacff9267595f7087]

        ofz#4583 Abrt
        
        Change-Id: Id6e782cb09a76901cdd8c43b25eff3d53700ece7
        Reviewed-on: https://gerrit.libreoffice.org/46216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [3e38f8c507d9924fac00b6b7dffc6dafb98bb368]

        ofz#4591 Integer-overflow
        
        Change-Id: I97d527272f198a46485b98a8f26acd8daa42cab7
        Reviewed-on: https://gerrit.libreoffice.org/46217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [8d62b79f168180c6992eb483ec864d473050635f]

        tdf#112443 disable off-page content positioning
        
        Disable the positioning for objects that are completely off-page.
        During import, LO writer forces content always back to the page
        and causes unwanted content on the page in constrast to MSO.
        
        To achive this the top/left position of the content is compared to the bottom/right border of the clipping region.
        
        A new compatibility flag OFF_PAGE_POSITIONING is introduced for
        legacy rendering of legacy documents.
        
        A unit test demonstrates the issue.
        
        It resolves tdf#112443.
        
        Change-Id: I263c129f9f09ed909ad777a34f8b9ffc84d871e4
        Reviewed-on: https://gerrit.libreoffice.org/43313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [4b941b7b7fd79415935c8f2d3ce900eb64a40f66]

        just delete, don't check for null and then delete
        
        Change-Id: I4b3ebaadfe72c2c369ae6ad49abfb0d6626e9d71
        Reviewed-on: https://gerrit.libreoffice.org/46228
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [48053ba5a110360b6d5eb19b6fb8a88e904b85c2]

        sw: prefix members of SwAccessibleChildMap
        
        Change-Id: Icf886da2ab2ed2b2bdddd26efbaf6c889eef65f4
        Reviewed-on: https://gerrit.libreoffice.org/46209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [b06ef4699e486368840bf0f7457debbe7f985ab0]

        ofz: crash on null pTableNd
        
        Change-Id: I9396afb40d75ee2463005a4501233dde1683f556
        Reviewed-on: https://gerrit.libreoffice.org/46165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  jmzambon  <jeanmarczambon@gmail.com>  [c4d0cd148128ceec55b95407d637d42e27426966]

        tdf#97362: convert sw java complex tests to Python (#final)
        
        Move test documents to python folder.
        Delete remaining java helper class "TestDocument" and parent folder.
        
        Change-Id: I76ba4e82e96b39df207c337fc1f17052b750774d
        Reviewed-on: https://gerrit.libreoffice.org/46188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [18aaca86fc0733244f36b761479c8dd476752a30]

        tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
        
        Reduce number of translatable strings in columnpage.ui
        
        Change-Id: Id3d8744bed8ac8366b10f93fa8e38803316eeb82
        Reviewed-on: https://gerrit.libreoffice.org/46171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-11  andreas kainz  <kainz.a@gmail.com>  [caab75e01ae7c8484d2306cc5acf8a976920cc66]

        Elementary-icons 1.0 beta release
        
        Change-Id: Ie1e82545d7e6374acaab17470c0d84383a82ec8c
        Reviewed-on: https://gerrit.libreoffice.org/46174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1fa111f129078ce99a4c9f07ba77b15bcae45fae]

        Fix typos
        
        Change-Id: I667aaaab0bc57bd6a0a3ea9cb2b837e124031627
        Reviewed-on: https://gerrit.libreoffice.org/46221
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-12-11  Mike Kaganski  <mike.kaganski@collabora.com>  [d2ddc267e2015cd1cbe607eb7680d00a8cfa1965]

        Enable RTF import tests on Windows
        
        Change-Id: I4c14679d5cb91dc3cf35c3f47cb9120d3ee0f9cf
        Reviewed-on: https://gerrit.libreoffice.org/46212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c98099c2577084cc807a4928756e3e7e8600061]

        convert SFXFRAME_HASTITLE to bool field
        
        this is the only flag we are setting in the "type" field, so simplify
        
        Change-Id: I6079750b915f55486bf815a27d48f673af59bdb0
        Reviewed-on: https://gerrit.libreoffice.org/46214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [3af500580b1c82eabd60335c9ebc458a3f68850c]

        loplugin:salcall fix functions
        
        since cdecl is the default calling convention on Windows for
        such functions, the annotation is redundant.
        
        Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d
        Reviewed-on: https://gerrit.libreoffice.org/46164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-11  Mike Kaganski  <mike.kaganski@collabora.com>  [0f9a596aa853b4f2beeff25c131246a7b31492a4]

        tdf#114333: consider trleft for 1st cell width on import; don't...
        
        ... recalculate cell widths by factor pagewidth/tablewidth on export
        This makes the import and export symmetrical.
        
        Unit test included.
        
        Some existing unit tests were updated:
        - testTdf97035: the previous width of B1 cell (3571 twips) was not
        stable enough on round-trip. Old code saved table with wrong width,
        and incidentally that made it to output correct width of the cell.
        New code outputs table width correctly, and drops unneeded cell width
        adjustment on export, so the rounding error on initial import makes
        output cell width wrong.
        We have a cumbersome arithmetics to import cell widths from RTF:
        1. In DomainMapperTableManager::sprm (case NS_ooxml::LN_CT_TblGridBase_gridCol)
        we do convertTwipToMM100 on initial sizes in twips;
        2. Then, in DomainMapperTableManager::endOfRowAction, we do
        rtl::math::round((fGridWidth * 10000) / nFullWidthRelative) on the
        mm100 sizes (the 10000 is UNO_TABLE_COLUMN_SUM from unotbl.cxx, which
        allows to measure cell widths in 100ths of percent of table's width
        instead of absolute sizes)
        3. Last, in SwTable::NewSetTabCols, we do
        lcl_MulDiv64<long>(nNewPos, rParm.nNewWish, nNewWidth)
        where rParm.nNewWish is table's width in twips (again), and nNewWidth
        is 10000. So, the three permutations give us twips back, but rounding
        errors may make result differ from initial value (as in case of cell
        width 1927 twips and table width 15527 twips, which results in 1926).
        
        The unstable width that resulted in roundtrip error was changed by 1.
        The changed unit test file is checked to still correctly test tdf#97035
        
        - testFdo55525: previously, the testdoc was imported with wrong width
        (too narrow); that caused rounding error on cell width calculation.
        Current tested value is more correct.
        
        Change-Id: I69112521c35b316ed6df11d5e4ff7336534164bd
        Reviewed-on: https://gerrit.libreoffice.org/46094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-11  Mike Kaganski  <mike.kaganski@collabora.com>  [12efb01e38f94992ce746d20d40410229c431225]

        Use platform-specific newline in unit test
        
        Change-Id: I7ff67ff952ecb2682a163866b91a9f2621dde935
        Reviewed-on: https://gerrit.libreoffice.org/46210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [50b0f93f3e15962125fdf6e8944b4140a208c727]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I0c5f11f305fff61ccf849ec5bcc3a9218797f7f5
        Reviewed-on: https://gerrit.libreoffice.org/46199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [492afb35b4fbec18be5e2695ea747e8fac50b890]

        Improve loplugin:salcall error reporting
        
        Change-Id: I214052491e90eb4147bf79d6fd3927266638c686
        Reviewed-on: https://gerrit.libreoffice.org/46203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Caolán McNamara  <caolanm@redhat.com>  [e1bd0dd9966c0d525477443bc54c1d2bd6f7d30f]

        tdf#114342 move recursion guard to encompass threaded path too
        
        Change-Id: If815d3faeb72fd8a176225fb80f87ee584ece3ba
        Reviewed-on: https://gerrit.libreoffice.org/46195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-11  ekuiitr  <jhaekansh80@gmail.com>  [adad3724e6c3e85b1b286ccddaf810f3c782424b]

        tdf#63154 removed some solar.h references
        
        Change-Id: Ib3672f84acc54d5838ab7ccf02d368968aa8b5af
        Reviewed-on: https://gerrit.libreoffice.org/46029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [aad6e593f7e856f716de57304e007fec789e37eb]

        loplugin:salcall (clang-cl)
        
        Change-Id: I31018af8d992c9496f01a72925e24d9b362e340d
        Reviewed-on: https://gerrit.libreoffice.org/46204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [e28ed8c0fb2ffcf5d3a282563ee3a1bf5687b875]

        loplugin:conststringvar (clang-cl)
        
        Change-Id: Icb0e32716ae58886912a1a1c7c50e66f30256227
        Reviewed-on: https://gerrit.libreoffice.org/46202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [c8d46b68aec94528c3c787484df3b2ad5479d46b]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: Ie36853231d58fdf985c32497732abe34f7828d7b
        Reviewed-on: https://gerrit.libreoffice.org/46201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [74254cd81542e308d905782da0500ba9ab9dba62]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I2c5aa4c5c3a100de87d3f873b371dded994e4a7c
        Reviewed-on: https://gerrit.libreoffice.org/46200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [016faa7fa1540b23c3e000022c318cdc462a8e75]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I6d45c262bfa79f00f21e71df25a324263bef0971
        Reviewed-on: https://gerrit.libreoffice.org/46198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Stephan Bergmann  <sbergman@redhat.com>  [a0d4ebae69b700ec51964f7ad6a831761170f13d]

        -Werror,-Wundef (clang-cl)
        
        Change-Id: Ie63408ddd3216b9012530f65f93c98cf04f0deca
        Reviewed-on: https://gerrit.libreoffice.org/46197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-11  Julien Nabet  <serval2412@yahoo.fr>  [cc91ea2ce8db3622201be55edfa7c1cf7aa264a4]

        Remove useless "using" in LibXSLTTransformer (filter)
        
        Change-Id: I13f1ebd8a0f8d2ff0384cccb1f7a161f4af668f4
        Reviewed-on: https://gerrit.libreoffice.org/46187
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-11  Jens Carl  <j.carl43@gmx.de>  [3004ba81597d75fd4253cb86f3455c4ae1c6acdb]

        Improve set up of test objects
        
        Improve the set up of the test objects by either adding an assert that a
        valid uno::Reference<sheet::XSpreadsheetDocument> exists or adding a
        message to existing asserts.
        
        Change-Id: I21af3a168eeae232edc8ef6787c439279e52d266
        Reviewed-on: https://gerrit.libreoffice.org/46176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-10  Andreas Brandner  <Andreas.Brandner@cib.de>  [225115af05cba9a603130914b49c5b28ed451108]

        tdf#62525 tools: use cow_wrapper class for Polygon
        
        Change-Id: I78f141762f593b36d32eb3eb2cda8fdae54b7277
        Reviewed-on: https://gerrit.libreoffice.org/42309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-10  Stephan Bergmann  <sbergman@redhat.com>  [456f943d2258164d35ec3522b1866302aa1f6e6b]

        Fix isSalCallFunction further
        
        ...after a31267be1bb42e8a5f80a3b660bbf969eeb5b647 "Fix isSalCallFunction so it
        also works on Windows", so that it actually does work on Windows.
        
        Change-Id: I0218fb41b3e1000e2325967a18dfaafaa95fe415
        Reviewed-on: https://gerrit.libreoffice.org/46193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7802b2435bcbb92913f52481df3001aa83ef7a55]

        lok: calc: fix: the last col/row headers were not collected
        
        Change-Id: I14b168dea9c1f1565dc973bf8ac07f3222b3eb9d
        Reviewed-on: https://gerrit.libreoffice.org/45791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ae80e14a28306b5892c582bfe2082ce56b3edbe7]

        lok: calc: fix: CTRL+RIGHT => crash
        
        Change-Id: I5c127aa4cbdca5e13d2329c1fb68f466464fe432
        Reviewed-on: https://gerrit.libreoffice.org/45790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [afd1a6b516c634392b02beaed51e0ac2a9f877ce]

        ofz#4582 Floating-point-exception
        
        Change-Id: I808022d970dc6e35839a032f4ebf024a48fadd11

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [e068d96feceff19977454da6ad3390ad7f7ce507]

        ofz#4581 Integer-overflow
        
        Change-Id: I7c4e19981c8ef6016f44680657d872102f00f6d3
        Reviewed-on: https://gerrit.libreoffice.org/46190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [31dcf60fc8e6bd2f49728e157319af3204f7f1a1]

        ofz#4576 Integer-overflow
        
        Change-Id: I8042170ca2c3e66887374a94aa7d335e4445be69
        Reviewed-on: https://gerrit.libreoffice.org/46182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [cd5a4971bb84bb588a990a252a84ed799fe1ebeb]

        ofz#4578 Integer-overflow
        
        Change-Id: I2fcd530b3217c72385301b8f3456557c8c8cec13
        Reviewed-on: https://gerrit.libreoffice.org/46183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [6ff9b5a63f4857703ba1974cfe2c46e34e744e26]

        ofz#4571 more Direct-leaks
        
        Change-Id: If845238c3c107a9edc95dc3663bf4c178e65ebc7
        Reviewed-on: https://gerrit.libreoffice.org/46180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [4aa0600449b82a419ccd6ffd8d3061fbfea3d1c2]

        ofz#4571 Direct-leak
        
        Change-Id: I1fbeec6a29854dbc80736ed442941f55bc1bb0a3
        Reviewed-on: https://gerrit.libreoffice.org/46179
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Caolán McNamara  <caolanm@redhat.com>  [0ecd8c5fe38b039fb15227a21938884f633c0c78]

        ofz#4570 depth protect mathtype parsing
        
        Change-Id: I1d8ca1704c057e154aa1d3aa57d722c24609cc48
        Reviewed-on: https://gerrit.libreoffice.org/46181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-10  Julien Nabet  <serval2412@yahoo.fr>  [01b64e5f5e3658810c7e66c6577705764ef7e288]

        Use for range loop in sdrhhcwrap (sw)
        
        Change-Id: I806dc071ab825fb689bdcee97f2db82518165245
        Reviewed-on: https://gerrit.libreoffice.org/46186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-10  Julien Nabet  <serval2412@yahoo.fr>  [f5c9593a7bab7af14feb88a74d757b2640e3149f]

        Use some for range loops in vcl
        
        Change-Id: I58a334e4d1252b2addd6784ab60d15b60593f722
        Reviewed-on: https://gerrit.libreoffice.org/46184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-10  Julien Nabet  <serval2412@yahoo.fr>  [6c42e3961ed29d3b6aa505c46b7d65024055a08e]

        Modernize code in sdext
        
        Change-Id: I2257014cf77b14aba263718b4730744960cc1dc2
        Reviewed-on: https://gerrit.libreoffice.org/46178
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0201942d31f6cf1baee010de8423b8bdc5f8d343]

        remove unused osl/time.h includes ..
        
        and some more in base64.cxx
        
        Change-Id: I31c9f23d3bd11f5482774e976a7c40025ffcfb86
        Reviewed-on: https://gerrit.libreoffice.org/46157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [06e5bd866b8c0bdb2d5686a3b446151abb8983fb]

        Fix typos
        
        Change-Id: I2de8448564c963d3361a828bb96dcdb15eddf717
        Reviewed-on: https://gerrit.libreoffice.org/46151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-10  Tor Lillqvist  <tml@collabora.com>  [ce652a7f0d2745143a3e1078607a72695ce124f9]

        Bin two comments that say the same as the names of the functions they are for
        
        Change-Id: I385e0ae6502eeab9e5cb536c34c64b7fa48442d0
        Reviewed-on: https://gerrit.libreoffice.org/46138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-12-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05bc203c3aa15ec01cc71a18ff8928c62e06eb9e]

        Fix inconsistent naming of a variable.
        
        Change-Id: I769d95a9800919b2241d48de246bee7fdbaa7996
        Reviewed-on: https://gerrit.libreoffice.org/46170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-10  Maxim Monastirsky  <momonasmon@gmail.com>  [202f46bfdeca9110ee37a06c848c505a05739a8f]

        tdf#114261 Retain toolbar:style after customization
        
        Change-Id: I50170a2433f5e20809dd5bca8cb764039e8e0d84
        Reviewed-on: https://gerrit.libreoffice.org/46169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c7755e615918c1a0cb3245f75334ba08f69ac226]

        Remove __ORCUS_STATIC_LIB defines.
        
        Since orcus is now integrated as dynamic shared libraries, we don't
        need these defines (in theory).
        
        Change-Id: I33ea2e862ecc23becf5d01173d3fb31c03797159
        Reviewed-on: https://gerrit.libreoffice.org/46166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-12-09  László Németh  <nemeth@numbertext.org>  [e9bac78922c70ad374ae4ca15d6f2258668697b7]

        Updated core Project: dictionaries  daa1165deae904b035dae296e97811fb2c4f771d
        
        tdf#95024 update Hungarian spelling dictionary
        
        – improved affix rules
        
        – extended pronunciation and common misspelling data for
          improved Hunspell suggestions
        
        - new and fixed words
        
        Change-Id: Ib8b9c371abcb764c3225180be2f0d6a21f757f09
        Reviewed-on: https://gerrit.libreoffice.org/45975
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-12-09  Ricardo Palomares  <rpmdisguise-java@yahoo.es>  [4bd0f84d87c16b8dba4c31384c18d644c8f3470d]

        Updated core Project: dictionaries  16bfcddaad3e545a32ba2b5bfb6a6463e2ab1f68
        
        Bring shipped Spanish dictionary up to version 2.2
        
        Change-Id: Ia877b81fa5ecd021315643b1db49cfadebcdde1e
        Reviewed-on: https://gerrit.libreoffice.org/46142
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-12-09  Maxim Monastirsky  <momonasmon@gmail.com>  [591ed2391389120efdf366f207642a98eb9f054c]

        tdf#113715 Fix .uno: names appearing in the customization dialog
        
        Change-Id: Ia4a4231acf2f15ebf58f2acd02b7fc0ab5a88072
        Reviewed-on: https://gerrit.libreoffice.org/46062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-09  andreas kainz  <kainz.a@gmail.com>  [e730c6ad094d63f133b338d111923dfade87d634]

        breeze-icons: update links.txt file
        
        Change-Id: Id6df93fdbc773f641b11c9340dccf1870e5579b6
        Reviewed-on: https://gerrit.libreoffice.org/46159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-12-09  Caolán McNamara  <caolanm@redhat.com>  [ab3c05f55d87984b8b5f9b9b329698cb9bdfb40b]

        oss-fuzz hasn't merged this yet
        
        Change-Id: I0b36af5d18d1b02b7d5193e610606c5d15f95ad0

2017-12-09  Caolán McNamara  <caolanm@redhat.com>  [95d0281447cb55b6a1bee7ff81f85c06648657cc]

        catch exception for disable-database-connectivity case
        
        Change-Id: I39da810c4f44b8bbb7250aad17fb12ce5420a000
        Reviewed-on: https://gerrit.libreoffice.org/46117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-09  Caolán McNamara  <caolanm@redhat.com>  [7459a283b3a08397d28861dbe588c9f5826398d4]

        valgrind: more leaks on loading abi3279-1.html
        
        Change-Id: I88d400cdd142094ece9d829a6f54a57e1b967962
        Reviewed-on: https://gerrit.libreoffice.org/46106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [bb966d78980177121a15678ee7933a1ffc971b69]

        Updated core Project: help  49abf8b9207718aab9d4ea943730314f71589d27
        
        Mute l10n for binary value
        
        Change-Id: I0266cc37fd208cad60c2df721fcaaefaa254c12a
        Reviewed-on: https://gerrit.libreoffice.org/46161
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9eb0d61e830b4917f0961d9412320a0681bd46c7]

        Updated core Project: help  2e34647599ad3d6a8da7b280b1f19c9d02dab54f
        
        Finish help content for Presenter Console
        
        Change-Id: I0cb93fde983d7fab5d86a69bb576e84f2eafad77
        Reviewed-on: https://gerrit.libreoffice.org/46153
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-09  Takeshi Abe  <tabe@fixedpoint.jp>  [0fa13a403fed6e729e58963479d34694afa7b8d8]

        svtools: Simplify ImageMap with std::unique_ptr
        
        Change-Id: I49b3c21ff4d8177fb75197d6641040be0ace6324
        Reviewed-on: https://gerrit.libreoffice.org/46149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-09  Gabor Kelemen  <kelemeng@ubuntu.com>  [d635da1972f15862bb283e77787243fbff8361a6]

        tdf#114088 Translate default template names
        
        Change-Id: I173364d723e0afd7275b469aea1f2e8cb105fdab
        Reviewed-on: https://gerrit.libreoffice.org/45450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-12-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b24df57536d822d5299165fc3d03a17a1f70101b]

        Removed duplicated include
        
        Change-Id: Ie4f0f27451e4cff2567239ec47dbf7a707987eb2
        Reviewed-on: https://gerrit.libreoffice.org/46150
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [8abda0217dcdfc45fc0f7e74a37d048c5fda395f]

        Firebird: check isc_blob_info error
        
        Change-Id: I398bf195a8cfebe081fd3034d6c539b02aaf6d73
        Reviewed-on: https://gerrit.libreoffice.org/46148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [7886de305809e265cd2126d39912147131d3a004]

        gpg4libre: check if we can really verify OpenPGP signatures
        
        And disable unit tests otherwise
        
        Change-Id: I32e1d8d2f8b0013d9cb43b78a55d23a1a29a8e8d
        Reviewed-on: https://gerrit.libreoffice.org/46057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [032a3e3713af3e308229bd8e1ada17d6d24072f3]

        Firebird: Revert not closing cursor,..
        
        ..but suppress error of closing closed cursor
        
        Change-Id: I58f96f02f3f600a089bde361ed3e46a03a4902d4
        Reviewed-on: https://gerrit.libreoffice.org/46141
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-09  Michael Meeks  <michael.meeks@collabora.com>  [95a72981e572a961a1c4c03f81fd365c1cb23e9f]

        headless: improve popup menu background defaults.
        
        Change-Id: Icda7df363827e1942486c961bf9eef9402aba96c
        Reviewed-on: https://gerrit.libreoffice.org/46123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-12-09  Stephan Bergmann  <sbergman@redhat.com>  [17a8a03aecfb249d6704b34400887a1b0a465c80]

        Add some debug checks to loplugin:salcall
        
        Change-Id: I27b7281723dd705e4304958458be3ea2fee7f3e6
        Reviewed-on: https://gerrit.libreoffice.org/46112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-09  Stephan Bergmann  <sbergman@redhat.com>  [959ecc99634d9e52db33d0032744547fead3bdec]

        No more issues with these source files
        
        ...after a31267be1bb42e8a5f80a3b660bbf969eeb5b647 "Fix isSalCallFunction so it
        also works on Windows"
        
        Change-Id: Ic770230f2dd6183f5937801f27e929ebfd39bb4a
        Reviewed-on: https://gerrit.libreoffice.org/46111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [907423a6ec5c2170dbf2ca445c0a1285e9a6adfc]

        clean code at setObjectWithInfo
        
        Change-Id: I8cb4eaebd71d8b06523230954da15d73325ac94b
        Reviewed-on: https://gerrit.libreoffice.org/46130
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [9585521c28b74dec36522a6501ca670b8e14c7ca]

        tdf#70425 do not close cursor explicitly
        
        A cursor need only be closed in this manner if it was previously
        opened and associated with stmt_handle by isc_dsql_set_cursor_name()
        
        See Interbase API Guide: isc_dsql_free_statement
        
        Change-Id: Iadb0dcf83ee58b6196112c44d922528a3f56f7ea
        Reviewed-on: https://gerrit.libreoffice.org/46132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [9ccc1f59446bc4a16b6d090a3b556e184eb5f159]

        tdf#70425 Firebird: accept integers in setDouble
        
        Change-Id: I471197a9c60ca28b93be0974956e5e1d90f843ca
        Reviewed-on: https://gerrit.libreoffice.org/46125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-12-09  Szymon Kłos  <szymon.klos@collabora.com>  [521d92b39b64f503876ca194d009b29f7188cc87]

        tdf#114308 DOC import correctly watermark without padding
        
        Change-Id: If44eb4d1354386f66c697206db9ab4d7f2be374d
        Reviewed-on: https://gerrit.libreoffice.org/46110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-09  Szymon Kłos  <szymon.klos@collabora.com>  [d4a54ec92674773bc0f9358a3d9090915a3c8fb0]

        tdf#114338 don't crash on watermark insert w/ existing header
        
        Change-Id: I63abaf48c33d6660f1829b7d503de295e4a57f9c
        Reviewed-on: https://gerrit.libreoffice.org/46126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-09  Gabor Kelemen  <kelemeng@ubuntu.com>  [686e55d9e87b8dd7a3cfe22f9a6df9c77de3ce09]

        tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBox
        
        To reduce the number of translatable stings
        
        Change-Id: I1aeea6767d3389dd24a5bf8b074817ef601502a7
        Reviewed-on: https://gerrit.libreoffice.org/45823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-09  Julien Nabet  <serval2412@yahoo.fr>  [ccc4a306ef8b7db1d2bc8a48cfdec896084b8839]

        Fix typo in wordml2000_draw
        
        Change-Id: I95d32b1e9b6058b35566d629a813a9f9a64e7e4e
        Reviewed-on: https://gerrit.libreoffice.org/46137
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [61eafd7d39665dd6dc90e1d2b8ddaf7562fc58ed]

        Fix typos
        
        Change-Id: I21d0277a010e589b1e3aa91be55cb515fa3bdc4d
        Reviewed-on: https://gerrit.libreoffice.org/46129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-09  andreas kainz  <kainz.a@gmail.com>  [0036992ceb8787484e2b2c6d46844a9aedb4a411]

        tango sd layout icon optimization
        
        Change-Id: Ib348ae7ffe0692a717d586451edbf732dafd58a2
        Reviewed-on: https://gerrit.libreoffice.org/46131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-12-09  Eike Rathke  <erack@redhat.com>  [0bb0299b29960c3a27427eba5d5fc34e5e913a8b]

        Name it what it is, the format category for the sidebar
        
        Change-Id: Ice6bbfc5f9412ba2d7bce7fb63782a12b48304a1

2017-12-09  Eike Rathke  <erack@redhat.com>  [3679eccc0b4f2aa33a8b3e812f1230e0664c2010]

        Rip out already masked out css::util::NumberFormat::DEFINED in cases
        
        Change-Id: Ic769a755fba5cf89596509098ec6dff4fc011598

2017-12-08  Eike Rathke  <erack@redhat.com>  [5a2daafe383a54c7b85c8259633b0bab7be935d6]

        GetCurrentNumberFormatType() mask out the user defined bit
        
        SvNumberformat::GetType() includes
        css::util::NumberFormat::DEFINED whereas
        SvNumberFormatter::GetType() does not. For the type determination
        we don't need the user defined bit, or even don't want it to be a
        different type.
        
        Change-Id: I713eeb25af01110a0f27bc0c082a7483efdf55db

2017-12-08  Eike Rathke  <erack@redhat.com>  [bbbf15993c48fffcf99e62d4876910e18b633762]

        SvNumberFormatter::GetType() const
        
        Change-Id: Id5392ec8996d157ac1be21cb24f0ab7fff18df27

2017-12-08  Julien Nabet  <serval2412@yahoo.fr>  [2ec698b43313c18522b45b28895cd5688a84a700]

        cppcheck: fix some reports
        
        variableScope reports in comphelper/drawinglayer/editeng
        +filter/framework/l10ntools
        
        Change-Id: I4575428773e8b9b3efedabb44fdcd6d8175ac46a
        Reviewed-on: https://gerrit.libreoffice.org/46116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-08  Eike Rathke  <erack@redhat.com>  [b45cbaa2ea50b2b6f28e78888bbae121deb8558c]

        We already have the type, use it
        
        Change-Id: I77e968e91d6ba44df8a70453f90d11249845a7b3

2017-12-08  Eike Rathke  <erack@redhat.com>  [7330776504ca2e62790f3e3e6d8f575fbad2ec54]

        Build fix: forward-decl rtl::OUString
        
        Change-Id: Ib871438c9e52c533106a6a0270de54b359a11741

2017-12-08  Szymon Kłos  <szymon.klos@collabora.com>  [df802d0c1b0d255bc88eac279cb8a72d7570ec3a]

        Build fix
        
        Change-Id: I33db5c70b579aa65c9659e9ddddad77a5ec12ecc
        Reviewed-on: https://gerrit.libreoffice.org/46127
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-08  Eike Rathke  <erack@redhat.com>  [4d850442a04b63e4ed92dcd431c8620ce12010c2]

        A "standard" format does not necessarily mean the General format
        
        Actually there can be up to three and most times are at least two
        (short,medium[,long]) of which usually the medium default is
        General.
        
        Change-Id: Iab853fbaa2db3dca488ee40f63271ccd55b6b517

2017-12-08  Michael Stahl  <mstahl@redhat.com>  [07c7b5441251b55be72256ae8c64138eecf6cb5f]

        tdf#114243 sot: catch exceptions in SotStorage::GetFormatID()
        
        This function returns an error code so it might as well convert
        exceptions to that for the benefit of clients like lcl_ReadSections().
        
        Change-Id: Iccf21bf64ee81b66dd9b9902b9b952fa48a318e5

2017-12-08  Michael Stahl  <mstahl@redhat.com>  [9e52685ebd80130c28bfb838ba6ec4b67334085d]

        bridges: [loplugin:includeform] gcc3_linux_intel
        
        Change-Id: I0a60521e893990af63d723871edcbc564b135074

2017-12-08  Michael Stahl  <mstahl@redhat.com>  [2f8e69aaf2478b04e8bfd3fa4377ccd2064fe61c]

        vcl: Rectangle does not name a type
        
        Change-Id: Ia90b67d80383856f0b277a86117ced3732a2ac24

2017-12-08  Eike Rathke  <erack@redhat.com>  [0c003b9acf14b426ae7c4193ca24718211294e3f]

        Avoid iterating over selected cells' attribute ranges
        
        Change-Id: Ieb233f6e952dfea0461976c3a7ea9df862f72969

2017-12-08  Eike Rathke  <erack@redhat.com>  [a5d40188c6f59f3b51d1415ce1f34bf896f75c4c]

        Call GetItemState() only once per WhichID loop
        
        Change-Id: Ic14015692bc934f06fb8371216ae5e3e1afe5afd

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [20f532b0db9c0c9fd2abdb68db43749ba643f1b2]

        valgrind: some more html parser leaks
        
        Change-Id: If8a1481ccc71616331d890b15712aafd4bc731ff
        Reviewed-on: https://gerrit.libreoffice.org/46105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [ee2392460a24a7478794531bc891d3bee8984ac4]

        we only check for the presense of m_pCnts, not use it
        
        Change-Id: I298a188cc236c5f6bbc1d3be04630fce03ca62d4
        Reviewed-on: https://gerrit.libreoffice.org/46103
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Stephan Bergmann  <sbergman@redhat.com>  [32c31c03d07219522426fe83d8b17d03ee0154a1]

        New --enable-compiler-plugins=debug mode
        
        ...to enable debug-only code in the plugins.  Some situations in the plugin code
        should never happen, yet must not by default report errors or trigger
        assertions, as some newly written LO code could trigger them nevertheless (in
        which case the plugin code will likely need to be adapted, to cater for these
        presumed-impossible situations).
        
        Such code can now be included in the plugins behind an if(isDebugMode()) guard,
        and can explicitly be enabled with --enable-compiler-plugins=debug.
        
        I deliberately made this a runtime rather than a compile time option (using
        some #ifdef guards in the plugin code, say), as it IMO keeps the code more
        readable, and also allows overridding COMPILER_PLUGINS_DEBUG=... on the make
        command line.
        
        Change-Id: Iea4f0c2783ad968a0de097fa710b3be1a248de73
        Reviewed-on: https://gerrit.libreoffice.org/46096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-08  Eike Rathke  <erack@redhat.com>  [39854837073158555ee26bee9254d1e5ac36a215]

        Slightly change state method logic, tdf#86085 follow-up
        
        It is unnecessary to obtain the SvNumberformat, we already have
        the type information of the selection, so use that if the item
        state is not DONTCARE.
        
        Also, SfxRequest::Done() needs to be called in the excute method
        to flag the slot execution as not cancelled.
        
        Change-Id: I2fbb8df9b8233fc45552540b996bc6b45a16cbc2

2017-12-09  Pranav Kant  <pranavk@collabora.co.uk>  [0898ced81a3129b4c36c08e0222f96c513f0fd77]

        Use ImplIsFloatingWindow instead of dynamic_cast
        
        Change-Id: I09f351ae5d8d1b5c1a405d7aa8082be6014268b3

2017-12-09  Pranav Kant  <pranavk@collabora.co.uk>  [782f8be6d4076b0152442e6200426010c1f6704f]

        lokdialog: Move lok cursor invalidation callbacks to vcl::Cursor
        
        Change-Id: I5cbb845259b6802fb2a0776f8d8f19f9680115ad

2017-12-09  Pranav Kant  <pranavk@collabora.co.uk>  [42fae43d70d3d1b8fcc9fc6328b1060d6d72abfc]

        lokdialog: Open floating window on InitShow only
        
        Okay, my bad. InitShow happens after Visible. And InitShow also does
        some layouting. Emitting the created callback on InitShow means sending
        more accurate sizes, etc. The different in sizes is 0 for combo boxes,
        but significant for custom controls like color picker, etc. So emit
        created callback on InitShow to keep custom controls working.
        
        Change-Id: I40b6a18b917dff0eebcfd4c273f3399f3bdc7456

2017-12-08  Jens Carl  <j.carl43@gmx.de>  [13ca879fba12c53f2856186f5cd8509efe625774]

        tdf#45904 Move _XDatabaseRanges Java tests to C++
        
        Change-Id: Iee6753fd60fefc1ecd17ba8fe0acef58f17d64e6
        Reviewed-on: https://gerrit.libreoffice.org/46076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-08  Szymon Kłos  <szymon.klos@collabora.com>  [09da6dfcfb732dd621670f2b919eb5b5bf09b7ec]

        tdf#114308 Export Watermark size as is
        
        * refactoring
        * removed size hack
        * export/import "trim" attribute
        * DOC: export set of parameters to fit shape & frame
        
        Change-Id: Ib00654626ae1e10ac5110d22eada7528e03357e7
        Reviewed-on: https://gerrit.libreoffice.org/46036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-08  Michael Stahl  <mstahl@redhat.com>  [a26c4448e6e5ffcd285cc691bfc4eb6c7edf76bc]

        tdf#71737 xmloff: ODF 1.2 doesn't allow hyperlinks in ...
        
        ... text:illustration-index-entry-template, so store these elements
        only in ODF 1.2 extended, and in loext namespace.
        
        Change-Id: Icf919e91114f5c9aed2adc3f5359b9df61eb3433
        Reviewed-on: https://gerrit.libreoffice.org/46088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-08  Jim Raykowski  <raykowj@gmail.com>  [92eb84ec047cd091d467fd02c8e8bc8d85002b2e]

        tdf#86085 add slot for toggling thousands separator
        
        In preparation of adding a button to the toolbar.
        
        Change-Id: Icd97f828def1aacbb92297e8e74bdd2310c4d0f8
        Reviewed-on: https://gerrit.libreoffice.org/45731
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [a126d37a90ebc2d94522c5bbbe64b288b87de7da]

        use afl html_tags as htmlfuzzer dictionary
        
        Change-Id: I5374c497f9d8f1a0616e123b503d2f9b642edc33
        Reviewed-on: https://gerrit.libreoffice.org/46104
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [5ceea51947b99f27eb3401bd3c9b8a7cf6ee9c96]

        ofz: fix mem leak
        
        Change-Id: I295e52723297b257dcfe532108471702631ca5f5
        Reviewed-on: https://gerrit.libreoffice.org/46093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Henry Castro  <hcastro@collabora.com>  [3ba914c229adfed5c917d1ee23d35b9184b092c4]

        sw lok: enable Page Header/Footer
        
        Change-Id: I5e0d080c53079069a086f06c2a314b6372bf6391
        Reviewed-on: https://gerrit.libreoffice.org/39782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-12-08  Stephan Bergmann  <sbergman@redhat.com>  [a31267be1bb42e8a5f80a3b660bbf969eeb5b647]

        Fix isSalCallFunction so it also works on Windows
        
        ...where FunctionDecl::getReturnTypeSourceRange returns an invalid range because
        it fails to take AttributedTypeLoc (as caused by SAL_CALL -> __cdecl) into
        account.
        
        Change-Id: I7835dfca7b890ba1bfdb99adaad78a627b6e0e17
        Reviewed-on: https://gerrit.libreoffice.org/45909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-08  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [bde22bd6da4568e3a1fd35b5f822d6de06e477a4]

        fix for empty paragraphs
        
        Change-Id: I0a7432059d5e6f680d4fe2e3cac0f12062533511
        Reviewed-on: https://gerrit.libreoffice.org/46100
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [603452f7eb4695cc3bcc317e9b5a2b1c207e1f45]

        svx: fix loplugin:staticaccess warnings
        
        Change-Id: I489709b4eecb9f275e0e329c7bd3c5685f9398dd

2017-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c199fc5ae3ae6c7d748a84bda6a07e3251a4e8e6]

        svx: fix loplugin:staticmethods warnings
        
        Change-Id: I1b9a0a01f88e8faf6a8973848598b77dee10a14d

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [8a2bbf1dd54c8efc3e2d969011e5f0bddef07013]

        valgrind: leak with abi2107-1.html
        
        Change-Id: I86d833a26cb50d65e3ec0f46175e9e6da003944b
        Reviewed-on: https://gerrit.libreoffice.org/46087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Michael Stahl  <mstahl@redhat.com>  [26c14088b08c3eff280926ec01f1b24bdbb38705]

        sccomp: CppunitTest_sccomp_swarmsolvertest fails w/ 32-bit ASAN
        
        Result values look way off, let's just disable it.
        
        Change-Id: Ibc473d238a4f3f4f98de59b5f228948b7b64bebd

2017-12-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [8f4c5a34b9e8704035c6ec770fc2947eb9964502]

        GetMarkableObjCount() is only compared against 1
        
        Change-Id: I390b260fe481c7db73a065dd271c78a5df188ccc

2017-12-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [d67eaa235db15853b3b454f2ef45c9a72529a3dc]

        Remove unneeded data member
        
        Change-Id: I9d007f67e5f6024b1eaea10669a915ffd33d7c29

2017-12-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [985f95215785a7eecd37e2b8eeb7fd232de850df]

        Data members to enums
        
        After 1d852b32d7ad89b2317c04958060f366f8922ca4 these data members
        were initialized only in constructor and never changed afterwards,
        behaving de-facto as constants.
        Convert them to an enum and take the chance to change their type
        from sal_uIntPtr to size_t.
        
        Change-Id: Ief33b7d3cfd3e181837f77c5b8a51812e314121d

2017-12-08  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [c1d58c46eec5081576979f584151c7e9a4f67fe0]

        tdf#41650 DOCX export: split para on section break
        
        Given two pages with entirely different style (resp. not plausible for a
        single section) and a paragraph which starts on the first page and has a
        follow on the second.
        
        Those page styles are represented in doc/docx structure with sections.
        Doc/Docx does not support having a paragraph in more than one sections.
        
        Workaround is to split the paragraph into more paragraphs and put the
        section break in between.
        
        Change-Id: I4014c45f97e18132470d0d0647bce84831b2460a
        Reviewed-on: https://gerrit.libreoffice.org/45666
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-12-08  Eike Rathke  <erack@redhat.com>  [f161cdc979587488df83e63002bee7ee15152d42]

        Adapt description to reality
        
        Change-Id: I24133fb6c52bd7500037364120cb11d1b1f099c2

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [660116605d7f8cf15b7ecdfcb62b0a42d3ece78b]

        init m_pDocSh
        
        Change-Id: I1966a204be2d5f9d6a3dddd4153c2ded88a4211a

2017-12-08  Jens Carl  <j.carl43@gmx.de>  [d51e7581d90d55b5fe9a0f175d3cbee32de51721]

        Fix segfault when ScDBDocFunc::AddDBRange is called ...
        
        multiple time with same name. ScDBCollection::NamedDBs::insert() use an
        unique_ptr to hold ScDBData* and if the insert isn't a success we don't
        have clean up with delete.
        
        Change-Id: I9b24834ea2e2dfd67b07438e6c4789ad0c01b888
        Reviewed-on: https://gerrit.libreoffice.org/46075
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [a58c44457b26b3c95e30d609704bcb9a05a35f6b]

        fix fuzzer build
        
        Change-Id: I87933b78126ffbf29999f4d17b212df21560bdbd
        Reviewed-on: https://gerrit.libreoffice.org/46080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [a691cd7aa651f552a167d048273f1471c00c93da]

        crashtesting: crash on import of ooo33887.sxw
        
        since
        
        commit a172f854b6e1d61bf0fe0fe4efc3058bb7a760bf
        Date:   Sun Dec 3 21:00:37 2017 +0100
        
            tdf#74693: Footnotes text appearing above footnote separator line
        
            When invalidate a footnoteframe, invalidate also the lower textframe,
            so it will be recalculated before text rendering.
        
        Change-Id: I95aec5e86bc53126de71bdebe7fbfada955be9c9
        Reviewed-on: https://gerrit.libreoffice.org/46085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [acebe3ea2bd358fc2a69f2da8bfa0c20664a6a9c]

        sw: remove no longer building debug code in txtedt
        
        Change-Id: Id80731a843fae93e752d2da4cec4a82f4c14333b
        Reviewed-on: https://gerrit.libreoffice.org/46073
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [523da0bfba2546552b4181e0268f41bc38a1903f]

        tdf#71737: save allows links in illustration index, but load doesn't
        
        since illustration index links were initially implemented by
        
        commit 2c10d784deb86501b5488044a61d9fc2efc6321a
        Date:   Tue Jul 16 15:49:44 2013 +0200
        
            fdo#39904, n#825976: implement hyperlinks for Illustrations index
        
            (cherry picked from commit 8bb2c7f1556c10508c8ac451c579539ccf5dacfb)
        
        Change-Id: I679fb9c40cd5dc55a5d546ef7c533faf9de2e483
        Reviewed-on: https://gerrit.libreoffice.org/45967
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-12-08  Henry Castro  <hcastro@collabora.com>  [1b7a8277aa3e9f73ccdf15e933a1ee3b42849a44]

        sc lok: 1 view has 1 clipboard to transfer data
        
        In tiled rendering case, each view copy and paste
        the contents of the clipboard associated with the view
        
        Change-Id: Ic7b0d38ce4741af8c2053926ffd5172ab81aaaf5
        Reviewed-on: https://gerrit.libreoffice.org/41113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [630be5751029fc8ebf5a8784fb1c07894a0e1600]

        Revert "gpg4libre: make gpgme-w32spawn available also for unit test"
        
        This reverts commit e235dbcb4b2999f5a3f9f42dc723ac7510053a63.

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c83b09ab19e72818f38266808e109efd0f1f64c0]

        rtlRandomPool: remove pointless seeding with system time
        
        Change-Id: I88647a66a72d092303560a4348ce3dc55ee6c321
        Reviewed-on: https://gerrit.libreoffice.org/46055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d46dc8e547810208287aab77f0313f1971901464]

        gpg4libre: add error string for failed/untrusted encryption
        
        There's one rather common failure mode with gpg, in that untrusted
        keys are not accepted by gpgme for encryption.
        
        A user can override that with --trust-model config or cmd line
        params, but we can't do much from the gpgme client side:
        https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration-Options.html
        
        Change-Id: Ia140a7fd25bd3f428aa11a7ceb0b7bdc47b2c900
        Reviewed-on: https://gerrit.libreoffice.org/46060
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e235dbcb4b2999f5a3f9f42dc723ac7510053a63]

        gpg4libre: make gpgme-w32spawn available also for unit test
        
        Change-Id: I57beb4fc5c77369d5dbf61d5d8d562a62e109f77
        Reviewed-on: https://gerrit.libreoffice.org/46051
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6283cd07d44d9aeacffbedb99d23e4ee760c6eb6]

        gpg4libre: multi-select encryption certs, hide desc entry
        
        Change-Id: I50ea6e82f18f296ea24f6e0d0e0e2eb381a5e54b
        Reviewed-on: https://gerrit.libreoffice.org/46052
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [124138ec930f1aa4267e57283d4e13d24ae7dc3d]

        add mathtype fuzzer
        
        Change-Id: I14a1f496dfc94bf678112d67f63a2c0101013472
        Reviewed-on: https://gerrit.libreoffice.org/45815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Stephan Bergmann  <sbergman@redhat.com>  [93fd1ce9b8af01f2d7c169775a0c04f2460c465d]

        Missing @since tag
        
        (introduced into libreoffice-6-0 with cherry-pick
        c7fa2da1532d9f140cb9018b0a62c62228c67ba1 "Restore GPG SEInitializer service")
        
        Change-Id: I3ba63f91b3d45591a2cb4804a1792e630093425f

2017-12-08  Caolán McNamara  <caolanm@redhat.com>  [4e539eddb646e8a6a3a4743655255ce432e1653f]

        tdf#114304 break rather than return false on dodgy record length
        
        Change-Id: I1bc8c400147beb8688ed3afd7402b3d3f68a4a3a
        Reviewed-on: https://gerrit.libreoffice.org/46043
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [9036bf183236459bbb02e41b89fc18cb215f6842]

        loplugin:salcall vcl builder methods
        
        these don't need to be SAL_CALL, and the function pointer definition was
        not annotated SAL_CALL either
        
        Change-Id: I3082d3d34c53dc723ad8d2083010fd0de0e89a1e
        Reviewed-on: https://gerrit.libreoffice.org/46067
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [07263e9dd22893a03d8bc8267ac0d79b5918d101]

        gpg4libre: add license information
        
        Change-Id: I55108f5e23c6d2eaeca454304779ab4ad9c7670f
        Reviewed-on: https://gerrit.libreoffice.org/46053
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1e71870034c9e180f856f51dc2c183d2a6ba9ccd]

        gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGME
        
        Change-Id: I6f085b67c3477f427bd1efd96db93cbb89e20647
        Reviewed-on: https://gerrit.libreoffice.org/46050
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8976e546909be0e523dbaf6581c53c1d5b44a1d0]

        gpg4libre: also pass proper dbgutil flags down to gpgmepp
        
        Change-Id: I63ca514b6bf7e1316ebbaa3cd399fd9f9447bc7f
        Reviewed-on: https://gerrit.libreoffice.org/46049
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [2432c550d203053214310a23630f89baecdff6cc]

        Update recent characters only when the selected character is inserted
        
        Change-Id: Ic8cd715553f995d8adc1e84381c00646c9c252af
        Reviewed-on: https://gerrit.libreoffice.org/46065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [818f9e4017d16d6a48265638393dec4f9ed30649]

        clang-tidy modernize-use-equals-default in sc/source/ui
        
        Change-Id: I827e05835838508eb83053a3de80dfa5f53cb685
        Reviewed-on: https://gerrit.libreoffice.org/46046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4c84edef794294e2341aaa6da775100d6ac285ba]

        simplify construction of a const vector
        
        Change-Id: I9860e6dc113df6d2d95f75df647a54bd8c9a5c1d
        Reviewed-on: https://gerrit.libreoffice.org/46054
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [cecaa5974775cfbb2884c7bdd6e9c497c52f14ad]

        use std::unique_ptr in SvNumberFormatter
        
        Change-Id: I78f83c427c3df16e26fbe3d8a3e00a1279e5ed2d
        Reviewed-on: https://gerrit.libreoffice.org/46028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-08  Jens Carl  <j.carl43@gmx.de>  [7345bef0f354673e2fd3127b8fc707eae4c936ed]

        tdf#45904 Move _XDataPilotField Java test to C++
        
        Change-Id: I5ba1733a8e675048366651aa5f3affc9c249622c
        Reviewed-on: https://gerrit.libreoffice.org/46066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-08  Jens Carl  <j.carl43@gmx.de>  [87d636a14be35468ecef7b6f95c6754d24bb6e94]

        tdf#45904 Move _XDataPilotTables Java tests to C++
        
        Change-Id: I5a452f10799f78a6f83136bec4e1346c4ec8edf8
        Reviewed-on: https://gerrit.libreoffice.org/46063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-08  Paul Trojahn  <paul.trojahn@gmail.com>  [baa205c001540b5dbc795cd876e661549d432ac1]

        tdf#68759 PPTX: Export IsMirrored
        
        Change-Id: I6bab00f79f1cb122344e4bb9fd62eb4c48a1838b
        Reviewed-on: https://gerrit.libreoffice.org/45808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-08  heiko tietze  <tietze.heiko@gmail.com>  [12b389e838743dec662c70c4772553a96ad4f9ac]

        macOS installer bitmap for master
        
        Change-Id: I64f75cf6da59de1238a90cb8a07b911b07baccfb
        Reviewed-on: https://gerrit.libreoffice.org/46030
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-12-08  Eike Rathke  <erack@redhat.com>  [7a9bd8f3345e680bfbefe949da1bd1fbcc38b615]

        Revert "tdf#113861: Unittest for chart datatable labels expansion"
        
        This reverts commit 51cdf6248dbdf7a5dcddd2128bbb8f889cec25d6.
        
        It breaks all Linux debug builds.
        To be investigated.
        
        Change-Id: Ic0cd080e249aff80b73f2338ab5aae4b32f97793
        Reviewed-on: https://gerrit.libreoffice.org/46058
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-08  Julien Nabet  <serval2412@yahoo.fr>  [447c052d5c074f923fb04e086c9da0340eecb6bd]

        Disabled slot with Put leaks entry (textsh1/sw)
        
        Same as https://cgit.freedesktop.org/libreoffice/core/commit/?id=21dde7a09e2cfe7b48d2fec1edc7a94fa94af5c3
        
        Change-Id: Ic4cb972975bd8eff18191aad182b585302430c05
        Reviewed-on: https://gerrit.libreoffice.org/46045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-08  Eike Rathke  <erack@redhat.com>  [78a3f7e10e650bc464202dacd131f9c3b0ddfcdf]

        Key must be sal_uInt32 instead of sal_Int16 SCCOL, tdf#113861 follow-up
        
        FormulaTokenMapMap key is bit masked left shifted tab value plus
        column value.
        
        And as FormulaTokenMap key was changed from sal_uInt32 to SCROW
        (which is correct), use that type when assigning.
        
        Change-Id: I4c76330378e64cb7dc06a956cbf2c23f4428b658

2017-12-07  Julien Nabet  <serval2412@yahoo.fr>  [96829f75aa29411060a60c45f9553be3722b5247]

        Replace list by vector in pocheck (l10ntools)
        
        + use for range loops which included std::list while at it.
        
        Change-Id: If80e63e54f6ba39b38f5de92f97642737727e60a
        Reviewed-on: https://gerrit.libreoffice.org/46039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9536b678c3829c3578ea41e23efdb0319d79288f]

        Fix typo
        
        Change-Id: I6c2a81ec4f60d09819112952a4384b8096ea414f
        Reviewed-on: https://gerrit.libreoffice.org/46004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-07  Yousuf Philips  <philipz85@hotmail.com>  [74c527abc0f3b5aa0fa179401ad05a79dc889973]

        tdf#106988 New names for the new numbering styles
        
        Change-Id: Ibc93aaa552652d61ac49652cf0ac5fcb68b48a12
        Reviewed-on: https://gerrit.libreoffice.org/37995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-07  Caolán McNamara  <caolanm@redhat.com>  [1bac5cde6d1e8878111325abb20c42ef660f3626]

        fix fuzzer build
        
        Change-Id: Ibd2d1700c3bb69c6339110088ba531f95071ebd3
        Reviewed-on: https://gerrit.libreoffice.org/46042
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-07  Caolán McNamara  <caolanm@redhat.com>  [05f97ef127ec6ee0cc159fc74b4fecc34d9c684c]

        coverity#1425723 silence 'Wrapper object use after free'
        
        Change-Id: Ibcc0e5f28910bdd15c94579d754de3698ac8beb1
        Reviewed-on: https://gerrit.libreoffice.org/46035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a9a4c26ed1365ffa089654fefc8fa2f29862b6c7]

        comphelper: fix windows build
        
        Change-Id: I3241426674050c027e1b000b33fb284525a58cbb

2017-12-07  Henry Castro  <hcastro@collabora.com>  [6fd6e3c1d36d67002967f56e47255e360f4b08c1]

        lokit: add .uno:DocumentRepair command
        
        Change-Id: I5b13ea6f4785bc91c29111fa63c4a1b0ea9b2660
        Reviewed-on: https://gerrit.libreoffice.org/38908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ed50a0a2ce51584fa3a8fba0094220a4bf25c650]

        gpg4libre: handle unavailable gpg crypto tools more gracefully
        
        Change-Id: I58af9d38ea8d202d2bda64cdf45204646ac9fd29

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1e12447f7ea601e158808290f4f67d84efba06e2]

        gpg4libre: return key fingerprint / hashes including null character
        
        Change-Id: I6b32444bab6848e2b5ddec02fd949c71114a66b2

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [626e73eafe953b102107031721a0b145fb713e9d]

        gpg4libre: permit multi-select encrypt cert
        
        And pass down all necessary parameters everywhere
        
        Change-Id: I152b9d84c0e35be9e5193a9a6f67de9fb86133b0

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5d0f3cc3f9e6fc687ba6a40cebf2096d70e4f811]

        gpg4libre: pass proper debug flags down to gpgmepp
        
        Change-Id: Ide3f6e9fa218bcd26deaadbbdbed0c8905e66db9

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [757087a9829941bade8259673b57507d48cbdfc6]

        gpg4libre: add KDE4 fpicker gpg crypt chechbox
        
        Change-Id: Iba8fb0e0ac732f36cd1d880884bde1121e6b1eab

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9992fe1051d7dea3fddeb1d45b0e2a0a3f43ab08]

        gpg4libre: add gtk fpicker gpg crypt chechbox
        
        Change-Id: I27b494530a2b61eb37c4a9f7c3e1f9845f045e66

2017-12-07  Thorsten Behrens  <thorsten.behrens@cib.de>  [926dc6c984a4224cf895596504dca1a814a0cb43]

        gpg4libre: add gpg encrypt checbox to win32 filepicker
        
        Change-Id: Ia6315e8b1f04228984afd2fbca3c059df9589497

2017-12-07  Thorsten Behrens  <thorsten.behrens@cib.de>  [c22236d733eff274cbd18e72109ff440177fab67]

        gpg4libre: find keymanager executable on Windows
        
        Change-Id: If93c06ad90d708b0fbaf476bda6fdb902bd77b1e

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0a58fdfdf48ec95295eca195b07424e98381af3f]

        gpg4libre: [API CHANGE] add storage helper for GPG encryption data
        
        OpenPGP encryption needs to pass down slightly different meta data
        to package / zip storage.
        
        Change-Id: Idba9ad7a821cb33070cf5e5a0f79ae55db99b276

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [3f775118a6d9e6cbd49edf7d5309e29edeeaff47]

        gpg4libre: add manifest entries for gpg encryption
        
        Change-Id: I71bd7e2c6c73d997fa1ed5bb36fdc2873daca10c

2017-12-07  Henry Castro  <hcastro@collabora.com>  [45a27e55d418422cf61ea3d4eed8eb5a6e309c90]

        lok: discard name languages not registered
        
        there is a STR_ARR_SVT_LANGUAGE_TABLE table that all language names are registered
        
        But not all, like locale "es"
        
        { LANGUAGE_SPANISH_LATIN_AMERICA,       "es", ""  , k0     }
        
        Avoid that names until get registered appropriately
        
        Change-Id: I148f2c30f72c82c978f5e9a1e977bf4b5e923a9c
        Reviewed-on: https://gerrit.libreoffice.org/46027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-12-07  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [51cdf6248dbdf7a5dcddd2128bbb8f889cec25d6]

        tdf#113861: Unittest for chart datatable labels expansion
        
        Change-Id: Icfa10b1e75c801a9a025c0173bd8a34e362f049e
        Reviewed-on: https://gerrit.libreoffice.org/45670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-07  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [febc90fec11279d5ea14635418af207047977651]

        Translate german variable name
        
        Change-Id: Ic43d47cfeac01c263422fcf8d596d62826f6981b
        Reviewed-on: https://gerrit.libreoffice.org/45915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [00b644e88c9bd202e3794ad1387eb58674ea882f]

        VBA test - error() function
        
        Change-Id: Ia667342f9112932c71df593f08371d3c35255b19
        Reviewed-on: https://gerrit.libreoffice.org/45917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-07  Yousuf Philips  <philipz85@hotmail.com>  [9e2b4bc6c4ade65788a0763dadf85f1e8be2b2d3]

        tdf#114275 Use 'All Styles' for all style types
        
        Change-Id: I3a43d5cc3f19e789686afae47b7ffb223305971e
        Reviewed-on: https://gerrit.libreoffice.org/45939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-07  Yousuf Philips  <philipz85@hotmail.com>  [58e6ef08271f51486e37edeaa287a6d54b2b9720]

        tdf91781 Small reorganization and shrinking of the form menu
        
        Change-Id: Icaad5b6769da227f7ec3b13c6d793e6464e2ffc9
        Reviewed-on: https://gerrit.libreoffice.org/45999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [731a7ff12cb96b5996d20dd9203ca28d4487aeeb]

        SwFrameBorder: Converted BorderRectangle functionality
        
        to primitive usage, added a SwBorderRectanglePrimitive2D
        which now encapsulates the four Styles and the transformation
        of a single BorderLineRectangle. This is a preparation for
        later buffered primitive usage at SwFrame level
        
        Change-Id: I6689b94fe996ead8142553e8442e151e53d10e8a

2017-12-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [342a588f9898442e34bc699607b759d877b7f381]

        SwFrameBorder: Use enhanced FrameBorders for Character
        
        Adapted PaintCharacterBorder to also use new, enhanced
        FrameBorders. Adapted some places, cleaned up old code,
        enhanced tooling method CreateBorderLinePrimitivesForRectangle,
        tested including PDF, Pint, PrintPreview.
        
        Change-Id: If7b793b6520e899bde6f4211c993847af21ce7b9

2017-12-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1d86f43a10f097aa4925bd48870477001098f5ff]

        SwFrameBorder: Replaced BorderGeometry creation partially
        
        Replaced BorderGeometry creation in SwFrame::PaintSwFrameShadowAndBorder,
        moved to tooling method CreateBorderLinePrimitivesForRectangle. Preparing
        using that tooling method also in PaintCharacterBorder to make borders
        work in TextPassages, too
        
        Change-Id: I73fe3d04597bd0e6dc83ac719548a44d0637b622

2017-12-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f894af6d67510ade1447197833a36151bd778214]

        SwFrameBorder: Removed IsInverse() from SwFrame
        
        IsInverse was always false and never set, elliminating it
        from SwFrame makes the code cleaner and reduces cases for
        SwRectFnSet from 5 to 3, making it also more understandable.
        Cleaned up all the code using it, ran all UnitTests, works
        well. In question, this single commit can be re-applied.
        
        Change-Id: If077c65a6dacd83de61d259cddbb3cd4c5e25a2f

2017-12-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [6285dbda3aa80b0b98ac67f5438d6bab612cdac6]

        SwFrameBorder: Preparations and renamings
        
        As preparation to restucture the Paint of Borders for
        SwFrames (Writer), isolated and renamed some of Writer
        functionality to get a better overview
        
        Change-Id: I7b4d5acc84f0c52519c2de0e5a5caa68e75957b5

2017-12-07  David Tardon  <dtardon@redhat.com>  [66cb8e415ecb1482cd8aad3fe7b040132e555e91]

        fix build
        
        Change-Id: I036538ab9df3dc3f9e3ace9df6b3ed89f6bb75b2

2017-12-07  Eike Rathke  <erack@redhat.com>  [454d75e907b9e9e478f81388374ae09fb55f5c1c]

        Assert pDrawView even to spot bad usage
        
        Change-Id: Id33df9548085f8ab5cea6866664b4bed7c779c63
        Reviewed-on: https://gerrit.libreoffice.org/46023
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-07  David Tardon  <dtardon@redhat.com>  [d21267b50321749e894f4cb792b14b832ccbd7a3]

        allow to build online help too
        
        Change-Id: I9b26f952dc681893b25712451535f4b539fd615d

2017-12-07  David Tardon  <dtardon@redhat.com>  [3dacb5a430b879f22266c06f47d6b78502cb1af2]

        Updated core Project: help  6dbfefa1bae144444ab217abc5847d4a886a5755
        
        allow to build online help too
        
        Change-Id: Ib926dc2cd815a8d7e43c7cdcbccecd6c65f11980
        

2017-12-07  David Tardon  <dtardon@redhat.com>  [c9904bdd5bf2645c9723a8135c5fbceadb6b9aed]

        allow to build only HTML help
        
        Change-Id: I4debf079be228e5ce5fae5f1a153f78800407a59

2017-12-07  David Tardon  <dtardon@redhat.com>  [706429497eae9597aca5c2578045cb9b63762b3e]

        Updated core Project: help  ba16363fee2832acf3a33c718fa60cfb5aa67fc8
        
        move generation of HTML help to gbuild
        
        Change-Id: Ic38ee7b9a3ee4a45bede9d494f717d833e53d69f
        

2017-12-07  David Tardon  <dtardon@redhat.com>  [253667523270b3a50464a6ef1e353267de38a2e9]

        move generation of HTML help to gbuild
        
        Change-Id: I3b13e6e29a0436ce18532ab4ef131229aa640d9b

2017-12-07  Caolán McNamara  <caolanm@redhat.com>  [b08c480ea439c3496f5a8f10c154af3f183f0049]

        ofz#4548 infinite regress in GetUsePrinterSettings
        
        Change-Id: Id4505f9a4ddc47f2eb45cb86d46fdd050b007c26
        Reviewed-on: https://gerrit.libreoffice.org/46009
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-07  Eike Rathke  <erack@redhat.com>  [0f4a9e338cab2f09541e61530b4cdd9fde47c33a]

        Check pDrawView
        
        Change-Id: I88351676e7a11800b84b64afc57f91dddaed8eb6

2017-12-07  Eike Rathke  <erack@redhat.com>  [2f7c589e6f26b8af8872c594249cb83bc1a98bba]

        aDrawView -> pDrawView
        
        Change-Id: I2e0a3157ae00a248c3a92d6bb8ab1ed61b72b1a9

2017-12-07  Eike Rathke  <erack@redhat.com>  [0d1e0bda6a59f8c87981f87ebc7b89876a00cfb5]

        Remember ScViewData* and further check ScDrawView*
        
        Follow-up on
        
            commit 3809655e6d554dbc6c74b11597c540c4a62d4c09
            Date:   Thu Dec 7 00:06:36 2017 +0100
        
                sc: don't crash on loading comments
        
                Seems filters call ShowNote before a view is set or something.
                Fixup for 25555c50ad2a57c1b2313f39b8132ac5e80a45fd.
        
        This "best current view" looks a bit fragile anyway..
        
        Change-Id: I7012e4d0e10128b21ece304507b204976a9e03db

2017-12-07  Pranav Kant  <pranavk@collabora.co.uk>  [7bcb9a8416d61bdd3c7fc345f87de5aa8c3054f9]

        lokdialog: Make hyperlink dialog work
        
        Change-Id: Ifd8c721b001b09ddab8d4fe06ae6818980d6ee76

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd0dceb51122b4e8e969f848d9f046e91962d254]

        loplugin:salcall handle static methods
        
        Change-Id: Id6820abec4b8ca8bee26d62b333fd30b42a14aec
        Reviewed-on: https://gerrit.libreoffice.org/46007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [caf1eb15838729e05a70d2fcb8de6834394b5764]

        solenv: add clang-format documentation
        
        Change-Id: Ia1231fb16c351cf957bafaf07ed0ff0e4ff896dd
        Reviewed-on: https://gerrit.libreoffice.org/46008
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-07  Pranav Kant  <pranavk@collabora.co.uk>  [03fa6b15439938044fa95eb9b0584d16cf23db88]

        lokdialog: sc: Prevent assert when invoking autopopup filter dialog
        
        We set the notifier in sc, so don't try to set it again in vcl.
        
        Change-Id: Ic7ab3d0030532a4e8630aa7e9266d32057373a65

2017-12-07  Caolán McNamara  <caolanm@redhat.com>  [a3fdcc1a8cee8485ad0a3777c0652aee4568517b]

        incomplete type Graphic
        
        Change-Id: I471d43be4b34f3bdb3db5b5ff316ff0a414c8996

2017-12-07  Andras Timar  <andras.timar@collabora.com>  [28607477bb25edd08c42a7a1a2040a65000126de]

        add ... to Word Count command, because it opens a dialog
        
        Change-Id: Icbbe71cd1d5ab8e68f743ecf0a3c0122b7317402
        Reviewed-on: https://gerrit.libreoffice.org/45933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-07  Yousuf Philips  <philipz85@hotmail.com>  [c5505f5a22917c339af4e4c840a6a1ae20e2503f]

        tdf#89466 Fix minor localization bugs
        
        Change-Id: I1ee93f81dcd83b5a9277ea444ec8e10db7d790df
        Reviewed-on: https://gerrit.libreoffice.org/45958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-07  ekuiitr  <jhaekansh80@gmail.com>  [6a68f46e8e931c3d4b095a9394d6c050ac9c49d2]

        tdf#57950 replaced some O(U)StringBuffer::append() with operator+
        
        Change-Id: Idd32e3f68787186c157ba7382cab39b0b974ac20
        Reviewed-on: https://gerrit.libreoffice.org/45879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6da58b0e842b81669e5076c2c00dddf67a5616e1]

        gpg4libre: add unit tests for ODF signing feature
        
        Since this requires a working gpg setup, limit to linux for the
        moment. If you need to add signatures or redo them, run LibreOffice
        from a shell with env var
        GNUPGHOME=<core>/xmlsecurity/qa/unit/signing/data/ set.
        
        For editing keys, gpg2 also accepts a
        --homedir=<core>/xmlsecurity/qa/unit/signing/data/ option
        
        Change-Id: I59e5b563098b19d05c8c2db32537241bc835fc80
        Reviewed-on: https://gerrit.libreoffice.org/45950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-07  David Tardon  <dtardon@redhat.com>  [8978fdf58a403aa62e04d47e65cd799740e6b909]

        fix variable name
        
        Change-Id: Ie3eef59c934f5fe4146a911e4ee652457b94edd8

2017-12-07  David Tardon  <dtardon@redhat.com>  [7cbedaa94f23a1f7676ff649ee6c19eb3a42dfb0]

        use 3-char announce id as elsewhere in gbuild
        
        Change-Id: I2f8f1d6876e7305bec45038ada402aa423e59ad8

2017-12-07  tagezi  <lera.goncharuk@gmail.com>  [58e4b36ace484f2743a3b9919d830c175464b05d]

        tdf#104650 Creating guard to reset status indicator
        
        Change-Id: Ic1e79badedc031a588c0b07958002ad7c558ba82
        Reviewed-on: https://gerrit.libreoffice.org/45987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [8169a0e5a10defde3e0f53137734fd06ffca85d7]

        loplugin:countusersofdefaultparams in chart2
        
        Change-Id: Ibad415d2c539b2438e4939c2c23f32d84a5a677f
        Reviewed-on: https://gerrit.libreoffice.org/45948
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [be354a2abd27548405caf97fdbc814b5a6b06995]

        loplugin:constparams
        
        Change-Id: Ia322ecf8f80b28c58ec33d17ca9607401a92534b
        Reviewed-on: https://gerrit.libreoffice.org/45959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c947a25b3a785f8d43160671f79e3bb503dfb1ae]

        loplugin:countusersofdefaultparams in basctl..basegfx
        
        Change-Id: I515acfb9de1f6dff1de94a60055c5b600e5e5241
        Reviewed-on: https://gerrit.libreoffice.org/45957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [f7a57f3a1b3bf357b8dd9401b6d5d2525497967e]

        loplugin:countusersofdefaultparams in comphelper
        
        Change-Id: Idb704adbe78a42bf2f2aaf7f6110698d5559e836
        Reviewed-on: https://gerrit.libreoffice.org/45936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1755ac8c42ba4657881ecf7aa652a137abf3267]

        loplugin:countusersofdefaultparams in connectivity
        
        Change-Id: Ia613257f2de1395c6629c1c37026ed48d4b927c8
        Reviewed-on: https://gerrit.libreoffice.org/45854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-07  Jens Carl  <j.carl43@gmx.de>  [c7e5c7da98d40852d18bd7683e40c9679836ba49]

        tdf#45904 Move _XDataPilotTablesSupplier Java test to C++
        
        Change-Id: Iaea5b7abc0a289035c7a230c0034d2422cc4ae5f
        Reviewed-on: https://gerrit.libreoffice.org/46001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-07  Mike Kaganski  <mike.kaganski@collabora.com>  [e5a3f12588e8e8eb80cc5af4e412fa2c83f0895e]

        Check if we have status indicator
        
        In other methods it's always checked, so presumably it might be absent.
        In caller sites (like OOXMLFastContextHandler::endOfParagraph), it can't
        (and shouldn't) be checked.
        
        Change-Id: Ia2edf8b121cac15e6454bc6321d76517fcdf110f
        Reviewed-on: https://gerrit.libreoffice.org/45951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-07  Justin Luth  <justin_luth@sil.org>  [9644f506ae31f1cacd6ab4c24b2591179791eebd]

        tdf#97648 ooxmlimport: horizontal lines have no margins
        
        Change-Id: I170ab7a742f8e9d8029512592abda9fc54edda18
        Reviewed-on: https://gerrit.libreoffice.org/42437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-12-07  Julien Nabet  <serval2412@yahoo.fr>  [49d1ab032b87634116561b970dcc580be96f33f1]

        Use return iterator from erase in swnewtable (sw)
        
        Change-Id: I748ebeeef41a102feb63c304d4fae64775a3c8e2
        Reviewed-on: https://gerrit.libreoffice.org/45998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1d8cb97fea57b81a1ab151b88c2180e646bd401b]

        Revert "ofz#4548 infinite regress in GetUsePrinterSettings"
        
        This breaks a unit test:
        
        filters-test.cxx:145:Assertion
        Test name: (anonymous namespace)::LotusWordProTest::test
        equality assertion failed
        - Expected: 1
        - Actual  : 0
        
        This reverts commit d38674f3b5b6c97be5f8822f52301e29d677ed1e.

2017-12-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [3809655e6d554dbc6c74b11597c540c4a62d4c09]

        sc: don't crash on loading comments
        
        Seems filters call ShowNote before a view is set or something.
        Fixup for 25555c50ad2a57c1b2313f39b8132ac5e80a45fd.
        
        Change-Id: I9a69bf28b17cb16df7f1b1d06d9d3168da4a34b5
        Reviewed-on: https://gerrit.libreoffice.org/46000
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [d38674f3b5b6c97be5f8822f52301e29d677ed1e]

        ofz#4548 infinite regress in GetUsePrinterSettings
        
        Change-Id: Iebd51c8724eebb942af45f3be24718a7a1278183
        Reviewed-on: https://gerrit.libreoffice.org/45991
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Mark Vecsernyes  <kurtaazz@gmail.com>  [37c719d92b8645aef68925c2dab669a4d1d83e85]

        tdf#114122 - Double click in special character dialog inserts a character
        
        Change-Id: I8f8db851363344091294e2af43aba289ac160d98
        Reviewed-on: https://gerrit.libreoffice.org/45952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-06  Mike Kaganski  <mike.kaganski@collabora.com>  [5bb95b3d1aef2223fe8c608bf462f22fb7196c6c]

        Function LookupAccountSidW takes number of characters, not bytes
        
        Change-Id: Ie01feea2c5025f64a7888b85cb5de0c8f6c6f5c2
        Reviewed-on: https://gerrit.libreoffice.org/45955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [fcb23c791e9dbf177e8b603a72198eba0b4dd3b2]

        table of objects crashes on first update with object in document
        
        Change-Id: Ia25a09060f16e5d286dff2bbc3facba5ac68cdc4
        Reviewed-on: https://gerrit.libreoffice.org/45971
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  jan Iversen  <jani@libreoffice.org>  [3df949ceba258abe5d8d34a688db9563518f3a05]

        iOS, update to xcode 9.2
        
        Change-Id: Id7962a0e40d2341fbe5f702399478f926c0ef5bf

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [19f9a7e298ed32e653cc3062b7a332e56ecee24d]

        Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx
        
        ...and fix the fallout
        
        Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92
        Reviewed-on: https://gerrit.libreoffice.org/45195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-06  Eike Rathke  <erack@redhat.com>  [c2bd06120b932bf3757f19bdf8c8d9ee8a31f557]

        Handle conversion from glibc locale to BCP 47 language tag
        
        The backend's ImplGetLocale() didn't handle variants, so
        ca_ES@valencia ended up as ca-ES instead of ca-ES-valencia, which
        made a difference with for example the UI language being set to
        Default resulting in only ca instead of ca-valencia, which then
        is also written to /org.openoffice.Setup/L10N/ooLocale during
        startup and obtained later.
        
        This only for the *iX branch, no idea if and what could be
        adjusted for Windows or MacOSX.
        
        Change-Id: I050f6f643571ccdc669fb91b06f3bb516f96e8d5
        Reviewed-on: https://gerrit.libreoffice.org/45946
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-06  Eike Rathke  <erack@redhat.com>  [7265e75f8b34cc1043b972478e8b499566660f86]

        Prevent out-of-bounds access, tdf#114228 related
        
        Such document access should be validated, specifically if it's
        called from accessibility.
        
        Change-Id: I67fa14c7fb1bf3885fc009428b981149f3f448fb
        Reviewed-on: https://gerrit.libreoffice.org/45978
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-06  Julien Nabet  <serval2412@yahoo.fr>  [c9f712bdfbad1ad16f0721d889167eb232917eab]

        tdf#114228: fix crash when deleting sheet in specific case
        
        1. Create a brand new ods file
        2. Select L12 (so cursor is obviously on sheet1 L12)
        3. Create a brand new sheet (and cursor is on sheet2 A1)
        4. Delete sheet2
        
        It crashes with gtk3, see https://bugs.documentfoundation.org/attachment.cgi?id=138199
        As indicated in https://bugs.documentfoundation.org/show_bug.cgi?id=114228#c5 the tab number
        is wrong
        Reporting cursor management later in ScTabView::SetTabNo prevents from the crash
        
        Change-Id: Iea307267d2cdcf1c01f7e72f45b6a68aeef26fa1
        Reviewed-on: https://gerrit.libreoffice.org/45911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-06  Maxim Monastirsky  <momonasmon@gmail.com>  [291ea673180a37912697646850959b3f6553cc7a]

        tdf#114262 Respect text+image toolbar style
        
        Regression of 67c9d054517fc3b5cbc203c330eedef4b50f0e57
        ("fdo#84938: replace TIB_ constants with enum").
        
        Change-Id: Ib90473a80fd491f4a136b4e76864c107a9240990
        Reviewed-on: https://gerrit.libreoffice.org/45920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-06  Shinnok  <admin@shinnok.com>  [4df7ebee49438cd963d1aed529a9eead2399dcb0]

        Updated core Project: help  fb2f695bb4ad8ed6a9eeef0e155526df169796f3
        
        Add option to build en-US too.
        
        This case required manual copy of the xhp's and tree.
        
        Change-Id: Ibde9e0e70f9d27735cc0b89bab8eeb34d17c5fdc
        Reviewed-on: https://gerrit.libreoffice.org/45968
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [71c2a1d313263cd0d638ed754a85cb6a09c15b66]

        ofz: reset sPush and sMainTerm once 'popped'
        
        Change-Id: Ib63dd132cb2055b76492f5d53e45c2a86dd8a131
        Reviewed-on: https://gerrit.libreoffice.org/45940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [1a658831d86f6dba67f8f3bcd47435d496fe4dfa]

        ofz#4539 depth protect mathtype parser
        
        Change-Id: I46e12f52d56e7802b676309207904b4d1894d236
        Reviewed-on: https://gerrit.libreoffice.org/45928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Yousuf Philips  <philipz85@hotmail.com>  [495ac1bc97f3deea8e13cb1a2b9f59d087873c3f]

        tdf#114207 create commands for slide number and slide fields
        
        Change-Id: I5b7cfaf602568d9254dfeafd6afe27b9b0895d37
        Reviewed-on: https://gerrit.libreoffice.org/45722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-06  Heiko Tietze  <tietze.heiko@gmail.com>  [2246ab1a187a5ca73b35ca700c1db63c9b74054e]

        tdf#113343 Floating charmap window must not have a context menu
        
        Change-Id: I76c567047b0033ae766ab6c5161c96416e478e8e
        Reviewed-on: https://gerrit.libreoffice.org/45475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebfa6465378f5048d499df729c36b36617f50d80]

        xmlsecurity: fix loplugin:salcall warnings
        
        Change-Id: Ic2df4e402ce1e855fbf9d9f6d8a37e664d0110c7

2017-12-06  Yousuf Philips  <philipz85@hotmail.com>  [24f50a40fc704b92a0aa6017f1877b4399926640]

        tdf#37697 Use object alignment buttons rather than text alignment
        
        Change-Id: Ia100a29aefaca81c5282f8077feb319f9d1809cb
        Reviewed-on: https://gerrit.libreoffice.org/45850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [a8781520e3d47dd0ea25039cf45eea1ed8704af7]

        ofz: oom, variation 0 and 1 have one argument
        
        while variation 2 has two arguments
        
        Change-Id: Ia2a9bd5e33b589b6e002da78d1a5b45d703565ef
        Reviewed-on: https://gerrit.libreoffice.org/45926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Eike Rathke  <erack@redhat.com>  [6a8fc4ee51bedc40d4e39690bc65eb4c2e8a0074]

        Use proper language fallback chain to find installed help
        
        The previous code first tried the full tag and if not successful a
        tag up to the first hyphen, which so far was the same as the
        fallback chain but may differ for more sophisticated language tags
        in the future.
        
        Change-Id: I01dd8618c77c30e92a5fef6d01d0da56f70353f1

2017-12-06  Bernhard Widl  <bernhard.widl@cib.de>  [1c41d4e229deb5ae9d5d06df6c8d2585619bc102]

        tdf#114093 fixing regression when clicking on fields
        
        Change-Id: I6e5c7e644f26ca85a6c55ec5456add46a7b05404
        Reviewed-on: https://gerrit.libreoffice.org/45927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Marina Latini  <marina@studiostorti.com>  [1623caf67a0670f332fc45b9f25aac8818cad9a6]

        tdf#101014 Keyboard between textboxes - part 2
        
        Fixed the a11y issue in layout AUTOLAYOUT_TITLE_2CONTENT_CONTENT
        now the selection via keyboard works as requested
        
        Change-Id: I034776393c8cca68d5cb3702f12111a057d4134b
        Reviewed-on: https://gerrit.libreoffice.org/45907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [7b0f064dc4e7d33fe9bd927dae35ab0a4ef97b5f]

        tdf#109340 Improve performance by reducing matrix multiplication
        
        Multiplication of two B2DHomMatrix with operator* is very CPU expensive,
        because 24 of double-precision floating point multiplication
        needs to be performed.
        
        With this patch I have reduced Multiplication of matrix,
        by creating combined Scale and Transform matrix at once.
        It allows to reduce matrix multiplication by one,
        and improve import time.
        
        Change-Id: I85fde6354e458659a0214514c6e05b8e2ee04185
        Reviewed-on: https://gerrit.libreoffice.org/45704
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae17566542777ad55620f7d03b3dbf559a51da3f]

        unotools: remove not needed UcbStreamHelper inheritance
        
        This class only has static member functions, nothing requires that
        inheritance.
        
        Change-Id: I31db802d0a9dcda01772b1e09a68af770868358d
        Reviewed-on: https://gerrit.libreoffice.org/45924
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-06  Shinnok  <admin@shinnok.com>  [82000d8fba0403dfed98eb73a0936653ce5ef001]

        Updated core Project: help  c09e0355995d329cbd0c60ff7e6008c0f06b45df
        
        Merge makelocal and makeonline into single script.
        
        Scripts were identical; only difference is whether we pass
        local yes/no to get_html.sh. Choice is now expressed via
        first param to makehelp.sh; build local is default.
        
        Change-Id: Icbe274fe6d9aeb86c7950aa69daf574e271e3b84
        Reviewed-on: https://gerrit.libreoffice.org/45943
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cdb823fd674682b86ba58e38ff1212cdd05da62c]

        Updated core Project: help  0b1c7e3c53f36b36f304270fd7aa455321dfd8fe
        
        tdf#83269 Help page for Calc Data->Form...
        
        Change-Id: If182e61aec29a912faa7af8e3d0791d03fcf1aca
        Reviewed-on: https://gerrit.libreoffice.org/45937
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [901638fb32e0e7871474ec12cde814ecedf66469]

        Updated core Project: help  9891e96d1d95c1921cba16c6339c15cf3613da0d
        
        tdf#84675 Undocumented VBA function: MonthName
        
        Change-Id: I3fa5e80dd94c281bdfd6e076f55e172c52be9ecb
        Reviewed-on: https://gerrit.libreoffice.org/45757
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [2074a3785371692dcfb86f45204f3707cbac1eec]

        assert on export of fdo69698-1.ods to pdf
        
        since...
        
        commit 3af8a4faf5e20ccae2386052697713da160afb16
        Date:   Wed Nov 15 13:10:40 2017 +0300
        
            tdf#113861: Less aggressive expansion of chart headers.
        
        In this example
        
        nAllColCount is 3, nAllRowCount is 5, the columns available are 0, 1, 4 and the
        rows are 20, 21, 22, 25, 26. So I assume, comparing to the original version,
        that its not the actual row and column we want, but the index of the row/column
        into the range provided
        
        Change-Id: I568c561a8c5f0b2ee84590293bed8e302d5dda75
        Reviewed-on: https://gerrit.libreoffice.org/45811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Pranav Kant  <pranavk@collabora.co.uk>  [20f985a4ac2dcc6d287c808b9dcfd055fcbabd91]

        lokdialog: Show/Hide floating window on StateChangedType::Visible
        
        In the earlier approach, other state change events like SetText are
        emitted which ends up in "else if !IsVisible()" block and tries to close
        the floating window before it's even registered.
        
        Interestingly, this is not the case every time. Anyhow, better safe than
        sorry. Guard the floating window 'created', 'close' callbacks in a
        StateChangeType::Visible event.
        
        Change-Id: Ib997e11fd4a0f50b8911e9891918112e8ff8ef85

2017-12-06  Pranav Kant  <pranavk@collabora.co.uk>  [98da350c7c9bcb96937f1397a34c2c68ede44011]

        lokdialog: State change events for dialogs uno commands
        
        Change-Id: I92f60e717cd2a0695c8b86b103076d26c0c22cef

2017-12-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [1c58b047d117bb087abc571b74c06cdf7499b1a0]

        Restore GPG SEInitializer service
        
        user config now needs it to collect user's private GPG keys
        
        Change-Id: Ia4ad4133b621160cf37281750cafa9f3c5c3c231
        Reviewed-on: https://gerrit.libreoffice.org/45562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [db5466887810f428f2df4bfc101afe76a928222a]

        Fix indentation
        
        Change-Id: I53a967ab6ad5a6ed89dc807120dd1db540b26a92
        Reviewed-on: https://gerrit.libreoffice.org/45894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e5ab9e7c12ad7878d2754f5b213c8cfca402b850]

        Document SAL_RTL_ENABLED env var
        
        Change-Id: I6242f6028daaa0eb4d14134658e2eb50fd8f8275
        Reviewed-on: https://gerrit.libreoffice.org/45932
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-06  Jan Holesovsky  <kendy@collabora.com>  [5df0f751d8b117eeb9b1df8d1bc34e36659d1492]

        lokdialog: Window* -> VclPtr<Window>, and a small simplification.
        
        Change-Id: I853e2d6ec2e55c78894a9942aa201763a57fe195
        Reviewed-on: https://gerrit.libreoffice.org/45900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-12-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [86393f03702fd4c695612754fa89f80dac69eab9]

        VBA test - iserror function test repair, tdf#114232
        
        Change-Id: I924713f360a41fa5b269468fdf771df6a50df44b
        Reviewed-on: https://gerrit.libreoffice.org/45923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-12-06  Xisco Fauli  <anistenis@gmail.com>  [2eae1d741ebdc1e2ce1e512960e8152e178e0150]

        tdf#114219: Show Edit dialog entry in link section
        
        Change-Id: I35c34d427cc5440994fc16ed7e4d307bc95bc533
        Reviewed-on: https://gerrit.libreoffice.org/45817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gülşah Köse <gulsah.1004@gmail.com>

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [37fe0f729c17bd30d9f273b268b15c353c34a156]

        Better heuristic to only look through implicit copy/move ctors
        
        At least recent libc++ has a std::string ctor overload without a (defaulted)
        Allocator argument (which otherwise causes creation of a temporary Allocator
        object and thus a ExprWithCleanups), so in C++17 mode (i.e., with no implicit
        move CXXConstructExpr -> MaterializeTemporaryExpr -> CXXBindTemporaryExpr chain
        in the way) CellInfo::toString (sw/source/filter/ww8/WW8TableInfo.cxx) has a
        ReturnStmt of just
        
        > ReturnStmt
        > `-ImplicitCastExpr 'std::string':'class std::__1::basic_string<char>' <ConstructorConversion>
        >   `-CXXConstructExpr 'std::string':'class std::__1::basic_string<char>' 'void (const char *)'
        >     `-ImplicitCastExpr 'const char *' <NoOp>
        >       `-ImplicitCastExpr 'char *' <ArrayToPointerDecay>
        >         `-DeclRefExpr 'char [256]' lvalue Var 'sBuffer' 'char [256]'
        
        that erroneously triggered loplugin:passstuffbyref.
        
        Change-Id: I53c8911cb1356560692c003808280a103c399e25
        Reviewed-on: https://gerrit.libreoffice.org/45916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [e6f38aed7c4d6f9a2fd20a3b8eba9083afcc67a2]

        drop clew and opencl for fuzzing
        
        Change-Id: I7b09fb91f3d0d77851a84a015fc3e2fedc0153c7

2017-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [31b89aaeacff570017c3344195af6d075d7ec73c]

        loplugin:countusersofdefaultparams in cui
        
        Change-Id: Id3258a664c2ea740419331877f7ce6af5e2559e7
        Reviewed-on: https://gerrit.libreoffice.org/45922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-06  Michael Stahl  <mstahl@redhat.com>  [9f9347c26531bc084d081f21b43c232f411e2cee]

        basic: SfxLibraryContainer: replace maMutex
        
        ... with cppu::BaseMutex, because a member cannot ensure the life
        cycle guarantees expected by WeakComponentImplHelper.
        
        Change-Id: Iaa10c699abf69882d917487740db241ba1455e1c

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [15cdcd0346b7aa98d4697edec8aeea9c810efa62]

        Related: tdf#105998 except cut and paste as bitmap instead of export
        
        Take a drawing rectangle in draw and cut and paste as bitmap to writer.  The
        hairline border along the very right/bottom edge of the bitmap appear missing.
        
        fallback to default handlers which can distort the hairline to be visible
        
        Change-Id: Iedb580f65879628839c83e41092745ae7c11267c
        Reviewed-on: https://gerrit.libreoffice.org/45902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [097d12bd738467765ae9aa0f4129cf3153510241]

        coverity#1421089 seems to be really reporting missing move ctors/assignments
        
        Change-Id: I434eebac395bbb53a0c586a43568f64ec3fb8448

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [e6928ce494339a74e5e5b1ab1d32af4adcef3e11]

        coverity#1401328 Uncaught exception
        
        Change-Id: I358b3c410bc7871c7184da4959b24b9f52b4a4d7
        Reviewed-on: https://gerrit.libreoffice.org/45892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [175c0541c7cb57e97ff04572cd012d7b5aaf9560]

        ofz: tmRoot variation 1 has two arguments
        
        Change-Id: I75ad9bcbc35ee2a0b9b7941cadc9b4bee79fb6c0
        Reviewed-on: https://gerrit.libreoffice.org/45905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Caolán McNamara  <caolanm@redhat.com>  [870f23b69b09dc28e3d750373d057477d931fe87]

        ofz: avoid oom, tmLDIV has only two slots
        
        Change-Id: I6df2ec0790e94008eba6a7d97256440db5a26ac7
        Reviewed-on: https://gerrit.libreoffice.org/45870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-06  Michael Stahl  <mstahl@redhat.com>  [a36b3f371343c4fb3708cbe0cd50270dda272385]

        tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocument
        
        The classes ODatabaseDocument, ODatabaseModelImpl and
        ODatabaseSource share a single mutex declared as
        ModelDependentComponent::m_aMutex.
        
        Commit 403eefe81b8a0afe888c60452c17d6b2c5d8343f introduced
        a new deadlock here: in case Yield is called, such as
        when the user doesn't have a JRE and a dialog requesting
        to install one is displayed, the SolarMutex is released
        but the ModelDependentComponent mutex is still locked;
        now another thread (such as the AsyncEventNotifier)
        can lock the SolarMutex but not the other mutex,
        while the main thread can't lock the SolarMutex again.
        
        So the SolarMutex must be on the one hand be
        locked before the other mutex, to ensure the behaviour
        is the same whether the thread already holds it or not,
        and locked after the other mutex, to prevent the Yield deadlock.
        
        One option would be to revisit fca62934f492125ea6728fd6d09f0c66c9e4fa69
        and add back the SfxLibraryContainer mutex, but the code
        there is a mess, naively assuming that locking the mutex on
        UNO entry points is sufficient, taking no care to temporarily
        release it while calling other UNO components or event listeners;
        since there's about 5kLOC in all the related classes it
        would take some time to rewrite all that.
        
        An easier fix is to remove the ModelDependentComponent::m_aMutex.
        
        This patch removes all locking of that m_aMutex, but it still
        exists as a non-shared Mutex because it's needed for the
        WeakComponentImplHelper base classes, which shouldn't cause issues.
        
        Change-Id: I94aaa0ae8698188c98633c638100a309b20976cc
        Reviewed-on: https://gerrit.libreoffice.org/45914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [745684f8a696d475ae0e910380031bacfdcba215]

        loplugin:salcall
        
        Change-Id: I5c21f95f763f1491cc68087ecec0909493fd7f63

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [4cd48c5d9221c24952050b5ded41f9e078d9141d]

        loplugin:salcall
        
        Change-Id: Ie3931deb3b39160a6f46dd744ea5b098904d55d2

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [696fc45b4be3067176227637f448bee03fb2f7a6]

        loplugin:salcall
        
        Change-Id: Icf9309addd971c5d98d4057dba6619c4eef9ea6d

2017-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0ac78c97174fcde68daf174f6e8ade502c507d3]

        loplugin:salcall handle virtual methods
        
        Change-Id: Iab95db31188ea2914a46d63a7ebef3d825e6ec42
        Reviewed-on: https://gerrit.libreoffice.org/45851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [da85b582656219a0bc9d20cef59ae6b7ee1c4a9b]

        loplugin:redundantcast
        
        Change-Id: I7e73878f263be57d91a1db2fc3d65d411bd49228
        Reviewed-on: https://gerrit.libreoffice.org/45912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [90d2155912bcee40377620d4836726041a72d537]

        Work around latest Boost 1.65.1 still using deprecated std::auto_ptr
        
        ...in various places, which is gone by default at least from recent libc++ in
        C++17 mode.  So bring it back there for now, until Boost is fixed.
        
        Change-Id: I0b3128d114ab2b5693a84bdc7d2b9b9b9b5c3c76
        Reviewed-on: https://gerrit.libreoffice.org/45910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-06  Stephan Bergmann  <sbergman@redhat.com>  [e754d0931ca75403647cc16100edd98e7e5ceadb]

        Remove CXXFLAGS_CXX11 from Clang plugin compilation
        
        CXXFLAGS_CXX11 is for the compiler used to compile LO proper.  The plugin needs
        to be compiled in a way compatible with compiling Clang, and the compiler and
        any relevant flags can be controlled with COMPILER_PLUGINS_CXX.  (And at least
        on macOS when compiling LO against a locally-built recent Clang trunk,
        CXXFLAGS_CXX11 will now contain -std=gnu++17, but COMPILER_PLUGINS_CXX can still
        point at Apple's Xcode clang++, which does not understand -std=gnu++17.)
        
        Also, if COMPILER_PLUGINS_CXX is not set, simply default it to g++ instead of
        trying to construct an acceptable CLANGCXX value from CXX (which would be
        Clang).  (The problem with using Clang without CXXFLAGS_CXX11 is that Clang,
        unlike GCC, typically defaults to C++03, but building compilerplugins requires
        C++11 at least.  That would cause e.g. the Gerrit/Jenkins linux_clang_dbgutil_64
        builds to fail---but which also needs COMPILER_PLUGINS_CXX to be explicitly set
        to "g++ -std=c++11" as GCC on those machines is still 4.8.5 defaulting to
        C++03.)
        
        Change-Id: Id4ee4e54fa871cb6e621069cd050ae5b31922b34
        Reviewed-on: https://gerrit.libreoffice.org/45856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-06  Julien Nabet  <serval2412@yahoo.fr>  [421d4bc13017988f1a1311a92b93177cf2bbc306]

        Replace list by vector in ndtxt (sw)
        
        Change-Id: Ie12a39dce136c78e786f805740d855a5d191082e
        Reviewed-on: https://gerrit.libreoffice.org/45913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2488ea55e9355cbfc15b2da4138661f0a0362c86]

        Revert "gpg4libre: add glib2 dependency for Windows"
        
        As it turns out, gpgme works perfectly fine w/o glib (though it
        really wants it configured out of the box)
        
        This reverts commit daee5fc5569c1807f5c8dae502d305eb06141e8b.
        
        Change-Id: I60002bf3b524696eeae397a26c280a67dcdbfd7a
        Reviewed-on: https://gerrit.libreoffice.org/45908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-06  Mark Hung  <marklh9@gmail.com>  [2392238e480ecc1d1a5e2e69789e79c10f142d6c]

        tdf#108302: keep the font unrotated if @font isn't available.
        
        We will create the font in ExTextOutRenderer for glyphs that
        are expected to be sideway in vertical writing, so we can reset
        the font escapement and orientation if @font ( windows notation
        of fonts for CJK vertical writing. ) isn't available. That will
        keep the font consistent with @fonts for those glyphs expected
        to be upright in vertical writing.
        Note that it is necessary to change text alignment of DC when
        such font is used.
        
        Change-Id: I1a4a6e8aa232119dd136beeb6c19505d7980a534
        Reviewed-on: https://gerrit.libreoffice.org/45609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-12-05  martinb214  <bakosmartin@gmail.com>  [962873c863ee8f5dcb80af05bd658266304bb5cb]

        tdf#113856 Navigator: Bad behaviour of controllers when changing slides
        
        Change-Id: I11e9cb607c36112f19f7cace1d8c5b7559ebf2a1
        Reviewed-on: https://gerrit.libreoffice.org/45423
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [2b082696754819bb00f3fd382b8a3f376893556d]

        Replace deprecated std::mem_fun et al in slideshow
        
        (as std::mem_fun is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I561f6bda7d2e3aa15ebf3f697f41700082377039
        Reviewed-on: https://gerrit.libreoffice.org/45865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [c3ab8e61052373465c0be87694530c6ee42a6d8c]

        bodge ofz#4480 silence Bad-cast harder for now
        
        Change-Id: I391448361b5cda729904661a7c5c3b33288b7417

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [e34f067c15aaba1ce125ca4417c7d6f331f7cfc3]

        ofz#4533 max 10 digits after decimal point
        
        Change-Id: I85e88269ce9148d1d9deca0b22dd8e8d2129d1b3
        Reviewed-on: https://gerrit.libreoffice.org/45898
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [f42caebb9c1eec8145c36531a3c7003e91aa6051]

        ofz#4530 Null-dereference READ
        
        Change-Id: Ibc5fbb021589b22bbcac0062366e2267839b09e7
        Reviewed-on: https://gerrit.libreoffice.org/45873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [20faa6eeda7a6300162d68dde910c75cba8e9421]

        extend enum with missing entries and use those instead
        
        of raw numbers
        
        Change-Id: I5a10716fd30a469d25e50a3dea6e9dd50602a457
        Reviewed-on: https://gerrit.libreoffice.org/45871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [de5eec5e2ab8186cfb49b2341e2f6f850a95d77f]

        drop opencl and clew for fuzzing
        
        Change-Id: I6b438e32b1be1ee8fbd72d296e3824b8bb473e8e
        Reviewed-on: https://gerrit.libreoffice.org/45878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [4ee1b8f144b90e3532adfac7e5e806552612472e]

        ofz#4531 Bad-cast
        
        Change-Id: I152c2e7fa09fc637b176482de9718cf03880c23e
        Reviewed-on: https://gerrit.libreoffice.org/45875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Eike Rathke  <erack@redhat.com>  [ef6940a48097fee287a7d8782a6a208292f6926c]

        Save an unnecessary duplicate GetObject() call
        
        Change-Id: Ib0efc84ad2cedc1a149fa57996bc0481bd64591b

2017-12-05  Eike Rathke  <erack@redhat.com>  [36493607d8da6a5caf4b73813ddbbf8dc1d7d895]

        Simplify the IsObject()/GetObject() logic here
        
        Change-Id: I816b15b6795b4946b1bfed0d1f6d103a6a1aba4f

2017-12-05  Eike Rathke  <erack@redhat.com>  [d1cd68fac3a3a521e1f7ebf033b908d67832a0c1]

        Rather call GetObject() only if IsObject(), tdf#112571 follow-up
        
        Which effectively is what GetObject() internally also does to
        determine whether to set an error, so resetting an error here is
        moot (or might even hide a nested error?).
        
        Change-Id: I8736d16e386d1833126965538f96aaa1fd73dfd6

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ea4964ed25d24f83b01628766d5908e1ff4a346b]

        Disable C++17 when system libcmis headers contain dynamic exception specs
        
        Change-Id: I7b94e784a3e145aa7c8a910ee08034d6ff9b2693
        Reviewed-on: https://gerrit.libreoffice.org/45869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [306ddfb1b87d94a343e8e2b6b9270ca682f92ac3]

        Replace deprecated std::mem_fun et al in reportdesign
        
        (as std::mem_fun is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: Ib66134bd4072dfe0ce3bc36aa684cee710921235
        Reviewed-on: https://gerrit.libreoffice.org/45868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [36c9eddf44b302bf1e9a9b88af8f89d3e2012df2]

        Fix typo
        
        Change-Id: I6d00282ec472fb145cc31bced6f5c033e6936596
        Reviewed-on: https://gerrit.libreoffice.org/45881
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-05  Eike Rathke  <erack@redhat.com>  [863e269cd3d37034e634d9ad730d8e87a46ceb76]

        Resolves: tdf#114232 reset error after unsuccessful GetObject() query
        
        Probably broken already since
        
            commit 0b21b8b146fc4b982c7c9bbb866b9ff18a29332a
            Date:   Wed Oct 6 10:16:27 2010 +0100
        
                initial commit for vba blob ( not including container_control stuff )
        
        Change-Id: Iecce564851a76921b491ff101365c70883ad7475

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [8c8fa0783ddfee50e55deae307901a1691b88009]

        Revert "require at least gtk3 3.20.0 to build and run gtk3 bits"
        
        Linux-deb-x86_64_56-lhm-ubuntu-trusty is at 3.18, not defunct
        Linux-Ubuntu-x86_64_54-TDE
        
        This reverts commit 75e828cad5e652f111278b103b72b9a9a344b689.
        
        Change-Id: I8939e4bb1876186f5ed75b3ad4c2626e37e4c81c

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [070396471b5bb2ce834d141decea88869eb1c6a7]

        Replace deprecated std::bin2nd with lambda in svx
        
        (as std::bind2nd is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: Icd13de21facec38a4f94595d9685e492bffdc6e7
        Reviewed-on: https://gerrit.libreoffice.org/45867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d14e0d46e6b42d27f67e9d9227fe01d3ab2f2dcb]

        Replace deprecated std::bin2nd with lambda in forms
        
        (as std::bind2nd is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: Ia2c7970fd10e328a8b4a09e101ac3a89876c3d69
        Reviewed-on: https://gerrit.libreoffice.org/45863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e2e8d201bb09e1bb4e654dcb7a701fe9840dbd94]

        Replace deprecated std::mem_fun et al in svx
        
        (as std::mem_fun is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I7b2b6d20a7d89ed109bdce1f31cba660d9cdb9a0
        Reviewed-on: https://gerrit.libreoffice.org/45866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [f5bd4b833cfca5be288b937f1783180597c6e9bd]

        loplugin:salcall
        
        Change-Id: Ied1e48ec27e911e56d064f1941c08fdb20ab1341
        Reviewed-on: https://gerrit.libreoffice.org/45864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [9ed5028b5065c62e9c9527ed0c2517670aa49044]

        Replace deprecated std::bin2nd with lambda in connectivity
        
        (as std::bind2nd is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I344fe128fab0f57a2c5f2dfc8c097e1ab2406508
        Reviewed-on: https://gerrit.libreoffice.org/45857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e073ec4e1854990a9c04bccc9d11adbad2ffcfca]

        loplugin:unnecessaryparen
        
        Change-Id: Ib9eeb7d224b20622bafd96e123feb5aa97abac28
        Reviewed-on: https://gerrit.libreoffice.org/45858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e2553f5cc4a3cdcb09c1b291082b81d0a5a43b17]

        Replace deprecated std::mem_fun et al in extensions
        
        (as std::mem_fun is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I109dd7e04ed2914eb8768bb8139758b5ad60dadc
        Reviewed-on: https://gerrit.libreoffice.org/45862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [3ea3c081721439644850ded0fe375b12e2e9b95c]

        Replace deprecated std::bin2nd with lambda in dbaccess
        
        (as std::bind2nd is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: Ib54bc40889aa45b5b9d4d3ab54baafbd260d3b25
        Reviewed-on: https://gerrit.libreoffice.org/45861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  ekuiitr  <jhaekansh80@gmail.com>  [c7d3440fed86c7ef986cdaf57dfe2017325ff190]

        tdf#96505 removed "L" literal
        
        Change-Id: Ie12d65d0a8aaff3ede099e0301cafbc41ebdc2c6
        Reviewed-on: https://gerrit.libreoffice.org/45736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-05  Eike Rathke  <erack@redhat.com>  [d915cb417befeb4a2aa1913e4b91d8cc5297c3ec]

        Resolves: tdf#114231 do not mask ErrCode with GetRest()
        
        Regression from
        
            commit 7ca950ec744b7af1d15724ec2abc296573a641e4
            Date:   Wed Aug 23 19:25:02 2017 +0200
        
        	no need to use ERRCODE_RES_MASK here
        
        	the relevant usage sites already call GetRest() before comparing
        
        which exactly is the reason that it didn't work anymore.
        
        Old StringArray ItemList resources stored only 16-bit values,
        hence ERRCODE_RES_MASK was used to mask the ErrCode values in the
        resource for which code had to mask ERRCODE_RES_MASK as well to
        compare values. Now the full ErrCode is stored, so code must not
        use GetRest() on a value to compare against, or use GetRest() on
        both values (which theoretically could lead to ambiguities, but
        probably doesn't in resources that are restricted to one module).
        
        Change-Id: I835e47424bb008bc680dc4f8c502c9558397db36

2017-12-05  Jan Holesovsky  <kendy@collabora.com>  [8ce967ad157d83ad567c5f8c750f4225dd974219]

        lokdialog: Make the badstatic loplugin happy.
        
        Change-Id: Ic19bbd2a3533e4e600d8856e55c4e8d06f0ad752
        Reviewed-on: https://gerrit.libreoffice.org/45500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [2326619cba28dcbe54063baffd6094f037230c88]

        Replace deprecated std::mem_fun et al in dbaccess
        
        (as std::mem_fun is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I98fabd88212001ac6f2cfe66f2c75a41a4cb4a3e
        Reviewed-on: https://gerrit.libreoffice.org/45860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [bf720502e1ec1509053dc5998cd322e6d0cae234]

        Replace deprecated std::mem_fun et al in connectivity
        
        (as std::mem_fun_t is gone by default at least from recent libc++ in C++17 mode)
        
        Change-Id: I74a7ff92385068cb4de1865921bd7c2509859b63
        Reviewed-on: https://gerrit.libreoffice.org/45859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9dee880d88305312094b311abdae155e452bf14]

        tdf#104016 RTF import: deduplicate before text indent from numbering
        
        We already deduplicated first line indentation since commit
        3915bf2dc877d5f1140798e24933db0f21386a4a (tdf#95376 DOCX import: fix
        incorrectly indented tab stops, 2016-01-26), the same is necessary for
        before text indent.
        
        Change-Id: I11394881d116f76922c1a706dd14b6a7cdf3c89f
        Reviewed-on: https://gerrit.libreoffice.org/45844
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [75e828cad5e652f111278b103b72b9a9a344b689]

        require at least gtk3 3.20.0 to build and run gtk3 bits
        
        Change-Id: I2caf8c32d47ce195a3b714e50256d8425a5a117e
        Reviewed-on: https://gerrit.libreoffice.org/45735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [effe6b3d84302afce3d5095e4f376e7e3bf669e0]

        std::unexpected_handler is gone at least from recent libc++ in C++17 mode
        
        Change-Id: Ibae0499f52c1e22ec9790e62cc84053dff2c2add
        Reviewed-on: https://gerrit.libreoffice.org/45855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [cdb9e338f1e410fe968df3193369a1b516c50c35]

        tdf#114091: Customize dialog: Rename 'All categories' to 'All commands'
        
        And put a separator before the 'Macros' category.
        
        Change-Id: Ibcff6b6c6d3a4f72d5e06b519fe8245d9602ad3c
        Reviewed-on: https://gerrit.libreoffice.org/45843
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-12-05  Tor Lillqvist  <tml@collabora.com>  [2b26d152227b39f8dd78db56a10817a4b3c7c259]

        Bin a typedef used just once
        
        Change-Id: I8591b1d872a729402ea6045d2a17dc691fa66788
        Reviewed-on: https://gerrit.libreoffice.org/45841
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-12-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9984b3488f04ab372fe0b308c969eca6ebec460f]

        Fix typo
        
        Change-Id: I085d0346d6f7aebc6e685bc1c2407535eb227dfc
        Reviewed-on: https://gerrit.libreoffice.org/45835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-05  Caolán McNamara  <caolanm@redhat.com>  [0722363c2b8e5a15397233fb21537508780d9585]

        ofz: infinite loop
        
        Change-Id: Ie2148fd0048c6894e1b317dd2a4f2533ff2e1814
        Reviewed-on: https://gerrit.libreoffice.org/45827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-05  Gabor Kelemen  <kelemeng@gnome.hu>  [0af17d7e3744acdbe0bb812e1b97d4cde3e67782]

        Updated core Project: help  0b7bf0473bcc891eb169eb489195cf61463cd63f
        
        Hide some extended help only strings from the top of the page
        
        Change-Id: I2df670078db010b9bcd8544c655e91a0ccec2686
        Reviewed-on: https://gerrit.libreoffice.org/45833
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e60725ac392ee9d27b078a793533e35e7816b58]

        loplugin:countusersofdefaultparams in dbaccess
        
        Change-Id: Ic372096785f9f6ead569b34dcc7e97f78ab9ddf8
        Reviewed-on: https://gerrit.libreoffice.org/45837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-05  Gabor Kelemen  <kelemeng@gnome.hu>  [5b88e63945d0d0b765f3463b60b82b7d76e3a4e8]

        Updated core Project: help  4f7a4631aa84dcb62ccd27c9c2dc9fc6a9dc232c
        
        Display the same ahelp in more contexts
        
        Also remove some obsolete comments
        
        Change-Id: I876398ff684dd203ab1702773a9b8f4d725c9a07
        Reviewed-on: https://gerrit.libreoffice.org/45831
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-05  Gabor Kelemen  <kelemeng@gnome.hu>  [8784126ac66ae84b4fe3736125e7e65dbf6e58df]

        Updated core Project: help  543b25503a6d08ca08d2f4b35a14743d0d5ad016
        
        Display the same extended help for more widgets
        
        Change-Id: I76fe74a736ad01366ec8ffa05b49f0c4005e0c71
        Reviewed-on: https://gerrit.libreoffice.org/45830
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2824eb4939dc7e40d1503d52f4fd143fe5f5e60e]

        android: fix gpgme build
        
        No need to include config_lgpl.h when gpgme is disabled.
        
        Change-Id: I03f8b093a355452df928607e0f52e3793d5ca0d1

2017-12-05  Stephan Bergmann  <sbergman@redhat.com>  [7a9fe4d735207160b1458b4dd480cc089a8b7153]

        tdf#114086: Fix macOS paths of external GPG libraries
        
        Change-Id: I978b6f2845935c4a3377fe9600cfdb0bd284a6f7
        Reviewed-on: https://gerrit.libreoffice.org/45825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [720cc05a76510964b779a30366d48fb854984d06]

        fix compile of salcall plugin
        
        changes from sberg and myself crossed paths in the night
        
        Change-Id: I2606902f84739e552b2aad292e63e7b8e6757965

2017-12-05  Jens Carl  <j.carl43@gmx.de>  [eff70347190a6642fd62a9e0b20e4366c39fbc7a]

        tdf#45904 Move _XFunctionDescriptions Java test to C++
        
        Change-Id: Ie2c8e55cabd6adcd523baf2f75c5f2decaf8fe87
        Reviewed-on: https://gerrit.libreoffice.org/45772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-05  Jens Carl  <j.carl43@gmx.de>  [958d8d316dbda970dc31d5b060f8d317db0516ff]

        tdf#45904 Move _XRecentFunctions Java tests to C++
        
        Fix for #i84761.
        
        Change-Id: I3ea608ce60ecc274bc2af9eb1d8117372b663a6f
        Reviewed-on: https://gerrit.libreoffice.org/45637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a06b99d2f53bd8d0a9ab0936efed9924a2abb88]

        loplugin:salcall fix non-virtual methods
        
        first, since those are safer to change than virtual methods
        
        Change-Id: Ie3b624019d75ee2b793cee33b3c5f64e994e8bfe
        Reviewed-on: https://gerrit.libreoffice.org/45798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [eaf89e477af94bd3977aca17d72dd442c7604e63]

        loplugin:countusersofdefaultparams in editeng..package
        
        Change-Id: I4c20235a04d9ab5ea5edbb6b1b2413677b18a305
        Reviewed-on: https://gerrit.libreoffice.org/45795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ebc5774c0546cd0b4ca4ad5a125fd9f8ec0e9ce4]

        remove some unused defines
        
        and move the script to python
        
        Change-Id: I97bca04053d9d38b59c74fcf61caafbc2c137cc9
        Reviewed-on: https://gerrit.libreoffice.org/45776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-05  Jens Carl  <j.carl43@gmx.de>  [e978a52fc7321feaf5148daa5b5bde22689aec75]

        Add ServiceProvider "com.sun.star.sheet.FunctionDescriptions"
        
        Change-Id: Iff6761d00abf2de391ef3809b646dbaeab7fb96f
        Reviewed-on: https://gerrit.libreoffice.org/45771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-05  Julien Nabet  <serval2412@yahoo.fr>  [102f257ee007aecaccbf1370a3c89104d87fe43f]

        Replace list by vector for MailDispatcherListenerContainer_t (sw)
        
        Change-Id: Iac66ae6cb9f95133ef705850c246309db41872dc
        Reviewed-on: https://gerrit.libreoffice.org/45826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-05  Jens Carl  <j.carl43@gmx.de>  [1c893292849bf699f3c9411461248f67fa35d027]

        Add ServiceProvider "com.sun.star.sheet.RecentFunctions"
        
        Add the type and functionality to make instance of ServiceProvider
        "com.sun.star.sheet.RecentFunctions". The ServiceProvider is needed
        to test XRecentFunctions UNOAPI and a fix for #i84761.
        
        Change-Id: Icbaf0c57f8bbada5adb11381ea50b34b8b263c2f
        Reviewed-on: https://gerrit.libreoffice.org/45636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5daa364922ba75442e2aa834095e9bef16d141d9]

        gpg4libre: add gpgme config header where gpgme.h is included
        
        Also pull in config_lgpl.h in that case.
        
        Change-Id: Iae4e56ee8023066581c562c66305875a0fe15f37
        Reviewed-on: https://gerrit.libreoffice.org/45809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-05  TamÃ¡s Zolnai  <tamas.zolnai@collabora.com>  [b19aa21f0efa2aa72c144bacae801aeae59300c0]

        Dump page valid flags in dumpAsXml
        
        Change-Id: I6976a5128f9242627062394d7d24e854348d002b
        Reviewed-on: https://gerrit.libreoffice.org/45821
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-05  Eike Rathke  <erack@redhat.com>  [9f2d4510cb98d1eefcba85db6edb7cf754b4519d]

        assert(mnRangeOpPosInSymbol < MAXSTRLEN)
        
        We should survive that now..
        
        Change-Id: I4cadfa788bda470ee08958347671d843522669e8
        Reviewed-on: https://gerrit.libreoffice.org/45820
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-04  Stephan Bergmann  <sbergman@redhat.com>  [aa0b08980aba7bc82ab75151129b0c643cde7dfa]

        Condition for definition of LastIdent must match condition for its use
        
        Change-Id: Iccc58d396d8c80a717e9d33ed8d872aadea08afa
        Reviewed-on: https://gerrit.libreoffice.org/45829
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2017-12-04  Ahmed GHANMI  <aghanmi@linagora.com>  [4b45c95556d19cf51aab3658e533a2aeaa023d10]

        tdf#113876: fix hardcoded compare strings
        
        Checks of listbox values are hardcoded in english so we replaced
        the hardcoded compare with "SwResId" function which give us
        the string in correspondant language and in addition with
        "startsWith" function we check if the string is in the listbox's
        item of user choice.
        
        Change-Id: I3cc23b43750c82672454aa6812dfad1437ede7fc
        Reviewed-on: https://gerrit.libreoffice.org/45812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [6a49f78b36243ba1ed1dbf2f9bd893c7a660a983]

        silence coverity#1421122 Uncaught exception
        
        Change-Id: I371951b0e5a0f8c6fe796ff94dc60e07944c3f0f
        Reviewed-on: https://gerrit.libreoffice.org/45758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [fc26ea9e0e8cd4873ddd1f5736d7fed071f5e3e2]

        add html to fftester
        
        Change-Id: I85c2ce10ff6142d04310f834b16b2ded474e7a34
        Reviewed-on: https://gerrit.libreoffice.org/45814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Szymon Kłos  <szymon.klos@collabora.com>  [58784b89c22c6d63fff18fea0aa6636a1370044c]

        tdf#113037 Watermark centered in DOC
        
        Change-Id: I3b0383ef85f82c3076331026a49c0005f920ea61
        Reviewed-on: https://gerrit.libreoffice.org/45804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-04  Heiko Tietze  <tietze.heiko@gmail.com>  [7ace16688c503795a5af0c82b63856b1e737aa87]

        tdf#107601 Rename t-test to paired t-test
        
        Change-Id: Ic67089eb591411d9aa8a57369d739bf096a799db
        Reviewed-on: https://gerrit.libreoffice.org/45393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-12-04  tagezi  <lera.goncharuk@gmail.com>  [eafc42a2b46e70a0840a870b8c8cce85b32980c1]

        tdf#39593 deduplicate code in ScOutputData
        
        Change-Id: I98fedf943e2e832d3171a3f2c88acb49acccaa2a
        Reviewed-on: https://gerrit.libreoffice.org/45255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-04  Michael Stahl  <mstahl@redhat.com>  [0616a5e13e6656a97071b1407912e1043a903407]

        postprocess: only check-dynamic-objects if instset is created
        
        People who use --with-system-libs will derive no benefit from
        check-elf-dynamic-objects.  Since checking all SYSTEM_* variables
        seems unmaintainable, check if an instset is to be created as a
        heuristic that the build should be portable and libraries checked.
        This should run with no config changes at least on the tinderboxes;
        Jenkins builders don't create instsets.
        
        Change-Id: I2407429891210ea79917fc4d01a933ec661325b1

2017-12-04  Eike Rathke  <erack@redhat.com>  [01c7c4e1cb074f88440336068285495743bd6b37]

        Add Plautdietsch [pdt-CA] to language listbox
        
        Change-Id: Icf2307649858721a7cde38e8fa892fc3cb1ff08c

2017-12-04  Shinnok  <admin@shinnok.com>  [433fdce3fd1dc370afb81fe5a5723c8aae9e586c]

        Updated core Project: help  a624e855010b2e572f526d2b4b149c2baa6890a3
        
        Remove confusing white space.
        
        Change-Id: I0f6e35f720c5744757f0ac804a9d780df23d1804
        Reviewed-on: https://gerrit.libreoffice.org/45819
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8aa13d257eaee42428bea7b649a3ca35903ed551]

        Fail when building Win64 from cygwin32
        
        The gpgme libs need cross-arch windres support, which cygwin32
        lacks.
        
        Change-Id: Icbe013cf7983754e8b485dd7368cfc10f8fd0bcb
        Reviewed-on: https://gerrit.libreoffice.org/45769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-04  Stephan Bergmann  <sbergman@redhat.com>  [5940f3020e513c769c5cf452b49c1f211358c525]

        -Werror=unused-function
        
        Change-Id: I411a134daef6ad061ab54b300e379b882395905b

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [8aeb8825cbb0ffba2b214624a9869ce8e6e0390a]

        use LANGUAGE_ENGLISH_US for fuzzing
        
        Change-Id: Ieca4b4d06e6e81fc8d2187ae5b92bd95b359f74b
        Reviewed-on: https://gerrit.libreoffice.org/45813
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [5fe781828506862c0bfcabb224418e038bee584d]

        ofz#4526 Null-reference READ with openssl crypto backend
        
        which is not the default backend
        
        Change-Id: I982e1b61c10efbe3312d68d90d48292a9b6cca0d
        Reviewed-on: https://gerrit.libreoffice.org/45794
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bfd613a4628c8827168f64fc2a97685785d04a84]

        tdf#83877 ODF extension to write signature lines
        
        This adds a <loext:signatureline> element to draw:image if the image
        is a signatureline.
        
        Example:
        <draw:image xlink:href="...">
          <loext:signatureline loext:id="..." loext:suggested-signer-name="..." loext:suggested-signer-title="..." loext:suggested-signer-email="..." loext:signing-instructions="..." loext:show-sign-date="true" loext:can-add-comment="false"/>
        </draw:image>
        
        Change-Id: I4d77acec528175fba66556661ab74462f5bd875f
        Reviewed-on: https://gerrit.libreoffice.org/45153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [6b0a2d193aa8974baef5e7d585521baad6078e3e]

        ofz: allow std::out_of_range
        
        Change-Id: I4d63214e3691e56816d66162660c243a7454e114

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dd00bbe28b24396f67f91cd72a00059057be74d]

        sfx2 android: fix -Werror,-Wunused-parameter warnings
        
        Change-Id: Ib48144f5463248e8ceb6c979d1e2148893efa2ba

2017-12-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [88ffde02b427afd2fa0214efbdc5d57e90b9d20e]

        Fix typos
        
        Change-Id: Ief7ebd951212b9b4e1f8a7cde61ef50f1278542c
        Reviewed-on: https://gerrit.libreoffice.org/45796
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a0647dfdbbea483ed3a8372b7a54e1934dfa1fe5]

        Related tdf#113696 Write fallback graphic for fodf files also
        
        Change-Id: I2db10b6a3bf14837160a56813681ba40fa253447
        Reviewed-on: https://gerrit.libreoffice.org/45777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-04  Justin Luth  <justin_luth@sil.org>  [b360322c63d62b54b5e6adac4def3f8b761dc1da]

        tdf#97648 ooxmlimport: calculate percentage-based widths
        
        MSO seems to write 100% width horizontal lines with a
        "suggested" width of 0, so we need to calculate what
        the proper width is.
        
        A better fix would be to add "percentage-width" support
        to the shape class itself, but that complex enhancement
        is way beyond my abilities.
        
        Limiting the patch ONLY to shapes with an undefined
        width because it otherwise slightly increases the
        size of various other unit tests, and I'm not sure
        if those are desirable changes or not. The list of
        the unit tests is documented in the bug report.
        
        Change-Id: Ied80beca42a7513b8ea3b94b9c4ea9898e787200
        Reviewed-on: https://gerrit.libreoffice.org/42128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [b39b9b5822aa084cfa3ef85908c9cb504165277f]

        EPUB export dialog: fix wrong string context
        
        I forgot to update this after copy&paste.
        
        Change-Id: I5f060a602a35ee83bc3f2ff4898039bf347fe1cd
        Reviewed-on: https://gerrit.libreoffice.org/45784
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a36cab2b689b26bbf5374b4974e85c9f250b89e9]

        sw: prefix members of AuthorCharAttr
        
        Change-Id: I9439c900ef2ec567cde105a3e7b8fe222ac1ccb6
        Reviewed-on: https://gerrit.libreoffice.org/45780
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-04  Stephan Bergmann  <sbergman@redhat.com>  [12ba14c6bee1c773e4500f79a90a07f871cf3feb]

        Honor GTK theming in LO flatpak
        
        ...according to alexlarson, for now (until "eventually we'll have a sane dconf
        in the sandbox") apps need to specify --filesystem=xdg-run/dconf,
        --filesystem=~/.config/dconf:ro, --talk-name=ca.desrt.dconf,
        --env=DCONF_USER_CONFIG_DIR=.config/dconf (where the first two are irrelevant
        for LO due to its --filesystem=host).
        
        This fixes <https://github.com/flathub/org.libreoffice.LibreOffice/issues/4>
        "Libreoffice flatpak is not respecting user theme".
        
        Change-Id: If5ed33e1b524bfa877b89f052c6067398b5600a3

2017-12-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [282bc5a824d103dcf4b19c9cf83698a2334e2e34]

        Related tdf#113696 Unit test for Writer images fallback graphic
        
        Change-Id: I2f14d6ab9a107f5b50ab0ec83019f86751dd79f6
        Reviewed-on: https://gerrit.libreoffice.org/45778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [aa768bdbfd7442947cf0756f58c9bfe791ce047a]

        xhtml export: Prefer svg if it's available
        
        And not use the replacement graphic in this case.
        
        Change-Id: I5e1bb7a694f210e2681ff5acf241a131d38a4c5d
        Reviewed-on: https://gerrit.libreoffice.org/45782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2d3023c9713c4c7cac732a6831c69dec581a7751]

        Related tdf#72966 Provide replacement graphic also for metafiles
        
        In 6b3cc69fd2b2de5ace68f2739eb383267d66f76f this was done for draw images,
        this patch also implements this for Writer images.
        
        Change-Id: I54f8142c3d22e1a356aedbcf2daf9d7a9b049423
        Reviewed-on: https://gerrit.libreoffice.org/45673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [59e6230d1c2c71148309f2a292a4143e7bc0e3fc]

        lokdialog: sc: Guard autofilter popup's LOK notification
        
        Change-Id: I8d39a701618926e35c84f200ac7e2ce66e62b8b7

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [727c2303cb70a62a35f2e7ff7cd47cdb3ccd556d]

        lokdialog: multiview: Do not mix one view with other
        
        In GTV, use correct application window object to fetch the dialog
        object.
        
        Use correct view shell to notify window (dialogs, etc.) callbacks.
        
        Change-Id: I7d82b39d4522a4b4904e156757a032c342c71efb

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [b1bcc70d2a5a51d2cb4b2e9e2a8e6641719fe18b]

        lokdialog: Merge dialog & dialog child mouse event APIs into one
        
        Change-Id: I91aaa6a58f33dd2d817e02533de96e0c8191f2ca

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [ae412b57e3f7866e24b120f0afb8ac80618a8d07]

        lokdialog: Rename postDialogKeyEvent -> postWindowKeyEvent
        
        Change-Id: I78b434106fbef153adde255d4fcc8f74a7169175

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [b5e27fd809845577a90cc1811de062c070110078]

        lokdialog: Simplify; make the LOK dialog API more generic
        
        Merge the dialog floating window callbacks and function calls into one.
        Unique window ids across vcl::Window is enough to distinguish between
        them.
        
        Floating windows don't have a LOK notifier as they are created in the
        vcl itself (so we can't access them from sfx2). Use the parent LOK
        notifier in that case (which would be a dialog).
        
        This API should also help in autopopup filter tunneling later.
        
        Change-Id: I63a2c97ffdd84695dc967e14c793089a7c50b41b

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [3d8154ec427777eadf5719f194662e5ade78fae5]

        lokdialog: Do not underestimate the dialog size
        
        Some of them like, EditStyle, can be much bigger.
        
        Change-Id: Iaad02fadba18846976b959369f06e2020feffc6f

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [ec09f526114ef289e7a0a7804f443f2b16a67f15]

        lokdialog: Kill some code; use already existing method to paint
        
        This is not require now in the new approach where the dialog is already
        created by the time paint request call for dialog happens. Layouting is
        already complete by that time.
        
        Change-Id: I610b050a268e61e8d4036aa7eb5766cf0c8b37e0

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [2f2679a56c0ae5dbcab6a0e6aa523587ecdc84fe]

        lokdialog: Allow closing a dialog from LOK client
        
        ... and rename paintDialog -> paintWindow before it's too late. We not
        only render dialogs now but also popups.
        
        Change-Id: I6b1253c4d9be0c79199b683df4413658a461f850

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [cc05f8d9d27a8b28421a91cbfb059898d9619974]

        gtv: Width, height properties should not be construct only
        
        Change-Id: I2d1b29f52c1fe0449cf9afe47c509ef6250804a8

2017-12-04  Stephan Bergmann  <sbergman@redhat.com>  [0e2a3619bdecd903516c96a64dc7cbf8552b85bf]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: I74845d4cdab0f4769cb4970db12f3dfa09037c41

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [1fdd9b3fbfac165e944516d87f02d2f9ff6e3a58]

        lokdialog: Execute all UNO commands asynchronously for LOK
        
        Especially in case of dialogs, Online cannot afford to wait till the
        call to UNO command returns as the same thread is responsible for doing
        many more tasks as well.
        
        And just adding this check doesn't seem to have any repurcussions, so I
        guess we are fine.
        
        Change-Id: Iac7c1413d90e8a264502dcf2bc280e09fd52683b
        Reviewed-on: https://gerrit.libreoffice.org/45527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a3b7229b87901c8bc6cf3f86d79d68ddfba735b]

        Updated core Project: help  19c8267824c96ce837140c7edf94b8ab0231a485
        
        EPUB export: add documentation for new UI elements
        
        Change-Id: I716b035bfd15e770e6acb3016912c88d510e54dc
        

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [1706ccb6704cd85b9603bf9d9181dbb6736a42e6]

        add mml fuzzer
        
        Change-Id: If508e804da7ec945deb1034a797d3a11a7a2ca00
        Reviewed-on: https://gerrit.libreoffice.org/45684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Pranav Kant  <pranavk@collabora.co.uk>  [0d5ccc4eb114117b11f7ec53a2c75f9efcb4c651]

        gtv: Remember recently executed UNO commands
        
        Saves the recently executed UNO commands in a temp file and make it
        accessible to user in a combo box. Useful when debugging.
        
        Change-Id: Ic66961a388cc59dee3f65cb8d4de3c29a8a75eaa
        Reviewed-on: https://gerrit.libreoffice.org/45540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-12-04  Caolán McNamara  <caolanm@redhat.com>  [75b0afa1f23f4da928a5f0d866250e19d762f49f]

        silence coverity#1405937 Uncaught exception
        
        Change-Id: I40e9827f1ff2fb7f5121da95c4f502de11f3f612
        Reviewed-on: https://gerrit.libreoffice.org/45760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Xisco Fauli  <anistenis@gmail.com>  [a2ec30240f7a9889e8e97b798bd862be160b47bc]

        tdf#113380: if the player doesn't exist,...
        
        ... use the same size as VLC does.
        
        See:
        https://opengrok.libreoffice.org/xref/core/avmedia/source/vlc/vlcplayer.cxx#167
        
        Change-Id: Ib878ded6c8aacf3a04227ab9efaa59b388f8ff51
        Reviewed-on: https://gerrit.libreoffice.org/43827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3f2915c40fcc42ac91f2019fd506bfbdd1e5933f]

        tdf#112207: Allow assigning macros to ui elements
        
        * Adds "Macros" category to the categories list
        
        * Search/filter feature now works also on the macros category
        
        * Since macros category has multiple trees and subtrees, and many leaf
          elements (macros). I chose to implement the behavior like this:
        
          If there is no filter/search term, the trees will be presented as in the old
          macro selector dialog (collapsed), but if user types a search term, then
          filtering happens: non-matching elements and empty containers/(sub)trees
          are removed and everything is expanded so that user easily sees what
          (s)he is looking for.
        
        Change-Id: I1a93f156a7293c7e61baac882a10ff631961e2af
        Reviewed-on: https://gerrit.libreoffice.org/44938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [32fd735a6a30a8e552488f78a1577755a0e3db3d]

        EPUB export, fixed layout always means "split at the end of the page"
        
        So disable split type on the UI, as it has no effect.
        
        Change-Id: Ia16e8050a732fce2f7881eee1b64e4487e843574
        Reviewed-on: https://gerrit.libreoffice.org/45691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4246aeaa2b182c3defcefb68426d1be8e2caf75]

        EPUB export, fixed layout: fix spine names
        
        They are pages, not sections.
        
        Change-Id: Ifd72d5ebec1d372a9bd99653d849479a6ffb6bfa
        Reviewed-on: https://gerrit.libreoffice.org/45690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [19339e79e41cb9bbbbf0bd9a0e0d4a2cccc1f6a5]

        EPUB export, fixed layout: remove old non-metafile-based page size approach
        
        This was unused code.
        
        Change-Id: I7f728544127dc283cd74e4425e699d598caeae1a
        Reviewed-on: https://gerrit.libreoffice.org/45649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e83d7993d46b096ecc18c01d92d39e170cce18c1]

        EPUB export, fixed layout: disable DTD string in SVG header
        
        epubcheck complains:
        
        ERROR(HTM-003): test.epub/OEBPS/images/image0001.svg(5675,37): External entities are not allowed in EPUB v3 documents. External entity declaration found: %svg-extensibility.mod.
        
        and similar ones. Just not writing the DTD header is enough to address
        the error.
        
        Change-Id: I5307e932a0f07585297cce734aceae77e43cc7a6
        Reviewed-on: https://gerrit.libreoffice.org/45648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ed8466b55ace15a28761e06b6bb76ebd8758106]

        EPUB export, fixed layout: switch to a metafile-based approach
        
        Trying to guess layout from flat ODF output is an approach that doesn't
        scale, think of complex documents with split tables, etc.
        
        Do it similar to the PDF export instead: take a metafile of each page
        and use the existing SVG writer to embed it into XHTML.
        
        Change-Id: I6e860834beb8025519d3e367f858077ae9e9c006
        Reviewed-on: https://gerrit.libreoffice.org/45647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d1e2205c6ec1b6e4c36192acc2e5b344e2ccc70d]

        android: hackaround for rendering regression (disable charts)
        
        eba883c8a2ce045fc7bd3848d796ca10b7f4ba51 broke rendering in the Android
        Viewer - only blank pages were the result.
        This hack just makes the offending function a non-op, allowing the
        Viewer to render something to the viewer again.
        
        Change-Id: Iaa206ff92b2e7642cb921c8e2d61ffd930a59463
        Reviewed-on: https://gerrit.libreoffice.org/45493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5684e53b931eaaac658bc3246ae1c3249e252fdb]

        Calculate print page ranges only when needed, cache in print state
        
        When printing or exporting PDF, we need to calculate the page
        print (cell) ranges for the current zoom level (document size).
        This is quite a expensive thing to do as you need to inspect
        the properties of individual cells.
        The calculation ideally needs to be done only once per printing
        request, but because of the rendering UNO API, this was done
        everytime ScPrintFunc was instantiated, which is for every page
        twice (once getRenderer is called and then when render is called).
        To fix this performance issue, the print page ranges need to be
        carried from one call to ScPrintFunc to the other. There already
        is a print state (ScPrintState) which is used for exactly that,
        but it didn't do this for print page ranges.
        With this, PDF export time in a test case decreased from 17 sec to
        around 3 sec.
        
        Change-Id: I97ade0e397960c5c98379e4bb28e57c5411ff757
        Reviewed-on: https://gerrit.libreoffice.org/45689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [75702b13961e545809ce1f2b5a45787f42ffcbc6]

        Convert from unique_ptr<bool[]> to vector<bool>
        
        Change-Id: Ie8b6a7bb3c3a624ece42bf57c93fe76f1f4ad3db
        Reviewed-on: https://gerrit.libreoffice.org/45688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f1f1dd3885cdbf00032a362275f36e408ef5ac9f]

        Use print state when rendering a Calc document
        
        When rendering a Calc document with UNO rendering API for printing,
        PDF export, some data (like print X, Y sizes) can be passed from one
        ScPrintFunc call to the other to save us from some unnecessay
        recalculation and increase performance. This was used previously for
        preview, but not when rendering.
        This implements some missing functions in ScPrintFunc and implements
        the use of print state when rendering with UNO rendering API.
        
        Change-Id: Ic69dee99223961befb9b5dddf8ec5c268630bf79
        Reviewed-on: https://gerrit.libreoffice.org/45687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-12-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [f6b437c57d4b0b032cb7e0838e16572bdf9a05cc]

        loplugin:singlevalfields
        
        Change-Id: I521d2efa641f3a14c48561e2e0f6d687e5807d93
        Reviewed-on: https://gerrit.libreoffice.org/45662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [68f86457525c60f580954280d1a759aa174e8e96]

        new loplugin salcall: remove unnecessary SAL_CALL
        
        In this first commit, I use the plugin to verify the consistency of our
        SAL_CALL annotations.
        The point being to make the next commit more mechanical in nature,
        purely using the rewriter.
        
        There are various chunks of unix-only code that have never had to be
        compiled by MSVC, hence the inconsistencies.
        
        In bridges, I had to inline some typedefs to make the verification code
        happy, since it cannot see into typedefs.
        
        Change-Id: Iec6e274bed857febf7295cfcf5e9f21fe4a34da0
        Reviewed-on: https://gerrit.libreoffice.org/45502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-04  Julien Nabet  <serval2412@yahoo.fr>  [9634a818e8a9432db52bc8fcd534e7437e6bacee]

        Replace list by vector for mvPostItFields (sw)
        
        Change-Id: I22009cd051a990cbc6e5f67a01958da889437840
        Reviewed-on: https://gerrit.libreoffice.org/45759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8444bf1d7314f7ff2ea4d17da19b4d276c4086ae]

        Remove arch-pinning for gpgme on Windows again
        
        With e0d94237878d4949573fc9b6d97eea3146cada6d the dependency on gcc
        is gone, so we should be able to build on all cygwin flavours again
        for all Windows arch targets.
        
        Well almost - we still have windres on cygwin32 only able to produce
        pe-i386 targets, so let's exclude the case cyg32 and WIN64 for the
        moment.
        
        Change-Id: Ibe7f967585995586985177d4c36cc33d9850d9de
        Reviewed-on: https://gerrit.libreoffice.org/45422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [293df86b2ec38727f3b966b2c272ab4b05b227b7]

        gpg4libre: pass windows arch down to windres
        
        At least for cygwin64 windres, a wider number of cross-building
        targets are supported. Utilize that for getting suitable versionrc
        arch built, obviating the need to disable x86_64 on cyg32 and vice
        versa.
        
        Change-Id: I9770a3c1d6602a9747b5b3caa4961d66c471f4e4
        Reviewed-on: https://gerrit.libreoffice.org/45763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-04  Thorsten Behrens  <thorsten.behrens@cib.de>  [4c7289c3d769217045e3c4f3fc3a3ab5108600f7]

        gpg4libre: remove silly afxres.h / MFC dependency from gpgme
        
        Change-Id: Ibc74b89aca6a26952c27cd313f7c8203a507641d
        Reviewed-on: https://gerrit.libreoffice.org/45458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [04982dc8f56e3a960b4d42b0ec57fc5cb8a01aa3]

        Updated core Project: help  d0dad7954d1432b998cb1f3eb9c74fb6a56d280f
        
        Add some entries in tree files
        
        plus a link address fix
        
        Change-Id: Ib73385d43b7c354b81265ad7aa06dec66df2763e
        Reviewed-on: https://gerrit.libreoffice.org/45762
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-04  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a172f854b6e1d61bf0fe0fe4efc3058bb7a760bf]

        tdf#74693: Footnotes text appearing above footnote separator line
        
        When invalidate a footnoteframe, invalidate also the lower textframe,
        so it will be recalculated before text rendering.
        
        Change-Id: I5fd29bdad4afae4947e0701e5727482958453d03
        Reviewed-on: https://gerrit.libreoffice.org/45756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [bf3f6b7cf952db4d1dee75daeeda218978f6af54]

        Replace list by vector in fecopy (sw)
        
        + use for-range loop
        
        Change-Id: Ib2d9d5208cbb884e000fad5e56fe4f17bfcd3a61
        Reviewed-on: https://gerrit.libreoffice.org/45755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [21d45e8b6186a0a9978aa6904b7eff221ac7abf0]

        Replace some lists by vectors in sw/doc part
        
        Change-Id: If0ff7d8790824eae5701cca208761d3ee707eb58
        Reviewed-on: https://gerrit.libreoffice.org/45747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [50e5ba2beec4ea6980b1cff2e6bf59cc06af8853]

        Fix interface domain for notebookbar_groupedbar in sc
        
        Change-Id: I72d5b9355a04d3bbcbba41122889d4e8d19b82c7
        Reviewed-on: https://gerrit.libreoffice.org/45741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Caolán McNamara  <caolanm@redhat.com>  [5505667cda3d0107ad67b34569db31c1c1fda2bc]

        survive without config for fuzzing
        
        Change-Id: I7fd64d984c7796c5260ec94c50b158278f55763d

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [a0ec8bffa48e995b1fb2943c37ecea42e3d5a366]

        Remove some useless include and using
        
        Change-Id: I3a4fd9405913b0336c90f17c7b53769c87252f0f
        Reviewed-on: https://gerrit.libreoffice.org/45745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [cf89dd50ef5949fde9ed3530dd04d707e7e7aa7e]

        Use for-range loops in print2 (vcl/gdi)
        
        Change-Id: I13920afc28ac5bf4643aa545efe88488b8502e5d
        Reviewed-on: https://gerrit.libreoffice.org/45746
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8759c6b5e57e7cf7574f04e9b4685a67d23fc6d5]

        clang-tidy modernize-use-equals-default in sw
        
        also removing an odd Swap function in sw::util::Setlayer
        
        Change-Id: Ied4a4bb5a6ef3f6bdd29c40b19680600536407bc
        Reviewed-on: https://gerrit.libreoffice.org/45740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [21104454f97d401c8f308ee3f468c66ff323c483]

        Updated core Project: help  02367b1b1afa3c284fc2594c4791bd2037e927e2
        
        New Help: improve bascode div css.
        
        highlight basic code background color
        
        Change-Id: I64df0dad9443704675dd4a26be943521bc993e97
        Reviewed-on: https://gerrit.libreoffice.org/45751
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [04a45dafbc92b5e66e3f6b3121a9ab41f8d66297]

        Updated core Project: help  862397faa8ea0e8b23d13fc1e929ebc8f2c15b3f
        
        tdf#84675 undocumented BASIC - tree files update
        
        Change-Id: I06ace765057fe5fa9b8add62d232c8c0cbaf23f5
        Reviewed-on: https://gerrit.libreoffice.org/45750
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [fdd63585a802e158abb06aa9b87fad2635db5103]

        Replace lists by vectors in bootstrap (sal)
        
        Change-Id: I9e37a3794fd2880aadab53b7fad3051a4dd8d49a
        Reviewed-on: https://gerrit.libreoffice.org/45744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Maxim Monastirsky  <momonasmon@gmail.com>  [4b65a67caacee1ef0b31219d55bfe0cc6032c9f3]

        tdf#113980 Refresh row/column buttons state after selection change
        
        Change-Id: I21684ffe83d7b924e1d83c853ed4846e0db53c3b
        Reviewed-on: https://gerrit.libreoffice.org/45614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2a4727f2d87260d875b9fcc88bf6a7e1a3421749]

        loplugin:unnecessaryparen
        
        Change-Id: Ie87cb60e2340a0bc21163b0b6c02ed0d2c6c3765

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [a46a5b653b4d609cace9806872d954b07c8af3e1]

        Use for-range loops in xmlexppr (xmloff)
        
        Change-Id: I65b20b98082db6cd2bda17f527f7ade7a1123a97
        Reviewed-on: https://gerrit.libreoffice.org/45743
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b7f2f93dd55ef5c54f7ac7d83d1225e7d2352800]

        Updated core Project: help  8d6f11fb06d76847256dd9baff120a0e7ea5139c
        
        tdf#84675 Add vb* VBA constants documentation
        
        Added vb* constants as described in
        basic/source/comp/parser.cxx
        
        Change-Id: I7a811ab5ba9af741afc43f93a4e96e018deef826
        Reviewed-on: https://gerrit.libreoffice.org/45748
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-03  Daniel  <danielfaleirosilva@gmail.com>  [76c1e7287e29a2a2739fce895fbded3c04764bca]

        tdf#105268 - Auto Fill: Fix The Next Value for 001-001-001
        
        Change-Id: If1d1a23afb6209c35092d7cd95235ea1699fe7fb
        Reviewed-on: https://gerrit.libreoffice.org/45262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-03  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [380a3b8eb284f3d106b273b727f32321ba326fb4]

        fixed interface domain.
        
        translatable strings in sd/uiconfig/simpress/ui/*.ui are extracted
        as parts of 'pot/sd/messages.pot'.
        the domains should not be 'sw' but 'sd'.
        
        Change-Id: I59bf51c5c329988c1c75cb82e518250ff1eccde7
        Reviewed-on: https://gerrit.libreoffice.org/45588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-03  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [9732f13b02c27da430717f27f796f98a51600146]

        Updated core Project: help  15aadcce29df899fab7c65f8809d8cef69c18b9e
        
        tdf#108967: Fix Help for Edit Index in Writer
        
        Change-Id: If07d9c355b249b3f07982188c9349bbdb703de5b
        Reviewed-on: https://gerrit.libreoffice.org/45703
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [944c6764e89e575a2732f8a35d2475d595cf5a5a]

        Updated core Project: help  3de74ecadfd9a7529e1b0b05352e42a829d3e279
        
        tdf#84675 VBA functions documentation
        
        Plus some addition for Type statement
        
        Change-Id: I9a1aa6a948cd50181fba07c105a25d986b372d02
        Reviewed-on: https://gerrit.libreoffice.org/45709
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-03  Caolán McNamara  <caolanm@redhat.com>  [12b01c535a05516e1b7c75c316f0cde8e12e3e0b]

        require at least gtk3 3.18.0 to build and run gtk3 bits
        
        Change-Id: I02efb169ba1d0756d2d9c4b77c3c2b58e48c4a82
        Reviewed-on: https://gerrit.libreoffice.org/45727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-03  Caolán McNamara  <caolanm@redhat.com>  [a60d7fde5455a4c19ef36411e9f15cbded45175e]

        Add mathtype to fftester
        
        Change-Id: If082fc85d943c5b2537800456dcebbce3cb10791
        Reviewed-on: https://gerrit.libreoffice.org/45730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-03  Caolán McNamara  <caolanm@redhat.com>  [e6e74b0609f3eb849f4ced0c6ca760f226625bc9]

        SotStorageStream->SvStream
        
        Change-Id: Id9b74f7c0dc2c688c1489960ba71a8c7c5675dba
        Reviewed-on: https://gerrit.libreoffice.org/45728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-03  Caolán McNamara  <caolanm@redhat.com>  [0c566771c433ec3c29b2bda7d9cb4efaf30e14e4]

        let mathtype import take a SvStream of the contents
        
        Change-Id: I3c02dbee53554aa644b78f8a425b6a4333f2b95d
        Reviewed-on: https://gerrit.libreoffice.org/45729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-03  Mike Kaganski  <mike.kaganski@collabora.com>  [8c89cfe3cdf6595d5f3bb87ecc45b9f450195aac]

        Don't leak formats that get merged
        
        ea55492a6e55290d92a59324b3cb31ed958981ab follow-up
        
        Change-Id: Ib94a5a2c2ef6ebc7552c67975683dc18a9a5a744
        Reviewed-on: https://gerrit.libreoffice.org/45723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-03  Julien Nabet  <serval2412@yahoo.fr>  [cc1db6f2b0ebe05ae807628778835b62df00eca2]

        Replace list by vector in SchXMLExport (xmloff)
        
        Change-Id: I279c878891fccddacdc5b8154173105250f39a05
        Reviewed-on: https://gerrit.libreoffice.org/45726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2bfbe3492d443c31c83b830df3f95fad76a58d67]

        VBA tests repair (2) - don't pass the test when all tests fail
        
        Change-Id: I2519fc54e2ce74ec3c6777aa002971548a21c3c6
        Reviewed-on: https://gerrit.libreoffice.org/45715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-12-02  Julien Nabet  <serval2412@yahoo.fr>  [bd7776f96358b4e868f4f64b793a63c5d5d82499]

        Replace list by vector in property_description (xmloff)
        
        Change-Id: I1290e559f17eb1efbfec09419b4e5283263497fb
        Reviewed-on: https://gerrit.libreoffice.org/45725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-02  Julien Nabet  <serval2412@yahoo.fr>  [279674b3024d83601e928e74e128892ca8762dc7]

        Replace list by vector in xmlexp (xmloff/sw)
        
        Use for-range loop with "auto" to modernize a bit
        
        Change-Id: I9efd7ad2d60eac6a6ce0f79af6ccb02ec235c35d
        Reviewed-on: https://gerrit.libreoffice.org/45711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-02  Julien Nabet  <serval2412@yahoo.fr>  [2f2c7c3dadda7a20c8d49e6ea044887a94d2d46e]

        Replace list by vector in XMLEventImportHelper (xmloff)
        
        Change-Id: I5c8ac0a1cad628bd80550d7d0f5cec46d0f66dae
        Reviewed-on: https://gerrit.libreoffice.org/45724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [b4daa672d393ed6688efe66534807c17e4eaaf57]

        try to hide the evidence
        
        of my involvement with starmath
        
        Change-Id: I072d1c6cee1e20a70afac43022658b6878028f18

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [5eb9b6b65ecea61ce7faaff813229979436cbe51]

        require at least gtk3 3.16.0 to build and run gtk3 bits
        
        Change-Id: I38cd6bcd9ed01695be4345add9d7c0a43a921d04
        Reviewed-on: https://gerrit.libreoffice.org/45721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [8d0a90825aa01c95d9dacecad83cfc65d3a7c57c]

        ofz#4502 Direct-leak
        
        Change-Id: I1323aa7033c68802384c9b984b52a6c6f1156094
        Reviewed-on: https://gerrit.libreoffice.org/45714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [caf17df4d90ba6cff80846864a5e56c93af3756b]

        ofz: fix leak
        
        null out the transferred one and delete the remainder
        
        Change-Id: Iacf2ab46c76234ea558588114e1bcdea370577d0
        Reviewed-on: https://gerrit.libreoffice.org/45716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Eike Rathke  <erack@redhat.com>  [fc672573ce37f7845cb3121b2203caeaf0199669]

        ofz#4484 another stab at mnRangeOpPosInSymbol
        
        Commit cd0b749cc4b4f268d26639fb3c6cbf2128b2d7df still missed it by
        one position behind string length.
        
        Also move the check to end of i18n symbol parsing for all
        constellations.
        
        Change-Id: I7b5e1375fe711dcc3f659e558702de78893d25a5
        Reviewed-on: https://gerrit.libreoffice.org/45717
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-12-02  Eike Rathke  <erack@redhat.com>  [afbd0960f0b8d8b27cc9582279367540cc8aad84]

        Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"
        
        It is a bit, not a key, which demanded special treatment at all
        places, and a key with the same value could not be handled at all.
        
        Abusing the css::util::NumberFormat::TEXT flag as number format
        key to signal the "special" meaning, having a number format key
        equal to that value would had resulted in undesired behaviour.
        The bit value is 256 and a key 256 means 156 user defined number
        formats in the default locale, rarely in the wild but can happen.
        
        Change-Id: Idfd5b07d524c222df3491d201095ef65ad4a46c9
        Reviewed-on: https://gerrit.libreoffice.org/45705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-02  Szymon Kłos  <szymon.klos@collabora.com>  [923ca4efe2095998e3da75c372cd7d716db9abb3]

        tdf#113037 Unify Watermark in DOC & DOCX
        
        * use correct font for calculations
        
        Change-Id: Idd370678c000bf22c460c3323bd55cd827ba7153
        Reviewed-on: https://gerrit.libreoffice.org/45698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [0cb20da5fddbfbeb06f51aef9cd5addb669bb2ad]

        mml is an xml format too
        
        Change-Id: I692aa11f32855e13795454bfebee45675e3f433a

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [1c53061bb93afffc07dee6781064021aea1d8911]

        improve scoping
        
        Change-Id: I4b42d1357e951acda8e7cdba416dc298f260a541
        Reviewed-on: https://gerrit.libreoffice.org/45713
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [2e8fa58ebb5105a824f398a3384a8b0ea2229f9e]

        require at least gtk3 3.14.0 to build gtk3 bits
        
        Change-Id: Ide498b03f21e2c3b8fb47c565079af26ead1d762
        Reviewed-on: https://gerrit.libreoffice.org/45712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9d3b73c8351dcb534580f14c44a8387b16ba763a]

        VBA tests - repair tests (Don't pass when all tests fail)
        
        Change-Id: I70bfb8b909f9f7033cd1eb374db0fe710fd2a0c3
        Reviewed-on: https://gerrit.libreoffice.org/45260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-12-02  Julien Nabet  <serval2412@yahoo.fr>  [b659421222e1c3ffded2bf677bd1c9bf4fd56308]

        Replace list by vector in DocumentSettingsContext (xmloff)
        
        Use for-range loops with "auto" to modernize a bit
        use return of back() instead of retrieving the reverse iterator
        
        Change-Id: Ia1236ec19940a30591c3793516a77e686eee6d01
        Reviewed-on: https://gerrit.libreoffice.org/45710
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [b0ab6825869c173d536dc95d433c54c6a5589c3f]

        require at least gtk3 3.12.0 to build gtk3 bits
        
        Change-Id: I608fa4075eadd0b3ed038c26aba5d9383a99b314
        Reviewed-on: https://gerrit.libreoffice.org/45669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3432a61030910b9bcad706ea8ef889ec8c28e3d4]

        Updated core Project: help  f3821c2f22ffde07cd0138f5637a972f7443aacf
        
        Clean unused scripts
        
        Change-Id: Ie4f52598585b891699b9b14dfea9cc9988777072
        Reviewed-on: https://gerrit.libreoffice.org/45621
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [5a075c693c9256c531220cd206cd9a5ef560ae48]

        ofz: mem leak
        
        Change-Id: I4dc4ff6b2c4bdbcc2c705651a85886441ad90e64
        Reviewed-on: https://gerrit.libreoffice.org/45692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [e90f86db77476f16a28c44c96771c925c6172d6d]

        require at least gtk3 3.10.0 to build gtk vclplug
        
        Change-Id: I4ca34184237d05b999c92648494c306a1f1371cd
        Reviewed-on: https://gerrit.libreoffice.org/45668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [1cbee4822ab3b018c22111e6314f23add02b5521]

        silence some coverity warnings
        
        Change-Id: Ibd8cd13ef037b57d7eccea3fb3a5668c8ded5662
        Reviewed-on: https://gerrit.libreoffice.org/45654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Caolán McNamara  <caolanm@redhat.com>  [aeff59771431dd273159c767080b3db0a4f93565]

        ofz#4491 Bad-Cast
        
        Change-Id: Ibee0c3e51ecd2b976d67c3ab28cabf0acb10c6b8
        Reviewed-on: https://gerrit.libreoffice.org/45659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-02  Yousuf Philips  <philipz85@hotmail.com>  [83638a195dfde7255115cac84b2e9bb7e8e1b440]

        Revert "tdf#105000, related tdf#87538: Make new color names translatable"
        
        No need for this if we will be removing tango and we shouldnt have translators waste time translating it if so.
        https://bugs.documentfoundation.org/show_bug.cgi?id=113858
        
        This reverts commit 6999bafb8675461a7f1400880eabd2daffe96ba4.
        
        Change-Id: I7b6fe1fc84530bdbc002fcb2857942ddf268c88e
        Reviewed-on: https://gerrit.libreoffice.org/44837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-02  Yousuf Philips  <philipz85@hotmail.com>  [b0ca7c2e8122f7f3445835ef51d8396eb0969412]

        tdf#98211 make last line default value language neutral
        
        Change-Id: Ieccb174debbfb00e8165c5928ea9786d55bffab3
        Reviewed-on: https://gerrit.libreoffice.org/43224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-12-01  Aron Budea  <aron.budea@collabora.com>  [f8b9d0fb0767d8bbe8477f92abaf6b8e0ff65546]

        tdf#109240, tdf#112571: don't export dupe built-in named ranges
        
        XclTools::GetBuiltInDefNameIndex(...) only checked for prefix used in
        binary Excel format, and didn't recognize OOXML built-in names, which
        resulted in saving them twice in OOXML files.
        
        Adapt to check both binary and OOXML prefixes, similarly to
        XclTools::IsBuiltInStyleName(...).
        
        Saving "bad" files after the fix will purge bad "_0", "_0_0" etc.
        suffixed built-in names due to how GetBuiltInDefNameIndex(...) works.
        
        Change-Id: I1bbe11f9c654a142a4626003df4cb0fd2a0f9c71
        Reviewed-on: https://gerrit.libreoffice.org/45381
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [1764c0358d7de602d6efaca940bde9081f7a0b65]

        tdf#80713 Translate a few file format names
        
        These are visible in Tools > Options > Load/Save > General > 'Always save as'
        
        Change-Id: I879200a535b46b54653c9e0947a2e8064c72ac91
        Reviewed-on: https://gerrit.libreoffice.org/45543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-12-01  Andras Timar  <andras.timar@collabora.com>  [ae745789704fd7ad86c84ff9875cda810ff915b0]

        tdf#102160 make 'Other CMIS' string localizable
        
        Change-Id: I58cf9eea05f15223e32ff1542b946c5962041e6c
        Reviewed-on: https://gerrit.libreoffice.org/45577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-12-01  Eike Rathke  <erack@redhat.com>  [dcd14963c3f3de9599dbb12d738a26feb5f56df5]

        Ditch the hard coded red font attribute, tdf#101349 follow-up
        
        Color RED is a number format property for negative currency amount, not
        a cell's font propertry.
        
        Change-Id: Ibbba150edacca52d07bbdf1e78d43601c64ff1cd

2017-12-01  Eike Rathke  <erack@redhat.com>  [acf7e4c0a3dc0cca986bf4d4b7a65bafe7e70abc]

        Resolves: tdf#106322 keep original cell content when assigning number format
        
        ... and content can't be parsed as number. Instead of converting 0.
        
        Change-Id: Ief0c0a0284762fc0e801d6cc598720a97d733e31

2017-12-01  Jens Carl  <j.carl43@gmx.de>  [350eec67a5989365560e38e9270990dcd0a019e8]

        tdf#45904 Move _XMultipleOperation Java tests to C++
        
        Change-Id: I102b726e673f69bfe64eff7e28e380dd6f15f1f8
        Reviewed-on: https://gerrit.libreoffice.org/45629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-12-01  Marina Latini  <marina@studiostorti.com>  [dccfe8765c25caf8485e659711a6df6c43ed63a9]

        tdf#101014 Keyboard navigation between textboxes
        
        The tab sequence in layouts AUTOLAYOUT_TITLE_4CONTENT and
        AUTOLAYOUT_TITLE_6CONTENT has been modified from left to right on each
        line for a better a11y
        
        Change-Id: I92379358860d6866414ceda430a9bd90b63e2743
        Reviewed-on: https://gerrit.libreoffice.org/45638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-12-01  Xisco Fauli  <anistenis@gmail.com>  [be40df24b26827057e5303b612196a3ded84bebd]

        tdf#114098 Show vertical scrollbar
        
        Change-Id: I03b94d6860e559a4074a3a23fcc0407f22c21df4
        Reviewed-on: https://gerrit.libreoffice.org/45686
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Stephan Bergmann  <sbergman@redhat.com>  [5066377bbeab1000f31e3fa689bad2ff8bf35295]

        Don't prevent ODatabaseDocument refcount from dropping to zero
        
        ...preventing the dtor from ever being called.  (DocumentEvents forwards its
        acquire/release calls to its m_pData->rParent, i.e., the ODatabaseDocument, for
        better or worse.)  This caused ODatabaseDocument instances to be leaked during
        e.g. JunitTest_dbaccess_complex.  Regression introduced with
        de2ac128da025502c533f8cede5862e054dd9c44 "loplugin:useuniqueptr in dbaccess".
        
        Change-Id: Ida073c7e576b88e0d1d1a90253445e946e6eac99
        Reviewed-on: https://gerrit.libreoffice.org/45652
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [01283fe86cc523f1bed38bdfc5fbcb1694972169]

        EPUB export allow requesting fixed layout from cmdline
        
        FilterData is a typed map of options, suitable for UNO API clients, also
        that's what the UI uses. OTOH the --convert-to cmdline option can only
        set a FilterOptions string, so support that way as well.
        
        --convert-to epub:EPUB:layout=fixed
        
        can be used to trigger this.
        
        Change-Id: I9f429107ae1db3dc4b6ab3b2b75665f096a1a33a
        Reviewed-on: https://gerrit.libreoffice.org/45646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [89e7a00080aadeba08ee649877b2507dc312f9f8]

        EPUB export: handle page size in fixed layout
        
        Requires parsing master pages and page layouts.
        
        Change-Id: Ia8b9e59a9355396d3776af06e8e67ec88033754b
        Reviewed-on: https://gerrit.libreoffice.org/45645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [913fbc822c0f0e285cd0dc3f919a2fb43a94c7ad]

        EPUB export: add UI to request fixed layout
        
        Sets the EPUBLayoutMethod filter data key at UNO level.
        
        Change-Id: Ia07029bd83fec02e98cb6a3cc2bfea2ab742d769
        Reviewed-on: https://gerrit.libreoffice.org/45644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab7bdd1f91a7e6e25854601cca712488554ab960]

        EPUB export: initial fixed layout support
        
        This is just the bare minimum that is already a fixed layout and is
        valid.
        
        Change-Id: I64e1216d92125377d7836988586da9ea1d878536
        Reviewed-on: https://gerrit.libreoffice.org/45643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [6af2cd34404ef6b19fb218931de0b42a2731c57f]

        ofz#4480 silence Bad-cast
        
        Change-Id: I7417d36e532fbe315dab1d3cbd070472bc16ed6a
        Reviewed-on: https://gerrit.libreoffice.org/45683
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [1d44bcf18712d899f9e53676b9bc54ddc88147eb]

        we already don't run with < 3.14
        
        Change-Id: I07adad73285bfd8550cc29ff0145cfc971cc7c71
        Reviewed-on: https://gerrit.libreoffice.org/45671
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [0c4ec6ad42e2197fbea2aa5f64bdf0e9e6393107]

        we already don't run gtk3 if < 3.14
        
        Change-Id: I6bc3cacb12fef6dd607f6c38612c270ecf845221
        Reviewed-on: https://gerrit.libreoffice.org/45664
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4cd6f40d3f5844a40de5acb0ba7ede29c19a2af5]

        update credits
        
        Change-Id: I255926c8df8969e3b5346675175a403bbd0ce317

2017-12-01  Michael Meeks  <michael.meeks@collabora.com>  [268d019c4b05f37e99e1da85472dc9255f186a27]

        Writer page shadow - avoid scaling stored bitmaps at all.
        
        Change-Id: Iad18da20c3ee03cbafd191ddd722f58bd45911be
        Reviewed-on: https://gerrit.libreoffice.org/45538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-12-01  Eike Rathke  <erack@redhat.com>  [86df47658a277521f51a1e22e92dcc632124745c]

        tdf#101349 patch new resource IDs into autotbl.fmt
        
        0x10 to 0x19, see
        
            commit b56cd8050137ed4555a5aca50d4949d941e1f132
            Date:   Wed Nov 29 23:54:26 2017 +0100
        
        	Prepare for translated new AutoFormat Table Styles, tdf#101349
        
        Change-Id: If4424336f74a76a8dff48c7bb502ac4f34dfa4f6

2017-12-01  Michael Stahl  <mstahl@redhat.com>  [a246dc116a534cacef34c0e376a54391341b36e8]

        Revert "tdf#114025 - avoid deadlock between x11 clipboard and ...
        
        ... the lock dialog."
        
        SolarMutexReleaser hack can be avoided with the rtl_Instance fix
        from commit fa9c083c6071a0a4dc812f3c34731f347ddbabf7.
        
        This reverts commit b0e37303df56472fdc7782b977326c2391fdab07.
        
        Change-Id: Ib90cdec1420807afbadfd526a1ddb68d58db79c1
        Reviewed-on: https://gerrit.libreoffice.org/45624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [af5f86b2c1d895803ba79136609417c151100ec1]

        Related: tdf#100226 unused hrc defines are the same as hxx defines now
        
        since the gettextization, so they can be treated the same as normal ones with
        something like find-unused-defines.sh
        
        Change-Id: I2915b76fc79ff5c0eb0dc2b35b1c0421e86462da
        Reviewed-on: https://gerrit.libreoffice.org/45653
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [324af6236800eaa540f0d32484c05e82e7aaf317]

        add pptx fuzzer
        
        Change-Id: I50495496914929f9279a455d1acbffab833bf3f5
        Reviewed-on: https://gerrit.libreoffice.org/45482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Tor Lillqvist  <tml@collabora.com>  [6ff84c8a890bf782e9e4f0557c117277289c2360]

        We have some Objective-C source files, too
        
        Change-Id: I0e8319596c11f7dc2ed9b5660eebe55aaa9ec493

2017-12-01  Tor Lillqvist  <tml@collabora.com>  [a7a13045bc73f3fd510db7665cf2b354ae8958cf]

        We have Objective-C++ and Swift source files, too
        
        Change-Id: I28dadb64b09e5781d4c28c2c5395f448d4b71e44

2017-12-01  Mike Kaganski  <mike.kaganski@collabora.com>  [50acacae130fcc795c8bd1cc9e829d8332149390]

        Remove nonsensical loop
        
        The comphelper::ContainerUniquePtrEquals loops through containers itself
        
        Change-Id: I78181d9b4b951bebcd31f40abedcda0cd3e91973
        Reviewed-on: https://gerrit.libreoffice.org/45634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [54d73c33eb80f18a1600c7f60dae106738349cd1]

        editorconfig: xsl files now also use 4 space indentation
        
        Change-Id: I0368f56d1846731d4ec6453aa967cb4907f7df69
        Reviewed-on: https://gerrit.libreoffice.org/45633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Eike Rathke  <erack@redhat.com>  [b56cd8050137ed4555a5aca50d4949d941e1f132]

        Prepare for translated new AutoFormat Table Styles, tdf#101349
        
        Stored in file are resource IDs for predefined style names, user
        defined styles are stored with ID 0xffff and display the given
        name. The 16 old styles have IDs 0..15, so add strings for the 10
        new styles and append those to the already existing IDs assigning
        them the range 16..25
        
        Once the final autotbl.fmt file with only new styles will be
        available, patch that to change the 0xffff user defined to those
        16..25 (0x10 to 0x19) IDs, it is the uint16 immediately following
        the style name (Little Endian). Order of styles should match the
        one in this change, if not, change the change..
        
        Also, this eliminates the duplicated translation entries in
        sw/inc/strings.hrc and instead in
        sw/source/core/doc/DocumentStylePoolManager.cxx pulls the
        translations from include/svx/strings.hrc
        
        Change-Id: I7827ae22ab05901e6580ff1b9cd812db55f94f7f
        Reviewed-on: https://gerrit.libreoffice.org/45544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-12-01  heiko tietze  <tietze.heiko@gmail.com>  [7d12aa833aec8e9a5c453104a23bff70cec54a45]

        tdf#101349 Rework of table styles for use in Calc
        
        All table styles formatted with General number format
        except first row/column as text; financial defined with Currency
        
        Change-Id: Ib4085230b10d398838b42a449e1166780251f9b4
        Reviewed-on: https://gerrit.libreoffice.org/45523
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-12-01  Eike Rathke  <erack@redhat.com>  [889c72a7e54f241342f42b1b0a05858902228cbc]

        ofz: guard against binary crap argument counts and ID/OpCode generation
        
        Change-Id: I60e181729713f3b202e880707a79e9da80d9d85d

2017-12-01  Stephan Bergmann  <sbergman@redhat.com>  [09d96767a405a7d2bb338dbb5af3d781cdddb50d]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia265d565bbc6b9e4c03aa9be66916b926b54bed8

2017-12-01  Caolán McNamara  <caolanm@redhat.com>  [7d1d5a847db8d3245a2694295a7c369586695ff8]

        ofz: check col/row bounds
        
        Change-Id: Idaa38f400873372330dd06c14800c4a5018c79db
        Reviewed-on: https://gerrit.libreoffice.org/45639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bb1fd2c9819d1ee5ba26c181d8fea8272b89b673]

        Unit test for tdf#113696
        
        Change-Id: I566cd5d38cf86547b664f0ae9a1c2f8c37edc0ca
        Reviewed-on: https://gerrit.libreoffice.org/45560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Tor Lillqvist  <tml@collabora.com>  [2b0ff1adeb13efbf7fb0f46939738e3f895d7caf]

        Need to use dynamic_cast and not static_cast here, thanks UBSan and sberg
        
        Change-Id: I95748f75fc4337481ec6574511bf4b1f47fc4587
        Reviewed-on: https://gerrit.libreoffice.org/45611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-12-01  Stephan Bergmann  <sbergman@redhat.com>  [a1087bace1aa2f91adebe9cd89e25189b222baed]

        loplugin:unnecessaryoverride
        
        Change-Id: I7a685a82dd6452591d4e5460954366bd31acb268

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a0a026a5770ca2e8ca66e1e8daed101301c7e30]

        EPUB export: handle custom media dir in cover image / XMP metadata
        
        By changing the default to <media dir>/cover.<extension> and <media
        dir>/<basename>.xmp.
        
        Change-Id: I736aefafba5aa5208917d9ed40119ca7721cdde3
        Reviewed-on: https://gerrit.libreoffice.org/45604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ed60d22c3c2a43d0460520485c3b6ecca00e239]

        EPUB export: add UI to test custom media directory
        
        Sets the RVNGMediaDir filter data key at UNO level.
        
        Change-Id: I9919e5ca39c9f4f126d1d67946c8bec99ce0381d
        Reviewed-on: https://gerrit.libreoffice.org/45603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f0641de763d2fd425c80f630f3ae6bcde778e7a]

        EPUB export: allow setting custom media dir explicitly
        
        The default is the same <base directory>/<base name>/ as before.
        
        Change-Id: Idb500193a7f6bd901d861e857147832a3ada91d3
        Reviewed-on: https://gerrit.libreoffice.org/45602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7dcb4fef3b2383f4dd4d5d5c9ebbe8f19f8f4c8e]

        EPUB export: support image popup for images and text
        
        Handle relative links on image / text as data for a popup. Pick the images up
        from <base directory>/<base name>/<relative url> as a start.
        
        Change-Id: I9b6183d554e3792aa71dfffc19a671a0e4c302cc
        Reviewed-on: https://gerrit.libreoffice.org/45601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [553a35bed7a7ffb5bcda98987eb4af8b79bc031f]

        EPUB export: handle footnotes
        
        Stringly speaking just linking from the main text to the footnote
        content would be enough from an EPUB point of view, but let's do the
        other direction as well, since Writer provides that.
        
        Change-Id: Iba366ef11a8375347d57a650c57baf8e8002e820
        Reviewed-on: https://gerrit.libreoffice.org/45600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f0f8f80c1712fdc2ebb178cb88c5bd43db50fb7]

        EPUB export: don't loose images with links
        
        And actually handle the link around the image.
        
        Change-Id: Ic9b7b9497becf677dbf550c67074c5c588ef8922

2017-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [035fad219e1729c9e4fe8a54fd85f23c065de616]

        sw: remove SvStream operator<< functions of layout classes
        
        This could be useful debugging functionality, but:
        
        - we have a layout dump feature already, which is available in
          dbglevel<2 (and even non-dbgutil) builds already
        - for SAL_DEBUG() these functions would have to work with an STL stream,
          not with an SvStream
        
        So there is little value in keeping these.
        
        Change-Id: I1d894f79d3e637f5a56d68abda275ea66d5d0635

2017-12-01  Stephan Bergmann  <sbergman@redhat.com>  [719f2e8462faf102f780fd2cfa932c84a776bbc6]

        -Werror,-Wimplicit-fallthrough
        
        Change-Id: I9aae6c5689db2b13830915b683baa8667dfe1068

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9e827c4eadd951b1609107ee3772de2853e37692]

        tdf#113696 XHTML Export: Prefer fallback graphic
        
        Which is usually png and browsers can read that,
        but they can't read our internal metafile format (svm)
        
        Change-Id: Idfd82da630ead69f508b74285081e32315030825
        Reviewed-on: https://gerrit.libreoffice.org/45590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f20ba8466b0df5c80f7663eb1d639f31973dbece]

        tdf#113696 Add mimetype also to fallback graphic
        
        Change-Id: I6eb7bb66aa688b5668d0eacd2ec7131bec2b6955
        Reviewed-on: https://gerrit.libreoffice.org/45585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3c7b177978f260b84f49032034502a12be7bdebc]

        Use isEmpty() instead of getLength()
        
        Change-Id: I2b67c3eebea09d8bebe045ca98341e3347b08fc7
        Reviewed-on: https://gerrit.libreoffice.org/45569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [38602abc2d2b59bc3644e37797b9b1bc779fd993]

        tdf#113696 Write replacement graphic also to flat odf
        
        Not only to zipped ODF
        
        Change-Id: Ic86656aea31c9fc20862628cdd31698b9904e999
        Reviewed-on: https://gerrit.libreoffice.org/45568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-12-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7f6fdd5c3805469e1905b11d11d9b01bef477a9]

        loplugin:unusedfields
        
        The mnRequestedLength fields in formula/ were introduced in
        
            commit 6ef6dd0122b8e44d8547ec31f40def42173e4e41
            Author: Kohei Yoshida <kohei.yoshida@collabora.com>
            Date:   Wed Feb 26 14:32:57 2014 -0500
            Store the length of originally requested array size prior to
            trimming.
        
        but then partially removed in
        
            commit d7f1f91b194da1cb96e66268ce7ef38602aa5754
            Author: Noel Grandin <noel@peralex.com>
            Date:   Mon Mar 3 13:29:43 2014 +0200
            remove unused code in formula/vectortoken
        
        Change-Id: Ic56b6e42682131ee45df7838867145f980f3d601
        Reviewed-on: https://gerrit.libreoffice.org/45571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-12-01  Matthias Freund  <matti_lx@secure.mailbox.org>  [7522dc0f5ce4774f8947e588cda5b32e24553b43]

        tdf#75256 Sifr rework of insertcolumns and rows
        
        Change-Id: I1f4dc91e5a89d7f69749a74b1c1a184337c1747a
        Reviewed-on: https://gerrit.libreoffice.org/45625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2017-12-01  Marina Latini  <marina@studiostorti.com>  [c0bad92c51ec818ce540f8581cb13575fe09afe4]

        Typo in Italian autotext
        
        Fixed a typo in Italian autotext TE
        
        Change-Id: Ied020950669930ef657a9269ced7168d64f4313e
        Reviewed-on: https://gerrit.libreoffice.org/45627
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-01  Julien Nabet  <serval2412@yahoo.fr>  [689d98f2bb51f16e1dfa8e35c0b1c0354a5a739a]

        Use for-range loops in ViewShellManager (sd)
        
        Change-Id: I753e3536b18bae5a162f78a8e30dc3bd89fa80a3
        Reviewed-on: https://gerrit.libreoffice.org/45620
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-12-01  Andras Timar  <andras.timar@collabora.com>  [c1fbc21a45859d3e8a082cf410898ccfcc124425]

        tdf#89713 localize Windows file picker extensions
        
        Change-Id: Ic56df1aeaeee1f027e8b11e8109dd1a3b3708697
        Reviewed-on: https://gerrit.libreoffice.org/45586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-12-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6b3cc69fd2b2de5ace68f2739eb383267d66f76f]

        Related tdf#72966 Provide replacement graphic also for metafiles
        
        With this, SVM files are still written to ODF, but accompanied
        by a replacement png graphic.
        
        Change-Id: I2c949f100dd5197a10c741baa42ea740f3a1415a
        Reviewed-on: https://gerrit.libreoffice.org/45567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-12-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f7c841f56f7c1e9b7757ba3a5c22ab499ac1a48e]

        lok: calc: set outline state
        
        use a specific message from the client for set the visibility state of
        a group instead of hijacking the update row/column header message
        
        Change-Id: I9634c24bbffaddc916c8ad716ac6d5d31e735a55
        Reviewed-on: https://gerrit.libreoffice.org/45445
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [6f2f339d1d3ff82e65bb108961c41962d2747993]

        dbaccess: -Werror,-Wimplicit-fallthrough
        
        Change-Id: I0580a4aec9762e774679ad3d6a567ec4e74c1908

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [f7a5335ef50f4a9775703a038006dfb983a50a15]

        xmloff: turn SvXMLImportContext into a no-op base class
        
        Fix the non-obvious and potentially dangerous recursion that is
        implicit in xmloff's context code.
        
        SvXMLImportContext::CreateChildContext() now always creates a
        SvXMLImportContext, does not delegate to SvXMLImport.
        
        Rename CreateContext to CreateDocumentContext, to make its purpose of
        creating only the top-level context more obvious.
        
        With the previous changes to CreateContext overrides in sw,
        reportdesign and dbaccess, this hopefully shouldn't break anything.
        
        Change-Id: I9e147bf6297bbac9e8470454881da73f6e39db0a

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [ebb34571c19c5ac939fbf5aed2ab66ee18e298dc]

        dbaccess: split up ODBFilter::CreateContext()
        
        This was handling XML elements at 3 different levels; add some more
        context classes to handle the nesting better.
        
        Change-Id: I05d7b2b7dc2d797acd4e97eacb54fa07e32d88e2

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [2bda2100d8abbf66285551379215579108a4ebf0]

        reportdesign: split up ORptFilter::CreateContext()
        
        This was handling XML elements at 3 different levels; add some more
        context classes to handle the nesting better.
        
        There was one tricky case: the ORptExport::exportContainer()
        can export a office:report element inside office:body
        inside report:sub-document, but i don't know how to
        create a report like that.
        
        This was previously handled on import via the fallback to
        SvXMLImportContext (created for office:body) calling
        ORptFilter::CreateContext(), but now it needs explicit handling
        in OXMLSubDocument::CreateChildContext_().
        
        Change-Id: I839986599b2b936f57bb65da355ac1be811fe999

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [dfe635d4f523224b7a6991b524dc2635311a5956]

        sw: std::vector<OUString*> considered silly
        
        Change-Id: Ie5141a01b1a63c083d5fce1842a35a9a4b0d36e3

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [2c081e66cd63df812c2d248c7d2b5bb384b21156]

        sw: move generic code out of SwXMLSectionList::CreateContext
        
        ... into a new class that recursively creates itself
        instead of relying on the import class.
        
        Change-Id: I9bb445ba6a5c490293983d4566bab7b066fb8f24

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [346abc6785117ad0a3353eec2bc2f4d1b8db9fb7]

        sw: move SvXMLSectionListContext out of header file
        
        Change-Id: I18417484a35d67bde3ec2690d834589c3751005f

2017-11-30  Gabor Kelemen  <kelemeng@ubuntu.com>  [f66ace21cdf4fec85c05be1a85ecfdaa8c281066]

        tdf#114124 Translate 'PNG Bitmap' string in Calc Paste dropdown
        
        Change-Id: I8356f241d0742276cf32aa301c35055a7f3c5898
        Reviewed-on: https://gerrit.libreoffice.org/45447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [d91e3f5fb4228b5e4c42ac2532fd84bea6cdbe7d]

        Resolves: tdf#114112 sort 'select' list
        
        Change-Id: I0b80b2f7e8377f92a397b6557d2c3fad3e63f16a
        Reviewed-on: https://gerrit.libreoffice.org/45606
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [01d64f95dc11e7f70c87a5ecdde76f916964a7bf]

        add mml support to fftester
        
        Change-Id: Ie0c3dd5eddb274cf04b335af6fdcb32b3445d02c

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [83d51a0d14a2da6fd1af6c4ff4bb5ff7bfb94cf1]

        ofz: handle empty Gradient Stops
        
        Change-Id: I7e719b21bd21085ffdd0226a4a25d406a4e69351
        Reviewed-on: https://gerrit.libreoffice.org/45617
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [36818bbfa985032f8e86f347e791fb52952971fd]

        ofz#4406 limit escher object cell area to calc's limits
        
        Change-Id: I9b9b198f1f96c952692d052a9a527086e453779f
        Reviewed-on: https://gerrit.libreoffice.org/45605
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [19b86af070453bb8671aefe7472012d19580dd81]

        silence various coverity warnings
        
        Change-Id: I9ac4c179c30efa9d5950aa2106639d3781dd0308
        Reviewed-on: https://gerrit.libreoffice.org/45583
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [18a7a5859b6c2f59ab2f64eadfc6178abb96940b]

        coverity#1424266 Uncaught exception
        
        Change-Id: I63b04fba25b09753baa1dd1cac18f44860cdb264
        Reviewed-on: https://gerrit.libreoffice.org/45581
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [9310a64bbe36b7a2a2d7c51ca6386590883b5044]

        coverity#1401344 Uncaught exception
        
        Change-Id: Ia102856797e08ff805958f56d2c468eb39aa937d
        Reviewed-on: https://gerrit.libreoffice.org/45582
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [b15f79a8f8de27c9d186ae1fbd0c86f194aed0ac]

        loplugin:unnecessaryparen: signed numeric literals
        
        Change-Id: I75c8224452ca9c3711a2ccaca9ecf549fa59cb64
        Reviewed-on: https://gerrit.libreoffice.org/45549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [32efde5cef2b8516a9decd0bf7091d7def1da971]

        tdf#113696 Add mimetype to image element
        
        Otherwise browsers don't recognize base64 encoded svg files.
        
        Change-Id: I54d0b87c52a1ca9da1d820751ae32159b88ed28f
        Reviewed-on: https://gerrit.libreoffice.org/45528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [b17c29d493a1fc588524d6da332254fbb959f0db]

        ofz: handle empty paragraphs case
        
        Change-Id: I4c928f55881c1f9147eec1018381b3d3064c58ee
        Reviewed-on: https://gerrit.libreoffice.org/45592
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [3c62ed6b2f2a4bb75619b0737f733a2db2f0827d]

        size() cannot be < 0 so just == 0 -> empty()
        
        Change-Id: Ie56cc70ba5d60ded64d011f9d8e8fa9895789a38
        Reviewed-on: https://gerrit.libreoffice.org/45591
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c5d0cffbf42f41349a8575ba52456d9cb07e91c7]

        tdf#97198 follow up: improve efficiency for Calc function RIGHT.
        
        Change-Id: Ie2d5011f9ff73bd42a6f3ced1f709fab65d23c18
        Reviewed-on: https://gerrit.libreoffice.org/45517
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [4ec1ba2ac535f078aacfc67a28229fb4159623d3]

        Disable check for successful file deletion for now
        
        ...as it makes JunitTest_dbaccess_complex fail on Windows.  Apparently, those
        files are held open by soffice for whatever reason.  Needs further
        investigation...
        
        Change-Id: Id80b6f58288deaa39fc74fe36886e371968f8d82

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9c98b52610f569b501bf2672b55384ec3d34f9c]

        sw: fix up comment indentation in sprmids
        
        (Perhaps we should remove this file from the clang-format blacklist to
        enforce consistency? I'm not doing that for now.)
        
        Change-Id: Ia1e641893a2966ef8397d511bd297e4e3072eece

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee74bd73856c355f1491e9ff7c3bbbf74a7858bb]

        EPUB export: add UI to set custom metadata
        
        The motivation here is that when it comes to date or author, the typical
        metata for the Writer document won't match the metadata of the book the
        file represents, so allowing a custom override as part of EPUB export
        makes sense.
        
        Change-Id: I19aaed83ae0e69bc0dfa3084e1c9dc9cc534328f
        Reviewed-on: https://gerrit.libreoffice.org/45553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [98770243f7f5387aae06e83ed4de0d68e02abb02]

        EPUB export: allow setting custom metadata explicitly
        
        If not set, fall back to the existing auto-find. The testcase now
        asserts that the priority is:
        
        - api
        - if that is not set, then xmp
        - if that is not set, then doc
        
        (And at the end libepubgen itself has some defaults as well.)
        
        Change-Id: Ie8fc646b81c4a287690fd2eeed43f4786b7938bf
        Reviewed-on: https://gerrit.libreoffice.org/45552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a48cdaf91633b354fb1110c566c766a4398fba0]

        EPUB export: allow overwriting of document metadata
        
        Pick up overrides from <base directory>/<base name>.xmp as a start.
        
        Change-Id: Ib64a6bbdadc53633fb1f0d4a7efdde2e3c96b5ef
        Reviewed-on: https://gerrit.libreoffice.org/45551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [56d79a2d046f08e703ed6498b7c8d15abe057d3a]

        loplugin:unnecessaryparen
        
        Change-Id: I981372300b03ecd7b46e08d6a279f5438b46d8df

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [bd90805c387d46ca35a7dbfe032ed8e8d07d2e85]

        catch IllegalArgumentException too
        
        Change-Id: Ib34bb87d94f8cc6d381e65ffbfe186e8d76d4e83
        Reviewed-on: https://gerrit.libreoffice.org/45587
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [bf59f89d8818f62b03acaf7820e1a9560a388252]

        Move loplugin:fpcomparison to store/
        
        ...after bc4e8de8eea1ccebda479c8e2db2f3c6dfff60d2 "Silence new
        loplugin:fpcomparison for now":
        
        > Nov 30 08:33:16 <sberg> noelgrandin, thoughts on whether fpcomparison is actually worth it, seeing the loooooooong blacklist there?
        > Nov 30 08:34:11 <noelgrandin> sberg, that's wasn't my idea, can't remember who came up with it. vmiklos was that you?
        > Nov 30 08:34:36 <noelgrandin> sberg, the original commit message was "Find code that compares floating point values with == or !=
        > Nov 30 08:34:36 <noelgrandin>     It should rather use rtl::math::approxEqual"
        > Nov 30 08:34:45 <noelgrandin> so in theory the replacement should be fairly manual
        > Nov 30 08:34:48 <vmiklos> i don't think so :)
        > Nov 30 08:35:15 <noelgrandin> might have been moggi, but he's not around so.... just disable it
        > Nov 30 08:36:19 <sberg> noelgrandin, yeah, in theory; in practice, I guess there's also cases where x==1.0 is what you want exactly (given x tends not to be a computed value after all, but some literal that's being passed around)
        > Nov 30 08:36:33 <sberg> noelgrandin, yeah, I'll disable it then
        
        Change-Id: I35f5328efa0ec02d9be837c12efab2b03a3dae52
        Reviewed-on: https://gerrit.libreoffice.org/45550
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-30  Xisco Fauli  <anistenis@gmail.com>  [226c4c010e805fb899ab065c3837241861d6d6db]

        Create script to list the uitests
        
        Change-Id: Ie5a1b7151a32cc72da6a1c68bde2518897eea0f4
        Reviewed-on: https://gerrit.libreoffice.org/45496
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [76349ea956c527e3a16023acd287f9d984ecfd8e]

        catch SAXException in pptx testing
        
        Change-Id: I9379ae268d5c42723a34d6f9e677fe800873ebfa
        Reviewed-on: https://gerrit.libreoffice.org/45580
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Daniel  <danielfaleirosilva@gmail.com>  [9b5062a3eeed6b94a2020b97f6dab9316af5d357]

        tdf#111773 tdf#111780 Fix selection after merge cells in an Impress table
        
        Change-Id: I800c4fb8c37c07fb771f4310b207e459119a8e60
        Reviewed-on: https://gerrit.libreoffice.org/45451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5cb5516c0d8928bebbdb3bfaa2cefd43b159ccca]

        have "make clean" also remove android's/gradle's output dirs
        
        esp. removing the jniLib one is important, as otherwise it is easy to
        package both x86 as well as arm libs into the apk, making it huuuge :-)
        
        Change-Id: I6364b82800a449682b618f0bb98a47825dcb0742

2017-11-30  Mike Kaganski  <mike.kaganski@collabora.com>  [36423d18267e2ef3373bfb162e9b2e8062d01dd4]

        Don't do dynamic_cast twice
        
        Change-Id: I1f1f7c13937af3b84cc1a1eaf2f5036bab774579
        Reviewed-on: https://gerrit.libreoffice.org/45556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-30  Tomáš Chvátal  <tchvatal@suse.com>  [2c5a3d914ecf681d97a8356db62d49b62b52b465]

        Do not check in qt5 checks for Qt4 bugs that were fixed
        
        Change-Id: I4d4725c775e98fe397e43d7b6ae02eb98dc79aa0
        Reviewed-on: https://gerrit.libreoffice.org/45507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Yousuf Philips  <philipz85@hotmail.com>  [cbc671d17a86195ebeea831a91b8401c0daa04d0]

        tdf#113880 Fix a11y issues in tabs of the image properties dialog
        
        Change-Id: Ief5b95307cefe1091854ba872c37a702fe432b20
        Reviewed-on: https://gerrit.libreoffice.org/45121
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Laurent BP  <laurent.balland-poirier@laposte.net>  [ba6232ae4dc2acb6e794f109a6ca9f57afb3d8d4]

        tdf#103317 Language and country tags removed from templates
        
        Detailed modifications:
        Blue_Curve
          - Remove unused user defined style
          - Restore preview object in page 2 of Notes view
          - Increase size of title
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - content.xml and styles.xml: remove asian and complex tags
          - remove my name in meta.xml
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Classy_Red
          - resize object preview in page 1 Notes view
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in Object 1/content.xml, styles.xml
          - Object 1/content.xml, content.xml and styles.xml: remove asian and complex tags
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
          - styles.xml: change <table:table-template text:style-name="default"> in <table:table-template table:name="default" table:first-row-start-column="row" table:first-row-end-column="row" table:last-row-start-column="row" table:last-row-end-column="row">. It appears to get same table, and is validated.
        
        Forestbird
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - content.xml and styles.xml: remove asian and complex tags
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Lights
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - content.xml and styles.xml: remove asian and complex tags
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Lushgreen
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - styles.xml: remove asian and complex tags
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Nature_Illustration
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - styles.xml: remove asian and complex tags
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Piano:
          - change thumbnail.png
          - remove Configurations2 and settings.xml (update manifest.xml)
          - remove language tags in styles.xml
          - content.xml and styles.xml: remove asian and complex tags
          - remove my name in meta.xml
          - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina)
        
        Change-Id: Iea9b522012808b858fd78f09485bfdbf751a856f
        Reviewed-on: https://gerrit.libreoffice.org/44614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-30  Andras Timar  <andras.timar@collabora.com>  [683288351c3f7c7bccd2947925908c748e293124]

        tdf#114155 change interface domain to 'wpt'
        
        Change-Id: I91fc11482273b6bd1a165fc82d6b24fc726b70a3
        Reviewed-on: https://gerrit.libreoffice.org/45573
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2017-11-30  Xisco Fauli  <anistenis@gmail.com>  [55ad93f29b1be106a7b475f92202ece3589584d8]

        mailmerge.py: Use strip in server name
        
        Using spaces in the dialog might lead to  incorrect server name
        Change-Id: I29a1ffa867d2e415338accf98bb45c7d65b14fa2
        Reviewed-on: https://gerrit.libreoffice.org/44052
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Pranav Kant  <pranavk@collabora.co.uk>  [a36f2d7a66e54e6cc296a565391f8b25396543e3]

        lok: Replace this custom loop with STL
        
        Change-Id: I3b93654ba3d41733209ff819ca1d0250fb47ce74
        Reviewed-on: https://gerrit.libreoffice.org/45526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [1d961ae75321cd04f40fcee8fae94c059fc466f1]

        ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow case
        
        Change-Id: I35d86c97e4fb082a676a5eeadf8375738cecd7bd
        Reviewed-on: https://gerrit.libreoffice.org/45519
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [51572635f00748e0206844e34ce48d2f1f75acdb]

        Detect also clang-format versions 5.0.0+
        
        Change-Id: I651f078c20a1a51d636d359c1118f06b71083e8e
        Reviewed-on: https://gerrit.libreoffice.org/45561
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-30  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [25555c50ad2a57c1b2313f39b8132ac5e80a45fd]

        tdf#113901: Grid offset for notes and temporary notes modified.
        
        Older calculations for gird offset were incomplete: are not used for notes
        (only for temporary ones on mouse over), were not taken into account during
        temporary note disappear and contain duplicated code from
        ScDrawView::SyncForGrid()
        
        New approach elminate described above problems.
        
        Change-Id: I5f92971e156f37f052b4e6d47b2f16480bdbaf7e
        Reviewed-on: https://gerrit.libreoffice.org/44464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [e134bebe10f809214e48fadbc3006ddcf95731c9]

        coverity#1424321 Dereference after null check
        
        Change-Id: Ieadf71b99180418a875914094c4769c9df9f1db2

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [690952524ab2a1ee9e00aad17502da75931ffc88]

        coverity#1424322 Uninitialized scalar field
        
        Change-Id: I4314ed8ecbfaf1435bc22688e9afb7b0b3bcbfd0

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [a2a0612e596ac8275fd5d1aa3379ca0985803c45]

        coverity#1424325 Uninitialized scalar field
        
        and
        
        coverity#1424323 Uninitialized scalar field
        
        Change-Id: I00855321a4099720b903553a46f45f6919f71880

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [08f7ff03652517aa83dbc9558fd542bdf0000b7f]

        add xlsx fuzzer
        
        Change-Id: Icce1317dc3ccfb598ce07ee61eddd873f1f98222
        Reviewed-on: https://gerrit.libreoffice.org/45481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [bfefe2ce8ca1b4a25ede09886ce24d57695f8d3e]

        ofz#4481: move Path2DContext body to onEndElement
        
        Change-Id: Ic06fb71c679e87069afda391e598d360b4b59cc2
        Reviewed-on: https://gerrit.libreoffice.org/45516
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  Caolán McNamara  <caolanm@redhat.com>  [5591aa360874c9133d046eeaa1c315df1a441bc4]

        ofz: always free with xmlFreeParserCtxt
        
        Change-Id: I90aed11ae0a29a0e9fc725b297e10a7ed30c9942
        Reviewed-on: https://gerrit.libreoffice.org/45533
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-30  heiko tietze  <tietze.heiko@gmail.com>  [ab60361f66b286144c7f6b58c9c9cecb83c9d223]

        Rework of chart-palette
        
        Change-Id: If85a78eb0d7f985872d95ae77a3d696a5f9d0f7a
        Reviewed-on: https://gerrit.libreoffice.org/45545
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-30  Michael Stahl  <mstahl@redhat.com>  [fa9c083c6071a0a4dc812f3c34731f347ddbabf7]

        tdf#114025 framework: avoid deadlock between Desktop init ...
        
        ... and SolarMutex: the problem is that rtl::StaticWithArg will
        first lock the implicit mutex of the C++11 static variable, and
        then the SolarMutex.
        
        So if one thread creates the Desktop singleton with SolarMutex
        locked and another thread without SolarMutex locked, this can
        deadlock.
        
        If we use rtl_Instance directly with SolarMutex, then there is
        still a static variable, but the SolarMutex will always be locked
        first, preventing this deadlock.
        
        Change-Id: Ibd37fdfa96a4a2b57f661be3814dd597eb52d338
        Reviewed-on: https://gerrit.libreoffice.org/45508
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [b14436817b1c49a9b3043635dbc754a8aa7cca83]

        Silence -Werror=pragmas with some GCC
        
        ...version "gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406" which reportedly
        supports C++17 but doesn't know -Wregister
        
        Change-Id: If8fd6f3c23ac26386fbc3ccd2df68d61d68ea793
        Reviewed-on: https://gerrit.libreoffice.org/45509
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f7d74380222cae1668067fa7205e0347bd08d93]

        sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlck
        
        Change-Id: Iaddc79cee0c06f72f636a3d35959922fd78f4e20

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [bc4e8de8eea1ccebda479c8e2db2f3c6dfff60d2]

        Silence new loplugin:fpcomparison for now
        
        ...introduced with ba4a124b0c0c66fd275f5147d55eeec27ce78da9 "Resolves:
        tdf#114117 draw page shadow mangled"
        
        Change-Id: I31573d55ae7e5ff015d4582de1d436cdc673acf1

2017-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [343af46fc301a984929e071d477b8fb9f211e289]

        ODT filter: make sure we have a layout before export
        
        It is expected that the commandline --convert-to switch gives mostly the
        same result as save-as on the UI, but this was not the case for ODT, as
        the convert-to case had no layout available.
        
        As a result the explicit width of table columns or soft page-breaks were
        missing from the export result in the convert-to case.
        
        Given that Word formats already calculate the layout before export and
        during crashtesting we already wait for the OnLayoutFinished even before
        export, just enable calculating the layout before ODT export as well to
        shrink the cmdline vs GUI differences.
        
        [ No testcase: saving
        writerperfect/qa/unit/data/writer/epubexport/table.fodt with the writer8
        export filter would be a reproducer for this, but the test doesn't fail
        without the fix even aftet not calling CalcLayot() via the
        mustCalcLayoutOf() override, so I'm out of ideas right now how to test
        this. ]
        
        Change-Id: Ib05958e857f0a353b8740f2a87a6cf2f45f3c764
        Reviewed-on: https://gerrit.libreoffice.org/45518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [c26f644db80e10f755911d277aac0e1d42731d29]

        loplugin:unusedmethods
        
        Change-Id: I9188f4579900d7eec375754aa94d21ac4e8456e2
        Reviewed-on: https://gerrit.libreoffice.org/45504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ecc8e79d84c985fc5835b941924541c135eeeec]

        loplugin:unusedenumconstants
        
        Change-Id: Iebcd8688ec807aa61989b4622ea0d3eca5c4c671
        Reviewed-on: https://gerrit.libreoffice.org/45478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [0c3444c9bcee093ad5976af8948138e6f2a97706]

        Weaken SwarmSolverTest::testUnconstrained even further for now
        
        ...after 1fa761af825641da5c87f80c2a17135f92418960 "Ridiculously large delta for
        SwarmSolverTest::testUnconstrained for now", to accommodate further Jenkins
        lo_ubsan failures with actual values of 3.67055466470122
        (<https://ci.libreoffice.org/job/lo_ubsan/741/console>) and 3.88389164367578
        (<https://ci.libreoffice.org/job/lo_ubsan/743/console>).
        
        Change-Id: Ibacb25ba82c2c279ef8dcd19c5ce7f6d5d8014d5
        Reviewed-on: https://gerrit.libreoffice.org/45520
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [d43e694d5e296ffc2eabacbddd50c5a0256a8f6d]

        some global loplugin improvements
        
        for some reason we're hitting more template AST nodes now? Anyhow,
        updated singlevalfields and unusedenumconstants to cope.
        
        For unusedfields, ignore field access inside Clone() methods, since it's
        like a constructor.
        Similarly for unusedmethods.
        
        Change-Id: Icb2f76fb2f06ae5df21f9d75312e42a2800befb9
        Reviewed-on: https://gerrit.libreoffice.org/45470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [afbc75c207f367fb60cbe2f1c634fe78cd86bf92]

        TypedWhichId for RES_PARAATR constants
        
        Change-Id: If2257d32fdd66703735466982e6913070ac1166d
        Reviewed-on: https://gerrit.libreoffice.org/45402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-30  Stephan Bergmann  <sbergman@redhat.com>  [0025fa723afb9f6a0d94b9b3185ea14da18f1bd5]

        Enable loplugin:unnecessaryparen for integer and Boolean literals
        
        ...taking care not to warn about those cases that are used to silence Clang's
        -Wunreachable-code
        
        Change-Id: I3c1da907f51cc786f81c1322fe71d75832cd9191
        Reviewed-on: https://gerrit.libreoffice.org/45521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-30  Tor Lillqvist  <tml@collabora.com>  [ea55492a6e55290d92a59324b3cb31ed958981ab]

        Deduplicate conditional formats loaded from .ods
        
        If there are several separate conditional format elements that can be
        represented as just one (with several ranges), try to do that.
        
        A particular customer document used to take 3 minutes 20 seconds to
        load, and it contained so many (tens of thousands) conditional formats
        that the Format> Conditional Formatting> Manage... dialog was
        practically impossible to use.
        
        Now loading that document takes 15 seconds and there are just a
        handful of separate conditional formats.
        
        Also add a simple unit test to verify the deduplication.
        
        Change-Id: I7c468af99956d4646ee5507390f1476caff52325
        Reviewed-on: https://gerrit.libreoffice.org/45460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-29  Mike Kaganski  <mike.kaganski@collabora.com>  [42dafb5c7bd218f4d368fbd1113fa4a0fcd7f0cb]

        ww8: use sprm names instead of numbers
        
        Added sprms for Word 6 binary format; removed obsolete comments.
        
        Change-Id: Iac88f8df9397f81586e39c1cf152c762be8f9aed
        Reviewed-on: https://gerrit.libreoffice.org/45474
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-29  Mike Kaganski  <mike.kaganski@collabora.com>  [3a6840cecaff91e7f90a2bbeee9c927b37608a78]

        Add SfxEnumItem to Natvis
        
        Change-Id: I11177cd99a3d895c7ec94661fa677a0edfcdf9bf
        Reviewed-on: https://gerrit.libreoffice.org/45536
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [9e5e92c4a1415aac8b0107950f577d1679499e62]

        Support for GPG encryption in more ODF filters
        
        not only Writer but also Calc, Impress, Draw and Math
        
        Change-Id: I7f9fe86ffe5f9a812a5215617b9e673c73134202
        Reviewed-on: https://gerrit.libreoffice.org/45472
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-29  Heiko Tietze  <tietze.heiko@gmail.com>  [5e95a0d9c0727e1bb69e696a9398ff26c8a1c948]

        tdf#89210 Rename 'mode'
        
        Tooltip and toolbar title renamed to 'Transformation'
        
        Change-Id: I735d266c748fc41d4fd9913000c937a1011b787f
        Reviewed-on: https://gerrit.libreoffice.org/45337
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [a426cf6034fa08108d5906991aaed47020be68d8]

        ofz: Direct-leak
        
        Change-Id: Id94586cc659a5e504c727c570dc9fc60c85c8820

2017-11-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [64be56577ffd8325ae3a720d26dacf93af03a5da]

        Fix typos
        
        Change-Id: I543818f6176b22226683be9cc6c459eda0e53183
        Reviewed-on: https://gerrit.libreoffice.org/45501
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [91f645f5e3bf7412c54c9ddd6d66dd440d4fab26]

        ofz: handle bad key len and subsequent PK11_ImportSymKey failure
        
        Change-Id: Ied93745f924cbcbc674b5c9a78545aa1f79fc61e
        Reviewed-on: https://gerrit.libreoffice.org/45513
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [ba4a124b0c0c66fd275f5147d55eeec27ce78da9]

        Resolves: tdf#114117 draw page shadow mangled
        
        when cairo had to stretch the 1 pixel dimension to fit the area.
        
        When its this 1 pixel case set the same settings we use for the stipple effect
        to get the expected interpolation
        
        Change-Id: I42d87d6d01ebdb44083351a9632860f5f0a3bf63
        Reviewed-on: https://gerrit.libreoffice.org/45511
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Gabriel Chiquini  <gabrielchiquini@hotmail.com>  [05ec166fa7b81f20341b28347e18f7754c2bbbc8]

        Updated core Project: help  ec6a05cc524a17ff090eaa7e506d7b5452ab227b
        
        Fixed UX bugs
        
        Clicking on tabs (Contents, Field, Index) now close the other ones
        Set focus into seach field clicking in those tabs
        
        Change-Id: I4b569aea86d4c5c441ce89dfa76f66844f0ebbc4
        Reviewed-on: https://gerrit.libreoffice.org/44902
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-29  Szymon Kłos  <szymon.klos@collabora.com>  [04f17b2631adf874dc0269026f3fbad74330452b]

        tdf#76646 don't open link on Ctrl-click if not required
        
        Change-Id: Ie081f8144e50f576b9f8acb2ddd5b1c891533964
        Reviewed-on: https://gerrit.libreoffice.org/45499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-29  Michael Stahl  <mstahl@redhat.com>  [76a9f10a08ddaea6edb7d4c01ccdd56aa7695a96]

        postprocess: call check-elf-dynamic-objects on LINUX
        
        This runs fast enough that it can just be enabled.
        
        Isn't allowed to break the build just yet due to the existing
        GPG related problems.
        
        Change-Id: I6f2ed3d7aeee9e7770940d96894ecdf4d0bf2d9b

2017-11-30  Pranav Kant  <pranavk@collabora.co.uk>  [34f7659e3232e8e491b02f67cba503505fa79fd2]

        lokdialog: Compress DIALOG_CHILD callbacks
        
        In complex dialogs, they flood the lok client otherwise with duplicate
        callbacks.
        
        Change-Id: I6ab1ef12b90caed22dfc464e18068f5830cb9532

2017-11-29  Kshitij Pathania  <kshitijpathania@gmail.com>  [584a73ce23706c1e0dfbf32b4dbdbe6c79fb0ef2]

        tdf#111801 added hover state to tabledesign sidebar
        
        Change-Id: I1ceb806c6423964346c97d7b1ef6dcac46698902
        Reviewed-on: https://gerrit.libreoffice.org/42882
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [06fa42837d8764e10627e7b97c04d0853e9976e3]

        EPUB export: add UI to set a custom cover image
        
        Sets the EPUBCoverImage filter data key at UNO level.
        
        Change-Id: I46eb3c0df1e6c34af0be070c32f9f37666dc718e
        Reviewed-on: https://gerrit.libreoffice.org/45485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [612821223c574fe0956d348730d40623943821f3]

        EPUB export: allow setting a custom cover image explicitly
        
        If not set, fall back to the existing auto-find.
        
        Change-Id: I5df7a535e4132a18a803c10fa0e06352d9b6b533

2017-11-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6c18082cfa43a278968e2ce422d1e85a5a84373f]

        android: don't use c++17 (gnu++1z), as boost wants auto_ptr
        
        Change-Id: Ifeedad11c9a1c108e611160d089846cfc16b1e9e

2017-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [389f7b9581ebd6420a8b9f815807d957608ce8a8]

        EPUB export: add support for cover images
        
        Pick them up from <base directory>/<base name>.cover-image.<ext> as a
        start.
        
        Change-Id: Ie5ee7c02d6b3271e6e850ca9a2a10ed0bb4a598d
        Reviewed-on: https://gerrit.libreoffice.org/45483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-29  Tamás Zolnai  <tamas.zolnai@collabora.com>  [67eeab179a7e1d8b479d08a38093172531d4c3c9]

        Related tdf#111739: Don't insert special character into the document
        
        When it's only needed to be applied inside a dialog.
        
        Change-Id: I7d61cfb49f80ab43511c9fc6cc6733a990dcae55
        Reviewed-on: https://gerrit.libreoffice.org/45436
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [2aaea1473962c5d0f62852a627ec0e5f0307f7bc]

        ofz: avoid invalid short hashValues
        
        Change-Id: Ib7cd63351f4e5ed053e55fe9c5875ad92c81d762
        Reviewed-on: https://gerrit.libreoffice.org/45490
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Michael Stahl  <mstahl@redhat.com>  [a16eb857f3497a5ac65a7c7e89d0d6b8614aeb5e]

        curl: upgrade to release 7.57.0
        
        fixes 3 CVEs
        
        Change-Id: Idf5eee66fac399a2b338c2a9aaea2f56d2cb3a51
        Reviewed-on: https://gerrit.libreoffice.org/45480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-29  geri1245  <g.tarsoly@yahoo.com>  [2f26765e2dc8b7e6752a2cf6fbde3c45ab293f65]

        tdf#113859 Make it possible to select every widget with tab
        
        On the shadowtab page of a figure (eg. rectangle, ellipse) the widgets
        that modify the shadow can now be selected using the tab button.
        Removed an "invisible" alignment from the ui file that caused the problem.
        
        Change-Id: Id833302d42b9c1f2df640135473f159c0a3af4f7
        Reviewed-on: https://gerrit.libreoffice.org/45444
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-29  Michael Stahl  <mstahl@redhat.com>  [2f5634e89af95864487734d51399729a18a4787e]

        check-elf-dynamic-objects: wait only once
        
        Norbert points out that wait without arguments will wait for all
        outstanding processes.
        
        Change-Id: If850fd4a2e46a2c05d2917d38478ee2d3112bd78

2017-11-29  Henry Castro  <hcastro@collabora.com>  [2e43a18a1585694cc3ff9d8e5b250f9c98b7719e]

        related tdf#113911: better statement to identify Writer app
        
        Also remove duplicate code that I forgot from my drafts
        
        Thanks for help Maxim Monastirsky
        
        Change-Id: If9e26dfd6702f167c831296f0280ae5fe955a8a9
        Reviewed-on: https://gerrit.libreoffice.org/45435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-11-29  Stephan Bergmann  <sbergman@redhat.com>  [af8242b4e35faaa84c23ef1f3f4b34d279e90813]

        loplugin:implicitboolconversion
        
        Change-Id: I27c9002f37bed1860815fcfdbd1dc3675ad5f5ca

2017-11-29  Stephan Bergmann  <sbergman@redhat.com>  [e1131556a8485c10af8224e29dbecbfb5c608353]

        Avoid ambiguities
        
        ...when sc/source/ui/inc/tabvwsh.hxx happens to be also (indirectly) included
        (as happens with Windows --enable-pch?)
        
        Change-Id: I252af03524c0d8f354a2f64a2073c2b085b3cedc

2017-11-29  Michael Stahl  <mstahl@redhat.com>  [44aceccf5b3c826f84d659bba10a835b943c1cb0]

        fix check-elf-dynamic-objects -p
        
        It needs to wait for all background tasks to exit.
        
        Change-Id: I8770f3d79d66ab2fae727ae7cbbc00e3b22e5e54

2017-11-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [aaba725b466950f47c4e93d790986d209e80ead3]

        tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.
        
        Change-Id: Ie9bd27ba2c28bdad0af9d91cb270ef37d5384791
        Reviewed-on: https://gerrit.libreoffice.org/45421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-29  Michael Stahl  <mstahl@redhat.com>  [ef777ffc384f8363188923ccb10af7b788035632]

        configure: check that graphviz/dot is found, needed by doxygen
        
        Change-Id: I70937c4c6075ce1814c3be5b8613fb28cd28fc26
        Reviewed-on: https://gerrit.libreoffice.org/44408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a2b70380c38dca4d075a0a866200096c6d9b4104]

        lok - calc: outline and group handling
        
        Change-Id: Ibb287468653bc381acf034dcb8531c5faf61aef3
        Reviewed-on: https://gerrit.libreoffice.org/45356
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e231ada19e14a4bae4b919c63a4e0227989f80d6]

        loplugin:countusersofdefaultparams in sc
        
        Change-Id: I8e790f9253279c9135ea1a4bcdd663ae7df44015
        Reviewed-on: https://gerrit.libreoffice.org/45464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [668242b1a7acbdd67d5c7a4e479c24933619333e]

        lok: sc: subdivide headers data in range
        
        Change-Id: I984b5da5774f97172de7659ecab84675060f8301
        Reviewed-on: https://gerrit.libreoffice.org/44676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-11-29  Szymon Kłos  <szymon.klos@collabora.com>  [209f48daebfebb6391282a1096e12b0f149ee1ce]

        tdf#76646 Ctrl-click required for hyperlinks in draw/impress
        
        If "Ctrl-click required to follow hyperlinks" is set in
        Options -> LibreOffice -> Security -> Options
        open the link only with Ctrl key pressed.
        
        Change-Id: Icf57b4deedabd51f31f04021ba3f6bddc3829931
        Reviewed-on: https://gerrit.libreoffice.org/45437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-29  Stephan Bergmann  <sbergman@redhat.com>  [368f806aaa75fb80790026677e2400580536ed7a]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I3a2b7ed3fdef3b77c0a052b10f88918aa616779e
        Reviewed-on: https://gerrit.libreoffice.org/45469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-29  Shinnok  <admin@shinnok.com>  [bdfbc91ca08a9a04fc9515b0a0bf669627fcc6ed]

        Updated core Project: help  50ac5af18de36477bc0db81391adfd8a3a76853c
        
        Replace cp -rap with cp -a, satisfying all *nixes.
        
        On macOS, probably BSD too -rap will fail with both -r and -R implied.
        
        Change-Id: I6844d6f2ac52ca1c10564857f4e9190e1627ce52
        Reviewed-on: https://gerrit.libreoffice.org/45430
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [434036d8100fbb6845a55eff2e544983163ed277]

        add pptx support to fftester
        
        Change-Id: I517fa449ec75d8817cc3e03d0d90ab4c289a7c0f
        Reviewed-on: https://gerrit.libreoffice.org/45477
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Shinnok  <admin@shinnok.com>  [454d1f464c3979a50d8b02ceb518e65703ac751d]

        Updated core Project: help  db60e4b8ed439fcf103fa4937691498eee8f5e9c
        
        Chmod +x for makelocal.sh.
        
        Change-Id: I20c45d4eef8a5302369242e7d3cc5b6bb9f70e39
        Reviewed-on: https://gerrit.libreoffice.org/45431
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [d02e49d9b946277b4797526ed43a96d39757816f]

        ofz#4476 Integer-overflow
        
        Change-Id: I7ee197b396026fb25872f9e79c3be098329a5cee
        Reviewed-on: https://gerrit.libreoffice.org/45467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Eike Rathke  <erack@redhat.com>  [af8431d8dbc59df1e1f17742a1be002b054f3b00]

        Find VBA-only functions when compiling first on module level
        
        This likely never worked as there is no SbiInstance in that step,
        but worked by chance when running a module's code that was
        compiled with VBA support where the VBA-only function was added as
        a symbol to be resolved later during runtime and then the
        SbiInstance exists and the symbol was magically resolved.
        
        Found when trying to correct vba_tests to actually fail if all
        subtests fail that then started to fail in Atn.vb because of the
        Round() function being VBA-only.
        
        Change-Id: I7d9f6e2640a73388a2a58c3d180820c6ef85abe3
        Reviewed-on: https://gerrit.libreoffice.org/45425
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-29  Stephan Bergmann  <sbergman@redhat.com>  [2849775c796197ba4707fdd7de9822bb3307391a]

        TODO: silence new loplugin:badstatics for now
        
        Change-Id: Ia57dd190a173f664b0c624617b13f2876008835a

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [33afa0f0bd49bd2984bb05b11b919e1050bac8f6]

        Fix 'unused parameter' warnings.
        
        Change-Id: I8478e907a66ca918eddc7a543cbcf23e17d9ee5a

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [d0f0a3c289c269476e1724f5b6bb527210121c3d]

        lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.
        
        Change-Id: I6f810c97f2fadd3b1ea602a97e24c8b42f4a84b9

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [3acfdecac9b2ced1ca0cdfb6bc69e6cbfea67e40]

        lokdialog: Notify the current view only
        
        Change-Id: I55e0dbf1677a24905d337c58184a4419c1020a87

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [1dda69be37d8bb3ef29447e572a225e0028edaed]

        lokdialog: new callback size_changed with new size of the dialog
        
        Change-Id: Ibb864cb588ae7db92381c5578701d3ce09185f34

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [bc113a3bae176a7dac1392d0f45c3e425725f230]

        lokdialog: Emit callback when title is changed
        
        The plan is to remove the getDialogInfo from LOK API but one more step
        before doing that is to find out why the dialog size in 'created'
        dialog callback is less than what the actual dialog after painting is.
        
        Change-Id: I5176e175cbf7ed81c1465feeeea053c9a024fbd9

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [094ec23874b9af221c5c45b914150cf12a44fae6]

        lokdialog: Launch dialogs which have a notifier registered
        
        Change-Id: I062fa291668b7dbfb8bc8e8d455a7933378ce7d9

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [d516c5c9819dcd7dc6dded2f8f9d9e44061b23c0]

        lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.
        
        This allows registering & de-registering of non-sfx windows too, and makes the
        Calc autofilter popup to appear.
        
        Change-Id: I7cbbe94d208115aabcb6fa5f964646c7b7ce4c93

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [b4487b0fd22ce1fc595851f63a3f7bba36681f2c]

        lokdialog: Move the LogicInvalidate from Dialog down to Window.
        
        Another step towards the autofilter popup working...
        
        Change-Id: I4907a23fcd0fc64da0c7f51e2f36b1657a17638c

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [e2ae221f6164ba240da7d6470fd52c1982fa07d2]

        lokdialog: Move the painting down to Window, and enable Calc and Impress.
        
        Tested with .uno:FormatCellDialog in Calc, Impress not tested.
        
        Change-Id: I6d911c29616988db0625be9e2a63cf2172c69ee8

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [5de24bea47e7ae971a53b51ee7d1b85d134bbe52]

        lokdialogs: Assign the LOK window id only when necessary.
        
        Change-Id: Id48957a8c2bde068f30bb26e66df81972fe38e0f

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [6bc22c34fb3742dc991ec35dc6660d162a39ccf5]

        lokdialog: Make the Autofilter popup notify about its creation.
        
        Change-Id: Ib4062fa887b44eb1368205a414f4ac162f648c5c

2017-11-29  Jan Holesovsky  <kendy@collabora.com>  [ba8154d857aa815ba3c5b52987dc17be6eba7f48]

        lokdialog: Move the Notifier down to vcl::Window.
        
        We need to tunnel more than just dialogs, so this is the 1st step to get the
        Autofilter popup rendered.
        
        Change-Id: I6523a39ddc7a6eb2a204e48ab364130a5822f548

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [f2b6bffdedb12983d4ca2bab21fb68eeb3c3d08d]

        lokdialog: Let all modal dialogs notify about creation, disposal
        
        Change-Id: I8ec0ad81abcf1adf628906b02f7f94ab74a550b5

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [b19f74aab0d1d2a8071952bc5a2e2f6cb341ee0c]

        lokdialog: Notify to child helper method, not the main one
        
        Change-Id: I0698bfe578cb122dfabed566cb7a096f3cb56af5

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [90e0b60b6e68f7fb4b721f239809512258c33f74]

        lokdialog: Let modeless dialogs emit "created" callback too
        
        Change-Id: Ie81f8bd19696e6f0abceb86369545766918ae46a

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [e8c7420cc49238a88a66b6514c72e63df56d430a]

        lokdialog: Notify dialog closure from sfx2/, instead of vcl/
        
        Change-Id: I49f5e0d5f6c7c0077a6d4390f8788c1691d47bd6

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [faf01731b20b96c2863b7a26277472cb47bb544a]

        gtv: Kill dialog selector combo box
        
        Change-Id: I2cd27dff95f2bc49a15ab395b8282b5496e1e229

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [f3f4c039072657739d2bedb7210f2a22b85fdb55]

        lokdialog: Make vcl::DialogID an integer
        
        This will help launching multiple instances of dialog from multiple
        views. The earlier approach of using the UNO command strings as dialog
        id would not have been useful for multi-view case.
        
        Change-Id: I01cfb3c8b204d5654df2417efdac6b50dc920f0e

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [2798e1aae5311094c30d8e667c1e8be4e4314f8d]

        lokdialog: Create dialog when callback is received
        
        With this, we do away with initial approach of rendering the dialog on a
        large surface. We now create the cairo surface with dimensions of the
        dialog.
        
        Change-Id: Icb034693c7f1c656b7daae7f5c711b5bd4d8e880

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [91b7c8bb605dfc8090922d765b9ac4cffef973fe]

        lokdialog: gtv: Add width and height props to Dialog GObject
        
        Change-Id: I488a94d9c6cefd37624f755c6308f0b75595df84

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [871eb68e14631d22aeb00ec33f0e5d801291942e]

        lokdialog: Changed dialog painting to allow for modal dialogs
        
        Split IDialogNotifier from IDialogRenderable and make SfxViewShell
        implement it.
        
        We now just send the dialog UNO command to the backend and wait for core
        to emit a 'created' dialog callback which signals dialog creation in the
        backend. The client is then supposed to send the paint commands for
        rendering the dialog.
        
        Change-Id: I1bfbce83c17955fa0212408376d6bcd1b2d2d1dd

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [2d508dcc9d6e9d589af32a76468ef3247f8c6674]

        Use SfxModalDialog class as Hyperlink dialog's base
        
        Change-Id: I1f592fdb5825896ad8fbe55c182936ed4ed98efc

2017-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [084ba859b42c2b6ef6d812f3cc432b87e4385e7c]

        loplugin:countusersofdefaultparams in sd
        
        Change-Id: I6eb55d450d02615526e78fb69337c66c840ef8a3
        Reviewed-on: https://gerrit.libreoffice.org/45463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-29  Caolán McNamara  <caolanm@redhat.com>  [dbd71116ea19d33476d2619440cf3008402eaf72]

        ofz#4406: don't increment ScCompressedArray::Iterator past end
        
        Change-Id: I4975e0655b5ed3083244c63c86f29f3fcad48079
        Reviewed-on: https://gerrit.libreoffice.org/45368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a3413a2336433b1359db95cdf52eec0c93b632e]

        loplugin:countusersofdefaultparams in include/oox..vcl
        
        Change-Id: If831bce4cd1fe2c5233159b31c239b813629e0de
        Reviewed-on: https://gerrit.libreoffice.org/45420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e0dd43f9a90917676a46e451abaaaa2e52d7f2e]

        clang-format: don't pick up non-existing binary from PATH
        
        When /opt/lo/bin/clang-format was missing, we "found" clang-format in
        the last item of PATH, which doesn't make sense.
        
        (Fix a spelling error in a formatted file to trigger the hook as part of
        CI.)
        
        Change-Id: I3b56a8ad02b4a55dba58e07286e31436a2842cf6

2017-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [793bbac379c5800dc09ff76f093d45047e662ff0]

        EPUB export: implement font embedding support
        
        Also avoid librevenge::RVNGBinaryData::appendBase64Data() for
        performance reasons. Times with and without the XMLBase64ImportContext
        rework for sw/qa/extras/odfexport/data/embedded-font-props.odt:
        
        - before: 1m32.254s
        - after: 0m7.045s
        
        (Need to insvestigate macOS font embedding situation in general, later.)
        
        Change-Id: I5aa56bfbfa8dc64f19c021202a1b87618b4b2775
        Reviewed-on: https://gerrit.libreoffice.org/45385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-29  Pranav Kant  <pranavk@collabora.co.uk>  [3ece8264b4c0b41f480e77980b987db4540e49e7]

        etags: pass the "-e" flag directly to ctag binary
        
        'man ctags' says that emacs mode will be enabled if the ctags binary is
        renamed as etags or '-e' flag is provided to ctags binary.
        
        Before this patch, the script assumes that host system has an 'etags'
        binary renamed from 'ctags' program. This is not always the case in all
        hosts. Eg: In Fedora, 'etags' binary is provided by emacs-common package
        which doesn't understand the flags given later in the script.
        
        It is safe to just explicitly enable the emacs mode via '-e' flag to the
        ctags binary.
        
        Change-Id: Ic7ded56cff32683fc5e9d3fcc7405e79da4c23b7
        Reviewed-on: https://gerrit.libreoffice.org/45358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-29  Szymon Kłos  <szymon.klos@collabora.com>  [76f28863e7974da5a7280b3efa8a157c114ca03c]

        tdf#65955 Bookmarks on two paragraphs
        
        Change-Id: I61fe660ee4fc5d3f6fc86c29e07369811eb38935
        Reviewed-on: https://gerrit.libreoffice.org/45434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [a566fd1c1a50f9bcb4c69a19bdf4fb1955285d93]

        loplugin:unusedmethods
        
        Change-Id: I2efb5c0e5735c179314c6c5de87821cee3b033e1
        Reviewed-on: https://gerrit.libreoffice.org/45386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-29  Julien Nabet  <serval2412@yahoo.fr>  [411260d836e7bf6c693b9b7d16af1b36184133af]

        Remove unused typedef B2DPolyPolygonList (filter/svg)
        
        Change-Id: I9bd4fecabdd1cfa90648b285d659d6b491e544c8
        Reviewed-on: https://gerrit.libreoffice.org/45439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-29  Michael Meeks  <michael.meeks@collabora.com>  [b819131347ddb5cdde6cbbc89e93bff95701f3d8]

        Remove stray SAL_DEBUG.
        
        Change-Id: I5961f5fec6fa757e21184ee15e8ef78eeb2ed459

2017-11-29  Michael Meeks  <michael.meeks@collabora.com>  [91e283e42a5a9bad87e849bce8230eaf65d5ce6e]

        Tile the writer surround rendering to avoid large image scaling.
        
        This also fixes a potentially large memory leak depending on zoom,
        and particularly with non-paginated rendering.
        
        Change-Id: Ia24e0b7baea725020f000a369708b0be3fc20c95
        Reviewed-on: https://gerrit.libreoffice.org/45414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-28  Tor Lillqvist  <tml@collabora.com>  [aa28b54ab568fb7160095bb4a2fec338b1398b43]

        Do as the FIXME suggested
        
        Not exactly, though. The FIXME said "Make this a comparison operator
        at the TokenArray?" but I think that would be misleading as the code
        in question specifically does not check the TokenArrays for being
        completely identical; it intentionally ignores the RPN part. So make
        it a member function 'EqualTokens' instead.
        
        Change-Id: I15d840c422844fa144415a76c1f8fcbd6cae3c83
        Reviewed-on: https://gerrit.libreoffice.org/45404
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-11-28  László Németh  <nemeth@numbertext.org>  [217b1e8e94859e06af66023f042c53cf329f5232]

        Add comment to translators of "Grammar By" text entry box
        
        Change-Id: Ifea74df8f113967c9df9703cf6582360ffdfa78d
        Reviewed-on: https://gerrit.libreoffice.org/45410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0f3b0ec973f06a98c75ef8acfa720a9973e4d2b5]

        Avoid C++17 mode for Coverity Scan
        
        ...see mail sub-thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-November/078966.html>
        "Re: New Defects reported by Coverity Scan for LibreOffice" about cid#1424266 et
        al; lets see if this makes Coverity happy again...
        
        Change-Id: If488b9f61f084f2286b35326917741051ec8d5ce
        Reviewed-on: https://gerrit.libreoffice.org/45403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [34a7e1b8712bab8dc731a1b7ffe283009752959d]

        not used with disable-dynloading
        
        Change-Id: Idad8a7b9b984147b7a64caf7527d8ad21bdd55a2
        Reviewed-on: https://gerrit.libreoffice.org/45433
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [c97d4caf43d8f8c5d26ccddc92896c4a42633d0e]

        ofz#4412 bail on failure in Formulacell too
        
        Change-Id: Ie7f9e4309ae8468947dce12355201d038e7e63fa
        Reviewed-on: https://gerrit.libreoffice.org/45428
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [51a1fb0beb813624b5bc3255a889f9d630ccb0d4]

        tdf#113271 Fix order of color's attributes import.
        
        The order of import color is very important in case of more than one color attributes was provided.
        This order (theme -> rgb -> indexed -> auto) is not documented
        and was gathered experimentally based on MS Excel 2013.
        
        Information about <fonts>:
        https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.fonts(v=office.14).aspx
        
        Information about font:
        https://msdn.microsoft.com/en-us/library/ff531892(v=office.12).aspx
        https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.font(v=office.14).aspx
        
        More information about color class:
        https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.color(v=office.14).aspx
        https://msdn.microsoft.com/en-us/library/ff532831(v=office.12).aspx
        
        Example:
        With indexed auto, colour, rgb and them,
        <color auto="1" theme="1" rgb="FFFFFF" indexed="62" />
        
        The priority is as follows:
        1. theme
        2. rgb
        3. indexed
        4. auto
        
        Change-Id: I7bb5ab7d7b7a52091f0130fd6f21bac44eca7408
        Reviewed-on: https://gerrit.libreoffice.org/45266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9914ca04ac6a63f14adcd0fe58b2be44b84ee15f]

        ODF export: expose font style and weight of embedded fonts
        
        We don't need this info ourselves, but when converting the flat ODF
        output to other formats, this information is hard to find out, so state
        them explicitly. Names correspond to existing CSS ones, where it's
        necessary to state these explicitly. The EPUB export will make use of
        these attributes.
        
        (It is unclear why the test fails on the windows_msc_dbgutil_32 slave,
        it works for me locally.)
        
        Change-Id: I05030b6a14aca842e5a740786f3743e9ae838293
        Reviewed-on: https://gerrit.libreoffice.org/45384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c8e37ef268cae23a92c298721f1493daeda323c2]

        external/libcmis: Falling back to C++03 is too drastic
        
        e.g. when compiling against system libxml2, which in turn includes system
        ICU include files, which may use C++11 chart16_t.  So assume that -std=gnu++14
        is acceptable for any GCC version for which at least on of -std=gnu++17,
        -std=gnu++1z, -std=c++17, -std=c++1z is acceptable, and just fall back to C++14.
        
        Change-Id: Id9f07ab4f419e5683f4fb9c9b2d3bdda251cdd1b
        Reviewed-on: https://gerrit.libreoffice.org/45409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [46f091f714f3f29a88c801b1903e229b4a0a79b2]

        Fix typo
        
        Change-Id: I4de461692ac261600c1b0b760ffb94156893fa0d
        Reviewed-on: https://gerrit.libreoffice.org/45429
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [f6a2c667d19bb199a97a5822ab718758df421e7f]

        add xlsx support to fftester
        
        Change-Id: I07198f24a3e096fab67333cf6a98185d5b40fffc
        Reviewed-on: https://gerrit.libreoffice.org/45399
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [97dabf63f6d0a432afcd176f669b272ca939a29f]

        ofz#4471 check sprm bounds
        
        and don't reuse results of previous search
        
        Change-Id: I15d55aba260377f2f43627d775adf1a01370ae3e
        Reviewed-on: https://gerrit.libreoffice.org/45406
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [184f6dd697a2d218975c9055442e35bec4ed3144]

        ofz: ensure aCoordList has required elements
        
        Change-Id: I6687f7e499907f2f44ade2b05b35e40570dabc6b
        Reviewed-on: https://gerrit.libreoffice.org/45389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c421ac3f9432f2e9468d28447dc4c2e45b6f4da3]

        Revert loplugin:unnecessaryparen warning around integer literals
        
        ...as those may be used to silence Clang -Werror,-Wunreachable-code (as happens
        in sal/osl/unx/file_volume.cxx for Android, where OSL_detail_STATFS(...) always
        expands to (1)).
        
        Change-Id: I85d280c1315b4447362255d17f13f437d3c4af92

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [d6609c8b133c409bacfb3cff1e1d68c423e58f0a]

        update Coverity config
        
        Change-Id: I0c7fd5d88e11bfa3dd55e7ef1a8514475a0d844a
        Reviewed-on: https://gerrit.libreoffice.org/45424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [0888f29b1b3be991a01c58fb380a121fe96b00cb]

        coverity#1421075 Uncaught exception
        
        Change-Id: I23463d4610f886d5c817f3682e08c0f683c8de98
        Reviewed-on: https://gerrit.libreoffice.org/45395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [0e0a5a06185109f1ed76f6e97bb08bb7c6b953f6]

        coverity#1421124 Uncaught exception
        
        Change-Id: I23a9174bda0bddc258c9591bddc5108f62d64c2e
        Reviewed-on: https://gerrit.libreoffice.org/45394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [52869df3f080aae37a1a6fa24e3bd6404ed67646]

        ofz#4461 Integer-overflow
        
        Change-Id: Iae41823164c09352ef8ffa97dc3361476c03add8
        Reviewed-on: https://gerrit.libreoffice.org/45396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [95fbb490e68b044226518a88a109de7ae1c89731]

        DBus permissions missing from LO flatpak
        
        ...after 243d743dae127fe11ecd7f807121da8815af8f01 "solenv/flatpak-manifest.in:
        incorporate upstream sandboxing improvements", causing
        <https://github.com/flathub/org.libreoffice.LibreOffice/issues/3> "Doesn't open
        files in network shares".
        
        Change-Id: I15d7a170b3ffaf6092ff4d2fe4e93b1dcfd32b0b

2017-11-28  Olivier Hallot  <olivier.hallot@libreoffice.org>  [facd4c99e7ae7857890a510cf122e3fb8b52d61f]

        Updated core Project: help  840ceaafbe4f723661c10539ed2915298cf77c5f
        
        Fix hid2file.js
        
        Change-Id: I976801b1e84defd3f8588a3423acc4254098c237
        Reviewed-on: https://gerrit.libreoffice.org/45411
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5e871deb8ce390b9fa694e21b0272c7462da703]

        tdf#104035 RTF export: fix handling of absolute tab positions
        
        RtfAttributeOutput::ParaTabStop() assumed that they are always absolute,
        but WW8AttributeOutput::ParaTabStop() points out what compat setting
        decides if they are absolute or relative.
        
        Change-Id: Iafe8f6bb8733cae38a89f6c407763b0327e894e8

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [9f4491477b4bc221527633467c17c2529f1f0714]

        Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'ed
        
        ...as is already done in 65d6c642590bd5f51c04228d941608322a85f1ac
        "loplugin:casttovoid".  (This reverts 5eec6db4addd7cc665222e1a4d05c35b13719847
        "fix loplugin unusedmethods".)
        
        Change-Id: Ibe6a7d9ce58aa70707538854ac64ad07022ea7b6
        Reviewed-on: https://gerrit.libreoffice.org/45388
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-28  Henry Castro  <hcastro@collabora.com>  [6db709ba79fec6f75dd7385ce57c65a62fc2254e]

        sc, sd: rework UI Text Language "More" button, tdf#113911
        
        Calc and Impress handle different uno command to set language
        
        Change-Id: Ic0ffef6a8fee5078b29873934001819a384c8f3a
        Reviewed-on: https://gerrit.libreoffice.org/45366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-11-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d3440e0ebfa68ac8d2cbec9b44d0fc491162ee0e]

        tdf#83877 Unit test for OOXML SignatureLine Roundtrip
        
        Change-Id: I40c116f28c0e8efe81e33e48fa05098d1dd76731
        Reviewed-on: https://gerrit.libreoffice.org/45152
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-28  David Tardon  <dtardon@redhat.com>  [54ec0aec1308bbbb8c9ab36fc76fe993bb23e5fb]

        tdf#114000 always use user-selected charset
        
        Change-Id: I45b9632724f46deb97bc79e364bf775aaaf0b85f

2017-11-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [082cdbc991a2e31556bab53a5b8214cb89138354]

        tdf#109202: Convert images to desired format in (f)odt filter
        
        Pass down mimetype to SvXMLGraphicHelper
        
        Change-Id: I9c81c06d2a1d6168704440094081e99d0bcbbff9
        Reviewed-on: https://gerrit.libreoffice.org/41893
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [913f77dc5af13d5ceabf5c9fac2a870ebb7ccdea]

        Add wrongly formatted new file to blacklist
        
        Change-Id: Ib4fd5372adac12b2effd30342a5f7af395b9aceb

2017-11-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5030bde7975746df79f11bd569e75ad449dfd4d0]

        icu: don't skip building the data just because tools were disabled
        
        building for e.g. android disables the tests and requests data in a
        static library, but icu completely skips building the data directory in
        case --disable-tools was specified:
        icu/source/Makefile.in
            @TOOLS_TRUE@DATASUBDIR = data
        will become
            #DATASUBDIR = data
        and then
            SUBDIRS =  stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) $(DATASUBDIR) $(EXTRA) $(SAMPLE) $(TEST)
        will not have the data dir and make will ignore it.  Add it back by
        specifying it when invoking make and all is fine.
        
        Change-Id: I0af693f22938ebabdc189a97f1cfc3f8b1c042ee
        Reviewed-on: https://gerrit.libreoffice.org/45107
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [6c9562f04fd45504f1a8684d86bdccb20d2c6c5b]

        add docx fuzzer
        
        Change-Id: Ib9a3d8a97fbb6281e8ac3ac2cf6c52cf6819304d
        Reviewed-on: https://gerrit.libreoffice.org/45216
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Eike Rathke  <erack@redhat.com>  [e0b60b182394dbe075185e9c07843d2beacaa6b1]

        Fix typos
        
        Change-Id: I01f0ca82f1350b74ea2d3205948c032918049c02

2017-11-28  Mike Kaganski  <mike.kaganski@collabora.com>  [22e747284c92b69175d3add4d1033a0e7aaacc5e]

        tdf#113455 follow-up: clear spin buttons when disabled in Reset
        
        otherwise they show "1" in disabled state, unlike after being enabled
        and then disabled again manually (see ToggleHdl)
        
        Change-Id: I4ff4d0ef006b7530bb20d9b830dc5e2f5732530d
        Reviewed-on: https://gerrit.libreoffice.org/45383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-28  Caolán McNamara  <caolanm@redhat.com>  [e5527e606e224cc87fa2482545c770c38128c26e]

        ofz: fix mem leak
        
        Change-Id: I97b6ad9b0e873ac75a8791c731a1a8a862ef01af
        Reviewed-on: https://gerrit.libreoffice.org/45364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3a2d6f9fbdc0ea5c23e0e662f238b23e9c00035]

        loplugin:countusersofdefaultparams in sfx2..svtools
        
        Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846
        Reviewed-on: https://gerrit.libreoffice.org/45382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [5eec6db4addd7cc665222e1a4d05c35b13719847]

        fix loplugin unusedmethods
        
        VisitCXXDeductionGuide is not part of our baseline clang
        
        Change-Id: I354a992456949975384d8ae1a81a07de9e886061

2017-11-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [6aa1df5a627697e6adaee70adcef2c5b50cfcbf7]

        tdf#41650 DOCX export: insert empty header/footer
        
        Insert an empty header (or footer) to section which follows a section
        with a header in it.
        
        It is needed, because in case a section does not contain a header
        definition, Word will use the preceding section's rule.
        
        It causes problem if a document contains two page styles: one has
        header (or footer), the other does not. In that case after saving to
        docx it will end up in two sections. (only if it's not a plausable title
        page)
        
        Change-Id: I5add284d0cf1544923885e7205d9a2ac4e3cc9af
        Reviewed-on: https://gerrit.libreoffice.org/44832
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-11-28  David Tardon  <dtardon@redhat.com>  [746b26525b09274832ab17358be843a703129b30]

        drop executable bit from test files
        
        Change-Id: I72329d6ce5aac146a3e7014ad4a8bf7c20472b2f

2017-11-28  Mike Kaganski  <mike.kaganski@collabora.com>  [cf2c667fbb41bf7d9e172d940c25abb78155efe2]

        Don't copy the string
        
        Change-Id: If50d952acfea0be86d36bc5b23a0f087eff520c8
        Reviewed-on: https://gerrit.libreoffice.org/45325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-28  David Tardon  <dtardon@redhat.com>  [8d0e8d5d291cbb98de6964eab2f629a405c7e813]

        upload libwps 0.4.8
        
        Change-Id: Ib285c227cd935987311be40df3745316943a54e0
        Reviewed-on: https://gerrit.libreoffice.org/45331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-28  Tor Lillqvist  <tml@collabora.com>  [b8ea39bc24850fb958f5f1bb8d46c41a7b7be11e]

        Factor out a code snippet copy-pasted four times
        
        Change-Id: I29fb16ea51873b396c4f884f6acf454ce2b229e6
        Reviewed-on: https://gerrit.libreoffice.org/45363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-28  Tor Lillqvist  <tml@collabora.com>  [fc5bac70e0f272c6abc7a4e06e02ab8eac7ce54e]

        The aStrNmsp[12] fields can be const
        
        Change-Id: I257b2be52b13c8ce76dbcc06e080e348af9e1b68
        Reviewed-on: https://gerrit.libreoffice.org/45359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-28  Stephan Bergmann  <sbergman@redhat.com>  [e0d94237878d4949573fc9b6d97eea3146cada6d]

        Use Executable_cpp instead of default gcc as preprocessor for windres
        
        ...to avoid having GCC as yet another prerequisite on Windows.
        
        Cygwin 'man windres' states:  "The default preprocessor argument is 'gcc -E
        -xc-header -DRC_INVOKED'."  Of those arguments, -E and -xc-header are not
        relevant for Executable_cpp, so only -DRC_INVOKED is kept.
        
        Additional arguments that turned out to be necessary are:
        
        -I$(ATL_INCLUDE)
        So that
          #include <afxres.h>
        in workdir/UnpackedTarball/libgpg-error/src/versioninfo.rc is found.  (Not sure
        how the original code using gcc found this.)
        
        -+
        So that using a C++ style comment in
          #include "winres.h"           // extract from windows header
        in afxres.h does not cause a "Syntax error in #include" from Executable_cpp.
        
        $(SOLARINC)
        So that
           #include "winres.h"           // extract from windows header
        in afxres.h is found.  (Not sure how the original code using gcc found this.)
        
        -DWINAPI_FAMILY=0
        Because dlgs.h (included indirectly from afxres.h) contains
          #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
          [...]
          typedef struct tagCRGB
          {
              BYTE    bRed;
              BYTE    bGreen;
              BYTE    bBlue;
              BYTE    bExtra;
          } CRGB;           /* RGB Color */
        and the WINAPI_FAMILY_PARTITION conditional (defined in winapifamily.h) would be
        true, causing the output to contain those "typedef struct tagCRGB ..." tokens
        that windres apparently doesn't expect (failing with "windres: can't open file
        `tagCRGB': No such file or directory").  (Not sure how the original code using
        gcc avoided this.)
        
        Change-Id: Ic2d031c72025f2e9dbde26c774215d2d2d0a43a9
        Reviewed-on: https://gerrit.libreoffice.org/45334
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ecd683d3f98444b69a96cbf8bff57d4e691e6cfd]

        tdf#83877 OOXML Roundtrip of SignatureLine properties
        
        Change-Id: I521e5f35663c5ab3c2702f1416fcec872f2f5e3f
        Reviewed-on: https://gerrit.libreoffice.org/44683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac50f685c7cf77fdc6ad9bac4030bfa82c5ce29b]

        loplugin:unusedmethods ignore recursive calls
        
        Change-Id: I651a7bf0c705acc5580af8b7742d2d035ec64388

2017-11-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c548bf66af69a308ab891bc396cc192c9bf30c9]

        loplugin:countusersofdefaultparams in svx
        
        Change-Id: I2c9ea6c38b75dcafeb36931b6c2e94489819144f
        Reviewed-on: https://gerrit.libreoffice.org/45336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8f88161bbd043208480ef01278ceaae38599725a]

        Simplify method
        
        Change-Id: I4de0c0fc0127b454f19ecf154d8ce58f189852cf
        Reviewed-on: https://gerrit.libreoffice.org/45164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-28  Jens Carl  <j.carl43@gmx.de>  [40f02184ac42a2da4480499dfb02168238749ad8]

        Set correct file permissions
        
        Change-Id: I3667d1feda74aad160bbfd79e6baafc42e3cf83d
        Reviewed-on: https://gerrit.libreoffice.org/45302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [401a3d2336bf46b38235c498ff86ff675d0de759]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: Id9020bef2ce0fa9a7a70f48d27fb57735c6f57ca
        Reviewed-on: https://gerrit.libreoffice.org/45340
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [e75c983acfe0c496106ab1ef2a566408b8955cb8]

        Pass $(MAKE) into external/gpgmepp
        
        ...similar to e8e5bd65d31a60712afcab17d2e5f77c3322f86f "Pass $(MAKE) into
        external/libassuan"
        
        Change-Id: Icb90eb0831e74270a2600ab8ea9a6b0ac88a7e5f
        Reviewed-on: https://gerrit.libreoffice.org/45345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [68cf1dc0fc7af806dcff87a0bd6193bb090446b9]

        Silence clang-cl -Werror,-Wundef in workdir/UnpackedTarball/gpgmepp/ includes
        
        > workdir/UnpackedTarball/libgpg-error/src\gpg-error.h(709,5):  error: '__GNUC__' is not defined, evaluates to 0 [-Werror,-Wundef]
        > #if __GNUC__
        >     ^
        > 1 error generated.
        
        Change-Id: Icae46745069431e60faa7d2e6ca44ab800e72b95
        Reviewed-on: https://gerrit.libreoffice.org/45341
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [7d97827e5bfd080f884d900c4018d0d826316ce5]

        Silence clang-cl -Werror,-Wc++11-narrowing in external/gpgmepp
        
        > workdir/UnpackedTarball/gpgmepp/lang/cpp/src/gpgadduserideditinteractor.cpp(105,10):  error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
        >     case ERROR:
        >          ^
        > workdir/UnpackedTarball/gpgmepp/lang/cpp/src/gpgadduserideditinteractor.cpp(182,10):  error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
        >     case ERROR:
        >          ^
        
        where ERROR is defined in gpgadduserideditinteractor.cpp as
        
        > enum {
        >     START = EditInteractor::StartState,
        >     COMMAND,
        >     NAME,
        >     EMAIL,
        >     COMMENT,
        >     QUIT,
        >     SAVE,
        >
        >     ERROR = EditInteractor::ErrorState
        > };
        
        and ErrorState is defined in editinteractor.h as
        
        >     enum {
        >         StartState = 0,
        >         ErrorState = 0xFFFFFFFF
        >     };
        
        but ERROR is nevertheless signed according to MSVC's broken enum rules.
        
        Change-Id: Ie85361a681ef02dc9705b565ca892d9a4c705afa
        Reviewed-on: https://gerrit.libreoffice.org/45346
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [b00ba26c56c9f910a1a65f39a886ca23def34341]

        Missing --tag=RC
        
        ...causing failure
        
        > make[5]: Entering directory 'workdir/UnpackedTarball/libassuan/src'
        > C:/cygwin64/bin/sh.exe ../libtool --mode=compile windres --preprocessor=[...]' `echo -DHAVE_CONFIG_H -I. -I..  | sed -e 's/-I/--include-dir /g;s/-D/--define /g'` -i versioninfo.rc -o versioninfo.lo
        > libtool: compile: unable to infer tagged configuration
        > libtool: compile: specify a tag with `--tag'
        > make[5]: *** [Makefile:1172: versioninfo.lo] Error 1
        
        for me.  (And note how e.g. workdir/UnpackedTarball/libgpg-error/src/Makefile.am
        contains such a --tag=RC, too.)
        
        Change-Id: I3919a59d5443c558d9bc37fd0a851ea161f44406
        Reviewed-on: https://gerrit.libreoffice.org/45344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [d5f8b759b836268d414fc05f682e4412c6c93f5a]

        Pass $(verbose) into ExternalProject_libassuan
        
        Change-Id: I66771b49933a9092ad0c07c5ebaabfb3d80dcdcd
        Reviewed-on: https://gerrit.libreoffice.org/45343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Mike Kaganski  <mike.kaganski@collabora.com>  [5d74305ab4c6b755232afcdc41ecd9fde431152d]

        tdf#113455 follow-up: use spin button labels as checkboxes
        
        This streamlines the UI (avoids extra controls on page).
        Labels' ids kept intact to preserve localization context.
        
        Change-Id: Idbeb47d7f4e783107d49cb045125434291331140
        Reviewed-on: https://gerrit.libreoffice.org/45333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [03567d1156d4e61910912c89124b6da94a577c22]

        rhbz#1517407 Capitalize every word doesn't work after brackets
        
        Change-Id: Iab2da3f74f6116bb1b9855044df2a2ece977bb95
        Reviewed-on: https://gerrit.libreoffice.org/45335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Eike Rathke  <erack@redhat.com>  [6160ac241b1f54ddb2b2b444da14fe31878a5bc7]

        ofz#4412 do not read past end of file
        
        Change-Id: Id1d9e83a931fda3921948206cf927b2c20d88173

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [0d0341318df98f6d321f1ce0c0471463334c93a1]

        Work around clang-cl issue with __int128
        
        (see external/libtommath/clang-cl.patch for details)
        
        Change-Id: Ice2e1b3e3c5944b3ae72365981679c1effdcfdbd
        Reviewed-on: https://gerrit.libreoffice.org/45342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [42beddd44b59bba8accd2a9999663bf00ca57367]

        loplugin:simplifybool (clang-cl)
        
        Change-Id: Id86ddcbed61df87f8da7a58972387d950d14634d
        Reviewed-on: https://gerrit.libreoffice.org/45339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [2eb0cadf0395c60198e36307222de3dd1e7729a6]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I5452235287fd5986de25ee542edd57bf1abded52
        Reviewed-on: https://gerrit.libreoffice.org/45338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  andreas kainz  <kainz.a@gmail.com>  [c056f4ade7efec94d2cdc19c184486d834638df2]

        Groupedbar full add priority functionallity
        
        Change-Id: Id1bbc7da811c76be5b413b2c66da280f504d97a0
        Reviewed-on: https://gerrit.libreoffice.org/45361
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [0c4b1eae3437358f62bd9e98da0c29d41132204d]

        keep track of available data
        
        Change-Id: Idc54cdef0f3a4355a7e26f25cdc5b50d65d9d583
        Reviewed-on: https://gerrit.libreoffice.org/45351
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [b4c637f74b1881aa2fb210d7480a6a35794593c4]

        undo "ofz#3577 force refresh"
        
        oss-fuzz shows no reduction of timeouts. Seeing as this
        is the root of importing ole docproperties none of the lines
        from SfxOleStringHelper:: up can be in any timeouts, so the
        original stacktrace isn't in any way helpful and it must
        be the generic ReadUInt16 downwards part of the stack.
        
        In other words the timeout bugs in oss-fuzz are useless if they
        aren't reproducible
        
        This reverts commit ecc3b1fcaddd4066d90161faf4a3f532b445c85a.
        
        Change-Id: I3fb8d2ded8502278098bd223898e3e90f6e4a378
        Reviewed-on: https://gerrit.libreoffice.org/45352
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [15bc79d224bfba681b5501e802bc71f6197c005d]

        vcl: fix loplugin:unnecessaryparen warning
        
        Change-Id: I332fd599e879adaf65bf24bb8c75a533e48d8bc5

2017-11-27  Eike Rathke  <erack@redhat.com>  [45d6b9aa1986c5e68e7bf03d995bc1f8cd1bc817]

        Address some nitpicks, tdf#39593 follow-up
        
        * clarify the comment in ClearableClipRegion dtor
        * invest some spaces for readability
        * indicate that "auto ClipRegion" is actually a (unique) pointer,
          so name it pClipRegion
        * also const auto
        
        Change-Id: Ia4d822df37a1a783c1b362e9c602567fde4bafa9

2017-11-27  tagezi  <lera.goncharuk@gmail.com>  [ca2bc4b6d8fb10b2b9d7bf9646b1be22be88e2ef]

        tdf#39593 deduplicate code in ScOutputData
        
        Change-Id: Ic709739c75b7305757b2e1985765497985a0b8b6
        Reviewed-on: https://gerrit.libreoffice.org/45106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-27  Mike Kaganski  <mike.kaganski@collabora.com>  [9c6b114950b36811e5cf2cb5a6a00f5c05053872]

        tdf#108048: update InsertBreak slot to use PageNumberFilled param
        
        Since commit c2ccd20c0fd92bddfff76447754541705e3eb8f3 (tdf#44689),
        SwWrtShell::InsertPageBreak takes page number as optional argument.
        The FN_INSERT_BREAK_DLG case in SwTextShell::Execute expects third
        parameter (FN_PARAM_3) to be boolean flag indicating if page number
        is filled. But corresponding sw slot was not updated to that fact.
        This prevented macros inserting page breaks with page numbers to be
        properly recorded, and one couldn't fix that manually, too, because
        the slot didn't expect that extra param (which would be dropped in
        TransformParameters).
        
        This adds the boolean parameter named PageNumberFilled to the list
        of InsertBreak slot.
        
        Unit test included.
        
        Change-Id: Ibccaece59b0e9848c0b754aa91b6700054b7fe97
        Reviewed-on: https://gerrit.libreoffice.org/45319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [375c7fad77b3aaa66116a44eea3e3aa4254c3e84]

        loplugin:unnecessaryparen
        
        Change-Id: Ie66c3bec510138b75c41d261b447c956a92486a7

2017-11-27  Mike Kaganski  <mike.kaganski@collabora.com>  [2b3317db1155c02aa28bdf07520849136959e824]

        Add int pool items to Natvis
        
        Change-Id: I5840baff5bd052f95233f13d89ee64a926a2dd93
        Reviewed-on: https://gerrit.libreoffice.org/45348
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [445288f073f3c462669f02f3307ef9009ea0f594]

        Turns out SdiTarget needs the extended SOLARINC after all
        
        After fbfe55e58c4b14f86cbb2c7b822f727e5b2e4a66 "There appears to be no need for
        -I. in SOLARINC", on Windows, e.g. workdir/Dep/SdiTarget/basctl/sdi/basslots.d
        now contains basslots.sdi without a path, because the call to
        osl::File::searchFileURL in SvIdlParser::ReadInclude (idl/source/prj/parser.cxx)
        is done with rBase.GetPath() no longer containing the basctl/sdi/ source dir, so
        searchFileURL silently returns "basslots.sdi" unmodified.  (The non-Windows
        implementation in sal/osl/unx/file_url.cxx appears to also check CWD, so doesn't
        suffer from this regression.)
        
        Change-Id: I51802192cfe112f810b193a77d14787d965c2761
        Reviewed-on: https://gerrit.libreoffice.org/45323
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [cb80350a1a95b9935ca08399672fb67bf4a92e0a]

        loplugin:unnecessaryparen
        
        Change-Id: Ief879dde0613859a9ea9b3e3e70938594ab99209

2017-11-27  Tor Lillqvist  <tml@collabora.com>  [6dcf1e2d795d0c84b0bd28c81df67cfd73d137a8]

        The eTempGrammar[12] fields can be const
        
        Change-Id: Ibf3f0f9fed7c2158c4ad366f0c865b075943f2a8
        Reviewed-on: https://gerrit.libreoffice.org/45321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [204fba299abfb48b699134e127933a2558319801]

        tdf#114078 Missing gettext markup on Numbering format strings
        
        Change-Id: I8ac705dc964d23984cba00f51ec25ad07243554e
        Reviewed-on: https://gerrit.libreoffice.org/45329
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [2d8fd07152210d5c8ea9825ba7a28b5f72163488]

        tdf#114023 typo of FMT_REF_ARY instead of FMT_REG_ARY
        
        Change-Id: Id3e0588ee0f5dc0aa93270f58de1d1fd4bc9c912
        Reviewed-on: https://gerrit.libreoffice.org/45326
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ec9b555e8094f4552c068820cab633307fcf520f]

        TSCP: don't put a non-existing name into doc. props
        
        We combined the abbr. name with the name and put that as a value
        into doc. properties. This is not correct as such a name doesn't
        exist in the BAPolicy and con't be identified anymore, so removing
        this.
        
        Also use the values that were put into the ClassificationField
        instead of the extracted text.
        
        Change-Id: I3037bc90a7a394d430f7c0cca4d326473eff3147
        Reviewed-on: https://gerrit.libreoffice.org/45316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-27  Stephan Bergmann  <sbergman@redhat.com>  [a2656563f1a7639a99276fda90b6c8f675d20fc5]

        loplugin:unnecessaryparen: Warn about parentheses around literals
        
        ...that are not composed of multiple tokens, like ("foo" "bar").  Also don't yet
        warn about Boolean literals, which are sometimes wrapped in parentheses to
        silence unreachable-code warnings.
        
        To avoid multiple warnings about code like
        
          f((0))
        
        switch to generally using a set of ParenExpr to keep track of which occurrences
        have already been handled.
        
        Change-Id: I036a25a92836ec6ab6c56ea848f71bc6d63822bc
        Reviewed-on: https://gerrit.libreoffice.org/45317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [0093ae5f2ca1141f199aa9ae3b34b05a33def928]

        loplugin:countusersofdefaultparams in sw (3)
        
        Change-Id: I2657c1146bc377135e13116f32dbf518f8815417
        Reviewed-on: https://gerrit.libreoffice.org/45318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c060802747e0b058a162e7891508d888c6e1a73]

        loplugin:countusersofdefaultparams in sw (2)
        
        Change-Id: Ibb045a0b7750cf6807d6f5caba86a9e6e59828ae
        Reviewed-on: https://gerrit.libreoffice.org/45237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-27  jan Iversen  <jani@libreoffice.org>  [7423d3aef55601553555d0ed9e8da6e6bc5df0bf]

        iOS, change workdir for prelink object
        
        workdir/ios is no longer created so move Kit.o to CObject/ios
        
        Change-Id: Ibcd6f9f5a17fb26861ed8fe5313e90f314018090

2017-11-27  Caolán McNamara  <caolanm@redhat.com>  [b42fbf713a89c2fb46e2cc0bef6610f53932a6a5]

        ofz#4441: Divide-by-zero
        
        Change-Id: If83e6bb22239d0fd82f40836601447cbba2f1df4
        Reviewed-on: https://gerrit.libreoffice.org/45297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-27  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [2877aa089d9185ff25dbe8f9920611277750d5c8]

        accessibility : AccessibleBrowseBoxBase::isAlive is not thread safe
        
        Change-Id: I243328a662bf37944e1fa718f63a0e509250db15
        Reviewed-on: https://gerrit.libreoffice.org/44930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [944cc09cf76cea46d9f6bd7be14c64f74fe64403]

        EPUB export: fix char props of <text:sequence> characters
        
        These are typically inherited from parent, <text:sequence> is similar to
        e.g. <text:span> in this regard.
        
        Change-Id: Ic84f6e2e4fc6866ffca23eef2c932ee63e6978ca
        Reviewed-on: https://gerrit.libreoffice.org/45314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb682e03bd8f1ae852135dc7a68d6926d9356405]

        EPUB export: handle sequence fields
        
        Just emit their expanded content for now.
        
        Change-Id: Ibca40d201dde9c8d6ef920b5213f786f64d7c027
        Reviewed-on: https://gerrit.libreoffice.org/45313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0e226b58a261ccfe24137048c11bdf7af7c5265]

        EPUB export: handle text box wrap types
        
        Change-Id: I89487bc115ba84cfb7700b1617e531f2d3aed950

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [587dcbfc23eada9dc2818b5da137f115c28aeb3b]

        EPUB export: avoid wrap type for as-char anchored images
        
        This fixes the wrapping of the inner frame of
        writerperfect/qa/unit/data/writer/epubexport/text-box.fodt.
        
        Change-Id: I8f2a4a2db8e49469c08f3dbf11d5891df3eddff8
        Reviewed-on: https://gerrit.libreoffice.org/45311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae8f28b86fa6247106bbdecfeac8367f942fb398]

        EPUB export: handle non-image frames
        
        TextFrame on the Writer UI.
        
        Change-Id: I755fde113ef86a656b7f1f39c02642c22a5a6102
        Reviewed-on: https://gerrit.libreoffice.org/45310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [50b1bbf6024f30616a3f2f77e5bb268fe35c5cf2]

        EPUB export: handle image wrap types
        
        Change-Id: If7ef8f8e72e68fb71285ddb0164f033f44c62a53
        Reviewed-on: https://gerrit.libreoffice.org/45309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [034c6ef667e734ee1f525daffc55d89cdc83b261]

        EPUB export: handle horizontal left/right positioning of non-as-char images
        
        The change in XMLStyleContext::startElement() just makes sure that
        properties from the parent graphic styles are read, but currently it's
        just a nice-to-have addition, we don't depend on this yet, so no test.
        
        Change-Id: Ieac599dd47049edea57cb0860aa483f1045b47fd
        Reviewed-on: https://gerrit.libreoffice.org/45308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b3a408cfdd0a212423bb172f091f2a0d1c83423]

        EPUB export: handle images outside spans
        
        CreateParagraphOrSpanChildContext() is already a factory for
        paragraph-or-span parents, just move image handling there.
        
        Change-Id: Ieeb57dc0913a17e92fdc57d79c26326f9cecb6a4
        Reviewed-on: https://gerrit.libreoffice.org/45307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fc84943503be2433b7ec6ddb8487be80d155f24]

        EPUB export: switch back to using an external CSS
        
        And fix the root of the problem in libepubgen. Also clean up related
        test code, so asserting CSS markup is as simple as asserting XML markup
        now.
        
        Change-Id: Iebe20be07e604b864e65a3376609a44a35bfa491
        Reviewed-on: https://gerrit.libreoffice.org/45306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d43aa095b47bfb7e82a3c5a7b3b5149550716640]

        EPUB export: handle image borders
        
        This requires handling of graphic styles.
        
        Change-Id: I74d4ee882b91192da44d8d7bbd88c1a66e97695f
        Reviewed-on: https://gerrit.libreoffice.org/45305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e5508a17660401e1b4b489dbc9f70b978745b75]

        loplugin:unnecessaryparen check for (f1()).f2
        
        Change-Id: I93257b0ddd41c649875124d6d5c5faeaa431bae3
        Reviewed-on: https://gerrit.libreoffice.org/45218
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-27  heiko tietze  <tietze.heiko@gmail.com>  [470682b3abf0622f5e9663d62d8641f63ceb6f30]

        tdf#113831 Show number of search results
        
        Skipped label used to show the number via resource strings
        
        Change-Id: I6f57799565126c202041d0bf6a9f361d4e64cdfd
        Reviewed-on: https://gerrit.libreoffice.org/45269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [43dd18bf7162106923a0dc90fd113458cb8e8e30]

        sw: prefix members of SwEnvItem
        
        Change-Id: I8a56ad94978ff13428a4e25a9b5d70efa49e5005
        Reviewed-on: https://gerrit.libreoffice.org/45304
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-27  Tor Lillqvist  <tml@collabora.com>  [c5eab0afe11d98a02e1944e6c2e3e515ed1ed2a6]

        Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXML
        
        It went away in bffe1113a31bb1f58aafbdba9b50b4232816f2f5 earlier this
        year.
        
        Change-Id: I6b7646cfa4b86a4dc0eadf887d72b144625f4216

2017-11-27  Dennis Francis  <dennis.francis@collabora.co.uk>  [b1f829dae5cacc595f78c9647ce8487ca22225af]

        Make SvNumberFormatter public methods threadsafe
        
        This is a requirement due to the recent threading work done
        on calc formulagroup interpreter.
        
        Change-Id: I5d567b4b957a4d86303f6a86b14d1cbfc730beda
        Reviewed-on: https://gerrit.libreoffice.org/45085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-11-27  Jens Carl  <j.carl43@gmx.de>  [2d609053adb2f078fa7aa3ccdf3758f2f01e478f]

        tdf#45904 Move _XHeaderFooterContent Java tests to C++
        
        Change-Id: I5e6ee9f44223c4b0b92ec32bb508d5b6c988689f
        Reviewed-on: https://gerrit.libreoffice.org/45265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-27  Mark Vecsernyes  <kurtaazz@gmail.com>  [eb384cf3792e3efc2473f26eee86b335804f2f9b]

        tdf#113860 - Selecting a recent or favorite special character is not applied
        
        Change-Id: Ia000e4d83b8012eff54647205f6e044920aed74b
        Reviewed-on: https://gerrit.libreoffice.org/45259
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-27  andreas kainz  <kainz.a@gmail.com>  [d685d96c3479bb75dac9ffbdb537e1ac00d33295]

        Elementary-icons update icon theme
        
        Change-Id: Ica84d92564c52c4bdea8c71ccee55581a2538cf2
        Reviewed-on: https://gerrit.libreoffice.org/45301
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-27  andreas kainz  <kainz.a@gmail.com>  [76a0e3830031cb7b3513c14d0209c7a24a98c65d]

        Groupedbar compact add PriorityMergedHBox and OptionalBox
        
        Change-Id: I560213b77161db68244c47400d4e1bbd29e68e37
        Reviewed-on: https://gerrit.libreoffice.org/45299
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-27  andreas kainz  <kainz.a@gmail.com>  [6de38db9a3cb2438d410b8203dfe6b5f8635277d]

        Elementary-icons update icon theme
        
        Change-Id: Id4452e8091826690920517115e86f1c2a78fb62f
        Reviewed-on: https://gerrit.libreoffice.org/45298
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [8c99d76144b550b17810135418d1c2f12ef8f138]

        coverity#1421074 Uncaught exception
        
        Change-Id: Id3decb150cfa2d994208c79f9d015d21d351f987

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [d1403852e5d31a3d22b644137a03f5188a103b20]

        coverity#1421087 Uncaught exception
        
        Change-Id: Ib00d20580178c80f653e26d5d23f81f4e81d2210

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [0217afae8f2ff48f9a746a90e8b937bb5c1864a9]

        coverity#1421097 Uncaught exception
        
        Change-Id: I503ca4ca71727a96f656a2dec97d7c202edfd806

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [b5f0395aa408e831f4cc6182c65885ee2a78f90e]

        coverity#1421100 Uncaught exception
        
        Change-Id: Id9cb50e0e3eace3365eefe29650e993694480d47

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [f35a63deeb85a93f082eaebbfc6f1130d8729275]

        ofz#4436 check if seek succeeded
        
        Change-Id: I56d9692647b28c706b56ccacf08d494b3d830d94
        Reviewed-on: https://gerrit.libreoffice.org/45294
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-26  Caolán McNamara  <caolanm@redhat.com>  [fc8e7168b5d991d10dc556b5bf90efaa5d9c949e]

        ofz#4435 Bad-cast
        
        Change-Id: Ie0364c758af84097cee93e4f6c5e8af2816359d4
        Reviewed-on: https://gerrit.libreoffice.org/45285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e641975076db46381f39ebca82bd43c503c3880c]

        clang-tidy modernize-use-equals-default in sd
        
        Change-Id: Ib3d3bb1a0484cb8bb6411444254644252e3614cf
        Reviewed-on: https://gerrit.libreoffice.org/45293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [c4c4c7e37462eddb3da0b9150a7edfdccfb0aa55]

        svg export: more compact format for rotate()
        
        translate(<cx>, <cy>) rotate(<rotate-angle>) translate(-<cx>, -<cy>) can
        be expressed more compact as rotate(<rotate-angle> <cx> <cy>)
        
        Change-Id: I156cc8b43eea8c97167c8ae38b367d1bcbb203bd
        Reviewed-on: https://gerrit.libreoffice.org/45146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>

2017-11-26  jan Iversen  <jani@libreoffice.org>  [1512b9fd5279277e7abd3ab232c9fd38e2cbfcf7]

        basic, disable scripting problem
        
        When building without scripting a couple of
        functions were undeclared, to solve that
            source/runtime/runtime
            source/classes/sbintern
        were moved so they also compile in building
        without scripting
        
        Change-Id: I908fee3caf8376d70ed286c17085d6b8a700ae75

2017-11-26  jan Iversen  <jani@libreoffice.org>  [781c532068e4b51a372b149ee2b8f48a1c10e79f]

        iOS, make Kit symbols external
        
        Xcode has a problem (a bug) with linkink .o files to a
        project, this is ignored on the linker line.
        
        We use visisbility=hidden as default, therefore the symbols
        to be exported need to have the attribute
        visibility=default
        
        Change-Id: I079189dbaf6c0f606028a1e582f320db97995285

2017-11-26  Stephan Bergmann  <sbergman@redhat.com>  [7e222aff21d82a818e3a0f72f7e4d7e2a83c7274]

        Remove dated configure check after LO 6.0 branch-off
        
        See c127c19de62201b49b6647ef3ee8b08ae49da852 "Remove HAVE_CXX11_REF_QUALIFIER,
        always true now".  By now, any outdated builders where this would fail should
        have been identified and taken care of.
        
        Change-Id: I5f823b48b40dd6a20991ebb118e077a0e88aacb1
        Reviewed-on: https://gerrit.libreoffice.org/38887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-26  Stephan Bergmann  <sbergman@redhat.com>  [ae16870b2c84c116cde8279a47db106a4fa9d529]

        Build as C++17 when GCC/Clang supports it
        
        ...and the gperf being used no longer emits "register" in C++ code.
        
        Unlike Clang with -Wdynamic-exception-spec ignored, at least GCC 7.2
        -std=gnu++17 always makes dynamic exception specs hard errors, which would cause
        errors both when building StaticLibrary_libcmis and when including
        libcmis/libcmis.hxx in ucb/source/ucp/cmis/.  So patch away all dynamic
        exception specifications from all external/libcmis include files indirectly
        included via libcmis/libcmis.hxx, and (to silence the remaining dynamic
        exception specifications in the innards of external/libcmis, which I did not
        feel like also patching away) build StaticLibrary_libcmis as C++03 if necessary,
        and wait for upstream libcmis to eventually be ported to C++17.
        
        And external/firebird needs to be built with CXXFLAGS_CXX11 (which amounts to
        C++17 with this patch) since 9206a08ada00e8762c4a634f242bd566028964bb "Upgrade
        to ICU 60.1", so the relevant dynamic exception specifications had to be patched
        away from its innards.
        
        Change-Id: I3a0c9ec83c7c1d413559459631970f69ab977f31
        Reviewed-on: https://gerrit.libreoffice.org/43851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [5c2f6d9e2efe1015cfbf9d89a88ed940127c0a4f]

        No need to test seriesStyle.m_xOldAPISeries n times (xmloff/chart)
        
        so move it out from the inner loop
        
        Change-Id: I367dc428b10ff4554b63ee3cdabfe65ddfb61ea7
        Reviewed-on: https://gerrit.libreoffice.org/45291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [d8282c9adcd1c10b721bb72d6e4c8f993e862694]

        Replace lists by vector and deque (helpcompiler)
        
        Change-Id: I8d65947f3188ab7b54653eee887de2c5d4f8095d
        Reviewed-on: https://gerrit.libreoffice.org/45290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [ae3a10fc86620250363724d5634c09a9f61f91be]

        Modernize by using for-range loops (xmloff/chart)
        
        Change-Id: I505ac79e76738ce39d1768451e7c213246eec88d
        Reviewed-on: https://gerrit.libreoffice.org/45289
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  David Tardon  <dtardon@redhat.com>  [897c07bda2d116bcc2fa4a64c1eb75a52651c991]

        fix includes in aarch64 bridge
        
        Change-Id: Ia27f15483c27bc43a3cd3a74432f15fa928ad6da

2017-11-26  Tor Lillqvist  <tml@collabora.com>  [752d263c36b3de9d9a0247df46216c610a5c48ed]

        Add debug output operator<< for ScFormatEntry::Type
        
        Change-Id: I4e23f17a59e995d76258420f07818079c7a9b94b
        Reviewed-on: https://gerrit.libreoffice.org/45288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [459caa059d75260ba1e83ce4ef47cd901b2dbfbf]

        Replace some lists by vectors in xmloff
        
        Change-Id: Ib321b4716ee95507b9d51ad8320bc7eb7cf35c93
        Reviewed-on: https://gerrit.libreoffice.org/45284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [d8c0051c6c0400aae6e0a440e83c2c29979347f7]

        Replace lists by vectors in chart2
        
        Change-Id: I634363fb881776a089d4bcca366c8caebcdde117
        Reviewed-on: https://gerrit.libreoffice.org/45283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  David Tardon  <dtardon@redhat.com>  [7c77ff5dd2d0573a56f8b59dc9113c23e0ea29c9]

        move conditional stuff to RepositoryExternal.mk
        
        Change-Id: I33e299277c53e8e2b8ab7e4cdf52d2487f90b51b
        Reviewed-on: https://gerrit.libreoffice.org/45211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-26  Tor Lillqvist  <tml@collabora.com>  [e2277ac677103255e4b2a79ccb32cb819f41d175]

        Add debug output operator<< for ScConditionMode
        
        Change-Id: I031d080dc8cbfcc5619bf7d5ee6112dde0a2ef04
        Reviewed-on: https://gerrit.libreoffice.org/45277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-26  Julien Nabet  <serval2412@yahoo.fr>  [10593acac0bc42878fea34fe7da3f389f256c317]

        Replace most lists by vectors in codemaker
        
        Change-Id: Id867b497514d2d795504ae5c9e7d0ad356524ad5
        Reviewed-on: https://gerrit.libreoffice.org/45274
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-26  Tor Lillqvist  <tml@collabora.com>  [2618e4a13d719122e6358d9d96864d1691e56a02]

        Convert ScFormatEntryType to scoped enum
        
        Change-Id: I9a6b3fb05255630852a96ebf74d901b869a581f4
        Reviewed-on: https://gerrit.libreoffice.org/45276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-25  Tor Lillqvist  <tml@collabora.com>  [2e4805442a9eeedb32d6b570c4c11594aca7c642]

        Avoid a trivial typedef
        
        Change-Id: Iea8700f168c5d13ebf1b98f435eeabea425b8259
        Reviewed-on: https://gerrit.libreoffice.org/45275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-25  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [37603b90be911edda5fc1c80bf194b67cf3b89e6]

        elementary-icon-theme: Add missing savemodified icon symlink
        
        Change-Id: I54c16df71ae5b5f4944bb2384fed0c5b205af557
        Reviewed-on: https://gerrit.libreoffice.org/45175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [25622034bcef0b6bc3a8e6c150189f85672b2c9e]

        ofz#4419 Integer-overflow
        
        Change-Id: I922fb5195e2ed9311ada006beac6918136154a19
        Reviewed-on: https://gerrit.libreoffice.org/45270
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [3d4a0e5cf5b7dca6a62508521849ac3908c2af05]

        ofz#4422 Integer-overflow
        
        Change-Id: I1f3a09e34253de7f7a221e2c88d61c293cb69d03
        Reviewed-on: https://gerrit.libreoffice.org/45271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [77ef84ef7251004e0c581174929a1eb551112ec3]

        Revert "ofz#4406: don't increment ScCompressedArray::Iterator past end"
        
        that doesn't help of course
        
        This reverts commit ab58e2e68f969e49b97b28b81225ed1e87df0855.

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [5efc05bf398ace1170b3e6e2276d79342f1f607a]

        ofz#4424 black list the div by zero calc cases
        
        Change-Id: I30d06e762901027a50586fcd17398d74ab349373
        Reviewed-on: https://gerrit.libreoffice.org/45272
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2569e688ed34dac7282e362a6f0432e1e26cfae4]

        bump product version to 6.1.0.0.alpha0+
        
        Change-Id: I31fcaac33c773752c845628792e0491c8b8f4ccf

2017-11-25  jan Iversen  <jani@libreoffice.org>  [6eeac3539ea4cac32d126c5e24141f262eb5a4d9]

        iOS, simplifyModule in cppuhelper is unused
        
        function simplifyModule is reported unused == error on iOS,
        therefore guarded with an #ifndef IOS
        
        Change-Id: I751cf68bd46ed17032251fede030f9082ce4e4f5

2017-11-25  jan Iversen  <jani@libreoffice.org>  [64c38401971eba6b7c2eb6dc1af978c8a6110ef8]

        iOS, remove app xcconfig
        
        This is now handled directly in the project
        
        Change-Id: I1a57521ff8fe733d56154d186c98f68556128ebd

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [d7b4408886f26c1c66d070918b4c9998a13fb8fe]

        coverity#1421068 Uncaught exception
        
        see if using copy ctor rather than default dtor keeps it happy
        
        Change-Id: I539271a569fa769a4cb33f71b8bf871dee810abf
        Reviewed-on: https://gerrit.libreoffice.org/45248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [3511baaf9440fedbf2d0c39dfe890123f459ae97]

        add cppu::throwException test case
        
        that is definitely run by the ubsan tinderbox to flush out
        
        cppuhelper/source/exc_thrower.cxx:201:15: runtime error: member call on address
        "foo" which does not point to an object of type 'cppuhelper::detail::XExceptionThrower'
        
        Change-Id: Ia798cc6695011480717c1a80d0ab7830080b5de1
        Reviewed-on: https://gerrit.libreoffice.org/45244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-25  Rene Engelhard  <rene@debian.org>  [b03f7cdc04f9df778e2da93eadfe1d44f7665caf]

        fix uitest/writer_tests/data/3pages.odt
        
        This in uitest/writer_tests/goToPage.py is supposed to be a uitest for
        "go to page 2 and 3" but uses hardoded enters until page flips over. Looks
        overly flaky to me. Replaced by proper page breaks
        
        Change-Id: I8c0ea5809bd24d4122cfd956fcd048af97c01480

2017-11-25  Caolán McNamara  <caolanm@redhat.com>  [644f1451abf66085717feafdfd40012b14e722a4]

        coverity#1422232 Improper use of negative value
        
        Change-Id: I79b24e175906ca5552f45b6af472c436ffde5fe3
        Reviewed-on: https://gerrit.libreoffice.org/45247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-25  jan Iversen  <jani@libreoffice.org>  [ff92dc75a7d8c5981503eebac84ceaf33e36845b]

        iOS, project update to compile with dummy LOkit
        
        Change-Id: If76f4aaecb853db6b33d671092b7806bbb9b9d2d

2017-11-25  jan Iversen  <jani@libreoffice.org>  [64c93f3fe939642acd4133ac5bbdeb91975b7662]

        iOS, update app project
        
        Updated LibreOfficeLight to correspond to new prelink.
        
        Change-Id: Iec0425d3516849afaae4b640e8b4fc733430d595

2017-11-25  jan Iversen  <jani@libreoffice.org>  [b289dd1bef969185b8219c6c520b194faa2c8b74]

        iOS corrected object name
        
        removed "lib" from object name
        updated README
        
        Change-Id: I37948aca4d3a1e226e55a84a13e41d0237cbc6fb

2017-11-25  Michael Meeks  <michael.meeks@collabora.com>  [b0e37303df56472fdc7782b977326c2391fdab07]

        tdf#114025 - avoid deadlock between x11 clipboard and the lock dialog.
        
        Change-Id: I06e66f59531e7ff6a2e0bf874ebcf2a882d89b63
        Reviewed-on: https://gerrit.libreoffice.org/45228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-25  Michael Meeks  <michael.meeks@collabora.com>  [4271a447cbc9f517e6cbd257790d08672f973b0a]

        tdf#114025 - minimal and not entirely convincing fix for assertion failure.
        
        Almost certainly most of the sfx code needs guarding with the SolarMutex.
        
        Change-Id: Ied52f1e57c44c20486777e08a901060c191043a2
        Reviewed-on: https://gerrit.libreoffice.org/45233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-25  Michael Meeks  <michael.meeks@collabora.com>  [1aedb6c4345719a963a883b13fa983db3ab4b9a8]

        LOK: provide user feedback while preloading.
        
        Problems are hard enough to debug in a jailed kit process inside
        a docker image; provide some visual feedback via stderr.
        
        Change-Id: I54b0a21c1375be2acc9da0bbacf959a419471b08
        Reviewed-on: https://gerrit.libreoffice.org/45256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-25  Yousuf Philips  <philipz85@hotmail.com>  [6481a06b066a744e4f1a41ce1b0ca8b27e5f39b4]

        tdf#113858 Removal of tango and breeze palettes
        
        Change-Id: I15426cfe13985d26348728e5f8b0a638bcbec84c
        Reviewed-on: https://gerrit.libreoffice.org/45141
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-25  Stephan Bergmann  <sbergman@redhat.com>  [f82dc45bdb9e930878447015291c5b90c9325b57]

        Use the canonical TemplateDecl
        
        ...in case there are multiple, as is the case at least with recent (towards
        GCC 8) libstdc++, where std::pair is forward-declared also in
        include/c++/8.0.0/bits/stl_iterator.h, so that in
        dbaccess/source/ui/dlg/DbAdminImpl.cxx
        
            std::pair< Reference<XConnection>,sal_Bool> aRet;
            aRet.second = false;
        
        failed to reconstruct the sal_Bool template argument and issued a
        loplugin:implicitboolconversion warning.
        
        Change-Id: I0054f2596d3f8837b857f1dca2f25952828b12cc
        Reviewed-on: https://gerrit.libreoffice.org/45254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5bd633097b669f3e2153c4240b081ff8ac033574]

        gpgme: actually make use of the previous buildfix
        
        Change-Id: I80bb7214429c2f10573b3c243a692b920a4ca1cc

2017-11-25  Julien Nabet  <serval2412@yahoo.fr>  [b50b099d5a23a0306723c02b30bec056e59702c6]

        Modernize pdfwriter_impl, part 2 (vcl)
        
        by using for range loops + find_if instead of loops
        
        Change-Id: Ide439a683e6b3c406811fe135a7651e26395cf1e
        Reviewed-on: https://gerrit.libreoffice.org/45257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [60fc08111d6453ca79603b4c5c85be05e45c35e7]

        Fix a likely copypasta
        
        All dimensions set to 0 seems to be a correct setting for an empty page.
        
        Change-Id: Idf8a587ab405ecd07b44a7c80d5d2eaf98e1c146

2017-11-25  Tor Lillqvist  <tml@collabora.com>  [b48950d8b326d29891b809434fd862e960e2ec99]

        Convert ScConditionMode to scoped enum
        
        Change-Id: I9b6aaa64e7f649581b27f0238e2908026ab6e0bd
        Reviewed-on: https://gerrit.libreoffice.org/45157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-25  Tor Lillqvist  <tml@collabora.com>  [bfa72a6a2a83ed10793d9723a1db24ec8ee03ed9]

        Add a debugging output OpCodeEnumToString() function
        
        Change-Id: I5382107dc556df822292e72af48d23e04a3408a2
        Reviewed-on: https://gerrit.libreoffice.org/45261
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-11-25  Stephan Bergmann  <sbergman@redhat.com>  [1fa761af825641da5c87f80c2a17135f92418960]

        Ridiculously large delta for SwarmSolverTest::testUnconstrained for now
        
        At least the Jenkins lo_ubsan build sporadically keeps failing
        CppunitTest_sccomp_swarmsolvertest due to rather widely off values here
        (3.00064356398118 in <https://ci.libreoffice.org/job/lo_ubsan/736/console> and
        2.8639022684852 in <https://ci.libreoffice.org/job/lo_ubsan/738/console>), so
        suggestion by Tomaž Vajngerl was: "Let's adapt the delta for now. Generally
        anything close to 3 should be acceptable as the algorithm greatly depends on
        random values."
        
        Change-Id: Id8f8657e521381decb1c719a1cffdf959ae74ef4
        Reviewed-on: https://gerrit.libreoffice.org/45231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ff54dc5e63169aff0c4e7ef1a062468ee3124c77]

        libassuan: cleanup patchset
        
        As noted by Stephan in gerrit#42745
        
        Change-Id: Id8fd3000e7469b9eb2a0c5301ef9ce71b8a77723
        Reviewed-on: https://gerrit.libreoffice.org/45242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-24  Tor Lillqvist  <tml@collabora.com>  [ceff579722cd606de8ba71444a9d819f4e8a011d]

        Mention that the StackVarEnumToString should really be an operator<<
        
        Change-Id: I71288daf10b1010ab0f9dbedd39875cc24f119ae

2017-11-24  Tor Lillqvist  <tml@collabora.com>  [f2b877fe69bf57f26ec8423627f540f9e58b0c9b]

        Clarify comment
        
        Change-Id: I1f0d23cbda3d6729cc858e6bcba4c60fe44bab69

2017-11-24  Eike Rathke  <erack@redhat.com>  [bb4cd5271e38ac69b1a9a8738bfdd7e13189f1f4]

        Get rid of two more temporary SvNumberFormatter instances
        
        Change-Id: Id2afd9dd9d791383a1374b5abe52b47b43a19f08
        Reviewed-on: https://gerrit.libreoffice.org/45236
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [5e1d49db805b82fb0e75e34e21f2e935c04f58a7]

        Get rid of a temporary SvNumberFormatter instance
        
        For each Format call..
        
        Change-Id: I2f9d875ca27d5a10e609df1c0168be2dad65eaab
        Reviewed-on: https://gerrit.libreoffice.org/45230
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [f1b5b22a5f6516e1159462c153dd7e28812e91c1]

        Get rid of that LANGUAGE_GERMAN nonsense
        
        Change-Id: I1ca3125e893a54ac00a3d785d77ed5612fb01857
        Reviewed-on: https://gerrit.libreoffice.org/45235
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [2f8174594da56e6feb0c339993f673afdd859794]

        Aaand another one.. SvNumberFormatter instance
        
        ... just to parse with LANGUAGE_ENGLISH_US if system locale failed..
        
        Change-Id: Id9b7cfb5b5f21c46789f30e8e8c72a7524491e95
        Reviewed-on: https://gerrit.libreoffice.org/45238
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [28288295aeddf2fe2100af4f60f453a05fe25508]

        Get rid of a temporary SvNumberFormatter instance
        
        ... in case we have a runtime instance already. Only used for
        scanning date literals in source so not frequently used, otherwise
        we could remember a non-runtime instance formatter somewhere.
        
        Change-Id: I1146860c4b0aa4091708c22e498a6f720d6c7a13
        Reviewed-on: https://gerrit.libreoffice.org/45232
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [4b98e352e543d0462f2727c5762552e32ef4d76a]

        Make the SbiInstance SvNumberFormatter shared_ptr
        
        In preparation to get rid of the per call locally created
        SvNumberFormatter instances..
        
        Change-Id: Ic7db3bbb655aa18e939f5722964655a20f2eadf2
        Reviewed-on: https://gerrit.libreoffice.org/45227
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [4e3530b4f870e0470c23ae89cdb8b9a09af54d59]

        tdf#97198 Make Calc function LEFT work with Unicode non-BMP characters
        
        Change-Id: I66d24dd962f824079fd0aea2827bd5b975ffe698
        Reviewed-on: https://gerrit.libreoffice.org/44684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [78b7e5f76e72647e0cab662ad2c9342d4538704f]

        tdf#97198 Make Calc function SEARCH work with UniCode non-BMP characters.
        
        Change-Id: I99b44dc88fe9c8d4d5d7a319bd6bc84dd2bff4f3
        Reviewed-on: https://gerrit.libreoffice.org/45170
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [47155ce8fb4302d377b374d39b501d0a0f7577c5]

        tdf#97198 Make Calc function LEN work with Unicode non-BMP characters.
        
        Change-Id: Ibfdaaf1ed313257fc5f9036a7dd1ef51033fa8cd
        Reviewed-on: https://gerrit.libreoffice.org/44681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5e2a3eed69060d63070d72df60cd84247ca0bc9e]

        tdf#97198 Make Calc function FIND work with UniCode non-BMP characters.
        
        Change-Id: I512199a5d29aa955b278f0666c7ce904e67d9767
        Reviewed-on: https://gerrit.libreoffice.org/45171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [09455734727daa3774158795febd910b33b1d784]

        tdf#97198 Make Calc function RIGHT work with Unicode non-BMP characters.
        
        Change-Id: I775bc50d8e5948a2af9efb77dcea9d7cae7293d5
        Reviewed-on: https://gerrit.libreoffice.org/44834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e78f508997f9384518c2dd1a005c5306ccd24783]

        tdf#97198 Make calc function MID work with Unicode non-BMP characters.
        
        Change-Id: Ic86344495490d6ca942f9fd2752874da22ef531f
        Reviewed-on: https://gerrit.libreoffice.org/45040
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0b202dbdc8b4eae8bcf083c7850480d4c6bcdb24]

        gpgme: fix build
        
        Change-Id: I89170e90ea7fdd5b159a952fb0b2b1b4d0ae9204

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [2a7fa39bc1fb3a81fdcc632853aef224f4793f8a]

        fix attempt to save and rethrow exception
        
        Change-Id: Idff6ffef536d87d85f1092b3316d65da83527711
        Reviewed-on: https://gerrit.libreoffice.org/45229
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd43062c98be535b37031b2bdae4af856f392eee]

        remove bogus ifdef block
        
        since the define in question is defined at the top of the file
        
        Change-Id: Ife67ad02db4a1a3c9ce4569b94ecf681dec5d2bf
        Reviewed-on: https://gerrit.libreoffice.org/45225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-24  jan Iversen  <jani@libreoffice.org>  [e632cee783513891dccdf64b8f60398a8940c0fb]

        iOS, typo in release mk
        
        removed extra l
        
        Change-Id: I6b01bb25a3e8d1caa5ba04ac09a5fa078bb2d664

2017-11-24  jan Iversen  <jani@libreoffice.org>  [d29439104f060fa3b5eb17260a2fda69d8943d16]

        iOS, used wrong gbuild get_target macro
        
        Change-Id: Ie23c71faef2b14480b3797dd66bfe9788401ccf4

2017-11-24  Jens Carl  <j.carl43@gmx.de>  [befef6ff30f4eb6d3c61c1542839661d7f823dc4]

        tdf#45904 Move _XSheetAnnotationAnchor Java test to C++
        
        Fixes #i109517 for sc.ScCellObj by adding a note/comment during
        the set up of the test in sccellobj.cxx and allows to re-enabled
        the test.
        
        Change-Id: Ic7aa6bcb2606f555a76612a6f50c200d738674db
        Reviewed-on: https://gerrit.libreoffice.org/44617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4b30570bebb2632eb0ba5a5e48dfde0de00f54d4]

        add intro-highres.png to list of brandables in configure
        
        Change-Id: I51e8b0739498c5cda9822e5f3879b513fcc47887

2017-11-24  heiko tietze  <tietze.heiko@gmail.com>  [b30bb29ef2e5421a90a8e6a8b75178d61435645d]

        Missing hires images for splash screen
        
        Change-Id: I6642b5e993db58ad32ce0e56056bef4acb7a06e9
        Reviewed-on: https://gerrit.libreoffice.org/45246
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-11-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4ef4d3ed57b628ddc69e0ef0e2430d7dc9a09816]

        Updated core Project: translations  24c9679f71975ebeb9c8b0922de4ec001883199a
        
        another set of translation updates for 6.0 beta1
        
        Change-Id: I2223c5015644165b24010fb783b516886333581c
        

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [eea59fff8545eea112507cbf2d8423729f038868]

        ofz#4414 set new nWwCols after verifying legal size
        
        otherwise we're returning early with the now wrong
        nWwCols
        
        Change-Id: I2031c23ca24241fb4946b5a5a62eabc27c2bdcc2
        Reviewed-on: https://gerrit.libreoffice.org/45240
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Stephan Bergmann  <sbergman@redhat.com>  [392e5dfee9947d07d093c8045c9a6e7b078e2721]

        loplugin:unnecessaryparen
        
        Change-Id: I5a1fa919b7fe8c91ac886a796426b5671573dbb6

2017-11-24  Michael Stahl  <mstahl@redhat.com>  [67d11883740da4ef242d0002acde83f67d4b327a]

        tdf#113938 sw: apply new default vertical orientation only during import
        
        Commit c79467ba954987f1d239c594c1e1b3af3f5515f6 changed the default
        vertical orientation for shapes in Writer; it turns out that at
        least one extension assumes the previous default.
        
        Tweak SwXShape so that the new default is used for shapes that are
        created during file import, otherwise the old default.
        
        Change-Id: I1dc4d3342dd53ce8e0857984456717b8ffcc97c7

2017-11-24  Mike Kaganski  <mike.kaganski@collabora.com>  [ca6fec87e0ebc32a748f9f44143e6336b008399e]

        tdf#67207: export MERGEDIELD to DOCX and DOC
        
        Also removed a hack for i119803, because proper solution is
        implemented.
        
        This does not export data source information yet.
        
        Unit tests for DOC and DOCX are included. RTF export is already
        covered in testFdo80905.
        
        Change-Id: Id4f6d53344edf474add7e885e8ae6f36618e569f
        Reviewed-on: https://gerrit.libreoffice.org/45193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [8453f51fc69c72ef439bfa33b5fdd6dae793a47b]

        improve scoping and use a ref instead of a pointer
        
        Change-Id: I9b2d7e57495b26c748edfe6bf5d9d04e0c8a388f
        Reviewed-on: https://gerrit.libreoffice.org/45239
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  jan Iversen  <jani@libreoffice.org>  [86877f67da582db8c2ef2a320b67819ea20a474a]

        iOS, prelink with native linker.
        
        Removed the need for a xcode project to prelink
        all LO libraries.
        
        Change-Id: I16d38ae0205e73de59b1cf3abdbbb8d4fea6d24c

2017-11-24  Thorsten Behrens  <thorsten.behrens@cib.de>  [b9c2fac7bc81866c01b7179796861533aadc190b]

        gpg4libre: call libgpg-error subsystem init
        
        Due to a string of unhelpful coincidences, _gpgrt_lock_init never
        got called in libgpg-error for Windows; resulting in occasional
        crashes.
        
        Change-Id: I95f508e4622777c21f90c76dce5b5ff420c81fa1
        Reviewed-on: https://gerrit.libreoffice.org/45191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-24  Stephan Bergmann  <sbergman@redhat.com>  [832584eae514ea9cd4b3b42f1a2e9d69a17c5160]

        Clean up loplugin:unnecessaryparen blacklist
        
        * rsc/source/parser/rscyacc.cxx no longer exists
        
        * writerfilter/source/rtftok/rtftokenizer.cxx appears to be just fine nowadays?
        
        * sw/source/filter/html/htmltab.cxx used redundant parentheses around a comma
          operator in a while condition, and I see no reason not to remove them (the
          result requires a---reasonable---tweak to loplugin:commaoperator, though)
        
        Change-Id: I451132c700b0ae5a43b03d704156484df897ad5c
        Reviewed-on: https://gerrit.libreoffice.org/45213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bae4ebd527e9deed9e1bd1be0e4bc4506d05e6f]

        writerfilter: fix loplugin:simplifybool warning
        
        Change-Id: I23806d8839bc6227311cb5f5d39c779f23e72e83

2017-11-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [12d12fa8fae469b01db68d23fa6ee2eb89a86d45]

        TSCP: fix oversizing of ListBox-es by defining max lines & chars
        
        Change-Id: I47e8018c5f2c0ea890b5a11ac7cc03fafb7d1eed
        Reviewed-on: https://gerrit.libreoffice.org/45205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0f2f6285f6cad32520999830a4c3d80135c56ac5]

        Updated core Project: translations  37566a3b86642db3d952208f574e523e6189ec4e
        
        remove hu-Hung as it doesn't contain any translation in the first place
        
        likely was added to the translations repository by accident.
        
        Change-Id: I70514b9cea35f1230f58d16986f2843f5478e99e
        

2017-11-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c475b052faea8e8e43e2357e86de7bf8d15c4180]

        Updated core Project: translations  1b5f6fc07a18c8426746d97211a449b85a74a0ca
        
        update sr and sr-Latn to current templates
        
        Serbian seems to be an abandoned translation though...
        
        Change-Id: I6a667687cafae9229831772242555a7cb65267d1
        

2017-11-24  David Tardon  <dtardon@redhat.com>  [b6d246ea170c076edea66107af2543ebc0782638]

        fix build with system gpgmepp
        
        Change-Id: If0c81f5095b61d41b90db2e596bf5905b15ab506
        Reviewed-on: https://gerrit.libreoffice.org/45210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [c79afbe1b0db8aa2d810c3fa57dac902d973807f]

        ubsan: runtime error: left shift of 249 by 24 places
        
        pixman-bits-image.c:309:20: runtime error: left shift of 249 by 24 places cannot be represented in type 'int'
        
        Change-Id: I4f67752f7826225cd2175198084a29ac248b873f
        Reviewed-on: https://gerrit.libreoffice.org/45226
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b8aa6bc010fffbcd47679aa101075d702741f69]

        EPUB export: handle total table width
        
        This is important when e.g. the col width are 50-50%, then without
        explicit total table width the table width won't be correct.
        
        Change-Id: I5ccd6dfb5b78c564485d54cda62e12f3d1ca36c1
        Reviewed-on: https://gerrit.libreoffice.org/45204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed0e7262f859adabc56a4f251f2ef1a66c98c3f5]

        EPUB export: handle row height
        
        By handling row styles.
        
        Change-Id: Ie845cf9abfb4f6260d9401e81acc6864964b67bb
        Reviewed-on: https://gerrit.libreoffice.org/45203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [a760ed1560173234ef4bde3f6025b737ced436bb]

        unused header file
        
        Change-Id: I7ee12c4b0b58098e0600d6d56409529a639aa6fd
        Reviewed-on: https://gerrit.libreoffice.org/45224
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [20d4d543a5293abe69c91f407c3c69b04d6d9af6]

        ubsan: runtime error: left shift of 255 by 24 places
        
        pixman-fast-path.c:2839:21: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'
        
        Change-Id: I9afeee371aeef24bfc0c809b142b424c653fea2e
        Reviewed-on: https://gerrit.libreoffice.org/45223
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [ab58e2e68f969e49b97b28b81225ed1e87df0855]

        ofz#4406: don't increment ScCompressedArray::Iterator past end
        
        Change-Id: I2adc204722a6143384bab8aecd16bed42cb5016a
        Reviewed-on: https://gerrit.libreoffice.org/45192
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [82c3483b2de5ce197e5a7f7ebaf37139518ea261]

        ubsan: pixman.c:347:10: runtime error: left shift of negative value -1
        
        with fdo64256-1.docx
        
        Change-Id: I27dc510b1f178d535bc6b2dace34cdae1d9cd62a
        Reviewed-on: https://gerrit.libreoffice.org/45222
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [eca40d828fa8a5d720089cada62719bc8750ca7f]

        ubsan: runtime error: signed integer overflow
        
        Change-Id: I357717d1f7c33842367179a76b2f3b840c8ef758
        Reviewed-on: https://gerrit.libreoffice.org/45217
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Michael Stahl  <mstahl@redhat.com>  [3deee910ab4304ff72846db91d90826f731c2544]

        gbuild: handle GENCXXCLROBJECTS in gbuildtojson
        
        Change-Id: Ib5808a715e4ba0e0a5d9eea8260ea72fd85ccda2

2017-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [665d085511a64959ceafd869e6331877ed711c80]

        loplugin:countusersofdefaultparams in sw (1)
        
        Change-Id: I0d14f9c375f93079aef21ca4f1132adc4e1fe06c
        Reviewed-on: https://gerrit.libreoffice.org/45207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [793b69fe73eb2d6ae4c42f04a66df8c180e42886]

        don't worry about dangling timers at fuzzer exit
        
        Change-Id: I9e18257f7e6e0438c6ce2801c0c2f8885b060870
        Reviewed-on: https://gerrit.libreoffice.org/45214
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [d26ebaa2d45dfdd9437f1c24abc119a69d989654]

        pick a default during fuzzing
        
        Change-Id: I98d99465d32b553ae55d76c99125f83e686ea2a1
        Reviewed-on: https://gerrit.libreoffice.org/45215
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  Eike Rathke  <erack@redhat.com>  [2408a1b1de7a7d08ed5c18d18e3007912e292b96]

        Don't pass the test when all tests fail
        
        Due to the locale dependent date format used here in strings that
        neither matches en-US nor en-GB (in which the tests seem to be
        executed) all tests failed, and then with passCount==0 the check
        was
        
            If failCount <> 0 And passCount > 0 Then
        
        instead of
        
            If failCount <> 0 Or passCount = 0 Then
        
        so the end result was OK.
        
        Also fixed the one case that was commented with
        Rem why this fails in excel?
        It actually also failed for us, just that because all tests failed
        (see above) it never seemed to fail..
        Problem seems to be the accuracy of the underlying date+time
        double for this specific calculation. Good to know it happens in
        Excel as well ;-)
        As a workaround, conversion to string does the necessary rounding
        internally.
        
        Change-Id: If0302b2feab9e1233d66da4eccff732f61542a69
        Reviewed-on: https://gerrit.libreoffice.org/45196
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5c1ec02f035fe3ed586817f49754ee251e0e6e40]

        Fix typos
        
        Change-Id: I384be98fc5336d48e6855a0ed0fe436b63712152
        Reviewed-on: https://gerrit.libreoffice.org/45143
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5f62933a161ae989c1f68eb57079ce21106d1dd2]

        Fix typos
        
        Change-Id: If511cbcc290488cf05cc078e6674deae2c454315
        Reviewed-on: https://gerrit.libreoffice.org/45209
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-24  Stephan Bergmann  <sbergman@redhat.com>  [827de7f4198281bc8dbc886f49ce96a04fcb72ab]

        Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeof
        
        ...for whatever reason
        
        Change-Id: Iaae919dc6c636c4846c548914e593cb8bd94fe8b

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [af72d1b9d1745944cd7842905d2d8ac3f8d1d640]

        EPUB export: handle cell width
        
        By handling relative column widths in libepubgen (since LO may only know
        that one, when layout is not available) and parsing column properties in
        writerperfect.
        
        Change-Id: I8fae5f1a3c970b97c2b452f3c20eff0911a56ba8
        Reviewed-on: https://gerrit.libreoffice.org/45202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [de523ce9b834b2d8f29409fe21d68b81ef314fe5]

        EPUB export: handle cell border size/style/color
        
        By adding support for automatic cell styles.
        
        Change-Id: I31ff2bb6fed3391f571705505ccbbd89087e5972
        Reviewed-on: https://gerrit.libreoffice.org/45201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0baecd418e79a703dcf89fec3f66e416beefcf56]

        EPUB export: implement row span for tables
        
        By turning <table:table-cell> attributes into librevenge properties.
        Also make sure that row/cell styles are inline at a libepubgen level.
        
        Change-Id: Ic23058748d241209845f76d8edc548bab8212c5f

2017-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b355976ab65d059073978e4ab334c94a7dd450e]

        drop unused ATTR items
        
        the table autoformat stuff does not use these values at all, it just
        writes the internal details of PoolItems in a pre-determined order
        
        Change-Id: Id6d8ae7508a8d19f5fd1e70f9a428d324082d3bf
        Reviewed-on: https://gerrit.libreoffice.org/45199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ee64bf10051f9dce5c9983e715e7dce9b3ca1535]

        uitest - writer Go to page dialog
        
        Change-Id: I3088bb4b802b533db46dc3ab1d9d2fd241aa1fb0
        Reviewed-on: https://gerrit.libreoffice.org/45009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Caolán McNamara  <caolanm@redhat.com>  [6f31670783b3445a8073bd49fe4c041b655e91b3]

        set new document window as parent for dialogs during load
        
        and exit typedetection early and completely if application quits
        while detecting
        
        During typedetection, before loading proper, we have the hidden window as
        parent so warnings are not modal to existing windows and they are cancelled on
        exit.
        
        Once we do have a window, then reinit interaction handler to have that window
        as the parent for any further dialogs.
        
        Change-Id: I5c6711557266bf7d1eb9291f1c454cbfaf766886
        Reviewed-on: https://gerrit.libreoffice.org/45148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-24  jan Iversen  <jani@libreoffice.org>  [99534540df148513fc0bb9622b7285e10b285ccb]

        iOS, added IOS_DEPLOYMENT_VERSION
        
        Change-Id: Ie72c8303011df8a4e0e489ab505e619bd7a40e12

2017-11-24  jan Iversen  <jani@libreoffice.org>  [944da4b735d7c88fa7b7c200ea4c75dd1a6aa00e]

        iOS .mk naming conventions.
        
        Updated target names, to allow cross references.
        
        Change-Id: Ie0959876df58657a2303ca2b0865e91a7f5a0eea

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [79101c50a74d11f793b88d848e9e95a130800f7d]

        sw: remove temporary debug code in txtfrm
        
        Change-Id: Ia1183da8c3382c8b81a2d2154215d45e4847f460
        Reviewed-on: https://gerrit.libreoffice.org/45194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccd2888110a7074763e6a948f4c5da29f2196d40]

        EPUB export: implement character properties of links from named styles
        
        ODF allows text properties on hyperlinks directly, librevenge wants an
        inner span instead.
        
        Change-Id: I903045a688bf318e7ac7f8cac83bb4d537259969
        Reviewed-on: https://gerrit.libreoffice.org/45161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-24  Stephan Bergmann  <sbergman@redhat.com>  [e8e5bd65d31a60712afcab17d2e5f77c3322f86f]

        Pass $(MAKE) into external/libassuan
        
        Change-Id: I82d775645018b6ce92e4cbc1c8cd67af958bfa21
        Reviewed-on: https://gerrit.libreoffice.org/45165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [66076a431e5db967eeeb3ba8004a06a1e54d9fac]

        TSCP: Advanced dialog UI improvements
        
        - Change the height of TextEdit to ~5 lines (100px)
        - IPPart: single to double-click to add
        - IPPartNumber: change to ListBox, same behavior as IPPart
        - Markings: add on focus change
        - Category: remove messagebox when the category changed
        
        Change-Id: I9e695abc7caa702b2150a96ae15e6ce19fc2458a
        Reviewed-on: https://gerrit.libreoffice.org/45149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1c0e999b271ac4c6ecb163a1cd2a310b87e9dec]

        consistently use sal_uInt32 for number formats in sc
        
        instead of a mix of short/sal_uLong/sal_uInt32
        
        Change-Id: Ie5bd26e1a6f716c0c4e174a6d560827084b3f421
        Reviewed-on: https://gerrit.libreoffice.org/45159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [35f5274ece0fcbb70753a71619b526ed0d4cbd6b]

        TypedWhichId for RES_CHRATR constants
        
        Change-Id: Id6c45c237e9c8c55597d97b647b443eab9d1880a
        Reviewed-on: https://gerrit.libreoffice.org/45147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-24  Szymon Kłos  <szymon.klos@collabora.com>  [50915bababcf6b645fe3b57c265560a3cd0c6224]

        tdf#65955 DOCX: bookmarks at the end of paragraph
        
        End of line handling was incorrect and all bookmark
        tags placed at the end were exported before last text.
        I added additional collection to separate final marks
        and export them after last piece of text.
        
        Change-Id: Icc8f89164619c85405a846fda9871430c91dcbe1
        Reviewed-on: https://gerrit.libreoffice.org/45168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-24  Julien Nabet  <serval2412@yahoo.fr>  [ad83b67128fbfeee20d80889dac432c686bb2cbb]

        Modernize pdfwriter_impl by using for-range loops (vcl)
        
        Change-Id: I82354a03b94b126a7aed460d9cd46d37b8f38ada
        Reviewed-on: https://gerrit.libreoffice.org/45173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-24  Michael Stahl  <mstahl@redhat.com>  [bb9413907cd7bea0feadb7e4e3d44d5078fe5a26]

        tdf#113787: gbuild: fix the version of cli_cppuhelper assembly
        
        There is one usage of gb_Library_add_generated_cxxclrobjects in
        the entire repo, and regrettably generated C++/CLR objects
        weren't actually implemented in the new build system, so the
        assembly.cxx with its generated version number was simply ignored.

2017-11-24  Michael Stahl  <mstahl@redhat.com>  [9673dbf3a19740b22ecb99721dab9b03cae76509]

        tdf#113787: always require version file with config for CLI assemblies
        
        The CliUnoApi_oootypes does not use the same version file as everything
        else, so pass that in as a parameter.

2017-11-24  Michael Stahl  <mstahl@redhat.com>  [c850db62618b9c53b21ae3e13bf52df91ea93bbd]

        gbuild: CliAssembly: clean everything
        
        Change-Id: Ieaef37a8af808c9b1b981b4363e4dabfb4816457

2017-11-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d47aa694d0c6d10d52b7474b15e75a9462e991ff]

        TSCP: remove character limitation of recently used pop-up
        
        Change-Id: I886fe180e73aea9685e647aaa3283f707344f69f
        Reviewed-on: https://gerrit.libreoffice.org/44947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-23  Michael Meeks  <michael.meeks@collabora.com>  [e4cd5707809042eec435fd24be8729e87e350d1a]

        Document, and simplify the two uses of ScMutationGuard.
        
        Creates ScMutationDisable - used to ensure that no core data
        structure is mutated below this guard in any thread. This can
        also be used to disable access in the same thread now.
        
        Change-Id: I7e4e98d8ff986490ccd5064b3b9af56acd877b49
        Reviewed-on: https://gerrit.libreoffice.org/45119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [051130e25b0e133667a39b3e7a8c758c1cb5240f]

        get-bugzilla-attachments-by-mimetype: add some duplicated mimetypes ...
        
        that are really used in our TDF bugzilla
        
        Change-Id: I5945cbf10ad2698471a3a74be8773ee1b5d81656
        Reviewed-on: https://gerrit.libreoffice.org/43722
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-23  Serge Krot  <Serge.Krot@cib.de>  [4c5a19f9cf98fb2b38ee6b4b35f4074499270353]

        related tdf#108757 small enhancements for speed up
        
        - no strings reallocation
        - faster for-loops
        
        Change-Id: I98a355eb3bcb48219afd6334615c9c092ed1a352
        Reviewed-on: https://gerrit.libreoffice.org/45142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-24  Pranav Kant  <pranavk@collabora.co.uk>  [723aae2d5b800be159e423e3a0e8f3cc282b0020]

        Remove redundant call
        
        This call, which sets the DialogCancelMode to fatal is superceded by
        another call which resets the DialogCancelMode back to Silent, as
        follows.
        
        0  0x00007fffc8c1ece3 in Application::SetDialogCancelMode(Application::DialogCancelMode) (mode=Application::DialogCancelMode::Silent)
        1  0x00007fffc8c1f1fc in Application::EnableHeadlessMode(bool) (dialogsAreFatal=false)
        2  0x00007fffdd3824af in desktop::Desktop::RegisterServices(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
        3  0x00007fffdd361eeb in desktop::Desktop::Main() (this=0x7fffde919950)
        4  0x00007fffc8c261f3 in ImplSVMain()
        5  0x00007fffc8c2635c in SVMain()
        
        Change-Id: I30efe63932e98309f4d6ac609d09b08378076007

2017-11-23  Damjan Jovanovic  <damjan@apache.org>  [dbb42ebced375a366712394c1e8917e78abd7a5e]

        Fix an argument for SQLSetDescRec.
        
        Remove a duplicated and commented T3SQLNativeSql definition.
        
        Patch by: me
        
        (cherry picked from commit 72c9a57b915e080b4bd27800f30232624172b1c3)
        
        Change-Id: I2730ede794f750181075b253f62951d47ec82ddc
        Reviewed-on: https://gerrit.libreoffice.org/45176
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Tor Lillqvist  <tml@collabora.com>  [6a8c781df0b4e7760a52693b83e5cd903acd30d4]

        Add debug output operator<< for ScRangeList
        
        Change-Id: I55f16428bbadd45d302ac31df9c1a691730c4a49
        Reviewed-on: https://gerrit.libreoffice.org/45158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [07027b5b8557d8a19bc2d25a3fcfa2b0e180e2ef]

        ofz#4335 verify sprmTDefTable length
        
        Change-Id: I846099f98c24ef1b53f070962c7a218e3a7e35b9
        Reviewed-on: https://gerrit.libreoffice.org/44959
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [462866cfdc57e6901ae2c28a2b73e59e6f920fde]

        various coverity warnings
        
        Change-Id: I27f20c51f86aeaed8e932f7ca45cce8770bc34ec
        Reviewed-on: https://gerrit.libreoffice.org/45140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [6f394daa4828743a165121d9e8e1e2c7a63a1200]

        crashtesting: crash loading fdo41403-1.xlsm
        
        regression since...
        
        commit 3af8a4faf5e20ccae2386052697713da160afb16
        Date:   Wed Nov 15 13:10:40 2017 +0300
        
            tdf#113861: Less aggressive expansion of chart headers.
        
        pre-change code had...
        
           FormulaToken* pToken = it2->second;
           if (pToken && nRow>=nHeaderRowCount)
        
        check, so restore that check for presence of FormulaToken
        
        Change-Id: Ia1b301e4f7fdf447b08de7fb22bd7fde8735bd52
        Reviewed-on: https://gerrit.libreoffice.org/45155
        Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [8c9a3195068bf00e00290f363d5028e9986bbba6]

        Resolves: tdf#113962 save detected filter outside file dialog
        
        different file dialog impls work differently so store the
        detected filter outside the file dialog
        
        Change-Id: I144d8df06e5265fed8f11b284a2f40c17c3e09ef
        Reviewed-on: https://gerrit.libreoffice.org/45166
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Thorsten Behrens  <thorsten.behrens@cib.de>  [a27f26228c8311b3b01ecca81d6cdcd3ceb644e1]

        fix build: use same conditional as in configure
        
        Change-Id: I2383baaafbb5f79e1469a6296f3d65f1eadfa5eb

2017-11-23  G??bor Koruhely  <koruhelygabor@gmail.com>  [788515f4ecc26275746e97f8f35cab87799797a6]

        tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialog
        
        The radio button icon was too big and there weren't enough space to render the
        bottom border, so I reduced the size of the radio button icon.
        
        Change-Id: Ie93f21ca730329716d0d209726e4d41c5d235b88
        Reviewed-on: https://gerrit.libreoffice.org/45097
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-23  Michael Stahl  <mstahl@redhat.com>  [bb0fdccaac9495628e67d1ad1812e95b1c9397ba]

        ofz#3301 add bugdoc
        
        Change-Id: I9a6425f5c0ed519ef7cb90e66b0d4c8e0fe700d4

2017-11-23  Michael Stahl  <mstahl@redhat.com>  [16687c57b5e378db93972fc1887b9b19747d068c]

        svx: loplugin:staticmethods
        
        Change-Id: I8786baa0a5142397c157e01d5b99aa2c482bb468

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [d48cf244b922d6be2d62e8dffa56a505a72f0933]

        loplugin:useuniqueptr in connectivity/source/drivers/macab/
        
        ...which revealed that lcl_CFType.cf should rather be of type CFTypeID (i.e.,
        unsigned long), and required some adaption of for loops to cope with the type
        differences between old sal_Int32 length vars and new std::vector::size calls.
        
        Change-Id: Ic87acbb8b4255627fa976d3615bb319237aa4deb
        Reviewed-on: https://gerrit.libreoffice.org/45154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  David Tardon  <dtardon@redhat.com>  [ac5e8ce2fe18d923ea73692a79a18e94402355ac]

        Updated core Project: help  8aff7a4747fbabc5d8db9c9c52c1e67684965fd4
        
        create dir before resolving its path
        
        Change-Id: I4724d2444b0bd9daa6a6f0f8c7165a594db08ad9
        

2017-11-23  Eike Rathke  <erack@redhat.com>  [db080dad6c9ad9930e26aeb70638d7146afa279a]

        tdf#114011 limit/truncate date, not only year
        
        Change-Id: I479040f411fb8b5975c0aa1aa24f95c957cf80cf

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [e5e8181161632ace434359de2a983ae425670c40]

        crashtesting: assert from liborcus
        
        Change-Id: I3b148354745fa419b6299b6456d24925ea4fb980
        Reviewed-on: https://gerrit.libreoffice.org/45160
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [d938e1ab00897c12938443ed373bf00083126df2]

        gpg4libre: translatable strings for non-LibO filepickers
        
        just strings, code using them is yet to be implemented
        
        Change-Id: I03b2c44f574b3212b39bf4aabedf01c577f35de9
        Reviewed-on: https://gerrit.libreoffice.org/45156
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [474c6ba06e94ba635075a1fe0aee15c555400c0c]

        loplugin:unnecessaryparen
        
        Change-Id: Id49d107e4f8ddbe7f49d7ddfefb7e13344c9ac4f

2017-11-23  Jean-Pierre Ledure  <jp@ledure.be>  [008673c23db0c812eb0b48a1c29ab88b48aaa867]

        Access2Base - FIX OutputStringToHtml
        
        Remove useless ConvertToUrl function

2017-11-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [9d06ffadbec8c3b2281f3e04b6c612b86965c146]

        gpg4libre: UI and config for adding GPG keys to user's identity
        
        Change-Id: I1a176ca998f49b68c6ca8129fba4eb56445892a2
        Reviewed-on: https://gerrit.libreoffice.org/45145
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-23  heiko tietze  <tietze.heiko@gmail.com>  [e27e6720ac1f7bb1e44872a7fd3cca5f3340b16a]

        tdf#90794 Position of progress bar on high res screens
        
        Introduced two new consts
        
        Change-Id: I15e01eabe9fd3225c36d06cbb59310a07a30f2c1
        Reviewed-on: https://gerrit.libreoffice.org/45105
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-23  Tor Lillqvist  <tml@collabora.com>  [2923cb0b5b757a764e285d7295f4e78b8494c5c8]

        Move the need for several ugly const_casts deeper down to just one place
        
        Change-Id: I2cdd66b9819f070548c2a0af7388d9bfbd3689c1
        Reviewed-on: https://gerrit.libreoffice.org/45144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [3f289fef2f2b00dcca4948dd9fb2ba2c493fac6f]

        tdf#113657: fix crash when trying to format empty paragraph
        
        by creating a function to clean line feeds and returns if it's empty or not
        
        Change-Id: I3a744c52bdb457c92f38595463099e1cbf17a37e
        Reviewed-on: https://gerrit.libreoffice.org/44513
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [c46f0c9f6eb07db061d2f99c61c9ea05644a78ec]

        Related: tdf#113160 set a temporary dialog parent during type detection
        
        to get warning dialogs that don't block the existing windows but whose
        lifecycle can be controlled to avoid crashes during exit
        
        Change-Id: I57965301c3d8a031acb33e83bf7715fe132385d0
        Reviewed-on: https://gerrit.libreoffice.org/45044
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [e0bd8f36964b84d7649b7705c3df98256d3ce627]

        xmloff: Drop non-existent XMLTextPropertyHandlerFactory_Impl
        
        Change-Id: I9cef470e0592e1b90d2cc0f2830c60938daf873e
        Reviewed-on: https://gerrit.libreoffice.org/45126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [94d76cef1f71056fab106caf4cc8e65504475615]

        TypedWhichId create custom get methods in ScPatternAttr
        
        Change-Id: Iaa326332f5806477dd81463e6b6004a962bac934
        Reviewed-on: https://gerrit.libreoffice.org/45128
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0846b7abe78e55bc1e959143d980208077b13ca]

        loplugin:simplifybool can't invert conditions involving float types
        
        so revert some of the changes from
        
            commit 7a1c21e53fc4733a4bb52282ce0098fcc085ab0e
            loplugin:simplifybool for negation of comparison operator
        
        Change-Id: I937d575b86c1e418805d399b0dc16ae91876b4fe
        Reviewed-on: https://gerrit.libreoffice.org/45130
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [1db2cdd97155f690fa9e08911c20ea3d246418dc]

        loplugin:unnecessaryparen
        
        Change-Id: Iddf5ed0a611f6dec4d30d056729dfd6dcd1f37d9

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [9017fee65712dd99cfeb14b55dea3fafb80134c9]

        loplugin:simplifybool
        
        Change-Id: If6084771aaa9d2bdc7ffca7550749cbb3bf8e084

2017-11-23  Timotej Lazar  <timotej.lazar@araneo.si>  [6a97d9c4d9b80db41149740e4fb7706142d1b20c]

        tdf#112689 Replace chained O(U)StringBuffer::append with operator+
        
        Change-Id: Iea9a6e2104966bd47f09a82df9b01f065f678d17
        Reviewed-on: https://gerrit.libreoffice.org/45079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [db2111d207770c7a15e9535dfd7d8ec012125d19]

        gpg4libre: package gpgme spawn helper for Windows
        
        Change-Id: If8dbe10b87d329fab3639392f6c352bce75c54c1
        Reviewed-on: https://gerrit.libreoffice.org/45127
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-23  Yousuf Philips  <philipz85@hotmail.com>  [b2f79f363c02738bf9d3b4e7b2834214b8a52c96]

        tdf#50746 add paste unformatted to menu and context menu
        
        also unified menus and context menus in writer and calc
        
        Change-Id: I929df7a0fe2be7b8bf58cf048e53536ea89d5c9c
        Reviewed-on: https://gerrit.libreoffice.org/45095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-23  Thorsten Behrens  <thorsten.behrens@cib.de>  [43ac50dcccdf4f1954e666d6b18452b37a19d31e]

        gpg4libre: conditional-compile gpgme code
        
        Change-Id: I1d139a7b6df271d61bedd107c6b3a0535d233606
        Reviewed-on: https://gerrit.libreoffice.org/45124
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [eeb0ea67d242d77c6ec56e4601d44c9517eb381b]

        loplugin:simplifybool
        
        Change-Id: I2e340824db3e1e5197a23e567e4b88b64136562f

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [ad0fc224acb42cad766813972689deb5e4bb3c32]

        Disabled slot with Put leaks entry (tabvwsha/sc)
        
        Same as https://cgit.freedesktop.org/libreoffice/core/commit/?id=21dde7a09e2cfe7b48d2fec1edc7a94fa94af5c3
        
        Change-Id: Ie4e3fcf097a6aa7b9a019947a677701723f98bf3
        Reviewed-on: https://gerrit.libreoffice.org/45052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a8e83ce1d86892061603159f5c4460803d077fd5]

        Convert fprintf to SAL_WARN / SAL_INFO
        
        Change-Id: Ibdc67eb7af83c9ffa29531a20f68efce578f3e47
        Reviewed-on: https://gerrit.libreoffice.org/45082
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [f85859d2146b29ed4dce17695efd4012a0fa1e1c]

        vim-ide-integration: -I<dir> workaround is no longer needed
        
        Since commit ecbaf980625a9e7b06abe91c7c70e78f6ad469a7 (-I$(dir $(3)) in
        gb_CObject__command_pattern is no longer needed, 2017-11-01).
        
        Change-Id: I9d6b7436f7b6e865d37e358adb9cf075e4e51bff

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [52dbe0c99b58bf306004e3e7f7d0d98adb16193b]

        Make not warning about !! in loplugin:simplifybool consistent
        
        ...so that 640e03da110d76b2c7d5ed5b8b8ba3b4367865ba "loplugin:simplifybool re-
        activate the !! warning", which did not warn about
        
          !!( nAttribs & ucb::ContentInfoAttribute::KIND_FOLDER )
        
        in ucb/source/core/ucbcmds.cxx (involving sal_Int32 and sal_Int16), would not
        have warned about
        
          !!(nMode & nUpdateMode)
        
        in sfx2/source/appl/workwin.cxx (ivolving o3tl::typed_flags<SfxVisibilityFlags>)
        either.
        
        Change-Id: Ibe955592951a04b1bd9a9b4e8cc502024bc1d460
        Reviewed-on: https://gerrit.libreoffice.org/45083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [b26012ef159bd420ac3bb9275607d3a1622422f7]

        Make loplugin:unnecessaryparen look through implicit
        
        ...similar to how <https://gerrit.libreoffice.org/#/c/45083/2> "Make not warning
        about !! in loplugin:simplifybool consistent" does for loplugin:simplifybool
        
        Change-Id: I23eef400af71c582d380c9bae6546ce06e8a1e18
        Reviewed-on: https://gerrit.libreoffice.org/45122
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [bfaf5740bb10ce8c51017cba44681de10953bea4]

        ios: blacklist newly pushed non-formatted files
        
        Commit ed885a3cdbfc4b4d194d40508a29334b9780858f (iOS, do not use
        different C compilers, 2017-11-23) was pushed directly and clang-format
        wasn't used locally, either -- so just blacklist these new files.
        
        Change-Id: Id6e39e68ac112494139e982ebcf7c32531184ec2

2017-11-23  Caolán McNamara  <caolanm@redhat.com>  [6d5aeece56e0ab33150bdcf8a037cdb004ae2d1d]

        move preventduplicateinteraction from framework to sfx2 consumer
        
        Change-Id: I1388a88ba20b5cde65cd1d88694775b071a0dff6
        Reviewed-on: https://gerrit.libreoffice.org/45099
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-23  Jens Carl  <j.carl43@gmx.de>  [a8681f24d786a5498844e29a3029cf9e60e74ca3]

        tdf#45904 Move _XScenarioEnhanced Java test to C++
        
        Change-Id: Ibc99dc0d50e612bc6cdebaf5f9c5f828e5af859f
        Reviewed-on: https://gerrit.libreoffice.org/45123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [d3c607b4bbcc1727ba0d295ac7193bea2874ed5b]

        Replace list by vector in incomingrequest (binaryurp)
        
        Change-Id: Ic08f45f614cfa4643b55142e85e8eeac223abd82
        Reviewed-on: https://gerrit.libreoffice.org/44893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Tor Lillqvist  <tml@collabora.com>  [b469ba0e7628199d40100d98ff19a835e273db43]

        Don't warn about the installer unless we are building an installer
        
        Change-Id: Iefb40baab9eeaab6923a0f95681466afc6dc6643

2017-11-23  jan Iversen  <jani@libreoffice.org>  [ed885a3cdbfc4b4d194d40508a29334b9780858f]

        iOS, do not use different C compilers
        
        LibreOfficeKit.c was compiled with an xcode project and not like
        all other sources. Changed to use clang with same switches as
        rest of LO.
        
        Separated resource generation in own makefile
        
        Removed project LibreOfficeKit which was responsible for prelink.
        
        Change-Id: Iaf9fbb4b652501af0b7f3643ed3efcc2ed93b611

2017-11-23  jan Iversen  <jani@libreoffice.org>  [62da53e52cf141a7cdf8a27e95737a575fbf1696]

        iOS, unicode not used in swift interface
        
        remove include not needed
        
        Change-Id: Ibad12f510a5d947ba2754dae192413852e63ab03

2017-11-23  jan Iversen  <jani@libreoffice.org>  [8d18f1e98b6658bd8722cdadc2b9f6305b475277]

        iOS, cleaned unused parameter
        
        Change-Id: Iac097d9a4578ef7dcb47006a422703ab06a8284e

2017-11-23  Jens Carl  <j.carl43@gmx.de>  [39c5ade7bbb444eb204015955276748a5b381ad9]

        tdf#45904 Move _XSheetAuditing Java tests to C++
        
        Change-Id: I057447494ff488546d43d2d3068a65d5c0d402e0
        Reviewed-on: https://gerrit.libreoffice.org/45120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [0e2f224d07a0e7f542984d9e9f48c9cda86a80f6]

        An anonymous GraphicObject instance suffices here
        
        Change-Id: I13156c3194497a2e554cdfe3a92a4ff83e0ea2f1
        Reviewed-on: https://gerrit.libreoffice.org/45073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [d7f2de780e73d23a80cc3d15f84f433d9d056685]

        put GraphicObject on stack instead of heap
        
        Change-Id: Ia673a88a397d3a4e5c3b2ff31a60d04ea9e70d1f
        Reviewed-on: https://gerrit.libreoffice.org/45062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [1f56087504e30ae81bd8e55b8f1364f326b75e76]

        reduce scope of var
        
        Change-Id: If9f4974fa1bf664b14c81e243f7dcd36abd3a1ce
        Reviewed-on: https://gerrit.libreoffice.org/45061
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Stephan Bergmann  <sbergman@redhat.com>  [c7e0f494bfc7a663f07769b8ed5de0b59bdd11da]

        use std::unique_ptr
        
        Change-Id: I28e3f253cc8d0d35275c6aa3bcf17a93e2f0c631
        Reviewed-on: https://gerrit.libreoffice.org/45060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [4ccddab6ef74cb07c2998eaf420785eeceda5a8d]

        Replace some lists by vectors in vcl/headless
        
        +use for range loops when loops included "std::list"
        
        Change-Id: Ic261571ef64b1a710233ff949c4feeb3cc4756cd
        Reviewed-on: https://gerrit.libreoffice.org/45109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [3c508bf9fc1b2704080a71d7374bf3720343beb5]

        Replace list by vector for m_aJPGs pdfwriter_impl (vcl)
        
        +use for range loop just for the loop containing "std::list"
        
        Change-Id: Ie30dc016e9a001d0bb4ecd31a75749093326e2f6
        Reviewed-on: https://gerrit.libreoffice.org/45112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Julien Nabet  <serval2412@yahoo.fr>  [86cda9ab3cdfc2f253b4d2f44dd00f40d8574210]

        Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8
        
        The use of erase/remove idiom is wrong here since "there can be multiple
        registrations of the same listener"
        
        See Stephan's comments in https://gerrit.libreoffice.org/#/c/44892/3/binaryurp/source/bridge.cxx
        
        Change-Id: Iebf979ca25520392ba9de6439d5bf19b8e3446b2
        Reviewed-on: https://gerrit.libreoffice.org/45104
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a675428e349d3424ffcc844e9c3884a82cf82ef7]

        TypedWhichId for sc constants
        
        Change-Id: I25a07d84ae24fdd3b4fbd303beea755169eb9acb
        Reviewed-on: https://gerrit.libreoffice.org/45084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7a1c21e53fc4733a4bb52282ce0098fcc085ab0e]

        loplugin:simplifybool for negation of comparison operator
        
        Change-Id: Ie56daf560185274754afbc7a09c432b5c2793791
        Reviewed-on: https://gerrit.libreoffice.org/45068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Stephan Bergmann  <sbergman@redhat.com>  [c24c32bf71b8e64bd0d36e511f554e1f6c015842]

        ofz#4366 Divide-by-zero
        
        Change-Id: I3d0eb3bb6a69d09e71ce8bf91051f66e204eb0df
        Reviewed-on: https://gerrit.libreoffice.org/45098
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [54e1441949b83a76eecd02f2839693697773f711]

        cairo: drop no longer needed patch for android
        
        Change-Id: I7f52cc8686556e21b9d2b5fdf43ce13307bcfac0

2017-11-22  Michael Meeks  <michael.meeks@collabora.com>  [df755b1b39fd501b18a513c342f4104dea7eaee8]

        Avoid using the hideous std::stack -> deque inside ::Interpret
        
        dequeue loves to allocate and free memory crazily, vector is much saner.
        
        Change-Id: Idcd2c1d693594f280ce94423161651502f25dc2d
        Reviewed-on: https://gerrit.libreoffice.org/45086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-22  Michael Meeks  <michael.meeks@collabora.com>  [7ced0f88e0af360d5b47b320b9dd23b692d8d1ad]

        Don't re-create the interpreter context for each row.
        
        Change-Id: I272c9dc09806d47add26866f517e6ea07282c35f
        Reviewed-on: https://gerrit.libreoffice.org/45087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dbe27473220cef519afde0a0acc67845bab596c8]

        Updated core Project: translations  a0c08eb77f9fd9e3b53f5c40abb554e83195fa27
        
        update translations for 6.0 beta1
        
        and force-fix errors using pocheck
        
        Change-Id: Ie5900800b8c1f0e6064d00b2b028afcf51e84e20
        

2017-11-22  qzheng  <qzheng@suse.com>  [1783b33b52c4332be6163d15ae78bbeb4e16c172]

        tdf#112689 Replace chained O(U)StringBuffer::append with operator+
        
        Change OUStringBuffer::append() to operator+.
        
        Change-Id: I13232cb69b1d62acfcf15d5ba5a2d72e5ab5d253
        Reviewed-on: https://gerrit.libreoffice.org/44703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-22  Eike Rathke  <erack@redhat.com>  [95da9d4c8f320d865939ef2cea268ad1aac20a8e]

        Follow our naming conventions, tdf#39593 follow-up
        
        Change-Id: Iee95b5bf0dd42169447163a41be5b2aa1899e83c

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ee141ee2fb77c3cc452ac656235d7e83e15072c]

        tdf#113935 Switching from read-only to edit mode slow
        
        Regression introduced by
        
            commit 389da66dfc96d06c407bff156c4ea21e940c5e06
            remove unused uno::Reference vars
        
        I'm guessing this variable keeps some kind of cache alive which prevents
        us from re-parsing the PDF file when we switch to edit mode - which is
        clearly what we are doing when I remove the line.
        
        Change-Id: Iea2cf9640d876028a78806e717b930d4a063dc9b
        Reviewed-on: https://gerrit.libreoffice.org/45093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Stephan Bergmann  <sbergman@redhat.com>  [72ef2b5d9802c424dbb0810e0a72fae50d92b678]

        Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all
        
        ...which had been left out because "lots of our code uses this style, which I'm
        loathe to bulk-fix as yet", but now in
        <https://gerrit.libreoffice.org/#/c/45060/1/> "use std::unique_ptr" would have
        caused an otherwise innocent-looking code change to trigger a
        loplugin:unnecessaryparen warning for
        
          pFormat = (pGrfObj)
              ? ...
        
        (barring a change to ignoreAllImplicit in
        compilerplugins/clang/unnecessaryparen.cxx similar to that in
        <https://gerrit.libreoffice.org/#/c/45083/2> "Make not warning about !! in
        loplugin:simplifybool consistent", which should also have caused the warning to
        disappear for the modified code, IIUC).
        
        Change-Id: I8bff0cc11bbb839ef06d07b8d9237f150804fec2
        Reviewed-on: https://gerrit.libreoffice.org/45088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-22  jan Iversen  <jani@libreoffice.org>  [b140f92531396c1087b997852d7ece18429b79d1]

        iOS, remove unused script.
        
        This script is no longer used for the iOS development,
        and in order to prevent anybody wasting time porting it,
        it is nuked.
        
        Change-Id: I46d520fa9b8aeabee78cfe1f02a25e4d1ead3d7f

2017-11-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c11c7c4765c2a45d7d58cd1dc2799bb9c64fc7e3]

        fix build
        
        Change-Id: Ibb83ef0bb6a304f2e78a669502a1bdd1f6dcc4bd

2017-11-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c8833fd9dfc743e114f14fcfee12e233029c93d4]

        gpg4libre: enable gpgme support for Windows and OSX
        
        Change-Id: Ifa266e1c18a8a09cd5c815adc70d0236e00f72b5
        Reviewed-on: https://gerrit.libreoffice.org/45092
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [17c7d876431ac2334c2a1d5225dcda56dc42c62c]

        gpg4libre: fix warnings
        
        This code was not previously built on Windows
        
        Change-Id: I9394907f143d862f40c95672f4e3398b65b7bd2c
        Reviewed-on: https://gerrit.libreoffice.org/45091
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  Thorsten Behrens  <thorsten.behrens@cib.de>  [50a55d862034b7a06510c014332236f44e306831]

        gpg4libre: cleanup gpgme & add gbuild lib for gpgmepp
        
        This moves the external to gpgmepp, since that's what we _actually_
        link against; plus tons of enablement for Windows build, mostly
        related to linker probs integration.
        
        There's still no good way to build a DLL with autotools, so we fall
        back to gbuild manual make, see also tdf#91480
        
        Change-Id: Ifd8217ef58536612d2389d48e343db133a13fb9c
        Reviewed-on: https://gerrit.libreoffice.org/44970
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  David Ostrovsky  <david@ostrovsky.org>  [bafbaa3fed95f28f368b0bd4256dbe2a714e3bd8]

        gpg4libre: build gpgme natively on windows
        
        Change-Id: I0b77ba0c1b8f84affa483181e26a26beaf39e878
        Reviewed-on: https://gerrit.libreoffice.org/42838
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  David Ostrovsky  <david@ostrovsky.org>  [5f981d30e2f186ab6b7fc925832b6eb1ae658308]

        gpg4libre: build libassuan natively on windows
        
        Change-Id: Id374ebc5ed70a1b4313dc74461524ac2b864b114
        Reviewed-on: https://gerrit.libreoffice.org/42745
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [4be15fdd7974564faa97454fda415b3882c4142f]

        gpg4libre: build libgpg-error natively on windows
        
        Change-Id: I479b79a7626469169af582dc79c4e99dc4620546
        Reviewed-on: https://gerrit.libreoffice.org/34530
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [1dcfa88c307d2f3ebe6d42fe00570c25c1efacf8]

        ofz#4386/ofz#4387 Abrt
        
        Change-Id: I2ed1ade1322102a0d6ac623156b9d3c2084b481c
        Reviewed-on: https://gerrit.libreoffice.org/45102
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Dennis Francis  <dennis.francis@collabora.co.uk>  [df5a0a62a3f0a0be931fb079b675bebdf4b252c7]

        clang-format on non-blacklisted file interpretercontext.hxx
        
        which is a new header file introduced in calc formulagroup threading
        work.
        
        Change-Id: I8203ce392b36581f64457edb52449df3e84fb216
        Reviewed-on: https://gerrit.libreoffice.org/45080
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-22  Stephan Bergmann  <sbergman@redhat.com>  [2da9e6836926ff9b767f0ad603407acbdae2bb67]

        Help old GCC
        
        Change-Id: I29093aa7975394b74952a4856632e8e657b33ae0

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [366e35799d8c4d9ef871edbb592747b0f4d7ef70]

        fuzzing: common case of embedded charts in docx
        
        Change-Id: Idc6fdc221ce60e33e6b9fcb1689840dd96570d6b
        Reviewed-on: https://gerrit.libreoffice.org/45089
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [74b77481b43225fe2e8fd8edd2fb30a863a0b1e1]

        fix duplicate strings in notebookbar ui
        
        Change-Id: I13ba872b8d3b8108384dc0fa4436ccaa1eedefa8

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [129852d379fa03c36886b5f48d6a10e530a9c3de]

        turn some eof checks to eof or error
        
        Change-Id: I4592d7aa86c2cc2f420bccc622ffb95aa5cefa17
        Reviewed-on: https://gerrit.libreoffice.org/45077
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [97f087f4b2737aea7ddfbb7ac637370bac871cb5]

        ofz#4381 Divide-by-zero
        
        Change-Id: I608ea751cec11935f37b625ebde0798f8887e225
        Reviewed-on: https://gerrit.libreoffice.org/45081
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Arkadiy Illarionov  <qarkai@gmail.com>  [0c358f71e2b72251dd47ae5782d44c5c6a13727c]

        Modernize benchmark-document-loading script
        
         - use argparse instead of getopt
         - use with statement for opening files
         - refactor writeReport function to reduce copypaste
         - various fixes to make code more pythonic
        
        Change-Id: I6569dfc856040e1e75b550135f4092cc27bef7f5
        Reviewed-on: https://gerrit.libreoffice.org/43644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-22  jan Iversen  <jani@libreoffice.org>  [7329b4423c0d348d0af0ab5b5b7bfcdc25bc7618]

        cpuid is only for x86 processors.
        
        clang for macOS did not like cpuid when compiling for arm cpu.
        
        Change-Id: Iede658a524e5c3e1aa2d33137ed399679b021987

2017-11-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [57768926f344e516c039db9417d2cfd4c5e6b303]

        add missing context to translatable strings in .ui file
        
        Change-Id: I52f01046ccc1da8aec483766371e12fe06c82b8a

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [df2e78f1a8a1dc628eb26c8173ba1f6bae0ca6f4]

        replace check of eof and GetError with good
        
        Change-Id: I7d9f04262ab5420e9a14813fa1274bb9d01e3291
        Reviewed-on: https://gerrit.libreoffice.org/45076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [2161d04688be77112c281a1ada5263b963677c43]

        drop duplicate method
        
        Change-Id: Idadd0a64e41cd02f5167b275081c3576a6224b12
        Reviewed-on: https://gerrit.libreoffice.org/45075
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [041e1ba3185fd73930129c19739ee62ba88826cc]

        good() includes !IsEof() already
        
        Change-Id: I6eddd347333638c0a8ea924e6062f8e4d379a20e
        Reviewed-on: https://gerrit.libreoffice.org/45074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [3fbbd74b7bc6aef4af5f0c4b23a73a6726b9afbf]

        loplugin:flatten in svx
        
        Change-Id: Idc4d0186ecc6f0722c2b1358486a2430f037ae29
        Reviewed-on: https://gerrit.libreoffice.org/45036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Yousuf Philips  <philipz85@hotmail.com>  [4b7490fe49bb93f895e974602a2616fa80b74019]

        tdf#113880 a11y: improve accessibility of table background tab
        
        Change-Id: I978340f88a8e007dbf080113a933063c5546fd51
        Reviewed-on: https://gerrit.libreoffice.org/45011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3b4d2cfaaf2a6088304d65a608a9034df701537b]

        tdf#112207: Allow assigning styles to ui elements
        
        Change-Id: I777059e2c5139dcf1b24504023fb417b9b56b3d8
        Reviewed-on: https://gerrit.libreoffice.org/42594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ae61b0ac4187b2938647f3ca0289a070a5dc7d2]

        loplugin:flatten in svtools
        
        almost completely automatically rewritten, only had to tweak
        the indentation on a couple of lines.
        
        Change-Id: Ieec92e5b602d180d7ec556e3421ce3c835c1f646
        Reviewed-on: https://gerrit.libreoffice.org/45072
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [04bb9549e0a0ee567f3bd48a7707286c5abd631a]

        loplugin:flatten look for large if statement at end of function
        
        the rewriter is capable of flattening the function
        by returning early, and inverting simple conditions. More
        complex conditions are just wrapped in "!(x)"
        
        Change-Id: I028fd7b018dc7347c1b323b2a73ab99c18508faa
        Reviewed-on: https://gerrit.libreoffice.org/45071
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  jan Iversen  <jani@libreoffice.org>  [ede08b49c6336b220ef6e07f65935512537f7dc8]

        iOS, update icons to support new models
        
        Update of icons and start image (xib file not png)
        
        Change-Id: I172c4e6eb0f27d6dd05b9eb28b2e352f29578279

2017-11-22  jan Iversen  <jani@libreoffice.org>  [7af059fbbe5c15f093ada6064561f9545ee62aa7]

        iOS, update app project.
        
        Adjustments to cope with schemes.
        
        Change-Id: Ifbe50658299927d66886fc88753db5544e1f93d6

2017-11-22  jan Iversen  <jani@libreoffice.org>  [965cd360bf6b3e906ed7323d6eee714fd92920c8]

        iOS, update loApp.xcconfig path
        
        Path is now relative to core directory, as documented
        
        Change-Id: Ib731e8c650dd600932516cfda2e9545b04609994

2017-11-22  jan Iversen  <jani@libreoffice.org>  [0f9dd1c5f2dcf429b2b35ffea90e932587e6d1e1]

        iOS, icudt59.dat => icudt60.dat
        
        Updated copy of icu dat file, due to version change
        
        Change-Id: I12885de019fa00f0816b9c31a30d02e73821be33

2017-11-22  jan Iversen  <jani@libreoffice.org>  [1b36048a42f8f18667ff45bed9e8c248e7edcc75]

        iOS, changed debugger from to lldb
        
        gdb2 does not work well when using a swift based frontend.
        changing to default debugger but only for iOS.
        
        Change-Id: Iae0df85b9db4b3dfaf9fbc0e42848c52f3685a48

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [67304b83a7933a75ed24dd41a311d0250f15a203]

        ofz#4372 Undefined-shift
        
        upstreamed as https://bugs.freedesktop.org/show_bug.cgi?id=103845
        
        Change-Id: I48430b2ab62991345863bceeaf3a6918f9dd1fda
        Reviewed-on: https://gerrit.libreoffice.org/45078
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Stephan Bergmann  <sbergman@redhat.com>  [0717f32de0fa96ccf353ac074d040df0f4e27751]

        Missing GraphicObject destruction, memory leak
        
        ...causes e.g. a leftover temp file like
        _anonymous_namespace___WpftWriterFilterTest__test_9m9gdo.tmp in $TMPDIR during
        CppunitTest_writerperfect_writer's processing of
        writerperfect/qa/unit/data/writer/libwps/Write_3.1.wri.
        
        The code lacking the delete was originally introduced with
        e3911a61e60610d32d4f41ab0361ff495bbf3f95 "INTEGRATION: CWS fwk59: #i63867# let
        the replacement image be imported", then heavily modified with
        ec8258f3b78f6bc00a108fe0bef7656b86812b7d "INTEGRATION: CWS xmlfilter06".
        
        Change-Id: Ie0830d5f358e6d81efe0bb9ef04d6a206bd27201
        Reviewed-on: https://gerrit.libreoffice.org/45059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-22  tagezi  <lera.goncharuk@gmail.com>  [2f34bec2a7b939e24c3c5e884fdfe2057b732248]

        tdf#39593 deduplicate code in ScOutputData
        
        Change-Id: Ie7efcdf23e65b2047af7972756c2ba11cc178672
        Reviewed-on: https://gerrit.libreoffice.org/45064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd6150915253e382a7e9f674fe23a72a9a801761]

        RTF filter: drop now redundant astyle.options
        
        I (tried to) keep the RTF filter style consistent locally with astyle in
        the past, but now that's redundant when we have an enforcing
        clang-format mechanism in place. So drop the astyle config and switch to
        clang-format in the RTF filter case.
        
        To minimize backport pain, do this shortly before the libreoffice-6-0
        branch-off.
        
        Change-Id: I708dbeb0b5ad2afacc90029ee5abba9495f4601f

2017-11-22  Caolán McNamara  <caolanm@redhat.com>  [9ffa900cb4d0381587162e3deb9d910965b69d58]

        ofz#4361 Integer-overflow
        
        Change-Id: I7b41a53622e2e87dc0998a4a181bb8e49ef8d277
        Reviewed-on: https://gerrit.libreoffice.org/45046
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8c20aafb1385585cdd005fb9b75b87fe6893599]

        xmlsecurity mscrypt: use SAL_N_ELEMENTS()
        
        Change-Id: I39ddffc48c169ca5c95b4cc6b4799530c5d1984e
        Reviewed-on: https://gerrit.libreoffice.org/45069
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-22  Gabor Kelemen  <kelemeng@ubuntu.com>  [67fd1ea44506994d49833bd032bf0b07582e18c2]

        Fix Java wizard HID list
        
        A still actively used HID was accidentally removed in commit:
        https://cgit.freedesktop.org/libreoffice/core/commit/wizards/com/sun/star/wizards/common/HelpIds.java?id=82d863b4a410fa78120d2efc41bd2b3b61f21cee
        This caused some HIDs in the Form wizard to slide off by one
        
        Change-Id: I0142a150f1c65456ba9affe5d997ddabe37d1b3e
        Reviewed-on: https://gerrit.libreoffice.org/45057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-22  Szymon Kłos  <szymon.klos@collabora.com>  [fd51f01dbca1ddebe846ec9f56cbb13002f295c6]

        tdf#86087 fix relative link open on linux
        
        Change-Id: I6bf2d6bd50b9f1ed7a2c3f66fc18598aa7ffe3d6
        Reviewed-on: https://gerrit.libreoffice.org/45053
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-22  Stephan Bergmann  <sbergman@redhat.com>  [5640ef110094f33cf678f4e3ef4f3fd4334a00c8]

        There appears to be no reason to ignore macros in these parts of...
        
        ...loplugin:unnecessaryparen
        
        Change-Id: I473a1e16cf9f485a61af5477aca22798996253a3

2017-11-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1d9eed341db208f11de6f020538dfdb74a5c48dd]

        Fix typo
        
        Change-Id: I591214b246f7702e52f71b95cdc2255bc296224b
        Reviewed-on: https://gerrit.libreoffice.org/45063
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-22  Gabor Kelemen  <kelemeng@gnome.hu>  [39d9bdb1e30e5f3f9d5ca8153b53eafe0bad59a3]

        Updated core Project: help  d2dec6e9c5aafcc2b64a74bb496d42a965531dff
        
        Fix Form Wizard HIDs
        
        - Add missing HIDs
        - Remove unnecessary ahelps
        - Remove old comments
        - Use dot ahelp where needed
        
        Change-Id: Id97e2220b3722555606fac09e1947ad55c11a4f3
        Reviewed-on: https://gerrit.libreoffice.org/45058
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1a55c4bfc6afcd9fd316e055e626097e0666ea8]

        TypedWhichId for SDRATTR* constants (3)
        
        Change-Id: Iea72cb3a4bbf693096de46269f58259b5952eedb
        Reviewed-on: https://gerrit.libreoffice.org/45024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Takeshi Abe  <tabe@fixedpoint.jp>  [02393281b6964b6657985a453c6f1a43ac77411c]

        xmloff: These arrays are constant
        
        Change-Id: I834e23610facb8b4b35f0a377e33b744e7725d1f
        Reviewed-on: https://gerrit.libreoffice.org/45066
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [640e03da110d76b2c7d5ed5b8b8ba3b4367865ba]

        loplugin:simplifybool re-activate the !! warning
        
        Change-Id: Iac7d82a1c228734177be536e9a6c41803c03637b
        Reviewed-on: https://gerrit.libreoffice.org/45035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-22  tagezi  <lera.goncharuk@gmail.com>  [a0ebba3d8855fee0bcec04a10137ae3a4f9f0e77]

        tdf#39593 deduplicate code in ExplicitValueProvider
        
        Change-Id: I0525761b0d1359b3e0f249cef02e1818af95156b
        Reviewed-on: https://gerrit.libreoffice.org/45037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-21  Yousuf Philips  <philipz85@hotmail.com>  [921c8f50132de4042860956e102389c239da638a]

        Remove space before colon in gradient tab of area tab
        
        Change-Id: I9699d4065850f953e71a581488d0ca7cc62351f8
        Reviewed-on: https://gerrit.libreoffice.org/45034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-21  Eike Rathke  <erack@redhat.com>  [b3ff2c7be0a9b13de242c5ff432b70d37645c615]

        ofz#4305 do not read past end of file
        
        Change-Id: I7e048c012296fc080434e527c533ea987184699b

2017-11-21  heiko tietze  <tietze.heiko@gmail.com>  [e21f7f7ef043d4fd7ecda92a513e37f720c52ba8]

        tdf#112650 Disable 'background settings for all pages'
        
        Code removed to set images as background
        
        Change-Id: I3bad649b503420e2561483fbce1775e4aebdd3a3
        Reviewed-on: https://gerrit.libreoffice.org/45001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9288afaa6956c4fcd8f66cdd03a6fa057469db66]

        Fix typos
        
        Change-Id: I4713dd5c590d331e599b7e9ab88f5cc65e8d7b87
        Reviewed-on: https://gerrit.libreoffice.org/45045
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [925af83ca4a383be854317ce41b7eb739c09ec32]

        tdf#113970 : blacklist vlookup/hlookup for threading...
        
        ... until the root issue is fixed.
        
        Change-Id: I8969a78fe252e0b12c5703519641f008d33dc02c
        Reviewed-on: https://gerrit.libreoffice.org/45039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [1d80281259a51ba961ef44393f6c5de4541e1a59]

        Various loplugin warnings in --enable-online-update=mar
        
        Change-Id: I5dabd5b65420d30b8d5b631de4d755ecf385b762
        Reviewed-on: https://gerrit.libreoffice.org/45027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [33a477004c89a166f4f684ebce0df5b3f44aef83]

        coverity warnings
        
        Change-Id: I456210188ab96e6be03e65c94eedb348cc93a8e1
        Reviewed-on: https://gerrit.libreoffice.org/45023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [756eed8c9dc6b5d533c48bd961984b3741851886]

        another expected exception in initial corpus
        
        Change-Id: I5f804cd6dd844bc82d4afadc4bb835ca0d77a53e

2017-11-21  Eike Rathke  <erack@redhat.com>  [fe3b63f656014675dfc6069f1aaaee9e306a7245]

        Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-up
        
        Intead of gathering all possible formats just to check one..
        
        Change-Id: I80f3a2c957492c9f72084c69b867aaccfbdd0530

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [beacf493dc4c8a62148ed75e959688d676ce0243]

        silence warning
        
        Change-Id: I22e37ed4be19a39c061015f81938ab2d854db9b5
        Reviewed-on: https://gerrit.libreoffice.org/45042
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [73644f2d4a6fce978221476e758ed88e294a904d]

        don't abort on expected exception
        
        oxymoronic I know
        
        Change-Id: Ie51c3e8995c53eaaac0a3a4f6e3582c7b38da823
        Reviewed-on: https://gerrit.libreoffice.org/45041
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [6e3f7cd2d5b4f29987a266de0c897a750e891e6c]

        auto cancel dialogs during file format testing
        
        Change-Id: Iceef2f46759b28c0d3f60d8dcb8f470af78de3f0
        Reviewed-on: https://gerrit.libreoffice.org/45043
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [6191f701e8cbb972acf7f56b0a9a7fcd97a4f377]

        add docx support to fftester
        
        Change-Id: Ia761e23c011c53f8f786ac336efd4b9e94fc6e35
        Reviewed-on: https://gerrit.libreoffice.org/45033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [a32eabb69af9fe7317fac794ec86e82fce178498]

        Ovservation->Observation
        
        Change-Id: I6e02df0d9619394f6a650b9ef6105bca0603c4af
        Reviewed-on: https://gerrit.libreoffice.org/45032
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [a05fe3a8cfd4ec420eb6969d98f64e4308f14230]

        Resolves: tdf#100950 only update page selection if pages changed
        
        Change-Id: Ibe1c37c0b44bc1925df4810039fca874fb6c8e93
        Reviewed-on: https://gerrit.libreoffice.org/45031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Serge Krot  <Serge.Krot@cib.de>  [d9d8ee98338a956d7241f556de7c697919151f39]

        tdf#113571, tdf#32213, tdf#50746: Make "paste unformatted text"
        
        Added check for availability of the SotClipboardFormatId::STRING_TSVC
        that could be used instead of SotClipboardFormatId::STRING.
        
        Change-Id: I03de4500affb71270b501b12c14287037cea7c3c
        Reviewed-on: https://gerrit.libreoffice.org/44975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-21  Eike Rathke  <erack@redhat.com>  [b1d603444b0229a3b710e27308b32d3484fb5e9e]

        Adapt documentation to reality
        
        Change-Id: Ia773da1fb1c0af0855321ce88c488a5b86c7cf92

2017-11-21  Eike Rathke  <erack@redhat.com>  [ba9833a1d63747eaa5124271a1ac51cb926bce7a]

        Keep number format on string cell content Undo, tdf#103234 follow-up
        
        Change-Id: I18c281211e6eeb4816da13972c360df85d577491

2017-11-21  Eike Rathke  <erack@redhat.com>  [f2f0a7c5a9d8185fedef5c737d1b7479b9fc0c1e]

        Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-up
        
        In preparation for adding a new enum value to keep existing
        formatting in any case.
        
        Change-Id: Ic15a900adba0281d1267d95f821e1e898f80f566

2017-11-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0246bfaf132a275e10367a188a0f79549bdf69e4]

        UNO: Emit warning when trying to set an unknown property
        
        Change-Id: I51afd43c1fd52c7be521f8884dd41cecde312981
        Reviewed-on: https://gerrit.libreoffice.org/44872
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [d4164c41a169a5dd60283eb9c2d8da56605dec67]

        Avoid bad static type in dynamic_cast
        
        ...when the casted object is already in destruction, beyond the static type
        stated in the dynamic_cast.  Happens e.g. during 'make
        CppunitTest_sw_ooxmlexport2' (with a backtrace as per below).
        
        With <https://reviews.llvm.org/D40295> "-fsanitize=vptr warnings on bad static
        types in dynamic_cast and typeid" this will be found by Clang's -fsanitize=vptr.
        
        (On macOS with Apple's libcxxabi with _LIBCXX_DYNAMIC_FALLBACK enabled, this
        caused---somewhat misleading---messages like
        
        > dynamic_cast error 2: One or more of the following type_info's  has hidden visibility.  They should all have public visibility.   7SdrView, 12SdrPaintView, 10FmFormView.
        
        in /var/log/system.log during e.g. 'make CppunitTest_sw_ooxmlexport2', where
        libcxxabi's __dynamic_cast does not expect to be called with such invalid data.)
        
        > #0: libsystem_asl.dylib`syslog
        > #1: libc++abi.dylib`__dynamic_cast + 339
        > #2: libsvxcorelo.dylib`SdrPageWindow::~SdrPageWindow(this=0x00000001b3a86aa0) + 289 at svx/source/svdraw/sdrpagewindow.cxx:139
        > #3: libsvxcorelo.dylib`SdrPageWindow::~SdrPageWindow(this=0x00000001b3a86aa0) + 21 at svx/source/svdraw/sdrpagewindow.cxx:130
        > #4: libsvxcorelo.dylib`SdrPageView::ClearPageWindows(this=0x0000000208635180) + 543 at svx/source/svdraw/svdpagv.cxx:112
        > #5: libsvxcorelo.dylib`SdrPageView::~SdrPageView(this=0x0000000208635180) + 25 at svx/source/svdraw/svdpagv.cxx:167
        > #6: libsvxcorelo.dylib`SdrPageView::~SdrPageView(this=0x0000000208635180) + 21 at svx/source/svdraw/svdpagv.cxx:164
        > #7: libsvxcorelo.dylib`SdrPaintView::ClearPageView(this=0x0000000101112000) + 81 at svx/source/svdraw/svdpntv.cxx:401
        > #8: libsvxcorelo.dylib`SdrPaintView::~SdrPaintView(this=0x0000000101112000) + 514 at svx/source/svdraw/svdpntv.cxx:213
        > #9: libsvxcorelo.dylib`SdrSnapView::~SdrSnapView(this=0x0000000101112000) + 135 at svx/source/svdraw/svdsnpv.cxx:199
        > #10: libsvxcorelo.dylib`SdrMarkView::~SdrMarkView(this=0x0000000101112000) + 149 at svx/source/svdraw/svdmrkv.cxx:165
        > #11: libsvxcorelo.dylib`SdrEditView::~SdrEditView(this=0x0000000101112000) + 21 at svx/source/svdraw/svdedtv.cxx:99
        > #12: libsvxcorelo.dylib`SdrPolyEditView::~SdrPolyEditView(this=0x0000000101112000) + 49 at svx/source/svdraw/svdpoev.cxx:55
        > #13: libsvxcorelo.dylib`SdrGlueEditView::~SdrGlueEditView(this=0x0000000101112000) + 21 at svx/source/svdraw/svdglev.cxx:40
        > #14: libsvxcorelo.dylib`SdrObjEditView::~SdrObjEditView(this=0x0000000101112000) + 673 at svx/source/svdraw/svdedxv.cxx:106
        > #15: libsvxcorelo.dylib`SdrExchangeView::~SdrExchangeView(this=0x0000000101112000) + 21 at include/svx/svdxcgv.hxx:28
        > #16: libsvxcorelo.dylib`SdrDragView::~SdrDragView(this=0x0000000101112000) + 139 at svx/source/svdraw/svddrgv.cxx:84
        > #17: libsvxcorelo.dylib`SdrCreateView::~SdrCreateView(this=0x0000000101112000) + 179 at svx/source/svdraw/svdcrtv.cxx:213
        > #18: libsvxcorelo.dylib`SdrView::~SdrView(this=0x0000000101112000) + 172 at svx/source/svdraw/svdview.cxx:164
        > #19: libsvxcorelo.dylib`E3dView::~E3dView(this=0x0000000101112000) + 21 at svx/source/engine3d/view3d.cxx:1500
        > #20: libsvxcorelo.dylib`FmFormView::~FmFormView(this=0x0000000101112000) + 269 at svx/source/form/fmview.cxx:139
        > #21: libsvxcorelo.dylib`FmFormView::~FmFormView(this=0x0000000101112000) + 21 at svx/source/form/fmview.cxx:134
        > #22: libsvxcorelo.dylib`FmFormView::~FmFormView(this=0x0000000101112000) + 25 at svx/source/form/fmview.cxx:134
        > #23: libsclo.dylib`ScPrintFunc::DrawToDev(ScDocument*, OutputDevice*, double, tools::Rectangle const&, ScViewData*, bool) [inlined] std::__1::default_delete<FmFormView>::operator(this=0x00007ffeefbe3650, __ptr=0x0000000101112000)(FmFormView*) const + 6894 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2397
        > #24: libsclo.dylib`ScPrintFunc::DrawToDev(ScDocument*, OutputDevice*, double, tools::Rectangle const&, ScViewData*, bool) [inlined] std::__1::unique_ptr<FmFormView, std::__1::default_delete<FmFormView> >::reset(this=0x00007ffeefbe3650, __p=0x0000000000000000) + 125 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2603
        > #25: libsclo.dylib`ScPrintFunc::DrawToDev(ScDocument*, OutputDevice*, double, tools::Rectangle const&, ScViewData*, bool) [inlined] std::__1::unique_ptr<FmFormView, std::__1::default_delete<FmFormView> >::~unique_ptr(this=0x00007ffeefbe3650) at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2571
        > #26: libsclo.dylib`ScPrintFunc::DrawToDev(ScDocument*, OutputDevice*, double, tools::Rectangle const&, ScViewData*, bool) [inlined] std::__1::unique_ptr<FmFormView, std::__1::default_delete<FmFormView> >::~unique_ptr(this=0x00007ffeefbe3650) at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/memory:2571
        > #27: libsclo.dylib`ScPrintFunc::DrawToDev(pDoc=0x0000000102b34460, pDev=0x0000000208603810, (null)=1, rBound=0x00007ffeefbe38e8, pViewData=0x00007ffeefbe3928, bMetaFile=true) + 6729 at sc/source/ui/view/printfun.cxx:601
        > #28: libsclo.dylib`ScDocShell::Draw(this=0x0000000102b34400, pDev=0x0000000208603810, (null)=0x00007ffeefbe4068, nAspect=1) + 631 at sc/source/ui/docshell/docsh4.cxx:2007
        > #29: libsfxlo.dylib`SfxObjectShell::DoDraw_Impl(this=0x0000000102b34400, pDev=0x0000000208603810, rViewPos=0x00007ffeefbe4070, rScaleX=0x00007ffeefbe3eb0, rScaleY=0x00007ffeefbe3ea8, rSetup=0x00007ffeefbe4068, nAspect=1) + 1314 at sfx2/source/doc/objembed.cxx:231
        > #30: libsfxlo.dylib`SfxObjectShell::DoDraw(this=0x0000000102b34400, pDev=0x0000000208603810, rObjPos=0x00007ffeefbe4070, rSize=0x00007ffeefbe4118, rSetup=0x00007ffeefbe4068, nAspect=1) + 578 at sfx2/source/doc/objembed.cxx:178
        > #31: libsfxlo.dylib`SfxObjectShell::CreatePreviewMetaFile_Impl(this=0x0000000102b34400, bFullContent=true) const + 1666 at sfx2/source/doc/objcont.cxx:169
        > #32: libsfxlo.dylib`SfxObjectShell::GetPreviewMetaFile(this=0x0000000102b34400, bFullContent=true) const + 43 at sfx2/source/doc/objcont.cxx:116
        > #33: libsfxlo.dylib`SfxBaseModel::getTransferData(this=0x0000000152f7d228, aFlavor=0x00007ffeefbe4c40) + 2917 at sfx2/source/doc/sfxbasemodel.cxx:1933
        > #34: libsfxlo.dylib`SfxBaseModel::getPreferredVisualRepresentation(this=0x0000000152f7d228, (null)=1) + 245 at sfx2/source/doc/sfxbasemodel.cxx:3544
        > #35: libsfxlo.dylib`non-virtual thunk to SfxBaseModel::getPreferredVisualRepresentation(this=0x0000000152f7d228, (null)=1) + 54 at sfx2/source/doc/sfxbasemodel.cxx:0
        > #36: libembobj.dylib`OCommonEmbeddedObject::getPreferredVisualRepresentation(this=0x0000000152f7db28, nAspect=1) + 1775 at embeddedobj/source/commonembedding/visobj.cxx:185
        > #37: libcomphelper.dylib`comphelper::EmbeddedObjectContainer::GetGraphicReplacementStream(nViewAspect=1, xObj=0x0000000208630470, pMediaType=0x0000000208630488) + 147 at comphelper/source/container/embeddedobjectcontainer.cxx:1504
        > #38: libsvtlo.dylib`svt::EmbeddedObjectRef::GetGraphicReplacementStream(nViewAspect=1, xObj=0x0000000208630470, pMediaType=0x0000000208630488) + 44 at svtools/source/misc/embedhlp.cxx:777
        > #39: libsvtlo.dylib`svt::EmbeddedObjectRef::GetGraphicStream(this=0x0000000208643c58, bUpdate=true) const + 3482 at svtools/source/misc/embedhlp.cxx:601
        > #40: libsvtlo.dylib`svt::EmbeddedObjectRef::GetReplacement(this=0x0000000208643c58, bUpdate=true) + 1501 at svtools/source/misc/embedhlp.cxx:419
        > #41: libsvtlo.dylib`svt::EmbeddedObjectRef::UpdateReplacement(this=0x0000000208643c58) + 26 at svtools/source/misc/embedhlp.cxx:808
        > #42: libsvtlo.dylib`svt::EmbedEventListener_Impl::modified(this=0x0000000150a04d28, (null)=0x00007ffeefbe5d10) + 211 at svtools/source/misc/embedhlp.cxx:170
        > #43: libsvtlo.dylib`non-virtual thunk to svt::EmbedEventListener_Impl::modified(this=0x0000000150a04d28, (null)=0x00007ffeefbe5d10) + 44 at svtools/source/misc/embedhlp.cxx:0
        > #44: libsfxlo.dylib`cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::util::XModifyListener, com::sun::star::lang::EventObject>::operator(this=0x00007ffeefbe5c50, listener=0x00007ffeefbe5bc0)(com::sun::star::uno::Reference<com::sun::star::util::XModifyListener> const&) const + 126 at include/cppuhelper/interfacecontainer.h:274
        > #45: libsfxlo.dylib`void cppu::OInterfaceContainerHelper::forEach<com::sun::star::util::XModifyListener, cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::util::XModifyListener, com::sun::star::lang::EventObject> >(this=0x00000001eec5fcc8, func=0x00007ffeefbe5c50) + 163 at include/cppuhelper/interfacecontainer.h:287
        > #46: libsfxlo.dylib`void cppu::OInterfaceContainerHelper::notifyEach<com::sun::star::util::XModifyListener, com::sun::star::lang::EventObject>(this=0x00000001eec5fcc8, NotificationMethod=21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Event=0x00007ffeefbe5d10)(com::sun::star::lang::EventObject const&), com::sun::star::lang::EventObject const&) + 126 at include/cppuhelper/interfacecontainer.h:300
        > #47: libsfxlo.dylib`SfxBaseModel::NotifyModifyListeners_Impl(this=0x0000000152f7d228) const + 258 at sfx2/source/doc/sfxbasemodel.cxx:2747
        > #48: libsfxlo.dylib`SfxBaseModel::changing(this=0x0000000152f7d228) + 262 at sfx2/source/doc/sfxbasemodel.cxx:2763
        > #49: libsfxlo.dylib`SfxBaseModel::Notify(this=0x0000000152f7d228, rBC=0x0000000102b34400, rHint=0x00007ffeefbe62e8) + 261 at sfx2/source/doc/sfxbasemodel.cxx:2651
        > #50: libsclo.dylib`ScModelObj::Notify(this=0x0000000152f7d228, rBC=0x0000000102b34400, rHint=0x00007ffeefbe62e8) + 573 at sc/source/ui/unoobj/docuno.cxx:1312
        > #51: libsclo.dylib`non-virtual thunk to ScModelObj::Notify(this=0x0000000152f7d228, rBC=0x0000000102b34400, rHint=0x00007ffeefbe62e8) + 55 at sc/source/ui/unoobj/docuno.cxx:0
        > #52: libsvllo.dylib`SfxBroadcaster::Broadcast(this=0x0000000102b34400, rHint=0x00007ffeefbe62e8) + 211 at svl/source/notify/SfxBroadcaster.cxx:49
        > #53: libsclo.dylib`ScDocShell::SetModified(this=0x0000000102b34400, bModified=true) + 112 at sc/source/ui/docshell/docsh.cxx:2789
        > #54: libsclo.dylib`ScDocShell::SetDrawModified(this=0x0000000102b34400) + 63 at sc/source/ui/docshell/docsh.cxx:2855
        > #55: libsclo.dylib`ScDocShell::SetDocumentModified(this=0x0000000102b34400) + 337 at sc/source/ui/docshell/docsh.cxx:2811
        > #56: libsclo.dylib`ScDocShell::UnlockPaint_Impl(this=0x0000000102b34400, bDoc=false) + 747 at sc/source/ui/docshell/docsh3.cxx:265
        > #57: libsclo.dylib`ScDocShell::UnlockPaint(this=0x0000000102b34400) + 23 at sc/source/ui/docshell/docsh3.cxx:322
        > #58: libsclo.dylib`ScModelObj::unlockControllers(this=0x0000000152f7d228) + 137 at sc/source/ui/unoobj/docuno.cxx:2111
        > #59: libsclo.dylib`non-virtual thunk to ScModelObj::unlockControllers(this=0x0000000152f7d228) + 28 at sc/source/ui/unoobj/docuno.cxx:0
        > #60: libooxlo.dylib`oox::core::FilterBase::filter(this=0x000000015317b5b0, rMediaDescSeq=0x00007ffeefbe6d90) + 2756 at oox/source/core/filterbase.cxx:499
        > #61: libscfiltlo.dylib`oox::xls::ExcelFilter::filter(this=0x000000015317b5b0, rDescriptor=0x00007ffeefbe6d90) + 64 at sc/source/filter/oox/excelfilter.cxx:154
        > #62: libscfiltlo.dylib`non-virtual thunk to oox::xls::ExcelFilter::filter(this=0x000000015317b5b0, rDescriptor=0x00007ffeefbe6d90) + 44 at sc/source/filter/oox/excelfilter.cxx:0
        > #63: libwriterfilterlo.dylib`writerfilter::dmapper::OLEHandler::importStream(this=0x00000001ef171f80, xComponentContext=0x0000000102ad0830, xTextDocument=0x0000000102ad0818, xOLE=0x00007ffeefbe7378) + 2778 at writerfilter/source/dmapper/OLEHandler.cxx:221
        > #64: libwriterfilterlo.dylib`writerfilter::dmapper::DomainMapper_Impl::appendOLE(this=0x0000000102ad0800, rStreamName=0x00007ffeefbeaad0, pOLEHandler=std::__1::shared_ptr<writerfilter::dmapper::OLEHandler>::element_type @ 0x00000001ef171f80 strong=1 weak=1) + 4050 at writerfilter/source/dmapper/DomainMapper_Impl.cxx:1504
        > #65: libwriterfilterlo.dylib`writerfilter::dmapper::DomainMapper::sprmWithProps(this=0x00000001ef10bd30, rSprm=0x00000001ef139eb0, rContext=std::__1::shared_ptr<writerfilter::dmapper::PropertyMap>::element_type @ 0x00000001ef164750 strong=2 weak=1) + 50245 at writerfilter/source/dmapper/DomainMapper.cxx:2432
        > #66: libwriterfilterlo.dylib`writerfilter::dmapper::DomainMapper::lcl_sprm(this=0x00000001ef10bd30, rSprm=0x00000001ef139eb0) + 212 at writerfilter/source/dmapper/DomainMapper.cxx:1164
        > #67: libwriterfilterlo.dylib`writerfilter::LoggedProperties::sprm(this=0x00000001ef10bd30, rSprm=0x00000001ef139eb0) + 688 at writerfilter/source/dmapper/LoggedResources.cxx:366
        > #68: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLProperty::resolve(this=0x00000001ef139eb0, rProperties=0x00000001ef10bd30) + 147 at writerfilter/source/ooxml/OOXMLPropertySet.cxx:118
        > #69: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLPropertySet::resolve(this=0x00000001ef16b130, rHandler=0x00000001ef10bd30) + 273 at writerfilter/source/ooxml/OOXMLPropertySet.cxx:351
        > #70: libwriterfilterlo.dylib`writerfilter::dmapper::DomainMapper::lcl_props(this=0x00000001ef10bd30, ref=<unavailable>) + 46 at writerfilter/source/dmapper/DomainMapper.cxx:3477
        > #71: libwriterfilterlo.dylib`non-virtual thunk to writerfilter::dmapper::DomainMapper::lcl_props(this=0x00000001ef10bd30, ref=<unavailable>) + 25 at writerfilter/source/dmapper/DomainMapper.cxx:0
        > #72: libwriterfilterlo.dylib`writerfilter::LoggedStream::props(this=0x00000001ef10bd30, ref=std::__1::shared_ptr<writerfilter::Reference<writerfilter::Properties> >::element_type @ 0x00000001ef16b130 strong=3 weak=1) + 396 at writerfilter/source/dmapper/LoggedResources.cxx:255
        > #73: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFastContextHandler::sendPropertiesWithId(this=0x00000001c6ae9190, nId=90005) + 534 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:733
        > #74: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFactory_wml::endAction(this=0x000000015401b540, pHandler=0x00000001c6ae9190) + 1915 at workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wml.cxx:7295
        > #75: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFactory::endAction(pHandler=0x00000001c6ae9190) + 103 at writerfilter/source/ooxml/OOXMLFactory.cxx:190
        > #76: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFastContextHandler::endAction(this=0x00000001c6ae9190) + 21 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:269
        > #77: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFastContextHandlerProperties::lcl_endFastElement(this=0x00000001c6ae9190, (null)=921159) + 51 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:980
        > #78: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFastContextHandlerShape::lcl_endFastElement(this=0x00000001c6ae9190, Element=921159) + 113 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:1693
        > #79: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(this=0x00000001c6ae9190, Element=921159) + 888 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:175
        > #80: libwriterfilterlo.dylib`non-virtual thunk to writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(this=0x00000001c6ae9190, Element=921159) + 31 at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:0
        > #81: libexpwraplo.dylib`(anonymous namespace)::Entity::endElement(this=0x00000001049a4e00) + 362 at sax/source/fastparser/fastparser.cxx:500
        > #82: libexpwraplo.dylib`sax_fastparser::FastSaxParserImpl::callbackEndElement(this=0x00000001dcee9480) + 744 at sax/source/fastparser/fastparser.cxx:1237
        > #83: libexpwraplo.dylib`(anonymous namespace)::call_callbackEndElement(userData=0x00000001dcee9480, (null)="object", (null)="w", (null)="http://schemas.openxmlformats.org/wordprocessingml/2006/main") + 41 at sax/source/fastparser/fastparser.cxx:311
        > #84: libxml2.2.dylib`xmlParseEndTag2 + 893
        > #85: libxml2.2.dylib`xmlParseTryOrFinish + 3522
        > #86: libxml2.2.dylib`xmlParseChunk + 1068
        > #87: libexpwraplo.dylib`sax_fastparser::FastSaxParserImpl::parse(this=0x00000001dcee9480) + 300 at sax/source/fastparser/fastparser.cxx:1027
        > #88: libexpwraplo.dylib`sax_fastparser::FastSaxParserImpl::parseStream(this=0x00000001dcee9480, maStructSource=0x00007ffeefbeda50) + 4739 at sax/source/fastparser/fastparser.cxx:825
        > #89: libexpwraplo.dylib`sax_fastparser::FastSaxParser::parseStream(this=0x00000001ef4bd178, aInputSource=0x00007ffeefbeda50) + 60 at sax/source/fastparser/fastparser.cxx:1308
        > #90: libexpwraplo.dylib`non-virtual thunk to sax_fastparser::FastSaxParser::parseStream(this=0x00000001ef4bd178, aInputSource=0x00007ffeefbeda50) + 44 at sax/source/fastparser/fastparser.cxx:0
        > #91: libwriterfilterlo.dylib`writerfilter::ooxml::OOXMLDocumentImpl::resolve(this=0x00000001dcee9090, rStream=0x00000001ef10bd30) + 2735 at writerfilter/source/ooxml/OOXMLDocumentImpl.cxx:490
        > #92: libwriterfilterlo.dylib`WriterFilter::filter(this=0x00000001c2a99b08, rDescriptor=0x00007ffeefbeec00) + 3407 at writerfilter/source/filter/WriterFilter.cxx:190
        > #93: libwriterfilterlo.dylib`non-virtual thunk to WriterFilter::filter(this=0x00000001c2a99b08, rDescriptor=0x00007ffeefbeec00) + 44 at writerfilter/source/filter/WriterFilter.cxx:0
        > #94: libsfxlo.dylib`SfxObjectShell::ImportFrom(this=0x00000001ef5f7550, rMedium=0x00000001ef51d370, xInsertPosition=0x00007ffeefbef328) + 3537 at sfx2/source/doc/objstor.cxx:2217
        > #95: libsfxlo.dylib`SfxObjectShell::DoLoad(this=0x00000001ef5f7550, pMed=0x00000001ef51d370) + 5854 at sfx2/source/doc/objstor.cxx:757
        > #96: libsfxlo.dylib`SfxBaseModel::load(this=0x00000001ef0eb420, seqArguments=0x00007ffeefbefda0) + 2185 at sfx2/source/doc/sfxbasemodel.cxx:1787
        > #97: libsfxlo.dylib`non-virtual thunk to SfxBaseModel::load(this=0x00000001ef0eb420, seqArguments=0x00007ffeefbefda0) + 47 at sfx2/source/doc/sfxbasemodel.cxx:0
        > #98: libsfxlo.dylib`(anonymous namespace)::SfxFrameLoader_Impl::load(this=0x0000000150a03f88, rArgs=0x00007ffeefbf0158, _rTargetFrame=0x00007ffeefbf01b0) + 2855 at sfx2/source/view/frmload.cxx:693
        > #99: libsfxlo.dylib`non-virtual thunk to (anonymous namespace)::SfxFrameLoader_Impl::load(this=0x0000000150a03f88, rArgs=0x00007ffeefbf0158, _rTargetFrame=0x00007ffeefbf01b0) + 52 at sfx2/source/view/frmload.cxx:0
        > #100: libfwklo.dylib`framework::LoadEnv::impl_loadContent(this=0x00007ffeefbf0878) + 4564 at framework/source/loadenv/loadenv.cxx:1098
        > #101: libfwklo.dylib`framework::LoadEnv::startLoading(this=0x00007ffeefbf0878) + 860 at framework/source/loadenv/loadenv.cxx:372
        > #102: libfwklo.dylib`framework::LoadEnv::loadComponentFromURL(xLoader=0x00007ffeefbf09f0, xContext=0x000000010b9a6198, sURL=0x000000010c9d2430, sTarget=0x00007ffeefbf12a0, nFlags=0, lArgs=0x00007ffeefbf1298) + 292 at framework/source/loadenv/loadenv.cxx:158
        > #103: libfwklo.dylib`framework::Desktop::loadComponentFromURL(this=0x000000010b9a6078, sURL=0x000000010c9d2430, sTargetFrameName=0x00007ffeefbf12a0, nSearchFlags=0, lArguments=0x00007ffeefbf1298) + 337 at framework/source/services/desktop.cxx:618
        > #104: libfwklo.dylib`non-virtual thunk to framework::Desktop::loadComponentFromURL(this=0x000000010b9a6078, sURL=0x000000010c9d2430, sTargetFrameName=0x00007ffeefbf12a0, nSearchFlags=0, lArguments=0x00007ffeefbf1298) + 75 at framework/source/services/desktop.cxx:0
        > #105: libunotest.dylib`unotest::MacrosTest::loadFromDesktop(this=0x000000010c9d23e8, rURL=0x000000010c9d2430, rDocService=0x00007ffeefbf1b00, rExtraArgs=0x00007ffeefbf1af8) + 4485 at unotest/source/cpp/macros_test.cxx:50
        > #106: libtest_sw_ooxmlexport2.dylib`SwModelTestBase::reload(this=0x000000010c9d23a0, pFilter="Office Open XML Text", filename="fdo51550.odt", pPassword=0x0000000000000000) + 2004 at sw/qa/extras/inc/swmodeltestbase.hxx:706
        > #107: libtest_sw_ooxmlexport2.dylib`SwModelTestBase::executeImportExportImportTest(this=0x000000010c9d23a0, filename="fdo51550.odt", pPassword=0x0000000000000000) + 269 at sw/qa/extras/inc/swmodeltestbase.hxx:243
        > #108: libtest_sw_ooxmlexport2.dylib`testFdo51550::Import_Export_Import(this=0x000000010c9d23a0) + 32 at sw/qa/extras/ooxmlexport/ooxmlexport2.cxx:434
        > #109: libtest_sw_ooxmlexport2.dylib`void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&&&) [inlined] decltype(__f=0x000000010c9d2378, __a0=0x000000010c9d2388)).*fp(std::__1::forward<>(fp1))) std::__1::__invoke<void (testFdo51550::*&)(), testFdo51550*&, void>(void (testFdo51550::*&&&)(), testFdo51550*&&&) + 127 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/type_traits:4232
        > #110: libtest_sw_ooxmlexport2.dylib`void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&&&) [inlined] std::__1::__bind_return<void (testFdo51550::*)(), std::__1::tuple<testFdo51550*>, std::__1::tuple<>, __is_valid_bind_return<void (testFdo51550::*)(), std::__1::tuple<testFdo51550*>, std::__1::tuple<> >::value>::type std::__1::__apply_functor<void (__f=0x000000010c9d2378, __bound_args=0x000000010c9d2388, __args=0x00007ffeefbf1e60)(), std::__1::tuple<testFdo51550*>, 0ul, std::__1::tuple<> >(void (testFdo51550::*&)(), std::__1::tuple<testFdo51550*>&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) + 48 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/functional:2214
        > #111: libtest_sw_ooxmlexport2.dylib`void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&&&) [inlined] std::__1::__bind_return<void (testFdo51550::*)(), std::__1::tuple<testFdo51550*>, std::__1::tuple<>, __is_valid_bind_return<void (testFdo51550::*)(), std::__1::tuple<testFdo51550*>, std::__1::tuple<> >::value>::type std::__1::__bind<void (this=0x000000010c9d2378)(), testFdo51550*&>::operator()<>() + 35 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/functional:2247
        > #112: libtest_sw_ooxmlexport2.dylib`void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&&&) [inlined] decltype(__f=0x000000010c9d2378)(), testFdo51550*&>&>(fp)(std::__1::forward<>(fp0))) std::__1::__invoke<std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(), testFdo51550*&>&&&) + 23 at /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/type_traits:4291
        > #113: libtest_sw_ooxmlexport2.dylib`void std::__1::__invoke_void_return_wrapper<void>::__call<std::__1::__bind<void (__args=0x000000010c9d2378)(), testFdo51550*&>&>(std::__1::__bind<void (testFdo51550::*&)(),     frame #119: libcppunit-1.14.0.dylib`CppUnit::ProtectorChain::ProtectFunctor::operator(this=0x00000001e46b24d0)() const + 40 at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20
        > #120: unobootstrapprotector.dylib`(anonymous namespace)::Prot::protect(this=0x00000001003025f0, functor=0x00000001e46b24d0, (null)=0x00007ffeefbf2758) + 33 at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89
        > #121: libcppunit-1.14.0.dylib`CppUnit::ProtectorChain::ProtectFunctor::operator(this=0x00000001e4690140)() const + 40 at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20
        > #122: unoexceptionprotector.dylib`(anonymous namespace)::Prot::protect(this=0x0000000103000370, functor=0x00000001e4690140, context=0x00007ffeefbf2758) + 79 at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
        > #123: libcppunit-1.14.0.dylib`CppUnit::ProtectorChain::ProtectFunctor::operator(this=0x00000001e466b8f0)() const + 40 at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20
        > #124: libcppunit-1.14.0.dylib`CppUnit::DefaultProtector::protect(this=0x0000000100300120, functor=0x00000001e466b8f0, context=0x00007ffeefbf2758) + 79 at workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15
        > #125: libcppunit-1.14.0.dylib`CppUnit::ProtectorChain::ProtectFunctor::operator(this=0x00000001e46a78d0)() const + 40 at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20
        > #126: libcppunit-1.14.0.dylib`CppUnit::ProtectorChain::protect(this=0x0000000100304410, functor=0x00007ffeefbf28e8, context=0x00007ffeefbf2758) + 1307 at workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86
        > #127: libcppunit-1.14.0.dylib`CppUnit::TestResult::protect(this=0x00007ffeefbf3a58, functor=0x00007ffeefbf28e8, test=0x000000010c9d2330, shortDescription="") + 110 at workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182
        > #128: libcppunit-1.14.0.dylib`CppUnit::TestCase::run(this=0x000000010c9d2330, result=0x00007ffeefbf3a58) + 777 at workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91
        > #129: libcppunit-1.14.0.dylib`CppUnit::TestComposite::doRunChildTests(this=0x000000010c9b4bd0, controller=0x00007ffeefbf3a58) + 125 at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64
        > #130: libcppunit-1.14.0.dylib`CppUnit::TestComposite::run(this=0x000000010c9b4bd0, result=0x00007ffeefbf3a58) + 90 at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23
        > #131: libcppunit-1.14.0.dylib`CppUnit::TestComposite::doRunChildTests(this=0x000000010bfa05b0, controller=0x00007ffeefbf3a58) + 125 at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64
        > #132: libcppunit-1.14.0.dylib`CppUnit::TestComposite::run(this=0x000000010bfa05b0, result=0x00007ffeefbf3a58) + 90 at workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23
        > #133: libcppunit-1.14.0.dylib`CppUnit::TestRunner::WrappingSuite::run(this=0x000000010bfa0570, result=0x00007ffeefbf3a58) + 78 at workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47
        > #134: libcppunit-1.14.0.dylib`CppUnit::TestResult::runTest(this=0x00007ffeefbf3a58, test=0x000000010bfa0570) + 82 at workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149
        > #135: libcppunit-1.14.0.dylib`CppUnit::TestRunner::run(this=0x00007ffeefbf3058, controller=0x00007ffeefbf3a58, testPath="") + 126 at workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96
        > #136: cppunittester`(anonymous namespace)::ProtectedFixtureFunctor::run(this=0x00007ffeefbf3840) const + 3030 at sal/cppunittester/cppunittester.cxx:319
        > #137: cppunittester`sal_main() + 3856 at sal/cppunittester/cppunittester.cxx:469
        > #138: cppunittester`main(argc=23, argv=0x00007ffeefbf3b00) + 39 at sal/cppunittester/cppunittester.cxx:376
        > #139: libdyld.dylib`start + 1
        
        Change-Id: I332421e1ab4e7cc5937d9d73d3a001c2f6744dcb

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [363e0d79bc151fae52bfd11fd3d7c6d9f23af9ad]

        ofz#4306 Infinite-Loop
        
        Change-Id: Ie52fdbe8d4a6b0432ed8e4d083a718f225e4e326
        Reviewed-on: https://gerrit.libreoffice.org/45025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-21  Yousuf Philips  <philipz85@hotmail.com>  [b67ffbda5602b9ffa7964a7ecb5dcd1fc8b998fa]

        tdf#113880 a11y: make gradient tab of area tab accessible
        
        Change-Id: I45ac3770851ff25f576190abe73c59e30fc78879
        Reviewed-on: https://gerrit.libreoffice.org/44857
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-21  Yousuf Philips  <philipz85@hotmail.com>  [6bc69fa2d37b8a35dbf98218a2f6514e4d7b43bc]

        tdf#95946 correct order of buttons in the display mode control
        
        Change-Id: Ib5444ebd39acdef9988f1ac361816feff8258f90
        Reviewed-on: https://gerrit.libreoffice.org/43966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-21  Yousuf Philips  <philipz85@hotmail.com>  [3d6fca942063fe5e398c3a09f9336dc5aa549138]

        tdf#106988 Change default numbering list styles
        
        Change-Id: I0b69c2cb7bbf169e208d7a3d15c93b4c3cf9716b
        Reviewed-on: https://gerrit.libreoffice.org/37742
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [5d63e681935fef00ca56f3e2114f0034b6c70a45]

        assert that mnPngDepth can only be 16 here
        
        ...due to how PNGReaderImpl::ImplReadHeader sets up the various PNGReaderImpl
        data members.  Shows that the "(and, TODO, also in the mbAlphaChannel case)?"
        from bb11e1283e3d49ec1bfe14c4271edbd49af3e3c1 "ASan heap-buffer-overflow" does
        not need any further fixes.
        
        Change-Id: Ie942e22dc67b2704c7c74b7b70e474b34173e9d1

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [3669c38a9c1e0405ec4b37ba57cee05cdbf91efc]

        WaE: C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
        
        Change-Id: I6e30bd1b77f0f7df01571c9f497cbde1380e73be

2017-11-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [7c1577ae16cd7ae402d1f61d831232c783bb9df6]

        tdf#112500 Store world transform during graphic save
        
        Change-Id: Iefa51dcca6d6b896fbd41cefc0a115c501c45675
        Reviewed-on: https://gerrit.libreoffice.org/44923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cf39dec92d7c757c9bb5c0d95c0929d9f4e7ceb7]

        buildfix for icu/android – no member named 'round' in namespace 'std'
        
        "number_decimalquantity.cpp:387:40: error: no member named 'round' in namespace 'std'; did you mean simply 'round'?"
            auto result = static_cast<int64_t>(std::round(n));
                                               ^~~~~~~~~~
                                               round
        /home/cl/Android/Sdk/ndk-bundle/platforms/android-14/arch-x86/usr/include/math.h:279:8: note: 'round' declared here
        double  round(double);
                ^
        
        Change-Id: If4dc1054469f234bfa9713eded1d325c71f9f79c

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [c8b0bd4f755c427e1e66d5c12d2a49d32fa64373]

        Resolves: tdf#113956 Revert ofz#3374 Integer-overflow
        
        This reverts commit 304d42342bd359de97a5863febd992d2ce2f21ca.

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [2b12d3d11fe116d0fb886518ae831b9effd53284]

        Move token-cache for doubles to ScInterpreterContext...
        
        ...from ScInterpreter and in the s/w interpreter, create
        a ScInterpreterContext for each thread for passing into
        per thread ScInterpreter constructor.
        
        Change-Id: I4e0abce043c7e1e70859efb2e5001fc284f416a9

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [4284cdcc3e82bf2a6029ce2502c82605d9a74f86]

        Type check the tokens before reuse
        
        If the exisiting token is of wrong type, create and use a fresh new
        token instead.
        
        Change-Id: I348b0972306497dfe7eae0655c9b93d5830cb740

2017-11-21  Eike Rathke  <erack@redhat.com>  [1f9d91afac6e32507a99ea3507ab40c1b9cb9a0e]

        Assert also new FormulaToken::SetDoubleType() virtual dummy
        
        Change-Id: I4532d0329dc7cd2609bc96abba140aba3f3d36f3

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [4b3e4c1c98d0bd4ef5a5e0013dfb7faae0838a67]

        cache FormulaToken for doubles
        
        Change-Id: Ic0b4dff6f03ef3f88bd150e798fa2d83dfb0f486

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [9c88d6f2c9a1b03bc1f14684ceeceaf7e3e11bc5]

        halve thread count if HT active for group interpreter too
        
        Change-Id: Iacc93122191152183127500a4172358a14e96c8b

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [bc6a5d8e79e7d0e7d75ac107aa8e6aa275e434e9]

        Disable custom allocator
        
        This has big positive effect on software interpreter threading
        performance scaling.
        
        Change-Id: I8fbb6bf8f7ed410fd53278acee63bf65f13bac38

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [4defacd1fa2be800f3e7258abbb4ef2cd1834d31]

        halve the number of threads if HT is active
        
        added hasHyperThreading() function to tools::cpuid
        to detect hyperthreading.
        
        Change-Id: I13fab4b6c649e681c329b7e3f4c9f36bda879d84

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [fbcdce22bce6d6d1ba5a9e90b642ea08fc09916a]

        Avoid ScTokenArray thrash
        
        Allocate ScTokenArray object only once per worker thread, fill it
        for the first row/cell and reuse them for subsequent rows/cells
        if possible.
        
        Change-Id: If8f20da618938d0e189224f189b4763815702e10

2017-11-21  Dennis Francis  <dennis.francis@collabora.co.uk>  [765c8d8b56f5199c87291a02f6324a70661d55ec]

        Thread the software interpreter
        
        Also introduce new state
        
        ScFormulaVectorState::FormulaVectorEnabledForThreading
        
        to indicate that using the “traditional” vectoring is disabled,
        but threading should be tried.
        
        Change-Id: I552d9e29e1ab9e5721534e07f4a45fdd5a23f399

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [01f8f7933b3229331c6bc2a2604a28a644c6706d]

        Add OFFSET to blacklist for threaded calculation
        
        Change-Id: Ia1aaf40aa4e8e6f41ca190272365528bf37bf130

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [d8df3cba221e4de3b1abc6c3d38ae8f9e1445e1f]

        Add INDIRECT to blacklist for threaded calculation
        
        Change-Id: I9a2066c396802551c3eda2c8db32b6d1a4171dfd

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [48dbc962beb1cf1d9c04db1ad541edac270c5db4]

        Check whether ScTokenArray::CheckToken() has disabled threading of the group
        
        Otherwise the aThreadedCalcBlackList check in CheckToken() has no
        effect, we would still attempt the threaded code path.
        
        Change-Id: I08dc2dd174459615ab8a11dbb819e39fc5437d10

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [4a37d00e9e927221df48f1a25f108cf140323831]

        Avoid unused private field warning in the NDEBUG case
        
        Change-Id: I5e37b9a8325af35a15c01409f9eaa2f92459cc28

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [f1ce841884a73b72c70824eb2f4933beb2cf6927]

        Move ScDocument::GetNonThreadedContext() inline
        
        Did not have any impact on performance, though.
        
        Change-Id: I7e769b4a74e0ff9e0aabfb7e291fc4b987441954

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [0e75c5d5d26724402adfc9c6e939b59d4d29bc22]

        Display the threaded calculation state in Help:About
        
        Change-Id: I299e555392bb4b09325ad2c92f843b1e12ee4d31

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [5222910f969390c64c18866834d9af53e7c4c189]

        Make threaded calculation the default (when OpenCL is not used)
        
        Introduce a configuration setting to turn it off. For now, can also be
        turned off with the environment variable SC_NO_THREADED_CALCULATION,
        but that is probably not something we want to keep or guarantee
        staility of. (LO looks at way too many environment variables already.)
        
        Change-Id: I469cde259eda72cc2d630814a25f707f1210b0ab

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [fd9d991ec02c3df178220031be6bd8b38c6c2c23]

        Need more ScInterpreterContexts
        
        Change-Id: I1dd679156661bb5cb025ca6cb46d19783524d5a4

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [d051fe707c33c08da699c66d9235f15c353f249e]

        -Werror,-Wunused-parameter
        
        Change-Id: If10c6a58f5b6f196f3644f6c592dd6d1dc0d860c

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [2a03fa6b6f12b954ebb81aa10d6e5bfa685723c7]

        -Werror,-Wsign-compare
        
        Change-Id: Ide03e0ae1fe97e1a09a767908a981a1e803a3474

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [257cc7a0027ce4338210fddd50a3d3e5badb0c0b]

        Introduce ScInterpreterContext
        
        Possibly later things that need to be thread-local can be handled through
        the ScInterpreterContext.
        
        Why handle some thread-local things through the
        ScDocument::maNonThreaded and ScDocument::maThreadSpecific mechanism,
        and others through this ScInterpreterContext? Good question.
        
        Share SvNumberFormatter across worker threads
        and use mutex to protect SvNumberFormatter::IsNumberFormat()
        
        Change-Id: I372e5fbd9a19785f55f0faf4a4bedc5fc1ef3e03

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [995a25b3c28107558f82e26aa081589ccd393c12]

        Disable formula group threading for macros and table ops
        
        Those are likely highly problematic to do in parallel.
        
        Change-Id: I50cc32eb72f6b7951d247ecd787b2942cd7d9163

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [b566f77198d889359926572b71ba1685212f3d84]

        Move nInterpreterTableOpLevel back to ScDocument
        
        Change-Id: I4de0051d9fa5de9147954c6021d47076145a3e59

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [89cfb604124278b0d51166597607d1a40bd40a3d]

        Move nMacroInterpretLevel back to ScDocument
        
        Change-Id: I48748434c845af963af160f8bbd75e4ab7ce95bd

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [d45371f4ce212c79f70c75d056b1fd8e6377f722]

        Move nInterpretLevel back to ScDocument
        
        Move the calls to increment and decrement it out of InterpretTail(),
        to those call sites that aren't reached during parallelized
        calculations. Use unique_ptr for pInt in StackCleaner
        
        Change-Id: Ie1bd03dd62aea5f6c71c383df21afff29391dade

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [9732f2b1588e2686f5bdec416972c1686289b635]

        Re-work how the thread-specific data in ScDocument works
        
        We can use normal thread_local data for it as a thread can only be
        acting on one ScDocument in parallelized formula group calculation
        anyway. Use separate data instance for the non-threaded data, and when
        a thread starts, copy that to the thread-specific data.
        
        Change-Id: I3e58320a728d1c5639a8a078748b3d4d7a451b25

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [973953bff0455c48b4ea43f6f4dd27778661eff3]

        Move some of the fields in ScDocument into a thread-local struct
        
        This is part of the work to enable having several ScInterpreters
        working on the same object in parallel. Perhaps a more thorugh
        re-factoring would be better, maybe these fields should not be part of
        ScDocument at all, but part of ScInterpreter?
        
        Without this change the parallelism unit test occasionally fails.
        
        Change-Id: I70500b4d2b513e134d22b4b98c84a3ec00dad291

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [80d8e4079ffdc8ca7c9feb0fc3a2bc55c286aa62]

        Guard pFormatExchangeList from mutation during threaded calculation
        
        Change-Id: I645630fae8a5fcd09d8af4c4ec9aac94edbd2f25

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [be62bf64b96f7e7b4252388b04c20e08c7d40f77]

        Guard pValidationList from mutation
        
        Change-Id: I9bd889523b5e5374776d94534ae2171e7a5a635d

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [f4275394a29a000aa87c0a6de6604715f8102302]

        Guard pColorList from mutation
        
        Change-Id: I53a13bebf018c15a1d94c15adbfa7b68632c77b0

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [81256108dcfa0b6132c66d099f2a7e0964d3ba1b]

        Use explicit flag to indicate threaded formula group calculation being active
        
        Don't just check whether we are in the "main" thread, as that is not
        true in the tiled rendering unit test, for instance.
        
        Change-Id: I4f3ca1a1b1cb3c92856104fffe8100f18cd7b66c

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [14705c111816cbfe6a83fcd9885499a267e98be1]

        Assert that we don't call MaybeInterpret() in a threaded calculation
        
        Change-Id: Ied03498333ee531e6e31e05fa2734056673364f2

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [8cb7c681131dd9d6898be4b12b394e9391612bcf]

        Guard mpDrawLayer from mutation
        
        Change-Id: I8b9a4680691d47732be2dd159ffc5d56d12a7a95

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [41630d1035695eb73a8664a7cfe7b415b351b8cc]

        Guard mpShell from mutation
        
        Change-Id: I7c12301f5a435dfca733b5f87b4b083f98a5292a

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [e1aa6e2759d69979c25c884bd14fb7483b1ff801]

        Guard mpNoteEngine from mutation
        
        Change-Id: I174bca167379b96083476a394d8ff5d7f00a8021

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [e2a83df07d2b2d1b8f71255e766f053d93baf596]

        Set fill-column in Emacs mode line
        
        Change-Id: I102b02e93ff06f3e53b9a1194277f5a6fae9f1ed

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [e43dc25c9d64ea23f383b9d55e983253412e3e07]

        More work on the ScDependantsCalculator
        
        Might now actually do what it should.
        
        Change-Id: Ibf38560a37910924c4fade79cbbf4553d6dbd077

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [a5cf395aba781b0ab391a56560436ce950511c4f]

        Use a static const bool when checking an env var for existence

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [facc02e40557d382f8509f42f2340a692678d0e3]

        Make formula group weight take number of cells referenced into account
        
        And not just the number of rows in the group. This means that even
        relatively short formula groups that calculate over large ranges of
        cells will be eligible for parallelized calculation. The weight of a
        formula group is the number of rows in the group times the weight of
        the formula.
        
        The weight of a formula is for now the number of cells referenced by
        all cell ranges in the formula, divided by 10. For instance, the
        weight of SUM(A1:B100) would be 20. If no cell ranges are used, the
        formula's weight is one.
        
        Change-Id: Ib77e403961d8f487d580eea6b901fa4f5e4102b0

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [91d0e65018300c259bba7b565bbf82f2e380784d]

        Check whether it is the multi-threaded case explicitly
        
        Change-Id: I96bed3ebd90af9a8ab2c17b678384cf340ba2802

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [457e3b1978dee11a3a70b13869f35f52c83107e1]

        Bin some YAGNI code
        
        We don't do anything at the moment to check whether a formula group
        calculation thread "failed", I don't even know what it actually would
        mean. So just bin that code for now.
        
        Change-Id: Ie4b15a3c20169d08d338e255a71a139913528a16

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [12d70f4a89f5586f1b617c052b9573f706030d17]

        Move formula tree manipulation out of multi-threaded parts of code
        
        Change-Id: I2f7e6fb747b6a74172a81f9db9bc210ef6a27342

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [6d94519008580975608f852f4adee50ec099a6ad]

        Always create the DocumentLinkManager, avoids a mutation assertion failure
        
        Change-Id: If968792c4b98afbe0cc956e9cab0bcfde47bf1c1

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [84705061e64b45a69c14219c3611099b6d428f72]

        Add "mutation guard" API for ScDocument
        
        USe by adding a ScMutationGuard object to a section of code that
        shouldn't be run during threaded calculation of a formula group in any
        of the calculation threads. There are currently several "classes" of
        mutation as bits of ScMutationGuardFlags, althouh I am not sure
        whether that will be useful, so far I use just the one same (CORE) in
        all cases.
        
        Currently implemented using mutexes. Possibly a simple bool field in
        ScDocument would be enough, the multiple flags and mutexes might be
        over-complicating it? Maybe I misunderstood what I want.
        
        Add such mutation guards for some fields of ScDocument.
        
        Change-Id: If2a8223c49d36143f2984e0449798271f2b6440d

2017-11-21  Tor Lillqvist  <tml@collabora.com>  [99a36cb35c92e3e6b4ff2db257df221cb74c9eae]

        First steps for Calc parallelism
        
        For now, formula group calculations are done in parallel threads when
        1) OpenCL is not used, and 2) the environment variable
        CPU_THREADED_CALCULATION is set. This commit is a surely broken first
        step and does not actually work that well at all.
        
        Change-Id: Ia7e5019703ba89bff0695faef0f7504765061149

2017-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [a60ffa6985dec32cc73032a7774f58694a6ee9a7]

        loplugin:flatten in sw
        
        Change-Id: I64176f48d90303f078e326c8838da9eb2daf8126
        Reviewed-on: https://gerrit.libreoffice.org/44937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [466c3564058aae4946cdd21eab9dfef529554d90]

        tdf#103234 undo replacing text with formula
        
        if this isn't what we want, then presumably ScSetStringParam shouldn't
        exist here at all
        
        Change-Id: I17318c38948bc19b7148276935830f83356c7ed2
        Reviewed-on: https://gerrit.libreoffice.org/45008
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [1de5ed41a2a39f7961c877ec5fab8501d70fea7d]

        loplugin:unnecessaryparen
        
        ...with a Clang build with <https://reviews.llvm.org/D40167> "In stdbool.h,
        define bool, false, true only in gnu++98" locally fixed
        
        Change-Id: Ib85111cf8d058b6d7be6460af5266dfccb28c951

2017-11-21  Eike Rathke  <erack@redhat.com>  [77ee31f4f89a4db50064040d026feecbbfb7b20b]

        Render lock symbol with sheet name, tdf#95880 follow-up
        
        Visually somewhat cleaner, plus may have benefits in RTL context
        or could be easier adapted.
        
        Change-Id: Iec75879e05c9c6bb602d3a368fb8eba59d1c8a13
        Reviewed-on: https://gerrit.libreoffice.org/45012
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f63ecb5cd6d60fd8f2c096b4dbf04511590c1870]

        RTF import: add even section break testcase
        
        lcov points out this was not covered so far.
        
        Change-Id: I11ff9eb8a819268382e6564be873403c47ec2176
        Reviewed-on: https://gerrit.libreoffice.org/45018
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3f766154c0fbf2fbddd815c969e3f24925cf31e]

        clang-format fixes
        
        Hopefully the last such commit, now that the in-gerrit verification is
        in place and also a warning is printed locally for those who push
        directly.
        
        Change-Id: Ib80cbca0b29dc7f71cbb182a38ad6839a659ff41
        Reviewed-on: https://gerrit.libreoffice.org/45002
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [46ab76a7090b5e04105986df16efaa63ea0cc58a]

        git-hooks: fix pre-commit in submodules
        
        translations.git failed with "Can't locate ClangFormat.pm in @INC (you
        may need to install the ClangFormat module)".
        
        Change-Id: Ibbe051c1cb4c1200da58821589b8271434b1f9a6
        Reviewed-on: https://gerrit.libreoffice.org/45020
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-21  David Tardon  <dtardon@redhat.com>  [95e3e5b83b2b7be86310f38aeae60cd4bc83939b]

        fix fallout from orcus upgrage
        
        Change-Id: I79a9988c24d04b9c6a9369653a60b2324465b1d8

2017-11-21  Caolán McNamara  <caolanm@redhat.com>  [db710380e3a83f7bed449dc2d6737444c8a9522d]

        coverity#1422233 Unchecked return value
        
        Change-Id: I85699e57b5e59231d9568db8a56244f41f5359aa

2017-11-21  Andras Timar  <andras.timar@collabora.com>  [3fa3962f845e21d1a119875be5094afbd85e521b]

        Updated core Project: translations  e113c687b97d0f1b3b5a0afdddc04d2de33edb20
        
        Updated Slovenian translation
        

2017-11-21  jan Iversen  <jani@libreoffice.org>  [d015a6e4e3ae72c38bfb0516c2229daf2254e3d0]

        iOS, removed visibility=hidden
        
        Seems visibility=hidden gives debug problem, with
        templated constructors (at least the debugger did not accept
        breakpoint correctly).
        
        Change-Id: I094dc68ffd06516b31ebc649649fad923b903d75

2017-11-21  Szymon Kłos  <szymon.klos@collabora.com>  [30af6599d59067a8da6dc4075e80069e80e25f09]

        tdf#86087 don't decode links
        
        Example of link causing problems: "file:///foo#bar"
        
        Change-Id: Ifb781c27c3b9726ba262f10cf07c13cfd889dcd3
        Reviewed-on: https://gerrit.libreoffice.org/45010
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [bb11e1283e3d49ec1bfe14c4271edbd49af3e3c1]

        ASan heap-buffer-overflow
        
        e.g. during CppunitTest_sd_misc_tests (see
        <https://ci.libreoffice.org/job/lo_ubsan/735/console>) after
        66dbd4da3afcadb1393daf9be9cecff71b86509a "tdf#113918: Workaround: Load 1bpp
        indexed PNG as 8bpp indexed Bitmap".  Looks like PNGReaderImpl::ImplDrawScanline
        also needs to special-case mnPngDepth == 1 in the mbTransparent case (and, TODO,
        also in the mbAlphaChannel case)?
        
        Change-Id: Ie6a0230ec606f7cc5aaf174b9c0075a3b4cb5b1d

2017-11-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [11ca1f86f80984ec07f5051ab05f864d55db5974]

        Fix typos
        
        Change-Id: I40b3a46d46f0586d086bdbe41876c088f8c1cb58
        Reviewed-on: https://gerrit.libreoffice.org/45007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [1b84f797509a6d531f4198c8260851d580088617]

        Avoid static_cast on dead SwVirtFlyDrawObj object for now
        
        ...in SwFlyFrame::GetVirtDrawObj (sw/source/core/layout/fly.cxx) after
        487ac20ecd73cf3d98071ba30cf5597d957017f7 "RotateFlyFrame3: add support for
        AutoContour" added this code, which causes at least UBSan (e.g., during
        CppunitTest_sw_rtfimport) to produce errors (starting with
        <https://ci.libreoffice.org/job/lo_ubsan/733/console>).
        
        There appear to be no negative consequences across 'make check' with this code
        disabled, so do that for now to unblock UBSan builds, until a real fix is
        provided.
        
        The backtrace of the bad static_cast on dead SwVirtFlyDrawObj is
        
        > SwFlyFrame::GetVirtDrawObj() (/sw/source/core/layout/fly.cxx:2599)
        > SwFlyFreeFrame::~SwFlyFreeFrame() (/sw/source/core/layout/flylay.cxx:93)
        > SwFlyAtContentFrame::~SwFlyAtContentFrame() (/sw/source/core/inc/flyfrms.hxx:161)
        > SwFlyAtContentFrame::~SwFlyAtContentFrame() (/sw/source/core/inc/flyfrms.hxx:161)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:431)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:517)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:540)
        > SwPageFrame::DestroyImpl() (/sw/source/core/layout/pagechg.cxx:295)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:540)
        > SwRootFrame::DestroyImpl() (/sw/source/core/layout/newfrm.cxx:621)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:470)
        > std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:154)
        > std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:684)
        > std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:1123)
        > std::shared_ptr<SwRootFrame>::~shared_ptr() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr.h:93)
        > SwViewShell::~SwViewShell() (/sw/source/core/view/vnew.cxx:364)
        > SwCursorShell::~SwCursorShell() (/sw/source/core/crsr/crsrsh.cxx:2743)
        > SwEditShell::~SwEditShell() (/sw/source/core/edit/edws.cxx:64)
        > SwFEShell::~SwFEShell() (/sw/source/core/frmedt/fews.cxx:700)
        > SwWrtShell::~SwWrtShell() (/sw/source/uibase/wrtsh/wrtsh1.cxx:1662)
        > SwWrtShell::~SwWrtShell() (/sw/source/uibase/wrtsh/wrtsh1.cxx:1655)
        > SwView::~SwView() (/sw/source/uibase/uiview/view.cxx:1045)
        > SwView::~SwView() (/sw/source/uibase/uiview/view.cxx:1011)
        > SfxViewFrame::ReleaseObjectShell_Impl() (/sfx2/source/view/viewfrm.cxx:992)
        > SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1363)
        > SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1357)
        > SfxViewFrame::Close() (/sfx2/source/view/viewfrm.cxx:1044)
        > SfxFrame::DoClose_Impl() (/sfx2/source/view/frame.cxx:155)
        > SfxBaseController::dispose() (/sfx2/source/view/sfxbasecontroller.cxx:1003)
        > (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (/framework/source/services/frame.cxx:1474)
        > (anonymous namespace)::Frame::close(unsigned char) (/framework/source/services/frame.cxx:1681)
        > SfxFrame::DoClose() (/sfx2/source/view/frame.cxx:121)
        > SfxViewFrame::Notify(SfxBroadcaster&, SfxHint const&) (/sfx2/source/view/viewfrm.cxx:1251)
        > SfxBroadcaster::Broadcast(SfxHint const&) (/svl/source/notify/SfxBroadcaster.cxx:49)
        > SfxModelListener_Impl::notifyClosing(com::sun::star::lang::EventObject const&) (/sfx2/source/doc/objxtor.cxx:167)
        > SfxBaseModel::close(unsigned char) (/sfx2/source/doc/sfxbasemodel.cxx:1348)
        > SwXTextDocument::close(unsigned char) (/sw/source/uibase/uno/unotxdoc.cxx:623)
        > SfxBaseModel::dispose() (/sfx2/source/doc/sfxbasemodel.cxx:722)
        > SwXTextDocument::dispose() (/sw/source/uibase/uno/unotxdoc.cxx:615)
        > SwModelTestBase::tearDown() (/sw/qa/extras/inc/swmodeltestbase.hxx:206)
        > CppUnit::TestCaller<testN695479>::tearDown() (/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:185)
        > CppUnit::TestCaseMethodFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32)
        > (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/test/source/vclbootstrapprotector.cxx:39)
        > CppUnit::ProtectorChain::ProtectFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20)
        > (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89)
        > CppUnit::ProtectorChain::ProtectFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20)
        > (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63)
        
        and the backtrace of the destruction of that SwVirtFlyDrawObj object is
        
        > operator delete(void*) (/builddir/build/BUILD/valgrind-3.13.0/coregrind/m_replacemalloc/vg_replace_malloc.c:576)
        > SwVirtFlyDrawObj::~SwVirtFlyDrawObj() (/sw/source/core/draw/dflyobj.cxx:433)
        > SwFlyFrame::FinitDrawObj() (/sw/source/core/layout/fly.cxx:379)
        > SwFlyFrame::DestroyImpl() (/sw/source/core/layout/fly.cxx:277)
        > SwFlyFreeFrame::DestroyImpl() (/sw/source/core/layout/flylay.cxx:87)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:517)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:540)
        > SwPageFrame::DestroyImpl() (/sw/source/core/layout/pagechg.cxx:295)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > SwLayoutFrame::DestroyImpl() (/sw/source/core/layout/ssfrm.cxx:540)
        > SwRootFrame::DestroyImpl() (/sw/source/core/layout/newfrm.cxx:621)
        > SwFrame::DestroyFrame(SwFrame*) (/sw/source/core/layout/ssfrm.cxx:429)
        > std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:470)
        > std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:154)
        > std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:684)
        > std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr_base.h:1123)
        > std::shared_ptr<SwRootFrame>::~shared_ptr() (/usr/lib/gcc/x86_64-redhat-linux/7/../../../../include/c++/7/bits/shared_ptr.h:93)
        > SwViewShell::~SwViewShell() (/sw/source/core/view/vnew.cxx:364)
        > SwCursorShell::~SwCursorShell() (/sw/source/core/crsr/crsrsh.cxx:2743)
        > SwEditShell::~SwEditShell() (/sw/source/core/edit/edws.cxx:64)
        > SwFEShell::~SwFEShell() (/sw/source/core/frmedt/fews.cxx:700)
        > SwWrtShell::~SwWrtShell() (/sw/source/uibase/wrtsh/wrtsh1.cxx:1662)
        > SwWrtShell::~SwWrtShell() (/sw/source/uibase/wrtsh/wrtsh1.cxx:1655)
        > SwView::~SwView() (/sw/source/uibase/uiview/view.cxx:1045)
        > SwView::~SwView() (/sw/source/uibase/uiview/view.cxx:1011)
        > SfxViewFrame::ReleaseObjectShell_Impl() (/sfx2/source/view/viewfrm.cxx:992)
        > SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1363)
        > SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1357)
        > SfxViewFrame::Close() (/sfx2/source/view/viewfrm.cxx:1044)
        > SfxFrame::DoClose_Impl() (/sfx2/source/view/frame.cxx:155)
        > SfxBaseController::dispose() (/sfx2/source/view/sfxbasecontroller.cxx:1003)
        > (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (/framework/source/services/frame.cxx:1474)
        > (anonymous namespace)::Frame::close(unsigned char) (/framework/source/services/frame.cxx:1681)
        > SfxFrame::DoClose() (/sfx2/source/view/frame.cxx:121)
        > SfxViewFrame::Notify(SfxBroadcaster&, SfxHint const&) (/sfx2/source/view/viewfrm.cxx:1251)
        > SfxBroadcaster::Broadcast(SfxHint const&) (/svl/source/notify/SfxBroadcaster.cxx:49)
        > SfxModelListener_Impl::notifyClosing(com::sun::star::lang::EventObject const&) (/sfx2/source/doc/objxtor.cxx:167)
        > SfxBaseModel::close(unsigned char) (/sfx2/source/doc/sfxbasemodel.cxx:1348)
        > SwXTextDocument::close(unsigned char) (/sw/source/uibase/uno/unotxdoc.cxx:623)
        > SfxBaseModel::dispose() (/sfx2/source/doc/sfxbasemodel.cxx:722)
        > SwXTextDocument::dispose() (/sw/source/uibase/uno/unotxdoc.cxx:615)
        > SwModelTestBase::tearDown() (/sw/qa/extras/inc/swmodeltestbase.hxx:206)
        > CppUnit::TestCaller<testN695479>::tearDown() (/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:185)
        > CppUnit::TestCaseMethodFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32)
        > (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/test/source/vclbootstrapprotector.cxx:39)
        > CppUnit::ProtectorChain::ProtectFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20)
        > (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89)
        > CppUnit::ProtectorChain::ProtectFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20)
        
        Change-Id: Ida6e66c3bc8f85c9cbe60a33aaf40f5e83f16212
        Reviewed-on: https://gerrit.libreoffice.org/44976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [1bbd5a1f907f6ee86f060c3c4bcd0a4ab25e5aa0]

        TypedWhichId for SDRATTR* constants (2)
        
        Change-Id: I9926d55568f8b5bbc67f448bbf7fb660e74505fd
        Reviewed-on: https://gerrit.libreoffice.org/44964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-21  Johnny_M  <klasse@partyheld.de>  [0220520609b7e67fdbe22e641d9dd5c027ee3d75]

        Translate German variable name
        
        Change-Id: I70f9355bc7f219e8d6aaf9fb8ecc356e1a86d9da
        Reviewed-on: https://gerrit.libreoffice.org/44921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0d4cc84ccaedebdcb3303e6c8cdd209d8390c64d]

        Fix typos
        
        Change-Id: Ifd95ada4477d7d21ffbadd355226f91f2a2371e1
        Reviewed-on: https://gerrit.libreoffice.org/45004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [30465a05098246342763977beae625dfbb4dd0ea]

        TSCP: disable bullets in impress for classification text object
        
        Change-Id: I1f941e3711c2835cbb50af000fcd7ffa9b953edf
        Reviewed-on: https://gerrit.libreoffice.org/44946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-21  Stephan Bergmann  <sbergman@redhat.com>  [495d25bf653f3e0752982a889443b02fc374b0ed]

        CppunitTest_swarm_solver_test also consistently fails for UBSan build
        
        ...at least for my local one, with
        
        > /data/sbergman/lo-san/core/sccomp/qa/unit/SwarmSolverTest.cxx:387:(anonymous namespace)::SwarmSolverTest::testMultipleVariables
        > double equality assertion failed
        > - Expected: 0
        > - Actual  : 1
        > - Delta   : 1e-05
        
        so disable that part unconditionally for now.
        
        Change-Id: Id8c091781baf4381696e2a8f0501df1f3f83724f
        Reviewed-on: https://gerrit.libreoffice.org/44977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [f03622e57faa30d3f20b8e7d3853c8d9cb4877ee]

        Updated core Project: help  01e27eb146e6809019a3dc886e115f3f1176e12e
        
        Cosmetic changes to Title Page page
        
        - Don't start note paragraphs with 'Note:'
        - Consistently use and emphasize 'First Page' and 'Default Style' names
        
        Change-Id: I5a93f3a5a5afd56fd69118c821543fc2e672485f
        Reviewed-on: https://gerrit.libreoffice.org/45000
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [c57d278ba57f040d9f4712b27ab802ccaf0f70ec]

        Updated core Project: help  be08a64ffccd2566cd3cd92b93cecdc36bad0a4b
        
        Display extended help on the Bullets and Numbering button
        
        Change-Id: I8c7393855cff20640a4b4dfe5e26f94e3f31a0f1
        Reviewed-on: https://gerrit.libreoffice.org/44999
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [d5a9b4782ee3c9b6bbdfb7815a0083545923cbac]

        Updated core Project: help  c43bfbb67d64bfa72f36177784bbebf165f06a39
        
        Display extended help tips in Writer Formula toolbar
        
        Change-Id: I8f00071bc9a67e59b6dcede06a3ac2c4b5ca48fb
        Reviewed-on: https://gerrit.libreoffice.org/44998
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [adc34b28ef2bfb2044fbad0cc832065c62d5badc]

        Updated core Project: help  6786fb57ceb730812c8096365ee199bc108f3524
        
        Display extended help on the Help Lines Move icon of Drawing Object toolbar
        
        Change-Id: Id5717e6d6fdd019f05e20e0c90d0aaee5bae9f9e
        Reviewed-on: https://gerrit.libreoffice.org/44997
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [c0f45138dc1e505a437083bb3c7de676ee66aa14]

        Updated core Project: help  cca1afdd2c096c85d4513983cb75f54cf34169ac
        
        Display extended help on the Grid Visible icon of Drawing Object toolbar
        
        Change-Id: I5365fbea2defcc911d10dfa96009bca1114d0573
        Reviewed-on: https://gerrit.libreoffice.org/44996
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [fe7436fc0089a261763faf0eedd2a185e42721ee]

        Updated core Project: help  5ab607135831f51674336313fa84e76305dfef99
        
        Display extended help on the Wrap Left/Right icons of various toolbars
        
        Change-Id: I91330c2a2c0bcc9d3bb3156d67566ca0ecf44f0f
        Reviewed-on: https://gerrit.libreoffice.org/44995
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [d9f4445d70b7da9b1fa8584f66ce3fee94d077f5]

        Updated core Project: help  673c52f0f6725ff47a145f612e45cca6e9455867
        
        Fix a missing ahelp and a bookmark
        
        Change-Id: I8630a0c95f8068bdfe44518f924862b7d41a2089
        Reviewed-on: https://gerrit.libreoffice.org/44994
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [acd07e4b4b7f197c2ae56856e7bfde391b01dc20]

        Updated core Project: help  5045aff02e47e50d0c9abaa2dd51f817171bf739
        
        Display extended help on the Paragraph icon of Formatting toolbar
        
        Change-Id: I3590ef4b21cf6e4c4205732125beb84428d6db70
        Reviewed-on: https://gerrit.libreoffice.org/44991
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [514dea9c23c90cd797a15fabc220e9f19e119e58]

        Updated core Project: help  5e138269eb7353b7ca7e3aba5f8bb266cff7f5ae
        
        Display extended help on the Spacing icon of Formatting toolbar
        
        Change-Id: I6be9c9476ca0d1a423e2afcc3ba3c93f76a13eec
        Reviewed-on: https://gerrit.libreoffice.org/44990
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [c38bce946a5a0b34a4a1d9b3d130e9375a58eed7]

        Updated core Project: help  06742805c6d5cf4f5a86f6affae0d93941e4598a
        
        Display extended help on the Font Color icon of Formatting toolbar
        
        Change-Id: Ibe29d120a38f70f67008a41c2beefdfbf016eaf0
        Reviewed-on: https://gerrit.libreoffice.org/44989
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [ded278fc1aaeadda54dce34996358a81171b5fbe]

        Updated core Project: help  2d215df1e40410fd186cc57bbd0a9aa71e6c3221
        
        Display extended help on the Line Spacing icon of Formatting toolbar
        
        Change-Id: I4fb45d2f82111d43d1727a2b1e62e3e508e79f87
        Reviewed-on: https://gerrit.libreoffice.org/44988
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [e8c5faff2cd1a67ddeddac2d75f77ac1069787ca]

        Updated core Project: help  cdd9d1d296f3a2dfad988e2f7f3244747408a87d
        
        Display extended help on the New/Update/Load Style icons of Formatting toolbar
        
        Change-Id: Ic2b5620789192e1928ffe2cef9b4be3030e9e4de
        Reviewed-on: https://gerrit.libreoffice.org/44987
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [ac3c93b033b8c2c96e4b90b7b75480b9adf22355]

        Updated core Project: help  774662d0051ba14f915f8104c0d00cc77e5c6559
        
        Display extended help on the Outline dropdown of Formatting toolbar
        
        Change-Id: I6e1ff34ae7dd175cdb70a2314351dca3eccb8dc1
        Reviewed-on: https://gerrit.libreoffice.org/44986
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [81cfddee5a4fd579de7c36c8850948837a90eee8]

        Updated core Project: help  1e4d6e9b6ae36bd5ad0c1fb1c300f18eabcd8a9d
        
        Display extended help on the Clear icon of Formatting toolbar
        
        Change-Id: Ieb8b894a4307bcc2538483c3a0c65802ec86dbd0
        Reviewed-on: https://gerrit.libreoffice.org/44985
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [daee5fc5569c1807f5c8dae502d305eb06141e8b]

        gpg4libre: add glib2 dependency for Windows
        
        Change-Id: Ib6b5393323a4dbfe94ea89689ac9170f8afa3899
        Reviewed-on: https://gerrit.libreoffice.org/44856
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-20  Gulsah Kose  <gulsah.1004@gmail.com>  [5fccf17f33aa7e97314c14a5a4616b2f2643614c]

        tdf#95880 Add a lock mark on protected sheet tab.
        
        Change-Id: Ic9ec598d9bfdf98336cc4a11af21502ca7a1e4fb
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/44558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d1f783aff7cfe42f3e4819d42d5b7e9ae31733d2]

        Updated core Project: help  2efb8853f37090026c902720613ac9512132f393
        
        tdf#113949 Add more info on audio video support
        
        After cloph's askbot answer.
        
        Change-Id: I0dceef8b2ba500ca28a70231c04ecbfbaa0e925e
        Reviewed-on: https://gerrit.libreoffice.org/45006
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [9af0a1fd472da79b507ed06a1e99180056d046dd]

        Updated core Project: help  11046428321a6a5186d9199b59f7c8bc854f7411
        
        Display extended help on the Style dropdown of Formatting toolbar
        
        Change-Id: I383c5f3063efb82e7fbf5299a9e66e423802f9a3
        Reviewed-on: https://gerrit.libreoffice.org/44982
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [d4ec1c76b03c393dde62bd3913618147f9ddeea6]

        ofz#4321 Direct-leak
        
        Change-Id: I0ce2da99f34082e4e090753e3a4aa8fcc4420a5d
        Reviewed-on: https://gerrit.libreoffice.org/44955
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [78ecfa8aafea457d29e1c5f327b75e14ae0b70ce]

        ofz#4338 Integer-overflow
        
        Change-Id: I6019da51dced0ef560490b7e7cf303b8193f17ce
        Reviewed-on: https://gerrit.libreoffice.org/44971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [e086b54807f2cf65080398052e387ad1bee0f3bf]

        Updated core Project: help  82ec230767b5e9217dd7468a31828f9101fa8f03
        
        Display extended help on the Hyperlink icon of Standard toolbar
        
        Change-Id: Icfe14aa888473195dbb536145adcaa11ecbc8d55
        Reviewed-on: https://gerrit.libreoffice.org/44993
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [377d856f1c786c6d694117f747d801c67f93f4f8]

        Updated core Project: help  9857d750e09df835b3afaf8ded3df58471e5188f
        
        Display extended help on the Load URL dropdown of Standard toolbar
        
        Change-Id: Ie6f197e88dc7e5bc10aa296782d9089ef7831e46
        Reviewed-on: https://gerrit.libreoffice.org/44992
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [f78b32ee12486605d26863c64ab56a326ee3f82c]

        Updated core Project: help  36f359e93946f68ec78ade86657e50f750d905ef
        
        Display extended help on the Save As icon of Standard toolbar
        
        Change-Id: Ieda031ebdfdbdc22e65a152d87747041fb4045f5
        Reviewed-on: https://gerrit.libreoffice.org/44984
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [4bc93a6664c79f3c726c9f0f5069edfcf0ca1a94]

        Updated core Project: help  215ea7c387871288fa0e7129b152eea8b7289b4e
        
        Display extended help on the Open icons of Standard toolbar
        
        Change-Id: I39c3a10ac7bf7096f41d41299aac351885548826
        Reviewed-on: https://gerrit.libreoffice.org/44983
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [9d51addcda46783ec649e46468c54a7d0ee6f849]

        Updated core Project: help  2aa2111068d6506462f51c5b61c639a70068eda3
        
        Display extended help on the Undo/Redo icons of Standard toolbar
        
        Change-Id: I1a0687c925264625d6bafc2016a1487c008b6480
        Reviewed-on: https://gerrit.libreoffice.org/44980
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Gabor Kelemen  <kelemeng@gnome.hu>  [6e24eb95738dfa96c2bb549161f301f2a506fe9f]

        Updated core Project: help  b5a003be3ce255973c1be86269a7f5554b2e1e3b
        
        tdf#106861 Last occurrence of Tools - Cell Contents removed
        
        Change-Id: I2dbaa2847271b2453ae62f86847c156a60feb41d
        Reviewed-on: https://gerrit.libreoffice.org/44981
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-20  Yousuf Philips  <philipz85@hotmail.com>  [2a33c69b16cce539951a796d7afa45c13b097cf6]

        tdf#79754 updated windows shellnew template files
        
        the old template files were created with OOo 3.1 and use Arial
        and Times New Roman as default fonts, while these new files
        were created with LO 6.0 alpha use Liberation fonts as defaults
        
        Change-Id: I54c98f092af3f1eae31ea0b3458c0e91a1d1c074
        Reviewed-on: https://gerrit.libreoffice.org/43625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-20  László Németh  <nemeth@numbertext.org>  [9ffbc843006febbf6d9a5c799cef9abd77b52257]

        Updated core Project: help  ebc20f206274da2125fb814da5f5dd1650aaba84
        
        tdf#113739 help text of "Grammar By" user dictionary field
        
        Change-Id: I600f7b898510bdf2706a949a33d715d73e0c3a25
        Reviewed-on: https://gerrit.libreoffice.org/44941
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-11-20  Stephan Bergmann  <sbergman@redhat.com>  [42a62d43cc6899284ab9d2992cb50135e00ca83a]

        Make CppunitTest name consistent with file name
        
        Change-Id: Ice44f10673d127b1f1c7f701ec2d7905eab7029e

2017-11-20  Eike Rathke  <erack@redhat.com>  [9206a08ada00e8762c4a634f242bd566028964bb]

        Upgrade to ICU 60.1
        
        Change-Id: I6d90f51ee88c4e1005edbaa93d23cfb94cb2acfb
        Reviewed-on: https://gerrit.libreoffice.org/44871
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-20  Yousuf Philips  <philipz85@hotmail.com>  [a8687041c46b3fe93a76faa0a4a65e7069ef5e9d]

        tdf#113880 a11y: make bitmap tab of area tab accessible
        
        Change-Id: Icfdb3f68bb0660b20ebe3f98e5e4fb8fcf3e54f1
        Reviewed-on: https://gerrit.libreoffice.org/44897
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-20  Stephan Bergmann  <sbergman@redhat.com>  [5eb6b14e374be97f2548a3db29bde24d4e328c51]

        Non-blacklisted file wasn't formatted according to clang-format rules
        
        ...so blacklist it, as needed to push a change to it in a follow-up commit
        
        Change-Id: Ia43737fb92311d8461e1eb5f9b3862c1e9ca57bd

2017-11-20  Matti Lehtonen  <m-Matti-a.Lehtonen@IKI.Fi>  [3ed87ba36e59f774917eac49389770da404cbc06]

        tdf#89216 forward empty cells as empty to BASIC instead of 0.0
        
        This change causes that either empty or unknown cells are forwarded to macros
        as empty, not as zero (double).
        
        Change-Id: Ia73bcb2ab48e08f97b46cdb45ae4dc3d21bbffd5
        Reviewed-on: https://gerrit.libreoffice.org/43226
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-20  Tor Lillqvist  <tml@collabora.com>  [66dbd4da3afcadb1393daf9be9cecff71b86509a]

        tdf#113918: Workaround: Load 1bpp indexed PNG as 8bpp indexed Bitmap
        
        The alternative, to fix the X11 disaster area used by the gen, gtk,
        and kde4 VCL plugins, seemed more difficult. Somebody else with more
        time, feel free to revert and do that instead.
        
        Change-Id: I068ea27224ba98be25e01671546137ddd70691a7
        Reviewed-on: https://gerrit.libreoffice.org/44957
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-11-20  tagezi  <lera.goncharuk@gmail.com>  [94c76b6d267ba72177e1144b408b0343d8385c37]

        renameModuleOrDialog: add missing check for valid Reference
        
        Change-Id: I2cf33a4fae4db45b854e77e31e166afa0281a054
        Reviewed-on: https://gerrit.libreoffice.org/44956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-20  Stephan Bergmann  <sbergman@redhat.com>  [145a3a0c449e2c6186c10a4a1ca659e7415b177a]

        external/pdfium: -fsanitize=nonnull-attribute
        
        ...as seen during CppunitTest_vcl_pdfexport:
        
        > workdir/UnpackedTarball/pdfium/core/fxcrt/string_data_template.h:81:31: runtime error: null pointer passed as argument 2, which is declared to never be null
        > /usr/include/string.h:44:28: note: nonnull attribute specified here
        >     #0 0x7f6506471c0d in fxcrt::StringDataTemplate<char>::CopyContentsAt(unsigned long, char const*, unsigned long) workdir/UnpackedTarball/pdfium/core/fxcrt/string_data_template.h:81:5
        >     #1 0x7f650645f9db in fxcrt::ByteString::ByteString(fxcrt::StringViewTemplate<char> const&, fxcrt::StringViewTemplate<char> const&) workdir/UnpackedTarball/pdfium/core/fxcrt/bytestring.cpp:137:12
        >     #2 0x7f6505e6bfbc in fxcrt::operator+(char const*, fxcrt::ByteString const&) workdir/UnpackedTarball/pdfium/core/fxcrt/bytestring.h:242:10
        >     #3 0x7f650671798c in CFX_FolderFontInfo::ReportFace(fxcrt::ByteString const&, _IO_FILE*, unsigned int, unsigned int) workdir/UnpackedTarball/pdfium/core/fxge/cfx_folderfontinfo.cpp:223:21
        >     #4 0x7f6506716ea1 in CFX_FolderFontInfo::ScanFile(fxcrt::ByteString const&) workdir/UnpackedTarball/pdfium/core/fxge/cfx_folderfontinfo.cpp:193:5
        >     #5 0x7f65067154fb in CFX_FolderFontInfo::ScanPath(fxcrt::ByteString const&) workdir/UnpackedTarball/pdfium/core/fxge/cfx_folderfontinfo.cpp:151:36
        >     #6 0x7f650671546a in CFX_FolderFontInfo::ScanPath(fxcrt::ByteString const&) workdir/UnpackedTarball/pdfium/core/fxge/cfx_folderfontinfo.cpp:151:15
        >     #7 0x7f6506714c86 in CFX_FolderFontInfo::EnumFontList(CFX_FontMapper*) workdir/UnpackedTarball/pdfium/core/fxge/cfx_folderfontinfo.cpp:121:5
        >     #8 0x7f650676d271 in CFX_FontMapper::LoadInstalledFonts() workdir/UnpackedTarball/pdfium/core/fxge/cfx_fontmapper.cpp:360:16
        >     #9 0x7f650676d469 in CFX_FontMapper::MatchInstalledFonts(fxcrt::ByteString const&) workdir/UnpackedTarball/pdfium/core/fxge/cfx_fontmapper.cpp:365:3
        >     #10 0x7f6506773376 in CFX_FontMapper::FindSubstFont(fxcrt::ByteString const&, bool, unsigned int, int, int, int, CFX_SubstFont*) workdir/UnpackedTarball/pdfium/core/fxge/cfx_fontmapper.cpp:573:22
        [...]
        
        Change-Id: I0221a099198d8f23f239e8493509bdf1816fbc59

2017-11-20  Mike Kaganski  <mike.kaganski@collabora.com>  [1a4277c586b2b6961cfe6a8c24a80f6f5fed5a8c]

        LibreOffice.natvis: a small correction
        
        Change-Id: I6f9971bf3fc8eec996a19c0a56202947f65a07ae
        Reviewed-on: https://gerrit.libreoffice.org/44972
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-20  Yousuf Philips  <philipz85@hotmail.com>  [036a5177485b3c07b3297e4daae4c11331f4c8db]

        Move position of Formula in File > New to similar to start center
        
        Change-Id: I3d5f81e444d2f48f2f2d90e474bd51dbd6a674b5
        Reviewed-on: https://gerrit.libreoffice.org/44926
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-20  tagezi  <lera.goncharuk@gmail.com>  [9abd653129986d5aa8a07b8f8bb92b2d4254126e]

        tdf#108872 Also remove VBA module info on module removal
        
        If this information is left, then css.container.ElementExistException
        is thrown on following creation of a module with the same name in
        XVBAModuleInfo::insertModuleInfo called from
        ScriptDocument::Impl::createModule
        (see commit 2be139d76bdb66e77719613d802dc0047c284456)
        
        Change-Id: I6750819ce36c112c146d7800a6bab4cc207e0062
        Reviewed-on: https://gerrit.libreoffice.org/44940
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-20  Mike Kaganski  <mike.kaganski@collabora.com>  [1560a335f7d548fb9eed564e8d2da03c2ef84b7a]

        SwDBManager: move implementation details from interface
        
        Change-Id: I738e8306f2f9af7f284cc236d55f5e184e632323
        Reviewed-on: https://gerrit.libreoffice.org/44951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-20  Julien Nabet  <serval2412@yahoo.fr>  [21f8b386e07702e375abd8000e7583f25a0804cf]

        Disabled slot with Put leaks entry (StateFormatPaintbrush/sw)
        
        Same as https://cgit.freedesktop.org/libreoffice/core/commit/?id=21dde7a09e2cfe7b48d2fec1edc7a94fa94af5c3
        
        Change-Id: I670c01eb5e5e747ceb77995ad855ee448faa054f
        Reviewed-on: https://gerrit.libreoffice.org/44931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Yousuf Philips  <philipz85@hotmail.com>  [eb55a2cf1acf188b1ce640d7d01a573c5e8c45bb]

        l10n: dont translate non-text character tab fill characters (2)
        
        Change-Id: Ib46cef900e681664e50b06c2e4a5af2b63a8f83f
        Reviewed-on: https://gerrit.libreoffice.org/44953
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [b6937a5c9d99dd1e7110d01f69923f45047259fe]

        ofz#4306 Null-dereference READ
        
        Change-Id: Iccbaed9ab6252ac8c61104ac0e6a9b8972913f6c
        Reviewed-on: https://gerrit.libreoffice.org/44954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [7cd75ff1c9520e41d4803eda00538469393ab184]

        ofz#4328 Abrt
        
        Change-Id: Ia122ca02b96682e436315b89c1510230c2ec5150
        Reviewed-on: https://gerrit.libreoffice.org/44950
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [ce204e444379d0fab21a8cf759df659ebafb5638]

        ofz#4327 Integer-overflow
        
        Change-Id: I1a656c106b5944578c6c74b9e475349259865049
        Reviewed-on: https://gerrit.libreoffice.org/44948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Takeshi Abe  <tabe@fixedpoint.jp>  [14f351529e5f6282b1017d28671930d6142f4ce5]

        cosmetics: Drop duplicate semicolon
        
        Change-Id: I96d2ffb903f9ed15070572552c9564b5089df12f
        Reviewed-on: https://gerrit.libreoffice.org/44914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [13de75274b727428355eefd55176277a5f891c47]

        clang-format: enforce coding style via Jenkins
        
        - factor out common code to a shared module, and quote path to the
          clang-format binary, just in case.
        - add a new check-last-commit script that is the CI equivalent of the
          exiting git pre-commit hook, but this one handles lack of clang-format
          as an error, not as a warning.
        - $LODE_HOME/opt/bin is supposed to be in PATH already, so not
          mentioning LODE_HOME in ClangFormat::find() explicitly.
        - if both COMPILER_PLUGINS and LODE_HOME is set, invoke
          solenv/clang-format/check-last-commit as part of 'make check'
        
        To test these changes as part of CI, fix a single style violation in an
        already committed, non-blacklisted file.
        
        This depends on the lode.git commit
        496123bcae28e06c6d6aeda39a5afd1e1fb1fd98 (utils_Linux: install
        clang-format in the Jenkins case, 2017-11-16), otherwise erroring out on
        a not installed clang-format as part of the build would be a problem.
        
        Change-Id: Ib3110826194ff78a7f1bed1c3796147e92ccb3ba
        Reviewed-on: https://gerrit.libreoffice.org/44939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [cd0dd31086bb43fcfcc95beb11aa30bb68d6c485]

        ofz#4334 Null-dereference READ
        
        Change-Id: I64cf71566248d81713f251d95d435d51701d3188
        Reviewed-on: https://gerrit.libreoffice.org/44949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Mark Hung  <marklh9@gmail.com>  [51b9042efea0984da96318812124836e292271d7]

        tdf#95656 vcl: correct offset for vkrn position
        
        For Bopomofo tone marks to attach to anchor points.
        
        Change-Id: I66373790cb80515f4ab0ca9c166f78634eb4081c
        Reviewed-on: https://gerrit.libreoffice.org/44922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-11-20  Takeshi Abe  <tabe@fixedpoint.jp>  [c40c0a2773cee5402801926bc08db92a94527712]

        sot: Simplify UCBStorageElement_Impl with std::unique_ptr
        
        Change-Id: Ia2de0a990ed8157095e03aabf65c0f7cd9fc4c87
        Reviewed-on: https://gerrit.libreoffice.org/44700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f4486c61d3e437059a2ac77aae012489f5c7e25]

        look for =() in loplugin:unnecessaryparen
        
        Change-Id: I4f9b71ff7767e90987bb40358fc46ed5d1d571d0
        Reviewed-on: https://gerrit.libreoffice.org/44944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [fda2ee3d87600ce7ecbec5528ea80b8e9758f584]

        WaE: -Werror=unused-function
        
        Change-Id: I773224bd332669c86648578a47612fa6d639c9c5
        Reviewed-on: https://gerrit.libreoffice.org/44945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [ffba2c683a5cd7ac3293e146fb0b930545b93609]

        TypedWhichId for SDRATTR* constants (1)
        
        Change-Id: I29bd18fea4dea531ae84ebc024d2aa87a5c7004d
        Reviewed-on: https://gerrit.libreoffice.org/44943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-20  Gabor Kelemen  <kelemeng@ubuntu.com>  [2d13cc9723547f7a2028713e66e4f44a99090a34]

        tdf#113909 Fix label alignment in Shadow tab of drawing object properties
        
        Change-Id: I38afb0f193147243dc45bca461fc47d91d70e4e6
        Reviewed-on: https://gerrit.libreoffice.org/44900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d6d58bbef95ddd2d2e92244d11304c76d001c097]

        Fix typos
        
        Change-Id: Ib138f971c4efcc67c68c901c9f08b4d1d95cdde2
        Reviewed-on: https://gerrit.libreoffice.org/44933
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [61b7f21f7f9e9d2516342cfdb23763d15acd4f79]

        sw: prefix members of SwFieldMgr
        
        Change-Id: I330ec974d1f469f4068bf0fc4dba33c99c5894db
        Reviewed-on: https://gerrit.libreoffice.org/44942
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-20  Caolán McNamara  <caolanm@redhat.com>  [5cfbc855141a7f5c5583aadc8ef8541ed582d139]

        ofz#4318 Integer-overflow
        
        Change-Id: I7ad1f39d82e44e4fa8dd78700b25deea0c19c81a
        Reviewed-on: https://gerrit.libreoffice.org/44913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f0049d77a0ee6ae936922213c7290d0bc4fee29]

        TypedWhichId for XATTR* constants
        
        Change-Id: Ie9d637d701b77a549de3b00956f9c74ee8bd08c1
        Reviewed-on: https://gerrit.libreoffice.org/44830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [21e85d591f344958c3ebee9422ba15dbd931f2cc]

        re-enable loplugin:useuniqueptr
        
        Change-Id: Ic1a7e5bd3a8002ac996a6af1d1d9a439d4153b0b
        Reviewed-on: https://gerrit.libreoffice.org/44864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-20  andreas kainz  <kainz.a@gmail.com>  [e9b3a326eec96a0867fe18a991fe6be917972148]

        Elementary Icons sc icon update
        
        Change-Id: I26e74d9d357c8f14dc514c106a7291e4b144989e
        Reviewed-on: https://gerrit.libreoffice.org/44935
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-19  Julien Nabet  <serval2412@yahoo.fr>  [c60c525902028b6c7da2dbb2ec17b08aaeaead27]

        Typo "Rigth_" -> "Right_"
        
        Change-Id: Ibe981b178f8282ebf481411c7b2b3473b72cb69b
        Reviewed-on: https://gerrit.libreoffice.org/44934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [86b8c063a47c1cca13bc208e17eac0d8d96d9072]

        Fix typos
        
        Change-Id: I964528cf4f3b81230c683011e1878b28378b0014
        Reviewed-on: https://gerrit.libreoffice.org/44915
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Szymon Kłos  <szymon.klos@collabora.com>  [2b2f1352c72280dd25ed3bef090a3c708ee4b964]

        tdf#86087 Save relative links in DOCX
        
        Save links depending on preferences set
        Options -> Load/Save -> General -> Save URLs relative to ...
        
        Change-Id: I96d06cfdc405d1e1254515106926374aee279f6c
        Reviewed-on: https://gerrit.libreoffice.org/44785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-19  Szymon Kłos  <szymon.klos@collabora.com>  [40acf8d6447065077acba9e800c56239f58c8262]

        tdf#86087 DOCX Import link as relative if preferred
        
        Change-Id: I92e273aa57db8b4b9779d8d784c5bbad42d720e5
        Reviewed-on: https://gerrit.libreoffice.org/44735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-19  Julien Nabet  <serval2412@yahoo.fr>  [d5e30952beeb87b62048a9e3a34800e9a948b5a8]

        Typos about "bottom"
        
        Change-Id: I8fec1f12d5f8330cd54da3e219268bf4e0b4c213
        Reviewed-on: https://gerrit.libreoffice.org/44932
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4efae8d0f71120beb28126ba6063a80ce2e08c81]

        clang-tidy modernize-use-equals-default in svtools
        
        no need to explicit delete SvtScriptedTextHelper_Impl assinment operator
        because it's implicit deleted anyway.
        
        Change-Id: I8463345e9035fc0466a22ed6648eb5b2614ed1b5
        Reviewed-on: https://gerrit.libreoffice.org/44927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ac3e2eac2bfaf6a2a94ac1bb4926d35a55125b3e]

        clang-tidy modernize-use-equals-default in sw/source/uibase
        
        removing unused assignment operators for SwDocDisplayItem,
        SwElemItem and SwShadowCursorItem, which are implicitly deleted now.
        
        Change-Id: I25200c3c61b77c5dedf7cf9de3edabc9d1e68730
        Reviewed-on: https://gerrit.libreoffice.org/44928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-19  jan Iversen  <jani@libreoffice.org>  [2d8cca33e3cce4a885fcfc9a3c38483927f2242d]

        iOS, updated app icon
        
        new demands for appicons (iOS 11.1)
        
        Change-Id: I26eb7c61d4ffe24347ed3b192b579d07e46afc34

2017-11-19  jan Iversen  <jani@libreoffice.org>  [10f2a6852f74add3b0e8b466189a208f9ee42462]

        iOS, added schemes to project
        
        This is very much an experimental feature, to ease the building
        process.
        
        Currently only SIMULATOR is tested
        
        Change-Id: I67137057132115d800af31a617aeafc585b0819b

2017-11-19  Szymon Kłos  <szymon.klos@collabora.com>  [4b9e237850efe36f7e35d65e14d6953f1e1f3a45]

        tdf#86087 Open relative links in Writer
        
        Change-Id: I3f6caad559d92ec559b8ae1c66e7fea13f52cb76
        Reviewed-on: https://gerrit.libreoffice.org/44734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-19  Julien Nabet  <serval2412@yahoo.fr>  [f9d1de6c7b135e36ae23095029d6dbaa044d881e]

        Use for range loops and lambda in dbfindex (dbaccess)
        
        Change-Id: I72186af1eae37e31cafec695581336729d123d09
        Reviewed-on: https://gerrit.libreoffice.org/44925
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Yousuf Philips  <philipz85@hotmail.com>  [cba0399132bb1d10054b9ade0c035dc49d8d3d2f]

        tdf#113777 dont translate 'Family:' and 'Style:' strings
        
        these strings are replaced by strings in the code, so no need to
        translate them 4 additional times
        
        Change-Id: I6cd28b76367a950a2075cf5ef4ee021fe1a89fe0
        Reviewed-on: https://gerrit.libreoffice.org/44761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>

2017-11-19  heiko tietze  <tietze.heiko@gmail.com>  [d68bdb562ac48e340d915610de618547895eece2]

        tdf#113536 Better wording for CSV separator
        
        Change-Id: I4bdd275f2343341e64a4a5dba4e5271888ca1799
        Reviewed-on: https://gerrit.libreoffice.org/44901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-19  jan Iversen  <jani@libreoffice.org>  [f433253f5bae7c60f8f28c476795e527944dda29]

        iOS reactivated swarmsolver
        
        swarmsolver now compiles after the license issue was corrected, so
        no need to have a special case for iOS.
        
        Change-Id: Icae81c2b5769af9c8fd53068d69cbb6e608c7e69

2017-11-19  Mike Kaganski  <mike.kaganski@collabora.com>  [dfc45f0abab98a1ce977c6ed95dfa07c185b6d11]

        Reuse already existing value
        
        Change-Id: I996cd76b55265e783f51573b6d67b0c0187427c8
        Reviewed-on: https://gerrit.libreoffice.org/44924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Julien Nabet  <serval2412@yahoo.fr>  [60da185b57f36d48808309d0fa6efb27a587c4e6]

        Replace list by vector in accessible part of sc
        
        + remove useless typedef following https://cgit.freedesktop.org/libreoffice/core/commit/?id=65e578640f0258768a9253389356dbc63c845b7e
        + use for range loops
        
        Change-Id: I9b69acf4c0b783ee8db34791b1044cbebb68da9f
        Reviewed-on: https://gerrit.libreoffice.org/44919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-19  Thomas Beck  <thomas.beck@cib.de>  [b904d639a801d6d610d8e53ba23cae9781ab9569]

        tdf#108947 Added Unittest.
        
        Added different branches for Windows/Linux because of differences in
        linebreaks. Recommit with ifdef guard for preventing tinderbox failure
        
        Change-Id: I08c45e3e653990a47a85aee6f63f063b2f9385a7
        Reviewed-on: https://gerrit.libreoffice.org/44677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4cc86c8fbf0426d39267b970391c376218b07926]

        Remove include config_lgpl.h from SwarmSolver, license is MPLv2
        
        Change-Id: I7c29c2e1a6e782dfc24b284f196521a7f7beef61

2017-11-19  Serge Krot  <Serge.Krot@cib.de>  [2865210607364feaff2c0275b7cd6c5439f5f070]

        tdf#50746 Make "paste unformatted text" work for Calc
        
        The same command with the same Ctrl+Shift+Alt+V hot-key
        was already added inside Writer. So now Calc has it too.
        
        Change-Id: I2b2d1b02e33288bc058c773431f029fb1d33d3be
        Reviewed-on: https://gerrit.libreoffice.org/44886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-18  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [63bd6ee2c49f2d0c77c542778fc43ad476f6451b]

        tdf#111486 Multiply by whole base transformation, and not only by scale of it
        
        Change-Id: Ib50fa1ac36f06dbd7e5e921f9c13c5d5ac8bb138
        Reviewed-on: https://gerrit.libreoffice.org/44869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-18  Caolán McNamara  <caolanm@redhat.com>  [2caec93c4ac13d6bb691c50cc36c5150f21d6364]

        ofz#4306 init draw layer
        
        Change-Id: I2a8bfa72e7e83ec86301cbfb952235e6b984b363
        Reviewed-on: https://gerrit.libreoffice.org/44906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-18  Caolán McNamara  <caolanm@redhat.com>  [84cbd415cdc7dacc1b2376ccf47b484ae87f7b3b]

        we now get a solver lib even without lpsolve or coinmp
        
        Change-Id: I867d9aa37f876532dd67dadff7cd76f6e35868ba
        Reviewed-on: https://gerrit.libreoffice.org/44912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-18  Caolán McNamara  <caolanm@redhat.com>  [5280b3eaa6e9a9ee5994c1459f459336908fc741]

        silence some coverity warnings
        
        Change-Id: I5a530e37156b5cd36e8a07ac20851880a46f520d
        Reviewed-on: https://gerrit.libreoffice.org/44875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-18  Mike Kaganski  <mike.kaganski@collabora.com>  [06756e412b2a02030ce3355b3fe4e2ecc71d2301]

        One more proper construction of vnd.sun.star.pkg URL
        
        Change-Id: I4b1bfc9c9b158506424ec0b5e2fd71c6ccb7d3ec
        Reviewed-on: https://gerrit.libreoffice.org/44917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-18  Yousuf Philips  <philipz85@hotmail.com>  [49098daf5795499f6c34298d9476ab42125de51a]

        tdf#113777 Add colon after family and style labels
        
        Change-Id: I27a58b9c6f63275f3901d00e807588c2f4c278af
        Reviewed-on: https://gerrit.libreoffice.org/44905
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-18  jan Iversen  <jani@libreoffice.org>  [5568df9251bae61a50a34ca4ab5b2d1dfc9a34a3]

        Makefile.in typo
        
        Typo in the foreach macro.
        
        Change-Id: Ic9d69753eff81d06f662be7cd0dc1fc4f965b4f3

2017-11-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5c5fd9b86c8177403ab73c77fbb047a9ccad19f1]

        We now require orcus-0.13 to build.
        
        Change-Id: Ieea3eda0c3f073caf5a957e55567c84bd7261ed2
        Reviewed-on: https://gerrit.libreoffice.org/44908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-11-18  jan Iversen  <jani@libreoffice.org>  [ceb10d57ac8151e9e144358b0e37310ebb7898ca]

        gbuild-to-ide cleaned up double scripts.
        
        Moved gbuild-to-ideNS to gbuild-to-ide (NS was the original)
        Removed gbuild-to-ideNS from Makefile.in
        
        the original gbuild-to-ide was split off to gbuild-to-ideNS, in order
        not to disturb the production environment while playing with new ide
        generation.
        
        Work on a new IDE generator have been stopped for a half year, so time
        to clean up.
        
        The work on a new Xcode generator continues offline (for now), and are
        part of the iOS development.
        
        Change-Id: Ia67355df21c6aec592d792ffa7c904a568eff961

2017-11-18  jan Iversen  <jani@libreoffice.org>  [0ee2bd1aeb86048f54b607d1453bd6f2685eb8a8]

        iOS, swarmsolver workaround
        
        Due to license problems (see mail dev list) disabled swarmsolver
        
        Change-Id: I39889ddab2563a857c3bf0982244f889a402097f

2017-11-18  Mike Kaganski  <mike.kaganski@collabora.com>  [0aed91c60fecdf12840246b0f156e51e881f6cb2]

        Update LibreOffice.natvis
        
        Change-Id: If9a0b5c185e828b5a1cf50fd42879aa3fa0f8635
        Reviewed-on: https://gerrit.libreoffice.org/44910
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [38c4f46325260ffe176937fa309ef804e3bb0c31]

        Updated liborcus to 0.13.1.
        
        Change-Id: Id5aa07f87603879fe7a21dc96cad207f1b168286
        Reviewed-on: https://gerrit.libreoffice.org/44850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0557a9aace85b7d47f77de758bb4f9f97303d07c]

        RotateFlyFrame3: Corrected wrong static_cast
        
        Change-Id: Ia3e0748d0b4ba11ec84a85e823472cdac9bf987a

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [487ac20ecd73cf3d98071ba30cf5597d957017f7]

        RotateFlyFrame3: add support for AutoContour
        
        For transformed FlyFrames with no Border and no Padding it
        would be nice to immediately start using AutoContour, added
        first implementation to do so.
        Added several conditions for AutoContour, need to
        work on reaction on changes to these. Corrected
        needed transform adaptions to Contour(s)
        
        Change-Id: Ia3d7845fd5d50c8a413d592ae07ce2041ccc91b9

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [059469926e359153b9b291790ef2df84fa63fda9]

        RotateFlyFrame3: Corrected Contour when rotated
        
        When rotated, the contour has to be adapted to that state
        and also needs to be calculated in untransformed state,
        added needed code. Also need to add a ClipRegion set at
        the target OutputDevice (e.g. from Contour) to the prepared
        GraphicPrimitive. It was sometimes used due to a VCL_Based
        PrimitiveRenderer being used, but that is just a coincidence.
        
        Change-Id: I1888ecd0468243bf2f41233b0cb3f99a50ac9805

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d74b26b41bfea3ba7a1834953b2bfe9b7ff0d70f]

        RotateFlyFrame3: Corrected interactive Crop
        
        To correct interactive Crop in transformed states, I had to
        rework some stuff involved that anyways was in a non optimal
        state. Added functionality to translate the object to make
        Crop seem to work more seamlessly. Some mapping was needed
        to make the Cropped, transformed object to be in the correct
        relative position to the uncropped, untransfomed one.
        Restructured TransformableSwFrame to directly re-create
        last non-transformed SwFrame(s) from the SwFrameAreaDefinition
        from the current Transformations, offering the untransformed
        SwRect(s) now for usage.
        Identified and corrected error when FlyFrame was translated
        using keyboard, the accessing method needed to adapt position
        in the transformed case.
        Started to look at Contour stuff, adapted a set contour to be
        correctly used by adapting it as needed in the transformed case.
        
        Change-Id: I0d5f14958bcd6f826b9abd53f1f47b7d0bc5a0e2

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1059e234f4b3b3f6b770b2e4d973923e54e7045b]

        RotateFlyFrame3: Made interactions work properly
        
        Have now created working interactive Rotation, Scale, Move
        and Crop. Using as much of the old code as possible since
        it does corrections based on BorderWidth/s stuff and similar.
        To do so, need to back-transform and execute in unrotated/
        untransformed state as much as possible. Had some problems
        with SwVirtFlyDrawObj::NbcMove usages and hacks there, had
        to restructure some of these.
        
        Change-Id: Ibedf6d834f96b2f8e9c1ace2a0c984aa26cedc74

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7d391f9a563041aae416c7017dcec36bbf4dfb2c]

        RotateFlyFrame3: Restructured TransformableSwFrame
        
        No longer derive a SwFrame that needs Transformation
        support from TransformableSwFrame, but keep it as a
        member (in a std::unique_ptr). Adapted all usages,
        also added reset of local SwRect(s) in local SwFrameAreaDefinition
        during layouting. That makes PrintPreview work correctly.
        
        Change-Id: I2e7720e67b57d4d29c0feb065878e246192a8a4c

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4cee8018792c732aac638bd82c754ade915a4db9]

        RotateFlyFrame3: Added basic transformation support
        
        In lcl_MoveAllLowers SwFrame(s) were directly modified,
        not even by calling any member method what makes it hard to
        react on changes to geometric definition(s). Added logic
        to Transform a SwFrame, currently basic by using e.g.
        SwFrame::Ltransform_translate, may be later unified to
        general Transformation usage with a homogen Matrix
        
        Change-Id: I7582fbd1472e12e481adacedda2e65cc0c282eac

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c82cb453eb56fb37ad36cff6becde9d753eb829d]

        RotateFlyFrame3: Isolated functionality and automations
        
        Isolated tooling stuff for SwFrames that support Transformations
        to TransformableSwFrame, adapted all usages. Developed functionality
        to reset temporarily the already adapted SwFrame of the outer frame
        to non-rotated to mate the layouting work. Made the outer frame
        being layouted always first.
        
        Change-Id: Ia60a971b8eaa28859d0f2a5243eabf68fe949846

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [da05b60cdb72d301c6b16c8cb31135f46f4ed2c0]

        RotateFlyFrame3: Late-Updating of Areas
        
        When Layouting the update of the Areas is needed,
        but during layout needs to be stable on the unrotated
        values. Hard to find the right spot to do this, decided
        to use the inner/outer frame, layout both, and trigger
        the updates when the inner frame is layouted to non-
        rotated Areas for inner and outer frame. Still not sure
        if this will be correct, but is close to working well.
        Some repaints/updates missing
        
        Change-Id: I3d7dcbf624f3f32392e5e98420cb348d11d7d322

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [51ee0c5ba6b0ffcd4b12e652de48e3f775cccc7d]

        RotateFlyFrame3: Added transformation support to SwFrame
        
        The layout element SwFrame now has methods to get linear
        transformations for the geometry-defining FrameAreaDefinitions.
        These return by default the SwRect (without being relative
        for the FramePrintArea to make things easier), but are
        replaced by the now two SwFrame derivates that support
        rotation. The layout will now use the BoundRects of the
        transformations, thus supporting a future that will allow
        all kinds of free transformations (including mirror, rotation
        and shear)
        
        Change-Id: I18b85f5ddc2970a1b8c137d30b0c2ee49bb8df72

2017-11-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [6675e6eaf999de94d49d7644d5877537fda83239]

        RotateFlyFrame3: Initial support added
        
        First steps to get a rotated FlyFrame and content
        that only uses layouted sizes/positions and does not
        change the model data (except rotation). This works
        with persistence, after reload the rotation can be
        resetted with going back to the original FrameSize.
        Lot of stuff not yet working, experimental state.
        
        Change-Id: Ie29d501fe2e618a1cb4457d600ce97575ed372d0

2017-11-18  jan Iversen  <jani@libreoffice.org>  [995c75de956436606e4f313d60257285955586d8]

        iOS, swarmsolve needs LPSOLVE or COINMP
        
        if neither LPSOLVE or COINMP is defined swarmsolve terminates with
        an error "No LIBFILENAME set", if either one is a demand for
        swarmsolve it should make an error message, if not the mk should
        be modified.
        
        For now enabling coinmp for iOS builds.
        
        Change-Id: I0c0611c119f7930f50c90ff52d382196135f2c1f

2017-11-18  jan Iversen  <jani@libreoffice.org>  [0fd2d3a4527c0764666a91c9a5c813020feef67e]

        iOS, Xcode upgrade ruined project.pbxproj
        
        The latest Xcode upgrade caused dublicate XBUILDCONFIGURATIONS,
        giving a strange behaivour when changing parameters using Xcode.
        
        Change-Id: I3e4d43af5540ef505665cf832090c767774bd951

2017-11-18  Yousuf Philips  <philipz85@hotmail.com>  [cda7d045d50558bd6f0ed2c3a612f7787ab10689]

        Fix typo in bitmap preset 73
        
        Change-Id: Ie7dfdf4c2ec1d5629a5bd69623074f306831a9d2
        Reviewed-on: https://gerrit.libreoffice.org/44899
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-18  Mike Kaganski  <mike.kaganski@collabora.com>  [06ff3f82d50b81c9bfda576b3199edf21dbf1efd]

        Remove redundant check
        
        Change-Id: If925aef0109a023d5760a7f83ab570a1f0312cb6
        Reviewed-on: https://gerrit.libreoffice.org/44903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-18  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [3af8a4faf5e20ccae2386052697713da160afb16]

        tdf#113861: Less aggressive expansion of chart headers.
        
        For sheets with low data density (many empty cells) created charts with
        checked "First row as label" or "First column as label" can get too much
        extra rows/columns from data range (if they contain no data).
        
        New approach is to treat empty cells as belonging to data, not to headers.
        
        Change-Id: Ib5fd47636b80e0b8807f75d9eb582eed0ef68627
        Reviewed-on: https://gerrit.libreoffice.org/44755
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-18  Mike Kaganski  <mike.kaganski@collabora.com>  [1f4a1b74369caa1a61026b7776abe13f24ed48c1]

        MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugs
        
        E.g., when a unit test is debugged using
        make CppunitTest_foo CPPUNITTRACE=TRUE
        then devenv.exe is launched with /DEBUGEXE switch, and it's impossible
        to add a .natvis file to the debug session (unless one adds the file
        to path where VS looks for visualizers). A natvis added to PDBs will be
        used in this case.
        
        See https://docs.microsoft.com/en-us/cpp/build/reference/natvis-add-natvis-to-pdb
        
        Change-Id: Icc31eb7c4fd063810e4074eaff774e8146b86877
        Reviewed-on: https://gerrit.libreoffice.org/44595
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-18  Mike Kaganski  <mike.kaganski@collabora.com>  [e89ad623f4d55869f0d67cc24c28292c168e5209]

        Assume thread encoding for ODBC status string
        
        OTools::ThrowException uses SQLGetDiagRec to get error message. It's not
        the caller's responsibility to define the encoding of resulting string.
        Also, using the default setting of RTL_TEXTENCODING_MS_1252 turns
        returned localized strings into garbage.
        
        To allow correct conversion into Unicode string, let's use current
        thread encoding, and drop the input encoding parameter.
        
        Change-Id: Idb02e3ebb4fc407ce5e658fb2137ea2aa3bc127d
        Reviewed-on: https://gerrit.libreoffice.org/44877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-18  Julien Nabet  <serval2412@yahoo.fr>  [e36c468dab4006afcfae76b1676df7cedbb82f1d]

        Replace list by vector in macromigrationdialog (dbaccess)
        
        + use for range loops
        
        Change-Id: I676009baa7b7aeb8c26951a8786da22431b0bc81
        Reviewed-on: https://gerrit.libreoffice.org/44896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Julien Nabet  <serval2412@yahoo.fr>  [c197573d5e89156eeca1e1cdf481d9437237e31a]

        Replace list by vector in framectr (extensions)
        
        + use for range loop
        
        Change-Id: I7bd95df8a75979bf342e3a8920fab016593e1b18
        Reviewed-on: https://gerrit.libreoffice.org/44891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Julien Nabet  <serval2412@yahoo.fr>  [7db6878a9d3e534583f9c22709f0eee96eff849f]

        Replace lists by vector or deque (cppu)
        
        + use for range loops
        
        Change-Id: If0fcba6e06538913031c50ec878b18db3547e06c
        Reviewed-on: https://gerrit.libreoffice.org/44894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Julien Nabet  <serval2412@yahoo.fr>  [9d1f61a61893435b26f7239136ad92b7354545a8]

        Replace some lists by vectors in binaryurp
        
        + use for range loops
        
        Change-Id: Ied18e378b73826c5a47957cad6cf86a4e19a9230
        Reviewed-on: https://gerrit.libreoffice.org/44892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e69b3619d3a2b05930c5b8b8521d7f2938c709d]

        loplugin:flatten in toolkit..writerfilter
        
        Change-Id: I4da2a768b6b55869c3a3d6f8a8d50dc018709acd
        Reviewed-on: https://gerrit.libreoffice.org/44865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d097883541b9d244e50ced7fe49a4d7a0f65cfd]

        tdf#113855 Assertion while customizing Bullets and Numbering
        
        can't find an easy way of removing the duplication, even though
        that BeginLocking() stuff looks ripe for simplification.
        
        Change-Id: I97b580b3668381c12b62136ea09772d91ab11eac
        Reviewed-on: https://gerrit.libreoffice.org/44884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-18  Jens Carl  <j.carl43@gmx.de>  [6d24213d55df33c7bb5f10d511dcfc82b745db38]

        tdf#45904 Move _XSpreadsheetView Java tests to C++
        
        Change-Id: I1e5346e2f014b412a2f8be08553c8eeff37920f9
        Reviewed-on: https://gerrit.libreoffice.org/44840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [133d617a7758acb342d82e5d446e165cd87e2cac]

        TSCP: remember the state of IP section expander state
        
        Change-Id: I899c05a4260324fa4c5648d7164821eddb1ead08
        Reviewed-on: https://gerrit.libreoffice.org/44879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7d469172132ba5a1d11eb1200e996019ce645f0c]

        TSCP: allow to add multiple markings in the document
        
        Change-Id: Iae8fd98b678acdd3667eeb35b110b4e405c1167b
        Reviewed-on: https://gerrit.libreoffice.org/44878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [08404bbb90a8978b70698ef057a4a46ad4fceae3]

        Swarm based (uses PSO or DE) experimental non-linear solver
        
        This is a new, simple non-linear solver that uses a swarm
        (population) to do global optimization. It uses two algoritms -
        Particle Swarm Optimization (PSO) or Differential Evolution (DE)
        to find a (non-optimal) solution.
        
        It is experimental as not all functions are implemented and it
        needs a lot more testing so that it performs well.
        
        Change-Id: If55dad7eda17394851a9d178ad892de771eca7c9
        Reviewed-on: https://gerrit.libreoffice.org/44382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-18  andreas kainz  <kainz.a@gmail.com>  [257f62bb18aa745b50414b955ab285a04a7cfa41]

        Update Tabbed Notebookbar remove placeholder img
        
        Change-Id: Ibb90096f85dfab277be7888ec6762624686df85b
        Reviewed-on: https://gerrit.libreoffice.org/44796
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-18  andreas kainz  <kainz.a@gmail.com>  [588093c42cfe6c26664c50eea40c53414683d66c]

        Elementary icons sc_ initial updates
        
        Change-Id: If41b1f038a3dc737066c27837c3fdaa0531de14c
        Reviewed-on: https://gerrit.libreoffice.org/44827
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-17  heiko tietze  <tietze.heiko@gmail.com>  [637d96a25926e299fff5b4cf5a0055b1d171b23b]

        tdf#106890 Page orientation of User page size
        
        Radio buttons are adjusted when width/height is modified
        
        Change-Id: Ia660a25314a46f2bb04b248a4fef937f10c4941d
        Reviewed-on: https://gerrit.libreoffice.org/44876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6e6e5cd3b6320de24953f275281780ff25f17110]

        Fix typos
        
        Change-Id: Idc648e4673cca1b1dec8c1f009d52cfa290508ff
        Reviewed-on: https://gerrit.libreoffice.org/44895
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-17  Mark Hung  <marklh9@gmail.com>  [025b5f75c657ffd54f11209da9bc8a6ebdbcc81e]

        tdf#111717 consider CJK vertical writing for underline offset
        
        Textline offset was based on horizontal font metrics.
        In vertical writing for CJK fonts, use descent
        as its underline offset so that the line is drawn at the edge
        of the bounding box to prevent overlap the CJK glyphs.
        
        Change-Id: Iaa01bdf3cbb694dcf925975cde3f0f7ba7b97dac
        Reviewed-on: https://gerrit.libreoffice.org/44720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-11-17  Mark Hung  <marklh9@gmail.com>  [58af692e28146a1ecb4fbeef89e839baa1a1b39d]

        tdf#111967 translate offsets so it is relative to v origin
        
        The offsets were 0 in HarfBuzz 1.3.3 but the value became
        something else and made text offsets toward upper-right
        after upgrading to HarfBuzz 1.4.8. Those values are offsets
        relative to the horizontal origin.  But underlying renderer
        expect positionos relative to the vertical origin. Translate
        them back by adding the horizontal origin.
        
        Change-Id: If58d2c082b198bfd8789efb3df2be49869a04bf9
        Reviewed-on: https://gerrit.libreoffice.org/44556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [0b31768cb1b3d409cea3dafc5b1f8d5d11333e81]

        ofz#4291 Direct-leak
        
        can't reproduce this, but throw a guess at it
        
        Change-Id: Iff6198c463bbab4e3ef87ec62eaa13e88d016a23
        Reviewed-on: https://gerrit.libreoffice.org/44890
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [f05130c20c90c47f98941c06f056563315b2c1e4]

        ofz: Integer-overflow
        
        Change-Id: I8a1a8c4b4d5f32a1f2b8a2e03225f6ac6b747232
        Reviewed-on: https://gerrit.libreoffice.org/44889
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [946ff7a6768f8207a7d26dfec0f090c08aeabbb9]

        Resolves: tdf#112549 use gtk3 to set gtk2 window fullscreen...
        
        for current monitor mode as well as all-monitors mode
        
        Change-Id: I9de864dc0b416d18937f6ee90f432a8254fe987f
        Reviewed-on: https://gerrit.libreoffice.org/44870
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Justin Luth  <justin_luth@sil.org>  [ac116d190da9e59b6a8cc541bba652183fccc5b3]

        ScVbaRange::Find - allow empty string as What to search for
        
        Excel's find macro is able to search for an empty string
        and find an empty cell, without giving a script error.
        
        LibreOffice was raising a "missing params" error if it was passed
        an empty string to search for, causing execution failure,
        a misleading error code, and failing to find an empty cell.
        
        Also fixed the other copy/paste error codes to indicate
        that this is the find function, not the replace function.
        
        Also added a sanity control line to the VBA test.  First select
        cell A1 - instead of assuming that no one has touched the
        file.
        
        Change-Id: Iabbac7333c37886a667ab5670af819b1cd53c086
        Reviewed-on: https://gerrit.libreoffice.org/44618
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-17  Henry Castro  <hcastro@collabora.com>  [44badb1175dbe7906aec993e8f2cc90c81ae71fd]

        sd: enable language status bar item
        
        Change-Id: I7cb725cdcfc92366694fc8cb24c1443dd74d102e
        Reviewed-on: https://gerrit.libreoffice.org/44851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-11-17  László Németh  <nemeth@numbertext.org>  [95d9f596336ebf19dc367f618b3788a4ce0ba542]

        tdf#113739 add "Grammar By" feature to user dictionaries
        
        Language-specific user dictionaries (en-US, de-DE, etc.)
        have got a new "Grammar By" field to specify
        optional automatic affixation and compounding of the
        new words by adding an example dictionary word.
        
        Test example:
        
        Create an en-US user dictionary. Add the new word
        "crowdfund" to it, also an example, the Hunspell
        en-US dictionary word "fund" in the optional
        "Grammar By" field.
        
        This way, the word "crowdfund" will be recognized
        by the spell checker with suffixes of the word "fund",
        too: crowdfund’s, crowdfunds, crowdfunder, crowdfunders
        and crowdfunding.
        
        Hunspell dictionaries with compound flag usage (German,
        Hungarian, etc.) can support automatic compounding of
        the new words, too.
        
        Change-Id: Id70dbee4544643967153f730ae64938e5cee0c82
        Reviewed-on: https://gerrit.libreoffice.org/44562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2017-11-17  László Németh  <nemeth@numbertext.org>  [a7ec994689f8ea5985f6c8f94f17a4417978ff41]

        apply patch for run-time Hunspell dictionary extension
        
        to use in new "Affixation/Compounding By" feature of
        language-specific LibreOffice user dictionaries.
        
        Change-Id: Icb4181717f0ff1145ac5acc130266b165132cfe9
        Reviewed-on: https://gerrit.libreoffice.org/44561
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [9aa68d323cac29ac37e9d6fee4795ba2e361e5a8]

        ofz#4204 compare against available data len
        
        Change-Id: I407e104e08aa393d66ed5c6baf5e0b0ab2d361bd
        Reviewed-on: https://gerrit.libreoffice.org/44687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [1890b577d99d571e52570fa6b3e8b36b46a0bbba]

        ofz#4076 bad palette READ
        
        Change-Id: I54943d96baa6e2309bbf2cd3b6d8bcada2b76952
        Reviewed-on: https://gerrit.libreoffice.org/44351
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [c1c868003e129ff286ccd787e22f1a64a75de58a]

        tdf#111486 Use buildin methods for displaying matrix
        
        Change-Id: I0f40f7178be126229c8963b56e6a15313acc19a7
        Reviewed-on: https://gerrit.libreoffice.org/44868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-17  Manfred Blume  <manfred.blume@cib.de>  [f53b3b547b04dc112076d8323b5b24ae178d6260]

        revert "tdf#95761 All Hotkeys with CTRL+ALT+ not worked"
        
        This was breaking keyboard functions in other locales, by essentially
        disabling use of left Ctrl-Alt as AltGr equivalent - fixes tdf#97908
        
        This reverts commit 3ac9942c624cb627c8b09122498b45b05cf455f6
        
        Change-Id: Ibee8cf0cb663f1995d0696afde8baea995f35f37
        Reviewed-on: https://gerrit.libreoffice.org/44824
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-17  Yousuf Philips  <philipz85@hotmail.com>  [e8871a5ec9fc9b58ee688c9f1d9b22223769ea57]

        Add templates menu and remove macro recording in start center
        
        Change-Id: I91c61047dcae3882f6f80279469963957c621138
        Reviewed-on: https://gerrit.libreoffice.org/44838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [d90dcf3554a84b5600800ee6deb3cde879c62b8d]

        tdf#113894 release ctrl of ctrl+v in input line should strip formatting
        
        Change-Id: I1cd1501d6f20765d7e5a90a9ccb07745758682d4
        Reviewed-on: https://gerrit.libreoffice.org/44880
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [ff8722507473328e811cdcd6293f091afe6aa7d3]

        Resolves: tdf#112943 don't close popups on resize if size didn't change
        
        Change-Id: If5331248f69098570c87da060595f5a85721c2d2
        Reviewed-on: https://gerrit.libreoffice.org/44882
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Xisco Fauli  <anistenis@gmail.com>  [605b01dc591eaa72788be255baf1f9b9dde76414]

        tdf#113660: show Master Slide label in handout view
        
        Change-Id: Ib26837fe8eab9f024a15e5b6a48e4d9dfa7252a5
        Reviewed-on: https://gerrit.libreoffice.org/44797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [328cdfd4a75f5e29c3a1b3ba4ee0ed9475603442]

        loplugin:useuniqueptr in PDFContainer
        
        Change-Id: I25c2a5a078450ed921c7e981f4c9fac242aa7178
        Reviewed-on: https://gerrit.libreoffice.org/44863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [01cc5c2bc927fa1515d04cb509e420b86a02e74d]

        ofz#4245 need more components
        
        Change-Id: Iab8d50dff1f20a31f7863217cfa69fb73727e4ef
        Reviewed-on: https://gerrit.libreoffice.org/44874
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7ff24c6619648164a8642642217709f1a29c89c1]

        TSCP: change bold button to a toolbox button as bold icon
        
        Change-Id: Ic1a96544c4b3a1f8d631535c8a5f43b6680539f4
        Reviewed-on: https://gerrit.libreoffice.org/44860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3b501c4478e5da43ea092c51e5afdb66790d028a]

        TSCP: show "OK" dialog when doc. classification changes on save
        
        Change-Id: If0b24ceb5789ce505dc329d17fdad114749374d7
        Reviewed-on: https://gerrit.libreoffice.org/44859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Yousuf Philips  <philipz85@hotmail.com>  [a3c981015da76dbda8626993da30c467a3e1c799]

        tdf#113880 a11y: Link 'Numbering style:' label to drop-down list
        
        Change-Id: I2e758d69f7193f611cfbba5d6189ceb858ecb81e
        Reviewed-on: https://gerrit.libreoffice.org/44833
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b69497e36b941d4db62ae8d5bad863d032fdc50]

        loplugin:useuniqueptr in TVDom
        
        Change-Id: I885c202c64f43b89372d079659dd9b5b12677fbd
        Reviewed-on: https://gerrit.libreoffice.org/44861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Yousuf Philips  <philipz85@hotmail.com>  [a2ed9435273d880e41b4d9196a37bfbf7f43d068]

        l10n: dont translate non-text character tab fill characters
        
        Change-Id: I529fe96d98e85119373e220ba8ddd7a4d4629a7c
        Reviewed-on: https://gerrit.libreoffice.org/44858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-17  Eike Rathke  <erack@redhat.com>  [2337797936eb53ac088ad7b5243d5fd8dfbfa31e]

        coverity#1422192 include param field in string field
        
        Change-Id: Ia2ef910fd9b4b74c8cf227717fde93c562bbb1b6

2017-11-17  Szymon Kłos  <szymon.klos@collabora.com>  [713f579283279aa1dfadf476d37b38753e5f398f]

        Notebookbar: PriorityMergedHBox, OptionalBox
        
        Change-Id: I7822fb1b6a342065d66a3fd62f1277e43c2562dd
        Reviewed-on: https://gerrit.libreoffice.org/44694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [c690d38b066bb9cda3e6af790c36fb37d2e0dea3]

        TypedWhichId for EE_CHAR* constants
        
        Change-Id: I261f8a949ddd858dee196118bb42993a101a2a28
        Reviewed-on: https://gerrit.libreoffice.org/44829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [666dc76e0426927c5f8e70fcfa5bce25171a0722]

        tdf#108450: The shrink part of grow/shrink animation finally works
        
        this automagically fixes also ODF export i.e. shrink to 25% in both
        directions gets saved as smil:by="-0.75,-0.75"
        
        Change-Id: I977deefb11cc4baa6a3caac5c9774940b5bc047e
        Reviewed-on: https://gerrit.libreoffice.org/44814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-17  Stephan Bergmann  <sbergman@redhat.com>  [b8b5baefa9ead7a3360e0249224fd9beaa9b2bb0]

        loplugin:casttovoid (--disable-pdfium)
        
        Change-Id: I38017e3b191ef210facf46323c9a3bb5f54bf0a3

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [18bc47d6e0eedd4b2e4dc977ae445d60b41eb122]

        TSCP: convert the class. ID to name, fix class. change on save
        
        Change-Id: Ic829ebeb488f41f3189170e6fdeebd80b28ae8c5
        Reviewed-on: https://gerrit.libreoffice.org/44855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ef5fc3adfd73ea0a12fbc07083a9e37b2d02798b]

        TSCP: add or delete watermark when set through class. dialog
        
        Change-Id: Iedcf0ee7292b447bc2e2030335234aeb4eb14752
        Reviewed-on: https://gerrit.libreoffice.org/44854
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Caolán McNamara  <caolanm@redhat.com>  [6e686439291b4047a8c522ebf78d25632d349f62]

        Resolves: tdf#113871 bounds check kashida pos
        
        the inner loop checks the kashida validity so reuse the
        same check outside to avoid index 3 into vector of len 3
        
        Change-Id: I27c30aec1a61ccc8ca6611498d3281eddb4b54eb
        Reviewed-on: https://gerrit.libreoffice.org/44831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2017-11-17  Mark Hung  <marklh9@gmail.com>  [b843db1a8e3f50bc88e4278cd330bba86a62a206]

        vcl: clean ImplFontMetricData::ImplInitTextLineSize a little bit.
        
        Move initialization of FullstopCenteredFlag out
        of ImplFontMetricData::ImplInitTextLineSize since it has
        nothing to do with text lines.
        
        Change-Id: I1c2e383d980514c8727d736a3158325c1e0ccfda
        Reviewed-on: https://gerrit.libreoffice.org/44712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2ea797abf377c4a6a1d01de93a638aa5f068183]

        sw: remove temporary debug code in txtftn that no longer builds anyway
        
        Change-Id: I3a5f35f8184a513a2d11b01a13535700be149ead
        Reviewed-on: https://gerrit.libreoffice.org/44839
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-17  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [262bc4387970106f4fa9bf0b85cf82cbf645bcf8]

        tdf#113451 Fix misplacing of lines by adding mappingChanged
        
        Change-Id: I9b381f456d4c96369fdf7e94f161fde2723ebead
        Reviewed-on: https://gerrit.libreoffice.org/44842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-17  jan Iversen  <jani@libreoffice.org>  [71f168cd14ed36f917eeeb2c4b74d71cffec0e6d]

        iOS changed icons to non transparent.
        
        Transparent icons have a black frame on the iPad, changed
        transparent background to a green background
        (after all green is the color of LO).
        
        Change-Id: Id0703c63bab0f6cb5d5a9c268124daba5d6323b1

2017-11-17  Stephan Bergmann  <sbergman@redhat.com>  [11b741ac5e32c65475c61961679adac11660eab2]

        Make loplugin:casttovoid more resilient against macros
        
        ...in the type at the start of a ParmVarDecl, so that it does not erroneously
        assume in isSharedCAndCppCode that the whole decl is in "the body of a macro
        definition".  (Even better might be to check the whole ParmVarDecl is inside one
        macro body.)
        
        Turns out that vcl/unx/gtk/gtkdata.cxx indirectly includes stdbool.h via some
        vcl/inc/unx/saldisp.hxx -> workdir/UnpackedTarball/epoxy/include/epoxy/glx.h ->
        workdir/UnpackedTarball/epoxy/include/epoxy/gl.h, and Clang's stdbool.h contains
        
        > /* Don't define bool, true, and false in C++, except as a GNU extension. */
        > #ifndef __cplusplus
        > #define bool _Bool
        > #define true 1
        > #define false 0
        > #elif defined(__GNUC__) && !defined(__STRICT_ANSI__)
        > /* Define _Bool, bool, false, true as a GNU extension. */
        > #define _Bool bool
        > #define bool  bool
        > #define false false
        > #define true  true
        > #endif
        
        since <http://llvm.org/viewvc/llvm-project?view=revision&revision=115028>
        "Define _Bool, bool, true, and false macros in <stdbool.h> when we're in a
        GNU-compatible C++ dialect. Fixes <rdar://problem/8477819>" while GCC's
        stdbool.h has meanwhile been improved with
        <https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=216679> "C++11
        explicitly forbids macros for bool, true and false" to
        
        > #ifndef __cplusplus
        >
        > #define bool	_Bool
        > #define true	1
        > #define false	0
        >
        > #else /* __cplusplus */
        >
        > /* Supporting _Bool in C++ is a GCC extension.  */
        > #define _Bool	bool
        >
        > #if __cplusplus < 201103L
        > /* Defining these macros in C++98 is a GCC extension.  */
        > #define bool	bool
        > #define false	false
        > #define true	true
        > #endif
        >
        > #endif /* __cplusplus */
        
        Change-Id: I42caab83ac6e4d5e5297376136a6bbe6f3d70818

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [56379beb1ea55c1262382039aba2dbb335e92b67]

        loplugin:useuniqueptr in DocxExport
        
        Change-Id: Iedc5823d23102569ed32a2a0df4c3c60feaca1f6
        Reviewed-on: https://gerrit.libreoffice.org/44823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [49e1d1f0482969520f8ac64d5ff5fbba5f7c00bf]

        loplugin:useuniqueptr in SwPostItMgr
        
        Change-Id: I567ec14112ee8d5224c19c7616fd8ed06619c228
        Reviewed-on: https://gerrit.libreoffice.org/44822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9f6478561a65b97f28de2ee3a428a3f99e87f16]

        loplugin:useuniqueptr in SwTransferable
        
        Change-Id: I803eef7270f8f1a13b253d5ac9ba4d7e41b5adef
        Reviewed-on: https://gerrit.libreoffice.org/44821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [54604f01330063635fb974b0ab4335d6af851551]

        loplugin:useuniqueptr in SwNumRulesWithName
        
        Change-Id: If539e9a3d859cea034d53690fdad746479a9f548
        Reviewed-on: https://gerrit.libreoffice.org/44820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef3a2e634ca81f5fb292f88c4d7eb28d170ce3dd]

        loplugin:useuniqueptr in MultiSalLayout
        
        Change-Id: I57ac9cf988dfccfcb38c69ca9c66c2ad77bbdada
        Reviewed-on: https://gerrit.libreoffice.org/44819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [93117d454afc4d7402ae791526e66330f981c4d0]

        TypedWhichId for EE_PARA* constants
        
        Change-Id: I64d1765336f39c3e3ded4d58ebdee80e97624276
        Reviewed-on: https://gerrit.libreoffice.org/44799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f055f373bf2a19f6f2c73914eaa4f3c6fa57f98]

        inline SbxMAXSALUINT64 and friends
        
        which don't offer any value
        
        Change-Id: Ie8082abc80ffd0e7719f4fa9a0d5f93203628ee5
        Reviewed-on: https://gerrit.libreoffice.org/44798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e4969b2b63bff3f1dba2c46848107f4ab9c0fa3a]

        TSCP: add category from doc. properties if not found in header
        
        If we selected the classification on the toolbar and then go into
        the classification dialog, we need to add the current category
        from the doc. properties to the classification result so it is
        shown in the dialog automatically.
        
        Change-Id: I80909d39efa61f263fdb7dd10188f8d7ae12d1e0
        Reviewed-on: https://gerrit.libreoffice.org/44853
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [955412491cc9e6244016223f6ee2de05c4717661]

        TSCP: add "Custom" to the doc properties from class. dialog
        
        Change-Id: I500927b4d5c1165c62477fc5fdfc535f34536ed5
        Reviewed-on: https://gerrit.libreoffice.org/44852
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Julien Nabet  <serval2412@yahoo.fr>  [d1960cb7db97534774504fc3667dc0d8e6de0509]

        Use auto/for range loops in PostItMgr (second pass)
        
        Change-Id: Ib827968c6194173e107b6b9e72c6545f5de673d2
        Reviewed-on: https://gerrit.libreoffice.org/44791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-17  jan Iversen  <jani@libreoffice.org>  [3f95e90ef3d5bf29e1b69e99ad38318891f6752b]

        iOS, updated app icon set
        
        Change-Id: I5995f4caad6b03bad7cbc76e860ea0471572952d

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [85f2a1e3eb21228ba932b27dbe375aa241e242bf]

        TSCP: disable toolbar pop-up if category was set with dialog
        
        In addition move reading of origin to classificationhelper as we
        need to read it there.
        
        Change-Id: I472b073587e68e6896f915477603a25db9b310d3
        Reviewed-on: https://gerrit.libreoffice.org/44848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9da4b3ee827e83b816514e4eb071e5322cb5ad01]

        TSCP: also store the identifier into the recently used XML
        
        Change-Id: I19ccfb8f5118d73535d0e94bf32818d82670d093
        Reviewed-on: https://gerrit.libreoffice.org/44847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [195bd0f8ca8451eb340beafa4072f37782509d33]

        TSCP: consistently use identifier for category
        
        When identifier is used for category, it is written into the
        metadata under a different key. When loading it back, it should
        fill the corresponding properties (identifier if identifier key was
        used or name if name key was used), otherwise this can lead to
        inconsistent behaviour when loading the classification data back
        from the file.
        
        Change-Id: Idbd9bde866d117bd7f60bcc224069f00a27fb9e2
        Reviewed-on: https://gerrit.libreoffice.org/44846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5fd90dcf5b12af4bf8ca21866b23209aa4d3d531]

        TSCP: resolve identifier to name, abbr. name is for category only
        
        In paragraph classification we store only the identifier and not
        the name, but for the ClassificationDialog we use the name as an
        identifier, so we need to resovle the identifier to the name when
        reading in the input classification results. It might make sense
        to switch to identifiers in the dialog also as they are language
        independent.
        
        Abbreviated name is only for the classification category and has
        no effect for other classefication elementslike markers and IP
        parts, so always fill them with the full name directly.
        
        Change-Id: I23bd0e8e92b16807a5b4d3162e503b799aa40718
        Reviewed-on: https://gerrit.libreoffice.org/44845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [35107521b799232bcba1e8d0ccad6005012d56dc]

        TSCP: simplify key names, prefix with "n" the enumeration keys
        
        Change-Id: I1796b379336812d71ffa7f9ad4ba5d79f6d53bbc
        Reviewed-on: https://gerrit.libreoffice.org/44844
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-17  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [d552f67f5ee508ac6fbe03d16e6ba3ac429c3a48]

        tdf#113704 EMF+ Add support for EmfPlusRecordTypeFillRegion record
        
        Change-Id: I60366d4a27fdf5a3cc020ca54f4a2aa9b974db5e
        Reviewed-on: https://gerrit.libreoffice.org/44795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-17  Eike Rathke  <erack@redhat.com>  [0f73433b13ba9e3f38193ddd86f4b9b767a36bb2]

        Revert "Upgrade to ICU 60.1"
        
        This reverts commit f643e1f687e27e7f46c53d7298772d4dddb3e660.
        
        Failing in firebird, back to the drawing board..
        
        Change-Id: I087d2fa6e81cf713458b1c9645edc7c1facf148c
        Reviewed-on: https://gerrit.libreoffice.org/44843
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-17  Eike Rathke  <erack@redhat.com>  [eb8bd7f21103ed2349b44c954db977709de2e4ec]

        Resolves: tdf#113889 no date particle reordering when exporting to Excel
        
        Change-Id: I45667a67c6c69106d86755ed41438f23e019dfea

2017-11-17  David Tardon  <dtardon@redhat.com>  [f643e1f687e27e7f46c53d7298772d4dddb3e660]

        Upgrade to ICU 60.1
        
        Change-Id: I07837be7faac0b2238b0cba8fb981e4c4d24c498

2017-11-16  Andras Timar  <andras.timar@collabora.com>  [26ea47b7217053efb5eaa20f76b8895d29ae1f18]

        Updated core Project: translations  ebfb3d16636671ed9576117662108263d0bf168e
        
        Updated Slovenian translation
        
        Change-Id: I510701770ea9e0795d1f8057990c6198678614f4
        

2017-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f94d98db1be8c27e470b39d4b16ed406db3aef87]

        updater: improve message for failed update generation
        
        Change-Id: Iadfcdd58ca77d0906583c63ff81170f54c8c0ecd

2017-11-16  Julien Nabet  <serval2412@yahoo.fr>  [05fc30e38899348fb58548adb7a72e4fa2874d62]

        Replace some lists by vectors (xmloff)
        
        Change-Id: Ide0270ae0b6a17d7c48c0a9ff7901145e00dca6b
        Reviewed-on: https://gerrit.libreoffice.org/44792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-16  Mark Vecsernyes  <kurtaazz@gmail.com>  [3e1b9212ad4f8d82b6110a525811482a99f6e112]

        tdf#111740 Wrong preview of graphic bullet symbol in Impress
        
        Change-Id: I9e713163395852478e233227440a802c255b3070
        Reviewed-on: https://gerrit.libreoffice.org/44762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [d0c4cee7e5ad00363d264aec0011a4b07983b19d]

        tdf#113704 Implement proper reading of the EmfPlusRegionNode
        
        Regions are specified as a binary tree of region nodes, and each node must
        either be a terminal node or specify one or two child nodes.
        
        Nodes contains two child nodes:
          RegionNodeDataTypeAnd = 0x00000001,
          RegionNodeDataTypeOr = 0x00000002,
          RegionNodeDataTypeXor = 0x00000003,
          RegionNodeDataTypeExclude = 0x00000004,
          RegionNodeDataTypeComplement = 0x00000005,
        
        Terminal nodes:
          RegionNodeDataTypeRect = 0x10000000,
          RegionNodeDataTypePath = 0x10000001,
          RegionNodeDataTypeEmpty = 0x10000002,
          RegionNodeDataTypeInfinite = 0x10000003
        
        RegionNode must contain at least one element.
        
        Change-Id: I668e5892701b979f09bcf5bbce44a43226676192
        Reviewed-on: https://gerrit.libreoffice.org/44324
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [6a7e7c3821ab795b92a1832bcfd3179a51ea8313]

        silence coverity#1421084 Uncaught exception
        
        Change-Id: Ib6e8e7cfd9135d6176eac9f43336d5f6c2c6507b

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [06e23c974d9f927a34352a3e8386f6de54570396]

        coverity#1421065 Uncaught exception
        
        Change-Id: I68e798a4e7a90bb0cf7709ac84915e7f14f00c1d
        Reviewed-on: https://gerrit.libreoffice.org/44778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a26b6c5a37408f49f81786ac1ba2ae9cef70d3d9]

        Fix typos
        
        Change-Id: I7b6c699b46fb71c1f19b5e5548c22a11efe8b864
        Reviewed-on: https://gerrit.libreoffice.org/44836
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-16  jan Iversen  <jani@libreoffice.org>  [66ae44ba3ff7fecc7ff46dfe44002e8ea7dd5063]

        iOS disable bitcode.
        
        Change-Id: Ibbd5e789155d312c9639b5bb594ca5470314c5c2

2017-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea5339e31cf19b3a8f3417a10711d55b3944fbd4]

        git-hooks: mention download link for clang-format when warning about it
        
        Change-Id: I99f2154bb3d15fe4a99c1d27ca20756e1fb31cec
        Reviewed-on: https://gerrit.libreoffice.org/44810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [38d0142556dfb96465f70cabca9018780d9e810c]

        vcl: fix typo
        
        Change-Id: I696e3986348034b61b3bbf13fa6db39f2a8f43e0
        Reviewed-on: https://gerrit.libreoffice.org/44807
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-16  Michael Meeks  <michael.meeks@collabora.com>  [fc6231f1d1dd2a4e6f678b8221971e09807d8de8]

        vcl: StyleSettings - start to unwind code duplication.
        
        This should be a pure re-factor, plus:
        
            switch from Serif -> Sans font default for the UI (wow).
            enable larger font size for LOK only
                that avoids a hard to debug svx junit test failure.
        
        Change-Id: Id438026064983ea4907819bab55c4be740954605
        Reviewed-on: https://gerrit.libreoffice.org/44625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-16  Stephan Bergmann  <sbergman@redhat.com>  [84e1a01e2d1964a143f5b01fa0b70d9570dcb834]

        Delete test*.odb files
        
        ...that are created in java.io.tmpdir (e.g., /tmp on Linux) by
        connectivity.tools.HsqlDatabase.createDBDocument() during e.g.
        JunitTest_dbaccess_complex.
        
        This revealed that connectivity.tools.AbstractDatabase.delete() (even if it
        would have been called by the test) would have been non-effective at deleting
        the file, as the java.io.File constructor used takes a pathname not a file URL
        as argument, so the call to java.io.File.delete() would not have deleted the
        relevant file (and returned false, rather).
        
        Change-Id: I268e1d1732ac7a0db9ccde7d4ac4f09aa3811e11
        Reviewed-on: https://gerrit.libreoffice.org/44801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-16  Stephan Bergmann  <sbergman@redhat.com>  [20f6242b2c50876754368eeadcdc8902cf76e79a]

        Add comment to eventually remove __float128 workaround
        
        Change-Id: I9f786bb34d05febe6c7393bde8ca9d9ce18f41c9

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [2f672e801b6656e4399de12290c56ec3d9f9ad36]

        ofz#4243 Timeout
        
        Change-Id: Ib1d06c966d10cef2016522a63272bf5c1670977f
        Reviewed-on: https://gerrit.libreoffice.org/44808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [454537e4a285b01807aa553ee9c70acd4806d93c]

        ofz#4243 Timeout
        
        Change-Id: I00767cfd99634f0ccd22e63cf0d635a2f75bc224
        Reviewed-on: https://gerrit.libreoffice.org/44806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Eike Rathke  <erack@redhat.com>  [280a5166ad4032a618c5e29db701330f7dbdfbff]

        Straighten use of MAXSTRLEN to be maximum string length
        
        ... plus limiting 0-character, and not buffer length in (only)
        some cases where max len then was MAXSTRLEN-1, accompanied by a
        mix of >= and > comparisons.
        
        Change-Id: I5b8452db52b1d464eb1410e31990043f7997af20

2017-11-16  Stephan Bergmann  <sbergman@redhat.com>  [4ff66e42bfd7d03020d9fd09bc24aef92d92ecd0]

        Make checkIdenticalDefaultArguments more precise
        
        ...by structurally comparing complex constexpr exprs that use template functions
        that happen to not have been instantiated, so Expr::EvaluateAsRValue et al would
        fail.  (Which happened with SFX_PRINTER_ALL in SfxViewShell::SetPrinter,
        include/sfx2/viewsh.hxx.)
        
        Now all of the LO code base should compile without causing
        checkIdenticalDefaultArguments to return Maybe.
        
        Change-Id: I2b103418c2c68f6d2242535c9cca3222a2508778
        Reviewed-on: https://gerrit.libreoffice.org/44773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-16  Jean-Pierre Ledure  <jp@ledure.be>  [fa7f2ec536b477acb6ba2cc1ec42b7f6ec97a024]

        Access2Base - FIX AllDialogs() should run when no active document
        
        Stopped erroneously with error message "No active connection"

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [359286b90f4d9962a3c1cb936ac7fd4140f71baa]

        ofz#4079 check for error earlier
        
        Change-Id: I141417811b0d64dbf1ad898f9f3a00e4e02d33c8
        Reviewed-on: https://gerrit.libreoffice.org/44826
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Stephan Bergmann  <sbergman@redhat.com>  [49027122436dc061768e1e781d36755ff041d4a9]

        Avoid infinite loops in loplugin
        
        ...introduced with cab6e6836973a9ddfc5ed9df757e07138328c1c3 "Make
        checkIdenticalDefaultArguments more precise", causing older Clang to hang when
        compiling specific LO source files.
        
        Change-Id: I99cfcad2f0cd9adccd5aa84d21502f586762217f

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [0d20c6abe9058e3e164483ca556fab9b7c6df56b]

        fail earlier
        
        Change-Id: I8a4f93eea723075103ccdc21e894f44d3bdb7c06

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [e3b1c791f19276aa85e739ea7e1b7011d058f560]

        ofz#2977 Timeout
        
        Change-Id: Ib7c00120b97b0d387048a5d8d9d36954e98ffee7
        Reviewed-on: https://gerrit.libreoffice.org/44825
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [e94988dd8c21e18bf45c52365c9a7f56655c7e59]

        ofz#3002 set a limit to how broken a jpeg is to give up recovering
        
        take ImageMagicks 1000 warnings as the starting point
        
        Change-Id: Id685764404d27b151daf031a4860055f64dd0915
        Reviewed-on: https://gerrit.libreoffice.org/44818
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [f7ffc93bf6f2693454c7ac5fdaff06b1caa63a6e]

        ofz: limit depth of hwp parsing
        
        Change-Id: Iba38cdea1fa9f3df4340988184adb1e8058ae931
        Reviewed-on: https://gerrit.libreoffice.org/44816
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  jan Iversen  <jani@libreoffice.org>  [6085f7a78a137f7ea3b88c014d203c5e674eb603]

        iOS, add tile sizing function
        
        Added function to calculate needed tiles.
        
        Change-Id: Ie598f6a5f438dea72c298e769bdba8fd00bbb4bf

2017-11-16  jan Iversen  <jani@libreoffice.org>  [29c21f6dd7b3c915c989102e7c790face1bae55f]

        iOS, update LibreOfficeLight version
        
        Getting close to a realistic beta state
        
        Change-Id: I30dddce6b52f622a3295b905d781b6c0543f45f7

2017-11-16  Tor Lillqvist  <tml@collabora.com>  [ab99d4611cde968d02b97af63b74b80a427399a9]

        tdf#113875: Properly export 1bpp greylevel (but not B&W) PNG images to PDF
        
        No idea whether 1bpp non-greylevel (i.e. with two palette entries that aren't shades
        of grey) PNG images are mishandled.
        
        Change-Id: I72173c7398db7f0e93c19679e3e392949bf1f4d2

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [0845ef8cdbd00474575885a71a409f3a86cfabc5]

        ofz#4245 Abrt add more services
        
        Change-Id: I0241ab5a96b0ba2a458eb34c37ea76e23efe839b

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [04c4e2c705ce8be40118c04fd1dc060e07288c92]

        related ofz#4243 Timeout
        
        Change-Id: I6734c1df06ce1b2cd0fcca488bc5d2fe333ad55b

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [5f9dd5914b5733ea405475ffe0447a3f3f2af327]

        silence coverity#1399176 Uncaught exception
        
        and probably a bunch of others
        
        Change-Id: If4556e8914c770456f9de729426c52d5e27cb691
        Reviewed-on: https://gerrit.libreoffice.org/44777
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [7719c53b2b57f517b5fd879358c5c5c6dfca35a7]

        silence coverity#1421123 Copy-paste error
        
        Change-Id: If340824c749dda0668fabba9d417f4a2c2acc3ff
        Reviewed-on: https://gerrit.libreoffice.org/44774
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [74dad3a6c5edc9c9822ef85577f84892bdb13591]

        coverity#1421111 Useless call
        
        since
        
        commit 1c46621b4b7d73537a8cf7d07237ff682278d7ee
        Date:   Tue May 22 15:35:06 2007 +0000
        
            INTEGRATION: CWS chart2mst3 (1.85.12); FILE MERGED
        
        Change-Id: I1af5fbaf4ed0bceb2062a9ed2de9ea5703cfbb97
        Reviewed-on: https://gerrit.libreoffice.org/44776
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [0b3ed6c8e9179068954fa5daf7f4cbfbf01ea47e]

        coverity#1421095 Useless call
        
        and
        
        coverity#1421110 Useless call
        coverity#1421127 Useless call
        coverity#1421082 Useless call
        
        just returns aDocument member, so this isn't testing anything
        
        Change-Id: I556d84c89128bbc652b0cc417e60a1a77ad0dfc9
        Reviewed-on: https://gerrit.libreoffice.org/44775
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [ec1e5e9573e09ef56cf311fe0531f84c5b75abe4]

        ofz#4230 Integer-overflow
        
        Change-Id: If7c7591780fe7fa8d6fde3d17b606a4ab0acbf56
        Reviewed-on: https://gerrit.libreoffice.org/44794
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-16  Stephan Bergmann  <sbergman@redhat.com>  [c74f6d3c64b943e26d5af1850bb55780b60602d6]

        Warn when commit touches new files, but no suitable clang-format is found
        
        Change-Id: Ifd254c30b8aecf6e7aec00bbfc8522a91bfa0909

2017-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [121303615054568c204def97872343d2014af4a0]

        loplugin:useuniqueptr in hwpfilter
        
        Change-Id: If6e8dfcec2842a329229e5c57417ca3f00ef74b3
        Reviewed-on: https://gerrit.libreoffice.org/44763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [13b89618c49adfd77d184f22e23420a7b6d4678b]

        use implict conversion operator in TypedWhichId
        
        instead of spreading calls to Which() everywhere.
        
        Change-Id: Ie32d106e44f5cb583908eeebe254ab8b8168ae61
        Reviewed-on: https://gerrit.libreoffice.org/44760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e1dd5d0ca425058174feeff28859672827946bac]

        Removed duplicated include
        
        Change-Id: Ic59458337966b35f46279e653a73ab601787d7b9
        Reviewed-on: https://gerrit.libreoffice.org/44764
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-16  Ximeng Zu  <uznomis@yahoo.com>  [8d977511e3ab755da65d34a0bd618ef3c9db90c7]

        tdf#106370 Android: add ability to insert pictures
        
        Added ability to insert pictures to Android Viewer.
        You can take photo or select photo from device or
        the cloud (Google photos, Dropbox). You can also
        compress the picture before inserting it with multiple
        compress grades. So far, inserting doesn't work for
        Writer due LO native library issues (I think).
        
        Change-Id: If6841ba04fe18585703c8b85909cf39747dbbc2f
        Reviewed-on: https://gerrit.libreoffice.org/41150
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-16  Ximeng Zu  <uznomis@yahoo.com>  [4e2555b7f37172ab28d43d5aecfa52a38c0cdd65]

        [Android] Add address/formula bars
        
        Added address bar and formula bar to Calc.
        
        Change-Id: I7cc7047d6d07629ab564261d294e481ae585fd29
        Reviewed-on: https://gerrit.libreoffice.org/40842
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-16  Caolán McNamara  <caolanm@redhat.com>  [a5550289a37950195b7a7e5b22cba79ce5b5a673]

        ofz: special case max index for cSymbol
        
        Change-Id: Ia5fb036196b0cff0739789e691a36d294660540b
        Reviewed-on: https://gerrit.libreoffice.org/44759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [b2f2070ab6c1c4cf775e3f6cc6ef4a35cc7d7cc7]

        drop now unused ToolPanelOpt
        
        Change-Id: I26c93567f58b7b459eedbad85b5f3bfe554c8557
        Reviewed-on: https://gerrit.libreoffice.org/44769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [83111eda2e441f288201aac5cc21cf179744947f]

        remove now unused ToolPanelModule
        
        Change-Id: I30c91acf28fc8c9d1815796b0a0d7924b42a06f8
        Reviewed-on: https://gerrit.libreoffice.org/44767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0eb5a4daf0da5658681ec448af5bdbda6ead6455]

        Add ColorConfigCtrl to glade catalog
        
        Change-Id: I8c6740bf6249f32eaeace1452073f8451d0df978
        Reviewed-on: https://gerrit.libreoffice.org/44770
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-15  Jens Carl  <j.carl43@gmx.de>  [9ccd22820d6b57393b59fe0f70b29dce71eade48]

        tdf#45904 Move _XScenariosSupplier Java test to C++
        
        Change-Id: I152f6358e505d7a480e157bd49613e0bb496e163
        Reviewed-on: https://gerrit.libreoffice.org/44748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [ee82c5b96898bb73f5df6fdda7da1f04c3c375cc]

        impress constantly trying to create an internal SidebarView
        
        I think since the sidebar was integrated that this is dead
        code belonging to the sidebars impress-only ancestor
        
        Nothing creates the SidebarView[1], so attempt fails, a failed attempt
        is scheduled in to try again on a configuration update timer
        
        configuration update timer fails to load missing SidebarView
        but broadcasts configuration update on each attemp
        
        when the presenter console gets a configuration update it
        refreshes its ui by loading the current slide
        
        if the current slide has notes and those notes are long enough
        to be scrolled and the user has scrolled to the end, then when the
        slide is reloaded the notes are at the top again.
        
        So presenter console notes scroll to the top after 5 seconds because
        the configuration update fired, because the previous configuration
        update didn't work.
        
        This is old lady that swallowed a fly level stuff
        
        [1] and I think its a typo here anyway and msSidebarViewURL should have
        been msSidebarPaneURL
        
        Change-Id: Ibfff16bb1092a49a8a54ca9697b5dc3819448af3
        Reviewed-on: https://gerrit.libreoffice.org/44766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Eike Rathke  <erack@redhat.com>  [48dcf7837e0ac32c939a499c59aba82f97b4a612]

        Assert all FormulaToken::Set...() virtual dummy methods
        
        Attempting to set on a wrong token type can never be right.
        
        Change-Id: I788221505a628f40dfbb9c2ee7c92ac789529303

2017-11-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [deea8e0de97f0e0636b944863290423cc2db8591]

        Fix typo
        
        Change-Id: Ia22202a2ce3557301ce7397f009b9b3ffff8cef3
        Reviewed-on: https://gerrit.libreoffice.org/44765
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [41cd0bc2c4b72e1db116e27802a288b4c44ffc93]

        crashtesting: assert on export of fdo59645-3.odt to docx
        
        probably since...
        
        commit 3f2e84b4bd0bbd936e0af845ba7cbf68cb2803d6
        Date:   Tue Oct 31 23:39:26 2017 +0100
        
            tdf#38778 Fix output of the font in DOC run
        
            The font information should be output before field declaration.
            Added unit test.
        
            tdf#38778 DOCX output: no double output of the font info
        
        need to also not double output the complex script font info as well
        as the western and ctl info
        
        I misread hAnsi as Asian the last time so thought CJK was already
        handled, handle it for real this time
        
        Change-Id: If57a3ca3f96a7b76f1fb8702a0d5071c0b3e5cd9
        Reviewed-on: https://gerrit.libreoffice.org/44771
        Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
        Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>

2017-11-15  David Tardon  <dtardon@redhat.com>  [a3df638a0c8ec1a5a318df96760119d99d2d66dc]

        upload libmwaw 0.3.13
        
        Change-Id: I9af801efd81bbe64117de52359491c05069c1947
        Reviewed-on: https://gerrit.libreoffice.org/44736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-15  Stephan Bergmann  <sbergman@redhat.com>  [e6aec5ad0a0db4f41f90b39971c296732372cadf]

        Don't pollute /tmp with vba_debug* files
        
        ...put them at workdir/CppunitTest/oox_vba_compression.test.user/debug/ instead.
        
        Change-Id: I067a82c05e2f91969d70cb582d69c4c1de13951c

2017-11-15  Pranav Kant  <pranavk@collabora.co.uk>  [43540adb76f764522344c5d66ebc63f7cb0f9c1c]

        lokdialog: Expose cursor visible status
        
        Change the notifyDialog API a bit. Use a std::vector to keep track of
        each payload item that needs to be fed to the resulting JSON.
        
        Change-Id: If3229a88d2df5368e14290a0e80ebe6206780639
        Reviewed-on: https://gerrit.libreoffice.org/44722
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-11-15  Pranav Kant  <pranavk@collabora.co.uk>  [a088f9e729084f950ee58afb8f80e64d4d134144]

        lokdialog: Callback for dialog cursor invalidation
        
        Change-Id: Iecadb68737ed7b1a425d9ea633976fb24d1055c6
        Reviewed-on: https://gerrit.libreoffice.org/44721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-15  andreas kainz  <kainz.a@gmail.com>  [8aa381f8a15a37017ce8b3d01387214125e35b93]

        tdf#108144: tabbed notebookbar add margins to seperators
        
        Change-Id: I374873eed5e89c0788869150187219078d22f986
        Reviewed-on: https://gerrit.libreoffice.org/44757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-11-15  Henry Castro  <hcastro@collabora.com>  [5f3216b952a1203af3c2c7c4ff88484f05427da8]

        sc: disable context menu of the language status bar item
        
        Change-Id: Ifa4de8abff37179aca57b3890337f2475e5775eb
        Reviewed-on: https://gerrit.libreoffice.org/44745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f4938d89d641681346001746f3762dffcb831b4]

        loplugin:flatten in xmloff
        
        Change-Id: I782278b8a633094b96788f81ae7066a45d45b5fe
        Reviewed-on: https://gerrit.libreoffice.org/44750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [5b74eb68113d3721e1a3f9fa40024bf9b2a15f0c]

        loplugin:flatten in vcl
        
        Change-Id: I3527477277a9ae96eaf9fd068232f672da7c28c3
        Reviewed-on: https://gerrit.libreoffice.org/44753
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-15  Mike Kaganski  <mike.kaganski@collabora.com>  [b4aa631867638b993fda98b1c4fcfc47e5c6a1aa]

        3813dd1315 follow-up: revert incorrect loop changes
        
        Change-Id: Ifdccf64630e76f6189668aa7f7412c41a6af04c2
        Reviewed-on: https://gerrit.libreoffice.org/44756
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [c2602c5f0eb6555dc5cbcfc74a02c0e3b0347e37]

        coverity#1421163 Unchecked dynamic_cast
        
        and
        
        coverity#1421165 Unchecked dynamic_cast
        
        Change-Id: Iabd9560d41ec3ddbdb7a560b7839024b7749f917

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [44844b60847af68b8b1b91137eb6af4b65979697]

        coverity#1421071 Uninitializer scalar field
        
        Change-Id: I6b52c62574013ba242922227c2cbd7bfceea0e29

2017-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9d6db80177bdaab527de516b53544aeae380d0e]

        sw: document SwRootFrame -> SwLinePortion encapsulation chain
        
        Change-Id: I4c8b7ce0375c97b6947f201aa2389c00089b8f5a
        Reviewed-on: https://gerrit.libreoffice.org/44751
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-15  Julien Nabet  <serval2412@yahoo.fr>  [3813dd13157f022320b5835856b70e0e2ede03bc]

        Use auto/for range loops in PostItMgr (first pass)
        
        + fix a loop by adding the increment
        
        Change-Id: I27add28e03dee4c882931e0c173ec0c23b44d198
        Reviewed-on: https://gerrit.libreoffice.org/44743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [c2a4b8afcf3ac67ebc54ea8dbaeffb09cb81f431]

        silence coverity#1362777 Explicit null dereferenced
        
        Change-Id: I49089cfac207f67e03c19a09a95c4c7325276b53

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [74030e2aebb68218d829724329744e6992d6543b]

        Resolves: tdf#113615 wrong SwXShape from three possibilities returned
        
        There is the group object itself and the two subobjects all registered
        with this SwFrameFormat and the right line is randomly returned
        instead of the wanted one.
        
        Its possibly the presence of working a11y under gtk3 causing it to be
        the only platform apparently with this trouble with a11y querying
        for details of the grouped object
        
        Change-Id: I4d1bd3f826b630dd7734eb1decaf0211cd896894
        Reviewed-on: https://gerrit.libreoffice.org/44729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [43e17bdc6efa2ddcb1f08e5d2c40e7dc636c80fb]

        ofz#4213 Integer-overflow
        
        Change-Id: Ice22ad92a82971f34c01d2c16fc3d4805b1fd5f3
        Reviewed-on: https://gerrit.libreoffice.org/44742
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Caolán McNamara  <caolanm@redhat.com>  [5f11ab0a62e0370d453f8b89497a1a2274776f36]

        Resolves: tdf#113826 use brush vs background conversion mode of dialog
        
        Change-Id: If33e1672048c570887c2c53da646f86852bc6a6c
        Reviewed-on: https://gerrit.libreoffice.org/44740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [f3eaa4f2de419f5cb96608341ac7d979f5a07625]

        update license header on new file
        
        I just copied the license header from a nearby file, which is
        wrong, so update from template.
        
        Change-Id: I96d2a8a29eff9020a23b1ccded8642d2f5d0968b

2017-11-15  Stephan Bergmann  <sbergman@redhat.com>  [d7d12bf1ff10570de5f3392058f7f9c2de04c0a2]

        Make sure there is a org.libreoffice.LibreOffice.desktop again in the Flatpak
        
        ...after 1b85d725663a7d7546549e6b78ea43bea1cde7b9 "Include all .desktop files in
        the Flatpak".  org.libreoffice.LibreOffice.appdata.xml references that in its
        
          <id>org.libreoffice.LibreOffice.desktop</id>
        
        which is at least used to find an icon for the AppData (see
        <https://github.com/flathub/org.libreoffice.LibreOffice/issues/1> "No icon shown
        on flathub.org").  On #flatpak it was deemed impossible to change that id to
        point at the the LibreOffice-startcenter.desktop file, so rather change that one
        desktop file's name.
        
        Change-Id: I78c3ae131be213e41cc4fcdeddae1b6c9e6c29df

2017-11-15  Stephan Bergmann  <sbergman@redhat.com>  [1d2957be36da3e7c513abbcdc048f568b323fb2f]

        Adpat external/harfbuzz/harfbuzz-rtti.patch
        
        ...to 7e56dce9efa7184e522c83130dcf79d894488657 "tdf#105992: Upload HarfBuzz
        1.7.0"
        
        Change-Id: Ia13d406ae78edb3b431716ae7e2044c483430c6e

2017-11-15  Jens Carl  <j.carl43@gmx.de>  [1dde2e441451ba6e7d760b1e1544440113993c24]

        tdf#45904 Move _XSheetAnnotationsSupplier Java test to C++
        
        Change-Id: I18143d96f49ea4f4b80ae89df33d2963bb20e125
        Reviewed-on: https://gerrit.libreoffice.org/44747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3588a48a82d37f940595570758bc1d1179d18b84]

        TypedWhichId
        
        use a strong-typedef template to give which IDs a type, which we can
        carry around to do a
        (a) little bit more convenience when Get()'ing them
        and
        (b) a little bit of enforcement of which PoolItem subclass each ID uses
        
        Fix a bug in casting EE_PARA_BULLETSTATE to the wrong subclass
        in AccessibleEditableTextPara::_correctValues
        
        Change-Id: I015ce8b3b0f6d21308af182afa3caf122c877a5b
        Reviewed-on: https://gerrit.libreoffice.org/44587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a8f31d5120c2ae9109d316db73b5adf9cb26c892]

        Fix typos
        
        Change-Id: I8bdced3fa572074aedabdcfce841adf525ae8b81
        Reviewed-on: https://gerrit.libreoffice.org/44710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-15  Stephan Bergmann  <sbergman@redhat.com>  [cab6e6836973a9ddfc5ed9df757e07138328c1c3]

        Make checkIdenticalDefaultArguments more precise
        
        ...when creating objects involves copy/move constructors
        
        Change-Id: I0c7ccb85b7dcb584502a48817d7d2abfde25aaf2
        Reviewed-on: https://gerrit.libreoffice.org/44733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-15  Julien Nabet  <serval2412@yahoo.fr>  [4283092eb219968870e23bd0d600e1ef521dab89]

        Related tdf#113652: fix crash when closing Data provider
        
        Test also mpScrollBar to know if should keep on with RecalcAll
        bt:
        5  0x00007fffec06b6f0 in vcl::Window::Hide() (this=0x0) at /home/julien/lo/libreoffice/include/vcl/window.hxx:948
        6  0x00007fffec2eb344 in ListControl::RecalcAll() (this=0x555558b25090) at /home/julien/lo/libreoffice/vcl/source/control/listctrl.cxx:76
        7  0x00007fffec2eb6ec in ListControl::queue_resize(StateChangedType) (this=0x555558b25090, eReason=StateChangedType::Layout)
           at /home/julien/lo/libreoffice/vcl/source/control/listctrl.cxx:110
        8  0x00007fffec24c6b0 in vcl::(anonymous namespace)::queue_ungrouped_resize(vcl::Window const*) (pOrigWindow=0x555558b06620)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1343
        9  0x00007fffec24c799 in vcl::Window::queue_resize(StateChangedType) (this=0x555558b06620, eReason=StateChangedType::Layout)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1362
        10 0x00007fffec14a701 in VclContainer::queue_resize(StateChangedType) (this=0x555558b06620, eReason=StateChangedType::Layout)
           at /home/julien/lo/libreoffice/vcl/source/window/layout.cxx:179
        11 0x00007fffec24c6b0 in vcl::(anonymous namespace)::queue_ungrouped_resize(vcl::Window const*) (pOrigWindow=0x555558b287b0)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1343
        12 0x00007fffec24c799 in vcl::Window::queue_resize(StateChangedType) (this=0x555558b287b0, eReason=StateChangedType::Layout)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1362
        13 0x00007fffec14a701 in VclContainer::queue_resize(StateChangedType) (this=0x555558b287b0, eReason=StateChangedType::Layout)
           at /home/julien/lo/libreoffice/vcl/source/window/layout.cxx:179
        14 0x00007fffec24c6b0 in vcl::(anonymous namespace)::queue_ungrouped_resize(vcl::Window const*) (pOrigWindow=0x555558b26fd0)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1343
        15 0x00007fffec24c799 in vcl::Window::queue_resize(StateChangedType) (this=0x555558b26fd0, eReason=StateChangedType::Visible)
           at /home/julien/lo/libreoffice/vcl/source/window/window2.cxx:1362
        16 0x00007fffec25f2d5 in vcl::Window::StateChanged(StateChangedType) (this=0x555558b26fd0, eType=StateChangedType::Visible)
           at /home/julien/lo/libreoffice/vcl/source/window/window.cxx:1940
        17 0x00007fffec2675ae in vcl::Window::CompatStateChanged(StateChangedType) (this=0x555558b26fd0, nStateChange=StateChangedType::Visible)
           at /home/julien/lo/libreoffice/vcl/source/window/window.cxx:3696
        18 0x00007fffec260548 in vcl::Window::Show(bool, ShowFlags) (this=0x555558b26fd0, bVisible=false, nFlags=ShowFlags::NONE)
           at /home/julien/lo/libreoffice/vcl/source/window/window.cxx:2200
        19 0x00007fffec06b6f0 in vcl::Window::Hide() (this=0x555558b26fd0) at /home/julien/lo/libreoffice/include/vcl/window.hxx:948
        20 0x00007fffec256f11 in vcl::Window::dispose() (this=0x555558b26fd0) at /home/julien/lo/libreoffice/vcl/source/window/window.cxx:394
        21 0x00007fffec2b1395 in Control::dispose() (this=0x555558b26fd0) at /home/julien/lo/libreoffice/vcl/source/control/ctrl.cxx:68
        22 0x00007fffec289da8 in Button::dispose() (this=0x555558b26fd0) at /home/julien/lo/libreoffice/vcl/source/control/button.cxx:109
        23 0x00007fffec3ef640 in VclReferenceBase::disposeOnce() (this=0x555558b27240) at /home/julien/lo/libreoffice/vcl/source/outdev/vclreferencebase.cxx:42
        24 0x00007fffca047c8a in VclPtr<PushButton>::disposeAndClear() (this=0x555558b068c0) at /home/julien/lo/libreoffice/include/vcl/vclptr.hxx:208
        25 0x00007fffca0432a6 in ScDataProviderBaseControl::dispose() (this=0x555558b06620) at /home/julien/lo/libreoffice/sc/source/ui/miscdlgs/dataproviderdlg.cxx:104
        
        Change-Id: Ie1f2b156a5743354f39e95048e50bb0709095fd0
        Reviewed-on: https://gerrit.libreoffice.org/44697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-15  Khaled Hosny  <khaledhosny@eglug.org>  [7e56dce9efa7184e522c83130dcf79d894488657]

        tdf#105992: Upload HarfBuzz 1.7.0
        
        This release supports old-style kern table in the code path we are using in
        CommonLayout.
        
        Change-Id: Id20e6fe1cfe98ef65b8fa4a5627f6246cbac54a6
        Reviewed-on: https://gerrit.libreoffice.org/44693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-11-15  Henry Castro  <hcastro@collabora.com>  [831dca83f073bca9ad6242f1b96183eb4a49af69]

        sd lok: ensure default view
        
        In Tiled rendering case, the only default view is supported
        
        Change-Id: Ia6df85dba28f8ebb41bdc20ae48916b0437ea185
        Reviewed-on: https://gerrit.libreoffice.org/44737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-11-14  Caolán McNamara  <caolanm@redhat.com>  [b56479e88edeabd6c6fe51cc0095a23543229856]

        ofz#4211 Integer-overflow
        
        Change-Id: I4e0f2c16d47639362d28d126a399b52d5180f16a
        Reviewed-on: https://gerrit.libreoffice.org/44741
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-14  Serge Krot  <Serge.Krot@cib.de>  [27e4a3c4e364d1858eb3e77348ee78c6c6d33cf1]

        related tdf#113807: Clean up Links dialog: remove useless hidden button
        
        Change-Id: I0e8f9d7b538dd094d53cda69517e94fbafd0d752
        Reviewed-on: https://gerrit.libreoffice.org/44725
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [12d75e5fa387767776c35945303fcd969f5cbbde]

        clang-format fix
        
        Change-Id: I09db5eeee5734f980a794e9adee70b6b634dfd99
        Reviewed-on: https://gerrit.libreoffice.org/44732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-14  Caolán McNamara  <caolanm@redhat.com>  [10bcb72a98595eeed26848f541ef51071d3c27f5]

        ofz: if parsing failed we keep reparsing it
        
        Change-Id: I656eb1144a652addbc4a0b07b5d5dd435b68bf2c
        Reviewed-on: https://gerrit.libreoffice.org/44714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-14  Johnny_M  <klasse@partyheld.de>  [425c64fa274ab62ad2f2b0f2ea4f922d35aa747d]

        Translate German comments and debug strings
        
        Change-Id: I12c92ecc270e65cb99e38e9179cf354a8c0708aa
        Reviewed-on: https://gerrit.libreoffice.org/44633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7bcb66baecc9bfbd9930552f984d0e9599ccb6ea]

        Fix typos
        
        Change-Id: Id2f90d4798ded8f10ef559f434977870e2eab07a
        Reviewed-on: https://gerrit.libreoffice.org/44709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-14  Johnny_M  <klasse@partyheld.de>  [5c1cadfd964c35bd29308304f75ff90d22e13700]

        Translate German variable names
        
        Change-Id: I980d9e36c2175b1010a7d020e71d59a79e11dc36
        Reviewed-on: https://gerrit.libreoffice.org/44631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-14  Eike Rathke  <erack@redhat.com>  [82b25c22819e84d2ec6d92cf8e9c0ee4a0b3723e]

        Updated core Project: help  008c845819cd34a02fba16ee89c784d02d6740fa
        
        Related: tdf#113768 VDB change Type parameter opposite to NoSwitch
        
        Change-Id: I9a603cb70f5922c83482da55fa797441bffab93c
        

2017-11-14  Eike Rathke  <erack@redhat.com>  [a6259d1a9572f766d01d573d3d5bdf80d43df762]

        Resolves: tdf#113835 add Fon [fon-BJ] to language list
        
        Change-Id: Iee741421d8f6a9a2b9b14439612890426cdf4712

2017-11-14  Martin Hosken  <martin_hosken@sil.org>  [c45b23377bb2fe44c26f1287ff38495344e4ca50]

        Only do kashida insertion with fonts that have non-zero width kashidas
        
        Change-Id: I54f51432531072a8ec3cde832003369b23cb6eaf
        Reviewed-on: https://gerrit.libreoffice.org/44704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [935f76d0edeb0025dee39f95e1f0bc1a840e316e]

        Use proper ucontext_t in external/breakpad
        
        SUSv4 merely claims that ucontext_t is defined as a structure type (in
        <signal.h>), and at least /usr/include/sys/ucontext.h in
        glibc-headers-2.26-15.fc27.x86_64 now defines it as
        
          typedef struct ucontext_t { ... } ucontext_t;
        
        instead of as
        
          typedef struct ucontext { ... } ucontext_t;
        
        as was done in older glibc, so referring to it as "struct ucontext" (C/C++) or
        "ucontext" (C++) no longer works.
        
        Change-Id: I3d515a4ce7e5a49d0277136cad2b982bdf799ac5

2017-11-14  Tor Lillqvist  <tml@collabora.com>  [404f9f5e457850f3af62204c8c572f044e2e19dc]

        Add clarifying comment about shell scripts in Contents/MacOS
        
        Change-Id: I0f0bda04cc94705e44d78456756905fd6a821561

2017-11-14  Eike Rathke  <erack@redhat.com>  [329eeefcbd65ea88f0c8c3f034d49ba73045d059]

        Distinguish single/multiple cell copy for plain text, tdf#113571 follow-up
        
        A single cell may contain embedded line breaks and tabs,
        copy/pasting multiple cells may not.
        
        Change-Id: Iae58f5c6b5330b327acfb50a37e9d210e72de7c7

2017-11-14  Tor Lillqvist  <tml@collabora.com>  [ed89b432dff252d3b1a18ad7694bbf2c4abc36ff]

        Don't bother with unoinfo either in the sandboxed app bundle
        
        Note: Only for the ENABLE_MACOSX_SANDBOX case. Does not affect a
        regular signed build.
        
        Change-Id: I296ebdd5de075c1efbd198c671a3ec082681deb4

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [17cfe6e25d479428de308c22fcd218dcf8827840]

        Make checkIdenticalDefaultArguments more precise
        
        ...when creating objects of the same derived type
        
        Change-Id: I109b614473a2fb5b08dddd07a4fbe757086141a1
        Reviewed-on: https://gerrit.libreoffice.org/44716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-14  Mike Kaganski  <mike.kaganski@collabora.com>  [2d42c1a8e90fbbef11d03cb6d1d206c2216ab554]

        LibreOffice.natvis: update visualizers
        
        Change-Id: I48e13a16deb14869a2fb37822650f44ca7162406
        Reviewed-on: https://gerrit.libreoffice.org/44727
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-14  Szymon Kłos  <szymon.klos@collabora.com>  [a3a917748892a6a3194ebfc4db64cfd764cc054a]

        tdf#113037 DOCX Watermark correct ratio
        
        Import and export Watermark with padding like MSO does.
        Shape is scaled to save correct ratio.
        
        Change-Id: Iebd8eb5f168e0030320406d4fd6b287e451267bd
        Reviewed-on: https://gerrit.libreoffice.org/44319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-14  Mike Kaganski  <mike.kaganski@collabora.com>  [e128d83b5e7fd2ceb8d5ec9a346a3b7351be79cc]

        tdf#113790: skip charfmt grabbag items existing in autofmt grabbag
        
        Change-Id: Icc0065c1da9471cb36bfef0da45e2f67381a1a31
        Reviewed-on: https://gerrit.libreoffice.org/44706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-14  Eike Rathke  <erack@redhat.com>  [dee307cbc903caa6ec7141fb4d69949133963af3]

        Add comment and @since LibreOffice 5.2
        
        Change-Id: Iee7b0a6cd6f6f83f88b836e4efd7e7d6f17e6197

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [20671bcbc5aa0e85181295c63f544514e3ccb27f]

        Adapt solenv/flatpak-manifest.in to recently added Noto fonts
        
        b97e713e76c88141d26f6e19a74db80a105cb911 "tdf#103080 Add Noto fonts into default
        installation"
        
        Change-Id: I4e2bb52b533321dc2a9ca32ca548bda5a2ad9a02

2017-11-14  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [a3f432a68733b6e76ecb68cf5704a59d1be1e5cb]

        gtktiledviewer downgrade min gtk+ to 3.16
        
        Change-Id: Ieb964ec1bbdeb632bd771db9b773f64b78107fc5
        Reviewed-on: https://gerrit.libreoffice.org/44724
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [db27a97a21795b0b8b66b4147eedd47298a748ae]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: Id3b856cce8b6182dfcc433b2b633977b7445703d

2017-11-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4598e59cfb4c504719c7a8c78021ac47a5d671f5]

        Fix typos
        
        Change-Id: Id8df807bb96e036f0cef07cd1095b2d3336efe36
        Reviewed-on: https://gerrit.libreoffice.org/44711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e4e4097a95cc66785d5828f05dd43cb0cc98b845]

        Changed encoding from cp1252 to UTF-8
        
        In [54]: open("sc/qa/unit/pivottable_filters_test.cxx",'r').readlines()
        ---------------------------------------------------------------------------
        UnicodeDecodeError                        Traceback (most recent call last)
        <ipython-input-54-39091a82db4d> in <module>()
        ----> 1 open("sc/qa/unit/pivottable_filters_test.cxx",'r').readlines()
        
        /usr/lib/python3.6/codecs.py in decode(self, input, final)
            319         # decode input (taking the buffer into account)
            320         data = self.buffer + input
        --> 321         (result, consumed) = self._buffer_decode(data, self.errors, final)
            322         # keep undecoded input until the next call
            323         self.buffer = data[consumed:]
        
        UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 1648: invalid continuation byte
        
        In [55]: open("sc/qa/unit/pivottable_filters_test.cxx",'r',encoding="cp1252").readlines()
        Out[55]:
        ['/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */\n',
         '/*\n',
        ...
        
        Change-Id: Iad48bdf3502fcb6340e358249781a39d50f80c85
        Reviewed-on: https://gerrit.libreoffice.org/44708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-14  Serge Krot  <Serge.Krot@cib.de>  [2818280eb4f2af5a76a338676d12dcf2d721c2e9]

        tdf#113807 Enable clicking on pathfile-names in "Links" dialog
        
        Improved:
        * Very long pathfilename now do not overwrite its label on the dialog
        * Full pathfilename could be clicked to show attachment/image
        with default viewer.
        
        Change-Id: I6e5398ed2a2013aae0d9b51a719e694b3206dcce
        Reviewed-on: https://gerrit.libreoffice.org/44689
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-14  Caolán McNamara  <caolanm@redhat.com>  [7d6f8b48ad4131b13f18ce9d92c10f6b998a68ec]

        ofz: stop at min of end of record and end of stream
        
        Change-Id: I61c7cf74ea75ec56b6ccb3661f6fdd54a1ff12e1
        Reviewed-on: https://gerrit.libreoffice.org/44705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [36e0acffbe2759dd2a910d2393f266c5c4898786]

        Another workaround for "xargs: environment is too large for exec" errors
        
        ...on Windows, similar to df9edbcd2883cec2d0596133131cfbc220dee91f "Work around
        'xargs: environment is too large for exec' errors on Windows"
        
        Change-Id: Ibc23960bbe2b8001eb7e08ed4cff12e4726df01b

2017-11-14  Tor Lillqvist  <tml@collabora.com>  [cd4dd4f7c47694e9d7b8ae9cdfefeb3bee4145c9]

        Two more functions that are private to vcl and not even VCL_DLLPUBLIC
        
        ... and thus don't need to be declared in a public include file.
        
        Change-Id: Ia59040d3ef3ebf73b2372531bef086b0847911ce

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [80cbc18c6d79f6dfb1d7ed8c03b216983298e1b3]

        Fix ASan "alloc-dealloc-mismatch (operator new [] vs operator delete)"
        
        ...e.g. during CppunitTest_smoketest, after
        be2d9d3407ddae22797879e93778513be30ec5aa "Clean up m_generatedRttis at exit"
        
        Change-Id: Ife4b07927ba11cf5b99e987b3bb9af068652ba62

2017-11-14  Stephan Bergmann  <sbergman@redhat.com>  [34efaa8a7508ea73f7aa6e41e6ff4682f2772af3]

        Adapt Library_vclplug_qt5
        
        ...to 8f54136caa786523fd224f6c98fc8e7c45cd805d "use std::unique_ptr for
        SalLayout"
        
        Change-Id: Ibf8962de1b43881c70a1bad1881df61bf4b551a4

2017-11-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6b56336e2378c150a34bd8de4ed7521493d8a8ff]

        Fix typos
        
        Change-Id: I53b47cab5cbc603bf11adcda8ac2a8373eef26a8
        Reviewed-on: https://gerrit.libreoffice.org/44695
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [348d8af8a7f8073eb50d364696bf6a311080c8c1]

        RTF import: add odd section break testcase
        
        lcov points out this was not covered so far.
        
        Change-Id: I7c5047b75f6548e7738e6118f8d3c0eb9ed76045
        Reviewed-on: https://gerrit.libreoffice.org/44702
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f54136caa786523fd224f6c98fc8e7c45cd805d]

        use std::unique_ptr for SalLayout
        
        to make the ownership passing around more obvious
        
        Change-Id: I147ec6d9cfe7566cf3600685e0730ed741c2d90d
        Reviewed-on: https://gerrit.libreoffice.org/43454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-14  Caolán McNamara  <caolanm@redhat.com>  [b5344daa0cfc31cf187832261651e5490b19d922]

        ofz: further limit exttextout to record size is smaller than stream size
        
        Change-Id: I5f59db9e0c32f601537860d7574044b713d1c39d
        Reviewed-on: https://gerrit.libreoffice.org/44696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-14  Tor Lillqvist  <tml@collabora.com>  [15fb717539c00fe26c59a6b1b86b464764b9749a]

        No need for bestmaxFrameSizeForScreenSize to be declared publicly
        
        It is used only inside vcl, and it should stay that way.
        
        Change-Id: Ia1a14ab13cb7d3580771c880f959abb2b695b032
        Reviewed-on: https://gerrit.libreoffice.org/44698
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-11-14  Johnny_M  <klasse@partyheld.de>  [97b5b99d715733dde6c0e8ed59b3f16236a7fff1]

        Translate German debug strings
        
        Change-Id: If4da1df3f7889d2b579fcde4fec5ac3c82026555
        Reviewed-on: https://gerrit.libreoffice.org/44627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-14  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [2796b7e298b7c536a87fdf9502e1a6093a041e93]

        tdf#113758 EMF+ Add mapping of clipped region to the world space.
        
            OffsetClip record applies a translation transform
            on the current clipping region for the world space.
        
        Change-Id: I5d23f6aac944e4f23ea7c51e47fb551a20166446
        Reviewed-on: https://gerrit.libreoffice.org/44699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [4de9091c6235bdb080cee9c79592c3f0f5ef0fcc]

        loplugin:flatten loosen condition
        
        the description in the comment was right, but the code was not
        
        Change-Id: I7c038e7453f4387d33ec6423c0c55446d6d0df47
        Reviewed-on: https://gerrit.libreoffice.org/44680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [9050854c35c389466923f0224a36572d36cd471a]

        odk: fix broken link to the Developer's Guide
        
        Change-Id: I0ba8a017a0c9178cb185c9a44bcee36caaf145de
        Reviewed-on: https://gerrit.libreoffice.org/44692
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2a2d4a57035823181aa14e05b1a7efe4843639cf]

        Fix typos
        
        Change-Id: I677512213d97d01832bebe162fbf7de2998bf4d0
        Reviewed-on: https://gerrit.libreoffice.org/44664
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [79742eab111e5f3722075abc3cdb1333faacd076]

        ofz#4202 Null-dereference READ
        
        Change-Id: Ib9beadaea1bc6521faf7d8080d301e4b5451fb1d
        Reviewed-on: https://gerrit.libreoffice.org/44685
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [1243f89c6b90f95527104d38ed4e015a69abd1bd]

        ofz: detect short read
        
        Change-Id: I1d394e914c4791a2bc3a8f3dbb1cf200e7d528fe
        Reviewed-on: https://gerrit.libreoffice.org/44691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-13  Jens Carl  <j.carl43@gmx.de>  [1c52e61fdc48971387254d5c135e613fa42f9df8]

        tdf#45904 Move _XLabelRange Java tests to C++
        
        Change-Id: I707631718c30d4503ae675f3679038705371f969
        Reviewed-on: https://gerrit.libreoffice.org/44672
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

2017-11-13  Stephan Bergmann  <sbergman@redhat.com>  [0ea5c91253926181488a1da61a31d49d50ed09d1]

        Resurrect still relevant part of external/harfbuzz/ubsan.patch
        
        ...after 945c10f42fe6d22031e7424b47481ac2cfb539be "upload harfbuzz 1.6.3" had
        dropped it completely.  Still necessary to e.g. avoid "runtime error: index 3
        out of bounds for type 'OT::LongMetric const[1]'" during CppunitTest_emfio_wmf.
        
        Change-Id: Idd93f6224f7e43016a71678bcaf5cc0527f95cee

2017-11-13  Olivier Hallot  <olivier.hallot@libreoffice.org>  [249c5b293113e2cea838695b21ceeb179a56e2a6]

        Updated core Project: help  ac105fe860f05e66f574e135fa6fcb738db9347f
        
        Fix script for online version of new help
        
        Change-Id: I9a395dbc88b6c2606b2a7fca1d829b10922e4674
        Reviewed-on: https://gerrit.libreoffice.org/44630
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-13  Eike Rathke  <erack@redhat.com>  [f435cdba5b4ea98dc30b4b4879de21a542c8a84d]

        Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213
        
        For intra-Calc on-cell pastes using the paste special toolbar
        button the SotClipboardFormatId::STRING_TSVC format can be used,
        which preserves embedded line breaks and tabs by enclosing such
        content in double quotes and escaping quotes by doubling them,
        similar to CSV. This differs from the IANA
        text/tab-separated-values MIME type (see
        https://www.iana.org/assignments/media-types/text/tab-separated-values)
        that does not allow quoted fields or embedded line breaks or tabs.
        
        The text/plain "Unformatted text" format now again (after the
        change with commit cdcd262ea4aa3c3e407b14ed533e514f75de2d3a for
        tdf#32213) results in unquoted/unescaped content as expected for
        external pastes.
        
        A follow-up commit probably should distinguish whether the source
        is one single cell or multiple cells and for multiple cells use a
        strict TSV (with embedded line breaks and tabs changed to spaces)
        if a simple "Unformatted text" is requested, which always uses
        tabs as field separators anyway.
        
        Further enhancement could be to offer strict
        text/tab-separated-values and also text/csv at the clipboard if
        there are applications that actually handle these MIME types.
        
        Change-Id: Ica60f256e26867d854639823c62eedbf13eb4d4b
        Reviewed-on: https://gerrit.libreoffice.org/44686
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-13  Johnny_M  <klasse@partyheld.de>  [971b81b1c0922ab749eaf620cbf56d9780a15cfb]

        Translate German variable and function names in Calc (financial)
        
        This follows up on https://gerrit.libreoffice.org/44295
        
        Change-Id: Iac8351161a5e0d79a61fbb06d96985f92db68e3c
        Reviewed-on: https://gerrit.libreoffice.org/44626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [76c2e3efe751d42f7b352bebdddfe33bd37d9e06]

        tdf#113768 Fix opposite argument description for Calc function VDB.
        
        Also, use self-explaining variable name for argument NoSwitch.
        Added use of argument NoSwitch to unit test document.
        
        Change-Id: I801d4dbd489898b28543e0eb46f74717671ea03a
        Reviewed-on: https://gerrit.libreoffice.org/44647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-13  Mike Kaganski  <mike.kaganski@collabora.com>  [3dee7948c732faf488846d4d3d1237e89afde28c]

        More proper construction of vnd.sun.star.pkg URL
        
        See commit bff8d843bd4e5dcca5dc1a60c2c7852b1b72a00b
        The SwUiWriterTest::testEmbeddedDataSource unit test is adjusted to
        test the paths with "#".
        
        Change-Id: I8d85147128915c7100ab9cc2888eb73c94fe6486
        Reviewed-on: https://gerrit.libreoffice.org/44678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [6be596c282f84a3cb3a62edccfdfbf69663cf59e]

        ofz+valgrind: Conditional jump or move depends on uninitialised value
        
        if, before lcl_UnicodeStrNCpy is called, aSymbol contains embedded
        nulls then the aSymbol.getLength() and the mnRangeOpPosInSymbol value
        derived from an earlier aSymbol.getLength() include the range after
        the embedded null, while lcl_UnicodeStrNCpy stops at the first
        embedded null leaving cSymbol with uninitialized value that
        are later read from it.
        
        Conditional jump or move depends on uninitialised value(s)
           at 0x23BFBCA0: ScCompiler::IsReference(rtl::OUString const&, rtl::OUString const*) (compiler.cxx:3275)
           by 0x23BFFF4C: ScCompiler::NextNewToken(bool) (compiler.cxx:4248)
           by 0x23C00D20: ScCompiler::CompileString(rtl::OUString const&) (compiler.cxx:4419)
           by 0x23A29FAF: ScFormulaCell::Compile(rtl::OUString const&, bool, formula::FormulaGrammar::Grammar) (formulacell.cxx:1118)
           by 0x23A278B7: ScFormulaCell::ScFormulaCell(ScDocument*, ScAddress const&, rtl::OUString const&, formula::FormulaGrammar::Grammar, ScMatrixMode) (formulacell.cxx:656)
           by 0x23772EC3: ScColumn::ParseString(ScCellValue&, int, short, rtl::OUString const&, formula::FormulaGrammar::AddressConvention, ScSetStringParam const*) (column3.cxx:1729)
           by 0x2377354B: ScColumn::SetString(int, short, rtl::OUString const&, formula::FormulaGrammar::AddressConvention, ScSetStringParam*) (column3.cxx:1851)
           by 0x23AE2B97: ScTable::SetString(short, int, short, rtl::OUString const&, ScSetStringParam*) (table2.cxx:1369)
           by 0x23897045: ScDocument::SetString(short, int, short, rtl::OUString const&, ScSetStringParam*) (document.cxx:3377)
           by 0x1F35F41C: ScEEImport::WriteToDocument(bool, double, SvNumberFormatter*, bool) (eeimpars.cxx:400)
           by 0x1F366F3B: ScFormatFilterPluginImpl::ScImportRTF(SvStream&, rtl::OUString const&, ScDocument*, ScRange&) (rtfimp.cxx:34)
        
        Change-Id: Iefc6be6c3a383bd9b3cdeaa896c07e24e5100dc7
        Reviewed-on: https://gerrit.libreoffice.org/44658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [7f2e2f683778a508bfc67e37ae2c01102cca7a67]

        Resolves: tdf#113366 Contour editor does not open
        
        reportedly
        
        This reverts commit 15869ea2dcd8a6b33044d08eef6fcaf8ca54579d.
        
        Change-Id: I930567f8dd9701a14ab02f42f89a629949453f22
        Reviewed-on: https://gerrit.libreoffice.org/44671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [6db0267156030ca24163efd9b66278f54bf28d73]

        tdf#113758 EMF+ Add support to OffsetClip record
        
        OffsetClip record applies a translation transform
        on the current clipping region for the world space.
        
        Change-Id: Iac024a3c2eaba58edc5bb59d817796b6022f559f
        Reviewed-on: https://gerrit.libreoffice.org/44597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-13  Mike Kaganski  <mike.kaganski@collabora.com>  [4b334e45d570b79708ef34afba2eab78a410dab5]

        IsValidFilePath: fix correction of double path delimiters
        
        Wuthout this fix, it had always tried to replace in original path,
        thus second occurence of double path delimiter, like in
        C:\dir1\\dir2\dir3\\file
        would result in invalid path reported.
        
        Change-Id: I63ce97b620229601e18f10016a759275aceeec4d
        Reviewed-on: https://gerrit.libreoffice.org/44675
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [610d909dac1c68286dc12ed5dc1206affefe6774]

        Move pivot table tests to a separate test suit
        
        Change-Id: Ic0797a988b7135927a53ca9f16c8bc30d24feef5
        Reviewed-on: https://gerrit.libreoffice.org/44673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [9984579e96a966c2e47db98ceeb9a83b1adefa00]

        survive building dbaccess+connectivity with --disable-dynamic-loading
        
        Change-Id: I49387d2b6ec1893bf721e3289f2f620a4ce71fb3
        Reviewed-on: https://gerrit.libreoffice.org/44668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-13  Eike Rathke  <erack@redhat.com>  [1568e51ff288e43b0a97257dbe3d3c81bdb1d386]

        SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571
        
        In preparation to solve tdf#113571 *AND* keeping tdf#32213 fixed
        we need two separate unformatted text formats to distinguish
        between in-Calc on-cell paste and external or in-cell paste.
        
        Change-Id: Ic81a0c17d0643af2f5f4be50e67b690fd8846388

2017-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [6dd8b701058fc02e78941270ce0423199e4d2352]

        sot: Simplify SotData_Impl with std::unique_ptr
        
        Change-Id: I08752c66fd2680aa5f2eb2968d7e23cf797090f9
        Reviewed-on: https://gerrit.libreoffice.org/44667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [135ad9abae08fa1d65b5634c36f9745e60fdf9c6]

        sw: prefix members of SwLabRec
        
        Change-Id: I5a2f882a51c60229414bc29522d27adbbe37fd62
        Reviewed-on: https://gerrit.libreoffice.org/44663
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-13  Stephan Bergmann  <sbergman@redhat.com>  [e61a1b8dd8d4ea99f50eed3f8118bc01a0617889]

        First look for clang-format in CLANG_FORMT env var
        
        Change-Id: I5de5c6f3e8be1d40c03cbddb9d2f4414b9a5791b

2017-11-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0c5eda9876f353e0516171fec67568643f24c5b6]

        Let's have activex control test also a slowcheck test
        
        Change-Id: I55f8f0ca9478e676832ebbb08e98dbd1cf0fa4fc
        Reviewed-on: https://gerrit.libreoffice.org/44666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-13  Jens Carl  <j.carl43@gmx.de>  [cc73a209c18defc5fc9bb5bc8369a553bd361826]

        tdf#45904 Move _XLabelRanges Java test to C++
        
        Change-Id: I32d07ba85f4a37a10eaf03d251d41b9e71d34c93
        Reviewed-on: https://gerrit.libreoffice.org/44660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [53e13b256fa5082eb29ea2addd1bfa184827e53b]

        clang-format: standardize on 5.0.0
        
        Restrict the git hook further to only enforce style in case the found
        clang-format binary's version matches to avoid output differences with
        different clang-format version.
        
        While at it, move the blacklist reading after the version check to speed
        up committing a bit when no local enforcement happens.
        
        Also add a simple script to list formatted files, since the blacklist is
        large enough that doing it naively from the shell is too slow.
        
        Change-Id: I0bc05961d262cc6bc91c6efdd1b91994ecfc6940
        Reviewed-on: https://gerrit.libreoffice.org/44662
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-13  Caolán McNamara  <caolanm@redhat.com>  [70fa61918415f642228127847491224078532218]

        ofz: Direct-leak
        
        asan reports that the strdups leak and __si_class_type_info takes a
        const char* arg
        
        Change-Id: Ie0ee94554689d9246981cb7d6ce0f23917c2d333
        Reviewed-on: https://gerrit.libreoffice.org/44641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-13  Tor Lillqvist  <tml@collabora.com>  [38c03901406b439ea3453279838894d9c0b4bd3d]

        Apparent fix for what seems like a copy-paste error by me in 2014
        
        (in 5f27a6864420815d0d0abc409333fec963536faf.) Whether this has
        anything to do with tdf#92190 is unclear. (I am not able to reproduce
        that bug.)
        
        Thanks to Telesto for noticing this copy-paste issue.
        
        Change-Id: Iab47db59dc2af76adf70d92ab8333e06cd40e0d6

2017-11-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4d982839241041ad959bbd577223009af142fb4d]

        Move sd unit tests to slowcheck
        
        Similar to sw modules we have mostly filters tests here which
        takes a bigger amount of time.
        
        Change-Id: I1305fa7904b74f849762ce4e4d7a005680b3a055
        Reviewed-on: https://gerrit.libreoffice.org/44656
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-13  Tor Lillqvist  <tml@collabora.com>  [9d9b3a61b1233fa6e1f399dcfba1e79f65f56caf]

        MACOSX_SDK_VERSION is always at least 1090
        
        Change-Id: I802d9aae2220ae6b8f67e3387c3b329f6b02163c

2017-11-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [791ab22556e7926f87dc2345ab49738ae6e67a24]

        Removed include check
        
        <unx/gtk/gtksalmenu.hxx> is already included at the beginning of
        the file.
        So no need to check to include it.
        
        Change-Id: I66988734271fa8fe8434e8090337f0ab14a8b994
        Reviewed-on: https://gerrit.libreoffice.org/44646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-13  Stephan Bergmann  <sbergman@redhat.com>  [255c01451dc6de29e439905d289384278e54b1c3]

        Revert erroneous change of dictionaries
        
        ...in d71bcc4dc5025ea24944454908098269cfd095a3 "Fix typos"
        
        Change-Id: I74e73e99ad9ca3caa4abb40f8eed4648418b3a0a

2017-11-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e1e436eaa036e18854b050b958b7bed1c86a31ff]

        Fix typos
        
        Change-Id: I2a10e087a776ac96b3193226610577227d2492a8
        Reviewed-on: https://gerrit.libreoffice.org/44655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d71bcc4dc5025ea24944454908098269cfd095a3]

        Fix typos
        
        Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
        Reviewed-on: https://gerrit.libreoffice.org/44654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-13  jan Iversen  <jani@libreoffice.org>  [930efab3be7dd818918b7116119bb049acdcda76]

        iOS, update to version 11.1
        
        Change-Id: I3e477162468ad7386d83480ce8ae1da9536465b0

2017-11-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [508b60b7fd9270cdc5df8cbe5b733b4f6ea8575f]

        inline INetMIMEOutputSink
        
        Change-Id: Id76cf021658936301dd6b9685cafe7ece7ffa228
        Reviewed-on: https://gerrit.libreoffice.org/44589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [99872adcfbcee7bb2e6b2f35c05cb34bb8be76ee]

        Remove OAccessibleTextHelper::getCharacter and getTextRange
        
        Change-Id: Ib32e3ca6ba55ab99820a54023041247cea96ab0c
        Reviewed-on: https://gerrit.libreoffice.org/44652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c8c5072a2f20d58807c233a1b62ded406931db78]

        clang-tidy modernize-use-equals-default in editeng
        
        remove default-able copy constructors/assignments
        and a non-virtual default dtor.
        
        Change-Id: I3fcc23a480031a9ede00ea22ae8f5ac5e892fd9c
        Reviewed-on: https://gerrit.libreoffice.org/44657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [8d4a44d176fc7e80d6c5f13b1e73069967b9593b]

        Remove OCommonAccessibleText::getText and getCharacterCount.
        
        No need to create helper for those methods.
        
        Change-Id: I0505fe8141b1bad852b7f30aeb69628fb6a90071
        Reviewed-on: https://gerrit.libreoffice.org/44649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-13  Julien Nabet  <serval2412@yahoo.fr>  [102acb3675fed4e4e61a98722e279b9d8bc18ad2]

        Replace list by vector vRedlines (sw)
        
        Change-Id: I4c5ca9dc59a08343fdbd2c2237f8346572f26011
        Reviewed-on: https://gerrit.libreoffice.org/44659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-12  heiko tietze  <tietze.heiko@gmail.com>  [a7f961ddd88df4117de5f7c199881cf75d2905b5]

        tdf#77755 Consistency at status bars
        
        Slide is now the left-most item in Impress/Draw's status bar and layout status comes after context
        
        Change-Id: If79bd7839d7241fe58e923e189fd33a48bfe275b
        Reviewed-on: https://gerrit.libreoffice.org/44604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [96521249ca43e684ee610d4f7989a56de4508198]

        use sal_uInt16 to pass PoolItem WhichId
        
        Change-Id: I29593b20d7053bf51b1ef2aee295e73c6f3b858b
        Reviewed-on: https://gerrit.libreoffice.org/44650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-12  Julien Nabet  <serval2412@yahoo.fr>  [39ba5cbd8ca491aa322f48569ee5c10248e6e94b]

        tdf#113784: fix crash when right click on data provider dialog
        
        Do like ScDataTableView::MouseButtonDown
            188 void ScDataTableView::MouseButtonDown(const MouseEvent& rMEvt)
            189 {
            190     if (!rMEvt.IsLeft())
            191         return;
        ...
        
        See bt:
        0  0x00007fffc971096c in Point::X() const (this=0x0) at /home/julien/lo/libreoffice/include/tools/gen.hxx:77
        1  0x00007fffc9c67f92 in Point::getX() const (this=0x0) at /home/julien/lo/libreoffice/include/tools/gen.hxx:98
        2  0x00007fffca04ca9f in ScDataTableView::MouseButtonUp(MouseEvent const&) (this=0x555558afbed0, rMEvt=...)
            at /home/julien/lo/libreoffice/sc/source/ui/miscdlgs/datatableview.cxx:242
        
        Change-Id: Ia124dcec698438b51072956949e3274a8e3f77c5
        Reviewed-on: https://gerrit.libreoffice.org/44651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d73225119476de1826f648acca9e93bf6797e813]

        use copy constructor to clone PoolItems
        
        Change-Id: I2a45a62fd56cc5a768406c7a6e4c72456f962367
        Reviewed-on: https://gerrit.libreoffice.org/44648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-12  jan Iversen  <jani@libreoffice.org>  [3168c5e09f084e65a32b5865d975ea9a9524d7c3]

        iOS, updated link flags
        
        added -ggdb2 to final linking
        
        Added extra folder to include some LO files needing debug
        
        Change-Id: Ieed2ff630b67df358dc47e2b27a51e8c692308b5

2017-11-12  jan Iversen  <jani@libreoffice.org>  [f5fea7373b72bf23642ea4f6fd8f5673f3c97174]

        iOS, added -ggdb2 prelink
        
        New xcode needs -ggdb2 (like the compiler) in order not to strip symbols
        
        Change-Id: I652b1d9791d1ce6d752748eb950615051d140ba7

2017-11-12  jan Iversen  <jani@libreoffice.org>  [76fe5bddccfb9e27af1319678dfe3e287e124b79]

        iOS, make sure SfxApplication::GetOrCreate() is called
        
        For some reason SfxApplication::GetOrCreate() was never called, this leads
        to problems when opening documents (reference to shared pointer).
        
        Adding dummy call to SfxApplication::GetOrCreate() to make sure the list
        contains at least one entry.
        
        Change-Id: Ic8848c17efae5a0a38c9e9f7299a5f36f69aef31

2017-11-12  Tor Lillqvist  <tml@collabora.com>  [fa58329060a2ab8a674c9ffa619943bfbeebd984]

        Bin file accidentally committed in 8e84dfd7c678e2774522a8d23fa4f6313ed6281a
        
        Change-Id: I8bbe484790d8012ff921b1e438ab3d8985c0c39e

2017-11-12  Julien Nabet  <serval2412@yahoo.fr>  [3ca4d1169c1b6d35eecc980251d6d89ff120ee70]

        Replace list by vector for weakRef (sd)
        
        Change-Id: I4c303b402e4b4d7e27cd42acf88dda90f0c8b119
        Reviewed-on: https://gerrit.libreoffice.org/44643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-12  Julien Nabet  <serval2412@yahoo.fr>  [582182ad2ad9c399fd41bff2446507eb954730f7]

        Replace list by vector for InteractiveSequence (sd)
        
        + use for range loops (there's still work about this)
        
        Change-Id: Ib1d1584f3f4456dfa79834f89c51b4528b776096
        Reviewed-on: https://gerrit.libreoffice.org/44642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-12  Caolán McNamara  <caolanm@redhat.com>  [ecc3b1fcaddd4066d90161faf4a3f532b445c85a]

        ofz#3577 force refresh
        
        looks to me that once the bt was found with a given test document that
        even if the document is fixed all similar bts are considered duplicates
        and other bugs that can end up here aren't disambiguated. Later bugs
        reports have "groups" where they are disambiguated so lets "fix" this
        in the fuzzer and when fixed reenable and see if a new test case is
        filed and/or if groups appear
        
        Change-Id: Ic680607a654eea6b3874db626c1742734245bd6b
        Reviewed-on: https://gerrit.libreoffice.org/44645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-12  Caolán McNamara  <caolanm@redhat.com>  [3c5addae5c1bb88c308dbacd545ca52d597e39fb]

        ofz: Timeout give up earlier on SvParserState::Error
        
        Change-Id: I191f935c11bc59e0b1a990ac5d3c38a49390afd1
        Reviewed-on: https://gerrit.libreoffice.org/44644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-12  Jens Carl  <j.carl43@gmx.de>  [e2b748e0a4ab7a33dd9ebde1d7f37776dff60c3b]

        tdf#45904 Move _XScenarios Java test to C++
        
        Change-Id: Ie15243714464cf8343fff27507e4b257846cdebd
        Reviewed-on: https://gerrit.libreoffice.org/44638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [b73c66597884f03443ee8888cb6c204b78bb6cda]

        Replace list by vector for ShowNativeDialog (vcl)
        
        Change-Id: I1101c5b5426507ce8e5fd1ed34930f385f527775
        Reviewed-on: https://gerrit.libreoffice.org/44639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [0e5fd59f220e8ea2073435d8cac4c8566accf488]

        Replace lists by deques in salusereventlist (vcl)
        
        Change-Id: I843f63b32a7ed443520f7d3688039c3873114f04
        Reviewed-on: https://gerrit.libreoffice.org/44637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4c656c82ccdaa47cf447dfff4147b339b44ea8c1]

        tdf#111835: Hide Master slide / close master slide button in notes view
        
        These buttons are designed for normal and master slide view.
        
        Change-Id: Ifc093a1da7e2336a1a83332e893dbc619519aaba
        Reviewed-on: https://gerrit.libreoffice.org/44635
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-11  Caolán McNamara  <caolanm@redhat.com>  [d945bc4598f75e4cb1a1bf9df8942f14ef065d74]

        ofz#4122 use EnableExecuteLink instead
        
        Change-Id: Id680df2145ac691a30f93cea4e565a2467b45dc6
        Reviewed-on: https://gerrit.libreoffice.org/44640
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [d092dd1b784fcf83fc9c63810bac24d4508edbbc]

        Replace list by vector in cellkeytranslator (sc)
        
        Change-Id: I279f319bd3a3bf71cf0c7b138723d9601e693e7b
        Reviewed-on: https://gerrit.libreoffice.org/44634
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [2b1f0d31c34464bdece4eea158097b3e4923cf5f]

        tdf#111738: Duplicated numbering alignment option on numbering dialog
        
        Change-Id: Ifb18d5da84cc47da59448549f3c617e8040c246c
        Reviewed-on: https://gerrit.libreoffice.org/44636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-11  Caolán McNamara  <caolanm@redhat.com>  [019e6ae7be38176978943d95fa3b586830e1b3b1]

        ofz: XPMReader::ImplGetColKey short read
        
        like
        
        commit 10a2388558df957b30136ba32ecc97ddef43fb57
        Date:   Tue Jan 17 12:35:24 2017 +0000
        
            ofz#411: XPMReader::ImplGetColKey short read
        
        Change-Id: Iffc7ddb00b2849b2f9fad17314086b87d3097660
        Reviewed-on: https://gerrit.libreoffice.org/44628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-11  Caolán McNamara  <caolanm@redhat.com>  [331b9aabb2ce91171bd0256f9e9f22761537dd9f]

        ofz: wkzfuzzer Timeout
        
        Change-Id: I2e238c2f5dfbb1294049b3b089699deab957be38
        Reviewed-on: https://gerrit.libreoffice.org/44632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-11  Rene Engelhard  <rene@debian.org>  [b926497227b0fdb3214df10d0bf9a07b0ae9a295]

        use -encoding UTF8 in JavaClassSet.mk
        
        which works directly for javac, thanks Noel
        
        Change-Id: I7e8f5887fcba73da00ec018990ea620465614df1

2017-11-11  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [8b312e9d69874d1c4d1e76acaf95f27da5072455]

        RDF: support cloning of all entries for a given type
        
        This is currently unused, but can come in handy later
        on when we implement copy/pasting of metadata fields.
        
        Change-Id: Idd4d6c186fa5c75e06f0ab1b0dfcbc85b6343116
        Reviewed-on: https://gerrit.libreoffice.org/44602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-11  Jens Carl  <j.carl43@gmx.de>  [eaa7f27ca89d4048934baff6b2c3e1b9d6a5b1a4]

        tdf#39468 Translate German comment
        
        Change-Id: I6cf6f1775fc47014185607433ab0e5cc1a2761d6
        Reviewed-on: https://gerrit.libreoffice.org/44571
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-11-11  Michael Meeks  <michael.meeks@collabora.com>  [b77af2396adbab0ec4fea4160e0c711b080fff67]

        vcl: StyleSettings - start to unwind code duplication.
        
        This should be a pure re-factor, plus headless tweak.
        
        Change-Id: Iad7f524ea76625601b3f85cc13a50311ed1de171
        Reviewed-on: https://gerrit.libreoffice.org/44624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-11-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5bd7cc788d0b0f4a2595f32f4897abe6e39ce6c8]

        TSCP: Remember the origin and on save, act accordingly
        
        If we created the document classification via pop-up (BAF policy)
        then the highest classification needs to apply the classification
        from the BAF policy. In other case the classification was set via
        the advanced classification dialog, we only need to reset the
        document properties.
        
        Change-Id: I0aa0c010e8de3c16920b64a97e5e4dd2e643c2cd
        Reviewed-on: https://gerrit.libreoffice.org/44576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [f9333f9d47eb8906b4ef74cbb0a09cf1a9a5f2e6]

        Replace list by vector in scmod (sc)
        
        Change-Id: I5171de5a13861d36d30f8489b7d83768e8c2ac25
        Reviewed-on: https://gerrit.libreoffice.org/44622
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Xisco Fauli  <anistenis@gmail.com>  [b1309cb3bc4b1719b6c99d49baea51f4e96136cd]

        tdf#112627: Set 'Master Slide' when Context is changed
        
        Change-Id: Iba9a99d3819ddc5462ea969a3529481ddab2f4dc
        Reviewed-on: https://gerrit.libreoffice.org/44566
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-11-11  Rene Engelhard  <rene@debian.org>  [66b26b03cbfe9e72d64eef6875a6eec11bf13bf5]

        set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 in JavaClassSet.mk
        
        .. to fix reportbuilder build with Java9.
        A direct -Dfile.encoding=UTF8 doesn't work...
        
        Change-Id: I231b2893df463d00eb514c0d50e02c8df41c5b20

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [62e44ca3573db912ce07f3dc2423c36e85c476c5]

        Replace list by vector in formulagroupcl (sc)
        
        Change-Id: I03f53b84e8ed5804c466859c9c7cb80e7da040a4
        Reviewed-on: https://gerrit.libreoffice.org/44620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [d1bf03e40b195ea5b05db33ed9884f291c877572]

        Replace list by vector in addinlis (sc)
        
        Change-Id: I38d83b7d611537ae903d7d63d2a04391eece11ae
        Reviewed-on: https://gerrit.libreoffice.org/44621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Julien Nabet  <serval2412@yahoo.fr>  [e1f523a9f6808b895caab266c7eb3b2839b5e4ce]

        Replace list by vector in funcdesc (sc)
        
        + use for range loops
        
        Change-Id: I896775db65cfddbe30a91b12f1d3a1633f49c068
        Reviewed-on: https://gerrit.libreoffice.org/44619
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [ce470df92913ffc1849de90b9fd6a2a9d69b8e33]

        sfx2: Replace SfxViewShell::DiscardClients_Impl()
        
        with DisconnectAllClients() because both do the same
        ever since 17a91c18edea240a35a12a573933917240e9fb4a.
        
        Change-Id: I17639670d0fb787c69a53e8992f706937665d7b3
        Reviewed-on: https://gerrit.libreoffice.org/44447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0b4d0c87fe201b7cc7f49b2dc14c134c95558a30]

        Update mdds to 1.3.1.
        
        This newer version incorporates the change in ofz-4048.patch.1.
        
        Change-Id: Iaccbf2694bbd752f9949c491219aa5ab8caa45fe
        Reviewed-on: https://gerrit.libreoffice.org/44615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-11-11  Tor Lillqvist  <tml@collabora.com>  [4b63977c98245efcedd905f37a85f988c3bb44e2]

        Remove duplication of Paper enum as #defines
        
        Not needed any more.
        
        We still have the fragile requirement that the order of entries in the
        aDinTab array in i18nutil/source/utility/paper.cxx has to match the
        enum order.
        
        Change-Id: I858fd56ad6bb1a3f3c2c39f7830b4dc6aea7cc1f
        Reviewed-on: https://gerrit.libreoffice.org/44600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-11-11  Eike Rathke  <erack@redhat.com>  [38f4d4ca02cdc2fd4656e3a72def94da1df89650]

        A user object id is *NOT* a SotClipboardFormatId
        
        Do not try to squeeze it into such.. especially if
        SotClipboardFormatId::... enum identifiers are used in a user
        object id context that is completely not related to the identifier
        name this is totally confusing.
        
            commit fb14be5f8f74f83ba89e15f891ddf1f753dcc62f
            Date:   Thu Mar 12 14:53:28 2015 +0200
        
        	create new 'enum class' SotClipboardFormatId to unify types
        
        overdid with that.
        
        Change-Id: I34b570be9f52b7b94ca8af6b23983393ac3a3a55
        Reviewed-on: https://gerrit.libreoffice.org/44612
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [12434a33c1c153c375d2e02e0ae26f471ff15b68]

        TSCP: simplify setting the highest classification
        
        No need to check the document header for the current document
        classification category. It is right there in the document
        properties.
        
        Change-Id: I46d31fe2ead034b591ea10b478e7cc9e3ef410ef
        Reviewed-on: https://gerrit.libreoffice.org/44575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e5bc780e92ecf4790869e365142e625b087c5057]

        TSCP: use classification key creator instead of strings
        
        Change-Id: I2bc224aa0e290b0fab1c989834e5d79a72de35aa
        Reviewed-on: https://gerrit.libreoffice.org/44574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-11  Caolán McNamara  <caolanm@redhat.com>  [574bac673366bc317e8ef10f288945d8dd5c2050]

        Resolves: tdf#113405 don't try and assign a master page to a master page
        
        when in master view mode go straight to adding the master page to the
        list of masters
        
        Change-Id: I345ce30b44099cd546267fb2acae0b1cc8a73dbe
        Reviewed-on: https://gerrit.libreoffice.org/44606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8a5a9e05cce756e9f7aa11b86972939a8a70a839]

        TSCP: bail out quickly in paragraph classification check on save
        
        Before saving a document we need to check that the document level
        classification is at the higher or same level as the individual
        paragraph level classification is. The trouble here is tha this
        can be quite a costly operation, so bail out quickly if we don't
        detect that no paragraph classification has been applied to the
        content by checking if we have the RDF metadata present or not.
        
        Change-Id: Iaef29de7e138937a5c1881cf34c9075fb37ba87d
        Reviewed-on: https://gerrit.libreoffice.org/44573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e4d1551697406bab0e9973bfa8ac012c48ff8eea]

        tdf#113591 Fix crash when switching between Calc and other LO window
        
        Need to get the ContentNode from EditDoc, as the selection might
        have a pointer to an already deleted ContentNode.
        
        Change-Id: I5c17be8ec2cbc57686eaf90e8b03c026aea7f28f
        Reviewed-on: https://gerrit.libreoffice.org/44583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-11  Stephan Bergmann  <sbergman@redhat.com>  [5d12237d79f289a1dcf8e07aa03df329e136f078]

        loplugin:unnecessaryoverride: suppress warnings when default args differ
        
        ...instead of blacklisting such cases.  Reuses the
        checkIdenticalDefaultArguments code that was originally in
        loplugin:overrideparam (and appears to work reasonably well for the default
        arguments that actually happen in practice).
        
        Change-Id: I9cf2db17101beb135b2039a9b7ed335bd2af2c08
        Reviewed-on: https://gerrit.libreoffice.org/44594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-11  Stephan Bergmann  <sbergman@redhat.com>  [1fc79c3491906d85ed9972e161112459035b62ed]

        Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries
        
        ...in code accidentally using auto like
        
        > auto const aURL = uri->getUriReference() + "/"
        >     + INetURLObject::encode(
        >         m_sEmbeddedName, INetURLObject::PART_FPATH,
        >         INetURLObject::EncodeMechanism::All);
        >
        > uno::Reference<uno::XInterface> xDataSource(xDatabaseContext->getByName(aURL), uno::UNO_QUERY);
        
        in <https://gerrit.libreoffice.org/#/c/44569/1> "Properly construct
        vnd.sun.star.pkg URL" did (causing hard to debug test failures there).
        
        So make functions taking O[U]StringConcat take those by rvalue reference.
        Unfortunately, that also needed adaption of various functions that just forward
        their arguments.  And some code in sc/qa/unit/ucalc_formula.cxx used
        CPPUNIT_ASSERT_EQUAL on OUStringConcat arguments in cases where that happened to
        actually compile (because the structure of the two OUStringConcats was
        identical), which needed adaption too (but which would arguably better use
        CPPUNIT_ASSERT_EQUAL_MESSAGE, anyway).
        
        Change-Id: I8994d932aaedb2a491c7c81c167e93379d4fb6e3
        Reviewed-on: https://gerrit.libreoffice.org/44608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-11  Stephan Bergmann  <sbergman@redhat.com>  [f697d06b67e91c704c088dceafade209462e0b95]

        Remove unnecessary makePropertyValue specialization for Any
        
        ...that had been introduced with 9e87a00e11486a2be64b0dc2799e3efca4b000cc "oox:
        replace PUT_PROP macro with comphelper::makePropertyValue() calls", but for
        reasons unclear to me.  toAny is specifically there to either wrap its argument
        in an Any or, if the argument already is an Any, pass it on unwrapped.  There
        is no deleted toAny overloads or explicit specializations.
        
        Change-Id: I63edf22ba3a63f6b3ebb3347ec5dc9ff81fd3bc4
        Reviewed-on: https://gerrit.libreoffice.org/44607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-10  Michael Stahl  <mstahl@redhat.com>  [99e373cd4c78084ded349f3e3de7b0504af2dd90]

        slideshow: clip shapes in secondary screen window
        
        When using the presenter console, the secondary screen has
        a small view of the current slide.
        
        Currently nothing clips the shapes that are on the slide,
        so they may be rendered outside the slide rectangle,
        because there's a single VCL-canvas and OutPutDevice that covers
        the entire screen.
        
        Set up some brute force clipping in DrawShape::getViewRenderArgs().
        
        Change-Id: I3b21f08c12718254b6cf166b7fb1540e9381b243

2017-11-10  Michael Stahl  <mstahl@redhat.com>  [3c18e816c23f1e49a44b12cf7aee10c47af7e2ec]

        sdext: document 2 different canvases
        
        Change-Id: Icb8815ed20b06d2f43fbfb0088e6bdd0d5b389f6

2017-11-10  Yousuf Philips  <philipz85@hotmail.com>  [7df058224a7cabb1cbfc8564ffe22a6844fb2a1f]

        tdf#86508 Use Yellow and Green for 2 entry color scale
        
        Change-Id: Icde57593fb2cb589465c574894ab10184702655a
        Reviewed-on: https://gerrit.libreoffice.org/44603
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-10  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3b2ae25594774e23ab513ea6f99a0552c7ac5caf]

        TSCP: strip metadata fields when copying
        
        Since the RDF entries are not copied (due to
        limitations in the clipboard doc), metadata fields
        become inconsistent upon copying. This is especially
        problematic for signatures and classification as
        they are no longer maintainable or verifyable
        (which is a particularly critical issue for crypto
        signatures of paragraphs).
        
        Change-Id: I5468a961ed43befdc48fcea8be00734453917c1f
        Reviewed-on: https://gerrit.libreoffice.org/43631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-10  andreas kainz  <kainz.a@gmail.com>  [8e84dfd7c678e2774522a8d23fa4f6313ed6281a]

        Elementary: update icon pack
        
        Change-Id: Ic20330ed474d434dfb2ab25d4c94875ff305eca8
        Reviewed-on: https://gerrit.libreoffice.org/44596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [97d09553425b59d030fd4d8f039a4a9994b674cf]

        Related: tdf#112549 gtk3 hide/show menubar on enter/exit fullscreen
        
        Change-Id: I0436d0f3404a88abd81c4eedea09b16c81536b61
        Reviewed-on: https://gerrit.libreoffice.org/44599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-10  Yousuf Philips  <philipz85@hotmail.com>  [b97e713e76c88141d26f6e19a74db80a105cb911]

        tdf#103080 Add Noto fonts into default installation
        
        Includes the regular, italic, bold and bold italic for
        * Noto Sans, Noto Serif
        
        Includes the regular and bold for
        
        * Noto Kufi Arabic, Noto Naskh Arabic
        * Noto Sans Armenian, Noto Serif Armenian
        * Noto Sans Georgian, Noto Serif Georgian
        * Noto Sans Hebrew, Noto Serif Hebrew
        * Noto Sans Lao, Noto Serif Lao
        
        Includes the regular and bold for
        
        * Noto Mono
        * Noto Sans Lisu
        
        Change-Id: I2a423b7cac031e2e899df22ad902bd09d1da250d
        Reviewed-on: https://gerrit.libreoffice.org/44128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [537d4e672e2e5d175c7e0bc9cf4a7efb2bec72be]

        tdf#113725: Sidebar: Controls are crammed in Slide content panel
        
        Need to trigger a layouting to get the right panel size after we
        show / hode context related items.
        
        Change-Id: I791921ecb491bb65c53a4fe9562207d47f66a88a
        Reviewed-on: https://gerrit.libreoffice.org/44565
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a11e0d428c7a17fd1d7689add10de413cc0ea81c]

        loplugin:unnecessaryoverride: no warnings when fns are actually different
        
        Change-Id: I90d8af7a1affa459400b1cae4805e3a80b6c5200
        Reviewed-on: https://gerrit.libreoffice.org/44593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2b88ea29a183aa049b2e4d10414f4d43649874a9]

        No need to blacklist this loplugin:unnecessaryoverride
        
        ...a using declaration should fix it just fine
        
        Change-Id: I05cf76672bcceb7a94afa602e215a0b5a32de82b
        Reviewed-on: https://gerrit.libreoffice.org/44591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [3d2dbf45ebe78faab6da09ad2efe841e21a5bdd2]

        No need to blacklist this loplugin:unnecessaryoverride
        
        ...a using declaration should fix it just fine
        
        Change-Id: I0279994c155775e9a58e93aef8da4522d4fd93fd
        Reviewed-on: https://gerrit.libreoffice.org/44590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [aac0b97574b1d180b2a79dabd8ddf10c88719479]

        Forgot to add compilerplugins/clang/test/unusedvariablecheck.cxx
        
        ...to CompilerTest_compilerplugins_clang in
        871e420cbbd8afe064e7bbc0ed426db3b01fddfa "Fix loplugin::unusedvariablecheck
        check for std classes"
        
        Change-Id: I011d8ff73189dfa85adb4cbd50e556f25be9b79c
        Reviewed-on: https://gerrit.libreoffice.org/44592
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [d64f6caf22715fb421f4b89820c0842b7cae6905]

        ofz#4163 Null-dereference READ
        
        Change-Id: I3d1ae5f55343b1b8ec3b0d79a56c9368385a0af8
        Reviewed-on: https://gerrit.libreoffice.org/44581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [4dba9820cf44718121a38b3f89eb8caa244d7321]

        rework tdf#113647 solution to be safe
        
        rather than passing the pointer around, tragic use of uno apis means monstrous
        awt::Window thingy has to be passed around and still smuggled through the
        dispatch arguments to get through the eye of the XDispatch::dispatch needle
        
        Change-Id: I353f8a3b0bb698bb58f75576e49efd701f3db8bf
        Reviewed-on: https://gerrit.libreoffice.org/44585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-10  Manfred Blume  <manfred.blume@cib.de>  [4c9349aef26499b9d80a4d6354680b688a95fb0b]

        tdf#95635 use different font size keyboard shortcuts
        
        Decrease is Ctrl-8, increase isCTRL-9. German-only, to prevent
        issues with inaccessible combinations.
        
        Change-Id: I8e009a9827265f49948464cc5356680c141663e6
        Reviewed-on: https://gerrit.libreoffice.org/44584
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [662aacdde848ec212a24f16de663c0ea63d3c131]

        -Werror,-Wunused-private-field
        
        Change-Id: I545fb159960974841008d2a0e7843b71a59698aa

2017-11-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [49b373a983328cf09ba13f218d5f5aac51c463e9]

        Translate German comment to English
        
        Change-Id: Ia7970d9318c0e9f738d7cdf646de2dd38f869a3c
        Reviewed-on: https://gerrit.libreoffice.org/42847
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [4cc7ebcca3d5fa33556fbc2666d8c63ae30a3424]

        loplugin:unusedmethods new analysis
        
        look for classes containing protected methods where we can convert them
        all to private
        
        Change-Id: I4a448341943e0a613cde30501c4012da61dba713
        Reviewed-on: https://gerrit.libreoffice.org/44588
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [42344398a839eddf1b498c266d8fe8ac0b3bb6b6]

        editeng: Simplify calls to HasSelection()
        
        Change-Id: I424cd5aee41334aebfd9bc41e1f8a9aeb69b9827
        Reviewed-on: https://gerrit.libreoffice.org/44582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [bff8d843bd4e5dcca5dc1a60c2c7852b1b72a00b]

        Properly construct vnd.sun.star.pkg URL
        
        ...in SwDBManager::LoadAndRegisterEmbeddedDataSource.  For example, when the
        authority encodes a file URL whose path contains '%23' (because one of the
        pathname segments encoded in the file URL contains a '#' character), the
        original code would have left it as %23 in the vnd.sun.star.pkg URL, instead of
        encoding it as %2523.  That lead to bad file URLs being recovered from the
        vnd.sun.star.pkg URL in dbaccess.  (And 03f58aa36c5150ea305b5fd0023e0ec53a334051
        "dbaccess: properly encode path to prevent stripping 'fragment' from it", which
        this commit reverts, wrongly tried to address that on the consuming instead of
        the producing side.)
        
        Change-Id: I17d2dc9e6306d006361fbcb63d77e93a9e20bf31
        Reviewed-on: https://gerrit.libreoffice.org/44569
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-10  David Tardon  <dtardon@redhat.com>  [34a7a9fd7649655256a85b5701d461af5ccc2016]

        upload expat 2.2.5
        
        Change-Id: Ic92002ec4f5edc48ca1bb3ac84836c4e6d19833c
        Reviewed-on: https://gerrit.libreoffice.org/44552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [2352a8e8e3fee49fbcea1118c5a41cbf4b3998ce]

        ofz#4158 Integer-overflow
        
        Change-Id: I117156abf0e1f52491bf6bbe42bf18f4efd364f7
        Reviewed-on: https://gerrit.libreoffice.org/44579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-10  Manfred Blume  <manfred.blume@cib.de>  [f80449262e38974b101c4a778c1070285d5a63d1]

        tdf#113736 Default value PDF export placeholders=false
        
        Default value for 'Export placeholders' in dialog 'Export as PDF...'
        should be false like in the print dialog
        
        Change-Id: Ib68a0921bfcb62849774c1388b0d77761384a130
        Reviewed-on: https://gerrit.libreoffice.org/44546
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [832c1f16ddbdc626c6ae11900038e1a88f94b8e4]

        sw: remove temporary debug code in txttab that no longer builds anyway
        
        Change-Id: I40dfa40dd157046aa5c1285b1855fb8c100fc315
        Reviewed-on: https://gerrit.libreoffice.org/44577
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [32823280efffc02a250fc8d4749b8eb0f491ae77]

        loplugin:unusedmethods
        
        Change-Id: I543b0943f0bc918d59debc8ee051f88c29d18454
        Reviewed-on: https://gerrit.libreoffice.org/44553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Pranav Kant  <pranavk@collabora.co.uk>  [617fb9eed92711639e4e632132a649f23ac2f3eb]

        Upgrade these SAL_WARNs to INFO
        
        These are very common occurrences. Let's not flood the warning output.
        
        Also ressurrect some helpful looking commented out SAL_INFOs
        
        Change-Id: I3368fb46b27b72edd8ba1f52e2a145a661c40477

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [31b26130d90d4746cbb126fd9b6c1cb3487f644f]

        tdf#113647 bullet dialog has wrong modal parent
        
        Change-Id: Ia2e6171a1aeb3b8ad679a547a63ccaeac20481df
        Reviewed-on: https://gerrit.libreoffice.org/44554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [394dbb7f637afe10041506975b5dbc2202a78b4d]

        rtl: change nullptr comparison
        
        Change-Id: I0c356b100b732e259646d4ebb5d0aedd4dc4bcdd
        Reviewed-on: https://gerrit.libreoffice.org/44302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-10  Eike Rathke  <erack@redhat.com>  [047cc1d976516c527f4c7051a98aade59c7494d9]

        Do not create arbitrary OpCode values from binary garbage, ofz-related
        
        Change-Id: Ifb6f22472a9e9c0be95131bf8f49985ccc17c483

2017-11-10  Eike Rathke  <erack@redhat.com>  [78bcc5ddca186f0009124a697184f332405d3e1e]

        ofz#4123 do not read past end of file
        
        Change-Id: I1fa3543d541ea084a43a1a11f62680fa798f5647

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [1aba1955f161cc112dab80b6b3e78ec7761616fc]

        loplugin:finalclasses in basctl
        
        Change-Id: I5974cf3df434ebfff1e3748ddd291e2a21cbb0de
        Reviewed-on: https://gerrit.libreoffice.org/44536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [bb6a8dce405bd0fcd551c217c05a503e559dbf4d]

        tdf#48300 kde4+gen: bring forward the window with already opened doc
        
        Send _NET_ACTIVE_WINDOW message to the mapped frame with the timestamp
        of current X11 server time (the real timestamp, not CurrentTime
        constant, otherwise e.g. KWin focus stealing prevention would kick in)
        
        Change-Id: I637e1c3548b874e7267f8fc71ffcca4b1a82a412
        Reviewed-on: https://gerrit.libreoffice.org/44409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-11-10  Tor Lillqvist  <tml@collabora.com>  [992bc9dfe1687087918f5fe83d6166791533433b]

        There is no "paperconf" command on macOS
        
        Change-Id: I01c4cf877eca81880381060e1b3ebedf2979bcb8

2017-11-10  Caolán McNamara  <caolanm@redhat.com>  [5ba0b8f98f874390aa839311b0164360733ec815]

        fix build
        
        Change-Id: I9fc79d2fc68cc0471fe6b8485a5fa62a1b81172a

2017-11-10  David Tardon  <dtardon@redhat.com>  [1921ff9a863ab5ce76dd5157da4386e93d6d155c]

        upload nss 3.33
        
        Change-Id: Ib7f49b06669a5199b4bbe91d1b3eecf29ae6cfae
        Reviewed-on: https://gerrit.libreoffice.org/44521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d4ee66c15e8c57f2de54d1306128f6546dfb6e8d]

        No need to check both (identical) param_size() and getNumParams()
        
        Change-Id: I481cfa8b0f4bb9cbc257d28f36c372fb7367f294

2017-11-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d12699bab3eab6e29f0667f042148e5634c9efe4]

        clang-tidy modernize-use-equals-default LanguageTag
        
        mbIsFallback was added to ctor but not to copy assignment in
        commit 258d9fac7544f925c8250bad99b9554cc49578d5
            CID#1103756 missing initialization
        
        Change-Id: I91ee5daf68c3c3682b5d7007c028eaf3579a0715
        Reviewed-on: https://gerrit.libreoffice.org/44563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [19ee7861938b59085a50699a51e2f149e49a24e4]

        loplugin:finalclasses in accessibility
        
        Change-Id: I9d8bc018dfe8bd8668d28daccd85ea5770fe31b0
        Reviewed-on: https://gerrit.libreoffice.org/44537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [049e026755f7c36c7594bf4e7891603930669a54]

        loplugin:finalclasses in basic,basegfx
        
        Change-Id: Iff223782fa0ded0fe46b8b7af35bfd21f331015f
        Reviewed-on: https://gerrit.libreoffice.org/44535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [37a4a250662cbfb394f02ad29edca53d898a05d7]

        loplugin:finalclasses in chart2
        
        Change-Id: I35afa226beb6fe4319313125c323d9f059837357
        Reviewed-on: https://gerrit.libreoffice.org/44534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-10  Julien Nabet  <serval2412@yahoo.fr>  [20dbb652d8bff996ac417f1c2c0894277c52497c]

        Replace lists by vectors in xichart/xipivot (sc)
        
        + use for range loops
        
        Change-Id: I598d09a363005781a89354a25ea6a87a2b7c8b62
        Reviewed-on: https://gerrit.libreoffice.org/44568
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-10  Julien Nabet  <serval2412@yahoo.fr>  [65e578640f0258768a9253389356dbc63c845b7e]

        Replace some lists by vectors in sc/source/filter
        
        Change-Id: I85396e3192ca09aba8f97c564f8d80058b362d91
        Reviewed-on: https://gerrit.libreoffice.org/44564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e2eddd96bc1cd83da02c2d5a36c7a678a8544673]

        This aEndCps variable can be local
        
        Change-Id: I61ed4b5fcac6b12e7d3c1b4eab61ccff1e207c5f
        Reviewed-on: https://gerrit.libreoffice.org/44503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ac9ea45444d96a8369a0ab9407b2868eee7d7548]

        Fix typos
        
        Change-Id: I2b6f476122a1991b77e7831da225f7dc17d4061c
        Reviewed-on: https://gerrit.libreoffice.org/44570
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-10  Jens Carl  <j.carl43@gmx.de>  [d31fdb27583f5f594e8424bf061a74fde5cf2704]

        Remove obsolete sc_condformats unit test
        
        Remove the special snowflake sc_condformats because it's
        now covert by xsheetconditionalentries (see commit
        44e9640748791f602edb22cbc499200283466e1e).
        
        Change-Id: Ibdae392533605b56cf9b9c28f8c419ea0d32c0d8
        Reviewed-on: https://gerrit.libreoffice.org/44523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-10  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [eaa9cf6a3069fba3d82c046f0041bfb537d9e648]

        tdf#43017: Support for DOCX hyperlinks character properties
        
        Here goes a bunch of related changes:
        
        1. Create new character style based on current character properties
        
        2. Apply created style to hyperlink object
        
        3. Fixes to predefined style names usage in w:rPr
        
        4. Disable style usage for hyperlinks in TOC: they will receive later
        anoter styles
        
        Change-Id: I1a228992eb7c1e259a6a811aa7f959debaae4f35
        Reviewed-on: https://gerrit.libreoffice.org/41784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-09  Eike Rathke  <erack@redhat.com>  [7f603dd111afcc30eec8bbec97efc16ad8b4c4d1]

        Add values to SAL_WARN output
        
        Change-Id: I7cfca9d920fd8e060ad984df05d62ae82bad4766

2017-11-09  Eike Rathke  <erack@redhat.com>  [cf36b5d5f598d9b5528b273858584e2b419b23e9]

        Make this breakable in a debugger
        
        Change-Id: I5db40b513de43a27a2e58937ea2ad9501d432917

2017-11-09  heiko tietze  <tietze.heiko@gmail.com>  [82331a914d3544f06e471c48ac2aaf5cf201daca]

        Language and country tags removed from temple
        
        Change-Id: I53370561948a41f35974597edd3e7555d2b4ff9b
        Reviewed-on: https://gerrit.libreoffice.org/44107
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [ff89d2216a26a57e0682f6a80e5eade6dabd499a]

        Resolves: tdf#113695 crash in color picker after parent is closed
        
        Change-Id: If2217abed784bf24e37e3403fa33cd2663dc51a4
        Reviewed-on: https://gerrit.libreoffice.org/44545
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [6dc1087b37a9ce5bc9b728d6a23fef69a66bb3d2]

        tdf#113647 set parent for modal gallery dialog
        
        Change-Id: I1de801eefba135819aee992ffce826309c1c7400
        Reviewed-on: https://gerrit.libreoffice.org/44550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  David Tardon  <dtardon@redhat.com>  [945c10f42fe6d22031e7424b47481ac2cfb539be]

        upload harfbuzz 1.6.3
        
        Change-Id: Ib9920366ba32774d1e96f9dfde201975c322e6f5
        Reviewed-on: https://gerrit.libreoffice.org/44540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  David Tardon  <dtardon@redhat.com>  [2a1fa1f2c69480bfc14ba5613ac13b3fb1382b1b]

        harfbuzz: update autoconf configs the gbuild way
        
        Change-Id: Ie89e2888bdd28d4836ab1f01827612360c267808
        Reviewed-on: https://gerrit.libreoffice.org/44539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [7586246f61df80bcb27b279a39fb9541d96eab67]

        ofz#4146 Integer-overflow
        
        Change-Id: I380315539f06e790a023b6ac4c4733c136c1c180
        Reviewed-on: https://gerrit.libreoffice.org/44544
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [cbaa72d6e963847a4b98526430cd928bc7928fdd]

        tdf#42346: DOC export of cross-references to objects
        
        Same solution which was used for DOCX export:
        98bc7215935f1eb2e0dc6f1db826d8e729430c13
        
        Change-Id: I8af46db003a6192c6adaae1a35dff58744919eee
        Reviewed-on: https://gerrit.libreoffice.org/44502
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [fc59087c9d84b563733ac13c4eda7930e159c1e8]

        add dif fuzzer
        
        Change-Id: I6f35cd5696ce6321ce5a729ffb9db9fdecfa61ac
        Reviewed-on: https://gerrit.libreoffice.org/44526
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Mike Kaganski  <mike.kaganski@collabora.com>  [03f58aa36c5150ea305b5fd0023e0ec53a334051]

        dbaccess: properly encode path to prevent stripping "fragment" from it
        
        When a path contains "#" character, it must be encoded to prevent
        detecting it as URI's "fragment" separator, and subsequent stripping of
        following path part (e.g., in SfxMedium::Init_Impl).
        
        Change-Id: Ide08f8c13dc2296d9aecba92c96f1b29cc4538de
        Reviewed-on: https://gerrit.libreoffice.org/44538
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [38c03b07b66a80d87221064b6e88c5e206d64817]

        Revert "tdf#108947 Added Unittest."
        
        Seems the test doc is fragile under font replacement.
        
        This reverts commit 743efc3d4b086d20abd1449bcb73e9bce506c083.

2017-11-09  David Tardon  <dtardon@redhat.com>  [5306adb011c13aac3c2cf925ba9d841aa3ade4d2]

        upload openldap 2.4.45
        
        Change-Id: Ib570066feb8314c7ff5882134373705f88071dea
        Reviewed-on: https://gerrit.libreoffice.org/44527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [be2d9d3407ddae22797879e93778513be30ec5aa]

        Clean up m_generatedRttis at exit
        
        ...inspired by <https://gerrit.libreoffice.org/#/c/44487/> "silence
        RTTI::getRTTI Direct-leak".  (std::type_info is guaranteed to have a virtual
        dtor.)
        
        Change-Id: I972bfd57a2e800ef0e9bfc978fdc6345dbff853e
        Reviewed-on: https://gerrit.libreoffice.org/44532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [e689cf1e353055b9b2bd597006827d4c4e7b13a0]

        connectivity: fix loplugin:datamembershadow warning in the Calc driver
        
        Change-Id: Idcc6b1734599eec5d9eefbefb8849dc050b6a9d6
        Reviewed-on: https://gerrit.libreoffice.org/44522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [82ccc1a02ed3d423552c4c3a58dfb4a23a9942ae]

        loplugin:finalclasses in comphelper
        
        convert ServiceInfoHelper to a namespace, since the only usage is to
        call it's static method
        
        Change-Id: I908bdbc06cbdb6b72ee1ae469ff207b2fca69963
        Reviewed-on: https://gerrit.libreoffice.org/44533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Thomas Beck  <thomas.beck@cib.de>  [743efc3d4b086d20abd1449bcb73e9bce506c083]

        tdf#108947 Added Unittest.
        
        Added different branches for Windows/Linux because of differences in
        linebreaks.
        
        Change-Id: I17397155292e173bf698fa2680aaaf2711c064cf
        Reviewed-on: https://gerrit.libreoffice.org/44358
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-09  Mark Page  <aptitude@btconnect.com>  [37a4c09145604a056f48f7484fe87e7d247a7af9]

        Prevent GTK assertion with FilePicker dialog
        
        If "use-header-bar" property of the dialog is set to TRUE,
        it uses a GtkHeaderBar for action buttons instead of the
        action area.
        
        Change-Id: I9cebbce76d81ca50538e7d24133aa45e628d29b8
        Reviewed-on: https://gerrit.libreoffice.org/44490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>

2017-11-09  Mike Kaganski  <mike.kaganski@collabora.com>  [81b5f591dfe428efb3de278460ca662eacbf02bc]

        LibreOffice.natvis: add SfxItemSet visualizer
        
        Change-Id: I2d63cf73df945cc84fbfb93ad431f243caa238e1
        Reviewed-on: https://gerrit.libreoffice.org/44542
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [a93b691b78c95676d0dcf2724563aa1a8a5a2e8e]

        loplugin:unusedvariable add some more std:: types
        
        Change-Id: Ib15931e415990b56367fe3e1c7cf3f22cc4826d5
        Reviewed-on: https://gerrit.libreoffice.org/44529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [4887f9fe2d5bdbf8d760d88a984439efbdf37d5a]

        loplugin:unusedfields
        
        Change-Id: Ie8a2c6462ddc708140e725847199c8234ab6b592
        Reviewed-on: https://gerrit.libreoffice.org/44528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Mike Kaganski  <mike.kaganski@collabora.com>  [9b4d079d578dcb5cdc173e44604e078267ea9840]

        RegexpMap::map: use range-based for
        
        Change-Id: I90ae184e3400f7a35419a705c62c482932065b0f
        Reviewed-on: https://gerrit.libreoffice.org/44524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-09  Ashod Nakashian  <ashodnakashian@yahoo.com>  [a8a3fa2e4d24e8ea10bc4fee352fd4d7b82b2c79]

        TSCP: restore paragraph classification from DOC(X)
        
        Change-Id: I81f9a98f618b32e13c5ce92489846a4e20cc23d7
        Reviewed-on: https://gerrit.libreoffice.org/44325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [4418372084001ae6ae8153bf79a551a5bd5b40d4]

        tdf#113707 EMF+ Add support for ResetClip record
        
        Change-Id: I00ab6ac7a5e157cff469c2afd5e14d5f06f01bd0
        Reviewed-on: https://gerrit.libreoffice.org/44432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e49aa9303f047d7610b2b8334404db120d7bc8db]

        tdf#77229 tdf#113635 EMF+ Add support for Clip Union, Exclude and Complement
        
        Union: Replaces the existing region with the union of the existing and new regions.
        Exclude: Replaces the existing region with the part of itself that is not in the new
        region.
        Complement: Replaces the existing region with the part of the new region that is not
        in the existing region.
        
        Change-Id: Iabbe0ddfa082a332e94dd85b6444b234d1bdee35
        Reviewed-on: https://gerrit.libreoffice.org/44380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [89bbb27ebb5ece4d42d5df09083db2142018ed8e]

        Temporarily disable test that takes too long
        
        > sc_apitest::ScTableSheetObj::testCreateFilterDescriptorByObject finished in: 1823012ms
        
        in my --enable-dbgutil build.  (Having to adjust NUMBER_OF_TESTS here appears to
        be a rather brittle design, btw.)
        
        Change-Id: I48499a0490db86c58ef2b819b64f545be0c1f5b2

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [5fe262ed37ce9dc6b21b6a9cf689d3498dc1ee75]

        ofz#4144 Null-dereference READ
        
        Change-Id: I480551482dbda02d86c533c5705c9c896f269450
        Reviewed-on: https://gerrit.libreoffice.org/44525
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Xisco Fauli  <anistenis@gmail.com>  [d6ee89bc8882b13332275a156bfa8a56b5cf81e9]

        tdf#111826: Hide master slide button in handout view
        
        Change-Id: I4d3efcbe9e720ab43fa18d6c475ef749f1f9d61a
        Reviewed-on: https://gerrit.libreoffice.org/44516
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-09  David Tardon  <dtardon@redhat.com>  [474f0ec77f0458c9403a2e8d7452fa1885bd8a60]

        upload neon 0.30.2
        
        Change-Id: Iad3719ad03fa1bdec2e31b4cc972594791cd5788
        Reviewed-on: https://gerrit.libreoffice.org/44515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  David Tardon  <dtardon@redhat.com>  [ace04778512e47fb609d7dbec3a9a60ff7ca3b90]

        upload fontconfig 2.12.6
        
        Change-Id: I657930fe99d00d2f63fce55d1436172d784f797b
        Reviewed-on: https://gerrit.libreoffice.org/44507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  David Tardon  <dtardon@redhat.com>  [9b9cee57b79a11b329c0d5f7c56ee5f37a661633]

        upload cairo 1.14.10
        
        Change-Id: Ibdb107d816fe51399e54e02b529bbca77ce12ae0
        Reviewed-on: https://gerrit.libreoffice.org/44506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-09  Pranav Kant  <pranavk@collabora.co.uk>  [1363a12203591a56e8ba592fc34cc40da30e22ef]

        lokdialog: Invalidate-all when size is changed
        
        Change-Id: Ic96fab62c1525154a60c0fa84e2a12ccfad15ae2

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [cd0b749cc4b4f268d26639fb3c6cbf2128b2d7df]

        ofz: bad mnRangeOpPosInSymbol
        
        Change-Id: Ieae5a81a1b475fd56cce76c43dab11c2d9fcbe6c
        Reviewed-on: https://gerrit.libreoffice.org/44498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [78aa5db6999b8e8881f65ec10518110296840ff2]

        Adapt formatting of newly added file
        
        ...from f1c97e9ff63cb6f120e618b3202260e0f8aefa0e "tdf#45904 Move Java
        _XSheetFilterableEx tests to C++" to the recently modified .clang-format of
        b536e10390c171e96b6477c04d66023a1da543c4 "Retrofit
        'KeepEmptyLinesAtTheStartOfBlocks: false' into .clang-format"
        
        Change-Id: Ib383ccb04f7809b9c6421c1b6770472beb5c4dfe

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [631060af28b9299c826ffdaad1e74a68ca4f2133]

        Silence some GCC's -Werror=overloaded-virtual about hidden virtual functions
        
        ...after 9fbe22e1d9b30c5c0087e84809c80b936c5c142f "No need to blacklist this
        loplugin:unnecessaryoverride"
        
        Change-Id: Ie79f99441fd879a95fd1ca53a9bd0f50af9e0c7d

2017-11-09  Jens Carl  <j.carl43@gmx.de>  [f1c97e9ff63cb6f120e618b3202260e0f8aefa0e]

        tdf#45904 Move Java _XSheetFilterableEx tests to C++
        
        Convert the Java _XSheetFilterableEx tests to C++ and make changes to
        the XSubTotalCalculatable::::testApplyRemoveSubTotals(), because
        XSheetFilterableEx::testCreateFilterDescriptorByObject() has to work
        with the same sheet.
        
        Change-Id: I89c11bc8f10ec8d2ff4b170aeb9df5a00ca98133
        Reviewed-on: https://gerrit.libreoffice.org/44512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-09  Khaled Hosny  <khaledhosny@eglug.org>  [fb72ec9b6222c8a18445c078c0367e7d507720af]

        tdf#113428: Fix glyph positions in PDF export
        
        Not sure what is going on, but PDF export is the only place we call
        GetNextGlyphs() with nLen > 1 and it seems I broke something here in
        b894104a0b02a9b074c76feb925389d7bee6a493. Instead of trying to figure out
        what the old code was trying to do, lets just calculate glyph positions
        for the extra glyphs as GetNextGlyphs() does for the first one, making
        PDF export closer to how the rendering on screen works.
        
        Change-Id: I3f516e954ccfbe38abcf6985efe3bb1f998e967f
        Reviewed-on: https://gerrit.libreoffice.org/44514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [b5b78703b5d801c2a9a5e45126f8e87bf5ebd4b4]

        Avoid races when using OSX_RUNINMAIN_MEMBERS
        
        ...so that e.g. main thread in SalYieldMutex::doAcquire could reset
        m_aInMainTHreadCondition and then block waiting on it only after another thread
        had set it.  (Saw such a deadlock in some 'make check' CppunitTest.)
        
        Change-Id: I5c676956a2bec6bf8f94d7dbeee64f100db39bd3
        Reviewed-on: https://gerrit.libreoffice.org/44501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-09  Stephan Bergmann  <sbergman@redhat.com>  [9fbe22e1d9b30c5c0087e84809c80b936c5c142f]

        No need to blacklist this loplugin:unnecessaryoverride
        
        This now hides one of the ScVbaFormatCondition_BASE::Operator overloads, but
        that doesn't get called directly at ScVbaFormatCondition anyway.  (And if it
        were, we could add an appropriate using declaration to ScVbaFormatCondition.)
        
        Change-Id: I8440b76a5745c6874f7a3bfcbb4bc4ce5618a4c4

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ba447bdcd13ba3d7c27c8609f207910227e4ab6]

        new loplugin simplifydynamiccast
        
        simplify dynamic_cast followed by static_cast
        
        Change-Id: I965afcf05d1675094cfde53d3590a0fd00f26279
        Reviewed-on: https://gerrit.libreoffice.org/44460
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea4a47d7d442d5d897cfa3a6e9f09ce3f1f233c5]

        fix bugs in StateView_Impl and TransformItems
        
        where it was only incrementing the pointer once, meaning it was not
        iterating in pairs
        
        Change-Id: I26cc9b4262bc869c72231ef9eabca2d29da0a724
        Reviewed-on: https://gerrit.libreoffice.org/44462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [4be2af1e932a5ad7645af3044f509bc8006da91d]

        use rtl::Reference for SlaveData
        
        Change-Id: I0cc0455a97be2e0cd84ccadba1f3745b584e1f33
        Reviewed-on: https://gerrit.libreoffice.org/44461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [c40d9ecd912a777ee25c6da6fbd2564b0d43a9b9]

        loplugin:unnecessaryvirtual
        
        Change-Id: I5696c853daa16c9e55ff046d67102ba3042bfea8
        Reviewed-on: https://gerrit.libreoffice.org/44459
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-09  Justin Luth  <justin_luth@sil.org>  [afc96d263959d10e457b54a574f0829d20e99df4]

        tdf#112352 ooxmlimport: ALWAYS treat 1st nextpage w/cols as cont
        
        fix 5.4 regression from 4605bd46984125a99b0e993b71efa6edb411699f.
        
        When there are columns, if a nextpage section doesn't contain any
        other "page style" details we treat it as a continuous break,
        If we don't, the column info becomes part of the style itself,
        and not just a section property.
        
        However, the very first section is troublesome - by definition it DOES
        contain page style details, and so if the document starts with columns,
        the default style would gain the column attribute. Usually that
        results in a mess, so lets make sure that we avoid that also in
        the case where headers/footers are defined.
        
        Change-Id: I7e08a9218e4304206579ed064bc92c9604d4470e
        Reviewed-on: https://gerrit.libreoffice.org/44505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-11-09  Mike Kaganski  <mike.kaganski@collabora.com>  [6502ebb0e977f6bea305e5e1598520a6b8b9f770]

        Related: tdf#110448: move Quickstart options to General page
        
        Change-Id: Ib1eab8202903adb5bfcf9bfcabab5d12a773d3bb
        Reviewed-on: https://gerrit.libreoffice.org/44508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-09  Pranav Kant  <pranavk@collabora.co.uk>  [03989b70e005599fc4dc290d7689a014a25c48de]

        lokdialog: Compress invalidation callbacks in Callback flush handler
        
        Change-Id: Id76bde54395611f509a5d4be6bb2ac9b7f6ed1c0
        Reviewed-on: https://gerrit.libreoffice.org/44474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-09  Pranav Kant  <pranavk@collabora.co.uk>  [25822ff930edd13442442a47714755a99fbb9992]

        lokdialog: Move getting dialog information in separate LOK call
        
        Using outparameters to get the dialog information with the paintDialog
        call was quite confusing.
        
        Change-Id: Ief331b251dc66e66084b827ce5b025ba6c9ce7d2
        Reviewed-on: https://gerrit.libreoffice.org/44473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-09  Pranav Kant  <pranavk@collabora.co.uk>  [446a37ece35dbe4c442f0679dd1cb4df79ed87a7]

        lokdialog: Support painting parts of the dialog
        
        Pass the dimensions of the region to the paintDialog call to paint only
        that much of the region in the dialog.
        
        The DIALOG_INVALIDATE callback also returns a 'rectangle' field now in
        the payload that tells the region of the dialog invalidated. It can be
        used in combination with the new paintDialog call then to paint only the
        invalidated region in the dialog.
        
        Change-Id: Iebb228865c71684e0f75dd01271b71ae41a0f906
        Reviewed-on: https://gerrit.libreoffice.org/44472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-11-09  Andreas Brandner  <Andreas.Brandner@cib.de>  [ee57d2f8a57ac851c1250f2962ecd1fa987ee3d9]

        related tdf#66401 docx Combined Characters roundtrip unit test
        
        Change-Id: Ibe11882ab24e9161a36d195497b0a430497d7f79
        Reviewed-on: https://gerrit.libreoffice.org/43953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-09  Andreas Brandner  <Andreas.Brandner@cib.de>  [e4ccf5f597d84f5745d73d306e83594f665024bb]

        tdf#66401 don't lose docx-combined-characters' font props on roundtrip
        
        Change-Id: Idbdb5bf3066e2ed86b494255d72d66eebf72f755
        Reviewed-on: https://gerrit.libreoffice.org/44336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [65d69d95e88de25bcb59486231d92ace6be5feed]

        Resolves: tdf#113562 desired window didn't get the input
        
        Change-Id: I4a2089a715dc67783bfd18d2ee0e55193c4ed741
        Reviewed-on: https://gerrit.libreoffice.org/44500
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-09  Caolán McNamara  <caolanm@redhat.com>  [9cb2962197b592a9b93dac2ea8b8f3652cb5fbcb]

        rename AvoidConfig to Fuzzing
        
        cause that's what its really used for and a couple of cases
        are not specifically about avoiding config but avoiding uninteresting
        disk acccess and what not
        
        Change-Id: I4c6454f98388579fcd0bf9798321d30408ab65ee
        Reviewed-on: https://gerrit.libreoffice.org/44491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Jens Carl  <j.carl43@gmx.de>  [f5765d9f621bdc8fd0e1ac5eec1dcab9ae5b5d06]

        Improve sc/ UNO API unit tests
        
        Improve sc/ UNO API unit tests by adding a CPPUNIT_ASSERT with
        NUMBER_OF_TESTS in setUp(). Makes it easier to spot a mismatch between
        actual and expected number of tests (you get a cppunit message instead
        of a crash without an explanation).
        
        Change-Id: I7621d8afde3bebbf94cfc3923ad2c12e249ed4c2
        Reviewed-on: https://gerrit.libreoffice.org/41829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [beff25128c7f53125d487a11caa70a3060dcc785]

        README.md: markdown use 4 spaces for list indentation
        
        Change-Id: I5ac151877f0bccfdc955171b26fecefcacfbe117
        Reviewed-on: https://gerrit.libreoffice.org/43720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-11-08  David Tardon  <dtardon@redhat.com>  [679b3d92085b6114c5116f95f1f848b98a7f9610]

        redland: update autoconf configs the gbuild way
        
        Change-Id: I8a46a2ee60bb028c7fd9edcfdcd389813498ba9b

2017-11-08  David Tardon  <dtardon@redhat.com>  [985f4d61b805e1407f1ddcdd1d90989e0049d022]

        drop obsolete patch
        
        Change-Id: Iabcb334fc3304c1c77e8e77826f2b665cb4daf55

2017-11-08  Rene Engelhard  <rene@debian.org>  [71183661e66d2e2897c999f39772a324c28a3bf7]

        fix also odk/settings/settings.mk wrt Java 9 to find jawt
        
        since we can't use HAVE_JAVA= here since it's in a different environment and
        we don't know the Java version just do the -L. Doesn't do harm if Java
        has the "old" path
        
        Change-Id: I2f912c417597d3b14e570f362f2cfc2df5954108

2017-11-08  Michael Stahl  <mstahl@redhat.com>  [020a02c3477284daa3465e48afcc8257fb5a6201]

        gdb pretty-printers: avoid segfauls in B2DPolygonPrinter
        
        gdb 8.0.1 tends to sefault while evaluating the getB2DPoint()
        calls; it passes some obviously wrong index instead of 0.
        
        Also, add a children method to B2DPolyPolygonPrinter.
        
        Change-Id: Ifbf52ad384d1f60b26ee95f87405eff2c6f2388a

2017-11-08  David Tardon  <dtardon@redhat.com>  [899d7139355b8bea4bc1e6f9c05dededdb6f2c39]

        upload openssl 1.0.2m
        
        Change-Id: Iac75c0a2633a11c4ca3f2007c62bf74be2f576ca
        Reviewed-on: https://gerrit.libreoffice.org/44421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-08  Mike Kaganski  <mike.kaganski@collabora.com>  [80af51be1aa85733b9c0b696a93edd8c6520811c]

        ODBFilter::filter: Also leave window wait on exception
        
        Change-Id: I6bb759c583e15f229bc2afa178a1d1d90d8315ef
        Reviewed-on: https://gerrit.libreoffice.org/44458
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [560ee8d10201ee6cdac21e9400d60bcc5f064bb5]

        ofz#4122 just avoid ucb path for fuzzing
        
        Change-Id: If021d54df28343a6d8885a7a009b251a394d388b
        Reviewed-on: https://gerrit.libreoffice.org/44489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [a8b8841f9f52ae1f31a7c54092ab13d02957c665]

        speed up fuzzers a little
        
        Change-Id: I04b66fc32bbcd70484bf3a7eef1c5125b3636fe7
        Reviewed-on: https://gerrit.libreoffice.org/44467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [e3e4b799d9f0d04065397f05deefbb029a5ee7b1]

        mirror fuzzer setup in fftester
        
        Change-Id: I8bcb834a7e297f43fad6a07c2e861897f962e8d4
        Reviewed-on: https://gerrit.libreoffice.org/44468
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [0168eecdf10f497e8ce19442d17dfb100cc1efcb]

        crashtesting: assert on re-export of fdo55459-1.docx to docx
        
        since...
        
        commit 3f2e84b4bd0bbd936e0af845ba7cbf68cb2803d6
        Date:   Tue Oct 31 23:39:26 2017 +0100
        
            tdf#38778 Fix output of the font in DOC run
        
            The font information should be output before field declaration.
            Added unit test.
        
            tdf#38778 DOCX output: no double output of the font info
        
        need to also not double output the complex script font info as well
        as the western and asian info
        
        Change-Id: I7de098dff0b787b9825a509cec19d0161a3a0d8a
        Reviewed-on: https://gerrit.libreoffice.org/44465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Eike Rathke  <erack@redhat.com>  [cebe1279665960b732c9cb05c18e481c33e778bb]

        Add ICU changeset-40324 fix for CVE-2017-14952
        
        Change-Id: Ia457669c5ec6ef5c568f4550c44ef5df32a4be66

2017-11-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5a33306a377e7fa29303395dc361efa262787264]

        tdf#113254 fix regression - images not displayed in MSO
        
        regression of commit	31ee13b5a40715e217711e48753eeb7170e3349c
            convert SHAPEFLAG defines to scoped enum ShapeFlag
        
        This patch restores original behaviour
        and re-adds clarified comment.
        
        Change-Id: Ie4f75902611127ccef7fa1ca3d32b87f06675db4
        Reviewed-on: https://gerrit.libreoffice.org/44424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-11-08  Henry Castro  <hcastro@collabora.com>  [71c497d0eff0fc4179f31512c75029c48a1c9407]

        tdf#101977: remove accept/reject all from context menus
        
        Change-Id: I359986b0c135065cd471b2ba549fbae1131b650d
        Reviewed-on: https://gerrit.libreoffice.org/44466
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Tested-by: Henry Castro <hcastro@collabora.com>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [b536e10390c171e96b6477c04d66023a1da543c4]

        Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-format
        
        ...even if that can cause reformatting of already formatted code.  The problem I
        came across is that without this something like
        
        > namespace {
        >
        > void f1();
        >
        > void f2();
        >
        > }
        
        (which is quite a common style in the current code base) would be changed to
        
        > namespace
        > {
        >
        > void f1();
        >
        > void f2();
        > }
        
        instead of
        
        > namespace
        > {
        > void f1();
        >
        > void f2();
        > }
        
        and I found no other clang-format style option that would result in the
        presence or absence of an empty line be identical at the start and end of the
        namespace block.
        
        vmiklos asked to reformat the existing new (i.e., non-blacklisted) files at the
        same time, so this commit includes that.  Some of those new files had not been
        formatted at all, so this commit includes their full reformatting changes.
        
        Change-Id: I54daf0c11098d07d02c802104cf7f56372e61f7c
        Reviewed-on: https://gerrit.libreoffice.org/44450
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [958c09acc1058a4a0eba28ac94f2883fff64d600]

        add dif support to fftester
        
        Change-Id: I1428dcaea579c73712f5228dd6de73c7369a7948
        Reviewed-on: https://gerrit.libreoffice.org/44457
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [657ead3c4d8770117067d5b05a3bdd6dddb75a8b]

        Add comment to eventually remove HAVE_GCC_ATTRIBUTE_WARN_UNUSED
        
        Change-Id: I71da6641768f804b19e16c899232f33efd4a9ae9

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [871e420cbbd8afe064e7bbc0ed426db3b01fddfa]

        Fix loplugin::unusedvariablecheck check for std classes
        
        (but which finds no new hits)
        
        Change-Id: I862a3c82932ee6d6d0946cd33f965bb8e917cff8

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [bcfd4b0de6b67bfa3e5f42b845d7055073c68d52]

        drop uncallable Sc10Import
        
        Change-Id: Ie5c400ff87b529f7b3d529e14ec0befe0a3bd2e7
        Reviewed-on: https://gerrit.libreoffice.org/44456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Yousuf Philips  <philipz85@hotmail.com>  [0ba318b895c164750dc3c7bac6948b04b606f2b8]

        tdf#107554 New default table style
        
        Change-Id: I7811ac11c0a92f85698fc5cd43016d85f4661b98
        Reviewed-on: https://gerrit.libreoffice.org/44363
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [e62b087fce09b8ce4bc33f2c7820130e4d72937b]

        Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL
        
        For one, loplugin:unusedvariablecheck does not merely check for unused variables
        with types from the standard library since
        fe2164949b38a7f73883dbdcb3271b94e5c81744 "teach unusedvariablecheck plugin about
        SfxPoolItem subclasses", so disabling loplugin:unusedvariablecheck based on
        HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STL is wrong.
        
        For another, I have seen no standard library implementation that decorates its
        types with such "warn-if-unused" attributes, and
        <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r0.pdf>
        "[[nodiscard]] in the Library" (which proposes to add the corresponding C++17
        attribute to just a few select functions and no types at all) makes it appear
        unlikely that will happen.
        
        Change-Id: I0a7759e1caf3e3137057c9689080948a4d6747e0

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [74564900e73e7d9ffc7acabe047ae151c3e02abf]

        ofz#4121 Floating-point-exception
        
        Change-Id: I32b52f1e2419ca56db0f4ee92cea39cec047c1c1
        Reviewed-on: https://gerrit.libreoffice.org/44455
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Yousuf Philips  <philipz85@hotmail.com>  [bab20c21288ace0791cf4f43bc646d88c8712e8a]

        tdf#99027 Use 0.5pt border size with toolbar control
        
        Change-Id: Ie04195b5d3cfc03ccb863d5450f9a4c86d24d962
        Reviewed-on: https://gerrit.libreoffice.org/44369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jim Raykowski <raykowj@gmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-08  Yousuf Philips  <philipz85@hotmail.com>  [4b5751dd0b08d5fe55f89513ea1062f059c493c7]

        enable auto building of elementary and disable tango testing
        
        Change-Id: I3a4967e3725c6a5b9f7c05e089c6452d5b409609
        Reviewed-on: https://gerrit.libreoffice.org/44417
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [683d8f58e37337085aaa817c7e918a4c1bfb8fcd]

        ofz#4115 Integer-overflow
        
        Change-Id: Ibeb62c6df8fe1e200b97ea179d747e735a4ebf3a
        Reviewed-on: https://gerrit.libreoffice.org/44451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [c30e8ba6f14125d1ca0cbd2fa370e9d204cccea2]

        ofz#4072 Integer-overflow
        
        Change-Id: Ib4abb390b9846240b663777f0dee126e16e49dcf
        Reviewed-on: https://gerrit.libreoffice.org/44452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [e9e66c61b7de921a7fefebb3bd07afefaec8e2de]

        ofz#4104 Integer-overflow
        
        Change-Id: Ib5310ebd4f8c7f6a764c2d9e26f66eb2c67dbf07
        Reviewed-on: https://gerrit.libreoffice.org/44446
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [1f17927afee6c874348056db7724f9729504720f]

        ofz#4106 Integer-overflow
        
        Change-Id: I91109f652bc032811ade350b77d30424b5764ad8
        Reviewed-on: https://gerrit.libreoffice.org/44449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [083360df1b33cb8538dd098dbaa498b2b62087ca]

        ScImportStarCalc10 appears uncallable
        
        I can't see a mention of "StarCalc 1.0" anywhere in our code
        which might appear here as a filtername
        
        last mention of something like it is...
        
        commit cf8f6fe1f9d65eedbc6f4d65ce0fa88831830966
        Author: Michael Stahl <mstahl@redhat.com>
        Date:   Tue Feb 5 15:49:26 2013 +0100
        
            officecfg: remove references to binfilter formats
        
        Change-Id: Ia6f9ab89489e33ca3680c150fd896035b8dee491
        Reviewed-on: https://gerrit.libreoffice.org/44426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [8fc98bb35b38da07018de1dcaa39be419019b5e6]

        ofz#4113 Null-dereference READ
        
        Change-Id: If586bd265e323b5c2a308c2e853456c2778e8cb0
        Reviewed-on: https://gerrit.libreoffice.org/44448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [adf3cf074e05e633e907f72215d56720c01fd2db]

        Fix loplugin:flatten's skipping of if/then/else/if chains
        
        (but which finds no new hits)
        
        Change-Id: I5d5f351402797b662a08ec8dca301bd174e22a50
        Reviewed-on: https://gerrit.libreoffice.org/44433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [56fe49c013cc5573c239fee37c6201a3ca1e7749]

        Remove sgf and sgv graphic types from sorted filter list
        
        After removal of the importer with d952c0b42a452c875bd9d78870fa9d925af9220e
        
        Change-Id: I1a5a99edba4c9bf4c22726255a7c156a7ddd6508
        Reviewed-on: https://gerrit.libreoffice.org/44445
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [125785cf21e70bbccd1ad9e446eeb429c9115157]

        Remove sgv and sgf graphic types from supported graphics
        
        After removal of the importer with d952c0b42a452c875bd9d78870fa9d925af9220e
        
        Change-Id: Ib6d20d00417807038051f187e4ba76e70576082e
        Reviewed-on: https://gerrit.libreoffice.org/44444
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-08  Michael Stahl  <mstahl@redhat.com>  [532f8f94dfc3c4ea1c00027368644df4da929779]

        SwXFlatParagraph: check some positions before blindly using them
        
        Change-Id: Ic33b7a4b87120bd01b56737ded0411651306098d

2017-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [16dbce55ca951019229b92c0607930a3e559ec16]

        sw: document SwRectFnCollection instances
        
        GCC would allow these to be non-comments according to
        <https://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html#Designated-Inits>,
        but still have them as comments for the sake of other compilers.
        
        Change-Id: I4e615a41062edcc563b109753af8c2c457ee4503
        Reviewed-on: https://gerrit.libreoffice.org/44443
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [d3a6b6f1a8e9d8aa2fdc5575597ec8091a4b2d6e]

        Remove obsolete "lo_warn_unused" workaround
        
        Per README.md, Clang 3.4 is the baseline for --enable-compiler-plugins, which is
        the sole consumer of the "lo_warn_unused" attribute, but Clang 3.4 already
        supports HAVE_GCC_ATTRIBUTE_WARN_UNUSED.
        
        Change-Id: I9654028e24852335e463c73bcb5ece5e5b54d53c

2017-11-08  Caolán McNamara  <caolanm@redhat.com>  [26049777aed944c57d51f6baa132c742edaa4ac3]

        ofz speed up fuzzers a tad
        
        Change-Id: I4ed35408e3640d2b141218599cd895c09da1e2b0
        Reviewed-on: https://gerrit.libreoffice.org/44427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-08  Szymon Kłos  <szymon.klos@collabora.com>  [272a96da03522a82db4185e7858d05375f3ea95e]

        tdf#100922 Refactor Custom Properties page
        
        This commit solves problems with big number of entries.
        Window is loaded quickly and is responsive even with
        over a thousand custom properties.
        
        Change-Id: I4745c69aaff95661ca930e303ab65591e374a24d
        Reviewed-on: https://gerrit.libreoffice.org/44429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [35ca7baca44cc547818324731805fcefde71dd0d]

        Updated core Project: help  7124828a1dd1673fb5bb336e22de7c35cc1f6e30
        
        Display extended help on the Comment icon of Track Changes toolbar
        
        Change-Id: Iba16420bd5c9571a47158359510d8f2dc21ed539
        Reviewed-on: https://gerrit.libreoffice.org/44439
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [174e881caa720770699857cf09e30d0d1be4a89e]

        Updated core Project: help  74289f5c5ffbdf2465cf02b4d1b3462586f978de
        
        Display extended help on the Accept/Reject icons of Track Changes toolbar
        
        Change-Id: Ibca18b76f3ff31e490298d4dc49e4f03d35a2c18
        Reviewed-on: https://gerrit.libreoffice.org/44438
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [623d0e95a2a1f4ee0ccbf7211d3d25097e0625cf]

        Updated core Project: help  e3dd69c6ef93f546baa7ee3d6ea942377824f176
        
        Display extended help on the Manage icon of Track Changes toolbar
        
        Change-Id: I9c7bfad34cb4898b549e134c53c73b2d87f00b20
        Reviewed-on: https://gerrit.libreoffice.org/44437
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [54041eab2b08b974eead9b43b76a34ebc26ec2d0]

        Updated core Project: help  54aa6a20dade54079a3051910afb3e6c2d11a41d
        
        Display extended help on the Record icon of Track Changes toolbar
        
        Change-Id: I64001b95c4db0e782b3456212ef5ebfd757bb2b6
        Reviewed-on: https://gerrit.libreoffice.org/44436
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [e7c5ac216bf75ed2e3384fdce4bcb410812a8663]

        Updated core Project: help  b43fe3c9ec7be8a5cb2679a1091c123bf46a0380
        
        Display extended help on the Show icon of Track Changes toolbar
        
        Change-Id: I4d6f02057bd127150718742b19a50635f6b9bd82
        Reviewed-on: https://gerrit.libreoffice.org/44435
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  David Tardon  <dtardon@redhat.com>  [3ab270242edc9e2ccbe50b2abecf3fec242113d1]

        upload libxml2 2.9.7
        
        Change-Id: I3f72ec938c87e0c0d30a91b32d96fedf5379207f
        Reviewed-on: https://gerrit.libreoffice.org/44423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-08  David Tardon  <dtardon@redhat.com>  [c110dabbf0fcddf9da2e61d66ca093cf6e6c57a1]

        upload libxslt 1.1.32
        
        Change-Id: Idee2f18dccdf309027142137683ac86735f575cc
        Reviewed-on: https://gerrit.libreoffice.org/44422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-08  David Tardon  <dtardon@redhat.com>  [42cbbdcbd46f3c44f16a853fcd193b2001a998e5]

        upload libstaroffice 0.0.5
        
        Change-Id: I43fcd4b7daf6fb2a035bcd34ac7a46624155e8ba
        Reviewed-on: https://gerrit.libreoffice.org/44420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-08  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d6214b8e9b3f9956c91d7b88e1985cb56112ea37]

        tdf#108916: uno:LanguageStatus shouldn't appear in the customize dialog
        
        Change-Id: Ifa10f8c2510cada1835d052977690ace1d95bfd2
        Reviewed-on: https://gerrit.libreoffice.org/44394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-08  Gabor Kelemen  <kelemeng@gnome.hu>  [d0490154176e7a63cafb329819602b2cc8c2a56e]

        Updated core Project: help  143df3bd10246dd67135f097ef080d429df8b927
        
        Display extended help on the Spelling icon of Standard toolbar
        
        Change-Id: I58cbd06ddf9ef81d5a1b82abc4c3dbbe55569e85
        Reviewed-on: https://gerrit.libreoffice.org/44434
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [03033ae8abcb774fa58273eebac93dbfecab641d]

        TSCP: Fix crash when no header/footer is present yet
        
        Change-Id: I681920347e01ccbc1e18348d00c1e29dac5a8e64
        Reviewed-on: https://gerrit.libreoffice.org/44441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-08  Stephan Bergmann  <sbergman@redhat.com>  [a6309a3c4db0f5b409d47b3af094952fd95d4be7]

        Suppress loplugin:unnecessaryoverride...
        
        ...when a class derives from multiple (non-virtual) instances of one base class,
        and the override disambiguates which of those instances' member to call.
        
        That was the case with SwXTextDocument::queryAdapter
        (sw/source/uibase/uno/unotxdoc.cxx), where SwXTextDocument derives from
        cppu::OWeakObject through both SwXTextDocumentBaseClass and SfxBaseModel, but
        calling queryAdapter through a pointer to SwXTextDocumentBaseClass apparently
        needs to call OWeakObject::queryAdapter on the second, SfxBaseModel-inherited
        OWeakObject base instance, or else CppunitTest_sw_macros_test fails.
        
        Who knows what other instances of similar non-unnecessary overrides have been
        removed with the help of broken loplugin:unnecessaryoverride, for which there
        were no tests that started to fail...
        
        Turns out .clang-format lacked "ReflowComments: false" to not break the special
        "// expected-error {{...}}" etc. comments in compilerplugins/clang/test/.
        
        Also, use a better location to report loplugin:unnecessaryoverride, to keep
        clang-format and loplugin:unnecessaryoverride from fighting over how to split
        lines and where to put the comment in
        compilerplugins/clang/test/unnecessaryoverride.cxx.
        
        Change-Id: I3b24df24369db12f8ec1080d6c9f7b70ff561a16
        Reviewed-on: https://gerrit.libreoffice.org/44418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-08  Julien Nabet  <serval2412@yahoo.fr>  [b273aa535cdddd1f10d13551d5330149d3404c3a]

        Replace list by vector for ScMyToFixupOLEs (sc)
        
        Change-Id: I053e989f2c27ad09986e86df0a18d9ae6e05c160
        Reviewed-on: https://gerrit.libreoffice.org/44440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-08  Henry Castro  <hcastro@collabora.com>  [2db44bd017daac8f668393bca24911e95125857a]

        sw lok: add Accept/Reject All tracked changes, tdf#101977
        
        Change-Id: I04d747343e24cb498a621c965d034d0791411d83
        Reviewed-on: https://gerrit.libreoffice.org/44311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-11-08  andreas kainz  <kainz.a@gmail.com>  [a6ee721868f444049bf9af59e2cf43ae10502fa8]

        Elementary update icon theme
        
        Change-Id: Ib5ca83bb59e347f912a7876876a69b63662222fb
        Reviewed-on: https://gerrit.libreoffice.org/44428
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [5e0022c90c4125a1590b3688dfec73c271b7aedd]

        Why was this left out of unittest-failed-MACOSX.sh
        
        Change-Id: If32981329e79745d5497c3f63bfd227dc75f2ab3

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [6803f3ee3c9c8f2d52c73d79ec3d3d479d6539fb]

        ofz 1-2-3 mem leak
        
        Change-Id: I72b633b27578815fb0951e2bfac755fce51203f1
        Reviewed-on: https://gerrit.libreoffice.org/44400
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [0ca771891bd889f55fef04aca12581b6bf917aa4]

        Resolves: rhbz#1505379 gtk3+X: open comboboxes block session
        
        if there's none of our windows under the mouse when clicked then close the
        popup window.
        
        There's similar code for gtk2, but using deprecated apis, do this again but
        with the recommended apis
        
        Change-Id: I9d844d098d09d0109dcbbc06390562e83edda397
        Reviewed-on: https://gerrit.libreoffice.org/44402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [1ad3f06427fc6c9da106666768fdf5b16a7bfc6b]

        Fix harfbuzz font lifecycle in CommonSalLayout
        
        The harfbuzz font is attached to the system font face and
        therefore inherits its lifecycle. This means it can be used in
        multiple CommonSalLayout objects, so the user data parameter of
        hb_face_create_for_tables can't be the layout, but must be the
        font.
        
        This moves the special Qt5Font handling into it's own function,
        so accessing the switching parameter mbUseQt5 is not needed.
        
        Regression from commit b66a7cbd8491fe436126e11975c360f47ae346ed.
        
        Change-Id: Ic34cc5b60e401562c73b239a58176a59fe4bf9be
        Reviewed-on: https://gerrit.libreoffice.org/44398
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-07  Mike Kaganski  <mike.kaganski@collabora.com>  [f71427293fcf85818dda72b295177259c41fb80a]

        Augment LibreOffice.natvis
        
        Change-Id: Id9c3e270db2ff8e36d18efe3221b8f1c01a2fcc1
        Reviewed-on: https://gerrit.libreoffice.org/44419
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [7404393f80ff47a1462395d66154c58d3e605dd5]

        add 1-2-3 fuzzer
        
        Change-Id: I74ab2c0d36b619fa3b7ed6d52129264930ea9553
        Reviewed-on: https://gerrit.libreoffice.org/44368
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [0f5c7d86220550ce1b6b01757f869f4101a112ef]

        Remove obsolete comment
        
        ...that should have been removed in 2446d2b2fb8b091eaae015fd5bb26bd8e0f596f7
        "Avoid expensive calls to containsPreprocessingConditionalInclusion"
        
        Change-Id: I2ffe0ec7b6f1ec0b418979f2864bd5de79ab2c9a

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [3503b65a36b5f3bcf4bfea59d519d52c10fa7b3e]

        ofz#4066 Bad-cast
        
        and a cluster of others around here. This pRedl has been deleted at this point.
        
        This doesn't matter for most users, seeing as !LibreOfficeKit::isActive() is
        the usual case so the deleted pRedl isn't fully accesssed.
        
        Because the deleted pRedl won't be found in GetRedlineTable when deleted,
        rework this a little to avoid the problem.
        
        Change-Id: I5c2f405cdae0b0c804ee7452629a14206516962d
        Reviewed-on: https://gerrit.libreoffice.org/44390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Yousuf Philips  <philipz85@hotmail.com>  [a43e3e0cc598181e6ff534301158aad435ee871c]

        correct labeling of open/save remote in menu
        
        Change-Id: Idbc58a2e49d4761477eb45fb3a08a641d9bda055
        Reviewed-on: https://gerrit.libreoffice.org/44208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-07  Jean-Pierre Ledure  <jp@ledure.be>  [180e69dca92bb8652bf627372cb22efdd57f3f68]

        Access2Base - Insert Window argument in CommandBars collection
        
        Window argument forces the determination of the window
        in which toolbars are searched for.
        This argument is not part of the standard MSAccess API => Unpublished

2017-11-07  Eike Rathke  <erack@redhat.com>  [8b7551fb5c5416670b8ab70c2252d35bfaace3fa]

        LimitRangeToAvailableSheets: check ValidTab() first
        
        That already includes BCA_LISTEN_ALWAYS which only needs to be
        checked if the ordinary tab check failed in case the definition
        changed.
        
        Change-Id: Ic31daf67f600b48b76406f07ba039462c5944170

2017-11-07  Mike Kaganski  <mike.kaganski@collabora.com>  [f657454b69c813b90a8b3c1adb2feef1066dbd35]

        tdf#31231: properly check for SvXMLImportFlags::ALL
        
        A regression from commit dc28e90d200a839d4017d548217ee5ce8a23f84
        
        Change-Id: I8982522d16d8335b1bb3522076030a023c0c297f
        Reviewed-on: https://gerrit.libreoffice.org/44396
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [55d00081d0dc4cfa3361fa9da9389042f98773b5]

        fix !HAVE_FEATURE_PDFIUM build
        
        Change-Id: Ied661aafbaf9d85b01ef57e83bbacd9f9a828f2b

2017-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e024cad7c1365da6a198656c3ca0c32b28938e87]

        tdf#113686 sw: handle sections when counting height of first content line
        
        When moving back a row that has a single text frame, it should not
        matter if that text frame is in a section frame or not.
        
        The problem was that the bugdoc has a split (outer) table, the follow's
        ShouldBwdMoved() returned false, as
        SwTabFrame::CalcHeightOfFirstContentLine() returned USHRT_MAX, as it had
        no idea how to calc the height of a text frame in a section frame.
        
        Fix this by looking "through" the section frame, and handling "text
        frame" and "text frame in section frame" the same way.
        
        Change-Id: Ic3605a1e2d28bfaa69bf18f31cfbf1e6e681c04f
        Reviewed-on: https://gerrit.libreoffice.org/44393
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [9858edd6576b03292bccfebb142fc92588df0c42]

        QT5 initial keyboard support
        
        No idea, if we can / should map those vendor specific keys, like
        Gtk+ does.
        
        This also prefixes the non-virtual functions with "handle".
        
        Change-Id: Id8c42651e07d33728ff6deced06a82de29aa3fad

2017-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [e379f7ff4229a3c011e3a38ae06ed812c49ab0f8]

        QT5 queue paint update on show
        
        Something like gtk_widget_set_redraw_on_allocate. On resize
        of dialogs, we still get artefacts, but at least you see
        something without forcing an event.
        
        And since there isn't any Qt5 theming yet, we let VCL paint the
        menus with a border.
        
        Change-Id: Ia2ff6b199ee25e481e3fb29a921b0d3d490f1535

2017-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [6f521e8b7d0fb60f173be56808559cac2e0c3a14]

        tdf#112770 Filter input on the correct window
        
        This filters the input event on the correct window in
        SalX11Display::Dispatch.
        
        I'm not sure there is a point of skipping the filter for input
        events, which are not on our windows, as we already filter all
        non-key input events. Has been like that in the initial import,
        but whi knows what input methods do with different events...
        
        After reviewing the original "Unify SalUserEvent handling" commit
        e310c00709ed4fe0788aeff5142e3581d8b4d319, I found two more places,
        which now have handled user events wrong and fixed them.
        
        Change-Id: I50a60f6dacc3f795e659b6fbfd107548d07a3341
        Reviewed-on: https://gerrit.libreoffice.org/44371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-11-07  Gabor Kelemen  <kelemeng@gnome.hu>  [9b76fa7fc51f178382c14e9ad8b56549c335cbc1]

        Updated core Project: help  8ee909099c5cfa878f9c36adee031dcea84a5a4d
        
        Terminology change: Non-printing Characters -> Formatting Marks
        
        This change happened in the toolbar/menu in commit
        37ad8daabf596e039b4ca62e06e91d5a83128b7c
        
        Change-Id: Icde87814ecc559b461ec9233186137161eda3a30
        Reviewed-on: https://gerrit.libreoffice.org/44383
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [2446d2b2fb8b091eaae015fd5bb26bd8e0f596f7]

        Avoid expensive calls to containsPreprocessingConditionalInclusion
        
        Change-Id: I42981a23f75298591b2c3b073aea66426220f3e2

2017-11-07  Takeshi Abe  <tabe@fixedpoint.jp>  [2168080905e9dbdc6100a34399a39b1a2df1975f]

        sfx2: SfxInPlaceClientList is just a std::vector
        
        Change-Id: I6b676d17d9592a0ca998cdafb25b1aa12e11b6d6
        Reviewed-on: https://gerrit.libreoffice.org/44384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [9610bab09361f506fd7b1a5f81d796a1f2c8afe4]

        loplugin:constparams in sd
        
        Change-Id: Id4b68ca0509111396ed354f4cda43d663083cad0
        Reviewed-on: https://gerrit.libreoffice.org/44388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [b35bb38f18fd94aa67af944f76b820d59380b78b]

        Clean away temporarily added using declarations
        
        Change-Id: I26734c13515394162d88351a1cbe2b20abdac865

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [07b8711526972e120824d0fb913b01b1baf6a4cb]

        Memoize ignoreLocation results
        
        ...which, according to callgrind, reduces instruction fetch count spent on
        compiling sw/source/core/layout/paintfrm.cxx (randomly selected because it is
        rather large) by 5% from 41,992,064,226 to 39,861,989,855 (function main() in
        clang-6.0).
        
        This is best done by forwarding ignoreLocation calls from Plugin to the
        PluginHandler signleton, but due to the tight mutual coupling between plugin.hxx
        and pluginhandler.hxx that unfortunately required some reorganization (and two
        outstanding TODO clean-ups of temporarily introduced using declarations in
        plugin.hxx).
        
        Change-Id: Ia4270517d194def7db7ed80cb6894e9c473e9499

2017-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a32caa141f9c16a4f3d3895381384da13acd149]

        test: avoid 'using namespace' declarations in a header
        
        Change-Id: I8dc06129360124fcaa52bc13bb9d134918b84c17

2017-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5946eedfb78e250a40f14ae1e5b709e827b2504c]

        test: clang-format recently added xsheet tests
        
        Jens says he was unhappy with the 80 cols limit, so clang-format was
        explicitly avoided for these new files, but now that the both the config
        and TEMPLATE.SOURCECODE.HEADER says 100, it's fine to reformat these to
        enforce consistency from now on.
        
        Change-Id: Ia6f0a65920ad2c9d7b0834a0712356568c39624e

2017-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d2baccabec7f0e04469a715da613886999b6e0e]

        Adapt clang-format blacklist to recent renames
        
        Change-Id: I5e2e431900af9ea7de7dd9395af038ba2f8f7e0c

2017-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f4a3e7bd77c3294ef85eebec17ed2d624dc3a2d]

        tdf#113550 RTF import: fix incorrect text indent
        
        Left indent was set to non-zero in the style, but direct formatting set
        it back to zero. Teach deduplication to remove the
        NS_ooxml::LN_CT_PPrBase_ind SPRM itself in case the last attribute was
        removed.
        
        Change-Id: I01b202f0241b02816b2b392326737b1150caffc2
        Reviewed-on: https://gerrit.libreoffice.org/44385
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [ded02dafbce173f2f1a23e10deee8002f73317b2]

        loplugin:finalclasses in connectivity
        
        Change-Id: I0cd075efad83c0a8d6f05c91201a9aa86649590b
        Reviewed-on: https://gerrit.libreoffice.org/44386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [52abd40ce879ea140b9ffe80980e5a56a09ca538]

        Fix memory leak for skipped Sal user events
        
        User SalEvents allocate an ImplSVEvent data structure, which must
        be freed in DispatchUserEvents, if it's skipped.
        
        Change-Id: I17874f06a2da996b6546b14dd886061e3e81f35c
        Reviewed-on: https://gerrit.libreoffice.org/44370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Jim Raykowski  <raykowj@gmail.com>  [33021ea5c6a5c7aebd4f11ec5e2b4502a3fbfd7f]

        tdf#112435 Scroll to navigated position
        
        Force scroll to position of navigation when navigating to
        inactive document using Navigator.
        
        Change-Id: I8671973f5fdb5f4158a7795bf0b3381db867d57a
        Reviewed-on: https://gerrit.libreoffice.org/44330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [19f01900728fb77ec050e70c4fbd1129f6cddef4]

        loplugin:unnecessaryparen
        
        Change-Id: Icb5dacd41bc5753ffa2498fdd244b1f78483699f

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [e6f40de5fc6ad3edd5a482f39779d54890fac2ed]

        loplugin:flatten
        
        Change-Id: Id43a9752ff21258296e56c8dc765c3618d360c7a

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [f8798dcb2a7b79558bc907862a9c279d2f75be26]

        loplugin:includeform: automatic rewrite in --with-webdav=serf code
        
        Change-Id: Ida1b0c2942071d5ee8a25dd1817e8608761732ac

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [c96c7c8b6bfc3a12745c505937e1d3b8dc6591ab]

        add 1-2-3 wks to fftester
        
        Change-Id: I4deb6831a809d516d286a90903b7b89c8e07b2b0
        Reviewed-on: https://gerrit.libreoffice.org/44367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Caolán McNamara  <caolanm@redhat.com>  [b4f43c09170281863b3cd76812e63fb2d8716287]

        ofz#3577 Timeout
        
        little speculative given https://github.com/google/oss-fuzz/issues/960
        
        Change-Id: Ie844ebdd1e693ce8589fba9b7370d55914d844a7
        Reviewed-on: https://gerrit.libreoffice.org/44377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-07  Stephan Bergmann  <sbergman@redhat.com>  [2bea600f0295cab7fad3edb55f0c5e092640e49e]

        external/lcms2: Stop warnings/errors about "register"
        
        ...when workdir/UnpackedTarball/lcms2/include/lcms2.h is included from
        workdir/UnpackedTarball/pdfium/core/fpdfapi/page/cpdf_colorspace.cpp
        (Library_pdfium).  Even with -std=gnu++17, GCC only emits a warning (that is not
        promoted to an error when building external Library_pdfium) about "register",
        but at least recent trunk Clang does emit an error by default.  (Clang used to
        have a bug by which it failed to emit any warning/error for uses of "register"
        on function parameters, but that got recently fixed with
        <http://llvm.org/viewvc/llvm-project?view=revision&revision=317140> "Fix missing
        -Wregister warning when 'register' is applied to a function parameter", causing
        an --enable-werror build failure now when building in C++17 mode with
        <https://gerrit.libreoffice.org/#/c/43851/> "Build as C++17 when GCC/Clang
        supports it" locally included.)
        
        So instead of trying to further demote any warnings/errors about those uses of
        "register", just patch them away for good.
        
        Change-Id: I7c8757e654d87be710eaaafa871300656d9ee8ff

2017-11-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [ca34d38983303d7649fc2d5804d3414fe47a4689]

        Remove unnecessary state checks and the variables
        
        Change-Id: I5dffeb9a05195085b6aa503421f65467d0b741a9
        Reviewed-on: https://gerrit.libreoffice.org/44375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d0a4b17d58285ad616cf951d7e3b5fe89802c01d]

        loplugin:finalclasses in cui
        
        Change-Id: I59c148dbc2bfc1dff554efe7e7c974dc557b2aeb
        Reviewed-on: https://gerrit.libreoffice.org/44362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e2655495d544d51db68bb6ce94b3264290533bad]

        convert nDrawingContainerId to sal_uInt16
        
        which is all that can be stored anyhow
        
        Change-Id: Iaec28a97ed25004715accafc0cbd4bd620bfbba9
        Reviewed-on: https://gerrit.libreoffice.org/44360
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f5469ed0bb4dce1dc62180eb3d1c5e0257f6cc3]

        loplugin:constparams in sw
        
        Change-Id: Ie7aac013db4116aa9bd2caa4fc6b4bfad5cea733
        Reviewed-on: https://gerrit.libreoffice.org/44356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-07  Julien Nabet  <serval2412@yahoo.fr>  [d0dd80c8afd83dcfe0788d1c428996a9d8a85fa0]

        Replace some lists by vectors (sw)
        
        Change-Id: I9fef822040403fc61d00240c07b63e9394cf069f
        Reviewed-on: https://gerrit.libreoffice.org/44379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-07  Ashod Nakashian  <ashodnakashian@yahoo.com>  [8c4b480e85bbafb7b914377a3e279f6982ff9044]

        tdf#113619 prevent cores when there is no cursor
        
        Change-Id: I508041b6dca4c4ed5be20d9ff8aa2ae72746e0d7
        Reviewed-on: https://gerrit.libreoffice.org/44259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-07  Ashod Nakashian  <ashodnakashian@yahoo.com>  [240bf89a5221664414cfab7ff4d7d1dd35662f1e]

        TSCP: Restore paragraph signature when importing DOC(X)
        
        And wrap getStatements in try/catch, as it can
        throw in some cases with nasty consequences.
        
        Change-Id: I19b0d41188e8835ca4308bcef2f05907e98faf3d
        Reviewed-on: https://gerrit.libreoffice.org/44258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-07  Takeshi Abe  <tabe@fixedpoint.jp>  [fe7384f7d6539210d46b31f9bde64129088be32b]

        sfx2: Simplify SfxVersionTableDtor's code with std::unique_ptr
        
        Change-Id: I8279f7ae14301f485c2678271939fb6ad72d4721
        Reviewed-on: https://gerrit.libreoffice.org/44350
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-11-07  heiko tietze  <tietze.heiko@gmail.com>  [a5af0fd9f27af42cf2e8571f659cdad6e606215b]

        tdf#101349 Default table styles
        
        Change-Id: Ief8f8e07486dd0a6d61fe12724a4de00f0f47de7
        Reviewed-on: https://gerrit.libreoffice.org/44381
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [38a8157d9447134913d88c6c373d99a7aa472857]

        Removed duplicated include
        
        Change-Id: I1d6d4a6ce285e46b3910f5e48b6beb1685460f74
        Reviewed-on: https://gerrit.libreoffice.org/44376
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [133cc249c7a4881b5d53c06c1b660d3bf2cc03f7]

        ofz#4072 Integer-overflow
        
        Change-Id: Ib94d4021be86e93e6ed0e836fbab0d8d0ca6f738
        Reviewed-on: https://gerrit.libreoffice.org/44346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-06  Mike Kaganski  <mike.kaganski@collabora.com>  [95d351871886e8c72f34e68140dade4fc21ad18b]

        Use std::initializer_list to construct Sequence
        
        Change-Id: I5b3b97922befbe094c0ebe9adf4f195a83cd24af
        Reviewed-on: https://gerrit.libreoffice.org/44365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-06  Mike Kaganski  <mike.kaganski@collabora.com>  [170ff1fb645af843cdbb084f79544ceb016d92c8]

        ODatabaseContext::loadObjectFromURL: don't parse string for protocol
        
        "vnd.sun.star.pkg:" is already recognized as INetProtocol::VndSunStarPkg
        by INetURLObject
        
        Change-Id: I385dfb0f545f81171b1794f2d5d991d8b9f28eaf
        Reviewed-on: https://gerrit.libreoffice.org/44355
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-06  Michael Stahl  <mstahl@redhat.com>  [cc88a2bcfddd19e90a44f1b0bc1c1ef31a86768f]

        sw: read both platform dependent binary table autoformats
        
        The WriterSpecificAutoFormatBlock class actually writes a length
        into the file that covers the offending SwFormatVertOrient item.
        
        Put in a gross hack to read either 32-bit or 64-bit in
        SwFormatVertOrient::Store depending on that length.
        
        The length also covers another item, so we'll just hope nobody ever
        changes this stuff ever again!
        
        Change-Id: Idf2f05cc00c098571508adb849f60940966c3328
        Reviewed-on: https://gerrit.libreoffice.org/44254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-06  Michael Stahl  <mstahl@redhat.com>  [b3cfb849b19dc1e40c12586bebd2b76fc41007fa]

        tdf#112547 sd: add unit test
        
        Change-Id: If63f004c95208d49743f389746ca430ad91e1231

2017-11-06  Regina Henschel  <rb.henschel@t-online.de>  [21f61ffeb7e72caee98f12cac2dd25fe7ec3a821]

        tdf#112547 element p to draw:object, import expects it there
        
        There exists no documents produced by LibreOffice, where text on OLE
        objects has worked, because import expects the paragraphs inside the
        draw:object element, but LO has written them outside. The patch
        changes LO to write the paragraphs inside the draw:object element.
        The patch does not enable LibreOffice to read the paragraphs in
        old documents. But versions at least since 5.1 will be able to read
        text on OLE objects from documents which were produced by versions
        with applied patch.
        
        Change-Id: I879135f1a869e46c32361db653ede05227bab95e
        Reviewed-on: https://gerrit.libreoffice.org/43696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-06  andreas kainz  <kainz.a@gmail.com>  [82957288eaf6454f25b91f2e624b44c692f197cc]

        Elementary update icons
        
        Change-Id: Iec921c19336fc87b2fcd4bfe18676ff13b109889
        Reviewed-on: https://gerrit.libreoffice.org/44364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-11-06  Eike Rathke  <erack@redhat.com>  [efdf57aa44bd22a799d76ec67c805bc5c2d91678]

        ofz#4052 limit listener range to actually available sheets
        
        ... instead of an arbitrary reference range read from a binary
        file format, here 4k sheets resulting in >3GB allocated listener
        memory.
        
        Change-Id: I629297f4249fdf16a0ede098b63d9648fda69ac3

2017-11-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d4dca2b170ef36ab6c171c16d699d0988a8a7a11]

        Fix typos
        
        Change-Id: Id1cce482a05be3089093ad75d6a30da12084e338
        Reviewed-on: https://gerrit.libreoffice.org/44288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [e4551b905e12aa92b7509d9b994bfae5dec3d8e0]

        ofz infinite loop
        
        Change-Id: Iae9faaa86e4b3edb9a1fdfe9c6b67eee211c19a9
        Reviewed-on: https://gerrit.libreoffice.org/44361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-06  László Németh  <nemeth@numbertext.org>  [f037207675010fdff2c1968a67fae5b0c2c34331]

        fix spell checking issues using recent Hunspell patches
        
        Test: English word "Ian" are "item" are not allowed as "İan", "İtem" now.
        
        Patch list with commit ids in Hunspell repository:
        
        commit 66badb7449c2053c89456f11a7f71f3f5916b550
        Extend dotless i and dotted I rules to Crimean Tatar language
        
        commit 88cf975c295e3ec808efb77bb1a2a031d77f0c89
        Allow dotted I in dictionary, and disable bad capitalization
        
        commit 39b785a6b03b35cc8a27f43f6005dcaa432694e1
        FORBIDDENWORD precedes BREAK
        
        commit 0f691abe68788d0a58e72ab66877a9f670cd2741
        Remove forbidden words from dash suggestion list
        
        commit 15b2cde4f01706f0a648518a5cfc57394d015448
        tdf#95024 fix compound handling for new Hungarian orthography
        
        commit de3ae6844af62300e473f7b7b66a56e54153b4b9
        fix compound word part "pa:"
        
        Change-Id: Id12b5629b0c975464072b5b144743cbe40fe45a3
        Reviewed-on: https://gerrit.libreoffice.org/44200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-11-06  Michael Stahl  <mstahl@redhat.com>  [a7cd63df37144eba8544f6b10b83737fa0496461]

        configure: if there's no fontconfig, assume no fonts are available
        
        No idea how to check what fonts are installed on Windows/Mac;
        only safe thing to do is to disable the tests if --without-fonts.
        
        Change-Id: Ia27d866d9964f7e4e1ebfaba7ee4a7ce53b800b0

2017-11-06  Michael Stahl  <mstahl@redhat.com>  [5cf570d1d46efa66fe4724ba87f47bcd09ea4513]

        vcl: CppunitTest_vcl_complextext requires DejaVu fonts
        
        The TEST_FONTS_MISSING is already handling the --without-fonts case,
        but if we build fonts we need a dependency.
        
        Change-Id: I5164fc5c5974bbce7481b0b1ef4d6013eb9c0a11

2017-11-06  Ashod Nakashian  <ashodnakashian@yahoo.com>  [42b21bf33c9bbde832b931dacc31216f127289da]

        TSCP: Refactor and simplify paragraph signature helpers
        
        Change-Id: I286c685aad38b850c3b988b7f9ba418092746d66
        Reviewed-on: https://gerrit.libreoffice.org/44257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [3a88795c1211c62277dc646e61c2ba8306febe37]

        tdf#108748 generate PDF preview on SwapIn
        
        When including a PDF as an image, it's represented internally as
        a Bitmap with additional PDF data. On SwapIn, LibreOffice just
        imported the PDF data missing the PDF preview. The Graphic also
        gad the wrong image type, which results in a busy loop on master,
        with a strange / unhelpful STR_COMCORE_READERROR generated by
        SwNoTextFrame::PaintPicture.
        
        This is a workaround to generate the Bitmap on SwapIn, which
        will really slow down LibreOffice when importing many PDFs.
        
        I guess the job of generating the PDF previews should probably
        be deferred to a thread or a low priority Scheduler task, just
        like the general image loading is handled.
        
        Change-Id: I8084e4533995ecddc5b03ef19cb0c6a2dbf60ebd
        Reviewed-on: https://gerrit.libreoffice.org/43906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [a4b7c54ea83e354f3dae3165bd71989a796ed6bc]

        add calc rtf fuzzer
        
        Change-Id: I11838f35c9c8ae5d754b129ac0fb30a2ca2b0ab2
        Reviewed-on: https://gerrit.libreoffice.org/44201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-06  Andras Timar  <andras.timar@collabora.com>  [cbb9607c60154dea6dc971d7ee8877f6b25c1e88]

        Updated core Project: translations  b990191434c16fd9253cfda7854589f41728d836
        
        Updated Slovenian translation
        
        Change-Id: I80f31efc782ed5a46490e70bdc4916b5a2fe8b7f
        

2017-11-06  Johnny_M  <klasse@partyheld.de>  [872055b5dee06b996635b263dfde748546fb00ee]

        Translate German variable names in Calc (financial)
        
        As in https://gerrit.libreoffice.org/43987
        
        This is for string literals only. Variables and functions like "nKorrValDecl"
        and "GetRmz" will be translated on a separate, later Gerrit change.
        
        Change-Id: I86c163f40bc13c800315f426f5815d141853644b
        Reviewed-on: https://gerrit.libreoffice.org/44295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [193aa63a2aa697e3689eedd63775afffb6ed9ef1]

        tdf#65393 Test for signature line images
        
        Change-Id: I6f37919da5fef0a90fad314019db19e4a5604169
        Reviewed-on: https://gerrit.libreoffice.org/44220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2e888a0cd9dc272348b7293a2e8b083f7277cea]

        vcl: fix loplugin:implicitboolconversion warning
        
        Change-Id: I3f84396def32c657f58842647e9af5d4a48e43be

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [0b1e8399df0045fe900d5558afc8590114d4b922]

        QT5 fix build issues & cleanups
        
        1. Linking problem on Windows due to Windows macros via
           <vcl/sysdata.hxx> include
        2. Drop the custom MOC target for the old KF5 plugin
        3. Correctly handle QT5 build without using QFont
        4. ImplJobSetup is in the VL library, not the gen plugin
        
        Change-Id: Iad97b1b9b57a8c356aaa88178aff03d0c14558c7

2017-11-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e8526657a20b6c9c25cf885a7f6caa6bb38e3f7c]

        QT5 fixup non-qt5 build
        
        Change-Id: Ifea73d81ba3863fd6a99453cb38303eb729f6ff4

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [efb96db1095c07155e30eac270d1ddcfb4c0fec2]

        QT5 implement Graphics damage tracking
        
        Since we implement SalGraphics handling like the gtk3 backend, we
        need damage tracking to queue updates.
        
        Since there is no native damage tracking in Qt5, we have to log
        the damage in our subclassed QPainter, which will queue an update
        on destruction.
        
        Change-Id: Ife17770750a5be9959c2fc2633b422908d196869

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [e391db0974d6c3a8188b883a0927bed339436fbc]

        QT5 implement alpha based drawing
        
        Change-Id: Ide2ef42110798ed061f7e32e49e38b6428c22c01

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [5f84bf9addfa07446bede180833c94df24233b9e]

        QT5 port quarz Polgon and PolyPolygon handling
        
        Change-Id: I53807bff3db9c9e4300f03e56857381cad7c9431

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [e05161edd26f00ee8d06403f6c4f946fa14464b5]

        QT5 unify Graphics constructors
        
        Change-Id: I85ce73e0e79927fa9233230bc4a9134db4c513dc

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [c512af2bc6aea89b471c20927372c8769c8f866d]

        QT5 always generate a QPainter
        
        Change-Id: Ie8684cd4be56fb6d88d9643a6326307590115a80

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [1426437be0530a8ba5749c7e76c5ce0e9053af2f]

        QT5 implement some mouse handling
        
        Scrollwheel handling seems to work with mouse, but not correct
        when using a touchpad - at least for me.
        
        Change-Id: I4f1b32205516912e31f9c52605ba2bf4ec6059a8

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [843ec5e37f290dca79f8f1245a18d67112f4427f]

        QT5 port more of the gtk3 positioning code
        
        Change-Id: I36631c332ddffbca73768cdc4a596213e0b026ef

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [173c460c26eaec9d81dc9eae6d5a73116cb3ac41]

        QT5 rotate generated bitmap
        
        QImage stores the scanlines from top => bottom.
        
        Change-Id: I0a176066ab631179b8460b61a6c2b07ad2179d31

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [7b8c97984b1c0d747621235288718f675a3778f6]

        QT5 implement cursor support
        
        Change-Id: Ie47b8def36d67255b61eab04bc7e3818bb1d8ea8

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [b66a7cbd8491fe436126e11975c360f47ae346ed]

        QT5 first stab on implementing CommonSalLayout
        
        CommonSalLayout doesn't rally have an interface. It's cluttered
        with #ifdefs. Currently we have to move the Qt5Font into the
        VCL library. Someone should refactor this...
        
        Doen't render any text yet, but reports some sizes.
        
        Eventually that would cut down the public interface again.
        
        Change-Id: I12f32affb05b37e070c6cbc80db01779f84590b6

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [185c9724fd8445695f9233f8120c71e80392767d]

        QT5 implement cairo rendering path
        
        Instead of QImage, this uses cairo_surface_t internally and just
        blits the composed image in the Qt5Widgets paint function.
        
        To enable this rendering path set SAL_VCL_QT5_USE_CAIRO.
        
        Change-Id: Ieddda9bad2596ce46d7d07d4d7060e40d44997db

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [2ffb83daa4358aaad0cba7ddb67847282ac6fcce]

        QT5 rename from KF5
        
        Move out of unx, as this will eventually compile on other
        OS platforms. At least currently it doesn't contain platform
        dependant code.
        
        Change-Id: Iea0bebf574201881ea158381fe7ba8af2a9a6488

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [bc00fcc0a05ce2fa9f0e01a291a6917c3630cfab]

        KF5 implement some more stuff
        
        Change-Id: Icc322ea94708f0799011a2e4ee1499c184254690

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [ea6d73b55bac6eea8a1b11c1dd3e0c86ce2752b9]

        KF5 add initial SalBitmap implementation
        
        Change-Id: I1f7b1894272096a0f0b23b63c3eeae310fb28c6f

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [19ff1dd4a93409517186065ab5b0e200a05d5fa3]

        KF5 add initial SalObject implementation
        
        Change-Id: Id8d901e9d283ee93cc952e6af267dbafd7f9b9aa

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [97d520049f6c4f3beb8c34c69f2530485d07cfee]

        KF5 add FontFace implementation
        
        To pass the "Application error: no fonts and no vcl resource found
        on your system" failure from OutputDevice::ImplInitFontList.
        
        Just saw there is a SAL_NO_FONT_LOOKUP, which probably also would
        have helped.
        
        Change-Id: I2c818313c4f8b0f1d36242281e5c51973315b642

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [688e32b75d7ad2c2a38fd82d41b7a1cb6f0300d5]

        KF5 minimal graphics support
        
        This way we pass the "No mpGraphics set" message.
        
        Change-Id: I097a823c295b251304dfbec8a71eba31b3d2b9ef

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [e3169172ac73ecb21a61c8a7fc73c6c7503f0d2b]

        KF5 add QWidget to Kf5Frame
        
        Change-Id: I53845519d0dda324c9544f057b18c6afd4cf858a

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [c33b45c7e14bf47b857630ce05d38a09ffc7e886]

        KF5 correctly initialize QApplication
        
        This turned out more tricky then expected. Originally the
        KAboutData was assigned to a non-existing QApplication object.
        Somehow this was prevending the later crashes, if the QApplication
        was initialized before KAboutData and we were creating QWidgets.
        
        The problem turned out to be the referenced arguments to
        QApplication. While we already passed the command arguments from
        allocated / heap memory, the argc argument was just the local
        stack variable!
        The simple fix is to allocate an int to pass to QApplication and
        the crashes are gone when assigning KAboutData after QApplication.
        Also removes some Qt initialization warnings on startup.
        
        Change-Id: Ic5b1eea578039fd5875097d23de587b970a6dfca

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [88945965d55192b3c1b3b62227d3e48f0bfd8da2]

        KF5 seperate Qt5 detection from KF5
        
        Splits the configure checks into a Qt5 and KF5 specific part.
        
        Change-Id: I0a616ba031e1f7fd0385219ac48179adb4bdaf14

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [7cf778c4f37b5eecfc11db5d5d7e70cd8e66c748]

        KF5 add event processing code
        
        Change-Id: Ida7c4858cb770d1ce2d05aa6adc332c89bddd795

2017-11-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [9335945c7cb215f387ed1444e28533fac437c6e8]

        KF5 initial VCL plugin
        
        Something that compiles, basically just interface stubs.
        All used Svp classes don't use any cairo.
        
        Change-Id: I9a8858c930989438cc2a3f3346c01a7abc579d62

2017-11-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f69be03d72fbaa535adc8b06475d2806283b79ab]

        Fix typos
        
        Change-Id: I745ec997df4401c3a87963a36c43add4cfeffe04
        Reviewed-on: https://gerrit.libreoffice.org/44334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [315bf654595fc621c2beb8bc332df419ff387b44]

        loplugin:finalclasses in dbaccess
        
        Change-Id: I7cbc786407ee798950a7fdc98f43aee0845ff862
        Reviewed-on: https://gerrit.libreoffice.org/44347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fe2e279c0817827ba61c37735dfd098bfe3337fe]

        TSCP: need to enumerate the marker and IPPart properties too
        
        Change-Id: Ibc8643667c3ae352107a93dcce2be02b1a9af06f
        Reviewed-on: https://gerrit.libreoffice.org/44344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a2577767623e4250cc72701ff4075d27aaf4291f]

        TSCP: Insert objects to all master slides, improve object placing
        
        Change-Id: Ic8b122748157bf63b5c934a4745bcdc011594153
        Reviewed-on: https://gerrit.libreoffice.org/44342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6603e8ebd79a768c1b12ce9eb941aa1866cc32f]

        sw: prefix members of SwScanner
        
        Change-Id: I441876e73793e07d78f1eadb2b21c282845298c3
        Reviewed-on: https://gerrit.libreoffice.org/44345
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [b22ddf60d5c42f39b39214134e819c582b58ad3d]

        mbIDAT is actually set when mbIDAT is complete, not when started
        
        Change-Id: I8d733ab07b6e989c05f131b61441da7e6d124772

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [cf5088018057ad44ba52139a3bafbb2f0504389d]

        fix png fftester path
        
        Change-Id: Ia25bc32dda97ef3413b468142176c1197bd5e8c7

2017-11-06  Serge Krot  <Serge.Krot@cib.de>  [b68362cfca936752d07f643e4dfdfce411ea6358]

        tdf#102466 Added unit test: ensure 1st page is not missing
        
        Change-Id: Icbc97d6a69447575aa2980a700a663ece226f781
        Reviewed-on: https://gerrit.libreoffice.org/44273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>

2017-11-06  Jim Raykowski  <raykowj@gmail.com>  [bee1daa15fedd3e27521dd66e7595c17087b6b3a]

        tdf#58186 Update Navigator after promote/demote undo
        
        Change-Id: I736d9d2ed863e0978a9abfecdca7dbf7a30f5d81
        Reviewed-on: https://gerrit.libreoffice.org/43407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [84b1fab6548481313e9b65a9d56965bbbbe1c112]

        loplugin:constparams in cppcanvas,drawinglayer
        
        Change-Id: I15cac1411c985afe8d7cb9439214a8092702bdb8
        Reviewed-on: https://gerrit.libreoffice.org/44343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [de05d4ee53b5ff0e7404058cef6d3a311e6b35e4]

        convert GetNumStr from sal_uLong->sal_Int32
        
        the code was truncating the param to sal_Int32 anyway
        
        Change-Id: I743b60097df937c16c995e2e6deacc12cf12e5e9
        Reviewed-on: https://gerrit.libreoffice.org/44341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0a4ad544daaec4f773480e6301238c7f6958a9ab]

        TSCP: put more duplicated methods to common
        
        Change-Id: Ic49e0dad1351684db3372214604d12b48d0be907
        Reviewed-on: https://gerrit.libreoffice.org/44337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-06  Stephan Bergmann  <sbergman@redhat.com>  [da308320f0f00453476b20671651950bc498608f]

        Adapt flatpak-manifest.in to recent mdds update
        
        (666fd212e19af06c9fddb4a3c4a381847a0de402 "Update mdds to 1.3.0.")
        
        Change-Id: Ie1ffb199e7960e735584412b064cb0b1dcc0e3dd

2017-11-06  Stephan Bergmann  <sbergman@redhat.com>  [5598e4bd2f73dfbcb2dcff2243774aefa0690e48]

        Finally make DbusIpcThread terminate
        
        ...by directly calling shutdown(3) on the underlying socket, to make
        dbus_connection_read_write fall out of its internal poll(3) call blocked on
        POLLIN (upon which it returns false).  (dbus_connection_close only calls
        close(3), so calling it from DbusIpcThread::close would merely decrement the
        socket file descriptor's reference count.)  This removes the need for the sent-
        to-self "Close" command (whose processing turned out to be too brittle in
        parallel with closing the connection down, witness my previous three fruitless
        commits in this area).
        
        There appears to be no need to explicitly call dbus_bus_release_name, as the
        session bus apparently takes care of releasing the name as soon as the
        associated connection is closed.
        
        Also there should be no need to call dbus_connection_read_write_dispatch instead
        of just dbus_connection_read_write, and dbus_message_pop_message should probably
        be called in a loop, until all queued messages are processed.
        
        Change-Id: I13f30b6676a531f349e953329e910c1ff45ee53e

2017-11-06  Julien Nabet  <serval2412@yahoo.fr>  [b28359c4cbf486b8c82e576b9894f3ea7840d7e9]

        tdf#113652: typo in ui file
        
        Regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=6250b856defa4d49469cb455c1eef53de02f623d
        
        Change-Id: I33aa75dbe525cb22677379b38353ecaf52e105f5
        Reviewed-on: https://gerrit.libreoffice.org/44331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [00be469e26d1e3f422d64ad27372606042e165f8]

        RTF export: fix whitespace
        
        Change-Id: I47c3f2bf08622b386b6e782d60f6ae7765db814a

2017-11-06  Gabor Kelemen  <kelemeng@gnome.hu>  [ba94551f91a50046dde1c8b5498aa87289f66168]

        Updated core Project: help  a9a38be9f58074514e852bd1964f26cba53b2e71
        
        Update references to 'Edit - Track Changes' submenu commands
        
        Since commit 37ad8daa these submenu commands have shorter names
        Remaining instances of the command names refer to window
        names and functions, this is why not all of them are changed.
        
        Change-Id: Ieff7776ad7975c1cfd389d58e6b95f344bc1a25d
        Reviewed-on: https://gerrit.libreoffice.org/44340
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-06  Mike Kaganski  <mike.kaganski@collabora.com>  [5a963595c987880066b045fc66f4c7487b51ae85]

        CharClass: simplify methods a little
        
        Change-Id: I40516d82e79c0585f828e76f005af269fad75aa5
        Reviewed-on: https://gerrit.libreoffice.org/44338
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-06  Gabor Kelemen  <kelemeng@gnome.hu>  [06b8d23adada93da04a10e8242c5ac717a3b2357]

        Updated core Project: help  e0ebfef4249938ce3c54f274d6a1a062148d3e88
        
        Drop some unnecessary ahelps related to Fontwork commands
        
        Change-Id: I641ec8b55b8d33d85824a133a2e61a1af20ea123
        Reviewed-on: https://gerrit.libreoffice.org/44339
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048]

        loplugin:constparams in various(2)
        
        Change-Id: I533a7eb724b15e168a28dc92cd5962a39bc96e7c
        Reviewed-on: https://gerrit.libreoffice.org/44313
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [26e8b589b3f7716a80df7f3a9273e4967d9b0991]

        convert various vcl system fields from unsigned long -> sal_uInt32
        
        Change-Id: Iaa08ecb3a9a17f384267f2b685a4b672277db1ca
        Reviewed-on: https://gerrit.libreoffice.org/44317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7817c54fc9d2b688e8c5b15935adb06e6f47197]

        BitmapColor::GetLuminance doesn't need to use unsigned long
        
        Change-Id: Ic0f4c2c7576023a96266116a1237190586e4e816
        Reviewed-on: https://gerrit.libreoffice.org/44316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [149247ec64b558244f8d94834ead37a1354029f4]

        loplugin:finalclasses in drawinglayer
        
        Change-Id: I8922fc85ab23453791e3ce0b639d4ffafd31e967
        Reviewed-on: https://gerrit.libreoffice.org/44315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ae5f7978788ac5192b19bb3da791bb27c7b2d89]

        loplugin:finalclasses in editeng
        
        Change-Id: I3cf074d101311e516ee1ce23ad032225780f3e25
        Reviewed-on: https://gerrit.libreoffice.org/44314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-06  Ashod Nakashian  <ashodnakashian@yahoo.com>  [e6b200524bd5f614ab5ece88e8187466e7c40096]

        TSCP: Store paragraph signature RDF in the paragraph
        
        Change-Id: Ic44e3238bd1c35445bc23d0cc1de07aa2bf4512c
        Reviewed-on: https://gerrit.libreoffice.org/44243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-06  Vitaliy Anderson  <vanderson@smartru.com>  [ffa46ebe6d83c5e812753c41857f31c059f33986]

        tdf#107939 Fix case-insensitive filter in Field Dialog
        
        Change-Id: I38e695b43ffa7b213e60993aed3ac1838548b33d
        Reviewed-on: https://gerrit.libreoffice.org/44307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-06  Caolán McNamara  <caolanm@redhat.com>  [b3f1d199a72ce87cb65ddaeac922564f57da6a4d]

        ofz infinite loop
        
        Change-Id: I9eab92f72618a062455e9e17d9a262f28d8bb740
        Reviewed-on: https://gerrit.libreoffice.org/44332
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-05  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [4058d85963e371be657f531d8f30e31381a9ccab]

        PPDCache: fix segfault due to access after delete
        
        Regression introduced in:
        
            commit afe4d2527ec72e7493a2b1431559652ef45bebab
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Wed Oct 18 09:43:21 2017 +0200
        
                use std::unique_ptr in PPDCache
        
        Removing a naked pointer before inserting a possibly existing
        one in a container is safe. This insured uniqueness (as the
        comment suggests). However with unique_ptr, removal before
        inserting deletes the pointer (when it exists), and the
        insertion now taints the container with a wild pointer.
        
        The fix is to skip adding if the pointer is already in the
        container and add only when missing.
        
        Change-Id: Ifc6b517451abb564949ccadfee10d98bf827540d
        Reviewed-on: https://gerrit.libreoffice.org/44333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-05  László Németh  <nemeth@numbertext.org>  [3b4fd34995262a161f30e1db8d087b0f01dfef37]

        tdf#113592 LibreLogo: add fallback localization to fix platform issues
        
        Update:
        
        python3 LibreLogo.py LibreLogo*.properties
        
        Change-Id: Ib631f53b47f1f00b14338534cc82d94f33c48233
        Reviewed-on: https://gerrit.libreoffice.org/44203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-11-05  Szymon Kłos  <szymon.klos@collabora.com>  [1e6abe31eb8f7c12c725f7e1267a7cedfcd3d157]

        tdf#113037 create Watermark with correct ratio
        
        Change-Id: I17ab8d98a618cff6e38dad344f4096dc520cce43
        Reviewed-on: https://gerrit.libreoffice.org/44228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-11-05  David Tardon  <dtardon@redhat.com>  [1bacce999d7dad91b1f87baaf09b08e6b4629fad]

        one slash is enough
        
        Change-Id: I35fbca7592f3e17a071df567f691c62fe9232fc1

2017-11-05  Caolán McNamara  <caolanm@redhat.com>  [4fb14703e555b14507e4246e02859607f7aec07d]

        ofz#4068 Integer-overflow
        
        Change-Id: Id61f4f82b66e7efa4d3ef062d2756acddcee43b8
        Reviewed-on: https://gerrit.libreoffice.org/44327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-05  Caolán McNamara  <caolanm@redhat.com>  [b97d210bce5f05c23330b7a6fb0602f8f74da5a0]

        ofz#4057 Integer-overflow
        
        Change-Id: I6a7ef3ca4c26ce4965deeea27ae47a03169bcf12
        Reviewed-on: https://gerrit.libreoffice.org/44320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-05  Caolán McNamara  <caolanm@redhat.com>  [92ca905bc73a829106975dac0d1c53111667ca2a]

        ofz#4058 Integer-overflow
        
        Change-Id: I76050f392f04cff54e52eb913ceb451bc5973a72
        Reviewed-on: https://gerrit.libreoffice.org/44323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-05  Johnny_M  <klasse@partyheld.de>  [df7bfbb7e401998a9ba247eb939af1fb3245626b]

        Correct German variables/functions names translation in Calc (financial)
        
        This does the following:
        
        1) Translates the variable fDia -> fSyd
        (see https://translations.documentfoundation.org/de/libo54_help/translate/#search=DIA&sfields=target&soptions=exact,case )
        This was missed on previous translations.
        
        2) Corrects earlier variables translation, where appropriate (the
        earlier translation was literal; now the translation corresponds to
        the specific terms used for these variables in Calc in English):
        fInterest -> fRate
        
        fValue -> fCost
        fRest -> fSalvage
        fTimeLength -> fLife
        
        As example, compare the arguments of the following function:
        German: https://help.libreoffice.org/Calc/Financial_Functions_Part_Two/de#RMZ
        English: https://help.libreoffice.org/Calc/Financial_Functions_Part_Two#PMT
        
        And:
        German: https://help.libreoffice.org/Calc/Financial_Functions_Part_One/de#GDA
        English: https://help.libreoffice.org/Calc/Financial_Functions_Part_One#DDB
        
        3) Corrects earlier function and variable translation (the
        earlier translation was literal; now the translation corresponds to
        the specific term used for this in Calc in English):
        ScGetCompoundInterest() -> ScGetIpmt()
        fCompoundInterest -> fIpmt
        
        See for needed translation: https://translations.documentfoundation.org/de/libo54_help/translate/#search=ZINSZ&sfields=target&soptions=exact,case
        See for earlier translation: https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=e96d2593138d9e8eb197e21fa3087b45eae676c0;ds=sidebyside
        
        4) Correct earlier variable renaming:
        bFlag -> bPayInAdvance
        
        That variable corresponds to the "Type" parameter in, e.g.: https://help.libreoffice.org/Calc/Financial_Functions_Part_Three#FV
        See for earlier renaming: https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=8340f6dcfb2f391feeddb1bc24931cd6f145669a;ds=sidebyside
        
        Note: The bFlag means something different for the VDB function (see
        https://help.libreoffice.org/Calc/Financial_Functions_Part_Three#VDB ). Therefore,
        the change for the VDB is: bFlag -> bType
        
        Change-Id: Id258d953be6ba3de113d762ee944786389702b55
        Reviewed-on: https://gerrit.libreoffice.org/44285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-05  Johnny_M  <klasse@partyheld.de>  [8f416c19c100061e57ec76cc0dc9a1be3dd05c1a]

        Translate German function names in Calc (financial)
        
        This follows up with translation of function names, similarly to
        how it was earlier done for variable names.
        
        Change-Id: Icf784ad96db41d341ae39d2854c7df2844b66a91
        Reviewed-on: https://gerrit.libreoffice.org/44286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [928e79901dc362fe62c34d0db73357e89bed4a35]

        Fix typo
        
        Change-Id: Ic3db50be939b7f64268da912159f325e5f60e061
        Reviewed-on: https://gerrit.libreoffice.org/44329
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [55574560dd9dcebcd5794b23fe3c564d2a35decb]

        Fix typos
        
        Change-Id: I6338ff36670b54ea69a959674239b4ba3029a5a3
        Reviewed-on: https://gerrit.libreoffice.org/44328
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-05  Julien Nabet  <serval2412@yahoo.fr>  [3ae605f8b93df426236eed359814449589033a79]

        Replace lists by vectors in configmgr/unotools
        
        + use for range loops
        
        Change-Id: I4cebcf0536dc6c3ddfdce9532e94c0c380ea3ab9
        Reviewed-on: https://gerrit.libreoffice.org/44308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-05  David Tardon  <dtardon@redhat.com>  [d6765e376706680156e71e985eeeb58bf469f849]

        fix build of bundled libepubgen on ppc64le
        
        Change-Id: I559058ffe2192764a27d278eea0e4d4676bbd64d

2017-11-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8747abf7708e06d6f989258b1cf102c144162cfa]

        TSCP: disable OK button if no category is present in text edit
        
        Change-Id: I638f04e904a642e4fd6700e625732e5a9a2e44de
        Reviewed-on: https://gerrit.libreoffice.org/44292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-05  Ashod Nakashian  <ashodnakashian@yahoo.com>  [30c10ae1b38342ced95889b33d95fe39c7cf6679]

        TSCP: refactor signature validation and simplify
        
        Change-Id: I20e2f2825c9bd19d76ab450ffa70aca72fbb8b9a
        Reviewed-on: https://gerrit.libreoffice.org/44146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-05  Julien Nabet  <serval2412@yahoo.fr>  [e567694246d99a2a99c4079b04ed2ad8cd5ed785]

        Remove GetNextSubset and create GetSubsetMap
        
        To avoid to store an iterator and simplify loops
        
        Change-Id: I9b160714125176841961a56905d81dcb876c68b6
        Reviewed-on: https://gerrit.libreoffice.org/44326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-05  Julien Nabet  <serval2412@yahoo.fr>  [ca2aaa2b9f4ce69d05d415e13451ae6a6030f032]

        Replace remaining lists by vectors in svtools
        
        Change-Id: I3b85f4853d305fec2efe1fa351466c56d11473c9
        Reviewed-on: https://gerrit.libreoffice.org/44303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [6070dec9ca9a15587a2aece81f9ae1ab5ac0f8c4]

        tdf#113635 Add support for Clip Intersect and XOR
        
        Change-Id: Iff2bb06a209a6c089fec12b5f888ca4ef7c38c1b
        Reviewed-on: https://gerrit.libreoffice.org/44289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [f1c790ca3613a43dac84e2a9b6a99d1338176325]

        ofz short read considered as a successful full block read
        
        i.e StgDataStrm::Read takes the bool of no error and
        multiplies it by the block size to report the length
        read. A short read isn't an error so full buffer is
        considered valid.
        
        To keep #i73846# working and get deterministic fuzzing
        results, zero out the trailing space of a successful but
        short read. Changing this to return the truthful
        number of bytes read makes #i73846# stop working.
        
        There's wonderful nonsense here calculating nPg2,
        determining nBytes to read derived from this,
        reading nBytes into the buffer and then considering
        it an error if nPg2 is not 1 after the presumably
        potentially fatal buffer overflow if nPg2 wasn't initially
        1, but this doesn't seem possible in practice
        
        Change-Id: I2bac6066deb8a2902677e04696367ba2c351b325
        Reviewed-on: https://gerrit.libreoffice.org/44310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [969531f53696417c80f9823e89eda2d5d594898e]

        Replace lists by vectors (canvas)
        
        Change-Id: I4695b1f1095a6324632f48727274bdfdcc63720b
        Reviewed-on: https://gerrit.libreoffice.org/44298
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [2345f00899da2cb4624ab07bd92d139adcdb74e5]

        Replace lists by vectors (stoc)
        
        Change-Id: Ifb5dc253186b7cc8f37d843e600addcc579c77e6
        Reviewed-on: https://gerrit.libreoffice.org/44299
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [3b2e9a7c57b48c162792e24a3c90629fec00fc40]

        Replace lists by vectors in SalGtkFilePicker (vcl)
        
        Change-Id: Iaf6115080c7b22e2e5b7cbc04314a48ad7fecdae
        Reviewed-on: https://gerrit.libreoffice.org/44312
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [9be866ac6a97ae7d45d039b9f5bb19064afdc038]

        Replace lists by vectors in reportdesign
        
        Change-Id: I67472484d83ee75cbcc50a64b4637d3b45608499
        Reviewed-on: https://gerrit.libreoffice.org/44309
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [0a09ca614bcf07fadddeecb217f0c871f084810c]

        Related: tdf#113160 set parent of warning dialogs during load
        
        to the new window frame being constructed that (may) contain
        the progress bar, that way such modal dialogs affect the loading
        document window and not whatever window happens to be active
        
        Change-Id: I1c7d3185e47fa316eef003b80d18b31d341b79d6
        Reviewed-on: https://gerrit.libreoffice.org/44269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [26211f0456227ba7ec23143f8fa6de5c405a8229]

        ofz#4034 Integer-overflow
        
        Change-Id: I99a4e24e2038387f749051bc268bc74ce808bd96
        Reviewed-on: https://gerrit.libreoffice.org/44306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  David Tardon  <dtardon@redhat.com>  [4f2308bb6e5c26e304bb9372b3e5971e8ce24df1]

        fix build with older boost
        
        Change-Id: Ie3f7a32bf8d5c9c118d35272c8e197b9c6ffcd80

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [6c6368217122363f1491a876aaca0864cf864c4d]

        Replace last list by vector in ucb
        
        Change-Id: Idde1489fd8203c503347d14965487dd20cc6573f
        Reviewed-on: https://gerrit.libreoffice.org/44300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [ed9b5ae144df24f4da6b2eca3db87fe29aaff542]

        Optimize loop of GetSubsetByUnicode a bit (svx)
        
        Change-Id: I568c08b5c319aefbe77a1abb720421a88555568d
        Reviewed-on: https://gerrit.libreoffice.org/44305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Tamás Zolnai  <tamas.zolnai@collabora.com>  [98bc7215935f1eb2e0dc6f1db826d8e729430c13]

        tdf#42346: DOCX export of cross-references to objects
        
        * Objects means tables, images, text frames and shapes
        * Implementation
        ** MSO uses simple bookmark references as cross-references to objects
        ** So generate bookmarks in export time if a caption is referenced
        ** In some cases we also need to split some of the runs
        ** Implemented all types of cross-references, except the chapter reference
        
        Change-Id: I3b17753123d94a04e4f28783ad5663831e7c6c84
        Reviewed-on: https://gerrit.libreoffice.org/44294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [ffb5ad4681f7f68b3b50dc4d94ea7ea8127da5e0]

        ofz#4055 Integer-overflow
        
        Change-Id: I15f0a48c1e0c4c03f99a74d4d9b58e064d108c72
        Reviewed-on: https://gerrit.libreoffice.org/44304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [393fa77d278eae7a72a8dc78f81082bbdd63a656]

        Replace lists by vectors in animation parts (sd/animations)
        
        Change-Id: Ie5306041e5cde5617e460ae4d98861e8d26e389d
        Reviewed-on: https://gerrit.libreoffice.org/44297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  László Németh  <nemeth@numbertext.org>  [33157a11536da2704f036aeb9ab559b04419cf77]

        Updated core Project: dictionaries  56684558fb8bdb05cf8bc3e4c183e78de630dd6d
        
        tdf#95024 update Hungarian spelling dictionary
        
        Change-Id: I9cd563ff6c1d9e5547216efeadb65cf018c56026
        Reviewed-on: https://gerrit.libreoffice.org/44290
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [a64c741f20dc3fcc8c47762b6cfe7f8551557394]

        Replace only list by vector in pyuno
        
        Change-Id: Ic770d1fb8e3735123786a73a7b57f71ad8005d5d
        Reviewed-on: https://gerrit.libreoffice.org/44301
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [c637e34da807b82aebca82f7c82eb01e2ddb0f02]

        ofz#4048 Null-dereference
        
        Change-Id: I52db987ac3f11e318e2adf1ee797054f49c31f98
        Reviewed-on: https://gerrit.libreoffice.org/44293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Mike Kaganski  <mike.kaganski@collabora.com>  [e3530d2c9d5dc98c6bacf243c163d651624e1ba6]

        Make Windows error reporting more robust
        
        https://msdn.microsoft.com/en-us/library/ms679351 describes that
        "it is unsafe to take an arbitrary system error code returned from an API
        and use FORMAT_MESSAGE_FROM_SYSTEM without FORMAT_MESSAGE_IGNORE_INSERTS"
        Previously in case when an error string would contain inserts, function
        returned error, so the error message wasn't shown (at least it didn't
        crash, thanks to nullptr as the function's last argument).
        
        As the function may fail, we now pre-nullify the buffer pointer to avoid
        dereferencing uninitialized pointer later (though at least for some
        Windows versions, the function nullifies the pointer in case of
        FORMAT_MESSAGE_ALLOCATE_BUFFER, but there's no explicit guarantee of this).
        
        Also release of allocated buffer is changed to recommended use of
        HeapFree.
        
        The code that doesn't make use of OUString is left directly calling
        FormatMessage, to avoid introducing new dependencies. Where it makes
        sense, we now use WindowsErrorString from <comphelper/windowserrorstring.hxx>
        
        Change-Id: I834c08eb6d92987e7d3d01e2c36ec55e42aea848
        Reviewed-on: https://gerrit.libreoffice.org/44206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [fce7a0b3606f216f68a0f2e3591182c4358b88ff]

        sfx2: Drop unused macro & declarations
        
        Change-Id: I249c3dc5158a4aaa161d360378e4c657ffcc8af4
        Reviewed-on: https://gerrit.libreoffice.org/44296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [708dd92578a3029edd1d63e89bf7860bb9d3d37f]

        clang-format: Increase column limit to 100
        
        As discussed in IRC.
        This matches the values in TEMPLATE.SOURCECODE.HEADER
        
        Change-Id: I7e7bf5df0b011a54c8dddde5366e73e14068ef7d
        Reviewed-on: https://gerrit.libreoffice.org/44249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [eb6ec4b606e213201e790f49253a5355a2d35eb9]

        ofz#4041 Abrt
        
        Change-Id: I8d9466bd4594dec819704141b03c280f52d824ef
        Reviewed-on: https://gerrit.libreoffice.org/44267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [52f2e70c9ef727a1a638d44fbabe76fc4b5a755a]

        lok: temporary workaround: disable formula mode for online
        
        - Start empty spreadsheet, open it with two users (let's call them A &
        B).
        - Type "=" with user A.
        - Start moving around to different cells with user B.
        
        => Cell name of user B's selected cell is entered in user A's formula.
        
        This is due to the fact that ScModel::GetInputHandler() returns always
        the input handler which is handling the edited formula and not the
        input handler of the current view.
        
        That really messes up collaborative editing, so better to disable it,
        until we implement an alternative solution.
        
        Change-Id: I6e779cba3f377d12b7a4a19a6ee53c924fc9ba20
        Reviewed-on: https://gerrit.libreoffice.org/43035
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [3dde9d988f0c9a432429389359c3531f10a4ff10]

        loplugin:constparams in various(1)
        
        Change-Id: Ic80ca59abc3e104c7adf0c1eff1d16addf48bc8b
        Reviewed-on: https://gerrit.libreoffice.org/44261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [da90193c8c0ab1f5403d37902f0037b51659b6d9]

        loplugin:constparams in filter
        
        Change-Id: I9fc76693da88d74b6fe7bbb920b8e731b82be298
        Reviewed-on: https://gerrit.libreoffice.org/44260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f81b9b9636b5f2333d1bc7eb0f2873aeb83ab07]

        loplugin:constparams in svx
        
        Change-Id: Ib6ae6b0c1ae1659955124bb5c710f2989a0feb3a
        Reviewed-on: https://gerrit.libreoffice.org/44250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-04  Jens Carl  <j.carl43@gmx.de>  [afc5d7aedf4d115bfaa539301b155db37be87054]

        Create CppUnit::assertion_traits helper file
        
        Place the CppUnit:assertion_traits for ::table::CellAddress and
        ::table::CellRangeAddress into a file, so that they can be used/shared
        from several locations. Avoid copy/paste action.
        
        Change-Id: Ie2358ea1ac6925eef05644bea03a2ae526cd7fc6
        Reviewed-on: https://gerrit.libreoffice.org/44291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-04  Julien Nabet  <serval2412@yahoo.fr>  [e7be51491c2295e546549b750d9723753731725a]

        Following 42bfbc216474b4f60d5a5e52a88d95baded5191c
        
        as suggested by Stephan in comment of https://gerrit.libreoffice.org/#/c/44233/
        
        Change-Id: Ia0a8c36441339628fd61ba862df73db11bbed302
        Reviewed-on: https://gerrit.libreoffice.org/44276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-04  Justin Luth  <justin_luth@sil.org>  [b41d698fa121f3a4d1afdde56f88a135fc71b48a]

        tdf#46938 ooxmlexport: override style tabstops when tabs removed
        
        Having no tabs defined is the default value, so nothing generally
        needs to be written. But if the paragraph style defines tabstops,
        but the current paragraph doesn't have any, then those style
        tabstops need to be cleared.
        
        Change-Id: I7a818c658403cc683b0c5b7452b6c88ea00f771d
        Reviewed-on: https://gerrit.libreoffice.org/44244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bcdc5f56f064e875f58a2f22872393d1fef31839]

        TSCP: make the configuration key names shorter
        
        Change-Id: If28e283666f4e1f87758c401b2d4fb5986eb6d8c
        Reviewed-on: https://gerrit.libreoffice.org/44281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [49d53fa8a4d0c69a58000d05b903e757e30e6930]

        TSCP: limit the input to the IPPart entry field
        
        Limit the input keys to the IPPart entry field. The limit is by
        default set to free-form with the configuration key. When the
        limitation is activated it is only possible to input chars '/',
        ';', ' ' (space) and delete.
        
        Change-Id: Id3eb7e0198fb60e07894d6ff22a32351cca9d589
        Reviewed-on: https://gerrit.libreoffice.org/44280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [40918d0321f9e9a958fa80f309213e199cf21bce]

        TSCP: add a full text. value of the header/footer as doc. property
        
        Change-Id: I4742066c34802017790c1c21ec04a7760d4fe1f7
        Reviewed-on: https://gerrit.libreoffice.org/44279
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8f1f4d5a6f4b376975e9e2f318e8c92d4bade90a]

        TSCP: Ask if it is OK to change the classification category
        
        Change-Id: I30ccdfb9d0584d8ee9b12666b1f96eb9ba8676ee
        Reviewed-on: https://gerrit.libreoffice.org/44278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5c5ccedcb7f79ad9c5319751c246b3ebfb93523c]

        setting the default values not needed in xcu
        
        Change-Id: I9bb60f1e7c58bbb63e8933578b83b77a178f325b
        Reviewed-on: https://gerrit.libreoffice.org/44277
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [d8f0e4144d51ff5709d005d289d71aa32f323913]

        Resolves: rtl: tdf#60315 slide pane context menu misplaced
        
        so use same (slighty crazed) logic as DrawViewShell::Command
        
        to get the right place when rtl is enabled
        
        Change-Id: Icb4a39310ab98bd186cbafd516ca5f323da8cce1
        Reviewed-on: https://gerrit.libreoffice.org/44274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Caolán McNamara  <caolanm@redhat.com>  [5228db64eb9f55c945f1b460f2955fc3edfad791]

        gtk3: fix popover placement in RTL
        
        Change-Id: I8c20b277ce943f915941b2af9353f98c66f9065c
        Reviewed-on: https://gerrit.libreoffice.org/44271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [8ce49eab696d830d420fbf48b22ac151167bbd62]

        sfx2: Omit unnecessary indirection of SfxFrameDescriptor_Impl
        
        Change-Id: I43c9df757d78420bd119a06e7f7224e40690b753
        Reviewed-on: https://gerrit.libreoffice.org/44255
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [f218f8f6c8c587d2d78679f935093329f145fede]

        -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed
        
        ...in com_MSC_class.mk now, similar to ecbaf980625a9e7b06abe91c7c70e78f6ad469a7
        for com_GCC_class.mk.  Three libraries built from external sources (for Windows
        only) needed adjustment.
        
        Change-Id: Id8976a30b80efff6119afb18ccaf6811fe27d2f8
        Reviewed-on: https://gerrit.libreoffice.org/44270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-03  Eike Rathke  <erack@redhat.com>  [12f09377b91b6d70efb3448d098f4dbd677a67d1]

        SYLK import: set and evaluate col/row overflow to display dialog
        
        Change-Id: Id997aac2fd90f53652c81884c51833c92494e32f

2017-11-03  Eike Rathke  <erack@redhat.com>  [b00c6912a4f3ba417551d98f4d2a70c4e2328718]

        ofz#3032 skip invalid positioned formulas entirely
        
        ... instead of generating them at the outer edge, specifically do
        not create maximally dimensioned but still truncated matrix
        formulas. Carried over-edge cases even overwrote each other
        anyway.
        
        Change-Id: Icb307f17ad153c6a5c69f869026abc1cf1d5c9f5

2017-11-03  Michael Stahl  <mstahl@redhat.com>  [2e39e519767d58a20829baca2fb0a2418b70f772]

        sw: ODF import: prevent shapes from inheriting paragraph default margins
        
        The problem is that even with the vertical-pos default fix,
        we don't render ShapesWithWrapping.odt the same as Word does:
        
        https://beta.opendocumentformat.org/rendercompare/upload/223/86/191/1
        
        The shape still has a spurious bottom margin, which should not exist.
        
        This has a surprising cause: the default-style family="paragraph"
        has the attribute fo:margin-bottom="0.1388in" on paragraph-properties,
        which gets imported as the pool's default item of RES_UL_SPACE;
        there is nothing that prevents the shape from using this pool default
        item if it doesn't have a margin set on itself.
        
        Prevent that by overriding the pool default in
        SwDoc::mpDfltFrameFormat, which already carries a XFillStyleItem
        for similar reasons.
        
        The mpDfltFrameFormat is used by a lot more than just shapes,
        but none of that stuff should inherit paragraph defaults.
        
        As an aside the fo:margin-* properties are also allowed on
        style:graphic-properties, but it turns out that the implementation
        of the default-style family="graphic", in
        SvxUnoDrawPool/SwSvxUnoDrawPool, does not have the corresponding
        properties, hence cannot import these.
        
        Not sure if it would be better to have multiple SvxULSpace items
        with different IDs, so the paragraphs and shapes and etc. can have
        separate defaults.
        
        Change-Id: Ie6a196db567beb7a48b4176f383c88490dcfb8e7

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

        Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafe
        
        existing code doesn't expect that so stuff crashes
        
        partial revert of...
        
        commit db6b703d391838c481fd090065f6d329edcd4efa
        Date:   Thu Aug 24 18:32:38 2017 +0200
        
            Allow non-modal Dialogs during FileImport/Load
        
        Change-Id: I152feb849186cf035664a700d3f94ee049cdf6d3
        Reviewed-on: https://gerrit.libreoffice.org/44227
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Caolán McNamara  <caolanm@redhat.com>  [7cca1dc560aeceb430ef6a0db2f7823e717ee585]

        ofz#4042 Integer-overflow
        
        Change-Id: Iccd150e8d704e065b8a3e060a1c9a2b6310e3641
        Reviewed-on: https://gerrit.libreoffice.org/44265
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#4043 Null-deference READ
        
        Change-Id: I2af7adc55c5b219086aad3157ccac1ce88a8ba97
        Reviewed-on: https://gerrit.libreoffice.org/44266
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [be7d7d0f5b8657f4981b7622e8ce874a7cb25d2d]

        Missing dependency
        
        At least on macOS, CppunitTest_sc_cellrangeobj failed for me with the try-
        catch(...)-abort block in Scheduler::ProcessTaskScheduling
        (vcl/source/app/scheduler.cxx) due to a com.sun.star.uno.DeploymentException
        "component context fails to supply service
        com.sun.star.linguistic2.LinguServiceManager of type
        com.sun.star.linguistic2.XLinguServiceManager2".
        
        Change-Id: I5b3c0f6cbd2f56bc86c62e048c87ad6ef5f83876

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [127b828766b31cf7f69acd8eb80e0a3cbb4f7ca6]

        Revert "A first step to refactor ShapeList (sd)"
        
        This reverts commit c5857a0371dcc7977e68d48f08f2a3ecefb67b89.
        
        Change-Id: I59326867bdf71dcf20a86e03499884452675c557
        Reviewed-on: https://gerrit.libreoffice.org/44284
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [6f29841acb201b118bbf5815163fb50d83929e9f]

        tdf#45904 Move Java _XSheetCellRangeContainer test to C++
        
        Change-Id: I463fc54aa4139fbc43b6124765bf18ad8c0e6ddc
        Reviewed-on: https://gerrit.libreoffice.org/44247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [a5c4b406a8ff80aaa2df96ce455d3b080b77a9a4]

        Only downcast to OOXMLFastContextHandlerShape when actually necessary
        
        After bd3c5c4c234e3dc6b89cd235321945a41a08d562 "[API CHANGE] tdf#65393 Import
        signature line images from ooxml", UBSan CppunitTest_chart2_export had started
        to fail with
        
        > writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:1898:25: runtime error: downcast of address 0x61200070a440 which does not point to an object of type 'writerfilter::ooxml::OOXMLFastContextHandlerShape'
        > 0x61200070a440: note: object is of type 'writerfilter::ooxml::OOXMLFastContextHandlerWrapper'
        >  0e 10 00 20  50 86 4a 00 a2 7f 00 00  01 00 00 00 be be be be  00 00 00 00 00 00 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'writerfilter::ooxml::OOXMLFastContextHandlerWrapper'
        
        Change-Id: I028ef619766466e8cd9bb0ca09174b926fc6d23c

2017-11-03  Caolán McNamara  <caolanm@redhat.com>  [45780815b2ae9d07a249a7d84d332c8b402317a5]

        ofz: fix leak
        
        Change-Id: I5984a8b7ef2d978c118d4e65e686027b1e510bd9
        Reviewed-on: https://gerrit.libreoffice.org/44251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [d659b79d409b64da11b8a89a2995c97543cc42d6]

        Improve wording
        
        ("No ... not specified" rather looked like an accidental double negation to me)
        
        Change-Id: I8f1488b7e1561f8b2167a27120b60614b72a55fd

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

        ofz#4034 Integer-overflow
        
        Change-Id: Ia126933260ea017f7cfdc8ac2ddc43b16aa37b91
        Reviewed-on: https://gerrit.libreoffice.org/44248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [08434e96efb1706a62893a3812299cc3c750a9f1]

        Missing initialization of m_bInSignatureLineId
        
        Change-Id: I563f7324129828d13c4549d330d58d6ab972472c
        Reviewed-on: https://gerrit.libreoffice.org/44268
        Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
        Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>

2017-11-03  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [012946122bed55d9a51c4b37a3b72899274e49c9]

        TSCP: fix build by correcting member names
        
        Change-Id: I77212f1c6ca3d54ced1b73604e9d8a3022d72700

2017-11-03  Michael Stahl  <mstahl@redhat.com>  [3d471f5fea7dfb65ceb6bffb4da54f8d068ca63b]

        Revert "Replace list by vector in filtergrouping (sfx2)"
        
        This reverts commit 62896fb7a5983eb13ee87b94ae803e6552626d8d.
        
        The usage of iterators in CreateEmptyClassRememberPos
        operator() is bogus and causes:
        
        Error: attempt to dereference a singular iterator.

2017-11-03  Eike Rathke  <erack@redhat.com>  [911e2aff3cc37cb7410292728ffea05fffbfb0b3]

        Resolves: tdf#111428 swap (only) ScColumn::mnBlkCountFormula
        
            commit 423df1fa929784c14e3a133c06468589fe9269cd
            Date:   Thu Nov 2 12:53:14 2017 +0100
        
                Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()
        
        erroneously swapped also the CellStoreEvent's ScColumn* but of
        course the CellStoreEvent stays at its ScColumn and is not swapped
        with the CellStoreType. So swap only the mnBlkCountFormula that
        CellStoreEvent::mpCol accesses.
        
        ASAN rightly complained about heap-use-after-free.
        
        Change-Id: Ic44fed96c49bea7365bf1200e06788860966795c

2017-11-03  Fyodor Yemelyanenko  <fyodor_e@hotmail.com>  [c263c25052ca7812ec8789b8825bca11da845054]

        tdf#108124 fix: crash during redo, when document contains images Redo action fixed to reinsert images to document correctly.
        
        For details, pls see https://bugs.documentfoundation.org/show_bug.cgi?id=108124
        
        Change-Id: Ie20dfcc8b9bfd5096c3c9459446c2a972129f3bf
        Reviewed-on: https://gerrit.libreoffice.org/43862
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bd3c5c4c234e3dc6b89cd235321945a41a08d562]

        [API CHANGE] tdf#65393 Import signature line images from ooxml
        
        showing whether the signature behind the signature line is valid or not.
        
        Change-Id: Ia6cca62812019f26d55d234cac767a9b4b7c8175
        Reviewed-on: https://gerrit.libreoffice.org/40980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [c4abbb6e10ecd382fd4fe6816cd4f29ea7d931a5]

        inline ASSERT_EXCEPTION macro in chart2
        
        Change-Id: I6bdcde5fd416531e2cdd3c9ec160833f1022247c
        Reviewed-on: https://gerrit.libreoffice.org/44246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-03  Heiko Tietze  <tietze.heiko@googlemail.com>  [22a95ea367cc005a382de23e51cba850b6dd5e6f]

        Revert "tdf#101349 Default table styles"
        
        Table Styles created by the user are not compatible
        
        This reverts commit f8a754e49cac05c356abddb3d22d03874f1bec7d.
        
        Change-Id: Ied09093f20c5851a7013a57cff765e8aee3fed01
        Reviewed-on: https://gerrit.libreoffice.org/44256
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-11-03  Jean-Pierre Ledure  <jp@ledure.be>  [42d7a388989d57928a31e62999eb623366a485f0]

        Access2Base - Correct error in module parsing
        
        Error occurs when an unclosed string is present in a comment

2017-11-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [7bd8f9ed9559a745f3ed59161d282b199edd69a7]

        TSCP: Paragraph signature RDF namespace now urn:bails
        
        And remove PARAGRAPH entries from ClassificationResults
        to restore adding the parens correctly.
        
        Change-Id: Id0f07758e4daad8d0736800e211e35e9c7e026cf
        Reviewed-on: https://gerrit.libreoffice.org/44145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [4bba85e04cda1cb5769114be5ad771de55d56d14]

        TSCP: don't export metadata field text in DOCX
        
        Change-Id: I28ae3e57d3766497077af091fe4721fe653def4b
        Reviewed-on: https://gerrit.libreoffice.org/44118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-03  Serge Krot  <Serge.Krot@cib.de>  [3f2e84b4bd0bbd936e0af845ba7cbf68cb2803d6]

        tdf#38778 Fix output of the font in DOC run
        
        The font information should be output before field declaration.
        Added unit test.
        
        Change-Id: I147dd8956fbd8e69c3a2e86aff01dc249f4fa815
        
        tdf#38778 DOCX output: no double output of the font info
        
        Change-Id: Ia080f742cde88b914e146fe7a95b90bf1952c96a
        Reviewed-on: https://gerrit.libreoffice.org/44160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [25a26b66b398d127842369e06c3ef95fe901e305]

        TSCP: flesh out ClassificationResult
        
        Change-Id: Ie6ee33cc21f6f27ae1d58a0e47f367b0539e4378
        Reviewed-on: https://gerrit.libreoffice.org/44117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [2ecd194d091fd33c2554bfff960985b2bd5e654e]

        TSCP: use the BAC identifier as the RDF key
        
        DOCX RDF -> SmartTag logic expects urn:bails
        namespace to dump the RDF, and it also needs
        to have the rdf file in tscp/bails.rdf, hence
        the move.
        
        Change-Id: I9ae496c97abe97d3596de46ffccd5f7c80e37d34
        Reviewed-on: https://gerrit.libreoffice.org/44116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [501698657afeed006812e071a77a5228e3f7b3d5]

        sfx2: Simplify SfxDocTemplate_Impl with std::unique_ptr
        
        Change-Id: Ie736bcb6ca636cd5f34f12f7b4fdb234d18f3999
        Reviewed-on: https://gerrit.libreoffice.org/44202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0dca40256320753fdbd42ac9c7de889026d7d469]

        loplugin:constparam in vcl,svtools
        
        Change-Id: I7a3eb2bfda869e9e66db919f929ead60cf8890a4
        Reviewed-on: https://gerrit.libreoffice.org/44209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        ofz#2980 Timeout
        
        Change-Id: Ic5122524d06a1d5c5fccc98acbd5f8d472d39553
        Reviewed-on: https://gerrit.libreoffice.org/44217
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Caolán McNamara  <caolanm@redhat.com>  [26bd20f5f350a8438fb2ff19fd92c7ba2a84bf48]

        crash on loading tdf77861-3.rtf in calc rtf filter
        
        pActDefault is either pInsDefault or a member of maDefaultList,
        so clear it if its not pInsDefault at this location
        
         ScRTFParser::ProcToken(RtfImportInfo*) (rtfparse.cxx:332)
         ScRTFParser::RTFImportHdl(RtfImportInfo&) (rtfparse.cxx:160)
         ScRTFParser::LinkStubRTFImportHdl(void*, RtfImportInfo&) (rtfparse.cxx:155)
         Link<RtfImportInfo&, void>::Call(RtfImportInfo&) const (link.hxx:84)
         EditEngine::CallRtfImportHandler(RtfImportInfo&) (editeng.cxx:2770)
         EditRTFParser::NextToken(int) (eertfpar.cxx:231)
         SvRTFParser::Continue(int) (parrtf.cxx:643)
         SvxRTFParser::Continue(int) (svxrtf.cxx:128)
         SvRTFParser::CallParser() (parrtf.cxx:574)
         SvxRTFParser::CallParser() (svxrtf.cxx:123)
         EditRTFParser::CallParser() (eertfpar.cxx:112)
         ImpEditEngine::ReadRTF(SvStream&, EditSelection) (impedit4.cxx:161)
        Address is 52 bytes inside a block of size 56 free'd
         std::default_delete<ScRTFCellDefault>::operator()(ScRTFCellDefault*) const (unique_ptr.h:76)
         std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >::~unique_ptr() (unique_ptr.h:239)
         void std::_Destroy<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > >(std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*) (stl_construct.h:93)
         void std::_Destroy_aux<false>::__destroy<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*>(std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*, std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*) (stl_construct.h:103)
         void std::_Destroy<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*>(std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*, std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*) (stl_construct.h:126)
         void std::_Destroy<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*, std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > >(std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*, std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*, std::allocator<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > >&) (stl_construct.h:151)
         std::__cxx1998::vector<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >, std::allocator<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > > >::_M_erase_at_end(std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >*) (stl_vector.h:1436)
         std::__cxx1998::vector<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >, std::allocator<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > > >::clear() (stl_vector.h:1210)
         std::__debug::vector<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> >, std::allocator<std::unique_ptr<ScRTFCellDefault, std::default_delete<ScRTFCellDefault> > > >::clear() (vector:690)
         ScRTFParser::ProcToken(RtfImportInfo*) (rtfparse.cxx:274)
         ScRTFParser::RTFImportHdl(RtfImportInfo&) (rtfparse.cxx:160)
        
        Change-Id: I36624a76ddb01f0d26d38f708af6b910384ad7fd
        Reviewed-on: https://gerrit.libreoffice.org/44225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Caolán McNamara  <caolanm@redhat.com>  [79aaf5a7a181ff701dc19b8978c989ff49908712]

        ofz: crash with empty aParserStates
        
        Change-Id: Ie3f327605ce795da30f915969177f21a7d38824c
        Reviewed-on: https://gerrit.libreoffice.org/44232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [64024d7c18bd114eb9958cf80eea9129e09923bd]

        tdf#111486 Fix component names in SAL_INFOs
        
        Change-Id: I22a6747446d5571a883555db748ca3d40579cb13
        Reviewed-on: https://gerrit.libreoffice.org/44222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3135357a7441aa47141bab70447c0666ce24da42]

        Fix comment markup
        
        These do not appear on api.libreoffice.org if they arent marked up correctly
        
        Change-Id: I38873e1d763d97ff11e28b9ce5efe1cc68b12bf7
        Reviewed-on: https://gerrit.libreoffice.org/44221
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-03  Serge Krot  <Serge.Krot@cib.de>  [9a08e340ca7c5353b5347e5c5346c857d48011f4]

        Return new line symbol in unit test
        
        For Win32 we cannot use directly "\n" symbol,
        instead SAL_NEWLINE_STRING should be used.
        
        Change-Id: Icf607fcc20086201fb34423f0a98d6817218bb0f
        Reviewed-on: https://gerrit.libreoffice.org/44207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [6cef8dd228dacf680dfb78f7113de186143da82c]

        sw: clean up temporary debug code in itrform2
        
        Change-Id: I817ea7abea99683f691b9fd363af7330ab975f87
        Reviewed-on: https://gerrit.libreoffice.org/44234
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [98f5f4d39c9c1cae7e8b56e2b33ee0be58e79f1d]

        Enforce coding style with clang-format for new code
        
        - The actual blacklist has to be generated with
          solenv/clang-format/generate-style-blacklist.sh in a separate commit.
        
        - .clang-format is from
          <https://lists.freedesktop.org/archives/libreoffice/2014-August/062802.html>,
          except:
        
          - the commented out lines are removed
          - Standard is Cpp11 instead of Cpp03
          - explicitly avoid sorting includes (requested during ESC meeting
            2017-10-11)
          - no indentation inside namespaces (lots of existing code in sc wants this)
        
        - The git hooks prints a diff when the style is violated, along with a
          command to fix up the violation automatically. It also enforces style
          only in new files and ignores all files listed in the blacklist.
        
        - To avoid introducing one more hard-to-setup build dependency for new
          developers, help them two ways:
        
          - if clang-format is not installed, provide pre-built binaries for
            Linux/Windows/macOS
        
          - download/install of these binaries are printed as cmdline
            instructions, similar to how we have our own 'make' on Windows
        
        - As per ESC call 2017-11-02, currently don't do any checks if
          clang-format is not installed (as a first step).
        
        Change-Id: Iaa139c396337e8734aa1853305d808438260c41a
        Reviewed-on: https://gerrit.libreoffice.org/43736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd592cca271cdf5eabe2aba3479e4831ef3e14a6]

        solenv: add list of existing C++ files for clang-format blacklist purposes
        
        Generated with solenv/clang-format/generate-style-blacklist.sh from
        <https://gerrit.libreoffice.org/#/c/43736/>.
        
        Change-Id: I9ac621494450c42ef83e5cb7c1956124d17a8de6

2017-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [6cf3ef823a6419212e69f0ad308e0ef8efe31481]

        xmlsecurity: can hold UriBindingHelper by rtl::Reference
        
        ... in XMLSignatureHelper and XSecController
        
        Change-Id: Ie3817684c9ed9ed8a222e3ba56c8fbc389a68071
        Reviewed-on: https://gerrit.libreoffice.org/44193
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [c3965b1ce4428a97a8050a7bc53d60b642062502]

        tdf#45904 Move Java _XSheetCellRange tests to C++
        
        Change-Id: Ia4534f083a804d450ac8fdd31759f1554b684e15
        Reviewed-on: https://gerrit.libreoffice.org/44245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Mike Kaganski  <mike.kaganski@collabora.com>  [646448dda41484dfa936f906356d7c58c8a28605]

        loplugin:includeform: document the requirements
        
        See commits acb3ed0615a1b4e31257fa1014e9e2f2188c602c and
        189abcf0db61c41a565bd355294bf6e712fc3e5a, and mail thread
        <https://lists.freedesktop.org/archives/libreoffice/2017-October/078601.html>
        
        Change-Id: I2eea0b0a13bfe7f2919f36c94e76796b6a8cf122
        Reviewed-on: https://gerrit.libreoffice.org/43945
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-03  Mike Kaganski  <mike.kaganski@collabora.com>  [be2729b4b52d7aea51b847cd0e07dd1992196bf8]

        Updated core Project: help  d25e28bb1ef1f0c07c263c48167135f4116eb730
        
        Correct the explanation for STYLE spreadsheet function
        
        Change-Id: Ia0fedd0bc673f3090cf065ac578ef193d1d3b6b7
        Reviewed-on: https://gerrit.libreoffice.org/44196
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [7ad68b82d252003f6c9233ea74d99f29f25016f0]

        Move ado_{pre,post}_sys_include.h
        
        ...to connectivity/source/inc/ado/, as it is included from include files there,
        which only happens to work because of -I$(dir $(3)) in
        gb_CObject__command_pattern (in solenv/gbuild/platform/com_MSC_class.mk) and the
        fact that those include files in connectivity/source/inc/ado/ are in turn only
        included from .cxx files in connectivity/source/drivers/ado/.
        
        Change-Id: I0bbecaeeaac1f94fa86355e391d2826f3e29c440
        Reviewed-on: https://gerrit.libreoffice.org/44230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-03  Stephan Bergmann  <sbergman@redhat.com>  [3d02f5199ea239a4376dab52cb772d306c86c3a4]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: I32f19344d73323482c140e3bd6db5eb3c3ccb8f7
        Reviewed-on: https://gerrit.libreoffice.org/44229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-03  andreas kainz  <kainz.a@gmail.com>  [2488e44d525bf37ae59aad0ea49950e7cf53b7df]

        elementary icons: first update of the icon theme start with lc_
        
        Change-Id: I6db076e67ca742c410899a2f6cbf9728bc16b92b
        Reviewed-on: https://gerrit.libreoffice.org/44219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [7795907fa9434441a86e878799b04149700fe622]

        loplugin:constmethod in drawinglayer
        
        Change-Id: I6a33765f6589fc2941162eb2dcaa4e0a2d9e46e1
        Reviewed-on: https://gerrit.libreoffice.org/44214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d4891b6d1346191b56f0f8f4991cb6372e10c1d]

        improve debug printing of ErrCode
        
        Change-Id: Ia6ebf2c43777774a91e27468272d713f0dadb1c3
        Reviewed-on: https://gerrit.libreoffice.org/44204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-03  jan Iversen  <jani@libreoffice.org>  [78f6fadca5e91dc2abe4b7b9451ebefe2b29dcb0]

        iOS include error in bridges
        
        Need to use "" for call.hxx include
        
        Change-Id: I9a30f3d3cfab83076f9ad22a5b637f8f4fc7c432

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [62896fb7a5983eb13ee87b94ae803e6552626d8d]

        Replace list by vector in filtergrouping (sfx2)
        
        Change-Id: Ic5170843d8f47f92c7975cceaa9c33d278445b98
        Reviewed-on: https://gerrit.libreoffice.org/43378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [c5857a0371dcc7977e68d48f08f2a3ecefb67b89]

        A first step to refactor ShapeList (sd)
        
        Change-Id: I5b036a9e2ba2b4c5eb784d7264adaa525fd4c08d
        Reviewed-on: https://gerrit.libreoffice.org/44156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [aa5f6764bd29939f6543c0afa02b21319f2c7c6e]

        tdf#113597: Inserting table in header and saving crashes
        
        test xTextPortionEnumerationAccess before trying to use it
        bt:
        0x00007fffca9201e6 in SwEditShell::CollectAdvancedClassification (this=this@entry=0x55555790c710) at /home/user/libreoffice/sw/source/core/edit/edfcol.cxx:804
        804	        uno::Reference<container::XEnumeration> xTextPortions = xTextPortionEnumerationAccess->createEnumeration();
        0  0x00007fffca9201e6 in SwEditShell::CollectAdvancedClassification() (this=this@entry=0x55555790c710) at /home/user/libreoffice/sw/source/core/edit/edfcol.cxx:804
        1  0x00007fffca927e8c in SwEditShell::ClassifyDocPerHighestParagraphClass() (this=0x55555790c710) at /home/user/libreoffice/sw/source/core/edit/edfcol.cxx:1722
        
        Regression from b480d5e4c03438487b645ae10347c5c22f36bb25
        
        Change-Id: I255165ca2aa8e701fe011812165b32dd17e4e2ec
        Reviewed-on: https://gerrit.libreoffice.org/44240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [526c8f7240812f857d54dc23398ee7845b0be36d]

        Replace some lists by vectors (vcl)
        
        Change-Id: Ic31f4f5a2f44e39ee965e7c3fc6a2246bbb10076
        Reviewed-on: https://gerrit.libreoffice.org/44237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [b80403167935550a4dd97f31b79d2bdcb97e4e88]

        Replace lists by vector or deque in ucb/ucbhelper
        
        Change-Id: I9f72d7c8ab48f8dc2eec779db2f40531a33db6f9
        Reviewed-on: https://gerrit.libreoffice.org/44238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Julien Nabet  <serval2412@yahoo.fr>  [42bfbc216474b4f60d5a5e52a88d95baded5191c]

        Replace remaining lists by deques (desktop)
        
        because of addToUnoRc and addToConfigmgrIni which use push_front
        (and no easy way to change this), I couldn't use vectors
        
        + use for range loops
        
        Change-Id: I15300122b449b3a5af7c6402a7ad4cd5a2000413
        Reviewed-on: https://gerrit.libreoffice.org/44233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-03  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d952c0b42a452c875bd9d78870fa9d925af9220e]

        vcl: remove sgf/sgv ancient gfx filters
        
        Change-Id: Ib02986e5b3d54d65982836e22ebcb70eb7a0e7b3
        Reviewed-on: https://gerrit.libreoffice.org/44216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [bda85f9563b03bb36c7d72dc1178661b3bf23df0]

        tdf#45904 Move Java _XSheetCellRanges tests to C++
        
        Change-Id: I6f6dcbc5368ce034c25553edf8b88c6669074243
        Reviewed-on: https://gerrit.libreoffice.org/44194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [44e9640748791f602edb22cbc499200283466e1e]

        tdf#45904 Move Java _XSheetConditionalEntries test to C++
        
        Change-Id: I96c1b0dc8d6c6b9cc4f8e02ef8c9ca184fb4d6a4
        Reviewed-on: https://gerrit.libreoffice.org/44184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [6bddeb4de19685c1ce1a3c1f9bd32cffb6b14bc6]

        tdf#45904 Move Java _XSheetConditionalEntry tests to C++
        
        Change-Id: I51924e69183260ba0eba94c3a14bde252c24cc18
        Reviewed-on: https://gerrit.libreoffice.org/44182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Jens Carl  <j.carl43@gmx.de>  [2416d69ad4fa26b65d5b05a8575ac96af6b2c9a9]

        tdf#45904 Move Java _XSheetCondition tests to C++
        
        Change-Id: I013ccd0258a567ba69d624a02a4d4daab5c7f4fa
        Reviewed-on: https://gerrit.libreoffice.org/44181
        Reviewed-by: Jens Carl <j.carl43@gmx.de>
        Tested-by: Jens Carl <j.carl43@gmx.de>

2017-11-03  Caolán McNamara  <caolanm@redhat.com>  [8c374022790b54834fa54615e1953c8ee30641a8]

        ofz#3577 Timeout
        
        Change-Id: I723552fe277a9a16c8a14c01f4701e1077ddfac3
        Reviewed-on: https://gerrit.libreoffice.org/44223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [06cad1a9a42ea74434f9ed0e4027163d029eb4a1]

        update credits
        
        Change-Id: Icd33bbe415f321a82a52364aa93ba6cf4a28507f

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

        Infinite loop in ooo32227-1.rtf with calc rtf filter
        
        Change-Id: I068b205c844296379b5641356e4087b17f0a3535
        Reviewed-on: https://gerrit.libreoffice.org/44218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Michael Stahl  <mstahl@redhat.com>  [c79467ba954987f1d239c594c1e1b3af3f5515f6]

        sw: ODF import: default as-char shapes to vertical-pos="top"
        
        The problem is that we don't render ShapesWithWrapping.odt
        the same as Word does:
        
        https://beta.opendocumentformat.org/rendercompare/upload/223/86/191/1
        
        The first shape in the file is anchored "as-char" and has no
        style:vertical-rel or style:vertical-pos attribute affecting it.
        
        If Word would write either style:vertical-rel="baseline" or
        style:vertical-pos="top" explicitly, the rendering in LO would
        be the same.
        
        So the problem is that, for drawing shapes (note, text frames are
        images, embedded objects handled differently), LO's default
        vertical alignment is different, it is hard-coded in
        SwShapeDescriptor_Impl::GetVOrient() as
        SwFormatVertOrient(0, text::VertOrientation::NONE, text::RelOrientation::FRAME)
        
        This effectively positions as-char shapes *below* the baseline,
        which, while technically allowed, isn't really a good default.
        
        So fix this by making the default alignment dependent on the anchor
        type, so that as-char shapes sit on top of the baseline.
        
        The ODF filter sets the anchor type before inserting the shape in
        XMLTextShapeImportHelper::addShape(), however as it turns out the
        various MSO filters insert the shape before setting the anchor,
        which means the new default in SwXShape has an unwanted effect
        on them, as inserting the shape causes the default to be created.
        
        This requires changes to VML import to always set the VertOrient
        property, and to RTF import to set the anchor type before inserting.
        
        The DrawingML import is unaffected as it already sets VertOrient
        for every non-as-char shape.
        
        The testDmlTextshape "dml-textshape.docx" test still fails, but it
        turns out that the change in alignment for this test document is
        a bugfix, as it now has the same vertical alignment as in Word,
        so adapt the test.
        
        Change-Id: Ifcabd96a037515f7803f5474ec995f968b3b4de1

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [9a236714e539c772cad7b56caf21dc12b79e77df]

        ofz#3858 use a single scratch buffer
        
        Change-Id: Icdea835b89da2e7233e17893c759e411d659811c
        Reviewed-on: https://gerrit.libreoffice.org/44213
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [cd7a2e8c60d67701a311942f0abfe9afaae822cf]

        revert drop of SetBufferSize
        
        reported spike in load time, so still necessary I guess
        
        Change-Id: I38c139b85ed922af18674ac84263150407a3277f
        Reviewed-on: https://gerrit.libreoffice.org/44231
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [91dcc2de555d14a7d2c996ee4641aa4acd77bec8]

        ofz#3927 ensure same sort order cross platforms
        
        annoyingly was getting different order on oss-fuzz vs normal case
        making things hard to reproduce
        
        Change-Id: Ie50a546946b2dfa89bc3af1b4a04a88217c1a668
        Reviewed-on: https://gerrit.libreoffice.org/44212
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  jan Iversen  <jani@libreoffice.org>  [b03fe77699b1ad30a9441bd9b283f25579ac261e]

        iOS allow newest SDK
        
        allow SDK 11.1 alongside 11.0
        
        Change-Id: I0ad3c47ebccfac90fe7ae9101781c91a0fcd5fba

2017-11-02  jan Iversen  <jani@libreoffice.org>  [7ce46742e9ba7411a987ff5fe9b54091a5a9ad58]

        iOS, update to new xcode
        
        Updated settings to new xcode
        
        Change-Id: I04eed7eaaf02dda69b4dbce7376b883478b78d27

2017-11-02  jan Iversen  <jani@libreoffice.org>  [7178336b59060f9846f5e15ef95b923d0be1c8df]

        iOS, remove bitcode from compiler
        
        compiling with bitcode slows builds process
        
        Change-Id: Icee263652d31f3a7a6e92a91ef5320a804d0bef1

2017-11-02  jan Iversen  <jani@libreoffice.org>  [d01f0d53ca5eefb81f10a6f52b1531e8bb781069]

        iOS activated full build for test
        
        Removed compile of dummyLO, meaining full link is performed
        (to test LOkit_open)
        Removed faulty properties in property view scene
        
        Change-Id: I980cadaf98d40f3e497ee6aa69cb6166fa1b87f7

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [ef188d80d25c7bd1ae0566d703c35531c4228333]

        Divide-by-zero
        
        Change-Id: Ieb94b1ff71fb70f38d8bf8a1b9f62edbc3cfb867
        Reviewed-on: https://gerrit.libreoffice.org/44198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [f3ae7fc962915d6d7b6a4ab16120dd844f9c92a4]

        Integer-overflow
        
        Change-Id: Ic99219ff65cea0f316831696231ed6ba8dd10b60
        Reviewed-on: https://gerrit.libreoffice.org/44199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Eike Rathke  <erack@redhat.com>  [782f34ae2f214674fc871ece348ba5dd11c4a8d6]

        Unit test for CellStoreEvent::swap() in ScColumn::SwapCol(), tdf#111428
        
        Change-Id: Iaba95e2cfb6b34ab3ad04f96dd2c8e2c12115d95

2017-11-02  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c1917f4cb8ea5e781fe14b0be4c2e2b7e6e65bc2]

        Begin sentence with uppercase letter
        
        Change-Id: I32056d860dfb6dd5683d13de86705c3d70f51d46
        Reviewed-on: https://gerrit.libreoffice.org/44215
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [21a932b114714853442a189b0fa501798892f771]

        static_cast followed by dynamic_cast
        
        Change-Id: I722ba0ab1e056904c55b4ad6cdec6f26fa3b723d

2017-11-02  Mike Kaganski  <mike.kaganski@collabora.com>  [05d15643c40b571059f8a9474cbf0c5056e40873]

        Winreg configuration layer: don't assert on user input
        
        Change-Id: I1314e37315450ead3bf131ed3fabd9351a88a4e5
        Reviewed-on: https://gerrit.libreoffice.org/44191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [cc6128d727d1e92b2aa2b4dd9cbae8e045cf1f6b]

        ofz#3886 Integer-overflow
        
        Change-Id: I936f681b835cca62fc14a326b7ae5cb062b3f1df
        Reviewed-on: https://gerrit.libreoffice.org/44197
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  andreas kainz  <kainz.a@gmail.com>  [a95416ecf8d3c5b85e5e81e11aed95fe8ef41038]

        writer notebookbar update tabbed compact toolbar
        
        Change-Id: Id7be2fdd497b3c49005c50d4e990b0dd44e86d12
        Reviewed-on: https://gerrit.libreoffice.org/44192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-11-02  Stephan Bergmann  <sbergman@redhat.com>  [fff7097f1ed8493de099d79aa0613ea6b309100a]

        Use gb_UnpackedTarball_get_dir
        
        Change-Id: I931f0d95cad0a63d344c84d89ba7c80f14be8ec9

2017-11-02  Stephan Bergmann  <sbergman@redhat.com>  [83c81ca9d80f3d997861ee7a0cfb8f7ce620a3bb]

        Avoid warning thrash
        
        ...between "error: unannotated fall-through between switch labels
        [-Werror,-Wimplicit-fallthrough]" (in some builds, for the original code) and
        "error: fallthrough annotation in unreachable code
        [-Werror,-Wimplicit-fallthrough]" (in other builds, after adding
        SAL_FALLTHROUGH).
        
        Change-Id: I75bbefd69c81f43f22117f8ad110237de24e18af

2017-11-02  Eike Rathke  <erack@redhat.com>  [423df1fa929784c14e3a133c06468589fe9269cd]

        Resolves: tdf#111428 implement CellStoreEvent::swap() in ScColumn::SwapCol()
        
        CellStoreEvent remembered the original ScColumn* and corresponding
        ScColumn::mnBlkCountFormula, hence after inserting a column to the
        left the quick check of ScColumn::HasFormulaCell() whether there
        are any formula cells worked on the swapped in column (originally
        the one to the right) that happens to be empty in the scenario.
        Things worked correctly by accident if the next column to the
        right already contained a formula cell.
        
        Regression from
        
            commit e57a5905fb2975307af654710430d0a876dbd061
            Date:   Sat Jul 16 20:01:48 2016 -0400
        
        Change-Id: If993856ceee657736f516a81c293506041a6b7eb

2017-11-02  Stephan Bergmann  <sbergman@redhat.com>  [5a325d96ac10ac5a5df8acd21486979209996a12]

        Clean up oslTranslateFileError
        
        Change-Id: I004bcba518ead9c149f1671d62aa94986a38945d

2017-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [12c7643c5129e3db9200f2564793188ddb5a3917]

        loplugin:finalclasses in filter,extensions
        
        Change-Id: I2822b8c5a91feaf47466356c01728d32a85bbae9
        Reviewed-on: https://gerrit.libreoffice.org/44190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-02  Stephan Bergmann  <sbergman@redhat.com>  [e335dab103f1f917c527664f8c7ff9babe5e83cb]

        Document when HAVE_BROKEN_CONST_ITERATORS can go
        
        Change-Id: I96636cbff097af77bc0ccd669b6a973c282f7360

2017-11-02  Johnny_M  <klasse@partyheld.de>  [3133f128038fbc6e9964ebd637c05401c13d77ac]

        Correct German variable names translation in Calc (financial)
        
        This aligns the translation of the "Zins" argument of the financial
        functions to "Rate", as used in the function documentation in English.
        The original translation was done by the same author recently in
        the commit 8ba9dfe27382626e97fb4ab705b7ad056725a800.
        
        Compare (as in MS Excel):
        German: https://help.libreoffice.org/Calc/Financial_Functions_Part_Two/de#RMZ
        English: https://help.libreoffice.org/Calc/Financial_Functions_Part_Two#PMT
        
        Change-Id: Ifa125d94a639c91c454d7b540f86feeecea250ff
        Reviewed-on: https://gerrit.libreoffice.org/44021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [570eed8ce4761cea0aa74efc85c182bc4af45493]

        loplugin:finalclasses in forms
        
        Change-Id: I0f849fd104699e2861aaba2d4be38168e80703b0
        Reviewed-on: https://gerrit.libreoffice.org/44189
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-02  Stephan Bergmann  <sbergman@redhat.com>  [bcb5a3121d089c059b0293c4402c3617bbe3d131]

        coverity#1420539: dead code
        
        ...after 0b413caadfbe68b278ca5ba33b6d204687586ea9 "loplugin:constantparam in
        sal,sax"
        
        Change-Id: Idf000bd1e0a261eac9ec0afbd2fb6f4c4ef8c7dc

2017-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [455e4011f7052c5d1fb4693a573e0998cf6badc8]

        improve constparam loplugin
        
        lots of little fixes to make the logic less pessimistic
        
        Change-Id: If368822984250b11b98c56f5890177a1402e8660
        Reviewed-on: https://gerrit.libreoffice.org/44168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-02  Mike Kaganski  <mike.kaganski@collabora.com>  [cee129bf17bd604f96e3cfe62d3a55336e248ccd]

        Improve failed HRESULT reporting on debug
        
        Change-Id: Ib69b72f64e8cbaef75ec88aa6b6c49383e5fa1cb
        Reviewed-on: https://gerrit.libreoffice.org/44187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-02  David Tardon  <dtardon@redhat.com>  [4c404950225e07ec7ee5275657a3192a5af79a04]

        ICU_UCHAR_TYPE is not needed for C++11 projects
        
        Change-Id: I089af1a67044ab9cfd767e767a15d1a66014ce2f
        Reviewed-on: https://gerrit.libreoffice.org/44178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [68fb7264e11cb891605fdf5037a879f7e310b109]

        add xls fuzzer
        
        Change-Id: I7f57ad4f4294df43c3b9c8b3e6deb1641b102637
        Reviewed-on: https://gerrit.libreoffice.org/44056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8748b1afbfb419405d197fad7b95a2b10bfa1b3a]

        TSCP: make configurable if IP section is expanded
        
        Change-Id: I38b8c1da096c2b38f52defd8bb9a522e32fb881c
        Reviewed-on: https://gerrit.libreoffice.org/44188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [d2397c08722b9acf84b7a03e1395f5391998cf84]

        coverity#1420538 Copy-paste error
        
        Change-Id: If85024b144f9d13da35b1f548100cf5860f3c75f

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [f99de44a02bae5d5e2298be821fc7bcb56bee086]

        coverity#1420536 Unchecked dynamic_cast
        
        Change-Id: I289f61fe7e9d6b8c37b70a8fce56090c72af9abf

2017-11-02  Caolán McNamara  <caolanm@redhat.com>  [57da1391a3b443db6f07d9be2689d7812940dd29]

        coverity#1420537 Uninitialized scalar field
        
        Change-Id: I974b48ddb54b954a512c3eb8949c6db0ff74c353

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [53d7225c3984cbc1a4cab255dbbcdfeeea50ae40]

        TSCP: insert at cursor position when clicking an IP part
        
        Change-Id: I0672f55c1d5ec14324b0d0589e2507c759b95911
        Reviewed-on: https://gerrit.libreoffice.org/44186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [27d75c3986a257c121d6612413a4d1f59cd1425d]

        loplugin:finalclasses in framework
        
        Change-Id: Ic060a8ec60c1209511c376f31e2dc45a48973294
        Reviewed-on: https://gerrit.libreoffice.org/44166
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [270596b0e98ee32f1d4224751a8be51a4af9ac91]

        TSCP: change double-click to single for IP part list box
        
        Change-Id: I1ec96ddbb4bba76b82d32a09fd2f47e46c64fc16
        Reviewed-on: https://gerrit.libreoffice.org/44185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dc57c8ce3070b2a99ca312fbc349e6331b703ef7]

        TSCP: hide markings widgets if the list of markings is empty
        
        Change-Id: I0d4a821935ef29b020409a34259a0c1fc487388f
        Reviewed-on: https://gerrit.libreoffice.org/44183
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aa73ca2e5420dfceeccf19d7e2d5d4f367dd01da]

        TSCP: add recently used to advanced classification dialog
        
        Change-Id: Ic084104b28dbcc439d98cd08a89a7ddc6f291878
        Reviewed-on: https://gerrit.libreoffice.org/44158
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a0a287f566e548177847bdb69cba230089b44e54]

        TSCP: read/write recently used in advanced classification dialog
        
        This implements the reading and writing of the recently used
        content in the advanced classification dialog. The recently used
        content is stored to a xml file in the user profile folder under
        "classification" folder - filename "recentlyUsed.xml". The content
        is just a reflection of the resulting ClassificationResult vector
        in a simple xml form.
        
        Change-Id: If148ae123a6c826874b86dc1f374cdaab6e8fea9
        Reviewed-on: https://gerrit.libreoffice.org/44150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-02  David Tardon  <dtardon@redhat.com>  [da5be4f3d78e2665a1d3c7443f24adecbb0940cf]

        remove a NPAPI plugin leftover
        
        Change-Id: I4284ed8e59477e508cec3f02a6d1bf2aa3978dd8
        Reviewed-on: https://gerrit.libreoffice.org/44177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-11-02  Julien Nabet  <serval2412@yahoo.fr>  [98b03cdc63bdf72a054a7fd17226673e34a3ba3e]

        Replace lists by vectors (forms)
        
        Change-Id: Id0215a1044f330ffe6d09875d2f0ed6d4aa0b4f0
        Reviewed-on: https://gerrit.libreoffice.org/44179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-02  Mike Kaganski  <mike.kaganski@collabora.com>  [11459949e920fab6074bab85e3e1a748e9aee1ee]

        Related: tdf#113347: properly check HRESULT value
        
        HRESULT's "success" value S_OK is 0; they are failed when their values are
        negative. So, the incorrect check resulted in false failures.
        
        Change-Id: I56560ced73e335af49c66d58201d5455e555e431
        Reviewed-on: https://gerrit.libreoffice.org/44180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-02  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [afe501df00733a80af464d0eac3809c833388877]

        vcl: fix dbg_util build after enum class change
        
        Fixup after 74ab2a686144545255a2f07dde3f14f66f37753e
        
        Change-Id: I57492bdee7cc4d3676b476a2a867211e5aa0bd13

2017-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1f8c3e3b78e0abb96d06a51eca354ae7ade5deb2]

        Extract XmlWriter and XmlWalker from opencl into tools
        
        In opencl we read and writer the profile xml with custom classes
        XmlWriter and XmlWalker for reading. This classes are useful in
        other places (very similar XmlWriter is used in test), so extract
        the code from opencl and move it to a more common place - tools.
        
        Refactoring of other usages will follow.
        
        Change-Id: I8363e87b7c30083d299080adec3f99cb33ebe4cc
        Reviewed-on: https://gerrit.libreoffice.org/44149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [ecbaf980625a9e7b06abe91c7c70e78f6ad469a7]

        -I$(dir $(3)) in gb_CObject__command_pattern is no longer needed
        
        ...at least in com_GCC_class.mk (com_MSC_class.mk will be addressed in a follow-
        up commit), after the recent loplugin:includeform clean-up.
        
        Two static libraries built from external sources needed adjustment, two
        compilerplugin tests needed adjustment (which wasn't found by
        loplugin:includeform, by design), and one more adjustment in
        sal/textenc/generate/.
        
        Change-Id: Idad5ae355a02ae130369a9a45b5f5925ab48ffef
        Reviewed-on: https://gerrit.libreoffice.org/44174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [b085d3561a84d2590ec52bec4a020566955c9689]

        threadmanager.hxx is only included from sw/source/core/docnode
        
        ...but itself includes sw/source/core/docnode/cancellablejob.hxx, which only
        happens to work because of -I$(dir $(3)) in gb_CObject__command_pattern (in
        solenv/gbuild/platform/com_{GCC,MSC}_class.mk).  Clean that up by moving the
        file.
        
        Change-Id: I69dfb80460edc66309cdb6f08427a47cc2420f34
        Reviewed-on: https://gerrit.libreoffice.org/44173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [7124613c81a77d504b2b9de5dadb17ab736255e6]

        page.hrc is only included from svx/source/dialog
        
        ...but itself includes svx/source/dialog/page.h, which only happens to work
        because of -I$(dir $(3)) in gb_CObject__command_pattern (in
        solenv/gbuild/platform/com_{GCC,MSC}_class.mk).  Clean that up by moving the
        file.
        
        Change-Id: I9f5f4b6884d9ec7357caaffa050c7b516762d71a
        Reviewed-on: https://gerrit.libreoffice.org/44172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [de4787b543d15a67bcf0828203e76061da5f4914]

        passwordcontainer.hxx is only included from svl/source/passwordcontainer
        
        ...but itself includes svl/source/passwordcontainer/syscreds.hxx, which only
        happens to work because of -I$(dir $(3)) in gb_CObject__command_pattern (in
        solenv/gbuild/platform/com_{GCC,MSC}_class.mk).  Clean that up by moving the
        file.
        
        Change-Id: I7a04f757becf8113d1dccae9b78870e57ad3fbe5
        Reviewed-on: https://gerrit.libreoffice.org/44171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [f9da456711619c3fe501000945290d887fc4a468]

        scflt.hxx is only included from sc/source/filter/starcalc
        
        ...but itself includes sc/source/filter/starcalc/collect.hxx, which only happens
        to work because of -I$(dir $(3)) in gb_CObject__command_pattern (in
        solenv/gbuild/platform/com_{GCC,MSC}_class.mk).  Clean that up by moving the
        file.
        
        Change-Id: I55db90a7039e6c1e3fdaa28c1df58347e117a87f
        Reviewed-on: https://gerrit.libreoffice.org/44170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-11-01  Julien Nabet  <serval2412@yahoo.fr>  [a14892eda219b273726d2ca001955dfeb36360c3]

        Replace lists by vectors in lingucomponent
        
        + use loop ranges
        
        Change-Id: I0ae81e3c10a6382d3f5719b2824a70d6e72b1462
        Reviewed-on: https://gerrit.libreoffice.org/44169
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [0b70e6b93b8cb2169fa372b555ae0c6b43a4ce43]

        ofz#3945 Integer-overflow
        
        Change-Id: I3cc8e91078289860d27ee77be3c24eabeb136909
        Reviewed-on: https://gerrit.libreoffice.org/44163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [c4bac94488774c0d8b114075ee47307c96d017c2]

        de-sal_uLong emfio
        
        Change-Id: If1fea844350446547c9f50d0316aedd50a3f4c25
        Reviewed-on: https://gerrit.libreoffice.org/44161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Michael Stahl  <mstahl@redhat.com>  [4fcdc190afe710c2530ea40e30609570519a5ff2]

        external: consistently use gb_ExternalProject_use_nmake
        
        ... instead of hard-coding some subset of the variables everywhere.
        
        Change-Id: I5eac5663563ee9d6cb7b57f5f6e9d55560587276
        Reviewed-on: https://gerrit.libreoffice.org/44167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-01  Johnny_M  <klasse@partyheld.de>  [cc9b39393bfeca69020b28e9a38335c5f39a4c72]

        Fix prefixes of "double" variables in Calc (financial)
        
        Fixes "n" -> "f", as discussed on https://gerrit.libreoffice.org/43078
        
        Change-Id: I3c7df185de77ba48cbcd61ab6385705375704f37
        Reviewed-on: https://gerrit.libreoffice.org/43992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-01  Johnny_M  <klasse@partyheld.de>  [d943d9e7f738d539a9715c8ba376d2c64833117d]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc and were
        translated to their English equivalents. For used translations, see, e.g.,
        https://translations.documentfoundation.org/de/libo54_help/translate/#search=RMZ&sfields=target&soptions=exact,case
        
        Notes:
        - The translation here is equal to the translation of variables done on
        https://gerrit.libreoffice.org/43078 , etc, with following exception: the arguments
        of financial functions stick closer to their English equivalents in the function
        descriptions in LO and MS Excel help (i.e., "Cost, Salvage, Life" instead of "Interest,
        Rest, TimeLenght", etc. on some earlier translations).
        
        - Code function names (e.g., "GetRmz_new") will be translated on a separate,
        later Gerrit change
        
        Change-Id: I91615464521480ebde3034f6d383f601e83b9b06
        Reviewed-on: https://gerrit.libreoffice.org/43987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c1a2ac824ca51e27d411c99551f3c5bc9f0f7c31]

        Updated core Project: help  788f70916eaa53d89775c5998a4d19235ed19f4a
        
        Refactor new help builder script into smaller pieces
        
        Add 4 smaller bash scripts for building new help, for
        better management
        
        Scripts use the following parameters
        
        workDir: $(WORKDIR)
        lang: $(LANG)
        productVersion: 6.0
        
        and put results in
        $(WORKDIR)/HelpTargetHTML
        
        ./get_hid2file.sh $productVersion $workDir
        Creates hid2file.js that maps HID into HTML page
        uses get_url.xsl transform
        
        ./get_bookmark.sh $lang $productVersion $workDir
        Creates the index file 'bookmarks.js' based on
        <bookmark_values> tag in all localized XHP files.
        Visible in Index tab of the HTML page
        Uses get_bookmark.xsl transform.
        
        ./get_html.sh $lang $productVersion $workDir $local $fileTree
        Creates the HTML pages from localized XHP files
        local: is local or website (yes/no)
             If local="yes", the filetree should be $(installDir)
             else (i.e. website), root file tree should be '/'
        fileTree: is root file tree for $local=yes
        If local = yes, then language selector, PIWIK probe
        and global search services are removed.
        Uses: online_transform.xsl transform
        
        ./get_tree.sh $lang $productVersion $workDir
        Creates the contents.js from localized TREE files
        Visible in Contents tab of the HTML page
        Uses get_tree.xsl transform
        
        ./get_media.sh $lang $productVersion $workDir
        Copy several auxiliary files for navigation
        Copy HC2 media files
        Copy galaxy icon theme for HTML pages
        
        * minor change in file name hid2file.js
        
        Added 2 more small scripts to show how to build local and online
        
        ./makelocal.sh
        ./makeonline.sh
        
        Languages depends on the languages available in
        $(WORKDIR)/HelpTranslatePartTarget/, and includes qtz.
        
        will handle special case of en-US later
        
        Change-Id: I0b7fdf5e1460070413eb2303f8d69b2b85a40c3e
        Reviewed-on: https://gerrit.libreoffice.org/44114
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [0bc9547ff7ad219ae591b645052152b71cc76f6e]

        ofz#3886 Integer-overflow
        
        Change-Id: I5f7ee16e8b05d7bb7e15ca26e0902ad0c1fed2de
        Reviewed-on: https://gerrit.libreoffice.org/44164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [47efda5b9c95c89cf4dd4c4e7479a555a7615f91]

        de-sal_uLong egif
        
        Change-Id: I4d18c60f618d2b3c04ad256324ee2620cc583775
        Reviewed-on: https://gerrit.libreoffice.org/44162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Laurent BP  <laurent.balland-poirier@laposte.net>  [f04c354a8288e2f60685e55cf89e5e580beb1c1a]

        QA test of StandardColor
        
        Change-Id: Ib5b414d533ea3dcce55f4e6a02f329e98acf6e83
        Reviewed-on: https://gerrit.libreoffice.org/43791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-01  Laurent BP  <laurent.balland-poirier@laposte.net>  [a4bf4aa86d5560bd7bd740d4a9637e5c637c9116]

        Make StandardColor and sErrStr static
        
        StandardColor cannot be made const because GetColor returns a pointer on it
        
        Change-Id: I974b1463012431069910db32a2cd7280b5d0b17e
        Reviewed-on: https://gerrit.libreoffice.org/43790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-11-01  Michael Stahl  <mstahl@redhat.com>  [30a258e92a9060061e2f8a0c7cbde2bcc511c4bb]

        gbuild: ExternalProject: improve NMAKE handling
        
        - move actual variables into com_MSC_class.mk
        - use export ... && to set the variables, so they affect all subsequent
          commands, not just the first one
        - clear MAKE as well, as that is apparently used by nmake, but can
          only point to GNU make
        - set CC, because nmake apparently can interpret C:/Progra~1/.../cl.exe
          etc. etc. as a "C:" command with some additional arguments which only
          changes the current directory, without even invoking the shell, which
          tends to cause profanities to be uttered for extended periods of time
        
        Change-Id: Ia7b1e6a70d6ac116d4ef0312d2aa1a4747fb8cbf
        Reviewed-on: https://gerrit.libreoffice.org/44159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-11-01  Takeshi Abe  <tabe@fixedpoint.jp>  [36f8be6ceefa94aa49efe3577cef5b2969ef1950]

        sfx2: Simplify RegionData_Impl's code with std::unique_ptr
        
        Change-Id: I87dba62abc48e70cfb019ddaa4cc93779ee844b5
        Reviewed-on: https://gerrit.libreoffice.org/44155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [79358b117293e1c44efd4774bdd7095a1306af95]

        ofz#3948 Integer-overflow
        
        Change-Id: I4bb7d6012b18221706b05c4c8a4e09e6aac1dac6
        Reviewed-on: https://gerrit.libreoffice.org/44119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Tor Lillqvist  <tml@collabora.com>  [801caa883d8db7406c15dafdb93bd75cdcfafd7b]

        meSysLang and mnStdScNumFmt can be a const members
        
        Change-Id: I7accd5b402753ffaadad53ae1f0fed0122e636cf

2017-11-01  Tor Lillqvist  <tml@collabora.com>  [7d47e6be058e5e34edd6334fc10d85cd69e0e173]

        Bin unused nHoriVerti
        
        And nHorizontal and nVertical should be made into an enum or
        something.
        
        Change-Id: I2fa1d923d9e007fb07e0e9f3d68b138347b1dcb2

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd8060ddc418942d51bb07313546fe849aac9d39]

        loplugin:finalclasses in h*,i*,j*
        
        Change-Id: I3b5f319a88dbe6a9c2ffbfdf991345beda9a2fcd
        Reviewed-on: https://gerrit.libreoffice.org/44154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [af318eeb4e23694e17b09b902afb98ddf9da9b7b]

        tdf#113304,filepicker: encrypt w/ GPG only when it makes sense
        
        remotely gpg4libre-related
        
        Change-Id: Iec6f1ca04e55c8d66e65bb8d349b613b66ad1c69
        Reviewed-on: https://gerrit.libreoffice.org/44137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [cc25d8a34354c0058356127a6643c39f7d59de77]

        -Werror,-Wunused-private-field
        
        Change-Id: Ibd054f53040a95dfd9221152dea7f74015679db9

2017-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2884d57d4717afc3c31baee0ebc4a3e8b1c1d2f2]

        TSCP: Support DocInfo.Custom field for ODP file format
        
        Impress has a limited support for fields - this includes support
        for DocInfo.Custom field, which shows the user defined custom
        fields that are used in TSCP. This commit adds minimal support
        (only what is needed for TSCP) for DocInfo.Custom field but only
        supports string fields for now. It is not possible to add the field
        manually, at least not until the full support is added.
        
        Change-Id: Ib3b73ab22fd4fe65ab6fb5173fe035a3359deea5
        Reviewed-on: https://gerrit.libreoffice.org/44041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2d928a87788644f7c6d46b70ab03bc13a8bf89d3]

        TSCP: simplify key creation and detection
        
        Change-Id: I5f87e77cf529d1c4d37ea55b8858c374a66ea9e4
        Reviewed-on: https://gerrit.libreoffice.org/44018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f0306eee4d3ef8322c511a0bc642f0d907a2e83d]

        TSCP: extract some functions, simplify code
        
        Change-Id: I993b272b0976e857506041794f5c00183e5854a9
        Reviewed-on: https://gerrit.libreoffice.org/44017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [7ca48ce45d8c941587e296f34cba98509e35a5b5]

        OUString: avoid temporaries, constify
        
        Change-Id: I595b90b16c2c2a60a61811878ad06ae729a8943c

2017-11-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [6ee4f63438a2ea7a56a821373679aa56814b2582]

        Simplify OUString and return early
        
        Change-Id: I783b3fda560cddbbf5c196d20db6323972f62402

2017-11-01  Mike Kaganski  <mike.kaganski@collabora.com>  [5a5953b90cd2ba5eaeddc9ba450e3f3ac9dd771a]

        Winreg configuration layer: use writeAttributeValue for oox:external
        
        Change-Id: Ib15250c738f98b26adf9745d453a8d22189b271e
        Reviewed-on: https://gerrit.libreoffice.org/44153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-01  Stephan Bergmann  <sbergman@redhat.com>  [14d9b07fb5d5895b056fbf8dd47c3b326f200f55]

        -Werror,-Wunused-private-field
        
        Change-Id: I4ba10f68cf87315a9a3f6970338b8d9f6ac7a62c

2017-11-01  Julien Nabet  <serval2412@yahoo.fr>  [fedb29b305a73dc471ce7035406b5dc489011972]

        Replace some lists by vectors in generic/print (vcl)
        
        Change-Id: I1fdbdbb62a30a3bd81b7e24bf15c8ccb64a2ef44
        Reviewed-on: https://gerrit.libreoffice.org/44151
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-11-01  Serge Krot  <Serge.Krot@cib.de>  [508797b6734d0798f5ea903bf6fb516b58780e4e]

        sw: enable rtf export tests also for Win32
        
        * seems they work fine
        * also one unit test was enhanced
        
        Change-Id: Id5de81460c1bff9afb648a6c7a940f2bdec938b1
        Reviewed-on: https://gerrit.libreoffice.org/44141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-11-01  Yousuf Philips  <philipz85@hotmail.com>  [1b3ea55ab3546a9e32d92de6533d93255ae7c85d]

        impress: notebookbar_grouped full and compact
        
        Change-Id: Ic128be38d25937bfda5599602a201892d0d3a8bb
        Reviewed-on: https://gerrit.libreoffice.org/44139
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-11-01  Mike Kaganski  <mike.kaganski@collabora.com>  [ce8536ad3cfd00242c4fa7642e59374c0c5812f3]

        Winreg configuration layer: support oox:external values
        
        Change-Id: Ie03cd4e351de62bf298009e220ed25338dc42f62
        Reviewed-on: https://gerrit.libreoffice.org/44148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-01  Mike Kaganski  <mike.kaganski@collabora.com>  [42118724a713ceb9382432ddb5cf370b44e58bf3]

        Use std::unique_ptr more
        
        Change-Id: I0340a3d0a5dec4f88c78cb1e0eff9d981761ac7e
        Reviewed-on: https://gerrit.libreoffice.org/44127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-11-01  Julien Nabet  <serval2412@yahoo.fr>  [18537be0cd5a50cd9a2853a8e06660c820c2e7f8]

        Replace some lists by vectors in deployment/registry (desktop)
        
        Change-Id: I264a8b4d8fc90f647d5a6f1aef4a190353d494e5
        Reviewed-on: https://gerrit.libreoffice.org/44143
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbf1312b2d775a851a38290e3c12c677f6acbfde]

        loplugin:finalclasses in lotuswordpro
        
        Change-Id: I09a570741f5801980ae07fb90835e543519df046
        Reviewed-on: https://gerrit.libreoffice.org/44135
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [6084ca8a637abb57b3d7236c303e22afa6423b43]

        loplugin:finalclasses in mysqlc
        
        Change-Id: I3f0ae04c30e863c123404c6e99f7ae27bc5715c7
        Reviewed-on: https://gerrit.libreoffice.org/44134
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [7d8d7ebbc69015166f4dea22748e6c8586d51013]

        loplugin:finalclasses in oox
        
        Change-Id: I12c274877a0975971863456e9abdcb811ee2bd80
        Reviewed-on: https://gerrit.libreoffice.org/44133
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee1d6af9b73256e13975ec4e95aff6d69a00fed9]

        loplugin:finalclasses in package
        
        Change-Id: I020ea1f3bea5c3deab05b9a2154102548c7622cf
        Reviewed-on: https://gerrit.libreoffice.org/44132
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [5d618d73ed8669a75b7b01774f6ea51e99e5b740]

        loplugin:constantparam in basic,basctl
        
        Change-Id: If918c42d4b82d78c07786cfa47c74d0dfb7493d6
        Reviewed-on: https://gerrit.libreoffice.org/44131
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [094542511fae905106a9daa19c049ff669e61bdc]

        loplugin:constantparam in basegfx
        
        Change-Id: Ieabdd6f8d76cfc2ed75f2ec618def6591a9adc93
        Reviewed-on: https://gerrit.libreoffice.org/44130
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a284d1f98069f55d5211882431f516691c2a6f0]

        loplugin:constantparam in c*
        
        Change-Id: I10c7b62e6458062324367b94b207f776af79f598
        Reviewed-on: https://gerrit.libreoffice.org/44129
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c9b5a901dcbb430bbf225ed0a2d7a286b1d5185]

        loplugin:constantparam in connectivity
        
        Change-Id: Ia13d0931bbdf642fe04119ea1112788fb143eba8
        Reviewed-on: https://gerrit.libreoffice.org/44110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [c45a3488af6455a3b307f9e64bed41d23b3bae53]

        loplugin:constantparam in d*
        
        Change-Id: I65c395157d2b68a549a6fecf9abf1fd46446d960
        Reviewed-on: https://gerrit.libreoffice.org/44109
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [dae6ba564fcf20299b7a560aeb346efc84364d41]

        ofz: Divide-by-zero
        
        Change-Id: Id6153afbfd04ac2eafc8a8670144e157cb527538
        Reviewed-on: https://gerrit.libreoffice.org/44126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8ea346b87c8f62d93bec283515abae8db36a08ed]

        TSCP: don't modify the class. object, delete and create a new one
        
        In Impress advanced classification, a new text object is created
        the first time and added to a master page, and then later,
        if changed, the object ismodified. The modification however
        didn't work, so instead of modifiying, try to delete all text
        objects (identified for classification) from the master page and
        then create a new one from scratch.
        
        Change-Id: I2263949a1c08e98ce066883648d866175f42c91d
        Reviewed-on: https://gerrit.libreoffice.org/44016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [013618308c2d24702de18c12922931b130b6fade]

        ofz#3934 Integer-overflow
        
        Change-Id: I2c58cca6f01d7c50244dfec6acdfaa988cdbaa07
        Reviewed-on: https://gerrit.libreoffice.org/44102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [aab1018339fba9e6c618a17dfb2a01464555c4dc]

        ofz#3939 Integer-overflow
        
        Change-Id: Ic35cf6dd77d536ba3ab486b1c752d81037fe7cae
        Reviewed-on: https://gerrit.libreoffice.org/44103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [b3788aeede87fdbe8566d223bca80ef1a5d48845]

        ofz#3953 Integer-overflow
        
        Change-Id: Iaf50389680926989170340982337d1e760a2ec3a
        Reviewed-on: https://gerrit.libreoffice.org/44120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [18dc74eb341bab121caac37b2525bc332a20324f]

        ofz: Integer-overflow
        
        Change-Id: I29dbad16a8098ca93af0fda461d151cd310eef4c
        Reviewed-on: https://gerrit.libreoffice.org/44124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-11-01  Caolán McNamara  <caolanm@redhat.com>  [d4dba27466b0f89226b073277c3ffc48161bd9e8]

        ofz#3951 Integer-overflow
        
        Change-Id: I30a6b7c00cc7895ed4c307fe0bbe685bd29217ed
        Reviewed-on: https://gerrit.libreoffice.org/44121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-31  Andras Timar  <andras.timar@collabora.com>  [e90329ff3896cf33528b47830f49fcd05590bd6a]

        typo: xs::boolean -> xs:boolean
        
        Change-Id: I4a7df6bf56a5b8367d3717fc4e48b535e829e96f

2017-10-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3bb58b6b42ca4b96dfbe2c3ac82f77a8e98b7db6]

        Fix typos
        
        Change-Id: I89d6849a166a245eec7654ea6e1cfd62ee0c3c60
        Reviewed-on: https://gerrit.libreoffice.org/44138
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-31  osnola  <alonso@loria.fr>  [2ab246dee99cc94957647cde44515e97b854aac0]

        redland: pass opt. flags to configure
        
        Change-Id: Iab2e324ce1b7a7b64970b30314f1078d7e1d6ba5
        Reviewed-on: https://gerrit.libreoffice.org/44112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-31  osnola  <alonso@loria.fr>  [73419efbe2402a78354615a4b564674a02741eee]

        openldap: pass opt. flags to configure
        
        Change-Id: Iffd71c9d662a0461ea663979e0c4a5bd8760d56a
        Reviewed-on: https://gerrit.libreoffice.org/44111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-31  Aron Budea  <aron.budea@collabora.com>  [a83a0345e493b928b0b0b93bf106ddb71df69893]

        tdf#113548: another case of crash in GrabFocus during dispose
        
        Change-Id: I70776b80f70985a122e28854177c6d0c43839d65
        Reviewed-on: https://gerrit.libreoffice.org/44113
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>

2017-10-31  Justin Luth  <justin_luth@sil.org>  [97ffdd33cae49f9fd039206cbcd6fc0a10bb1757]

        related tdf#82065: tinderbox failed - give some unit test allowance
        
        Change-Id: I64e29a1b4a90ae3a840659c9636b921661397c1f
        Reviewed-on: https://gerrit.libreoffice.org/44108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-31  Szymon Kłos  <szymon.klos@collabora.com>  [fcb532e730d9f2d4d1a70a33797f60186c651a61]

        Watermark: set Auto size
        
        Change-Id: I8800094387ec5fdc49e21c7c02bfc419f13998ed
        Reviewed-on: https://gerrit.libreoffice.org/44104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-31  Jean-Pierre Ledure  <jp@ledure.be>  [6ceed2e47bf5567c3e01e2cc9bffd566958848ba]

        Access2Base - Correct parsing error in Module
        
        Error occurrs when function name starts with "REM"

2017-10-31  Caolán McNamara  <caolanm@redhat.com>  [f550ed4db708bd892b75bead4731bd67d30a8949]

        ofz#3932 Divide-by-zero
        
        Change-Id: I912e082826f8433254edafe146bf5e746fdf914a
        Reviewed-on: https://gerrit.libreoffice.org/44100
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-31  Caolán McNamara  <caolanm@redhat.com>  [6b61c3f7fdcdd8721bf51c39fdcce7e9851a6686]

        ofz#3935 Integer-overflow
        
        Change-Id: I2f79eaf7887b48a6aab2041ac7949a62c4bce256
        Reviewed-on: https://gerrit.libreoffice.org/44101
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [933ee1db1b8e136c931df0f7e32bd20f0d87d5be]

        sw: fix loplugin:redundantcast warning
        
        Change-Id: Ibf4c817b97083b838fb81c2eb8deff3b9167589f

2017-10-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [37eab9181cdd099935148bc911163f861a2c8d3f]

        msc-externals: don't attempt to chmod nonexisting files
        
        440ac656f783a7a5e33431410a1c038b7d04c42e forgot to also guard the
        chmod and thus 64bit builds on windows fail when attempting to sign, as
        in this case there is no cross-compiled explorer extension and the dlls
        are not copied into instdir
        
        Change-Id: Ie17a079b64256d3ef0bf253bdda6cfe722dac3e2
        Reviewed-on: https://gerrit.libreoffice.org/44076
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-10-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [71d9a61302e65fe091cf70c13fa72b3df09b7e3a]

        tdf#108580 ship universal crts with the program as workaround
        
        the universal crts redistributables are available as part of the Windows
        10 SDK. Point to the dir (or a copy of the dir) using --with-ucrt-dir
        
        Use --without-ucrt-dir (or --with-ucrt-dir=no) if you don't want to ship
        them as part of LO and are annoyed by the configure warning.
        
        Change-Id: I5487e3f6e583222fa053b2fc03176f061d57746c
        Reviewed-on: https://gerrit.libreoffice.org/44074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-10-31  Andras Timar  <andras.timar@collabora.com>  [b8d1944111bad07c105e94c82baf5f699a5b9688]

        typo: compelete -> complete
        
        Change-Id: I999e57473b4b25cb73224947f3f3173288300f9f

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [2bf2541c6b849a5153462327f8d167a386464dda]

        loplugin:finalclasses in reportdesign
        
        Change-Id: I6fab8ce7d1c9a5e52a981dc7530fafb2373e27f6
        Reviewed-on: https://gerrit.libreoffice.org/44098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [e54f4cc24d29fe133a5eaae90515f74c64644159]

        tdf#113530 LibreOffice hangs when pasting a few columns
        
        regression from
        
            commit d6fb5ca5661195520ca7a7ca2d0145a1e11be099
            dyncolcontainer: use ScCompressedArray for pColWidth
        
        Change-Id: I3d8b71e7df581346d4a52204cb1230fb80c6e8bb
        Reviewed-on: https://gerrit.libreoffice.org/44099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [1970a686273c5d4fc1eeb4430283e37085d9f647]

        tdf#113408 RTF import style dedup: separate paragraph and character handling
        
        The problem was that the paragraph in question had no left margin, while
        it should have one. The reason for this is that the style deduplication
        logic took both the current paragraph and character style, but the
        direct formatting only contained character formatting, so it tried to
        emit the default values for all paragraph formatting.
        
        This started to show up after commit
        657c6cc3acec0528209a8584b838cd6de581c437 (tdf#104228 RTF import: fix
        override of style left/right para margin, 2016-12-13), but the root
        cause is much older, it was there since commit
        321d7ec2071472b3765a00806715e7ad9f8a306f (fdo#82078 RTF import: fix bold
        text spilling over to non-bold text, 2014-09-06).
        
        Change-Id: If03240a85cc9de89afe9111c2d29de2672e407bf
        Reviewed-on: https://gerrit.libreoffice.org/44097
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f798ed25645b3b1c2e5100a6353cfbc4650becc]

        loplugin:constantparam in editeng
        
        Change-Id: I0a07326d5b63e82ef16e02f75fd8523e3b73e1f4
        Reviewed-on: https://gerrit.libreoffice.org/44096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [7383ab517030db0c2d7bf4f393f38743fbcaba04]

        loplugin:constantparam in f*
        
        Change-Id: I87145db3af6c3eb180cea6b4244f98b00205a306
        Reviewed-on: https://gerrit.libreoffice.org/44095
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Rene Engelhard  <rene@debian.org>  [29adb38857d1b1cfb486d5da958b12895a1e6120]

        Revert "Up the required mdds package to 1.3.0 (latest)."
        
        This isn't actually needed.
        
        This reverts commit 33a3de2f0ce2b18d8149dc68c3de16541adfc530.

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb5d232342b1d0f596b6e9c5f8df740a6ec614ff]

        loplugin:constantparam in i18nlangtag
        
        Change-Id: I148a47a9b63b78651ec18cd947f45b8f4dbb9345
        Reviewed-on: https://gerrit.libreoffice.org/44094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33a3de2f0ce2b18d8149dc68c3de16541adfc530]

        Up the required mdds package to 1.3.0 (latest).
        
        Change-Id: Idce0a561c8fc163450504d1570a16cad2f0faf09
        Reviewed-on: https://gerrit.libreoffice.org/44078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [693d40fed862614e05fbad167f7f09005683d6da]

        loplugin:constantparam in oox,registry,reportdesign
        
        Change-Id: I914fa6c6ef2f660eb6b8570c9c5f86cef477be80
        Reviewed-on: https://gerrit.libreoffice.org/44093
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0cf07d3da5245e594f8f1ad11479e85bd15b88f]

        loplugin:constantparam in sd
        
        Change-Id: I1c5e5a26d343ac3aa244d7b053f2ec6922edbb21
        Reviewed-on: https://gerrit.libreoffice.org/44085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [773376103a07bf6254cef1c47f3c850d1c517688]

        Removed duplicated include
        
        Change-Id: I492238cb7c16f240010266765a342c3514f989a5
        Reviewed-on: https://gerrit.libreoffice.org/44061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-31  Takeshi Abe  <tabe@fixedpoint.jp>  [c1316dcae2b30e626b0c0f134120f9522df93744]

        sfx2: Kill dead code
        
        which has been obsoleted since 387a35cedd74fee295dfeb2ad59a74cd8dabc451.
        
        Change-Id: Icd3f0044ea67b0cecf4491399e875197282ea476
        Reviewed-on: https://gerrit.libreoffice.org/44106
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-31  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f55a9b77b8bfe6fc5e0fbceb0c89aed66660e107]

        RotateFlyFrame2: Unified FrameAreaDefinition
        
        Isolated all Frame AreaDefinition and it's layout flags to
        SwFrameAreaDefinition class which is now base for SwFrame.
        Adapted calls to get/set and WriteAccess hekper classes accordingly.
        This allows much deeper understanding what Writer is doing when
        layouting it's frames and needed when reaction on such changes
        is necessary
        
        Change-Id: I96220a1d140e69c76cc63023aae26e4ed17f3504

2017-10-31  heiko tietze  <tietze.heiko@gmail.com>  [420452e56c2f18b85e6a59dbba80c06d96e28abd]

        tdf#67670 Change default column spacing to 0.5cm
        
        Change-Id: I12cf2abb5ed415425e0ee83bc92542ad74cb787c
        Reviewed-on: https://gerrit.libreoffice.org/43964
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-31  Gabor Kelemen  <kelemeng@ubuntu.com>  [3c2e060f114c1e6d883af1fe63515b07ac886a5c]

        Fix Wizard HIDs moved off by one
        
        In commit b3f96d2ccba362a2898bc3a4d365ce7c4d0698e2
        I made a mistake that caused a lot of Wizard HIDS go off by one
        i.e. they were attached to the next UI item.
        I noticed this in the Fax wizard.
        Adding one more empty array item seems to fix this.
        Problem was caused by the replacement of this line with an empty item:
        "", "HID:WIZARDS_HID_IS_BTN_NONE", # HID:41002
        
        Change-Id: Id7df502ac843ab0e572ca59a046f5bacdda7e9bc
        Reviewed-on: https://gerrit.libreoffice.org/44075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-10-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [73f57984110a3c5bb19168dd0789c0c3c809b24e]

        TSCP: proper collecting and applying of paragraph and text weight
        
        Change-Id: I22edc4adb87706a176c3afa3500963c4a5b46ee7
        Reviewed-on: https://gerrit.libreoffice.org/44015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-10-31  Caolán McNamara  <caolanm@redhat.com>  [13d79459e5d30b927f50885d42f7ce404124a2d0]

        ofz#3931 Integer-overflow
        
        Change-Id: Iab9e4c300e0b860d7fac5274b7ca6345c56343f8
        Reviewed-on: https://gerrit.libreoffice.org/44072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ad6957dc12c0667a69ca6b8361ccde490f9c1da]

        loplugin:constantparam in sfx2
        
        Change-Id: Id52809401fb848d7169a665903e67ba28f4af598
        Reviewed-on: https://gerrit.libreoffice.org/44084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Julien Nabet  <serval2412@yahoo.fr>  [c2b018b94408703aef4e5d3429a9c0ab826f5b7c]

        tdf#113519: fix crash by releasing returned unique_ptr
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=19910c461230f70bb9e98ad44db3525f0d755724
        tdf#112658: fix leak when calling TextEngine::SetAttrib
        
        Change-Id: Iee82196ca10d82e898d8806a11874c3bedc28895
        Reviewed-on: https://gerrit.libreoffice.org/44077
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [2891ee3e4e8b7e1b519de99ae74603c0197a2e40]

        Updated core Project: help  305f83a24245f6e8889a33bab2f8d4657b8b2767
        
        Fixes on help page of chart 3D View
        
        - Add missing bookmarks
        - Add missing ahelp
        - Fix a broken bookmark
        
        Change-Id: I6a1c90dc7fd5677907e25f50fe0b5e942902fc47
        Reviewed-on: https://gerrit.libreoffice.org/44091
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [48e65ffefaa8489d8e29355f52a0236bff27916e]

        Updated core Project: help  f3adeb50a47416d9f36285ffc1744db4a770b5ad
        
        Fix bookmarks in Fill Random Number page
        
        - Add missing ahelps and bookmarks
        - Fix menu path
        
        Change-Id: Ibf8b8775aa90922645fbc445ff5c987e5110c692
        Reviewed-on: https://gerrit.libreoffice.org/44090
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [5533f323e8678bde23f3723920e29239a3079519]

        Updated core Project: help  21af07ced40ccb60932beb54d0fa2a23459ca252
        
        Drop some duplicated ahelps without bookmarks
        
        Change-Id: I04c5a607dd5196ec7daac2a66c382f99f950534e
        Reviewed-on: https://gerrit.libreoffice.org/44089
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b413caadfbe68b278ca5ba33b6d204687586ea9]

        loplugin:constantparam in sal,sax
        
        Change-Id: I7ca2fd05d1cf61f9038c529a853e72fedb1c9ed0
        Reviewed-on: https://gerrit.libreoffice.org/44087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [e64baee9194f2bd3b7ad5e67fcab1102433fec9b]

        Updated core Project: help  a88e4cf568578b9b4eff34b6e4ae0f2b01c710ad
        
        tdf#113249 Update Fill Sheets page
        
        - Fix page title and command location with plurals in menu command name
        - Extend description with information about pasted content location
          as requested in the bug report
        - Highlight the information that this works only with two or more
          selected sheets
        - Fix text pointing to the page Paste Special
        - Remove redundant bookmark
        
        Change-Id: Iaf700d1ed096ffff6a829e7bb32abd29a75365b7
        Reviewed-on: https://gerrit.libreoffice.org/44088
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [b1588a085e30cf6197d6d9659dae7e7c1716e460]

        Updated core Project: help  284c7122cb4aeaff14b6b9017fcccf81968f5fd5
        
        Fix the Fax Wizard HID mess
        
        Some bookmarks were missing, most were misplaced
        
        Change-Id: I5663999f874fe554cd74bb9b76f0fb9dae83852a
        Reviewed-on: https://gerrit.libreoffice.org/44092
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-10-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8c95a8e0eaf83cd7205b61a9a29eff9d0fedbad5]

        Changed "CAREFULL" to match all the rest
        
        Change-Id: I483b259c74cdfd23414982f7c18de239345b4cd7
        Reviewed-on: https://gerrit.libreoffice.org/44062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-10-31  Takeshi Abe  <tabe@fixedpoint.jp>  [9d135a7f7d7e2f0585d76f1426edf4a17b6f10c8]

        sfx2: Kill useless mutex guard
        
        Change-Id: Idcbb1eff983bb82d29b8e53f09c0b7e73a8aab39
        Reviewed-on: https://gerrit.libreoffice.org/44046
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [f6cfbe8a1f9dc8535a69e2ad0c21e87c2a63a82a]

        loplugin:constantparam in sc
        
        Change-Id: I2a55811f1741341c30f84ea3d010cc12eb6f2df9
        Reviewed-on: https://gerrit.libreoffice.org/44086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [05fbb25379516f529dde9400104d402c51ec2f2c]

        convert XclStrFlags to scoped enum
        
        Change-Id: I1127e8231820d093cddc87762dc5d3735c3fce7b
        Reviewed-on: https://gerrit.libreoffice.org/44055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [7fed35ff43d6e8c1e838c6fe582edd308692bab0]

        loplugin:constantparam in svl,svtools
        
        Change-Id: I0d7c1dff2646e483c866f547224c60838b221c4b
        Reviewed-on: https://gerrit.libreoffice.org/44083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [4cfcf965b5c95b1ba7dd454e9dda954e8315b8a9]

        ReleaseYieldMutex is always called with true
        
        so drop param and rename to ReleaseYieldMutexAll
        
        Change-Id: Ic4fcee24d46405659e54363c87f21d88696b0ce1
        Reviewed-on: https://gerrit.libreoffice.org/44057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-31  Justin Luth  <justin_luth@sil.org>  [0d6b4f5f6946cdadfe2a09946df90fa08f3588d0]

        tdf#82065 strict docx import: add support for LN_CT_Ind_start
        
        Change-Id: Iaddd9e852388f5bb076c4bc6f8eee8a256581033
        Reviewed-on: https://gerrit.libreoffice.org/43985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-31  Jan-Marek Glogowski  <glogow@fbihome.de>  [45f76baf6d7f38849e2972b7d0931f4046723f7e]

        Refactor SwBaseLink member variables
        
        Change-Id: I5752ff69c4978278d597360a34657e380d71ee4c
        Reviewed-on: https://gerrit.libreoffice.org/43907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-31  Jens Carl  <j.carl43@gmx.de>  [13c5dd1d98a480cb01ca8f24242c80e326e4ade8]

        Rename class from ScAreaLink to ScAreaLinkObj
        
        Rename class for sc_arealink so it aligns with the rest of
        sc unit tests objects.
        
        Change-Id: If8b8497d841e0c3215a55171a1aa036718f8b387
        Reviewed-on: https://gerrit.libreoffice.org/44038
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-31  Jan-Marek Glogowski  <glogow@fbihome.de>  [5631652200a1261e4fee8e51cca238a35b465d14]

        Drop bDelayed from SwNodes::MakeGrfNode
        
        There is no caller, which sets bDelayed. The comment
        "// create object delayed, only from a SW/G-reader"
        doesn't help me much either.
        
        But in case of a linked image, it seems appropriate to just drop
        the empty image and use the delayed SwGrfNode constructor.
        
        At least a linked PDF and PNG still work.
        
        Change-Id: Idff5599ac0ff04c3efcb141c731c0ee1cfa747de
        Reviewed-on: https://gerrit.libreoffice.org/43908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-30  Yousuf Philips  <philipz85@hotmail.com>  [60a03d97bc35c02cb1eff0e4a02b6f37fd1a6a34]

        tdf#103317 Add 7 new Impress templates and restore 2
        
        * Restore pencil
        * Restore LushGreen, but updated version
        
        Change-Id: Ic80d3c57028432f1b3ee88813622aa34ffd72dd9
        Reviewed-on: https://gerrit.libreoffice.org/43973
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [666fd212e19af06c9fddb4a3c4a381847a0de402]

        Update mdds to 1.3.0.
        
        Change-Id: I0d3278c4247049db828d85fd1b269476a8e53223
        Reviewed-on: https://gerrit.libreoffice.org/44068
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-10-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [26dce73a1a7005c4d5359b6d1f6b56b5f0b43378]

        Fix typo
        
        Change-Id: I51351518d4df9fbe44f70cbcea92b360f1acc94a
        Reviewed-on: https://gerrit.libreoffice.org/44060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [09ff53105c1de5b68a1665d1211c710e64aab174]

        Fix typo
        
        Change-Id: I84e5d836bf43a07e9ba88f73a498930b6ad38d72
        Reviewed-on: https://gerrit.libreoffice.org/44063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [88a8a46df82b2a9cc88ffbabeec798f832906ade]

        Fix typos
        
        Change-Id: I46901a54c204d5d2848316e80cbf7b867b4a712b
        Reviewed-on: https://gerrit.libreoffice.org/44065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [4cf7aa923d4e3ac551a6661798e9f9a9aabe7eeb]

        add numbering provider to services
        
        Change-Id: I3ab0f854689bd6a8fe862bbc06d488dd2157d297

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [f0379091790d47c6c671d1f27ec5b17b1630f9d9]

        Werror=misleading-indentation
        
        Change-Id: Iaf7953671a4b04ac8068ed9df499b311600f742e

2017-10-30  Jan-Marek Glogowski  <glogow@fbihome.de>  [620492ca19d1e5c34312b49f3d4fef24a928412a]

        Constify some VCL interface functions
        
        This drops the bPaintEnd optimization for vertical and horizontal
        lines on Windows, where Polyline and LineTo exclude painting the
        last pixel of the line. Instead we just always set the last pixel.
        
        It also merges the various "SetPixel" call sites into a common
        drawPixelImpl function.
        
        Change-Id: I01cc3c01c908ba74f7978fa90eaaf8d88f923ae3
        Reviewed-on: https://gerrit.libreoffice.org/43939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-30  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [28c0bd6379c0c40bcaf3ab994ef5aee711fe58bb]

        TSCP: classification edit box doesn't need to be that high
        
        Change-Id: Ib6c0dc1b4363377b03934a9b1a296a013183a714
        Reviewed-on: https://gerrit.libreoffice.org/44014
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9c956f2716c58e2573a9ac07073f712d736ed02]

        tdf#113520 sw split sections in tables: avoid empty page after content del
        
        The problem was that since split sections are allowed in nested tables,
        deleting enough content so that the full content of a page is removed
        results in an empty page, having only a 0 height table.  I.e. the split
        section gets removed properly, the inner table (and its row and column)
        as well, but the outer table is still there, though it is marked to have
        0 height.
        
        This results in a situation that the previous page doesn't have free
        space (the in-table section tries to take as much space as it can), but
        on the other hand we try (and fail) to move the 0 height table on the
        current page to the previous one, as it doesn't have free space. At the
        end the "empty" page still has an invisible table frame, so it is not
        removed.
        
        Fix the problem by allowing the move of a 0 height follow table frame
        from the current page to the previous one, even it has no empty space.
        
        Change-Id: I2a5fac88b8b7dc2b91d041b58a4ad1b328f56a6b
        Reviewed-on: https://gerrit.libreoffice.org/44059
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-30  Yousuf Philips  <philipz85@hotmail.com>  [0c364fa7d507ae41bf04d36464f8942d154e49c0]

        tdf#91781 Collect form commands into new Form menu
        
        Change-Id: Idf5304a7fd5f8e82fc76b7f0eb6fc1482be0fb85
        Reviewed-on: https://gerrit.libreoffice.org/44028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-30  heiko tietze  <tietze.heiko@gmail.com>  [f8a754e49cac05c356abddb3d22d03874f1bec7d]

        tdf#101349 Default table styles
        
        Change-Id: Ia86c66ce1954172f62e7484908cbe7aaf8b13311
        Reviewed-on: https://gerrit.libreoffice.org/43986
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-30  udareechk  <udareeck@gmail.com>  [f9b3a1db585e103bb93be0b5954de6858ad42c51]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Removing unnecessary 1L occurrences
        
        Change-Id: I85d4949eacde0dfc0ff7a513f4bf42324e6d34c1
        Reviewed-on: https://gerrit.libreoffice.org/42840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-30  Tor Lillqvist  <tml@collabora.com>  [4913a117f8be045b3b1e2f2ef09d7f6a85ff076b]

        'r' means C++ reference, but this mormal local OUString variable is not that
        
        Change-Id: I56d21c3dc09f972a415bbd74dc635b231373d9f3

2017-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a92c62b7d6c57de6df65c35f5052d6c8e9c3e89a]

        clang-tidy modernize-use-equals-default in comphelper
        
        Change-Id: I24a3ecd2ea9fe7e08c92b95aac57a58b922616b2
        Reviewed-on: https://gerrit.libreoffice.org/44054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [21cd473a97a053389e4d69b3becf994ace697c86]

        new loplugin: constmethod
        
        parked in store/ for now, because, as I worked my way up the layers of
        modules, the higher I got, the more false+ I got when trying to only
        make changes that preserved logical-constness.
        
        Change-Id: I4acd2c4416775f7c6a3d91eb0bce048630ccaff5

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [a4fbe0c5922392341aa48c8d6d8be72e1abf0abf]

        ofz#3901 Integer-overflow
        
        Change-Id: Iebb9c82aea61a255b1a5ef4d9f1b66bc0fb17c59
        Reviewed-on: https://gerrit.libreoffice.org/44053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [5be1ff2938321b4e29af32dc1b7eb4b898b250b4]

        loplugin:constantparam in tools
        
        Change-Id: I639fd4f8990b495f8d572a280837afb7054f4837
        Reviewed-on: https://gerrit.libreoffice.org/44047
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [db378d64a9ca8675066fda31f3bd77dc37c52398]

        loplugin:constmethod in vcl and stoc
        
        Change-Id: I7c02eecc16ca7cf89d9f7021116b0226885dbf06
        Reviewed-on: https://gerrit.libreoffice.org/44044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [9ee60319c675087486907707c8a2b18b5c9dc9fc]

        loplugin:constmethod in idl,helpcompiler
        
        Change-Id: I9b328fc0a3ebdd15a646ee6dab800ffbadb1aaef
        Reviewed-on: https://gerrit.libreoffice.org/44050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4eec79bb376b64a9a90de4b6540c90776d3dba32]

        RotateFlyFrame: Isolate SwFrame members maFrame and maPrt
        
        To gain more control over changes of the Writer layout,
        isolated mentioned members and replaced all calls with
        inline methods for read access. Moved to own class to
        also identify 'private' accesses reliably. Added access
        dedicated classes for write access, the only allowed
        way to do changes. Adapted all usages and made test builds
        on logerrit and locally
        
        Change-Id: Ib0b7f852f5176744e860e2aad12dd13c9a906d68
        
        RotateFlyFrame: Migrated from SwFrame::FrameWA to setFrame
        
        Change-Id: I01f7b828fe2134411cc76639e880da46b415d767
        
        RotateFlyFrame: Migrated from SwFrame::PrintWA to setPrint
        
        Change-Id: Ieea3b467f296a190de5b5f47721bef148bebf60b
        
        RotateFlyFrame: Adapted to get/setSwFrame and get/setSwPrint
        
        Change-Id: I6cce40ec49dd5bd32d94fe06b9d2dabd368448be
        
        RotateFlyFrame: Adapted to get methods and WriteAccess helpers
        
        Change-Id: Ife3c1b2391ad7beae8c7f31f796b1454709ddd26
        
        RotateFlyFrame: Moved change executers to cxx
        
        Moved SwFrameRect::FrameWriteAccess::~FrameWriteAccess()
        and SwFrameRect::PrintWriteAccess::~PrintWriteAccess() to
        implementation side and added compare op's for SwRcet to
        write only if needed
        
        Change-Id: I85d0e61009116f4b17d1ce0337e3f0d2cc031159
        
        RotateFlyFrame: Moved change executers to cxx
        
        Moved SwFrameRect::FrameWriteAccess::~FrameWriteAccess()
        and SwFrameRect::PrintWriteAccess::~PrintWriteAccess() to
        implementation side and added compare op's for SwRcet to
        write only if needed
        
        Change-Id: I85d0e61009116f4b17d1ce0337e3f0d2cc031159

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3444a3086c8fe8966953434a7fbe76802df8a149]

        Adapted to get methods and WriteAccess helpers
        
        Change-Id: Ife3c1b2391ad7beae8c7f31f796b1454709ddd26

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [75d4e779e408bd532ddeda2b18923806c920b4a7]

        Adapted to get/setSwFrame and get/setSwPrint
        
        Change-Id: I6cce40ec49dd5bd32d94fe06b9d2dabd368448be

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f6edddfa230d6478571ef67ebdc506c54f589648]

        Migrated from SwFrame::PrintWA to setPrint
        
        Change-Id: Ieea3b467f296a190de5b5f47721bef148bebf60b

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [46d233c026fd104f449bb99c1c6f80de34c9a4c6]

        Migrated from SwFrame::FrameWA to setFrame
        
        Change-Id: I01f7b828fe2134411cc76639e880da46b415d767

2017-10-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [94cf44656492e408ef6c7f6e18deffe519f22018]

        Isolated SwFrame members maFrane and maPrt
        
        To gain more control over changes of the Writer layout,
        isolated mentioned members and replaced all calls with
        inline methods for read and/or write access. Moved to
        own class to also identify 'private' accesses reliably.
        
        Change-Id: Ib0b7f852f5176744e860e2aad12dd13c9a906d68

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f45913394a931f2053c7b1cba52bdfd79a3093b]

        loplugin:constantparam in svx
        
        Change-Id: Ifaad1083b1561b2bd908e798e06fbff8bbabbe60
        Reviewed-on: https://gerrit.libreoffice.org/44048
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Furkan Ahmet Kara  <furkanahmetkara.fk@gmail.com>  [c7660cc543903c26c30d22e70e42deab9573c94d]

        tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: If0ed3929f8faab187327b90e63014720e287e501
        Reviewed-on: https://gerrit.libreoffice.org/43681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-30  Furkan Tokac  <furkantokac34@gmail.com>  [7939e29b4117733005f81960ca792b2629d63212]

        tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I32aab185cd0572353f4d94cfe4b16af25a665ef4
        Reviewed-on: https://gerrit.libreoffice.org/43684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [43199535700b5d7229258f44ceedf3d766102797]

        ErrorCode can be a simple int
        
        Change-Id: Ia0e9cc193be6f49a5a58c2f5ea5c7a5897e8400e
        Reviewed-on: https://gerrit.libreoffice.org/44035
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [56ff9f20827ca760994d409a9fc715a7e93a71bf]

        de-sal_uLong met filter
        
        Change-Id: Ia9c0051f42801e8017469c77bf3d89672a748115
        Reviewed-on: https://gerrit.libreoffice.org/44034
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [baefc8a1d7f01fb4717db72854abc06649335397]

        ofz#3896 Integer-overflow
        
        Change-Id: Ib7d3c8bd1a5db9f6b35e928743a701a9a95403ca
        Reviewed-on: https://gerrit.libreoffice.org/44031
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-30  Michael Stahl  <mstahl@redhat.com>  [236b7e19bb22e11f64765918c153a9ab0a8e53d2]

        git-hooks: don't complain about large .ui files
        
        Looks legit.
        
        Change-Id: I73562d0a8d863868ae717cee97b6497a93df4ee4

2017-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [66eaee557d5d85bb2f4ab243491d639205efa70b]

        sw: prefix members of SwUndoMove
        
        Change-Id: I2938845f3f454c085c3b159b17fb591869eaeac8
        Reviewed-on: https://gerrit.libreoffice.org/44045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [480f72ef456b3d42c584fb198dde5b8f3a10788b]

        Revert "tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed"
        
        This reverts commit bdb9cc1702d4e125db8c379f3b535bbd9f845b95.
        
        Breaks Mac unit tests in sw_ooxmlexport4

2017-10-30  Jens Carl  <j.carl43@gmx.de>  [620f8eb51ec4a03024191c5322206782b1cfb8e6]

        Remove obsolete header
        
        Change-Id: I77ef4bd4a253d4f0722c131f49675e12c3396178
        Reviewed-on: https://gerrit.libreoffice.org/44042
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Jens Carl  <j.carl43@gmx.de>  [bf50220ac0ef2266dca188a4f485746b4cfb4096]

        Fix xsheetfilterable CppUnit assert
        
        Change to Logical NOT operator to make
        clang loplugin:simplifybool happy.
        
        Change-Id: I95af212ea6fa33be2775824322bd64f04d2ac695
        Reviewed-on: https://gerrit.libreoffice.org/44039
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ecdddcc32ce2b003fca43ac2c5ef0668afef8dd]

        loplugin:constantparam in vcl
        
        Change-Id: Ic32e4098dcdae5ca5d7fe2749badedabda86a90d
        Reviewed-on: https://gerrit.libreoffice.org/44043
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-30  jan Iversen  <jani@libreoffice.org>  [dd9c17ae211a8171a7dc84acd9c9dc17cc5b8c48]

        iOS, make list of allowed file extensions
        
        Info.plist import/export file extensions handled by
        LibreOfficeKit, looped through and created var "KnownDocumentTypes"
        
        Change-Id: I479126a8070490e259c81d32f7dbfe437670fb28

2017-10-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [08a43cc97ccf88faa9d3a04afc3aacd2c885a2d1]

        related: tdf#103884 remove gltf/collada feature
        
        Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d
        Reviewed-on: https://gerrit.libreoffice.org/43972
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-30  Julien Nabet  <serval2412@yahoo.fr>  [8d994f83568073eb79ab987069f740c3c940405e]

        Replace list by vector for m_aSubsets (vcl)
        
        + use for range loops for those related to m_aSubsets
        
        Change-Id: I2fa3e3c46394381f5d0bb042481c1884bfe52da9
        Reviewed-on: https://gerrit.libreoffice.org/44033
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-30  Julien Nabet  <serval2412@yahoo.fr>  [cf839137d61ab93b4166fe9ad43a8510836de710]

        Replace some lists by vectors in desktop
        
        Change-Id: Ib1cd2278d1af651b96f07c8831382bba7f51aed6
        Reviewed-on: https://gerrit.libreoffice.org/44037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-30  Julien Nabet  <serval2412@yahoo.fr>  [f06ca1f2af9c789d77e62d25c3030128dc1ba925]

        Following aded98ce3d7a4189a4fa30989505da9427abc83b
        
        Change-Id: Ie3b30ac96d5a00d5326f954423e6a1096c70cbc8
        Reviewed-on: https://gerrit.libreoffice.org/44036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-30  Julien Nabet  <serval2412@yahoo.fr>  [5b6652f3609e9068a73f8382656537a9d74ef8f7]

        Replace list by vector for m_aListeners in gtk3 (vcl)
        
        Change-Id: I97ad632be7340ae7a628026ae8e8c45d813a49e4
        Reviewed-on: https://gerrit.libreoffice.org/44032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-30  Justin Luth  <justin_luth@sil.org>  [9b8a99a1886997f91535ed613e50b3691c716ea1]

        tdf#92524 ooxmlexport: recognize COL_AUTO for RES_BACKGROUND
        
        FormatBackground was always returning the actual color
        instead of AUTO when the color was COL_AUTO because ConvertColor
        is being passed Color.GetRGBColor() instead of just Color.
        
        There are three sections here:
        -XML_fillcolor: looks like it accepts values like "green" and
        "teal". Unclear from documenation whether auto is allowed.
        -XML_srgbClr: only accepts rgb number, not auto
        -XML_fill: needs this fix - test document available.
        
        Since the section can't globally handle "auto", I left XML_fillcolor
        alone, waiting for a proof bug report.
        
        Change-Id: Idecb6a32fba814a6fb3aeb6cc015d793ba6f8cf9
        Reviewed-on: https://gerrit.libreoffice.org/43975
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-10-30  Caolán McNamara  <caolanm@redhat.com>  [d30522e46ca884e9bc74af21711d9537e8118859]

        ofz#3895 Integer-overflow
        
        Change-Id: Ibc90bdad5edf2d382e358dde4a0bfce6e4276584
        Reviewed-on: https://gerrit.libreoffice.org/44026
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [bbfec269bda9906eae66b207987d53bbea969eec]

        tdf#45904: Move Java _XSheetFilterable test to C++
        
        Change-Id: Ib94aeb98c9c659118800b2dcc327c44a77d5fcc6
        Reviewed-on: https://gerrit.libreoffice.org/44019
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [ba93d6aeb73cba64f037a0bd88d96fedb90f3f2f]

        tdf#45904: Move Java _XSheetFilterDescriptor tests to C++
        
        Change-Id: If9bbef199f2c698f9ffeb3d57423b66ebd439a94
        Reviewed-on: https://gerrit.libreoffice.org/43635
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [4200896e36f259a60b3d3288e13ff08d2fda861c]

        tdf#45904: Move Java _XSheetLinkable tests to C++
        
        Change-Id: I0f99c3b4a74748d7f1c73ef584170ae84b08cd9a
        Reviewed-on: https://gerrit.libreoffice.org/43582
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [a0b7cd137aac7529b328c813b011166a78074cb4]

        tdf#45904: Move Java _XSheetOperation tests to C++
        
        Change-Id: I5aaeebd074882bb05a78e6d4057162e1da61d673
        Reviewed-on: https://gerrit.libreoffice.org/43539
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Julien Nabet  <serval2412@yahoo.fr>  [7ff9b44d5d2fc2b641fd28d8878d27051cfd8d25]

        cppcheck: funcArgOrderDifferent
        
        Change-Id: Ic29d1229a9acdc7412159eab72cb245567a76788
        Reviewed-on: https://gerrit.libreoffice.org/44030
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [d56be38352031695951558bf1dffd0a48c84eaca]

        tdf#45904: Move Java _XSheetPageBreak tests to C++
        
        Change-Id: I29111c3495fc9767d1b2c7bab38af5f89b7840f9
        Reviewed-on: https://gerrit.libreoffice.org/43399
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [410515366c466c1f8b0a81d47f8263d278af3a18]

        tdf#45904 Move Java _XSpreadsheet tests to C++
        
        Change-Id: Idb398c87c89aa9b5613b9952bffde5929c1bc76b
        Reviewed-on: https://gerrit.libreoffice.org/43398
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [80003831041fcd718d2dddc9b6409ff50b48facf]

        tdf#45904 Move _XSubTotalCalculatable Java tests to C++
        
        Change-Id: I18199a9cc79e6a109c8de0026b37a67f85cf778a
        Reviewed-on: https://gerrit.libreoffice.org/42265
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jens Carl  <j.carl43@gmx.de>  [a060947e8c1538cedae5dee6b2a4e7a15d434d66]

        tdf#45904: Move _XSubTotalDescriptor Java tests to C++
        
        Change-Id: Ie1ec8879972f77c5278992aadf9324f755859d96
        Reviewed-on: https://gerrit.libreoffice.org/42096
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-29  Jim Raykowski  <raykowj@gmail.com>  [33a617aa43cf552b3a45b8391df28579883cd5de]

        tdf#94464 change text body default line spacing to 1.15
        
        Change-Id: Icf5dec5f57fe80febd61832b6583829ff9e24086
        Reviewed-on: https://gerrit.libreoffice.org/44027
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [bcad55fcc9557b34431df557afb827341f3db51e]

        ofz: Divide-by-zero
        
        Change-Id: I1bf3e17950bda3386514dd5956b89df89565b780
        Reviewed-on: https://gerrit.libreoffice.org/44024
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [4ee4c599a33e4f7c80046a16894674202692b4b4]

        ofz#3883 Integer-overflow
        
        Change-Id: Ie1fd6617d6e598c6e2cfa8a83a0ffe16948e1efd
        Reviewed-on: https://gerrit.libreoffice.org/44022
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [6e4fc0508909af407e595d17b06a6b1d1cb36ba0]

        ofz#3889 Divide-by-zero
        
        Change-Id: If02a4bd6d168e9b1d4574cfc730ecc24011eab62
        Reviewed-on: https://gerrit.libreoffice.org/44023
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  jan Iversen  <jani@libreoffice.org>  [fb88fbbe2b6bb62c4525659299b05aa0964229c5]

        iOS, problem with menu control
        
        storyboard and code had diverted.
        
        Change-Id: I39d3db81f2c133a355c961a24cf7ed1409630b83

2017-10-29  jan Iversen  <jani@libreoffice.org>  [64f9ae5510fa8f17e2ecb93525c413dd25f041b3]

        iOS, added missing link to Info.plist
        
        Added Info.plist to project file, interesting that
        even without a reference xCode uses the file, only
        it cannot be edited
        
        Change-Id: I16094fe8f32f79eb2ea4fe7c758745619b0eb04e

2017-10-29  jan Iversen  <jani@libreoffice.org>  [c8d1c4350b6828f64121ff4a443700a5b9035e9d]

        iOS, tested document open from 3rd party app.
        
        This patch allows integration of 3rd party app.
        if e.g. in mail and clicking on a OO document, LibreOfficeLight will
        open and present the document
        
        Change-Id: I86c77cd3af3aac41fda441b7c5625a2063343971

2017-10-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [feb6cfb1048925ab87485acc4357c3ac23ff944a]

        cppcheck: unusedVariable
        
        Change-Id: I0fcfd512b7abce38a6865c93f6147658b7dfe493
        Reviewed-on: https://gerrit.libreoffice.org/44020
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [f0cc59c02e5d4e275f11c586239e7eb0012a9609]

        undo semi-revert
        
        Change-Id: Ifc332d34d23cdc1bb5be80f7cfe440bdc6a12d23

2017-10-29  Arkadiy Illarionov  <qarkai@gmail.com>  [a6750166cdd9b39f4e948201143c70ea95def600]

        tdf#94695 Replace gethostbyaddr with getnameinfo
        
        Change-Id: I7ac99a6f470998364e9e43b749a0914d8a3fc096
        Reviewed-on: https://gerrit.libreoffice.org/42769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [fc4f2f1b0f8c286e9ae259c44fb249261a8ac47f]

        ofz#3868 Integer-overflow
        
        Change-Id: Id5de484e365567487cdeaf73f9fa88ef5a735e3e
        Reviewed-on: https://gerrit.libreoffice.org/44011
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [dc55f0618cae0e0ec7877eda065cc4b387e16bfb]

        TSCP: skip empty classification sections
        
        When the user inserts some classification text
        into the editbox in the classifcation dialog then
        deletes, EditEng is giving us an empty section.
        
        This is to skip it, since it's completely superfluous.
        
        Change-Id: I522f05d0a270cd2bd9892235ad3cb40a88b295ac
        Reviewed-on: https://gerrit.libreoffice.org/43888
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-29  jan Iversen  <jani@libreoffice.org>  [1f78846481385fed5e65c982e771a5bc72421399]

        iOS, documented DocumentActions
        
        Documented the popover menu
        Corrected to reflect the current menu entries
        
        Change-Id: I41283fe013cc2593e07f53e0e4fc779eff845a66

2017-10-29  jan Iversen  <jani@libreoffice.org>  [ba73d5e72e2eb5d787ae916631c4e3ef430f1008]

        iOS, completed doc of DocumentController
        
        Added "close" menu
        moved popover menu class to own file
        solved clang problem with C headers () is not permitted (void) is
        
        Change-Id: Id4f5053e325e2952171e10b0ca7f995447955748

2017-10-29  jan Iversen  <jani@libreoffice.org>  [adff3863890af26c9c3fb4fb5611c333c746fe61]

        iOS, added dummy calls for LO
        
        In order to speed up UI work, a dummy source is added.
        
        Change-Id: Ic226b1365681ac65036729a672c97aa5579ed118

2017-10-29  jan Iversen  <jani@libreoffice.org>  [cbe828b7f759969c0d70eb818fca62d67379e648]

        iOS, move hipernate handling to LOkit interface
        
        Hipernate means stopping LOkit but of course saving first if a
        document is active
        
        and returning means starting LOkit again.
        
        for now the implementation is left as FIXME
        
        Change-Id: Id9ea2b056e87caec13c1d3fe82d4623ca3901ef2

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [98c7ab9531af4848dc289e38c5f4291788ad3d6e]

        ofz#3871 Integer-overflow
        
        Change-Id: I5358835671fa1a57f6db5f5aeb9eec87e22c6e39
        Reviewed-on: https://gerrit.libreoffice.org/44010
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [b154334ad14b339a3f29300572bdb78d6a8df15b]

        ofz#3839 Integer-overflow
        
        Change-Id: I79c79bc75443f87cf36ec325c9b4d6b513959a76
        Reviewed-on: https://gerrit.libreoffice.org/44012
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [9b3b14bb8f5dc6df835c30e060b6932dfd91cce5]

        memleak with null pLocalNames
        
        Change-Id: I6904841292bf66ff24e00b8ee90f3ecc99c1f1da
        Reviewed-on: https://gerrit.libreoffice.org/44008
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  Caolán McNamara  <caolanm@redhat.com>  [540cd706db44858247cf69f1f40808f02bd78587]

        ofz#3872 Divide-by-zero
        
        Change-Id: I851fdb905e0ca981cba6699fcbe20c5d8fabf7ae
        Reviewed-on: https://gerrit.libreoffice.org/44009
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-29  jan Iversen  <jani@libreoffice.org>  [82cd9f8efd8cc8fd8e5bafbdaf39c94efda6a030]

        iOS, document handle sidebar
        
        Change-Id: I4df15312f1174009d7d34b02241c129abc27c0b7

2017-10-29  jan Iversen  <jani@libreoffice.org>  [351d83c357093ac0ec6d3768355df9ee1b224d02]

        iOS background handling
        
        When the app moves to background (hipernate) LOkit needs to be
        stopped, and when it reenters foreground started again.
        
        In order to keep AppDelegate slim as recommended, calls to
        DocumentController are added.
        
        Change-Id: I7e4c8c5ae7fe29235381e3e7217abfd1911e39ad

2017-10-29  Tamás Zolnai  <tamas.zolnai@collabora.com>  [3d872ecc51e47e02e70732c848964274b2aad29e]

        tdf#110357: Impress table looses selection when clicking on ...
        
        ... Increase \ decrease font button
        
        Change-Id: I52cf853de01b06c6c9db9779f15174f895789da8
        Reviewed-on: https://gerrit.libreoffice.org/43962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-29  jan Iversen  <jani@libreoffice.org>  [4bfa790236b9c0d70c28101858547c616e75e9e4]

        iOS documentation and minor corrections
        
        Started on documentating all classes, to make it easier for
        others to understand the code.
        
        Change-Id: I5b463f7ae23fb6316dc3f1418d73222360083bdc

2017-10-29  jan Iversen  <jani@libreoffice.org>  [cfcdad938b2ca0fb9a4059530180bc1c7d1424bd]

        iOS, use UIDocumentPickerViewController
        
        UIDocumentPickerViewController is new in iOS 11.0 and
        provides much more flexibility.
        
        Change-Id: Idd44ab57e8ddbf707327e8a66c5dae2a05ee172c

2017-10-29  David Tardon  <dtardon@redhat.com>  [d19eeee50eb944325806af75ede5c0542ac68787]

        libodfgen: pass optimization flags to configure
        
        Change-Id: I23aa89602206bedf3b1faf58c5e153a4d06cb515
        Reviewed-on: https://gerrit.libreoffice.org/43997
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-29  David Tardon  <dtardon@redhat.com>  [ba27efc27faa0d26fc8c5d5f790807d0c036cddb]

        libmspub: pass optimization flags to configure
        
        Change-Id: I2107bee3122bb7535d097061fd433f1fc998741e
        Reviewed-on: https://gerrit.libreoffice.org/43995
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-29  David Tardon  <dtardon@redhat.com>  [9ea8686d3573540b697b51d1e2e00bfe2d57d872]

        libqxp: pass optimization flags to configure
        
        Change-Id: I16586e206bef696023a124fb69b28c1bd92d0cff
        Reviewed-on: https://gerrit.libreoffice.org/44001
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [12fa4ae5cbb27956fc69b5f55970a7ab32174f3d]

        libwpg: pass optimization flags to configure
        
        Change-Id: Id49c3d10aa3dc6c6cabcb23a382f2c3d3a58d1a8
        Reviewed-on: https://gerrit.libreoffice.org/44005
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [ddfe47f0184c32ca20861776d302f393da36d5b2]

        libzmf: pass optimization flags to configure
        
        Change-Id: Iff6558155100817f045053a781d09eedcd6724a2
        Reviewed-on: https://gerrit.libreoffice.org/44007
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [d0625cb6cb3035bbb9508c50fbcf035ac64e4c56]

        libcdr: pass optimization flags to configure
        
        Change-Id: Ic852290149a018d272ff727ab5f504825b16cbba
        Reviewed-on: https://gerrit.libreoffice.org/43979
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [5897ac83356b4376e6118fbd914b5cebf0b1df83]

        drop unneeded defines
        
        Change-Id: I99e03c09aa1c0f3ebdfe1969b2231e07361673e6
        Reviewed-on: https://gerrit.libreoffice.org/43978
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [2437c5daf5620cf63b4dc40cc696805aff782509]

        libe-book: pass optimization flags to configure
        
        Change-Id: I3d2833eccacc11d6183c0c13ca18a8d9deab5e02
        Reviewed-on: https://gerrit.libreoffice.org/43981
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [e4b9c41107fb8a78580b19fbe103448bf98680df]

        libstaroffice: pass optimization flags to configure
        
        Change-Id: I7bcc4ae1d73b6d8072bdd02d4d515df77be82aff
        Reviewed-on: https://gerrit.libreoffice.org/44002
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [ff4b017d202620da15349600c596295e6d55b68c]

        libwps: pass optimization flags to configure
        
        Change-Id: I086123b08fc409f48dac42ec5db1d6e19a1df379
        Reviewed-on: https://gerrit.libreoffice.org/44006
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [18cacf522b873f7175470b0258fb1f73ad7dff7d]

        run make in top-level dir
        
        Change-Id: Ic1629db12fa272aac20478a383c0d92e2f0312cf
        Reviewed-on: https://gerrit.libreoffice.org/44003
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [cd13490334e9817514028381f1bd57ee67770bc2]

        libvisio: pass optimization flags to configure
        
        Change-Id: I9275562fd3debaa0a53c0ed3e58974a5b5372f50
        Reviewed-on: https://gerrit.libreoffice.org/44004
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [6eecca40aa77de90e3566645f812be5cf3b416d0]

        BOOST_CPPFLAGS is already set correctly by configure
        
        Change-Id: I5c3b87352fad9fff42075a81e921c03e1dcb7bdc
        Reviewed-on: https://gerrit.libreoffice.org/44000
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [ecfad3d98efa678e592343fb575be64feaaad27e]

        zlib is not needed
        
        Change-Id: Ic203e81932913a3a79fe61fa9a8a0f3dc2ef6e43
        Reviewed-on: https://gerrit.libreoffice.org/43999
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [8f6ce24a1b51dde676d72132aeebe557cf1186b9]

        libabw: pass optimization flags to configure
        
        Change-Id: I9492a4189b939f3dcaaec33f9c4591cb8715fd44
        Reviewed-on: https://gerrit.libreoffice.org/43977
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [9d8dc76a33190257f05b436437fe200efe9cc66f]

        libpagemaker: pass optimization flags to configure
        
        Change-Id: I8df4bedcb7e3d7b14709e8b881ee309cd511444e
        Reviewed-on: https://gerrit.libreoffice.org/43998
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [2a8c66adfffe3074f0433d44e3b6899c58b54db6]

        libfreehand: pass optimization flags to configure
        
        Change-Id: Idef9d938ef3f4067530041142e64e191dcbfff51
        Reviewed-on: https://gerrit.libreoffice.org/43994
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [d73adb887ce08c22121c7bb02681efd49fd5781c]

        libmwaw: pass optimization flags to configure
        
        Change-Id: Ia824b2897fbac5a0cb969c91b8f1feeefd73f448
        Reviewed-on: https://gerrit.libreoffice.org/43996
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  Ashod Nakashian  <ashodnakashian@yahoo.com>  [25057044a6b9ee2277531eb1bdc935ae12684e39]

        TSCP: store the signature date as RDF
        
        Change-Id: Ibce01df2f04f9960ec2b5c224a553c98819ec849
        Reviewed-on: https://gerrit.libreoffice.org/43993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [a41b0659eb80cc84490965690f0ec0b434dcc75f]

        libetonyek: pass optimization flags to configure
        
        Change-Id: Id11914a32b8d45b3e0e97fcfc87ea235466169ca
        Reviewed-on: https://gerrit.libreoffice.org/43983
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [e6af915fae27a19b6ac79a9f76fb8b04361d6f4b]

        libepubgen: pass optimization flags to configure
        
        Change-Id: I50e0c7bfe89249c421b8e03f57445ce1bf51ecb4
        Reviewed-on: https://gerrit.libreoffice.org/43982
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [9485655bbda5a0d1ed3e11ad25d4a2341c34bd58]

        librevenge: pass optimization flags to configure
        
        Change-Id: I27220fe91299ccee1e89df1b865dd1de550a01a0
        Reviewed-on: https://gerrit.libreoffice.org/43970
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  Pranav Kant  <pranavk@collabora.co.uk>  [fdb56a741a66e152f0f120d00bf62049fe566a79]

        lokdialog: Tunnel dialog title to lokclient as outparam
        
        Change-Id: I1beb5ab3f06debdca7ebf999af7ac879a41ea47e
        Reviewed-on: https://gerrit.libreoffice.org/43959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-10-28  Pranav Kant  <pranavk@collabora.co.uk>  [79fa071767c7c6b88950b82143fa76df63b172e6]

        lokdialog: Clear the pointer after destroying
        
        Change-Id: Iebbe3fab6f6144f0cf1de9a1c45a0b2a62b07e0b
        Reviewed-on: https://gerrit.libreoffice.org/43958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-10-28  Pranav Kant  <pranavk@collabora.co.uk>  [1a1ee7803d8f17532fb2149fcc386cc70720eef0]

        lokdialog: Use UNO name as dialog id when invoking lok callbacks
        
        ... not the frame id from the .ui file
        
        Remove temporary hacks introduced earlier in GTV also.
        
        Change-Id: I71290a5fac6547a5584094da21e2301ef8fbce0c
        Reviewed-on: https://gerrit.libreoffice.org/43957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-10-28  Caolán McNamara  <caolanm@redhat.com>  [149b613ccfa929265df98fc534cc724264fbb776]

        ofz#3840 Integer-overflow
        
        Change-Id: Id32aa1c298f67c1ec7b56057cf162d947db7e713
        Reviewed-on: https://gerrit.libreoffice.org/43965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [193b6c2287557af08055ac3858d0855ca1c40550]

        use predefined workdir path
        
        Change-Id: Ia14aaba92e5d36064bc6a77dbc63463a833d8745
        Reviewed-on: https://gerrit.libreoffice.org/43969
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-10-28  Ashod Nakashian  <ashodnakashian@yahoo.com>  [0be2da09147e64eea26c06fa90d53e8d324ee429]

        TSCP: store and retrieve signature timestamp
        
        When TSA is provided, we can now store and retrieve
        the signing timestamp. Currently this is only implemented
        on Windows, thought.
        
        Change-Id: I657fa7a88623713483d0d6d88e4bc201142f47c4
        Reviewed-on: https://gerrit.libreoffice.org/43988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [b480d5e4c03438487b645ae10347c5c22f36bb25]

        TSCP: bump the doc classification if lower than paragraph
        
        The document classification should not be lower than
        the highest-classificed paragraph. This insures that
        the document classification is as high as the highest
        classified paragraph upon saving.
        
        Change-Id: Ic838b886ecf97da2eca56870f68aa3e51c7291f6
        Reviewed-on: https://gerrit.libreoffice.org/43772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-28  David Tardon  <dtardon@redhat.com>  [7a2e7c32d38db02aaa5d78d5e8aaf86cabfde586]

        libwpd: always set CXXFLAGS
        
        Change-Id: I211f346c428059e20dd1217b5b65fe8c1ab24710
        Reviewed-on: https://gerrit.libreoffice.org/43968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [165d0a149d631d96a91118dfc7686bd2ebb0b6b9]

        clang-tidy modernize-use-equals-default in svl
        
        SfxPoolItem has a copy constructor and its copy assignment
        operator is deleted. Derived classes have a implicit defined
        copy constructor too, if all members are copy constructible.
        
        This patch removes default able copy constructors on such items.
        
        Note: clang-tidy only finds functions defined in source, inlined
        functions in headers are picked manualy.
        
        Change-Id: I7e642a2ecf139420c53f6fcb39208918dd1a8d52
        Reviewed-on: https://gerrit.libreoffice.org/43003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-28  Stephan Bergmann  <sbergman@redhat.com>  [df9edbcd2883cec2d0596133131cfbc220dee91f]

        Work around "xargs: environment is too large for exec" errors on Windows
        
        ...when e.g. doing 'make sal.clean'
        
        Change-Id: I63c13dd010cf8d24f9548cf2fe089067381a4efe
        Reviewed-on: https://gerrit.libreoffice.org/43948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-28  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [9270e6ad00b75eb35cae71998642a7c306eb4d03]

        tdf#106084 EMF+ Add support for RotateWorldTransform record
        
        Change-Id: If5ce156b7d60d30be8451902beb8330b7177b26e
        Reviewed-on: https://gerrit.libreoffice.org/43858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-28  Regina Henschel  <rb.henschel@t-online.de>  [7cebfbeabb24f908fb586ef5fa47f103042d769c]

        tdf#113367 Change namespace from svg to draw for attr transform
        
        The new feature of rotating images in Writer first time triggers the
        export of the attribute transform. So now it becomes visible, that
        it has the wrong namespace, see ODF 19.228 part 1.
        
        Change-Id: I00d5e6a12bd564e814679e8be862c7d08baae956
        Reviewed-on: https://gerrit.libreoffice.org/43890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [bdb9cc1702d4e125db8c379f3b535bbd9f845b95]

        tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed
        
        When the content of an imported EMF/WMF overlaps the defined
        size in PrefMapMode/PrefSize, add clipping to hide it. This
        was done in imports before EMF+ changes and is done in SVG, too.
        If needed, orig contained size and content still accessible
        using MetafilePrimitive2D::accessMetafile
        
        Change-Id: Id86ff3c0a9820637e3601c0c4f489a2d67d190d0
        Reviewed-on: https://gerrit.libreoffice.org/43746
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [51eb767eaf514ee8106401e364e75533fd6fcb51]

        Related tdf#95694: Enable papersize & orientation listboxes
        
        when called from File > Printer Properties > Properties. Anything
        else doesn't make sense, user opens this dialog in order to be able
        to edit the settings
        
        Change-Id: I9559829551e6d6144da972757ab98afa5696bbfa
        Reviewed-on: https://gerrit.libreoffice.org/43823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-28  Serge Krot  <Serge.Krot@cib.de>  [9a9cfb1d80cea14abddea3d2e18fedb1549c9293]

        related tdf#38778 Speed-up: Do not traverse the whole array
        
        It is known that text attributes are sorted inside SwpHints.
        No need to check all entries if special position is provided.
        
        Change-Id: Iac92cd40cd6d094d158f3b50fd768f47029ccdce
        Reviewed-on: https://gerrit.libreoffice.org/43911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-27  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [81d50fd137fdf712a0f37988217c43278cf24c26]

        Updated core Project: dictionaries  6feecdc45bb14d46b4273f2cf6c0e3491cbee276
        
        Updated the English dictionaries: GB + US + CA + AU
        
        Change-Id: If18f25780393258158ebf85cd68dbfa1075c4ab3
        Reviewed-on: https://gerrit.libreoffice.org/43886
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-10-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e142027a26634f51b0fc0903076f980d4a37496a]

        tdf#110002: Sidebar shows 2 as font height for some specific...
        
        ... Impress tables cells
        
        While clicking inside a table we can avoid to unmark and
        remark the corresponding table. This unneccessary
        unmark\remark operations trigger a lot of useless updating
        stuff.
        For example it regenerate the whole sidebar while we still in
        the table so the sidebar's context did not actually change.
        
        Change-Id: I4c56b87b032e3cced3f09801147784dd2baaf9ef
        Reviewed-on: https://gerrit.libreoffice.org/43961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-27  David Tardon  <dtardon@redhat.com>  [648d6493994869d9ad9a41755b3bf5fd5162e1e1]

        there is no C code in libwpd
        
        Change-Id: I2997c09aaafb9f64e654f8b3b78e37adfa3de733

2017-10-27  Yousuf Philips  <philipz85@hotmail.com>  [32ebd3d9351636c5c62c3939662ce3e057c714e7]

        tdf#113446 Make EditStyle appear in customization dialog
        
        Change-Id: I4340ee14478384d84148323345b498710cba4696
        Reviewed-on: https://gerrit.libreoffice.org/43868
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [8f293eedcdfaf2507d78f5cd9993e56f1796675a]

        fix memory leak
        
        Change-Id: I6683ab0d39dbbb5c0ba0958d72f0a1bbfab47164
        Reviewed-on: https://gerrit.libreoffice.org/43954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b3ec92eaab075f58472717e87406bdf4c8915f5c]

        tdf#111486 Fix description of SAL_ macro after EMF refactor
        
        Change-Id: Ia4530d987e8555a5c09d49492e09079a3710b53b
        Reviewed-on: https://gerrit.libreoffice.org/43838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f41f7b33e2f85be4c9d7380822916a7469cf39b]

        loplugin:constantparam in sw
        
        Change-Id: Ia477de0fb910f6a8fbb0a5054f4bdb43dd9ff381
        Reviewed-on: https://gerrit.libreoffice.org/43951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9d2c3345a14420ae2f936ffa37f269fcfe74475]

        loplugin:constantparam in sd,sdext
        
        Change-Id: Idc3507b80da046aca00283e99fdca35cb624c3da
        Reviewed-on: https://gerrit.libreoffice.org/43952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  jan Iversen  <jani@libreoffice.org>  [8cd7e7dfe6630648d110fa77991c283c8bf069bb]

        iOS update to 11.0
        
        Starting to use 11.0 features
        
        Change-Id: I0e147c0b436a93d11f220b533a5b2091f7cb56fc

2017-10-27  jan Iversen  <jani@libreoffice.org>  [77663321f096d60dc6ff34b2e2ab209db99cda72]

        iOS online check for iCloud
        
        Added check for active iCloud during startup
        as well as when returning from background.
        
        Change-Id: I4481a4cc7814540da98c4c432fe04543316fa7aa

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [794120f5c62c80eba810a08d089ed5321b993579]

        loplugin:includeform: bean (Windows)
        
        Change-Id: Id35caf31499a437cba9ed3329920c560705be0cf

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [6fa4f9b848eeb85747e894c2704054b6d21a1693]

        loplugin:includeform: bridges (Windows)
        
        Change-Id: I4514d751d5449902c589c7f3577c7f3cd593d2e9

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [5c778e44b21f9f244435b9e328fa1e8cb4459315]

        loplugin:includeform: canvas (Windows)
        
        Change-Id: I67e4e72ea58f64c4c12e977a936fe1e8e4578160

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [f3bb12dbf3ab478627baaa14fb42eaa5a438b6ad]

        loplugin:includeform: chart2 (Windows)
        
        Change-Id: Ie3e8e174f3fa51331988481ec16d2d1a52bb9ece

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [2739257380072645165f31a23365078df8659d48]

        loplugin:includeform: connectivity (Windows)
        
        Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [72b9861498be4e267d142efa64d93ab3df4c6f1f]

        loplugin:includeform: dbaccess (Windows)
        
        Change-Id: I8ed4161f8f2552200d1ddc280c922d9077e63a87

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [fa6d8eebd1574213670dbedc79441d1a1118cd86]

        loplugin:includeform: desktop (Windows)
        
        Change-Id: I245c58a3d97eb0d60e7063e9c34c77d33739801d

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [9851245f1e5978c566acbc4db69ba650b455b1b4]

        loplugin:includeform: dtrans (Windows)
        
        Change-Id: I8da9250a64d1be4fe410028676320f5bb38d0176

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [9f162a8220c0cdf94af28f3035f559d629d2a5a6]

        loplugin:includeform: embeddedobj (Windows)
        
        Change-Id: I76ed24e2bed461fd25562cce3190a2da8aa7a95d

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [3cfacaee068e782a1288c9c17b478135e128f469]

        loplugin:includeform: embedserv (Windows)
        
        Change-Id: I98bd95a46e645cf61f81d66faa1f700675e538bd

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [ffa11622ea6fc46c427421490b5cc1137b6f0511]

        loplugin:includeform: extensions (Windows)
        
        Change-Id: I6619004353fb7e94506e2a75c77b42156f0b6c6d

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [f32488182e6f03bddd5148e817a4d1dc569edde1]

        loplugin:includeform: fpicker (Windows)
        
        Change-Id: Iaa3b4b6d3de8e26de8a1ede68f59840264839f80

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [2954641da502f9602dd6f179e68f215d3b8feb0d]

        loplugin:includeform: hwpfilter (Windows)
        
        Change-Id: I35accf3f61cea9bdca93f5b2f0e93dab89dfe41d

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [c553f94f132e522e7487744ac2fda71d266ba0e4]

        loplugin:includeform: i18nlangtag (Windows)
        
        Change-Id: I932552d72767df1b05e2cb8137eb467835b4dbac

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [2942544155a0485616b7cb42b92170da430a4a7d]

        loplugin:includeform: jurt (Windows)
        
        Change-Id: I8f9c8bdcb3cabc47dfd211c28a70e90aae86339a

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [57763d2e796393cb072e44e5ec87d3fb33dd2cce]

        loplugin:includeform: odk (Windows)
        
        Change-Id: I654aa2cf1175f91619b70c9257e88f7006b0c04c

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [15eeba3d537c72ae9bbf8214d69d3f57d3013902]

        loplugin:includeform: pyuno (Windows)
        
        Change-Id: I07b13573fb45847bd31be6d195d0ebb5943e25bb

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [16faecdad480007073ffcb9dd3094afb1e97390f]

        loplugin:includeform: sal (Windows)
        
        Change-Id: Id60bcfadbfdf4b37f276159b12360347bde30a2e

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [33f67eee3eca8b2bb671b0eda79c81c73a092466]

        loplugin:includeform: setup_native (Windows)
        
        Change-Id: I58cae555a303a8657955ceec08065e8b440bdad4

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [7baaf973cecb18d171f7b7b4ad04990f63fbde3b]

        loplugin:includeform: sfx2 (Windows)
        
        Change-Id: I2ce3e5012b368a9e390d927a3dfd2150c0d5d9f7

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [cf98d5baf8da031086fadf23ea731b3f2c183ca7]

        loplugin:includeform: shell (Windows)
        
        Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [6092fd425fe68590bffb49c0390e4ecabf9d9fbd]

        loplugin:includeform: systools (Windows)
        
        Change-Id: If0eee76e3f2844718718906da403e3c09a4688f8

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [09d7e91794d274409f970fc73ab6782427bd9805]

        loplugin:includeform: tools (Windows)
        
        Change-Id: I5bbe31b375b60e877630c520eef307f39b9c8dcc

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [e0ac768501181c923500fe82093118c1422fc743]

        loplugin:includeform: vcl (Windows)
        
        Change-Id: I4a0fc4b483069141d2b943079adf5aa741df968e

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [bd367b14152620ec0c01c409b772bc76740f4535]

        loplugin:includeform: winaccessibility (Windows)
        
        Change-Id: I8b83e650202c2b169803c22a7f94223a180dd48a

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [2cfe488022e76952ee76be0b46c12732cb2fee8f]

        loplugin:includeform: xmlsecurity (Windows)
        
        Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35

2017-10-27  Eike Rathke  <erack@redhat.com>  [ae531b69b3d8f0aa1bb1438e0af63b0710c9c47a]

        Another ImpGetIntntlSep() fix, tdf#81671 follow-up
        
        Change-Id: I9c056a137ab873f677e374d75c4e2f06bf370f21

2017-10-27  Eike Rathke  <erack@redhat.com>  [ab7b10d6c37af426c782e8cb46563bc206e5881c]

        Fix build of Windows-only code, tdf#81671 follow-up
        
        Change-Id: I68a468857c529e8cab80d4453832dc9f4b3657d8

2017-10-27  Eike Rathke  <erack@redhat.com>  [89e0a9183e7b21596bcd5504b104bf816f1d3ef3]

        Resolves: tdf#81671 add DecimalSeparatorAlternative to ar-* and fa-IR
        
        In locales that use '٫' U+066B ARABIC DECIMAL SEPARATOR
        additionally have '.' normal dot as input separator.
        
        Change-Id: Icb3f42374776e3fc65af3270abaca26ea5b24082

2017-10-27  Eike Rathke  <erack@redhat.com>  [92933ed580628c4e4cf539fc9fd90faaf51e05e6]

        Define optional <Separators><DecimalSeparatorAlternative>, tdf#81671
        
        Change-Id: I13d49463aa2fa9975b77d4ee62fcadc36b8317ae

2017-10-27  Eike Rathke  <erack@redhat.com>  [f285f3134378cb9a31f02200991e3fc44ca79419]

        Parse/gen optional <DecimalSeparatorAlternative> in locale data, tdf#81671
        
        Change-Id: I2781040c76e7c3dbfb4eedc7830a1f24b4c56b46

2017-10-27  Eike Rathke  <erack@redhat.com>  [940808a512ff637f161cc3eb1de0362b2f95318c]

        Handle decimalSeparatorAlternative, tdf#81671
        
        Change-Id: I3a3d3b0683ea46cff5c023e911977ce5b2f5f032

2017-10-27  Eike Rathke  <erack@redhat.com>  [03cf4eaaaf22a70386d4f8557f92dc00e57586c7]

        Handle decimalSeparatorAlternative, tdf#81671
        
        Change-Id: Ica696322bfeea641452e73fd49bf89c33b6d4d96

2017-10-27  Eike Rathke  <erack@redhat.com>  [7c5b9247c4425f1b733b62e365f15cf390c4bb63]

        Handle decimalSeparatorAlternative in TakeRepresentation, tdf#81671
        
        Change-Id: I552cb14fcb048d6c7da9043704c9941686a30993

2017-10-27  Eike Rathke  <erack@redhat.com>  [7cf453c78ce67f17661bfc74d1df6073cfc9d2ad]

        Use LocaleDataWrapper::stringToDouble() in StrToDouble, tdf#81671
        
        Change-Id: I7c791d8d133b830b146a4a9c6869bf27609167b6

2017-10-27  Eike Rathke  <erack@redhat.com>  [2c2d57585407acda2ea57c07dab98b5a23b37940]

        Use LocaleDataWrapper::stringToDouble() in lcl_Str2Double, tdf#81671
        
        Change-Id: Ife8f955e7f7a1c791c8bd0390981aae5fe9f82dc

2017-10-27  Eike Rathke  <erack@redhat.com>  [29dd087619ee089268fa16771f46f82a1feaa468]

        Use LocaleDataWrapper::stringToDouble() in ShadowPropertyPanel, tdf#81671
        
        Change-Id: I3e8f0a4a75c55543a1b6f6e9470cfd7aeb80e603

2017-10-27  Eike Rathke  <erack@redhat.com>  [fb5fc8256e79a3185c92c782733a78a18eafabeb]

        Use LocaleDataWrapper::stringToDouble() in PosSizePropertyPanel, tdf#81671
        
        Change-Id: Ice64297dff19f653383b1936d7f47c692df0baf8

2017-10-27  Eike Rathke  <erack@redhat.com>  [b962def146376dcb48dd93f045fd703489c283e3]

        Use LocaleDataWrapper::stringToDouble() in AlignmentPropertyPanel, tdf#81671
        
        Change-Id: I49619f763f3046e94b0bd5d5226e628409310871

2017-10-27  Eike Rathke  <erack@redhat.com>  [6c0e05ece7bd6e2ecae63fdb4cd73b1f9eaf7ed4]

        Use LocaleDataWrapper::stringToDouble() in ScSolverValueDialog, tdf#81671
        
        Change-Id: I6b29ab335c0d2e66804421cb90a6684b747c5035

2017-10-27  Eike Rathke  <erack@redhat.com>  [9ccdd3f9e1878f31ccd71b099fe926c20e1a92aa]

        Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671
        
        Change-Id: I7ce956a6a08b9b5befd100e2b0030fc2d4787749

2017-10-27  Eike Rathke  <erack@redhat.com>  [7616e1c18869cda8a924e26337e3f1c83cbb7efe]

        LocaleDataWrapper::stringToDouble() w/ decimalSeparatorAlternative, tdf#81671
        
        To be used instead of rtl::math::stringToDouble() if locale
        dependent separators are involved.
        
        Change-Id: I54359c981901dc57b3d9312b0bfd2f2a14fccb33

2017-10-27  Eike Rathke  <erack@redhat.com>  [dc520c7759fde6e765afece23b78b5ca6dece5b1]

        Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671
        
        Change-Id: I73ff2bf624ba7c8d88c9419a109c340806bd31f5

2017-10-27  Eike Rathke  <erack@redhat.com>  [dcf0877cd04280e598943ecfe299cf7360971056]

        Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671
        
        Change-Id: Ic10aa36805ec4214f7ac54529fb391cf1e390a70

2017-10-27  Eike Rathke  <erack@redhat.com>  [5ab5243068ff0e023da35633922f140688c7fcbd]

        Check decimalSeparatorAlternative in CheckConfigOptions(), tdf#81671
        
        Change-Id: I5281a6e63e1cff8ae47f1b79eb4fdb5e7eaa074b

2017-10-27  Eike Rathke  <erack@redhat.com>  [0ce0999fa2ace834558f9e79053df60b60623950]

        Check decimalSeparatorAlternative in GetDefaultFormulaSeparators(), tdf#81671
        
        Change-Id: Idf413d1e9db4f63bd90888f1dfc6a5d9455e47cb

2017-10-27  Eike Rathke  <erack@redhat.com>  [ca214981553eb21a4276d07c76db0c37c234a11c]

        Handle decimalSeparatorAlternative in ScColumn::ParseString(), tdf#81671
        
        Change-Id: I9f708b28ee5fdb23217e75386a64ab86dacfd3c4

2017-10-27  Eike Rathke  <erack@redhat.com>  [c1a47f1a51360f4afed094c1f87790fafb95e103]

        Handle decimalSeparatorAlternative in ScCompiler, tdf#81671
        
        Change-Id: I7471f0fb237e29a6f4e8bdd3405cd3b831673ca6

2017-10-27  Eike Rathke  <erack@redhat.com>  [21052ba2edeef9e16bf90fea62f007b1131c73c0]

        Allow decimalSeparatorAlternative in cclass_unicode::parseText(), tdf#81671
        
        Change-Id: I0469027951e68d3c08f40c236db3865edbdaa3e0

2017-10-27  Eike Rathke  <erack@redhat.com>  [922a94f376d90c72315f86f2604924c142fca5be]

        Add LocaleDataWrapper::getNumDecimalSepAlt(), tdf#81671
        
        Change-Id: Id3a16004603685ef859506c2c6d86f8ff097c1d0

2017-10-27  Eike Rathke  <erack@redhat.com>  [51a7ae749de90485f3b15a3f935f0f11d5aeff5b]

        Let LocaleDataWrapper::getLocaleItem() return LocaleDataItem2&, tdf#81671
        
        Change-Id: I16cfe81dd3ce0c8c2e905d55bea13df134c7a398

2017-10-27  Eike Rathke  <erack@redhat.com>  [2c1ab132685bee9251901be38e113e129c2c3fce]

        Instanciate XLocaleData5 in all internal interfaces, tdf#81671
        
        Change-Id: I71ab5008be930efdd3ba944b020554b9d65ed729

2017-10-27  Eike Rathke  <erack@redhat.com>  [ad1bf2ce2612ffb025c8ef9967018db53527a796]

        Supersede with XLocaleData5, LocaleData2, tdf#81671
        
        Change-Id: I17332be77f9c66c4fcfb7e3f3144ec624b804f94

2017-10-27  Eike Rathke  <erack@redhat.com>  [281a84bd33d1c34d51c4a933d395f17bd36190c6]

        New LocaleItem::DECIMAL_SEPARATOR_ALTERNATIVE, tdf#81671
        
        Change-Id: I1817d917621ccc3c81468132c558f9faa8c4ec4c

2017-10-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [4805a3a8b6d2e9cc1710b9dced2041a6c7b5e596]

        Remove some old KDE3 and TDE stuff
        
        Both VCL plugins are long gone.
        We currently just keep the desktop detection.
        Generally fall back to gtk in VCL detection.
        
        Change-Id: I35830868cb75d16ae7b90b20df699929cefa4636
        Reviewed-on: https://gerrit.libreoffice.org/43940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [5922f9af749ff53e3bda2ff60a52116bf999a8a0]

        survive without config
        
        Change-Id: I410e486acc206ae2981fd16a9e2780dbd4d27af5

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [3e2df29c520a7bc0c2cc4b37d42fb9bcd52da60f]

        ofz#3791 Integer-overflow
        
        Change-Id: I0b8258eaf676ee7291365aec10a7876833aba626
        Reviewed-on: https://gerrit.libreoffice.org/43947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Jean-Pierre Ledure  <jp@ledure.be>  [64cfc7de655ac302138553f9fc2b9de437e0353c]

        Access2Base - Database events (2)

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [ac31598662c280ef99f305f6ca8ddc0be96ede06]

        ofz#3837 Integer-overflow
        
        Change-Id: Iaf9573ba7a8c08ba8c1b8dcf62340d0ea213e1a9
        Reviewed-on: https://gerrit.libreoffice.org/43944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [38e5169db360245daa9b9499589609cd80723f94]

        ofz#3823 Integer-overflow
        
        Change-Id: Idb8ba0972dbfe2cf6ec43caef9b6984851f8f7ca
        Reviewed-on: https://gerrit.libreoffice.org/43878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Takeshi Abe  <tabe@fixedpoint.jp>  [8b2ec0947c91eb12ae5e0302e2092bdf2ea5147e]

        sfx2: Drop unnecessary abstraction of SfxFrameArr_Impl
        
        Instead, use plain std::vector<SfxFrame*>.
        
        Change-Id: Ib32e748a0ce744d15cbe48f5d03e28c57b731394
        Reviewed-on: https://gerrit.libreoffice.org/43938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Szymon Kłos  <szymon.klos@collabora.com>  [cee6f65b0b03263b8706ae2797e07b67a0ccab89]

        tdf#113162 corect the size only for watermark 2
        
        Missing part for: 91d909ac8ec53ea135401babe8227f9c41b779b8
        
        Change-Id: Id35d61084e034c7381c8e8016e50dd66aaf41d59
        Reviewed-on: https://gerrit.libreoffice.org/43915
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [91263493eac70464fa6036cf9d8676e5ed452869]

        ofz#3802 Integer-overflow
        
        Change-Id: Id631951119ed0a6b62ffe7d8342cd92191714114
        Reviewed-on: https://gerrit.libreoffice.org/43943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [540d5e00714feef70d896d8856dc33db694e6e4b]

        loplugin:rangedforcopy (clang-cl)
        
        Change-Id: I468d951007089fefc235e245c3cb4baea4aa51f7

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [6f95909b3351451f96fb40ef6b2c21580d7a4c64]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: Ib6b314cc94d57ef9a643c14440427a38a9de15fe

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [8959043f82e1d00abead9cbd809138d4f6521b14]

        -Werror,-Wtautological-constant-compare (clang-cl)
        
        ...fixed similarly to recent fixes to sal/osl/unx/file.cxx
        
        Change-Id: I2c82366095e156cd0085a8f60f54f8c822655dcc

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [c1d0b19b43767e3ead431357e91949e1f548283e]

        external/curl: Work around clang-cl not knowing /FD
        
        ("IDE Minimal Rebuild", according to
        <https://msdn.microsoft.com/en-us/library/6ce2bkt7.aspx>)
        
        Change-Id: I1b549c50bea4285bc6c89302f757f2e7e0bf1784

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [b492ee19978bcb99d767f7808fa1d3692486f6f7]

        drop stray debugging remnants
        
        Change-Id: I2684583643716103995c34de10b9eade91d8263b

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [ba688968ca55f5d5bcdeff23392f3739a6430cf0]

        Remove part of clang-cl workaround that is no longer needed
        
        ...after ColorSharedPtr is gone
        
        Change-Id: Id147e544e3b82577f4b7dbb5987472469782165f

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [2db621da6660d56f3ff1954adf4ed8ce71834bf6]

        Adapt loplugin:includeform to Windows \ path separator
        
        This can also call loplugin::isSamePathname with two paths that both contain
        backslashes, so finally make it (and hasPathnamePrefix) symmetric in which
        arguments my contain backslashes.
        
        Change-Id: I0465988d9d41e21c5660cbdbd1558543860ae1ad

2017-10-27  Xisco Fauli  <anistenis@gmail.com>  [aace85877c85935bbe92ecdfc1c27271b89628e5]

        tdf#113026: disable mpBoxLegend when legend not visible
        
        Change-Id: Idc297808e1d95aecfd42e91a2aa7b99523ac7fb8
        Reviewed-on: https://gerrit.libreoffice.org/43924
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-10-27  Eike Rathke  <erack@redhat.com>  [b53974c1530d14eebdc561ada3ecaf8fc3b58929]

        ofz#2947 check for input stream end
        
        Change-Id: I48d43a358e9a8e37a3c862c310a2e4b2e756f536
        Reviewed-on: https://gerrit.libreoffice.org/43937
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7dadcf739cbc4f244d2c4f1c0bc8053cd77371e]

        revert small part of previous commit
        
        not necessary after all
        
        Change-Id: I050ed0cc140969f2d32839f3a7841b240fd0efd0

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [569c7da252be05366980ae88ce30ef17f6e61d8c]

        extract some common code for checking if a functions address was taken
        
        Change-Id: I292b4e9bf17c83f83ff43ac4c5870d33092d0c71

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [5670f65ccea6c47b17ec010fd15edcee5522086b]

        -Werror=unused-function
        
        Change-Id: I2858c6cb74b96ffe6a799dc2ab02cbbe1c56abc7

2017-10-27  Szymon Kłos  <szymon.klos@collabora.com>  [bb72ef2a15b0a08b07256f1bb3a0c96c413e8da8]

        ODP: export TextPreRotateAngle
        
        Change-Id: I13eb005195ebbdee5016bf279cba423e388723a0
        Reviewed-on: https://gerrit.libreoffice.org/43910
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a6b373d99f6f4b2b4c1a49b3336e520efc0dbdc]

        use std::unique_ptr in SwUndoTransliterate
        
        Change-Id: I4c3480104cbec53a395bd11702949984fca452a0
        Reviewed-on: https://gerrit.libreoffice.org/43899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [bbb104d70dd8130d99e3612e75fb90103c80de7e]

        ofz#3830 Integer-overflow
        
        Change-Id: Ia58552034aba32e9ecf00745d0cadc1e323c3c41
        Reviewed-on: https://gerrit.libreoffice.org/43933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [dc38de4fc110863a5cf2b1c2166efecc6422e5d4]

        ...and one more fix for DbusIpcThread,
        
        switching back to a "Close" message-to-self without a response (as it had been
        before dc3ff192f3f048059cf149f416d0b237eb33b014 "Avoid further unwanted
        interference of DbusIpcThread::execute/close").  Especially on a first start of
        LO (where it restarts after creating the UserInstallation), it had been observed
        that DbusIpcThread::close was blocked waiting on a reply in
        dbus_connection_send_with_reply_and_block while DbusIpcThread::enable had
        already successfully (i.e., without emitting any of the SAL_WARNs) proceeded
        past sending the reply and was blocked on closeDone_.wait().  However that can
        happen---it should be clear by now that I don't understand anything at all about
        DBus.  :(
        
        Change-Id: Id5f368a60b2d8dd8b7074308ac1ad6b6545131ff

2017-10-27  Michael Stahl  <mstahl@redhat.com>  [404208f23c944a7d06e16bfb92b12fc58de775ad]

        emfio: don't reinvent read_uInt16s_ToOUString
        
        Change-Id: Ib12923762b5dd4d255c89a5acc54fdc5678a58ed

2017-10-27  Michael Stahl  <mstahl@redhat.com>  [a3cb93b3917608f5b329321caea8d699b80b1ddf]

        remove GetSwapFloat nonsense from all 3 EMF readers
        
        SvStream::ReadFloat already does that, and SvStream is initialised
        to SvStreamEndian::LITTLE by default.
        
        Change-Id: I5859e43014533bcebef9d4b8f0678c516193b92e

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [39a2401807e67f41e96f51f747cb10c54700d793]

        use std::unique_ptr in SwLayouter
        
        Change-Id: I5e43710da971957af9953930dea7e103644d3f17
        Reviewed-on: https://gerrit.libreoffice.org/43898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [7ee3953ce53f8259c5058a32bad6ad76adbf7151]

        ofz#3819 Integer-overflow
        
        Change-Id: Ic45692152b039c0ee2f5659d7739c3a2517c5e83
        Reviewed-on: https://gerrit.libreoffice.org/43876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [6b760dc4bbb496496982d6d7aaa3701903bc3c11]

        ofz#3826 Divide-by-zero
        
        with fLeftStart == 1.0 (is allowed, see comment at mfCut) the whole
        BezierSegment is needed and does not need to be cut at all so best would be to
        add it to 'while' loop, after that the 'rest' will be added anyways so, add
        'fLeftStart < 1.0' or 'fLeftStart != 1.0' (since limited to [0.0 .. 1.0]) to
        the while in line 120 should do it
        
        Change-Id: Ida87e06247d169482df26e665985753e634e149e
        Reviewed-on: https://gerrit.libreoffice.org/43935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [1f0e40db86fe304338c7cdd772c8ef644b7a0e8b]

        ofz#3834 Divide-by-zero
        
        Change-Id: I654152b964c6228efeb8b7cc7203064338fd1dd6
        Reviewed-on: https://gerrit.libreoffice.org/43934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab60b88390097dd98ad1e765b8dd94d1abaa3c65]

        use std::unique_ptr in DocumentRedlineManager
        
        Change-Id: Iba073b3a251827fefaba790e33dfc7c01b0b2154
        Reviewed-on: https://gerrit.libreoffice.org/43897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Stephan Bergmann  <sbergman@redhat.com>  [11cf64b7303d3c6bd2620d6c711c9845775f2d3d]

        Better fix for CppunitTest_services
        
        ...than 25313923b08018bd837cfe3fc99a5e141602cafc "Fix CppunitTest_services for
        constructor-based implementations..." (which this commit reverts again).  My
        claim that "the 'factory' would be the object itself" is nonsense, it would
        rather be an ImplementationWrapper (but one that was freshly created for each
        ServiceManager::createContentEnumeration).
        
        Change-Id: I85c683cff6f9ba78d0f8567a53f8fcbc56fe55cf

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8136a87d9af2cb6b7aecc6cf450d13904e155de8]

        loplugin:constantparam was not always using canonical location for function
        
        Change-Id: I8a15da534ba2cf9968cba0ee1f1bb74d7e3a0d54

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a39134d5c177ea9735424a8e9f40bfd8986a1c6]

        no need to build the parent tree twice
        
        lets just use the built in parents stuff
        
        Change-Id: I7bb705acfcd6c8c18168676b0cdb13c26ba5b95a

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [5585bc2fbbe8b6072cfdd5cdaaf326f5124632ce]

        rename loplugin::Plugin::parentStmt
        
        to getParentStmt and rename parentFunctionDecl to getParentFunctionDecl,
        so I don't keep using accidentally naming my variables the same as the
        functions.
        
        Change-Id: I66f9452458c8b439e5132191ac5219fb6d420708

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [13c26e565bd8b633e4748c63103c3801b017217b]

        Updated core Project: help  4df523054a84cbade8cf2aff4f72400baca9ca55
        
        Related: tdf#113455 update help to 'disable' the spinbuttons for special case
        
        now that there's a checkbox for the special 'clear' state rather than
        special empty spin button hackery to store this state
        
        Change-Id: I72756336a6c7fe68aec7efcf53e7b8dfb4c3d8d1
        

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [005ad924ce183b1f07f2e6193b5befac6fdda2b8]

        hwp fuzzing timeout
        
        Change-Id: I88656c558dfe1ef6e701ba54633bfe251bc4e279
        Reviewed-on: https://gerrit.libreoffice.org/43884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [e027d2956834a716b400a32dfdb4b0adfaeaa2f6]

        coverity#1420315 Unchecked dynamic_cast
        
        Change-Id: Ie522a0691ce269a4cc090057ddb54d8d0b1fa5e6
        Reviewed-on: https://gerrit.libreoffice.org/43918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [1b87cdadb88da0ece66c2da1a06c37420e45111c]

        support stock text in checkboxes and radiobuttons
        
        Change-Id: I03b2e125736b7f8a7127174a7a837760f76f8249
        Reviewed-on: https://gerrit.libreoffice.org/43893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [bdd7c74a499ea550a10e47d159c2d2d80c940fc0]

        Resolves: tdf#113455 Impossible to clear width/height in pages
        
        Change-Id: I88f80d417108822ceeb73c07cb49892925a2e57f
        Reviewed-on: https://gerrit.libreoffice.org/43891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [75c642dae3ded5bcf6d48f81363ad918d101d2e5]

        coverity#1420317 Unchecked dynamic_cast
        
        Change-Id: I33d065780ece2aab5f5a07d0dfd5493005a22b33
        Reviewed-on: https://gerrit.libreoffice.org/43917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [c15ac2c2ce71e35fd026109231444f5fb5745851]

        ofz#3813 Integer-overflow
        
        Change-Id: Ibc14583137aae0d46e501927e602a510339abe38
        Reviewed-on: https://gerrit.libreoffice.org/43872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [85b698cbd3de7ffd3c69309d452c1bf93156b75c]

        ofz#3812 Divide-by-zero
        
        Change-Id: I1a278302b995137d3e73620c003534498a59ba14
        Reviewed-on: https://gerrit.libreoffice.org/43870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Caolán McNamara  <caolanm@redhat.com>  [3fc4211a0f25543a947f1d47153f7c0a0be01a4c]

        ofz#3811 Integer-overflow
        
        Change-Id: Ia08ac1ae46d4af6df7b0a590752e17a6d9a6836e
        Reviewed-on: https://gerrit.libreoffice.org/43869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f3ca2e63b8145b504f764a17ab61d8a93f15a60]

        tdf#113422 Crash in: ScPreview::MouseMove(MouseEvent const &)
        
        regression from
        
            commit 0ad8447d3199e1c1d1f7d6ddabc9b4cded99c2d6
            dyncolcontainer: convert nRight to std::vector
        
        Change-Id: I9cdf80115a2be73ec2b30fd875a904de3333fddf
        Reviewed-on: https://gerrit.libreoffice.org/43905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f5ef1750bb9dacbe4736247ca6dbe00053a328c]

        sw: clean up temporary debug code in frmpaint
        
        Change-Id: I1bdb332e40a2cf612b249dafa7620f700af19833
        Reviewed-on: https://gerrit.libreoffice.org/43927
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac8901d9d2ef8c461012b44e67651aaff3a6b5c1]

        loplugin:finalclasses in sc
        
        Change-Id: I83438eaf2c1045a9212a63ed9fd8b3371e9b06aa
        Reviewed-on: https://gerrit.libreoffice.org/43896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5457c856fbfbf3fa9dd23bee84e32dd1227eae0]

        Revert "use rtl::Reference in SwChartDataSequence"
        
        This reverts commit cdd4b528a4d200aa322891373c80e2bc8e6cd16c.
        
        The manual acquire()/release() is necessary to prevent a double-delete
        if the exception is thrown
        
        Change-Id: I5acc0840befba3981e13b084b8d347f8a2766e70
        Reviewed-on: https://gerrit.libreoffice.org/43889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-27  Mike Kaganski  <mike.kaganski@collabora.com>  [9be47276cdd6a59647f6aa42d2cd35f05c51a16b]

        VisualStudioIntegrationGenerator: honor defines' values
        
        Before this, -D_WIN32_WINNT=0x0601 used to land to VS project simply
        as _WIN32_WINNT (without value).
        
        Change-Id: I68ebdc24c3181c5d9e046280756e4cefee3de46c
        Reviewed-on: https://gerrit.libreoffice.org/43928
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-27  Julien Nabet  <serval2412@yahoo.fr>  [eb9525a6aedb05dbb98c7d37abf05abcbfea4e48]

        Replace lists by vectors in filtask (ucb)
        
        Change-Id: I5b4359727ebf58bc121325d490e63f2c919dd7ab
        Reviewed-on: https://gerrit.libreoffice.org/43921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [21fe5ef04dbea6b620e45453b8567f32ebd8526f]

        Fix typos
        
        Change-Id: I96f64b7c259f04a67684bb699ea3cc43b68e40fa
        Reviewed-on: https://gerrit.libreoffice.org/43913
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-27  Julien Nabet  <serval2412@yahoo.fr>  [98895a5fd21125e41c423d3af318d9f082e83df4]

        Replace list by vector in ucbstore (ucb)
        
        Change-Id: I1ff394ecd1fe805d671d666d8bc2522c33c40b50
        Reviewed-on: https://gerrit.libreoffice.org/43922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-27  Eike Rathke  <erack@redhat.com>  [ba9f44d6ee560bbba09834b1070d19ec62d35783]

        Implement LocaleData2, XLocaleData5, LocaleDataItem2, tdf#81671
        
        Change-Id: Idba5a30bc44c7b2bd951f954ea3bfd048b022660
        Reviewed-on: https://gerrit.libreoffice.org/43920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [91987a559bf1fde4a8d1eadc81e5711a7670fe69]

        fix windows packaging
        
        Change-Id: Id9e306877125b66f908d24048d236c55483330d0
        Reviewed-on: https://gerrit.libreoffice.org/43916
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-26  Mike Kaganski  <mike.kaganski@collabora.com>  [55ad81533a7ed5bd9d22dc78688b9852f292bd11]

        gbuild-to-ide: handle -U undefs correctly
        
        Previously, defines string like this:
        
          -DDBG_UTIL -DNOMINMAX -D_DLL -UNOMINMAX
        
        would produce this defines list:
        
          DBG_UTIL;NOMINMAX;_DLL -UNOMINMAX
        
        where last "define" is incorrect; proper list should be
        
          DBG_UTIL;_DLL
        
        so that the undef'ed element would be properly eliminated from the
        result. This patch takes care of this.
        
        Change-Id: Ia66a1d6d0a6e0bbfd0022b22285b005609871336
        Reviewed-on: https://gerrit.libreoffice.org/43923
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-26  Michael Stahl  <mstahl@redhat.com>  [dd35dccdf6c20922c51d2a8d4acb8a94a30522fb]

        RepositoryExternal.mk: fix inverted gpg condition
        
        (regression from 16598d526e9cc79698152daa5acc1e2718da933c)
        
        Change-Id: Ic621979926a9629aa8d8fb95a80957850ae0661b

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [6f065a7aff86528e5c780dccb50aeaecdb7896fb]

        Avoid undefined left shift of signed integer
        
        ...after 022b1b2a40fcaf8d201081dead44c1d3346d1972 "tdf#96505 Get rid of cargo
        cult long integer literals"
        
        Change-Id: I9e5cc9d63c2eddd1ad766c2f6b01a9ff49a09bfd

2017-10-26  Michael Stahl  <mstahl@redhat.com>  [11d2f3d6e1b6c9baf43d8521293c53525108436d]

        vcl: make MapMode constructor explicit
        
        Insert constructor everywhere, except a couple places that apparently
        want to compare GetMapUnit().
        
        Change-Id: I1910deb60562e5e949203435e827057f70a3f988

2017-10-26  Michael Stahl  <mstahl@redhat.com>  [213f7c02d4f3ddbe2f52950575e2559c52d98ac2]

        vcl: print MapMode
        
        Change-Id: I3d4f15cd4929b553673f1a1d8950b6c9082a0cdc

2017-10-26  Michael Stahl  <mstahl@redhat.com>  [ac07b5150dfed20ca2e401e49b6cc78eae64b1e7]

        tools: print some Fractions
        
        Change-Id: Idc4668cba7412d0b4a3e486a8629c7f95a701091

2017-10-26  Michael Stahl  <mstahl@redhat.com>  [230d05ea289668441dfac4faeea75dd0213ab6f7]

        configure: JDK 1.3 won't work
        
        Change-Id: Ibd26816cb00b3b8b2514aca536906b689c8cbd5e

2017-10-26  Tor Lillqvist  <tml@collabora.com>  [8cd958a48e93efa4c21fd7687652ded8f9432c84]

        Add a comment in CreateTableStyle() related to the AOO fix for #i120723#
        
        Change-Id: Ic2eadf1942927efb6a6b209db591e869b61362f4

2017-10-26  Tor Lillqvist  <tml@collabora.com>  [84eb42728a3ceedaac382a8212230e3960732c41]

        Don't abbreviate "First" as "Fst"
        
        Change-Id: I16726fbc8bf4f67fe1018d54437d59b715738bfe

2017-10-26  David Tardon  <dtardon@redhat.com>  [cb0eb72ec40210ea7bade415ab3e78824e705c29]

        blind attempt to fix build on big endian
        
        Change-Id: I4dc2d5a5fbbded5f4c7a1417c150fe6b1a73a69d

2017-10-26  Eike Rathke  <erack@redhat.com>  [4ef04974882ba53daef3977e84c1844077b77e9b]

        New decimalSeparatorAlternative, LocaleDataItem2, XLocaleData5, tdf#81671
        
        ... and LocaleData2 service, which is necessary with new-style
        services because optional interface at published service is not
        possible.
        
        Change-Id: I77703243a961b5385eaea146e4c9c42d5f30e1ad

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [7cc8b8254feeda7f26ee0b0a187f34c5d8e52b34]

        Add test for o3tl::saturating_add
        
        Change-Id: I19bb1d566bd80f859810b4023d965c8fd80b98f2

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [1061875d6747f3cb89466aa6df568620a7ddfa05]

        Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17
        
        ...see a2d814ac1d7beb6fbe4b9cb7b75814f4b08b8e59
        "loplugin:implicitboolconversion" and 24eeb4d286471e4a2103c15efc624a565112ca32
        "loplugin:implicitboolconversion" for things previously only found in C++17.  As
        expected, no further occurrences were found.
        
        Change-Id: Id0ab621b82dc3c40c8b5801413fceb73ade1408a

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [e02e0f4081c0807fa65548159292585c680abff3]

        Use compat::getSubExprAsWritten; clean up
        
        Change-Id: I8f984c3b3833437f6b4d65ab99da608a6868ff74

2017-10-26  Caolán McNamara  <caolanm@redhat.com>  [4c1bfd35ae05aca4c71c17d41ebe10634526edac]

        ofz#3816 Integer-overflow
        
        Change-Id: I899df8d0609d6a3c55d130cffc5b1b23eebece13

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [91f11350eda817add24948ce7a4145eff58d8743]

        rename createOnShotInstance->createOneShotInstance
        
        Change-Id: I8848784cd867714019f90bb7fc57ca7289e51f81
        Reviewed-on: https://gerrit.libreoffice.org/43873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [e06807f51d157844b357dab1bbf960cc55162330]

        tdf#31814 EMF/EMF+ implement dual mode
        
        There can be a dual mode flag set in the EMF+ data. If set,
        we should process either EMF or EMF+ data, because the contained
        information should be equal (says the documentation).
        The more advanced EMF+ renderer is chosen here.
        
        The flag is read in the EMFPlusReader and blocks the reading of other
        EMF records than HEADER, EOF and COMMENT.
        
        Thanks to Chris, for pointing out the dual mode!
        
        Change-Id: I8522930cebbb9e9ecc732397cbb3deea9e8c9127
        Reviewed-on: https://gerrit.libreoffice.org/43122
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-26  Caolán McNamara  <caolanm@redhat.com>  [334cc99139f59fffba214c821707c35270a6b0ee]

        ofz#3820 Integer-overflow
        
        Change-Id: I620b0278273e285100fe44d252389e6393a2022c
        Reviewed-on: https://gerrit.libreoffice.org/43877
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-26  Caolán McNamara  <caolanm@redhat.com>  [d97f0ceb437af5d05e9be220968033a2e5ed7001]

        ofz#3793 Divide-by-zero
        
        Change-Id: Ica00209bc6679edaa0c83fc7d31bd5d4653b5e96
        Reviewed-on: https://gerrit.libreoffice.org/43879
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [b1fa5e7a2c9d5fedaf07fc990d71707e6cf1ddf7]

        cid#1420316: Try silence CONSTANT_EXPRESSION_RESULT
        
        (or does the comment need to go exactly at the line before the one containing
        the "return" token?)
        
        Change-Id: I5f92e59ee05d0b5ba3d6bda775e6ca02f185dbe8

2017-10-26  jan Iversen  <jani@libreoffice.org>  [fb62c2c5252a0b25d22ceccbb07747048923a44a]

        iOS added menu entries
        
        Added Copy/Move/Delete since this is the only way to access
        the local storage.
        
        Change-Id: I9b054a4f23d32d5220ae500a37b52cb7e7a8587c

2017-10-26  jan Iversen  <jani@libreoffice.org>  [79821193345d6d113eea0950f9ef0a335470219b]

        iOS added select local/iCloud storage
        
        Added button in Document window, to signal if working local or in iCloud
        
        Change-Id: Ib33b67c95dfad466664e2289390ea577ba5e3391

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [25313923b08018bd837cfe3fc99a5e141602cafc]

        Fix CppunitTest_services for constructor-based implementations...
        
        (i.e., using constructor="..." in the .component file) that implement multiple
        services, but are not implemented as single-instance objects (i.e., always
        return different objects from that constructor function).  In that case, the
        "factory" would be the object itself, and would thus be different for different
        instantiations of that implementation.  erAck ran into such a case with new code
        he's writing.
        
        Change-Id: Ib134a4c6d1400b43a7df3cf6a115f8206fb80c93

2017-10-26  Mark Hung  <marklh9@gmail.com>  [4e5123fc592cc1a97f7f64b964f858b6f71540cb]

        tdf#77961 regard layout-grid-print as off when missing.
        
        Change-Id: I8404ebed8ba84ee83528310ee63f796356674553
        Reviewed-on: https://gerrit.libreoffice.org/43830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-10-26  Jim Raykowski  <raykowj@gmail.com>  [d4064927a2e83c974d4ee9538081e8a4fcdb1e34]

        tdf#111846 Find & Replace: Rename diacritics and kashida options
        
        Change-Id: I1657b84d613b28d5762057954069d2a2fe2e3ab2
        Reviewed-on: https://gerrit.libreoffice.org/43103
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [02a3abcceeb9be7f101b0bcaf55accc7fb6bfcf7]

        array_view std::hash override should be const
        
        Change-Id: I8ffdf86e98e261b337cfa81b1be0cb64539c9a9c
        Reviewed-on: https://gerrit.libreoffice.org/43871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [ade8521657d5d52cd5d67a60859f34c1b32c8e34]

        Fix o3tl::saturating_add for negative b
        
        Change-Id: I665f6c2f94b6c03d6fb5136fff3054ad6f0ca962

2017-10-26  Szymon Kłos  <szymon.klos@collabora.com>  [d556c282aaa59476e67e69d39f116e132ec189df]

        Fix build on linux without cups
        
        Change-Id: Ibd89fd25ca8dd43aa5f8fa4ba8ab15eb6eb042cc
        Reviewed-on: https://gerrit.libreoffice.org/43220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-26  heiko tietze  <tietze.heiko@gmail.com>  [c3afd99701f933dacc94c82a22292a79f1c3e3f5]

        tdf#103317 Update of Impress templates
        
        Blueprint_Plans, Portfolio, Progress added, Vintage updated, LushGreen, Pencil deleted
        
        Change-Id: I9b11fc63378486b70f264cf715e3f3ba177e165f
        Reviewed-on: https://gerrit.libreoffice.org/43887
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-26  Jean-Pierre Ledure  <jp@ledure.be>  [86a773cd43ac297b9e5fb2bf36dac37bc1e40de2]

        Access2Base - Database events
        
        Introduce 21 database On... events returning the invoked scripts
        Read-only

2017-10-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [16598d526e9cc79698152daa5acc1e2718da933c]

        gpg4libre: enable OpenPGP support for Mac
        
        Change-Id: Iad7d6b045be90efb32da3ffb1c19753b58b1753d
        Reviewed-on: https://gerrit.libreoffice.org/43616
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [db04585533cc0f5971f6238c18ae7cadcf31d930]

        loplugin:constmethod in basegfx,sot
        
        Change-Id: I05d2cdefb7faf489ec29ba28dc5e3c28d08b9780
        Reviewed-on: https://gerrit.libreoffice.org/43863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Justin Luth  <justin_luth@sil.org>  [018687837648dfe1832ddabbd4cda183708d7fdc]

        related tdf#78508 and n#793262: import w:tcMar_start/end
        
        Although 2013 commit 60ec497e0e91354a616978be531d15d3efa3f559
        added support for the other tcMar items, it omitted _start and
        _end (perhaps because they caused unit test failures).
        The document in bug 78508 proves that these are needed.
        
        Testing whether the cell spacing matches the default table
        spacing should occur before adjusting for MSO compatibility.
        This fixes the three unit tests that mysteriously failed
        when adding _start/_end support.
        
        Unfortunately, these two fixes could not be committed
        separately - the unit test fails unless both parts
        are included. I couldn't figure out why.
        
        Change-Id: I9507da48b629b9618c5ee790bf0088ce82fc5692
        Reviewed-on: https://gerrit.libreoffice.org/43432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2fa3440330c8bdc352c0633a133e773b0ac0fcf]

        vcl: minor cleanups in pdfdocument
        
        Change-Id: Ib1284b819d4af2e8055698be4160bbb41acba851
        Reviewed-on: https://gerrit.libreoffice.org/43866
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9fd0d1c42686fed09ec8781780a8ffc61198bcf]

        loplugin:constmethod in svl
        
        Change-Id: If92869e19c413e11f1f299a97f96b9637aaba65d
        Reviewed-on: https://gerrit.libreoffice.org/43864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9b6f4fd38da9f875b78f6ff365bcb16fb2c8e8b]

        loplugin:constmethods in unotools
        
        Change-Id: I13df4e184a826682f34a1d9e974b601397ba4a3d
        Reviewed-on: https://gerrit.libreoffice.org/43865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Stephan Bergmann  <sbergman@redhat.com>  [084f454e8caa2d9e43f7bdea098538bfb87423d8]

        More loplugin:unnecessaryparen
        
        81892b2037453108b9bde1512a500cf3b2ce438a "loplugin:unnecessaryparen when
        compiling as C++17, so the ParenExpr is no longer hidden behind
        ExprWithCleanups/CXXConstructExpr/MaterializedTemporaryExpr wrappers" gave me
        the idea to generally look though IgnoreImplicit instead of IngoreImpCasts in
        loplugin:unnecessaryparen.  However, that would still not look through implicit
        CXXConstructExpr, so would still not have found the occurrences in
        81892b2037453108b9bde1512a500cf3b2ce438a when compiling in pre-C++17 mode.
        Therefore, let ignoreAllImplicit also look through CXXConstructExpr.  (I am not
        entirely sure in which situations non-implicit CXXConstructExpr---that should
        thus not be ignored---would occur, but assume they would be underneath something
        like a CXXFunctionalCastExpr, which is not ignored.)
        
        Change-Id: I947d08742e1809150ecc34a7abe84cca5e0ce843

2017-10-26  Caolán McNamara  <caolanm@redhat.com>  [7e87403953dfd54bf1e904ccc7436c6f327a9069]

        drop old SetBufferSize stuff
        
        Change-Id: I16fc145a4d6378b1ca47cdd24caac9a8da913715
        Reviewed-on: https://gerrit.libreoffice.org/43854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-26  Takeshi Abe  <tabe@fixedpoint.jp>  [1116d808c71c8429c10e2da36e851ac5a2816874]

        Use the canonical abbreviation "pc" of pica, instead of "pi"
        
        like as fixed at 8a5b178eb9f680fadcc8faa2e277623e8304b723.
        This change affects e.g. the string of the tooltip appearing
        when changing document margin in Writer by dragging ruler,
        after choosing pica as the unit in context menu.
        
        Change-Id: I55d2cea8b30016e2578c6a112f54e26d62741b44
        Reviewed-on: https://gerrit.libreoffice.org/43819
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-10-26  Tor Lillqvist  <tml@collabora.com>  [fa3522a1adcb312639207bae304b866d73872bf4]

        Don't pointlessly abbreviate "First" and "Second"
        
        Change-Id: I7b446f9eed6cf00c605d1cdb8a84273d0ea6628e

2017-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb8b20ab3aa3f790d4979385874cdd4e2a87221b]

        tdf#113445 sw: avoid hitting loop control with a dozen of in-table sections
        
        The bugdoc has an (outer) table containing a single cell, which has an
        (inner) table with 12 cells, all content is inside sections, one section
        / cell.
        
        This relatively simple setup can already hit the loop control in
        lcl_RecalcRow(), as the SwLayNotify dtor always does invalidation in an
        async way, so the loop control's counter is incremented after each and
        every table cell.
        
        Instead of increasing the max tolerance in lcl_RecalcRow() (one can
        easily construct a document where the bug is still there even if the max
        is set to 100 instead of the current 10 iterations), just calculate the
        lower synchronously.
        
        Change-Id: Ifbffe13e5f2f237e1578bdd3e17d4d8b7c34806d
        Reviewed-on: https://gerrit.libreoffice.org/43848
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-26  Julien Nabet  <serval2412@yahoo.fr>  [aded98ce3d7a4189a4fa30989505da9427abc83b]

        Refactor font substitute removing (vcl/svtools)
        
        + replace list by vector for maFontSubstList
        
        Change-Id: I4d5668611212358c759fa5cf26f5341311551298
        Reviewed-on: https://gerrit.libreoffice.org/43855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Takeshi Abe  <tabe@fixedpoint.jp>  [4130a5c4b07b5d440d05ab7df0d593373cd76044]

        Fix memory leak
        
        Change-Id: I2638a8440601264ff00221ead28a71c891abae16
        Reviewed-on: https://gerrit.libreoffice.org/43860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4e235a925b5c73a2220f57cdb8b85379fb3bac1]

        loplugin:finalclasses in sd
        
        Change-Id: I0947aa295ba1859ebc1e7ce9ce2e621f02d399ce
        Reviewed-on: https://gerrit.libreoffice.org/43846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-26  Bernhard Widl  <bernhard.widl@cib.de>  [cb151051d79a7ec176e769a33a56e7d906fc1425]

        tdf#113444 removed capping of default font size
        
        Change-Id: Ic2ef7eeea7dd9306b57d55952ab716d6255f9576
        Reviewed-on: https://gerrit.libreoffice.org/43605
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-26  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [08a690cf66d4e798896b61aa5a7a81e81885cd0c]

        tdf#111486 Fix description of SAL_ macros after EMF+ refactor
        
        Change-Id: If235956228d7f807817d9ffff3da652bd6485ffa
        Reviewed-on: https://gerrit.libreoffice.org/43834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-26  Szymon Kłos  <szymon.klos@collabora.com>  [9ae1e094d5a8a5b4432c88ebea0ca9fc1c79f602]

        PPTX export: correct position of rotated groups
        
        * added testcase for tdf#113263
        
        Change-Id: I7abf68d8fb4ffd8b883cfbf4d69916912add8182
        Reviewed-on: https://gerrit.libreoffice.org/43794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-26  Julien Nabet  <serval2412@yahoo.fr>  [f4df7d2df596bd88e434759a5c108d458a8324b7]

        Simplify and remove useless aRemovePrinters list (vcl)
        
        Change-Id: I33120b62b114bbac62752888301e62268f45768c
        Reviewed-on: https://gerrit.libreoffice.org/43852
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-26  Yousuf Philips  <philipz85@hotmail.com>  [51e2dc5139e0c34672eb433421cbe89e7854e6dd]

        tdf#107569 Tango: Fix missing icons in Writer menu bar (part 2)
        
        Change-Id: I59f5511724da6beccc398080144a23e80652b26f
        Reviewed-on: https://gerrit.libreoffice.org/43785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-26  Yousuf Philips  <philipz85@hotmail.com>  [c566b78de541645d81463b460d3332da5878020f]

        tdf#107569 Tango: Fix missing icons in Writer menu bar
        
        Change-Id: Iedf372749b6d025f67b4b1c9265ef89a05f82617
        Reviewed-on: https://gerrit.libreoffice.org/43729
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-26  Yousuf Philips  <philipz85@hotmail.com>  [91c8acaacf3846169d1e58c03acc5c20cd79a257]

        tdf#81475 tdf#113434 improve drawing object toolbar
        
        Change-Id: I07782dcaa41da792bb6db13ad49b7e9f79886d4b
        Reviewed-on: https://gerrit.libreoffice.org/43828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-26  Bán Róbert  <robert.ban102@gmail.com>  [7e03c4eed72452fdfb87341214a21956c08ba969]

        cpp check, fix redundantAssignment
        
        Change-Id: I7cf826ecae59f501e1a240840d3ba186f2c65ed6
        Reviewed-on: https://gerrit.libreoffice.org/43839
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-26  Kristóf Umann  <dkszelethus@gmail.com>  [06065b57de4266ae23c3d3bf37f57a50b1280690]

        Resolved a redundant assignment
        
        Change-Id: I9d65f4b2a444a12c03f0ec009baeadc131045e98
        Reviewed-on: https://gerrit.libreoffice.org/43832
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-26  Xisco Fauli  <anistenis@gmail.com>  [dd0bc7323014c528fefb516cacae0591f270862a]

        tdf#109343 Fix paste as .RTF on Mac
        
        Change-Id: Ida0433437301ea2803373e534df3d42f67d6aff8
        Reviewed-on: https://gerrit.libreoffice.org/43513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-26  Juergen Funk  <juergen.funk_ml@cib.de>  [c7091668794e080fc8c5f2cff398e644a4cb1ea4]

        Intergate new Win-SDK 10.0.16299.0
        
        Change-Id: Ie0387fdb7fa5850d796d825e767119b90ae85d95
        Reviewed-on: https://gerrit.libreoffice.org/43422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-26  Thomas Beck  <thomas.beck@cib.de>  [c1cf755afefec033377b8a693afed73d837a1387]

        tdf#108947 - Fixed regression
        
        Handled Header/Footer that are specifically for Left/Right pages the old
        way again. Fix done previously was too much.
        
        Change-Id: I0f9e8d23022300a06bd3fb45054cca1b03cf096f
        Reviewed-on: https://gerrit.libreoffice.org/43749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-25  Gábor Koruhely  <koruhelygabor@gmail.com>  [80578036e8ff06405b6aaf4f23e3d9cf753e83e6]

        cpp check, fix redundantAssignment
        
        Change-Id: I26d8353461d938e327baecf1ca0f529da45eb069
        Reviewed-on: https://gerrit.libreoffice.org/43833
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [5114545da67c1e541dd846e130cc72ac0c031bae]

        no matching overload found
        
        Change-Id: I6d494a8a93ff2997aac5cb7ea57f3132dac469b7

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [8a79965551b3f59942db9d9a258118b9dd9f6122]

        no matching overload found
        
        Change-Id: I0e1d28c6ee3e95a28e4b66c49de75fcbf9ca65fe

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [d754330e05ba2d81fb263f569bddf3e537b8054c]

        ofz#3789 Integer-overflow
        
        with input 69e9223372036854775807
        
        Change-Id: Iaf5a85170d144be2db5604340d784a8982754e08
        Reviewed-on: https://gerrit.libreoffice.org/43815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [713fb4a8d3a19440013ca423f048ff6431c11d14]

        ofz#3786 Integer-overflow
        
        Change-Id: I2f9b404ad5529842b40439e24e35aa5ab9b69531
        Reviewed-on: https://gerrit.libreoffice.org/43840
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [db4d4bac22d73e93729261739cda06382883b8f8]

        ofz#3801 Divide-by-zero
        
        Change-Id: Ibb2f3e5508899541bc201240a7e9d5f26c750fa5
        Reviewed-on: https://gerrit.libreoffice.org/43843
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [933b66c1227bb9c0e6b80a16e45d9153cea9e8a8]

        ofz Integer-overflow
        
        Change-Id: I12d0d5d33be273d85822883598c20c793bceb706
        Reviewed-on: https://gerrit.libreoffice.org/43845
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [438e8b846f0f1d6fd2007c0871d26c005f254902]

        ofz Integer-overflow
        
        Change-Id: If78466f091c55279b21aaa936a4b77e665530aa5
        Reviewed-on: https://gerrit.libreoffice.org/43849
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [29d04ce9cd7fe886125e948a56dfdf573e934730]

        ofz#3783 Integer-overflow
        
        Change-Id: I7bfce17dd88fa5ab6cebeb760f0e9071fbe7fb75
        Reviewed-on: https://gerrit.libreoffice.org/43837
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [304d42342bd359de97a5863febd992d2ce2f21ca]

        ofz#3374 Integer-overflow
        
        Change-Id: If9568da924709ef523390b958ec6e8d2fd1b0e3d
        Reviewed-on: https://gerrit.libreoffice.org/43847
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [71518d1898e574351dab4513a2d55bbed2b47fe3]

        ofz Integer overflow
        
        Change-Id: I4ee001f2f587612f0a924e02f4f3fae4c7afbe75
        Reviewed-on: https://gerrit.libreoffice.org/43844
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [ad4ca547e57858d0051d89f1b4799ed8cbbe2ffa]

        ofz#3803 Integer-overflow
        
        Change-Id: Id10ab04340449c990d384041dd6631ba84c5296f
        Reviewed-on: https://gerrit.libreoffice.org/43836
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [06533a4b9d2d249e2e16c6870de9ff29d590bb96]

        ofz#3797 Integer-overflow
        
        Change-Id: Iff545f441f2cf5e4f7626a6deff0ee0136c3af6b
        Reviewed-on: https://gerrit.libreoffice.org/43829
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [d271ec87b8ec3264095a5265a7b0f1c073bc211b]

        ofz#3796 Integer-overflow
        
        Change-Id: I9603106dfccf8acbe7f37c549bab66a6aab94fe5
        Reviewed-on: https://gerrit.libreoffice.org/43826
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [d38c7b9654439b67cad2cf9522ec7a3ce86883ce]

        ofz#3800 Bad-cast
        
        Change-Id: Ib27aa3d10468fbf4030af9b28fdcb29c1ff8cc6b
        Reviewed-on: https://gerrit.libreoffice.org/43835
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Serge Krot  <Serge.Krot@cib.de>  [b7e8c7631d3ef3af53e873a9435bd954790cab05]

        tdf#38778 Added colors into run properties of field run
        
        During export into DOCX all runs inside fields should
        contain all character properties including character color.
        
        Change-Id: I2a7d4fc26f1e1de1080f51de84180a19794709a9
        Reviewed-on: https://gerrit.libreoffice.org/43723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>

2017-10-25  Stephan Bergmann  <sbergman@redhat.com>  [583b49dca97c26365bd6bafafc422297aa7e9ed1]

        Work around bogus Clang C++17 -Werror,-Wunused-value
        
        ...see <https://bugs.llvm.org/show_bug.cgi?id=35073> "Unexpected -Wunused-value
        with -std=c++17".  The dereference operator is only there to make OWeakObject's
        conversion operator to css::uno::Reference<css::uno::XInterface> kick in, to
        avoid an ambiguous conversion to XInterface, so use an rtl::Reference instead,
        which removes the need for the dereference and makes the warning go away.
        
        Change-Id: I52ddaa098d43eb1507ca621f9e9511dcfc0fdb9a

2017-10-25  Stephan Bergmann  <sbergman@redhat.com>  [3c4011ea3552ee55ba8dc2c92639190016253b00]

        external/libetonyek: drop "register", for C++17
        
        > Oct 24 18:21:51 <sberg_> dtardon, why is libetonyek-0.1.7.tar.xz containing
        >  generated src/lib/KEY1Token.inc; is that by design or by mistake?
        > Oct 24 18:23:32 <dtardon> sberg_, that's for windows
        > Oct 24 18:24:15 <sberg_> dtardon, yuck; then you should at least have
        >  generated it with a gperf that no longer emits "register" ;)
        > Oct 24 18:25:35 <dtardon> sberg_, bundled libetonyek is built as shared lib;
        >  the windows build is done as a Library, because the gcc wrapper for msvc
        >  cannot do shared libs. and it's easier to include the .inc files in the
        >  tarball than to re-create them using a CustomTarget inside libreoffice...
        > Oct 24 18:25:58 <dtardon> sberg_, i'm using gperf on f27
        > Oct 24 18:26:19 <dtardon> ... which is 3.1
        > Oct 24 18:29:26 <sberg_> dtardon, then maybe they only fixed gperf past 3.1; I
        >  have a local checkout (that still claims to be 3.1, though) that came with a
        >  commit dropping that "register" usage
        
        Change-Id: I6a3d965cedbe05582d9e42f5595876c19a1b91a6

2017-10-25  jan Iversen  <jani@libreoffice.org>  [37eeb4767b7bad61436e645007780a040720476b]

        iOS, soffice not needed for iOS
        
        Removed the IPC part of init for iOS.
        
        Lo_init() completes for iOS without errors.
        
        Change-Id: I7ce38758883bebea1de6ac149ba8768593c7cb78

2017-10-25  Pranav Kant  <pranavk@collabora.co.uk>  [f2e707baa762e9a4d80116cc6d6fc246eafeca3e]

        lokdialog: Add more dialog related methods to LOK API
        
        Change-Id: I0e4abb38e1ea9450ae9c50f71ac6e8f9150868ae

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [d1e19bd285dfcb60cc088344faa1dd63f095352c]

        Resolves: tdf#113435 device tab missing from print dialog
        
        Change-Id: I6119d1cbd5484ac2a26d60a7db4ac8fc11165561
        Reviewed-on: https://gerrit.libreoffice.org/43818
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [ece7f54a6ddcb635822ca51b7558561d69af7934]

        Resolves: tdf#113378 wrong table border preset icons
        
        Change-Id: Ibb9d0bcab6720fd85d5d3e2ae82821ff1c003c5b
        Reviewed-on: https://gerrit.libreoffice.org/43820
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [f09d48069bd5c53a02cae08de7e6695d558d4613]

        ofz#3663: returning SfxPoolItem belonging to local
        
        Change-Id: Ib9760efb1231ef057dfd62d06095c15e3bf73a87
        Reviewed-on: https://gerrit.libreoffice.org/43425
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Stephan Bergmann  <sbergman@redhat.com>  [e5a5369030ef8a1619529a3058ed469cb973b558]

        Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()
        
        ...in the one case where uOffset is of signed type sal_Int64
        
        Change-Id: I626f747f70fb720bcc5a4ee10fbce30fc0673ae9

2017-10-25  Stephan Bergmann  <sbergman@redhat.com>  [dc3ff192f3f048059cf149f416d0b237eb33b014]

        Avoid further unwanted interference of DbusIpcThread::execute/close
        
        ...after 38081c0884b64ed1132047973b4dccc42d548c89 "Avoid race between
        DbusIpcThread::close and DbusIpcThread::execute"
        
        Change-Id: I812f53525f4c2c051781321dac7096e3bf0d7054

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [0ce75cde0a0bdf4b3c23044e713f906a765e8a8a]

        Resolves: tdf#113328 crash in color replacer if parent closed before it
        
        Change-Id: I41a7af332cd36c9645b6042785c4d72f70e67795
        Reviewed-on: https://gerrit.libreoffice.org/43824
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0032a2dc2e4ac7615baaacdde5fefa64048822e]

        improve o3tl::enumarray const-ness
        
        Change-Id: I7b0d10b024edf604a7dea0e3b1399073f4bcba92
        Reviewed-on: https://gerrit.libreoffice.org/43773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [6ff4688b36bd6ff1273cfc20639df1b1cddd4bb2]

        ofz#3776 Divide-by-zero
        
        Change-Id: I2de2bfd6165a53d05e9f222908f6764a608004c3
        Reviewed-on: https://gerrit.libreoffice.org/43813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [35bb14d8573d29d836a6ff8d64b06fa820e50d11]

        ofz#3782 libjpeg ubsan woes
        
        https://github.com/libjpeg-turbo/libjpeg-turbo/issues/171
        
        Change-Id: Ic6d7e27f88a542d78f3257418099c8fd875b04c9
        Reviewed-on: https://gerrit.libreoffice.org/43812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [ffb19c5be464770e6ac2d9b13422353c8a03294b]

        ofz#3752 Integer-overflow
        
        Change-Id: I211327928a86f706513ebd78cff979283396e742
        Reviewed-on: https://gerrit.libreoffice.org/43777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [4eb288ad1d6373a5374884118bd2344b739d8f9a]

        ofz#3527 ofz#3532 Invalid read of size 8
        
        use numrule name to look up numrule instead of cached numrule pointer
        
        in case it was deleted on failure to apply the numrule over an invalid range
        
        Invalid read of size 8
           at 0x1E875132: rtl::OUString::OUString(rtl::OUString const&) (ustring.hxx:143)
           by 0x1EB33D93: SwWW8ImplReader::StartAnl(unsigned char const*) (ww8par2.cxx:1094)
           by 0x1EB33003: SwWW8ImplReader::Read_ANLevelNo(unsigned short, unsigned char const*, short) (ww8par2.cxx:910)
           by 0x1EBA375D: SwWW8ImplReader::ImportSprm(unsigned char const*, int, unsigned short) (ww8par6.cxx:6337)
           by 0x1EAEEA24: SwWW8ImplReader::ReadTextAttr(int&, long, bool&) (ww8par.cxx:3810)
           by 0x1EAEF15A: SwWW8ImplReader::ReadAttrs(int&, int&, long, bool&) (ww8par.cxx:3921)
           by 0x1EAEF6E0: SwWW8ImplReader::ReadText(int, int, ManTypes) (ww8par.cxx:4003)
           by 0x1EAF6DCE: SwWW8ImplReader::CoreLoad(WW8Glossary const*) (ww8par.cxx:5219)
         Address 0x31831158 is 200 bytes inside a block of size 248 free'd
           at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
           by 0x253BC1B5: SwDoc::DelNumRule(rtl::OUString const&, bool) (docnum.cxx:1033)
           by 0x25CB943D: SwFltControlStack::SetAttrInDoc(SwPosition const&, SwFltStackEntry&) (fltshell.cxx:609)
           by 0x1EAE5011: SwWW8FltControlStack::SetAttrInDoc(SwPosition const&, SwFltStackEntry&) (ww8par.cxx:1445)
           by 0x25CB8A9E: SwFltControlStack::SetAttr(SwPosition const&, unsigned short, bool, long, bool) (fltshell.cxx:457)
           by 0x1EAE420E: SwWW8FltControlStack::SetAttr(SwPosition const&, unsigned short, bool, long, bool) (ww8par.cxx:1185)
           by 0x1EAE5C12: SwWW8ImplReader::Read_Tab(unsigned short, unsigned char const*, short) (ww8par.cxx:1625)
           by 0x1EBA35F0: SwWW8ImplReader::EndSprm(unsigned short) (ww8par6.cxx:6321)
           by 0x1EAEEA44: SwWW8ImplReader::ReadTextAttr(int&, long, bool&) (ww8par.cxx:3813)
           by 0x1EAEF15A: SwWW8ImplReader::ReadAttrs(int&, int&, long, bool&) (ww8par.cxx:3921)
           by 0x1EAEF6E0: SwWW8ImplReader::ReadText(int, int, ManTypes) (ww8par.cxx:4003)
           by 0x1EAF6DCE: SwWW8ImplReader::CoreLoad(WW8Glossary const*) (ww8par.cxx:5219)
        
        Change-Id: Ia7ab67e42fc7a162d8089722e77841285f72a671
        Reviewed-on: https://gerrit.libreoffice.org/43028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [66b688763257c8f6f3dfe0b013052e89e3461c98]

        loplugin:unnecessaryoverride
        
        Change-Id: If90856d9d69c78a5e63fb437d6f34bae4ee5547f

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [b6dd913802b2078590e8bc31968ce9ccee732df5]

        ofz#3784 check subtract
        
        Change-Id: Ie29385e3ca75f784069400bc63cea7f458985d6f
        Reviewed-on: https://gerrit.libreoffice.org/43811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [7b0bb820bb27d298eb4abec3ff4b09e7b6b299e7]

        add checked_sub
        
        Change-Id: I440cd18c249f38194cfd3dfd4a1fc4b7f80858d6
        Reviewed-on: https://gerrit.libreoffice.org/43810
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [562aba2b26af31d378ab1b7ff023efa0e89b66f6]

        ofz#3780 Integer-overflow
        
        Change-Id: Ia51ec4069249c26ea1ee469df42aa172f61587a9
        Reviewed-on: https://gerrit.libreoffice.org/43814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [dbe1ba336130d51054172f82440c13c933f719e0]

        ofz#3784 Integer-overflow
        
        Change-Id: I90e2377fa828a8ffe2c3e3d0385caa2e6910ef02
        Reviewed-on: https://gerrit.libreoffice.org/43809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [cdec4956f0beb5d343e97ab791d27ee03c0cc9c4]

        drop old SetBufferSize stuff
        
        Change-Id: I96c4db3289864c80f8fd8988c129056be8563e69
        Reviewed-on: https://gerrit.libreoffice.org/43786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [faf2bd9c695733fb1414c094ace01c9b123aa9ca]

        ofz#3790 Divide-by-zero
        
        Change-Id: Id6c1eb3dcf95e9cdc68c0898dc472aaac5d430d2
        Reviewed-on: https://gerrit.libreoffice.org/43807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [a24a659d97504a7782574335dd8d1307d727119d]

        ofz#3793 Divide-by-zero
        
        Change-Id: Idc18b194840c8d2646426a0346b49348707be5ad
        Reviewed-on: https://gerrit.libreoffice.org/43806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Yousuf Philips  <philipz85@hotmail.com>  [ec339b183fc6a4f50d691ae48fa5ec699cf04025]

        tdf#110354 fix missing icon for special character group button
        
        Change-Id: Id33b8fa55f07732e494d33afc766338b3d7dfd93
        Reviewed-on: https://gerrit.libreoffice.org/43694
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [fb09d80fe36d990d8cedbd1a2b02be6ffcc1bb8f]

        ofz#3777 Undefined-shift
        
        Change-Id: I328d939035f31acc690161b17751a5d45577f998
        Reviewed-on: https://gerrit.libreoffice.org/43787
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Eike Rathke  <erack@redhat.com>  [660df84c941078ffc281ecc0671a3573a49f4ee4]

        Use SAL_N_ELEMENTS
        
        Change-Id: I643d839a2b1d8473c484c659793bd3344ace8859

2017-10-25  Eike Rathke  <erack@redhat.com>  [425e06aa7f8c2ca7fdc179278c848da213e8062d]

        Eliminate deprecated SvNumberFormatter::GetDecSep()
        
        Was only one call left..
        
        Change-Id: I140099d77e762e53579b2a5954fe4c59855104da
        Reviewed-on: https://gerrit.libreoffice.org/43798
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-25  Eike Rathke  <erack@redhat.com>  [3df47db0f3974bdc32df66a57f8a8acd21acd0a8]

        Always generate count number of elements in locale data arrays
        
        Change-Id: I6fecfb24bced7d6e747175befe423060d5ea445b
        Reviewed-on: https://gerrit.libreoffice.org/43793
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [4216d6f590141df7403da65110574c2369b04ed8]

        xmlsecurity: remove unused chainOn() argument
        
        Change-Id: Id4d4ae41eb6d667a96ce5d294dd5bf3fcf4cb686
        Reviewed-on: https://gerrit.libreoffice.org/43801
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-25  Jim Raykowski  <raykowj@gmail.com>  [4d65adb2fa02645e3c9e946a0b896af51ef27a7d]

        tdf#107643 Fix paragraph preview line spacing
        
        Change-Id: I265f440ed8133d1fd557bed00f766170fffa6cd5
        Reviewed-on: https://gerrit.libreoffice.org/43682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [57f649dc9a72e043901582a6e3da916da18ca4ed]

        Related: tdf#80713 allow translation of linguistic service display names
        
        Change-Id: I23309dde1520e20e66d72fe9780454632d5f75b6
        Reviewed-on: https://gerrit.libreoffice.org/43718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [83fd71e041f2c0520c4cc213e238c7f3c674c5a3]

        loplugin:constmethod in tools,sax,UnoControls
        
        Change-Id: Ie05e44e2a4019e2549843961ebfa04fef7b7aeb4
        Reviewed-on: https://gerrit.libreoffice.org/43767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-25  Justin Luth  <justin_luth@sil.org>  [e46d27a692f43192ba29f03c473f43bb16c1444f]

        tdf#105381 ww8export: support footnote numbering per page
        
        This is only for the benefit of MSOffice, LO already uses
        Dop.rncFootnote for this, but MSO requires this section sprm.
        LO import currently ignores sprmSRncFtn.
        
        Endnotes in LO do not currently support .eNum, so we can't
        support MSO's rncRstSect for sprmSRncEdn, leaving only
        the default - so no use writing that out.
        
        Change-Id: Iaff703e806d1cb62bc5990eb1cdfe323705bf7ee
        Reviewed-on: https://gerrit.libreoffice.org/43622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [00b28ffe72284464c99e30a4bfb163f475f248b1]

        ofz#3765 Integer-overflow
        
        Change-Id: Ifff9cf1d094db1abe5236be41a5e769f8113aec1
        Reviewed-on: https://gerrit.libreoffice.org/43763
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [f519a99c76ef1f34f2b2d54e1c276326960fdf78]

        ofz#3763 Integer-overflow
        
        Change-Id: If7c10d0fd188f0aafeece9545fb138761c3a2f5b
        Reviewed-on: https://gerrit.libreoffice.org/43765
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [b6deca4b06764409c283f4599d71baef5b2df7f6]

        ofz#3761 Undefined-shift
        
        Change-Id: Ibf45da2dd5aa351973b7227371e4f6c35d54021d
        Reviewed-on: https://gerrit.libreoffice.org/43764
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [d5a37cd8af4e9025a773980aa1436f78ec1941f7]

        ofz#3750 Undefined-shift
        
        Change-Id: If227dea7758c22cadfad83192e0ad31a4183b5b5
        Reviewed-on: https://gerrit.libreoffice.org/43747
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [0b47baca102e8407c98799f409809796667e5ba5]

        ofz#3753 Integer-overflow
        
        Change-Id: Icdcd42cc064e18686e6738b4195b6668c7d5d05e
        Reviewed-on: https://gerrit.libreoffice.org/43748
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [89dd6ff111059cdfd254cc63087bb5353e9a416f]

        ofz#3769 Integer-overflow
        
        Change-Id: Ia245c6042f8c662bab870cf166db94d1cf2db9d3
        Reviewed-on: https://gerrit.libreoffice.org/43781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [04247f7da6bb1deb8cf3b95b9f18e66163f2eadf]

        ofz#3766 Integer-overflow
        
        Change-Id: I0cd5810497e6baa23d10b905f35e30b694a4c12a
        Reviewed-on: https://gerrit.libreoffice.org/43778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [fbefa7cb11f4c76c198b724f506918f5c568518c]

        ofz#3756 Integer-overflow
        
        Change-Id: I2b3423941c3c25961aafc5c4b55c4cc76289c8cf
        Reviewed-on: https://gerrit.libreoffice.org/43768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [5bc60b8d1a6be30308c829ad8f8fb5416fd874db]

        ofz#3758 Integer-overflow
        
        Change-Id: If0dc095025d59186b1bc49b93acf7747b7a65f20
        Reviewed-on: https://gerrit.libreoffice.org/43775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [56616073d2044520cd4eb21e9e4a6bc363d03ee0]

        ofz#3768 Integer-overflow
        
        Change-Id: I37067d29bb18b3afe01397f161d7b135de91146a
        Reviewed-on: https://gerrit.libreoffice.org/43780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [035f5f1d98ca7468193998bbb7c890dce32ea17c]

        ofz#3771 Integer-overflow
        
        Change-Id: Iedc61de56b494d6344490f6d6f712a62b2a12b78
        Reviewed-on: https://gerrit.libreoffice.org/43783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [08deeace490acc5b84b97b92e5960f6b6a920e53]

        ofz#3755 Integer-overflow
        
        Change-Id: If21e45ce711d483cdd27e96877ee7f3ca35c2f14
        Reviewed-on: https://gerrit.libreoffice.org/43753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [9cfb27ae6cb94f0a853ff70e9ad9f3109d305a94]

        add checked_add
        
        Change-Id: I10cba898bba528f5f1bfbd583e27a6821c789ab9
        Reviewed-on: https://gerrit.libreoffice.org/43779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [ce3e0b25f5c8cb49fb7ee0b2c2a3c80ace5e4eed]

        ofz#3775 Divide-by-zero
        
        Change-Id: Idfbd2bdf10b5fcf54e1fc2a61dbfecabf7e75a6d
        Reviewed-on: https://gerrit.libreoffice.org/43784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [cd0030e5d6ee7042c3e42028dc1e1d869493d52a]

        ofz#3759 check for valid starting dash index
        
        Change-Id: I09e117e14eda2565c9b25d407cc4328d4f2ee97a
        Reviewed-on: https://gerrit.libreoffice.org/43751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Caolán McNamara  <caolanm@redhat.com>  [78a535a7a717320693a3bbff3679b36f0e0ae507]

        ofz#3770 Integer-overflow
        
        Change-Id: Ifd08bfe6a58d81a4d8ab1a7f768c2804abe5dfad
        Reviewed-on: https://gerrit.libreoffice.org/43782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [57c5f980835f834f6ea96c6f5ca841b5372aa61d]

        loplugin:constmethod in comphelper,ucbhelper
        
        Change-Id: I27a860fbbedd2174c60c199af18cae76e02abc25
        Reviewed-on: https://gerrit.libreoffice.org/43759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [80a30219c4c553ff22979b73dd97a8869d87e488]

        new loplugin:dodgyswitch
        
        and fix bug in ScriptDocument::getTitle
        which has been there since
        
            commit e304ba66f4aba5cc55612508b5738a1ed26a7904
            Date:   Thu Mar 15 14:59:30 2007 +0000
            INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED
        
        plugin is off by default since it uses expensive parentStmt() calls
        
        Change-Id: Id0f16baec48e0381e0083594d7e59b58b023da2f
        Reviewed-on: https://gerrit.libreoffice.org/43750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-25  David Tardon  <dtardon@redhat.com>  [3fa0fc687d578afebedf13b7e83db9d1cf1ed4e0]

        res files and .ui translations are gone
        
        Change-Id: I3d468ac495c37f8b155f14943bd0a0ac10bd9d06

2017-10-25  Maxim Monastirsky  <momonasmon@gmail.com>  [48e64ea4a8201a43457e46422a07f14f697eb91e]

        tdf#107569 Fix missing res/colorslider.png
        
        Change-Id: I83c719594a29cde8385a22793f17812e7d5c12bb
        Reviewed-on: https://gerrit.libreoffice.org/43796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-25  Julien Nabet  <serval2412@yahoo.fr>  [f49ba490a566225d2c6b3925cfe39756a01625ba]

        tdf#113400: fix crash by destroying returned unique_ptr
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=19910c461230f70bb9e98ad44db3525f0d755724
        tdf#112658: fix leak when calling TextEngine::SetAttrib
        
        Change-Id: I4f1edf41e11f3cdfda6071b30a84372db68cd59d
        Reviewed-on: https://gerrit.libreoffice.org/43795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-25  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [141279127b4c9ced4d86af245e1d780c473cd5bb]

        TSCP: support removing paragraph metadata fields
        
        Currently only backspace is supported. No undo yet.
        
        Change-Id: I9a384d19bbaaaab05093d0d4ba74f089c6a4fae1
        Reviewed-on: https://gerrit.libreoffice.org/43630
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [a555163e57e1a402ccd2a708304aabf212013706]

        kde5: make VCLKDE5Application build again
        
        Change-Id: Ia1f4d1254583d04d1993e9a0ce8ad1f1aaa868d3

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [05daba4a7ebc5ceccf6f5c811f5eff151e420734]

        kde5: fix glib detection for KF5
        
        Change-Id: Ibd25502384cd248f1070d26266222e18fb9e2e47

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [637bbffa3082d22d110740553ed52ad5182dd1f5]

        kde5: avoid crash with null surface
        
        Change-Id: Ie63e62995bee0fd950cea0668f5ae06c903b25a3

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [72c28fb1be61a464e45bfbbe91f1e383accfc7b2]

        kde5: implement getCairoContext
        
        Change-Id: Ib39ca1e1d73ad4dc91c70ac3f4cdd1bdd24c2b29

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [a8c16e7c42bc19579f56f9d0ec3d05d70a48481a]

        kde5: get/setLib works again
        
        Change-Id: Icc007d5c08f88ffdeb6e2d033615dccb140862ea

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [187324751d27dcc96c5e2cc17ad9bc38bc7d8480]

        kde5: add cairo surface to KDE5SalFrames
        
        Change-Id: I0778ecffe5dbc5fdfe24705d37511e197a4a1ce4

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [c375c585142ba7636e9a21c0249365f75224ecc1]

        kde5: convert X11SalFrame to SalFrame
        
        this is WIP and crashes and leaks left'n'right
        
        Change-Id: If4be8cf6d426b705b5dbb5893a18cdbce2aa541a

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [74b0d908a41eddb3bc210fa0cae3f17be124a0fe]

        kde5: convert KDE5SalInstance to SvpSalInstance
        
        Change-Id: I72da846525128a689d92598b64e6a70062ff1c69

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [b899ba17b83ca46ce198bb6c0d98cb735e6cefd1]

        kde5: convert KDE5SalGraphics to SvpSalGraphics
        
        Change-Id: Id30494fa1b01510e300f39b985b3a49ea58d81bc

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [941373f56aabd5ee42615e7334a2c8ecb333fc92]

        kde5: rename KDESalGraphics too
        
        Change-Id: I1a1625428cca0be7ece5fb4604aaacef4967a405

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [8b52adcad3f129606dc48025afafe2cbf80cdd7e]

        kde5: rename classes and other relevant data: KDE[4]->KDE5
        
        add log area too
        
        Change-Id: I187c04c8646ec9c9264d84938e1ccf3a1cbd62f1

2017-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [dd7a3147f160813022d1c2724bbdf7fc46ffcc59]

        kde5: copy basic kde4 blocks -> kde5 and build againt qt5/kf5 libs
        
        Change-Id: I70f0c4147721a20459e1183ff40cf0ac8adf49e6

2017-10-25  Yousuf Philips  <philipz85@hotmail.com>  [07cd70c86c8919107ef02dc12ea23ae8d72d5a1a]

        tdf#112430 improve popup of special character group button
        
        Change-Id: I132b7702cda2504ecad07d407b160eeb47798624
        Reviewed-on: https://gerrit.libreoffice.org/43693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-25  Yousuf Philips  <philipz85@hotmail.com>  [39d5a4136f8de0a9033a96cdbf23e04d2184e9b7]

        tdf#90937 Add hyperlink cell style
        
        Change-Id: Icbfc6d1c7ec5c64671025ce4c4f39f282d2edb08
        Reviewed-on: https://gerrit.libreoffice.org/43685
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-25  Eike Rathke  <erack@redhat.com>  [adbeb6d1f1268eca2c6eec57e8168b9322c5ebfd]

        Parsing locale decimal separator after OUStringBuffer::append(double) is wrong
        
        OUStringBuffer::append(double) always uses '.' decimal separator.
        
        Change-Id: I5c937ef78e918e01cd98a329e22f1be8f524db44
        Reviewed-on: https://gerrit.libreoffice.org/43792
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-25  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3c5fe72ac31d7ba65b04025b1635b711d68b77b3]

        TSCP: separate out paragraph classification name and value in RDF
        
        Change-Id: I99eb764842838b1481483b69d9183e52834e1298
        Reviewed-on: https://gerrit.libreoffice.org/43629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [81892b2037453108b9bde1512a500cf3b2ce438a]

        loplugin:unnecessaryparen
        
        ...when compiling as C++17, so the ParenExpr is no longer hidden behind
        ExprWithCleanups/CXXConstructExpr/MaterializedTemporaryExpr wrappers.
        
        Change-Id: I81346edbef46cad72bf53a43f162a75d19b6c713

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [24eeb4d286471e4a2103c15efc624a565112ca32]

        loplugin:implicitboolconversion
        
        ...similar to a2d814ac1d7beb6fbe4b9cb7b75814f4b08b8e59
        "loplugin:implicitboolconversion"
        
        Change-Id: Id664a066549498548c123e8dbdc68ba43af9348e

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a2d814ac1d7beb6fbe4b9cb7b75814f4b08b8e59]

        loplugin:implicitboolconversion
        
        ("explicit conversion (NoOp) from 'const bool' to 'bool' implicitly cast back to
        'const bool'", seen now with a recent trunk Clang 6, and with experimentally
        enabling -std=gnu++17 for the LO build; not sure what caused this to be
        triggered only now for me)
        
        Change-Id: I5310961b1d50870d3ae06554e4cb37e12ac68151

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [28119343b60a20b64fde6470967c7582ed59c807]

        ofz#3745 Bad-cast
        
        Change-Id: I063646c8cce8ad5d62dc327e86e98942e57fc3f7
        Reviewed-on: https://gerrit.libreoffice.org/43754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [073814d83e6c93d84004bb3927f1d40ed1e8ff3a]

        Fix typo
        
        Change-Id: I143e8df0e16ad921777b9caabde8e1c3f8bd61df
        Reviewed-on: https://gerrit.libreoffice.org/43788
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [c8adea5b140c66a8127e5f7b73a22d059b8aa302]

        ofz#3760 Divide-by-zero
        
        Change-Id: I951d5f167effe8cb856e28afec890218df698fde
        Reviewed-on: https://gerrit.libreoffice.org/43760
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [6a880bbc34790b619986602a921d734995fdf1c0]

        ofz Integer-overflow
        
        Change-Id: I8219dfa79565601681bc236789b0b18886c4f311
        Reviewed-on: https://gerrit.libreoffice.org/43745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [b184a8734f0abd7fd2b1d450a4119ecbaca41589]

        Resolves: tdf#49253 set an initial mask background
        
        the gif in question has gif disposal mode "previous" set
        on the first frame
        
        Change-Id: I5234b0bd810af9e8e858dabac373fc4651dbb52e
        Reviewed-on: https://gerrit.libreoffice.org/43613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  David Tardon  <dtardon@redhat.com>  [db6673bb32bb131b6446dc976fe09b1f8df72d49]

        fix build error
        
        Change-Id: I1e65f075a0519db86836b3aa09848178796a020b

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [c204b7de9d6eda4a005ccf0e007348e1ddad03be]

        ofz#3754 Divide-by-zero
        
        Change-Id: I2e8504dd67d2a7ad1e83a95d7be5a1d1086de5d5
        Reviewed-on: https://gerrit.libreoffice.org/43758
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [429cd1b70b497a97496b24c0104a25565b0c00fe]

        ofz#3748 Invalid-bool-value
        
        Change-Id: I5a14ff75c27062e33cbd93efb931c203135648a3

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [d6bf6c5851d19ee5f45ca18fc14ce85df6dc331d]

        ofz#3743 Divide-by-zero
        
        Change-Id: I6cdc8b4c852a126c8740fc23c10f9360d8caf1a5
        Reviewed-on: https://gerrit.libreoffice.org/43752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [38081c0884b64ed1132047973b4dccc42d548c89]

        Avoid race between DbusIpcThread::close and DbusIpcThread::execute
        
        ...that caused Flatpak'ed LO to sometimes not terminate properly after
        243d743dae127fe11ecd7f807121da8815af8f01 "solenv/flatpak-manifest.in:
        incorporate upstream sandboxing improvements" had removed --socket=session-bus
        and thus introduced flatpak-dbus-proxy into the mix:
        
        > Oct 24 15:25:16 <sberg_> I'm not sure who's at fault there; on the LO side I
        >  have a thread processing incoming dbus requests (DbusIpcThread::execute,
        >  <https://opengrok.libreoffice.org/xref/core/desktop/source/app/officeipcthread.cxx#552>);
        >  that thread is typically waiting within dbus_connection_read_write_dispatch
        >  for new messages; if LO wants to close, it needs to get that thread out of
        >  dbus_connection_read_write_dispatch, and the only way I found back then is
        >  what's in DbusIpcThread::close (just following DbusIpcThread::execute), with
        >  a big "this apparently needs a more DBus-y design anyway" testament to my
        >  cluelesness re dbus; it calls dbus_bus_get_private to connect to itself, and
        >  send a Close message that'll cause DbusIpcThread::execute to fall out of the
        >  loop; the dbus_bus_get_private leads to a flatpak_proxy_incoming in the
        >  proxy, which returns TRUE, and after that I see no further activity in the
        >  proxy (but not sure what functions I should all put breakpoints on), and the
        >  LO side is hung in dbus_bus_release_name a few lines futher down
        > Oct 24 15:26:20 <alexlarsson> sberg_: i ran this:
        >  https://github.com/sgh/dbus-examples/blob/master/dbus-signal.c
        > Oct 24 15:26:27 <alexlarsson> sberg_: which calls dbus_bus_release_name
        > Oct 24 15:26:30 <alexlarsson> and it seems to work for me
        > Oct 24 15:26:39 <alexlarsson> If i --own-name=org.DBusTest.SignalTest
        > Oct 24 15:27:50 <sberg_> so maybe it's related to my unorthodox way of trying
        >  to quit the dbus loop there;  if anybody with a clue about dbus would be
        >  willing to help me with the above, I'd be very grateful :)
        > Oct 24 15:28:06 <alexlarsson> I don't see how the proxy should affect it tho
        > Oct 24 15:28:11 <alexlarsson> other than maybe timing?
        > Oct 24 15:29:06 <sberg_> maybe; I think I've seen things actually succeed once
        >  when I stepped through the proxy somewhat manually
        > Oct 24 15:31:01 <alexlarsson> sberg_: eeeentresting
        > Oct 24 15:31:07 <alexlarsson> sberg_: so, it does an own-call
        > Oct 24 15:31:13 <alexlarsson> sberg_: maybe that is what breaks?
        > Oct 24 15:31:33 <sberg_> yeah, that's my dumb speculation
        > Oct 24 15:34:38 <alexlarsson> So, you send the close from another thread, not
        >  waiting for the reply
        > Oct 24 15:34:56 <alexlarsson> then you start working on the main connection
        >  immediately
        > Oct 24 15:35:02 <alexlarsson> shouldn
        > Oct 24 15:35:25 <alexlarsson> shouldn't you grab the mutex after that?
        > Oct 24 15:36:35 <alexlarsson> This whole thing smells racy
        > Oct 24 15:38:18 <alexlarsson> My guess is that with regular dbus, the flush
        >  call will schedule dbus daemon which sends back the message, waking up the
        >  other thread before continuing
        > Oct 24 15:38:22 <sberg_> alexlarsson, ah, yeah, I see; apparently didn't
        >  occur to me back then that I mustn't call dbus_bus_release_name when the
        >  execute loop may still be busy
        > Oct 24 15:38:25 <alexlarsson> But now you have two context switches
        > Oct 24 15:38:37 <alexlarsson> so we continue before we get the reply
        > Oct 24 15:38:44 <alexlarsson> eh, not reply
        > Oct 24 15:38:46 <alexlarsson> the close message
        > Oct 24 15:38:52 <alexlarsson> and then you race
        > Oct 24 15:39:11 <alexlarsson> Honestly i don't remember the exact rules for
        >  dbus threadedness
        > Oct 24 15:39:58 <sberg_> ...so looks like something that can be corrected on
        >  the LO side after all; I'll give it a try
        > Oct 24 15:40:17 <alexlarsson> you're calling dbus_threads_init_default(), so
        >  it should be nominally threadsafe
        > Oct 24 15:40:29 <alexlarsson> still, I imagine it can still deadlock
        > Oct 24 15:43:12 <alexlarsson> sberg_: i still don't see the exact deadlock
        >  though
        > Oct 24 15:43:32 <alexlarsson> i imagine working on the separate private
        >  connection is threadsafe
        > Oct 24 15:43:35 <alexlarsson> and we flush that
        > Oct 24 15:44:08 <alexlarsson> then we call dbus_bus_release_name, which i
        >  imagine would block if the dbus thread is in read_write_dispatch
        > Oct 24 15:44:35 <alexlarsson> The question is, why is the close message not
        >  delivered?
        > Oct 24 15:44:44 <alexlarsson> I mean, we flushed it...
        > Oct 24 15:45:48 <alexlarsson> sberg_: oh, i think i know
        > Oct 24 15:45:53 <alexlarsson> sberg_: release_name probably sent some message,
        >  but then the other thread pop:ed the reply
        > Oct 24 15:46:04 <alexlarsson> sberg_: queue very long wait
        > Oct 24 15:51:53 <sberg_> alexlarsson, yeah, sounds plausible; thanks!
        > Oct 24 15:52:14 <sberg_> (now that I want to reproduce it, closing succeeds
        >  cleanly every time I try, of course...)
        > Oct 24 15:54:48 <alexlarsson> sberg_: obviously
        > Oct 24 15:55:30 <alexlarsson> sberg_: that just makes the race theory more
        >  valid tho
        > Oct 24 15:57:31 <sberg_> alexlarsson, yup, after stopping the unrelated
        >  background LO build that had put the machine under full load, I see it hang
        >  again in release_name, while the execute loop is still happily running too;
        >  that nicely confirms your theory
        > Oct 24 15:58:28 <alexlarsson> sberg_: alternatively you could tell your users
        >  to always build LO in the background
        > Oct 24 15:59:04 <sberg_> I'll try to put that into the release notes; lets
        >  see...
        
        Change-Id: I2a8a58f9259d2854f42f4aa3db5bb232cf70845d

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [d40b0b46ae229cb3b5b375b0e86b4bc19d48e839]

        ofz#3747 Invalid-bool-value
        
        Change-Id: I168fc71471dc9aeb4cd5149aaab765e65f7d5a82
        Reviewed-on: https://gerrit.libreoffice.org/43756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [da09cf2cb875d17d06c081c744e7a25f4715f8b0]

        ofz#3744 Undefined-shift
        
        Change-Id: I4b3445c0ee50b9b50edba464da7ad61cda625d3e
        Reviewed-on: https://gerrit.libreoffice.org/43755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Mark Hung  <marklh9@gmail.com>  [48a4cf1021c471ebf1ecbc351292511131c2d4ca]

        tdf#77961 set display grid to false if the attribute is missing
        
        Display-grid attribute is absent in the ODT file created by
        Word. We prefer it to be invisible in this case.
        
        Change-Id: I5abc301f76f547f78a55a507b61396bae0de1f71
        Reviewed-on: https://gerrit.libreoffice.org/43619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-10-24  Tor Lillqvist  <tml@collabora.com>  [037ba2c98d202aa87e2c7c32857765bc9bb01a80]

        Add a useful SAL_WARN
        
        Change-Id: Ib4651ad09aca0130ca6bcdcc6f8124d7d9033be0

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [3a4eab26cd8d7fdd6ed5bb16107da40e11866041]

        ofz#3742 Integer-overflow
        
        Change-Id: Ibb8441df04643dd52111342e6d2c2659033838bb
        Reviewed-on: https://gerrit.libreoffice.org/43741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [0667441b71912534552c0abdf0032283aa31cae3]

        ofz#3741 Integer-overflow
        
        Change-Id: I9d3743291c88ab52543077ac7e62dc3c5925bafd
        Reviewed-on: https://gerrit.libreoffice.org/43744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [c2097d5078896a71b8e1ac4074cc03766f5d7098]

        Make testUtf8StringLiterals work when char is unsigned
        
        ...as is reportedly the case for Linux AArch64
        
        Change-Id: I7e11c42f4437c8aad9dd734603fa7e0d458c9754

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [e90f2d9e078df3721cd146626745f4607ae9f1c1]

        ofz#3751 need linguistic components
        
        Change-Id: Ib3669d4e2c2ce7415d995bbaed8fd190c088e8e7

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [955e72f265697c1f6d65b7a57a3ee30106c609e1]

        ofz#3741 Integer-overflow
        
        Change-Id: I5059eca94cde52696affbf40753b9db1061a8c2b
        Reviewed-on: https://gerrit.libreoffice.org/43740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-24  Michael Stahl  <mstahl@redhat.com>  [f7115dc7efe7c9179a154bcda169cffe51c0bc21]

        sfx2: finally resolve FIXME and test custom metadata
        
        Yay, we have assertXPath now!
        
        Change-Id: I74dedf535f5f0997dc94b3654558ccd451db813a

2017-10-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [26221dea6b05272ac6951462e9b36e27a64b1690]

        Updated core Project: help  44e33e6ecb66325b0f24218447172eb3e84e6be7
        
        Better example of TRIM()
        
        After translator suggestion (mbalabanov)
        
        Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8
        Reviewed-on: https://gerrit.libreoffice.org/43762
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [57c512c4a3cffd069b30596642864368356c4038]

        Updated core Project: help  e32165db6ecfe233f561da74843ffef9af3e2135
        
        Tweak some references in bash coding.
        
        Change-Id: I57aeab1b6a5abf733fa68835197f129aaf23fef0
        Reviewed-on: https://gerrit.libreoffice.org/43761
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4c890cb65745d05f92e451bb675fc0b2c5e31dc]

        loplugin:finalclasses in sfx2..svl
        
        Change-Id: I71b78135b3d0259657438c4401340bb35ab5c6e0
        Reviewed-on: https://gerrit.libreoffice.org/43742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [49b338b76020682328acbb76cacf82b7699d8891]

        update credits
        
        Change-Id: I6de45254981f24b05dbcc4bdde43d6ff25b7d001

2017-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b99e94dd5da7c84a16a8268e0afbeac266fecada]

        config_lgpl.h.in: fix loplugin:includeform warning
        
        Change-Id: I53d75a9d59c14bc10008d0a590539f16160f380a

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [b18c1bdafdd849f6c3a8857067e1b32aac2a57ff]

        loplugin:includeform
        
        Change-Id: I65867177fa36e50afb8c370c1e84cd54e3be6821

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [f17bc7f55146b681da41f2b8d17998d8ff553a4a]

        loplugin:includeform: bridges (macOS)
        
        Change-Id: I9df97c6684de7dfc60f79dd11abaed069e5f08b2

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [5460a1dcb92fe40aedd080911a02033c32eb9cf1]

        loplugin:includeform: connectivity (macOS)
        
        Change-Id: Ib87a1dae55f926baffe1cf436fedeab59508d253

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [f70d864e42e479e0f29cd2dae4544146930b6591]

        loplugin:includeform: fpicker (macOS)
        
        Change-Id: If52eeafcf6dab4825138c3f123d201dacd45ad28

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [ed8cdc0946f4978c1ca2bcd7887385dc09117384]

        loplugin:includeform: lingucomponent (macOS)
        
        Change-Id: I24d4a68ec7608f6f116337250893d96cdd68b938

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a0a3667995ba648dbd2fe1fff04f66f1aa4af674]

        loplugin:includeform: sal (macOS)
        
        Change-Id: Ic4d73e1fc328aecd897163b71edf0b4c9b8a090b

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [3201e8ac4d36131465372c5df126867127a58a46]

        loplugin:includeform: sfx2 (macOS)
        
        Change-Id: Id189589ae0847a1c14f512ab0912bf47f7838e43

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [37604bca4138ed45187547ffcf578ca9abfdb679]

        loplugin:includeform: shell (macOS)
        
        Change-Id: I2a254633124caa03d48ec9e6d21751b0b8750c0b

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [6f694e961271fed7518ecb29841a6ffeb8e31697]

        loplugin:includeform: soltools (macOS)
        
        Change-Id: I7e2a8d13e068f651bf6e8fbbb66363a4b2b5b0e7

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [9e7c95213aa736bd50e8af15ed364b0c4d418f62]

        loplugin:includeform: toolkit (macOS)
        
        Change-Id: I8a95a73a9e20e2f9d35371faf58890ffdc60963c

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [fcbc0a31b6db068ecaaad84ac61c1ed3804226b6]

        loplugin:includeform: unoidl (macOS)
        
        Change-Id: I264ff44b441be5addfd03f48218b053c0f7f875d

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [52b605ff36089fc56c1c41d413adcd131cde845c]

        loplugin:includeform: vcl (macOS)
        
        Change-Id: I4382a45dcffb32c7c001ee722ac1deccb2b01c2d

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [7d69ac0b8f11ed9cbee2925fc60119404eed4211]

        loplugin:includeform: compat.cxx redux
        
        Change-Id: I935c5b4a219f3b673f62d8788504de85b53a47ca

2017-10-24  Stephan Bergmann  <sbergman@redhat.com>  [acb3ed0615a1b4e31257fa1014e9e2f2188c602c]

        loplugin:includeform
        
        Consistently use the #include "..." form for exactly those cases where the
        included file is located next to the including file, see the mail thread
        starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-October/078601.html>
        "C[++]: Normalizing include syntax ("" vs <>)".  (For UNO API include files,
        see 189abcf0db61c41a565bd355294bf6e712fc3e5a "loplugin:includeform: UNO API
        include files".)
        
        (Some of the commits done earlier with messages containing "Change done in
        preparation of loplugin:includeform" etc. were based on a somewhat different
        earlier version of this plugin and would not be necessary with the current form.
        But they are harmless and reverting them would probably cause more noise than
        benefit, so just leave them in.)
        
        Change-Id: I9fe9268ed84d31b5df71857a2e535972b11254ce
        Reviewed-on: https://gerrit.libreoffice.org/43730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [f99767d532dbe2741cb9cccf26db3547cc5e14df]

        tdf#113227 FILESAVE: PPT: bullets disappear after RT
        
        regression from
        
        	commit afa675469cd9894f41a6b9eeb2e7acc8245d256c
        	use SvxExtNumType in SvxNumberType
        
        where I managed to put a "default: break" statement in the wrong place
        
        Change-Id: Ic821a03208a75363c538c4641077b084f1e2d242
        Reviewed-on: https://gerrit.libreoffice.org/43737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8b5ecc622e2b3e82576b27bf0ded9c8eac21cae]

        tdf#113202 RTF import: fix lack of expected contextual spacing
        
        Upper, lower and contextual spacing are all stored in SvxULSpaceItem, so
        if after spacing is set as direct formatting, contextual spacing has to
        be set directly as well (having it in the paragraph style has no
        effect).
        
        Change-Id: Ie331c7561de7f2f16776a1613717e38fa083a541
        Reviewed-on: https://gerrit.libreoffice.org/43735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [460d8428f9df48b13ae780b9e8a07ae8b31b8879]

        sw: prefix members of SwUndoTableNumFormat
        
        Change-Id: I06cc74fe2c32f9d76ce6115b779ed764434634b7
        Reviewed-on: https://gerrit.libreoffice.org/43734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-24  Aron Budea  <aron.budea@collabora.com>  [919be04e2c50ba62317c0b759b73923e37f5d542]

        Add Albanian (sq) dictionary
        
        Change-Id: I18b166ae8e08b4509154c2ba035d3e9811e947ec
        Reviewed-on: https://gerrit.libreoffice.org/43707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-10-24  David Tardon  <dtardon@redhat.com>  [7e389ae76965fdbd4cdf0a8482592295489a48d7]

        allow to override ENABLE_STRIP in the installer
        
        ... because we set ENABLE_STRIP in
        instsetoo_native/CustomTarget_install.mk .
        
        Change-Id: I4eaf66c53a0ec680688bf819b3a396865e7a3e33

2017-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [f49b6d89fd9a903ce01a30bf9971188737ceda14]

        loplugin:finalclasses in svtools
        
        Change-Id: I596342a3d32e116ac5994b60a5bd8717d4f6a5dd
        Reviewed-on: https://gerrit.libreoffice.org/43733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-24  Michael Stahl  <mstahl@redhat.com>  [89b08e23180c242a058653e246ace2ca47b56a3a]

        curl: upgrade to release 7.56.1
        
        - fixes a very minor CVE: CVE-2017-1000254
        - the Windows nmakefiles we were previously using have been
          removed, so we use the *other* Windows nmake build system now
        - /EHs override is pointless, default /EHsc should work fine
        - the macros defined in ExternalProject are not needed any more
        - curl-msvc-schannel.patch.1: drop, not needed with new makefiles
        - curl-osx.patch.1: none of it applies, presumably fixed upstream
        
        Change-Id: I15c71b9c82c31d286d935b57543a1b0216123b66
        Reviewed-on: https://gerrit.libreoffice.org/43724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-24  Caolán McNamara  <caolanm@redhat.com>  [3168ba6c6eb995060842614a11c7bc5a780812d3]

        rework TestImportXLS to take a SvStream arg
        
        Change-Id: I65d02604ac489d8c8649673f3f851d1a6650406e

2017-10-24  jan Iversen  <jani@libreoffice.org>  [d8a299e12937896f0346881cd7b9b7602010b2c4]

        iOS, updates to make structure
        
        Clean works better with this update.
        
        Change-Id: I8afe796048fd4f796a4c92b64121f754293ee973

2017-10-24  jan Iversen  <jani@libreoffice.org>  [b69f923a22f7404d1c1feb8d0d16a16a24bd548d]

        iOS, updated desktop/source/lib/init.cxx
        
        InitVCL() needs to be called for iOS, even though it runs
        without desktop, since that function fills structures like
        mpDefInst
        
        Change-Id: Icebd4a4111881b46a8abc1e1988921a19e5e4527

2017-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac45764b05385a51d469fda2e4bf9233904ca5a9]

        loplugin:finalclasses in svx
        
        Change-Id: I74296e2185902498cd569ecde83905f718a41e84
        Reviewed-on: https://gerrit.libreoffice.org/43715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-24  Julien Nabet  <serval2412@yahoo.fr>  [fe22bdc3b537afa8ebcb5cb057542b762c770722]

        tdf#113368: fix crash when closing dialog opened with Basic
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=137222
        3  0x00007fffebe196b7 in vcl::Window::GrabFocus() (this=0x0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3003
        4  0x00007fffee473602 in FileControl::GetFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/svtools/source/control/filectrl.cxx:177
        5  0x00007fffebe1c99b in vcl::Window::CompatGetFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3694
        6  0x00007fffebd62672 in vcl::Window::ImplGrabFocus(GetFocusFlags) (this=0x28760b0, nFlags=GetFocusFlags::NONE) at /tinderbox/buildslave/source/libo-master/vcl/source/window/mouse.cxx:377
        7  0x00007fffebe196b7 in vcl::Window::GrabFocus() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:3003
        8  0x00007fffebe0bfc5 in vcl::Window::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/window/window.cxx:449
        9  0x00007fffebe6536c in Control::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/control/ctrl.cxx:65
        10 0x00007fffebe6a4b6 in Edit::dispose() (this=0x28778b0) at /tinderbox/buildslave/source/libo-master/vcl/source/control/edit.cxx:265
        11 0x00007fffebfa5ac0 in VclReferenceBase::disposeOnce() (this=0x2877bc8) at /tinderbox/buildslave/source/libo-master/vcl/source/outdev/vclreferencebase.cxx:42
        12 0x00007fffee41f948 in VclPtr<Edit>::disposeAndClear() (this=0x28762c0) at /tinderbox/buildslave/source/libo-master/include/vcl/vclptr.hxx:208
        13 0x00007fffee472f0e in FileControl::dispose() (this=0x28760b0) at /tinderbox/buildslave/source/libo-master/svtools/source/control/filectrl.cxx:89
        
        Change-Id: I97fd3679a8692893047c22ff3e452a5c3e3f25c3
        Reviewed-on: https://gerrit.libreoffice.org/43731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-24  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [f5c1502f478bbb2a67c58833b4034aac112d709a]

        tdf#113001: Use real '+' and '−' icons for Customize dialog buttons
        
        Change-Id: I4084af0284e4b24126d6663dc4652f801034d41c
        Reviewed-on: https://gerrit.libreoffice.org/43727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-23  Lior Kaplan  <kaplanlior@gmail.com>  [43d6b11a5c1dda0cc2c1e06c768eece25051a56c]

        Updated core Project: dictionaries  a79cdcb292c8095049f2834a1f0c5cbffe9097fe
        
        Create an Albanian (sq) dictionary
        
        Dictionary based on files from http://shkenca.org/k6i/
        
        Change-Id: I8d9eabecb9a8efd6f5fead6abec52d21a0c04f88
        Reviewed-on: https://gerrit.libreoffice.org/41906
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [71f057a6f61ea15bbdc00f73bb72b04986d408f4]

        loplugin:includeform: UnoControls
        
        Change-Id: Id6bcc521bbfe8579be1b0184d75dffb04baf9ea4

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1077bc9a53792eb0891071ff2e1fed19a596b989]

        loplugin:includeform: avmedia
        
        Change-Id: I32b9617ffd78ec65a6af0fb7fb1c09f5f8cdde4e

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [249071dd5059375db3b28d39e5872382622a5125]

        loplugin:includeform: basctl
        
        Change-Id: Id7d19b16505aa42877c456e2ac270157077a9365

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [640eda0fec555692bbde99b61f78f98e44f2ff82]

        loplugin:includeform: basegfx
        
        Change-Id: I554ca3b84cc9f02cae88f876332a9fb50dd1c7c7

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d4a25418b32bcc7b8ecd80c24a799a7b56b494fb]

        loplugin:includeform: basic
        
        Change-Id: I6fbba5c4619eec7ae03fed65a18974faa0f190af

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [8568732c0f6f8e4b69125a988a4987044666993a]

        loplugin:includeform: bean
        
        Change-Id: I3487839569e34552d8b6409b04ef842346c43f5c

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3a511d3757f2fdca70e953030f3b52c1dc06b26c]

        loplugin:includeform: bridges
        
        Change-Id: Icad98d3153a5b1710c8c2a2d338ba0129e9ff208

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a8047070663d59634987238a2f65d1273338358a]

        loplugin:includeform: canvas
        
        Change-Id: I3d0748aa22562174c8fd6ac2eb7bb091c116fd67

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d63b706dad58eb09014420cdaee5f1399d0e2d9e]

        loplugin:includeform: chart2
        
        Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [696722f2c89e1647d89db4622264446d65c9fc81]

        loplugin:includeform: codemaker
        
        Change-Id: If0c6726c4e096f50e2e16f2a4f7e5821457ac368

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [4b60d19694d58641d054c0b14ca0f466233886e7]

        loplugin:includeform: comphelper
        
        Change-Id: I9297bd0449633d1055125e7c2f2f6d215a22ae7d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [012d4dc0e924502e68b4c71b6d64ccd92df381ac]

        loplugin:includeform: configmgr
        
        Change-Id: Ie3b0b80409a7897db6700c80d6ff41dbb4845652

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [25fd3077e85c37ff4077b924ff9a26012d808199]

        loplugin:includeform: connectivity
        
        Change-Id: I06596fac09f0568b8bab2e2e235a2b88bcd3fc7a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [74067098bbf225138fad5d2c208b6e1fc71fa9a9]

        loplugin:includeform: cppucanvas
        
        Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7a3aafb5a19061ec4ef20aa3328fc76bb8a3c93d]

        loplugin:includeform: cppu
        
        Change-Id: I438346398fd8430cf4357b8a3d8e9f423966f2ca

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1734b08356182352e83cb209d4160dcbeb71aeaf]

        loplugin:includeform: cpputools
        
        Change-Id: I72982ad64a546421e8b6dd07f42c088c87d1dfcd

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7182283c13238bdd3d6795f793f6c14b234585d4]

        loplugin:includeform: cui
        
        Change-Id: Ibd88b2ee4252733c5aeee97bec27f34b8e555364

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [4b27653a122acbbb38c800f0b1972f339e73d115]

        loplugin:includeform: dbaccess
        
        Change-Id: I15aee966012612033ab7e2ee03ac1a553802f540

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [54ef1c155990bee247f083a37be9515b43709ac3]

        loplugin:includeform: desktop
        
        Change-Id: I2dacb21cd0c9618dadb49912e0f09c9ab576f9b0

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [957e6c7968b205caf939c53942fe1c5fd64d57ef]

        loplugin:includeform: drawinglayer
        
        Change-Id: I52693e59a37e36fa0bb21732efe90af84fe6d6c6

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [38ef960bf7e76942d4912c5a9c34cd9d6f1e5dcc]

        loplugin:includeform: editeng
        
        Change-Id: If2aa2cbbfabe164ccf0f68522fa18fa3bae2225d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [5775992a575b4a5cfef80a76d09ead41822c7875]

        loplugin:includeform: embeddedobj
        
        Change-Id: If8cfe9da299d3d183407c5e7a00240f246f000a5

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [11124384d7a5369f238a997765c33ac1a46f4b8b]

        loplugin:includeform: emfio
        
        Change-Id: Icc71e73fad45d397e17ae4b6ba4967ec7a50ae27

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3daadac6c93ca2a4e780bc542d7bd2b25e5dd310]

        loplugin:includeform: extensions
        
        Change-Id: I2f9001ddae6cbcef51ba2c0415baa727f211261d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [38fc6283ebe27327fb058dae20644301d0602aaa]

        loplugin:includeform: filter
        
        Change-Id: I1720c2ec2649577a9f552cb49edd93a82c8282a0

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7340b6a951ec53950e272fb4571e26be827a0b2d]

        loplugin:includeform: forms
        
        Change-Id: I770fe656a390045e850e967074545bf5dac7f335

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2304eef0afd923f7886ef086db37f4869e6619e1]

        loplugin:includeform: formula
        
        Change-Id: I50b898e477e0842577bcc648540e7f4b66d5b693

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3f9e9940a508083423bc184c43d148b6606f25e0]

        loplugin:includeform: fpicker
        
        Change-Id: Icf2531ca9dea11bf25a8bbe5815e5b37b933553d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a457c7c6b0339184466c12f1c43b0b0aa01edf54]

        loplugin:includeform: framework
        
        Change-Id: Ib5eaab06ff0cc1b44db9e4057ab349a0990af14d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [cfad891e95442d3b1fcd919928ab9ad8849a8e8c]

        loplugin:includeform: helpcompiler
        
        Change-Id: I8902e3f567d275d074fd6b33e4935cf41caca838

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [9124cfd6450ba2ca8929cdbf763640fa263922c2]

        loplugin:includeform: hwpfilter
        
        Change-Id: I698761540c868b0448be47ffccf663972664f76b

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2274e7d51809ee1714bd96a889ae1261225f7c12]

        loplugin:includeform: i18nlangtag
        
        Change-Id: I3a6a384e0116820580ee8b1647dd2a140bd76136

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [58b898407254e308830bf6570f87f38ce62f9a39]

        loplugin:includeform: i18npool
        
        Change-Id: I4356a9e559a3f63c172542256543b272df6ba173

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [f0c35fea4ed3862eea57df092aa9edf7d7b1cb30]

        loplugin:includeform: i18nutil
        
        Change-Id: I47bdf2dc7f8f282136e320a660a5c4ef44ea0baa

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [14bf2a4be447fc6495d05a78967033ce4f28607c]

        loplugin:includeform: idl
        
        Change-Id: I9631129331ef4b858ed3dd7b0e617002e6d461fb

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [f3698af7ccebbe7063226c843fb664f68d84e679]

        loplugin:includeform: idlc
        
        Change-Id: Ia32beed408de33fbe8ed59ddcab5b01ddc3b8218

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3f2a9e2d71a04f18fa713b5174368ea3af1d348f]

        loplugin:includeform: io
        
        Change-Id: I68e0ebc5a1585d2f55a4061edd8ab197f437b6a2

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [9b5afa247a737ddf4b77c24ad512a1859415a577]

        loplugin:includeform: javaunohelper
        
        Change-Id: If8f65b5942fd41c7023a14f9e321568a0d6c7946

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [285ebf02dadac6dc07198d0ab5d28692947e394a]

        loplugin:includeform: jurt
        
        Change-Id: I27eaa6a60f85c2f02205babb9369a56441604d8c

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1852f8f12d4205fc0ea76303c777fac7327953e7]

        loplugin:includeform: jvmaccess
        
        Change-Id: Iae16eaada04d35a655f7f9d8b5e8156f5c7cd171

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [0a938e785920f46404334a9d19f018d3e28d9a49]

        loplugin:includeform: jvmfwk
        
        Change-Id: I7292ced23647692fdc85a3c234fb1469a91ad0ea

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [fc8e95600aa40ef33beab7fd4c07e7ce66df1d27]

        loplugin:includeform: l10ntools
        
        Change-Id: I73eed5cbaaa1a0668f0dfa89a1a26883f64b3107

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1ce65e7493756672980e2555cc4fa748b7c77199]

        loplugin:includeform: libreofficekit
        
        Change-Id: I58a78a6339a0c8ef1b509604e8b79a339497cf8f

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [c8ea69a2fbbee1d4aa6e115bdf3cec9a300fd7ed]

        loplugin:includeform: lingucomponent
        
        Change-Id: I41c38e8dd7b3a782af3f2f5d9f298bca8b633f7a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [94409984476aafb9ca58c0e1e235c01df3ca7645]

        loplugin:includeform: linguistic
        
        Change-Id: I4a1db5d06511221a656367e7b0457144335ae10c

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [e6ecc6e428a49c725484547dfa4454bab3aba882]

        loplugin:includeform: lotuswordpro
        
        Change-Id: I1ff35dd6242accf0a8e71086a14a72e85eef1c5a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [60de56cf1ae694fd86a2ce20711cf97958228656]

        loplugin:includeform: mysqlc
        
        Change-Id: I9c234873c47830b364e069cdedc64806ee7724ad

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a1734eecf636a9d943c70a76c90a35c96efe5a27]

        loplugin:includeform: o3tl
        
        Change-Id: I3cf4cda744148c966d0686310fef5dab6d3a3b35

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [f6ad25f67b3bc77527cd56653e327a211c6bb804]

        loplugin:includeform: odk
        
        Change-Id: Ic8ede7a0377d9ec4f360b63889e0ccf3c5dda93f

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [03e6bf9a6535d95dd717d91072b766dfd577057b]

        loplugin:includeform: officecfg
        
        Change-Id: I580443e0e992f3b53f35d854c4d020bfaaf6a308

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [85fe083c46c145ab7b884c1479e7b5ab234e4feb]

        loplugin:includeform: oox
        
        Change-Id: I9f1cc9940f5b31370394f789ebfaddfd6d30ca61

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d516b4e16af29e1978173b134da0420879619eb2]

        loplugin:includeform: opencl
        
        Change-Id: I3646ae6fa573c673b27e6d8a552883687c98aad2

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a50d42929aefc5a3a421228efde86aa83f478e05]

        loplugin:includeform: package
        
        Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [cb3b0cb54e1e505a0e54ef64fe46e8173c1379b2]

        loplugin:includeform: pyuno
        
        Change-Id: If6090dc77275b4a8cdfeaedb437036801e981a9b

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [43479a097f089d478753ee1e463723db5eb7fdb8]

        loplugin:includeform: registry
        
        Change-Id: I499856ba451c71bb53e99d74c5a89f1a185c9386

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [650432d41090ee07a8870fefc7a148084ec8e610]

        loplugin:includeform: remotebridges
        
        Change-Id: I18d4c77233c66b7d4359bed8d42f80271de637dc

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7d66d3ae9f07d12cd4ed0b9dd4c9bec7019b71ea]

        loplugin:includeform: reportdesign
        
        Change-Id: Ie531677be09c264ed1536ad2512e76f29ab46881

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [c30f3ea3dd294210058c781145d6fdd320c975b4]

        loplugin:includeform: sal
        
        Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [89c13dd346fa724ff5e2efe1757b527b49259fa9]

        loplugin:includeform: salhelper
        
        Change-Id: I88c8822356298ba1a0ff60dc53a5c4ae32d7eb1b

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [5209ee4791a005c10c5277996796f2056541b0e8]

        loplugin:includeform: sax
        
        Change-Id: If54794f72502a11612e85f99713e553f91d4025e

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a]

        loplugin:includeform: sc
        
        Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b]

        loplugin:includeform: scaddins
        
        Change-Id: I7e825a2098e9d5fa2c57de5736d0b3ac5ec21347

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [203c989a6cae2e7adf05d2d307ca4ab988c48874]

        loplugin:includeform: sccomp
        
        Change-Id: I819977bf2c0aff3f98f039f966b7fa6f0fad2728

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [20c66302db5a3ee579429c37bf1cb1adc1802a4d]

        loplugin:includeform: scripting
        
        Change-Id: I5b1280426667636703c996af8ee08ffeeffeb7e1

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3784e4d5ef6869f1f1da3c0b382112aa1e4a56d4]

        loplugin:includeform: sd
        
        Change-Id: I4b75316c8644a591e6d1cfab4945ef123f945b53

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2d1de9686e831158de55d9c5e8f51d36412556ec]

        loplugin:includeform: sdext
        
        Change-Id: Ieb9641b9846ecfed8d1a022a48defe7644405690

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1c46c7a04fcd2a02429d6360bd1e78e2519619da]

        loplugin:includeform: sfx2
        
        Change-Id: I5e9a7a2580a710880023288f5ed3584708c4769d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7666da05ee9dd54c65038ce13d0c39e67d70a0d1]

        loplugin:includeform: shell
        
        Change-Id: I73be2f09a4b27509b62936daa414efb51977277f

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [5f0ddf22df22f6c4d35a42c205eb064e8fb8e6ce]

        loplugin:includeform: slideshow
        
        Change-Id: Idbfda5c87dafd6f5f76f724030f0a153398d7ab3

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [dd1d963daae15ba9a667635be04f194a40460699]

        loplugin:includeform: smoketest
        
        Change-Id: I9be2b5d6790b339899330fb1e4a78ff512d64d8d

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d6d5da3a5e490189ce7656df47d68da55472cb46]

        loplugin:includeform: sot
        
        Change-Id: Ibdc9e9d2f9912172fe18a960fb67c874585ec09a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [ff77d83afd9558f2750ab46e6fc4e1fe426c1b43]

        loplugin:includeform: starmath
        
        Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [63ffec7c8590105b2e202f324db328ff44805b12]

        loplugin:includeform: stoc
        
        Change-Id: Ie891e4abfd9968f9f7a35f60ecb3a0acc4215be3

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [c8ee9e53d25a9252173b8b67abb73bcd9e1b8894]

        loplugin:includeform: store
        
        Change-Id: Ia9134d7f1e9c30b7faef693c3f621cec7ec5a61a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [426a2527e78e57f14b845eea8ff6a803129786fe]

        loplugin:includeform: svgio
        
        Change-Id: I5832529b0200295cc54a85dff42bf5692bd59ab5

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [65c7343768a9a3e09f4be0047b456159d0870ec0]

        loplugin:includeform: svl
        
        Change-Id: I769b091515d1e6b7d16652d11ff2b94a75584ad0

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [92236b3eabb93b753adc21d72dc41f1b0330a8a4]

        loplugin:includeform: svtools
        
        Change-Id: I7a25c2db8c097ae4512c8a8b7d8a272905b46e50

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [97059fbd09fedce0ff830599f8df5f41d42336f2]

        loplugin:includeform: svx
        
        Change-Id: I4057fe05983fb2b63b592ffd325894c12b9cb5b2

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [62f47bb2a54536d6e1cf14b16d2e3b963ba651a6]

        loplugin:includeform: sw
        
        Change-Id: Ifc3c4c31a31ee7189eeab6f1af30b94d64f2f92a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [34307a8a7da7def2f3ee207c08b59a48864a03f8]

        loplugin:includeform: test
        
        Change-Id: Ibcbb5b002e8326c484547a825cb295d0f5158a3b

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [4c8eac645bca4cc95e5ea3f39e4702d83e565f04]

        loplugin:includeform: testtools
        
        Change-Id: I5449b1d38b2ae2d2d92b40cd3b67b60cbb3447f1

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [b0c76a6336ccc2a3be56067fe1e1b0b058b704b9]

        loplugin:includeform: toolkit
        
        Change-Id: If080e5da5d18b53ac4b85f82fbb4a72b894765dd

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [022e64e8380423909b187fddce9c17f7d5fb6ec4]

        loplugin:includeform: tools
        
        Change-Id: I0af695964e467022050500293570c1e01ac4a517

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [310ce51340c2d64c4bb148caea2c01cf3f83a4b7]

        loplugin:includeform: ucb
        
        Change-Id: Ifa5d2d7c4a8f9464dfcfea7f50e8a6a79043be08

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [0b8e2033339fd2f6e00e4ab9c735307740586ec3]

        loplugin:includeform: ucbhelper
        
        Change-Id: I47fe099aa042085e71a08f4260e78773a25c2860

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7c02ef0275dd27dde5828757b25e49dcbf419614]

        loplugin:includeform: unodevtools
        
        Change-Id: Iac0a22dd68a39cf5f71907c8f1e289fbd0c95249

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [0b51e2a7464356f417b885d1efca900390155bdd]

        loplugin:includeform: unoidl
        
        Change-Id: Ie5414c607ed9dcf8ebd3a37d150aa138dac3ad09

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [bf49fc49ad3f18a1782c882a128c91436ad64ff6]

        loplugin:includeform: unotest
        
        Change-Id: I2c545951eba154ac34db32f97e37c03edb790fd4

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7bd70488cdfbd3ebca9e4151b9731a020e80db95]

        loplugin:includeform: unotools
        
        Change-Id: I019d7fefcd83b306a1847ae4a7ec581435412fc4

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [9c9e5fd4d4e3a70b7eaca37654d3fb65808d4f59]

        loplugin:includeform: unoxml
        
        Change-Id: I447ba963bd9163e99932d95c3f3e9aeac623d822

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2301e37201c7ea85cb802fac22400685e4752b71]

        loplugin:includeform: uui
        
        Change-Id: I36108c7c5ad2dd99ca3a0c71cbe6dd1e38dc66ba

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a1915fbfb5d9dc2a7694170e61352c3a731987ce]

        loplugin:includeform: vbahelper
        
        Change-Id: I9a53a4a235b298a565679eddcae86bceaedb5652

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1]

        loplugin:includeform: vcl
        
        Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [e279245767050c8ca9743b33ab395cb67dd9a63c]

        loplugin:includeform: writerfilter
        
        Change-Id: Ic42219a7d733897ba47b26ffa0659c524798878e

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [c78154f1fb1e9c1b38912783d9e82fa00b4f02ff]

        loplugin:includeform: writerperfect
        
        Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [87c671d188f4a0f5dcc7944b450cc58e84217d81]

        loplugin:includeform: xmlhelp
        
        Change-Id: I0ae8533889742d314938b497d566a4bde722057a

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3ff3a053712665402a05e1e2471807d65879b8d0]

        loplugin:includeform: xmloff
        
        Change-Id: I9e55142a7904c426fce49f68f1790365ea490fab

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [bfd7aead9d351e314d9130cb24350ce679a7c94e]

        loplugin:includeform: xmlscript
        
        Change-Id: I21a0229d575d6486031994a088fde842756b8feb

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [35a2b55a13be84b7ff47133083cfa0a988e1455f]

        loplugin:includeform: xmlsecurity
        
        Change-Id: I9c3eca51fec52a255fcf280fe4e5ecc2ebbee5f3

2017-10-23  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [090e9ecd0960e6027cfaaf4600e95dc311524143]

        tdf#113284 Check vector length before use
        
        Change-Id: I52b5e6712ba34de0a73bc45ce2262b211b5ac50e
        Reviewed-on: https://gerrit.libreoffice.org/43725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [189abcf0db61c41a565bd355294bf6e712fc3e5a]

        loplugin:includeform: UNO API include files
        
        Change these back to consistently use the "..." form to include other UNO API
        include files, for the benefit of external users of this API.
        
        Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [340c5c20c264277b3ac1cb9cfcdbb0499ae471d7]

        chmod 0755 -> 0644 for some source files
        
        Change-Id: Ibe5b5e03374419c2c23cd6559ab213d2dc2fcc66

2017-10-23  Tor Lillqvist  <tml@collabora.com>  [3330b39e2d82114fa16b67196fbb5cbc63c7573c]

        Split ooxmlexport8 to avoid too many sections in object file with MSVC2015
        
        sw\qa\extras\ooxmlexport\ooxmlexport8.cxx : fatal error C1128: number
        of sections exceeded object file format limit: compile with /bigobj
        
        "Revenge of the CLOOKs," as mst called it.
        
        Change-Id: I57faae5ffdf17a8f4a80c6e948a4deed3427af0e

2017-10-23  Aron Budea  <aron.budea@collabora.com>  [dde9ce9a63a76d031ffbc589440af06d02d932d8]

        Updated core Project: dictionaries  471ccf158958a7e7968c96796bdf4dcfe4142bb3
        
        tdf#112065: Update Tibetan (bo) dictionary to 0.4
        
        Change-Id: I4d2cc7b0366d04c32b32d8ddec4dca1cf9735e5a
        Reviewed-on: https://gerrit.libreoffice.org/43708
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [4563d1406cf12a5a49fd61cd698ada835a402c56]

        shrink cgm fuzzer
        
        Change-Id: I507987be6092549b60c9b74ecd7680006186ba9c

2017-10-23  Eike Rathke  <erack@redhat.com>  [028d66430f6b34949b8cd53e0373b5522d17f09c]

        We still have to build and run on 32-bit
        
        Change-Id: Id8840b001beae7de72beace5c0c14f0d304ce1fc

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [a646518107097ff64d6d5d26a0fa3e76e98a07f5]

        shrink ppt fuzzer
        
        Change-Id: I8873020cb7aad6d067f037d72146a42451977cc3

2017-10-23  Serge Krot  <Serge.Krot@cib.de>  [ccf475364881cebc13d50cf2cc9af2040b416bd3]

        tdf#38778 fix missing run properties export for fields in docx
        
        Not all runs got their text properties written during field export -
        previously only the first run had them. Adds SwTextNode param to EndRun
        and EndRuby methods, implementation empty for rtf and doc though.
        
        Change-Id: I77f39b40689feb9664044e61824ad3bb97776638
        Reviewed-on: https://gerrit.libreoffice.org/43465
        Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
        Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>

2017-10-23  Eike Rathke  <erack@redhat.com>  [54a0f24d1650637efb4557c0f72a9978bc9acc96]

        Updated core Project: help  5af894d9ff054c51125764d0217b381d4d9745df
        
        Fix typos
        
        Change-Id: I2c2055d885e8beb224f6b786c62bf90588469291
        

2017-10-23  udareechk  <udareeck@gmail.com>  [022b1b2a40fcaf8d201081dead44c1d3346d1972]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Removed 0L, 1L and 2L
        
        Change-Id: Icb38de1cdd8e1215a86118b0c8af993025fd790e
        Reviewed-on: https://gerrit.libreoffice.org/42567
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-10-23  Szymon Kłos  <szymon.klos@collabora.com>  [f68c1a0f03b974839b02cbff400f1a2785489c87]

        tdf#113263 Revert "PPTX export: correct position for shape in group"
        
        This reverts commit fd3383556881d6a9d73e1a3027c079cf9bfddecb.
        
        Change-Id: Ia9befead3b45975d91215cea584b32afadb5bd52
        Reviewed-on: https://gerrit.libreoffice.org/43711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [9794d194eddf004cc6c27eb25bd889193ada79ad]

        tdf#33689 Add QA unit test
        
        Test of English NfKeywords with non-English languages
        
        These tests need https://gerrit.libreoffice.org/43633/
        to pass for Finnish
        
        Change-Id: I5e6c3250e6136eeb2e8e25e1f411390e109d5b7e
        Reviewed-on: https://gerrit.libreoffice.org/43634
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-23  Eike Rathke  <erack@redhat.com>  [ad2f1d2675ce480abf06db280fc551372b3cbed3]

        Assume 6GB memory could be consumed by matrices
        
        ... if SC_MAX_MATRIX_ELEMENTS is not set.
        
        Change-Id: I27100d5fc75e2d5288892c54997147854de781e7

2017-10-23  Eike Rathke  <erack@redhat.com>  [443113383296ca4781fb44e58e018a337db8e73c]

        Move GetElementsMax() to .cxx
        
        Nothing else is using it so we don't need it in .hxx
        
        Change-Id: I0df879a7be2c56a70c30f50f44a92bb527b5a9ed

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [4fc4b3360de37d48cebaa7b7498ce544aeadc2d8]

        Resolves: tdf#113336 avoid crash during teardown
        
        Change-Id: Icdebd5aca1a2bdaefb904d153ca97a6cc56ac7ff
        Reviewed-on: https://gerrit.libreoffice.org/43712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [ec451bcb2831439faac9fdfb2dc981b0fa0a2961]

        Resolves: tdf#113356 Missing numbering formats in writer field ui list
        
        Change-Id: If1ba30783473b82f08fef3754fcdcf3b4e2951b4
        Reviewed-on: https://gerrit.libreoffice.org/43717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e07606fdd000fa7ee197a7596e673d392591b1e7]

        Fix typos
        
        Change-Id: Ia30f466d08a9366b527225bbc0965f85881c7431
        Reviewed-on: https://gerrit.libreoffice.org/43714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-23  udareechk  <udareeck@gmail.com>  [1fe94cb6152737632e543ef8f8534f15203dc747]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Removed 1L and 0L in xmloff file
        
        Change-Id: I58c2f909495c6255be8ddc8105c2ddbfea24f543
        Reviewed-on: https://gerrit.libreoffice.org/42604
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-10-23  udareechk  <udareeck@gmail.com>  [bafc68b9e72cab0de949a8f2bc49a832c3517623]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Removed 1L and 0L in vcl/ directory files
        
        Change-Id: I0f5d134e0602d00ba058d34054b3dbfbc4233983
        Reviewed-on: https://gerrit.libreoffice.org/42599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [b0b4482cc496b163b4c8d23a0c2156f38017abc5]

        Simplify some includes
        
        ...where the relevant path is already found via -I settings
        
        Change-Id: I9cb13b7b648ff2b1983a8b80d5047c4d9da9f515

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [974e0c5b8993ca2aec5378af89ba5d09c05c9ec6]

        Fix prev. commit
        
        Change-Id: I1cb5947952afce330075b97f4106c59e14fbbb14

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [c1e2bcca09c325b47136cb730749d39c1af99a99]

        need some more services in calc fuzzers
        
        Change-Id: I8ddca8e1f12a42d70f00ade8e179179fdf567589

2017-10-23  Stephan Bergmann  <sbergman@redhat.com>  [289946e09045ec7ac9f133bf66994e6b8a080d2c]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: Ia9d9bae46e19a93b791f94847fa986bee2779712

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [c7c144fc7ae032536d9954ff91ef2823f944b7f7]

        ofz: cluster of oom with multiple large ScMatrix
        
        Change-Id: I39b628ad2014f69d88c1a32d0dbd2a4c4d8c695e
        Reviewed-on: https://gerrit.libreoffice.org/43576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  David Tardon  <dtardon@redhat.com>  [688dddcd843b85eeadaea49b8ddb7c90c05c4a9f]

        upload libetonyek 0.1.7
        
        Change-Id: Iabca84c1ba3a14716b7707541434efcc82581a78
        Reviewed-on: https://gerrit.libreoffice.org/43709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [daa6fe9f040314bf05f914a45e10a8d7b9613d3b]

        hardly need a mutex to return a local string
        
        Change-Id: Ic147ad6af32de022802d1d14858197bf61c29a28

2017-10-23  Johnny_M  <klasse@partyheld.de>  [8ba9dfe27382626e97fb4ab705b7ad056725a800]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc and were
        translated to their English equivalents. For used translations, see, e.g.,
        https://translations.documentfoundation.org/de/libo54_help/translate/#search=RMZ&sfields=target&soptions=exact,case
        
        Note: The translation here is equal to the translation of variables done
        on https://gerrit.libreoffice.org/43078 , etc.
        
        Change-Id: I1010a3ddf58a0d32e97bfb55090dc7aacc0b91b7
        Reviewed-on: https://gerrit.libreoffice.org/43692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  Johnny_M  <klasse@partyheld.de>  [a67d2aa67401e31bea3b3ad82cb19bbecf071e50]

        Translate German function names in Calc (financial)
        
        The affected parts of names of functions correspond to German function names
        in Calc and were translated to their English equivalents. For used translations,
        see, e.g., https://translations.documentfoundation.org/de/libo54_help/translate/#search=GDA&sfields=target&soptions=exact,case
        
        Note: The translation here is equal to the translation of variables done
        on https://gerrit.libreoffice.org/43078 , etc.
        
        Change-Id: If3043a9a10366dbf11269d72708404e350d58166
        Reviewed-on: https://gerrit.libreoffice.org/43691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [b4da498db27bcf6e93c1899e9a19942b3462946b]

        Follow-up of resolution of tdf#33689 for Finnish
        
        Using MM in Finnish should be minutes.
        However, if English NfKeywords are used, MM can be month or minutes.
        This patch try to distinguish minute/month if minute was first detected.
        
        Change-Id: I029f3f2a4d79cb4a9730f8c32147f14bedd8094c
        Reviewed-on: https://gerrit.libreoffice.org/43633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [adc20182157c604e702a4af4e73e63be614ae6d8]

        correct doxygen syntax
        
        Change-Id: I9e0ae4f9adadf58b99228d64a316d279043151f2
        Reviewed-on: https://gerrit.libreoffice.org/43638
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-10-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [3691e3e18c753eb2dc9479b25056c28a11131acf]

        tdf#33689 QA Check integrity of sEnglishKeyword
        
        Check the number of elements
        Check equivalence with sKeyword
        Check if the order of elements in the sEnglishKeyword vector matches the order defined in NfKeywordTable, so if someone adds/(re)moves/inserts an element both table and vector stay aligned.
        
        Change-Id: I97b530b1c7ee262c7884f51e2562eace9f13d8f8
        Reviewed-on: https://gerrit.libreoffice.org/43690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  Laurent BP  <laurent.balland-poirier@laposte.net>  [1f053cd0d6a9ea43d0037fadf9976a178936c518]

        tdf#33689 Make sEnglishKeyword static member
        
        For QA test, we need to access sEnglishKeyword
        
        Change-Id: Ib277204de14bc9268a5f3c825c3c7b3e61acbbc0
        Reviewed-on: https://gerrit.libreoffice.org/43689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [ed57f47cdf1cb815df898c6ae63aa6db6d992fd3]

        Resolves: tdf#113355 need to explicitly call initial TwoFigureHdl
        
        Change-Id: Ia328f9adf95eef6711d286c9bde5b9a6edbd9978

2017-10-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fbc44fe63b47c1e2df9b4d7e1602f3358087fd62]

        tscp: advanced classification dialog for impress
        
        Change-Id: I76c81e6f84de8160c20f1614d7676f2f2c3fb155
        Reviewed-on: https://gerrit.libreoffice.org/43361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [1bd148495378d811f33a0ff26dc82165bbe961ac]

        shrink rtf fuzzer
        
        Change-Id: I69fbac6ada653b2cacfdf80ce2772dc253fc3075

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [157bef79c1af5520d04a8389fa66d2e193998529]

        ofz: avoid config
        
        Change-Id: I1fa1c2cb9c755822c2a80453ac3f0424f2c91ffe

2017-10-23  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [931c84e697dc69745d1c07c40f810638f9f71eda]

        tdf#110431: Fixed losing listbos entries on opening .ods file
        
        For some reason, XML_TOKEN_INVALID was taking wrong value
        in windows, causing to fail imports with unknown entries.
        
        I've also added some of the tokens I found from several
        test files to the list.
        
        Change-Id: Idd2e7db165b9b4b5a2d8c7a837786fde252fe938
        Reviewed-on: https://gerrit.libreoffice.org/43677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-10-23  David Tardon  <dtardon@redhat.com>  [61e7fbf4f63232f26f96290bf08b7fffae94c486]

        keep bundled versions in sync
        
        Change-Id: I7f571dfcd35e1d8aa351946a9239a9f06a2a6801

2017-10-23  Caolán McNamara  <caolanm@redhat.com>  [2bdd2425664b6314e312e13679d4ccd3c093afb2]

        shrink qpw fuzzer
        
        Change-Id: If7038a3e720a987aaa3575646444aaf8dad555c2

2017-10-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [6999bafb8675461a7f1400880eabd2daffe96ba4]

        tdf#105000, related tdf#87538: Make new color names translatable
        
        Make the new color names of the Tango palette translatable
        These were added in 494cdeda9700ee1fcbfbed1b22f7436927bd6c72
        
        Change-Id: Ie81dd42e011bcc36884c3c4c31ac65d83bfe6e31
        Reviewed-on: https://gerrit.libreoffice.org/41614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-23  David Tardon  <dtardon@redhat.com>  [1bad74aca003fa6a7a376ef9498b9ba6c64b6223]

        upload libvisio 0.1.6
        
        Change-Id: I7864603e47e9f9337323ff4eed4e08f20bf5a756
        Reviewed-on: https://gerrit.libreoffice.org/43703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b17294826830e278d060c876cf4f94a9b4ec16cc]

        loplugin:finalclasses in sw
        
        Change-Id: I3b1d689d5eb800a36466376bca735dd31fe4567c
        Reviewed-on: https://gerrit.libreoffice.org/43639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2559a2a0567dbc392ceb34057c0dc5078bbb9474]

        loplugin:constmethod in cppu,cppuhelper,idlc
        
        Change-Id: I9138b7e5d53c30488f99e9f9b9fe3f98c8d6858b
        Reviewed-on: https://gerrit.libreoffice.org/43583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [87a9979c8938b800aab6e35903d60d24892e7f2e]

        overload std::hash for OUString and OString
        
        no need to explicitly specify it anymore
        
        Change-Id: I6ad9259cce77201fdd75152533f5151aae83e9ec
        Reviewed-on: https://gerrit.libreoffice.org/43567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-22  Maxim Monastirsky  <momonasmon@gmail.com>  [d76c4e5c9aaf8bd27ec97679bcaeba5b18aca493]

        tdf#113353 gtk2: No decoration for floating toolbars
        
        Some window managers need this explicit setting.
        
        Change-Id: I007f066e29002d8988132f72ef55fbe3b679fa8c
        Reviewed-on: https://gerrit.libreoffice.org/43697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-22  Caolán McNamara  <caolanm@redhat.com>  [600039bc7bd5a4b9b0bdec4f2ce7c83f6d7445d8]

        shrink slk fuzzer
        
        Change-Id: I1f9a6afaa2ae0d235eb6c40ae8b2a3b9ed929972

2017-10-22  Caolán McNamara  <caolanm@redhat.com>  [aa3c2526893cbf08a08f881b9e4b24dbd2b8b0b7]

        oss-fuzz: drop our own afl related hackery
        
        Change-Id: Ia6a498c07fffd1790ad433287ef4d1cf82085887
        Reviewed-on: https://gerrit.libreoffice.org/43695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-22  Andreas Brandner  <Andreas.Brandner@cib.de>  [7b2f4b328c68513429657520eca8a8836717c4ec]

        Prevent gnome-shell f/ showing 'unresponsive app' during debug
        
        LibreOffice advertises NET_WM_PING atom, so mutter rightfully
        warns of an unresponsive application during debugging.
        
        Hack that out unconditionally for dbg_util builds, as per
        https://bugzilla.redhat.com/show_bug.cgi?id=981149 upstream refuses
        to make this configurable in any way.
        
        Change-Id: I12edbb49a067ad20903ca9b62557ee02c90c8a6e
        Reviewed-on: https://gerrit.libreoffice.org/43618
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-22  Henry Castro  <hcastro@collabora.com>  [2fa424f40a185eb43d862a29abce07345695fcf3]

        sc lok: fix spell checking languages in Calc
        
        Change-Id: Iadcc3b55a30ce2a2c785366fb3807ff6e4bda1fe
        Reviewed-on: https://gerrit.libreoffice.org/43581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-10-22  Laurent BP  <laurent.balland-poirier@laposte.net>  [2460e7637f635727f4596f3e3d799eed434df082]

        Resolution of tdf#33689 Update comment
        
        All keywords must be uppercase. Excel Thai modifier is the only one lowercase
        
        Change-Id: I28d3df4592bc1ff0845892c8f37b083256d63f4b
        Reviewed-on: https://gerrit.libreoffice.org/43686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-22  Julien Nabet  <serval2412@yahoo.fr>  [93947341acb91c7ad508d1de72f5705f730d8e93]

        Fix 3bf3cae9b7b4d38e0427d71a2b34629fd5988af7
        
        wrong use of emplace_back, it should be push_back here
        
        Change-Id: I729820336f4aedbebb94ce8311c8fb62aba74e92
        Reviewed-on: https://gerrit.libreoffice.org/43688
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-22  Julien Nabet  <serval2412@yahoo.fr>  [3bf3cae9b7b4d38e0427d71a2b34629fd5988af7]

        Replace some lists by vectors (vcl)
        
        Change-Id: Id6f61cbbcd91e1a81e5ac23cdf19a6cda07f8659
        Reviewed-on: https://gerrit.libreoffice.org/43675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-22  Julien Nabet  <serval2412@yahoo.fr>  [61bddaff3380f7700f58a41adedf8befd34d4d91]

        Fix wrong use of emplace/emplace_back
        
        after these patches:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=ea6858c1e388c2d17a0825f3d21353ded67083eb
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=118a0a3734a3f794c67a9d7d4376d8ed78a96fee
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=c16804de78b1cf1ad906eaacbcc7c51d35218d8a
        
        Change-Id: I287d64d3aef6cf18fbf20602680ae9ead0ab26e5
        Reviewed-on: https://gerrit.libreoffice.org/43687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-22  Stephan Bergmann  <sbergman@redhat.com>  [5807952ef7bc9252eca7fa11a16454af59576a12]

        loplugin:redundantcast: Do warn about convoluted dynamic_cast to self
        
        ...that the compiler is free to elide anyway.  (See
        4e7ffc0a69dac31ca7e0f1649f1697a1ff8d6e5f "Avoid compiler eliding#redundant
        dynamic_cast" and 380d6afe5fd691f6ad4b17fc38b79b9fca4ba906 "Remove redundant
        asserts involving dynamic_cast".)
        
        Change-Id: I3f75154fee3e978b7ba95a5a27589417065599bd

2017-10-22  Stephan Bergmann  <sbergman@redhat.com>  [380d6afe5fd691f6ad4b17fc38b79b9fca4ba906]

        Remove redundant asserts involving dynamic_cast
        
        ...from SwTypeNumber to itself, which the compiler is free to elide anyway.
        (SwTypeNumber is a base class, so there's no way to hack this like was done with
        vcl::Window in 4e7ffc0a69dac31ca7e0f1649f1697a1ff8d6e5f "Avoid compiler eliding#redundant dynamic_cast".)
        
        Change-Id: I21185e49bc4fa1803d46e086d863d47eda330acf

2017-10-22  Stephan Bergmann  <sbergman@redhat.com>  [4e7ffc0a69dac31ca7e0f1649f1697a1ff8d6e5f]

        Avoid compiler eliding redundant dynamic_cast
        
        ...from vcl::Window to itself.  This relies on vcl::Window deriving solely from
        OutputDevice.
        
        Change-Id: I530108ff41d2c141a88e9ec9d9d6929abc773c0d

2017-10-22  Stephan Bergmann  <sbergman@redhat.com>  [66b1854252ff29a16babff099b038c8e5c9ec969]

        Make sure TypeCheck has a non-deleted default ctor
        
        ...as needed by
        
        > core/compilerplugins/clang/check.cxx:19:19: error: call to implicitly-deleted default constructor of 'loplugin::TypeCheck'
        >         ? *this : TypeCheck();
        >                   ^
        > core/compilerplugins/clang/check.hxx:76:5: note: explicitly defaulted function was implicitly deleted here
        >     TypeCheck() = default;
        >     ^
        > core/compilerplugins/clang/check.hxx:78:27: note: default constructor of 'TypeCheck' is implicitly deleted because field 'type_' of const-qualified type 'const clang::QualType' would not be initialized
        >     clang::QualType const type_;
        >                           ^
        
        after https://llvm.org/svn/llvm-project/cfe/trunk@315194 "Make SourceLocation,
        QualType and friends have constexpr constructors" defaulted the clang::QualType
        ctor.
        
        Change-Id: Idaeaa4499cea877fd5d66c18b8fce24b7808ba04

2017-10-22  jan Iversen  <jani@libreoffice.org>  [8590c8b8af53df9431639ae92f4169cef17a3660]

        iOS, updated init sequence
        
        Updated the init sequence to test for completion
        Added a few build switches
        
        Change-Id: I9cb4fc8bc1209afbb49917baf385602f484a6d72

2017-10-22  jan Iversen  <jani@libreoffice.org>  [bf8193cb4f36a0593b763a13970f6d42a7eef26f]

        iOS, linking adjustments
        
        Small adjustments to clean up the process
        
        Change-Id: Ibbe50bb2aa553e253e22ec107c27a075b588a6cd

2017-10-22  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [f3476b7b02cc976856e549281f02a2d948e1f4d2]

        TSCP: classification abbreviation and sensitivity support
        
        Change-Id: I4d165be565193857c3c7839102d72371b4c5ad44
        Reviewed-on: https://gerrit.libreoffice.org/43628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-22  Mark Hung  <marklh9@gmail.com>  [2a65ad5708d1013a28fe6c250701c8f385c2083f]

        tdf#110994 make text-to-text alignment work in standard page mode.
        
        Allow it to align as if there is no grid at all.
        
        Change-Id: I784284a05c1f1323e050e74a5d574a9b11189298
        Reviewed-on: https://gerrit.libreoffice.org/43005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-10-22  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [db61ca5b3abbd2df433bcab516f8fa2cfbc01944]

        TSCP: support abbreviated classification names
        
        Change-Id: Ib7edc491d2f8a69c48f1515ba29d79e09c88c3b7
        Reviewed-on: https://gerrit.libreoffice.org/43627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-22  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [e4c912f6b0855d3f0cf713cb4e4ecdb00a28e263]

        TSCP: wrap paragraph classification in parens
        
        Change-Id: Ieb0236d7cde2dfde8758040605c7d83d1b905e7b
        Reviewed-on: https://gerrit.libreoffice.org/43626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-22  Yousuf Philips  <philipz85@hotmail.com>  [dc2d133e7953f08f73ef9cd0b40786764b0e2035]

        tdf#107569 Tango: Fix missing icons in menu bar
        
        Change-Id: I59e2dc441994a6d21df2b446854aec6dae90f290
        Reviewed-on: https://gerrit.libreoffice.org/43152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-22  Caolán McNamara  <caolanm@redhat.com>  [b19e1a145bcdaab7ccd4c4c84dd3bd9795403cd5]

        check emf seek
        
        Change-Id: Iace6ac3f56f2496bc43d8f2cdad630a35bc935a2
        Reviewed-on: https://gerrit.libreoffice.org/43671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Julien Nabet  <serval2412@yahoo.fr>  [118a0a3734a3f794c67a9d7d4376d8ed78a96fee]

        Replace lists by vectors in printerjob (vcl)
        
        Change-Id: I6eb9b94839307e6297b5c3e3308d95d3645a215f
        Reviewed-on: https://gerrit.libreoffice.org/43665
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [2002b7b1fcbbdbc185ce08e6d92d4c6116de08e6]

        check seek succeeded
        
        Change-Id: I2bbee3adde8f36be7ebc6b4555d9417c3add00a3
        Reviewed-on: https://gerrit.libreoffice.org/43669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [2e64d2c0447f4ac73914cb1308cff1aca0d4bdc2]

        check bmp seek
        
        Change-Id: Ie5e40d7817c4bac2a645822863e62467739801e8
        Reviewed-on: https://gerrit.libreoffice.org/43672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e9e7ee19ba8cb5666442e765f3a1e9e497a22e0a]

        Updated core Project: help  8f9abfe9036b842e809947f94d2cab2f6db153af
        
        tdf#112755 reorder modules icons in helponline
        
        Change-Id: Ib662f9e0b4dd84abfbddd0bbe91fbfebf6d8a98a
        Reviewed-on: https://gerrit.libreoffice.org/43676
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [421e12dcc6d20885669ec75aa39b0fa760be7908]

        check for sucessful seek
        
        Change-Id: I6da634ddd38f57eaef0eefca30f6d2c3867869c3
        Reviewed-on: https://gerrit.libreoffice.org/43670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [92874c94caa8a46b44c3b4b6499c85ae97e61ae4]

        check that seeks succeeded
        
        Change-Id: I4d27bf8287f9ba2945081537a6c839232df75c42
        Reviewed-on: https://gerrit.libreoffice.org/43668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [3da533cabddb0e02bd2d57bfd2acfb452cee0e61]

        check if seek succeeded
        
        Change-Id: Ic31392def4f5887d514c2ff9b8ecad0fd7190ffb
        Reviewed-on: https://gerrit.libreoffice.org/43662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [eaa54fd26ed9f3f873a2721760dd0709202e927c]

        check seek succeeded
        
        Change-Id: Idd8f0c02e266086f069dd9e3f7f4b8944f2859d3
        Reviewed-on: https://gerrit.libreoffice.org/43667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [35ef2f6f6c234dc624a542e936df84566cc81c51]

        check seek succeeded
        
        Change-Id: Id124e6e2091f114984bfd2e004f5f8dcdd61f2ab
        Reviewed-on: https://gerrit.libreoffice.org/43664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [f221002976fa9e57054d51054ab4b62cc6e6109d]

        check seek to end of header succeeded
        
        and some other checks
        
        Change-Id: I3576a9019329d23d4ce17787cbc03149fbcc475e
        Reviewed-on: https://gerrit.libreoffice.org/43663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Gabor Kelemen  <kelemeng@ubuntu.com>  [e198087f32e98fdf569920a6f5fb51558919e2cb]

        tdf#113295 Fix typo in translation domain name
        
        The translations for the framework module go to fwk.mo files.
        This change will make LO look for them in the correct file name.
        
        Change-Id: Icca662bbdd6693a31f1acce59fbac77bdd36ae5f
        Reviewed-on: https://gerrit.libreoffice.org/43624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [96976553c41e8e7af47ad3d25927f5018279f6c7]

        check ppt property size against max available len
        
        Change-Id: Ie99a68ea34edfb480d41cf832d3044f4bf686585
        Reviewed-on: https://gerrit.libreoffice.org/43661
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Julien Nabet  <serval2412@yahoo.fr>  [ea6858c1e388c2d17a0825f3d21353ded67083eb]

        Replace lists by vectors in ppdparser (vcl)
        
        + simplify some parts
        
        Change-Id: I78c611f234e06e542be56016231f6c16d44e4385
        Reviewed-on: https://gerrit.libreoffice.org/43640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [92c940a530c1b43ed1ba2ff10343024f2bf2d69b]

        check seeks earlier
        
        Change-Id: Id392f2299b6bdacb9a71e94959d24d02417d571e
        Reviewed-on: https://gerrit.libreoffice.org/43657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [dc2b9e014ba81d6a244d0824e9c3b34fc38de884]

        check seek
        
        Change-Id: I610a650caaffe6510c1a13831b810f1dd0eab8ae
        Reviewed-on: https://gerrit.libreoffice.org/43656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [ead920a48aa8c35075fdb980b9d213ff1c580dd1]

        loplugin:redundantcast handle dynamic_cast
        
        Change-Id: I7855c76e820efce96778b1c19ec71dffcc4b4abb
        Reviewed-on: https://gerrit.libreoffice.org/43621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-21  Gabor Kelemen  <kelemeng@ubuntu.com>  [fe5b70723fc83f229fb4b41231a663a8700f48c4]

        tdf#105000, related tdf#87538: Make new color names translatable
        
        Make the new color names of the Standard palette translatable
        These were added in 78869ad9d4c904e665529befe5181ea5121fba1d
        
        Change-Id: Iccc43cc4ef44c8ca587b6df2b08c6e1b45e4b118
        Reviewed-on: https://gerrit.libreoffice.org/41330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [23467fa5cfa2feffbeba2177c0d393f8ebe1a0a3]

        tdf#67770: Read/writer LastActiveDeck bits
        
        Change-Id: Id5e3c3cb4144b9fc56ab5e4a4e49f1fc69e70023
        Reviewed-on: https://gerrit.libreoffice.org/43493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-21  Julien Nabet  <serval2412@yahoo.fr>  [0c46b3a9a384d5b70a708c3e9459a790dd815c63]

        Replace list by vector for maPS3Font (vcl)
        
        Change-Id: Ida0d1a87e32024430fd314c601b9acb9358a9dd2
        Reviewed-on: https://gerrit.libreoffice.org/43641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [e26f8d2592a3d7cc5b43b3246b364397dd704f0d]

        coverity#1401307 document checked 'Uncaught exception'
        
        markup std::unique_ptr where coverity warns a dtor might throw exceptions which
        won't throw in practice, or where std::terminate is an acceptable response if
        they do
        
        Change-Id: Icc99cdecf8d8b011e599574f0a05b59efd1c65c2
        Reviewed-on: https://gerrit.libreoffice.org/41561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-21  Julien Nabet  <serval2412@yahoo.fr>  [3dce7bd77c56e61cd9457b03e8cf4137a7630eb9]

        Replace lists by vectors in gtkgdi (vcl)
        
        Change-Id: I328fd67c24607173ead855179c44f7f08baf9e0b
        Reviewed-on: https://gerrit.libreoffice.org/43620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-21  Stephan Bergmann  <sbergman@redhat.com>  [1c680d763e770250b8e1b0e63e62a4f5ecda3b74]

        Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_cast
        
        Change-Id: Iecb943db0aff7ffc21cc2f6adb625be369255b32
        Reviewed-on: https://gerrit.libreoffice.org/43606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-21  Michael Meeks  <michael.meeks@collabora.com>  [254c49dcceaa8b181b2cb3338e34e5637be277b9]

        tdf#113225 - hold the solar mutex when entering from UNO.
        
        http://crashreport.libreoffice.org/stats/crash_details/dff57662-1693-47f6-8b09-88f180d2e706
        
        Change-Id: I4322c2113c300af97fb5854aac4a741b7027e6b1
        Reviewed-on: https://gerrit.libreoffice.org/43623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-10-21  Caolán McNamara  <caolanm@redhat.com>  [d4ab059050366d38a1e938cc7c0a2c424dfe1098]

        Resolves: tdf#113253 graphics change shape after ppt roundtrip
        
        Change-Id: I8e7520c206e909c016298f76fcd5083c98184dc4
        Reviewed-on: https://gerrit.libreoffice.org/43608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [8ba60ca42d4d1873b8cd85c5d3b5ed2f0e19df60]

        WIN message handling cleanup and refactoring
        
        Replace a lot of duplicated case code with macros.
        Some minor constifications of function parameters.
        
        I restrained from shorten the SAL_MSG_* via preprocessor concat,
        so a grep will still find the whole names.
        
        Change-Id: If1f2477fc8817b4ae7816e807154e35004bb4da9
        Reviewed-on: https://gerrit.libreoffice.org/43531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-20  Michael Stahl  <mstahl@redhat.com>  [4f05fdffbe4483ae0a466a6460b63560c3fb45ca]

        tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now
        
        Change-Id: I0f6e284d232388019bfa33f07a4afc864e0040a9

2017-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [22fa30c2f6aa541f6b1db002d276459d137490c8]

        loplugin:finalclasses in toolkit,tools
        
        Change-Id: I365d9a5057b35bf0441ac8fbfef4447a25652760
        Reviewed-on: https://gerrit.libreoffice.org/43601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-20  Stephan Bergmann  <sbergman@redhat.com>  [0dacfe29a5c8c93f8cf06c18e160cc464c17d15f]

        Add AllLangMoTarget to gbuild_TARGETS
        
        > Oct 20 13:40:08 <sberg> caolan, any reason in
        >  00657aef09d854c74fb426a935a3e8b1fc390bb0 you didn't add AllLangMoTarget to
        >  gbuild_TARGETS (Makefile.in) when removing AllLangResTargets from that list?
        > Oct 20 13:45:56 <caolan> sberg: don't know, if there was a reason I've
        >  forgotten it
        
        Change-Id: I6027be94962b6dbeca0db842b39f3d09762135c0
        Reviewed-on: https://gerrit.libreoffice.org/43602
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd74225ddad06ca826a37c8ba91eedd9d2aa23ce]

        tdf#113287 sw split sections in tables: fix missing invalidation on sect del
        
        The problem was that the Table1:A2 cell contents was wrapped in a
        section that was first split, then all the contents was moved to the
        next page, finally the empty master was also moved to the next page. At
        this point the master had 0 height, and when it was removed, the follow
        section frame had invalid positions, including all of its contents.
        
        Position invalidation for table contents works by first invalidating the
        table frame position, which triggers an invalidation chain for both all
        next frames and the lower frame. Other lower frames are not invalidated,
        that happens when the first lower is calculated, in
        SwLayoutFrame::MakeAll(), when the SwLayNotify dtor is executed. This
        mechanism did not help us here, as the master section frame was already
        marked for deletion, so SwLayoutFrame::MakeAll() was not called for it,
        so neither of its next frames were re-positioned.
        
        Fix the bug by explicitly invalidating the position of the next frame in
        SwSectionFrame::MakeAll(), for the "return early, this section will be
        deleted anyway" case. (The alternative could be to watch out for
        0-height sections in the SwLayNotify dtor, but the problem is specific
        to section frames, so SwSectionFrame is probably a more expected place
        for this change.)
        
        Change-Id: I5ab9475675d25bef7c0647893b1b5909da019f3f
        Reviewed-on: https://gerrit.libreoffice.org/43604
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [68d45e54b02d5800e454a2c81c2692412e5c89bd]

        Fix typos
        
        Change-Id: Ia61b174eb48e0cb80d4b7d404d3b815537ba7cb1
        Reviewed-on: https://gerrit.libreoffice.org/43615
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-20  Mike Kaganski  <mike.kaganski@collabora.com>  [848c25b6b1cd1a1881b74ac68c48c87bc535106b]

        Silence compiler warnings C4005 (redefined INT8_MIN etc.)
        
        Change-Id: I29feefb1045e22addcbe68c00e3ed601e258519d
        Reviewed-on: https://gerrit.libreoffice.org/43607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-20  Stephan Bergmann  <sbergman@redhat.com>  [243d743dae127fe11ecd7f807121da8815af8f01]

        solenv/flatpak-manifest.in: incorporate upstream sandboxing improvements
        
        ...done by Bartłomiej Piotrowski <b@bpiotrowski.pl>,
        <https://github.com/flathub/flathub/pull/127/commits/83a660a7c2876cfa53b86a3a5164908d4490a5f7>
        "Remove access to the system and session buses" and
        <https://github.com/flathub/flathub/pull/127/commits/e8481f172e03542e5be0bde537f62999db7277fe>
        "Own correct D-Bus name on the session bus".
        
        Change-Id: I3d58833e0cee64b1c936f76df90a892bc6ce70d4

2017-10-20  Stephan Bergmann  <sbergman@redhat.com>  [70f98c6c55e3185be754ef2168743d65420f28c1]

        Adapt solenv/flatpak-manifest.in to recent download.lst changes
        
        Change-Id: I02db3b076e8b4387192da1d0de321cca86fc7159

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [6ce83d387fc784fa171a2ffaf46dfc8142012081]

        ensure init codepage on short read
        
        Change-Id: Id288b7473fa65c35c45d726d47e5016ae0b630e4

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [8280bdaf48973125ac4f64a42902de2d929b6188]

        ofz#3706 shrunk ww2 filter too far
        
        Change-Id: I79d87614fe220db595e4d2107b0d1571093db6c5

2017-10-20  Eike Rathke  <erack@redhat.com>  [82a869887b46e9fc87928cf462e2a1d020d6e9c3]

        Comment some values that 16 doesn't work
        
        One of them was removed with
        e6611cc2ef5960e9f32c56da44fafd02446f53e6, reintroduce to prevent
        running into a dead end again.
        
        16 or 17 digits will need some different approach.
        
        Change-Id: Iec213ed857121e323e13ee83763c51fa563c794f

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [92bad369d99b02f1be0bfb8f79d3e85c271492bb]

        drmemory: fix small leak
        
        Change-Id: Ib7f6beb52dc832ee570e21ac5ab65d25946b622f
        Reviewed-on: https://gerrit.libreoffice.org/43597
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  Takeshi Abe  <tabe@fixedpoint.jp>  [aedaee97a7e4ae9b0c00163c5767ae6ebc937ead]

        Drop redundant cast
        
        Change-Id: I8f0835a910bef2eac058a8408a86edc774ab8777
        Reviewed-on: https://gerrit.libreoffice.org/43594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-10-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [fd5fa397a0a46470e034bb23789f7a17592cb070]

        OSX implement direct timeout processing
        
        Basically works in the same way then in the Windows backend.
        
        Change-Id: If48e2b55f037563839a5e716830ce75ed78381e4
        Reviewed-on: https://gerrit.libreoffice.org/43530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [1da252d58bc3d01ee2a26b03ed6666723d82833d]

        shrink ww8 fuzzer
        
        Change-Id: Ic2ee596b1d2dbba4f685100aef1862ce0e5e435d

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [387554ef787ced5d3e5c94bb824aa5dc383f133a]

        RotGrfFlyFrame: Clang error fix
        
        Change-Id: Ifae68d4d5a17446f01c97ce2e94cd0419217259e

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9743ecb42095b6e742ab7636ccc67b820f8b9fee]

        RotGrfFlyFrame: Added interactive rotation mode
        
        The FlyFrames containing a graphic now support an
        interactive rotation mode. Added a rotation icon to the
        Toolbar close to right/left 90degree rotation. When
        activated, works as similar to draw object mode as
        possible. Shear and move of the rotation center is
        deactivated since not supported. It uses as much of the
        existing interaction stuff as possible.
        
        Change-Id: Ia1a4e5c064d8576b114c3fcf3a96ccb42c9372bb

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [93f5800e181372d3e5f02c825fd3b09f2756cac7]

        RotGrfFlyFrame: Corrected position for CropHandles
        
        Position was taken from OuterBound FlyFrame, even in current
        master which is wrong. There can be a distance defined between
        InnerBound and OuterBound that has to be taken into account
        
        Change-Id: Id88f99c0b218bd26fa1daa5e8215eced00c0baa6

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [73360bdf0b60370c76d9669502c2b0e5a9d4e504]

        RotGrfFlyFrame: Implemented Handle Update on rotation change
        
        WIth rotaiton being allowed the handle visualisation may be
        dependent on this, so it is necessary to refresh their
        visualisation on rotation chnage, e.g. for crop handles
        
        Change-Id: I218e326894999381fc4058b7eba432491a0cf23b

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a6fc51cbe40b98674ade29e090f1b45e1f530062]

        RotGrfFlyFrame: Encapsulated matrix decomposes
        
        Change-Id: I432766970ef06c7d85a0056d3f24280cf2acd47d

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d9b16effeda21488911d1b5035f9d3be05731ca2]

        RotGrfFlyFrame: Adapt Crop functionality to rotated Graphic
        
        The FlyFrame which may contain a Graphic needs working Crop,
        interactive and in core. Adapted this to work with now possible
        rotation, changed common code in svx which has to handle cases
        for Draw/Impress/Calc and Writer differently. Tried to use as
        much in common as possible. Additionally furter adaptions
        to rotation itself.
        
        Change-Id: Ia961e9490e2627c74220b186116f5aa4fcabca78

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4ddd74e2d119eb7b25df75a65fcb214ce08ec672]

        RotGrfFlyFrame: Minimal working rotation solution
        
        This version allows rotation (in 10th degrees) and perserves
        it over save/load cycles. Rotation of multiples of 90 degree
        behave close to original except not changing the contained
        Graphic and being adaptable to all kinds of graphic. The
        rotated Graphic is displayed centered and under preserved
        AspectRatio in the available frame space (so no rotation,
        180 degree is identical, 90/-90 is identical with 1:1 ratio
        of the graphic)
        
        Change-Id: I54b3385f709ee0d34a55324aca919dcd2ce0c009

2017-10-20  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a42b0985c7619efdc934bb1cf19e5e2c2b6faea2]

        RotGrfFlyFrame: Initial adaptions
        
        To allow free rotation of Graphic FlyFrames in Writer,
        several adaptions are necessary. This change takes care
        of all needed changes to internally support a freely
        definable rotation angle for that case. Save/Load round
        trip is working, the graphic does no longer get modified
        and added in 90-degree-changed state to the object, the
        original will be preserved. Support for needed slot in
        core/ui is implemented. Rotation can be applied from
        Menus/Toolbars in the known 90/180 degree steps. Added
        a slot/Button/command to reset rotation in these cases.
        Added support in Sidebar to rotate using the rotation
        wheel and/or numeric field. These fields and support added
        to Image TabPage, too, fully functional.
        Missing now is a solution for displaying the rotated
        Graphic. For now, it just gets rotated, but this will not
        be the final state of this change.
        
        Change-Id: I6f3b85ebb5be2b4ad3311c536d54f27a37a494e7
        
        RotGrfFlyFrame: Linux build adaptions
        
        Change-Id: I365287ecd6525b1972e8436d61332f7121d88649

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [2e001b40ad0d19c8db528bb4df739e289163779d]

        Resolves: tdf#113252 missing tabs in basic library organizer
        
        Like SfxTabDialog, as in interim measure throw away the TabPage if its not
        suitable for reuse
        
        Change-Id: If8247ea37dfca42e690716a8b687677e0f73c9a8

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [6a902de6db0537df0b7e13df062dc89006f98581]

        ofz+ubsan: left shift of negative value
        
        Change-Id: I304532162fc75b69807d5e45227368ab25736b93
        Reviewed-on: https://gerrit.libreoffice.org/43586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [28584366a4ce57df988fadea98c81604d7c2c564]

        sw layout xml dump: show validity flags of SwFrame
        
        Change-Id: I48ef2d7b2f88421c90a5128785e21868dc2cef32
        Reviewed-on: https://gerrit.libreoffice.org/43589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [58843f4db5ac4769b603cc65251d63d65b06bea4]

        sw: fix unusual boolean prefix for pointer in tabfrm
        
        Change-Id: I0a0e896c57e8b6d659e0038bbbd89996aedb1147
        Reviewed-on: https://gerrit.libreoffice.org/43588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [6608fcec4ae967bdcbe9a9eea216ea52bfbb64a2]

        sw: drop temporary debug code in sectfrm
        
        Change-Id: Ic9a7ecae8533adc76d440525e9f7a7cafa272be8
        Reviewed-on: https://gerrit.libreoffice.org/43587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-20  Justin Luth  <justin_luth@sil.org>  [889547390ceeb8b5474f4a6245c07120e513da3f]

        tdf#55528 ww8export: export table width percent
        
        Confirmed in MSO 2003 and MSO2013.
        
        Change-Id: I91362571294c3869ecd7c5fd37d2f781e2655fe6
        Reviewed-on: https://gerrit.libreoffice.org/42919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [991034aad06e7d2b6e8e00b7ccdd8f286b776da3]

        coverity#1419948 silence Operands don't affect result
        
        Change-Id: I68c42f6d9c6cfda90446a07ecd6bbf02abb22af9
        Reviewed-on: https://gerrit.libreoffice.org/43593
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [e79d4129dc2ecbd7f1ce75eb36f743621a0480a6]

        coverity#705523 silence Dereference null return value
        
        Change-Id: Ic7719a543b341ca78264a24568b63cc69069c8e5
        Reviewed-on: https://gerrit.libreoffice.org/43592
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [1f4674c7c123a667f4febbbb96b1a1d0e083f19c]

        Resolves: tdf#113230 crash in finishParagraph
        
        Change-Id: I94535a51a87be097ff7356edff935877b42c3272
        Reviewed-on: https://gerrit.libreoffice.org/43598
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-20  heiko tietze  <tietze.heiko@gmail.com>  [4d5bbf089a1fd97993294dd0c48aaad14e96f783]

        tdf#113244 - UI Inconsequent naming for Zoom
        
        Renamed toom level into zoom factor
        
        Change-Id: Ib7cadc822b4bca33d1252e9aea844319ba4c90d6
        Reviewed-on: https://gerrit.libreoffice.org/43544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e2dd2975df75d89e4293a5fb3ae2c3e471f9df83]

        loplugin:finalclasses in ucb,ucbhelper
        
        Change-Id: I5a0f75cb2b19123ac5f9f149a6dcaa06ef3f8923
        Reviewed-on: https://gerrit.libreoffice.org/43585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b42c7f2def7425dd379204a5bd15481e840093ed]

        use std::unique_ptr in SwSortOptions
        
        Change-Id: I5854e1492388d765a0503193a45f7c0f1bd14004
        Reviewed-on: https://gerrit.libreoffice.org/43528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-20  Michael Stahl  <mstahl@redhat.com>  [92fe6fed58d3166740ab00a274e4c69562b20d0e]

        offapi: update TextFitToSizeType documentation for tdf#97630 fix
        
        Change-Id: Id4fad147002d0ec18d1462764f842a3791b48d3a

2017-10-20  Michael Stahl  <mstahl@redhat.com>  [e2282240add1b57d5eafae8e829ac18051a27f59]

        offapi: fix TextFitToSize property
        
        Change-Id: I3c519e1377c09b53f02f360bb53f422ac1bad2b5

2017-10-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c4881cb8f17182dd4ec3fb9b01feab3ee5f2703a]

        Very quick EPUB icons for Galaxy
        
        Change-Id: Ie9e62b87a125c0bb86b3078a6eed80cfcfc1f522

2017-10-20  Michael Stahl  <mstahl@redhat.com>  [33eb9fdb61033b3fd35d923900b1f5791f4b71c8]

        tdf#97630 xmloff: ODF extended draw:fit-to-size mess
        
        The plan:
        
        1. As Regina points out, there is already (in ODF 1.2, but not ODF 1.1)
           a style:shrink-to-fit attribute for shapes, so use this to represent
           the AUTOFIT value.
        
           The fallback from AUTOFIT to draw:fit-to-size="true" was a stupid
           idea anyway, probably "false" is less annoying in practice.
        
           There are 2 different shapes that implement TextFitToSize property:
        
           a) text shapes already interpret ALLLINES and PROPORTIONAL exactly
              the same
           b) fontwork custom shapes interpret ALLLINES but do nothing for
              PROPORTIONAL
        
           As Regina points out, there is no shape that needs to distinguish
           between ALLLINES and PROPORTIONAL, so we do a minor behavioral
           API CHANGE and from now on interpret PROPORTIONAL as ALLLINES
           on fontwork custom shapes.  This obviates the need to distinguish
           the values in ODF and so we don't need a new attribute,
           just use draw:fit-to-size="true" for both.
        
           On import, use MID_FLAG_MERGE_PROPERTY to combine the 2 attributes
           into one value.
        
        2. Restrict the export of draw:fit-to-size to only the standard
           values "true"/"false".
        
        This implements step 1, the step 2 will be done in the future when
        most users have the import of the style:shrink-to-fit.
        
        Change-Id: I4a378aa110fdb82db7a99a839d7ff207248a73e7
        Reviewed-on: https://gerrit.libreoffice.org/43521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-20  Stephan Bergmann  <sbergman@redhat.com>  [6cb20e0b298f41fe88984aebfe5454f936a0ae3a]

        Disable CppunitTset_sc_*_functions_test for linux_aarch64 for now, too
        
        > Oct 20 10:21:31 <sberg> erAck, when "Testing
        >  file:///run/build/libreoffice/sc/qa/unit/data/functions/array/fods/linest.fods"
        >  in CppunitTest_sc_array_functions_test fails with non-informative expected 1
        >  vs. actual 0, how can I reasonably debug that?  (and no, I don't have an X11
        >  connection to the relevant machine, to see what opening that .fods with LO
        >  would look like there)
        > Oct 20 10:25:04 <erAck> sberg: sigh.. we're still lacking an "analyze steps"
        >  in the functions test loader, so far only loading the doc and inspecting
        >  provides that; maybe getting individual cell results via UNO would work
        
        So disable these tests for aarch64 for now too, to get Flathub builds unstuck,
        until somebody finds a way to actually debug this.
        
        Change-Id: I9bf30d0d7185497f9ad4b04b60b6a67f34a8c44e

2017-10-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [47ee8098a90a35626dcace7422a9a624c8469389]

        WIN guarantee direct timeout handling
        
        The code did acccount processing of an invaild timeout system
        message as a valid timeout event.
        
        Change-Id: I3c31f8b9cec592631b4089411163dadecffde816
        Reviewed-on: https://gerrit.libreoffice.org/43529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-20  Jim Raykowski  <raykowj@gmail.com>  [9466ea1af09c275f423b0d5c1ad929984ed998b3]

        tdf#98212 make paragraph dialog alignment tab preview update
        
        Change-Id: Ibd1d4f2c59bb832d6b2bba597e3f022c628e1887
        Reviewed-on: https://gerrit.libreoffice.org/43577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-20  Mike Kaganski  <mike.kaganski@collabora.com>  [377b8ee94e5aad0c517101ab1161280fcc39b029]

        pdfextoutdevdata: Rearrange code for readability and efficiency
        
        Change-Id: I506e77d97940570b076274a35cc92d3ec7278d3c
        Reviewed-on: https://gerrit.libreoffice.org/43584
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-20  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1c80246e5ff8aeb3e05384d86766a56aa878c7be]

        tdf#112100 Select shape name in Navigator
        
        After the selection of a shape the shape name is selected in the Navigator
        tab under the Drawing Objects entry.
        
        It scrolls to the corresponding entry as well in case the scrollbar is
        visible.
        
        Change-Id: I298e8fe6bdab01eb20c53e1730812192c46770c5
        Reviewed-on: https://gerrit.libreoffice.org/43566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [7f4543402a6efce84d94c26dade58f752b37d6b3]

        shrink ww6 fuzzer
        
        Change-Id: Ic84ebb2327d6f99b04a6f2722f71fe401d2a9e09

2017-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [14d45665433eec974acd96f813f2bf314bdb3eba]

        loplugin:constmethod in codemaker,registry,store
        
        Change-Id: Ie75875974f054ff79bd64b1c261e79e2b78eb7fc
        Reviewed-on: https://gerrit.libreoffice.org/43540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f8a1e301c7f5b9e924e192ab68b7baa23dcc47a]

        use std::unique_ptr in EscherSolverContainer
        
        Change-Id: I46d10aec5b69d120dfca8fea076013664cbb3278
        Reviewed-on: https://gerrit.libreoffice.org/43527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-20  Stephan Bergmann  <sbergman@redhat.com>  [15dce20e8b97dbd0179f01910ca4d0027e80ff4e]

        Fully ignore inappropriately named loplugins in unit-test mode
        
        ...even if they implement PPCallbacks, so filtering them out in
        HandleTranslationUnit was ineffective.
        
        Change-Id: I9df8103a50739f3176e6d63accfd0334da7faa9a
        Reviewed-on: https://gerrit.libreoffice.org/43575
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-20  Gabor Kelemen  <kelemeng@ubuntu.com>  [2161abff3510dd591db30d94911241436c90c4d4]

        tdf#87808 Add missing tooltips to Media Playback toolbar
        
        For the Position and the Volume sliders
        
        Change-Id: Ie7eee332b05e9a6cfc8165cf7b7b59695c58b458
        Reviewed-on: https://gerrit.libreoffice.org/43571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-20  Takeshi Abe  <tabe@fixedpoint.jp>  [44f54bf392375b789e3e3c3e868c9426d6cd4e41]

        svtools: SvTreeListEntry's copy ctor is unnecessary
        
        Change-Id: Idce8773d96e30dacfc9ce13fdb9b399c2a8bf341
        Reviewed-on: https://gerrit.libreoffice.org/43485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-20  Julien Nabet  <serval2412@yahoo.fr>  [c16804de78b1cf1ad906eaacbcc7c51d35218d8a]

        Replace list by unordered_set for m_aAlternateFiles (vcl)
        
        Change-Id: I66ea61972fed87245b33dfe355eff58d23041120
        Reviewed-on: https://gerrit.libreoffice.org/43520
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-20  Takeshi Abe  <tabe@fixedpoint.jp>  [ba9e09be72a6bd5709fcc51f5dc3cb70b3b80540]

        Kill unused SV_LBOX_DD_FORMAT
        
        Change-Id: I242339aa7a3f7c12b84cdcd97fe670491a0217a5
        Reviewed-on: https://gerrit.libreoffice.org/43541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-10-20  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [8743a4172e5a168992f36e408c5db688a959000c]

        tdf#107111: DOCX export: restore HideTabLeader... attribute after TOX
        
        Previously m_bHideTabLeaderAndPageNumbers value was not restored after TOX
        finish and so causing visibility problems with following hyperlinks.
        
        Change-Id: I4ba5ce1f70e05d706d17d60e1a33a62995701f9e
        Reviewed-on: https://gerrit.libreoffice.org/43310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-20  Caolán McNamara  <caolanm@redhat.com>  [312a8a32a579160fd1665ab10dc37bd73c89961a]

        ofz+ubsan: runtime error: left shift cannot be represented in type
        
        Change-Id: Ic153b39475abbd562e4c81b47089ca8280080cff
        Reviewed-on: https://gerrit.libreoffice.org/43569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Serge Krot  <Serge.Krot@cib.de>  [143c482b3189cb084fbdf5e6f78f15b43f099e24]

        sw: enable ooxml export tests also for Win32
        
        * seems they work fine these days
        * also removed magic number from fdo69649 test in favour of getting the
          value straight from the document
        
        Change-Id: Ife9d96eb413740b56b771df0d23e590f44f9452f
        Reviewed-on: https://gerrit.libreoffice.org/43568
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [db90b1aa477baacf8cb85384343aba171b91eb5c]

        Move slideshow include files to common include directory
        
        ...that are included from various places.  Change done in preparation of
        loplugin:includeform.
        
        Change-Id: I6507189a380a547321903d71e3cb425c37bb16ad
        Reviewed-on: https://gerrit.libreoffice.org/43563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [8d3b8dd0b273f670baceaebdf4f66050e259c929]

        Make Library_sdfilt find Library_sd include files via -I
        
        ...instead of through ../../... paths.  Change done in preparation of
        loplugin:includeform.
        
        Change-Id: I1b4476f32573c2ef19d2a145e6e617b63006d40b
        Reviewed-on: https://gerrit.libreoffice.org/43562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [2d06146bcb2ae172feaf50e6d0c1f551607a4df9]

        Make include file found through -Isd/source/ui/inc
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: I954b6f7132db103c6b89a4ca1577b16f94e800c2
        Reviewed-on: https://gerrit.libreoffice.org/43561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [5d0f517e3a7e1f199f8ed068e9107efa308a1885]

        Make include files found through -Ilotuswordpro/inc
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: I4a666e8cd1cd3b1bf67af697be02879217dbc83a
        Reviewed-on: https://gerrit.libreoffice.org/43560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [67ef6aaf371e51ce24ac30cb4c0f01bf8c9fbdde]

        Move SchXMLAutoStylePoolP.hxx next to SchXMLExport.hxx including it
        
        Change-Id: I21a805d90f04432a864ec2567fd707da27bc7be3
        Reviewed-on: https://gerrit.libreoffice.org/43559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [e19c4b54d129db356d44ede66aba51c789d2445f]

        Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKit
        
        Some of the include files there had used
        
          #include "..."
        
        while others had used
        
          #include <LibreOfficeKit/...>
        
        for references among those include files.  In preparation for
        loplugin:includeform, consolidate on the latter (even if that's clearly a
        misuse of the <...> form).
        
        Change-Id: If142c844863e4e63b6fd8f2200732972860befd3
        Reviewed-on: https://gerrit.libreoffice.org/43558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Serge Krot  <Serge.Krot@cib.de>  [f3c37b7d72fd6f0a426bf9a40ee2202dac04f486]

        tdf#87533 Fixed initialization of writing mode for paragraph
        
        During parsing of the docx the paragraph without w:bidi
        should take this value from style or from default paragraph properties,
        
        Change-Id: Ie33f0d1cd3551c4053a47e6faf7dcac71765db65
        
        tdf#87533 explicitly set writing mode value based on default properties
        
        Change-Id: I3fcf514a901f0630d749ba0ddb6361d6db3ce1b5
        Reviewed-on: https://gerrit.libreoffice.org/42895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-19  Serge Krot  <Serge.Krot@cib.de>  [f89dcfd3ce8b0ea788589247fb8c1124af51d30d]

        related tdf#87533: handle LN_EG_SectPrContents_bidi correctly
        
        Change-Id: I90d220550d24fb964cf4e528a1f506033f05de95
        Reviewed-on: https://gerrit.libreoffice.org/42896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-19  Laurent BP  <laurent.balland-poirier@laposte.net>  [80c0a7300b9e185cd77f754abbad31422826662c]

        tdf#33689 Accept English syntax keywords in format strings
        
        If keyword does not correspond to any keyword in language
        used, then English keywords are tested
        Test done only if language may use localized keywords
        
        Change-Id: Iace2470f311c9c02eb86b63d0ad5f6130f4e2f0b
        Reviewed-on: https://gerrit.libreoffice.org/43260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-19  Mike Kaganski  <mike.kaganski@collabora.com>  [334a9f16cd1d1f9694f885c759903a41aa3d4833]

        tdf#113211: fix calculations with big integers
        
        ... and munbers with few fractional bits
        
        Change-Id: I86c3e8021e803fed498fae768ded9c9e5337c8bd
        Reviewed-on: https://gerrit.libreoffice.org/43477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-19  Maxim Monastirsky  <momonasmon@gmail.com>  [2c41e9924120ec2e399de9b4d8248f25712ae400]

        tdf#106163 tdf#112830 Mirror mouse enter/leave for gtk2
        
        Change-Id: I02bc5be82bc2bf51ff3e93939273d2c60c1c4d46
        Reviewed-on: https://gerrit.libreoffice.org/43570
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [02d4421687c1dba797153d9b71c01cf98d1537fb]

        ofz+ubsan: signed integer overflow
        
        Change-Id: Ie291f5f4e705ad3d2aeecc9fa26b1247974e2aa2
        Reviewed-on: https://gerrit.libreoffice.org/43545
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d54e58616600330e8eb9ba7d5f4598f3b674d643]

        use std::unique_ptr in SdDrawDocument
        
        Change-Id: Id02cf2615b7697df589f612d21219200d3fab082
        Reviewed-on: https://gerrit.libreoffice.org/43542
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Szymon Kłos  <szymon.klos@collabora.com>  [98133504fde1e1b235c39e4bb3b72bb2ee0b7819]

        PPTX export: remember color schemes in theme
        
        Remember color scheme from loaded pptx file
        or use default values.
        
        Change-Id: Icb69c51603afc5f332c20c75e4ed5f659f4b5614
        Reviewed-on: https://gerrit.libreoffice.org/43470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-19  Cheng-Chia Tseng  <pswo10680@gmail.com>  [278bdbca318defa3bb862e0422cff2492ef46705]

        tdf#112879 Update to Chinese (traditional) to reflect current norms
        
        Change-Id: Id439e3c4e8fc6e5d05026e43132460840a68aff1
        Reviewed-on: https://gerrit.libreoffice.org/43163
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed3d2e9863c11a36756466d907fa7fa8ecb726d0]

        use std::unique_ptr in SwDocUpdateField
        
        Change-Id: I9d6eba5e2714a29fd3a2ad301298ad8590a4af36
        Reviewed-on: https://gerrit.libreoffice.org/43549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [7855c29b4d40a64b73ad30c3f1f94a81cd61bf7a]

        loplugin:includeform: manual changes to idlc/source/parser.y
        
        Change-Id: I1f3b08b4af08956aefad12c679cccf7bd5112f8c
        Reviewed-on: https://gerrit.libreoffice.org/43557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [931decd0e908dae1b3780c56a58ca1f4d858729c]

        Move vlc/wrapper include files to common include directory
        
        ...that are inclued from both vlc and vlc/wrapper.  Change done in preparation
        of loplugin:inlcudeform.
        
        Change-Id: Ic7dc08b93d8a33b21dc64dfc0bfbe3952039f05b
        Reviewed-on: https://gerrit.libreoffice.org/43556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [96e68b9949b86afd3006415c733a2a710e8817f3]

        loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.y
        
        Change-Id: If3980360b79a7ffcd433055e4ab912301a1bed74
        Reviewed-on: https://gerrit.libreoffice.org/43555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [245fda4189cab7b8ec33ca23de1d7ea3f6fa5a1e]

        Remove self-include
        
        ...that was probably added by accident with
        0f58e974a7d6a88491a97ea3d0f30755ec330253 "lokdialog: Better dialog rendering
        API"
        
        Change-Id: Id480e0332da5edf7fc89b685c681bc79b34869f7
        Reviewed-on: https://gerrit.libreoffice.org/43554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-19  Eike Rathke  <erack@redhat.com>  [8112af3361fdf15fcf5d3177cd967e1d8d97d5f3]

        Resolves: tdf#113179 merge language attributes early, tdf#108795 follow-up
        
        Merging attributes from table to top EditEngine has to be done
        before colorizing with the range finder, as the resulting merged
        default item set *overwrites* the items set.
        
        Change-Id: I6561201de11344161f61d7d4cf6a7b79d76ba493

2017-10-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [291874c09c4bcde61f2c6808f2df6079f38d74e0]

        tdf#113268: Pivot table: Missing popup button after opening a ODS
        
        Wrong row number was calculated here. This ++nCurRow is usefull
        only when headerlayout flag is set. It's a MSO compatibility flag
        so it's not there by default in LO created tables.
        
        Change-Id: Id7989d898f2647f1ba45ed95e0aa615e3b4fa311
        Reviewed-on: https://gerrit.libreoffice.org/43552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c9a584af6d640bfd88797e1ccd0a7695ffbf6c99]

        It's a simple assignment
        
        Change-Id: I7b85a5ce93685013c28c9cb8047093fe7403da53
        Reviewed-on: https://gerrit.libreoffice.org/43553
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [376fa15154f501841b321359fefc8accc957f9da]

        Updated core Project: translations  0703aea9337413756face54c3d7a89cc4a539a33
        
        make msgfmt happy re 'msgid' and 'msgstr' entries do not both end with '\n'
        
        Change-Id: Ib323bb112dac8da86f9ca062c1376f8f7d34e608
        

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [bea5f123f68acec84ba12d17938e25b7e112a43b]

        shrink ww2 fuzzer
        
        Change-Id: Id30693b2e0cd260bf5ee7d22e8c701b4566e54d6

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [989f3a031235faa0356dddc9c29b0b23947447c5]

        ofz+ubsan: signed integer overflow
        
        Change-Id: Ie75f4ff4c0efe1a1fb67b8d2edf86af9a962110f
        Reviewed-on: https://gerrit.libreoffice.org/43543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Xisco Fauli  <anistenis@gmail.com>  [7bc2f1bde3a41737582532fd786b95749f98b37e]

        bump product version to 6.0.0.0.alpha1+
        
        Change-Id: Ic7c4f406e60774c435f8d41aaf54bc56126193f3

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [dddb527db1562f30a2a2b20338dfc8458086a4a9]

        Again, no -fstack-protector-strong for gcc3_linux_aarch64/cpp2uno.cxx
        
        8d12e4ec8b843d59661a12a7a92bfec7e4473e0f "No -fstack-protect-strong for
        gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCall" had done that in the past (so
        that setting up the x0/x1 return registers in vtableSlotCall is not clobbered
        by the stack protector code), but gbuild details have apparently changed in the
        meantime, so that gb_CXXFLAGS_COMMON's -fstack-protector-strong now ends up on
        the compiler command line before what is covered by gb_Library_add_cxxobjects's
        argument, so didn't get subst'ed to -fstack-protector.  That caused Flathub
        aarch64 builds to fail in CustomTarget_testtools/uno_test.
        
        However, if both -fstack-protector-strong and -fstack-protector are present on
        the command line, the second apparently wins, so use that hack for now.
        (-fstack-protector-strong is only available since GCC 4.9, but -fstack-protector
        is already available in our current baseline GCC 4.8.1, and even for a build on
        that baseline it wouldn't hurt if cpp2uno.cxx was explicitly built with
        -fstack-protector even if none of the other files were built with
        -fstack-protector-strong.)
        
        Change-Id: I9d78d2e5b08b7c0a4adb1531b482cd43617886f7

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [289839b758f2f065e0420fd8f885b6743de71736]

        ofz+ubsan: signed integer overflow
        
        Change-Id: I9ff2a9402b4dd1ed5458ea935a7ceedd525a3397
        Reviewed-on: https://gerrit.libreoffice.org/43533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Michael Meeks  <michael.meeks@collabora.com>  [856d734ee1665b6aa7304847c3a923af09066016]

        tdf#113225 - reset framebuffer count when resetting OpenGLContext
        
        Otherwise we can fail to allocate a new one when we need it post reset.
        
        http://crashreport.libreoffice.org/stats/crash_details/e4f26191-15d5-441a-868f-9ada21ef4424
        
        Change-Id: Icc5ec6c51338e18a0a1bc890f56670e8fe9c73ea
        Reviewed-on: https://gerrit.libreoffice.org/43508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-10-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8cf0b4b4cd748094889a6a9ac6883dd457113b74]

        tdf#113159: Pivot table: tabular mode is converted to oultine mode
        
        ... after RT XLSX in Calc
        
        Change-Id: I9725ca55aed973133db1d5fe47463575148e00b8
        Reviewed-on: https://gerrit.libreoffice.org/43537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-19  Michael Stahl  <mstahl@redhat.com>  [c79da868c0b02b1b1333c3b805899bb4ce867f6a]

        sw: fix odd condition in SwpHints::MergePortions()
        
        All of the RES_CHRATR_* items are poolable, hence we have
        (pItem1 != pItem2) == (pItem1->Which() != pItem2->Which() || *pItem1 != *pItem2)
        
        Move the redundant check to an assert() so we notice in case
        somebody adds a new non-poolable RES_CHRATR.
        
        Thanks to ccsheller for pointing me to this condition.
        
        Change-Id: I9e0634946b8bede3f483bb8997f69de05beae64c

2017-10-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fecffa63ef07a80d5094abcc2ffce5d8f73e54f5]

        Updated core Project: translations  dedc237384aa088b21796e0eb6d23501e00aaf89
        
        update templates for 6.0.0 alpha1
        
        Change-Id: Ie5bf8ab575cb94b341c277daa0cd9f6f2f6871f0
        

2017-10-19  Michael Stahl  <mstahl@redhat.com>  [a612c2feb38dbe78aa388f7d95baa12c6e821880]

        offapi: clarify TextFitToSizeType documentation some more
        
        Change-Id: I1912676423c0e85fa21f87bf28c2a4f6a13c5565

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [0f6494082983773431c84a3fcfd38db93d6afdae]

        ofz+ubsan: signed integer overflow
        
        Change-Id: I950fb60f9bc7d86a2fe6c64a3d8e62d29ab29817
        Reviewed-on: https://gerrit.libreoffice.org/43538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [660b12e47d3aedb8fcf2ed2c50f8175d351a51aa]

        tdf#112830 measure test with ApplySettings applied
        
        and don't invalidate on first view
        
        Change-Id: I1156c83c0365ef27946cc414cad8dfa07206e5af
        Reviewed-on: https://gerrit.libreoffice.org/43498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [516efc23377452f4a3950289a3977a7bb68ba188]

        Let's have this additional info also for WIN builds
        
        Change-Id: Ie641f7005980585501f2de1ed83f1cd27549b2bb
        Reviewed-on: https://gerrit.libreoffice.org/43536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1cd64ec65253c1f84500b0af89c5b2990374a5d]

        CppunitTest_vcl_pdfexport: now we can assert the path segments
        
        Instead of the bounding box workaround before commit
        5352dfbbe22b59983e1b91366908724138b9783a (pdfium: update to 3235,
        2017-10-12).
        
        Also stop using the deprecated FPDFPage_CountObject().
        
        Change-Id: Iff04b5d5af492b564d7e4e918fb69aa881791b88
        Reviewed-on: https://gerrit.libreoffice.org/43523
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [b462fa972e27d9c1510ee547e95f3e9062e4579d]

        use std::unique_ptr in hwpfilter
        
        Change-Id: I3aa6e1342f975420b19e9e21058a0331ed2d71e0
        Reviewed-on: https://gerrit.libreoffice.org/43525
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [3991cd38484883b8544be908b6834564345fd0f1]

        use std::unique_ptr in SvxUnoPropertyMapProvider
        
        Change-Id: I774718e74bdf2e022a01188a05c8928813ad653f
        Reviewed-on: https://gerrit.libreoffice.org/43524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Tor Lillqvist  <tml@collabora.com>  [049fc31e5557eada26a39bf8a06bfdb8f1cbb205]

        Fix assertion to check the right thing
        
        We want to assert that the token separator character is not one of the
        quote pair characters.
        
        Change-Id: Ic6114238f4a45a4f1ed7d255e7e9da3519479148

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f47804d56270ef4f0ee000bb6a1dfb45fa9bc4ac]

        use std::unique_ptr in lotuswordpro
        
        Change-Id: I9f3e8de3284899376c7db55c3ea6f16023acc40f
        Reviewed-on: https://gerrit.libreoffice.org/43526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [f9ffe96b84044e28c58b48d57662c7db3d50bcc0]

        ofz+ubsan: signed integer overflow
        
        Change-Id: I1484897d5c14cc35165b7bec0b840c03024a34e9
        Reviewed-on: https://gerrit.libreoffice.org/43519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Caolán McNamara  <caolanm@redhat.com>  [40d663adac040a419b3ac3a303958ba49bc8712e]

        ofz+ubsan: downcast does not point to SwTextFormatColl
        
        sw/source/filter/ww8/ww8par.cxx:1654:20: runtime error: downcast of address 0x000012e4a730 which does not point to an object of type 'const SwTextFormatColl'
        0x000012e4a730: note: object is of type 'SwCharFormat'
        
        Change-Id: Idc44902b0602af13fbc021c8f40a0c0dca0e46b3
        Reviewed-on: https://gerrit.libreoffice.org/43514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e8b5510a697f25f72a2171b307fb8ae5f21121ec]

        Fix typos
        
        Change-Id: I101357736813bfd47fb15d347fd2c0a33133de56
        Reviewed-on: https://gerrit.libreoffice.org/43506
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-19  Julien Nabet  <serval2412@yahoo.fr>  [66a33ea9ef0ede9c90714455e6ad46197425f075]

        Replace list by vector in Metadatable (sfx2)
        
        Change-Id: I707dd27be91711e4f80d39c620a3b9784b5ef122
        Reviewed-on: https://gerrit.libreoffice.org/43376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-19  Noel Grandin  <noelgrandin@gmail.com>  [0ad8447d3199e1c1d1f7d6ddabc9b4cded99c2d6]

        dyncolcontainer: convert nRight to std::vector
        
        Change-Id: Ie1c081250b22d80ece3c8f5a21e9728c14d7bdb1
        Reviewed-on: https://gerrit.libreoffice.org/43516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [856df6d40690500453092419b2c71e91e2c5de25]

        use std::unique_ptr in TrieNode
        
        Change-Id: I1482f846370e0b8e6f76d46fc5020e2dcb152223
        Reviewed-on: https://gerrit.libreoffice.org/43495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-19  David Tardon  <dtardon@redhat.com>  [8c9cfba67711d0c3902f9bba444b68c7415d4f98]

        fix build with system gpgme
        
        Change-Id: I00e6d6ce476adbd22bcfb4eb55d4db4194f4bc92

2017-10-19  Maxim Monastirsky  <momonasmon@gmail.com>  [31aeb934dbe101d5047e0b803735031b56b5ce57]

        tdf#112817 Fix the sidebar underline dropdown
        
        Regression of commit 03041e0f8d8385847c2e77fcaf08c1d33cad938f
        ("tdf#112817 editeng,svx: fix SvxUnderlineItem/SvxOverlineItem SDI")
        
        Change-Id: I68a19a47c5e9511b5d8ce0d6c312c814490bc044

2017-10-19  Stephan Bergmann  <sbergman@redhat.com>  [cfbb8b5090537e79ba70e250ddee86d53facbe15]

        Avoid throwing C++ exception across libjpeg C frames
        
        It causes trouble at least for (non-debug) 32-bit ARM Flatpak builds, where
        CppunitTest_vcl_filters_test aborts with an uncaught css::uno::RuntimeException.
        
        This is a partial revert of 6889fa826eef6bd1074d77507818e71dfe8ba152 "rework
        jpeg error handling to throw rather than setjmp to avoid leaks", switching back
        to setjmp/longjmp but trying to keep the leaks fixed by introducing any relevant
        local variables before the setjmps.
        
        Change-Id: Ia5984528ea98be1c89a21aee800b247120f88a89
        Reviewed-on: https://gerrit.libreoffice.org/43494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fdd0077568382cead47145f58c96e479627a5681]

        Updated core Project: help  ebb762cd6a29589089646670eb6eeb0b80b493d7
        
        The seemingly automated mass replacement produced this ridiculous sentence
        
        Change-Id: Ib2898b93377af7ef8290c5d7740d150f0b5285f5
        

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [dbcb06bfcb123d265029d380c60634227a505557]

        set parent of extension file dialog
        
        Change-Id: I9791fceb975ca9d0a0ca0ae61c0890826d06c564
        Reviewed-on: https://gerrit.libreoffice.org/43510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [86ed57911dffae4757058c410e4c5ac88ee8b160]

        ofz+ubsan: signed integer overflow
        
        sw/source/filter/ww8/ww8scan.cxx:1816:15: runtime error: signed integer overflow: -2147483648 - 1 cannot be represented in type 'int'
        
        Change-Id: I8dc79794c94c512ed1f73ea3f0e251cf2dc960bc
        Reviewed-on: https://gerrit.libreoffice.org/43505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [3db8059cd92545a618e6ec349b090b569c60847d]

        Resolves: tdf#112891 give restart dialog a parent
        
        Change-Id: Iaeb0060f390035bb214b9d1d8d090e7b933c9f77
        Reviewed-on: https://gerrit.libreoffice.org/43509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [7ff293f2d2793b30f30d2f499b332e5329d4ddb4]

        Resolves: tdf#113214 change back to previous entry after 'more' is dispatcher
        
        Change-Id: Ic5bd5f9182e47c6dfdab8fcd6399ffc482a4fb6a
        Reviewed-on: https://gerrit.libreoffice.org/43512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3ecb42e32b7daa07b327b2f40f757f0206fb484]

        EPUB export: better handling of tabs
        
        Mapping ODF/librevenge tab to \t in HTML is not a great idea, as it's
        ignorable whitespace. Go with NBSPs and a breakable space instead, that
        is much closer visually (15 is just an arbitrary number, it's what MS
        Word uses in its HTML export, LO Writer HTML export doesn't handle
        this).
        
        Adapt the empty paragraph case to also use NBSP for consistency.
        
        Change-Id: I131802416499eb4f3a83a333b37ca20b59fcd56a

2017-10-18  Szymon Kłos  <szymon.klos@collabora.com>  [a1f93eee75450c3ab6bc623bfad4f850260b86d0]

        tdf#107224 use correct bg for notebookbar
        
        Change-Id: I26093cb9cf0170aa9ba4ccfc8c8556c2e78086b3
        Reviewed-on: https://gerrit.libreoffice.org/43515
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [2874a31e4830c2e899a057530e9799bbae456d79]

        Fix spacing
        
        and use the hungarian prefix 's' for the string.
        
        Inconsistent spacing introduced with:
        2b5b8fd39c93166d9e6e696c010482413b155f78
        
        Change-Id: Ieee55f51ec6c87b087365f7460097d5cc997a261
        Reviewed-on: https://gerrit.libreoffice.org/43405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [331016f82a709d80c70143435db18753a78a23f6]

        return early on failure
        
        Change-Id: Id96ba954d3056cf982701090cf84ab4b1793b40b
        Reviewed-on: https://gerrit.libreoffice.org/43489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [e7cab93ebbccfc02e84c9385b8c53832784ef47c]

        ofz+ubsan: signed integer overflow in unused variable
        
        Change-Id: Ie95ddfdb002fdb5b6670bb155d2dd0089b719fca

2017-10-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [93c34fea480275343896ef25289a2b41ce19b114]

        Fix typo
        
        Change-Id: Ie29a05fec90c0d81b4a0399505b0a6761dfdef69
        Reviewed-on: https://gerrit.libreoffice.org/43463
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [abaf2e3b856356d68b104c6aa0d17d6937d980b4]

        rename some fields
        
        in preparation for const-method detection
        
        Change-Id: Iecf7102892d664ded799615ce1a848a538dcfcef

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9575e72de6ad54e6680d00e795e380df2c82264]

        loplugin:manualrefcount
        
        this is the code I used to find naked acquire/release stuff
        
        No need to run it all the time, so leave it in store
        
        Change-Id: I9ac4a6f5db7cd4cbb1b63698340425eed7cb8713

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5b971f94245b32e8e1a884d0076ca4f1696d09a]

        use rtl::Reference in forms
        
        instead of manual reference counting
        
        Change-Id: I5bad5b7b83049f5c018a1f2d5bbc37f03727c3ce
        Reviewed-on: https://gerrit.libreoffice.org/43497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Gulsah Kose  <gulsah.1004@gmail.com>  [e149c4f3dcd08b9331dbbecf31c200d4d3bb02b5]

        tdf#112808 Disable "Edit Region" command while cursor in an index.
        
        Change-Id: Icefa1e42831ad0ba7a9f5346545adac0033ce3e0
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/43456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-10-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [087a90e27b7219e8c1aaa880b39376c94a0dcaae]

        gpg4libre fix tdf#113190 don't show expired/invalid keys
        
        Change-Id: I30485bc97d3d287bd867b50398927eabe018914b
        Reviewed-on: https://gerrit.libreoffice.org/43502
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [7b00829e27b0a26e9fa8d06bb651134f03a466e9]

        gpg4libre - tdf#113188 add option for minimal PGPKeyPacket
        
        Change-Id: I660e68074616f6953e6527e40ec22276ce8ef2fb
        Reviewed-on: https://gerrit.libreoffice.org/43492
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [811e636d920ee96e7ebd120b3931cb3da43d0143]

        potential deref of empty xStateSet
        
        Change-Id: I83d876b0d966b18cdf85249b7e856e4e4f4dec27
        Reviewed-on: https://gerrit.libreoffice.org/43488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [aa3c054fe5d7b082532f1108f30a54bc4cdeb64c]

        Resolves: tdf#109282: a11y crash in use after dispose
        
        calc, chart in tab 3 with a11y enabled, select chart
        switch to tab 1, crash cause mpParent has been deleted, IsDisposed
        is correctly set, but shape accesses parent anyway
        
        Change-Id: I6f57a798bfcc82eebb883291cec54e157ff5187b
        Reviewed-on: https://gerrit.libreoffice.org/43487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [da9d85ae699b841a6d6616e6db9d9dbb23ed73c0]

        use std::unique_ptr in wmfemfhelper::TargetHolder
        
        Change-Id: I2fab3b9a111513ac711a6480eb240de99eea1991
        Reviewed-on: https://gerrit.libreoffice.org/43486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [159b26e419f1642abe84d7bdc6b7de52fb1b2fb6]

        use rtl::Reference in sc/../uno/*
        
        instead of manual reference counting
        
        Change-Id: I60798316f2b63800a9f539cb719305c00d91ecc5
        Reviewed-on: https://gerrit.libreoffice.org/43491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Andras Timar  <andras.timar@collabora.com>  [c89a4e31dffd803f06a6bf77710353a26eca26d3]

        Updated core Project: translations  639342ecb83334102cb3659a5894643ac64d7327
        
        Updated Slovenian translation
        
        Change-Id: I4f383165e70367dae3f1bd7fe3bf975830b9245b
        

2017-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8aedc0aeeedf4518fe958a109bdd7f264ec5fa46]

        EPUB export: handle headings inside sections
        
        On one hand, we don't want to split inside a section as there might be
        elements we need to close/open at split boundary, OTOH this is currently
        not a problem as we don't produce any output for sections.
        
        So remove the level management for sections (this way allowing headings
        to split inside sections), let's get back to this when there is a
        concept how e.g. multiple columns would be represented in EPUB.
        
        Use case is when sections are used to just group paragraph together and
        mark all of them read-only: in this case it's unexpected that headings
        are handled differently to not-in-section ones.
        
        Change-Id: If419624f8eec4a6f676ad7f186484c0035f62626
        Reviewed-on: https://gerrit.libreoffice.org/43482
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-18  Michael Stahl  <mstahl@redhat.com>  [e2c85365dfa40c03c6ea04023627366d118bb530]

        svx: remove pointless duplicate SdrFitToSizeType
        
        Change-Id: I7a59ecfdb8d09ecbc0b760003dbc453ac5646d1c

2017-10-18  Michael Stahl  <mstahl@redhat.com>  [8304de4701eca8a41f0dd70c84e437707cbb43cf]

        offapi: clarify documentation of TextFitToSizeType
        
        Change-Id: Iae2ee1e77d9cdc0b98241c47e009d37a9e72e000

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [afe4d2527ec72e7493a2b1431559652ef45bebab]

        use std::unique_ptr in PPDCache
        
        Change-Id: Ib47ffaa0fe754d8aafdf338d8ec8c2109beb21a5
        Reviewed-on: https://gerrit.libreoffice.org/43484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [e355fb41db5fd199a0eb44e95c39ea7adfda49b8]

        add CVE-2017-0199 test-cases
        
        Change-Id: I562c16a1dfcf4d8ba6b893da71ae557c4811ac24
        Reviewed-on: https://gerrit.libreoffice.org/43480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [5cff38911cc8515b3223c658d8acc8c4c6b46399]

        strip out trivial indirection
        
        Change-Id: If025c6ed77faa52383609367169611c2a3e89360
        Reviewed-on: https://gerrit.libreoffice.org/43473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [cdd4b528a4d200aa322891373c80e2bc8e6cd16c]

        use rtl::Reference in SwChartDataSequence
        
        instead of manual acquire/release
        
        Change-Id: I2d827b2f785b34b77adb95ac62afb885bb423879
        Reviewed-on: https://gerrit.libreoffice.org/43478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [73ade0b02905785b0a29a3230049a4fe637d34f6]

        xmlsecurity: remove unused m_xElementStackKeeper
        
        Change-Id: Ibd7d39e288a4121428e83408ce67205eab3340c6
        Reviewed-on: https://gerrit.libreoffice.org/43479
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-18  Caolán McNamara  <caolanm@redhat.com>  [15869ea2dcd8a6b33044d08eef6fcaf8ca54579d]

        presumably we don't need to recalculate on subsequenct 'show' now
        
        Change-Id: I7e5fdd2b328a7d88e11cc15ba9e1027ef55c5e17
        Reviewed-on: https://gerrit.libreoffice.org/43461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [facb86ea0140a3c82f02754e311efad33e072d1c]

        use std::unique_ptr in SvTreeList
        
        Change-Id: Ibfba32d6855532aeb42c45f493a4f01f7d0cd4ee
        Reviewed-on: https://gerrit.libreoffice.org/43475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Jan-Marek Glogowski  <glogow@fbihome.de>  [ce2e94a98f5fc85bef7623a0227b3a95d8093288]

        tdf#99537 set expand for re-used sidebar panels
        
        When re-using a panel, reset the expand state from the stored
        state in the PanelContexDescriptor.
        
        Change-Id: I00851982bbd36cacdc57459bb6e5be9fcc719e81
        Reviewed-on: https://gerrit.libreoffice.org/43466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-18  Julien Nabet  <serval2412@yahoo.fr>  [a05bb7bf718caf2405c5bfaa4a90f6468f2d66ff]

        Replace some lists by vectors in hwpfilter
        
        + simplify some parts
        
        Change-Id: I340d6b6d17f591a58c405965367c15be674103d0
        Reviewed-on: https://gerrit.libreoffice.org/43439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Julien Nabet  <serval2412@yahoo.fr>  [ebfdb9a15a2228ca85213d7d8e478f92953a54e2]

        Replace lists by vectors in svl
        
        + remove using namespace std and use prefix std::
        
        Change-Id: Iab432f2c88ba5a15541bd97567682c6a34b0af2e
        Reviewed-on: https://gerrit.libreoffice.org/43471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Julien Nabet  <serval2412@yahoo.fr>  [695c15ed6e8c4d0236970798f463c7488a903a38]

        Replace lists by vectors in oox
        
        Change-Id: I951466552fd1cdb3b8f1cbfc07e64f5e0424552e
        Reviewed-on: https://gerrit.libreoffice.org/43469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [48a67502e657761b3c5f70adf732f4763fb8035a]

        use std::vector<Complex> in ComplexList
        
        no need to use dynamic allocation here
        
        Change-Id: I49192a8ba5e20891572e9ce3bc4dec51fafba0dc
        Reviewed-on: https://gerrit.libreoffice.org/43474
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [08f7502bf8a186a7b3d600c3543069ea544cabef]

        no need to call acquire()
        
        when we are returning an uno::Reference
        
        Change-Id: Ifff0dba20f45f5321f398577fa7d5fb073278a94
        Reviewed-on: https://gerrit.libreoffice.org/43472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noelgrandin@gmail.com>  [af92290f7e7afc48a58fa592226f00b0e6f63418]

        dyncolcontainer: convert aColWidthPath to std::map
        
        Change-Id: Ifb86372de3671b81c0438c0096b375b07d2f6754
        Reviewed-on: https://gerrit.libreoffice.org/43468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noelgrandin@gmail.com>  [77d6f56d70b3a7c43e50c53ff2d78583bb7400e8]

        dyncolcontainer: use std::map in DifAttrCache
        
        Change-Id: Ic3280c5548555ceeb722788dc0a90f8898f46c2e
        Reviewed-on: https://gerrit.libreoffice.org/43467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ed9c74136b3d20aa837632a1f9ad8259f808e86]

        use rtl::Reference in ODatabaseContext
        
        Change-Id: I6ed51a1eabe240c199b9f250744729b19efdd24e
        Reviewed-on: https://gerrit.libreoffice.org/43457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [a4d0eef39b063dad1fe3565feb6d2c9932b87216]

        tdf#75256 Sifr update for open symbol with white background
        
        Change-Id: Ie576d1ef9592ea88dec67d0f4928cc6c5e0153c3
        Reviewed-on: https://gerrit.libreoffice.org/43476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2017-10-18  Justin Luth  <justin_luth@sil.org>  [246d18520f194a6ccfebe7108666b85d6a5af9fa]

        tdf#109306 ooxmlimport: consider table sizes < 10%
        
        Change-Id: I336d5a498f4f4523e03b1316b7adaca21df4de82
        Reviewed-on: https://gerrit.libreoffice.org/43385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-18  ekuiitr  <jhaekansh80@gmail.com>  [a4a182e24d2e3e954831a0a7c70a7299f28950cb]

        tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+
        
        replaced use of append with operator+
        
        Change-Id: I9eb36fd1f94475df57de7015f8dfabf95676b87d
        Reviewed-on: https://gerrit.libreoffice.org/43403
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-17  Matthias Freund  <matti_lx@secure.mailbox.org>  [5ea1b4c336d1cad92dc18e7cf7e4b381396f448b]

        tdf#75256 Sifr update for roman list style dark and svg
        
        Change-Id: I7eb12b26cc1cc0871226e4c972ccd0170ef7856f
        Reviewed-on: https://gerrit.libreoffice.org/43443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthias Freund <matti_lx@secure.mailbox.org>

2017-10-17  Szymon Kłos  <szymon.klos@collabora.com>  [fd3383556881d6a9d73e1a3027c079cf9bfddecb]

        PPTX export: correct position for shape in group
        
        Change-Id: I5c0c5d2c2b246337b78a2e1fbee97032701fb640
        Reviewed-on: https://gerrit.libreoffice.org/43435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-17  Caolán McNamara  <caolanm@redhat.com>  [ebb2b8cedefcb32eadec191ef70225430ad154c0]

        tdf#112845 rtl dropdowns in wrong position
        
        for rtl we mirror the position of popdowns, so we need
        to know their initial desired position before they have actually
        appeared yet and have a valid maGeometry.nX, so fill in the
        hoped-for position as the current position
        
        Change-Id: Ic22dc3e5d9922f5d48bbbdaad53caabff57188d8
        Reviewed-on: https://gerrit.libreoffice.org/43459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-17  Michael Stahl  <mstahl@redhat.com>  [dc8c9d8052293055f31b56fcd5db56ce13306a65]

        xmloff: document return value
        
        Change-Id: I0b2012d2134a94603d95ce5a955f03944e344561

2017-10-17  Michael Stahl  <mstahl@redhat.com>  [99772908d741c39236f36b06e237810031b8851a]

        xmloff: this should be an assert()
        
        Change-Id: Ib81fd7f72964d7152c62d1f9b90dc0cf95e952cc

2017-10-17  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8fa7d052e772ebdb612e596cf06bf57bf88da12f]

        EditEngine: Enhance visualization of URLs
        
        When URLs get layouted Multi-Lined from the EditEngine,
        a rough 'guess' how many chars per line should be used
        was in place up to now. This could lead to lines being
        too short or being longer than the available space, also
        looked ugly. Layouting now using the needed space properly.
        Also adapted vertical (for horizontal text) space usage,
        with multiple lines the space was 'compressed' and wrong
        calculated.
        
        Change-Id: I7255e3e65c85a3a50497b771ed2ca1ef5d97c0dd
        Reviewed-on: https://gerrit.libreoffice.org/43464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-10-17  Justin Luth  <justin_luth@sil.org>  [3a44d7058dd7f7addf21d9292104d7eb73ec9716]

        tdf#79272 ooxmlimport: support strict dxa tblWidth
        
        This patch is also required for tdf#78508.
        
        ECMA-376-1:2016 indicates that MeasurementOrPercent
        is a union of ST_DecimalNumberOrPercent and
        ST_UniversalMeasure. For the elements that use
        MeasurementOrPercent, that is represented as
        1/50 of a percent or in Twips. This patch adds
        support for the ST_UniversalMeasure component of
        the union.
        
        Change-Id: I1bac30707f118a3d1f0eab3c27f8dcec96470592
        Reviewed-on: https://gerrit.libreoffice.org/43384
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f61acf7ebb2365d29209310b56c371ccf63f153d]

        EPUB export: handle char format of hyperlinks
        
        <text:a> child elements were not handled.
        
        Change-Id: I7db9c005869934456ffbe5c36347b01cc76645b6
        Reviewed-on: https://gerrit.libreoffice.org/43462
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-17  Tor Lillqvist  <tml@collabora.com>  [66b3970c946bd25647484ea1ac2c2e62bd9fb7b4]

        Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10
        
        Change-Id: Ib43f8c185d2a2e9e93f34d918d6f9461586cf6a6

2017-10-17  Caolán McNamara  <caolanm@redhat.com>  [76f102e1a96c7e0906afb11854dd5c9e24247ccb]

        tdf#112845 get optimal size before showing popups
        
        because in rtl mode we need to know the final size in order
        to position it correctly according to the right edge
        
        Change-Id: Ia701626968f828fd23ab1637ed6171d0e3367c16
        Reviewed-on: https://gerrit.libreoffice.org/43460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-17  Caolán McNamara  <caolanm@redhat.com>  [19a7c81d3ce2a8a7b9a6ed305e474a80fd286ddf]

        gtk3: drop faking initial nTopDecoration size from parent
        
        in rtl we change the x pos. To change the x pos we need a y pos to go
        with it, and taking the y pos before we get the true (0) top decoration
        size of menu and menu-like widgets means rtl popdowns like the color
        and highlight popdowns are vertically misplaced
        
        there's no reason that a window would share the same decoration value
        as its parent
        
        Change-Id: I8cd1e96bb8ef7b0b728ff1baac5ee069325f9753
        Reviewed-on: https://gerrit.libreoffice.org/43458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5b51db06c8e434521a89b095a5afcaf9521f94f3]

        Fix typo
        
        Change-Id: Ibc13a8c1dbfd6fdfc5e35856b21ea5af310f63db
        Reviewed-on: https://gerrit.libreoffice.org/43430
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-17  jan Iversen  <jani@libreoffice.org>  [b9866cb282f4f21c43b9c6b119710460dba7ddbd]

        iOS, changed define to IOS
        
        TARGET_OS_IPHONE not defined, but IOS are.
        
        Change-Id: I5a12b0cb386b8968101264f8fb17d745e5c1790f

2017-10-17  jan Iversen  <jani@libreoffice.org>  [ebb5c71c80f410d624313805a3073ea21be6ca12]

        iOS, added extra linker options for kit
        
        Change-Id: I348e7a717eb6939213ce1cb3881cbba6b76578c8

2017-10-17  ekuiitr  <jhaekansh80@gmail.com>  [ee2051f27592e8dfa6c0069b261d6742614fd2e1]

        tdf#105991 - Changing legend's font also changes the legend position
        
        corrected the error
        
        Change-Id: Iece8f4c440c01eabe108ba4e9a93fe1fb919f0e3
        Reviewed-on: https://gerrit.libreoffice.org/43445
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b19544e6f28c85128dc38c026636c0b62cbc35a]

        use std::unique_ptr in vcl::Animation and vcl::MenuItemList
        
        Change-Id: I0d682bcf3bd9d5f4852675fd0d6b61f10ea4f7de
        Reviewed-on: https://gerrit.libreoffice.org/43455
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Stephan Bergmann  <sbergman@redhat.com>  [4e9ebc6de44b22418f26fb6d931bedcc5d936906]

        Move lotuswordpro include files to common include directory
        
        ...that are included from both lotuswordpro/source/filter and
        lotuswordpro/source/filter/xfilter.  Change done in preparation of
        loplugin:includeform.
        
        Change-Id: I7b65d3232e164af662b7de5bb49d59597803d41c
        Reviewed-on: https://gerrit.libreoffice.org/43453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d6831a8a34257789a920491747e12ebe62f927fe]

        loplugin:useuniqueptr in StyleBag
        
        Change-Id: I965b086338935aa91691b96a63c9bc95f8b7f7ca
        Reviewed-on: https://gerrit.libreoffice.org/43452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a72f593dada6a7b3231a599772aed8be7d5a62f]

        EPUB export: fix handling of empty paragraphs
        
        sw HTML export does work to avoid vertical collapsing of empty
        (ODF) paragraphs, do the same for EPUB export.
        
        Change-Id: I316a310178dd4aadbe3ed8548be23d64aabf5e47
        Reviewed-on: https://gerrit.libreoffice.org/43451
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-17  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [167afaf1111af5dab7645ef6efd12528eaa0389d]

        correct wrong doxygen syntax; also comments clean-up
        
        Change-Id: I6074241dfcdcd4ca8a365ab6e03f01028d2c1a7b
        Reviewed-on: https://gerrit.libreoffice.org/43344
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [01b9fdb2712e1a10e9a24b11976bb4fb94ac5bd9]

        loplugin:useuniqueptr in tools/inetmsg.hxx
        
        Change-Id: Ifdf0da7f59af1777f214cbafeb75b46136775f67
        Reviewed-on: https://gerrit.libreoffice.org/43450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Eike Rathke  <erack@redhat.com>  [d728492f4aa195fd4aec3ddb116879de76a95c6d]

        Add to nPos once instead of in each iteration
        
        Change-Id: I9ab9d5be1edead3a83375d87910bc9128c894b85

2017-10-17  Eike Rathke  <erack@redhat.com>  [d1538ef63863f7a016bd2c3752ccdd9819e41781]

        More tests for time and date+time fractions of seconds, tdf#112933 related
        
        Covering the loop and non-loop states in
        ImpSvNumberformatScan::FinalScan()
        
        Change-Id: I4a8da617a2a61ad12a99462bfe4014aaa5a75c1b

2017-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f50f4d91809c65b50da087a84fb7b8722fda3f9]

        EPUB export: ignore underline type/style 'none'
        
        This is similar to commit ebf34ec31fb441d6226075a51f5f83ebf4668082 (EPUB
        export: ignore line though type/style 'none', 2017-09-11), but this time
        for underline.
        
        Change-Id: I806f64cc59e8cd8ab944500256755c18ed3d1249
        Reviewed-on: https://gerrit.libreoffice.org/43449
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ee33d0772f991f04e97b5b61d7b11810a1b8ac0]

        tdf#104079 RTF import: fix handling fields inside TOC fields
        
        The marker trick is not needed for these, but the paragraph margins are
        lost when using it, so avoid it.
        
        Change-Id: I3fc9644cb85138b5473cb1478196ae8538041fb1
        Reviewed-on: https://gerrit.libreoffice.org/43446
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [899a656870f916e97944f2d74977177cb1032f33]

        use rtl::Reference in BibDataManager
        
        instead of manual reference counting
        
        Change-Id: Ia8fd5487fb8d25d6725dd36b74aab57272aba911
        Reviewed-on: https://gerrit.libreoffice.org/43447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [843dca2f4d5436f5abbc031df95a86eaae395feb]

        Fixed duplicated context attributes in a .ui file.
        
        The duplication has generated an invalid .pot file: sw/messages.pot
        
        Change-Id: I9b2ce8bb957c1bd3775bc78cbcac4bea9e46ba77
        Reviewed-on: https://gerrit.libreoffice.org/43396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-17  Caolán McNamara  <caolanm@redhat.com>  [aae1907150e22a44b1463096ba4ecaec499b6bb0]

        ole fuzzer needs more services
        
        Change-Id: I5b09edb9c3012dfa282077ea537cf8cbe4ce23d0

2017-10-17  Caolán McNamara  <caolanm@redhat.com>  [9b8828174dca6971d2490844b4c6cab2b9d57b8d]

        turn implicit container explicit in buildable notebooks
        
        as in interim measure for SfxTabDialogs we throw
        away the TabPage if its not suitable for reuse
        
        Change-Id: Ic5776ca3d2a8cb6bf41f33df01b211f81c62a842
        Reviewed-on: https://gerrit.libreoffice.org/43134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [493a7e9932b09ddafd31f443ef2dc03d85f4b12b]

        loplugin:finalclasses trim the output a little
        
        Change-Id: Iad0f0ded624e95448421c19a04535c2511b66a02

2017-10-17  Noel Grandin  <noelgrandin@gmail.com>  [b64fbcf9655885684bc39b64f66ec9f3b18baf6a]

        remove unused ScCompressedArray constructor
        
        Change-Id: Ida4d8abe50885d10288169024b597fa946d1c26b
        Reviewed-on: https://gerrit.libreoffice.org/43438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Stephan Bergmann  <sbergman@redhat.com>  [acfdfdf28a98b5841e4f8f669d9b6efe195926d9]

        Move unoxml/source/events include files to common include directory
        
        ...that are included from various source directories.  Change done in
        preparation of loplugin:includeform.
        
        Change-Id: I186ab7581ee7896c54a600e5cde8721a97b26425
        Reviewed-on: https://gerrit.libreoffice.org/43444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-17  Noel Grandin  <noelgrandin@gmail.com>  [79fe112cdd9d59982739c04026297055e4bd8ab0]

        Simplify ScCompressedArray constructor
        
        nobody is setting a custom delta
        
        Change-Id: I5dd9ac691fb226697eb8cb2b6b0b673552a4f049
        Reviewed-on: https://gerrit.libreoffice.org/43437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Stephan Bergmann  <sbergman@redhat.com>  [b8c6a3486bb11c61539a19ae72fc938f67e9470e]

        Move sdext/source/pdfimport/tree include files to common include directory
        
        ...that are included from various source directories.  Change done in
        preparation of loplugin:includeform.
        
        Change-Id: Ie46f4b940ceeb34fd8883dc17f56a072f625ee3a
        Reviewed-on: https://gerrit.libreoffice.org/43442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7fac547c442aa699d94c48e40fcf8b58f9457161]

        use rtl::Reference in SvXMLEmbeddedObjectHelper
        
        instead of manual ref counting
        
        Change-Id: I6b88b72dd28183feca46fc04841a2e8f19e5c47a
        Reviewed-on: https://gerrit.libreoffice.org/43421
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [da6de7dacb7001b569718d413a90f4f56bf0dd31]

        use rtl::Reference in ScAddInListener
        
        instead of manual ref counting
        
        Change-Id: I04bdb5b34921da9ab08a55a95b99ff1635a9cda6
        Reviewed-on: https://gerrit.libreoffice.org/43420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [c85a261695fa5723e97f97915b7aca692d17caa5]

        use rtl::Reference in SwOLEObj
        
        instead of manual ref-counting
        
        Change-Id: I26e55ec7803e60f090f093b5584faec74ebbb8bb
        Reviewed-on: https://gerrit.libreoffice.org/43419
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Noel Grandin  <noelgrandin@gmail.com>  [e80558911ed6fad2473c92aafe774e7e31ab7401]

        dyncolcontainer: use ScBitMaskCompressedArray for pColFlags
        
        Change-Id: I5df10fe7477e05424eb5e8a3544073a264568aac
        Reviewed-on: https://gerrit.libreoffice.org/43409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-17  Noel Grandin  <noelgrandin@gmail.com>  [d6fb5ca5661195520ca7a7ca2d0145a1e11be099]

        dyncolcontainer: use ScCompressedArray for pColWidth
        
        and enhance ScCompressedArray with an iterator to avoid
        O(n^2) "for" loops.
        
        Change-Id: I7d8fda8306b0a5c73bf373b3991e1c07271bc9d9
        Reviewed-on: https://gerrit.libreoffice.org/43387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-16  Maxim Monastirsky  <momonasmon@gmail.com>  [616f21db9e50a77b0c02dfb123f871a742f46216]

        tdf#79657 Support add-on controls in the overflow toolbar
        
        Change-Id: Idf76887a49561475587329c304329007034610a1
        Reviewed-on: https://gerrit.libreoffice.org/43436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-16  Eike Rathke  <erack@redhat.com>  [a810feed4aa9eade632098704f7386afb7dfec76]

        Unit test for tdf#112933
        
        Change-Id: I0988401a9aa7afc25ea3a50883e4d3a5cfbe9d44

2017-10-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [0e30d1c9a7d09da5e76c9d3484170dd2ae2812ad]

        TSCP: remove old classification fields before adding new
        
        Change-Id: I282fc52f0b91b65a5e40a5e13b46fb65a1783176
        Reviewed-on: https://gerrit.libreoffice.org/43428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [54b658d26e01f55800a2358957cde1e44e85b5a3]

        TSCP: return empty when a propery is not found
        
        Instead of throwing, since we don't want to display
        empty properties in the header/footer.
        
        Change-Id: I6ac205b7ac64ed61487472e0334260bacc2503df
        Reviewed-on: https://gerrit.libreoffice.org/43427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [68f8200e1cd22ad9e65d7fce6dfae8f3a24d88c7]

        ofz: timeouts in fods/fodt/fodp
        
        Change-Id: I543d4bc41d06712cef81b8b0853144625f0b9940
        Reviewed-on: https://gerrit.libreoffice.org/43413
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-16  Eike Rathke  <erack@redhat.com>  [4f72d2ec6c210232e0abd4965e215611e807c125]

        Resolves: tdf#112933 correct number of one decimal in fraction of seconds
        
        Regression from
        
            commit 0ac1e2ad19d4fdb46dcf54f67db2df081f4675bb
            Date:   Wed Aug 2 09:39:43 2017 +0100
        
                Resolves: ofz#2833 null deref
        
        and similar for date+time
        
            commit 42b894f80a6d0c39bb0f7092eb204a15c22c4f38
            Date:   Sat Aug 5 19:15:36 2017 +0100
        
                ofz#2867 null deref
        
        Effectively revert the code changes of those, leaving the test
        case files intact, and "do the right thing" (switching two lines,
        to
        
            nPos = nPos + sStrArray[i].getLength();
            i++;
        
        nPos actually had always to be incremented by the length of the
        *current* string position but was used after only as an error
        position indicator, meaningless if there was no error.
        
        Change-Id: I9bc4e5e56d70a275d26df0b72ed6a19e9297e0fa

2017-10-16  Michael Stahl  <mstahl@redhat.com>  [d4269c5373cf8ccc0a5631b9d0900227e11e13f1]

        sd: BestFittingCacheComparer must be irreflexive
        
        /usr/include/c++/7/bits/stl_algo.h:4866:
        Error: comparison doesn't meet irreflexive requirements, assert(!(a < a)).
        
        ... when using "Window->New Window" in Impress.
        
        Change-Id: I885a59cf378b7020d549580c2fc1cf121c6a59bd

2017-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a69f48d923628facf7113ebc739a8273c4069122]

        tdf#113153 sw: fix layout loop with split in-table sections
        
        The problem was in SwFrame::GetNextSctLeaf(): it called WrongPageDesc()
        to find out if pLayLeaf is a container that is on an acceptable page,
        but it was too aggressive, and discarded a split table cell that was in
        a follow table (so later it'll be moved to a next page), but on the same
        page.
        
        The result was that a new page was created, but later in
        ::doInsertPage() we noticed this unnecessary page and removed it. The
        effect of that was that the in-progress layout action's m_bIsAgain flag
        was set to true, restart the layout again and again.
        
        Given that in-table split sections never need to create a new page frame
        for the follow section (the cell does this for us already), just don't
        discard pLayLeaf when WrongPageDesc() finds it and we're in the split
        section-in-table case.
        
        Change-Id: Iea98a26c14fc1fb3154378eab24daa2fd6e84459
        Reviewed-on: https://gerrit.libreoffice.org/43429
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-16  Justin Luth  <justin_luth@sil.org>  [250b52263a0e6030be51c4ce75c527f5f14ae43b]

        Inconsistent block / missing TblBorders_right
        
        Likely a copy/paste error, imported from OOo.
        
        Change-Id: I29713309164170e86f8e793e2f15a601ce2b5da7
        Reviewed-on: https://gerrit.libreoffice.org/43431
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-10-16  jan Iversen  <jani@libreoffice.org>  [a056bc01bdd0d8bbb5af47a58c2ed86003869c80]

        iOS workaround for gbuild missout
        
        The prelink library depend on all static libraries,
        there are no such gbuild variable, so instead we build
        it unconditionally (not a nice hack)
        
        Change-Id: I4946b01cce7c305e901b912b4c81d61fc8466b82

2017-10-16  jan Iversen  <jani@libreoffice.org>  [cd5a5c0baecac2832841208034b42724fcfbb49d]

        added -C switch to native-code.py
        
        Android is using this script as well, so the iOS change
        needs to be hidden behind a flag
        
        Change-Id: Ica9064278f0b64ad3f078c7951eef15e39f2b6da

2017-10-16  jan Iversen  <jani@libreoffice.org>  [30c873ed750df42b565ea44b937096d743903b52]

        iOS, update to app due to prelink lib change
        
        Change-Id: I86074b2bf6779834760e19cd206d469b93a1c480

2017-10-16  jan Iversen  <jani@libreoffice.org>  [7636558b4549a519694b4263bffee1b1f1cc2672]

        iOS, update to make app use prelink
        
        Change-Id: I2af55a199106ae7ccc9ebe748b4295fd9f83e205

2017-10-16  jan Iversen  <jani@libreoffice.org>  [7e7329873b263917ff963b38dfd804727d0914d0]

        iOS, change prelink lib to pure C.
        
        Removed object C and replaced with C to make lib pure.
        
        Change-Id: Ie0f49f7e2f4577195dadfa0fdec70212af7c698a

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [172954db84ec4a2d38bf154c3199c5e16ee4f546]

        shrink ole fuzzer
        
        Change-Id: Iee390bd5e241536d4f55743083468c433417f572

2017-10-16  Johnny_M  <klasse@partyheld.de>  [5a31258d120c7220d918c0835a03928b1451c7a9]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc and were
        translated to their English equivalents. For used translations, see, e.g.,
        https://translations.documentfoundation.org/de/libo54_help/translate/#search=GDA&sfields=target&soptions=exact,case
        
        Change-Id: I58be84b37e045ac15bcdf15032def7591be53de7
        Reviewed-on: https://gerrit.libreoffice.org/43078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [6518bea2dd97126daf7ea96f4201ab01318c841e]

        shrink lwp fuzzer
        
        Change-Id: I75cbc6c40dfb4d558c3e09bac1a40805c4ade3e3

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [5b728638ba089651d1af6956f29fbda7ca58cc50]

        shrink 602 fuzzer
        
        Change-Id: I3c60abcd73ce443c780deff2e3b9c79717e03a1e

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [fcc2dd7f1faa90f351538c5f324301770cdf04e3]

        Make include files found through -Ixmlsecurity/inc
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: I81e3cd2dee707168064ff729f47e525b29bea43b

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [2d3535a78aa1b3e2714adfa65cd73bd0fe02427e]

        Move svx include files to common include directory
        
        ...that are included from various source directories.  Change done in
        preparation of loplugin:includeform.
        
        Change-Id: I9191e80aa721c376f17219e4d10eb83929e38e14

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [f589797f1cb4085f0ba69f3dab2d31e0cbbf701e]

        Make include/svx include files found through global -Iinclude
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: I7649ea007d46102731893489bf3b5ff976a573f3

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [55f82c31960c820fb7fe615dd94b61210103e997]

        Make include/svtools include files found through global -Iinclude
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: Idcd561febdd4d788d4b63cb78b3304d1f33aa1ea

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [05d9a0dcf5bebdf5e677e8a846f972f8c367bf83]

        Make include/sfx2 include files found through global -Iinclude
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: If5025f2a91bf6f1ef5482a57dbfe4f02327cbdbc

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [1af2b56c126ab15e01af7f0a07697f12101353e7]

        Make inclusion of relevant include files more precise
        
        Change-Id: Id9cf521f4ed79fa4b98794b40de7823c3a502537

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [141873715bcb7cee7b25bde05e9e8e6e7a638ede]

        Move editeng/source/editeng include files to common include directory
        
        ...that are included from various source directories.  Change done in
        preparation of loplugin:includeform.
        
        Change-Id: I4c2160d1c682b37e93e1161796c67097866bf659

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [f6fcd29e339ab6d8596588410d4280d214f1f294]

        Move dbaccess/source/core/dataaccess include files to common include directory
        
        ...that are included from both dbaccess/source/core/dataaccess and
        dbaccess/source/core/misc.  Change done in preparation of loplugin:includeform.
        
        Change-Id: I0572322810d8b4cd66a1b1f9e9deec893cafdbca

2017-10-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [55641f5572f3168c09e096eb89ca563652889758]

        tdf#112633 oox: Save backup images to proper path in document
        
        Artistic effects on bitmap images in OOXML files create a backup file
        with the original image. These were not being saved into the proper
        path for PPTX files because the `/word` directory was hardcoded in the
        export code.
        
        The path saved to the relations file was incorrect too because it was
        not taking into account that the relations file is saved to a subdir
        in PPTX and XLSX documents.
        
        Finally, added a unit test.
        
        Change-Id: I3e880ce763dc10dbc86ccf0e00871be5d36f6d88
        Reviewed-on: https://gerrit.libreoffice.org/43338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [aa5d391c8206b9253eae252afb5441fcc39203a9]

        Make include files found through -Iconnectivity/source/inc
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: I4272c5e24eb887a36a6f3c296def375956f56499

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [f54fadb04134d1e34f8744d7528adf850ef194ee]

        Make include files found through -Ichart2/source/inc
        
        ...instead of implicitly next to the including file, in preparation of
        loplugin:includeform
        
        Change-Id: Ie7ea504e6c7d7fbe1ae5f1f3b6996ad03feaee76

2017-10-16  Yousuf Philips  <philipz85@hotmail.com>  [c105eddc462f12c50fea4244e1bf49e8fb37da9b]

        tdf#107915 tdf#75256 numbering style icons for style toolbar
        
        Change-Id: I89aea291cce9bc64f55ecd1df0f4bc0427a1196b
        Reviewed-on: https://gerrit.libreoffice.org/43423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [035751dd33550def4a269a01eaae74fcaf8f5ecc]

        ofz: optimize 1bit mask to avoid timeout
        
        Change-Id: Ieaf3eb0800d2e80f16cfa29718d752e43ad534d0
        Reviewed-on: https://gerrit.libreoffice.org/43418
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [f2410ad4d0f1e93c7f12ee51da9e1a1a90f0f5a4]

        tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePoints
        
        Change-Id: I1b128aa467286b5ae5e0d3cc298ee59f3e6ec12d
        Reviewed-on: https://gerrit.libreoffice.org/43408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [c69c1ee9d1305c284be48a7a973810da16c15541]

        tdf#112076 OSX post timeout after shouldCloseWindow
        
        It seems that something filters application defined events when
        closing a window... DoYield expects a timeout event, which never
        arrives, stopping all redraw and generating a busy loop.
        
        Change-Id: Ic83468cceac7b967acaecf18b321178fc7565b94
        Reviewed-on: https://gerrit.libreoffice.org/43381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [bcccdc71cb363760c6b0899fd13dee4203ec8711]

        Fix merge conflict
        
        between 0716aca251bbb64fab6c8697ee0a2215461f1019 "tscp: move getting the current
        policy type to class. helper" on the one hand and
        217dd15374a7020aa498817bcf4ea28157e7080f "TSCP: edit paragraph classification"
        and c140d8d97344299be70e32ac4ebc324ba4dc5dba "TSCP: paragraph classification
        support" on the other.
        
        Change-Id: I9c399b0224c485d71e39ad547be2f9b51fbbecc9

2017-10-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0716aca251bbb64fab6c8697ee0a2215461f1019]

        tscp: move getting the current policy type to class. helper
        
        Change-Id: I54afcca1c1fc1a27458c75ab9fd3405d6f7e9239
        Reviewed-on: https://gerrit.libreoffice.org/43360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-10-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [92fad9596efb5ecbc756bdcc5f53ea4a417ece62]

        editeng: add function to insert parargaph break to the EditView
        
        Change-Id: I06ab56967f25e6f9170cfbeb391110b55ddb18f6
        Reviewed-on: https://gerrit.libreoffice.org/43359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [cb19a1ab5b8e6f1a4fdd90e50d13c106512b4da0]

        -Werror,-Wtautological-constant-compare (Clang 6)
        
        ...making Fraction::HasOverflowValue() always return false on all platforms,
        regardless of size of long, since 331e2e5ed3bf4e0b2c1fab3b7bca836170317827
        "long->sal_Int32 in Fraction" changed Fraction::Impl::value from
        boost::rational<sal_Int64> to boost::rational<sal_Int32>, and changed the limits
        to compare with in Fraction::HasOverflowValue from long to sal_Int32.
        
        Change-Id: I226ca240d6092ac803a1f65a363b1384903da17a

2017-10-16  Takeshi Abe  <tabe@fixedpoint.jp>  [11c61b05d1acb44fd6a6fa6a1825f5d4c99c3b20]

        svl: Match SfxItemState::SET with css::frame::status::ItemState::SET
        
        It had been overlooked over 10 years.
        
        Change-Id: I6ef58a5d960a5ae7609334dd6294cdef96cf891f
        Reviewed-on: https://gerrit.libreoffice.org/43190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [32eb4d56a4ea93e7dbfd947b62e18f05d8215421]

        use rtl::Reference for SvXMLGraphicHelper
        
        Change-Id: I0052b29660fb6157f7e98c4e124f030ba439d304
        Reviewed-on: https://gerrit.libreoffice.org/43417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-16  Michael Stahl  <mstahl@redhat.com>  [0c44f702a04db0fffd6884dcb014b28cdff5b21c]

        tdf#96197 i18npool: don't read beyond end of string
        
        Asserts on loading ooo100660-1.odg.
        
        (regression from 441fded7f7fc8a2564075406933226a6eea73dd1)
        
        Change-Id: I6821490e4ca6100da173ed19329a808867d2193d

2017-10-16  Stoyan Dimitrov  <stoyan@gmx.com>  [228a0a80250aecd4be60e32a42a52901130a04e6]

        Updated core Project: dictionaries  06a89d28d971d60c7f7afabddaedec194618c786
        
        tdf#112750: Fix disappearing/insufficient hyphenation points for bg-BG
        
        Also changed encoding of Bulgarian hyphenation dictionary from CP1251 to
        UTF-8
        
        Change-Id: Ic2add1198c281c83d2e8230a1b14273fd22d85f3
        Signed-off-by: Hristo Hristov <h.hristov@icobgr.info>
        Reviewed-on: https://gerrit.libreoffice.org/43000
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-10-16  Takeshi Abe  <tabe@fixedpoint.jp>  [98fbe10fa3a8e9d795f9ee294b14585efe4c615a]

        svl: Drop unnecessary abstraction of DdeItemImp
        
        Instead, just use std::vector<DdeItemImpData>.
        
        Change-Id: If0c4943bdf370211cd6e0466a899da718480a4ae
        Reviewed-on: https://gerrit.libreoffice.org/43415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-16  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1ca2a2119ad3e910f848344d51ba9ec173880715]

        tdf#99689 add tests for subscript attribute in ToX
        
        And superscript.
        
        Change-Id: Ia74fe20d3f105d2ce19064742f603d3df75c3581
        Reviewed-on: https://gerrit.libreoffice.org/43211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [2f2234102e450b5828d2633d2512d94f212a4362]

        Rephrase checks for exceeding off_t limits
        
        ...in a way that, by using a function template, avoids new Clang 6
        -Werror,-Wtautological-constant-compare when sal_Int64 and off_t are the same
        type.
        
        Change-Id: I06d4feb8ba8cb163e5208f107c28959755ff5633

2017-10-16  Stephan Bergmann  <sbergman@redhat.com>  [13b596e29e5b2e2ab5e43f147db6638a856c52a6]

        Fix overflow
        
        Change-Id: I1ddd1f7d749a99395fbd7be433db5884536bf7a7

2017-10-16  Serge Krot  <Serge.Krot@cib.de>  [1818bffa3e97a47f5bdde0bca9ea6679b93543d2]

        tdf#66398 Fix copy-paste: call start() bookmark instead of end()
        
        Change-Id: I63bde881507dc3c5d123bbcf96b63027522ea569
        Reviewed-on: https://gerrit.libreoffice.org/43365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-16  Justin Luth  <justin_luth@sil.org>  [189b5559b1091a4b72703a79c2e6da41e24f85c6]

        tdf#112517 ww8export: fix max PAP Fkps
        
        Since we are appending an Fkp, the current length MUST be
        smaller than the maximum of 488. If it is already the
        maximum size, then start creating a HugePapx.
        
        Change-Id: I698a0f79e90f8ac644c1e7e77acbd662df69d7c1
        Reviewed-on: https://gerrit.libreoffice.org/42572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e9c841aa2d5ed3112aacd4a483dcd6cb6a801cb]

        sw: prefix members of SwCSS1Parser
        
        Change-Id: I9c70dd33d7ea50a0528e05a7e64f6ab057be4061
        Reviewed-on: https://gerrit.libreoffice.org/43414
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [f5e18b4f122a00eb9c2b54c833607c1d18f19d3a]

        shrink hwp fuzzer
        
        Change-Id: If05afad52f44691e8fbfbd040658ab866dd4eb46

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [1854ac23a8943d5f15fe26ce100b335e31a1088c]

        shrink tiff fuzzer
        
        Change-Id: Ie1acdd7696d77c2ba1b76eeae789ab17565623f5

2017-10-16  Matthias Freund  <matti_lx@secure.mailbox.org>  [1abe50bfa81366ff9f3f95981e8ef409564b9a47]

        tdf#75256 Sifr update for edit header and footer and edit pivot table
        
        Change-Id: I0cb62f63cae9421aa89e4a640d2943944da9713b
        Reviewed-on: https://gerrit.libreoffice.org/43404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-16  Julien Nabet  <serval2412@yahoo.fr>  [76fc5de1b9bb0d21a528f58ae38af6df2d29b6ff]

        Replace list by deque in AccessibleTextEventQueue (svx)
        
        Change-Id: I9bbe0fe0536b06e28af9c3c2be4df0cd7bf3f72a
        Reviewed-on: https://gerrit.libreoffice.org/43380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-16  Cor Nouws  <oolst@nouenoff.nl>  [e0867557d1176a1449b1babf7cfa8dcf5cff4b84]

        tdf#105853 improve layout Options > Calc > Formula ... separator
        
        thanks Olivier for help with mastering Glade ;)
        
        Change-Id: If2e2381168a98d5b04c28d6625800d03b0c5e868
        Reviewed-on: https://gerrit.libreoffice.org/43352
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [bf3578ec063baa2248ac48d05c7c3b03584a0925]

        shrink tga fuzzer
        
        Change-Id: I64793511c500c0fe3521c1b4b93c6f0db61ad6b3

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [e5bbf92696f47abadc78382b6a788deed70addc7]

        shrink ras fuzzer
        
        Change-Id: I3f0b83b9b502000cf206d01cb5af5417a5e52863

2017-10-16  Caolán McNamara  <caolanm@redhat.com>  [9bb9be2ab19a959e5fd602a9a532317d3c086723]

        reduce eps fuzzer size
        
        and ofz+ubsan warning
        
        Change-Id: I55db222dc73432171d9d0b8b8e41371963ccb955
        Reviewed-on: https://gerrit.libreoffice.org/43412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-15  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d4daf634cd9ce8d422d49669c324a2220eba54a9]

        tdf#112136: Resolve confusion of two 'Reset' buttons
        
        in the Customize dialog.
        
        Change-Id: I0703fccb45a3bac17890e481d6635872df7becd2
        Reviewed-on: https://gerrit.libreoffice.org/43406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [1ad5bc0374b32cc0bbee554a2e95d0e1855c394b]

        shrink pcx fuzzer
        
        Change-Id: If8653278fe1b2ae09b8ee6c6da10d43542be7798

2017-10-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3d5e603f1b2c2c04492dc9ecf79dc4271bbc808e]

        Removed duplicated include
        
        Change-Id: Ib1ef20986716a86e2364eba2d4cba689bdb0adab
        Reviewed-on: https://gerrit.libreoffice.org/43410
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [dcc6738ab32585601cd4f7859a9f227cc22d5a5e]

        shrink pct fuzzer
        
        Change-Id: Ie162cde24ef13dd57bea7857b0d2b4a7fd19bf8b

2017-10-15  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [b11b2809aa12f60757778491fbd1e39d8927a142]

        autocorrect pt_PT - added 42 words
        
        Change-Id: Id32944850f9fc23cf50f8236c25d2f6e1d9bfd1c
        Reviewed-on: https://gerrit.libreoffice.org/43283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-10-15  Yousuf Philips  <philipz85@hotmail.com>  [cc9718587110757b3b7ef8813089458b07aec60d]

        tdf#106781 Make buttons work with RTL and accessibility
        
        Change-Id: I61e4fdeb73113458b5032aab18dee5ed1b14464d
        Reviewed-on: https://gerrit.libreoffice.org/43393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-15  andreas kainz  <kainz.a@gmail.com>  [8b0b298c9538af2fe8dca585ef909d6c15890723]

        Breeze-icons update links.txt and *remote icons
        
        Change-Id: Ia1dab85e07db6e6432ff481e5892b87c488e2696
        Reviewed-on: https://gerrit.libreoffice.org/43411
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-10-15  Julien Nabet  <serval2412@yahoo.fr>  [1651dee9a9ebbef9e296358198761361836c16ff]

        Replace lists by vectors (sfx2)
        
        Change-Id: I081d0614978bc6d9f1a137e09d09e6d2dadb925a
        Reviewed-on: https://gerrit.libreoffice.org/43372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [f8b9116e710891cbd8674fe838f04e41346d83b8]

        shrink psd fuzzer
        
        Change-Id: Ic47710ec80c6c71b48ffb10449398348bec2189b

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [e74586f8d1be766a9ba90689f017143c1eb20c2e]

        shrink ppm fuzzer
        
        Change-Id: I6baf17ed113a73c9840af1515c13ce950af9d1c1

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [8200c0f802405472c5c7369cb1eff7a7e6d846c9]

        shrink met fuzzer
        
        Change-Id: I58323e7cfcc764a78b2dfe751afb3d667c809a1e

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [21b5184d744eb06548e36c771d34658b11f864b6]

        shrink dxf fuzzer
        
        Change-Id: I8bd1327d23ebc79723f4e3492067950ca2408020

2017-10-15  Julien Nabet  <serval2412@yahoo.fr>  [0e6fbf4d8487bc407bd9a7c904bc9294b1d73c0e]

        cid#1419773: Uninitialized scalar field
        
        Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=2dd1645d7cd12e8f5d8e950af3d156f8df2fa417
        
        Change-Id: I2077bcf1ca53d5378f2690267f307d3350dd037e
        Reviewed-on: https://gerrit.libreoffice.org/43401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-15  Caolán McNamara  <caolanm@redhat.com>  [9685532bc859167c1aa856c6f6792559904b8fb9]

        shrink pcd fuzzer
        
        Change-Id: I40235d5ee194b1e74a4f227800fe13329746d7eb

2017-10-15  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [52a2a0101f71b21876f17d5419132ffa27f6e35d]

        tdf#31814 Fix for EMF+ DrawString and DrawImage
        
        DrawString:
        The value 'fontAttribute' is optional and may be null,
        results in missing characters.
        
        DrawImage:
        The case of 'metafile' was missing and leads to
        low resolution rendering.
        
        Change-Id: I81566d884975fda832f4a5af6663c837f355c383
        Reviewed-on: https://gerrit.libreoffice.org/43367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-10-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c45256444a533fd2bc41b626562741e774374adb]

        Revert "Breeze-icons update links.txt and *remote icons"
        
        This reverts commit b325d69dcbafef26fa6ce098dc4c6efa9b35264e.
        
        Change-Id: I472bd264c1bb754f40d65eec2d029a2e36102bbf
        Reviewed-on: https://gerrit.libreoffice.org/43402
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-15  andreas kainz  <kainz.a@gmail.com>  [b325d69dcbafef26fa6ce098dc4c6efa9b35264e]

        Breeze-icons update links.txt and *remote icons
        
        Change-Id: Ia3fca0f5dd3ee23e26001c269a9312d60ca9a703
        Reviewed-on: https://gerrit.libreoffice.org/43400
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-10-14  ekuiitr  <jhaekansh80@gmail.com>  [8eacd3be08bf6e1a97900624611822de9b00a379]

        tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+
        
        changed OUStringBuffer::append() to op+. deleted unnecessary variable.
        
        Change-Id: Ibe27f7f587f7130e7c31e33a29a88c5ea6478740
        Reviewed-on: https://gerrit.libreoffice.org/43395
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-14  Caolán McNamara  <caolanm@redhat.com>  [71ac6dd8bf10504b94ca5c50ce17db92871c1a4b]

        shrink svm fuzzer
        
        Change-Id: I6b8c678374f6101b25abe3efd81e77696e4ff1cc

2017-10-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9d1dd23d0dc6e96f608d402e1af66c39fa8d1aec]

        Updated core Project: help  ff2767f418cda10e543f3b51cf3beabe6e6212a9
        
        This phrasing is convoluted and hideous to read
        
        Change-Id: I8eb42a23f992d642489d02b758e91cc2bbe86d50
        

2017-10-14  Caolán McNamara  <caolanm@redhat.com>  [aefeac247f9b201f1a28a8256421b3dacebafdd3]

        ofz#3634: add a SC_MAX_MATRIX_ELEMENTS to limit max matrix elements
        
        Change-Id: Ib2b1a36d56cc8ac63cf28a18fa20ad2f075dcf21
        Reviewed-on: https://gerrit.libreoffice.org/43394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-14  Matthias Freund  <matti_lx@secure.mailbox.org>  [d2b88e12cbe83732b81ee9e133ee96f3295e9d11]

        tdf#75256 Sifr update for clear direct formatting
        
        Change-Id: Iba749f31e00adb0d8e68b80558c4b0e0900ba6de
        Reviewed-on: https://gerrit.libreoffice.org/43392
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-14  Henry Castro  <hcastro@collabora.com>  [59e9d163345e7a9eb68c1bae273593cd70c61153]

        sd lok: fix spell checking languages in Impress
        
        Change-Id: I133c9b91521fa7f2b5f7e3a47396f7efa31e1a86
        Reviewed-on: https://gerrit.libreoffice.org/43382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-10-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [96a0adacab0c07b337b0d3ead69398a1a2a0425b]

        Fix typos
        
        Change-Id: I8f689ba1a26b2380b1962a47837b943fbefbd6b6
        Reviewed-on: https://gerrit.libreoffice.org/43383
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-14  Julien Nabet  <serval2412@yahoo.fr>  [3431e3f6911fe5541f484359d0a8725726a90b00]

        Replace list by vector itemconnect (sfx2)
        
        Change-Id: I753f655c11883e5bf705a2361a6d4d5e55ea88c9
        Reviewed-on: https://gerrit.libreoffice.org/43377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-14  ekuiitr  <jhaekansh80@gmail.com>  [2b5b8fd39c93166d9e6e696c010482413b155f78]

        tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+
        
        changed sfx2 module file, converted OUStringBuffer::append() with operator+
        
        Change-Id: Ie85542358875324f9ddadffa01395aebccda9be9
        Reviewed-on: https://gerrit.libreoffice.org/43357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6250b856defa4d49469cb455c1eef53de02f623d]

        implement new more user friendly data provider dlg
        
        This is still a work in progress.
        
        Change-Id: I1e68c86acc810eec068b1f184b2307c51d9b58df
        Reviewed-on: https://gerrit.libreoffice.org/43259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-14  Julien Nabet  <serval2412@yahoo.fr>  [3b21902aa85df7631c9efb20dd408df005295b22]

        Replace list by vector in unogaltheme (svx)
        
        Change-Id: I6172c5aae60efe929554589147e49a2cf036633b
        Reviewed-on: https://gerrit.libreoffice.org/43379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-13  Khaled Hosny  <khaledhosny@eglug.org>  [abc401787179b097dcbc1006fa454980537bfc0b]

        tdf#107605: Fix reading version 0 OS/2 font table
        
        The version 0 table os exactly 78 bytes since it does not have any of
        the extra fields from the later versions.
        
        Change-Id: Ie2e478bdefb201b988dc0844240d4ff193d66583
        Reviewed-on: https://gerrit.libreoffice.org/43374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [2c6e7f6cf121446ef41f34e972aae205f233a191]

        Log found extension updates
        
        The OSL_ASSERT doesn't make any sense, if you don't know what it
        compares. So simply log all found updates.
        
        Change-Id: I002b65cf4a658036916a217a89d0df7f0168ee70

2017-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [d3ae94f04e0cfeba49f5e0de66848743391fc336]

        Don't crash on extension update check
        
        We don't need to release the SolarMutex, as we don't own it.
        
        Change-Id: Id0a0ae8d478dc56d0da2ab296f8031e935920c97

2017-10-13  Jan Holesovsky  <kendy@collabora.com>  [3ea6d0620d34c14950c5b1a25af801efd7fde492]

        When the unit test fails, mention how to run just that exact test.
        
        Idea that appeared during the Stephan's talk - thanks! :-)
        
        Change-Id: Icc0b8454fde8a28f87236425d9df213959d5349c
        Reviewed-on: https://gerrit.libreoffice.org/43368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-10-13  Caolán McNamara  <caolanm@redhat.com>  [5c18404e5dcba62c7415746b0872ae0b22fb0de4]

        ofz#3635: fix leak
        
        Change-Id: I8656b09db63c85104d60145e63591de916715e53
        Reviewed-on: https://gerrit.libreoffice.org/43369
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [abe3af8e9871907aa75b913f2b8094cac651bc6d]

        WIN fix redraw during window move and resize
        
        During window move and resize, Windows spawns a nested message
        loop, blocking our direct processing. In this case we switch to
        timer messages for all timeouts.
        
        But if LO is busy with background jobs, the posted 0ms timer
        messages will block any system event processing, halting any
        updates until we're idle again. So for these cases we switch
        to the WM_TIMER based SetTimer timer.
        
        Change-Id: I854f4984d7c75d6829f82cda5cb4479967edce48
        Reviewed-on: https://gerrit.libreoffice.org/43350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [3bf6c97029d26ddf20007c47ca6b68e5cc52d846]

        tdf#112975 WIN correctly handle VclInputFlags::OTHER
        
        On Windows we can just check the message queue for existing
        messages. But VclInputFlags::OTHER is used to check for any
        messages, which can't be explicitly checked.
        
        In the case of checking for VclInputFlags::OTHER while
        excluding an other message type, we have to make multiple
        PeekMessage calls and exclude all non-checked message ids.
        
        Change-Id: I1cedd4b76444769842c74228fc547f0d924f8b60
        Reviewed-on: https://gerrit.libreoffice.org/43337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [fb4e7be5d4eac6d7c429c215e72de45ea28d86cd]

        WIN another system loop integration attempt
        
        This time we skip the intention to handle our Scheduler
        completely via the system event loop. Instead we basically
        guarantee to process a Scheduler event during each DoYield,
        if one is available. This way we won't block system events
        when busy in our event loop.
        
        Change-Id: I37094e61cbf928733151d9cc3299cdac76b3a5cd
        Reviewed-on: https://gerrit.libreoffice.org/43349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-13  Bernhard Widl  <bernhard.widl@cib.de>  [21ccc64782f485f4fce7cd645f24dabb4b6eb985]

        derive size of tab bar in Calc from TabFont (in pixels).
        
        Change-Id: I3a35850cb6a66b06ae6568b54c008669ee2f391a
        Reviewed-on: https://gerrit.libreoffice.org/43328
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-10-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dbc03a7ea22f0540e04facd7b764251954000847]

        fix oslibs syntax (have the shell treat it as variable, not command)
        
        Change-Id: I75a4e1b2a9956d32e2ae4412d9f808a3b39ec855

2017-10-13  Szymon Kłos  <szymon.klos@collabora.com>  [65b1f087eff4abfedbbf9137210011e699be4bfa]

        Notebookbar: PriorityHBox working after reload
        
        Change-Id: Iba1802f386131b37b7972a7f022f85fdcdaab6fe
        Reviewed-on: https://gerrit.libreoffice.org/43363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3933ac6828f74529c5bde6b11279cfdd69db60c6]

        Fix typo
        
        Change-Id: Icb23e192961aadcd23d17546aa397df18dd32979
        Reviewed-on: https://gerrit.libreoffice.org/43366
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f57604a4a83db7e6b0ca65d0c9b49e88bccb91ad]

        sw dbg_lay: make it easer to match log entries with code locations
        
        Also warn when logging stops due to a limit, not because the layout
        finished.
        
        Change-Id: Ifd44901602edec001839ab4ee88f459b45e36da6
        Reviewed-on: https://gerrit.libreoffice.org/43362
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-13  Eike Rathke  <erack@redhat.com>  [643e9001bff137b6e5a8784d9e1f25a51e0d1644]

        Do not cast sal_Unicode separator to sal_Char
        
        ... living in an ASCII world?
        
        Change-Id: I82912924420766734573a10b2e110fef6fcadd1c
        Reviewed-on: https://gerrit.libreoffice.org/43343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-13  Eike Rathke  <erack@redhat.com>  [51b0200304c307c11f3878af0ed61d28e09f53bf]

        Correct copypasta decimal separator as group separator
        
        Quite certainly the decimal separator wasn't to be obtained twice
        and used as group separator the second time..
        
        Change-Id: I8fb1a066f7f33f377fc98f917aeadad74c41205b
        Reviewed-on: https://gerrit.libreoffice.org/43342
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-13  David Tardon  <dtardon@redhat.com>  [a00520d3ccf762154c2332a3941e072a604ac7aa]

        don't assume concrete spelling substitutions
        
        E.g., on my F-27 with system hunspell 1.5.4, the substitutions are
        
        dogg -> dodgy
        catt -> cat
        frogg -> frog
        
        which causes the test to fail...
        
        Change-Id: I6d192fcc74629c2f3b9d4780576499c47de96b26

2017-10-13  Serge Krot  <Serge.Krot@cib.de>  [8b7910e0ba63aebb6fd6befa937259420f7266f3]

        tdf#66398 Enhance unit test: check permissions at content level
        
        Change-Id: I3bec3fe12e97e0063f597cd117cd5d8a7d5465a9
        Reviewed-on: https://gerrit.libreoffice.org/43311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-13  Szymon Kłos  <szymon.klos@collabora.com>  [0ceb9cb40f2a05e06597ca13dbb01e0a2f663a86]

        Notebookbar: initialize correctly PriorityHBox
        
        Change-Id: If8d94c3496dacb3ae9e0b50ba269f3af87c3bcb4
        Reviewed-on: https://gerrit.libreoffice.org/43351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-13  Caolán McNamara  <caolanm@redhat.com>  [d4e5e20a29402a305da533357fe538beb45afb96]

        tdf#110742 add support for icon themes via extension manager
        
        Change-Id: Ic33c086ef67cdcb634d9f03f84799c234fe3beec
        Reviewed-on: https://gerrit.libreoffice.org/43341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-13  Yousuf Philips  <philipz85@hotmail.com>  [eed5c5ab3aac37750b19cdab7f339a22b98f9f8e]

        tdf#88742 Better label for styles sidebar command in menu bar
        
        Change-Id: Ieae3a0d50e95721c5f41a9b34d9a2e9e9a63e68c
        Reviewed-on: https://gerrit.libreoffice.org/43149
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0211e091e42bb85e20090dd25792648a1310751]

        xmlsecurity: remove unused XSecController::m_xNextNodeOnSAXChain
        
        Change-Id: Ic5fd625afe2ef53968b87d1382b257e3d44ce08b
        Reviewed-on: https://gerrit.libreoffice.org/43354
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-13  Tjipke van der Heide  <tjipkevdh@gmail.com>  [7ada9875ac6d340918eda85bcdba17bd19a20454]

        tdf#100726 improved readability of OUString/Ostring concatenation
        
        changed variable aResult to use concationation operator + instead of +=
        
        Change-Id: I1547a869a9b6ede6e64727a1048232caf404acb7
        Reviewed-on: https://gerrit.libreoffice.org/43340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-10-13  Julien Nabet  <serval2412@yahoo.fr>  [1fd77c6cc4ff45c6771af292ade23b22202ddb97]

        Replace lists by vectors in chart2uno (sc)
        
        + remove useless 'using ::std::list' in externalrefmgr (sc)
        
        Change-Id: Iacff73fafe5a048b47abea865a77645a960e1a0d
        Reviewed-on: https://gerrit.libreoffice.org/43355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-13  Julien Nabet  <serval2412@yahoo.fr>  [a5a905e7ff2e3a19020b6c486e77695aece71b8c]

        Replace list by vector in components (configmgr)
        
        Change-Id: I772b9b1b1d8fdbbc1dc7e38904490a6533686a90
        Reviewed-on: https://gerrit.libreoffice.org/43353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-13  andreas kainz  <kainz.a@gmail.com>  [d029193e8a4172cd2b08db203d6ec091749d15bf]

        update notebookbar with better dropdown menues
        
        Change-Id: I1af49673e4eab35ea33d8d306773eef41c97807b
        Reviewed-on: https://gerrit.libreoffice.org/43356
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: andreas_kainz <kainz.a@gmail.com>

2017-10-13  Szymon Kłos  <szymon.klos@collabora.com>  [3cbb6e73ecbff5d83be817c0dab680c5d925c6fa]

        SmartArt: export text rotation in the PPTX
        
        Change-Id: I74bfc172fe7434d14de468ecfd3412636e53780c
        Reviewed-on: https://gerrit.libreoffice.org/43202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-13  Julien Nabet  <serval2412@yahoo.fr>  [2ea531c0578bb7f0a34ec7de0aaea595e0387928]

        Use loop ranges in jvmfwk
        
        to simplify and avoid all the typedefs
        
        Change-Id: Ia14337dd71b55fc24f162b5436af76aeeb8d2575
        Reviewed-on: https://gerrit.libreoffice.org/43346
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-13  Szymon Kłos  <szymon.klos@collabora.com>  [923cea6817e29405a8cdf3b3f608fef84aeb4ec1]

        tdf#107239 make PriorityHBox working in the compact notebookbar
        
        Change-Id: Iaf087dcf71714338718088c5265d41df7e8beef4
        Reviewed-on: https://gerrit.libreoffice.org/42125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [3672cdd35985201ea87463cf032fedd02c052f4d]

        sw: resurrect dbg_lay functionality
        
        Example instdir/program/dbg_lay.ini:
        
        	# 0x0007ffff
        	[record] 524287
        
        This logs all functions and all frames. To have it:
        
        1) Don't mention hex values in the example, support for this was removed
        in ef513fd4b049b214a03fbe6e62a5ea43680a7a9b (remove unnecessary use of
        OString::getStr, 2017-05-26).
        
        2) "all frame IDs" is represented with a nullptr, so don't clear it
        unconditionally.
        
        3) Fix two other regressions from bytestring conversion in commit
        778ef20d74ce499e4e0c4b0e3e4506b44938b975 (sw now ByteString free except
        for windows related ones, 2011-11-04).
        
        (Additionally you need a dbgutil build, dbg_lay.go has to exists in the
        same dir, and output goes to dbg_lay.out in the same dir.)
        
        Change-Id: Ida0f3032f11225f1d079cdcbb05ec64c42a71e5d
        Reviewed-on: https://gerrit.libreoffice.org/43347
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-12  Cor Nouws  <oolst@nouenoff.nl>  [75d78b09438dcfa045626efd9f19d4a91a031e26]

        EPUB export: add simple example to command line help
        
        Change-Id: Ia1a03f324e9b66dc36abadc326843b88b33ed249
        Reviewed-on: https://gerrit.libreoffice.org/43348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-12  Johnny_M  <klasse@partyheld.de>  [0c1ccab0d559b01a69ba5b1b598bc2c885ffa8d1]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc and were
        translated to their English equivalents. For used translations, see, e.g.,
        https://translations.documentfoundation.org/de/libo54_help/translate/#search=RMZ&sfields=target&soptions=exact,case
        
        Note: This is an alignment of the function declaration to the definitions
        in /core/sc/source/core/tool/interpr2.cxx, some of which were translated
        on f8b9b8ec5686c1453e335d895aa78faba5fdf268, while others were already in English.
        
        Change-Id: Ifb01992e42af707a08a02139ffb8313d3b92701c
        Reviewed-on: https://gerrit.libreoffice.org/43077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-12  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [9261939c6f1566d00c2403460cb42482b0f5b5d6]

        Updated core Project: help  54d40a66cc5bdf829be02c0f5a0f6feb48ccb901
        
        Tweak the language menu
        
        Simplified the markup and tweaked the look a bit.
        
        Change-Id: Ifc296a82b17215e7bcfbfc17432aacddb922664b
        Reviewed-on: https://gerrit.libreoffice.org/43345
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-12  Szymon Kłos  <szymon.klos@collabora.com>  [4454feb360cc0c832adc21a38e21074d00baa456]

        Notebookbar: allow only one tab line
        
        Change-Id: I5f671bdc34e5852af06c99db93e859e8cf837c0d
        Reviewed-on: https://gerrit.libreoffice.org/43009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [5352dfbbe22b59983e1b91366908724138b9783a]

        pdfium: update to 3235
        
        Change-Id: I2603b885567b409d81f1abfacd25c2a6d344311c
        Reviewed-on: https://gerrit.libreoffice.org/43331
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-12  Julien Nabet  <serval2412@yahoo.fr>  [b8a6998342fbbeb77bca354df306dd94d94d57e9]

        Following tdf#111561: no need to autorelease "elements" (apple_remote)
        
        Change-Id: Ic074af74a9f48618ac1c4b3752b15661f2003815
        Reviewed-on: https://gerrit.libreoffice.org/43333
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-12  Laurent BP  <laurent.balland-poirier@laposte.net>  [a66c7dc101a241021b60cd5ee46101b23ca80eb9]

        Updated core Project: help  6e8527a15389c64292665175159aabfa0a463bab
        
        Calc, Number format: Update date formats
        
        Change-Id: I2f6c05e1b9861288507c74f5d223d4d657272a38
        Reviewed-on: https://gerrit.libreoffice.org/43266
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38f9bb33dd6ef4870a71440cf6a86caf5576eaef]

        prevent crash while disposing ListControl when children are disposed
        
        Change-Id: I9e69d0b29ab41428d87bf37edeebe652f7e9c297
        Reviewed-on: https://gerrit.libreoffice.org/43251
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0448c3c9de5a5fe9f6bd7caa9b8502a276744df4]

        adapt dataprovider to the requirements of the new UI
        
        Change-Id: If10a68a27591f3195ef85c21ea98324903819b36
        Reviewed-on: https://gerrit.libreoffice.org/43256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2dd1645d7cd12e8f5d8e950af3d156f8df2fa417]

        allow adding a menu to a modal dialog
        
        Change-Id: I3da2ec747f73c44bf7bcb8a7ec3d116272dc806f
        Reviewed-on: https://gerrit.libreoffice.org/43252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4d1ee296def5fde9c77702d3d19d76be33cbdaad]

        Updated core Project: help  0131f6462a22795d632d3ad5869bf915d9c3ea24
        
        Update link
        
        Change-Id: I9ec5733c162507893fa4ca8d619d2c4730d8c535
        

2017-10-11  Julien Nabet  <serval2412@yahoo.fr>  [47039a11dae0a614213cae136fe705d32f9efa1c]

        tdf#111561: try to fix leak in HIDRemoteControlDevice (apple_remote)
        
        Change-Id: I6539f1cc9612eb3380381a54d3d1d674fd66cc03
        Reviewed-on: https://gerrit.libreoffice.org/43329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-11  Jan-Marek Glogowski  <glogow@fbihome.de>  [7f7ed0260ab7e08401f0129cde312cd8aa0fbddf]

        tdf#113052 needs mpUIBuilder to load breaklistmenu
        
        The mpUIBuilder object is also used in the else branch,
        so move the creation in the outer scope.
        
        Change-Id: I18211bbe3c6f85cdd7697225159a98ad672a4ce2

2017-10-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f0910cb9d64e4ad4d152f304e94580cf54407edd]

        Updated core Project: help  ba63bfdf3f93f2d80fa22877449ee18589d989e5
        
        Add ca and ca-valencia support on helponline
        
        Change-Id: I9fea48d63ff6b1781a324cccca40e6739023c5ca
        Reviewed-on: https://gerrit.libreoffice.org/43274
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-10-11  Justin Luth  <justin_luth@sil.org>  [e69473539a33da5450d3878999eba7f9bfb9e631]

        tdf#55528 ww8import: import table width percent
        
        Change-Id: Ifab8fa2df13e16cbfbd70b62912ca2a6245e16cc
        Reviewed-on: https://gerrit.libreoffice.org/42918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-10-11  dennisroczek  <dennisroczek@libreoffice.org>  [bb1a1e367e049d8f2ea30187b329d370bfd2c6ef]

        fix grammar / typos in German ODK example
        
        Change-Id: Iea4494d13bc201bba501302b08e81af21ca6083a
        Reviewed-on: https://gerrit.libreoffice.org/43327
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cea138dacb517016d90622f821d5e1cda8a44276]

        Updated core Project: help  1b129873b6a7515a6da0d31d364638290da8bcad
        
        BESSELJ: if you state result is the same as above, it should be the same
        
        4.33 is treated as 4 since the decimals are ignored, but for some reason
        help referenced a different value...
        
        Change-Id: I9c0a97516ff7b9eb713fcb6eea994a737687945b
        

2017-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b2ef16e461c74d907f1b13bc71f8ce9efa5c0945]

        Updated core Project: help  70fe48b2fece8667bd718034086e3f24d1e8abff
        
        <emph>P</emph><emph>mt</emph> → <emph>Pmt</emph>
        
        Change-Id: I8f40f45576d510720987789cee78c5b3fb476b5c
        

2017-10-11  Stephan Bergmann  <sbergman@redhat.com>  [fbfe55e58c4b14f86cbb2c7b822f727e5b2e4a66]

        There appears to be no need for -I. in SOLARINC
        
        See the mail sub-thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-October/078609.html>
        "Re: C[++]: Normalizing include syntax ("" vs <>)".
        
        Change-Id: Ibb636be643789d455e771fcd54913dd3cdd03815
        Reviewed-on: https://gerrit.libreoffice.org/43284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-11  Stephan Bergmann  <sbergman@redhat.com>  [948c9c0a313d932d22cf275792077862eb4de334]

        Use unique class names for better FlameGraph results
        
        ...of measuring loplugin performance, when gathering data with perf and all
        plugins that used "Visitor" as class name were lumped together.  (Cf.
        <https://whatofhow.wordpress.com/2016/06/28/plugin-flamed/>.)
        
        Change-Id: Ie482f443faced7469528da4772e735bc2eda596d
        Reviewed-on: https://gerrit.libreoffice.org/43324
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [10ba813b349fc7db3a2304ab9d31cccd06039cc6]

        Fix typo
        
        Change-Id: Iab17008c8cc122176fb51b8766540d59cd681b35
        Reviewed-on: https://gerrit.libreoffice.org/43316
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-11  jan Iversen  <jani@libreoffice.org>  [9e6154152cb2a5ea4649bb62c6c1070ffecf7115]

        iOS, actived more 3rd libraries
        
        configure.ac compete with autogen.input, meaning a lot of enable/disable
        are set set in configure.ac and cannot be changed.
        
        Change-Id: I9e2b42b676fef67af6df81288214428f45fc4844

2017-10-11  jan Iversen  <jani@libreoffice.org>  [0df51086b71af8755f3eacca8a3c2dd1329fa191]

        iOS, make linking of LO dependent
        
        Added a flag to remove need for LO in app, this allows faster change
        of UI changes.
        
        Change-Id: Iad3be518733cbd3ce092eebab76f8f66e91e579d

2017-10-11  jan Iversen  <jani@libreoffice.org>  [dd292ad0c87c2657de0722e0eff30c84ad30efba]

        iOS, support for more 3rd party libraries
        
        Change-Id: I56bd134bc854578f52a56256e164a3279a0c74b1

2017-10-11  Caolán McNamara  <caolanm@redhat.com>  [be3bc11d38dbd10bf6fe3ac78003515dbd6cbd3c]

        ofz#3507: keep early failure of ofz#3110 in sync to address oom
        
        Change-Id: Ic3bcfd684295293431d576931ef082a4ea09404a
        Reviewed-on: https://gerrit.libreoffice.org/43322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-11  Caolán McNamara  <caolanm@redhat.com>  [8809915132522a2a05aab0020a6c424c271fcf6b]

        tighten eps preview search
        
        Change-Id: I61e870dc408564b889c2ef115191f34c99286f2a
        Reviewed-on: https://gerrit.libreoffice.org/43323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-11  Caolán McNamara  <caolanm@redhat.com>  [68a41746093cad4307fe582d2c907d7b609b4498]

        ofz#3602: some modes depend on unread data existing
        
        Change-Id: I08309010e5138fe62c15c803da3284217b685c8b
        Reviewed-on: https://gerrit.libreoffice.org/43321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8d0914be7b5fee3e21ec088f518b09281ed34ee]

        connectivity writer driver: survive merged cells
        
        Fow now just don't crash on them, instead give empty result for those
        cells.
        
        Change-Id: I9edd231b00fa00af95408a550484da74c98275da
        Reviewed-on: https://gerrit.libreoffice.org/43319
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-11  Julien Nabet  <serval2412@yahoo.fr>  [33f126b4262d1af9c3f0c2e850f5a13b3c6acfc2]

        Replace list by vector "DataPilotSort" from dbfunc3 (sc)
        
        Change-Id: Ib8754d7e459d1019ed2d5f49ce593e20af0b7f0c
        Reviewed-on: https://gerrit.libreoffice.org/43315
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-11  Mike Kaganski  <mike.kaganski@collabora.com>  [ff578127e279c1f9949923c601636aa274d52892]

        binaryurp: consistently use "" and <> for include directives
        
        Change-Id: If328428d7f88d8a160888857acd3a07bbd8dab83
        Reviewed-on: https://gerrit.libreoffice.org/43318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-11  Mike Kaganski  <mike.kaganski@collabora.com>  [6beaa8aae6b4a56ceb2075d131b6ae319ef9ea9d]

        bridges: consistently use "" and <> in include directives
        
        Change-Id: I8fb8e4fad4d6bfb4e24648833826f1a7e211b062
        Reviewed-on: https://gerrit.libreoffice.org/43320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-11  Julien Nabet  <serval2412@yahoo.fr>  [78f79760d5cb768cb482646fc71a90cd6cd1e630]

        Replace list by vector fontconfig/manager (vcl)
        
        + refactor a bit "analyzeFontFile" to return a vector of std::unique_ptr<PrintFont>
        instead of just a bool
        
        Change-Id: I9c8c307c5c323e40667359f5094672c1cde589fd
        Reviewed-on: https://gerrit.libreoffice.org/43317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [42e8ca0f12c787f415bf644eb75e09849858f3ec]

        Removed duplicated includes
        
        Change-Id: I7517640b028f2922a2dc45e76edd226240df434a
        Reviewed-on: https://gerrit.libreoffice.org/43314
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-10  Julien Nabet  <serval2412@yahoo.fr>  [ef2e16d1a1e1e551ec99a90c1614f0f67e17b690]

        Use erase-remove idiom
        
        Change-Id: Ib62b7fd36d6390bf58d98a8213e444109d81aa16
        Reviewed-on: https://gerrit.libreoffice.org/43302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-10  Julien Nabet  <serval2412@yahoo.fr>  [c95221f151fbaab5f181bb5f8a5428a380d4d1bf]

        Replace list by vector InputStreamsList_Impl (package)
        
        Change-Id: I4f03ddff09b8b7bb92dd1a9d2aeec279835c81b4
        Reviewed-on: https://gerrit.libreoffice.org/43294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [295cf49b81b8c008ec0ea2c92f7cf729d5523d4e]

        tdf#112211 RTF import: fix unwanted direct formatting for other indents
        
        Commit 56a695fddb915bcba13b088b5b2b4e0841d4acbc (tdf#112211 RTF import:
        fix unwanted direct formatting for left indents, 2017-09-26) fixed left
        indents, and given that it was a regression fix, left the other indent
        types untouched.
        
        As it has been pointed out in the bug comment, the original bugdoc
        actually needs the other indent types removed as well, so let's do that.
        
        Change-Id: Ia4ea7e2214b7df27536f46b046f90bd703c107be
        Reviewed-on: https://gerrit.libreoffice.org/43303
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-10  Serge Krot  <Serge.Krot@cib.de>  [f5c266695a4a88da7db971a21915e2bbf758d48e]

        tdf#66398 Parse and output permissions for DOCX using bookmarks
        
        Change-Id: Id08998ae775c5f383edc4bf0410d16f88c70dfd6
        Reviewed-on: https://gerrit.libreoffice.org/43275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-10  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [9c4d690b73b30aa144828935ad4e87eb13442d0c]

        tdf#90789: DOCX paragraphs in shapes like frames do not belong to section.
        
        Change-Id: I60644bd62e2a2ac97a97f0a492b146dc69456cd6
        Reviewed-on: https://gerrit.libreoffice.org/43291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47ec4332dde7a8b7a8abb188679e8b13481bd62f]

        add a method to get all entries from ListControl
        
        Change-Id: I9ff73dab53f5769270e8eb32889314e9c61a1828
        Reviewed-on: https://gerrit.libreoffice.org/43254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-10  andreas kainz  <kainz.a@gmail.com>  [d4ce82b3c9afa522831e582b6bdae211478ab4b2]

        add path to tabbedbar compact
        
        Change-Id: Ic02130f4cff72cbe209e43dbfcd216920683ad44
        Reviewed-on: https://gerrit.libreoffice.org/43312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb584d4fd3da60589ddcc3a0a712cdedfd4c75de]

        store vcl::Window in ListControl to allow adding VclContainer
        
        Change-Id: Ib7f145ae1137ec29749e0a60a21e84dd747ac5c1
        Reviewed-on: https://gerrit.libreoffice.org/43253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02ff84dca24793a54c0fd5ce783550900eb0cd27]

        use std::swap instead of own implementation
        
        Change-Id: Iabc0eee868a2ad5623a1ac39b26bb2bc5981e829
        Reviewed-on: https://gerrit.libreoffice.org/43249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-10  jan Iversen  <jani@libreoffice.org>  [da01a190a19bdb737b39c41f75f0bc3d3da36417]

        iOS, update app to link
        
        Linking app for test directly in xCode, later it will
        be added to CustomTarget_iOS.mk
        
        Change-Id: I166bbdb626625ea1c4a8a191004b85ba7eef8f11

2017-10-10  jan Iversen  <jani@libreoffice.org>  [539feabcfb5466a30282c0aac4de657974979cd6]

        iOS, dummy SoundHandler_get_implementation
        
        Since it is not easy to remove the avmedia component, adding
        a dummy SoundHandler_get_implementation solves the link errors
        
        With this commit LibreOfficeLight links, but without the prelinked lib
        
        Change-Id: Ib18773d784346573f3c1fb21dc4446d92bd27748

2017-10-10  Takeshi Abe  <tabe@fixedpoint.jp>  [d3347261feec99bbb059898e76dc71d9fe46e1b7]

        svl: Drop dead constants
        
        which were gone at b021353dd62c3d8c9ee0281753b88f6304a2514d
        and 75933b220d48bceff25b07cfc4b55c70a2e24917.
        
        Change-Id: Ibfff9a4b0c5f834c1daaedeeff8e48d8eb923cb3
        Reviewed-on: https://gerrit.libreoffice.org/43308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-10  David Tardon  <dtardon@redhat.com>  [a0439f5a5b8ee8adaeba0bacbef3bf77a7fd05a0]

        upload libxml2 2.9.6
        
        Change-Id: Iafb9d9e2459451d213cad5d9141755df999d7ced
        Reviewed-on: https://gerrit.libreoffice.org/43306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-10  David Tardon  <dtardon@redhat.com>  [1bae5c02efff0faa89f3f61b8a51b87ac0f46b73]

        use gbuild way to update config.*, continued
        
        Change-Id: I9abf1742c213f47c576ffbb7dafd33087f7037e5
        Reviewed-on: https://gerrit.libreoffice.org/43307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-10  jan Iversen  <jani@libreoffice.org>  [134705c5c2a7ce652acb23dc42609a65b56c562d]

        Revert "iOS, removed unneeded avmedia libraries"
        
        sorry for the noise.
        
        This reverts commit 032b1e87078fe60cf8b59b756d93b02b278ed8c8.

2017-10-10  jan Iversen  <jani@libreoffice.org>  [3515946e1c4d787aaa83e52f163903d14ec9df5d]

        iOS, typo
        
        Change-Id: I6103c8b2ca6b306bec1f5a3ef9211a351cd64f05

2017-10-10  jan Iversen  <jani@libreoffice.org>  [1931a45f880264433c6bc3d51bd3638da1119bc2]

        iOS, readd component file.
        
        component file is needed
        
        Change-Id: Iaa26f0e5b9dd4a1385adb0051fc22fd87cb480f1

2017-10-10  jan Iversen  <jani@libreoffice.org>  [032b1e87078fe60cf8b59b756d93b02b278ed8c8]

        iOS, removed unneeded avmedia libraries
        
        add USE_AVMEDIA_DUMMY to .mk to stop libraries from being
        generated
        
        Change-Id: Ic8a81d681bfaa3f7124b3ad79007527517aaecd9

2017-10-10  jan Iversen  <jani@libreoffice.org>  [7437a04666d7cc4b336f9210aeaa6fc80392acd0]

        iOS, solve missing vcl references
        
        needed more dummy stuff
        
        Change-Id: I96392415a8f778be3ef1a44fb485d27049f7f324

2017-10-10  David Tardon  <dtardon@redhat.com>  [8ad4be95f14838d1db4167802982bcf6975da11d]

        upload libpng 1.6.34
        
        Change-Id: Ie97ff93e4548a67ba77ac46b573d6625ed1dfd66
        Reviewed-on: https://gerrit.libreoffice.org/43295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-10  Mike Kaganski  <mike.kaganski@collabora.com>  [81ced4022c547a497d3632aeaf227660c5e60b00]

        basctl: consistently use "" and <> in include directives
        
        Change-Id: I1796836fb0d53bd07d621af9cfc03becc969d420
        Reviewed-on: https://gerrit.libreoffice.org/43299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-10  jan Iversen  <jani@libreoffice.org>  [adfa2701f9323120d02d2e252a938f02e8ce3a1b]

        iOS, only remove current library
        
        Change-Id: Ib6e89ab49eb1dd87a84a4e53ec1117fdf4c1571e

2017-10-10  Mike Kaganski  <mike.kaganski@collabora.com>  [40056a599c07b6fd18226bc6eabb5be9fb2be3b2]

        basegfx: consistently use "" and <> in include directives
        
        Change-Id: I6e4e11532e634fbdb8c6bfd4ce3577fc2746aca8
        Reviewed-on: https://gerrit.libreoffice.org/43300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-10  Mike Kaganski  <mike.kaganski@collabora.com>  [daf7c3e7329f343afdcfc72b3c3b88d6b23f0690]

        basic: consistently use "" and <> in include directives
        
        Change-Id: I147c0e9b9b1e09af593f54799e45e1348cd40716
        Reviewed-on: https://gerrit.libreoffice.org/43298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-10  andreas kainz  <kainz.a@gmail.com>  [da7c1eb1c0a7d9e20ce6d147d428dba257b51152]

        Breeze-icon epub icon update
        
        Change-Id: I7690e76eec2688553beaf8326a606e7908f214d3
        Reviewed-on: https://gerrit.libreoffice.org/43301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-10  Julien Nabet  <serval2412@yahoo.fr>  [7b503e4b47831badb4207a4242756678a6efc339]

        Remove unused ::std::list
        
        Change-Id: If4f931a25d0d23de896d51ca3c512de4e2224d0c
        Reviewed-on: https://gerrit.libreoffice.org/43296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-10  andreas kainz  <kainz.a@gmail.com>  [3343d0d4d80933f1436dc73ff84fc959f1bee050]

        add tabbed_compact notebookbar for writer
        
        Change-Id: Id8ac99507a5fa9e57cd99b8a3ff7448b71f5918a
        Reviewed-on: https://gerrit.libreoffice.org/43297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [07b7513aa3d219fbdfd36ce2b1aa6ea0f4f4b02d]

        Tango: Add EPUB icons
        
        Change-Id: I5140c658018e75826bacc16a22c49dbf0a2093fa

2017-10-09  Julien Nabet  <serval2412@yahoo.fr>  [adb946f9845dff9f5a53010b38032247b30475c1]

        Replace list by vector for nodelist var (hwpfilter)
        
        Change-Id: I693d01f63b8bd8b2c78bfd98e1f9310c965f65b2
        Reviewed-on: https://gerrit.libreoffice.org/43262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-09  Julien Nabet  <serval2412@yahoo.fr>  [af7b62ea9e54dba4923b004ef921a20c83c2a836]

        Replace lists by vectors in controlmodelcontainerbase (toolkit)
        
        Change-Id: I614433b16501812a80c9d4f78abb499f96fecd26
        Reviewed-on: https://gerrit.libreoffice.org/43293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-09  andreas kainz  <kainz.a@gmail.com>  [1da3a2d32d89da8467424e1b092711a073fbdc8d]

        add recentfilelist icon tabbed toolbar didnt need bad fix
        
        Change-Id: Iad50448c3d97efaf23ca50d102db6b8ef8a9e896
        Reviewed-on: https://gerrit.libreoffice.org/43292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [19e37a2c8097ee4878a593cad4ce01d9fc5b24fb]

        tdf#112939 Color on drop-down color chooser is always black
        
        regression from
            commit 404630c6052919c1a0b5dab405084c2a39fc2f5c
            simplify Bitmap operator==/IsEqual (stage1)
        
        Change-Id: Ifabbfb28e0ccbe28b19db7f2c50e6d6f55569f9a
        Reviewed-on: https://gerrit.libreoffice.org/43239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-09  Noel Grandin  <noelgrandin@gmail.com>  [f77524954702f52fe3cd3f40edac539f6a7170dc]

        remove cppcanvas Color class
        
        which actually does nothing useful. Looks like it was originally
        intended to be used to implement color profiles, but since nothing
        has happened on that front since it was created, safe to say it never
        will. Probably not the right place in the graphics stack to do it
        anyhow.
        
        Change-Id: I36990db4036e3b4b2b75261fc430028562a6dbd9
        Reviewed-on: https://gerrit.libreoffice.org/43240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [6d7191a9bbbae1421edc7d94dccc040f622bc227]

        tdf#112931 always signal AllUserEventsProcessed
        
        If the last user event triggers a nested event loop, there is
        no event in the nested loop, but AllUserEventsProcessed will
        not be signaled, resulting in a busy loop in the gtk backend.
        
        So just always signal AllUserEventsProcessed, if it was not
        yet signaled.
        
        While at it catch and std::abort on uncaught exceptions and fix
        the default to have been signaled, so we won't signal on an
        empty list on first run.
        
        Change-Id: I480da906d87d3b95ba30b4c18420d2e20ffb5b2e
        Reviewed-on: https://gerrit.libreoffice.org/43282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-09  jan Iversen  <jani@libreoffice.org>  [a3a89fc81a47640d0cd63453f72717a8ddb3970d]

        svx, implement HAVE_FEATURE_AVMEDIA
        
        iOS does not support avmedia, therefore HAVE_FEATURE_AVMEDIA
        is set, however not all sources test for it.
        
        Change-Id: I351d36769f82289e6b7fa61b3509aa1f34458989

2017-10-09  jan Iversen  <jani@libreoffice.org>  [64b3b366da326ca4eeb42c8c6195f21e2c563663]

        sd, implement HAVE_FEATURE_AVMEDIA
        
        iOS does not support avmedia, therefore HAVE_FEATURE_AVMEDIA
        is set, however not all sources test for it.
        
        Change-Id: I7315dce08fef6e18c026d628c87d29ca201b1f8a

2017-10-09  jan Iversen  <jani@libreoffice.org>  [d9675f7a9b99b7d729b3d5318b905aaf5b2aedec]

        sc, implement HAVE_FEATURE_AVMEDIA
        
        iOS does not support avmedia, therefore HAVE_FEATURE_AVMEDIA
        is set, however not all sources test for it.
        
        Change-Id: I627d1a45420d4af093c57bc53d716d48bf3a4b00

2017-10-09  jan Iversen  <jani@libreoffice.org>  [9f89fce1fb913339e8f9c24feef1742195c7fa40]

        oox, implement HAVE_FEATURE_AVMEDIA
        
        iOS does not support avmedia, therefore HAVE_FEATURE_AVMEDIA
        is set, however not all sources test for it.
        
        Change-Id: Ia58fb8d7ab524b9763fd9fa3a7d3fa111cb85bb4

2017-10-09  andreas kainz  <kainz.a@gmail.com>  [d495eccd3be8891eab587514020cc84ebffa543f]

        add signpdf and epub icon
        
        Change-Id: I76b6508f353c6e7f2c95796cd233992048686216
        Reviewed-on: https://gerrit.libreoffice.org/43290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-09  andreas kainz  <kainz.a@gmail.com>  [9ff4ae6b16cda10424b6c63b6e19a1e0c69563c5]

        add icon for sign pdf uno command
        
        Change-Id: I918828a596a94e3b5aa02db22b93196fa2d8d797
        Reviewed-on: https://gerrit.libreoffice.org/43289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [f2aa375696c69cd53698827015878412ad070def]

        Resolves: rhbz#1471983 fatal exception on older config without slide bg panel
        
        Change-Id: Id437bdd8feac06da42c180ff4f7759ec282fa8d4
        Reviewed-on: https://gerrit.libreoffice.org/43279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [34e69a56daf031c1215fd7dd7c342dacb3badb1a]

        shrink bmp fuzzer
        
        Change-Id: I9119c61f80631bb57bc8eade552a4d88b0c699df
        Reviewed-on: https://gerrit.libreoffice.org/43288
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Your Name  <you@example.com>  [a80fde4c3650dca849ea4c777525f762718021ec]

        shrink png fuzzer
        
        Change-Id: I61b89eae0131c000c0a9861ab245fa21e5febc0b
        Reviewed-on: https://gerrit.libreoffice.org/43287
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [83c2eb0cbfb86392ecc8ecae9da1379c91c8e936]

        Those ones look like not being used at all
        
        Change-Id: Id3e20523538226be0cb6eea21b17503e27e2294d

2017-10-09  Your Name  <you@example.com>  [bd219133ef6e4ba1d7b9e8cadadeae80d7c59922]

        shrink xpm fuzzer
        
        Change-Id: Iacae6fa5135c427ad22d185658c25f44af2ac5d0
        Reviewed-on: https://gerrit.libreoffice.org/43286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Stephan Bergmann  <sbergman@redhat.com>  [a636d2ee19fcb319b028e04395c2eee0f624263c]

        Revert "Revert "Fix -fsanitize=signed-integer-overflow""
        
        This reverts commit ce057e662b2e10e111353e9461c3c01434ddbb0f; the original
        63d845dc88690b9c5c8194e1512a8e4390c7ee24 appears to be useful after all to make
        UBSan 'instdir/program/soffice sw/qa/extras/uiwriter/data/tdf112860.fodt'
        succeed after 'make -O -j12 ExternalPackage_fonts_liberation.clean', see
        tdf#112942.

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [c2c3a82b2c1a7de4ea050e57c3b762059f8aee17]

        ofz#3593: alloc memory on demand to avoid up front oom
        
        Change-Id: I5500a98f366deaa3d4a69a419163d39e5a9e4d92
        Reviewed-on: https://gerrit.libreoffice.org/43278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [bd9cf89f6dc13da314d0dd6fc43512a8732ce125]

        ofz#3587 ignore broken cgm images
        
        Change-Id: I649ace9e3e5cc008ba09fcc72f9c9b79322d39ab
        Reviewed-on: https://gerrit.libreoffice.org/43277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [ec1a8442b379c73cdbd8b7eb2d1d40edba890cb7]

        shrink xbm fuzzer
        
        Change-Id: I0f17bd2b931a6216c749fbb0db5f29fd20486ef1
        Reviewed-on: https://gerrit.libreoffice.org/43281
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [dbd9ad421534b7bad6324f0c2a358416c80b4d81]

        ofz+ubsan: limit double range to sal_Int32 limits
        
        wmf fuzzing
        
        Change-Id: I37b437717f064c6c85cd383315adf4e989486412
        Reviewed-on: https://gerrit.libreoffice.org/43272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [5fcfa368d8a4aa3156674fe38365f57218a6952e]

        ofz#3577: speed up short reads
        
        Change-Id: Ic05a7eb415ca0d3ee1cef5dcf0a881119bf52ac6
        Reviewed-on: https://gerrit.libreoffice.org/43276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  andreas kainz  <kainz.a@gmail.com>  [bcde9f1bc32ebdfdd71edd0e66502e1fcc766b18]

        update notebookbar to add ExportDirectToPDF and ExportDirectToEPUB
        
        Change-Id: I6b161cc7d5e56b1a6507d6a513f1d3d70e8671c9
        Reviewed-on: https://gerrit.libreoffice.org/43271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>

2017-10-09  Stephan Bergmann  <sbergman@redhat.com>  [8b490c17243248e2824633d0438b0fc290d94f9b]

        tdf#112942: Apparently, rTab.GetFollow() can change in between
        
        ...the calls to TableSplitRecalcLock and TableSplitRecalcUnlock
        
        Change-Id: Iacb0d88ccb323fb248129daeeeb207b25f148753

2017-10-09  Mike Kaganski  <mike.kaganski@collabora.com>  [2a64f24417a15d6963235bc0d6c836e853c9dfd1]

        avmedia: consistently use "" and <> in include directives
        
        Change-Id: Ic8d0dee5b0af986214dd5967400651903b84422b
        Reviewed-on: https://gerrit.libreoffice.org/43269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [b2384778d958031bce4a5d393bb1d96c74d41ab2]

        shrink gif fuzzer
        
        Change-Id: I68561045548bfcff509d439837b7f31c650796f7

2017-10-09  Caolán McNamara  <caolanm@redhat.com>  [862167b21bce4a4b65de71af62a05c4bf0a97f87]

        shrink jpg fuzzer
        
        Change-Id: I1222f17cd3cb692db41416fe152c11a8f9a4a290
        Reviewed-on: https://gerrit.libreoffice.org/43273
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b0e134b1eb65920c1cb1256ccd1da6afa1752e1]

        sw: prefix members of SwFieldPortion
        
        Change-Id: I1093c10a903a9b028d74503560115692c50e0e9e
        Reviewed-on: https://gerrit.libreoffice.org/43267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-09  Stephan Bergmann  <sbergman@redhat.com>  [51c81a57e307e6ac6b6ec08fbcc8d3945ffd4e7e]

        Move loplugin:bodynotinblock to store/, to improve performance
        
        ...as it was the last remaining enabled-by-default plugin that calls expensive
        parentStmt.  It isn't immediately clear to me how to rewrite the plugin to not
        call that, but a superset of this plugin's warnings are now also emitted by
        GCC 6 -Wmisleading-indentation.
        
        Change-Id: Ifa55cb14f6763594fe48926585df29d4d30355df

2017-10-09  Mike Kaganski  <mike.kaganski@collabora.com>  [ecc73fa19e2c48e588b3aec98145172d8be37125]

        accessibility: consistently use "" and <> in include directives
        
        Change-Id: I7b6bd3691c95dff0e80f2fb31fa1ffb10f27b58d
        Reviewed-on: https://gerrit.libreoffice.org/43268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-09  Lionel Elie Mamane  <lionel@mamane.lu>  [2399cf59fc0467028e7183877582821dc878120f]

        Revert "Related tdf#112947: another fix about odbc"
        
        Since the buffer pointed to by SQL_ATTR_FETCH_BOOKMARK_PTR is not free()/delete()ed by the destructor of OResultSet, this is not the right place to unregister it.
        
        This reverts commit b76a087f73cdf3d1a8bcc56b1ed7a5959ca0f1bd.
        
        Change-Id: I78e162c0ced1a15decc4a0f464c99f68fcac7ce5
        Reviewed-on: https://gerrit.libreoffice.org/43270
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-10-09  Mike Kaganski  <mike.kaganski@collabora.com>  [5c151537b571614c8f10b96e2b60faa959413f1f]

        uibase: consistently use "" and <> in include directives
        
        Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a
        Reviewed-on: https://gerrit.libreoffice.org/43265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-09  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [91d5cebbde2e854a73a9a7633725350df1418387]

        tdf#100491: Reduce DOCX shapes arrow line ending size multiplier
        
        Older arrow line endings are quite big comparing to other DOCX line
        ending and same arrows in MS Word.
        
        Change-Id: I9617aa283a7e3fcc8f413c999352d7e33f05c187
        Reviewed-on: https://gerrit.libreoffice.org/43119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-09  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [b98c65538e9d9079e0d0f97793db76759a057beb]

        tdf#90789 Anchored frames and shapes are identified by name/SdrObjects
        
        Previously shapes/frames were identified either by name or by SdrObject,
        but in some cases name can be empty. New approach is to use names if they
        exist and SdrObject reference if name is empty.
        
        This is just a partial fix for mentioned TDF issue.
        
        Change-Id: I3bd53f07fdb3fe69b2898d855eda48b6534cd75d
        Reviewed-on: https://gerrit.libreoffice.org/43176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3ee9827d9cc7fd560b3bc06b2e6b435c9225a7b]

        allow adding the ListControl through UI files
        
        Change-Id: Ie97b027860e02cf774dc71fae6599342b8a380c4
        Reviewed-on: https://gerrit.libreoffice.org/43258
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-09  Jens Carl  <j.carl43@gmx.de>  [f3c6264d1e8a599ddfb23f6dc9a9dd2e42885c19]

        tdf#45904: Move _XAreaLinks Java to C++
        
        This allows to re-activate the test and fixes #i84701.
        
        Change-Id: Ifd295e9521a04e88a68aa96fad8f9e8e32f927fa
        Reviewed-on: https://gerrit.libreoffice.org/41855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46fdca1e7d64fc1bb0305a683b185f11a44c25eb]

        make sure to include all relevant header files
        
        Change-Id: I313d3a7dce5143ad8703e8ef8c2d066e652a4483
        Reviewed-on: https://gerrit.libreoffice.org/43248
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d10d62c6e8f4637aea5249f9cc51302945b2069f]

        prevent crash in the new dataprovider UI when adding a new column
        
        Change-Id: I3f87d2dac75662ab1da6049579d33d6b39e1da0c
        Reviewed-on: https://gerrit.libreoffice.org/43257
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62ed95a3389fa9c89f0d882c0f6e573c7da3ad48]

        document how formulas are stored in the cache
        
        Change-Id: I1a4f8dd16bb739eb84087e596278fbd4cdc8db7c
        Reviewed-on: https://gerrit.libreoffice.org/43255
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5efc7c3271d25a1ebfecef8b13bc1c9e3b3ab8e9]

        document a few method parameters
        
        Change-Id: I08273d2a84c335e5eb9998e41a67b3b7340f348d
        Reviewed-on: https://gerrit.libreoffice.org/43250
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-08  Caolán McNamara  <caolanm@redhat.com>  [5273c680d17fa386a844d3bbffd20b6a8bd354a1]

        knock 200M off wmf fuzzer
        
        Change-Id: I78f642071eb2dbcb5127d7df5839dfade158cac9

2017-10-08  Manfred Blume  <manfred.blume@cib.de>  [20888958b52bcb6598cdba20829e59f750b10f0f]

        tdf#112025 add unit test
        
        Change-Id: I897201d8ffa3386a13885b1e21f49ab57534039d
        Reviewed-on: https://gerrit.libreoffice.org/42795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-08  Jens Carl  <j.carl43@gmx.de>  [4867bbdd99e3d5262621fa761d852d849b7365ab]

        tdf#45904: Move _XSubTotalField Java tests to C++
        
        Change-Id: I64528c4e315247583e185bc3ab0defbc22bd8726
        Reviewed-on: https://gerrit.libreoffice.org/41826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-08  Julien Nabet  <serval2412@yahoo.fr>  [d7a22815e8e7e52702afc3ff418a859194a1af68]

        Replace some lists by vectors (sw)
        
        Change-Id: Ie2f20b05ce987bb907c6f455da57bfc734dcb2da
        Reviewed-on: https://gerrit.libreoffice.org/43244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-08  Julien Nabet  <serval2412@yahoo.fr>  [9bc7de59a438087a3b57973126730cb48b06ca79]

        Remove extra line added by mistake
        
        Change-Id: I75141d99744bf3133b6c64aec9a56db13f836d0c
        Reviewed-on: https://gerrit.libreoffice.org/43264
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-08  Julien Nabet  <serval2412@yahoo.fr>  [9b8f1aa0b0d78de2d887d863ca0495fe35a29311]

        Replace list by vector in frmtool (sw)
        
        Change-Id: Ic29b8497227abfe1f407ad548037a8eaec318bcc
        Reviewed-on: https://gerrit.libreoffice.org/43243
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-08  Julien Nabet  <serval2412@yahoo.fr>  [b76a087f73cdf3d1a8bcc56b1ed7a5959ca0f1bd]

        Related tdf#112947: another fix about odbc
        
        As discussed here:
        https://bugs.documentfoundation.org/show_bug.cgi?id=112947#c9
        and
        https://bugs.documentfoundation.org/show_bug.cgi?id=112947#c10
        
        Change-Id: I4376c090c4da3f25487d404ed8c0e00ca51ca204
        Reviewed-on: https://gerrit.libreoffice.org/43241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-08  Lior Kaplan  <kaplanlior@gmail.com>  [5095994816ea44bf22a8000a685a1ec0f9b4a58d]

        Updated core Project: dictionaries  a2a91e4bb5a5b5247afaaecf0c928e9f7025ecbd
        
        Fix typo in Croatian dictionary (ver 2.1)
        
        Thanks to Claudio Bley for noticing the issue.
        
        Change-Id: I8bc521dc38e7980f845002d30ee8a671fed9b648
        Reviewed-on: https://gerrit.libreoffice.org/43242
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-10-08  Maxim Monastirsky  <momonasmon@gmail.com>  [0112fa78b7867f0592e3bb2fb3babd76b91594ae]

        tdf#106642 Wide color buttons are only for the sidebar
        
        Change-Id: I3c75495b0f450ccf0eb8f9de715c7c7befc7bbe6
        Reviewed-on: https://gerrit.libreoffice.org/43238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-08  Maxim Monastirsky  <momonasmon@gmail.com>  [bef9aeb9c4c4e9641cfcaccbcea52ce1a87b6550]

        Remove some old workaround
        
        Can't reproduce the original problem anymore, and in the
        meantime the sidebar color button code was totally replaced
        with a SvxColorToolBoxControl based solution (see tdf#84844).
        So no evidence we still need this special handling of COL_BLACK.
        
        Change-Id: I9ab5e65e6ea1dc599ba850cfcaae62c73947159a
        Reviewed-on: https://gerrit.libreoffice.org/43237
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-08  jan Iversen  <jani@libreoffice.org>  [7396222599ceda7ef3b62af45d545058bcc2047b]

        iOS, disable swift 3 syntax.
        
        Code must be pure swift 4.
        
        Change-Id: I430928d1a03f17fdcb7ca68701d308241eecc5e1

2017-10-08  jan Iversen  <jani@libreoffice.org>  [9da2023fc2f0213938852459ea4179a2ba11b247]

        iOS, update app to build with single lib.
        
        Added the prebuild lib(s) to the project and
        removed the local implementation
        
        Change-Id: I2538fa0eed016585d35a3b6e1bafc8d7a726d202

2017-10-08  jan Iversen  <jani@libreoffice.org>  [e45c4f68ed45856285abb88543a41496875d9566]

        iOS, add simulator configuration to app
        
        LibreOfficeLight can now be generated as:
        Release (target arm64 == production)
        Debug (target arm64 == debug on real hw)
        Simulator (target x86_64  == debug in simulator)
        
        Change-Id: I8742946571fb0268c9c83f32de5b6c0093624ebe

2017-10-08  jan Iversen  <jani@libreoffice.org>  [f0836b511f01beec873735185b21f7d2d6bd5095]

        iOS, update app to swift 4
        
        Preparing for iOS 11.0 and xCode 9.0
        
        Change-Id: I9e7dc9b6c55bf5606eae859baa47fcd95fdc5ed8

2017-10-08  jan Iversen  <jani@libreoffice.org>  [bb4acb26b207795fe2032d7b4a3e11e79cd77136]

        iOS, clean kit xcodeproj
        
        Updated build level to 10.3
        
        Change-Id: Ib6e368a9b5079ed1f5b09cea9743ff35c2e13c0c

2017-10-08  jan Iversen  <jani@libreoffice.org>  [619cdb1517a61e0320a0d9a0a0260177b5a2c529]

        iOS, 3rd party lib cross-compile
        
        configure of externals does not work if
        --build == --host
        
        tricking --host but removing version number
        
        Change-Id: I779cc6dedc33ec849e496587a4347d19166237e2

2017-10-08  Julien Nabet  <serval2412@yahoo.fr>  [12d5e57dcac22c288ef23075b82e3e3e87929912]

        tdf#112947: fix write to free'd memory (odbc)
        
        suggested by Nick Gorham
        
        Change-Id: I3579caf5192df6e460dea3a5b3728196d75a65f4
        Reviewed-on: https://gerrit.libreoffice.org/43234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [4d94541a7b88b76d856e30dba7f8a3de48260eda]

        Make Color a forward declaration
        
        Change-Id: Ib28833555661b119de8e967b05e3c8691fca826a
        Reviewed-on: https://gerrit.libreoffice.org/43227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-10-07  Tamás Zolnai  <tamas.zolnai@collabora.com>  [74b47af9885ba4c59195fedc1e0510b8b056a025]

        This method was replaced accidentally
        
        Change-Id: I37d6d0fc36420de6dbdd69f264b85f3ba591e312
        Reviewed-on: https://gerrit.libreoffice.org/43232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-07  Tamás Zolnai  <tamas.zolnai@collabora.com>  [fe6ea004872c86c4a2e5849c7c9e75905711d6f3]

        tdf#109016: Avoid to write the same pivot item member more times
        
        It seems it's allowed to have the same member name in a pivot
        table. We need to handle this in the filtering code.
        Regression from:
        625653c8d119e720fb93b0c9f6f50d1eb625b179
        
        Change-Id: Ic6f4110da3d83f4bbf5284e1b772e9e31b250bf1
        Reviewed-on: https://gerrit.libreoffice.org/43230
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-07  Julien Nabet  <serval2412@yahoo.fr>  [7c757ade47bc47008d1292aac4989cfc995c3470]

        cid#1418980: Resource leak
        
        Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=2694162969cf86ef366d3ce812fccd0630acc800
        
        Change-Id: I4a48279f3d073160041b66dbcf148118588f8712
        Reviewed-on: https://gerrit.libreoffice.org/43229
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-07  Julien Nabet  <serval2412@yahoo.fr>  [8b79b7f1e3e01c4d67bd42368e142c8073a1d1ac]

        cid#1418978/1418979: invalidate_iterator/Copy-paste
        
        Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7
        
        Change-Id: If7c3350d9f6e6c16ef59176006ca2bf2187b674e
        Reviewed-on: https://gerrit.libreoffice.org/43228
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-07  Mike Kaganski  <mike.kaganski@collabora.com>  [da82b030e8b10f4b0b79220bf32eadd8d022684e]

        sw: always use "" for includes in current source's directory
        
        Change-Id: Ida715fad0c4587a9566184180bf159da12470dd7
        Reviewed-on: https://gerrit.libreoffice.org/43207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-07  Julien Nabet  <serval2412@yahoo.fr>  [053b7367ea41ae036c094c56cb61e74eba6056e4]

        Fix leak in ElementsDockingWindow (starmath)
        
        Change-Id: I56dee98c5de60227da4ea04c4d899ce86debf42e
        Reviewed-on: https://gerrit.libreoffice.org/43219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-07  Julien Nabet  <serval2412@yahoo.fr>  [65a82fd7c04fd029ada6376749f74043bc80e216]

        Fix leak in smEditWindow (starmath)
        
        Change-Id: I7eb2af795d4b7d3619fe78ae16ea5796e5943f2c
        Reviewed-on: https://gerrit.libreoffice.org/43221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-07  Mike Kaganski  <mike.kaganski@collabora.com>  [4d31f2e1601efffdbdb3c54227e44666418da5d5]

        Remove redundant comparison
        
        Change-Id: I51820119f9dd6bacb852680b48f0b052ef6cb7e9
        Reviewed-on: https://gerrit.libreoffice.org/43214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-07  Andras Timar  <andras.timar@collabora.com>  [fe6f598015176f69b49f4af6d4a2928ff47535c7]

        Updated core Project: translations  5abc8de85b5de2dc770cf1c21d2294808c8d2142
        
        Updated Slovenian translation
        
        Change-Id: I5c981d699bd8cadf8ecc483fbe1e31d27ac8ddd4
        

2017-10-07  Mike Kaganski  <mike.kaganski@collabora.com>  [053827916ea927ade09bf5856b61f30ba7deea9e]

        Replace a magic number with its syntactic meaning
        
        Change-Id: I535a7317f0797ef63294df05463a88e9e8d7aa10
        Reviewed-on: https://gerrit.libreoffice.org/43213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e054b898e7510388d613e4f918afce53aa5444c7]

        drop use of tools::SvRef in xmloff
        
        instead of mixing and matching rtl::Reference and tools::SvRef, lets
        just use rtl::Reference
        
        Change-Id: I5d77c8a662e1455f97935e5f4a99e484e8cad332
        Reviewed-on: https://gerrit.libreoffice.org/43205
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c5a93cad149618bbd43632f1660a558c34bdbf7e]

        Updated core Project: help  208b4ffb21e49ad906280ce3663852d5a1b83994
        
        tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottom
        
        Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be
        

2017-10-06  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ad439ded005cffd525ffe874f535fca7a4da1f49]

        tdf#112946: Pivot table: Missing selector for a row field after RT in Calc
        
        We need to explicitly set compact flags to false, since true is
        the default. It seems MSO prefers compact mode, when the file
        contains colliding mode flags.
        
        Change-Id: Ib311f1cf44345be294e6c6607c227c2baa0fb693
        Reviewed-on: https://gerrit.libreoffice.org/43210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-06  Michael Stahl  <mstahl@redhat.com>  [05c704d3bea7f9a7ec51ac28d4d55ba8068f2da5]

        sw: fix infinite grammar checking idle loop
        
        The grammar checker always wants to be started in DoIdleJobs(),
        even if all paragraphs are already marked as checked.
        
        This is because there is currently no call anywhere of
        SwRootFrame::SetNeedGrammarCheck(false) to reset the flag
        and prevent DoIdleJobs from trying to start the grammar checker.
        
        This call was already there before but was removed without
        any justification in commit 9160fe814a46e93da6907e169ce9d58e46fa37f2.
        
        This has become an infinite loop in several Junit tests with commit
        53da556c600fa82ba84bc7fdce6a594b43f2b097.
        
        Change-Id: Ibe7ad93442070aac0577725d044281912307d9e8

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ee1c87e6cf3fac38e1c7666c4c7ea357f26bec8]

        use more rtl::Reference in SdrLightEmbeddedClient_Impl
        
        instead of manual ref counting
        
        Change-Id: Ia07d5411c45d24934a619016cd8dbfb1fac6cc4b
        Reviewed-on: https://gerrit.libreoffice.org/43204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [c8cbcd77484d8172d76d0758f16f9b340277fa52]

        use more rtl::Reference in connectivity
        
        instead of manual ref counting
        
        Change-Id: I210d4a2cd6487bd2d7d81a53106b484fe411ca9b
        Reviewed-on: https://gerrit.libreoffice.org/43203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Tamás Zolnai  <tamas.zolnai@collabora.com>  [bab595df78bd05a45f92aa15dca058f27b86d5be]

        tdf#112936: Pivot table: LO created XLSX file makes Excel to crash
        
        It's not actually clear, why Excel crashes, but setting the version
        makes it working. I expect that this version number (which specifies MSO
        Excel versions) makes MSO to handle the pivot table differently. As the
        internal implementation of the pivot table was changed in different
        versions. The name "DATA" might had a special meaning in the earlier
        versions (e.g. XP, MSO 2000) which leads this crash.
        So setting the version to MSO 2007 seems a good solution for this.
        Older versions not seems a target of LO exported XLSX files in these days.
        Also smaller values leads to the crash described in the bug report.
        
        Change-Id: I6e9edc949d1670d657effff9277cfd86ff163458
        Reviewed-on: https://gerrit.libreoffice.org/43208
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [141fe1c5e7fbf67a083b34e49e19b6ea78a0eb2b]

        Process all pending events during Cppunit setUp
        
        Larger unit tests collect a lot of events, which are just processed
        on shutdown. But since the Scheduler is just an unsorted linked
        list, processing these in order is O(n^2) for lookup, which really
        adds up, e.g. sw_ooxmlexport8 has 35047 tasks on shutdown.
        
        So this just processes all pending events before running each unit
        test.
        
        Also adds missing spellchecking components to some calc tests.
        
        Change-Id: Icf12146015afc17a1f52f79c18f248b72650ad46
        Reviewed-on: https://gerrit.libreoffice.org/43199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-06  Serge Krot  <Serge.Krot@cib.de>  [f4cbd31465d3737855e694b7341fb3bc063d63c4]

        related tdf#66398 remove useless breaks
        
        Change-Id: I39caad06bcd645d582c180195a839113759b57a1
        Reviewed-on: https://gerrit.libreoffice.org/43159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-06  Serge Krot  <Serge.Krot@cib.de>  [4054051cd5aee8cbc6cd2b3384b4ab3d6b6a6ace]

        tdf#66398 Do not output document protection in docx twice
        
        Change-Id: I16a5f2d3b8ef59e6edfdecd9d2bd19a2c10c80ea
        Reviewed-on: https://gerrit.libreoffice.org/43158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-06  Serge Krot  <Serge.Krot@cib.de>  [40f627c28deb9c7eacd77c4a2c4e2eb919d5cf88]

        tdf#66398 Remove double initialization of the form protection
        
        Change-Id: I639523b55aef1914ddec62aaae44b0dc87346d0b
        Reviewed-on: https://gerrit.libreoffice.org/43157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-06  Stephan Bergmann  <sbergman@redhat.com>  [ce057e662b2e10e111353e9461c3c01434ddbb0f]

        Revert "Fix -fsanitize=signed-integer-overflow"
        
        This reverts commit 63d845dc88690b9c5c8194e1512a8e4390c7ee24.  The immediate
        problem is fixed with 9dd0c0fcc141ae53cacb29cd0b144ac2b13e9f86 "Missing
        dependency" now.  For the general issue that loading
        sw/qa/extras/uiwriter/data/tdf112860.fodt fails with a UBSan error or a null
        deref SIGSEGV when fonts are missing see
        <https://bugs.documentfoundation.org/show_bug.cgi?id=112942>
        "SwUiWriterTest::testTdf112860 crashes when Liberation fonts are missing".

2017-10-06  Stephan Bergmann  <sbergman@redhat.com>  [9dd0c0fcc141ae53cacb29cd0b144ac2b13e9f86]

        Missing dependency
        
        external/more_fonts/ExternalPackage_liberation.mk not installed caused
        SwUiWriterTest::testTdf112860 (sw/qa/extras/uiwriter/uiwriter.cxx) to fail, see
        63d845dc88690b9c5c8194e1512a8e4390c7ee24 "Fix -fsanitize=signed-integer-
        overflow"
        
        Change-Id: Ied4dcf9cfe167e741c3bb0c1f4fe853cb44b0d2b

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [3035a8066ffc7120bb6a6da2c50d5b032611bb90]

        use rtl::Reference in SvXMLEmbeddedObjectHelper
        
        instead of manual ref-counting
        
        Change-Id: I559ebb3871dd3dd4a160bd83a259e36dd2f7b4d6
        Reviewed-on: https://gerrit.libreoffice.org/43200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [0d24dd25e6f506b5f9128d70d7eb21f0bb4dde89]

        KDE update system loop integration
        
        This updates the system loop integration to be on par with the
        other backends. This includes:
        
        1. Process LO user events before other LO events
        2. Correctly handle elapsed QTimer events
        3. Don't wait-yield in the main thread from a non-main thread
        
        Change-Id: Ia17be032ae39dc4c7bfa44cadd22d85a1b9c4fbd
        Reviewed-on: https://gerrit.libreoffice.org/43198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [53da556c600fa82ba84bc7fdce6a594b43f2b097]

        Don't schedule the Idle job for busy documents
        
        This refactors DocumentTimerManager to export the busy status
        independent of the Idle function. This way it can be ignored in
        the Scheduler while the document is busy,
        
        Change-Id: Icec2075d3338ad8dd4440678eb0570d7fe887778
        Reviewed-on: https://gerrit.libreoffice.org/43197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [411f5e9cbd14bc3ffe7024b21434231662f6246d]

        ofz#3566: fix oom
        
        Change-Id: Id5bf172d49c61ad8000a5917759a54eaa0c8467e
        Reviewed-on: https://gerrit.libreoffice.org/43195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  jan Iversen  <jani@libreoffice.org>  [02ab7371e10172bdf3474551f3912a148cdf66e2]

        iOS cross-compile even for x86-64
        
        Based on advice from IRC, cross compile is also active
        for simulator.
        The assumption build arch == host arch calls for not
        cross compiling, did not work due to the fact that iOS
        compiles without DESKTOP.
        
        Cross compiling to the same platform gives problems with e.g. libxml2
        will be solved in a later commit
        
        Change-Id: If18ee5f9473dd983e2cb705390017229c4205a71

2017-10-06  Michael Stahl  <mstahl@redhat.com>  [ee75810ecb8f656c87363b8b952033c8ddb61de7]

        gbuild: more verbose forwarding of LinkTarget functions
        
        The forwarding of LinkTarget subclass functions to LinkTarget functions
        is currently done in a very elegant way that only requires listing the
        bare function names once, but the downside is that the subclass
        functions aren't defined in a way that "git grep" or "ctags" can find,
        so replace that with more verbose copy-paste definitions.
        
        Change-Id: I4bd7f1b1bc0904ae345958e39403ab508db584a1
        Reviewed-on: https://gerrit.libreoffice.org/43196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [798c18881d4db1930e71c471324b9048715439b5]

        coverity#1418967 Uninitialized scalar variable
        
        and
        
        coverity#1418960 Uninitialized scalar variable
        
        Change-Id: I2f96b3824fca585a22d7a02a974c371ebaf57bde
        Reviewed-on: https://gerrit.libreoffice.org/43187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [a0f5b389df14129dfe89269fbf3c6cbeefb92c2e]

        ofz#3564 Direct-leak
        
        Change-Id: I4d816c91874f059becb3f7fdc6007618ac43e88a
        Reviewed-on: https://gerrit.libreoffice.org/43194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  Stephan Bergmann  <sbergman@redhat.com>  [63d845dc88690b9c5c8194e1512a8e4390c7ee24]

        Fix -fsanitize=signed-integer-overflow
        
        during CppunitTest_sw_uiwriter (see below), using o3tl::saturating_add similar
        to 97dcb242f5cc41216fd16503604ca2f29f147a2a "Fix -fsanitize=signed-integer-
        overflow".
        
        It replaces exactly the one use of SwIncrement that caused problems now.
        Probably other uses of those FirstMinusSecond, SecondMinusFirst, SwIncrement,
        and SwDecrement should be adapted, too.
        
        > sw/source/core/layout/newfrm.cxx:53:17: runtime error: signed integer overflow: 23547 + 9223372036854755850 cannot be represented in type 'long'
        >     #0 0x7f00fe99e438 in SwIncrement(long, long) sw/source/core/layout/newfrm.cxx:53:17
        >     #1 0x7f00feb272bc in SwTabFrame::MakeAll(OutputDevice*) sw/source/core/layout/tabfrm.cxx:2311:44
        >     #2 0x7f00fe79d883 in SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:312:29
        >     #3 0x7f00feb1cbff in SwContentFrame::CalcLowers(SwLayoutFrame*, SwLayoutFrame const*, long, bool) sw/source/core/layout/tabfrm.cxx:1454:19
        >     #4 0x7f00feb2eded in lcl_RecalcRow(SwRowFrame&, long) sw/source/core/layout/tabfrm.cxx:1581:22
        >     #5 0x7f00feb186d5 in lcl_RecalcSplitLine(SwRowFrame&, SwRowFrame&, long, long) sw/source/core/layout/tabfrm.cxx:682:5
        >     #6 0x7f00feb13900 in SwTabFrame::Split(long, bool, bool) sw/source/core/layout/tabfrm.cxx:1268:16
        >     #7 0x7f00feb20ed9 in SwTabFrame::MakeAll(OutputDevice*) sw/source/core/layout/tabfrm.cxx:2387:47
        >     #8 0x7f00fe79df2b in SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:346:5
        >     #9 0x7f00fe945f70 in SwLayAction::FormatLayoutTab(SwTabFrame*, bool) sw/source/core/layout/layact.cxx:1467:15
        >     #10 0x7f00fe93e6ca in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) sw/source/core/layout/layact.cxx:1360:32
        >     #11 0x7f00fe93e95b in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) sw/source/core/layout/layact.cxx:1363:29
        >     #12 0x7f00fe9329c9 in SwLayAction::InternalAction(OutputDevice*) sw/source/core/layout/layact.cxx:550:25
        >     #13 0x7f00fe92f71a in SwLayAction::Action(OutputDevice*) sw/source/core/layout/layact.cxx:341:5
        >     #14 0x7f00ffa7bcfd in SwViewShell::ImplEndAction(bool) sw/source/core/view/viewsh.cxx:280:17
        >     #15 0x7f00fd6e5671 in SwViewShell::EndAction(bool) sw/inc/viewsh.hxx:605:9
        >     #16 0x7f00fd696865 in SwCursorShell::EndAction(bool, bool) sw/source/core/crsr/crsrsh.cxx:258:18
        >     #17 0x7f0100a66752 in SwView::OuterResizePixel(Point const&, Size const&) sw/source/uibase/uiview/viewport.cxx:1116:22
        >     #18 0x7f01177ff562 in SfxViewFrame::DoAdjustPosSizePixel(SfxViewShell*, Point const&, Size const&, bool) sfx2/source/view/viewfrm.cxx:1490:18
        >     #19 0x7f0117812660 in SfxViewFrame::Resize(bool) sfx2/source/view/viewfrm.cxx:2275:17
        >     #20 0x7f01178262e9 in SfxFrameViewWindow_Impl::Resize() sfx2/source/view/viewfrm2.cxx:73:17
        >     #21 0x7f01397ce063 in vcl::Window::ImplCallResize() vcl/source/window/event.cxx:522:5
        >     #22 0x7f0139c1458e in vcl::Window::Show(bool, ShowFlags) vcl/source/window/window.cxx:2274:13
        >     #23 0x7f01177b8313 in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) sfx2/source/view/sfxbasecontroller.cxx:1250:24
        >     #24 0x7f01177b6773 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/sfxbasecontroller.cxx:550:13
        >     #25 0x7f01177708ca in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:599:18
        >     #26 0x7f011776c4dc in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:716:13
        >     #27 0x7f00cd09827c in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1087:37
        >     #28 0x7f00cd0914f3 in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:372:20
        >     #29 0x7f00cd08f794 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:158:14
        >     #30 0x7f00cd146748 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:618:12
        >     #31 0x7f00cd14690c in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx
        >     #32 0x7f00f5b07b89 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
        >     #33 0x7f011ff48982 in SwModelTestBase::loadURL(rtl::OUString const&, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:668:23
        >     #34 0x7f011ff49579 in SwModelTestBase::load(rtl::OUString const&, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:639:16
        >     #35 0x7f011fe18545 in SwUiWriterTest::createDoc(char const*) sw/qa/extras/uiwriter/uiwriter.cxx:448:9
        >     #36 0x7f011fffcbb2 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11
        >     #37 0x7f011fffc989 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17
        >     #38 0x7f0159d6bd20 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #39 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #40 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #41 0x7f014e24e450 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #42 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #43 0x7f0159cd271b in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #44 0x7f0159d3ceed in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #45 0x7f0159d3652c in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #46 0x7f0159dce8f0 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
        >     #47 0x7f0159d6a2fc in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #48 0x7f0159d6e1f7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #49 0x7f0159d6d3e8 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #50 0x7f0159d6e1f7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #51 0x7f0159d6d3e8 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #52 0x7f0159dfcf15 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #53 0x7f0159dcd376 in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
        >     #54 0x7f0159dfde86 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #55 0x535621 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:319:20
        >     #56 0x5336e4 in sal_main() sal/cppunittester/cppunittester.cxx:469:20
        >     #57 0x533112 in main sal/cppunittester/cppunittester.cxx:376:1
        >     #58 0x7f0158225430 in __libc_start_main /usr/src/debug/glibc-2.24-66-gd5a4092c36/csu/../csu/libc-start.c:289
        >     #59 0x438929 in _start (workdir/LinkTarget/Executable/cppunittester+0x438929)
        
        Change-Id: Ib3dd6317062b39625295ae0b51c30d3826918b35
        Reviewed-on: https://gerrit.libreoffice.org/43191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a5dbe5a8a9e98f2d79f2c535182fc557b561ed0f]

        use rtl::Reference in svl,sfx2
        
        instead of manual ref-counting
        
        Change-Id: Icb6472ffadfb57c9723b26f6f247e78fff45e528
        Reviewed-on: https://gerrit.libreoffice.org/43193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [62fc21675ccbfa5dcadbb2407729b804aac75ae2]

        coverity#1418961 Uninitialized scalar field
        
        Change-Id: I84692e07f3887c8440df535c2c0c1191cd2773be
        Reviewed-on: https://gerrit.libreoffice.org/43188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [aacf28c8ab48ca969308a2fb1bdff32e159228db]

        Revert "remove handing of deprecated Storage path option"
        
        This reverts commit b71fdc67ed1efd421b9b1c747708958e8e09f73c.
        
        since Jochen indicates that there is a bug in it
        
        Change-Id: I786a7885a308cb43b99d9930ed385a75bbcd9495
        Reviewed-on: https://gerrit.libreoffice.org/43192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [05400958b0a06812fb38cf7644f30eebe2ab3768]

        disable constparams loplugin
        
        increases compile time too much, I will run this by hand periodically
        
        Change-Id: I118567ef294847ff609d4de771d998ce3b57161b

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [38ccea5588f3c72ab0d76ef13e1371a414207700]

        Improve performance of loplugin:flatten
        
        ...by avoiding calls to parentStmt.
        
        Change-Id: I4f3d66a0529e9c3abf5c963bcf70db7a2afa1bf9

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [b86722d7470d00290ec4b3d5e0e8c65861570268]

        coverity#1418965 Uninitialized scalar field
        
        and
        
        coverity#1418963 Uninitialized scalar field
        
        Change-Id: I16bd91d2dfe2a1ae3f4697b5ff67acf6b6a5ba1c
        Reviewed-on: https://gerrit.libreoffice.org/43189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  jan Iversen  <jani@libreoffice.org>  [01e14d9d0bfabad8a75217712b430cf678de01a9]

        iOS, undo patch for libxslt
        
        there is a new macro so that the patch is no longer needed
        
        Change-Id: I6a2c63566052def1d1d1ea2eb7cc8005453b01d1

2017-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [ecc3d43d2feb4ec09a3f797a4eb6d2eb25e5ee7f]

        Related: tdf#107569 Remove useless slots
        
        With the current implementation of MenuBarManager, there is
        no need to have sdi slots for menu items with submenus, and
        moreover they have no effect at all.
        
        Note that SID_PICKLIST was also (mis)used as an argument
        to avoid adding a document to the recent list (which isn't
        related to its mapping to .uno:PickList). But there seem to
        be only read attempts, nothing actually sets it, so I think
        this usage can be removed too. (For information, at least in
        OOo 1.0.3 sources, there were 2 places where it was used as
        an argument for SID_SAVEASDOC, although it was not present
        there in the SID_SAVEASDOC def. in sfx.sdi.)
        
        Change-Id: I18b0afe106f858406e13188bbc004ac99a3a0246
        Reviewed-on: https://gerrit.libreoffice.org/43184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1ad49892d983e67244b9d65033dcecda6c28e19]

        xmlsecurity: last 2 params of setSAXChainConnector() is always nullptr
        
        So remove them.
        
        Change-Id: Iec2430af6634608bdc8c4beff6078ccceb7a2391
        Reviewed-on: https://gerrit.libreoffice.org/43182
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-06  Andras Timar  <andras.timar@collabora.com>  [b94eb50b2e28604b1b9b363dc5f0b1c04490addf]

        Updated core Project: help  0f0c9fd543e5ceb5ae6d0a823997bd009b549753
        
        remove empty strings (helpex warned)
        
        Change-Id: I96a78fe8bf7f98b9728ddeeb4fa8b2ec622ab276
        

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [061321bbb54adf9b0df102cdfd7f956f97dcb6b9]

        coverity#1418966 static_cast should be sufficient
        
        Change-Id: Ieae8695cb36b1779f1b8437bddb887cd24d621e8

2017-10-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [7af521827e62aec9a695dce944d350fae7625b19]

        use rtl::Reference in mysqlc
        
        instead of manual ref-counting
        
        Change-Id: I7b7c350613976463620a54757add6061cf383a4c
        Reviewed-on: https://gerrit.libreoffice.org/43183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-06  Stephan Bergmann  <sbergman@redhat.com>  [4fc52078f6afa4368b2f4de3cd700e474b7a417f]

        Improve performance of loplugin:commaoperator
        
        ...by avoiding calls to parentStmt, thereby also improving the precision of
        exactly which comma operators to ignore (which turned up a handful more finds).
        Also added tests.
        
        Change-Id: Ie74f824fd7f54131aab09b59086452fb4f3ff827
        Reviewed-on: https://gerrit.libreoffice.org/43181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-06  Caolán McNamara  <caolanm@redhat.com>  [192a0152ff56890b406fbacfe365c452caba7fc7]

        gtk3+hidpi: ScreenSize is in real pixels, scale it down
        
        Change-Id: I867425bfd20ec67f76e570a6e71e11c437af427c
        Reviewed-on: https://gerrit.libreoffice.org/43174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-06  jan Iversen  <jani@libreoffice.org>  [eed96773b4adf7fdec74502ee89bca63b9018a80]

        iOS, fixes for release build
        
        removed coinmp (needed to update lo-all-static-libs)
        convert CPUNAME to lowercase (needed by xcodebuild)
        
        Change-Id: I13ccfbd6a6fd139db2745c1536192710afe094bb

2017-10-06  jan Iversen  <jani@libreoffice.org>  [60e7480535147bbfb1b000528510e66303c032fb]

        iOS, third party library update
        
        added arm64 to config.sub
        
        removed coinmp from compilation
        
        Change-Id: Ib0a4d8fc7cae399183116e928485869a08e7b1af

2017-10-06  Stephan Bergmann  <sbergman@redhat.com>  [97dcb242f5cc41216fd16503604ca2f29f147a2a]

        Fix -fsanitize=signed-integer-overflow
        
        during CppunitTest_sw_uiwriter (see below).  vmiklos suggested making that addition
        saturating, so I introduced o3tl::saturating_add for that.
        
        <https://ci.libreoffice.org/job/lo_ubsan/684/console>:
        > /sw/source/core/layout/sectfrm.cxx:1964:23: runtime error: signed integer overflow: 6203 + 9223372036854774315 cannot be represented in type 'long'
        >     #0 0x2b65623b9a65 in SwSectionFrame::Grow_(long, bool) /sw/source/core/layout/sectfrm.cxx:1964:23
        >     #1 0x2b65625d6f51 in SwFrame::Grow(long, bool, bool) /sw/source/core/layout/wsfrm.cxx:1172:20
        >     #2 0x2b6562385999 in SwSectionFrame::MakeAll(OutputDevice*) /sw/source/core/layout/sectfrm.cxx:749:12
        >     #3 0x2b6561b6c728 in SwFrame::PrepareMake(OutputDevice*) /sw/source/core/layout/calcmove.cxx:346:5
        >     #4 0x2b656257f355 in SwFrame::Calc(OutputDevice*) const /sw/source/core/layout/trvlfrm.cxx:1769:9
        >     #5 0x2b656247d232 in lcl_InnerCalcLayout(SwFrame*, long, bool) /sw/source/core/layout/tabfrm.cxx:1522:13
        >     #6 0x2b656247d635 in lcl_InnerCalcLayout(SwFrame*, long, bool) /sw/source/core/layout/tabfrm.cxx:1524:25
        >     #7 0x2b656247d635 in lcl_InnerCalcLayout(SwFrame*, long, bool) /sw/source/core/layout/tabfrm.cxx:1524:25
        >     #8 0x2b65624b9b2e in lcl_RecalcRow(SwRowFrame&, long) /sw/source/core/layout/tabfrm.cxx:1559:16
        >     #9 0x2b65624b0a9f in SwTabFrame::MakeAll(OutputDevice*) /sw/source/core/layout/tabfrm.cxx:2454:29
        >     #10 0x2b6561b6c728 in SwFrame::PrepareMake(OutputDevice*) /sw/source/core/layout/calcmove.cxx:346:5
        >     #11 0x2b656257f355 in SwFrame::Calc(OutputDevice*) const /sw/source/core/layout/trvlfrm.cxx:1769:9
        >     #12 0x2b6561b68bf1 in SwFrame::PrepareMake(OutputDevice*) /sw/source/core/layout/calcmove.cxx:249:13
        >     #13 0x2b656257f355 in SwFrame::Calc(OutputDevice*) const /sw/source/core/layout/trvlfrm.cxx:1769:9
        >     #14 0x2b6561b68bf1 in SwFrame::PrepareMake(OutputDevice*) /sw/source/core/layout/calcmove.cxx:249:13
        >     #15 0x2b656257f355 in SwFrame::Calc(OutputDevice*) const /sw/source/core/layout/trvlfrm.cxx:1769:9
        >     #16 0x2b6561b6e7de in SwFrame::OptPrepareMake() /sw/source/core/layout/calcmove.cxx:357:13
        >     #17 0x2b6561fa557d in SwFrame::OptCalc() const /sw/source/core/inc/frame.hxx:889:9
        >     #18 0x2b6561f6f40c in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) /sw/source/core/layout/layact.cxx:1368:13
        >     #19 0x2b6561f6f04a in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) /sw/source/core/layout/layact.cxx:1363:29
        >     #20 0x2b6561f8737e in SwLayAction::FormatLayoutTab(SwTabFrame*, bool) /sw/source/core/layout/layact.cxx:1576:25
        >     #21 0x2b6561f6eb14 in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) /sw/source/core/layout/layact.cxx:1360:32
        >     #22 0x2b6561f6f04a in SwLayAction::FormatLayout(OutputDevice*, SwLayoutFrame*, bool) /sw/source/core/layout/layact.cxx:1363:29
        >     #23 0x2b6561f50723 in SwLayAction::InternalAction(OutputDevice*) /sw/source/core/layout/layact.cxx:550:25
        >     #24 0x2b6561f47023 in SwLayAction::Action(OutputDevice*) /sw/source/core/layout/layact.cxx:341:5
        >     #25 0x2b6564f03b8f in SwViewShell::ImplEndAction(bool) /sw/source/core/view/viewsh.cxx:280:9
        >     #26 0x2b655ee80f89 in SwViewShell::EndAction(bool) /sw/inc/viewsh.hxx:605:9
        >     #27 0x2b655edcccbe in SwCursorShell::EndAction(bool, bool) /sw/source/core/crsr/crsrsh.cxx:258:5
        >     #28 0x2b6567ac5b5b in SwView::OuterResizePixel(Point const&, Size const&) /sw/source/uibase/uiview/viewport.cxx:1116:9
        >     #29 0x2b65421f88c1 in SfxViewFrame::DoAdjustPosSizePixel(SfxViewShell*, Point const&, Size const&, bool) /sfx2/source/view/viewfrm.cxx:1490:13
        >     #30 0x2b6542228d89 in SfxViewFrame::Resize(bool) /sfx2/source/view/viewfrm.cxx:2275:17
        >     #31 0x2b654226038f in SfxFrameViewWindow_Impl::Resize() /sfx2/source/view/viewfrm2.cxx:73:9
        >     #32 0x2b650ff227aa in vcl::Window::ImplCallResize() /vcl/source/window/event.cxx:522:5
        >     #33 0x2b6510a8d5f6 in vcl::Window::Show(bool, ShowFlags) /vcl/source/window/window.cxx:2276:13
        >     #34 0x2b6542132a1e in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) /sfx2/source/view/sfxbasecontroller.cxx:1250:13
        >     #35 0x2b654212c985 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) /sfx2/source/view/sfxbasecontroller.cxx:550:13
        >     #36 0x2b6542084861 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) /sfx2/source/view/frmload.cxx:599:5
        >     #37 0x2b65420777e9 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) /sfx2/source/view/frmload.cxx:716:13
        >     #38 0x2b65b0ed3384 in framework::LoadEnv::impl_loadContent() /framework/source/loadenv/loadenv.cxx:1087:24
        >     #39 0x2b65b0eb7531 in framework::LoadEnv::startLoading() /framework/source/loadenv/loadenv.cxx:372:20
        >     #40 0x2b65b0eb0063 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) /framework/source/loadenv/loadenv.cxx:158:9
        >     #41 0x2b65b10e0078 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) /framework/source/services/desktop.cxx:618:12
        >     #42 0x2b65b10e02fa in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) /framework/source/services/desktop.cxx:606:64
        >     #43 0x2b657183ee13 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) /unotest/source/cpp/macros_test.cxx:50:51
        >     #44 0x2b6533b674a3 in SwModelTestBase::loadURL(rtl::OUString const&, char const*, char const*) /sw/qa/extras/inc/swmodeltestbase.hxx:668:23
        >     #45 0x2b6533b69aa0 in SwModelTestBase::load(rtl::OUString const&, char const*, char const*) /sw/qa/extras/inc/swmodeltestbase.hxx:639:16
        >     #46 0x2b6533716c59 in SwUiWriterTest::createDoc(char const*) /sw/qa/extras/uiwriter/uiwriter.cxx:446:9
        >     #47 0x2b6533b50a9d in SwUiWriterTest::testTdf108524() /sw/qa/extras/uiwriter/uiwriter.cxx:5101:5
        >     #48 0x2b6533d7e36a in void std::_Mem_fn_base<void (SwUiWriterTest::*)(), true>::operator()<, void>(SwUiWriterTest*) const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:600:11
        >     #49 0x2b6533d7e073 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1073:11
        >     #50 0x2b6533d7da81 in void std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)>::operator()<, void>() /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1131:11
        >     #51 0x2b6533d7c459 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (SwUiWriterTest::*)()> (SwUiWriterTest*)> >::_M_invoke(std::_Any_data const&) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1871:2
        >     #52 0x2b6533d7edf0 in std::function<void ()>::operator()() const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:2271:14
        >     #53 0x2b6533d7aaf5 in CppUnit::TestCaller<SwUiWriterTest>::runTest() /workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7
        >     #54 0x2b64ed1ff0ad in CppUnit::TestCaseMethodFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #55 0x2b6508a28ea6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /test/source/vclbootstrapprotector.cxx:39:14
        >     #56 0x2b64ed1bdb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #57 0x2b64fca7f7f6 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #58 0x2b64ed1bdb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #59 0x2b64f8c39e73 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #60 0x2b64ed1bdb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #61 0x2b64ed13950f in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #62 0x2b64ed1bdb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #63 0x2b64ed1b3da0 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #64 0x2b64ed288efb in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:10
        >     #65 0x2b64ed1fc12d in CppUnit::TestCase::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:5
        >     #66 0x2b64ed2022e3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #67 0x2b64ed20124d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #68 0x2b64ed2022e3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #69 0x2b64ed20124d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #70 0x2b64ed2c88b6 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:5
        >     #71 0x2b64ed287049 in CppUnit::TestResult::runTest(CppUnit::Test*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:3
        >     #72 0x2b64ed2c9d57 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:3
        >     #73 0x515fdd in (anonymous namespace)::ProtectedFixtureFunctor::run() const /sal/cppunittester/cppunittester.cxx:319:13
        >     #74 0x51098f in sal_main() /sal/cppunittester/cppunittester.cxx:469:14
        >     #75 0x50eaa2 in main /sal/cppunittester/cppunittester.cxx:376:1
        >     #76 0x2b64eeeefc04 in __libc_start_main (/lib64/libc.so.6+0x21c04)
        >     #77 0x433704 in _start (/workdir/LinkTarget/Executable/cppunittester+0x433704)> /sw/source/core/layout/sectfrm.cxx:1964:23: runtime error: signed integer overflow: 6203 + 9223372036854774315 cannot be represented in type 'long'
        
        Change-Id: Idda17d4f03997f9cc0555103a27f480f33e43877

2017-10-06  Serge Krot  <Serge.Krot@cib.de>  [2694162969cf86ef366d3ce812fccd0630acc800]

        tdf#66398 Import/export docx document protection properties
        
        Added:
        + import/export of all doc protection properties
        + unit test
        
        Change-Id: I7b65cf4f5c7add2a96fef407c243081fcc2b6d8d
        Reviewed-on: https://gerrit.libreoffice.org/43156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-10-06  Mike Kaganski  <mike.kaganski@collabora.com>  [b567cfb980435df131d776915bce9152135bdf0f]

        filters: always use "" for includes in current source's directory
        
        For rationale, see commit 633f405701fc5cadfa73e950f7a8c122ad01c149
        
        Change-Id: I9a43caca12cc5755ffc5c4fdf16ac7e0660edf2e
        Reviewed-on: https://gerrit.libreoffice.org/43180
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-05  Michael Stahl  <mstahl@redhat.com>  [34f4446b0a5e04465216ff4ec2547aa82e0f06c2]

        editeng: fix assert about wrong EE_PARA_OUTLLEVEL item
        
        It's a SfxInt16Item in DefItems::DefItems().
        
        Change-Id: I01644b0b9d689d4d8756c52f1c2868f03b3037a5

2017-10-05  Yousuf Philips  <philipz85@hotmail.com>  [58ba9226e408d56c655184940fd326bae9345fb6]

        tdf#102053 make alt+a unique in hyperlink dialog
        
        Change-Id: Id41b7a2d7070fe05c561e8d43950284a78ca8f66
        Reviewed-on: https://gerrit.libreoffice.org/43173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-05  Michael Stahl  <mstahl@redhat.com>  [0b311e9545a5bc498e144befe2bfb9d9e801f9ad]

        sc: try to fix DISABLE_DYNLOADING hackery
        
        Change-Id: I291ffc6cd1c7e9a43cd6f0861c05833316bfff78

2017-10-05  Mike Kaganski  <mike.kaganski@collabora.com>  [68d61a93819fd502630083a7080f099c4c218092]

        ww8: always use "" for includes in current source's directory
        
        For rationale, see commit 633f405701fc5cadfa73e950f7a8c122ad01c149
        
        Change-Id: I2e251ad9ba61cd292bcbd57917e717e4ce14ae63
        Reviewed-on: https://gerrit.libreoffice.org/43179
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [ca95e886b42157d1d6394ed0b4c910978f5c2fda]

        crashtesting: crash on import of abi3007-4.rtf
        
        which started happending at...
        
        commit 56a695fddb915bcba13b088b5b2b4e0841d4acbc
        Date:   Tue Sep 26 09:13:05 2017 +0200
        
            tdf#112211 RTF import: fix unwanted direct formatting for left indents
        
        Change-Id: Id3e8c4452238b48495b1014eff14cdaddcb047ab
        Reviewed-on: https://gerrit.libreoffice.org/43172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [47580d75364cbf7c6c00c2cc557f4fb4d0505b98]

        Related: rhbz#1422353 make dbaccess forms behave like other modules
        
        and start off by default maximized
        
        Change-Id: I21b720186a4d0b834092bd8b3b782d8ed611c822
        Reviewed-on: https://gerrit.libreoffice.org/43175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [911b42b0cdd283bc8bc7de50471a2d4b9603d8c7]

        ChartDumpTest: Disable checks which seems to fail because of font differences
        
        Change-Id: Icc45a7533510eaf4506be87819ac9f1e7d4bf9e2
        Reviewed-on: https://gerrit.libreoffice.org/43167
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-05  udareechk  <udareeck@gmail.com>  [f89b3d4bc24a3237f404bb6cb449ce28ce3f5a08]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Removed 0L and 1L in sw/source/ directory files
        
        Change-Id: I5c9a7c2f1ff7cc7a4d204540fd93efdc1b4859cf
        Reviewed-on: https://gerrit.libreoffice.org/42562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-05  udareechk  <udareeck@gmail.com>  [2f3b95246362aa8290e06b29fc44ee8dafa48aa8]

        tdf#96505 Get rid of cargo cult long integer literals
        
        toolbarsmenucontrollers.cxx file
        
        Change-Id: I25a842c2be3c6edbc8c0644e78cf36a9e45176a7
        Reviewed-on: https://gerrit.libreoffice.org/42561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [9fa34e9f2cebe2cfc551668f2a67ddcb799d3fb8]

        tdf#112893: Pivot table: filtering of error item is not imported
        
        ... from XLSX
        
        Change-Id: Ib155852e5f0718f41e02596d1042513286c6d845
        Reviewed-on: https://gerrit.libreoffice.org/43166
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-05  Michael Stahl  <mstahl@redhat.com>  [03041e0f8d8385847c2e77fcaf08c1d33cad938f]

        tdf#112817 editeng,svx: fix SvxUnderlineItem/SvxOverlineItem SDI
        
        This was asserting because the superclass SvxTextLineItem
        was instantiated instead of the specific subclasses.
        
        Change-Id: If26847b8fa96dbf00062ba8372fe58e58c786782

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [97fdf8a04b50b2f7763eba7b16096868a358d313]

        Resolves: tdf#86547 width of button box is taken before spacing added
        
        Change-Id: I2497dfcea98682db7e507704227052c13a18d9dd
        Reviewed-on: https://gerrit.libreoffice.org/43168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Mike Kaganski  <mike.kaganski@collabora.com>  [1944e3ddc0b2247de3138d2a441cd6999e21fd9a]

        Rename and move SAL_U/W to o3tl::toU/W
        
        Previosly (since commit 9ac98e6e3488e434bf4864ecfb13a121784f640b)
        it was expected to gradually remove SAL_U/W usage in Windows code
        by replacing with reinterpret_cast or changing to some bettertypes.
        But as it's useful to make use of fact that LibreOffice and Windows
        use compatible representation of strings, this commit puts these
        functions to a better-suited o3tl, and recommends that the functions
        be consistently used throughout Windows-specific code to reflect the
        compatibility and keep the casts safe.
        
        Change-Id: I2f7c65606d0e2d0c01a00f08812bb4ab7659c5f6
        Reviewed-on: https://gerrit.libreoffice.org/43150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [81d404803f477eb71b74eb9c7a67bba6b1af95d1]

        Fix typos
        
        Change-Id: I299ea04d0d29c97be269028a2984250474988092
        Reviewed-on: https://gerrit.libreoffice.org/43161
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [2bdf80be4c822378ba101703e4051a37c8f2ad41]

        loplugin:finalclasses in unotools..vbahelper
        
        Change-Id: I9350f9d37eaba99a1d74e103c969a9dcfe795497
        Reviewed-on: https://gerrit.libreoffice.org/43160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7]

        TSCP: include certificate usage in paragraph signatures
        
        Change-Id: I6f4b891a016c67051efd9033329065d7e3c8a06b
        Reviewed-on: https://gerrit.libreoffice.org/43022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-05  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [09d70a097136719df3f8f08f5cbaa8dae4369279]

        TSCP: remove invalid signatures on saving
        
        Change-Id: Ib2bc309966e802eb584fa3c6e37458b840710e81
        Reviewed-on: https://gerrit.libreoffice.org/43111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [072a077972ada6500151623642db544ff5cb567e]

        tdf#112890 some dialog don't appear under gtk2
        
        Change-Id: I90a59bfdaec0e78d93888e5cc30d1c7fa147a7e7
        Reviewed-on: https://gerrit.libreoffice.org/43162
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc483d0470dbf0d01e4da818b148ff0b851c5187]

        tdf#112292 - fix memory leak and use more auto ref counting in sw
        
        this bug was introduced in
        
            commit a754294ac7a902fe96fbbd6b8b6824a360d6b248
            use rtl::Reference in SwDocFac instead of manual acquire/release
        
        fix it by using automatic ref-counting (i.e. rtl::Reference) everywhere.
        
        Note that the logic in SwViewShell::~SwViewShell is somewhat
        interesting.
        From my reading of it, it was previously potentially calling
        getIDocumentLayoutAccess on an SwDoc that had just been deleted.
        
        So if there is a problem with this commit I would look there first.
        
        Change-Id: I95b6b7e7523689c8b56063af642c3a84cbdcd331
        Reviewed-on: https://gerrit.libreoffice.org/43131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Paul Trojahn  <paul.trojahn@gmail.com>  [74977861a63c920f9b49e90087cac9a841392729]

        tdf#100065 Refactoring
        
        Change-Id: I842f90b655ccf195185bf8bae2d93b5b187954aa
        Reviewed-on: https://gerrit.libreoffice.org/43137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4aa3a0b20f6140c716ac933fc575b202209881f9]

        sw: drop temporary debug code in ndtbl
        
        Change-Id: I985ec0f2107d9c0f0dede163e64a2de902102334
        Reviewed-on: https://gerrit.libreoffice.org/43154
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-05  jan Iversen  <jani@libreoffice.org>  [aa000a137ff8775aa370d6e0330d3d34323c5433]

        iOS, do not cross-compile for simulator
        
        When compiling for the simulator, we should not
        cross compile, since it is only using another sdk.
        
        setting cross-compile when the architecture is the same
        causes problems with several third party libs.
        
        The unsolved problem is how to build cmdline tools.
        
        Change-Id: Ida0b31bb12f6eadca413eb6e1874553adb8be6cd

2017-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ee46269003aed237edcd9c086fd14ecded08bbeb]

        tdf#112884: Error string is displayed as empty item in pivot table
        
        Need to get the right string representation of error cells.
        
        Based on the code it seems a regression from:
        d4cd8677889ec3807c194ef5b462f8e031807e5b
        
        Change-Id: I30001e63cd17ae68ba4988d5825de479a4496326
        Reviewed-on: https://gerrit.libreoffice.org/43146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [0cb424fec7389801578085b618c5ad68a98f4637]

        Minimize GtkSalData scope in timeout callback
        
        After commit 2e8a95d1f87a3dbdcc8846fa44d1899abc8edd9c this doesn't
        anymore generate false positives in the constparams clang plugin:
        
        vcl/unx/gtk/gtkdata.cxx:817:39: error: ...
                ... this parameter can be const [loplugin:constparams]
            static gboolean call_userEventFn( void *data )
                                              ^~~~~~~~~~
        1 error generated.
        
        /vcl/unx/gtk3/gtk3gtkdata.cxx:782:39: error: ...
                ... this parameter can be const [loplugin:constparams]
            static gboolean call_userEventFn( void *data )
                                              ^~~~~~~~~~
        1 error generated.
        
        Change-Id: Id8d42a0c14bfcc887ec1ecbf70f4c41c26e26efb
        Reviewed-on: https://gerrit.libreoffice.org/42912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [62c040e5ed827f1aa451b1169095d52db46fbc1c]

        Blind fix for MSVC warning C4211
        
        ..."nonstandard extension used: redefined extern to static", after the 'static'
        in the friend declaration had to be removed for clang-cl with
        e5d943d984bb0918f971eec45f45384cc0c72b67 "'static' is invalid in friend
        declarations"
        
        Change-Id: I14524ec0a5d8e7e12c5b506cbf7ac43508ae26ae

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [f561531b69ae4870eaa9648f7c104cabcd0a7fa0]

        Related: tdf#112063 validation dialog legitimally changes modality
        
        so to keep tdf#112063 working as with...
        
        commit e66c9aa362c1e8729d76090023960610321b14f3
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Sep 1 16:23:20 2017 +0100
        
            Related: tdf#112063 unsetting and resetting gtk modality is a problem
        
            for gtk3, so just set it on execute and no need to unset and reset it
            for whatever vcl nuttiness the existing code is doing
        
        then let the proper calls to SetModalInputMode call the frame modality switch
        and the hackery vcl calls the underlying vcl-specific body as ImplSetModalInputMode
        
        Change-Id: I853ca50e0d9830ca7ba3077e243ccdee6e84e696
        Reviewed-on: https://gerrit.libreoffice.org/43142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Caolán McNamara  <caolanm@redhat.com>  [a25868231adba6a3be30f9aedb71315de0c79acd]

        coverity#1399440 Dm: Dubious method used
        
        Change-Id: Ied0a5218b4f95a300d09483315d577b5bdf01bae
        Reviewed-on: https://gerrit.libreoffice.org/43135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1261e6ea6e897d38f69c0d250ec34ccf0f6d545]

        loplugin:finalclasses in vcl
        
        Change-Id: I7de9cd6c5569217aa8d379c6d112cd1874bca8e2
        Reviewed-on: https://gerrit.libreoffice.org/43151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [e5d943d984bb0918f971eec45f45384cc0c72b67]

        'static' is invalid in friend declarations
        
        Change-Id: I993e4dd219e247ca33022010da350f565c5e0dcf

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [26537a9c1ae27faa24a760bdc91a2162a92b58d7]

        Missing #include <tools/time.hxx> (--disable-pch)
        
        Change-Id: I8cf1092bb2a5718b90fda8925eeb5dd281842b70

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [4355ef6a6265c8e8dbba44b832f4847c6c8cd9bf]

        loplugin:blockblock (clang-cl)
        
        Change-Id: I210c322ab44057e45e2b75b3ce3d13529fb62d13

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [be8bbd297e8eada7658783fef727b690fda5f224]

        loplugin:flatten (clang-cl, embeddedobj)
        
        Change-Id: Ic870347b3dc0ce6b7ad223c47a36b54843a26613

2017-10-05  Stephan Bergmann  <sbergman@redhat.com>  [3d1b53a0998659e6a75def21d2b539c692168149]

        Also suppress loplugin:flatten in C++ class member functions...
        
        ...invovling preprocessing conditionals, to actually make the unhelpful warning
        on Windows about OleEmbeddedObject::changeState go away.  And while at it, make
        the check for preprocessing conditionals more targeted (similar to
        1084e8be44661aaeacb8801707701013eb3fcdbc "More targeted check for preprocessing
        conditionals in loplugin:blockblock").
        
        Change-Id: I0300e0a547e969520a90cd126ea8f788cc17560f
        Reviewed-on: https://gerrit.libreoffice.org/42975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-05  Eike Rathke  <erack@redhat.com>  [5be8c9cc1b92101e6f9fe5685df86e77d3eee3cc]

        Resolves: tdf#102075 support system [$-F400] time and [$-F800] long date
        
        By substituting a (valid matching the type) format using these
        special LCID modifier values with the current system locale's
        format.
        
        See ECMA-376-1:2016 18.8.31 numFmts (Number Formats) and
        https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.numberingformats.aspx
        which seems to be the only documentation available.
        
        Change-Id: Ieca048a77d4ef473ae475e202557d1353ff5387d
        Reviewed-on: https://gerrit.libreoffice.org/43148
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-05  Yousuf Philips  <philipz85@hotmail.com>  [4fd81a26681063dcc0d8d2eae795d39c8d894cb8]

        tdf#107569 Add small edit style icon
        
        Change-Id: Ic5f94197577659bb5ec9017d6967316c699cb93a
        Reviewed-on: https://gerrit.libreoffice.org/43087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [83c00b33594a59157ed483eb11c3c5022c978939]

        loplugin:mergerclass merge FillAttrLB with SvxFillAttrBox
        
        Change-Id: I5dfa7689eb219548bde7ce181a0a453c84b0f066
        Reviewed-on: https://gerrit.libreoffice.org/43136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b93ae66b210f98c193263c4c1cd26d896bbf8e83]

        remove miss leading pool item assignments
        
        SfxPoolItems are not assignable, you have to Clone them.
        
        The assignments copied only the item values.
        In case of SwElemItem and SwDocDisplayItem those item fields were
        overriden in next steps.
        Member values of SwShadowCursorItem are used, so pass them to local
        variables.
        
        Assignment operators are still used in copy constructors, but will
        be removed soon.
        
        Change-Id: I9f493b580f09f6e921c228183212c4fde66adf2b
        Reviewed-on: https://gerrit.libreoffice.org/42939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b71fdc67ed1efd421b9b1c747708958e8e09f73c]

        remove handing of deprecated Storage path option
        
        The only user of StoragePath was
        TemplateFolderCacheImpl::openCacheStream which uses TempPath for
        the cache file now.
        
        Change-Id: Ia21b5aa804222f28a3af3779a0ecc4789c1860b3
        Reviewed-on: https://gerrit.libreoffice.org/41087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9051ceb9f2048a85772306573cb662ee14efd718]

        clang-tidy modernize-use-equals-default in svx
        
        SfxPoolItem has a copy constructor and its copy assignment
        operator is deleted. Derived classes have a implicit defined
        copy constructor too, if all members are copy constructible.
        
        This patch removes default-able copy constructors and destructors
        on such items.
        
        Also removing copy constructors of pool item members
        SvxClipboardFormatItem_Impl and SvxColumnItem.
        
        Change-Id: Ic0f39c992d1fd7b667cb56134fd7c953681a3131
        Reviewed-on: https://gerrit.libreoffice.org/43143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-05  Szymon Kłos  <szymon.klos@collabora.com>  [75a881829f19439245cdb859fc16d59461992f79]

        tdf#112634 avoid crash
        
        Change-Id: If4b8b24908eecc8267d7b74810f5afe4b1f79e4d
        Reviewed-on: https://gerrit.libreoffice.org/43139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-05  Julien Nabet  <serval2412@yahoo.fr>  [cfce9b418072ff930d400890dcc0781e919fce24]

        Fix potential leak in macspellimp.mm
        
        + avoid macSpell var
        I'm not sure to retrieve [NSSpellChecker sharedSpellChecker] in a pointer
        is a good idea.
        Most of the examples using sharedSpellChecker just call [NSSpellChecker sharedSpellChecker]
        each time. If there's a bit more code, at least we're sure we won't leak because of this.
        
        Change-Id: I9818bd3d51f26b50849e1a5e69cc705acd92ad29
        Reviewed-on: https://gerrit.libreoffice.org/43140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-05  Tor Lillqvist  <tml@collabora.com>  [ad0e0cb25c7943663f6c946fd300bff83e4caa59]

        Fix --enable-assert-always-abort (but not --enable-debug) build
        
        Look at NDEBUG, not OSL_DEBUG_LEVEL, to see whether asserts are active
        or not.
        
        Change-Id: I772d27da4bcc73c8c5a50ab4b72f50caddcf7273

2017-10-05  Mike Kaganski  <mike.kaganski@collabora.com>  [633f405701fc5cadfa73e950f7a8c122ad01c149]

        writerfilter: consistently use "" and <> in include directives
        
        [cpp.include] tells that includes in <> are searched in implementation-defined
        places; includes in "" are searched in other implementation-defined places,
        and is unsuccessful, then as if they were in <>.
        
        MS VisualStudio IDE uses paths configured for the project for includes
        in <>, and starts with current file paths for includes in "". So, using
        <> for includes in current source file's directory missing from configured
        project paths makes IDE show unsuccessful includes and unknown identifiers.
        
        This fixes includes in writerfilter source directory.
        
        Change-Id: I0bc1147aa68c305afd0c119418f07b655783a466
        Reviewed-on: https://gerrit.libreoffice.org/43138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-04  Eike Rathke  <erack@redhat.com>  [7901ede8a63f41aea707bd19c22f834253161378]

        Add 0xF400 and 0xF800 constants for number format code modifiers, tdf#102075
        
        Change-Id: Ic379135f2d12023b1d50d70e72b640e2380483b7

2017-10-04  Tor Lillqvist  <tml@collabora.com>  [013044d12b61ac3b1b0b0f6e845825cac1894d94]

        It's called 'DirectWrite', one word
        
        Change-Id: I4892da38182295ca474e89bb061f713039cfd8e1

2017-10-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f840a0b03856d776efd53892ef513b63aeaa8ccc]

        Fix typos
        
        Change-Id: I7f6dbb170b88cc1717d08651d4ddd3aace0a7933
        Reviewed-on: https://gerrit.libreoffice.org/43141
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c977ea903b26471877eecaad63766f5e70fd0b2]

        add more languages to linux updater builds
        
        Change-Id: I3ece92c5fe40da8a6bc6ace009dc9f651713aabf

2017-10-04  jan Iversen  <jani@libreoffice.org>  [7b5b3c041404c33b3d76eeea71920d042df5d8c3]

        iOS, simulator compiles as nactive mac OSX host
        
        Make simulator (and especially third party libraries) compile as OSX host,
        but with iPhonesimulator SDK.
        
        Change-Id: I2b282d1e84c5c6544dcb98413fec5c6e811efda6

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [e409e6b02745b528eb5ce497fd2583bd5035c425]

        Missing dependency
        
        Change-Id: I03eb1ad3b25cab5e2d8cf9b91d13bb5d97cfdfa2

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c05d758b2b62c9df413e2514fb3cd233d0f3ec7]

        add << operator for css::uno::Exception
        
        Change-Id: Ia23dafd07133779144965682df3b7125a3214235
        Reviewed-on: https://gerrit.libreoffice.org/43046
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-04  Mike Kaganski  <mike.kaganski@collabora.com>  [a3088b1e72ef17babe3d3664c610afd02cfe0891]

        lookupProfile: drop unreachable code
        
        The check for -userid switch has never worked - its condition was
        broken since initial commit 9399c662f36c385b0c705eb34e636a9aec450282
        
        Since this wasn't caught earlier, the functionality is unused
        (and was deprecated anyway - see
        https://wiki.openoffice.org/wiki/Framework/Article/Command_Line_Arguments),
        this commit just drops the code.
        
        Change-Id: Iae79f9cb7db454d72b11fb3954ebc456c7207d96
        Reviewed-on: https://gerrit.libreoffice.org/43123
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [20356442cdc34f1292dcdb88622dede8f0368d8a]

        loplugin:mergeclasses merge IInterface with SwDoc
        
        Change-Id: I6d400540c878db4504f6830aa9a3a6a381162520
        Reviewed-on: https://gerrit.libreoffice.org/43127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [da5cdcdeddf7bc21606b4cb64d8b1fc412146935]

        Convert tick-based timer events to versioned ones
        
        Instead of storing the system ticks in the timer event message
        simply store a version.
        
        Moves the version handling code into a VersionedEvent class,
        inherited by WinSalTimer and AquaSalTimer.
        
        Change-Id: I5add85031d36b3424a26a9ef798294cbfb00b2e4
        Reviewed-on: https://gerrit.libreoffice.org/42959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-04  Takeshi Abe  <tabe@fixedpoint.jp>  [96e67461c8b451f3a313bcc973ac49c5e49537c0]

        svl: Remove unnecessary abstraction of SfxImpStringList
        
        Change-Id: Idbf1bf08f89f0fd1e92ad8f0d93d325267d19416
        Reviewed-on: https://gerrit.libreoffice.org/43120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Caolán McNamara  <caolanm@redhat.com>  [863dc26196a200de1540bf2e7a4809c8882795ed]

        don't add WB_CLIPCHILDREN to toplevel dialog builder creation
        
        Change-Id: I402ebea3acf6ca7f4d61785944c933663b35e1f3
        Reviewed-on: https://gerrit.libreoffice.org/43125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [41b57affa0e6edfb77acccf10843260d43e26366]

        pdfium: remove no longer needed Mac baseline patch
        
        This was needed on 10.9, current build baseline is 10.12.
        
        Change-Id: Ide1ddc9ea918676ab9363b7aeefd9b5606351e8d
        Reviewed-on: https://gerrit.libreoffice.org/43114
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [7f0bf6220bd69cf119878ebd1352b55a042b88ed]

        Revert "check for unnecessary DLLPUBLIC annotations"
        
        This reverts commit a599eeab786ecbe1b5b6509e3c792e5c1ba31248, plus follow-up
        fa4431449d0306e8179f53a2a69c549800bd24bd "Avoid bogus loplugin:dllmacro
        'unnecessary *DLLPUBLIC declaration ...'".  See (abandoned)
        <https://gerrit.libreoffice.org/#/c/42983/> "loplugin:dllmacro: Handle implicit
        member functions" how this would have needed to be extended to give consistent
        results across Linux and macOS, but then would have started to remove DLLPUBLIC
        from entities that apparently need to at least have default type visibility on
        macOS and started to make tests fail.

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [aed1870375cd2b718fcc5fe19cdc27b711747d9c]

        ios/lo.xcconfig.in is gone
        
        ...since 848d06690c28ab0a634c2ac979c2e34047522dbe "iOS, build instructions."
        
        Change-Id: I441b452a32e12cb438ee6be5a1e4ef77633e4c34

2017-10-04  Eike Rathke  <erack@redhat.com>  [9a64a82a50c66c720fca79a2aaafff7d2cb6db58]

        Change define to inline and donate some spaces, tdf#96197 follow-up
        
        Change-Id: Ia7a000d48807c3fba1dd768a77b4c49b688e1234

2017-10-04  Mark Hung  <marklh9@gmail.com>  [441fded7f7fc8a2564075406933226a6eea73dd1]

        tdf#96197 do not break Korean words in the middle.
        
        Korean words are composed of Hangul and are separated
        by space or newline. This patch improves line breaking
        function in CJK break iterator so that it does not
        break Korean words in the middle. It now breaks at the
        first character of the last Korean word.
        
        Change-Id: I91b20733c0c5ec4755bf68eb0d7c14c42c1f3556
        Reviewed-on: https://gerrit.libreoffice.org/42987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [4791e6061518c49dcce937d7fafa57f5b9bef77f]

        loplugin:finalclasses in writerfilter
        
        Change-Id: I590de2fd15c630d5ea5e706ce9421ee8bfe19db7
        Reviewed-on: https://gerrit.libreoffice.org/43116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  jan Iversen  <jani@libreoffice.org>  [79c392a45a7827d6c5af4c7e1da07c6eb3f91f2e]

        iOS, updated README.md
        
        on request.
        
        Disclaimer, this is currently work in progress and the library
        should *not* be used for production.
        
        Change-Id: I016933fcf10d7864babbf5d24ffcaa439a6753a7

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [1084e8be44661aaeacb8801707701013eb3fcdbc]

        More targeted check for preprocessing conditionals in loplugin:blockblock
        
        Change-Id: Ib9b6b266ed4bf4d2672aed723c7f92f58c9007b3

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [f4514f356a08a4108c5cdfb1d12855df297097a4]

        Fix test, and add missing TraverseFunctionDecl base case
        
        Change-Id: I31f238fe931e8d890cd70b1a1eb52f042f487a76

2017-10-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b18545688a6399dbf89b05dae585e15a75b8302a]

        clang-tidy modernize-use-equals-default in sfx2
        
        SfxPoolItem has a copy constructor and its copy assignment
        operator is deleted. Derived classes have a implicit defined
        copy constructor too, if all members are copy constructible.
        
        This patch removes default-able copy constructors and destructors
        on such items.
        
        Change-Id: I214dfc016f02617e39a69177aa2233573dfe5f28
        Reviewed-on: https://gerrit.libreoffice.org/43039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [56c9446f74747214f733757f134cbc9e055ca5e2]

        Suppress loplugin:blockblock in functions involving preprocessing conditionals
        
        ...as needed to avoid an unhelpful warning about Player::createPlayerWindow in
        avmedia/source/gstreamer/gstplayer.cxx when included from
        avmedia/source/gstreamer/gst_0_10.cxx (so that ENABLE_GTKSINK is not defined).
        
        Change-Id: I6de9cc59cf8e611c4c9d939dd837499b1d2c8787

2017-10-04  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [83a34d29100862b15d9d86cb852a0fd86f5b7f77]

        add context attribute to translatable entries in a .ui file.
        
        some translatable entries in sw/uiconfig/swriter/ui/notebookbar.ui were
        missing context attribute and that caused failure of 'make translations'.
        
        Change-Id: I79c049ca845ea2379a12a6fca0f12656bee91367
        Reviewed-on: https://gerrit.libreoffice.org/43096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [78ac2644501e907c1c8239c4fae8bb6e7ca829cb]

        loplugin:redundantcast
        
        Change-Id: Ia00af1b79ac30ca00345f52a1981d3bfc1620f76

2017-10-04  Stephan Bergmann  <sbergman@redhat.com>  [a35e532a2d16dce25854b7c3cf27cc3a96a00b8e]

        Fix PythonTest_pyuno_pytests_insertremovecells on Windows
        
        ...where the original code caused an "Unsupported URL <file://C%3A/...>" error,
        while just using pathname2url instead of quote caused "Unsupported URL
        <file:///C://...>", so had to add the silly re.sub.  Hopefully keeps working
        with all sorts of Python 2 and 3 that we want to support.  (And is there really
        no better way to convert a pathname to a file URL in Python?)
        
        Change-Id: I43f450707fe5206a1e6b91918962d2d90a880463
        Reviewed-on: https://gerrit.libreoffice.org/43092
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-04  Arkadiy Illarionov  <qarkai@gmail.com>  [9db36aac932f688adc492a90a7cd4b350dd19ed8]

        tdf#112689 Replace chained O(U)StringBuffer::append with operator+ in cui
        
        Change-Id: I41392108792ee91e01e32eb88ef50f238c2d3717
        Reviewed-on: https://gerrit.libreoffice.org/42996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Julien Nabet  <serval2412@yahoo.fr>  [7413ee067f1184747b3e2b6580577d05e35a7cc9]

        Fix leak in resolveAlias (fpicker/aqua)
        
        Change-Id: I9b154337769763139ee5571d4ec8df9cfb6208f9
        Reviewed-on: https://gerrit.libreoffice.org/43104
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-04  jan Iversen  <jani@libreoffice.org>  [de05a4ff2091a82ad9fc541676b9e0bfae74a5da]

        iOS, updated README
        
        Change-Id: I3866599556a63beaf062207cfd9d537ab9f25785

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [224db728733d1beb4709652ace948ff7d1f40f00]

        simplify memory management in ImpXPolyPolygon
        
        just use a std::vector<XPolygon>
        
        Change-Id: I1adb801faa8341e0759a86fd209a530b8f5c5a1c
        Reviewed-on: https://gerrit.libreoffice.org/43086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9d7d201749ebabe4c8a0d7e5051337b83b50ee7]

        drop WB_SDRMODE in favour of explicit method
        
        was the only style being used on the class anyhow, and there was already
        a field for it
        
        Change-Id: Icdbc9f312851e0476a8b1d21fd4dc9c8166d4e08
        Reviewed-on: https://gerrit.libreoffice.org/43085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5c91797d355ed2d6ce65e460880443d8de94d1a]

        convert SDR_TRISTATE to TriState
        
        Change-Id: Iac440d313006d01667e433bea97925ccaa9282da
        Reviewed-on: https://gerrit.libreoffice.org/43084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [c96fb68d9527ef5a30dfcb7ba5b04122ee2e94ee]

        PLinkStub is dead
        
        since
            commit 1d852b32d7ad89b2317c04958060f366f8922ca4
            Date:   Thu Jul 16 09:49:37 2015 +0200
            loplugin:unusedmethods svx
        
        Change-Id: I1c039fd71571a069531684857ae971e6acb4f49c
        Reviewed-on: https://gerrit.libreoffice.org/43081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ce77cac03123f2bf5c9b6698a3f80e32d7fbe85]

        move stuff in i18npool/i18nutil in own namespace
        
        instead of trying to share the css::i18n namespace, which is just very
        confusing and should be left to actual UNO artifacts
        
        Change-Id: I2f5c36bf1af9a2a98c4f997dd450d015e75ed3f6
        Reviewed-on: https://gerrit.libreoffice.org/43079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-04  David Tardon  <dtardon@redhat.com>  [f2db08b28e99c61c44bc057d03de926ac33d93b7]

        use the new gbuild way to update config.*
        
        Change-Id: I43805ac8c3d5c1b65519da02c3cc50fdb9729ea6
        Reviewed-on: https://gerrit.libreoffice.org/42941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-04  David Tardon  <dtardon@redhat.com>  [4b5574ef48a4745a2073ca1b7c50169fdc83b068]

        simplify updating of config.* in bundled projects
        
        Change-Id: I2028bb9664caf9b9c09d22cc766f88094c92b95f
        Reviewed-on: https://gerrit.libreoffice.org/42940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-10-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [81fee9ab4c4630da4a3346958fba4df63ce5ef27]

        tdf#98315 Function Wizard showing Breeze icons when in Sifr theme
        
        Adding the missing link
        X
        
        Change-Id: I5bffa19beaf1e8d4bc06c351e6f32c509c375609
        Reviewed-on: https://gerrit.libreoffice.org/43100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-10-04  Mark Hung  <marklh9@gmail.com>  [b087e451527f2e497ccab83b63b4f10099bfb8b8]

        tdf#95656 fix orientation for Bopomofo tonal marks
        
        A few Spacing Modifier Letters ( 0x2ca, 0x2c7, 0x2cb, 0x2d9 )
        are used as Bopomofo tonal marks.
        
        This patch force their vertical orientation property
        to be transformed upright.
        
        This patch also set the script type of them to WEAK
        to keep them with nearby Bopomofo symbols in the same portion.
        
        Change-Id: Ib226ebbcaf140124dee806dd6b2859150eb53f67
        Reviewed-on: https://gerrit.libreoffice.org/43001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-10-04  Xisco Fauli  <anistenis@gmail.com>  [01f674a95ddec76dc4c8ecfccdca1773657e47cb]

        tdf#112486 Do not force GDI in no OpenGL
        
        See:
        http://nabble.documentfoundation.org/Re-Minutes-of-ESC-call-2017-09-21-tt4223238.html
        
        Change-Id: I19bb4b58d2260fd23c32a687a9f504540c229985
        Reviewed-on: https://gerrit.libreoffice.org/42897
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2017-10-04  Tor Lillqvist  <tml@collabora.com>  [6e3e4cd38b56d432c48cd7217885974e3f0519fd]

        Indent part of ScInterpreter that for some reason was not indented at all
        
        Change-Id: Ib514d8422a1a881f24fe7a10e8ce538ea997dc6b

2017-10-03  Xisco Fauli  <anistenis@gmail.com>  [13a27860ae79ee8ac9c96b8beb6d3d7aa56a9d94]

        tdf#112842: UI enable/disable leadingzeroeslabel
        
        Change-Id: I73c617c1416628d094b8ee5794f43e16b77681d3
        Reviewed-on: https://gerrit.libreoffice.org/43058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [6f581504b77cf780898ffb568a66d4aa86df1c73]

        tdf#109100: Hide margine control in Impress
        
        Change-Id: I6f3453ce309d70f444063f17b3109cc91a50823f
        Reviewed-on: https://gerrit.libreoffice.org/43056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-10-03  jan Iversen  <jani@libreoffice.org>  [20db1be102731059e43ec5b3c2ae80039621f887]

        iOS, bump SDK version to 10.3
        
        10.3 is needed (anyhow 11.0 is on the street)
        
        Change-Id: Ic9afed3ecbb76e71eb0ee0fc74f4b64dc38af716

2017-10-03  jan Iversen  <jani@libreoffice.org>  [eb957c16904717201536f289063de63f1653dbf9]

        iOS, get rid of OSX - iOS link conflict.
        
        Prelinking uses special flags, adjusted.
        
        Change-Id: Ie9537df3a158818128ee0c4e08b3ad0a782009fb

2017-10-03  Khaled Hosny  <khaledhosny@eglug.org>  [9bc39be417a4c436cbe18391fc87e5e835551b07]

        tdf#107605: Fix line height cslculation for broken fonts
        
        Change-Id: I06368dd15d7898dda61bc07b0f96bf82b00733b9
        Reviewed-on: https://gerrit.libreoffice.org/43095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [c985ad5f7b479706935459630c5a59ccae6fa8b7]

        tdf#112860 sw: avoid shortcut for tables in SwFrame::GetNextSctLeaf()
        
        As the comment says the shortcut only works if no columns or pages are
        between the section frames, while for tables there are definitely table,
        row and column frames. This resulted later in
        SwFrame::IsFootnoteAllowed() a nullptr dereference, as the frame was
        still marked as in-table, but wasn't in a table anymore.
        
        Change-Id: I4191c77d20c6ccc096156fae15ca7c22cc5b68b6
        Reviewed-on: https://gerrit.libreoffice.org/43091
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-03  Szymon Kłos  <szymon.klos@collabora.com>  [42c9be63a309fa0d7506ada9cf759dbe023c4a0f]

        tdf#104788 write xshear & to attribute
        
        Change-Id: I2cdaf18424b7f2e5b5e1fe81a9f504f36773eff3
        Reviewed-on: https://gerrit.libreoffice.org/42948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [73251f38d97506fc41ded7fe1fc9c788317ca894]

        Updated core Project: help  62a89b1d32a3b230f3094075002cf2162934e4f4
        
        Script to build HTML help files of released version
        
        This script is used to convert released help files into HTML pages
        
        Change-Id: Iae1d6c1a10360229221f8a47b5e7187bbb958d86
        Reviewed-on: https://gerrit.libreoffice.org/43094
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-03  Caolán McNamara  <caolanm@redhat.com>  [7dbb98bf18a8431f6063c4e9bf7b3fa21867e78c]

        ofz#3540: oom move compression size test earlier
        
        Change-Id: I1ca4f08ef526498cf08665f2b23d56095d5f1323
        Reviewed-on: https://gerrit.libreoffice.org/43082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b6385a9f58e9f8adfd406e087186eb0cbba700b]

        convert TPB_DISPLAY_NAME constants to scoped enum
        
        Change-Id: I0e4f9ce3392e48fc82c232ba3e6581f3b0d9af9f
        Reviewed-on: https://gerrit.libreoffice.org/43083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Mike Kaganski  <mike.kaganski@collabora.com>  [532a4dcba6ec6fe1bd88f3c2db77f05868167886]

        Replace more reinterpret_cast with SAL_W/SAL_U
        
        Change-Id: Ia632e4083222ad9e7f17c2ad0d0825f189c700cc
        Reviewed-on: https://gerrit.libreoffice.org/43071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [372d2d78906aac32ddaf7eaa3c2037ea3d5af1ae]

        Update OSX SDK checking
        
        We require a min of 10.12 to build these days.
        Also reverse the order of the list in configure.ac so that we pick up
        newer SDK before older SDK.
        
        Change-Id: Iae25f1971123479801a82c9d30172668a4cfa52a
        Reviewed-on: https://gerrit.libreoffice.org/42450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  jan Iversen  <jani@libreoffice.org>  [9bda1ac60f3e92b7023275daf15a31efc08daaf7]

        iOS, change generation of xcconfig
        
        The generation was far to complex simplified.
        
        Change-Id: Iea2f1b9630f70f05deeb8eb44aa8333989929642

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8481019c8c57459494b931aeec0915317204a05b]

        tdf#112848 Assert when clicking on report wizard or design view
        
        the StartListening call here is unnecessary because OSectionView
        inherits from SdrMarkView which calls StartListening unconditionally in
        it's constructor.
        
        Change-Id: I0191fce12e0600cc8fc6b9cc20e7e3bf39b386d3
        Reviewed-on: https://gerrit.libreoffice.org/43070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbb1975d9c56b410023580a0e5fe95ed3e43496b]

        convert WB_FORCECTRLBACKGROUND to bool field on Edit
        
        Change-Id: I7a8731635bd22926df98cd70c8bb850408c1854c
        Reviewed-on: https://gerrit.libreoffice.org/43076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [aec9462c1fc0fdc7437b69399cef5f3711301105]

        SfxDetectFilter typedef is unused
        
        since it was added in
            commit 0d8c293fa426bc9f6f9f71393ce6de752a2087d8
            Date:   Wed Apr 11 20:20:32 2007 +0000
            INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
        
        Change-Id: Ie3b9ba6c4010306b26df9a142c784c00e3f1ae0e
        Reviewed-on: https://gerrit.libreoffice.org/43075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [9572e3254bf62fb658a09577e64dc591b3a06954]

        WB_DOCKBORDER is dead
        
        the only place that passes it to a window class, does so to a window
        class that does not implement that style.
        
        Change-Id: I74d705ed928b797c3456cf23a8074c62d0c12247
        Reviewed-on: https://gerrit.libreoffice.org/43072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [692d35b89a9f6de4099d180e79aa39ded1214922]

        loplugin:finalclasses in xmloff
        
        Change-Id: I10ffefd29b858548472a459314c7d5632324bca2
        Reviewed-on: https://gerrit.libreoffice.org/43069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  gabrielchiquini  <gabrielchiquini@hotmail.com>  [85a9b4b3cf2b61d470f74450c73abcefcadbe3e9]

        Updated core Project: help  507d26615775cc233413cbb140dd3e7ccf971567
        
        tdf#112370 Add case-insensitive support to index search
        
        Change-Id: I460f853f4abd6bf8124f2b6d01d5b771fcc6569c
        Reviewed-on: https://gerrit.libreoffice.org/42984
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ccb1894c02d77ed89741ca1f82bad87a17fd76fa]

        new loplugin:finalclasses
        
        look for classes which are effectively final, but contain protected
        members. These members can be made private.
        
        Change-Id: If53d535b068b668d1aff548ebfd0fe6c51a48a0e

2017-10-03  Mike Kaganski  <mike.kaganski@collabora.com>  [419ae5765ac562982f843adbfff32154e2559162]

        Partially revert c3609f107b16eb888edf284f4637be6cb09234eb
        
        Change-Id: I92c84d0d0fba1adcd0adfc93e3fe9b5ea6b8cbf2
        Reviewed-on: https://gerrit.libreoffice.org/43065
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

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

        Resolves: tdf#112827 gtk3 menubar not RTL under RTL locales
        
        Change-Id: Icb2fa621e1f7da1e2d4bd221c8e1d8677cc956a2
        Reviewed-on: https://gerrit.libreoffice.org/43057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [d352dda3dbfc9e26b7f80746e1502f3cb4cd45c1]

        tdf#112836 master view, bottom areas are wrongly positioned
        
        Bug was introduced in
            commit 12b2803f196b897ffb901b0eebe271c5ee43d03e
            "drop unused PRESOBJ_IMAGE"
        
        Change-Id: I50be74b505a674439bd8b67545b89a9660a85a33
        Reviewed-on: https://gerrit.libreoffice.org/43062
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Jan Holesovsky  <kendy@collabora.com>  [d785b4dd8c5e1c7f08ef7dfaa92ab09fcebb300e]

        lok: Fix declaration of ‘xContext’ shadows a global declaration.
        
        Change-Id: Iab3c142cd85ca54bf3c37a0710ce7da7a5d77a35

2017-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [409c230ed70707eeb5e6fcd4ab904bb4a411608a]

        tdf#112507 RTF import: fix too narrow table cell
        
        Commit e6ec0794858df1444f43659b568119bf126a90e6 (tdf#104937 RTF import:
        \trwWidthA is an absolute value, 2017-08-29) changed the handling of the
        fake empty cell at the end of table rows so that the parameter of the
        control word is an absolute, not a relative value.  Turns out this
        wasn't correct, the DOCX equivalent of that bugdoc shows that the
        parameter is a relative value after all. The RTF spec also talks about a
        "width", which is assumed to be a relative value.
        
        So fix that bug in a different way again (by making sure that this
        additional fake cell contributes to the total width of the table, so
        column separators are counted correctly), this time without less
        side-effects.
        
        Change-Id: Ic64fd3a6abae8e0398e8e77123f0473d73f0c4b0
        Reviewed-on: https://gerrit.libreoffice.org/43063
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-03  Jan Holesovsky  <kendy@collabora.com>  [055766f79ef74e1774d0f434ac13c6276d849902]

        LOK: getSpellLanguages() is not necessary in comphelper in the end.
        
        Change-Id: If81cd3d4508ba3f44304a9ec9b643bf771e8930c

2017-10-03  Pranav Kant  <pranavk@collabora.co.uk>  [9127d1a89cbfba89eb9df6755ea7b9e161cfc67a]

        framework, lok: It's okay to have valid non-existent user inst. path
        
        Change-Id: I3b9f00adb76fc702e1847d9fab866b7796cfd942
        Reviewed-on: https://gerrit.libreoffice.org/43061
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-10-03  Takeshi Abe  <tabe@fixedpoint.jp>  [445b17ce332007a62cd1e4f6eac4d337896c68b2]

        svx: Simplify SdrGluePointList with std::unique_ptr
        
        This also inlines SdrGluePointList::GetObject().
        
        Change-Id: I70052a5e94b3451f5a00e1185e6dee59e5537184
        Reviewed-on: https://gerrit.libreoffice.org/43059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [d3971ec256450e6783920b46f672048b29719949]

        new loplugin:blockblock
        
        Change-Id: I7b68b70fa4c7234e8882f7627026959a596968fd
        Reviewed-on: https://gerrit.libreoffice.org/43025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-03  Henry Castro  <hcastro@collabora.com>  [f50bf3c5225b49b3c6f77f882e35305e5dc5ccd3]

        lok: use getCommandValues to obtain a list of languages
        
        Change-Id: I4a1f04b9dfe9e3ebbc174380db93c332e958ccfa
        Reviewed-on: https://gerrit.libreoffice.org/43060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-10-02  Caolán McNamara  <caolanm@redhat.com>  [34e8fd7e99489e9f50a512b07c6f3923b358b4d3]

        ofz#3537 Direct-leak
        
        Change-Id: Icca25565d396a36154bca0ac748554e95cd83ae9
        Reviewed-on: https://gerrit.libreoffice.org/43049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-02  Gabor Kelemen  <kelemeng@gnome.hu>  [e4c4c21d46ed2c8f7d117ce8d7f407474c2a12bc]

        Updated core Project: help  aa1e7fffd4f067414833d593cd0307bd2dc9d6f9
        
        tdf#112804 Fix key combination for inserting paragraph before table
        
        Change-Id: Ibe077bd39c5e2a44520052ae0afa9cd69ca59991
        Reviewed-on: https://gerrit.libreoffice.org/43054
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-10-02  Eike Rathke  <erack@redhat.com>  [760a1d50c2d6e38cc70c326df7a0197571dce8ce]

        Remove now moot comment about comments and .src file inclusion
        
        Since RSC is gone..
        
        Change-Id: I146e6a7284766f0462ba8099458700507d982214

2017-10-02  Jim Raykowski  <raykowj@gmail.com>  [0015f28ee5782b4b6964532459ae89cbd4ad6eaa]

        tdf#42664 Update Navigator drop down list
        
        Change-Id: I52843868a62cb1b89fba21c4e412a52501d2dc20
        Reviewed-on: https://gerrit.libreoffice.org/43007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-10-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [62d542e9b1bb1b442562951d21100fd61be5f0c7]

        Remove undefined elements after std::unique
        
        Change-Id: Ifebd1124fa081d50797904175d90e6d26d50ab7f

2017-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fd2e787974853b48c54ed7a165ee7edda80af64]

        solenv: support gb_UITest_DEBUGRUN for ui tests
        
        This is similar to gb_JunitTest_DEBUGRUN, i.e. allows running soffice in
        gdb, and then connecting to that soffice from the test, instead of
        starting an own one.
        
        Change-Id: I023d6b0ede146837666c946cb865feb9046e5a94
        Reviewed-on: https://gerrit.libreoffice.org/42756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-10-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [9fc7fb0e78334b926347d85480ad9df00cc1ed1e]

        tdf#112769 Don't multi-trigger AllEventsProcessed
        
        User events processing - as all event processing - can be nested,
        which can cause TriggerAllUserEventsProcessed to be called multiple
        times, when a nested event loops ends.
        
        So track TriggerAllUserEventsProcessed calls and just reset, if
        a new event was inserted.
        
        Change-Id: I4a1b1b08901c99a7ece08f8baf008c8bb73506bf
        Reviewed-on: https://gerrit.libreoffice.org/43043
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-02  nigeldias  <nigeldias2012@gmail.com>  [924c6f0bbc25377d6b299ca4b12408cfc57d60f5]

        tdf#112677 Correcting buttons position in certificate path dialog
        
        Change-Id: I80e00083e851cd3db44a3ca9391225657526bfe4
        Reviewed-on: https://gerrit.libreoffice.org/43045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2017-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7d843ea451cfe25b85528b2e2164a9411f6f245d]

        Fix typos
        
        Change-Id: I325141f90104496c62af8704d75568df3418952a
        Reviewed-on: https://gerrit.libreoffice.org/43050
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8429590a4479cfceb7cd73cdb0fa90aee0ea22ca]

        lok - sc: lift row limit to 500k
        
        Due to previously intruduced optimizations, it is safe and fast enough
        to navigate through a 500k rows speadsheet.
        
        Change-Id: I865d0b60629b5bbf796e9e48df6ff21242a13e5a
        Reviewed-on: https://gerrit.libreoffice.org/40454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6dc844945c5af0c75183fa72f6e17d25f5e664c3]

        lok - sc: row/column headers are updated faster
        
        Now the computation of the row/column headers data exploits the cached
        row/col positions in HeightHelper/WidthHelper.
        
        That makes updating row/column headers at the bottom of the document
        as fast as at the top even for very big spreadsheets.
        
        Change-Id: I27381b520aaed68662e4d07c5879046d182c70e6
        Reviewed-on: https://gerrit.libreoffice.org/40451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [31b7dc19c32f42197c481cb7d2f44c600b755e2b]

        lok - sc: make computation of cell cursor position faster
        
        Now the computation of the cell cursor position exploits the cached
        row/col positions in HeightHelper/WidthHelper.
        
        That makes navigating through arrow keys independent from the current
        cell cursor position: the cell cursor position is updated at the
        bottom of the document as fast as at the top even for very big
        spreadsheets.
        
        Change-Id: I2f23d4439f2157e702f09b56106bebdd0e0bbe86
        Reviewed-on: https://gerrit.libreoffice.org/40450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [61ddf34cf72bdfb738706b0836d9ecb6c0186d5d]

        lok - sc: invalidation of cached row/col positions on several cases
        
        Cached row positions are invalidated when one of the following event
        occurs:
        
        - one or more rows are inserted
        - one or more rows are deleted
        - one or more hidden rows are made visible
        - one or more visible rows are made hidden
        - one row is resized
        - optimal row height is changed
        - the value of the PPTY parameter is updated
        - a undo/redo involving any of the above actions
        
        The same occurs for cached column positions.
        
        The solution takes care of row/column operations performed in another
        view and of the current tab each view is displaying
        
        Change-Id: I57895506b17986d36ab024eec9c79864ea95dad7
        Reviewed-on: https://gerrit.libreoffice.org/40449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b230f845e794641721254e0a95b006eb3588aa0c]

        lok - sc: document size as sum of row heights/col widths in pixel
        
        Grid lines, cursor overlay, row/col headers are all computed by
        summing up row heights / col widths converted to pixels.
        
        On the contrary the document size was converted to pixel only at the
        end after having summed up heights/widths in twips.
        
        All that lead to have a document height/width greater than the
        position of the last row/col, with the scrolling in online going
        unplesantly far beyond the last row/column.
        
        This patch change the way the document size is computed, so that the
        spreadsheet height/width matches the position of the last row/column.
        
        Moreover it exploits the cache-like structure for row/col positions
        introduced in a previous commit.
        
        Change-Id: Ibb2cc6a7b592e359a0b1202dc9bea1dd4c421354
        Reviewed-on: https://gerrit.libreoffice.org/40448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a789ef3c41443a3aa964bea31e2c8e22552fcdfd]

        lok - sc: a cache-like structure for row/col positions in the document
        
        ScPositionHelper provides the ability to insert (and remove) row-
        position pairs where the position is in pixel and related to the
        spreadsheet top.
        
        In this way one can compute a new row position by starting from the
        nearest row presents in this cache-like data structure.
        
        It offers also the ability to invalidate the cache by removing all
        cached data below a given row or position.
        
        This data structure can be used for columns, too.
        
        Change-Id: Ifd66a003680ef9a3babf46ae952221c04451be9a
        Reviewed-on: https://gerrit.libreoffice.org/40447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6388a50c1e3ef2e25132f63547bb91d08a0f416c]

        lok: sc: overlays and edit view misplaced by other view actions
        
        The edit view, the cell cursor and the cell selection overlays become
        misplaced when another user inserts, deletes or resizes a row.
        
        The same is true for columns.
        
        The solution takes care of the current tab each view is
        displaying and of undo/redo actions.
        
        Change-Id: I24c94f774f3b18028c9356a904e1b14b07c5c61a
        Reviewed-on: https://gerrit.libreoffice.org/40016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b9e89a201064b0c0aef5769766bce8d995fed46d]

        Removed duplicated includes
        
        Change-Id: I2f2c31e3605c1bff353b5749c593305c3fc7028f
        Reviewed-on: https://gerrit.libreoffice.org/43044
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-10-02  Eike Rathke  <erack@redhat.com>  [5478d5d851721f041701dbe0bdd4d2f626fcf6c0]

        Add unit tests for ISO 8601 date+time input
        
        Change-Id: Iab53f39313c1bac04fe5718823455e5ef0e52f13

2017-10-02  Eike Rathke  <erack@redhat.com>  [9b14d2ca8f0c11feb991142e1a0da819aa0e5c38]

        Number scanner: accept fractional seconds in ISO 8601 also for ',' comma
        
        ... if comma is the group separator (or some other separator).
        Strictly only if 'T' separator was encountered.
        
        Change-Id: I4df55235a6a416f0719752dfcde659d846ac208e

2017-10-02  Caolán McNamara  <caolanm@redhat.com>  [21dde7a09e2cfe7b48d2fec1edc7a94fa94af5c3]

        Related: tdf#112395 disabled slot with Put leaks entry
        
        Change-Id: I326424551c280140db03b4c92ef450cc04f18813
        Reviewed-on: https://gerrit.libreoffice.org/43040
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [4437d842650c851f45f89cc3499a59e83875b704]

        WIN handle timer Impl* access via friend function
        
        Not sure if this is the better approach, but this gives the
        application window dispatch function access to the now private
        timer implementation, so nobody else can call them.
        
        Change-Id: Ic361d2c93116fbd6c85b20f7da3cffbd538b3558
        Reviewed-on: https://gerrit.libreoffice.org/43041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-02  Johnny_M  <klasse@partyheld.de>  [f8b9b8ec5686c1453e335d895aa78faba5fdf268]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc
        and were translated to their English equivalents. For used translations,
        see, e.g., https://translations.documentfoundation.org/de/libo54_help/translate/#search=kapz&sfields=target
        
        Change-Id: I5c0e4232b2e7b3039a42aff96a44a8f55c818d2e
        Reviewed-on: https://gerrit.libreoffice.org/42993
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-02  Johnny_M  <klasse@partyheld.de>  [17d0dc46471083a02d943272dafba14158641de5]

        Translate German variable names in Calc (financial)
        
        These names of variables correspond to German function names in Calc
        and were translated to their English equivalents. For used translations,
        see, e.g., https://translations.documentfoundation.org/de/libo54_help/translate/#search=kapz&sfields=target
        
        Change-Id: Ifffa1ae8394cafde6dd7a78626b957e07919d5c9
        Reviewed-on: https://gerrit.libreoffice.org/42991
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-10-02  Eike Rathke  <erack@redhat.com>  [df778416981ab02d42182e5c2e46dc09ba2e2a3c]

        Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()
        
        Change-Id: Idea5c1bd8e8577eaf90fc47d39f88c79963c422b

2017-10-02  Caolán McNamara  <caolanm@redhat.com>  [e1f87cb067a058f34caaf61d86c79958eebfd0e4]

        consistently apply std::unique_ptr to SvLBoxButtonData
        
        Change-Id: I307c9095aa562348ce1b9338203995d9d62eebb4
        Reviewed-on: https://gerrit.libreoffice.org/43037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ed01e23aeb08addc9ac7d74014483b5af57b15d9]

        TSCP: remove classification fields before editing
        
        Change-Id: If6f66a03c5c97ec87931944147d64b3f6de1ef03
        Reviewed-on: https://gerrit.libreoffice.org/43021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [217dd15374a7020aa498817bcf4ea28157e7080f]

        TSCP: edit paragraph classification
        
        Change-Id: Ib60a22fefe3464e29427a3d82b3af0926375433b
        Reviewed-on: https://gerrit.libreoffice.org/43020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [1ef8bb7c9d90766629d8c769cc05b9944637f68d]

        TSCP: simplify ApplyParagraphClassification
        
        Change-Id: I67f9d173526d785bfbb2c09526f915aa7c6216eb
        Reviewed-on: https://gerrit.libreoffice.org/43019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [807bf0680dfe32d62cf251c7eef63e8f1fc4a828]

        TSCP: refactor RDF reading for metadata fields
        
        Change-Id: Ia24500f490d24e28446057bd840d8e6084bf3336
        Reviewed-on: https://gerrit.libreoffice.org/43018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c140d8d97344299be70e32ac4ebc324ba4dc5dba]

        TSCP: paragraph classification support
        
        Change-Id: Ia547e7c68076596d9765a1bad96fd76bd7fa7386
        Reviewed-on: https://gerrit.libreoffice.org/43017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0135d0df982772341bfeaeb8e3f4542847b1fb31]

        sw: prefix members of SwFormatRuby
        
        Change-Id: I47ca2fa39f93ebb665ccc6b4640238d2686dc0fc
        Reviewed-on: https://gerrit.libreoffice.org/43026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-10-02  Eike Rathke  <erack@redhat.com>  [00bb8e4a66008098d1133f4923f6d2d65e0dd598]

        Number scanner: accept fractional separators in an ISO 8601 date+time string
        
        In a strict ISO 8601 date+time string with 'T' separator the
        Time100SecSep separating seconds and fractional seconds can be
        either '.' period or ',' comma, so accept those in all locales.
        
        Not accepting '.' in all locales was the cause of tdf#100822
        before code was changed to use sax::Converter::parseDateTime()
        instead.
        
        Change-Id: Ica676050b52b11da64afbac6feabb43d9e985bc4

2017-10-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6537fac1798e1f41bb8450caeb0c2354e81fd394]

        Tone down excessive directional chars in Back/Next buttons
        
        This tiny inconsistency with other software has annoyed me for too long.
        
        Change-Id: Ieef8cdcf13f1cea0e414fbe086e45a4e05895467

2017-10-02  Caolán McNamara  <caolanm@redhat.com>  [b4d9f5d4d6475565530d8f698bd8f72fc685b491]

        coverity#1418672 silence Explicit null deref
        
        Change-Id: I9c39da02a344316b09c190a3c12bdb17201cf176
        Reviewed-on: https://gerrit.libreoffice.org/43027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-10-02  Tor Lillqvist  <tml@collabora.com>  [da6f7f19b6d48189ea6a34ab7c2fb67fa40ca743]

        Bin duplicated forward declaration
        
        Change-Id: Id5fda192de625c5fdfd6f9dce3ebcd68e06f1c7a

2017-10-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [f5415276307603df6de364091435e81883ea10fb]

        tdf#44497 run LicenseDialog with SolarMutex locked
        
        Before commit 3840aede596e6fc24f7ed7df9100fb028134aac6 releasing
        an unlocked SolarMutex was simply ignored, but now it aborts.
        
        So run the LicenseDialog GUI code holding the SolarMutex, as
        required.
        
        Change-Id: Id9f5f6146cdfe2b21b68a2cdffc9dd4a527b551c
        Reviewed-on: https://gerrit.libreoffice.org/42951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [3d81ec3365cb327c73696892c8edd6eea9d52220]

        lokdialog: Add dialog APIs to lok::Document class
        
        Change-Id: I1947dc84c91e2e01072fbff3e97aa94d514ecb5a

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [fa02b6361f582d67efaaadc4e8664617b69340e0]

        lokdialog: Smoother mouse move on floating windows
        
        Do away with an early hack to create the floating window with every
        invalidate.
        
        This gets rid of persistent blinking when moving the mouse over a
        listbox, for example.
        
        Change-Id: Ida9367156605edc9835529f83529363ad97beaee

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [81c00c9b47fd5a8ca03829386ee97342fb6aa847]

        lokdialog: button press type debug info
        
        Change-Id: I193e0ab82e998905b670f7de73daae784de3ef00

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [a0f36b458c00f2e6fc79b8c4a71e8b0b7cc6b6e0]

        lokdialog: Emit dialog close callback upon dialog close
        
        Change-Id: I4ccef76cc3b2926dd8916f825671bb732e101027

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [3ebaaebf544be4f7f39b7fcbbbc377418a897442]

        Change CB_DIALOG_INVALIDATE to CB_DIALOG
        
        We can specify whether it is an invalidation or something else in the
        payload.
        
        Change-Id: I95c5fc0a0a88b5277eaa93c8d1f9b937bddce7b3

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [77bb77aedee4b4596f769df8e334b8063c5846b0]

        lokdialog: Mouse events for dialog floating child windows
        
        Change-Id: I06a081835d246f752e57f8cc289162ed31fc91d4

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [cce5bdbeee4828d7d052eef16644355783567cf7]

        lokdialog: drawing area needs to have focus to capture key events
        
        With this, key events successfully work now.
        
        Change-Id: I6dc6aff91dea08fcbc7ab840a77e2542ab9048ce

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [d6490d3c7bb686ee07654f9d0ade6e145043c0f3]

        lokdialog: Move the floating window to its actual position
        
        gtk_window_move them to the position broadcasted to us by vcl
        
        Change-Id: Id27b52a24e721b51d7a153cc7c0e03197a99ee2f

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [9cdaccc0cc5664ffb22035f65135b6be876de92f]

        lokdialog: Support for rendering floating window dialog widgets
        
        Now gtktiledviewer can show floating window dialog widgets when user
        clicks any of such widget in the dialog.
        
        Change-Id: I13d756f236379bc8b2041ed41cb7b502f7fd9b24

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [44737be728c1d1afa23631e7576569ddf2d3016c]

        lokdialog: Register IDIalogRenderable with vcl::Dialog
        
        Change-Id: I344f5a9c7167abfde15dcd21c747819cc79b12b1

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [d43ffd307a21af234576e8efc99f306b110765b1]

        lokdialog: Handle key events in core
        
        Change-Id: If84aaac87beebf69d92db5446fc713d8cc20421e

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [522a9c0a4164caf82b17e9808636577ebe75bf67]

        lokdialog: gtv: Forward key events on dialog to core
        
        Change-Id: Icfc210b08c7f1d8ebaf9c731ed64bb128cfc4356

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [fb09d4aa2ec33cd933fdef449f20c52fcad9ddca]

        lokdocview: Remove unnecessary code
        
        Change-Id: I1d744c91f01eb098e9273d2459b63a5444558f39

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [0f78547e2f03868128dcc1400c326644dd6438cc]

        lokdialog: Trigger repaint on all opened dialog with invalidate
        
        For now, temporarily trigger paints for all the opened
        dialogs whenever a dialog invalidation callback is emitted. This solves
        the problem for some of the dialogs where hard coded uno command, which
        we are using as dialog IDs in GTV, doesn't match with the dialog id
        contained in the payload of the invalidation callback.
        
        With this SearchDialog, AcceptChangeTracking and few others are
        responding well to mouse clicks and invalidate instantaneously while to
        invalidate and repaint some other dialogs, one needs to refocus them.
        
        Change-Id: Iac2acbda60c8e2d0eabe65440f3fbda3ef271d7a

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [9f6bf0c0b81039760a00b3be7a80590cf2914206]

        lokdialog: Forward mouse events to vcl; enable mouse move
        
        The current implementation works well - the mouse events are properly
        handled by the opened dialog changing the dialog states.
        
        However, since the uno commands (dialog IDs) are different from what is
        returned by LOK_CALLBACK_DIALOG_INVALIDATE, the invalidation doesn't
        instantaneously, so one have to make the dialog window out-of-focus and
        then again back to focus to trigger the paint and see the updated dialog
        state.
        
        The mouse coordinates are forwarded in pixels as of now.
        
        Enable mouse GDK Motion mask too for mouse move operation.
        
        Change-Id: Ia915f734e8cbf4586da2b70da5840fe1568b39bd

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [47111c3a5a732ead4039c7c78077ac12ab0238e8]

        lokdialog: Set up intial posting mouse events to dialogs
        
        Events from the dialog in GTV are forwarded correctly, but the events
        are still not processed by the dialog in core.
        
        Change-Id: Ib95ac0a3cd23f6cc2763c21425a67402b15f2de2

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [2508ec1041098382524eb9b06fcb249af7f7a313]

        lokdialog: Suppress duplicate callbacks in flush handler
        
        Change-Id: I94578b9e9c7fc2e6a9d14effe456d821768a0bcb

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [ea03e6ef0a3847fc343eacee32836da84b863431]

        lokdialog: Some checks if invalid uno command is provided
        
        Change-Id: I914564f67716f4e218d42ac4f0545e46e9609389

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [ddac37b94f03a906c541350e9e8e225fa808dabd]

        lokdialog: Queue a redraw on invalidation in gtktiledviewer
        
        Change-Id: I081508674a71c3beb89175e4f8ac3256e6bc6c6a

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [686ac83f4028cc0bc96d23780654f45db2a9a347]

        lokdialog: this is a string
        
        Change-Id: I7cb320a740cdb21da5a654cf99c887f5c7a8979d

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [668e7d9da3e7e75142867f03e01cb16279acc543]

        lokdialog: Set dialog painting flags while painting
        
        These are used to supress any dialog invalidations emitted while
        painting the dialog. We are not interested in any such invalidations.
        
        Change-Id: I2a7b018124af501bce18adbff0f5db85adf5fce2

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [9874cd5efae7fb45f68da0e5ebc7701fdad0414a]

        lokdialog: Dialog invalidation support
        
        For now, just invalidate the whole dialog whenever any of the controls
        in the dialog get invalidated.
        
        Since during dialog painting, many such invalidations are triggered,
        don't listen to them when we are painting.
        
        Change-Id: Ia8fc12cf9469691d60e91ef770d687e5ff01a7ef

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [706e4d198683f6c2075a91050d21a298ad186cc6]

        gtktiledviewer: Implement modeless dialog rendering
        
        Hardcode modeless dialogs available in writer (very few) as of now in
        the combobox.
        
        Change-Id: I82d1442fbc71776dd64640ad048a0375ca041a67

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [0f58e974a7d6a88491a97ea3d0f30755ec330253]

        lokdialog: Better dialog rendering API
        
        After painting the dialog, also write width and height of the rendered
        dialog. The dialog is rendered
        always on the top left of the given canvas, so client can crop the
        canvas accordingly.
        
        Change-Id: If052058a6db8a85d4e28ec88cffcca05564b17f0

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [1325fabbdd2e52169a7d1a1b9a6b9b59d908e8bb]

        Include dialogID in paintDialog API
        
        Change-Id: I6bc624272138f0e23d2e3abfd82b857fed12e12c

2017-10-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [abc2e3aaa5d7f201671b6fff2bc211bde0bbe22c]

        Instantiate spell dialog and paint in a paintDialog call
        
        Change-Id: I7bd7f9cb33cd79d1e55ce51fe39917c5741bdf18

2017-10-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e81338c4e66a3f1193ed338ebab8c436a830db6b]

        Add IDialogRenderable interface for rendering of dialogs
        
        Change-Id: I1d85729a1ac1a99d33ea2bde1b50ccf4c05ca9a9

2017-10-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d663eabbebad69dd64e5d9b05c60375304b28573]

        move ITileRenderable implementation to own file
        
        Change-Id: Ib05ecf5f92e0ae4adf99c4dd10d60e730a95cf45

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [901ee5207599d683b0f82c954f905c04fd8b676f]

        Give name to debug event injector
        
        Change-Id: I3468776797426b04c1cb3206dbb194837a652e16

2017-10-02  Pranav Kant  <pranavk@collabora.co.uk>  [6ed7a1da3cdc0434c39c3d87822c6fa04aec222c]

        Typo
        
        Change-Id: I2ecf3050aa68a0f2986c43b651d71b662a77e55a

2017-10-02  Julien Nabet  <serval2412@yahoo.fr>  [05d5b6694b763ad81a1f79d480419341fb682e43]

        Fix regression for labels on Table wizard
        
        Since https://cgit.freedesktop.org/libreoffice/core/commit/?id=a95def1aed681bbb664ff24470e0da7c5a5530ac
        
        Change-Id: I9104ab6c68b55f1405297182cba087d668947b0f
        Reviewed-on: https://gerrit.libreoffice.org/43011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-02  Henry Castro  <hcastro@collabora.com>  [b3de468de84289f06a5eec858ba6493b2c9f408d]

        lok: handle .uno:LanguageStatus command
        
        Change-Id: I3828113bce3b7d32e90e461a299986e363115a83
        Reviewed-on: https://gerrit.libreoffice.org/43002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-10-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [a2a3e06a29077d4274dc15eea28a01afe22e3658]

        drawinglayer: remove commented out code
        
        Change-Id: I20fd2665f9fed59b45127dd4aa3dbce0fc58ac17
        Reviewed-on: https://gerrit.libreoffice.org/43006
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-10-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [6996c65015703b6aaa6d44f76c492371f47b138d]

        tdf#31814 drawinglayer: dump EmfPlusRecordTypeComment records
        
        When we get an EMF+ comment record (which is NOT an EMF comment
        record, EMF has comment records which is how you store EMF+
        records, EMF+ records also have comment records for "private
        data") then if we are a debug build then dump the private data
        to stdout.
        
        To make this work, set:
        
        SAL_LOG=+INFO.cppcanvas.emf+WARN.cppcanvas.emf
        
        Change-Id: I293875f45b692971379a5945ff7feb273bc54c73
        Reviewed-on: https://gerrit.libreoffice.org/42558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-10-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [d64dd40552bdcfe4fd2ab0d10f0c72796e579487]

        drawinglayer: should be warning, not info SAL_LOG messages
        
        We should warn if EMF+ record < 12 bytes. Similarly, if the
        record size is less than 12 bytes, that's evidence of a
        corrupted EMF+ record, same with if the length or datasize
        is too long. Thus we should warn at this point.
        
        Also - if an if statement is not part of another if/else block
        then best to have a newline separating them so they don't
        look like they are part of that block.
        
        Change-Id: I914c754fe7437d6d4b6f2e4aec2d28475eaf5d70
        Reviewed-on: https://gerrit.libreoffice.org/43004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-10-01  Yousuf Philips  <philipz85@hotmail.com>  [f4944b4e9b8ce8aeb521613cc67334f256b8cc31]

        tdf#107237 Reorganized File tab of Notebookbar
        
        Change-Id: I7fa638f8abe3b565f48d4ed69bd0fccf7c7872ac
        Reviewed-on: https://gerrit.libreoffice.org/42689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-10-01  Julien Nabet  <serval2412@yahoo.fr>  [0e3c3350cd7ef4b8d1b52fb6e5d8d17644cc4e61]

        Replace list by vector in typedetection.cxx (filter)
        
        Change-Id: Idfb4c0e26a109157f95f3dfe2cfcdccbb2428502
        Reviewed-on: https://gerrit.libreoffice.org/42995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-01  Julien Nabet  <serval2412@yahoo.fr>  [05dbd67f5d7bd6611830fc793985b7d5858bf68c]

        Replace list by vector in macromgr.cxx (sc)
        
        Change-Id: I5b57d4f4a1e0c68fdc56d84392f4b1472a67e82b
        Reviewed-on: https://gerrit.libreoffice.org/42992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [20bae560c05a3df6e7ce8d4b869ed00f951c1e59]

        throw more useful uno::Exception's
        
        if we're going to throw the base class of the exception hierarchy,
        we can at least put a useful message in there to make the source a little
        bit easier to locate.
        
        Change-Id: I2f3106c99ba25125eacef8fa77e2f3a2c89f2566
        Reviewed-on: https://gerrit.libreoffice.org/42968
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-01  Johnny_M  <klasse@partyheld.de>  [ebeff35a0305683574373b75c7b0e5797749fe3e]

        tdf#39468 Translate German comments (leftovers)
        
        Change-Id: I9952c560547b0668d8216edba1486638fa41e553
        Reviewed-on: https://gerrit.libreoffice.org/42990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [50da5d0d1c5bdfbb9a2006e77a02519d0f39740f]

        simplify some OUString compareTo calls
        
        to either startsWith or == or !=
        
        Change-Id: I595dd9d89d32134827980c4ba10f88584430137d
        Reviewed-on: https://gerrit.libreoffice.org/42988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-10-01  Julien Nabet  <serval2412@yahoo.fr>  [22e748e68a87e1b470146eacad374c7dfef74f5a]

        Prefer prefix operator
        
        Change-Id: I82f3f66bfc675dbc4a5d5b57d8715c3de01d9620
        Reviewed-on: https://gerrit.libreoffice.org/42994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-10-01  Mike Kaganski  <mike.kaganski@collabora.com>  [1aa96d69af7173af7c8e32a47699f574b1091c73]

        Drop unused manifest file from solenv/inc
        
        Change-Id: Id2c12db1a4bcddcc3f749fad8abfcd60a43db088
        Reviewed-on: https://gerrit.libreoffice.org/42986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-10-01  Caolán McNamara  <caolanm@redhat.com>  [3043863d688c5bbd5101ebd5ddd8a9452e05ca50]

        Resolves: tdf#112656 don't reset to default font if a custom font was set
        
        the list has been laid out with the smaller custom font, including
        calculating the bounding box of the entry, then rendered with the
        default larger font
        
        Change-Id: I2ae569c9857d4e1016cbf55da4c3334c63dcf5f6
        Reviewed-on: https://gerrit.libreoffice.org/42910
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-10-01  Stephan Bergmann  <sbergman@redhat.com>  [53e6d0a087318ad5a72885ab71396eb489641814]

        loplugin:flatten (clang-cl, xmlsecurity)
        
        Change-Id: I6c2d7f235df94b13b0501cce4ad1a699a9a1169c
        Reviewed-on: https://gerrit.libreoffice.org/42981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-01  Stephan Bergmann  <sbergman@redhat.com>  [ec737443c29f50fc9ce9452c58540442c6b34948]

        loplugin:nullptr,redundantcast (clang-cl)
        
        Change-Id: Ic173e38828b04fd177d62551e3323b816c73d556
        Reviewed-on: https://gerrit.libreoffice.org/42980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-01  Stephan Bergmann  <sbergman@redhat.com>  [f28473dd0aaab4aee3fbe60c915a554550c4d8b2]

        -Werror,-Wunused-private-field
        
        Change-Id: I6dc2aaffc2fb018ed389312cbc0d37222a6df89a
        Reviewed-on: https://gerrit.libreoffice.org/42979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-01  Stephan Bergmann  <sbergman@redhat.com>  [3e9f0d6f6e99b064bf140212b33a8b6ebce91101]

        loplugin:flatten (clang-cl, extensions)
        
        Change-Id: I2aceee910e8e39a7c4ebb89282447dc4b26ad3cb
        Reviewed-on: https://gerrit.libreoffice.org/42978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-01  Stephan Bergmann  <sbergman@redhat.com>  [0a478850dc29a61f36c04093f95027ac9260f0fa]

        loplugin:flatten (clang-cl, dtrans)
        
        Change-Id: I773640d233d5a80cb31dad5a8acff4e04afeedbd
        Reviewed-on: https://gerrit.libreoffice.org/42976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-10-01  Maxim Monastirsky  <momonasmon@gmail.com>  [4c6f17f730929e630ec2412785e2f4a8964940c7]

        Wayland: Make the shapes popup work in the overflow toolbar
        
        Was failing to show, with this warning:
        
        Gdk-WARNING **: Tried to map a popup with a non-top most parent
        
        To make it work, needed to implement a way to pass as extra
        "ParentWindow" property to the ui element. It's documented in the
        XUIElementFactory idl, but was not used by the framework impl.
        
        Change-Id: Ifea24fc333709478634f70230699963e952e9157
        Reviewed-on: https://gerrit.libreoffice.org/42937
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-01  Maxim Monastirsky  <momonasmon@gmail.com>  [cb9970400d0bbd73e508f25a67e1ad2c7dd28eb6]

        Wayland: Make various popups work in the overflow toolbar
        
        Were failing to show, with this warning:
        
        Gdk-WARNING **: Tried to map a popup with a non-top most parent
        
        Change-Id: Ib68b5fc9b3edb3d25a23b66397c13833a4d080ac
        Reviewed-on: https://gerrit.libreoffice.org/42936
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-10-01  Caolán McNamara  <caolanm@redhat.com>  [8b053a3c88c2b3e203856dbd9dabca6c935b0bde]

        ofz#3532 avoid oom
        
        Change-Id: Ic046ebcb4c312716997eba9c18079db59c0b41f6
        Reviewed-on: https://gerrit.libreoffice.org/42974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1d0fbc9927f357d25859b7cca7ea5e9a9637681e]

        Fix typos
        
        Change-Id: Ic09de64e5672d66b7436a6525344f845550523f9
        Reviewed-on: https://gerrit.libreoffice.org/42982
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [d2978f03bd57e5fe530eb55accc8c5f39b602ff2]

        loplugin:flatten (clang-cl, embeddedobj)
        
        Change-Id: I842ab53693f87fc9b5151ce9b8b385a9dbd53e11
        Reviewed-on: https://gerrit.libreoffice.org/42977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Eike Rathke  <erack@redhat.com>  [c3819630e0205a372899ef67d689619657bbbf33]

        Number scanner: accept negative year ISO 8601 input with 'T' time separator
        
        This is valid input: -1999-11-23T12:34:56
        
        Change-Id: I0464b623b76fb55c1d2b848d0db9278e9589a4d8

2017-09-30  Johnny_M  <klasse@partyheld.de>  [79c28873d6e1175c4b33352dd5c1dbba81d2c3ee]

        Translate German comments and debug strings (leftovers)
        
        Change-Id: I4ab8fbae47037f6e21c51713d1c51aaa5dc61f40
        Reviewed-on: https://gerrit.libreoffice.org/42967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-30  Michael Stahl  <mstahl@redhat.com>  [8c9dcfcfe58aba692b8a75efeb2b73928e764b2f]

        solenv: move DeclareDPIAware.manifest to gbuild directory
        
        Change-Id: If09ece21c9dd69111990e1cef2508149fff7e8a6
        Reviewed-on: https://gerrit.libreoffice.org/42969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-30  Eike Rathke  <erack@redhat.com>  [5374c04a89e1720490a3625dfd95406c2d60c0cd]

        Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 date
        
        Instead of squeezing the string through the locale dependent
        number parser (which should force '.' Time100SecSeparator for 'T'
        ISO 8601 but apparently doesn't yet) that is a bottle neck anyway.
        
        Change-Id: I70f74e680322a715c9cc658c8be033620d9798e3

2017-09-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [625653c8d119e720fb93b0c9f6f50d1eb625b179]

        tdf#107711:Pivot table: filtering of non-string fields is not exported to XLSX
        
        Same issue what we have in case of XLS filter. We need to have
        the right string representation of pivot field items.
        
        Change-Id: Ifb686ad268c61b03c7dcccc66f65e6f8247eab4f
        Reviewed-on: https://gerrit.libreoffice.org/42956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-30  Mike Kaganski  <mike.kaganski@collabora.com>  [c3609f107b16eb888edf284f4637be6cb09234eb]

        Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*
        
        This is type-safe, and allows to catch cases where a source type
        is changed for some reason, but reinterpret_cast masks that
        
        Change-Id: Ib64b6fa2e22d94a6bba890f0ccc3e20325c6f0a1
        Reviewed-on: https://gerrit.libreoffice.org/42961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8a4df9376bf299beb49fe116882ffdbd10b5e02b]

        tdf#112735: Pivot table: page field displays empty string
        
        ... instead of the "(empty)" string
        
        Change-Id: I2df84393b5213a57e941c9447e4367d7605a6b00
        Reviewed-on: https://gerrit.libreoffice.org/42957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-30  jan Iversen  <jani@libreoffice.org>  [0e3eb2c1eb75655ea61a1bf0716dab0acaf19467]

        iOS, cleanup unused config variables
        
        Removed no longer used variables. These variables
        are constant across platform, and therefore defined
        in the project.pbxproj file instead.
        
        Change-Id: I8fcfe414de498ebd4e5bd3a133a8c7e39faa9edb

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [2e8a95d1f87a3dbdcc8846fa44d1899abc8edd9c]

        loplugin:constparams: Ignore functions whose address is taken
        
        (unless as the callee of a function call).  In response to
        <https://gerrit.libreoffice.org/#/c/42912/> "DO NOT MERGE - error in clang
        static plugin".  Many of the whitelisted functions can now be taken off the
        list.
        
        Change-Id: I04c2ee445e7973a288f42fd663d8b2d78cd3c5aa
        Reviewed-on: https://gerrit.libreoffice.org/42958
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [26cfe32516da80a34c560fd214a8799f93cefdc4]

        tdf#112526 fix insert of text variable in writer
        
        regression of commit 7f381be4d3261149a5b54048f9605fab0340c221
        > replace sal_uLong variables with sal_uInt32
        > for SvNumberFormatter IDs
        
        SwFieldVarPage uses a NumFormatListBox and needs to use sal_uInt32
        for the format type now.
        
        note: NUMBERFORMAT_ENTRY_NOT_FOUND is used instead of the equal
        SAL_MAX_UINT32 to replace ULONG_MAX to be more expressive.
        
        Change-Id: I76780f6cb63576fb32fa65373f7d72f7135feef1
        Reviewed-on: https://gerrit.libreoffice.org/42816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [62274b24f91952cf98d387333684d9e874a6b75e]

        Suppress loplugin:flatten in functions involving preprocessing conditionals
        
        ...as needed by clang-cl on Windows to avoid unhelpful warnings about
        OleEmbeddedObject::changeState (embeddedobj/source/msole/oleembed.cxx)
        containging an "if" in an "#ifdef _WIN32" block followed by "else throw".
        
        Change-Id: I95bed29b9003db08499156ae7f885aeeea5a0158
        Reviewed-on: https://gerrit.libreoffice.org/42963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [82ae825198ada84049c630ab49f280c8c6f2ad6e]

        EPUB export dialog: test VersionToPosition()
        
        Fails when the stub version always returned 0.
        
        Change-Id: I2df952d0b7fc1a6171074e6da91584b851ace358
        Reviewed-on: https://gerrit.libreoffice.org/42945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [9e81e845d8299f117e96c30e8b40fcf602e9ca2c]

        tdf#112733: Pivot table is displayed wrong in Excel after saved in LO Calc
        
        Change-Id: I5dad2ff95ab5dd090296cf8c6e4a8274355c262b
        Reviewed-on: https://gerrit.libreoffice.org/42955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-30  Caolán McNamara  <caolanm@redhat.com>  [e8879de7bcd940fd1a92e426d807777162fa1f73]

        ofz+ubsan
        
        Change-Id: I03f4bae4dd35eea9b5d3996e0655ca9a2ccd6a5f
        Reviewed-on: https://gerrit.libreoffice.org/42944
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-30  jan Iversen  <jani@libreoffice.org>  [150e93dbb49b0d09dc17390004a6869e33cf1686]

        iOS, changed library name
        
        core/ios/generated will contain 3 libraries
        libLibreOfficeKit_arm64.a ==> production link for iPad
        libLibreOfficeKit_arm64_debug.a ==> debug link for iPad
        libLibreOfficeKit_x86_64_debug.a ==> simulator link
        
        Change-Id: Ic53883bfb796a3aea07101eebff6a8bd4ceef21f

2017-09-30  Julien Nabet  <serval2412@yahoo.fr>  [d784dc4fd4e7b8b1f7468dd3fe1c952f8ab7037f]

        Related tdf#112393: avoid leak in SvxEditModulesDlg::CreateEntry
        
        by using unique_ptr
        bt:
        0  0x00007fffee95a933 in SvLBoxButtonData::SvLBoxButtonData(Control const*) (this=0x55555c1c28d0, pControlForSettings=0x55555c1b9680)
            at /home/julien/lo/libreoffice/svtools/source/contnr/svlbitm.cxx:55
        1  0x00007fff95cde826 in SvxEditModulesDlg::CreateEntry(rtl::OUString&, unsigned short) (this=0x55555c17f270, rTxt="Orthographe", nCol=1)
            at /home/julien/lo/libreoffice/cui/source/options/optlingu.cxx:1842
        2  0x00007fff95cdf4dd in SvxEditModulesDlg::LangSelectHdl_Impl(ListBox const*) (this=0x55555c17f270, pBox=0x55555c19dc60)
            at /home/julien/lo/libreoffice/cui/source/options/optlingu.cxx:2004
        
        Change-Id: I6f10d7adae4346b204e21bdaca16aacb2758003d
        Reviewed-on: https://gerrit.libreoffice.org/42962
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [39e7a72b3e328e6b3d87479d693b01315610457b]

        Support loplugin in clang-cl
        
        This works at least with a recent Clang trunk (towards Clang 6.0).
        
        In order for the plugin.dll to find the LLVM/Clang symbols, it needs to be
        loaded into clang.exe not clang-cl.exe, so set CC/CXX to 'clang.exe
        --driver-mode=cl ...'.
        
        Buidling the plugin requires some linker flags that must go at the very end of
        the COMPILER_PLUGINS_CXX command line, after a /link switch, so introduce
        another COMPILER_PLUGINS_CXX_LINKFLAGS variable for that.  Also, clang.lib is
        not installed as part of LLVM's 'cmake --build ... --target install' step, so
        is not available under CLANGDIR and needs to be taken from the build tree
        instead, so introduce another CLANGLIBDIR variable for that.  autogen.input
        settings that work for me on Windows 8.1 with Microsoft Visual Studio 14.0 are:
        
        > CLANGDIR=C:/llvm/inst
        > CLANGLIBDIR=C:/llvm/build/lib
        > COMPILER_PLUGINS_CXX=C:/PROGRA~2/MICROS~3.0/VC/bin/amd64/cl.exe /IC:\PROGRA~2\MICROS~3.0\VC\INCLUDE /IC:\PROGRA~2\MICROS~3.0\VC\ATLMFC\INCLUDE /IC:\PROGRA~2\WI3CF2~1\10\include\100102~1.0\ucrt /IC:\PROGRA~2\WI3CF2~1\NETFXSDK\46D346~1.1\include\um /IC:\PROGRA~2\WI3CF2~1\8.1\include\shared /IC:\PROGRA~2\WI3CF2~1\8.1\include\um /IC:\PROGRA~2\WI3CF2~1\8.1\include\winrt
        > COMPILER_PLUGINS_CXX_LINKFLAGS=/LIBPATH:C:/PROGRA~2/MICROS~3.0/VC/LIB/amd64 /LIBPATH:C:/PROGRA~2/MICROS~3.0/VC/ATLMFC/LIB/amd64 /LIBPATH:C:/PROGRA~2/WI3CF2~1/10/lib/100102~1.0/ucrt/x64 /LIBPATH:C:/PROGRA~2/WI3CF2~1/NETFXSDK/46D346~1.1/lib/um/x64 /LIBPATH:C:/PROGRA~2/WI3CF2~1/8.1/lib/winv6.3/um/x64
        
        (The last two are "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/
        amd64/cl.exe" and translations of %INCLUDE% and %LIB% as set in the "VS2015 x64
        Native Tools Command Prompt" shell.
        AC_CHECK_HEADER(clang/AST/RecursiveASTVisitor.h, ...) in configure.ac wouldn't
        like CXX to start with INCLUDE=... LIB=... environment variable settings, so it
        wouldn't work to instead pass %INCLUDE% and %LIB% to cl.exe that way.  See
        <https://wiki.documentfoundation.org/Development/clang-cl> for general
        information about building with clang-cl on Windows.)
        
        There's still some room for improvement marked "TODO".  (And some of the unused*
        plugins, which are not run by default anyway, use Unix-style functionality, so
        have been disabled for now.)
        
        Change-Id: I6c28bdeb801af39ce2bae03111f455e2338d66c9
        Reviewed-on: https://gerrit.libreoffice.org/42931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Takeshi Abe  <tabe@fixedpoint.jp>  [6a9d90fd4d89359ec11711e581010011fd25807b]

        svx: Stop returning unused XPolygon
        
        Change-Id: I2cbd98f788a6b68365e094449f8f7e6d5e7426f4
        Reviewed-on: https://gerrit.libreoffice.org/42930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-09-30  Mike Kaganski  <mike.kaganski@collabora.com>  [362a21d3a129b90149f6ef645c127f5e86e0ba61]

        Use explicit function names for fooA/fooW WinAPI; prefer fooW
        
        We should only use generic foo function name when it takes params
        that are also dependent on UNICODE define, like
        LoadCursor( nullptr, IDC_ARROW )
        where IDC_ARROW is defined in MSVC headers synchronised with
        LoadCursor definition.
        
        We should always use Unicode API for any file paths operations,
        because otherwise we will get "?" for any character in path that
        is not in current non-unicode codepage, which will result in failed
        file operations.
        
        Change-Id: I3a7f453ca0f893002d8a9764318919709fd8b633
        Reviewed-on: https://gerrit.libreoffice.org/42935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [81ce629c9e8a4fc26ded9d49157e3f3263991e03]

        work around clang-cl ABI bug PR25641
        
        <https://bugs.llvm.org/show_bug.cgi?id=25641> "clang-cl: vtordisp thunks not
        emitted for functions with class template specializations in their signatures".
        
        Change-Id: I4f9a9777ba7486a026cb3b34340fa5b78f210f05
        Reviewed-on: https://gerrit.libreoffice.org/42949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [43b02c4532d88ef24c688ecd32bc8bfd6e1f57ff]

        Make sure space handed to C/C++ ABI is padded large enough
        
        PythonTest_pyuno_pytests_testcollections had failed with -fsanitize=address:
        
        > ==6341==ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address 0x7ffe5cf77048 at pc 0x7f6be12e51ba bp 0x7ffe5cf76810 sp 0x7ffe5cf76808
        > WRITE of size 8 at 0x7ffe5cf77048 thread T0
        >     #0 0x7f6be12e51b9 in x86_64::fill_struct(_typelib_TypeDescriptionReference*, unsigned long const*, double const*, void*) bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
        >     #1 0x7f6be1307f03 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:171:17
        >     #2 0x7f6be130346d in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13
        >     #3 0x7f6be1301c56 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13
        >     #4 0x7f6be0be09ff in stoc_corefl::IdlInterfaceMethodImpl::invoke(com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) stoc/source/corereflection/criface.cxx:679:9
        >     #5 0x7f6be0be304c in non-virtual thunk to stoc_corefl::IdlInterfaceMethodImpl::invoke(com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) stoc/source/corereflection/criface.cxx
        >     #6 0x7f6be0375ef9 in (anonymous namespace)::IntrospectionAccessStatic_Impl::getPropertyValueByIndex(com::sun::star::uno::Any const&, int) const stoc/source/inspect/introspection.cxx:609:33
        >     #7 0x7f6be03753eb in (anonymous namespace)::IntrospectionAccessStatic_Impl::getPropertyValue(com::sun::star::uno::Any const&, rtl::OUString const&) const stoc/source/inspect/introspection.cxx:519:16
        >     #8 0x7f6be036bd75 in (anonymous namespace)::ImplIntrospectionAccess::getPropertyValue(rtl::OUString const&) stoc/source/inspect/introspection.cxx:1040:26
        >     #9 0x7f6be037102c in non-virtual thunk to (anonymous namespace)::ImplIntrospectionAccess::getPropertyValue(rtl::OUString const&) stoc/source/inspect/introspection.cxx
        >     #10 0x7f6be0f95805 in stoc_inv::Invocation_Impl::getValue(rtl::OUString const&) stoc/source/invocation/invocation.cxx:495:35
        >     #11 0x7f6be0f95fcc in non-virtual thunk to stoc_inv::Invocation_Impl::getValue(rtl::OUString const&) stoc/source/invocation/invocation.cxx
        >     #12 0x7f6be665d69a in pyuno::PyUNO_getattr(_object*, char*) pyuno/source/module/pyuno.cxx:1424:52
        >     #13 0x7f6bf34b1a5f in PyObject_GetAttr workdir/UnpackedTarball/python3/Objects/object.c:894:16
        >     #14 0x7f6bf39f10f9 in PyEval_EvalFrameEx workdir/UnpackedTarball/python3/Python/ceval.c:2793:29
        ...
        
        Change-Id: I7c8aa0f0e153a022c19c981165730725a566a0b2
        Reviewed-on: https://gerrit.libreoffice.org/42946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Xisco Fauli  <anistenis@gmail.com>  [e6e01b50f5f20154ada1414cc70b1cf54b500262]

        Add WPS Office mimetypes
        
        Sometimes bugzilla set the mimetype to application/wps-office.<the extension> incorrectly.
        Ie: Our bugzilla shows 80 bugs with those mimetypes: http://tinyurl.com/ybjrmldu
        
        Change-Id: I9f73c65604d45e76430a2d34401bcfa883534445
        Reviewed-on: https://gerrit.libreoffice.org/34101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-09-30  jan Iversen  <jani@libreoffice.org>  [4627857ed4bc4b750af0cad648d4ce02f10135e9]

        iOS, configure XCODE_* => IOS_*
        
        Exporting variables XCODE_* makes xcodebuild read them,
        independent of command line settings. Therefore renamed
        these variables to IOS_ (they are only used to build iOS).
        
        Change-Id: I2c44d2e8a1348270e2f2a6768e0552c39e7f7d72

2017-09-30  Stephan Bergmann  <sbergman@redhat.com>  [0d43f5176d34145b0965fdb2536cd6f454e985c5]

        Access to ProcessEventsToSignal's bSignal is racy
        
        ...so spell out its single use, locking the appropriate mutex around the access
        
        Change-Id: I8e8f47de1979f5a80cf1ad65e5ec24d25145c463
        Reviewed-on: https://gerrit.libreoffice.org/42908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-30  Mike Kaganski  <mike.kaganski@collabora.com>  [736a4e659cff2ef5f900301d7d288494f9b98178]

        Add compatibility information to binary manifests on Windows
        
        Without that, Windows (since 8.1) may apply compatibility mode
        (at least its version API really works differently: see
        https://blogs.msdn.microsoft.com/cjacks/2014/06/23/why-windows-8-1-sometimes-tells-you-it-is-windows-8-0).
        
        Change-Id: I99f0c81aac669f21c737753bc806565c794281f2
        Reviewed-on: https://gerrit.libreoffice.org/42934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-30  pv2k  <vidhey96@gmail.com>  [d5a64f114c101339ed479ea926653c703951fae5]

        tdf#109100 margin spinboxes in draw's sidebar changed to listbox
        
        Change-Id: Ia59f0fb64f10beab70f449d01b8a25113bea475d
        Reviewed-on: https://gerrit.libreoffice.org/41741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [499194508c8cf91fbbc21f882bcf4ace77e19eaa]

        allow linking mergedlib on win by removing duplicate libs from commandline
        
        adding advapi 62 times, icuuc 24 times and libxml2 18 times (and others
        multiple times as well) is too much for cygwin to handle and breaks the
        build when trying to link mergedlo.dll with the not-very telling
        "/usr/bin/sh: -c: line 1: syntax error: unexpected end of file"
        (especially since the latter are added with $W/UnpackedTarball/whatever)
        
        uses the sideeffect of make's sort to remove the duplicates
        
        Change-Id: I9e92aafa0df9518520793a5827fb6cc157538f4b
        Reviewed-on: https://gerrit.libreoffice.org/42953
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-29  Michael Stahl  <mstahl@redhat.com>  [13df3777e4b6ff7537692b396be67a5fd2b9b001]

        sw: SwContentTree: use the helper functions instead of manual checks
        
        Change-Id: I93b40f5f5b493688b27747ba8ccb65097638e4e6

2017-09-29  Michael Stahl  <mstahl@redhat.com>  [8b2619177c16058ae9994d5e39f04a813bacd061]

        tdf#112732 sw: fix conditions in SwContentTree::ExecCommand()
        
        It has to be checked first that it's a CTYPE_CNT because otherwise
        it's not a SwOutlineContent.
        
        The assertion also didn't match the actual requirement.
        
        Change-Id: I7fc3a6410f5de1e6b4c18965fff9bd9700562ed1

2017-09-29  Caolán McNamara  <caolanm@redhat.com>  [15dbae3bd0d13a5c374e2297b170e285e57af438]

        ofz+ubsan: signed integer overflow
        
        Change-Id: Ia8d0bb650d222ccda4c323eabebc4b1162fcf42f
        Reviewed-on: https://gerrit.libreoffice.org/42933
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-29  Eike Rathke  <erack@redhat.com>  [6a8bae45f85a4570708fe984ccd7aebad7e389a2]

        ofz#3487 further limit ScMatrix elements allocation
        
        To 85M elements per matrix. The effective allocation depends on data types and
        distribution and is not statically predictable here. Previous limit (allowing
        128M elements) in the fuzz case allocated 6.5GB temporarily, it now fails early
        with matrix size error. With the case's string data types and changed input
        ranges probably still 4GB could be allocated.
        
        Change-Id: I20ab3cf22705bf022f1c8c8e55b1c412380915dd

2017-09-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [442771d105fbce531ec3df5673dcc4a5f7a8bc7b]

        OSX rename mpFirstInstance to mpInstance
        
        In the same spirit as the Windows commit
        7c52d86f7b05fe7e0178f6d98a12a531b88a32ff.
        
        Change-Id: Ic45803c0715723b6f57c9f6a0c731edd559aa92c
        Reviewed-on: https://gerrit.libreoffice.org/42932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-29  Michael Stahl  <mstahl@redhat.com>  [41af2a9e26f3ee6b505b343120d5df3617ba5c49]

        tdf#91106 sfx2: Stylist: sort top-level styles in hierarchical mode
        
        (regression from 8f04b172c5c78fa80c3692a729f0191425195869)
        
        Change-Id: I111d12a622390afc02eb73a42b1d3c714f046bd2

2017-09-29  jan Iversen  <jani@libreoffice.org>  [6803cabb462ba35812be7de62d60ea4c5b32c3df]

        iOS, typo
        
        forgot >> file in LINK_LDFLAGS, leading to a wrong linker statement.
        
        Change-Id: I993b15f27406b4128805fbbdaf19dadf39235f8c

2017-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [699b8de8c8e6005abe56449dd5785045fbdd9ee8]

        sc: fix loplugin:unnecessaryoverride warning
        
        Change-Id: I3b7e7a5dae9f393e3388bc5a3ab3666f116570ab

2017-09-29  Julien Nabet  <serval2412@yahoo.fr>  [1fba529cf2d810bfce1f3fbcad84b6f6805e1405]

        tdf#112727: crash in chart (transparency related)
        
        There's nothing to rearrange if mpFloatTransparenceItem isn't set
        0  0x00007fffefb26748 in NameOrIndex::IsIndex() const (this=0x0) at /home/julien/lo/libreoffice/include/svx/xit.hxx:56
        1  0x00007fffefb23140 in XFillGradientItem::GetGradientValue() const (this=0x0) at /home/julien/lo/libreoffice/svx/source/xoutdev/xattr.cxx:2009
        2  0x00007ffff0b2c95a in svx::sidebar::AreaTransparencyGradientPopup::InitStatus(XFillFloatTransparenceItem const*) (this=0x55555859a520, pGradientItem=0x0)
            at /home/julien/lo/libreoffice/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx:61
        3  0x00007ffff0b2cd33 in svx::sidebar::AreaTransparencyGradientPopup::Rearrange(XFillFloatTransparenceItem const*) (this=0x55555859a520, pGradientItem=0x0)
            at /home/julien/lo/libreoffice/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx:90
        4  0x00007ffff0b262ae in svx::sidebar::AreaPropertyPanelBase::ClickTrGrHdl_Impl(ToolBox*) (this=0x555558485a50, pToolBox=0x5555586ed8c0)
            at /home/julien/lo/libreoffice/svx/source/sidebar/area/AreaPropertyPanelBase.cxx:1272
        5  0x00007ffff0b26207 in svx::sidebar::AreaPropertyPanelBase::LinkStubClickTrGrHdl_Impl(void*, ToolBox*) (instance=0x555558485a50, data=0x5555586ed8c0)
            at /home/julien/lo/libreoffice/svx/source/sidebar/area/AreaPropertyPanelBase.cxx:1268
        
        Change-Id: I1d2db6b91c888ca3598e0ea04dd0fa0e9fc790a7
        Reviewed-on: https://gerrit.libreoffice.org/42925
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [a60f687b5dd684260fc976c1216d65d30e77e5de]

        tdf#112605 OSX refactor SalAquaTimer
        
        Drops all the static calls and variables from SalAquaTimer
        and moves all timer handling logic inside the class.
        
        This also fixes the leak in timerElapsed.
        
        Change-Id: Ie7a1a8fffb70b8579ec6876eed10a275d2f06d27
        Reviewed-on: https://gerrit.libreoffice.org/42913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-29  Mike Kaganski  <mike.kaganski@collabora.com>  [36535c2bef619b3a4090f6f880b975cb6d4dcb11]

        LibreOfficeKitInit.h: release memory after lok_dlerror() on Windows
        
        When _WIN32 is defined, lok_dlerror() uses FormatMessageA() call with
        FORMAT_MESSAGE_ALLOCATE_BUFFER flag [1] to get returned error string.
        This string is required to be released after use with LocalFree() (or
        HeapFree(), since LocalFree() is not available in recent SDKs).
        
        However, there is no mention in the header that this is required, nor
        lok_dlopen() that uses it does any cleanup. If the calling application
        is expected to be terminated in case of error, then that is no problem;
        but the header might be used in any external client application which
        we know nothing of.
        
        This adds corresponding cleanup function.
        
        Change-Id: I1f14cc5d9e10fe086c3646faaf0e19f2a7a6dd56
        Reviewed-on: https://gerrit.libreoffice.org/42360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-29  Michael Stahl  <mstahl@redhat.com>  [205677c88cb01e2bbee278443867baed2c89e5fe]

        gdb pretty-printers: fix StringPrinterHelper for gdb 8.0
        
        Latest gdb release "lazy_string" validates the array size:
        
          Traceback (most recent call last):
            File "/work/lo/master/solenv/gdb/libreoffice/util/string.py", line
        29, in to_string
              return self.make_string(data, self.encoding, len)
            File "/work/lo/master/solenv/gdb/libreoffice/util/string.py", line
        66, in make_string
              return data.lazy_string(encoding, length)
          gdb.error: Length is larger than array size.
        
        rtl_uString has "sal_Unicode buffer[1];", which is a lie
        as the real size is the same as "length".
        
        Taking the address of "buffer" appears to avoid the exception.
        
        Change-Id: I85710b1adfae584ba09c8d517e9b49b290e79d8a

2017-09-29  Richard PALO  <richard@NetBSD.org>  [ba65817fb927b1b2db8872fc981fd878219ab968]

        tdf#100013 sysui: fix invalid tar invocation
        
        Change-Id: Ie7c482d387f9ffd3be92759200446951b9084408

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [fa4431449d0306e8179f53a2a69c549800bd24bd]

        Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."
        
        ...about the definition of __cxxabiv1::__cxa_exception in
        bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx, when a declaration of that
        struct has already been seen in /usr/include/c++/7/cxxabi.h in a
        
          #pragma GCC visibility push(default)
          ...
          #pragma GCC visibility pop
        
        block (so that decl->getAttr<VisibilityAttr>() would point at the first of those
        two pragmas).
        
        Change-Id: I4af56be8ce84ace57a809a09da5c44d86fc4237a

2017-09-29  Michael Stahl  <mstahl@redhat.com>  [740ef202a4e3ae3752c95838e5797167b6eb2105]

        Updated core Project: help  9ff4dd9cbd323794e72d08e297b59cc09d1abbe0
        
        helpcontent2: fix build, use pack_images.py
        
        Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
        

2017-09-29  Tor Lillqvist  <tml@collabora.com>  [f28cf76cdfa2c4cc88a643a30cfa469f7d909260]

        Get rid of some pointless cleanups that fail anyway occasionally
        
        Change-Id: I758b4452bdf0cfcc75280a73993f219a57072e41

2017-09-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [950742b3acf09cb5621e54a0e59ebfd2328d3d26]

        inline SfxPoolItem copy constructor
        
        as delegating constructor.
        In preparation to remove default able copy constructors
        of derived classes.
        
        Change-Id: I516efa70ef2a06079194aafbf630e151138c6bbc
        Reviewed-on: https://gerrit.libreoffice.org/42923
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-09-29  Jens Carl  <j.carl43@gmx.de>  [a845cc801582ef96309021be078fb7e10f4a0366]

        tdf#106894: Rewrite packimages.pl in Python
        
        Remove replaced packimages.pl
        
        Change-Id: I1267f06d0476f010e7ab86878c10d5c9b0892d0b
        Reviewed-on: https://gerrit.libreoffice.org/42924
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-29  Mike Kaganski  <mike.kaganski@collabora.com>  [0dd2e602e5c1b46e82abc6051677aeaab1d265b8]

        Drop check for Windows versions we don't support
        
        Since we dropped support of Vista and below in master toward 6.0,
        those checks are needless. Removing the code that only worked in
        older versions, and streamlining the resulting code.
        
        Also, use kernel32.dll version for Windows version, instead of
        deprecated GetVersionEx, and inconvenient VersionHelpers. Since both
        GetVersion(Ex) and VersionHelpers (based on VerifyVersionInfo) are
        subject to manifest-based behavior since Windows 8.1, this move will
        hopefully result in more reliable OS version detection.
        
        Change-Id: I3edd8fc1843e64b6a65bd3a126be6a085511f13c
        Reviewed-on: https://gerrit.libreoffice.org/42905
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b12c98ec7ec0b5ba20c28890ee63803fb9518d5]

        remove some SAL_WARN in DomainMapper_Impl
        
        it's obviously not a real problem, because higher up code calls this
        even if it doesn't intend to use the result, and in the places where it
        does intend to use the result, it warns again, so this warning is
        redundant.
        And it's the 3rd largest number of warnings in our logs.
        
        Change-Id: I1a6c40bc99a3252594f87e121a81c661686c5348

2017-09-29  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [141d4427d2d2db6a16133fcf7571798233a99cb0]

        tdf#99689 allow Subscript in Illustration Index...
        
        ... and Index of Tables.
        
        Change-Id: I5a677f431d1a2e3836bcacdd382708b0ce397faf
        Reviewed-on: https://gerrit.libreoffice.org/42481
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-09-29  Eike Rathke  <erack@redhat.com>  [f6990d3f61b37e15d0320ef60d2d66535fadddc0]

        Throw exception also in case an unexpected rBreakType was passed
        
        Change-Id: I331e12ab5115401b9fa87e1f0f2be51f33ccbc75

2017-09-29  jan Iversen  <jani@libreoffice.org>  [c1520da5904b06d0c246362594c8b5d251f63f8a]

        iOS, clean workspace and local build
        
        We need to check if it possible to move workspace to
        workdir (e.g. do a reverse ln)
        
        Change-Id: I98751c1731f75e3b4200520ffa741a7348fe70fb

2017-09-29  jan Iversen  <jani@libreoffice.org>  [7121b70286d786ccef90b1711d2d6344f0dd70a9]

        iOS, first version of static lib ready.
        
        This works when working online in xcode, but not from make
        
        Change-Id: I5c871f05b3c986ead17ff926430e82da1808a52c

2017-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [813e180521cd17175910af30599509b358166855]

        tdf#112741 sw split sections inside table cells: fix table re-layout
        
        The bugdoc has a section large enough that it is split across 4 pages.
        The section is inside a nested table. First we lay this out properly,
        but when later laying out the footer we need to redo the body frame
        layout, which first undoes the split of the table/nested table/section.
        
        This fails, the master second and its 3 follows are expected to be moved
        back to the first page (and merged together), but
        SwSectionFrame::MakeAll() did this only for the first follow, which was
        moved to the first page, not for the other 2 follows which were on other
        pages.
        
        Fix the problem by merging not only follows which are also next to the
        section frame, but also the ones which are follows (but not nexts).
        
        Change-Id: I7a69aa58336a50d4f37808ccb105b443c2f6993c

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [f00d5385440e065ef4cfc50fb281cfcee46385f8]

        Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)
        
        Change-Id: I6ef1c55ce0fb8fa350559612780a1091d8627d3e
        Reviewed-on: https://gerrit.libreoffice.org/42915
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [419d664fb7916cd529f83421e7e98e82e4a7185f]

        Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsing
        
        ...which is there for MSVC compatibility, but can cause getBody() to return null
        even when doesThisDeclarationHaveABody() is true.
        
        And in staticmethods.cxx we need to check doesThisDeclarationHaveABody() instead
        of hasBody():  For some class template member functions that are only defined
        outside their class definition, as is the case for
        OSequenceIterator::hasMoreElements in include/comphelper/sequence.hxx, hasBody()
        may be true for the original member function declaration inside the class (as
        there is some later definition that does have a body), but
        isLateTemplateParsed() is not (it is only true for the later definition).  So
        just skip any such declarations that are not definitions (which is sane anyway,
        as otherwise such functions could pointlessly be inspected multiple times).
        
        Change-Id: I724f652a8f060a931f8b5fc3e4feb5f307a922bf
        Reviewed-on: https://gerrit.libreoffice.org/42914
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [830db20afba8895f68a0b4198657b08735635e28]

        Fix syntax errors
        
        ...that are apparently accepted by MSVC, but not by clang-cl
        
        Change-Id: I2a11bdc709b9711d9d93d24dcb5957121fcf9efb

2017-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [0439ccc3c3cac6d8c1d6fe5943998bf4ba82b6df]

        sw: inline trivial IS_INVAFLY macro
        
        Change-Id: Ie7e9c0ed522eff7a8b1de2595468b7999d70a1b9

2017-09-29  Tor Lillqvist  <tml@collabora.com>  [7a761c0ae392ed122cee689adc5a006996539dc0]

        Try to work around GCC 4.8.1 problem
        
        Move the definition of the static thread_local members of
        ScInterpreter to the source file where its constructor is. Also, the
        only users of those members are in that file, so it is logically a
        better place anyway.
        
        Change-Id: I651b15abc83cc49edebbe8e3f982c3b3e6cc8799

2017-09-29  Maxim Monastirsky  <momonasmon@gmail.com>  [0582d54d89bc6b3f36eaac0768a97e82303a97ca]

        WB_MOVEABLE should not trigger tearoff mode
        
        As any .ui based docking window gets it unconditionally,
        see extractDeferredBits function in builder.cxx.
        
        Change-Id: I339a72989ad09d8ea7106f5690fc950ee7ba35da

2017-09-29  Maxim Monastirsky  <momonasmon@gmail.com>  [8789bee5d2ab24fb68c66f2a493937a27b034af8]

        Improve the comment
        
        Change-Id: I131c3e584f4c30b075431a400f9ba6fd6dfa2f9a

2017-09-29  Maxim Monastirsky  <momonasmon@gmail.com>  [1450a8cb113f81a19b2b07a4ec7f2d436dabb9dc]

        Make sure GetText() is called at the right stage
        
        And document why (similar to DockingWindow::SetFloatingMode).
        
        Change-Id: Iefd7d756dfcdfc385344161862d7cc1e492e3711

2017-09-29  Maxim Monastirsky  <momonasmon@gmail.com>  [b61e1c7351d2003fd7cf2f5aaad4b936c2a9bb6b]

        Remove empty menu labels
        
        Change-Id: Iea775fd3915c818c47cda88796f4eaa7c5254700

2017-09-29  Caolán McNamara  <caolanm@redhat.com>  [fc67b4476c9cdaa01c6ea008be592ff08731d1b1]

        fix oss-fuzz build
        
        Change-Id: I68f85c652d70eb57227137b03356975556af8e24

2017-09-29  jan Iversen  <jani@libreoffice.org>  [08e5cd8afe703237dbf54c0b81fab78ea27adb93]

        iOS, WIP build static library.
        
        Adjusting differences between default project, and old
        iOS project
        
        Change-Id: I2639761bbe909cbd893c7d6b932e11c1e57998df

2017-09-29  Caolán McNamara  <caolanm@redhat.com>  [596c0dd89507479446870e1efda2f9bb5941edd3]

        ofz: timeout
        
        Change-Id: I196b9289599fc6da66bcb51f68aa4e397040aed0
        Reviewed-on: https://gerrit.libreoffice.org/42909
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [4ab071b5b57859df4d7740c4f28618e6bc7abc23]

        More clang::*Type vs. llvm::*Type ambiguities
        
        Change-Id: I52373c32818234e376d855684635f9bf1012ed5e

2017-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3c2cce616c3a072ed7f7f8133b88db165ccbc5c]

        Revert "writerfilter: convert loops to range-based-for"
        
        This reverts commit 25cd067a82742210793e39708cc1de9ff84692a7, as it
        broke CppunitTest_sw_ooxmlexport4. The comment above the change suggests
        that perhaps the usage of indexes was intentional to avoid the usage of
        invalidated iterators.

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ac17afea63e52386c7fd822d2a7082c0619654f]

        only print the top 20 warnings
        
        Change-Id: I85309b7d805e59da49adae74b7df21bd048deb03

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [a599eeab786ecbe1b5b6509e3c792e5c1ba31248]

        check for unnecessary DLLPUBLIC annotations
        
        on classes which are fully defined in a header file
        
        Rename the dllprivate plugin to dllmacro and add the functionality
        there.
        
        Change-Id: I4581d551c46a8f61213d95973f323359d08278d8

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [26c82bd286e2331188db853d41f7a575d906b62c]

        loplugin:unusedfields improve finding callee
        
        which makes absolutely no difference to the results, but anyhow, would
        be a shame to waste the work
        
        Change-Id: I4576528f30986a5ce522c76fdf21873f0ce23f0a

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [2149bbfd2798cb5ed065ea25387616261a840634]

        rename SvxTabStop::IsEqual to operator==
        
        Change-Id: I98f8db6e80d6a5dc30826ec755deb9432f809e92
        Reviewed-on: https://gerrit.libreoffice.org/42907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a8864aeb710e4d17852dc9c0e02b03804a8bf3c]

        convert IsEqual/etc methods on ESelection to operators
        
        Change-Id: Ia8424e701b6f22d0536ee7f3bdb0ecaaed94a3b9
        Reviewed-on: https://gerrit.libreoffice.org/42904
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce301dadcbbf8d0f0a71c7eaebca9bfad2e08801]

        convert GfxLink::IsEqual to operator==
        
        exactly one use site
        
        Change-Id: Id0a75d46c459be213e81b47aa6c1194c87aec848
        Reviewed-on: https://gerrit.libreoffice.org/42891
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ffba0e356608fb6dbf568248e2a953b4d7fb5d6]

        loplugin:flatten check for throw in then clause
        
        also make the plugin ignore the case where we have var decl's in the
        clause we want to flatten, which could lead to problematic extension of
        variable lifetime
        
        Change-Id: I3061f7104e8c6a460bf74f5eac325a516ec50c59
        Reviewed-on: https://gerrit.libreoffice.org/42889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-29  Stephan Bergmann  <sbergman@redhat.com>  [ce9a41dc387966c74c1af92783a97565b5af3668]

        Adapt loplugin:reservedid to Windows
        
        Change-Id: I41ccccd7ad77bc4ecf2ff7fcd9496af656ad952e

2017-09-28  Serge Krot  <Serge.Krot@cib.de>  [25cd067a82742210793e39708cc1de9ff84692a7]

        writerfilter: convert loops to range-based-for
        
        Change-Id: I424fd1bf8eef7112a8cff54ab46a07bb41596ca5
        Reviewed-on: https://gerrit.libreoffice.org/42901
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5501c18e6bcd09f683c0887e97be246ebf90df37]

        Fix typo
        
        Change-Id: I81e3c3dcc850e0dc0774228e609da3f94f14f422
        Reviewed-on: https://gerrit.libreoffice.org/42917
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-28  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [3b1db9b7a9afe147ed7f841c875bc3b91b03ace9]

        tdf#112012 EMF+ dashed lines: correct dash length
        
        Since the first guess of the right transformation seemed to be wrong,
        here is the next try. The pure float value is multiplied with the pen width.
        This is way more intuitive for me and renders the EMF files from the
        bugtracker exactly like in MSO.
        
        See 588c5b0cff9bbdb2efbdfb259268154b0074e7e6 for the previous patch.
        
        Change-Id: I74e82a0f9800d950e0d989184765a53e520b48e6
        Reviewed-on: https://gerrit.libreoffice.org/42810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-28  Caolán McNamara  <caolanm@redhat.com>  [69c88654881a4aa0db05df9fb94e3d9e7dfbfa30]

        Resolves: tdf#42873 videos in presenter console misplaced
        
        Change-Id: Ib7559246f6f3173acea72268db0489b79df38ae3
        Reviewed-on: https://gerrit.libreoffice.org/42892
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-28  Caolán McNamara  <caolanm@redhat.com>  [6ddd8fcf5c92936de2a3f9d824b06a9f7dc5a86a]

        Resolves: tdf#112680 start color picker with currently selected color
        
        Change-Id: I939a0b88646b4654337505e985cceff883f09343
        Reviewed-on: https://gerrit.libreoffice.org/42899
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [9e0be8a76e13ed3d71e792c1a30e5628b7e1056e]

        Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" button
        
        ...that has been disabled and hidden ever since
        4c90ed782a09e2e4b8738b82028032c42d1a203d "Actually hide these two radio buttons
        (since there is no choice now)."
        
        This removes the sole user of SvScriptStream.  (Unfortunately, removing the no
        longer needed
        
          #include <osl/process.h>
        
        from include/tools/stream.hxx triggered an avalanche of missing includes
        elsewhere.)
        
        Change-Id: I7b0e683b14c0eaf7f4737f62adc9d691826380c0
        Reviewed-on: https://gerrit.libreoffice.org/42916
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [49564323e25d742ef11a9c93f5d7324459fdb95d]

        Fix SalUserEventList usage on Android
        
        Change-Id: I598446c6f14e9df798bf37cb64c8b7bcbb04dd91

2017-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1047b426ed7ab0ee7a1b3ecf01adab18eb040de2]

        updater: make sure the target dir exists while writing update info
        
        Change-Id: I6cafdb28468d0023a0a1ea8cc2c051e9b84a1c6c

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [812ee8c53f9add746f67e4785831ad0d42937942]

        Look through derived-to-base ImpliciCast
        
        ...as happens on Windows when looking at
        
          maControlToPropertyMap.clear();
        
        in PrintDialog::dispose (vcl/source/window/printdlg.cxx), where std::map's clear
        happens to be declared at some base class std::_Tree.
        
        Change-Id: I41810514bca59af8b4f2812d9412ce6a8d43576c

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [8457b50ffd6e41b4925aef17bed2b5a2f3bf56bd]

        loplugin:simplifybool (clang-cl)
        
        Change-Id: I230c37482cfce85534f860ecf3426254be8981ab

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [f702d752a785896bcaeadf767e8f2a7b296ba054]

        Missing includes (--disable-pch)
        
        Change-Id: Iaa87663255f815e4f837df25d5338439d79c70dd

2017-09-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [e310c00709ed4fe0788aeff5142e3581d8b4d319]

        Unify SalUserEvent handling
        
        Merges the various SalUserEvent structs and their handling into
        a single class. This includes a common SalFrame* hash map, as all
        backends use such a map to verify alive SalFrames.
        
        It also reverts the "FIXME: lousy workaround" for i#90083, which
        was part of commit d6f7c94e5c27ba02ff5c3229760c9808cc9b5bea.
        
        At least on my current OSX box application based window switching
        "just works" "out of the box", even without the code.
        
        Change-Id: I188b567e44fd79c162b2d9cabbd771d1f66c7dc4
        Reviewed-on: https://gerrit.libreoffice.org/42845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-28  jan Iversen  <jani@libreoffice.org>  [dea1b649765262b2e8beac88b0977d5dead98953]

        iOS, WIP build static library loKit
        
        WIP on the road to prelink all LO libraries into a single
        static library for each arm64, arm64-debug, simulator
        
        Change-Id: I5e7aaefa46c9d234252ba3b6848f173647215795

2017-09-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7757a30a6bad8389eae2eec63f2066793e7ef3cf]

        Python 2.6 compatibility for pack_images.py
        
        Change-Id: I61b315bc644763749acf82d2dd7e4a3140d8f8b1
        Reviewed-on: https://gerrit.libreoffice.org/42911
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [4a15820fec68afdbe33de78e33dc1ed62b0e36f3]

        tdf#112288 set timestamp for otherEventWithType
        
        In otherEventWithType we have to set the timestamp manually to the
        current uptime, and can't default to 0.
        
        Change-Id: I3e96dff38ea81b0e6744fa175fc3a169e160b982

2017-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d239ac8e4b6f01d350c89f067659e0d86f9a8f0e]

        fix the command line argument limit problem for incremental build generation
        
        Change-Id: I934c8196e260573cd0bc4f74066ea6082ab3c6c3

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [870617882366232aa4ff9aa2faaae1cad2bbc3f8]

        Warn about missing text converter
        
        (probably because the encoding is RTL_TEXTENCODING_DONTKNOW; that may
        still happen in various places, so can't use anything stronger than
        SAL_WARN here)
        
        Change-Id: I75993c9ad629104055c171389ed7708649747d9b

2017-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b88f3545c9525146327470ea767041d6de4c7ca]

        RTF export: various minor cleanups
        
        Change-Id: I6bdbe246bf65dcfa193289210f7c464769d5e2ad
        Reviewed-on: https://gerrit.libreoffice.org/42887
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-28  jan Iversen  <jani@libreoffice.org>  [a7e4417c630cc672e3d5e3c0638a6a468d38ad95]

        iOS, xcodebuild corrections.
        
        Changed target of builds.
        
        Change-Id: Ieb1da70f0ec2e636e571c3ad69243b26bb726487

2017-09-28  Tor Lillqvist  <tml@collabora.com>  [d2cf510af2ab8a03e343b03773f0cfcc1c71cd22]

        The OpenCL XIRR test fails randomly on some machines so bin it
        
        We don't even use OpenCL for XIRR normally anyway.
        
        Change-Id: I4bd76e9c5a0ad2222bef47d801f956fda1da568c

2017-09-28  Julien Nabet  <serval2412@yahoo.fr>  [19910c461230f70bb9e98ad44db3525f0d755724]

        tdf#112658: fix leak when calling TextEngine::SetAttrib
        
        TextCharAttribList::RemoveAttrib lets a dangling pointer
        when release unique_ptr obj maAttribs[n]
        So retrieve a unique_ptr from the different layers until
        SentenceEditWindow_Impl::ChangeMarkedWord (SpellDialog.cxx).
        
        Change-Id: I734909dce86ec28d69c09b2a8c0fc4a6941f422a
        Reviewed-on: https://gerrit.libreoffice.org/42881
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-28  Julien Nabet  <serval2412@yahoo.fr>  [4fca2ef76a6dfe6c74ada71ab4806dc4ad568b82]

        Use sal_Int32 to stick with other SetAttrib methods
        
        + use size_t GetUndoActionCount like other existing ones
        
        Change-Id: Ibfae20e7fd75df980f395e055063f0bdba1047f7
        Reviewed-on: https://gerrit.libreoffice.org/42873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-28  Caolán McNamara  <caolanm@redhat.com>  [6266e83d306ed6e739491b3def2dc453556b14ed]

        Related: tdf#109385 make automatically after: <spinbutton> width narrower
        
        Change-Id: I51d4c0606a5c6317c3f87fd71c61a0dbcdbc3b09
        Reviewed-on: https://gerrit.libreoffice.org/42903
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-28  Caolán McNamara  <caolanm@redhat.com>  [e302ade40e202d285e2208fb6190850e126b4eae]

        Related: tdf#109385 make default panel width wider
        
        Change-Id: Ia1c5fc96ccb8b91a3091ef925526a277f25662c6
        Reviewed-on: https://gerrit.libreoffice.org/42900
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-28  Eike Rathke  <erack@redhat.com>  [0f6b9eca2007629e61d3ab9cdf2a616a33cbdefe]

        i18n-perf: cache map of breakiterators, tdf#108703
        
        See source code comment.
        
        Change-Id: I75015f3492a24f5f69a163dca165dcf57d6f0e28
        Reviewed-on: https://gerrit.libreoffice.org/42866
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-28  jan Iversen  <jani@libreoffice.org>  [e67f6acc303dc09c6f35ea6374a721266dedaabd]

        iOS, WIP setup to build static lib and app.
        
        Cleaned up custom targets.
        
        Change-Id: I11ef1cb6d129722ac206b298c6ad15c00da5c433

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [dbb5a5a2f429b7d05a6e69ab17b0a3022a97ac64]

        Replace fancy Unicode in exception message
        
        ...with something more prosaic and ASCII
        
        Change-Id: I4a927cec15abb7c00f39a6a298a13f192f34c631

2017-09-28  jan Iversen  <jani@libreoffice.org>  [4b2d0e511d4013847fb23e4346cda420a4ce6908]

        iOS, cleaned add resources
        
        Simpler setup makefile, that will generate the 2 xcconfig files
        as well as create the resources directory.
        
        The generated directory is on purpose created in the core/ios, because
        the output of the different builds are needed for the app build.
        
        Change-Id: I402604ebf947f962552b069bf24ff3794b2ade9d

2017-09-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b195f901ece8b4a879958d90c612d966a87923df]

        Fix typos
        
        Change-Id: I22b1c5575dcd38b9cfac2068ba3960026e44ad1e
        Reviewed-on: https://gerrit.libreoffice.org/42888
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-28  Gabor Kelemen  <kelemeng@ubuntu.com>  [0b20137badc4b359a338f2ef235f17d2ccbcbf11]

        tdf#112555 Mark default area pattern names for translation
        
        These need to be kept in sync with the contents of
        extras/source/palettes/standard.sop:Contents.xml
        
        Change-Id: I424919cacafd19dc456b4975b13f1c7333d14fa4
        Reviewed-on: https://gerrit.libreoffice.org/42671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-28  Jens Carl  <j.carl43@gmx.de>  [6a313ab973378e82715cfda7431a8abbe474fd06]

        tdf#106894: Rewrite packimages.pl in Python (pack_images.py)
        
        Change-Id: I2e9054775941b38392ba3ee38575891b5339249e
        Reviewed-on: https://gerrit.libreoffice.org/42790
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-28  Mike Kaganski  <mike.kaganski@collabora.com>  [e80aef4e032f08ef0c4cfbb028bf83b81002f112]

        shell: use Unicode on Windows
        
        Change-Id: I9f7962db320f8832879ba327108425a7592b4b77
        Reviewed-on: https://gerrit.libreoffice.org/42885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [09917566b6ce86ea65a246f2055b5d1f41df4e76]

        simplify Bitmap operator==/IsEqual (stage2)
        
        Now that we've sorted out which bits are rightfully internal (see commit
        7a4064cf87d23bffac987b3e39bf87d9b4d158fc), and which bits need a
        comparison operator, rename IsEqual to operator==.
        
        Change-Id: Iec229a7571d76ee18fbc0a4fe672cc2e50a44948
        Reviewed-on: https://gerrit.libreoffice.org/42851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [851c9f8f4be79be43837b6295decf90c8b27cc71]

        Blind fix for Clang 3.8 "must explicitly initialize the const member" error
        
        ...as seen at <https://ci.libreoffice.org/job/lo_ubsan/681/console>
        
        Change-Id: I428b6e2fe55023fde5b77f7ff0bd1dba16bae2ed

2017-09-28  Stephan Bergmann  <sbergman@redhat.com>  [c9f3277ea7bb22c395e8938168ce4df9101f7850]

        loplugin:stringconstant: Simplify construction of non-ASCII OUString
        
        Change-Id: If80c53978106789824e6154db396baeecc1969dd
        Reviewed-on: https://gerrit.libreoffice.org/42876
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-28  Mike Kaganski  <mike.kaganski@collabora.com>  [0fa21336428b286d69684cfbb7b845f123657041]

        setup_native: use more Unicode in MSI custom actions
        
        Change-Id: Id47ea566c9cf508116216625fe00013e8326b165
        Reviewed-on: https://gerrit.libreoffice.org/42839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-27  Tor Lillqvist  <tml@collabora.com>  [8d2a287da3abb0576512406227d0a3acd602123e]

        Avoid warning: 'inflateValidate' is only available on macOS 10.13 or newer
        
        Change-Id: I0f828239ed5aff164ba1f4e486017db0e6c93a4a

2017-09-27  Caolán McNamara  <caolanm@redhat.com>  [bf565ecf45bcdd3e098576731a2f815d6de2792f]

        ofz#3504 Null-dereference READ
        
        Change-Id: I2e2ad8e9fbbcdb8bc3d60da8b5ddde71b935805e
        Reviewed-on: https://gerrit.libreoffice.org/42875
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-27  Caolán McNamara  <caolanm@redhat.com>  [5a0f4d00d2e74785f2bffafc5daf85a3839d3961]

        ofz#3499 oom in tiff reader
        
        Change-Id: I2b9e98ed3a6749e2ee83a566ec857c1080e452f3
        Reviewed-on: https://gerrit.libreoffice.org/42861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-27  Tor Lillqvist  <tml@collabora.com>  [05b3614cac57abc414955f8b1047cf5ca168580e]

        If we are going to avoid repeated calls to pDocument->GetRecursionHelper(),
        
        do it from the start of the function then.
        
        Change-Id: I4699fbd9c70f6ec0110d202062631e8861095aa0

2017-09-27  Eike Rathke  <erack@redhat.com>  [86910087fa41956aad6a22943bfbeb158e205dcd]

        Resolves: tdf#112523 do not use anything Ascii in UI context
        
        Change-Id: I0854f7b1e6e0bf51d8b4c7d846fad9b0ff25e763

2017-09-27  Caolán McNamara  <caolanm@redhat.com>  [0d45001d0112df2820c18fed648e648c94d2e5a3]

        dynamic_cast followed by static_cast
        
        Change-Id: I9c208cfedd87f04489c6bab4399c438e6aee1cbe
        Reviewed-on: https://gerrit.libreoffice.org/42862
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [7e76b983301b02dd7020636905b764b981b1fff0]

        Silence --disable-assert-always-abort warnings
        
        Change-Id: I34fbba0253d307021a5b090143eb357809c144ec

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [14e2a82002042a3fe4d8866b635ee84a436a7a7c]

        loplugin:constparams
        
        Change-Id: I14673c52584214bef157f2db2e1fdd57c4667d4a

2017-09-27  Takeshi Abe  <tabe@fixedpoint.jp>  [0745016139072bfb8dceec840736f64f927deefd]

        svx: Simplify SvxRuler_Impl's ctor&dtor with std::unique_ptr
        
        Change-Id: I1d663adebaf9c95e12543ab8c2f22e8094632b99
        Reviewed-on: https://gerrit.libreoffice.org/42850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1880373663888bfefcb9beb48f71ac14a9da2f34]

        update credits
        
        Change-Id: I1f87134063f3a503069cc08bec362a988b8a72ce

2017-09-27  Tor Lillqvist  <tml@collabora.com>  [ff51bd725da01b9ad4fef268b08b6a5b22516d81]

        Make pGlobalStack and bGlobalStackInUse thread_local
        
        Change-Id: Ie196510f68d7bd0a129b92886dbff8af35c81fe8
        Reviewed-on: https://gerrit.libreoffice.org/41659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-27  Michael Stahl  <mstahl@redhat.com>  [421a23bb36bbf51edfabc58b7d2cd28ad37719d0]

        tdf#112679 sw: fix copying of fieldmarks
        
        Aha, now we know that the reason for the defensive programming
        in lcl_AssureFieldMarksSet() was that there are actually 2
        different use-cases for it: usually a new mark is inserted,
        so there are no dummy characters and they must be inserted.
        
        However when copying text, the dummy characters are copied too,
        so they must not be inserted, or we get duplicate fieldmarks.
        
        This also reverts commit d4036d3a89b65a4912f62e3930eb1a31cd90a16b
        which fixed the problem only for CHECKBOX_FIELDMARK in a
        different way.
        
        (regression from bb069fe7b8b6a24f9ff4df4c7052961e17ea3a8c)
        
        Change-Id: I3c99b8c6d720951655198e682018794337859373

2017-09-27  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [7e0cb70d7fb9024f5ebf1ea988df90f0ee30baf2]

        SmartArt: correct behaviour of if/else nodes
        
        else block is taken only if none of conditions in 'choose' was satisfied
        
        Change-Id: Ie668f15c665327098e8e63b2c92cd291711e4567
        Reviewed-on: https://gerrit.libreoffice.org/41533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [155795b9c129584febd9771014078adb6fe25932]

        tdf#112288 compare event timestamp with sys uptime
        
        This is a "brown paperbag" fixup. untilDate is actually used as
        a timeout for nextEventMatchingMask, not as a maximum event age.
        So manually compare the event timestamp with the system uptime.
        
        Change-Id: I912bedc0cba45c5cc231679c1b6139fa012492ed

2017-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d3643491c9b3af082103bbd6bd18994d24cc568]

        EPUB export: improve metadata tests
        
        This was the last uncovered piece in the ODF -> librevenge converter
        part.
        
        Change-Id: Ie9482f30c873deb3ddd601e1183b66706e913f14
        Reviewed-on: https://gerrit.libreoffice.org/42848
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c2999602e2463cb11dbce1f71f0bcb304494a2f4]

        Simplify call to external helponline
        
        add indentation
        
        chnage helponline.l.org -> help.l.org for good.
        
        Change-Id: Ie52a0f0a716c56da1a9553a805e25ebcabcb1490
        Reviewed-on: https://gerrit.libreoffice.org/42764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-27  jan Iversen  <jani@libreoffice.org>  [9313fb9b5b872d7c888993ac186effcdcf9f8f57]

        iOS, remove xcconfig generation from configure.ac
        
        Moved generation of the xcconfig files out of configure.ac
        and into the regular ios make.
        
        Change-Id: If675eac9e86c4c4a0ff98f84815b0a83555d90a8

2017-09-27  Szymon Kłos  <szymon.klos@collabora.com>  [176b161ac654c50eb5c128ebdb681fcf20509b35]

        tdf#112634 Don't show broken connections in database tree
        
        Don't show connections if are broken. Done in the UI because
        internally this database is needed for export purposes.
        
        Change-Id: Ifa5d10a74874e38676b946a5e3be1e3b336e6410
        Reviewed-on: https://gerrit.libreoffice.org/42849
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [404630c6052919c1a0b5dab405084c2a39fc2f5c]

        simplify Bitmap operator==/IsEqual (stage1)
        
        It looks like operator== is actually only useful internally. So inline
        that, and rename the other call sites to use IsEqual().
        
        As a second stage, I will rename IsEqual to operator==, the intention
        being to make it obvious how the call sites are modified.
        
        Change-Id: I37f2920a8cafaffb25e8c5c16e6559546206684b
        Reviewed-on: https://gerrit.libreoffice.org/42846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7445e1014815a9eb02e2c22257bbce32dc43589]

        tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMap
        
        Change-Id: I5c7d107a05deb06749b4d04246ba183adfafb14d
        Reviewed-on: https://gerrit.libreoffice.org/42829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-27  Michael Stahl  <mstahl@redhat.com>  [34905a6e9e0c262b61e5969274b661692af44a46]

        ofz#3301 sw: DeleteAndJoin found yet another way to delete new redline
        
        Not only can that happen in CompressRedlines(), it can also happen
        in the SwComparePosition::Outside case when the DeleteRedline()
        decides in particular circumstances to split up the inserted
        new redline.
        
        Arguably it's wrong to split up the new redline in this case;
        not sure if that ever happens in a legitimate use case though.
        
        Avoid this by removing the hack to temporarily insert the new redline
        and instead create a temporary SwUnoCursor that will be corrected
        on behalf of the new redline, while the new redline is parked on a
        safe node.
        
        This not only avoids the crash on this file but also makes the
        "corrupted redline table" assertions go away.
        
        Change-Id: I478f4cfc53a19d2cf2f0937f631962f80b1815ff
        Reviewed-on: https://gerrit.libreoffice.org/42322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [31baba076f6058d675588b2715a3322455c87500]

        update unusedfields loplugin results
        
        Change-Id: I4bdf5701fe9a4dec618440db1fe69e5aad7a60bb

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [f8ae36322d524d1aa755af144852701c25ebe7a2]

        readonly mnFadeColor in SlideTransition
        
        since
            commit c714b43b0137ad253f51e1c65417c9874b8509e5
            Date:   Mon Jul 20 13:12:31 2015 +0200
            loplugin:unusedmethods oox
        
        Change-Id: Ibece5543b2012bd5a18d82058faa8554ed155777
        Reviewed-on: https://gerrit.libreoffice.org/42835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [298abfd91b19d89ce9af1610ea497dfe4d536fca]

        disable flatten loplugin
        
        <noelgrandin> sberg, new plugin flatten just went active
        <sberg> noelgrandin, with a measure to avoid extending lifetime of (problematic) local vars?
        <noelgrandin> sberg, no
        <sberg> noelgrandin, how can you make it active then?
        <noelgrandin> sberg, ok, will disable
        
        Change-Id: I595d1a50ff34417faf73b777714f9dc92e2a43d2

2017-09-27  Tor Lillqvist  <tml@collabora.com>  [e5b76044326f8dd5d59d7b9e51fbcda706836115]

        Test also SUMIFS where no row matches
        
        Change-Id: Ifd4ab6f1760a5088744cb728a3e0c970388d8283

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc1ed7fbce20f90650f96acc2846b6f232c8ab0f]

        loplugin:flatten in various
        
        Change-Id: I42dca691ffadbddad38a7e8f978b1da9d5d9a7b0
        Reviewed-on: https://gerrit.libreoffice.org/42842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b50f595b34585f2927adfd44b4eaaafb8f600972]

        Fix typos
        
        Change-Id: I9a33e4fbdeb33d907597e4e58ddb2e8cb285adaa
        Reviewed-on: https://gerrit.libreoffice.org/42830
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ef34163216d575f43dfef6fa734ee06d2fe13af]

        loplugin:unusedmethods
        
        Change-Id: I5d75baa2af046f377b49e967783fb06cd9e885ef
        Reviewed-on: https://gerrit.libreoffice.org/42841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel@peralex.com>  [7c52d86f7b05fe7e0178f6d98a12a531b88a32ff]

        rename mpFirstInstance->mpInstance
        
        Change-Id: I472df5821cb74a16d5ea00a1939b0e1bdf9072aa
        Reviewed-on: https://gerrit.libreoffice.org/42518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [ce8bbb782b806e429ffb44226162967bed244d94]

        Don't wait-yield non-main threads in the main thread
        
        This prevents blocking the main thread by a yielding non-main thread.
        The current solution is to wait on a condition, which is set by the
        main thread on wakeup.
        
        Change-Id: I8d680bb51a36ce1e0d3d4713d47d8e2ef93d7297
        Reviewed-on: https://gerrit.libreoffice.org/42808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-27  Szymon Kłos  <szymon.klos@collabora.com>  [79a425900e31bda83cde1bee150c1234931cb8bd]

        tdf#112634 Don't remove embedded database before close
        
        Change-Id: Iaa60160d40b0f7b5dceba319bc3813d124c34cc1
        Reviewed-on: https://gerrit.libreoffice.org/42762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [98a912d1f1217f4b7e83ed7162a2ece6372191f0]

        Replace sal_uLong with sal_uInt32 in SpellDialog
        
        It is now consistent with the param type of TextEngine::SetAttrib
        
        Change-Id: I3b0ef3fe01ee26cce8c3ec078f9ae93317d6ccdc
        Reviewed-on: https://gerrit.libreoffice.org/42787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1a204e71e5c9d7391469fd1dd9d79948df6eef9]

        readonly maPublicId in RecordInputSource
        
        since
            commit 3381981e76873304b171f7df900561dac681d2af
            Date:   Thu Jan 17 07:06:10 2008 +0000
            #i10000# Bring module to HEAD.
        
        Change-Id: I2ea7e1e3c284c03be369fc7cb29fa70b3d671009
        Reviewed-on: https://gerrit.libreoffice.org/42834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [290507945df40b3890396835ef99185e6ed70f31]

        readonly xBibCursor in BibDataManager
        
        since
            commit 95117e7fefa9ae82431dcdffd1e58495730f6f54
            Date:   Mon Sep 18 15:18:56 2000 +0000
            initial import
        
        Change-Id: Ia7e57f1e0e2b19c6eb5b66ada9cc062f202b453a
        Reviewed-on: https://gerrit.libreoffice.org/42833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [595309903211ed5986ba0d2ef4d3b21bdfad10d9]

        loplugin:flatten in vcl..xmlsecurity
        
        Change-Id: I730fc0b3b6b7ac1803d75b5d9e007b15395888c6
        Reviewed-on: https://gerrit.libreoffice.org/42826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [cdd211d0a3f8bf977ecca67e72afbc63d53a72ee]

        check for NaN in Fraction
        
        which can result from division by zero in earlier code, rather assert
        explicitly than suffer from weird very large sal_Int64 values (which is
        what NaN converts to, if we let it do the implicit conversion)
        
        Change-Id: Id059b84906bbc90a4fa51489ca96dc0267bb9342
        Reviewed-on: https://gerrit.libreoffice.org/42798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [467724410dc470ec259131f97abd836fe9b021a1]

        loplugin:flatten in toolkit..vbahelper
        
        Change-Id: I6d4be3e1cc29b2b91d5c39b757ff3b903c47112d
        Reviewed-on: https://gerrit.libreoffice.org/42794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [e827d227c92c338fb75f076b6d3f3a7b52b9f767]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I37e7e217d89fb51cdfe28ec37be901e20068c309

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [079eee6fdb3883029cf3bf4ca861ed2a7c06058d]

        loplugin:unnecessarycatchthrow (clang-cl)
        
        Change-Id: Ie564d16cbd23929cea0e54d38a451b4bfa4fbe84

2017-09-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [49145c2fd51d763f60d428600119bb7a0f440af2]

        Typo: Grafic -> Graphic
        
        Change-Id: Ic5d8ff346dfe66efb9a99e2d23c9cff514e5352a
        Reviewed-on: https://gerrit.libreoffice.org/42818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [f79123a823f44a8b70f94e31714e6aade019feb9]

        loplugin:stringconstant: Also handle u8"..." strings
        
        (just in case)
        
        Change-Id: Id8ce7436bacba874d9bc04915e42622e3cfca67a

2017-09-27  Stephan Bergmann  <sbergman@redhat.com>  [9444671f1e4a73037a3b5c4efa2a045a1a8f9245]

        Make these tests part of the regular 'make check'
        
        ...instead of the 'make PythonTest_pytests' hack introduced with
        4e887567c5b4b06646ab1340376e240d6c5af9cb "A rudimentary framework for additional
        Python tests not run by default".
        
        PythonTest_pyuno_pytests_insertremovecells and
        PythonTest_pyuno_pytests_testcollections apparently have various dependencies
        that are not spelled out, so simply add them to subsequentcheck for now (also,
        the latter appears to take quite some time to execute).
        
        Change-Id: Ie9d3c301af28f67ab65c09eba93d9778a3c82c8a
        Reviewed-on: https://gerrit.libreoffice.org/42822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [d21212cadebad682e7e3cce2b93b7d9a6ee1e1ec]

        tdf#112646 Flush the clipboard holding SolarMutex
        
        It seems Desktop::terminate can be called with or without the
        SolarMutex. So make sure we actually hold the mutex to release it
        correctly when flushing the clipboard on termination.
        
        Change-Id: Ie42daf5dba0f4208318a8c1fe463cd3a80dd9141
        Reviewed-on: https://gerrit.libreoffice.org/42802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-09-27  Mike Kaganski  <mike.kaganski@collabora.com>  [48db718042d32bffe95ec058d636ed935d98ec4d]

        SAL: use more Unicode on Windows
        
        Change-Id: I9f54c8e8c4e617cc1ed6b436ca8c162d381ecab3
        Reviewed-on: https://gerrit.libreoffice.org/42828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-27  Mike Kaganski  <mike.kaganski@collabora.com>  [d32506e9f4ea604532bf5f4ba8a302b652aeaaa1]

        cppuhelper_detail_findSofficePath: use Unicode on Windows
        
        On Windows, UTF-8 is never current locale encoding; so using 8-bit
        strings will always fail for paths containing characters outside
        of current codepage.
        Also fix leaks caused by failing to release its result: previously
        it could return either result of getenv (that shouldn't get freed),
        or an allocated string, but never got freed; now the result is
        always allocated and properly freed.
        
        Change-Id: I8b255dea20040eec0572de2b34280749fe8f071c
        Reviewed-on: https://gerrit.libreoffice.org/42743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-27  Justin Luth  <justin_luth@sil.org>  [892c719fffa06de4c7aeab497326cad7bae9e5c6]

        Revert "tdf#108932 - prevent textbox shrink from actually growing"
        
        This reverts commit b55d86610128d0b6f8d0fea7c9a3e9d5acd4c878 which
        was a trial attemp to fix a regression from tdf#91260.
        
        Not reverting my jenkins comment that "Actually, I think that
        the regression commit ought to be fully reverted. It "fixes" such
        a strange situation and seems to have a lot of unintended
        repercussions. Just look at tdf#91260 and see all of the
        additional patches."
        
        Change-Id: I6852f6d494f48f68eefc39019c44f2cbd96ec5a5
        Reviewed-on: https://gerrit.libreoffice.org/42827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-26  Paul Trojahn  <paul.trojahn@gmail.com>  [465092047d5fa6ec6dd369372e712d76554570ff]

        PPTX Fix export of rotated group shapes
        
        The rotation is already applied to the child shapes and must not be
        added to the group.
        
        Change-Id: Ic564cbcf31a81a248878f0179fdd21144f076b61
        Reviewed-on: https://gerrit.libreoffice.org/42765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-26  Michael Stahl  <mstahl@redhat.com>  [19f41fce02b83e9a076b5f97c22b5a8926fb6144]

        sw: fix ~SwIndexReg assert in DelFullPara() importing tdf108272-1.docx
        
        The code in DelFullPara() returns early if it can't move the rPam
        out of the to-be-deleted paragraph, but it only checks that the point
        of the rPam is outside; it then rather pointlessly assigns the 0
        index in the node where the mark is, which leaves the mark on the
        to-be-deleted paragraph.
        
        In this modern day and age, after much technological progress,
        DeleteMark() actually does unregister its SwIndex, so just do that.
        
        Change-Id: Ia1643cf0b976857809ee4130efdec37ce831fdef

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [6565de2c88aeeb2a8130fa65ae55b15cc7b8b2ca]

        fail earlier on bad offsets
        
        Change-Id: Ifea7653435743bb652afa68d734ed553b04606d7
        Reviewed-on: https://gerrit.libreoffice.org/42804
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [8db706e3239cda41f8a5e956a48eed47d6bd200e]

        ofz#3154 check bounds of special sprm
        
        Change-Id: I82566e2f2ad479c392f06ae7149e3781c0338e50
        Reviewed-on: https://gerrit.libreoffice.org/41630
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [cd556977822c10f473600c4f617a3696c2f1f9f1]

        ofz#3457 Unknown Read
        
        similar to
        
        commit 35bac83ed2b5d48233c653cc7dc4eab5c234f7ac
        Date:   Mon Aug 7 19:24:37 2017 +0100
        
            ofz#2877: crash in SVTB16Short
        
        Change-Id: Idc2ca89647a5e17484effaca49afce349b98f0a3
        Reviewed-on: https://gerrit.libreoffice.org/42622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [dc3779adf1af5459653bde91e1e6447598cba538]

        ofz#3186: wrong starting offset for JOHAB 0x6D block
        
        Change-Id: I4de6d9d781b2f2313d8fd338b34dcb31434efe91
        Reviewed-on: https://gerrit.libreoffice.org/41638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [34a7a7ff426dac55d62fc357cebbc0b22cd65c06]

        ofz#3121 check bounds better
        
        Change-Id: Ib1eacda7e4cdf1d0238532f4e38059a9c30556ac
        Reviewed-on: https://gerrit.libreoffice.org/41626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [2cd576c3bbcbabda4b6fa1758ae35cdcfb4bb1c8]

        ofz timeouts in pptfuzzer
        
        Change-Id: Id682c1078359db2e2883b71977efedc79235017c
        Reviewed-on: https://gerrit.libreoffice.org/42805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [04f269f4e9fa38c52a85406e6bf6deadce3ffbfa]

        ofz#3110 GeneratePLCF only generated word6 sized missing entries
        
        BTE was 2 bytes in word 7- but 4 bytes in word 8+
        
        Change-Id: I24007d26fccc5edc104320bd2eb8f9c62399c988
        Reviewed-on: https://gerrit.libreoffice.org/41623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [2e36b1e03bee33ceded5e80d045efba5cd1c5063]

        ofz various timeouts in ww8fuzzer
        
        Change-Id: Id633b031d2856dab49bbedc6faf45670a3762c51
        Reviewed-on: https://gerrit.libreoffice.org/42801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [09f0194a9e0367ae1e06cf5608376bd99953ddf0]

        ofz#2980 timeout
        
        Change-Id: Id54a6ef74059885728c1dffec10d67c9f56ba684
        Reviewed-on: https://gerrit.libreoffice.org/42797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Justin Luth  <justin_luth@sil.org>  [b642999beb5c404cb0ea3df3741506e512c19f55]

        tdf#112446 ooxmlimport: Orient=NONE when distance is given
        
        Prior to commit 9920a0bf9d783978cd6f7b97f7528d8aa2571143
        the style could only contain the default of NONE. So when
        a position was specified, it was always paired with
        HoriOrient == NONE. So it never caused problems until
        that commit when the Frame's style orientation started
        overriding the unset paragraph default.
        
        When a position is specified, that needs to be paired with an
        orientation of NONE in order to take effect.
        
        Change-Id: Iab0057810270ba708a8855c2ec6db291cef17cfb
        Reviewed-on: https://gerrit.libreoffice.org/42499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2f066d6aabbc2a3f78416e4fd66e252b7379fb72]

        Fix typos
        
        Change-Id: I9aaefa47399f35d563c1a4df364512dd29db41ce
        Reviewed-on: https://gerrit.libreoffice.org/42817
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [3b27fa90814aecffe35e6b2214894c783c5d10a1]

        Better way to detect Apple Xcode 9 Clang
        
        ...without also accidentally affecting any upstream Clang 9.0
        
        Change-Id: Ie52413e2e53a2ce01f55b97677fe9878d498b076
        Reviewed-on: https://gerrit.libreoffice.org/42809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [043bf2295a073ccc41459ef8cd1e134ba15d3718]

        Don't use RTL_TEXTENCODING_DONTKNOW in OUStringToOString
        
        CppunitTest_sc_subsequent_export_test would run into that as below, so better
        find a more suitable encoding here (similar to what RTFDocumentImpl::getEncoding
        in writerfilter/source/rtftok/rtfdocumentimpl.cxx does to "Guess based on
        locale").
        
        > rtl::OUStringToOString(rtl::OUString const&, unsigned short, unsigned int) at include/rtl/ustring.hxx:3662
        > XclExpHyperlink::XclExpHyperlink(XclExpRoot const&, SvxURLField const&, ScAddress const&) at sc/source/filter/excel/xecontent.cxx:370
        > XclExpHyperlinkHelper::ProcessUrlField(SvxURLField const&) at sc/source/filter/excel/xehelper.cxx:307
        > (anonymous namespace)::lclCreateFormattedString(XclExpRoot const&, EditEngine&, XclExpHyperlinkHelper*, unsigned short, unsigned short) at sc/source/filter/excel/xehelper.cxx:471
        > XclExpStringHelper::CreateCellString(XclExpRoot const&, EditTextObject const&, ScPatternAttr const*, XclExpHyperlinkHelper&, unsigned short, unsigned short) at sc/source/filter/excel/xehelper.cxx:583
        > XclExpLabelCell::XclExpLabelCell(XclExpRoot const&, XclAddress const&, ScPatternAttr const*, unsigned int, EditTextObject const*, XclExpHyperlinkHelper&) at sc/source/filter/excel/xetable.cxx:708
        > XclExpCellTable::XclExpCellTable(XclExpRoot const&) at sc/source/filter/excel/xetable.cxx:2569
        > ExcTable::FillAsTableXml() at sc/source/filter/excel/excdoc.cxx:589
        > ExcDocument::ReadDoc() at sc/source/filter/excel/excdoc.cxx:771
        > XclExpXmlStream::exportDocument() at sc/source/filter/excel/xestream.cxx:1113
        > oox::core::FilterBase::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at oox/source/core/filterbase.cxx:495
        > oox::xls::ExcelFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sc/source/filter/oox/excelfilter.cxx:169
        > SfxObjectShell::ExportTo(SfxMedium&) at sfx2/source/doc/objstor.cxx:2380
        > SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) at sfx2/source/doc/objstor.cxx:1500
        > SfxObjectShell::DoSaveAs(SfxMedium&) at sfx2/source/doc/objstor.cxx:1889
        > ScBootstrapFixture::saveAndReload(ScDocShell*, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags) at sc/qa/unit/helper/qahelper.cxx:669
        > ScBootstrapFixture::saveAndReload(ScDocShell*, int) at sc/qa/unit/helper/qahelper.cxx:691
        > ScExportTest::testTdf111876() at sc/qa/unit/subsequent_export-test.cxx:438
        [...]
        
        Change-Id: Ia8a07336bc6fc39573676c227a551fbfe50a519e
        Reviewed-on: https://gerrit.libreoffice.org/42789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-26  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5e54cd8702e15fe3869375893fa423def12b1edb]

        Special character dialog small fixes
        
        Use stock button for OK and identation fixes.
        Followup changes to:
        4020945651b4f3c636980e2103db440b5c55459c
        
        Change-Id: I3fe2f2f9a4528d38086db453d7ea71f7ac8b7a9a
        Reviewed-on: https://gerrit.libreoffice.org/42800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d81e6184f691cf49abdbf3b3714c507dcca3a50c]

        EPUB export: test link handling
        
        Fails without commit 9480ff6a2b6057410940ff5c40828d5746898a0e (EPUB
        export: implement link support, 2017-08-17).
        
        Change-Id: Icee6ac04ff77d0e9ff66ca1f925d6973b4b342a2
        Reviewed-on: https://gerrit.libreoffice.org/42786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-26  jan Iversen  <jani@libreoffice.org>  [c0c311a12b2a196e23f7fcfbaa2134754e2f74bd]

        iOS, wrong app path.
        
        changed tar backup path
        
        Change-Id: I4a1701d856bcdf6f20d3d869f1ba84a18c67b278

2017-09-26  jan Iversen  <jani@libreoffice.org>  [11f001f1a05684c87615e74a1edab300409bf6c6]

        iOS, build instructions.
        
        Added README with instruction on how to build for
        the different platforms, updated iOS files corresponding
        
        Change-Id: I8a85f808841d682bc09f1e3b039192e342ecc484

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [4bf3b4ee48c4e3556e257aa77940f68c13b05b54]

        Call pyuno.private_initTestEnvironment() only once
        
        ...instead of once for each class derived from CollectionsTestBase (as listed in
        pyuno/PythonTest_pyuno_pytests_testcollections.mk), causing the
        
          assert(!pSVData->maDeInitHook.IsSet());
        
        in Application::setDeInitHook (vcl/source/app/svapp.cxx) to fire.
        
        This is probably far from being idiomatic Python code...
        
        Change-Id: I8cd1470c085b16b7b82468a308cfd1dead2db034

2017-09-26  Michael Stahl  <mstahl@redhat.com>  [d1fbc5e6231b0aa9d3eeda6fe835f2100efa40d7]

        sw: convert that to assert, and remove a duplicate OSL_ENSURE
        
        Change-Id: Id454ed0efbb90cfe3ece0bdedf51f385962ee357

2017-09-26  Michael Stahl  <mstahl@redhat.com>  [eed046433a847d3005e52c38963fb883322a39e6]

        tdf#112574 sw: assert if a frame style contains a RES_ANCHOR
        
        ... in SwFrameFormat::Modify().
        
        Change-Id: I3b7ea1493277d8d705bdf77c50fdff49872bac05

2017-09-26  Michael Stahl  <mstahl@redhat.com>  [17fe1e19e01f8b23bcd23cc7c1789e8f7064d06e]

        tdf#112574 sw: don't insert RES_ANCHOR into style item sets
        
        Styles don't have anchors, only frames have anchors.
        
        When using "New Style from Selection", clear the RES_ANCHOR from
        the style item set.
        
        Also, don't insert it in SwFramePage::DeactivatePage().
        
        This was always broken and reportedly crashes since commit
        e07feb9457f2ffb373ae69b73dda290140e4005f
        
        Change-Id: I9320dbbcae980dfa0b00459b8cd808553d1a04f4

2017-09-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1512084e6d875a22ee140780075c1a8dd56c9401]

        Fix typos
        
        Change-Id: Id8f863963cb2f34d81f2ad82353caaa2d03d59be
        Reviewed-on: https://gerrit.libreoffice.org/42807
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [c10b3f85a3e600aefe88565356f98c9e78abd1ce]

        AddressSanitizer: undefined-behavior
        
        Change-Id: I55a92512ad9e1508c49ee3149394196f5be5f162
        Reviewed-on: https://gerrit.libreoffice.org/42784
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [865f8a9055c55ee30a404ddc1e30f67ce482f05b]

        Cleanup unused strings in cui
        
        Change-Id: I7ab055f301785a73d189e58465056ac4b2e8b494
        Reviewed-on: https://gerrit.libreoffice.org/42783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-26  Tor Lillqvist  <tml@collabora.com>  [8e7897588d7185ef1964e8120669c1de3d1ce734]

        Rename the basegfx::tools namespace to basegfx::utils
        
        Reduce potential confusion with the global tools namespace. Will
        hopefully make it possible to remove the annoying initial :: when
        referring to the global tools namespace. Unless we have even more
        tools subnamespaces somewhere.
        
        Thorsten said it was OK.
        
        Change-Id: Id088dfe8f4244cb79df9aa988995b31a1758c996
        Reviewed-on: https://gerrit.libreoffice.org/42644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-09-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b4135ec9945ea627318ecf5fccc4b7d0940ff0d]

        loplugin:flatten in sw
        
        Change-Id: I77d92e7adc9af5c88ca1930c25a0585713f9e0d3
        Reviewed-on: https://gerrit.libreoffice.org/42788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [96e3c301d87906a4728f06b4ce5a930d2090e1c2]

        Unexport the other SolarMutex*Guard templates
        
        The logical follow-up on commit 6d1c8a43586503e703baebabc5330a1898f7ec43.
        
        Also complete inlined templates, so no need for explicit export, which
        actually can break the non-pch build on Windows.
        
        Change-Id: Ifebd7608673bba9f3530c01be30bab6414a66976

2017-09-26  Mike Kaganski  <mike.kaganski@collabora.com>  [d46ae90809193172dca7484adb52520a5779f502]

        Unify hyphenator loading and ensure Unicode paths on Windows
        
        Change-Id: I2f910194c541cb0b882c69d03b02749ef9b93d29
        Reviewed-on: https://gerrit.libreoffice.org/42777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-26  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ef2e9b19a52e04ae0ed45900bcf64bf375a910ef]

        tdf#112647: Fixed line spacing is saved incorrectly to PPTX
        
        The values were not converted to the right unit. Also the
        spcPts attribute means an exact value not a minimum one.
        
        Change-Id: Ia49683e66153611e96a830f821e3a2487adec505
        Reviewed-on: https://gerrit.libreoffice.org/42763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [616fc7a79f35f4db65b58d34ff6d6e806ff9a6ef]

        EPUB export: test not loosing nested list content
        
        Just focus on the content, no formatting yet.
        
        Change-Id: I109f049bafae6a20d6b617f3be6a9c4f237e782b
        Reviewed-on: https://gerrit.libreoffice.org/42785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3823697d99b28592d8923e099b6aab577d5cd339]

        TSCP: refactor paragraph metadata field check
        
        This moves the logic into SwEditShell next to
        the exiting paragraph metadata infrastructure.
        
        Change-Id: I6c12bfca3d2e1b2bc8697f03f4de1b7c3e14b95a
        Reviewed-on: https://gerrit.libreoffice.org/42742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [cfb355ec205044234840405fde4343898c2ea97b]

        TSCP: cleanup more constant strings
        
        Change-Id: I244a3fc7899b3269cfdc76172f5dd57a2b987373
        Reviewed-on: https://gerrit.libreoffice.org/42741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ebc378519cc66b2d55ae421fd362456e9b041766]

        TSCP: cleanup constant strings
        
        Change-Id: I5c307db7ef1c5980c9ae7706ae95970b5705ab58
        Reviewed-on: https://gerrit.libreoffice.org/42740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [2c5973410c034bdb8c36d118506b1d4230a83a9a]

        TSCP: paragraph signing implicitly done at cursor
        
        Change-Id: I9fc01072373dac0cade7b30c3654827bd82d78cc
        Reviewed-on: https://gerrit.libreoffice.org/42739
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [0bef045346b47f45d0fbd354dd5fcb24c7c8903d]

        TSCP: sign paragraph from classification dialog
        
        Change-Id: Iebd50de0abecb80a4de38257fa2eea10b81962b7
        Reviewed-on: https://gerrit.libreoffice.org/42738
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [86c5c812b030cea6753b298a70146375c5d58175]

        TSCP: paragraph classification dialog
        
        Change-Id: I3a5f201f9ed28452ee7392cb30aebf21955f3620
        Reviewed-on: https://gerrit.libreoffice.org/42737
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Jim Raykowski  <raykowj@gmail.com>  [0b4bf5840e15e56cf5ebcda06fe567cd8ca0034c]

        tdf#49634 Fix positioning of focus rectangle in Navigator content tree
        
        https://bugs.documentfoundation.org/show_bug.cgi?id=49634
        
        Change-Id: I3beb41142281b2cda337b457ed287a2cc1f665a6
        Reviewed-on: https://gerrit.libreoffice.org/42364
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [54675b2a44c99d0956c899661bcad9813e6303f5]

        sw: refactor updating paragraph signature
        
        Change-Id: If86e4b1664f88c9e51ab4ac2d819f8726991fa98
        Reviewed-on: https://gerrit.libreoffice.org/42736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ee5454c0504d72d387c37642df5d80ca4b60d0a9]

        sw: refactor inserting paragraph signature
        
        And move signatures to the end of the paragraphs.
        
        Change-Id: I56cb501451a52a89dc256432823d10856a6e73dd
        Reviewed-on: https://gerrit.libreoffice.org/42735
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [e7a2877782067b9381e522723bcbd119195b32ea]

        sw: move paragraph signature field to the end
        
        This is both more readable (esp. at a glance) and
        for undoing.
        
        Change-Id: I817699b4eed15e05b0578d0f08ac451633b1d0dd
        Reviewed-on: https://gerrit.libreoffice.org/42734
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [7032d7b3060d8187acc39a4faa095c48fe8d17b4]

        sw: improve undo handling of Paragraph Signature
        
        Change-Id: I46f395d5f9105d1d3dac6d2af6e9b43ae95ec78e
        Reviewed-on: https://gerrit.libreoffice.org/42733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [9679fb26558ea42e47ac9936cef329115a8fdf65]

        tdf#112288 Clarify Reschedule implementations
        
        Application::Reschedule(true) must just process all currently
        pending events and ignore all new events generated while processing
        them. In contrast to Scheduler::ProcessEventsToIdle, this way it
        can't busy-lock the application with background jobs.
        
        This way we also can drop nMaxEvents from the Windows backend. This
        limit was also never implemented on OSX and for the KDE4 backend
        it's actually impossible to handle single events, and a call to
        QAbstractEventDispatcher::processEvents works like this.
        
        Also changes various call sites to just process all pending events
        instead of some made up number of times.
        
        Change-Id: I1ab95df89b079cc8c6319a808194fe3127144d1c
        Reviewed-on: https://gerrit.libreoffice.org/42659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-26  Paul Trojahn  <paul.trojahn@gmail.com>  [808d048694630303d895e818cfd5fb48c9d16738]

        tdf#100065 Fix scale of transformation
        
        The shape needs to be flipped to compensate the change of
        mbFlipH/mbFlipV.
        
        Change-Id: I7b680497fee6ae9ed7bbd6f4ed9089d1a25a1deb
        Reviewed-on: https://gerrit.libreoffice.org/42766
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-26  Jens Carl  <j.carl43@gmx.de>  [3d0c0abea7ed5f59ab30aa8f120d55e54d3e7098]

        tdf#39468: Translate some random German comments and terms
        
        Change-Id: I5499676506a7570482388eb153f4667785b016ed
        Reviewed-on: https://gerrit.libreoffice.org/42770
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [99ca3a3c7214ed5d3861c0ad1f644a514857766d]

        close sc and sw docshells too
        
        Change-Id: I2cf06762d50736debd63f385dcae3022412ac0c0

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [fa85dbb6519b3d9ae096cad7608779476cb3a742]

        ofz#3483 Floating-point-exception
        
        Change-Id: I3c8dc5e4ec9ce342d2da39459c49eeb0459f76d8

2017-09-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [ade276923280230a93d3fbd44b7066b2e9d5f93b]

        improve unnecessarycatchthrow plugin
        
        it is not legal to eliminate a catch/re-throw where the re-throw
        expliciting mentions the exception variable and the exception variable
        is a non-final class
        
        Change-Id: I7fd88b0d004d2efa66aef2c0876e07f203da3c28
        Reviewed-on: https://gerrit.libreoffice.org/42782
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [cae335091776738fdb2dfb295033803279d30409]

        oom in fodpfuzzer
        
        Change-Id: Iba6ce63f21f9dfe7187eea81c6d76fad12ccc498

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [80d135922d5a5d0fd0d7178935653870cecf58ea]

        Blind fix for Xcode 9
        
        ...which started to run into the same undefined reference issue as
        5a55bef38b047b9c60d1b219c572287938265610 "Temporary fix for Clang on F26".
        
        (Unfortunately, Apple's Xcode Clang uses version numbers that can be confused
        with upstream Clang version numbers, so this patch will also affect users of
        upstream Clang 9.0 on macOS, when that eventually gets released.)
        
        Change-Id: I721f01f76d93c044fdbc02e68002b60b17b5e9fb

2017-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [56a695fddb915bcba13b088b5b2b4e0841d4acbc]

        tdf#112211 RTF import: fix unwanted direct formatting for left indents
        
        Commit f528f9499bd91b700c549575e88fa102cfffede9 (tdf#106953 RTF import:
        fix missing paragraph left margin, 2017-05-16) fixed a problem around
        inheriting indents from numbering styles vs paragraph styles, but it
        turns out that document was rather special and in general the old
        behavior was correct.  So fix that bug in a different way again, this
        time without less side-effects.
        
        The trick is that in case the level numbers group in a list definition
        ends with \u59 (instead of an ASCII ';'), then that group is considered
        to be invalid by Word. RTF import already was aware of this, but it
        wasn't known that when this invalid state is reached, that also means
        that the indents of the list level definitions should be ignored. So in
        general not putting direct formatting on a paragraph is a good thing:
        that way in case the paragraph style and the number style both has
        indent infos, then the numbering style wins, and that is what we want --
        but in case \u59 appears in the list definition, then the indentation
        from the numbering style should be ignored.
        
        So fix up the tokenizer to import the indentation from list levels in
        general, ignore it for invalid list levels, and then we can remove the
        direct formatting from the paragraphs, which fixes this bug and keeps
        the old one fixed as well.
        
        This required fixing up two poor testcases, which tested paragraph
        properties, but in fact are interested in the real source of
        indentation, which is now the numbering style. Visually both bugdocs are
        unchanged.
        
        Change-Id: I6390aa870659a8ad02ba5512d84dea34dba29e9f

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [4bd1449aa036b88629f22e9516f7f67f6414fbfb]

        Don't pessimize to RTL_TEXTENCODING_DONTKNOW
        
        ...when aTextEncodingOrg can't represent all chars, but getBestMSEncodingByChar
        doesn't know any better encoding, either.  (This happened during
        CppunitTest_sw_rtfexport, where it caused OUStringToOString to be called with
        RTL_TEXTENCODING_DONTKNOW from WMFWriter::WMFRecord_Escape_Unicode.)
        
        Change-Id: Ia975a2907f519172e7da4a370d97e1f4317b78b3

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [01dea3321c23c7a83134f25a1ea62a6d3e8cddf4]

        Map RTF codepage 0 to osl_getThreadTextEncoding()
        
        ...instead of RTL_TEXTENCODING_DONTKNOW.  (A file actually using that codepage
        is sw/qa/core/data/rtf/pass/CVE-2014-6357.rtf, processed by
        CppunitTest/sw_filters_test, where it caused OStringToOUString to be called with
        RTL_TEXTENCODING_DONTKNOW from
        writerfilter::rtftok::RTFDocumentImpl::resolveChars.)
        
        Change-Id: I41081c5df5c3aa80b4f1c7d52b158e73ef68cf38

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [302843bb6dc2c82de37015b6d444b1d7cbf33c1e]

        Silence macOS 10.13 -Werror,-Wdeprecated-declarations
        
        Change-Id: Idde11cd740dd67b5df06945557e5580c7d16b1e3

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [d883e3556a77303919c84652fea0f603fa350311]

        loplugin:redundantcast: cstyle_cast within reinterpret_cast
        
        Change-Id: Ie31c9dd6d8741aa856553b798bb5b7f695a3fe0f
        Reviewed-on: https://gerrit.libreoffice.org/42776
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [2be37f4040567c0b09b703d31c231eea606a2715]

        Silence macOS 10.13 -Werror,-Wdeprecated-declarations
        
        Change-Id: I84e9d3fc344fdc9fcf90ab63303d86e7a1cb20da

2017-09-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [4baec725e0dc0713f0d47003e9b10bc3b62f56ff]

        WIN run main thread redirects ignoring SolarMutex
        
        This way we can drop all the special nReleased handling. Instead
        we use the same mechanism as on Mac, where we keep the lock, but
        disable it for the main thread. As a security measure we assert on
        duplicate redirects, which should not happen.
        
        As a result we can't use SendMessage on the main thread itself,
        which would normally just call the WinProc directly. This could be
        accomplished by converting the redirect bool into a counter, which
        should be safe, as no other thread could acquire the SolarMutex,
        as we don't release it.
        
        Change-Id: Icd87b3da37a2489f3cad2bc80215bf93fc41d388
        Reviewed-on: https://gerrit.libreoffice.org/42583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-26  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [f633dcdfc0ad7a13d096d97b6753b55e8f8a3f07]

        Remove double 'using' statement
        
        Change-Id: I103f8d267b1f34f9e3d1fe03e395c8d444150204
        Reviewed-on: https://gerrit.libreoffice.org/42772
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [30b635c26d6cc07b5a84dc0d829f0b0cde3d1f5a]

        loplugin:flatten in sc
        
        Change-Id: I40653af2d90ef123cf77d7223c520cba0e5a3aca
        Reviewed-on: https://gerrit.libreoffice.org/42661
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [94c548ac6468a567aa352fc47e5d2acc34076130]

        external/libmspub: Update config.{guess,sub}
        
        ...with versions of those files from the latest
        <http://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz>.
        
        The current versions would fail for Flathub aarch64 builds.
        
        Change-Id: I4b42fa7c04f0570b31170b72d8a42786ae1dc252

2017-09-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [138c1252787256a20807caacc9df2af7b19b245e]

        Revert "tdf#106894 Rewrite packimages.pl in Python (pack_images.py)"
        
        This broke the build: https://ci.libreoffice.org/job/lo_tb_master_win/14994/console
        
        This reverts commit 423ee1020afe1bca896f2ecfc67ffbd49db5081c.
        
        Change-Id: I05e6fd68f2bbec189236cbe265f6510731327997
        Reviewed-on: https://gerrit.libreoffice.org/42778
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [07fd83987a38edb21fc7a8b7d7efe44e0a25e347]

        EPUB export: add testcase for EPUBExportUIComponent::setPropertyValues()
        
        Making sure python produces sequence<PropertyValue> and not
        sequence<any> is a bit tricky.
        
        Change-Id: I1f3ee4664202576ab6777b719b3712b164c5002d
        Reviewed-on: https://gerrit.libreoffice.org/42759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-26  Jens Carl  <j.carl43@gmx.de>  [423ee1020afe1bca896f2ecfc67ffbd49db5081c]

        tdf#106894 Rewrite packimages.pl in Python (pack_images.py)
        
        Change-Id: Id627d9295edc77e561f15e0886fdcf9fb64fe68d
        Reviewed-on: https://gerrit.libreoffice.org/41667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [a385dcd02001fc9ce26bf994956db0a704d5764b]

        loplugin:cstylecast (clang-cl)
        
        Change-Id: Ic61a2d58e260e11f3698524891201e8b761c97fc

2017-09-26  Stephan Bergmann  <sbergman@redhat.com>  [1bfcde620f82e17205b75f020e632657505f1d8b]

        external/firebird: Update config.{guess,sub}
        
        ...with versions of those files from the latest
        <http://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz>.
        
        The current versions would fail for Flathub aarch64 builds.
        
        Change-Id: Id53754e989244134bdc533eb7f37e08c598b03e0

2017-09-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [4dbe82bcb83a9732519cee6ed7128dfe52c5b961]

        sw: make paragraph signature fields read-only
        
        Change-Id: Ib0218e2a92cdde81030c517b0826bd6062a333f3
        Reviewed-on: https://gerrit.libreoffice.org/42732
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-26  Daniel  <danielfaleirosilva@gmail.com>  [4020945651b4f3c636980e2103db440b5c55459c]

        tdf#111739 fix Selecting a custom character as a bullet symbol insertion
        
        Change-Id: I638ef2467f27bd6214cde092be5a3055fd539ebc
        Reviewed-on: https://gerrit.libreoffice.org/42727
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [890c1c1c2746fdddc06e9f924d51fe7e8a7cd062]

        we should be able to dispense with the intermediate vector
        
        as since
        
        commit 58d8d8ac67aa9b907f1304a48efa0f7a473d9de4
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu Dec 10 12:27:50 2015 +0200
        
            tdf#69977: uno::Sequence is expensive
        
        the uno::Sequence Primitive2DSequence was replaced with
        a std::deque Primitive2DContainer
        
        Change-Id: I4d2a293967717f9070121ab6740abf620b941ead
        Reviewed-on: https://gerrit.libreoffice.org/42767
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-26  Caolán McNamara  <caolanm@redhat.com>  [a1ee7a24b1b02553ac02be14f7fe6b06359ed3fd]

        check sot multiply
        
        Change-Id: I9d1e86834af87cd92c2792f66ac722ba94dff040
        Reviewed-on: https://gerrit.libreoffice.org/42768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [462129cd9a6fbf5cf6fac6424c08dab623bf3962]

        pptfuzzer timeout
        
        Change-Id: I0d537da3dd7f979a087d7534459bf6e5cabbb2e0
        Reviewed-on: https://gerrit.libreoffice.org/42758
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [45ff1bdf2690e00b8df2803b33b1ac24eb405acf]

        Improve resizing chevrons so the control point is a fixed distance from end
        
        during resizing, because...
        
        "If I want to use LibreOffice Draw to illustrate process steps with chevrons
        (which I do a lot, working on for example customer project roadmaps), I always
        get stuck if the steps I want to illustrate are not equal lengths, because the
        sizes/angles of the chevron "arrow heads" are proportional to the length of the
        chevron, rather than being fixed, and thus don't "fit" together. Which makes
        for an incredibly ugly diagram."
        
        Change-Id: Ib8b5e0ea7db5383cae754127023f7ab12d748537
        Reviewed-on: https://gerrit.libreoffice.org/42754
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [e82e05380aecd53a89bc77dc97aba72f6d56ba83]

        Reorganization of impress's slide and pane context menus
        
        Change-Id: Ia69fd25daa6a7e7ea42a5c3d84dd0fde274fa58d
        Reviewed-on: https://gerrit.libreoffice.org/42718
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [970627c079e5e48a606859b3a8d71abbdec3a2c0]

        tdf#106781 Updates to tango icons in writer styles toolbar
        
        Change-Id: I2fc2f0bf562ec1bbc7548bdba60422fd5af519e7
        Reviewed-on: https://gerrit.libreoffice.org/42731
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [5f210715fe090b4db4c80dcdee5f77dc404cf85c]

        Shrink master slide checkboxes in Slide content panel
        
        Change-Id: I238ff579da86bd3ac41f76f62d97b07a3ca29d80
        Reviewed-on: https://gerrit.libreoffice.org/42761
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [a102f56123b5209a7dfaf33ba001433ec39d279f]

        speed up ppt fuzzing
        
        Change-Id: I68474b3ed40ce61484e8e9cda8809105bc12ef4f
        Reviewed-on: https://gerrit.libreoffice.org/42757
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [d8f4d0f043cbdbc44ee49e34f4495310cdbb7bd5]

        Enable addition of page size group control to toolbars
        
        Change-Id: Ibcc8b7f91b3d5bfd9ea9834ef25a91fc8847e531
        Reviewed-on: https://gerrit.libreoffice.org/40367
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Tor Lillqvist  <tml@collabora.com>  [123408f3bfc8bf2e604167c019175050abf1726c]

        Make two slightly mysterious static local variables thread_local
        
        IRC discussion about them:
        
        tml_: erAck: any idea why in ScFormulaCell::GetMatrixEdge those nC and
        nR are static?
        
        tml_: seems to have been since initial import in 2000 (then in a
        different file, and of type USHORT)
        
        tml_: let's assume it is just random insanity
        
        tml_: hmm, no, making them non-static actually breaks a unit test. wow
        
        erAck: tml_: they are reused when the call is for the same matrix
        origin as the last one to not have to recalculate the same thing
        
        tml_: erAck: ah ok
        
        Change-Id: Ib0fe322492917b5224937ec6ef527707ca2e07f7
        Reviewed-on: https://gerrit.libreoffice.org/41658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-25  Stephan Bergmann  <sbergman@redhat.com>  [3f95a79da8688e2bd0a8631e030c2385abbfc65c]

        -Werror,-Wint-to-void-pointer-cast, loplugin:cstylecast (clang-cl)
        
        Change-Id: Ib06849499e46eb76f8049fea304f80c771e94098

2017-09-25  Stephan Bergmann  <sbergman@redhat.com>  [fa12f373d89d6d88e99b44298c6798f6ef346735]

        Missing #include <tools/time.hxx> (--disable-pch)
        
        Change-Id: I30d8998b5f9ff29b8a3e8012f6112de597933d10

2017-09-25  Michael Stahl  <mstahl@redhat.com>  [680464618dc67bdf0fb9c948f46b8eb1acae93ea]

        vcl: [loplugin:badstatics] rename xDefaultImplFontCharMap
        
        It looks harmless.
        
        Change-Id: Ibe54b9059f46ced95602914bf852d342aef89905

2017-09-25  Michael Stahl  <mstahl@redhat.com>  [f2efde611c5a682a0084177e87454df188fe7df8]

        vcl: [loplugin:badstatics] X11OpenGLDeviceInfo
        
        class X11OpenGLDeviceInfo actually looks harmless but it has an out-of-line
        destructor so the plugin can't see that it's harmless, so use
        default destructor instead.
        
        Change-Id: I50de6916360a944cbda3a85f4062e72e4c6d3768

2017-09-25  Michael Stahl  <mstahl@redhat.com>  [974d65aed528783bb06b96e5400b5ab347e0b258]

        vcl: [loplugin:badstatics] aDocumentFocusListener
        
        Move it into class GtkSalData; have to use 2 variables because the class
        is only defined in atkutil.cxx but the ~GtkSalData is in gtkdata.cxx.
        
        Change-Id: I3b12f02a1a5454f39206cbd0fe224d3f08a44c73
        Reviewed-on: https://gerrit.libreoffice.org/42673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [1de71f95047630c1488e0a63a3a43cea8dfb8507]

        tdf#106781 Copy style-focused toolbar to writer master doc
        
        Change-Id: Icb07748be6f0603e2229809be19f3fe44d0edebb
        Reviewed-on: https://gerrit.libreoffice.org/42730
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Stephan Bergmann  <sbergman@redhat.com>  [cc12f1c87fbf482b1e35f07f009791e351ca223d]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I1d6d315cea33ba19a7d61f532c9d968d582b476f

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [8127bc696b0cb720e79c2c836c123684e1eb1690]

        tdf#95947 rename handout label in display mode control
        
        Change-Id: Icfab4040cba8f3ffab739c873c83dfc830d238cf
        Reviewed-on: https://gerrit.libreoffice.org/42729
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [1927bd5080ff38a58caa6108792d688daba2dfca]

        tdf#56731 correct label from snap lines to helplines
        
        Change-Id: Ibd196af1e4e02f411d0da55d20ead402cae365c7
        Reviewed-on: https://gerrit.libreoffice.org/42725
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [f64adba14ef7d56d72cf11e3730f40395f626570]

        Disable Scheduler shutdown assertion
        
        This currently kills 50% of Windows Jenkins build, which I can't
        reproduce. So disable the assertion while looking for a real
        solution.
        
        Change-Id: Ic03787893b6a970b608e3e8bdd3247f4664be40e

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [b4ab4b51f79765341c17945c5900f094d15d25b0]

        tdf#91857 Tweaks to the insert and slide menus
        
        Change-Id: Ib35c10df9264ff3d9db85e7b5858564617b61d32
        Reviewed-on: https://gerrit.libreoffice.org/42722
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Yousuf Philips  <philipz85@hotmail.com>  [95082b8e9ba7d4416d3279a8f71d63cf91f40abf]

        tdf#106939 Swap copy and delete buttons
        
        Change-Id: I1acf56f14fa52dca138b03d8f3f52dfe80b993de
        Reviewed-on: https://gerrit.libreoffice.org/42751
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-25  Johnny_M  <klasse@partyheld.de>  [b165910330285bc0a52eebdf98911e04305dfc5b]

        Translate German comments and debug strings (leftovers)
        
        Additionally:
        - A few grammatical fixes
        
        Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a
        Reviewed-on: https://gerrit.libreoffice.org/42690
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8da365e2a7a6b30da6c2ca26b2a5f45f89cd5460]

        sw: split section frames inside table cells, handle nested tables
        
        Commit 3d1bb76ebf5c51141018cfd76eccdb63472de8de (tdf#112109 sw: split
        section frames inside table cells, ignore nested tables, 2017-08-31)
        explicitly disabled this, but the underlying problem is now fixed with
        commit ec262cbc56822d8fffccd6e983848df196cf5c44 (tdf#112160 sw: audit
        GetNextLayoutLeaf() calls in SwFrame::GetNextSctLeaf(), 2017-09-04), so
        we can have it again.
        
        Change-Id: Ic17c4921de2c69e4cc16ae82cfed58d096879db7

2017-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [68af7378074397466c15509a5d813dce69a54a41]

        EPUB export: don't leak when exceptions are thrown
        
        Additional benefit is that this way we're again in sync with xmloff
        code.
        
        Change-Id: Ifa1dd976fbd2ce04cb47814060508c65e35474ca

2017-09-25  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7810858ee6cac233ce5868de1f2ef5de1d443af4]

        tdf#57950: Replace chained OUStringBuffer::append() with operator+
        
        Change-Id: Ibf9d3b24b0caa6b84f403d7bbbc90912fe64a559
        Reviewed-on: https://gerrit.libreoffice.org/42728
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-25  Eike Rathke  <erack@redhat.com>  [81e60100ca8995be9d1c98167935245d878c446f]

        ScTokenArray::operator=: assign also mnHashValue and meVectorState
        
        They now were left cleared, and before Clear() was virtual even left in the
        previous state.
        
        Change-Id: I2a1b5f5db24419645f5716938e0b8da4546d7453

2017-09-25  Eike Rathke  <erack@redhat.com>  [1015e1f6f0fc14ce988e7b2e8c8eab5c397c00ab]

        FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overrides
        
        A sliced Clear()/ClearScTokenArray() was never intended.
        
        Change-Id: I25df3fa8829f6bc8f1dee6ef0d27b28491d6a5c3

2017-09-25  Eike Rathke  <erack@redhat.com>  [65ec980667d290fd9cf0a9b119f52c86bccf17df]

        Clarify comment of "copy"-ctor and operator=()
        
        Change-Id: I64b5c1384c116ac659fe674adcda142eddf79d5e

2017-09-25  Eike Rathke  <erack@redhat.com>  [bf0996d39cbb0162c037ae1c9037e8c0f9d5b0e7]

        Clarify comment of "copy"-ctor and operator=()
        
        Change-Id: Ie6e40e5c08d05ee75e4d1d9d6d8b4e567ecbcdbc

2017-09-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [7e7b9652f44f01fbaf5bc3fde454ba41ce0fe0f7]

        Different take on tdf#108406: exclude helpimg from installed themes
        
        as it still might get selected as default theme under some circumstances
        and removing it from list in optgdlg.cxx leads to crash
        
        This reverts commit 60adba3fb904ed66251ff39c82fe20bec151ef0b but
        allegedly still crashes on Debian
        
        Change-Id: Ib853cc27058d8635482f19a8db26075d64103e1b
        Reviewed-on: https://gerrit.libreoffice.org/42545
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [84ccf8051f5d39414621417292f4054cfb4454e1]

        sw: prefix members of SwFormatRefMark
        
        Change-Id: I1036b8190532adb65d28d704637cf6f94d254235

2017-09-25  Armin Le Grand  <Armin.Le.Grand@cib.de>  [df13da946f3d6571fc2975c6c4ec5592566c5d23]

        borderline: Refinement of line end overlaps
        
        Change-Id: Ifb1a061ed39f92a13ad5c7b2daf103f3a48938a5
        Reviewed-on: https://gerrit.libreoffice.org/42712
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-09-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e44c188a7353cc183fac8ece0cbf3611d842835e]

        Fix typos
        
        Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2
        Reviewed-on: https://gerrit.libreoffice.org/42726
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [e1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa]

        tighten up the pict filter a tad
        
        Change-Id: Ib09a33a97a79fdeb5b61d486af4f11b5cc4035ec

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [88a23bba104b51af766c86b51b69d80c7fe37ee3]

        Conditional jump or move depends on uninitialised value
        
        Change-Id: I772c38c62950edbcde450889bae61dc37118b8cd

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [1e1f2e677fbf6c8043318450640f54c892699d55]

        Direct-leak fix effort
        
        Change-Id: If267c2d40b9e511a8e13be34bb7ba09048a736c5

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [651e1f6cda04468394c65c2fd88d915902ac0306]

        ofz: divide-by-zero
        
        Change-Id: Ie9a21a1432a98af3dca9a397057b7887ff30375f

2017-09-25  Stephan Bergmann  <sbergman@redhat.com>  [00d247353e793ed3348b013212a9f838615b8203]

        Adapt Repository.mk to d383d0e9852ac52c36b138c33ce3b3ede8df9215
        
        ..."Install fc_local.conf only where used"
        
        Change-Id: I3c10a77f37add8731d9844566c4ba364b34d8da1

2017-09-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b9a8ac48d7a57f5dcb8dfa9c0400fb9e977c4bf8]

        Rename GetSelectEntryData -> GetSelectedEntryData
        
        Change-Id: Ia6402f6d2c978cbd5557052a43e9728ca9e11173
        Reviewed-on: https://gerrit.libreoffice.org/42285
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [83de03e077d219c881626de43960ae4756284371]

        Rename GetSelectEntryCount -> GetSelectedEntryCount
        
        Change-Id: I405b347b404ed0acb3b6a0204e0b914a7698ce25
        Reviewed-on: https://gerrit.libreoffice.org/42284
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-25  Caolán McNamara  <caolanm@redhat.com>  [4d5e9db574bdb1a7517ffda01efe0746cc058d47]

        Related: tdf#112388 last Fraction leak
        
        This SdrEngineDefaults never changes its initial Fraction or Color
        and always returns a copy, so drop all the complicated stuff
        
        Change-Id: Ic26d221be022f4d1e75498eca675b4aae1c020f1
        Reviewed-on: https://gerrit.libreoffice.org/42723
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-25  Szymon Kłos  <szymon.klos@collabora.com>  [6676193b9fadea85c08d3e9783e023ffdfa1e682]

        tdf#112086 PPTX export fltValue, ppt_w, ppt_h
        
        Change-Id: Ie77a2f5d9b0179d81c81704d7d760fdceecaa6e1
        Reviewed-on: https://gerrit.libreoffice.org/42521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-25  Stephan Bergmann  <sbergman@redhat.com>  [d383d0e9852ac52c36b138c33ce3b3ede8df9215]

        Install fc_local.conf only where used
        
        ...and at least issue a SAL_INFO when it's missing (there may theoretically be
        multiple directories, and it need not be present in every one, so nothing
        stronger than SAL_INFO can be used)
        
        Change-Id: I9b7257a551626e5ad081cfb75422a8bd71b86aa4
        Reviewed-on: https://gerrit.libreoffice.org/42714
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [59ec0fe032badfb9dae59f27e97f842c11c60d98]

        RTF import: split this call into simpler ones
        
        Hopefully with this it's easier to see which is the usual and which one
        is the exceptional case.
        
        Change-Id: Iac1b49b2a4f2b909db46155d1ff10d2ba99fd655

2017-09-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [40892cd3311021c55e943228e16bfd36df7b1011]

        tdf#112622 Move dialog’s action buttons to the bottom
        
        Change-Id: I41b51019ece99ab747377829bfd2473f39daf418

2017-09-25  Maxim Monastirsky  <momonasmon@gmail.com>  [fb60217569b0fb5bc949c58b054da71992fe2582]

        tdf#83320 Hide vertical text commands early
        
        Instead of listing all commands in one big "if", just do
        it unconditionally in the shared controller.
        
        Change-Id: Ie415c4551a77ca8e1e29e73c0dabaff1dd13cbcb
        Reviewed-on: https://gerrit.libreoffice.org/42715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [a1976555e0ebb9fc1575c2241e8b0878ccb66410]

        fix some newer leaks
        
        Change-Id: I3a13406db4e441c3a29056f80cb728da2ecc3c25
        Reviewed-on: https://gerrit.libreoffice.org/42720
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [4aa12018c8078cabf1b74e5564cfac8b8a53b787]

        fix some leaks
        
        Change-Id: I06a3971d1d269b49b2a7954f977469fbc3d16f35
        Reviewed-on: https://gerrit.libreoffice.org/42719
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [eaf7d58ef57daa7580057b38625cd9a96ffe2a43]

        tdf#112388 make aComboButton release its ScGridWindow outputdevice
        
        Change-Id: I938e36dda7fbc3b769b3fba8fd9a7d5d9b8e248c
        Reviewed-on: https://gerrit.libreoffice.org/42716
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ecfd5934a904e5d478c13e2777eed09be427fe9c]

        Updated core Project: help  52ba0e435c17651f788021b74567c52e5c2b926f
        
        Placeholder for Calc 'data provider' help page
        
        Change-Id: I3238c9b6e02486289463990e17ed3c59ca856b06
        Reviewed-on: https://gerrit.libreoffice.org/42717
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [507fedfcb30ea582eae91e26a0baf93513e29e23]

        Updated core Project: help  bba68b1547105a25f16b752fd3035f51c1ed3625
        
        Placeholder for Calc 'data form' help page
        
        Change-Id: I134c0f9148854c23a1252bbcb2d85b43b3654dd2
        Reviewed-on: https://gerrit.libreoffice.org/42711
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-24  66kesara99  <dev.kesara@gmail.com>  [16549dc267149aaf098191591acb20024ea21513]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        Remove unnecessary "Long" literals in multiple locations
        
        Change-Id: Icc44546f10fed841683053eee01b788274e0add1
        Reviewed-on: https://gerrit.libreoffice.org/42683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-24  jan Iversen  <jani@libreoffice.org>  [3f19b593019a62d97c8739e38c32902d7e19d790]

        iOS, static library.
        
        First attempt to prelink all LO libraries into 1 static library.
        
        With all libraries directly linking to the swift module, link time
        is about 12 minutes.
        
        Experiments let to be believe this can be reduced to 1-2 minutes
        by doing prelinking, which will solve all symbols between the
        libraries.
        
        Because work will continue on the swift module, while the LoKit
        is a pretty stable interface, this will save much developer time
        
        Change-Id: I69b63481fc657f2188476f53c5b4d49abe59c5f6

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [14b057b7fe224ebf9409bf834e0c4c1a83187f76]

        add fodp fuzzer
        
        Change-Id: Ib6c439fa8db7de0544c8ee3340c07a40bf10bcb6
        Reviewed-on: https://gerrit.libreoffice.org/42582
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Julien Nabet  <serval2412@yahoo.fr>  [fe0f1dba1369f5d9f382ee3432833e22fe0da442]

        Use a ref for arg of DirectSQLDialog::display
        
        Change-Id: Ia30866edb5a243c09af3256bd963cafa9e2335ba
        Reviewed-on: https://gerrit.libreoffice.org/42705
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [384f37c0624784dea32dabb813aba937430b22be]

        ofz#3476 oom in tiff reader
        
        Change-Id: Id103488ea0774b55521571f8b51059d06d4a0993
        Reviewed-on: https://gerrit.libreoffice.org/42707
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [d70988e4e3e4e9be71608242890c4a81c899cfd5]

        Fix duplicated context attributes.
        
        The duplication generates invalid .pot file: ./pot/sc/messages.pot.
        
        Change-Id: If2a5248ad3226f5cc2e866fdf2033c867943e8b9
        Reviewed-on: https://gerrit.libreoffice.org/42702
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [26da7f8dcb29ae9808f31e0e9197f946b8758af6]

        Updated core Project: help  657385a5e4be3bdef6aba37c17ba36e90548c911
        
        Placeholder for Calc 'XML source' help page
        
        Awaiting for more contents
        
        Change-Id: Ie43002a9abf255d81c7cd77fe5d453c490f7bdb5
        Reviewed-on: https://gerrit.libreoffice.org/42710
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c479d1bdcd94f4fefb54a81c4b8208cdd636b95f]

        Updated core Project: help  55ffe5b2a3b2ef10e16d271ca9b11e7615b4db83
        
        placeholder for Calc 'data stream' help page
        
        Awaiting for more contents
        
        Change-Id: Ia44adb3f25f26df5b2f0ec360ac9d0cc421d8fe3
        Reviewed-on: https://gerrit.libreoffice.org/42709
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-24  Caolán McNamara  <caolanm@redhat.com>  [1524f58340e3a6b87244e23d6d9536f25daaf550]

        move sanity checks before allocation
        
        Change-Id: I7374b3cc4cb7f2be9cec71a385899051288234c9
        Reviewed-on: https://gerrit.libreoffice.org/42706
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [10e5729fb07d6b4c66182596bd86734d0ab386b9]

        tdf#106762 Avoid warning when opening and closing the color picker
        
        ... from the Drawing toolbar in Impress. The warning was
        "DockingWindow has become non-layout because extra children
        have been added directly to it.", but this DockingWindow is
        actually a ToolBox which set as the parent of the color picker,
        although it isn't really a parent in layout terms.
        
        Change-Id: Id1384653ceda938ca0cc300c35467e562984bca1

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [bf9360e6f5e38c9de3b38d9748a84d4d1c5067f9]

        tdf#106762 Keep the previous m_xColorWindow lifecycle
        
        Some logic here seems to depend on it.
        
        Change-Id: I62a2eeba1511a9be77030f726ceaa67e3ca3ace8

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [e867b197540cfc8b75bb1108c8bcd7a0ff65d347]

        tdf#106762 Base SvxColorToolBoxControl on svt::PopupWindowController
        
        This allows us to support tearoff without breaking gtk3/wayland.
        SvxColorWindow no longer inherits from FloatingWindow, so several
        call sites need also to be changed to use DockingManager.
        
        Change-Id: I5d0bc611bbd2a8b9bfd4335212d0ae7e8fc10593

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [8bd418a6b8253a9d725981743a0375e2c8bb911e]

        rptui::OToolboxController becomes unused, tdf#106762 related
        
        It was a wrapper around the color controller, because the latter
        used sfx2 registration. This will no longer be an issue, as we're
        moving to officecfg based registration.
        
        Change-Id: I45e1d8aeefdb62f5bd9b3dfac29910c77f0cd103

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [8f1e01fc89ca5d5f03d172f038e2310ba2ac5580]

        Support non-ToolBox popup case in DockingManager, tdf#106762 prep
        
        Change-Id: I54d4de28336b70dbd07923377e6cceb67079fa80

2017-09-24  Maxim Monastirsky  <momonasmon@gmail.com>  [ad769c30d2a709786a769f75fa5e04b33edf0809]

        Adjust DockingWindow layout calculation, tdf#106762 prep
        
        This is needed for the color widget to have the correct size at
        initial show, and to keep this size after selecting a different
        palette.
        
        The parent FloatingWindow will assume that the border width stays
        outside the space that was allocated to the DockingWindow (see
        VclContainer::setLayoutPosSize), and yet DockingWindow tries to
        handle the border width as part of its allocated space. One option
        could be to let FloatingWindow handle this alone, but this won't
        work for other possible parents. The current solution is to load
        and store the border width in a way that can be used internally,
        but not visible to the outside world via get_border_width().
        
        Change-Id: Id51152cf64eef719368e29253eb93e99834489cd

2017-09-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [506f7a5e2b6af0f2bdebab257a0c8ea33e0058fb]

        unused import
        
        Change-Id: I45ba3c258594e8f3b50ffdc07ca1e09dc5691c3d

2017-09-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d67358d05c718683ef35cdcaefc802a6403de7ee]

        lint: remove redundant type casts (findViewById to object of type)
        
        Change-Id: I0ec35ea5817d110ca20942ce9d95e0120848580a

2017-09-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e731867f056a344aed11ec1e6513a4bec1eb755e]

        use gradle to build the owncloud-android-lib
        
        this will allow using current android SDK tools & emulator
        
        Change-Id: Ic7f9996a36e4af2a5cad07e28c8830b8df12aa44

2017-09-24  Stephan Bergmann  <sbergman@redhat.com>  [53b96765c555146e5c6a3a614420bfeeebc92b58]

        Map Windows code page 42 to RTL_TEXTENCODING_SYMBOL
        
        <https://msdn.microsoft.com/en-us/library/windows/desktop/
        dd374130(v=vs.85).aspx> "WideCharToMultiByte function" suggests that there now
        is CP_SYMBOL, "Windows 2000: Symbol code page (42)."  And a little test program
        on Windows indicates that our RTL_TEXTENCODING_SYMBOL is working the same way as
        CP_SYMBOL, where MultiByteToWideChar maps 00..1F to U+0000..1F and 20..FF to
        U+F020..F0FF.
        
        At least CppunitTest_writerfilter_rtftok, when testing
        writerfilter/qa/cppunittests/rtftok/data/pass/EDB-18940-1.rtf, goes into case
        RTF_FCHARSET in RTFDocumentImpl::dispatchValue
        (writerfilter/source/rtftok/rtfdispatchvalue.cxx) with nParam matching
        aRTFEncodings[2] (i.e., a mapping from charset 2 to codepage 42, see
        writerfilter/source/rtftok/rtfcharsets.cxx), then passes 42 into
        rtl_getTextEncodingFromWindowsCodePage and obtains an unhelpful
        RTL_TEXTENCODING_DONTKNOW.
        
        testFdo72031 (sw/qa/extras/rtfexport/rtfexport2.cxx, CppunitTest_sw_rtfexport2)
        needed to be adapted, as the circled plus from the Symbol font is now internally
        represented as U+F0C5, not (somewhat bogusly) as U+00C5 (aka LATIN CAPTIAL
        LETTER A WITH RING ABOVE).  But, when displayed with the Symobl font, the glyph
        that is actually shown remains the circled plus.
        
        Turns out changing rtl_getTextEncodingFromWindowsCodePage would start to make
        CppunitTest_sw_rtfimport fail:
        
          Sep 20 15:49:24 <sberg> vmiklos, with
           <https://gerrit.libreoffice.org/#/c/42477/>, testN823675
           (sw/qa/extras/rtfimport/rtfimport.cxx) fails, the aFont.Name is not "Symbol";
           sw/qa/extras/rtfimport/data/n823675.rtf contains a \fonttbl that specifies
           \f3 to have \fcharset2 (i.e., symbol font) and fontname "Symbol".  However,
           RTFDocumentImpl::checkUnicode
           (writerfilter/source/rtftok/rtfdocumentimpl.cxx)
           converts m_aHexBuffer (containing "Symbol;") with nCurrentEncoding apparently
           being the encoding specified by \fcharset2 (i.e., now RTL_TEXTENCODING_SYMBOL
           instead of old RTL_TEXTENCODING_DONTKNOW), so the resulting OUString is
           garbage
           (instead of the byte-for-byte conversion to Unicode "Symbol;" that
           RTL_TEXTENCODING_DONTKNOW would do there); do you know whether such \fonttbl
           fontnames should actually be interpreted in the given \fcharset?
          Sep 20 15:49:24 <IZBot> gerrit: »Map Windows code page 42 to
           RTL_TEXTENCODING_SYMBOL« by Stephan Bergmann for master [NEW]
          Sep 20 15:51:15 <vmiklos> sberg: let me check if the spec covers that
          Sep 20 15:54:29 <mst_> sberg: i think the name is typically encoded in the
           font's encoding but probably they have to make a (likely undocumented)
           exception for symbol encoding
          Sep 20 15:57:46 <vmiklos> sberg: the spec only says that \fcharset is about
           the encoding of the content using that font, i don't see it described what
           would be the encoding of the font name itself
          Sep 20 15:58:51 <vmiklos> sberg: i'm not sure about if that encoding should or
           should not affect the encoding of the font name in general, but indeed at
           least for 2 (symbol encoding) you're right, Word doesn't encoding the font
           name with that encoding, either.
          Sep 20 15:59:30 <sberg> vmiklos, mst_, at the top of page 14 of
           Word2007RTFSpec9.docx I see "Note that runs of text marked with a particular
           font index (see \fN in the Font Table section) use the codepage for that font
           as given by \cpgN or implied by \fcharsetN, unless they use Unicode RTF
           described in the following section."  Would that match what mst_ says?
          Sep 20 15:59:33 <vmiklos> so if it helps you case to handle at as e.g. ascii,
           just for that encoding, i think there would be no problem with that.
          Sep 20 16:00:07 <vmiklos> sberg: that still talks about the content using the
           font, not the strings (font names) in the font table itself, i think.
          Sep 20 16:01:17 <sberg> vmiklos, what's the control word to select such a
           font, also \fN?  I don't see any such in n823675.rtf
          Sep 20 16:02:16 <mikekaganski> loircbot: e.g. \af3
          Sep 20 16:02:31 <mikekaganski> sberg: ^
          Sep 20 16:02:47 <mst_> 04d5a280beeeb6e056df68395dc9c3b3a674361b
          Sep 20 16:02:50 <IZBot> core - related: fdo#77979: writerfilter RTF import:
           read encoded font name -
           http://cgit.freedesktop.org/libreoffice/core/commit/?id=04d5a280beeeb6e056df68395dc9c3b3a674361b
          Sep 20 16:02:52 <mst_> sberg: ^
          Sep 20 16:04:05 <sberg> mst_, thanks; so there's likely an (implicit?)
           exception for \fcharset2, as you say
          Sep 20 16:04:33 <mst_> that's most plausible, our own font code is full of
           exceptions for "symbol fonts" too
          Sep 20 16:05:19 <sberg> mikekaganski, ENOCONTEXT
          Sep 20 16:05:36 <mikekaganski> sberg: [17:01:16] sberg: vmiklos, what's the
           control word to select such a font, also \fN?  I don't see any such in
           n823675.rtf
          Sep 20 16:06:32 <sberg> mikekaganski, so you say selection is done with \af3
           instead of \f3?
          Sep 20 16:06:40 <mikekaganski> sberg: yes, in that case
          Sep 20 16:07:34 <mst_> i think there are several different keywords that apply
           fonts, but can't remember the whole list
          Sep 20 16:08:10 <mst_> \fN shoudl be one of them though
          Sep 20 16:22:18 <sberg> vmiklos, so who generated that
           sw/qa/extras/rtfimport/data/n823675.rtf, was it manually created and lacks a
           \cpgN before "Symbol"?
          Sep 20 16:29:17 <sberg> vmiklos, (after further reading of the RTF spec):
           disregard the "and lacks a \cpgN before 'Symbol'" part of my above question
          Sep 20 16:30:27 <mst_> sberg: i suggest not reading too much about encoding in
           RTF, it gets pretty lovecraftian pretty fast...
          Sep 20 16:32:58 <vmiklos> sberg: given how short that bugdoc is, i'm pretty
           sure i cut it down manually to something readable from a multi-MB real bugdoc
          Sep 20 16:33:07 <sberg> mst_, do you have a recommendation how I could get
           that "don't use symbol font encoding to read a symbol font's name" into
           writerfilter/source/rtftok/rtfdocumentimpl.cxx?
           RTFDocumentImpl::checkUnicode lacks the context to tell whether it is using
           m_aStates.top().nCurrentEncoding to convert a fontname, and the caller of
           checkUnicode (at the end of RTFDocumentImpl::resolveChars in this case)
           appears to lack the context, too
          Sep 20 16:33:12 <mst_> various Old Ones from The Time Before Unicode and their
           Backward Compatibility Tentacles etc.
          Sep 20 16:34:59 <sberg> vmiklos, anyway, that "so there's likely an
           (implicit?) exception for \fcharset2" hypothesis sounds sane, so we should
           probably implement it (if only you or mst_ can give me a good hint how...)
          Sep 20 16:35:13 <vmiklos> sberg: looking for a code pointer
          Sep 20 16:36:05 <mst_> sberg: m_aStates.top().eDestination ==
           Destination::FONTENTRY should be the relevant check?
          Sep 20 16:36:17 <vmiklos> sberg: RTFDocumentImpl::text() is where the text is
           taken, Destination::FONTENTRY is the state on the parser stack which is a
           font entry in the font table. so to detect "your case" during decoding a byte
           array into a string, m_aStates.top().eDestination == Destination::FONTENTRY
           is what you want
          Sep 20 16:36:35 <vmiklos> ah good, two independent matching hints are
           promising ;)
          Sep 20 16:37:35 <sberg> mst_, vmiklos, ah; but what also looks dodgy is that
           checkUnicode operates there on "Symbol;" including the closing ";" of the
           full <fontinfo>, not just the <fontname> part of the <fontinfo>
          Sep 20 16:39:24 <vmiklos> sberg: i think we already assume that the only
           "token" in the font entry destination that is not bound to a control world
           (\foo) is the font name
          Sep 20 16:40:52 <vmiklos> sberg:
           writerfilter/source/rtftok/rtfdocumentimpl.cxx:1237 is where we simply strip
           away the trailing semicolon, there is no further separation between the font
           name and other character content inside the destination (apart from the
           control words and their arguments)
          Sep 20 16:42:18 <sberg> vmiklos, OK, thanks; I'll just pretend I haven't seen
           those dodgy details :)
        
        ...so I'm switching to (somewhat arbitrarily) RTL_TEXTENCODING_MS_1252 there now
        
        Change-Id: Iebd1bcecb7fa71c489798154d3356062b052775e
        Reviewed-on: https://gerrit.libreoffice.org/42477
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-24  jan Iversen  <jani@libreoffice.org>  [b97181e07a2adae0eb063f2192a256bcf75325e5]

        iOS, removed outdated prototype
        
        removed experiments prototype.
        
        Change-Id: I691c82dca79c652d9a7c6078f2c69dada9034a36

2017-09-24  Yousuf Philips  <philipz85@hotmail.com>  [7fa728c40897041a18b988853d09e685236ff061]

        tdf#96411 Add slide layout to context menus
        
        Change-Id: Ia1a277b39ea1d553ff32af4b0287603dcbf5e2b0
        Reviewed-on: https://gerrit.libreoffice.org/42698
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ae0edc4740ea95cd456eb7157bd048615de9212e]

        Improve wording for Writer compatibility option
        
        Change-Id: I852304204c1a95022dbd8305a892812c159a4445
        Reviewed-on: https://gerrit.libreoffice.org/41544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2017-09-24  Stephan Bergmann  <sbergman@redhat.com>  [e79f1261549d9c497a38ea1af8843a86883b02cd]

        Compensate for loss of Type 1 "Standard Symbols L" substitute for "Symbol"
        
        At least for me on Linux since LO 5.3, 'soffice
        sw/qa/extras/rtfexport/data/fdo72031.rtf' shows "Å" (rendered in "DejaVu Sans")
        instead of "⊕" (rendered in "Standard Symbols L").  That's presumably because
        47ea13ef8dc8ab9aeded6121845e3ebd1d28b292 "Kill the old Unix layout engines"
        removed support for Type 1 fonts (see "Ignore Type 1 fonts" in
        FontCfgWrapper::addFontSet, vcl/unx/generic/fontmanager/fontconfig.cxx), and my
        (Fedora 25) /usr/share/fonts/default/Type1/s050000l.pfb "Standard Symbols L" is
        a Type 1 font.  So we fell back to fontconfig's generic (weak) suggestion of
        "DejaVu Sans" as a substitute for "Symbol".
        
        So extend our fc_local.conf to suggest our "OpenSymbol" as a substitute for
        "Symbol".
        
        As that fc_local.conf was originally brought along by --with-fonts, which is
        enabled by default but can be disabled, compilation of fc_local.conf from the
        various snippets is moved to postprocess.
        
        macOS and Windows were never affected, as they both come with a "Symbol" font
        installed in the system.  (And we don't install fc_local.conf on Windows at
        all.)
        
        Change-Id: I8d6d87f24974577fd66f5f3989f606237ebb3d75
        Reviewed-on: https://gerrit.libreoffice.org/42670
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [57357260250a9f5ae59ea346db03f94f76cce42b]

        Updated core Project: help  2ab31faddac65547ac961da7fc47f0c61dd694b3
        
        Add hungarian to helponline ui
        
        Change-Id: Icc1abd566c32f6b873fd979cba2190a9ce959a69
        Reviewed-on: https://gerrit.libreoffice.org/42685
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-09-24  Julien Nabet  <serval2412@yahoo.fr>  [444730a67dbd2ad6cebe666b2cd23c67d5c668f2]

        tdf#103685: "Commands out of sync" when connecting to MySQL using direct
        
        Thanks to Lionel for his great help
        
        Change-Id: Ifcc1d72cca29c031f31da203cd1e3302ea0ea3e3
        Reviewed-on: https://gerrit.libreoffice.org/42688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [722161e26437b25adc449f773836d369bd0cb081]

        ofz#3005 avoid timeout
        
        Change-Id: Ie06504957dab6a5035c7fa3c9313f316303c4eb8
        Reviewed-on: https://gerrit.libreoffice.org/42700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [09995c09f78e245f717bf0560680b832f2f73967]

        ofz#2956: Conditional jump or move depends on uninitialised value
        
        Change-Id: I399c2eb2379b23568dda83f9d41473858f33a802
        Reviewed-on: https://gerrit.libreoffice.org/42699
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [41a43ac7376a8ff4aeb85e27f644bc1d0891d7b0]

        buildscripts section actually needs dedicated repositories
        
        Change-Id: I50f080d085dcd303b2cc54f503793f080ea4f50c

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [7ef066a63376995b0b5e9c6085653a585804bc4c]

        coverity#1418341 Dereference after null check
        
        Change-Id: I525895b3a37a52e05a06ad4f2e1663ecd9d7ce52
        Reviewed-on: https://gerrit.libreoffice.org/42692
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [a026f888e6e4b42dd8fea3bec92a2bca63428f15]

        these are cast to sal_Int32 immediately
        
        Change-Id: I2357ecb5fecd3c232803530fcd131d54e63b85fb
        Reviewed-on: https://gerrit.libreoffice.org/42695
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [a2750dd8e3b6ff2be12df6875817ff298eed876b]

        want to add these together before multiply the result
        
        Change-Id: I5f42ed3d5ad5d64faeb06bbfaaa23d84e81963b0
        Reviewed-on: https://gerrit.libreoffice.org/42694
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [8bc6715a1a0ab43a1176c27a043f39c2dc587175]

        coverity#1418340 Division or modulo by zero
        
        Change-Id: I0941f8db6b406c8ac316daef46b42e4694053410
        Reviewed-on: https://gerrit.libreoffice.org/42696
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [af030e8826e6d5fc8fdd2b00b995bb782564cade]

        coverity#1418338 Uncaught exception
        
        Change-Id: I95248e7171910a8acedeedc092754e812103be2e
        Reviewed-on: https://gerrit.libreoffice.org/42693
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [64e7dfaf6d7c160caa94168b8c98a9996ab055f9]

        normalize -> style
        
        Change-Id: I10895e686c7f583dd3d4a002b878f4499d15efa3
        Reviewed-on: https://gerrit.libreoffice.org/42697
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  jan Iversen  <jani@libreoffice.org>  [ac95e04e50529e5eafd97666b64838394ae0f07d]

        iOS, update distro
        
        Added copy of autogen.input that works for arm64 and simulator.
        
        Some of the disabled libraries might work, that is future work.
        
        Change-Id: I7df3491872a1f13110dd49655fdc0a4ede3bfa28

2017-09-23  jan Iversen  <jani@libreoffice.org>  [6132e8d2868e26ffe079e540b23a408e6201d339]

        iOS, dummy avmedia to satisty sdi files
        
        if disable_avmedia is defined, change avmedia
        to a dummy module.
        
        libreOfficeLight links !
        
        Change-Id: Ibb41ed3ba48cc3143f17000f1c6073611c798e53

2017-09-23  Szymon Kłos  <szymon.klos@collabora.com>  [c0a61832965aff202d72a2bf51556c5c6b6d594b]

        tdf#112089 add charts to the ShapeMap
        
        Charts weren't added to the collection what resulted
        in missing ids during export (target field).
        
        Change-Id: Ie96a4e33a52c5448342a3c3dcec0d8e8b244e270
        Reviewed-on: https://gerrit.libreoffice.org/42552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [1264964de70c0b1d9442005f731f14c4635c4579]

        ofz#3467 mul and div are the same
        
        so can just pass the values through
        
        Change-Id: I793ea0fd5fec00fc942b3b5a5c17c483ec2df267
        Reviewed-on: https://gerrit.libreoffice.org/42675
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Caolán McNamara  <caolanm@redhat.com>  [0656bcf98abfda155df0d318a943459d152333a2]

        coverity#1418337 Unchecked dynamic_cast
        
        Change-Id: Ic7c7030687d39e35610f7aa14555d8b19b11acea
        Reviewed-on: https://gerrit.libreoffice.org/42681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-23  Szymon Kłos  <szymon.klos@collabora.com>  [22e94ab1860b1bdea8d107d4e8824f63c6b1c8c5]

        Watermark: apply when new page style is created
        
        Change-Id: I0d0103f8cc351ec87f7c3bf936ef4725a166d315
        Reviewed-on: https://gerrit.libreoffice.org/42581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-23  jan Iversen  <jani@libreoffice.org>  [f53b6890525abcf3ea2c1955c8ff26af53c3a8b3]

        iOS, simplified build demands
        
        moved iOS build demand to same location as other os.
        
        Change-Id: If235aff2af7b58b26b94cb6818404100fa50d2d8

2017-09-23  Yousuf Philips  <philipz85@hotmail.com>  [7dc82cc2e424b6acddb1aa06338f51db20e6a21e]

        tdf#86083 Restore old operation buttons but have them hidden
        
        Change-Id: I7d006d3d5e22ade59ddfe46f21fbc777a1c75dac
        Reviewed-on: https://gerrit.libreoffice.org/42684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-23  Yousuf Philips  <philipz85@hotmail.com>  [183c041e4c474cdce6bf43484684607f19018954]

        tdf#103733 Unify master doc menu and toolbars with writer
        
        Change-Id: I1f6ce6c98cd7087ccb874001c29a8532cd7ed360
        Reviewed-on: https://gerrit.libreoffice.org/42108
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-23  Julien Nabet  <serval2412@yahoo.fr>  [9ebd8fba49e012bc514c738dec6066b20750728e]

        cid#1418339: resource leak
        
        Change-Id: I87374e32e787f58aa5e4d1b6a78fcd1dddcccdf6
        Reviewed-on: https://gerrit.libreoffice.org/42680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [e9825f51dc5228df78ed86ead7598b50598d9841]

        vcl: no need to have dispose() here
        
        Inlining it in dtor is enough.
        
        Change-Id: I20769f4b0af51103dd8fb2c5d24ee5e6ef2be1f8
        Reviewed-on: https://gerrit.libreoffice.org/42634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [ab34e1a34bdb586e657025878a757516d0d143b7]

        vcl: Drop a couple of unused member variables
        
        Its usage was gone at df6ba2adbaeea9c5abe6e3ea0a583ec78ca9e7bd.
        
        Change-Id: Ia153cb8fb9247818684be09a81ac5eabdb1120e4
        Reviewed-on: https://gerrit.libreoffice.org/42682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee6bdeec8d618f039e72d496dff44beb5b99abb2]

        loplugin:flatten in svl..svx
        
        and implement a check in the plugin to prevent us modifying the
        same patch of source code twice. This logic should probably be moved
        into plugin.cxx at some point.
        
        Change-Id: I7ebff6424cc8733bb2c8f7dba75eaaec68649290
        Reviewed-on: https://gerrit.libreoffice.org/42660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8622c77d26ca7a635afc95bba9a5054dc31eb7c]

        loplugin:flatten in sdext..stoc
        
        Change-Id: I460e813e20a691c53738373376d3363f553bbab2
        Reviewed-on: https://gerrit.libreoffice.org/42636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2684aefcf5d2804351bda01a2d2fe7bbbd351451]

        new loplugin unnecessarycatchthrow
        
        Change-Id: Iabab71ee076227bc38447ec109afaea1e53a86a6
        Reviewed-on: https://gerrit.libreoffice.org/42643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-23  Yousuf Philips  <philipz85@hotmail.com>  [1fde962b71860d77fb10e9b16c9d5b6c124d9b61]

        tdf#106781 Enable a few hidden items in writer styles toolbar
        
        Change-Id: I8c2131f31e98e1cf6c790d446ddd84b17507d0ee
        Reviewed-on: https://gerrit.libreoffice.org/42679
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0db08432c69adc36ed464c1f7c8e672acb3752d4]

        Fix typo
        
        Change-Id: I970201eb99c56db3ac5fefb9e113c0bb3b8c754b
        Reviewed-on: https://gerrit.libreoffice.org/42678
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-23  Michael Stahl  <mstahl@redhat.com>  [7597a4915d68da04f234f5fd2186287a17a94a5d]

        sw: actually SetTableNode() ought to always be called before delete
        
        Change-Id: I5e830e91ae7c773ad3945550c640a190b6504796

2017-09-23  Michael Stahl  <mstahl@redhat.com>  [02b406b5cbc1c631b794154e5169838edbe3e2b5]

        sw: fix crash on loading tdf109006-1.odt
        
        ~SwDDETable() accesses its boxes' start node but that follows the
        SwTableNode and SwNodes::RemoveNode() counts backwards so the
        box nodes are all dead.  This was always broken but spontaneously
        started to crash today.
        
        Because dtors don't have parameters, resort to a little subterfuge
        to ensure ~SwDDETable() finds out where it is.
        
        Change-Id: Id681005989dd1e9f2611e8c99841927a7c5f6bfa

2017-09-22  Eike Rathke  <erack@redhat.com>  [b439971c9f580db43a5cdcce9217ba1b555d5cce]

        Use const reference instead of copy
        
        Change-Id: Idf5239e2037dcfa808e016a726f5a980d862ede6
        Reviewed-on: https://gerrit.libreoffice.org/42669
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [4e1d53b40605aaecd90753b9798d7210641b409c]

        GraphicExportFilter: adding FilterData defaults is unnecessary
        
        ... now that we use the proper dialog that sets the proper filter
        properties.
        
        Change-Id: Iabc3e4b2c13b60bccc0b596a851109df32fe535c
        Reviewed-on: https://gerrit.libreoffice.org/42668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [5d1bfa6586bad79f2ab9279bcecfee9c245d4501]

        Apply replaceFirst() only once
        
        It's unnecessary to call if a replacement was already done and might
        even harm, though unlikely. (e.g. file extension "web")
        
        Change-Id: I6615c9a31178770429b523e0ee878661f1b2b6e8
        Reviewed-on: https://gerrit.libreoffice.org/42667
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [4abe446536e13eb5860e67e4b0f0b3b5b1661782]

        Group member variables and functions and fix naming nitpicks
        
        Change-Id: Ie0b13c0ed4657200b6c92ae66ea25093e35a6c8f
        Reviewed-on: https://gerrit.libreoffice.org/42666
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [9faffc71a077349ddbabb52361188159f1ece31a]

        No using namespace in header file
        
        And using namespace css is sufficient, it's actually good to see some
        namespace..
        
        Change-Id: I8cd3418e04769bb2fd1c632d6d671b368aae06b3
        Reviewed-on: https://gerrit.libreoffice.org/42665
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [2d0d777fe8830a39a316b01e08864e4694a51964]

        Export to PNG: selected shapes via drawing::GraphicExportFilter, tdf#108317
        
        Change-Id: Id09d9b21b2e6c018dd199a1911a9125c118abec2
        Reviewed-on: https://gerrit.libreoffice.org/42658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [5f5458ee5959e563bb5c1fbe78a94429017d83f0]

        Move implementation to filterRenderDocument()
        
        Change-Id: I632a26c5f149fabbe3a4a1186bfbe822fff0ea24
        Reviewed-on: https://gerrit.libreoffice.org/42656
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [fa60e32412575e90c8f978721c029d8b82c6b8ee]

        Remember XComponentContext
        
        Change-Id: I52847249b3e17a31f6c6bf76af7bfe91a414d072
        Reviewed-on: https://gerrit.libreoffice.org/42657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [fe76af877a481d2b6a41f9a2ed837757d6fa0f25]

        Check availability of XPageCursor
        
        Change-Id: I458655d52992e40c2330ec10628fcea0fdc00f76
        Reviewed-on: https://gerrit.libreoffice.org/42655
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [d0269808132f83e238cf050c8a013ae6507212e7]

        GetGraphicSource: use DocumentToGraphicRenderer::isShapeSelected()
        
        Change-Id: I50852360a29b4d5fd08277fcb2198f7956f9ebe0
        Reviewed-on: https://gerrit.libreoffice.org/42654
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [3b06d9df29dc2aef568bad5bbe10c57e78bbb81a]

        Introduce DocumentToGraphicRenderer::isShapeSelected()
        
        Change-Id: I66fc0e39a7a35969b937253c88326516949ea7e7
        Reviewed-on: https://gerrit.libreoffice.org/42653
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [d4b6e524398d83a500647d6a721b703dee767f06]

        Remove include of converters.hxx from precompiled_drawinglayer.hxx
        
        Commit cf48347e7a56c38c000e657965f25f4c7e7b4803 didn't take into
        account commit 632edfabe8065cd59a237d975ee03468ce4d868b landed
        before it.
        
        Change-Id: I108027a460943b14194adcff4af2a41b7720f3be
        Reviewed-on: https://gerrit.libreoffice.org/42677
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [09d954447f743b83858a2d2afa1dcb1f3ada683c]

        android: bump support library & buildtools/SDK versions
        
        also add google maven repo, since
        
        "The support libraries are now available through Google's Maven
        repository. We no longer support downloading the libraries through the
        SDK Manager, and that functionality will be removed soon.."
        https://developer.android.com/topic/libraries/support-library/setup.html
        
        Change-Id: Ica0a2542903f60c7bffa1daa2409b60422bde88f

2017-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [cf48347e7a56c38c000e657965f25f4c7e7b4803]

        Fresh run of bin/update_pch.sh
        
        Change-Id: I69d4157aaf6570cecd51ea59df20556914942e06
        Reviewed-on: https://gerrit.libreoffice.org/42565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [eef4c133e9649ebd690918bd7b83c2d5dc0dfcff]

        Windows: avoid dependence on UNICODE define; prefer W functions
        
        Change-Id: I95b90128e93f0d88ed73601bcc5a7ca9279d4cf1
        Reviewed-on: https://gerrit.libreoffice.org/42560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [bb406680cebd6fa1e1bdb9e2de430cd9a1f44da0]

        Put definition of _CRT_RAND_S into bin/update_pch
        
        so it doesn't get removed again from sal/inc/pch/precompiled_sal.hxx
        (see commit 4af9612f2be9e023e762831207cbdb1d5f25906f).
        
        Also make necessary changes to some of the files that start to fail
        building after running bin/update_pch.sh, so that the patch is
        self-contained and leaves the tree in fully functional state.
        
        tools namespace had to be prepended with :: to disambiguate from
        drawinglayer::tools
        
        vcl/inc/window.h includes were amended, because ExtTextInputAttr is
        from vcl/commandevent.hxx, and enum class ShowTrackFlags is from
        vcl/window.hxx
        
        Change-Id: I47179622350754cba2f95d26a1bafd3dfbbc935b
        Reviewed-on: https://gerrit.libreoffice.org/42559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [ca8a4c81a4194cfaa526bd8071a2243aad0f3461]

        vcl: [loplugin:badstatics] pManager
        
        Move this to class GenericUnixSalData, which is deleted on shutdown.
        
        Change-Id: I6366c12f255bfeca737b22259c3f58ffa2c6222c
        Reviewed-on: https://gerrit.libreoffice.org/42632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [893c08b59abf31ee0ae50c4ac030b006c43c0976]

        move TestImportOLE2 where it can be used by fftester
        
        Change-Id: I7b41d9ec673cfb96f51b5008540df63fe78a7581
        Reviewed-on: https://gerrit.libreoffice.org/42639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [a395698d3df12d1deaec25b31ae02e019a281867]

        ofz#3466 avoid oom
        
        Change-Id: I79f7390dda9c087ae4bc5af9855b72e888e284a1
        Reviewed-on: https://gerrit.libreoffice.org/42641
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [dc99e5e9ba7eb5a4782d889675ad7d14129e37d8]

        vcl: [loplugin:badstatics] aApp
        
        DemoApp::xMSF doesn't need to be a member.
        
        Change-Id: I3b2d0d4c58ab04e0a82b31938c5f64b274ca004e

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [d67ec7324bcad0ba945f200a790ded3df98009ab]

        vcl: [loplugin:badstatics] aApplication
        
        VisualBackendTestApp::xMSF doesn't need to be a member.
        
        Change-Id: I307ba56377b822a148db809c16b8ff05708d0ca7

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [ba4151219a5c010e840396e30bc408383e474327]

        vcl: [loplugin:badstatics] PPDParser
        
        class PPDContext actually looks harmless but it has an out-of-line
        destructor so the plugin can't see that it's harmless, so use
        default destructor instead.
        
        Change-Id: I921a4cdaeb5c8fe286615162b9e9c2a8db47b300
        Reviewed-on: https://gerrit.libreoffice.org/42633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [aef3a494de14bf4dcea7c48b1218808e5497f00b]

        vcl: [loplugin:badstatics] aInstance
        
        Move this to struct ImplSVWinData, which is deleted on shutdown.
        
        Change-Id: Ie604c2105f1176858b4050fb34d37cf376f8f82a
        Reviewed-on: https://gerrit.libreoffice.org/42631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [e0c9088315981e9ee2743ce03ffb6c3b20980c8b]

        ofz#2976 timeout in olefuzzer
        
        Change-Id: Ic64e5eaa6b524403e46f9907499b0b853792a971
        Reviewed-on: https://gerrit.libreoffice.org/42640
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [8b690f22c9deb6d1171328dfe5607d4c673dc993]

        vcl: [loplugin:badstatics] xCharClass
        
        There's even 2 of these; move them to struct ImplSVData
        which is deleted on shutdown.
        
        Change-Id: I8040cd6f9f31c0a1ab48987a490395f316d52220
        Reviewed-on: https://gerrit.libreoffice.org/42630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [c75a3ffd88732f424f8f557c94e580ecc54f551f]

        ofz: alloc+read+discard -> skipblock
        
        Change-Id: I51aa0a1155c468aa5d360c63f6f7c8d347078bf1
        Reviewed-on: https://gerrit.libreoffice.org/42638
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  jan Iversen  <jani@libreoffice.org>  [e69ed74e34712419c0c3737b6bb846be11d4e460]

        iOS, make simulator config copy of macosx.
        
        When compiling for the simulator it is like compiling
        for macosx (64bit) but with other libraries, therefore
        the bridge should be like the macosx.
        
        Change-Id: I59f1442a5c77d09ad0bc4bf31c2432fc32ef725e

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [45dcb415e8d45a2bd20a6a2b524358799b3b5227]

        ofz#2902 eps timeout
        
        Change-Id: I8001df3ac89b81bffab871404efc90b6606e3eb3
        Reviewed-on: https://gerrit.libreoffice.org/42637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Tor Lillqvist  <tml@collabora.com>  [c32d54f244b0a18e0dcfcfceae140499e2dc3bbe]

        Revert "Goodbye autogen.lastrun"
        
        Welcome back autogen.lastrun. I just don't have the energy to convince
        tinderbox maintainers to fix their scripts. Oh well.
        
        This reverts commit 7496c83374f68148c62ac23a6e4c4c314d67273d.

2017-09-22  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7df3faa8ebb05cdc36113d07910498d4ba180856]

        Fix gtktiledviewer crash: this should be a null terminated list
        
        Change-Id: I06e0923980b98b37b06ab45d8db68424b01d4f71
        Reviewed-on: https://gerrit.libreoffice.org/42645
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-09-22  Yousuf Philips  <philipz85@hotmail.com>  [f0ac41c0dce81976680b091694a5aff2979be32e]

        tdf#112205 Show page sidebar deck in writer variants
        
        Change-Id: Ia088b86ed001e528042855690a1e9a9d07865beb
        Reviewed-on: https://gerrit.libreoffice.org/42050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-22  Yousuf Philips  <philipz85@hotmail.com>  [82e88b91665c8954eba1333577627a520140630d]

        tdf#91820 Add insert field commands to Insert menu
        
        Change-Id: I3b5593cd5b397e0297f67e2bc1b0d1ff6a3a9582
        Reviewed-on: https://gerrit.libreoffice.org/41953
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-22  Tor Lillqvist  <tml@collabora.com>  [7496c83374f68148c62ac23a6e4c4c314d67273d]

        Goodbye autogen.lastrun
        
        Change-Id: I46b92baf88661d49da2905699b9639522c0940d8
        Reviewed-on: https://gerrit.libreoffice.org/42418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [f95e7ef38e0bf79fa9662bfd50de612d50ef71de]

        Don't crash when opening templates via WebDAV
        
        When loading a ODT template via HTTP, it crashes LO with an
        lang::IllegalArgumentException in LockFileCommon::ResolveLinks.
        This happens when closing the loaded template, as LO tries to
        remove a not-existing lock. aDocURL at this point is empty, so
        HasError() is true.
        
        As stated in the comment, we don't need a lock for documents
        created from templates, as this opens an internal copy of the
        document, so don't mark the teplate document as locked.
        
        Change-Id: Ide60020b6287aa67861dbcc8ec1b94f37896b7ef
        Reviewed-on: https://gerrit.libreoffice.org/42485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7ce8404befaf59df5f1a476c8dd414633bbf823]

        loplugin:flatten in pyuno..sc
        
        Change-Id: I7ddc0b76532d26910f78642200750459508c2861
        Reviewed-on: https://gerrit.libreoffice.org/42617
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-22  Stephan Bergmann  <sbergman@redhat.com>  [5c54b6523f74db4f79540361fc1630aaee06bcd5]

        loplugin:stringconstant: warn about explicit length mismatch
        
        (just in case)
        
        Change-Id: I9eaf6e920fc7fc3ebc8c705df1cdf34b325db74a
        Reviewed-on: https://gerrit.libreoffice.org/42614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-22  Stephan Bergmann  <sbergman@redhat.com>  [6d1c8a43586503e703baebabc5330a1898f7ec43]

        Avoid VCL_DLLPUBLIC SolarMutexGuard "taking over" template base class on MSVC
        
        ...and thus exporting osl::Guard<comphelper::SolarMutex> members from vcl.  With
        --disable-pch that caused linking Library_acc to fail with duplicate symbols, as
        accessibility/source/standard/vclxaccessiblebutton.cxx uses
        comphelper::OExternalLockGuard (include/comphelper/accessiblecontexthelper.hxx),
        which also derives from osl::Guard<comphelper::SolarMutex> (and is also all-
        inline, and not marked as DLLPUBLIC), so also emits such members.  With
        --enable-pch, vclxaccessiblebutton.cxx happens to see SolarMutexGuard from
        include/vcl/svapp.hxx before comphelper::OExternalLockGuard, and thus doesn't
        emit any such members.
        
        As SolarMutexGuard is all-inline, there should not be much point in making it
        VCL_DLLPUBLIC in the first place (was there ever since the class's introduction
        in b450a32890184a18ed176dbf717e944190cbe643 "create a class SolarMutexGuard to
        take a Guard on the SolarMutex"), so just drop that.
        
        Change-Id: Ie9d493370c7d34981bb35e5d9e100cf987eb83ca
        Reviewed-on: https://gerrit.libreoffice.org/42616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-22  Stephan Bergmann  <sbergman@redhat.com>  [caea6281967bacd38a9296e6acefe9e5baefc3a4]

        Better not modify const RECTs passed in
        
        ...through IOleInPlaceObject::SetObjectRects, via
        EmbedDocument_Impl::SetObjectRects
        
        Change-Id: Ia2533822795776d18132a457dc41f80fadb7c809
        Reviewed-on: https://gerrit.libreoffice.org/42615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-22  Eike Rathke  <erack@redhat.com>  [d80ba7354c8cecd4cba7b92a9f925f2bd0d78dd1]

        Ditch now unused GraphicExportDialog, GraphicExportOptionsDialog
        
        That was a dead end anyway, trying to partly reimplement
        SvFilterOptionsDialog ExportDialog, instead of implementing the
        necessary bits to use that one which has everything.
        
        Change-Id: Icde7422f2c2d7e26c07dfe921a4abda41e222b09
        Reviewed-on: https://gerrit.libreoffice.org/42503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9de047454c2603e2f5a5108254cd3f967e8a88b]

        loplugin:flatten in scaddins..sd
        
        Change-Id: I190323ce910224f883c4370b2c752644a5a35edd
        Reviewed-on: https://gerrit.libreoffice.org/42626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [448e9da1b440561441602e3a0956218b2702767e]

        tdf#111994 WIN workaround PostMessage delays
        
        Fixes the "Multiple timers in queue" assertion by effectively
        removing it.
        
        When debugging it became obvious, that PostMessage returns, even
        if the message was not yet added to the message queue.
        
        The assert happens, because we start the timer in the Scheduler
        before Invoke(), so it fires, if we block in Invoke(), and then
        reset the timer after Invoke, if there were changes to the Task
        list.
        
        In this case it fires during Invoke(), the message is added. We
        restart the timer, first by stopping it (we wait in
        DeleteTimerQueueTimer, to be sure the timer function has either
        finished or was not run). And the try to remove the message with
        PeekMessageW, which doesn't remove the posted message.
        
        Then the timer is restarted, and when the event is processed, we
        end up with an additional timer event, which was asserted.
        
        As a fix this adds a (microsecond) timestamp to the timer message,
        which is validated in the WinProc function. So if we stop the
        timer too fast, the event is ignored based on the timestamp.
        
        And while at it, the patch moves timer related variables from
        SalData into WinSalTimer.
        
        Change-Id: Ib840a421e8bd040d40f39473e1d44491e5b332bd
        Reviewed-on: https://gerrit.libreoffice.org/42575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [43fd2b2597ce7ac3307794c712e4d8e29e26db5c]

        Fix typo
        
        Change-Id: I3bdc875963c413996ffb6403c44968447dbb3131
        Reviewed-on: https://gerrit.libreoffice.org/42629
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ddcdd4a59543fb8e4b6daefe12f3c7e9a8ca0765]

        Fix typos
        
        Change-Id: I51700733fda3a08570085ed6745961cd1680eabd
        Reviewed-on: https://gerrit.libreoffice.org/42588
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-22  Tor Lillqvist  <tml@collabora.com>  [8958240f01b22adebdc4b5b4c79e3cff0d330e3c]

        Bin leftover SAL_DEBUG
        
        Change-Id: I452909cc1f0529ecb24b1f705a86a0a8bc1a3c9f

2017-09-22  Jan Holesovsky  <kendy@collabora.com>  [551e639f467813e52ff4301822b6a7f8778a2ef4]

        lok: Don't freeze the LibreOfficeKit via the spell-checking popup menu.
        
        Change-Id: I045ed919daeefca612d7908dd7de50c36536c9a0
        Reviewed-on: https://gerrit.libreoffice.org/42608
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/42627
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [df44f5013867047abd9d6ebf02acda5a30873cea]

        EPUB export: add table testcase
        
        Fails without commit 54ad8ad0f0ce22299d28b4ec09eea26ad2691642 (EPUB
        export: initial table support, 2017-08-22).
        
        Change-Id: Ie8d793a8851dba894c57f2071e1b4717fa1e17af
        Reviewed-on: https://gerrit.libreoffice.org/42590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-22  Szymon Kłos  <szymon.klos@collabora.com>  [5e1be0161918fac4f7ce642e3b4a6ba767658124]

        Watermark: apply to existing styles (also not used)
        
        Change-Id: Ic57418f3191cc3c30a348db3e784d4cfbeffae79
        Reviewed-on: https://gerrit.libreoffice.org/42576
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [e5197c727b0bac54c4945068d37942a9d7b524e7]

        i18npool: -Werror=misleading-indentation
        
        Change-Id: I399f8266bf543aa7b31d7833bd27aa7bec8a6708

2017-09-22  Szymon Kłos  <szymon.klos@collabora.com>  [f10d5eb1435952052447fcb09dc1ece25202a48a]

        tdf#112334 unit test
        
        Change-Id: Ie041595ba604d4563d7ff356eee18ff3e50fef41
        Reviewed-on: https://gerrit.libreoffice.org/42628
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-22  Tor Lillqvist  <tml@collabora.com>  [632edfabe8065cd59a237d975ee03468ce4d868b]

        <drawinglayer/tools/converters.hxx> can be internal to drawinglayer
        
        And while moving it, get rid of the 'drawinglyer::tools' subnamespace.
        Less potential confusion with the global 'tools' namespace.
        
        Change-Id: Iab3c25be0cec7f3d182228d122837e9f2ac9a529
        Reviewed-on: https://gerrit.libreoffice.org/42619
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [442df6cf8345f8029d5a3b470bc4981a5aa2bf20]

        ofz: don't leak in face of exceptions
        
        Change-Id: Ic15590a13bd3770ee5dd7db76b21c830a4fe73e2
        Reviewed-on: https://gerrit.libreoffice.org/42587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Caolán McNamara  <caolanm@redhat.com>  [a411d7729ab2bed05c3c5d22a8cbcf5dde034b91]

        allow system-libepubgen to limp along
        
        Change-Id: I038421749ed6f20d74984beb2e703ffa43a09ff3
        Reviewed-on: https://gerrit.libreoffice.org/42620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [0fbfdce3eab680eb845af0d9cdb1d2352a5cbd28]

        compilerplugins: add test for badstatics
        
        Change-Id: Ibdb3144c0510ed723a01ca28d7cdcd6b21caec54
        Reviewed-on: https://gerrit.libreoffice.org/42596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  Michael Stahl  <mstahl@redhat.com>  [10bfae18b8a65459719586c74d7e0e7dbb2aa504]

        Revert "Revert "compilerplugins: Build them in parallel.""
        
        This reverts commit cd2725de90517cd63a17ccbf2c59c1e07eca5744.
        
        Norbert's list of CI performance issues includes
        "2/ clang plugin build should not be serialized (forced -j1)"
        
        Change-Id: Ib77f951a31adc20f6a9f88e8b51632bd81273327
        Reviewed-on: https://gerrit.libreoffice.org/42595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-22  lbenes  <lukebenes@hotmail.com>  [9bcf000b49252a2293d05135a1a3d62bca5a5dc8]

        tdf#112334 PPTX export style.color
        
        Change-Id: I6a5779cee379b82d81cc73a0d0c154e6caa51424
        Reviewed-on: https://gerrit.libreoffice.org/42613
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-22  Tor Lillqvist  <tml@collabora.com>  [e4a42606467bc2a02bd7b4dbe69720963c33bd63]

        Bin obsolete comment
        
        Change-Id: Id3a3fd5317aef2acdc30605f816c2656990a94b6

2017-09-22  jan Iversen  <jani@libreoffice.org>  [a4d0699a7a18320d2c0770e52532e0f7dcafcb9a]

        iOS, updated helper.s to do 64 bit
        
        Removed __arm reference
        
        Change-Id: I194d79ccb5ba2117e0f468080813bf8de1ada84a

2017-09-22  Tamás Zolnai  <tamas.zolnai@collabora.com>  [238cfa9efa21f08514703ea6cc181ce02d8feb12]

        tdf#112557: Subtitle placeholder shape leads to corrupted PPTX file
        
        Change-Id: I26680ecdb5f0db4f27180c221de062341af0265c
        Reviewed-on: https://gerrit.libreoffice.org/42611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-22  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [7320a375143a9ecda0515f38b35cba38679d60ea]

        remove confused error-handling
        
        - tracking the error state in a bool
        - which gets pushed by reference to subfunctions
        - and signals back error state from a bazzilion different location
        - in a long operation that is not grouped into one undo
        - and then haphazardly triggers an indiscriminate Undo
        - and in addition throws an excpetion
        
        More likely than not leaves the client with an undefined half-reverted
        state, which an impossible situation to properly recover. This either
        has to be done properly or not at all.
        
        Change-Id: I677f87e78c32f4d93c8d21e9df7130a2595da891
        Reviewed-on: https://gerrit.libreoffice.org/42510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [6c39f0665573e721e6913ba7b9b036d22154e6af]

        IndexedPropertyValuesContainer: remove iterators stupidity
        
        It uses random-access iterators, so just use O(1) increments
        
        Change-Id: I9f80789d0bc03184d346c6814fd015bc06876acd
        Reviewed-on: https://gerrit.libreoffice.org/42606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b63609ba5478ed9b020c113f5704f7ea8447dec8]

        loplugin:flatten in framework..package
        
        Change-Id: Ide8a97eae6e2fdc7d2dcccba1480ac55a9b555bc
        Reviewed-on: https://gerrit.libreoffice.org/42593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [4af6c0948be47d7816eb1b6f2137b70aba639f0d]

        loplugin:flatten in filter..i18npool
        
        Change-Id: I9024b8b614a4de83a4d927e1918f6d4904a7fccb
        Reviewed-on: https://gerrit.libreoffice.org/42592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-22  Stephan Bergmann  <sbergman@redhat.com>  [7b45044fd14661202c658923842dd629cf52961c]

        Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encoding
        
        (just in case)
        
        Change-Id: I7ba2967c1cef81a3f6604077d876c8b993f7f16a
        Reviewed-on: https://gerrit.libreoffice.org/42609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e590e4dd5e8d9e2fb94a5fff80fb5fd468a01de4]

        EPUB export: test image handling
        
        Fails without commit 28102e471d3cb6b6976380ca84b1094078ac1af1 (EPUB
        export: handle inline images, 2017-08-17).
        
        Change-Id: Ie96430e9b2d988574464d359111619fc18109566
        Reviewed-on: https://gerrit.libreoffice.org/42589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-22  Julien Nabet  <serval2412@yahoo.fr>  [a6b80833b0e8e2601fed7b9bc89ff79087edaf20]

        Replace some lists by vectors (ucb)
        
        Change-Id: I2e42f6b0f3835400bca008cca31129fc03a76359
        Reviewed-on: https://gerrit.libreoffice.org/42607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-22  Tamás Zolnai  <tamas.zolnai@collabora.com>  [31919b8909fa7b34412dd52c3d4dff17bc5b6fab]

        tdf#112552: Shape's gray background is lost after saving to PPTX
        
        Change-Id: I30f371ad301eede82ddcece4d91ffcd32e164115
        Reviewed-on: https://gerrit.libreoffice.org/42598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-21  Julien Nabet  <serval2412@yahoo.fr>  [46fa042b94a0364c09482e8a09f8874119db231c]

        tdf#111894: fix leak memory with PaletteManager (take 2)
        
        Thanks to Maxim Monastirsky for the suggestion!
        
        Change-Id: I6ab799848f80f785fd24905c0a540885c41afb86
        Reviewed-on: https://gerrit.libreoffice.org/42494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d98df77ec7b62e8847f5bad8c98983493018a4f]

        writerperfect: add initial UITest_writerperfect_epubexport
        
        Fails when EPUBExportDialog::VersionSelectHdl() does not take the
        version from the VCL widget.
        
        Change-Id: I8f77643ffbd7766ecec7bc2e148259765ab635b8
        Reviewed-on: https://gerrit.libreoffice.org/42600
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [462454b7e0aea2d067352e33f320198a850e0127]

        Map from GetLastError() to HRESULT
        
        clang-cl reported "error: comparison of integers of different signs: 'DWORD'
        (aka 'unsigned long') and 'HRESULT' (aka 'long') [-Werror,-Wsign-compare]"
        
        Change-Id: I568f03bd863ba63e30143483d9573042f3506de7
        Reviewed-on: https://gerrit.libreoffice.org/42597
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0098bee792c3e208ea4f6ef1c676958d3f4cd207]

        tdf#112501: Pivot table: popupbuttons are placed on wrong cells
        
        ...imported from XLS
        
        Change-Id: I45bc4a0182e6a62471bc02ac1bca31f9735e6566
        Reviewed-on: https://gerrit.libreoffice.org/42508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-21  Marina Latini  <marina@studiostorti.com>  [29bb6d45dd0f8adef0612bea99b3df6de7a6e82b]

        License date update
        
        Updated the copyright date from 2014 to 2017
        
        Change-Id: I9d2e6502c97bfa732ab636c9d47221a55d3cde56
        Reviewed-on: https://gerrit.libreoffice.org/42547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-21  Julien Nabet  <serval2412@yahoo.fr>  [0297d9cc3b3fb990956cc2f8021a645d3c4fb86f]

        Related tdf#112423: avoid crash when calling procedure twice (dbaccess)
        
        Since SbaTableQueryBrowser::implSelect returns a bool to indicate if everything is ok,
        should return false when we entered in a catch
        
        Change-Id: I9ae3ff3bf082278edb16a9b91701d6cf457e7179
        Reviewed-on: https://gerrit.libreoffice.org/42564
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [4e2068eba9cf68301611649af22546e0e255df11]

        Ignore AquaBlinker on Scheduler shutdown
        
        Change-Id: If107d2ac01b7be91be34ff753b52f307a6e10f58

2017-09-21  Damjan Jovanovic  <damjan@apache.org>  [7d6a17e4b1451610011d23fe9286ba54c0c9bd15]

        More naming errors. There are no "Descriptions" in the SDBCX module,
        
        there are only "Descriptors".
        
        Patch by: me
        
        (cherry picked from commit ccc4532f9ed95f4460941e2762ae3250d37805f5)
        
        Change-Id: Ifd4f34c7b1ba64b449222dc864a38df80f4c6727
        Reviewed-on: https://gerrit.libreoffice.org/42535
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [abb70f9db4f8a2a818e8ca2d2edcce2ee9704bb1]

        ofz#3454 Floating-point-exception
        
        Change-Id: I2432bff8e1c102b83f0b7aff1303a03539ce0350
        Reviewed-on: https://gerrit.libreoffice.org/42580
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [6ac0dc7003ac51274d3c18dba33eb952deac2e45]

        -Werror=unused-but-set-variable
        
        Change-Id: I8bdf8a4c04256ad665960dd6f0d71d032156a34b

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a612907aef4c9987f906c6b98aa9b400f58f617]

        loplugin:flatten in connectivity..desktop
        
        Change-Id: Iff59d3049ba40b4338ef8eec67d08a96b0834d2b
        Reviewed-on: https://gerrit.libreoffice.org/42578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a481dde031ba416ec4ef0351130e26e49417418]

        loplugin:flatten in editeng..extensions
        
        Change-Id: I2b68f5640471ea827c09af1b5a319fb526a53b4b
        Reviewed-on: https://gerrit.libreoffice.org/42579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac80f048f2bb23651ddc3c6608e9ef24635698d7]

        loplugin:flatten in basctl..configmgr
        
        Change-Id: I674cad57ce30a885e126d3bcc921f8fcb53dc36d
        Reviewed-on: https://gerrit.libreoffice.org/42577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [b5450f4afe2af6620fbbbdf686853dfa3293ff90]

        More missing GetSelectEntryPos -> GetSelectedEntryPos
        
        Change-Id: I89d1dfd2468691fce03a8525b3fa7209bf859293

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [4ca17132933b4d791bada10451f93fb1d28bf3be]

        ofz#3445 exception thrown through XMLImpRubyContext_Impl dtor
        
         #0 in __cxa_throw () at /lib64/libstdc++.so.6
         #1 in SwXFootnote::createTextCursorByRange(com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) (this=0xa21ef0, xTextPosition=uno::Reference to (SwXTextRange *) 0xa18cd8) at core/sw/source/core/unocore/unoftn.cxx:459
         #2 in XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl() (this=0xa18bf0, __in_chrg=<optimized out>)
            core/xmloff/source/text/txtparai.cxx:641
         #3 in XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl() (this=0xa18bf0, __in_chrg=<optimized out>)
            core/xmloff/source/text/txtparai.cxx:646
         #4 in cppu::OWeakObject::release() (this=0xa18bf0) at core/cppuhelper/source/weak.cxx:232
        
        Change-Id: I071dc65751724f96b2386dea4f26a6ef476f4ef6
        Reviewed-on: https://gerrit.libreoffice.org/42551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [cb14175ee3a2122041bbd831b968cfca7c1036b5]

        More missing GetSelectEntryPos -> GetSelectedEntryPos
        
        Change-Id: I0c59eac4d0bca2d0a086b9e319dcb50bc6a15b8e

2017-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [39e75be271667d156044d7641ff2347b9f8a513c]

        EPUB export: add uno command to bypass options dialog
        
        Similarly how this is possible with PDF. The toolbar button is hidden by
        default in Writer, though.
        
        Change-Id: Iaf3b61ac2160578f7eaabd194ce8932792575c29
        Reviewed-on: https://gerrit.libreoffice.org/42554
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [917bcea4b4660c516bb18691e4f8ee60313804ef]

        bump hunspell to 1.6.2
        
        Change-Id: I91d4d58f2b8ba69067de1d08476a8cebbb780535
        Reviewed-on: https://gerrit.libreoffice.org/42555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3c543f87d97060f8d9acb2166cc5c0ad01fa95b4]

        Updated core Project: help  c25389900adcc9915010b1867aa37e691ea05a62
        
        tdf#108090 Clarify array separators in help pages
        
        Change-Id: I60ddea24020d5775a373b1a06b1bdfa8f33d3c5d
        Reviewed-on: https://gerrit.libreoffice.org/42571
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [82a4a600a64ba6c7d05a9572f4d874d318098cb3]

        Updated core Project: help  aaf3eadc2accd171b57f13d013f9adf526651171
        
        Helponline: Override the “normalizer” rule messing with line height
        
        Otherwise, the body text looks cramped.
        
        Change-Id: I4bf6a8b714a243c5de333f46c4249e1c51060f50
        Reviewed-on: https://gerrit.libreoffice.org/42222
        Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [510a146ab6f86c726d3d7b86f682ac62a1cfba07]

        Missing GetSelectEntryPos -> GetSelectedEntryPos
        
        Change-Id: I353f64553ed5968e504d6f0c2a11131df8e2fc56

2017-09-21  jan Iversen  <jani@libreoffice.org>  [0dedbd2040a10098c6079443e21d1949ff384c14]

        iOS, change bridges to 64bit and reduce
        
        Changed __i386 to not __arm64
        iOS either compiles for arm64 (production) or x86_64 (simulator)
        
        add common parts to cpp2uno and uno2cpp
        
        Change-Id: I059f3cc23bb658d6d53dbf2bf4aa6634eeac9662

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [079525b21fa4f55902af86f67a79b5439db1a289]

        fix 'make solenv' test failure on clang-3.8
        
        clang-3.8 and clang trunk differ in how they represent ranged-for
        which leads to a test failure
        
        Change-Id: Ia8965802260fdc946d3a705c6fef82d98eeb8230

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [fafeedc865821b1b0dc25b66afd54757d6440b16]

        Fix creation of array clone
        
        The original code caused ClassCastException when the return value of toArray()
        was actually of type Object[] instead of Statement[].
        
        Change-Id: I6cd451404b7bd22a9a0c3490b6982cc38e79d1b2

2017-09-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f000bb2a23afba29797e6f187a8108266b01e620]

        blank doesn't take any effect anymore. remove it from android's fonts.conf
        
        Change-Id: I387ceac08ec5f78686cacd90f897c7c12758ae5d

2017-09-21  Stephan Bergmann  <sbergman@redhat.com>  [d3040663f0a1f4a9c88cb129e4c5c06416614218]

        Clean up construction of one non-ASCII-literal OUString
        
        ...in preparation of a change coming there soon
        
        Change-Id: I8861dbd47d0e514cd1c5dc0bb978724ae687f01c

2017-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d99b65c864cc3358238e4eac651f12a34d05e2d9]

        Rename GetSelectEntryPos -> GetSelectedEntryPos
        
        Change-Id: I0bd4cb463575af843c72d9c8aaf91742203532a4
        Reviewed-on: https://gerrit.libreoffice.org/42283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b649e5bf1d3f0a11fb0c2fdf6fa08329529ce6fb]

        Rename GetSelectEntry -> GetSelectedEntry
        
        Change-Id: Ibb7d8c59c0e61b0e87455bd78f241d8691dd9dce
        Reviewed-on: https://gerrit.libreoffice.org/42282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [06ce312f79cb0871c0b110ba4bff16f5aaa0f538]

        Workaround static Task destruction error
        
        A task has to get the SchedulerLock to remove itself from the
        Scheduler list. This doesn't work, if the Task is static, as the
        static Scheduler might be destroyed earlier. In this case we fail
        with the following backtrace:
        
         #0 SchedulerMutex::acquire
         #1 Task::~Task
         #2 __run_exit_handlers
        
        Thanks to Michael Stahl to catching this backtrace.
        
        As a workaround this marks static tasks, so they ignore the
        SchedulerMutex in the destructor, We also mark all scheduled Tasks
        as "static" in DeInitScheduler, as their cleanup was already done.
        
        In the end all Tasks should be removed from static objects.
        
        Change-Id: I38be3206378b9449193efaccbc96896ac8de9478
        Reviewed-on: https://gerrit.libreoffice.org/42574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cfcbf3573206c2e9c435f276ba8d7431c75665c]

        xmlsecurity: hold SignatureCreatorImpl by rtl::Reference
        
        Not going via UNO means explicit interface casting can be avoided.
        
        Change-Id: I4fa2db810cade787913bca222530405d8d2eb6a9
        Reviewed-on: https://gerrit.libreoffice.org/42573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [33725d5be1b2d4d4c34fa40070fd8e99de600473]

        attempt to fix android build
        
        Change-Id: Ie3eede03b90db272d70e7cb383c7a69d9db0f2ae

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [d430865f35b74706cd7a9b3cdab8084bc2068986]

        nothing to see here, move along
        
        Change-Id: I1dc03bb80562c4234e8a44bca0253dd3041a5151

2017-09-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [e8b5ec6590bbde63f3bbe50d049a3307d9d5682c]

        loplugin:unusedfields, fix var taking ref
        
        Change-Id: I0ea1f0c7488c140fca9f64de326c6ac588ece925

2017-09-21  Damjan Jovanovic  <damjan@apache.org>  [d6e8e522a396f97f71a92d9b5d7e03947a4ad803]

        Fix a typo in the XServiceInfo implementation
        
        for main/connectivity/source/sdbcx/VIndexColumn.cxx.
        
        It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and
        com.sun.star.sdbcx.IndexColumn, not com.sun.star.sdbcx.VIndex and
        com.sun.star.sdbcx.Index.
        
        Patch by: me
        
        (cherry picked from commit d2f0e14de2a52180ed84c0402e47a0de16589203)
        
        Change-Id: Ie8a8bead7f7b5dd2c655603a7355bc0b2678ef7e
        Reviewed-on: https://gerrit.libreoffice.org/42534
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [309c78fcf2fa004135fd6b15f9036dd69200457c]

        ofz#2881 avoid oom
        
        Change-Id: I1fa816bac5563503b9a4cc142bf3ec5d35ef0fbd
        Reviewed-on: https://gerrit.libreoffice.org/42536
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [4e302884ce0c05bbfd9b069cb969355d2f30c17d]

        add fods fuzzer
        
        Change-Id: I3cc5a0d8bb24dd33b63ed82866a4acfb7a2dd043
        Reviewed-on: https://gerrit.libreoffice.org/42459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [81c7311609d5c9b5ebf7348e805276a8864dadcf]

        ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is called
        
        so if there are still ScXMLDatabaseRangesContext on the import stack,
        i.e. exception thrown during ScXMLDatabaseRanges import, then
        stuff crashes
        
        =================================================================
        ==23249==ERROR: AddressSanitizer: heap-use-after-free
        READ of size 8 at 0x6020001c3190 thread T0
            SolarMutexGuard::~SolarMutexGuard() /src/libreoffice/include/vcl/svapp.hxx:1420:9
            ScXMLImport::UnlockSolarMutex() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:1916:13
            ScXMLDatabaseRangesContext::~ScXMLDatabaseRangesContext() /src/libreoffice/sc/source/filter/xml/xmldrani.cxx:64:19
            ScXMLDatabaseRangesContext::~ScXMLDatabaseRangesContext() /src/libreoffice/sc/source/filter/xml/xmldrani.cxx:63:1
            destroy /usr/local/bin/../include/c++/v1/memory:1838:64
            __destroy<rtl::Reference<SvXMLImportContext> > /usr/local/bin/../include/c++/v1/memory:1706
            destroy<rtl::Reference<SvXMLImportContext> > /usr/local/bin/../include/c++/v1/memory:1574
            std::__1::deque<rtl::Reference<SvXMLImportContext>, std::__1::allocator<rtl::Reference<SvXMLImportContext> > >::pop_back() /usr/local/bin/../include/c++/v1/deque:2604
            pop /usr/local/bin/../include/c++/v1/stack:212:19
            SvXMLImport::~SvXMLImport() /src/libreoffice/xmloff/source/core/xmlimp.cxx:418
            ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:769:1
        
        freed by thread T0 here:
            #0 0x6164a0 in operator delete(void*) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:126
            #1 0x6254e3 in ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:787:5
            #2 0x6259cc in ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:769:1
        
        Change-Id: Ia72284f99e2e2efe4f1f9e57b1483c0f1333274d
        Reviewed-on: https://gerrit.libreoffice.org/42502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [ca09ee972cfcdc1642f73f95bfc02481102a724d]

        restore zero init of mpGroupLevel members
        
        since...
        
        commit 19b34f615c04555f27978e2823ba735a9c9f882e
        Date:   Fri Jul 7 15:58:40 2017 +0200
        
            loplugin:useuniqueptr in filter
        
        originally
        -    mpGroupLevel = new sal_uInt32[CGM_OUTACT_MAX_GROUP_LEVEL] ();
        
        and turn this into a tidy member init list
        
        Change-Id: Ic3f012b348cfa4f4f30da678fd6bfc172d22e693
        Reviewed-on: https://gerrit.libreoffice.org/42465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Caolán McNamara  <caolanm@redhat.com>  [c66cd027864a7cab9cb2dc722439c848b769451c]

        ofz#2869 avoid oom with bmp rle images
        
        and to the sanity checks on remaining data size *after*
        the seek to the offset, which requires moving the read
        of the palette to remain before that seek
        
        Change-Id: I687a79fb3f109556c1a7aaa9423f77a1eb98a3cf
        Reviewed-on: https://gerrit.libreoffice.org/42461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71ee09947d5a71105d64fd225bb3672dfa7ce834]

        TSCP: add advanced classification dialog
        
        This adds a advanced classification dialog, which enables the user
        to manually construct a header/footer message from classification
        properties in cases where the user needs more control. All the
        text is inserted as fields into the end document and can be changed
        by changing the document properties. The simple classification
        still functions as it did before, which is what most users will
        want to use in this case.
        
        The BAF policy has been extended with new xml extension elements:
        - loext:Marking
        - loext:IntellectualPropertyPart
        - loext:IntellectualPropertyPartNumber
        
        They are used to fill the values in the advanced classification
        dialog.
        
        Change-Id: Ie2d638d69b8a9b0799cff9c2b785eb789f8af1d5
        Reviewed-on: https://gerrit.libreoffice.org/42474
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f22ad61038d5bf10dbe9f2ce0bdf0ef996be72f6]

        lint-ui: Error when label contains a colon
        
        Change-Id: I6c71db450fdd41c83e4b4b3e6dff9719a42ef2d8
        Reviewed-on: https://gerrit.libreoffice.org/42520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-21  Tor Lillqvist  <tml@collabora.com>  [f28db2168700bd611a33deb3c9aeabb9a35e215c]

        WaE: -Wunused-variable
        
        Change-Id: I6bcc39cd749f8cdbe550b94346c5cb8fd9f67097

2017-09-21  andreas kainz  <kainz.a@gmail.com>  [6a4681b1d38c4d64bbcae6a8cbdbf0c7f43e68b8]

        update calc notebookbar styles drop down and context-EditCell fix
        
        Change-Id: Iaa3242120f250fb75946c8c3c448364a54203db8
        Reviewed-on: https://gerrit.libreoffice.org/42342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-21  Gabor Kelemen  <kelemeng@ubuntu.com>  [50a210d48b7db47eaaafeb5520bd796d8e690346]

        tdf#105000, related tdf#80196: Make new color names translatable
        
        by moving the percentage to the end of the color names.
        Otherwise the code handling these would need more complexity.
        
        Change-Id: I6d200f3b705606406ee7f00c71ecb3f0944d1223
        Reviewed-on: https://gerrit.libreoffice.org/42570
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-21  andreas kainz  <kainz.a@gmail.com>  [fa03f36a02277388f123707c6e642e1ef59402a1]

        show icons in impress menubar -> view
        
        Change-Id: I2281df33c914094a797b9e2f05feab0adacc5724
        Reviewed-on: https://gerrit.libreoffice.org/42506
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [9796f792fef69bbe01b674365643d1fbb79918b4]

        tdf#99784 OSX run GUI stuff in the main thread
        
        The extension manager starts dialogs from its own thread. But the
        OSX backend currently doesn't defer these calls to the main thread.
        This implements the deference by running the called function
        in the main thread, using a code ^Block, and returning the result
        via a SalYieldMutex member.
        
        Change-Id: Id8977991e3eda91da27c23d8021e028d4f4cefe5
        Reviewed-on: https://gerrit.libreoffice.org/42448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4067487eb304c6686a22319c51790e41e311de08]

        clang-tidy modernize-use-equals-default in basctl
        
        to find unneeded explicit defined or default able
        copy assignments and copy constructors.
        Remove the default destructor if it's not needed.
        
        Change-Id: I8c53a8622a53398889397132ec1f464e996ac49d
        Reviewed-on: https://gerrit.libreoffice.org/42525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-21  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [4ac6a70524eb1383b8dab5e10bd3532434fe08a0]

        inline lcl_ObjConnected and lcl_InHeaderOrFooter
        
        - lcl_ObjConnected repeatedly fetched an invariant: pRoot
        - lcl_InHeaderOrFooter just checked for FLY_AT_PAGE, which was never the
          case in the one client of the function
        
        Change-Id: I38aa54d3d51f7dcdee015588a9043824a7703c5c
        Reviewed-on: https://gerrit.libreoffice.org/42509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-20  Michael Stahl  <mstahl@redhat.com>  [86f256596c8566e80993e1cf6035bc3534b6f816]

        tdf#112005 xmloff: ODF export: export embedded object text *first*
        
        ... before adding any attributes, so that the attributes don't
        erroneously get added to the paragraph element.
        
        Also fix the problem that if you set "ODF format version" to 1.1 or 1.2,
        export asserts in SvXMLNamespaceMap::GetQNameByKey() because the "loext"
        namespace isn't registered, and creates an invalid <p> element.
        
        Change-Id: I637f9d3ff746d877ced480e35ef53f4545a06a4b

2017-09-20  Stephan Bergmann  <sbergman@redhat.com>  [6c6e0149e0bc9607f4d3e601915e77d6646bc809]

        Pass --with-macosx-version-min-required into external/curl
        
        ...which wants to take it from CFLAGS, otherwise defaults to 10.8
        
        Change-Id: I1b086ee8abba1e4b46c67b6b4fe6a05c4ef7a3d8

2017-09-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [939436f03d46f39a6bb761c1e04f5fa5c06afa24]

        Updated core Project: help  73f7d3200315ff913d5880d6cc6e392e730c82ef
        
        tdf#111083 Memory settings help page is gone too
        
        Delete help pages related to memory settings in Options
        
        Change-Id: Ifcb66ef4bf404b8e942bf44caa6072a01147ad22
        Reviewed-on: https://gerrit.libreoffice.org/42563
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-09-20  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [bd32399039a81588fba058eddd3027bc67ed688e]

        [pt_PT] Added 21 autocorrect words
        
        Change-Id: Ib567a276fa81718b5d58363cae554196eafe37e3
        Reviewed-on: https://gerrit.libreoffice.org/42524
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5ae9fd0da1ff81fa48652326312bd2168225b563]

        Updated core Project: help  3e535dfe206e106a7a06e39a8e9f5a7b6e5bc95c
        
        Some better coding practice
        
        use $() in bash script
        
        Change-Id: Ia46e529bf2059a378b0f311ec2b6d5fc03e86f66
        Reviewed-on: https://gerrit.libreoffice.org/42566
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [fde7e6fc0df4cde280f49ccf4e012b837479065e]

        improve scoping, etc
        
        Change-Id: I3a4902b2954d500900062394d03a15aae5826e60
        Reviewed-on: https://gerrit.libreoffice.org/42557
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [ffd6efb959f72ab2ef7a015ce64158277eb6cdac]

        ofz#2298 don't reuse previous frame alpha is this frame has no alpha
        
        Change-Id: Ie5a50e8aafdafdbeaa66f07e1f99bb7785e7ee64
        Reviewed-on: https://gerrit.libreoffice.org/42550
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [ec010acad55dd81d735b0a45f498a3e60ffbf0b3]

        xAcc always exists at this point
        
        Change-Id: Idea4b63bc8556ddd23c81385a050155b0e0012b3
        Reviewed-on: https://gerrit.libreoffice.org/42549
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [6a92a855a0708b2a9ca9c0b8b364b02e84ed703a]

        convert to a vector
        
        Change-Id: Ie8223d426a5a5411afb0cb55845e3086d234511c
        Reviewed-on: https://gerrit.libreoffice.org/42548
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Eike Rathke  <erack@redhat.com>  [8e7196a56bd8c8b7b82a712a916cda1de21177b6]

        Get the comments right
        
        Change-Id: I936b22af55b4dae3c9352f4e1238a6351a03cb3d
        Reviewed-on: https://gerrit.libreoffice.org/42553
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [917d0471d0fd001a0177f9ee7ea505ef438727dd]

        fix another memory leak
        
        Change-Id: I3cb34e3efc1c071e556b7c30c1b97e4956e998af
        Reviewed-on: https://gerrit.libreoffice.org/42544
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [d15109f745b87ce849c8ad3019635240c08d7982]

        repeat for StripOffsets
        
        Change-Id: I87810b2ee99dc5fce12062e5ebdc97e294d38542
        Reviewed-on: https://gerrit.libreoffice.org/42543
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [7c98711c5ac80214901bf0c284bdb127d41d345c]

        use aStripOffsets.size instead of nNumStripOffsets
        
        Change-Id: I5d4f65beb7162aabe51fb932c3aec6a4f9b55684
        Reviewed-on: https://gerrit.libreoffice.org/42542
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [7b75cfe32d9a8bfca87dcf424f95c19012d7d586]

        valgrind: leak of pStripOffsets
        
        convert to std::vector, don't need pOldSO anymore then because
        the original values are retained in aStripOffsets on resize
        
        Change-Id: I9f82b0ca85eb174ba5f1f5a9e63be8eb32da5394
        Reviewed-on: https://gerrit.libreoffice.org/42541
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [45fef37f2cf8f94bea269ccf939a3eea72d94311]

        ofz#3439: Direct-leak
        
        Change-Id: I6949e9dc12738fdfc5b4099cf0680e606cada27b
        Reviewed-on: https://gerrit.libreoffice.org/42537
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Stephan Bergmann  <sbergman@redhat.com>  [0d3bcf5763124b6f94223f7223de18f1faffc72d]

        Don't expand $(call gb_Executable_get_target,python) too early
        
        Caused a clean 'make PythonTest_pyuno_pytests_ssl' to fail for me with
        ".../instdir/program/python.exe: No such file or directory" as the above
        apparently expands to nothing at the time
        solenv/gbuild/platform/com_MSC_class.mk is read.
        
        Change-Id: I33ad8d8d0876dcec9b9cb02b71a9399d959cf660

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [6c4e37c8263442356587cb7cd75039d73792d346]

        bump libexttextcat to 3.4.5
        
        Change-Id: Id561d4acb9347768d74233dea3e7b06ff7374477
        Reviewed-on: https://gerrit.libreoffice.org/42546
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [eef3b0182af2f6196eb4c2a402d72eeaed069083]

        EPUB export: add uno command to trigger the filter
        
        This is quite similar to PDF, except that by default the File menu
        doesn't advertise this command. Possible to add it via Tools ->
        Customize -> Menus -> Search -> EPUB.
        
        (Reasoning for having a dedicated UNO command for EPUB is an increasing
        amount of users look at EPUB as the new PDF, given how non-reflowable
        PDF is hard to read on mobile devices, while EPUB is primarily
        reflowable.)
        
        Change-Id: Ib80f784a630a192f5b6ffbbfc60cb565fda7ed37

2017-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [321c2d4426bf9f856e780c3ad089286d92265047]

        Upgrade libxmlsec to 1.2.25
        
        Part of the configure is upstreamed, drop those 3 hunks.
        
        Change-Id: I5f2ad217aaba050969cb655091f33fe61970a512

2017-09-20  Eike Rathke  <erack@redhat.com>  [ea572a4fc616721b2d77baf6242c48a371fdc489]

        Resolves: tdf#99477 freeze first col/row always set a freeze
        
        The previous implementation had the odd behavior that Freeze First
        Column and Freeze First Row removed any frozen state (column or row) if
        there was one, instead of freezing the actually selected choice.
        
        Changed to
        * Freeze First Column
          * always freezes the first column
            * removes another column freeze if there was one
            * keeps a row freeze if there is one
            * checks the Freeze Rows and Columns toggle box
        * Freeze First Row
          * always freezes the first row
            * removes another row freeze if there was one
            * keeps a column freeze if there is one
            * checks the Freeze Rows and Columns toggle box
        * Freeze Rows and Columns
          * freezes at the current cell cursor position if there was no freeze
            (toggle box was unchecked)
          * removes any freeze if there was one (toggle box was checked)
        
        Change-Id: I38c4b6f0486ef8e93da0bb3a69a99e5c7709a21e
        Reviewed-on: https://gerrit.libreoffice.org/41908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ecdf8f280379c87e23c8dd1f138d63a75f4a9dbd]

        pre-commit-hook: Also check xsl files for whitespace and tabs
        
        Change-Id: Ibc1520735ab20787496564e8561a6bb5920a5538
        Reviewed-on: https://gerrit.libreoffice.org/42280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [28dff3780f9074f585bd626e2f06c94124ef4910]

        Clean up xsl files
        
        * Remove trailing spaces
        * Use 4 spaces for indentation everywhere
        
        See discussion at https://lists.freedesktop.org/archives/libreoffice/2017-September/078433.html
        
        Change-Id: I0bb9a0b9b0502cdf0870529cea37ee9c4d1ffdf4
        Reviewed-on: https://gerrit.libreoffice.org/41009
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-20  Serge Krot  <Serge.Krot@cib.de>  [732d2e8bb19dbb65f6786e0d109020c189920e1e]

        tdf#106939 Move OK, Help and Start buttons to bottom
        
        Change-Id: I4c08723878a819139977ec4815505c5c02ca8e9f
        Reviewed-on: https://gerrit.libreoffice.org/42326
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [28dcfd26083bb2ce3174f8387b591137f6523f89]

        improve scoping
        
        Change-Id: I82e68bc00780ef37399b30f5374df4ef792546e9
        Reviewed-on: https://gerrit.libreoffice.org/42540
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Caolán McNamara  <caolanm@redhat.com>  [f9a48edc0a4c9144a2091ab782f6a6676bfcf4bf]

        Related: tdf#101881 keys not handled by native menubar sent to vcl one
        
        so 'o' pops up native menu, shift+o is unhandled by native, sent to
        vcl one which pops up some shoddy emulated version of the o menu
        
        Change-Id: Id6b0d27dd81f8a6d141cef79cc4825703c923636
        Reviewed-on: https://gerrit.libreoffice.org/42538
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-20  Michael Stahl  <mstahl@redhat.com>  [0ae13c77b6b20c2b58131fd21fea0ffce2a7a825]

        xmloff,sw: some stylistic cleanup to conditional styles
        
        Change-Id: I1722a0b3d67a7c8740daa5a131d7800319ee2373

2017-09-20  Stephan Bergmann  <sbergman@redhat.com>  [2c7ec52b028ea389c6a1c6ce2ee9b6e83566a4e8]

        Missing dependency
        
        otherwise CppunitTest_sw_rtfimport failed with
        
        > ##Failure Location unknown## : Error
        > Test name: testFdo52052::Import
        > An uncaught exception of type com.sun.star.container.NoSuchElementException
        > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
        >
        > ##Failure Location unknown## : Error
        > Test name: testContSectionPageBreak::Import
        > An uncaught exception of type com.sun.star.container.NoSuchElementException
        > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
        >
        > ##Failure Location unknown## : Error
        > Test name: testTdf59454::Import
        > An uncaught exception of type com.sun.star.container.NoSuchElementException
        > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
        >
        > ##Failure Location unknown## : Error
        > Test name: testLndscpsxn::Import
        > An uncaught exception of type com.sun.star.container.NoSuchElementException
        > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
        >
        > ##Failure Location unknown## : Error
        > Test name: testImportHeaderFooter::Import
        > An uncaught exception of type com.sun.star.container.NoSuchElementException
        > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui
        
        Change-Id: I10c12f4b0ab49ec747fa64cc0b5d4fca252ff590

2017-09-20  Jan Holesovsky  <kendy@collabora.com>  [012f153259d7541604ba78f1cb0b4b2df968672d]

        lok: Expose the automatic spell checking state in the UI.
        
        Change-Id: I5c22ff70d3895b0f4a86eb8be85dde971604874a
        Reviewed-on: https://gerrit.libreoffice.org/42480
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-09-20  Michael Stahl  <mstahl@redhat.com>  [0581342a5beffefe96ac3b10f46763cda93285a8]

        gbuild: remove obsolete comment
        
        There is only one PCH since commit "kill gb_NoexPrecompiledHeader"
        2bf530153e9fb24aef62bf5e16e23ea1412887dd
        
        Change-Id: I1b31462227df021068e8a6320d0613809d2503bc

2017-09-20  Michael Stahl  <mstahl@redhat.com>  [adbf0374e92508ff7170cc1bde9ca63de112ca11]

        filter,sc: try to prevent potential SeekToEndOfRecord infinite loops
        
        SeekToEndOfRecord() now doesn't seek to EOF if the offset is too large;
        break out of loops in the obvious cases where this could be problematic.
        
        But don't use SAL_WARN_UNUSED_RESULT because unfortunately GCC doesn't
        allow to explicitly suppress that with a (void) cast.
        
        Change-Id: Ie0211075bf0f4ef271bb26bdfead5fb070875a2b

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc97ede7cffbb5ce704602456ba0f560caee22a2]

        new loplugin flatten
        
        look for places where we can flatten the control flow in a method by
        exiting early with a throw, ie. instead of
        
           if (cond)
               stuff();
           else
               throw ex;
        
        we  change it to:
        
           if (!cond)
              throw ex;
           stuff();
        
        Change-Id: I8b6bdf883b325807c7e3a3ef698e4f4606e7d38b

2017-09-20  Sabin Frandes  <Sabin.Frandes@cib.de>  [cb6fd6b3427b6cf74d5b262f5acc015029f24148]

        tdf#112381 Macro Organizer: Move Run, Close, Help buttons to the bottom
        
        Change-Id: Id08ce71bcd060121630c3a9194f8cfe663ca5822
        Reviewed-on: https://gerrit.libreoffice.org/42331
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [53fc42e4beca11fba1f0a697e9259190ebfad249]

        beanshell: don't remove the getPeer call, access it by reflection
        
        Change-Id: I031580c6edd0d80727d940b4fd300308a905a383

2017-09-20  David Tardon  <dtardon@redhat.com>  [8110931480b740c11dce7921d4ade9a3dbb73721]

        group java-requiring tests together
        
        Change-Id: Ie4e5422d2a6cb01b4a899ed0982d60fe65c386d7

2017-09-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [69d0cb2ad79243c3fa2f17078ca7e32624a31d6b]

        Ignore DrawWorkStartupTimer on Scheduler shutdown
        
        Change-Id: Ia0cf4311b42dfa170ce429a958a26afd9c70ff0c

2017-09-20  Szymon Kłos  <szymon.klos@collabora.com>  [146a64bb52a7d51cd27021311fb3ad9075e94d10]

        tdf#112333 PPTX export animClr
        
        Change-Id: Ibf230a6c4ddac4806dab235c3394778db26da38c
        Reviewed-on: https://gerrit.libreoffice.org/42476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-20  Tor Lillqvist  <tml@collabora.com>  [6978f506a439cc8bf30393568ba496c266eafdb2]

        Bin some noise comments and ASCII graphics
        
        Change-Id: Ib0e786b0e8401da3e3c93bf254727411774e8f43

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0aed1459513be5e08fab9de06848df5dc9d0b5f]

        unused m_sNoSubjectST/m_sDefaultAttachmentST in SwMMResultEmailDialog
        
        ever since
        
            commit ba0796b331247b27886384377c480e413c3ee83d
            Date:   Wed Dec 23 17:43:14 2015 +0100
            mailmerge: Killed the 'Save, print or send' page.
        
        Change-Id: Id77cd6beb3eaa13ead848495d9f8661c83f60975

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e159f8b128a9fd1eda8e499e12304aaef97bd7e0]

        unused maFilterService in filter_info_impl
        
        since it was added in
        
            commit d0d152d4e3e99c41dd71187eca917470c4d64adf
            Date:   Fri Apr 4 15:34:02 2003 +0000
            INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED
        
        Change-Id: I69bf6cad4e3d637c065d967a2b5915312cc23e93

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [31d7894d8b0a08fca8bf8b08c2c0296b48b64f5f]

        unused aDDLastRectPos in SvxIconChoiceCtrl_Impl
        
        since
        
            commit bf2373daf50595c02741f63d941fda0462535d62
            Date:   Tue Jul 26 23:32:40 2011 +0200
            callcatcher: remove unused methods
        
        Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [dff3e4887d1aa99801fdc70cd6253fb490617407]

        unused fields in XFormsEventConcrete
        
        ever since
        
            commit 6297bf4e24bd48b52083ca711ac9930f60bf85c8
            Date:   Wed Mar 23 10:39:28 2005 +0000
            INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED
        
        Change-Id: Ic4915a9b31c3a5f0222da0a4fc8557b2cbe6078e

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4174b5b08b461db489f681c1366e5c01b86013ca]

        unused m_aModuleIdentifier in StatusBarManager
        
        Change-Id: I1f8260fd148b694337ea0440eb2edde4753b34c1

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b92068bbe2a907b6e1fa9637ee5740f6daed75a8]

        unused m_aModuleIdentifier in UIConfigurationManager
        
        Change-Id: Idd4ced156201e81ee818d4b6b69e6c4d254f3387

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e86b07e292dc91d67a72a56e7cc15b8c2a9694a9]

        unused m_sUpdateTableName in OQueryController
        
        ever since
        
            commit 2106d8e648449d34b195068eef5f672a14ea64a8
            Date:   Sun Jun 10 21:51:19 2012 +0100
            callcatcher: update unused code
        
        Change-Id: I88a13c5c414a86a82efc6883d2e1602199569dc9

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0aff40f3e0c91aaae51802bca4b6b77f18ae848]

        unused sNumCharFmtName fields
        
        ever since
        
            commit 89ef4dea325a11c706ff9619ff4717124260f864
            Date:   Fri Jul 17 10:34:58 2015 +0200
            loplugin:unusedmethods cui
        
        Change-Id: Ibfa3841168448d4f08075a684fa36262b303210f

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [6c5fdc30851f261ad8f70cb23ead82c4cbe46bb8]

        unused m_nFetchSize in OResultSet
        
        since initial
        
            commit 77e4adbe4759f21f6cf095d954391a9ddbbec2cf
            Date:   Mon Sep 17 22:50:49 2012 +0200
            mork driver implementation
        
        Change-Id: I226c4065a5ab4404cc9e99eb3e026d153d1ccf08

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c9f104390032d99517e9bd1e16333fcc5fa472f]

        unused bPageToggle in GraphicImport_Impl
        
        ever since
        
            commit 0929dfa83ca4dbc675c74854566ce4e25def0dbd
            Date:   Sat Jan 11 11:54:14 2014 +0100
            writerfilter: drop never generated rtf
        {XAlign,FHDR,YAlign,XRelTo,YRelTo}
        
        Change-Id: Icabe9ff848e3cc9918741e9c68d8f2312145fb74

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [beebcb8ee0b47172978a23d8d555859daf0f4474]

        unused bVertFlip/bHoriFlip in GraphicImport_Impl
        
        ever since
        
            commit 4a924576e415f16e0571542bb0d683529f9046ff
            Date:   Wed Jan 15 20:24:41 2014 +0100
            writerfilter: drop unused BlipDib and FSP in doctok
        
        Change-Id: I9bf644bdc4b37cb6c4a9a9ab7757c4a83a520cd7

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c0cbc87f23f228f66dc22428cddd7e395c1119a]

        unused m_xStorage in RTFDocumentImpl
        
        ever since introduction in
        
            commit 328d154015f8cb733ed62d793bbbc31eb4cc971b
            Date:   Fri Jun 10 18:56:08 2011 +0200
            resolvePict: import the stream as a graphic object
        
        Change-Id: Ife03094d721621cc592be9cd94899a4e40550330

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [107524b99f087af9bea02e2d4e61a04a8c3ecbe0]

        unused aCId in ScHTMLExport
        
        ever since
        
            commit fa135fd0e05fc4ba784b4349d65f2e5ed26c0f55
            Date:   Tue May 31 10:30:35 2016 +0200
            remove unused SID constants and associated code
        
        Change-Id: I47388fa5dcfec67bbcd9f7bf0a079d9376bc05af

2017-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4819162e452ff96f2a2e652a48a7bc3bfa3bc400]

        simplify calling listeners
        
        Change-Id: I4bf0d378003d1f54685f6c55c0314c117b243526

2017-09-20  Serge Krot  <Serge.Krot@cib.de>  [8abc7ba9784f7898576fbdd7a48f0ff9e4445a68]

        tdf#98980 Update selection inside control when new slide layout is selected
        
        Change-Id: Ibf8fe8d2fcdb5efef6df657607e65a791b67d4a0
        Reviewed-on: https://gerrit.libreoffice.org/42462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-20  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [e73961022d8efda407c3f5ed806f78bb7cc0e0b4]

        no need to queue formats in header and footer ...
        
        - we can call MakeFrames on them right away
        - as there had been performance issues on mail merge here before, this
          might a bit quicker for suoer large documents.
        
        Change-Id: Idd84d7e6a962d00d59e2981f63ed9db60377fa01
        Reviewed-on: https://gerrit.libreoffice.org/42442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-20  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [ce2fce9a41729774689080c8b5552b60c2e6ee2d]

        tdf#112447: connect all objects
        
        - fixes regression from 575e222a1742918be052f2b716ddf57ce0008404
        
        Change-Id: I686ce41c87e5b421e0382658404cf7bb153a4812
        Reviewed-on: https://gerrit.libreoffice.org/42439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-20  Tor Lillqvist  <tml@collabora.com>  [018f875cb03aadd6fbb56cad463fef3ab932e274]

        Avoid API present from macOS 10.13 if building to run on older
        
        utimensat() and futimens() are new in 10.13.
        
        Change-Id: I03448adb17b40a646771c37179bd70c787547ca3

2017-09-19  andreas kainz  <kainz.a@gmail.com>  [856ba5f73f2882abdbae6c3f70e8bdbc307e1cc9]

        add signature icon cause the icon is available (in breeez)
        
        Change-Id: If221848b1ef389a1816e5aab71f784ddd932c9bc
        Reviewed-on: https://gerrit.libreoffice.org/42347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-19  Michael Stahl  <mstahl@redhat.com>  [ec100b7066d5a00178deb3a1625da07fd1c3b416]

        sc: fix infinite loop in XclImpDffConverter::ProcessShGrContainer()
        
        ... and also in XclImpDffConverter::ProcessDgContainer()
        
        This was looping in CppunitTest_sc_filters_test, reportedly since
        commit 7e8c38b69742ff037a5e239bf0f02665f053ea53.
        
        The problem is that checkSeek() doesn't actually seek until EOF
        if the offset is too large.
        
        Change-Id: I16226a88388dcac8069d6a4cad860470540466e3

2017-09-19  Michael Stahl  <mstahl@redhat.com>  [ee599ea46365adc37f4d495d9ff9778c25c04c92]

        xmloff: fix stack-use-after-return in SvXMLExport::exportDoc()
        
        PropertySetInfo(PropertyMapEntry const * pMap) stores the pointers,
        and its lifetime is controlled by refcounting, so the lifetime
        of aInfoMap can't be automatic.
        
        ERROR: AddressSanitizer: stack-use-after-return on address ...
        ... is located in stack of thread T46
        at offset 224 in frame SvXMLExport::exportDoc(xmloff::token::XMLTokenEnum)
        
        This frame has 39 object(s):
          ...
          [224, 288) 'aInfoMap' <== Memory access at offset 224 is inside this variable
        
        Change-Id: I4eaa9d38bab708b222d999b0982100d7ef97e95c

2017-09-19  Tor Lillqvist  <tml@collabora.com>  [eba34a557cdacd6a39d2e86fadc25eb1e2707b57]

        connectx() is available only on Mac OS X 10.11 and newer
        
        Compiling against the 10.13 SDK with --with-macosx-version-min-
        required set to 10.9 or 10.10 (or defaulted, meaning 10.9) causes a
        compilation error now. Earlier SDKs did not catch it if you were using
        connectx() even if targeting pre-10.11.
        
        Try the approach from https://github.com/curl/curl/pull/1336/commits .
        
        Change-Id: I7cac294931c8afa6ff26a6ca9cf4491aff249de0

2017-09-19  Eike Rathke  <erack@redhat.com>  [0961cfc50a7e992d97c5c681a02a348fd3c10634]

        Writer Web export to PNG,JPG: switch to proper SvFilterOptionsDialog
        
        Change-Id: I6388ad03d4b94556f5a955d06c1f4e0d8c7188b1
        Reviewed-on: https://gerrit.libreoffice.org/42501
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [51c7d52ee1ff26ebf5fe407520514c484e0d7f82]

        Writer does not support selection, so don't claim it would
        
        Though it doesn't change anything UI wise.
        See also commit cb9d99dbb5a7249ca7437bd5c30c6c9374089a16
        
        Change-Id: Ic5e0e411325945f91a00b58da5341eeecd7b6623
        Reviewed-on: https://gerrit.libreoffice.org/42500
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Tor Lillqvist  <tml@collabora.com>  [d00110cf5589f04f198742a1ee6d7f43aebe3c0b]

        Accept macOS 10.13
        
        Change-Id: I52fb11c8830a5a78c7a9181708f1727b473069e3

2017-09-19  Eike Rathke  <erack@redhat.com>  [7c8db524248bacc1dfa22df7bad0ad81e31d63ca]

        Writer export to PNG,JPG: switch to proper SvFilterOptionsDialog
        
        With all bells and whistles, instead of the crude size/dpi JPG dialog
        even for PNG.
        
        Change-Id: I695a78643e07900822ec9253ac818efd52339cc0
        Reviewed-on: https://gerrit.libreoffice.org/42498
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [9d46ee5e17fe70fb6fc0cbdcb85096ca8c7cff20]

        Call getCurrentPageWriter() only for Writer
        
        Change-Id: I81dd61c33a0bc69e43d3325b297c44e5b7b732bd
        Reviewed-on: https://gerrit.libreoffice.org/42496
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [5214e841b6ca5362f94d59f940ec3947978c1abe]

        Detect Writer doc independent of selection, we'll need that later
        
        Change-Id: Ieddbcd3e8b750ec4b32643aec0433f8638ee46ee
        Reviewed-on: https://gerrit.libreoffice.org/42495
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [cb9d99dbb5a7249ca7437bd5c30c6c9374089a16]

        DocumentToGraphicRenderer: suppress selection for Writer, it doesn't work
        
        See FIXME comment.
        
        Change-Id: I7511f5b498029fedcbd0c39d5ec67288782330ae
        Reviewed-on: https://gerrit.libreoffice.org/42493
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Paul Menzel  <pmenzel@molgen.mpg.de>  [c9f765c4de58bd9b79c52b1b536c19c2abd06b0c]

        Updated core Project: dictionaries  7250202493f1d91c5568db3363a268f7e5dcac42
        
        de: Strip trailing spaces from README files
        
        Change-Id: Ie07d9c56d0e17612c1b1baaa2c0e29df4c3ad3cb
        Reviewed-on: https://gerrit.libreoffice.org/42484
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2017-09-19  Paul Menzel  <pmenzel@molgen.mpg.de>  [ee0147f4918cbf209b5b859c8f2c8616d6f7a47c]

        Updated core Project: dictionaries  8b73c571cb27bb29d26f3e218dedee2b680c3a04
        
        de: Use more secure HTTPS URLs
        
        Change-Id: Iff2c6eddd7a0211b85f884d9e2601529daa3bab2
        Reviewed-on: https://gerrit.libreoffice.org/42483
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2017-09-19  Eike Rathke  <erack@redhat.com>  [0d3dd9cf787a1a7329e70dd42ef0e172e6c18a59]

        DocumentToGraphicRenderer: current page is 1 if selection
        
        Change-Id: I0d26cd4da6f39c27b06df53596f9f405c5b0771f
        Reviewed-on: https://gerrit.libreoffice.org/42491
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [76b116e5076010f49e177d9d4dc0a39f23bc3d26]

        oops..
        
        Change-Id: I78c5bff1cc7503de066b151658f01fdc5d4b303b
        Reviewed-on: https://gerrit.libreoffice.org/42490
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [cb6cbbd5cad2ea0433cf5cc3ced8491f5c400a38]

        Introduce DocumentToGraphicRenderer::hasSelection() and maSelection
        
        Change-Id: Ib7a9df04eb1b8646e20f58c3f9af3ee2dbbb13db
        Reviewed-on: https://gerrit.libreoffice.org/42489
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [179da6befe2181e276a12de350e3dd80682c4b2f]

        Rename getCurrentPageWriter() to getCurrentPage()
        
        ... and let getCurrentPageWriter() be a private implementation detail.
        
        Change-Id: Iaa14d8eab81e5750fbaf45adc6aab66eee9018eb
        Reviewed-on: https://gerrit.libreoffice.org/42488
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [d915987bfcd99deb9446781408d475ff96b1df55]

        'a'CurrentPage gets on my nerves
        
        Change-Id: Ifb6137048d7206c1f3a718331ed8b42f746052bb
        Reviewed-on: https://gerrit.libreoffice.org/42487
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [9c90cf14cc200778e3689371e62fa4c19466f75c]

        Writer export to PNG|JPG dialog preparation, current page number nonsense
        
        ... if selection, workaround to get SvFilterOptionsDialog displayed.
        
        Change-Id: I7ebf2bfa8054555db2365078a02effd88ce5836f
        Reviewed-on: https://gerrit.libreoffice.org/42486
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-19  Michael Stahl  <mstahl@redhat.com>  [055456b075c0c953cd6216d518b5a92e8f5b54bf]

        odk: document what doxygen means by "Protected Member" in IDL
        
        Interfaces and services that are marked as "optional" in IDL are
        deliberately tagged as "Protected" by doxygen, while everything else is
        "Public", so that in the inheritance diagrams dashed lines are drawn
        for "optional" bases and solid lines for non-optional bases.
        
        Unfortunately this also causes doxygen to produce the text "Protected
        Members", which appears hard to change, so just document it for now.
        
        Change-Id: Ice878981bac5bbb7a8a33a10f2b5f68c394e4340

2017-09-19  Michael Stahl  <mstahl@redhat.com>  [98e69875f91fb4d44659b8e48388364ac6f27147]

        sal: fix numerous doxygen warnings
        
        Change-Id: I2fd3fb7b67a62d349ff917466b08c75c19dcbff6

2017-09-19  jan Iversen  <jani@libreoffice.org>  [5fdbcb2e082ad2bfd6f92064e8b3713504cc81c1]

        iOS, libzmf patch for 64 bit.
        
        add patch
        
        Change-Id: Ieee366fc0bfd5837e5fd9c326e0a021bac7e3e84

2017-09-19  jan Iversen  <jani@libreoffice.org>  [2344433ab47db4736d2d5ac732dfb7c5dcbece32]

        iOS, prepare libfreehand for 64 bit.
        
        updated config.sub
        
        Change-Id: I7ca88e740fc479794a902be8decdbcf82032130b

2017-09-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [abcdddaf4b847a7135739cd5d3183b864c5679bf]

        Updated core Project: help  e52676102bf94041c27870a5ae86d7532db637ac
        
        Helponline: more language support
        
        Change-Id: I138ff9551f7d8c99c92a32bdcf91d261168ba5bb
        Reviewed-on: https://gerrit.libreoffice.org/42482
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [49585b5bac0ee3861afbde779a0d3b380421d264]

        Mark patch as upstreamed
        
        Change-Id: I6e49099a264fbe1ddddd4931182eb6247be9cb10

2017-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [5688a2ffd903738985ce1d4838b510d1999cdc7e]

        xmlsecurity: be consistent inside #ifdef _WIN32
        
        The other ifdef doesn't influence indentation, so don't do it here,
        either.
        
        Change-Id: I84259a46d1f66180e4fea295930f40b2b83e58fc

2017-09-19  Szymon Kłos  <szymon.klos@collabora.com>  [f44aa84331cfa22db6e85e238b6cee698a8d9978]

        tdf#112333 PPTX export fill.type & fill.on
        
        Change-Id: I2407d0227e10204354ee69fd9a2af9ca93077221
        Reviewed-on: https://gerrit.libreoffice.org/42432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [c72a1a74b5b1064fc9cdf9994b11fce26d866e26]

        Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>
        
        Usually a DOCX numbering definition has multiple levels, each level
        containing a <w:ind ... w:hanging="..."/> element. When this is missing,
        we should default to the Word default, not to the Writer one.
        
        This makes the DOCX version of tdf#106953 imported correctly, in
        preparation of dropping the original fix that helped RTF only.
        
        [ The DOC version of the bugdoc is still not imported correctly. ]
        
        Change-Id: Ib7fc1de55316a73188c023665a585ac7056341f7
        Reviewed-on: https://gerrit.libreoffice.org/42447
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [f00ca5f26492a56378da0c7e54003419d8c7dd05]

        prep for other flat xml formats
        
        Change-Id: Ib2aa62f06f8b8a69b4dfbea5a1137aede18f6b78
        Reviewed-on: https://gerrit.libreoffice.org/42458
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [67141d8331f9cb85751a4747986774b53b7f4a77]

        external/libexttextcat: Silence various -fsanitize=shift-base
        
        ...during 'instdir/program/soffice
        writerfilter/qa/cppunittests/rtftok/data/pass/EDB-18940-1.rtf'
        
        Change-Id: Icd5eb7b1f574e95b48b9d2fcb97d4157404dda13

2017-09-19  jan Iversen  <jani@libreoffice.org>  [bb826321b590ea793d0a225489b45e0c2c6ac237]

        iOS, solved code never reached (sbxvalue.cxx)
        
        used #ifndef to avoid "code never reached"
        
        Change-Id: I3f3d6f9aa31a263b783528e2921133ed526146c9

2017-09-19  jan Iversen  <jani@libreoffice.org>  [bc6aa1c4c3304baaaec4c9e14d47b983d186550b]

        iOS, patch libcdr to accept 64bit compile
        
        Change-Id: Ifa52ee6caedbf79450b098a3a0debe75836debb8

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [a706590e8e7cd048e3117bc9a5ff7677fd5ab490]

        Better update of external/boost/boost_1_60_0.undef.warning.patch
        
        follow-up to 9d837f19d1bf4cfbdee528e027f5b72d9b1da73d "Upgrade to Boost 1.65.1",
        in accordance with <https://github.com/boostorg/config/commit/
        2dfd1a95bab49afcc374aadb1491d8fde189db74> "Move workaround.hpp out of detail
        (used by more than Config)"
        
        Change-Id: I666911ef89e94b4ab717c23394b76dd0662dd9ef
        Reviewed-on: https://gerrit.libreoffice.org/42443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [6e1bcb87e572764692a0c6b712b50ff9a2dedb0c]

        Updated core Project: help  994536d0140bbe439dfedf9ee551aa665f8b87dc
        
        Add more lang in helponline custom search
        
        add zh-*, ru, tr, de, da, cs
        
        Change-Id: Ib1853d13de6321e300b24820dd01efddb1205ff2
        Reviewed-on: https://gerrit.libreoffice.org/42340
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a32c8b65ee1dce8d06b2a5b00d33327ba1bc445f]

        rename GetGenericData to GetGenericUnixSalData
        
        Change-Id: Id95334da347c8341d9d190307603218eedb9c1e6
        Reviewed-on: https://gerrit.libreoffice.org/42457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [76eae641c926faea1b9f9e2694b28de1f2f4d17f]

        rename SalGenericData to GenericUnixSalData
        
        since it's generic over the various unixen, not anything else
        
        Change-Id: I994d5c9be99134b804e96bc045bf054fd9b434ef
        Reviewed-on: https://gerrit.libreoffice.org/42455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [551ba337aa22b091f99ac91bf48543dc44ea981f]

        rename GtkData to GtkSalData
        
        to match all of the other SalData derivates
        
        Change-Id: I1d40ea5934edbeab747c10570657ac7d23230840
        Reviewed-on: https://gerrit.libreoffice.org/42454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [7480094c3e71ff0538734eb360ab5f9ed2b66243]

        ofz: disable more config related code
        
        Change-Id: I2458000c5d46a371cec0a17fb0bfd86a2444dc42
        Reviewed-on: https://gerrit.libreoffice.org/42472
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [7e8c38b69742ff037a5e239bf0f02665f053ea53]

        ofz#2538 avoid oom
        
        Change-Id: Ief86805a1d8c010826351d7b701678ee2945770d
        Reviewed-on: https://gerrit.libreoffice.org/42466
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [f02cee05a815f91d69626d18461dc384af089dfa]

        ofz#3427: boost::bad_rational
        
        I'm quite content for an exception on bogus input
        
        Change-Id: Ie08396b3479114159e546395dca5370aed380378
        Reviewed-on: https://gerrit.libreoffice.org/42469
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Eike Rathke  <erack@redhat.com>  [dc49b07446f15dd68a7469d4619954f5e13f6c17]

        renderToGraphic: assert document and target size
        
        Specifically a document width or height of 0 leads to div/0 =>
        -nan(0x8000000000000) => MapMode with 2147483648 => Fraction numerator
        overflow assert. Catch already here.
        
        Change-Id: I06588c64104733c2df8c2e1d6983ad95c9a74e57

2017-09-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [fd0fff67798fea87217e65bb1561aa0d0e741c51]

        Assert active Tasks on scheduler de-init
        
        This shuts down the VCL scheduler later in the DeInitVCL call and
        asserts active pending tasks, as these will never be processed
        after shutdown.
        
        There is currently a TODO whitelist, so the unit tests still pass
        but probably most of these should be fixed. No task in the list
        looks critical - all seem to do some idle / cleanup work.
        
        This also processes all the Idles before shutdown. All seem to be
        of type sfx::SfxItemDisruptor_Impl.
        
        Change-Id: I9cc484a525cc2bacd54c4f271f86997517393e92
        Reviewed-on: https://gerrit.libreoffice.org/40533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-19  jan Iversen  <jani@libreoffice.org>  [7e1489bb4c2d11380d28cea2c3cf5d76303eecae]

        iOS, remove support for 32bit (arm).
        
        Supporting 32bit iOS, means a.o. adding several libraries to
        the dependency list because macOSX does not install them by
        default (e.g. zlib).
        
        32bit is only used in old iPhones.
        
        updated configure.ac
        removed from solenv/gbuild/platform
        bridges corrected
        
        Change-Id: I415e744a9cb4acb3b5fbfca33c22940a1d56e390

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [2e9eff7380484f3317bf03464b564ae80adfb7d3]

        ofz: survive missing config
        
        Change-Id: Ie09544ffefcd1789aef7a7f6193aaaddd3ad1896
        Reviewed-on: https://gerrit.libreoffice.org/42467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [c61a44cf44fd4d5355250c3dbed82b82f6f94c57]

        ofz: survive missing config
        
        Change-Id: I9d05602b6e3af2bb54e1c82668090d71153b3c9d
        Reviewed-on: https://gerrit.libreoffice.org/42463
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [a34bb5d4325da8ee359acfa493bd8b2d0a9b0c8c]

        expose fodt to oss-fuzz
        
        Change-Id: Ifdc71fc4a1defbd5c07b93c844a8ccaa055969aa
        Reviewed-on: https://gerrit.libreoffice.org/42451
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Michael Stahl  <mstahl@redhat.com>  [9252122554d1510275029c5025ee480ec55caaf3]

        it's spelled "facade"
        
        Change-Id: I5533a870f44bd12206e3627fe0469f37f4e02436

2017-09-19  Takeshi Abe  <tabe@fixedpoint.jp>  [f83b97f7ae5597462c3b22fc273ca477b2e6fa35]

        svx: Simplify FmSearchEngine's code with std::unique_ptr
        
        Change-Id: Ibda0f912c940091676889529224488846c91b50f
        Reviewed-on: https://gerrit.libreoffice.org/42456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-19  Tor Lillqvist  <tml@collabora.com>  [a1eecccadd558e585794182920f945862ef34c0c]

        Clean up a couple of overly verbose SAL_INFOs
        
        Change-Id: I2b17bfb95f687617967d4e43356d39aa3bb6e041

2017-09-19  Mike Kaganski  <mike.kaganski@collabora.com>  [2caf390474150947c79b5f719e625145f9acd6d0]

        PDF signing: don't fail unittest on invalid certificates
        
        Without this, expired/not yet valid certificates, as well as
        certificates without private key, make test needlessly fail.
        
        Change-Id: Ic8ff85db54f1f1b1fb49fde82424f597f1555c96
        Reviewed-on: https://gerrit.libreoffice.org/42434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [07fef83b20504890336fd146c558561dacf7e7e4]

        loplugin:unnecessaryoverride
        
        Change-Id: I37c338fd08df3dc102963ccffc65c1f0684653be

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [136dc67fdef39d598d8063b2d73aefccbdc59ae2]

        loplugin:override
        
        Change-Id: I439beb03e18cbdabf89bfacad63911c2910ad772

2017-09-19  Tor Lillqvist  <tml@collabora.com>  [13ddacd6305dfe469c5e01e91f3d93f037b14b9b]

        Bin pointless function
        
        Change-Id: I70e124359364275dc1a10d1f818bac14e0563173
        Reviewed-on: https://gerrit.libreoffice.org/42446
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [adbf7da7d1d9a1701c3fccbfbbf9d749d6478e6c]

        Inconsistent declarations of ImplSalYieldMutexAcquireWithWait
        
        ...introduced with 3840aede596e6fc24f7ed7df9100fb028134aac6 "Unify SolarMutex
        implementations" (causing link failure and clang-cl loplugin:unreffun with
        64 bit Windows builds)
        
        Change-Id: I273d15e74ad88648ebbccb33f1348497779cc488

2017-09-19  Jan Holesovsky  <kendy@collabora.com>  [ffb4d7b16b386ba13f27722cd78406d5b5c5baca]

        Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.
        
        In other words, let's open documents in the non-web view even when saved with
        <w:view w:val="web"/>.
        
        The behavior I see in Word 2013 (and it's documented that his happens in 2016
        too) is that the setting is not a document setting any more, but user's
        setting.  Ie. regardless of what is written in the file, the .docx document
        opens in the Print Layout if the Word was in the Print Layout until now, and
        in the Web Layout if it was that mode.
        
        We handle the non-web layout much better than the web layout, so let's just
        default to the normal layout on load.
        
        Change-Id: Ieba7ddc280b9b79501a6b89ff21b03a86356583c
        Reviewed-on: https://gerrit.libreoffice.org/42414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0ecd541ca4c4526f3b051af111793230e4ae46d8]

        Fix typos
        
        Change-Id: I59c6ca2af7a3aab55da6a29afa02dcd611492a59
        Reviewed-on: https://gerrit.libreoffice.org/42452
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [505a062b47f01f7bc68d8450397f7cc6d818c80c]

        ofz: fix Indirect leaks
        
        Change-Id: Ib851012a0e3ad520a09c1e43e3f77417ab05f9c4
        Reviewed-on: https://gerrit.libreoffice.org/42435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [dca94d10c857b6fcbcf3d4fd85fa4b98fc7ec583]

        Looks like we can just as well use ADORecordset here
        
        ...instead of _ADORecordset, to make this consistent with the reset of the
        ADO driver code.  (Appears the former is a #define for the latter.)
        
        Change-Id: I0b2d89e4483cf7f441df2cf2ceef7bfd37866cf9

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff95bd4f88172d01436b1f1bf0716240f3156504]

        unused m_xProgressHandler in TplTaskEnvironment
        
        since initial
        
            commit 7bf29c44efa5985f59c160ba5a75dc212f955d42
            Date:   Tue Oct 14 05:23:43 2008 +0000
            CWS-TOOLING: integrate CWS mba30fixes02
        
        Change-Id: I6284ed98c0d9f06c78c5abdf29657988ac42fa43

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c2327ca349da9edad0f6e494be3f1c11378d15c]

        unused Registration class
        
        since
        
            commit 1b694dad643334ec1bab3f823dcd68f44a05ebe3
            Date:   Thu Aug 24 22:14:27 2017 +0200
            loplugin:unusedmethods
        
        Change-Id: I54ec057e9216f3b245b86b6c81fb75ca06917d74

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [975677d0aa580210eb27b734c326f775a2112eda]

        unused m_relatedTarget in CMouseEvent
        
        since initial commit in
        
            commit acff30cd25b28aeaa75f96c38b58203163966eaf
            Date:   Tue Mar 2 08:47:29 2004 +0000
            #i25594# ui events
        
        Change-Id: I47cadedb8899114aa64c2ac585e4a9722ea38720

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [71d48c3d5c81f9637705de2212ef860bf8a9b4fd]

        unused xForbiddenCharsTable in ImpEditEngine
        
        since as far back as I can see
        
        Change-Id: I828d527e91479f40d0186b09043de4841d735e84

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a090b8785f6580ef779fb8b4e140f82085b4455a]

        inline some use-once fields in cui
        
        Change-Id: Ib2abea6b1f68cf193325d312e67578b2d346e39a

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [c087e24c683dc402c442bb0a3dbea974000b72b2]

        fix caching in OResultColumn
        
        this obviously never worked, because the template method was never
        updating the cache field, just a copy of the cache field
        
        Change-Id: Ibeed9a0f0764a4d398548c05aed466cd6cdfc266

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ba91bc19023f3d7158ef9e394665eb5eb89c4037]

        fix SequenceOutputStream constness
        
        Change-Id: I6e1039c077602b2cb42702cb4131f9503ef533c2

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f320d1edeb2c95a21479baaf6ef77344f8df62e4]

        unused m_xLastFrame in Desktop
        
        sinice
        
            commit abf3022d6378deb71946d644de92d26c73515ac2
            Date:   Wed Jul 31 10:03:28 2002 +0000
            #101886# roll it back temp.
        
        Change-Id: If1058c0130d1a2c68bc041a3f7433df87effc0e4

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7844222bb56f346eae4e58c9e87c774a7211cb0]

        unused m_nFieldType in OFormattedModel
        
        since initial import
        
        Change-Id: Ib347a24c108b97f76e9384d5c567db1474c8d686

2017-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [75ad3ca84409f9b622b32d0ceb6614c3c9f5b8aa]

        various unused fields in MediaDescriptorHelper
        
        ever since initial import
        
        Change-Id: Ie2df9fbee973e5c9bcdac090770d6a683450dfa8

2017-09-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [3840aede596e6fc24f7ed7df9100fb028134aac6]

        Unify SolarMutex implementations
        
        All backends implement the SolarMutex in mostly the same way.
        So this consolidates this code into a GenericSolarMutex.
        
        We still need the abstract SolarMutex class for the fake AKA
        fascade implementation in dbaccess.
        
        The patch also replaces various places of direct mutex usage with
        either SolarMutexGuard or SolarMutexReleaser objects.
        
        Change-Id: Ia0146dd6c51a3b9a513cc6af34a66def58aad831
        Reviewed-on: https://gerrit.libreoffice.org/42325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [10b49dfb3996f99dec8dd0d2ffae2aef4022f395]

        EPUB export: write styles inline to please poor readers
        
        And add a filter option to disable the new behavior, if wanted.
        
        Change-Id: Ib70f60fc38d02c959452882bf593cd498b642fba
        Reviewed-on: https://gerrit.libreoffice.org/42433
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-19  Julien Nabet  <serval2412@yahoo.fr>  [fa9dc42ec1b0a61d7c49ecf9a4eb804bac8835fa]

        Revert "tdf#111894: fix leak memory with PaletteManager with SvxColorListBox"
        
        See Maxim's comment here: https://gerrit.libreoffice.org/#/c/42138/2/svx/source/tbxctrls/tbcontrl.cxx
        
        This reverts commit e40ba034fa01cc271ad0e1940f623e551793f80b.
        
        Change-Id: Ife914669ce9fa08f4ea0e0b03389eab76f030ac4
        Reviewed-on: https://gerrit.libreoffice.org/42444
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [382c9174b38b96a7d890dd72ab00567a8b687e10]

        Clean up the code by using LOWORD
        
        <https://msdn.microsoft.com/en-us/library/windows/desktop/
        ms646296(v=vs.85).aspx> documents:  "The low word contains a Language Identifier
        for the input language and the high word contains a device handle to the
        physical layout of the keyboard.
        
        Change-Id: I0b35e7a0f2bf5570dcf57cffe59ed2e2db361d2e

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [6df0b51fb8141e11dec63b48ef98a40401f9c8e8]

        Put back one more #include
        
        ...like 74cd94a17b3922bdcd44ab6460232297fbf665d0 "Put back some #include (needed
        for e.g. --disable-pch)" (this one having caused loplugin:unreffun with
        clang-cl)
        
        Change-Id: I1a888ca754365232663fed0b99535d91fded040a

2017-09-19  Stephan Bergmann  <sbergman@redhat.com>  [b4278534125b0d73695146df4ede32273e2afbfb]

        -Werror,-Wmissing-field-initializers (clang-cl)
        
        Change-Id: I049c5569344ccf74726ec429efefdd9119406488

2017-09-19  David Ostrovsky  <david@ostrovsky.org>  [bef91f7e5f3121dced360d4b90a09c334f12e56e]

        gpg4libre: have gcc-wrapper handle linking properly
        
        Change-Id: I83305f504f7d492195f07f11f06d2c9855d92400
        Reviewed-on: https://gerrit.libreoffice.org/42441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-19  Bernhard Widl  <bernhard.widl@cib.de>  [7d5245848c28f5786258476cd7aa2a4523645de3]

        tdf#79877 revert to old behavior when clicking on input fields.
        
        doubleclick on input field brings up old input fields dialog
        that dialog now starts at current field and has previous/next navigation
        
        Change-Id: Ie3eec38d62cbf8a8248acb4fd84731c078ebadd4
        Reviewed-on: https://gerrit.libreoffice.org/42333
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-19  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [c686dc4f33c7461a28df95603d06591a3a0171cd]

        tdf#43157 Replace DBG_ASSERT() with assert() in tabbar.cxx
        
        Change-Id: I6a7cc500c973b09236d90a3bfb044407c58fc2ef
        Reviewed-on: https://gerrit.libreoffice.org/42142
        Reviewed-by: Teodor Mircea Ionita <admin@shinnok.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-19  Caolán McNamara  <caolanm@redhat.com>  [fc5513f40acc56410651a147e4b03dc614ea6183]

        tdf#112399 ignore size of unknown/unused ole2 entries
        
        Change-Id: I9908453c1a11997141f7d6c4e1dccff53984321c
        Reviewed-on: https://gerrit.libreoffice.org/42436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [e38d2f05cb16e981381434a940aa5c89e910cc78]

        Drop unused TemplateRepository config keys
        
        Unused since 2016:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=77725bf4df6e9cf63469c1d7f8888ea339575b5e
        
        Change-Id: Iada86089666ad530318536b2c3d9a8e794de3e17
        Reviewed-on: https://gerrit.libreoffice.org/41123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-09-18  Gabor Kelemen  <kelemeng@ubuntu.com>  [3ffdccae3ba95752a4debc2c593558cae5658306]

        Drop unused IsSystemFont config property
        
        Unused since 2014:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=324de04a408a77656a473cbfd2cc1ce77664b0c0
        and
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=6c415f735bbf9201a18288e2ea16eacad4d635cd
        
        Change-Id: I06f7a6510312307d3ab4a94c45e7f882630c8408
        Reviewed-on: https://gerrit.libreoffice.org/41126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-09-18  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [e8f36a820c610efdc748d222609550563cd8f8e0]

        remove boilerplate, use C++11 (convertToTable)
        
        - extract constants from loop
        - warn on index mismatch
        
        Change-Id: I1e03dd65a82913c8a8de6abba56a82ed0f815db4
        Reviewed-on: https://gerrit.libreoffice.org/42402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-18  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [e6b7ad06c6c99ff9bc3f814cfe9a5d44714a4ac1]

        use some C++11 and check for incomplete merges (lcl_MergeCells)
        
        Change-Id: Id58762bb4914cdbb358bfd8afb916647c964d38b
        Reviewed-on: https://gerrit.libreoffice.org/42399
        Tested-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [5e381ffbe7069a454dc807113ab4058fad005c55]

        allow events to accumulate past limit if an exception is pending
        
        Change-Id: Ic54c31961b887e06267aba1ceb0378508d24ded0
        Reviewed-on: https://gerrit.libreoffice.org/42411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [9d837f19d1bf4cfbdee528e027f5b72d9b1da73d]

        Upgrade to Boost 1.65.1
        
        ...<https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2>.
        One reason to upgrade is that with 1.63 CppunitTest_tools_test started to fail
        with -fsanitize=signed-integer-overflow after
        331e2e5ed3bf4e0b2c1fab3b7bca836170317827 "long->sal_Int32 in Fraction",
        
        > workdir/UnpackedTarball/boost/boost/integer/common_factor_rt.hpp:300:5: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
        >     #0 0x7f0f99bea71b in boost::integer::detail::gcd_optimal_evaluator<int>::operator()(int, int) const workdir/UnpackedTarball/boost/boost/integer/common_factor_rt.hpp:300:5
        >     #1 0x7f0f99bea52a in int boost::integer::detail::gcd_optimal<int>(int const&, int const&) workdir/UnpackedTarball/boost/boost/integer/common_factor_rt.hpp:372:16
        >     #2 0x7f0f99be7d70 in int boost::integer::gcd<int>(int const&, int const&) workdir/UnpackedTarball/boost/boost/integer/common_factor_rt.hpp:435:12
        >     #3 0x7f0f99be7620 in boost::rational<int>::normalize() workdir/UnpackedTarball/boost/boost/rational.hpp:559:17
        >     #4 0x7f0f99bdff29 in rational_FromDouble(double) tools/source/generic/fract.cxx:449:12
        >     #5 0x7f0f99bdf8b4 in Fraction::Fraction(double) tools/source/generic/fract.cxx:93:25
        >     #6 0x7f0f9a1bb987 in tools::FractionTest::testMinLongDouble() tools/qa/cppunit/test_fract.cxx:79:18
        >     #7 0x7f0f9a1bddd2 in void std::_Bind<std::_Mem_fn<void (tools::FractionTest::*)()> (tools::FractionTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11
        >     #8 0x7f0f9a1bdbe9 in void std::_Bind<std::_Mem_fn<void (tools::FractionTest::*)()> (tools::FractionTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17
        >     #9 0x7f0fa5eb53b0 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #10 0x7f0fa5e1bd1b in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #11 0x7f0fa5e8653d in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #12 0x7f0fa5e7fb7c in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #13 0x7f0fa5f17fe0 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
        >     #14 0x7f0fa5eb398c in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #15 0x7f0fa5eb7887 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #16 0x7f0fa5eb6a78 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #17 0x7f0fa5eb7887 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #18 0x7f0fa5eb6a78 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #19 0x7f0fa5f46655 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #20 0x7f0fa5f16a66 in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
        >     #21 0x7f0fa5f475c6 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #22 0x534a01 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20
        >     #23 0x532ac4 in sal_main() sal/cppunittester/cppunittester.cxx:466:20
        >     #24 0x5324f2 in main sal/cppunittester/cppunittester.cxx:373:1
        >     #25 0x7f0fa436e430 in __libc_start_main /usr/src/debug/glibc-2.24-66-gd5a4092c36/csu/../csu/libc-start.c:289
        >     #26 0x4387b9 in _start (workdir/LinkTarget/Executable/cppunittester+0x4387b9)
        
        Change-Id: Id1c3b216ee18c1d622768dc960ac257d5415c664
        Reviewed-on: https://gerrit.libreoffice.org/42427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [bdd797267b1e9e664b64e1c1525d1dde520a7063]

        make fuzzer work
        
        Change-Id: I798558260f5f975f92b702ecf6f4504738ffbbfb
        Reviewed-on: https://gerrit.libreoffice.org/42422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [d5e8904920d4189819836f7abc002898322bb061]

        libjpeg-turbo: fix 32-bit Linux build
        
        If invoked with --build=x86_64-unknown-linux-gnu, its configure will use
        the same for the host platform, so pass --host too.
        
        Change-Id: I4548c48db1811f31c7c78b2c0c74c1abb79784ba

2017-09-18  Mike Kaganski  <mike.kaganski@collabora.com>  [aaa26a58ba0f14eab652e0ba7f8d8e66fa479582]

        Some more WIN32_LEAN_AND_MEAN
        
        Change-Id: Iadb0ebb66809c192fb817b8c7cf2f8cdb4d0b874
        Reviewed-on: https://gerrit.libreoffice.org/42419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [3c1f44c91091205512098bb4f1d56333c20a1f8b]

        Fix chart dump test recent failures on MAC
        
        Change-Id: I066ecea1e32cec10696dab3a3e4fac78894088a2
        Reviewed-on: https://gerrit.libreoffice.org/42420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-18  Eike Rathke  <erack@redhat.com>  [52a6c68fb2fc817fc58419835cca73f6cd20b8fe]

        Calc: support export to JPEG, just because we can.. tdf#108317 related
        
        Change-Id: I7b78fe3efe97267eca7bf2f085d8375ba7b483ca

2017-09-18  Eike Rathke  <erack@redhat.com>  [b149201a076ed2d39fb95dd1c3d1367c9ef6924d]

        Export to PNG: use proper dialog and filter options, tdf#108317
        
        ... and not the crude JPG ones.
        
        The com.sun.star.svtools.SvFilterOptionsDialog service has all we need,
        so teach it to cope with non-Graphics source documents and let
        ExportDialog handle that as well, just the actual rendering needs to go
        via GraphicExportFilter (and effectively DocumentToGraphicRenderer), so
        don't let that overwrite the properties set by the filter dialog.
        Switching to the dialog then is just a matter of changing the
        UIComponent in filter/source/config/fragments/filters/calc_png_Export
        
        The same mechanism probably could be used by Writer as well by adjusting
        filter/source/config/fragments/filters/writer_png_Export.xcu and maybe
        filter/source/config/fragments/filters/writer_jpg_Export.xcu
        in which case the GraphicExportOptionsDialog likely would be moot
        then.
        
        Also, it looks like a
        filter/source/config/fragments/filters/calc_jpg_Export.xcu
        (which doesn't exist yet) could be possible using the same mechanism.
        
        Change-Id: I1fb9b33a6490dc39d7591b2b5913be182bb820e5
        Reviewed-on: https://gerrit.libreoffice.org/42421
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [7654183a53cd221e54a10a1bf5497df0c788860d]

        ofz: add dicts to outdir
        
        Change-Id: I426fa26daac9caa63541099f40183d080dd70cc5
        Reviewed-on: https://gerrit.libreoffice.org/42430
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [121b4ce8919c8ce33bf50e6528a8c6637d21dfd8]

        through->throw
        
        Change-Id: I0bc0fca465c0dd020f50aadfd1f5c3f61b42d7ae
        Reviewed-on: https://gerrit.libreoffice.org/42429
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [ba73b1996e9797aa4f6884b95333759044416f0d]

        ofz#3404 avoid oom
        
        Change-Id: Ie2594905616a80c0ef9478ae9152e08047d87842
        Reviewed-on: https://gerrit.libreoffice.org/42424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [227d9d3fe598c089aee4421f0ad503acb85f3c4c]

        ofz#3412 SYLK import: check ;X;Y;C;R col/row validity early
        
        Change-Id: I91fcd2571e528201e01467f3bcdbbff30cdfb50c
        Reviewed-on: https://gerrit.libreoffice.org/42423
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9887c7ffc1a6060095496b2227460bad57e76d8e]

        Updated core Project: help  11f56aad32f761d6ff5f86c5beaa173bf13f01df
        
        EPUB export: add initial help page for the EPUB export dialog
        
        Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94
        

2017-09-18  Eike Rathke  <erack@redhat.com>  [bd352d6e1c434f2b917c53a84a1e89578f72bc80]

        Move initialization to where it belongs
        
        Change-Id: Ifff6cf6a9849b4089f6aabe56bb5de7a414e939a

2017-09-18  Aron Budea  <aron.budea@collabora.com>  [1ea4496f3b2defaf51391e816d159717c55f2929]

        tdf#111863: Animations turned from out to in during PPTX export
        
        animEffect element's transition attribute was filled from
        XTransitionFilter's Direction attribute, while it should have
        been Mode.
        
        Change-Id: I40be0311a7b7ffc64ac3a97a92a3ea835faa5293
        Reviewed-on: https://gerrit.libreoffice.org/42261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-18  Arkadiy Illarionov  <qarkai@gmail.com>  [5b4314ccb5ae21b7414d85f4b3bebbe972694b1b]

        tdf#108139 Remove Preview column from Application Colors config page
        
        Change-Id: Id342814f3a724a0534cd6fd43b49139af52c1d03
        Reviewed-on: https://gerrit.libreoffice.org/42362
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [3e8ef0e1a40a14d1c2bdb5345ed59941c765356b]

        ofz#3419 Null-dereference READ
        
        Change-Id: I32c5d5039034ac76262223e42a1f27d6f1b84cb5

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [60a70ea286279f58de8a0ba5de389330994c7eb2]

        dbaccess: [loplugin:casttovoid]
        
        Change-Id: Ie1f63b6495997d518457fcac195fcfa903bc6af0

2017-09-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b86a3aa00dbaf94398cccfe3af312f123edc6093]

        borderline: restuctured used classes
        
        Restructuring for more efficcient usage of helper
        values, some obstacles removed with that
        
        Change-Id: Ia8c4b2d4c423db9500cda507107d87913b79e23c
        Reviewed-on: https://gerrit.libreoffice.org/42409
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-09-18  Szymon Kłos  <szymon.klos@collabora.com>  [89879b0051529cb8d16da6c8b4b1203679f8f734]

        tdf#112088 gradient stop map -> multimap
        
        When two gradientstops were set to position 50%
        only one was stored and the exported file was
        detected as broken by MSO.
        
        Change-Id: I5fd1acde6051f734a5f3e4cff9bde01b675e1984
        Reviewed-on: https://gerrit.libreoffice.org/42210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [0f3b52bc2c289dd5684b6661bf335e9aa92d48db]

        The '<= 0' check can go now
        
        ...after 0083b33650c2f584ceff6eeaf9ef6993bfe0ae9b "sal: -Werror,-Wsign-compare
        (32-bit)" cast the check against SAL_MAX_UINT32 to unsigned, anyway.  (And the
        check for == 0 is already handled in the platform-generic part below.)
        
        Change-Id: I0d0354cb9368bffef5d3aa835f865524d106a6f3

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [e7b900855b785a73b5318e16d7f190422f97475e]

        Reflect recent download.lst changes to flatpak-manifest.in
        
        Change-Id: I5df5e2384670a5ca10ad8ed30a2f6d76a0f7b906

2017-09-18  Caolán McNamara  <caolanm@redhat.com>  [91c9026917ef930ab5f532ca62383a4dd6c0537c]

        add fodt fuzzer
        
        Change-Id: I3e4de4b9dab96f0e4bc9ca90896c2c54ae66ca20
        Reviewed-on: https://gerrit.libreoffice.org/42251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-18  Sabin Frandes  <Sabin.Frandes@cib.de>  [2b74f20c67bc23f3321d8d9425300d363646f594]

        tdf#106945 TSA Dialog: Disable delete button
        
        Change-Id: Idce5ccc36254d80aaf4b5d5f81cfe201e5c27a5f
        Reviewed-on: https://gerrit.libreoffice.org/42315
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [f7c3d1a1a75c68147641caee805d36b847c23fab]

        vcl: [loplugin:reservedid]
        
        Change-Id: I47d4322f094456761e497b3ca5feb5a5dfc73704

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [629661de4a804bebaf2368adb865d14d04fa81ce]

        hwpfilter: [loplugin:redundantcast]
        
        Change-Id: Ib8fbe3babc9eb2b0b1125de62b0b8012ac710889

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f38a0fe112c6293d04357ad2082255aaaf7e7b3]

        unused nResMaxNumberOfSuggestions in PropertyHelper_Spell
        
        since
        
            commit a111044babf3ee929baf548b7ad29df0a419293b
            Date:   Wed Jul 15 10:49:17 2015 +0200
            loplugin:unusedmethods linguistic
        
        Change-Id: I329c53b739395e9332b767562a138b52ce2fe588

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [feddb8cb73db799e89b84ea8fd8c2057fdebca91]

        maPrimitiveColor in Shadow3DExtractingProcessor unused
        
        since
        
            commit 9927e1ca23c8353c880a3ae0a196caabdf747c4b
            Date:   Wed Aug 9 16:00:16 2006 +0000
            #i39532#
        
        Change-Id: I1db3db2c4860d6ad71085cc3cfdeb202eec7e24a

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b5cb7c6b17a15ee0da77df397553f0c80fbaac8]

        unused m_xAccInfo in AccessibleEditableTextPara
        
        since
        
            commit c23ab5eaed57cc3fb5860e26c591c73c5b22687b
            Date:   Tue Nov 26 14:25:22 2013 +0000
            Integrate branch of IAccessible2
        
        Change-Id: Id068fb0a49f5a1e79ca17fe66885cda558abe275

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3c77e46e54872ed69e24a7f459b97f8334fcd9c]

        remove unused aLocale from SvxNumRule
        
        and fix usage site, regression from
        
            commit 41956321ceefb5836feb2c119b66de7bb557740f
            Date:   Sat Nov 24 18:54:09 2012 +0100
            get rid of Svx...Locale...() double conversion nonsense
        
        Change-Id: Ic70abf5f52dce1db9cffd9c819e57f1a6c2a3df3

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe7032a3da3ec6e2bffd4fbab0810290ac0c8204]

        unused menu extension supplier stuff
        
        since
        
            commit 5298b1b32d90002be8d09fe82955550c18eae8bc
            Date:   Mon Aug 8 11:48:55 2011 +0100
            callcatcher: ditch some more methods
        
        Change-Id: I123081cbe7fe351ce6613a5e7491b11e133d1d29

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fc48a4cf465a1ab74e279c2573c7ca68ad3f6fc7]

        msCommandName in ControllerItem is unused
        
        ever since
        
            commit 1c5cae479bebd2d325182adc2c9821fd948fd1bd
            Date:   Thu Apr 20 08:44:33 2017 +0200
            loplugin:unusedmethods
        
        Change-Id: I7c02e8bf0ef377303dedf4e6690fd937f52a3605

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c695c5ba0741cd3b1d748f27a4f119d4fa7366c]

        msDescription in SvtRulerAccessible is unused
        
        ever since
        
            commit 2b12a5b87b1de9ae95d9562ba21201890b1100c5
            Date:   Mon Feb 10 09:29:34 2014 +0000
            the return of callcatcher
        
        Change-Id: I62021793e5ca90cba9d2e6998f5ac30da33764f7

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6e619b380880cb0ccba993cedcfb294d7d4527e]

        aFocusRect in CheckBoxControl is unused
        
        ever since
        
            commit ff09f8d6ef2c613037f039dbcafcad6b76243a48
            Date:   Thu Mar 27 13:40:07 2003 +0000
            MWS_SRX644: migrate branch mws_srx644 -> HEAD
        
        Change-Id: I71905a95a86757be59abeee6140ef57516176a6a

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb315646e2cecd9bc31806064ee285403ba5c46e]

        headString in SvTreeListBox is unused
        
        ever since being added in
        
            commit b755fb8c0f6b1282f62c12f378c0a5ecac64d490
            Date:   Mon Nov 25 16:15:58 2013 +0000
            Integrate branch of IAccessible2
        
        Change-Id: Iebb8d30d53cc08e7cc35d610f04db8ed6c853b70

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fba231b21b3d2403679e626f7a1b30aefde6879e]

        loplugin:unusedfields in SvxPixelCtl
        
        aLineColor is unused since
        
            commit fa1807ad5457d10f8fa073c209a27547e8922c8c
            Date:   Thu Aug 27 21:18:58 2015 +0300
            tdf#93558 Hardcode black text on white background
        
        Change-Id: Idadfa926808568195256c7ea7ac92d71533fe9a9

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1dda661333727591d7e616700e829b5e3aa6339]

        loplugin:unusedfields in ResultSetColumnData
        
        ever since introduction in
        
            commit 24f26145eb03b2fe8e0099309d7e6fa1a0061ef4
            Date:   Thu Jan 18 08:03:55 2001 +0000
            "#82177# - Added support for additional column data ( case-
        sensitivity, ... )"
        
        Change-Id: I593f7e2a3be7b6445c7975ff385b6ba0d35183b9

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [1c92a7fa0ae96724a08ac5f6dd22154b60484f6a]

        clang plugins: this test fails on 32-bit Linux
        
        ... where sal_uIntPtr and sal_uInt32 are both "unsigned long";
         disable test for now.
        
        Change-Id: I8357bf425ab5d9166cd45ba5fb81ec6c1fac957a
        error: 'error' diagnostics expected but not seen:
          File compilerplugins/clang/test/convertuintptr.cxx Line 15: cast from 'sal_uIntPtr' (aka 'unsigned {{.+}}') to 'sal_uInt32' (aka 'unsigned {{.+}}') [loplugin:convertuintptr]
          File compilerplugins/clang/test/convertuintptr.cxx Line 16: cast from 'sal_uIntPtr' (aka 'unsigned {{.+}}') to 'sal_uInt32' (aka 'unsigned {{.+}}') [loplugin:convertuintptr]

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [5581ab4a1376f9c0353a00c9191839773143a942]

        bridges: [loplugin:stringconstant]
        
        Change-Id: I07501ac3593cd5df713b74e04ea64d22365958b9

2017-09-18  Serge Krot  <Serge.Krot@cib.de>  [2c60cc41e6990cbc0812c299a70cffc07c581175]

        tdf#109118 Added new buttons into Mail Merge toolbar
        
        New buttons are:
        - uno:ViewDataSourceBrowser
        - uno:AddressBookSource
        
        Change-Id: I03d475edc01885137cb792c0654e68861725e8ee
        Reviewed-on: https://gerrit.libreoffice.org/42334
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [7d14555ef7e867c5b1a0e195e3ef056885697c59]

        convert SvxDateFormat to scoped enum
        
        And simplify the code in sd/headerfooterdlg, no
        need for the complex encoding of date and time when we
        can just index into a static array.
        
        Change-Id: I677400bf1f956c81eba665b71dbda9183b63f55c
        Reviewed-on: https://gerrit.libreoffice.org/42346
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [0083b33650c2f584ceff6eeaf9ef6993bfe0ae9b]

        sal: -Werror,-Wsign-compare (32-bit)
        
        Change-Id: I204716eea112a1c99f6ac4df0d138c4c7d8b68e3

2017-09-18  Rene Engelhard  <rene@debian.org>  [050b1d0924aeaec6be5ca520617c5e511d99571a]

        use pkg-config --modversion to check for ICU version
        
        ... since icu-config is removed at least in Debians icu 59.1 packages.
        icu-i18n exists since exactly 4.6 (which we require anyway) so we can
        remove that check, too
        
        Change-Id: I28bd1509dcc2c52e22f91fb26421fcd585323b24

2017-09-18  Johnny_M  <klasse@partyheld.de>  [510b9557c37c666016c55e6ed2be7a50dbd1b67f]

        Translate German comments and debug strings (leftovers in dirs w... and x...)
        
        Translates leftovers found using a custom regex in directories beginning with "w" and "x".
        
        Additionally:
        - A few corrections of previous translations
        
        Change-Id: Ic30cf6792748a6bea8782a9a3711fa468b80bdaf
        Reviewed-on: https://gerrit.libreoffice.org/42378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-18  Takeshi Abe  <tabe@fixedpoint.jp>  [3af68b14791118868e410133ea5a2b555bbac6eb]

        svx: Assert that GetMarkedSdrObj() cannot be null here
        
        as such invalid ones have been removed already in advance.
        This could come togeher with c0e9968b4bbda9563213589bcb0472f8797bb553.
        
        Change-Id: I914031390d13dd4ad91d2ead61db7f2d53c78004
        Reviewed-on: https://gerrit.libreoffice.org/42365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [69e62bbebc1f4809101df0c694a930b07dbc194d]

        Adapt external/nss/asan.patch.1
        
        ...to a52ca01f6ae27a86cae6e82b3c5ae6601f3ea398 "nss: no rpath/origin flag for
        Android (unused DT entry/DT_FLAGS warnings)"
        
        Change-Id: I60e4ba1af572aa702a355e26dec58142209f8655

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [80363950fda5eeef9830f61e57899d1805c91751]

        Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAry
        
        Change-Id: Idde44857f8ace883cc759321c71e2ca7a4359334
        Reviewed-on: https://gerrit.libreoffice.org/42406
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-18  Justin Luth  <justin_luth@sil.org>  [ac1081170c5bc2234b14ce99b7ea8e583bac82b5]

        tdf#109310 ooxmlexport: write Xnote character style
        
        LibreOffice will just ignore the defined style on import
        (since that is statically defined by the footnote code).
        
        Microsoft Office, however, requires the character style be
        provided for the footnote number. It doesn't have any
        built-in formatting for footnotes.
        
        So, this patch is strictly for MSO's benefit.
        
        Change-Id: I6631dd0eb697589cfd3c13d7838fe14c31a71bbf
        Reviewed-on: https://gerrit.libreoffice.org/42035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-18  Michael Stahl  <mstahl@redhat.com>  [79ceef1dd0970055a8de0f0676e1cd992a484ee1]

        related: tdf#111967 fix assertions about silly column positions
        
        ImplLogicToPixel() is called with ~LONG_MIN value, which comes from
        SwView::StateTabWin() where we have:
        
        (rr) p aTabCols
        $12 = {
          nLeftMin = 1134,
          nLeft = 0,
          nRight = 4618,
          nRightMax = 9223372036854775807,
          bLastRowAllowedToChange = true,
          aData = std::__debug::vector of length 9, capacity 16 = {{
              nPos = 387,
              nMin = 0,
              nMax = 9223372036854775807,
              bHidden = false
            }, {
        
        The problem is that the "aTabCols.GetRight() - rEntry.nMax"
        becomes negative, which is probably wrong, so enforce a minimum of 0.
        
        (regression from 4c60f722afdc0be5c129ce5f5ed6786d09d0051e, which
         removed a cast of the value to sal_uInt16, which also didn't look
         right to me, but perhaps wouldn't cause this assert?)
        
        Change-Id: Ia1aa2cd100ac25a8c34902cc992d54954fead284

2017-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6fa56459f1b3ddd7667585d18952cf409f5f8c4c]

        sw dbmgr: fix indent of these statements
        
        Change-Id: I4eae19f5a724c44ec382053ace2f3fcd586fd6f3

2017-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a577f6fb33eb83f44370cf648b799ef808e97247]

        sw: prefix members of SwFormatFlyCnt
        
        Change-Id: I41c611d4babe227ce298ed8d6ba3d9e05da5a82b
        Reviewed-on: https://gerrit.libreoffice.org/42404
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-18  Stephan Bergmann  <sbergman@redhat.com>  [74cd94a17b3922bdcd44ab6460232297fbf665d0]

        Put back some #include (needed for e.g. --disable-pch)
        
        ...that had been removed too eagerly with
        1f543b817a7e8bdef9482c4c61bc1672bf04e39f "osl/w32: don't use 8-bit string
        functions"
        
        Change-Id: I9d16cc5ff9b779457d8d70c7f206d5e684342c63

2017-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ff0f0ba29cc14c265fd74c49710a079e67ee943]

        improve unusedfields loplugin
        
        (*) IsPassedByNonConst was completely wrong, not even sure why it worked
        before.
        (*) treat a field passed to operator>>= as being written to, but not
        read
        
        Change-Id: Id3a5f2f35222986fe5edba3f5a58215a1815d401

2017-09-18  Mike Kaganski  <mike.kaganski@collabora.com>  [afeff9102c2935139de4efd40fd2286dce396706]

        Use even more WIN32_LEAN_AND_MEAN
        
        Change-Id: I538fe5b41156366e0e87b3a93e58a3947afd18f5
        Reviewed-on: https://gerrit.libreoffice.org/42398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [164f6ba4e2501ef87639aa4d07699bbf58bdaac0]

        Removed duplicated include
        
        Change-Id: I38e3ecdf892f5e5212e4332868e5811c347d6978
        Reviewed-on: https://gerrit.libreoffice.org/42400
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [de3c5b21d138548cc7b3d39b6ad93712113c060b]

        Fix typo
        
        Change-Id: I0e9a89a3c611692e64b7faa0f460c3979c29bf91
        Reviewed-on: https://gerrit.libreoffice.org/42348
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-18  Julien Nabet  <serval2412@yahoo.fr>  [11fcdecb631fef7797da9489ea36468e292e2986]

        Related tdf#112425: fix another leak in MacSpellChecker
        
        Apply the same changes in GetProposals than GetSpellFailure
        
        Change-Id: Id78966568833f29c21f44724974254218636597d
        Reviewed-on: https://gerrit.libreoffice.org/42397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [dd5868409ae430f9c9ffea18ea7e287a65cfa2ab]

        detect corrupted job setup
        
        Change-Id: I0d3b4850c3d4c015a0a7e5d36d87113a749c7e0f
        Reviewed-on: https://gerrit.libreoffice.org/42383
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [1ebf34c67142d1a36923ad6511301fb4b7458edd]

        protect against short file
        
        Change-Id: I20c6a6fb34485f42c2a828618e8918d8a441860a
        Reviewed-on: https://gerrit.libreoffice.org/42389
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Andras Timar  <andras.timar@collabora.com>  [1cd8f0fa93077c4c3431a6c6a9d582c1cd535a04]

        Updated core Project: translations  db1be6fc22a2376bd591f94b0268817e4beb1464
        
        Updated Slovenian translation
        
        Change-Id: I9a5ce2c6cf300c520cb0ab8b33fb53fbc49da7dd
        

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [64aa36e8b999ea4dcad69904da941705effad618]

        valgrind: Conditional jump or move depends on uninitialised value
        
         Conditional jump or move depends on uninitialised value(s)
            at 0x4C3535E: strstr (vg_replace_strmem.c:1623)
            by 0x4FCD9E59: SmFilterDetect::detect(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&) (smdetect.cxx:102)
            by 0x41A1A774: filter::config::TypeDetection::impl_askDetectService(rtl::OUString const&, utl::MediaDescriptor&) (typedetection.cxx:1038)
        
        Change-Id: I2f98fd3f7799f34cb5bd9242379ce6440645034d
        Reviewed-on: https://gerrit.libreoffice.org/42381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [4025422a536a732ee2f91158d2749cc2adbc5408]

        ofz: string has to be at least 5 chars long
        
        Change-Id: I98c50a59c03fc886d50362b9c5dd8c84f60e0b62
        Reviewed-on: https://gerrit.libreoffice.org/42379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [64b7ff9f6ca03561d2d3db86d464545b282d4a3a]

        fix leak on exceptions
        
        Change-Id: I88201acb472dbdb2c3b49945b962c5f2689d3bae
        Reviewed-on: https://gerrit.libreoffice.org/42376
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [1b3fc6e2b8f3f36868657d623de21ce3e249efa0]

        ofz: fix leak on exception
        
         #0 0x600ca0 in operator new(unsigned long) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:82
         #1 0x4802b4b in xmlscript::DocumentHandlerImpl::pushPrefix(rtl::OUString const&, rtl::OUString const&) /src/libreoffice/xmlscript/source/xml_helper/xml_impctx.cxx:259:32
         #2 0x47ff026 in xmlscript::DocumentHandlerImpl::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) /src/libreoffice/xmlscript/source/xml_helper/xml_impctx.cxx:480:17
         #3 0x7665a34 in xmlscript::XMLBasicImporterBase::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) /src/libreoffice/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx:537:25
         #4 0x4c2831f in XMLBasicImportContext::StartElement(com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) /src/libreoffice/xmloff/source/script/xmlbasici.cxx:84:21
         #5 0x489c29b in SvXMLImport::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) /src/libreoffice/xmloff/source/core/xmlimp.cxx:728:15
         #6 0x4892ab7 in SvXMLImportContext::startUnknownElement(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) /src/libreoffice/xmloff/source/core/xmlictxt.cxx:124:14
         #7 0x489ec2d in SvXMLImport::startUnknownElement(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) /src/libreoffice/xmloff/source/core/xmlimp.cxx:889:15
         #8 0x86871f3 in (anonymous namespace)::Entity::startElement((anonymous namespace)::Event*) /src/libreoffice/sax/source/fastparser/fastparser.cxx:445:27
         #9 0x86823f1 in sax_fastparser::FastSaxParserImpl::consume((anonymous namespace)::EventList&) /src/libreoffice/sax/source/fastparser/fastparser.cxx:960:25
         #10 0x86812f8 in sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) /src/libreoffice/sax/source/fastparser/fastparser.cxx:784:26
         #11 0x489842e in SvXMLImport::parseStream(com::sun::star::xml::sax::InputSource const&) /src/libreoffice/xmloff/source/core/xmlimp.cxx:464:15
         #12 0x837fb5d in filter::odfflatxml::OdfFlatXml::importer(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XDocumentHandler> const&, com::sun::star::uno::Sequence<rtl::OUString> const&) /src/libreoffice/filter/source/odfflatxml/OdfFlatXml.cxx:149:26
        
        Change-Id: Ic4ba40dca088a333a1271e005a05bd3c6e7d70ac
        Reviewed-on: https://gerrit.libreoffice.org/42375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [2729a1c9d34c2c32c73431b8a6bdf44df382658a]

        valgrind: leak in fdo42771-1.fodt
        
         at 0x4C2E1FC: operator new(unsigned long) (vg_replace_malloc.c:334)
         by 0x148794C2: XMLParaContext::CreateChildContext(unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (txtparai.cxx:2167)
         by 0x14517821: SvXMLImport::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlimp.cxx:704)
         by 0x14511B09: SvXMLImportContext::startUnknownElement(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:127)
         by 0x145114AE: SvXMLImportContext::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:77)
         by 0x14518654: SvXMLImport::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlimp.cxx:854)
         by 0x463D934A: (anonymous namespace)::Entity::startElement((anonymous namespace)::Event*) (fastparser.cxx:456)
         by 0x463DD799: sax_fastparser::FastSaxParserImpl::callbackStartElement(unsigned char const*, unsigned char const*, unsigned char const*, int, unsigned char const**, int, unsigned char const**) (fastparser.cxx:1205)
         by 0x463D7956: call_callbackStartElement (fastparser.cxx:306)
         by 0x13F667FF: xmlParseStartTag2 (parser.c:9793)
         by 0x13F6D77C: xmlParseTryOrFinish (parser.c:11591)
         by 0x13F6EF6A: xmlParseChunk (parser.c:12496)
        
        Change-Id: I89a6a9035e7016d6d96a78e62dba42fb2f148258
        Reviewed-on: https://gerrit.libreoffice.org/42372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Julien Nabet  <serval2412@yahoo.fr>  [e1e63bc2280f7964930cd6363bfc389226836937]

        Replace some lists by vectors in dbaccess
        
        Change-Id: Ibf75bec826661fcff7d71e9e2f11884e498a299b
        Reviewed-on: https://gerrit.libreoffice.org/42382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [ba5b65e21b7e38504d23963ebe265af33cd6ba9e]

        make freetype patch apply again
        
        Change-Id: I5732a78774ac1e5d50212ab219646bf52797f173
        Reviewed-on: https://gerrit.libreoffice.org/42380
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [035f205202da2756fe1aaea5f730228f3d40cf51]

        replace some boilerplate with C11++
        
        - also get rid of old OSL_* in favor of SAL_WARN*
        
        Change-Id: I4292cb3292c37fe9905a40903d9094c6206ab7f6
        Reviewed-on: https://gerrit.libreoffice.org/42374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [9177f87b69f877c88eab584cd39cb423b400c13d]

        fix android build
        
        Change-Id: Ibb536240a623559f9da45b450eae1ec58e951d6e
        Reviewed-on: https://gerrit.libreoffice.org/42373
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Julien Nabet  <serval2412@yahoo.fr>  [e564aff1f064ce157643978ff9231808095c43a5]

        Prefer prefix operator
        
        Change-Id: I44934f66b11fc537045df1d15fe98844ee7045ca
        Reviewed-on: https://gerrit.libreoffice.org/42370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [96d90bd4df3394f177dc069ab81ba3f1f24ff2ed]

        ofz: check if fallback creation fails
        
        Change-Id: If64965f8ced5840a7687c60f20a407e53938c227
        Reviewed-on: https://gerrit.libreoffice.org/42371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  David Tardon  <dtardon@redhat.com>  [6efac60ad10d6af89df42d9acdb2a7a80b19bd43]

        upload freetype 2.8.1
        
        Change-Id: I6ffef8642231c670ee4fe819b2359b3a5d48126f
        Reviewed-on: https://gerrit.libreoffice.org/42366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Caolán McNamara  <caolanm@redhat.com>  [f0dccfadd1c378e2bb7798037b9220e0d0c29a09]

        valgrind: still leaking on fdo72541-1.fodt
        
           by 0x43CEBF6E: cppu::OWeakObject::operator new(unsigned long) (weak.hxx:85)
           by 0x449732AE: SwXMLStylesContext_Impl::CreateStyleStyleChildContext(unsigned short, unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlfmt.cxx:734)
           by 0x147811F1: SvXMLStylesContext::CreateStyleChildContext(unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlstyle.cxx:387)
           by 0x449731C8: SwXMLStylesContext_Impl::CreateStyleChildContext(unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlfmt.cxx:719)
           by 0x14782A28: SvXMLStylesContext::CreateChildContext(unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlstyle.cxx:765)
           by 0x14517603: SvXMLImport::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlimp.cxx:700)
           by 0x14511961: SvXMLImportContext::startUnknownElement(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:124)
           by 0x14511306: SvXMLImportContext::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:74)
           by 0x14518436: SvXMLImport::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlimp.cxx:850)
        
        Change-Id: I04062247f3bb7d8136768291f35a48f0ed78c54d
        Reviewed-on: https://gerrit.libreoffice.org/42359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-17  Julien Nabet  <serval2412@yahoo.fr>  [d727476cff29382a34103b137542e15e1aeeb4b9]

        Replace list by vector unodispatch (sw)
        
        There was insert use equivalent to a push front (since we inserted at the beginning)
        but anyway, there wasn't any front or remove which may have justified to keep list
        + modernize loop
        
        Change-Id: Ic67db40ae2c71dd0eb526e6c5ca55f1ef6d202c9
        Reviewed-on: https://gerrit.libreoffice.org/42368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-17  Szymon Kłos  <szymon.klos@collabora.com>  [29bd193146b40cf90bda5db04b136987f3c7c94d]

        tdf#108572 remove connection also if not saved
        
        Change-Id: Iddce37c3ad187f4a5572cb3cc2362535134c28e8
        Reviewed-on: https://gerrit.libreoffice.org/42357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-17  David Tardon  <dtardon@redhat.com>  [be69be1dbaf7ca970f1be1af0fdb0ef9821acf6a]

        upload libzmf 0.0.2
        
        Change-Id: Id720282fc0e983f29fe3d1f5f6b985c66bf891dd
        Reviewed-on: https://gerrit.libreoffice.org/42354
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-09-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7315f325ff7ada3d6bd85a471058fdaeaff8cdb0]

        use more default copy ctors
        
        if ctor should be private or protected explicitly default them.
        boost::optional has copy ctors, so use them.
        
        Change-Id: If1855626b297e739afef0dc5ad57958f7ad199bc
        Reviewed-on: https://gerrit.libreoffice.org/42363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-16  Julien Nabet  <serval2412@yahoo.fr>  [83288332f7ced698610739419989c464256f1c4d]

        tdf#112425: fix leak in MacSpellChecker
        
        by using "autorelease" keyword with init vars
        
        Change-Id: I056282460b94f8052287f5ad29d26a4870cd06a5
        Reviewed-on: https://gerrit.libreoffice.org/42361
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-16  Caolán McNamara  <caolanm@redhat.com>  [6c87ecfaafab362d2d95dbcd976ffb5ea957097e]

        valgrind: leak on fdo72541-1.fodt
        
         by 0x43CEBF6E: cppu::OWeakObject::operator new(unsigned long) (weak.hxx:85)
         by 0x449AD12D: SwXMLImport::CreateBodyContentContext(rtl::OUString const&) (xmltext.cxx:77)
         by 0x449790B1: SwXMLBodyContext_Impl::CreateChildContext(unsigned short, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlimp.cxx:165)
         by 0x1451756D: SvXMLImport::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlimp.cxx:684)
         by 0x14511961: SvXMLImportContext::startUnknownElement(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:124)
         by 0x14511306: SvXMLImportContext::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlictxt.cxx:74)
         by 0x145183A0: SvXMLImport::startFastElement(int, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> const&) (xmlimp.cxx:834)
         by 0x463D934A: (anonymous namespace)::Entity::startElement((anonymous namespace)::Event*) (fastparser.cxx:456)
         by 0x463DD799: sax_fastparser::FastSaxParserImpl::callbackStartElement(unsigned char const*, unsigned char const*, unsigned char const*, int, unsigned char const**, int, unsigned char const**) (fastparser.cxx:1205)
        
        Change-Id: I667eb9c7205f7e959b8b925d057b686ff74ef4b7
        Reviewed-on: https://gerrit.libreoffice.org/42358
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-16  David Tardon  <dtardon@redhat.com>  [a90a331a87c5cda888c765331baddf82aaabaa3c]

        upload libfreehand 0.1.2
        
        Change-Id: I5d31cbfe8a71f95ca748303d83fd5838ebae92ef
        Reviewed-on: https://gerrit.libreoffice.org/42353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-16  Mike Kaganski  <mike.kaganski@collabora.com>  [3128668599744b4fd63c9eebbeb3e9e4533b66df]

        Use more WIN32_LEAN_AND_MEAN
        
        https://msdn.microsoft.com/en-us/aa383745
        
        Change-Id: I83528dc8e6a5e119e7aa816219d35f1ea3723b96
        Reviewed-on: https://gerrit.libreoffice.org/42338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-16  Caolán McNamara  <caolanm@redhat.com>  [8508e409a2cc1d38a347204d90f29cac153e8015]

        ofz: leak on fdo72541-1.fodt
        
        Direct leak of 64 byte(s) in 2 object(s) allocated from:
            #0 0x600ca0 in operator new(unsigned long) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:82
            #1 0x86860c6 in (anonymous namespace)::Entity::getEventList() /src/libreoffice/sax/source/fastparser/fastparser.cxx:538:32
            #2 0x8683e1d in (anonymous namespace)::Entity::getEvent((anonymous namespace)::CallbackType) /src/libreoffice/sax/source/fastparser/fastparser.cxx:552:29
            #3 0x8684201 in sax_fastparser::FastSaxParserImpl::callbackStartElement(unsigned char const*, unsigned char const*, unsigned char const*, int, unsigned char const**, int, unsigned char const**) /src/libreoffice/sax/source/fastparser/fastparser.cxx:1071:29
            #4 0x8683cfb in (anonymous namespace)::call_callbackStartElement(void*, unsigned char const*, unsigned char const*, unsigned char const*, int, unsigned char const**, int, int, unsigned char const**) /src/libreoffice/sax/source/fastparser/fastparser.cxx:306:18
            #5 0x5d178b6 in xmlParseStartTag2 (/out/fodtfuzzer+0x5d178b6)
            #6 0x5d1b979 in xmlParseTryOrFinish (/out/fodtfuzzer+0x5d1b979)
            #7 0x5d1ac9d in xmlParseChunk (/out/fodtfuzzer+0x5d1ac9d)
            #8 0x8682d9e in sax_fastparser::FastSaxParserImpl::parse() /src/libreoffice/sax/source/fastparser/fastparser.cxx:1040:25
            #9 0x868a537 in (anonymous namespace)::ParserThread::execute() /src/libreoffice/sax/source/fastparser/fastparser.cxx:289:23
            #10 0x514e7be in salhelper::Thread::run() /src/libreoffice/salhelper/source/thread.cxx:40:9
            #11 0x1931a41 in threadFunc /src/libreoffice/include/osl/thread.hxx:185:15
            #12 0x51d47a1 in osl_thread_start_Impl(void*) /src/libreoffice/sal/osl/unx/thread.cxx:237:9
            #13 0x7fdeb7b396b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
        
        Change-Id: Ie0a04d4b887e3bb764e8fa80212dc5d5b3965aca
        Reviewed-on: https://gerrit.libreoffice.org/42355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-16  Bernhard Widl  <bernhard.widl@cib.de>  [ad7bc2f7bbf8497ec83c65719ac0d65459293480]

        tdf#79877 add button text for 'previous' button (gtk-media-previous)
        
        Change-Id: I605849cd753ed3f33b8dec5921488730dc9682dd
        Reviewed-on: https://gerrit.libreoffice.org/42332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-16  Paul Trojahn  <paul.trojahn@gmail.com>  [33a6eb3df861009d0fe9ffee344ef00cd2906520]

        tdf#100065 PPTX Fix import of custom shapes in groups
        
        A negative scale of the parent matrix indicates that the shape needs to
        be flipped. This commit fixes text rotation as well, so
        d742c0019435d0bc90c9342492583636099a057f is no longer needed.
        
        Change-Id: I67bba34519b3af9215fe64a71f5137aa510edf7a
        Reviewed-on: https://gerrit.libreoffice.org/42250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [57d3c7883bc51e9aed5b4eb8f2c2d599741888ca]

        update freetype to version 2.8
        
        Change-Id: Ifd4ea6f71f426d27ee18b3dbda5442f3ba713918
        Reviewed-on: https://gerrit.libreoffice.org/41174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-16  David Tardon  <dtardon@redhat.com>  [a359d8dbd5f695ed9e092c994492c31932566bb2]

        upload libcdr 0.1.4
        
        Change-Id: Ie90a720d249ff85e667c6e96d639369ed48519b8
        Reviewed-on: https://gerrit.libreoffice.org/42352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-16  Caolán McNamara  <caolanm@redhat.com>  [677d0f40c4993317febeb8e96b6cb239f9769317]

        allow db fields with disable-database-connectivity
        
        just non-functional as opposed to non-existing, otherwise
        docs with them cannot be loaded at all
        
        Change-Id: Ib752a7fc7b4d0aae7d55f1a24d902259604f54a7
        Reviewed-on: https://gerrit.libreoffice.org/42341
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [f66661c166244f9828e7a383539aa763507e45ef]

        convert SvxTimeFormat to scoped enum
        
        and make the numerators look more like our internal formatting codes
        
        Change-Id: I3b3d448cec913e72c7ffb6cc3e7754241af36d93
        Reviewed-on: https://gerrit.libreoffice.org/42345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ba9f793c7e80a3bed9aceb3281d55ddc7957f85]

        convert SvxTimeType to scoped enum
        
        Change-Id: Ic5ca8c50ccd74837cd0521a13e1f5eaa8e326ff3
        Reviewed-on: https://gerrit.libreoffice.org/42344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [70e552065339f1f7ab14f991f3e840b5461e609e]

        convert SvxURLFormat to scoped enum
        
        Change-Id: Ie2199cf0bcfb6d649f8aa33325ab645b18e7c000
        Reviewed-on: https://gerrit.libreoffice.org/42343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [03c77bbbed1e275bede8c6b2ca924eb3647d6f90]

        Removed duplicated include
        
        Change-Id: I574313da20851417c7659ce7b5bcc687ac3c97a3
        Reviewed-on: https://gerrit.libreoffice.org/42339
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a52ca01f6ae27a86cae6e82b3c5ae6601f3ea398]

        nss: no rpath/origin flag for Android (unused DT entry/DT_FLAGS warnings)
        
        Change-Id: I15d322f7361a26060ea37a720f85890e17630ebe
        Reviewed-on: https://gerrit.libreoffice.org/42336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-09-15  Yousuf Philips  <philipz85@hotmail.com>  [f9cbf67fb2cf817b6d201604eb7d4bf6182a1392]

        tdf#107915 More paragraph and character style aliases
        
        Change-Id: I87cd64d1ba3cb370d5a967e790a92ce393fb9457
        Reviewed-on: https://gerrit.libreoffice.org/41919
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [17d48dfe3ae7711c9ece878f448454dc49a8174d]

        epoxy: don't rely on compiler to optimize-out unsupported glx stuff
        
        …as building with debug on Android for example fails when linking due to
        unsatisfied symbol glXGetProcAddressARB
        
        Change-Id: Ibea56d182fcabff182b1622599950e3e7ebf3aaa
        Reviewed-on: https://gerrit.libreoffice.org/42335
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [7bb6e01782d634cb6ee28623a01c5c75aae9b775]

        update-for-gettext is no more now
        
        Change-Id: I3da463ce2233512cb9b616fa75d7a07d9b32aeb5

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [d2033373714ff1bb8a8808b702c85a8024f5a461]

        survive disable-database-connectivity + docs with embedded database settings
        
        Change-Id: I70c205cbff48844b645ace48bd6e001222f7855e

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [e20fe337d76f3a81b1acead279b63bb9beea03eb]

        some defaults for when config is unavailable
        
        Change-Id: I0fd7cedbf9957707d56f99b5801dacf3a8868f02
        Reviewed-on: https://gerrit.libreoffice.org/42337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [15966e0721af1d16243a032ec2832a66a069de93]

        al.exe not found on Windows 10 with VS 2017
        
        Change-Id: I091c0cb9a33d5b52dfb34e54515d6c283d6efb96
        Reviewed-on: https://gerrit.libreoffice.org/42323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [894115b5739b48fc241f8cd5f9f7a1830161a22d]

        Fix typos
        
        Change-Id: I78653129638b25f16e0816b6fff11e02100c85e7
        Reviewed-on: https://gerrit.libreoffice.org/42321
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-15  Eike Rathke  <erack@redhat.com>  [b12e9ec1c9796fe62cb744ac82008146323348ea]

        Fix INetURLObject::operator==() when comparing paths
        
        Regression from
        
            commit 43a6b59539ad573436f43303e9fbe17c12dc9c84
            Date:   Mon Jul 10 12:42:24 2017 +0200
        
                simplify some OUString compareTo calls
        
                to either startsWith or == or !=
        
        aPath2.startsWith(aPath1) is not the same as
        aPath1.compareTo(aPath2, nLength) == 0
        if aPath1 is longer than aPath2 ...
        
        The consequence was a broken Macro Security Trusted Location that never
        matched.
        
        Change-Id: I6b7adab42982c020f3677bf24f18edd14210ffdf

2017-09-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [8303540b41cb263e7a2517182fe008cbd86639ae]

        Use the system TID as the thread identifier
        
        This uses the system TID as the LO thread identifier for Linux,
        IOS and macOS, just as the Windows backend already does. While at
        it use pthread functions on Linux, FreeBSD and MacOS to set the
        thread name.
        
        We already depend on MacOS 10.6 for dispatch support and Linux
        supports pthread_setname_np since glibc 2.12, which is included in
        our baseline. SYS_gettid is available since Linux 2.4.11.
        
        I just copied the FreeBSD info from stackoverflow, while at it.
        
        Change-Id: I39cdd09e952c0a2286d39f938c64b2d2d2f1ef91
        Reviewed-on: https://gerrit.libreoffice.org/42071
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-15  Stephan Bergmann  <sbergman@redhat.com>  [7282b25f226bf73ed88dbd3d0a6f265f1626d190]

        Fix loplugin:redundantcast's VisitCXXFunctionalCastExpr
        
        ...when t1 is ElaboratedType sugar (which isn't only used when the type is
        written with an elaborated type keyword, but also when it is written with a
        qualified name).
        
        (I originally wrote testArithmeticTypedefs to track down a different issue,
        which turned out to be a non-issue, with this fix as fall-out.  So that test
        doesn't quite match the theme of this commit, but is a worthwhile addition
        nonetheless.)
        
        Change-Id: Ic447da4399853d7d045e3e2e7ade8ddf52d89749

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [ebc7beb6626a330631cf5e12f0cd8b85f5da1bfa]

        ofz: need more services
        
        Change-Id: Iaa594d85aad4b1ee3dd31029fc50c5a1d8997f57

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [e62c94684a29c1f9cf7b338c8e60ee75afcbddda]

        Updated core Project: translations  a6fff45b6a770e18755c2ea1ed52f92d3231802f
        
        fix translation
        
        Change-Id: I496fe30f2a1d15c2f0c13fe5c003b07b465a6ad8
        

2017-09-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dc93e5cc7c2157d51975d8a78a193bbc76bb0a6b]

        android: textrelocations are no longer an issue (can target 23 and later)
        
        Change-Id: Ib80651bf3b23cf74abc76472c247b83622046700

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [61037c622b13122de578f5ef60a3b343af3f9633]

        ofz: leak of prefixes in skipped elements
        
        Change-Id: I8e83eb605bdf5991988e147cf8478e44c858a2b0
        Reviewed-on: https://gerrit.libreoffice.org/42320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-15  Andreas Brandner  <Andreas.Brandner@cib.de>  [9e06588a980a6d33cf147c0370a655ad1499bfbe]

        Moved Math/Font-Size dialog buttons to the bottom
        
        Change-Id: Iac1bd80836d42a136823bafb2290d32c693e0de5
        Reviewed-on: https://gerrit.libreoffice.org/42316
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [f7b1989503380bb83841b3b086e5cbc6f7ca750c]

        Convert com.sun.star.comp.stoc.CoreReflection to direct construction
        
        Change-Id: Iac6f30dbb9173e2ccc38b236efc4715ba7f2b67f
        Reviewed-on: https://gerrit.libreoffice.org/42289
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-15  Andreas Brandner  <Andreas.Brandner@cib.de>  [417bcf6b3e46eb2b5b912fe1df35974a626eabe3]

        tdf#106946 Removed ability to resize Spellchecking-Options dialog
        
        Change-Id: I89182eeb01f8639aa7d7af61f0fe99d96568b6e3
        Reviewed-on: https://gerrit.libreoffice.org/42330
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [ac82a1c3599646ce9fc5719540de8e3da30a2300]

        sal: add missing 32-bit backtrace symbol to sal.map
        
        Was missing in commit bc9a2ba677ce3fcd46c2bbef6e8faeacb14292c1.
        
        Change-Id: I9b270d2363aee847afccb1a5d8f4c3d0af16fc27

2017-09-15  Eike Rathke  <erack@redhat.com>  [7ab76d2bd9578c2680733bd66fd50902027e0c58]

        Fix BASIC storage that stored an HTML <P> element
        
        &lt;P STYLE=&quot;margin-bottom: 0cm&quot;&gt;
        ended up in the XML stream,
        
        Regression from
        
            commit 2e0a25ce2b87d3a4bbf944025fc3720933fb391d
            Date:   Fri Sep 8 08:31:42 2017 +0200
        
                loplugin:constantparam
        
        that removed/kept the wrong path of !bHTML/bHTML
        
        Change-Id: I29ad9c4e7dff7a2d5537f5e52e7316aff7347c7a

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [6af9bba906e4c2a1602a3cbc50df874808417491]

        Resolves: tdf#112408 crash with nan with bad ascent
        
        bad ascent in the common case is probably fixed with tdf#107249
        
        Change-Id: I0a06de06cb07277c50dcffd1b6a1121398e84e42
        Reviewed-on: https://gerrit.libreoffice.org/42328
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b9ddba1d097176e9742e7bb09f591e82b96fffa0]

        Add space after text for better string concat
        
        Change-Id: Ib8a9975091f3a17fbc90a0f1bf5eb4b736009099
        Reviewed-on: https://gerrit.libreoffice.org/40095
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [1f543b817a7e8bdef9482c4c61bc1672bf04e39f]

        osl/w32: don't use 8-bit string functions
        
        Change-Id: I1f09d7a0f6c0c87b8b672d6bffcaa397ed4ff6e6
        Reviewed-on: https://gerrit.libreoffice.org/42317
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Stephan Bergmann  <sbergman@redhat.com>  [186e31689661e23824b123dd014a65b713bedd8c]

        Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are valid
        
        ...so that at least some typos of using OUSTRING_TO_OSTRING_CVTFLAGS (0x566)
        instead of OSTRING_TO_OUSTRING_CVTFLAGS (0x333) can be found.  (Unfortunately,
        in the other direction, 0x333 is a valid combination of
        RTL_UNICODETOTEXT_FLAGS_*.)
        
        Change-Id: I7cfb3677b103ae90de88833cc93b0a5384607e15
        Reviewed-on: https://gerrit.libreoffice.org/42288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [73bc364347fc8325a632f17fcda220ce7d6f5945]

        Add tools::Time::GetMonotonicTicks (us)
        
        This moves a combination of tools::Time::GetSystemTicks(), canvas
        ElapsedTime::getSystemTime() and the opencl timing implementation
        into tools::Time::GetMonotonicTicks() as a monotonic microsecond
        time source.
        
        Change-Id: I5c9263540b8af55b2eeca6126e288129427f6e8e
        Reviewed-on: https://gerrit.libreoffice.org/41991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-15  Tor Lillqvist  <tml@collabora.com>  [cef9cf59f8064be99ce3b7d0738ab0775715112c]

        Test joining two disjoint ranges into one by adding a third inbetween
        
        In particular, the case where the third one even overlaps one of the
        existing ones, not just borders it.
        
        Change-Id: I3a0dff51a68b048b615f60e579e6e698518cf1bd

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ab65fe804cf3a97bd172b5551b553b9bcde6d756]

        borderline: Extended decompose
        
        Decompose of BorderLinePrimitive2D extended to take care
        of non-perpendicular line endings for matching. Improved
        matching, one error in calc fixed
        
        Change-Id: I869a75385711b58e6725daba0f22be8a98158ad9

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2f16219741aba016677103e4b22738d055c39a91]

        borderline: Fixed PatternScale
        
        The applied PatternScale factor was not consequently used in
        svx::frame::Style so that the Previews in the Dialogs look weird.
        Fixed that and stumbled over Writer applying it's own scale
        which then was leading to double scaling, ceaned that up.
        
        Change-Id: I89f41bfd7884e5e743080301e219491e215054c3

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [16fd7af90a9be159ebc7eab09083f1ef7eb64645]

        borderline: extended the expand logic
        
        Extended and checked the expand logic for creating
        the line extends. Now creating quite the right lines,
        will need to check some speccial cases. Also some
        cleanups.
        
        Change-Id: I3a3bd4d23c7017ecd873147df2d93af61de39fa6

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1f02af4dbd13d79647549e1269722e2c0b67fa90]

        borderline: Added merge BorderLinePrimitive2D
        
        Added BorderLinePrimitive2D merges for Writer and fixes.

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [53599a9a183878cdf435f80939f8d301a3909d78]

        borderline: merge redefined, mirrored Styles
        
        Redefined merge of BorderlinePrimitives, removed old Writer
        stuff for it. Also added support for handling Styles mirrored
        for extension calculations.

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [98ceb50c0a65708729df8f2967e616f52db42261]

        borderline: Adapted BorderLinePrimitive2D and usages
        
        Big changes to BorderLinePrimitive2D and BorderLine, freeing
        it from one/three entries, going to a free definition using
        gaps with width but without color. Adapted usages and creation,
        not yet tested much
        
        Change-Id: Ic1255a790401901c3166d200205bc23322b37185

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0d2b5305263b01fbefdc998cfc713e36084d6294]

        borderline: Adapt ViewContactOfTableObj
        
        Adapted to usage of svx::frame::Style helpers for primitive
        creation, need much less SvxBorderLine classes and less
        overhead. Class SdrBorderlinePrimitive2D completely removed.
        Working on Array::DrawRange to get it using the Coodinate
        Systems which are available and include the rotation.
        Solved problems in BorderLinePrimitive creation in DrawRange
        and DrawArray by completely restucturing these. Also changed
        to now return a sequence of primitives to the caller instead
        of handing over a primitive renderer and using it for each
        single primitve. This is a preparation for later buffering
        these and not re-create for each paint.
        Have now a working version that uses the Cell used by the Style
        and creates all info on the fly, so that the correct coordinate
        systems will be used. Works in Calc and it's dialogs with
        one or multiple cells.

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2135e461167dd873fd622e948b88b4194e6854b7]

        borderline: Adapted Writer to use CreateBorderPrimitives
        
        Also further refined svx::frame::Style, some more cleanups
        in svx using CreateBorderPrimitives, got rid of one
        implementation of CreateBorderPrimitives
        
        Change-Id: I4c2481181df4fc4aa0dbb4cb9f4352066b9d8ec0

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2813d70f4a7e5522db1056352cd646a585a5c5d0]

        borderline: move geometry creation to linear algebra
        
        Adapted Array::DrawRange to Style/Vector usages, feeding new
        CreateBorderPrimitives method. That one roughly feeds the old
        implementations to test and check (and keep working)
        
        Change-Id: I09557f826cd023d27db6b53e53aa69c149308711

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a9c59cbfb9e16469b389db0b4d6befe196d0e2a0]

        borderline: Preparing further to use CellCoordinateSystem
        
        Multiple cleanups, made svx::frame::Style a std::shared_ptr class,
        preparing basing all border stuff on transformations, so it will
        need a CellCoordinateSystem. Added stuff to get this Coordinate
        System from the svx::frame::Cell using the Frame and knowledge
        about ownerships
        
        Change-Id: Ic2cb59cc92e648ac2fef72f22f8913479769d3e2

2017-09-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [fe14ddf25003c0f79f9f8a249bc22d45f57a0068]

        borderline: Abstraction of BorderLinePrimitive
        
        As preparation for more detailed definition of BorderLine
        primitives I have adapted the BorderLine definition to
        work with motre possibilities to define the LineStartEnd
        definitions in a BorderLineExtend class. That one is
        flexible to hold all kinds of definitions - from none to
        all four possible extends (Start/End, Left/Right of vector)
        Cleanup of DiagStyle and others: DiagStyle is not needed
        anymore due to no longer using angles calculated, but
        being based on vectors defining the geometry. Also cleaned
        up quite a bit of no longer needed calculation stuff for
        the control.

2017-09-15  Tor Lillqvist  <tml@collabora.com>  [596efaad51735a130e7b7bd27dbc34dc07f32f68]

        Handle also the case where a range extends an existing one with overlap
        
        Check for a new range being joined Extending an existing one in any of
        four directions (up, right, down, left), within a tab (sheet), that
        is. And add unit test for this.
        
        Change-Id: I4bd0525c2837f8b4b9d5a8967e0d5d661c6a5e2f
        Reviewed-on: https://gerrit.libreoffice.org/42304
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [b6be50c99c66d517d39dd2cfcb90542cfc13c8ef]

        avoid config when unavailable
        
        Change-Id: I4effcfd82b977c8580fa7287ca4c30dda1af3250
        Reviewed-on: https://gerrit.libreoffice.org/42319
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [e45f61a5906cb84cdd895ef00648d5b7a6468ac5]

        convert SvxFileType to scoped enum
        
        Change-Id: Iec1c67f7f0f9b2244b1d6ef52921ddd09f944fbb
        Reviewed-on: https://gerrit.libreoffice.org/42314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b825fe7f525ac017966044a1400d9095c8b7986]

        convert SvxFileFormat to scoped enum
        
        Change-Id: Ia75c86a89c89bb22759e1d588ce603701cb7fad5
        Reviewed-on: https://gerrit.libreoffice.org/42313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [5d060fd07a16c80bd94d27b08fefe1d0aaf418f7]

        accessibility: remove useless calls to virtual methods.
        
        This also removes a lot of useless recursive locks.
        
        Change-Id: Ifee7dbf2095bf0431eb27e8022e7f5299c46388f
        Reviewed-on: https://gerrit.libreoffice.org/42122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [359201c9b4ad26fd445688de2c9a1d15f253d37d]

        convert SvxAuthorType to scoped enum
        
        Change-Id: I990eb35c883ddd417751487435556f584e956374
        Reviewed-on: https://gerrit.libreoffice.org/42312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [8c3b410ae36d3d82e455180c6acbf23f434d6108]

        solenv: fix GDB pretty-printers for SwNodes yet again
        
        Change-Id: I1eb1efedb98979b692874ae0ec48120cb5a38188

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [b29402009831f8a96fd77fc1042c3004c224a350]

        consistent naming of externals: mysqlcppconn -> mysql-connector-cpp
        
        Change-Id: Ibfb3aa69895eef6023c38e2ff3b7ae98a05f5820
        Reviewed-on: https://gerrit.libreoffice.org/42300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [15b973ed64cb0c655b387c5022fc2ff0894520dd]

        consistent naming of externals: xslt -> libxslt
        
        Change-Id: Ie66848187cef395d8b0af4727a4d9c0919e3c9dc
        Reviewed-on: https://gerrit.libreoffice.org/42299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [6cdf761c7a9e167cde85d4e8e6f356c99a259f68]

        consistent naming of externals: libxmlsec -> xmlsec
        
        Change-Id: I9774dbec91b397d291d8f7f9bf96bbb75fc2baad
        Reviewed-on: https://gerrit.libreoffice.org/42298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [84b0f0631574832c5939cc63456fd1322e67339f]

        consistent naming of externals: xml2 -> libxml2
        
        Change-Id: Ia1164c70d02dce70cb346c1fd4033f12d91c6e5d
        Reviewed-on: https://gerrit.libreoffice.org/42297
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [b0e0ee45d667df1473b47e441a6911dd2b4eadba]

        consistent naming of externals: png -> libpng
        
        Change-Id: I82d95e74318600b390d5add716773c658817e504
        Reviewed-on: https://gerrit.libreoffice.org/42296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [871d75e9c2c82d4b3ffbbff80f1dfa7a823e4f3d]

        consistent naming of externals: libmariadb -> mariadb-connector-c
        
        The used version is actually named mariadb_client but since 2.1.0
        upstream calls it MariaDB Connector/C.
        
        Change-Id: I51b12a9be55151919585dec91a5fc802ff4fc86b
        Reviewed-on: https://gerrit.libreoffice.org/42295
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [0bb764854361249c60ea31c5366a91dcd938c747]

        consistent naming of externals: langtag -> liblangtag
        
        Change-Id: Iba391f4f0e3c496442b8acaff443319fcb8fb3d7
        Reviewed-on: https://gerrit.libreoffice.org/42294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [7ff346c737cd4a3ab4bc0724b4132aba65f3b56a]

        Updated core Project: translations  914e0f7a76244c738c1917b99bb162e4f6645ffb
        
        fix translation
        
        Change-Id: Id81539179f0e9aade7d9027a230210c34fb05e41
        

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [653e358a6be96f22c13e0ce27cdf34ea7b5ce98b]

        consistent naming of externals: exttextcat -> libexttextcat
        
        Change-Id: Ia70782713fee251deeea5580961219938cfe8b89
        Reviewed-on: https://gerrit.libreoffice.org/42293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [38abb6aafa56dd8cb1ed2f5a09d3ea4023b4e16b]

        consistent naming of externals: cmis -> libcmis
        
        Change-Id: If710b416111dd26a67693d9f6d7d194ea607069b
        Reviewed-on: https://gerrit.libreoffice.org/42292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [77d297f3e8ff4af58718d166dcbf23c39ce47ca3]

        consistent naming of externals: jpeg-turbo->libjpeg-turbo
        
        Change-Id: I63fcebc36559c2698bbedd3501285a388ce8c257
        Reviewed-on: https://gerrit.libreoffice.org/42291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Michael Stahl  <mstahl@redhat.com>  [2406e8fa5af19e0a8c97fb2461e3c12bfbfe373c]

        consistent naming of externals: ConvertTextToNumber->ct2n
        
        Change-Id: Icd2a0a8ac64c3aafc627fc312b2588e7fb7bb1e1
        Reviewed-on: https://gerrit.libreoffice.org/42290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [c6d8134f984ac99547e988c50b5567b5e14a2f48]

        Updated core Project: translations  9c32728ddf7105d490504cf90d1c9b75358f9a79
        
        fix translation
        
        Change-Id: I3cfbf1edf4532a96c549a9d59c1d4ca50425418e
        

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [4da85bf822dcce7da6c2243b408652af8eb55b71]

        convert SvxAuthorFormat to scoped enum
        
        Change-Id: I5553ea640a4483c98ec5f5240594e30a72c968f8
        Reviewed-on: https://gerrit.libreoffice.org/42311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  andreas kainz  <kainz.a@gmail.com>  [7151bbfca25d92dff1f0968c4baaae60d724c060]

        add breeze icons for writer styles toolbar
        
        Change-Id: I84bb9f78a0c856ef8eca7ce4900de28a0d7e2839
        Reviewed-on: https://gerrit.libreoffice.org/41918
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [fda59e9768bc8643ea36bda1539f22928b7946cf]

        convert SdrMeasureFieldKind to scoped enum
        
        Change-Id: I8896d46623843d3fe341c057d7ee0376a99f4741
        Reviewed-on: https://gerrit.libreoffice.org/42310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Caolán McNamara  <caolanm@redhat.com>  [1fb44aaf6cfc13ab63e5ffcee976378deeac025e]

        Updated core Project: translations  f1134730d66ca8e9ddfe2662a4aa579b58437312
        
        fix up translation
        
        Change-Id: I4570cfaa17a7140b263e831dc3b3eda66a8701d3
        

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [331e2e5ed3bf4e0b2c1fab3b7bca836170317827]

        long->sal_Int32 in Fraction
        
        because long is 32bits on Windows and 64bits on Linux.
        
        Reasoning:
        (a) all the users of Fraction used to be 32bit in the past
        (b) this makes the Linux code behave the same as the Windows code
        (c) changing it to 64bits would be dangerous because then call sites
        could see silent truncation.
        
        Change-Id: I2a36200623a3cf2e7d62ccad030a20614e1798fb
        Reviewed-on: https://gerrit.libreoffice.org/42200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [54e608c6605ca2bcfd8dfdbe674d5110a18d2c5c]

        convert SvxCellVerJustify to scoped enum
        
        Change-Id: I9d1cdb4ddfee43b7a0990624d7d16e06679343c4
        Reviewed-on: https://gerrit.libreoffice.org/42276
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-15  Stephan Bergmann  <sbergman@redhat.com>  [8d0fbad1e08368bd0b6ff76798c779ac7e747cfc]

        loplugin:redundantcast
        
        Change-Id: I16790a6886359d7f121e75e5f7dcbfd02d5fa38c

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [ebb985be4462981904cca72727d1872347022d0d]

        cryptosign: don't use 8-bit string functions
        
        Change-Id: I5f0414c85001043cd746bab364a84a00ac9c85e4
        Reviewed-on: https://gerrit.libreoffice.org/42305
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [8d24a4e1feaf88ee3f01393cc84a0747441911c3]

        windows_process: don't use 8-bit string functions
        
        Change-Id: Ie309f907220ffb69585442a1ae456623debf6654
        Reviewed-on: https://gerrit.libreoffice.org/42303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [d2bf7caff23c875f7c058e07b4f18b3d76da0b0c]

        loader: don't use 8-bit string functions
        
        Change-Id: I13f4fcf86dd385cecfa0a8cfd34037352a42253f
        Reviewed-on: https://gerrit.libreoffice.org/42302
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [4830592796cdc42ca1f111840b5cc31a220b50d7]

        applauncher: don't use 8-bit string functions
        
        Change-Id: I44e9641fb800a7a0203b689b035adbe27c4efee1
        Reviewed-on: https://gerrit.libreoffice.org/42301
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Mike Kaganski  <mike.kaganski@collabora.com>  [6997c4fe27444fbd2e24372d20a9e354bf023018]

        sal/osl/w32/security.cxx: don't use 8-bit string functions
        
        We don't support Windows versions that don't have Unicode support.
        In all currently-supported Windows versions, all FooA() functions
        are actually wrappers for FooW() variants. We don't need to fallback
        to A functions, and also don't need to do useless Unicode<->8-bit
        conversions that also may result in data loss.
        
        Change-Id: Ie21337c150ec0b9b4386c27d46f6596c14c4dd9f
        Reviewed-on: https://gerrit.libreoffice.org/42281
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-15  Julien Nabet  <serval2412@yahoo.fr>  [2126e549623b4cbf8c8488e8f20c9a43609b3a44]

        tdf#112393: avoid leak in LangSelectHdl_Impl (cui)
        
        by deleting userdata of entries containing in m_pModulesCLB
        
        Change-Id: Ie903b0cd0ccf16839ac7bed42b7bdbc1db4fa5ef
        Reviewed-on: https://gerrit.libreoffice.org/42308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-15  Julien Nabet  <serval2412@yahoo.fr>  [e89700f02c7aa521c9e52468f076b64f1b30fcac]

        tdf#112392: avoid leak in SvxEditModulesDlg (cui)
        
        by using unique_ptr
        
        Change-Id: I07d71a6aa1fe1eef40280588e842b1a884eb499e
        Reviewed-on: https://gerrit.libreoffice.org/42307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-15  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [031217619cf98fa527ba383938ac49f600d5c5d2]

        Replacing old-style iterator loops with range based for loops
        
        Change-Id: I4d3da8e057e1e6b241874d7ead0867f358ef923c
        Reviewed-on: https://gerrit.libreoffice.org/42230
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-15  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [588c5b0cff9bbdb2efbdfb259268154b0074e7e6]

        tdf#112012 EMF+ add dashed line support
        
        add support for dashed lines as optional pen attribute.
        
        Change-Id: I8c49d178e1b25eb0b8cd15c32c2fc47497efb21b
        Reviewed-on: https://gerrit.libreoffice.org/41565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-15  Serge Krot  <Serge.Krot@cib.de>  [e038dfdf05096edc0e9c38c9a686b5d23ba39352]

        tdf#111799 Added missing initialization of font
        
        The font was not intialized for the TextLayouterDevice object
        inside ThumbnailViewItem::addTextPrimitives() method.
        
        Change-Id: I18dc9e2c6fa09c43d66f7b230133cbeb00b7f585
        Reviewed-on: https://gerrit.libreoffice.org/42287
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-14  Julien Nabet  <serval2412@yahoo.fr>  [d3503650d048dbd4b0c28010520d01479d1aabf1]

        Replace some lists by vectors (sc/filter)
        
        Change-Id: Id5e5702045ef597db9ad1a44f99624152128f7a9
        Reviewed-on: https://gerrit.libreoffice.org/42257
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-14  Tor Lillqvist  <tml@collabora.com>  [2130ecae63335f1fdcee59df010cd4788a5ee8bc]

        Add test for joining a range totally contained in an existing one
        
        It is supposed to be "swallowed".
        
        Change-Id: I6184e5ff8560e5ad0c97dce1481123b9acecfabc

2017-09-14  David Tardon  <dtardon@redhat.com>  [196e1e6d8b9864a47ee02049c075c52027288ff3]

        upload libwpd 0.10.2
        
        Change-Id: I7ee8557f5e8d4c66f0b839bfe5f4affb16095daa
        Reviewed-on: https://gerrit.libreoffice.org/42235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-14  Tor Lillqvist  <tml@collabora.com>  [0b1c92bde2be59dffdfd801b2dbb8d9a68f68526]

        Add debugging output operator<< for ScRange

2017-09-14  Caolán McNamara  <caolanm@redhat.com>  [7fdf1663ed8e689e7fb154ab22a9dcb7fc7bf43c]

        remove interim update module for gettext support
        
        Change-Id: I05df619848cde842a5cda79d20e013914ce882d4

2017-09-14  Caolán McNamara  <caolanm@redhat.com>  [54a86c8f0c97a47b5ed7a8882f19e9af0c1682b5]

        Updated core Project: translations  f9607e1846ae6a05aad52980c2c02bc553d6c57b
        
        convert to gettext format
        
        Change-Id: Ia83ea50b4c7feb94685cfa385094b3fbce8a4056
        

2017-09-14  Eike Rathke  <erack@redhat.com>  [0e7593ed856ac49c1d69407b8d0db5b771cc2805]

        InsertMatrixFormula,InsertTableOp: assert valid cols/rows
        
        We don't check and return without operation for these, so the caller is
        responsible for handling bad prerequisites.
        
        Change-Id: I47bf5dc171c2362bf7096022058a51460c6e50e0

2017-09-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [08db0b561e965a4b748b8fc91622ce6b558f5017]

        Updated core Project: help  b4f3b5bbe19d8361492c023e3ca0ee53fc0ab9b0
        
        tdf#112391 Fix inStrRev in example of LO-Help
        
        Change-Id: I3fad8e9ba3d30d9bf7ae42e6c753ee8677b012fd
        Reviewed-on: https://gerrit.libreoffice.org/42286
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [5ac091419d3269ccf1371eb30792fbc4617b4f11]

        Drop Image configuration settings
        
        These were first marked as deprecated in 2002:
        https://cgit.freedesktop.org/libreoffice/core/commit/officecfg/registry/schema/org/openoffice/Office/Common.xcs?id=54da76d3b7f0cebe53489cd934a214bf5857fd3a
        
        Change-Id: Id5d7f41ac55b99c84d7cd9dda9fa30bb5200e11e
        Reviewed-on: https://gerrit.libreoffice.org/40906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-14  Mike Kaganski  <mike.kaganski@collabora.com>  [59402caefa12b922f2d0e2083e420a02356ea476]

        tdf#103525: a blind fix: try Unicode function first
        
        Change-Id: If088efdcbf41807ac8fad2410953abb685c8ea01
        Reviewed-on: https://gerrit.libreoffice.org/42274
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5685ee25aad4a4debb47fb5896082be48f521d17]

        improve redundantcast loplugin
        
        to find c-style casts where the expression is a templated method
        
        Change-Id: Ifbd1e2cdc72d906fc95a7ec0f9408c3f6d2a836b
        Reviewed-on: https://gerrit.libreoffice.org/42275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Caolán McNamara  <caolanm@redhat.com>  [44bfe8fad4f7c263dc713a65fb2ab0e2f9afcf99]

        connect to modified instead of up/down/focus-lost
        
        Change-Id: Idfe3ebf1a3c6fd4baca693f0ec7e199b740d427a
        Reviewed-on: https://gerrit.libreoffice.org/42271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-14  Eike Rathke  <erack@redhat.com>  [34ac0f9a0376b43bcff78a49ccaf4caa34c8c990]

        ofz#3362 SYLK import: check ;X;Y;C;R col/row validity early
        
        Change-Id: I37d5ce67f975b6b89c4b8a9baefae2467da2eb84

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [01062f27774a5c0adec8ba6e3bb10994538c8a82]

        convert SvxCellOrientation to scoped enum
        
        Change-Id: Ia4c75c6394b47805f24a7daca593e0074a8ddf0b
        Reviewed-on: https://gerrit.libreoffice.org/42268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [db12ecd5d77670db5a61fb16b9372d7fd7da858c]

        simplify calls to IsStreamValid/SetStreamValid
        
        just add a short-circuit check inside SetStreamValid, and we can
        simplify all of the call sites
        
        Change-Id: Ib3d19455c60fe9569faf548b1fefbc274d03574c
        Reviewed-on: https://gerrit.libreoffice.org/42267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Michael Meeks  <michael.meeks@collabora.com>  [f2de8a282a131f0294c41fa994083df47d5d61f0]

        Revert "Disable spellcheck when LOK is active"
        
        This reverts commit c92ebc850345924619a12327f36cc6ac9c0b09d1.
        
        Change-Id: Idd01cffbd71643d5a9132b518432c5e173b4787a
        Reviewed-on: https://gerrit.libreoffice.org/42270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-14  Michael Meeks  <michael.meeks@collabora.com>  [91cf85936aff8bcc3b837584a834a0f2d9f3ed3a]

        Pre-load dictionaries for online.
        
        Change-Id: Ied81f20900060ff6a78704fa9195320b8fb86e45
        Reviewed-on: https://gerrit.libreoffice.org/42269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0de7bc428aaf914a836da3c33b123e4195e603e]

        clang-tidy modernize-use-emplace in various
        
        Change-Id: Id1bbd3f380c17beeaab11f7140d4df1304c3d0d8
        Reviewed-on: https://gerrit.libreoffice.org/41750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5d5ac2fd9e8fe4781d6175eb58b949ba9c25d564]

        clang-tidy modernize-use-emplace in xmloff
        
        Change-Id: I55bf75b5505d01cb33f26fac4603afdb3b4f1780
        Reviewed-on: https://gerrit.libreoffice.org/42262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d36ccd2a7111b35276c21ed19750921fdfbfdacc]

        use unique_ptr for mpControlFont
        
        Change-Id: I71eed3254cf073b754c1a634315e6e739a816606
        Reviewed-on: https://gerrit.libreoffice.org/42264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [de12ff18297b80c3fbbc90e5b2f0fb51f2a74a32]

        Drop unused ooOpenSourceContext config key
        
        Unused since 2011:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=c1758889cbd5e8e4afb1044425c908715eb3e1cd
        
        Change-Id: I2fc9953b5dbb1bc818a2f9b37fc3ba32f1a96b17
        Reviewed-on: https://gerrit.libreoffice.org/41218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-14  Jan Holesovsky  <kendy@collabora.com>  [5bcc79e825d542c40c9ee0f48d1d72ea9aa53c54]

        [API CHANGE] lok: Don't use 'bool' and 'uint64_t' in the stable API.
        
        This is a f70e0ec6b3c61a7c7caa469949b0ac8016c89854 follow-up.
        
        Change-Id: I4acf00a6da85ed14be4ed0ca20d541a9441736e7
        Reviewed-on: https://gerrit.libreoffice.org/42266
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [be78f7b8e202105625ff750853851b93f5a61ddf]

        Adapt flatpak-manifest.in to updated poppler and libwpg
        
        ...1c983335116a6f09cabf0b3eae7f51951111341e "upload poppler 0.59.0" and
        1a2b33348e53a4c3262494cfc5bfa7cbd1bb4e36 "upload libwpg 0.3.2"
        
        Change-Id: I8b6d5f6bb96a8bd668abebbdc6087cdb93226db6

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [1415b726714b3d4f606020eedf8e875c8325ce72]

        loplugin:externvar (clang-cl)
        
        Change-Id: I83245eb7d616d87b74326f49911b1fa5fc58431e

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [c3711e3ea676e0ee0bb1a6bc43a57e735ee586fe]

        loplugin:cstylecast (clang-cl)
        
        Change-Id: I1d9b30cc06882b7662ef5d706be52755e02323ed

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [d8655c09a946e9eac3a8be75a23a1516863d60e7]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: Iebcf75f406a2cb9914bf3cbc1019a53c08e9203e

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [c2f081d17484d2efbc2b294f89f4cb59b1937a9c]

        Silence clang-cl -Wpragma-pack in external/nss
        
        Change-Id: I08672659e7ff1e7ddf3f2185faba5aeab3fd2239

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [d4bd86f52d5a7d8ac0125132451911d9b51a6c58]

        loplugin:redundantpointerops (clang-cl)
        
        Change-Id: I5d4a1c3746b0eec02e022e5ffefd1a30a01948cd

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [7901d47cbb6feb31b9d8fd8a3c877fe2c97f62a5]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: Icd5e625f7c67c45ea3038455514e44c1c9449661

2017-09-14  Stephan Bergmann  <sbergman@redhat.com>  [303380beef4ab88433006d4aeeb65ea1ee7f3990]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I5335d639cddb07ad442d1e09f2d2ac694c38ccaf

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [c856ae17aff5db258eb16713f56fce9f28400d47]

        clang-tidy modernize-use-emplace in vcl
        
        Change-Id: Ie0a6d105b0167431275e628935df4f4c1a36d070
        Reviewed-on: https://gerrit.libreoffice.org/42259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d2259c848b43f9f04d5bb6073c00b8ae124534a]

        clang-tidy modernize-use-emplace in test..vbahelper
        
        Change-Id: Ifbe1dd7c9d5dde33f7419548670434591b1a1d82
        Reviewed-on: https://gerrit.libreoffice.org/42258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0b0aef18fff981fa1f4a1539c150260cc526595]

        clang-tidy modernize-use-emplace in sw
        
        Change-Id: I92fd035824f247dc61edfb18c54b960a7733fdf7
        Reviewed-on: https://gerrit.libreoffice.org/42244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4fb52ac0f48b10b72be330fe49d99a9a2471751]

        convert ScAttrArray to use std::vector
        
        instead of re-implementing it ourselves.
        
        Which lead to some changes in Xf::AttrList since the import process
        wants to donate it's array to ScAttrArray.
        
        Change-Id: I176148131fb5f163e25691ad690f63398ba1a556
        Reviewed-on: https://gerrit.libreoffice.org/42205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-14  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f70e0ec6b3c61a7c7caa469949b0ac8016c89854]

        lokit: make parts of unstable API public for 6.0
        
        [API CHANGE] publish all of LibreOfficeKitClass, and the
        getDocumentType callback for the LibreOfficeKitDocumentClass
        
        Change-Id: I4d6529a71b29a0014053b797c67255df53a6ccde
        Reviewed-on: https://gerrit.libreoffice.org/42243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [41b7713334351d7cc455eef5241bd3988b9d1e94]

        Fix typo
        
        Change-Id: I5924efc90aa59ec948075bbe364858e1e1740ec6
        Reviewed-on: https://gerrit.libreoffice.org/42255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1a7b5c921dbedd515f332f7a6bd39b6bbd08028a]

        simplify configure for android that started to bitrot a little
        
        aarch64 (and mips) for that matter were not updated to adjust for clang
        As clang now is default and only toolchain, also got rid of some now
        unnecessary conditionals/variables.
        additionally group the target-dependent vars in one block instead of
        spreading them around in the file
        
        Change-Id: Ie7fa19d14bf9fc7c05a9bea5345309f42f414db7
        Reviewed-on: https://gerrit.libreoffice.org/42252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-09-13  Michael Stahl  <mstahl@redhat.com>  [7af14994b58e8d81cb6bdfc5ffd444f564d4355b]

        onlineupdate: work around GCC7 -Werror=implicit-fallthrough
        
        This is pretty stupid, but oh well...
        
        Change-Id: I1e605b2858a917f61922df757809a2aceb14a914

2017-09-13  David Tardon  <dtardon@redhat.com>  [1a2b33348e53a4c3262494cfc5bfa7cbd1bb4e36]

        upload libwpg 0.3.2
        
        Change-Id: Ib4362dc0b520fbb764fdc4b0c6b1e8887a3c0c53
        Reviewed-on: https://gerrit.libreoffice.org/42236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-13  Michael Stahl  <mstahl@redhat.com>  [108bd86137f8967681d2cd4742d1d46f22990c51]

        jpeg-turbo: upgrade to release 1.5.2
        
        * jpeg-turbo.limits.patch.1, jpeg-turbo.arm_build.patch.1:
            drop these, merged upstream
        
        Change-Id: I755c0216af8ebe93ae9ba5e227fb880c572169c4
        Reviewed-on: https://gerrit.libreoffice.org/42248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-13  Jean-Sebastien Bevilacqua  <jsbevilacqua@linagora.com>  [e8d370e84af5dc9b8817cbf5aa66e50db150a0c6]

        tdf#107267: Fix grand total calculation
        
        To fix the grand total calculation, we add another step.
        This step loop through all row to find the min and max of each value.
        These min and max are then used by the grand total.
        
        Patch by Linagora
        
        Change-Id: If3200840764d0ad9cb63231ac9f67b5d5ed197f1
        Reviewed-on: https://gerrit.libreoffice.org/42042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [65ea925d173db0f319a8ca78855587d089e5270d]

        tdf#109096 Allow 0 as argument value(s) to GEOMEAN()
        
        Both ODFF1.2 and the mathematical definition allow 0 as value(s).
        Excel does not allow 0 as argument value(s), but IMHO this is to be
        regarded as an aberration of Excel.
        
        Also added tests for no arguments or negative arguments, which is not allowed by ODFF1.2.
        
        Change-Id: I330206b6e817e0ec092fe19f713b044578da41d1
        Reviewed-on: https://gerrit.libreoffice.org/42107
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [23332fd6505cfa4784d131f7b45e68e4dab236f1]

        Silence -Werror,-Wunreachable-code
        
        Change-Id: I87faa8501b14a770194979cd1c575ed05b162e48

2017-09-13  Matthias Seidel  <mseidel@apache.org>  [14164f75a5e8d4c803c6c9aeda1d0dd4c8930f0f]

        Removed quotation marks that destroyed some strings for Pootle export
        
        (cherry picked from commit 4e2b0c14b49d5e74a2c7493ed4bcc1f8080efdb3)
        
        Change-Id: I3d5e003a313228188119ee439c858c1ee505c9b0

2017-09-13  Takeshi Abe  <tabe@fixedpoint.jp>  [84b8e14ad30bc3bfbd52b38fe5472a6d85e4f41a]

        svx: Simplify SdrHelpLineList with std::unique_ptr
        
        This also kills no longer used SdrHelpLineList::GetObject().
        
        Change-Id: I6e08e44214657c536717e96693c89104d7118cfd
        Reviewed-on: https://gerrit.libreoffice.org/42234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f582e38dd8f2f9c556720e5d66d0d17318b095a]

        EPUB export: add options dialog
        
        It just exposes the two options available at libepubgen level already.
        
        Change-Id: I428919ffe495b6d7ec2773f542e2fea6733d0a1c
        Reviewed-on: https://gerrit.libreoffice.org/42241
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [158434ee87cfff8870f7c411f435ad46782ab818]

        no need to call GetNumerator() / GetDenominator() for Fraction
        
        simplify the calculations - why have a Fraction and then just split
        it up for the calculation?
        
        Change-Id: I81af95e1ee1633f77e088c0990f308b1c169a6a2
        Reviewed-on: https://gerrit.libreoffice.org/42242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b1afc10f4d90e37c5e81961b8b8902133e65b00]

        Fraction: make conversion operators and constructor explicit
        
        and simplify some of the calculations that needed to be changed.
        
        Which resulted in one unit test needing to change by one pixel,
        let's hope not an indication of a real problem.
        
        Change-Id: Ie56434f35f4e58d21ee6f671392e93dc7542fca3
        Reviewed-on: https://gerrit.libreoffice.org/42240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc233992dfe0fa9732c24774852d037d161546ce]

        clang-tidy modernize-use-emplace in slideshow
        
        Change-Id: Ice6ab0dcd6785a751be5a66b262690640e0a2780
        Reviewed-on: https://gerrit.libreoffice.org/42239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [781267bc8de0ac59623666663e22ac368190b98d]

        Blind macOS -Werror,-Wunreachable-code fix
        
        Change-Id: Ice41b6394bc4fc8e4b1d7b9c5689019361883b59

2017-09-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f4be69b407f33d541623ade19fccacfc20f1d139]

        add missing context to translatable strings in ui files
        
        the context is requires to create translation templates (pot files,
        using "make translate") to guarantee uniqueness of strings
        
        Change-Id: Ie3df130f69c72ad468839235769f55286f4f3e48

2017-09-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a7c53e589e60a731ad06ce34f62ad1c623fe689]

        having context in strings is not enough, it should also be ~unique
        
        using the same context as in datastreams.ui causes duplicate (identical)
        strings in pot files, and some translation tools stumble over those
        see also tdf#109258
        
        Change-Id: I88b083f56a45123a6cf7521ceaaefa89f77e0477

2017-09-13  Eike Rathke  <erack@redhat.com>  [9e399bc613bb4ea1470bd52c64af920d4e9bc39b]

        icu: do not include non-standardized xlocale.h if U_PLATFORM_IS_LINUX_BASED
        
        ... should be more platforms ... but be conservative.
        U_PLATFORM_IMPLEMENTS_POSIX does not hold what it promises.
        
        "The file and this data structure is not standardized.  Don't rely on it.  It
        can go away without warning."
        
        ...
        
        And since glibc 2.26 it's gone.
        
        https://ssl.icu-project.org/trac/ticket/13329
        
        Change-Id: I4c1f6130571f5d094cb35ce70e4d333763cee32a

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [3f0fba004badec01e536ca0fe2889e7e0bb93d7a]

        New rtl::isUnicodeScalarValue, rtl::isSurrogate
        
        There are apparently various places that want to check for a Unicode scalar
        value rather than for a Unicode code point.  Changed those uses of
        rtl::isUnicodeCodePoint where that was obvious.  (For changing
        svtools/source/svrtf/svparser.cxx see 8e0fb74dc01927b60d8b868548ef8fe1d7a80ce3
        "Revert 'svtools: HTML import: don't put lone surrogates in OUString'".)  Other
        uses of rtl::isUnicodeCodePoint might also want to use rtl::isUnicodeScalarValue
        instead.
        
        As a side effect, this change also introduces rtl::isSurrogate, which is useful
        in a few places as well.
        
        Change-Id: I9245f4f98b83877145a4d392f0ddb7c5d824a535

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [2d22b39fb7ddbb02f246e2943b228931e5d583e1]

        Clamp minor/patchlevel when computing CLANG_VERSION
        
        ...so it doesn't overflow for odd version numbers like
        <https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER
        &full-log=1505293801.994#53>'s 'clang --version' reportedly returning "Android
        clang version 5.0.300080  (based on LLVM 5.0.300080) […]"
        
        Change-Id: I7e3b3e0fa93d48fbbfa7a9b71e91776f976ed0da

2017-09-13  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [6f60cfe259277e45f858ba5cbf39750217cb0953]

        tdf#112133: Drop the Add and Remove labels
        
        and ensure consistent height of the controls
        in the first row of the Customize dialog.
        
        Change-Id: I6c2d75b647cad7a2ead8c875afc4fd38a182eef0
        Reviewed-on: https://gerrit.libreoffice.org/42233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-09-13  Caolán McNamara  <caolanm@redhat.com>  [53548b8d74a34aa30b36b44f6e41f5949da9681d]

        drop first/last link callback
        
        of course this stuff is exposed through uno through
        com::sun::star::awt::XSpinListener so VclEventId::SpinfieldFirst
        and VclEventId::SpinfieldLast have to be retained
        
        Change-Id: Icbf31cc8c62f2bc3bc0ccf966c0fd4f5c43dcf6b
        Reviewed-on: https://gerrit.libreoffice.org/42231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e3911478349349fb59dcc52cb5f5419fbdc7c0e]

        clang-tidy modernize-use-emplace in svx
        
        Change-Id: I52f062bf0b4c1af44576546d0593699758d71084
        Reviewed-on: https://gerrit.libreoffice.org/42232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [39f4a8a60b0d0d2075369adf750f159bf73b0fa3]

        This return value is unused now
        
        Change-Id: I6145e9bd5736b5c48683d0a85d13ad02d66d5084
        Reviewed-on: https://gerrit.libreoffice.org/42227
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [9088ef89b792cbb9eeb06137c391b7cab5042330]

        Silence -Werror,-Wunreachable-code on Android
        
        Change-Id: Ide7591b4012f23e8a3faa705537937efcac435a2

2017-09-13  Michael Stahl  <mstahl@redhat.com>  [403c7729734ed1a545f0436e31c4d14a2724606d]

        sax: allow some debug logging in FastParser
        
        Multi-threading makes this difficult; have it print synchronously
        where it is in the input when setting:
        SAL_LOG="+INFO.sax.fastparser+WARN" SAX_DISABLE_THREADS=1
        
        Change-Id: I8c77974acb2b4d4e273fc9c0f273c345d8feb2ff

2017-09-13  Michael Stahl  <mstahl@redhat.com>  [88c84e71e2559ec6d0b4f8c5101a149daa4a2b2b]

        tdf#112311 oox: fix UAF of std::shared_ptr
        
        OOXMLFastContextHandlerShape::sendShape() deletes the parent context's
        ShapeTypeContext::mrTypeModel.
        
        It looks like the sendShape() can't be delayed because writerfilter
        wants to import the v:textbox content into a text frame.
        
        Keep the shape alive until the end of the containing context.
        
        Not sure if it's going to process the v:fill element properly,
        but at lest valgrind is happy.
        
        (probably regression from CWS writerfilter32bugfixes01)
        
        Change-Id: Ifeab84751a1b20b2f272c4dd74b7097deb5eece0

2017-09-13  Michael Stahl  <mstahl@redhat.com>  [b5368c913d8fe574ddaf2d5424ab48ffd0fefd56]

        sax: improve README
        
        Change-Id: Ide71867ca1ad3ae43c18159585df6d0dafcbe586

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [c460201dfdfae3a15db70ccefd689048c1ba2996]

        clang-tidy modernize-use-emplace in sfx2
        
        Change-Id: I3d6b9dfa86c3637e5cb6fad81702c15d4c894e72
        Reviewed-on: https://gerrit.libreoffice.org/42229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d5c3782f34510812f271717f5a04b789b16c121]

        sw: prefix members of SwFormatFieldHint
        
        Change-Id: I58b2f9680397e7df28a5fde4cb4c90364075b20b
        Reviewed-on: https://gerrit.libreoffice.org/42228
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [7f3ca309513c8e7712378f05948ded3a34739d9d]

        Enable -Wunreachable-code
        
        ...motivated by <https://gerrit.libreoffice.org/#/c/41565/2> adding dead code
        at the end of a switch statement, after the last case's "break".
        
        -Wunreachable-code appears to work well on Clang, while it appears to have no
        effect on GCC.
        
        Most of the affected places are apparently temporary/TODO/FIXME cases of
        disabling code via "if (false)", which can be written with an extra set of
        parentheses as "if ((false))" to silence -Wunreachable-code on Clang (which thus
        needed loplugin:unnecessaryparen to be adapted accordingly).  In some cases,
        the controlling expression was more complex than just "false" and needed to be
        rewritten by taking it out of the if statement to silence Clang.
        
        One noteworthy case where the nature of the disabled code wasn't immediately
        apparent:
        
          Sep 12 16:59:58 <sberg> quikee, is that "if (false)" in
           ScExponentialSmoothingDialog::ApplyOutput
           (sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx) some work-in-
           progress or dead code?
          Sep 12 17:02:03 <quikee> sberg: WIP, but you can remove it
          Sep 12 17:04:47 <sberg> quikee, I'll wrap the false in an extra set of
           parentheses for now, to silence -Wunreachable-code (I wouldn't want to
           remove it, as I have no idea whether I should then also remove the "Initial
           value" comment preceding it)
          Sep 12 17:07:29 <quikee> sberg: both are different ways to calculate the
           "intital value"... so no
        
        Another case where the nature of the dead code, following while (true) loops
        without breaks, is unclear is sd/source/ui/remotecontrol/BluetoothServer.cxx,
        where I added TODO markers to the workarounds that silence the warnings for now.
        
        basic/source/sbx/sbxvalue.cxx had a variable of type double, of automatic
        storage duration, and without an initalizer at the top of a switch statement.
        Clang warning about it is arguably a false positive.
        
        Apart from that, this didn't find any cases of genuinely dead code in the
        existing code base.
        
        Change-Id: Ib00b822c8efec94278c048783d5997b8ba86a94c
        Reviewed-on: https://gerrit.libreoffice.org/42217
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-13  Damjan Jovanovic  <damjan@apache.org>  [1963dc64554a8b64c229ddd72bc615f3e736731a]

        Fix a locking bug in our Java ComponentBase class, where after the transition
        
        to disposed, the relevant variables (bDisposed and bInDispose) are written to
        outside a synchronized block.
        
        The equivalent C++ implementation in main/cppuhelper/source/implbase.cxx,
        method WeakComponentImplHelperBase::dispose(), already does this.
        
        Patch by: me
        
        (cherry picked from commit 2d382cef5450cf1593322184649257d3666cbbd8)
        
        Change-Id: I6c3e2ef78bc3c945245fe9fb7b6b713eb83710be
        Reviewed-on: https://gerrit.libreoffice.org/42189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-13  Caolán McNamara  <caolanm@redhat.com>  [5c0bb1088a678d36309866c4eee43e58901f6b7b]

        listening to modify is sufficient to get all changes
        
        Change-Id: I9dc7301bed990838ac5fbb3bb5394bae5171bc22

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [66322c5f4a5465c74fa3ceefaa2f76e86a277c16]

        Silence warning C4701: potentially uninitialized local variable
        
        Change-Id: Ia37347108f9fe7094f055a5c6f2ec9511c3aff1d

2017-09-13  Jan Holesovsky  <kendy@collabora.com>  [d0d026a1589b8d8d97d4c64a48343c2d55774741]

        Actually no need to make GetASCWriter public.
        
        Change-Id: I6f0f18629c6a61b6a4c52c2b16cc7b45525a5259

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [f7d01f3ea5b472878255345ac6ddc113b0de9e2e]

        Revert "Do not include non-standardized xlocale.h, include locale.h instead"
        
        This reverts commit 274b2aee3bf65f139292d08a46d86f90d5ac8acb, which breaks in
        external/icu on macOS, <https://ci.libreoffice.org/job/lo_tb_master_mac/20605/>:
        
        > digitlst.cpp:497:8: error: unknown type name 'locale_t'
        > static locale_t gCLocale = (locale_t)0;
        >        ^

2017-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd779b5f4e457678bd306ee2c873aac7f0e058c4]

        rename ScAttrEntry.nRow to nEndRow
        
        since it's the last row that the pattern applies to
        
        Change-Id: I80d6d5787768b1e98e958d7adc4c13c37c560ccd
        Reviewed-on: https://gerrit.libreoffice.org/42211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-13  Jan Holesovsky  <kendy@collabora.com>  [3563220f048da5e0e893b8ac7faf5e8f14889fa5]

        tdf#112191: Unit test.
        
        This was the hard part of the fix :-)
        
        Change-Id: Iae335c9d41d9b3420472b5d02113e2b42ab825da
        Reviewed-on: https://gerrit.libreoffice.org/42203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-13  Jan Holesovsky  <kendy@collabora.com>  [9ead87264328beddddead1c7e878c2aee03e03af]

        tdf#112191: Don't export bullets when only one paragraph is selected.
        
        Change-Id: Ibea54f857e78a850ea05643743884ae2157dae57
        Reviewed-on: https://gerrit.libreoffice.org/42202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [8e0fb74dc01927b60d8b868548ef8fe1d7a80ce3]

        Revert "svtools: HTML import: don't put lone surrogates in OUString"
        
        This reverts commit fc670f637d4271246691904fd649358ce2e7be59, which is no longer
        needed after 08e78607ec6bc820c52ab3df1a5d3738e049b90d "Make reading UTF-8
        strict".  The bug doc fdo67610-1.doc (aka
        <https://bugs.documentfoundation.org/attachment.cgi?id=83417>) now opens fine
        without hitting the assert in OUString::toUtf8.

2017-09-13  Stephan Bergmann  <sbergman@redhat.com>  [08e78607ec6bc820c52ab3df1a5d3738e049b90d]

        Make reading UTF-8 strict
        
        Consider non-shortest forms, surrogates, and representations of values larger
        than 0x10FFFF (which can even cover five or six bytes, for historical reasons)
        as "invalid" (they used to be considered as "undefined" instead).
        
        This is in response to fc670f637d4271246691904fd649358ce2e7be59 "svtools: HTML
        import: don't put lone surrogates in OUString" (which can now be reverted again
        in a follow-up commit).  My fear would have been that some places in the code
        rely on the original, relaxed handling, but at least 'make check' still
        succeeded for me.
        
        Change-Id: I017e6c04ed3c577c3694b417167f853987a1d1ce

2017-09-13  Tor Lillqvist  <tml@collabora.com>  [caf9e56a81d28bdb8d447bc9d3538bbd9969ff73]

        Change assertion failure to SAL_WARN
        
        I hit it multiple times and have no interest in figuring out
        why. Or time.
        
        Change-Id: I3f22c8b62fdcf987b760ac16bfe8a21a8870d33e
        Reviewed-on: https://gerrit.libreoffice.org/42212
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-09-13  Justin Luth  <justin_luth@sil.org>  [ffc3358515799057e72379b76a1165c6ea5a9bd1]

        tdf#75539 ww8import: fix horizontalLine percentage
        
        The formula previously divided by 1000, which was a common
        dxaGoal width from MSO2003 (based on round-trip testing).
        But for the bug document, that formuala didn't work.
        
        An "assert (false)" with "make check" indicates that only
        unit test n757118.doc contains a percentage-derived width,
        and that test also has dxaGoal == 1000. So, my pool of
        test documents is pretty small, but it seems logical that
        this is a better formula since it fixes an obviously
        bad example, and explains why it "worked before".
        
        Change-Id: I7bf666e88e7e59e06bbfa3c0961fa8eabbc80310
        Reviewed-on: https://gerrit.libreoffice.org/41957
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-09-13  Olivier Hallot  <olivier.hallot@libreoffice.org>  [33ead25229d308f98fa171412f2937ca0ba976e9]

        Updated core Project: help  42fbc7890755b7f6322be2fc2c7bc934d3c07b1e
        
        TDF#97745 Add support custom search in helponline
        
        Added some language support for the helponline global search
        
        Each custom search engine of google has a unique token, which
        configuration is handled by CSE owner.
        
        The CSE attempt to seach in helponline in the page language. If a page
        is already indexed, it shows what it has. If not, pages indexed from the
        *.libreoffice.org domain and wiki.tdf.org are shown.
        
        The CSE prevents display of indexed pages of other suites.
        
        Change-Id: I133e1a7af867c2380ccb1f20c483af63337a58b9
        Reviewed-on: https://gerrit.libreoffice.org/42218
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-13  Eike Rathke  <erack@redhat.com>  [274b2aee3bf65f139292d08a46d86f90d5ac8acb]

        Do not include non-standardized xlocale.h, include locale.h instead
        
        "The file and this data structure is not standardized.  Don't rely on it.  It
        can go away without warning."
        
        ...
        
        And since glibc 2.26 it's gone.
        
        https://ssl.icu-project.org/trac/ticket/13329
        
        Change-Id: Iaf595b9c1be4eaab4306acb2c63c5a13dcb7a4e3
        Reviewed-on: https://gerrit.libreoffice.org/42219
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-13  Jan Holesovsky  <kendy@collabora.com>  [a0f51dc3a480715a868aa024f6d17d6f2e78d0bf]

        Use "en-US" as the default for XHP's xml-lang attribute.
        
        Change-Id: I765e1cc25ac79d2cebf54f7a247a200647c984da
        Reviewed-on: https://gerrit.libreoffice.org/32296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2017-09-13  Julien Nabet  <serval2412@yahoo.fr>  [1aaa0fa8218a8bd13b191999080c9a95939667f0]

        Replace list by vector in TableFillingAndNavigationTools (sc)
        
        Change-Id: I6d9426c66b0952a3eac7d418a187ec4e3759eea6
        Reviewed-on: https://gerrit.libreoffice.org/42221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-13  Julien Nabet  <serval2412@yahoo.fr>  [fe2a72e84e07a11b5308e53ae0f0ba607096660a]

        Replace some lists by vectors in docxattributeoutput (sw/ww8)
        
        Change-Id: I43ad46f95538477ad5d9fae330f1e01892cc41fb
        Reviewed-on: https://gerrit.libreoffice.org/42220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-12  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e970395c692a5c315914ddf5b43cf01e590345ff]

        tdf#112241: Improve column width behaviour in Customize dialog
        
        Also:
         * Remove unnecessary frame "contents"
         * Remove unnecessary alignment
         * Remove extra column from the left grid (grid4)
         * Move all into a new grid for better sizing
        
        Change-Id: I4d805a800ca6e487bf788cd9401e5f77303ddd1d
        Reviewed-on: https://gerrit.libreoffice.org/42186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [9659efe3f695aeeffc4cae427b80020fd2d96796]

        listening to modify is sufficient to get all changes
        
        Change-Id: Ic6872ec80cc4a36192fe23f9abf76c4fa10b94bd
        Reviewed-on: https://gerrit.libreoffice.org/42213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c49fb2ffaf988b0f9a4480eba5960cc2de16797f]

        EPUB export: handle list content
        
        Minimal effort to not loose content, no actual list formatting yet.
        
        Change-Id: Ic49ed2f1877c608fc4af5d4aa7ebb3b49908fd86
        Reviewed-on: https://gerrit.libreoffice.org/42214
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6746a005419235d20074d696a1f8fadbda0a003]

        EPUB export: initial UI component
        
        EPUBExportUIComponent::execute() still needs to launch an actual dialog,
        but otherwise it has enough functionality that only tweaking
        maFilterData is necessary in the UNO component to pass custom filter
        options to the exporter.
        
        Change-Id: I95af024f5babd66a5aa0b446550f4f0fec45ef43
        Reviewed-on: https://gerrit.libreoffice.org/42204
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [eed72e853d8800917ffd5cdc151e7103c49c9dac]

        no CPDParser under Android
        
        Change-Id: I3cf6df721f89493a527a0b65b24354d3e6135c68

2017-09-12  Eike Rathke  <erack@redhat.com>  [4f2a06379dde3839a71a52e81c2ca09aaa9a41c9]

        Unit tests for 'es_ES_u_co_trad' and 'es_ES_tradnl', tdf#83190
        
        Change-Id: Iac2b892f3b3e4146101a99d1febb6110c83e56ed

2017-09-12  Eike Rathke  <erack@redhat.com>  [82ee2ad282c3548e7ce6e745c8aee0db8b9b2201]

        Handle 'es-ES_tradnl' and 'es-ES-u-co-trad' as known, tdf#83190 follow-up
        
        LanguageTagImpl::simpleExtract() needs to handle them because for known tags
        mpImplLangtag is not used to extract language, country, region; which for the
        malformed 'es-ES_tradnl' wouldn't work anyway.
        
        Change-Id: I1efcf32e90e513d5af4624c7ae15848d1fe951a7

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [98034b25ee3a2d4b1a98a48c22b21ef2f7ec8b23]

        down/up/focus/first/last handler not needed now
        
        Change-Id: Ie8cb8e1bfb32669c2b4487f02d107b08c60b2399

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [c8aedac356326745c69d6a458b23ca45ab25f28a]

        disable thousand separator for this year spinfield
        
        and then the manual removal of ,|. is unnecessary
        
        Change-Id: I40d96beb895f815bb7aad9c0f36c3722b614f9a2

2017-09-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [55a43f30a54816e13eb6704a8ec5952a63b01a64]

        tdf#112348: Pivot table: page field filtering is not imported from XLS
        
        Change-Id: I3477cd17f679bdfefb9340656999630380713d3f
        Reviewed-on: https://gerrit.libreoffice.org/42201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-12  Stephan Bergmann  <sbergman@redhat.com>  [1ded401b3f8597153420f5691eaa3d4f082e179e]

        loplugin:unnecessaryparen
        
        Change-Id: I6fe1690b6f66e31753da993a256b7586478ef4f1

2017-09-12  Dennis Francis  <dennis.francis@collabora.co.uk>  [de55aa0f639a451aae05ec515cfa58d4bbdd8816]

        tdf#108299: Limit the width and height of opengl bitmap to...
        
        GL_MAX_TEXTURE_SIZE in OpenGLSalBitmap::Create()
        
        Change-Id: I3d9538cc8004241972bc63d09eeb2914ce511df6
        Reviewed-on: https://gerrit.libreoffice.org/42194
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-12  Mike Kaganski  <mike.kaganski@collabora.com>  [a952d1f59f4f84380b82f1eb9e550b8f69c4be5d]

        tdf#112346: take Word no-wrap limit into account also for ww8
        
        This also makes ww8 floating-table conversion decision heuristics
        somewhat closer to OOXML code.
        
        Change-Id: I29ca2ebabd1758ad98e02aaf560cf2f44daec3a8
        Reviewed-on: https://gerrit.libreoffice.org/42196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [83748e50026bff56aaa1c2f7bfb0b1557344d72c]

        CUPS_VERSION_MAJOR is not defined
        
        on arm
        
        Change-Id: Ibeca07800d02f5f69046c7bdee57143c78c03aad

2017-09-12  jan Iversen  <jani@libreoffice.org>  [6534fa1c2af838162453bf83a874af53e4e1a567]

        iOS, add flag for bitcode (64bit)
        
        flag for bitcode needed for compiling some of
        the xml stuff.
        
        Change-Id: I0b696279180916757a1996fcc689e69326d22ddb

2017-09-12  Stephan Bergmann  <sbergman@redhat.com>  [01554ccd201cdbccbe3bb76812ef51ece0f8d777]

        Make detection of Clang CL driver mode more robust
        
        ...so that that mode can be requested via either 'clang-cl' or 'clang
        --driver-mode=cl' (where the latter will be needed for
        --enable-compiler-plugins on Windows).  The patch assumes that Clang uses the
        CL driver mode iff running on Windows.
        
        Moves the SHOWINCLUDES_PREFIX check around so that the code dropping -FIIntrin.h
        from CC can be shared (new CC_PLAIN variable).
        
        Change-Id: I85ee19d0e6f8da5136b38f1892e5dd9240df6e9c
        Reviewed-on: https://gerrit.libreoffice.org/42195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [57adce8b88073b813aacb668629968f29b7d706a]

        This hunk breaks jdk9 build
        
        Change-Id: I80b6619a95ccac43a06ffd9b1b64dc1115510d90

2017-09-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [398eccd6e833875b08f3414cfcf6820cdf07dcbf]

        This really does not need to be utf-8 character
        
        Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903

2017-09-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [047b4c14ada038204a1e1280742960db00a5d1f2]

        Detect libjawt automatically on java9 too
        
        Change-Id: Ie8eb53a915682b7a188b1af4b2d435eb0cc9ff81

2017-09-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [41c704a8d6ca225e0ba0b1deb730c2bead66da25]

        tdf#111853 Added TextFillColor to operator==
        
        TextFillColor was added to TextSimplePortionPrimitive2D, but not added to
        TextSimplePortionPrimitive2D::operator==, so when this changed it was not
        detected. Added this.
        Also added was bFilled and nWidthToFill, all defaulted. This is not accessible
        for TextDecoratedPortionPrimitive2D and seems to be some special solution
        just for one special case in DrawPortionInfo, only used from Outliner::DrawingTab,
        so I am not sure if that change to the central TextSimplePortionPrimitive2D is
        good and should stay
        
        Change-Id: Ief8da74a8b66281e47c4c8a47131125e30b90e7d
        Reviewed-on: https://gerrit.libreoffice.org/42188
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [7b1fbcb0e0e1f29814c646dbe283fa0eabed099a]

        Resolves: tdf#106163 MouseMove/MouseLeave from crossing not mirrored in rtl
        
        but we do mirror the event for normal mousemove, this looks like the real
        bug here
        
        Change-Id: I178d53f5f40dbd075984019e25e6d7665b6cdf87

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [48b200a0a2aa70a7dfc0aad8a4964690ae11d42e]

        clang-tidy modernize-use-emplace in svgio..svtools
        
        Change-Id: I4f3b0762e197d5397e723aba1dc43e3c857be145
        Reviewed-on: https://gerrit.libreoffice.org/42193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [65b756f6058697ccb787506c3cc32e1e818bcc37]

        Resolves: tdf#106163 safe fix for wrong final row/col selection in rtl
        
        Change-Id: I773de03768b0a5b28e6b4f63bd65dd270dc975cd
        Reviewed-on: https://gerrit.libreoffice.org/42197
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [a1ece2d00d5c484a4aba6d7281895005e70126a9]

        stub things to build without dbus or gio
        
        Change-Id: Ibdcf33a6f0a688b322aedd531e8dfbf107e9e755

2017-09-12  Dennis Francis  <dennis.francis@collabora.co.uk>  [8a70142223049f98a9c6f91130ecdc87a2a9becf]

        Revert "tdf#108299: Limit the size of bitmap created for clipboard..."
        
        This reverts commit 157d1a774086d7344d443005442682f2ca3c01a9.
        
        Fix for the root cause coming up soon.
        
        Change-Id: Ia66432c8b1ed3f2063a3a091976812e2a479ab12
        Reviewed-on: https://gerrit.libreoffice.org/42191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [3ce229678a338b06f6d826a4c79cb80d79b51956]

        Prefix one more member of ScDocument: pDrawLayer
        
        Change-Id: I8b2fdca8a58db6c6633d7708ed42ca218799c53b

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [768b97691b0b2575af788ed86399f2a034c9eb1f]

        Prefix one more member of ScDocument: pVirtualDevice_100th_mm
        
        Change-Id: Idf82b514eac385ff3e9f9dc373d0e7fd41d00819

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [efefb50e7407b733b49dc1d05a89506a25198da3]

        Prefix one more member of ScDocument: pPrinter
        
        Change-Id: I9a67be61661f90633398a303ee467cafa7bdd548

2017-09-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3de5cd341d861faeadabec16ff675d764f8df4b6]

        android: tune symbols for lldb & we actually target 14 as minSDK
        
        -glldb might be placebo switch like -ggdb2, but at last it won't hurt
        :-)
        increase java heap size for gradle to allow inprocess dex as well as
        actually processing the huge files.
        furthermore fix platform level in configure to match the minSDK value
        from build.gradle
        
        Change-Id: I57d7d4c67bc3e5ed8bfed1e592b85211b5b8905a
        Reviewed-on: https://gerrit.libreoffice.org/42162
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c1140e6230d14604f17030e22986e338510174c]

        move the key related types to keycod.hxx
        
        so we have all the related definitions in the same header file
        
        Change-Id: I8032c2ae36bc9dd860069b3dafd69207d5636501
        Reviewed-on: https://gerrit.libreoffice.org/42187
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  andreas kainz  <kainz.a@gmail.com>  [6e820db2290783031f4d0877eaa39c2951bb909e]

        update notebookbar_groupedbar writer with style menu
        
        Change-Id: I408b9c8276afb38db464b3d2c0bdf4386ad75028
        Reviewed-on: https://gerrit.libreoffice.org/42148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [778555bcbd8c9385144321c9256a29cc6294c43d]

        unnecessary this
        
        Change-Id: Ic5e325e12fb7270e448dd0d32e046b766e029d8e

2017-09-12  Yash Srivastav  <yash111998@gmail.com>  [7fbf98d99737ac916cc2dc374f3139e2ea81e47b]

        Add Common Printing Dialog Functionality
        
        Summary:
        These set of commits add support for the Common Printing
        Dialog Backends being developed as part of GSoC'17.
        
        All backends exist as dbus-services which can be queried
        for printers, their options, etc.
        
        Test Plan:
        Firstly, without adding any CPD backend, LO printing should
        work as it works now with graceful fallback to CUPS.
        
        Next, we need to install a backend. The backend providing
        CUPS interface is at git@github.com:NilanjanaLodh/PrintDialog_Backend.git
        See README.md for installation instructions.
        
        After this, run LO and existing CUPS Printers should show up.
        Also printing does send a job to cups which can be seen at:
        http://localhost:631/jobs?which_jobs=completed
        
        Due to LO shutdown not being handled properly currently, the
        backend might need to be killed via `pkill print_backend_cups`
        
        Future Plans:
        * Fix shutdown actions.
        
        Change-Id: I3bdea5d3272ec4c9c0dfe510f5848fcb398b4b14
        Reviewed-on: https://gerrit.libreoffice.org/40565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-12  Yash Srivastav  <yash111998@gmail.com>  [d2335e83c3e798cc72a9cf3b3e31eeefe4b5a39c]

        WIP: Implement Basic Common Printing Backend
        
        Can list printers and basic printing set up.
        
        Change-Id: I2be3ac448cec8f40f632dbfa22657088e9cf7ee9
        Reviewed-on: https://gerrit.libreoffice.org/38987
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [d317c4e0507c9251060b3ceb399378472d354613]

        coverity#1417678 Uncaught exception
        
        Change-Id: I99b479d8fd8d8e9d075f4a9da01c60d9c38cb472

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [1638d484ff0bd0937eb42ea89f05b80d2a3dcf5d]

        Bin noise comment
        
        Change-Id: I03fc61a36c6815705e496d9cbccda20cd999d6c0

2017-09-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [d44c7ffda598d4d4e8a3963133735a771ba3fe30]

        tdf#112337: Pivot table: empty / blank item is not imported from XLS
        
        Change-Id: I7ed9e5cacdf6df80b2f100d040cbbeda33b085d3
        Reviewed-on: https://gerrit.libreoffice.org/42181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a185ea4ec12898574d52ebdf4a1017005745df7d]

        clang-tidy modernize-use-emplace in sd
        
        Change-Id: I2e3000f7bd0f3beed8309e0e3dd18e6ed4b8feee
        Reviewed-on: https://gerrit.libreoffice.org/42184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Caolán McNamara  <caolanm@redhat.com>  [e609ac1e5ffe1a6882551660256d9625b630d346]

        coverity#1078469 silence Unchecked return value
        
        Change-Id: I5c7c6328deb1c71f3a1214a4847ea97ef853c0d5

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [a2fd57ea3ee6c9365efc8b4d99ff543009d02245]

        Revert "Make two slightly mysterious static local variables thread_local"
        
        There still is at least one tinderbox Mac with an obsolete Xcode.
        
        This reverts commit 2652ce62f2ed4259e95578bc24af52fc48f197d5.

2017-09-12  Stephan Bergmann  <sbergman@redhat.com>  [e5b307ba6707c5a45c6c974657e593fca458d6c6]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia0469a9bb87db261584733561282ab127416a9a3

2017-09-12  Tor Lillqvist  <tml@collabora.com>  [2652ce62f2ed4259e95578bc24af52fc48f197d5]

        Make two slightly mysterious static local variables thread_local
        
        IRC discussion about them:
        
        tml_: erAck: any idea why in ScFormulaCell::GetMatrixEdge those nC and
        nR are static?
        
        tml_: seems to have been since initial import in 2000 (then in a
        different file, and of type USHORT)
        
        tml_: let's assume it is just random insanity
        
        tml_: hmm, no, making them non-static actually breaks a unit test. wow
        
        erAck: tml_: they are reused when the call is for the same matrix
        origin as the last one to not have to recalculate the same thing
        
        tml_: erAck: ah ok
        
        Change-Id: Ib0fe322492917b5224937ec6ef527707ca2e07f7
        Reviewed-on: https://gerrit.libreoffice.org/41658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b6819a53c0b56a47d6ac7c6eb5aa7d82ca49136c]

        clang-tidy modernize-use-emplace in sc
        
        Change-Id: Ifc38e1fc188fe957a0c717aec19cdd6637e4c658
        Reviewed-on: https://gerrit.libreoffice.org/42183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [da705eff910f512623a689aaf28604270fb8f1c4]

        tdf#108963 PDF export of editeng text highlight: handle rotated text
        
        The highlight rectangle was not rotated, handle it similar to
        PDFWriterImpl::drawStrikeoutChar().
        
        Change-Id: I97a5b1fc05706729c58c92b90d6808629af8ca4c
        Reviewed-on: https://gerrit.libreoffice.org/42180
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [7281f4a73ec3679798a6271ab5a0ad839f278e37]

        use std::unique_ptr in TItemInfo
        
        and inline the TItems typedef
        
        Change-Id: I0c50d12d53ce4b52c330cad8790a65065ebdd82e
        Reviewed-on: https://gerrit.libreoffice.org/42182
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ff99af537b2daff07717990be10780ad6824f25]

        use more GetColumnsRange
        
        Change-Id: If6995480d6196378279b757bfa717c772f0be448
        Reviewed-on: https://gerrit.libreoffice.org/42174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [65e293f524437a548b6c099bbe6099b56957063c]

        clang-tidy modernize-use-emplace in package..sax
        
        Change-Id: Ibc0258fd79df987a0e295552bcc5bf89ee12007a
        Reviewed-on: https://gerrit.libreoffice.org/42173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [baa5f32c21185025b64c01fc589c69961528b0c5]

        clang-tidy modernize-use-emplace in oox
        
        Change-Id: I9ea063b7f6c63ae1ad039859efeebb292d44c6e2
        Reviewed-on: https://gerrit.libreoffice.org/42172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7e2a6709d9511f983f9981258c38ccc125bcd3fe]

        cppcheck: identicalConditionAfterEarlyExit
        
        Change-Id: I59d91390ee303eadc10315405cce44cfd7c37d56
        Reviewed-on: https://gerrit.libreoffice.org/42179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-12  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [75ca51725274b95417aa2c7f169145e3cd3b3b4f]

        sw: support paragraph signing undo/redo
        
        Change-Id: I45930a99ce46f20777bd3114e44aa23666a2cc74
        Reviewed-on: https://gerrit.libreoffice.org/42171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [bc9714fefb2dd2ad55a92aaacb6b246f354ed2c0]

        tdf#112328: Pivot table, XLS: Popup button for column fields is missing
        
        ...after round trip in Calc
        
        Wrong heading row was exported.
        
        Change-Id: I410eeeff7d7af408de1ea8128b6b21ac0cc76ea5
        Reviewed-on: https://gerrit.libreoffice.org/42175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-11  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c43152a008961f78bce30c19b84810ed9472870d]

        sw: let user choose cert when inserting paragraph signature
        
        Change-Id: I1dca4d66e0666e45216253ea92010810bab93edf
        Reviewed-on: https://gerrit.libreoffice.org/42170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b9f2f43a9b6724fa1a09ba3115ac9abb25d52c8a]

        Fix typos
        
        Change-Id: I7bb62814c8cdf635d1c54f0a1cbb09a3d06a0d5d
        Reviewed-on: https://gerrit.libreoffice.org/42178
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [31d606d42d3f2b0577c74af5778778c975d519ae]

        ...and fix previous commit cd8aeed1569222edd8bfd05d9d833f74b679fcd0
        
        "Fix data races during CppunitTest_filter_xslt".  (Funny how after each
        attempted fix, 'make CppunitTest_filter_xslt' succeeded multiple times in a row,
        and only started to fail ThreadSanitizer after pushing the attempted fix.)
        
        Change-Id: I24cab2dd1b068b02ccd4827cf8dcb11cf301d1c0

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [b58777e6cd5ea1b3ef20ea81a6487635a1e19380]

        Fix further data race during CppunitTest_filter_xslt
        
        > WARNING: ThreadSanitizer: data race (pid=25817)
        >   Write of size 8 at 0x7b50000108a8 by thread T2:
        >     #0 memset compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:710 (cppunittester+0x46672b)
        >     #1 xsltFreeTransformContext workdir/UnpackedTarball/xslt/libxslt/transform.c:760:5 (libxslt.so.1+0x383a2)
        >     #2 XSLT::Reader::execute() filter/source/xsltfilter/LibXSLTTransformer.cxx:338:9 (libxsltfilterlo.so+0x10aa9)
        >     #3 salhelper::Thread::run() salhelper/source/thread.cxx:40:9 (libuno_salhelpergcc3.so.3+0x5f6c)
        >     #4 non-virtual thunk to salhelper::Thread::run() salhelper/source/thread.cxx (libuno_salhelpergcc3.so.3+0x603c)
        >     #5 threadFunc include/osl/thread.hxx:185:15 (libuno_salhelpergcc3.so.3+0x6fac)
        >     #6 osl_thread_start_Impl(void*) sal/osl/unx/thread.cxx:237:9 (libuno_sal.so.3+0xeb6b5)
        >
        >   Previous write of size 4 at 0x7b50000108a8 by main thread (mutexes: write M713392882458407696):
        >     #0 XSLT::Reader::forceStateStopped() filter/source/xsltfilter/LibXSLTTransformer.cxx:375:25 (libxsltfilterlo.so+0x1100e)
        >     #1 XSLT::LibXSLTTransformer::~LibXSLTTransformer() filter/source/xsltfilter/LibXSLTTransformer.hxx:127:27 (libxsltfilterlo.so+0x18346)
        >     #2 XSLT::LibXSLTTransformer::~LibXSLTTransformer() filter/source/xsltfilter/LibXSLTTransformer.hxx:124:48 (libxsltfilterlo.so+0x1850c)
        >     #3 cppu::OWeakObject::release() cppuhelper/source/weak.cxx:232:9 (libuno_cppuhelpergcc3.so.3+0x20a527)
        >     #4 cppu::WeakImplHelper<com::sun::star::xml::xslt::XXSLTTransformer>::release() include/cppuhelper/implbase.hxx:112:62 (libxsltfilterlo.so+0x18168)
        >     #5 non-virtual thunk to cppu::WeakImplHelper<com::sun::star::xml::xslt::XXSLTTransformer>::release() include/cppuhelper/implbase.hxx (libxsltfilterlo.so+0x188fc)
        >     #6 com::sun::star::uno::Reference<com::sun::star::xml::xslt::XXSLTTransformer>::~Reference() include/com/sun/star/uno/Reference.hxx:110:22 (libtest_filter_xslt.so+0x14c44)
        >     #7 (anonymous namespace)::XsltFilterTest::testXsltCopyOld() filter/qa/cppunit/xslt-test.cxx:201:1 (libtest_filter_xslt.so+0x94c6)
        >     #8 void std::__invoke_impl<void, void ((anonymous namespace)::XsltFilterTest::* const&)(), (anonymous namespace)::XsltFilterTest*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::XsltFilterTest::* const&)(), (anonymous namespace)::XsltFilterTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_filter_xslt.so+0xeeae)
        >     #9 std::result_of<void ((anonymous namespace)::XsltFilterTest::* const&((anonymous namespace)::XsltFilterTest*&))()>::type std::__invoke<void ((anonymous namespace)::XsltFilterTest::* const&)(), (anonymous namespace)::XsltFilterTest*&>(void ((anonymous namespace)::XsltFilterTest::* const&)(), (anonymous namespace)::XsltFilterTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_filter_xslt.so+0xed9d)
        >     #10 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_114XsltFilterTestEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_filter_xslt.so+0xec7b)
        >     #11 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::XsltFilterTest::*)()> ((anonymous namespace)::XsltFilterTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_filter_xslt.so+0xebeb)
        >     #12 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::XsltFilterTest::*)()> ((anonymous namespace)::XsltFilterTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_filter_xslt.so+0xeaf6)
        >     #13 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::XsltFilterTest::*)()> ((anonymous namespace)::XsltFilterTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_filter_xslt.so+0xe4ba)
        >     #14 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_filter_xslt.so+0x1fb3e)
        >     #15 CppUnit::TestCaller<(anonymous namespace)::XsltFilterTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_filter_xslt.so+0xdc5c)
        >     #16 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #17 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #18 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #19 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #20 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #21 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #22 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #23 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #24 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #25 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #26 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #27 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #28 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #29 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #30 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #31 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #32 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #33 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #34 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #35 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd658)
        >     #36 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc28e)
        >     #37 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bbb05)
        
        Change-Id: I2bee009247fe00d5b3386327164766822bfa4bf3

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [cd8aeed1569222edd8bfd05d9d833f74b679fcd0]

        Fix data races during CppunitTest_filter_xslt
        
        Change-Id: I140ac8a24326959ba341adddbbf505ff16616283

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [2c7d421a3cacb602aabc89c5e49351ae4a5f7846]

        Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"
        
        ...during CppunitTest_vcl_lifecycle:
        
        > WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=7827)
        >   Cycle in lock order graph: M526212022946269680 (0x000000000000) => M536063647131142976 (0x000000000000) => M526212022946269680
        >
        >   Mutex M536063647131142976 acquired here while holding mutex M526212022946269680 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45aec7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvtlo.so+0x2f0b88)
        >     #3 osl::ClearableGuard<osl::Mutex>::ClearableGuard(osl::Mutex&) include/osl/mutex.hxx:163:17 (libsvtlo.so+0x39bdaf)
        >     #4 osl::ResettableGuard<osl::Mutex>::ResettableGuard(osl::Mutex&) include/osl/mutex.hxx:208:17 (libsvtlo.so+0x3971ac)
        >     #5 svtools::ItemHolder2::impl_addItem(EItem) svtools/source/config/itemholder2.cxx:92:33 (libsvtlo.so+0x395f9e)
        >     #6 svtools::ItemHolder2::holdConfigItem(EItem) svtools/source/config/itemholder2.cxx:80:14 (libsvtlo.so+0x395eaf)
        >     #7 SvtHelpOptions::SvtHelpOptions() svtools/source/config/helpopt.cxx:250:9 (libsvtlo.so+0x38e571)
        >     #8 SfxApplication::GetOrCreate() sfx2/source/appl/app.cxx:159:53 (libsfxlo.so+0x3afeef)
        >     #9 (anonymous namespace)::SfxGlobalEvents_Impl::SfxGlobalEvents_Impl(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) sfx2/source/notify/globalevents.cxx:149:5 (libsfxlo.so+0xc5f054)
        >     #10 (anonymous namespace)::Instance::Instance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) sfx2/source/notify/globalevents.cxx:422:50 (libsfxlo.so+0xc5eca7)
        >     #11 rtl::StaticWithArg<(anonymous namespace)::Instance, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous namespace)::Singleton>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) include/rtl/instance.hxx:455:18 (libsfxlo.so+0xc5ebc6)
        >     #12 com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation sfx2/source/notify/globalevents.cxx:441:17 (libsfxlo.so+0xc5ea16)
        >     #13 std::_Function_handler<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&), com::sun::star::uno::XInterface* (*)(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::_M_invoke(std::_Any_data const&, com::sun::star::uno::XComponentContext*&&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1716:9 (libuno_cppuhelpergcc3.so.3+0x19b166)
        >     #14 std::function<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::operator()(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libuno_cppuhelpergcc3.so.3+0x14f50d)
        >     #15 cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, bool) cppuhelper/source/servicemanager.cxx:665:13 (libuno_cppuhelpergcc3.so.3+0x134ccb)
        >     #16 (anonymous namespace)::SingletonFactory::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx:521:29 (libuno_cppuhelpergcc3.so.3+0x14938e)
        >     #17 non-virtual thunk to (anonymous namespace)::SingletonFactory::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx (libuno_cppuhelpergcc3.so.3+0x1494e6)
        >     #18 cppu::ComponentContext::lookupMap(rtl::OUString const&) cppuhelper/source/component_context.cxx:308:25 (libuno_cppuhelpergcc3.so.3+0x5afc9)
        >     #19 cppu::ComponentContext::getValueByName(rtl::OUString const&) cppuhelper/source/component_context.cxx:382:14 (libuno_cppuhelpergcc3.so.3+0x5c234)
        >     #20 non-virtual thunk to cppu::ComponentContext::getValueByName(rtl::OUString const&) cppuhelper/source/component_context.cxx (libuno_cppuhelpergcc3.so.3+0x5c406)
        >     #21 com::sun::star::frame::theGlobalEventBroadcaster::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/frame/theGlobalEventBroadcaster.hpp:36:22 (libvcllo.so+0x5e785b)
        >     #22 Dialog::StateChanged(StateChangedType) vcl/source/window/dialog.cxx:694:84 (libvcllo.so+0x5e210a)
        >     #23 vcl::Window::CompatStateChanged(StateChangedType) vcl/source/window/window.cxx:3704:5 (libvcllo.so+0x861862)
        >     #24 vcl::Window::Show(bool, ShowFlags) vcl/source/window/window.cxx:2281:9 (libvcllo.so+0x85e752)
        >     #25 LifecycleTest::testLeakage() vcl/qa/cppunit/lifecycle.cxx:309:25 (libtest_vcl_lifecycle.so+0x52bb6)
        >     #26 void std::__invoke_impl<void, void (LifecycleTest::* const&)(), LifecycleTest*&>(std::__invoke_memfun_deref, void (LifecycleTest::* const&)(), LifecycleTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_vcl_lifecycle.so+0x806fe)
        >     #27 std::result_of<void (LifecycleTest::* const&(LifecycleTest*&))()>::type std::__invoke<void (LifecycleTest::* const&)(), LifecycleTest*&>(void (LifecycleTest::* const&)(), LifecycleTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_vcl_lifecycle.so+0x805ed)
        >     #28 _ZNKSt12_Mem_fn_baseIM13LifecycleTestFvvELb1EEclIJRPS0_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS7_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_vcl_lifecycle.so+0x804cb)
        >     #29 void std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_vcl_lifecycle.so+0x8042b)
        >     #30 void std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_vcl_lifecycle.so+0x802f6)
        >     #31 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_vcl_lifecycle.so+0x7fbda)
        >     #32 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_vcl_lifecycle.so+0x80a3e)
        >     #33 CppUnit::TestCaller<LifecycleTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_vcl_lifecycle.so+0x7f32c)
        >     #34 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #35 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #36 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #37 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #38 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #39 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #40 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #41 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #42 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #43 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #44 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #45 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #46 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #47 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #48 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #49 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #50 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #51 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #52 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #53 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd658)
        >     #54 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc28e)
        >     #55 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bbb05)
        >
        >   Mutex M526212022946269680 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45aec7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvtlo.so+0x2f0b88)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libsvtlo.so+0x353f1f)
        >     #4 SvtHelpOptions::SvtHelpOptions() svtools/source/config/helpopt.cxx:243:23 (libsvtlo.so+0x38e48d)
        >     #5 SfxApplication::GetOrCreate() sfx2/source/appl/app.cxx:159:53 (libsfxlo.so+0x3afeef)
        >     #6 (anonymous namespace)::SfxGlobalEvents_Impl::SfxGlobalEvents_Impl(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) sfx2/source/notify/globalevents.cxx:149:5 (libsfxlo.so+0xc5f054)
        >     #7 (anonymous namespace)::Instance::Instance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) sfx2/source/notify/globalevents.cxx:422:50 (libsfxlo.so+0xc5eca7)
        >     #8 rtl::StaticWithArg<(anonymous namespace)::Instance, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous namespace)::Singleton>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) include/rtl/instance.hxx:455:18 (libsfxlo.so+0xc5ebc6)
        >     #9 com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation sfx2/source/notify/globalevents.cxx:441:17 (libsfxlo.so+0xc5ea16)
        >     #10 std::_Function_handler<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&), com::sun::star::uno::XInterface* (*)(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::_M_invoke(std::_Any_data const&, com::sun::star::uno::XComponentContext*&&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1716:9 (libuno_cppuhelpergcc3.so.3+0x19b166)
        >     #11 std::function<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::operator()(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libuno_cppuhelpergcc3.so.3+0x14f50d)
        >     #12 cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, bool) cppuhelper/source/servicemanager.cxx:665:13 (libuno_cppuhelpergcc3.so.3+0x134ccb)
        >     #13 (anonymous namespace)::SingletonFactory::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx:521:29 (libuno_cppuhelpergcc3.so.3+0x14938e)
        >     #14 non-virtual thunk to (anonymous namespace)::SingletonFactory::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx (libuno_cppuhelpergcc3.so.3+0x1494e6)
        >     #15 cppu::ComponentContext::lookupMap(rtl::OUString const&) cppuhelper/source/component_context.cxx:308:25 (libuno_cppuhelpergcc3.so.3+0x5afc9)
        >     #16 cppu::ComponentContext::getValueByName(rtl::OUString const&) cppuhelper/source/component_context.cxx:382:14 (libuno_cppuhelpergcc3.so.3+0x5c234)
        >     #17 non-virtual thunk to cppu::ComponentContext::getValueByName(rtl::OUString const&) cppuhelper/source/component_context.cxx (libuno_cppuhelpergcc3.so.3+0x5c406)
        >     #18 com::sun::star::frame::theGlobalEventBroadcaster::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/frame/theGlobalEventBroadcaster.hpp:36:22 (libvcllo.so+0x5e785b)
        >     #19 Dialog::StateChanged(StateChangedType) vcl/source/window/dialog.cxx:694:84 (libvcllo.so+0x5e210a)
        >     #20 vcl::Window::CompatStateChanged(StateChangedType) vcl/source/window/window.cxx:3704:5 (libvcllo.so+0x861862)
        >     #21 vcl::Window::Show(bool, ShowFlags) vcl/source/window/window.cxx:2281:9 (libvcllo.so+0x85e752)
        >     #22 LifecycleTest::testLeakage() vcl/qa/cppunit/lifecycle.cxx:309:25 (libtest_vcl_lifecycle.so+0x52bb6)
        >     #23 void std::__invoke_impl<void, void (LifecycleTest::* const&)(), LifecycleTest*&>(std::__invoke_memfun_deref, void (LifecycleTest::* const&)(), LifecycleTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_vcl_lifecycle.so+0x806fe)
        >     #24 std::result_of<void (LifecycleTest::* const&(LifecycleTest*&))()>::type std::__invoke<void (LifecycleTest::* const&)(), LifecycleTest*&>(void (LifecycleTest::* const&)(), LifecycleTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_vcl_lifecycle.so+0x805ed)
        >     #25 _ZNKSt12_Mem_fn_baseIM13LifecycleTestFvvELb1EEclIJRPS0_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS7_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_vcl_lifecycle.so+0x804cb)
        >     #26 void std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_vcl_lifecycle.so+0x8042b)
        >     #27 void std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_vcl_lifecycle.so+0x802f6)
        >     #28 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (LifecycleTest::*)()> (LifecycleTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_vcl_lifecycle.so+0x7fbda)
        >     #29 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_vcl_lifecycle.so+0x80a3e)
        >     #30 CppUnit::TestCaller<LifecycleTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_vcl_lifecycle.so+0x7f32c)
        >     #31 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #32 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #33 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #34 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #35 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #36 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #37 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #38 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #39 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #40 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #41 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #42 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #43 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #44 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #45 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #46 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #47 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #48 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #49 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #50 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd658)
        >     #51 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc28e)
        >     #52 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bbb05)
        >
        >   Mutex M526212022946269680 acquired here while holding mutex M536063647131142976 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45aec7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvtlo.so+0x2f0b88)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libsvtlo.so+0x353f1f)
        >     #4 SvtHelpOptions::~SvtHelpOptions() svtools/source/config/helpopt.cxx:257:23 (libsvtlo.so+0x38e6df)
        >     #5 SvtHelpOptions::~SvtHelpOptions() svtools/source/config/helpopt.cxx:255:1 (libsvtlo.so+0x38e7dc)
        >     #6 svtools::ItemHolder2::impl_deleteItem(TItemInfo&) svtools/source/config/itemholder2.cxx:171:9 (libsvtlo.so+0x396829)
        >     #7 svtools::ItemHolder2::impl_releaseAllItems() svtools/source/config/itemholder2.cxx:122:9 (libsvtlo.so+0x395ca9)
        >     #8 svtools::ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svtools/source/config/itemholder2.cxx:86:5 (libsvtlo.so+0x396224)
        >     #9 non-virtual thunk to svtools::ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svtools/source/config/itemholder2.cxx (libsvtlo.so+0x39628c)
        >     #10 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300:23 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #11 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472:38 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #12 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101:30 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #13 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93:36 (libconfigmgrlo.so+0x119098)
        >     #14 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx (libconfigmgrlo.so+0x11939c)
        >     #15 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451:28 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #16 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102:17 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #17 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93:36 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #18 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #19 (anonymous namespace)::Hook::deinitHook((anonymous namespace)::Hook*, LinkParamNone*) test/source/setupvcl.cxx:53:50 (libtest-setupvcl.so+0x2aa0)
        >     #20 (anonymous namespace)::Hook::LinkStubdeinitHook(void*, LinkParamNone*) test/source/setupvcl.cxx:37:1 (libtest-setupvcl.so+0x27f8)
        >     #21 Link<LinkParamNone*, void>::Call(LinkParamNone*) const include/tools/link.hxx:84:45 (libvcllo.so+0x996ae0)
        >     #22 DeInitVCL() vcl/source/app/svmain.cxx:519:35 (libvcllo.so+0x10f4f06)
        >     #23 (anonymous namespace)::Protector::~Protector() test/source/vclbootstrapprotector.cxx:31:9 (libvclbootstrapprotector.so+0x100a)
        >     #24 (anonymous namespace)::Protector::~Protector() test/source/vclbootstrapprotector.cxx:30:35 (libvclbootstrapprotector.so+0x109c)
        >     #25 CppUnit::ProtectorChain::pop() workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:56:3 (libcppunit-1.14.so.0+0xc46cb)
        >     #26 CppUnit::TestResult::popProtector() workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:196:21 (libcppunit-1.14.so.0+0xf4873)
        >     #27 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:325:20 (cppunittester+0x4bd84f)
        >     #28 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc28e)
        >     #29 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bbb05)
        >
        >   Mutex M536063647131142976 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45aec7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvtlo.so+0x2f0b88)
        >     #3 osl::ClearableGuard<osl::Mutex>::ClearableGuard(osl::Mutex&) include/osl/mutex.hxx:163:17 (libsvtlo.so+0x39bdaf)
        >     #4 osl::ResettableGuard<osl::Mutex>::ResettableGuard(osl::Mutex&) include/osl/mutex.hxx:208:17 (libsvtlo.so+0x3971ac)
        >     #5 svtools::ItemHolder2::impl_releaseAllItems() svtools/source/config/itemholder2.cxx:114:33 (libsvtlo.so+0x395bfc)
        >     #6 svtools::ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svtools/source/config/itemholder2.cxx:86:5 (libsvtlo.so+0x396224)
        >     #7 non-virtual thunk to svtools::ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svtools/source/config/itemholder2.cxx (libsvtlo.so+0x39628c)
        >     #8 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300:23 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #9 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472:38 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #10 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101:30 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #11 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93:36 (libconfigmgrlo.so+0x119098)
        >     #12 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx (libconfigmgrlo.so+0x11939c)
        >     #13 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451:28 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #14 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102:17 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #15 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93:36 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #16 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #17 (anonymous namespace)::Hook::deinitHook((anonymous namespace)::Hook*, LinkParamNone*) test/source/setupvcl.cxx:53:50 (libtest-setupvcl.so+0x2aa0)
        >     #18 (anonymous namespace)::Hook::LinkStubdeinitHook(void*, LinkParamNone*) test/source/setupvcl.cxx:37:1 (libtest-setupvcl.so+0x27f8)
        >     #19 Link<LinkParamNone*, void>::Call(LinkParamNone*) const include/tools/link.hxx:84:45 (libvcllo.so+0x996ae0)
        >     #20 DeInitVCL() vcl/source/app/svmain.cxx:519:35 (libvcllo.so+0x10f4f06)
        >     #21 (anonymous namespace)::Protector::~Protector() test/source/vclbootstrapprotector.cxx:31:9 (libvclbootstrapprotector.so+0x100a)
        >     #22 (anonymous namespace)::Protector::~Protector() test/source/vclbootstrapprotector.cxx:30:35 (libvclbootstrapprotector.so+0x109c)
        >     #23 CppUnit::ProtectorChain::pop() workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:56:3 (libcppunit-1.14.so.0+0xc46cb)
        >     #24 CppUnit::TestResult::popProtector() workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:196:21 (libcppunit-1.14.so.0+0xf4873)
        >     #25 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:325:20 (cppunittester+0x4bd84f)
        >     #26 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc28e)
        >     #27 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bbb05)
        
        Change-Id: I5995dd31843a673ad006b7a4472c159b53afbcb3

2017-09-11  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [167876df09254d43ae1f45d658b59f84b5b724e8]

        tdf#108011: Customize dialog's commands list should respond to keyboard
        
        Change-Id: I58cd779714624e7b37c7920df622aa454afb9f29
        Reviewed-on: https://gerrit.libreoffice.org/42163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-09-11  Tor Lillqvist  <tml@collabora.com>  [0eae830ca1f12691c73e7e13c8efe08d23506304]

        loplugin:unusedvariablecheck
        
        Change-Id: Iaeed1da4ec76075271b48147e3f9372d966e6f99

2017-09-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e07e38f71c728630e993cbff5bc78c76fc02d692]

        remove constant bool variable
        
        had no meaning since introduced in
        commit 11b5e05a827851e287315345bf563fda7e24d151
        Date:   Tue Nov 14 14:57:04 2006 +0000
            INTEGRATION: CWS aw024 (1.26.134); FILE MERGED
        
        Change-Id: Ia2de3d1af4e8aa1f73fd20592aa4d9664d6fbf74
        Reviewed-on: https://gerrit.libreoffice.org/42169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebf34ec31fb441d6226075a51f5f83ebf4668082]

        EPUB export: ignore line though type/style 'none'
        
        In CSS this is a boolean property, but in ODF it's an enum, so map none
        to false and everything else to true.
        
        Change-Id: Id28d0a33121c9c1fd5a1ae6bf68280a9c4cffc03
        Reviewed-on: https://gerrit.libreoffice.org/42159
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-11  Andras Timar  <andras.timar@collabora.com>  [c2917d90ed0f5b503662ec460605b3e1d34c70d9]

        add missing context attributes to .ui files
        
        Change-Id: If66a4e867b3b406aed90ab2259637e536e236ea3
        Reviewed-on: https://gerrit.libreoffice.org/42164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-09-11  Caolán McNamara  <caolanm@redhat.com>  [354d460af2f74b74406967da63567e60a1fe782e]

        insist in a domain in .ui files
        
        and just check .ui files for those .ui-specific patterns
        
        Change-Id: If7b9c8779f7592db5b22ab96058dd85666ca9bdf
        Reviewed-on: https://gerrit.libreoffice.org/42160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [68e1eb77c9ea2887ba4c113f307c764bc7a3eeef]

        Clean up SvxSwFramePosString::GetString
        
        ...after 2687a5aca143c53c364cb44993ca601b8dd1c65e
        "-Werror,-Wtautological-compare with latest clang".  Even with a compiler that
        chose int as the underlying type of StringId, eId could only be negative after
        UB has happened elsewhere, but nevertheless keep checking for it in the assert
        (which is a macro in which -Wtautological-compare is apparently disabled with
        recent Clang trunk at least).
        
        Change-Id: I448c6d48e9f84ef84089f4735776b6a66599dc67

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [033bb0382354cdebec8262b54b0539a4b69d56f6]

        Make clamping of aParams.format work reliably
        
        ...regardless of the details of the type of aParams.format, SANE_Frame, which
        the SANE documentation at <http://sane.alioth.debian.org/html/doc012.html> is
        vague about.  (It could, e.g., validly have negative values in an implementation
        where SANE_Frame is an enum with additional, negative enumerators besides the
        required SAN_FRAME_GRAY...BLUE.)
        
        Before 2687a5aca143c53c364cb44993ca601b8dd1c65e "-Werror,-Wtautological-compare
        with latest clang" the code had explicitly checked for aParams.format < 0.
        
        Change-Id: Ie2a19e67e942841c5a52b862cb427bac77d6ebb2

2017-09-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b30932fc55ed0dc14184c7015043fc42d5f274d6]

        This test file was added by accident
        
        Change-Id: Ia00aa806fcaa890ef89a031ccb90e3aa831710d8

2017-09-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3b2df17f8e1b8b4d90dda691c79ffda9d2643bae]

        cppcheck: knownConditionTrueFalse
        
        Change-Id: I216635d7eed8d32c84b44fc80db2e6047b8ee252
        Reviewed-on: https://gerrit.libreoffice.org/42158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ca4ea54b4d610104df1b88ae5b04c2081a4a429]

        clang-tidy modernize-use-emplace in hwpfilter..lotuswordpro
        
        Change-Id: Ic11634ca28396fd156390c511087bae03bd5fb70
        Reviewed-on: https://gerrit.libreoffice.org/42156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Johnny_M  <klasse@partyheld.de>  [59010ca14ba07f0a1d6f662bb1f8fbad33f3c654]

        Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)
        
        Translates leftovers found using a custom regex.
        
        Additionally:
        - Translated the "SGV Fonts for StarView" INI file parameter group
          in vcl/source/filter/sgf.ini and .../sgvtext.cxx
        
        Change-Id: I1360aac1a2f3fa825f86d77ac1b05e2de9ffb007
        Reviewed-on: https://gerrit.libreoffice.org/42145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-11  Dennis Francis  <dennis.francis@collabora.co.uk>  [157d1a774086d7344d443005442682f2ca3c01a9]

        tdf#108299: Limit the size of bitmap created for clipboard...
        
        to screen size. This is to avoid hang in ScTransferObj::GetData()
        for BMP/PNG flavors due to unhandled structured exception when
        opengl is used and user copies full rows in the spreadsheet.
        
        Change-Id: Ie2c2205e3f33ef402d31287a6874df87d218bcb3
        Reviewed-on: https://gerrit.libreoffice.org/42013
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-11  Caolán McNamara  <caolanm@redhat.com>  [3fa79c0fa5619911e7a251e2b3a837fdaa426f48]

        disallow .ui translatable entries without context at checkin
        
        Change-Id: Iece6ae3c4eabad4cd113f469495d2c42833a7b92
        Reviewed-on: https://gerrit.libreoffice.org/42157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-11  Justin Luth  <justin_luth@sil.org>  [c14be5f5545768fc06bd1e3900e076dc28be2649]

        tdf#97648 vml import: fix horizontalLine percentage
        
        o:hrpct (horizontal line width as a percentage) was
        overwriting valid widths with an invalid string since 2012.
        
        For some reason, commit 96c7ab19b77c2f90acd4c34552474b0f616f48a7
        thought it would be a good idea to set the width as a
        percent string, even though the code doesn't seem to
        handle percent strings. (like "100%").
        
        The logic was that since 100% width is saved as nWidth=0 by
        Microsoft, so it doesn't make a difference.  Well, it does make
        a difference for every other percentage, since nWidth IS provided
        for those. That width value is the only thing LO can currently
        handle - it does nothing with the maWidthPercent for these
        horizontal lines.
        
        Saving hrpct to maWidthPercent seems like the proper variable
        for this data, but once again, this doesn't in fact change much
        in LO. It certainly doesn't affect the width of the line.
        
        Since this patch only affects o:hr shapes, this is a pretty
        safe change, for the benefit of all <100% o:hrpct's.
        
        An "assert false" and "make check" only showed docs containing
        100%, width=0 samples. I added a unit test for several other
        lengths. I also hacked that test to provide a width value for the
        100% line - even though that is not natural - just so it can be
        seen in LO.
        
        Change-Id: I9d6ddbbaa99ec8df32abb1047a80522322a1f631
        Reviewed-on: https://gerrit.libreoffice.org/42088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [020c3eebc2435c4a03076c99e36b5f144e358fe5]

        connectivity DatabaseMetaData: pull out OComponent from OCalc/Writer
        
        Only getURL() and getTables() is custom, the rest can be shared.
        
        Change-Id: I9d282a30f722bce0c05b37c7d005c84193e01b7c
        Reviewed-on: https://gerrit.libreoffice.org/42152
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-11  Szymon Kłos  <szymon.klos@collabora.com>  [653e49371444e5ae48b1570e85822577fb8fd147]

        tdf#112304 Revert "Watermark: not visible if page background was set"
        
        This reverts commit 39c08074a286855dd014ce1c30b8f7ef95b10242.
        Fixed by: I69517efb7d82acd719d6a27a09ba61554dbf1ec9
        
        Change-Id: Icd45b3f55292670ff7338a367eba212453a0687e
        Reviewed-on: https://gerrit.libreoffice.org/42155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-11  Caolán McNamara  <caolanm@redhat.com>  [22e39ae69825e0b83f03b343f22faf065602a72a]

        gtk3: flicker-free opengl transitions
        
        leave the GtkGLArea opengl context alone except for the final render into it,
        create a new context for the slide transitions to play with
        
        set up a pair of framebuffers, a scratch one to let the transitions render
        into, the other to take a snapshot when the transition is finished with it and
        then tell GtkGLArea we're ready to render it and when the callback comes around
        copy the snapshot into it.
        
        Change-Id: I3515614baf7eea0ff53c46edbaf9cf66f926eef2
        Reviewed-on: https://gerrit.libreoffice.org/42144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [80b04f3d767bced56c68839731c48284bc1a59e3]

        long->sal_Int32 in various Get/SetVersion
        
        sal_Int32 appears to be the widest type we need here
        
        Change-Id: I1859936dbe7b6a95840c638c8ca5d4148849e12d
        Reviewed-on: https://gerrit.libreoffice.org/42154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [64fb35889d76d44ac293918c4e475d0272ec903e]

        Missing @since tags
        
        Change-Id: Ic19041193264627baefd487ddd1d3c05088c027e

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [b4c9c0d137a9157b4efef213267fc3a6b75ed4b0]

        More clang::*Type vs. llvm::*Type ambiguities
        
        Change-Id: I21133976793ab018c633dda077029666308526db

2017-09-11  Stephan Bergmann  <sbergman@redhat.com>  [5bbfa7ab8ded08d73dcb86c5e9fa3692b629e5bf]

        clang::Type vs. llvm::Type ambiguity
        
        Change-Id: Idba5c15f31b25b86e2bd7b9be348a17c184fec0d

2017-09-11  Caolán McNamara  <caolanm@redhat.com>  [ead4daeabd273c8b632d22a3330ca92dc58ec0f8]

        its really the contents we want to redraw
        
        doesn't matter in practice though, but change it anyway
        
        Change-Id: I9df8304f01c80a899bdd7219fc4ce459bda7de08
        Reviewed-on: https://gerrit.libreoffice.org/42065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-11  Caolán McNamara  <caolanm@redhat.com>  [1a547a566eba5943f9e4d9987baf4aee80846dd1]

        hidpi+gtk3: move setting the opengl slide viewport
        
        to when the window size is set, and adjust to gtk3 hidpi
        scaling factor
        
        Change-Id: Id9bd0defd0b6ae640ac57f88133d954202d4bcc3
        Reviewed-on: https://gerrit.libreoffice.org/42143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [3428bd5fa3626844355f20997ba690fd04297982]

        clang-tidy modernize-use-emplace in d*
        
        Change-Id: I79ac90faf24b4c741545e411dbaea7826c2df531
        Reviewed-on: https://gerrit.libreoffice.org/42150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c5c905680f7cb58eb3d0fbf25725a50c17896da]

        clang-tidy modernize-use-emplace in editeng..framework
        
        Change-Id: I7739c4f77c856d34f8484754244df13d8fef840e
        Reviewed-on: https://gerrit.libreoffice.org/42151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Ivan Safonov  <insafonov@gmail.com>  [ba7492ebe6f943976fc41274672ec41c035b4fbb]

        tdf#46037: Replace ConfigurationHelper with new configuration API
        
        Remove all occurences of ConfigurationHelper
        in /framework/source/services/autorecovery.cxx.
        
        com.sun.star.configuration.ConfigurationAccess used only
        to receive configuration updates.
        
        In the second version of the patch corrected the indentation
        and fdo replaced with tdf in the patch title.
        
        comphelper::ConfigurationChanges::create returns shared_ptr,
        using unique_ptr can result in bugs.
        
        Also rebase this patch.
        
        Change-Id: I27d34dd4d4b59e2e9cc701d4726bcd7f5fb45b3c
        Reviewed-on: https://gerrit.libreoffice.org/41477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-11  Mike Kaganski  <mike.kaganski@collabora.com>  [f0809a84b6c85a254bc23c5f55f86116d14a145d]

        include/oox/export/utils.hxx: make functions constexpr
        
        Change-Id: I7606b54fb7cef831c3f9a8580260aa880c7f4db4
        Reviewed-on: https://gerrit.libreoffice.org/42149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c09f8e087cae598efbb78759110c03ed10e3a3a]

        clang-tidy modernize-use-emplace in c*
        
        Change-Id: I419d1f67ba301050d05981db2a3d6178878684a9
        Reviewed-on: https://gerrit.libreoffice.org/42110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [58edb05341494dfaa3d3ce33505b97961d5f2ea9]

        cppcheck: knownConditionTrueFalse 'bClip' is always true
        
        always true since initial import in year 2000
        
        Change-Id: I66596f50580d2db29b5aee0617164a56e8635806
        Reviewed-on: https://gerrit.libreoffice.org/42146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ffeb750163909e15ee0dd2d16f8030bf08e66eae]

        Fix typo
        
        Change-Id: Idbc04f7cdda586fd1505070a38f24f98ad69c0d4
        Reviewed-on: https://gerrit.libreoffice.org/42147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ca29f20ea682f6fbae0fbf6a8146e656f635a0d5]

        cppcheck: knownConditionTrueFalse 'bTestMerge' is always true
        
        true since introduced in
        commit 11b5e05a827851e287315345bf563fda7e24d151
        Date:   Tue Nov 14 14:57:04 2006 +0000
            INTEGRATION: CWS aw024 (1.26.134); FILE MERGED
        
        Change-Id: I86fd4d203c2c59209b9190faf82e27065d251cd7
        Reviewed-on: https://gerrit.libreoffice.org/42141
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-09-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2cd664b3d618e6085be8b44ee86eada6cd5f8789]

        cppcheck: knownConditionTrueFalse 'bRet' is always false
        
        regression of commit 528632660b72b105345945c13c5b68060d94a91b
        Date:   Thu Feb 9 08:52:13 2017 +0200
            convert ErrCode to strong typedef
        
        Change-Id: I5ce2b7d38c8d71ec40cc8de7c13e8aec637476b7
        Reviewed-on: https://gerrit.libreoffice.org/42139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-10  Julien Nabet  <serval2412@yahoo.fr>  [a965e98848948253279caf6ea90049df9daaf864]

        cppcheck: oppositeInnerCondition in htmlatr (sw)
        
        Change-Id: Iee259bfd53177925217836d4e416bf97c8f53893
        Reviewed-on: https://gerrit.libreoffice.org/42136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  Julien Nabet  <serval2412@yahoo.fr>  [8e0352ecba4b7c72086f8b25d3f7fede8906a6d1]

        tdf#112254: fix memory leak in optaboutconfig (cui)
        
        Store UserData objects in a member defined as vector of unique_ptr
        so we're sure UserData objects will be destroyed when out of the scope
        
        Change-Id: Ib5494ad563272adcf64035300f3213688437fcfc
        Reviewed-on: https://gerrit.libreoffice.org/42123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  jan Iversen  <jani@libreoffice.org>  [113ba194f8fd10baa8dd97dff8c2619d059ba99e]

        iOS, avmedia library depend on autogen flag.
        
        Disabled linking of avmedia if not present.
        
        Change-Id: Id64192ec8172d4388b3624b5f832a90f7af1179c

2017-09-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3793855b40c0515647daa21741239fbcf0f974e4]

        cppcheck: identicalConditionAfterEarlyExit
        
        Change-Id: I0c9b2e8e92ae1b439b6df548daecff07714ea1d4
        Reviewed-on: https://gerrit.libreoffice.org/42135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f315a959f4f5cae0f61910056bfb822c5111903e]

        cppcheck: knownConditionTrueFalse 'bValid' is always true
        
        Change-Id: I3f73641286020a06a605867726d54376c47a06dc
        Reviewed-on: https://gerrit.libreoffice.org/42134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  Julien Nabet  <serval2412@yahoo.fr>  [69057cd178f30b53728b6d57468f520ffbbeadbc]

        cppcheck: unsignedLessThanZero
        
        Change-Id: Ia3880fc200e885ba99ff1fc054b424f486b01d67
        Reviewed-on: https://gerrit.libreoffice.org/42132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  Julien Nabet  <serval2412@yahoo.fr>  [f4a71ffa3c9da9de67a36abf11b01edb1957b334]

        OSL_ASSERT->assert in putG4Bits (vcl)
        
        Change-Id: Iac93447146ba7d9b3ae7de4eca6fa272b1cc1187
        Reviewed-on: https://gerrit.libreoffice.org/42133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-10  jan Iversen  <jani@libreoffice.org>  [e216f72228da2e55573a96abf267ca6de1cebb57]

        iOS, make common iOS GCC file.
        
        Combine common parts for iOS files into one
        
        Change-Id: Ibbc6cbb69d0521a5b35ac1817c74bff1dccaddf5

2017-09-10  Mike Kaganski  <mike.kaganski@collabora.com>  [09122a537318f7ada075820f3b1ef83a64e56751]

        tdf#112306: containsSemiMixedTypes is true for blanks-only
        
        Also export containsNonDate
        
        Change-Id: I16283a272d51e6c305f8c381c359168c1e3848a8
        Reviewed-on: https://gerrit.libreoffice.org/42130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [05a09030d1fbe449a619d380214e2601f94950b4]

        Fix double free since 030273e2e28ef9c4d2118ca3851c64498dfe000a
        
        Change-Id: I426b0a6cdc11d3dc8660a440b3e5be9cb198d710
        Reviewed-on: https://gerrit.libreoffice.org/42129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [fdc85f759c4ef69f4ccdb7f160ad4bce7e61b231]

        gpg4libre: use SHA512 digests for GPG signing unconditionally
        
        Change-Id: I2ee6b0ba440a50b4627b3732c52afe08ba02d664
        Reviewed-on: https://gerrit.libreoffice.org/42087
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ca6ab632a8f2dd5b45234f7af9b9f2b40690db89]

        gpg4libre: add sha512 support
        
        Change-Id: Ia5ef54e47e8528a33aba83ae2e317fac5cffb428
        Reviewed-on: https://gerrit.libreoffice.org/42086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6edd48993bf345baf973c134d859b50ad13fd18a]

        liblangtag: pass through debug options to CFLAGS
        
        Change-Id: I08ecf01de2a7f32117dc4a3cac3cd782c0c8f83f
        Reviewed-on: https://gerrit.libreoffice.org/42126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-09  Andreas Brandner  <Andreas.Brandner@cib.de>  [60adba3fb904ed66251ff39c82fe20bec151ef0b]

        tdf#108406 offline help-images helpimg are no longer selectable as iconset
        
        Change-Id: I6733ed2a04c01c288de2cd6af938a6c6ff1b4481
        Reviewed-on: https://gerrit.libreoffice.org/42117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-09  jan Iversen  <jani@libreoffice.org>  [25e395c7e07015fb5c9b88978093889315d32f3c]

        iOS, update gbuild platform
        
        IOS => iOS
        added iOS_ARM64
        added iOS_X86_64 and iOS_I386 for simulator
        
        Change-Id: Ia788765aab4ef51a7cc7c67d5faff1197e90696c

2017-09-09  jan Iversen  <jani@libreoffice.org>  [bf88831e8aef3ee2372fc1e48f3addd3b3cb13d4]

        iOS, configure.ac for arm/arm64/simulator
        
        --host=arm-apple-darvin
        will set env. to compile code for iPhoneOS 32 bit
        
        --host=arm64-apple-darvin
        will set env. to compile code for iPhoneOS 64 bit
        
        --enable-ios-simulator
        --host=arm-apple-darvin
        will set env. to compile code for iPhoneSimulator 32 bit
        host_cpu will be i386
        
        --enable-ios-simulator
        --host=arm64-apple-darvin
        will set env. to compile code for iPhoneSimulator 64 bit
        host_cpu will be x86_64
        
        Change-Id: Ifc51816b2fe727dd05577f021419e35f7ff8eec9

2017-09-09  Julien Nabet  <serval2412@yahoo.fr>  [e40ba034fa01cc271ad0e1940f623e551793f80b]

        tdf#111894: fix leak memory with PaletteManager with SvxColorListBox
        
        m_xColorWindow is made with m_xPaletteManager so reset this last one before disposeAndClear first one
        
        By tracing constructor/destructor of PaletteManager, it seems there's no need
        to call m_xColorWindow.disposeAndClear() in SetSlotId.
        
        Change-Id: Ib3c236f8fd7fd12aaa86389f5c4c26fe58ba833e
        Reviewed-on: https://gerrit.libreoffice.org/42121
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-09  Justin Luth  <justin_luth@sil.org>  [7ed6bcc714ed0e4f23031c1cbc16176b3549e391]

        tdf#112074 ww8import: replace m_nOrgDxaLeft with GetMinLeft()
        
        Followup to commit 176a723876b0138debb20f824103b2ab0c910401.
        In those comments (https://gerrit.libreoffice.org/#/c/41664)
        I said I'd leave the existing use of m_nOrgDxaLeft even though
        reading through the code suggested GetMinLeft() might be better.
        Well, round-tripping shows that MSWord properly reads the indent,
        but LO doesn't - unless using GetMinLeft(). So now I have my
        proof document and I can make the desired change with confidence.
        
        Change-Id: Icbe12b50c4f2dcf3a0d78f87685f1dfba53a375b
        Reviewed-on: https://gerrit.libreoffice.org/42113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1bc1f028e0159de965af8fa85b32566374b97067]

        Fix typos
        
        Change-Id: I9c61f6218977716a94cca9fee228a3f609278529
        Reviewed-on: https://gerrit.libreoffice.org/42124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [41dfb82a9533b1dda1f75727ea54a1c8d34bdb20]

        Fix typo
        
        Change-Id: I7fe64a0dccdd52550558463b834e31c652ef51ec
        Reviewed-on: https://gerrit.libreoffice.org/42106
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-09  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [2e409c0ffe311eca849c1153d013e7a5260993bd]

        tdf#112133: Polish the visual appearance of the Customize dialog
        
        * Vertically align the dual list controls at top and bottom
        * Vertically center align small controls' captions (search, category)
        * Vertically top align captions of large controls (description)
        * Horizontally align captions at the keyboard tab
        
        For labels:
         * Drop all colons
         * Remove the bold font style at the keyboard tab
         * Provide mnemonics for all captions with focusable controls (add,
        remove, insert, modify, reset... but not description)
         * Take care of unique mnemonics (alt+C = category & cancel)
        
        Functional
         * Disable the description when nothing is to show there (no offline help
        installed), and inform the user via tooltips
        
        Change-Id: I5862f97ec8e5e866f5e56bcdaf386a793f6040d1
        Reviewed-on: https://gerrit.libreoffice.org/42099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-09-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [67600fe5c9380bdb3eb26809a6475eae30a23231]

        tdf#67770: Config for remembering the last active deck
        
        Change-Id: I88751dda9d4aa284b044ca27fd3d6727f34fbcaf
        Reviewed-on: https://gerrit.libreoffice.org/41876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-09  Gabor Kelemen  <kelemeng@ubuntu.com>  [45d1e227f910b6c3746b12fb2eebfac498c14ba5]

        Drop unused ooXMLFileFormat* config keys
        
        These are unused since 2013, see:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=041d2b88a473cc7ba9b68113f7642dd8417369e4
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=abd3338486a515380d50c4ee5f4ab242fb5fd4bd
        
        Change-Id: I0265b476797f0be6703fbf710f0baf983c47d489
        Reviewed-on: https://gerrit.libreoffice.org/41216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>

2017-09-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7c429ddca63c09a2b656715292968000bfe86a1a]

        tdf#112278: Pivot table: filtering of non-string fields is not exported to XLS
        
        It is needed to use the right string representation of field value.
        During export this representation is available directly, next to
        the actual value. During import we can use the number format attached
        to the corresponding pivot field.
        
        Change-Id: Ie8f731f6c72d7f55f43c318e52d63dc4e993d9c0
        Reviewed-on: https://gerrit.libreoffice.org/42069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-09  Szymon Kłos  <szymon.klos@collabora.com>  [97477ee5e11951a5a25a91b89f1b71a1b78ac8f5]

        tdf#108572 remove connections only for current shell
        
        Also remove connections to temp files.
        
        Change-Id: Ie5c09eb365d1246e053dc52884c72687ac226f3c
        Reviewed-on: https://gerrit.libreoffice.org/42095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-09  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a45800f010f3e063c6f31426fcdba76aa5b43d3e]

        Updated core Project: help  6005c5c31ca8e9f9107c5c0e35858d27e4a55490
        
        Add better support for <bascode> in helponline
        
        Insert a div around a code snippet and categorize for schema.org
        
        Change-Id: I7d4c9e15fccbf7e48af3c2faca9ed61ae5279c79
        Reviewed-on: https://gerrit.libreoffice.org/42105
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [fc674ad1b795d74a50cb792368ce7eaee74ca904]

        Avoid underflow of unsigned integer which leads a false error message
        
        Change-Id: Ica65a96efe44fb46e25c224298aaff4cd7a40fa6
        Reviewed-on: https://gerrit.libreoffice.org/42120
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [3fa8ff7734541c8cb12a5e80b6770cbc7a9347f1]

        tdf#112289 OSX fpicker: don't default to true
        
        When LO requests a value for the currently unimplemented
        GPG encryption checkbox, the Aqua file picker defaults to
        a "uno::Any <<= true", which triggers the GPG key dialog.
        
        This simply returns an empty uno::Any for values of unknown
        controls, which is handled fine.
        
        If something else relies on the current default value, it
        must to be properly implemented.
        
        Change-Id: I3637ca833d59e19416e25f3096bc90a756aa8840

2017-09-08  Michael Stahl  <mstahl@redhat.com>  [d918a8086af56d1869e465baae64d960e56066d1]

        tdf#108722 vcl: fix bugs in TextEngine with TEXTATTR_PROTECTED
        
        1. If the cursor is at the end of the paragraph, attributes ending
           at that position are skipped in TextEngine::FindCharAttrib().
        2. If a TEXTATTR_PROTECTED is found, TextView::KeyInput()
           retains the selection that was extended to cover the attribute
           after deleting the text, because it compares to the initial
           selection.
        
        Why delete/backspace keys only work with the "gtk" vcl-plug
        but not "gtk3", "gen" or "kde4" is a mystery to me.
        
        Change-Id: Id7a6f298332f5a99454c793dd2dd6d424a975ad4

2017-09-08  Eike Rathke  <erack@redhat.com>  [9c1826d98065c30411cbf2e731560165ca2b7668]

        sc-perf: do not add a million empty filter entries just to sort and discard
        
        Which can happen if an (anonymous) database range as filter range was selected
        to span an entire column of which most (the tail) is empty cells. The entries
        are processed to be unique anyway. This significantly shortens the time to
        display the filter dialog.
        
        Happened with attachment
        http://bugs.documentfoundation.org/attachment.cgi?id=136074 of bug
        https://bugs.documentfoundation.org/show_bug.cgi?id=112258
        
        Change-Id: Ia169911d6f23611a3b3ecbf291757465f1998210
        Reviewed-on: https://gerrit.libreoffice.org/42118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-08  Michael Stahl  <mstahl@redhat.com>  [276536fc10368dbe7e16cf859b6da903cec6b8aa]

        svl: assert calls of SfxPoolItem::Create/Store
        
        Change-Id: I2d92897d558ad0914e8bbc80b4dec72d0fd00629

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [84cbd6a5434e119613d677370e7657ea77cd7767]

        clang-tidy modernize-use-emplace in b*
        
        Change-Id: I51e0369ba2e1fe0b7c934531f71d3bda95ba09ec
        Reviewed-on: https://gerrit.libreoffice.org/42109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [44786fad67cf48f6091e868cf0476e754650d385]

        EPUB export: avoid writing image/x-vclgraphic to the output file
        
        The spec has a fixed list of allowed MIME types.
        
        Change-Id: I99a3121e41a2f6a3d0c5a040d66302161b16b0fb
        Reviewed-on: https://gerrit.libreoffice.org/42116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e260dbebc91f137d6f797dd10d64e53a063dc0b]

        EPUB export: handle section content
        
        Just the minimum so content is not completely ignored on export.
        
        Change-Id: I2880780ed3ce5d1dd15adbd9222296f52a5e7c3d
        Reviewed-on: https://gerrit.libreoffice.org/42115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [1079893be5593268eff0867be87b0291546d88c7]

        Document baselines
        
        Change-Id: I32c8b027abec13805fcb4fc244c7eca00e0c6fee
        Reviewed-on: https://gerrit.libreoffice.org/42072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [687fdc5750ac756f157c663197b998eb471612ef]

        EPUB export: inherit text properties in spans from paragraph
        
        This is similar to nested spans, but here the outer element is a
        paragraph.
        
        Change-Id: Ibcdfe5aac54a44797067b06d319d19d2d47d5dd1
        Reviewed-on: https://gerrit.libreoffice.org/42104
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-08  Stephan Bergmann  <sbergman@redhat.com>  [8d1c4032ed284e656300801b62c982e212315a07]

        external/openldap: Update config.{guess,sub}
        
        ...with versions of those files from the latest
        <http://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz>.
        
        The current versions failed for a Flathub aarch64 test build, see
        <https://flathub.org/builds/#/builders/6/builds/304>.
        
        Change-Id: I782371c88cf1c46bdee4f14a82b58f673f40e982

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [2687a5aca143c53c364cb44993ca601b8dd1c65e]

        -Werror,-Wtautological-compare with latest clang
        
        Change-Id: I073f1893b759f8d31a24187f542b031b86dc4b8a
        error: comparison of unsigned enum expression >= 0 is always true
        [-Werror,-Wtautological-compare]
        Reviewed-on: https://gerrit.libreoffice.org/42103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [030273e2e28ef9c4d2118ca3851c64498dfe000a]

        clean up SdrDragStat
        
        - some light formatting in the header file
        - change aPnts from std::vector<Point*> to std::vector<Point>, no point
        in dynamically allocating a small value class
        - rename aPnts -> mvPnts
        - use std::unique_ptr for userdata
        - rename pUser to mpUserData
        - change some methods protected->private, since nothing external is
        using them
        
        Change-Id: I7a3f4c30c60ae1be3713f460fe65de95bed2f124
        Reviewed-on: https://gerrit.libreoffice.org/42102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a27eb931c22313d4dd5c73b35358c0532d20b79e]

        EPUB export: fix double escaped NBSP
        
        The EPUB package interface already XML-escapes characters, avoid a double
        escape.
        
        And once that works, handle NBSP/tabs.
        
        Change-Id: I8b7bbdc2592096bdd46fbdb29b48b723ef5cf990
        Reviewed-on: https://gerrit.libreoffice.org/42098
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-08  Eike Rathke  <erack@redhat.com>  [9c34c9c2409a8f09c3373d314ef7872d7c2aee92]

        Inspecting children is only necessary if parent is selected
        
        Change-Id: I9980bef27442504f59f5a85e655a761c5d35a012

2017-09-08  Takeshi Abe  <tabe@fixedpoint.jp>  [ecc64b73cf554a772a3e2eb987b83b6e8245266f]

        svx: Make SdrDragStatUserData's dtor pure virtual
        
        to clarify that it is an abstract base class, and to avoid memleak
        when deleting derived instance as pUser in SdrDragStat::Clear().
        
        Change-Id: I39670841fda1ea3c45698585ce50aec944e0d4ab
        Reviewed-on: https://gerrit.libreoffice.org/42097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Eike Rathke  <erack@redhat.com>  [fd5ac4c4f5de9ef475156dafcba1b37a56b5cb8d]

        If children then insert only if a child is selected, tdf#112258 follow-up
        
        Otherwise the chain down to the parent would be pickable, though in practice it
        doesn't have a consequence as only leaves are picked. However, inserting to the
        set can be avoided.
        
        Change-Id: I6a6b63b2d7c031a2dd13d8cc7d98f15e1f946298

2017-09-08  David Tardon  <dtardon@redhat.com>  [1c983335116a6f09cabf0b3eae7f51951111341e]

        upload poppler 0.59.0
        
        Change-Id: I21dfa3aa04bd960cb2fb87a53213ae4bbd510a24
        Reviewed-on: https://gerrit.libreoffice.org/42061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-09-08  Jan Holesovsky  <kendy@collabora.com>  [77b56b3bf670f6ea8dd98bbdbc4b45e0a5aa5dca]

        Actually this would be better as SAL_WARN.
        
        Change-Id: I11c92f451ec5dcc77a7dadb948c61680c3cce444

2017-09-08  Justin Luth  <justin_luth@sil.org>  [3c29b0ad690c77b2ec9189981da73ffaa717e30c]

        tdf#112074 doc export: re-calculate indent for RTL table
        
        In MSO tables, the only side that can have an indent is the
        logical left orientation. In right-to-left tables, the indent
        is measured from the physical right margin. So, we need to
        re-calculate LO's physical LEFT_AND_WIDTH indent to measure
        the distance from the right margin to the table.
        
        Importing already expects this recalculated indent.
        
        Change-Id: I9b8b7078aea8b7800cd31fbc11e2f27bd051be7d
        Reviewed-on: https://gerrit.libreoffice.org/41666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [f120e21012d1fcdaf9862d3818a43f37d3d0fb0b]

        convert pEntryLists to std::array<std::unique_ptr<...
        
        Change-Id: Ibe5d97c7a5138f1fd47cb2419c33b8f78ff1559c
        Reviewed-on: https://gerrit.libreoffice.org/42094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Caolán McNamara  <caolanm@redhat.com>  [1af5f6e8d1bdec9bd2f14d0f5f8fad9c0fdead2b]

        set parent for file dialog helper
        
        Change-Id: I3994ee48dcb5b2732cb27cb9ccb54926abf0828a
        Reviewed-on: https://gerrit.libreoffice.org/42048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb2258f7e4bcf078810cf1e40fdec2f17576c3b2]

        sw: inline trivial IS_FLYS macro
        
        Change-Id: If3f62fb6ad7e5ce7e3fb7fb728acdf53010ba76d
        Reviewed-on: https://gerrit.libreoffice.org/42092
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-08  Stephan Bergmann  <sbergman@redhat.com>  [c799497959f82c84ddaf032b096d1a3f8d6e2bcd]

        Disable test on Linux x86 that makes plain 'make' fail due to -mpfmath=387
        
        ...rounding issues, and thus caused LO Flathub builds to fail, see
        <https://flathub.org/builds/#/builders/3/builds/280>.
        
        Change-Id: I91e8662e0a85b4ed8b16719eed4ade3397edfa0c

2017-09-08  Caolán McNamara  <caolanm@redhat.com>  [9ca0f91b02822a5c0b28a651f82821cd11d9f6ed]

        tdf#110737 set user-events to a lower priority than system redraw
        
        Change-Id: Ic6672fcce4cb5516d388fee22120383ccc70a4a5
        Reviewed-on: https://gerrit.libreoffice.org/42066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b9cb381702a408c3cf54bfaa1f8a7b2c30882a7]

        loplugin:unusedmethods
        
        Change-Id: Idba437cf35606e782e94c020c8ac3bb265703d00
        Reviewed-on: https://gerrit.libreoffice.org/42091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a84026031db35e9388c76c3b365a23e6bf1ed3e6]

        loplugin:unusedfields
        
        Change-Id: Ie26c52090d984c40cc108c9f20eb2ba31a866796
        Reviewed-on: https://gerrit.libreoffice.org/42090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [8e8c789742874ac823e68f6154050c64b6fc5b85]

        oovbaapi: create XOval and XLine shape types
        
        This is needed in order to make "TypeOf myLine Is Line" or similar
        expressions return the expected "true" value.
        
        The implementation of the basic interpreter of TypeOf uses XTypeProvider
        to determine the type of an object by getting the last part of the type
        name. E.g. "ooo:vba::msforms::XLine" is determined as a "Line". That's
        why I created the XLine and XOval blank classes.
        
        TypeOf doc:
        https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/typeof-operator
        
        Change-Id: Ia49cc92d672e30d0126f02d61a55a956ac1425f0
        Reviewed-on: https://gerrit.libreoffice.org/42083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e0a25ce2b87d3a4bbf944025fc3720933fb391d]

        loplugin:constantparam
        
        Change-Id: Ic87f0cc863490858b7cc7e74a7f90ec31992dd53
        Reviewed-on: https://gerrit.libreoffice.org/42089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-08  Stephan Bergmann  <sbergman@redhat.com>  [b02b3bcf4465c9ccb3edcaa26e090db0581cba9e]

        ZLIB_LIBS must be passed into external/cairo as LIBS, not LDFLAGS
        
        Change-Id: I76bd966d6932b3b3210d04137f18f928276ce631

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [fc670f637d4271246691904fd649358ce2e7be59]

        svtools: HTML import: don't put lone surrogates in OUString
        
        The bytes "ed b3 b5" in fdo67610-1.doc (which, as the name indicates,
        is an HTML file) are converted to the lone UTF-16 surrogate "dcf5",
        which is inserted into SwTextNode and causes asserts later on.
        
        The actual encoding of the HTML document is probably GBK (at least
        VIM doesn't display any missing characters with that), but
        because it doesn't contain any indication of its encoding
        it's apparently imported as UTF-8; the ImplConvertUtf8ToUnicode()
        thinking a surrogate code point is valid even if the JSON-compatible
        mode RTL_TEXTENCODING_JAVA_UTF8 is not specified is a bit of a
        surprise.
        
        Change-Id: Idd788d9d461fed150171dd907439166f3075a834

2017-09-07  Eike Rathke  <erack@redhat.com>  [554a79d793ee9546f71802643b79001749c3c695]

        SvTreeListBox: turn some DBG_ASSERT() into assert()
        
        Change-Id: I14cd42d816cfd6fcc7f0fc3f32ece09e10d3137f

2017-09-07  Jan Holesovsky  <kendy@collabora.com>  [d921d4fd24b6416e00069678886f9692ffb4a008]

        tdf#112280: Unit test.
        
        Change-Id: I70d7f388c1573ed34bb3d93b480fe1ccaa97076f
        Reviewed-on: https://gerrit.libreoffice.org/42075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-07  Jan Holesovsky  <kendy@collabora.com>  [f5fa86303f25dd271d9bbfa9fc25c1e21430910f]

        tdf#112280: Export spin animation in PPTX.
        
        Change-Id: I9f13bbc2bd3a3de582491ea5b2ad16535589420a
        Reviewed-on: https://gerrit.libreoffice.org/42074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-07  Eike Rathke  <erack@redhat.com>  [bece4b6715cfec8eaaa6ee97bade92521d1e2d18]

        Resolves: tdf#112258 correctly pick items from AutoFilter selection
        
        Combining only one child with one parent to lookup is not sufficient if we have
        year,month,day chains. The entire chain is needed.
        
        Regression from
        
            commit 2a39dc74724d3648ff76aa900edfebe0dd19b296
            Date:   Thu Jun 1 18:27:13 2017 +0200
        
                tdf#108259 Fix nested checkbox handling in autofilter popup
        
        and
        
            commit 511fb8e80d298d42f5c45e7410bf64f2a25b441e
            Date:   Wed May 31 10:59:42 2017 +0200
        
                tdf#108259 Enable autofilter with many different values
        
        which combined landed in 5.4 as
        
            commit 0163957ef808cffa332c2ddd3267409c5ae1494a
            Date:   Wed May 31 10:59:42 2017 +0200
        
                tdf#108259 Enable autofilter with many different values
        
        This on the other hand makes the change of these doubtful, as for each leaf
        item the concatenation and the lookup has to be done. Something to be
        investigated.
        
        Change-Id: I07fd6367bb8da2adab94a43c45fe88391179f496

2017-09-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7b946b386d18172cad2bea4c05c825eb8021131d]

        tdf#90556 android: make buildID in about a clickable link to git log
        
        that will allow them to deduce the age of the build
        
        Change-Id: Ic1baffbf1ecc6a743a1edd91d24c86670dc640a3
        Reviewed-on: https://gerrit.libreoffice.org/41962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-09-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2e8e0b213a3cbac802515cd9255286b26d3bba60]

        android: drop workarounds for ndk-gdb support (can still run manually)
        
        packing gdbserver into apk conflicts with extractNativeLibs="false", as
        the gradle pugin compresses it (which could be disabled using
        aaptOptions), but furthermore it doesn't page-align it, breaking
        installation.
        So instead let the user manually push the gdbserver tool to device and
        remove the hardcoded values that were only there to please the ndk-gdb
        scripts.
        Using lldb from within Android Studio is more comfortable anyway :-)
        
        Change-Id: I31c3af4847a479c56b3fcd6b5bed114e004bf0d2
        Reviewed-on: https://gerrit.libreoffice.org/41950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-09-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a920bf9c96468c29505eab15f80d45e5f296597]

        fix nss build for android x86 and remove duplicated configure call
        
        remove hardcoded arm flags for android, and instead of patching the
        sources, rather specify the desired values on commandline to override
        nss' makefile defaults where possible.
        Also since the build stage runs nspr configure by itself in a dedicated
        outdir, the separate configure step was removed (for all systems).
        
        Change-Id: I586c605615cc2d45b757497395a98c53dd1beb1d
        Reviewed-on: https://gerrit.libreoffice.org/42070
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [01b0d6da7ffdbd0eeea601020329c82fa1b37c11]

        unotest.py: refactor confusing mess of openDoc functions
        
        Change-Id: I148332c639510c55dea2d09bc7aa695708fbf34c

2017-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [01cc6e5107c706760939c2331ca57247bd02cb77]

        EPUB export: handle span-level line break
        
        By pulling out common part of the paragraph/span context factory.
        
        Change-Id: If5fda87ce9f60e7e10d7f9406c30740bc8707143
        Reviewed-on: https://gerrit.libreoffice.org/42064
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-07  Szymon Kłos  <szymon.klos@collabora.com>  [5ffe8f05590e43eb8a668bb6da1f2e2ce0a7f713]

        Fix firebird build with MSVC update 15.3
        
        Change-Id: I236f182fd99e19e4ea171ad1bae6c03f1a258c7e
        Reviewed-on: https://gerrit.libreoffice.org/42060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4b56d76e83fe062e39f5c00fa405f2a14a13b7ca]

        tdf#42982 Improve exceptions in text document api
        
        * Throw DisposedException instead of RuntimeException when the document has been destroyed
        * Add messages to RuntimeExceptions
        
        Change-Id: I5cc370ed835a0f620596754ac6339d2ef543f6c4
        Reviewed-on: https://gerrit.libreoffice.org/42062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [91d755d26395faaa7c9709be3ba67ca87eb69ad3]

        Fix typos
        
        Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35
        Reviewed-on: https://gerrit.libreoffice.org/42034
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [ded8925c012edc8e8696d49064d4360e8831a214]

        sw: oops, forgot to amend that before pushing
        
        Change-Id: Idaf3d066a61dcf30019eda9f84bb7442362ab57d

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [e137b0ee2ac2c7dcd209f44768433b709c432918]

        sw: fix text_portion_enumeration_test.py on WNT
        
        This fails, mostly because of confusing native paths and URLs, and
        because of deleting the temp. directory before closing the file that the
        test wrote into it.
        
        Also, why open the document as a template.
        
        Change-Id: I6da2f3f2c47308c4956444869b5b100a124b8db0

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [d74424a09ee7207138ad9da0869b194d3d5c476c]

        configure: find MSVC 2017 MSMs & DLLs again
        
        They're still called "VC150" in my installation.
        
        Change-Id: I0a005236ff5edc758be41616e33b254577144f17

2017-09-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [bfa662d99a9d1efe17e5b7ce6e2ebfbc7a317c00]

        tdf#109202 add help blurp for new --convert-images-to
        
        Change-Id: I5e66263f7ce1b1a8cf15775dc38e08b8f7c0f237
        Reviewed-on: https://gerrit.libreoffice.org/41943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf3a87d1ee9106161d26f33c1ccb6b7b0d0aa0b9]

        EPUB export: handle line break
        
        When it's directly under <text:p>, as a start.
        
        Change-Id: I05e7decbcfa2f4dae36c01179d7efd7c8645a26b
        Reviewed-on: https://gerrit.libreoffice.org/42059
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-07  Caolán McNamara  <caolanm@redhat.com>  [dd89afa6ee8166b69e7a1e86f22616ca8fc122c9]

        Resolves: tdf#112269 libwpd fix
        
        Change-Id: I0d8d6887fa360c05d5f9e2a070410c77926b9ce1
        Reviewed-on: https://gerrit.libreoffice.org/42054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [937df58daa6daa20d0ccffff7b15fe01b63761af]

        Allow to call 'make install-gdb-printers' individually
        
        ...in case you don't do a full 'make' but just some 'make CppunitTest...
        CPPUNITTRACE="gdb --args"' and then wonder why the gdb pretty printers are not
        available, so you can at least do a manual 'make install-gdb-printers' now.
        
        Change-Id: Idd19ed1bba0fa196271cae9de80b4e7baf79ac2a

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [2f902237f59d13a7f0db1d6734e6083acc7fb009]

        Replace macro with lambda
        
        Change-Id: I47810e067d9dab0e40b5b1583193c01ad8c91759

2017-09-07  Szymon Kłos  <szymon.klos@collabora.com>  [91d909ac8ec53ea135401babe8227f9c41b779b8]

        tdf#112247 correct the size only for Watermark
        
        Change-Id: I770cd36d5f8bca0f2fa97b7ad4afaaf539bf5f1f
        Reviewed-on: https://gerrit.libreoffice.org/42052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f1ceb3dca2a2d417ec8fc7661568d51b6a2063cf]

        Updated core Project: help  12ea42f942dfdcc3aebf108e9190b2c5a8454313
        
        Helponline: add support for japanese in UI
        
        * add japanese
        * correct Chinese
        
        Change-Id: I1d3b8929b44de75f0dca805c5d0cab319842ed64
        Reviewed-on: https://gerrit.libreoffice.org/42053
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-07  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [aa3c0ddc61726f9e2e927e08966acd63a3fcf968]

        tdf#103090 replace spaces by underscore in bookmark names for DOCX.
        
        Bookmarks containing spaces are incorrectly interpreted by MS Word,
        so spaces are replaced in bookmark names and bookmark references
        in fields.
        
        Change-Id: I4e23c6b8740b54e94a1ec7e3385cffbe3ba01709
        Reviewed-on: https://gerrit.libreoffice.org/41954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [e55ee82f519064319dddcd3dc4553c6580dcd93a]

        extensions: GCC 7 -Werror=format-truncation
        
        Given a valid DateTime, the "buffer" is too small by 1 because
        Year can be negative with 4 digits.
        
        Most of the problem is that invalid DateTimes would overflow
        by up to 14 bytes; throw IllegalArgumentException for obviously
        invalid DateTime.
        
        Change-Id: I8af109425d5681b1b28454917664401a5404f251

2017-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3829949e91c578bc9e99858ec170f0c6736d9828]

        EPUB export: handle nested spans
        
        ODT export uses nested spans to represent a combination of named character
        style + automatic style (instead of having a parent for the automatic style),
        but librevenge doesn't allow nested spans, so handle this explicitly.
        
        The alternative would have been to remember the attribute list as member
        data, but the underlying SvXMLAttributeList is reused after
        startElement() returns, so it by the time characters() is invoked, it
        won't have the data we need anymore. (Would be a trade-off between doing
        the attributes -> property list conversion exactly once or depending the
        number of characters() invocation anyway.)
        
        Change-Id: I1dd2f060c421c126340db471a257093b30431d17
        Reviewed-on: https://gerrit.libreoffice.org/42046
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [41a85500a70533e1c9791c3a4f8b6c24f2143682]

        tdf#107135 Add missing ODFF function SEARCHB.
        
        Change-Id: Ic72693ad8f33fb94c171751f82680eabad1d3d6d
        Reviewed-on: https://gerrit.libreoffice.org/41900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [5a38658e5e232ce39e22ea76642c58f6babc89cd]

        Adapt flatpak-manifest.in to updated pdfium
        
        ...0365ca351aac534d3fc09d22f6a91017525bfef8 "pdfium: update to 3196"
        
        Change-Id: Ia291b30b79bb0873529e474164d24dcb8b491f40

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [374a721aca251e8988d4edb7f88ffd06ddef43b9]

        Adapt flatpak-manifest.in to updated language-subtag-registry
        
        ...04d70c0999c716f5465631eca50945915ec607c4 "Upgrade to
        language-subtag-registry-2017-08-15"
        
        Change-Id: I4178545869a6d97cb1f90034f3944d9c72700bd6

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [6665da201ce2a87562897d9bdf087b2ff4572976]

        No libqxp in org.gnome.Sdk//3.24
        
        Change-Id: Ia3551572269e1cf04b2a398cd08f718fd248c6e6

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [1b85d725663a7d7546549e6b78ea43bea1cde7b9]

        Include all .desktop files in the Flatpak
        
        ...GNOME Software reportedly is fine with that now.
        
        Change-Id: I418fc60a3215078109d3d8e9f426f98fdf37322b

2017-09-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [003c2cfaa258e204402a366a105366da74e220a2]

        tdf#112177 remove incorrect constraint for Calc function NPER.
        
        Change-Id: I123ea8ee2e333665ac448c6b3814c3bac0b687ab
        Reviewed-on: https://gerrit.libreoffice.org/42011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d6e78c0ec9caebeaee95dabce0cb3b4ab5c3eca]

        desktop: fix loplugin:unnecessaryparen warning
        
        Change-Id: I10253c38208da7e5881af7611f80e03059ccc5e5

2017-09-07  Xisco Fauli  <anistenis@gmail.com>  [493d10b828ec475f63d399a98ba9b55b9766ee25]

        tdf#112006: the result is different using getFirstSeries
        
        Restore the old code and use c++11 for-statement
        
        Change-Id: If85793d03fc9f022a938bcd365c605a7ddac2720
        Reviewed-on: https://gerrit.libreoffice.org/42031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-09-07  Szymon Kłos  <szymon.klos@collabora.com>  [ba368643e6a0c5ac7a7b7ea8d72899d60b2a8331]

        tdf#108572 revoke connection if mail-merge is cancelled
        
        Change-Id: Idca4969af8043f7dbc54f4a63b99e92155ef1585
        Reviewed-on: https://gerrit.libreoffice.org/41949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-07  Szymon Kłos  <szymon.klos@collabora.com>  [26957fc325c27cf61e8ef5555b380d627def4931]

        tdf#108572 let remove storage element
        
        void OStorage_Impl::RemoveElement( SotElement_Impl* pElement )
        expects that m_pAntiImpl will be nullptr, if not throws an exception.
        This caused that in case of deleting embedded database used for
        mail merge it wasn't fully removed and it was impossible to import
        the same datasource second time.
        
        Change-Id: I0310fde2ad819c96474a857f37ee42d052fad266
        Reviewed-on: https://gerrit.libreoffice.org/42028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-09-07  Justin Luth  <justin_luth@sil.org>  [f091460837835033b10df7674210b0856cda0ec9]

        tdf#112074 doc export: for RTL tables, LEFT_AND_WIDTH is RIGHT
        
        In MSO tables, the only side that can have an indent is the
        logical left orientation. In right-to-left tables, the indent
        is measured from the physical right margin. So, we need to
        save the table's orientation as RIGHT aligned.
        
        In LO tables, only the physical left orientation can specify
        the indent. Importing already calculates the corrected index size.
        
        On export, the indent size will need to be re-calculated to account
        for the reversed the margins, but that will come in a separate patch.
        
        Change-Id: Ie2457791f913af2360af96f5038063d305e366de
        Reviewed-on: https://gerrit.libreoffice.org/41665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [b9c55dcd7485ab36f0187abf5265321ba832d117]

        Don't use PostUserEvent to show message box in Customize dialog
        
        Otherwise, it causes (I think) some clean-up issues, and causes
        the menu bar not to be refreshed on delete of a custom menu after
        trying to add an already existing command to the custom menu,
        and getting the warning message box. And clicking the non-existent
        menu causes the whole application to crash because of the dangling
        reference, I think. The exact error message on crash was an "out of
        range" error of a vector."
        
        And we don't need the D&D stuff any more. (At least for now.)
        
        Change-Id: I74b8b414e28349065b7408e21e07245fc40f2c75
        Reviewed-on: https://gerrit.libreoffice.org/41930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [6c8c51231e7415ecc20d1343211acf8382666613]

        tdf#112163 sw: avoid crashing in layout on this document
        
        SwTextFrame 0x5dfb7a0 is join locked so doesn't GetFormatted() so
        doesn't have a SwTextLineAccess created; add some defensive programming
        just to make it not crash.
        
        Whether this is the right fix or just a workaround for something going
        wrong in the 179 layout stack frames is beyond my meager knowledge.
        
        In case anybody has an obvious idea, the layout frames that are
        currently being formatted (SwTextFrame or SwTabFrame) are:
        
         #3 0x5dfb7a0 is master of 0x5e56330
        
         #4 0x5e56330
        
         #10 0x5e5f3f0 is follow of 0x5e56330
        
         #19 0x5e60d30 SwTabFrame::Split
        
         #30 0x5e56330
        
         #44 0x5dfb7a0
        
         #53 0x2cefae0 master of 0x5dfb7a0
        
         #57 0x63d1440 SwTabFrame::MakeAll is follow of #58
        
         #58 0x5e106c0 SwTabFrame::MakeAll
        
         #68 0x5e812d0
        
         #77 0x5e11f80 is master of #68
        
         #86 0x2cef600 is master of #77
        
         #90 0x5f86c00 SwTabFrame::MakeAll
        
         #91 0x63d0150 SwTabFrame::MakeAll
        
         #98 SwFlowFrame::MoveFwd
         #101 0x63cf3d0
        
         #110 0x5e05ff0 is master of #101
        
         #119 0x5e0c700 is master of #110
        
         #128 0x5bd0ad0 is master of #119
        
         #136 0x5f8b800 is master of #128
        
         #145 0x86b29a0 is master of #136
        
         #154 0x2c37340 is master of #145
        
         #158 0x5e04ab0 SwTabFrame::MakeAll
        
         #168 0x2c371a0
        
         #173 0x5e16340 SwTabFrame::MakeAll
        
        Change-Id: I716b5faec1512cbf1fbdb04a436da302bd628c51

2017-09-07  Michael Stahl  <mstahl@redhat.com>  [2077a2f15ebeaebcce903c44d4ee21501b3cbfaf]

        sw: these should be asserts
        
        Change-Id: I364c5005f999102481a0ae2add7f7b9781870d00

2017-09-07  Mike Kaganski  <mike.kaganski@collabora.com>  [5aec557b414ce7bab24c9aa3e3ea233e1d832c49]

        Improve error messages for not-standalone command line switches
        
        --printer-name and --outdir are only valid command-line parameters
        if they directly follow their parent parameters (--print-to-file
        and --convert-to). Placing them out-of-order (e.g., using another
        parameter between --convert-to and --outdir) results in a generic
        message that --outdir is an unknown parameter.
        
        This change makes more useful message for these errors to avoid
        user confusion.
        
        Change-Id: I924e8571eec3de9058fe18be3789ccee2bc98c7d
        Reviewed-on: https://gerrit.libreoffice.org/42039
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [105b9ce13cbf19e898b5971279b5fe53410ddb71]

        writerfilter: size() > 0 -> !empty() and other small cleanups
        
        Change-Id: I808a3ed8180b6f2164f14d736e2c8dc4bb8948bc
        Reviewed-on: https://gerrit.libreoffice.org/42037
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-07  Caolán McNamara  <caolanm@redhat.com>  [9f28a9e6593fcb9031cd1f80b073c62e624eddd8]

        Related: tdf#103884 poke libgltf towards core profile
        
        poke libgltf towards working with a core profile as available under gtk3
        
        Change-Id: I48a5a33c6d401e0aa3e6d18f93a498465eda8634
        Reviewed-on: https://gerrit.libreoffice.org/41999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1da162bedf1ab3907caa5ed8ba202a8251dae0a1]

        xhtml filter: Use css class instead of <style> attribute
        
        Change-Id: I9d63e03b609298e737e55f0d850eb78206171817
        Reviewed-on: https://gerrit.libreoffice.org/42038
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [6a478cf43f647458e507de21c4c1edb70679ac74]

        Pass --without-system-zlib into external/curl
        
        For (implicit) --with-zlib, curl's configure would insist on calling pkg-config
        and insist on using -lz to link against the zlib library.  None of that fits
        LO's --without-system-zlib option.
        
        So make curl's configure honor any passed in ZLIB_CLFAGS/LIBS (unless --without-
        zlib were explicitly specified; also, ZLIB_CLFAGS/LIBS would override any
        explicitly specified --with-zlib=PATH, which could be considered an error, but
        we do never explicitly specify --with-zlib=PATH in
        external/curl/ExternalProject_curl.mk, anyway).
        
        Both ZLIB_CLFAGS/LIBS are set in config_host.mk, so are always set as env vars,
        so would already be visible to curl's configure.  I nevertheless pass them into
        curl's configure explicitly in external/curl/ExternalProject_curl.mk, to make
        that more obvious.
        
        With (implicit) --with-system-zlib, LO's configure.ac will set ZLIB_LIBS and
        leave ZLIB_CFLAGS empty (and checks that zlib.h is indeed available without any
        ZLIB_CLFAGS being necessary).  And with --without-system-zlib, LO's configure.ac
        will set both ZLIB_CFLAGS/LIBS.  So curl's configure, as invoked from
        external/curl/ExternalProject_curl.mk, will now always go into the newly added
        case honoring any passed in ZLIB_CLFAGS/LIBS, which should thus always work out
        nicely and use the same zlib settings as configured for LO itself.
        
        (For documentation purposes, external/curl/zlib.patch.0 also contains the
        changes to curl's configure.ac that are reflected in the changes to curl's
        configure.)
        
        Change-Id: Icf5eefe44a7f9beb8a43a9af381f46e5c8b98b04
        Reviewed-on: https://gerrit.libreoffice.org/42032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-07  Stephan Bergmann  <sbergman@redhat.com>  [a5139f902f36500f7a2a0a8da3eef79c26416dab]

        Clean up passing CPPFLAGS/LDFLAGS into external/curl
        
        Change-Id: I3a4730c9a43f5e4904504bb136b3ccbcf29207b4
        Reviewed-on: https://gerrit.libreoffice.org/42030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-07  Jan Holesovsky  <kendy@collabora.com>  [4aabc5164d2a0d84e22fb3f6f66e020a8df6899a]

        tdf#106867: Unit test for the export of embedded videos.
        
        Change-Id: Ibbc3da56ace2eaaf4670e869a34ec4c1bad4bf5d
        Reviewed-on: https://gerrit.libreoffice.org/41982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-07  Jan Holesovsky  <kendy@collabora.com>  [4d1159136ae25b437d874e0fba7f0f13651049b6]

        tdf#106867: Write also the extended markup to fully support embedded videos.
        
        Change-Id: I33398bff32077a8a109e0addcebab039f734c1bb
        Reviewed-on: https://gerrit.libreoffice.org/41981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-07  Jan Holesovsky  <kendy@collabora.com>  [cbcffbaee204e9dfbdc2125dda73e36d77e9b844]

        tdf#106867: Export videos in PPTX.
        
        Change-Id: I7f4f389a72aa7ecef65d87f07bb69ba8f3374a14
        Reviewed-on: https://gerrit.libreoffice.org/41979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-07  Dennis Francis  <dennis.francis@collabora.co.uk>  [f2c29539d52095ea7b914b20ef7f564469d2aa96]

        tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCell
        
        Change-Id: Id9f2ba2ed2d77f03c9bd56c41b958aa23921da0d
        Reviewed-on: https://gerrit.libreoffice.org/42014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [115bed941d7b7ed1b95d6424bfb98456c1d87546]

        Rename wrong name of vars in auto loop
        
        My commit https://cgit.freedesktop.org/libreoffice/core/commit/?id=8c7b42c942d6693915dc825ede80279f720a5775
        was wrong for some variable names, var in for loops aren't iterators on objects but objects
        
        Change-Id: I13484e5faa50aa8585231661846afa007b7a6eab
        Reviewed-on: https://gerrit.libreoffice.org/42026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [df34535d0a835ac8f7cd19e011965a8790e0c7ae]

        Replace some lists by vectors in svtools
        
        Change-Id: Ibd0bf4a4045fa079827e211b2f5668900c8188ef
        Reviewed-on: https://gerrit.libreoffice.org/42029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [758f021601c25251f9cc5475570153022e140ee0]

        bBObjIsTemporary is never read
        
        since 2010-02-11
        author	Armin Le Grand <Armin.Le.Grand@Sun.COM>	2010-02-11 16:35:16 (GMT)
        committer	Armin Le Grand <Armin.Le.Grand@Sun.COM>	2010-02-11 16:35:16 (GMT)
        commit	a9626fc825840c49fd3135fbf4818e276cd347cb (patch)
        tree	989109ecba1c8fdcc58b22974fa011cab299aca3
        parent	a4d83adbf01e4d8f935ad2ded82be80d13b7cdb1 (diff)
        aw079 #i99386# cleanup of define and last change from CL
        
        see https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9626fc825840c49fd3135fbf4818e276cd347cb
        
        Change-Id: Ib430ddb01b40e1c2d0ef3b888ebb94ebf073b88c
        Reviewed-on: https://gerrit.libreoffice.org/42024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-06  Stephan Bergmann  <sbergman@redhat.com>  [8067ae344014f4f61219ed3fcfff6b48e2a2b2d8]

        Pass "verbose" flag into external/curl
        
        Change-Id: Ic42bbeaee8faa8a5e99fbdd22775870bd2e5bae0

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [f8defe59ff75df2b516ee407f1dac22b0ac72a19]

        Replace some lists by vectors in unoobj (sc)
        
        Change-Id: I611f1a217ff1d5468c77f04a0c2eddd61ee33b8b
        Reviewed-on: https://gerrit.libreoffice.org/42025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [04f1af50c5a10e98c8af0da6fd51e03b6b7e668f]

        Typo exeption->exception (domtest.cxx)
        
        Change-Id: Id8a6b33a643defff82fa9b5e55ebf8c0d3e9c48d
        Reviewed-on: https://gerrit.libreoffice.org/42023
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a71b454eabb18c3aeb672e0b57650aadbb7c40a0]

        remove unused dummytypes.cxx
        
        after commit 0c1532c62bc489e5e811a641919492316bcbe8e3
        "removed unused type for avmedia dummytypes"
        
        Change-Id: I6148bdc60d3b681bc4ab8f3775e0b55e0a92d67d
        Reviewed-on: https://gerrit.libreoffice.org/42010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-06  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ad06345e8b5080324d4284fa428afd228bc1f87c]

        lok - support for watermark
        
        Extends doc_renderFont in order to generate text of requested size.
        
        Change-Id: I0ebd48f8714b7772b764f3aba3e13754869c5117
        Reviewed-on: https://gerrit.libreoffice.org/41899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [31ad6275de88b1dd5aba86ff45e3c9a159e4a48e]

        Updated core Project: help  bc645c22ce028ce5b690621e153db29cd20373ba
        
        Fix Vietnamese endonym
        
        Change-Id: I83e4eb35c9cf362e206c006974be417981b1c0b9
        

2017-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe4c6063ec493c986f810ba676e2b12fe7dab7a9]

        EPUB export: handle style parents for named styles
        
        Character / paragraph formatting from a style hierarchy should be OK
        now. Also this time test the actual CSS contents, not just that the rule
        name for two paragraphs or spans differs.
        
        Change-Id: I18a9c11aaf16bb3c4b462415b5e819f16de0893c
        Reviewed-on: https://gerrit.libreoffice.org/41993
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-06  jan Iversen  <jani@libreoffice.org>  [ac38af2bb850abab0039d7c9e35644752cf4feb1]

        corrected commit 397e2f0cfb310ac606705c74e5907195e5ca7872
        
        that commit removed all iOS patches for CoinMP, they are
        still needed.
        
        Updated the iOS.patch.1 to the patches config.sub(s)
        
        Change-Id: Id69b436c85d5f3b7113522404f47872559896dd6

2017-09-06  blendergeek  <timothy@eastlincoln.net>  [6758db065d77bdebed54e5d3532796a2c3c24088]

        tdf#111834: hide useless background controls in Handout View
        
        Change-Id: Ia51c671f17dbb8cc36a73ee662c1c57e23e7818f
        Reviewed-on: https://gerrit.libreoffice.org/41968
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4fa014099e99d91088f55b15273117fd0fc26679]

        tdf#111492 Numbering: entry B.1 is exported as 2.1
        
        Look for the current number format, not always for the first one
        
        Change-Id: Ic11bcb420873bc0a5a644a05623bb801a1579dd7
        Reviewed-on: https://gerrit.libreoffice.org/42000
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-06  Andreas Brandner  <Andreas.Brandner@cib.de>  [8cbe2fa1535e475ab48b450a61fc471c3522fce4]

        tdf#101876 Math Fonts dialog: moved buttons to bottom of dialog
        
        Change-Id: I588d9a9f2c87e57bc596cdcae823834f500c7d67
        Reviewed-on: https://gerrit.libreoffice.org/41984
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-06  Shinnok  <admin@shinnok.com>  [b9ddf19ca151d2c7f7315fc26138e5b2b4d4ab8d]

        Improve error message on ssh login failure.
        
        Also use the GERRITHOST variable instead of magic text.
        
        Change-Id: I3314be81017f64fca8aa756cca1715081ad01641
        Reviewed-on: https://gerrit.libreoffice.org/41988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3811da1b854896fa96f65a87efb1876523353618]

        xhtml export: Rather use rem than cm for margin
        
        follow-up for 46b4eb8b0e9325f8c29cd391baf9504bccee1837
        
        Change-Id: I70986537b842b7fd26de9c2efd1fbdad7b5271a1
        Reviewed-on: https://gerrit.libreoffice.org/41990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-06  Stephan Bergmann  <sbergman@redhat.com>  [397e2f0cfb310ac606705c74e5907195e5ca7872]

        external/coinmp: Update config.{guess,sub}
        
        ...with versions of those files from the latest
        <http://ftp.gnu.org/gnu/automake/automake-1.15.tar.xz>.
        
        The current versions failed for a Flathub aarch64 test build, see
        <https://flathub.org/builds/#/builders/6/builds/274>.
        
        Some existing patches already did local modifications to those
        config.{guess,sub} files, apparently to address build issues on Android, iOS,
        and macOS.  I removed all of them, hoping that the latest versions of the files
        already address all those issues.
        
        Change-Id: I13e58479d4e3a0598a00c69674885ca540092b53
        Reviewed-on: https://gerrit.libreoffice.org/41987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-06  Stephan Bergmann  <sbergman@redhat.com>  [519925089defb3582c1147c75ef8bf9e5aed02b1]

        Don't call NotifyListeners with mutex locked
        
        ...as it causes ThreadSanitizer failures during CppunitTest_basic_macros:
        
        > WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=27295)
        >   Cycle in lock order graph: M290054517485674432 (0x000000000000) => M2405 (0x7b0c000054c0) => M290054517485674432
        >
        >   Mutex M2405 acquired here while holding mutex M290054517485674432 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45ad87)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libutllo.so+0xc06c8)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libutllo.so+0xbcccf)
        >     #4 SvtSysLocaleOptions::SvtSysLocaleOptions() unotools/source/config/syslocaleoptions.cxx:504:16 (libutllo.so+0x21a4cd)
        >     #5 SvNumberFormatterRegistry_Impl::SvNumberFormatterRegistry_Impl() svl/source/numbers/zforlist.cxx:184:33 (libsvllo.so+0x3da143)
        >     #6 SvNumberFormatter::GetFormatterRegistry() svl/source/numbers/zforlist.cxx:368:34 (libsvllo.so+0x3e0a70)
        >     #7 SvNumberFormatter::ImpConstruct(o3tl::strong_int<unsigned short, LanguageTypeTag>) svl/source/numbers/zforlist.cxx:322:5 (libsvllo.so+0x3dc328)
        >     #8 SvNumberFormatter::SvNumberFormatter(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, o3tl::strong_int<unsigned short, LanguageTypeTag>) svl/source/numbers/zforlist.cxx:263:5 (libsvllo.so+0x3dbcb9)
        >     #9 SbiScanner::NextSym() basic/source/comp/scanner.cxx:563:31 (libsblo.so+0x267d29)
        >     #10 SbiTokenizer::Next() basic/source/comp/token.cxx:327:10 (libsblo.so+0x2771b8)
        >     #11 SbModule::SetSource32(rtl::OUString const&) basic/source/classes/sbxmod.cxx:912:26 (libsblo.so+0x203ac8)
        >     #12 StarBASIC::MakeModule(rtl::OUString const&, com::sun::star::script::ModuleInfo const&, rtl::OUString const&) basic/source/classes/sb.cxx:1065:8 (libsblo.so+0x16559a)
        >     #13 StarBASIC::MakeModule(rtl::OUString const&, rtl::OUString const&) basic/source/classes/sb.cxx:1037:12 (libsblo.so+0x164fdc)
        >     #14 MacroSnippet::MakeModule(rtl::OUString const&) basic/qa/cppunit/basictest.cxx:29:22 (libtest_basic_macros.so+0xa7ac)
        >     #15 MacroSnippet::LoadSourceFromFile(rtl::OUString const&) basic/qa/cppunit/basictest.cxx:72:5 (libtest_basic_macros.so+0xb240)
        >     #16 (anonymous namespace)::Coverage::run_test(rtl::OUString const&) basic/qa/cppunit/basic_coverage.cxx:75:15 (libtest_basic_macros.so+0x113d9)
        >     #17 (anonymous namespace)::Coverage::process_directory(rtl::OUString const&) basic/qa/cppunit/basic_coverage.cxx:126:17 (libtest_basic_macros.so+0x10f46)
        >     #18 (anonymous namespace)::Coverage::Coverage_Iterator() basic/qa/cppunit/basic_coverage.cxx:141:5 (libtest_basic_macros.so+0x1066e)
        >     #19 void std::__invoke_impl<void, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_basic_macros.so+0x12ffe)
        >     #20 std::result_of<void ((anonymous namespace)::Coverage::* const&((anonymous namespace)::Coverage*&))()>::type std::__invoke<void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_basic_macros.so+0x12eed)
        >     #21 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_18CoverageEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_basic_macros.so+0x12dcb)
        >     #22 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_basic_macros.so+0x12d3b)
        >     #23 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_basic_macros.so+0x12c46)
        >     #24 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_basic_macros.so+0x1260a)
        >     #25 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_basic_macros.so+0x1a6be)
        >     #26 CppUnit::TestCaller<(anonymous namespace)::Coverage>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_basic_macros.so+0x11dac)
        >     #27 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #28 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #29 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #30 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #31 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #32 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #33 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #34 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #35 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #36 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #37 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #38 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #39 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #40 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #41 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #42 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #43 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #44 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #45 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #46 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd528)
        >     #47 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc15e)
        >     #48 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bb9d5)
        >
        >   Mutex M290054517485674432 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45ad87)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvllo.so+0xeced8)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libsvllo.so+0xf3b4f)
        >     #4 SvNumberFormatter::ImpConstruct(o3tl::strong_int<unsigned short, LanguageTypeTag>) svl/source/numbers/zforlist.cxx:321:23 (libsvllo.so+0x3dc31e)
        >     #5 SvNumberFormatter::SvNumberFormatter(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, o3tl::strong_int<unsigned short, LanguageTypeTag>) svl/source/numbers/zforlist.cxx:263:5 (libsvllo.so+0x3dbcb9)
        >     #6 SbiScanner::NextSym() basic/source/comp/scanner.cxx:563:31 (libsblo.so+0x267d29)
        >     #7 SbiTokenizer::Next() basic/source/comp/token.cxx:327:10 (libsblo.so+0x2771b8)
        >     #8 SbModule::SetSource32(rtl::OUString const&) basic/source/classes/sbxmod.cxx:912:26 (libsblo.so+0x203ac8)
        >     #9 StarBASIC::MakeModule(rtl::OUString const&, com::sun::star::script::ModuleInfo const&, rtl::OUString const&) basic/source/classes/sb.cxx:1065:8 (libsblo.so+0x16559a)
        >     #10 StarBASIC::MakeModule(rtl::OUString const&, rtl::OUString const&) basic/source/classes/sb.cxx:1037:12 (libsblo.so+0x164fdc)
        >     #11 MacroSnippet::MakeModule(rtl::OUString const&) basic/qa/cppunit/basictest.cxx:29:22 (libtest_basic_macros.so+0xa7ac)
        >     #12 MacroSnippet::LoadSourceFromFile(rtl::OUString const&) basic/qa/cppunit/basictest.cxx:72:5 (libtest_basic_macros.so+0xb240)
        >     #13 (anonymous namespace)::Coverage::run_test(rtl::OUString const&) basic/qa/cppunit/basic_coverage.cxx:75:15 (libtest_basic_macros.so+0x113d9)
        >     #14 (anonymous namespace)::Coverage::process_directory(rtl::OUString const&) basic/qa/cppunit/basic_coverage.cxx:126:17 (libtest_basic_macros.so+0x10f46)
        >     #15 (anonymous namespace)::Coverage::Coverage_Iterator() basic/qa/cppunit/basic_coverage.cxx:141:5 (libtest_basic_macros.so+0x1066e)
        >     #16 void std::__invoke_impl<void, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_basic_macros.so+0x12ffe)
        >     #17 std::result_of<void ((anonymous namespace)::Coverage::* const&((anonymous namespace)::Coverage*&))()>::type std::__invoke<void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_basic_macros.so+0x12eed)
        >     #18 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_18CoverageEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_basic_macros.so+0x12dcb)
        >     #19 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_basic_macros.so+0x12d3b)
        >     #20 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_basic_macros.so+0x12c46)
        >     #21 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_basic_macros.so+0x1260a)
        >     #22 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_basic_macros.so+0x1a6be)
        >     #23 CppUnit::TestCaller<(anonymous namespace)::Coverage>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_basic_macros.so+0x11dac)
        >     #24 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #25 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #26 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #27 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #28 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #29 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #30 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #31 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #32 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #33 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #34 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #35 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #36 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #37 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #38 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #39 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #40 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #41 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #42 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #43 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd528)
        >     #44 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc15e)
        >     #45 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bb9d5)
        >
        >   Mutex M290054517485674432 acquired here while holding mutex M2405 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45ad87)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libsvllo.so+0xeced8)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libsvllo.so+0xf3b4f)
        >     #4 SvNumberFormatter::CurrencyChangeLink(SvNumberFormatter*, LinkParamNone*) svl/source/numbers/zforlist.cxx:3320:23 (libsvllo.so+0x3f7282)
        >     #5 SvNumberFormatter::LinkStubCurrencyChangeLink(void*, LinkParamNone*) svl/source/numbers/zforlist.cxx:3318:1 (libsvllo.so+0x3f71f8)
        >     #6 Link<LinkParamNone*, void>::Call(LinkParamNone*) const include/tools/link.hxx:84:45 (libutllo.so+0x21cfa0)
        >     #7 SvtSysLocaleOptions::ConfigurationChanged(utl::ConfigurationBroadcaster*, ConfigurationHints) unotools/source/config/syslocaleoptions.cxx:674:15 (libutllo.so+0x21c06f)
        >     #8 non-virtual thunk to SvtSysLocaleOptions::ConfigurationChanged(utl::ConfigurationBroadcaster*, ConfigurationHints) unotools/source/config/syslocaleoptions.cxx (libutllo.so+0x21c118)
        >     #9 utl::ConfigurationBroadcaster::NotifyListeners(ConfigurationHints) unotools/source/config/options.cxx:78:33 (libutllo.so+0x1cd63f)
        >     #10 SvtSysLocaleOptions_Impl::SetLocaleString(rtl::OUString const&) unotools/source/config/syslocaleoptions.cxx:390:9 (libutllo.so+0x21935d)
        >     #11 SvtSysLocaleOptions::SetLocaleConfigString(rtl::OUString const&) unotools/source/config/syslocaleoptions.cxx:555:12 (libutllo.so+0x21adcc)
        >     #12 (anonymous namespace)::Coverage::Coverage_Iterator() basic/qa/cppunit/basic_coverage.cxx:156:31 (libtest_basic_macros.so+0x108e4)
        >     #13 void std::__invoke_impl<void, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_basic_macros.so+0x12ffe)
        >     #14 std::result_of<void ((anonymous namespace)::Coverage::* const&((anonymous namespace)::Coverage*&))()>::type std::__invoke<void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_basic_macros.so+0x12eed)
        >     #15 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_18CoverageEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_basic_macros.so+0x12dcb)
        >     #16 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_basic_macros.so+0x12d3b)
        >     #17 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_basic_macros.so+0x12c46)
        >     #18 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_basic_macros.so+0x1260a)
        >     #19 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_basic_macros.so+0x1a6be)
        >     #20 CppUnit::TestCaller<(anonymous namespace)::Coverage>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_basic_macros.so+0x11dac)
        >     #21 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #22 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #23 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #24 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #25 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #26 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #27 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #28 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #29 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #30 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #31 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #32 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #33 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #34 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #35 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #36 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #37 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #38 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #39 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #40 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd528)
        >     #41 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc15e)
        >     #42 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bb9d5)
        >
        >   Mutex M2405 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45ad87)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97:16 (libuno_sal.so.3+0xc1ffa)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56:20 (libutllo.so+0xc06c8)
        >     #3 osl::Guard<osl::Mutex>::Guard(osl::Mutex&) include/osl/mutex.hxx:129:17 (libutllo.so+0xbcccf)
        >     #4 SvtSysLocaleOptions::SetLocaleConfigString(rtl::OUString const&) unotools/source/config/syslocaleoptions.cxx:554:16 (libutllo.so+0x21adab)
        >     #5 (anonymous namespace)::Coverage::Coverage_Iterator() basic/qa/cppunit/basic_coverage.cxx:156:31 (libtest_basic_macros.so+0x108e4)
        >     #6 void std::__invoke_impl<void, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227:14 (libtest_basic_macros.so+0x12ffe)
        >     #7 std::result_of<void ((anonymous namespace)::Coverage::* const&((anonymous namespace)::Coverage*&))()>::type std::__invoke<void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&>(void ((anonymous namespace)::Coverage::* const&)(), (anonymous namespace)::Coverage*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250:14 (libtest_basic_macros.so+0x12eed)
        >     #8 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_18CoverageEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604:11 (libtest_basic_macros.so+0x12dcb)
        >     #9 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933:11 (libtest_basic_macros.so+0x12d3b)
        >     #10 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991:17 (libtest_basic_macros.so+0x12c46)
        >     #11 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Coverage::*)()> ((anonymous namespace)::Coverage*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731:2 (libtest_basic_macros.so+0x1260a)
        >     #12 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127:14 (libtest_basic_macros.so+0x1a6be)
        >     #13 CppUnit::TestCaller<(anonymous namespace)::Coverage>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7 (libtest_basic_macros.so+0x11dac)
        >     #14 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5 (libcppunit-1.14.so.0+0xd61d2)
        >     #15 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14 (libvclbootstrapprotector.so+0x1114)
        >     #16 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #17 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12 (unobootstrapprotector.so+0x2204)
        >     #18 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #19 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16 (unoexceptionprotector.so+0x23e9)
        >     #20 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #21 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12 (libcppunit-1.14.so.0+0xa57ad)
        >     #22 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25 (libcppunit-1.14.so.0+0xc7614)
        >     #23 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18 (libcppunit-1.14.so.0+0xc4a96)
        >     #24 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28 (libcppunit-1.14.so.0+0xf4714)
        >     #25 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13 (libcppunit-1.14.so.0+0xd5750)
        >     #26 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #27 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #28 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30 (libcppunit-1.14.so.0+0xd6d5a)
        >     #29 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3 (libcppunit-1.14.so.0+0xd6a2e)
        >     #30 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27 (libcppunit-1.14.so.0+0x10282c)
        >     #31 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9 (libcppunit-1.14.so.0+0xf4223)
        >     #32 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14 (libcppunit-1.14.so.0+0x102c76)
        >     #33 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20 (cppunittester+0x4bd528)
        >     #34 sal_main() sal/cppunittester/cppunittester.cxx:466:20 (cppunittester+0x4bc15e)
        >     #35 main sal/cppunittester/cppunittester.cxx:373:1 (cppunittester+0x4bb9d5)
        
        Change-Id: I2dc13b1e8a5f58155b2df4679bd1c1d73819cb6f

2017-09-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d830ab33c75dc07d77796d422d909c235c2c127]

        const correctness in o3tl::array_view
        
        Change-Id: I44c1ace97ae44069c5a0c6a247aa8a0b49896ad3
        Reviewed-on: https://gerrit.libreoffice.org/41985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [bc3e0121b47cc601575b0a49f6ba4959130cf96e]

        Don't poll the extension install progress bar
        
        Just start the Idle, if actually something changed.
        
        Quite probably we shouldn't rely on an Idle at all, but this
        fixes the busy loop while installing an extension waiting in
        a confirmation dialog.
        
        Change-Id: I3abbe2eb6651ce9320ef6e4d9c5251a23ab87216

2017-09-06  Jan Holesovsky  <kendy@collabora.com>  [2f07a533ed7b52fb0420e6f0a98f42019dcf185f]

        tdf#106867: Import target for commands in PPTX.
        
        Change-Id: I859335085038433ef862a669430f8be993b92cb2
        Reviewed-on: https://gerrit.libreoffice.org/41980
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-09-06  Jan Holesovsky  <kendy@collabora.com>  [e64ebbb7ac530f82bf26a67fed0e1d22b254ff93]

        tdf#106867: Implement pptx export of AnimationNodeType::COMMAND.
        
        This is still not enough to make PowerPoint happy with the test file.
        
        Change-Id: Icadcb640b44100ffb3482de57723576e4d843e7a
        Reviewed-on: https://gerrit.libreoffice.org/41977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-06  Jan Holesovsky  <kendy@collabora.com>  [6ac9d6d2a0def5ccc7d8b0d8893c8462f87cb9e5]

        related tdf#111884: GroupShapes are now handled in oox.
        
        Change-Id: Iee960e3d4a5c3dc37fa62b4fec8e52fe7c314ec0
        Reviewed-on: https://gerrit.libreoffice.org/41978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [e824a49a1c12533047d6a5ab8544377e8ff29863]

        Don't run the OLEObjCache timer for an empty cache
        
        Change-Id: I210f6bdec14491bea6d15bca133011059091f21b

2017-09-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [9ac2aad4c1cd0f8d513c02a897da90c42f2fa961]

        OSX fix ODK example builds with enabled SIP
        
        The "System Integrity Protection”, introduced in macOS El Capitan,
        strips DYLD_* environment variables from all calls of software in
        /bin and /usr/bin.
        
        As a workaround we copy the shell to a temporary file and use it
        in our "sub-make" calls to build the examples.
        
        Change-Id: I3f07492782d56e153e8fcdea605a042ec1898276
        Reviewed-on: https://gerrit.libreoffice.org/41975
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-06  Takeshi Abe  <tabe@fixedpoint.jp>  [a72f30e518883c9b2e20c6a0cf2f1e46eac1fbf9]

        svx: Simplify code with std::unique_ptr
        
        Change-Id: I6f22417edc70812c64f7b4a9c6d59947059db414
        Reviewed-on: https://gerrit.libreoffice.org/41971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [128c2badab606787d437482a759d1ed08f4e31d5]

        Updated core Project: help  39aa38f16b837e87ec7ba04f160d0857829c2b38
        
         Add cs and da to helponline localization
        
        Change-Id: I63291915ac06642d9f7ba6db9c2470b38951eff3
        Reviewed-on: https://gerrit.libreoffice.org/41970
        Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        

2017-09-06  jan Iversen  <jani@libreoffice.org>  [7030d03c8345dd98e9470c7c8de942391ad49e6d]

        iOS, avoid copying res files.
        
        the resource files are compiled into the code, so no
        need to copy the resource files.
        
        LibreOfficeKit compiles for arm64
        A few link problems outstanding
        
        Change-Id: I82ba6f2582b01b2cc5180fd1ee732c7c8458275d

2017-09-06  jan Iversen  <jani@libreoffice.org>  [4829d41c89acbf29db6414d026275829cf69bdc1]

        iOS, make gendict.cxx compile
        
        it is not possible to take the address directly of OUString variables.
        
        Change-Id: I8e31494523f4ec186de81aa065f03d7fb2ef475d

2017-09-06  jan Iversen  <jani@libreoffice.org>  [0c1532c62bc489e5e811a641919492316bcbe8e3]

        removed unused type for avmedia dummytypes
        
        Removed StaticType, since opengrok can only find 1 place it is present.
        
        Change-Id: I5a2aacb53c6a22d510e79c152b3725fa7821351d

2017-09-06  jan Iversen  <jani@libreoffice.org>  [b63cbdaec5873a32bd936d24d3152c3ec4de3180]

        iOS, update libqxp to allow arm64
        
        Added iOS patch for arm64
        
        Change-Id: I5a7c3b6d68df6fa8202c04d9a710e4a611b49b99

2017-09-06  jan Iversen  <jani@libreoffice.org>  [9cd591c1d954032f47eb4831a6c8d46886b45917]

        iOS, add arm64 support in libepub
        
        Added patch to support arm64
        
        Change-Id: If230ddd45b9d1fecc91e1cb529ff3f3da7f2c03d

2017-09-06  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f3f98b8e1f9eb0804e18bea055fb02917aca42a5]

        tdf#111838: Revert "Decrease duplicated code"
        
        This reverts commit 787732fac0aef255bdc51479fdaddf15532d118e.
        
        Change-Id: Idd36f0d434c5ec867e0e1bbbfa70d8a4644d53c6
        Reviewed-on: https://gerrit.libreoffice.org/41976
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-06  David Ostrovsky  <david@ostrovsky.org>  [92012cfad0611f178ea0013674fc3e07008b8b03]

        Boost: Update last known MSVC version to VS2017.3
        
        Change-Id: I41952279cc9d40769bfc51dd0f03c0b0624815d2
        Reviewed-on: https://gerrit.libreoffice.org/41961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Grzegorz Araminowicz <g.araminowicz@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [84e1f8567fa0a2b83323d8944307d1db7a5b45f5]

        loplugin:unnecessaryparen
        
        Change-Id: I1e80b1b62157f78fe3c0964773c8a0e29a901710

2017-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3621c773a867eb2bbee83035c7125ca11296e44a]

        EPUB export: pull out FillStyle() from XMLSpan/ParaContext
        
        To avoid repeating similar code 3 times.
        
        Change-Id: I76a7d2329488ba9b77b789c0393ac120e8e775d1
        Reviewed-on: https://gerrit.libreoffice.org/41973
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-06  Caolán McNamara  <caolanm@redhat.com>  [128856d5810ef4b103885a0a3c145ed3016a5950]

        crashtesting: bazillion presentation format crashes
        
        Change-Id: I2476f411275978dbdb1060c015658535ef803d50

2017-09-06  Caolán McNamara  <caolanm@redhat.com>  [af53581cd12a4d265719acca0c59fb4490e15951]

        ofz#3028 check bitmap creation for failure
        
        Change-Id: I8c1a2c3873e53153564a5aabc4cc8903622cf054

2017-09-06  Dimitri Bouron  <bouron.d@gmail.com>  [3d37e10684edf9536beefe5670b144571e6c9792]

        tdf#111305: Fix group name refresh in pivot table
        
        Change-Id: Ibc22bfba5765aba3014651df50afb23b893d2b5a
        Reviewed-on: https://gerrit.libreoffice.org/40712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1683f9848c3bd89fff430330a500756c4b130457]

        tdf#107135 fix too tight constraint for FINDB.
        
        Change-Id: I72e7214f14840146305fcb7daec7db89fcf112c9
        Reviewed-on: https://gerrit.libreoffice.org/41959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-06  Stephan Bergmann  <sbergman@redhat.com>  [2a74f9d8055cadd3da00a45486a8fcdab3e94715]

        Move git source details to solenv/flatpak-manifest.in
        
        ...from dev-tools' flatpak/build.sh, as the Flathub build plans to use that git
        source, too
        
        Change-Id: I5a23ad0eddd8b7d89e941217c66f5354936c10fc

2017-09-06  Stephan Bergmann  <sbergman@redhat.com>  [796c494d78a851aae7d58e0720f64984cb5716de]

        Clean up sal/backtrace.hxx
        
        Change-Id: Id78e9c0ca29ff2e52591f3d446431ac23c20ab7a
        Reviewed-on: https://gerrit.libreoffice.org/41926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-06  Justin Luth  <justin_luth@sil.org>  [176a723876b0138debb20f824103b2ab0c910401]

        tdf#112074 doc import: use real width if no preferred width
        
        If the document did not specify a preferred table width, then
        the indent was completely wrong. I don't think the "else" clause
        ever provided a correct value.
        See https://bz.apache.org/ooo/attachment.cgi?id=63705&action=diff
        
        These documents don't round-trip at all, so making changes
        here ought to be fairly regression-safe since the documents are
        read-only anyway.
        
        Change-Id: I6308ffd22b6f7ce60b9780e00b68bc6f8b09a6fa
        Reviewed-on: https://gerrit.libreoffice.org/41664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c210019f36ec4a640fe1967b562454a21c371d63]

        xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global header
        
        Which means xmlsecurity can be again a module that has no public
        headers.
        
        Change-Id: I3d0b03680398f80196fac187263e770fd44ed0ed
        Reviewed-on: https://gerrit.libreoffice.org/41966
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f7034b64cd6ae6cd7bc2ef99d29709ab6117a31]

        EPUB export: handle text properties from text styles
        
        This is the last combination of style -> direct inheritance that was not
        handled previously.
        
        Change-Id: Ie92b38b89a13b81f09cd7300b0d1b939cda3d8ff
        Reviewed-on: https://gerrit.libreoffice.org/41952
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-06  Julien Nabet  <serval2412@yahoo.fr>  [8a85ed4cbd4b5e3221bb35bdd8c882950b61bd93]

        Use o3tl::make_unique when var is unique_ptr
        
        Change-Id: I2d8b20aeb686bd4b59fe8dcaf695a17d94a440c9
        Reviewed-on: https://gerrit.libreoffice.org/41967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [dccd1633a111ba124f9868a4a51579c95200d745]

        loplugin:unnecessaryparen include case statements
        
        Change-Id: I79fb3eec0d5d466e33b2e18621a7169695edf82f
        Reviewed-on: https://gerrit.libreoffice.org/41920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-06  Andreas Brandner  <Andreas.Brandner@cib.de>  [9c34471f54870fc685c343f4af30310e75d3a9ca]

        tdf#111907 Allow box in Manage Names dialog to expand on resizing
        
        Change-Id: I821e12d771d574dd191d9be86a19c23288902d5b
        Reviewed-on: https://gerrit.libreoffice.org/41946
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-05  Andreas Brandner  <Andreas.Brandner@cib.de>  [571abca0461485380017095087ebe39bc8280b67]

        Remove add-in demo/test-files in sc/workben
        
        Change-Id: Ie8a887e0a478bfe0fd3d31f895229e3aca553bee
        Reviewed-on: https://gerrit.libreoffice.org/41948
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  Dinh Le  <infostud91@gmail.com>  [aad2cdce2a2e89f35366c55878129d268cc92bef]

        tdf#112164 add test document
        
        Change-Id: Iacf2bec62a8eff3c9b4e6a5971ee8e63ae00567e

2017-09-05  Michael Stahl  <mstahl@redhat.com>  [e530a7ddb1c9423487ce936e6b23b8e36449d555]

        tdf#112164 sax: handle errors on last call to XML_Parse()
        
        If XML_Parse() is called with isFinal=1 and there are open tags, that is
        an error (XML_ERROR_NO_ELEMENTS) that must be converted to an exception.
        
        This reveals that we already had an incomplete input document, which
        needs to be moved to "fail" now.
        
        Change-Id: I7ce3b51bd87923b5edde621508cf38d7ebbc2b14

2017-09-05  Olivier Hallot  <olivier.hallot@libreoffice.org>  [383aab7ed63bf30931c1cf89138707d2228b5dce]

        Updated core Project: help  88da65789dd8c641d9f2c20b7240e120e2fb9537
        
        More localization WIP for helponline
        
        * Added more languages in page UI
        * Language names in their own language in language dropdown
        * Attempt of switch to browser language by default
        
        Change-Id: Iea133b24e6121bb5da7af21fe5ca4ce9cde8c14d
        Reviewed-on: https://gerrit.libreoffice.org/41911
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-09-05  jan iversen  <jani@libreoffice.org>  [d763f23f13d66ddccbf4f5ade511d37240cbc442]

        Revert "iOS, Executable_gendict.mk contained work ifneq"
        
        break android build, will try another idea.
        
        This reverts commit 9915e8d250639348ca06622ffae840f207be8eec.
        
        Change-Id: I4e4e73733febd8d3bb7469de76163e8d16b7a5c7
        Reviewed-on: https://gerrit.libreoffice.org/41958
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-09-05  Caolán McNamara  <caolanm@redhat.com>  [0c8b749e602b6743857a9bc4efb24b6183690311]

        Resolves: tdf#107249 round ascent/descent/extleading on conversion to int
        
        Change-Id: Ia3ab5960d5288f5831aaa4ade800ca7513dad766
        Reviewed-on: https://gerrit.libreoffice.org/41944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-05  Michael Stahl  <mstahl@redhat.com>  [2b329599183107735e1a7b6aad516452eb6fa6a6]

        libxml2: upgrade to release 2.9.5
        
        * drop ubsan.patch.0: presumably fixed upstream
        * drop 0001-* CVE fixes: fixed upstream
        
        Change-Id: I3e2a53b5ef82ef8edd85e812fd5dee67ab60db94
        Reviewed-on: https://gerrit.libreoffice.org/41951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-05  Michael Stahl  <mstahl@redhat.com>  [1d7b3cbe1f08319eddf88aac04923ae44873f246]

        libxslt: upgrade to release 1.1.30
        
        * drop most of libxslt-internal-symbols.patch, fixed upstream
        
        Change-Id: I59cf57a4d3139ad5fa0e5ce1a6cdaaa568ae3a40
        Reviewed-on: https://gerrit.libreoffice.org/41947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [5270eacdbca0347a56392d706e14a7be18704155]

        EPUB export: handle text properties from paragraph styles
        
        Same as previous EPUB commit, but this time for text properties, not
        paragraph ones.
        
        Change-Id: I46d59d92028cf4155bfbbf68805a1b6c259e81e2
        Reviewed-on: https://gerrit.libreoffice.org/41945
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-05  Dimitri Bouron  <bouron.d@gmail.com>  [7d96c84d153417ff01efacd89f3f19803a64dddb]

        sc: adjust block height only if needed
        
        Change-Id: Ibc8c101bfaedbcaa5d3ba1554b3301c1f44a8987
        Reviewed-on: https://gerrit.libreoffice.org/41928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-05  Andreas Brandner  <Andreas.Brandner@cib.de>  [f2edc808762f0fb300923e266dde5d68fa70ace9]

        Remove sc/workben-files
        
        Change-Id: I0c3f3f212ea6f0e7f99e3b5edffef24bb279b456
        Reviewed-on: https://gerrit.libreoffice.org/41937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-05  jan Iversen  <jani@libreoffice.org>  [a03714436ab0eb11dabacfabcffb7dfdbb5e0465]

        iOS, update gcc3_ios_arm exception.
        
        except.c updated to new structure (includes etc).
        
        Change-Id: Ie39ec356b2eb0d14f7ba1b15ab1a6e093a35fd74

2017-09-05  jan Iversen  <jani@libreoffice.org>  [9915e8d250639348ca06622ffae840f207be8eec]

        iOS, Executable_gendict.mk contained work ifneq
        
        Test for iOS failed, changed to ifeq
        
        Change-Id: I0f936b0949a5b3d1fba8261e6a6f08988f67cb85
        Reviewed-on: https://gerrit.libreoffice.org/41913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-09-05  Lior Kaplan  <kaplanlior@gmail.com>  [5173b61ec6c85e87a9c36725f3b867779d1f7d7b]

        Updated core Project: dictionaries  b47ce35a6acd746b539143949b677c554812c415
        
        Update Hebrew dictionary as generated by Hspell 1.4
        
        Files taken from Debian myspell-he package
        
        Change-Id: I8d889ec5fbafe19040ca86995e66c79832b0ad18
        Reviewed-on: https://gerrit.libreoffice.org/41864
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        

2017-09-05  Stephan Bergmann  <sbergman@redhat.com>  [cb2550750386f51ef7a46a8a664a4ab9de614f8d]

        Drop lazywrite property, which is silently ignored by configmgr anyway
        
        ...at least ever since the "new" configmgr reimplementation,
        6b849a6aeeb9ea8b1e25e28d5a8be390e425f84e "#i101955# initial work in progress of
        a configmgr reimplementation (for now in an extra module 'configmgr2')" et al
        
        Change-Id: I43430d991647fb2e26762463d51175247db0604b

2017-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e808bbe1ce51465e6f3e9dc4fec2ecd263fe0e4b]

        EPUB export: handle paragraph properties from paragraph styles
        
        This adds support for inheriting paragraph properties from named
        paragraph styles.
        
        Change-Id: I3cb787f6704329a5e0d11d3cd0266254749ac5ae
        Reviewed-on: https://gerrit.libreoffice.org/41938
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-05  Stephan Bergmann  <sbergman@redhat.com>  [0e16ea1f04fb099dceeda70565dac471bfe1ee7a]

        Fix for old GCC
        
        Change-Id: I8c1cba6a4418974a28f198d582b05bd829dbb9ff

2017-09-05  Stephan Bergmann  <sbergman@redhat.com>  [93786f7c79b3ae61feed42d397cbbdbd8107d152]

        Revert "Resolves: tdf#107249 round ascent/descent/extleading on conversion to int"
        
        This reverts commit e2159061db8e266a3fe9f31773c676887168b254, it broke
        CppunitTest_vcl_complextext.

2017-09-05  Katarina Behrens  <Katarina.Behrens@cib.de>  [a897c5ed86c6d8981305bf725e83c76e4e3a36d0]

        tdf#109202: pass arg of --convert-images-to to (f)odt filter
        
        Tunelling 1 piece of information through 20 layers of abstraction
        
        Advanced tunelling all the way to sfx2
        
        Exhausted beyond recognition arrived to [Flat]ODF filter
        
        Change-Id: I0597c20c28f5cf8e2c60c4398622b36bda83abd0
        Reviewed-on: https://gerrit.libreoffice.org/41777
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ada87712ebc00b547e29fe31052e56f3495ea226]

        tdf#109202: Convert images via command line parameter, CLI support
        
        Change-Id: Iea65bc24ed9a76ca35f7f91e0867a0853ced93e6
        Reviewed-on: https://gerrit.libreoffice.org/41136
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  Eike Rathke  <erack@redhat.com>  [49f1f04c5bb9922b237ec7ed6a9b58f7f1c2e781]

        Use LanguageTag::getBcp47MS() to write MS malformed tags to OOXML, tdf#83190
        
        Change-Id: Id706cf40f717005df840e7856528dd7bbc866e98

2017-09-05  Eike Rathke  <erack@redhat.com>  [750991d454f60d5718e17cbdcdeb4a438adfe6ab]

        Map MS malformed es-ES_tradnl to proper BCP 47 es-ES-u-co-trad, tdf#83190
        
        See
        BCP 47 Extension U
        https://tools.ietf.org/html/rfc6067
        and
        http://www.unicode.org/repos/cldr/tags/latest/common/bcp47/collation.xml
        http://www.unicode.org/repos/cldr/trunk/common/bcp47/collation.xml
        
        Change-Id: I2b946ab00c2efdc1a877a5e6ce91bc703bcd9db0

2017-09-05  Eike Rathke  <erack@redhat.com>  [93f490887c837c8a81b035d4c404da186a9bc9a2]

        Introduce LanguageTag::getBcp47MS() for writing MS malformed tags, tdf#83190
        
        Change-Id: I1e2815b9ae60681c7cddc416cc05bf4c70dcc48a

2017-09-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [8cca31aaba11f03d746cafeec381968ce1418346]

        rename GetTTFontMterics -> GetTTFontMetrics
        
        Change-Id: I9952ddf0b1256e768a664f4da70455245cf67f41
        Reviewed-on: https://gerrit.libreoffice.org/41934
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-05  Caolán McNamara  <caolanm@redhat.com>  [e2159061db8e266a3fe9f31773c676887168b254]

        Resolves: tdf#107249 round ascent/descent/extleading on conversion to int
        
        Change-Id: Iaf30b90762818c57fc0277e771b5bf172fb558be
        Reviewed-on: https://gerrit.libreoffice.org/41933
        Reviewed-by: Michael Meeks <michael@gnome.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-05  Caolán McNamara  <caolanm@redhat.com>  [f263692de96ac68e73eeb953b7e92a18d149f30e]

        Resolves: tdf#112180: avoid crash with specific ttf
        
        Change-Id: I8cde147279173bffec0c991eb7676f5d4641138d
        Reviewed-on: https://gerrit.libreoffice.org/41935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-05  jmzambon  <jeanmarczambon@gmail.com>  [2bfb174ec57c78236e2350c8ae3be9bf524e811c]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (last part)
        
        Convert tests:
        - test_meta_xtextattach_toxmark
        - test_meta_xtextattach_refmark
        - test_meta_xtextattach_textfield
        - test_meta_xtextattach_footnote
        - test_meta_xtextattach_meta
        - do_meta_xtextattach
        - test_metafield_xtextfield
        - test_metafield_xpropertyset
        - test_load_store
        - test_load_store_xmlid
        
        Change-Id: I471329e8088b533eedec6a55c521ed313f1960b4
        Reviewed-on: https://gerrit.libreoffice.org/41863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-05  Andreas Brandner  <Andreas.Brandner@cib.de>  [b55d2772e7b5f44b139fc7d5cb8b9196fd7ab1d7]

        tdf#39674 find / fix all German spellings in internal APIs
        
        Change-Id: Idcbfe301c13ffa1260ba3ab0665570db5ccc8112
        Reviewed-on: https://gerrit.libreoffice.org/41929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cde2a01be75552a0b7d37f65cc4134cb48fea26]

        tdf#104936 RTF export: implement ZOrder of TextFrames / shapes
        
        This used to work by accident for the particular textbox, but broke with
        commit 38f2b8b3b16aab19a2564ec699d253d3dccecc3c (tdf#88811
        SwXText::convertToTextFrame: handle shapes anchored to us, 2015-02-03),
        so write ZOrder explicitly, like other filters already do.
        
        Change-Id: Ie8f11f4ec77707fb5aec7a597544d589a99bf6ca
        Reviewed-on: https://gerrit.libreoffice.org/41921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-05  Stephan Bergmann  <sbergman@redhat.com>  [1f66a258f2371d516b6a031a46ab4ef5d973796b]

        Pass optimization/debug flags into external/gpgme
        
        Change-Id: I583ae3156448a8556891a80e188989010bf2732f
        Reviewed-on: https://gerrit.libreoffice.org/41931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-05  Caolán McNamara  <caolanm@redhat.com>  [4cc634327a752d633ea341252d8f4845157f887b]

        Resolves: tdf#107730 ensure per-thread epoxy_handle_external_wglMakeCurrent
        
        Change-Id: Idc1e2da3a02715a09b5b8f4e8e736b8806e59f8e
        Reviewed-on: https://gerrit.libreoffice.org/41927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-09-05  Jim Raykowski  <raykowj@gmail.com>  [b816e24ac1dd7d725ff2ec33f9aa913a2c7b68c4]

        tdf#112199 Fix and extend enabled state for items in find toolbar
        
        Fixes bug that sets enabled state for 'Find Next' and 'Find All'
        instead of the intended 'Find Previous' and 'Find Next'.
        
        Adds the same enabled state dependency to 'Find All'.
        
        Change-Id: I01d4f0effaa343e1498d9610755b256761dacfd7
        Reviewed-on: https://gerrit.libreoffice.org/41264
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [aad3e6d02eb65bccc720fdd1f10f60471e138906]

        Polish the Customize dialog
        
        with some padding, filling etc. on the .ui file,
        and some size modifications on the .cxx file
        
        Change-Id: I8fdfc298c06162fd847b338a523542bb1ce7ada9
        Reviewed-on: https://gerrit.libreoffice.org/41923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2721b5391c692e0068e596a029ea5c40d6e90409]

        Remove useless comment
        
        Who is AS?
        
        Change-Id: I492978e6ed34a78a8bead2e6fea760fcb0ab458b
        Reviewed-on: https://gerrit.libreoffice.org/41135
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-05  Julien Nabet  <serval2412@yahoo.fr>  [c284e1de170add762906658b1f44e7d11a370c5e]

        tdf#111492: XHTML export does not honor numbering levels
        
        In heading, for preceding level, count only those with num-format != ''
        
        Change-Id: I93cb73ae5a236f5413c149c412b247da559671e4
        Reviewed-on: https://gerrit.libreoffice.org/41341
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-09-05  Tor Lillqvist  <tml@collabora.com>  [688b30f33510a7b8c5989daa86cba9252031142c]

        Revert "Make two slightly mysterious static local variables thread_local"
        
        Temporarily revert until somebody can figure out what to do with the
        obsolete Mac toolchain on some tinderbox.
        
        This reverts commit 5f847b3d197a96e5c2bab3d9129d3dd9d5b75873.

2017-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [25da12468b6b76c2f4e3d97f9e3775edc603b9fa]

        cui: fix loplugin:constparams warning
        
        Change-Id: Ibd61a5e3659b74c67909e351472acdee752a5abc

2017-09-05  Stephan Bergmann  <sbergman@redhat.com>  [4f2bc21685b1eb30d3a7808ab021fd178652e411]

        When traversing a TemplateDecl, ts can be a dependent type
        
        Change-Id: I05b02ef807a12a802720f58cd5a2d6d370b42418

2017-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [37fb2896144a1858e68c668ff39ae5d7b9d91653]

        cui: fix loplugin:unnecessaryparen warnings
        
        Change-Id: I7eaee88006c57bb063108aefe28b19ac72363076

2017-09-05  David Ostrovsky  <david@ostrovsky.org>  [6dce5d167ebbe1f69d2198b2809e0ae3e5451bd4]

        MSVC 15.0: Fix configure to work with update 15.3
        
        Update 15.3 renamed redist directory from 150 to 141 and introduced
        intermediate build number directories, that are different from the
        compiler build number directories.
        
        While the compiler is located under:
        
          [...]/MSVC/14.11.25503/bin/HostX64/x64/cl.exe
        
        the merge modules are located now under:
        
          VC/redist/MSVC/14.11.25325/MergeModules
        
        Change the hard coded detection approach, to the dynamic one: list
        all directories in suspected locations and check for existnace of
        the artifacts we are looking for.
        
        Change-Id: Ie040f290d1748ab4ec5c715b6636cc3733329e1c
        Reviewed-on: https://gerrit.libreoffice.org/41922
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-05  andreas kainz  <kainz.a@gmail.com>  [89c25a02ccf9bd5b4392ffd2d469dbcb4ae94bcb]

        update notebookbar_groupedbar_full view group
        
        sync appearance between writer and calc
        
        Change-Id: I7a91e12c0632be4a1dfbc488bcf6397b5219c43f
        Reviewed-on: https://gerrit.libreoffice.org/41714
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-05  andreas kainz  <kainz.a@gmail.com>  [342622d51f457c5a7d5026814a323d1deece4681]

        tdf#107158 Groupedbar variant of the Notebookbar for Calc
        
        Change-Id: I8f6a086a0895d54cce6243f65c3f47f7cc4cf50e
        Reviewed-on: https://gerrit.libreoffice.org/41742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-05  Tor Lillqvist  <tml@collabora.com>  [fc61be93c60967bf1d6bcffcada8189016d4530e]

        Prefix one more member of ScDocument: pShell
        
        Change-Id: I72f2556f54e1ea4b397f9b21b1d767ae597e6e43

2017-09-05  Tor Lillqvist  <tml@collabora.com>  [bc10d6c9dbf2c682a2c40f61bcac4439b0f4bc7b]

        Prefix one more member of ScDocument: pNoteEngine
        
        Change-Id: I93b95b8aca22df81985e4479fa6a7126eab45f0f

2017-09-05  Tor Lillqvist  <tml@collabora.com>  [bfb22c85602c8fbf78fe446de81eadb4eed4ea2d]

        Prefix one more member of ScDocument: pEditEngine
        
        Change-Id: Ib46b9b2b2b797f1d2de294819bf641f199e55dfa

2017-09-05  Tor Lillqvist  <tml@collabora.com>  [564ec47db30e888faa88bd9bc5ef4c09a501944d]

        Prefix one more member of ScDocument: xPoolHelper
        
        Change-Id: Id1a216e909d5c0a6bafa80d1e40613fb38ceb1ef

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [6c68f38bc28bb55a4f0d53b8f38957516d3935d1]

        Make the Modify button functional in the Customize dialog
        
        By adding "rename", "change icon", "reset icon", and "restore default command"
        options to the Modify button at the bottom of the right (toolbar/menu
        entries) list.
        
        Change icon / Reset icon / Restore default command options are not
        supported in the menu/context menu tabs yet.
        
        Change-Id: Iade3d1aca722c7f8eddcadf251b9562c5366d8ad
        Reviewed-on: https://gerrit.libreoffice.org/41620
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [862b968d1c015bca2226f18c767d350da63517c8]

        Disable the individual reset button for the menubar menus
        
        And:
        * Cut m_pDescriptionField's ties to the entries list on the right.
        * Disable Add and Remove buttons depending on current command selection
        * Display the description of the selected command
        
        Change-Id: I65a06f2f143c335f26de9007c6067f3116465c30
        Reviewed-on: https://gerrit.libreoffice.org/41582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [25435b29da75ac6fa5106eba3456ea3f8ca32cda]

        Make toolbar/menu addition/removal functional again in the Customize dialog
        
        "+" and "-" buttons next to the menu/toolbar listbox can be used
        to add new toolbars/menus or remove existing toolbars/menus.
        
        Most of the code was borrowed from the previous implementation,
        and adapted to fit the current structure.
        
        Change-Id: I7e7f51a46251c2d010154f2a0bab3bb20280bf7c
        Reviewed-on: https://gerrit.libreoffice.org/41431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [46d993c352c2f34af532ffd9034ebf7bd3ab9691]

        Implement "Reset" button in the Customize dialog
        
        For now, it works for the Toolbar and the Context Menu tabs.
        Normal top-level menus cannot be reset individually at the moment
        because they are sharing a single xml file, and the removeSettings()
        mathod doesn't provide per-item removal from within a single file.
        
        Change-Id: I42d62dc26130e4c03cf75a1ce6dc9ff367a58d47
        Reviewed-on: https://gerrit.libreoffice.org/41367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7e0ecdecb1131bffd263d0e51583a25991b9a878]

        Implement "Insert" button in the Customize dialog
        
        Now the Insert button allows the user to insert separators
        to the toolbars, and separators and submenus to the menus
        and context menus.
        
        Change-Id: Ic520c78dee2152a0294e86d3bc7098a29155e4b9
        Reviewed-on: https://gerrit.libreoffice.org/41360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [0114ef64fc357a0faa8b32cb1e79c0ed789d0de4]

        Implement Search/Filter feature in the Customize dialog
        
        Now commands in the list (left box) are filtered/updated
        in the Menu, Context Menu, and the Toolbar tabs as you type.
        
        Instead of filling the box, and then removing non-matching
        items (as in the current search feature in the keyboard tab),
        we filter out items during the Fill process, and don't add them
        to the sequence att all. This should give a performance boost
        to the filter operations.
        
        Change-Id: I473596a2c897f1cd96a7d55fd3ab11ee3db39863
        Reviewed-on: https://gerrit.libreoffice.org/41321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [60d622d807f4f3bcc8a699458adf5d6690f9dc4b]

        Implement "Remove" button in the Customize dialog
        
        By using the already implemented DeleteSelectedContent function.
        
        Now toolbar and menu/context menu items can be removed by using
        the "Remove" (Left Arrow) button which is between the commands
        list and the enrtries list boxes.
        
        Change-Id: If445ec6d431bc10263d961563bdd204e7868b931
        Reviewed-on: https://gerrit.libreoffice.org/41272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [c525dc764114f45ec9ff33837e8ae7cb74ce72b1]

        Implement "Add" button in the Customize dialog
        
        Now new commands can be added to Toolbars, Menus, and Context Menus
        by using the Add (right arrow) button which is between the commands list
        and the menu/toolbar entries list.
        
        Change-Id: I9c094a5142f82922c5e5bc3075a35442875a5fec
        Reviewed-on: https://gerrit.libreoffice.org/41240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3e4de4d63c897fdaa885909f7abb1b3f111458d2]

        Initialize and update command categories and functions for the Toolbar tab
        
        Change-Id: I27a12fc9e337796fc153e1d243eeba37564ef5c1
        Reviewed-on: https://gerrit.libreoffice.org/41104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3652f6624528abcb5bcba3b637232d1422242eb3]

        Initialize and update Function list box properly
        
        * Add dispose methods to CommandCategortListBox
        * Cast the commands list to SfxConfigFunctionListBox
        * Update the glade catalog to include CommandCategoryListBox widget
        * Borrow and adapt FillFunctionsList method from SfxConfigGroupListBox
        * Create and setup proper SelectHDL(s)
        
        Now the command list box (Function box on the left) is properly
        populated and updated upon selection of a category from the categories
        list box.
        
        Implemented for the Menu and Context Menu tabs.
        
        Change-Id: I30ebe89e80bdb2c5b686a26acb7c1ab1178b7525
        Reviewed-on: https://gerrit.libreoffice.org/40968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [283280ec542883d65cc97d4228434003a01be3e9]

        Add custom widget class: CommandCategoryListBox
        
        It now lists all command categories which can be
        added based on the current module (writer, calc etc.)
        
        This class will be expanded later with macros and styles
        handling stuff. It will also update the commands listbox
        when it is added.
        
        Change-Id: I4f50408641db067118f63fe0e9a1ee755873412f
        Reviewed-on: https://gerrit.libreoffice.org/40833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d69f9436b59e249af8dcac88ccadf09b920b1bab]

        Convert UI of Customize Dialog to the new design
        
        * Elements of the old design have been removed from both
        the .ui file and the .cxx/.hxx files.
        
        * New elements for the new design have been added to the
        .ui file.
        
        * Menu, Toolbar and Context menu tabs now resemble the new design
        
        Change-Id: Ib602e0a4b9419d16adaa4ff6aa23b74097a3b88d
        Reviewed-on: https://gerrit.libreoffice.org/40468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-09-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [690d7bd3174fb5ccb4c6c2467626ee119eea0453]

        android: should be i686-linux-android, not i686-linux-androideabi
        
        Change-Id: I8042fd656892a627c52d1b02c161594d97976726

2017-09-04  Tor Lillqvist  <tml@collabora.com>  [662c17fbd2ea72247d6ab94583f505dc242e1e8f]

        We can use thread_local on Windows, too
        
        (In some DBG_UTIL code.)
        
        Change-Id: I2f09c46186154551bfed5f711bd3b03efbf81053
        Reviewed-on: https://gerrit.libreoffice.org/41909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [67951d08ddd20ac87fc7eb54a90cb81901a89f8c]

        Resolves: tdf#111073 incorrect gif background color
        
        a) set correct palette entries for the 1bit bitmap returned
        b) only use a BITMASK for the mask (like its AnimatedGraphicPrimitive2D
        brother in drawinglayer does)
        
        Change-Id: I704997de554dc4d0e523458d45ab329815b5046a
        Reviewed-on: https://gerrit.libreoffice.org/41905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Andreas Brandner  <Andreas.Brandner@cib.de>  [a89c3dc4b0a2ec846af387833474b543b3f149ad]

        tdf#39468 Translate German comments/terms
        
        Change-Id: I528e7e4b4d365ff512cd03ea22f7517319541e05
        Reviewed-on: https://gerrit.libreoffice.org/41907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-04  jan Iversen  <jani@libreoffice.org>  [f7bc186bdabd420f5cfb0de62108413160b1e1de]

        iOS, update configure.ac to handle ios
        
        Added enable-ios-simulator, and updated to do cross compile
        
        Change-Id: Id9031aa2ad1e271f843cf1cba6e3b67d907b6df0

2017-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [41092fe0bb0d2f49948bf2a1f27acb53f21a84aa]

        EPUB export: write author metadata
        
        <meta:initial-creator> is the author and <dc:creator> is the "last
        modified by" in ODF (it seems), so map the first to EPUB's <dc:creator>.
        
        Change-Id: Id701c8c38b0901ae14fbbc7b32d01b43d6d03f68
        Reviewed-on: https://gerrit.libreoffice.org/41903
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-04  Justin Luth  <justin_luth@sil.org>  [72b19aa29f9adcab6dd20d1517208f3b999d055e]

        tdf#112208 rtfimport: fix missing paragraph first line indent
        
        This is a followup to commit f528f9499bd91b700c549575e88fa102cfffede9
        adding ParaFirstLineIndent to that commit's Para(Left|Right)Margin.
        
        I also added code for hanging indents, but it doesn't look like that
        case will ever hit. Just added for completeness. My test unit
        was created in Word as a hanging indent, but it invokes the
        firstLine case...
        
        Change-Id: I2b04866b9eb4b085503f3b7d3b6e97d4f9e3d19c
        Reviewed-on: https://gerrit.libreoffice.org/41901
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-09-04  Justin Luth  <justin_luth@sil.org>  [10dc371d31f003ac3ed9b89ca1db95d36603603f]

        tdf#111891 unostyle: use default handler for non-page style
        
        LO 5.1 commit 664197d95becd516c3dac25a50439078ba61e051
        introduced a handler for RES_TEXT_VERT_ADJUST to handle
        page styles, but that meant that the default handler
        was no longer called for frames (the only other item
        currently using RES_TEXT_VERT_ADJUST).
        
        Change-Id: I33827160fe64dc4cc2107afc26f7ac2e698007e1
        Reviewed-on: https://gerrit.libreoffice.org/41538
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-04  Justin Luth  <justin_luth@sil.org>  [24e453e6018af2e71af784dc9364b5ea70112f29]

        Revert "tdf#111895 writerfilter: avoid hiding shapes behind background"
        
        This reverts commit d21f67fa7fd0360688e083eeb2bbcd57f5414d71. A better fix is commit de0993097cad2fd5819f8bea5ff53cddce7cde41. This patch didn't properly describe the zOrder stuff anyway. The problem technically wasn't with the zOrder - the painting method only made it seem to be so.
        
        Thanks to the reviewers for their helpful comments that spurred further areas of research.
        
        Change-Id: I586edd189e5b0a25b6e1e64ca42fdf43305997da
        Reviewed-on: https://gerrit.libreoffice.org/41904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-04  Justin Luth  <justin_luth@sil.org>  [e56f61c4637c09afbf125fa02f131b0c49e36351]

        tdf#37153 ConsiderWrapOnObjPos: always affect anchoring cell
        
        MSO doesn't make a distinction where the object is located -
        whether it is contained within the boundaries of the anchoring
        cell or not. It always affects the anchoring cell's vertical
        orientation.
        Both DOC and DOCX enable this compatibility setting.
        
        Change-Id: Ifa066d3549b1a6183360b5b01c659e41c681d492
        Reviewed-on: https://gerrit.libreoffice.org/41821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [3cb59bff332b02f607d15b5ed41b4438e8102980]

        Resolves: tdf#111483 1 bit bitmaps with non-standard black/white indexes
        
        can be left "untoggled" when converted to cairo A1
        
        Change-Id: I18f3e2109cd4b57bce584545090e26c931de1200
        Reviewed-on: https://gerrit.libreoffice.org/41895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Tor Lillqvist  <tml@collabora.com>  [5f847b3d197a96e5c2bab3d9129d3dd9d5b75873]

        Make two slightly mysterious static local variables thread_local
        
        IRC discussion about them:
        
        tml_: erAck: any idea why in ScFormulaCell::GetMatrixEdge those nC and
        nR are static?
        
        tml_: seems to have been since initial import in 2000 (then in a
        different file, and of type USHORT)
        
        tml_: let's assume it is just random insanity
        
        tml_: hmm, no, making them non-static actually breaks a unit test. wow
        
        erAck: tml_: they are reused when the call is for the same matrix
        origin as the last one to not have to recalculate the same thing
        
        tml_: erAck: ah ok
        
        Change-Id: Ib0fe322492917b5224937ec6ef527707ca2e07f7
        Reviewed-on: https://gerrit.libreoffice.org/41658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [1620a97e1d5d6d8cec2c9ff12918a9ddaa9fd27f]

        just blow through the hierarchy to find the polylines
        
        Change-Id: I080243911e07d46a1ecc3f935df8ec86b54931e9
        Reviewed-on: https://gerrit.libreoffice.org/41889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a40d37b4d61f70a51a739732bcf7ad94c2ca4f0a]

        Fix typo
        
        Change-Id: Iab1878108420c2437f9d7e36696a68b1cfb024f9
        Reviewed-on: https://gerrit.libreoffice.org/41890
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [3266c3bf545cc3045f843f764b4c420241d9e4da]

        Resolves: tdf#110452 stop menubar processing Alt+foo if handled by core widget
        
        Change-Id: I69f975d0f7a753e55f72fcd63f6580e958a80f38
        Reviewed-on: https://gerrit.libreoffice.org/41884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1470aaec9efe698e8ce6b654663fb9683746812d]

        tdf#112190 installLocation should be specified in toplevel manifest
        
        Thanks to Petr Vorel for catching this.
        Fixes portion of 66518ead516e90d606e87c6ce58ec11fea6d172e that added
        back the android:installLocation placeholder
        
        Change-Id: Ibd3333dfafb65fabcb5df3f7a6626a00f5d71bc9

2017-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec262cbc56822d8fffccd6e983848df196cf5c44]

        tdf#112160 sw: audit GetNextLayoutLeaf() calls in SwFrame::GetNextSctLeaf()
        
        GetNextLayoutLeaf() returns the next container, not the follow one, so
        calls to that without checking first if we are in a table are always
        suspicious. This leads at the end to strange content move, as described
        in the bug.
        
        There appears to be only a single place in SwFrame::GetNextSctLeaf()
        which may be executed for split sections and called GetNextLayoutLeaf()
        unconditionally.
        
        Change-Id: I759d9ef63660f3d2ffe006c88b18cba7dba99f33
        Reviewed-on: https://gerrit.libreoffice.org/41882
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-04  Stephan Bergmann  <sbergman@redhat.com>  [10bf5f34a851cd363d36507aedd6423be097fe93]

        loplugin:dyncastvisibility
        
        Change-Id: I50c89b310da84e3d6a47b18114c20b4c35628a50

2017-09-04  Eike Rathke  <erack@redhat.com>  [62c6e17fc03ae54cf3f6b667cf8ba205b92996a5]

        Apostrophe ' is invalid as first or last character in sheet name, tdf#103027
        
        So hint in dialog.
        
        Change-Id: I04c85c9fc8d89ecc1be4d8d7fddc58672314d2dc

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [f2cffa12672175e69924746c341bbfd93dcce509]

        fix DEBUG_FILTER_MSDFFIMP code
        
        Change-Id: I3463935177166a808c46a5bdffcda02f45f371c5

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [1d094369dced5f84991b95aa965ade12e68f69c5]

        Resolves: tdf#111864 render progress bar for Ambiance theme properly
        
        Change-Id: I8ce43e4516413ea3779a128b374a931b080ae970
        Reviewed-on: https://gerrit.libreoffice.org/41879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [96654770b311825226c122cf60a624f0f155a3a2]

        coverity#1399392 Uncaught exception
        
        Change-Id: Ic9eb2233d4e88ed9923bdabcf09b2a92ad24c0bf
        Reviewed-on: https://gerrit.libreoffice.org/41880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Eike Rathke  <erack@redhat.com>  [9e694c747954078442d47d3d7bd1d4db283b96ff]

        Resolves: tdf#103734 propagate error from matrix to MIN()/MAX()
        
        Change-Id: I1ebc5baf4957ef9e3d1477b803cf7fee02754360

2017-09-04  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [04749a1115a44ce7a2d05c1ea6c23613feded5f9]

        SmartArt: separate unit tests
        
        Change-Id: I9bf522caae155de354c2d28dd92d85e4c016aa14
        Reviewed-on: https://gerrit.libreoffice.org/41877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbcd952c062288d9ee1efe9c786c2146abf457ea]

        sw: document the "leaf" layout concept
        
        For some reason this is missing from the usual wiki pages.
        
        Change-Id: I2c3dcce983053452dc9fd1e886f8169678d7e6a4

2017-09-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [621c1201f7346eba62d75cf119ec33e7e5f327f0]

        loplugin:unnecessaryparen in connectivity
        
        Change-Id: Iee4b0caa2eb7ad6d335f55adc19e7ed78b34335c

2017-09-04  Eike Rathke  <erack@redhat.com>  [8cb3faca4b1d1d9c68faba103c6c6117853e639e]

        Resolves: tdf#52510 handle trailing ';' specifying empty following subformat
        
        Change-Id: Ic84065f11619542fe735f45e72c9303897ea5755

2017-09-04  Justin Luth  <justin_luth@sil.org>  [de0993097cad2fd5819f8bea5ff53cddce7cde41]

        tdf#104602: don't re-draw page background when bOnlyTextBackground
        
        In 2014 Writer gained support for Paragraph and PageStyle DrawingLayer
        FillAttributes, it changed some behaviour with PaintBackground,
        so that compat setting BACKGROUND_PARA_OVER_DRAWINGS now overwrote
        the entire "hell" layer as the page background was re-applied.
        
        Only DOCX uses this 2012 compatibility setting.
        
        Change-Id: I69517efb7d82acd719d6a27a09ba61554dbf1ec9
        Reviewed-on: https://gerrit.libreoffice.org/41744
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-04  Johnny_M  <klasse@partyheld.de>  [75a96e22fd162a9410333698f57e4302ae190e66]

        Translate German comments/debug strings (leftovers in dirs test to uui)
        
        Translates leftovers found using a custom regex.
        
        Additionally:
        - A few spelling fixes
        
        Change-Id: I3772e1b914acc487d80ab14efb815cb178ca3dcb
        Reviewed-on: https://gerrit.libreoffice.org/41831
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a05919fa3b8a63d74abb13cc1ee25656cb659f0]

        sw: prefix members of SwFormatCharFormat
        
        Change-Id: Id1f860b1355ad835fd2ab991c4bbb7db49dbda69
        Reviewed-on: https://gerrit.libreoffice.org/41875
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [7aa7f4d9e4294959748bccf9e763154740251635]

        loplugin:unnecessaryparen include c++ casts
        
        Change-Id: I132d3c66f0562e2c37a02eaf4c168d06c2b473eb
        Reviewed-on: https://gerrit.libreoffice.org/41874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [6f511a5de909b2fb6cb42b851e0cc90f54fbdd59]

        coverity#1417293 'Constant' variable guards dead code
        
        Change-Id: I7ac4d61acf84f6e93138f6df50e8b9a71d939de8

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [21d64a76ec128ae5787b24dc444a2f51ed8acf5d]

        stray debugging
        
        Change-Id: Iabe56218f8914d8d858446eb177cb89dc1cd8601

2017-09-04  Caolán McNamara  <caolanm@redhat.com>  [c8a3f0fe63e38a1b597327d1145568dc9ae7a84a]

        crashtesting: uninherited GDIObj is also possible here
        
        e.g. kde239472-4.doc and W_META_CREATEPALETTE etc create objects that can be
        selected but are just a base GDIObj
        
        Change-Id: I4b99978c49f5abb7fb1c616d044ba25c793577be
        Reviewed-on: https://gerrit.libreoffice.org/41869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-04  Stephan Bergmann  <sbergman@redhat.com>  [595371e520ce4f64ad9d99a7866bdb8404271b6e]

        New loplugin:dyncastvisibility
        
        ...to find uses of dynamic_cast where the static (base) type has hidden
        visibility while the dynamic (derived) one has default visibility, and which may
        thus fail at least on macOS like happened in
        d5ed3cd6dbd22bb18542778f1c48f4d5b3ae0f95 "Make WinMtfFontStyle's base class
        EMFIO_DLLPUBLIC, too".
        
        libcxxabi's __dynamic_cast takes static_type and dst_type arguments.  Now, if
        dst_type (the derived type, with default visibility) is taken from .so A (and
        thus references the version of the base type info hidden in .so A) but the
        __dynamic_cast call is made from .so B, it passes for static_type the base type
        information hidden in .so B, and __dynamic_cast will consider the cast to fail.
        I'm not sure whether hidden intermediary types (in the hierarchy between the
        dynamic_cast's base and derived types) acutally cause a problem too, but lets
        flag them with the plugin anyway.
        
        The fixes use SAL_DLLPUBLIC_RTTI.  For one, there appear to be no other reasons
        than type visibility to make those classes SAL_DLLPUBLIC.  For another, this
        nicely avoids any actual changes on Windows (where SAL_DLLPUBLIC expands to
        nothing, and many of the affected classes were explicityl introduced into class
        hierarchies as "MSVC hacks").
        
        Change-Id: Ia85a9635cebffb1009a9efc1484b8bd4025585d4
        Reviewed-on: https://gerrit.libreoffice.org/41802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [326295bf10985a19ac913f988980c8761c301967]

        new loplugin:redundantpointerops
        
        Change-Id: I8428d86ea9628d69c2b40b36feee3da428a9fe1d
        Reviewed-on: https://gerrit.libreoffice.org/41787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-04  Johnny_M  <klasse@partyheld.de>  [dfaceb70ec2f6feda6a73b8be00a7f168dfe075b]

        Translate one German variable name
        
        No functional change is intended.
        
        Change-Id: I47312070bea07b0c4994da4f99aa99684cfd850e
        Reviewed-on: https://gerrit.libreoffice.org/41832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-04  heiko tietze  <tietze.heiko@gmail.com>  [15790025c8ac2fe659f458cffc0d72a79089074e]

        tdf#106988 Default favorite characters
        
        Update of default list according design meeting decision
        
        Change-Id: I7db04cf402b5e9ed813f5c15188c45ae52dc7a3e
        Reviewed-on: https://gerrit.libreoffice.org/41523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [92398087068f08ffd289868a840f925e510ed31b]

        Updated core Project: help  9d09fe1dd6d9ad7036a42152e558d19cfced237f
        
        Add es and ast for helponline localization
        
        Change-Id: Ie93eb6af531b882afe573d03e93f8f428afd1def
        Reviewed-on: https://gerrit.libreoffice.org/41872
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-09-04  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [abe958a713ff0c26a3f91c558a2f227c1996c592]

        tdf#89130 Draw: Better UI for handling layer attributes
        
        This is a RFC to implement comment#2 in tdf#89130: Add
        shortcuts to change layer attributes and make the current
        attribute values visible in the tab layer name.
        
        Already implemented is that pressing LeftMouse+Shift
        toggles layer visibility. When a layer is not visible
        its name is displayed in blue.
        
        This patch adds that pressing LeftMouse+Ctrl toggles
        layer locked/unlocked and LeftMouse+Ctrl+Shift toggles
        layer printable/not printable.
        
        The name of a locked layer is displayed italic. The name
        of a nonprintable layer is underlined.
        
        This also adds an Undo action for all changes to mirror
        the behavior of the layer attribute change dialog box.
        
        Change-Id: I5d8fa0585d4f088768716956583e324e66e29602
        Reviewed-on: https://gerrit.libreoffice.org/41366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-03  andreas kainz  <kainz.a@gmail.com>  [52c25a628d6cd300a0ff29f3c31e3528e3c4f8e1]

        some color view error was removed
        
        Change-Id: Idaebe57a51f589bf626dad9d989a9aefcf9cdfd8
        Reviewed-on: https://gerrit.libreoffice.org/41718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-03  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b3b2c4f1b140b68155891cfbfda9cd2b209f3d7c]

        Assertion when editing pattern field
        
        Change-Id: Ia515382556329feeec359254d3be3f90d2fd17ad
        Reviewed-on: https://gerrit.libreoffice.org/41870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

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

        Resolves: tdf#112145 pdf export of editengine highlight color fails sometimes
        
        When setting a fill or line color on the outputdevice, put it back to its previous
        setting when finished with the record, PRIMITIVE2D_ID_POLYPOLYGONCOLORPRIMITIVE2D
        was the one in this case but protect the other similar ones here too
        
        Change-Id: Ifb9b182d72bb6c48a9d9480270fde4384be6291e
        Reviewed-on: https://gerrit.libreoffice.org/41761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [723487f415d8d0474f1de7d9f01eab2aa3db947e]

        android: prevent null pointer exception on start
        
        Change-Id: Ifb59ba0cd634d9753f90716bda2af4f58d576afa
        Reviewed-on: https://gerrit.libreoffice.org/41173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-09-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e02c57f8ec8fd98764990eeadd9d349314762f0e]

        Removed duplicated include
        
        Change-Id: Id17744f8c2d48a04e1b5e64a11739605709fb6c3
        Reviewed-on: https://gerrit.libreoffice.org/41865
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [bfad65a0fbe0acfa490bafbbbbb40c5e5f30e45d]

        Fix typos
        
        Change-Id: I0ce33d497d405398145653b9b7da81bd066f68e1
        Reviewed-on: https://gerrit.libreoffice.org/41868
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-03  Julien Nabet  <serval2412@yahoo.fr>  [c3b7c4d3ec6edb5db774d5352222b77239175f96]

        tdf#112180: avoid crash with specific ttf
        
        by synchronizing announced size of data (mnByteCount)
        with the real size of data (mpRawBytes)
        
        Change-Id: I973bec9deb1150b630d1df32c89b33c253e4b3d2
        Reviewed-on: https://gerrit.libreoffice.org/41860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-03  Tamás Zolnai  <tamas.zolnai@collabora.com>  [242688f3b4fc7228637837e0f4fec3da71ac2710]

        tdf#112169: Crash while saving character background color to DOCX
        
        Change-Id: Iff12b9587b639166caef86f895fb841e83596817
        Reviewed-on: https://gerrit.libreoffice.org/41857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-03  jan Iversen  <jani@libreoffice.org>  [bc87d93787a5249759640a7af70846292758cd24]

        iOS, avmedia lib not used
        
        Change-Id: I13636250552211fa53039178851a64b9e2715cef

2017-09-03  Caolán McNamara  <caolanm@redhat.com>  [1abd3b0e00766a6674d965535bd18a4891bac06e]

        set parent for insert media file dialog
        
        Change-Id: I71eace1995b229caa75e61df363fd8bad981bed1
        Reviewed-on: https://gerrit.libreoffice.org/41851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b625d790bf1ccab1b4071ea7670a6e1ceab5fb64]

        SfxItemPool::AddRef always adds 1
        
        Change-Id: I710ff662ed5b8a77d228e49804d3de418899c76b
        Reviewed-on: https://gerrit.libreoffice.org/41859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-09-03  Julien Nabet  <serval2412@yahoo.fr>  [09ae0a74bb946bc64fbc76082a52064a36ee9b01]

        Fix leak BacktraceState (enable-dbgutil)
        
        buffer is created from sal/osl/unx/backtraceapi.cxx with:
        70     auto b1 = new void *[maxDepth];
        71     int n = backtrace(b1, static_cast<int>(maxDepth));
        72     return std::unique_ptr<BacktraceState>(new BacktraceState{ b1, n });
        
        and from sal/osl/w32/backtrace.cxx with:
        79     auto pStack = new void *[maxDepth];
        80     // https://msdn.microsoft.com/en-us/library/windows/desktop/bb204633.aspx
        81     // "CaptureStackBackTrace function" claims that you "can capture up to
        82     // MAXUSHORT frames", and on Windows Server 2003 and Windows XP it even
        83     // "must be less than 63", but assume that a too large input value is
        84     // clamped internally, instead of resulting in an error:
        85     int nFrames = CaptureStackBackTrace( 0, static_cast<ULONG>(maxDepth), pStack, nullptr );
        86
        87     return std::unique_ptr<BacktraceState>(new BacktraceState{ pStack, nFrames });
        
        Introduced with:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=bc9a2ba677ce3fcd46c2bbef6e8faeacb14292c1
        
        Change-Id: Iea0528f5d2b38ff1f3dc4bd50ff035bb100ab981
        Reviewed-on: https://gerrit.libreoffice.org/41854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e0883b6f6a1018d6d7538fc9ddeca3f623918b48]

        SfxItemPool_Impl::nInitRefCount is always 1
        
        since removal of serialisation code
        
        Change-Id: I8cbd7ecd3d4bb61a8d9e6bc098f09f43c02a8f4c
        Reviewed-on: https://gerrit.libreoffice.org/41850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-03  Takeshi Abe  <tabe@fixedpoint.jp>  [77dbcb5620c1d233d09f6374927ef0c149fc8210]

        svx: Fix memleak at early returns from SvxXMLXTableExportComponent::save
        
        Change-Id: Ic6da38a47f2c2f2e350a15bad2b2731ed12409a9
        Reviewed-on: https://gerrit.libreoffice.org/41853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-03  andreas kainz  <kainz.a@gmail.com>  [5ac0a71cc17b37fcd758027ec8a0a996f4cdaf32]

        Breeze icons: update editstyle icon
        
        Change-Id: Ic7930b722a36f08555b16c96449d6d6758c2a0a1
        Reviewed-on: https://gerrit.libreoffice.org/41788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-09-03  fxwan  <wanliyou@gmail.com>  [b6670e95ed41794bdade85bf2728b26fc7083e81]

        svg.js: fix undefined variable
        
        Change-Id: I9f79d400e78e42b47ebb4078e2618789c34da85a
        Reviewed-on: https://gerrit.libreoffice.org/37640
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-03  fxwan  <wanliyou@gmail.com>  [9d4fc496d498f2f5c7fedba94f656ef3189b85dd]

        svg.js: lift Source & Builder Class outta _parsePath func for less GC
        
        Change-Id: Id45021a7a7aa4c60d59afa86363d0bd54a7948ff
        Reviewed-on: https://gerrit.libreoffice.org/37638
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-03  Naeil ZOUEIDI  <naeilzoueidi@ubuntu.com>  [ba0a94a914260c38abd8dc5af1104ba14734b8ef]

        tdf#63913 fix Win explorer multi-select open unnamed docs bug
        
        Multi-select explorer action on Windows defaults FILEOPEN 2 different
        ODF file type documents as template - e.g. opening two different type
        of files (ie : ODS & ODF) then doesn't keep the original filenames.
        
        So now changing the open command for the different file extensions to
        the same one "soffice.exe -o %1", will keep the names of the _2_ files
        as they originally are when they are opened together.
        
        Change-Id: I2cd5fcb046f294742e59f69b7bf2a897a6ce0c29
        Reviewed-on: https://gerrit.libreoffice.org/36995
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [9c165fe3084b7c054f9f04f3b065897abcbe2162]

        gpg4libre: When encrypting, show all available GPG keys
        
        (not only private ones)
        
        Change-Id: I3fd248f4cace1ea248267d5696da9cb70940744e
        Reviewed-on: https://gerrit.libreoffice.org/41508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [4f6bf3d64cf3fcbe92be3ceb4b572ad038c131a8]

        gpg4libre: Recycle certificate selection dialog for encryption
        
        Change-Id: I699ecff1f62b3dae7ac275823c6721810589c4cf
        Reviewed-on: https://gerrit.libreoffice.org/41507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-09-02  Justin Luth  <justin_luth@sil.org>  [7a9fb40cb07de8c2ea33f92735be5008d30d6704]

        tdf#37153 ConsiderWrapOnObjPos: also affect wrap-thru objs
        
        MSO doesn't make a distinction when the wrapping is THROUGH.
        Both DOC and DOCX enable this compatibility setting.
        
        Change-Id: I123801fc83b5f4ac6a26a5ea77ba6dba2c60ec39
        Reviewed-on: https://gerrit.libreoffice.org/41795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-02  Tor Lillqvist  <tml@collabora.com>  [5fdec960fa2f85d53c05cf509c91168043368ad5]

        Just remove an unused variable, no need to keep it commented-out
        
        Change-Id: I9719013074413c98f6557c2ef9605838d32855d2

2017-09-02  jan Iversen  <jani@libreoffice.org>  [8207ed40715425969f52a895f3db10b3c0625311]

        MAC, remove build breaker in session.cxx
        
        commented out unused variable, to allow mac to build.
        
        Change-Id: Ibc9f7418f402f4646cd68dd434597b3c1bee53df

2017-09-02  Dennis Francis  <dennis.francis@collabora.co.uk>  [20169423d492b58ab93fb0e8e9d2918c0baebc92]

        tdf#111974: Ensure sufficient space for all sheets in FormulaBuffer...
        
        and not just for the number of sheet fragments. This is important
        because we changed the internal storage of FormulaBuffer from based
        on std::map to std::vector in d17a83fa549f828f29e6939b16ba8b568a75f95e
        
        With help from Markus Mohrhard, was able make a simple unit test
        working in subsequent_filters-test.cxx after adding the missing
        the component emfio to CppunitTest_sc_subsequent_filters_test.mk
        
        Change-Id: I7320dd537266e540d585d3fccfbb8665bba457c7
        Reviewed-on: https://gerrit.libreoffice.org/41792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-09-02  Julien Nabet  <serval2412@yahoo.fr>  [9a46ad2f762765348f7aef6e44774a47871362ae]

        tdf#96703: getDocumentStorage is called during initialization
        
        So use DocumentGuard::MethodUsedDuringInit instead of DocumentGuard::DefaultMethod
        to avoid com.sun.star.lang.NotInitializedException
        
        Then we'll got to tackle ODatabaseModelImpl::getOrCreateRootStorage: no source to create the storage from!
        
        Change-Id: I1f01bb46088445f3cb3264baee9ad4d45bb5fa8c
        Reviewed-on: https://gerrit.libreoffice.org/41837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [22a7f60b64a424e88f5e0247267f21afaf9db1e1]

        Updated core Project: help  de0193157e3b09f5da4ac1a1f17625cc3bf62c14
        
        Add localization to helponline UI
        
        * Add support for localization in helponline UI.
           + translate 4 words
           + prepare for focused google search
        * Tweak the index search, open search index for all modules.
        
        Change-Id: Id7ad4fd63fe1f9d1334fb65febdee6f60c24361a
        Reviewed-on: https://gerrit.libreoffice.org/41839
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-09-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8eb32e1ff5db842844f72baff29e7912153a5fea]

        Updated core Project: help  c23137d31109336ceed3d429aa60c360c62eba25
        
        Add explanation on Writer compatibility option
        
        Change-Id: I99234e637b5ebb752a71d8508b0e7ade40267cac
        Reviewed-on: https://gerrit.libreoffice.org/41545
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-09-02  Julien Nabet  <serval2412@yahoo.fr>  [0dc237953c79053495d1e98b4aa2745e25cee0d2]

        Typos for "available"
        
        Change-Id: I8050b1f2ea5414b6e6da3392e8e22d330c794ff5
        Reviewed-on: https://gerrit.libreoffice.org/41836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-02  Ashod Nakashian  <ashodnakashian@yahoo.com>  [16c5e23894052a822a47b650cc3363ac7454c060]

        sw: retrieve subject name from signature
        
        From CryptoAPI.
        
        Change-Id: I5ec33a754f71d3617090a03887355077d0ffedd7
        Reviewed-on: https://gerrit.libreoffice.org/41789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [1d9b0dfb5c5519c9c54c10ea535aeea83db723f5]

        set parent for open file dialog
        
        Change-Id: Ic823085567afde211b3991ebb60199dd336f562d
        Reviewed-on: https://gerrit.libreoffice.org/41819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [670403dff483e6789f974c78ab7a324fa39647c9]

        add CVE-2016-10504 testcase
        
        Change-Id: I303259d7d1a92ef1fe5e0816ec154fe51fd831b2
        Reviewed-on: https://gerrit.libreoffice.org/41830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Julien Nabet  <serval2412@yahoo.fr>  [8c7b42c942d6693915dc825ede80279f720a5775]

        Replace list by vector session.cxx (vcl)
        
        + simplify loops
        
        Change-Id: Ic25576db83fe47f7da45667912d24d8ec44494e1
        Reviewed-on: https://gerrit.libreoffice.org/41803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [31ee13b5a40715e217711e48753eeb7170e3349c]

        convert SHAPEFLAG defines to scoped enum ShapeFlag
        
        they were defined in escherex.hxx as SHAPEFLAG_*
        and in msdffimp.hxx as SP_*.
        
        Added include for escherex.hxx to msdffimp.hxx.
        Filled the missing flag bits.
        ShapeFlag::Deleted is not used at the moment.
        Convert ADD_SHAPE macro to lambda.
        Fix horizontal/vertical mixup in RtfSdrExport::AddLineDimensions.
        
        Comments for flag Connector were wrong. The flag applies to shapes
        which ARE connectors.
        MSO definition: "connector: A line that is used to connect two
        or more shapes and that remains connected to those shapes."
        So Rectangles and such with Connector flag don't make sense.
        
        Change-Id: I735de00110411b280a302840dc0fcdfac5156399
        Reviewed-on: https://gerrit.libreoffice.org/41754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1463625ae26900d2461fd72a5a2c894b9f1b8726]

        dynamic column container: fix some more for loops
        
        and add reverse-iterator functionality
        
        Change-Id: Ide7ee9d2152871d414246303d76c91da36557524
        Reviewed-on: https://gerrit.libreoffice.org/41727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Noel Grandin  <noelgrandin@gmail.com>  [fae405c522ce95bdfaedcbcae407226b4e1c487d]

        use more ErrCode.IsWarning()
        
        Change-Id: I92a84cbe3d9a9e794d3e875c60d8db7cb40ae5bd
        Reviewed-on: https://gerrit.libreoffice.org/41827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [7da4e0b7f28042b143f532f987b99e4018ef3531]

        Add context attribute to translatable entry in .ui file.
        
        a translatable entry without context attribute in 'fpicker/uiconfig/ui/explorefiledialog' causes
        failure of 'make translation':
        Traceback (most recent call last):
          File "/home/kiyotaka/Sources/libreoffice-testing/solenv/bin/uiex", line 30, in <module>
            keyid = entry.msgctxt + '|' + entry.msgid
        TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
        Error: Failed to execute /home/kiyotaka/Sources/libreoffice-testing/solenv/bin/uiex -i /home/kiyotaka/Sources/libreoffice-testing/fpicker/uiconfig/ui/explorerfiledialog.ui -o /home/kiyotaka/Sources/libreoffice-testing/workdir//pot/fpicker/messages.pot
        
        Change-Id: Icdd5e283a30108b45f4b62967e2ce287d338b582
        Reviewed-on: https://gerrit.libreoffice.org/41828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [6716100f4d8529cb265481e2ab54a90b4a5e287c]

        set parent for insert ole object file dialog
        
        Change-Id: Iffa30802f65c950290d74a79c66d679b0ff9d5ea
        Reviewed-on: https://gerrit.libreoffice.org/41814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [9938799d65cfb864033e5e8a08efa750361f59d4]

        set parent for insert image file dialog
        
        Change-Id: Ibf2adff486947926b9624e762873fb8c46e59c71
        Reviewed-on: https://gerrit.libreoffice.org/41813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [44f023d5999ef32c5d83c1834549fa69e4ad1a34]

        always use a systemwindow for file dialog parent
        
        cause the native dialogs can only be a parent of a "real" system
        window
        
        Change-Id: I6d06bda25c74b9a25f71e405027d3fb31711e136
        Reviewed-on: https://gerrit.libreoffice.org/41812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Takeshi Abe  <tabe@fixedpoint.jp>  [cba232f91898af9e57a5c6980e11974e1a68f2a1]

        svx: Simplify code with std::unique_ptr
        
        as SdrPathObj owns mpDAC.
        
        Change-Id: I3e4411046fa55ae8ffae2da5e406ad7d20a7ca6e
        Reviewed-on: https://gerrit.libreoffice.org/41818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Julien Nabet  <serval2412@yahoo.fr>  [9245ce93b0c9a55bd84e8b448919db2d706e9b06]

        Replace some lists by vectors in xstorage (part2)
        
        Change-Id: Icb10605f9ac75aa5b00668a5088be8ef6e1414da
        Reviewed-on: https://gerrit.libreoffice.org/41543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a726c69ffef2533545e316172e3e1494b8ad327e]

        tdf#109052: Crash after PPT import when undo is disabled
        
        It was not a good idea to enable undo unconditionally.
        Use the saved undo state instead.
        
        Change-Id: I60875da23466b6ef54f034b447d636bdbab38151
        Reviewed-on: https://gerrit.libreoffice.org/41823
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [27068e6cc39aed8ebfa5fdd7a67acb89f5adcb89]

        tdf#109261: Crash when adding a video to a slide with zero undo steps
        
        When undo is disabled (no undo steps), ReplaceObjectAtView()
        method frees pPickObj, so we need to save it's reused data first.
        
        Change-Id: Icbc800d4d33cf229006aecde7d62aa2a7ea35879
        Reviewed-on: https://gerrit.libreoffice.org/41822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-09-02  Julien Nabet  <serval2412@yahoo.fr>  [1e8a38488f553ec2449dbc316a7a1a1fe17f48c2]

        Replace lists by vectors printer part (vcl)
        
        Change-Id: I0e4685b78f114296b115b4fef5eed4140755e1a1
        Reviewed-on: https://gerrit.libreoffice.org/41804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb14008337e7b7ebbc0b5724f98ac9633e1b9331]

        make sure parent element is staying around
        
        If we use a reference to the object we need to ensure that it not
        suddenly disappears on us.
        
        Change-Id: I7917fc696b0cc48dd26fa332c892f09727e40054
        Reviewed-on: https://gerrit.libreoffice.org/41820
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [d58b2531d3f6d931dce5a6dfeef8926e20868f4d]

        set parent for export dialog same as save dialog
        
        Change-Id: I33f416339693ef95c7a44a72d7c9c8e4b2e9b380
        Reviewed-on: https://gerrit.libreoffice.org/41811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [dbdc2ffb6fa02be401f271e89990aa2915ef4609]

        set parent for import macro lib dialog
        
        Change-Id: I8c2174a6acee7aed8dca6d4674538f42cfe28ae6
        Reviewed-on: https://gerrit.libreoffice.org/41810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [f35da2254c05628c45f1acb1acd9e5c603ad7d90]

        set parent dialog for file dialog
        
        Change-Id: I943d50e46cdd61a52c26297b21045423886deda6
        Reviewed-on: https://gerrit.libreoffice.org/41809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [7f20ca352840c5b877f7aebdf021b5ea65835560]

        Use FPicker parentwindow argument to set file picker parent
        
        the secret argument of xParentWindow already exists
        
        here we use XSystemDependentWindowPeer and getWindowHandle to get the window
        handle (which is a bit spurious in the wayland case but close enough) and then
        look up all our toplevel frames for a matching one in order to get the
        associated widget to use a a parent window
        
        If the fpicker was still in fpicker we could get the vcl::Window for the
        xParentWindow and get the frame directly from that but that necessitates
        linking to toolkit, so do it this way instead
        
        Change-Id: Ia6f51e6d2016587c1f314d7a0b1f9a20269facd0
        Reviewed-on: https://gerrit.libreoffice.org/41808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [d9527fd01fd2674deb6868084d056861db5447fa]

        remove some casting
        
        Change-Id: Idf6c82b0c609d8680e2017602bfe9a93acb093b9
        Reviewed-on: https://gerrit.libreoffice.org/41807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [3814952f0be80afddcfda7f0e65bb602ed75438c]

        support XSystemDependentWindowPeer for all toplevel windows
        
        Change-Id: Id79fba6956e2a97a10dcec1cab883d3665ef1628
        Reviewed-on: https://gerrit.libreoffice.org/41806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-02  Caolán McNamara  <caolanm@redhat.com>  [e66c9aa362c1e8729d76090023960610321b14f3]

        Related: tdf#112063 unsetting and resetting gtk modality is a problem
        
        for gtk3, so just set it on execute and no need to unset and reset it
        for whatever vcl nuttiness the existing code is doing
        
        Change-Id: I38a3124fb06f71d2e01d86f8b2c461fd625bba56
        Reviewed-on: https://gerrit.libreoffice.org/41805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-01  Michael Stahl  <mstahl@redhat.com>  [9990e98d67bf14003cde8f0138d2dcfa804406ac]

        tdf#109241 desktop: Win32: prepend "program" dir to $PATH
        
        The problem is that python modules (*.pyd) find DLLs in the wrong
        places.
        
        This is because sal_detail_initialize() calls SetDllDirectoryW(""),
        which removes (sometimes?) the "current directory" from the DLL
        search order, which is deliberately initialized to the "program"
        dir by CreateProcess() calls in officewrapper.cxx.
        
        Loading DLLs still works for LO's own DLLs since they are all
        in the "program" directory, which is the same directory where
        all the executables are, so it is searched first.
        
        But CPython loads its modules with LOAD_WITH_ALTERED_SEARCH_PATH,
        which doesn't search the directory of the executable but
        the directory of the immediately loaded DLL i.e. the *.pyd file
        instead, i.e. python-core-X.Y.Z/lib.
        
        It would be possible to call SetDllDirectory(".../program")
        instead but probably that would require patching python
        since it needs to be done in the real exectuable, not in
        the wrapper executable.
        
        So overwrite the $PATH again (like was done in the days of
        the office of the holy trinity) in the officewrapper.cxx and
        genericloader.cxx to prepend "program" and get priority
        over the rest of $PATH.
        
        This still doesn't protect against C:/Windows/System32/LIBEAY32.DLL
        since that has higher priority than $PATH but hopefully nobody
        is *that* stupid.
        
        This patch fixes soffice.exe, swriter.exe etc., and unopkg.exe.
        
        The python.exe wrapper already prepends "program" to $PATH.
        
        Change-Id: If03f07eba9a2c7fc6cf44f82f639b5d0b4c62e20

2017-09-01  Michael Stahl  <mstahl@redhat.com>  [5ec9882e650c7c3bb39e8cc90341a844bbd18772]

        svx: add mutex guards to SvxFmDrawPage
        
        These trigger asserts that were added in previous commit.
        
        Change-Id: I78f0768c0dc9e035f3bff633560be936a2a1e487

2017-09-01  Michael Stahl  <mstahl@redhat.com>  [a871dbed8abfeaeb4faf44129b8983c26f7a9cb3]

        tdf#111970 svx: use SolarMutex for locking in FmXFormShell
        
        FmXFormShell has a confusing mess of 3 of its own locks plus some
        SolarMutexGuards in a couple functions.
        
        But despite all that, most members are accessed without any locking.
        
        First, add a "_Lock" suffix to all (non-API) functions that access
        members or call into VCL, then add SolarMutexGuard in all API entry
        points that call _Lock functions, and finally remove the existing
        silly mutex members.
        
        This should also fix the reported assertion (which probably doesn't
        happen on master any more since the Scheduler has its own mutex now).
        
        Change-Id: I215cdfe49ffe675229baa4b19ab419f440f0ffb0

2017-09-01  Caolán McNamara  <caolanm@redhat.com>  [4cf89526e6eb76097ccfa0f710507b87da2a0aa0]

        move to FileDialogHelper
        
        Change-Id: I90579f0994f573743327999da2382351a5eb0d3e
        Reviewed-on: https://gerrit.libreoffice.org/41793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-01  Caolán McNamara  <caolanm@redhat.com>  [52ec6ab3e31c16329f5c177ac47943dd93ab3a04]

        weird SetModalInputMode variant only called by itself
        
        Change-Id: I5846eaee38109238f49736583fb4e326ab21f698
        Reviewed-on: https://gerrit.libreoffice.org/41794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [fc19c71850d8ae741d86d107bece38a4aaa3faad]

        Replace list by vector in substitutepathvars (framework)
        
        Change-Id: I40cfc4925f14ebdc6f7b01274d2d60149008b426
        Reviewed-on: https://gerrit.libreoffice.org/41800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [de700127bd95a6d12de4477e1df43de2852f4bcc]

        Replace list by vector for tListenerMap (chart2)
        
        Change-Id: I1a18d2f69a82a528343a22a10f2f72a91b727ee0
        Reviewed-on: https://gerrit.libreoffice.org/41799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [8d6e1a1c51b2591ed941170e7275fd054a0cc76f]

        Replace some lists by vectors in sd module
        
        Change-Id: I07d20af39985da0a340d482e769d98cbe073a826
        Reviewed-on: https://gerrit.libreoffice.org/41801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [5b6c69a666e9a22c369ac7dff0f5a6c4470b4a71]

        sw: paragraph signatures are detached
        
        While for NSS both types of verification
        works, for CryptoAPI only detached works.
        
        Change-Id: I8de0d7a98c2f857511eeadd2c8e205bc86a71f93
        Reviewed-on: https://gerrit.libreoffice.org/41791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-01  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [71ef88ece19ca202080cffd888f36d43f83556e7]

        sw: move paragraph signatures to the beginning
        
        Change-Id: Ic9fb1f74ff19d3e9ad455483b221181f25f09653
        Reviewed-on: https://gerrit.libreoffice.org/41790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [c497c4ca4d7068fb9bdd965bbace7d5216f8fd59]

        Replace list by vector in dllmgr-x86-x64 (basic)
        
        Change-Id: I169590700474100e88f2e287f205ce7cbadedabe
        Reviewed-on: https://gerrit.libreoffice.org/41797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [5c0ab63e7d131977d2a66913ab8070ddaf0db1a0]

        Replace list by vector in methods.cxx (basic)
        
        Change-Id: I75ad4d22dd6ff95e244fbffc1fc20ae208b2ecd1
        Reviewed-on: https://gerrit.libreoffice.org/41796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Justin Luth  <justin_luth@sil.org>  [16db6243768ccde2cf0f78da0834fe4ff14f5c3c]

        tdf#101936 sw: ignore comment anchors during search
        
        Comments are anchored by unicode character U+fff9.
        If the comment was anchored in the middle of a word, then a search
        would not find that word.  A comment anchor is not a word-breaking
        character, so remove it instead of replacing it with 0x7f.
        
        Change-Id: I4606dbfac74161029029d9807b74bd6ffa285126
        Reviewed-on: https://gerrit.libreoffice.org/39361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-09-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5aafb3db7e8316e8e5a8665d6161fda4d4588443]

        Fix typos
        
        Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741
        Reviewed-on: https://gerrit.libreoffice.org/41785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Caolán McNamara  <caolanm@redhat.com>  [ef8341f05ec79fcdac3b05b45659f5c98ff05edf]

        bump FileDialogHelper to XFilePicker3
        
        Change-Id: I726676aaa8944bc3b6418abe305ad03f8ec96c59
        Reviewed-on: https://gerrit.libreoffice.org/41783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-01  Jan Holesovsky  <kendy@collabora.com>  [a00ad98e421ca7110c58c66fb7bd04cc2306bb59]

        tdf#111884: Unit test.
        
        Change-Id: I2ab432d4a2a64d88493e8f37b4a36934800fbf30
        Reviewed-on: https://gerrit.libreoffice.org/41767
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-09-01  Jan Holesovsky  <kendy@collabora.com>  [e06ef6f42e47780b26f6f3424bb2053e0490d8e3]

        tdf#111884: Implement export of group shapes in pptx.
        
        Change-Id: If12984c0670db6396cbfd0dcb8ae1f5a9b591705
        Reviewed-on: https://gerrit.libreoffice.org/41766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-09-01  Eike Rathke  <erack@redhat.com>  [029f2fdc2a164ca5ab2ecb9e2d4b9cf5112083b4]

        Harmonize capitalization of spreadsheet function UI parameter names
        
        Also remove _ underscores in names and few better suiting renaming.
        
        Change-Id: Ic0b48f98c0b07404f3e0981d95fa5f3e5aa828f5

2017-09-01  Stephan Bergmann  <sbergman@redhat.com>  [b51fe8ddc167dc8673a4e93dfd37e9f925f755ac]

        Remove unused m_aBatchVector members
        
        Change-Id: I7b7ff3295fa5eb87d113b48dcff0cf3c0b12b4ff
        Reviewed-on: https://gerrit.libreoffice.org/41780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-09-01  Eike Rathke  <erack@redhat.com>  [715569984e9b536a735e173a687ca143388e311e]

        Updated core Project: help  5c2654302e9e4dcf45f802e8d31e53f55251c367
        
        Rename Help CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT, tdf#69539
        
        UI function name wise this was already done for 5.3, see
        https://bugs.documentfoundation.org/show_bug.cgi?id=69539
        
        So CONVERT actually matches the ODF definition and Excel and what the
        user expects.
        
        Change-Id: Ifdcbedc324dc5b4c8e43f2428a5c02dbe97d48c0
        

2017-09-01  Eike Rathke  <erack@redhat.com>  [78bedc094fbc05f4180fde220672ec4e055e9aab]

        Use named enum/constant instead of comment
        
        Change-Id: I91c6e50518d2430e32312ba35f9ff5d76635460e

2017-09-01  Caolán McNamara  <caolanm@redhat.com>  [69c1e6c5489a4709ae4a1db43673e879eb31919c]

        Resolves: tdf#112063 ensure closing dialog is not parent for file dialog
        
        Change-Id: Iea2ecaf1669cf7af00f00b1f0b32e24d34ec3757
        Reviewed-on: https://gerrit.libreoffice.org/41764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa7e15024163c0848b8c3506bcbe40f031bff14b]

        android: remove a hard to address TODO
        
        NSS upstream doesn't seem to support building static libs. The benefit
        of avoiding a few lines of extra java code doesn't appear to outweigh
        the cost of patching NSS to provide static libs & carry on those patches
        in our LO-bundled NSS.
        
        Change-Id: I01fc0b1ff076923fec64b469529d1b920c1d91c2

2017-09-01  Luke Deller  <luke@deller.id.au>  [14bb680949b47332d2921cc68f75340b31ad5c32]

        Insert blank page when first page number is even
        
        When the page number is explicitly changed at a page break,
        LibreOffice will insert a blank page if necessary to ensure that
        even page numbers appear on "left" pages.
        
        This commit fixes a case that was missed: the case where the page
        number of the very first page in the document is explicitly set to
        be an even number.
        
        Also:
        
         - adjust a couple of unit tests which were referring to specific
           physical page numbers, that were not expecting this blank page to be
           there
        
         - enhance SwModelTestBase::parseDump to support xpath expressions
           evaluating to simple values rather than nodes, for use in a
           test case for this change
        
        Change-Id: I1f41760c3bb17bdffb868cf32a1331de87d1d0e1
        Reviewed-on: https://gerrit.libreoffice.org/39858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [feb463e93f8c7beb0f6abb52812ac05c4f7724c2]

        xmlsecurity: fix inconsistent param naming in interface/implementation
        
        Don't talk about enumeration when it's a number.
        
        Change-Id: I756063534b38478c382eaf72829091a4e27a6c4f
        Reviewed-on: https://gerrit.libreoffice.org/41779
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-09-01  Tor Lillqvist  <tml@collabora.com>  [4ee81b9db3df0c36617fd7d76a9a883c8b6eb764]

        No need to give a new name to a Timer that was already named when created
        
        Change-Id: I995ccf18b24a6bb3950a23d8feaed6494d82cd3d

2017-09-01  Julien Nabet  <serval2412@yahoo.fr>  [6a7bbef0360b2958379e681f4ee22632f60e9278]

        Replace list with a vector in PutData (sc)
        
        + revamp a little bit by using unique_ptr
        
        Change-Id: I07fa08d1981db65dbb22e887fcab0e8a6ca64b58
        Reviewed-on: https://gerrit.libreoffice.org/41774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-09-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [65ca7bd49ae3c567f2cc4331c6b35f350649dcee]

        call SetPriority() on correct Idle
        
        Change-Id: I56ce5607d77410b9252a7fa1093325dc8d67983c
        Reviewed-on: https://gerrit.libreoffice.org/41760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-09-01  Matthias Freund  <matti_lx@secure.mailbox.org>  [ca208daed39c5d4614f5055e8d7860e6f2c0e2f6]

        tdf#98315 - Function Wizard showing Breeze icons when in Sifr theme
        
        Fixes the missing link.
        
        Change-Id: Id138e0fd34293194b32c22575d1a763aefe0da05
        Reviewed-on: https://gerrit.libreoffice.org/41775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-09-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3b33f018713247dd511d232f8efdc7ce46de48f6]

        Updated core Project: help  7efd9647910ebfe0d2eb6050b812fd2894a30dcb
        
        Give Safe Mode more visibility
        
        Change-Id: If1e446aed65524f429eb3d56f9127e79f5aba44a
        Reviewed-on: https://gerrit.libreoffice.org/41778
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-09-01  Olivier Hallot  <olivier.hallot@libreoffice.org>  [dbaf05724059d8f1f4d9069a4387c52ffa6865fc]

        Updated core Project: help  ec8bc0cdb172478c9825dc434219519f702c2ac7
        
        Add language detector when landing in helponline
        
        Change-Id: I3481024a7503ea12d9bf8075e3045ab2b8801d20
        Reviewed-on: https://gerrit.libreoffice.org/41773
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-09-01  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [baed960b8ce55370a040d0c0f49bd3fdc16bdf84]

        tdf#89139 Fix exporting of DateTime to CacheDefinition according to ISO 8601
        
        With this commit, the date is saved in Excel format, like:
        "2009-07-06T10:53:02"
        
        We are now exporting attributes:
          "minDate"
          "maxDate"
          "containsDate"
        
        This is necessary to export properly .xlsx file. Without that MS Office 365
        is displaying error, and it is not even trying displaying .xslx file content
        Change-Id: I1239f5582173afe99bf9178fd4edd1dc5ca28e8e
        Reviewed-on: https://gerrit.libreoffice.org/41162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-08-31  Gabor Kelemen  <kelemeng@ubuntu.com>  [e3c2968b78a653932a82324bebd4e3cfd69511ad]

        tdf#111734 Reorder buttons to reach them with the Down arrow
        
        This seems to be enough to step through the buttons with the Down arrow.
        
        Change-Id: Ib9ad76bedb6abbf87164aafdf1c95cc438af8c3d
        Reviewed-on: https://gerrit.libreoffice.org/41772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-31  Julien Nabet  <serval2412@yahoo.fr>  [4c99b8a9de59f3c5280ff2944d9f828822897f4a]

        Replace some lists by vectors (+rename vars)
        
        Change-Id: Iad4e3cc13f7908840ef45a04ea4b551d3b0fc487
        Reviewed-on: https://gerrit.libreoffice.org/41771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1007e74d0564c393f88edd4df003e4c9a4524dae]

        Remove unused desktop/StaticLibrary_minidump.mk
        
        ...after f4c68d3ad80734e15d093eeee211519e97e2a8ec "use a dynamic library for
        minidump shared code"
        
        Change-Id: I155fdfbdcd6bdeff4def94c713c4372c13c3a0b2
        Reviewed-on: https://gerrit.libreoffice.org/41732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-31  Julien Nabet  <serval2412@yahoo.fr>  [70d9ae239bb4f5fbde135a7fe13d0a99c60d5172]

        Use vector and replace m_aBatchList by m_aBatchVector
        
        Change-Id: I7c2c529eb78679f9733374bf0785773684c728c4
        Reviewed-on: https://gerrit.libreoffice.org/41770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-31  Julien Nabet  <serval2412@yahoo.fr>  [39c6112b5b493eda042078447bf6c67bb7bd8a34]

        Replace list by vector for getResourceStringWithSubstitution
        
        Change-Id: I0b09a575971286ecc4d3bbc40926b949e9ab28c0
        Reviewed-on: https://gerrit.libreoffice.org/41768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-31  Caolán McNamara  <caolanm@redhat.com>  [70b9aa7bc1b6c1af358a14843c777c9d150f745d]

        Resolves: tdf#112122 Use EndElement instead of dtor to call throwing methods
        
        Change-Id: I1cc3b9af4089f1e657c5c63e0911aac8bdce04f3
        Reviewed-on: https://gerrit.libreoffice.org/41756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-31  Justin Luth  <justin_luth@sil.org>  [c071e5f6858661881065cbb4e644c37c8e94ccc6]

        tdf#108765 DOCX: after import, allow default styles again
        
        During import, we don't want LO's style defaults to intermingle
        with those of MSO [1]. However, if any styles are NOT defined by
        the document itself, then we want to use that new style with
        appropriate defaults.
        
        For example, if footnotes were never used, that style might not be
        defined in the .docx file. Later, if a user inserts a footnote
        for the first time, we certainly don't want the "default paragraph"
        settings. Instead, we want the default "Footnote" settings.
        
        [1]: see commit b95d203bc17c83ec0fe5139f519d53ed1d842d3a
        
        Change-Id: Ia71490e795885d3c16f764d0f716f6499765cb67
        Reviewed-on: https://gerrit.libreoffice.org/41546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-31  Justin Luth  <justin_luth@sil.org>  [b55d86610128d0b6f8d0fea7c9a3e9d5acd4c878]

        tdf#108932 - prevent textbox shrink from actually growing
        
        fix regression from a4dee94afed9ade6ac50237c8d99a6e49d3bebc1 for
        a particular situation - where the textbox flowed onto the following
        page.
        
        Change-Id: I58fe2909411c4e5e484083cfc395976f0bc4ba17
        Reviewed-on: https://gerrit.libreoffice.org/40558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-31  Eike Rathke  <erack@redhat.com>  [04d70c0999c716f5465631eca50945915ec607c4]

        Upgrade to language-subtag-registry-2017-08-15
        
        Change-Id: I437a86de2de2b3f660b462cfb0ff2167d9cc7a2d

2017-08-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [1cdaec1931e0012506726c773373e46fa6ef81c0]

        make the ScColumnsRange iterator return SCCOL
        
        since we don't want to expose internal details like the ScColumn to most
        of the code, make the ScColumnsRange iterators return SCCOL instead of
        ScColumn*
        
        Change-Id: I67a58df90959170105255d18e7dd38ef0d6e3c11
        Reviewed-on: https://gerrit.libreoffice.org/41719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-08-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0aad6244eb1a894fc399769b7dc52e23888b6982]

        need to manuall load all native-libs on e.g. Jellybean
        
        511ae02c6457e69cb6daab871acd9c3e7d64e2e3 introduced additional libraries
        that are not merged to the single liblo-native-code.so
        These need to be manually loaded in correct order. See
        https://stackoverflow.com/questions/11058898/loading-shared-libs-that-depend-on-other-shared-libs
        for details.
        
        Change-Id: I34b279b69de8a0f8f58f8f980e5b3a7347cd0439

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [36910b444cee523766fb812ec85ad8f2b5096680]

        Revert loplugin:constparam behavior when param is subject of cast
        
        ...cf. 72cfd4d024aa9deb68010824a804f252e37b8388 "loplugin:constparams: Also
        handle ObjCObjectPointerType"
        
        Change-Id: Ieec294d721002cac0c37bf2590a9ce20b3e123e3

2017-08-31  Eike Rathke  <erack@redhat.com>  [1897812ed4ab11409de8a58a75c3b631332ba92d]

        Classify ocPercentSign as Array capable
        
        Actually it's implemented in RPN as Array 100 ocDiv, and ocDiv is Array
        capable. Not being classified as Array capable resulted in ArraySize times
        matrix-Div being executed, effectively ArraySize*ArraySize div operations.
        
        Change-Id: I23366b5aa9c146cc59dc880f2a561348f7977329

2017-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [880d092e90f6c519e46b067f5157f268ee940f3e]

        vcl PDF export: remove no longer direct curl dependency
        
        The relevant code has been moved to svl.
        
        Change-Id: Ib635de3ec541d2ef3b7f54071d444356ef076711
        Reviewed-on: https://gerrit.libreoffice.org/41745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-31  andreas kainz  <kainz.a@gmail.com>  [3dc349b0ab905f5a0ae58628276a097f24527ba1]

        sifr add charmapcontrol icon for new drop down function
        
        Change-Id: Idc01a4bb82cbfad57f28d26d4859db685184982e
        Reviewed-on: https://gerrit.libreoffice.org/41690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-08-31  Caolán McNamara  <caolanm@redhat.com>  [1b7d983684790331eacdf027c26d1cf61ae53468]

        Resolves: tdf#112123 check m_xAutoStyles like in similar methods
        
        Change-Id: I099da789a0e64fd862d09bb462ccb699e1dc8b9f
        Reviewed-on: https://gerrit.libreoffice.org/41751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-31  Eike Rathke  <erack@redhat.com>  [13787b61d2fa4ef5e61a41e4bb0424a870dc03bf]

        SYLK import: init nRefCol,nRefRow with start col,row instead of 1,1
        
        So in a malformed document that does not specify ;X;Y;C;R before ;M a 1x1
        matrix formula is created at nStartCol,nStartRow instead of 2x2
        
        Change-Id: Idcc0f9d8c65bb142587fa6419af6f4dcb6209a0e

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [e601a2cf161a833a74ac02bb431cfde8ad965fa1]

        Fix silent merge conflict
        
        Change-Id: I8879560850b4cf94984e3b3657800273b276fcdb

2017-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d1bb76ebf5c51141018cfd76eccdb63472de8de]

        tdf#112109 sw: split section frames inside table cells, ignore nested tables
        
        Commit f8a76d218305a56d15b82b9dac4fafa558872780 (tdf#108524 sw: split
        section frames inside table cells, non-split text frames, 2017-07-06)
        added support for moving text frame masters to a next page inside
        section-in-table frames. But the code in SwFrame::GetNextSctLeaf()
        responsible for this is not up to nested tables, so don't try to split
        sections in this case.
        
        Otherwise we'll end up with frames which are marked as "in table", but
        don't actually have have table frame parents, so we crash in
        SwFrame::IsFootnoteAllowed() which assumes being in a table means a
        table frame parent.
        
        Change-Id: Iff19a4eda21a4dbfb9562dea7af8ec6767d47873
        Reviewed-on: https://gerrit.libreoffice.org/41748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-31  Michael Stahl  <mstahl@redhat.com>  [98552e46521b012e7694c056eca956ae4ee27a0c]

        tdf#112122 xmloff: inserting index marks into editengine throws
        
        Catch the exception, since that isn't even invalid input, editengine
        just can't do it.
        
        Change-Id: I362923889add4f1a1d3f8f18b0795993119d54b1

2017-08-31  Dennis Francis  <dennis.francis@collabora.co.uk>  [c864fc9eab79d0b24036588cf8fc37ef51bd1907]

        tdf#111939: Fallback to getting view data from best view shell...
        
        ...when ScDocShell::GetViewData() returns nullptr. This is needed
        when a macro is run from the macro editor window instead of running
        the macro from Tools menu in the Calc window.
        
        Change-Id: I89c23c2ec08e8e9907f02eb1389236111530058b
        Reviewed-on: https://gerrit.libreoffice.org/41733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [0906937a5dabc2300bb8a3974348772f7cad7423]

        sdext: fix loplugin:constparams warnings
        
        Change-Id: I1dd57031f8c83241ef4cfa5b22db7a34657ab0bd

2017-08-31  Caolán McNamara  <caolanm@redhat.com>  [4091841023c745edcd696af06a872c1affd6e36d]

        ofz#3240: avoid oom in gif loader
        
        Change-Id: Ifd00962ed607166b5521a3977a3021fb7b24957e
        Reviewed-on: https://gerrit.libreoffice.org/41747
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-31  Tor Lillqvist  <tml@collabora.com>  [2e1cafaf66f05b172d038feb721e646f5f6bed49]

        Bin fairly pointless default for parameter that was defaulted just once anyway
        
        Change-Id: If6d7c8f3223a45803a05d4950abe27bd90ac6dc6

2017-08-31  Katarina Behrens  <Katarina.Behrens@cib.de>  [7cc22cb0698a8524538f44975305eee51f0b31fe]

        Updated core Project: help  d32748eb92d52f1163ff560529ac488dfb25a3b7
        
        tdf#105606: Clarify access to X509 certificate storage
        
        * hint to MSIE on Windows, it's perhaps the easiest
        * MacOSX uses TB/FF storage
        * point to Tools > Options way to choose which TB/FF profile to use
        * env. variables are so 90ties
        
        Change-Id: I6aef05d1f71f98c71cfcc0278b0e5d373959f0ca
        Reviewed-on: https://gerrit.libreoffice.org/41743
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-08-31  Tor Lillqvist  <tml@collabora.com>  [1d1a1ff731267b9140197aedb9e90fe15c40ac0e]

        No need to call SetDebugName() when we already pass the same name to the ctor
        
        (Well, actually there wwre a minor difference, "sc ScModule IdleTimer"
        vs. "sc::ScModule aIdleTimer", and ditto for "SpellIdle", but that is
        hardly essential if even intentional?)
        
        Change-Id: I18a2af0d25c40404a41b1461664feda73183881e

2017-08-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [66518ead516e90d606e87c6ce58ec11fea6d172e]

        use extractNativeLibs="false" for less disk usage and faster installation
        
        no need to extract the (huge) nativve lib to the device's filesystem on
        newer android versions (Marshmallow and later) - can access the .so from
        within the apk if it is uncompressed.
        While the standalone apk will be larger, the delta-update mechanism of
        playstore can be more efficient, so you get:
        * faster installation (since the file doesn't need to be extracted)
        * less disk usage on device (for same reason)
        * smaller delta-updates for playstore
        
        drawbacks
        * larger standalone apk
        * on older android version more storage needed (the increased size of
        the standalone apk), as those will still extract the native-lib
        
        Unfortunately uncompressed it exceeds the current maximum size for
        single apk files in playstore (100MB), so cannot use for release-builds
        
        also revive installLocation attribute to allow installation on external
        storage and move from manifestPlaceholders from defaultConfig to release
        buildType (as otherwise gradle complains about having "Multiple entries
        with same key")
        
        Change-Id: Id07ac9c144886bb89abaf7b5b4bc7bd548f27247

2017-08-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e19100212c41f1b992f6e893ba525612e652d0c5]

        android: use sp (instead of dp) for font-size
        
        Change-Id: I11dbf24b38c08b4dfd3cc64dbacbcd949a37b833

2017-08-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6f29e5cb30d6244089f7f8b350bf61daea2c6fda]

        min and target SdkVersions are taken from gradle
        
        Change-Id: I2eeb265b101b126f6bf268c9c5fa0195a44b0ce7

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [6d57d6c40f15dfcf3c367687aaca5e144ba1e746]

        Adapt lopluign:constparams to variadic CXXOperatorCallExpr
        
        Change-Id: I21c7a0fb447b5ba0a7aa0ddc690b969b156a91f3

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [9a81c6933b829e511c3c61e2ae4205c04e577e4b]

        loplugin:constparams: xmlsecurity (clang-cl)
        
        Change-Id: If79b5c1bfdecc8e40247e9f1b2ba314f06ebbe84

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [0829b992a22119eae9240d3a13ec2c05cc828ec5]

        loplugin:constparams: winaccessibility (clang-cl)
        
        Change-Id: Ic668c1ee6c2dac70642480bc584f962921b428b2

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3f226429e3a63083f47e5cb33123dee7ba2d0728]

        loplugin:constparams: vcl (clang-cl)
        
        Change-Id: Iabcbb6e09616a28c0d8927d11af3da47e48cbd90

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [237d62284f3d2d5a03b985623f6dc5c338367c9c]

        loplugin:constparams: svl (clang-cl)
        
        Change-Id: Iddeb46c10046a83708ccff82e7125c36ed27c34d

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3fe9d25e32cf78b572fc6d99f2022f963cd3daae]

        loplugin:constparams: smoketest (clang-cl)
        
        Change-Id: I24c79c1a66ce2dc4cbb1736993643a8f4c14120c

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b2d56c8b588f418ced180562edef6c83a641c3fc]

        loplugin:constparams: shell (clang-cl)
        
        Change-Id: I7ffe60d53f4c4b7690efc8bec9d29a4959740d9a

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3c665f5dabbcf4fd8b42b5f97d653147a435d4d3]

        loplugin:constparams: setup_native (clang-cl)
        
        Change-Id: I36331a6caf560c7622f72c2fafa968522f44f5e9

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f27e98f9a73c44896aba8306cbaa645cf28a8950]

        loplugin:constparams: odk (clang-cl)
        
        Change-Id: I2daf0b0868d4bdfb412575b25dbe644e76607342

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [597191920ae8ba1f95ae7f6f916a7bef67a58990]

        loplugin:constparams: extensions (clang-cl)
        
        Change-Id: I1665228a622b18757951b725467933699f9871ae

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3e9619c747c1c4e50a6404313699643452b14a34]

        loplugin:constparams: embedserv (clang-cl)
        
        Change-Id: I6faa8df32e57a846968423cfbe026ce96f6ca7e8

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [287386df1f9277c8fbd22d48a8ff3dd9d183e1bc]

        loplugin:constparams: embeddedobj (clang-cl)
        
        Change-Id: Ic6616f432178fe1f972c5f819302a4fb6b4154fd

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c74a70e07c959a675d7e10dd1cacbebebb8e2e0a]

        loplugin:constparams: dtrans (clang-cl)
        
        Change-Id: I0a965f6957b74ff5db3aab54bef1fa05f3b594c7

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [a422a1be7ec4d80fc0b53aa7b36dee8a72c8200e]

        loplugin:constparams: dbaccess (clang-cl)
        
        Change-Id: If41080debabff46d849dbd6e7f29a941f294c6ad

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [dc3fc59fbaf4bd7c903c076f81071ea071d1b19c]

        loplugin:constparams: connectivity (clang-cl)
        
        Change-Id: I6dc7939f42aa1d1d62f8c71f5a5529becdffa704

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [00b101bb6ce0e5eb56b4f9490849de15aeba6b63]

        loplugin:constparams: canvas (clang-cl)
        
        Change-Id: I892498d323acd72757a05bac05d19c62f11f7cd3

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f192302a57a7c49f711c87eef548f93a3364d9b9]

        loplugin:constparams: basic (clang-cl)
        
        Change-Id: Ia84473360333cb4905692a4d9d0358c93acebff8

2017-08-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [b02998a7cb86bb69c01fd7c2625c801eef835e55]

        inline some use-once typedefs
        
        and remove some dead ones
        
        Change-Id: I6946d717d3c15dc5207489ed3d56d985dd953d59
        Reviewed-on: https://gerrit.libreoffice.org/41746
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-31  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c54850b23a8240a41755af171a6d3f990ee69f84]

        gpg4libre/comphelper: add storage helper for GPG encryption data
        
        Change-Id: Idba9ad7a821cb33070cf5e5a0f79ae55db99b276
        Reviewed-on: https://gerrit.libreoffice.org/41504
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f20810a1318a8dd55cb01e42a0fde7f0e1b36623]

        Adapt external/beanshell to Java 9
        
        For one, drop a spurious target="1.5" so that ant instead uses the passed-in
        JAVA_TARGET_VER (which needs to be 1.6 for Java 9).
        
        For another, the deprecated java.awt.Component.getPeer method finally got
        removed, so bsh.util.AWTConsole would no longer compile.  But it looks like that
        class is not used by us anyway, so just remove the problematic code.
        (workdir/UnpackedTarball/beanshell/docs/manual/bshmanual.html: "Web Browser
        Access:  After starting the server you can connect your web browser to the port
        you specified.   BeanShell will respond by sending an HTML page offering you a
        choice of the Swing based JConsole or the older AWTConsole.  You may choose
        whichever is appropriate for your web browser.  [...]  The bsh.util.AWTConsole
        is a legacy implementation of the GUI Console using AWT instead of Swing.  This
        console does work, but it is not as slick or pretty as the JConsole.  The
        primary reason it is still here is to support remote access from generic web
        browsers using only Java 1.1.")
        
        Change-Id: I9f1112caebae9a55e4eec7f9baa0114b2254ccda

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [4082b5874adddedf8332fe977b6bb47b6949b302]

        Restrict loplugin:constparams cast-to-void check
        
        Change-Id: I3c4d4f99b423f46136a79f3b06c5f0e1492872f1

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [72cfd4d024aa9deb68010824a804f252e37b8388]

        loplugin:constparams: Also handle ObjCObjectPointerType
        
        ...in 0660a30d54eb6762302cf1afd43de01e137f6393 "Avoid loplugin:constparam when
        param is subject of cast to non-const pointer"
        
        But turns out this whole avoidance is ill-advised and should eventually be
        reverted:
        
        Aug 31 09:09:26 <sberg> noelgrandin, the way you originally handled CastExpr in
         constparam's checkIfCanBeConst, your intent was if there's code like
         static_cast<T*>(p) and param p is found it can be made const, one would also
         need to change that cast to static_cast<T const *>(p) when fixing the loplugin
         warning, right?
        Aug 31 09:09:43 <noelgrandin> sberg, correct
        Aug 31 09:10:10 <sberg> noelgrandin, I messed the up with
         0660a30d54eb6762302cf1afd43de01e137f6393
        Aug 31 09:10:12 <IZBot> core - Avoid loplugin:constparam when param is subject
         of cast to non-const pointer -
         http://cgit.freedesktop.org/libreoffice/core/commit/?id=0660a30d54eb6762302cf1afd43de01e137f6393
        Aug 31 09:10:24 <noelgrandin> sberg, I probably should have had a test for that
        Aug 31 09:10:41 <noelgrandin> tests are better at expressing intent
        Aug 31 09:10:56 <sberg> I ran across it in a function that needed to have the
         param non-const for API reasons (callback fn), and it looked like the "obvious"
         fix there, not needing to add the fn to the blacklist
        Aug 31 09:11:26 <sberg> I'll eventually get that fixed again (but want to first
         get the Mac and Windows builds to succeed)
        Aug 31 09:11:44 <noelgrandin> fair enough
        
        Change-Id: Idef0cfc417ec0597a26a29c8720e3e4051a68e00

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [20b11e8dc40a1d467dcc3dd0fa7bedde72a292bf]

        ...in which Johnny returns from the fair for real
        
        and finds loplugin:constparams adapted to ObjCIvarRefExpr also
        
        Change-Id: Ib803cd80b01ad7a0fa07bddb77a873bb323a50c0

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [a5d4179ecf35b4cd4c7d869e06932340cd24e982]

        loplugin:constparams: vcl (macOS)
        
        Change-Id: I993ab0021d0a0bee8e78975bba180355d2bfb19c

2017-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f734304a7fc27e26468616b8e50d378f6ff39749]

        loplugin:constparams: connectivity (macOS)
        
        Change-Id: I2d14eeea20d2622e06c7c34a1fa7e84439b3d224

2017-08-31  Caolán McNamara  <caolanm@redhat.com>  [91c6fecc208f8242d2ff04c17ec56b4a5e2c1620]

        ofz#2896 turn off auto look up col/row names for import testing
        
        Change-Id: I346a9760c0692449ce5301f5075b3de0271fdadf

2017-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b75e6efdd04fa1128dd2cef6e28b1ad172464143]

        Check ENABLE_ONLINE_UPDATE_MAR in one more place
        
        Change-Id: I76f5702aad9b57f3031bc35b5271a5dde8ed4f28

2017-08-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec67943f59e09f0f933182f52e582e28b3f258bc]

        class ViewDescriptor is unused
        
        since
        
            commit 990691b144c1292f0263e0a8b8704b0ccbd7a168
            Date:   Mon Nov 23 09:58:38 2015 +0200
            loplugin:unusedfields in sdext/
        
        Change-Id: I89b7e59d37af8ba4093ca2e941219b29fd7bd726

2017-08-30  Michael Stahl  <mstahl@redhat.com>  [4b4ebb15456af443347679a7e7e8726c090a5bf5]

        sw: WW8 import: properly handle consecutive range annotations
        
        moz1187869-1.doc crashes on export to ODF because an annotation
        mark has been inserted that does not have a SwPostItField.
        
        In fact, the SwPostItField exists, but the annotation mark is at
        the wrong position.
        
        There are 2 consecutive range annotations in the file, so when
        Read_And() calls MoveAttrs(), the end of the both annotations
        are moved 2 times, hence later SwFltControlStack::SetAttrInDoc()
        will insert 2 annotation marks with the same end position,
        and the 2nd one will overwrite the name that the 1st one set
        on the 2nd SwPostItField, while the 1st SwPostItField remains
        with an empty name.
        
        Ensure that the end of an annotation mark is no longer moved
        once it's on the position of the field inserted in Read_And().
        
        Crash is a regression from 31c54fa7bb03768b425ae019096e0a0e26e9c736.
        
        Change-Id: I0fd661e22e51701de67227f9145a13c62b10143e

2017-08-30  Eike Rathke  <erack@redhat.com>  [4b6844343cdd4c1ddbf2326eabe177b516b8d7f7]

        Restrict GetDoubleFromDateTime() and GetDateTimeFromDouble() correction
        
        ... to specific 1899-12-30 vs. 1899-12-31 nulldate. Further check is needed to
        do that only for OOXML transitional or dateCompatibility==true.
        
        Change-Id: Ieecd3a5d061f900fbdec5bd9d1bf5ac61b966004

2017-08-30  Caolán McNamara  <caolanm@redhat.com>  [2fdbf463f9d934bca48131df8b51caf36da2e8e5]

        nothing is reading the futilely set WB_AUTOSIZE bit
        
        Change-Id: Ifbc2dffcb8db1511d5c08e51c972e822355f41c6
        Reviewed-on: https://gerrit.libreoffice.org/41737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-30  Caolán McNamara  <caolanm@redhat.com>  [cfc2022deba6070b449f2c1d3b0b5a8b17057a47]

        WB_AUTOSIZE is always on for SvtURLBox
        
        Change-Id: I1c13392b4238fc8cdb1286b39c5eaaa62f7934cb
        Reviewed-on: https://gerrit.libreoffice.org/41736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-30  Caolán McNamara  <caolanm@redhat.com>  [14afb688d3a24be302867ea614b0e30e01d168be]

        Resolves: tdf#95960 improve custom properties page
        
        wrt widget heights and positions and other flakiness
        
        take the natural combobox height as the line height, use a vclgrid
        element for each row to get everything set to the same height
        
        move the positioning code into Resize, etc.
        
        Change-Id: I22de98ef91e39d1e7e45bbe62f68496d55c0c1cb
        Reviewed-on: https://gerrit.libreoffice.org/41734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a2f2a40e37aadc0a32435a33402a21a678464ba4]

        tdf#112106: Corrupted pivot table after XLSX -> XLS conversion in Calc
        
        Always write out a data layout name.
        
        Change-Id: Ic0b43d9c0365eca5e417fe9f2fe4b77b538f3278
        Reviewed-on: https://gerrit.libreoffice.org/41739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [dce78f9caae194da13fa5399298d57701abc8744]

        gpg4libre: Add flag for filters that support GPG encryption
        
        Change-Id: I48518f26a3ccbe430d36fb6657bdeff0943492d3
        Reviewed-on: https://gerrit.libreoffice.org/41263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d5189db4df292501cf18ad84e406d6401d14a5ce]

        Compact content of external/rhino/rhino1_5R5-find_swing.patch to single place
        
        ...instead of adding something into the middle of the previous
        external/rhino/rhino1_5R5.patch
        
        Change-Id: I94a0e022776db67f50e785c45b0982977eec17f1

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [c4f0977ccc97c8c7aca51666f6fcc3089a3f3c7c]

        Pass "verbose" flag into ant
        
        Change-Id: I76d7c8a41d64baae3591dd188a2d2e46f17622bb
        Reviewed-on: https://gerrit.libreoffice.org/41735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [64a4ad3a678e414cccdcc158dbe4c76c4bad3cda]

        Avoid loplugin:constparam when param is marked as unused
        
        ...as in entry_group_callback
        (sd/source/ui/remotecontrol/AvahiNetworkService.cxx),
        
          AVAHI_GCC_UNUSED void *userdata
        
        Change-Id: I494067878181c51b77d581a21ab1c9ef81e482e5

2017-08-30  Eike Rathke  <erack@redhat.com>  [9540916d824521592c08fdbff5014a01dffca752]

        Unit tests for tdf#91758
        
        Change-Id: I4015a339ca18b214adca228b58319d897f0ad910

2017-08-30  Eike Rathke  <erack@redhat.com>  [f49ef5b771910384de0bc2d4c86ad3e0442b295a]

        Force ISO date format again if ISO input, tdf#91758 follow-up
        
        ... and input doesn't match a date acceptance pattern, even if less than 3
        digits in year.
        
        Change-Id: Ib25aa8e813c06a224cfa95ead79c0f3bf2d2d672

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [b44f062df9f541b0a1bea974556483c7a5876b35]

        Adapt getcompver.awk to Java 9
        
        ...where at least <http://jdk.java.net/9/> "JDK 9 Early-Access Builds" 'java
        -version' outputs a single-digit
        
          java version "9"
        
        Change-Id: I7807f56593e5436418b49950ca6c2a178d6721f5

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [5d2e830a309dbc5186b2b6e35ecacf533ff7da0c]

        Avoid loplugin:constparam when param is cast to void
        
        ...which typically indicates that the param just has to be of the given type for
        some reason
        
        Change-Id: Ide30f514c5a849ae897c31c1744ece9df712a9fc

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0660a30d54eb6762302cf1afd43de01e137f6393]

        Avoid loplugin:constparam when param is subject of cast to non-const pointer
        
        ...as in WriteCallback (desktop/source/minidump/minidump.cxx), where
        
          void *ptr
        
        is use in
        
          static_cast<char *>(ptr)
        
        Change-Id: I0bd44329029cd793390d0744de3c839612e0b494

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [67bff64e106a7b8192e73e3665474d4c4d1eb61a]

        Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxx
        
        Change-Id: I0193ce3be582cb0a06cca17257b1e6587c5b3752

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [975d65eca3ccac4a9e2ff978ff15cdaa1828f89d]

        loplugin:constparams
        
        Change-Id: I8bc9fd2a3ad727f1a0f4b98254efdae085a2b8cd

2017-08-30  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [79b5d5037ba32f30ee383402314e12bfa965fb02]

        SmartArt: grDir snake algorithm parameter
        
        Change-Id: I643ed981cc9d02e5118f09a3c04abcea2fc5ecd7
        Reviewed-on: https://gerrit.libreoffice.org/41516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-30  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [8ff306d81be73cedec940ae996d73f4e3a4a6422]

        tdf#43157 Clean up OSL_ENSURE in oox/drawingml/diagram
        
        Change-Id: I9e3b80c365d6f43cd6f6f42ccdd0a8920f4ace14
        Reviewed-on: https://gerrit.libreoffice.org/41513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [546915797286b0e1744c25b1b0d7e13fb1bbe94e]

        gpg4libre: request key from filepicker
        
        Change-Id: I3a20f293bd12fc3de76fb1e846452c0a574e8794
        Reviewed-on: https://gerrit.libreoffice.org/41503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-30  Michael Stahl  <mstahl@redhat.com>  [91635d5096df2ac19c2f80fbfbecd86620902540]

        vcl: [loplugin:constparams]
        
        Change-Id: Ic390dbb5a83a049635a868a14d09eaf1cfc2080f

2017-08-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [80dd56035e91666efa551c1e4dd4341d30c06510]

        fix ScJumpMatrixToken memory handling
        
        ScJumpMatrixToken unconditionally deletes the ScJumpMatrix pointer it
        receives. But it's copy constructor also just copies that pointer,
        meaning that we could end up freeing that pointer twice.
        
        ScJumpMatrix has no copy constructor, so I just managed it via
        shared_ptr.
        
        Change-Id: I9cf13312afb4f2869fdc878e5f34060614e31842
        Reviewed-on: https://gerrit.libreoffice.org/41728
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [4e825d97a8423c9493c5f6f4ac0493b8799f86f6]

        gpg4libre: Encrypt with GPG checkbox in SaveAs file dialog, 1st stab
        
        LibO's own file dialog only so far
        
        Change-Id: Ic5f6c180afb5d4e0fc151ad57d769b99ad7fbdf3
        Reviewed-on: https://gerrit.libreoffice.org/41292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [99fb14ef729f9b92edcdd4bd7940d48fff6a7307]

        ...in which Johnny returns from the fair
        
        and finds loplugin:constparams adapted to ObjCMessageExpr
        
        Change-Id: I6e1ddd0fb1a8a61d5a78c156bccfc29f7233909e

2017-08-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb08f19c73265e51f9192e65989be06277aef3dc]

        loplugin:constparam
        
        Change-Id: I81055d60c3c5d35e46e7d0c3a451e93e42d86783

2017-08-30  Eike Rathke  <erack@redhat.com>  [b0f759560b19b036751e8e557562de952c3da1af]

        Correct a test that worked only by chance, tdf#91758 follow-up
        
        ... but now doesn't anymore.
        
        Change-Id: I573bdda023c69b895afe9959f345fc0e6d862cf8

2017-08-30  Caolán McNamara  <caolanm@redhat.com>  [e63e3e37f335e5729c59a0139c874cca02f83d76]

        Resolves tdf#112101 crash on particular file with office:event-listeners
        
        Change-Id: I99a007543f90f4024666d296e9a775f8cee15086
        Reviewed-on: https://gerrit.libreoffice.org/41723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-30  Eike Rathke  <erack@redhat.com>  [1cfe6a904d3349413173f5d412c280936f938a9e]

        Resolves: tdf#91758 more stringent check for ISO date like looking input
        
        Already check at the end of input analysis whether it could be an ISO date to
        not apply x-y-z onto MDY or DMY later. For an acceptable ISO input, apart from
        M and D restrictions, Y-M-D year numbers must be greater than 12 in MDY order
        or greater than 31 in DMY order, or have at least 3 digits (possibly leading 0).
        
        Change-Id: I8d3eb7e2403421469050850e45d1db5c0be018f5

2017-08-30  Eike Rathke  <erack@redhat.com>  [6254fbf8a76a0d8edb290b03e0632ef6513a8d98]

        Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() results
        
        Change-Id: I3cd6967931abcbf806a539a19f7f9371398567c2

2017-08-30  Eike Rathke  <erack@redhat.com>  [ae6c5083f04f8fad299cdc7a6b6558f1270cc619]

        Related: tdf#91758 don't remember nCanForceToIso8601 state
        
        CanForceToIso8601() can be called twice for different DateOrder.
        
        Change-Id: I656d499b8a557814326fe71333fcb644c7d3e909

2017-08-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [008199ee75ed4edc250270628f6e6cb1677dbbc9]

        loplugin:constparam in various
        
        Change-Id: I6821a3946f2e8fabf26558a84370c16ac8827fed
        Reviewed-on: https://gerrit.libreoffice.org/41721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-30  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [da8cf43b4f2af008df231f5e0629c71bd7f2b762]

        Refactoring fastcontexts code:
        
        Moved all the casts inside ::createFastChildContext and
        used reference to it as an argument in the constructors. This
        avoids spreading the cast statements all over the place.
        
        Also removed some of the empty createFastChildContext(), they are
        unnecessary as the parent class already has it.
        
        Change-Id: I344ede732a53878a7e265c0178b07d73b5398237
        Reviewed-on: https://gerrit.libreoffice.org/41178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0365ca351aac534d3fc09d22f6a91017525bfef8]

        pdfium: update to 3196
        
        Change-Id: Ia3bfe918d5dcb52faf3829d59d8a8c3b95e31bbc
        Reviewed-on: https://gerrit.libreoffice.org/41722
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-30  Tor Lillqvist  <tml@collabora.com>  [310efe2d580598b1143148559c057dd52b32a42b]

        This can be const
        
        Change-Id: I5d9f96111a17ec49deeb5716e1a8d38e444dad20

2017-08-30  Tor Lillqvist  <tml@collabora.com>  [1cfb07cb0b8dfa1d2db945622f52a2a9bead7083]

        This variable can be const, and calculated once before the loop
        
        Change-Id: I18aa862a6568891f1c44d5b6da78fc2ac45e8075

2017-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfdc113bbd852e8f4b4863db457e2938aaad0c64]

        EPUB export: support char props on text outside a span
        
        The librevenge model is simpler: text is always in a span, and paragraph
        (automatic) styles don't contain char props, either. So handle this
        complexity on our side.
        
        Change-Id: I017222539d8981d2bbbc632258662444bf3a79c8
        Reviewed-on: https://gerrit.libreoffice.org/41705
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-30  andreas kainz  <kainz.a@gmail.com>  [0be2ac10cb4baf14e8ba9f30a10c5b5ad3a7197d]

        remove insertsymbol cause we have now CharmapControl
        
        Change-Id: I955fe255021996bd717cada64a1c69751a83cf45
        Reviewed-on: https://gerrit.libreoffice.org/41715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [58a84aa21694bf15dd234e5f8bac57c6ffc44b13]

        Update external/nss/asan.patch.1
        
        ...after c6df07f905cd9562132b06e44f90b0479b250f7a "nss: Upgrade to release
        3.31.1 and update patches"
        
        Change-Id: I0f18659ee65d9b917377ef75e94f3b9fb8ece58e

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [78960ad06faca055a6d97afbc764c902d5d07f6f]

        Missing include
        
        Change-Id: Ic0ab1cc72005f99d7558b06c9a4ec9c94f2f0460

2017-08-30  Stephan Bergmann  <sbergman@redhat.com>  [f86552ea150c971a995db4856482746df9ffdbba]

        This check for GDIObj subtypes is exhaustive
        
        For one, catches issues like d5ed3cd6dbd22bb18542778f1c48f4d5b3ae0f95 "Make
        WinMtfFontStyle's base class EMFIO_DLLPUBLIC, too" earlier.  For another, uses
        if/else to avoid unnecessary, expensive dynamic casts.
        
        Change-Id: I695b1e8673d5af22060b05b982789ad0ddcd39c3

2017-08-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [7f4e02e3809e10564bd2bb91465c99f4dd207da7]

        Updated core Project: help  ba1b065b296a1fce482bb3ebfa2fc8b765b45456
        
        Uppercase Xor operator for consistency
        
        Change-Id: Iabc0599c1d921597b35601d5766a8f8afe2b17b8
        Reviewed-on: https://gerrit.libreoffice.org/41637
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-08-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [1b57fe0edc900fddc2c713ea65392e305076c6b2]

        Updated core Project: help  79b1d6e796d6d689ef200d4531b0b2734b344392
        
        Some tweaks in online XSLT transform
        
        * move lang attribute from <body> to <html>
        * remove role attribute in <label> (not W3C compliant)
        * Fix license of help contents in page footer
        
        Change-Id: Ia8e116588ff3a3ce41d146eea06385a420a5b0f7
        Reviewed-on: https://gerrit.libreoffice.org/41716
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-30  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b90bdb1c0d27fd87c85a2d1d6ea66070b97b7977]

        tdf#108352: Structure of pivot table coming from XLS is altered in LO
        
        Change-Id: I001daeaa12cd41cc36033a26457f960d8b8a5c0e
        Reviewed-on: https://gerrit.libreoffice.org/41713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-29  Kiyotaka Nishibori  <ml.nishibori.kiyotaka@gmail.com>  [a9cd75c1501d5095887c657426820962c68e0ede]

        Fix 'make translations' run again
        
        Some translatable strings without context attribute was fixed at recent commit. However 'make
        translations' fails still now:
        
        [POT] pot.done
        Traceback (most recent call last):
          File "/home/kiyotaka/Sources/libreoffice-testing/solenv/bin/uiex", line 30, in <module>
            keyid = entry.msgctxt + '|' + entry.msgid
        TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
        
        Two translatable strings in 'sc/uiconfig/scalc/ui/dataprovider.ui' have had no context attribute.
        
        Change-Id: Id832ef62904b8000b58348bdc380d58eff305001
        Reviewed-on: https://gerrit.libreoffice.org/41598
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [79cfd48dae2b986b691bb00a8400c7e9cc2cdda7]

        Resolves: tdf#112017 crash on particular odt
        
        Change-Id: I6ba2e73562a16afecb6abdfe4f1a40b1e316379e
        Reviewed-on: https://gerrit.libreoffice.org/41685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Julien Nabet  <serval2412@yahoo.fr>  [c82e5db9626e4d84300f84842b837e852be828be]

        tdf#112027: avoid leaks in FillTreeBox (sfx2)
        
        Next step could be using std::unique_ptr<StyleTree_Impl>
        instead of StyleTree_Impl*
        
        Change-Id: Ifbf5313fedf1fc0310073918f91edd6fe75d0afc
        Reviewed-on: https://gerrit.libreoffice.org/41710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Julien Nabet  <serval2412@yahoo.fr>  [864f89e92e31c239afdea5d429e5f569b3894d1a]

        Related tdf#111892: use unique_ptr
        
        Change-Id: I8de0704cae36805737033c38950ac45be13198da
        Reviewed-on: https://gerrit.libreoffice.org/41650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Gautam Prajapati  <gautamprajapati06@gmail.com>  [c6df07f905cd9562132b06e44f90b0479b250f7a]

        nss: Upgrade to release 3.31.1 and update patches
        
        This commit updates the NSS to release 3.31.1 and NSPR
        to 4.15. It also updates the external/nss/nss.patch and
        external/nss/nss-android.patch to incorporate the
        NSS source changes.
        
        Change-Id: Icdd933b67e717f8d91622cd5f6001e34e261b746
        Reviewed-on: https://gerrit.libreoffice.org/41636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8c21ecc8f599c6ef5c6f88283cf8810098180e6d]

        Removed ancient comment
        
        Change-Id: I3607551397e131990f37eea4ee70e92e19d9c538
        Reviewed-on: https://gerrit.libreoffice.org/41657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [68178e226bd5d84fade75f48fc34a42a0e4035d6]

        Fix typo in code
        
        Change-Id: I9aadb4f3f7f71715e886666f11a91c4392395860
        Reviewed-on: https://gerrit.libreoffice.org/41704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-29  Jens Carl  <j.carl43@gmx.de>  [22b54751a8593f2a05abd36a5340a511c78a5fe3]

        Remove unused header
        
        Change-Id: Idf069da8098ffdfc5174c161302228076a80b080
        Reviewed-on: https://gerrit.libreoffice.org/41673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [f8a900e81e397cbee9837312d16210b39443c850]

        loplugin:constparam in sc part9
        
        Change-Id: If5bd37c48ee99210eb8f8a432b87a5e5235865bd
        Reviewed-on: https://gerrit.libreoffice.org/41702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Noel Grandin  <noelgrandin@gmail.com>  [4e70d0b6bf4c07734b11bc2df155ccdc9fc6874b]

        rename SBX errorcodes to BASIC
        
        Change-Id: Ia6c2d2379a2f6e9b1109e2c04edd5cdd9dcf242f
        Reviewed-on: https://gerrit.libreoffice.org/41706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [ddc4c0edeb57c95c02a683fd4dae50c57578237d]

        Strength-reduce XViewSplitable::testSplit
        
        At least my macOS build had failed CppunitTest_sc_tabviewob now, as there
        getSplitRow() returns 2 instead of 3.  Before
        0bd57d62d0f15eced0e99097d9f46a86f177e9a1 "tdf#45904 Move Java _XViewSplitable
        tests to C++" the original Java code only checked for non-zero, so keep it at
        that for now.
        
        Change-Id: Ia777bb27d0296507c73df170fff623d45cd55dca

2017-08-29  Gabor Kelemen  <kelemeng@ubuntu.com>  [e44ec17e7bd0e5f8528d5c40ea10619798bba464]

        tdf#112062 Spelling: Grey -> Gray in color palettes
        
        Change-Id: I724c7ad0327a577032b8aeaa5b6dffe81d34e15f
        Reviewed-on: https://gerrit.libreoffice.org/41662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  andreas kainz  <kainz.a@gmail.com>  [bdedadfcc000ae94e590136775e7959dc54b4dbb]

        add 32px to tango icon set from adwaita
        
        Change-Id: If5dbf0fcb4dcce2e89f00521d6c9317844293b25
        Reviewed-on: https://gerrit.libreoffice.org/34708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  andreas kainz  <kainz.a@gmail.com>  [ce72954d2c363b3465c8aa3d70ed333c679e202d]

        add setoutline icon to tango
        
        Change-Id: I800906806d98720317f725d7c0a496e84f016f47
        Reviewed-on: https://gerrit.libreoffice.org/41691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  andreas kainz  <kainz.a@gmail.com>  [1367d0a42da72aed675b09f8d462cb0f34260f79]

        add setoutline icon to sifr
        
        Change-Id: Idab8d4bbee01fbc69932055f267a5518b69a538c
        Reviewed-on: https://gerrit.libreoffice.org/41693
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  andreas kainz  <kainz.a@gmail.com>  [72c8044fa19d6b93d4a37f35a838603ce537483c]

        tdf#107741 breeze-icon update for border style
        
        Change-Id: Iae63cf9df6b78757db0b55dcbac9c90c4f844777
        Reviewed-on: https://gerrit.libreoffice.org/41703
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c088880c871a510b6e4b703f01ff42bce104e5f]

        tdf#112008 Assert when starting an empty slideshow
        
        Init() is called via at least two different code patchs,
        from BasicViewFactory::CreateView and
        PresentationViewShell::FinishInitialization.
        
        But we only call EndListening() once in the destructor, so lets just
        check before calling StartListening()
        
        Change-Id: Ia6757a17934cc2665c635e21ee0305a810c624c1
        Reviewed-on: https://gerrit.libreoffice.org/41701
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [9b3813cdbf79366379a783596e5223624a03a5d4]

        Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"
        
        ...during CppunitTest_drawinglayer_border:
        
        > WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=3780)
        >   Cycle in lock order graph: M1066643978230284960 (0x000000000000) => M1071992002787787328 (0x000000000000) => M1066643978230284960
        >
        >   Mutex M1071992002787787328 acquired here while holding mutex M1066643978230284960 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libsvllo.so+0xecc78)
        >     #3 ClearableGuard include/osl/mutex.hxx:163 (libsvllo.so+0x10409f)
        >     #4 ResettableGuard include/osl/mutex.hxx:208 (libsvllo.so+0xfe61c)
        >     #5 ItemHolder2::impl_addItem(EItem) svl/source/config/itemholder2.cxx:80 (libsvllo.so+0xfd5ae)
        >     #6 ItemHolder2::holdConfigItem(EItem) svl/source/config/itemholder2.cxx:70 (libsvllo.so+0xfd4bf)
        >     #7 SvtCTLOptions svl/source/config/ctloptions.cxx:357 (libsvllo.so+0xf9308)
        >     #8 drawinglayer::detail::getDigitLanguage() drawinglayer/source/processor2d/getdigitlanguage.cxx:20 (libdrawinglayerlo.so+0x20882b)
        >     #9 VclProcessor2D drawinglayer/source/processor2d/vclprocessor2d.cxx:1434 (libdrawinglayerlo.so+0x248ed3)
        >     #10 VclPixelProcessor2D drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:77 (libdrawinglayerlo.so+0x239f5c)
        >     #11 drawinglayer::processor2d::createBaseProcessor2DFromOutputDevice(OutputDevice&, drawinglayer::geometry::ViewInformation2D const&) drawinglayer/source/processor2d/processorfromoutputdevice.cxx:51 (libdrawinglayerlo.so+0x20f366)
        >     #12 (anonymous namespace)::DrawinglayerBorderTest::testDoublePixelProcessing() drawinglayer/qa/unit/border.cxx:98 (libtest_drawinglayer_border.so+0x9a05)
        >     #13 void std::__invoke_impl<void, void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227 (libtest_drawinglayer_border.so+0xc01e)
        >     #14 std::result_of<void ((anonymous namespace)::DrawinglayerBorderTest::* const&((anonymous namespace)::DrawinglayerBorderTest*&))()>::type std::__invoke<void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&>(void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250 (libtest_drawinglayer_border.so+0xbf0d)
        >     #15 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_122DrawinglayerBorderTestEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604 (libtest_drawinglayer_border.so+0xbdeb)
        >     #16 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933 (libtest_drawinglayer_border.so+0xbd5b)
        >     #17 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991 (libtest_drawinglayer_border.so+0xbc66)
        >     #18 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731 (libtest_drawinglayer_border.so+0xb62a)
        >     #19 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127 (libtest_drawinglayer_border.so+0x12efe)
        >     #20 CppUnit::TestCaller<(anonymous namespace)::DrawinglayerBorderTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175 (libtest_drawinglayer_border.so+0xadcc)
        >     #21 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32 (libcppunit-1.14.so.0+0xd61d2)
        >     #22 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39 (libvclbootstrapprotector.so+0x1114)
        >     #23 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #24 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89 (unobootstrapprotector.so+0x2204)
        >     #25 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #26 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63 (unoexceptionprotector.so+0x23e9)
        >     #27 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #28 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15 (libcppunit-1.14.so.0+0xa57ad)
        >     #29 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #30 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86 (libcppunit-1.14.so.0+0xc4a96)
        >     #31 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182 (libcppunit-1.14.so.0+0xf4714)
        >     #32 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91 (libcppunit-1.14.so.0+0xd5750)
        >     #33 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #34 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #35 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #36 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #37 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47 (libcppunit-1.14.so.0+0x10282c)
        >     #38 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149 (libcppunit-1.14.so.0+0xf4223)
        >     #39 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96 (libcppunit-1.14.so.0+0x102c76)
        >     #40 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316 (cppunittester+0x4bd1e8)
        >     #41 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #42 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M1066643978230284960 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libsvllo.so+0xecc78)
        >     #3 Guard include/osl/mutex.hxx:129 (libsvllo.so+0xf38ef)
        >     #4 SvtCTLOptions svl/source/config/ctloptions.cxx:350 (libsvllo.so+0xf9224)
        >     #5 drawinglayer::detail::getDigitLanguage() drawinglayer/source/processor2d/getdigitlanguage.cxx:20 (libdrawinglayerlo.so+0x20882b)
        >     #6 VclProcessor2D drawinglayer/source/processor2d/vclprocessor2d.cxx:1434 (libdrawinglayerlo.so+0x248ed3)
        >     #7 VclPixelProcessor2D drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:77 (libdrawinglayerlo.so+0x239f5c)
        >     #8 drawinglayer::processor2d::createBaseProcessor2DFromOutputDevice(OutputDevice&, drawinglayer::geometry::ViewInformation2D const&) drawinglayer/source/processor2d/processorfromoutputdevice.cxx:51 (libdrawinglayerlo.so+0x20f366)
        >     #9 (anonymous namespace)::DrawinglayerBorderTest::testDoublePixelProcessing() drawinglayer/qa/unit/border.cxx:98 (libtest_drawinglayer_border.so+0x9a05)
        >     #10 void std::__invoke_impl<void, void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227 (libtest_drawinglayer_border.so+0xc01e)
        >     #11 std::result_of<void ((anonymous namespace)::DrawinglayerBorderTest::* const&((anonymous namespace)::DrawinglayerBorderTest*&))()>::type std::__invoke<void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&>(void ((anonymous namespace)::DrawinglayerBorderTest::* const&)(), (anonymous namespace)::DrawinglayerBorderTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250 (libtest_drawinglayer_border.so+0xbf0d)
        >     #12 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_122DrawinglayerBorderTestEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604 (libtest_drawinglayer_border.so+0xbdeb)
        >     #13 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933 (libtest_drawinglayer_border.so+0xbd5b)
        >     #14 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991 (libtest_drawinglayer_border.so+0xbc66)
        >     #15 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::DrawinglayerBorderTest::*)()> ((anonymous namespace)::DrawinglayerBorderTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731 (libtest_drawinglayer_border.so+0xb62a)
        >     #16 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127 (libtest_drawinglayer_border.so+0x12efe)
        >     #17 CppUnit::TestCaller<(anonymous namespace)::DrawinglayerBorderTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175 (libtest_drawinglayer_border.so+0xadcc)
        >     #18 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32 (libcppunit-1.14.so.0+0xd61d2)
        >     #19 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39 (libvclbootstrapprotector.so+0x1114)
        >     #20 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #21 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89 (unobootstrapprotector.so+0x2204)
        >     #22 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #23 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63 (unoexceptionprotector.so+0x23e9)
        >     #24 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #25 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15 (libcppunit-1.14.so.0+0xa57ad)
        >     #26 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #27 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86 (libcppunit-1.14.so.0+0xc4a96)
        >     #28 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182 (libcppunit-1.14.so.0+0xf4714)
        >     #29 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91 (libcppunit-1.14.so.0+0xd5750)
        >     #30 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #31 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #32 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #33 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #34 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47 (libcppunit-1.14.so.0+0x10282c)
        >     #35 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149 (libcppunit-1.14.so.0+0xf4223)
        >     #36 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96 (libcppunit-1.14.so.0+0x102c76)
        >     #37 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316 (cppunittester+0x4bd1e8)
        >     #38 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #39 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M1066643978230284960 acquired here while holding mutex M1071992002787787328 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libsvllo.so+0xecc78)
        >     #3 Guard include/osl/mutex.hxx:129 (libsvllo.so+0xf38ef)
        >     #4 ~SvtCTLOptions svl/source/config/ctloptions.cxx:370 (libsvllo.so+0xf95df)
        >     #5 ~SvtCTLOptions svl/source/config/ctloptions.cxx:368 (libsvllo.so+0xf971c)
        >     #6 ItemHolder2::impl_deleteItem(TItemInfo&) svl/source/config/itemholder2.cxx:136 (libsvllo.so+0xfdb69)
        >     #7 ItemHolder2::impl_releaseAllItems() svl/source/config/itemholder2.cxx:109 (libsvllo.so+0xfd2b9)
        >     #8 ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svl/source/config/itemholder2.cxx:75 (libsvllo.so+0xfd834)
        >     #9 non-virtual thunk to ItemHolder2::disposing(com::sun::star::lang::EventObject const&) :? (libsvllo.so+0xfd89c)
        >     #10 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #11 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #12 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #13 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93 (libconfigmgrlo.so+0x116708)
        >     #14 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:? (libconfigmgrlo.so+0x116a0c)
        >     #15 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #16 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #17 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #18 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:? (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #19 (anonymous namespace)::Hook::deinitHook((anonymous namespace)::Hook*, LinkParamNone*) test/source/setupvcl.cxx:53 (libtest-setupvcl.so+0x2aa0)
        >     #20 (anonymous namespace)::Hook::LinkStubdeinitHook(void*, LinkParamNone*) test/source/setupvcl.cxx:37 (libtest-setupvcl.so+0x27f8)
        >     #21 Link<LinkParamNone*, void>::Call(LinkParamNone*) const include/tools/link.hxx:84 (libvcllo.so+0x983870)
        >     #22 DeInitVCL() vcl/source/app/svmain.cxx:519 (libvcllo.so+0x10db246)
        >     #23 ~Protector test/source/vclbootstrapprotector.cxx:31 (libvclbootstrapprotector.so+0x100a)
        >     #24 ~Protector test/source/vclbootstrapprotector.cxx:30 (libvclbootstrapprotector.so+0x109c)
        >     #25 CppUnit::ProtectorChain::pop() workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:56 (libcppunit-1.14.so.0+0xc46cb)
        >     #26 CppUnit::TestResult::popProtector() workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:196 (libcppunit-1.14.so.0+0xf4873)
        >     #27 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:325 (cppunittester+0x4bd3df)
        >     #28 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #29 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M1071992002787787328 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libsvllo.so+0xecc78)
        >     #3 ClearableGuard include/osl/mutex.hxx:163 (libsvllo.so+0x10409f)
        >     #4 ResettableGuard include/osl/mutex.hxx:208 (libsvllo.so+0xfe61c)
        >     #5 ItemHolder2::impl_releaseAllItems() svl/source/config/itemholder2.cxx:101 (libsvllo.so+0xfd20c)
        >     #6 ItemHolder2::disposing(com::sun::star::lang::EventObject const&) svl/source/config/itemholder2.cxx:75 (libsvllo.so+0xfd834)
        >     #7 non-virtual thunk to ItemHolder2::disposing(com::sun::star::lang::EventObject const&) :? (libsvllo.so+0xfd89c)
        >     #8 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #9 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #10 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #11 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93 (libconfigmgrlo.so+0x116708)
        >     #12 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() :? (libconfigmgrlo.so+0x116a0c)
        >     #13 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #14 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #15 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #16 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() :? (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #17 (anonymous namespace)::Hook::deinitHook((anonymous namespace)::Hook*, LinkParamNone*) test/source/setupvcl.cxx:53 (libtest-setupvcl.so+0x2aa0)
        >     #18 (anonymous namespace)::Hook::LinkStubdeinitHook(void*, LinkParamNone*) test/source/setupvcl.cxx:37 (libtest-setupvcl.so+0x27f8)
        >     #19 Link<LinkParamNone*, void>::Call(LinkParamNone*) const include/tools/link.hxx:84 (libvcllo.so+0x983870)
        >     #20 DeInitVCL() vcl/source/app/svmain.cxx:519 (libvcllo.so+0x10db246)
        >     #21 ~Protector test/source/vclbootstrapprotector.cxx:31 (libvclbootstrapprotector.so+0x100a)
        >     #22 ~Protector test/source/vclbootstrapprotector.cxx:30 (libvclbootstrapprotector.so+0x109c)
        >     #23 CppUnit::ProtectorChain::pop() workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:56 (libcppunit-1.14.so.0+0xc46cb)
        >     #24 CppUnit::TestResult::popProtector() workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:196 (libcppunit-1.14.so.0+0xf4873)
        >     #25 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:325 (cppunittester+0x4bd3df)
        >     #26 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #27 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        
        Change-Id: I9564fc918438a265629ef227bdd97e42ca1756f2

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [0ae7909c89bdc0a4ba1aedcb3f1462c059c0ac3c]

        Avoid "ThreadSanitizer: data race on vptr (ctor/dtor vs virtual call)"
        
        ...during CppunitTest_vcl_timer:
        
        > WARNING: ThreadSanitizer: data race on vptr (ctor/dtor vs virtual call) (pid=3753)
        >   Write of size 8 at 0x7ffa5fa31348 by main thread:
        >     #0 ~Thread include/osl/thread.hxx:66 (libtest_vcl_timer.so+0xcbae)
        >     #1 ~WatchDog vcl/qa/cppunit/timer.cxx:32 (libtest_vcl_timer.so+0xaa08)
        >     #2 at_exit_wrapper(void*) compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:361 (cppunittester+0x44c823)
        >
        >   Previous read of size 8 at 0x7ffa5fa31348 by thread T2:
        >     #0 threadFunc include/osl/thread.hxx:185 (libtest_vcl_timer.so+0xcc54)
        >     #1 osl_thread_start_Impl(void*) sal/osl/unx/thread.cxx:237 (libuno_sal.so.3+0xeb5c5)
        >
        >   As if synchronized via sleep:
        >     #0 nanosleep compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:343 (cppunittester+0x474d47)
        >     #1 osl_waitThread sal/osl/unx/thread.cxx:520 (libuno_sal.so.3+0xea531)
        >     #2 osl::Thread::wait(TimeValue const&) include/osl/thread.hxx:143 (libtest_vcl_timer.so+0xcd68)
        >     #3 SlowCallbackTimer::Invoke() vcl/qa/cppunit/timer.cxx:372 (libtest_vcl_timer.so+0xdb0a)
        >     #4 Scheduler::ProcessTaskScheduling() vcl/source/app/scheduler.cxx:381 (libvcllo.so+0x1074fff)
        >     #5 Scheduler::CallbackTaskScheduling() vcl/source/app/scheduler.cxx:204 (libvcllo.so+0x1073ba5)
        >     #6 SalTimer::CallCallback() vcl/inc/saltimer.hxx:54 (libvcllo.so+0x138548f)
        >     #7 SvpSalInstance::CheckTimeout(bool) vcl/headless/svpinst.cxx:242 (libvcllo.so+0x1382742)
        >     #8 SvpSalInstance::DoYield(bool, bool, unsigned long) vcl/headless/svpinst.cxx:349 (libvcllo.so+0x1383403)
        >     #9 ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:470 (libvcllo.so+0x10c344e)
        >     #10 Application::Yield() vcl/source/app/svapp.cxx:540 (libvcllo.so+0x10bad80)
        >     #11 TimerTest::testSlowTimerCallback() vcl/qa/cppunit/timer.cxx:385 (libtest_vcl_timer.so+0x8506)
        >     #12 void std::__invoke_impl<void, void (TimerTest::* const&)(), TimerTest*&>(std::__invoke_memfun_deref, void (TimerTest::* const&)(), TimerTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227 (libtest_vcl_timer.so+0x15e2e)
        >     #13 std::result_of<void (TimerTest::* const&(TimerTest*&))()>::type std::__invoke<void (TimerTest::* const&)(), TimerTest*&>(void (TimerTest::* const&)(), TimerTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250 (libtest_vcl_timer.so+0x15d1d)
        >     #14 _ZNKSt12_Mem_fn_baseIM9TimerTestFvvELb1EEclIJRPS0_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS7_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604 (libtest_vcl_timer.so+0x15bfb)
        >     #15 void std::_Bind<std::_Mem_fn<void (TimerTest::*)()> (TimerTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933 (libtest_vcl_timer.so+0x15b5b)
        >     #16 void std::_Bind<std::_Mem_fn<void (TimerTest::*)()> (TimerTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991 (libtest_vcl_timer.so+0x15a26)
        >     #17 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (TimerTest::*)()> (TimerTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731 (libtest_vcl_timer.so+0x1530a)
        >     #18 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127 (libtest_vcl_timer.so+0x1616e)
        >     #19 CppUnit::TestCaller<TimerTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175 (libtest_vcl_timer.so+0x14a5c)
        >     #20 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32 (libcppunit-1.14.so.0+0xd61d2)
        >     #21 (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39 (libvclbootstrapprotector.so+0x1114)
        >     #22 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #23 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89 (unobootstrapprotector.so+0x2204)
        >     #24 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #25 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63 (unoexceptionprotector.so+0x23e9)
        >     #26 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #27 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15 (libcppunit-1.14.so.0+0xa57ad)
        >     #28 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #29 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86 (libcppunit-1.14.so.0+0xc4a96)
        >     #30 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182 (libcppunit-1.14.so.0+0xf4714)
        >     #31 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91 (libcppunit-1.14.so.0+0xd5750)
        >     #32 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #33 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #34 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #35 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #36 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47 (libcppunit-1.14.so.0+0x10282c)
        >     #37 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149 (libcppunit-1.14.so.0+0xf4223)
        >     #38 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96 (libcppunit-1.14.so.0+0x102c76)
        >     #39 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316 (cppunittester+0x4bd1e8)
        >     #40 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #41 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Location is global '<null>' at 0x000000000000 (libtest_vcl_timer.so+0x00000021d348)
        >
        >   Thread T2 (tid=3925, running) created by main thread at:
        >     #0 pthread_create compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:887 (cppunittester+0x451186)
        >     #1 osl_thread_create_Impl(void (*)(void*), void*, short) sal/osl/unx/thread.cxx:286 (libuno_sal.so.3+0xe93ee)
        >     #2 osl_createSuspendedThread sal/osl/unx/thread.cxx:337 (libuno_sal.so.3+0xe974d)
        >     #3 osl::Thread::create() include/osl/thread.hxx:73 (libtest_vcl_timer.so+0xc349)
        >     #4 WatchDog vcl/qa/cppunit/timer.cxx:40 (libtest_vcl_timer.so+0xa99f)
        >     #5 __cxx_global_var_init.1 vcl/qa/cppunit/timer.cxx:51 (libtest_vcl_timer.so+0x6fd1)
        >     #6 _GLOBAL__sub_I_timer.cxx vcl/qa/cppunit/timer.cxx:? (libtest_vcl_timer.so+0x70af)
        >     #7 call_init /usr/src/debug/glibc-2.24-61-g605e6f9/elf/dl-init.c:72 (ld-linux-x86-64.so.2+0x10d99)
        >     #8 CppUnit::DynamicLibraryManager::doLoadLibrary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/UnixDynamicLibraryManager.cpp:16 (libcppunit-1.14.so.0+0x10ee31)
        >     #9 CppUnit::DynamicLibraryManager::loadLibrary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/DynamicLibraryManager.cpp:49 (libcppunit-1.14.so.0+0xa5f6d)
        >     #10 DynamicLibraryManager workdir/UnpackedTarball/cppunit/src/cppunit/DynamicLibraryManager.cpp:13 (libcppunit-1.14.so.0+0xa5eb9)
        >     #11 CppUnit::PlugInManager::load(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, CppUnit::PlugInParameters const&) workdir/UnpackedTarball/cppunit/src/cppunit/PlugInManager.cpp:34 (libcppunit-1.14.so.0+0xba57c)
        >     #12 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:259 (cppunittester+0x4bc55b)
        >     #13 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #14 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        
        Change-Id: I80f83d2e54f3bae61c1a896a5f9be9f0b5bce582

2017-08-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [a486a379ba868ec0198755ad75a5312bf693ad5c]

        osl: partial cleanup of socket_decl.hxx doxygen comments
        
        Change-Id: Ie7de4fb82a6e5162bb1732baaa742f1943559ce6

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [d5ed3cd6dbd22bb18542778f1c48f4d5b3ae0f95]

        Make WinMtfFontStyle's base class EMFIO_DLLPUBLIC, too
        
        ...otherwise the dynamic_cast<WinMtfFontStyle*> in MtfTools::SelectObject
        (emfio/source/reader/mtftools.cxx) would not work on macOS in
        CppunitTest_emfio_wmf
        
        Change-Id: I5c361544fd273bdb65a4b83c7d694bae714815f5

2017-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a55916a929524fd4f9e72bb1d7968d73ddc25f4]

        EPUB export: initial character properties as direct formatting
        
        Handle the case when the formatting comes from an autostyle on the text
        span.
        
        Change-Id: I12f9a752c4f2934a3e155a4442ad3db68a43d395
        Reviewed-on: https://gerrit.libreoffice.org/41694
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [507247697dc6c4a41fe17a29d522511f97040738]

        make custom properties tab page some reasonable starting width
        
        Change-Id: I50f1a552a39b2fb70e6c0c340f27834381eaa92e

2017-08-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [9806359e65a4d33fdcfd968914cecfe388217738]

        revert "convert all sal_Bool to bool in start.c"
        
        Didn't realise this was introduced in a version of C that was later than our
        minimum version...
        
        Reverts 59a25f6f82656d34735168036f7c5f923a505ce1
        
        Change-Id: I6b6656f510251e4f3f70e499ff8a7729ee6fcc90

2017-08-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [06c3fd26fbb1ab086be938bb3b61794472b80782]

        revert 36e31c6a6fbbeebd4825f318ebae2ea6c7e6719f
        
        Change-Id: If5039ab54df40f263a947c83fceba4d844467a88

2017-08-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [59a25f6f82656d34735168036f7c5f923a505ce1]

        desktop: convert all sal_Bool to bool in start.c
        
        Change-Id: I27480e0ee5e247730e5368f57d57c8dea439d3d5

2017-08-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [36e31c6a6fbbeebd4825f318ebae2ea6c7e6719f]

        desktop: change NULL to nullptr in start.c
        
        Change-Id: I943d33470a4cd61d78d8d465dfebe9df9cba444f

2017-08-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [d368258e254de7b4f1c46e32e24548b3e23983a2]

        desktop: start.c cleanup
        
        Change-Id: I3b18abc8f01ddca70203fbae96efe09329a2d4fb

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [856ff881318c478e0a56ca97444bc576cbb3d42c]

        move ListControl to vcl
        
        Change-Id: I022bba9a9a4d3d0bdb25ca8fa43aef2544decddb
        Reviewed-on: https://gerrit.libreoffice.org/41682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2e229ea407c840dff4809ec13db029f37981b7a]

        ListControl: append new entries by default
        
        Change-Id: Ibd11b59526f95be054c4c1599bf45bc9e757dada
        Reviewed-on: https://gerrit.libreoffice.org/41681
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [492462a3e79a3d6577e4b3a543ae059a4850267a]

        handle scroll wheel scrolling in new ListControl
        
        Change-Id: I8dc68b674aabf446c4b949770ae066d41204efc3
        Reviewed-on: https://gerrit.libreoffice.org/41680
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [45acf26775ac7e91ceb88d8941cee25c2cd65873]

        remove some unused macro definitions
        
        Change-Id: I253e5108161b932e3dc588b656e550bb9dc022b0
        Reviewed-on: https://gerrit.libreoffice.org/41672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [57d3e8b35d18c6fb329badbab8a8c28020253a40]

        Resolves: rhbz#1400287 resizing properties dialog hides widgets
        
        Change-Id: I5d066f53c5bdfb4dd50d60c5cb4b66e425c0293c
        Reviewed-on: https://gerrit.libreoffice.org/41696
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [3415764d00044a19568b3a1b5d5382c73a0342c9]

        Resolves: tdf#112018 number-columns-repeated has the data type positiveInteger
        
        Change-Id: I534885fe7a36a8e3ad891a3f5ed50b589f36e3b9
        Reviewed-on: https://gerrit.libreoffice.org/41692
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [384abc0615b22c586544689d5e28e92c0e74481e]

        Related: tdf#112018 limit to min of 1 before conversion from signed int
        
        Change-Id: I1a27f9ebfbe70891d64afa9553f37f565f2d49bf
        Reviewed-on: https://gerrit.libreoffice.org/41689
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [663b0a92dc845191b7a7e01856d4b5bee3e0e404]

        update the gtk updater icon with the new updater icon
        
        Change-Id: I658a1ec54e74fe57efcaec873991d66be7ba31c1

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b1f1d6aef27b078b815ceb103fc03f513fd7a98]

        disable unstable UNO API tests
        
        Change-Id: I2a2ea122c1e95fca0e14884e8194f5c75c591bdf

2017-08-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [bcc372d15e731ab9ff660072a6dc860708e61a93]

        loplugin:constparam in sc part8
        
        Change-Id: I6cf9c5e662b20de9c9698a8c1fab56a09950c522
        Reviewed-on: https://gerrit.libreoffice.org/41683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Tor Lillqvist  <tml@collabora.com>  [3878c4725f0f5ce849f8a0482e3efba361599a42]

        Use 1-based numbers in the ScAddress debugging output operator <<
        
        Change-Id: If9f685bc504d9da8011c1788dfb90dc29b86e9ea

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [4b44a42b6a54ddf57635fcdb9cf9c18c5e631ff1]

        Resolves: tdf#111865 ensure draw after SetProgressValue uses new value
        
        and always erase the background so we can go backwards as well as forwards
        
        Change-Id: Ibdf215320d0eeb3392cd21d3e1fd5c0535e6cd31
        Reviewed-on: https://gerrit.libreoffice.org/41675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [6748074004a173876cfd54bff67e24865ba41acb]

        Resolves: tdf#111760 cancel file dialog on terminate
        
        schedule cancel dialog in query termination, take ownership of the desktop and
        re-schedule terminate to be re-attempted after the dialog is cancelled
        
        Change-Id: I5c061b47959baba138c6c23aaae365f28e9cf167
        Reviewed-on: https://gerrit.libreoffice.org/41181
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Tor Lillqvist  <tml@collabora.com>  [e6abf10fa2cb30db5fa5131253b4f5ef80c84774]

        Add cautionary comment
        
        Change-Id: I6003e8193bf58ba21cd8d5abe42959b489b2f39d

2017-08-29  Eike Rathke  <erack@redhat.com>  [8c0c897c8cb92285e6461cc99ab0f2bbe15be65f]

        Export to PNG: init DPI with screen resolution, tdf#108317
        
        This whole concept of "use a JPG dialog for PNG export" is nonsense anyway,
        but.. as long as there isn't anything better at least have sensible defaults.
        
        Change-Id: I0c074f7bb2989122aed039c739fd1813f371cbca

2017-08-29  Eike Rathke  <erack@redhat.com>  [d34fa1fc643cc49253e7340b3de1c87a49875e8a]

        Export to PNG: export selected cell range only, not as page, tdf#108317
        
        Change-Id: If662f4ed360c702e572fc5d7b473eb53b9cb14d2

2017-08-29  Eike Rathke  <erack@redhat.com>  [408b260c4f2873439473d8520352c1b3acaa157a]

        Add keeper for FmFormView* pDrawView
        
        So later we can bail out at any point without having to manually keep track of it.
        
        Change-Id: I4414456b870d4a82b4baf8209bdabcc5a8b63c35

2017-08-29  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [d3f1fa3cf190b83d585ec3d1b1a8e5b0896c8ea1]

        tdf#100492 Skip empty shapes in SVG export
        
        Some shapes do not contain polyline and meanwhile contain start/end
        arrows. This is causing unexpected line endings appear in export.
        
        TODO: Unittest is disabled, since XML parsing returns only root node
        without children. So XPATH assert fails.
        
        Change-Id: Ibc28f12b0f3838065978a674f0debe8e1b8103e9
        Reviewed-on: https://gerrit.libreoffice.org/40422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80798551e77dab68b49c3e19fad5b455afe0ef45]

        external data: add a simple table view for spreadsheet data
        
        Change-Id: I3c22a908c5e1dd1a02494931478ca7e29ecea0c2
        Reviewed-on: https://gerrit.libreoffice.org/41599
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [218ca21147c0a8c7da4691ed63915499cfc1c80e]

        add a listbox that can contain any controls as children
        
        This is adapted from the code that I originally wrote for the
        conditional format dialogs.
        
        Change-Id: I3349b7c720d99ede595cc6ebea2046e0f9dadc57
        Reviewed-on: https://gerrit.libreoffice.org/41653
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-29  Noel Grandin  <noelgrandin@gmail.com>  [c8ff3059a79cc7358c68189840b5abcd5680bbe3]

        move all the basic errcodes to one file
        
        Change-Id: Ic3353c80ac9fdbd17f17503b1c973c9a7cef0c7f
        Reviewed-on: https://gerrit.libreoffice.org/41617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [0b02b9c19bc0a87ed146d1f079900c71b8b8051c]

        Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"
        
        ...during CppunitTest_svl_qa_cppunit:
        
        > WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=31337)
        >   Cycle in lock order graph: M497501575317668160 (0x000000000000) => M374215535518415904 (0x000000000000) => M497501575317668160
        >
        >   Mutex M374215535518415904 acquired here while holding mutex M497501575317668160 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libutllo.so+0xc0468)
        >     #3 ClearableGuard include/osl/mutex.hxx:163 (libutllo.so+0x1a535f)
        >     #4 ResettableGuard include/osl/mutex.hxx:208 (libutllo.so+0x1a2d5c)
        >     #5 ItemHolder1::impl_addItem(EItem) unotools/source/config/itemholder1.cxx:94 (libutllo.so+0x1a0efe)
        >     #6 ItemHolder1::holdConfigItem(EItem) unotools/source/config/itemholder1.cxx:83 (libutllo.so+0x1a0e0f)
        >     #7 SvtSysLocaleOptions unotools/source/config/syslocaleoptions.cxx:511 (libutllo.so+0x219d24)
        >     #8 SvtSysLocale_Impl unotools/source/misc/syslocale.cxx:60 (libutllo.so+0x2b1862)
        >     #9 void __gnu_cxx::new_allocator<SvtSysLocale_Impl>::construct<SvtSysLocale_Impl>(SvtSysLocale_Impl*) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/ext/new_allocator.h:120 (libutllo.so+0x2b45d4)
        >     #10 void std::allocator_traits<std::allocator<SvtSysLocale_Impl> >::construct<SvtSysLocale_Impl>(std::allocator<SvtSysLocale_Impl>&, SvtSysLocale_Impl*) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/alloc_traits.h:475 (libutllo.so+0x2b4258)
        >     #11 _Sp_counted_ptr_inplace<> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:520 (libutllo.so+0x2b3d1a)
        >     #12 __shared_count<SvtSysLocale_Impl, std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:615 (libutllo.so+0x2b39bb)
        >     #13 __shared_ptr<std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:1099 (libutllo.so+0x2b3827)
        >     #14 shared_ptr<std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:319 (libutllo.so+0x2b37a8)
        >     #15 std::shared_ptr<SvtSysLocale_Impl> std::allocate_shared<SvtSysLocale_Impl, std::allocator<SvtSysLocale_Impl>>(std::allocator<SvtSysLocale_Impl> const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:619 (libutllo.so+0x2b36b7)
        >     #16 std::shared_ptr<SvtSysLocale_Impl> std::make_shared<SvtSysLocale_Impl>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:635 (libutllo.so+0x2b2f98)
        >     #17 SvtSysLocale unotools/source/misc/syslocale.cxx:123 (libutllo.so+0x2b232e)
        >     #18 OnDemandLocaleDataWrapper include/svl/ondemand.hxx:69 (libsvllo.so+0x3fb364)
        >     #19 SvNumberFormatter svl/source/numbers/zforlist.cxx:258 (libsvllo.so+0x3db143)
        >     #20 (anonymous namespace)::Test::testNumberFormat() svl/qa/unit/svl.cxx:242 (libtest_svl_qa_cppunit.so+0x108b7)
        >     #21 void std::__invoke_impl<void, void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227 (libtest_svl_qa_cppunit.so+0x1e46e)
        >     #22 std::result_of<void ((anonymous namespace)::Test::* const&((anonymous namespace)::Test*&))()>::type std::__invoke<void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&>(void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250 (libtest_svl_qa_cppunit.so+0x1e35d)
        >     #23 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_14TestEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604 (libtest_svl_qa_cppunit.so+0x1e23b)
        >     #24 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933 (libtest_svl_qa_cppunit.so+0x1e1ab)
        >     #25 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991 (libtest_svl_qa_cppunit.so+0x1e0b6)
        >     #26 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731 (libtest_svl_qa_cppunit.so+0x1da7a)
        >     #27 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127 (libtest_svl_qa_cppunit.so+0x2a71e)
        >     #28 CppUnit::TestCaller<(anonymous namespace)::Test>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175 (libtest_svl_qa_cppunit.so+0x1d21c)
        >     #29 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32 (libcppunit-1.14.so.0+0xd61d2)
        >     #30 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89 (unobootstrapprotector.so+0x2204)
        >     #31 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #32 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63 (unoexceptionprotector.so+0x23e9)
        >     #33 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #34 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15 (libcppunit-1.14.so.0+0xa57ad)
        >     #35 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #36 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86 (libcppunit-1.14.so.0+0xc4a96)
        >     #37 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182 (libcppunit-1.14.so.0+0xf4714)
        >     #38 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91 (libcppunit-1.14.so.0+0xd5750)
        >     #39 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #40 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #41 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #42 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #43 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47 (libcppunit-1.14.so.0+0x10282c)
        >     #44 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149 (libcppunit-1.14.so.0+0xf4223)
        >     #45 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96 (libcppunit-1.14.so.0+0x102c76)
        >     #46 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316 (cppunittester+0x4bd1e8)
        >     #47 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #48 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M497501575317668160 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libutllo.so+0xc0468)
        >     #3 Guard include/osl/mutex.hxx:129 (libutllo.so+0xbca6f)
        >     #4 SvtSysLocaleOptions unotools/source/config/syslocaleoptions.cxx:504 (libutllo.so+0x219c1d)
        >     #5 SvtSysLocale_Impl unotools/source/misc/syslocale.cxx:60 (libutllo.so+0x2b1862)
        >     #6 void __gnu_cxx::new_allocator<SvtSysLocale_Impl>::construct<SvtSysLocale_Impl>(SvtSysLocale_Impl*) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/ext/new_allocator.h:120 (libutllo.so+0x2b45d4)
        >     #7 void std::allocator_traits<std::allocator<SvtSysLocale_Impl> >::construct<SvtSysLocale_Impl>(std::allocator<SvtSysLocale_Impl>&, SvtSysLocale_Impl*) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/alloc_traits.h:475 (libutllo.so+0x2b4258)
        >     #8 _Sp_counted_ptr_inplace<> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:520 (libutllo.so+0x2b3d1a)
        >     #9 __shared_count<SvtSysLocale_Impl, std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:615 (libutllo.so+0x2b39bb)
        >     #10 __shared_ptr<std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr_base.h:1099 (libutllo.so+0x2b3827)
        >     #11 shared_ptr<std::allocator<SvtSysLocale_Impl>> /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:319 (libutllo.so+0x2b37a8)
        >     #12 std::shared_ptr<SvtSysLocale_Impl> std::allocate_shared<SvtSysLocale_Impl, std::allocator<SvtSysLocale_Impl>>(std::allocator<SvtSysLocale_Impl> const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:619 (libutllo.so+0x2b36b7)
        >     #13 std::shared_ptr<SvtSysLocale_Impl> std::make_shared<SvtSysLocale_Impl>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/bits/shared_ptr.h:635 (libutllo.so+0x2b2f98)
        >     #14 SvtSysLocale unotools/source/misc/syslocale.cxx:123 (libutllo.so+0x2b232e)
        >     #15 OnDemandLocaleDataWrapper include/svl/ondemand.hxx:69 (libsvllo.so+0x3fb364)
        >     #16 SvNumberFormatter svl/source/numbers/zforlist.cxx:258 (libsvllo.so+0x3db143)
        >     #17 (anonymous namespace)::Test::testNumberFormat() svl/qa/unit/svl.cxx:242 (libtest_svl_qa_cppunit.so+0x108b7)
        >     #18 void std::__invoke_impl<void, void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&>(std::__invoke_memfun_deref, void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:227 (libtest_svl_qa_cppunit.so+0x1e46e)
        >     #19 std::result_of<void ((anonymous namespace)::Test::* const&((anonymous namespace)::Test*&))()>::type std::__invoke<void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&>(void ((anonymous namespace)::Test::* const&)(), (anonymous namespace)::Test*&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:250 (libtest_svl_qa_cppunit.so+0x1e35d)
        >     #20 _ZNKSt12_Mem_fn_baseIMN12_GLOBAL__N_14TestEFvvELb1EEclIJRPS1_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS8_ /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:604 (libtest_svl_qa_cppunit.so+0x1e23b)
        >     #21 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:933 (libtest_svl_qa_cppunit.so+0x1e1ab)
        >     #22 void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:991 (libtest_svl_qa_cppunit.so+0x1e0b6)
        >     #23 std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::Test::*)()> ((anonymous namespace)::Test*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:1731 (libtest_svl_qa_cppunit.so+0x1da7a)
        >     #24 std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.4.1/../../../../include/c++/6.4.1/functional:2127 (libtest_svl_qa_cppunit.so+0x2a71e)
        >     #25 CppUnit::TestCaller<(anonymous namespace)::Test>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175 (libtest_svl_qa_cppunit.so+0x1d21c)
        >     #26 CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32 (libcppunit-1.14.so.0+0xd61d2)
        >     #27 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89 (unobootstrapprotector.so+0x2204)
        >     #28 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #29 (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63 (unoexceptionprotector.so+0x23e9)
        >     #30 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #31 CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15 (libcppunit-1.14.so.0+0xa57ad)
        >     #32 CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20 (libcppunit-1.14.so.0+0xc7614)
        >     #33 CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86 (libcppunit-1.14.so.0+0xc4a96)
        >     #34 CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182 (libcppunit-1.14.so.0+0xf4714)
        >     #35 CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91 (libcppunit-1.14.so.0+0xd5750)
        >     #36 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #37 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #38 CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64 (libcppunit-1.14.so.0+0xd6d5a)
        >     #39 CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23 (libcppunit-1.14.so.0+0xd6a2e)
        >     #40 CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47 (libcppunit-1.14.so.0+0x10282c)
        >     #41 CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149 (libcppunit-1.14.so.0+0xf4223)
        >     #42 CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96 (libcppunit-1.14.so.0+0x102c76)
        >     #43 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316 (cppunittester+0x4bd1e8)
        >     #44 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #45 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M497501575317668160 acquired here while holding mutex M374215535518415904 in main thread:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libutllo.so+0xc0468)
        >     #3 Guard include/osl/mutex.hxx:129 (libutllo.so+0xbca6f)
        >     #4 ~SvtSysLocaleOptions unotools/source/config/syslocaleoptions.cxx:518 (libutllo.so+0x219fdf)
        >     #5 ~SvtSysLocaleOptions unotools/source/config/syslocaleoptions.cxx:517 (libutllo.so+0x21a11c)
        >     #6 ItemHolder1::impl_deleteItem(TItemInfo&) unotools/source/config/itemholder1.cxx:230 (libutllo.so+0x1a27a9)
        >     #7 ItemHolder1::impl_releaseAllItems() unotools/source/config/itemholder1.cxx:123 (libutllo.so+0x1a0c09)
        >     #8 ItemHolder1::disposing(com::sun::star::lang::EventObject const&) unotools/source/config/itemholder1.cxx:89 (libutllo.so+0x1a11ba)
        >     #9 non-virtual thunk to ItemHolder1::disposing(com::sun::star::lang::EventObject const&) :? (libutllo.so+0x1a127c)
        >     #10 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #11 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #12 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #13 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93 (libconfigmgrlo.so+0x116708)
        >     #14 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:? (libconfigmgrlo.so+0x116a0c)
        >     #15 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #16 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #17 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #18 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:? (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #19 ~Test svl/qa/unit/svl.cxx:113 (libtest_svl_qa_cppunit.so+0x10061)
        >     #20 ~Test svl/qa/unit/svl.cxx:112 (libtest_svl_qa_cppunit.so+0x1013c)
        >     #21 ~TestCaller workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:170 (libtest_svl_qa_cppunit.so+0x1d171)
        >     #22 ~TestCaller workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:168 (libtest_svl_qa_cppunit.so+0x1d1cc)
        >     #23 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #24 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #25 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:18 (libcppunit-1.14.so.0+0x10358c)
        >     #26 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #27 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #28 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:18 (libcppunit-1.14.so.0+0x10358c)
        >     #29 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #30 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #31 ~WrappingSuite workdir/UnpackedTarball/cppunit/src/cppunit/../../include/cppunit/TestRunner.h:100 (libcppunit-1.14.so.0+0x102d48)
        >     #32 ~WrappingSuite workdir/UnpackedTarball/cppunit/src/cppunit/../../include/cppunit/TestRunner.h:100 (libcppunit-1.14.so.0+0x102d8c)
        >     #33 ~TestRunner workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:78 (libcppunit-1.14.so.0+0x102a95)
        >     #34 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:322 (cppunittester+0x4bd2f2)
        >     #35 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #36 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        >
        >   Mutex M374215535518415904 previously acquired by the same thread here:
        >     #0 pthread_mutex_lock compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:3800 (cppunittester+0x45abd7)
        >     #1 osl_acquireMutex sal/osl/unx/mutex.cxx:97 (libuno_sal.so.3+0xc1f0a)
        >     #2 osl::Mutex::acquire() include/osl/mutex.hxx:56 (libutllo.so+0xc0468)
        >     #3 ClearableGuard include/osl/mutex.hxx:163 (libutllo.so+0x1a535f)
        >     #4 ResettableGuard include/osl/mutex.hxx:208 (libutllo.so+0x1a2d5c)
        >     #5 ItemHolder1::impl_releaseAllItems() unotools/source/config/itemholder1.cxx:115 (libutllo.so+0x1a0b5c)
        >     #6 ItemHolder1::disposing(com::sun::star::lang::EventObject const&) unotools/source/config/itemholder1.cxx:89 (libutllo.so+0x1a11ba)
        >     #7 non-virtual thunk to ItemHolder1::disposing(com::sun::star::lang::EventObject const&) :? (libutllo.so+0x1a127c)
        >     #8 cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:300 (libuno_cppuhelpergcc3.so.3+0xba149)
        >     #9 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) cppuhelper/source/interfacecontainer.cxx:472 (libuno_cppuhelpergcc3.so.3+0xbb6a5)
        >     #10 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:101 (libuno_cppuhelpergcc3.so.3+0xb0de8)
        >     #11 cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() include/cppuhelper/compbase.hxx:93 (libconfigmgrlo.so+0x116708)
        >     #12 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XMultiServiceFactory, com::sun::star::util::XRefreshable, com::sun::star::util::XFlushable, com::sun::star::lang::XLocalizable>::dispose() :? (libconfigmgrlo.so+0x116a0c)
        >     #13 cppu::ComponentContext::disposing() cppuhelper/source/component_context.cxx:451 (libuno_cppuhelpergcc3.so.3+0x5cdc0)
        >     #14 cppu::WeakComponentImplHelperBase::dispose() cppuhelper/source/implbase.cxx:102 (libuno_cppuhelpergcc3.so.3+0xb0e09)
        >     #15 cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() include/cppuhelper/compbase.hxx:93 (libuno_cppuhelpergcc3.so.3+0x65a88)
        >     #16 non-virtual thunk to cppu::PartialWeakComponentImplHelper<com::sun::star::uno::XComponentContext, com::sun::star::container::XNameContainer>::dispose() :? (libuno_cppuhelpergcc3.so.3+0x65d8c)
        >     #17 ~Test svl/qa/unit/svl.cxx:113 (libtest_svl_qa_cppunit.so+0x10061)
        >     #18 ~Test svl/qa/unit/svl.cxx:112 (libtest_svl_qa_cppunit.so+0x1013c)
        >     #19 ~TestCaller workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:170 (libtest_svl_qa_cppunit.so+0x1d171)
        >     #20 ~TestCaller workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:168 (libtest_svl_qa_cppunit.so+0x1d1cc)
        >     #21 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #22 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #23 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:18 (libcppunit-1.14.so.0+0x10358c)
        >     #24 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #25 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #26 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:18 (libcppunit-1.14.so.0+0x10358c)
        >     #27 CppUnit::TestSuite::deleteContents() workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:29 (libcppunit-1.14.so.0+0x103666)
        >     #28 ~TestSuite workdir/UnpackedTarball/cppunit/src/cppunit/TestSuite.cpp:19 (libcppunit-1.14.so.0+0x103504)
        >     #29 ~WrappingSuite workdir/UnpackedTarball/cppunit/src/cppunit/../../include/cppunit/TestRunner.h:100 (libcppunit-1.14.so.0+0x102d48)
        >     #30 ~WrappingSuite workdir/UnpackedTarball/cppunit/src/cppunit/../../include/cppunit/TestRunner.h:100 (libcppunit-1.14.so.0+0x102d8c)
        >     #31 ~TestRunner workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:78 (libcppunit-1.14.so.0+0x102a95)
        >     #32 (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:322 (cppunittester+0x4bd2f2)
        >     #33 sal_main() sal/cppunittester/cppunittester.cxx:466 (cppunittester+0x4bbe1e)
        >     #34 main sal/cppunittester/cppunittester.cxx:373 (cppunittester+0x4bb695)
        
        Change-Id: I82d0b4ebcd33340a229404692f846024d3662fdd

2017-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [79a48682deca145eadcdd37303fa9b7d85b57d4c]

        Pass --enable-debug also down to external/libepubgen
        
        So one gets debug symbols if wanted.
        
        Change-Id: I71fdf224ff1e445800c9bbf4f2289e53f57232ed
        Reviewed-on: https://gerrit.libreoffice.org/41669
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-29  Caolán McNamara  <caolanm@redhat.com>  [0a76305503e773c2052ee666d64b473bcbe815ff]

        ofz#3201: avoid oom
        
        Change-Id: Ia8e171a003f24c73c7f53ca7240e03c6f2492ad3
        Reviewed-on: https://gerrit.libreoffice.org/41670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [f9601b9232589bbb704f10073bf9b1516af5a923]

        This should be ToolBoxItemBits::DROPDOWNONLY
        
        as there is no select handler registered here.
        
        Change-Id: Ide822efe2bacbe791d950883f18e029b26517c6b

2017-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [bd3975dbd9e76905adfa97bf2a32973951ca6d75]

        Remove duplicate code
        
        The base class has now the same code since 9f61005dd9c4b
        ("tdf#109309 Currency dropdown is misplaced under Wayland").
        
        Change-Id: Id0380ea10711a46c125c1f2ba6be82f21830bd9f

2017-08-29  jmzambon  <jeanmarczambon@gmail.com>  [5a6ac13b7ccd121ede008238ee16a8c688910144]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 7)
        
        Convert tests:
        - test_range2
        - test_range3
        - test_range4
        - test_range5
        - test_range6
        - test_range7
        - test_meta_xchild
        - test_meta_xtext
        - test_meta_xtextcursor
        - test_xtextcursor
        
        Change-Id: Iabfa51869611ee027565102f6658b045a182d66e
        Reviewed-on: https://gerrit.libreoffice.org/41589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6ec0794858df1444f43659b568119bf126a90e6]

        tdf#104937 RTF import: \trwWidthA is an absolute value
        
        Not a relative one, so similar to \cellx need to convert these before
        sending the value to dmapper (which expects an OOXML value, which is
        always relative).
        
        The result of the correct type is that the relative width of the last
        cell in the table row is smaller, so other cells are wider -> they now
        reach the expected width.
        
        Change-Id: If282eb9a5ec644b38e552b5a66fc64a93538f216
        Reviewed-on: https://gerrit.libreoffice.org/41668
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-29  Takeshi Abe  <tabe@fixedpoint.jp>  [8514f192c9e385550b336e57997c9e0dbd3a9bc3]

        svx: FmXFormView owns m_pWatchStoredList
        
        so simplify code with std::unique_ptr.
        
        Change-Id: I640bcbde4a59a239b33229168fd48cac29a3fc4d
        Reviewed-on: https://gerrit.libreoffice.org/41663
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c1629e680c62107df9582c1bd04c9e0c3273e726]

        filterconfig: drop unused debug macros
        
        logging functionality went in
        commit 0056fe28c7bd8e72cd5bdd335f098d00cd0d5d11
        Date:   Mon Feb 7 20:11:01 2011 +0100
            Remove lots of dead code
        
        it was dead since initial commit in 2004
        
        Change-Id: Idd4393854014e997e4e044dc75c16a76dae23e95
        Reviewed-on: https://gerrit.libreoffice.org/41633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-29  Michael Stahl  <mstahl@redhat.com>  [9cd44d9426b95f9a449fb3ad56dac758747a0802]

        sd: delete the global CacheConfiguration timer on shutdown
        
        Crashes in SchedulerMutex::acquire if destroyed from __run_exit_handlers
        
        Change-Id: Ie8bbb399183d118d92c94a40f55cc9c650baf742
        Reviewed-on: https://gerrit.libreoffice.org/41629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7b2c691d21bf0ac7bb47de41b79ef5dd968dbf1b]

        Removed duplicated include
        
        Change-Id: I2dc7df964068e1925630acd65df56f462fe50437
        Reviewed-on: https://gerrit.libreoffice.org/41656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0dd17633f7d7da6ee572b0923bd6fa08605c3ae7]

        Added VisualStudioCode/unified MSDEV VC.db
        
        Change-Id: I5b32bb43e87dd1b3aa535611cc7228be05f3d6e4

2017-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dfb01f15ce7a7287dcb705a592ede852ccf9cab]

        EPUB export: write generator string
        
        Should help with debugging when it's not clear the version creating the
        output had a certain fix or not.
        
        Change-Id: Ibd1b5153d3210d30f95eba8927c55e2e812d985c
        Reviewed-on: https://gerrit.libreoffice.org/41652
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [5bcf4e98769dbaf07e8b28a86edc2d3d648a571c]

        Avoid deadlock under --enable-debug
        
        ...as seen during JunitTest_sc_unoapi_2 in an --enable-dbgutil build, where
        thread 1 owns the SolarMutex and tries to acquire the scheduler mutex while
        thread 7 owns the scheduler mutex and tries to re-acquire the SolarMutex.  Keep
        the SAL_WARN output about unprocessed idles just in case somebody considers it
        useful (but it needs to be taken with a grain of salt, of course).
        
        Change-Id: Ib83d02876dc0d3b3b9a4c08581edf9c378fc911b

2017-08-29  Stephan Bergmann  <sbergman@redhat.com>  [52403e5087d68748f58eb4bf2b94eba7fbf21540]

        loplugin:cstylecast/nullptr (clang-cl)
        
        Change-Id: I04be0f4fe8c98909b37586080096ee05341f956f

2017-08-29  Takeshi Abe  <tabe@fixedpoint.jp>  [9420391cc9f6af2a16c1db72596f277439df29e9]

        svx: Mark functions as local
        
        Change-Id: I15498d3d2b80b20cfae35ce6b304fd83ce8f5083
        Reviewed-on: https://gerrit.libreoffice.org/41641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-08-28  Michael Stahl  <mstahl@redhat.com>  [53587dc7969b023416d865b516b7e800fc5de33a]

        sd: AccessibleSlideSorterView: don't register twice at ViewShell
        
        Triggers assert in SfxListener::StartListening()
        
        Change-Id: I17f165d600fa789d7ce8d7b2296988064c5d5844

2017-08-28  andreas kainz  <kainz.a@gmail.com>  [c220f42d4d91a8903ceec302d718b5f30365e98e]

        update updater icon
        
        Change-Id: Ie4f38a51e87f29c322ba5aac2a2ad705bae42e71
        Reviewed-on: https://gerrit.libreoffice.org/41660
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-28  Tamás Zolnai  <tamas.zolnai@collabora.com>  [dada5958c1a5565e9d7e098c75c90f60e575ab62]

        Follow up changes related to DOCX form control export
        
        These lines are expected to be called only for DOCX format.
        AnchorType is a Writer specific attribute so it can be used
        to decide on the file format.
        
        Change-Id: Ie92f1ff801fac09cb9f658e523244ffc928690f2
        Reviewed-on: https://gerrit.libreoffice.org/41655
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-28  Julien Nabet  <serval2412@yahoo.fr>  [97cd8e4d64632bb65445cb2f395b1385a0a2a13b]

        tdf#111818: add SearchItem.AlgorithmType2 option
        
        and use InitPropertySequence
        
        Change-Id: I1e7b6498828fc19c46c51501f1908dc830d8d826
        Reviewed-on: https://gerrit.libreoffice.org/41654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [bcbada5d9f2411739c83610f2e9fd2acb112c3e9]

        Resolves: tdf#111925 we need to take the buffered data len into account
        
        Change-Id: I8aee1f17e6ec1042e7b67942e5bcad0bb3bbf840
        Reviewed-on: https://gerrit.libreoffice.org/41644
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [1877c2edd4af4f8a415f5324358da72493075201]

        ofz#3189 Direct-leak
        
        Change-Id: I5702fe12c9c56794983536caecfb7d05f26f9b8b
        Reviewed-on: https://gerrit.libreoffice.org/41649
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [ec92fc01fe3500fb82b1e99cc6ff59dc146cfc5c]

        loplugin:implicitboolconversion
        
        Change-Id: Ie6c9b4c98d1fab26f79e7549ebeb03aa81a1dd1d

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [317e3d43c937e7d3bff61b100c08f04c837c4d25]

        crashtesting: failure on exporting tdf95568-1.ots to xlsx
        
        since...
        
        commit c0cc02e2934aeb12dda44818955e5964496c186a
        Date:   Thu Aug 17 21:47:22 2017 +0200
        
            tdf#50097: DOCX: export form controls as MSO ActiveX controls
        
        Change-Id: I55f1dcbe454e696df71a7656c796e36e91c42762
        Reviewed-on: https://gerrit.libreoffice.org/41651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [750105742ebb7e212074abd6830fad02f8dd2d2b]

        android:singleLine is deprecated, use maxLines=1 instead
        
        Change-Id: I32c7d000848f10a40a2b7b0038463c31ddade6f8

2017-08-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [16be82790aa2b55efbf5788260c88c373402bafb]

        android: position in RecyclerView must not be treated as fixed
        
        Change-Id: Id7f88b2b1b9913a006b0b73ceb4421b47fccc495

2017-08-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1a7857211c91fd7045877644aa18f29d5856efa3]

        need to use app:srcCompat when using VectorDrawableCompat
        
        instead of plain android:src
        
        Change-Id: I202f5564ad4bb94a4d7bcf788a7173a9c217990d

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [cda4cea7cdfc9a8de814b901b3b957f029d36aaf]

        tdf#100501: Fix thinko
        
        ...in previous 52ffad9bb7be800790de6d918154dbeade88cadd "tdf#100501: Adapt to
        Java 9 (at least on Linux x86-64)"
        
        Change-Id: I4d6bc31e0a7051a2657bb3d1ffc20c7a03d69038

2017-08-28  Justin Luth  <justin_luth@sil.org>  [d21f67fa7fd0360688e083eeb2bbcd57f5414d71]

        tdf#111895 writerfilter: avoid hiding shapes behind background
        
        In MSO, page background is "in hell" zOrder, however
        in LO, page background is at the same zOrder as the text,
        so avoid hiding shapes behind the page background unless
        doing so would hide text.
        
        When importing gradients/pattern/hatch backgrounds are supported,
        HasPageBackground will need to be expanded to include those as well.
        
        Change-Id: I4496fd3f4c644ac9ac1854090658017078ce3e88
        Reviewed-on: https://gerrit.libreoffice.org/41486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b8214414b8713e8a969655494a244d117cb14af]

        sw: prefix members of SwFootnoteFrame
        
        Change-Id: Ie98687b331d6e7d99d4d3ee673dfc45bbc354ccc
        Reviewed-on: https://gerrit.libreoffice.org/41615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-28  Michael Stahl  <mstahl@redhat.com>  [90b42251633db498505bc8906aefe5d08edbb5c6]

        svx: fix assert in SdrEdgeObj::ConnectToNode()
        
        When loading ooo68143-1.sxw we get an assert:
        
        Assertion `!(bListeningAlready && !bPreventDuplicates) && "duplicate
        listener, try building with DBG_UTIL to find the other insert site."'
        
        The connector is connected to the same SdrObject on both ends:
        
        <draw:connector ...
         draw:start-shape="id13" draw:start-glue-point="2"
         draw:end-shape="id13" draw:end-glue-point="2">
        
        Change-Id: Ia0dd140b7c2ca948ace3fbf93d8c4abd4331399d

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [efa8e32389ddd1db4e7b5b88856436fdc7061733]

        ofz#3160 Direct-leak
        
        Change-Id: I6dcc35aaa06c2599a4524194e5e633cd4e36474e
        Reviewed-on: https://gerrit.libreoffice.org/41634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [474178acd10a87727ff63f9f5c0bc73d71520af7]

        ofz#3174 disallow header in header
        
        Change-Id: I509fbfe5d7c319f0515896ecfca4183113eef764
        Reviewed-on: https://gerrit.libreoffice.org/41635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [32e07ada197fb135ae78ee2b7c0c598a356bfabe]

        Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppend
        
        Change-Id: I9040034d358e1f32ab052b70185a77da82f29ee4

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [4ecc6555878027f1cc0f853e1aa023f12167f96f]

        Replace use of oslInterlockedCount with std::atomic in bridges
        
        Change-Id: Iad47a01fd283345a2461eaaea50633bf840e5201

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [52ffad9bb7be800790de6d918154dbeade88cadd]

        tdf#100501: Adapt to Java 9 (at least on Linux x86-64)
        
        Checking with both jdk-9+181_linux-x64_bin.tar.gz and
        jre-9+181_linux-x64_bin.tar.gz as currently available at
        <http://jdk.java.net/9/> "JDK 9 Early-Access Builds":
        
        For one, make SunVersion::init understand <http://openjdk.java.net/jeps/223>
        "JEP 223: New Version-String Scheme" at least insofar as to accept strings like
        "9" with less than three dot-separated segments (where the missing segments are
        treated like "0").
        
        For another, at least for Linux x86-64, libjvm.so is now apparently located in a
        path without an "amd64" architecture segment, "lib/server/libjvm.so".  (But
        could that also be "client"?)  Other platforms may need further adjustments.
        
        Change-Id: Idcebc833472c81a1dc74dcdd481b0a37274a8713

2017-08-28  David Tardon  <dtardon@redhat.com>  [f33cf53c289daf51c2de429fde16f91b7df42031]

        disable EPUB export test with system libepubgen
        
        ... because it tests mainly stuff that is not in any released version
        yet.
        
        Change-Id: I39503061e6d5b5116a83a5e299fb2de77a5e7e33

2017-08-28  Noel Grandin  <noelgrandin@gmail.com>  [d23f1c38465903742381060dd2793d3785092cac]

        remove unused header file
        
        ever since
        
            commit 678dbe8f8197815919d7179c2eba17679942fdaa
            Date:   Thu Oct 13 09:50:03 2016 +0100
            unused src file
        
        Change-Id: I648f5b22d6d717404ec14f7775dfa0502295c2eb
        Reviewed-on: https://gerrit.libreoffice.org/41616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-28  Johnny_M  <klasse@partyheld.de>  [06c07c0dc15348c23fe432e7f1c0243486d1e6bf]

        Translate German comments/debug strings (leftovers in dirs starmath to sysui)
        
        Translates leftovers found using a custom regex.
        
        Additionally translated:
        - One randomly found comment in /reportdesign
        - Test strings in /stoc/test (let's see if it works)
        
        Change-Id: I5f893c194c4b56b5365700928a3b8b63936d03e2
        Reviewed-on: https://gerrit.libreoffice.org/41583
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-08-28  Caolán McNamara  <caolanm@redhat.com>  [9bd3482c933a611f428fce76a0d1a10dd0d4353a]

        ofz#3092 Direct-leak
        
        Change-Id: Ib10bd9bd2e6e712cb0a9c1906600543f786d7f53
        Reviewed-on: https://gerrit.libreoffice.org/41618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [4e298b48d5822acf626d2f664181efdc601b8cd4]

        Consistently use oslInterlockedCount for SvImpLBox::s_nImageRefCount
        
        Change-Id: I40eb4a09a8b5461fca4ac01662cb88156d2ff37d

2017-08-28  Tor Lillqvist  <tml@collabora.com>  [5921306259625996f8647c1138d310b0cdbe3d7e]

        Log also the elapsed time of each zone, in milliseconds
        
        Why not let the computer do it, instead of having to do it by eyeball?
        It is not fun to look at numbers like 1503910660.06171 and
        1503910665.5169 and try to see whether their difference is larger than
        that of 1503910824.20391 and 1503910828.43125.
        
        Change-Id: If20882e97959e65b8518b66c4ae965e1b3cc3b51

2017-08-28  Dennis Francis  <dennis.francis@collabora.co.uk>  [8c8edfabdee656ac5a9a0b1106f90baf315f1dd4]

        tdf#62363: When pie chart sector is too small do "Outside" placement
        
        ...of its label when "Best fit" label placement setting is used.
        
        Change-Id: Id201d922505de0e134286f4772abe282bb0722bc
        Reviewed-on: https://gerrit.libreoffice.org/41572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-28  Juergen Funk  <juergen.funk_ml@cib.de>  [a4b88947e5a56f39e80f8edf85b2b384a4f22bb3]

        tdf#106931 - LibreOffice 5.3 installer doesn't honor UI_LANGS property
        
        The patch 0a76a41ae7a2ebd53f80f01ea9e2bcff3026d155 disable the CustomAction
        "SelectLanguage" when the MSI-Property ADDLOCAL is set,
        This patch set the the CustomAction when the Property
        "UI_LANGS" is set, then the CustomAction execute
        
        Change-Id: I254a44909e32fb7969a6e9f71adf4659d376523c
        Reviewed-on: https://gerrit.libreoffice.org/39379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6c6a7091f9f3fe18eb7deaff00d47ba27c295af]

        libqxp: work around Android build
        
        Till we can't switch to a proper standard C++ library there.
        
        Change-Id: Ida62af07d9f843426d875f93c6795dc6cdecc303

2017-08-28  Stephan Bergmann  <sbergman@redhat.com>  [8b63825dc2e2c271b9109c32a27e1ea246f7d87e]

        Fix type of errno/WSAGetLastError()
        
        ...as got broken with 3d5be8cd31bcf6fce8772133298d2ae076361362 "osl: give
        warning on socket error (win32), move Flag definition (unx)"
        
        Change-Id: Ib68540596b0bc2cda3e809e765c7d41ca45dda71

2017-08-28  andreas kainz  <kainz.a@gmail.com>  [722e3cee97555ad0ace78f9feb80a137e8498099]

        add icons to calc functions needed for grouped notebookbar
        
        Change-Id: Iabfa0cd633570ff6a6f3116e73844e0c7badfc52
        Reviewed-on: https://gerrit.libreoffice.org/41597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-28  David Tardon  <dtardon@redhat.com>  [2539d5b39a41d80d2cafed12a66044e9b029263a]

        blind attempt to fix windows build error
        
        Change-Id: I88b32543af58dc6f917348b19a0d0d3d50fc8ffe

2017-08-28  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [e59b5b1fc7266d56a17e387b8df0f6d6956e8ea5]

        integrate libqxp
        
        Change-Id: Ic7479b82d09c1e36d28267434a77bf4bc158adfa
        Reviewed-on: https://gerrit.libreoffice.org/41612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c8777a18792a292bcbcb536e72b25b390b49000e]

        sw: don't undo paragraph signatures
        
        Change-Id: I188ab9dfebd5abd24f4e404bda13d40be022b7c4
        Reviewed-on: https://gerrit.libreoffice.org/41596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [8d912300ad1559ebd2ab2005e683753b361ba671]

        sw: insert paragraph signature field
        
        Change-Id: Ibf062c19b9896841df765bc39716cddad8bc12f2
        Reviewed-on: https://gerrit.libreoffice.org/41602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3daf54cb807b1841335d0da935c17149f9d9873f]

        sw: validate paragraph signatures on load
        
        Change-Id: I5ce2587d15c3f0d47cbc0f06e96246cf4dd984cb
        Reviewed-on: https://gerrit.libreoffice.org/41595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [af694659763de9a787e018df5ba4debd4976cd03]

        sw: remove signature metadata on deleting signature field
        
        Change-Id: I1f82b2d59889c1ba84d91880df13d12d3e5b796c
        Reviewed-on: https://gerrit.libreoffice.org/41594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [2c3dfd9d3bafc6ad84d750c7bec935b5b164e7f7]

        sw: invalidate paragraph signature on edit
        
        Change-Id: I7267b1492f2eff043058a9322286f742338a2335
        Reviewed-on: https://gerrit.libreoffice.org/41593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3eb31b506a2860eba3a578333a6486ee2a518c1a]

        sw: sign paragraphs and validate
        
        Change-Id: I917ad1460c89183eec38d50de8a0de2d76239ea6
        Reviewed-on: https://gerrit.libreoffice.org/41592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [6d8598acb23bbecb55ac235c15b9e01885588ad7]

        svl: populate subject and date-time when verifying signature
        
        Change-Id: I50eeabf3e18176cac383f48797daa771ee9dc7e4
        Reviewed-on: https://gerrit.libreoffice.org/41591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-28  Manfred Blume  <manfred.blume@cib.de>  [9600f5179795380749aa5a7c9fa0bf5387d2b95f]

        fix tdf#112025 insert docx into existing document
        
        Change-Id: I41f694bf3c2aa4edcad19a05d5dda6e87456d08f
        Reviewed-on: https://gerrit.libreoffice.org/41469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [e002de40ca970933d44eec9601e11ea2b8080293]

        osl: rearrange socket.h sections
        
        Change-Id: I4a288699f2b313d7519554d7a66dc5f591c8767b
        Reviewed-on: https://gerrit.libreoffice.org/41613
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-08-27  Caolán McNamara  <caolanm@redhat.com>  [3c74c8be066945be4f0a6da61eaeb21b2b0681a5]

        coverity#1416667 Unchecked dynamic_cast
        
        Change-Id: I562f7b41da67b65609d3eb156f52e2fa0adc9fd4
        Reviewed-on: https://gerrit.libreoffice.org/41604
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-27  Caolán McNamara  <caolanm@redhat.com>  [7e134b66ec74f53be52b3c2e371b5bb8ca0d3dfd]

        coverity#1416883 Useless call
        
        Change-Id: Icf2dae3e69a84368a69f954276286483e3714aa0
        Reviewed-on: https://gerrit.libreoffice.org/41605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-27  Caolán McNamara  <caolanm@redhat.com>  [6b8e3ab384efb0e8a1d2f49eb8e5b306ceb640bc]

        coverity#1416886 Unchecked dynamic_cast
        
        Change-Id: I5a6a4ec99449d70d2dd812cf5520900e4d0d3d14
        Reviewed-on: https://gerrit.libreoffice.org/41603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-27  Noel Grandin  <noelgrandin@gmail.com>  [ae8e1ad2e322cfa9522f793edc961203e28c1f22]

        convert code-class in ErrCode to scoped enum
        
        Change-Id: I9aa8703921308d6fee8bae9ee2d7b29e19181cc7
        Reviewed-on: https://gerrit.libreoffice.org/41601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [d96b243c5d363f66e574fe68879e59244c338c22]

        osl: cleanup osl_(acquire|release|close)Socket
        
        Change-Id: Ifc0b88963bcd28e5709accdf892b2cb16b2b55eb

2017-08-27  Ximeng Zu  <uznomis@yahoo.com>  [218ea8750827982dc325fb0f0daa6d9f4b2dc044]

        [Android] Clean up util func with Calc dev
        
        Removed redundant util functions addProperty
        and twipToPixel in several Calc related classes.
        
        Change-Id: I169be2edf74e662d5c3e3fcbd80265e9a694598d
        Reviewed-on: https://gerrit.libreoffice.org/41372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [534a156c1654767db70af2d8f4c81aeb65101d22]

        osl: rename win32 socket internal function names
        
        Change-Id: Ie58189e254f31d77cb4adafe599c48e64ef6a1a3
        Reviewed-on: https://gerrit.libreoffice.org/41611
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-08-27  Ximeng Zu  <uznomis@yahoo.com>  [43f5161991cffedabb280a6e4e388c5bcbac4f96]

        [Android Viewer] Password support
        
        Added password support for documents.
        
        Change-Id: Ifd9cf86894ddaf2fd5ad97510d2ac1b5850611ad
        Reviewed-on: https://gerrit.libreoffice.org/40458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c4bc3822298a663c31c676648262c223c1be4ab6]

        Fix typos
        
        Change-Id: I3097ef16912f72b59f0759d8826068cbb9b00ec2
        Reviewed-on: https://gerrit.libreoffice.org/41606
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [0876a6f05d78b9754005f8bd70f79386b44a7813]

        osl: fix socket.h doxygen param
        
        Change-Id: I4299433ec30ee5d102750b41e8cc6e82e4530a59

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [3d5be8cd31bcf6fce8772133298d2ae076361362]

        osl: give warning on socket error (win32), move Flag definition (unx)
        
        Change-Id: I34b773f32a055dfe85ec9c42e72a9f51ee8fea10
        Reviewed-on: https://gerrit.libreoffice.org/41610
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [bbf3da220e8c031022098a4414fd367c39e228c5]

        osl: remove commented out reversemap functions
        
        Change-Id: I0354cf98ba3804505970e881dfff45a4d9a227da
        Reviewed-on: https://gerrit.libreoffice.org/41609
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [8233349b6de3bdfa025aec21a93f68c622e22627]

        osl: remove extraneous comment cruft from socket.cxx
        
        Change-Id: I6979493a629874ab38629b655c47c299b24abdcd
        Reviewed-on: https://gerrit.libreoffice.org/41608
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-08-27  Rene Engelhard  <rene@debian.org>  [2651df5a65d5b89f21b08b16628e98bd969fbccd]

        sccomp_lpsolver -> sccomp_solver
        
        This test also tests the CoinMP solver, no _lpsolver is misleading
        
        Change-Id: If56de3aa84ec80b1888aadeb940e08e65083c9e9
        Reviewed-on: https://gerrit.libreoffice.org/41607
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2017-08-27  Caolán McNamara  <caolanm@redhat.com>  [20b7b15038d0970de1c271238b9aef7cbd3930ac]

        fix build
        
        Change-Id: I6064cef802aac56e99b1bc053bd2612a87038e3d

2017-08-27  Damjan Jovanovic  <damjan@apache.org>  [920b5ac7e809bce39ae9f81172f4d3cf664c08fd]

        If called on an empty collection, don't let OEnumerationByIndex.nextElement()
        
        call XIndexAccess.getByIndex() with an invalid index, just like
        OEnumerationByName.nextElement() doesn't.
        
        Patch by: me
        
        (cherry picked from commit efa52a41051df84e03fc38aaeae0f6312eb2df4c)
        
        Change-Id: Id49e45c18ed00de499cfd93e0945cecaed788ae4
        Reviewed-on: https://gerrit.libreoffice.org/41574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-27  Noel Grandin  <noelgrandin@gmail.com>  [243c371b77f7b02d9b4cdf775a6d07ef5d67ead3]

        remove some unused svx error codes
        
        which seem to be unused ever since initial import
        
        Change-Id: I19460961876c73a0754c54b1a5c0ff8cc6311e4e
        Reviewed-on: https://gerrit.libreoffice.org/41490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [b312834555658064dd9491484695f84959e0b059]

        OUString: constify, avoid unnecessary assignments
        
        Change-Id: I697e19196b7d3ab9febafc05b07eb8c2aa218248

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [9786bc48e3fa0500306aa5eeb3e7ffdf6630c904]

        OUString: reduce temporaries and constify
        
        Change-Id: Ic4d5e26b16414625dfb507ecf37d87efe171ceab

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [fecee11583098eead1fd16383fcedf72cb42f32a]

        OUString: reduce temporaries and constify
        
        Change-Id: I8d806f1efb090a2e8dd42db228e7f07600816b2b

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [c2f3f7566464fb291697172a96cb3ea39f51e86f]

        Share common code
        
        Change-Id: I98089cf93ba229f723628f8a70ef67ec7739c686

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [cae89c4d95a9f5cf5ae217ea48e469362e4e3310]

        OUString: constify and avoid temporaries
        
        Change-Id: I1cb48585580f545623b2015318cb16d331519217

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [b03aa410fa01d6b5a992e7e450a312e9629f99c6]

        Use 'else' for consecutive checks on rHint.GetId()
        
        Change-Id: Ied5e23344aa58ade4ebc4a0deaf757f5af2e0899

2017-08-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [59d821df1e8f55b16afba2482a2fe889e9e78749]

        Calculate values only when they are really needed
        
        Change-Id: I21d1df718b3d453220200defb16f07bbb5b2baa3

2017-08-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b382193a205b81e345afb107285883d0be676e6f]

        Complete commit 61d49afadb2b
        
        Change-Id: I299d112f7189335e17bc0062447ecc051ec24fa9
        Reviewed-on: https://gerrit.libreoffice.org/41284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-27  Dennis Francis  <dennis.francis@collabora.co.uk>  [0cf19169b634dcc164e028adf1f51f8849c5f884]

        tdf#97548: Do not set anchor flag on starting formula mode in a cell
        
        Change-Id: I4d9699fa3106f7a575ad1afa3a36371344719d09
        Reviewed-on: https://gerrit.libreoffice.org/41564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-27  Jens Carl  <j.carl43@gmx.de>  [829b73b1e9cb4ed11feeff428220a39f3b666214]

        tdf#45904 Move _DataPilotItem Java tests to C++
        
        Change-Id: Ia20630f4cc187bd6f1a47bb6d747fda3c8b39e86
        Reviewed-on: https://gerrit.libreoffice.org/41551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-27  Jens Carl  <j.carl43@gmx.de>  [c298f79083cb7e09dd389a353b7bb25e6f5f00b2]

        tdf#45904: Move _DatabaseRange Java tests to C++
        
        Change-Id: Iefe319c379ac8fffbb167b4bd4bcb235defabfa9
        Reviewed-on: https://gerrit.libreoffice.org/41541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-27  Jens Carl  <j.carl43@gmx.de>  [90b5555e3ac951c6387f1fc9110119655b23b832]

        tdf#45904 Move _CellAreaLink Java tests to C++
        
        Change-Id: I82dac69dfed136eaf96771bf1ef2b8dfbf4e05aa
        Reviewed-on: https://gerrit.libreoffice.org/41488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b2d7a1183597af19d775db584b9c280a8d21727e]

        replace magic numbers for ppt view types
        
        Change-Id: I0cd234cd039a2117fe49e6de3461becdbfa07e30
        Reviewed-on: https://gerrit.libreoffice.org/40475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [8f60fe1af60944092c28f5a534af6f10cf9f6ba9]

        osl: document socket enums
        
        Change-Id: I6f4904d415a44ba20ec0a9bfea9876c50eedb968

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [1fab08fbeadc072f0196a7245785a6ab63474135]

        osl: cleanup socket.h
        
        Change-Id: I0f7889db570717e9606425b51a418c499bd3a40a

2017-08-27  serdarot5  <serdarot5@gmail.com>  [2b7561799eeb0bf8ae14bff3702ffa6cda15d17c]

        fixed image and textbox rotation on xlsx files tdf#83672
        
        Change-Id: If91e64e46601e1f8b5834d278f14182f8c949a2b
        Reviewed-on: https://gerrit.libreoffice.org/40790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [714282573cd6fe8c9d95d3072c15d1e6cb94dc73]

        sw: new RDF helpers
        
        These are to help with adding paragraph
        signature metadata.
        
        Change-Id: Icac32c9e7937696f755ff3c99d619e97d56fc2e8
        Reviewed-on: https://gerrit.libreoffice.org/41590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-26  Paul Trojahn  <paul.trojahn@gmail.com>  [60c5955cb9f75a066cde0be3a3e39de83845279b]

        PPTX export tests for flipped shapes
        
        Change-Id: Ib159cdde381ebe906b54070245dedcb6decbe44e
        Reviewed-on: https://gerrit.libreoffice.org/41587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-26  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e463c96092e108a8fad3b9a91b693457f3c26545]

        tdf#111980: DOCX: Handle ActiveX radio button group
        
        Change-Id: I3372b3b69623bda5c6e8587215e8fb7056fdf0a7
        Reviewed-on: https://gerrit.libreoffice.org/41586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ab6d39146b6ff0a633ae0821e2db5705d3ad6c3]

        osl: clarify osl_scheduleThread() documentation
        
        Change-Id: If9990acd06f5395c07d44fc462292ccae795abe1

2017-08-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [4aee9d3283b93bc617474b94afa9395495c3792b]

        osl: thread doxygen update
        
        Change-Id: I345fdc1facd3eb38e2304f313c1eb67dc32b3608

2017-08-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [72d5cc9ebf64d65ee64b6c091ec7f43a2a777ae5]

        Fix typo
        
        Change-Id: I2d79b299256feefa66ad0b120387d5cab6737345
        Reviewed-on: https://gerrit.libreoffice.org/41585
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-26  Mike Kaganski  <mike.kaganski@collabora.com>  [d828577bcd522eaa57e40f889c8f3ae563ea1a75]

        tdf#89139: list all items in pivot table definition, incl. hidden
        
        Change-Id: I14ce935185a6e0e3739fcf01fdefa031d814e821
        Reviewed-on: https://gerrit.libreoffice.org/41509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-26  Matthias Seidel  <mseidel@apache.org>  [3c49b28ffa7ab062726e5e600312d9164224404e]

        Fixed typos (whitespace)
        
        (cherry picked from commit cda9ee31f7f1913660c6dce17192076ddf52c4a9)
        
        Change-Id: Ib948200084ae341c2f3f6d201aeeb9f84703623c
        Reviewed-on: https://gerrit.libreoffice.org/41579
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ced5266f277734f9b7a48db6408056892d38ac4]

        loplugin:constparam in sc part7
        
        Change-Id: Ica5421ddc343ce18a08f993778f42183b571ed0e
        Reviewed-on: https://gerrit.libreoffice.org/41578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-26  Justin Luth  <justin_luth@sil.org>  [fde332fc9d59102749dbeb20f4e78e2233152e1b]

        tdf#32991 DOCexport: MSO-compatible table justification
        
        Although LO could round-trip the files, MSO didn't open
        them properly, indicating both import and export differences.
        
        There are two table justification codes: sprmTJc and sprmTJc90.
        LO appears to treat sprmTJc90 as the WW8 version, but actually
        both are valid.  TJc is the LOGICAL justification - meaning that
        it is affected by RTL/LTR settings.  TJc90 is the PHYSICAL
        justification, regardless of BiDi.
        https://msdn.microsoft.com/en-us/library/dd951612(v=office.12).aspx
        
        Based on testing results, it appears that MSO REQUIRES TJc codes.
        If it isn't defined, MSO uses the default value of TJc:LEFT, and
        ignores TJc90 code. It appears that MSO always writes out
        both codes if they aren't the default values.
        
        This patch only deals with the export difference.
        
        Change-Id: Id722261acab7ae6c0b7d808be75fc3452c2255d8
        Reviewed-on: https://gerrit.libreoffice.org/41584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-26  Justin Luth  <justin_luth@sil.org>  [c420f36d9a19bb0b9da5cefa0c1b54b60ccb41a8]

        remove dead comment.
        
        The code that this comment documented was /* ... */ commented out
        in 2004 commit ed9a3e51ef9353dd028126496a1a105570dc48a2
        
        That dead block of code was removed in 2010 commit
        6eb5f64fd829338614d12212ad9c03ec616f3436
        but they didn't take the comment out with it.
        
        Change-Id: Id0ef75c09bd060e2621400492fb404eebbee6385
        Reviewed-on: https://gerrit.libreoffice.org/41581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [9cabd72ef14e19897f4d6f078758ac8b1aa6c02f]

        tdf#109267 sw: fix confusing return value of AppendRedline()
        
        AppendRedline() has a boolen return value which is rather
        unclear and confusing: most callers don't even check it, but
        SaveMergeRedline::InsertRedline() expects "true" to mean that
        its redline hasn't been deleted, whereas makeRedline()
        expects "true" to mean that the redline was somehow "valid",
        even if it has been deleted and merged with an existing one.
        
        The "bMerged" variable in AppendRedline(), which is the source
        of the confusion, was introduced with commit
        81286906d0b76a3b6c4443378877828290c3e5f0 "docx import fixes
        for: redlines".
        
        Split these differing expectations into different return
        values of a new enum type.
        
        Change-Id: If81631bde49ee52a249f5ba1dd64ab8e92fffaf7

2017-08-25  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [355715d333bced59256afb005ac9f243d37aa23e]

        tdf#109267: Fix crash during undo of delete inside redline insert
        
        Change-Id: I070ce600c10f469b914cc1d6c036a55f33dc9529
        (cherry picked from commit bd37233020266a5892d6ec7022688e3dfb9cef75)
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2017-08-25  Stephan Bergmann  <sbergman@redhat.com>  [e9d64ca080ed0cf2dcb56be13bee1bffbff880fd]

        Replace use of oslInterlockedCount with std::atomic
        
        The assumption in using std::size_t is that every acquisition can be associated
        with a unique memory location in the local address space, so the counter cannot
        overflow.
        
        Change-Id: I0d004a81d9bf52cf07d13481d9024fcc10b6db6d
        Reviewed-on: https://gerrit.libreoffice.org/41580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [1584d5215cd38be1f7cf14efbfac2e08ef4a0705]

        EPUB export: allow custom split method
        
        Default is split on heading, but this allows e.g. split on page break
        instead.
        
        Change-Id: Ie392fc76f91d60029c7e5f2a0adc55cb18f6157d
        Reviewed-on: https://gerrit.libreoffice.org/41577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [64ced968cc82b552e178da033e7a3b5af6996ae1]

        basegfx: remove global ImplB2DPolyPolygon
        
        Change-Id: I6035aaf8aabf71062bb63a4d416c253378fb4756

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [7e911e9cd469d30369c213aa529675b3f7c4f0e8]

        basegfx: remove global ImplB2DPolygon
        
        Change-Id: Ibd97ba1d7cc4e04203142057c47a74034cc4f70f

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [0157f98861d589caa60f1ef3dacebb0137d23afe]

        basegfx: remove global 3D IdentityMatrix thread safety hazard
        
        On a tinderbox, CppunitTest_chart2_export crashed in
        basegfx::B3DHomMatrix::isEqual(), with other threads in other basegfx
        code.
        
        The UnsafeRefCountingPolicy on the global IdentityMatrix is likely the
        problem.
        
        Change-Id: Ib142c6f286453d61bd948fb0c184cd68fd313b0f

2017-08-25  Stephan Bergmann  <sbergman@redhat.com>  [c5616014bb288b89610b8b59b9515a06577a8c41]

        loplugin:redundantcast: suppress warnings in reworked glibc assert macro
        
        Change-Id: I20be230b3ff5d11395f33a9896d0a575c3051fb7

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [682f05f0b04f0f6949fbd220140964006dd7cbe6]

        ofz#2899 increment pos before check, like all the other cases
        
        Change-Id: Id49f747e36f767a3e82fc3610959eb94015a93d7
        Reviewed-on: https://gerrit.libreoffice.org/40984
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [35bac83ed2b5d48233c653cc7dc4eab5c234f7ac]

        ofz#2877: crash in SVTB16Short
        
        sal_uInt16 wraparound
        
        Change-Id: Ifd791bdd5f1b96576fdd4ca6665bb972fb8b1e4c
        Reviewed-on: https://gerrit.libreoffice.org/40848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [969838675cfd42bdfc27ee12d796dece59c3d5a3]

        ofz#2852 korean table entries start at 0xF not 0x7
        
        Change-Id: Iaf3ed48d0eb0e5a57770af057c565a7310bb96d4
        Reviewed-on: https://gerrit.libreoffice.org/40761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [c2e7df1ce8ba50b2179904963e825315785585e4]

        ofz#2766 ensure palette is large enough for all colors
        
        Change-Id: I4669b473f5975ac74a37025f7c936f13bcfea420
        Reviewed-on: https://gerrit.libreoffice.org/40511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [5e975f671bc37d837d66e712ea064809daf51288]

        coverity#1416668 Uncaught exception
        
        Change-Id: Ibc2be8fe44295a8ea08105549448609e00262740
        Reviewed-on: https://gerrit.libreoffice.org/41560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [304d7f557acee5ac1aa6e072550bb73f3a6e9e29]

        coverity#1416667 Unchecked dynamic_cast
        
        Change-Id: I1df3f13c47a021bad7c5b5ab7d5804dc70f091c8
        Reviewed-on: https://gerrit.libreoffice.org/41558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Caolán McNamara  <caolanm@redhat.com>  [90beace1e0a67027f4830510840b4aff444414bb]

        coverity#1416669 Uninitialized scalar field
        
        Change-Id: Ibc202057c50391bb82779c82616f628060041fb9
        Reviewed-on: https://gerrit.libreoffice.org/41559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Damjan Jovanovic  <damjan@apache.org>  [afa71c58f13726a76f7b0d46b6e834403ac8f97b]

        Remove some incorrect API documentation for the
        
        com.sun.star.sdbc.SQLException ErrorCode field.
        
        Patch by: me
        
        (cherry picked from commit ecd7e16c6d6277530879ed11e752d000248c56c7)
        
        Change-Id: I45fb25f1447fd6d37a38e80879de663ab3dbba99
        Reviewed-on: https://gerrit.libreoffice.org/41568
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-25  Damjan Jovanovic  <damjan@apache.org>  [3f84390f585cf71331a77ab5ca632cacaf3ad7b9]

        i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliably
        
        In the Java UNO bridge, UnoRuntime.generateOid() generated the
        object-specific part of the OID using java.lang.Object.hashCode(),
        which is only 32 bits long, and is commonly overriden and could thus
        return values from an even smaller range, so OID collisions were quite
        likely.
        
        This changes UnoRuntime.generateOid() to use 128 bit UUIDs for the
        object-specific part of the OID, and store these in an object => oid
        java.util.WeakHashMap, making OID collisions almost impossible.
        
        Patch by: me
        Suggested by: Stephan Bergmann (stephan dot bergmann dot secondary at
        googlemail dot com)
        
        (cherry picked from commit 6dd83d1c6c5c580d14ca3d0458be4020603ba118)
        
        Change-Id: I8e851a7a69ac2defefa15e9a00118d8f9fc0da95
        Reviewed-on: https://gerrit.libreoffice.org/41576
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [ae3ba018bfe066854fd787e2938441e4cc1316e1]

        unoxml: CDocumentBuilder: just catch all Exception
        
        Turns out that XErrorHandler can throw SAXException too, which isn't
        derived from RuntimeException.
        
        Change-Id: Ib853805259b5b32a979e4f9a20297975431dee08

2017-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb4e52096db668533bae40f5155749a9986108a2]

        EPUB export: add support for page breaks
        
        EPUB_SPLIT_METHOD is still hardcoded to HEADING, so while we send the
        page break info to librevenge now, it's ignored on that end.
        
        This requies basic infrastructure for automatic styles.
        
        Change-Id: Ibafead0dedd9dbfa6223a9c701a62611ba2671fd
        Reviewed-on: https://gerrit.libreoffice.org/41573
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-25  Matthias Seidel  <mseidel@apache.org>  [8e246b5cccadbac1e6d6c39fcd2a872727683f75]

        Deleted whitespace
        
        (cherry picked from commit 6b62e035d388ce14630da65d63db5a216e1848e7)
        
        Change-Id: I7e0c7edf12a30daec35d9461f0be12b6d07fddc3
        Reviewed-on: https://gerrit.libreoffice.org/41575
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-25  Henry Castro  <hcastro@collabora.com>  [2356d9e4997fe9613c0f3e399ec6a03a2bdf861e]

        tdf#107806: Semantic and syntax for .uno:RowHeight have been changed
        
        Change-Id: If9ce7ff36ef3ba8e55103765f3260e74ab2eebd4
        Reviewed-on: https://gerrit.libreoffice.org/41567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a1d6a2bccd05e5859ab44593609d11c39fc518a]

        EPUB export: allow setting a custom version
        
        By parsing the FilterData key of the media descriptor, similar to how
        the PDF export does it.
        
        The default is still EPUB3, but this now exposes the ability of
        libepubgen to emit EPUB2 if wanted.
        
        Change-Id: I23834fa28db9b01ef4cce4a142331b1cc9ecb3c2
        Reviewed-on: https://gerrit.libreoffice.org/41566
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-25  Tor Lillqvist  <tml@collabora.com>  [bafe8a5ef091a83a90d639fd3f583422fa055d53]

        Follow-up fix for aa7dc5fa1df23f1a9079305cb362aab018e94848
        
        Change-Id: If42c9d1594a43d7882df657e32806fab965be910

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [c47eb8afd1b941a4dca832cfad85ba750c76635d]

        dynamic column container: more efficient loops over all cols
        
        Create an ScColumnsRange class that returns a pair of (start,end)
        iterators to go through the list of currently allocated columns.
        This is a fairly thing wrapper around the underlying std::vector,
        so it should be fairly efficient (two pointers, and pointer increment
        for iteration).
        
        If this style of iteration is acceptable, I'll go through the rest
        of the code that does:
        
            for (SCCOL nCol=0; nCol<MAXCOLCOUNT; nCol++)
        
        type stuff, and change it to use ScColumnsRange.
        
        Change-Id: I81501c69b7f5566c6204dde0d87a6fe0deb9743c
        Reviewed-on: https://gerrit.libreoffice.org/41413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Tor Lillqvist  <tml@collabora.com>  [27bde9a6abf6c73d5345b0a85b81afc8470d25cf]

        Drop gratuitous initial :: from comphelper::ProfileZone
        
        Change-Id: Iae7d86b857d0563d9ed9d9b4187e009554698412

2017-08-25  Tor Lillqvist  <tml@collabora.com>  [aa7dc5fa1df23f1a9079305cb362aab018e94848]

        Get rid of need to use initial :: for ::opencl to avoid clash with sc::opencl
        
        Rename the global opencl namespace to openclwrapper. Its public API is
        after all declared in a file called openclwrapper.hxx. The confusion
        started when part of the OpenCL code was moved out from sc some years
        ago.
        
        Change-Id: I98ebd8498b2244804411e5de9169eb619f86070b

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [407a126af45d93f83eb4dbdc358dd569bea4db6f]

        loplugin:constparam in sc part6
        
        Change-Id: Ifbb921b820b7210e7f9539e45d4852764a1e9cbd
        Reviewed-on: https://gerrit.libreoffice.org/41563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Eike Rathke  <erack@redhat.com>  [001e0e530f42b3838fa882ab77a3bb2b24f69ef7]

        Add check and comment for i18npool locale data using reserved formatIndex
        
        Change-Id: I9401e353241973129bff764d6d7b7f94d7c9b7b0

2017-08-25  Justin Luth  <justin_luth@sil.org>  [9c8c4415f64d91c0c30b025edef649344649c3d7]

        tdf#60351 - add unit test for shape brought to foreground
        
        Test for this comment in d59ef5b2ddb9249905fecf941be6ec83251d12de
        // We should bring it to front, even if wp:anchor's behindDoc="1",
        // because otherwise paragraph background overlaps the graphic
        // TODO: if paragraph's background becomes bottommost,
        // then remove this hack
        
        Actually, the proper fix for this would be that the paragraph
        background also "wraps" around the picture (just like the text),
        not that the paragraph background becomes bottommost.
        
        The main concern in forcing to the foreground would be if
        wrap_THROUGH text would become hidden. However, testing suggests
        that cannot happen in this code. In that case, the worst
        would be that this shape now overlaps another shape - a
        rather unlikely situation. So this hack should be safe and
        maintained since it visually fixes a compatibility problem.
        
        Change-Id: I96495cd08a580afbca71a7f6d6dfd85652ff021b
        Reviewed-on: https://gerrit.libreoffice.org/41487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [4467dc6685dbe2862da5eb54edb89c1711253812]

        loplugin:useuniqueptr in sc
        
        Change-Id: Ia647ef2dda2dd54a4958a7dc561a0fb86abdfd86
        Reviewed-on: https://gerrit.libreoffice.org/41522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d41b2e42fb91b99bd17b13f0f592978f4ccfba7]

        loplugin:unusedfields
        
        Change-Id: I81bcf4f56599146536ba8d66cc86fa5a08737298
        Reviewed-on: https://gerrit.libreoffice.org/41556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Fyodor Yemelyanenko  <fyodor_e@hotmail.com>  [d181d8acbf49e2fe87c8cf53a9431e503ccced55]

        tdf#84237 use XErrorHandler in CDocumentBuilder
        
        In documentbuilder.cxx added code to call XErrorHandler::warning and XErrorHandler::error functions (from DOM::warning_func and DOM::error_func)
        In domtest.cxx added try {} catch () block to BasicTest::validInputTest, BasicTest::warningInputTest and BasicTest::errorInputTest and to SerializerTest::serializerTest. Also uncommented lines CPPUNIT_TEST(warningInputTest); and CPPUNIT_TEST(errorInputTest);
        
        Unit tests are now working
        (FatalError test removed, as lib2xml doesn't distinguish between error and fatal error and counts everything as error).
        
        Change-Id: I27c5036df6a1cc5bef5dbb8171c201d81bae2ccd
        Reviewed-on: https://gerrit.libreoffice.org/41376
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-08-25  Michael Stahl  <mstahl@redhat.com>  [3aab0593dd0b64849488f2186221135df9851258]

        create-tags: find UNO IDL exceptions too
        
        Change-Id: I3eff2bdd5da3710bc130a5d9965a8c84c74ee55b

2017-08-25  Stephan Bergmann  <sbergman@redhat.com>  [d1f795167dba9ef7421a49a6e1be2f6cf2409df5]

        Use osl_atomic_inc/decrement in --with-webdav=serf code, too
        
        Those were the last remaining raw uses of osl_inc/decrementInterlockedCount.
        
        Change-Id: I66d0d37a563106a0cc3edbd163462211893e3dae

2017-08-25  Stephan Bergmann  <sbergman@redhat.com>  [74917e0c46dc61736f262aba911e5eb0decf4ec8]

        Various loplugin warnings in --with-webdav=serf code
        
        Change-Id: Ibff41550f292da76c17238a9cd2856b6599e952a

2017-08-25  Armin Le Grand  <Armin.Le.Grand@cib.de>  [db6b703d391838c481fd090065f6d329edcd4efa]

        Allow non-modal Dialogs during FileImport/Load
        
        When opening a file that triggers Dialogs (e.g. cannot
        read/repair/FileType) the Frame from which it was
        initialized gets blocked. This irritates quite some
        people. Changed this to a non-modal Dialog so that
        the user can continue to work with all opened docs,
        open new ones, close and print/PDF/export these.
        
        Change-Id: I048d3de3369527cec20d26396b87439254764b8a
        Reviewed-on: https://gerrit.libreoffice.org/41534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-25  Paul Trojahn  <paul.trojahn@gmail.com>  [69cfafef7a28aad7a013bb440e15e23e59ea628c]

        tdf#100387 tdf#100389 OOXML animation export fixes
        
        The second cTn tag needs to have a dur="indefinite" attribute, otherwise
        the last element is hidden immediately after being shown. Also the value
        of all fill attributes with the value freeze needs to be hold, otherwise
        only one animation node is shown at a time.
        
        Change-Id: Ie4ecf69f5a3a1c56d8b3b489351dc2882efd6328
        Reviewed-on: https://gerrit.libreoffice.org/41463
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-25  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [485fcd4f367ebdf5a7494976424e64c7c68ff450]

        oovbaapi: Use default path for FileDialog
        
        Change-Id: If7af0fc52b8684cca77fd3e85e15ef429801d6dd
        Reviewed-on: https://gerrit.libreoffice.org/41542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-08-25  Szymon Kłos  <szymon.klos@collabora.com>  [51e610e584e09ecdec4cbc5c7c550bc806d7ee1c]

        tdf#111876 Save correct relative links in Calc
        
        Relative links were saved as:
        file:///a/file.odt
        instead of:
        ../a/file.odt
        
        Relative path was based on source document, not target.
        
        Unit test contains spreadsheet with relative link
        to the "../xls/bug-fixes.xls" file.
        
        Change-Id: I803b7b8936bde9644ae5760756ee7249677f2641
        Reviewed-on: https://gerrit.libreoffice.org/41500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-25  Stephan Bergmann  <sbergman@redhat.com>  [f0b0123fa3f70ede8592befcd01381542db76617]

        Remove spurious indent of first line
        
        Change-Id: I02e2baec74f2b020ac1db2afb1b82928032ae036

2017-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [329213cb249e92d2483780f9193e3355854234f2]

        writerfilter: fix inconsistent param naming in interface/implementation
        
        Talking about names when those are numbers is confusing.
        
        Change-Id: Icfeed8924daeb1d6f658118515f9d4a76229106e
        Reviewed-on: https://gerrit.libreoffice.org/41540
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d411f38badc7adc61fdfc5c08fdbda247bce37a]

        EPUB export: make sure that the mimetype stream is not compressed
        
        Similar to ODF, the spec mandates this, and recent enough epubcheck
        validator asserts this.
        
        Also backport 2 libepubgen commits that fix other validator errors
        around missing mimetypes / malformed URLs.
        
        Change-Id: I29f0524465a30d26585cea92ec27bd336f6a17d8
        Reviewed-on: https://gerrit.libreoffice.org/41526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2ea022ec2101703a7034dbb640553165eb0ff224]

        add reference operators tests
        
        from AOO#32341
        ODFF: OpCode 'ocUnion' to pass multiple ranges as one parameter
        
        Change-Id: Ie718ccb43e7fac3b168ce56818c8b45cba51b94a
        Reviewed-on: https://gerrit.libreoffice.org/41514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b694dad643334ec1bab3f823dcd68f44a05ebe3]

        loplugin:unusedmethods
        
        Change-Id: Iaaf9092ec4d6189492906648b84494d087fed81f
        Reviewed-on: https://gerrit.libreoffice.org/41539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [de2ac128da025502c533f8cede5862e054dd9c44]

        loplugin:useuniqueptr in dbaccess
        
        Change-Id: Iecf167f2018537476107d0850bef6f6e8ae344a4
        Reviewed-on: https://gerrit.libreoffice.org/41494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Noel Grandin  <noelgrandin@gmail.com>  [7ca950ec744b7af1d15724ec2abc296573a641e4]

        no need to use ERRCODE_RES_MASK here
        
        the relevant usage sites already call GetRest() before comparing
        
        Change-Id: I5e8ce3a3c2b6972810aa527356f6350c61b8bd63
        Reviewed-on: https://gerrit.libreoffice.org/41470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5bd31bf44301fdb1938d38eae7317745f35d9db1]

        Updated core Project: help  b5d455e09862a98eba8209445f859de29c1e449e
        
        tdf#112015 Spelling and Grammar -> Spelling
        
        Valid for strings that refers to the menu, but not on
        the descriptive pages, where the funcionality of spell check come
        together with the grammar check.
        
        Change-Id: If8a8e876782eed2da8f42d05726aa16e621fa062
        Reviewed-on: https://gerrit.libreoffice.org/41548
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        

2017-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b78b9feab9521e614b9edae17709cb6e2001292]

        updater: fix the handling of ~ in the update config
        
        Change-Id: I5c07039e336de9362fdd92be29de516da0846998

2017-08-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [8d74698f407de0b02826777d5cb3f5aca2fd50f1]

        tdf#111795 - Special character preview control background color
        
        Change-Id: Id5c3448b0cf82e5ed3aa9afabc5bfb093eddf2e9
        Reviewed-on: https://gerrit.libreoffice.org/41524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-24  Michael Stahl  <mstahl@redhat.com>  [6e090b4272b8fa12d2032ff0c0ea4bfb24c0d2d2]

        tdf#111934: add document for filters-tests
        
        Thanks to infostud91@gmail.com for the document; unfortunately git
        tells me that i can't set the commit author to just an email address.
        
        Change-Id: I844e725d06cfa2a56adcd93aaa0a222fbb14028f

2017-08-24  Michael Stahl  <mstahl@redhat.com>  [4ebcb4009e2185961fe3d716bd07ef2013ecd070]

        svtools: fix checking of ErrCodeArea so error dialogs are shown again
        
        Previously SfxErrorHandler::CreateString() compared the entire error
        code so >=/<= worked but now only the ErrCodeArea is compared,
        so only </> works.
        
        (regression from 158595543053c158a9bcb95f679e7b8a3c2e4e89)
        
        Change-Id: I8ac46de154f93a7109ec29d899c71bfb470d008c

2017-08-24  Michael Stahl  <mstahl@redhat.com>  [41fb6822cbc2f82333ea54db816f60616f827e49]

        vcl: fix double-free of ErrorInfo
        
        The only value that ErrorHandler::GetErrorString() adds over
        ErrorStringFactory::CreateString() is that it will delete the pInfo a
        2nd time, because the ErrorInfo::GetErrorInfo() returns the same object
        twice.
        
        This may fix it, but it's generally hard to tell what this
        brain damaged error handling code will do.
        
        (regression from 1167df7df59e37fddef0c40c4d27cb2e82e10922)
        
        Change-Id: I22f446bee669cae8c5288bcc2f1e1d0299f5b384

2017-08-24  Julien Nabet  <serval2412@yahoo.fr>  [80d8cbb8e1444ff89dd61b270b43995623e95662]

        SAL_INFO->SAL_WARN in lstner.cxx (svl module)
        
        Since we're already in #ifdef DBG_UTIL, we can also directly use SAL_WARN
        
        Change-Id: Ic7c564f6c08e05eb9bd5928ef031f212def094aa
        Reviewed-on: https://gerrit.libreoffice.org/41531
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-24  Eike Rathke  <erack@redhat.com>  [c84332184a5de3e4180514cf6e3282597ffe5dd6]

        Resolves: tdf#93171 follow-up, notify dependents of subtotal formula cells
        
        Track ScHiddenRowsChanged collected cells and broadcast with ScDataChanged.
        
        Change-Id: Id41d2731585f6749533319bf42ad655a845ecf30

2017-08-24  Szymon Kłos  <szymon.klos@collabora.com>  [39c08074a286855dd014ce1c30b8f7ef95b10242]

        Watermark: not visible if page background was set
        
        Watermark was drawn under the page background.
        It has to be placed on the upper layer to be visible.
        
        Change-Id: I132a313eed6fb712aafdca14a38fe559aa4231c8
        Reviewed-on: https://gerrit.libreoffice.org/41289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab8b8fb183067fd0bded089f513b614d35138e18]

        Add initial CppunitTest_writerperfect_epubexport
        
        Fails with the writerperfect/source/writer/exp/txtparai.cxx part of
        commit b6f39c47fb477f16c65631523b0c18b4f262fadf (EPUB export: initial
        index support, 2017-08-15) reverted.
        
        Change-Id: I56457b3e3b312682e4c83ea08dbd459ca42152ef
        Reviewed-on: https://gerrit.libreoffice.org/41518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-24  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [8d1dc9a662d2e1bc833d5488f3f0013f98e7f3fd]

        emfio: unit test for the EMF+ renderer
        
        Two unit tests, which test the EMF+ records DrawString and DrawLine
        independently.
        To this end, a fixed view decomposition of metafiles is implemented.
        
        The chosen primitives should be optimal, even for future extensions
        of the EMF+ parser.
        
        Change-Id: I12672d3b294ff0fdae63c7a5ce211517ef8f763c
        Reviewed-on: https://gerrit.libreoffice.org/41425
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-24  heiko tietze  <tietze.heiko@gmail.com>  [1098fba99acb8c8cc7e87c55ece12ef175593147]

        tdf#87648 Spelling and Grammar
        
        Renamed to just Spelling
        
        Change-Id: I4433d75a8fd697e8d4dd25fa5d26411ed15b6c1b
        Reviewed-on: https://gerrit.libreoffice.org/40717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-24  Eike Rathke  <erack@redhat.com>  [d31a8263d564ebd7886f6debdf36cedd031915ea]

        Resolves: tdf#108795 merge table EditEngine language attributes to input line
        
        ... when editing there, so the SvxAutoCorrect behaviour is synchronized.
        Depends on commit 06d14411a447cd798d1f0678a3c5e06f5278a1cb that disentangles
        the stateful SvxAutoCorrect instance.
        
        Change-Id: Ic6aac1f2acc36b500144be50a20a4784a3ba62dc
        Reviewed-on: https://gerrit.libreoffice.org/41521
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-08-24  Paul Trojahn  <paul.trojahn@gmail.com>  [73ee631e58f392415f23e98460ff4b2f3a763d37]

        tdf#111798 Fix deformed export of flipped custom shapes to pptx
        
        Shapes were deformed because flipping wasn't considered when removing
        the rotation. Also WriteShapeTransformation needs information about
        flipping to convert the angle correctly.
        
        Change-Id: I7d485e93c00e02b9ec6c73ad6ae2876e5bc6360a
        Reviewed-on: https://gerrit.libreoffice.org/41462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [dffdc0b1995e2b24304ce0651ca886bbf9cf4f95]

        tdf#111870 Translate the "My AutoText" string in the Edit Categories window
        
        Change-Id: I483fa998d140c8458948fe19c5338e7af0d32527
        Reviewed-on: https://gerrit.libreoffice.org/41234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-24  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b766cab621690a3aaf4e10fcf925ebab1c1925b8]

        tdf#108926: Notes placeholder text boxes not shown in PPTs
        
        Regression from:
        acb2943c8125f4ceed74f35f31776929dedeb8d8
        
        Call this placeholder related code not only for
        normal slide pages.
        
        Change-Id: Iae185ac7e5d2505554692045516cc51dbdcd735b
        Reviewed-on: https://gerrit.libreoffice.org/41517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-24  Yousuf Philips  <philipz85@hotmail.com>  [04e719efbdb551d7c72fd0cc690f76c96bb66960]

        tdf#91781 Removal of Format > Columns
        
        Columns tab is available in Format > Page and in Format > Section >
        Options which makes this menu entry redundant
        
        Change-Id: Ia637b7fe5c95ba075bad921cacb9d2e41e159cb8
        Reviewed-on: https://gerrit.libreoffice.org/39017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-24  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [f6850953dfd0ff0847e5a24bf921456a12ae47e4]

        SmartArt: implement dir and maxDepth if node functions
        
        Change-Id: I4ef05b5bab1188cf349d1c7f5bbc9022bc79b21c
        Reviewed-on: https://gerrit.libreoffice.org/41452
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [c137c2a46cd2276938d572c97fb111b9aa31cdfd]

        loplugin:constparam in sc part5
        
        Change-Id: Iba249d4d8f7cc686941106983031bae53c7528e1
        Reviewed-on: https://gerrit.libreoffice.org/41510
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Michael Stahl  <mstahl@redhat.com>  [9fe857b7bd126ff4856fc4689d375881653b97a2]

        tdf#111934 xmloff: ODF import: self-referential conditional style crash
        
        It's invalid input and also causes stack overflow.
        
        Change-Id: Ie0b9dcaefcfcf254326151f345f4802ed66b994d

2017-08-24  Justin Luth  <justin_luth@sil.org>  [49877dc91b2f91baa656facd462ac1b1e832f182]

        sw:rtf - timely export of footnote char properties
        
        related to tdf#82173 and tdf#108949.
        Write the footnote character properties now - otherwise they will
        affect text incorrectly later on.
        
        Change-Id: I33af1586a51f9028ef5b0d646e4ba3d746c77a2c
        Reviewed-on: https://gerrit.libreoffice.org/40435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b23cd7ea0607ea1c0ec2022e80349d96368e3923]

        vcl PDF export: remove no longer direct NSS dependency
        
        The relevant code has been moved to svl.
        
        Change-Id: Id2b77c797745af21d3d5f954357a02d54fb67908
        Reviewed-on: https://gerrit.libreoffice.org/41498
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-24  Stephan Bergmann  <sbergman@redhat.com>  [30935cf8adf8747b46ea485ba4a320b542a4f7a5]

        Explicitly specify -finput-charset=UTF-8 for GCC/Clang
        
        ...after 9a7d2d72cef7ff14a020c1024fbff8c00e4e4aff "tell msvc our source code is
        written using utf-8" did the equivalent for MSVC.  That should cause the C++
        string literal u8"ßa" (in vcl/qa/cppunit/mnemonic.cxx) introduced with that
        commit to reliably be interpreted as intended by all our toolchains.
        
        Change-Id: Ibbda8588a3ca66d1c2764f70aa999fad243f1bb1

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9acc8649d4a31ddd84832124e0413d4f1fa1710]

        loplugin:useuniqueptr in framework
        
        Change-Id: I89bcfaa605251912bd1f979b38f12e983dcaf76e
        Reviewed-on: https://gerrit.libreoffice.org/41512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [96b07db82b4a7834246ae8acc395cd2cb355630b]

        SmartArt: get rid of tagToVarIdx() and change VarMap to std::map
        
        it was unnecessarily complicated
        
        Change-Id: I5ad4b4a6a401ffe6a67a471fa355ade9c1514ef1
        Reviewed-on: https://gerrit.libreoffice.org/41458
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d46a29b2144eb840935e6bb040ee016d74b4d99]

        loplugin:useuniqueptr in forms
        
        Change-Id: I656ef57a322a4d04d0a39ae8f9e1df6fff054a58
        Reviewed-on: https://gerrit.libreoffice.org/41511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Michael Stahl  <mstahl@redhat.com>  [a05e5adc62c74b42262fce9a309c1bc6c685893c]

        dbaccess: avoid deadlock in ODatabaseContext::registerObject()
        
        Limit the scope of m_aMutex lock to what is necessary.
        
        As observed by Jan-Marek Glogowski:
        
        [Switching to thread 198 (Thread 0x2aab44e5b700 (LWP 46847))]
        3  osl_acquireMutex(oslMutexImpl*) (pMutex=0x1e59d10) at sal/osl/unx/mutex.cxx:97
        4  osl::Mutex::acquire() (this=0x1ebbe28) at include/osl/mutex.hxx:56
        5  osl::Guard<osl::Mutex>::Guard(osl::Mutex&, bool) (this=0x2aab44e56198, rT=..., bAquire=true) at include/osl/mutex.hxx:135
        6  dbaccess::ODatabaseContext::getElementNames() (this=0x1ebbd90) at dbaccess/source/core/dataaccess/databasecontext.cxx:661
        7  non-virtual thunk to dbaccess::ODatabaseContext::getElementNames() () at dbaccess/source/core/dataaccess/databasecontext.cxx:659
        8  dbaui::SbaTableQueryBrowser::initializeTreeModel() (this=0xb174890) at dbaccess/source/ui/browser/unodatbr.cxx:2086
        9  dbaui::SbaTableQueryBrowser::impl_initialize() (this=0xb174890) at dbaccess/source/ui/browser/unodatbr.cxx:3201
        10 dbaui::OGenericUnoController::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) (this=0xb174890, aArguments=uno::Sequence of length 9 = {...}) at dbaccess/source/ui/browser/genericcontroller.cxx:299
        11 DBContentLoader::load(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XLoadEventListener> const&) (this=0xb1730a0, rFrame=uno::Reference to ((anonymous namespace)::Frame *) 0xb162690, rURL=".component:DB/DataSourceBrowser", rArgs=uno::Sequence of length 8 = {...}, rListener=uno::Reference to (framework::LoadEnvListener *) 0xb174228) at dbaccess/source/ui/browser/dbloader.cxx:270
        12 framework::LoadEnv::impl_loadContent() (this=0xb16f5b8) at framework/source/loadenv/loadenv.cxx:1077
        13 framework::LoadEnv::startLoading() (this=0xb16f5b8) at framework/source/loadenv/loadenv.cxx:372
        
        [Switching to thread 196 (Thread 0x2aab4565f700 (LWP 42841))]
        3  osl_acquireMutex(oslMutexImpl*) (pMutex=0x773cd0) at sal/osl/unx/mutex.cxx:97
        4  osl::Mutex::acquire() (this=0x77b4a8) at include/osl/mutex.hxx:56
        5  comphelper::GenericSolarMutex::doAcquire(unsigned int) (this=0x77b4a0, nLockCount=1) at comphelper/source/misc/solarmutex.cxx:61
        6  comphelper::SolarMutex::acquire(unsigned int) (this=0x77b4a0, nLockCount=1) at include/comphelper/solarmutex.hxx:74
        7  osl::ClearableGuard<comphelper::SolarMutex>::ClearableGuard(comphelper::SolarMutex&) (this=0x2aab4565d478, t=...) at include/osl/mutex.hxx:170
        8  osl::ResettableGuard<comphelper::SolarMutex>::ResettableGuard(comphelper::SolarMutex&) (this=0x2aab4565d478, rT=...) at include/osl/mutex.hxx:215
        9  SolarMutexResettableGuard::SolarMutexResettableGuard() (this=0x2aab4565d478) at include/vcl/svapp.hxx:1416
        10 dbaccess::ModelMethodGuard::ModelMethodGuard(dbaccess::ModelDependentComponent const&) (this=0x2aab4565d478, _component=...) at dbaccess/source/core/dataaccess/ModelImpl.hxx:587
        11 dbaccess::ODatabaseSource::getDatabaseDocument() (this=0x281d690) at dbaccess/source/core/dataaccess/datasource.cxx:1300
        12 non-virtual thunk to dbaccess::ODatabaseSource::getDatabaseDocument() () at dbaccess/source/core/dataaccess/datasource.cxx:1298
        13 dbaccess::ODatabaseContext::registerObject(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x1ebbd90, _rName="MyFactory", _rxObject=uno::Reference to (dbaccess::ODatabaseSource *) 0x281d708) at dbaccess/source/core/dataaccess/databasecontext.cxx:433
        14 gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x1ebbdf8, nVtableIndex=4, pRegisterReturn=0x0, pReturnTypeRef=0x781090, bSimpleReturn=true, pStack=0x2aab4565d810, nStack=0, pGPR=0x2aab4565db30, pFPR=0x2aab4565daf0) at bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77
        
        Change-Id: I06e91d9c4e193c97f98f29f6b73eaf01b12922c0

2017-08-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [74da6d5f9f875cc355776f8fa8fbff15f0316d0c]

        VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests
        
        Change-Id: I3f1803617a2bdeaab9922ebb375ec4fd67318d20
        Reviewed-on: https://gerrit.libreoffice.org/41499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd736c4f7910f5b876c3ab8b8e0e804aa83347a0]

        loplugin:constparam in sc part4
        
        Change-Id: I745f50257948a53ca07766955c4f4e86dd2a366e
        Reviewed-on: https://gerrit.libreoffice.org/41497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3eb5ab6efe4229db0ec2bb177d892f2604f49411]

        loplugin:constparam in sc part3
        
        Change-Id: I8abc44b9f0bcd5e39fd8a94abafaf80aadcd26ca
        Reviewed-on: https://gerrit.libreoffice.org/41496
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [4fb9d7b69c4fb10107210c2f851040f7c259e413]

        loplugin:useuniqueptr in filter
        
        Change-Id: I127b570bb1563dc75b21633019b3640f93715d77
        Reviewed-on: https://gerrit.libreoffice.org/41495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Stephan Bergmann  <sbergman@redhat.com>  [66604baf08c47cc0c77ab3b9ee7e77f987c64722]

        Consistently use OUString in test::Directories
        
        Change-Id: Ia5fd8af34ee9d2f37e4450ab241f6bb9a06445b2
        Reviewed-on: https://gerrit.libreoffice.org/41466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-24  Noel Grandin  <noelgrandin@gmail.com>  [844b3c067ccef7c8fcd38f4456689065dee5a447]

        remove unused error code in vcl
        
        ever since
        
            commit 920d4463f6e59b815852c173e2974ffc7b4bb284
            Date:   Thu Jun 23 13:13:28 2016 +0200
            loplugin:singlevalfields in vcl(part1)
        
        Change-Id: I3691d03dadff10585a119ca8db8aa193b5a01702
        Reviewed-on: https://gerrit.libreoffice.org/41492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [95b04f52b567526a72922af67b926096d10424c1]

        loplugin:useuniqueptr in cppcanvas
        
        Change-Id: I8e995128a7a1c5911efc82a762dbe7be015b2050
        Reviewed-on: https://gerrit.libreoffice.org/41493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Julien Nabet  <serval2412@yahoo.fr>  [a4231a1e3f08323366f0698ec0a78aee010fd356]

        Replace some lists by vectors in xstorage (package module)
        
        Change-Id: I0093b87ff70d9ea31ca08f8df161899d5ff4bb9f
        Reviewed-on: https://gerrit.libreoffice.org/41478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d34f669fc4a598c9a3967aac5b008336609c852b]

        oox: kill redundant breaks
        
        Change-Id: I18aadb7b6b2fa50159624df1b4a7de9270473785
        Reviewed-on: https://gerrit.libreoffice.org/41480
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  ccsheller  <ccsheller@gmail.com>  [290d7a4e5a758f29c12db538d444bd5d3ae79b53]

        unnecessary condition:rGraphic.IsDummyContext()
        
        when bDummyContext is true at pre code,and call the rGraphic.SetDummyContext( false ).
        so this is unnecessary condition at follow code.
        
        Change-Id: I69da58485fd7b81c9111e188d47b98fe8065fc47
        Reviewed-on: https://gerrit.libreoffice.org/41489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Noel Grandin  <noelgrandin@gmail.com>  [02c53f744ed23e2149fc7c83d67cb7d8aa5eb0ed]

        remove unused error codes in svtools
        
        which seem to be unused since initial import
        
        Change-Id: Id5216bac53fafc1020003de10d8dde381b1121cf
        Reviewed-on: https://gerrit.libreoffice.org/41491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-24  Eike Rathke  <erack@redhat.com>  [311be7d70146e4963e4dfd1f39d6c71d45d241ca]

        Related: tdf#108795 never use an unresolved LANGUAGE_SYSTEM in SvxAutoCorrect
        
        Substitute with the current work locale, using MsLangId::getSystemLanguage()
        instead was also wrong.
        
        Change-Id: I55db3bc1f76329320afc1f366d7426a8c2f66fb2
        Reviewed-on: https://gerrit.libreoffice.org/41476
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-24  Eike Rathke  <erack@redhat.com>  [06d14411a447cd798d1f0678a3c5e06f5278a1cb]

        Related: tdf#108795 a shared SvxAutoCorrect instance can not be stateful
        
        An SvxAutoCorrect instance is shared via SvxAutoCorrCfg::Get().GetAutoCorrect().
        Since commit 284eb106767d094fc5c547efd6c11cc390e3538a and following the
        SvxAutoCorrect::bRunNext/HasRunNext() introduced a state whether a previously
        inserted NO-BREAK SPACE should be removed again, depending on the next
        character input. That does not work, for example, if
        SvxAutoCorrect::DoAutoCorrect() is called from two different EditEngine
        instances, like it is the case in the Calc input line and cell which are
        synchronized; or any other two or more instances for that matter. The caller
        has to pass and remember a flag that is maintained by SvxAutoCorrect.
        
        Change-Id: I79a26d2ba44cc40771979a78b686c89f0c80b412
        Reviewed-on: https://gerrit.libreoffice.org/41475
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5a9b20c8bd0c2d7065cde37ebef330aaee0056e2]

        Fix typo
        
        Change-Id: I04ca767a317af6afa8f3ef82fee137c86211e34a
        Reviewed-on: https://gerrit.libreoffice.org/41479
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2017-08-23  Akshay Deep  <akshaydeepiitr@gmail.com>  [890e1fb5c97a6d7eab7b0ce8692d25b43c36e975]

        tdf#111795 - Special character preview control should have border
        
        Change-Id: Ic26888829c24f65b3d8039e74a632c14be338d44
        Reviewed-on: https://gerrit.libreoffice.org/41356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [4818ee60172b2c7d5d04e57499e345e1cfd7b430]

        tdf#45904 Move Java _XUniqueCellFormatRangesSupplier test to C++
        
        Change-Id: I66c62f1676515437197d1875600407408040ca74
        Reviewed-on: https://gerrit.libreoffice.org/41445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [40fdfea0ae994569fb0919c974fc2356dd4bb5c4]

        tdf#45904 Remove/disable obsolete _XSpreadsheetDocument Java test
        
        The _XSpreadsheetDocument test is already written in C++ since commit
        b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.
        
        Change-Id: Icc0fc266f6e375ceb94edd5a95d396540972a908
        Reviewed-on: https://gerrit.libreoffice.org/41409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [494b7089b741c2944f72e2e4e9ea68aa500eb2d1]

        tdf#45904 Remove/disable obsolete _XSheetOutline Java tests
        
        The _XSheetOutline tests are already written in C++ since commit
        b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.
        
        Change-Id: I0803df8dec6fd2f18e89c7bd8b8d15d0e4ee4aa2
        Reviewed-on: https://gerrit.libreoffice.org/41408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [da25c627f71eede6256b629336bf3fe30d89ace5]

        tdf#45905 Remove/disable obsolete _XNamedRanges Java tests
        
        The _XNamedRanges test are already written in C++ since commit
        b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.
        
        Change-Id: I8610cc50ce23de7183efb5d9b6b436f1b9dceae1
        Reviewed-on: https://gerrit.libreoffice.org/41349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [fcbabad4e760a9fda8bbb5069e5dc45ab390b78d]

        tdf#45904 Remove/disable obsolete _XDataPilotTable Java tests
        
        The _XDataPilotTable tests are already written in C++ since commit
        95780ec73990f96dc16fc677c895d00fa1360008.
        
        Change-Id: I5785a2b8edbe3166c8f81348cb36c117a4b9b736
        Reviewed-on: https://gerrit.libreoffice.org/41079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Jens Carl  <j.carl43@gmx.de>  [aeb525c0f97727bc9add5bf9923adb69c2989aa0]

        tdf#45904 Move Java _XAreaLink tests to C++
        
        Change-Id: I95112555de3a5dd5a75c478edb5856cf79919db9
        Reviewed-on: https://gerrit.libreoffice.org/40859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-23  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b129421764ae78a1422812169fce8eb4914a6b22]

        DOCX: Fix an other test case of ActiveX control export
        
        When LO control is anchored to the end of the run, it
        is exported into a new run.
        
        Change-Id: I9269fd1b34924780aad61c452d1e2094dc8e4aad
        Reviewed-on: https://gerrit.libreoffice.org/41472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [c66568d6b0bbcce26cbdc5a4e5f6e4c0ae748e45]

        loplugin:useuniqueptr, look for containers..
        
        that can use std::unique_ptr, and apply it in i18npool
        
        Change-Id: Ib410abaf73d5f392c7a7a9a322872b08c948f9e9
        Reviewed-on: https://gerrit.libreoffice.org/41438
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-23  Szymon Kłos  <szymon.klos@collabora.com>  [87f1f7fdb34fe452ac540524224e1e808ce5d3a2]

        VML, Watermark: detect shapetype from other subdocuments
        
        In some documents Watermark wasn't visible
        because shapetype wasn't detected.
        It was impossible to use shapetype defined in header1.xml
        in shape placed in the header2.xml.
        
        Change-Id: Ib406c8fc702968684ad46efd0857b768af2820f5
        Reviewed-on: https://gerrit.libreoffice.org/41395
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-23  Gautam Prajapati  <gautamprajapati06@gmail.com>  [511ae02c6457e69cb6daab871acd9c3e7d64e2e3]

        Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apk
        
        This commit enables HAVE_FEATURE_NSS for Android and fixes the svl/ vcl/
        and xmlsecurity/ module to use NSS.
        
        xmlsecurity/ wasn't built for Android previously, this commit enables
        building xmlsecurity/ for Android and disables the support of gpgme
        in the same module(Only for Android).
        
        It also enables the linking of NSS shared libraries with
        liblo-native-code.so and adds a rule to package them along with the apk.
        
        Change-Id: I7d0341688ac979ae92e9145c37dd107670417fe1
        Reviewed-on: https://gerrit.libreoffice.org/41308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [f8fa4631f35799f1afeec2ecba7eec5bbdba95e5]

        Clean up string construction
        
        Change-Id: I41ca0c7c9ac1892cc87eb4dbba858527aa340c75

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [9a19e96d0d9df032d51748c02adb4fe778291afd]

        ScFiltersTest::testUnicodeFileNameGnumeric only works with UTF-8
        
        Change-Id: If31062abf50125c65a90566f1276f37d6725f73c

2017-08-23  Michael Stahl  <mstahl@redhat.com>  [486d3b214c270fbd2651a0b0895d600e0f647750]

        libxml2: bunch of CVE fixes
        
        Change-Id: Ic786fef17cbdb574c342925a4c57875123ef3151

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [7aedcf09c932a1bd7dd6b3e94e006b35fe7575f3]

        osl::Directory::createPath with excess slashes fails with E_INVAL on Windows
        
        Change-Id: Ic7d8a2e9bdad9a255f984116c4fdecd0e1c0d265

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [63e1596ae6d633bf6bf653123e6851ffa0fe6051]

        Report osl::Directory::createPath failure
        
        Change-Id: I75ede7f03edf80c00d33281afdebc3b620fb33eb

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [7aaa3fe571810d4c68d974353d4b171453b12362]

        Make ScBootstrapFixture::createFileURL generate properly encoded URLs
        
        Requires the rsBaseString arg to the ScBootstrapFixture ctor to consitently be
        passed as a relative path without a leading slash.
        
        Change-Id: Ieff38d465b0053fdae42acc4babfb34d1a4827bd

2017-08-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [11f81f2ba98eba4b34d9cc46a962aac2a52e0a0e]

        drop SwBackgroundDestinationItem wrapper
        
        other call sites just use SfxUInt16Item and overridden Clone does
        same as base class.
        
        Change-Id: I50acb4fbb08b3c2fdc4c7605d0ccecac0e9cc209
        Reviewed-on: https://gerrit.libreoffice.org/41449
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [53d0a6deffc425cdc4fc1382cb1cab2072b4f56b]

        loplugin:constparam in sc part2
        
        Change-Id: I4fd18096d7d22d8c146a2437906187d5df1cb268
        Reviewed-on: https://gerrit.libreoffice.org/41447
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-23  Mike Kaganski  <mike.kaganski@collabora.com>  [5b518ab051cc04e672ceb01da42b06625a1a4ce9]

        tdf#111964: only trim XML whitespace
        
        OUString::trim() uses rtl_uString_newTrim, which relies upon
        rtl_ImplIsWhitespace. The latter treats as whitespaces not only
        characters with values less than or equal to 32, but also Unicode
        General Punctuation area Space and some Control characters. Thus,
        using OUString::trim() is incorrect when the goal is to trim XML
        whitespace, which is defined as one of 0x09, 0x0A, 0x0D, 0x20.
        
        The comments for OUString::trim() and rtl_uString_newTrim are
        corrected to describe which characters are considered whitespace.
        
        A unit test included.
        
        Change-Id: I45a132be923a52dcd5a4c35aeecb53d423b49fec
        Reviewed-on: https://gerrit.libreoffice.org/41444
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-23  Szymon Kłos  <szymon.klos@collabora.com>  [d239bf6d79e93f650a4241fcd2da0cb77c9cb95b]

        tdf#109184 auto cell color should be transparent
        
        Don't add color to the property map if is set to auto.
        In this case white color was assumed and tables were
        white instead of transparent.
        
        Change-Id: I7f203b8f3831b86ba8de33dc57de227b3029c6d9
        Reviewed-on: https://gerrit.libreoffice.org/41255
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-23  Michael Stahl  <mstahl@redhat.com>  [93904913040a2327652c42596e7a2b9dbee6da89]

        configure: attempt to fix Android build
        
        Can't find CONF-FOR-BUILD/donwload.lst
        
        Change-Id: Ie6bb993a2d6fcd7723b9f4437284b862eb194316

2017-08-23  Tor Lillqvist  <tml@collabora.com>  [45050470408b7c23182e89df7439a0820307f6ca]

        Don't crash if aProfileId is null
        
        Change-Id: I1505469200c4bcc82f07eae325882fd6454ebcc5

2017-08-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [4feccde59797200f8a5f640b452a411f903e604a]

        fix bug in ScTable::LastHiddenColRow
        
        found by inspection, noticed that the for loop is not actually using
        it's index variable
        
        introduced in
        
            commit b3579d71c6536ab1d03cc47249d582a574fd054a
            koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386#
        million, and integrated lots of speed optimization and bug fixes to
        ensure Calc remains usable after the row limit increase.
        
        Change-Id: Icfee19ddb051e8d4333ed4c91d384379bf494444
        Reviewed-on: https://gerrit.libreoffice.org/41439
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [57d535302596a62be914bee49d7b1df1fc622a65]

        tdf#108943 RTF import: handle \tx inside a list level definition
        
        \tx in the list level definition has a different meaning (we should map
        it to the ListtabStopPosition UNO property), compared to when it's used
        as a plain text property.
        
        Change-Id: I7b98ae3d82bbd2c4ad41d0d7f4ad50525c4d0f9a
        Reviewed-on: https://gerrit.libreoffice.org/41442
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-23  Michael Stahl  <mstahl@redhat.com>  [ac3a4fe35e873de17eefb46c3f5e792aded6b0a5]

        configure: try to keep PYTHON_VERSION from going stale
        
        Since it was set to 3.5.0, the bundled python was upgraded twice, but
        the directory is still named python-core-3.5.0 :(
        
        Change-Id: I15eec4148c2436e1f289d9851ce5bd212d4a368a
        Reviewed-on: https://gerrit.libreoffice.org/41433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-23  Stephan Bergmann  <sbergman@redhat.com>  [9277cbcd691b484c3d746e2e9df9cc58544a1de2]

        Fix WID ranges
        
        Change-Id: I50e7f6b16d835ec86e8a98e6d94ee812391a37d4

2017-08-23  Gautam Prajapati  <gautamprajapati06@gmail.com>  [4644364318c6c4fec3e338b4bf35e7e31b03dd7b]

        Fix and enable libxmlsec build for Android
        
        This commit removes the OpenSSL dependency unconditionally from
        external/libxmlsec/ExternalProject_xmlsec.mk.
        xmlsec wasn't built for Android previously but it seems like
        Android was the only user of xmlsec OpenSSL backend.
        Now we have NSS built for Android as well, so it's safe to remove
        the OpenSSL dependency.
        
        Change-Id: I8652487be146c3ac643c4f6dc7a6a2845093c93f
        Reviewed-on: https://gerrit.libreoffice.org/41288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [dcc667ac5ef0d7b4bbdfba0727ef6e2be3ed5313]

        convert message box style bits to scoped enum
        
        and fix harmless bug in ImpSVGDialog::ImpSVGDialog, which there since
        
            commit 6456f1d81090dd5fe44455c09ae3ede7ec6ac38a
            Date:   Fri Feb 4 14:52:54 2011 +0100
            ka102: added/removed files for SVG import and module cleanup
        
        Change-Id: I66b2ec2b029431ab453e54e962863e4ed7d78962
        Reviewed-on: https://gerrit.libreoffice.org/41412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e725111f8283f4dbefde7b14efbe9afd850095df]

        ctypeitm no more exists
        
        File deleted on commit 08566ea51944
        
        Change-Id: Iccf35edc92c99779be519a4c722fa5d9bcef4b34
        Reviewed-on: https://gerrit.libreoffice.org/41434
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1ba1bb96659d0048bff2a9a15646f6e1e04bd2c4]

        Fix typos
        
        Change-Id: Ic78d3e15c5e58f1306f8448c0806db275b3ae616
        Reviewed-on: https://gerrit.libreoffice.org/41435
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-23  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [cf53f243d411b199ebf06661273c71de3b89753c]

        SmartArt: shape rotation support
        
        Change-Id: I13bfbd3fafff5335ce8bc23b2579182aa5a94a80
        Reviewed-on: https://gerrit.libreoffice.org/41393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-23  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [7d42e4b4c4fc3813eeb0f72807ffd17f47a86a64]

        SmartArt: basic support for layout constraints
        
        Change-Id: Ie234bfd9760cdacb6a25c04d73a260e7e59ef7d6
        Reviewed-on: https://gerrit.libreoffice.org/41273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-23  Heiko Tietze  <tietze.heiko@gmail.com>  [4d60d96a22ef2f67db7c7e99981447bd81f776c4]

        tdf#111844 infobar icons/text on high dpi
        
        scaling factor added to text position
        
        Change-Id: Iaeb48fd4ac0439680fa3b6ca43f23a617efe1457
        Reviewed-on: https://gerrit.libreoffice.org/41417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-23  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b45446fcb4958b13bc94e70e2d3d1940db3322e2]

        tdf#111975: Inline checkbox control's label is not saved to DOC format
        
        This MiserableFormFieldExportHack lives from the beginning
        of the git history:
        7155b11b7eac65e242aca1efaf29ffcfa28f2564
        
        So it might be a workaround of an old issue. By now when
        the checkbox is not inline, but a floating one, it is exported
        as ActiveX control, which works nicely. So just remove this
        workaround and let the code export also inline checkboxes
        as ActiveX controls.
        
        Change-Id: I350b7a7595bb46334c63d9dfcf40abf9e10943bc
        Reviewed-on: https://gerrit.libreoffice.org/41436
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-22  Michael Stahl  <mstahl@redhat.com>  [f53c9922c653123b43e039ff70bbd515c97db252]

        editeng: warning C4701 potentially uninitialized local var
        
        Change-Id: I611f0b5652722f0de38dfb82440823b832a6029c

2017-08-22  Michael Stahl  <mstahl@redhat.com>  [d8bd81fff87acd0de39626da52bb7365f527157b]

        unotest: really run every CppunitTest with its own user profile
        
        Apparently a sw unit test randomly read a partially written autotbl.fmt
        that was written by another unit test, in particular the file
        workdir/unittest/user/config/autotbl.fmt.
        
        The tests are actually started with
        -env:UserInstallation=$(call gb_Helper_make_url,$(call gb_CppunitTest_get_target,$*).user)
        to prevent exactly this problem, but unfortunately it's then
        overridden by a call to rtl::Bootstrap::set(), which overrides
        even command line arguments, from test::BootstrapFixtureBase::setUp().
        
        Change-Id: I618574e94755ea38caf9583f3dcf7715396bca48
        Reviewed-on: https://gerrit.libreoffice.org/41432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-22  Michael Stahl  <mstahl@redhat.com>  [2f2a56f91e0057ad502b4586714eb3c14fc069af]

        editeng: avoid infinite loop in SvxBoxItem::Create
        
        Apparently a sw unit test randomly read a partially written autotbl.fmt
        and the stream has m_isEof = true.
        
        Change-Id: Iacfbc42e83be6320d4aa695a5df4264f1db0b021

2017-08-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [728e42a9dae8305f6f92628d6d9ba616baaf0426]

        drop unused SvxScriptTypeItem
        
        apparently there was never a user for this item since initial commit
        in the year 2000. SvxScriptSetItem gets the ScriptType by parameter
        see GetItemOfScript and PutItemForScriptType.
        
        remove SID_ATTR_CHAR_SCRIPTTYPE and don't put the item in any set.
        keep the gap in the ID range because it's not part of any range
        and there are already other gaps.
        
        Change-Id: Iee24f13b329593af2dc5548d8b6bc2282c2dc5b3
        Reviewed-on: https://gerrit.libreoffice.org/41423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [66e32324f6441818612f088cfa5c8082c8ceea32]

        loplugin:constparam in sc part1
        
        Change-Id: I82fba7ebb3b4f018721642c96bbfa615c6a382c3
        Reviewed-on: https://gerrit.libreoffice.org/41419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b622db74f0dcb32cb1d64f1ad1a365bd45106443]

        updater: store the updater GUI icon on linux in the code
        
        The content can be created through convert from the png version.
        
        Change-Id: Icc07a118dfa139f270232a1e708e6907ad02ddea

2017-08-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dd2f55c37c32fb6fab514c18649f46f36ce93b49]

        update credits
        
        Change-Id: I6e6399008c62fb4feb1ddc4fef306d6c3c0cc0ca

2017-08-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c832aae70e55f5f97f5f9093735f493cd29cd9b9]

        updater: get the updater GUI working on Linux
        
        Change-Id: I3e7edb5319ab2e2ec316204b917a7e29c1791b5b

2017-08-22  Stephan Bergmann  <sbergman@redhat.com>  [ca089c7e204a6dec7fc3ee2c83fc0aefbafaecfa]

        Use SfxItemSet ctor that checks WID range correctness at compile time
        
        Change-Id: Iea0d6334181d63f5c3eaf87df395efc158ba825e

2017-08-22  Stephan Bergmann  <sbergman@redhat.com>  [4e85d4ba5fc0c301fa656dd2d2d26255fe9c6f6e]

        Fix test assertion message
        
        Change-Id: Ifd9f50a68e5dd40003cd1bd32a5b806b0282ce44

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [54ad8ad0f0ce22299d28b4ec09eea26ad2691642]

        EPUB export: initial table support
        
        Focusing on just not loosing plain text content, no actual formatting
        yet.
        
        Change-Id: Ic242f849730e1eb174f621f2235fa04563024e4e

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [15253417276d3239a57b37dfa608f5b8eab9912a]

        EPUB export: fix validation error around as-char images
        
        Matching testcase is in libepubgen.git only.
        
        Change-Id: Iee00264894099ccafb7b2d7d3252e2c7cc48ab11
        Reviewed-on: https://gerrit.libreoffice.org/41427
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-22  jmzambon  <jeanmarczambon@gmail.com>  [c187973d1713ef1ee3f81461c8aa14d924c8d2e5]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 6)
        
        Convert tests:
        - test_range_hyperlink_meta
        - test_range_ruby_meta
        - test_range_meta_hyperlink
        - test_range_meta_ruby
        - test_range_meta_meta
        
        Change-Id: I5e7adba17ad19e8c299d178fe45ed7e987b92cf0
        Reviewed-on: https://gerrit.libreoffice.org/41098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-22  Luke Deller  <ldeller@iress.com.au>  [232885c66422ab8f05d86cfeac9b377a97462ae4]

        tdf#94882 use first page header on first page
        
        The very first page of the document should always be formatted using
        the "first page" settings in the page style, regardless of the page
        number set for that page.
        
        Change-Id: I49cb00cef8b1d10120349073dee1511657dc84d1
        Reviewed-on: https://gerrit.libreoffice.org/39851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-22  Stephan Bergmann  <sbergman@redhat.com>  [b7ea55e6d7fbb14c931de1a32b8c872735aad1fd]

        Join adjacent WID ranges
        
        ...after 5a64d8b20ed74559617d2f97c3f941842b6a9ea1 "drop unused
        SdrCustomShapeAdjustmentItem" brought SDRATTR_TEXT_CONTOURFRAME next to
        SDRATTR_XMLATTRIBUTES.  Stops CppunitTest_sd_dialogs_test from failing again,
        similar to previous 45a7f5b62d0b1b21763c1c94255ef2309ea4280b "Keep WID ranges
        sorted, and join adjacent ones".
        
        Change-Id: I0e93a64dd617a09872e19acd5597c5a4dd54b887

2017-08-22  Vitaliy Anderson  <vanderson@smartru.com>  [6eecd89ee0798925be69fcf23e8daa3bc643458d]

        tdf#110355: loading options from default config
        
        Enable loading the "Protect Form" and "Use LibreOffice 4.3
        anchoring paint order (in current document)" compatibility options from
        default config
        
        Change-Id: Ibb0cd4b66516a8b054974d458edf9f28a4b4743d
        Reviewed-on: https://gerrit.libreoffice.org/41400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebd0f06d87d7db3015a29c4f6f895db6ac998c38]

        EPUB export: fix unexpected first chapter name
        
        Matching testcase is in libepubgen.git only.
        
        Change-Id: I7a6ce6a8f7deaa26a2b31ca024ff98a02a8a85f7
        Reviewed-on: https://gerrit.libreoffice.org/41421
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-22  Vitaliy Anderson  <vanderson@smartru.com>  [52275c689bcdd46f23ff5ebd5cfcc94614bfbffe]

        tdf#110355: regression fix
        
        The regression from 91ccb4dbf7cbe7e684c7a8183863e597d7205e57
        "Compatibility
        options refactoring. Part 1" patch.
        
        SvtCompatibilityOptions_Impl::SvtCompatibilityOptions_Impl() solve
        problem with wrong filling SvtCompatibilityEntry item fields from
        lValues sequence
        
        Change-Id: I695ad78bacbcce41b19b5fb90b86ff08fc041971
        Reviewed-on: https://gerrit.libreoffice.org/41328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [33b094a8949c34756c593bfad52450ec2b7daa54]

        OSX fix updates during resize
        
        While resizing MacOS suspends the NSDefaultRunLoopMode. So in this
        caae we can't post to the system event loop, but must use timers
        to restart ourself.
        
        Since the timer itself is scheduled on the NSEventTrackingRunLoopMode
        it' also triggers on resize events.
        
        There is still some minor glitch: when resizing too fast some part of
        LibreOffice isn't painted, while the left mouse button is down.
        
        Since there isn't any layouting triggered by the mouse up, there has
        to be an other inconsistency.
        
        Change-Id: I3ccba78bd23ec8526f21e7b93b027f3d3279f901

2017-08-22  ccsheller  <ccsheller@gmail.com>  [e4000dbe27ba65146854f02c9affb45e22f6639f]

        unnecessary condition
        
        truth table
        pContext   bDummyContext  !pContext || bDummyContext    pContext && !bDummyContext
        T             T                     T                             F
        T             F                     F                             T
        F             T                     T                             F
        F             F                     T                             F
        
        Change-Id: I52e4647cb081eae265b3cc31e60a1ac6b0a5337d
        Reviewed-on: https://gerrit.libreoffice.org/41418
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  David Tardon  <dtardon@redhat.com>  [500be4d302d2e663cbce64c2f0c274530d742cbe]

        fix build with system libepubgen again
        
        Change-Id: I2e994ddbb1df73e0072349ed9fe748354b707cc7

2017-08-22  Armin Le Grand  <Armin.Le.Grand@cib.de>  [302af8c2da58719844d22483b65a9fe5b3674684]

        sw: Use primitive renderer for graphics
        
        To allow using the prepared VectorData of imported
        Metafiles (and EMF+), let Writer use a Primitive
        Renderer for Graphic output. For now, use a temp
        PrimitiveRenderer (until sw is fully adapted to
        primitives).
        
        Change-Id: Iaa39111c5ef35a052394be6e4d1b86a5a8e33068
        Reviewed-on: https://gerrit.libreoffice.org/41411
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-22  Eike Rathke  <erack@redhat.com>  [cc2cb0123ac599bf25c5e17b97b5d7bf93d3e487]

        Assert that caller columns are within bounds
        
        Change-Id: Icf93bb5d57c9a4b6988a2ea34fc3ca23130d7eeb

2017-08-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3976f115ef539171e4b165c8d610ab7b49764f15]

        Add some exception messages to the removeSettings method
        
        in UIConfigurationManager and ModuleUIConfigurationManager
        
        Change-Id: I82c5369dc43dc8ccd9be62acaf327a39f3b4d68f
        Reviewed-on: https://gerrit.libreoffice.org/41403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ebc11ae0b132eefd3b1b1a837a8d0ad3ba73b460]

        emfplus: cut over to new EMF+ renderer
        
        We're on par with the old functionality now (modulo a few smaller
        issues); overall QoS is much better, we get vector output on pdf
        and print, and the need for large offscreen bitmap rendering goes
        away.
        
        Change-Id: I1fa92c5cad67579c3fcfa78f1bc68696bf1623ec
        Reviewed-on: https://gerrit.libreoffice.org/41406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3782f1152e4cf02f30003b5f96c7ba603a87db9]

        sw: prefix members of SwOLEObj
        
        Change-Id: I55f2b9c1c518a569dc36d968450b94efeffa4c5f
        Reviewed-on: https://gerrit.libreoffice.org/41410
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-22  Noel Grandin  <noelgrandin@gmail.com>  [158595543053c158a9bcb95f679e7b8a3c2e4e89]

        Convert ErrCode area to scoped enum
        
        Change-Id: Ifa365bbac3c7eb21da9381ec8bb3be6b6785016b
        Reviewed-on: https://gerrit.libreoffice.org/41402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [87848afb9981234071efa6e2c061e1e55a712654]

        loplugin:unnecessaryparen
        
        Change-Id: I4f8b76a9f924a476d04aa745837e732b10348ffa

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [11403bc18ba1b7c7fd099e9b9aa0b61cefdd1287]

        Abort on critical Scheduler problems
        
        We don't have the possibility to continue processing tasks without
        the scheduler lock. Same situation, if a task throws an exception.
        In both cases we just abort() instead of using assertions.
        
        Change-Id: I4d52a6ef0526a1e46b64f9f3a6e0cc1a718618cc

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [cb8bfa9a32799bcde4e960fa56e388d5f7b2a928]

        SVP always drain the wakeup pipe
        
        When we have a lot of idle tasks and generate new tasks, the wakeup
        pipe fills and is never drained, so OSL_ENSURE in Wakeup() starts
        to fail. This simply drains the pipe on every run, which processed
        an event.
        
        Change-Id: I7b6366b2649133b63138dc77fe51508404132890

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [e485703d3e5eaabe5f1bfd900a3ff205a8a84a35]

        Really run the layouter every 50ms
        
        By Start()-ing the Idle, it's always reset, so with fast
        resizes you could actually postpone layouting indefinitly.
        
        Change-Id: Ie90b6f3f378ee8d163f621fce51280e09c826f14

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [168782a6e48fad98355a72e557402e66f7aa075d]

        Remove 500ns offset from GetSystemTicks()
        
        This doesn't make any sense. The orignal idea might have been to
        somehow be in the middle of 1ms, for whatever reason.
        
        And it completely breaks, if we want to sleep 0ms.
        
        Change-Id: I525b70c016876a96aa17edefe8c076b122ee2527

2017-08-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [3b9a535ee41e85fd30381432b245252d1e97b8f9]

        The scheduler timer starts without SolarMutex
        
        The backend is resposible to correctly start the timer.
        Otherwise you can't start new Tasks without the SolarMutex.
        
        Change-Id: I4e066fceb513d0de90b58854baf3e45f2b8ff25b

2017-08-22  Stephan Bergmann  <sbergman@redhat.com>  [68fda058972a6fbb38b797f50575b84f4cb3fab1]

        Put flatpak-builder manifest file into core repo
        
        ...where its content can be kept in sync as necessary.  The flatpak/build.sh
        script in the dev-tools repo will be updated accordingly.
        
        Change-Id: I6937a619dbf54686f8dcfd9b98200c14198dde8e

2017-08-22  Justin Luth  <justin_luth@sil.org>  [d092521b2595963dcf0928f5fee7ed1903ff4aef]

        writerfilter: default graphics in header to the background.
        
        Instead of always qualifying each bOpaque query with an additional
        check to see if it is in the header/footer, base the default
        value conditionally on IsInHeaderFooter().
        
        This doesn't cause any logic change, but it does re-enforce the
        concept that for compatibility, graphics in header/footers are
        always behind the text. Especially helpful to prevent errors
        in future uses of bOpaque that otherwise might miss this
        important qualification.
        
        Change-Id: I7c0142f220d454c09ff14af65382317273402a86
        Reviewed-on: https://gerrit.libreoffice.org/41346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f794e4cf619210d3ce7cfbab51a36ea14c4ad8d]

        writerperfect: oops, duplicated include
        
        Change-Id: I101856ddf3d636c1ac5535043bf5cd63b6d90acd

2017-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed282695edb6e6d9b636211ba4aa43fd0924c858]

        writerperfect: make sure EPUBExportFilter.hxx is self-contained
        
        By including it first in its implementation file.
        
        Change-Id: I8eda0cc8a7e8c37883dbecc84f3f315cff8c3146

2017-08-22  Stephan Bergmann  <sbergman@redhat.com>  [186eda28fccccfbcd9ed918b2cf7f3d7bd294575]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I61b006051e708636f0bba83b16de36f4571b8da7

2017-08-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [a2736303fea5ad2305ca8d38b90f5a21a8ab6a67]

        convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fields
        
        Change-Id: Ic297d97911a6c0356d24ffe4b58442dfe866139f
        Reviewed-on: https://gerrit.libreoffice.org/41407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-22  Tamás Zolnai  <tamas.zolnai@collabora.com>  [2d1fe7fb67ec1ff1b96912c0945d17d54aecb12e]

        Fix two issues in ActiveX DOCX import / export code
        
        * Inline anchored VML shape had wrong vertical position
        ** In MSO inline shapes are positioned to the top of the baseline
        * During export all shape ids were the same (shape_0)
        ** VML shapes used to be exported only as fallback,
           I guess that's why it did not cause any issue before.
        ** Override the shapeid generator with a new one, which
           actually generates unique shapeids.
        
        Change-Id: I752f39d092d0b61d91824141655dae662dbeafbc
        Reviewed-on: https://gerrit.libreoffice.org/41319
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [508957dbf49be577188fb4c112405717957b2734]

        tdf#108706 Unify loading document progress bar label
        
        This also reduces the number of strings to be translated.
        
        Change-Id: I032ba12c1e762ee3851658d439dfe2c81c6bd34f
        Reviewed-on: https://gerrit.libreoffice.org/41329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-08-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e35b7738d9f276c0566df0f2cc0f1eed7900d6c]

        fix build regression from d347c2403605c5aa3ddd98fb605366914acab79f
        
        Change-Id: Ia9e017732814d3f5b1f2efdaef45d96aa22daa46

2017-08-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e531818579c27ab2e505f1ae960f8a0b9c1c0797]

        updater: fix error in linux part of updater makefiles
        
        Change-Id: I2d32159364d34fb4154b7f88590045dc3a442bc3

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [eda41a271ed319560f0ab111cd9566266ab1bb29]

        cppuhelper: fix double checked locking in getTypeEntries()
        
        Change-Id: I73674f0293a57ed7c4d54aa6b68ff64d5ca4e7bd

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [20a7ffd848ee9d9007ae1c9464713f9d1d125bce]

        stoc: remove extra braces
        
        Change-Id: I3b6b77ba58832d7bfc350eeb5e589513b716a081

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [7936368f9e7d0c50f7e3ebb987778029d0dcc22c]

        stoc: deadlock osl::Mutex::getGlobalMutex() vs getImplHelperInitMutex()
        
        As found in a clang/ASAN build running UITest_writer_demo.
        
        cppu::getTypeEntries locks getImplHelperInitMutex().
        
        Let's try to replace the usage of getGlobalMutex() in proxyfac_create()
        with a new static Mutex that is only used in that function.
        
        {1: 7, 6: 1, 7: 1}
        Thread 1 is waiting for 7
        Thread 7 is waiting for 1
        
        Thread 7 (Thread 0x7f34a147a700 (LWP 2530)):
        2  osl_acquireMutex(oslMutexImpl*) (pMutex=0x7f34f620a3e0 <globalMutexImpl>) at sal/osl/unx/mutex.cxx:97
        3  osl::Mutex::acquire() (this=0x7f34f61f7da0 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:56
        4  osl::Guard<osl::Mutex>::Guard(osl::Mutex*) (this=0x7f349f6dc420, pT_=0x7f34f61f7da0 <osl_getGlobalMutex::globalMutex>) at include/osl/mutex.hxx:122
        5  com::sun::star::lang::cppu_detail_getUnoType(com::sun::star::lang::XSingleComponentFactory const*) () at workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XSingleComponentFactory.hpp:69
        6  cppu::UnoType<com::sun::star::lang::XSingleComponentFactory>::get() () at include/cppu/unotype.hxx:296
        7  com::sun::star::lang::XSingleComponentFactory::static_type(void*) () at workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XSingleComponentFactory.hpp:146
        8  cppu::getTypeEntries(cppu::class_data*) (cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:96
        9  cppu::queryDeepNoXInterface(_typelib_TypeDescriptionReference const*, cppu::class_data*, void*) (pDemandedTDR=0x60f000042940, cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>, that=0x606000d3d3c0) at cppuhelper/source/implbase_ex.cxx:168
        10 cppu::WeakImplHelper_query(com::sun::star::uno::Type const&, cppu::class_data*, void*, cppu::OWeakObject*) (rType=invalid uno::Type, cd=0x7f34bddacb40 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>, com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::operator()()::s_cd>, that=0x606000d3d3c0, pBase=0x606000d3d3c0) at cppuhelper/source/implbase_ex.cxx:296
        11 cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::queryInterface(com::sun::star::uno::Type const&) (this=0x606000d3d3c0, aType=invalid uno::Type) at include/cppuhelper/implbase.hxx:108
        12 non-virtual thunk to cppu::WeakImplHelper<com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>::queryInterface(com::sun::star::uno::Type const&) () at include/cppuhelper/implbase.hxx:107
        13 com::sun::star::uno::BaseReference::iquery(com::sun::star::uno::XInterface*, com::sun::star::uno::Type const&) (pInterface=0x606000d3d3e8, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:55
        14 com::sun::star::uno::Reference<com::sun::star::lang::XSingleComponentFactory>::iquery(com::sun::star::uno::XInterface*) (pInterface=0x606000d3d3e8) at include/com/sun/star/uno/Reference.hxx:70
        15 com::sun::star::uno::Reference<com::sun::star::lang::XSingleComponentFactory>::set(com::sun::star::uno::BaseReference const&, com::sun::star::uno::UnoReference_Query) (this=0x7f349f92b7e0, rRef=...) at include/com/sun/star/uno/Reference.hxx:279
        16 cppuhelper::ServiceManager::loadImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, std::shared_ptr<cppuhelper::ServiceManager::Data::Implementation> const&) (this=0x61500000e900, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, implementation=warning: RTTI symbol not found for class 'std::_Sp_counted_ptr<cppuhelper::ServiceManager::Data::Implementation*, (__gnu_cxx::_Lock_policy)2>'
        arnound for class 'std::_Sp_counted_ptr<cppuhelper::ServiceManager::Data::Implementation*, (__gnu_cxx::_Lock_policy)2>'
        td:weak 0) 0x60b000013ff0) at cppuhelper/source/servicemanager.cxx:823
        17 cppuhelper::ServiceManager::findServiceImplementation(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&) (this=0x61500000e900, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, specifier="com.sun.star.configuration.ConfigurationProvider") at cppuhelper/source/servicemanager.cxx:1811
        18 cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61500000e900, aServiceSpecifier="com.sun.star.configuration.ConfigurationProvider", Context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/servicemanager.cxx:993
        19 cppuhelper::ServiceManager::createInstance(rtl::OUString const&) (this=0x61500000e900, aServiceSpecifier="com.sun.star.configuration.ConfigurationProvider") at cppuhelper/source/servicemanager.cxx:950
        
        Thread 1 (Thread 0x7f34f632b4c0 (LWP 2487)):
        2  osl_acquireMutex(oslMutexImpl*) (pMutex=0x604000098a90) at sal/osl/unx/mutex.cxx:97
        3  osl::Mutex::acquire() (this=0x7f34f12fa820 <rtl::Static<osl::Mutex, (anonymous namespace)::theImplHelperInitMutex>::get()::instance>) at include/osl/mutex.hxx:56
        4  osl::Guard<osl::Mutex>::Guard(osl::Mutex&) (this=0x7f34c6611420, t=...) at include/osl/mutex.hxx:129
        5  cppu::getTypeEntries(cppu::class_data*) (cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>) at cppuhelper/source/implbase_ex.cxx:89
        6  cppu::queryDeepNoXInterface(_typelib_TypeDescriptionReference const*, cppu::class_data*, void*) (pDemandedTDR=0x60f00003c6d0, cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>, that=0x6080005aa620) at cppuhelper/source/implbase_ex.cxx:168
        7  cppu::WeakImplHelper_query(com::sun::star::uno::Type const&, cppu::class_data*, void*, cppu::OWeakObject*) (rType=invalid uno::Type, cd=0x7f3498adf290 <cppu::detail::ImplClassData<cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>, com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::operator()()::s_cd>, that=0x6080005aa620, pBase=0x6080005aa620) at cppuhelper/source/implbase_ex.cxx:296
        8  cppu::WeakImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::reflection::XProxyFactory>::queryInterface(com::sun::star::uno::Type const&) (this=0x6080005aa620, aType=invalid uno::Type) at include/cppuhelper/implbase.hxx:108
        9  com::sun::star::uno::BaseReference::iquery(com::sun::star::uno::XInterface*, com::sun::star::uno::Type const&) (pInterface=0x6080005aa620, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:55
        10 com::sun::star::uno::Reference<com::sun::star::uno::XWeak>::iquery(com::sun::star::uno::XInterface*) (pInterface=0x6080005aa620) at include/com/sun/star/uno/Reference.hxx:70
        11 com::sun::star::uno::Reference<com::sun::star::uno::XWeak>::query(com::sun::star::uno::BaseReference const&) (rRef=...) at include/com/sun/star/uno/Reference.hxx:371
        12 com::sun::star::uno::OWeakRefListener::OWeakRefListener(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x603000e789b0, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at cppuhelper/source/weak.cxx:371
        13 com::sun::star::uno::WeakReferenceHelper::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x7f3498ae06e0 <(anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::rwInstance>, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at cppuhelper/source/weak.cxx:500
        14 com::sun::star::uno::WeakReference<com::sun::star::uno::XInterface>::operator=(com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) (this=0x7f3498ae06e0 <(anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::rwInstance>, xInt=uno::Reference to ((anonymous namespace)::FactoryImpl *) 0x6080005aa620) at include/cppuhelper/weakref.hxx:173
        15 (anonymous namespace)::proxyfac_create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at stoc/source/proxy_factory/proxyfac.cxx:443
        16 cppu::OSingleFactoryHelper::createInstanceEveryTime(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cfa8, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:140
        17 cppu::OSingleFactoryHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cfa8, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:175
        18 cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (this=0x61000031cf40, xContext=uno::Reference to (cppu::ComponentContext *) 0x611000003b50) at cppuhelper/source/factory.cxx:378
        19 non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:364
        20 0x00007f34f0e6d166 in cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, bool) (this=0x60b000001850, context=uno::Reference to (cppu::ComponentContext *) 0x611000003b50, singletonRequest=false) at cppuhelper/source/servicemanager.cxx:668
        
        Change-Id: I8d10cca4965feb704c35c70cf99995be26e23a41

2017-08-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7462288deca02b8a9054ff657bad970246c352fa]

        WB_STDTABDIALOG no more used
        
        Since commit 6df2c90c08b6
        
        Change-Id: I2862e7c415b9f0d0d1ca2ea1a07e416222d81fd9
        Reviewed-on: https://gerrit.libreoffice.org/41405
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ad6756527cd1272523536ec41f3a6cb74b7b673f]

        Fix typo
        
        Change-Id: Ife6c317187915ba8df0351b7b96d481345343df6
        Reviewed-on: https://gerrit.libreoffice.org/41404
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cfa3a1c39ded1365d2cae78a15d5126e0c96a343]

        Fix typo in code
        
        Change-Id: I1a26ab5e9c029c533b87c67499d6aebf871011e7
        Reviewed-on: https://gerrit.libreoffice.org/41371
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-21  heiko tietze  <tietze.heiko@gmail.com>  [4438849e400ecef3cdf2f267dc75a76d4b11aba1]

        tdf#111844 infobar icons on high dpi
        
        scaling factor added
        
        Change-Id: Iccfc76832ccfaaffb9950d4b591b379dfb0d9eca
        Reviewed-on: https://gerrit.libreoffice.org/41401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [128282219cab1e94f092276067a40ee5a34b59ff]

        WB_FLATSPLITDRAW is dead
        
        since
        
            commit 2235846149e89dd9fe83cd4fbaf32908983aa571
            Date:   Tue Nov 23 18:50:48 2010 +0100
            vcl117: reduce duplication of enums
        
        Change-Id: Ib9c8015934bc794df4b96cd35f5f93b23f372f70
        Reviewed-on: https://gerrit.libreoffice.org/41386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5329c153149d29b25f1ec9d19ada8b62e350b6d]

        WB_FORCETABCYCLE is dead
        
        since
        
            commit 7ced337e1f0e1fae81ff7f196e59e558b729bdde
            Date:   Tue Jun 18 16:59:27 2013 +0200
            startcenter: GSOC Use Widget Layout for the Start Center
        
        Change-Id: I406059568f15500a21a1b41d3a4b8e12b2adb5cf
        Reviewed-on: https://gerrit.libreoffice.org/41385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Gabor Kelemen  <kelemeng@gnome.hu>  [8638951d73bdaed7f8a9052c94a9463a6779e909]

        Updated core Project: help  8ecf172a2713f691ac63908676446fd86eefb2c1
        
        Fix help pages after translator review
        
        http://nabble.documentfoundation.org/libreoffice-l10n-Errors-in-help-found-in-Pootle-td4218288.html
        
        Change-Id: I41a1ea18c9039e002135ac425ff21c296d65755b
        Reviewed-on: https://gerrit.libreoffice.org/40014
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-08-21  Tor Lillqvist  <tml@collabora.com>  [5a55bef38b047b9c60d1b219c572287938265610]

        Temporary fix for Clang on F26
        
        I get a mysterious linking error: sw/qa/core/uwriter.cxx:1416:
        undefined reference to `SfxEnumItem<SvxRotateMode>::operator==(SfxPoolItem
        const&) const'
        
        Change-Id: I2363ebf84784d17b8aea2f37cece191f48a1b717

2017-08-21  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5197ced50a44f31c4ec387819b70056a64c57967]

        Updated core Project: help  12f5fcacd219532e748c24b96c3be143e1fec99f
        
        tdf#107040 Calc: help for SUBTOTAL indexes 101-111
        
        Change-Id: I90ad83a574748597553bb58c5436343b84947395
        Reviewed-on: https://gerrit.libreoffice.org/41359
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-21  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b5f2402e023fb438341895ad0f81020571c5ec5a]

        emfplus: Corrected ReadWindowMetafile
        
        There are two places which do hand over not a
        complete SvStream staring at pos zero, but pass
        a seek position indirectly in that stream. Thus
        this needs to be used. There is one usage in sc
        that copies the data to a MemStream to avoid that,
        so this hints that this 'trap/feature' was not
        known to everyone using it
        
        Change-Id: I94139b86c8bdd82879124c574bc3014e02d9ab5f
        Reviewed-on: https://gerrit.libreoffice.org/41399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-21  Mark Hung  <marklh9@gmail.com>  [cd65bae41c52c4d2f40589776a645e224ee222cd]

        tdf#111626 switch underline color.
        
        Switch underline font color if it is from the underline color
        of the portion. If the underline color is auto, take the font
        color into consideration.
        
        Change-Id: I81a0e100cd024add603b574f07e10b5e3a785d0b
        Reviewed-on: https://gerrit.libreoffice.org/41090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-08-21  Eike Rathke  <erack@redhat.com>  [25b3806ac509006573e669acc33643af3bd77380]

        WalkAndMatchElements: really really limit the match, tdf#108292 follow-up
        
        getRemainingCount() could deliver a wrapped around overflow value if mnIndex
        was already greater than the end index, which could happen if when/for
        non-matching larger block sizes were added, and if then a match was found
        behind those blocks a non-requested/unexpected index was returned, which in
        turn led to the assert() being hit in ScInterpreter::CalculateLookup(). In
        non-debug could result in an invalid block position access.
        
        This happened with the bug case document of tdf#111943 which in master can be
        loaded.
        
        Also, the start and end index are not dynamic and don't have to be recalculated
        each time, so make them const; column argument values are unused after.
        
        Change-Id: Ic294cade4e8e7828bee394e5ade61d7127be6bbb

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [811081ad06661de798e83b7b227b8a0c43370c6b]

        sw: check the target text node, not the source
        
        Change-Id: I386f4ded70cc3deffc2f2e43709edf16eba94c63

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [f821865d7e3a58f4690d02728852c6c910249e86]

        tdf#111524 sw: don't expand annotation mark when showing redline...
        
        ... at a position directly behind the annotation mark.
        
        This happens with the the annotation "__Annotation__5847_848227920" in
        the bugdoc, followed by <text:change text:change-id="ct266312216"/>.
        
        When the redline is shown, the annotation mark expands from
        5 - 101 to 5 - 240, but the SwPostItField is of course still at 101,
        so during the ODF export lcl_FillAnnotationStartArray() asserts.
        
        The problem is that the "bDelete" parameter of SwTextNode::Update()
        disables a whole bunch of code that prevents update of positions
        of redlines, bookmarks, fly frames, and shell cursors.
        
        This was introduced in 2004 with CWS dvoea1, but there is absolutely
        no documentation of what problem it was supposed to solve.
        So just try to remove it here and see if it causes any issue.
        
        Change-Id: I2d1f78c7163eddaf0ce6bbb7c6685ca759874ec5

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [685442bf71440e56fa8ae5a572d62f0a1e2c3200]

        tdf#111524 sw: delete annotation marks when creating delete redline
        
        Range annotations are represented by a SwPostItField at the end of the
        annotated range, and a AnnotationMark that covers the range (including
        the field).
        
        During a normal delete, SwUndoDelete calls
        SwUndoSaveContent::DelContentIndex(), which has a special case to remove
        the AnnotationMark if the field is deleted.
        
        The problem is that when change tracking is enabled, the AnnotationMark
        survives, but the field is moved out of the paragraph when the redlines
        are hidden (as happens during ODF export), hence
        lcl_FillAnnotationStartArray() doesn't find its field.
        
        There doesn't appear to be a good solution to this, because in ODF it's
        also not possible to represent this, because the deleted content is
        outside the text:p element.
        
        It doesn't work to delete the annotation mark in DelBookmarks(), when
        hiding the redline, because then no Undo is created to restore
        the mark, and DelBookmarks() is also called from Undo code from
        SwUndoDelete, which breaks with this change.
        
        So delete the annotation mark when creating the redline in
        DocumentContentOperationsManager::DeleteAndJoinWithRedlineImpl().
        
        Fixes the assert and the subsequent crash, which is a regression
        from 31c54fa7bb03768b425ae019096e0a0e26e9c736.
        
        Change-Id: I361ffee8e6ab86de499c25f34a96ceeaf83d9e0b

2017-08-21  Michael Stahl  <mstahl@redhat.com>  [38fa44435a428685b4ac59ee98972a8521942225]

        fix bogus always-true asserts
        
        Most of these were converted from OSL_ASSERT
        
        Change-Id: Ia95a758cdebf72ee80d00866644d92e6bb915071

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [e86def1f3f86731230a27926d61d525653f62c72]

        WB_CBLINESTYLE is dead
        
        since
        
            commit 51e6fc0c9e401162036913a943708b7cca1b2598
            Date:   Wed Oct 1 13:31:44 2008 +0000
            CWS-TOOLING: integrate CWS vcl92
        
        Change-Id: I31e39286d207ab7be91411b5644578762ec0d0d1
        Reviewed-on: https://gerrit.libreoffice.org/41383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d56439981b82a1b1335d7a62e8066906ca62f767]

        WB_FAST/WB_TOPLEFTVISIBLE are dead
        
        since
        
            commit 2235846149e89dd9fe83cd4fbaf32908983aa571
            Date:   Tue Nov 23 18:50:48 2010 +0100
            vcl117: reduce duplication of enums
        
        Change-Id: Ic34a09ae79c5226e4f07230ac8ec5f528210d988
        Reviewed-on: https://gerrit.libreoffice.org/41384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [42ec7e8831e956ed134af62ac129bc365887fd8c]

        WB_TOPIMAGE is dead
        
        since
        
            commit a6ff21250bbc960cbcff026e8eeb72be032f56b2
            drop window related stuff from rsc
        
        Change-Id: If9e0ccd75e7c4807b6c06697139d0f2142d46ce5
        Reviewed-on: https://gerrit.libreoffice.org/41382
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [86486d0a915a5d5e706088366d61cc47a76c2737]

        WB_PATH,WB_OPEN are dead
        
        since
        
            commit c2f912b51efa458ba9bd1601a8676ab119aca1bd
            convert FilePicker flags to scoped enum
        
        Change-Id: I5f79c84e2faf9af2db3dc6c6a01b7e37d723f413
        Reviewed-on: https://gerrit.libreoffice.org/41381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Stephan Bergmann  <sbergman@redhat.com>  [dac11d8d504351644cf914b0f3f3689148b36e1b]

        Make cpp cope with long source lines
        
        under --with-lang=ALL it had started to crash during e.g.
        
        > LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}".../instdir/program:.../instdir/program" .../workdir/LinkTarget/Executable/cpp -+ -P -DWITH_POSTGRESQL_SDBC -DWITH_FIREBIRD_SDBC -DWITHOUT_EXTENSION_MEDIAWIKI -DWITHOUT_SCRIPTING_BEANSHELL -DWITHOUT_SCRIPTING_JAVASCRIPT -DWITH_HELPPACK_INTEGRATION -DWITH_EXTENSION_INTEGRATION -DENABLE_EXTENSION_UPDATE -DX86_64 -DLINUX -D_PTHREADS -DUNIX -DUNX -DCOMID=gcc3 -D_gcc3 -DWITH_LPSOLVER -I.../scp2/inc -I.../workdir -I.../config_host -I.../workdir/CustomTarget/scp2/macros -I.../workdir/ScpTemplateTarget/scp2/source/templates .../scp2/source/calc/file_calc.scp > .../workdir/ScpPreprocessTarget/scp2/source/calc/file_calc.pre
        
        because of
        
        > Syscall param read(buf) points to unaddressable byte(s)
        >    at 0x4F31A80: __read_nocancel (syscall-template.S:84)
        >    by 0x404F98: fillbuf (_lex.c:631)
        >    by 0x404CCF: gettokens (_lex.c:479)
        >    by 0x400F0A: process (_cpp.c:77)
        >    by 0x400E80: main (_cpp.c:60)
        >  Address 0x5278494 is 0 bytes after a block of size 32,772 alloc'd
        >    at 0x4C2DB9D: malloc (vg_replace_malloc.c:299)
        >    by 0x402034: domalloc (_cpp.c:321)
        >    by 0x40554F: setsource (_lex.c:679)
        >    by 0x403E38: doinclude (_include.c:130)
        >    by 0x401F9D: control (_cpp.c:297)
        >    by 0x401002: process (_cpp.c:101)
        >    by 0x400E80: main (_cpp.c:60)
        
        There appears to be no other check that fillbuf doesn't overflow the Source's
        input buffer, other than gettokens checking that the buffer isn't more than
        three quarters full ("if (ip >= s->inb + (3 * INS / 4)) ...").  That smells like
        cpp assumes input lines to be shorter than some maximum number of characters
        (like the C99 standard setting a minimum limit of "4095 characters in logical
        source lines"), and
        
        > #define README_TXT_ALL_LANG(key, name, ext) \
        > 	key (af) = READMETXTFILENAME(name,_af,ext); \
        > 	Name (am) = CONFIGLANGFILENAME(name,am,ext); \
        > 	Name (ar) = CONFIGLANGFILENAME(name,ar,ext); \
        [...]
        > 	Name (zh-CN) = CONFIGLANGFILENAME(name,zh-CN,ext); \
        > 	Name (zh-TW) = CONFIGLANGFILENAME(name,zh-TW,ext); \
        > 	key (zu) = READMETXTFILENAME(name,_zu,ext)
        
        in workdir/CustomTarget/scp2/macros/langmacros.inc (which appears to be the
        culprit here) exceeding that limit under --with-lang=ALL.
        
        So just bump the input buffer size.
        
        Change-Id: I5d863050fb772dc7e691a604009ff8702dc718e3

2017-08-21  Stephan Bergmann  <sbergman@redhat.com>  [a7c26cbf73f961fbe82e0331779b935e9e1ff9ef]

        loplugin:checkconfigmacros
        
        Change-Id: Ic9ffe0af9e32b45c304c1edee92ed4b185b4ed19

2017-08-21  David Tardon  <dtardon@redhat.com>  [bf7d2ef17aece06e835b092bc75884b15aa697e7]

        allow to build with released libepubgen
        
        Change-Id: I12d297e8a3e57a3b24d85e4c537996cad0106125

2017-08-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fabafcfc1861646c7e39810d262777010200dbd1]

        drop unused SdOptionsContentsItem
        
        unused since commit e933538779d29a472c92252f14660c245aa8622e
        Date:   Mon Nov 26 13:34:57 2007 +0000
            INTEGRATION: CWS aw053 (1.23.124); FILE MERGED
        
        Change-Id: I67db5558e0a125273c4d5647329e9cecf70cf581
        Reviewed-on: https://gerrit.libreoffice.org/41380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Stephan Bergmann  <sbergman@redhat.com>  [19efa825090f1b41bcbc2f6d84ee0102cf4bb259]

        loplugin:unnecessaryparen (clang-cl)
        
        Change-Id: I11a535a5271ec15965877986f15adc0804c00a4f

2017-08-21  Stephan Bergmann  <sbergman@redhat.com>  [4eaaa812cebe7c8ec729616e35794dfee64c338a]

        Adapt tests to Windows
        
        Change-Id: I8d33234196060f96ad47c9d0fead4f31218f8bdd

2017-08-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ca13faa5dd06ccb3906c337ffdff8be77dfca56f]

        Updated core Project: help  8bece13f73046ebebfb5c18d02d857a961a4cdab
        
        These lame ASCII x’s didn’t need to be translatable
        
        The table looks cooler with U+2713 and localizers
        don’t need to waste time with superfluous strings.
        Double win!
        
        Change-Id: Ie5b308e451a7877ebfe8a393b00be11d09d8f7cc
        

2017-08-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8f412d7445c3e8b7277757f454a97b84341e55e9]

        drop pointless headers
        
        Change-Id: Ia4e26760d4fad655bbd20714fa0abcad0921605a
        Reviewed-on: https://gerrit.libreoffice.org/41369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [60dc8572e677b6c29f73d8848d9d6036d8d1ff05]

        simplify sd error macros
        
        Change-Id: I0c2a720c4dddda77715e9d2697e9436f48a7d471
        Reviewed-on: https://gerrit.libreoffice.org/41377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Noel Grandin  <noelgrandin@gmail.com>  [25f65b23840a424991027067ae48d0a1de682380]

        remove dead sw error codes
        
        and inline some macros
        
        Change-Id: Ida8db46bec4fcec46a779da0180fe3bf1a1af59d
        Reviewed-on: https://gerrit.libreoffice.org/41375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-21  Mike Kaganski  <mike.kaganski@collabora.com>  [7766135f1ca11f942eb5b9ccc7828d55acfbe28f]

        tdf#111908: only freopen if we try to use another console
        
        Change-Id: If513faa4aac03b4c41759445e34cc965ece0b48e
        Reviewed-on: https://gerrit.libreoffice.org/41378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12b3725aeff5d016d11853c9c8d5077f7e8f7b71]

        updater: add a way to test the dialog code of the updater
        
        Change-Id: I7436edc85f87d1f68b50d39bf29564ff498c9ab9

2017-08-21  Caolán McNamara  <caolanm@redhat.com>  [8eb8e427d1e0757fe0add304cfdbe2d6aae4d9c9]

        trivial WaE when pdfium is disabled
        
        Change-Id: I43a5061c9549a0aff217407ebd3cc5baf68ac60d
        Reviewed-on: https://gerrit.libreoffice.org/41334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e159f8b868a95ffe0998fdc8dffbbc171f6037b]

        updater: always show the updater UI
        
        Change-Id: I0e1dc86673779966ff247b81852fb2f29655d2b9

2017-08-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [35974dfc730079fd8d13e62f6b8a4048962f923f]

        Fix typos
        
        Change-Id: I3f3abc3c6e12536d4bc38f0c676d5fc20532a1e3
        Reviewed-on: https://gerrit.libreoffice.org/41370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-21  Julien Nabet  <serval2412@yahoo.fr>  [59fd62fc2ff86320da67f99171eedbfe2d931c2b]

        Typo notifcation->notification
        
        Change-Id: I411105f1a3d519dd08bee55c722e4a06a14f238d
        Reviewed-on: https://gerrit.libreoffice.org/41368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-21  Jens Carl  <j.carl43@gmx.de>  [76da9aea1c956a4febfd530a5a53e820c1440734]

        tdf#45904 Remove/disable obsolete _XPrintAreas Java tests
        
        The _XPrintAreas test are already written in C++ since commit
        b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.
        
        Change-Id: I282ef018d96e824d73cedc83994dc998ff732b3b
        Reviewed-on: https://gerrit.libreoffice.org/41350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-21  Jens Carl  <j.carl43@gmx.de>  [557ad5279a29aa89101286dd76fcc669ac4548b9]

        tdf#45904 Remove/disable obsolete _XNamedRange tests
        
        The _XNamedRange tests are already written in C++ since commit
        b9337e22ce1dbf2eba0e8c8db294ae99f4111f91.
        
        Change-Id: I0b19653f99de108e76999629927260f1cfddeb8a
        Reviewed-on: https://gerrit.libreoffice.org/41348
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b517e43e21885bb0cf4342865d70218b2298ec8]

        updater: set executable type GUI for updater.exe
        
        Change-Id: I795cbd8634a3afe219db033ce40f833af0eee44a

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [893298e777decac8671fa24b3083357f31a924eb]

        avoid out of bounds access
        
        Change-Id: I4c7ddf2fcabc231b7250306b4a9255fab1a9ef7c

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad21f8ec355dd356bdfe72c67ebf3c4c5cf3f235]

        updater: also write channel to version.ini outside of instdir
        
        Change-Id: Ibb087fc9cd17e50accf78f805e0fec4f202334b1

2017-08-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfd8a4e22fe584939f67b64c9c9495a466b16576]

        updater: looser throw specification for what() of exception
        
        Change-Id: Ia73dea0cb845e1fb9a743157bbeadbcfeb1d3627

2017-08-20  Akshay Deep  <akshaydeepiitr@gmail.com>  [fc096827ea9fee79c27e07db040c6aed2b5d9ffd]

        tdf#111775 - Default list of favourite special characters
        
        Change-Id: I530c772d5b885132d38c168de66de923703f4b9f
        Reviewed-on: https://gerrit.libreoffice.org/41342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22aaa9be2ef05358f672ce8fc9f6978664741e7f]

        updater: move the update channel info from the config to versionrc
        
        Change-Id: Id19578a889de51cacac869d7ec681c5c18c40cf9
        Reviewed-on: https://gerrit.libreoffice.org/41365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Szymon Kłos  <szymon.klos@collabora.com>  [2d29dae57ed151be7244aa0a1e2317b30a4c928d]

        tdf#107129: correct showing order
        
        Change-Id: I2e72b8e0d3ff8ef9de16d634d85d43ef2da9ca75
        Reviewed-on: https://gerrit.libreoffice.org/41361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-20  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [aff5951e7b4fa549882f4d4c4cfda99f3966a9d9]

        Fixing threadedStream produce loop condition:
        
        hasBytes() is for the consuming thread, produce loop should
        be stopped as soon as we've read as much as size of the stream.
        
        Change-Id: I0d857cc9cbcc4dd7d4a43cddbc4c457e8280353f
        Reviewed-on: https://gerrit.libreoffice.org/41364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [42009698f2ca23ea1527f0696662fbf4c23f2b84]

        svtools: rename function to match it's effect.
        
        nYoffsNodeBmp went with
        commit 9e61a951374a3f7705de67295e406e929c603a42
        Date:   Tue Jun 20 15:59:42 2017 +0200
            loplugin:unusedfields in svtools
        
        Change-Id: I959829c64242b2d021497f828e24bb23119d8e24
        Reviewed-on: https://gerrit.libreoffice.org/41363
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [45cbf16d26c6982ce471d1923eb47009771a465d]

        Updated core Project: help  c399dc47d92de039391f4962df355f632ce10d05
        
        tdf#106957 - outdated doc for BASIC date functions
        
        Change-Id: Icb1266d36696f3f6c4cbfff0aa467b6304af9a33
        Reviewed-on: https://gerrit.libreoffice.org/41343
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5704bc5578aea2ff3295ada9e4b61b8a9247c8e7]

        svtools: remove function with unused return value
        
        and inline only functionality
        
        Change-Id: I79b0ec29dcc35e9dc92aaac9fb191c882a9b0621
        Reviewed-on: https://gerrit.libreoffice.org/41362
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-20  Julien Nabet  <serval2412@yahoo.fr>  [fe195f2c7b0c22169f265b731981bef47119f166]

        Related tdf#111892: revamp TemplateScanner
        
        Remove EnableSorting since it was only used with false as argument
        and unwind to remove too mpEntryCompare, mbSortingEnabled,
        InsertEntry which become useless
        Finally remove TemplateDir which becomes just a wrapper class for a vector
        
        Change-Id: I1e4ead009711f67fe75f3231761cc8966a39f57b
        Reviewed-on: https://gerrit.libreoffice.org/41333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-20  ccsheller  <ccsheller@gmail.com>  [9723634f70be3c8399d7b735d05c6cbb74a29f90]

        Removing unused code:FileContentIdentifier::m_aNormalizedId
        
        Change-Id: Ie578e1640908d3956788de205ce6d1114fc2dba1
        Reviewed-on: https://gerrit.libreoffice.org/41236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-20  Akshay Deep  <akshaydeepiitr@gmail.com>  [5f2645a47605a71d2a2ebde21c88f083226a3106]

        Enable subset filter when not in search mode
        
        Change-Id: If8bb1471cb09599d514ca2fef963249309d6563a
        Reviewed-on: https://gerrit.libreoffice.org/41357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [804cd889cdd3d3ec3978a5639b8f5cff8f50da90]

        Crash when drawing freeform line
        
        Change-Id: I31b3e2c7cff5a7898fbc40e77f1d997d840a9546
        Reviewed-on: https://gerrit.libreoffice.org/41354
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a7e8c5304b740cb4e03e25b7217ce6071c29c09b]

        This test intended to be an export test
        
        Change-Id: Ib233bd603185efdb85ed30f3d00c28512d57a0ac
        Reviewed-on: https://gerrit.libreoffice.org/41355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-20  Julien Nabet  <serval2412@yahoo.fr>  [4d21d4ceee0b43418a36fdb832c40265c0c3a562]

        Typo about "document"
        
        Change-Id: Id12718b5b80b08f18fa9a0370c1991d94b2892ec
        Reviewed-on: https://gerrit.libreoffice.org/41353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-20  Dennis Francis  <dennis.francis@collabora.co.uk>  [06d104ecda085200fb6d22e0bd6d6cb89ca4f66c]

        tdf#83562: Make the EditTextObject export of automatic colors...
        
        ... use the xml token "use-window-font-color" instead of "color"
        to encode a boolean value of whether an auto color is used or not.
        This is because the "auto" color is 0xffffffff and cannot be
        written into "color" xml field which can store only 3 byte-hexcode.
        
        This commit also adds a unit test in subsequent_export-test.cxx
        to ensure the correct export of automatic color.
        
        Change-Id: I42aab926f31669c1423bc09b96b45c410c9732de
        Reviewed-on: https://gerrit.libreoffice.org/41252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-20  Gabor Kelemen  <kelemeng@ubuntu.com>  [668ab2e739397e6b095372a1a468bd4f515927b6]

        Fix 'make translations' run
        
        Recent commits introduced strings in .ui files without context
        which makes 'make translations' fail with:
        
        [build POT] pot.done
        Traceback (most recent call last):
          File "/home/gabor/src/core/solenv/bin/uiex", line 30, in <module>
            keyid = entry.msgctxt + '|' + entry.msgid
        TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
        
        Affected commits are:
        e74be9ad773c7769c5d8765bb2ac234967e420ec
        213a83ce46edf1b81f2285fd59f1d04935760caa
        
        Change-Id: If7afc4bb157a6406cabba141d375e9b0dab5f3de
        Reviewed-on: https://gerrit.libreoffice.org/41322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1e3bd9bd15550033ae76012014d631b104ff2008]

        drop unused SfxSpellCheckItem
        
        last getter went with
        commit 215207f480258b37864a88e1b831055e148adf65
        Date:   Thu Mar 6 16:42:24 2014 +0000
            coverity#708784 Unused pointer value
        
        don't put the item in any item sets anymore.
        delete SID_ATTR_SPELL and adjust SfxItemSet ranges.
        narrow ranges in OfaTreeOptionsDialog::CreateItemSet to actually
        used items.
        
        Change-Id: Ia5cc91fc62a0fccf87b2fd380e6bb2bef1f6f3e7
        Reviewed-on: https://gerrit.libreoffice.org/41335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28e4240f81ccc1804ecf4b776290b3553f8d1c61]

        external data: add a way to get the available data sourcesfor a provider
        
        Change-Id: I1620537ee004c5acbc85db05dce2b8e3b84bb565
        Reviewed-on: https://gerrit.libreoffice.org/41345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [7a82caa8f7874f44f32c633140b015325454e570]

        package: get rid of requirement for plain passwords
        
        Change-Id: I36d41d9166ae2b2ea287af82c87b5f2ea86bd564
        Reviewed-on: https://gerrit.libreoffice.org/41344
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9f85538e65882238de80ab36c864bc0082ad7f4]

        updater: another place needs to handle additional dir level on windows
        
        Change-Id: I04f784d317b8cfeea25932728f03c92b0b73c70e

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b60aeb5cb6306f84f6ec44adbe1033e89a2962c]

        external data: improve the external data dialog
        
        Change-Id: I417bc57e2b4be56c4e3f51aa47b447ad48f5684d
        Reviewed-on: https://gerrit.libreoffice.org/41340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [447ecc3cfbae6a3db60d5c04360c4fa1f65eb679]

        external data: add a menu entry to refresh the data
        
        Change-Id: I1942488d518be91c3ad03f91d98834e22bfdfb16
        Reviewed-on: https://gerrit.libreoffice.org/41339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [257fb1141f2dcb22d3ac6c8bb63af94bc3d652af]

        updater: replace whitespace in dir names and strip the extra win dir layer
        
        Change-Id: I543b903157d44038468eb4d92261dfd0d8b2909b

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5daa3a1cc0bced06c638952ececf4299ef71183a]

        updater: make it easier to test some parts of the updating code
        
        Change-Id: I7f3758eb8c12d912a47ac3a3c632347e6e124601

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f8a48f5d81baee92f83a666842b7322195d6116]

        updater: windows prevents moving file with open file handles
        
        Change-Id: Iebd4886f3d44f816fc06b7c80e7368bbac3d159a

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [575cf048132c905e91bf2266be93e245c993498f]

        updater: better error logging
        
        Change-Id: I9acdfc6e493bc8ae6d2335e5aae65699bf2665c0

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca0f046d43d22e8c6cf6da7ab5c6e69b6b6e2eaf]

        external data: forgot to add the new html provider to the list
        
        Change-Id: I4982cd9213827493ce41c99ddf4048ddbfd08618
        Reviewed-on: https://gerrit.libreoffice.org/41337
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be5511822416c27647fbdc8cd36a19bd8ccce488]

        get the ScDocument directly from the ScViewData
        
        Change-Id: Id4b836bb334a208f83aeffed8ae932f4ce7437ec
        Reviewed-on: https://gerrit.libreoffice.org/41338
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-19  Sanjaykumar Girishkumar Patel  <SP1663@live.mdx.ac.uk>  [881433b6a08a20e0a1a56d2fbdd72bfb722189ca]

        Updated core Project: help  26259f880a5978290ae1a9da300025a73c702a63
        
        tdf#83160 Write help pages for Impress Remote
        
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        
        Patch set 2
        * change image resolution to 75% (rendered worse, BTW)
        * phone screeshots on latest Impress Remote release
        * drop table for screenshot positioning
        * added 'laser pointer' feature description
        * reposition slide show pages in tree-file
        
        Change-Id: Ic1cda15ebbf4f37e82afefc6da142c246ac6ad7b
        Reviewed-on: https://gerrit.libreoffice.org/41317
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-08-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e62a8f333332688203867fdddbc8ffa89a657b9f]

        svl: refactor string stream helpers
        
        functions were declared twice, in stringio.hxx and poolio.hxx.
        
        remove unicode functions as they were unused.
        remove duplicate function declarations in poolio.hxx.
        move implementations from poolio.cxx to new stringio.cxx.
        
        Change-Id: I469346a01d793d22721e62bf7e96fd01e28d560c
        Reviewed-on: https://gerrit.libreoffice.org/41331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Noel Grandin  <noelgrandin@gmail.com>  [e947d11753e8d3a13a251ec99ce7129099dca1a1]

        remove dodgy use of ErrCode
        
        that wasn't really an ErrCode, just a way to look up localised strings
        
        Change-Id: Icd6a142edf0c3e04ac0b5ff968f231288ff8a950
        Reviewed-on: https://gerrit.libreoffice.org/41323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [933d2b41e7766699f5e2f2c4bdd5fa3ded79a47f]

        drop unused SfxSizeItem
        
        unused since commit 48bf5e855ae02fd1bea87938978f29ee6147285c
        Date:   Thu Nov 16 14:30:58 2000 +0000
            Remove tests for INET_PROT_FILE
        
        Change-Id: I2dc134f529675204caad78c7e50417adb55e8e4f
        Reviewed-on: https://gerrit.libreoffice.org/41320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9065a12ce781a073b736bd944c436923277b3919]

        templatelocnames.src no more exists
        
        I guess the content now is in sfx2/inc/strings.hxx
        
        Change-Id: Ie41f150f95d5da80ed82f09760b812910ac2ab8a
        Reviewed-on: https://gerrit.libreoffice.org/41316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8f5e3852428b84ce876cbd0e5996acdd6bacefca]

        sdstring.src no more exists
        
        Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4
        Reviewed-on: https://gerrit.libreoffice.org/41315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [daecb11ee244b1306cec14a2e1fc5237926786d8]

        Removed ignored includes
        
        By brute force analysis, it seems to me that we can easily
        remove these not used includes.
        It passed "make check install"
        
        Change-Id: I34ea2aae57e56fb8b2cf1066cf51b08068fa0b53
        Reviewed-on: https://gerrit.libreoffice.org/41312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [bf41e713f62d4a181a6916680cd64d60728b1a52]

        Updated core Project: help  dc88353ac9cc2a36294491ec7df8ab6c1065459a
        
        Some light proofreading and term update
        
        Change-Id: I508f4a33999f6acf9dcf6cf3db1d7b5b7e482b92
        

2017-08-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [8d0acf8763a154fac6597cb37d023c0412710c7a]

        tdf#103275 Rename 'Spacing to Content' to 'Padding'
        
        Change-Id: Ib4bdc594f34761c5957e9fb803218946b54e23f7
        Reviewed-on: https://gerrit.libreoffice.org/41306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [aea4bcc2d1169c8bde75a0b44c0ccd9725ad0775]

        Fix typo
        
        Change-Id: Ia4c3ac4fd264d490dd3a91402897560ebd3006be
        Reviewed-on: https://gerrit.libreoffice.org/41314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f629368696a095aed135ab98a91c8a37dae81c3c]

        no need to redefine WB_RIGHT_ALIGNED
        
        Change-Id: I99387a402354a8d982e1d36e7d2fdbb710658a97
        Reviewed-on: https://gerrit.libreoffice.org/41300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4ac906cd07c06abcda427f70787b9b6c213b354]

        convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialog
        
        Change-Id: I52ff0b4ba892a74d1dad9ce8c6c7638e3463affe
        Reviewed-on: https://gerrit.libreoffice.org/41303
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [50acead19bd13a344f8ca9b3879f8e8cb0b24eb7]

        convert WB_SLIDERSET to a bool field
        
        Change-Id: I8a3767e162a14069937d52f5eb57ae5cd7f3fa7b
        Reviewed-on: https://gerrit.libreoffice.org/41302
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [4105174973aaabc25148e53571b7a4fc356098de]

        convert extended WinBits to scoped enum
        
        Change-Id: If35f4fcda2415c858ba8f963e9f471c87169bc99
        Reviewed-on: https://gerrit.libreoffice.org/41301
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [793246e1ae1266e8bd4261aa45dad40f5da16785]

        tdf#107183 Set different dialog title for renaming master slide
        
        Change-Id: I351e6db782cce8ece78083e5a79e4c2baaa414ee
        Reviewed-on: https://gerrit.libreoffice.org/41310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-19  Paul Trojahn  <paul.trojahn@gmail.com>  [81d40428bbcfe332b78e154b4cd3fd7feff5ff73]

        tdf#100387 Fix OOXML export of animated lists
        
        pRg is a paragraph range, not a character range.
        AnimationExporter::getTargetElementShape is still
        used by the ppt export filter, so I just moved the
        relevant parts over to
        PowerPointExport::WriteAnimationTarget.
        
        Change-Id: If477013d62483d57fe142c9da3ab0c75872733af
        Reviewed-on: https://gerrit.libreoffice.org/40979
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-19  Justin Luth  <justin_luth@sil.org>  [ce2e7a4e7a143937393f89c91e17b52b8dba1a74]

        tdf#98700 docxexport: don't force on ParaKeepTogether
        
        The mere presence of SvxFormatKeepItem was ENABLING it during export,
        without checking to see if it was actually turned on or off.
        Both DOC and RTF check the value, and set accordingly, so do the
        same for DOCX.
        
        Merely toggling the setting on and off is enough to create the
        property, so this is a nasty bug that only affects inquisitive
        people.
        
        Change-Id: I02d83a255f5b4ff8c5124302a52a3126dad40b67
        Reviewed-on: https://gerrit.libreoffice.org/41309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10a914f3d891ca641fea99b19fb2de4f9a956cb4]

        updater: use forward slashes
        
        Change-Id: I56b46e55007a4c30eb3e1438f8238bd3271fb993

2017-08-19  Matthias Freund  <matti_lx@secure.mailbox.org>  [ddf0d439d36686008b6de16d59c9a9068622f26c]

        tdf#98315 Function Wizard showing Breeze icons when in Sifr theme - SVG
        
        These are the svg (source) files for master
        
        Change-Id: Iadeb6a791216799805259f54e3337819bb658323
        Reviewed-on: https://gerrit.libreoffice.org/41027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-18  Julien Nabet  <serval2412@yahoo.fr>  [92507dd3dc3eaf95d540475ac3e7887495030ebc]

        Remove refs to deleted src files
        
        following https://cgit.freedesktop.org/libreoffice/core/commit/?id=00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: I34a119676257eb3b3caa318eb788f16e7fd1bd4b
        Reviewed-on: https://gerrit.libreoffice.org/41307
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e5c0c4bc019cb85d8a41733cec8d68dd6995bea]

        use o3tl::enumarray for m_aNodeAndEntryImages
        
        Change-Id: I508c77562ec92b078d15d2a557af474a93b940de
        Reviewed-on: https://gerrit.libreoffice.org/41294
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Jens Carl  <j.carl43@gmx.de>  [70027414b3ae0c460b0d398fccde092750af47fd]

        tdf#45904 Move Java _XViewFreezable tests to C++
        
        Change-Id: I75a0363304dbaaeb5988f2ec027d8211f4e01a4f
        Reviewed-on: https://gerrit.libreoffice.org/40872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [aee0dfee2cbc313b9baf63cdb24af5a676c5eee2]

        comment out of date
        
        ever since the great gettext migration
        
        Change-Id: I642f2db4cbe10c5f0584a8f9bf793fd32e19a5e5
        Reviewed-on: https://gerrit.libreoffice.org/41293
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [20f1b84092b51e9c0327eded14c75ddccb1413aa]

        no need to redefine WB_NO_DIRECTSELECT
        
        Change-Id: Id9823a4b10982eb0a7c8f31d253a2d71005fa531
        Reviewed-on: https://gerrit.libreoffice.org/41299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [6cccaa9a7859d6a8523c03ca0fe6468635653afa]

        WB_ANIMATION is dead
        
        ever since
        
            commit 5bb93690aad419ceafbd14a61da1a86f674fdfea
            INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
        
        Change-Id: Iad592e268644d10944e46bf80eae30042beab6da
        Reviewed-on: https://gerrit.libreoffice.org/41298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5dbc6e02b96887772e1f305f4cd97b6d4b96734]

        WB_RADIOSEL is dead
        
        since
        
            commit 37229126c0a821a925839bbca4b6ec7245f861e9
            Make WB_RADIOSEL style behaviour as default.
        
        Change-Id: I606a01f4c8a84780af96265493372bb0df3fc40d
        Reviewed-on: https://gerrit.libreoffice.org/41297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd2c6137ea45e0587a56bf219b1e5d8fb72cce03]

        WB_TOPBORDER,WB_3DTAB are dead
        
        since
        
            commit 8ab086b6cc054501bfbf7ef6fa509c393691e860
            initial import
        
        Change-Id: Icbbf01de92c6dab4f9f94052cda784326a051ad8
        Reviewed-on: https://gerrit.libreoffice.org/41295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Jens Carl  <j.carl43@gmx.de>  [c22883f6018858bd3198059f696fa3dff264c24d]

        tdf#45904 Remove/disable obsolete _XDatabaseRange Java tests
        
        The _XDatabaseRange tests are already written in C++ since commit
        95780ec73990f96dc16fc677c895d00fa1360008.
        
        Change-Id: Ib57cb1f69c0ebc17443c16e7d466ad3ccb535f19
        Reviewed-on: https://gerrit.libreoffice.org/41007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-18  Jens Carl  <j.carl43@gmx.de>  [8ab13df17936537a801d0d94c1479c5a8e38cce3]

        tdf#45904 Remove/disable obsolete _XDataPilotTable2 Java tests
        
        The _XDataPilotTable2 tests are already written in C++ since commit
        c1589dbd450426928077694346b773b718e6ff78.
        
        Change-Id: Ic176f746eb94bff6c1cc7daeffedd8f22061dd96
        Reviewed-on: https://gerrit.libreoffice.org/41013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-18  Jens Carl  <j.carl43@gmx.de>  [a0bb33bd5d6a9f968ab5e4eadc4692754cff7073]

        tdf#45904 Remove/disable obsolete _XDataPilotDescriptor Java tests
        
        The _XDataPilotDescriptor tests are already written in C++ since commit
        95780ec73990f96dc16fc677c895d00fa1360008.
        
        Change-Id: Id1f219b148dd97455aecda705ad3b388128a0e0c
        Reviewed-on: https://gerrit.libreoffice.org/41010
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-18  Jens Carl  <j.carl43@gmx.de>  [a4cbf53a78a41f7881c5c8c62ad0753e8c416f42]

        tdf#45904 Remove/disable obsolete _XDataPilotFieldGrouping Java tests
        
        The _XDataPilotFieldGrouping tests are already written in C++ since
        commit 95780ec73990f96dc16fc677c895d00fa1360008.
        
        Change-Id: I93c772d4ce464d542e1c2ec66f12f12e073d08cc
        Reviewed-on: https://gerrit.libreoffice.org/41011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-18  Michael Stahl  <mstahl@redhat.com>  [6a018363791945b6fd7f04f2aa311e4f4753f6aa]

        tdf#99692 sw: fix the fix: don't set bNullContent if node was split
        
        When showing the redlines in rhbz908615-13.odt, the following assertion
        happens:
        
        Assertion `IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark(rPaM) && "<CrossRefBookmark::CrossRefBookmark(..)>" "- creation of cross-reference bookmark with an illegal PaM that does not expand over exactly one whole paragraph."' failed.
        
        This is because in DocumentContentOperationsManager::MoveRange() the
        flag bNullContent is set after the node has been split; in this case the
        nContent is of course always 0.
        
        Later the function then restores aSavePam to the index 0 of the next
        node, when it actually shouldn't do anything because the JoinNext()
        already positioned it correctly at the merge-index of the re-joined node.
        
        (regression from 850795942b3e168cab8ce88b4f2b421945ff29ca)
        
        Change-Id: I64d50e70b19e2fd81537a9771fa8706898b17642

2017-08-18  dennisroczek  <dennisroczek@libreoffice.org>  [e182760b16f9d71d93907c4bba86d26a466d8918]

        fix typos
        
        Change-Id: Ie0228b07bf801faab5241d835bca36676a07682e
        Reviewed-on: https://gerrit.libreoffice.org/39736
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e64a54acfea031d45b06b4c9d606fc03bfcbf40b]

        WB_RANGESELECT,WB_MULTISELECT in Calendar is dead
        
        since
        
            commit 6c759da0442f5123a4a4355e8dc9c926a49d25d7
            delete workben
        
        Change-Id: Ib9db62ea3fb064b70912318eda2528590c307295
        Reviewed-on: https://gerrit.libreoffice.org/41287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [adf38e23f32b0b0e0b45a45f4abf2758e74c1a59]

        WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are dead
        
        since commit 6c759da0442f5123a4a4355e8dc9c926a49d25d7
        "delete workben"
        
        Change-Id: Ie1f399a7a8179c7727491f4ab7b4b2772fd130b8
        Reviewed-on: https://gerrit.libreoffice.org/41286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [827f98644d4af44432f02fa66196c238ba6886d6]

        Fix typos
        
        Change-Id: Ic9cbc4a05fa28c63ab2f5a773aa2f9e87757609a
        Reviewed-on: https://gerrit.libreoffice.org/41285
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [84c0687f092d2e6f21560dd8a6d6401a38f2afa3]

        don't use boost in compilerplugins
        
        Change-Id: Ic1610e99cd2d11d1a536a6f3e66b44417ee59793

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [39cc076cb66071c1522fb554a1469c039b6b5770]

        loplugin:redundantparen
        
        Change-Id: Ie1bae8acdd70ba7943d8ae245d95dee16ce2e5d5

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [256c28ae3354d49d0e2ebdf11ef2a64da7954f68]

        new loplugin:expressionalwayszero
        
        The code in SvXMLExportItemMapper::exportXML was broken as far back as
        its introduction in
        
            commit 0c28e3c480a95c03b513c55f029b979bcd9c0401
            "Move SvXMLAttrContainerItem to SVX, moved writer only code to sw"
        
        Change-Id: I90043ce8b7263aa56fd0883d350e29b97eeaf99b
        Reviewed-on: https://gerrit.libreoffice.org/41282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [6e1d959a2e890004be5be259610033210d18f7cd]

        No libepubgen in org.gnome.Sdk//3.24
        
        Change-Id: I71a9e382b2a36cfba38dbd14e1af303153356d47

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [1852c5a68c3f8735aaecb77066a58f4d6a43fb72]

        WB_QUICKHELPSHOWSDATEINFO is dead
        
        since
            commit e8559f07b52f434e081b1ef58a8db097cdd826ee
            Remove unused code
        
        Change-Id: I0dcfe7aea4e0326595d99a781a1029a0c25ed15f
        Reviewed-on: https://gerrit.libreoffice.org/41281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [d6ec9361cb07e312382c0a9251bc03b629d914f9]

        WB_FORCE_SELECTION is dead
        
        at least as far back as:
        
            commit ac7acb0ab1329913b0cec79790adcde0263960be
            "Merged SvTreeListBox and SvLBox."
        
        Change-Id: I13d8ab413365928749b1c59a0cca0db115b80ffa
        Reviewed-on: https://gerrit.libreoffice.org/41280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [b71ff0db856c7fbc3505f2663aee568fa47fc067]

        convert ExtendedWinBits to a single bool flag
        
        Change-Id: I2ff15a7f485ffdfb78eaabd529d19065faeb4c53
        Reviewed-on: https://gerrit.libreoffice.org/41277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [fb0bf56948d7f968717f4a3f53ce56e320cd5f36]

        tdf#105538 Download update to Downloads folder on Windows
        
        instead of Desktop.
        
        Change-Id: Ib88b23afdd0b836184b7f0a3f501983137a1405d
        Reviewed-on: https://gerrit.libreoffice.org/40692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-18  Julien Nabet  <serval2412@yahoo.fr>  [dabba2e3368c2e2ae4ab03ddcfc667e13f89841d]

        tdf#109104: respect RFC3986 for newlines in ScEncodeURL
        
        Quotation of RFC3986:
        A percent-encoded octet is encoded as a character
        triplet, consisting of the percent character "%" followed by the two
        hexadecimal digits representing that octet's numeric value
        So test the length of the return of OString::number and add "0" if needed
        
        ScEncodeURL was added with:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=25434372bf56e0ebdb7e7d47ab3c14c68211509f
        
        Thank you to Bele (the bugtracker reporter) for code pointer!
        
        Change-Id: I8df102eb38b31933c6ebb15bb25c125b423f722b
        Reviewed-on: https://gerrit.libreoffice.org/41086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-08-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [08566ea519441be31a4b1a467ec121d18fd29b9b]

        drop unused CntContentTypeItem
        
        unused since commit cdae06a664bfc3279bd9f177473357cce316b9b1
        Date:   Fri Apr 6 11:17:10 2001 +0000
            #78400# Template scanning reimplemented using UCB
        
        Change-Id: I3e742be5a7c5467628dbe5a19171c4dfcef07c58
        Reviewed-on: https://gerrit.libreoffice.org/41274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [df48f780e3baf3f82fbe9024c94fccc15a84d53d]

        Remove dead function declaration
        
        Change-Id: I6d54179a9faeda77a3c3672978cfade8408cb835
        Reviewed-on: https://gerrit.libreoffice.org/41275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-18  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [b37c344274072df92a8a9624c261aa51c9145217]

        Rename flag to less generic name to prepare adding more flags
        
        Change-Id: I27663a42890bbae3279847a7da971cd367335cb3
        Reviewed-on: https://gerrit.libreoffice.org/40736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [75539963e621faafdc0d3ef6759cadb2e0a5d9b4]

        vcl: DockingManager owns ImplDockingWindowWrappers
        
        so simplify code with std::unique_ptr.
        
        Change-Id: Ieec470e0a5f52c0d652d169c1ced6ca7307f062f
        Reviewed-on: https://gerrit.libreoffice.org/41217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [d7a9abdce528581362ac39185b51c9ff88e9d494]

        Report full type info (plus the desugared type as "aka")
        
        Change-Id: I647b1c3e479e0be01ed7ea16e1ad3dd9bed9ba6a

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [e5eedf7af4fcb38162773bff74c89243923a04eb]

        loplugin:implicitboolconversion (clang-cl)
        
        ...after 2bb282656a19a399a101dbeadf157d10d4d5e4f4 "SalFrame Handle* methods can
        return bool"
        
        Change-Id: I15659eafc27e8402aeb407418e656d546c554f06

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [7742f5142b3bb598c103ed15b46bfcb50873a6a8]

        loplugin:oncevar (clang-cl)
        
        Change-Id: I118da42ad7a42e4d081fd9901e230a0318a77f73

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [8106bea9e929922a1d97b0ef37b6474333fc1b85]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I2d4aea9829cc8057849ba4fb0b8a60b4f4d2054d

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [c38b3a9a12c4011505834580f29772ab539410f2]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I8eddd2cb43631d15a04f3edd3cf218232bda45af

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [a100b31f0de13ab8fbf66d77dd24a798ae96d9dd]

        loplugin:oncevar (clang-cl)
        
        Change-Id: I36c97d99d268b0ebedfd0eebc4722cabc6e51220

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [fd924b397b17e69dbf5721665d493d08c35fad59]

        loplugin:oncevar (clang-cl)
        
        Change-Id: I0cbd9a87880070e2c1381ecd385c1fe4c3ad7505

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [8a62efcc846d27e5db2d37095bb79216a3230b9d]

        missing include (--disable-pch)
        
        Change-Id: I4e8ae42e2e0c285d34098bebd637ad6d4abaf6a0

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [e1a75dc228fa7bb7c4c42dc9370fc3e51ff5e936]

        loplugin:unreffun (clang-cl)
        
        Change-Id: I6e5789982789adc68a2e003aa6acff57639d5b5d

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [454c4380a4ab5574d5454d9659b7167845823c48]

        loplugin:cstylecast (clang-cl)
        
        Change-Id: Id3f66842829a4b86f7980f0c1cbfe6e56e958e9c

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [dd066778de7d367b8990874d5472374fa5577b90]

        -Werror,-Wmissing-field-initializers (clang-cl)
        
        Change-Id: I77b6fb2b9fe8e93f279f29a19f67079f5f81d1b7

2017-08-18  Stephan Bergmann  <sbergman@redhat.com>  [210f57d026e5e534e64e7bd84f5750b7248f79d2]

        -Werror,-Wwritable-strings (clang-cl)
        
        Change-Id: Ic3a23c8290021b4bffe770651269ccf792b7c632

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc8a46534e03d9dc81c92756957cbae84d72b953]

        Revert "Related tdf#105500: leaks in PaletteManager and SvxColorToolBoxControl"
        
        This reverts commit 8c0cc5cd7befffc6e8e6361ba67807a799cc997f.
        
        These changes are unnecessary, the compiler already automatically
        generates the necessary code.

2017-08-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [eea6d3951b66f85df60574e10f19a81bfd7529cc]

        loplugin:unnecessaryparen
        
        look for  statements like
        
            return (function());
        
        Change-Id: I906cf2183489f87225b99b987caca67e39b26cc3
        Reviewed-on: https://gerrit.libreoffice.org/41260
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0501869949b65b27303a41fd235a6ec32a4c90a7]

        Fix typos
        
        Change-Id: I795059109e23800987cda6f04c58ab18c488ad07
        Reviewed-on: https://gerrit.libreoffice.org/41242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [713c80b46053567977b53651ee057ce7d6f84bd3]

        Fix typos
        
        Change-Id: If13c1408a3e597c6f9b21d209722ef6bc87c0c94
        Reviewed-on: https://gerrit.libreoffice.org/41270
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [79611a44fac472dfa5f0a01c051c314078f798b9]

        NdTopLeft is unused now.
        
        Change-Id: I39184b8fdf666676c21560d39911f6204b0afd52
        Reviewed-on: https://gerrit.libreoffice.org/41257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-17  Julien Nabet  <serval2412@yahoo.fr>  [27b1e21913d8119ea27be05954156d15ca069e66]

        Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part3)
        
        Hope it'll fix leak from https://bugs.documentfoundation.org/show_bug.cgi?id=111634#c13
        
        Change-Id: I61a51faf291145c8cafd03339b7bcc7b23072fba
        Reviewed-on: https://gerrit.libreoffice.org/41268
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c0cc02e2934aeb12dda44818955e5964496c186a]

        tdf#50097: DOCX: export form controls as MSO ActiveX controls
        
        * Use the same structure for export what MSO uses
        ** Position and size information are exported as VML shape properties
        ** Different handling of inline and floating controls (pict or object)
        ** Do some changes on VML shape export to match how MSO exports these controls
        ** Write out activeX.xml and activeX.bin to store control properties
        ** Use persistStorage storage type defined in activeX.xml
        * Drop grabbaging of activex.XML and activeX.bin
        * Cleanup control related test code
        
        Change-Id: I38bb2b2ffd2676c5459b61ec2549c31348bab41c
        Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/41256
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-17  Julien Nabet  <serval2412@yahoo.fr>  [8c0cc5cd7befffc6e8e6361ba67807a799cc997f]

        Related tdf#105500: leaks in PaletteManager and SvxColorToolBoxControl
        
        See comments of the bugtracker for more details
        Again thank you Alex for very useful information about leaks!
        
        Change-Id: I96743e8b167224f1bec73db5f2ba82536c7f23fa
        Reviewed-on: https://gerrit.libreoffice.org/41265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [64a3124d928f337011cad137c2c059f1ef064377]

        Fix typos
        
        Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3
        Reviewed-on: https://gerrit.libreoffice.org/41194
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-08-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fc443f3b50e33a1adab03bbf7fb9f9351eb07868]

        drop unused SdrCustomShapeReplacementURLItem
        
        no user found at least since 2004
        last traceable commit 50a73f5963c4d0ca34629f36cc04e8b45f61bd62
        Date:   Fri Apr 2 13:07:39 2004 +0000
            INTEGRATION: CWS sj05 (1.1.2); FILE ADDED
        
        Change-Id: Iaaf80e93ed60611f5e03688f4d95ab0a7d024e79
        Reviewed-on: https://gerrit.libreoffice.org/41262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [28102e471d3cb6b6976380ca84b1094078ac1af1]

        EPUB export: handle inline images
        
        Just the bare minimum, so that the binary file-related member functions
        of the package interface are triggered, so I can implement them.
        
        Change-Id: I996659126667423fded1f89f8097ac726418fa00
        Reviewed-on: https://gerrit.libreoffice.org/41261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-17  andreas kainz  <kainz.a@gmail.com>  [dc9d435f6fcfe413c5891aac8d1fe236ee11ccb6]

        clean xml code in the breeze_svg icons
        
        Change-Id: I1a7fc0f4978d3a61b4717fcbbc2bd752a401c86e
        Reviewed-on: https://gerrit.libreoffice.org/41253
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f0348fb4bfa9586ff75b0495c221c0eac9359615]

        these comments no longer valid
        
        Change-Id: I263116383a9342f9600d6cd1622a941afe83634e

2017-08-17  Stephan Bergmann  <sbergman@redhat.com>  [139be0f4c898c926f9bb5954d0054e8617b6fd21]

        Remove excess SAL_WARNs
        
        Each such precondition violation for that URE API function would already result
        in osl_File_E_INVAL anyway.
        
        Change-Id: I279949ae8f341e6272bb4574da712fd693461acd

2017-08-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5a64d8b20ed74559617d2f97c3f941842b6a9ea1]

        drop unused SdrCustomShapeAdjustmentItem
        
        unused since commit 935baf97a926baa50d985808736e0adb8837c716
        Date:   Tue May 19 09:32:45 2009 +0000
            CWS-TOOLING: integrate CWS impress169
        
        Change-Id: I1e8b0285ae1f6e8d92efd3f5a2463ff3126f1a0d
        Reviewed-on: https://gerrit.libreoffice.org/41248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Gabor Kelemen  <kelemeng@ubuntu.com>  [9f56a577771b0a842c8be3ad1341cabdb47ac1fc]

        Drop deprecated SplitWindow configuration settings
        
        These were first marked as deprecated in 2002:
        https://cgit.freedesktop.org/libreoffice/core/commit/officecfg/registry/schema/org/openoffice/Office/Common.xcs?id=4c25e5b66af5afa507c63947356c4720910a2ad6
        
        Change-Id: I6fb8b48b44d71b85d2cd3406a730f650981b8147
        Reviewed-on: https://gerrit.libreoffice.org/40905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [19522f05880d67fda63dc6c62c0f5afb851c6a31]

        fix compiler error in passparamsbyref
        
        Under clang-3.8 we get:
        
        compilerplugins/clang/passparamsbyref.cxx:158:31: error: no member named
        'isAssignmentOp' in 'clang::CXXOperatorCallExpr'
        
        Change-Id: Icfba2b624f53f07418674237adc5a47819f73c43

2017-08-17  Michael Stahl  <mstahl@redhat.com>  [046878a88a9fd47101db9e24eb9fb4203ca6efbe]

        odk: oops, typo "have have"
        
        Change-Id: I3ab67d22985c8023da9db78ee085db07835aa2bf

2017-08-17  Michael Stahl  <mstahl@redhat.com>  [7cecf138815770ade61c090efad2258f5baf5c9a]

        tdf#107785 odk: document where to download the SDK
        
        Change-Id: I56368bc7e75671f170cce2360ac093e43b629e66

2017-08-17  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [8e397fc58b63d08998b1ee8f1c05f1415b2eaf9f]

        SmartArt: simplify conditions, miscellaneous changes
        
        Change-Id: I70cc3548a68367b0a5f4cc5f55e55dc2db1e8b27
        Reviewed-on: https://gerrit.libreoffice.org/41239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-17  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [f1d65b13ff6f0cd82ae36a3e6d58961d3c7273ac]

        SmartArt: support cnt function
        
        it was necessary to introduce in LayoutAtoms reference to containing
        LayoutNode passed by constructors, so that ConditionAtom can
        access LayoutNode's name and diagram data
        
        Change-Id: I35c9cb9061f23eb15e7a9372476530e2ead5d0dc
        Reviewed-on: https://gerrit.libreoffice.org/41108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-17  Caolán McNamara  <caolanm@redhat.com>  [8cba023cbd8f1576d7f30855847a85d762b7b1fa]

        use correct final language dir names
        
        Change-Id: Iafbdf4961a35809d3c6a778a3292b70456b55913
        Reviewed-on: https://gerrit.libreoffice.org/41250
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-17  Eike Rathke  <erack@redhat.com>  [ad1c9097ca0390fe82b6e81a963b3caf0b45f35d]

        Add hu-Hung -> hu@hung
        
        ... and hope that actually will be recognized..
        
        Change-Id: Ib7a73eca63caeb8791a06fa26cd31a15407de065

2017-08-17  Justin Luth  <justin_luth@sil.org>  [be6534dc47568dbf57057dec73ef260b63e198c0]

        tdf#55427 ww8export: treat document-end-footnotes as endnotes
        
        MSWord has two choices for footnotes - at page-end or page-bottom.
        LO has different choices for footnotes - at document-end or page-bottom.
        Since document-end footnotes act like endnotes,
        convert those footnotes into endnotes during DOC/DOCX/RTF export.
        
        No matter what happens in this situation, some compromises have to be
        made. The main compromise now is that the anchor numbering for endnotes
        defaults to i,ii,iii while footnotes are 1,2,3. The conversion
        obviously will switch to endnote style. This is user adjustable of course
        and will be retained on following round-trips. Also the (footnote)
        paragraph style is retained, but future endnotes will use a potentially
        different endnote paragraph style.
        
        Remedying those perceived deficiency is left as an exercise
        for the motivated reader, who of course will
        take into account the possibility of both endnotes and
        chapter-end footnotes existing in the same document...
        
        The unit tests' primary purpose is to ensure that footnotes following
        down the endnote export path don't cause LO to crash.
        
        Change-Id: I219d499df7981a14f824a664b15051ad10ff6642
        Reviewed-on: https://gerrit.libreoffice.org/38634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [91f4d01af4772fe5156e59ea4f4ef771de657a57]

        EPUB export: fix unexpected text in chapter names
        
        Chapter name was a collection of all heading 1 (and contained heading 2,
        heading 3, ...) texts, but just heading 1 itself is enough.
        
        Change-Id: I893a935c4f4855ef5d19a01e2679ba7101af853f
        Reviewed-on: https://gerrit.libreoffice.org/41246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9480ff6a2b6057410940ff5c40828d5746898a0e]

        EPUB export: implement link support
        
        Not only the link but the text of it was also unhandled, add code for
        both.
        
        Change-Id: Ic3a26db64a10d44f1f94b7358ed9103bb68bbe95
        Reviewed-on: https://gerrit.libreoffice.org/41245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d21b119df35ca43d3a4edeab2a809c345e0f617c]

        loplugin:passstuffbyref ignore params that are assigned to
        
        makes writing nice code awkward sometimes.
        
        Also split plugin into two different plugins, the logic was getting
        tangled up.
        
        Change-Id: I232e314d29c766c160c29373988dc37a466505be

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0d7b8fa63109117ec19864ddd2462683088d1e3]

        new loplugin convertuintptr
        
        an experiment to see if I can make the process of eliminating
        sal_uIntPtr a little easier
        
        Change-Id: I808185fbf18826cb9ab5612a7be4148d52045957

2017-08-17  Aditya Dewan  <iit2015097@iiita.ac.in>  [d64a7f4ba80fa2a0a0ad2bddc6906ab6b78a23c8]

        implementing callback for ruler invalidation
        
        adding commands to fetch and changee ruler state
        '.uno:RulerState' and '.uno:RulerStateChange'
        
        Change-Id: I66107039a7ae5893691feb45c8ab2e4aa476ea76
        Reviewed-on: https://gerrit.libreoffice.org/40727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea43e0e3ceec30336273da0fb3d47c24073cffd2]

        display oncevar loplugin by default
        
        seems to be annoying some people. I'll run this one myself, and at some
        stage create some code for enabling a subset of extra plugins via
        configure.ac
        
        Change-Id: Ia95701f63f65751d75b5a3fecffb1fc1a82f38e0

2017-08-17  Noel Grandin  <noelgrandin@gmail.com>  [9881bea8d41997fb46579eb5f0314300159c96cc]

        remove unnecessary use of OUString::getStr
        
        Change-Id: I3d13e1c0bb6aa4a7aacc463198747c1368ebc9b4
        Reviewed-on: https://gerrit.libreoffice.org/38114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec4034c4a4f23574401ba2a74b635d9ed4befbc8]

        EPUB export: use real chapter names
        
        Instead of "Seciton N" placeholders, by backporting the relevant
        libepubgen commit.
        
        Change-Id: I7073658597205927eeefc4e63ec23bd95cf4f30c
        Reviewed-on: https://gerrit.libreoffice.org/41241
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6255575c475a25698a4c7145923abbb46f58313d]

        MSWord export: adapt interface to avoid const_cast
        
        If the implementation uses const_cast anyway, then it's clearer to just
        not pretend const at the interface level.
        
        Change-Id: Ib819efe9204440fde6dc2af890e5ff2769f4b9d3
        Reviewed-on: https://gerrit.libreoffice.org/41238
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e8acde112e1c6754df26902e79a78346ba45a2d]

        remove UL/L suffixes from integer constants on the RHS of expressions
        
        Change-Id: I899a8126c9d971601fea6c77eca165718aea0ac5
        Reviewed-on: https://gerrit.libreoffice.org/41237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Varun Dhall  <varun.dhall@studentpartner.com>  [006a7b50546c57e260245d4630de565705f2fc38]

        Removing unused serialisation code
        
        Change-Id: I86911c77f0831d448ff803afae2a74ec55ad4dd8
        Reviewed-on: https://gerrit.libreoffice.org/41233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-17  Stephan Bergmann  <sbergman@redhat.com>  [a82af43b526c9eca38f74f51d9af0c99c62f8121]

        Clean up uses of OUString::fromUtf8 around string literals
        
        Change-Id: I9a2990e49c95a01ce505f13408be8c19db1cf5d1

2017-08-17  Tor Lillqvist  <tml@collabora.com>  [a70f9fffe7d2751ca0401c43c92e7fb8dea571d4]

        Remove an odd attempt at ASCII graphics
        
        Change-Id: I5acb745bae01a60995376d33347a39edc12d4118

2017-08-17  Stephan Bergmann  <sbergman@redhat.com>  [d973de6f5c2afd4b1f1116dfa7e4fda3fe146014]

        Put comment back next to code it pertains to
        
        31ad2d7af585e8f35a645482a92bdc37a66e64ca "vcl: remove unnecessary included
        headers" had broken 598d8194b0ea1a64e0ebba28a86c128bafa57c7c "Visible function
        type RTTI for Clang -fsanitize=function"
        
        Change-Id: I16e4bb0bdded85f9a6edbd235a53c3a9bbdb7214

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4602c791f081e64a289eec69426727f26c95188]

        add sal_uLong to droplong loplugin
        
        Change-Id: Ief92b4ee97f561613bc730a91c27fe192f485d77

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff1f6a5fc25db062e9a83521a657062f62f03ba6]

        remove UL/L suffixes from integer constants in initialiser/call expressions
        
        Change-Id: Iae081567c4fa5b88edbd12cf2fbafd2b8f31b300
        Reviewed-on: https://gerrit.libreoffice.org/41214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [224b770fa77fe12ad5dc543ce020aca316b6558d]

        remove UL/L suffixes from shift-by-constant expressions
        
        Change-Id: Ia470f643e3eefeccc14183133603db260460bd53
        Reviewed-on: https://gerrit.libreoffice.org/41212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-17  Dennis Francis  <dennis.francis@collabora.co.uk>  [b2cb3196868deb499bb91fc9bdbe6c8f7d1e9033]

        tdf#86019: Use ChartDataRowSource_COLUMNS as the chart...
        
        ...data row source if there is atleast a sequence along a
        column.
        
        Change-Id: I24838a704d31f83fa51efa2eb44b489affe86f35
        Reviewed-on: https://gerrit.libreoffice.org/41202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [791f93e01a847f475cd3f1ad5bf947ee1a45314e]

        Fixup source layout in emf+ parser
        
        Non-functional change, cleaning up dog's breakfast in the
        grandfathered binary parser.
        
        Change-Id: If3592959b1580e869413910460ccf5b6c9f6f25d
        Reviewed-on: https://gerrit.libreoffice.org/41230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-16  Varun Dhall  <varun.dhall@studentpartner.com>  [75933b220d48bceff25b07cfc4b55c70a2e24917]

        Rename SfxItemPool GetSurrogate to CheckItemInPool
        
        Change-Id: Ife08e05a9fcbadea86c005a2e9defb7cef9b5acc
        Reviewed-on: https://gerrit.libreoffice.org/41231
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-16  Varun Dhall  <varun.dhall@studentpartner.com>  [bc11bee358a3bcdf49ef60ee0449bcd053c00d74]

        Removing unused serialisation code from svl
        
        Change-Id: Ia22ea346610e925cc6d499b0cc4bc768a419f909
        Reviewed-on: https://gerrit.libreoffice.org/41229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-16  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [e67dbbf9d21552a583889628df909c2a21cbd785]

        new EMF+ Parser: Basic implementation for Graphic Stacks
        
        Some basic code for push/pop events of the graphic stacks.
        Each draw/fill action is also transferred to the currend state.
        The implementation follows the one from the old parser.
        
        Change-Id: Ib6411046801023dfa72b16038a9e8ede4c628942
        Reviewed-on: https://gerrit.libreoffice.org/40867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [708eb7472349954de44ad0519b6680e668937d89]

        sc: drop dead code
        
        dead after a series of removals,
        last one commit 4d89865ef2026f40a9a4d66f3e047b77454e6fee
            new loplugin:deadclass
        
        Change-Id: I43caada8d846b29f08ffe9501f3dfba52b7b4e88
        Reviewed-on: https://gerrit.libreoffice.org/41228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Stephan Bergmann  <sbergman@redhat.com>  [e4745f7c5eb0eca18125b8703ae936ff24037638]

        Silence further warnings in external/boost/include wrappers
        
        ...as required by clang-cl:
        
        > [build CXX] avmedia/source/framework/modeltools.cxx
        > In file included from C:/lo64/core/avmedia/source/framework/modeltools.cxx:29:
        > In file included from C:/lo64/core/external/boost/include\boost/exception/diagnostic_information.hpp:23:
        > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/exception/diagnostic_information.hpp:17:
        > C:/lo64/core/workdir/UnpackedTarball/boost\boost/exception/info.hpp(103,13):  error: 'boost::exception_detail::error_info_container_impl' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor]
        >             ~error_info_container_impl() throw()
        >             ^
        > C:/lo64/core/workdir/UnpackedTarball/boost\boost/exception/info.hpp(172,21):  error: delete called on non-final 'boost::exception_detail::error_info_container_impl' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]
        >                     delete this;
        >                     ^
        > 2 errors generated.
        
        Change-Id: I026f7e72d027becb68ac9118616ed6d8f2ecbf80
        Reviewed-on: https://gerrit.libreoffice.org/41225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8dabae1678348ccae72d231598402f3c8d3be1e7]

        add a test for storing formula cells in the cache
        
        Change-Id: I094491c7a9be5384f88c30ed6a3271aa73674ad8
        Reviewed-on: https://gerrit.libreoffice.org/41222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e5271e180e1f0c6239b7b078d065d5979d86d21]

        also import formula cells again from the cache
        
        Change-Id: I116337f32151db4d897d88879acb0380fcedc161
        Reviewed-on: https://gerrit.libreoffice.org/41221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [802477ae75b39194442d9c01a1342d068c7b9300]

        i#95698 sw: fix crash on splitting in-table section containing a nested table
        
        Found by crashtesting, ooo95698-1.odt crashed sw layout on load. The
        intended use-case is splitting section frames inside a table frame, so
        can just blacklist the non-interesting table-in-section-in-table case
        that causes the problem here.
        
        Change-Id: Ic47cd8c46cc71f7eaa36b03ec2c4a5df8ca8051c
        Reviewed-on: https://gerrit.libreoffice.org/41224
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8b07ce585e8f323c4d9b6596e9f663a3e78492be]

        Translated "Methoden" to complete b1f6e6299cf5
        
        No more "methoden" in the tree...
        
        Change-Id: I4deec3c47bfab12beabd1b6d56c9b9c3c2b6c4a7
        Reviewed-on: https://gerrit.libreoffice.org/41226
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b44f30f0c9d1b400c7e352aadb0794c8d8239f27]

        Removed reference to deleted file
        
        cui/source/dialogs/cuires.src has been deleted on commit
        00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: I2030a352a9538cf46e3ce078c21d30d3af979284
        Reviewed-on: https://gerrit.libreoffice.org/41191
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [90eed411478bb8049b143fb7e964f0be76c30841]

        Deleted referenced file
        
        svtools/source/contnr/svcontnr.src has been deleted on commit
        00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: I0b8a470f141ec64b1a3d410606f52bad1a926cbc
        Reviewed-on: https://gerrit.libreoffice.org/41193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [06aaedb29255efefa3575711f4fe38df20687ef8]

        Removed reference to deleted file
        
        extensions/source/propctrlr/formres.src deleted on commit
        00657aef09d854c74fb426a935a3e8b1fc390bb0
        
        Change-Id: I54853e383be936623299ae6a36fe1809add28e2a
        Reviewed-on: https://gerrit.libreoffice.org/41192
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Michael Stahl  <mstahl@redhat.com>  [f0ef7d06a0953afaa9627f0a1ff08c9f2b412b74]

        tdf#70280 crete-tags: tweak the UNOIDL regexes
        
        To more precisely get definitions of top-level entities;
        particularly nice for interfaces where we don't want to find the
        ubiqitous forward declarations.
        
        Change-Id: I8e0e67506d5c67bfff351c4129c3e7eeda6e67a5

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e0f197fc76209282ad582cf79b6141346fc5cd2]

        handle formula cells also in the python script
        
        Change-Id: I8a68cbd68db89c3e30827fa449e18f6c13f4d6e0
        Reviewed-on: https://gerrit.libreoffice.org/41220
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b06c374a3f2acbd1412bb195fc424ff3ce64d8b2]

        add formula cells/groups to the cache
        
        Change-Id: I04a8055f4df27a080291362ef31ccf559fa709cf
        Reviewed-on: https://gerrit.libreoffice.org/41219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dbf05779a3986ad03960196c216118a258110bb7]

        Fix typo
        
        Change-Id: I3f5997ecf2ac05aa62385e20ddc5ee5de2aba1e6
        Reviewed-on: https://gerrit.libreoffice.org/41195
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Tor Lillqvist  <tml@collabora.com>  [5cd23da971f10d1367acaabf528d14f0374fedc3]

        WaE: C4702: unreachable code
        
        Change-Id: Ic7e21ab6718c246f9fa3ae127827d8d6a1bdbbc3
        Reviewed-on: https://gerrit.libreoffice.org/41213
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-08-16  Jens Carl  <j.carl43@gmx.de>  [44534763dee2593edf0efef744a6de500b32855a]

        tdf#70280 Add UNOIDL support to ctags
        
        This supports the UNOIDL language constructs Enumeration, ElementName,
        Structure, Interface, FunctioName, Service, and PropertyName.
        
        The values are mapping to ctags as:
        
        UNOIDL          ctags
        
        Enumeration     e,enum
        ElementName     m,member
        Structure       s,struct
        Interface       i,interface
        FunctioName     f,function
        Service         g,service
        PropertyName    p,property
        
        Change-Id: I4ca5dcb289360f7630a85bb3a62ec3b60a8a88e6
        Reviewed-on: https://gerrit.libreoffice.org/40911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-16  Ximeng Zu  <uznomis@yahoo.com>  [985474a03f902e088d25e005a7d6499037ed8e12]

        [Android Viewer] Fix windowSoftInputMode
        
        Fix the wrong parameter in AndroidManifest.
        When changing android:windowSoftInputMode,
        one should not specify multiple "adjust..." or "state...".
        
        Change-Id: I0dcacd846d4fe5c2976fe1708b29086b98f2607b
        Reviewed-on: https://gerrit.libreoffice.org/40686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-16  Mert Tumer  <merttumer@outlook.com>  [a149042c120d46f6121d2fe85584de2e5860b064]

        Ability to change Font Color and added a new Color Picker on Android Viewer
        
        Change-Id: I1d22749a446e451196f0819322cb04ed7d7befae
        Reviewed-on: https://gerrit.libreoffice.org/37840
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7299bdf02746d23de98d3237e47eba365a9657a5]

        external data: apply the transformation still in the fetch thread
        
        Change-Id: I0509a569f47fcf838ea5c102e6fd0c6e765a0152
        Reviewed-on: https://gerrit.libreoffice.org/41208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Michael Stahl  <mstahl@redhat.com>  [17192ce5588f84192d1dd0d963622bda48566fdc]

        tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4
        
        perl cli_ure/source/scripts/increment_version.pl cli_ure/version/version.txt cli_ure/version/incversions.txt temp.txt && mv temp.txt cli_ure/version/version.txt
        
        perl cli_ure/source/scripts/increment_version.pl unoil/climaker/version.txt unoil/climaker/incversions.txt temp.txt && mv temp.txt unoil/climaker/version.txt
        
        Change-Id: Iaea028fc345d090317f7ebf128b683b4643a1093

2017-08-16  Michael Stahl  <mstahl@redhat.com>  [e0487a112984b8151450b07fb1c05deaedc973e5]

        cli_ure,unoil: always increment all CLI assembly version numbers
        
        There is a increment_version.pl, which uses the incversions.txt
        to increment the CLI version numbers.
        
        But it first checks that there are new published UNO types,
        and exits if there are none. Not sure where the input for that
        is supposed to come from.
        
        But the OOo docs claim that all version numbers have to be
        incresed for every release to work around some MSI issue,
        so change the script to do that and add an incversion.txt
        in unoil too.
        
        http://www.openoffice.org/udk/common/man/spec/assemblyversioning.html
        https://support.microsoft.com/en-us/help/905238/an-assembly-in-the-global-assembly-cache-or-sxs-is-missing-after-you-p
        
        Change-Id: I6190b53d1a3ff00b9fe014f86f7ec8cddef9904e

2017-08-16  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [50553df006f5fe8ac59cad3dcde0856735535b40]

        new EMF+ Parser: Implementation of EmfPlusRecordTypeDrawDriverString
        
        The Implementation follows closely EmfPlusRecordTypeDrawString.
        For each set of characters with the same PosY a TextSimplePortionPrimitive2D
        is created.
        
        Change-Id: I04e4d11dc3c4e1e5bd16aefa8e7f00556aa5282b
        Reviewed-on: https://gerrit.libreoffice.org/40716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aca98e591fcb15bbc9be38db087ef51192c53a68]

        add a way to restore from our new cache format
        
        Change-Id: I6eeaaf9ca05bed2a908143ae5f4daab6e098799c
        Reviewed-on: https://gerrit.libreoffice.org/41199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Jens Carl  <j.carl43@gmx.de>  [b1f6e6299cf5546bb5fdd5a6d97053c086458afa]

        tdf#39468 Translate German comments/terms
        
        Change-Id: I3c8d8ba10de007429b1cdf26f5e8b207f7cc5eea
        Reviewed-on: https://gerrit.libreoffice.org/41201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-16  Tor Lillqvist  <tml@collabora.com>  [11a8360087452c1599a392a211646dc1b6fc63cd]

        Add note about order or row, column, and tab as fields vs. parameters
        
        Change-Id: I45e0f9a95da20c1a3b6bdf2ac1387b3c14e3dad4

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2bb282656a19a399a101dbeadf157d10d4d5e4f4]

        SalFrame Handle* methods can return bool
        
        Change-Id: Ia28463e1c83aa496e8c389d1614f9b8a78100994
        Reviewed-on: https://gerrit.libreoffice.org/41209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Stephan Bergmann  <sbergman@redhat.com>  [963ebd4f5ed19ead2220940b9208541008f149f5]

        Re-ran bin/gen-boost-headers
        
        (missing external/boost/include/boost/exception/diagnostic_information.hpp had
        caused errors with clang-cl)
        
        Change-Id: Ibb84960e5da8fe73cb67aa5ad32a2c249ff921e6

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fb742489b2101c5e7cd8015d053695ce3066291]

        move deadclass plugin to store
        
        <sberg> noelgrandin, and is loplugin:deadclass even sound?
        
            struct B { B(B const &) {} }; struct D: B { D(): B(*this) {} };
        
        Change-Id: Idadd379b925aa6f9de6c625bffa8560ec4192ac7

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca83aad3703a2c3b28eb7cca43f3b6d2e9351aa4]

        convert dialog result methods from long->sal_Int32
        
        Change-Id: Id3c56a2c9f8f8813e3bbff4c4ae9156b2185fc9c
        Reviewed-on: https://gerrit.libreoffice.org/41206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [f80385d44814df4cef9fef025240a078f1996bec]

        remove unused param from CreateScNamePasteDlg
        
        unused since commit b3dfb1e807eba91eed35a02d74fe8a917c41ee6f
        "loplugin:checkunusedparams in sc"
        
        Change-Id: I53ac9e281a93651259eb39a145acbb89613d3e04
        Reviewed-on: https://gerrit.libreoffice.org/41205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Stephan Bergmann  <sbergman@redhat.com>  [2f2772267657b704dbc108f95ca3b9f49fb93be1]

        Dead code
        
        ...introduced with aeb3853a21435f00f225d751e56184e875bc46ed "osl: (Win32) check
        allocated pipe succeeded, otherwise needs to fail"
        
        Change-Id: Ieeb0b1755e74f583d1b52447eb84f7512eb07914

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b021f89f60208877427eaf004e25db8be3832f6]

        rename some unnecessary contractions, Lft-Left, etc.
        
        Change-Id: Idf4ab2d4d2550a02c0c50a981d94c67b111082a9
        Reviewed-on: https://gerrit.libreoffice.org/41204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5d9b5ffc423cbb314cde1f66f7bebf4db30b1e6]

        add python script to interpret the calc cache format
        
        Change-Id: I5d66024024b8150fad67397a0debc40aab1ae5fc
        Reviewed-on: https://gerrit.libreoffice.org/41200
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ad52186048e023234039f8344612b5123bb5700]

        introduce a way to write a simple data representation to a stream
        
        The format used is column orientated and allows quick import and
        export of the table content. This will be used for the external data
        to cache the results of each transformation step in the UI.
        
        Change-Id: I6e1bfd3b3384cbfadeb98fb995dfd0b03d5e6eb6
        Reviewed-on: https://gerrit.libreoffice.org/41198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Varun Dhall  <varun.dhall@studentpartner.com>  [b021353dd62c3d8c9ee0281753b88f6304a2514d]

        Removing unused serialisation code
        
        Change-Id: Id31c8de69043d393f005f83d5c7eba878af5119c
        Reviewed-on: https://gerrit.libreoffice.org/41149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b607f62fde45a907f17545f4073e53d308b4cd1f]

        external data: add HTML data provider test
        
        Change-Id: I594581ce388221760554f6272ee3af761f172c05
        Reviewed-on: https://gerrit.libreoffice.org/41197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03b55edc3e7ca0fc3ff842e6ca1f4e7477a4d6a2]

        external data: add the deterministic mode also for html
        
        Change-Id: If253b2ff2b4f38ba45a2be7f66dfbcb65ed9be74
        Reviewed-on: https://gerrit.libreoffice.org/41196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc9a2ba677ce3fcd46c2bbef6e8faeacb14292c1]

        assert on duplicate listener in SfxListener
        
        To enable finding the source of the duplicate calls, I add new SAL
        API (only for internal use) to retrieve and symbolise stack
        backtraces.
        The theory is that it relatively cheap to just store a backtrace,
        but quite expense to symbolise it to strings. Note that the
        backtrace() library we use on Linux does not do a particularly
        good job, but it gives enough information that developers can use
        the addr2line tool to get more precise info.
        
        Explanation of fixes in the code that triggered the assert:
        
        In SwFrameHolder, we need to only call StartListening() if the
        pFrame member is actually changing. We also need to call
        EndListening() on the old values when pFrame changes.
        
        In SwNavigationPI, there is already a StartListening() call in
        the only place we assign to m_pCreateView.
        
        In ImpEditEngine, we need to ignore duplicates, because it is
        doing a ref-counting thing. By storing duplicates on the listener
        list, it doesn't need to keep track of which stylesheets its
        child nodes are using. Given that it therefore will see
        duplicate events, there is probably some performance optimisation
        opportunities here.
        
        In MasterPageObserver::Implementation::RegisterDocument, we
        seem to be getting called multiple times with the same
        SdDrawDocument, so just check if we've been registered already
        before calling StartListening()
        
        In SvxShape::impl_initFromSdrObject, do the same thing we do
        elsewhere in this class, i.e. only call StartListening()
        if the model has changed.
        
        Change-Id: I7eae5c774e1e8d56f0ad7bec80e4df0017b287ac
        Reviewed-on: https://gerrit.libreoffice.org/41045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-16  Tor Lillqvist  <tml@collabora.com>  [747a38a77df7b9d1365670d32d604c2fa69e869f]

        Further clarifications
        
        Change-Id: Iff2b184b8764e459165b7254b32d7ffb810fb3db

2017-08-16  Tor Lillqvist  <tml@collabora.com>  [5d3ccb02b5e41d7d16fbde7bf413c4722613f6c2]

        Clarify use of "release build" concept
        
        Change-Id: I598b600ca93d86c4c0bc433ae9432ccd7f264192

2017-08-16  Tor Lillqvist  <tml@collabora.com>  [fe06dbd3b160d52c19af6b3e738c64c7150fd39a]

        Make help message for --enable-assert-always-abort match what it actually does
        
        Change-Id: Ie1948c87fd790184fd556617384b1824f85e81ec

2017-08-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ee1174e7b530d251b0c2707421a5f28c0431c06]

        remove leftover debugging output
        
        Change-Id: Ide78daefced91fff2efeeb25dace6f722acfa3e9

2017-08-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [377e158587e93f26b5d8ab526d7410ddac730a3d]

        Fix typo in building
        
        Change-Id: I727d50ce4725f10efbeaedd70ed961e726f99a5e
        Reviewed-on: https://gerrit.libreoffice.org/41190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-16  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [fd64103319a28fedb44cdc0438887914dba396cb]

        oovbaapi: Allow copying of multiple selections
        
        Change-Id: If098b44d2627d86795cea4e4211d357d1a562dba
        Reviewed-on: https://gerrit.libreoffice.org/41176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-08-16  Stephan Bergmann  <sbergman@redhat.com>  [014c30d12945f3c48e3b4758a01fa0721d1ec3c3]

        Re-add external/harfbuzz/ubsan.patch
        
        ...after 5aab2900dfdc9f12adda378470149670a2a069df "tdf#109142: Update to
        HarfBuzz 1.4.8".  The parts that were still relevant for 'make check' are:
        
        * 6694ce6b542367074667e4445a6b7f50568a2729 "external/harfbuzz: Work around ASan
          out of bounds warning"
        
        * 99f7aacd5b39a0f79351d8d7568b2e43d39878cb "external/harfbuzz:
          -fsanitize=function"
        
        * ca9a08bbf7d42727a93b5f725784308a3590c0fe "external/harfbuzz: Silence
          -fsanitize=nonnull-attribute" (plus 83a9c8e046dfcaccdb1114ec5a386a11fcca3a02
          "build fix")
        
        Change-Id: Ibff2a7c52c5de60ae00744acd2ef481bbb08706c

2017-08-16  Justin Luth  <justin_luth@sil.org>  [b6e0fcf85696b65aff160661a6f89d84a4e27962]

        DomainMapper_Impl: add check for m_xTextFactory.is() where missing.
        
        To test: make CppunitTest_writerfilter_rtftok
        
        These crash triggering instances were hidden by the presense of \super
        in topcontext-2.rtf - so I copied it, and only removed \super.
        
        My fix for tdf#109382 triggered a unit test failure for one
        missing m_xTextFactory. It seemed safe enough to test for all of them
        that aren't in try/catch blocks, not just for the specific
        instance I can prove with the test.
        
        Change-Id: I1e317e05f9bcbbb14360941ce07af1bdf0edac6a
        Reviewed-on: https://gerrit.libreoffice.org/41060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dd82d0d68065ab95e20a1a489f4130299a8669e]

        tdf#107480 RTF import: fix HTML automatic spacing in styles
        
        \htmautsp changes the meaning of \sbauto and \saauto, but the auto
        keywords may appear early in style definitions before \htmautsp arrives.
        This wasn't a problem before commit
        1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305: writerfilter RTF
        import: override style properties like Word, 2014-06-17), as there the
        right auto keyword interpretation was repeated as direct formatting.
        
        So fix the regression by not deduplicating these keywords, which brings
        back the correct layout. A larger rework is necessary in the future to
        delay the parsing of the stylesheet table, that would be a cleaner
        approach.
        
        Change-Id: I783d2175483bc80ead0a511ad15c4b75e4ab663c
        Reviewed-on: https://gerrit.libreoffice.org/41187
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c0cb8cb25cc028e8f4f4bc06ae1a07882cd8dbfd]

        tdf#111767 Make the Input Field dialog less confusing
        
        The first field isn’t editable, so show it visually. Make the actual
        editable box have the default focus. Drop the unnecessary heading.
        
        Change-Id: Icf0d5fc3ddb9b9af6d04045899d9e8476a217bba

2017-08-16  Gabor Kelemen  <kelemeng@ubuntu.com>  [39915524df98bae8ce8cea2549016b62b41a89d9]

        tdf#111797 Fix alignment of 'For the current document only' checkbox
        
        Change-Id: Ie7cc004e02e3bb1ac8d52a9c0b67b9fa9f946c8c
        Reviewed-on: https://gerrit.libreoffice.org/41167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-16  Varun Dhall  <varun.dhall@studentpartner.com>  [5be19d80f47cca8260cb46ac6e54ac19e5ea2705]

        Replace stringify by Equals in SdrObject and SdPage
        
        Change-Id: Ia4cf7a5382a05061ff98f423cf5640a51015236d
        Reviewed-on: https://gerrit.libreoffice.org/41182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-16  Michael Stahl  <mstahl@redhat.com>  [8aae35170281c8b8799f64db749d89155315cf7d]

        SfxItemSet::Equal: ignore parents if the pools are different
        
        If there are parents, they are necessarily different pointers for
        different pools; the only sensible way to compare them is by-value,
        which is a bit tricky because the items overwritten in the child
        should of course be ignored.
        
        Rather than rewrite the whole function, just ignore the parents for
        now, because this comparison is currently used to replace compares
        of the serializations of item sets, and SfxItemSet::Store()
        completely ignores the m_pParent, so this looks like the best
        replacement.
        
        Change-Id: I0a4bf44d4fef49e47a3ec78bc7d977a6fcbd789d
        Reviewed-on: https://gerrit.libreoffice.org/41186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [f42200a08a733ad592a5587043b052882e17fc45]

        tdf#109210 - Non-standard background color at the new controls
        
        Change-Id: I381626d80470db18044d517c2c8bb76b2bc6a829
        Reviewed-on: https://gerrit.libreoffice.org/40879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-15  Michael Stahl  <mstahl@redhat.com>  [e026cf6e2f215cdf93a4cab331f0f1f292beb9d3]

        xmloff: fix crash on exporting non-loadable external image URL
        
        As seen on exporting rhbz739243-1.odt, the xGraphic is null in that case.
        
        (regression from 4469b29faeb8dbf7793a5d81d9c5ddebacf3015f)
        
        Change-Id: I535d67eeddc1b9bdf2562fc3b54a97e38ab0354c

2017-08-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [01bca61907433705950cdd78734851ac41def493]

        Disable subset LB when search mode is enabled
        
        Change-Id: Ic8fa88f1e471fe3eab965e5f0106de0348e62ec0
        Reviewed-on: https://gerrit.libreoffice.org/41161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1bb07b763560b7af64da27025b8f6299308b62a6]

        gpg4libre: update libgpg-error and gpgme to latest
        
        * libgpg-error has some fixes around autogen & win32 critical sects
        * gpgme has a few nice additions around keyinfos
        * update lib versions to deliver
        * remove external/libgpg-error/fix-autoconf-macros.patch -> this is
          upstream now
        
        Change-Id: I5a58ac15a485621c54ca1c7a768268e8a541256c
        Reviewed-on: https://gerrit.libreoffice.org/37926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-15  Justin Luth  <justin_luth@sil.org>  [73e7619d903d5fc79ea339ab2c5b4c1ef3cf326e]

        tdf#109319 writerfilter: set DropCap.Distance
        
        Change-Id: I3ec06e9a196897c095f227e9f765243c6c188898
        Reviewed-on: https://gerrit.libreoffice.org/41185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-15  Rene Engelhard  <rene@debian.org>  [b72766bc4d9be138063bedda00a7b98573505784]

        deb#872001: stop shipping mimelnk desktop files
        
        they are KDE3 only and we don't support either KDE3 nor TDE anymore
        anyways
        
        Change-Id: I80198c2b63298c0bb3220f3641b6e45107797426
        Reviewed-on: https://gerrit.libreoffice.org/41159
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2017-08-15  Justin Luth  <justin_luth@sil.org>  [ddb8f498a336cb6a76a06bb65406579e50447d39]

        tdf#109318 writerfilter: don't increment DropCap lines
        
        I have no idea why the original implementation used ++nLines
        when setting aDrop.Lines. Unchanged since mass import from OOo in
        2008 commit 614f53dda31f14fe89303dc1809fc29350c1ba29.
        
        Change-Id: If427dcea815e91d2cccb2c11044cdb393bff09e3
        Reviewed-on: https://gerrit.libreoffice.org/41184
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-08-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [f9af8a35fc1aad055af2b5e6b6eab45a7d060719]

        tdf#111337 - Introduce alternative workflows at the special characters dialog
        
        Change-Id: I6a8fe2476adc5c4379c76dfaef090d1b5cd81ea0
        Reviewed-on: https://gerrit.libreoffice.org/41170
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6f39c47fb477f16c65631523b0c18b4f262fadf]

        EPUB export: initial index support
        
        Split output by chapters. The index is still basic, just "Section N"
        entries so far.
        
        Change-Id: I4db659ee4110ab30f4b75f44c41f958533ddad7f
        Reviewed-on: https://gerrit.libreoffice.org/41177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [26b97ba18e72f7c25c836177d895d429162a0120]

        tdf#111696 No macro security dialog with High setting
        
        Regression from commit 528632660b72b105345945c13c5b68060d94a91b
        "convert ErrCode to strong typedef"
        
        Why this is necessary I don't know. Only the change in ehdl.cxx is
        necessary to fix the reported bug, bug fixing the other one too because
        it operates in the same way.
        
        I know that the other arrays that get passed here look like:
        
        { NC_("RID_UUI_ERRHDL", "....."),
        ErrCode(sal_uInt32(ERRCODE_UUI_IO_ABORT) & ERRCODE_RES_MASK) },
        
        but RID_ERRHDL in svtools/inc/errtxt.hrc does not, it looks like:
        
        { NC_("RID_ERRHDL", "...."),
        ErrCode(ERRCODE_SFX_MACROS_SUPPORT_DISABLED) },
        
        I'm guessing that somehow before my conversion somehow the code was
        stripping the top bits off the error codes?
        
        And why we need to strip the top half of the error code off at all is
        also a mystery.
        
        Change-Id: Iebca026ddf80e24ed74802410693adf90ea36047
        Reviewed-on: https://gerrit.libreoffice.org/41172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-15  Gautam Prajapati  <gautamprajapati06@gmail.com>  [cad80f35f4944ebd23ea7818e7a3e9e825b55b28]

        Fix and enable NSS build for Android
        
        Change-Id: Ifa8e01542ed0e7d72bfc9684f36b6dee9e185df4
        Reviewed-on: https://gerrit.libreoffice.org/40645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3281628e1cf66f51f414436cd2002e0a63ec4750]

        loplugin:redundantcast ignore functional casts involving typedefs
        
        <sberg> noelgrandin, 718cdd43c25783d9cd402e381123efe3981cc514 now also
        looks through typedef sugar, e.g. complaining about a gdouble -> double
        expl. conversion in configmgr/source/dconf.cxx;
        I think we want to remain silent about such conversions involving typedefs
        <noelgrandin> sberg, ah, good point.
        
        Change-Id: Icbb0d6be273f53e507c91556cf0ccb5a5c03e5a1
        Reviewed-on: https://gerrit.libreoffice.org/41175
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [688624b78484bcb17c732b9c14dbb516fb6b28b4]

        tdf#109217 - State of the favorite button is not updated immediately
        
        Change-Id: Ibc93277c71e51709d56345e8934f045c60d322ca
        Reviewed-on: https://gerrit.libreoffice.org/40914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [718cdd43c25783d9cd402e381123efe3981cc514]

        loplugin:redundantcast, find more functional casts
        
        In the enum types that caused the problem look like this when I dump
        then:
        
        EnumType 0xdb45770 'enum SvxFrameDirection'
        `-Enum 0xdb456d8 'SvxFrameDirection'
        
        SubstTemplateTypeParmType 0xdb61200 'enum SvxFrameDirection' sugar
        |-TemplateTypeParmType 0xd7518f0 'EnumT' dependent depth 0 index 0
        | `-TemplateTypeParm 0xd7518a8 'EnumT'
        `-EnumType 0xdb45770 'enum SvxFrameDirection'
          `-Enum 0xdb456d8 'SvxFrameDirection'
        
        Change-Id: Id8fedabe43b7a27df61a2320a9acbf54d2dc7882
        Reviewed-on: https://gerrit.libreoffice.org/41169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4cd418692ed71e31fdf2fbd85cef89aa29df55c9]

        Updated core Project: help  319e2f6b226de998f9945a2325deb608ce1b20a0
        
        tdf#111777 correct help page for named ranges
        
        Scrolling suggested named ranges is done with Crtl+Tab keys
        
        Change-Id: If57beb17528a291e7b08f768378d15c67f1149d9
        Reviewed-on: https://gerrit.libreoffice.org/41125
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ca42c10485d52fafed1be46ddc53d106e00b6225]

        Updated core Project: help  c9fc9a65717e174477d11ae4b5d13dfae17848a3
        
        tdf#111651 'Styles and Formatting' -> 'Styles'
        
        Change-Id: Ic4db58aa04d21c514987cdbeaed5d11292d79b85
        Reviewed-on: https://gerrit.libreoffice.org/41103
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-15  Khaled Hosny  <khaledhosny@eglug.org>  [5aab2900dfdc9f12adda378470149670a2a069df]

        tdf#109142: Update to HarfBuzz 1.4.8
        
        Should fix the Tibetan long U issue.
        
        Also reverts this commit as depending on auto-detection for a required
        feature is not a very good idea. The underlying issue is fixed upstream:
        
        commit 5985bed1764358a515c378c80bb60b4d35bad6b1
        Author: jan Iversen <jani@libreoffice.org>
        Date:   Mon Jun 12 14:51:42 2017 +0200
        
            iOS, harfbuzz libcoretext not found
        
            changed --with-libcoretext
            from "yes" to "auto" for IOS and MACOSX
        
        which seems to be a misguided attemp to fix the build breakage
        introduced in:
        
        commit b3559e5c6ce036b1a4fe96c0ffc935e0c94a7b10
        Author: jan Iversen <jani@libreoffice.org>
        Date:   Sun Jun 11 19:35:53 2017 +0200
        
            iOS, patch harfbuzz
        
            Add support for arm64
        
        Also had to drop ubsan.patch as it no longer applies, hopefully it is no
        longer needed, otherwise it is always good idea to submit such patches
        upstream.
        
        Change-Id: I91643c542c0a5a00f36d5564052787eedef8c9cf
        Reviewed-on: https://gerrit.libreoffice.org/41124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-15  Tor Lillqvist  <tml@collabora.com>  [a69850bc0bb8ff90d5676259c42c5e98a7f11150]

        Change HardRecalcState to enum class
        
        Change-Id: I8b20ce6b58915c37e6d4caa11d2f4c724864a257

2017-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [185e197724c1e2cdb07ebb94be617c856d45d96f]

        EPUB export: initial span support
        
        Characters under <text:span> (and not only under <text:p>) are now
        handled.
        
        Change-Id: Iac353005423d65f446b9f93519957f4caeaf1c7a
        Reviewed-on: https://gerrit.libreoffice.org/41164
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec630a00212c90d5a6e57264dd3fb9c3f31a1f53]

        sw: prefix members of SwOLENode
        
        Change-Id: I2b79ae40afad8c392f219f1798ce44b41649e5b9
        Reviewed-on: https://gerrit.libreoffice.org/41163
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-15  Tor Lillqvist  <tml@collabora.com>  [7172a7e4a64a67d43d16c2fbdbe9015fb5bf5a0c]

        tdf#96099: Get rid of one more pointless typedef
        
        Change-Id: If50b022cabb0a94297cdb13c58f80884c33892d3

2017-08-15  Tor Lillqvist  <tml@collabora.com>  [b051f4baa9f25e5d00fca941162b4515c76331ec]

        tdf#96099: Get rid of one more pointless typedef
        
        Change-Id: I669b020f2f251ef14cbfff78f6e186876ea0127c

2017-08-15  Varun Dhall  <varun.dhall@studentpartner.com>  [57db6e24b5ad43d447c30e44a112c74c7e75b46b]

        Removing old SfxItemSet::getHash usage
        
        Change-Id: I902da0f6e00253d5daf4bf65784dade2ae02740c
        Reviewed-on: https://gerrit.libreoffice.org/41155
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8ee4530b90ca7c7967fad00f059236a2b0b57607]

        remove redundant SvxFrameDirection casts
        
        and replace remaining C-style casts
        
        Change-Id: Ie83e2706391c05946ab46dfd7d26059101579153
        Reviewed-on: https://gerrit.libreoffice.org/41143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-15  Stephan Bergmann  <sbergman@redhat.com>  [b50d6a593dbd4e17cf2caee0e6765a0d22f49e76]

        Remove unnecessary user-provided copy functions
        
        ...with the added benefit of the implementation-provided versions being trivial
        and so avoiding GCC 8 -Werror=class-memaccess when these classes are subject of
        memcpy/memmove in store/source/stortree.cxx and store/source/storpage.cxx.
        
        Change-Id: I684109d8743eb7f1fa57c6925d738b11d934a7cf
        Reviewed-on: https://gerrit.libreoffice.org/40977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-08-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3dfb1e807eba91eed35a02d74fe8a917c41ee6f]

        loplugin:checkunusedparams in sc
        
        Change-Id: Ib4572899caeb7bc2dceb2c188ceb306b8ffc9193
        Reviewed-on: https://gerrit.libreoffice.org/40629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [48fedbfb73fb3bb0abd9f5201d6d7ecc6e9ed6ef]

        sw RTF export: indentation fixes
        
        Change-Id: I33e20b23430483ce318c98a43bde07200802a4d6

2017-08-15  Takeshi Abe  <tabe@fixedpoint.jp>  [bebaac5eb6ebd2db3e1ea22b1630111343a9c25c]

        tdf#100864 Assign a tooltip to the button to close pane
        
        which appears at the top-right corner of both Impress's
        Slide Pane and Draw's Page Pane.
        
        Change-Id: Ida52ccc35e42546cd6260001e22335b04608034d
        Reviewed-on: https://gerrit.libreoffice.org/40803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46aba1db9a8e43da03f4db580b8dc9de7b850b00]

        external data: add merge column transformation
        
        Change-Id: I112650bbb0ed279b386389e7df6b372bde080b62
        Reviewed-on: https://gerrit.libreoffice.org/41157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ecec2dbcff2870c385b0814203b1883887eddec]

        external data: add split column transformation
        
        Change-Id: I7a06f1a5c3f28b47288b0a2b191a34cd81efb439
        Reviewed-on: https://gerrit.libreoffice.org/41156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a19dc104ec008f0bb44676d63d4764c6d7442a0d]

        Related to tdf#109863: Crash when trying to modify background slide style
        
        Remove character highlighting tab from background style
        since there is no text content in the background.
        
        Change-Id: I5fcc3c76a3e60a37c3be72a14fa2f6668875bab6
        Reviewed-on: https://gerrit.libreoffice.org/41154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [882e9ff39f1a6a450fff3569d09124ab1b7ceae1]

        Fix typos
        
        Change-Id: Ic95ec7c8a36ef5d19eac93b7eed8a7de2ec8904f
        Reviewed-on: https://gerrit.libreoffice.org/41153
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf410b712b069455f598ad3f8cdaa7bc37411c9d]

        external data: add first test for data transformations
        
        Change-Id: I300cf3b9f094c912eb4b7618e405ad320e43e008
        Reviewed-on: https://gerrit.libreoffice.org/41147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0080a8c69f1ff1fd19a0c735012a2037569b8f1]

        external data: add initial work for data transformations
        
        Change-Id: I728ca764a2ea2926f8b8f76ea576b8be1091a29a
        Reviewed-on: https://gerrit.libreoffice.org/41146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f9f0fafe0549f4073b1fcc493f1614c2f3631e0]

        external data: handle child elements of td correctly in html provider
        
        Change-Id: Id4451c13931eaf52adebca13fd237ba6d73a880c
        Reviewed-on: https://gerrit.libreoffice.org/41145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [16b3a46ce0c94f7dfba8d391dd48ee82ba0f1d0f]

        Creating a button for the hamburger menu
        
        Things done in this commit:
        - Created a hamburger menu button on the right.
        - Moved the opening menu to match the new hamburger button.
        - Added 1 pixel at the end of shortcut toolbox so no overlapping with
        the tabs would occur.
        
        Change-Id: I3d05eec72e260575563e4d016945af0777541cfb
        Reviewed-on: https://gerrit.libreoffice.org/38450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b8db1ebc98d4a4ec54fd7be4ebc3aedc97b9f21]

        updater: fix -Werror=undef problems
        
        Change-Id: I5a76a302419e911f541ad75e85ed6462ebe5f07f
        Reviewed-on: https://gerrit.libreoffice.org/41148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f1344d8b53c458fad3ac2b5e9ac4abf7ad64aa3]

        external data: avoid crash due to exception when downloading fails
        
        Change-Id: I96c310cf28c29795b1b211e430d944a9efa5353b
        Reviewed-on: https://gerrit.libreoffice.org/41144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a7ed6a9731f0101fe1454638135bb30f5dcb4f88]

        updater: fix dependency for desktop test
        
        Change-Id: I699124813f375185b408a1a0c4f49a91b518971e
        Reviewed-on: https://gerrit.libreoffice.org/41141
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ba7aea158e201441a134e30e323323e7ef145e8]

        updater: reference the correct new static library name
        
        Change-Id: Ib5920b27429f8414db761387645713498a60904f
        Reviewed-on: https://gerrit.libreoffice.org/41142
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-14  Tor Lillqvist  <tml@collabora.com>  [1a4cb299def3e98dc4968c82b5c9ed12717061fc]

        Fix testVLOOKUP to actually use formula groups
        
        Change-Id: I3e2b626731a3508d1c4cd8abbe6de1660dbef11f

2017-08-14  Tor Lillqvist  <tml@collabora.com>  [872c130afbf314478c35c868ed24a2449489838b]

        Test VLOOKUP, try to handle various special cases and errors
        
        Change-Id: I0ea9b9d882bf95c81ad784537671e22cb48d8c65

2017-08-14  Varun Dhall  <varun.dhall@studentpartner.com>  [ec2abbca3d9befc4192452555a9433d267a47d58]

        Removing unused SetVersionMap from editeng
        
        Change-Id: I04b2cb17271365a7967e51c7d551f538ee9a5c68
        Reviewed-on: https://gerrit.libreoffice.org/41102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-14  Varun Dhall  <varun.dhall@studentpartner.com>  [cf9a90c60f4bedd94d72465b13449f2ccf089d28]

        Removing unused SetVersionMap from sw
        
        Change-Id: I453efd9fd93941dcdf193b461de1377b76506cde
        Reviewed-on: https://gerrit.libreoffice.org/41099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-14  Varun Dhall  <varun.dhall@studentpartner.com>  [78b3e279ca3a3da1e7a49756bc1edee82fc943a0]

        Removing unused SetVersionMap from sc
        
        Change-Id: I16e4a80b721e8f419352ed2d546bd3d7197ed4f7
        Reviewed-on: https://gerrit.libreoffice.org/41101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-14  Varun Dhall  <varun.dhall@studentpartner.com>  [38984e9351a0230b0a56fb7277f7b19722350d8d]

        Removing unused SfxItemPool serialisation from svx
        
        Change-Id: I778ae09c4b0fd3e18a37db4aa3f2affda2c8e86c
        Reviewed-on: https://gerrit.libreoffice.org/41053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-14  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [eee6d1a90dd74808fb7825102c4ee38ea4919cbf]

        Using static_cast instead of dynamic_cast:
        
        This is just a downcast and the object is always expected
        to be SvXMLImportContext.
        
        Change-Id: I755b6b366144d86104b1284fabe3dba74fb54452
        Reviewed-on: https://gerrit.libreoffice.org/41063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c3bd1d482ece1f2217cc87069179161f6a5bb56]

        new loplugin:droplong
        
        The types 'long' and 'unsigned long' are different sizes on different
        platforms, making them wholy unsuitable for portable code.
        And when I mean different sizes, I mean 64bit Linux and 64bit Windows
        have different bit sizes.
        
        Change-Id: Id4d8cd709bf71a3f85ed6515fae2b0a21ae8c25d
        Reviewed-on: https://gerrit.libreoffice.org/41130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-14  Tor Lillqvist  <tml@collabora.com>  [11535357df4e4ec828435229ff784b9868ee583a]

        Test division and especially error handling
        
        Change-Id: Ife4396bf8856178194497b724d4635468a58994d

2017-08-14  Tor Lillqvist  <tml@collabora.com>  [3452d662632b3ac3a3092a83c227780444a85b99]

        Bin some unnecessary temporary code
        
        Change-Id: Ia9fef2a500ed0a6177612e845aa58976c602a66f

2017-08-14  Tor Lillqvist  <tml@collabora.com>  [b74f584e3bf146e149d8fc4ff4534acd8afcc830]

        Delete sheet when done
        
        Change-Id: Ic35d21ee2cc5ab1481dd5b72150bfc8c82237f80

2017-08-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e980d98dea38e71379f3ec02ab03fbff15022e5c]

        tdf#109863: Crash while trying to set pattern fill in Impress
        
        This line was missed to add in this commit:
        76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
        
        Change-Id: I2fb8c90b34ecbdfdd2bdc62adaa5e0a0d074ce33
        Reviewed-on: https://gerrit.libreoffice.org/41129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [787732fac0aef255bdc51479fdaddf15532d118e]

        Decrease duplicated code
        
        Change-Id: Icadb800c8c31649a8db3da68ff6e9761a8f4d916
        Reviewed-on: https://gerrit.libreoffice.org/41128
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [7dcad908dff72df319b82d2be6e7b11c4d395a95]

        vcl: Drop unused #include
        
        Change-Id: If0b27ed7d837000cfe5b3d30180096cd2bfab510
        Reviewed-on: https://gerrit.libreoffice.org/41047
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-08-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5d1f948cfcaec6127080cd035734492c1bb1d9b2]

        Use the proper names for enabling\disabling master slide objects
        
        Same name are used in slide context menu (Slide Features submenu).
        
        Change-Id: I0063f35b0577f7600f6f053a95a9c83630dff186
        Reviewed-on: https://gerrit.libreoffice.org/41127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-13  Caolán McNamara  <caolanm@redhat.com>  [1845eec0198200bbdac636057d9e3f62e326e3ac]

        ofz#3028: use of uninitialized values
        
        Change-Id: I87bf37e4ae559c8057ac34b7d6dea52cf9468540
        Reviewed-on: https://gerrit.libreoffice.org/41114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-13  Noel Grandin  <noelgrandin@gmail.com>  [5b3b0a91edc4c468c7c9c132cd066c0d25de9706]

        tdf#110988 Middle click does not paste primary selection
        
        regression from commit 65b7b6322b662785bf032e66c76abc36c9a2bb0e
        "loplugin:unusedenumconstants read-only constants in vcl"
        
        Change-Id: I262dd4c9cd1dc6eca82521f5fd9fbfc952fb7745
        Reviewed-on: https://gerrit.libreoffice.org/41111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Julien Nabet  <serval2412@yahoo.fr>  [6801d00ccd3878b0e90ceb7c1d9ff599c384a240]

        cppcheck: really remove the memset
        
        Change-Id: Ic84e5ca6175d718548e9ee4f9f406ffc899f791a
        Reviewed-on: https://gerrit.libreoffice.org/41121
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-13  Noel Grandin  <noelgrandin@gmail.com>  [92a9411040410a16532177d5dde8ca8968bcc12b]

        log details of exception when we catch std::exception
        
        Change-Id: Ibfaba3473b11e24381d5a71a722c021ecde3488b
        Reviewed-on: https://gerrit.libreoffice.org/41112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [3f72879a8e54e18f3ad587f7284b84db592c8d1a]

        tdf#85909: EDITING: Native tables visualization not refreshed
        
        ... after changes to borders
        
        Regression from:
        26b06662ebc3e5d664400bc95c39d6220de03136
        "avoid repeated table layouting (fdo#75622)"
        
        It was a performance change, but it was a bad idea to avoid
        table layout refresh on this way
        
        Anyway I added a call for border update even if not all
        the table layouting is done. I tested with the test
        document attached to fdo#75622, import time seems similar
        so it does not cause perfromance issue to do that.
        
        Change-Id: I7c6fcf105c89233512390dc2ecbd111a32f6779a
        Reviewed-on: https://gerrit.libreoffice.org/41116
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26020c84ab10cd5c10b9a603b365d6107f1a5b21]

        updater: fix crash on windows while creating the updater command line
        
        Change-Id: I606f5ede0fe70af4b30c68a10b7c400612fddaee
        Reviewed-on: https://gerrit.libreoffice.org/41115
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8b123b4b00bbc5094ff79491d2675b476087632]

        updater: fix the updater path on windows
        
        Change-Id: I69ff622c12a289c4ac240ee4a7313eeffc3203b9
        Reviewed-on: https://gerrit.libreoffice.org/40987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93d641caceecb953fa268745c29a0c9fb30f6457]

        updater: use desktop.updater log scope consistently
        
        Change-Id: I242890aeda4820ada6f06e4cbe01b73d5faf549e
        Reviewed-on: https://gerrit.libreoffice.org/40924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e7b9c6826f07b724b433e978b0f580460168752]

        updater: make sure we pass the correct path for the updater executable on win
        
        Change-Id: Ia7655317582b891e109f3b310498264cc59a3924
        Reviewed-on: https://gerrit.libreoffice.org/40923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25ac5330e84b5e8c55cd81c7fd0c84c8aa889d47]

        updater: call the updater executable on windows
        
        Change-Id: Ibbcfea2e42bc55cf5c018bfb1856be7f1981f57d
        Reviewed-on: https://gerrit.libreoffice.org/40922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-13  Julien Nabet  <serval2412@yahoo.fr>  [596f866ee9e3acee114d3b4638df3f9000d93cc7]

        cppcheck: Using 'memset' on struct that contains a 'std::unique_ptr'
        
        + use constructor initialization
        
        Change-Id: I52cb85bf7102dd3f8cf2105fc1c23229b76f28bc
        Reviewed-on: https://gerrit.libreoffice.org/41107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa05d7604276a353f3629254195dea8a76389612]

        fix loplugin:externandnotdefined
        
        Change-Id: Ic819c0304b2f45481a77e53c4b6564d5ac3f2950

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07a9c704fc6b0022a06597c514019e12466711c4]

        Revert "cppcheck: variableScope"
        
        This reverts the updater related code changes. I still might need to
        merge Mozilla changes into the code once more which becomes much more difficult
        with unrelated changes.
        
        Only helpful fixes for now please.
        
        Change-Id: I67b386d12d03250323cce21f4f65b262ce4abcf9

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8c72ab48bf150da05435d93991e1e9c9f47ce4fd]

        external data: add a test that shows that cropping to DB area works
        
        Change-Id: Ic883a5f625d54bf8cc95785a9ab1a83f0c8aa2ec

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a9814090c260a2e3154bff36792fcd7d86cf60c]

        external data: reenable the test and adapt to new interfaces
        
        Change-Id: I2d82b560e0bd499eb85c6ce22f5969f82dfe8937

2017-08-13  Caolán McNamara  <caolanm@redhat.com>  [c2c3d86770efc1e39860441d625fcb3b4be7c58e]

        add char highlighting (background) tab to graphics styles dialog
        
        Change-Id: I2cf3872116ae59051847d73612a2f4f8385d34d8
        Reviewed-on: https://gerrit.libreoffice.org/41030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-13  Caolán McNamara  <caolanm@redhat.com>  [6284804c2ccb3ad8bb6e1c1dac8d622f66b8c07d]

        move the SvxBackgroundColorItem<->SvxBrushItem conversion
        
        into the dialog itself
        
        Change-Id: I83db9f02145a4927257dd5691f82dad1a11eaea6
        Reviewed-on: https://gerrit.libreoffice.org/41029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f70e978f4bf223d7edbb4c3a981f46938a3b3ed1]

        cppcheck: variableScope
        
        Change-Id: I4dfbd80cf06acb4968556a78d3eaf394757073dc
        Reviewed-on: https://gerrit.libreoffice.org/41110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0b133fdb67cc56fba46ec355283144e611e8bf83]

        tdf#61561 Increase limitation placement and enlargement
        
        Limit placement to +/- page size
        Limit enlargement to - object size/+ page size
        
        Change-Id: I180dc8dfd3ce24e917b9e0893bb640aa9995293b
        Reviewed-on: https://gerrit.libreoffice.org/36815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Julien Nabet  <serval2412@yahoo.fr>  [68b0a61f7d4f89fd25b7725830b828c821da7dad]

        Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)
        
        + initialize pSalBmp+pSalMask to nullptr
        
        Change-Id: I320e9cf98ef8224e98303bec1e58f59dc5b1ad4e
        Reviewed-on: https://gerrit.libreoffice.org/41097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-13  Julien Nabet  <serval2412@yahoo.fr>  [1a6d617136941f5aab6d49c883f80fb62512f54d]

        cppcheck: Prefer prefix operator
        
        Just replace the initial loop by a for range loop
        
        Change-Id: I4c7e3be29f50b16e12cd82a39f53f6e03830a1d9
        Reviewed-on: https://gerrit.libreoffice.org/41106
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-13  Noel Grandin  <noelgrandin@gmail.com>  [f1a896c71c495bdef5861eb664581507b6b9b5bb]

        fix some ErrCode IgnoreWarning() usage
        
        In some places I used the new IgnoreWarning() method, and that
        was not a faithful translation of the previous code.
        
        Regression from commit 528632660b72b105345945c13c5b68060d94a91b
        "convert ErrCode to strong typedef"
        
        Change-Id: Ie53f7a6b1830e5977510a0c32926e0c70c42dcd3
        Reviewed-on: https://gerrit.libreoffice.org/41105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-13  Noel Grandin  <noelgrandin@gmail.com>  [bec5a2ac82b5178f6e765494c2003febe8ab51da]

        fix ErrCode::MakeWarning
        
        regression from commit  528632660b72b105345945c13c5b68060d94a91b
        "convert ErrCode to strong typedef"
        
        Change-Id: If4827f81b142e3e67c4c36bc0505012cf0880f37
        Reviewed-on: https://gerrit.libreoffice.org/41096
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e0b1754a7878d34604dbdd589855f546ca158bd]

        external data: pass the whole string to the csv parser
        
        Change-Id: I221027f8613eaacd4fcb46d31e33185abeadae48
        Reviewed-on: https://gerrit.libreoffice.org/41093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b37ce3664ad8f97bc1f97f7ef64669168268c60f]

        Updated core Project: help  5f88c56e4312f3527f2f953e5ed2dc4ea5438701
        
        tdf#97745 Enable page debug for 6.0
        
        Fix url detection in help.html
        Connect xhp file displayed to opengrok
        Hide momentarily debug control
        
        Change-Id: Icab467ee797d3ec94082a7b3b722bfd2485b5b2e
        Reviewed-on: https://gerrit.libreoffice.org/41100
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-12  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [98d7a294180915a0b090000e808fe65c64695b5d]

        tdf#89139 Fix PivotCache fields according to OOXML specification
        
        Apply changes to fields:
         - XML_containsInteger
         - XML_containsBlank
         - XML_containsMixedTypes
         - XML_containsSemiMixedTypes
        According to OOXML specification
        https://technet.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.shareditems.aspx
        
        Generally OOXML specification allows listing items for mixed items (example: STRING + NUMBERS).
        This patch is fixing that.
        Example of mixed types:
                <cacheField name="pwdLastSet" numFmtId="0">
                    <sharedItems containsDate="1" containsBlank="1" containsMixedTypes="1" minDate="2014-07-07T09:30:31" maxDate="2017-03-24T08:38:46" count="4">
                        <m/>
                        <d v="2016-06-15T12:18:34"/>
                        <s v=""/>
                        <d v="2017-03-21T10:27:39"/>
                    </sharedItems>
                </cacheField>
        
        Change-Id: I02b07c79bea60890e3c995dd70cb5c72901a3d4a
        Reviewed-on: https://gerrit.libreoffice.org/40610
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-08-12  liongold  <beimaginativeegroup@gmail.com>  [67c801243fb82833be3b0f0cf0719427d1867088]

        Updated core Project: help  6c20b138bbf088d5f2a11cd1143c1d084c9c27af
        
        tdf#109213 - Changed hotkey for switching between absolute and relative referencing
        
        In this commit, some small changes to the English is also done.
        
        Change-Id: I5abd3d9d7dc278202cf87228fbb8395b06f89126
        Reviewed-on: https://gerrit.libreoffice.org/40976
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-12  Olivier Hallot  <olivier.hallot@libreoffice.org>  [13e68d7226cb2da96c99fe096e1cc35582715e30]

        Updated core Project: help  76e45cc04b952b4eaae805b27b4d64268d9a2bd2
        
        tdf#111413 Slide Master -> Master Slide'
        
        Change-Id: I444e72f87133ea8b22541319c0deeb31b4103cc5
        Reviewed-on: https://gerrit.libreoffice.org/40997
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [853781f96bd03ad95e6fefff02064106232dbcf6]

        try to please ubsan
        
        tinderbox Jenkins_Linux_Ubsan fails with:
        > /home/tdf/lode/jenkins/workspace/lo_ubsan/svx/source/svdraw
        > /svdedxv.cxx:462:48: 
        > error: default initialization of an object of const type 
        > ´const std::vector<basegfx::B2DRange>´ 
        > without a user-provided default constructor
        >  const std::vector< basegfx::B2DRange > aEmptySelection;
        >                                         ^
        >                                                        {}
        
        we have to use value initialization instead of default initialization
        
        Change-Id: I1e5e1266ac76e27afcbe57bc1414fd6ac774c9be
        Reviewed-on: https://gerrit.libreoffice.org/41071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e07bf6aadb301407add5d4c6fff73b3be8bd63a2]

        external data: avoid deadlock when the thread needs the SolarMutex
        
        Change-Id: I222f2031dbd55515db63b1360c8248ec24e6c89d
        Reviewed-on: https://gerrit.libreoffice.org/41092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32708687dbb496e6b8d74c806126f0f28a3ac2a2]

        external data: introduce a deterministic mode for the tests
        
        Change-Id: I5804800216bd7d22b89a4e54d3f46cc3520f7c42
        Reviewed-on: https://gerrit.libreoffice.org/41091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Ivan Safonov  <insafonov@gmail.com>  [c88d4ddfcdbf3fcaf7eddbfc56ec9e15392ecf85]

        tdf#96099 Remove ActionSharedPtr typedef
        
        Replace ActionSharedPtr by its definition.
        
        Change-Id: Iedd14c85169230d961f0707671885451875529d7
        Reviewed-on: https://gerrit.libreoffice.org/40340
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a4dd1fa2a851f678d728ed342a59d48f8cc74ea]

        external data: add html data provider
        
        Change-Id: I4ae266707f5cf3b5231f726082950f90df3ca1eb
        Reviewed-on: https://gerrit.libreoffice.org/41083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Julien Nabet  <serval2412@yahoo.fr>  [5059000f219c2709616bf1f919ca8e99a56e3054]

        OSL_FAIL->SAL_WARN + display errcode (vcl/errinf)
        
        Change-Id: I59afb67fb160319e73adf2e5874e6f1825a3879d
        Reviewed-on: https://gerrit.libreoffice.org/41089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [18b3edcfbd9c47efc6b29feb6a77a5a89bc9cd25]

        orcus: underscores are allowed as starting character in xml names
        
        Change-Id: Ib379831bb0725d97bc79681af7a2052ccd553c79
        Reviewed-on: https://gerrit.libreoffice.org/41081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [dfac13b483ba38ce6f61cd0a1e5757c6a08ab296]

        Avoiding unnecessary OUString allocation:
        
        Using direct strcmp instead of mapping. This is one
        of the hotspots and will help improve performance.
        
        Change-Id: I97a452984d53a6746f477ffe4be2806d9e89eee4
        Reviewed-on: https://gerrit.libreoffice.org/40928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-08-12  Christian Barth  <Christian.Barth@zoho.com>  [6d34c6eed0a35ac5db918baf742692241c2dc5e9]

        tdf#107197: Replace relationship URI
        
        Replaced URIs in sc/source
        
        Change-Id: I5227d4d471cf7e579c8c6ec43e0ea3d04b65b331
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/41062
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-12  Christian Barth  <Christian.Barth@zoho.com>  [1d2b564ecbb758d70bde1cb2a9bef741bd895443]

        tdf#107197: Replace relationship URI
        
        Replaced URIs in sd/source
        
        Change-Id: If035c10c680fc106eeddb08d127a337701adb85c
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/41056
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0375de72a5d53463cb9ce12ca7a12adf1037cd07]

        better error reporting for xml source feature
        
        Change-Id: I1ad9329904fe6d705a1a05b9cd65123b5e010014
        Reviewed-on: https://gerrit.libreoffice.org/41084
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65722772f00a40b8ca8adf21e31c22295ef7d215]

        enable the xml source feature when the experimental features are enabled
        
        Change-Id: I066b2927c5e22664b7a4e96549da3a02ec4c99d3
        Reviewed-on: https://gerrit.libreoffice.org/41085
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a5f9baf4113ce9c160f8bef3230cfe4a0a1d1e1]

        external data: move code to own directory and split file up
        
        Change-Id: Ia1037c7b80c492585fb903e712d1743ed2ed00d6
        Reviewed-on: https://gerrit.libreoffice.org/41082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1195c097126c4986462857d01e27ee33352fbd1]

        orcus: xml header is only mandatory in xml 1.1+
        
        Change-Id: I28aa8a2f340cb1a100dfa5d10d8d6e9b8dac2479
        Reviewed-on: https://gerrit.libreoffice.org/41080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-12  Christian Barth  <Christian.Barth@zoho.com>  [2d05d0ed9fabb001be8d4fb93e3ecf9323977f69]

        tdf#107197: Replace relationship URI
        
        replaced URI in oox/source/export/
        
        Change-Id: Ida65ee05cd0dc66ccdd3253260c6523ffd5ceae2
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/40996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-12  Christian Barth  <Christian.Barth@zoho.com>  [c8696bd396e013b07944930d4267bfc9da827d5a]

        tdf#107197: Replace relationship URI
        
        Replaced URIs in sw/source/filter
        
        Change-Id: If73c30e9d590742568a3009a6d593f1b3249a5a4
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/41055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [595cfbc432b8d4bef5d1a078beb389c3b49535cd]

        Add ActiveX control tests
        
        Change-Id: I26e5ea3a5c3711139d88476b435a3a0b50dd9cb3
        Reviewed-on: https://gerrit.libreoffice.org/41074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-12  pv2k  <vidhey96@gmail.com>  [bfdd81f72c817ad5cb3fb0ec8636f3a8f08e9170]

        tdf#105966 Solved Increment:Automatic checkbox problem in Area->Gradient tab
        
        Change-Id: I7025b63df830853867b1b6dd17b7985ec16be83b
        Reviewed-on: https://gerrit.libreoffice.org/38882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5f3baf45723a11987c0a0ddaa1ca1cebafcccde3]

        tdf#95178 Homogeneous columns are a huge waste of space
        
        This becomes a problem in other languages, such as German
        and Spanish, which have longer strings.
        
        A downside of this patch is that the options no longer look
        aligned when you switch tabs.
        
        Change-Id: Iffb49d5411cc655bd16b78a9470da7dc661077ca

2017-08-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7b999fff4b38b92678ded2265cba9c275411b360]

        Removed duplicated include
        
        Change-Id: I68286aaf7bce262cfc6d371490221e910a3ba7c6
        Reviewed-on: https://gerrit.libreoffice.org/41040
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa2265c511bcf704f116e71c3cd440e4fe133289]

        EPUB export: improve metadata handling
        
        Handle language and document modification date, these two were the
        remaining ones where EPUB3 mandates a value.
        
        With this, the default values are not used if the document has custom
        values.
        
        Change-Id: Ief36e8143a530fe03ae9f96bbf5b3e33527f1555
        Reviewed-on: https://gerrit.libreoffice.org/41052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4eddfffaa1d2fd76a4c8a1013c11d80ccd8f1b2]

        EPUB export: add initial metadata support, document title
        
        librevenge also uses librevenge:descriptive-name next to dc:title for
        this purpose, but the later seems to be recommended in new code.
        
        Change-Id: I3c3887911945ad14960c7cbbccfa66716e519893
        Reviewed-on: https://gerrit.libreoffice.org/41044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7634b279a53e7212925566e0de25d721fa7598ac]

        vcl: use default copy-ctor for TextAttrib
        
        Type of TextAttrib (mnWhich) never changes, const it up.
        Derived classes can use implicit default copy-ctor.
        No need to explicitly delete default-ctor if there is
        a user provided ctor.
        And no need to define a default override dtor here either.
        
        Change-Id: I7a0d1896f659801319dc5fa74844df94c5888a7b
        Reviewed-on: https://gerrit.libreoffice.org/41022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d89865ef2026f40a9a4d66f3e047b77454e6fee]

        new loplugin:deadclass
        
        look for classes which only have copy/move constructors, and so are
        effectively dead
        
        Change-Id: I0b844f301e2200c2b40031856bfdb0b0e2c8f77d
        Reviewed-on: https://gerrit.libreoffice.org/41039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-11  Julien Nabet  <serval2412@yahoo.fr>  [84fc4dec5f419cbe30fa6ac4e228f083837f7887]

        Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part2)
        
        Delete "sub arrays" of headerNames which is macabfield **
        before calling delete headerNames []
        
        Change-Id: I11b6d5483ed91eb2805b68ace1b06eafd23b707d
        Reviewed-on: https://gerrit.libreoffice.org/41054
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-11  Julien Nabet  <serval2412@yahoo.fr>  [5d065a77adf82948909fa76ea0f0ea98f89fd3e6]

        Related tdf#111634: Multiple memory leaks in libmacabdrv1
        
        CFRelease multiLabel since has been created from OUStringToCFString
        
        Change-Id: Ic997c026737ebf31049682835d4047f3297f077d
        Reviewed-on: https://gerrit.libreoffice.org/41003
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [65edadcc76969d58a8a4e7b889d7124d3274048b]

        CppunitTest_sc_parallelism: fix loplugin:stringconcat warning
        
        Change-Id: Ibab8db1c798312f34a5b8e0178b10c21299a5c7c

2017-08-11  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [4b149e04ca37056642badab9d18c51857d52e946]

        SmartArt: fix duplicated text
        
        in some diagrams there are two shapes for the same node - tx and sp
        sp should be just space, so remove text from it
        
        Change-Id: I832651918294bd458148a23d6cc1e59c545adc13
        Reviewed-on: https://gerrit.libreoffice.org/40913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-11  Mark Hung  <marklh9@gmail.com>  [c3579e74dec0db203566df1e356af9b06374ef9c]

        tdf#89409 Render ruby inside the grid in standard mode.
        
        In standard mode the text grids are rectangle and do not have
        dedicated space for ruby text. The ruby text either overlap
        with base text of the last line or clipped ( after scrolling ).
        Move ruby text inside the grid in standard mode as if there
        is no grid, and algin text to the center to keep the original
        text-to-text alignment behavior.
        
        Change-Id: Ia75ee016f9d492e4e73da6d7245aaeff40cbe1f3
        Reviewed-on: https://gerrit.libreoffice.org/40632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-08-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [63767e542b91c8bb8d6347e46f2c52cc8bd2dc86]

        Revert "Build with kde5, first stab"
        
        this was meant to go to a feature branch *sigh it must be Friday

2017-08-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [19805f85b35672e6d0ee16f8fb4b79a3e94fc05d]

        Build with kde5, first stab
        
        this is largely based on jmux's work
        
        Change-Id: I5897f3ecb90f83a29e0824bfe7a0ea875347e360

2017-08-11  Tor Lillqvist  <tml@collabora.com>  [244f60531260cf6e88e764b5c271d5c9183b5d1a]

        Add a unit test to be used to test parallelised calculations in Calc
        
        Currently only tests SUMIFS.
        
        Yes, it would be nice if some of the already existing unit tests would
        work for this need, too. But there are various reasons wny not. Also,
        don't want to interfere in ongoing work by others.
        
        Change-Id: Ie9008a4a1a8c26eff4f2ab0bc91294b2239f0ae1

2017-08-11  Matthias Freund  <matti_lx@secure.mailbox.org>  [f75f116a22480023aefa50ce6ec637a7e6d6f2e8]

        tdf#98315 Function Wizard showing Breeze icons when in Sifr theme
        
        New icons and updated links.txt.
        
        Change-Id: Ibdc0ba550b07e88bfd7798da028cf59315295c89
        Reviewed-on: https://gerrit.libreoffice.org/41024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-08-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [50ce9e40148ad507e60e3deb4c1ac3b5b23cb5ff]

        m_pPostponedVMLDrawings is unused now
        
        Change-Id: Iec685588ef7a1d5284072ebc8fcadc07dae67364
        Reviewed-on: https://gerrit.libreoffice.org/40999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a3672d34030461f49610c47c0a1b4a9f9fd51ed]

        sw: fix typo in SwXStyle::GetStyleProperty
        
        OSL_ENSURE -> SAL_WARN_IF forgot to invert the condition in commit
        6abe9cfa924236b9915888470723fec612e1a16d (refactor out to limit scope:
        RES_PARATR_OUTLINELEVEL, 2016-03-11).
        
        Change-Id: Ie0272e7e178e1065d4b619deafbb4e33fcd5d14d
        Reviewed-on: https://gerrit.libreoffice.org/41018
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-11  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [114d3b369ae765ce106ffebfeac4498598b6c6b7]

        Remove useless if check
        
        And the return in the default case, which could cause the UI element to
        stop updating
        
        Change-Id: I29d35818b015f71890f615a02ea215034c048326
        Reviewed-on: https://gerrit.libreoffice.org/41020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-11  Caolán McNamara  <caolanm@redhat.com>  [da3d4d2160ee71ebef9aa42ad4b9f2af9da2ed02]

        Resolves: tdf#111571 crash on restarting writer with modeless biblio dialog
        
        Change-Id: I2663f84c28721f61c1ed7c8d92a228cafa8f1177
        Reviewed-on: https://gerrit.libreoffice.org/41036
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [db17a874af37350b3270932175854ee674447bc1]

        convert std::map::insert to std::map::emplace II
        
        Change-Id: Ief8bd59c903625ba65b75114b7b52c3b7ecbd331
        Reviewed-on: https://gerrit.libreoffice.org/41019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dd8a400bbbb1b8d5592a870f2036a4df3d005a7d]

        vcl: remove dead TextAttribHyperLink
        
        couldn't even find a proper ctor beside copy-ctor
        
        since commit e19c00ed76f5d46c3b88d2721b9ac84fcaaed97c
        Date:   Wed Jul 13 13:30:48 2011 +0200
            callcatcher: remove unused TextAttrib stuff
        
        Change-Id: Ia7f0bd1dcc725beb8cc53bb82372a4cce3ec68b0
        Reviewed-on: https://gerrit.libreoffice.org/41012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-11  Caolán McNamara  <caolanm@redhat.com>  [e7c0bd4df01744a744847a94c7a04746787e5157]

        error: ‘class configmgr::NodeMap’ has no member named ‘emplace’
        
        Change-Id: I434739024afa97d05b5cf6e959973d845fdb2dfe

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [01fa5e8e8f0204447e5fa2e7849575ea89cd9b41]

        EPUB export: write legacy ToC as well
        
        Tolerated in EPUB3, and some readers not yet fully supporting EPUB3
        (just EPUB2) actually need it.
        
        Change-Id: I8b52d081a939c74052f3945cc21c834c2af8bb7d

2017-08-11  Caolán McNamara  <caolanm@redhat.com>  [a162b21c2b393534a9f6433c9b2b674aaaecf1a7]

        improve scoping a little
        
        Change-Id: Ie2e86852f7c4754070d3eb7e8981d674f04a6d80

2017-08-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [884be65e0edafe5f3433ef8ff0e6d30ced7c1a46]

        Drop Java Applet security setting key
        
        Its last code pieces using it were dropped in 2011:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=a564531ea35bd859a74703a4330ba4149295d0cc
        
        Change-Id: I9ad68a442b3e6c3b29002e677ec0e99edb181ffe
        Reviewed-on: https://gerrit.libreoffice.org/40857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [d347c2403605c5aa3ddd98fb605366914acab79f]

        convert std::map::insert to std::map::emplace
        
        which is considerably less verbose
        
        Change-Id: Ifa373e8eb09e39bd6c8d3578641610a6055a187b
        Reviewed-on: https://gerrit.libreoffice.org/40978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-11  David Ostrovsky  <david@ostrovsky.org>  [f0e68d4feaaa43f7450432ad1ebd92c2b572400f]

        python3: upgrade to release 3.5.4
        
        Change-Id: I9300b2ec1e1dcedbcbfe793e1450166af1bf1944
        Reviewed-on: https://gerrit.libreoffice.org/40944
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5f740414d37729b293709a70619caab39a02eb7a]

        Fix typos
        
        Change-Id: Ia36c8abe91e8c2ac46498e88def59a9887711ba1
        Reviewed-on: https://gerrit.libreoffice.org/41014
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-11  Varun Dhall  <varun.dhall@studentpartner.com>  [8b3fcb6a4f80e803586120535768745f6637b34d]

        Removing unused SfxItemPool serialisation from svx
        
        Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1
        Reviewed-on: https://gerrit.libreoffice.org/41000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-11  Michael Stahl  <mstahl@redhat.com>  [f78aadea74b99ba71f930c7cf52352da9ee965e9]

        tdf#105705 sw: fix another case of bookmarks becoming un-sorted
        
        The loop in SwTextNode::Update() that reassigns bookmark end positions
        away from the node to a temporary SwIndexReg can stop prematurely in a
        particular situation where there is a bookmark that is expanded and with
        both mark positions at the critical "rPos" insertion position, and also
        both their SwIndexes consecutive in the SwIndexReg::m_pFirst
        linked-list.
        
        What happens then is that the iteration gets to the first of the 2
        consecutive positions of the bookmark, then calls GetMarkEnd() on the
        mark, which happens to return the other position, which is already
        stored in the "next" local variable.
        
        That other position is then moved to aTmpIdxReg, and in the next loop
        iteration GetNext() is null as it is the last one in aTmpIdxReg and the
        loop terminates.
        
        Thus various bookmark end positions don't get preserved, or the
        bAtLeastOneExpandedBookmarkAtInsertionPosition doesn't get set, either
        of which can cause the bookmark array to lose its sort order.
        
        This was found playing around with Zotero 4.0.29.10, while switching
        between different citation styles.
        
        (regression from 6a5dbe73537642b06bcde782118a34b4593d17eb)
        
        Change-Id: Ia35ce0656bcb2d6af7ea189458af3942ff83e4da

2017-08-11  Akshay Deep  <akshaydeepiitr@gmail.com>  [469369b391c805938c46206286d11b45cd65b0ae]

        tdf#109216 - Alignment/spacing at the new controls in the special characters
        
        Change-Id: I7c07750e131060fb8ba796e7dcdc5f5bafcb1d74
        Reviewed-on: https://gerrit.libreoffice.org/40916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-11  Szymon Kłos  <szymon.klos@collabora.com>  [19b0171bbb6c2bcdab998b74a212dc68b1884e84]

        tdf#108494 fix regression
        
        * correct watermark position
        * insert also on left and right pages if headers are different
        
        Change-Id: Ibacfa6ea14bd8e9c1fd0d0b15de020b30d0a109f
        Reviewed-on: https://gerrit.libreoffice.org/40891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9456afaa5aa12926b1aa6b74ece1654d47e1c650]

        EPUB export: rework to use context classes
        
        Before writerperfect::exp::XMLImport grows into a God object. Also, if
        I'm at it, recurse into text:h to include heading text.
        
        Change-Id: Iede56d00dbede40186b6484d0be92a2ac2e4768e
        Reviewed-on: https://gerrit.libreoffice.org/41005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d30d029f4f95eed91c814469d700445ed6b019b]

        sw: fix inconsistent param naming in interface/implementation
        
        SvxPostureItem& rWeight is confusing at best.
        
        Change-Id: I70a7e94151f49bf3539af77160cd4a68b8753464
        Reviewed-on: https://gerrit.libreoffice.org/41006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-11  Caolán McNamara  <caolanm@redhat.com>  [e33184e40a8bc9790cb57a15ecc9cbc6d2b4f782]

        ofz#2906: direct-leak
        
        Change-Id: I61323f36922842ddc45b2a63a9ba7334c847a8fd

2017-08-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [840a97f98f03491256a93d95e6614d41cdcddbcf]

        sax parser: remove long-disabled code
        
        Entity ref and decl was disabled since 2014, let's remove it now.
        
        Change-Id: I35dac78b8530bab99e955bf68dfe3f8951a63f99
        Reviewed-on: https://gerrit.libreoffice.org/40998
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-08-11  Yousuf Philips  <philipz85@hotmail.com>  [4c60c80ab768f466f54507277861396151249e89]

        Correct icon size assignment
        
        Change-Id: I9cefadba78688aebbf93e63f0bf29dbe96839fea
        Reviewed-on: https://gerrit.libreoffice.org/38408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-08-11  Caolán McNamara  <caolanm@redhat.com>  [e2e71dd7f7e5cdc525c59aeb5f26a93663a444f0]

        tweak string convert table dialog to load the same with native gtk builder
        
        Change-Id: I5f6753645452b578d30909614cb3cc36ae3d7e64
        Reviewed-on: https://gerrit.libreoffice.org/40983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-11  Julien Nabet  <serval2412@yahoo.fr>  [027ef28177885cc803c1500430284610dee23f9a]

        Typos about "translate"
        
        Change-Id: I6047920ef5860f0f3535467d6af1d1bf0aa250af
        Reviewed-on: https://gerrit.libreoffice.org/40988
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5131f5ba19ebc5de17139dbcf373866a9b155b2b]

        editviewoverlay: corrected AttributeChange
        
        EditView on Overlay visualization needs to handle
        selection change when e.g. FontSize attribute of
        a selected text portion changes. Changed handling
        so that selection overlay is an integral part of
        text visualization overlay and refreshing text
        visualization always refreshes selection visuals,
        but not the other way around. Both anyways check
        for real change, so just extra testing is avoided
        which is still the better solution
        
        Change-Id: I3ce6570fd9a18a7c1d7ced4bc4ca9aeda57538e0
        Reviewed-on: https://gerrit.libreoffice.org/40993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [46b4eb8b0e9325f8c29cd391baf9504bccee1837]

        tdf#111492 Honor ODF 1.2 style tab indentation in XHTML export
        
        Change-Id: I9db61ed54b59b142d5198ec977044f7f52ba6b4d
        Reviewed-on: https://gerrit.libreoffice.org/40981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f12b59d17c88def06828117904f8d3cc5adf6fec]

        Add xsl files to .editorconfig
        
        Change-Id: Ic5e44527eb821b42b607cc805d6f2e6883a74755
        Reviewed-on: https://gerrit.libreoffice.org/40982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a52e11a2a54e24145f0ec8f7ddd6633f1bd9bc2b]

        Revert fallout from 772686adb99137733db79b7d1ab6ebb21bf93b4a
        
        Change-Id: I0f05373d76435341ab2fbbf93840686a3f702308
        Reviewed-on: https://gerrit.libreoffice.org/41004
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-11  Julien Nabet  <serval2412@yahoo.fr>  [05a338159761e012c2c8779f8927b0d709b4416f]

        tdf#111567: fix memleak in TemplateLocalView::insertItems
        
        Clearing mItemList at the begin of insertItems is a bad idea
        because it prevents ImplDeleteItems (called by updateItems,
        itself called at the end of insertItems) from clearing
        correctly mItemList
        See comments from bugtracker for more info
        
        (Thank you Alex for the precious info attached with memleak reports! :-))
        
        Change-Id: I04976dbb065d1369562649fc97c33f7fd599b107
        Reviewed-on: https://gerrit.libreoffice.org/40995
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-10  Julien Nabet  <serval2412@yahoo.fr>  [4e2b44860c2c304ea728c512b47ca07aaf1cd452]

        tdf#111318: Improve msg about pivot table/chart when removing a cell (take 2)
        
        Change-Id: I56e0fb1716d38471682084569d48907520922b26
        Reviewed-on: https://gerrit.libreoffice.org/40991
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-10  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [b946ab02b246e85c34f8fa77d99e19dacda07fe5]

        tdf#107797 UpdateAutoFilter handle more entries
        
        Prepare UpdateAutoFilterFromMenu to handle more entries.
        
        Filter items can be hold by more than one entries. In that case we have
        to remove all the old entries before updating.
        
        E.g. setting AutoFilter from vba script results in more than one
        entries.
        
        Change-Id: I4f18f26281d0b8e689cd331f9a66f4c344fb6c6b
        Reviewed-on: https://gerrit.libreoffice.org/40967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-08-10  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [7e728965b3f5a37a6f0bd75d616d2acb16c40f71]

        tdf#107858 oovbaapi: Autofilter always has header
        
        If AutoFilter created with vba macro, it should always use a header
        (because Excel does the same), regardless of the type of cells in the
        first row.
        
        Change-Id: I586e092ac62c893b9873cc4b988566d8f00636cc
        Reviewed-on: https://gerrit.libreoffice.org/40969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-08-10  Varun Dhall  <varun.dhall@studentpartner.com>  [97b889b8b2b2554ce33fd6b3f0359fc18f39832d]

        WIP: Removing unused SfxItemPool serialisation from svx
        
        Change-Id: I3222033fadd688959fd55e3f335540054fc418f4
        Reviewed-on: https://gerrit.libreoffice.org/40612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-10  Christian Barth  <Christian.Barth@zoho.com>  [88b0711aa5cda440805fa49f16f7c83ea0b2e292]

        tdf#39468: Translate some german comments
        
        Change-Id: Ie9062738de26b44394d4c91b31fab99a7777813f
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/40994
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-08-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc]

        Fix typos
        
        Change-Id: Ia138abbdb81f0c324721118d487392757f779a96
        Reviewed-on: https://gerrit.libreoffice.org/40971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a3016be1b5271affcc9e1f338c463dd727ebe53]

        external data: add a method to list all data providers
        
        Change-Id: I4bb29288dc16aa8c076a0957ea777e8e7451acf0
        Reviewed-on: https://gerrit.libreoffice.org/40966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0814bf35b2287e448e350c15d60d0400fd9e224c]

        external data: fix a few issues with the dialog
        
        Change-Id: I16358e785d4ebd6375c98b84f4a31d3fa604d734
        Reviewed-on: https://gerrit.libreoffice.org/40965
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4bd3b786b2d53fd08767e4efaa7abe9803610aae]

        external data: use the DB name instead of a DB pointer
        
        When we modify the DB range we create a copy and replace the original
        DB range with the modified one. Therefore, we would store a pointer
        to a deleted object. We can always get the range through the name.
        
        Change-Id: Ifce28efb7263c300c2c8722ac969807de1ab8b2a
        Reviewed-on: https://gerrit.libreoffice.org/40964
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [631023655da490f9e5c5721389ccd34b491307be]

        external data: import all the csv data
        
        Change-Id: Ifcb2c42594713ed263ef38c1ef0e8bc0efbce01e
        Reviewed-on: https://gerrit.libreoffice.org/40963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Julien Nabet  <serval2412@yahoo.fr>  [ec779d811ab5fcb0957f362086fe7856219bdff2]

        Revert "tdf#111318: Improve message about pivot table/chart when removing a cell"
        
        This reverts commit fac539889e32e5e47ca6b6da0a588abbe4cbe066.
        
        Change-Id: I1496f13119936e7be24345bc6f56469ce40b6080
        Reviewed-on: https://gerrit.libreoffice.org/40990
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f50ae88277d7fd652679e1ed763855ccd223f756]

        external data: some work on the dialog
        
        Change-Id: I4962688db1ccd766a7ff0e379033b5dc19a7462b
        Reviewed-on: https://gerrit.libreoffice.org/40962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a7883f40536fa32aab85260f967f5f3f7f53431]

        external data: make sure we don't use wrapping during copying
        
        Change-Id: Id369ea3be5c318704fa6907df30d11ef0764f65b
        Reviewed-on: https://gerrit.libreoffice.org/40961
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f2d41d101e0790ea50be3df7d14224357f3f9fb]

        external data: use the existing copy data functionality
        
        Change-Id: Id9eb9bcfaf67a17a945b69d8bc65c7180051f90d
        Reviewed-on: https://gerrit.libreoffice.org/40960
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84c2297b48fb5d37dd2db4695e669e8e67801e18]

        external data: remove some unnecessary concepts from the csv thread
        
        Change-Id: Ie0299307b32808f91f1043794a149eb8f8d4f948
        Reviewed-on: https://gerrit.libreoffice.org/40959
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95c25102aeefbc0082ba467755b91a483775e193]

        external data: move the copying to the document to ScDBDataManager
        
        Change-Id: Ic97dcc6418176630ceb50c0c6010c848f2302b59
        Reviewed-on: https://gerrit.libreoffice.org/40958
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  Jaskaran Singh  <jvsg1303@gmail.com>  [213a83ce46edf1b81f2285fd59f1d04935760caa]

        Add UI for the sc::dataprovider
        
        Change-Id: I29acc8903d5694e46e7575133ee852bbaae6eeee
        Reviewed-on: https://gerrit.libreoffice.org/40851
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-10  heiko tietze  <tietze.heiko@gmail.com>  [772686adb99137733db79b7d1ab6ebb21bf93b4a]

        tdf#88742 Renaming of Styles deck
        
        Styles and Formatting renamed to just Styles
        
        Change-Id: I058d41589cf94de556ed4b4e0e0fb7048be1eff2
        Reviewed-on: https://gerrit.libreoffice.org/40487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9630dc9cdad8cd734267db13a401a97078a1d47]

        EPUB export: write EPUB3 output
        
        EPUB3 was released in 2011, it makes little sense to target the older
        EPUB2 in new code.
        
        Change-Id: Ifdd547bfc7e8f097124ed3effe9053ee2e5f2163
        Reviewed-on: https://gerrit.libreoffice.org/40975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-10  Paul Trojahn  <paul.trojahn@gmail.com>  [5fc980154a968d8f48803289f0042d105dfc102a]

        tdf#109187 Fix OOXML import of flipped shapes with gradients
        
        The rotation of the gradient instead of the shape needs to be
        flipped because OOXML flips shapes before rotating them.
        
        Change-Id: I332412078ae0f8d555bd462964c7b20037147e02
        Reviewed-on: https://gerrit.libreoffice.org/40136
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c3f8727fe88e3073272f573516d5662ddcbbaa13]

        xmlsecurity: Log unknown xml elements for ooxml
        
        Change-Id: I0daf81ac91da1d6206282e486298d059b937bb21
        Reviewed-on: https://gerrit.libreoffice.org/40819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-10  Paul Trojahn  <paul.trojahn@gmail.com>  [3e33a2551532806b99f6c8ca415136cd3f2f9256]

        tdf#109317 Fix incorrect rotation of flipped custom OOXML shapes
        
        The shape wasn't imported correctly because IsPostRotateAngle wasn't
        set. As a result the shape was flipped after it was rotated instead
        of before. This commit removes 1c44b263 and converts the rotation to
        the internal format instead. This also fixes that ooxml preset shapes
        can't be exported to odf correctly and that ooxml preset shapes rotate
        in the wrong direction when rotated in LO.
        
        Change-Id: I9691902fdfb2cfecc8fe50d6eb66ac3880ddd4e8
        Reviewed-on: https://gerrit.libreoffice.org/40789
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-10  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [93a3739bf47ada4549b3c139c55a9b039c1db1ee]

        SmartArt: add nested shapes only if they are node's children
        
        Change-Id: I6527fc4166001ffc1e1e170b179cd4eadf55305c
        Reviewed-on: https://gerrit.libreoffice.org/40870
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0bb18896ad593bed31cc231c7779045ee907a43e]

        editviewoverlay: Adapted URL in edit mode
        
        For histotrical reasons a URL in edit mode is
        visualized in a single line. To keep compatible,
        also do this when EditView is on Overlay
        
        Change-Id: Ib11b1716aa558c13295a8a02e2845a88fa98ed11

2017-08-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [71a8c7a5c4dcd440ed603810467b80cc7265cd2f]

        editviewoverlay: correct reaction on property change
        
        Do not hand over LogicalSelectionRanges directly on
        selection change, better let the visulizer do what
        he needs. On AttributeChange, tge resulting repaint
        needs to refresh all OverlayObjects, not only text,
        but also the selection to make look okay e.g. at
        font size change
        
        Change-Id: Ibb9737c33d6f85a9f68df3edbb989c0443cd4a5c

2017-08-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [68eff5b6c28a136a79a7d7ad5c04e10f8ce69980]

        editviewoverlay: more cases secured
        
        Added support for vertical text, checked all
        combinations for text positioning, secured cursor
        stuff, ensured collaboration with LibreOfficeKit
        
        Change-Id: I98d1187700907c0c72abdccb9c9979496f6c20cf

2017-08-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4d3f92aa18d3419f861986a610e618c8f09b6ae2]

        editviewoverlay: EditViewSelection reorganized
        
        The Selection visualization in EditVierw is organized
        to use XOR for visualization, thus DrawSelection is
        used e.g. before and after changes to the Selection.
        Ensured athat all changers of selection have to use
        SetEditSelection by making return of GetEditSelection
        const. This allows to use a central and safe
        SelectionChanged which is needed for alternatives of
        Selection visualization.
        
        Change-Id: I994553f3be6b58fd595aa500922d8d1d8ddd36d4

2017-08-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f06b48a5dddab20fd1bbf9b5f3e8543593f5e590]

        editviewoverlay: Allow EditView to run in Overlay
        
        This is the first basic functionality to get the active
        EditView with EditEngine work in the Overlay which all
        Apps support. Reason is that the current EditEngine 'plugs'
        into the Window and uses Invalidate() calls to repaint
        deeply everything under a text change. While this is
        acceptable for simple cases it can get very slow when
        there are excessive, expensive to paint objects in the
        background, e.g. MasterPages in Draw/Impress with gradients
        and other stuff. This was avoided in older versions (LO51)
        by 'guessing' a good BackgrundColor by the EditEngine,
        not invalidating but painting actively using that guess
        (with better or worse results) which someone removed.
        For the future it is anyways the better way to get the
        EditEngine functionality to Overlay and using Primitives,
        this will be a first step. This may enable Text Editing
        without repainting the Background (fast), using a non-XOR
        selection paint and more. It will need thorough testing
        and further experimenting due to EditEngine being used in
        many places (DrawObjects, Calc Cells, Formular Fields,
        Controls, ...)
        
        Change-Id: Ib9eb0f3999fd61a82ddf7a60ab1ea6ccda3a60da

2017-08-10  Jan Holesovsky  <kendy@collabora.com>  [2ae717f2d722d78b29b51dc40194b64ab3bb5bc8]

        related tdf#111518 pptx: These attributes are not supposed to be here.
        
        Change-Id: Ibd61bd32ce23f5966ec69d16540d6e4a70b4ad59

2017-08-10  Mike Kaganski  <mike.kaganski@collabora.com>  [ef2e6260fad38e26c8591ea88ded348db618270d]

        tdf#62303: Drop version in installdir name for releases on Windows
        
        Change-Id: Iad07c19a6f87ea697a499b6075752d9f24ba1cb4
        Reviewed-on: https://gerrit.libreoffice.org/40957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-08-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [367fedcc4456a74cb2fc29a28279bef314bd47ff]

        loplugin:unusedenumconstants
        
        Change-Id: I54c0c1fca8ea5c89e71c6cd1110fad081ed3d334
        Reviewed-on: https://gerrit.libreoffice.org/40953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-10  Stephan Bergmann  <sbergman@redhat.com>  [183b0b0b6038ec1fafb9f65024a846c90493a873]

        Sort list lexicographically
        
        Change-Id: Ib52b66544cd3f0bed1742369404eced28b8b5904

2017-08-10  Stephan Bergmann  <sbergman@redhat.com>  [bfcad6e2b5b4eefaf517c0a690af26b1c16856c6]

        Remove excess SAL_INFOs
        
        Change-Id: I21aa7c7878c4ec1371cec4738d2482cc101020a1

2017-08-10  Stephan Bergmann  <sbergman@redhat.com>  [1fc6b2f745300eae03373a1beb5d5ff79cf7de10]

        tdf#109177: Fix expected type of Orientation attr
        
        Regression introduced with 7e781aa15ab8c6bb727ccf290db7768bc9ba6245 "Clean up
        uses of Any::getValue() in xmlscript"
        
        Change-Id: I66df1c5aacab1d697438c57418c9100f9dba627a

2017-08-10  tagezi  <lera.goncharuk@gmail.com>  [4378108d06996e3ae11dded572e52fc22b5ff432]

        Reorganize the main menu Basic IDE
        
        Added to File menu Import and Export Basic and Dialog items
        Added to Tools menu Breakpoint On/Off, Manager Breakpoints, Enable Watch,
          Find Parenthesis items
        Move Macros menu to level up and del Run, Edit and Organize Dialog items
        Added Run menu with Run, Stop, Compile, Step Over, Step Into, Step Out items
        Added Dialog menu with Organize Dialog, Preview Dialog, Manage Language and
          items from FormControls toolbar
        Renamed items Save BASIC to Export Basic, Insert BASIC Source to Import Basic,
          Run BASIC to Run, Stop Macro to Stop, and Select to Select Element
        
        Change-Id: Id4a585d595afa8274e77d5fda0f00c468d7d63df
        Reviewed-on: https://gerrit.libreoffice.org/38232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-10  Akshay Deep  <akshaydeepiitr@gmail.com>  [e74be9ad773c7769c5d8765bb2ac234967e420ec]

        Search feature for Special Characters
        
        1. Name data stored in map
        2. Retrive the data to compare with search string
        3. create search control
        4. populate search results
        5. Read-only subset listbox meanwhile
        
        Change-Id: I689bbee0dd9a226261c37a5824af7f83a510167d
        Reviewed-on: https://gerrit.libreoffice.org/40563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [86bc72072ece83c3560dbf874d6469f771c95289]

        xmlsecurity: work with impl directly in SignatureEngine::startEngine()
        
        The only implementation of css::xml::crypto::XXMLSignatureTemplate is
        XMLSignatureTemplateImpl, so work with that directly instead of going
        via UNO.
        
        Change-Id: I85e2169a909b689620c2ce125a9653f9a6696f45
        Reviewed-on: https://gerrit.libreoffice.org/40950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-10  James Raykowski  <raykowj@gmail.com>  [0e8208057d098f961a62efa5318a80b0d3372d2a]

        tdf#79167 Change search type through a drop down control
        
        drop down control to change 'navigate by' search element
        small navigation popup relationally linked to drop down control
        dynamic tool tips added to previous and next 'navigate by' toolbar
        controls
        
        Change-Id: I4b1215b74b488f2571b529d9946f6574de6e270a
        Reviewed-on: https://gerrit.libreoffice.org/40776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-10  Mike Kaganski  <mike.kaganski@collabora.com>  [67a61e54531801645d51ad89aac30064b8c4b4e8]

        tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXML
        
        Word allows <w:tbl> to be direct child of <w:p>, which is illegal
        according to ECMA-376-1:2016.
        
        This allows for import the data in such tables (previously, this text
        was simply dropped, causing dataloss) - bug-to-bug compatibility
        with Word.
        
        Change-Id: I19c17ab19915ea46685727c635476fe5df593212
        Reviewed-on: https://gerrit.libreoffice.org/40909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [368b583b992f2e9cad46c2362c9529a07c36d7a9]

        Avoid warning in OleHandler
        
        Related to ActiveX controls.
        
        Change-Id: Ief7ee67ca8e4f086a1d5e0400d0eaf3ebc8cdaaf
        Reviewed-on: https://gerrit.libreoffice.org/40934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-09  Caolán McNamara  <caolanm@redhat.com>  [622347b913dd0aedaec1d0a4658e5dc7801f6bde]

        send this MapMode scale thing back to where it came from
        
        Change-Id: Ic33f4b4bf7a0df35f04778e474f5a136f06be4a6
        Reviewed-on: https://gerrit.libreoffice.org/40926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-09  Michael Stahl  <mstahl@redhat.com>  [8d3a4fa775a23371aed58bbbab1d5a7537df5110]

        Revert "libcmis: configure curl to only allow redirects to HTTP/HTTPS"
        
        This reverts commit e845507bc22a166ec172a4b4d9da120a16f8a964.
        
        Actually this is already set by HttpSession::initProtocols(),
        and SharePointSession is a sub-class of HttpSession.
        
        Change-Id: Ie24cc0c6fcf45195ae4aceafb3da1b0d0ea3c9e6

2017-08-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4a764319cbad4e2589cc105145ac27defbf49ff6]

        tdf#91384: DOCX: import ActiveX controls
        
        Change-Id: Iebf2ff65fcec3231acfc962fb2f1abc2ed2dc67a
        Reviewed-on: https://gerrit.libreoffice.org/40930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [286c27e805c4501451857abff19c23b3719146a3]

        tdf#111548: Better fix for PPTX / XLSX import of ActiveX controls
        
        Follow up fix for:
        c8e3633a352c2fda3aebb9781288a926e7a88c42
        
        Revert part of it and fix the real issue: shapid was
        messed up.
        
        Change-Id: I1fb87a7eae4d9054fe19c203af4aeead7db35898
        Reviewed-on: https://gerrit.libreoffice.org/40929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-09  Caolán McNamara  <caolanm@redhat.com>  [f394b313ad9eac459e4765a639410ebd9278351a]

        Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixel
        
        move the code which can do this from sw to vcl
        
        Change-Id: I9940fb80ecdbfe8f70afc500c691288ed0993701
        Reviewed-on: https://gerrit.libreoffice.org/40925
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-09  Michael Stahl  <mstahl@redhat.com>  [e845507bc22a166ec172a4b4d9da120a16f8a964]

        libcmis: configure curl to only allow redirects to HTTP/HTTPS
        
        Change-Id: I77e90ca955dc1249d259bf01cb107d5b317d8045

2017-08-09  Michael Stahl  <mstahl@redhat.com>  [bd60bbfbdfbeb2687297e4512ddbea62a394ae67]

        desktop,extensions: updater: only allow redirects to HTTP/HTTPS
        
        Configure curl to prevent redirects to other protocols.
        
        Change-Id: Ied73b3d9a062ea6e0a1d594f4c12162dffd6c4a7

2017-08-09  Michael Stahl  <mstahl@redhat.com>  [152a1d279cbc81e7b5f076a2c4b20c12c6929ce6]

        curl: disable protocols nobody needs in MSVC build
        
        These are disabled via configure on other platforms.
        
        Change-Id: I4e27865396f3817ceb5645ab8589c21fdaa5afab

2017-08-09  Michael Stahl  <mstahl@redhat.com>  [9fd26734d3cbbd9b58f4b08058a75063632f57d1]

        curl: disable more unnecessary stuff
        
        Only HTTP and FTP should be required.
        
        Add --without-libpsl --disable-ares --disable-rtsp --disable-smb,
        and --without-libidn was replaced with --without-libidn2.
        
        Change-Id: Icf6afc8bff4cc7ad7a5a95b0c3f9a345a7cf67a3

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [dab0835c2f37e322cc64e63824bd4ec8f54c5b1d]

        osl::Mutex::acquire can effectively only fail upon programming errors
        
        ...so simplify the design a bit here (and there was no meaningful failure-
        handling code, anyway)
        
        Change-Id: I34bb3a7b5fc56f2213a4d22438f0733e1b65fe4b

2017-08-09  Caolán McNamara  <caolanm@redhat.com>  [c9b60d8884c125482959e3514cf14e60bfc86ba9]

        tweak string input dialog to load the same with native gtk builder
        
        Change-Id: I61d20fe998b1b393c2794e4753f8316511ff7456
        Reviewed-on: https://gerrit.libreoffice.org/40920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [fb899f976d2d8f15ca992ecb61511a2c83153c33]

        For Clang -fsanitize=vptr use -fvisibility-ms-compat in exernal/libepubgen too
        
        ...similarly to how it is used for other external libraries since
        f0aa1a78fb209310e8baef53c02f365fca518d11 "For Clang -fsanitize=vptr use
        -fvisibility-ms-compat, not -fvisibility=hidden".  This caused
        CppunitTest_writerperfect_writer to fail now with -fsanitize=vptr after
        7915f35d7fca5d0720d96954beaa97c00a2c3821 "EPUB export: implement doc/para
        open/close and text in doc handler", where additions to
        writerperfect/source/writer/EPUBExportFilter.cxx caused Library_wpftwriter to
        import more stuff from the libepubgen archive, which happend to make it pick up
        the (erroneously hidden) definition of _ZTIN10librevenge17RVNGTextInterfaceE
        from that archive, instead of from some other object/archive as happened before.
        
        Change-Id: I2b56df38d7225505ff993321598ddd51812d9de4

2017-08-09  Jens Carl  <j.carl43@gmx.de>  [6f58154e272c15f5a3cc1a8c326be451af245d54]

        Convert spaces to tabs in some Makefiles
        
        Change-Id: Ia65e6391cfa6a556b097555872c311bd8bcdec3f
        Reviewed-on: https://gerrit.libreoffice.org/40903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-09  Jan Holesovsky  <kendy@collabora.com>  [506bdf029379d63e79656c85df49e2c9cef0c16e]

        tdf#111518 pptx: Unit test.
        
        Change-Id: I618398680e1d2bfce78121afbf3d627ce805ebfb

2017-08-09  Jan Holesovsky  <kendy@collabora.com>  [af4602e558431bcdf51d0f15e7e400adcd142738]

        tdf#111518 pptx: Add support for export of p:animMotion.
        
        Change-Id: Idd5692c803b1e8d434abc0154419a341934d0753

2017-08-09  Jan Holesovsky  <kendy@collabora.com>  [724306074951449ce4cb074b21cc329f1fb895c6]

        Indentation fixes.
        
        Nesting of if's is confused on too many places, so let's just astyle this
        using the writerfilter/source/rtftok/astyle.options
        
        Change-Id: I99e421123ae0106199a16148a50e3efc095b7c81

2017-08-09  Caolán McNamara  <caolanm@redhat.com>  [57b015d04d8f823163066cf455ba1ee3de43f2bb]

        autoformat dialog can draw 'None' invisible sometimes
        
        if you switch from an entry which last draws white text, i.e. the "Gray" entry,
        to "None" then the white text color is persistent and the preview appears to be
        missing.
        
        Instead of getting and resetting the Font to keep the output device font
        unchanged, push/pop the font and text color setting
        
        Change-Id: Ia3a8f0120f8df4b1ec57217e8e6071b0113b3a93
        Reviewed-on: https://gerrit.libreoffice.org/40919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7e92ad0c828a237b16c4643a457c9bd41da6eff]

        external data: separate parsing with import and copying to final doc
        
        We now use an Idle handler that will copy the data to the final document
        after the import.
        
        Change-Id: Ic4693dd928bc575775f28f2d0b896b3f31050062
        Reviewed-on: https://gerrit.libreoffice.org/40918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-09  Szymon Kłos  <szymon.klos@collabora.com>  [2b562f7531d097def1cf312f13df2fe9e9789ebe]

        tdf#111480 Circular text was imported horizontally
        
        Change-Id: I84a6c3a30fd1dddf104ad8bf037a5e0b2a90d376
        Reviewed-on: https://gerrit.libreoffice.org/40912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-09  Yossi Zahn  <yossizahn@gmail.com>  [5937eefe533fba332ab6a83da02496bb4b0bd3db]

        tdf#66212 - Hebrew numbering import/export support
        
        Adds support for the new NUMBER_HEBREW numbering format to
        various import and export filters.
        
        Change-Id: I93f928f5d4d43d0cf569a85677df7eef7b088db8
        Reviewed-on: https://gerrit.libreoffice.org/36645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-09  Varun Dhall  <varun.dhall@studentpartner.com>  [9cc75c52369d6656a5812e950641d4b9b6d0cc35]

        Removing unused SfxItemPool serialisation from sc
        
        Change-Id: Ib8686d06f8cd477ff4fce948b0ac9c3fe463b129
        Reviewed-on: https://gerrit.libreoffice.org/40901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [9f2a105aa1467224b662980f6d1c4a42e5d8bdfe]

        Rephrase SchedulerMutex::acquire so it would work for nLockCount=0
        
        Change-Id: Ibd5f45b5829e51f872e90a4256ae875bc5d363d4

2017-08-09  jmzambon  <jeanmarczambon@gmail.com>  [033a619c979e45d012e1ebe286462eb379997b41]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 5)
        
        Convert tests:
        - test_range1
        - test_range_hyperlink_hyperlink
        - test_range_hyperlink_ruby
        - test_range_ruby_hyperlink
        - test_range_ruby_ruby
        
        Change-Id: I6c26f3e0fe910ff56bf38482257340b1c3172461
        Reviewed-on: https://gerrit.libreoffice.org/40775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [12b739aa2bf1f664acbbb4c4c815b3348c912977]

        libepubgen: backport 3 validation fixes
        
        A hello world ODT is now exported without validation errors.
        
        Change-Id: I2b160ee980f8ed9c80fd76945600d1edb1ee29bc
        Reviewed-on: https://gerrit.libreoffice.org/40908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0e0b8372920e24672bb199e8e697fbc1cb8f5f2]

        SAL_RETURNS_NONNULL: handle old clang not understanding returns_nonnull attr
        
        Seen on the macOS baseline.
        
        Change-Id: Ibfd4a848b2f31bb782a83c523c72ccf7de4e0e6d
        Reviewed-on: https://gerrit.libreoffice.org/40902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-09  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [5f040a4b0d1f50e3d619a8f147b36c79c375783e]

        new EMF+ Parser: Implementation of drawImage
        
        this small patch implements the EMF+ Record darwImage.
        It generates a BitmapPrimitive2D.
        
        Change-Id: I90d9a788ed9f520041c392d11f0d97f8e4233796
        Reviewed-on: https://gerrit.libreoffice.org/40866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [d500b2e98c15adef6d89900bbb1490065e10cd6e]

        Pass ENABLE_DEBUG into external/libabw
        
        Change-Id: Idfccfe7b569622981c8d9911a60bfb749797b359

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [92e1b9092de15890fe7fe7b314cb053049482fd0]

        Remove unnecessary, broken check for mnLockDepth != 0
        
        If SchedulerMutex::release were ever called from a thread not having locked the
        mutex, mnLockDepth would have an arbitrary value, not necessarily zero.  It is
        clear that SchedulerMutex::release must only be called by a thread that has the
        mutex locked, so the check was redundant.
        
        Change-Id: I4969b8e6543657602494e333a6a3ea07d83267d1

2017-08-09  Caolán McNamara  <caolanm@redhat.com>  [77db82df17be6390d3187ef39067a5da0462aa96]

        Resolves: tdf#111416 missing draw/impress options
        
        Change-Id: I2dc3627e754670b9fa4c799a6728bdb16b3dc983
        Reviewed-on: https://gerrit.libreoffice.org/40910
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [758b33f4d5eaa2e81afcb27b61847864a178a597]

        EPUB export: write CSS rules
        
        With this, a hello world writer document is handled correctly.
        
        Change-Id: Ib1efea5aa5ea5049beee719f14f85b41c56d1967
        Reviewed-on: https://gerrit.libreoffice.org/40890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-09  Stephan Bergmann  <sbergman@redhat.com>  [bf710e39949217e0f62606bf8da2171811d63d39]

        SchedulerMutex::release: don't read mnLockDepth with maMutex already unlocked
        
        ...another thread may already have called SchedulerMutex::acquire in between,
        whose effect would then be canceled
        
        Change-Id: Icddb6ea47144366c3a81bc83e3f9469b25a18c22

2017-08-09  Dennis Francis  <dennis.francis@collabora.co.uk>  [2585eb9d15f5c047d846ccb4b4d606d9ac89e518]

        tdf#108802 : In SfxControllerItem::dispose do not directly...
        
        call pBindings->Release(), but call UnBind() instead which
        correctly sets the state to "UnBound" by setting
        pNext = this.
        
        Thanks to Miklos Vajna for pointing this out !
        
        Change-Id: I08e85496cff6df0952d6c5ec4ee979a93b8862d0
        Reviewed-on: https://gerrit.libreoffice.org/40882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-08  Caolán McNamara  <caolanm@redhat.com>  [5ad8376d1698026ccab0634605fdb17ea3c59f3a]

        Resolves: tdf#111080 framework user of convert menu needs action names set
        
        Change-Id: I1dc980b965fee2df93c9df9becbac044407d4041
        Reviewed-on: https://gerrit.libreoffice.org/40892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [c605c8d0787f93019722a4146750e01d63e81e07]

        SvPersistStream dead
        
        since commit 1e4b1e4a1aca3b333820b0a865997e6f62e80064
        "Removing unused SfxItemPool serialisation from editeng"
        
        Change-Id: I8a3cd36a13b7d2322047c2035e0f23c70ca9cdf0
        Reviewed-on: https://gerrit.libreoffice.org/40880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [61d49afadb2badc7572b04c73ee682afde1d2e7b]

        loplugin:unusedmethods
        
        Change-Id: Id66cf12e3a59aeed1b9a7a111b841e30b248635b
        Reviewed-on: https://gerrit.libreoffice.org/40876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-08  Julien Nabet  <serval2412@yahoo.fr>  [fac539889e32e5e47ca6b6da0a588abbe4cbe066]

        tdf#111318: Improve message about pivot table/chart when removing a cell
        
        Change-Id: Ib27c20a7528c0376474586c7224eb9e4611147ce
        Reviewed-on: https://gerrit.libreoffice.org/40897
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [57ece564ac90ee13dd0193e2c29a602a64ec8ff1]

        VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE
        
        Change-Id: I7ea7757291d996375584ef05d822701737020b1c
        Reviewed-on: https://gerrit.libreoffice.org/40894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-08-08  Marco Cecchetti  <marco.cecchetti@collabora.com>  [3b66be90d4fffed9cbe61ba99b4ad94daa04f68c]

        unit test for tdf#111173
        
        Change-Id: I9b9a1f3c38c1402c436fd6815916be3dabf71447
        Reviewed-on: https://gerrit.libreoffice.org/40883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-08-08  Marco Cecchetti  <marco.cecchetti@collabora.com>  [05c3791710397346aae0b2a9cca1792567941d62]

        bug fix: tdf#111173
        
        Mostly based on patch by Julien Nabet:
        http://bugs.documentfoundation.org/attachment.cgi?id=135107
        
        Thanks Julien!
        
        Change-Id: I02440be7dfa5881e5bf63710a9d3c4f261d00533
        Reviewed-on: https://gerrit.libreoffice.org/40877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-08  Julien Nabet  <serval2412@yahoo.fr>  [986cd454b2a39ac380b137148f944c0d5ead2631]

        tdf#111497: fix leak in FindFontSubstitute with CFRelease
        
        Change-Id: I9d7de52b4a1ee102b233b982e97ecbf731b476f2
        Reviewed-on: https://gerrit.libreoffice.org/40895
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-08  Mike Kaganski  <mike.kaganski@collabora.com>  [35f6c447dba89d5c8b1f80ae7068fbb45901406f]

        TableManager::endParagraphGroup(): remove unused variable
        
        Change-Id: I06bd74118a7bc3d68267688ae2477b31b2c8d068
        Reviewed-on: https://gerrit.libreoffice.org/40889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [6db0cc7b5c55ee06b33c5a537b881a884adc1fa4]

        EPUB export: write XML attributes
        
        Which means that for a hello world, only the CSS part is missing.
        
        Change-Id: I0a19eade8505e273f93a5078e689f6f9c2b00dab

2017-08-08  liongold  <beimaginativeegroup@gmail.com>  [44d7a396125da74078c9a09a3fec2242b8bd4ec7]

        Updated core Project: help  c11f324720cbe7f0ca28f1510140868e4a2d7a30
        
        tdf#111435 - Fix shortcut key documentation for Data Source View
        
        Change-Id: I1a147b43030a8b38d6e81e6c19ddae1015b53479
        Reviewed-on: https://gerrit.libreoffice.org/40869
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-08-08  Stephan Bergmann  <sbergman@redhat.com>  [a9e126204719cbec919cff0114e360d6d6939a5c]

        Fix UITest_writer_demo with --enable-ext-languagetool
        
        ...which would insert requests to fix duplicate "frog frog" and capitalize
        "frog" at the start of a paragraph, confusing test_tdf46852
        
        Change-Id: I76704af9e2e87ffdb3093ae68f0949b67ef9bf9b

2017-08-08  Heiko Tietze  <tietze.heiko@gmail.com>  [e0c22825fab0576e9897fd007b12e40b2310423f]

        tdf#108928 Branding
        
        Windows installer images updated
        
        Change-Id: I385f4446eb9612dd4965983375d256a3361974b5
        Reviewed-on: https://gerrit.libreoffice.org/40881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [570d7f9c9f5befdb84e213916036a2b9c7321259]

        tdf#111481 package: seek to 0 before truncate()
        
        With this, the ZIP files created by the EPUB export don't trigger this
        warning on 'unzip -l':
        
        warning [test.epub]:  2546 extra bytes at beginning or within zipfile
        
        Change-Id: Ic9111d2c97b9337cf39a023def4afe4c64c4a3e5
        Reviewed-on: https://gerrit.libreoffice.org/40873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [200d9509850d21856c23532b580fbd2d25290715]

        Fix typos
        
        Change-Id: I24a1e979afe57d9dd139ac07bafc1ec908893152
        Reviewed-on: https://gerrit.libreoffice.org/40875
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-08  Jens Carl  <j.carl43@gmx.de>  [1f54caef187dc73acda934808cc5d8d91f72b882]

        Fix for failing tests of xcellseries with ScCellRangeObj ...
        
        ... (CppunitTest_sc_cellrangeobj) introduced by
        commit 27cbca2c8dccbbb299621b49e5ffd836188202f0.
        
        Change-Id: I97be4f70de52abd974bf1198063d28f2ff419dbd
        Reviewed-on: https://gerrit.libreoffice.org/40871
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-08-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [40ea896e5c378c36ab41dbbbb06b43b8ec2c231f]

        loplugin:unnecessaryvirtual
        
        Change-Id: I7aa23e56f2c126bf505262454408340b557f13cf
        Reviewed-on: https://gerrit.libreoffice.org/40865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-08  Akshay Deep  <akshaydeepiitr@gmail.com>  [9a51e3784b2a90fd5d175424c24a89fc5775eef3]

        tdf#109208 Clear the list of recently used characters
        
        Change-Id: I57a3417b95d38e490e160fe48a57c2cbfc32a5d3
        Reviewed-on: https://gerrit.libreoffice.org/40874
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d1350fe183485025a924f8c03d8f34c077028d3]

        EPUB export: write most of XML content in the package
        
        No attributes yet, though.
        
        Change-Id: I268d59a67c311f8e2e46331b2add1a91702545e2
        Reviewed-on: https://gerrit.libreoffice.org/40864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-08  Takeshi Abe  <tabe@fixedpoint.jp>  [99f3d9895f63ed19496bbe47bd36899b0f39dbce]

        tdf#95309 Add a filter to show all files for "Insert > File"
        
        in Draw and Impress.
        
        Change-Id: Ia6721f4a25af9fe8b6edd143ecb7ba3f5f3e8a89
        Reviewed-on: https://gerrit.libreoffice.org/40834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [06283dcba13ee18716da9eee728210a00bcb5b97]

        EPUB export: write mime type
        
        libepubgen won't emit calls on the package interface to do this, it
        turns out.
        
        Change-Id: Ib9826f1df348fd7afbccdc5d5a92a6d94f8aa9af
        Reviewed-on: https://gerrit.libreoffice.org/40862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-08  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [70dd00331e3112e7c32d5c7ac121ad7e77535817]

        new EMF+ Parser: Implementation of fillPolygon
        
        This implementation replaces hte old one.
        It uses the workaround hatch blending from the old implentation (basically just copied)
        It provides correct linear gradients, with correct transformations
        PathGradients are approximated via RadialGradients.
        Also, there is a better line width choice, solving problems caused by pictures like tdf#38580.
        
        Change-Id: Ida4f36a5de83b6325702a153b642abe5e45982ee
        Reviewed-on: https://gerrit.libreoffice.org/40831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3c695c12386c2708a0c06ec0ccd42ee2b8aeb98]

        tdf#110440 drawingML import: fix handling of group shape properties
        
        The handler for nvGrpSpPr is "this class", not "no class".
        
        Change-Id: I7fc40681d77f94b7473d2f677d813d2ae246f6ac
        Reviewed-on: https://gerrit.libreoffice.org/40854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [05aa784ed9891a1299f8c2328faee9c62050851a]

        Drop configuration remains of oooimprovement
        
        It was dropped in 2011:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=bd7f8380113b0cbe706d131b33e7551b2c484205
        
        Change-Id: Ibb9a0860ca9c256177987683ee33828c2c0bad1d
        Reviewed-on: https://gerrit.libreoffice.org/40858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-08-08  Dennis Francis  <dennis.francis@collabora.co.uk>  [70944a849dc59fa686e3f316a3983dbc8a47017f]

        tdf#109858: Override default point label placement setting...
        
        with series label placement setting if available while
        importing xlsx chart.
        
        Adds unit test in chart2import.cxx that asserts one of
        the point label setting in the bugzilla xlsx document.
        
        Change-Id: I8bc04fd569f94a19633666ffdc51b61ac719e8a9
        Reviewed-on: https://gerrit.libreoffice.org/40860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a209172669e7a2de6065486e385e4e3007b74bd2]

        loplugin:constantparam
        
        Change-Id: Ib92aba17c46a4ada75c2a0630f281759d995f32e
        Reviewed-on: https://gerrit.libreoffice.org/40843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [2675cbf042130f24fe7ea299b85b8f5f4794a667]

        loplugin:singlevalfields
        
        Change-Id: I8908479ecf513cdf2ecb4bcbe7c1078ef80671cf
        Reviewed-on: https://gerrit.libreoffice.org/40838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-08  Jens Carl  <j.carl43@gmx.de>  [27cbca2c8dccbbb299621b49e5ffd836188202f0]

        tdf#45904 Move Java _XUsedAreaCursor tests to C++
        
        Change-Id: I6a288fa333d6805540156f63040468f07967c0c6
        Reviewed-on: https://gerrit.libreoffice.org/40817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Jens Carl  <j.carl43@gmx.de>  [0bd57d62d0f15eced0e99097d9f46a86f177e9a1]

        tdf#45904 Move Java _XViewSplitable tests to C++
        
        Change-Id: Ib9cf1c53947d10260673e1e1088bbfbaa30efbc9
        Reviewed-on: https://gerrit.libreoffice.org/40801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [855af7f3260705faf7c33be36efc1610354336f0]

        Avoiding unnecessary memory allocation:
        
        Added a method to directly convert fast attribute values
        to double.
        
        Change-Id: Ia0c415530d6d7c7f767a2e0c88983429bc966210
        Reviewed-on: https://gerrit.libreoffice.org/40846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [5b25fec2159e1e5207141bc4268170aec3ac6c7d]

        Moving legacy contexts to FastContexts:
        
        ScXMLAndContext
        ScXMLOrContext
        ScXMLConditionContext
        ScXMLSetItemContext
        ScXMLDPAndContext
        ScXMLDPOrContext
        ScXMLDPConditionContext
        ScXMLSortByContext
        
        Change-Id: I559ae11ade78a262f6890875d8972d0c2eb4480f
        Reviewed-on: https://gerrit.libreoffice.org/40791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Jens Carl  <j.carl43@gmx.de>  [28ada7805b87758b20ded9807b57f780570e08a7]

        tdf#45905 Remove/disable obsolete _DataPilotField Java tests
        
        The _DataPilotField tests are already written in C++ since commit
        95780ec73990f96dc16fc677c895d00fa1360008.
        
        Change-Id: Ia147acd4d42894c9de373bbe93ae5759095e8ac6
        Reviewed-on: https://gerrit.libreoffice.org/40856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5875fd0313cb0aeb7e63d5ea9455f83ea18787b5]

        updater: move the windows process starting code to comphelper
        
        Change-Id: I1a499f57d01ee28afdb2c4f85dc976f2e6837dfd
        Reviewed-on: https://gerrit.libreoffice.org/40837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d184e2cc9a9a78a61ae9b91a66e1153f778d9a4]

        updater: add include guard for windows process start code
        
        Change-Id: If021a92163381f2221faa1c7121f6c4af2d51dcf
        Reviewed-on: https://gerrit.libreoffice.org/40836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5cda5603c3f71851a987c24d36433ce269c66f8]

        updater: use the correct define check
        
        Change-Id: I79f47da401732e39bbce778d5b3971d6024a7935
        Reviewed-on: https://gerrit.libreoffice.org/40835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-08  Caolán McNamara  <caolanm@redhat.com>  [aa084cc1dcb518ffc1984e122abbf4401c4d0ce0]

        move these non-layout enums to vclenum
        
        Change-Id: Ie6dad53d1b8511b03c953d49b7a9f5d6f66ed56a
        Reviewed-on: https://gerrit.libreoffice.org/40850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-08  Justin Luth  <justin_luth@sil.org>  [0342c5e8086c8200ecadbe9d52dd4ef6a093effb]

        wrong word in comment: should be signal instead of single.
        
        ...confirmed by the similar comment immediately before it.
        
        Change-Id: Id334a81bb9078a761d233631639c007b7bf2c17f
        Reviewed-on: https://gerrit.libreoffice.org/40855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [1e4b1e4a1aca3b333820b0a865997e6f62e80064]

        Removing unused SfxItemPool serialisation from editeng
        
        Change-Id: I051201c272b7acdd48d54cc0c230f8b432196188
        Reviewed-on: https://gerrit.libreoffice.org/40429
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3e177ed2468e535a943dd271f242eca412346f3a]

        Updated core Project: help  d08dda71a035dbaa6812e2f30dc18ec772fc5471
        
        tdf#111413 Terminology change: "Slide Master"
        
        ... and Master Pages are renamed to Master Slide(s)
        
        Change-Id: I68c7d4f6e5196836ad4ce0e2411fcf8bc4ff0f69
        Reviewed-on: https://gerrit.libreoffice.org/40816
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-07  Caolán McNamara  <caolanm@redhat.com>  [19da5bcd620f94bc709cff87a6872a9bd53bee8f]

        tweak insert table dialog to load the same with native gtk builder
        
        we can't share adjustments between widgets where we just wanted
        to share initial settings and not subsequent changed adjustment
        settings
        
        and set default responses
        
        Change-Id: I9c15f97a87b0a631e414cc0d3b76f7447fc9ecd3
        Reviewed-on: https://gerrit.libreoffice.org/40849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c81d7eb7cd5ee6082a0252cec558c59d242b07ea]

        Fix typos
        
        Change-Id: I4969e9e66de602a8c79774460a0215ef9d150372
        Reviewed-on: https://gerrit.libreoffice.org/40795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1dddfbbdce43203284bdf874c2ef5662d9cacb51]

        Fix typos
        
        Change-Id: I1ba1886b47f89916be387603d5cb959ddd5f9e84
        Reviewed-on: https://gerrit.libreoffice.org/40844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-07  Julien Nabet  <serval2412@yahoo.fr>  [bc5bd201609ae197f320823880e66187ae94c98a]

        tdf#111432: fix leaks in AddTempDevFont with CFRelease
        
        Change-Id: I11183b7fd21d2398de9e5f5854763cef96963caa
        Reviewed-on: https://gerrit.libreoffice.org/40845
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [4aca927040f67c2b68f412234e37ec740346a005]

        oovbaapi: screenUpdating, do not adjust height
        
        Do not adjust row height if screenUpdating false, because it consumes
        significant time.
        
        Also change IsAdjustHeightEnabled boolean to a counter so it can be used
        several times in an overlapping manner too.
        
        Change-Id: Ie5c894481f3c1b4e07175164aac8303e504779ce
        Reviewed-on: https://gerrit.libreoffice.org/40443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [98a7251b24c9f42bdb333bacbe06a2821e6942f2]

        EPUB export: start creating XML and CSS files
        
        Though at the moment all of them are empty.
        
        Change-Id: I4e53c81df2d709f06eb2a1df814b887181ae84c9
        Reviewed-on: https://gerrit.libreoffice.org/40840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [d10a61fe36760336842cbfa7f8f77e1fb9a475a5]

        Removing unused SfxItemPool serialisation from sfx2
        
        Change-Id: Ibb14fcd656f401cb9d2ad57ab63f6cfecf49807d
        Reviewed-on: https://gerrit.libreoffice.org/40814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [544a978132dd8f9d44756f62f160a0883193d54a]

        EditEngine: Removing BIN format from sot
        
        Change-Id: I495e2749b961dfca63bb1e27239ac6a09b80fd19
        Reviewed-on: https://gerrit.libreoffice.org/40333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [4aef9f5e330a4228b2355fa97900dcede3e375c4]

        EditEngine: Removing BIN format
        
        Change-Id: I2752af754316e1402aa51b97895bcf0bf915676f
        Reviewed-on: https://gerrit.libreoffice.org/40372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [c0998d9481cd57560a4d549d760f0be9da510306]

        EditEngine: Removing BIN format for Windows
        
        Change-Id: I2caf2323220c076374e89294c26e4976bf1ddbea
        Reviewed-on: https://gerrit.libreoffice.org/40332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [8a8bcd65e8a0e177904f06fcd8a775456ff02eab]

        EditEngine: Removing BIN format from sd
        
        Change-Id: Iafd88cdb0d0a84b611deda3bd276fb4b16604b92
        Reviewed-on: https://gerrit.libreoffice.org/40331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Varun Dhall  <varun.dhall@studentpartner.com>  [9fa77d0cf0dbc0bcb627848263c417ba49e988d3]

        EditEngine: Removing BIN format from sc
        
        Change-Id: I4d6b796439b90cab6a480f0bb8dc2c931e36cbe9
        Reviewed-on: https://gerrit.libreoffice.org/40329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [959ace5861ca8dbb5fbec7a1954eeeb3b93ae4f3]

        loplugin:constparams in sw part10
        
        Change-Id: I7d708c3e6157d0b8690b433d3363d2c0745b2410
        Reviewed-on: https://gerrit.libreoffice.org/40832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-07  heiko tietze  <tietze.heiko@gmail.com>  [22d5927000a32c54b0ba0355ca9c0999d3b00fb7]

        tdf#93244 Widescreen format
        
        By default the slide format is now 16:9 in Impress
        
        Change-Id: Ia3dd48da772c53b04f7fa833e1667acc78b8bdad
        Reviewed-on: https://gerrit.libreoffice.org/40733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-08-07  Ximeng Zu  <uznomis@yahoo.com>  [f45cdbc9f3dd877a2ebda1e2718c59e83faf3c6a]

        [Android Viewer] Add header funcs to Calc
        
        Added insert/delete/hide/show/optimal width or height
        /adjust width or heigth  to Calc. These options
        show in a floating menu near the headers when the
        user taps on the headers. Also added selection on
        headers, i.e., user can drag on headers to select
        multiple columns/rows.
        
        Change-Id: I7e1994d1fa81d80c110def035c2c065e838b49ac
        Reviewed-on: https://gerrit.libreoffice.org/40684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3e493d337819204ca9c7302efbd7b34c282956a2]

        TSCP: simplify toolbar to only one combo box + configuration
        
        Previously we had 3 comboboxes each for different classification
        policies. This simplifies it to just use one classification policy
        and which policy it will be used can be set in LO configuration.
        By default this is the "IntellectualProperty" policy, which is the
        one most users will probably be interested in.
        
        Change-Id: I1fc69c2123b04ecf58a6775e5bcda3b5316414a3
        Reviewed-on: https://gerrit.libreoffice.org/40768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-08-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5ebd60e7d912704ff9e2936e673ffaa6f39a9a2f]

        Updated core Project: help  4d8687d90b58f8bf00bd31c913bc47970e975ca4
        
        tdf#111434 Rename “Basic IDE Options” to “Basic IDE”
        
        Follow-up to core commit 43f159dafa3fe61c09cafc8467cdd67233a02401;
        see a rationale for this change there.
        
        Change-Id: I2e560b50e76637c135e536423223798e92914bf0
        

2017-08-07  Jens Carl  <j.carl43@gmx.de>  [7d6b7bda802c8800e908dd5c23f60e35ba6c465a]

        tdf#39468: Translate some random German comments and terms
        
        Change-Id: I05912b89d059256b20233a0fac244630544d5b0a
        Reviewed-on: https://gerrit.libreoffice.org/40800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [1ac8d90d84ac69c3617228fbfcb8789f295451d3]

        -Werror=unused-function
        
        Change-Id: Ia98b64a5500b99c5a6f20c723d96d9c4686f3271

2017-08-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [06e2246f1683fc862f40155ea4d68800c0fcfd9e]

        loplugin:constparams in sw part9
        
        Change-Id: I2edba9cde5a5efd06815a55632703b706ca523c7
        Reviewed-on: https://gerrit.libreoffice.org/40830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [43f159dafa3fe61c09cafc8467cdd67233a02401]

        Rename “Basic IDE Options” to just “Basic IDE”
        
        None of the other Options/Preferences pages have the word “Options”
        in their names, because: a) it’s obvious that they’re options, and b)
        having that word repeated there contravenes the macOS convention of
        calling the options “preferences”.
        
        Change-Id: I7349d20eefc50d5a92d6442a256249f64db688e7

2017-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7915f35d7fca5d0720d96954beaa97c00a2c3821]

        EPUB export: implement doc/para open/close and text in doc handler
        
        This should be enough for plain text of multiple paragraphs, but the
        package part is still missing.
        
        Change-Id: I05fe87fd01e078262a1be9ce76eaaa016de484bf
        Reviewed-on: https://gerrit.libreoffice.org/40822
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [147e20fc1bedfc9e9fc695a06d56445134f88021]

        Updated core Project: help  9f7edddfe613a3e61a1160028c853d9fc569876a
        
        Make xml-lang optional in help DTD
        
        Change DTD to make xml-lang optional, as requested by patch
        https://gerrit.libreoffice.org/#/c/32296/
        
        Change-Id: I5ef02dddb8486b75e16f3b141aa792b1dfb43f86
        Reviewed-on: https://gerrit.libreoffice.org/38465
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        

2017-08-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [0582346a1ab5ec8d1b81ea3fef1e40db60c90823]

        loplugin:constparams in sw part8
        
        Change-Id: I0fb51270da4b8f3049f1af2c2c788e516b3641e8
        Reviewed-on: https://gerrit.libreoffice.org/40821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [57ea9f81ed3553ad71207db9e433774b165732a2]

        sw: prefix members of SwNoTextNode
        
        Change-Id: I6a272d1c83c58e1b6ef610eed7964309d1622a7e
        Reviewed-on: https://gerrit.libreoffice.org/40820
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-07  Dennis Francis  <dennis.francis@collabora.co.uk>  [bc6f56e4bb27f802e90303073ba5e2a676baa39b]

        tdf#109859: Update the view data of new document when...
        
        ...a set of sheets are copied to a new spreadsheet document.
        
        Change-Id: I47642b4aa2543c193328d9515564bfbacf044bbc
        Reviewed-on: https://gerrit.libreoffice.org/40764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-07  Dennis Francis  <dennis.francis@collabora.co.uk>  [561cae8e81913940e4af86901ec46a484669c597]

        tdf#71409: Pre-create sum/equal and ok/cancel buttons...
        
        in the sc formula bar at the start instead of adding/
        removing them to/from vcl ToolBox when required.
        To maintain the functionality, do hide/show and
        enable/disable the button pairs (sum/equal, ok/cancel)
        during mode switch. This solves the excess a11y events
        problem of tdf#71409 because this patch get rid of
        the usages of vcl's Toolbox::Remove() and its accessibility
        module dependencies which seems to be the root cause.
        
        Change-Id: Ib953fb64d25a4b83018eca6a88223c7236c2f72e
        Reviewed-on: https://gerrit.libreoffice.org/40479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>

2017-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [609619de8b218e5c10b708c37cd58218b7c9251c]

        Indentation fixes
        
        These files had a consistent style before, let's keep them that way.
        
        Change-Id: If64773d8c29dee23638e4fb9b7e5b69b34d47e49

2017-08-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7b385595842b103ce6c990e6be5b9f18f2abdf7e]

        cppcheck: variableScope
        
        value unused since commit d5630adf33cc7d30a657e789e2bf0978028e0c1f
             loplugin:checkunusedparams in various
        
        Change-Id: I76c9a89f6fe15fbfce92f0d5578fd533325cb72b
        Reviewed-on: https://gerrit.libreoffice.org/40813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [7e510637e6854f47c2856b5226ea7680a8148bbf]

        loplugin:casttovoid
        
        Change-Id: Icda66259acf54e6771b926ce9d329287bd610e82

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [5e4476b6ecda4be8a3271185bfc5d1aff58ce3af]

        loplugin:oncevar
        
        Change-Id: I678b1bf281ae4de4a75f8c83398ee19f75b4f278

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [0451703e2eff960c12443e2ab8d58b2d91754f3c]

        loplugin:staticmethods
        
        Change-Id: I13fe0b5b77d8d43639afa035f2db6e904cd998be

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [5665259f2d7d696ce5e0566e367c7cf8420fe04d]

        loplugin:unnecessaryparen
        
        Change-Id: I9496cafef840195e3934bf92600d4e8c8edb6c26

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [4535203c07559215a810f7252b3f250a7e7e1813]

        loplugin:unnecessaryparen
        
        Change-Id: I8b4bdd1908ba7f804d9c501ce2f9ff7893907ccb

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [9f27587c9db0a5d2daeb7529e477b4199beb2876]

        loplugin:casttovoid
        
        Change-Id: I2a4d11badeefdf1ede1f44e1d4ed53074ff8ebfd

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [8e949018befc341979e54ec759795d8615cc7f23]

        loplugin:unnecessaryparen
        
        Change-Id: I840f0638e02819398bae901d799a1882e0045d8e

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [bf1bdbeb5cc91358e655bf2df28bbd2fba5347e7]

        loplugin:oncevar
        
        Change-Id: Id88149b2ebbf869474192cc22b862093db21aeb6

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [7400dac23a2df7de133398dea1f5f069efd17ffd]

        loplugin:oncevar
        
        Change-Id: I8481404b2763e69752bb418db85530473ccd6b61

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [854add5efd6655279473f7531391a051680be979]

        loplugin:casttovoid
        
        Change-Id: If1be399a3d310ab6abab6d7e4c8d59dc9648c1a0

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [8d725ca4acad24dbaee84f09d3bb7e9fc35c641c]

        loplugin:oncevar
        
        Change-Id: I030d23da9fedc067581d002ce899028e6f486cc7

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [e9febbc3200ee64af29c35b8fa692ac0251afa40]

        loplugin:oncevar
        
        Change-Id: I9d6902d86c9b72ad28a025374077ef90a350e598

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [e0d342497334e9518dd4b7b1d33bf855fa0fb7ad]

        loplugin:oncevar
        
        Change-Id: I9bd2e0a3ae1d0dc59c235e47be6ffa4357164a20

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [10c80e560e5580b91fe7be5c8d171146335eb8a5]

        loplugin:oncevar
        
        Change-Id: I1bb87b9c1a34326694d8096f67bb32adb17af1e6

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [293ddf0b7fb3697c84d28795f2cd35f623f136c7]

        loplugin:staticmethods
        
        Change-Id: Iaf9b6afa7c2d3d8044d50e0bfac898319fff8f22

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [338a9abae6a2fcf6d9ca3f7b09535105d1c28259]

        loplugin:useuniqueptr
        
        Change-Id: Ie6c1cea3850ddf37aa8b9f4731547650a23f5d29

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [52da4081bf6d7bf97e102dab3e0082f11488215b]

        Remove dead DBG_UTIL code
        
        Change-Id: Icb208bc457eaab06bc14e874c70a25308179785d

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [a13db19a2f21011443268d5d64dac4cd566bd1b6]

        -Werror,-Wunused-private-field
        
        Change-Id: I42d1c0c2e6a0746c1c97dba9b02abf1d771b3fc7

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [dbeab89b5b74ca0ff789be376c94d64f5e937f11]

        Adopt loplugin:casttovoid to Objective C
        
        Change-Id: I71bad86a383a9b906b02ec968dc32e9acd0bec26

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [a1e0232b5179c12892b33cd368b9d17a65c398e0]

        Use OUString::clear
        
        Change-Id: I8ed383cdcf7b802a0c79c67826fc35379e8cd361

2017-08-07  Stephan Bergmann  <sbergman@redhat.com>  [d031f9e24f01369a836370a785538fdba28d7cc1]

        Allow MSGFMT, MSGUNIQ to be overridden
        
        ...and fail already in configure when only MSGFMT but not MSGUNIQ is overridden
        
        Change-Id: I5dadca9f44f46e830b8321be11deaa4252f5b596

2017-08-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88179e3de8865ea07d5017ca0723afd10ad44ba7]

        Revert "accessibility: remove useless calls to getAccessibleActionCount."
        
        This reverts commit e2c14a6caabbb6413ae7b1e631a0a89f7b2ba4c7.
        
        Change-Id: I6dc99c8ad9c6f15d6b1273338d96bc7909253ad9
        Reviewed-on: https://gerrit.libreoffice.org/40815
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-07  Jens Carl  <j.carl43@gmx.de>  [00a87bab22eff26df423001897afc79009593d42]

        tdf#45905 Remove/disable obsolete _XViewPane Java tests
        
        The _XViewPane tests are already written in C++ since commit
        e7f55f15ccd97bc92e1400bc5862171a621da3e2.
        
        Change-Id: Idae4e0e0560d67d9f808cb2177a9c9401cec0392
        Reviewed-on: https://gerrit.libreoffice.org/40784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-07  Jens Carl  <j.carl43@gmx.de>  [a9a5a55e0284638deb87c69699ab37a456908900]

        tdf#45904 Remove/disable obsolete _XGoalSeek Java test
        
        The _XGoalSeek test is already written in C++ since commit
        ce6f47a4588e2c6e115fcc4980f575d3002ca603.
        
        Change-Id: I898bcbf5e41751610fdc3f40cf7d6f6094df68c4
        Reviewed-on: https://gerrit.libreoffice.org/40785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-07  Jens Carl  <j.carl43@gmx.de>  [44077dc6104e5eab40414889e7be776767709984]

        tdf#45904 Move Java _XSpreadsheets tests to C++
        
        Change-Id: If311e2c8ca89528760b14d977bca76e14164e6e3
        Reviewed-on: https://gerrit.libreoffice.org/40783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f79258444185f3d6939facb3cab071ad92d873e4]

        updater: fix small python issue
        
        Change-Id: I0834a088af1527e4ed0d181f9e3a63ee82d0e980

2017-08-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a4351a6a142389071ba3ad8400c14894fa6e4d4]

        updater: handle paths with spaces correctly
        
        Change-Id: I8089f1e2b46a242562608431e56c5da4c63fdb01

2017-08-06  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f3c1987fbe2d3b155076f92aaed4a1168874ab46]

        Updated core Project: help  ae4b238aec8977510b63b5a30c71e0aa933c279a
        
        tdf#97745 use lowercase for file names
        
        synch with https://gerrit.libreoffice.org/#/c/40698/3
        
        Change-Id: I7cc72312a729fcd6468198fd3cb9b4686e588832
        Reviewed-on: https://gerrit.libreoffice.org/40812
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [84a56eac83f220fd917a5433fe9da4b7815dfff6]

        loplugin:constparams in sw part7
        
        Change-Id: Iaace9c024649481b2f7cdd67aaf1e86624fe0d4a
        Reviewed-on: https://gerrit.libreoffice.org/40811
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ef6be73325dbb6761b247ff187c709ba0f81bfb]

        loplugin:constparams in sw part6
        
        Change-Id: Ic82946cf9be50d9d9c43338b86dfb700ce5b354c
        Reviewed-on: https://gerrit.libreoffice.org/40786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-06  Caolán McNamara  <caolanm@redhat.com>  [8f629b8fbeb13a593f6aff28d2ff0399eb4ee56a]

        set LANGUAGE from SvtSysLocale().GetUILanguageTag()
        
        Change-Id: I466576660bdc281c3332fa25f0fe0756cd356ab7
        Reviewed-on: https://gerrit.libreoffice.org/40788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-06  Caolán McNamara  <caolanm@redhat.com>  [4ddb7976e7d23c902647c651074849bc7682e564]

        wrong qpw fftester attempt
        
        the correct "qpw" effort was added later
        
        Change-Id: Iee2fb66b99759317ca9ba25c2c7b1956ee4bb48f
        Reviewed-on: https://gerrit.libreoffice.org/40809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a040b71d1beed5c7233a5f8e265975876d06d0b9]

        Fix typos in code
        
        Change-Id: I49bcc55e1f91ee88cffafbe408f9d5f9e7ed0d16
        Reviewed-on: https://gerrit.libreoffice.org/40796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [079375ad568deaaf0bb2142c165f0d996fef7d92]

        Fix typo in code
        
        Not sure, show and ask to real devs
        
        Change-Id: Iddd457f62105e4bf6260353c64fb3019ab56a4d5
        Reviewed-on: https://gerrit.libreoffice.org/40797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-06  Jens Carl  <j.carl43@gmx.de>  [61fb52a38d752b955c1a43af50fa1467810822e3]

        Fix typo in test documents path
        
        Change-Id: Icffe32e55bdf6d425b0f68adcd04f15f6100616b
        Reviewed-on: https://gerrit.libreoffice.org/40802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [356debabbacfe15a5d790d690a57ab5f9c0d3384]

        cppcheck: unreadVariable
        
        since initial commit d6cf80c14ef6abe02125bb8f66262961193cffd7
             CWS-TOOLING: integrate CWS l10nframework01
        
        Change-Id: I3d9761911c535965795b10b3ae96da3e7b51f23d
        Reviewed-on: https://gerrit.libreoffice.org/40808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [09c938c131da60054e42cf6d84c48c04d6f74da4]

        cppcheck: knownConditionTrueFalse
        
        copy&paste from ~ScXMLMappingsContext
        
        Change-Id: I1dfb764639c86e2f57211867a4042e8ea917f198
        Reviewed-on: https://gerrit.libreoffice.org/40807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-06  Julien Nabet  <serval2412@yahoo.fr>  [b20f5b5b4096b1bedc1ab01a4349b6db3b0b6a33]

        tdf#109863: use SID_PATTERN_LIST after bitmap tab converting
        
        instead of SID_BITMAP_LIST
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
        
        Change-Id: I880ca149d5865ed5b80c57d7c5b390cc5606d66c
        Reviewed-on: https://gerrit.libreoffice.org/40798
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-06  Tamás Zolnai  <tamas.zolnai@collabora.com>  [386fcf9be786b302cd2c6f85ff6d8d97a6777926]

        Avoid warning about invalid alignment value
        
        Default should be left, which equals 1 as an integer.
        
        Change-Id: Ib0498b12d4356bf786ebf8b6fd04d591ac84af6b
        Reviewed-on: https://gerrit.libreoffice.org/40799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-06  heiko tietze  <tietze.heiko@gmail.com>  [8fe86fb89b00b31c73fccbb9bf343818a0a1f537]

        tdf#87592 Consistent terminology for Master Slides
        
        All occurences of Slide Master and Master Pages are renamed to
        Master Slide(s).
        
        Change-Id: Idd75089f6c402b3d5e30a812b4c86aacc2f5d9bc
        Reviewed-on: https://gerrit.libreoffice.org/40485
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-08-05  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [e2c14a6caabbb6413ae7b1e631a0a89f7b2ba4c7]

        accessibility: remove useless calls to getAccessibleActionCount.
        
        This also removes a lot of useless recursive locks.
        
        Change-Id: Ie7f337683146bb5738f11b8f9194e73437312f03
        Reviewed-on: https://gerrit.libreoffice.org/40325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-05  Caolán McNamara  <caolanm@redhat.com>  [42b894f80a6d0c39bb0f7092eb204a15c22c4f38]

        ofz#2867 null deref
        
        Change-Id: If856473683685d79d88b024f7fafa2920b403bb7
        Reviewed-on: https://gerrit.libreoffice.org/40792
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-05  Caolán McNamara  <caolanm@redhat.com>  [3914b95c4cb9aa404918161f0654b0cbf65a2d83]

        silence snprintf warning
        
        "note: ‘snprintf’ output between 11 and 19 bytes into a destination of size 11"
        
        Change-Id: I2ff3661ddd9c2729a76856e576ba83580b0143ea
        Reviewed-on: https://gerrit.libreoffice.org/40731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-05  Caolán McNamara  <caolanm@redhat.com>  [30f384b5bd2d8ec7f50ad0c85c43611313044f8c]

        coverity#1416135 Dereference after null check
        
        and
        
        coverity#1416137 Dereference after null check
        
        since...
        
        commit 04461743d75f8cffb5906ab52d772089c44a7780
        Date:   Fri Jul 21 13:12:20 2017 +0530
        
            tdf#108887 : Move the code of ScDrawView::CheckOle()...
        
        maybe this check is simply reversed seeing as
        
        bool bCalcSourceRanges = pRanges && pDoc;
        
        and after this line pRanges and pDoc are unconditionally
        dereferenced
        
        Change-Id: Ie3ed3054d2f31ddbc70895a4e6997395ca7de8b5
        Reviewed-on: https://gerrit.libreoffice.org/40772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-05  Jean-Pierre Ledure  <jp@ledure.be>  [39a6524625a3a682cf53128b5544cd7f2f75f3f1]

        Access2Base - Dialog on event properties
        
        Forms and dialogs events are stored differently.
        New code manages correctly dialog events.
        
        Additionally performance improvement in Control class:
        the list of properties is buffered in a private variable
        
        Change-Id: I9d3e2cf3853f8caa043fc4a84c67d323cea44ffe

2017-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e371ec501db0c473bea7ef7325d9a9049f913b5e]

        updater: disable lang pack handling for windows
        
        Change-Id: Ie3005a3fd4bc491cea0dd965931a7c0ac7ef813e
        Reviewed-on: https://gerrit.libreoffice.org/40781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d2fa41ca12a1724229ef8285af1895313e15c5f]

        updater: abort if there are not enough command line parameters
        
        Change-Id: Ifb982aa4a0c496e1e21f762bd4e20241e41d4ea2
        Reviewed-on: https://gerrit.libreoffice.org/40780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ae09b2678778ccbf74d33390fa9f572ddca888f]

        updater: convert to unix path in another place
        
        Change-Id: I07ab2d69891975c93ab1824410eacc30eb98fcb5
        Reviewed-on: https://gerrit.libreoffice.org/40779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [502390fdb7fbc93e96d33600cf743a928845229e]

        updater: workaround cygwin python bug around command line arguments
        
        Without the MAR env setting the python script only gets two command line
        arguments, the script name and all the parameters as one string.
        
        If someone knows a better fix I'm open to other suggestions.
        
        Change-Id: I1acc4a74892d657c1c156b8953a5ab8a166aea92
        Reviewed-on: https://gerrit.libreoffice.org/40778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-05  Caolán McNamara  <caolanm@redhat.com>  [b032f21b5ea0011f2b134d758b696604c18dfa16]

        refactor to remove the gotos
        
        no logic change intended
        
        Change-Id: Ia787ff543ce7d55511656f5a462438378654f325
        Reviewed-on: https://gerrit.libreoffice.org/40774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1aff997f632d6ebf710dbd69edb6a040998ee38e]

        Removed duplicated include
        
        Change-Id: Ife369fab72b2eeabbc87356f267398dc9a985443
        Reviewed-on: https://gerrit.libreoffice.org/40773
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [35a2d88288bfafe792f58906bdaad74a0135bb4a]

        Fix typos
        
        Change-Id: Ib7f43bf17ab8b9fb9d961a908d7620b50826a975
        Reviewed-on: https://gerrit.libreoffice.org/40688
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ecb947b3ad67300bae934dc011823d1989449b6]

        loplugin:constparams in sw part5
        
        Change-Id: I6c33709aa407ccb3eee7026ab9b40dc4257de209
        Reviewed-on: https://gerrit.libreoffice.org/40769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Caolán McNamara  <caolanm@redhat.com>  [f7c59aaa078576a413846b7c8024e728818ca2be]

        coverity#1416133 Unchecked dynamic_cast
        
        Change-Id: I6706e3f889c8c00bdc4bda56fe5f282472589a40

2017-08-04  Caolán McNamara  <caolanm@redhat.com>  [3b39ff8b4e71928e7f33452322522dea49aee1e4]

        tweak insert break menu to load the same with native gtk builder
        
        1) we can use a GtkComboBoxText for this simple case and move the liststore into the widget
        2) add the response ids for the buttons
        
        Change-Id: I7b3bd10c05f35b0e34bbbebc9f7a811f87d443ac

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [c14f1abc49de68591298437b33b07feeddeb5a5d]

        loplugin:constparams in sw part4
        
        Change-Id: Ic42b2691869b61ba906222db893e284d8b9c39c1
        Reviewed-on: https://gerrit.libreoffice.org/40767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [fa1be538cdb0f15aff717aa8583c191194609266]

        Add VCL scheduler documentation
        
        Change-Id: Ifb2332b6d3c8bf472c684d3a79c861cc9035d246

2017-08-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [d55aabfd44563027aceffd0020f55b166184a0ca]

        Implement VCL Scheduler locking
        
        Replces the SolarMutex scheduler locking by using a distinct mutex
        included in the scheduler context.
        
        It should also get rid of the spurious assert( !bAniIdle ) failures,
        as the test now holds the Scheduler lock for the whole time.
        
        This includes reverting the additional scheduler de-init from commit
        2e29a518b04250b5f9cc9d0d77da3df076834d60, as I couldn't reproduce
        the bug running the unit test in valgrind.
        
        Change-Id: If33f815fe86c8f82175e96adceb1084b925319dd
        Reviewed-on: https://gerrit.libreoffice.org/40497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-08-04  Tor Lillqvist  <tml@collabora.com>  [3dd30f7ec568852ffd95932b486d0a09a2021d71]

        Add debug output operator<< for ParamIfsResult
        
        Change-Id: I82cfed0d86c42feabb646301b399695ed71308ed

2017-08-04  Tor Lillqvist  <tml@collabora.com>  [1717f57705770ebbfac625945478d0e07e816965]

        Add debug output operator<< for ScQueryParam and its base classes

2017-08-04  Tor Lillqvist  <tml@collabora.com>  [e34df1a0607f51b8e1168fdfeb8703c9e4e9dd6b]

        Add debug output operator<< for ScAddress

2017-08-04  Tor Lillqvist  <tml@collabora.com>  [bf234dc9cd0481c241bbb0f755264562ee89d568]

        Add debug output operator<< for SearchParam::SearchType

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [902d87147d779c84b4ea84ef7779897d89b1fab2]

        loplugin:constparams in sw part3
        
        Change-Id: I05ad3204af4e6ec3c832b185a1b35fdb75a229b2
        Reviewed-on: https://gerrit.libreoffice.org/40760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Szymon Kłos  <szymon.klos@collabora.com>  [bca55386e187e2cb4ab277a597a420f15c6cebcf]

        tdf#91567 Apply pattern without AutoFilter only
        
        When AutoFilter button was placed in first row, was also
        copied to other cells without formatting all over the worksheet.
        Take pattern from first row without AutoFilter button.
        
        Change-Id: Ib2eb12659bf8105e39b469b21386b3232e710007
        Reviewed-on: https://gerrit.libreoffice.org/40675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-08-04  Caolán McNamara  <caolanm@redhat.com>  [116931751d252a8284d5c76d883e766186538ed2]

        draw vs impress printer option pages
        
        disambiguate contexts for impress vs draw printer options pages
        
        Change-Id: I1bb52c49b95beab3d9acceec73370e0be8da6f59
        Reviewed-on: https://gerrit.libreoffice.org/40747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-04  heiko tietze  <tietze.heiko@gmail.com>  [8a150beab270f53943014ba9f6b5507ec6231227]

        tdf#111331 Rename Moderate template
        
        Files renamed, template's title property adjusted
        
        Change-Id: Ifca9a740417c0c7563e7d97f8d08de9f69e8f7ff
        Reviewed-on: https://gerrit.libreoffice.org/40758
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-04  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [5a9e731d00de64dd906ffd4ebf77f7fc7f811f99]

        new EMF+ Parser: Basic Text Primitives for EmfPlusRecordTypeDrawString
        
        Implementation of basic text primitives. It supports text, textstyle (bold, italic, font, font size, direction, color, locale.
        The positions are well-transformed.
        
        Also a few adjustments and supplements for EMFplus font and stringformat
        
        Change-Id: I2670b5d0f6b9ddcaa9ffc8262d8aee13ba224b77
        Reviewed-on: https://gerrit.libreoffice.org/40635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-04  Patrick Jaap  <patrick.jaap@tu-dresden.de>  [a3926e25bb0a9c79e3ea1f413b8fa83b91915758]

        new EMF+ parser: EMFPPlusDrawPolygon: use correct pen width
        
        the current implementation uses PolyPolygonHairlinePrimitive2D for
        polygons. This patch uses a PolyPolygonStrokePrimitive2D which makes
        use of the correct (transformed) pen width and some basic join and cap
        attributes.
        
        Change-Id: Ifbd8cbbc41004d9d45f3c48f2c13fe449025a229
        Reviewed-on: https://gerrit.libreoffice.org/40638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2fdf096b40f87436b3ee74a1cdeb014cb5a7bbf]

        rename Anz->Cnt in svl
        
        Change-Id: Ibe9ad8c1bfbb336ee1f02edf0f619220cfcee375
        Reviewed-on: https://gerrit.libreoffice.org/40744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2213bd610f6522b8fea7ae2af7e973e29dbe25b6]

        rename Anz->Cnt in sd
        
        Change-Id: If03e1e2e896ca7cd5783263b487eb313d80140c0
        Reviewed-on: https://gerrit.libreoffice.org/40743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [77f854f13033eeff3147dae1c5ffbfaf4eec93c1]

        rename Anz->Cnt in sc
        
        Change-Id: I33e367223574b614dfee262942b57f727dc6d680
        Reviewed-on: https://gerrit.libreoffice.org/40742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [fdd2f463079e5de265e7ba6534da967584f56913]

        rename Anz->Cnt in filter
        
        Change-Id: Ic6a8b8a5504052469b232767f5671d532c2fe5f3
        Reviewed-on: https://gerrit.libreoffice.org/40741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [b258ecd76171bab37139cfa0f56d079cda4fbb39]

        rename Anz->Cnt in svx
        
        Change-Id: Idbe6849d36727c382ffd11d6bf04e78d6a66a878
        Reviewed-on: https://gerrit.libreoffice.org/40740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [33b150bbd636ab23ebf50a5301034f3a551f3793]

        rename nPgAnz->nPgCount
        
        Change-Id: I4cbc74ed4488c06feaa8b8ab62496fac77ab3aa6
        Reviewed-on: https://gerrit.libreoffice.org/40739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0c64cbeaf458cabcf8f4ac7c8aac4cd1896273c]

        rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT
        
        and SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNT
        
        Change-Id: Ib6c370025a56586df1cdf7abcab2f0dfe599a64a
        Reviewed-on: https://gerrit.libreoffice.org/40738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac8fc5a6a5a1adef7aaa8aa901439e268283d113]

        rename nToleranz->nTolerance
        
        Change-Id: I4a61f1cf9b94f7df98a8e9560c1384c948abf2c1
        Reviewed-on: https://gerrit.libreoffice.org/40737
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-04  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [7959a491450fb55526ab94fee9d1e5be5d2c95ed]

        [pt_PT] autocorrect - added 21 words
        
        Change-Id: Ie1170951495d1563148176665758fd95ecb10a23
        Reviewed-on: https://gerrit.libreoffice.org/40547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e74846af5130daa9c96babea6987befeb8a8e75c]

        updater: get the partial update generation working on windows
        
        Change-Id: I01d8958801e7c5b2d08dd79b0469dfab1f6dee72
        Reviewed-on: https://gerrit.libreoffice.org/40757
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4420db1a80fc53e23eafcd6b1dfe1aca293d60f]

        updater: skip language packs for windows
        
        Change-Id: I5707bc8d3827aa24a795e91a8851d12c81613cfc
        Reviewed-on: https://gerrit.libreoffice.org/40756
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1878dac5e1a839bd4c07cae0f85cf62dd7474e45]

        updater: handle windows path in cygwin correctly
        
        This is a huge mess. Any windows executable does not understand
        cygwin paths but for example the bash script only understands unix paths.
        
        Additionally, os.path is unixpath so it is not able to correctly handle
        windows paths. We therefore convert everything that we need to handle
        to unix paths and only the few paths that are passed in the end to windows
        executables back to the native format. We selected mixed mode
        (windows path with forward slash) to allow the unix scripts to manipulate
        paths.
        
        Change-Id: Ic443415ff5e8277bf0bb8704bbafd35f50767288
        Reviewed-on: https://gerrit.libreoffice.org/40755
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [954e4dc962374058e056b6682ff8ba33a2ecc9dc]

        updater: check that access to mandatory externals is working
        
        Change-Id: Ica68488f4e39c958a913936573cee67c1ff69175
        Reviewed-on: https://gerrit.libreoffice.org/40754
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71b0d8b89d4701fcf1d22e2baf1ef5d983bc10d5]

        updater: initial working on windows support for mar file generation
        
        Change-Id: Ia91724afbb258c7667dd18e76a32be24bff369ef
        Reviewed-on: https://gerrit.libreoffice.org/40753
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [57446e0b60b9edbe1d72b13d664857f8d09c5048]

        sw: store paragraph signature as rdf metadata
        
        Change-Id: I13e6079e2aa3bee3dac10b11b0a23e9b798e02a3
        Reviewed-on: https://gerrit.libreoffice.org/40722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80095665bfcb8dd22b7cfe4fcc7d7a3023712385]

        fix regression from dafae0fe31353a8092334328d499bc108d39e44c
        
        Found by the UBSAN tinderbox.
        
        Change-Id: I0c23f316713bb6c8abc331a1a2d131a068962812
        Reviewed-on: https://gerrit.libreoffice.org/40752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-04  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c8e3633a352c2fda3aebb9781288a926e7a88c42]

        Make ActiveX controls import working again (PPTX / XLSX)
        
        It used to work earlier, but there were an issue with the
        shape id and so controls were not find. Also in PPTX import
        the persistStorage attribute was handled only for parent
        controls and not for other kind of controls.
        
        Change-Id: I9784166b65407b79b6dfed8a38087b55b1b69835
        Reviewed-on: https://gerrit.libreoffice.org/40751
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-08-04  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [345994dad91765e5356f95786146bf8aca5a4aa3]

        sw: sign paragraph text
        
        The results are not stored anywhere just yet.
        
        Change-Id: I99a701ee8a16f166350c7c342b34b8fc476a81ae
        Reviewed-on: https://gerrit.libreoffice.org/40721
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-04  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [0a64fa41045eea8ea179bbf0eee306ffb5851500]

        svl: move DecodeHexString from vcl
        
        Change-Id: I86da993050bde20f9ff0413ad5424673647a0e5c
        Reviewed-on: https://gerrit.libreoffice.org/40720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-04  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [12e13f1f177d6f203edfbef4b31e1e7d3d3d7e78]

        rtl: typo in doc comment
        
        Change-Id: I068d0bce3e0122d4539d489097ef7771f910ed0e
        Reviewed-on: https://gerrit.libreoffice.org/40719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [db76b6e4f0bab7670a401c1b7b8b2ce92ef08a03]

        rename nAnzResStrings->nResultStringsCnt
        
        Change-Id: I631236b5750f1ddb9828ab5ebd4c59e7f1b81390
        Reviewed-on: https://gerrit.libreoffice.org/40710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [98d7b40986afaf35894f8a7b36530975cae73fa9]

        loplugin:constparams in sw part2
        
        Change-Id: I51ae0e8caaf46f141d3d15ace47612df1e476de7
        Reviewed-on: https://gerrit.libreoffice.org/40735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f060d6450702c9992948266385aea9aa06000a8a]

        VBA tests- add functions STRING,STRREVERSE,SWITCH
        
        Change-Id: Ibba3b5cabee31af44f0e8dda5a11f152ab0cfe01
        Reviewed-on: https://gerrit.libreoffice.org/40730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

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

        Resolves: tdf#111308 crash after load designs with no design selected
        
        Change-Id: Ia7d5e1d0c4c960700d94cfec01a8a01799f89d9a
        Reviewed-on: https://gerrit.libreoffice.org/40732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        CVE-2017-11742: Expat 2.2.3
        
        Change-Id: I1a1de789eaa5a78d2dc0e41ef861d10fa97b689b
        Reviewed-on: https://gerrit.libreoffice.org/40718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [5176c1dd609939df388d58871dfa7db789e13523]

        loplugin:constparams in sw part1
        
        Change-Id: Id8d8afe268a82585ec2d3699411073dfb905d6ba
        Reviewed-on: https://gerrit.libreoffice.org/40734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Caolán McNamara  <caolanm@redhat.com>  [4dd34cd4b829bdc1679b11f19e957313f11620cd]

        tweak insert break menu to load the same with native gtk builder
        
        1) missing "Modal" in the .ui
        2) and there shouldn't be two active members of the group
        3) and seems that the "Active" property in gtk and groups either isn't working
        properly or doesn't work as I expect, what works in both impls is to make the
        Active one the "group" and make all the others a member of the "group" of the
        Active one
        
        Change-Id: I216c7c4bec864fbbf13152e5bd29d70724a34f7c

2017-08-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [3d8846a51acc509118a0af6ac16539c19109ff8d]

        Fix JunitTest chart2 unoapi
        
        Change-Id: I41b8df11778570888cd6943d25d72ca33661c305
        Reviewed-on: https://gerrit.libreoffice.org/40723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-08-03  Caolán McNamara  <caolanm@redhat.com>  [7c8efa0972891b732b57754e809e0448163f2004]

        Resolves: tdf#111087 change names from bmp to png
        
        they are really png in icon-themese and while some fallback
        code will find the png if they get included in the final zips
        the zip builder won't include them if the name doesn't match
        
        Change-Id: I0f08685403f8e4a92b7661edcbb8b14af1034fea
        Reviewed-on: https://gerrit.libreoffice.org/40728
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-03  Tor Lillqvist  <tml@collabora.com>  [59a00dde20b7862ad5e5e0f208631dae6c213bb5]

        Make this function multi-thread safe again
        
        This reverts commits 633178bffaf23ae322060e2c304c9c2cf12b46cc and
        e6ae91a8248fceee4248aadaf9f8aadec3fcc2bc.
        
        Alternatively the static aResults could have been made thread_local.
        
        Change-Id: I3b689c49ba3b7b2ee8ccdb8ec77a9c8cb6f306d1

2017-08-03  Caolán McNamara  <caolanm@redhat.com>  [9bee38c95b2c426d3c87a30d34172aca352f0141]

        ofz#2846 null deref
        
        Change-Id: I88b61d7a4faaed118db8df6f99cef08310c1f2eb
        Reviewed-on: https://gerrit.libreoffice.org/40724
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [24817c26b3f8cc1a8156357316be442e5460a1a7]

        loplugin:constparams in starmath
        
        Change-Id: Iac470b572311241216622f22bc543c0bd10a28f6
        Reviewed-on: https://gerrit.libreoffice.org/40714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9e9dde5ae6f8955b5e6584dd5d809c98bb66814]

        loplugin:constparams in reportdesign
        
        Change-Id: Ibbaca071e1279a7b5302207fe27e71d2994d6768
        Reviewed-on: https://gerrit.libreoffice.org/40713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Tor Lillqvist  <tml@collabora.com>  [89df47218b77f7c64758583cf1ade59ade5b39c0]

        Delete nonsense comment
        
        There is nothing called GetInPlaceObject() or SfxInternObject.
        
        Change-Id: Ic2cc48a208874c0781416c77703a5d9fe989519d

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

        Resolves: tdf#33692 drawing objects not visible after creation via ctrl+drag
        
        Change-Id: Iecdff08b36ebee0135c6cac1882702fc4d6dd087
        Reviewed-on: https://gerrit.libreoffice.org/40457
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        unwind 'Pointer due to compiler problem' hack
        
        it was 17 years ago and a different string class
        
        Change-Id: I0d23e846aaf8eabf1ef00219f71897226b00e8f0
        Reviewed-on: https://gerrit.libreoffice.org/40685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8416c5364c04578747876acdd4dac8539d24fe6b]

        rename nAnzNum->nNumericsCnt
        
        Change-Id: I798314c9c17f4341fa9c5fc87be4fc72a07e7d9e
        Reviewed-on: https://gerrit.libreoffice.org/40709
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [a57f45a4d90544bf4939a94413f261399cbdccba]

        rename ID_FUNCTION_GRP_FINANZ->ID_FUNCTION_GRP_FINANCIAL
        
        Change-Id: I9401c198d622542e8ae85a9b4bf004b3ddcac051
        Reviewed-on: https://gerrit.libreoffice.org/40708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c04867710cd2bf5164a707bdc42e6f59d18c82d]

        loplugin:constparams in forms
        
        Change-Id: Iad55606361fedc7d7e87e8f4a3565413579b1f72
        Reviewed-on: https://gerrit.libreoffice.org/40711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0ccf9683f0a65f1b4c1e54fa7797fa52b96c6bdd]

        rename MAX_ANZ_DOUBLE_FOR_SORT->MAX_COUNT_DOUBLE_FOR_SORT
        
        Change-Id: Ie3167ad7961703b88cd1eb6535aed34955b4eb98
        Reviewed-on: https://gerrit.libreoffice.org/40707
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [91d8d9c3f15857976c8548e006201b59c2036c0f]

        remove bogus backspace \b escape in qustom-quotes string
        
        Change-Id: I3c6118641a998dbda77d446b0d5a022320fcbc98

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5630adf33cc7d30a657e789e2bf0978028e0c1f]

        loplugin:checkunusedparams in various
        
        Change-Id: I4f54940a9ebdcd47776b2a5f7bae6e49b633ee44
        Reviewed-on: https://gerrit.libreoffice.org/40706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [70d0425dd4fffd51170ccf0ca12a28870b0b7b1a]

        rename ANZ_DEFAULT_STYLES->DEFAULT_STYLES_COUNT
        
        Change-Id: Ie601b0bac8d9e954760fd022d2f4312c3a127b6c
        Reviewed-on: https://gerrit.libreoffice.org/40704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [15d0dd662c79c24944689f9fa7396d85ce4f33e2]

        EPUB export: add initial package implementation
        
        Just a skeleton, doesn't use comphelper::OStorageHelper yet.
        
        Change-Id: Ic83e05b3a041c0c572e294eacd5b9dcb6eeae897
        Reviewed-on: https://gerrit.libreoffice.org/40703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [fad0ddcb8804e16c7eba5c8582c9a189a962abaf]

        rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATS
        
        Change-Id: I83df4ecabcbc98b5a75f93e44b584291068c6e94
        Reviewed-on: https://gerrit.libreoffice.org/40702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [1972e4691961a6424b772dcf7570181d3c50369a]

        rename SV_MAX_ANZ_INPUT_STRINGS->SV_MAX_COUNT_INPUT_STRINGS
        
        Change-Id: Ib915eb709966b7a487e54694ae3be7e5c2d3a452
        Reviewed-on: https://gerrit.libreoffice.org/40701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [dafae0fe31353a8092334328d499bc108d39e44c]

        loplugin:constparams in sd
        
        Change-Id: I833c6da99d5ccb8f6a8b5c905bee73b75fde0a89
        Reviewed-on: https://gerrit.libreoffice.org/40700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [eba883c8a2ce045fc7bd3848d796ca10b7f4ba51]

        lok - add support for in place chart editing
        
        This commit add a minimal support for editing chart embedded in a
        spreadsheet or a text document or a presentation.
        Graphic objects can be moved and resized, text objects can be edited.
        
        Change-Id: I8e637dabf328a94bd6bb0e309a245302cff421d8
        Reviewed-on: https://gerrit.libreoffice.org/39342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [166f13ef65b4a0eb9927eff2ffe5bac319785ee7]

        xmlsecurity: remove unused XMLEncryption_MSCryptImpl
        
        This is unused since commit 2303d4f1a2b7e25fe864323adeec398057cebe72
        ([API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryption,
        2017-07-18).
        
        Change-Id: Icaf5054f13271a9040137f305bd7be40d1be6600
        Reviewed-on: https://gerrit.libreoffice.org/40699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1a68c13518a4fd7e87098dccf4e1df3b36b57469]

        starmath: cleanup includes with iwyu
        
        Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb
        Reviewed-on: https://gerrit.libreoffice.org/40666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b725f98d64f2413d064e487ca7869ac258e6c4e]

        rename nAnzStrings -> nStringsCnt
        
        Change-Id: I387b702a0bc785a8e9da4e0390067626c5475319
        Reviewed-on: https://gerrit.libreoffice.org/40674
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-03  Julien Nabet  <serval2412@yahoo.fr>  [14b809550657f9df3a70d533ef54df857d48bc1b]

        tdf#111074: fix AddDays in calendar
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=fcd0361d6be8d088be12e500f0120afd7995d1ac
        In calendar.cxx,
        aLastDate -= nWeekDay;
        was converted with
        aLastDate.AddDays( nWeekDay );
        
        Change-Id: I8df8d288b0f5cfae66d798b1a96b5033c12d6503
        Reviewed-on: https://gerrit.libreoffice.org/40696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [46b9d35ceaba80ce73fb0b4b5a87dbdf0a674628]

        tdf#97745 use lowercase names for file
        
        Change-Id: I7de7855c65a273bc94019c61c25d8a44b5c55b7b
        Reviewed-on: https://gerrit.libreoffice.org/40698
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2017-08-03  Jan Holesovsky  <kendy@collabora.com>  [6cb712007dabcf82d9d5da03821374f5a0aecba1]

        lok: Support RTF as output format.
        
        Change-Id: Ifea2d1dbf3d4424af557c18e31404e07f8ae89c2
        Reviewed-on: https://gerrit.libreoffice.org/40691
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3acfc281ad2324a678367d907ce4b2b5a9e2abc0]

        VBA tests - STR and STRCOMP functions
        
        Change-Id: I09daaa8be3687bf838f569849542d47c85907d1e
        Reviewed-on: https://gerrit.libreoffice.org/40687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-08-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [fb8b0585d9b821d1981153f27db55b5e9d768e7b]

        loplugin:checkunusedparams in sw
        
        Change-Id: I8a6b2647375a54720cd9fd765cc51c9ff43c8190
        Reviewed-on: https://gerrit.libreoffice.org/40682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f16306964d5bb81dda3c681bcabbacadf424e7b]

        external: bundle libepubgen
        
        And backport a post-release fix that fixes the Windows build.
        
        EPUBExportFilter in writerperfect will want to use this.
        
        Change-Id: I020cd2abfd0daa731f4079320b18a6d857874278
        Reviewed-on: https://gerrit.libreoffice.org/40679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [764e7d873f8568ff4981de0139d09401d7f64c02]

        add a few const purely for documentation reasons
        
        Change-Id: I6b7e5dac24e7aa5d48d6661235059ba29207e1d7

2017-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [0ccbd58834259cd7724edacde283f4f0f6ed2db0]

        tdf#110997 protect calls to implBuildFromRelative from year overflow
        
        Change-Id: I5c6768766673832b7271292af85db1b76e51042c

2017-08-02  David Tardon  <dtardon@redhat.com>  [cb4fd238969aedc139dbbeaf0b22f95a70d525ac]

        upload poppler 0.57.0
        
        Change-Id: I681c7c409b5ce70cc64615dabe8f079df639bcdf
        Reviewed-on: https://gerrit.libreoffice.org/40673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-08-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [94bbc7afdd90a2551a8efe9e215f8d4800358032]

        tdf#97745 rename index,html to LOHelp.html
        
        Index.html is not a good name on a website that is called
        from LibreOffice. Use LOHelp.html instead to handle
        special case of URLs comming from LibreOffice help call.
        
        Change-Id: I0f33e56c0e6eb81deebeaedf6e24b9c3c791a68c
        Reviewed-on: https://gerrit.libreoffice.org/40662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2017-08-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [3dcf6dfceee58360501396390d78c006351aef47]

        remove unnecessary use of 'this->'
        
        Change-Id: I5c115389af7d24c18ddaf5fbec8c00f35017a5b4
        Reviewed-on: https://gerrit.libreoffice.org/40671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-02  Caolán McNamara  <caolanm@redhat.com>  [3b35bcf25fce566f91d084574650181ea791dff8]

        split out VclBuilder static methods
        
        Change-Id: Ic94b39351c9a6131fb61883a98ae9e3ee60ad119

2017-08-02  Caolán McNamara  <caolanm@redhat.com>  [0ac1e2ad19d4fdb46dcf54f67db2df081f4675bb]

        Resolves: ofz#2833 null deref
        
        Change-Id: I021a716aa76d430a1d3c6fac2dddec4daa01e563
        Reviewed-on: https://gerrit.libreoffice.org/40667
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-02  Caolán McNamara  <caolanm@redhat.com>  [7b1ed003fd059598748de51b172c2f5660c92154]

        make *_by_window private
        
        Change-Id: Ibcee381a11541824cd989d56bad0811bc149e5f2
        Reviewed-on: https://gerrit.libreoffice.org/40646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-02  Mike Kaganski  <mike.kaganski@collabora.com>  [765398294b872d01fba5345a7aa65f310ff27868]

        tdf#110448: Remove "Memory" page from Options dialog
        
        The relevant caches settings are still available under Expert
        Configuration:
        
        /org.openoffice.Office.Common/Cache/GraphicManager/TotalCacheSize
        /org.openoffice.Office.Common/Cache/GraphicManager/ObjectCacheSize
        /org.openoffice.Office.Common/Cache/GraphicManager/ObjectReleaseTime
        /org.openoffice.Office.Common/Cache/DrawingEngine/OLE_Objects
        /org.openoffice.Office.Common/Cache/Writer/OLE_Objects
        
        Change-Id: I7692fd94a873ba7220a21d51ff8a943598c6a9fc
        Reviewed-on: https://gerrit.libreoffice.org/40640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-08-02  Caolán McNamara  <caolanm@redhat.com>  [13fac4894f752e922727c6f22c6303712e06ba12]

        normalize resource locale ctor construction mechanisms
        
        make them all the same and share std::locales more
        
        various OModuleClient, etc, classes go away
        
        Change-Id: I7e3ff01a69332eeacd22e3078f66a60318de62d5
        Reviewed-on: https://gerrit.libreoffice.org/40634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-02  Tor Lillqvist  <tml@collabora.com>  [13cadf3fe38daa0b4cfddcfa68ec8631bc85f44a]

        If we are going to warn about an "invalid" URL, at least tell what it is
        
        As such the code handles it perfectly fine, and returns an error from
        the function, but.
        
        Change-Id: I356b8140381d3ccd21ff0a7f5c666552571b12f4

2017-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a24df0bed643bd06be113284c4439eac9ee62a2]

        connectivity: partially merge OWriterTable and OCalcTable
        
        Factor out the common code of these into a new OComponentTable.
        
        Change-Id: I57abac05c9b64cde69d17568e325e86b3c530b20
        Reviewed-on: https://gerrit.libreoffice.org/40648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-02  Dennis Francis  <dennis.francis@collabora.co.uk>  [9561e0f392de3b99d8a0374486d4c0575b23180b]

        tdf#109523: Do not forget to remove the chart model from...
        
        data-provider's listener set when the chart model is
        getting disposed.
        
        Change-Id: Iafbe1426cdb42059cbb4e2955a257a09aa42ec8e
        Reviewed-on: https://gerrit.libreoffice.org/40663
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-08-02  Dennis Francis  <dennis.francis@collabora.co.uk>  [d8e731adb8608aab17385e02f4441ed3122efa40]

        tdf#90352: set/handle LinkNumberFormatToSource property in xls...
        
        Import/Export filter respectively for axis numbers. For ods and
        xlsx this was already getting set/handled correctly.
        
        Also add unit test to assert LinkNumberFormatToSource property
        and number format for import and export-import roundtrip.
        
        Change-Id: Id029ac7d0233ca490a6a00609e9cea8fdafee70f
        Reviewed-on: https://gerrit.libreoffice.org/40577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95c2f226b122c7fdb77c6e9085b1fbd02189db03]

        updater: fix incorrect installation directory path
        
        With this change one step updates are finally working correctly.
        
        Change-Id: I41a33b670039adc85a24de713bd0938d99da6662
        Reviewed-on: https://gerrit.libreoffice.org/40660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74a3a035143b471c3edd2392b44c68c8695dcc23]

        updater: flush the configuration changes before we call execv
        
        Without this the external configuration writer thread might not have
        written the config yet.
        
        Change-Id: I361fd8a7ee102a8ca50899fb644a0745ed3386ca
        Reviewed-on: https://gerrit.libreoffice.org/40659
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [682cd955c36cb97a8fd276fc57be6bdb4bb0e107]

        updater: always log all Updater messages also to SAL_INFO
        
        Change-Id: Iafb9ebc8c1bc0ed317fa51b40e22bc8531bda6f1
        Reviewed-on: https://gerrit.libreoffice.org/40657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cff13c4b34430c2f70a70d96e758a8278db8f5ca]

        updater: log the update check time
        
        Change-Id: I41092b3548715a89baf9d795aa58c87a0e1621b2
        Reviewed-on: https://gerrit.libreoffice.org/40658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d3654668ec7d4a7e6e3627dde86093e8db18c0d]

        updater: disable the special handling of the user profile
        
        This should be unnecessary for the one step updating strategy.
        
        Change-Id: I8dddeae4fb4a560a1c261c0c2e84183d72fc638c
        Reviewed-on: https://gerrit.libreoffice.org/40656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c74fbd43362254bfaa1dd31069e40d23ceef9fa0]

        updater: switch to an one-step update
        
        Change-Id: I72af514ed0b3f83c8cc1fdfb8009ad523fc1a5a8
        Reviewed-on: https://gerrit.libreoffice.org/40655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bdeb3fb0eee3ff013ed948fb759f9c99e0aa5ffe]

        updater: remove the updater files after an update
        
        Change-Id: Iaf12cb66fae2ead6d899864309f0d7f4d131e072
        Reviewed-on: https://gerrit.libreoffice.org/40654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d2ef60c30893f5b3771ad645b5680ee4081113a]

        updater: make it easier to test indenpendent updater parts
        
        Change-Id: I3f06c6315349c9c53e3e76a8a01153679260c272
        Reviewed-on: https://gerrit.libreoffice.org/40653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0c54ff9a6b92d220a1eb7099dd2ecd2bd92056f]

        updater: extract the build ID generation into own method
        
        Change-Id: Ieee90215c155d031da40b2d9d0b50bc41ff2e980
        Reviewed-on: https://gerrit.libreoffice.org/40652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e7f28f152fd6ec2606c0c355d277f613a92df52c]

        Updated core Project: help  9f9cebab254146cbae0a093626ed78801e85b98f
        
        tdf#97745 Handle offline browser help
        
        * Rename index.html to LOHelp.html. index.html is a bad name,
        too generic. LOHelp.html is invoked by LibreOffice and is not a
        popular file name.
        * Clean the XSLT transform, add suport for local help.
        * reposition bookmark2file.js in the target tree.
        * remove obsolete files
        * page tree now capable to be opened by file:// protocol, passing
        'online' parameter and folder address to the bash script.
        
        Change-Id: I2cf9f69de7896bd74074745993ef033bef5c3503
        Reviewed-on: https://gerrit.libreoffice.org/40661
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ca7bda2cc8b67c2d10fcb81cce8bfd4d8b79b09]

        uitest: detect real floating windows better
        
        We use the FloatingWindow base class also for some windows that are not
        independent. A good example is the hyperlink dialog.
        
        Change-Id: I067ac0465de9ff3c8f9bc0c1a5c817a5e09d96e5
        Reviewed-on: https://gerrit.libreoffice.org/40650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-01  Julien Nabet  <serval2412@yahoo.fr>  [8b85fd641da60eae87ead152b0659c3c683509ef]

        Typo: usnig->using
        
        Change-Id: I56012f1114d6af5851593dcff1c7b841918887fb
        Reviewed-on: https://gerrit.libreoffice.org/40649
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec4229bc49a315f3f17664bb43e61d3b2e13fb87]

        tdf#109347: don't verify SSL certificate for crashreport upload
        
        Seems that on Windows we can not rely on the CA information to include
        the necessary info to verify the connection to the server.
        
        Change-Id: Ieed639c438f5a66e538d1126bb1e8ec1ea02b168
        Reviewed-on: https://gerrit.libreoffice.org/40641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-08-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [50799a721c7ddcf9475a1b79984ed64ddd7cdf57]

        tdf#109997 WIN don't post a callback event directly
        
        I doesn't seem possible to post an event deterministically to the
        end of the Windows message queue and then process this queued
        events "in order".
        
        PeekMessage and now even DispatchMessage process events out of
        order - that's how this assert was hit. I was quite sure it would
        not hit, but a simple resize proved me wrong. And the assert just
        proved that all my assumptions were wrong :-(
        
        So this gives up the whole idea of a short-circuit message queue
        handling on Windows for busy processing of LO Idles and goes back
        to some kind of the original "always timer" implementation. Since
        the "parallel" processing of LO events after system messages
        during DoYield  was dropped, this might be slower; or not.
        
        In the end this simplifies the main loop almost to the starting
        point, except for a little busy loop, if we wait for an Idle event
        timer - not so busy acually, as we just switch to another local
        thread, which hopefully is our idle timer waiting to fire.
        A short-circuit with a little detour.
        
        Change-Id: Id63a2a9e2a3b1501ad50a2c6f308a36efe55e68f

2017-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c90e9ca50300c7f59558095c2716c098632c8d37]

        EPUB export: add initial document handler
        
        It doesn't do anything useful yet, though.
        
        Change-Id: Ic881a9aec92981306aa815d9d10b6aa0ea949237
        Reviewed-on: https://gerrit.libreoffice.org/40639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  jmzambon  <jeanmarczambon@gmail.com>  [51dee24ce82e0fc4b864ac2905ce3587acf344f3]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 4)
        
        Convert tests:
        - test_end1
        - test_end2
        - test_end3
        - test_end4
        - test_end5
        - test_empty1
        - test_empty2
        - test_empty3
        - test1
        
        Change-Id: Id21f94be9c5c36e72a25409ed8541908671fdb59
        Reviewed-on: https://gerrit.libreoffice.org/40149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0abb2f6a4e2392ce44634a58f3a5d1af1868499]

        EPUB export: invoke the underlying ODT exporter
        
        The document handler is still missing, though.
        
        Change-Id: I26aa9c2211fafb311e297f48d4301c0c26ec8edf
        Reviewed-on: https://gerrit.libreoffice.org/40636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  brainbreaker  <gautamprajapati06@gmail.com>  [7f369c730a7e6ab834f67c294e4091378f3b99ce]

        android: remove unused GCC related code from configure.ac
        
        Change-Id: Ib54e31a4d01721fbb47e3c9f63d3a7c6a6b53a8f
        Reviewed-on: https://gerrit.libreoffice.org/40488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [ae58332da82db163dee188ec3dff28662c746751]

        fix aqua build
        
        Change-Id: I814cecc30c95e967b16fd6d57cb4b3eaf3d5e5b4

2017-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba7ebd400d39bc84ababab3bb416a199d57780e8]

        writerperfect: add initial EPUB export filter
        
        It doesn't do anything yet, but EPUBExportFilter::filter() is called.
        Actual functionality will be provided by libepubgen later.
        
        Change-Id: I7229dc33c69238c6e98a7bb30fd38473b3c35bfe
        Reviewed-on: https://gerrit.libreoffice.org/40630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [b1d829e52e826b6ea4ae884a64fdb68b66c74dd7]

        move resmgr to unotools
        
        and the vast majority of translations is to the ui language so default
        ctor with that arg
        
        and now drop OModuleResourceClient
        
        Change-Id: I3b85a560ffdfe5f019c2271ac56a5fe4a361522b

2017-08-01  Pranav Kant  <pranavk@collabora.co.uk>  [f4e5940abbbaa3c2747108b0954e8912d164f3e5]

        tdf#110743: Use page position to insert master page, not id
        
        Fallback from c454fbb9b62164d5f047990ae63522c9fb932086
        
        Change-Id: I8835f1a23feeb12d77963e621e8d9d59568420f2
        (cherry picked from commit d4fc7da34f8cdd6f7823236fe57020c9b104bc1a)

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [3fd6c24e3cddf41f88ec6a7405f4848209002adb]

        Related: tdf#109856 redo 'insert multiple tabs after' inserts too many tabs
        
        Change-Id: I50e8941408343f8fa9acf017d7c195279952916d
        Reviewed-on: https://gerrit.libreoffice.org/40626
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [879c1c398ffdd00b7a9e9cc3cbe26e1aa263e00d]

        Related: tdf#108655 only write to config if values changed
        
        Change-Id: I6ba001745638dc2b8ce091d717915e334ece4b04
        Reviewed-on: https://gerrit.libreoffice.org/40623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [871035d72aa0d59b42997056b16d889dd1371ce8]

        loplugin:constparams in various
        
        Change-Id: Id15f3562f42afa6c679cea3c839172557ead0395
        Reviewed-on: https://gerrit.libreoffice.org/40624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [d09b943fc4292d47a9d93f6e423cd0eafbd799ae]

        ofz: survive missing config
        
        Change-Id: I011b6e3259f1567ddbacb22e19b06f7ae5aa63ed

2017-08-01  Caolán McNamara  <caolanm@redhat.com>  [104aa89163c3ddc0c9ac5324d5c5708c32c06a94]

        Resolves: tdf#109856 undo 'insert multiple tabs after' doesn't work
        
        Change-Id: I534536358b2a949667c1c258bf27e13763c0de57
        Reviewed-on: https://gerrit.libreoffice.org/40620
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-08-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [612b489d3e05b24c1b6690082e8518bac033e9d2]

        loplugin:checkunusedparams
        
        the "check for taking address of function" part was generating false+
        
        Change-Id: Iad6203850901229b7b1b2f8938c68ec703cd343f
        Reviewed-on: https://gerrit.libreoffice.org/40613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [17e14d459dea201b57be2d8e677fa776ead03291]

        writerprefect: run astyle
        
        So that whitespace and (later) functional changes are in separate
        commits -- and writerperfect/README asks to run astyle before
        committing.
        
        Change-Id: I771ad70932ed8bb3254a230562ea40440e2d4be7

2017-08-01  Tor Lillqvist  <tml@collabora.com>  [0267612dfb997032a870ae5c06171008c3af98d4]

        Bin default value for a bool parameter that was defaulted in only one place
        
        Change-Id: Ie5d4339639a034c4be991c9302576a116866b085

2017-08-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c64b2e06b7495e50c0a8d46d639316283da6a9c]

        loplugin:constparams in lotuswordpro
        
        Change-Id: I2ad14fa797c99d26975dc472c1db115d94160eee
        Reviewed-on: https://gerrit.libreoffice.org/40615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [aaa6a5202a447fb4e86d5f016d8e79fbc34a3ed7]

        tdf#109790 RTF import: keep remembering paragraph style between \cell and \row
        
        This is the opposite situation as tdf#44715, where the problem was that
        style was not reset between in-cell paragraphs.
        
        Here we don't want to reset the paragraph style too early, so that
        direct (character) formatting isn't lost just because the theoretical
        end-of-row character would not have the same direct formatting.
        
        Change-Id: I9bb54f37804f5889fb10504ae890362a2e42122c
        Reviewed-on: https://gerrit.libreoffice.org/40609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-08-01  Aron Budea  <aron.budea@collabora.com>  [d99cc336d8476975a9fd7adf01b4b9f9cd917aaa]

        get-bugzilla-attachments: fix typo, ppotx -> potx
        
        Change-Id: I9ac25784cf772b0056936127ddd91d39264489ea
        Reviewed-on: https://gerrit.libreoffice.org/40614
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-08-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c210d7cc092616ecdd1072f1238ec3b619f7387b]

        make it easier to debug the generation of certificate data
        
        Change-Id: I86e3c3254cef297c46a8ca377b5ceb36b348e2b3
        Reviewed-on: https://gerrit.libreoffice.org/40607
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6de75d132fe44a6f3e6160fec0c2e5e32ed023d3]

        updater: get the signature verification working on Windows
        
        The updater itself does not link to NSS on Windows and instead uses the
        Windows-internal crypto libraries. However the mar executable needs to
        link against NSS, so we need to split the code a bit.
        
        Change-Id: Iea61c716aa507a876fdb444eb28ad828bdea18bd
        Reviewed-on: https://gerrit.libreoffice.org/40608
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2539702ff5e7bf6bc5dbdb3f8301196487b9266b]

        updater: fix windows build, string issues
        
        Change-Id: I79ff08534dc522ede50cd0c5771576d825977b7c
        Reviewed-on: https://gerrit.libreoffice.org/40606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31786ffa1e30fbf05b48293e26c3ceabb58cf6ee]

        updater: fix include and exception support for updater service
        
        Change-Id: Ia0c7a62779bb8e870e8d5e458b81b5d2a09300d0
        Reviewed-on: https://gerrit.libreoffice.org/40605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf713ccf7474dd40cfc68454e3781f3236e2c60f]

        fix updater code on windows
        
        Change-Id: Ic1e39bc8f4ef6afe8781ce62997201acba56680a
        Reviewed-on: https://gerrit.libreoffice.org/40604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Ximeng Zu  <uznomis@yahoo.com>  [b9471511523d5c80b80a5e99d149af65e9915840]

        [Android Viewer] Add cell selection by row/column/all
        
        Added cell selection to Calc docs in Android Viewer with a
        similar behavior to LOOL wrt. row/column selection.
        The user can tap on any header to select whole row/column
        or select all by tapping the top left corner of the header.
        
        Change-Id: I34bdbb1aacc5fc0ed9175908936a8a5e6eec4ff4
        Reviewed-on: https://gerrit.libreoffice.org/39694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [90ac4671c13ed4f548bb4188355b02217b9e24ba]

        make IntlWrapper arg to GetPresentation non-implicit and non-optional
        
        which requires explicitly adding null in
        
        1) SdrItemBrowserControl::SetAttributes(const SfxItemSet* pSet, const SfxItemSet* p2ndSet)
        
        where SdrItemBrowserControl is only used by SdrItemBrowser and the only use of that is
        within DBG_UTIL in SdrPaintView
        
        2) SwCursorShell::GetContentAtPos( const Point& rPt,
        within a #ifdef DBG_UTIL block in
        
        3) SvxSearchDialog::BuildAttrText_Impl( OUString& rStr,
                                                     bool bSrchFlag ) const
        where the other branch uses SvxResId
        
        4) SfxPoolItem::dumpAsXml(xmlTextWriterPtr pWriter) const
        5) XFillStyleItem::dumpAsXml(xmlTextWriterPtr pWriter) const
        
        looks very much like all uses (outside the dumpers) are intended
        to be in the ui locale
        
        results in that INetContentTypes::GetPresentation always called with UI Locale
        
        Change-Id: I5a110c107838b4db3c355476426d6532f2b6ce52
        Reviewed-on: https://gerrit.libreoffice.org/40538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-31  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d62d07b3d29014f76c0d676c891cbafa80d0765f]

        Corrected HitTest for layouted text
        
        For text layouted using EditEngine the HitTest in SVX is
        identifying Field like URLs. Thus ist is better to use the
        anyways more precise primitives for HitTest (rotation/shear/
        mirror, ...). This was necessary since the former mechanism
        which used a combination of primitive-beased HitTest and then
        using an Outliner to get the position/content of the Field
        landed on different positions e.g. when the layout needed to
        use multiple lines for the contained URL, but there could
        be more cases found.
        Adapted the text decompositon, the primitive HitTest and
        the TextHirearchyFieldPrimitive2D accordingly.
        
        Change-Id: Ice559e20d02547fdcfcf9783e7cc5481706aab03
        Reviewed-on: https://gerrit.libreoffice.org/40591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-07-31  Mike Kaganski  <mike.kaganski@collabora.com>  [22334f8a003d26c71d772a8e00fc80b7e6d2bef1]

        tdf#109537: treat Temporary Internet Files as temp directory
        
        ... on Windows. Also, when testing against ordinary temp directory,
        use system path, not LibreOffice temp directory (thanks to Aron Budea).
        
        Change-Id: I52ecddc65097d6d64ec45e882cce8f1e7006794d
        Reviewed-on: https://gerrit.libreoffice.org/40594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b04455e23174a5f479932f919b7b2b9831b2c54]

        loplugin:constparams in writerfilter
        
        Change-Id: Ic0455f0a61825ec649ecbb78244f78a20df2787a
        Reviewed-on: https://gerrit.libreoffice.org/40595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2bf0d06fa3c634024db816a93e53e904f4eb2d1]

        starmath, sw: fix inconsistent param naming in interface/implementation
        
        At least some of them.
        
        Change-Id: I69d4b0b000efec863bf66e9719b57e881ff23689
        Reviewed-on: https://gerrit.libreoffice.org/40596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a4412f70cd07baa8e67dd92dc1c403455bfe3a4]

        loplugin:constparams in cui
        
        Change-Id: I5f3e4ba8d953bbce22c3c359bb1c3ae2ac47eb1d
        Reviewed-on: https://gerrit.libreoffice.org/40593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [ee9e027de092b91e97e4d280f26bd8c73bae602a]

        svtools: Mark arrays as constant
        
        Change-Id: I46df79ababe4ed0f22f015e41f9f855c12776a8d
        Reviewed-on: https://gerrit.libreoffice.org/40597
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [6ea9062d233e153a5df0e7368af4c6a49d955485]

        Related: tdf#109427 cache std::locales
        
        Change-Id: I9c2f3372334a70039abbd851568e37a69deeb311
        Reviewed-on: https://gerrit.libreoffice.org/40592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [6742173da1c50aacbd76d8dec30f11839e39ee8e]

        add CVE-2017-9614 testcase
        
        Change-Id: Ib29114642c898d1c73ee72ac368a19c56950dabd
        Reviewed-on: https://gerrit.libreoffice.org/40586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [56be2245bf11ddb64fcfbf8175a864d688ac5c1a]

        loplugin:constparams in dbaccess
        
        Change-Id: I4994c4f0ae614c8f98466f440412f28380ddd6a6
        Reviewed-on: https://gerrit.libreoffice.org/40589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Tor Lillqvist  <tml@collabora.com>  [2702c2d1eb9af2d03d5e0a1b7704ab170a5e8d31]

        The code handles the nLevel == nCurLevel case just fine
        
        I get the warning from such a case when loading an .xls written by
        Excel 2013. I have no idea how common it is. I have no deeper
        understanding of the code here. I just want to get rid of one more
        unnecessary warning.
        
        If nLevel > nCurLevel the code indeed probably will misbehave quite
        badly (thanks to unsigned arithmetics).
        
        Change-Id: I6cc5af454049e6ec054865535d2f7a54c6264613

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [76badcaf7a426458be55355427d6ef689d62ac69]

        loplugin:constparams in extensions,scripting,sdext
        
        Change-Id: I3d47e144db17358bf6e2e5e3f4ad29de888c01b1
        Reviewed-on: https://gerrit.libreoffice.org/40583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [b1a1baa66a8eb0553df87769d48e3cc7e533a1d8]

        loplugin:constparams in formula,xmlhelp
        
        Change-Id: I1c987d991a5b292df327d1bb921099233b5531fe
        Reviewed-on: https://gerrit.libreoffice.org/40584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [4732e65646016087d772adb3a0b55c166b35356d]

        loplugin:unusedfields in sw
        
        Change-Id: Iad2bddb2359af3e7da40175d17d2d3ed7eda5be6
        Reviewed-on: https://gerrit.libreoffice.org/40229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [b6e32d53ce9c98bfba517c40f53d40e97a091b0e]

        update cppuhelper pch
        
        Change-Id: Ifa6390c6665b6048e320a1a61f690ce980b40d6e
        Reviewed-on: https://gerrit.libreoffice.org/40582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-31  Michael Meeks  <michael.meeks@collabora.com>  [ff1471d33113a26b414a473c81b0b316c3b82504]

        tdf#109262 - load libraries, and handle exceptions for --script-cat
        
        Change-Id: I928ec885f445615fa1fb8a7cfb4ccc0015381d67
        Reviewed-on: https://gerrit.libreoffice.org/40550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-31  Justin Luth  <justin_luth@sil.org>  [6f57c09aadd40009173f8ae3654004dd0cad9fb8]

        tdf#108944 writerfilter: fix missing footnote separator
        
        Fix regression from e79ef12b7a904f17d4147fa409d055c12b70f952
           tdf#107033 DOCX import: fix unexpected missing footnote separator.
        Initially related to tdf#68787.
        
        If HandleMarginsHeaderFooter was called twice, then it automatically
        would have disabled the separator. Clearing the HasFtn/HasFtnSep flags
        also shouldn't be run when in the footnote sections.
        
        Change-Id: I00cbd1cbc8dc86edf426f852c59c3f943e373b13
        Reviewed-on: https://gerrit.libreoffice.org/40551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [8302f334b66f9d16e208a7cf4d4d1033664eb0e4]

        loplugin:constparams in oox
        
        Change-Id: I43984b4ece82da39ca61a91fa14e4660298509dd
        Reviewed-on: https://gerrit.libreoffice.org/40581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fd9d25d04709a3ec6957f6b40d5534bec86ed6a]

        loplugin:constparams in filter
        
        Change-Id: I938375bd3072dbc00e4b8c2e6d53c5c4c6ef0e7c
        Reviewed-on: https://gerrit.libreoffice.org/40580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [545c6fdd8267354d74d3d3a6fc6641fd7c25a0dc]

        Resolves: tdf#109007 SvxCharView is in sfx2 not cui
        
        Change-Id: I54f19f61161f3473cbdf2b1bfdc04e9354cc39a8

2017-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [436deb540d0109b5db07186de69744abff77a7c0]

        sw: prefix members of SwAccessibleNoTextFrame
        
        Change-Id: Ic7a24291a0e018c53893e4d42591a1c4e85c4178
        Reviewed-on: https://gerrit.libreoffice.org/40578
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-31  Caolán McNamara  <caolanm@redhat.com>  [00ed4d3a30abf61b5601fa70a7b1371409fceada]

        ofz: survive avoid config
        
        Change-Id: I79cb298ad6f6223953dfd4eef1627abee0f64a18
        Reviewed-on: https://gerrit.libreoffice.org/40571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [c394363c84064c041391627602665ea1fa74db60]

        loplugin:constparams in basctl
        
        Change-Id: If6c2b980a2916c4ee8ac108fbb84b006a35f49c5
        Reviewed-on: https://gerrit.libreoffice.org/40570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9253818ec8252169c20450b41878be459568d95]

        loplugin:oncevar
        
        extend oncevar to any POD type
        
        Change-Id: Ia98ee0a67f183e40fb0c38477760124b2c411dc0
        Reviewed-on: https://gerrit.libreoffice.org/40564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [242a796a71e29a1d8cdc4dd71d2465b898db32ab]

        vcl PDF tokenizer: indentation fixes
        
        Change-Id: Ic8c652085c3132c0245c2629b71b0e2555d167cb

2017-07-31  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [6d327ffeb12134e28b975b1894b03870fcddf31d]

        Moving legacy contexts to FastContexts:
        
        ScXMLConditionalFormatContext
        ScXMLColorScaleFormatContext
        ScXMLDataBarFormatContext
        ScXMLIconSetFormatContext
        ScXMLColorScaleFormatEntryContext
        ScXMLFormattingEntryContext
        ScXMLCondContext
        ScXMLDateContext
        
        Change-Id: If2980e87198b934b4f8e95a6278f4026c092896d
        Reviewed-on: https://gerrit.libreoffice.org/40561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [b6076ea5ce60bc1c971db502af3c963da51d8f82]

        Moving legacy contexts to FastContexts:
        
        ScXMLCellRangeSourceContext
        ScXMLDetectiveHighlightedContext
        ScXMLDetectiveOperationContext
        ScXMLCellTextParaContext
        ScXMLCellTextSpanContext
        ScXMLCellFieldSheetNameContext
        ScXMLCellFieldDateContext
        ScXMLCellFieldTitleContext
        ScXMLCellFieldURLContext
        ScXMLCellFieldSContext
        
        Change-Id: I605e83064a7c0ec8dc0c78a93d2fec0ebdbce565
        Reviewed-on: https://gerrit.libreoffice.org/40553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce1b56ae4ad35fbb5e2f5cc6f4b7ce4839f4e285]

        add initial file format representation for data import feature
        
        Change-Id: I51143ecfe4eb1584f13bd1590f927743de8fa91e
        Reviewed-on: https://gerrit.libreoffice.org/40572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20ecb4b7b807b63d25195c44c02cb5bf0624ab7a]

        use empty instead of size() == 0
        
        Change-Id: I08b1e73323a15dd977daba98946e7deec3967503
        Reviewed-on: https://gerrit.libreoffice.org/40575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0163984ce76141665296969118791a9ffbf076eb]

        uitest: wait longer for the blocking action event
        
        Blocking actions are normal actions plus a modal dialog. So we need
        to wait quite some time before considering the action as failed.
        
        Change-Id: I76360b15f54abb1f957a1cddf5314359dfae2d25

2017-07-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b1fd54a408602126003ffd5032fb86e95b2744cb]

        update credits
        
        Change-Id: I13b07b0a60fdb9fdf736431c6af87d2c2d123182

2017-07-30  Caolán McNamara  <caolanm@redhat.com>  [569ae950f728c658be559d44932a0622df3ed268]

        ofz: resource dir no longer needed
        
        Change-Id: I447d48930d3321f5c3e1aab9f7b04299cc75f6bb

2017-07-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0160766097798806ce89533b25124477b1a2996a]

        blind fix for MacOS build
        
        description of problem here:
        https://lists.freedesktop.org/archives/libreoffice/2017-July/078168.html
        
        There is no need for a explicit delete of operator!= .
        C++ doesn't generate comparison operators for objects even if one
        kind is defined (here operator==).
        
        Change-Id: Ifb22b3f9baa5ca23a4b64800d601cec66dcf39e0
        Reviewed-on: https://gerrit.libreoffice.org/40566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-30  Lionel Elie Mamane  <lionel@mamane.lu>  [875ec879c098f39bc4ed552d31f28e8e67942804]

        janitorial
        
        Change-Id: Icb8ec00635e42ac8a52e3a9d5ac360f11bf6e645

2017-07-30  Lionel Elie Mamane  <lionel@mamane.lu>  [2b1d6f0d3b0b025148c81986ba7f109659d838af]

        tdf#96370 rework filtering to be aware of WHERE vs HAVING clause
        
        Several bugs (AFAIK not filed into tdf bugzilla) fixed.
        
        Remaining problems:
        
        When some filter clauses go into WHERE and others in HAVING,
        they are always logically ANDed (it cannot be any other way),
        but that is not communicated to the user in the UI.
        
        Some things left undone:
        
        * DatabaseDataProvider (and its users?) needs to be updated
          to be HAVING-aware, too.
        
        * Form-based filter (.uno:FormFilter) not HAVING-aware
          it reads the current filter in function
          svxform::FormController::setFilter
          in
          svx/source/form/formcontrollers.cxx
          That's one place that needs to be updated.
          The other place is the one that applies the filter.
        
        Change-Id: I0e9d30a1927b6739a16ae7627e8d0dae8823b376

2017-07-30  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [aba73077851a744c06e72b3bddf5a0bae85d7c28]

        Accessibility: simplify VCLXAccessibleEdit::setText.
        
        Change-Id: Ie007d8e005909cfa8a59a25178c5694588443e94
        Reviewed-on: https://gerrit.libreoffice.org/40324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [633248e240b904352e66c8ff8b23a3b5f2854b69]

        osl: cleanup Unix process_impl.cxx - remove comment cruft
        
        Change-Id: Ia94797159a617ff7c9c2d875e1f51892d5b698b2

2017-07-30  Maxim Monastirsky  <momonasmon@gmail.com>  [9f61005dd9c4bf86e92e4c60677cf06a949a7af7]

        tdf#109309 Currency dropdown is misplaced under Wayland
        
        - Base SvxCurrencyToolBoxControl on PopupWindowController,
          so we still allow tearoff, but without marking the window
          as self-decorated (unless actually teared-off).
        
        - Add support for toggle state to PopupWindowController.
        
        Change-Id: I60e004e6ada3efe092352cb93be5aae346073f83
        Reviewed-on: https://gerrit.libreoffice.org/40557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-07-29  Tamás Zolnai  <tamas.zolnai@collabora.com>  [d742c0019435d0bc90c9342492583636099a057f]

        tdf#109223: PPTX: Vertical flip of child shape is not imported correctly
        
        Group shape level vertical flip is not handled well. Recent handling
        of group shape's transformation makes it hard to import this attribute,
        but we can import the right text direction at least.
        
        Change-Id: Ib9e39e3dcb28a95fabc61c13152a3f7296fbd4c3
        Reviewed-on: https://gerrit.libreoffice.org/40554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-29  Caolán McNamara  <caolanm@redhat.com>  [14b211478d2eded45f3e966e579a50c41325c216]

        ofz: no shell during testing
        
        Change-Id: I8be6ed363c9028b9fb85ff1829b5bffe1210bbf1
        Reviewed-on: https://gerrit.libreoffice.org/40548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-29  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0720c94db31d61dd9ee3c6bcd95f49003493a71b]

        Updated core Project: help  4d6f86d203814a211eae9dfacd4baf195ca4ff1d
        
        tdf#97745 housekeeping
        
        Fix links in bookmarks.js
        Better font size for Index and Contents
        Fix CSS file
        
        Change-Id: I42966be1d88b12393b6dd95adb2719baf76a025c
        Reviewed-on: https://gerrit.libreoffice.org/40549
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-29  Mike Kaganski  <mike.kaganski@collabora.com>  [fb497a1bd0287999819f12388c73d86f793fae76]

        OOXMLPropertySet: simplify adding property; use pointer_t consistently
        
        Change-Id: I0f457e60da1ca765dfdb1458b9de629b0dbeccad
        Reviewed-on: https://gerrit.libreoffice.org/40545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [148a9f29d4bbd31a1d59cb3f078f719cf09d0d90]

        loplugin:constparams in svx
        
        Change-Id: Icc388182b9b7b6a6617793be09217f06bed7332d
        Reviewed-on: https://gerrit.libreoffice.org/40527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-29  Mark Hung  <marklh9@gmail.com>  [3c75009a677ae950105a65c699b16caf72b516b0]

        writerfilter: prevent last character of field switch eaten
        
        1. First quotation mark of \B command switch of TOC field command
          wasn't written when exporting.
        
        2. Quotation mark wasn't ripped off when writerfilter parsing TOC
           field command.
        
        3. FindInCommand accidently ripped that last character of the last
           command.
        
        Change-Id: If283776048f3c8d896c466cf4d742e44b6d85e96
        Reviewed-on: https://gerrit.libreoffice.org/38745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-07-29  Michael Stahl  <mstahl@redhat.com>  [f2d2093b2198bd4c65475a60329a5a6a7a8575f1]

        tdf#105705 sw: sort bookmarks in ContentIdxStoreImpl::RestoreBkmks()
        
        The problem here is that the SplitNode() calls in SwRTFReader::Read()
        destroy the order of the bookmarks, which causes an assert later
        from the std::lower_bound() when a new mark is created.
        
        The 2 marks that cause the problem are:
        SwPosition (node 5, offset 0)
        SwPosition (node 5, offset 0), SwPosition (node 5, offset 0)
        
        During the 2 SplitNode calls, the second one is corrected by
        ContentIdxStore and remains on 5, but the first one is not and
        becomes:
        SwPosition (node 7, offset 0)
        
        ContentIdxStoreImpl::SaveBkmks() does different things when a
        mark position is exactly on the parameter position: if it has
        only one position, it is ignored, but if it has a second
        position, then both its positions are corrected.
        
        It is not possible to change the sort order so that marks with
        one position are sorted behind marks with 2 positions, because
        while SplitNode() corrects marks "backward", JoinNode() uses
        ContentIdxStore to correct marks "forward"; hence manually sort
        the marks.
        
        Change-Id: If5b35f18bfd47ffe98c0f67e84d380ca801411a3

2017-07-29  Pranav Kant  <pranavk@collabora.co.uk>  [64eac4e0f8f25675efe72c95df0cb17789ba3559]

        Fix no longer valid comment
        
        This was changed in d72aad218c9737fb19d1a835b03c13b7107a96c0
        
        Change-Id: Ie93f603c82669ca612fbf9635a62c50e63702a85

2017-07-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [c23f735eb7579477b5de3850eac075a21329c06b]

        GEN fix timeout result handling
        
        The GEN VCL backend simply ignored the result of the timeout.
        
        Change-Id: I0c1b34927ba97886cf11b2c2a203c3e82d851dc9

2017-07-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [0090f1a9a3e6de84b504f21fd63d6488b17a344e]

        Fix scheduler GDB pretty printer
        
        mbDelete is gone, as we simply check for mpTask.
        
        Change-Id: I9d451f2445fb6b978d177b45d75abde2595c5fac

2017-07-28  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [81164892e16f7f014e32403f63ed78ba41950aec]

        Moving legacy contexts to FastContexts:
        
        ScXMLDDELinkContext
        ScXMLDDESourceContext
        ScXMLDDETableContext
        ScXMLDDEColumnContext
        ScXMLDDERowContext
        ScXMLDDECellContext
        
        Change-Id: I8f272ea395e125316268d2ec77e4be44389e5542
        Reviewed-on: https://gerrit.libreoffice.org/40540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6fa7427858e3c9a5ac12ac30dbc99afdc066dfc]

        fix missing dependency to scfilt in sc's tiledrendering test
        
        Noticed by Eike.
        
        Using the scfilt component as in the other calc tests does not work
        as the test immediately starts to fail. In general it looks
        dubious that the test does not use any component files.
        
        Change-Id: Ic44ff5112c6a131f3820e32f7a71ea2f90142cd3
        Reviewed-on: https://gerrit.libreoffice.org/40536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd0825752a39644bd4da1d6ad9f18ce41e0fd5b8]

        fix indentation
        
        Change-Id: I7c58328b4943e1891d2643ea52c3486894c35fda
        Reviewed-on: https://gerrit.libreoffice.org/40535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42277cf8ad6946b9b144a3a54b5eb295188ced72]

        updater: remove unnecessary mozilla makefile
        
        Change-Id: Ia0162482841854cc4cb5c2b004bc978809bdf4c2
        Reviewed-on: https://gerrit.libreoffice.org/40534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [ff4a22b003f836b9f5c8d5526d733d9d86871de0]

        add calc rtf filter test hook
        
        Change-Id: Ib15f1094929e1670537657b4c19cc1e0bfd39bbd
        Reviewed-on: https://gerrit.libreoffice.org/40537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [32894034ea7b283d6c60cb77ef5d8b43a9c15d65]

        loplugin:constparams in editeng
        
        Change-Id: Ice32a16d14d0132a19e8209d311bb799fd7ee0c8
        Reviewed-on: https://gerrit.libreoffice.org/40526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [977a676a718bfa682352d023420f4026ea9d7025]

        loplugin:constparams in xmloff
        
        Change-Id: I136ee42523a40c576d7cf0b66abbf50ad9be052f
        Reviewed-on: https://gerrit.libreoffice.org/40517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f62c65459100bd45bfc274e2b2587d5c6804feb2]

        borderline: corrections for calc and writer
        
        Made corrections/finetuning for Calc and Writer.
        Had to remove some former code which tried to do
        corrections.
        
        Change-Id: Id9fc687b9a709d250faaad76c37ecfda8d8feb9b

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7202cfa0d3bae430f8fcb8508ed389583a14539b]

        borderline: Unified primitive creation
        
        Overhauled the edge extension calculations to better
        use all existing cuts, for cases with single and double
        lines. Also a preparation for more complex edge cuts.
        Changed BorderLine paint in Writer, it was setting the
        svx::frame::RefMode attribute at the Style *and*
        was manually moving the geometry which lead to a
        double applying of the offsets
        
        Change-Id: I446d04632050272849f43accb8dcbde574d10cf4

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5e061435a74a5461e6b9fa5a48ce44d266a3d957]

        borderline: Simplified BorderLinePrimitive
        
        Overhauled BorderLinePrimitive to use two constructors
        offering using one or three edge definitions for
        construction to better refrlect possibilities. Adapted
        usages. Better processing, less memory. Preparation
        for using more decent LineExtend values (four per line
        needed)
        
        Change-Id: Iac9d9ae64874fea38fd6e2a04221698481cc0d0e

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [bc47d7138a8d8dd239831a38bb2eca9db13addb6]

        borderline: first versionj with line end adaptions
        
        Added usage of defined extensions to the BorderLinePrimitive,
        also added a first version to detect all cuts with adjacent
        borders and produce the correct extensions, for single and
        double lines. Not completely happy with it, but a first
        version
        
        Change-Id: I4b12a6cc0a70278bd5c506e9b3b2c5c126930dad

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e32c12a444e5bd0c6735db8e8008340c29a7e25e]

        borderline: adaptions to primitives
        
        Handling and paint of borderlines greatly adapted
        to primitive usage. Solved the double paint mechanisn
        to no longer use the sc-local special cases. The
        svx tooling for borderline paint is now the only one
        and was extended to also handle diagonal lines.
        Big cleanups/removals of old paint to OutputDevice
        and sc-specific rendering. All other app-usages
        of borderline also adapted. Preparations for careful
        line-start/end adaption prepared and possible due to
        unified coordinate-system usages and basegfx class-usage
        
        Change-Id: If9e4efcfc0fe25e14d4052907038ca5cf222a432

2017-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1118e5b986e4df8a417edcd4ee23a40fb64a0a38]

        borderline: abstractions of primitive creations
        
        Abstracted and adapted CreateBorderPrimitives further,
        added CreateDiagFrameBorderPrimitives for diagonal
        geometry.
        
        Change-Id: Ia2b20d197e1fd29ad9e9eb40a5194efdeac9872e

2017-07-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [178b361c6379bc963c8a48925f1807c583f2d09f]

        tdf#107723 Import font name from text portions in shapes
        
        Change-Id: Ib9b73b5c05ec2e6846ea3adc950ccab5d1c0a9b0
        Reviewed-on: https://gerrit.libreoffice.org/40439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-28  Szymon Kłos  <szymon.klos@collabora.com>  [13e57e42a662df76974744e916716c9f4dc9ce60]

        Added SAL_NOLOCK_PROFILE variable to ignore lockfile
        
        Change-Id: I4fb250468fc17fc8be94d666ef231636b4609c1d
        Reviewed-on: https://gerrit.libreoffice.org/40520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-28  Michael Stahl  <mstahl@redhat.com>  [294967eb16a54225344ecb1913bdf85a0dc24585]

        configure: new odfvalidator requires Java 8
        
        Change-Id: Iaac1f13e6c189e2e13b86258268741c14a537799

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b09deb075319c1c19f91e3a6f64429b61682ebf8]

        loplugin:constparams handle constructors
        
        had to change the structure of the plugin considerably, was too messy to
        structure it to do the calculations on a per-function basis
        
        Change-Id: I4edee7735f726101105c607368124a08dba21086
        Reviewed-on: https://gerrit.libreoffice.org/40516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-28  Jan Holesovsky  <kendy@collabora.com>  [587d6e13df7bb9c8f78ce605ebb8f8fd34b85a2c]

        sw htmlexport: Avoid unnecessary conversion to base64 + unit tests.
        
        Change-Id: Ifdd86590f4258c84006f7ca94ea06058e600db1e

2017-07-28  Jan Holesovsky  <kendy@collabora.com>  [74c8d4a8128056a35fb2c67b7f663b259665e193]

        sw htmlexport: Consistent naming in the test.
        
        Change-Id: I608b818063f3ac66c6b36f9f8d221a54bfe1be24

2017-07-28  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [c15c93467b62618bc7a977d137d25a491a26158b]

        SmartArt: first unit test
        
        Change-Id: I273847d01a457bf79a9b9182b370ffb58284c952
        Reviewed-on: https://gerrit.libreoffice.org/40498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-28  Eike Rathke  <erack@redhat.com>  [73400f7a87205c052002d365245c35d3d0c996f5]

        Export to PNG: also Calc has MeasureUnit
        
        Though meFieldUnit appears to not be used anywhere, but ...
        
        Change-Id: I99e8392e4a773ba00868904e0f2ff5fdbc4bc47d
        Reviewed-on: https://gerrit.libreoffice.org/40521
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-28  Szymon Kłos  <szymon.klos@collabora.com>  [1cbe551d86ec528533fee04f20c490a96c0ec3d3]

        tdf#109313 tdf#108494: fix incorrect Watermark position
        
        Change-Id: I578d89cb732bf3e75b83ee6c65d0320659b5c3f8
        Reviewed-on: https://gerrit.libreoffice.org/40514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [351fd8f027907b079dad19c0c34b0b5fff9b27b1]

        add comment on max char name length
        
        Change-Id: I9e542f6e131de1a05dd54a84a260453ea2edcb62

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [a406bdc983122d3bbeaae298b6031fd615c0fbc1]

        merge duplicate blocks
        
        Change-Id: I62e021b2ec7ac9df122389fd128f7a7770317a43

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [f9d3644d1e560fe5b2e6ae948cdd402045d64c3b]

        check that u_charName was successful
        
        Change-Id: I55896eb939a864c3437e3f3c5b13c272966e4b85

2017-07-28  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [05d1bf1c78be73e67fed4bd4b5644512d41448ff]

        Update odfvalidator to 1.2.0 plus ODFTOOLKIT-460/461
        
        Change-Id: I59da77da208e5360b43ad2c18389e7a0ff7b84d2
        Reviewed-on: https://gerrit.libreoffice.org/40152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [aa529a1957fce324c500753039ae7766b8dcf6a6]

        ofz: survive missing macro support
        
        Change-Id: Ica9c66fe09f7340f76f62e536527dc63b3735d90

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [a4d22caa78f58a2e9263a17370feaa6d7fdf665c]

        replace snprintf with our own converters
        
        Change-Id: I27b0b82ac5be631c0d47f486603e241026dcabd9

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [f59284e3369f249b33dbd2adb4ed44d72840d78f]

        pass char code directly rather than as-text
        
        and then turning it back into the code again
        
        Change-Id: Iae9cddb18a6bdad4b1ba8c2af81f3d29a7f26725

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [3fea681c48dbb5ca599d78ae219785b90a13f2a6]

        declare at init point
        
        Change-Id: I986352cd2db4a9bd794ec25fbef9168be08a70ce

2017-07-28  Akshay Deep  <akshaydeepiitr@gmail.com>  [43d65d1ab81a278e1352f64def9ca63b9e7dfab9]

        Unicode Character Names Integration using ICU
        
        Change-Id: I0624690f8af05adb2466219a4e508e634c490ef1
        Reviewed-on: https://gerrit.libreoffice.org/40436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [192d97cdf091af08a492416824918ea447bfb16f]

        Resolves: tdf#106872 only request selected shapes
        
        that way we can avoid the super slow code path for filtered
        rows when we only care about selected shapes
        
        Change-Id: I175fa841e406dbbe7075296f2e0a0e79fa115fb7
        Reviewed-on: https://gerrit.libreoffice.org/40496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [42dacdf2d1c90a4b80fefeb49cbcc08dcbf70a96]

        Resolves: tdf#109007 unicode block names keys instead of translations
        
        Change-Id: Ic55fa1ad336035275f05f2bd0d56a9c0166ab1d2

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [a63e17c6c4c8fae0ad8edd86a097a244f27f38bd]

        loplugin:checkunusedparams more part3
        
        Change-Id: I621fcf7ceb27238ca86d2299dfb2b8ed03c270fd
        Reviewed-on: https://gerrit.libreoffice.org/40509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-28  Justin Luth  <justin_luth@sil.org>  [756b2431f0006a01affa7c92c2dede2b11166001]

        tdf#108949 rtf writerfilter: apply char properties to footnote
        
        commit fdfdea4d5af51a68f2d497cc5c3359d74c385fd5 for tdf#82173
        added that functionality for .docx, but since .rtf didn't support
        character props for footnotes, it messed up other formatting.
        
        start/EndCharacterGroup() fixes the reported bug.
        runProps() adds the functionality for .rtf that was requested
        for .docx in bug 82173.
        
        Change-Id: Ia9a2332659247a0fe2c2a506f1967c148362928f
        Reviewed-on: https://gerrit.libreoffice.org/40430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-28  Caolán McNamara  <caolanm@redhat.com>  [ea3ca5e10aa3190e28fe37801727f8b5f8543e13]

        add s[y]lk fuzzer
        
        Change-Id: I46272f8a0b35776b9d14f72b1720e951458ab208

2017-07-28  Szymon Kłos  <szymon.klos@collabora.com>  [a6698b9fd558ab48f2314b4ce3170175acade9b4]

        tdf#109314 the same Watermark for first page
        
        Change-Id: I37e0ab40bd76c34a52751d10bc5857c357ad52e9
        Reviewed-on: https://gerrit.libreoffice.org/40501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f797a84c7c7b9891e78bea4e2f6bc74f050586f]

        sfx2 lokhelper: indentation fixes
        
        These files had a consistent style before, let's keep them that way.
        
        Change-Id: I8a05a8fbbc193373e0815f27d2cd9ff1272ba0eb

2017-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c77433439d61f702d613bc67ad7bd8ef5958e63]

        sfx2: fix inconsistent param naming in interface/implementation
        
        Change-Id: I8180082a96679ab2398789045882696f0e553d2c
        Reviewed-on: https://gerrit.libreoffice.org/40507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-28  Mike Kaganski  <mike.kaganski@collabora.com>  [cae5dd9363b68dbabbeb2069f4aee7d057f6b5a8]

        tdf#109524: use 100% table width when there's no explicit width available
        
        According to ECMA-376-1:2016 17.4.63, 17.18.87, etc, all table widths are
        considered preferred, and actual table layout should be determined using an
        algorithm described in 17.18.87. When w:tblLayout element is omitted, or
        there is no explicit width information given, it is assumed that AutoFit Table
        Layout should be used, i.e. using cells content to determine final widths of
        table grid. In the description of the AutoFit Table Layout algorithm, it is
        stated that the table width grows to hold data, but no more than page width.
        
        As a first approach, this commit just sets table width to 100% when there's
        no width data available. TODO is to implement the AutoFit Table Layout
        algorithm properly.
        
        Change-Id: I000c548eb152c70d2c6e053f4d2b1d16e8976c27
        Reviewed-on: https://gerrit.libreoffice.org/40500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [18f80da7a689ab962735c0f657497b8f1ed4d606]

        loplugin:checkunusedparams more part2
        
        Change-Id: Ibb940c2a7098313dfa282734894b1abc1ac40bc2
        Reviewed-on: https://gerrit.libreoffice.org/40489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b32ead5dd27c6f2b760e4196ebe0378fb8ec1a69]

        loplugin:checkunusedparams more part1
        
        seems I got one of the checks wrong, and was missing a bunch of stuff
        
        Change-Id: I2c662fc4e735f8d6cbe56c6f82906a60a580331b
        Reviewed-on: https://gerrit.libreoffice.org/40481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [3956e4cb58033cae360beddf97136596ff3bb740]

        sw: these arrays are constant
        
        Change-Id: Id80e939412ed05324300189949d47b3f33bb5116
        Reviewed-on: https://gerrit.libreoffice.org/40263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [6f5841e60ed29ae2577e63623edacc9fe1467ba5]

        ofz#2759 null dereference
        
        Change-Id: I23671f0cea592c92a05b34b3cf284a47a73962b1

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [db7f2cbe7d9713ab65e64fd1093b9fae6e334782]

        sw: convert to assert
        
        Change-Id: I96f91105d32b18c29bd82eedcf2f93c54ad5f229

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [5989c5722a9ce424803d8fb7858ad98c10d0601d]

        sw: assert that index is valid in SwFntObj::DrawText()
        
        If nCnt = 0 the only thing that will happen is an infinite loop.
        
        Change-Id: I23c5d0ff9d36fbfb3eabc93476fe3ca1c558f91c

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [e488c8d9eb85bd0d8d250f9839e11357418ebc84]

        sw: inline pointless RESCHEDULE macro
        
        Change-Id: I093c8fbf5bb181d8e530fe33805a16aea94cdd62

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [b1ad2ee35647ccd46b0bdb96c5ded09710e307be]

        tdf#108991 sw: fix crash due to not formatted but "valid" SwTextFrame
        
        SwTextNode::EraseText() on the paragraph at the start of the
        selection notifies the SwTextFrame:
        
        0  in SwFrame::ImplInvalidateSize() (this=0x3088a20) at sw/source/core/layout/wsfrm.cxx:1568
        1  in SwFrame::InvalidateSize() (this=0x3088a20) at sw/source/core/inc/frame.hxx:849
        2  in SwTextFrame::InvalidateRange_(SwCharRange const&, long) (this=0x3088a20, aRange=..., nD=-62) at sw/source/core/text/txtfrm.cxx:741
        3  in SwTextFrame::InvalidateRange(SwCharRange const&, long) (this=0x3088a20, aRange=..., nD=-62) at sw/source/core/text/txtfrm.cxx:708
        4  in SwTextFrame::Modify(SfxPoolItem const*, SfxPoolItem const*) (this=0x3088a20, pOld=0x0, pNew=0x7ffc8da38c50) at sw/source/core/text/txtfrm.cxx:1005
        5  in SwClient::SwClientNotify(SwModify const&, SfxHint const&) (this=0x3088a20, rHint=...) at sw/source/core/attr/calbck.cxx:67
        6  in SwModify::CallSwClientNotify(SfxHint const&) const (this=0x2f05550, rHint=...) at sw/inc/calbck.hxx:355
        7  in SwModify::ModifyBroadcast(SfxPoolItem const*, SfxPoolItem const*) (this=0x2f05550, pOldValue=0x0, pNewValue=0x7ffc8da38c50) at sw/inc/calbck.hxx:176
        8  in SwModify::NotifyClients(SfxPoolItem const*, SfxPoolItem const*) (this=0x2f05550, pOldValue=0x0, pNewValue=0x7ffc8da38c50) at sw/source/core/attr/calbck.cxx:142
        9  in SwTextNode::EraseText(SwIndex const&, int, SwInsertFlags) (this=0x2f05550, rIdx=SwIndex (offset 1), nCount=62, nMode=SwInsertFlags::DEFAULT) at sw/source/core/txtnode/ndtxt.cxx:2355
        10 in SwUndoDelete::SaveContent(SwPosition const*, SwPosition const*, SwTextNode*, SwTextNode*) (this=0x3052950, pStt=0x7ffc8da390b8, pEnd=0x7ffc8da39100, pSttTextNd=0x2f05550, pEndTextNd=0x2faefe0) at sw/source/core/undo/undel.cxx:387
        
        However, at this point the first page, which contains this paragraph, is
        not visible; so the Action that is created in ViewShell::ImplEndAction()
        will skip over the first page and start at the 2nd page, which is the
        first visible one.
        
        Now it happens that the last paragraph in the document has a page break
        on it, and formatting it causes it to move forward (a new page to be
        inserted and the empty 2nd page to be deleted).
        
        Unfortunately it then decides to reset the mbValidSize flag on the
        preceding SwTextFrame, assuming that it was set by its own moving
        forward, and not already set before.
        
        0  in ValidateSz(SwFrame*) (pFrame=0x3088a20) at sw/source/core/layout/calcmove.cxx:1082
        1  in SwContentFrame::MakeAll(OutputDevice*) (this=0x308b4a0) at sw/source/core/layout/calcmove.cxx:1276
        2  in SwFrame::PrepareMake(OutputDevice*) (this=0x308b4a0, pRenderContext=0x306f850) at sw/source/core/layout/calcmove.cxx:346
        3  in SwFrame::Calc(OutputDevice*) const (this=0x308b4a0, pRenderContext=0x306f850) at sw/source/core/layout/trvlfrm.cxx:1760
        4  in SwLayAction::IsShortCut(SwPageFrame*&) (this=0x7ffc8da394a0, prPage=@0x7ffc8da392b8: 0x7491e30) at sw/source/core/layout/layact.cxx:1085
        5  in SwLayAction::InternalAction(OutputDevice*) (this=0x7ffc8da394a0, pRenderContext=0x306f850) at sw/source/core/layout/layact.cxx:490
        6  in SwLayAction::Action(OutputDevice*) (this=0x7ffc8da394a0, pRenderContext=0x306f850) at sw/source/core/layout/layact.cxx:351
        7  in SwViewShell::ImplEndAction(bool) (this=0x30829c0, bIdleEnd=false) at sw/source/core/view/viewsh.cxx:278
        8  in SwViewShell::EndAction(bool) (this=0x30829c0, bIdleEnd=false) at sw/inc/viewsh.hxx:605
        9  in SwCursorShell::EndAction(bool, bool) (this=0x30829c0, bIdleEnd=false, DoSetPosX=false) at sw/source/core/crsr/crsrsh.cxx:258
        10 in SwActContext::~SwActContext() (this=0x7ffc8da396a0, __in_chrg=<optimized out>) at sw/source/core/edit/edws.cxx:159
        11 in SwWrtShell::DelRight() (this=0x30829c0) at sw/source/uibase/wrtsh/delete.cxx:260
        
        So at the end of the Action, the first page is still not valid, and
        the SwTextFrame has mbValidPos = false, but it does have
        mbValidSize = true.
        
        Then when the SwCursorShell::UpdateCursor() calls
        SwViewShell::MakeVisible(), which creates another Action, the
        SwTextFrame is not formatted and its SwTextPortions do not match
        the paragraph text content, which is the cause of the crash.
        
        Change-Id: I6e8153c574469a94d190fda8bc3007d17a474c7f

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [af78fa5f0d3d891b9a30e927a3b35c55f03a03a7]

        sw: fix string accesses in SwScanner::NextWord() (related: tdf#109081)
        
        getWordBoundary() can return bounds that do not include the starting
        nPos, if there are ZWSP characters at the starting position.
        
        This happens in the bugdoc of tdf#109081 where paragraph starts with 3
        ZWSP and then 5 dashes, SwScanner is created from 0 to 1 and bounds are
        3 to 8.
        
        Change-Id: I5fc41b98568a7211fc7d5f29bb87840371a4c005

2017-07-27  Dennis Francis  <dennis.francis@collabora.co.uk>  [04461743d75f8cffb5906ab52d772089c44a7780]

        tdf#108887 : Move the code of ScDrawView::CheckOle()...
        
        to getOleSourceRanges( renamed from getChartSourceRanges)
        and optionally calculate source ranges to avoid code
        duplication and do OLE detection as done in
        CheckOle() which was working well before the commit
        c55d52262ea1d5f869a9528fd051ee19e687f1cc.
        
        Matching test cases (in uitest) coming up soon in another commit.
        
        Change-Id: I64a12eef02afb488bed4bc8de1a18823c89128bb
        Reviewed-on: https://gerrit.libreoffice.org/40278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-27  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [e89548c16b39cd716925cc23f2eb9e54748233c7]

        Moving legacy contexts to FastContexts:
        
        ScXMLDataPilotTableContext
        ScXMLDPSourceSQLContext
        ScXMLDPSourceTableContext
        ScXMLDPSourceQueryContext
        ScXMLSourceServiceContext
        ScXMLDataPilotGrandTotalContext
        ScXMLSourceCellRangeContext
        ScXMLDataPilotFieldContext
        ScXMLDataPilotFieldReferenceContext
        ScXMLDataPilotLevelContext
        ScXMLDataPilotDisplayInfoContext
        ScXMLDataPilotSortInfoContext
        ScXMLDataPilotLayoutInfoContext
        ScXMLDataPilotSubTotalsContext
        ScXMLDataPilotSubTotalContext
        ScXMLDataPilotMembersContext
        ScXMLDataPilotMemberContext
        ScXMLDataPilotGroupsContext
        ScXMLDataPilotGroupContext
        ScXMLDataPilotGroupMemberContext
        ScXMLDPFilterContext
        
        Change-Id: Ie01ddb0f740a1b41a44e4abc9fe1bea3ab32cb12
        Reviewed-on: https://gerrit.libreoffice.org/40326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [3358e7317c58ceea9e55af077d8fe268231f46cf]

        loplugin:externandnotdefined + loplugin:unreffun
        
        Change-Id: Iedd529d4b5064beed3d2fd99cfe4e0312c024187

2017-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ca473cbc5f3299ff0cbfa328f6b04544954fd3d]

        add test for update address code, related tdf#107289
        
        Change-Id: I955cf49fe5fa47fb38d2c8dacf4aadc8e3f7d651
        Reviewed-on: https://gerrit.libreoffice.org/39317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-27  Eike Rathke  <erack@redhat.com>  [238de04de6c8b67f74c75514b86c08bf888feb48]

        Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()
        
        This was the last incarnation of SfxItem binary stream serialization that is to
        be eliminated after clipboard use is gone.
        
        The "full" EditTextObject::operator==() in EditTextObjectImpl::operator==(),
        and via ContentInfo::operator==() in SfxItemSet::operator==(), also compare the
        SfxItemPool pointers which gets in the way here (not stored to stream hence
        didn't matter and maybe the reason for not having switched EETextObjEqual() to
        use operator==() back in the days).
        
        Introduce *::Equals() functions that do not compare pool pointers and let
        SfxItemSet::Equals() in that case not assume it would be operating on one pool
        only.
        
        Change-Id: Ifff939a92101c7f74695b676a45a7fdbb4f1d7f6
        Reviewed-on: https://gerrit.libreoffice.org/40492
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [221dae68df80298e81e6e6549636f3528f5c8bc3]

        Related: tdf#106872 factor out getting selected shapes
        
        Change-Id: I765c482a41e9681a1eb145c1833cc94f35a27db3

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [998e3d5cef63cb9c512737bce65519f5a86ba019]

        Related: tdf#106872 amount of a11y selection listeners constantly grows
        
        so it gets progressively slower
        
        Change-Id: Ib53c69231c902d064b939be096e0dbeab2f0fc71
        Reviewed-on: https://gerrit.libreoffice.org/40490
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-27  Dennis Francis  <dennis.francis@collabora.co.uk>  [2a4d015ff896dc9e8d2219982da54c51a42482b8]

        tdf#90510 : Override default point label placement setting...
        
        with global label placement setting if available while
        importing xls chart.
        
        Added unit test in chart2import.cxx that asserts one of
        the point label setting in the bugzilla xls document.
        
        Change-Id: Id331f56c05873554b22920e02805909c50fb8619
        Reviewed-on: https://gerrit.libreoffice.org/40402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ed402ba648dd0f3de3b0dadebc13403b2c0a620]

        sw: add new TextParagraph property to XTextRange
        
        A text range represents a selection or cursor position, so similar to
        sections or tables, it makes sense to expose the containing paragraph as
        well. This new property does exactly that.
        
        Change-Id: If92a3b5e61f13c7c14ca52bc8593a2b286a596cc
        Reviewed-on: https://gerrit.libreoffice.org/40483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-27  Michael Stahl  <mstahl@redhat.com>  [1176ae51154c2298b44427270754d2ee1562a115]

        Makefile: fix fetching for the build platform
        
        The invocation of make fetch added in commit
        fe3fb5ecd3b66e32cc5aa64a2afffa572353740e didn't do anything because
        the force-restart didn't actually restart make because it touched
        "Makefile" but the make read "$(BUILDDIR)/Makefile", and make isn't
        smart enough to notice those are the same.
        
        Change-Id: I85cbcba3bf9c3c7b89d4ee33f772820d19542f4a
        Reviewed-on: https://gerrit.libreoffice.org/40482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [81047eaebc0e25ff926bf944c57e082a8727c7f2]

        make animation loop sal_uInt32 consistently
        
        all this foo is ultimately animated gifs and the count there is
        limited to unsigned 16bit
        
        Change-Id: Ib6e6dde7355f3619bb7735743e686e6338a235ee

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [ae11dafc89a1f748233500ea0fd89cff4ef7378c]

        align ImpVclMEdit::SetMaxTextWidth arg with TextEngine::SetMaxTextWidth
        
        Change-Id: I7cc7531d6a1770edd8b644c6958b91275a53dd84

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [39fd7e97c253153a10161ef3694b64e90e65e80a]

        Resolves: tdf#109289 add SvxColorListBox::IsValueChangedFromSaved
        
        and remove PushButton::IsValueChangedFromSaved
        
        Change-Id: Ib1c51e27fd708c5d4811c90ef5659b4d55dd8860

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [247607727986df0fd0fef198459eb6646e056ea3]

        Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumer
        
        inheriting the IsValueChangedFromSaved from PushButton has allowed
        undesirable behaviour to be selected
        
        Change-Id: Ifccb1657d2565005e6f9e239c6118f2e5ae7970c

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [620d032b1807477ef1e2b547ce772c284aa0da50]

        loplugin:constparams in chart2
        
        Change-Id: Ic325b79f04e04aa19e08a60db30b982d90f04c80
        Reviewed-on: https://gerrit.libreoffice.org/40480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [370c71f5b1e2618c49881ac221993692143d4e58]

        simplify unusedfields plugin
        
        using some wrappers around callee and caller AST nodes
        
        Change-Id: I599a04a18caa3ada70bcb266e228208b7a81f1a1

2017-07-27  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f0684222540b96d8366ce175c522b64472361b80]

        lok: sc: copy / paste confusion -- workaround
        
        Problem:
        
        1. (a) copied April
        2. (a) pasted -> April
        3. (b) copied March
        4. (a) pasted -> March [should have been April]
        
        where (a), (b) are different views
        
        Solution:
        A real solution would require to have one clipboard per view.
        This patch is only a workaround, which doesn't allow to paste content
        which has been copied in a different view; it takes also care to
        disable the "Paste" entry in the context menu.
        
        Change-Id: I3254f130af106299b0b519884a4ca03db08fc4c8
        Reviewed-on: https://gerrit.libreoffice.org/40459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b064a22f716d81cf293c8428cf1c7862811041ed]

        loplugin:constparams in xmlsecurity
        
        Change-Id: I41f153af55262d201c0fb024460de0e9f1c14670
        Reviewed-on: https://gerrit.libreoffice.org/40472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [00c9cb7318bbbe593517647c8bfa3e7327191f83]

        loplugin:constparams in filter
        
        Change-Id: I0ba463fcaff4c449f762a7969e0feab659b37adf
        Reviewed-on: https://gerrit.libreoffice.org/40471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [0c840d9bf308464d58a2df8aaa1e61481b5e4f52]

        gtk3: Resolves: tdf#109227 take modifier key into account for dnd
        
        Change-Id: Id0aa4ced8644ddbee9e1a0453887f07907547aae

2017-07-27  Caolán McNamara  <caolanm@redhat.com>  [965e48c742ad1193a45bbd279692edbaafc469ce]

        fix oss-fuzz build more
        
        Change-Id: I3fa40382fcc9ac0d60329044c7820d1af8eb5a7f
        Reviewed-on: https://gerrit.libreoffice.org/40473
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9982b51f42b1e1ede3b8e95cb2b6f724520e32f]

        loplugin:constparams in slideshow
        
        Change-Id: Ifa9fda35020d456338781879df9fba4c0ee535fd
        Reviewed-on: https://gerrit.libreoffice.org/40469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4469b29faeb8dbf7793a5d81d9c5ddebacf3015f]

        tdf#109202 Add mimetype to image element
        
        Browsers don't recognize base64 svg if the mimetype is missing.
        So we add the image mimetype to our flat odf export, which the xhtml
        export uses and transforms it into an xhtml document.
        
        Change-Id: I21aafdb97b4104e14e2d40abda73a526bb37041a
        Reviewed-on: https://gerrit.libreoffice.org/40371
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7f381be4d3261149a5b54048f9605fab0340c221]

        replace sal_uLong variables with sal_uInt32 for SvNumberFormatter IDs
        
        Replace the stopgap type sal_uLong as SvNumberFormatter
        format index uses sal_uInt32.
        
        SwInsertDBColAutoPilot uses format indices from SvNumberFormatter and
        from the property "FormatKey" which is stored as sal_Int32 but ctor
        guards against negative values.
        
        Change type of loop variable in SwCaptionDialog to avoid narrowing
        in GetFormatStr/GetFormatKey.
        
        Change-Id: I79980696c07760f7ff026bb1bacf0e069363898c
        Reviewed-on: https://gerrit.libreoffice.org/40464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ece1072049fba0c7f77391da7775c7cf3f4725ea]

        xmlsecurity mscrypt: drop unused parameters in akmngr
        
        Change-Id: I5e8b3e472caa058c4c8f10b423783d963a6ab1c0
        Reviewed-on: https://gerrit.libreoffice.org/40465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d5c8f58aa4485ed26827b69b94a195c78aaab6db]

        correct some Date related types
        
        signature of Date and Date::DateToDays is
        (sal_uInt16 d, sal_uInt16 m, sal_Int16 y)
        same types as css::util::Date members Day, Month and Year
        
        Change-Id: Ifa35574d2d335f7bf816dd5209988f4eaf7c5ac2
        Reviewed-on: https://gerrit.libreoffice.org/40462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ce64dbb3d7875c00963ae257d53f2b7b58fc4ad]

        loplugin:constparams in svx
        
        and fix a bug in the plugin itself when calling operator's like the one
        on std::function<>
        
        Change-Id: I1617607107eeff06785c1841f69e13ad2926218e
        Reviewed-on: https://gerrit.libreoffice.org/40446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-27  Mike Kaganski  <mike.kaganski@collabora.com>  [781a30e938c58c4d91d08f8c6f9e3f8745682d72]

        LibreOffice.natvis: fix BigPrtArray visualiser.
        
        Also visualisers for uno_Any and SwNode are tweaked.
        Visualisers for uno::Reference, rtl::Reference and VclPtr added.
        SwFrameFormats visualiser reimplemented to follow implementation
        of boost::multi_index_container.
        Minor reformatting.
        
        Change-Id: I24ccb8bfccd7f7514697ca3f36490672ad549aef
        Reviewed-on: https://gerrit.libreoffice.org/40466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-26  Eike Rathke  <erack@redhat.com>  [1279043814865cd48c3b577c5e21db0b93d5c24c]

        Restore and fix and fix harder the EditTextObject::operator==()
        
        ... chaining down to EditTextObjectImpl::operator==() that compared unique_ptr
        instead of content with ContentInfo::operator==() that needed to use
        XEditAttribute::operator==() instead of comparing pointers. That resulted in
        always false..
        
        Wrong as a chain of
        
            commit 5a7a4325eca58c253270d4e9d327042a9ee2c5f0
            Date:   Tue Nov 10 14:59:05 2015 +0200
        
                editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        and
        
            commit 4ff5a5558472beee85eb1234dcc2aa2ed9000f6c
            Date:   Tue Jan 19 15:17:30 2016 +0200
        
                loplugin:unusedmethods
        
        Plus XEditAttribute::operator==() was wrong since
        
            commit 71158788efb32ffc3bac5154c38ca5d79525155c
            Date:   Thu May 4 08:11:41 2006 +0000
        
                INTEGRATION: CWS impressc03u3 (1.8.40); FILE MERGED
                2006/04/27 12:33:10 cl 1.8.40.1: #i64360# fixed operator==
        
        that (to fix a crash comparing items of different types) changed
        
        -            ( (pItem == rCompare.pItem) || (*pItem == *rCompare.pItem));
        +            ( (pItem == rCompare.pItem) ||
        +            ( pItem->Which() != rCompare.pItem->Which()) ||
        +            (*pItem == *rCompare.pItem));
        
        so returning true if Which-IDs differed, instead of
        
        +            ((pItem == rCompare.pItem) ||
        +             ((pItem->Which() == rCompare.pItem->Which()) &&
        +              (*pItem == *rCompare.pItem)));
        
        Change-Id: I8300c04001e98cb71e520bbe2c180aec0c0a3333
        Reviewed-on: https://gerrit.libreoffice.org/40455
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9b9a456221b4b0660f90efa1ee092ea00c2c728]

        gbuild: strip away unexpected CR char at the end of Windows filenames
        
        As reported at e.g.
        <https://ask.libreoffice.org/en/question/90346/building-libreoffice-in-cygwin-leads-to-infinite-loop/>,
        sometimes MSVC (seen with 2013 on libreoffice-5-2, but there is no
        indication that 2015 on master would be different) emits CR characters
        at the end of filenames, resulting in unnecessary rebuilds at per-module
        builds, and actually to an infinite loop when doing toplevel make.
        
        Given that CR characters are unexpected in any filenames, it should be
        safe to just strip those away unconditionally.
        
        Change-Id: I3d56670b4d930a32489f889085711bfd436de82a
        Reviewed-on: https://gerrit.libreoffice.org/40452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [f30530229bb47c373fb99bb3f90bac77d5c8a116]

        Mark SvXMLTokenMapEntry arrays as constant
        
        Change-Id: I37565540ec5dc3bfddf6cdeb20447f837e3014b6
        Reviewed-on: https://gerrit.libreoffice.org/40374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b115c1cd99b167600158665a5b0dff4c90a21b55]

        android: configure - add missing flags for x86 targeting
        
        Change-Id: Ia70f713cdfe2b532dfa4b8aa7876f830b3ef8175

2017-07-26  Julien Nabet  <serval2412@yahoo.fr>  [b7654300f0f002193c4e91baabbe6b60a86ca84f]

        tdf#109364: fix assert in LibXSLTTransformer.cxx
        
        by replacing createFromAscii with OStringToOUString + RTL_TEXTENCODING_UTF8
        
        Change-Id: I92ab20812968d13546132afb65c9b956a9c8be8e
        Reviewed-on: https://gerrit.libreoffice.org/40456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-26  Caolán McNamara  <caolanm@redhat.com>  [d148340babf6c973f7d463909d7a51e16c953248]

        Resolves: tdf#104141 CAIRO_FORMAT_A1 vs N1BitLsbPal
        
        where vcl transparency is the opposite of cairo's so we've been switching the
        source color to the opposite for drawing on CAIRO_FORMAT_A1 and then sucking
        out the bits "as-is" to give the right results.
        
        Now instead use the right source color and toggle CAIRO_FORMAT_A1 bitmaps to
        N1BitLsbPal in getBitmap.
        
        Then additionally toggle all N1BitLsbPal bitmaps input to drawBitmap to
        CAIRO_FORMAT_A1 when making a cairo surface from them.
        
        Change-Id: I45c6d4f3894c6a22a07a3bd65950cd8070e8eaff
        Reviewed-on: https://gerrit.libreoffice.org/40453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-26  Buovjaga  <ilmari.lauhakangas@libreoffice.org>  [38df569a66fb038b10c3d1d9890863592c0c29cc]

        Updated core Project: help  a0efca32e5ebee152776ac81f8e4f59892faead0
        
        tdf#97745 Fix width on wide screens
        
        Change-Id: I91a84a0d3460ab7ccacd1ec1f14ef7b97db3b767
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/40427
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-26  Caolán McNamara  <caolanm@redhat.com>  [9e043feb59a082f383f757972ee0b1887f8747bc]

        Related: tdf#102909 gtk3: remove configure loophole of non-native menubar
        
        the ENABLE_DBUS + ENABLE_GIO thing is to allow building against an
        old gtk2 baseline. If building against gtk3 then gio and dbus are
        available, and allowing the unusual configure path through gtk3 results
        in a non-supported cruddy build
        
        Change-Id: Ic6306fe2f9951714fd5875c24aedda1d7c6f2b93
        Reviewed-on: https://gerrit.libreoffice.org/40420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [98782932280d20ece450fa06a90c202fb8e2a26e]

        loplugin:unusedmethods
        
        Change-Id: I7f26ee112ed89ee3e69c56930260565f66ff145b
        Reviewed-on: https://gerrit.libreoffice.org/40442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [f2964b9cdb04595e842de329222ffa2b63e5d7f7]

        convert SfxGroupId to scoped enum
        
        in the process I had to teach the idl compiler to cope with identifiers
        like SfxGroupID::Math, which has the side effect of requiring a space
        before a ':' in some of the .sdi files.
        
        Change-Id: If256599cb8aa1dfc0a33642c5070c5560702f3ba
        Reviewed-on: https://gerrit.libreoffice.org/40441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f691e9c763e4c5f13a745a56fe4d889188187ed]

        remove unused constants in float3d.hxx
        
        Change-Id: I9ad3c8c2d5616d6e62a42f3f5dcaebc46e4959bb
        Reviewed-on: https://gerrit.libreoffice.org/40440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ed70b89aa89ff407775ede83521e9cd377159a0]

        loplugin:unusedfields
        
        Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93
        Reviewed-on: https://gerrit.libreoffice.org/40438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-26  Yousuf Philips  <philipz85@hotmail.com>  [88dfd1ed710ee2b4b606f18ff5c3f34f626ec394]

        tdf#99634 Change equal sign tooltip to 'Formula'
        
        Change-Id: Ic1bedf1c6ca7fb2a5346aede6c12a6dab372d189
        Reviewed-on: https://gerrit.libreoffice.org/40431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-26  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [2d3b7a07c02c90d2d64a630ab84886ef3096edfc]

        tdf#100491 fix DOCX import shape line with arrow marker
        
        Line shape with arrow end markers was rendering rather thick
        arrow, not connected to main line. Moreover, arrow width should
        depend on actual line width.
        
        Change-Id: I8d9a6e7f5d89a1645dcc5939ecc592e86e6fe34f
        Reviewed-on: https://gerrit.libreoffice.org/40286
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0efd702828abcfdcfb0799d9cf3de8d25c9c19b5]

        xmlsecurity: remove unused XMLEncryption_NssImpl
        
        This is unused since commit 2303d4f1a2b7e25fe864323adeec398057cebe72
        ([API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryption,
        2017-07-18).
        
        Change-Id: Iefe201a9e93fc02e1295d23ad1b6c27286547241
        Reviewed-on: https://gerrit.libreoffice.org/40434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-26  James Raykowski  <raykowj@gmail.com>  [343d40206a929969e1755b073edae91cc4bd9751]

        tdf#36747 add sort to match format list in file dialogs
        
        Change-Id: Ia2883bfe4c020b5c9664eef3001fc90a99c82981
        Reviewed-on: https://gerrit.libreoffice.org/38375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [46bfe17e2bceced4ceffe82ba98d8687b31d9ce8]

        Resolves: tdf#109331 stupid looking cast was relied upon to do useful thing
        
        originally as...
        
        sal_uInt32 nErrIdx = aEr.FindIndex((sal_uInt16)(sal_uInt32)lErrId);
        
        prior to
        
        commit 00657aef09d854c74fb426a935a3e8b1fc390bb0
        Date:   Sun Jun 11 20:56:30 2017 +0100
        
            migrate to boost::gettext
        
        Change-Id: I283f5398ebb81c7183c9013589c326c129787840

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4bab9609b04cb644859cf548bb4739a9d5aa590]

        tdf#109242 fix save/load of form button alignment
        
        Regression introduced by commit
        dcffc21805828ddff7de1282f3d40ffdf3fac38d
        "use actual UNO enums in svx"
        
        Change-Id: Ie3bb025fa0ef52d2e746e4556cf29dbd3c3d55a9
        Reviewed-on: https://gerrit.libreoffice.org/40416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [38498f05cae63566c1e2d9db04d8fc8be6d309e2]

        Convert IMG_ constants to scoped enum
        
        Change-Id: I4cb65be468422f3cfbf88a6b9ef39fc370fd1a08
        Reviewed-on: https://gerrit.libreoffice.org/40408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [5aa4a6b072a26d55fd2e7125b897702a9d09044c]

        fix propcontroller extension regression
        
        since cmmit 00657aef09d854c74fb426a935a3e8b1fc390bb0
        "migrate to boost::gettext"
        
        Change-Id: I9127203ac86a87b916980186efa6f8877868955b
        Reviewed-on: https://gerrit.libreoffice.org/40415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a1507a969b63e5cf45b5a28dbc4c00ae2c635ed]

        VclReferenceBase::getRefCount should return sal_Int32
        
        Change-Id: I30f8b82fe79fb4822ff9888acd0aa16889bbf4ac
        Reviewed-on: https://gerrit.libreoffice.org/40413
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [06aacee86ec9e53928cc0c31906a8922babfe2b6]

        Clear Recent View and Fav view using Right Click
        
        Conflicts:
        	sfx2/inc/doc.hrc
        	sfx2/source/doc/doc.src
        
        Change-Id: I0aa2919815a3fa63ee180b808834a8aa760af649
        Reviewed-on: https://gerrit.libreoffice.org/40234
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-25  Heiko Tietze  <tietze.heiko@gmail.com>  [987f8824b4f229590b54b11482da431d451412f1]

        tdf#108928 Branding 6.0
        
        Improved splash image, now with the proper size
        
        Change-Id: If663e7128765c8111332b3524d42630b58366b29
        Reviewed-on: https://gerrit.libreoffice.org/40357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-25  Buovjaga  <ilmari.lauhakangas@libreoffice.org>  [930e92f45ac3b712702baae1c34bbb746726303c]

        Updated core Project: help  d91a31ef72b13ae5aa135ef468771254bd31bf1a
        
        tdf#97745 Enhance help page layout
        
        * Horizontal (stackable) navigation
        * Work in progress
        
        Change-Id: I16a9816b2465e995dd63e36fda0f0d89ea6053e4
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/40421
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [9a7d2d72cef7ff14a020c1024fbff8c00e4e4aff]

        tell msvc our source code is written using utf-8
        
        Change-Id: I4fb364ceb34e0851f2d04c403333bf428e8cfa98
        Reviewed-on: https://gerrit.libreoffice.org/40305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [4da36c9af3bc31c8efb9505fe3d07a22cd51c487]

        drop unused defines
        
        Change-Id: I2677c5f4458ff5baef61c8015d3e5a226f591913
        Reviewed-on: https://gerrit.libreoffice.org/40410
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-25  Eike Rathke  <erack@redhat.com>  [4555e4361e3a25a4a10474e9ae019ad8063ac855]

        Export to PNG: add SUPPORTSSELECTION flag to Calc and Writer filter fragments
        
        Seems this is needed in some obscure (internal dialog?) context to enable the
        SelectionBox, see sfx2/source/dialog/filedlghelper.cxx
        FileDialogHelper_Impl::updateSelectionBox()
        
        Change-Id: If7c7d5ce5362779c25985c7d492878e31c00f283
        Reviewed-on: https://gerrit.libreoffice.org/40417
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [20ddcfb92afeec2da22cb8fd0feeb89014c2fc89]

        WIN don't process the SendMessage from DoYield
        
        Actually we just want to remove the SAL_MSG_TIMER_CALLBACK
        messages, but this seems to be impossible using PeekMessage,
        without the side effect of processing some messages:
        "During this call, the system delivers pending, nonqueued
        messages... Then the first queued message that matches the
        specified filter is retrieved.".
        
        But it is actually enought to ignore the SAL_MSG_THREADYIELD
        message send using SendMessage from DoYield, which can be
        filtered by using PM_QS_POSTMESSAGE.
        
        Probably this should be resolved not using PeekMessage at all
        by using a variable to hold the time of the last posted
        SAL_MSG_TIMER_CALLBACK message, so we just run the callback
        once, if our time is <= MSG time and ignore the multiple
        queued messages. Same for mbOnIdleRunScheduler handling.
        
        Change-Id: Ifacb20aa38e6b5aca908e5411cf2e100f702ad1f

2017-07-25  Mike Kaganski  <mike.kaganski@collabora.com>  [d3f48117216a02bc8ae86e821b54abae1a2c2c39]

        DomainMapperTableManager::sprm: use std::find
        
        Change-Id: Iaad2fe950372ecd5261d83554015dc771b3abbf8
        Reviewed-on: https://gerrit.libreoffice.org/40403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ead33392ddabe9655bc1edc050955429dff450f7]

        tdf#109281 add fallback to GDI back when we can't bind a DC
        
        Change-Id: Ibaa0a86562cdeaff989c2a548efa03ea24933213
        Reviewed-on: https://gerrit.libreoffice.org/40398
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-25  Mike Kaganski  <mike.kaganski@collabora.com>  [123ea883b0643894c928bd8edd4203bdc60cc054]

        OOXMLPropertySet: initialize variables on creation and cleanup
        
        Change-Id: Iea92bdb4759ed9514674125325352d2fd2b372f8
        Reviewed-on: https://gerrit.libreoffice.org/40400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

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

        Related: tdf#102909 use menubar style for non-native menubars
        
        this code should typically not get used at all, as the menubar
        is a native one, but there is a possible configure route at
        the moment where this could be achieved.
        
        Change-Id: I23c7fa8ad05a378c7d64c75de5f895aa49001597

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [59e370f65369f345e8c505bb0b156d53d4b83acc]

        Resolves: tdf#104368 allow toolbars to have keyboard focus
        
        note that there aren't any floating dockable toolbars available
        under wayland, just X so
        export GDK_BACKEND=x11
        to get gtk's X backend under wayland
        
        Change-Id: I07e345a00f8fef4c40dcaf208e3438783f8f280e

2017-07-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5f29fb1e9cd4e2432bcdf4deb4d433e5272a2ad4]

        Use isEmpty instead of getLength
        
        Change-Id: Ic0f325bcb28f199b3456dabcd861e40fab17569c
        Reviewed-on: https://gerrit.libreoffice.org/40397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [3447c35add74ef950ba76943669d3311638957a1]

        fix image map item ids
        
        broken since...
        
        commit 4bbf35572d94efe8b321e3159e9810f52bc3f9f8
        Date:   Mon Jul 7 11:24:48 2014 +0200
        
            RID_SVXDLG_IMAP conversion to .ui
        
        Change-Id: Ic08b82af0b8890fb910153c87fb170618d95f34f
        Reviewed-on: https://gerrit.libreoffice.org/40404
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c3cac855cf65a75d7e73e4cba10b757d5ab1940]

        loplugin:unusedfields in sc
        
        The *chart* fields in ScTabViewShell in sc/source/ui/inc/tabvwsh.hxx
        are unused since:
            commit 5021f298418f6efa7bb7b6540113b712599778fe
            Author: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
            Date:   Mon Jul 28 12:11:08 2014 -0300
            Remove some unused code
        
        The bEveryoneButMe field in ScChangeViewSettings is unused since
            commit 90e8ad7ab779740c7381d26ffe7d08acc3a9ff96
            Author: Noel Grandin <noel@peralex.com>
            Date:   Tue Jul 21 15:39:17 2015 +0200
            loplugin:unusedmethods scripting,sc
        
        Change-Id: Ie9fbdf8f5e9177449316aaeb40ca3bd26df78a95
        Reviewed-on: https://gerrit.libreoffice.org/40264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [8a258e8f9bbf766e0527bc19ff351c1d89bcfa67]

        Resolves: rhbz#1372630 update recently used color with direct button click
        
        Change-Id: I7373916e7cfd3365afc6c9a1dc728cfeee95be81

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc903aee9769df035ec42e66341b6f69a4771562]

        fix some "deffer" spelling
        
        Change-Id: I8fa9782242e92d754eaa131d424eb0a26f04a319
        Reviewed-on: https://gerrit.libreoffice.org/40394
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Mike Kaganski  <mike.kaganski@collabora.com>  [376e27dd498d64212e570354a94c527b37d367b1]

        MeasureHandler: Remove incorrect numeric-value-of-constant comments
        
        Change-Id: I89ab3028af12cede2ff1c80c41be053208bf9a43
        Reviewed-on: https://gerrit.libreoffice.org/40396
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-25  Mike Kaganski  <mike.kaganski@collabora.com>  [0e1e33f053c235dd8b63c60f68280f9cf9571281]

        OOXMLPropertySet::add: resize->reserve + range-based loop
        
        Change-Id: I22fd6893137fcc8815fa222fdfa59f7076887399
        Reviewed-on: https://gerrit.libreoffice.org/40393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [90bbbac25433e09a690c074ec135654c0cc7b4b1]

        Related: rhbz#1372630 select color from color update, not colortable update
        
        Change-Id: Ia8f0925243bad6754eb3628c1f17d6e910c55437

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [31a85a9a13595a9aeae1932ee08c9b09ead384cd]

        convert UNO event ids to scoped enum
        
        I'm fairly sure there are more simplifications that could be make here.
        It seems like we have both an ID and a string name for all of these
        events, and we could probably get by with just one of those, or
        alternately, centralise the name<->id mapping somewhere
        
        Change-Id: I978073822ddbebce94ac5b560fea675bea905a35
        Reviewed-on: https://gerrit.libreoffice.org/40392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [2fffaf6f05d829e345ad8b391646a6e8df9a9a26]

        loplugin:unusedmethods
        
        Change-Id: Ia874baf21257e5fe41e104211068a2bcc50446eb
        Reviewed-on: https://gerrit.libreoffice.org/40391
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [f74da1315a5b2ec232a66944e41ff90231b383be]

        use more comphelper::InitAnyPropertySequence
        
        Found with:
          git grep -n -A10 'Sequence.*Any' -- *.cxx | grep -B5 -w PropertyValueProvider
        and:
          git grep -n 'Sequence.*Any.*( *&'
        
        Change-Id: Icb18c98bdd3f8352817e443ff78de5df042859ad
        Reviewed-on: https://gerrit.libreoffice.org/40389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-25  Mike Kaganski  <mike.kaganski@collabora.com>  [04a6a5d5cdc6889c6f0e41b3df537f59baeee9f9]

        OOXMLPropertySet::add: remove redundant check
        
        Change-Id: I06aa0d2a2e463069ad200c93329d263f0bd2a00e
        Reviewed-on: https://gerrit.libreoffice.org/40388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-25  Caolán McNamara  <caolanm@redhat.com>  [766be157be2cfb3a230b8dae9778a7151b8adbad]

        fix oss-fuzz build
        
        Change-Id: Ieaf90f70fe9416801f3a22861338fa24c45a0254

2017-07-25  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [cc2506d54df6c4ec2b0c828705afa92f53dae14f]

        tdf#108793 do not use cache for virtual device
        
        Change-Id: Ie75eafac9d716c01464a6a93fd8376a8451bf634
        Reviewed-on: https://gerrit.libreoffice.org/40390
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-07-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a5ec33c9e108a822f418884ab470a7788de3d0e7]

        tdf#107135 Add missing ODFF function FINDB.
        
        Change-Id: I96bbca8e6d91448fbb27fe95a57ce62a78d1b2c5
        Reviewed-on: https://gerrit.libreoffice.org/40242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [a542fe8d38811dff152b69796380e1feec7daa28]

        tdf#109304: Seems infobar child window wasn't registered in Math
        
        thus no signature status infobar appeared (I wonder if read-only
        bar ever worked too)
        
        Change-Id: I8829b2b6a17fb8d38e3ea79b87d544e3fb29f1c1
        Reviewed-on: https://gerrit.libreoffice.org/40377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e87e93132f808ab95eab932b36bfe40d3cc607a]

        tdf#108951 RTF import: fix missing custom bullet types
        
        Regression from commit f528f9499bd91b700c549575e88fa102cfffede9
        (tdf#106953 RTF import: fix missing paragraph left margin, 2017-05-16)
        where I fixed the parent of the ooxml::CT_NumPr_numId token at one
        place, but forgot to adapt RTFDocumentImpl::popState() accordingly.
        
        Change-Id: Ibddd2486a50f284e11c2cd96339e7140b427aae1
        Reviewed-on: https://gerrit.libreoffice.org/40381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-25  Julien Nabet  <serval2412@yahoo.fr>  [feb54809e9c0ed921cfda3417fe1eff7d6b9e2ef]

        Typo: tyoe->type
        
        Change-Id: I65c1da9adaec5f95d38cb523822d50e9a05386bd
        Reviewed-on: https://gerrit.libreoffice.org/40384
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-24  Eike Rathke  <erack@redhat.com>  [a7a99a574660fc62a9514b2ed3f8ddfe8ad8540c]

        Export to PNG: use selection if Selection is selected
        
        The SelectionOnly property from the export file dialog was not passed down from
        GraphicExportFilter::filter() to DocumentToGraphicRenderer so that always
        passed a component model instead of a selection object to the implementation of
        XRenderable (getRendererCount(), getRenderer(), render())
        
        Also have GraphicExportDialog consider the selection so the
        DocumentToGraphicRenderer at its GraphicExportOptionsDialog calls XRenderable
        the same.
        
        Change-Id: I976bf16cf87cf5ca2678bdba7adfaf61c2063168
        Reviewed-on: https://gerrit.libreoffice.org/40380
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [d30ae9c17ba51a55dd491f4c91712860b495f424]

        don't jump back to selected slide on right click context menu
        
        i.e. two many slides to fit in slide sorter panel, so scroll bar,
        select slide one, scroll to the end and right click between slides
        (or anywhere that isn't a slide) and without this fix the sorter
        jumps back to make the selected slide 1 visible. The right click
        menu will offer "new slide", choosing that will insert a slide
        at the point that was originally clicked, not at the point it
        was scrolled back to
        
        losing focus trigger a (dubious looking) callback to jump to the
        selected slide, so disable it while context menu is up
        
        Change-Id: Ie42bf158258cc38c9b7cfda7672f24d2ac8bfa11
        Reviewed-on: https://gerrit.libreoffice.org/40379
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [b6c3afdcbe66075f5a82d35ce8e403e7fe696174]

        SdrGlobalData::aUserMakeObjUserDataHdl is unused
        
        ever since
        
            commit ddb1d5ebf0a81888001ffa1dbab883df70cdc279
            Author: Felix Zhang <fezhang@suse.com>
            Date:   Fri Nov 18 18:23:52 2011 +0800
            remove unused Sdr methods
        
        removed the SdrObjFactory::MakeNewObjUserData method
        
        Change-Id: I95c167b2f20b436bcc0085b6b616406ac210045f
        Reviewed-on: https://gerrit.libreoffice.org/40363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8e8ae885b519e2bb282b087606b3be2a07c218d]

        updater: make sure the old oosplash process closes
        
        Change-Id: Idc0c0231552c79b5e944facffd2d64352bb94cff

2017-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f51ad2f3e840efc26e4eeec6491972bca1e4d58a]

        sw: prefix members of SwAccessibleFrameBase
        
        Change-Id: Ia0e59c028ec3ca98c39b3097043b512d476faae6
        Reviewed-on: https://gerrit.libreoffice.org/40375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [4815b6f7c70cca5a226163caaaab8a227f32be48]

        WIN don't yield the scheduler in PeekMessage
        
        The scheduler is restarting the timer at the end of the most
        important task search. It uses PeekMessage PM_REMOVE to remove
        old SAL_MSG_TIMER_CALLBACK messages from the queue.
        
        Without PM_NOYIELD, in combination with an other thread yielding
        using SAL_MSG_THREADYIELD, this could re-start scheduling inside
        these PeekMessage calls, resulting in various assertions inside
        the scheduler code, most time due to the changed ascheduler list
        in "assert( pPrevSchedulerData->mpNext == pSchedulerData )".
        
        Change-Id: Ia96b6c0e06ffc3126b1428723b53f4b2112f8a5f

2017-07-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [9dfd1bb102bb08f0651a6921722d731ab973bd08]

        Add some const and fix some scheduler logging
        
        Change-Id: Id20767ff2be34a21896d3ce2b76f3944acdb1b77

2017-07-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [221b0ab1245be6dba23b4ef3c516e846d95d2f71]

        WIN use Reschedule instead of own dispatch loops
        
        Since we're filtering the wakeup timer event in the main dispatch
        loop, we should use Application::Reschedule in the Backend.
        
        Change-Id: Ie02c3533e8a6a7905281f129489e4f6f53f74692

2017-07-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fae4b84882adac35d7cc170cef555bd0b41bb3df]

        VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR
        
        Change-Id: I0db9233f20fccbc4b2c4f4b3e36cf0aaa8583c99
        Reviewed-on: https://gerrit.libreoffice.org/40339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-07-24  Mike Kaganski  <mike.kaganski@collabora.com>  [8c7c72c8f8a1c8c09ee7cd4f413611c456f336b2]

        tdf#109306: consider percent unit specification for table sizes
        
        According to ECMA-376-1:2016, ST_MeasurementOrPercent (the type of
        "w:w" attribute of table sizes) is allowed to have this specification
        (and then is expected to be a floating-point value). First edition
        of the standard (of 2006) only defined this attribute to contain
        int32 value (of fiftieths of percent when holding relative widths).
        
        Unit test included.
        
        Change-Id: I700912e4eb07430e55fe1d169d99e8e7e0e1a00b
        Reviewed-on: https://gerrit.libreoffice.org/40361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [26dd5d4614e5968f111b77a3f03129a6a2a7c0c7]

        fix oss-fuzz build
        
        Change-Id: I8301edeb351479a938de442a6823028994fc4d26

2017-07-24  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [432d72dc0bdf2c43f2493f7db26f3be754c64859]

        SmartArt: text alignment
        
        Change-Id: I0be75971af8bc2906c9054848d4429d544b94f0c
        Reviewed-on: https://gerrit.libreoffice.org/40317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-24  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [64cd173f346d35c28909b4ac8f9c2d2a939049b7]

        SmartArt: cycle layout algorithm
        
        Change-Id: Ia6863ed6ee8f8bc3240f0ab16a58e59141b2a2d1
        Reviewed-on: https://gerrit.libreoffice.org/40314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [96773c0f3cb3104ae92e50c69be0361f02880bf7]

        cairo_canvas: shape clipping box doesn't match where its text is rendered
        
        since (I believe)
        
        commit 34d7602954d4483b3bc9db700e7df2c15348947a
        Date:   Wed Nov 9 15:22:43 2016 +0200
        
            tdf#55469 Consistent line spacing across platforms
        
        the point of that was to have the same line spacing on all platforms
        to fix the cairo text layout bounds to use the same algorithm as
        the generic text layout
        
        Change-Id: I26d3dec8354a9eac1423557f7d52a08f37c8843c
        Reviewed-on: https://gerrit.libreoffice.org/40364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-24  Michael Stahl  <mstahl@redhat.com>  [68d7faae7d748b6adcf8ba71a5b7ec9d80031c1b]

        configure: check that msgfmt/msguniq were actually found
        
        Change-Id: I6134b01644bf156154256ba5c4ad64ff5acd0f1d

2017-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [604bc943655b88994faa7f307d1c48e914965e95]

        loplugin:unusedfields readonly fields
        
        Change-Id: I6629926df06f71ff86e9fb23ae4fc1ae73bc9406
        Reviewed-on: https://gerrit.libreoffice.org/40360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [a43187d9075c6347412a2584d764145127779df8]

        fix use after delete in osl::Pipe dtor
        
        drop down the the c api so we can truly pass ownership of the handle to
        xNoAcquirePipe
        
        Change-Id: I12acbec81726ae4a451b501bea5492a5865c0cc4

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [74fc5b87ebfeac4efbd60894f617d05ce0c7e978]

        Updated core Project: help  2a377c70aed371d0d8099ecf34e89d1b46041eb8
        
        Fix image caption/alt and size.
        
        Change-Id: I5fd612c98ec81f5e17519d1233f05f424c710d04
        Reviewed-on: https://gerrit.libreoffice.org/40342
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4be3b5a000058eacc1fd3e8b34909e9c8cb1c8cb]

        Updated core Project: help  aef2d0a3117abf45df98b11342799097ec36d796
        
        tdf#108680 Help page for VBA function SYD
        
        Change-Id: Icec5d785a73b31313aaacd86252cae9cc9013043
        Reviewed-on: https://gerrit.libreoffice.org/40354
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e867c66e5ea11ab2e4c6174b84ddb56ec4bb13d4]

        Updated core Project: help  aee97f023acc483b46ed41af4f7fabd796e8b4f0
        
        tdf#108679 Help page for VBA function SLN
        
        Change-Id: Ida99588e30da477d8bc280492c5e90d52d24aee0
        Reviewed-on: https://gerrit.libreoffice.org/40353
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e31ebc5024b257c940c79559b96955509e9e6036]

        Updated core Project: help  9411338fe715ff1c7190ec0761b5b54d40f1f5fb
        
        tdf#108678 Help page for VBA function Rate
        
        Change-Id: Ied97ddb4654817c705108b77a62dedcf3b001e34
        Reviewed-on: https://gerrit.libreoffice.org/40352
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9fdd5ba4127d5c763ed36227519aa88b2baa1a92]

        Updated core Project: help  f6339f94698ce20caf72c6fb3d84dcf43f7e5855
        
        tdf#108677 Help page for VBA function PV
        
        Change-Id: Iacd0db8577cc1807b69306cf2d950326f49c2a9c
        Reviewed-on: https://gerrit.libreoffice.org/40351
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [6e539bdb057a16f07f25bf3202272f78d63b0a55]

        Updated core Project: help  60d67acd3b161461bbd0f84c7e12be97553b6ebe
        
        tdf#108676 Help page for VBA function PPmt
        
        Change-Id: I689c08037890630d0bb49305bec23e518bf085c8
        Reviewed-on: https://gerrit.libreoffice.org/40350
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5dba397e53de70c52efc171ae10d451cdcbc6c81]

        Updated core Project: help  7e0d91b15d875f6bf7fa94edf96a0bb791d5e8b3
        
        tdf#108675 Help page for VBA function Pmt
        
        Change-Id: I1e35ee31cd96aeee8f1b55a5adb119c50af1a1af
        Reviewed-on: https://gerrit.libreoffice.org/40349
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d17868ee78245966dd3f59a73b1434d401e64c75]

        Updated core Project: help  1a5e22fbe576e0c75682b01cbb242b3e29c14d45
        
        tdf#108674 Help page for VBA funciton NPV
        
        Change-Id: I7ad2848d559ad15a31cca729587926d99dfd7a60
        Reviewed-on: https://gerrit.libreoffice.org/40348
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-24  Rico Tzschichholz  <ricotz@ubuntu.com>  [5844d813411be8c4c7c394be07a49eaf92885758]

        add libebook-1.2.so.19 in EApi.cxx
        
        Change-Id: I900a190948087360bb4c3cd9235c9848333ad66f
        Reviewed-on: https://gerrit.libreoffice.org/40358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-24  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [316ea4a15826df71fad9fe0fe80c9feb49511f13]

        Moving legacy contexts to FastContexts:
        
        ScXMLSourceSQLContext
        ScXMLSourceTableContext
        ScXMLSourceQueryContext
        ScXMLConResContext
        ScXMLSubTotalRulesContext
        ScXMLSortGroupsContext
        ScXMLSubTotalRuleContext
        ScXMLSubTotalFieldContext
        ScXMLFilterContext
        ScXMLNamedRangeContext
        ScXMLNamedExpressionContext
        ScXMLSortContext
        
        Change-Id: I060e92dc9745b62842d1fc09851aba22c3a8a366
        Reviewed-on: https://gerrit.libreoffice.org/40320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-24  Michael Stahl  <mstahl@redhat.com>  [8c9ed261cb9201774943e438cf5394c1dcfa8c49]

        gbuild: AllLangMoTarget: stop reinventing the python wheel
        
        It also doesn't work on WNT where python_shell does not exist, and on
        OSX where python3 is not a Package but a GeneratedPackage.
        
        Change-Id: Ia4004f56d9168a05b3bd49e66c30502962c07698

2017-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3e4b0bde6252b80ccc99c8b9ae261d79456ba026]

        loplugin:unusedfields some untouched fields
        
        which lead to a whole bunch of dead code in vcl/.../i18n_status.cxx
        
        Change-Id: Id8eeadeb9cbc6107e1a0dac5801ce20b2b9ae6dc
        Reviewed-on: https://gerrit.libreoffice.org/40355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [351202fd9bff1a9cf5b82d6aef5df14a4222a5e9]

        coverity#1242860 Unused value + loplugin:casttovoid
        
        Change-Id: I80725fbde6fbf29d47f0b462ff22e6be4fbebaca

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [fcefc0d4aba8a7001f07a18e044776dc9dc4bb5e]

        coverity#1371289 Missing move assignment operator
        
        Change-Id: I362f2b53c5095810111f0a393e527a38e2abf0e1

2017-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c62e89bcc1a353c292b93f88e5f164df546d224]

        loplugin:unusedfields some writeonly fields
        
        Change-Id: I08dbc46956a09a0be0b8a045560a2204de2b222c
        Reviewed-on: https://gerrit.libreoffice.org/40356
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [2670d43a840276d990a1c3bd993c06faa42e8b1d]

        pQLine2 will be non-zero in any case that nHeight is non-zero
        
        Change-Id: Ic0fcf6c095dd2ebb2bfd901ac176229a95edd630

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [040a917c73c0af8635f96d0a097ecf7c61db176b]

        const these up
        
        Change-Id: I78e0cea5afd2e226ea11aaf1bd440e67bbb376f0

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [f5fae0f97b494cce5fef92b567f62f15e423fa01]

        coverity#1411569 Unchecked dynamic_cast
        
        Change-Id: I87521de07e18ea56c49083576e5de56023e45aa4

2017-07-24  Caolán McNamara  <caolanm@redhat.com>  [fd1647ad9042a359127fccc03d6c99d7d1fea7fb]

        coverity#1242860 Unused value
        
        Change-Id: I0749fc82ebdf45b3cb022d3989df774e73e715bd

2017-07-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [8045cef05ceedeae0e59c56225b577e7c17d5f87]

        improve unusedfields loplugin readonly analysis
        
        (*) better analysis of init-list-expressions
        (*) fix analysis of calls to members, turns out there is no parameter
        offset after all
        (*) check for passing arrays to functions, need to check
          if the parameter is T* or T const *
        (*) check for assigning field to a T& variable
        
        Change-Id: Ie6f07f970310c3854e74619fe4fd02a299bf6879

2017-07-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [5a6d6429f4d5ce7a1bbddc97990628039ff6f2ed]

        sw: non-functional minor cleanup
        
        Change-Id: I94e34214e49de02e0922f85d5e799926a000d8e3
        Reviewed-on: https://gerrit.libreoffice.org/40344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [425c68a316a5682696ac29f54f5e99c005685fc1]

        svl: moved crypto helpers have the correct log-area
        
        Change-Id: I127e7546f3a9dd920c0fbf6667d146e9b0ff1b01
        Reviewed-on: https://gerrit.libreoffice.org/40343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-24  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [08c7e8655b8e367985b76342f6e1aa0462326923]

        svl: support verifying streams as well as byte arrays
        
        Change-Id: I67a5094c6817b9f9e04ef72e15b059d6667f1397
        Reviewed-on: https://gerrit.libreoffice.org/40335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81c411299ed1bff1e536b97a5d5add70d6c5db04]

        forgot to remove the tests from the test definition
        
        Change-Id: Ic966137a08f5cd752ce8f6e6c49a5abb71adf724

2017-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9263470903a46fa030fb941ee024bf24f2b98e59]

        screenshots: the screenshots now need a initialized SwModule
        
        Change-Id: I44ea8630a874300e9163d71bd5094a5941d2a419

2017-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ebdc10f04539269542bbe348b5a0a297183f116]

        screenshots: fix the screenshot build
        
        Change-Id: I3c295c4817e19c5e31b793fd455c3071015098d7

2017-07-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [888f3f18cf42ca08f55a5e4826b4298f391e14aa]

        Updated core Project: help  46fc2324d0db000581fcbe5c55838bd58187a6fb
        
        tdf#97745 code cleanup
        
        * Add debug param, to display page info in the bottom
          &Debug={0|1}
        
        Change-Id: I809548e5d59d0a55b258ca0ec69811efec51df67
        Reviewed-on: https://gerrit.libreoffice.org/40341
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-23  Buovjaga  <ilmari.lauhakangas@libreoffice.org>  [ac66ac8e72548a4a5a6c563a9e3c5aaafedb3292]

        Updated core Project: help  7f87a5f65fe80d0262a96b43ee14edae33a09948
        
        tdf#97745 Use system browser to display help pages
        
        Some improvements (WIP)
        * Use CSS grids
        * Better language selector
        * Better svg icons
        * reorder some scripts, clean code
        * favicon
        * fix index
        
        Change-Id: Idd55f41724cc3972c8b461ede5f1e975716c5290
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/40316
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [eb74889adea0c43041f1c5cffcdfccfbfd3e9f21]

        Updated core Project: help  768ebf50c5564dc4ecbde7af8dd136c4acdf87f4
        
        Fix some DTD issues in Help Pages
        
        <item> does not have child nodes
        
        Change-Id: Ieac002b65cfc54c66af92e1a7cb80a1fc7ce31f4
        Reviewed-on: https://gerrit.libreoffice.org/40313
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17c7b7406d228488997ba6ddfc30ea3edc5336ff]

        these tests depend on our additional fonts
        
        Change-Id: I327047afbf05afb152d03669e67ba19a210cb0b7
        Reviewed-on: https://gerrit.libreoffice.org/40338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-23  Ximeng Zu  <uznomis@yahoo.com>  [2cba4ea9672f1c308f7c5fa09ca775b77cdebf53]

        [Android Viewer] Fix crash after save dialog
        
        Fixed the crash after save dialog caused by
        a possible null pointer related to presentation
        mode.
        
        Change-Id: I2fcf254f4382eaa5b565e25679486a5158d56eac
        Reviewed-on: https://gerrit.libreoffice.org/39847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-23  Ximeng Zu  <uznomis@yahoo.com>  [cb79eba9be4edb6c78e7c8bba491ed7ff98227bb]

        [Android Viewer] Correct typo of class name
        
        Corrected the accidentally named inner class in
        PresentationActivity.java from camel case to
        Upper case.
        
        Change-Id: I0c27efe371611959e40cd656628a0fa2c9c0cdce
        Reviewed-on: https://gerrit.libreoffice.org/39832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [e0e50eff21545cbfdd594f5b4474aba2f5b0405e]

        coverity#1415514 Dereference after null check
        
        Change-Id: If51d0a4540f63f87b5ba2aece10ed73e416ae783

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [f54ca31d2900e6592ffc22888d0f2475a75630dc]

        make this more readable
        
        Change-Id: I617e7a120aa14794c7391969b3edd6e3c4f50077

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [13f80252de289b666b5df126e1ec8a9c99445bac]

        pQLine2 will be non-zero in any case that nHeight is non-zero
        
        Change-Id: I5c836552df2122049dc88ca724444b29ae2c74e9

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [bc2552fa3197617ec909e90996076ea45a27ce5c]

        coverity#1415611 Result is not floating-point
        
        Change-Id: Icaeeb835e9a3c8ab6917fe15297ad884db792299

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [dbe73c8df874d0970e3d05159c796dfe67b81e8e]

        coverity#1415615 avoid Dereference null return value warning
        
        Change-Id: I248dcafbb2cfdd7a8dd9270ef56bcccc1b9b0ee5

2017-07-23  Ximeng Zu  <uznomis@yahoo.com>  [063db6b5a011c48fd4f04048a292747f33418a82]

        [Android Viewer] Correct LOK Enums
        
        Corrected LOKit Enum names in Document.java.
        
        Change-Id: I890bca0712a650b2454807fa11f43f7db14aad6b
        Reviewed-on: https://gerrit.libreoffice.org/39831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-23  Ximeng Zu  <uznomis@yahoo.com>  [02f3c4848ab52358bfee56c570a19a3a071574f2]

        Calc UI on Android Viewer
        
        Adding Calc UI. Two blank views are added as
        row and column headers. CommonCanvasElement
        is used to draw header cells on the views. [WIP]
        
        Change-Id: I37eaa82805045ab650fd127e54c8421c61a4ea27
        Reviewed-on: https://gerrit.libreoffice.org/38936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fadf31b32566bc5e7b729de3e112addb93585be8]

        uitest: wait twice as long for blocking actions
        
        Change-Id: Ib54a12e9bce3f0be9b31c57550d01754323832c6

2017-07-23  Dennis Francis  <dennis.francis@collabora.co.uk>  [0bdbd099bb52ae687196e06561e03c5c4d9c90eb]

        tdf#103984 : For bubble charts append data column...
        
        for "values-size" role too, after parsing in
        InternalDataProvider::createDataSequenceFromArray().
        Without this, embedded bubble charts in documents(MSO) other
        than spreadsheets will be empty when imported.
        
        Also adds docx import chart2-unit-test in chart2import.cxx
        
        Change-Id: I63168074b30090a8b7cf977eb5af443f6b9ac240
        Reviewed-on: https://gerrit.libreoffice.org/40258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [f7c4e8cbf840193acb7c188163f51c8a3a14e083]

        coverity#1415614 Out-of-bounds read
        
        Change-Id: I73d18dd6613be063002878fb4906a49863707856

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [1d663165fc35ce41610e9a73e168ac2adc0153e2]

        more related strings together
        
        Change-Id: I0055000d1c92096c320ad52d553a7bdc19fcc025

2017-07-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [c24d293661c7049b337ac0763b8d309601c9cce3]

        loplugin:unnecessaryvirtual
        
        Change-Id: Id3f0bbcae731d777ac7c1fbc9f020ff35833864b
        Reviewed-on: https://gerrit.libreoffice.org/40323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [4bb2bca091ffa0cc8a5f4a850eef146bb66feaa0]

        remove now unnecessary comphelper::OModuleClient stuff
        
        after the great gettext migration of 2017
        
        Change-Id: I704389b1ae1fb34dae0429c98cbfc89c2d3b8e27
        Reviewed-on: https://gerrit.libreoffice.org/40322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c077e587d36170be53bad90bd5c87364295426c]

        uitest: handle the case without dictionaries in the UI tests
        
        Change-Id: Icc63deeb182f0c380780332793a3af1f7a51577b

2017-07-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [741d794adc0fabbcfb9ef847ad0369d7281b964d]

        editeng: remove bogus copy ctor
        
        default copy ctor and assignment is deleted because AttribsType
        (vector<unique_ptr<T>>) can't be copied
        
        Change-Id: Ifb95298591c3f0ed5eb04a119efeb065a3eb8705
        Reviewed-on: https://gerrit.libreoffice.org/40330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-23  Julien Nabet  <serval2412@yahoo.fr>  [4f3ce1233cfdeb8e159b5c68858167fc586f734b]

        cid#1415621: illegal accesses
        
        Change-Id: I89df786f25441aadf3172ce53228c8b465e62e3b
        Reviewed-on: https://gerrit.libreoffice.org/40334
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-23  Takeshi Abe  <tabe@fixedpoint.jp>  [b0a0971d9f65168f9b82ec7a7ffaec9eea0b3e9e]

        sw: these arrays are constant
        
        Change-Id: I15c49dc83f83dbc60b4a0db17183041aeaaa17fb
        Reviewed-on: https://gerrit.libreoffice.org/40321
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6b8b6f0117d7be63acf475adf8bf9b484a53062f]

        lwp: delete bogus copy ctor
        
        private member s_aFonts suggest this class should be a singleton
        
        Change-Id: Id3381d8d006da346ba029f46cb9df131866ed4dc
        Reviewed-on: https://gerrit.libreoffice.org/40328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [5924ac060d320b38133f2629d07ee08c41aae368]

        coverity#1415613 Explicit null dereferenced
        
        Change-Id: I000715d694acadb7b8772e6220d540b91f4451bf

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [29bb9775ce5443d5f4929471fa2cd85d8e6d6c45]

        coverity#1415620 Unchecked return value (golden)
        
        Change-Id: I5229a29d6f2017abe32121cbdedbba1017cc4a46

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [d3cc241f9078e894d27575f9025cb07c482185e7]

        coverity#1415619 Explicit null dereferenced
        
        Change-Id: Ibf0419ab8bd288c2f83c2dfcf5598c0da7eca307

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [c3fd791b54187a0a9df91d4674e95acd94ad1a17]

        coverity#1415622 Pointer to local outside scope
        
        Change-Id: I870588f62f5cbb688fa0662483ba008a54ffc492

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [0a38e49ee801be8e754cbf7b800aaab5da392c6d]

        coverity#1415617 Resource leak
        
        Change-Id: Ib23bbd9403f44fd7aa3635a3febb6533b1f9edad

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [458c60950330daaf1c42d5edd3ac4a80fb321fdb]

        coverity#1415610 avoid Unchecked dynamic_cast
        
        Change-Id: Id37e121d3f0de9067fdce8462db7162f3e80d1ac

2017-07-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [08ff9e0cc40c472fde31ae639949d4d8cbafd868]

        remove unused struct
        
        since f24b46c27243b88e4d367d7b105d1365e97dbd76
            loplugin:unusedfields in vcl
        
        Change-Id: Idef892664a7c53c15e27685fdb7faa36d8b81f30
        Reviewed-on: https://gerrit.libreoffice.org/40327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [a1b0408ab6655220a8ac3b6fe7f2875da8a365e7]

        sw: dummy handler for paragraph signing
        
        Change-Id: If6e9f75dcf8c8628295fe013328b3b1630d064a2
        Reviewed-on: https://gerrit.libreoffice.org/40319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b66cfdbc1aa43fb42cf881bcc702798e95a50a9c]

        Removed duplicated includes
        
        Mainly about "core_resource.hxx" and "strings.hrc".
        It passed "make check" on Linux.
        
        Change-Id: I994420d5e33d02b64929f8a51c548a7322d88a79
        Reviewed-on: https://gerrit.libreoffice.org/40311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-23  Caolán McNamara  <caolanm@redhat.com>  [737e6c248ae015b7fced059257f2faa9cf4c0703]

        make JunitTest_svx_unoapi more reliable by checking against current bounds
        
        we've been here before with...
        
        commit a9cf50c24dd10a20e1288828e2a59c193bb582cb
        Date:   Mon Sep 30 15:28:02 2013 +0100
        
            junit: make tests robust by compensating for intermittent sizing race.
        
        so lets fetch the bounds fresh when checking its consistency with the
        other measurements and placements rather than comparing against its
        earlier perhaps now changed value
        
        Change-Id: I24585901fedfd710fee194fab697b445f8633e73
        Reviewed-on: https://gerrit.libreoffice.org/40318
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [28b382b7b0a32417e0aedd4ae415a69e479fe60b]

        rtl: cleanup equality conditions in uuid.cxx
        
        Change-Id: I8918cd97f9ab89f0a2f7f95cd59b706ca5a55e2b

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [80cdd90793c6b8b027f7f5366b03041b1ae5e0e5]

        rtl: cleanup uri.cxx
        
        Change-Id: Ic9ddcaa7c699830216e157bd9dfc09d30b50b3e6

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [6128d6277142c703ec9c938c22f395de6b66f3f7]

        rtl: cleanup rtl_process.cxx
        
        Change-Id: I8640da0d5f44d69b9b628ac2076aec50b8e62ceb

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [16204ebb6862e3ada703001c048089ca931060d1]

        rtl: remove comments, cleanup equality conditions in random.cxx
        
        Change-Id: I915aafe5a0df39b19e1f5bdc701cb9175dabb5ed

2017-07-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [9f45e431abf0cc24cb1db86a0dd0979848d8eb8d]

        Add new helper class to cui for SvxConfigPage
        
        And kill the temporary namespace killmelater.
        
        This class will contain helper functions/methods
        for use of the tab pages of the Customize Dialog.
        
        Change-Id: I63a05c9495a79009ed5b47f7790a46cff9f58c6a
        Reviewed-on: https://gerrit.libreoffice.org/39617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-on: https://gerrit.libreoffice.org/40308

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [5a883e94f372da0cb2340df5af8cf9b8bc54fc74]

        osl: Windows pipe converted from OSL_ASSERT to assert/SAL_WARNs
        
        Explanation for each conversion:
        
        - osl_acceptPipe()
            - don't worry about an invalid oslPipe sent as function parameter, we
              check for the error returned by ConnectNamedPipe(), and without a
              valid pipe we just need to return nullptr
            - warn if INVALID_HANDLE_VALUE for the file handle, should be handled by
              ConnectNamedPipe()
            - createPipeImpl() allocates and initializes memory for the
              oslPipeImpl structure, if it can't do this then something has been
              done wrongly
        
        - osl_receivePipe()
            - invalid pipe needs to assert because ResetEvent needs valid
              pPipe->m_ReadEvent
        
        - osl_sendPipe()
            - invalid pipe needs to assert because ResetEvent needs valid
              pPipe->m_ReadEvent
        
        - osl_writePipe()
            - really just a thin wrapper around osl_sendPipe()
        
        - osl_readPipe()
            - really just a thin wrapper around osl_receivePipe()
        
        Change-Id: I581f8aa996375a8691eafaa384d3f63f0c92b0a2
        Reviewed-on: https://gerrit.libreoffice.org/40262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-22  Heiko Tietze  <tietze.heiko@googlemail.com>  [e468d9d2e1ef1eda7449787cbb907e83aec0162a]

        Revert because of wrong banner size
        
        Change-Id: I1f827d373d52e89989e4e7f1e9d4333cba5dbb78
        Reviewed-on: https://gerrit.libreoffice.org/40315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f175e360c60f6970e95907a1c46ff786d1f25594]

        rtl: cleanup equality conditions in math.cxx
        
        Change-Id: I13d898479d883f7905d834c82dc778a9e4078375

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f250b04a5ee7795f0104e6a1f6d47ded41df4044]

        rtl: cleanup equality conditions in locale.cxx
        
        Change-Id: I25833b65f89cc24ec2b62d4836f6c7c230c418aa

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [bdb6208ffd50e5e47c5c57082385ec63be012d3c]

        rtl: remove comment cruft from locale.cxx
        
        Change-Id: I0db5f31a85e03a0f262f22977dfd7a98090839c7

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [d485bb01a2d0eee9f7904cf7d2c306ac2c635fb3]

        rtl: cleanup equality conditions in hash.cxx
        
        Change-Id: I163e1018009d4da49a15457e2cd2f433fd069a73

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [7720e5978366be615617b8af09dc8d1502b5990a]

        rtl: fix equality conditions in crc.cxx and digest.cxx
        
        Change-Id: I3408c2800a5cc41026e5fec8ef99c408e64d69ea

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [42bd4103f8591e679259f9d138d1d579fef1271d]

        rtl: cleanup cipher.cxx equality conditions
        
        Change-Id: I0b8084adea65f8c6a6e5e46b6628297fbd9eda9b

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [4f9cd941fa57efdeb7f8126016aefe45b25f3f2c]

        rtl: remove comment cruft from cipher.cxx
        
        Change-Id: I65d394d2947246b9919e072b06888dd744ef13f0

2017-07-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [9f2cd53913389d14f344e6cc0841a066b13bc669]

        followup b714ba73c - remove excessive braces
        
        Change-Id: I59fe131c6d14d9058fedaf89a2e9d5ceca444aa5

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [aeb3853a21435f00f225d751e56184e875bc46ed]

        osl: (Win32) check allocated pipe succeeded, otherwise needs to fail
        
        Change-Id: I0e508de4215d92700a9134e422a7b9370f387aea
        Reviewed-on: https://gerrit.libreoffice.org/40300
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-22  Julien Nabet  <serval2412@yahoo.fr>  [7dc86ea81ae26b972c52448ee367c9ea5d8d92b4]

        tdf#109271: Use ScopedVclPtr
        
        so disposeAndClear is called
        See https://bug-attachments.documentfoundation.org/attachment.cgi?id=134781
        
        Change-Id: I5d9a3c4ddc73b303a36643a7d1111d8cc7da7006
        Reviewed-on: https://gerrit.libreoffice.org/40306
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [3b4fdb3f64a5db4ecfd38242c6b799c5d248a066]

        rtl: fix bootstrap formatting, comparison to nullptr
        
        Change-Id: I8d00e616a56cc3edac6ba2149fd6f9ae44c23a95

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [b714ba73cf2b08ea252a039d801c8dccb1337049]

        rtl: remove comparisons against nullptr from RTL mem files
        
        Change-Id: Ic0ae0378d5b46b3d11c99aef2e845796ad0a9c71

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [e29ee03d1aff5fd8ff2a2af01f49bc036e612f6e]

        rtl: remove comment cruft from alloc files
        
        Change-Id: Ibac120af6879739091aacefef5c773649e222f85

2017-07-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [2ee84fe096f9bfaf141a1cad57f1103be688c744]

        Cleanup duplicate functions in cfg.cxx
        
        And move all helper functions to the temporary namespace killmelater
        
        Change-Id: If74102209a05b8d28c96d51a623ac14c1700630c
        Reviewed-on: https://gerrit.libreoffice.org/39404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/40302
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-07-22  Julien Nabet  <serval2412@yahoo.fr>  [1cf7a4c39e701023472a16467bd81aeacf5ff053]

        Typo: "disposeAndClear", not "clearAndDispose"
        
        Change-Id: I9f7f30fce9324f7ccb79e9a8ef0c13e091d7c3a3
        Reviewed-on: https://gerrit.libreoffice.org/40304
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b4cb88c029cc085e06effb32a2631033ccd8a50]

        loplugin:unusedfields in basctl..connectivity
        
        Change-Id: I2f10daadb84e48eaf96f6cc63899b2f4fce7326e
        Reviewed-on: https://gerrit.libreoffice.org/40295
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [939f9bd0b502ab5dc240be0c6f334becb1c944c8]

        loplugin:unusedfields in cppcanvas..cui
        
        Change-Id: I1cf1f7919e03d863c6f7756e1caf3b9313777479
        Reviewed-on: https://gerrit.libreoffice.org/40294
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Caolán McNamara  <caolanm@redhat.com>  [dbc371c4bed118678d71dba51a0dac7f604e1874]

        add test for CJK (~X) mnemonics
        
        Change-Id: I1f69c23dcde6d963ad9c3bc1f2d9178fe15eb27c

2017-07-22  Caolán McNamara  <caolanm@redhat.com>  [86988a9eb3aebfa9c6c713ed69df0876d4e6e348]

        tweak test a little
        
        Change-Id: I6b9aeaf03716496dc2c6dfcc88688891f57fb0c7

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [4f5238deaca3e565e56adefb6b4805cb2c571ed4]

        osl: get rid of comment cruft in w32/time.cxx
        
        Change-Id: Ief31a90cb0d14ac396be4d11719f8deb136b081d

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [198cc058d0ced75e790ad7a6f0cc47a81adf8c13]

        osl: get rid of comment cruft in w32/sockimpl.hxx
        
        Change-Id: Iab2ac765435113b8776be6b6a632e21385b02fae

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [a12913fc442d8b81b2738e80a5a47fbe700c64dc]

        osl: get rid of comment cruft in w32/socket.cxx
        
        Change-Id: Ide9debe3e1029646b01ba7698e2c613ba0040bed

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [4ddfa061bee94000dcb3e39ec396e63cf3289f0d]

        osl: get rid of comment cruft in w32/security.cxx
        
        Change-Id: Ifd3ba56ad420985e646162041682e4872a13258d

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [9df7952d237d77fb3acfab6ee2822e8391780af3]

        osl: remove sig in comment
        
        Change-Id: I7e02e463105cf65fcc47ce5e3d5f9476ff778cce

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [2b2ad5ac217bf89f5bbde324678214219dc89d56]

        osl: remove dead code from w32/salinit.cxx
        
        Change-Id: I895c0bb5f9d2d072ab6aa7a6aabb22449287283a

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [4f2fc5115cff0d20b8e29a589d0d6c64e72d87ae]

        osl: get rid of comment cruft in w32 profile.cxx
        
        Change-Id: If85f1a6d436e894b27a2fcb10a8d44e56e193fff

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [09b676940e8133a31031d6f471e030935d56461f]

        osl: small cosmetic change to make comment more readable
        
        Change-Id: I5be685355b0c3180bbf23a421c66c086f05834fa

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [90d6538a996e6ac0c172edabd6b289511389585e]

        osl: get rid of comment cruft in w32 path_helper.hxx
        
        Change-Id: Iaa6160c21281153041fda38ed99f94419f1e9e0d

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [91d37dfd5186e1cd4a9a06a88078ed9ca24bbba8]

        osl: get rid of comment cruft in w32 path_helper.cxx
        
        Change-Id: I111c8b4e39fc9f1dd894979ff6fb5e98659182d1

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [606b682a2ca5636b21bb934d74046eb90b79aa0f]

        osl: get rid of comment cruft in w32 nlsupport.cxx
        
        Change-Id: I530537cb897c21ad4c219a3125d97b97429584a8

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [e0b6a4a2d2dec4e9614f27fc03f84b1c578028ec]

        osl: get rid of comment cruft in w32 mutex.cxx
        
        Change-Id: I8ca5a16d0d7bdedf8a8c5685e088043566bab8eb

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [194ba0845ef64272108c771ea37179638317d2ae]

        osl: get rid of comment cruft in w32 module.cxx
        
        Change-Id: I7cbad67d06942257800403d2d5530e272d33ebb9

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b4924421b4b5e4dbb4dc24eb16c5d3c866ed73b]

        osl: minor whitespace fixup from automated change
        
        Change-Id: I93186466ba800f46c263bc49f51604a1d014a52f

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [191893bc8751f56c93bd65d2ce39b0bbd8e97914]

        osl: remove extraneous comments from w32/file_dirvold.cxx
        
        Change-Id: I21a0ce806f64582a62b9ff0e30a2299d1f478ffc

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [87b333f749a810cdd9f58be80c257d5dcd727dad]

        osl: fix w32/backtrace.cxx comment
        
        Change-Id: Id6f941a9ef62827d7e4aa1d8ad4af0494470ea8e

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [f509b2830d21e8032647e6438054b2594fa2440f]

        osl: get rid of comment cruft in w32 conditn.cxx
        
        Change-Id: I4ef57b561813c28dfbb2e930e4d972953b94f5ba

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [87c64c00286433201e44795128014cbf0966cff3]

        osl: give condition tests more descriptive names
        
        Change-Id: Iac83de722e5c3ee350e1588940567fc67a79e045

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [0b16b338de40ccb8c53282a2eb8c6cf7a95cc105]

        osl: condition qa remove extraneous comments
        
        Change-Id: I2db888e3260543563d8c6ea5b0575e46e98df9d7

2017-07-22  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [8becd40f030b94fe3fb6ad82b048ee97daaea2b1]

        avoid unnecessary calls of AdjustRowHeight
        
        Change-Id: I2d164f69a7313d69f3fe5cabe1e3cc39aeba4d32
        Reviewed-on: https://gerrit.libreoffice.org/40272
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [c82cf38427c47f60ba6cc6a008c9f60fb488dae9]

        loplugin:constparams in editeng,lingucomponent
        
        Change-Id: I99d9153e3fd1fead34c856ac68a120bb06a003d3
        Reviewed-on: https://gerrit.libreoffice.org/40296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [5fad6eb1b38d369f4f7ca401f3c651292667486e]

        loplugin:unusedfields in editeng
        
        Change-Id: I61ddd2ce8ded65251fdf1903e6cb67f0d18c9451
        Reviewed-on: https://gerrit.libreoffice.org/40293
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ff8ecb53ed53d138b4e435d6d048d8abb6cb0e9]

        loplugin:unusedfields in extensions..framework
        
        Change-Id: I687c67c8f3c0e03c6ab2da0a93a9e62f0caf12cd
        Reviewed-on: https://gerrit.libreoffice.org/40292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [760a7791a2d4d389d91dd35deb65dc72ff9d4f6a]

        loplugin:unusedfields in io
        
        Change-Id: I8be28fa2ed1e005c76eafc60746620338c8a49ac
        Reviewed-on: https://gerrit.libreoffice.org/40291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5ee29737edc08874ae854c459198aa4fba59dd8]

        loplugin:unusedfields in oox,reportdesign
        
        Change-Id: I0201d76cb3d4605bdc00c81cfa9d91f98341c7f3
        Reviewed-on: https://gerrit.libreoffice.org/40290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [0281b187752a6da62b801f4a4acf5cf74c2c31f2]

        make oncevar plugin ignore methods with #ifdef-ery
        
        Change-Id: I8a9cf2c4b81b95bf654f7e90306328d72e3d3408
        Reviewed-on: https://gerrit.libreoffice.org/40280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [827aa375ddc89cbc468267cbf94a8cea1ef4215c]

        vcl: fix Unicode cast in mnemonic test
        
        Fix the following:
        
        /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/vcl/qa/cppunit/mnemonic.cxx:35:50:error: in LIBO_INTERNAL_ONLY code, replace literal cast to 'sal_Unicode' (aka 'char16_t') with a u'...' char16_t character literal [loplugin:salunicodeliteral]
            CPPUNIT_ASSERT_EQUAL(sResult[1], sal_Unicode('~'));
                                             ~~~~~~~~~~~~^~~~
        /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:300:32: note: expanded from macro 'CPPUNIT_ASSERT_EQUAL'
                                      (actual),                \
                                       ^~~~~~
        1 error generated.
        
        Change-Id: I323270d4ddf9e8ae22f9bf7cd7333a8d7e58d17c
        Reviewed-on: https://gerrit.libreoffice.org/40301
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [8e71acc7b775aa4ad93b45aa18d0ec7d6a47a314]

        Separate SvxToolbarConfigPage from cfg.cxx
        
        Change-Id: I4aa504b92e9507635152c623a07d0538079860de
        Reviewed-on: https://gerrit.libreoffice.org/39389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-on: https://gerrit.libreoffice.org/40297
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-07-21  Michael Stahl  <mstahl@redhat.com>  [62f4151683cc6bde8db61820aa581ad9073b0841]

        sw: it looks like MoveRange() is never called with
        
        ... Undo enabled; let's try if somebody finds a way and remove this
        later if not.
        
        Change-Id: I9bad32342b129743ecfecb26901857cc4c79a89d

2017-07-21  Michael Stahl  <mstahl@redhat.com>  [850795942b3e168cab8ce88b4f2b421945ff29ca]

        tdf#99692 sw: fix bookmark positions in tables at start of redlines
        
        The code assumes that if it can move the cursor backward in line 2038,
        that move can be "inverted" by moving the cursor forward after the
        content has been moved - but if the cursor moved back a node, and the
        moved content does not start with a SwTextNode, the cursor will move
        forward skipping over the non-text nodes, so offsets in the aSaveBkmks
        (and aSaveRedl, presumably) are going to be wrong.
        
        Just don't use Move() if it leaves the current node.
        
        Change-Id: I95278a10c14aeba9f76558486bb2712f6726dbcb

2017-07-21  Yousuf Philips  <philipz85@hotmail.com>  [37185c03e1d66c494b0da298b22aca557d8a3f3c]

        tdf#106533 Correct insert index entry icon filename
        
        Change-Id: I70ba9feb06056a7dbcf34ed1b533639be217833b
        Reviewed-on: https://gerrit.libreoffice.org/39441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [5488ff0be8ec4625822428781298ffb76ea84041]

        mnemonics in words with Eszett misplaced
        
        because the text is normalized with toUpper and uppercase
        ß is SS and using the insertion index of the normalized
        string in the original string is out by one
        
        if we normalize with toLower then according to
        icu/source/data/unidata/SpecialCasing.txt
        then as long as the language is not Lithuanian
        its always one to one
        
        so just normalize to lower case with blank locale
        
        Change-Id: I0ad1c7e2ad0216b7c27ec62105f9a25672ade8a8

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [91795dfd726c76db03e5bc731608e7bff8eabacb]

        call python script with whatever is set as the python to use
        
        Change-Id: I5dcfe7c1eca2f6388d6606521722a5fe876a9f34

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [bbe1636291cbfe3a8c2690b692740e1c823403be]

        ofz#2704 null-dereference read
        
        Change-Id: Iaadec2dfdebd2b2e273d369cc22f48153cd6d213

2017-07-21  Jan Holesovsky  <kendy@collabora.com>  [c23cc5d7551a0ed0e3dad2d33dd00b38643456a1]

        Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.
        
        Change-Id: I410fef49679360f3308ec0f00bb032a2de0d7931
        Reviewed-on: https://gerrit.libreoffice.org/40282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-21  Jan Holesovsky  <kendy@collabora.com>  [71ab0b8b8368b5010d3af4100d5ea3ca38b725a5]

        sd pptm: Unit tests for the .pptm support.
        
        Change-Id: Ie0d05e70fe2b0869470a1750d5b60566f129247b
        Reviewed-on: https://gerrit.libreoffice.org/40268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-21  Jan Holesovsky  <kendy@collabora.com>  [ee6f8f1982d666f8fcda96d2141a9332a10b8273]

        sd pptm: Preserve the VBA stream on export.
        
        This actually implements the reading of the VBA stream in Impress too, so the
        user will get a warning when opening such a file (that the it contains
        macros).
        
        Change-Id: I1638199529196ed217cbd9ebef88eb7c88f2179a
        Reviewed-on: https://gerrit.libreoffice.org/40197
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/40267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-21  Jan Holesovsky  <kendy@collabora.com>  [f7c3dafac4545c99e3ea4e469c23f7c7b7359807]

        lok: Add docm/xlsm/pptm filters to be known by LOK.
        
        Change-Id: I4995498132b832ce783efc9740f1d7129f085a01
        Reviewed-on: https://gerrit.libreoffice.org/40196
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/40266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-21  Jan Holesovsky  <kendy@collabora.com>  [5d0901a75e7ef96dc722b5277450cc18ad163f7b]

        sd pptm: Add a separate PPTM filter.
        
        Similarly to commit 697173f6fdfae581022cfdb5ec5171c5a3be58f0, we have to
        preserve the correct content-type which is not the same for PPTX and PPTM.
        
        This commit also changes sdfilt.component to use the constructor feature.
        
        Change-Id: I4b334540ec07a53d308e6b9dd6403294842bddf8
        Reviewed-on: https://gerrit.libreoffice.org/40195
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/40265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-07-21  Eike Rathke  <erack@redhat.com>  [7b0607aa7d42e3ea4c1623d65b124970abc04d79]

        Initializing Date with an arbitrary day count is nonsense
        
        It works here because Date is ignored and only Time is returned, so just init
        empty. The original value was a double date.time since null date.
        
        Change-Id: If420769464860481416b0da172ddd2e17c13e641

2017-07-21  Eike Rathke  <erack@redhat.com>  [252aab1b9dc1dbeace3087929a52e1248f043839]

        Eliminate DateTime::operator+=() and -=() with POD types
        
        And make some tools::Time conversion ctors explicit to catch more oddities like
        automatic conversion from sal_Int64 that might be unintentional.
        
        Change-Id: If275297d86d6657544c056a712b862523e310e44
        Reviewed-on: https://gerrit.libreoffice.org/40275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec340697d682bd7d0a361c8c701e513329c032bd]

        loplugin:constparams in soltools and various
        
        Change-Id: I5e8e4a9a31aa7c3ff54cc7ce137d08770ea297e1
        Reviewed-on: https://gerrit.libreoffice.org/40279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [7a7cba91a60c1c6d6645dfb8c7e88c5c6318ddee]

        fix python2 assumption
        
        Change-Id: I2113f64bac9f1e7421416266d20004b35ddbc54b

2017-07-21  Tor Lillqvist  <tml@collabora.com>  [a1826132c0425d0e7fc05129b0ddf1b92732e5c4]

        loplugin:subtlezeroinit
        
        Change-Id: I52780b012a1e5a382e2245fb1d857e64322bee4a

2017-07-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c48f659a38af4da57cd1c978f17f2598de19156a]

        update credits - with aliases fixed
        
        Change-Id: I486428da5459e758d23dd58b189b539896886c4c

2017-07-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0ebd75c5acc24568b0a792a81a3454e81faa5abb]

        Fix typos
        
        Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394
        Reviewed-on: https://gerrit.libreoffice.org/40277
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [e87108c5e769749e9ea2923e18250a276ed8a9a4]

        further bodge bad translations with mismatching starting newlines
        
        Change-Id: I91d559596dcfbca603613bc4e9db7fe3348984c6

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [b761db42f542b2627480db47edfb656b47fffd04]

        fix up some mismatching msgstr vs msgid trailing newlines
        
        these are broken (from msgfmt's perspective anyway) already
        in our translations and pootle warns about them
        
        Change-Id: I9ce7c651273e334ecb92a592397886e2b95907da

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [7a02d45372c4753eb51744f14b16c1f8f1f060bb]

        add msgctxt to new strings
        
        Change-Id: I3a0a7620c9ed0aec438d149bee80c6979b0a3bd7

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [4232d1269baa4fa5c1ea2871478ad8727b922909]

        give formula .uis their translation domain
        
        Change-Id: I9fe10986270117495628817b56ddf31f9f315454

2017-07-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8f338d85a576dcc636907ce036cb34559e9c7e36]

        update credits
        
        Change-Id: I3d2a7bd97c085c68dc5036b6cb3731c24ed63aa2

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [bde3cfd8b1fcb38e024c8bc27ca0c6d07c744fb3]

        call to non-constexpre function
        
        Change-Id: I31f5a23e0f328273b8a165e58863b771853f3d3c

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [8b486c042d796d8d43cf8266418274e26407ee08]

        loplugin: literaltoboolconversion
        
        Change-Id: I675a29185c0401a8462ece17f70db82d188a53c5

2017-07-21  Rene Engelhard  <rene@debian.org>  [db5f86c764032c5100a4c5545b4d448d37b6ed5e]

        update lo-xlate-lang for "kurdish"/kurmanji, amharic and guarani
        
        Change-Id: Ie433614e074da0034ed532ed4569ef3648e48267

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [b51973398deb8c9b4661ad0df54328d64e1fc79a]

        use old translations for interim period
        
        Change-Id: I81af71041d8d9d0074c9585ced510d7daab07c20

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [8b11c3e8443ab7d0ba5f4fdc754dcdc8c2ca07be]

        replace localestr with a script for the supported translation targets
        
        Change-Id: Ia0c00f6f978428d68b3c53051e26e1913b207dbe

2017-07-21  Tor Lillqvist  <tml@collabora.com>  [4d1b35423537544a44d6265d985065caa340f956]

        loplugin:oncevar
        
        Change-Id: I6b9492b3abb25bc546d672626d438cbd407c8c0f

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [c7007aeb46e7598baab854b9bb0c35712bbe5518]

        despite the comment and missing translation, REDLINE undo comment gets used
        
        during CppunitTest_sw_tiledrendering at least
        
        Change-Id: I0de400443858926d7e2041934bbab61ade214c71

2017-07-21  Eike Rathke  <erack@redhat.com>  [fcd0361d6be8d088be12e500f0120afd7995d1ac]

        Eliminate Date::operator+=() and -=() and replace with Date::AddDays()
        
        Clarifies code and gets rid of explicitly casting the operand to sal_Int32.
        
        Also in preparation of removing DateTime::operator+=(sal_Int32) that is
        confusingly similar to DateTime::operator+=(double) and just depends on type.
        
        Change-Id: I83422e2940fbb017978db9b5734b4966228af3de
        Reviewed-on: https://gerrit.libreoffice.org/40248
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-21  Michael Stahl  <mstahl@redhat.com>  [2e486daff35ab16e810bfdafb24b19bcbf2fe8cd]

        tdf#108867 sw: fix dangling text box frame format pointers in Undo
        
        If the text box is removed, the SwFrameFormat of the drawing shape still
        retains a pointer to the frame SwFrameFormat, and the latter is owned by
        the SwUndoFlyBase.  This is pretty bad, so try to clear & reset the
        connection between them in SwUndoFlyBase::InsFly() and DelFly().
        
        Hopefully nothing will actually delete the drawing shape SwFrameFormat
        while the Undo object is alive.
        
        Note that when the SwUndoInsLayFormat is created when the text box is
        added, the GetOtherTextBoxFormat() returns null as it's set later,
        that's why the constructor can't do anything.
        
        Change-Id: Iae562b6f8f272e47b2b5cf8ee80778db15d29ce0

2017-07-21  Michael Stahl  <mstahl@redhat.com>  [d7ba631598061f68c1f0dca54b6e227b82d7c73a]

        xmloff: don't warn on future LO versions, SAL_INFO is enough
        
        Change-Id: I43d28a0957556900102cf87f024174d5c451a01d

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [3e966a3322de760f36b66db26ab1a8d694a49cce]

        fix strings that started with %PRODUCTNAME turning into PRODUCTNAME
        
        Change-Id: I9ee596c7cde3d885f401447d6c10e7e30b958af7

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ed178077cc1348d72ae936a2762085e278d79d0]

        loplugin:constparams in sfx2
        
        Change-Id: Id982c8fb5654433e9db10e2da6a86a6c8d90b9b4
        Reviewed-on: https://gerrit.libreoffice.org/40261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [bc7a68d06c0fd92b8eda473600438fd6dc2164c6]

        temporarily survive missing translations
        
        Change-Id: I19c27e524d2ad1e57fa3ca41b1bfaed17215bd76

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [6145d95bb85aa9c12915551a31a2e21a283f56f4]

        make sure the strings for each undo match
        
        Change-Id: I6d380dde0214b41535e99798c24b19fe21e30772

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [f464159fb212a61bdce2c6eb765733abe7ac4f0b]

        can use the "real" type for RES_SRCTYPES now
        
        Change-Id: Ied1f7a8c4135d3fd6a4581ea5e92f89b2e6b3067

2017-07-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d6cb9f8455844c58ff52f220eebbf04ad18bddc]

        oox: fix inconsistent param naming in interface/implementation
        
        Make sure they match.
        
        Change-Id: Ib3ce948a29472281705e361792c924893ad97b32
        Reviewed-on: https://gerrit.libreoffice.org/40259
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [98d47a3cd6bbcdf56365c48ea02b94b0ade72220]

        don't build localestr when cross-compiling
        
        Change-Id: Ia776d159aecc3082f46efe5bdd46477b45576b31

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf530f290d30e4f4decc143feebfdec9b3e0bc65]

        loplugin:unusedfields in sd
        
        Change-Id: I7f89e038f3d9bd0da658c7d3b8faec23d8a593db
        Reviewed-on: https://gerrit.libreoffice.org/40257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e4b4eecb1b2b7113f45e9468574624d30c7097c]

        loplugin:unusedfields in sfx2
        
        Change-Id: Id6666065bf3b27388d87aa2605229e83f1aed79a
        Reviewed-on: https://gerrit.libreoffice.org/40255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [182a74d937088f0f08850014a7b918719e106b7d]

        de-hrc various things
        
        e.g.  helpid[s].hrc -> helpids.h
        and insert include guards where missing
        
        move "ordinary" defines into .hxx files
        
        remove .hrc entries that are used as arguments to dialog factory
        when a dedicated method can be added instead
        
        Change-Id: I792fb8eb0adfaa63cf354e6e57401fc943e9196e

2017-07-21  Caolán McNamara  <caolanm@redhat.com>  [00657aef09d854c74fb426a935a3e8b1fc390bb0]

        migrate to boost::gettext
        
        * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl
        * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string")
        * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching
          MODULE .mo files
        * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui
          goes from l10n target to normal one, so the res/lang.zips of UI files go away
        * translation via Translation::get(hrc-define-key, imbued-std::locale)
        * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there
          to keep finding the .hrc file uniform) so magic numbers can go away there
        * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation
          mechanism
        * en-US res files go away, their strings are now the .hrc keys in the source code
        * remaining .res files are replaced by .mo files
        * in .res/.ui-lang-zip files, the old scheme missing translations of strings
          results in inserting the english original so something can be found, now the
          standard fallback of using the english original from the source key is used, so
          partial translations shrink dramatically in size
        * extract .hrc strings with hrcex which backs onto
           xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap
        * extract .ui strings with uiex which backs onto
           xgettext --add-comments --no-wrap
        * qtz for gettext translations is generated at runtime as ascii-ified crc32 of
           content + "|" + msgid
        * [API CHANGE] remove deprecated binary .res resouce loader related uno apis
              com::sun::star::resource::OfficeResourceLoader
              com::sun::star::resource::XResourceBundleLoader
              com::sun::star::resource::XResourceBundle
            when translating strings via uno apis
              com.sun.star.resource.StringResourceWithLocation
            can continue to be used
        
        Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a

2017-07-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [fa987cbb813cfd729fe490f2f1258b7c8d7fb174]

        osl: Unix pipe converted from OSL_ASSERT to assert/SAL_WARNs
        
        Explanation for each conversion:
        
        - osl_acceptPipe()
            - don't worry about an invalid oslPipe sent as function parameter an
              error gets flagged in Unix normally, so it might not be a
              programming error
            - definitely assert on an empty name, that's a definite programming
              error and should never, ever occur
            - createPipeImpl() allocates and initializes memory for the
              oslPipeImpl structure, if it can't do this then something has been
              done wrongly
        
        - osl_receivePipe()
            - invalid oslPipe sent as function parameter might not be a
              programming error, give a warning but don't assert
        
        - osl_sendPipe()
            - invalid oslPipe sent as function parameter might not be a
              programming error, give a warning but don't assert
        
        - osl_writePipe()
            - really just a thin wrapper around osl_sendPipe(), which detects
              and handles invalid pipes
        
        - osl_readPipe()
            - really just a thin wrapper around osl_receivePipe(), which detects
              and handles invalid pipes
        
        Change-Id: I4923265b4c648852743c406b682d43ffb9ac6537
        Reviewed-on: https://gerrit.libreoffice.org/40003
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [e0f990b96f901be00ba5b7dc6a671e6162c914cf]

        osl: fix Pipe noacquire/acquire tests
        
        There is an incomplete test of ::osl::Pipe::Pipe(oslPipe, __sal_NoAcquire),
        but the comments show that the tester wasn't able to figure out a way to
        test the noacquire variant of this constructor. However, they seem to
        have not just given up but copied and pasted the acquire and no acquire
        tests - the error codes for the acquire test talk about non-acquisition
        and don't actually see if the handle is the same or not.
        
        I have fixed this test. To test if the noacquire is working or not then
        you merely have to:
        
        1. create a new Pipe instance
        2. create a new Pipe non-acquired instance copy of the first instance
        3. delete the non-acquired instance copy
        4. try to send a single character to the original Pipe instance, which
           should return an error (negative return result) because at this
           point there is no valid pipe to operate on as the pipe should have
           been destroyed when you deleted the copy.
        
        If the send() succeeds, then this is a test failure.
        
        For the acquire test, it didn't actually test if the handles are the
        same - I have corrected this now.
        
        Change-Id: If868746233d3a222cc6f9e7cd0d453e70ef6c7cc
        Reviewed-on: https://gerrit.libreoffice.org/40102
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e7cb9588812cdaac04adf4facbfdebd45b0f7af]

        loplugin:unusedfields in svtools
        
        Change-Id: I5484fe5ee449e72919591bd374366aa60f792e28
        Reviewed-on: https://gerrit.libreoffice.org/40254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b59273c6c2bd10b9aea52753dc6b21052a9b2ed]

        loplugin:unusedfields in svx
        
        Change-Id: I7fc5bf55b01d464815771220914f21d8e85b5a36
        Reviewed-on: https://gerrit.libreoffice.org/40253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [65c69af584152a5f8f3d2f9752d9f051660b7755]

        loplugin:constparams in svgio
        
        Change-Id: I35dd8b1373ce3c46a10b1da1ddc6dc3722ffa760
        Reviewed-on: https://gerrit.libreoffice.org/40245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-21  Akshay Deep  <akshaydeepiitr@gmail.com>  [a1dae1608afc518e4984694940450aa7950f89e3]

        Remove unused function code special characters
        
        Change-Id: I6610a986795c3169077b9c1a8e65a86f5488243d
        Reviewed-on: https://gerrit.libreoffice.org/40230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-07-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [91325884de5d3c3f838cfdcb1c70d42e5edab149]

        tdf#43157 - Clean up OSL_ENSURE and OSL_FAIL in sc/filter/lotus
        
        Change-Id: I88e794752dff1bd46faac71234322d603c10bed9
        Reviewed-on: https://gerrit.libreoffice.org/40075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-21  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [a9588baca8137f51e2ca72e40b1f448b0e1885d1]

        Moving legacy contexts to FastContexts:
        
        ScXMLTableShapesContext
        ScXMLTableSourceContext
        ScXMLTableColContext
        ScXMLTableColsContext
        ScXMLConditionalFormatsContext
        ScXMLTableProtectionContext
        
        Change-Id: I36704c7f51cd5d13b3c0ebf9bc07b172c1576f3e
        Reviewed-on: https://gerrit.libreoffice.org/40246
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-20  Varun Dhall  <varun.dhall@studentpartner.com>  [e0bafa78e3ad0df397d78cd65ad19bd5b07dc5f2]

        Added Test to check TableAutoFormat Style after Save/Load
        
        Change-Id: I466d5c5536d4c4310356f38569f7a91e0f36ba1d
        Reviewed-on: https://gerrit.libreoffice.org/40104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-20  Luke Deller  <luke@deller.id.au>  [8b321625d50f33bbd9ae3eed08d5d2b6b1944248]

        tdf#46852 fix spellcheck continue at beginning
        
        When a spellcheck reaches the end of the document, it is supposed
        to be able to continue from the beginning of the document to the
        point at which the spellcheck was started.
        
        This was not working in the case where the word at the starting
        position was replaced due to a spelling correction, which causes the
        starting position to be lost.
        
        Fix this situation by recording the position immediately *before*
        the spellcheck starting position, so that it will not be affected
        by a spelling correction *at* the starting position.
        
        Change-Id: I9483fd5937dc1e235f6f9639d4856fe15e3d47a6
        Reviewed-on: https://gerrit.libreoffice.org/40123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [102b01c80a271ccaec226d7b0bcc960917ea6b57]

        change some Date += long to Date += sal_Int32
        
        found by adding
         Date& operator+=(long) = delete;
        to Date class
        
        Change-Id: I0e6b59a2e789f2bdf2f271b99d10c6acbae8bf55
        Reviewed-on: https://gerrit.libreoffice.org/40241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a128f336a146a12c28bb9f3bdfa24d2198d85dc]

        tdf#109197 crash when deleting user field variables in sw
        
        regression from:
        commit a706bb06d5326e7a997dd1d71f3f947bd0ad28e6
        "new loplugin: useuniqueptr: sw part 1"
        
        Change-Id: I57f9c9e6d7eeccc033b71d7182c960f3d79df73c
        Reviewed-on: https://gerrit.libreoffice.org/40240
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3fdc41af6370a53f7db4e52104cfd3328ee40563]

        tdf#107166 improve AA mode selection, retry, more checks
        
        Major problem when setting the render mode and the text antialias
        mode is that when you set the render mode to something that isn't
        compatible with the text antialias mode, then every next call will
        cause an error (invalid parameters). So we need to be sure that we
        never set incompatible modes. Additionally we just need to set it
        one time when we create the surface and not every time we draw.
        
        If we get the D2DERR_RECREATE_TARGET we can create a new render
        target and retry the whole call. Somethimes this is not possible
        so we try 3 times and the give up.
        
        We need to add more checks where we exit early or not continue with
        some calls as any additional calls could taint the draw state and
        some things wouldn't be drawn. For example if we calculate the
        sizes of 0 glyphs we shouldn't continue with binding the hDC with
        an "empty" rectangle. This will fail and cause some text that is
        called afterwards to not draw.
        
        Change-Id: Iabbdbd7956e90ea84aea96824c0d985ca9020c59
        Reviewed-on: https://gerrit.libreoffice.org/40211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [37436815970b14f8940fc0c547862452a2dc3e1e]

        tdf#109123 WIN Run instant timerout with low priority
        
        This busy-lock happens, because user messages have a higher priority
        then some system messages. What happens:
        
        1. The main system loop picks up the LO scheduler
        2. The idle worker (IW) is started
        3. IW checks using AnyInput( VCL_INPUT_ANY ) for system events
        4. A system event is found
        5. The LO scheduler gets posted again
        6. The main system loop picks up the LO scheduler instead of the
           system message => goto 2
        
        Normally it's suggested to use WM_TIMER in this case, as these messages
        are supposed to have the lowest priority. But this doesn't work, if
        you use PostMessage to generate them and SetTimer doesn't accept a
        0ms timeout. At least PeakMessage also picks up the WM_TIMER message
        before the system message, probably because PostMessage is somehow
        related to the threads queue - who knows.
        
        In the end this implements a manual, low priority event, which is checked
        at the end of the ImplSalYield function. It just runs, if there is
        nothing else to do. We still have to emit the timer callback event,
        as ImplSalYield may wait in GetMessage, but wParam now indicates, if
        it's a wakeup and can be ignored. We use the same event, so it's
        easier to filter.
        
        Thanks to Mike Kaganski for the missing information and ideas for the
        final implementation.
        
        Change-Id: Ib8e4f214ab8d3731d5594d68f38f46982c2eb36d
        Reviewed-on: https://gerrit.libreoffice.org/40190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-07-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [c73ce1dabd3cec36a3c3a4a5fcd87aef3a8bb593]

        Change url for Help online
        
        When the localhelp is not installed, the help is currently
        served by wikihelp http://help.libreoffice.org
        
        This patch makes the help pages to be served by
        http://helponline.libreoffice.org/index.html? + params
        
        index.html parses the params and opens the right help page.
        
        Params passed are
        - module (swriter,scalc,...) detected just after /text/
        - HelpID is converted to valid url by bookmark2file.js
        - valid url is rebuild then and new contents opens on _self.
        
        Notes:
        * once in the website, navigation does not come back to index.html
        * index.html also redirect if visitor comes from elswhere
        
        Change-Id: Iab0797f64024900f906c8127d275de706ba35942
        Reviewed-on: https://gerrit.libreoffice.org/39264
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-07-20  Yousuf Philips  <philipz85@hotmail.com>  [63c30408ba735139a88c3bddd242e320100c82cf]

        tdf#87914 Add small caps command to Format menu
        
        Change-Id: I6c1faa610d41918501e7111cd447050329b9d8e7
        Reviewed-on: https://gerrit.libreoffice.org/39421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [610254209a96fee9409a2853f4b5cbf8ab0eb3ee]

        Move namespace declaration to header file
        
        Change-Id: I5388d649ff3c8da0ff055f4aed6036647a123939
        Reviewed-on: https://gerrit.libreoffice.org/40130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [615c2a2c54d3e7aefb4986ae7d8de81a42022988]

        tdf#109228: FILESAVE: ODT: Anchor changed to 'to character' after RT
        
        Ignore frames without names, becuase the code does not handle
        them well. It does not affect those use case for which the
        deduplication code was added.
        
        Change-Id: I08ad062b8b11cc06323467329d8c4e97bc4932dd
        Reviewed-on: https://gerrit.libreoffice.org/40222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [b64e564492220b34c14f069e8e1f42675bd9abe6]

        sax: Check if it starts with 5 bytes of "<?xml"
        
        Change-Id: Iec5b748b188c7b1bf61e8137faf4b3f2d480d7f1
        Reviewed-on: https://gerrit.libreoffice.org/40139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [85eac9b404f7db255501f19ebbd56c75c4260613]

        sw: std::copy_if is now available
        
        Change-Id: I78c4832ba966609fd9e2fa70b1addf4b640692fb
        Reviewed-on: https://gerrit.libreoffice.org/40185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [5b5995c05a17b1b16617ef8b477a657ce2a9406c]

        loplugin:unusedfields in writerfilter
        
        Change-Id: I7831da8cccfa730c8615ef770d0add95cbde396b
        Reviewed-on: https://gerrit.libreoffice.org/40215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [7f21d0fe4143ce66778ce2eeea1623cd9d6dd638]

        Updated core Project: help  e3187aa9dd2a80972b8aded1fb8f2270caa70438
        
        Mute some l10n strings
        
        Change-Id: I3e263434d9881d3a7a6a20bbe0a5a85878fd1081
        Reviewed-on: https://gerrit.libreoffice.org/40103
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-20  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f715c6cfa41ad5a552181bad5e36e8e03f96f480]

        support for filter dialog when an image is exported from context menu
        
        When user save the selected image in a non-vector format the filter
        dialog used in Draw pops up for filter setting.
        
        Change-Id: Ic98b48a47322e807627b7a2ccd8044ec0db30efc
        Reviewed-on: https://gerrit.libreoffice.org/40223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [0d5b54116b92c126eb7fcd7b832aceed17011c79]

        sfx2: Fix a memory leak in SfxMedium::GetStorage()
        
        Change-Id: I7e5590abc7fbac33140029a8b7222a8bd08278f4
        Reviewed-on: https://gerrit.libreoffice.org/39473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f75a9310156de50e0c9ffd8d5bed9ee34651e50]

        loplugin:unusedfields in tools
        
        Change-Id: I4e26c4750f6ff6c246a25507cfed1a0b4e3c6b81
        Reviewed-on: https://gerrit.libreoffice.org/40225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [85f08e3e34bea01456eaf8989ac4f77d3900d5c5]

        remove some "optimisation" insanity in ScriptEventContainer
        
        I can only imagine the weird bugs that must have periodically resulted
        when we had a hash value collision.
        In the process, fix hasElements() to return a useful value
        
        Change-Id: I1d9a052e73332b4b2bbc9c1fd8142c13eb22f1be
        Reviewed-on: https://gerrit.libreoffice.org/40226
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [b1601f7333181a04583612ac3b73e68bd7842c88]

        SmartArt: support hideGeom shape attrbute
        
        Change-Id: I970024ec2b28fd6f004acdc67acbc39067b5efe2
        Reviewed-on: https://gerrit.libreoffice.org/40224
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-07-20  Jan Holesovsky  <kendy@collabora.com>  [36ff567740b58566fc5bf43d7a864d753c079e89]

        comphelper: Allow initializer lists for Sequences of NamedValues.
        
        This is particularly useful for creation of sequences that are later
        unwrapped using comphelper::SequenceAsHashMap.
        
        Eg.
        
            uno::Sequence<uno::Any> aArguments(comphelper::InitAnySequence(
            {
                {"SomethingNamed", uno::makeAny(true)},
            }));
        
            Reference<XExporter> xExporter(aFactory->createInstanceWithArguments(..., aArguments), UNO_QUERY);
        
        and in the implementation where the arguments are consumed:
        
            comphelper::SequenceAsHashMap aArgumentsMap(rArguments);
            mbSomething = aArgumentsMap.getUnpackedValueOrDefault("SomethingNamed", false);
        
        Change-Id: Ib1135078a99ca08f50bf51184f2ec7d13f5e6b4d
        Reviewed-on: https://gerrit.libreoffice.org/40201
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [236305f56743e11fb2102a0c3668fd310d630f7d]

        loplugin:constparams in linguistic
        
        Change-Id: I7495c476b52a804971eaa97db011530842025fa9
        Reviewed-on: https://gerrit.libreoffice.org/40221
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [08366676c82d585019b575eb9ddb2d9fc537dd76]

        loplugin:constparams in drawinglayer
        
        Change-Id: I3111210ae77f67301bb319d5364f77c52e2c4d6d
        Reviewed-on: https://gerrit.libreoffice.org/40220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [8f999b555bfc6d4789916d381e38c2eb674fd26e]

        Don't run testIdleMainloop on Windows
        
        Was just wondering, why the test finished so fast on Windows,
        and realized it's actually empty due to "#ifndef WIN32".
        
        Change-Id: I050b7cb7bd66bdd2a215ef6e7eaf26355e8d962f

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [8bedbc3f567f3f6d567376ccf0830160df1d4bbb]

        loplugin:constparams in xmloff
        
        Change-Id: Iec9535b106c85e47ddb14eec4ef3db5b1c8d8fd7
        Reviewed-on: https://gerrit.libreoffice.org/40219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [f24b46c27243b88e4d367d7b105d1365e97dbd76]

        loplugin:unusedfields in vcl
        
        Change-Id: I207866df495ec81bb9288e6d0f664b96d90251d6
        Reviewed-on: https://gerrit.libreoffice.org/40217
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Eike Rathke  <erack@redhat.com>  [c93eb59b65d5cecb185b4dae11593149009a60bf]

        Obtain days using GetInt32()
        
        Change-Id: I1f23c1e7f0fee6ffe90b3f5b094a7a672fc7ff0d

2017-07-20  Eike Rathke  <erack@redhat.com>  [f8206849e8c437ec8eb74d044ba50be5f1622b70]

        Obtain days using GetInt32() instead of casting floor
        
        ... so out of range arguments result in error.
        
        Change-Id: Iaea943719681019b7d5f4393540655243bcb2ca4

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [6d829ae4f218b5d751cfc366f071fc6160c0787c]

        loplugin:constparams in basic
        
        Change-Id: Idf55f63f2d56be4997a8cdc6afc5690eacac9a60
        Reviewed-on: https://gerrit.libreoffice.org/40214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Luke Deller  <luke@deller.id.au>  [f1481007077723f7676f517db8df1363d070d459]

        tdf#109080 First page header/footer ODF (2/2)
        
        The proposal to add <style:header-first> / <style:footer-first>
        to the ODF standard has not yet been accepted, so meanwhile we
        should be using an extension namespace for these elements.
        
        This second commit changes LibreOffice to emit
        <loext:header-first> / <loext:footer-first>
        
        Change-Id: Iffec14696a09c3378a6e65b78b5c63b9a43d9b46
        Reviewed-on: https://gerrit.libreoffice.org/39865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4bebdf80e8d4cb897b746f41a14100948c4d59b]

        xmlsecurity mscrypt: turn akmngr patch into plain code
        
        This is just a set of C functions accessing public libxmlsec API, it's
        perfectly OK to have this in xmlsecurity/ instead of patching the
        bundled libxmlsec for this.
        
        Change-Id: Ib3e746883a47b80626fdcd64149ce50aa0588395
        Reviewed-on: https://gerrit.libreoffice.org/40209
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-20  Mike Kaganski  <mike.kaganski@collabora.com>  [4b4cd502806cfc9c9cc9754b8aae18a2c2632cdc]

        tdf#108849: allow out-of-order sectPr
        
        According to ISO/IEC 29500-1:2016(E) 17.6.17), the final <w:sectPr>
        must be the last child element of the body element. Also, this is
        enforced in schema for CT_Body complex type (Annex A. (normative)
        Schemas – W3C XML Schema, A.1 WordprocessingML, page 3866), where
        sectPr is a part of <xsd:sequence>, and thus *must* stay at specific
        place in sequence, namely being the last element, and be at most one
        instance.
        
        However, real-life documents (generated by some third-party software)
        have sectPr before other body contents. Unfortunately, MS Word seems
        to allow this standards-violating content, and thus encourages
        creation of non-standard documents by third-party generators.
        
        This patch doesn't assume that current final (body-level) sectPr is
        the last body element, and does not mark current paragraph as last
        section's paragraph. Thus, current section (possibly started after
        previous paragraph-level sectPr) is continued after final sectPr is
        closed.
        
        Change-Id: I8e88288bc6659d77d17986514b3b4fe16a5b45d9
        Reviewed-on: https://gerrit.libreoffice.org/40161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-20  David Tardon  <dtardon@redhat.com>  [44401915b89582ebc50c644c4db38466a841d457]

        upload libstaroffice 0.0.4
        
        Change-Id: Id350c51cff29d27c02cfe5e4fdb1c66be58001ad
        Reviewed-on: https://gerrit.libreoffice.org/40037
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-07-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [77c70465200d5ab740bcb89c02a83c14dd5c008b]

        revert fix typos
        
        This revers tthe part of
        
        commit d948d66509022befdb6e2c589859ca7dee9e5347
        Author: Andrea Gelmini <andrea.gelmini@gelma.net>
        Date:   Sat Mar 18 20:07:23 2017 +0100
        
            Fix typos
        
        that changes the odf DTD
        
        Change-Id: Iae748bd525420da61dbe0563b745168de32fe07e

2017-07-20  Stephan Bergmann  <sbergman@redhat.com>  [ee299664940139f6f9543592ece3b3c0210b59f4]

        SalInstance::DoYield: Don't drop SolarMutex when accessing user event queue
        
        <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/14468/console> fails with
        the assert in the OSL_DEBUG_LEVEL > 0 test code in
        Scheduler::ProcessEventsToIdle firing (see below), indicating that (even though
        the SolarMutex is locked one frame up in VCLXToolkit::processEventsToIdle), when
        Application::Reschedule(true) returned, there are unprocessed events in the
        queue.
        
        That failure is with the headless plugin, and looking at
        SvpSalInstance::DoYield, there was a window of time after m_aEventGuard has been
        released and before the SolarMutex has been re-acquired, where other threads
        could enqueue events.
        
        If Application::Reschedule(true) can thus not guarantee that the queue is empty
        when it returned, that would mean that the assert in
        Scheduler::ProcessEventsToIdle (introduced with
        c0710abfebd320903a3edb23d4b1441ea351b0be "Add some Scheduler unit tests and
        logging") is bogus.
        
        However, at least the two SalInstance::DoYield implementations
        SvpSalInstance::DoYield and AquaSalInstance::DoYield appear to have no reason
        in the first place to drop the SolarMutex when accessing the user event queue.
        So removing that dropping should make the assert in
        Scheduler::ProcessEventsToIdle faithful, at least for these two implementations.
        
        But I have no idea whether the other three implementations
        (X11SalInstance::DoYield in vcl/unx/generic/app/salinst.cxx,
        GtkInstance::DoYield in vcl/unx/gtk/gtkinst.cxx, and WinSalInstance::DoYield in
        vcl/win/app/salinst.cxx) have similar issues---i.e., whether everything is good
        after this change, whether those other implementations need similar changes, or
        whether ultimately Application::Reschedule(true) cannot guarantee the queue to
        be empty upon return (in which case the assert in Scheduler::ProcessEventsToIdle
        would need to go).
        
        > warn:vcl.schedule:27575:54:vcl/source/app/svapp.cxx:535: Unprocessed Idle: vcl::Window maPaintIdle
        > soffice.bin: /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svapp.cxx:540: static void Scheduler::ProcessEventsToIdle(): Assertion `!bAnyIdle' failed.
        [...]
        > Thread 2 (Thread 0x2b12bf1e4a00 (LWP 27575)):
        > #0  0x00002b12bfb1a69d in poll () at /lib64/libc.so.6
        > #1  0x00002b12ca9129e7 in SvpSalInstance::DoReleaseYield(int) (this=0x1be8b40, nTimeoutMS=5) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/headless/svpinst.cxx:392
        >         aPoll = {fd = 6, events = 1, revents = 0}
        >         nAcquireCount = 1
        > #2  0x00002b12ca9128c9 in SvpSalInstance::DoYield(bool, bool, unsigned long) (this=0x1be8b40, bWait=true, bHandleAllCurrentEvents=false, nReleased=0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/headless/svpinst.cxx:375
        >         nTimeoutMS = 5
        >         __PRETTY_FUNCTION__ = "virtual bool SvpSalInstance::DoYield(bool, bool, sal_uLong)"
        >         aEvents = empty std::__debug::list
        >         nAcquireCount = 1
        >         bEvent = false
        > #3  0x00002b12ca7a98cd in ImplYield(bool, bool, unsigned long) (i_bWait=true, i_bAllEvents=false, nReleased=0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svapp.cxx:484
        >         pSVData = 0x2b12cb2a9e00 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance>
        >         bProcessedEvent = false
        > #4  0x00002b12ca7a5796 in Application::Yield() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svapp.cxx:555
        > #5  0x00002b12ca7a52f5 in Application::Execute() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svapp.cxx:461
        >         pSVData = 0x2b12cb2a9e00 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance>
        > #6  0x00002b12bf69c7e5 in desktop::Desktop::DoExecute() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/desktop/source/app/app.cxx:1350
        > #7  0x00002b12bf69d9c4 in desktop::Desktop::Main() (this=0x7fff49ea9ac0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/desktop/source/app/app.cxx:1735
        >         layer2 = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (desktop::DesktopContext *) 0x1bebdf8}
        >         rCmdLineArgs = @0x2b12bfa2c6a0: {m_cwdUrl = boost::optional "file:///home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/workdir/JunitTest/sd_unoapi/user", m_minimized = false, m_invisible = false, m_norestore = true, m_headless = true, m_eventtesting = false, m_quickstart = false, m_noquickstart = true, m_terminateafterinit = false, m_nologo = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = false, m_textcat = false, m_scriptcat = false, m_safemode = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = false, m_accept = std::__debug::vector of length 1, capacity 1 = {"pipe,name=oootest16264f8c-0bcc-4a4f-9c1b-52af72b78eb5;urp"}, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""}
        >         xRestartManager = uno::Reference to (comphelper::OOfficeRestartManager *) 0x29a7bf8
        >         layer = {m_aEnvTypeName = "gcc3", m_xPreviousContext = uno::Reference to (DesktopEnvironmentContext *) 0x1bebc38}
        >         xContext = uno::Reference to (cppu::ComponentContext *) 0x1d200b0
        >         aOptions = {<utl::detail::Options> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x2b12c8a3dfb0 <vtable for SvtAccessibilityOptions+16>, mpList = std::unique_ptr<std::__debug::vector<utl::ConfigurationListener*, std::allocator<utl::ConfigurationListener*> >> containing 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = NONE}, <utl::ConfigurationListener> = {_vptr.ConfigurationListener = 0x2b12c8a3dfe8 <vtable for SvtAccessibilityOptions+72>}, <No data fields>}, <SfxListener> = {_vptr.SfxListener = 0x2b12c8a3e010 <vtable for SvtAccessibilityOptions+112>, mpImpl = std::unique_ptr<SfxListener::Impl> containing 0x2a46530}, static sm_pSingleImplConfig = 0x2a47e60, static sm_nAccessibilityRefCount = 16}
        >         eStatus = desktop::Desktop::BS_OK
        >         aUnknown = ""
        >         inst_fin = desktop::userinstall::EXISTED
        >         xDesktop = uno::Reference to (framework::Desktop *) 0x29cb3a8
        >         aAppearanceCfg = {<utl::ConfigItem> = {<utl::ConfigurationBroadcaster> = {_vptr.ConfigurationBroadcaster = 0x2b12c8a3e090 <vtable for SvtTabAppearanceCfg+16>, mpList = std::unique_ptr<std::__debug::vector<utl::ConfigurationListener*, std::allocator<utl::ConfigurationListener*> >> containing 0x0, m_nBroadcastBlocked = 0, m_nBlockedHint = NONE}, sSubTree = "Office.Common/View", m_xHierarchyAccess = uno::Reference to (configmgr::RootAccess *) 0x29ca3f8, xChangeLstnr = empty uno::Reference, m_nMode = DelayedUpdate, m_bIsModified = false, m_bEnableInternalNotification = false, m_nInValueChange = 0}, nDragMode = SystemDep, nSnapMode = NONE, nMiddleMouse = (unknown: 2), nAAMinPixelHeight = 8, bMenuMouseFollow = true, bFontAntialiasing = true, static bInitialized = true}
        > #8  0x00002b12ca7b33d0 in ImplSVMain() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svmain.cxx:194
        >         pSVData = 0x2b12cb2a9e00 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance>
        >         nReturn = 1
        >         bInit = true
        > #9  0x00002b12ca7b3539 in SVMain() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svmain.cxx:232
        >         nRet = 0
        > #10 0x00002b12bf6f1ff1 in soffice_main() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/desktop/source/app/sofficemain.cxx:163
        >         bSuccess = true
        >         aDesktop = {<Application> = {_vptr.Application = 0x2b12bfa269b0 <vtable for desktop::Desktop+16>}, m_rSplashScreen = empty uno::Reference, m_bCleanedExtensionCache = false, m_bServicesRegistered = true, m_aBootstrapError = desktop::Desktop::BE_OK, m_aBootstrapErrorMessage = "", m_aBootstrapStatus = desktop::Desktop::BS_OK, m_xLockfile = std::unique_ptr<desktop::Lockfile> containing 0x29c9b10, m_firstRunTimer = {<Task> = {_vptr.Task = 0x2b12cb2911b0 <vtable for Timer+16>, mpSchedulerData = 0x0, mpDebugName = 0x2b12bf777570 "desktop::Desktop m_firstRunTimer", mePriority = DEFAULT, mbActive = false}, maInvokeHandler = {function_ = 0x2b12bf6a2c6c <desktop::Desktop::LinkStubAsyncInitFirstRun(void*, Timer*)>, instance_ = 0x7fff49ea9ac0}, mnTimeout = 3000, mbAuto = false}, m_aUpdateThread = {_M_id = {_M_thread = 0}}, static pResMgr = 0x0}
        >         rCmdLineArgs = @0x2b12bfa2c6a0: {m_cwdUrl = boost::optional "file:///home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/workdir/JunitTest/sd_unoapi/user", m_minimized = false, m_invisible = false, m_norestore = true, m_headless = true, m_eventtesting = false, m_quickstart = false, m_noquickstart = true, m_terminateafterinit = false, m_nologo = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = false, m_textcat = false, m_scriptcat = false, m_safemode = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = false, m_accept = std::__debug::vector of length 1, capacity 1 = {"pipe,name=oootest16264f8c-0bcc-4a4f-9c1b-52af72b78eb5;urp"}, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""}
        >         aUnknown = ""
        > #11 0x0000000000400957 in sal_main () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/desktop/source/app/main.c:48
        >         ret = 0
        > #12 0x000000000040093d in main (argc=8, argv=0x7fff49ea9df8) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/desktop/source/app/main.c:47
        >         ret = 0
        >
        > Thread 1 (Thread 0x2b12e6862700 (LWP 11663)):
        > #0  0x00002b12bfa635f7 in raise () at /lib64/libc.so.6
        > #1  0x00002b12bfa64ce8 in abort () at /lib64/libc.so.6
        > #2  0x00002b12bf406165 in (anonymous namespace)::callSystemHandler(int, siginfo_t*, void*) (signal=6, info=0x2b12e68607f0, context=0x2b12e68606c0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sal/osl/unx/signal.cxx:389
        >         act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 0, sa_restorer = 0xe6860b90}
        >         i = 5
        > #3  0x00002b12bf406472 in (anonymous namespace)::signalHandlerFunction(int, siginfo_t*, void*) (signal=6, info=0x2b12e68607f0, context=0x2b12e68606c0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sal/osl/unx/signal.cxx:486
        >         act = {__sigaction_handler = {sa_handler = 0x2b12e68607e0, sa_sigaction = 0x2b12e68607e0}, sa_mask = {__val = {0, 18446744069414584320, 0, 0, 61329184, 47360176948768, 47356309405696, 0, 47356309405696, 47356309405696, 4294967295, 47356309405696, 0, 0, 47359528444352, 47360176950400}}, sa_flags = -72537977, sa_restorer = 0x2b12bfdea1c0 <_IO_2_1_stderr_>}
        >         Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0}
        > #4  0x00002b12bfa63670 in <signal handler called> () at /lib64/libc.so.6
        > #5  0x00002b12bfa635f7 in raise () at /lib64/libc.so.6
        > #6  0x00002b12bfa64ce8 in abort () at /lib64/libc.so.6
        > #7  0x00002b12bfa5c566 in __assert_fail_base () at /lib64/libc.so.6
        > #8  0x00002b12bfa5c612 in  () at /lib64/libc.so.6
        > #9  0x00002b12ca7a56ba in Scheduler::ProcessEventsToIdle() () at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/svapp.cxx:540
        >         pSVData = 0x2b12cb2a9e00 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance>
        >         bAnyIdle = true
        >         __PRETTY_FUNCTION__ = "static void Scheduler::ProcessEventsToIdle()"
        >         nSanity = 1
        >         pSchedulerData = 0x0
        > #10 0x00002b12c8c8c554 in (anonymous namespace)::VCLXToolkit::processEventsToIdle() (this=0x3abc2a0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/toolkit/source/awt/vclxtoolkit.cxx:1897
        >         aSolarGuard = {m_solarMutex = @0x1be9610}
        >         aZone = {m_sProfileId = 0x2b12c8e672a2 "processEvents", m_aCreateTime = 0}
        > #11 0x00002b12e317751d in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x3abc2f0, nVtableIndex=9, pRegisterReturn=0x0, pReturnTypeRef=0x1c07390, bSimpleReturn=true, pStack=0x2b12e6861170, nStack=0, pGPR=0x2b12e68612d0, pFPR=0x2b12e6861300) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:133
        >         data = {pMethod = 47359678006708, pStack = 0x2b12e6861170, nStack = 0, pGPR = 0x2b12e68612d0, pFPR = 0x2b12e6861300, rax = 0, rdx = 47360176951616, xmm0 = 2.3399007939816937e-310, xmm1 = 3.0079874608688941e-316}
        >         pMethod = 47359683834264
        > #12 0x00002b12e317615c in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**) (pThis=0x3ab9a80, aVtableSlot=..., pReturnTypeRef=0x1c07390, nParams=0, pParams=0x0, pUnoReturn=0x0, pUnoArgs=0x0, ppUnoExc=0x2b12e6861488) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237
        >         pStack = 0x2b12e6861170
        >         pFPR = {2.3399036413000935e-310, 2.3399017635979741e-310, 1.9097962118687451e-313, 2.3399036413020203e-310, 2.9003052604790195e-316, -1.3614915359519845e+193, 2.339903641302465e-310, 0}
        >         __PRETTY_FUNCTION__ = "void cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**)"
        >         pCppArgs = 0x2b12e6861160
        >         pStackStart = 0x2b12e6861170
        >         pGPR = {61588208, 9, 47360176952128, 47360119419570, 0, 58702832}
        >         nTempIndices = 0
        >         nFPR = 0
        >         pAdjustedThisPtr = 0x3abc2f0
        >         ppTempParamTypeDescr = 0x2b12e6861160
        >         nGPR = 1
        >         pReturnTypeDescr = 0x1c07390
        >         pCppReturn = 0x0
        >         bSimpleReturn = true
        >         pTempIndices = 0x2b12e6861160
        > #13 0x00002b12e3176bdb in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) (pUnoI=0x3ab9a80, pMemberDescr=0x37fbbf0, pReturn=0x0, pArgs=0x0, ppException=0x2b12e6861488) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:425
        >         nMemberPos = 27
        >         aVtableSlot = {offset = 0, index = 9}
        >         pThis = 0x3ab9a80
        >         pTypeDescr = 0x2b14740
        >         __PRETTY_FUNCTION__ = "void bridges::cpp_uno::shared::unoInterfaceProxyDispatch(uno_Interface*, const typelib_TypeDescription*, void*, void**, uno_Any**)"
        > #14 0x00002b12e441cf28 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const (this=0x3a0fd50, returnValue=0x2b12e68618a0, outArguments=0x2b12e6861920) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:242
        >         exc = <error reading variable: Cannot access memory at address 0x7261686320747376>
        >         pexc = 0x2b12e68614b0
        >         retType = {_pTypeDescr = 0x1c07390}
        >         nSize = 0
        >         retBuf = std::__debug::vector of length 0, capacity 0
        >         outBufs = empty std::__debug::list
        >         args = std::__debug::vector of length 0, capacity 0
        >         __PRETTY_FUNCTION__ = "bool binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny>*) const"
        >         isExc = false
        > #15 0x00002b12e441bd16 in binaryurp::IncomingRequest::execute() const (this=0x3a0fd50) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:79
        >         resetCc = true
        >         oldCc = {m_pUnoI = 0x0}
        >         ret = {data_ = _uno_Any(void)}
        >         outArgs = std::__debug::vector of length 0, capacity 0
        >         isExc = false
        > #16 0x00002b12e443c7a4 in binaryurp::(anonymous namespace)::request(void*) (pThreadSpecificData=0x3a0fd50) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/reader.cxx:85
        >         __PRETTY_FUNCTION__ = "void binaryurp::{anonymous}::request(void*)"
        > #17 0x00002b12c2ce1f5f in cppu_threadpool::JobQueue::enter(long, bool) (this=0x3ab9da0, nDisposeId=61386512, bReturnWhenNoJob=true) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/jobqueue.cxx:107
        >         guard = {pT = 0x3ab9da0}
        >         job = {pThreadSpecificData = 0x3a0fd50, doRequest = 0x2b12e443c73b <binaryurp::(anonymous namespace)::request(void*)>}
        >         pReturn = 0x0
        > #18 0x00002b12c2ce6bfd in cppu_threadpool::ORequestThread::run() (this=0x3a8af10) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/thread.cxx:172
        > #19 0x00002b12c2ce712b in osl::threadFunc(void*) (param=0x3a8af20) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/osl/thread.hxx:185
        >         pObj = 0x3a8af20
        > #20 0x00002b12bf40d7bd in osl_thread_start_Impl(void*) (pData=0x3a4c7e0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sal/osl/unx/thread.cxx:237
        >         terminate = false
        >         pImpl = 0x3a4c7e0
        >         __PRETTY_FUNCTION__ = "void* osl_thread_start_Impl(void*)"
        > #21 0x00002b12bfdf7dc5 in start_thread () at /lib64/libpthread.so.0
        > #22 0x00002b12bfb24ced in clone () at /lib64/libc.so.6
        [...]
        > make[1]: *** [/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/workdir/JunitTest/sd_unoapi/done] Error 1
        
        Change-Id: I7d034c02a49d315104d8329a4e1119e14e8e5e40
        Reviewed-on: https://gerrit.libreoffice.org/40176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-07-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [d7a2fd3e8262b8897ad06f01f25f46330e050e0c]

        tdf#109123 Change SwDocIdle base class to Idle
        
        This hides SwDocIdle from SalInstance::AnyInput( VCL_INPUT_ANY )
        on Windows. Otherwise Writer assumes there is more stuff to do, as
        it can't know the scheduled Windows event is just for itself,
        resulting in a busy loop, which freezes Writer.
        
        Change-Id: I919c40e8e1673eb09a69a3084203d1c4a6ecac8a
        Reviewed-on: https://gerrit.libreoffice.org/40189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-07-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [8d4d1e8d1cd4b400bc395dcbb98fb1e82eaf4e0f]

        Annotate some more Timers and Idles
        
        Change-Id: Ic8ca00db385ed59bb16744581f9d7cc0fcbb4f5b
        Reviewed-on: https://gerrit.libreoffice.org/40188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-07-20  Eike Rathke  <erack@redhat.com>  [52e09f2c03f7cc024b2973c4806283c324fc23df]

        Another attempt to blind fix tdf#108612
        
        Oddly in that scenario on Windows there are two clipboard documents alive when
        destroying one, so the destroyed one erroneously is said to be a clipboard
        source and then detachs the comments' caption information.
        
        There's no legit case where a clipboard document could actually be the real
        original source of another clipboard document, so bail out if the caller
        already is one.
        
        Change-Id: I0f8d240d8ec13bf91b77176dc6439a541cf14eaa

2017-07-20  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [558ded72d2a39fd0eac1f3f375b446c72b7141e5]

        SmartArt: shape styling
        
        Change-Id: I7e9ab4c2286fd803cd518dd01ab8ebd5ac2d8428

2017-07-20  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [47e52b47845265ba126c30eba149e90689538b93]

        SmartArt: more layout work
        
        * basic layout algorithms implementation
        * change layouting order to "from top"
        
        Change-Id: I8ef397fa0e39bb6d8cda2d1387b663980f134a59

2017-07-20  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [21f28f94744b4378ba45b1361870592dd7cfabb2]

        SmartArt: add ShapeAtom to store shape template instead of LayoutNode
        
        it allows to load shapes inside choose/if
        
        Change-Id: I8040967d1f769796f6ad6b2d0c7b5ce698f89ee3

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a976fa5f00a81ff0f006a2da73fded3825e0a7c1]

        mxStatusIndicator is unused
        
        ever since
            commit 8dc268058690337459bc38862c1532c34f171a48
            Author: Björn Milcke <bm@openoffice.org>
            Date:   Fri Feb 9 15:48:29 2001 +0000
            Req. change Load/SaveAs for XML format - removed deprecated CTOR
        
        Change-Id: I772123e89391fea3578c7ed0986e1bc2d2a42a97

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1802cfca17e7f12a0666dd884108e5b5a666b36f]

        mxStatusIndicator is unused
        
        ever since
            commit eaefa688bfff0f73992c84496d4ce89e16ac3550
            Author: Caolán McNamara <caolanm@redhat.com>
            Date:   Wed Nov 2 22:33:34 2011 +0000
            callcatcher: ditch some unused code
        
        Change-Id: Ifca9734ad29257d0d692cf36e709837cbe02af29

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd5a91f5a3ee9448279e67a50d27d9c6540f0dad]

        m_xExtHandler is unused
        
        ever since it was added in
        commit eb4b36c6e797e5eda511422c48ff0a210e2cc460
        Date:   Tue Jul 13 08:00:42 2004 +0000
        INTEGRATION: CWS oasis (1.1.2); FILE ADDED
        
        Change-Id: If4375c6e57dbe635f53ca0395cb7bdc02de81b18

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [039d9b97b720d9dc735413b292382104b63014d5]

        loplugin:constparams in framework
        
        Change-Id: Iecd19a0cbb3cc78158c17bfa064cc23bafc44b18
        Reviewed-on: https://gerrit.libreoffice.org/40206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0565f7011fa6d6b295e522c023127970ccce822]

        loplugin:constparams in cppcanvas
        
        Change-Id: Ic440819b5a1c71d2e4503b9a3b1e961c4ce123af
        Reviewed-on: https://gerrit.libreoffice.org/40205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [3cb3a809230d1b3de22ab8addcf10e840dcde0e3]

        loplugin:constparams in fpicker
        
        Change-Id: I1ef422ccd902a3bc5e4fce5ea373cfef24f8edef
        Reviewed-on: https://gerrit.libreoffice.org/40204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b10ec87e383ce6ab14c0cede46ee98c13b11e61]

        loplugin:constparams in accessibility
        
        Change-Id: I9c168295dcd6d4400c0f7c0b30ec22bd018cf93b
        Reviewed-on: https://gerrit.libreoffice.org/40203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [34e8f52d51cbf2010d1ea61c78757b38d8392f74]

        loplugin:constparams in canvas
        
        Change-Id: Id54bb9dca606dd91e2d3ad4b63b9af7593c601e0
        Reviewed-on: https://gerrit.libreoffice.org/40202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-20  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [b8e26ebe2c37640212ef663a483cddf1639af742]

        Avoid unnecessary calls of AdjustRowHeight
        
        Check if attribute changed during ApplyAttributes. If it did not change,
        it is unnecessary to recalculate cell size, repaint etc.
        
        Change-Id: Ic3a3fa24efa9ad3619b8979a67e972a7635311cc
        Reviewed-on: https://gerrit.libreoffice.org/40198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-07-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [58ccac44f7df4273db31e4bbe9043bfb4af4d08a]

        tdf#108824 Honor ODF default for "Mouse pointer visible" property
        
        Change-Id: I6b4c431d66835b6affe834a23b900fa61830d87f
        Reviewed-on: https://gerrit.libreoffice.org/40159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ca004d940ee8cdec9a4e8bee869c23115d7fd378]

        Removed duplicated include
        
        Change-Id: Ie1eef17779e2c70215526e46813b5ab9321911f5
        Reviewed-on: https://gerrit.libreoffice.org/40119
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-19  Eike Rathke  <erack@redhat.com>  [22ae038a56b85e86219922c2759544545f2d813d]

        Fix crash when saving new spreadsheet as dBase/.dbf, tdf#108789 follow-up
        
        ... as there is no input stream.
        
        Regression from
        
            commit 7f1465a9599e9665159dd2d823a6e9064cca5703
            Date:   Sun Jun 25 17:21:45 2017 +0200
        
        Change-Id: Ib97a4878fe8cf28e5d0f1dc6cc07800ea1635e68

2017-07-19  Eike Rathke  <erack@redhat.com>  [667aa6ade94a4dee441868d21db037e42c871932]

        Avoid temporary Date and normalization
        
        Rather than possibly calculating Date=((Date=(Date+int))+int) with a
        normalization involved for each operator+() force Date=(Date+(int+int))
        
        Change-Id: I6c4b30749d138c0b041ffc9e37796b6f64b6d461

2017-07-19  Eike Rathke  <erack@redhat.com>  [ef8f13e08bccb7c082d3c5b19cce8a7a63c0b2fa]

        Don't calculate GetDayOfWeek() thrice
        
        Change-Id: Ia1f7689448f8a9ea9e5c1a6e3b1949ee2065c827

2017-07-19  Eike Rathke  <erack@redhat.com>  [772b846c462e6465955769ed93cde046603073bb]

        Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)
        
        Simple search
        git grep -l 'Date.*[+-].*[(<] *long *[>)]'
        
        Since
        
            commit f5b0cc2a3690ba963b3f150886e1d5ddddee9530
            Date:   Sat Jul 1 16:01:15 2017 +0200
        
        Date operators +,-,+=,-= have sal_Int32 operands instead of long.
        
        Change-Id: I2387cbceadcb056831225e4111353980d50a94d4
        Reviewed-on: https://gerrit.libreoffice.org/40163
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-19  Dennis Francis  <dennis.francis@collabora.co.uk>  [4d783c45062d030d278c076d7817b9589fa77d91]

        tdf#108881 : do not assume that chart objects always...
        
        ...have data ranges associated with it. Empty charts do not
        have data ranges. Reverts the part of
        
        c55d52262ea1d5f869a9528fd051ee19e687f1cc
        
        which makes this assumption.
        
        Matching test cases (in uitest) coming up soon in another commit.
        
        Change-Id: I60f0f03a8c937ecfdff95047bdfeeb7733eff4a4
        Reviewed-on: https://gerrit.libreoffice.org/40057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3d9292a0fb414e6721b2f3b12b7e283caed946d]

        connectivity: merge OCalcColumns and OWriterColumns
        
        Turns out createObject() only needs the base class OFileTable, and then
        these can be shared.
        
        Change-Id: I6e8a83155dbbbc3d85794e190c2e710d01902017
        Reviewed-on: https://gerrit.libreoffice.org/40183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [196ee66d4aab62678a8cfb762379909bdda16051]

        connectivity: merge OCalcPreparedStatement and OWriterPreparedStatement
        
        Into a single OComponentPreparedStatement, as both of them just provide
        prepared statement functionality based on a file loaded into an LO
        component, so they can share code.
        
        Change-Id: Ib1074871d63de83f16861081050e57442ebf0ffa
        Reviewed-on: https://gerrit.libreoffice.org/40182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [4073bc15d1aa1b46b2e0953d6316f2ab6a23dc87]

        connectivity: merge OCalcStatement and OWriterStatement
        
        Into a single OComponentStatement, as both of them just provide statement
        functionality based on a file loaded into an LO component, so they can share
        code.
        
        Change-Id: Iad2852f93783ec3c4a672f4b86424b4aa0ae8eaf
        Reviewed-on: https://gerrit.libreoffice.org/40181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e473d49acc127ece76eb31cb3610e3950f35d9d9]

        connectivity: merge OCalcResultSet and OWriterResultSet
        
        Into a single OComponentResultSet, as both of them just provide data
        source functionality based on a file loaded into an LO component, so
        they can share code.
        
        Change-Id: I19352e592a45d7a58d834e72645dec72d77ce7c9
        Reviewed-on: https://gerrit.libreoffice.org/40180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-19  Dennis Francis  <dennis.francis@collabora.co.uk>  [5f2bcde100c278315609c221c48ff03aacdf9bdc]

        tdf#93328 : Assign the ScInterpreter results back to ScFormulaCell...
        
        when the formula cell type is unknown before interpreting, otherwise
        the cell is treated as of type string later when used by the
        interpreter.
        
        Added unit-test testIterations() in ucalc that tests the
        establishment of circular chain of references and editing of a
        formula cell that already belong to the circular chain.
        
        Change-Id: Ib13b05b20d17c0696fce0ac9eefd9e621bdc0c5f
        Reviewed-on: https://gerrit.libreoffice.org/40165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-19  Michael Stahl  <mstahl@redhat.com>  [14d2255cbd254dea6e87a04f747e7d6d3d54ceb9]

        tdf#107975: Revert "fix deleting an image anchored to last paragraph
        
        ... in document"
        
        This reverts commit 2903d85d6197829633d7f96c95cd55821c2c20ff.
        
        It was a good idea, but is not complete.
        
        Change-Id: Ia0da2640889ce6e78b89b27c75fae9d6508afd40

2017-07-19  Caolán McNamara  <caolanm@redhat.com>  [45df9012d14450b71ea1619f2a627f7e43320fe1]

        oss-fuzz: fix wmffuzzer
        
        Change-Id: Idd6a03ed46161c6d35088401ae2816edc8a69f8b

2017-07-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [fbf1e4a5d3b6f35b7d6510755ebf58c87f566da0]

        loplugin:constparams in cppu
        
        Change-Id: I0e772b8cf4ee281b5f3e26131df985607a569c48
        Reviewed-on: https://gerrit.libreoffice.org/40156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8ea031a817a5451b949720c961d963453b032eaf]

        Updated core Project: help  96683c90c8faf8af6bcee5a149f3a7a6acefcf26
        
        Code cleanup in XSLT
        
        remove unecessary template
        
        Change-Id: Ie7b615d75c33702e79dc052b87c2a392038964c6
        Reviewed-on: https://gerrit.libreoffice.org/40186
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [81b56ca1b8d05c5307bd3d4e6d710256991317ed]

        Updated core Project: help  125c3e6a3faab4062b69ab78c636192e5f3763b9
        
        Fix a $title variable in XSLT transform
        
        Change-Id: I7463572330e2338e73266f487d88b3d1beeff741
        Reviewed-on: https://gerrit.libreoffice.org/40184
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-19  Heiko Tietze  <tietze.heiko@gmail.com>  [756662033e348ea42019ac6af799e23dc9896b92]

        tdf#108928 Branding 6.0
        
        Improved splash
        
        Change-Id: Ie691567fc265ebd6100029843b111be3ce97c804
        Reviewed-on: https://gerrit.libreoffice.org/40120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bde72cdae1e7e001d5089c5284672c976b8e43df]

        tdf#109188 Always load documents read-only in SwOneExampleFrame
        
        Should be no problem since 38a3743e0c5d52f9386f74097fd512d3133fbbe3
        
        Change-Id: I0ce47bc2bdaa900559a16baf25305066977caa6d
        Reviewed-on: https://gerrit.libreoffice.org/40140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9b0108e3af7244179bcc7b07db9d0826c3ac8a6]

        sw mailmerge: add writer data source testcase
        
        Fails with commit 83b43ef2223b66484e0e90e7b614886e06f955b5 (sw mail
        merge: add support for the new 'writer' connectivity driver, 2017-07-18)
        reverted.
        
        Change-Id: I675e15bdbc655a34cca3de2b5d070167ca69cac8
        Reviewed-on: https://gerrit.libreoffice.org/40174
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [08d7d972f64f08f658440dceb12c4ffa845425bc]

        revert fix typos
        
        This revert the part of
        
        commit d948d66509022befdb6e2c589859ca7dee9e5347
        Author: Andrea Gelmini <andrea.gelmini@gelma.net>
        Date:   Sat Mar 18 20:07:23 2017 +0100
        
            Fix typos
        
        that changes the odf 1.2 schema
        
        Change-Id: I6307513bc1494b656c031168375cd30224914b33

2017-07-19  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [831153d465b7091f2021f94bb10e725e0c48c684]

        vbaapi: File dialog produces path
        
        instead of file url
        
        Change-Id: I6f4cab23edd1fabe93290a26adc5fb77f2a55e8b
        Reviewed-on: https://gerrit.libreoffice.org/40170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-07-19  Mike Kaganski  <mike.kaganski@collabora.com>  [5734c6fee6a959b86b5e7f9c391ae3bee6009a08]

        CheckWebQuery: Don't use OUString::createFromAscii for user input
        
        Change-Id: I26803984c0a9e172aa4ceb7bfc9d26abb14ca207
        Reviewed-on: https://gerrit.libreoffice.org/40173
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [def6f7f749dd0a175427e51d8620b1406084d553]

        tdf#108835 Fixed writer crash on adding Autocorrect Entry:
        
        ZipPackageStream::saveChild seeks and reads on the same
        stream, so it cannot be done parallely. Also, read on
        BufferedStream tries to aquire the same mutes, which is
        already aquired by the calling method resulting in
        deadlock. Using UnbufferedStream here should solve both.
        
        Change-Id: I25b7ca2ff3c31125cf107fe404f9af66435bec7d
        Reviewed-on: https://gerrit.libreoffice.org/40160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-19  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [887e9829dc22883386934993b14374b8559cc95e]

        Separate SvxMenuConfigPage from cfg.cxx
        
        Change-Id: I6e56756628bbbf3900f946715ce8b95bbe78ae03
        Reviewed-on: https://gerrit.libreoffice.org/39341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 091a7f474adac69b1808e5c812952586d253a809)
        Reviewed-on: https://gerrit.libreoffice.org/39956

2017-07-19  Caolán McNamara  <caolanm@redhat.com>  [ba5cdd68ff207082cf376429f8a5d4810ab013e3]

        gtk3: make video playback fill playback window
        
        Change-Id: I43f2f77889856dc6a3b0c3a3775826dbb000be7a
        Reviewed-on: https://gerrit.libreoffice.org/40168
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-19  Stephan Bergmann  <sbergman@redhat.com>  [e80e1d38b36cca53ac744c2c4fec98a16ee654b5]

        Missing @since tags
        
        ...from 83535a28c57ffb59f795dd35332d6b3426071e32 "emfplus: create a wmf/emf/emf+
        primitive based importer"
        
        Change-Id: Id628c834cea2ae4cb031fdd68feff5db1e887d13

2017-07-19  brainbreaker  <gautamprajapati06@gmail.com>  [c57631351c2acf9fd47050ec6e73a09dcc7d95bd]

        android:Update configure.ac to support NDK 15.1.x
        
        Change-Id: I07ec4df7cb5aaf4b491fac1202d2607af9f56968
        Reviewed-on: https://gerrit.libreoffice.org/39780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [17a8aadf764061b5be766e8edff3f01a12fe0993]

        CompilerTest_compilerplugins_clang: disable test failing with clang-3.8
        
        10:28 <@vmiklos> noelgrandin: clang-3.8 is unhappy for the unusedfields plugin: https://pastebin.com/raw/MJ30aKcs
        10:30 <@noelgrandin> vmiklos: ... probably best to just disable the unusedfields solenv testing in the .mk file
        
        Change-Id: I1873f1f76d7a7b0438002ffda9180abe582e07d7

2017-07-19  Akshay Deep  <akshaydeepiitr@gmail.com>  [f9efee1f87262b0088c249b2c306fb53ca729b53]

        Favourites feature in Special characters
        
        Change-Id: I8273b95132d48a51e841ec3792139007b4e7b55a
        Reviewed-on: https://gerrit.libreoffice.org/39752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [30f7ce30c92e1add033cdea0a78cea5563758513]

        loplugin:constparams in connectivity
        
        Change-Id: I9b81c6227fb3c89a832640058a11444f72019694
        Reviewed-on: https://gerrit.libreoffice.org/40155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f7e64f3edbc1a49e9681d12ce24326150a8a675]

        loplugin:constparams in desktop
        
        Change-Id: Idba3acbd1e6ad5e1ce1cae9f80f764906ab8b143
        Reviewed-on: https://gerrit.libreoffice.org/40157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b83ed313e0e54cb7da4525d13f63937e10867fa]

        loplugin:constparams in svtools
        
        Change-Id: I2620419828864363af55011abe56143bb7d42f48
        Reviewed-on: https://gerrit.libreoffice.org/40154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [32878b68574f8fb27a122dd3a356e369391bdfa6]

        enhance unusedfields plugin to find readonly fields
        
        Change-Id: I4da97443fc7eb14fd94959a026ab45a9256c055f
        Reviewed-on: https://gerrit.libreoffice.org/40158
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2303d4f1a2b7e25fe864323adeec398057cebe72]

        [API CHANGE] offapi: remove unused css.xml.crypto.XMLEncryption
        
        This is mostly just the offapi/ part, more C++ code can be removed in
        xmlsecurity/ after this. XMLEncryption wasn't used by internal code
        since it was added in commit 9f34fde7a8750b856570b5e855d2ecb226bf0c23
        (libxmlsec, 2004-07-12).
        
        It seems to be unlikely that this non-published service was used by
        3rd-party code, since it was specific to other xmlsecurity/ code, not
        generic functionality that could be useful in other contexts.
        
        Change-Id: Ia0168f67d1c8ff7a019760ac436511f219eee94e
        Reviewed-on: https://gerrit.libreoffice.org/40162
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [329c9aca6facc453b37858b04d1ee5cf2fa48e0d]

        osl: fix a number of doxygen comments in unx/file_path_helper.hxx
        
        Change-Id: Icd5553505e48b650103597e40311ac11ba388259

2017-07-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [37a5c4e6b80d9f25dc8c7f4e7f7d46e917cae50f]

        osl: fix file_path_header.cxx comment
        
        Change-Id: I671ba9d48d327ccabc8851bee596831e04a6f62a

2017-07-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [e57aad8e43bc2617e88caac515b3fe5a09349813]

        osl: fix header comment
        
        Change-Id: I06829e4ad0efc78244083e48bf9cd10422ff5e2e

2017-07-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [c0d7f348f20ea1ae0d4b738136be4d5cbff550ae]

        osl: remove comment cruft osl/socket.h
        
        Change-Id: I785cc08e5450530f885b1bf38b50517029d6fb92

2017-07-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ec04aa8d8f37c82c78d6b98e030a34769d3123e]

        Followup to 56638d1a6d9ba - fValid -> bValid
        
        In 56638d1a6d9baebfe27cbf82ccf0376926c6a530 we renamed to BOOL to bool,
        but we also need to change from fValid to bValid.
        
        Change-Id: I6a2c2931d8872ee2cfefa43c3f06fff5d5ce0629
        Reviewed-on: https://gerrit.libreoffice.org/40115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8180b6801dca2052a9d40411f9bbdcc96198c52f]

        tdf#109194 cleanse startup notification foo from env
        
        So when the desktop environment does startup notification, this
        DESKTOP_STARTUP_ID gets passed on to the launched application.
        Problem is, XDG spec says app should read it from the env, then
        discard - which LibreOffice never does.
        
        When passed on to child processes, funny effects might ensue, so
        let's just erase this at the end of VCL init, when I'm reasonably
        sure every gtk/kde/whatnot backend did read it.
        
        Change-Id: I1f758c7a02455028d2b520c144ffe32538621f19
        Reviewed-on: https://gerrit.libreoffice.org/40153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [eff84b958c54985e0b81c44b2cd81722abeb9320]

        remove unused CntWallpaperItem
        
        Change-Id: I47cf9fc37bb64a80a21ed805bff2bb3ac3eb6da5
        Reviewed-on: https://gerrit.libreoffice.org/40148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Tor Lillqvist  <tml@collabora.com>  [816a9ddeaace21781b3e9ad2b0c3510eaafd9970]

        loplugin:oncevar
        
        Change-Id: I538903412a351ba901c2b2149e450ebc7e80916a

2017-07-18  Tor Lillqvist  <tml@collabora.com>  [e19c0a3dec7ac9809aba461c03d45a07d601fe9a]

        loplugin:oncevar
        
        Change-Id: Ic7c5ec9bb7cc7aff61279f2027cf5a9e1b31e36f

2017-07-18  Eike Rathke  <erack@redhat.com>  [a4283e5b7b4397bfdad3605f1cd490961c28c0de]

        Eliminate some unnecessary temporary Date instances
        
        Change-Id: Idede71608458acf4d23504b3a6a1cba557f370d1

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [83b43ef2223b66484e0e90e7b614886e06f955b5]

        sw mail merge: add support for the new 'writer' connectivity driver
        
        By mapping the .odt, .sxw, .doc and .docx extensions to sdbc:writer:. If
        we are at it, also accept xlsx next to xls.
        
        Change-Id: I8c6769b282adec1e7e8d191170e7aa9b324f2018
        Reviewed-on: https://gerrit.libreoffice.org/40147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [36f2df84fcfc21038b4d20df38a9e5addfcbde3f]

        dbaccess: introduce DATASOURCE_TYPE::DST_WRITER
        
        By mostly reusing the spreadsheet code. This way the UI allows creating
        a data source where the backend is a Writer document (containing at
        least one Writer table).
        
        Change-Id: I42186d46aaa86fa96ebae0807c97306d6d00d6d4
        Reviewed-on: https://gerrit.libreoffice.org/40146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c49ed68c7e30f6963ecf56e542459f4fbd67a470]

        no copy needed
        
        coerce_value(..) is a local static function without side effects
        
        Change-Id: Id153ad26973b5724b33f144ae9eba49562b15067
        Reviewed-on: https://gerrit.libreoffice.org/40040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-18  Eike Rathke  <erack@redhat.com>  [038063a352f59bad1ecdeeb63016e37f6945a420]

        Change nonsense non-const Date* GetNullDate() to const Date&
        
        * first, a non-const Date* may leave the impression that one could change the
          NullDate through the pointer, which is only partly successful; luckily no one
          did that
        * second, there is always a NullDate so checking for nullptr is superfluous
        * third, the pointer was dereferenced (maybe after a check) everywhere to
          obtain the NullDate, luckily..
        
        Change-Id: I3c3a788ba0336596ac6bde4c96e77a0cdb7a4a95

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [71c3113e9dbf61693fd947262370cc61cdf31ac7]

        fix terrible state of chassis
        
        Change-Id: Idc0a4ea5def17e00af8c8dfec6efb797252e5a00
        Reviewed-on: https://gerrit.libreoffice.org/40144
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [512d1ad386da6a8695be24b27414619dcdf4f657]

        merge last entry of cntids.hrc into sfxsids.hrc
        
        Change-Id: I78ba63d5d455ef9fe2e4c6cf2f67d88c921100d1
        Reviewed-on: https://gerrit.libreoffice.org/40143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [f387d3ae8e5c675f45d92f5d8acfc61d9fda7533]

        SID_VIEW_FLD_PIC looks like a StarOffice < 6.0 holdover
        
        that can't exist anymore
        
        Change-Id: If94801fe854bc8ccf4307fce2674944f63e95d4c
        Reviewed-on: https://gerrit.libreoffice.org/40142
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [2ce827f21cd11832cec5395c6c1c5fb2eef4b2d0]

        move SID_DISTRIBUTION to reportdesign
        
        Change-Id: Ia34d484485aed454d5463ec7e8f25f20af540490
        Reviewed-on: https://gerrit.libreoffice.org/40141
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [6a9f6c28a382e14ae9da0b3ceeee46a6c51b1292]

        try sleep instead of blocks annotation
        
        Change-Id: I2d80ed40b5ec4c8db62053d8bb6c9d0c9ad24da2

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a16a5f74243433be4997dfac0f17daa12d9836c]

        CppunitTest_filter_eps_test add missing component
        
        Missing since commit 098b685e901974dc9d0248b6e2fd06644c954e84 (No reason
        to silently misbehave when these UNO services are missing, 2017-07-18).
        
        Change-Id: Iee2f43fca11ce635833700fb087883013c59d985

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [f3d9887d7a7092ad4d983109f08c41ed53ceb15f]

        coverity#1415512 silence Unchecked return value
        
        Change-Id: I50601be72a5f496c1d1e8135af57db649e29110a

2017-07-18  Stephan Bergmann  <sbergman@redhat.com>  [c7911bb582eee0b470904b740f5f092d689d97ee]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I9567aa4326cd70dd46fbbae53e1cb63b105e5df5

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [e271435c43a498933b80726c0ab2cff642467034]

        coverity#1415515 Division or modulo by float zero
        
        and
        
        coverity#1415513 Division or modulo by float zero
        
        Change-Id: I91ffc794e70f9204a39a5ae1b2a6c59ecbe31adf

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [5445de1432fd65fb3ef613d1dafd2bbb9b99b265]

        connectivity writer driver: mention Writer in display name
        
        It was just "Document" to be consistent with Calc's "Spreadsheet", but
        it's confusing as we have a Text driver as well.
        
        Change-Id: I9ec10f49c3f2bdab7d8f92a9ee0a44b4536e83eb
        Reviewed-on: https://gerrit.libreoffice.org/40135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [cad0d8df38cf390d0615668ce2ab7c8f7ee42cde]

        connectivity writer driver: add Statement implementation
        
        Gets rid of the OWriterConnection::createStatement() stub warning. This
        is the last interface which was not supported by the writer driver, as
        far as I see.
        
        Change-Id: I5d1e6835d30b704d6866f2cc4cd9e82ea0f2139e
        Reviewed-on: https://gerrit.libreoffice.org/40134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a93c89894feb663df37609c95d4db523120c0bc1]

        connectivity writer driver: add ResultSet implementation
        
        Now column headers and table data show up on the UI.
        
        Change-Id: I84100c5a7ac65c3be1e985be8ae7195835c45145
        Reviewed-on: https://gerrit.libreoffice.org/40128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [48ae7e505f59df0920b417ce1951cb3d0e905419]

        undef SID_INSERT_FRAME can go now
        
        Change-Id: I584a6198142cf738b4671dd9b85d97a7a9431168
        Reviewed-on: https://gerrit.libreoffice.org/40121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [3964408f7f6acbfe613c6173f44c810fdacdc63d]

        loplugin:constparams in sdext
        
        Change-Id: Ia5d2c00b02bf1758f7502065dd109f0f54fda2d3
        Reviewed-on: https://gerrit.libreoffice.org/40124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e56596e009c11ec6118a126ac560e87d754ae15b]

        Fix typos
        
        Change-Id: If6023dfa1d90f79185197622a738373a189ea6af
        Reviewed-on: https://gerrit.libreoffice.org/40118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-18  Stephan Bergmann  <sbergman@redhat.com>  [098b685e901974dc9d0248b6e2fd06644c954e84]

        No reason to silently misbehave when these UNO services are missing
        
        ...which e.g. made it unnecessarily hard to track down
        7a23668e4f4e235c7a4e1c99e38506bd9c874be8 "Fix CppunitTest_cppcanvas_emfplus"
        
        Change-Id: I2f537fabb067b77e82b900bd2cba30fd65c275aa

2017-07-18  Eike Rathke  <erack@redhat.com>  [6959aff40692cc02c99efb6781091263f8a25a84]

        Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-up
        
        Change-Id: I3c70225f4d19ea85a54026e8eb78ba729acd6dfd

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [41dc56df37596ff20c0476ae44fbd07b8b4678a1]

        loplugin:constparams codemaker,idl,idlc
        
        Change-Id: Ic72b7525cfbfbd3c5afb12fe9ea814176e6c8c9d
        Reviewed-on: https://gerrit.libreoffice.org/40126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [50985d9b60cc03954bbae3dc931abb6aa18c4c78]

        loplugin:constparams in package
        
        Change-Id: I78386422f90f860647c844666548cd63e630b9a7
        Reviewed-on: https://gerrit.libreoffice.org/40125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Bernhard Widl  <bernhard.widl@cib.de>  [b0210c34dcaa5fc44956078ffa1dfe734d379224]

        fdo#43157 convert OSL_ASSERT to assert in sc/source/filter
        
        Change-Id: I3d6d3da69ed7539dacf7eaf82fa7633f85619b39
        Reviewed-on: https://gerrit.libreoffice.org/39366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-18  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [42c8000e68ab9d04f12a71bdaacb3718cb35bbd3]

        Moving legacy contexts to FastContexts:
        
        ScXMLNullDateContext
        ScXMLIterationContext
        ScXMLContentValidationContext
        ScXMLHelpMessageContext
        ScXMLErrorMessageContext
        ScXMLErrorMacroContext
        
        Change-Id: Ic2a4f038891aefbb94b1d9ada96da7c139c6c9fe
        Reviewed-on: https://gerrit.libreoffice.org/40012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-18  Caolán McNamara  <caolanm@redhat.com>  [ce00985e24fd787e5938d58a075420fe655b149e]

        fix oss-fuzz build
        
        Change-Id: Ia279c7726f1bbf9cdfb6bdc481c884d56e9206c0

2017-07-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [229c21779190bf11142d5a9347b2ecbe37952898]

        We no longer patch libxmlsec for this
        
        Change-Id: I0e817499e80d2b7292833f5e734974b05ef579b6
        Reviewed-on: https://gerrit.libreoffice.org/40041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6d2e7d7796a5aae71fb7d8d10a538b727ad2465]

        vcl pdf tokenizer: indentation fixes
        
        These files had a consistent style before, let's keep them that way.
        
        Change-Id: I32cf4ae61d0fac37df5e5412ae9cf3e2b3c92d17

2017-07-18  Varun Dhall  <varun.dhall@studentpartner.com>  [315b6afc90298ac23de7d24449feae6beaade17a]

        Partially revert c1723a3b6 The loop behavior was changed by the original commit instead of starting from 1 it started from 0 due to which it ends up saving Default Style and missed an important custom style
        
        Change-Id: I4853b70fbb6a24c9ccbd0b5713c6dbe4215830a6
        Reviewed-on: https://gerrit.libreoffice.org/40093
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-18  Szymon Kłos  <szymon.klos@collabora.com>  [00b506ff03708e30daa7c2f3df89bb5c06a9cdde]

        Embedded documents: show title in menu entries
        
        Change-Id: I478d81798e6f1e2d96e570cb6788a438c6a0be62
        Reviewed-on: https://gerrit.libreoffice.org/40079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [c932e26138d9dda1d3dad5e2472a79d42c0a816c]

        loplugin:constparams in toolkit,ucb,xmlhelp
        
        Change-Id: I2287bf468aae5008e25aa8b1bc0b63cff7bb1bf1
        Reviewed-on: https://gerrit.libreoffice.org/40117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  brainbreaker  <gautamprajapati06@gmail.com>  [e530689ef6ba79a26162670580ba28f9b09eb689]

        Clean up android specific template functions defined in std namespace
        
        Change-Id: I2094ee8eec00587f166d96723a02eb5957dbf79b
        Reviewed-on: https://gerrit.libreoffice.org/39890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [6b0cace60b2ca1bd27132c77cd0cd7699386ede6]

        Updated core Project: help  6cdd87dd0e6dc4c50bf31bd29dd340345885be42
        
        Find & Replace dialog: options are under Find, not Replace
        
        Change-Id: I8b2ebe6282beb9ac111ebd4688310c57b338626b
        Reviewed-on: https://gerrit.libreoffice.org/40098
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
        

2017-07-18  Pranav Kant  <pranavk@collabora.co.uk>  [ecba18e226b4b03a4b2af99d92097f1d1b71467a]

        gtv: G_OPTION_FLAG_NONE is available since 2.42 only
        
        Change-Id: Ic3aacb79a3e828e59fede437213f2b7298e49bc1

2017-07-18  Stephan Bergmann  <sbergman@redhat.com>  [86d4a76b517c6637173500f263d41069626122ab]

        -Werror,-Wunused-private-field
        
        Change-Id: Idd356214b553eadf5030115fc60a526e4428b1bb

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [72f36adb93d24a3da8868dad128ab2eca0124fda]

        loplugin:constparams in vcl
        
        Change-Id: I36afe2107e07ffb9b73c0b76be600e3e999a0fd4
        Reviewed-on: https://gerrit.libreoffice.org/40116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Luke Deller  <luke@deller.id.au>  [bff8cd3d52223002263dcb8c09758c4fc753b6e3]

        tdf#109080 First page header/footer ODF (1/2)
        
        The proposal to add <style:header-first> / <style:footer-first>
        to the ODF standard has not yet been accepted, so meanwhile we
        should be using an extension namespace for these elements.
        
        This first commit (intended for backport) adds support for reading
        <loext:header-first> / <loext:footer-first>
        
        Change-Id: I616b6a0acaead9d767ae7d119e539b865f3a6774
        Reviewed-on: https://gerrit.libreoffice.org/39863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac3c24bec925dd53f07b2827dab0d71c0dbaedee]

        connectivity writer driver: add PreparedStatement implementation
        
        Gets rid of the stub warnings in OWriterConnection::prepareStatement().
        
        Change-Id: I05db81898d8117578130e660932608fcc927edf0
        Reviewed-on: https://gerrit.libreoffice.org/40092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a11ddfdcf3f5021cbeb0f065694d875bb748dc76]

        connectivity writer driver: add Columns implementation
        
        Gets rid of the stub warnings in OWriterTable::refreshColumns().
        
        Change-Id: I2dd43777a00a6958548e3dc8119c5cb825ebb02e
        Reviewed-on: https://gerrit.libreoffice.org/40091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [bec2da98c74dc4c02561641862de15e5d2630fa2]

        connectivity writer driver: add Table implementation
        
        Gets rid of the stub warnings in OWriterTables::createObject().
        
        Change-Id: I161e498d5704bb9a3d9f423ce1823664d8249c86
        Reviewed-on: https://gerrit.libreoffice.org/40090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [60020f61339e5836f5a481909c1183af2734f569]

        connectivity writer driver: add Tables implementation
        
        But leave OWriterTables::createObject() as a stub for now.
        
        Change-Id: I8a05d698e565cefded1286decdfbdfece8c2237b

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6fb3e3a9c1dd1aec8a1ba90fea51e32048e609bf]

        connectivity writer driver: add Catalog implementation
        
        But leave OWriterCatalog::refreshTables() as a stub for now.
        
        Change-Id: Ica5eb9d45937c826501b666d565019e2e04df6bf
        Reviewed-on: https://gerrit.libreoffice.org/40071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [138269391a9ac8cdc0c00b55e1fbc84a94c84a77]

        tdf#108955 RTF import: fix missing paragraph background
        
        See commit 1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305:
        writerfilter RTF import: override style properties like Word,
        2014-06-17) for the context.
        
        Here the problem was that details of the paragraph background were
        removed during the style deduplication, but not the paragraph background
        sprm itself. That was interpreted (correctly) by dmapper as "no
        background", rather than "inherit from style".
        
        Change-Id: I88904cbd0a3c7686ede1f98d06df8fc875978afc
        Reviewed-on: https://gerrit.libreoffice.org/40099
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-18  Stephan Bergmann  <sbergman@redhat.com>  [8fc843472e764ce78c41d59134d72170a27facf9]

        More avoidance of invoking gdb with LD_LIBRARY_PATH set
        
        ...similar to 785eb0ed14cde731c2795f68f004f0b811cfe387 "gbuild: try to avoid
        invoking gdb with LD_LIBRARY_PATH set", this time for DEBUGCPPUNIT=TRUE in
        addition to CPPUNITTRACE="gdb --args"
        
        Change-Id: I3e2cc5abf76947dc4c7b4d6caa3fd5720720e050

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e669f70613ab1cad02e886aacc7a8d5df2550391]

        loplugin:constparams in i18npool,opencl,svl
        
        Change-Id: I23368c3ce6d29c7b2e758e209e5a8315e82a2818
        Reviewed-on: https://gerrit.libreoffice.org/40051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ccaa4d9e9e18555e86e111259a4908413d36718]

        loplugin:constparams in scaddins,hwpfilter
        
        Change-Id: I91b3559b9c3f5d8837d182cf9406fad9aeee78b3
        Reviewed-on: https://gerrit.libreoffice.org/40049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [871f1f727f0763ffec510757933f1acf22485a59]

        Followup to final followup 647382f52351a75 of my followup
        
        Change-Id: I0ee075cadb26eb0ceedec1dd047fc157f3929dad

2017-07-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [7a743b472dadb817eb7a6ed8063cee80ce7412e8]

        osl: update named pipe handle test names
        
        Change-Id: I7c4da48b372c70cea51d8318aba384b9c605c5e1
        Reviewed-on: https://gerrit.libreoffice.org/40113
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [013a87be06f9d1d4d0acb0da5fd528e9e34d759a]

        osl: pipe test remove unnecessary comment cruft
        
        Change-Id: I3bbf7cd131804e6788f91ec7418644cb73c62458
        Reviewed-on: https://gerrit.libreoffice.org/40107
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a83888e7759abd5204c76d0c3095a4d49699b834]

        Fix warning for loext namespace
        
        Define the namespace near the element that's using it
        
        Change-Id: If0a135a331d4f67ef2dfe4981e93110e7a1a787a
        Reviewed-on: https://gerrit.libreoffice.org/40084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [72b48cb904b1fc0e3155457bac28401bd39e5656]

        Remove duplicated includes
        
        Change-Id: Iba098ff1c96fb6f830e136102f687b345fb958ef
        Reviewed-on: https://gerrit.libreoffice.org/39981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-17  Szymon Kłos  <szymon.klos@collabora.com>  [b2207e165d0fd7093c7f259a5ea053b7be060a76]

        Embedded documents: don't open in web view mode
        
        Change-Id: I621d4ba4223c1b389acdb63bb6f8f10ef3f3ba48
        Reviewed-on: https://gerrit.libreoffice.org/40076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-17  Paul Trojahn  <paul.trojahn@gmail.com>  [30907c0bb7eb8f1f69f5527ed67fab0bba02ceeb]

        tdf#109067 Fix default value of rotWithShape
        
        According to the OOXML standard the default value is true, so for
        the export of gradients and blips it has to be set explicitly to
        false.
        
        Change-Id: I06f6f2a00fca88ec79e2eb956c3c780f037a9d1e
        Reviewed-on: https://gerrit.libreoffice.org/39973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-17  Eike Rathke  <erack@redhat.com>  [21394b08475d1d869aa62c1dbb46c3dcc93ae3f0]

        Defer also loading of the English CalendarWrapper, tdf#109045 follow-up
        
        Always constructing the en-US CalendarWrapper defeats the original intention
        that not for every construction of SvNumberFormatter a calendar is needed, plus
        if no en-US is requested constructing such calendar is just wasted.
        
        Since
        
        	commit 2a22696546ace75c38a72ad13f7383aedd00e06a
        	Date:   Mon Jul 10 15:56:32 2017 +0200
        
        		tdf#109045: store en calendar separately in OnDemandCalendarWrapper
        
        Change-Id: I06e13754f03fc1fe4fbf48b76ccb82c917606480

2017-07-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [9af8964dd2cb048e328732ee6eb809b0da46a3ae]

        RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO
        
        I have kept the old mispelled constant for backwards compatibility
        
        Change-Id: I128a2eec76d00cc5ef058cd6a0c35a7474d2411e
        Reviewed-on: https://gerrit.libreoffice.org/39995
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [2cbd4121685b5c2f2cfddea6775171aaee72a4c1]

        cppu: remove unnecessary LOG_LIFECYCLE_* macros
        
        Change-Id: I0f19cf7045e6ff2906404a73ce710e42800c0a72
        Reviewed-on: https://gerrit.libreoffice.org/39994
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fab7288516d442289a7b6f3a27b9aca8d23f3b5b]

        This should be a namespace, not an attribute "namespace"
        
        Change-Id: I159db32662679a3194edf942fa6672370e2b8587
        Reviewed-on: https://gerrit.libreoffice.org/40072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-17  Eike Rathke  <erack@redhat.com>  [7232980be6a4d67ed28a21b74ef3544cacb29d6a]

        Resolves: tdf#104186 spaces between function name and ( not allowed in OOXML
        
        Change-Id: I6f6fcdab24a426d0f62052fa2d31f4098d1d893a

2017-07-17  Johnny_M  <klasse@partyheld.de>  [2b530e4f3fa516ef1d1d3699174e6f15ffda5305]

        Translate randomly found German comments
        
        Change-Id: I7db515e04d3845c3ec51c7f88fe51bcafddd5268
        Reviewed-on: https://gerrit.libreoffice.org/39987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-17  Rene Engelhard  <rene@debian.org>  [77d6bb690865540577c04952ba685a0cfe3fa01e]

        use ifeq "$(SDK_AUTO_DEPLOYMENT)" "YES"
        
        ... instead of ifneq "$(SDK_AUTO_DEPLOYMENT)" "", as the variable is = NO
        if disabled
        
        Change-Id: I7dd2d165235f5cb7e55a8fed628ada71b04c7881

2017-07-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [be604957ecab49b1f4dfcfa468d572e0da549d3c]

        Fix typos
        
        Change-Id: I0fec2abc1bed9c0cfcd78d1b0f6daebc335831be
        Reviewed-on: https://gerrit.libreoffice.org/39982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-17  Andrea Gelmini  <andrea.gelmini@gelma.net>  [26b52972a8ab15049e63a2518ff8e10d6288d074]

        Fix typos
        
        Change-Id: I9d2c641b485c32ddccf0bfaaed1d0796572d1d33
        Reviewed-on: https://gerrit.libreoffice.org/39477
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-07-17  Szymon Kłos  <szymon.klos@collabora.com>  [e16304c46fddfb73e4aef85333d881ba5350b58d]

        Embedded obj: resize to avoid rendering issue
        
        Force resize, before sidebar wasn't rendered correctly.
        
        Change-Id: I0aeec50751a165bf4ab1aeefeda079ff97feb990
        Reviewed-on: https://gerrit.libreoffice.org/40065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [53be53b35e18230004b5f173c961fb8aa7162b09]

        gpg4libre: Import public key payload if verification result != valid
        
        it is essential to look closer at the results of verification (code
        doing that was removed by commit bdbebda1d80f538f946b14042) to be
        able to proceed with importing public key payload from the file if
        needed
        
        I've also killed one more instance of xmlStrlen being used on binary
        data
        
        Change-Id: I8cd45fe963c8dde91727471ddbebe6943374a121
        Reviewed-on: https://gerrit.libreoffice.org/40066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7ac239793905564d2754edc52611930b6ba2cdc]

        connectivity writer driver: initial DatabaseMetaData implementation
        
        With this the list of tables is visible in Data Sources.
        
        Change-Id: I7ee4955c54a76c57f854dba19fd1a6a8ee606089
        Reviewed-on: https://gerrit.libreoffice.org/40056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [ddb02ccb8acec9ed3078364c96698a7a71b724bc]

        loplugin:unnecessaryparen: xmlsecurity (clang-cl)
        
        Change-Id: Iaef0f4dda4ea4cb2d3bb67d9007873c89b9aa5c5

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [c88cd3f0a56a3196e6c1f4115bdc976a125ea871]

        loplugin:unnecessaryparen: winaccessibility (clang-cl)
        
        Change-Id: I9d83d16adbccd1dc29ea23dfa012a349c74150a3

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [d4bda10ceef4502ce4717368c6a39ecd709cff7f]

        loplugin:unnecessaryparen: vcl (clang-cl)
        
        Change-Id: I3d31a5b56007451a9982602b488ae6ac1baf1f50

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [7243c13bdd4cbc528673b658faea6772077fa1f6]

        loplugin:implicitboolconversion: vcl (clang-cl)
        
        Change-Id: I81ae357574e5020a5e2dfb7162d451b985c18766

2017-07-17  Caolán McNamara  <caolanm@redhat.com>  [ecae068befc88fe6aa6f8ca09c8e5c9407c11d89]

        ofz#2668 fix oom
        
        Change-Id: Ie30b24a0ad6395d59afa2f2c96b48f98a33f18a8
        Reviewed-on: https://gerrit.libreoffice.org/40064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [a1467c8a526d7dda6e51d2af6a15f274feed30a1]

        loplugin:useuniqueptr: svl (clang-cl)
        
        Change-Id: Id8705c82ab87724b0542acbfe0ad165f889f267a

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [143b3a2f3c431b7277321471d5366e7e1e97a772]

        loplugin:useuniqueptr: shell (clang-cl)
        
        Change-Id: Icf6cd85f9e4792ad09dd1a97a8802da13da942c2

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [5e790f691add9e44b8ab558f5f0aae488ad71b6e]

        loplugin:unnecessaryparen: shell (clang-cl)
        
        Change-Id: If038a119b0b01bff9f452bb66e855e35c10d06eb

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [f47e2f3b49e6aa6411db4daf62fcd3679f6cef78]

        loplugin:unnecessaryparen: sal (clang-cl)
        
        Change-Id: Ide9611be8c24437e034460898443aca7ed299d39

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [832f3e3dfd1164fbe58c684e5b4c3cfb8d1baad7]

        loplugin:unnecessaryparen: i18nlangtag (clang-cl)
        
        Change-Id: I77d010932d8d56ce295a88d63bee96a9219d4a4d

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [75d5767e68400b70ab55811b72198efc8f121686]

        loplugin:oncevar: extensions (clang-cl)
        
        Change-Id: Id82847d72a106976339fd64685a9029900a862bd

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [ddbf256f8ae8f3bcd02b01719c163602b17205fd]

        loplugin:oncevar: embeddedobj (clang-cl)
        
        Change-Id: I22797d4e914e6033142628d1b37abab6c1901423

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [7d82067d38663bc0a8ee1a12087a763bcb73d744]

        loplugin:unnecessaryparen: dtrans (clang-cl)
        
        Change-Id: Ie366a48242d04a888e34ae2c95230ef4de05fbbb

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [626c8be3590193589dba42d8fa8ce1cce267461e]

        loplugin:oncevar: connectivity (clang-cl)
        
        Change-Id: I479db3383252e803d84e1d1cfd613fa4f5a36145

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [e27f2a872095a589572030d9c923d66aaa4e3179]

        Fix test for clang-cl
        
        ...whatever it is that causes clang-cl to not analyze the template code
        otherwise
        
        Change-Id: Id4da996714fe93c454abb3669a12d8afe27b918b

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [9f08211d2461c3d46a5f448f6c399ac6b82e910d]

        loplugin:unnecessaryparen: basic (clang-cl)
        
        Change-Id: Id6e339a4d1bc775826ff434bc77beb05fe353324

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [7a23668e4f4e235c7a4e1c99e38506bd9c874be8]

        Fix CppunitTest_cppcanvas_emfplus
        
        Change-Id: Icb618e9ccf36cedb6409ecd9dbda86a5e1377087

2017-07-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d909fe65a6ccf658dc964fc27c29f53484f3f5ae]

        Updated core Project: help  e9e6c25c54de48394ca994073aa837de529dc89e
        
        tdf#97745 Help-in-browser (x) refactor contents
        
        Tree files now loaded as javascript
        More fixes
        
        Change-Id: Ifa353e717eec63e2369fbeabab7463f4ccd72392
        Reviewed-on: https://gerrit.libreoffice.org/40069
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9127706ab39cd39da7a8b9a13acb553a77968890]

        gpg4libre: Wrap PGPOwner in own namespace
        
        as recommended by W3C: https://www.w3.org/TR/xmldsig-core/#sec-PGPData
        
        Change-Id: I2cc0ae24eefc9137d2e3432da1d65e44245c7616
        Reviewed-on: https://gerrit.libreoffice.org/40058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cf0a9b9c7a988b74102bcdd38710fb9e80521081]

        DWrite: resolve unreachable code warning
        
        Change-Id: I5b9ffefcf8022366236328f0ca89982172b76feb
        Reviewed-on: https://gerrit.libreoffice.org/40021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-17  Stephan Bergmann  <sbergman@redhat.com>  [79864294ca3718c8b02a37c236a4128f1d123b2d]

        Remove unnecessary dependency
        
        ...added with recent 29cdfa3fc337381e2529eaac2a551137ee8a1aaa "no need to
        statically link against the emfio library in the tests"
        
        Change-Id: Ibbcc5a52a57bde9d332e6660ebf7449f06851731

2017-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cbda019e4ee0b1f4ca3fac8fbbe916a75af0956d]

        DWrite: HRESULT checks for debug mode
        
        Change-Id: I4913b6e3d3c1766151571c467416e62409c8e260
        Reviewed-on: https://gerrit.libreoffice.org/40020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-17  David Tardon  <dtardon@redhat.com>  [27b8376eda4c1f69a20a41743a7454d824b4311a]

        try to fix osx build of libwps
        
        Change-Id: I0aeea8fd3f84cecd8b308cbc3ad629fe8e24634e

2017-07-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [cd1d5f35cb0f9c455787819de56e24cd51e6c5cc]

        WIN revert to Sleep(1) for yield
        
        There are multiple ways on Windows to yield a thread:
        
        * SwitchToThread: yields to any thread on same processor
        * Sleep(0): yields to any thread of same or higher priority
                    on any processor
        * Sleep(1): yields to any thread on any processor
        
        So we stay with Sleep(1), as it also seems the only call, which
        actually does some sleep and is not a busy wait.
        
        Change-Id: I85c69b2f32dba9869bbddc1a572b3a63c366c5d1

2017-07-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [f0dae5fb2b0628659a121ca3f9ee9bf9039a49dd]

        WIN annotate GdiPlusBuffer Timer
        
        Change-Id: Ia7aa081848647314e14b5ccd3063d51700f2b6c6

2017-07-17  David Tardon  <dtardon@redhat.com>  [8cba7fd59eae4dfb88a6b16653eaf880bbb0e3c0]

        try harder
        
        Change-Id: I575a61ba87218fe1071cfd151dd6de27c9df7085

2017-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29cdfa3fc337381e2529eaac2a551137ee8a1aaa]

        no need to statically link against the emfio library in the tests
        
        ODR-violation found by ASAN:
        
        ==17022==ERROR: AddressSanitizer: odr-violation (0x2b86adb17c60):
          [1] size=352 'vtable for emfio::emfreader::XEmfParser' /home/tdf/lode/jenkins/workspace/lo_ubsan/emfio/source/emfuno/xemfparser.cxx
          [2] size=352 'vtable for emfio::emfreader::XEmfParser' /home/tdf/lode/jenkins/workspace/lo_ubsan/emfio/source/emfuno/xemfparser.cxx
        These globals were registered at these points:
          [1]:
            #0 0x443a73 in __asan_register_globals /home/tdf/lode/packages/llvm-3.8.0.src/projects/compiler-rt/lib/asan/asan_globals.cc:218
            #1 0x2b86bea2dced in asan.module_ctor (/workdir/LinkTarget/CppunitTest/libtest_emfio_wmf.so+0x1a0ced)
            #2 0x7fff394ad75a  (<unknown module>)
        
          [2]:
            #0 0x443a73 in __asan_register_globals /home/tdf/lode/packages/llvm-3.8.0.src/projects/compiler-rt/lib/asan/asan_globals.cc:218
            #1 0x2b86ad6e862d in asan.module_ctor (/workdir/LinkTarget/CppunitTest/libtest_emfio_emf.so+0x18862d)
            #2 0x7fff394ad75a  (<unknown module>)
        
        Change-Id: Id98677a3692ac6a0586164aa5d0a2c82ab26f916
        Reviewed-on: https://gerrit.libreoffice.org/40029
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8134fb802635f3798eb72e414450b64409de5ef9]

        DWrite: move impl. of some methods to the cxx
        
        Change-Id: I34b4163176dc5a4a8f5cd326918df375c3475a1a
        Reviewed-on: https://gerrit.libreoffice.org/40019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3141dd460bffb26b0b697600a17e7ab6e18580bc]

        Updated core Project: help  7c56a1e73cb266350862ea05c5b9592ad5a482c0
        
        More typo & grammar fixing
        
        These should be things caught in review, before they’re introduced
        to translators…
        
        Change-Id: I352e6f38de317b43fadfe1e597fa45f66670166c
        

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f71a35500088ba332f21896f373de0fa903e7bcc]

        loplugin:constparams in configmgr,unotools
        
        Change-Id: Ief3df5487eb20b1f6d0e8aed89cfef4464d23a88
        Reviewed-on: https://gerrit.libreoffice.org/40048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [49bc18c0472b4c7758bfcbdf55383de9e9ef3027]

        loplugin:constparams in i18nutil,sot
        
        Change-Id: I8e91b11baa855b1049130746b34f53158010948b
        Reviewed-on: https://gerrit.libreoffice.org/40050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  Eike Rathke  <erack@redhat.com>  [89805d2846298cfa7345aef2673666649a42773b]

        ScAddress aPos is already available, use it
        
        Change-Id: I5d7cb8a4263b454438e7af45192f9008f283150d

2017-07-17  Eike Rathke  <erack@redhat.com>  [fe6af0a260301f50a83c0b14a7fabad9fffe78cf]

        Temporary ScAddress is unnecessary when constructing ScRange
        
        Change-Id: I9160eb2c0fe79a5a56b4a4e524d163133f6dc65b

2017-07-17  Eike Rathke  <erack@redhat.com>  [cc6c5ae6333ccff08d0d82b36c269112cf55d89b]

        ScRange has a col,row,tab ctor, use it instead of a temporary ScAddress
        
        Change-Id: I4d095d00254abac3675c2e369ca37df6abd3d341

2017-07-17  Paul Trojahn  <paul.trojahn@gmail.com>  [41f098c0a2363f7607516a9fe20706ad4201b45c]

        tdf#89926 Fix OOXML gradient angle import
        
        The rotation of the shape needs to be added to get the correct
        angle. Due to this nDmlAngle can be twice as big. The conversion
        to LO angles needs to be updated to prevent negative results.
        
        Change-Id: I3a13cb268af41a55cd8b9df3084d028008aed4f2
        Reviewed-on: https://gerrit.libreoffice.org/39648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-17  Eike Rathke  <erack@redhat.com>  [1c1783864a356a4394f80dec28db939f4cf572cd]

        Resolves: tdf#75650 reset boolean number format to General for new formula
        
        Change-Id: Iec2feefcbb5a92c64f182d93b4055fc009dbe1e5

2017-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9d82a8e606895a34c08c1c628053217bbecddb8c]

        factor out DWrite renderer from winlayout
        
        Change-Id: I7093d86593677a7d15f5b7f55aa0f29be2154f5a
        Reviewed-on: https://gerrit.libreoffice.org/40018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5f94d931886a55ec3229e7b860d455037266622]

        loplugin:constparams in basegfx,sax,shell
        
        Change-Id: I90a9d105a6db146ae64cff56983def94b9472a95
        Reviewed-on: https://gerrit.libreoffice.org/40043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff8e463ab486ae863ab3a86ce957f01ed7f8af90]

        loplugin:constparams in comphelper,unoidl
        
        Change-Id: I411d431bd6620c594c5dafd42af6c2a8ac285f3f
        Reviewed-on: https://gerrit.libreoffice.org/40042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  David Tardon  <dtardon@redhat.com>  [df1d2d9d732e54a9596722b75e5117ed36cdc664]

        try to fix osx build
        
        Change-Id: I4b9f29f6221b6c4206a961e9951fff2d3ab93e21

2017-07-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [e50d5b52637dec44f2934a21ca4b47a51e8298f0]

        tdf#104743: Export transparency for bitmap fill/background
        
        Change-Id: I951ce974320f2eb5a6d3304b66f89ce71b38982c
        Reviewed-on: https://gerrit.libreoffice.org/39880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f3b39499f9c6c88d637b621ef9ec6189d4fb9ff]

        loplugin:constparams in store,registry
        
        Change-Id: I5633203b372a9abd0138a396958c235ea8aaf66d
        Reviewed-on: https://gerrit.libreoffice.org/40039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  David Tardon  <dtardon@redhat.com>  [dd323b051d54c5e931b2ee9891c463a310a93889]

        upload libwps 0.4.7
        
        Change-Id: I842c7b64527d9b0aae35b3f9e1febcacb601fc28
        Reviewed-on: https://gerrit.libreoffice.org/40038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-07-17  David Tardon  <dtardon@redhat.com>  [2b8c5d46892feac29edddd7ff035aaf65a945b1f]

        upload libmwaw 0.3.12
        
        Change-Id: Ie1daeb0b637649cbb7eda923495949a6d9e84102
        Reviewed-on: https://gerrit.libreoffice.org/40036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [69068f2228147ca0d252762612edbcab0713cdfa]

        connectivity: add initial writer backend
        
        Similar to the calc one. As a first step the Driver and the Connection
        interfaces are implemented, though the later has some stubs.
        
        Change-Id: Id043f7742fdb2006d4f88526ef4d055a6d8dee82
        Reviewed-on: https://gerrit.libreoffice.org/40033
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d62d7803adb65c6c6469bf0709dc862d3b06c4a4]

        sw: prefix members of SwFormatAnchor
        
        Members had "", "m" and "m_" as prefixes, standardize on the later.
        
        Change-Id: I468b3444e4918809bc9a07884c662af042abbd9e
        Reviewed-on: https://gerrit.libreoffice.org/40034
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0264b0748b16d63fdd213a9b9e826ced2dc42f2]

        svl: fixup Android build fix
        
        Change-Id: I9f4b09ba48cd14e3cdd9cbd126d81f4b40bdb04b

2017-07-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [db3860062ebf4109f48139c2556ff4041aff5d6e]

        extend loplugin useuniqueptr to OUString pointers
        
        Change-Id: Ieb5bab3895e1edaff497c4a1a88303ccac097edc
        Reviewed-on: https://gerrit.libreoffice.org/39948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [846f557fd591626931a9dadb38180786e090104c]

        svl: fix Android build
        
        Change-Id: Ice5bd4da242297d61392dd7a7e557e0182394125
        Reviewed-on: https://gerrit.libreoffice.org/40031
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [d8a6996f1118b5697cc8b2842bf90c46e423a9ae]

        svl: fix Android build where no NSS exists
        
        Change-Id: I031b3efd4cf203cda0a69341e8c47b36cc7cfe37
        Reviewed-on: https://gerrit.libreoffice.org/40013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [40f181207574827827d2bf1b4ad72d46fc8ff1fb]

        gpg4libre: use full SHA1 hash for key identification
        
        Read and write full 20 bytes/40 hex chars of SHA1 key hash,
        instead of some abridged versions. See also
        https://lists.debian.org/debian-devel/2016/08/msg00215.html
        
        Change-Id: I741afc94ac7cf559880fe55ff02420723e13310d
        Reviewed-on: https://gerrit.libreoffice.org/40027
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c1bd6f9bb41859911e59aefaf238b8da80284a8f]

        gpg4libre: unconditionally use binary IO
        
        Regardless of changing gpgme defaults, we don't want
        ascii armor anywhere.
        
        Change-Id: Ic1e80e134b8f24d05d6549ef19c5a82220718f1f
        Reviewed-on: https://gerrit.libreoffice.org/40022
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [59960eab5370477c809babdbfae9668dfa845e2d]

        gpg4libre: search for _all_ local keys in getCertificate()
        
        Otherwise, newly-imported ones will not show up, which is
        bad when trying to figure out how much we trust a key in
        DocumentDigitalSignatures::ImplVerifySignatures()
        
        Change-Id: I771cf71b5e0ddb5cc76db94d7ada4c5291fe56f1
        Reviewed-on: https://gerrit.libreoffice.org/40023
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [4f17445c12dc26c4881c4e486215b58d26515f8d]

        svl: move byte-array verification from vcl
        
        Also use comphelper::Base64 and
        DateTime::CreateFromUnixTime to avoid depending on sax.
        
        Change-Id: If1853f8d9481c9caa0625a111707531bbc495f75
        Reviewed-on: https://gerrit.libreoffice.org/39993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c76c3655a394462b7b23bdfe6da4542fbdf30fbb]

        tools: create DateTime from Unix time
        
        Certain parts of the code need to work
        with Unix time (seconds from epoch--Jan 01, 1970).
        
        This helper is currently intended to be used by
        the crypto signing logic, but should be adopted
        elsewhere to eliminate unnecessary conversions
        via string and other intermediatary forms.
        
        Change-Id: I3113c17f5d91f9b6cb59a00215582441b0186644
        Reviewed-on: https://gerrit.libreoffice.org/39992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-16  Stephan Bergmann  <sbergman@redhat.com>  [c52cd532b6eea9f32d6d6745818b27adcbf91b16]

        Fix lifecycle issue
        
        ...as shown by ASan/UBSan build use-after-free report at
        <https://ci.libreoffice.org/job/lo_ubsan/602/> after
        8e39ef66928a3e37c618d3a70a631e71266db274 "extend loplugin useuniqueptr to POD
        types"
        
        Change-Id: Ic42e408c2c4b2901cdf5d681b332543ec8f445ef

2017-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e4faf5502db93af263c7c746f6e79cbb185b1644]

        lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)
        
        ...where redundant parentheses are probably common enough to not warn about them
        
        Change-Id: Ia88097f5d3433e03337d6d42a144abfe210733c2

2017-07-16  Stephan Bergmann  <sbergman@redhat.com>  [8c8894ec0696fde6e997a17d5e0972f3a8fe2bb9]

        Avoid crash when rSignal.Handler is SIG_DFL etc.
        
        Change-Id: I20bccf4f6d52986334725cf72909730fcfc5109b

2017-07-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [2c4c08320532d2edfbd53d1bb0c45e7448caf004]

        comphelper: move base64 encode/decode helpers from sax
        
        Change-Id: I02e33793736003f36976bc8b518c389a31082dbe
        Reviewed-on: https://gerrit.libreoffice.org/39991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-16  Caolán McNamara  <caolanm@redhat.com>  [392c3b9093fdc8d64a2db2c98d070c2b0fd833aa]

        zero init the TabSet too
        
        and move the ColumnDef init into its ctor
        
        Change-Id: I16e5252c53037663caf9f51b55adfbb7d29da549
        Reviewed-on: https://gerrit.libreoffice.org/40008
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-16  Eike Rathke  <erack@redhat.com>  [bf1ffc64128f5b96d7c2fcc7adc81cbc25e232fd]

        FormulaDlg_Impl::UpdateValues: evaluate in force-array context if present
        
        Change-Id: I32488373bd22e644ee06920045008f3d9e20e985

2017-07-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b4cf899ce03fc29a0c8056126386ef41564d8ec6]

        Updated core Project: help  7d9270f4d45603665daaa51f31914eadbbd6b353
        
        Help-in-browser (ix) Add contents treeview
        
        Add Contents tree transforming *.tree files
        Reposition <meta> tag for UTF-8
        Fork bash script for faster processing
        
        Change-Id: I6c74aa1e855b7f4bb152e2c632f6ab7d683e5462
        Reviewed-on: https://gerrit.libreoffice.org/40007
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-16  Stanislav Horacek  <stanislav.horacek@gmail.com>  [015dede501e9f32e3e125a3005e4ec30aba3757f]

        Updated core Project: help  0d9a8fd684b33942185c76e1a37353ce4566f014
        
        fix command in Detective for automatical refreshing of traces
        
        Change-Id: I17d733ee55e0908d27c3d4ecc58237b8858dcd73
        Reviewed-on: https://gerrit.libreoffice.org/40006
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [d38627b26ee80ae7e330fdedea1058d35a48b92b]

        vcl: use svl signing and remove moved code
        
        Change-Id: Id875a675d7ab649c9223ecca5de2da69ff4b8786
        Reviewed-on: https://gerrit.libreoffice.org/39718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7fe625c8d41f648f89765abc40bb7b8fd4ed12a]

        don't use memset on structure with std::shared_ptr member
        
        Change-Id: Ie6033b9820435bb6a45aa70f9a48115000571e0f
        Reviewed-on: https://gerrit.libreoffice.org/40004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-15  Mike Kaganski  <mike.kaganski@collabora.com>  [f054b9187155bc32b7d06808aea87127cb0a3a4f]

        tdf#38915: don't wait on message queue if application already has quit.
        
        Despite precautions in Application::Execute() and ImplYield(),
        in my testing I sometimes see that soffice is waiting in
        ImplSalYield()'s GetMessageW() when ImplGetSVData()->maAppData.mbAppQuit
        is true, so that soffice.bin hangs in the background. I suspect
        that this is related to the bug. Some obscure code path seems to
        be able to get here after the flag is already set.
        
        So, test also in ImplSalYield() right before GetMessageW() to
        make sure. Another possibility is that we get here when the flag
        is not set yet, and gets set while already waiting, but that would
        mean this happens in a different thread.
        
        Change-Id: Idb19eabcca8b5c24eac0ca76950edc1bf1e5bccb
        Reviewed-on: https://gerrit.libreoffice.org/39996
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-15  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [522d211764725b19b7975f500f315444601cdf6b]

        svl: move byte-array signing from vcl
        
        Signing a generic byte-array can (and will be) used
        by more than the existing PDF signing code, hence
        the move into comphelper from vcl and ourside of
        the PDF-specific logic.
        
        Change-Id: I7257b5218c6ba37960c6a013746eb387917a23a4
        Reviewed-on: https://gerrit.libreoffice.org/39717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-07-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec22318ccd93fffe60792a14c6d50c1672ef9428]

        the font installation code is now controlled by ENABLE_GIO
        
        Found by the random config linux tb.
        
        Change-Id: I86921dedb5c8bacc5131e6dd66df86cb028edaf3
        Reviewed-on: https://gerrit.libreoffice.org/40001
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [6814b7e20d96d334189dbc6c74b46b85977ce091]

        coverity#1415093 annotate Waiting while holding a lock as deliberate
        
        Change-Id: I88146737b1a1480c9ed1207896b0343dc982784a

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [1db9b9e5854c3ad8095fe9a41033a26e450188ab]

        coverity#1415095 annotate Infinite loop as false positive
        
        Change-Id: I030a6bee3864e758177ce73b678ba22cd10ec217

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [08d7df9b057c62fbd0e3da14ab6a11088656f310]

        coverity#1415092 Logically dead code (golden)
        
        this was detected after
        
        commit 85ff2eafc692f6f0d33ac611600935a96058f20a
        Date:   Thu Jul 13 23:32:46 2017 +0530
        
            Moving legacy contexts to FastContexts:
        
        but exists since
        
        commit 3d23002b6c1189e18922dbcbfbd5d271ecd09c2a
        Date:   Tue Sep 4 05:26:24 2001 +0000
        
            #91850#; fix the problems of called assertions
        
        which resulted in...
        
        else if (IsXMLToken(aLocalName, XML_TYPE))
        {
            if (...)
                ...
            else if (IsXMLToken(aLocalName, XML_TABLE))
                nActionType = SC_CAT_DELETE_TABS;
        }
        
        ScXMLInsertionContext::ScXMLInsertionContext though
        doesn't suffer from this
        
        Change-Id: I8c5fced7a81d892cc6208a1d9a2c78a692e02090
        Reviewed-on: https://gerrit.libreoffice.org/39998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [414a907d11d931b68a0b320d646c3ca06e58052c]

        use unique_ptr for ScMyLabelRange
        
        Change-Id: Ib54d28024d5f853c6f54600222be7a4285873a9b
        Reviewed-on: https://gerrit.libreoffice.org/39986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-15  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [0d8eae93766dec97b15cde55dea33df50b6d9505]

        Don't call ensureIsAlive after comphelper::OExternalLockGuard.
        
        comphelper::OExternalLockGuard calls ensureIsAlive, no need to call it twice.
        
        Change-Id: I08d2b77dcb4d1e72a69c521bf969cbe1e65d5721
        Reviewed-on: https://gerrit.libreoffice.org/39997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [fe2dfdba10a0b54bd915a4186a0347672c61fcec]

        improve variable scope
        
        Change-Id: I1207c570c4bceac73b3197e11bcefcf73837d1b3

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [cbf34897f067e0164f85c626650a8f2dc4f998b0]

        coverity#1415091 Dereference before null check
        
        Change-Id: If22c6a9d9b312e52b2956fd84618d3e95fda1c3e

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [33ecb72fd52050687f74828263526a8e836c3bdf]

        coverity#1415090 Unchecked dynamic_cast
        
        and
        
        coverity#1415096 Unchecked dynamic_cast
        
        Change-Id: I29a20a0868f8720a7aee60ebd6f55a7dbb76f894

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [b128f8f0bcd5f5378c559c8fdd506cfb51ff09b3]

        coverity#1415097 Uninitialized scalar field
        
        Change-Id: Id9c70160143be0bede015f07e091c25f36bb13db

2017-07-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [96775f3e3c33a92722ee0595fb29e987029ad646]

        loplugin:useuniqueptr in basic..cppcanvas
        
        Porting over b0e05f9ade9e93c569c6a62c59ac1819e615f27b to copies
        of emfpp*.[ch]xx
        
        Change-Id: I059d2cc371f24ce3d43fc2e255b1dc1c227cf555

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a2e25af0ec427d9c86228ecec349ea2d303abbe1]

        emfplus: corrections for UnitTest in vcl
        
        The CppunitTest_vcl_filters_test was not working due
        to a wmf file now being loadable. This leaded to better
        check errors on stream and react on it in test code.
        Hrad to find since that test - for whatever reason - is
        not executed on win. Also need to check result of
        EmfReader. Added emfio to test's module list
        
        Change-Id: Iea2b835408e919a8456e8f178cbfc782885ffebb

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [208e66185b634ebc131121158f93f4f3ae4bd18e]

        emfplus: more corrections due to linux build
        
        Change-Id: Ib2c3bff23043638d315405b5a91b2596e92f7ffa

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [48af0b9310023f3789d46d5714498e62728a8d8c]

        emfplus: UnitTests and gerrit build corrections
        
        Needed to migrate UnitTest for Emf/Wmf import from
        vcl to emfio. Corrected stuff based on gerrit build
        feedback
        
        Change-Id: I7fd2456f814ea19583072ba09730a07e9b9d4061

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [762c52346f8e6a6b91fe1c758494b2c152361e73]

        emfplus: finetuning, UnitTest, not active by default
        
        Change-Id: Ie085ad2610a306c7f9c44551114041d0950d1af5

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [34a0cb059c2bcfa62afe1dbd775cb69f637e130d]

        emfplus: unified transformations, added test code
        
        More unifications, changed all Map*() methods to use a single
        B2DHomMatrix which is created based on former stuff, XForm now
        completely replaced. To check, added debug-only code and switches
        to the VclPixelProcessor so that visual checks get easy when
        using these modes (overlay of both methods with modded colors).
        Also resynched to master.
        
        Change-Id: I7b749f90bfde2ec1c2e49ee90ca2ef368da0547e

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [41f5459e5d4cbf5024995bce7d967104c7943830]

        emfplus: more corrections and rough geometry
        
        Corrected/streamlined more, added 1st rough geometry
        creation to have a proof of concept. Checked the
        helper classes based on EMFPObject and their derivates.
        First versions of EMFPPlusDrawPolygon and
        EMFPPlusFillPolygon, but the complex info in the data
        objects needs more complex primitive creation. Not sure
        if primitive creators like createHairlineAndFillPrimitive
        will be usable, these are based on PropertyHolder info.
        Also added usage of HandleNewClipRegion, that should be
        usable
        
        Change-Id: I96119be290140bee252ee21a3e1187fad60e9c7d

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [63bc9be68e6d7a0e681516b5a04953388644101a]

        emfplus: some cleanup/streamlining
        
        Change-Id: Ia931ca356fb079b9cb2395ba2311b91d2481e2d4

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [044dc9fcca4df6ca21df790bdb14660f951e4598]

        emfplus: migrate gdiplus reader to drawinglayer
        
        In the current state interpretation of the GDI+
        data is needed in the MetafilePrimitive in the
        drawinglayer project. Migrate helper stuff and
        reader from cppcanvas to drawinglayer as tooling,
        prepare tooling, prepare changing from direct
        canvas rendering, isolate and migrate existing
        tooling from MetafilePrimitive from reading emf/wmf
        to places where it can be commonly used by both,
        prepare cange of different graphic statue usages,
        start changing XForm to B2DHomMatrix conversions,
        ...
        
        Change-Id: I2d6954f69464653d111abb316fd9654ad3499c3f

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [783269e91e2166357a9fb095e64a1d48e6f0601a]

        emfplus: completed isolation/migration of Emf/Wmf
        
        Decided to keep the migrated/isolated Emf/Wmf reader
        which are now hidden behind a Uno Api. Had to re-implement
        WMF_EXTERNALHEADER (now WmfExternal, own file/header)
        to not break anything. It *seems* to just scale something
        and could be done after import, but I could not be sure.
        Also needed a callback hook to allow getting the Metafile
        out of a MetafilePrimitive in a lower module (vcl relative
        to drawinglayer) which is needed as long as primitives
        are not completely on Uno Api. Deleted all Emf/Wmf reader
        stuff from vcl.
        
        Change-Id: Ic5540defa8ec770728280df4df3f12e1f48cfc3a

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [cfe47d035822ab4a46e1d34e26e383a45b9adddd]

        emfplus: more streamlining of metafile importer
        
        Change-Id: Ice0f779f8026983fd0884c2a02e9fd7220b498dc

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a3f09ab5b0ad192d62a1df6126726e4c3ffa3e0a]

        emfplus: reorganized some old filter aspects
        
        Change-Id: I1949e851c560a81a461ec42a992f3b2cb0d019f8

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c7470f5be441d8fe80155ff29605d74d5838be26]

        emfplus: add rough version of local reader
        
        Complete redevelopent is too expensive, start with
        adding a copy of the existing vcl importer which
        will in the next steps be adapted to import primitives
        instead of MetaFile(Actions). Adapted namespace, made
        compile and added sample code to roughly use it
        
        Change-Id: I79e7ea0d78099fbbe18e2a595457b2ab353f58ea

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b93d0cadb79f6652dec4d29ef20813f1d57cc708]

        emfplus: use size of image of metafile fallback
        
        Change-Id: I0de82e0e431c0ce4527a909c2f98194f465ace8d

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [600a2aa24085cb972686b46061f9045785208a9e]

        emfplus: for convenience added fallback
        
        For development and to not be dependent of the progress
        of the coming EMF+ importer, for now add fallback to
        using the old Metafile importer, plus conversion to
        primitive representation. That way the whole encapsulation
        is ready and can already be used
        
        Change-Id: I29afadaaaba71d75d0f5593852f4cc0cb3dd13f8

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5868745db74ae930edb0058490076d82aaeafbe9]

        emfplus: make VectorFormats Emf/Wmf/Svg work
        
        make complete turn around and internal buffering
        for Emf/Wmf/Svg work, including images in ODF and
        re-save from UI. The correct FileType has to be
        determined. It has shown that *.wmf exist that really
        contain *.emf, so this turn around will not alter
        the binary data, but may change the mimetype
        
        Change-Id: I4fd92629236c12114f7b7c30234a3d3a9917dfaf

2017-07-15  Armin Le Grand  <Armin.Le.Grand@cib.de>  [83535a28c57ffb59f795dd35332d6b3426071e32]

        emfplus: create a wmf/emf/emf+ primitive based importer
        
        First steps to organize an importer that can read/interpret
        wmf/emf/emf+ and deliver a primitive representation for
        the content by parsing it. Use the same mechanisms as
        already applied for Svg, so to reuse abilities to keep
        original binary data to allow save again and embedding in
        files and have an implemented replacement bitmap based
        representation. For this, unify the used helper classes
        to handle more than just Svg. For 1st try, add test code
        and static bool switches
        
        Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7

2017-07-15  heiko tietze  <tietze.heiko@gmail.com>  [79f5cb620984c4d04d53a497e698472b2192d2bb]

        tdf#109103 Non-standard font color in About dialog
        
        Wallpaper in dialogs with fix font colors isn't a good idea
        
        Change-Id: Ie97ebe6fd7ed3a52bcdc78204d7190b0e5683eb3
        Reviewed-on: https://gerrit.libreoffice.org/39990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-15  Pranav Kant  <pranavk@collabora.co.uk>  [8c82e4877181f55f2fe186b341d504e5782a4f9c]

        libreofficekit: Update the README to match reality
        
        Change-Id: Ifb7bf759e87cb654401005914ed8906ef9456fdd

2017-07-15  Justin Luth  <justin_luth@sil.org>  [cc438f60d6ad0855f754dd32da9c9a80c7cabf92]

        tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background)
        
        Although the containing shape is in the background (and thus the
        normal paragraph text is still visible), the shape's text
        was still painting over top of the normal paragraph text because
        the textbox was set as opaque and not transparent.
        
        Setting the textbox to sync the opacity value of its containing shape.
        
        Change-Id: I02477e2fa7def1f13590afcaa7c6564dd79d6406
        Reviewed-on: https://gerrit.libreoffice.org/39672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-07-15  Caolán McNamara  <caolanm@redhat.com>  [403ddd6cb1c0d6a0e0db105e68f58fe40057cb42]

        builds externals without werror
        
        I get a warning under MacOSX of
        
        argument unused during compilation -I . -Werror,-Wunused-command-line-argument
        
        Change-Id: I0ae48783eefa52a829471e51a94c79d235dc2f38
        Reviewed-on: https://gerrit.libreoffice.org/39988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-14  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [07fb14be7f79cbbf65f47458b7b2337c8ffcc4f7]

        implement Application.FileDialog attribute
        
        Documentation:
        https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-filedialog-property-excel
        https://msdn.microsoft.com/VBA/Office-Shared-VBA/articles/filedialog-object-office
        
        Using FilePicker and FolderPicker uno services.
        
        Change-Id: Ifd3b3fc9c135efb0663d2ef36ecbe2b2fbe6132f
        Reviewed-on: https://gerrit.libreoffice.org/39806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-07-14  Eike Rathke  <erack@redhat.com>  [d6a16aedca28ad5a907104c02174abd88fb03aed]

        Turn m_nEdFocus into local variable, it's not read elsewhere
        
        ... and not read after having been set in FillControls()
        
        Change-Id: I09ae5655b6187bcedc95232797bddb24b9064847

2017-07-14  Eike Rathke  <erack@redhat.com>  [34e556a97cfa3ee3cea4d393689f749e89bfbef3]

        Prefix member variables with m_
        
        Code is already confusing enough..
        
        Change-Id: I5b6f5bce32342623374df67727c44cc50b77930c

2017-07-14  Eike Rathke  <erack@redhat.com>  [a35b17dd1768c39ffe786f38b1fe0c8be7666974]

        Assert non-empty sheet name
        
        Change-Id: I6794d134a6f0d1f1b1531782c5f8011ce322085b

2017-07-14  Szymon Kłos  <szymon.klos@collabora.com>  [f9d5877f41b54882a7f364f33b314cbaeb3b44c0]

        Embedded obj: don't change new window size
        
        Change-Id: Idc5e1e26fa1a98c6f96a1f0f15b6e5c3c9398402
        Reviewed-on: https://gerrit.libreoffice.org/39957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-14  Caolán McNamara  <caolanm@redhat.com>  [94c7a401583200cf5982594b1b043ad1a5e3cd38]

        Resolves: tdf#99071 tree view shows odd text widths when > 100 lines
        
        reverts
        
        commit 62ea355b2679073b8ee326df5793231996136da9
        Date:   Thu Dec 12 09:55:35 2013 +0100
        
            fdo#72125: GetTextWidth() can get very expensive.
        
            Let's just count an approximate width using a cached value when we have too
            many entries.
        
        The expert dialog got fixed by not populating it with all options on load
        and instead by incremental disclosure as the users searches/expands it so
        this optimization effort isn't needed
        
        in the meantime there was another problem the above papered over with
        
        commit b4bbb5e5d7b31caad2fbcc00382ad27df3c81001
        Date:   Sun May 17 22:56:46 2015 +0900
        
        refactor how font, fg. and bg. are applied in widgets/controls
        
        which was fixed (hopefully) in the previous commit
        
        Change-Id: I8383d9cd7a9983a85c7f3acec0281d984c44f9e7
        Reviewed-on: https://gerrit.libreoffice.org/39951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-14  Caolán McNamara  <caolanm@redhat.com>  [6b6b81cae861a1e6463360d1b320c0d3e24de111]

        list views are recalculating layout on every paint
        
        instead of when the font changes
        
        since...
        
        commit b4bbb5e5d7b31caad2fbcc00382ad27df3c81001
        Date:   Sun May 17 22:56:46 2015 +0900
        
            refactor how font, fg. and bg. are applied in widgets/controls
        
        Change-Id: I8c9ebeb8d85f2c8b5e5ddc0aa03b6d64b5348132
        Reviewed-on: https://gerrit.libreoffice.org/39950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [3039b7cae36abb7e9bfffa4fbbba023721376568]

        loplugin:staticmethods
        
        Change-Id: I40d08932115e07470de73b0f0dc9b9b03e608fbe

2017-07-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [1c8c85e3866b1a6b35baafd3482ff7ef494a0f24]

        Fix instant 0ms scheduler wakeup for headless
        
        This is a regression from commit
          503eba23c9a199583eddee9e169a4fddbecf416f
        
        Due to rounding errors, as the Scheduler uses milliseconds, but
        the headless backend uses nanoseconds the StartTimer assumed it
        would wake up this ms, but the headless check function would still
        wait. This is more of a workaround, so instant wakeup for the
        headless backend works again.
        
        Change-Id: I2ba9b4ad2b67ec99eeb4dd098ded6457d3753127

2017-07-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bdbebda1d80f538f946b14042a366029f90d4820]

        tdf#108831 PGP signature shown as invalid
        
        It was valid, but not trusted.
        We need to show the owner trust in another place.
        
        gpg4libre
        
        Change-Id: I344a7b064a22c16b647c73d52f7abd91cfc86be9
        Reviewed-on: https://gerrit.libreoffice.org/39826
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [06929219aeb0cb3550bf0cf8b5de7f1164c00a8d]

        gpg4libre: Show whether pgp keys are trusted or not
        
        Owner trust levels considered valid keys:
          Marginal
          Full
          Ultimate
        
        Owner trust levels considered invalid keys:
          Unkown
          Undefined
          Never
        
        Change-Id: I7338b587acfd105ca24e40b45960cea8d2c04ded
        Reviewed-on: https://gerrit.libreoffice.org/39952
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-14  Ivan Safonov  <insafonov@gmail.com>  [d2adc30aa0bb843ace819277c68871a86a8418e8]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        Remove unnecessary "Long" literals in cui/source/tabpages.
        
        Change-Id: Ia46cc027e2225ab7dcfdab2828f1fb4a60f4619a
        Reviewed-on: https://gerrit.libreoffice.org/39881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-14  Michael Stahl  <mstahl@redhat.com>  [55baf61c08630e0c09a87d99519211467818ef8c]

        officecfg: increase GraphicManager/TotalCacheSize again for 64-bit
        
        There's a bit of a problem with XFillBitmapItem, which contains a
        GraphicObject that can't be swapped because it's a poolable item.
        
        Generally contemptorary hardware has enough RAM that we can easily
        increase the cache size to 400M (effectively there's another factor
        of 2x), but on legacy 32-bit platforms the address space is getting
        scarce, so keep the existing size for those.
        
        Change-Id: I8437f4e8c5421f8ec20e94e4cdf64f867d7760ca

2017-07-14  Michael Stahl  <mstahl@redhat.com>  [a03a0cfb1e41c357950a40623c2f8b6f5507e97d]

        sw: make SwGrfNode::mpReplacementGraphic swappable
        
        Same as previous commit, but for sw.
        
        Change-Id: Id678de3f512204437e37aaedf24e24aff7a9e592

2017-07-14  Michael Stahl  <mstahl@redhat.com>  [c96e3e226fe4eb8f25c54cce4d653d12eda63ce2]

        svx: make SdrGrafObj::mpReplacementGraphic swappable
        
        These GraphicObjects clog up the GraphicManager cache so it's
        effectively useless.
        
        Round-tripping the ML bugdoc, this doesn't provide much of a
        speed-up by itself, but together with the previous fix it goes from
        3:00 to 1:30 (in an optimized build).
        
        Change-Id: If52e176c790b94ffef9984be53376a34345b06e3

2017-07-14  Michael Stahl  <mstahl@redhat.com>  [b3992ddcd13082a934246b717ae22f57394e6533]

        xmloff: ODF export: fix redundant setting of GraphicStreamURL swapping
        
        XMLShapeExport::ImpExportGraphicObjectShape() unnecessarily swaps out
        the GraphicObject by calling setPropertyValue("GraphicStreamURL")
        even if the URL didn't actually change from what was retrieved
        just a couple lines earlier, incidentally swapping it in too.
        
        Well actually it isn't really swapped out, it's marked as auto-swapped,
        but nevertheless on getting the "ReplacementGraphicURL" property
        its Graphic will be replaced by swapping it in again.
        
        So don't do that, then it's only swapped in once.
        
        This speeds up round-tripping the ML bugdoc from 3:20 to 3:00.
        
        Change-Id: I65a211a0c225444c06d5516df9c6716360be46c0

2017-07-14  Michael Stahl  <mstahl@redhat.com>  [c356884319f254fdd944376fe2f841532dc36433]

        vcl: fix -Werror=format (32-bit GCC)
        
        Change-Id: Ia7afb5b9750704797ff8030688d0531c27d80836

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [39dd0121f5994dee56f95bc57fae3323bf849a20]

        CppunitTest_sw_uiwriter: disable testLinesMoveBackwards... on macOS
        
        No idea off the top of my head what is the problem here, seeing Linux
        and Windows is happy; clang on Linux as well.
        
        Change-Id: I56c79b37a5648d9afd02d8e161ea4a279cc89744

2017-07-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [02bb4ebf2b0dd656bfb0e8185e702267606a7e64]

        gpg4libre: Don't use xmlStrlen on binary data
        
        Odd things happen inside gpgme if the buffer is prematurely
        truncated due to \n char and valid signature is then evaluated
        as invalid
        
        Change-Id: I24d4d22af06a3dde6eb7fdfc12953cf1b5f19c1e
        Reviewed-on: https://gerrit.libreoffice.org/39945
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [850bf99e7d1abcf2e0cce731b6715f87420d0ee6]

        tdf#108524 sw: handle sections inside tables in SwFrame::GetPrevSctLeaf()
        
        This addresses the sub-problem described in comment 12 of the bug, i.e.
        text frames are now moved to the first page from the second one when
        text frames are deleted on the first page.
        
        Change-Id: Ic0ede45381fb84b13d1ac02e4d1f39d817650616
        Reviewed-on: https://gerrit.libreoffice.org/39946
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-14  Eike Rathke  <erack@redhat.com>  [62ee21cb463d80a28c4c41a488f85e07abafbc69]

        Fix export test crash of ooo95715-1.xls
        
        Negative sheet number injected by
        sc::FormulaLogger::GroupScope::addRefMessage() wans't handled by lcl_Format()
        
        	#9  0x00007f292172c322 in ScGroupTokenConverter::convert (this=0x7ffc5b1940d0, rCode=..., rScope=...)
        		at /build/libo/dev/sc/source/core/data/grouptokenconverter.cxx:140
        	#8  0x00007f29224c54d8 in sc::FormulaLogger::GroupScope::addRefMessage (this=0x7ffc5b193ff0, rCellPos=...,
        		rRefPos=..., nLen=111, rArray=...) at /build/libo/dev/sc/source/core/tool/formulalogger.cxx:147
        	#7  0x00007f292181c071 in ScRange::Format (this=0x7ffc5b193dc0, nFlags=-32760, pDoc=0x4b1db70, rDetails=...,
        		bFullAddressNotation=false) at /build/libo/dev/sc/source/core/tool/address.cxx:2211
        	#6  0x00007f292181b9a9 in ScAddress::Format (this=0x7ffc5b193dc0, nFlags=-32760, pDoc=0x4b1db70, rDetails=...)
        		at /build/libo/dev/sc/source/core/tool/address.cxx:2111
        	#5  0x00007f292181ecf5 in lcl_Format<rtl::OUStringBuffer> (r="", nTab=-1, nRow=75, nCol=0, nFlags=-30968,
        		pDoc=0x4b1db70, rDetails=...) at /build/libo/dev/sc/source/core/tool/address.cxx:2018
        	#4  0x00007f29214471fb in rtl::OUString::operator[] (this=0x7ffc5b193c00, index=0)
        		at /build/libo/dev/include/rtl/ustring.hxx:668
        
        Change-Id: I68ecfb11574644e9e5670431789ee42d37d27523

2017-07-14  Pranav Kant  <pranavk@collabora.co.uk>  [5850debba42bc5ce65ec8363a5381a9d8d2cdaea]

        gtktiledviewer: Typo; these should be classes
        
        Change-Id: Iba449fc66423959340c7967c64bc422a28fc75dd

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [daf177f703081d7afaa9b1701cf187c9a3e93ee5]

        use more OUString::operator== in test..xmlsecurity
        
        Change-Id: If5bdd1532be44a47ff7cc3b769be3ea585aea562
        Reviewed-on: https://gerrit.libreoffice.org/39685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ef7e85deb7afde6c9453c30be0a7893528a90a1]

        remove some dead code from unusedfields plugin
        
        Change-Id: I268b32270a17c0c3fcf8236c3e0eebac9a57cb5d

2017-07-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [6feb40b950557dcfdc5249f22d72edad397d4c67]

        tdf#109107: Sidebar's fontheight field is not updated...
        
        ... by moving cursor in an Impress table
        
        Table controller handles key and mouse events itself, but can't
        do the invalidation of the slotids which would lead to update
        sidebar corresponding widgets.
        
        Change-Id: I0d1db58ecb714bb16dfb1b5662f0fba7ce69c06f
        Reviewed-on: https://gerrit.libreoffice.org/39933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5838c0fe8e9244c2cefbd2f3c3554fdd2bfc5ee1]

        use more OUString::operator== in sw
        
        Change-Id: If43c8bfa906fc711ed8026a1e06add3d7ac166d9
        Reviewed-on: https://gerrit.libreoffice.org/39941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ccd802d9a0530ec74b52d2ad7fbaa2d085223cb]

        use more OUString::operator== in svx
        
        Change-Id: Ice996c741e239767a7a15fe9b11147f5384150ba
        Reviewed-on: https://gerrit.libreoffice.org/39940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Michael Meeks  <michael.meeks@collabora.com>  [4948a0137992b33c7adfd3d91eb7b0387da11dff]

        vcl: If we fail to create an OpenGLContext for a window - don't crash.
        
        Change-Id: I362724911ac60df7ac699495bac852be9e7c6b13
        Reviewed-on: https://gerrit.libreoffice.org/36684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [efbf75b844f73d25414da3136aeeecafa40c47d1]

        tdf#108824 Save "Mouse pointer visible" property
        
        Change-Id: I6c5c9d885df7fa4032724861361957cb6981091c
        Reviewed-on: https://gerrit.libreoffice.org/39939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6af025501db1f25397bdbf1fdd6b71da4debcac4]

         use more OUString::operator== in sfx2..svtools
        
        Change-Id: I859b77319f551eabd19dae54bd69c212221112a8
        Reviewed-on: https://gerrit.libreoffice.org/39938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [8e39ef66928a3e37c618d3a70a631e71266db274]

        extend loplugin useuniqueptr to POD types
        
        Change-Id: I6ff24f048bd8f75bf87a78b718f37b57855d4781
        Reviewed-on: https://gerrit.libreoffice.org/39932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7e06e46acc2ee17101cef63e59b9f5efcbfab14]

         use more OUString::operator== in scaddins..sdext
        
        Change-Id: I8bc5c925f940283bc54698bbcba77efcca883273
        Reviewed-on: https://gerrit.libreoffice.org/39937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Stephan Bergmann  <sbergman@redhat.com>  [e47fda7d4759f4ac911c882881dba1eee539726c]

        UBSan misses typeinfo for CBmpContext
        
        ...after e3f3b3b75d7411827291e98c9c78c89cedc2836b "pdfium: update to 3151"
        
        Change-Id: Ie8646b4f1a132e8be6da10e9919e17865bc3e571

2017-07-14  Stephan Bergmann  <sbergman@redhat.com>  [7892b4191b525162dd2cad63524922856b70fff5]

        loplugin:oncevar: empty strings
        
        ...which showed that checking the parent statement (which may be too large to)
        in OnceVar::VisitDeclRefExpr is inadequate.
        
        Change-Id: I07fb8ba9e2dfbd0c65a2723737d14abcddcefec4
        Reviewed-on: https://gerrit.libreoffice.org/39757
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-14  Stephan Bergmann  <sbergman@redhat.com>  [9b3e5808c63e7b5215b42aa3ab199ac2aafa447d]

        Remove unused [m]sChartAddress
        
        ...as found by an improved loplugin:oncevar (to be pushed later).  The code's
        effectively been like that ever since its introduction in
        a41687b62b0a6f2b79e44311ddf74c52e844ee36 "New files from
        xlsx-shared-oox-chart-export-part1.diff", and (as Bubli states) is apparently a
        poor copy/paste from xmloff/source/chart/SchXMLExport.cxx.  The equally-unused
        [m]sTableNumberList had previously been removed with
        f9cd73ebe116cd95247aff1963e2f5b4ec671dfa "remove a few more unused variables".
        
        Change-Id: I1e0e14b4d79cd34437b0061fc9ea3ce4d5636b31
        Reviewed-on: https://gerrit.libreoffice.org/39756
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-14  Pranav Kant  <pranavk@collabora.co.uk>  [f059293344ba93d76fcc6e64015923dfa639c4bf]

        Modernize gtktiledviewer; use GApplication
        
        Put all the UI content in UI XML file.
        
        Unfortunately, lots of boilerplate code because
        G_DECLARE_* macros are available only since glib 2.44
        
        Change-Id: Idc74ba8565d482c28abd00b6f6f75646ab3d40b9
        Reviewed-on: https://gerrit.libreoffice.org/39913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7b2887d62ea249310f02f03c4ce31cbd8f21307]

        Revert "tdf#109067 Fix default value of rotWithShape"
        
        This reverts commit 1b08f129677c1109aae1fadc72ae68ebb7df7cb0. The
        change was Jenkins-verified, but just rebasing it on top of latest
        master (without getting conflicts) broke the test added in the commit.
        
        So let's revert it for now to have time to find out why does the test
        fail on top of latest master.
        
        Change-Id: I3bce24e54fb07df2dd460fb0f01d44516b3fcd0d

2017-07-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [d8e5a0db64fa022b54bddc42b1b1db0c1ddfe2d1]

        use more OUString::operator== in sc
        
        Change-Id: I1a7691fe59e5e93c15bd812f03366da814f9f3db
        Reviewed-on: https://gerrit.libreoffice.org/39900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-14  Stephan Bergmann  <sbergman@redhat.com>  [3f893fe88fa60faeb0335f1708f4f2d4b8838191]

        loplugin:useuniqueptr
        
        Change-Id: Idcfec3e33031eea311377a51f51c65dd3c4d25dc

2017-07-14  Stephan Bergmann  <sbergman@redhat.com>  [64d06e5f168ec498b2d5dda139263f56dfe9772d]

        Fix o3tl::make_unique
        
        ...after 3f20471490c61b19fe4222f8c40df255051f6e3d "use std::unique_ptr in
        FlatFndBox: and extend o3tl::make_unique to cope with arrays"
        
        Change-Id: I17a07d0be677aa4a5427be4a5c2f05ed8b675726

2017-07-14  Paul Trojahn  <paul.trojahn@gmail.com>  [1b08f129677c1109aae1fadc72ae68ebb7df7cb0]

        tdf#109067 Fix default value of rotWithShape
        
        According to the OOXML standard the default value is true, so for
        the export of gradients and blips it has to be set explicitly to
        false.
        
        Change-Id: I3c9f67787cb11d6d9b58f07377b03167df669ed8
        Reviewed-on: https://gerrit.libreoffice.org/39725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-14  jmzambon  <jeanmarczambon@gmail.com>  [1bb0b3815a1e0ba677d6aac577fbb4c7fffee3bf]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 3)
        
        Convert tests:
        - test_marks1
        - test_marks2
        - test_marks3
        - test_frame_mark1
        - test_frame_mark2
        - test_frame_mark3
        - test_frame_mark4
        - test_frames1
        - test_frames2
        - test_frames3
        - test_frames4
        - test_frames5
        - test_ruby_hyperlink1
        - test_ruby_hyperlink2
        
        Change-Id: I3ee495cdd88cffefd3980184bac0a72bae6a749f
        Reviewed-on: https://gerrit.libreoffice.org/38976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b7c522208deeb80b821a294e4e76e50c78304e7]

        xmlsecurity pdf verify: push_back -> emplace_back
        
        And a few other similar small cleanups.
        
        Change-Id: I91c992f33f2166d1cf27cbc9def1b69965040658
        Reviewed-on: https://gerrit.libreoffice.org/39928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-14  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [85ff2eafc692f6f0d33ac611600935a96058f20a]

        Moving legacy contexts to FastContexts:
        
        ScXMLTrackedChangesContext
        ScXMLChangeInfoContext
        ScXMLBigRangeContext
        ScXMLCellContentDeletionContext
        ScXMLDependenceContext
        ScXMLDependingsContext
        ScXMLChangeDeletionContext
        ScXMLDeletionsContext
        ScXMLChangeCellContext
        ScXMLPreviousContext
        ScXMLContentChangeContext
        ScXMLInsertionContext
        ScXMLDeletionContext
        ScXMLMovementContext
        ScXMLRejectionContext
        
        Change-Id: I13b657efa47bd037e9f83c39ba8fd0f6b7edba1c
        Reviewed-on: https://gerrit.libreoffice.org/39927
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-14  Takeshi Abe  <tabe@fixedpoint.jp>  [b9bda1d7916c5474aab89116757fcb7e799458b2]

        tdf#103104 Allow line-continuation followed by a dot in BASIC
        
        as in VBA-compatibility mode.
        
        Change-Id: If263183fc1fa5742235213a8617fdf412d2a245e
        Reviewed-on: https://gerrit.libreoffice.org/39893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-07-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2e670df4efb219a1f92946d7a2887bdd0f88f5d]

        UI Test idle needs to run with highes priority
        
        regression from 00aa0892e7385cd8395dd39814077958be42e720
        
        Change-Id: I840391573ae52be6ba4a34b2a802b637578afa40

2017-07-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0686abc10aa729c8768b06249dbf7e57f4e56ae5]

        tdf#107166 BindDC doesn't handle 0 width/height rect consistently
        
        When binding a GDI device context to D2D we need to provide a
        rectangle where the surface will have effect. When we just need
        some font information we need to bind the DC too, but we aren't
        really interested what the rectangle is, so we just provided a
        0,0,0,0 rectangle in that case. This sometimes fails with a
        "out of memory" result and is dependent on the renderer.
        
        Instead of 0,0,0,0 rectangle we rather define a 0,0,1,1 rectangle
        which should never fail. This is not problematic as for actual
        rendering we later rebind with an actual rectangle.
        
        Change-Id: I79c7f0cf4d69f213370ed26a811a908ed16070ff
        Reviewed-on: https://gerrit.libreoffice.org/39901
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4908d6d6742e2f0700ea4ccd9d636d91ea281046]

        tdf#108524 sw: allow frames in follow sect-in-tables in SwFlowFrame::MoveBwd()
        
        The intention is to filter out text frames directly inside tables; since
        tables in general reflow by moving all of the content to the first page,
        then moving not fitting content to the next pages.  Section frames are
        different, there we explicitly move content backwards, similarly to page
        body frames.
        
        Teach SwFlowFrame::MoveFwd() that a text frame inside a section-in-table
        is the section situation, not the table situation, since what matters
        here is the direct parent. To be on the safe side allow this for follow
        section frames only.
        
        This is necessary, but not enough to address the sub-problem described
        in comment 12 of the bug. At least SwFrame::GetPrevSctLeaf() is invoked
        to consider a precede section frame, though.
        
        Change-Id: Ic88602cffefbbc81ecc90e3880be2a098f60fb04

2017-07-13  Pranav Kant  <pranavk@collabora.co.uk>  [9672a9293d0367c4a326a2628e35f7a56702779b]

        libreofficekit: Merge add_libs block into one
        
        Change-Id: I0c4c2f3389cae243dbbfd16667d44d3ab8851860
        Reviewed-on: https://gerrit.libreoffice.org/39914
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [61e8788d1b87fc57a9d015041f4e1ab44a86a1bd]

        convert pXRelTo/pYRelTo to boost::optional
        
        seems wasteful to be allocating a single int for this
        
        Change-Id: I8e1122fec8c8dc90805a38b677a1e08cd89a66ff
        Reviewed-on: https://gerrit.libreoffice.org/39917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b6d0ac41afc72a0043e6ccdc6cdfd8648a5efdc]

        m_pRowMarker is unused
        
        ever since commit 12191a4f30078bb81c39a74a994ba7b2b410adaf
        "make loplugin constantparam smarter about string params"
        
        Change-Id: Ifb8cfd8542596a826142547cd2dd90e2b5d682f8
        Reviewed-on: https://gerrit.libreoffice.org/39910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Arnaud Versini  <arnaud.versini@gmail.com>  [a5f0c58cb4e3c23449f2b5f9319e28771a5a22fc]

        Remove possible race condition in VCLXAccessibleEdit.
        
        Change-Id: Id4738462b62d78fa48c937928a01b293cefdfabc
        Reviewed-on: https://gerrit.libreoffice.org/39720
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [5ef84bde43d7e1166bf296f86fb50e245f951f4f]

        bah, wrong reset
        
        Change-Id: Iaee7f4f038000c7009c9c74b822b7599559f09ca

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [8e63f09967ec91d29d385097e737efc6d02fa3a0]

        ofz#2452 use shared_ptr for cshape
        
        Change-Id: Icf576c08b3502ea3e24fa4b3685b55f794e844db
        Reviewed-on: https://gerrit.libreoffice.org/39650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Justin Luth  <justin_luth@sil.org>  [898522c8563a3e59b8de295ceb766cb8e2024ed5]

        move round-tripables from rtfimport to new rtfexport2
        
        This serves two purposes. It helps to prevent regressions
        and it allows focusing on features that still don't export properly.
        
        Also created rtfexport3 since the other two are already very full.
        
        Change-Id: I7d580f575c1debe344275869fefcbba6e29cbad6
        Reviewed-on: https://gerrit.libreoffice.org/39842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [5a0b6f5ba8506de648ab72ef320445a49ba4c67d]

        ofz#2392 restored props don't match saved props
        
        Change-Id: Idb198f0121ac9c6b4083b157af07c5eb1cda66cb
        Reviewed-on: https://gerrit.libreoffice.org/39265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [5ac25ec1fd3b2537171e1e679f7e9e9a50c45f9c]

        ofz#2332 fix dangling pCObj
        
        Change-Id: Ifa62b1ce2aefa939cfceb2e110d126b785cb6e26
        Reviewed-on: https://gerrit.libreoffice.org/39032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [304b16c3bf6fba2fa28e723d1cb58157201b5c1f]

        Resolves: tdf#108903 avoid recurse to death
        
        Change-Id: Iadde719a024c5fce97aa0f4c58947a5012639a84
        Reviewed-on: https://gerrit.libreoffice.org/39918
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Szymon Kłos  <szymon.klos@collabora.com>  [d15d3d92a7297a57fafd9ed11c959bb8ec322b3a]

        tdf#108545 editable DOC/XLS embeddings inside DOCX
        
        Change-Id: Ia6cbe829f94b3f27e4ea633c02d6b1ec6e98e984
        Reviewed-on: https://gerrit.libreoffice.org/39860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-13  Dennis Francis  <dennis.francis@collabora.co.uk>  [2caaf9bfe8d3f81517467daf36de0bd8ddd6b543]

        tdf#108758 : do not write to undo document when...
        
        ...updating references during a block move, for formula cells
        that are in the target range of the move operation.
        
        The fix is for formula cells that are not grouped. For the
        grouped case, it was already doing correctly.
        
        Added two unit tests in ucalc_formula.cxx for grouped formula
        and non-grouped formula cases.
        
        Change-Id: I9f4d988f5e154f56670bd1c0cc366ee6704fb858
        Reviewed-on: https://gerrit.libreoffice.org/39883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-13  Jean-Pierre Ledure  <jp@ledure.be>  [3cf9b747141bc5f74dc64cefbc5d5b2611ab0a4d]

        Access2Base - RecordSource property of SubForm class
        
        Use Command property i.o. ActiveCommand
        because Command is additionally valid when form opened in Design mode
        
        Change-Id: I0c9e545419ec99d444ac15b20466c838d53f738f

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [de0acf13b2dee2f7ad25de43f17acab73f1c7eac]

        GTK+ convert to a single-shot timer
        
        Simplified version of commit
          3e20ce802ee2ab49c4f2a98880f6e999657686bb
        
        Since we're missing g_source_get_ready_time in our baseline, this
        can't change the complex implementation, but still drops the timer
        array and uses a single-shot timer, like all other backends.
        
        Change-Id: I0641da8d0db71785c505957533a9069924808cd4

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [268ce31604eb04d6ec49fe6054ed0e7162dca4f4]

        Pass verbose=true into external/coinmp
        
        Change-Id: If8e0d3e7205737a1e15c563527d3845c7ae93dc1

2017-07-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e8567ecd9d78a742cbab86498f7a31b22ee92ffa]

        tdf#104883 Don't call InstallFontconfigResources if it's not available
        
        We need to call it once because we have no other way to detect whether
        it's working or not.
        But if we receive an error the first time, we disable it from now on.
        
        Change-Id: I67dba8b65660ff7e05bdf2ddc18b565550901cd1
        Reviewed-on: https://gerrit.libreoffice.org/39885
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [94a475bdec4e6f98b4d0488db6021011d64be83e]

        Revert "expat-2.2.1 patch to allow compile on macOS and others"
        
        This reverts commit 346121398b6fbab233bae3053e14868a50418fb6.
        
        upstream fix is to fix configure to do a link check instead of
        compile-only for getrandom.
        See f78ed1ec528604f6db9bdd2a07462c5e99e0ab99
        
        Change-Id: Ia9a3f1c2091048778e2bf4773f9e31ae4700ce0c

2017-07-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f78ed1ec528604f6db9bdd2a07462c5e99e0ab99]

        fix getrandom check in expat's configure
        
        https://github.com/libexpat/libexpat/issues/52
        
        fixes /usr/include/sys/random.h:37:22: error: expected ')'
        misdetection of random.h feature, already fixed upstream:
        https://github.com/libexpat/libexpat/commit/602e6c78ca750c082b72f8cdf4a38839b312959f
        
        Change-Id: I65e4aebaa838d2931a60cb34806d87b88861c4d8

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [3697b87b70c69e17e1d0398e0192a11dab179fe3]

        use more OUString::operator== in forms..sal
        
        Change-Id: I70d7e50f8c1e019524ccad915f0cca912c5035dc
        Reviewed-on: https://gerrit.libreoffice.org/39899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [9bc95521aaa35b533894b3934519acdbd7a47815]

        Revert "GTK+ simplifiy system timer implementation"
        
        Current LO baseline doesn't have g_source_get_ready_time,
        so we keep the old stuff.
        
        This reverts commit 3e20ce802ee2ab49c4f2a98880f6e999657686bb.
        
        Change-Id: I32c39fa70c8d52cbb78620f528d60a986087dfd0

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [3319e2975c0b08595b64111c8340c5cd9ef193d5]

        unused ResMgr
        
        Change-Id: I0bb25a89ddc76c91d01d1cee785be0337eb1f1d0
        Reviewed-on: https://gerrit.libreoffice.org/39897
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [1487b26a150b898a61b201e849e2f18f7f14de4c]

        ofz#2287 check multiply
        
        Change-Id: Ibc4c93ac1f5686a476b5e303347dc951daa58e33
        Reviewed-on: https://gerrit.libreoffice.org/38909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Johnny_M  <klasse@partyheld.de>  [0018fd1b81b3c4ec5ee1de092760479aeae7cd96]

        Translate German comments/debug strings (leftovers in the sot dir)
        
        Translates leftovers found using a custom regex and manually checking
        the rest of the affected file.
        
        Change-Id: I0e44957d58e089b82738c65a8774d1a45ea7068d
        Reviewed-on: https://gerrit.libreoffice.org/39879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-13  Szymon Kłos  <szymon.klos@collabora.com>  [a307ad7ae029a0a62404996a63954e7026001ce3]

        OLE: show title of parent document in MSO
        
        Change-Id: I5eee6568e0805eb0c609640923a77ebc4244cb12
        Reviewed-on: https://gerrit.libreoffice.org/39859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-13  Caolán McNamara  <caolanm@redhat.com>  [d255fb191ef9e49939a5ef076afcc778d74a6507]

        Resolves: tdf#93745 gtk3 spinbuttons are wider than available space
        
        make dialog 40 pixels wider and allocate 20 extra pixels per spinbutton
        and shift labels accordingly
        
        Change-Id: Ic7e5dd662e01207abcbcbb9043f927eceb5b2bd0
        Reviewed-on: https://gerrit.libreoffice.org/39903
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  brainbreaker  <gautamprajapati06@gmail.com>  [a4667cbbb9b490323ddf58a24e6223ffefb5611b]

        android: Remove GCC support for building
        
        Change-Id: Ia1b267ca3777a2a42c66d808322e03d631fac968
        Reviewed-on: https://gerrit.libreoffice.org/39125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-13  Szymon Kłos  <szymon.klos@collabora.com>  [68cf76917e342aa5f47deb7e3ef3f7706f8f5a5a]

        Show document title for embedded documents
        
        Embedded documents had "Untitled" name.
        This patch shows "<root document> (Embedded document)"
        string in the title bar.
        
        Change-Id: I6283240415f9e0c07c4c69672732a7c14eea9f5d
        Reviewed-on: https://gerrit.libreoffice.org/39835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [647382f52351a7586459201203e399956b763527]

        These arguments can apparently never be null
        
        Fixing 7b4f4f15971047664fa278fff96b959d53b272b3 "osl: followup to 7c6ccc42 for
        w32/unx file.cxx" for good...
        
        Change-Id: Icedaaa0b0f909d802dbdcf4fdaa40fd338bcbf11
        Reviewed-on: https://gerrit.libreoffice.org/39892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [51bb68928933bf5d72efb9193f1be6af6e72c80f]

        fix BigPtrArray pretty printer
        
        after commit 64079184cc06444e9dfdb55a5c66829e929d4a59
        "improve useuniqueptr loplugin to find arrays"
        
        Change-Id: I29841af65fcb0c1f92e52d9aeee164328bbb4663

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [1b9d48f59e8a04c3b9d829e150a59fc88084445b]

        WIN shorten DoYield by using existing functions
        
        This also adds an sal_uLong nCount parameter to
        ImplSalYieldMutexAcquireWithWait, so it can be called like
        ImplSalAcquireYieldMutex and actually uses the result from
        the deferred DoYield.
        
        Change-Id: Ie3b466ad03e7ed8c35a62f41c09d09757865364d

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [799a590ad2c291c61084b3229a04cb51954666ca]

        Don't poll busy documents via idle task
        
        Creates a very busy idle-loop, for non-task work like mail merge.
        
        Change-Id: If7be82e4675008f23e6f4f6be5c40df40a231a8b

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [36f93104d58abbe55cc4d245f4c81436a2b1eba5]

        Don't update document stats for non-idle views
        
        This functionality should be merged into the DocumentTimerManager,
        which itself should run the different document idle tasks via
        seperate jobs instead of a single idle, if they don't depend on
        each other.
        
        To implement a non-busy, suspendable Idle, this adds an AutoIdle
        class, which is automatically re-scheduled after being processed.
        
        It also adds a SwDocIdle, which isn't ready to schedule for busy
        documents.
        
        Change-Id: I185137ed3423ecaae0f7edb39018d26c4244d359

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [00aa0892e7385cd8395dd39814077958be42e720]

        Reorganize Scheduler priority classes
        
        This is based on glibs classification of tasks, but while glib uses
        an int for more fine grained priority, we stay with our enum.
        
        1. Timers start with DEFAULT priority, which directly corresponds
           with the previous HIGH priority
        2. Idles start with DEFAULT_IDLE priority instead of the previous
           HIGH priority, so idle default becomes "really run when idle".
        
        As RESIZE and REPAINT are special, and the DEFAULTS are set, there
        is just one primary decision for the programmer: should my idle
        run before paint (AKA HIGH_IDLE)?
        
        If we really need a more fine-grained classification, we can add it
        later, or also switch to a real int. As a result, this drops many
        classifications from the code and drastically changes behaviour,
        AKA a mail merge from KDE is now as fast as Gtk+ again.
        
        Change-Id: I498a73fd02d5fb6f5d7e9f742f3bce972de9b1f9

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [11ffb51b758cd18a2c61d4bfa694f9f031ecd096]

        Drop Task::ReadyForSchedule
        
        All relevant information is also provided by UpdateMinPeriod and
        the calculations were even duplicated. This also includes dropping
        Scheduler::UpdateMinPeriod, as this is now reduced to a simple
        comparison and assignment, as we simply ignore larger returned
        sleep times.
        
        Change-Id: I13852e3e63daead451bf7fcb98be9b1d44bd7abd

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [b4cc0f2d3fb9cc85e5ea7b157ec35b01c1868d50]

        Remove duplicated delete information
        
        Task::mbActive already stores the inverse information of
        ImplSchedulerData::mbDelete, so we can drop the latter one.
        
        Change-Id: I57f8c23ca1eebdeed780a644c83fcbeb9b92cd66

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [52dfefec8da5d7f25c39218fd890cad6491728ab]

        Run LO scheduler only via system timer
        
        Change-Id: I5283f18aebcd6797ad35771ae8fc4a0f425ff924

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [272026d70129603e1824b802a2a6920adcd09dc0]

        OSX fix empty message queue handling
        
        For some (unknown) reason [NSApp postEvent: ... atStart: NO]
        doesn't append the event, if the message queue is empty
        (AKA [NSApp nextEventMatchingMask .. ] returns nil).
        Due to nextEventMatchingMask usage, these postEvents have to
        run in the main thread.
        
        Using performSelectorOnMainThread deadlocks, since the calling
        thread may have locked the Yield mutex, so we simply defer the
        call using an NSEvent, like the Windows backend.
        
        So we have to peek at the queue and if it's empty simply prepend
        the event using [.. atStart: YES].
        
        In the end this make the vcl_timer unit test pass on OSX.
        
        Change-Id: Ib41186425b2f76faa0e9f116f47fdcd60d878099

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [f0aabfe601223cee214b0be1b2ebf51a80b68f2c]

        OSX change to run LO via a single shot timer
        
        As all other backends, this runs the LO main loop just via the
        OSX main loop.
        
        Change-Id: Ie7562444951e16ff58edcaf6409f32809314c2fa

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [69977ed917a92d9b07f3429312077357d3aa10fa]

        WIN just wait for the Yield mutex in the timerout
        
        Don't re-schedule a timeout, simply wait in the timer callback.
        
        Change-Id: Ib46eb6dbf57f29c85ffdbd6492922020f7785d30

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [5229f15904b42238273d1fa98ca8dcf6efda48f5]

        WIN simplify system timer / LO event handling
        
        This removes a level of indirection for the timer callback handling.
        It also ensures we just have a single timeout message queued.
        
        Also drops the 16bit MAX duration limit, as CreateTimerQueueTimer
        uses a DWORD for the DueTime parameter, which is always UINT32.
        
        CreateTimerQueueTimer already sets the period to 0, which makes it
        a one-shot timer, but there is also the WT_EXECUTEONLYONCE, which
        enforces the Period parameter to be 0.
        
        Change-Id: I549142394334bdc098f053b42f222b23cf4fcecd

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [46c33bf281f7288c8c48ca7e1a2b7c4ad32123a8]

        WIN unify deferred message handling
        
        Moves the common code into ProcessOrDeferMessage.
        
        All callers (try to) aquire the mutex before getting the
        WinSalFrame pointer, except for ImplHandleDeferredPaintMsg.
        
        This was probably an oversight, so this reverses the order in this
        function, so the GetWindowPtr is now always protected by the Solar
        mutex.
        
        Change-Id: Icb8f34f7e8716f0faa90a95903b1681f7489aed2

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [51cc064661417134eb4e9c74d2d38d4e1b4e8e0e]

        WIN cleanup paint message handling
        
        Makes PAINT handling function use the POSTPAINT handling
        function and unifies the locking behaviour, so we now check
        the frame before trying to aquire the lock in both functions.
        
        Change-Id: Ia6bac6e24d95e680830c5405f0ab34cbed6e9688

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [3e20ce802ee2ab49c4f2a98880f6e999657686bb]

        GTK+ simplifiy system timer implementation
        
        Instead of implementing an own GSource, this implements the glib
        based system timer using the g_timeout_source_new() function.
        
        It removes the vector of GtkSalTimer and changes the remaining
        timer to be single-shot, just like the Windows and KDE platforms.
        
        The ownership handling is a little bit strange and should generally
        be changed to use std::shared_ptr as the result of CreateSalTimer
        for all backends.
        
        Change-Id: Iea40a6284bdc5c121235af5a6079a92a679391ca

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [1fedc1c38a141bf071c707fda6a3ae1a5bf8fd41]

        KDE4 handle timers via queued custom events
        
        Post the system timer as a custom event to the event queue and also
        changes the PostUserEvent froom a timer to a posted custom event.
        
        Change-Id: I0b77e0c64fce04b20e82ba8bbf72b7a99b1339af

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [be04f9e3dcbab2dacb63cfaa2e787db9f1aa16dc]

        KDE4 change system timer to be single-shot
        
        Change-Id: I21a0a62bd0cd122e0da676579d2b2a93264acdd8

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [e613e2ebcd64bbe8a5cdc35750e49e773c5b03f4]

        Restart the system timer if it returns to early
        
        At least on Windows our GetSystemTicks() implementation - using
        QueryPerformanceCounter - occasionally states, the timer returned
        too early, which stops processing further LO events.
        
        As a workaround we restart the timer, as it's now the only source
        of running the LO main loop.
        
        Probably we should use osl_getSystemTime, for measuring, which uses
        GetSystemTimePreciseAsFileTime, if available. Nothing states
        anything is monotonic, so in this regard it may be flawed too.
        
        Change-Id: I94eacd8f5bacf277a68575cc8db84653cbc49d12

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [7a1c1699a61a77d0228417da9922812c9b893b9d]

        Run Idle tasks immediatly
        
        There is really no reason to wait a millisecond for an idle.
        
        Change-Id: I7665d5f2e7d6ba3e01290a692bbc8e42c36b9986

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [503eba23c9a199583eddee9e169a4fddbecf416f]

        SVP correctly handle sleep time
        
        Don't add 500 usec for 0ms sleeps and always round up the sleep
        time so we won't sleep too short.
        
        Change-Id: I28dda435de44031c050b6edbfae1e9d392465d24

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [917be98e3f277960635ac66bcea510c2454c80d6]

        Round-robin invoked tasks
        
        Add some round-robin to the task processing, so equal priority
        (auto) tasks won't always be scheduled, if there are multiple
        tasks with the same priority.
        
        Change-Id: Ice111aa5f85e9181b3ee9799ca4df0d58f210fe9

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [23beae53b43484d82949019a3279362c7e1dfb4b]

        Correctly account invoked task
        
        Don't account the to-be invoked task before invoking it.
        If it happens to be restarted, account it and eventually lower
        the system timer timeout.
        
        Change-Id: I567e3b92c6c2999ce51aecb31f858e51cab6c999

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [b22526b8ad88f5061b1901914e280ba9c8db1fe7]

        Introduce a scheduler stack
        
        While the stack removes all invoked tasks from the queue, which
        actively removes it from scheduling, it also helps to faster handle
        nested calls, as we don't have to look for the previous position
        to move the task to the end of the queue for the round robin.
        
        Change-Id: I358cf2492e9630f67685a2b780509edb56691830

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [d93acb77667ecdb78b53a1be626ca2e000813828]

        Correctly account starting tasks
        
        When (re-)starting the system timer for new task, we have to take
        the already passed time into account to correctly set the new
        timeout time for the system timer.
        
        Change-Id: I1c1c61b3e54bd14d9451c53150251534b2a960f0

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [d348035a60361a1b9ba9eb7b67013204a24a6633]

        Drop special idle handling
        
        Idles are just instant timers, which should most time have a low
        priority, By dropping most special idle handling we'll just
        schedule by priority.
        
        This also reverts SalYieldResult back to a bool, which just
        indicates if any event was processed.
        
        Change-Id: Ia0b91b06dffb77af066f01838d8f9483523bf67d

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [1782893282a4543e946e6b2c8de863b10fab0c85]

        Change scheduler list to be queue-like
        
        The scheduler modifies the SchedulerData list mainly in two ways:
         1. Remove a finished item
         2. Append a new item
        
        This optimizes the Append operation by keeping a last element
        pointer, so we don't have to walk the whole list to find it. This
        way this list is converted to a queue-like structure.
        
        Change-Id: If7214e1f6016414551abbef11f26f332737f7893

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [66a38d26b0c8de82daacfb0c0ce7d014dc083090]

        Just walk the task list once
        
        This refactors some more scheduler code by merging the code from
        ProcessTaskScheduling into CalculateMinimumTimeout and keeping the
        ProcessTaskScheduling name.
        
        It replace the bHasPendingIdles information with a HasPendingTasks
        function, based on the sleep timeout and invoke time.
        
        To drop IsIdle() we simply account Idles again and stop the system
        timer, so we instantly run our application loop again. This makes
        all Tasks really run immediate instead of waiting 1ms.
        
        Change-Id: I690a8754e6b115a53e74ef777e988b66b4e5037f

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [eb2035fe20bdebf0f8c926aeb66553fd9db3e6f4]

        Refactor Scheduler by merging functions
        
        Merges ImplSchedulerData::Invoke() into ProcessTaskScheduling()
        and removes indention levels in CalculateMinimumTimeout by using
        goto. This is straight forward.
        
        Change-Id: I740b97315df92f8b979089e7e22058e628f95bc0

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [b9ae1505e36157775b1002fdbd178d1c90cd91a9]

        Move scheduler task into its own header
        
        Change-Id: I54534787b8cfa4c47dc09dde9c38a7893df9d367

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [d72aad218c9737fb19d1a835b03c13b7107a96c0]

        Refactor Scheduler global data
        
        Move all Scheduler members of ImplSVData into ImplSchedulerContext
        and make ImplSchedulerContext a member of ImplSVData.
        
        Change-Id: I186bebdfb5701543595848968235b5a56b6598e9

2017-07-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [c0710abfebd320903a3edb23d4b1441ea351b0be]

        Add some Scheduler unit tests and logging
        
         1. calling Start() for invoked tasks
         2. correctly schedule by priority
         3. self-stopping AutoTimer
        
        This also adds SAL_INFO output to Scheduler and Task to log the
        scheduling processing tasks.
        
        Change-Id: I3c8a708d1fd51c550320f8af3f9486c43c32e358

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc63cc326ee5757124cef45e470d290e6e32002e]

        use more OUString::operator== in dbaccess..filter
        
        Change-Id: Ib7b4f2b2403ce766a7db2f6ffc118468e7677776
        Reviewed-on: https://gerrit.libreoffice.org/39889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [51a50cc95a8cb461b7026c1eb8908e17f4055076]

        improve useuniqueptr loplugin to find arrays
        
        Change-Id: I81e9d0cd4f430b11d20037054055683240792240
        Reviewed-on: https://gerrit.libreoffice.org/39825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [7274490e8af1de05ab84b5e08017a3378502ea96]

        loplugin:oncevar: empty strings: basctl
        
        Change-Id: Ie3ecf1dc0ad038113dbeab5332874bbd3279abab

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [85d71244eb8caf55aab8094b587dfee7fa1e97b2]

        loplugin:oncevar: empty strings: basic
        
        Change-Id: I4edf130e526c4004aa8913e6aafdcd1e2f4ac1ef

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [ad4e4c7834c576189e2a4b230baa1f12207718ec]

        loplugin:oncevar: empty strings: chart2
        
        Change-Id: If564ba545fbd1504127ff5116fb776ef60d6ab60

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [c946de5ef0b40d3b6ddd1c101f7d59a5a9d3a6bd]

        loplugin:oncevar: empty strings: connectivity
        
        Change-Id: Icfc67638e2aee9b5025dd40a50a2627d153ada4d

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [9388a9da167880ca3002634422b3b1da33bceb82]

        loplugin:oncevar: empty strings: cui
        
        Change-Id: Id00cf5f78ef59520065587691c85f2e1a7e96a9c

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [6c2d9f51ff4356e2c4096c0da091eaac6ecac052]

        loplugin:oncevar: empty strings: dbaccess
        
        Change-Id: I242ef3d2d91dee97e47aab209160e6e7fa566a6d

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [dd0bece80712ce30736515e55e1f732ff1ab392e]

        loplugin:oncevar: empty strings: desktop
        
        Change-Id: I8c88b295d797a98f0374e3ce57b9c875b72c7bd3

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [aa371639ee0d3255af474e605eea665125ecd3e2]

        loplugin:oncevar: empty strings: editeng
        
        Change-Id: I3b60b918277b408038a99f2c4801a454e6aa7b4a

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [6b8c36c6faa23acae024be4b8a4a1cf661ac531c]

        loplugin:oncevar: empty strings: extensions
        
        Change-Id: I83fe6f3a918cef2da0085858b63ef86005a61619

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [49a8dc5057828f8dcde38f23b0642c03ce59a731]

        loplugin:oncevar: empty strings: filter
        
        Change-Id: Ic39410a26691e039229f052e79c49d03b578c647

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [60fe31ec22a38281dd0dfbfcc9dcc3f03cbd2d59]

        loplugin:oncevar: empty strings: forms
        
        Change-Id: I2cf41554d0f347ce5f052fce587e394ca6f92531

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [2a440a747cd9a7d2b6825d515bc7e1cdbe8fca7f]

        loplugin:oncevar: empty strings: formula
        
        Change-Id: I76c0ac6cbd8475884fb80002ebb91f2ba84818a0

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [48d8b2d468ad5a431f75b610f3a1ed1f45a887c5]

        loplugin:oncevar: empty strings: framework
        
        Change-Id: I5e3387890e0d9bddaec82d7711e6aa52df3126cd

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [b25f30155756e5447e37f6dffe12f2f5fea606fb]

        loplugin:oncevar: empty strings: io
        
        Change-Id: I42d9cd75a097a8ebb3700c83493c7e2f1466c453

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [46e6f92615336a8eaeef8459b6374d5a5165bf6e]

        loplugin:oncevar: empty strings: jvmfwk
        
        Change-Id: Ic021968b648359d94e7e44d59606b25a6f6ce8c3

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [3c9e9a5529e0bb6cc257c272b7265072306a9cd6]

        loplugin:oncevar: empty strings: sc
        
        Change-Id: I8eca50560d9ce0a3be5ffe6a4a88cb0de5d5d451

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [4f2bb2516d901c8541bae8d2d63c18b2f58775ba]

        loplugin:oncevar: empty strings: scripting
        
        Change-Id: I5f9df200e0b221670c1646dec011c2647804b9e0

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [552bbc2ec1b41f9ceb5367f1e94eb7e8bbffc76a]

        loplugin:oncevar: empty strings: sd
        
        Change-Id: I94330c65d021c96e79185c8a2d59f1be702c6b61

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [833d376b6df5f2f9e4a9cee8fe59aafac405d94f]

        loplugin:oncevar: empty strings: sdext
        
        Change-Id: I4685380e343370757cc9b9ebcc0af35c8918b1e3

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [a38eb6862868c18296b26d582658a831b622088a]

        loplugin:oncevar: empty strings: sfx2
        
        Change-Id: I76a8b7e9501951a0166dd63890949bd7d2781398

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [8d6db960d8f3a1eba5a5bcd865429cf4d5df401c]

        loplugin:oncevar: empty strings: starmath
        
        Change-Id: I01750964033db223a5f4bd5d0820a7bfb97d4f3d

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [75fd528048885033b0963600667c042834769de7]

        loplugin:oncevar: empty strings: stoc
        
        Change-Id: Ib38846e6f89697e8c9c82b77f01cdafae32714d0

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [f863d377b84c2e3c44369b73372e2dfa86b42723]

        loplugin:oncevar: empty strings: svtools
        
        Change-Id: I069b49dd628b9c72a25a2b9b7ce46a63fe67b0c5

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [99a735474db0a7a422fea948e3e0dc460566e8f6]

        loplugin:oncevar: empty strings: svx
        
        Change-Id: I371e3b76cca006125629e7ceeed52873836c8ccc

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [9fb2a9c895334c88eae7641b26921a3d1ce9c909]

        loplugin:oncevar: empty strings: sw
        
        Change-Id: I38d5669078308b425d8e87090ef72279de96c6c9

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [fd40ba1e2eb709c34672b0e20052fe4f9130739f]

        loplugin:oncevar: empty strings: ucb
        
        Change-Id: If97b0dbeaced579bf23f9f77d431d1085ab89594

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [0416f002d7a43c4311703b59ba0ae725abfc1eda]

        loplugin:oncevar: empty strings: unotools
        
        Change-Id: Ic4a3f9716ea76ae03fec238be91153acdbee40ef

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [104eb774ce025c6ace2bf143db0b456f3718e04f]

        loplugin:oncevar: empty strings: unoxml
        
        Change-Id: I8acebad074a2da4848489eaa0f64d63fe76d69c1

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [75ea7ce9fb3f1bbff9abb4f324db8edb84a374d5]

        loplugin:oncevar: empty strings: vcl
        
        Change-Id: Ic9a3b72dbff3333cba45b9ad4b75e8de12bc4c06

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [d2c22426c1e4275cd6ade5b21ea8f9a9e5c54de1]

        loplugin:oncevar: empty strings: writerfilter
        
        Change-Id: Ia65baa94a10ca5d51231f995e23cd5c2e39cc05d

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [2357314eaf448f5844b05eed30dd5d9ac91fbc71]

        loplugin:oncevar: empty strings: xmloff
        
        Change-Id: I2ac40424c252b24d78b849ca8b4bfe75d6f073cb

2017-07-13  Szymon Kłos  <szymon.klos@collabora.com>  [f8fdf861839d6a39f6d15f56a93108328ab8818c]

        Make tdf108545_embeddedDocxIcon test universal
        
        Change-Id: Ie0d0520bb725c082710c08aa30ecfe18d0c6cc6b
        Reviewed-on: https://gerrit.libreoffice.org/39864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [367a34cb5fe580e3544a09f74142a6cf2d4c4905]

        Use isSamePathname for full-pathname comparisons
        
        Change-Id: Iccc20f441aceae7c6bcdf3a24d2a42ec9be8bb8f

2017-07-13  Szymon Kłos  <szymon.klos@collabora.com>  [427c763a1ad0ebc85383625f019b405c30828374]

        tdf#108545 tdf#108544: DOCX, XLSX embedded in DOC
        
        When on Windows the MSO wasn't installed DOCX and XLSX
        embedded documents weren't accessible. General OLE error
        was shown after doubleclick on the object.
        
        Linux solution is reused, OLE storage is extracted to
        get the document inside.
        
        Change-Id: If4d00fddad8e127fcf1a222836896d2907549d0c
        Reviewed-on: https://gerrit.libreoffice.org/39814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a394d67f374e1b253f288a58113a3cfc8d301743]

        use more OUString::operator== comphelper..cui
        
        Change-Id: Ib5f3037249152be2b66acf347d1a0c236dc7adfa
        Reviewed-on: https://gerrit.libreoffice.org/39888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a75aa52ef572655db261679da431aff84f52348]

        use more OUString::operator== in a*..chart2
        
        Change-Id: Ifb5608abebffd9687ed55e8c74f9be54a749111d
        Reviewed-on: https://gerrit.libreoffice.org/39887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Jens Carl  <j.carl43@gmx.de>  [46ba298934d1765365018349f26f8a732cefba63]

        tdf#45904 Remove/disable obsolete _XSheetAnnotations Java tests
        
        The _XSheetAnnotations test is already written in C++ since commit
        654e275fc673b28ac264f10282a4cd3a9f61a45d.
        
        Change-Id: Ie4d8459f503289cd9fd1c52b9121377826921bc3
        Reviewed-on: https://gerrit.libreoffice.org/39619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-13  Jens Carl  <j.carl43@gmx.de>  [30f012f416fe58454ff08cfac527ab813ff70672]

        Fix wrong names for header guard
        
        Change-Id: Ief65b92d9d76d602ea529a3b44437a426c26f743
        Reviewed-on: https://gerrit.libreoffice.org/39882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-13  Jens Carl  <j.carl43@gmx.de>  [4b4c14a0803c0ba0af98b888af7ad8793ea4f754]

        tdf#45904 Remove/disable obsolete _XSheetAnnotation Java tests
        
        The _XSheetAnnotation test is already written in C++ since commit
        0bf016694e8df63e20e530f9880e87de567dc7e1.
        
        Change-Id: Id12206370e36acb63dcbc3298d39eba093cb4be6
        Reviewed-on: https://gerrit.libreoffice.org/39552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-13  Jens Carl  <j.carl43@gmx.de>  [01a51eb77ce97c79b897f842051c6704dada0494]

        tdf#45904 Move Java XCellAddressable test to C++
        
        Remove now obsolete file _XCellAddressable.java
        
        Change-Id: I8a1c979c447d81e489114a0c1a947b2458ae31a0
        Reviewed-on: https://gerrit.libreoffice.org/39546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-13  Stephan Bergmann  <sbergman@redhat.com>  [4e451cad214edec7caa1af1f25048bb7045ce905]

        loplugin:oncevar for value-dependent constant expressions
        
        (Where the change to basic/source/comp/codegen.cxx reveals that
        loplugin:loopvartoosmall also needs the Clang < 3.9 workaround from
        33ee8e61292af05627f5f72ea2f93ad80e715e46 "Work around bug in Clang 3.8".)
        
        Change-Id: I9f23b9648bc11ca4136a0fbdd332570ba70ee77c
        Reviewed-on: https://gerrit.libreoffice.org/39667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3f3b3b75d7411827291e98c9c78c89cedc2836b]

        pdfium: update to 3151
        
        This contains my patch to allow not bundling lcms2 inside pdfium.
        
        Change-Id: I37e070be352538f10895efa5e0829c07ced9bd5f
        Reviewed-on: https://gerrit.libreoffice.org/39878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2a593ff092c628eff906c4df9b4da993a3973ec3]

        Migrate missing font installation to new GDBus API
        
        Change-Id: I31809e9993cd6cefd6625107c2fe2c4540cca498
        Reviewed-on: https://gerrit.libreoffice.org/39870
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [647e11dc2fcbf0c8f7e39f4260d2b89057267e36]

        loplugin:useuniqueptr in sc
        
        Change-Id: I004e1f0292c8a40515880546574255ab835dbdbe
        Reviewed-on: https://gerrit.libreoffice.org/39875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-13  Takeshi Abe  <tabe@fixedpoint.jp>  [d9e8fdbcd2f834a483890b409ede1b44c2da5da3]

        sd: Use std::unique_ptr<> as SdUndoGroup owns SdUndoActions
        
        Change-Id: Iaba3f3cf91e30b549e1b8ce3e54c0ef50df9f1d4
        Reviewed-on: https://gerrit.libreoffice.org/39823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-07-12  Varun Dhall  <varun.dhall@studentpartner.com>  [e333183d4390da0b17a55f214e2b953dbb0a8883]

        EditEngine: Making ODF Format Default for Copy/Paste
        
        Change-Id: Idfb4dacf4a1595ff974bbca195e419ff6a98418b
        Reviewed-on: https://gerrit.libreoffice.org/39876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-12  Eike Rathke  <erack@redhat.com>  [b392208dde22edbcba36fe516ac114284a111728]

        Eliminate trailing blanks from descriptions and some parameter names
        
        ... where they don't belong, ie. at non-repeating parameters that don't get
        numeration appended in UI.
        
        Change-Id: I1516185978fecfbadcf2836eb60530b456c4d041

2017-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [008d7abcdd246cfc9bef6cbdbef85890ca2efd69]

        fix crash when aInkBoxes might be empty
        
        e.g. http://crashreport.libreoffice.org/stats/signature/WinFontInstance::CacheGlyphToAtlas(bool,HDC__%20*,HFONT__%20*,int,SalGraphics%20&)
        
        Change-Id: I0f32b549c687c2da6534f59a13ce1c5d57047829
        Reviewed-on: https://gerrit.libreoffice.org/39874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b9edf5d5779b9ce578084250a6c87808ddc5fa8]

        tdf#108524 sw: allow frames in growable follow sects in SwFrame::IsMoveable()
        
        In general the move of frames inside growable sections is not allowed,
        so that the behavior is deterministic: either the section grows or
        content is moved to a follow section frame.
        
        But in case of split sections it is necessary to allow the move of text
        frames inside growable section frames, otherwise it is impossible to
        move text frames from the last follow of a section frame to the previous
        one.
        
        This is necessary, but not enough to address the sub-problem described
        in comment 12 of the bug. At least now SwFlowFrame::MoveBwd() is invoked
        to consider moving the frame backwards, though.
        
        Change-Id: I0b79e9db72a4e335701491dd6f7745058901e176
        Reviewed-on: https://gerrit.libreoffice.org/39873
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f65cbae8947c0462b35c8d3c3d5124e431b100b6]

        borderline: correct problems with border display
        
        Borderline display with direct paint and with primitive direct
        paint has quite some errors in the current state. Started to
        unify usages, check deeper with creation/usage.
        
        borderline: deep changes to BorderLine
        
        Found basic error in determining the offset values
        for BorderLinePrimitive creation, these were not
        centered on the lines. Corrected that. This makes
        it possible to remove the formally used clipping
        which seems to have been used to correct that. Also
        allows to go back to a 'normal' decomposition that
        creates line primitives as expected. That again can
        then be painted quite normally.
        Also added view-dependent case to the decomposition
        to guarantee a gap of one discrete unit (pixel).
        Removed the direct painter, too. Checked and corrected
        stroking.
        
        borderline: Adapted previews to primitives
        
        Added code to use the primitive representation in
        all dialogs and apps using tables. The edit views
        use these mostly, so the preview should do that,
        too. Currently missing is a good visualization of
        diagonals, but this is also true for edit views.
        Checked all apps and table usages to not get worse
        
        borderline: correct line dash visualization
        
        When a dashed line is used, a factor of 10.0 was applied in the
        original coded, added that. Also the orientation of vertical
        borders was inverted since it was simpler to exchange Start/End,
        but this also mirrors the line dash visualisation, corrected that
        
        Change-Id: I4c1b380a76cb37389fab1259a53fb7cc9da982d1
        e95e246d5563360617a2a2213e4d5ec7d0e736b9
        62369b4de58fb0264aeb710ec6983ceddca5701d
        77418cc6c84ebb0632f8c3448976e82ce612d6b6
        b4eb28dc86ce05eb89b26517167305b994158ef8
        borderline: adapt cppunittest and clang

2017-07-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [fc55711f01af172eb3a034454405fa941454c781]

        tdf#109053: DOCX: Multipage table is not imported properly
        
        An other use case when converting to a "floating table" is
        not a good idea. In this case we can check whether next to
        the table anything fits in the text area. If not then we
        can avoid floating table conversion.
        
        Change-Id: I798a2f4c7a9dfe6aecbe4a73e3162b49ea5f0adc
        Reviewed-on: https://gerrit.libreoffice.org/39811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [db63ae291136379cc3b417b9daa070921a1372c9]

        loplugin:unreffun
        
        Fix some HAVE_MORE_FONTS dependent tests.
        
        Change-Id: I79fec705d02b38222d66368759a95b667604335c

2017-07-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a315d6921c696c687fd9cfcc92049bc28da6213a]

        Updated core Project: translations  d317414f8297e51842dc450bfaf5eeff5cb164ff
        
        update translations
        
        and force-fix errors using pocheck
        
        also update po files for low-completion-ratio (<10% in UI) langs
        
        Change-Id: I5c1d8fc0368c79a8d1d732cc21258214c7a39502
        

2017-07-12  Mike Kaganski  <mike.kaganski@collabora.com>  [f19fbadd00370820d026d9c29a7bc231e6fa49f0]

        tdf#106359: use SvFileStream to read iqy; fixes *nix compatibility
        
        Change-Id: I42dc6559a57eaedcc64d2a4e59e16677b9dfeb1c
        Reviewed-on: https://gerrit.libreoffice.org/39862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-12  Heiko Tietze  <tietze.heiko@gmail.com>  [0a7fe0ab0b5b18cfbf1d9f7971d851fe00b6d36a]

        tdf#108928 Branding 6.0
        
        Improved alignment of product name with the motif, cleaned Windows installer image
        
        Change-Id: I13b658b989f639cc444ba59834afad397170478e
        Reviewed-on: https://gerrit.libreoffice.org/39861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-12  Caolán McNamara  <caolanm@redhat.com>  [c3d8711aa109ab9081108c77dc7af396444fd3f1]

        add script to update translations for gettext
        
        Change-Id: I1ec48a71103aad50e8a303a5356a25f3a168d6bd
        Reviewed-on: https://gerrit.libreoffice.org/39867
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [57ffece4297f51bb1abd5093c58fc56be8aea2b8]

        loplugin:useuniqueptr in xmloff
        
        Change-Id: I686706adcf598ec63eea6d288bc1e202120a9276
        Reviewed-on: https://gerrit.libreoffice.org/39853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [0088f365b1c1e3103b310ac3371bc5c918fe617e]

        loplugin:useuniqueptr in lingucomponent
        
        Change-Id: I5d668718620114cb8b9d53375497a4d0b1759abb
        Reviewed-on: https://gerrit.libreoffice.org/39852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-12  Eike Rathke  <erack@redhat.com>  [d65567230f283a6ed228755a3be85e95cde2d677]

        Turn OSL_ENSURE() into static_assert() for NUM_PAPER_ENTRIES enum match
        
        And remove now obsolete include of osl/diagnose.h
        
        Change-Id: Ie75a4da463a5c51c6bd763d4a6ecf37be94ff6b2

2017-07-12  brainbreaker  <gautamprajapati06@gmail.com>  [20dcd4730deeb60cb39ed28e8d0f690fdba0d482]

        android: Set clang as default compiler for building
        
        This commit is to follow the one which adds support
        for clang 5.0 for building.
        
        Change-Id: I8461e08372322dc24d4786a2f6b96e647b3a4d6b
        Reviewed-on: https://gerrit.libreoffice.org/39123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-12  David Tardon  <dtardon@redhat.com>  [fc8badada7b9946dc9987238e3e90737d64a3830]

        upload fontconfig 2.12.4
        
        Change-Id: I151ce38c094d208c113cf0bd8a9f5322891d7bcd
        Reviewed-on: https://gerrit.libreoffice.org/39850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-07-12  David Tardon  <dtardon@redhat.com>  [8a82f5fce17fb0b5eec1e7a46dbcda50a4d970a5]

        upload libpng 1.6.30
        
        Change-Id: Ie0a284acd0c9f8e1fc9396df22b33a1b48bd4e1f
        Reviewed-on: https://gerrit.libreoffice.org/39849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [637538a9957af5deb69e6677af7c1d62cdaf3eb2]

        Related: tdf#107976 SwView_Impl::AddTransferable: remove dead weak references
        
        So that the vector doesn't grow till document close without a reason.
        
        Change-Id: Iec06e47e39274df7de46c971692054f4f0bcbc96
        Reviewed-on: https://gerrit.libreoffice.org/39840
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-12  brainbreaker  <gautamprajapati06@gmail.com>  [a1aa4f84cff24e7d92ae3e03058bd3ccb6fec60c]

        Supress unused variable warning in gcc arm bridge
        
        Change-Id: I78c9d6b5e6af73965cb422dfdbaec5a7f9b57fac
        Reviewed-on: https://gerrit.libreoffice.org/39829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [539c75b910f518a1fe51e9a21f6368a91c69ed88]

        strip some linefeeds from the end of debug output
        
        Change-Id: I2821969d86b7f8cee53404e6a0acfbebbe53b3ac
        Reviewed-on: https://gerrit.libreoffice.org/39824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c59804173be99e5ee922d859271c6660695d0ade]

        fix the webdav=serf build after 65e4a776e8315fd61fd67ad00d28985b11f0b79e
        
        Change-Id: Ib00f60c8018e025f9d5955784b31f3110b4e40eb

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [05f47e6d9f0c442e481b2435cc5c2ef615ab347a]

        replace 'resize(size+1)' with emplace_back
        
        which is considerably faster if we're dealing with a std::list, and just
        easier on the eyes if we're dealing with a std::vector
        
        Change-Id: I373689205ebc048689f29ab80a7ee8551b20cc96
        Reviewed-on: https://gerrit.libreoffice.org/39816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9b104abc1185d4f9f3af66f49ec9e39f85a1c36]

        simplify some OUString::concat usage
        
        Change-Id: Ifa150dc9d694981ffe03c254ea8c3fd820c99795
        Reviewed-on: https://gerrit.libreoffice.org/39812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [36e92f38c98e5cb21aecf07434df34b3ad75272a]

        drop TPropertyValueEqualFunctor
        
        was only in two places, and did nothing to make the code simpler or
        easier to understand
        
        Change-Id: I8e91d7e00f14a0611bf563a855d616ad11da5342
        Reviewed-on: https://gerrit.libreoffice.org/39813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [137795cd0c25bf7daf441ac2036862267c7634ab]

        Updated core Project: help  0f9722866caf9d5175df3e49170f40b9567f0c16
        
        Help-in-browser (viii) more...
        
        * Correct schema
        * current set of built languages.
        * https://helponline.libreoffice.org
        
        Change-Id: I887214b080e6200ac840b74d175292649f8e4298
        Reviewed-on: https://gerrit.libreoffice.org/39836
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f5637ae74ad6bb517255510a8ae786fd2a3cf977]

        tdf#109050: Moving table object with ALT+Arrow keys does not work properly
        
        ALT+up/down behaves differently inside a table: cursor is moved
        to the left/right neighbouring cell instead of up/down. However
        when the whole table is selected a different behavior is expected:
        moving the table as an object.
        
        Change-Id: I82c7a3cc7d215b21f19fbf08dcdb7318a7e75289
        Reviewed-on: https://gerrit.libreoffice.org/39810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-11  Eike Rathke  <erack@redhat.com>  [ebbde0b6930d2a08106953cf250bcecc3f906361]

        Buy some newlines
        
        Author's Enter key must had been broken as well, not only Space key..
        
        Change-Id: I61c947a988f36cb55d1037ca0bd277fca181b09e

2017-07-11  Mike Kaganski  <mike.kaganski@collabora.com>  [8f40e90fdf03fe47f1b49d1f4ce15da85998eb0d]

        Small cleanup
        
        Change-Id: I68ffa3f79df0acf484868c13817d76582edd7a41
        Reviewed-on: https://gerrit.libreoffice.org/39790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-11  Eike Rathke  <erack@redhat.com>  [e3b82542f2454a78d2013d4bbab4c801625d11da]

        Use proper non-/array context to calculate Structure tree
        
        Now that ScCompiler compiles ScTokenArray we can finally handle
        FormulaToken::IsInForceArray() as well.
        
        Still missing is the evaluation of the selected sub expression of a formula.
        
        Change-Id: I801859498569e4369db13144fe8ba08ca576350b

2017-07-11  Eike Rathke  <erack@redhat.com>  [1772e5c6ecde26963f2af64680096605a7fa8545]

        Revert "loplugin:casttovoid"
        
        This reverts commit ff10bc47abe0b04480c9fb5db025afbb5e402b4b.
        
            commit ff10bc47abe0b04480c9fb5db025afbb5e402b4b
            Date:   Tue Jul 11 10:24:51 2017 +0200
        
        	loplugin:casttovoid
        
        	...as introduced with f6574be0e375e215e6f21830b9e09d77d01b5097
        	"FormulaDlg_Impl::MakeTree: pass down current function/operator token: In
        	preparation of better argument evaluation."
        
        That (void)pFuncToken was there to not break the build with unused parameter..
        and all work in progress.
        
        Commit actually using pFuncToken follows immediately, I'm just too lazy
        to resolve the merge conflict for an already ready patch.
        
        Change-Id: I572c3087a1cca9efa217e1e1818192d251e3345d

2017-07-11  brainbreaker  <gautamprajapati06@gmail.com>  [d81cf50a6fe2d4d03b9056679758a14404a03f12]

        android: update configure.ac for supporting Clang5.0
        
        Change-Id: Ia99f3b4a8c9aba506938b8c3669c74b5dc1b4c16
        Reviewed-on: https://gerrit.libreoffice.org/39122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-11  Eike Rathke  <erack@redhat.com>  [c5cb46b45b69b03e5a6735b9c59bf686069ad401]

        Instanciate FormulaCompiler using createCompiler()
        
        So this actually obeys all application specific rules when generating RPN code.
        
        Change-Id: I5e1a89efffe5188d3c4b68176cc410a6cd76483a

2017-07-11  Eike Rathke  <erack@redhat.com>  [3087b8f5d500866d17946b9f442af6a74a7f99dd]

        Introduce IFormulaEditorHelper::createCompiler()
        
        For application specific derivatives.
        
        Change-Id: I8af95bd120c642e47ec5d0708ed463c98c471567

2017-07-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2f0c10db707bbd11d8ca456bcf3d2559a1ce15dd]

        simplify strip types from Sequence, related tdf#108782
        
        Change-Id: Ia8bd4ead67183e7f56c804e949ac04c6451c5201
        Reviewed-on: https://gerrit.libreoffice.org/39809
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [b533b2748e0f0ce4d5263f5f5720280c51803e25]

        unusedfields plugin needs to ignore fields that have reinterpret_cast on them
        
        Change-Id: Ie8570de6a4eafc95352899fbfd1447d7c3a84e1a

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [673347af7d37f6789855c17732c9980d91ec6240]

        loplugin:useuniqueptr in scaddins..svx
        
        Change-Id: I309f98f6b820103a926e9fe94d67d0aff6eb6476
        Reviewed-on: https://gerrit.libreoffice.org/39754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0bc97adb82f14d6ec22f868422cbfe000afec402]

        Updated core Project: help  551a5fdaba7c7b86b41daafd4574e7b1649c11d5
        
        Help-in-browser (vii)  more improvements
        
        see it in http://helponline.libreoffice.org
        
        Added mos keywords from schema.org
        New, responsive page design
        
        Change-Id: I9df963c1a962c0fbb5c2926d8066b31cd20d485b
        Reviewed-on: https://gerrit.libreoffice.org/39822
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [25445d24cfa87522ee4c47e4aa7e6e816cdc9a36]

        tdf#109063 DOCX import: consider wrap space for multi-page floattables
        
        Follow-up to commit 78d1f1c2835b9fae0f91ed771fc1d594c7817502 (fdo#68607
        bnc#816593 DomainMapperTableHandler: don't always start a frame,
        2013-09-03), turns out in case there is little space between the table
        and the edge of the body area, then there is no wrapping performed in
        Word, so we should not convert to floating table, either.
        
        The limit seems to be 266 twips (mm100 unit is used in the code), and
        this seems to be constant: it does not change if both the table and the
        page width is changed, nor does it change when the empty paragraph to be
        wrapped has a different paragraph mark size.
        
        For the majority of the documents this means no change as usually there
        is either no space available for wrapping or there is a lot more
        available.
        
        Change-Id: Ibbf7409065ba958854514f23b360be56677c8fe3
        Reviewed-on: https://gerrit.libreoffice.org/39808
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [87633bd4e3a1b37ccfe1ddf18f1f178b07092a0d]

        loplugin:useuniqueptr in sw
        
        Change-Id: I50c8697d51c480c668c66a1cdc2c670575a1ec37
        Reviewed-on: https://gerrit.libreoffice.org/39804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Caolán McNamara  <caolanm@redhat.com>  [093744321759b4e3d73d767459272addfb22cf04]

        ofz#2538: avoid oom
        
        and merge together checkSeeks
        
        Change-Id: I341a09404280fb8d4acfbe2abaed47e2830af55f
        Reviewed-on: https://gerrit.libreoffice.org/39800
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-11  Varun Dhall  <varun.dhall@studentpartner.com>  [35ba68fd471d7d2f50183a1ffb7348b1b069616d]

        EditEngine: Added expwarp for unit tests
        
        Change-Id: Ice1c8c0ceb7d8fe93f369fb4a05226ba738f7e97
        Reviewed-on: https://gerrit.libreoffice.org/39789
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-11  Varun Dhall  <varun.dhall@studentpartner.com>  [45fdb40085f5090ccd8df23f461ef9a8269d11b2]

        EditEngine: Added SvxSimpleUnoModel in import filter
        
        Change-Id: I65e30853517e1ad7164dd50c290ef3f35c8a61a5
        Reviewed-on: https://gerrit.libreoffice.org/39788
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [7de833a626cea8cd741ba1d971fea6f0c3a2660b]

        simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)
        
        Change-Id: I20318c77dcc3bc2a64336541ef5a3f412bfd9483
        Reviewed-on: https://gerrit.libreoffice.org/39803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f9f9491bdef676f969898bd653db9905d14f5e8]

        tdf#106132 DOCX import: fix handling of nested textbox margins
        
        drawingML shapes are independent, and having a separate parser for each
        shape is a good thing, so that when we have an XML fragment like this:
        
        <wps:wsp>
          <wps:txbx>
          ...
          </wps:txbx>
          <wps:bodyPr .../>
        </wps:wsp>
        
        where <wps:txbx> may contain nested <wps:wsp> tags, we apply the
        properties specified in <wps:bodyPr> to the correct shape.
        
        In contrast, doing the same for VML is not a good idea, see commit
        476316bfc9dd36c0613327c20822a193b5ca8d9b (do reuse shape context,
        2012-05-22).
        
        So conditionally (for DML) maintain a stack of shape parsers, this way
        the outer <wps:bodyPr> is parsed and the result is applied to the
        correct shape, at the end resulting in correct inner margin for the outer
        shape in the bugdoc.
        
        This requires moving the context setup code from
        the OOXMLFastContextHandlerShape ctor to setToken(), as only then we
        know if this shape context will be used for VML or DML purposes. This
        should be OK, given that
        writerfilter::ooxml::OOXMLFastHelper::createAndSetParentAndDefine()
        calls setToken() right after allocating the context.
        
        Change-Id: I8c0d2f49cac76589fe269230698b203b5ca6996c
        Reviewed-on: https://gerrit.libreoffice.org/39798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-11  Aron Budea  <aron.budea@collabora.com>  [2a22696546ace75c38a72ad13f7383aedd00e06a]

        tdf#109045: store en calendar separately in OnDemandCalendarWrapper
        
        When working with pivot cache there's alternating use of
        locale dependent and locale indepentent formats, which
        causes unnecessary loading of calendars due to constant
        switching.
        
        OnDemandLocaleDataWrapper already does this, now do
        something similar in OnDemandCalendarWrapper.
        
        Change-Id: I3d64dbe8afa929cf416d87678762e82b45561d63
        Reviewed-on: https://gerrit.libreoffice.org/39762
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [65e4a776e8315fd61fd67ad00d28985b11f0b79e]

        simplify some OUString::copy calls
        
        Change-Id: Ifa228ca02ea79a1309e1875414028aade7e5f12d
        Reviewed-on: https://gerrit.libreoffice.org/39801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [a7b7614c7cab42cd0839752635db81e25e1e50a1]

        SmartArt: reuse existing diagram shape for root shape
        
        it prevents creating unnecessary expanded shape hierarchy and allows
        layout algorithm to know parent's size
        
        Change-Id: Ieb991a74bd662e359f5cf479a7480893e0b13d45
        Reviewed-on: https://gerrit.libreoffice.org/39410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [20571c472528c4f98fe3f55700d134915d32a49a]

        use more range-for on uno::Sequence
        
        Change-Id: Ifad32425d79be5a22d33d721bdc5fb993f699759
        Reviewed-on: https://gerrit.libreoffice.org/39763
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-11  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [b401896a56149aa2871b65a330a6f601a9830ccd]

        Helper function to cast to FastAttributeList:
        
        Refactoring codes that cast XFastAttributeList reference
        to FastAttributeList pointer using the helper function.
        
        Change-Id: Iecf4b815d6556b0992d638b633260fbd459c0dc4
        Reviewed-on: https://gerrit.libreoffice.org/39723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-11  Eike Rathke  <erack@redhat.com>  [4f41e8810d67bd3d82e1ff40b23a9131921674a2]

        Add missing override
        
        Change-Id: I233c84706916bfe3915e31deb8d41b3b377b7d98

2017-07-11  Michael Stahl  <mstahl@redhat.com>  [07341af48ed8ec2368aee87d120942f3e6bb6d49]

        svx: assert on undisposed AbstractSvxHpLinkDlg
        
        3  in () at /lib64/libc.so.6
        4  in VclPtr<AbstractSvxHpLinkDlg>::~VclPtr() (this=0x88d47e8, __in_chrg=<optimized out>) at include/vcl/vclptr.hxx:115
        5  in SvxHlinkDlgWrapper::~SvxHlinkDlgWrapper() (this=0x88d47a0, __in_chrg=<optimized out>) at include/svx/hyperdlg.hxx:34
        6  in SvxHlinkDlgWrapper::~SvxHlinkDlgWrapper() (this=0x88d47a0, __in_chrg=<optimized out>) at include/svx/hyperdlg.hxx:34
        7  in SfxChildWindow::Destroy() (this=0x88d47a0) at sfx2/source/appl/childwin.cxx:182
        8  in SfxWorkWindow::RemoveChildWin_Impl(SfxChildWin_Impl*) (this=0x6c83940, pCW=0x683bc20) at sfx2/source/appl/workwin.cxx:1425
        9  in SfxWorkWindow::ToggleChildWindow_Impl(unsigned short, bool) (this=0x6c83940, nId=5678, bSetFocus=true) at sfx2/source/appl/workwin.cxx:1832
        10 in SfxViewFrame::ToggleChildWindow(unsigned short) (this=0x6afdae0, nId=5678) at sfx2/source/view/viewfrm.cxx:2964
        
        Change-Id: I84a1ba817dc8449dc1942b6ebd443ec955e8c622

2017-07-11  Ximeng Zu  <uznomis@yahoo.com>  [6b873439042960bfc72a5e341c5ed61eeb40f53e]

        Presentation Mode
        
        Adding fullscreen presentation mode.
        
        Change-Id: Id07416ce204d1d7dd917fbd33a4d9f5072ac1703
        Reviewed-on: https://gerrit.libreoffice.org/38006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-11  Stephan Bergmann  <sbergman@redhat.com>  [ff10bc47abe0b04480c9fb5db025afbb5e402b4b]

        loplugin:casttovoid
        
        ...as introduced with f6574be0e375e215e6f21830b9e09d77d01b5097
        "FormulaDlg_Impl::MakeTree: pass down current function/operator token: In
        preparation of better argument evaluation."
        
        Change-Id: I2ea39115bc2d2dbbea6fd899c347c98949ec281a

2017-07-11  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [ddadcb4f4a2bc6538c219a0a577bdf5999015150]

        tdf#108945 Correctly import default value in VML shape adjustments
        
        Change-Id: Ia585572c911a268f68e611935a1d5264dd0790c5
        Reviewed-on: https://gerrit.libreoffice.org/39504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-11  Stephan Bergmann  <sbergman@redhat.com>  [287e5033f3dc317ae3adf4a4113ca729e7ab243c]

        loplugin:unnecessaryparen
        
        Change-Id: I6ea2cf715095e5f686fa8a4262682553e9a293ac

2017-07-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e329fb05bc23ab2ceb1a0f550d6baa09e27510cc]

        add missing override, -Werror,-Winconsistent-missing-override
        
        Change-Id: I99864b43f3b54eefbb80a885b701838b3e27d806

2017-07-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [4bd2e2931efbe31a5b112fec1556af17bb446163]

        osl: unx file.cxx nullptr testing cleanup
        
        Change-Id: Id265092c1cbf09f8c29c77c048edbf14f15070eb
        Reviewed-on: https://gerrit.libreoffice.org/39515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-10  Justin Luth  <justin_luth@sil.org>  [959be1b5a9cd522394dba9366686a1256588223b]

        UI Wrap InBackground: transition to wrapthru transparency toggle
        
        The UI for placing a frame in the background is confusing because:
        -in menus, the icon looks like a checkbox, but functions as a radio button
        -it isn't obvious that "in background" is the opposite of "wrap through"
        -it doesn't act like the checkboxes below it like "First paragraph"
        -in dialog boxes, it is actually implemented as a checkbox toggle.
        
        So it looks like a checkbox, and you can enable the checkbox, but
        once enabled it can never be disabled.  (The currently designed way is to
        select wrap off/page/optimal/through in order to disable in background.)
        
        This patch creates FN_FRAME_WRAPTHRU_TOGGLE to replace
        most uses of the previous function.
        
        Change-Id: Ia46ddbd47899e8ca569bf3adb2b1c4ad7cfa1920
        Reviewed-on: https://gerrit.libreoffice.org/39673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-10  Eike Rathke  <erack@redhat.com>  [e8fcb1fbd365b7c6104c7941abee07a612ba7813]

        Make GetForceArrayParameter() public
        
        Change-Id: I3a82c43e80fffb4bf37bb2f7a3f5b3b26f1baf98

2017-07-10  Eike Rathke  <erack@redhat.com>  [741f61d0ca70069e875f6f57bf08d9aa282c0676]

        Introduce IFormulaEditorHelper::getCompiler()
        
        Implemented at rptui::FormulaDialog as nullptr and at ScFormulaDlg as ScCompiler*
        
        Change-Id: I0edaca56f5d9e3505ed766d43bc9ee4af80f03ff

2017-07-10  Eike Rathke  <erack@redhat.com>  [f6574be0e375e215e6f21830b9e09d77d01b5097]

        FormulaDlg_Impl::MakeTree: pass down current function/operator token
        
        In preparation of better argument evaluation.
        
        Change-Id: I364fe03c58a975ae95f070112e11a9eec9505f3d

2017-07-10  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [5364990831a7d5773ddbc2f35842c7b3a8d5534a]

        Adding an overloaded IsXMLToken method:
        
        Passing FastAttributeIter to the method makes the
        code much cleaner and easy to read.
        
        Change-Id: I227e9dc378dfba51168c29452667576a779dc215
        Reviewed-on: https://gerrit.libreoffice.org/39730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-10  brainbreaker  <gautamprajapati06@gmail.com>  [271882910107e177bc98af877f9c8b9f89c09795]

        android: update configure.ac to support building only with NDK>=15
        
        Change-Id: I638019895921082b9da36315c2f6d3ed98e5249a
        Reviewed-on: https://gerrit.libreoffice.org/39127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-10  Caolán McNamara  <caolanm@redhat.com>  [206ca28bed4bf69b5ade53ae154bc5c88a17ddce]

        add CVE-2017-10688 testcase
        
        Change-Id: Icf24df4a3655775d9ce26ca1f72e130eead49c10
        Reviewed-on: https://gerrit.libreoffice.org/39760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-10  Caolán McNamara  <caolanm@redhat.com>  [80385749236a1346438a4788aff7f1918cb6a20d]

        add CVE-2017-9936 testcase
        
        Change-Id: I0c791ef1f51c8af9f752742b8a3a3de6d626191b
        Reviewed-on: https://gerrit.libreoffice.org/39759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cfadf08160248463355f8ce157c01349bd6c6bde]

        Add quotation marks around placeholder
        
        Change-Id: Id38ecd4c506d785b090d16917341e3e89e81f4c8

2017-07-10  Caolán McNamara  <caolanm@redhat.com>  [de855a731c1def635b226f53827ba6913e3eb3ef]

        add CVE-2017-9147 testcase
        
        Change-Id: I82f5d4e75c888f4f988c8d6188b77550631fe258
        Reviewed-on: https://gerrit.libreoffice.org/39758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-10  Stephan Bergmann  <sbergman@redhat.com>  [4ec6a5e3ac89e9cbfaf19cdc0848566bcd4a0571]

        Only consider calls on const member functions as consumptions
        
        Change-Id: I968614ba25affe58ea05c97c97dd10912359df2c
        Reviewed-on: https://gerrit.libreoffice.org/39755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [43a6b59539ad573436f43303e9fbe17c12dc9c84]

        simplify some OUString compareTo calls
        
        to either startsWith or == or !=
        
        Change-Id: Ie4b4662f5b8e4532cbc1ab36910389e0b3d41ef0
        Reviewed-on: https://gerrit.libreoffice.org/39750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Mike Kaganski  <mike.kaganski@collabora.com>  [f2a1298ea409141a9190c7789b39546644084980]

        DomainMapper_Impl: remove redundant check
        
        Change-Id: I09d5ec303e08e1a49c55dd91ccfdad9d6f07e04b
        Reviewed-on: https://gerrit.libreoffice.org/39747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [efb24fc7bab19840d4959d22706719981dc8bac0]

        tdf#109046 Show correct signature type for OpenPGP
        
        gpg4libre
        
        Change-Id: I9c05f68e16928d14a29058f5bb9aa35c90b8f48b
        Reviewed-on: https://gerrit.libreoffice.org/39744
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [30f857246e9cea6c1879d52801dcb24c75b45d42]

        Related tdf#108977 Fix crash when vieweing non-existing certificate
        
        gpg4libre
        
        Change-Id: If72c2ee818b67b48753ee293de4f02b4832b9d96
        Reviewed-on: https://gerrit.libreoffice.org/39743
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [820bd4b3b64a5746599c48c729037a959ff61c84]

        tdf#108977 Show signature info also for keys we don't have locally
        
        gpg4libre
        
        Change-Id: I89593224590007e61bce95c14922c08551282067
        Reviewed-on: https://gerrit.libreoffice.org/39742
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-07-10  Dennis Francis  <dennis.francis@collabora.co.uk>  [c86be45d343635f2e137b8ea710d87e1a612101d]

        tdf#108986 : no arrow for "Data" button on pivot chart
        
        Also changed the fill color of "Data" button to a lighter shade
        to distiguish it from other buttons, for both row and column fields.
        
        Added matching testcase in chart2dump.cxx
        
        Change-Id: I2ae5da6c3552372f606da41055f1e0663b6f0802
        Reviewed-on: https://gerrit.libreoffice.org/39687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-10  Dennis Francis  <dennis.francis@collabora.co.uk>  [18909d45977a897cbd921d76d1dde4bf3a466271]

        tdf#108921 : Enforce a minimum legend size for pivot charts...
        
        ...proportional to the chart size. This lets a default pivot
        chart maintain its current size even when there are no data points
        which may result from a pivot field filter operation.
        
        Tried to add a test, but could not with a reasonable amount of
        effort.
        
        Some observations I made when tried to create a unit test:
        
        1. If a new chart is created using uno api fresh from a pivot table,
           no legend is created irrespective of whether there is data or not.
        2. Pivot charts with zero data points work fine with this patch, but
           on round trip the chart needs to be explicitly refreshed by
           clicking one of the pivot table's field selectors to make the chart
           show axis/labels etc.
        
        Change-Id: I010ca9093ce94dc216ba06e9d7aedaa412e59401
        Reviewed-on: https://gerrit.libreoffice.org/39620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-10  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c9f6bd6a714b634c1f366a525cc3571116c3f9f5]

        tdf#107135, add missing ODFF function REPLACEB.
        
        Change-Id: I8d782b109eb390838b6c4f3a85e9b344ecef87ec
        Reviewed-on: https://gerrit.libreoffice.org/39606
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-10  Eike Rathke  <erack@redhat.com>  [963a49a4684d1f012c547bb7a626c394abc27dcc]

        Spaces are cheap ... and really help to read code
        
        Change-Id: Icbe27f697aed9a67e3e1783783df0c6ad598b582

2017-07-10  Caolán McNamara  <caolanm@redhat.com>  [b9b492e86349507d6c617430435df1c58a0b4994]

        crashtesting assert on export to ods from novell835001-2.xlsx
        
        this is a problem since
        
        commit bea1dc5f8d17c1011cdfab1ff540f3e4b3a4d1bb
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jul 7 13:59:27 2017 +0100
        
            Resolves: rhbz#1467512 mask not created as 1 bit depth
        
        Change-Id: I3c9fd81bf7413f5decf2b55a660f028c0613c3b3
        Reviewed-on: https://gerrit.libreoffice.org/39745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-10  Eike Rathke  <erack@redhat.com>  [c8c12a75d5a5cd4b191702cb12dd792c76b8f68c]

        Buy more spaces, and newlines even
        
        Change-Id: I002f9ecea2933642399667caaa1a9d77e30751a9

2017-07-10  Eike Rathke  <erack@redhat.com>  [7f787b4c70d8766d1e2fc54e8a8ba70c74e365bf]

        Buy some spaces
        
        Change-Id: I0edd454c03b0c3e502d4ef87db584a0cec2884be

2017-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [cdfe06b8fc08d9ff2e71b488611c647a1f01d758]

        svx: Kill non-existent external pszStandard
        
        which was gone at cbcfda9b2079ea4ef83b2a42828408b5f70f7692.
        
        Change-Id: I37dea6c6696b03443bad255b68e78eaf3ff0dae5
        Reviewed-on: https://gerrit.libreoffice.org/39746
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [44e7f5bb0dfeaa305210def8ac431b699c9c7c50]

        simplify strip types from Sequence, related tdf#108782
        
        Change-Id: I504d7d118d30a310bbb0199de8b9fd58f2bcaaa6
        Reviewed-on: https://gerrit.libreoffice.org/39751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [51de3f584661380ce2aa843009ea0854476a6021]

        sw: prefix members of SwDrawView
        
        Change-Id: I8d18efcc609dfc2d5154bfae8799f3517bc3e48f
        Reviewed-on: https://gerrit.libreoffice.org/39738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38936ae9ab79fc6d46ef91695034cdeec1cc6486]

        sd: fix unitialized "pItem" pointer in SlideBackground::SlideBackground
        
        /sd/source/ui/sidebar/SlideBackground.cxx:176:17: runtime error:
        downcast of misaligned address 0x00009cf8cd67 for type 'const
        SvxSizeItem', which requires 8 byte alignment
        
        (regression from fba28df77d7e98663d1cf77ac206f8799fce4108)
        
        Change-Id: I822efe57f35c851b6f63e1e5489ab2448a19963d
        Reviewed-on: https://gerrit.libreoffice.org/39753
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-10  Eike Rathke  <erack@redhat.com>  [5bb46252cc89b82d9579eb15068e6f01fb06f737]

        Use const (I)FormulaToken* where possible
        
        Actually only the SvTreeList::InsertEntry() needs a non-const void*
        
        Change-Id: I63eb05ba63264efd63bfa287f0ab0bf2840b4414

2017-07-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [804cd2bd56295c5cb039b55ac7ca880c17399bad]

        loplugin:useuniqueptr in vcl
        
        Change-Id: Ieece2f9728755a8ae91275535eaa39319eea274e
        Reviewed-on: https://gerrit.libreoffice.org/39740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [7e73c033a128403bdeeb8be323e43ba2c7c8f8b4]

        loplugin:useuniqueptr in hwpfilter
        
        Change-Id: Id271fdb59cb0dedf2f180879d2116d11e45d68b3
        Reviewed-on: https://gerrit.libreoffice.org/39739
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [365cf17a375f96789ae0b175ebaec80c6c9e8373]

        lok: sc: missing invalidation on pasting text and deleting a cell
        
        In the desktop case we invalidate up to the right side of the visible
        area, however in the tiled rendering case we need to take care to
        invalidate also cached tiles.
        
        Change-Id: I7290ff35c155fab6bda3ce8b5d9c765624507052
        Reviewed-on: https://gerrit.libreoffice.org/39728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [4250b25c6ae361359300ab6ccde27230f8e01039]

        teach unnecessaryparen loplugin about identifiers
        
        Change-Id: I5710b51e53779c222cec0bf08cd34bda330fec4b
        Reviewed-on: https://gerrit.libreoffice.org/39737
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Arnaud Versini  <arnaud.versini@gmail.com>  [2ed9a2b641682d8612b5404bd3978ed049aa0266]

        Remove useless method OCommonAccessibleText::getText
        
        Change-Id: I4ee2df05ffceaea9d22ec7e2f78dc6e13061b5ef
        Reviewed-on: https://gerrit.libreoffice.org/39714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [19b34f615c04555f27978e2823ba735a9c9f882e]

        loplugin:useuniqueptr in filter
        
        Change-Id: Ie64ba38d607733b457d66ed1b9af84303c676e13
        Reviewed-on: https://gerrit.libreoffice.org/39695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [ccb6513baf6eae9af40eecd05a2991bdd3ce3bbf]

        tdf#108852: Put signature infobar into the right frame
        
        and thus avoid crash when user clicks 'show signatures' button
        in a window where signature bar shouldn't even be
        
        Change-Id: I5eba8d1ddd8c76dd10acedfa03d732df586748de
        Reviewed-on: https://gerrit.libreoffice.org/39699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-09  pv2k  <vidhey96@gmail.com>  [fba28df77d7e98663d1cf77ac206f8799fce4108]

        Added margin feature to the Draw's SideBar
        
        Change-Id: I53b5430d1563fcceae29418fd5907ac42ea856e7
        Reviewed-on: https://gerrit.libreoffice.org/37626
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-07-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [4eae2eeb4c3942648aa5d32678ddb5bbbae9d221]

        Slightly different approach to tdf#106679
        
        cowardly avoiding use of DrawViewShell in constructor
        
        Change-Id: Ib40406d439403d0e2de270827bf5c2f06cfb18c2
        Reviewed-on: https://gerrit.libreoffice.org/39368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-07-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [06c7ff43ce85be3fbba092c6ae87f1459770817d]

        osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailable
        
        Change-Id: I2e57e9413f98de9a6d240c3c61c85fd7bd435498

2017-07-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [48d354f2615e828d7acb62d5496e467d3ade1c9d]

        osl: followup - m_NamedObject never INVALID_HANDLE_VALUE
        
        Change-Id: Ia4517b01a39c02619ccae73e4c182ac8d7e6e22c

2017-07-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [add32b9930d4311df1fa03c36c13dd1267a46e44]

        Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptr
        
        Change-Id: I6837937945749a0f44e4e50aae1267edb37921d7

2017-07-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [126da7c7774b49b044960d600e6b7f7d0d254c2d]

        osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUE
        
        Fun fact - CreateFileW returns INVALID_HANDLE_VALUE (-1_) because the
        16-bit functions OPenFile, _lopen and _lcreat return -1, so the Win32
        API function CreateFile function also returned INVALID_HANDLE_VALUE
        to ease porting Win16 code to Win32.
        
        CreateMutexW, on the other hand, had no corresponding function in
        16-bit Windows so it returns NULL on failure.
        
        cf. https://blogs.msdn.microsoft.com/oldnewthing/20040302-00/?p=40443
        Raymond Chen is a gem who explains clearly why Win32 code is so
        idiosyncratic.
        
        Change-Id: I7888d46b048e5674ad776c8ac8070a1e57aa37a6

2017-07-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d90293e7ec42eab0ca09f730371599adc466e349]

        C++11 replace std::remove_copy_if with std::copy_if
        
        remove_copy_if copies entries for which predicate returns false.
        since C++11 there is copy_if which copies entries for which
        predicate returns true.
        
        Change-Id: I3ade82f13d27364e2cd35f4286b18128f52f8a5b
        Reviewed-on: https://gerrit.libreoffice.org/39727
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a384e69532bcc6349ecf701ccb204b7d24f3d4e0]

        Updated core Project: help  adc9f8c1cd429d2b3aea19efc8f5e7010a951240
        
        Hyphenate compound adjective
        
        Change-Id: I9114f0017335dff30a3273a55a4ac1610dcb1511
        

2017-07-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b91cb7d137b5d8fd203bbdc1c4e3d0e851fd5aa6]

        cppcheck: uselessCallsRemove
        
        std::remove returns a past the end iterator which should be used
        for the reallocation.
        
        This makes the code more robust. Previously it only worked if
        there was exactly one value with type XGeneratedResultSet in the
        Sequence.
        
        Change-Id: Ia2db1252ba8fe682dbc55d9722eaa62ed596e297
        Reviewed-on: https://gerrit.libreoffice.org/39724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb89b081f73a65b27349e98554f744a6ead83c3d]

        add test for non-ascii gnumeric file names, tdf#107827
        
        Change-Id: Ib530567df9cb487951d8dbf1b7824f78a7d150d9
        Reviewed-on: https://gerrit.libreoffice.org/37581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-09  Sean Stangl  <sean.stangl@gmail.com>  [2f2eba56d1f8ec5cdcadb4852e8856858477c008]

        tdf#79304 - Handle CrossedOutItems in HTML export.
        
        Change-Id: I766fedb34737a1a7815693bf496fa08c08f492b1
        Reviewed-on: https://gerrit.libreoffice.org/39719
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-08  Arnaud Versini  <arnaud.versini@gmail.com>  [a758956bb5fce66d1590109f3ce5593ac25967d8]

        accessbility: Don't double lock mutexes in VCLXAccessibleEdit.
        
        Also simplify this class.
        
        Change-Id: I7abccd19287101918a6d9b4636ce2faecf169123
        Reviewed-on: https://gerrit.libreoffice.org/39446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-08  Jaskaran Singh  <jvsg1303@gmail.com>  [991346d570713c230a81485c55e29318c2cc175d]

        Add a way to resize ScDBData
        
        Change-Id: I6e0e1a7f58873c012e0e8015ed69da38a32a44f4
        Reviewed-on: https://gerrit.libreoffice.org/39323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-08  Jens Carl  <j.carl43@gmx.de>  [472737ad70f1a3eaa22cab9b746d35e4b94094a0]

        tdf#45904 Move Java XSheetAnnotationShapeSupplier test to C++
        
        Change-Id: I5a3d64fd255fb8fd1f1caba572bc00a5399a6519
        Reviewed-on: https://gerrit.libreoffice.org/39550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-08  Justin Luth  <justin_luth@sil.org>  [bbfdd03460ddf5e33f5fda000df9e6f6ce458288]

        tdf#108973 writerfilter: allow textboxes to be in the background
        
        Word appears to use negative z-indexes to indicate behind-text
        zordering and positive numbers for in-front placement. This
        was added for shapes in LO4.3, now applying to textboxes also.
        
        Change-Id: I3b06fb231329f151ca978f3a68b4d4e89bc28515
        Reviewed-on: https://gerrit.libreoffice.org/39671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-07-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4e59f0481bdd68edfe95816f22315e1538d1a6ce]

        Related tdf#108925: Use 5% steps for relative size number field
        
        Change-Id: Ieb89a2e69ae44fe1cfbe99e843239cf25e97463a
        Reviewed-on: https://gerrit.libreoffice.org/39712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-08  Szymon Kłos  <szymon.klos@collabora.com>  [505ce3a2ba3adeef46daecbf9b14c42cea211408]

        tdf#108544 edit in window (XLSX inside DOCX)
        
        Change-Id: If1dd46643dc2ae9cc74ba94038609ae3445a416c
        Reviewed-on: https://gerrit.libreoffice.org/39706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-08  Szymon Kłos  <szymon.klos@collabora.com>  [3340ce30562832b584dd0576d9e0733aa03d867f]

        tdf#108545 show an icon (DOCX inside DOCX)
        
        If DrawAspect is equal "Icon", show an icon not document preview
        Document is opened in the separate window, not in-place.
        
        Change-Id: I3a8d81e7340b29d247f8ac440c06b0420bb65644
        Reviewed-on: https://gerrit.libreoffice.org/39440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-07-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b4f4f15971047664fa278fff96b959d53b272b3]

        osl: followup to 7c6ccc42 for w32/unx file.cxx
        
        As pointed out by sberg, either the issue is a programming error that
        needs an assert, or the issue is unusual and should just generated a
        warning, but never both.
        
        Change-Id: I07ae1e99597cd6c342791aa268b2240db987ae91
        Reviewed-on: https://gerrit.libreoffice.org/39514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-07-07  Julien Nabet  <serval2412@yahoo.fr>  [3329d2205ed3246c56da1bd859acaaf590dd6e71]

        No language driver in header for dBASEIII/Plus
        
        See http://dbase.free.fr/tlcharge/structure%20tables.pdf
        
        Change-Id: I68df30f73d2556a217f30d80d1d55ec93bca1564
        Reviewed-on: https://gerrit.libreoffice.org/39710
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-07  Arnaud Versini  <arnaud.versini@gmail.com>  [e36e5dcc908bd996fba7012fa793ff094b1fb0c4]

        comphelper : Simplify guards in OAccessibleContextHelper.
        
        Change-Id: Iabc7293370c7a8b3fdccb00d6e1cdbfac4c46992
        Reviewed-on: https://gerrit.libreoffice.org/39445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c5e4534808c03ce30c7b3e4bbed38ed5fca2d77f]

        remove nullptr checks on STL search result iterators
        
        results are in the range of first_iterator to last_iterator.
        If one of those is nullptr the algorithm would fail anyway.
        
        This removes some impossible checks in
        sw/source/core/unocore/unochart.cxx:
        SwChartDataProvider::detectArguments.
        A sorted range still holds the same values and has
        the same length as the original range.
        Replacing raw pointers eases reading this code.
        
        Change-Id: If96bd11e9167488346a57e9e08507ac42338d3cd
        Reviewed-on: https://gerrit.libreoffice.org/39683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6c4224b7ac9d8b016759ae8b5c0afdbef473a16f]

        tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxx
        
        Change-Id: I99e3f1e1fe2f51c6c3891a6e508b468ec068cae0
        Reviewed-on: https://gerrit.libreoffice.org/39539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [20c749d87c2b45f3b905f6d73bc5bc9a8c09a17c]

        osl: unx osl_getDirectoryItem() cleanup
        
        Whitespacing made consistent in function, and switch to more conventional
        nullptr testing style.
        
        Change-Id: I70921e9f79e8e0ebf4a74b84f73313aed033ec5b
        Reviewed-on: https://gerrit.libreoffice.org/39538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [00def4025b5fd95b0fc8d88fbbb9477526e8b12e]

        osl: unx osl_getNextDirectoryItem() cleanup
        
        I could not easily tell on first reading this function if Directory was
        a pointer or not (it is), so changed name to pDirectory). The signature
        was too long, so fixed this, whitespacing was inconsistent so small
        change there. Also converted to more contentional testing of nullptr.
        
        Change-Id: Ia8b1d33a4a4fbe3e050d63116997ef57a28d73b3
        Reviewed-on: https://gerrit.libreoffice.org/39537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [b7bee6c10fc46754ea784c301efc2a5488c31b14]

        osl: osl_closeDirectory cleanup
        
        When I was reading this code, it wasn't entirely clear to me without
        looking at the typedef of oslDirectory whether I was dealing with a
        variable or a pointer, so I have changed this to pDirectory. I also
        made a small tweak to the whitespace to help readability.
        
        I also changed from explicit comparison to nullptr to the more
        conventional style.
        
        Change-Id: I4e9a69575733ab71a175d14a30c1976e6771ed5b
        Reviewed-on: https://gerrit.libreoffice.org/39536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-07  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [a62507eb405961c27ebf79d6b9bdd7a106d06123]

        tdf#108821 - fix for overflow of variables on opening huge files
        
        This should fix the issue, as well as restrict available
        to return only non-negative values.
        
        Change-Id: I198e226e945b9bd79dec32b1686c20e2a8dfaf3e
        Reviewed-on: https://gerrit.libreoffice.org/39665
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-07  Tamás Zolnai  <tamas.zolnai@collabora.com>  [11652be4071ef6d1d89b2c397aa1a32476e03bf6]

        tdf#108925: Too small bullet size confuses the user
        
        Add a constraint for bullet relative size to avoid too small
        bullets which are hardly recognizable. Use the same 25% lower
        limit what MSO uses.
        
        Change-Id: Id956ecf3ec831c569188b944be58da03bf30a55e
        Reviewed-on: https://gerrit.libreoffice.org/39696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-07  Varun Dhall  <varun.dhall@studentpartner.com>  [7878bcf5547ae4d111aa8e835529e501c4e23838]

        xmloff: Updated XMLTextListBlockContext to insert elements before NumRules
        
        Change-Id: If81d55aef96af4b764b62dc53a1986b5f0739d1e
        Reviewed-on: https://gerrit.libreoffice.org/39698
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d876e48cb0292d94e193ea7da2538e018f0e07c]

        sot: fix loplugin:unnecessaryparen warning
        
        Change-Id: Ia022f6cb1e9c91c9aa49025e54699a5c7718fc75

2017-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [652556ec3e9218655a67b4c4de4e26fbe81855de]

        rhbz#739252 sw: fix crash on split tables inside nested sections
        
        Commit b5e0a143308e976b4165ff6181f4dccc3db0bd31 (tdf#108524 sw: attempt
        to split section frames inside table cells, take two, 2017-07-03)
        checked for tables in SwFrame::GetNextSctLeaf() when it considered
        looking up the next "follow" cell frame.
        
        But this is too general, in practice it is only necessary to look for
        follow cell frames in case the frame in question is in a table, but not
        in a table-in-section. This at the same time avoids a crash with tables
        inside nested sections, as it happens in the bugdoc.
        
        Change-Id: If648cb477be5492c7158f89934435ca7021a6a63
        Reviewed-on: https://gerrit.libreoffice.org/39692
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-07  Michael Stahl  <mstahl@redhat.com>  [02b61a54674ce112bd9a0fdf064b830e0c35cc4e]

        vcl: adapt README to VCL_DEBUG_DISABLE_PDFCOMPRESSION changes
        
        No longer need to compile with dbglevel=3 since
        4dfa3161896a0e045da3b5cf656ebd8f40044a46
        
        Change-Id: I2dbc7ccd07abd191701c93534241ffd4dfef9df1

2017-07-07  Michael Stahl  <mstahl@redhat.com>  [3310b7cd84d493979d0a793fdb5219d5b1ac11ca]

        vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxx
        
        Half of these were around SAL_INFO which does its own checking of
        OSL_DEBUG_LEVEL anyway, and the other half can check at runtime
        the g_bDebugDisableCompression variable like PDFWriterImpl::MARK()
        already does since commit 49968942a62f6feb6db4dcf385ddee925a57b497.
        
        Change-Id: Ic688eb643bde9253375e14e2e2233ece8dc7c18b

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [bea1dc5f8d17c1011cdfab1ff540f3e4b3a4d1bb]

        Resolves: rhbz#1467512 mask not created as 1 bit depth
        
        Change-Id: Ib5bdd594efd41eb881dfc4e2454b72e4739ffd56
        Reviewed-on: https://gerrit.libreoffice.org/39693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Michael Stahl  <mstahl@redhat.com>  [31c54fa7bb03768b425ae019096e0a0e26e9c736]

        sw: convert SwTextAnnotationField OSL_ENSUREs to assert() and simplify
        
        Change-Id: Ica69cd4527f36edd7480d897a28ff814ecbe97a9

2017-07-07  Michael Stahl  <mstahl@redhat.com>  [7b4f14e481846b90b124f2ff2b4ac0a6fc79f77b]

        sw: WW8 import: avoid inserting annotation mark without SwPostItField
        
        SwFltControlStack::SetAttrInDoc() will insert a RES_FLTR_ANNOTATIONMARK
        without checking that there is actually a SwPostItField at that
        position, which triggers the assertion "<AnnotationMark::InitDoc(..)> -
        annotation field missing!" in AnnotationMark::InitDoc().
        
        This happens when loading "crash-7.doc" which has a different kind of
        field - a SwPageNameField - at that position.
        
        In the WW8 filter, the SwPostItField is inserted in Read_And(),
        the AnnotationMark in Read_AtnBook(), which look quite orthogonal.
        
        Since it doesn't look like a valid document model to have the
        AnnotationMark without its field, avoid inserting it in the filter.
        
        Change-Id: I960d346601522b1a4d8644e538cde174763e99ff

2017-07-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [be2481d193d6f7a2593cf5ce767894cac8e41435]

        re-add some gdb BigPtrArray pretty printing
        
        After commit c6902761d797253cda8b3f71f102c66108585e24
        "Revert "use std::vector in BigPtrArray""
        
        <mst_> noelgrandin: you reverted both gdb changes but only one sw
        change?
        <noelgrandin> mst_, I thought your gdb change only appliled to the
        std::vector?
        <mst_> noelgrandin: there was another std::something or other change
        there, one was mvInfo and the other mvData
        <noelgrandin> mst_, sigh, will fix that
        
        Change-Id: I3059d29b1a559eb3077f5d713be011e15e887ee0

2017-07-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [2894840c8c18eccaaaae609b686d34e378d84a92]

        simplify ooxmlw14export code
        
        no need to do c_str() everywhere, when we can just work with OString's
        
        Change-Id: I4c9e80200c7c4d36abc541ab47b3f3cf1b42e2fb

2017-07-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c6902761d797253cda8b3f71f102c66108585e24]

        Revert "use std::vector in BigPtrArray"
        
        which is causing crashes in the crashtesting in
        ooo119635-3.docx and ooo119568-2.docx
        
        It is definitely some kind of use-after-free error, but the
        compress and delete logic for BigPtrArray is too hairy for me
        to debug right now.
        
        This reverts commit 1eee0abd459a508a6dcf9e71cbf2c1be3725faa7.
        
        Also revert commit 4f743419a04375160437a910254c45dea396f70d
        "gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isation"
        
        Change-Id: Id870876432a060f9347aafb43bf0df692ea24464
        Reviewed-on: https://gerrit.libreoffice.org/39684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [23978f85533e66b18ee2e9b72ad2fc71a93958a3]

        merge BS and ToPsz10, etc
        
        Change-Id: I25d4efe816bf6ae4ba456bb42a827b9a70f503c7
        Reviewed-on: https://gerrit.libreoffice.org/39689
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [66ebc285320b8dfb064ed6a06a13e5c78158b950]

        a11y: assert on switching hatch/bitmap area radio button tab things
        
        Change-Id: I2525123dfe2c2dedcbf808f5d2f8e054e4c4bdf1
        Reviewed-on: https://gerrit.libreoffice.org/39690
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Michael Stahl  <mstahl@redhat.com>  [0a710a098e65a5e83c1ea47d5bdc1b56ef48f314]

        sw: convert SwTextInputField OSL_ENSUREs to assert() and simplify
        
        Change-Id: I86df59e4b77d2ddc479144f32342113a6e29a725

2017-07-07  Troy  <libreoffice@troy.rollo.name>  [c113d386888152632ae26fae9f59faf4f1d2f2dc]

        Add setgid call stub for Linux
        
        Required by dpkg --build on Debian squeeze.
        
        Change-Id: I5e0e9c8f7851555a277d21aa14f9d695bad12198
        Reviewed-on: https://gerrit.libreoffice.org/38765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-07  Mike Kaganski  <mike.kaganski@collabora.com>  [7c1a51516aaf2767e43b393259a1ad21570df5fb]

        tdf#108995: take xml:space attribute into account
        
        See paragraph 2.10 of XML 1.0 specification and 17.3.3.31 of ECMA-376-1:2016
        
        Change-Id: I7f19d3b9cf2ccce88a5fa03022beeb99facc04fe
        Reviewed-on: https://gerrit.libreoffice.org/39682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-07  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [350fb0249af7c29c98c3e15415a151bda8fae7ee]

        [pt_PT] autocorrect - added 22 words
        
        Change-Id: I05e1e3b87478767a233caf38640b5e85f0fe751f
        Reviewed-on: https://gerrit.libreoffice.org/39583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-07-07  Takeshi Abe  <tabe@fixedpoint.jp>  [d64b83b2b05ca8f003707ffdfc1a04fd0f1acc50]

        basic: Put local stuff into unnamed namespace
        
        Change-Id: Ic8515d04980ee627f964821547fb25d52240e933
        Reviewed-on: https://gerrit.libreoffice.org/39681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-07-07  Dennis Francis  <dennis.francis@collabora.co.uk>  [99cd7dc54ff8b2c6ea895e2808d9e0eeb7fb707c]

        fix compile error due to missing include<functional>
        
        Change-Id: I087c47084347c28f1af7881129de1a7b01960715
        Reviewed-on: https://gerrit.libreoffice.org/39678
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [dde903aeb0e495c04b23e2169b3e733549f438af]

        turn BS macro into an inline
        
        maybe this will clear coverity#1413007 Out-of-bounds access
        
        Change-Id: I26a0d83df543c1e9dab98b0f1219dadef5c8502d
        Reviewed-on: https://gerrit.libreoffice.org/39679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Justin Luth  <justin_luth@sil.org>  [a75477101510e7a8e60db03edbf2d253f504d70d]

        tdf#77219 writerfilter: allow shapes to be in front of text
        
        In LO4.3, commit 2496eaa5c4535b88b44e4ac034aae6af0c08de0e
        forced every shape to be "in background". That is not correct.
        Word appears to use negative z-indexes to indicate behind-text
        zordering and positive numbers for in-front placement.
        
        Change-Id: I4083ae67ef76152e1c0a894d810950d249ac13b4
        Reviewed-on: https://gerrit.libreoffice.org/39670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [868d8c8f0fdf376b0a3eb545ee841c9c12ffee3b]

        loplugin:unnecessaryparen handle parens inside call expr
        
        stick to single-arg function calls, sometimes parens in multi-arg calls
        might be there for clarity
        
        Change-Id: Ib80190c571ce65b5d219a88056687042de749e74
        Reviewed-on: https://gerrit.libreoffice.org/39676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Varun Dhall  <varun.dhall@studentpartner.com>  [9479171a09ba4c73afa8b40a5c2590df3b6d5415]

        EditEngine: Added para break/connect during ODF paste
        
        Change-Id: I6ff7fb81425b7788da27ca297d5f08b80b96f795
        Reviewed-on: https://gerrit.libreoffice.org/39662
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [e37539b3f0066abe29b737d4194ee766d5b09028]

        coverity#1414682 unnecessary dynamic_cast
        
        Change-Id: I7a1a7b5601f474fda84eef53009f4d45ae35b158

2017-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ed17ba0555c4c3cb5b4125a9756dc438000d2c0]

        offapi: document used mime type for svg and pdf images in GraphicDescriptor
        
        Change-Id: I69d9287fc4973ba7c6a314aeb3f62af6b23dccfa
        Reviewed-on: https://gerrit.libreoffice.org/39666
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [f58bca9d8ca01db299f1f62da61f2c8118c8f822]

        drop findunusedcode
        
        Change-Id: If17801c57d8333322985e36f09a022d6c317ba6d
        Reviewed-on: https://gerrit.libreoffice.org/39663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [bc29aa9f4ceaa6060c7290607c65cf0cb6276ea8]

        coverity#1413006 Mixing enum types
        
        Change-Id: I9dcaf17b75228ac409e88d9fddba717ba40c58ea
        Reviewed-on: https://gerrit.libreoffice.org/39668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Caolán McNamara  <caolanm@redhat.com>  [8d80832a91520ae43f420f244bba278ead7689bc]

        xContext only needed for bHyphenate case
        
        Change-Id: I5c1d7d43fb26c4adf14de6395e40833eaa3d0164
        Reviewed-on: https://gerrit.libreoffice.org/39669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-07  Mike Kaganski  <mike.kaganski@collabora.com>  [f95f0ce163743706a3670c6e33593023c22af2ff]

        tdf#108714: Also support paragraph-level (line) breaks
        
        Change-Id: Ida55015363cac3ae29b82a60a9b9a5f1b39086a2
        Reviewed-on: https://gerrit.libreoffice.org/39675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [db4741043d09437af871fa8ea9849ec37e946f9b]

        C++11 remove std::binary_function bases from functors
        
        std::binary_function is deprecated since C++11 and removed in C++17
        
        90% done with regexp magic.
        removed obsolete <functional> includes.
        
        The std::binary_function base class was used by deprecated
        std::bind2nd, this was solved in individual commits.
        
        The members first_argument_type and second_argument_type were used
        in chart2/source/controller/dialogs/DataBrowserModel.cxx:
        DataBrowserModel::implColumnLess and are inlined in this commit.
        
        Change-Id: I60ded60a8d4afd59e15ac15a58e18d2498c9be5a
        Reviewed-on: https://gerrit.libreoffice.org/39659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [307e528275cb91776e8f5560b3137c3c1649b39c]

        tdf#108782 replace std::bind2nd with lambda
        
        and inline questionable comphelper::TPropertyValueEqualFunctor
        
        Change-Id: I9caf7063f653554a3758d9eab3eb4d6dfd36309e
        Reviewed-on: https://gerrit.libreoffice.org/39658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e044a3158e888ed2f6f047f2723cd5ffa3a0f4f8]

        We want no stinkin’ version number hardcoded in artwork
        
        Our office suite was never called “5”.
        
        Change-Id: I0b62f735a10d10a2fde85e92946328bd64d827f5

2017-07-07  Yousuf Philips  <philipz85@hotmail.com>  [7ab9f12b57b1cb25b8b29f8bcbf006968db6b679]

        tdf#79933 Set Ctrl+Alt+K for hyperlink in Spanish
        
        Change-Id: Ieb9c125fef493eca1cf0bc38286bdd569b74c6b3
        Reviewed-on: https://gerrit.libreoffice.org/39664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-07-06  Michael Stahl  <mstahl@redhat.com>  [c65cae183dec9b89ac5279da9c5aa099254b7234]

        sw/README: document lists and outline
        
        Change-Id: I1f6a7a29a308e13c20e5987902d148ee8d466e31

2017-07-06  Michael Stahl  <mstahl@redhat.com>  [ea3e718855d804943831db81428fec249b9c7575]

        sw: convert SwNumberTree::IsSane to assert() and simplify
        
        Change-Id: Ib2087a53d2a22f5fdafa5c3d0d058dd0ad8ed643

2017-07-06  Michael Stahl  <mstahl@redhat.com>  [a0dc0d3cc2cf64567eeebba73d308f6ad827d810]

        sw: enable some SwNumberTree sanity testing code
        
        __SW_NUMBER_TREE_SANITY_CHECK isn't defined anywhere.
        
        Change-Id: Ieb8c47d12c47a8a1ffcad0616382e4d2b55024a0

2017-07-06  Michael Stahl  <mstahl@redhat.com>  [4a932d3b672029374a6ada000f115ad86d7bc523]

        sw: comment cosmetics
        
        Change-Id: I572bf8b28738e82e2f207b5201a0c27d9d9b623d

2017-07-06  Varun Dhall  <varun.dhall@studentpartner.com>  [a62c9ecfc27a375cddb2beefba4b5af9bd4f7727]

        EditEngine: Added warning for xml export exception
        
        Change-Id: I8709e6656ff753cdd833ee3622a922126161fc2d
        Reviewed-on: https://gerrit.libreoffice.org/39660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-06  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [5ee6862ee420f13133ade382d7ef2be319414d40]

        Create vba library if it did not exist before
        
        Add basicLibraries to the library container in the ensure function.
        It is needed in case of an xlsm file, because the VBAProject library
        was not added by the filter.
        
        Change-Id: I13f78384b9b1bbff1d9d5b1cd36d5a3b878f63e6
        Reviewed-on: https://gerrit.libreoffice.org/39622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-07-06  Stephan Bergmann  <sbergman@redhat.com>  [388041695d9626970b0d4dce89241c849eeffd0e]

        Avoid division by zero
        
        ...as seen at <https://ci.libreoffice.org/job/lo_ubsan/593/console>
        
        Change-Id: I5eda975323f96251c72562f9ac6a0ada7a7c7959

2017-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [972fbddf80510f7daaf2128dbfda01c0e7535020]

        i#61225 sw: fix layout loop with growable single-column sections
        
        Commit 6ade80cf142664e78954c7544534e9436ceb90c7 (tdf#108524 sw: allow
        move of frame inside section without columns, 2017-06-16) relaxed
        lcl_IsInSectionDirectly() used in SwFrame::IsMoveable() to allow move
        for all section frame contents if it has a single column.  That looked
        safe, as the multiple column case was already allowed.
        
        There is one situation where this still causes a problem: when the
        section has a single column and the section frame is growable -- as in
        that case we should grow the section frame, not move the contents.
        
        So go back to unconditionally allowing multi-column section contents and
        allow single-column section contents only in case the section frame is
        now growable.
        
        With this, ooo61225-1.sxw from the crashtesting corpus can be opened
        again without a layout loop.
        
        Change-Id: Ib2d3702a33da8e62b9bbf468d558ae16db8aa94b
        Reviewed-on: https://gerrit.libreoffice.org/39653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-06  Varun Dhall  <varun.dhall@studentpartner.com>  [2de270e4fd0ab96691b251b38caf71b3fc87574d]

        EditEngine: Added test for large para copy/paste
        
        Change-Id: Ica1e5ae18f71470a3124fd0389213d2fbfc7e521
        Reviewed-on: https://gerrit.libreoffice.org/39615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c77b5670ec0ee6d550d5adba51b8ae76fe2c162]

        use OString::operator== in preference to ::equals
        
        Change-Id: Ib291521963a791a9c6175964571e9d9895072acf
        Reviewed-on: https://gerrit.libreoffice.org/39646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  dcvb  <sdfgh@sdfg.com>  [1dea7fb6be5f1ba64f680e3ad885afa1c99030bf]

        make binary functor unary, related tdf#108782
        
        PropertyValueEqualFunctor was only used as unary functor with
        std::bind2nd
        
        Change-Id: Ic91e49de360e04ec5250f2d63f49163a8e7c7b92
        Reviewed-on: https://gerrit.libreoffice.org/39624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Eike Rathke  <erack@redhat.com>  [432f766892478f4693ca830e7d07bd195637fae0]

        Assert that GetClipDoc() is indeed a clipboard document, tdf#108612 related
        
        Change-Id: Idb782bc04239e28967830fae9e89a7433579669b

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [0df16daf54696731cb3796faf0091fdfc96b65be]

        ofz#2410 avoid oom
        
        Change-Id: If9f5ed5c9b229eab7779b2e07bd33c8094510c36
        Reviewed-on: https://gerrit.libreoffice.org/39655
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [661fa18d424690e1c3bce4ac70a8018dabe82637]

        crashtesting: 554 crashing documents on export to .doc
        
        regression from...
        
        commit d72e0cadceb0b43928a9b4f18d75c9d5d30afdda
        Date:   Mon Jun 19 15:32:16 2017 +0200
        
            Watermark: tdf#91687 correct size in the .doc
        
        hopefully this fix is correct
        
        Change-Id: I17512ffdd4db605e79b3adb97551e6f4e3816f2f
        Reviewed-on: https://gerrit.libreoffice.org/39661
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Eike Rathke  <erack@redhat.com>  [d5020f35aec54f0241fa58557dc6caadc149f5a9]

        Attempt to blind fix tdf#108612 explicitly checking for clipboard document
        
        It seems that for some yet unknown reason in an (un)certain constellation
        ScDocument::IsClipboardSource() returns true because ScModule::GetClipDoc()
        does not return the clipboard document but the actual document instead, so
        destroying the clipboard document executes ScDocument::ClosingClipboardSource()
        and (or in earlier versions) ScDocument::ForgetNoteCaptions() on the actual
        document instead.
        
        Check also that ScDocument::bIsClip is set, hopefully curing the symptom, the
        real cause is something else.
        
        Change-Id: I5ffd0706592d2737808e7004630a56c53115295b

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [a9efcef2c586b50ae36b20b34fa2b0fe21af0d8a]

        ofz#2469 docshell leaks if progress bar is not stopped
        
        Change-Id: I2595833dd3c6c9e05a32b70c880444128d66c4d3
        Reviewed-on: https://gerrit.libreoffice.org/39643
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [1cab72b41b761084258871bc39cfb583986c2395]

        nLCode is signed, so check for > 0
        
        Change-Id: I2e40d020d088679a8f9d197485a782d511012bd5
        Reviewed-on: https://gerrit.libreoffice.org/39657
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [01bd62352fe2b27ffd09cbff041a4b76a753571f]

        valgrind: use of uninitialized value
        
        Change-Id: I09279bf27eaa227ab6cdb74e79a1d03e424bb8db
        Reviewed-on: https://gerrit.libreoffice.org/39656
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [cc8a0de500b2abdef804b2d27aba36f7b7c95cab]

        ofz: fix some leaks
        
        Change-Id: Icf43996a57aa4284b309e127431e7406b833d88f
        Reviewed-on: https://gerrit.libreoffice.org/39642
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [4b7b93be530dd5b7924588fbc5855c6fd057984c]

        tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxx
        
        Change-Id: I243a5dc4061844af95eae83347ddb15ea7134c0c
        Reviewed-on: https://gerrit.libreoffice.org/39542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [f396f02dd02ef0e921060240bd19d3ad87813bf5]

        ofz: fix some leaks
        
        Change-Id: Ia29ccd98c60bb73ce2532e47eefc317de1e87303
        Reviewed-on: https://gerrit.libreoffice.org/39641
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [87836a7acd9a782f7a3513c11b4400b726b64eb7]

        ofz: fix some leaks
        
        Change-Id: I35dcd9db95cd1bd567202b4cf61c8e166e17c099
        Reviewed-on: https://gerrit.libreoffice.org/39640
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [2a72602824bf8aec44319e7fb9fe6dd3cebc72b3]

        ofz: fix some leaks
        
        Change-Id: I73806c0fff325159c624e87338aac3bbe61c9382
        Reviewed-on: https://gerrit.libreoffice.org/39639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [aff5cd7ed5d1cbe05975365d7aa9aff74fe5a861]

        ofz: fix some leaks
        
        Change-Id: Ia5961336fc399b079814cbcf66d47a465f5ba789
        Reviewed-on: https://gerrit.libreoffice.org/39638
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [29277d4adf6e37cf201f11f3de704197feae494a]

        ofz: fix some leaks
        
        Change-Id: I2542447ed6bf5098829c3d8c77435d39c1cb2e5f
        Reviewed-on: https://gerrit.libreoffice.org/39637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [fb7c1d512f26a40a3829464cad520a88eb8bebba]

        ofz: fix some leaks
        
        Change-Id: I908114f12257fdd287cce9a108d5fb2dc7b6a8bf
        Reviewed-on: https://gerrit.libreoffice.org/39636
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [d69b1b05fd72e47b8b14816e21e1c4bd38ee66a1]

        ofz: fix some leaks
        
        Change-Id: I14a0a2ad39d388d8d96d2100be46b8b4c239e644
        Reviewed-on: https://gerrit.libreoffice.org/39635
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [d44f8bd5524944c56d748028c83a6d4fa8ff0fa4]

        ofz: fix some leaks
        
        Change-Id: I6c4706e203f82d692630b4953e48050c71235d16
        Reviewed-on: https://gerrit.libreoffice.org/39634
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [09980e52eb247ccdd0ad3a8b96d47db4e6bdd47a]

        ofz: fix some leaks
        
        Change-Id: I9f5640461d09103ed6da4613e7ca520bc54b3c51
        Reviewed-on: https://gerrit.libreoffice.org/39633
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [9949dc9118bafd9bdeb6613c9cbb7c498fe90516]

        ofz#889: UriReferenceFactory unavailable
        
        Change-Id: Id041976e273c0ee2c1862c7a27dd39cfac12aaaf

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [d28b5faa4a9b92e5b94ebaaf5395b0108564d8bf]

        ofz: fix some leaks
        
        Change-Id: I7394f9b9c51fd827c5381119d32f5c75a95feb5c
        Reviewed-on: https://gerrit.libreoffice.org/39632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Akshay Deep  <akshaydeepiitr@gmail.com>  [800ac37021e3f8859a52c5eebca261a5d3bc5a11]

        GSoC: Recent Charaters Toolbar Dropdown Control
        
        Change-Id: Ib04d26fa5556e5c32db6799c16d0bbedc45504ec
        Reviewed-on: https://gerrit.libreoffice.org/38944
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-06  Johnny_M  <klasse@partyheld.de>  [47b8034efc33a1c022d4a1f8385e3739aca86442]

        Translate German comments/debug strings (leftovers in dirs sdext to soltools)
        
        Translates leftovers found using a custom regex and manually checking
        the rest of the affected file.
        
        Additionally:
        - Translation of someone's attempts at Spanish in the .java file
        
        Change-Id: Ie3a761bc1a8e302247d5dd6e93a6bc4cb3e85a9f
        Reviewed-on: https://gerrit.libreoffice.org/39609
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [3fdd0b9c90fbd6373adea90714a0d31099241393]

        ofz: more leaks
        
        Change-Id: Ibb388c1596894ea3e9cd3d3ecd5f299aa9ccf8be
        Reviewed-on: https://gerrit.libreoffice.org/39631
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [741d0665da6eb77df708cbba2906041fb9a974f3]

        ofz: fix leak
        
        Change-Id: I4cb6f83d7c55f673f31a77efdbd65bcf1e00d741
        Reviewed-on: https://gerrit.libreoffice.org/39630
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a5a3e82e99e7a60ec65c339dd0463af5c680cead]

        tdf#106990 set cleartype setting / force to use GDI render mode
        
        With this we read the system setting for cleartype and set it to
        the render target we are using.
        
        Additionally we set the GDI like rendering mode which forces that
        the text is rendered similar as this was done with GDI.
        
        Change-Id: If6fb72bc371accf50278c968c94e625aee3f0953
        Reviewed-on: https://gerrit.libreoffice.org/39602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [073a2b2aef5c0b579aea8ed203dd9c1c5790b650]

        ofz: stay inside string
        
        Change-Id: Ia0d0ddfce4ee3d5f8763be6804fe52c514375bb3
        Reviewed-on: https://gerrit.libreoffice.org/39629
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f7b2ca221efe9f198994c98ac4603c9e4688f11]

        loplugin:unusedfields in sc
        
        found a couple more by running
            make build-nocheck
        to exclude testing code
        
        Also, teach unusedfields loplugin about operator<<, since
        referring to a field in an ostream operator<< does not indicate a
        real use, it's normally for debugging
        
        Change-Id: I3dce22bf5afda2fd09e01de9bf1d0ef85e535aa8
        Reviewed-on: https://gerrit.libreoffice.org/39625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Mike Kaganski  <mike.kaganski@collabora.com>  [330a022e8bcd413d0bdc0b45916503ddfee5d0cc]

        LibreOffice.natvis: several new visualisers
        
        Change-Id: I451797b987ec7a8ffa069cbf34f0c22d6c1ce280
        Reviewed-on: https://gerrit.libreoffice.org/39628
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8a76d218305a56d15b82b9dac4fafa558872780]

        tdf#108524 sw: split section frames inside table cells, non-split text frames
        
        Commit f991b842addddeada6dc45c4054deeca5aa7f17b (tdf#108524 sw: attempt
        to split section frames inside table cells, 2017-06-19) added initial
        support for multi-page sections inside a table cell, but turns out this
        only worked in case at the split point there was a long enough
        paragraph, so it was split into two (a "master" text frame and a
        "follow" one), and then the follow was moved to the next page by
        SwContentFrame::MakeAll(), with the MoveFwd() call in the "If a Follow
        sits next to its Master and doesn't fit, we know it can be moved right
        now." block.
        
        However, if the section contains lots of one-liner text frames, then all
        of them are masters, so the above code doesn't move them to the next
        page; so the section frame is still not split. Fix the problem by
        allowing the move of frames inside table-in-sections in
        SwSectionFrame::MoveAllowed(), that way SwTextFrame::AdjustFrame() will
        not set the text frame as undersized, so at the end
        SwContentFrame::MakeAll() will call MoveFwd() in the "If a column
        section can't find any space for its first ContentFrame" block.
        
        With this the split of text frames in section-in-table frames is
        consistent regardless if they are of multiple or single lines.
        
        Change-Id: Ief9d62da3fd8a5c707e1f9489a92f7a81e7b38ac
        Reviewed-on: https://gerrit.libreoffice.org/39623
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a76b4c9c52ab9f4cd67fa9bf9468258f375dce2]

        simplify LocalFileHelper::GetFolderContents
        
        Change-Id: Iaab871f0ec87fadb54fe0a2cb3b92052de9434b8
        Reviewed-on: https://gerrit.libreoffice.org/39621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7191d6371002a881f541a9c352d2356b7b9935d0]

        tdf#108782 replace std::bind2nd with lambda
        
        and inline PropertyValueCompare functor
        
        Change-Id: Ie8fd33810f7897cad35a727286b546a17db43ab7
        Reviewed-on: https://gerrit.libreoffice.org/39603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ca5b52818d98583feeb59a4b61dde1bcd46b42c]

        libxmlsec: no need to build the gcrypt backend on Linux/macOS
        
        We only use the NSS one.
        
        Change-Id: I84c89cb22a1b880d59ada4b68167e14c1223a177
        Reviewed-on: https://gerrit.libreoffice.org/39618
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-06  Michael Meeks  <michael.meeks@collabora.com>  [4a8f8c09edb06e4ff812d676bc7726a8b4f6ebe8]

        tdf#108821 - fixed bad alloc on opening large file
        
        Workaround for streams with size > SAL_MAX_INT32.
        
        More complicated ways using available() and navigating cross-thread
        are possible, but probably harder to maintain.
        
        Change-Id: I721b1f38055dfcea03fef555b8a5fd93dfc1b886
        Reviewed-on: https://gerrit.libreoffice.org/39374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-06  Dennis Francis  <dennis.francis@collabora.co.uk>  [5eeed755a2eadbadd7a2e0c06216258af028a96e]

        tdf#108923 : Use display string for generating chart labels
        
        Use display string for generating chart labels in
        PivotTableDataProvider::collectPivotTableData as chart2
        does not seem to use number format for labels although it
        does for the data.
        
        Added unit test PivotChartTest::testPivotChartWithDateRowField()
        for this fix.
        
        Change-Id: I668d4c9d7cf8bbb7e4213cce7a6e7cd4d7d07cbe
        Reviewed-on: https://gerrit.libreoffice.org/39548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3a60c959663cdd054675310e3c6f163791304754]

        remove unused text property of spinbuttons for animation delay
        
        to remove numbers from translatable strings
        
        Change-Id: I347fc15a3f80c6c2cb72d7676138c9b80557a478
        Reviewed-on: https://gerrit.libreoffice.org/39610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [6549993b17feb1423c76b5237f086e6f35346a2c]

        ensure safe GlobalEditData release of xForbiddenCharsTable
        
        ensure that when the editeng GlobalEditData dtor is called
        that the vtable of the xForbiddenCharsTable shared_ptr will
        point to functions that are callable from editeng.
        
        otherwise a shared_ptr created in the sw uwriter cppunit test,
        but now belonging to GlobalEditData, will have deleter entries
        pointing to functions in uwriter that have been unloaded and
        are not available anymore
        
        Change-Id: I375a84156c0b1a0f8b24194fc07f0c512f556dbc
        Reviewed-on: https://gerrit.libreoffice.org/39605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [ad0e7d5734b3b759b1ef4aa794e2a31d79a2ecd1]

        silence coverity#1414485 Uninitialized pointer field
        
        Change-Id: If62f528b1118aee702f364aa448e36230512fac6
        Reviewed-on: https://gerrit.libreoffice.org/39572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Caolán McNamara  <caolanm@redhat.com>  [12a3f5cefeaeb842507dd8038597fb77ca929dd1]

        rework as a shared_ptr
        
        mostly to try and track down a crash on exit of sw uwriter under
        windows
        
        Change-Id: Id67e93863056da319dd8225038d60a7f5783b103
        Reviewed-on: https://gerrit.libreoffice.org/39604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab9b38a4064141705aa3a3de9a5d73b465ad3af3]

        use more begin()/end() for Sequence
        
        Change-Id: I399be6b6ef7a6ce01e883569a177c0969bc29c69

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [13341ffa49d58f313a05edae4f4f04c215658e9f]

        teach unnecessaryparen plugin about other kinds of statements
        
        i.e. do / while / switch
        
        Change-Id: Id0985015cc425557f9984734701d56466f8a6088
        Reviewed-on: https://gerrit.libreoffice.org/39601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1ead1a0281a369087f1b2cce09431542c29bece]

        loplugin unnecessaryparan improvements
        
        Change-Id: I73e945d6ec53537a0da45f6b6291018c7f251a7e
        Reviewed-on: https://gerrit.libreoffice.org/39587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ee96ea7236958a89b60c87f688070412835ead3f]

        tdf#108782 replace std::bind2nd with lambda
        
        in preparation of removal of deprecated std::binary_function
        
        Change-Id: Ibbf9e4689301d1eb525ee965c75d07077291a6ac
        Reviewed-on: https://gerrit.libreoffice.org/39556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-06  Justin Luth  <justin_luth@sil.org>  [eda9605ad51c82c4dc7dedcb8910f2384d6cc460]

        writerfilter: remove unused nkey variable assignment
        
        Introduced with Noel's commit f433a86839499662cfc1356882b0538f01d850b6.
        It looks like leftover debugging code (to check that the value written
        is the value retrieved).
        
        Change-Id: Idd9dffedf14788be19193785855060733a0b3e3e
        Reviewed-on: https://gerrit.libreoffice.org/39616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [d4ffca1e071536f5c3f66ddcc8156540055eace4]

        loplugin:unnecessaryparen
        
        Change-Id: Ifeacfc198c71ae1224ef38a4c8b95b31364f8227

2017-07-05  Caolán McNamara  <caolanm@redhat.com>  [53db174c804a4a378db3a12582d45488020097a3]

        coverity#1414484 Division or modulo by zero
        
        this looks wrong since initial checkin, why check
        that xres is non 0 before dividing by yres
        
        Change-Id: I5f1c19dadafe561cac8fde4f2bf371587c4ef5f0
        Reviewed-on: https://gerrit.libreoffice.org/39573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [f54c6938f73b94fb6f722f3ea68454fee424e62e]

        tdf#108873 fix merge data handling in fields
        
        This is a regression from tdf#70346 /
          commit 4851cde7b98226b0f82ae2b191c290173e9b06c6
        
        It added the whole DB row as variables to the SwCalc hash set.
        This works correct for conditionals when hiding sections, but not
        for conditionals used in fields - actually they break.
        
        Previously the field would do a fallback to query the DB again, if
        no variable was in the dict and the only possible variables in the
        dict could have been user-defined fields.
        
        This handles the added variables correctly for fields.
        
        Also fixes a bug to store the DB number values as number variables
        and adds the record number, as SwCalc::VarLook does.
        
        Change-Id: Ib0dbeda68234e671768ede55b2012235a3680276
        Reviewed-on: https://gerrit.libreoffice.org/39509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-05  Eike Rathke  <erack@redhat.com>  [14f562b109042ebde90261f93952b4c730e1427d]

        Display string results in the Function Wizard quoted
        
        To distinguish number strings from numeric results.
        
        Change-Id: I68e044e839b2d5d2e87835dd0002f42aa0fc8192

2017-07-05  Eike Rathke  <erack@redhat.com>  [6865f4618b6ddcc7dd5688e64e9cdd3f3064dea7]

        Make that debuggable despite AnyInput() pending
        
        Somehow opening the Function Wizard always still has a keyboard input pending
        when breaking in the debugger so the first calculateValue() call was bypassed.
        
        Change-Id: I1ad2fdf1724ae793edc7497895c8d8cead733f86

2017-07-05  Caolán McNamara  <caolanm@redhat.com>  [2c4b66454d329fc3ba8632bc79dd49ce53459552]

        coverity#1414481 Uninitialized scalar field
        
        regression from
        
        commit 7b850c15b15be10ed3b52822f63b02d8787bcb2f
        Date:   Wed Jun 21 15:32:03 2017 +0200
        
            loplugin:unusedfields in sc part1
        
        Change-Id: Ibd3a8410f7916bf7c03b436f45bf382ff9eb3798
        Reviewed-on: https://gerrit.libreoffice.org/39571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-05  Marco Cecchetti  <marco.cecchetti@collabora.com>  [49b1d8a7be380ee06c0012bb8638ff7feca19a40]

        Fix a bit obscure pointer check.
        
        Change-Id: I843b7e15e6239288359590d2c40c0e6b5f8168ea
        Reviewed-on: https://gerrit.libreoffice.org/39569
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-05  Caolán McNamara  <caolanm@redhat.com>  [9eed346b0b745f0598eefc572c789d58353b5e31]

        crash on exit of cppunit tests
        
        rework EditEngineItemPools own their default items
        and use a global weak_ptr to share them between instances
        
        Change-Id: Ifda3619a175eba3fcad81918c71b16a4d6dd663a
        Reviewed-on: https://gerrit.libreoffice.org/38885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-05  Caolán McNamara  <caolanm@redhat.com>  [6209fcbdc694ca0ef22f157d3f5c5b74ed8c76c8]

        coverity#1414486 Unchecked dynamic_cast
        
        and
        
        coverity#1414482 Unchecked dynamic_cast
        coverity#1414480 Unchecked dynamic_cast
        coverity#1414479 Unchecked dynamic_cast
        
        Change-Id: Ia33e4cfa5c13beeae5dfa46411f526433d87ea99
        Reviewed-on: https://gerrit.libreoffice.org/39568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-07-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c3a4dacfa0aae3cf40aa7b123672c6bc197efe0f]

        tdf#59424 unset open flag O_EXCL if O_CREAT is not set
        
        If O_EXCL is set and O_CREAT is not, then the behaviour is
        undefined. See open(3) man page.
        
        Change-Id: If61aaf0a0e46babae7df7e17ffbdcb4c81ab6a3c
        Reviewed-on: https://gerrit.libreoffice.org/38978
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-07-05  Eike Rathke  <erack@redhat.com>  [eda1190de3f7cdd9abeb0a31fb3b2791ce418aab]

        Replace a "not ideal coding" ...
        
        ... with what was actually meant (worked though).
        
        Change-Id: Ie7fb5f25bc45e8c224f0cc5853a45fc6e1574f3c

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [98a223246a91ac54991efdaa953cf6694f03c897]

        loplugin:unnecessaryparen
        
        Change-Id: I4660d233e5197efc3cfe8d6d0e3abdd82523ab90

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [8977d7e3cae3cdd119478c112322b1643cb42230]

        loplugin:unnecessaryparen
        
        Change-Id: I051e25366300d9ca48ba30825198d78ff67a4bc1

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [777fbce9a3fb6924b9481a05130838cb5ffe2bb0]

        loplugin:unnecessaryparen
        
        Change-Id: Id1cec62e84c3ddfe479c0e77212bc87e64c00aa6

2017-07-05  Eike Rathke  <erack@redhat.com>  [81021f04a8972dd1dc2e3e1510764f2dd83c0585]

        Init CellInfo::bMerged again
        
        Fallout from
        
            commit 9f4421039a40f385489cb2f3ad8a1b02fb32251c
            Date:   Wed Jun 21 16:15:42 2017 +0200
        
                loplugin:unusedfields in sc part3
        
        that (luckily) led to massive
        
        warn:legacy.osl:26775:1:sc/source/core/data/document.cxx:4677: Attribut Null
        warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:621: svx::frame::Array::SetMergedRange - invalid cell ind
        ex
        warn:legacy.tools:26775:1:svx/source/dialog/framelinkarray.cxx:344: svx::frame::MergedCellIterator::MergedCellIterator -
         not in merged range
        
        output.
        
        Change-Id: Idd9c581490249efb4198b4f09db5dbef331f2b1c

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [0c4d4f268f6db843419f65f9809b395352867380]

        loplugin:unnecessaryparen
        
        Change-Id: I38f1462c97c6a8fc5777f0db4555c11d8201b49b

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [5ef30c205e61cfe84d701dd510dddd25d0465f62]

        loplugin:unnecessaryparen
        
        Change-Id: I37833e0e19162790f4ae37d74eb63cb84434cf2e

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a7b48c1341a95d4dfd8e1f91b850b0178af0c1b]

        tdf#108829 Cannot set a numbering style to a paragraph style
        
        regression from
            commit f05d0d05829dd51cb9d8071ac97cc219779ee40a
            loplugin:unusedfields in sw part1
        
        Change-Id: Ic7049c5288b2ec875936be0784611f5c7e6a4788
        Reviewed-on: https://gerrit.libreoffice.org/39557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [262daf10fad29bb015abed57e772395fbd4cb93e]

        external/boost: Avoid -fsanitize=pointer-overflow
        
        ...as seen during e.g. CppunitTest_sw_ooxmlexport8, when
        
          (n < (m_end - p) ? n : n - capacity())
        
        is promoted to unsigned type size_t:
        
        > workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2358:18: runtime error: unsigned pointer index expression result is 0x602000b97110, preceding its base 0x602000b97118
        >     #0 0x7f77c69a7721 in SwFrameFormat** boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::add<SwFrameFormat**>(SwFrameFormat**, long) const workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2358:18
        >     #1 0x7f77c69a7635 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::destroy_content(boost::integral_constant<bool, true> const&) workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2460:19
        >     #2 0x7f77c69a7493 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::destroy_content() workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2454:9
        >     #3 0x7f77c69a7369 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::destroy() workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2471:9
        >     #4 0x7f77c699d386 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::~circular_buffer() workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:1193:9
        >     #5 0x7f77c6971187 in AppendAllObjs(SwFrameFormats const*, SwFrame const*) sw/source/core/layout/frmtool.cxx:1125:1
        >     #6 0x7f77c6976f7b in InsertCnt_(SwLayoutFrame*, SwDoc*, unsigned long, bool, unsigned long, SwFrame*) sw/source/core/layout/frmtool.cxx:1514:13
        >     #7 0x7f77c6a65698 in SwRootFrame::Init(SwFrameFormat*) sw/source/core/layout/newfrm.cxx:552:5
        >     #8 0x7f77c7ba0d86 in SwViewShell::Init(SwViewOption const*) sw/source/core/view/vnew.cxx:126:23
        >     #9 0x7f77c7ba29ff in SwViewShell::SwViewShell(SwDoc&, vcl::Window*, SwViewOption const*, OutputDevice*, long) sw/source/core/view/vnew.cxx:183:5
        >     #10 0x7f77c57a75fe in SwCursorShell::SwCursorShell(SwDoc&, vcl::Window*, SwViewOption const*) sw/source/core/crsr/crsrsh.cxx:2672:7
        >     #11 0x7f77c657a0af in SwEditShell::SwEditShell(SwDoc&, vcl::Window*, SwViewOption const*) sw/source/core/edit/edws.cxx:43:7
        >     #12 0x7f77c67602f1 in SwFEShell::SwFEShell(SwDoc&, vcl::Window*, SwViewOption const*) sw/source/core/frmedt/fews.cxx:687:7
        >     #13 0x7f77c8e9758b in SwWrtShell::SwWrtShell(SwDoc&, vcl::Window*, SwView&, SwViewOption const*) sw/source/uibase/wrtsh/wrtsh1.cxx:1643:7
        >     #14 0x7f77c8a797f0 in SwView::SwView(SfxViewFrame*, SfxViewShell*) sw/source/uibase/uiview/view.cxx:811:27
        >     #15 0x7f77c8aa4ab6 in SwView::CreateInstance(SfxViewFrame*, SfxViewShell*) sw/source/uibase/uiview/view0.cxx:78:1
        >     #16 0x7f77d0e688c4 in SfxBaseModel::createViewController(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/doc/sfxbasemodel.cxx:4094:46
        >     #17 0x7f77d0e6a08f in non-virtual thunk to SfxBaseModel::createViewController(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/doc/sfxbasemodel.cxx
        >     #18 0x7f77d11ab1e3 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:590:60
        >     #19 0x7f77d11a71ca in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:717:13
        >     #20 0x7f779960c3d1 in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1083:37
        >     #21 0x7f77996054f4 in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:372:20
        >     #22 0x7f7799603759 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:158:14
        >     #23 0x7f77996ba887 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:624:12
        >     #24 0x7f77996baa8c in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx
        >     #25 0x7f77d2f9abed in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
        >     #26 0x7f77d3b286d6 in SwModelTestBase::loadURL(rtl::OUString const&, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:648:23
        >     #27 0x7f77d3b27de2 in SwModelTestBase::load(char const*, char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:619:16
        >     #28 0x7f77d3b277b7 in SwModelTestBase::executeImportTest(char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:224:13
        >     #29 0x7f77d3cec8e6 in void std::_Bind<std::_Mem_fn<void (testFdo78939::*)()> (testFdo78939*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:933:11
        >     #30 0x7f77d3cec6ed in void std::_Bind<std::_Mem_fn<void (testFdo78939::*)()> (testFdo78939*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:991:17
        >     #31 0x7f7808612258 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #32 0x7f78085e30d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #33 0x7f78085e30d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #34 0x7f77fc7fe014 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #35 0x7f78085e30d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #36 0x7f780857932d in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #37 0x7f78085e30d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #38 0x7f78085dc5fa in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #39 0x7f7808674598 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
        >     #40 0x7f7808610859 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #41 0x7f7808614624 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #42 0x7f780861387c in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #43 0x7f7808614624 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #44 0x7f780861387c in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #45 0x7f78086a2f5c in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #46 0x7f780867304e in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
        >     #47 0x7f78086a3e7e in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #48 0x532f3d in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20
        >     #49 0x53101c in sal_main() sal/cppunittester/cppunittester.cxx:466:20
        >     #50 0x530a36 in main sal/cppunittester/cppunittester.cxx:373:1
        >     #51 0x7f7806bc4400 in __libc_start_main /usr/src/debug/glibc-2.24-59-g86ac4a7/csu/../csu/libc-start.c:289
        >     #52 0x4385a9 in _start (workdir/LinkTarget/Executable/cppunittester+0x4385a9)
        
        Change-Id: I4f32ce04daa61cc05dd6b8ef7c84c238c927056c

2017-07-05  Eike Rathke  <erack@redhat.com>  [91287c7456b1bc7060a0f1f08902960eb7a868dc]

        Enable the Formula Wizard to display 255 argument fields
        
        Previously it was, for example for SUM,
        
        1
        2
        3
        ...
        28
        29
        30,31,32,33,...,253,254,255
        
        ie. for more than 30 parameters the exceeding ones were crammed into the last
        (30th) edit field. The expression still worked, but this was ugly, and
        selecting the last field it was easy to overwrite all remaining arguments at
        once.
        
        Change-Id: I6b27a20e7f07d3a6b4752855f04d6239e6375418

2017-07-05  Michael Stahl  <mstahl@redhat.com>  [ddf8d9a150e3e1725de65577c48d47918b4b11a8]

        sw: fix use-after-free in SwAccessibleMap::FireEvents()
        
        As seen when running JunitTest_sw_unoapi_3 against "make debugrun",
        the damn thing can call itself recursively via an odd corner case in
        GetContext():
        
        0  in SwAccessibleEventList_Impl::~SwAccessibleEventList_Impl() (this=0x9a6a170, __in_chrg=<optimized out>) at sw/source/core/access/accmap.cxx:498
        1  in SwAccessibleMap::FireEvents() (this=0x8198bb0) at sw/source/core/access/accmap.cxx:3023
        2  in SwAccessibleMap::InvalidateCursorPosition(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&) (this=0x8198bb0, rAcc=uno::Reference to (SwAccessibleParagraph *) 0x9a439d8) at sw/source/core/access/accmap.cxx:1069
        3  in SwAccessibleMap::GetContext(SwFrame const*, bool) (this=0x8198bb0, pFrame=0x825ca10, bCreate=true) at sw/source/core/access/accmap.cxx:1925
        4  in SwAccessibleMap::GetContextImpl(SwFrame const*, bool) (this=0x8198bb0, pFrame=0x825ca10, bCreate=true) at sw/source/core/access/accmap.cxx:1936
        5  in SwAccessibleContext::InvalidateChildPosOrSize(sw::access::SwAccessibleChild const&, SwRect const&) (this=0x405a350, rChildFrameOrObj=..., rOldFrame=SwRect = {...}) at sw/source/core/access/acccontext.cxx:1196
        6  in SwAccessibleMap::FireEvent(SwAccessibleEvent_Impl const&) (this=0x8198bb0, rEvent=...) at sw/source/core/access/accmap.cxx:898
        7  in SwAccessibleMap::FireEvents() (this=0x8198bb0) at sw/source/core/access/accmap.cxx:3018
        8  in SwViewShellImp::FireAccessibleEvents() (this=0x7744dc0) at sw/source/core/view/viewimp.cxx:460
        9  in SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) (this=0x7ffc63395e30, pRt=0x7745120, pI=0x7744dc0) at sw/source/core/layout/layact.cxx:2267
        
        Presumably all of mpEvents, mpEventMap and mpShapes must live until
        the outermost FireEvents() completes.
        
        Change-Id: I4e5a053035bf7fc12d9407913437d721889950ae

2017-07-05  Michael Stahl  <mstahl@redhat.com>  [789433da173ddf528e31a93d15ab5adfe722d183]

        xmloff: XMLTextStyleContext: remove property name constant members
        
        Change-Id: Ica367371f1f7fb6e7858c8e35ec4c8de994e357d

2017-07-05  Michael Stahl  <mstahl@redhat.com>  [c9c1135de2be25c8630c1197df80e5ceb4f9907a]

        editeng: add some operator<< for ESelection, EPosition
        
        Change-Id: I4c3ff2101e7e80c0738401753333bc8c088987f3

2017-07-05  Michael Stahl  <mstahl@redhat.com>  [b4c4187bcc6ab03be1b9c1c05cf992677c546c08]

        sw: fix Undo strings when deleting input fields and fieldmarks
        
        Filter our current collection of magic dummy chars in
        DenoteSpecialCharacters() so that no weird U+000004 code points are
        displayed in tooltips of the Undo button.
        
        Change-Id: I7c7fe9b79b452624bb2569ffa18939e3e5ab1a53

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0e05f9ade9e93c569c6a62c59ac1819e615f27b]

        loplugin:useuniqueptr in basic..cppcanvas
        
        Change-Id: Ib40241eb794607154ae52f8aa68fbf5ea5e944af
        Reviewed-on: https://gerrit.libreoffice.org/39551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [1a637473b5aa6a43acb4d1f820044fba962cc6a4]

        external/graphite: Avoid -fsanitize=pointer-overflow
        
        ...as seen during CppunitTest_sc_subsequent_filters_test:
        
        > workdir/UnpackedTarball/graphite/src/TtfUtil.cpp:1250:25: runtime error: unsigned pointer index expression result is 0x7fc5e2857433, preceding its base 0x7fc5e2857434
        >     #0 0x7fc663188640 in graphite2::TtfUtil::GlyfLookup(void const*, unsigned long, unsigned long) workdir/UnpackedTarball/graphite/src/TtfUtil.cpp:1250:25
        >     #1 0x7fc663159b1d in graphite2::GlyphCache::Loader::read_glyph(unsigned short, graphite2::GlyphFace&, int*) const workdir/UnpackedTarball/graphite/src/GlyphCache.cpp:360:28
        >     #2 0x7fc663158e37 in graphite2::GlyphCache::GlyphCache(graphite2::Face const&, unsigned int) workdir/UnpackedTarball/graphite/src/GlyphCache.cpp:142:52
        >     #3 0x7fc66314eaf9 in graphite2::Face::readGlyphs(unsigned int) workdir/UnpackedTarball/graphite/src/Face.cpp:98:29
        >     #4 0x7fc66314167e in (anonymous namespace)::load_face(graphite2::Face&, unsigned int) workdir/UnpackedTarball/graphite/src/gr_face.cpp:54:19
        >     #5 0x7fc6631413eb in gr_make_face_with_ops workdir/UnpackedTarball/graphite/src/gr_face.cpp:89:16
        >     #6 0x7fc6631419d7 in gr_make_face workdir/UnpackedTarball/graphite/src/gr_face.cpp:99:12
        >     #7 0x7fc663135362 in _hb_graphite2_shaper_face_data_create workdir/UnpackedTarball/harfbuzz/src/hb-graphite2.cc:113:18
        >     #8 0x7fc663076a1e in hb_graphite2_shaper_face_data_ensure(hb_face_t*) workdir/UnpackedTarball/harfbuzz/src/./hb-shaper-list.hh:35:1
        >     #9 0x7fc663076530 in hb_shape_plan_create_cached workdir/UnpackedTarball/harfbuzz/src/./hb-shaper-list.hh:35:1
        >     #10 0x7fc66262932e in CommonSalLayout::LayoutText(ImplLayoutArgs&) vcl/source/gdi/CommonSalLayout.cxx:608:40
        >     #11 0x7fc661ea3287 in OutputDevice::ImplLayout(rtl::OUString const&, int, int, Point const&, long, long const*, SalLayoutFlags, vcl::TextLayoutCache const*) const vcl/source/outdev/text.cxx:1359:36
        >     #12 0x7fc661ea5916 in OutputDevice::GetTextArray(rtl::OUString const&, long*, int, int, vcl::TextLayoutCache const*, SalLayout const*) const vcl/source/outdev/text.cxx:1004:22
        >     #13 0x7fc661ea56ee in OutputDevice::GetTextWidth(rtl::OUString const&, int, int, vcl::TextLayoutCache const*, SalLayout const*) const vcl/source/outdev/text.cxx:924:19
        >     #14 0x7fc662a49b18 in ImplFontMetricData::ImplInitTextLineSize(OutputDevice const*) vcl/source/font/fontmetric.cxx:338:30
        >     #15 0x7fc661e69138 in OutputDevice::ImplNewFont() const vcl/source/outdev/font.cxx:1097:42
        >     #16 0x7fc661e6ce1e in OutputDevice::GetFontCharMap(tools::SvRef<FontCharMap>&) const vcl/source/outdev/font.cxx:235:9
        >     #17 0x7fc661e7d5a9 in OutputDevice::HasGlyphs(vcl::Font const&, rtl::OUString const&, int, int) const vcl/source/outdev/font.cxx:1506:17
        >     #18 0x7fc61da7a450 in VCLXFont::hasGlyphs(rtl::OUString const&) toolkit/source/awt/vclxfont.cxx:206:23
        >     #19 0x7fc605fce1d3 in oox::xls::Font::finalizeImport() sc/source/filter/oox/stylesbuffer.cxx:787:28
        >     #20 0x7fc606037909 in void std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)>::__call<void, oox::xls::Font&, 0ul>(std::tuple<oox::xls::Font&>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:933:11
        >     #21 0x7fc606037692 in void std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)>::operator()<oox::xls::Font&, void>(oox::xls::Font&) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:991:17
        >     #22 0x7fc606034c6a in oox::RefVector<oox::xls::Font>::ForEachFunctor<std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)> > std::for_each<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<std::shared_ptr<oox::xls::Font> const*, std::__cxx1998::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, std::__debug::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, oox::RefVector<oox::xls::Font>::ForEachFunctor<std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)> > >(__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<std::shared_ptr<oox::xls::Font> const*, std::__cxx1998::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, std::__debug::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<std::shared_ptr<oox::xls::Font> const*, std::__cxx1998::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, std::__debug::vector<std::shared_ptr<oox::xls::Font>, std::allocator<std::shared_ptr<oox::xls::Font> > > >, oox::RefVector<oox::xls::Font>::ForEachFunctor<std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)> >) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/stl_algo.h:3769:2
        >     #23 0x7fc6060348ad in void oox::RefVector<oox::xls::Font>::forEach<std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)> >(std::_Bind<std::_Mem_fn<void (oox::xls::Font::*)()> (std::_Placeholder<1>)>) const include/oox/helper/refvector.hxx:62:29
        >     #24 0x7fc606005f5a in void oox::RefVector<oox::xls::Font>::forEachMem<void (oox::xls::Font::*)()>(void (oox::xls::Font::*)()) const include/oox/helper/refvector.hxx:70:29
        >     #25 0x7fc605ffab14 in oox::xls::StylesBuffer::finalizeImport() sc/source/filter/oox/stylesbuffer.cxx:2769:13
        >     #26 0x7fc6163aa7e6 in sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) sax/source/fastparser/fastparser.cxx:855:40
        >     #27 0x7fc641f9ab9c in oox::core::FastParser::parseStream(com::sun::star::xml::sax::InputSource const&, bool) oox/source/core/fastparser.cxx:123:15
        >     #28 0x7fc641f9b0be in oox::core::FastParser::parseStream(com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, rtl::OUString const&) oox/source/core/fastparser.cxx:131:5
        >     #29 0x7fc64201cb63 in oox::core::XmlFilterBase::importFragment(rtl::Reference<oox::core::FragmentHandler> const&, oox::core::FastParser&) oox/source/core/xmlfilterbase.cxx:354:21
        >     #30 0x7fc64201c40a in oox::core::XmlFilterBase::importFragment(rtl::Reference<oox::core::FragmentHandler> const&) oox/source/core/xmlfilterbase.cxx:296:12
        >     #31 0x7fc6060c309e in oox::xls::WorkbookFragment::finalizeImport() sc/source/filter/oox/workbookfragment.cxx:360:9
        >     #32 0x7fc6163aa7e6 in sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) sax/source/fastparser/fastparser.cxx:855:40
        >     #33 0x7fc641f9ab9c in oox::core::FastParser::parseStream(com::sun::star::xml::sax::InputSource const&, bool) oox/source/core/fastparser.cxx:123:15
        >     #34 0x7fc641f9b0be in oox::core::FastParser::parseStream(com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, rtl::OUString const&) oox/source/core/fastparser.cxx:131:5
        >     #35 0x7fc64201cb63 in oox::core::XmlFilterBase::importFragment(rtl::Reference<oox::core::FragmentHandler> const&, oox::core::FastParser&) oox/source/core/xmlfilterbase.cxx:354:21
        >     #36 0x7fc64201c40a in oox::core::XmlFilterBase::importFragment(rtl::Reference<oox::core::FragmentHandler> const&) oox/source/core/xmlfilterbase.cxx:296:12
        >     #37 0x7fc605bff1da in oox::xls::ExcelFilter::importDocument() sc/source/filter/oox/excelfilter.cxx:100:32
        >     #38 0x7fc641fa97b1 in oox::core::FilterBase::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) oox/source/core/filterbase.cxx:488:55
        >     #39 0x7fc605c005f8 in oox::xls::ExcelFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sc/source/filter/oox/excelfilter.cxx:154:25
        >     #40 0x7fc62e0ed38d in SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) sfx2/source/doc/objstor.cxx:2219:34
        >     #41 0x7fc62e0cdff3 in SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:759:23
        >     #42 0x7fc6302f087c in ScBootstrapFixture::load(bool, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned long, rtl::OUString const*) sc/qa/unit/helper/qahelper.cxx:585:21
        >     #43 0x7fc6302f12cb in ScBootstrapFixture::loadDoc(rtl::OUString const&, int, bool) sc/qa/unit/helper/qahelper.cxx:616:12
        >     #44 0x7fc64b042040 in ScFiltersTest::testColumnStyle2XLSX() sc/qa/unit/subsequent_filters-test.cxx:3729:28
        >     #45 0x7fc64b0b4c56 in void std::_Bind<std::_Mem_fn<void (ScFiltersTest::*)()> (ScFiltersTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:933:11
        >     #46 0x7fc64b0b4a1d in void std::_Bind<std::_Mem_fn<void (ScFiltersTest::*)()> (ScFiltersTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:991:17
        >     #47 0x7fc67f692258 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #48 0x7fc67f6630d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #49 0x7fc67f6630d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #50 0x7fc6738fe014 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #51 0x7fc67f6630d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #52 0x7fc67f5f932d in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #53 0x7fc67f6630d5 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #54 0x7fc67f65c5fa in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #55 0x7fc67f6f4598 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
        >     #56 0x7fc67f690859 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #57 0x7fc67f694624 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #58 0x7fc67f69387c in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #59 0x7fc67f694624 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #60 0x7fc67f69387c in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #61 0x7fc67f722f5c in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #62 0x7fc67f6f304e in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
        >     #63 0x7fc67f723e7e in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #64 0x532f3d in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20
        >     #65 0x53101c in sal_main() sal/cppunittester/cppunittester.cxx:466:20
        >     #66 0x530a36 in main sal/cppunittester/cppunittester.cxx:373:1
        >     #67 0x7fc67dc44400 in __libc_start_main /usr/src/debug/glibc-2.24-59-g86ac4a7/csu/../csu/libc-start.c:289
        >     #68 0x4385a9 in _start (workdir/LinkTarget/Executable/cppunittester+0x4385a9)
        
        Change-Id: I7289846da81944c53756b842b2ac246ec1aecea7

2017-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [d366250c7fc07c35be04f71c311555ab7e156d5f]

        vcl: Fix memory leak at importing graphic from a URL
        
        Change-Id: I9e511f69f489e35ff5805af8fadcdd0d69cdb8d6
        Reviewed-on: https://gerrit.libreoffice.org/39553
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b2262ab5b10f334f1984fec84d2978db81c58f1]

        new loplugin unnecessaryparen
        
        Change-Id: Ic883a07b30069ca6342d7521c8ad890f4326f0ec
        Reviewed-on: https://gerrit.libreoffice.org/39549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [ec1de6895d84fbe4f2d5fb7135a59a918138d970]

        tdf#108919: Fix WID, should be EE_PARA_JUST instead of 0
        
        ...according to <https://bugs.documentfoundation.org/show_bug.cgi?id=108919#c5>
        
        Change-Id: Ic7c35c5abaa0698536ced4ffdf5b5cb095468b18

2017-07-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [de2649025c730fdb8db3175c5e99bee8efe9b313]

        tdf#96750 make test document more minimal
        
        Tested that the test still fails without the fix using this patch:
        
        	diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx
        	index d2191f796427..6aeeff1c1f60 100644
        	--- a/writerfilter/source/dmapper/PropertyMap.cxx
        	+++ b/writerfilter/source/dmapper/PropertyMap.cxx
        	@@ -1321,7 +1321,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
        		 Insert( PROP_GRID_BASE_WIDTH, uno::makeAny( nCharWidth ) );
        		 Insert( PROP_GRID_RUBY_HEIGHT, uno::makeAny( sal_Int32( 0 ) ) );
        
        	-        if ( rDM_Impl.IsNewDoc() )
        	+        if ( rDM_Impl.IsNewDoc() && 0)
        		     ApplyProperties_( xFollowPageStyle );
        
        		 //todo: creating a "First Page" style depends on HasTitlePage und _fFacingPage_
        
        Change-Id: Ief4c68a0359b6dff08e18760e6c605bf1dbf59f1
        Reviewed-on: https://gerrit.libreoffice.org/39554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [df044af5b1a33108f8e5c8c1281f82f5aaa98c95]

        writerfilter: remove redundant virtual keywords in dmapper
        
        Also use default member initializers where possible.
        
        Change-Id: I641ea8e81506d826d4d81e9be21a1a0c8d6160e9
        Reviewed-on: https://gerrit.libreoffice.org/39555
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [d3067c9d37fbb4c085b536c13b1ab9875a27df35]

        loplugin:casttovoid (clang-cl): vcl
        
        Change-Id: I4c54f7edc0422382e1cd7fca95c2e7ab2b4bab1c

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [b7e7d2d1b1620c326e9cc2f22e41bfd4604480ca]

        loplugin:casttovoid (clang-cl): sfx2
        
        Change-Id: If96173b69f07712c1914cc711279527e69870100

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [409aab708a51211dd7a10bfc415c99b46b1ec7a2]

        loplugin:casttovoid (clang-cl): sal
        
        Change-Id: I03e22f73404e1e52761bce1757b224cf6368bd61

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [9d04754308517e155bcb7332e803b098d17a53d2]

        loplugin:casttovoid (clang-cl): extensions
        
        Change-Id: I91eeddd37a745592a9aa0f0827f65db257e1dfad

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [1621a121b344b100a1c2f39fb03791e3e748a8eb]

        loplugin:casttovoid (clang-cl): dtrans
        
        Change-Id: Ie58ab849def17157472e6827c84ee51e14c24b7d

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [58cff1a3bd4a02867eb30e54f3235d9434b12c79]

        loplugin:casttovoid (clang-cl): desktop
        
        Change-Id: Id14f6d0f234188b9e4576380f45dd3eec8d857b7

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [d57c6ff67423151b8d79b5c21c118a22f2813115]

        loplugin:casttovoid (clang-cl): connectivity
        
        Change-Id: I68eef2cff5fffe61bd1ca2abc6d8ef42810406cb

2017-07-05  Stephan Bergmann  <sbergman@redhat.com>  [0153c51bb8530a34d665932e52ffd47064376c83]

        Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"
        
        This reverts commit cc0524a724d0a9b9516ce9eaf499d845165863f8, which broke
        UBSan's -fsanitize=vptr, where Library_sc needs the RTTI typeinfo symbol for
        ScFormatFilterPlugin, but that would now only be emitted in Library_scfilt,
        together with the first non-pure, non-inline virtual function, and Library_sc
        cannot link against Library_scfilt (which already links against Library_sc).

2017-07-05  Mike Kaganski  <mike.kaganski@collabora.com>  [96dec6af8fbc7f46f2032a227c47370256b7d5a9]

        gbuild-to-ide: add VisualStudio visualizers file to solution
        
        See https://msdn.microsoft.com/en-us/library/jj620914
        
        Change-Id: Ibd18f1c36c46ea47c897542f35e3ea2a8bc0a8ac
        Reviewed-on: https://gerrit.libreoffice.org/39510
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [11c8f511779d133229e384b25636e0bba28b3089]

        tdf#108287 replace std::bind2nd with lambda
        
        in preparation of removal of deprecated std::binary_function
        
        Change-Id: Iabb02b100975f67665be9d6d562b7206ef846107
        Reviewed-on: https://gerrit.libreoffice.org/39513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [6e3a5631861ba8b8072fae6c3e5bb1a81627b612]

        loplugin:unusedfields various
        
        Change-Id: Ia7bcf2471381aa6a2768ea795fe6572e38209100

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [1db4ada4fc3a3bf1bd6b6d27bb17867cfb7b4709]

        rename some Kontext methods to Context
        
        Change-Id: Ida1a75672d12a053dbc4fb2739d2ba6f1417463c
        Reviewed-on: https://gerrit.libreoffice.org/39502
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b487c2a1372501f695b9dd4bcb81a1f6682d9bb]

        loplugin:unusedfields connectivity
        
        Change-Id: I056b36249803982e451b887cc73b49a851144b7e
        Reviewed-on: https://gerrit.libreoffice.org/39498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-05  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [054dab1b9d4985c473e07c2618e5d6bf6ebc5466]

        nitpick, tdf#107340 follow-up
        
        Remove unwanted variable
        
        Change-Id: Ie1f193b55a5c957e38e8499d6d5701441bc2b7e3
        Reviewed-on: https://gerrit.libreoffice.org/39547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
        Tested-by: Rosemary Sebastian <rosemaryseb8@gmail.com>

2017-07-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cc8390df26dad04a74425804dbd7ba068daca0c2]

        Updated core Project: translations  60225a1ba7744aef045da360e5dbbfe3261636c2
        
        update translations for 5.4.0 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: Ia9fda2cbbf1e572cbf585a8284fffbada72d0da2
        

2017-07-05  heiko tietze  <tietze.heiko@gmail.com>  [8d364889ad1e2b6c5b0a6049afcd4f28e702d66e]

        tdf#108928 Branding for 6.0
        
        Fix for wrong colors at intro.png
        
        Change-Id: I2ceab2139c87b57dd12f390a195a0e029878f5fb
        Reviewed-on: https://gerrit.libreoffice.org/39512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-04  Caolán McNamara  <caolanm@redhat.com>  [5dcfc42bdcc110f01a9febc356e10dde1229dfa8]

        ofz: fix build
        
        Change-Id: I5eb84c20f3a1a23a5450c613678bdc4054747165

2017-07-04  Rene Engelhard  <rene@debian.org>  [4b7a1b424eab9a48017fbe224c6be6fac4748007]

        fix m68k build (again)
        
        This reverts commit d5d6ee3b3e7cf3d93f892a452244051e4294fe6d and applies
        the patch cleanly again. somehow it got mis-applied.
        
        Change-Id: Id199d9086fb8e2e52bb810c8ddcbdd7fa7060676
        Reviewed-on: https://gerrit.libreoffice.org/39279
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2017-07-04  Heiko Tietze  <tietze.heiko@gmail.com>  [e1c89b12c94c06309032250da0ac7c84d3f96bb6]

        tdf#108928 - Branding for 6.0
        
        Initial proposal for branding
        
        Change-Id: I9fffe6b1c319505cd8a6b54a84ed585151a93122
        Reviewed-on: https://gerrit.libreoffice.org/39507
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-07-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [db714f4d76cb71c1124eb2f4902a816168f6513b]

        make binary functors unary, related tdf#108782
        
        These functors were always used as unary functors with std::bind2nd.
        
        This patch is a preparation of removal of deprecated
        std::binary_function.
        
        Change-Id: Ifd120227ab0a0db4c93dd56a9d46feb602b1ae4c
        Reviewed-on: https://gerrit.libreoffice.org/39500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [27f61c4cfb88c23ef3c370921e6f9c186c602175]

        sc: remove trivial copy ctors for functors
        
        The compiler will generate the same default copy ctors if needed.
        
        Change-Id: I0029e2162ab7d3da9b0cd9bfcf8c06d55c59e2b7
        Reviewed-on: https://gerrit.libreoffice.org/39497
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9a5769dd1b30b7aa369affa93e38bfffe972a300]

        avmedia: remove trivial copy ctor
        
        Change-Id: I650067c981f2fd3582687ffd562a1f8057e49fc2
        Reviewed-on: https://gerrit.libreoffice.org/39501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [b93abe9e724092222b9bfec23c1090cfab0c6f9d]

        Fix "TODO: remove?"
        
        ...from previous 18713e10451b017784c7a1f783612074c5f84c42
        "XclExpXct::StoreCell(Range) rToken param is unused", according to Eike's
        replies at <https://gerrit.libreoffice.org/#/c/39456/3>
        
        Change-Id: I525b428eb6853bc19be9f9c3cd08a206d031ed51

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [19c13650c81ae7e0ad6cf0d7b8661f8440ee7892]

        Break solenv/bin/assemble-flatpak.sh out of dev-tools flatpak/build.sh
        
        ,,,in preparation of moving to a flatpak-builder manifest.json approach
        
        Change-Id: Ie9e90a85cc6e94ff7191161085c6e607512db0c4

2017-07-04  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [fe25f95c3de542f15f6043c85f7385cd7569f237]

        tdf#107340 - Incorrect undo label with Track Changes set
        
        Override the GetRewriter() function for the class SwUndoRedlineDelete
        
        Change-Id: I4f7080d9d8eb79757e3e915b51f157bee29e9334
        Reviewed-on: https://gerrit.libreoffice.org/39472
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-04  Olivier  <olivier.hallot@libreoffice.org>  [9cb1fe80b2dfd3684205277f5222df3d743d09d7]

        tdf#105831 Add Donate entry on Help menu
        
        The full implementation depends on infra Task #2179
        https://redmine.documentfoundation.org/issues/2179
        
        revision1: change to https, per demand of #2179
        
        Removed ellipsis
        Code changed as suggested
        
        Change call to pass BCP47 string, with language as fallback.
        task #2179 will be reviewed accordingly.
        
        Change-Id: I573542da0f394d7128faab0106df852d622c98b3
        Reviewed-on: https://gerrit.libreoffice.org/34693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-04  Eike Rathke  <erack@redhat.com>  [209cc5c211260a6c20cc6fb5ac02fd5a88100314]

        Set error on more than max params (255) per function
        
        Parameter count is size byte, so.. SUM(1,1,1,...) with 256 arguments resulted
        in 0 (uint8 wrapping around).
        
        Change-Id: Ib9997ad0d0d13d4c5171f276148b6c5cad570d5b

2017-07-04  Michael Stahl  <mstahl@redhat.com>  [4a77a818e0df010adcbefdcee0453ce0b16c0400]

        reportdesign: -Werror,-Wc++1z-extensions
        
        static_assert with no message is a C++1z extension
        
        Change-Id: I90750252a5c0b856d74ca0ef3f999d457a9bb8be

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [eeb1030c6455d4b45bdd4e535a3eafd809716e54]

        loplugin:unusedfields in cui..idl
        
        Change-Id: Icb393cc0b2f79ded154e186ab6975b95e5126903
        Reviewed-on: https://gerrit.libreoffice.org/39496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Eike Rathke  <erack@redhat.com>  [3054a8c1c148aee9cb3feaa4e7b5edee010deead]

        Prepare for change of VAR_ARGS value
        
        Change-Id: I0b1955bb660b5e19587799de657c63634705b99c

2017-07-04  Michael Stahl  <mstahl@redhat.com>  [f99ff13fd10fe0dfd0875a725264b0e685c42326]

        xmloff: prefix members of XMLTextStyleContext
        
        Change-Id: I9db514a20aad0e82a99a02334dfd5910b66e3a01

2017-07-04  Eike Rathke  <erack@redhat.com>  [a5bff392177d2355a428d9d53a048500230e06c9]

        Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.h
        
        ... to have it at one central place instead of two. And add comments why
        changing the value is not just easily done.
        
        Change-Id: I266ea55c79c02a653a0704c33f9fa712bbcd104e

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [9f4421039a40f385489cb2f3ad8a1b02fb32251c]

        loplugin:unusedfields in sc part3
        
        Change-Id: I7323e8644e5d336d52fa21b063264b0847b5e780
        Reviewed-on: https://gerrit.libreoffice.org/39064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Jens Carl  <j.carl43@gmx.de>  [998532d8542b87b4069416ca48d1fc90e8d8ed70]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        Remove "long" integer literals in extensions/
        
        Change-Id: I2eb5daa178ec9adcaddb999bad410aff0e94220c
        Reviewed-on: https://gerrit.libreoffice.org/39149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [3822597b21b529a2ed58a74477fd0e58390e656e]

        typo in comment
        
        Change-Id: I816f2dad87d798296e60a5eb8842a147f504b90b

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea1839853fbdc49ead92a7cd465e427f4167cea2]

        loplugin:unusedfields in editeng
        
        Change-Id: I9806d87028a11a8103c35004c87b5098ca591409
        Reviewed-on: https://gerrit.libreoffice.org/39495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  nikki  <nikkic@epoq.co.uk>  [9ad9c5183f348384b62ec88459a3a5922e423d83]

        Fix tdf#106029 - Add setting XML_doNotExpandShiftReturn when exporting to docx
        
        Change-Id: Ie8ffb0f2d5444c6ead13bdc894715c5a2e6d0baa
        Reviewed-on: https://gerrit.libreoffice.org/36485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [469076317d27e545449ea5a5688a468d02558451]

        loplugin:unusedfields l10ntools..rsc
        
        Change-Id: I78785eeab436910c9e8733924a7c43fa998ba36f
        Reviewed-on: https://gerrit.libreoffice.org/39491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [8237a77245227e434ce8a988aa164a67850281e2]

        loplugin:unusedfields in formula
        
        Change-Id: I5d8fe8869087efda68d040448b2d9e0e7e5611f6
        Reviewed-on: https://gerrit.libreoffice.org/39493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b24fba09c3eaf5d412aa3c3135dfa403b92c788]

        loplugin:unusedfields in framework
        
        Change-Id: Ibb602e037bcee518c31dfe9734a5c5773cff23ab
        Reviewed-on: https://gerrit.libreoffice.org/39492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [dd74a659c60c1f0e7733d4244e808865377c6316]

        support for saving a modified image instead of original version
        
        Normally when you save an image through the "Save..." entry in the
        context menu for an image, the saved image is the original one more
        eventually applied filters (which are not removeable).
        Further applied transformations like rotations, cropping, color
        effects are not included in the saved image.
        This patch offers the user to choose if saving the original image
        (with filters) or the modified version through a pop-up dialog.
        The new feature is available in Writer, Draw and Calc.
        
        Change-Id: I4f983e3a5e8a6839fa5789a96c4d8c44477c1fd7
        Reviewed-on: https://gerrit.libreoffice.org/39480
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-07-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [abc440a691efb872afac385ce5ed28cd5db56c8c]

        tdf#105095 DOCX import: conditionally ignore leading tab in footnotes
        
        Commit b38629ae210b204a6d24d6e9c5c62eaaf563d494 (cp#1000017 DOCX/RTF
        import: avoid fake tab char in footnotes, 2013-12-05) added code to
        strip leading tabs from footnote text to improve odt->docx->odt rountrip
        experience.
        
        Turns out that this is correct only in case the gap between the footnote
        number and the content is provided by a paragraph margin. In case there
        is no such margin, then the tab is wanted; so only conditionally ignore
        such leading tab characters.
        
        Change-Id: I9d419bf2fd3b4899208489210cbe9809a2ab0736
        Reviewed-on: https://gerrit.libreoffice.org/39490
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-04  Eike Rathke  <erack@redhat.com>  [287e853b85c86243faafc4cefb21eb8dd2390f90]

        Any mentioning of "1 to 30" arguments is nonsense
        
        Except for CHOOSE that is limited to 30 jumps.
        
        Change-Id: I91c139ec574595eea00fb282887476e790bc95b2

2017-07-04  Eike Rathke  <erack@redhat.com>  [29c4c8206d03494f32809e06814675d2952ae0bc]

        Remove artificial parameter count limit from NPV()
        
        Change-Id: I09b1afa89d57a41a3c58cd7cc27ea62dcd508550

2017-07-04  Eike Rathke  <erack@redhat.com>  [151ee1eb2cd0d9f0c46975ea260c0d12f0ce8db1]

        Use ReverseStack() in NPV()
        
        Change-Id: Iff84889c4ff5f7a2c5916e18911cbf624937a8f4

2017-07-04  Eike Rathke  <erack@redhat.com>  [e922d7531fa6ccf6187cd7e41132226abb2cac58]

        Remove artificial parameter count limit from SUMPRODUCT()
        
        Change-Id: I49956ebad76628588743e2af4eee9bfde4775198

2017-07-04  Eike Rathke  <erack@redhat.com>  [77fcd7c819a4455fd6d21df3c8c0a74a34545140]

        Remove artificial parameter count limit from GRETPIVOTDATA()
        
        Change-Id: I28fd0398fa7c8a45e8b372c79955f20eb3ff8c99

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a1a96033967bac7a323772bc876e9e44d3464d3]

        loplugin:unusedfields in sd
        
        Change-Id: I42def3dc21ae1a18e1c98d1aeeff4ed4425e941a
        Reviewed-on: https://gerrit.libreoffice.org/39479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [fb0644e8f0a944c10b654233813ab40792e78e0a]

        loplugin:unusedfields in sfx2
        
        Change-Id: I9f57545ca4ee5159a095f9b35267d298ccc7fb4e
        Reviewed-on: https://gerrit.libreoffice.org/39476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3499a00fc7c1ce3393577c592b9ac6771d2a922]

        loplugin:unusedfields
        
        Change-Id: I6bf3de7ba6e6bff2fd607156a0dcdd554887e491
        Reviewed-on: https://gerrit.libreoffice.org/39475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc37a4c803cf16e969e51a67349ff83bd4de0fb0]

        extract common code in TokenPool into template
        
        Change-Id: I773ade4f8c4f1a2a99f80482b7dd86212137b2c4
        Reviewed-on: https://gerrit.libreoffice.org/39305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [dfc0dc4801707b2d8080af1540625b43bd463e17]

        loplugin:casttovoid: fix containsPreprocessingConditionalInclusion()
        
        ...and re-enable plugin
        
        Change-Id: I0b42cfc0f0b45711e714e6661ae9dd39f05f8960

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [f1cef09fcda11e321f8b01ab4600c28339dec45a]

        loplugin:casttovoid
        
        ...cases that were initially missed due to the broken
        containsProcessingConditionalInclusion()
        
        Change-Id: Ib7d801ab5173ee590ef35a9e075d3ce4d4aa06da

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [0cc53919440f150f4bfedb7a5b88cdb0cf3317dc]

        loplugin:casttovoid in VCL_BUILDER_DECL_FACTORY
        
        Change-Id: I4b0dd08963cf50daa41901975c6f92fe21db2048

2017-07-04  Stephan Bergmann  <sbergman@redhat.com>  [56dcc7b65f0d9d0dd02486d0e9e6be366248c3f5]

        loplugin:casttovoid in RTLFUNC
        
        Change-Id: I810278640936e9b3c73f56a37e8c4786fd2790e3

2017-07-03  Varun Dhall  <varun.dhall@studentpartner.com>  [6e7300d1046a195068fa97a0d91a95f19cc5c056]

        EditEngine: Added test to check multi para start copy/paste
        
        Change-Id: Ic253af5ab75783280926f2ed8387f69015014227
        Reviewed-on: https://gerrit.libreoffice.org/39488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-03  Julien Nabet  <serval2412@yahoo.fr>  [9170d10cc57c3f0f3e82b27ce4b2cd9c897e669d]

        No need anymore to duplicate DBFType enum
        
        Change-Id: I4108cc3ec98796f6d5e2e5ba139f20f00a692d30
        Reviewed-on: https://gerrit.libreoffice.org/39486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb104a28daf5b17f24c95da637fc292593eea99b]

        tdf#108609 rtl mode set on ruler when it should be ltr
        
        regression from
        commit 8ccbc16b5e3f94b8db105232d7085a8553e6bc03
        "convert SvxFrameDirection to scoped enum"
        
        Change-Id: I2063ddf4344fb41b54f2ad96a471df4d3205406d
        Reviewed-on: https://gerrit.libreoffice.org/39478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [da5356b099c2504b3e9238f1afce410233847f9d]

        Revert "Workaround to call /app/bin/xdg-open when run under flatpak"
        
        This reverts commit 28a03248b1d1649e157b788e43dfe8326f165379 (and removes a
        stry empty line).  There is no more need for our own /app/bin/xdg-open, as
        xdg-open in the freedesktop.org (and thus also GNOME) runtime (see
        <https://github.com/flatpak/flatpak-xdg-utils/blob/master/src/xdg-open.c>) by
        now knows to ask the Desktop portal, too.
        
        Change-Id: Ie4141d02ba5f43c0264afcfae9edfc2d3a8cdb16

2017-07-03  Jean-Pierre Ledure  <jp@ledure.be>  [6845c370a7371a142458fc18716687d6c97d397a]

        Access2Base - RecordSource property of Form class
        
        Use Command instead of ActiveCommand
        which delivers only SQL statements while expected
        command type should be table, query or sql
        
        Change-Id: I824a02cf5dab7b59f70b3a0ae9ba9f874e86733b

2017-07-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b2745804d73204b5948abc62ebddd6559e8f71f5]

        Restore copyright header
        
        Change-Id: I390ba8851bb16ca37c2af97d2fa0ab6bdf4a9a14
        Reviewed-on: https://gerrit.libreoffice.org/39481
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5e0a143308e976b4165ff6181f4dccc3db0bd31]

        tdf#108524 sw: attempt to split section frames inside table cells, take two
        
        Tables-in-sections were already split across multiple pages, but not
        secions-in-tables. To be safe still don't allow
        sections-in-tables-in-sections, so you can combine these in both orders
        now, but not recursively.
        
        To achieve this, relax two "not in table" conditions to just require
        "not in a table that is already in a section", and define that in case a
        section-in-table is to be split, the follow section frame should be
        inserted under the follow of its cell.
        
        With this, finally the section frame in the bugdoc is split into two,
        and the second section frame is moved to the second page as expected.
        
        This restores commit f991b842addddeada6dc45c4054deeca5aa7f17b, but this second
        take makes sure that we do not crash while laying out ooo61225-1.sxw.
        GetNextSctLeaf() used to assume that SwTableFrame::Split() created the
        follow cell frames; and when that wasn't the case, it crashed. Still
        don't attempt to create the cell frame in GetNextSctLeaf(), but handle
        when the cell follow frame is missing, and return early, as it used to
        be the case before this commit.
        
        Change-Id: I9dcc76b4c61b39b9d23b140b84420e89cf274cf3
        Reviewed-on: https://gerrit.libreoffice.org/39471
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [e037381f85413fe6329c54e49ccfcac88dd71048]

        loplugin:unusedfields in slideshow..svtools
        
        Change-Id: I74d5a4b8cfc4b18267f99648a3112b163c91fd8c
        Reviewed-on: https://gerrit.libreoffice.org/39474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca4701fec182d928ab3d39f2183dafecf90e430b]

        loplugin:unusedfields bIsMarked in SvTreeListEntry
        
        write-only since GetIsMarked was removed in
        
        commit 06ea347b939895d3091ce747c26de58f4d4a766a
        "loplugin:unusedmethods svtools"
        
        which in was unused since introduced by
        
        commit b755fb8c0f6b1282f62c12f378c0a5ecac64d490
        Author: Steve Yin <steve_y@apache.org>
        Date:   Mon Nov 25 16:15:58 2013 +0000
        Integrate branch of IAccessible2
        
        Change-Id: I1342d4c020e53380f4c52fadcbf36ff520efaad4
        Reviewed-on: https://gerrit.libreoffice.org/39470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [31d4562ca9e21f7b04960ac083765733e9a55118]

        use begin()/end() when working with Sequence
        
        Change-Id: Icf9da6a24d72c073338f6fbb513d7250b3898015
        Reviewed-on: https://gerrit.libreoffice.org/39469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [bce779932b59990fbdf8278993f8bb9514781de2]

        loplugin:oncevar (clang-cl): xmlsecurity
        
        Change-Id: Ic5e4dac2626474dd3d44ef5097522bc7e2207cd1

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [015269478d77da29dd21e35348d7296fbf4ad903]

        loplugin:oncevar (clang-cl): winaccessibility
        
        Change-Id: I26dca32ba03c7fe163886ebcd4a6a8bc4871b065

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [d6b625058404cfc0bbccf8180c27419812f8d7ba]

        loplugin:oncevar (clang-cl): vcl
        
        Change-Id: I0459978c2cfb61cd7251f0e8d9a30f1f19c02c11

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [1e5e504b2f88fb29a823663fae505863ac00f593]

        loplugin:oncevar (clang-cl): tools
        
        Change-Id: I6670c2fd0c5897939b16874ed2106475fa948d2d

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [6507c0271f081d93ddf68dac25abfe4bd46f0554]

        loplugin:oncevar (clang-cl): shell
        
        Change-Id: I594596f27aa6f223d2294586357b11595377e1fe

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [a3bb6af1c2520b4bbb98a49bd7beed497d2d08b1]

        loplugin:oncevar (clang-cl): sal
        
        Change-Id: Ib43dd6f8c96274d251bbf5935888789964ba3f9b

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [065a8ea524dacb8bda2ee00d0a6a08964823e0f5]

        loplugin:oncevar (clang-cl): fpicker
        
        Change-Id: I13e11f07a8022b315ffa80282575472bcb0c3acc

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [602867578e1e1c1d2cd89a6ef619c729482a0617]

        loplugin:oncevar (clang-cl): extensions
        
        Change-Id: I70cac146d09f015db3f7889f3cdd46c00c45c41a

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [a81c6eb5ffc055ce6e299eb6606095538a858d27]

        loplugin:oncevar (clang-cl): embedserv
        
        Change-Id: Icc9d01b46975505c54a6395edfbeb15cf25c8700

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [663376dee3b8c0ea0f6f8079e14a512b060ecb24]

        loplugin:oncevar (clang-cl): dtrans
        
        Change-Id: I2ec41f641f3784ef86322c25481e6794e29eb889

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [97e2369562f3dbca8568983a2d47ce953fa79acf]

        loplugin:oncevar (clang-cl): connectivity
        
        Change-Id: I76dcc99c29302b49a1d66fa22db8b28714421a98

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [a93ca8021af8f3fc570cedce2e0bf639807b04e0]

        loplugin:oncevar (clang-cl): canvas
        
        Change-Id: I0fde86dbaa4bfa9377445800db176a82211aad17

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [d7f63439cb4c2436a5333643cec8f2d452ef6f74]

        loplugin:sallogareas (clang-cl)
        
        Change-Id: I0da74386a01c9a2db6436c9cd30aac204eb2ce73

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [decfa1ff8780c456dbcde966b0b1441121213cb1]

        Disable loplugin:casttovoid for now
        
        I'd accidentally developed it against a Clang built without
        LLVM_ENABLE_ASSERTIONS=ON, so only saw issues with
        containsPreprocessingConditionalInclusion() now.
        
        Change-Id: I5da6775a06de748e78b34a42f63b0543c3893124

2017-07-03  Jens Carl  <j.carl43@gmx.de>  [6e0a152350dbb476ef70ad9b17d57607fadc0666]

        tdf#39468 Translate German comments/terms
        
        Change-Id: I9edef3138964d3f43745be39956bc6bb66d0cc4d
        Reviewed-on: https://gerrit.libreoffice.org/39403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Johnny_M <klasse@partyheld.de>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [a2a890a4eb5029b9adace190a7da1b65b5855b15]

        Rather translate "Sonderzeichen" as "special characters"
        
        ...as had been done in sal/textenc/tcvtlat1.tab, in
        5034e8217c9844293dc94e5dff0bdc865ad7a91a "Translate German comments and debug
        strings (leftovers in dirs sal to sc)".  What those comments actually want to
        say is that, despite being the ASCII control character region, those encodings
        contain some graphic characters there.
        
        Change-Id: Iefad9c45341891c3e91e6b9fb265d3070d1220ad

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [65d6c642590bd5f51c04228d941608322a85f1ac]

        loplugin:casttovoid
        
        Change-Id: I427b15b35ef6e7c803cb8a00c961d35175ae8cb2

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [e6391dde04044147a1ac13acdccf797f3872fc6b]

        gtk+ FIXMEs vs. loplugin:casttovoid
        
        Lets assume the functionality will actually be implemented and the parameters be
        used.
        
        Change-Id: I8500b0f8cbd336132a357423b3e1651d52e605cc
        Reviewed-on: https://gerrit.libreoffice.org/39455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [18713e10451b017784c7a1f783612074c5f84c42]

        XclExpXct::StoreCell(Range) rToken param is unused
        
        ...ever since the code's introduction with
        ef7f35dbe9a0436970c489f6d4eed2d6f7ba7e45 "#i107439# BIFF export: write
        external link data correctly".
        
        (There's already a StoreCellRange overload that would then have the same
        signature as the one from wich the rToken parameter is removed, so rename
        these functions with a trailing "_".)
        
        I added two "TODO: remove?" comments at places where it's unclear to me whether
        things should be cleaned up further.  This needs reviewing.
        
        Change-Id: I2d69c8a21a219481e64a7f62757618d79ef32b81
        Reviewed-on: https://gerrit.libreoffice.org/39456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c4ddf6cd6d97e7ce7c2e63e4d393bbeffcb34e4d]

        C++11 remove std::unary_function bases from functors
        
        std::unary_function is deprecated since C++11 and removed in C++17
        
        90% done with regexp magic.
        removed obsolete <functional> includes.
        
        The std::unary_function base class was used in 3 places:
        * chart2/source/tools/DataSeriesHelper.cxx: lcl_MatchesRole
           is used in a std::not1 function helper who uses the members
           return_type and argument_type.
           - replace deprecated std::not1 with a lambda
        * chart2/source/tools/ModifyListenerHelper.cxx:
           lcl_weakReferenceToSame used the argument_type member in the
           operator() parameter.
           - inline the parameter type.
        * xmloff/source/chart/SchXMLExport.cxx: lcl_SequenceToMapElement
           used result_type and argument_type in operator().
           - inline the types
        
        Also fix compile error with gcc about finding std::for_each.
        
        Change-Id: I073673beb01410c3108e7d0346d9e7d6b9ad2e2f
        Reviewed-on: https://gerrit.libreoffice.org/39358
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-07-03  Johnny_M  <klasse@partyheld.de>  [5034e8217c9844293dc94e5dff0bdc865ad7a91a]

        Translate German comments and debug strings (leftovers in dirs sal to sc)
        
        Translates leftovers found using a custom regex and manually checking
        the rest of the affected file.
        
        Additionally:
        - A few spelling fixes
        
        Change-Id: I2b83bd11adf520b90bb29c8ea624990759dad3c6
        Reviewed-on: https://gerrit.libreoffice.org/39427
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [00c81f291922b09f3bd6ceb334d5aaae0bab5334]

        Fix typos
        
        Change-Id: Iaf63c488f895c446bb54119d8c9f15e0adcd1eff
        Reviewed-on: https://gerrit.libreoffice.org/39454
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5f13f34581a9ee73f72bfb4f71e7a827de1e2e0c]

        Fix typos
        
        Change-Id: Icf25b22857abd97e8b6a72d3d546fd1eed882049
        Reviewed-on: https://gerrit.libreoffice.org/39385
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-03  Johnny_M  <klasse@partyheld.de>  [e8c7a49c49cfde6e22cb5fea0d07e68409de61af]

        Translate German comments and debug strings (leftovers in dirs scaddins to sd)
        
        Translates leftovers found using a custom regex and manually checking
        the rest of the affected file.
        
        Additionally:
        - A few spelling fixes
        
        Change-Id: If54a0ecc58a429ee1c63abd43411c50304dab176
        Reviewed-on: https://gerrit.libreoffice.org/39450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a029fd42907bf617a26cdfe4278b191b0a34de8b]

        sw: prefix members of TemporarySwap
        
        Change-Id: I7792ccb06d25a532605ff8eee1bffe17d41c6ad5

2017-07-03  Stephan Bergmann  <sbergman@redhat.com>  [33ee8e61292af05627f5f72ea2f93ad80e715e46]

        Work around bug in Clang 3.8
        
        ...that causes
        
        > clang/lib/AST/Type.cpp:1878: bool clang::Type::isConstantSizeType() const: Assertion `!isDependentType() && "This doesn't make sense for dependent types"' failed.
        
        compilation failure in PCodeBufferWalker in basic/source/comp/codegen.cxx
        
        >    static T readParam( sal_uInt8 const *& pCode )
        >    {
        >        short nBytes = sizeof( T );
        >        T nOp1=0;
        >        for ( int i=0; i<nBytes; ++i )
        >            nOp1 |= *pCode++ << ( i * 8);
        >        return nOp1;
        >    }
        
        with loplugin:oncevar.
        
        Change-Id: I25417076549ea538adf013282f3657e0d642d776

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [a5c200bddd51cba75d30f37a33541778ba8223b4]

        loplugin:unusedfields in svx
        
        Change-Id: I027b70ee92ab07eb68452457c3ee45de3ad22c8b
        Reviewed-on: https://gerrit.libreoffice.org/39412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [09a4d2faa429cc52d603abc55d99723f39dc9023]

        loplugin:unusedfields in sw
        
        Change-Id: I807f93757bfddf17f71568f1e3c174229f169f18
        Reviewed-on: https://gerrit.libreoffice.org/39409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Noel Grandin  <noelgrandin@gmail.com>  [1fe0dc7377300ad961438f5a69bd8bc023cc314d]

        use sal_Int64 in tools::DateTime
        
        instead of long which has platform-dependent bitlength
        
        Change-Id: I888458d7807027e237772940d4b2cc15c2971243
        Reviewed-on: https://gerrit.libreoffice.org/39434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Noel Grandin  <noelgrandin@gmail.com>  [f5b0cc2a3690ba963b3f150886e1d5ddddee9530]

        use sal_Int32 in tools::Date
        
        instead of long, which has platform-dependant length
        (32bits on windows, 64bit on everything else)
        
        Change-Id: I9b5a950f56dad99a016b481c221bfd103ffa3911
        Reviewed-on: https://gerrit.libreoffice.org/39433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [75bb1926c5ec3ea4b40d578851774725de0e7440]

        writerfilter: fix indentation
        
        Change-Id: Ibc258a02ddb6385fb50206a6cc694f169432bd22

2017-07-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [21ef36fc5f71a8d90029000be65988ce5a14e503]

        Updated core Project: help  f8c345808ceafe87be6207e5ae304a9fa6c4cd16
        
        tdf#108871 Fix embed of RAWSUBTRACT in Help
        
        Fix also COLOR.
        
        Change-Id: I159b20f36e1452864fa466584ff2de283251f11c
        Reviewed-on: https://gerrit.libreoffice.org/39458
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [a04ccfed42b41e3753f11dc93b2da3ba1e1ed24a]

        loplugin:casttovoid: accessibility
        
        Change-Id: I397c1c51c166d57917d2a412ec8f59c8a24936f2

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [bd50d82d6fee6788420099ac973ea0782b015fa4]

        loplugin:casttovoid: avmedia
        
        Change-Id: I38a63a672de06b5f75370e0d08ce96d85cdb1cb3

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [509fd38fba550b554217cd67061e8571486d0f9b]

        loplugin:casttovoid: basctl
        
        Change-Id: I3a8222d39ed02fc048dab1dc6f8dd0ac48857b3e

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [806a2609e5a1436667a6ad4aa93d14dbdd61c302]

        loplugin:casttovoid: basegfx
        
        Change-Id: I5a7723a9b0ce64969a96a3bccb47b380a138b69c

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [c8fd385d6100d7b0ef2db3c5f4f1871470c65689]

        loplugin:casttovoid: basic
        
        Change-Id: I4e70accf67d4d812b8998b0baa07cd04c27216ad

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [aa2b7d55c6f8e1d8390b0e820b1e5586bb5a7d4c]

        loplugin:casttovoid: canvas
        
        Change-Id: I2b719ff5fc03a74ba0f657351343462aaa9c7296

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [88b4ec9afb1e5f7864b570beef1cd3e62a191942]

        loplugin:casttovoid: chart2
        
        Change-Id: I63a2429860bf0ac3d80a8a43bcbde8b8f00f533f

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [2b1c731f3c69c1fa1af68e01683711ceda585e07]

        loplugin:casttovoid: comphelper
        
        Change-Id: I28752323d31320141a537c0e108c911cef09c10a

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [41dbfa9ec7380e082279f1b01bfd323d23134b7d]

        loplugin:casttovoid: connectivity
        
        Change-Id: I03127890499dac67816bb43a8c3fb9dd87eefcab

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [bdb21c75933fb62f4e28d31b6e908fdd1d5731d3]

        loplugin:casttovoid: cppu
        
        Change-Id: I5f2880701f42000e15c148f3c14a211fbbcf2ef1

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [d30f4e3647483b4ef9c98d0f9c93c50905005d3c]

        loplugin:casttovoid: cppuhelper
        
        Change-Id: I70a8f00b5ec9d100185d2865bcf54ce96c93adc3

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [bee3461c8756d707d042a71a92f81de943229db9]

        loplugin:casttovoid: cui
        
        Change-Id: Id8c4baf8c22cde50c22e4dcbcb475d78294baf5d

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [90c91f6b867ebbcd8fa64d8b9ed4dd9b8aa4f6ef]

        loplugin:casttovoid: dbaccess
        
        Change-Id: I63f14e06feccdd19ef62ac335fe71bfcec8c580a

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [eef90bd694536c73922b681581138957b711f144]

        loplugin:casttovoid: desktop
        
        Change-Id: Iea973ac2047c030019b70e6db37328d05058af08

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [2a468fff56deeefb8d77d971e2f21c90e435568a]

        loplugin:casttovoid: editeng
        
        Change-Id: If389b63fce54a5504d3e25804148038e7c4d4ca9

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [badc759a8a97965bbc77aea6fb417c94a3e088a1]

        loplugin:casttovoid: extensions
        
        Change-Id: I5922341e0bb74da854307e6cb0a004395f3e8851

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [ef7d2da6aaa2efe6dff221803a1f83b626e68529]

        loplugin:casttovoid: forms
        
        Change-Id: Ib3f4eaa68566665b9d6eec324cef593411b1aa7b

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [385ab75a63023bd46ad2d2f5c548e14eb029215c]

        loplugin:casttovoid: formula
        
        Change-Id: Ice54ac31c7b1153220895359e3df5b15b54d5484

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [54445375ec54696a35f28c7e1bd3efe1c35e1fbe]

        loplugin:casttovoid: framework
        
        Change-Id: I9e111f06520019ac87fbb55a9ca813fb97e6ed3a

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [207d625a9d0ae61d82ee2a72aeb998aff61bff15]

        loplugin:casttovoid: helpcompiler
        
        Change-Id: Ifd37b99b27d1bf25109c83a054b36c1da3825d84

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [5c2002d0d2a0dafe4d4315946c76cef6b2adb9a6]

        loplugin:casttovoid: l10ntools
        
        Change-Id: I9f21497e821632936074272b52879507f60afe65

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [66d19e8f6acda6de9300d86cb15edd2dd5f7228f]

        loplugin:casttovoid: linguistic
        
        Change-Id: I9d3a91a15dc748567b03709750e416f5f54cb579

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [124ed93a80ceab20b9af5e477c4761785f25f202]

        loplugin:casttovoid: oox
        
        Change-Id: If0d0e801beae55c0cee1e6b5d18a494066090800

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [7c024c78bcd0426e8c44b4639260eeddbfc2c2e3]

        loplugin:casttovoid: package
        
        Change-Id: Ic1459121287c613bbc64f4f673b0e28d7019db1c

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [7ce3fb484e4c9d5d257e698e226384da44f3c0c3]

        loplugin:casttovoid: reportdesign
        
        Change-Id: Ie7d26ac2369d8555dbd17925158d693bb8a37d7a

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [e303d4b93cbe7ba9b96c9d274b83e88632f73073]

        loplugin:casttovoid: sal
        
        Change-Id: I70cf54799f08e3bc586d42d6c634eb02a049ea0f

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [592ab6435b22f7d1a0d9d940ccc32059fed05b87]

        loplugin:casttovoid: sax
        
        Change-Id: Id8ac78d146dc63168fe9f76c94cd1bf0d2b1b6d9

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [cc7fd44822441c676864a8774994ce7093a4f197]

        loplugin:casttovoid: sc
        
        Change-Id: I1dddf4431ccbcea8a5d89d2849307efba592cae9

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [f6abc3f97e74df0c4ae05abf4075085a9b9c1cc4]

        loplugin:casttovoid: scripting
        
        Change-Id: I9f77eca5a80ad4e9d3cee8f7400a245f5fa78bbb

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [619c9b494a76b0fb8b0cf6c9b7622f17cf1d5b6c]

        loplugin:casttovoid: sd
        
        Change-Id: I5b83c826da2613e537025f2c849a80468c7d8504

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [ec0146214165c53a9b82d62b8c1408aaaaf465ca]

        loplugin:casttovoid: sdext
        
        Change-Id: I557d59a4bfb9cab17a2cb00c3a80f85a6ef9671b

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [278aae133e3252572bfae5e950c6ec9f8f254b29]

        loplugin:casttovoid: sfx2
        
        Change-Id: If08aeb785b6ccffe477ddacc314f2182f6746648

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [58c0252f372221eb71a669686c34f945533bd530]

        loplugin:casttovoid: slideshow
        
        Change-Id: Iaa330dc5cedd31fb3f35e6ebdef62a99900f0ee0

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [10c5d637741dba758f1f3f41ac1347ee55cdf162]

        loplugin:casttovoid: solenv
        
        Change-Id: Icd4328eed3cd682c98fc9be7368fcbac55a94edf

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [171936092b07a17219ef2d9132aff0033b35d8cc]

        loplugin:casttovoid: starmath
        
        Change-Id: I39dd0d8d146f6af4f725f8954185df1a4222ff57

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [30e081a40a8cea542a132f0e0f104dba88809047]

        loplugin:casttovoid: stoc
        
        Change-Id: I7e11f40d71b83e39154a5036e2d2241dc29674e4

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [df45d21334e931db03ad9ceb2574a03c4b8ca3e3]

        loplugin:casttovoid: store
        
        Change-Id: Idb679a4070202fe7baecab79b69a5a4cf395e7d7

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [e943a42e2bd7db27679c3b99ef97f955db1244f4]

        loplugin:casttovoid: svl
        
        Change-Id: Iec49ad76f102dc228d41beb10d7e99ed197c0ea8

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [349475566f2b8ffe191f6ed673f01b19bc0c9166]

        loplugin:casttovoid: svtools
        
        Change-Id: Iae781dd1f303b905653ccd1e113cfdbb7145819e

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [25f90ea26caaccda60cc25a62b20c5645772df5e]

        loplugin:casttovoid: svx
        
        Change-Id: I7915d8f069dc0602512d7ab1084c5d7d3b30ee90

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [798e8c5eec97e67dd6bdf0f370073914b709045e]

        loplugin:casttovoid: sw
        
        Change-Id: I224e9995962901e8740bfaed06d57f7c0389236c

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [85c6f985cec440d7b81c5918d47cef289068e224]

        loplugin:casttovoid: test
        
        Change-Id: I7e948fe35ce26eb5a3b627ac75f579826dd5ff9d

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [62b8119c0d0b5da4e856e88a849754a2e26f612c]

        loplugin:casttovoid: toolkit
        
        Change-Id: I1e1c28eac866eba90a9039aab6e1d56b3f886b9e

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [9324834aa43e45b418f21e8a794aca05747e2bbb]

        loplugin:casttovoid: tools
        
        Change-Id: Ifc36465542d5ee25d30b92b8499dac7594c71bc2

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [18d7548714022cd5f9486ca629561ab106b5992f]

        loplugin:casttovoid: unotools
        
        Change-Id: I957f58894dfd8bd495df386bd443b190e163727e

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [8dc6bcc82c20361301b1c3c12301d4d987ecdbf3]

        loplugin:casttovoid: unoxml
        
        Change-Id: Iee9338990b2a86f91d97b8add16136f43fad4b70

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [34fb5d7e91a7cd4c986434e6d6a3a67f12c65f7a]

        loplugin:casttovoid: vcl
        
        Change-Id: Icdc9d009849f2a93f6e1dbba07b1042dbb1ff561

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [1cea5a80a71243e780bfc2cc161044449a87eda9]

        loplugin:casttovoid: writerfilter
        
        Change-Id: I83d5fa6f2912069bd60a6af5ebe5e543997c20a7

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [18f390b7a358abad2f04ddb87fc32e82d5205d5e]

        loplugin:casttovoid: xmlhelp
        
        Change-Id: Ic23705873a428215ff993caf79021cbb1029c1a5

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [de93c6260c90b7b523ed992914f62c54c64ce25a]

        loplugin:casttovoid: xmloff
        
        Change-Id: I4f9ffd686e8e5a10bdd3f5ad4282dc4776923b62

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [dd3df0f4cb3bbc65528e0069542e841bcd506a66]

        loplugin:casttovoid: xmlscript
        
        Change-Id: Iff674c2faed83e30316212336500865fabf59c30

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [6cfce7dd5f5e6b8af2ba50fcf8a287db0a4a1d17]

        Handle osl::File::setPos failure
        
        Change-Id: Icf21c14f44250e1680dd7521dbb0e1260614a573

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [1f5523197de2a713118a2309583af8d81358f1f5]

        nOldSplitPos is unused
        
        ...ever since bee746960f3d94d92e71006a7365a26669f52f8c "dba34d: limit
        invalidate calls"
        
        Change-Id: Ie0c278fea7dbccd54ef99c7303c3fe4d0f4cc93c

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [c7c26b84543a0270c30b076eb2c4f28d49333d78]

        OViewsWindow::MovAction parameter _bMove is unused
        
        ...ever since 30f74793701408589527511bde620d0d245ca951 "INTEGRATION: CWS
        reportdesign02"
        
        Change-Id: I14903484f65ef4453ed9834bcd5d3ed66f3a0d2b

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [d634a9edd22e4fbd5cec8d0c1e8fa866b344c32e]

        eItemMapUnit is unused
        
        ...ever since the code's introduction in
        7eff3d3fc53fa494a86b1df127e45605bfe2fd71 "INTEGRATION: CWS frmcontrols03"
        
        Change-Id: Ibbc4e8e5f7b756fde3a4da5f696a5dab23e16770

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [e49467094db15e4a44fc5dfdd6494b02144b6334]

        DocumentRenderer::Implementation::GetProperties rOptions is unused
        
        ...ever since the code's introduction in
        3667b8e20a4c35aa2dfae63f159b2c96b4ade2b1 "#i92516# Refactored printing
        code, adapted it to new printing model, moved it to DocumentRenderer."
        
        Change-Id: Ie375fb3e7815ca0450c6d2b0d502a9c162b39bfb

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [6212d5fafe2025375178edbb83765b9f0afd8750]

        SlideSorterViewShell::Create parameter bIsCenterPane is unused
        
        ...ever since b390fae1706b9c511158a03e4fd61f263be4e511 "renaissance1:
         #i107215# Reorganized and improved layouting."
        
        Change-Id: I69bd8074cc7c33d8c85ff9ac43fb380795c28ee3

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [e2d610ab18f5a41cec27567ed1be631ee6846209]

        ViewShellManager::Implementation ctor parameter rManager is unused
        
        ...ever since 5f47590d3911eb49ec86c671019fd32469fba4ae "INTEGRATION: CWS
        viewswitch"
        
        Change-Id: I49c474354cdb11fadf0f949bb5c19dcbb1f22e8d

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [37a2fda3563c8518543c22ff640b9dc3c035de1b]

        ClientBox::CalcActiveHeight parameter nPos is unused
        
        ...ever since the code's introduction in
        2d63c4689a13599ec9389c370726005f01fea08c "Basic Impress Remote + linking of
        dialog and server."
        
        Change-Id: I312315263fbb73dea421ddeb16381318a6fd8bec

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [2acedec56df2695e561aaab95dbbda6976fbd7b3]

        ViewShellManager::Implementation::DestroySubShell rParentShell is unused
        
        ...ever since the code's introduction in
        5f47590d3911eb49ec86c671019fd32469fba4ae "INTEGRATION: CWS viewswitch"
        
        Change-Id: Ib39ed80d06e24acd2e450c5d0faa4684414cb77c

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [14a3111e6db99200439b55b558ee15fd8fb617f6]

        SelectionFunction::ModeHandler::StartDrag parameter eMode is unused
        
        ...ever since 8c9901906bbc6b59baa0b2ef918b7e7fe89538b8 "renaissance1:
         #i107215# Reorganized the selection function. Introduced button bar."
        
        Change-Id: I54ebea0f74d83fe4f4455a3b666bbb9737764b49

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [c5452dcc426b3c9de43defa855fd5139c2c78de5]

        Layouter::Implementation::GetTargetSize rPreviewModelSize is unused
        
        ...ever since 1e89c38545f74a2d18564f9df6ec1ff4d5ef9390 "renaissance1:
         #i107215# Fixed minor compilation problems."
        
        Change-Id: I8d3c79e5082747f14fb774bccb8b4a53507f9167

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [fa6c20372d6e9ce033718c50464f6575b5d20372]

        PresenterCanvas::UpdateSpriteClip rSize parameter is unused
        
        ...ever since the code's introductioj in
        61114869c76de15bf63c929d07f524cd545f418f "INTEGRATION: CWS presenterfixes:
         #i89792# Added UpdateSpriteClip() method to fix sprite clipping."
        
        Change-Id: I4a2a9bf80f751a2524ef97688bc694d6805d702d

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [0123787158aee4bdc5a50e60a16b7e782ae653a2]

        rObjMgr is unused
        
        ...ever since dbeb6066e879baf1507d5065fb6bd4ef4adb884f "#i12587# import
        shapes embedded in charts and chart sheets from BIFF5/BIFF8"
        
        Change-Id: I8f7e294cdc3c224b1dc9766e9c2546daae1a57eb

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [6e5560e9f2e8fde05388e4765c3e74f7360f1fbc]

        ScRange::ParseCols/Rows pDoc parameter is unused
        
        ...ever since the code's introduction with
        f4e75ed9b00a4d8410fe685aae66735ec82837ec "INTEGRATION: CWS scr1c1", despite
        the "we may need this later" claim that also originated there
        
        Change-Id: I88e2b2a8d01fda8adf942ff78f84b6d8638dc154

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [49baf95bc061f917b9c56612ddc77fe4de990095]

        SwInsertChart's parameters are unused
        
        ...ever since the function's introduction in
        28c9973206e2a97b36bb8343e452d7fda8b0bd5d "INTEGRATION: CWS chart2mst3"
        
        Change-Id: I090c8eb5451d29f9f3e04242e7ba27b914f7b3de

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [d2178a12ad28d0ca33c60a76daa80deaa7db1881]

        WW8SwFlyPara ctor nPgLeft parameter is unused
        
        ...ever since its last use in OLD_ANCHORING-conditional code got removed
        with 2e755e2d09c584e8d7eead5883cf5c13f3752e23 "INTEGRATION: CWS swobjpos04"
        
        Change-Id: Ibdbab544bc94667c4f04b5fbd1b1042d165f1fa8

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [64ac0ce918742f1266e555fa3ddd951c917b91b5]

        Clean up SwLangHelper::ResetLanguages
        
        Change-Id: Ia6e98eabad2405f6b064e541c800a56bb9ea3a2e

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [41874c93e6eea179185f260ed42f1cd4789900d5]

        dbg_out(SwRewriter) is unused
        
        Change-Id: I2ebdba0a162bd02d0b36f6577af09b6f95b356d2

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [c63bf22b215b2e51ea69527fd80693079572b640]

        eFunc is unused
        
        ...ever since the code's introduction with
        dab7a6e9f54acac164994a8550a4570bcffb5087 "INTEGRATION: CWS insight01"
        
        Change-Id: Id9cd9c365a802dd9b67c1dfb297007c2b8ebc0bc

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [ae0771c1581de76450b53c04268c0d8927fb3e0d]

        nMinPasswdLen is "currently not supported" ever since
        
        ...the code's introduction with 7cd3ea794099e257d99748908855e61aa9df89eb
        "#i109634# password to open/modify dialog", and demonstrated to be always
        passed in as 0 with 673b436c3592c5747f3dce4947168d6fa3ba45ea
        "loplugin:constantparam in vcl"
        
        Change-Id: Ic7eee77b114f39a0c016148e9176f58dcfc53ebc

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [578e0f22e13e14abfd03681a8b327a2989792444]

        formatNeedsBaseURI always returns true
        
        ...ever since the code's introduction with
        9671014435807328ac33b70ad0383f392bfa67df "INTEGRATION: CWS odfmetadata"
        
        Change-Id: I18f5a18bf42b4b945b197f5294597fdfe2fbbeca

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [da00de7b5623d146e2121e4541e9362cd6d46f69]

        Text::Paint rOffset parameter is unused
        
        ...ever since the code's introduction with
        89efcae67e166f88a0e63f51af146fdfc8e41edd "INTEGRATION: CWS presenterscreen"
        
        Change-Id: Idcf76dbfff67270ae12780d3e460e1fe39897c52

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [7d72ddb93b18b262757a28b2f3e9bc920d8fcd04]

        StyleAssociationContainer::ProcessStyleAssociation rReadContext unused
        
        ...ever since the code's introduction with
        405451ce720564a936341ca24868a8ba1138ea5f "INTEGRATION: CWS presenterview"
        
        Change-Id: I150803e64c44046cbec1e268d04ad510b17fb295

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [82ce03deac42581b89838f8b496e3decbe68426a]

        PresenterTheme::Theme::ProcessFont rReadContext parameter is unused
        
        ...ever since the code's introduction with
        fdc701b1e152dfce94f880099b8d1a04f36671d6 "INTEGRATION: CWS presenterscreen"
        
        Change-Id: I7fd71ccd034b21439b375a8df843c3306a30c6ac

2017-07-02  Stephan Bergmann  <sbergman@redhat.com>  [64d2019b2cab4a14408be15ef6c245a46a75dcb6]

        PresenterSlideSorter::SetActiveState does nothing
        
        ...ever since d3ff78188fd08422586e7a884a31e185ecdde34c "INTEGRATION: CWS
        presenterscreen"
        
        Change-Id: Ideca940c514c60188040d5ebe75b95cc4f2b816b

2017-07-02  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a8aaf9063318a42c88d577aa606e5e0ba4a2de29]

        Updated core Project: help  9eb3382fc24e5d2a4a2a1024f0b4f61f9ed4c035
        
        Help-in-browser (vi): more improvements
        
        Improvement:
        * image search & screeshots
        * inserted TechArticle schema elements from http://schema.org
        * new script for usage of helpex in a build
        * results in https://helponline.libreoffice.org
        
        Change-Id: I62d1c46f260c8bd5e287df382e8db086112c4d2a
        Reviewed-on: https://gerrit.libreoffice.org/39452
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-07-02  Julien Nabet  <serval2412@yahoo.fr>  [b2607c28a6a52d320bf3694783ee93e71f6816df]

        Typo: isCaseSensitveExtension->isCaseSensitiveExtension
        
        Change-Id: Ifcd0a93fc8f3e95f7e0e8d518b5d6fbb5ab0a514
        Reviewed-on: https://gerrit.libreoffice.org/39448
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [857d64ed3ebbeb0ee4e8a75bfeaa4eb406944571]

        looks like namespace syntax does not work like I think it does
        
        Change-Id: I891bcc49a03ccb6c248065819f0cbbb5cd44d191

2017-07-02  Rene Engelhard  <rene@debian.org>  [3fda57c2488e47b9af3cf9fd219beccc91bfab01]

        fix SDK paths (especially cat/sed) in bin/distro-install-sdk
        
        wonder how that ever worked. cat and sed are in /bin, not /usr/bin.
        Appparetly the BSDs have them there, though, so generalize though this
        is for distros and it probably shouldn't matter.
        
        Change-Id: I6efb3e92b8f8d15f3671090a3eaa9d8836f9998f
        Reviewed-on: https://gerrit.libreoffice.org/39276
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2017-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [7f1465a9599e9665159dd2d823a6e9064cca5703]

        tdf#108789 and others: overhaul DBase files encoding handling
        
         - Calc: make the complete "what encoding to use" decision before
                 calling the connectivity driver, so that the driver has
        	 no ambiguity about whether it should override our setting
        	 or not.
        
        	 To this end, factorise the part of the driver that reads
        	 the encoding from the file header into dbtools.
        
         - Calc: don't ask for encoding when the file's header give the encoding.
        
         - don't confuse CP850 (the default) and "don't know", including:
           * don't ignore CP850 user setting
           * don't overwrite user setting with CP850
        
        Thanks to Julien Nabet for the extensive collaboration on this.
        
        Change-Id: Id80b7c505858b88f717b0ce6bd890527909e5fd1

2017-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [3f4a92cbfda902ea462aec7f6b06062a20b3042c]

        we need gpgme header, too
        
        not only gpgmepp headers
        
        Change-Id: I46723ce751d631e165982c6c7bc2f820f9a5d0a8

2017-07-02  Jens Carl  <j.carl43@gmx.de>  [c08dd17baf7ea63f10d5311e90c5c6a4c48aac20]

        tdf#45904 Move Java XCellAddressable test to C++
        
        Change-Id: Ib68c7dd8087f19bd969cf5273c3a6e8664c6bb62
        Reviewed-on: https://gerrit.libreoffice.org/39348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-02  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [01985fd8fccf46749b74ee733391ce8b6ec1f1f8]

        xmlsecurity: avoid crash on empty security context
        
        This should prevent 8cf224c2-f9b9-44e1-9cb0-fc452e570886
        
        Change-Id: I1ad4d8437923eb677d574c2c469cc62378c9c7a6
        Reviewed-on: https://gerrit.libreoffice.org/39430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7250bc4721b334714bb0fa1345211c83330f94b2]

        notify the clipboard terminate listener before any other terminate listener
        
        Otherwise we may have destroyed a service that is needed to generate
        one of the clipboard formats requested by the system clipboard.
        
        Change-Id: Id05de3ac569e3ed38cd97efc4c48326bc6a8db0b
        Reviewed-on: https://gerrit.libreoffice.org/39429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-07-01  Henry Castro  <hcastro@collabora.com>  [34c77d4bf3d2924c4ad26728d4c491b393fa0fc8]

        sc lok: disable items of the overlay manager
        
        They consume unnecessary CPU idle task in the tiled
        redenring case
        
        Change-Id: I477d17479ee83b31474675ef0d2317163d4fcee7
        Reviewed-on: https://gerrit.libreoffice.org/39437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-07-01  Tamás Zolnai  <tamas.zolnai@collabora.com>  [258df6f41d89a606a980942df6337d446634c0a6]

        tdf#107505: Impress - crash with two people co-editing one slide
        
        In tiledrendering mode cursor inside shapes are not handled very well now.
        Different LO instances manipulates the same cursor instead of having
        one separate cursor for all instances (as in case of simple text editing
        in Writer).
        
        Crashes caused by that one cursor is owned (created and destroyed) by one
        LO instance but used by an other instance in the meantime. We can avoid
        this by not making this cursor available to the other instances. Cursor is
        hidden anyway so don't need to have it set to the corresponding Window.
        
        Change-Id: Id78f79e73eda88f3c2c6aa7f534c32f3f8aba174
        Reviewed-on: https://gerrit.libreoffice.org/39432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-07-01  Justin Luth  <justin_luth@sil.org>  [68c8d7faa219b36d5d17ca84f4f1002ec998b80c]

        tdf#108448 ww8export: endnote unit test
        
        Change-Id: I3559e51c7fe9fedf616857b5ae612b4a8f6c67d5
        Reviewed-on: https://gerrit.libreoffice.org/39431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-07-01  Aron Budea  <aron.budea@collabora.com>  [51f616ddd7a2e3310e1b30dbd73d90e5138980ea]

        tdf#108622: use correct type for last check timestamp during autocorrect
        
        It's only supposed to check the files once every 2-mins, with
        mismatching type that happens each time.
        
        Change-Id: Ie9243cf928d952e28989dd981508de86cb7dbddb
        Reviewed-on: https://gerrit.libreoffice.org/39428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-07-01  Justin Luth  <justin_luth@sil.org>  [8e974d24f3bbc59c66476db1a56e6a2013a528e0]

        tdf#108448 ww8export: skip sectionbreak for endnotes
        
        MSWord ignores page-breaks in endnotes, and just adds
        endnotes at the end of the last page.
        LO automatically page-breaks with pageStyle Endnotes. It
        must be built into the code that handles endnotes.
        
        Don't try to export that page-break - it doesn't work anyway.
        
        Change-Id: I2f266b20a6fa97d0522878f71fe0a6822833d89c
        Reviewed-on: https://gerrit.libreoffice.org/38727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-07-01  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [4b5f5f868fa6a7c86535d251e77d8a6d956f2fa4]

        Moving legacy contexts to FastContexts:
        
        ScXMLTrackedChangesContext
        ScXMLCalculationSettingsContext
        ScXMLContentValidationsContext
        ScXMLLabelRangesContext
        ScXMLNamedExpressionsContext
        ScXMLDatabaseRangesContext
        ScXMLDatabaseRangeContext
        ScXMLDataPilotTablesContext
        ScXMLConsolidationContext
        ScXMLDDELinksContext
        ScXMLDataStreamContext
        
        Change-Id: I702d30e01af5e3707d34303ddebc3d07913d67e3
        Reviewed-on: https://gerrit.libreoffice.org/39397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-07-01  Justin Luth  <justin_luth@sil.org>  [cac5c9f6081590b0548d3116bc4cd4a2509ec576]

        sw:findtext - remove useless nStart = nProxyStart
        
        ...since the clause is immediately followed by nStart = nEnd.
        
        Change-Id: I306f6012b4e8f69288d3470214853c17546906e7
        Reviewed-on: https://gerrit.libreoffice.org/39359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-06-30  Tor Lillqvist  <tml@collabora.com>  [601aadd01633a3797a88ca126772ae7cc3bf8696]

        loplugin:oncevar in the !HAVE_FEATURE_JAVA case
        
        Change-Id: I77807b409ec4db3215160d4c123c186738e9b162

2017-06-30  Justin Luth  <justin_luth@sil.org>  [fb39062ed958c2a5df90c0aff7d873746122067c]

        revert related tdf#82173 writerfilter: ignore case when mapping styles
        
        and added the missing lowercase "Xnote reference" mappings.
        
        Word can create both Heading1 and heading1 styles in the same
        document. So case CAN be important.
        
        Unfortunately, these mappings precede git history, so it will require
        trial and error to judge which mappings are obsolete or simply invalid.
        At least one of the existing mappings was not really correct anyway
        (Endnote Text"->"Endnote Symbol") so reverting the change
        to prevent other unanticipated regressions.
        
        Change-Id: I3fcce125f8822040897e99f5101e277cc705ae75
        Reviewed-on: https://gerrit.libreoffice.org/39132
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-on: https://gerrit.libreoffice.org/39396
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-30  Tor Lillqvist  <tml@collabora.com>  [cc0524a724d0a9b9516ce9eaf499d845165863f8]

        With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl
        
        Change-Id: I01288c953dd02707d017bfba95459b83254ef963
        Reviewed-on: https://gerrit.libreoffice.org/39422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-06-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [979d58c9a96884e36d1585df0c04c89b1f53fa99]

        loplugin:unusedfields in toolkit..xmloff
        
        Change-Id: I4964ff97e0a1735dc08c6ad204cae0b08e9ffc2c
        Reviewed-on: https://gerrit.libreoffice.org/39406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-30  Varun Dhall  <varun.dhall@studentpartner.com>  [3c1fc723ff622d8a541fa26a3397ca4258332e4a]

        EditEngine: Changing export selection for copy/paste
        
        Change-Id: I6f52f30eff76de5f0d641271ce3ea36ced572cc4
        Reviewed-on: https://gerrit.libreoffice.org/39083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [a429d4317d2d4f9d6a1a39d996ee9fa41096d741]

        aThemeName is unused
        
        ...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import"
        
        Change-Id: I7412d3e72aef6835a0d18c5849d2664ba21be057

2017-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec822b7b716ebb14e717513aeaaf97a45b98bee9]

        fix crash on windows with nullptr in operator<<
        
        E.g. http://crashreport.libreoffice.org/stats/crash_details/8962b764-6550-45c9-b08b-e99f5c968d61
        
        Change-Id: I1153c0ab35266006ada10611e79b770ef1c0cd4f
        Reviewed-on: https://gerrit.libreoffice.org/39413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [caf1ddedbef77ac648d8b8b35978a0613aa77da6]

        pBASM can be nullptr in copy docs, e.g. during insert sheet from doc
        
        Found through http://crashreport.libreoffice.org/stats/crash_details/3bd264ba-ec12-476a-9bb4-e832caca3445
        
        Change-Id: I0a4e6dddca61a2538c0fe6bbc51770a9886c464d
        Reviewed-on: https://gerrit.libreoffice.org/39411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-30  Bernhard Widl  <bernhard.widl@cib.de>  [e1fc7ea54a6dc76378fee8880530b24ca33039b6]

        fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorter
        
        Change-Id: I2348501e620defa7997d257c230fe6a6ac351fca
        Reviewed-on: https://gerrit.libreoffice.org/39407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [77f98204ba2fbb51b0a0bb2ac94b839249eec9a4]

        loplugin:unusedvariablecheck
        
        leftover from a54ba50db2c341f0f0e47d77dbe64a6e588bc911 "tdf#108863 svx: fix use-
        after-free in SdrEditView::DeleteMarkedObj()"
        
        Change-Id: I6cbde8810321c476d75a036d8de42f30107adffe

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [8549242f483bc5151508ed28cc8e217e776bbfab]

        aObjName, bObjNameDC, bObjNameSet have effectively been unused
        
        ...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import", but got
        only partially cleaned up with 6561fc32afaa0ca992ae988b6d08c62e3e516d43
        "loplugin:oncevar in svx"
        
        Change-Id: I0bd9b944939ab311e78e41d61b36e6e8bae5cd89

2017-06-30  Michael Stahl  <mstahl@redhat.com>  [3d59018b1ed816b4399cad4c2c4818cf25d4f4a1]

        tdf#108833 sd: don't unconditionally enable Undo after import
        
        Change-Id: Id637e649ccf3782658832d909b3a7150a0606229

2017-06-30  Michael Stahl  <mstahl@redhat.com>  [b2b085441dc79fb78607dbf1969c12a40db58214]

        accessibility: fix horrible memory leak in AccessibleTabBarBase
        
        Reproducing tdf#108833 failed because applying the Master Page takes
        > 2 hours; the time is spent calling vcl::Window listeners, of which
        there were some 39525 after a couple minutes, almost all of which
        AccessibleTabBarBase.
        
        AccessibleTabBarBase::WindowEventListener() has an inverted condition
        that suppresses the event that is generated from TabBar::Clear()
        and thus when DrawViewShell::ResetActualPage() calls Clear() no
        AccessibleTabBarPage is removed but then the InsertPage() calls create
        duplicate objects that again register as listeners.
        
        The condition is obviously inverted given the CVS commit message:
        
        1.2.88.1
        log
        @#135353# do not pass VCLEVENT_TABBAR_PAGEREMOVED (all) to objects other than AccessibleTabBarPageList
        @
        text
        a69 8
        
                if( ( pWinEvent->GetId() == VCLEVENT_TABBAR_PAGEREMOVED ) &&
                    ( (sal_uInt16)(sal_IntPtr) pWinEvent->GetData() == TAB_PAGE_NOTFOUND ) &&
                    ( dynamic_cast< AccessibleTabBarPageList *> (this) != NULL ) )
                {
                    return 0;
                }
        
        Change-Id: I2a3b86bbd0f0251a966f41b316a3b313517df24f

2017-06-30  Michael Stahl  <mstahl@redhat.com>  [a54ba50db2c341f0f0e47d77dbe64a6e588bc911]

        tdf#108863 svx: fix use-after-free in SdrEditView::DeleteMarkedObj()
        
        The sdr::ViewSelection has multiple vectors with pointers to the same
        SdrObjects, and those are only cleared in
        sdr::ViewSelection::SetEdgesOfMarkedNodesDirty(), so deleting SdrObjects
        that are marked must be delayed until after that is called.
        
        Change-Id: I7ab18cb2116164a71dce29bf10eca974061ab424

2017-06-30  Michael Stahl  <mstahl@redhat.com>  [495284716f49072e432b8425944cc67dfe0df0e0]

        tdf#108863 sd: disable Undo earlier if no Undo Steps
        
        If 0 Undo Steps, the Undo is disabled by a timer somewhere calling
        SfxShell::SetUndoManager().  This seems a bit risky, so disable it
        already when the sd::UndoManager is created.
        
        Change-Id: I9caf14fe32251d1f92cb5fa0683838316275eab3

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [ab3268d47b892a4dd4aba4cd5b3d02974157f70a]

        sVersion is unused
        
        ...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import"
        
        Change-Id: I4a19ac7016c038515c4e028de5b2435bd79cbd2f

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [c91f05e1744ea5077fa2ce2793f0aef6378b5d42]

        aKey is demonstratedly always empty
        
        ...since cb958bb5e0e81d343c91c08a8513006a7bf1d913 "loplugin:constantparam in
        sot..svl"
        
        Change-Id: Id74078a26efb9b7a5a8b58ea28f3142cef4ac71f

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [f393b34cd0f11679f1229cdb3afc91d0d654e8ed]

        lang_ is unused
        
        ...ever since 8b8926aeba974cf07fdbaf121a11ef8a2c3c23e0 "Initial revison"
        
        Change-Id: Ice5655cfa8981cb6a97aeb710ab779b2be3f3c96

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [42634a370dddb23c51747fe5616a4988f27e84d7]

        aContentType is unused
        
        ...ever since f14feb754eba67b2420c67c310440d16845f62f5 "INTEGRATION: CWS
        warnings01"
        
        Change-Id: I96bbbf55fe3136550dac229e4f247457bcb66364

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [cb111a5266adba46364409947effb14cd589c980]

        hresult1 is unused
        
        ...since ffa37355709b95c5b8951f3a46e2b7952eee84d2 "extensions: remove code
        specific to oleautobridge2"
        
        Change-Id: I13042dcf071e510fc5e51627562e35f5c9f1de54

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [8cab4b5d7dbc546903b28114d6daa6ab73e01594]

        CompilerTest_compilerplugins_clang depends on boost_headers
        
        ...since 09031ef2fe89a8a6321ca89cca49f1587fe577e6 "Avoid
        getQualifiedNameAsString"
        
        Change-Id: Ic663153c3cfb3d7264a6614c4fa4edd71fe6235f

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [ce1613ae0d738c6e4148a106c66a33b2f3223c3b]

        Actually print parent name
        
        Change-Id: Iba9bacc0ecaf5288f5c53f6fa73340504c646b4f

2017-06-30  Tor Lillqvist  <tml@collabora.com>  [f9db57dd5bf322382110c8ae1901677c7d88b516]

        ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexpr
        
        Change-Id: Idd07133385d6986b3ba09dd58b2d3bba3a17f822

2017-06-30  Tor Lillqvist  <tml@collabora.com>  [f70665d6f2c6f95f3aa8901349cc6314e0801e36]

        Bin two unused static member variables
        
        Change-Id: Ia1d1e56bae260a1085523fc6866ec6526aa16f10

2017-06-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [9e76d8b66e8b3a337f426651de3d44c164dce7ed]

        Hexcode amd decimal code should be updated while switching to recent view
        
        Change-Id: Iecde38cf076a5c3d862912ff042bd51864b89a0c
        Reviewed-on: https://gerrit.libreoffice.org/39401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [09031ef2fe89a8a6321ca89cca49f1587fe577e6]

        Avoid getQualifiedNameAsString
        
        Change-Id: I448bfd63f1a2fb9cac3366146b10ff6a465e6db7

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [c724093edb92c53db8cbb8ab5b910610a9fb53d0]

        loplugin:oncevar
        
        Change-Id: I070f06ed3195925e525066c6ba25a0bb01b824d0

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [83634c9d11ea730f6525c66ba26a87e9d1ef3936]

        loplugin:staticmethods
        
        Change-Id: I68d02b89a2c55e41ad0d86392ed3994fa5410fac

2017-06-30  Tor Lillqvist  <tml@collabora.com>  [97b1e38de486f81dc24b11e9cc24bd4422cb8721]

        It seems that things work fine without that ScFormatFilterMissing
        
        Change-Id: Iaaa8e12387659d4bd359fd5554966cfb883c0743
        Reviewed-on: https://gerrit.libreoffice.org/39393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [d6db18316b5e55bd38ceb7568aa5fb4564ed49a9]

        loplugin:oncevar
        
        Change-Id: I285296913f469aa624ececefab488ff4c456f05a

2017-06-30  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [5c5a49eda1555db7b7519e9b0398cfd469c9bcb5]

        oovbaapi: implement Application.GetOperatingSystem
        
        Without version number of the system for now.
        
        Documentation:
        https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-operatingsystem-property-excel
        
        Change-Id: I0c76ea3909ecaa3896823136b3a3ebf2a2fdb4d1
        Reviewed-on: https://gerrit.libreoffice.org/39383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [489a6ba4aab012bf71d5f6783c0e9cc1c207d1d6]

        loplugin:oncevar
        
        Change-Id: Id19ffb1d4817a882bc3f8f73c3ead932c5a92aeb

2017-06-30  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [af3a46d7630a26fd4d54a3b47a3d9beaa5e88c83]

        oovbaapi: add Borders.TintAndShade Property
        
        As documented at:
        https://msdn.microsoft.com/VBA/Excel-VBA/articles/borders-tintandshade-property-excel
        
        A stub for now.
        
        Change-Id: Id422f3585ced7df59112f6757aeef0860bb0210e
        Reviewed-on: https://gerrit.libreoffice.org/39381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [c1845e4970143e5f8d8d6386c297319c2185d3a4]

        loplugin:oncevar
        
        Change-Id: If1f4f8136368349777c6fb616328cfa89efd9e0f

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [bba50dbe7e0fd16fba324c675d49991afd62bcb1]

        Fix previous commit for non-MACOSX
        
        Change-Id: I5192d299910120e65ad577fa63846e13a1c31e76

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [c6636c588be1f68f1ec0acc9001a1057f8e1885c]

        loplugin:oncevar
        
        Change-Id: I740ccb3335d602d309422ba26913c4503c6345f0

2017-06-30  Stephan Bergmann  <sbergman@redhat.com>  [8092155136090778fe8efb651b7940937819c08c]

        loplugin:oncevar
        
        Change-Id: I3c292591aa178b05d8c9aae51031c7a9fd6817a4

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [77f77c57d336ba041faf51e2168372d1e0962a19]

        loplugin:oncevar
        
        Change-Id: I62fbef4959390161509e20a41f687a967db6c2fe

2017-06-29  Bernhard Widl  <bernhard.widl@cib.de>  [0ab214536efce0fdecf9a79b58467c5d464c1929]

        fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorter/cache
        
        Change-Id: I5280fe279ac901082450fb1c5f4f601653b87598
        Reviewed-on: https://gerrit.libreoffice.org/39392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-29  Justin Luth  <justin_luth@sil.org>  [79225b5a70595740af500485253a4b2084e940f8]

        related tdf#82173 writerfilter: ensure Xnote para-style round-tripping
        
        MSO Xnote styles are "footnote text"/"endnote text".
        LO Xnote styles are "Footnote"/"Endnote", and exports
        Footnote as "Footnote Text" and Endnote as "Endnote Text"
        
        The mapping ensures that the same Xnote style applies to both
        existing (loaded) notes, as well as newly inserted notes.
        
        This patch does two things:
        1.) Endnote should not translate into Endnote Symbol.
        2.) Prepare for when style mapping becomes case sensitive again
        
        Change-Id: I9881c069a3124f83cd0bc2a428577c4a382a8377
        Reviewed-on: https://gerrit.libreoffice.org/39395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [7d2f53b874e586df6631f21fabb87aa5e45c36a3]

        loplugin:oncevar
        
        Change-Id: I0e1e6f5214aeafc62d29cd25c40ba1c6848ca5e9

2017-06-29  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [b3b6ce3febbf3073dd9e16d908137e41ab473dca]

        Added find function to FastAttributeList:
        
        It returns a FastAttributeIter, which can be used to
        obtain value in different formats directly. Also, avoids
        one unnecessary iteration.
        
        Change-Id: Ic28e0177100738bbd71a3a89634cae9f1f7ee996
        Reviewed-on: https://gerrit.libreoffice.org/39380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [8a828ee75d4f5d0fd2abcd7d74130e57e5c3bd71]

        loplugin:oncevar
        
        Change-Id: I4efa87035436e5f2f5c2b636a2b93954d61704f3

2017-06-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ad17c13cf1ad8c58bc1db9c28eaba5056c40f385]

        VBA test - add RATE, RGB functions
        
        Change-Id: I284597a54067049479c56d6e6eea6322f0e3ee2b
        Reviewed-on: https://gerrit.libreoffice.org/39377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-06-29  Tor Lillqvist  <tml@collabora.com>  [bae136770897c5e3fca186eba10fb4889ad0f34b]

        Move lcl_getScriptClass into only caller
        
        Change-Id: I4f02f40abb26e9e00a0035793d593d1e0914e332

2017-06-29  Tor Lillqvist  <tml@collabora.com>  [f44265e2583b1c89b800e24f7c5db42dbcd4cb39]

        No need for this variable to be static
        
        Change-Id: Iaf3de050f622a12d896682ada4ad02beca28e1ff

2017-06-29  Tor Lillqvist  <tml@collabora.com>  [81356e787354e11243c76b63dcca185068b5d12a]

        ScGlobal already caches the global collator
        
        A separate static here is fairly pointless.
        
        Change-Id: Ie498e80ad908953f4e86a76ff8f0c13c7672b8f5

2017-06-29  Michael Stahl  <mstahl@redhat.com>  [5c4a9dfdc01606e0a35c5e2809571d0f6f03df39]

        tdf#108836 sw: don't enable Undo if Steps configured to 0
        
        It doesn't work.
        
        Change-Id: Iafc3eb50f481faffee60592aa3b6fd2ed4387b90

2017-06-29  Tor Lillqvist  <tml@collabora.com>  [328bfe965ef40d740ffc25a3e2b98974d5dde783]

        ScTable::VisibleDataCellIterator::ROW_NOT_FOUND can be constexpr and private
        
        Change-Id: Iee866c10dad9e401b5c507849efa11d877177357

2017-06-29  Tor Lillqvist  <tml@collabora.com>  [68c1a7ba05c4a86fd85679e1c38a23eeba653bcc]

        ScRowBreakIterator::NOT_FOUND can be constexpr
        
        Change-Id: I33310e400ba8cdb15669704d96de8a3dbbe43be1
        Reviewed-on: https://gerrit.libreoffice.org/39386
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-06-29  Eike Rathke  <erack@redhat.com>  [637d917d7551fed19c9685f974fb3e732a8f97e2]

        Don't let m_nGrabLevel become negative, tdf#108705 related
        
        ... which then later leads to 2 Giga loops on the next GtkSalFrame dtor call,
        for example on the second AutoFilter button popup in Calc.
        
        Fall-out from
        
            commit 9b32355ea6d8d5e34363ba0c57e74d75d7a7b1b7
            Date:   Fri Jun 23 12:48:12 2017 +0100
        
                Resolves: tdf#108705 remove grabs on widget before destroying it
        
        that brought this to surface.
        
        Change-Id: I0edb7eec9384c716800f07ef1ed91fc8f1d7c119

2017-06-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [acd8f0c344c573d1a3c360d4075971d3f0dc250c]

        fix some crashes in unusedfields plugin
        
        for some reason the insideMoveOrCopyDecl pointer to MethodDecl becomes
        bad during AST traversal, but the pointers to RecordDecl seem stable?
        
        Change-Id: Ida939f5ca4780e674b245411f7395f147258544e

2017-06-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fb37189e845bfdabf5e776c1d9f4249fe5ec5a45]

        Doc properties: It's signatures (plural)
        
        Change-Id: I70ff6b7b63cc45e0c15f9e072d7f172d5b6b4a1b

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [46ca5628e50e0e1414d78c2c538b854f72954814]

        loplugin:oncevar
        
        Change-Id: Ib8027a45f98b623e04b14d55a7b75a0f4c317b42

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [12e92cdc1780258081e4d2daca329b4a1a6e56fa]

        loplugin:oncevar
        
        Change-Id: I9d923e218b3df6e54283d712d2e986c6d2533136

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [5c7c018b11c8bfb4791b61b00832ffe5b81e44f8]

        loplugin:oncevar
        
        Change-Id: Id5309e2d06551da6df05d06e436678b570740f78

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [f9509e7da32e3aa8e99c668f9f3f6d1b2c57fcb9]

        loplugin:oncevar
        
        Change-Id: I5ee54b458b85581cf49ab39a7b1dc0cae6abed00

2017-06-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [4cc2fc6cef4f76c1d203666cb5e47b5d70ec7be5]

        unusedfields loplugin writeonly analysis improvements
        
        (1) ignore reads inside copy/move constructors/operator=
        (2) fix false+ when assigning to array field
        (3) ignore reference ("&") fields
        
        Change-Id: I69a1a1c567a0b28a783e605982e5150811b6cc4a

2017-06-29  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [98befbb26217b0bf3f35354e418a355280c52cfc]

        SmartArt: undo diagram elements' size change
        
        it should fix integer overflow in fdo79822.docx until we have
        proper layout algorithm implemented
        
        Change-Id: I7645ff0844ac47a004a309d1a9d3b19eeb3708dc
        Reviewed-on: https://gerrit.libreoffice.org/39371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [c827e94a6b0f74fda954a0ba9eac59df652935c2]

        PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO"
        
        ...ever since the code's introduction in
        ed4d9ca0934aa1ab10470e1197edce7913c86f0d "INTEGRATION: CWS chart17: #i63857#,
         #i4039# more flexible placement of data point labels, best fit for pie labels"
        
        Change-Id: Iba1c98c186c0f2bf3e611d26c452d990eed1275a

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [63a76a0d3d73bebe29a2d17d777d8e8d9e52e224]

        ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignored
        
        ...ever since the code's integration with
        124d934dffd8737db2d4375029c5a8b3880acaec "INTEGRATION: CWS chart17: #i63857#,
         #i4039# more flexible placement of data point labels, best fit for pie labels"
        
        Change-Id: I942d7ff128d0b9e42ede371f81860f3c67943879

2017-06-29  Stephan Bergmann  <sbergman@redhat.com>  [1091744caf4f5509a67b5e5fc8ba2251ef5a6a18]

        Revert "revert related tdf#82173 writerfilter: ignore case when mapping styles"
        
        This reverts commit 803a17533f25d9174c6a19aa913a6713980c193d, which caused
        CppunitTest_sw_ooxmlexport9 to fail.

2017-06-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [497e40ad03c27837978551ba15491c3fb2a0bf53]

        improve refcounting loplugin
        
        to find ref-counted classes being managed via other smart pointer
        classes.
        Hopefully prevent needing fixes like
        642ae256ea5b8083ba0b3c097ca8ea52304b9cdb
        "ChangedUIEventListener is refcounted, mustn't be helt by unique_ptr"
        
        Change-Id: I6b0c5f8f87ce3546a8a1104ce1000470c09459bd
        Reviewed-on: https://gerrit.libreoffice.org/39378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [71112060e0930fc58087c3762e836b1e12b60f75]

        loplugin:oncevar various
        
        Change-Id: I8b82d46d4688b1a59d6fe1b05da7d5c8dfc13ca6
        Reviewed-on: https://gerrit.libreoffice.org/38766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-29  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [d6da9e495d7ca32de6cda1a94cb4c8cd26b240cc]

        Using range-for instead of iterator loop:
        
        It's much easier to write and looks cleaner. And
        this doesn't affect performance, I think.
        
        Change-Id: Ia946b068979b9cef04ac2479c9179a70b6775dea
        Reviewed-on: https://gerrit.libreoffice.org/39370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mohammed Abdul Azeem <azeemmysore@gmail.com>

2017-06-29  Justin Luth  <justin_luth@sil.org>  [803a17533f25d9174c6a19aa913a6713980c193d]

        revert related tdf#82173 writerfilter: ignore case when mapping styles
        
        and added the missing lowercase "footnote reference" mapping.
        
        Word can create both Heading1 and heading1 styles in the same
        document. So case CAN be important.
        
        Unfortunately, these mappings precede git history, so it will require
        trial and error to judge which mappings are obsolete or simply invalid.
        At least one of the existing mappings was not really correct anyway
        (Endnote Text"->"Endnote Symbol") so reverting the change
        to prevent other unanticipated regressions.
        
        Change-Id: Ia8669c975debcb3074e758b42c24fb65233f8369
        Reviewed-on: https://gerrit.libreoffice.org/39132
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [068755d9313b61a1e4691c27eea122116d3623df]

        no need to manually keep track of listener range
        
        Change-Id: I833a2336f0c0ce8cc61eab4c56e1ffac3e36ae62
        Reviewed-on: https://gerrit.libreoffice.org/39319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Ximeng Zu  <uznomis@yahoo.com>  [c746468607d020be10366f2ad2df6dddf947c656]

        Add LOKit Enums to Document.java
        
        Added LOKit callback enums to Document.java.
        
        Change-Id: I46b7b5fe0ceb40a89fd121082706acdf539ff916
        Reviewed-on: https://gerrit.libreoffice.org/39375
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-06-28  Szymon Kłos  <szymon.klos@collabora.com>  [d72e0cadceb0b43928a9b4f18d75c9d5d30afdda]

        Watermark: tdf#91687 correct size in the .doc
        
        Export:
        * Watermarks saved using Writer were very small in the MSO.
          Export fUsegtextFStretch property in the Geometry Text
          Boolean Properties.
        * tdf#91687: SnapRect contains size of Watermark after rotation.
          We have to export size without rotation.
        
        Import:
        * When import set height depending on used font and width.
          Text will keep the ratio. Remember the padding for export.
        
        * added unit test
        * introduced enum to avoid magic numbers for stretch and best fit
          properties.
        
        Change-Id: I3427afe78488d499f13c543ca401c096161aaf34
        Reviewed-on: https://gerrit.libreoffice.org/38979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-06-28  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [91c838a4c9d0d7a8438e2e76a3636dc67a6221bb]

        Use SvTreeListBox's own method: RemoveEntry
        
        Change-Id: I3d0c605450dc2b847ac3fa46b9d050720a7a1a03
        Reviewed-on: https://gerrit.libreoffice.org/39350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        (cherry picked from commit 8cf31f15b3c8af2c5453c980e23cfc31cf34f519)
        Reviewed-on: https://gerrit.libreoffice.org/39372

2017-06-28  Henry Castro  <hcastro@collabora.com>  [0ac92837d31c4065be4a41e2a2541811c9f6be00]

        sc lok: disable Undo/Redo state if conflict with other views
        
        Change-Id: I5bc5be2b17925ec3a203f9704f62a8c80ac5fc9d
        Reviewed-on: https://gerrit.libreoffice.org/39363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [6e02af978d456e078659bc25cf290f5c876d59a9]

        SvXMLEmbeddedObjectHelper::Create bDirect parameter is unused
        
        ...ever since 63d13cb2ee2c4725599714f6184bcd6e77a1eab7 "#87246#: OLE object
        support through SAX interface"
        
        Change-Id: Ib1d63a3a6adf64e2b5d3a16df5a7c6473d46abfb
        Reviewed-on: https://gerrit.libreoffice.org/39364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [bb6277394c03f0bbb2906a0e262127e8c7942495]

        In DatabaseMetaData::getIndexInfo, isPrimary has always been ignored
        
        ...ever since the code's introduction with
        e28033fdfad9750ebe96885b9514adee629acf88 "Apply sdbc-postgresql.diff"
        
        Change-Id: Ia0a1581c0284d96c73367ac6ea52fb0bab8e3c88
        Reviewed-on: https://gerrit.libreoffice.org/39310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-28  Henry Castro  <hcastro@collabora.com>  [6c6c3e9ea7255d411fbf950d6c5712b094f69436]

        sw lok: rename return values UNDO_CONFLICT to SID_REPAIRPACKAGE
        
        To be consistent with sc, sd and sw
        
        Change-Id: I273101de6e59be08eb61b1a77647bc1dd26ff387
        Reviewed-on: https://gerrit.libreoffice.org/39369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-06-28  Eike Rathke  <erack@redhat.com>  [0016602d20da3c60fb35dfaf0e6639cadbe64428]

        assert(nTab < static_cast<SCTAB>(maTabData.size())); cause of tdf#108796
        
        Have a dev friendly abort instead of a deep throw in case of the unexpected.
        
        Change-Id: Id07135cd7234767480032356636c668d20be3ff3

2017-06-28  Eike Rathke  <erack@redhat.com>  [c9591f3b6153614c9849b8afbdcacbecc99c1f7c]

        Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amount
        
        ... at the correct position. This only ever worked by chance, if at all, and
        now surfaced after
        
            commit 73dec49802ef8fc42c5719efaa42a33cde68e569
            Date:   Tue Mar 7 10:46:12 2017 +0100
        
        Change-Id: I9bd0aeb5a471bd644c1497306effe9045c1daa97

2017-06-28  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [1ec4082d7adb1cbce0b4eed3c45fe2fcba258333]

        Implement search feature in the Kayboard tab
        
        of the Customize dialog.
        
        Once you type a search term in the box, non-matching functions
        are filtered out in the current category. The filter operation
        takes place, and updates as you type.
        
        If user changes category while there is still a search term
        in the box, the filter is also applied to the newly selected
        category.
        
        Change-Id: I5ef086af60e0f339af6a113fa6a52555d4f765d9
        Reviewed-on: https://gerrit.libreoffice.org/38814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        (cherry picked from commit 3667beb986e8c03c925566a585b0504c7943fede)
        Reviewed-on: https://gerrit.libreoffice.org/39356
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9587cdb099f24d36e4f81685ef4cd0efef0bdba]

        make it possible for calc tests to use ScDocument without BootstrapFixture
        
        Change-Id: Ie5fd57240ff3dbe8613ecb363331f7783dc08cf4
        Reviewed-on: https://gerrit.libreoffice.org/39365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Michael Stahl  <mstahl@redhat.com>  [4f743419a04375160437a910254c45dea396f70d]

        gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isation
        
        Change-Id: Ie98f080fbb0efb807dcb2fb7893811f68e831a8f

2017-06-28  Justin Luth  <justin_luth@sil.org>  [419295f17974378a7ca79db7ea393df82a3f4f05]

        sw:findtxt - whitespace cleanup
        
        Change-Id: I4294617a1cc6cf123dd4bb8efd8c233ba782fdfe
        Reviewed-on: https://gerrit.libreoffice.org/39360
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [e9bae752fe762e82137e709a39f74e4db0b9af31]

        ChooseMacro rMacroDesc parameter is unused
        
        ...ever since 49751c87652bdd9de8aeca244b4644811f4b0956 "INTEGRATION: CWS tbe11"
        
        Change-Id: I038616f5e69bbf1fa04c2fff3ca63e381549aa89

2017-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be00e2a73d10483b675a080f4899f8bf85d331db]

        add test for tdf#65848
        
        Change-Id: I6a75fdf0eb615a80d76f9298d3dad8ecbec7c66e
        Reviewed-on: https://gerrit.libreoffice.org/39335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Michael Stahl  <mstahl@redhat.com>  [e7c6301e707fcc461bdda5ac74c7499f568ff716]

        tdf#108826 sw: also handle RES_REMOVE_UNO_OBJECT in SwCallMouseEvent
        
        This is sent from SwUndoFlyBase::DelFly(); the SwFrameFormat isn't
        deleted in this case but it's no longer part of the document, so
        an UI class like SwCallMouseEvent should stop pointing to it.
        
        Change-Id: I05349271d14bb1948ea30528cd85c68ed638f28e

2017-06-28  Eike Rathke  <erack@redhat.com>  [d8bd2d900ae67fe7c7253fbc6d04d3e5b73eaf12]

        Change ~Styles to St~yles to resolve clash with ~Sheet, tdf#91820 follow-up
        
        Calc has that menu since
        
            commit b46552194dc41d0f3eabea373c36181878e8729f
            Date:   Fri Jun 2 14:53:07 2017 +0400
        
                tdf#91820 Move cells styles to their own main menu entry
        
        Change-Id: I4434def6d69b64cb3ebb711134a16a0c634c6a3e

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [4cfcc3de24d13efb2690d133f963df58e1479cfc]

        Call ~Idle with SolarMutex locked
        
        ...may be the cause for rather frequent UITest failures on Jenkins bot
        lo_tb_master_linux_dbg, like
        <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/14067/console> during
        UITest_calc_demo:
        
        > Thread 1 (Thread 0x2b2622036700 (LWP 12315)):
        > #0  0x00002b2604d495eb in Task::~Task() (this=0x2b2622034f90, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/scheduler.cxx:362
        > #1  0x00002b2604d7cddc in Timer::~Timer() (this=0x2b2622034f90, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/app/timer.cxx:73
        > #2  0x00002b26047eb25a in Idle::~Idle() (this=0x2b2622034f90, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/vcl/idle.hxx:30
        > #3  0x00002b2604e900fd in UIObjectUnoObj::executeAction(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x304ce50, rAction="TYPE", rPropValues=uno::Sequence of length 1 = {...}) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/vcl/source/uitest/uno/uiobject_uno.cxx:118
        >         aIdle = {<Timer> = {<Task> = {_vptr.Task = 0x2b2605888c10 <vtable for Task+16>, mpSchedulerData = 0x0, mpDebugName = 0x2b2605264160 "UI Test Idle Handler", mePriority = HIGH, mbActive = false}, maInvokeHandler = {function_ = 0x2b2604e8fa66 <(anonymous namespace)::ExecuteWrapper::LinkStubExecuteActionHdl(void*, Timer*)>, instance_ = 0x2de91c0}, mnTimeout = 1, mbAuto = false}, <No data fields>}
        >         func = {<std::_Maybe_unary_or_binary_function<void>> = {<No data fields>}, <std::_Function_base> = {static _M_max_size = 16, static _M_max_align = 8, _M_functor = {_M_unused = {_M_object = 0x27aafc0, _M_const_object = 0x27aafc0, _M_function_pointer = 0x27aafc0, _M_member_pointer = (void (std::_Undefined_class::*)(std::_Undefined_class * const)) 0x27aafc0, this adjustment 38138176}, _M_pod_data = "\300\257z\002\000\000\000\000@\361E\002\000\000\000"}, _M_manager = 0x2b2604e90ac7 <std::_Function_base::_Base_manager<UIObjectUnoObj::executeAction(const rtl::OUString&, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)::__lambda0>::_M_manager(std::_Any_data &, const std::_Any_data &, std::_Manager_operation)>}, _M_invoker = 0x2b2604e90aa5 <std::_Function_handler<void(), UIObjectUnoObj::executeAction(const rtl::OUString&, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)::__lambda0>::_M_invoke(const std::_Any_data &)>}
        >         lk = {_M_device = 0x304cef0, _M_owns = true}
        >         pWrapper = 0x2de91c0
        > #4  0x00002b261d76951d in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x304cea0, nVtableIndex=4, pRegisterReturn=0x0, pReturnTypeRef=0x16b42c0, bSimpleReturn=true, pStack=0x2b2622035160, nStack=0, pGPR=0x2b26220352d0, pFPR=0x2b2622035300) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:133
        >         data = {pMethod = 47442291130818, pStack = 0x2b2622035160, nStack = 0, pGPR = 0x2b26220352d0, pFPR = 0x2b2622035300, rax = 47442779394304, rdx = 47442779394256, xmm0 = 2.3439542265158875e-310, xmm1 = 2.343984744210869e-310}
        >         pMethod = 47442301612736
        > #5  0x00002b261d76815c in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**) (pThis=0x27ade30, aVtableSlot=..., pReturnTypeRef=0x16b42c0, nParams=2, pParams=0x27b0850, pUnoReturn=0x0, pUnoArgs=0x2eecbc0, ppUnoExc=0x2b2622035488) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237
        >         pStack = 0x2b2622035160
        >         pFPR = {2.3439847442227266e-310, 2.3439819402763736e-310, 8.4879831638610893e-314, 2.3439847442246535e-310, 2.0565652466724057e-316, -2.1644405065794623e-51, 2.3439847442250981e-310, 0}
        >         __PRETTY_FUNCTION__ = "void cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**)"
        >         pCppArgs = 0x2b2622035120
        >         pStackStart = 0x2b2622035160
        >         pGPR = {50646688, 41629936, 47442779394304, 47442703110834, 0, 41625344}
        >         nTempIndices = 1
        >         nFPR = 0
        >         pAdjustedThisPtr = 0x304cea0
        >         ppTempParamTypeDescr = 0x2b2622035140
        >         nGPR = 3
        >         pReturnTypeDescr = 0x16b42c0
        >         pCppReturn = 0x0
        >         bSimpleReturn = true
        >         pTempIndices = 0x2b2622035130
        > #6  0x00002b261d768bdb in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) (pUnoI=0x27ade30, pMemberDescr=0x27b2700, pReturn=0x0, pArgs=0x2eecbc0, ppException=0x2b2622035488) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:425
        >         nMemberPos = 4
        >         aVtableSlot = {offset = 0, index = 4}
        >         pThis = 0x27ade30
        >         pTypeDescr = 0x27aeab0
        >         __PRETTY_FUNCTION__ = "void bridges::cpp_uno::shared::unoInterfaceProxyDispatch(uno_Interface*, const typelib_TypeDescription*, void*, void**, uno_Any**)"
        > #7  0x00002b261ea0ff28 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const (this=0x17eaec0, returnValue=0x2b26220358a0, outArguments=0x2b2622035920) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:242
        >         exc = <error reading variable: Cannot access memory at address 0x7261686320747376>
        >         pexc = 0x2b26220354b0
        >         retType = {_pTypeDescr = 0x16b42c0}
        >         nSize = 0
        >         retBuf = std::__debug::vector of length 0, capacity 0
        >         outBufs = empty std::__debug::list
        >         args = std::__debug::vector of length 2, capacity 2 = {0x27b38f0, 0x27b3908}
        >         __PRETTY_FUNCTION__ = "bool binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny>*) const"
        >         isExc = false
        > #8  0x00002b261ea0ed16 in binaryurp::IncomingRequest::execute() const (this=0x17eaec0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:79
        >         resetCc = true
        >         oldCc = {m_pUnoI = 0x0}
        >         ret = {data_ = _uno_Any(void)}
        >         outArgs = std::__debug::vector of length 0, capacity 0
        >         isExc = false
        > #9  0x00002b261ea2f7a4 in binaryurp::(anonymous namespace)::request(void*) (pThreadSpecificData=0x17eaec0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/reader.cxx:85
        >         __PRETTY_FUNCTION__ = "void binaryurp::{anonymous}::request(void*)"
        > #10 0x00002b25fd2edf5f in cppu_threadpool::JobQueue::enter(long, bool) (this=0x2d036e0, nDisposeId=41587312, bReturnWhenNoJob=true) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/jobqueue.cxx:107
        >         guard = {pT = 0x2d036e0}
        >         job = {pThreadSpecificData = 0x17eaec0, doRequest = 0x2b261ea2f73b <binaryurp::(anonymous namespace)::request(void*)>}
        >         pReturn = 0x0
        > #11 0x00002b25fd2f2bfd in cppu_threadpool::ORequestThread::run() (this=0x27a9270) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/thread.cxx:172
        > #12 0x00002b25fd2f312b in osl::threadFunc(void*) (param=0x27a9280) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/osl/thread.hxx:185
        >         pObj = 0x27a9280
        > #13 0x00002b25f9a194a5 in osl_thread_start_Impl(void*) (pData=0x27a9540) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sal/osl/unx/thread.cxx:237
        >         terminate = false
        >         pImpl = 0x27a9540
        >         __PRETTY_FUNCTION__ = "void* osl_thread_start_Impl(void*)"
        > #14 0x00002b25fa404dc5 in start_thread () at /lib64/libpthread.so.0
        > #15 0x00002b25fa131ced in clone () at /lib64/libc.so.6
        
        Change-Id: Iad8402ce9fd3315b7446d6274a4fe18f8e8012fd

2017-06-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [ea7df4a802dfe363a6d7d088d9937a22c59dede3]

        oovbaapi: cast ReadingOrder value to sal_Int16
        
        Instead of ENUM type.
        Otherwise there is an IllegalArgumentException.
        
        Change-Id: I70dd71dabaf3154b3a591712b57f96ebe7b5debd
        Reviewed-on: https://gerrit.libreoffice.org/39357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [2f6097598bddfd80dcedcb8b44060aa16b98d68c]

        No suitable xmlsec found in org.gnome.Sdk//3.24
        
        Change-Id: I233925da999cffb80fee5e9ef00137b710b61f56

2017-06-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [594331cc811fb9a684b5f1c871b679444b8cd51d]

        remove default-able copy ctors and copy operators
        
        The implicit defined ctors and operators will copy all members
        (and bases).
        Since C++11 implicit copy is depreciated if there is a non-default
        dtor, keep such copies.
        
        This commit includes only types that had either copy ctor or
        copy operator and were found by cppcheck.
        
        Change-Id: I93ee687fb3b3c5884f475a2c6054955cdde57ed7
        Reviewed-on: https://gerrit.libreoffice.org/39351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8a6ed98b00cb91dbe5b807051715858a2dc90883]

        Fix typos
        
        Change-Id: I59777c29fe20f112327ce28a1c0b9cdd2f60857c
        Reviewed-on: https://gerrit.libreoffice.org/39354
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [9db510edb40bfbdf708487ba7d306dcd44f49716]

        loplugin:redundantcast
        
        Change-Id: I5187982cdc317f49139fd9392ce7ff95a5a3b483

2017-06-28  Henry Castro  <hcastro@collabora.com>  [b6bd337595383b9b9f0524ec4190dc3e1fbbf6e1]

        sd lok: disable undo state if conflict with other views
        
        Change-Id: I046d118fca32c95f7734d6e29598da56578c9ec0
        Reviewed-on: https://gerrit.libreoffice.org/39333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [d7436b75a915f9f018d3722f62301d1f42dc3bcc]

        In ImpEditEngine::ReplaceTextOnly, nLen has always been ignored
        
        ...ever since the code's introduction with
        afb2f41ca982b7e0cbc8a5b4952ea3edfbb2a883 "cws sw33bf08: #i113584#, #i113587#
        transliteration fixed"
        
        Change-Id: I9881ed1585857a95d2d8dd83ebf5d68d989e2c1d

2017-06-28  Michael Stahl  <mstahl@redhat.com>  [374c0e325cbbdd500b1a2b4c26ce3555682311b8]

        remove "vs2013" from gbuild-to-ide
        
        Too old to build master.
        
        Change-Id: I01636c9ae26ddb3954dcfdd1977551c0f115a81b

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [48f64e974c8e7fed62e32d885ed6457d961da638]

        Try to get meaningful gdb backtraces for failed UITest core files after all
        
        Change-Id: I6487eabdc0d6c84e919dff0f330bbc36a19f9da3

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [bdabb4c07d89bf57fa5cc52455c889337052a8c8]

        loplugin:oncevar in writerfilter..xmlhelp
        
        Change-Id: I1319494e16586f7e0b5149faecd3d1c36e336b1b
        Reviewed-on: https://gerrit.libreoffice.org/39343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [8c1d3c07d6903ac8cb5feb1dc2f403af17a95593]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Id6fb6d7765a2ef3914a783597450e64ddd4003ea

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [df39e88fd79c95fd203531c224ee236f54e989fc]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Ic660ab732fc53bfaaf161624972aa0e8fbbc82a4

2017-06-28  Bernhard Widl  <bernhard.widl@cib.de>  [25d850cd5b71948b35ca94ccef37653fe88d0829]

        fdo#43157 convert OSL_ASSERT to assert in sc/source/core
        
        Change-Id: I2cda454250116039b904bbb3abcd2871537c43f2
        Reviewed-on: https://gerrit.libreoffice.org/39301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [810437129ac5d114d28692446243670e1e3efa2e]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Icc576de378c27764aa50457f8d548564eb4a3aec

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [4aabef0212d3651cfba81c6e66e957c2edcd3da9]

        -Werror=catch-value= (GCC 8)
        
        Change-Id: I63c264a39bcec5ebd80c73acb55c72713fd706e2

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb96678b3f875595e203f263e397afc33b433bb0]

        loplugin:oncevar in xmloff
        
        Change-Id: I0fbd37685a0006e1fbc98d2b432c2b84d13d6cc8
        Reviewed-on: https://gerrit.libreoffice.org/39344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9a884b3d055ffdedbadb64c7f14e6d38078dedb1]

        gpg4libre: Don't call production code inside an assert()
        
        Won't work in non-debug builds
        
        Change-Id: I64f9c416890ddd02ec8efc0f59ded145cc17896a
        Reviewed-on: https://gerrit.libreoffice.org/39345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [553204015f954d20db65e6adcda68b823a8ef235]

        tdf#108714 follow-up: handle deferred break in character group
        
        If an out-of-order break happens immediately after a table, then
        in following paragraph group (before character group start) the
        table level is > 0, and break is ignored.
        
        Since out-of-order break only happens at top level, the following
        character group necessarily designates a new paragraph group, so
        it's OK to handle that at the character group level, where table
        level is already updated.
        
        Change-Id: Ic1b1bb89e12407b050c2e880ad971794311845a5
        Reviewed-on: https://gerrit.libreoffice.org/39347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [5f53dfc5058b76756ab18143aeb5ca695da674af]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Ie7fa59f573791fca0530294ef5a5e0863e1285b1

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [764c3805e9fe5d9194cbaa38766e44f9993fb31b]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Id2f60099d062b5aa1baf8ed1a1d5145663ae8bdd

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [9963d0e303b65eb8fc90bb0bc8a175ab1347c928]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: I1366d093e38dbd849d0f635f704953c5c8f47129

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [2294215d32a5f015dc9b2f9414f58a4356bf2d6d]

        loplugin:unusedfields in sc part2
        
        and mark some fields as being needed to be imported to the model
        
        Change-Id: Icbf846aa1278f4672509dcf6488a7971795b06d8
        Reviewed-on: https://gerrit.libreoffice.org/39063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [2b0e4671f8ecaba8db3f63a71dead7f8f2a67e19]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: I3863df89052b46aa28f1acdefa6745e153ca8370

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [d358fc1a455de153a197081948a271f612a495c3]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: I2a43ce3ca6af87ac53dd534c0c37150a000e7013

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [10613d46cbad88a55e511b8739cd1158fea0c785]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: Ie5d3358bc81ec15a56ecbceb605f066753b8d472

2017-06-28  Stephan Bergmann  <sbergman@redhat.com>  [90cd07ee2f287059fc21e3f1ddf92ee08ac4f5c2]

        -Werror=ignored-qualifiers (GCC 8)
        
        Change-Id: I65b906cf312a436b1b36a909402e5dfca96af3d7

2017-06-28  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [101971ab1c32ad386149bdc1797045b3f43dbe20]

        oovbaapi: do not use properties for formControl
        
        UnderLine, CharContoured and ColorIndex does not work for formControl,
        (WrappedTargetRuntimeException), disable it for now.
        
        Change-Id: Ibc16d91bf90011131386c30a218690c0f4e74797
        Reviewed-on: https://gerrit.libreoffice.org/39291
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-06-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0d7b437260ec991ee70769e7fb1002973e431f12]

        tdf#108794 gpg4libre: Use key id to get the right key
        
        Change-Id: I5950d192e19e652cbb7680db426bfbd28907a1cb
        Reviewed-on: https://gerrit.libreoffice.org/39308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-28  Takeshi Abe  <tabe@fixedpoint.jp>  [7931ef2abbcef22de5cdddd26738e4dd8d1d8ca5]

        connectivity: Fix memory leak at finding non-empty file
        
        Change-Id: I7134dc4efb9a659727474a788dce19fcb8ea2da7
        Reviewed-on: https://gerrit.libreoffice.org/39338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-28  Christian Barth  <Christian.Barth@zoho.com>  [89494fc501142f83a4ae387394d939d25252f796]

        tdf#107880: Make use of ScopedVclPtr
        
        Make the use of VclPtr<VirtualDevice> exception safe by using
        ScopedVclPtr<VirtualDevice> when disposeAndClear() is called
        in same method.
        
        Change-Id: I684eb7fb92c2bf16c30e74dce8e691dfca1a1f45
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>
        Reviewed-on: https://gerrit.libreoffice.org/39321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [d2d85921605415908c553e84db654628f9f0c0b1]

        loplugin:oncevar in vcl
        
        Change-Id: I37a6dacda12e1c2910737d74aa344c7e2e195aeb
        Reviewed-on: https://gerrit.libreoffice.org/39328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [26c82e22bf4f077022ae88d0a7f8ad0fa6d2a5ba]

        loplugin:oncevar in ucb..vbahelper
        
        Change-Id: I1fc7c7505a42b3bf9d4a5ab22961930b9831d4ae
        Reviewed-on: https://gerrit.libreoffice.org/39327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef531e85d95fe18d553bce1a6926d24c08ffe2bf]

        loplugin:oncevar in test..tools
        
        Change-Id: I7b3ccc8f227100ff7fedeaca96a12f135da60bab
        Reviewed-on: https://gerrit.libreoffice.org/39326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [1eee0abd459a508a6dcf9e71cbf2c1be3725faa7]

        use std::vector in BigPtrArray
        
        Change-Id: Ibf63213eb44ef2bb51042607cbdedcb66181b51a
        Reviewed-on: https://gerrit.libreoffice.org/39302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b850c15b15be10ed3b52822f63b02d8787bcb2f]

        loplugin:unusedfields in sc part1
        
        in ScNavigatorDlg::ScNavigatorDlg, we replace the assignment of nAreaId
        with an assignment to nDataId instead, which is never initialized but
        used, whereas nAreaId was initialized but never used.
        
        Change-Id: I9681af7f7d515d4891c9b52d3809e88e3d5e8256
        Reviewed-on: https://gerrit.libreoffice.org/39062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [84dfff475c1f25319bc22c7b6ad437d5501a7dc4]

        tdf#108798 Make CanSignWithGPG work with PDF docs
        
        Change-Id: I09aa030bed3d6ce51ef71d8bab905b01fab5b699
        Reviewed-on: https://gerrit.libreoffice.org/39309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fef72f9623bac7f9aa50b4f2606e6ec6282cfe1f]

        always import page scaling, tdf#65848
        
        Change-Id: If5bad2336443280dd33d750b1b2749a06f2b5101
        Reviewed-on: https://gerrit.libreoffice.org/39334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Takeshi Abe  <tabe@fixedpoint.jp>  [d9ae08845df86c1945e73e9506f92d13221ac98c]

        sd: Kill forward declaration of non-existent RequestData
        
        Change-Id: I0feef07e46b0056408d75abed631646e0520e4c1
        Reviewed-on: https://gerrit.libreoffice.org/39306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49922897d68835ae4e5c850b3c55107157fe7548]

        repaint whole range for range based cond formats, tdf#105696
        
        The range based cond formats need to be repainted across the whole
        range. This ensures that a change in condition which affects all cells
        causes a repaint.
        
        Change-Id: Ie6dd10088a1c11c1bafd1faa9c429a35a6469ff2
        Reviewed-on: https://gerrit.libreoffice.org/35302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [669c12d59b6131f44945f166c77ae98df52ebb9e]

        handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173
        
        Change-Id: Iadfe880b7be3186410a08568844d8812f176005d
        Reviewed-on: https://gerrit.libreoffice.org/39332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-28  Henry Castro  <hcastro@collabora.com>  [9f3814af7264ce90685a82cbf4eb015a38f22bf7]

        sd lok: fix Undo/Redo Document Repair
        
        REPAIRPACKAGE is sent to enable Undo/Redo actions when two views
        have conflicts.
        
        Change-Id: I58133f5b9006c41a297711c52ed0acfce3c19f92
        Reviewed-on: https://gerrit.libreoffice.org/39325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-06-28  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e0f67add2ec56706ce06a03572535266f21c0303]

        Updated core Project: help  bfe42f086848d11c59a40f9a4dd0523df6996b42
        
        Fixes for help pages after translation review.
        
        Thanks to all translators for pinpointing these mistakes.
        
        Change-Id: I3746d3d81ded2af1e012cb38cdd20e9e529c2667
        Reviewed-on: https://gerrit.libreoffice.org/39330
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c9ad1c74d613ef1c53025b0415b78e1db9d3615]

        add test for formula listener during delete sheet
        
        Change-Id: I49c53048db575e60f5110b2161658c190ba2e7f8
        Reviewed-on: https://gerrit.libreoffice.org/39318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a3cb4a7e9ff2e84ea29e3fe66dd8c92d4e5a50f]

        fix conditional format source position during insert/deleting tabs, tdf#107289
        
        Change-Id: Idb177c9e4800681f5386dbc233b9166798a8fb72
        Reviewed-on: https://gerrit.libreoffice.org/39320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d6b2fb2cdfbe6c06af8138b443f44f1140e8af6]

        add way to handle update refs for addresses, related tdf#107289
        
        Change-Id: I97d1724d7aa1652619edda1cbe6a4ae4db277563
        Reviewed-on: https://gerrit.libreoffice.org/39316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87fa01674b1418c060b20a7f5af1d0d6eebe99cd]

        clear the lists with listened cells after we stop listening
        
        Change-Id: I4bc21ff9085c0033f3ee16b7e22a73091d57c7a9
        Reviewed-on: https://gerrit.libreoffice.org/39315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bc21cfd16b4289dd072fa82f4d38ddb1498ed2d]

        push the whole range to the cell range list
        
        Change-Id: I25e8ca24530872ba0277aa9e0ebc8262606dcf20
        Reviewed-on: https://gerrit.libreoffice.org/39314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecfe650f43292518117a2148ff02a458ce1b2028]

        add a test for listener update during insert tab
        
        Change-Id: Ia726c76a448aaef97228a5c04d5fd876d5d4c67f
        Reviewed-on: https://gerrit.libreoffice.org/39313
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-27  Mike Kaganski  <mike.kaganski@collabora.com>  [da4357fef9a4de2b51ab0e080c864d9e90e15b77]

        OOXMLFastContextHandler: remove unused stuff
        
        Change-Id: I02cc740f2701043ca35bbbdb026cbc7f6de200bc
        Reviewed-on: https://gerrit.libreoffice.org/39300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [538c649f799c8c03218654588e6fd37162a151a1]

        -Werror=shadow (GCC 8)
        
        > include/o3tl/lru_map.hxx:70:24: error: declaration of ‘iterator’ shadows a previous local [-Werror=shadow]
        >          map_iterator_t iterator = mLruMap.find(rPair.first);
        >                         ^~~~~~~~
        > include/o3tl/lru_map.hxx:61:29: note: shadowed declaration is here
        >      typedef list_iterator_t iterator;
        >                              ^~~~~~~~
        
        Change-Id: Ic0f8ab4609a06b713ffa6e8e9fdd04f0c42869d7

2017-06-27  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [c44d9f9e627eb074367cc47ae4742aedea44c370]

        Using fast tokens directly:
        
        Replacing integer-to-integer mapped tokens with
        fast Tokens direcly for branching.
        Adding a macro XML_ELEMENT that combines namespace
        and element tokens.
        
        Change-Id: I8701c8af9607392843460fe726bffb6556cf9b33
        Reviewed-on: https://gerrit.libreoffice.org/39275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-27  Michael Stahl  <mstahl@redhat.com>  [d109948f0dd4190d7aca1e0fa7e2706ef3f40a6c]

        tdf#108814 sfx2: fix crash in sidebar when XUpdateModel not implemented
        
        com.sun.star.ui.XUpdateModel was added in 5.1 so pre-existing extensions
        don't implement it.
        
        (regression from 0635208edf1cdee4235ea87666a473ac81007555)
        
        Change-Id: I6749a9cf2fc82b9cd90d85a682247104e369e167

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [56b27025d50bb32f7ccc458d3b6a562a9c304f29]

        -Werror=catch-value= (GCC 8)
        
        ("error: catching polymorphic type ‘class std::length_error’ by value")
        
        Change-Id: I56398642709f5f14c17b0b2928ae06d8fea0a13b

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [af9664f03bbe343c40150040d3f17f2e233a019f]

        In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignored
        
        ...ever since the code's introduction with
        34506a92ae2f972c9a667e1498d62e73807e8084 "INTEGRATION: CWS mozab04"
        
        Change-Id: I845a53077f16cdea6d728b9e6964a55ceea3995d

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [b30ae238b451612cde2f785856a2a935e73d2dd5]

        No reason not to use RTLFUNC here
        
        Change-Id: I9f01d84b4c518c178220af5cc310a3ba06bdceaa

2017-06-27  Michael Stahl  <mstahl@redhat.com>  [d752e0b9aaa0b08f80b0e903633f80912cd9325f]

        xmloff: remove obnoxious ## usage from XML_NAMESPACE macros
        
        So we can finally grep these things.
        
        Change-Id: I7ab4d0c82d8abf3fad4063321fc73772a7a6cb8d

2017-06-27  Michael Stahl  <mstahl@redhat.com>  [6e427e0bd194ae74e704e2cdbe6fe183eafbf4c5]

        xmloff: remove duplicate XML_NAMESPACE_##prefix##_IDX macros
        
        Why do we need 2 identical constants?
        
        Change-Id: Ib969f9b9583261f26fe65e04f183bdfabcb9eefe

2017-06-27  Eike Rathke  <erack@redhat.com>  [7567074894a7ad48a82ea35eead51bac9fafa19b]

        Unit test for update reference in deletion of last col/row, tdf#108788
        
        Change-Id: Ibb7a30144a1eebac3b233320c3d56c7be41cc7e3

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [4ab979fce0f92733da568b5ef58b4272738740f5]

        Document::retrieveDefaultAttributesImpl did nothing
        
        ...ever since dac3b388798e78803a5df77894bfd30cddeb77c3 "INTEGRATION: CWS
        a11ysep"
        
        Change-Id: I1bba12e9f6ab69cf561a7eda010cefba91c47a49

2017-06-27  Mike Kaganski  <mike.kaganski@collabora.com>  [a4a1467bc47b81ad68ecad0d5e2e163670582919]

        tdf#108714: allow <w:br> as direct child of <w:body>
        
        LibreOffice doesn't accept <w:br> element as a child of <w:body>.
        
        ECMA-376-1:2016 17.3.3.1 describes br as element of a run content,
        and points to CT_Br in §A.1.
        CT_Br may appear only as part of EG_RunInnerContent.
        In turn, EG_RunInnerContent may appear only inside CT_R.
        
        So, using <w:br> outside of <w:r> produces ill-formed OOXML.
        Open XML SDK 2.5 Productivity Tool for Microsoft Office confirms that,
        showing OpenXmlUnknownElement error.
        However, Word accepts it as direct child of <w:body>. It behaves as if
        the <w:br> were used as first element in first run of the following
        <w:p> (thus creating page break after next paragraph).
        Another Word bug that provokes third-parties to create ill-formed
        documents, and requires LibreOffice to be bug-to-bug compatible.
        
        This commit makes the following changes:
        1. Registers a dedicated complex type CT_Br_OutOfOrder to handle those
        unusual breaks, with corresponding handler function.
        2. In the handler function, saves the gathered property set to parser
        state to use later in next paragraph group handler.
        
        This reproduces Word behaviour.
        
        Change-Id: I5df6927e2de9266b58f87807319ad1c4977e45a7
        Reviewed-on: https://gerrit.libreoffice.org/39168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-27  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [d5b19100ca4d3670d1b5367e8000739af60a6892]

        tdf#100075 DOCX frame height rule updated
        
        According to "[MS-OE376]: Office Implementation Information for
        ECMA-376 Standards Support" Word treats default value for
        hRule attribute in a different way: if frame height is missing it
        is "auto" (as in specification), but if frame height exist, then
        default value for hRule is "atLeast".
        
        Change-Id: I0ce30b61d1a6b85febbbd8a6bf5af3eb1bb2767f
        Reviewed-on: https://gerrit.libreoffice.org/39065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-27  Eike Rathke  <erack@redhat.com>  [16e625c92f73eae7b95c788e2545d01dc9b05680]

        Sticky here means we can bail out early, tdf#108788 follow-up
        
        Change-Id: I475b95321a2a49148073b7c6aeeb28b7c5b73750

2017-06-27  Eike Rathke  <erack@redhat.com>  [cab5c453063318766257a5069e4ab26d3fcf0785]

        Fix typo
        
        Change-Id: Idac70b87926cfc34712a2e65923d8a035c870765

2017-06-27  Eike Rathke  <erack@redhat.com>  [a962f1465a8db9b6c4dfdfd8fef9141f07d7fd06]

        Resolves: tdf#108788 update references for deletions at end of sheet
        
        ie. when the last column or row is included in the deletion. This seems to have
        never worked.
        
        Change-Id: Ic1bd1944298fe248367597177ca01e109585fcd2

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [b06657fca57b02ffb267a168bc9323780aeafbef]

        use std::array in BlockInfo
        
        Change-Id: I28a13592e5993454ae96b0a32ba328013da7856e
        Reviewed-on: https://gerrit.libreoffice.org/39296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [2c355e3a76b7a167a61200ab749b2d88d5fbe3a7]

        Remove unused ItemProcessor argument
        
        Change-Id: Ie650f8c046f60a749999e1819edb5abad79e5362

2017-06-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a679ae4c8782720379f70e9beed8f8d7eaebe58f]

        svtools: use implicit defined copy assignment
        
        Change-Id: Iea061bbcf0bf6e894f1bb6028de75eb0f8e2c8f0
        Reviewed-on: https://gerrit.libreoffice.org/39294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b4f16b8ea466229c380dc39fd597fef34c6c0dee]

        basegfx: remove trivial copy ctors
        
        Change-Id: If6668552ec56d1b6439ead56fb2d77491a84ea13
        Reviewed-on: https://gerrit.libreoffice.org/39295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ec5f7d8134f914f21056fb7f6719509c5465d382]

        Fix typo
        
        To complete commit 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c
        
        Change-Id: Ia6784899e39be6822577e3b8d5f4082ed765fd5e
        Reviewed-on: https://gerrit.libreoffice.org/39271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-27  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9868cefad38b5382f8f683c1ef8064955cc0f093]

        Fix typos
        
        Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd
        Reviewed-on: https://gerrit.libreoffice.org/39272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [94bfb93f3960eb55d8f3388d578e3ce03d02507d]

        PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unused
        
        ...ever since 4d91841e0bc18d5b01fe85eb03eb0be589cf0c74 "INTEGRATION: CWS
        presenterscreen".  (But PresenterTheme::GetBitmap is called with "Background" at
        least also from PresenterWindowManager::SetTheme in
        sdext/source/presenter/PresenterWindowManager.cxx, so that code cannot be
        cleaned away.)
        
        Change-Id: I2cdf96ce4d27af2d0beca51e5769fbf148973431

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5ece062058f7772f8414d47d07bb8af6e8e5c2a]

        loplugin:oncevar in sw
        
        Change-Id: Ia96172489eec09607113d388a5b683bb6e0d2dec
        Reviewed-on: https://gerrit.libreoffice.org/39290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d5090419e0113f5b411ee84bfc55926a19da411]

        inline ElementPtr
        
        Change-Id: I93a9527283a819a95563565a252a5088253c91c0
        Reviewed-on: https://gerrit.libreoffice.org/39293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  jan Iversen  <jani@libreoffice.org>  [b59722cd2aa2d13562d288fc07cca50c2ce2d638]

        android, fix codemaker buildbreaker
        
        Interesting android does not use --enable-java
        
        Change-Id: If834485d5a1cfcd2c6ddcd6f30dcbb61aa838dae

2017-06-27  Michael Stahl  <mstahl@redhat.com>  [e1f9228cfbc11110310eac0c17165565ee8904f0]

        sw: fix the assertion in SwModule::Notify()
        
        This assertion (for i#116192) is actually triggered while loading
        fdo65932.html in CppunitTest_sw_filters_test:
        
        The perverted LoadHiddenDocument() hack in SwHTMLParser::SetControlSize()
        may create a view too early, before loading finishes, but this
        shouldn't be a problem because HTML is never a template, so move the
        assertion into the place where we actually modify the document directly
        without going via the shell.
        
        Change-Id: Ifa4b1ec4ab4142f4159daf5785cd90b5468f7e3e

2017-06-27  Bernhard Widl  <bernhard.widl@cib.de>  [37e7bb9c7803a3d4a3b4c44562487403e274203f]

        fdo#43157 convert OSL_ASSERT to assert in sw/source
        
        Change-Id: Ibef2f8deb36e2123f22bd925d1360c34de0ce47b
        Reviewed-on: https://gerrit.libreoffice.org/39270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-27  Mike Kaganski  <mike.kaganski@collabora.com>  [6124490c1e486d648d75cd1c3f7f4e793fb1d1c0]

        tdf#108806: convert CRLF into space in OOXML text
        
        Change-Id: I8e2e108a705ecdb55c096a589d83d51c48b0b83c
        Reviewed-on: https://gerrit.libreoffice.org/39286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-27  jan Iversen  <jani@libreoffice.org>  [3e8746506f063380387f3db5c3f849446ab58deb]

        iOS, first attempt to get bridges compiling.
        
        Need to adapt for other iOS CPU´s
        
        Change-Id: Icb0b49265d3ec67057e57bfe5610389afe404568

2017-06-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e1d1c84dc994aedcf27b46cc96b4b8f79997c40e]

        gpg4libre: Show message when no cert manager found
        
        Change-Id: I0da5f20b049ab2d8c992cb2a04dcf544f0b35aa1
        Reviewed-on: https://gerrit.libreoffice.org/39289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [6561fc32afaa0ca992ae988b6d08c62e3e516d43]

        loplugin:oncevar in svx
        
        Change-Id: I22a3a13e059ac7d3479f12860564fe3eb1b55e44
        Reviewed-on: https://gerrit.libreoffice.org/39282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f65f34d630f02c0d9f8c6e5e28dff56e6208ab4f]

        gpg4libre: Add seahorse to list of certificate managers
        
        which is the Gnome default app for ḱey management
        
        Change-Id: I4c27074f83538640fb1729c5cfddd96981d35f40
        Reviewed-on: https://gerrit.libreoffice.org/39288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [41905ffb2a3d8d1362fe55690bf2a716b1e04064]

        tdf#108809 Message boxes: Add more descriptive window title
        
        E.g. 'Error' for error boxes instead of just 'LibreOffice 6.0'
        
        Change-Id: I7142d15e9219a2aa6733523887cdf43b50200b7b
        Reviewed-on: https://gerrit.libreoffice.org/39284
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-27  Stephan Bergmann  <sbergman@redhat.com>  [766cd45488ab8c2cb2ae772f225cd967a7d32475]

        PresenterPaneBase::PaintBorderBackground does nothing
        
        ...ever since 1eeb7358933afbb8d673c16c92bfd8492e8b5620 "INTEGRATION: CWS
        presenterscreen"
        
        Change-Id: Ibb5bf69eb3d11aa3c3b67ed0b342ca95ecf40bfe

2017-06-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e2378bbf4539455e445205ad868c43246ec423ed]

        tdf#108711 GPG key selection should only be possible for ODF >= 1.2 documents
        
        gpg4libre
        
        Change-Id: I6dbdaefddacf55c9381d156ada20cb3f25d4b3cb
        Reviewed-on: https://gerrit.libreoffice.org/39263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9674704cb721f600d678788aa5d9392ad410c330]

        gpg4libre: Show error message when signing fails
        
        Change-Id: I58f3febaaaaa225952e87ad3f092950ace37d15d
        Reviewed-on: https://gerrit.libreoffice.org/39283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-27  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [a08c833a5d61ba806fe2875e7b84fd11b9856b58]

        Use base class to set/get super/sub script
        
        Looks like some obsolete code
        
        Change-Id: If600609ccd0baf3c10261cc850ac5ddc3c046401
        Reviewed-on: https://gerrit.libreoffice.org/39216
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-06-27  jan Iversen  <jani@libreoffice.org>  [99cde7238ec2e7c961f62e8353f2266f11fea0ce]

        iOS, remove java and cppunittest
        
        Low level functions will not be tested
        
        Change-Id: I72fa44ea713639db97e39801a3975d6731a684c2

2017-06-27  Arkadiy Illarionov  <qarkai@gmail.com>  [344a5dbc5c35255994a9e31df83cf964e6709246]

        Ported bin/generate-bash-completion from Perl to Python
        
        Change-Id: Ie1b5cd0a1f64198f8e6362a02484055c5ae6b26e
        Reviewed-on: https://gerrit.libreoffice.org/39077
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c937c6828784260f3536a37f8e297dc721a7d974]

        loplugin:oncevar in svtools
        
        Change-Id: Ic97e75c81a0c00853d2f10aaf182ab476c466c86
        Reviewed-on: https://gerrit.libreoffice.org/39281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [8dca2d5ac740f262b045f6529bd8e97af0ec9c47]

        loplugin:oncevar in starmath..svl
        
        Change-Id: I20e3796407c7e429a88d2811673929ac1141a41c
        Reviewed-on: https://gerrit.libreoffice.org/39280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [513ac8eb79e45de332d7ddab5b27c70578b904f1]

        loplugin:useuniqueptr in various
        
        extending it to find places we can use std::unique_ptr on arrays
        
        Change-Id: I9feb1d12d738d6931e752ecb6dd51cbc1540c81b
        Reviewed-on: https://gerrit.libreoffice.org/39255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-27  Jan Holesovsky  <kendy@collabora.com>  [72b706d7def9e4805e35f3174170dad422b2e7f8]

        SmartArt: std::for_each -> range-based for loop.
        
        Change-Id: Ie2b36175a52c897bcf39da0ac2daa35979aac923
        Reviewed-on: https://gerrit.libreoffice.org/39285
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-26  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [fd233408d650ae7770ad6d3e83850e565c1e4fb1]

        SmartArt: separate LayoutAtomVisitors from LayoutAtoms
        
        Change-Id: Ifbed15c881e4c0b987cd2fdbb903709a0b8b0e36
        Reviewed-on: https://gerrit.libreoffice.org/39269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-06-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0eddf2f02818b0bac76e7face67cda81de18d1d0]

        Remove nonsense TODO
        
        Change-Id: I97fd74c664e125f6c04f585e20c84ce702927e50
        Reviewed-on: https://gerrit.libreoffice.org/39277
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b0351f6d57a78dc85cdc2740958d260f4aa1e058]

        Cleanup comment
        
        Change-Id: I218675bcb832c158171f87bb7c52a658ceaa7a67
        Reviewed-on: https://gerrit.libreoffice.org/39278
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ba9842077724939a85f1349dd11e51c6cfe65d93]

        Updated core Project: help  bb320c4e73967aff4b1b92c46c82a5dc5bdd8d3f
        
        Expand some useless “MS” abbreviations to “Microsoft”
        
        Abbreviations should be used only when we lack space
        (e.g., in UI), but there’s plenty of it here
        
        Change-Id: Ib0ac97b2003ca96e4bc286a1a1436bda0f81bd8a
        

2017-06-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0346371fcbb16ac4b31910469f5216b8eeacd850]

        lwp: use std::array and get copy ctor for free
        
        Change-Id: I3c0f8cea0adca843ec88f4742243c6cdada6bc5f
        Reviewed-on: https://gerrit.libreoffice.org/39260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Eike Rathke  <erack@redhat.com>  [e9b91268635859be3aba841fe1ea142e82a93254]

        assert( nStartCol + nSize <= MAXCOL+1 ); tdf#108788 prep
        
        Change-Id: I647253f32bfac0460c263f662ab95ec0151bf38c

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [12ca907139c05ded23cb22aab2e03a52645adfa0]

        Avoid loplugin:unreffun
        
        ...after 272d5a02a3de2350f8af7a93281b651316b24ae5 "Revert 'tdf#108524 sw:
        attempt to split section frames inside table cells'"
        
        Change-Id: Ic1ec8cd3284e2ba98630552c80d99b5d67fc7efd

2017-06-26  Caolán McNamara  <caolanm@redhat.com>  [59d93d41537fa806219d705a6d06ed26bf09f2f3]

        Resolves: tdf#108643 don't restore orig size on first chart activate
        
        Change-Id: Ibe51eb81ea1b0874fc1a9018871f07c9af38e8d2
        Reviewed-on: https://gerrit.libreoffice.org/39268
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-26  Varun Dhall  <varun.dhall@studentpartner.com>  [1ace4ed5c7152e7ac81f07e86d794e83b1cebc2c]

        EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic text
        
        Change-Id: Ic94338662009a4e0ddbc28e21ac1f5028ddd9126
        Reviewed-on: https://gerrit.libreoffice.org/39219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [faa7491131e3b5bdb139b7ee46a110fdf4e012f4]

        Fix loplugin:vclwidgets' disposeOnce check
        
        Found when trying to temporarily add a SAL_DEBUG to (otherwise empty)
        ~NotebookbarTabControl (sfx2/source/notebookbar/NotebookbarTabControl).

2017-06-26  Michael Stahl  <mstahl@redhat.com>  [272d5a02a3de2350f8af7a93281b651316b24ae5]

        Revert "tdf#108524 sw: attempt to split section frames inside table cells"
        
        This reverts commit f991b842addddeada6dc45c4054deeca5aa7f17b.
        
        It doesn't really work and crashes on ooo61225-1.sxw in
        
        1 in SwFrame::FindTabFrame() (this=0x0) at sw/source/core/inc/frame.hxx:913
        2 in SwFrame::GetNextSctLeaf(MakePageType) (this=0x3137130, eMakePage=MAKEPAGE_INSERT) at sw/source/core/layout/sectfrm.cxx:1529
        3 in SwFrame::GetLeaf(MakePageType, bool) (this=0x3137130, eMakePage=MAKEPAGE_INSERT, bFwd=true) at sw/source/core/layout/flowfrm.cxx:805
        4 in SwFlowFrame::MoveFwd(bool, bool, bool) (this=0x31371d8, bMakePage=true, bPageBreak=false, bMoveAlways=false) at sw/source/core/layout/flowfrm.cxx:1861
        
        The code added in GetNextSctLeaf() looks unfinished to me: it assumes that
        something else has added a follow-frame for the SwCellFrame containing
        the SwSectionFrame already, but AFAICT the GetNextSctLeaf() function
        is responsible for creating that SwCellFrame follow.
        
        The caller (in GetLeaf()) specifically checks for this condition and
        avoids calling GetNextCellLeaf().
        
        Change-Id: I51875830771f07f5d2fec293f6063c73fc68d468

2017-06-26  Michael Stahl  <mstahl@redhat.com>  [ceabd9e3351f1f18f92e1ef302e76eee3ccc714f]

        Revert "crashtesting failure on ooo61225-1.sxw"
        
        This reverts commit 55d4cc340068b0f590ab3a2119a2a2a71a3f8e5e.
        
        It's obviously bogus to have mbInfTab set but ImplFindTabFrame return
        null.  Also, just loading the document still crashes with the same
        problem in a different place.

2017-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f808c50c6eece87d515df3b84b1c774395b5d9bc]

        updater: make it more difficult to misuse the API
        
        Change-Id: Ief5b2e37f289d6bfa92a909701c331d50509b0a3

2017-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07586bc09138f7af3b18d8de7a40898c7303baca]

        updater: reduce scope of ArchiveReader and pass by reference
        
        Change-Id: Ifbcfa5b612cb0a8670bf3dd0be6e74708cc969c1

2017-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95eae33ae8db583ebf4ff0cdfc3e3a48915a706b]

        updater: subclasses need to pass the archiveReader parameter to their parents
        
        Change-Id: I1d69d592a05908e4e2a2e832a5b6ef9d13fc2e2c

2017-06-26  Christian Barth  <Christian.Barth@zoho.com>  [c806dab3c99a730430e02ea0d1ccecdb5d688423]

        tdf#108563 Transform global variable gArchiveReader to local variable
        
        Change-Id: I0830f00bce19bc4b77d8e9e0cb5684338a4c9e5d
        Signed-off-by: Christian Barth <Christian.Barth@zoho.com>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [2fb2d6efdb25f718ddd65709697bc68d81815a59]

        loplugin:oncevar in scaddins..sot
        
        Change-Id: I657a131374b9f1153135e00ed429889518b91427
        Reviewed-on: https://gerrit.libreoffice.org/39258
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Johnny_M  <klasse@partyheld.de>  [3b9d2501b390dfaec7d0a189742fb3305f3742d9]

        tdf#39674 Translate some German variable names
        
        This translates "Neu..." to "New..." in names of some variables.
        
        No functional change is intended.
        
        Change-Id: I29859ecdd44e15820414746cd2b39f62cdfc0ae3
        Reviewed-on: https://gerrit.libreoffice.org/39213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [9be706e34a8d62e1c94bd82df44b8602a97d2b2a]

        nTransparency of type sal_Int16
        
        regression introduced with ac2d415a52f22caf0012b7d9b17d015aca27db9d
        "loplugin:oncevar in sc"
        
        Change-Id: I521053a59bb16c78d97129e4de5ebbf4820d6640

2017-06-26  Bernhard Widl  <bernhard.widl@cib.de>  [ef151d297c4c490d8694e14f8f556b56cad3325a]

        fdo#43157 convert OSL_ASSERT to assert in sw/source/core
        
        Change-Id: I6ffd9832ff1085c84fde8763045f3d1cb02137e2
        Reviewed-on: https://gerrit.libreoffice.org/38974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [7850e70d5e98bbfeb536d9644b618d0782da30a6]

        Write 0 of type 'unsigned char'
        
        regression introduced with ac2d415a52f22caf0012b7d9b17d015aca27db9d
        "loplugin:oncevar in sc"
        
        Change-Id: I1073e7e8b67ddf1dd633f004322c6bc46b9a8052

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [213472319d26c5b3edb463837c901b45b1fa8674]

        Fix int (sal_Int32) ambiguity
        
        Change-Id: I32afd77a851da180d91011fa424a88be5871e8f7

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [b59b4a38b45e1bf158701355c8c70f1c59f3e112]

        loplugin:oncevar in sd
        
        Change-Id: I56649b4df8c517f152ed4e9132985bbef22f8634
        Reviewed-on: https://gerrit.libreoffice.org/39241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [742f030d67f3d4179d3d0153cc16be35095eb580]

        update constantfunction loplugin
        
        didn't find anything useful, so just updating the exclusion lists
        
        Change-Id: I66d37aee185290f454e5ac0baeafd1f67bfaf106
        Reviewed-on: https://gerrit.libreoffice.org/39254
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac2d415a52f22caf0012b7d9b17d015aca27db9d]

        loplugin:oncevar in sc
        
        Change-Id: Ice59e286debb6bd0eb692f2b2b0c2c5087c069c0
        Reviewed-on: https://gerrit.libreoffice.org/39239
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Mike Kaganski  <mike.kaganski@collabora.com>  [47f0e83989c4c03d9690229b6433a5541032a3eb]

        tdf#89139: pivotCache: output sharedItems children only for string fields
        
        ... to avoid "corrupted" warning from Excel.
        In case of string fields, Excel expects the item list to be present,
        and containsXXX attributes of sharedItems to be absent, otherwise
        it shows a warning about file corruption.
        For numeric fields, it doesn't expect item list, othervise it also
        warns about file corruption.
        
        Change-Id: I5ded5b836587bed3177eb0a6b6c418e459e6be8b
        Reviewed-on: https://gerrit.libreoffice.org/39114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-26  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [603a8414454ab963b5907085d6642dcfd432ce34]

        SmartArt: layout diagram
        
        Change-Id: I854703ea3cb09ace2d0b01a47d9f07bb7a98b70e
        Reviewed-on: https://gerrit.libreoffice.org/39172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-06-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2bdfeb0b0973ebb7c4d9c410e22df2a56deef5bc]

        use implicit default copy assignment
        
        I guess Coverity complained that there was a copy assignment operator
        but no copy ctor, move assignment and move ctor defined.
        
        Change-Id: I10641c9f403e609406b2a1420b22abbfc9dbc6fc
        Reviewed-on: https://gerrit.libreoffice.org/39240
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-26  Stephan Bergmann  <sbergman@redhat.com>  [642ae256ea5b8083ba0b3c097ca8ea52304b9cdb]

        ChangedUIEventListener is refcounted, mustn't be helt by unique_ptr
        
        Fixes c0ce1ec3736be861a2ed58827fadb25269ab0117 "loplugin:unusedfields in sfx2
        part1" part on "fix a memory leak in NotebookbarTabControl where it was not
        freeing it's m_pListener field", which now caused ASan to report heap-use-after-
        free during CppunitTest_sw_dialogs_test.
        
        Change-Id: Ic0209650692a34abd1ee451713615a03ed9c746f

2017-06-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dbcc169d8c1008d46f62e0a526aa89331471621a]

        Fix typos
        
        Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5
        Reviewed-on: https://gerrit.libreoffice.org/39232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [2dbe6a2d57956be392966c363d03f54cb68dd4fa]

        loplugin:oncevar in sfx2
        
        Change-Id: I9aadcb9a12ef9b0c3f93ea255f2542e51d31fbf7
        Reviewed-on: https://gerrit.libreoffice.org/39242
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Johnny_M  <klasse@partyheld.de>  [d416a5ff59b31dd7250d392278c43f66cdb81e35]

        Translate German comments and debug strings (leftovers in r... dirs)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "r".
        
        Additionally:
        - Translates test strings in /registry/test/testregcpp.cxx
        
        Change-Id: I9fda72a3d1830268c4eb83d67ee7a95e38c31c0d
        Reviewed-on: https://gerrit.libreoffice.org/39210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [97ee2bbd402c8457f4bf8fe6fd8f5f36590b963f]

        extensions: remove COMPMOD preprocessor defines
        
        COMPMOD_RESPREFIX=abp was unused ever since initial commit in 2001.
        
        COMPMOD_NAMESPACE was used to set the namespace name qualifier of
        the helper in componentmodule.hxx to the extension's namespace name.
        
        I don't see why this is necessary as the helper is always compiled in
        a separate extension library.
        
        Change-Id: I287607008db3dc0ebc32731536747a921c91807d
        Reviewed-on: https://gerrit.libreoffice.org/39184
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e61c97f08e5472b64ba33fc64a595ad48de4b357]

        lotuswordpro: remove trivial copy assignment operators
        
        Those will be implicitly-defined by compiler and a move assignment
        operator should be implicitly-defined now too.
        
        Change-Id: I03c4bb3b95e76c706b606a170ed02c2a39862b36
        Reviewed-on: https://gerrit.libreoffice.org/39246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f3181522bd5fa7cd32dc81c624ef260b29cfc9c]

        s/catched/caught
        
        Change-Id: I7ea6977a9749e86f8058b78cdb91cd2c62da8264
        Reviewed-on: https://gerrit.libreoffice.org/39164
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [979c8c56b7d52fe9a5d4b1fbfdab0adaba04c470]

        loplugin:oncevar in oox..sax
        
        Change-Id: I0fee8bcddaeea48335e3be05761d2ad2c45020e2
        Reviewed-on: https://gerrit.libreoffice.org/39238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [c2d139d8fa92e44baf592cd8ce644dc66356e143]

        osl: w32/pipe.cxx typo should have been caught, not cached
        
        Change-Id: Iacdf76eec11aedc8a3308897edfda400790bdc19
        Reviewed-on: https://gerrit.libreoffice.org/39245
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f957c0c6deb685893fe18e8df643708828b4043b]

        Updated core Project: help  b915986913b52910c342eb831351897868226c0d
        
        Help-in-browser (v)
        
        * Add piwik analysis
        * handle SHARED module in search
        
        Change-Id: I7c3c653d5e1211eed6c45b521fc35a9dc52ed21e
        Reviewed-on: https://gerrit.libreoffice.org/39251
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-26  Paul Trojahn  <paul.trojahn@gmail.com>  [643da8ec4e721d33dfdf8d78bedd50a915f1188d]

        Fix PageShape export to pptx
        
        The export code is not called, because the PageShape is actually
        of type presentation.PageShape and not drawing.PageShape. A
        PageShape has no text at all, which results in an empty p:txBody
        element that fails validation, so it needs to be checked first if
        the shape actually has text.
        
        Change-Id: I559f15c2396739c74d5c4f36eb952754bc040ce8
        Reviewed-on: https://gerrit.libreoffice.org/38574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-25  Caolán McNamara  <caolanm@redhat.com>  [55d4cc340068b0f590ab3a2119a2a2a71a3f8e5e]

        crashtesting failure on ooo61225-1.sxw
        
        Change-Id: Ia953443ba352aea1b33b6efd312a0e95a6b8918e
        Reviewed-on: https://gerrit.libreoffice.org/39244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [93d42c1b23721120fd2b61ee0b8842a14fd9b6b8]

        loplugin:oncevar in l10ntools..mysqlc
        
        Change-Id: Ifd4826f8ba4e10f2e012172fa693794d68bb6b4d
        Reviewed-on: https://gerrit.libreoffice.org/39188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a006f60b6ae22db6acb57d06167a3c6fd8bc6f1b]

        loplugin:oncevar in helpcompiler..jvmfwk
        
        Change-Id: Ia9b20a8ca95684cbeb21e3425972c43ba50df3cd
        Reviewed-on: https://gerrit.libreoffice.org/39187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [d116894b26f538793a0d5dc5847efd2fb53e7acb]

        loplugin:oncevar in formula..framework
        
        Change-Id: I96d6af49c1994ebd7d6dcc41469127e3151b4350
        Reviewed-on: https://gerrit.libreoffice.org/39186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [3361e28f944d9f752f0e0df91968559f1ae55f72]

        make some tools macros into functions
        
        in the process, eliminate the need to explicitly specify the
        source/destination type at the callsites.
        
        Change-Id: Ie556645791a479989fb737933f1dd58e8533cb1c
        Reviewed-on: https://gerrit.libreoffice.org/39171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [49ecd18fe233a6e60806d023ae06583471cb233c]

        fix constants used before definition
        
        ERRCODE_AREA_SO and ERRCODE_AREA_SBX were being referenced before their
        definition., by ERRCODE_AREA_SVX_END and ERRCODE_AREA_SO_END
        
        Change-Id: I51af1752290479adf0985746253134a0924b1e17
        Reviewed-on: https://gerrit.libreoffice.org/39150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  David Tardon  <dtardon@redhat.com>  [8222d14cb5fc8f7b46e068b4b3f86cc867e05972]

        upload poppler 0.56.0
        
        Change-Id: If61037a2df12fd7389f46913d96f4b386460fc76
        Reviewed-on: https://gerrit.libreoffice.org/39205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-06-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [df134d2d1b935c7b74d2e135c3041f7c25de3c13]

        remove unused local vars
        
        since commit 95c348afa8f4f17c058c449ded75025175af0e4a
            loplugin:unusedfields in svx part2
        
        Change-Id: I6d5f3704f4efef0a9fb69623f46a216c509c8302
        Reviewed-on: https://gerrit.libreoffice.org/39229
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [609c0d268ff52c0566ad77dc54de2eeb4d5ef4f8]

        osl: socket.cxx nullptr comparison cleanups
        
        Change-Id: Ie0339482bf3a9b108e26008526bc5e73b761d27b
        Reviewed-on: https://gerrit.libreoffice.org/39223
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [dff3a597dad3b76990311ee356e0bd603753d8d3]

        osl: for should be a while
        
        Change-Id: Id4e92f0c7927bbc767061461361936dbad8da778
        Reviewed-on: https://gerrit.libreoffice.org/39204
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [dda035f0afdd6d806954b6f2eb5ab0aa8e8f4bf5]

        osl: test condition fixes in unx/file.cxx
        
        Change-Id: I8debaa590c570ea7a6447668b053a2d4c507edf0
        Reviewed-on: https://gerrit.libreoffice.org/39203
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [651031aab433d0bd4120c096c19169e581527374]

        osl: whitespace cleanup of unx/file.cxx
        
        Change-Id: I10c9a8d1474920afb7f6afc4d7d34172c398ab4d
        Reviewed-on: https://gerrit.libreoffice.org/39201
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [a56e7f790dda566edb75a82fdfcc9e0cbb4e8dc3]

        osl: doxygen comments in unx/file.cxx
        
        Change-Id: I26d8b665e8940fd3821d29ced0046c2d1dd5a59c
        Reviewed-on: https://gerrit.libreoffice.org/39200
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e496a707b23d9ab0fb0ac20e7411cf316f2f1412]

        vcl: delete fake copy ctor and assignment operator of TextEngine
        
        Change-Id: I9db651d2d9763aca8c70c1a313bab8d7d4d73e10
        Reviewed-on: https://gerrit.libreoffice.org/39228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [3abc5d24b499a80b656cbb40b0f31566c3e2e714]

        osl: cleanup headers of unx/file.cxx
        
        Change-Id: Ic1d171cf11cf36058f6d1f40c9ca041012e1b0e1
        Reviewed-on: https://gerrit.libreoffice.org/39198
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [7c6ccc424eec53cac72a9fc81913f6ad780d91aa]

        tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxx
        
        Change-Id: Ic914d9240e6b06b7e6550fe311fd69e310254bd5
        Reviewed-on: https://gerrit.libreoffice.org/39197
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [b376eec5c70b5fced2e2bdc205191381b66948a7]

        osl: remove unneeded comment in unx/file.cxx
        
        Change-Id: If2e4c06a1d083f82ab531a15ae0bd983f7a5586e
        Reviewed-on: https://gerrit.libreoffice.org/39199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3c5d5ff4e8050b9470a899f618e8c5c2c2481ab5]

        svx: pass struct by const reference ...
        
        and use references instead of pointers for output parameters.
        
        Change-Id: Ib91a821ff84e464639aa6f09a44ba00301f1d783
        Reviewed-on: https://gerrit.libreoffice.org/39220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [7562c5f37ca03267da5873143601811bebf6d620]

        tdf#107584: Load/save page background transparency
        
        Change-Id: I17bd01dc129f0e530d5e227a5ddc12f11486e85d
        Reviewed-on: https://gerrit.libreoffice.org/39206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [0922085dc8acf5500e4c01b00f83d524c8adc300]

        osl: remove comment cruft from pipe.cxx on win32 and unx
        
        Change-Id: I774497c07f682a3923a6317af5804e477540995c
        Reviewed-on: https://gerrit.libreoffice.org/39225
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [e7884518b41d5fa94bfab8083c453ae41cc39426]

        osl: whitespace cleanup of pipe.cxx for unx and w32
        
        Change-Id: I9c8933616d36027314c990301e67a54c567429b5
        Reviewed-on: https://gerrit.libreoffice.org/39222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [2f7088999dc3aa7a4032e2a593b49a146854897e]

        osl: document pipe functionality
        
        Change-Id: I1b2fa0db88bf9b25283ff532f9634eb4605775c3
        Reviewed-on: https://gerrit.libreoffice.org/39221
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [3fe969eba649fe390008044fe23a8a9bc9276a14]

        osl: variety of doxygen fixes
        
        Change-Id: I48e4bcce447a1efdb37d6dca9e5808ec8d73492b

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [b2f63a266396a38c7d88c397d26db1c08e5f7ef5]

        osl: document and group code via doxygen
        
        Change-Id: I9945df95e14fbca47f7cea80b1d4097d00a3eb54

2017-06-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [61fc3ed179b324c58788d57f284fcc23d8258ae3]

        Updated core Project: help  181b72469b27cc2f711525838463e98a0920161c
        
        Help-in-browser: several improvements
        
        * tabs for Contents/Index/Search
        * product version (6.0, 5.3, 5.2, etc...)
        * capable to receive URL from LibreOffice help call
        (need to change help url in sfx2/:
        protocol://<host>/index.html?<params>
        
        Change-Id: I2244336ea47cdb923884ae97b9f4a586d85ec706
        Reviewed-on: https://gerrit.libreoffice.org/39227
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [8d53e996c811f207a5c80225c57cced5c2421487]

        Updated core Project: help  bd033eb897b7c43f1f6e8c35cc50d4a73ace84af
        
        Help content n browser (iv) clean xslt cruft
        
        Change-Id: Icbcde2c6d40019ea6a14a05dd41b248397fc3c33
        Reviewed-on: https://gerrit.libreoffice.org/39226
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2274deda0185f2f4b153a16f46a6a668394d3458]

        gpg4libre: import public key payload if initial validation fails
        
        Since maybe we don't know the key yet?
        
        Change-Id: I8b7e3f472d4731d9fb8bb675d81bdad257aa9230
        Reviewed-on: https://gerrit.libreoffice.org/39194
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [72e7cfd776dee2edfa513f8f1a8f45136de1d8ba]

        gpg4libre: save some space, extract binary key/sign data
        
        Since callers will base64-encode this anyway, again
        
        Change-Id: I0962d102fa0f2b95eaa2e608539cc291125f0321
        Reviewed-on: https://gerrit.libreoffice.org/39193
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [52b3ae1c08803fe370960f80668e3fb715617358]

        gpg4libre: base64-encode and decode SignatureValue
        
        which xmldsig-core actually requires
        
        Change-Id: I92a6e192865919d844009be042dad36106a19fc8
        Reviewed-on: https://gerrit.libreoffice.org/39192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [74b98e04d604b6713f0a66a8337db6a3c79ad23e]

        osl: doxygen parblock
        
        Change-Id: Ica1b604484c855a94c9a21fab04d62c2f5952fe7

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [d88776a05676af89b3d6d798e073acf778206bc1]

        osl: remove @relates Condition, not relevant
        
        Change-Id: Ifabb961817b8c3cc326264bb9d9bb1c3a4e7e461

2017-06-24  Yousuf Philips  <philipz85@hotmail.com>  [3e82c30b89b87199b8f20658beecbfccccffcd52]

        tdf#108720 Add symbol fonts to isSymbolFont()
        
        Added webdings, wingdings, and bookshelf symbol 7
        
        Change-Id: Icbd311dbe1cd6895d04ac10aa5a275894c613c15
        Reviewed-on: https://gerrit.libreoffice.org/39217
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [875fcea2a5605565852f11161cb9bbb80ab95873]

        osl: the addr parameter of osl_mapFile is [in,out]
        
        Change-Id: I29992bfecf50b5e6a185257b3df404bb474dd225

2017-06-24  Julien Nabet  <serval2412@yahoo.fr>  [ee60c441dc73100b5041f4d0fb1675fade00d82c]

        Related tdf#40713, use DecodeMechanism::Unambiguous
        
        Change-Id: I73221fb6c127903398a7faae48d5247339ec8d7f
        Reviewed-on: https://gerrit.libreoffice.org/39214
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-24  Takeshi Abe  <tabe@fixedpoint.jp>  [6ade3ef203238a211754c9c69000f155edd15ca9]

        std::unordered_map can erase an element by given key, if any
        
        so that it is unneeded to find its position in advance.
        
        Change-Id: Iccf92f98b8683e4b2fb5252f5e05a357268b7033
        Reviewed-on: https://gerrit.libreoffice.org/39156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [879fea59a0bcc1a439e51ab0923e1cc41dff5bfb]

        gpp4libre: error handling, proper key extraction
        
        Change-Id: I1cb219f825393309219a4ebfb406482050b91228
        Reviewed-on: https://gerrit.libreoffice.org/39191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-24  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1ac1caff62d0d72d158a2fafb3f06b7ec18cb346]

        oovbaapi: use autoshape in case of EllipseShape
        
        Required for msoShapeOval autoshape type
        
        Change-Id: I62ef053e8f387f4d87b28b7d17b82209d28fe0fd
        Reviewed-on: https://gerrit.libreoffice.org/39209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-24  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [50f4e1883c2e9eb8ec25ad9095889fc7699440dd]

        oovbaapi: add Application.OperatingSystem property
        
        stub
        
        As documented at:
        https://msdn.microsoft.com/en-us/vba/excel-vba/articles/application-operatingsystem-property-excel
        
        Change-Id: I2ccf17c698eb631e7b5ca420752b2268d2142d2a
        Reviewed-on: https://gerrit.libreoffice.org/39208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-24  Lionel Elie Mamane  <lionel@mamane.lu>  [521d8d91cd0a1eb92c50d0b9d4ae163073dbff4b]

        janitorial; not useful; is actually used below
        
        Change-Id: I87484b04d9f3feecdac3c53bc7eb3a5ec05e7af7

2017-06-24  Lionel Elie Mamane  <lionel@mamane.lu>  [ecdcf38a3250536d9b7f48a8ded50e23ccfcd1df]

        tdf#108732 ListBox: in absence of a field, treat data as string
        
        so that one meaningfully compare it; default is DataType::OTHER,
        which is not comparable
        
        Change-Id: Ifc1e1c9b801f45d0a95a83d30cc205b91e647880

2017-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9da0183f3bf6ba88f5e9c057809b7ccae99b7af2]

        updater: add a one step update test
        
        Change-Id: I548504ecc5fd2403596ad6eb5af116e4a46ddc35

2017-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2636093643a57ddd5d235246a9736e3352f3bd3]

        updater: add a way to manually test updater command line
        
        Without this hack it is not possible to debug the updater invocation easily.
        Each time this code will be called the updater would be executed and an update
        directory already present.
        
        Change-Id: I1159ee504b8f4ebf211e2a719369a48ae2e32345
        Reviewed-on: https://gerrit.libreoffice.org/39080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [784371488b759420fb84bc93ce21ec84cc0b0643]

        updater: forward the command line arguments to the updater
        
        The arguments will then be used again to restart LibreOffice with the same arguments.
        
        Change-Id: I17697c997a1dfeebecd9ec64e8f4ea66cadc4690
        Reviewed-on: https://gerrit.libreoffice.org/39079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [42a6c0d0e75fc1b3c04d90910025196735783e6e]

        Set OK as default button in MM Assign Fields dialog
        
        Shut this warning up:
        warn:vcl.layout:28925:1:vcl/source/window/builder.cxx:519:
        No default button defined in modules/swriter/ui/assignfieldsdialog.ui
        
        Change-Id: Ide113c694ac6cf20361a81ed53c474494f172921
        Reviewed-on: https://gerrit.libreoffice.org/39190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [511c16bd8c8671f43d2ff93f845209e733c6ae4d]

        tdf#98800 Enable Next button on the third page of the MM Wizard
        
        This seems to enable and disable the Next button even if the
        'This page shall' checkbox is already enabled after a previous run.
        
        Change-Id: I9cba7649b9cd1df110c5a120d4eea3d97b3afcf1
        Reviewed-on: https://gerrit.libreoffice.org/38553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-24  jan Iversen  <jani@libreoffice.org>  [1e2831e97beece97a753c40a4d313e9a0662d494]

        iOS workaround to avoid mkdir problem.
        
        this patch solves:
        make   -rs -f /Volumes/LIBREOFFICE/ios/core/Makefile.gbuild    all
        touch: /Volumes/LIBREOFFICE/ios/work/workdir/Executable/cppumaker.run: No such file or directory
        make[1]: *** [/Volumes/LIBREOFFICE/ios/work/workdir/Executable/cppumaker.run] Error 1
        
        Seems the touch <foo>.run does not have a mkdir -p.
        
        Change-Id: I3a02f5fd04cc3e2b96afb919542ef708849daf10

2017-06-24  Julien Nabet  <serval2412@yahoo.fr>  [36d91a65ab2db0c4c81e09771f6b44e1905122a0]

        tdf#40713: dBASE, don't lose dbt file
        
        if aDbtFile corresponds exactly to aTmpFile, we just have to return
        
        Change-Id: I1dde8efbe01838dc94f6025d5b81f5aee01932ac
        Reviewed-on: https://gerrit.libreoffice.org/39189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-24  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [4493f983d511990684588fbd141ec4f6ff0b40b6]

        gitignore: compile_commands.json is only top-level
        
        Change-Id: I313b86d8736e948d52d57bad77550f2969c9fc67
        Reviewed-on: https://gerrit.libreoffice.org/39107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-06-24  andreas kainz  <kainz.a@gmail.com>  [55315a8b3b78e2264da8e204ee4fca192829dd1a]

        update notebookbar_groupedbar_full
        
        Change-Id: I467388a8f67cc331f3babadd44bc5d720997a63e
        Reviewed-on: https://gerrit.libreoffice.org/38260
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [9dfd9f1a2e5db3ae6a370c1c5b493612448eb18a]

        osl: w32/file.cxx cleanup signatures of definitions
        
        Change-Id: Ic704e71258c5b8a3dc018862afd1aab1bdb5ab84
        Reviewed-on: https://gerrit.libreoffice.org/39146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f18f7b283f44626bc3dee7a578feafbc50c5146e]

        osl: w32/file.cxx normalized LHS/RHS if conditions
        
        Change-Id: I6fa3a5153ede3ed6cbe8cd4e8d6eb1dba4ea4a56
        Reviewed-on: https://gerrit.libreoffice.org/39145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Varun Dhall  <varun.dhall@studentpartner.com>  [41f1474e63a40e682a424211e788cc4b801e6659]

        EditEngine: Added test to check MultiPara SelectiveSelection Copy/Paste
        
        Change-Id: Iffb55599c90483b231820f60536c93ec3bfec2c9
        Reviewed-on: https://gerrit.libreoffice.org/39140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [a64bbe6b1d2e64a609c588a66a5739ee03a65946]

        osl: w32/file.cxx remove extraneous space from around braces
        
        Change-Id: I6a397dd09e2bdcf62e7a24f4edf8faaf35b49657
        Reviewed-on: https://gerrit.libreoffice.org/39144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [fd9ac19838b4d97262a7c4411d80c2d64e54d653]

        osl: w32/file.cxx update comments
        
        Change-Id: I837db449b4e1eb16580bbfd57647f6372b43e4d8
        Reviewed-on: https://gerrit.libreoffice.org/39143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Varun Dhall  <varun.dhall@studentpartner.com>  [84284429de635226342d745680fa5ddc324b4b3b]

        EditEngine: Added test to check Multi Para Copy/Paste
        
        Change-Id: Ida45d5861068c71e5c8d75eb711aaacbf543be79
        Reviewed-on: https://gerrit.libreoffice.org/39119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [c6e6255f7a8fa6c52b8fc1989137a77cf2f0a488]

        osl: w32/file.cxx update headers
        
        Change-Id: Ie5f9bb56afc00d1de7285008d9f99308b2673f25
        Reviewed-on: https://gerrit.libreoffice.org/39142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  jan Iversen  <jani@libreoffice.org>  [5a72018557d649ede54b739a07a124b86848261d]

        iOS, convert CPPUnittest to noop
        
        unittest is not supported for iOS
        due to the way it is build
        
        Change-Id: I0682c5252231668edc2ec186147b872ef6fcc695

2017-06-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [c9b9224018c5a6acc9b6790db0f321fb8913f8ff]

        Remove support for the oldref attribute in l10ntools
        
        Now that oldref and l10n attributes were removed from
        helpcontent in commit eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66
        we can as well drop support of these from l10ntools and xmlhelp
        
        Change-Id: Ib6fe30e93f0d7e976bb675beee9395ab543af99c
        Reviewed-on: https://gerrit.libreoffice.org/38715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [eccca2010bb452380cc16cee5e882ef002057a42]

        bridges: fix Linux/arm for the non-Android case
        
        Change-Id: I8adf22c65515ae23b95e6745c24c41814192811b
        Reviewed-on: https://gerrit.libreoffice.org/39173
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-23  Stephan Bergmann  <sbergman@redhat.com>  [3608424347aef7dfaa9ecc9b0afbf06da49d8a4b]

        Sort list
        
        Change-Id: I08882119972587b6c86ba0717cfc73d0fc4550e1

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [5ff95b16cf9fb2ac7b2b970614e3b98f55978dc0]

        coverity#1399034 rework to avoid 'Unrecoverable parse warning'
        
        emit.cpp:1472: assertion failure: emit-ast.cpp:1123: assertion failed: Ran out of fields in aggregate initializer
        
        Change-Id: Ib17de1917aa19bf171663c1077e9e9c3bed96d33
        Reviewed-on: https://gerrit.libreoffice.org/39160
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [2db34a069901cd0149d04c275df19afba728cdcc]

        Resolves: tdf#108708 set a min width for calc dropdown combobox button
        
        Change-Id: I002350170cf30a3347ed0c4e4885109ef194458e
        Reviewed-on: https://gerrit.libreoffice.org/39178
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [9b32355ea6d8d5e34363ba0c57e74d75d7a7b1b7]

        Resolves: tdf#108705 remove grabs on widget before destroying it
        
        Change-Id: If02a0b4340788db638c74b98e855258145643452
        Reviewed-on: https://gerrit.libreoffice.org/39165
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-23  brainbreaker  <gautamprajapati06@gmail.com>  [3bb8ec7cc5c1dba74216ea42b94bf2284bf286d0]

        android: Fix bridges/ module for building with Clang
        
        Change-Id: If8bcda3aa8c3a3e46cd98e5ae797486f32db9822
        Reviewed-on: https://gerrit.libreoffice.org/39050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-23  Stephan Bergmann  <sbergman@redhat.com>  [e9ad1b4f2fdecaac13af9eeacf2b261890afd941]

        std::string -> StringRef
        
        Change-Id: I06145822290ae4b3690a792eb4d2ad79437fd9cc

2017-06-23  Jens Carl  <j.carl43@gmx.de>  [ecddd5ee9cd4e1dc874a84f8846f938c0199b552]

        tdf#39468 Translate some random German comments/terms
        
        Change-Id: I5f3b430fa317d7da13d47c21f1fec6c489b05522
        Reviewed-on: https://gerrit.libreoffice.org/39141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e028ad5dccc6ff1a9250baf2196f7a2f235e314]

        simplify some string handling in tracing calls
        
        Change-Id: I0fb76562429e691400a02216019c7f96791cf9b3
        Reviewed-on: https://gerrit.libreoffice.org/39159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Michael Stahl  <mstahl@redhat.com>  [f905d6056606234ba53a26a3e4105ad3560d4b7b]

        sw: fix UBSAN error in CppunitTest_sw_odfimport
        
        /sw/source/core/layout/calcmove.cxx:1686:43: runtime error: downcast of address 0x2ae9ba4566c0 which does not point to an object of type 'const SwFootnoteFrame'
        0x2ae9ba4566c0: note: object is of type 'SwSectionFrame'
        
        Footnotes can contain sections of course, so use FindFootnoteFrame().
        
        (regression from c83a443eb106e426901d0ba8a809eedcd24c42c5)
        
        Change-Id: I7824c81ba74ed3341f0ba5b14dac89d71f6318db
        Reviewed-on: https://gerrit.libreoffice.org/39157
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [bcbdb64a60d88aa19842582a8a8e3f438a0d0642]

        writerfilter: remove redundant virtual keywords in the RTF import
        
        Also use default member initializers where possible.
        
        Change-Id: I535c467cb0d604863a47aafbe42dcf3498c8717c
        Reviewed-on: https://gerrit.libreoffice.org/39155
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fbd21472afe4c9fd1af3620fc50fcc642ea9ddd6]

        Fix typos
        
        Change-Id: I1348be80d3150966124a7f62134ecf3df01c659e
        Reviewed-on: https://gerrit.libreoffice.org/39158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [bf39807c67eb2dc7596926486a22d781e8969d47]

        loplugin:oncevar editeng..extensions
        
        Change-Id: I3a63e3e3b873ef8a2d708d39be084124a6ad1346
        Reviewed-on: https://gerrit.libreoffice.org/39153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Olivier Hallot  <olivier.hallot@libreoffice.org>  [20e1822a2582d4207b13368b3521b9d42407ce69]

        Updated core Project: help  bfa3cfb08e182fff0f5b19b5e69c5472ce38327a
        
        Rearrange help page for VBA functions
        
        Save work for translators.
        
        Change-Id: I2072d85443ba32f10235123f3ba2b681182127d2
        Reviewed-on: https://gerrit.libreoffice.org/39138
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c6b84c2c5834ab877c3edd96fd243606cfefe39]

        loplugin:oncevar filter..forms
        
        Change-Id: I70a8ed6dbfe08b22dbf7b7b86e9518d73c5e393a
        Reviewed-on: https://gerrit.libreoffice.org/39154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9073a347f10aae5e7afb92371a0593c80fa89f97]

        XMLSignature_GpgImpl: Use cppu::supportsService
        
        Change-Id: Ic093462c957aa445aab43f95ac22af3a3df1d709

2017-06-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e2fc3f0fb591ba044ad8862c14afea5f0dc6a069]

        XMLSignature_GpgImpl: Clean up namespaces
        
        Change-Id: I34aa59171b5d440bdd6bdec80badf7a3eb42bd3f

2017-06-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [80bb0a4fe8953ab90dfaf75ad19e46aa5aad00a8]

        Gpg key listing: Use range based for loop
        
        Change-Id: Idc7b39f751b2572f5ddd077aaad86a1f7b4b9a5d

2017-06-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [91ffe409e35479d024f629fe1b5ce474993a0f54]

        tdf#108692 gpg4libre: List all gpg keys
        
        Change-Id: I7300da36215233fa91b7a04a42b1c9bf907ad78b

2017-06-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7add9c24af8ea965f0411d4b852491af337822df]

        gpg4libre: Handle error when retrieving public key
        
        Change-Id: I9543e47fb3302a5ca146a606305b24733f015a5d

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [40c9ebbb6fbba3fbb70ae652acd53928d8f26803]

        convert to std::vector
        
        Change-Id: I37a866f4248ad6441cb73b826c13b3602b96e03a

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [ce45dcf8d7ae0b41e898850090cc2ad4fdc0bfd4]

        coverity#1412987 Untrusted value as argument
        
        Change-Id: Ia41c81d7cf864a5b38594b85577139bdaf5fc7bb

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [75ab9e5cf8e23639f1d7d38e9a8279ac702dca3a]

        move pBuffer out of class
        
        Change-Id: I88120530b21ebe72796ddee39c2446a70c3fd193

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [155d8942c3054a9d0b635c51e9ac0813a856eb44]

        coverity#1412873 Dereference null return value
        
        Change-Id: I7b812c3381237cd52902fd15667e6e70bb36d53e

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [f489bbfd954e359d611b29a2824018b8e9575519]

        silence some unique_ptr warnings
        
        Change-Id: Ibf3a8d00e8b91be79117d9c060b4cb2a7bafe651

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [493450087c6de7692478af6823841a119adf221d]

        coverity#1412992 Unused value
        
        Change-Id: I37c27b69ba2be2ffcc0d961d7b4faf527a671807

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [a93dec5936322122df3df6b969570b4c5b07d5e1]

        coverity#735795 Unchecked dynamic_cast
        
        Change-Id: I3599c03d43761da73b89beae990f8688bd0b549b

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [62256ce4c2f2376f020186a456622091fb902236]

        coverity#1412988 Uninitialized scalar field
        
        Change-Id: I98bcb9f45caab6b8b052737baf5500766f94f88d

2017-06-23  Caolán McNamara  <caolanm@redhat.com>  [2becde65c64897b9621ca786a22fd7e942fc21be]

        coverity#1412991 Resource leak
        
        Change-Id: I0fc9b64ba8783530a0b7d597edbf8be8a43f5fd6

2017-06-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a3a40ba2a6d7c8b32234b223831a0269b06a240c]

        Fix typos: uniform registered
        
        We have in the same files "registered" and "registred".
        
        Change-Id: I604a8fdb7d5c40fe208fc11e9120333b3eaef3da
        Reviewed-on: https://gerrit.libreoffice.org/39097
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [718477e21f09d111161fd04083ac8fc909d2b9b8]

        osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDs
        
        OpenBSD, FreeBSD, OS X, NetBSD and DragonflyBSD all now use POSIX
        sysconf, so there isn't any need to use the BSD getpagesize() anymore.
        
        Looking at the FreeBSD source in their VCS, it appears it sysconf
        support for _SC_PAGESIZE was introduced in the following commit on
        March 4, 1998:
        
        https://svnweb.freebsd.org/base/head/lib/libc/gen/sysconf.c?r1=12674&r2=34030
        
        The man page for sysconf(3) says it has been available since BSD4.4
        
        And it looks like OSX has supported this at least as far back as 10.6.2.
        
        Change-Id: Id8c188c00a8d87dbd8056635b5bf7f5940508ab1
        Reviewed-on: https://gerrit.libreoffice.org/39120
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab27953d9ef2076e0acd43ed4ba6652732794777]

        android: show when native-code.py is invoked even for non-verbose builds
        
        Change-Id: I176d140bf5efc090c89cbd3a3699a764abf7107a
        Reviewed-on: https://gerrit.libreoffice.org/39121
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [7be0d5490517d41c20f99a006edb9fa651ce3d85]

        gpg4libre: Warn before removing document signatures
        
        simple version, no "do not show this message again" checkbox
        
        Change-Id: Iba8ac8cda51acac748174c864aa5c205f2efcc8f
        Reviewed-on: https://gerrit.libreoffice.org/38962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [72f84c1a0efbce8da02cbf6d5947d2ddfd45c533]

        gpg4libre: Show certificate kind OpenPGP vs. X509 as 1 table column
        
        Shuffled the columns around a little bit
        
        Change-Id: Ib0a979458db680d712737ff997e1c3b4e4564f3f
        Reviewed-on: https://gerrit.libreoffice.org/38984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [7b5fac67fd2441778cb9a6d2f529adc270998144]

        loplugin:unusedfields in accessibility..comphelper
        
        Change-Id: Ifb68d65fc3e48dd80e3ff2b7a4124468fdda1695
        Reviewed-on: https://gerrit.libreoffice.org/39137
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [75ddf3a22aa83d1b067085bd7132acab5a088856]

        loplugin:unusedfields in cui
        
        Change-Id: I6d3ef43ab915d65794f1052f1f184eda10d39e1a
        Reviewed-on: https://gerrit.libreoffice.org/39136
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [55ff9d3e2d160132f905b8c932b622c0c8575478]

        loplugin:unusedfields in dbaccess
        
        Change-Id: I3f32573f25b4861799124905cefb3d9166570989
        Reviewed-on: https://gerrit.libreoffice.org/39135
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [222bc56e21356520a55a871c9cdfc26d2fc3fcb2]

        loplugin:unusedfields in desktop..editeng
        
        Change-Id: Ieea12d0790a1034eba8975fe74fa205f02003b7d
        Reviewed-on: https://gerrit.libreoffice.org/39134
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [6bbda13286c8f736f35ceb7a377ca15b3fd544b2]

        loplugin:unusedfields in forms..idlc
        
        Change-Id: If250ff47c1f375fe24c61b5bf271da9a9c330822
        Reviewed-on: https://gerrit.libreoffice.org/39133
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [58ae5fb5ff69a5581cffa583a57ad9381140fa9a]

        loplugin:oncevar in cppcanvas..drawinglayer
        
        Change-Id: I5456aad61fb0dfe6830eae62b91d1a6399d6343f
        Reviewed-on: https://gerrit.libreoffice.org/39128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [cb37c5f0f3de7b545231a53d46a5271058af76ad]

        loplugin:unusedfields in jvmfwk..mysqlc
        
        Change-Id: If9c7a3239fceba9a2db3a5905ccaa7fa9adadb08
        Reviewed-on: https://gerrit.libreoffice.org/39099
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f347c04bf1305c634b761f92ff487e831bc564c]

        loplugin:unusedfields in registry..sax
        
        Change-Id: Ie0e2ecaadb49273cb4e78bc894111523940e7c8e
        Reviewed-on: https://gerrit.libreoffice.org/39098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [f871d0e7c99d88b55c38a9878f3ef0bfec4eb089]

        inline some ERRCODE_AREA aliases
        
        and drop unused ERRCODE_AREA_OFA_END constant
        
        Change-Id: Ic34ecda7f842c5db93807b3f21aa1062966ca523
        Reviewed-on: https://gerrit.libreoffice.org/39089
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-23  Justin Luth  <justin_luth@sil.org>  [52b6c6493837a6bdccffd16d06daba54e932bd07]

        writerfilter: map endnote text to Endnote
        
        I'm not exactly sure what role the Endnote Symbol char style
        plays, but it is only related to Endnote Characters, not the
        main footnote text.
        
        Note: the existing mapping rarely takes effect since MSWord
        exports the stylename in lower-case. Unfortunately, there is
        no history to indicate why "Endnote Text" is mapped to
        "Endnote Symbol". That looks like an error to me.
        
        related to tdf#82173 which exposed this issue.
        
        Change-Id: Ie92f527b1e594fd571f1118d18a8ff225cfc2314
        Reviewed-on: https://gerrit.libreoffice.org/38605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-06-23  Mike Kaganski  <mike.kaganski@collabora.com>  [430774c4edcdba3e6a4e383d9ac9345a517e227f]

        tdf#89139: dump pivotField items
        
        This makes the pivot table exported to XLSX refreshable (does not
        crash Excel on pivot table refresh).
        
        Change-Id: Icc35795cd116e091b75bb1d4a603c52ccc71c44d
        Reviewed-on: https://gerrit.libreoffice.org/39018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba4831629e93bd6957ed8cfce9cec25f4f8ce5e4]

        osl: doxygen fixes for headers
        
        Change-Id: I3f30b5ab985c2ff709116568905b941c5d50fd1a

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [2b88f432f14e617ad27e6a3f560f85c18603697a]

        osl: document osl_mapFile parameters and return values
        
        Change-Id: I307662ef0d8360da3cbc7edc96890575715bbf07

2017-06-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [97c6719c45c0f095a1f13a5ba2a8743f304e4201]

        osl: typo from last commit
        
        Change-Id: I3dce45da77c6ab21be5a999d4ea5b7944a07bbd7

2017-06-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [1bb4e6c0a1aac9b505416eb1f7c952f6b788afa2]

        osl: File map flag constants documented
        
        Change-Id: I8f02cfdcaa1a5d2ce981b5de1b9754da36760649
        Reviewed-on: https://gerrit.libreoffice.org/39124
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f575f70b8303ba187f6989920281ff02e7a431c9]

        tdf#108682 DOCX import: fix <w:spacing w:line=...> for negative values
        
        I didn't find UI in Word to create
        
        <w:spacing w:line="-260" w:lineRule="auto"/>
        
        the equivalent markup when you set line spacing to exactly 13pt for new
        documents is:
        
        <w:spacing w:line="260" w:lineRule="exact"/>
        
        The OOXML spec and Microsoft's implementer notes ([MS-OI29500]) is also
        pretty silent about what a negative value means. However, if this markup
        is converted to WW8 by Word, then the WW8 LPSD structure is like this
        (as presented by doc-dumper):
        
        <lspd type="LSPD" offset="5086">
          <dyaLine value="0xfefc"/>
          <fMultLinespace value="0x1"/>
        </lspd>
        
        For the 0xfefc value the [MS-DOC] spec clearly states that means the
        type of the spacing is "exactly", with the value of 0x10000-0xfefc, i.e.
        the same 260 twips.
        
        Change-Id: I84b485d02dea49c610b6df2e06ccce03e1d29d21
        Reviewed-on: https://gerrit.libreoffice.org/39091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-22  Muhammet Kara  <muhammetk@gmail.com>  [777637a3cd46763cf79fb4f2c0a6929349a810f6]

        gitignore: compile_commands.json
        
        This file is generated by "make vim-ide-integration"
        
        Change-Id: I9355bc36b2a654efd6183b268662b10b224f2117
        Reviewed-on: https://gerrit.libreoffice.org/39108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-22  Eike Rathke  <erack@redhat.com>  [2522bbeecc628bb16ee17286e11b54613f78b195]

        Unit test for named single reference pointing to deleted row, tdf#108671
        
        Change-Id: Idb22bd00572d362eb2cc0137fe01835d6c28fcf8

2017-06-22  jan Iversen  <jani@libreoffice.org>  [346121398b6fbab233bae3053e14868a50418fb6]

        expat-2.2.1 patch to allow compile on macOS and others
        
        xmlparse.c has a
         #define buffer something
        
        later
         #include something
        
        that happens to use buffer as a parameter.
        
        Change-Id: I7378aa9481b30364097c70317c794c0bcca2f05c
        Reviewed-on: https://gerrit.libreoffice.org/39109
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-06-22  Caolán McNamara  <caolanm@redhat.com>  [1adc3c76d773adc92d1c6d858358b7caa64e929a]

        Resolves: tdf#108475 swipe only if some reasonable movement was involved
        
        Change-Id: I5ee2a60f80728a2cca1401e43c8e27f852bfc657
        Reviewed-on: https://gerrit.libreoffice.org/39116
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-22  Eike Rathke  <erack@redhat.com>  [23580a95fb5aa5b64d7d767eb0f5a89b0d740460]

        assert( nX < nC && nY < nR ); cause of tdf#108292
        
        Change-Id: Iaa23361510b1aa1eebfa6618b526fc7d9d6fa537

2017-06-22  Caolán McNamara  <caolanm@redhat.com>  [9709798ae416516037011565c151a54831008082]

        Resolves: tdf#108452 gtk3 xbm cursors invisible on black bg
        
        Change-Id: I5c9b27862da6ac76ae38542f85a51f9aefdd013d
        Reviewed-on: https://gerrit.libreoffice.org/39111
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [89594b646eb53df91329d5e68cba068b1ec49492]

        Add RemoveEntry method to SvTreeListBox
        
        Allows you to remove an entry along with its children
        without selecting the entry.
        
        Change-Id: Ie833df5e0d2d3bc86ed01a70dc6f042ebb6d6a47
        Reviewed-on: https://gerrit.libreoffice.org/38971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-22  brainbreaker  <gautamprajapati06@gmail.com>  [05447e09f511a6a754a3671451b29a3b6b3f458f]

        add factory function mapping for libspelllo archive
        
        Change-Id: I7cbea9381bc993e7894603c731ab0ac54e80d4b4
        Reviewed-on: https://gerrit.libreoffice.org/39049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab50f0b08b22af1e60a0b6ce5e7e8e7d1f665216]

        xmlsecurity: implement support for building against system-xmlsec
        
        The only remaining difference is that in the system-xmlsec case we work
        with the default key manager, not with the one that's only added by our
        xmlsec patches.
        
        This works for me for the uses I know of (see
        <https://lists.freedesktop.org/archives/libreoffice/2017-February/076947.html>
        for the motivation): signing and verifying of different signatures (bad
        signature, good with non-trusted CA, good with trusted CA) with
        software-based certificates all behave as expected.
        
        Change-Id: If3f3e2b8373ab7397db3f98070a5a2ce51fa7c06
        Reviewed-on: https://gerrit.libreoffice.org/39075
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [c7782c7c27d85866872cc24a618df02504ff12ca]

        tdf#101821 sw: fix layout footnote use-after-free in SwRootFrame
        
        The ClearSwLayouterEntries() accesses anchored objects and if they are
        anchored in footnotes then RemoveFootnotes() has already deleted them.
        
        (regression from 962d0500c4debaef43e5f146e47e08c66d851562)
        
        Invalid write of size 1
           at 0x4143CCB3: SwAnchoredObject::SetTmpConsiderWrapInfluence(bool) (anchoredobject.cxx:739)
           by 0x414D8A21: SwObjsMarkedAsTmpConsiderWrapInfluence::Clear() (objstmpconsiderwrapinfl.cxx:58)
           by 0x414C943E: SwLayouter::ClearObjsTmpConsiderWrapInfluence(SwDoc const&) (layouter.cxx:401)
           by 0x411DBE57: sw::DocumentLayoutManager::ClearSwLayouterEntries() (DocumentLayoutManager.cxx:504)
           by 0x414D05D9: SwRootFrame::DestroyImpl() (newfrm.cxx:594)
           by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
           by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
           by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
           by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
           by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
           by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
           by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
          Address 0x5feb6eee is 334 bytes inside a block of size 488 free'd
           at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
           by 0x41488962: SwFlyAtContentFrame::~SwFlyAtContentFrame() (flyfrms.hxx:134)
           by 0x41535AFC: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
           by 0x415360BD: SwLayoutFrame::DestroyImpl() (ssfrm.cxx:477)
           by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
           by 0x414A2FF4: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:852)
           by 0x414A3104: sw_RemoveFootnotes(SwFootnoteBossFrame*, bool, bool) (ftnfrm.cxx:874)
           by 0x414A321A: SwRootFrame::RemoveFootnotes(SwPageFrame*, bool, bool) (ftnfrm.cxx:897)
           by 0x414D0558: SwRootFrame::DestroyImpl() (newfrm.cxx:585)
           by 0x41535AB3: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:389)
           by 0x419E8171: std::_Sp_counted_deleter<SwRootFrame*, void (*)(SwFrame*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() (shared_ptr_base.h:464)
           by 0x40EB6DB5: std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() (shared_ptr_base.h:150)
           by 0x40EB5E76: std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() (shared_ptr_base.h:662)
           by 0x419E65F9: std::__shared_ptr<SwRootFrame, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() (shared_ptr_base.h:928)
           by 0x419E6615: std::shared_ptr<SwRootFrame>::~shared_ptr() (shared_ptr.h:93)
           by 0x419E619D: SwViewShell::~SwViewShell() (vnew.cxx:285)
        
        Change-Id: I147f46d49c90de46189ad34feed66c289adddc15

2017-06-22  Tor Lillqvist  <tml@collabora.com>  [476dbf469590c639f640981b32377b56fa0288d8]

        Bin a couple way too verbose SAL_INFOs
        
        Use temporary SAL_DEBUGs in your local tree instead if/when you need
        to trace these constructors and destructors.
        
        Change-Id: Icc52c905205914f0e5b911a2dae8322e99e9234e

2017-06-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2e2dd19548d868571c0174848ff1501c7e5d6d7a]

        Removed duplicated include
        
        Change-Id: Ibbd83a7d69a27ab96b99d28e1d4a1f65af63b82f
        Reviewed-on: https://gerrit.libreoffice.org/39037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Stephan Bergmann  <sbergman@redhat.com>  [d293df0ebdd5bd6c5e9519f0b45a5d4141f5e0fa]

        Explicit --with-valgrind, to not accidentally miss Valgrind support
        
        Change-Id: If4de6e4cdebb082cbe8faa9392fceb61c3f8fb9e

2017-06-22  Jens Carl  <j.carl43@gmx.de>  [cbe7bdfd7c0fe474161e2d141d4dd5948e50c3da]

        tdf#39468 Translate some random German comments/terms
        
        Change-Id: I38cb79abb2a495ccca454903bc46b407009e8290
        Reviewed-on: https://gerrit.libreoffice.org/39084
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d4be7601e22dba8f2bfa535fc871348c5851c062]

        iwyu: add language standard defines to flags
        
        for some reason they are not set and cause parse warnings
        
        Change-Id: I1bbc14da8cd7f4cbde8e59934b6ace932245e2a1
        Reviewed-on: https://gerrit.libreoffice.org/39093
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4cea80db3f2a812672004915614530f8c86c41d5]

        update externals in bin/gen-iwyu-dummy-lib script
        
        tde and mozilla externals are gone.
        breakpad, bzip2 and mDNSResponder are omitted.
        
        filter out 'orcus-parser\' line, 'orcus-parser' is still in
        iwyu_EXTERNALS
        
        Change-Id: Ida7155b8b00b651146c4307286e9eafbdadb5917
        Reviewed-on: https://gerrit.libreoffice.org/39092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [438c0ed5ea4116e93eb2167a53a740ba5097565f]

        reformat bin/gen-iwyu-dummy-lib script
        
        no logic change intended.
        
        follow some shellcheck advises:
        use block for redirects to same file for better style (SC2129)
        double quote vars (SC2086)
        ignore false positive warnings SC1003 and SC2016
        
        Change-Id: Ic3a01484d4d13c8d23662ee24c46b166ee006cd4
        Reviewed-on: https://gerrit.libreoffice.org/39090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9ea64f959cb3dd25724552ab260d84ba54d204b2]

        related: gpg4libre: Init xmlsec in one place before creating the services
        
        Last holdout for separate xmlSec init removed, cf.
        ed92db7a50be36fcfe6e9b316f4b7f7570060c0d
        
        Change-Id: I46a05074706bba77ebc488f0df296e35e2b7d553

2017-06-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [22b611f588a10e95a1fe10d30b914c3a24d7665b]

        xsec_gpg lib is no more, so don't attempt to package it
        
        removed with 06d7dbb3568889aa50f46d6307a39fa53a17313b
        
        Change-Id: I7e01cc1f3551cd18c8fe09e908b6dbab75e2ae2d

2017-06-22  Tor Lillqvist  <tml@collabora.com>  [4e27d3cf6bcb278f26878ef7070723dd8a799a03]

        Introduce a range-based iterator for 'references' in a FormulaTokenArray
        
        Take it into use in a couple of places.
        
        Change-Id: I72127f4236220fbe6fbf9ea25cdd56470be89961
        Reviewed-on: https://gerrit.libreoffice.org/38997
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-06-22  Stephan Bergmann  <sbergman@redhat.com>  [e751e24250fda31dde52b3c65ca79f86142dc789]

        --enable-optimized should be orthogonal to --enable-debug/--enable-dbgutil
        
        Change-Id: I277f30129560ea9fa76d6439a60bb191358df99d
        Reviewed-on: https://gerrit.libreoffice.org/39088
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-22  Stephan Bergmann  <sbergman@redhat.com>  [a56ca5cfed0303157d1c4c28c00545204b7b03b5]

        Revert "Temporary debg output to find out why tinderboxes still don't find program"
        
        This reverts commit d36dc7b3ce28e6fe1590aa7cb72e53e2d745c073.  Turns out e.g.
        tb75-lilith has a 'file' command that doesn't print "execfn:" information, just
        
        > /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/workdir/UITest/calc_demo/done.core/core.24697: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/instdir/program/soffice'
        
        (<https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/13930/console>), but
        with a truncated "from:" path, so would probably be little benefit to try to get
        the path from the "from:" instead of (or in addition to) the "execfn:"
        information (where the latter appears to be more accurate at least with my local
        file-5.29-4.fc25.x86_64).

2017-06-22  Juergen Funk  <juergen.funk_ml@cib.de>  [af9bea21390800e5bbc73e07ce9828189d8dabf3]

        Improve tdf#106942: always erase empty/corrupt lockfile
        
        also when we could not create lockfile, not only when open as readonly
        
        Change-Id: Ied53bbfe47669f62553d97d81f0bed156ae58887
        Reviewed-on: https://gerrit.libreoffice.org/39054
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-22  jan Iversen  <jani@libreoffice.org>  [fc50502af935d6d551fcc74712cf32f2fcdce6a4]

        iOS, update menus for menu picker
        
        Change-Id: Idb4ee77ed83c17f8040cf1a5852ae1ac8fa855d6

2017-06-22  Stephan Bergmann  <sbergman@redhat.com>  [d36dc7b3ce28e6fe1590aa7cb72e53e2d745c073]

        Temporary debg output to find out why tinderboxes still don't find program
        
        ...that dumped a core file.  Is it just that the pathname is too long and gets
        truncated?  To be reverted again.
        
        Change-Id: I2e571cf7d5d3a128e8875e01df37bfccadefe80a

2017-06-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d9726a692024e202f0b28a8b6955463f1d90d1e4]

        formula: remove indirection and use unique_ptr
        
        Change-Id: Ib0c083803024d223f62b91ec54850b84eb68a758
        Reviewed-on: https://gerrit.libreoffice.org/39033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [9ec1ccb23af0de56f141d906f2eb60bab40aefb8]

        sw: dump more connections of those obnoxious footnotes in layout.xml
        
        Change-Id: I62caffcacb710aa079ddc9c81fb49f702cdc84af

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [c83a443eb106e426901d0ba8a809eedcd24c42c5]

        tdf#101821 sw: fix another layout footnote use-after-free
        
        In SwContentFrame::MakeAll() the pPre (previous frame) is deleted in a
        call to MoveFwd().  This SwTextFrame is inside of a footnote, and
        the SwFlowFrame::CutTree() for whatever reason wants to format all
        of the SwTextFrames inside the same SwFootnoteFrame, which causes
        the pPre to be joined with another one.
        
        Let's try to avoid that by checking that it's still in the layout after
        the call to MoveFwd(); on the one hand it's not obvious that this frame
        is important enough that it should be kept alive with ForbidDelete(),
        on the other hand i have no idea if simply removing the ValidateSz()
        call would introduce new loops or whatever.
        
        Invalid read of size 4
         at 0x414E8D14: SwFrame::IsSctFrame() const (frame.hxx:1018)
         by 0x41A85A29: SwContentFrame::MakeAll(OutputDevice*) (calcmove.cxx:1713)
         by 0x41A7F499: SwFrame::OptPrepareMake() (calcmove.cxx:368)
         by 0x41ADF0CF: SwFrame::OptCalc() const (frame.hxx:892)
         by 0x41ADCC07: SwLayAction::FormatContent_(SwContentFrame const*, SwPageFrame const*) (layact.cxx:1789)
         by 0x41ADC195: SwLayAction::FormatContent(SwPageFrame const*) (layact.cxx:1620)
         by 0x41AD88DE: SwLayAction::InternalAction(OutputDevice*) (layact.cxx:760)
         by 0x41AD7080: SwLayAction::Action(OutputDevice*) (layact.cxx:351)
         by 0x41ADE32E: SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) (layact.cxx:2133)
         by 0x41FFC97E: SwViewShell::LayoutIdle() (viewsh.cxx:711)
        Address 0x530ccf80 is 160 bytes inside a block of size 264 free'd
         at 0x4C2ED4A: free (vg_replace_malloc.c:530)
         by 0x4E5BCD0: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:271)
         by 0x4E5C00A: rtl_freeMemory (alloc_global.cxx:341)
         by 0x4E5AAA0: rtl_cache_free (alloc_cache.cxx:1231)
         by 0xEFC9A6F: FixedMemPool::Free(void*) (mempool.cxx:49)
         by 0x41CA7DFA: SwTextFrame::operator delete(void*, unsigned long) (txtfrm.hxx:377)
         by 0x41C9F7B6: SwTextFrame::~SwTextFrame() (txtfrm.cxx:415)
         by 0x41B5B74C: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
         by 0x41C1589A: SwTextFrame::JoinFrame() (frmform.cxx:656)
         by 0x41C153B1: SwTextFrame::AdjustFollow_(SwTextFormatter&, int, int, unsigned char) (frmform.cxx:555)
         by 0x41C172E1: SwTextFrame::FormatAdjust(SwTextFormatter&, WidowsAndOrphans&, int, bool) (frmform.cxx:1108)
         by 0x41C18D5E: SwTextFrame::Format_(SwTextFormatter&, SwTextFormatInfo&, bool) (frmform.cxx:1550)
         by 0x41C19340: SwTextFrame::Format_(OutputDevice*, SwParaPortion*) (frmform.cxx:1660)
         by 0x41C19CD8: SwTextFrame::Format(OutputDevice*, SwBorderAttrs const*) (frmform.cxx:1807)
         by 0x41A847A1: SwContentFrame::MakeAll(OutputDevice*) (calcmove.cxx:1393)
         by 0x41A7F211: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:346)
         by 0x41B75758: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1761)
         by 0x41A973E7: SwFlowFrame::CutTree(SwFrame*) (flowfrm.cxx:424)
         by 0x41A979AE: SwFlowFrame::MoveSubTree(SwLayoutFrame*, SwFrame*) (flowfrm.cxx:592)
         by 0x41ACFB69: SwContentFrame::MoveFootnoteCntFwd(bool, SwFootnoteBossFrame*) (ftnfrm.cxx:2756)
         by 0x41A9B78E: SwFlowFrame::MoveFwd(bool, bool, bool) (flowfrm.cxx:1813)
         by 0x41A85864: SwContentFrame::MakeAll(OutputDevice*) (calcmove.cxx:1681)
         by 0x41A7F499: SwFrame::OptPrepareMake() (calcmove.cxx:368)
         by 0x41ADF0CF: SwFrame::OptCalc() const (frame.hxx:892)
         by 0x41ADCC07: SwLayAction::FormatContent_(SwContentFrame const*, SwPageFrame const*) (layact.cxx:1789)
         by 0x41ADC195: SwLayAction::FormatContent(SwPageFrame const*) (layact.cxx:1620)
         by 0x41AD88DE: SwLayAction::InternalAction(OutputDevice*) (layact.cxx:760)
         by 0x41AD7080: SwLayAction::Action(OutputDevice*) (layact.cxx:351)
         by 0x41ADE32E: SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) (layact.cxx:2133)
         by 0x41FFC97E: SwViewShell::LayoutIdle() (viewsh.cxx:711)
        
        Change-Id: I35b27a32608d4dcf98e0933cce76ce5ddb1c09d9

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [9dcb767c5bdccdf6606240afd6aa2c6bd3dcc9f4]

        tdf#101821 sw: fix layout footnote use-after-free
        
        After inserting a header in the bugdoc, during SwFrame::Calc of a
        SwTextFrame that is in a footnote, it decides move forward to the next
        page.  This deletes the SwFootnoteFrame and SwFootnoteContFrame that
        lcl_FormatContentOfLayoutFrame() are iterating over.
        
        For want of a more elegant solution, use a big hammer to prevent the
        problem and try to clean up so that no empty SwFootnoteFrame and
        SwFootnoteContFrame remain (as that is known to crash in other places,
        see commit c9fb347642729017ad0c613fe26310befd021db8)
        
        Invalid read of size 8
           at 0x414E1F96: SwFrame::GetNext() (frame.hxx:485)
           by 0x41AFDD07: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:646)
           by 0x41AFDCC0: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:642)
           by 0x41AFDCC0: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:642)
           by 0x41AFDEA7: SwObjectFormatterTextFrame::FormatAnchorFrameAndItsPrevs(SwTextFrame&) (objectformattertxtfrm.cxx:696)
           by 0x41AAA680: SwFlyAtContentFrame::MakeAll(OutputDevice*) (flycnt.cxx:415)
           by 0x41A7F211: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:346)
           by 0x41B75758: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1761)
           by 0x41AA8927: SwFlyFrame::Calc(OutputDevice*) const (fly.cxx:2559)
           by 0x41ADB36B: SwLayAction::FormatLayoutFly(SwFlyFrame*) (layact.cxx:1414)
           by 0x41AF9658: SwObjectFormatter::FormatObj_(SwAnchoredObject&) (objectformatter.cxx:321)
           by 0x41AFCB6E: SwObjectFormatterTextFrame::DoFormatObj(SwAnchoredObject&, bool) (objectformattertxtfrm.cxx:126)
           by 0x41AF9A6A: SwObjectFormatter::FormatObjsAtFrame_(SwTextFrame*) (objectformatter.cxx:443)
           by 0x41AFD275: SwObjectFormatterTextFrame::DoFormatObjs() (objectformattertxtfrm.cxx:328)
           by 0x41AF924A: SwObjectFormatter::FormatObjsAtFrame(SwFrame&, SwPageFrame const&, SwLayAction*) (objectformatter.cxx:191)
           by 0x41ADC213: SwLayAction::FormatContent(SwPageFrame const*) (layact.cxx:1633)
           by 0x41AD88DE: SwLayAction::InternalAction(OutputDevice*) (layact.cxx:760)
           by 0x41AD7080: SwLayAction::Action(OutputDevice*) (layact.cxx:351)
           by 0x41ADE32E: SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) (layact.cxx:2133)
           by 0x41FFC97E: SwViewShell::LayoutIdle() (viewsh.cxx:711)
         Address 0x505541a8 is 72 bytes inside a block of size 272 free'd
           at 0x4C2F21A: operator delete(void*) (vg_replace_malloc.c:576)
           by 0x41AD371A: SwFootnoteFrame::~SwFootnoteFrame() (ftnfrm.hxx:52)
           by 0x41B5B74C: SwFrame::DestroyFrame(SwFrame*) (ssfrm.cxx:391)
           by 0x41A97294: SwFlowFrame::CutTree(SwFrame*) (flowfrm.cxx:406)
           by 0x41A979AE: SwFlowFrame::MoveSubTree(SwLayoutFrame*, SwFrame*) (flowfrm.cxx:592)
           by 0x41ACFB69: SwContentFrame::MoveFootnoteCntFwd(bool, SwFootnoteBossFrame*) (ftnfrm.cxx:2756)
           by 0x41A9B78E: SwFlowFrame::MoveFwd(bool, bool, bool) (flowfrm.cxx:1813)
           by 0x41A85864: SwContentFrame::MakeAll(OutputDevice*) (calcmove.cxx:1681)
           by 0x41A7F211: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:346)
           by 0x41B75758: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1761)
           by 0x41AFDCFB: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:644)
           by 0x41AFDCC0: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:642)
           by 0x41AFDCC0: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:642)
           by 0x41AFDCC0: lcl_FormatContentOfLayoutFrame(SwLayoutFrame*, SwFrame*) (objectformattertxtfrm.cxx:642)
           by 0x41AFDEA7: SwObjectFormatterTextFrame::FormatAnchorFrameAndItsPrevs(SwTextFrame&) (objectformattertxtfrm.cxx:696)
           by 0x41AAA680: SwFlyAtContentFrame::MakeAll(OutputDevice*) (flycnt.cxx:415)
           by 0x41A7F211: SwFrame::PrepareMake(OutputDevice*) (calcmove.cxx:346)
           by 0x41B75758: SwFrame::Calc(OutputDevice*) const (trvlfrm.cxx:1761)
           by 0x41AA8927: SwFlyFrame::Calc(OutputDevice*) const (fly.cxx:2559)
           by 0x41ADB36B: SwLayAction::FormatLayoutFly(SwFlyFrame*) (layact.cxx:1414)
           by 0x41AF9658: SwObjectFormatter::FormatObj_(SwAnchoredObject&) (objectformatter.cxx:321)
           by 0x41AFCB6E: SwObjectFormatterTextFrame::DoFormatObj(SwAnchoredObject&, bool) (objectformattertxtfrm.cxx:126)
           by 0x41AF9A6A: SwObjectFormatter::FormatObjsAtFrame_(SwTextFrame*) (objectformatter.cxx:443)
           by 0x41AFD275: SwObjectFormatterTextFrame::DoFormatObjs() (objectformattertxtfrm.cxx:328)
           by 0x41AF924A: SwObjectFormatter::FormatObjsAtFrame(SwFrame&, SwPageFrame const&, SwLayAction*) (objectformatter.cxx:191)
           by 0x41ADC213: SwLayAction::FormatContent(SwPageFrame const*) (layact.cxx:1633)
           by 0x41AD88DE: SwLayAction::InternalAction(OutputDevice*) (layact.cxx:760)
           by 0x41AD7080: SwLayAction::Action(OutputDevice*) (layact.cxx:351)
           by 0x41ADE32E: SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) (layact.cxx:2133)
           by 0x41FFC97E: SwViewShell::LayoutIdle() (viewsh.cxx:711)
        
        Change-Id: I656cc2303eeccd5eef68ad3b8e81bb0fd47b94fb

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [4c0b3520b66477334a7971dbed7ffcdcd265e749]

        tdf#101821 sw: layout: don't move endnotes into footnotes' container
        
        The bugdoc has a single 1-column section from start to end, no
        footnotes but lots of endnotes, and the section has the settings
        "Footnotes - collect at end of text" unchecked and "Endnotes - collect
        at end of section" checked.
        
        This means that the SwFootnoteContFrame for footnotes would be put
        directly below the SwPageFrame (so that multiple sections on a single
        page can share it), but the SwFootnoteContFrame for the endnotes is
        put below the SwColumnFrame (which is created despite only 1 column)
        below the SwSectionFrame.
        
        Hence content in endnotes has the mbInfSct flag set, and the crash
        happens because the endnotes are moved from below the SwSectionFrame to
        a new SwFootnoteContFrame that is directly below a SwPageFrame, without
        clearing the mbInfSct flag.
        
        Fix the wrong call in SwFootnoteBossFrame::MoveFootnotes_() to
        FindFootnoteBossFrame() that resulted in the wrong (unsuitable for
        endnotes) SwFootnoteContFrame to be used as the target for the move.
        
        Change-Id: I64f6b86441e5ac1f16433f005e97c274a1c69dfa

2017-06-22  Michael Stahl  <mstahl@redhat.com>  [fb1b69a78742373f5652e731d0f32da1d159422c]

        expat: upgrade to release 2.2.1
        
        fixes CVE-2017-9233 and CVE-2016-9063
        
        Change-Id: Iee70d1265ff4e9dd4d0bff9602bd70b85d6b83f3
        Reviewed-on: https://gerrit.libreoffice.org/39078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6115b109322dc497f569366d3fe7d2a41dc41140]

        xmlsecurity: remove newly introduced redundant namespace alias, used only once
        
        Change-Id: Ia93ec62863d16d3cc60878968b79ed0ccc5fba9b

2017-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [686dfc5ed53e37bc4a60227fcb10c1d537c8aa62]

        xmlsecurity: fix loplugin:passstuffbyref warnings
        
        Change-Id: I627abfe33e9c2fc4243276706c1624ce19943678

2017-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6025b2b2e2c8342c9d4da7517748552fe406fdbe]

        xmlsecurity: fix loplugin:unusedvariablecheck warning
        
        Change-Id: Ia59a1f00203fbbaad6df460c7cba4a984e206a1c

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [66efe63e2a2a80e46d2ee4a340a1f4d4c1bf66c3]

        loplugin:unusedfields in sdext
        
        Change-Id: Ib4ce46f370298a0ae86fa95141abb253c2bbfff8
        Reviewed-on: https://gerrit.libreoffice.org/39058
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [60f3e9b67e688e6f7f304cc7fb14fc28af83f351]

        loplugin:unusedfields in sd part3
        
        Change-Id: Id8277e4b3dc9776715a7bd85e1a4f6610aad9b19
        Reviewed-on: https://gerrit.libreoffice.org/39061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [450bf26c23bf2bb4346236778ef066c6e215eafe]

        loplugin:unusedfields in sd part2
        
        Change-Id: I14b34e08d7bb000bce1625bd0d16050b1269f3e8
        Reviewed-on: https://gerrit.libreoffice.org/39060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [d740173b9cc0d05206349826f55d2b3444204056]

        loplugin:unusedfields in sd part1
        
        Change-Id: I8e25d68eecbc3a96d734d9c10b125aed5d01cbc5
        Reviewed-on: https://gerrit.libreoffice.org/39059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3b61a4bc8771fb7ef2b21ac7c82892592d94ede]

        loplugin:unusedfields in sw part4
        
        Change-Id: I1ffd51ab74b2ca809153f07f8de85e9c490749fd
        Reviewed-on: https://gerrit.libreoffice.org/39042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [17122091ec2c5a229484806746e5b8ed03c99327]

        mark ErrCode with SAL_WARN_UNUSED
        
        Change-Id: Ia5e60636f74cde8e93c7c21bdab50a1feb10e103
        Reviewed-on: https://gerrit.libreoffice.org/39031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-22  Takeshi Abe  <tabe@fixedpoint.jp>  [d3c70b5f704f20e15611a8bf0d162a3c637400b6]

        sd: Kill empty sdattr.cxx
        
        Change-Id: I9343616352489205d606043fb773185f3784a8d9
        Reviewed-on: https://gerrit.libreoffice.org/39051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3b2a752b71070fb58619d0a12d1f2b1017a26ef]

        updater: handle the SeeAlso property after the update succeeded
        
        Change-Id: Ib90f1f7def6de05144bf8215a97a6d6e15207b88
        Reviewed-on: https://gerrit.libreoffice.org/39073
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-22  Aron Budea  <aron.budea@collabora.com>  [acb2bd197785a9ca715cf4e991f702bd60cd6960]

        Updated core Project: dictionaries  93db4f58c3b2e43003c49d33ce203bdcc8db0b93
        
        tdf#108439: update Scottish Gaelic dictionary to 3.3
        
        Change-Id: Id08f755bd6e4001d91a5c6129c0d07522d9cefec
        Reviewed-on: https://gerrit.libreoffice.org/38985
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-06-21  Eike Rathke  <erack@redhat.com>  [d3b77628efc72d857c63c8fb91d7ed2b499ac860]

        Resolves: tdf#108292 WalkAndMatchElements: really limit the match
        
        ... to the columns queried, not just when entering an mdds node. Otherwise it
        would return an unexpected index, plus bailing out early spares unnecessary
        comparisons for the rest of a node block.
        
        Regression of
        
            commit 3fed166279377f7ad702b8911899243b8adff3bf
            Date:   Fri Aug 16 16:29:38 2013 +0200
        
        that started to use
        
            commit 7334f8db6f6004d48e2dbf014f27878a7ae21eb1
            Date:   Fri Aug 16 16:29:27 2013 +0200
        
        with its bad implementation.
        
        Just that VLOOKUP on a matrix with a larger block of same typed data as the
        query *and* a match in an excess column seems to be rare..
        
        Change-Id: Ia4ef3fd56490de82910d5aa13a84be2de851f9b0

2017-06-21  Caolán McNamara  <caolanm@redhat.com>  [aa58890324bf15560c66fcb58a19c169da228c2e]

        Resolves: tdf#108610 crash on double delete of async event
        
        regression from...
        
        commit e4e4d5713e248f02faf7aa6199b11e152973de8e
        Date:   Wed May 31 15:40:25 2017 +0200
        
            clang-tidy readability-delete-null-pointer
        
            which in turn triggered some loplugin:useuniqueptr
        
        lets revert the fix of
        
        commit 93a288bd75d7caed46d6f29bf006f3d97a9602a9
        Date:   Mon Jun 12 21:44:57 2017 +0200
        
            svx: fix the std::unique_ptr that deletes itself twice
        
        and make the code do exactly like it always did pre initial change
        
        Change-Id: Ia922fccdc476e40b5c672b097b04c229215ce38e
        Reviewed-on: https://gerrit.libreoffice.org/39052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f9a14f3d021d78bded54cde0462669ea10d7c546]

        gpg4libre: fix build for windows and mac
        
        Change-Id: I3e36b22cefba4c6195bcf8b85b3f7a2cc101b845

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b962b047b08872ec25f339c6ef97dd0b923a2168]

        gpg4libre: actually take key from user selection
        
        Change-Id: I6b18865913492d41a8e0206a430e267fe78c553a

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ba53bd4e7234c771e6e655a492f0416807669027]

        gpg4libre: make signature impl swappable in-situ during validation
        
        Sadly we only know whether its a OpenPGP or X509 signature during
        parsing, so we need to switch the implementation mid-way
        
        Change-Id: Ib48a9da0105de62cfecda095df8c154b59ba8c40

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [4ddb2f716fa5501271bfb2d270a56562ddb5051d]

        gpg4libre: some code improvements, add metadata for OpenPGP keys
        
        Change-Id: I1beb692b9a9a34b5f0cf743ba9e4a145ac582184

2017-06-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c88063e80d464af195afe88d558a44ef77d69f4a]

        gpg4libre: Make viewing signatures work for gpg signatures
        
        Change-Id: Ic10846cb87e23ca9ffa0eb0d64c56fcf79c73a9d

2017-06-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [e07085ecf8d4c5337855f45b9736f2d2db0a9002]

        gpg4libre: Fixup unit tests, now that SecurityContext is needed
        
        Change-Id: Ifa43fa735c8b0d58ff3d3deca2ad4eca6560494a

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [891d4b5d91c86951bb06d413808f75a3f4e6cb28]

        gpg4libre: write PGPData info, get more metadata out for gpg key
        
        Change-Id: Ia560869ec02fca7fe4219136e1fe939e13f1e4c2

2017-06-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ed92db7a50be36fcfe6e9b316f4b7f7570060c0d]

        gpg4libre: Init xmlsec in one place before creating the gpg/x509 services
        
        Change-Id: I0308d586344b5e52ad327f6650b62ac0eac7ecb9

2017-06-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e4adff468c8f5e6fbacae0f553d7c154fb95a466]

        gpg4libre: List both (x509 and gpg) existing signatures
        
        Change-Id: I57ae79f7632885bf5c5aadcad3fb5ad4a5a9413d

2017-06-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [bb06a106aa92dae05b2d05a46c6c6586e9b84b7c]

        gpg4libre: [API-CHANGE] add certificate kind (X509 vs. OpenPGP)
        
        Change-Id: I423bef41f93af9d1b78ee9795be7ec33c3c7ae0c

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d6f8b0348767afea083f24f839b8130897563188]

        gpg4libre: now use the gpg security env
        
        Change-Id: I84e4d6872aab27f5b11ec727787a2eab80ef6a66

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [be197b089a15af9a2cbbac5eb4ae3601cebd8f51]

        gpg4libre: fix build, explicit ctor call
        
        Change-Id: Iec7ca4e37d6f5c4f63aaa22acfa0bdd395747471

2017-06-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b22fb3daf9a4af2991187aa909260ffdb0222f4d]

        gpg4libre: Having this dllpublic should be fine now since it's in inc/
        
        Change-Id: I79c132e717a62c6274eeafe33d732616cbd6a5a6

2017-06-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9b8197ab0de4a264c139546f420c913535d28dcf]

        gpg4libre: Make signature dialog work with two signing services
        
        Change-Id: I0b47e6dba38222bb6b4f778c4206d3b37bc93089

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0e226d4c193824d79f71d6918038de48afffaf26]

        gpg4libre: initial GPG signature validation
        
        Change-Id: I80afd77f74a6cb3f3fb7da03a6a4b74b132360d2

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2186d7b7f63712c5203fb86677afa3a5e6e933cb]

        gpg4libre: fix gpg signature generation
        
        Change-Id: I6eb95c948b6c8c9b8dee21215b430921bf454bb9

2017-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [06d7dbb3568889aa50f46d6307a39fa53a17313b]

        gpg4libre: share static xmlsec lib between nss and gpg
        
        In the end, the gpgme implementation uses enough of xmlsec
        functionality that splitting those (and ending up with two copies)
        was just not worth it.
        
        Change-Id: Ida87c848e4e6a770e3c697add9ceb589a9ec3930

2017-06-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f172c37f8f51d0f6a323045828e5b1b434fe6735]

        Updated core Project: translations  3a8e01f5e88f26c3a455d3cf8c2b92c3d7b11422
        
        update translations for 5.4.0 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: Ie086d580cf55f92d4b916a9822c82cf6bb4130e5
        

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [452ad2afc5a474f78783ddabd04980e962532935]

        remove unused EE_READWRITE constants
        
        just as well EE_READWRITE_GENERALERROR is unused, since it's value
        overlaps with ERRCODE_SVX_LINGU_LANGUAGENOTEXISTS
        
        Change-Id: I9752d78ae8510f650d709ee0d4f28b536494ec06
        Reviewed-on: https://gerrit.libreoffice.org/39057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [14c763e793780fec3f4e6280db437e4cda8bbd7c]

        s/ERRCODE_SBX_OK/ERRCODE_NONE
        
        adds no value
        
        Change-Id: Iedf7a6a7be28fed4059b576312890be8cbb980d7
        Reviewed-on: https://gerrit.libreoffice.org/39056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Eike Rathke  <erack@redhat.com>  [6580e171ad054dca38f55822e67a400191cecdf5]

        Resolves: tdf#108671 mark named expression single reference #REF! if deleted
        
        Probably broken already since
        
            commit f77c9d5b3cb65d9c2e2417f60bec1113feac50e1
            Date:   Mon Jul 29 14:47:07 2013 -0400
        
        Change-Id: If90a959d000a1bf5ab0804deb22d5cfad413ea5e

2017-06-21  Eike Rathke  <erack@redhat.com>  [0fed0829a601aaed6134bbc689b394e38c830605]

        Assert that nTabNo fits maTabData, tdf#108654 related
        
        Change-Id: I30b95f69a71317896d86e36b1b926c703f1539d1

2017-06-21  Eike Rathke  <erack@redhat.com>  [87cbbdc98d78c3c15f7161de6fec93d8680ee1de]

        Resolves: tdf#108654 check nTabNo against maTabData size
        
        ScViewData::DeleteTab() and DeleteTabs() never did that and worked by accident
        for which commit 73dec49802ef8fc42c5719efaa42a33cde68e569 removed the
        grounding..
        
        Change-Id: I95460cd017d558c073df7891551d0251009dc1d4

2017-06-21  Stephan Bergmann  <sbergman@redhat.com>  [7382bfda2b2c7b4382aec072c6134a2c0d5cd6c6]

        loplugin:privatebase
        
        Change-Id: I4ccc29493332af16d9d79adff56002757b9d5bb6

2017-06-21  Caolán McNamara  <caolanm@redhat.com>  [05e82f9e97d7f44e5eeec68b9d9bc42124624d33]

        ofz#2340 null deferences on close redlines
        
        Change-Id: I5e270f160f51b7ffa7059dfd17f31d8ec5919a3e

2017-06-21  Stephan Bergmann  <sbergman@redhat.com>  [2534ec3639c39384f0879488c235911ab2bef9b9]

        -Werror,-Wunused-private-field
        
        Change-Id: I0f16c434f735ced976580e921394778559b57410

2017-06-21  brainbreaker  <gautamprajapati06@gmail.com>  [eeb65fabd4c94e1ce69996890a4fb9badc11e778]

        Listen for changes in editing preference settings
        
        This commit gives the ability to listen for changes in
        editing preference settings to LibreOfficeMainActivity.
        This makes sure that value of mIsExperimentalMode
        boolean is correct in any condition.
        
        Change-Id: Ie2a931e63fad30262ad2f870b6c06f707db96618
        Reviewed-on: https://gerrit.libreoffice.org/37033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-06-21  Tor Lillqvist  <tml@collabora.com>  [77da7b934d782153be9271605691ceee6c66233a]

        Fix compilation with Clang 3.9.1
        
        Change-Id: I6e96064a001fd511864665fe0ef8b60d45462c12

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [48da675a67a2bfd2eadfd6d4c6dba0dee74b5326]

        loplugin:unusedfields in sw part2
        
        Change-Id: I7404fcac486f54fc0e310f401d8546c4aacfede2
        Reviewed-on: https://gerrit.libreoffice.org/39040
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b68ce7b0f2326ec540717ec5c8207825403774e]

        loplugin:unusedfields in sw part5
        
        Change-Id: I4111ed1dcb04e010ecfb93df3a7e7bf715abf585
        Reviewed-on: https://gerrit.libreoffice.org/39044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d2e4aeb929b346acd0d1a2eaeee7237b89b99474]

        loplugin:unusedfields in sw part3
        
        Change-Id: I0ee93f4df757d477912de70937ec1dded82c48fb
        Reviewed-on: https://gerrit.libreoffice.org/39041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Stephan Bergmann  <sbergman@redhat.com>  [08792a4b332d907c72d1fc7301133f5b306ec8dd]

        Process all core files that are found
        
        ...which can be useful e.g. when a UITest spawned multiple soffice.bin sub-
        processes that crashed
        
        Change-Id: Ic14ab286b320f2ee548c217e5395cfeec3afa889

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7824bf16898d8cb776420e0c2bff82e6df61b86]

        loplugin:unusedfields in sfx2 part2
        
        Change-Id: I227b643641250d47ac6b2218f57ddb231765960e
        Reviewed-on: https://gerrit.libreoffice.org/39038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [f05d0d05829dd51cb9d8071ac97cc219779ee40a]

        loplugin:unusedfields in sw part1
        
        Change-Id: Iabbf7f09c0d92b488d7e03f4436f077c5e6e87aa
        Reviewed-on: https://gerrit.libreoffice.org/39039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Jens Carl  <j.carl43@gmx.de>  [266bcae306a1dd6e0d9df80ba30ade7311385c28]

        White-list sw/
        
        Change-Id: Ic4ca1753720d3806cc0fa9f517078dd5032d9e20
        Reviewed-on: https://gerrit.libreoffice.org/39029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-21  Jens Carl  <j.carl43@gmx.de>  [08316e5edfc36ed75a4e8dc5b6aa7eea3af4eea9]

        tdf#39468 Translate German comments in sw/source/filter/ww8/ww8scan.cxx
        
        Change-Id: I30e673fc5741c37e3064e2b2035d772b43364d06
        Reviewed-on: https://gerrit.libreoffice.org/39022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-21  Jens Carl  <j.carl43@gmx.de>  [136ce64b18283acf9db5d130f8ac9108591dd4ee]

        tdf#39468 Translate German comments in sw/
        
        Translate the last remnants found by ./bin/find-german-comments sw
        
        Change-Id: I0618671b8794e05a51eeff811746a1154359d0fe
        Reviewed-on: https://gerrit.libreoffice.org/39028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-21  Jens Carl  <j.carl43@gmx.de>  [b29bae1064c9f980cc50a667e8b96c5e370326d7]

        tdf#39468 Translate German comments/terms in sw/source/filter/ww8/ww8graf.cxx
        
        Change-Id: I3cfc777be4b717bee7fd4559ca79fb9ba6626a51
        Reviewed-on: https://gerrit.libreoffice.org/39027
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0ce1ec3736be861a2ed58827fadb25269ab0117]

        loplugin:unusedfields in sfx2 part1
        
        and fix a memory leak in NotebookbarTabControl where it was not freeing
        it's m_pListener field
        
        Change-Id: Ib9970c9084982d532fa38d1bc3c44180ab2c3c39
        Reviewed-on: https://gerrit.libreoffice.org/39036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [1abdeff9de5d9257464048bcdf50a6d6fd926c0b]

        Fix use of wrong function
        
        Input is a color, expected return value is an index.
        
        Change-Id: I1bb6977cea5aad7a89082ace12f0a85c58a0f2e3
        Reviewed-on: https://gerrit.libreoffice.org/39045
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [9e61a951374a3f7705de67295e406e929c603a42]

        loplugin:unusedfields in svtools
        
        Change-Id: Ic8f67d40825d9843fd57535bd61bef51b470a8be
        Reviewed-on: https://gerrit.libreoffice.org/39016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [95c348afa8f4f17c058c449ded75025175af0e4a]

        loplugin:unusedfields in svx part2
        
        Change-Id: Ie9fd55b71a152f428a397d9917918f0e9de39aaf
        Reviewed-on: https://gerrit.libreoffice.org/39014
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  brainbreaker  <gautamprajapati06@gmail.com>  [2149d4a88e9dc88c30e7475f8ea317e5c7b78529]

        android:update safeint header to use the else implementation with clang
        
        Clang toolchain does not defines the __builtin_mul_overflow for 32-bit
        ARM. So, fallback to else implementation of checked_multiply when
        building Android with Clang
        
        Change-Id: I6120606f521ce121541a5b7f1150229258012d55
        Reviewed-on: https://gerrit.libreoffice.org/39005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [67ef8e99e87b6263334d01f37487d1d385b30b9b]

        fix android build
        
        after commit 528632660b72b105345945c13c5b68060d94a91b
        "convert ErrCode to strong typedef"
        
        Change-Id: I31727d89f6450e5d1d0930abf7dba7a32f8b894a

2017-06-21  Justin Luth  <justin_luth@sil.org>  [0f4038abcd3d5f93847f7f27ffbb990f6a19c4ba]

        tdf#82173 writerfilter: copy Xnote Characters -> Xnote anchor
        
        In MSWord, Footnote Reference applies to both in-text and in-footnote
        formating of the reference number, while LO uses two.
        Convert into one style, and copy into the other style.
        
        Change-Id: I8cf731d5d1236c86fc1c82e798d8a459ca95d0ba
        Reviewed-on: https://gerrit.libreoffice.org/38374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-21  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [8f2f277571091045fb57cec7f225a3391cc374b1]

        sw_htmlimport::testTableBorder1px testcase simplified
        
        Goal of this testcase is just to ensure that some table cell borders
        exist while some others do not. There is no reason to do exact width
        comparison which is causing errors on some MacOS configurations.
        
        Change-Id: I574c29220696ae654dea2db0398790a440efd83b
        Reviewed-on: https://gerrit.libreoffice.org/39015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [9752eccdd06f6695ec4f173ea93cada65063d1f0]

        xmlsecurity nss: adopt the private key of the signing certificate explicitly
        
        xmlsec1-customkeymanage.patch.1 of our bundled xmlsec extends
        xmlSecNssKeyDataX509VerifyAndExtractKey(), so that it calls
        xmlSecNssPKIAdoptKey() for the private key of the signing certificate.
        Make this explicit in xmlsecurity/ code, so we don't depend on the
        patched xmlSecNssKeyDataX509VerifyAndExtractKey().
        
        This is harmless for the patched xmlsec, but it prevents this error:
        
        warn:xmlsecurity.xmlsec:26221:1:xmlsecurity/source/xmlsec/errorcallback.cxx:48: keys.c:1246: xmlSecKeysMngrGetKey() '' 'xmlSecKeysMngrFindKey' 1 ' '
        warn:xmlsecurity.xmlsec:26221:1:xmlsecurity/source/xmlsec/errorcallback.cxx:48: xmldsig.c:790: xmlSecDSigCtxProcessKeyInfoNode() '' '' 45 'details=NULL'
        warn:xmlsecurity.xmlsec:26221:1:xmlsecurity/source/xmlsec/errorcallback.cxx:48: xmldsig.c:503: xmlSecDSigCtxProcessSignatureNode() '' 'xmlSecDSigCtxProcessKeyInfoNode' 1 ' '
        warn:xmlsecurity.xmlsec:26221:1:xmlsecurity/source/xmlsec/errorcallback.cxx:48: xmldsig.c:286: xmlSecDSigCtxSign() '' 'xmlSecDSigCtxSignatureProcessNode' 1 ' '
        
        when xmlsec is not patched.
        
        (This is needed, but not enough to build against system xmlsec.)
        
        Change-Id: I5d68a8be7aefcb529566213f9b9c2985eab6a80a
        Reviewed-on: https://gerrit.libreoffice.org/39023
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [18f513145477d4621290253d936dad7a40ee4c05]

        loplugin:unusedfields store..svl
        
        Change-Id: I6070a683e5128271b84a10caccb548d07c950927
        Reviewed-on: https://gerrit.libreoffice.org/39021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [742c0838f29bd09505e2cb9ca35debf401c18c23]

        loplugin:unusedfields in svx part1
        
        Change-Id: I6621e0dda5a5dc3e68c7b1613975c075e2879912
        Reviewed-on: https://gerrit.libreoffice.org/39006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [528632660b72b105345945c13c5b68060d94a91b]

        convert ErrCode to strong typedef
        
        would have preferred to re-use o3tl::strong_int, of which this
        is a modified copy, but there are lots of convenience accessors
        which are nice to define on the class.
        
        Change-Id: I301b807aaf02fbced3bf75de1e1692cde6c0340a
        Reviewed-on: https://gerrit.libreoffice.org/38497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-21  Eike Rathke  <erack@redhat.com>  [aee66aa85e75f67135e5c6079a281e18402d261a]

        Resolves: tdf#105740 select without selecting.. tdf#101588 b0rk
        
        The initial color, if determined, must result in being selected. Differentiate
        between pre-selected and user-selected.
        
        Regression of
        
            commit 429be969b39867d6d9f36978c9ac15b601e78ba6
            Date:   Mon Dec 12 21:24:20 2016 +0100
        
        Change-Id: I928af131d03c61a8e474e5cd356aea8b766112fa

2017-06-20  Paul Trojahn  <paul.trojahn@gmail.com>  [c2da33ead8b093b12ebb9a0ea9c06d156c41a3e6]

        tdf#89064 Fix import of pages with comments and notes
        
        importSlide removes the shapes on the page. It was used to import
        the comments and authors, which resulted in an empty notes page.
        
        Change-Id: I7d68085b482e5497d46e92328c413c87440714a0
        Reviewed-on: https://gerrit.libreoffice.org/38648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-20  Paul Trojahn  <paul.trojahn@gmail.com>  [2516285d2a9b6b992f24867d39402ca5c29cd71d]

        tdf#45904 Move remaining XCellSeries test code to C++
        
        Change-Id: Ie4ee1e52157dd38ac0defee2e9d5cfa822763183
        Reviewed-on: https://gerrit.libreoffice.org/38807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [e89e3ca2a6ab1773a7221eac11cb60812c002005]

        only some languages put a space between number and %
        
        Change-Id: Ifdd2f2c02738fc9e9b3fd4cbf97b211b29856df1
        Reviewed-on: https://gerrit.libreoffice.org/38870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-20  Stephan Bergmann  <sbergman@redhat.com>  [37c157340f90aac9d044aa351e5f98299da7342c]

        Propagate failure out from css.ui.test.XUITest::executeCommand/Dialog
        
        Change-Id: Id7bd2d6f35f45d9957facf56d66cfc57a1e0ef6a
        Reviewed-on: https://gerrit.libreoffice.org/39002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-20  brainbreaker  <gautamprajapati06@gmail.com>  [a6a447b08dd3959747181fe5350db68acc8c7481]

        android:Supress the Clang's unneeded-internal-declaration warning
        
        Change-Id: I76359e98a41206f914c3c05149f0a7eeeff1acc8
        Reviewed-on: https://gerrit.libreoffice.org/39007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [bb34ecfb6b2cb1c0dcf6e7564ee1f59c0fde9520]

        'Middle' used twice
        
        elsewhere we use center for horizontal things and middle
        for vertical things
        
        Change-Id: Ia43c8ce894243124dba9ff4c5a8752e59e68fc57

2017-06-20  Stephan Bergmann  <sbergman@redhat.com>  [319f3cbeab9bab0e75daf28077540e71159fa583]

        Try guessing the actual executable that produced an ELF core file
        
        ...which may be different from $EXECUTABLE e.g. when in a UITest (where
        EXECUTABLE=python.bin) an soffice.bin sub-process crashed
        
        Change-Id: Ia448c911b8475686e98c6bb6f43d7d32abece7cd

2017-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [592046fac193841164a1bb8363748d86ff3d7b6c]

        updater: build daily builds with gtk3 support
        
        Change-Id: Ie396a42b2a75a45e10b373011b86c8f1087cbf9d

2017-06-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [56d8962d609579f16a5527bfb92684f0efac6a1e]

        Updated core Project: help  3bd5049b9e5b271646e1d5c92b22d79bde35a759
        
        fix bogus whitespace and unnecessary unit changes
        
        caused by either adding spaces at end-of-line or adding spaces when
        combining multi-line statements into single line
        also fix one validation issue (image can have either caption or alt
        elements)
        
        Change-Id: I467404fbf87fbf1681c0addc7b43154bba68d989
        

2017-06-20  Jean-Pierre Ledure  <jp@ledure.be>  [6aef291fae27a2ff5617759b731a6a5e0b84c584]

        Access2Base - Introduce support of embedded Firebird
        
        Metadata array set for CopyObject command
        Firebird implementation found very unstable ...
        
        Change-Id: Ia0847e263cbedfba55a2a469b9e044b3134b66b8

2017-06-20  Stephan Bergmann  <sbergman@redhat.com>  [5f63d2c599a00f9753cb519b28a3116aa213dcc0]

        -Werror=unused-function
        
        Change-Id: Iecc7d68ad18e90bf84d358af92194c230efc2671

2017-06-20  Stephan Bergmann  <sbergman@redhat.com>  [32dd79ba451c949f764e73004795ec07f699cdd4]

        MAX_WAIT turns out to be too small
        
        ...at least for my ASan+UBSan build, causing spurious 'make check' failures
        
        Change-Id: I6871e6fbc41790de1b38b1b7757b93d349154f47

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [809e2d33b45b54b4438a4c55aed93efd73d2aa49]

        create comphelper::RefCountedMutex
        
        and merge the two existing implementations of the idea - SotMutexHolder
        from package and RefCountedMutex from connectivity
        
        Change-Id: I87f09f359ac798cf934381a2c75225dab71dd43e
        Reviewed-on: https://gerrit.libreoffice.org/38972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Eike Rathke  <erack@redhat.com>  [f6add3f04bd5acc162ada79597a87398236f1320]

        Remove useless if() condition
        
        ... because we bail out already early for all versions <= SvtSaveOptions::ODFVER_012
        
        Change-Id: I80814be91c777dc03a9c821d706b24c7e1e757c1

2017-06-20  Jens Carl  <j.carl43@gmx.de>  [f36edc1b1a1132eeede43d622c179ebb665ef908]

        tdf#39468 Translate German comments/terms sw/source/filter/html/htmlplug.cxx
        
        Change-Id: I2f76f179fb3ef251be16e60bf64f2b6d701bfd35
        Reviewed-on: https://gerrit.libreoffice.org/39004
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-20  Jens Carl  <j.carl43@gmx.de>  [0e950e102c994d5e9ee73471ef93df1c0054aba9]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Eleventh and final set of translations.
        
        Change-Id: I62876e2b05ddc4879951bd2788e9eb1087b59b19
        Reviewed-on: https://gerrit.libreoffice.org/39003
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-20  Eike Rathke  <erack@redhat.com>  [29f250c428953750ce89dec7ee961723478609c1]

        Resolves: tdf#107438 write <text:sender-initials> for fields
        
        Only in <office:annotation> context write <loext:sender-initials>
        
        Broken since
        
            commit 5f8476c00f482ab5c8707de2ebdcd41faa4057fc
            Date:   Fri Dec 13 23:21:46 2013 +0100
        
        and
        
            commit 49f9694e34d07468cff4a7e4de332f11be3e0dd8
            Date:   Fri Dec 13 23:30:34 2013 +0100
        
        Change-Id: I48b146b779878bf0faa5830a721559d8e864dd33

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [ea43d65bd3785a04a6dcf073611cee03ee289cee]

        reuse IsStarSymbol
        
        Change-Id: Ia4df4925f9c0078d098880d2a4a5042bb309a72c

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [35218bcb9c09107e73015d5eef0c4122c4884a0a]

        bullet char style preview is unreadable, cause uses opensymbol
        
        Change-Id: I1bd0a0e85c9d956184680d7e15709b3a7b590c30
        Reviewed-on: https://gerrit.libreoffice.org/39009
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4d8347dff173cd8ded4ee290bba21ceefecd2aa2]

        writerfilter: change map to unorded_map
        
        Change-Id: I782713940fc978f38193c59d16667633167535d7
        Reviewed-on: https://gerrit.libreoffice.org/38949
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9d2016648c7fdfc57932ac0793547cf099749be]

        tdf#108524 sw: add split section in table testcase
        
        And if we're at it, test the other way around as well, I almost broke
        it.
        
        Change-Id: Ia81e46f218336e5db13dafdbad7b896d8dadaf46
        Reviewed-on: https://gerrit.libreoffice.org/38999
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a24b52b828912b9136b343ec837f02336f33232]

        fix for older clang in loplugins
        
        since commit 03ee996717dcf9e20529a6a3295df69d0d86dcce
        "loplugin:unusedfields fix more false +"
        
        Change-Id: Ief935fea8c554707db38b4ede4fab2ec1adca997

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ed77fae3e5e9e5f7409e03d5e4586f428a65c86]

        loplugin:oncevar in codemaker..connectivity
        
        Change-Id: Ia479d9d3d459a699dfc5c1148d01c35e8bc973bd
        Reviewed-on: https://gerrit.libreoffice.org/39000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [4d7054947d87174decf12ad204c09532f33599f8]

        these checkbox group entries are mutually exclusive
        
        so they're closer to radio buttons than checkboxes
        
        though this isn't great either as there are possibilites that are not listed,
        in which case all are unchecked, and when is selected like buletting it cannot
        be turned off from the menu
        
        Change-Id: Ifa9650cdde5575807c0bd876e859c3ba3748e580

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [306d46a8d0a465125c4934bd94b77dd8f4afed27]

        fix android build
        
        after commit 05f67637fc4f71750dda46fccf0bed5b3fd99233
        "new cannot return nullptr"
        
        Change-Id: I53902e0b4cf93435be498db673111619d11b00fa

2017-06-20  Caolán McNamara  <caolanm@redhat.com>  [c17668a6dfeca6d1a34d86a11ae54b08f584d5b9]

        ofz: pSwFontCache my be null early on
        
        Change-Id: I9325a02293a221fe63f8936da1e056dce42265e7

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [27fa7eff1d06914750fbda2582c655ddbb21dfa3]

        loplugin:oncevar in cui
        
        Change-Id: I1bbd37a82f238327b5e52110c62cdd2a9b0a9c14
        Reviewed-on: https://gerrit.libreoffice.org/39001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c0198b02c4a514bc61772d8c671c47c9553fd7a]

        reformat some loplugin code
        
        to match our more normal conventions.
        
        Also drop the 'using std' and some other cruft
        
        Change-Id: I02ef81c5427188bc03a20b157a57a900a9d7bf0d

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [03ee996717dcf9e20529a6a3295df69d0d86dcce]

        loplugin:unusedfields fix more false +
        
        deal with fields assigned to local variables, and some general cleanup
        
        Change-Id: I894c74a01e9e28935ecd84308c2e92b080afafc6

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d9d024ffba8753db8a93e34d34e22818da002aa]

        loplugin:unusedfields fix some more false positives
        
        in the write-only analysis
        
        Change-Id: Ic570416e855b8ec38d54f6f6f1adef4819ea53ee

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [05f67637fc4f71750dda46fccf0bed5b3fd99233]

        new cannot return nullptr
        
        unless we are using std::nothrow
        
        Change-Id: I3bdd13c8ce18f4e977f18ee5196311bf4fc62de0
        Reviewed-on: https://gerrit.libreoffice.org/38998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [67a0889450daa6b9c9c799dab2d9da3a5044cb5d]

        tdf#108416 RTF import: fix unexpected bold list numbering
        
        Some paragraph-level run properties affect the current list style since
        commit 2123ede032ca64f696ef54af4ad3238974ca2b5d (n#758883 dmapper:
        paragraph-level run props should affect numberings as well, 2012-06-19).
        This was extended for any run properties in case of RTF since commit
        c1f8437dbed0e8b989e41a345ef7e658a6e8a4cd (fdo#83465 RTF import: handle
        font of numbering, 2014-09-25), as RTF doesn't really separate the
        paragraph-level and the other run properties.
        
        However, field formatting clearly should affect only the field itself,
        so disable this mechanism in that context.
        
        Change-Id: I6df7488e99e44f3ba7e17bf09ce590c88151e043
        Reviewed-on: https://gerrit.libreoffice.org/38980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-20  Takeshi Abe  <tabe@fixedpoint.jp>  [80759b5871093bc9fde2f03b88678c82e97bc381]

        sd: Do not copy SdStyleSheet
        
        Anyway copy assignment operator has been deleted already.
        
        Change-Id: Ie9ee9d8a9434b41b3b36d2483424776829572837
        Reviewed-on: https://gerrit.libreoffice.org/38973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [19f3b88c1ee2ab546a92c28f155f4d65e0c464df]

        loplugin:oncevar chart2
        
        Change-Id: I2dd0939db440b5357225395e88680dd0b0fdbf43
        Reviewed-on: https://gerrit.libreoffice.org/38970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ee9f2c188290ba8a8bc6d435f645b31a05783ea]

        loplugin:oncevar accessibility..basic
        
        Change-Id: I8fb41b658ef0f6ad1774ea897eace3dc9bb12de6
        Reviewed-on: https://gerrit.libreoffice.org/38969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c2b43e86fbb7612a58f6e55bc429f674977d6dd]

        improve oncevar loplugin
        
        we look for any kind of scalar variable now that deserves to be inlined,
        and we check for variables that cannot be inlined because they are being
        passed by reference, or modified, or have their address taken
        
        Change-Id: Ia744a180e91d1516140a1555d4514f6fa4de1c0b
        Reviewed-on: https://gerrit.libreoffice.org/38966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b60f59bc55824e247f6e751a9c8f5d253665f0b]

        loplugin:unusedfields fix false positive
        
        When the field in question is read from inside a constructor
        initializer.
        
        In the process, create some needed infrastructure in the plugin classes.
        
        Change-Id: I2f440efa6912801a236727c9fe3180404616958c
        Reviewed-on: https://gerrit.libreoffice.org/38960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [42ab759336cd4a4cbcc5be66de33d05b7fc46be4]

        loplugin:unusedfields in writerfilter
        
        Change-Id: I2f74dee5c05420275aae57485b8d81f60fff2d5d
        Reviewed-on: https://gerrit.libreoffice.org/38823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-20  Tor Lillqvist  <tml@collabora.com>  [13ab6b5c16f8b1504cc7c36a8e1213950a51eefa]

        Avoid "this member function can be declared static [loplugin:staticmethods]"
        
        Change-Id: If8e0810c4998b2d56609a0c9fe10ce061d1a6347

2017-06-20  Yousuf Philips  <philipz85@hotmail.com>  [60442414758cf5895143c8b6a8211797037ec3c8]

        fix messup of 6ef59d7ace7e4db52caea601a384ed016365bcaf
        
        Change-Id: Iddbe19638796564f5d443f6376b95ad7d69ecf0e
        Reviewed-on: https://gerrit.libreoffice.org/38989
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-20  Yousuf Philips  <philipz85@hotmail.com>  [6ef59d7ace7e4db52caea601a384ed016365bcaf]

        tdf#91781 Move watermark from insert to format menu
        
        Change-Id: I747562462accc49e7f3dc851e1ebb274e36b93d7
        Reviewed-on: https://gerrit.libreoffice.org/38988
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-20  Eike Rathke  <erack@redhat.com>  [96a307be540fd609bed5b1a35dfe27d7e6652f21]

        Remove unused ScColumn::mbDirtyGroups
        
        Change-Id: If8ed724ccec136653db5fcf43f9e74a82826add7

2017-06-19  Stephan Bergmann  <sbergman@redhat.com>  [7a9dd3d482deeeb3ed1d50074e56adbd3f928296]

        Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabi
        
        Change-Id: Ibf6379425d312b2cc2c9d663a65d0e02209f74e4
        Reviewed-on: https://gerrit.libreoffice.org/38981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f991b842addddeada6dc45c4054deeca5aa7f17b]

        tdf#108524 sw: attempt to split section frames inside table cells
        
        Tables-in-sections were already split across multiple pages, but not
        secions-in-tables. To be safe still don't allow
        sections-in-tables-in-sections, so you can combine these in both orders
        now, but not recursively.
        
        To achieve this, relax two "not in table" conditions to just require
        "not in a table that is already in a section", and define that in case a
        section-in-table is to be split, the follow section frame should be
        inserted under the follow of its cell.
        
        With this, finally the section frame in the bugdoc is split into two,
        and the second section frame is moved to the second page as expected.
        
        Change-Id: I16ebb2d30870b145a2378d46603324ab267b0dd3
        Reviewed-on: https://gerrit.libreoffice.org/38965
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-19  Eike Rathke  <erack@redhat.com>  [ecf88f83f877fd08a6d5a418c17fdf36b82a8369]

        Add Kituba (Democratic Republic of the Congo) [ktu-CD] to language list
        
        Change-Id: I9ba7a9d104dd6a5e47aa62058d0602101053e9af

2017-06-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [e3b4987450b9bd39bb68fa3d9c9efa03b059f12a]

        Moving legacy contexts to FastContexts:
        
        ScXMLExternalRefTabSourceContext
        ScXMLExternalRefRowsContext
        ScXMLExternalRefRowContext
        ScXMLExternalRefCellContext
        ScXMLExternalRefCellTextContext
        
        Change-Id: Ia626ed62186e53a352a5c7831b41be99ebc55018
        Reviewed-on: https://gerrit.libreoffice.org/38881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mohammed Abdul Azeem <azeemmysore@gmail.com>

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [99461ec3c33575a764065946ff7b4cbeb3e3741f]

        restore gtk3 menu separators
        
        Change-Id: I48b302780db420346280d782c1804fe6e93c90be

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [3212a2419416359f11e60c62cadeeaa8078c33a7]

        consider field marks as text for auto quotes
        
        Change-Id: I511a13f7785a0de6efaa8439d3f0bff20a1644ed

2017-06-19  jmzambon  <jeanmarczambon@gmail.com>  [9d221db01337957ec161a76b5dd7db9d6b384c89]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (part 2)
        
        Add tests:
        - test_meta
        - test_meta_empty
        - test_meta_field
        - test_meta_field_empty
        - test_bookmark1
        - test_bookmark2
        - test_refmark2
        - test_refmark3
        - test_toxmark2
        - test_toxmark3
        Change-Id part 1: I0920517b5e8806a5fc46708822fed33006f03fd5
        
        Change-Id: If8e50aa036f10caf1b460c041dd7bce068f9cd7b
        Reviewed-on: https://gerrit.libreoffice.org/38842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-19  Xisco Fauli  <anistenis@gmail.com>  [60954fc67a022565741c4ccb4667581a5a790a10]

        tdf#85940 Use correct reference ID for Quotation
        
        Change-Id: I5c2ead67465c79fa30fc7d7db9d48748bdaf5491
        Reviewed-on: https://gerrit.libreoffice.org/38961
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [101fdd94011d734d68ffd07fe9b92200c118dded]

        fix regression, some mutexes need to live longer
        
        commit 6149da20ddee5c0c50b445fb6a4e3e81b5ff900b
            replace misc double checked locking patterns
            ... with thread safe local statics
        
        reintroduced bug #i77768# despite big comment
        
        Change-Id: Ic6e204a277c8aa4f43c5fd15a42066c6f8a69dad
        Reviewed-on: https://gerrit.libreoffice.org/38959
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [0a9e57785e3a391cea1aa74b87afc6e2c2c0a398]

        rename IsAutoCapitalizeWordDelim to NonFieldWordDelim
        
        Change-Id: If8fb8f5e51bba8e631a6fc5db54487b418c19e05

2017-06-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [b9d0d608b0fc9a392b1a60dbd21ba5955f70b746]

        Fix screenshot missing quotes in code snippet
        
        The code snippet suggested has no quotes in atttributes values.
        
        Change-Id: I604fb34827da3bebf3f6759b491d719a96854754
        Reviewed-on: https://gerrit.libreoffice.org/38893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [bef2bc59fa6656cbf13922cbc0e5347238156b5e]

        Add comments to sax APIs:
        
        for processingInstruction method in XFastDocumentHandler
        and for XFastNamespaceHandler API.
        
        Change-Id: Ie0fd8ceb42e7ffbce041796b98edaa7f232dbb62
        Reviewed-on: https://gerrit.libreoffice.org/38964
        Reviewed-by: Mohammed Abdul Azeem <azeemmysore@gmail.com>
        Tested-by: Mohammed Abdul Azeem <azeemmysore@gmail.com>

2017-06-19  Akshay Deep  <akshaydeepiitr@gmail.com>  [710a39414569995bd5a8631a948c939dc73bcef9]

        GSoC: Glyph View and Recent Characters Control in Special Characters dialog
        
        Change-Id: Ia55f3fefe7c14327cff2e996ab0038dc52f9b017
        Reviewed-on: https://gerrit.libreoffice.org/37496
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [cacb75aa0bea36d4e5fc083a75a8b376133d3d65]

        don't parse align and scale in VclAlignment
        
        allow it to pass up to superclasses for parsing, from discussion:
        
        <noel_grandin> caolan, is it intended that the VclAlignment x/y
        align/scale members are effectively unused?
        <caolan> noel_grandin: its based off the GtkAlignment so that's why it
        had them in the first place. Never got around to doing anything about
        scale so no surprise there and might as well remove those
        <noel_grandin> caolan, will do, thanks
        <caolan> I would have expected the xalign/yalign to do something, I
        think looking closer that we should be using those and probably that
        stub impl is blocking the underlying Window::set_property from using the
        supported left/right top/bottom values, so you can try remove those too,
        but I'd do it in a separate commit from the definitely useless scale
        ones
        <noel_grandin> caolan, at the moment, the change will remove them, but
        not the parsing of the values, so it should not change the functionality
        <noel_grandin> caolan, I'll do the removal of the parsing in a separate
        commit, which will pass them up to Window::set_property
        
        Change-Id: I5bb043a5c38d494355bf4766af8521838b7fc3f2
        Reviewed-on: https://gerrit.libreoffice.org/38957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [8b1bc1a3f55d4b79b46ef91f1ac51a5f610d46d6]

        ofz: loop in layout
        
        Change-Id: I7c776d3b02bd8d35f160e82916213e402e9c88ab

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [3b998365f447b33f3e3932e0d20f6f4c9657a915]

        pLayout can't be null here
        
        Change-Id: Ic8a9691a8ddf32eaf58227a9533113f9bac596eb

2017-06-19  Tor Lillqvist  <tml@collabora.com>  [a8a9d0add52376da9fe5b2ffeb04d4df0e97e69a]

        s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRange
        
        Because that class isn't an iterator, but a class that produces
        iterators (with its begin() and end() member functions).
        
        Change-Id: I13125ced5e82406d049a61078e31690312a82620

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [18d636063fd7be165e7888af49372a6e2b851776]

        ofz: use OString instead of bare char*
        
        Change-Id: I2f7bfbd62c0a5477f0cbb38e86684db4fdb9c37f
        Reviewed-on: https://gerrit.libreoffice.org/38952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0df3de34ad775d6d3c49036c03c3f6dad7141536]

        writerfilter: make local helpers static
        
        Change-Id: I93d1ae29bc414c5a60e793acd9e92d35608552ee
        Reviewed-on: https://gerrit.libreoffice.org/38940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Stephan Bergmann  <sbergman@redhat.com>  [bb053e86738d69af603b222532a898d355f51eec]

        Remove questionable asserts
        
        Both osl_add/removeSignalHandler apparently handle !handler gracefully (the
        former even including explicit code for that case, which doesn't fit with having
        an assert), and before bca760c294c256fcb1fd3649dbf50f61a4bda474 "tdf#43157 -
        osl: convert OSL_ASSERTs to assert in signalshared.cxx" those asserts were
        merely OSL_ASSERTs.  So keep this published API accepting !handler (even if the
        documentation is silent on this).
        
        Change-Id: I63512916a66a2a58b932174ec5d92ce612c236a2

2017-06-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [45c06838e95c94445359536d84c6328fa8b17a66]

        only unit-test one loplugin at a time
        
        tell the plugin code when we are unit-testing it, so we can suppress all
        the warnings except for the plugin we are currently testing
        
        Change-Id: I240c8e37eba90c219e53c29531a3a43bc841a1c8

2017-06-19  Stephan Bergmann  <sbergman@redhat.com>  [d3e0ab976a5bbf63d1673422035def67ba9f4838]

        Avoid -fsanitize=shift-base about left-shift of negative values
        
        ...assuming these values are indeed intended to be negative (and <https:
        //developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6.html#Types>)
        mentions a "Fixed: 16.16-bit sgined fixed-point number" type, apparently
        represented here by F16Dot16, so the assumption looks plausible).
        
        During CppunitTest_vcl_pdfexport, encountered negative values -1184 and -22 with
        instdir/share/fonts/truetype/Carlito-Regular.ttf and -8 with
        instdir/share/fonts/truetype/LiberationSans-Bold.ttf.
        
        Change-Id: Ia07c61aebc2c9c67d0ed6173ecac94bab2abb2a8

2017-06-19  Tor Lillqvist  <tml@collabora.com>  [c3fae6be6067572aaf9f0c72ad35b69019a79135]

        Add yet another kind of iterator for the two arrays in FormulaTokenArray
        
        This one has no extra functionality at all, and its only purpose is to
        be used in range-based for loops. If there is a cleaner way to do
        this, feel free. Not sure if this functionality could or should be
        combined with either of the two existing iterator classes related to
        FormulaTokenArray (FormulaTokenIterator and
        FormulaTokenArrayPlainIterator). Probably not.
        
        Change-Id: I32599b0800fd2585624d3742a46ad4896ce7e47a

2017-06-19  Tor Lillqvist  <tml@collabora.com>  [cfd5d203e9c641c150f92c2b1ee5b84e89e6dc99]

        Drop another friend declaration
        
        Change-Id: I06dd3639e4110700e070f1224112a9fa6597a832

2017-06-19  Tor Lillqvist  <tml@collabora.com>  [896dbaee45ca0dd2d4127a4b27455e8e8509d9c7]

        Drop an unnecessary friend declaration
        
        Change-Id: I05ee0c0db2d54625413c9b89a12e24b9de7c45da

2017-06-19  Tor Lillqvist  <tml@collabora.com>  [a056978ace7e355fa9a6fc0e1488013e5836d262]

        Drop one friend declaration and instead add some useful member functions
        
        Change-Id: I9a947078d9f2c1c06cb8524be137ba5e36e97a0b

2017-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2ce3a2dbebd17146aa5c073794eebcf411e8bed]

        sw: prefix members of SwTOXInternational
        
        Change-Id: Ib9769706e4f66a1ecae49869565e84091cd2279a
        Reviewed-on: https://gerrit.libreoffice.org/38945
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [66f026445cbb1802730a7227820178b7feab166b]

        writerfilter: SET_FULL_NAME is never set
        
        Change-Id: I704919e0a834e1431e153cd57f48de08c0f09c11
        Reviewed-on: https://gerrit.libreoffice.org/38948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [6721e35f5a24c0a3ca343030115f1bf58f0627b5]

        tdf#106175 Support <sub> tag in localized help text as well
        
        Change-Id: If038daf4350bfcd2e7146809f63ee4f062a0dc81
        Reviewed-on: https://gerrit.libreoffice.org/38670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f0d3a9bb00e11ca697666dd4e6f9c4dea38c7b31]

        simplify the array version of comphelper::containerToSequence
        
        Change-Id: I85c0baa32b37201fc2caaa4e5bd390e060241265
        Reviewed-on: https://gerrit.libreoffice.org/38951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [9d0ed8352ac9f27552f62d536c506f5cbc2a4afe]

        tdf#108418 Fix vertical alignment of checkbox text
        
        Change-Id: I8daa6c2c5941a894259a5af74a16f7ef32f8a867
        Reviewed-on: https://gerrit.libreoffice.org/38577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [0cbdbb4a41c2fda7cb196299f151f1396b3354c0]

        fix lost read of m_bFormField field
        
        in commit 42922c40362f414ee06e65636f61798ef28cdcde
        "RTFDocumentImpl::popState: use switch here"
        
        found while running the unusedfields plugin
        
        Change-Id: I4be41dba976a13dc6d39155fb2a04d039dc0443a
        Reviewed-on: https://gerrit.libreoffice.org/38950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Caolán McNamara  <caolanm@redhat.com>  [4df6475ffe0d1c1b0acb6b8c02c9da6f388d3387]

        ofz: leaks in test harness
        
        Change-Id: I2bcbf84dff8a5f6a2311cd0b1f19e90c03e6175c

2017-06-19  Stephan Bergmann  <sbergman@redhat.com>  [1e3a00f0c772a76a1dd76b8272e2c35a1802d574]

        Make SfxItemSet ranges correct by construction: Fix static cases
        
        ...with the aid of an extended compilerplugins/clang/store/sfxitemsetrewrite.cxx
        (which in turn needed a small addition to compilerplugins/clang/check.hxx).
        
        Enable svl::detail::validGap check for the static case, but keep it disabled for
        now for the dynamic case.
        
        Change-Id: I4846ba8e99aff94a86518e2cb5044e575093386e

2017-06-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9fe114e78f1285397dcd2a0d2e3d6afc3024fa66]

        Watermark: Right-align labels in dialog
        
        And switch to a non-deprecated alignment property
        
        Change-Id: I74b3d6bea1d7af09b8e044f7b3e25e906bf67c9b

2017-06-19  Arkadiy Illarionov  <qarkai@gmail.com>  [63a7df3c072805a49901d1de60cdfd656b2b6044]

        Ported bin/find-unusedheaders.pl to Python
        
        Also fixed bug which prevented .cxx and .hxx files listing
        
        Change-Id: I67adc7c52ab5f2f1222e0756cd0087c8d9be102f
        Reviewed-on: https://gerrit.libreoffice.org/38640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-19  László Németh  <laszlo.nemeth@collabora.com>  [379196bf95f860366312a12d8b7934462c990337]

        add more debug names for scheduled events
        
        Change-Id: Idb85ffe13fd5e23b9378c03b5f239f29f8008276
        Reviewed-on: https://gerrit.libreoffice.org/38788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-19  Szymon Kłos  <szymon.klos@collabora.com>  [bd72163f21375cd216dcd25568b05527063ea726]

        Watermark: auto size in the RTF
        
        When Watermark size is set to Auto in the MSO,
        the saved value is equal 1pt. Before this patch
        in this case Watermark was invisible due to small size.
        
        Change-Id: Ia2028a6547cf98dd31031305bcc5375625b83fe0
        Reviewed-on: https://gerrit.libreoffice.org/38883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5d391c479ec1498dd01a96a572bb6bc3ef130b2e]

        xmlsecurity: make static var local
        
        Change-Id: Ia36941e3ec32bcc4255be523203cf65f7d7b4273
        Reviewed-on: https://gerrit.libreoffice.org/38935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [42d0e756122ac7e341c3b8a93c7fb551f410dc90]

        writerfilter: use list-initialization for constant maps
        
        Change-Id: Ie7d06e972dfa3ffb00c66a4fa5f062e3ea93f787
        Reviewed-on: https://gerrit.libreoffice.org/38939
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-19  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [e97dcb790bf6bbed52f4c4a0f4bb688484c0380e]

        Added 20 words to autocorrect pt_PT
        
        Change-Id: I9d9fe192ddb00baec14fd7c66d7fe56d8f38b854
        Reviewed-on: https://gerrit.libreoffice.org/38873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [493407c470e7051a801e2a0ad8253f7b87c4434f]

        writerfilter: don't copy constant maps
        
        Change-Id: I87bc0bea5db27a967f996c7597b6f4884a748b56
        Reviewed-on: https://gerrit.libreoffice.org/38938
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c50ae538a6656889c68c43bd9fe0347c61c82aa5]

        writerfilter: remove unused static var
        
        Change-Id: I0c31593cc03ae795df458233f33323e7a5f38894
        Reviewed-on: https://gerrit.libreoffice.org/38937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-18  Julien Nabet  <serval2412@yahoo.fr>  [097de810da9ade4d25bb0c65de8269485b83ef3e]

        Typo: existance->existance
        
        Change-Id: If6927f3b9e983d41ec957997a26d235b8be378a5
        Reviewed-on: https://gerrit.libreoffice.org/38934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [86bc372bf9c161ac7d17b356f8f14aeed11d5dd0]

        Removed duplicated include
        
        Change-Id: Ib352e8cfac2e01b17dc22776cb45b5ba81e5875a
        Reviewed-on: https://gerrit.libreoffice.org/38912
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b9ec99ba26e78b9f47bf22a436da1dd0d4aa797b]

        Fix typos
        
        Change-Id: If28e198b8e1a26660e07dce49db66a651de43d3f
        Reviewed-on: https://gerrit.libreoffice.org/38850
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [08c1acee8083fb2dcc134786b59115a392cd92dd]

        Fix typos
        
        Change-Id: Iba6b13871222d591bce49d04990e7c85ff154cce
        Reviewed-on: https://gerrit.libreoffice.org/38915
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [9402074609a5af8df58afb3653c00a3410db15be]

        tdf#75256 Sifr icon update
        
        Correct the Wrong exported blurry sc_insertreferencefield.
        
        Change-Id: I6513ab89f6aa5ae40e281f35025830475afa737d
        Reviewed-on: https://gerrit.libreoffice.org/38929
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb5622adc5db348efcc9a6f41d19de9f00a367dd]

        updater: check every 12 hours for updates for now
        
        Change-Id: I566a0177f9bdbc523e88a17be746b3528f67403d

2017-06-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5a89f96012c7776f23a2a81f8542e046d29c2a2b]

        tdf#107666: EDITING: No caret outside the textbox after inserting a textbox
        
        This reverts commit 44555103217df34b218787f3dc6a2634b41fe52e.
        
        Now revert the related commit, need to revisit the original bug later.
        
        Change-Id: I08f42c4e859277ab411e4be5ad065fe3cca8bbb6
        Reviewed-on: https://gerrit.libreoffice.org/38923
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-06-18  Julien Nabet  <serval2412@yahoo.fr>  [a8167698ede371cde996c963333e1a2fd292642d]

        Fix TB
        
        Include cassert and fix assert logical, we do want to have an handler here.
        
        Following https://cgit.freedesktop.org/libreoffice/core/commit/?id=bca760c294c256fcb1fd3649dbf50f61a4bda474
        
        Change-Id: I5ec7c399469a5674f0bc455fc3233c3421cc491f
        Reviewed-on: https://gerrit.libreoffice.org/38933
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [bca760c294c256fcb1fd3649dbf50f61a4bda474]

        tdf#43157 - osl: convert OSL_ASSERTs to assert in signalshared.cxx
        
        Change-Id: I690ea82e41bb3e632909193550009721360a9f76
        Reviewed-on: https://gerrit.libreoffice.org/38697
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1f4d7fc8618828222d7f4447daed4c3361edeea6]

        vbahelper: remove unused variable
        
        unused since commit a975624bfeeb08670b90944eda372d6d4755ae34
            loplugin:unusedfields in tools..vbahelper
        
        Change-Id: I7643ec97e724c9aedab99993509e3c6132fb7d24
        Reviewed-on: https://gerrit.libreoffice.org/38921
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-18  Caolán McNamara  <caolanm@redhat.com>  [2297570efbefd6f07f2ccd4666d54491d35c8340]

        silence some exception warnings
        
        Change-Id: I654c57642c639fa07a3f496286cc4e180bb0b241

2017-06-18  Caolán McNamara  <caolanm@redhat.com>  [fcb78bb3704d5c2ff3456944d02e5b1d3fb4bd34]

        coverity#1412874 silence Out-of-bounds read warning
        
        Change-Id: If51571f698ca11383b1b143281ede04bac111e2a

2017-06-18  Caolán McNamara  <caolanm@redhat.com>  [876c035dc448314eb6a44cf4692b90188478f797]

        add comment on special case for the 15 and 16 numbers
        
        Change-Id: Iecc46c30b9d4a91339099f5b0b6d8a9ca715b13b

2017-06-18  Caolán McNamara  <caolanm@redhat.com>  [207a2c3e2a44cb6b6c338a983dd2a72469f694ac]

        coverity#1412875 Uninitialized pointer field
        
        Change-Id: Ib9e40cdec5c8b87eaccf4ce941c0c8641b28e5c7

2017-06-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [3b0f8ece47f70f53b1462c824463c453b47c3020]

        tdf#43157 - salhelper: timer.cxx change OSL_ASSERT to assert
        
        There are a number of instances where OSL_ASSERT are just not
        necessary. Also, we need to change from testing if something
        is/is not equal to nullptr and just use the simpler form.
        
        Change-Id: I7e0b7deb12f0189030f66dd14ab23287341c82b7
        Reviewed-on: https://gerrit.libreoffice.org/38507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b]

        remove unused osl/mutex.hxx includes
        
        Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb
        Reviewed-on: https://gerrit.libreoffice.org/38905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c2623978ec45a374dbd9119ed3ff44b7741875a]

        another fix after loplugin:unusedfields in vcl
        
        Change-Id: I11a43d1285b474efcb5d4fb157d9e80f0930f081

2017-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a29a410a1fd351a0232fc519aabb596b27371e9]

        fix the headless plugin after removal of unused variables
        
        Change-Id: I3681cdbb128575fdb9ce389c6da34bf637f3e38c

2017-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6c4c576ef71f2294ec8eefc6576a797220e6809]

        updater: make sure that we use our self-build mbsdiff
        
        Change-Id: I34820113f6a2adf17e99dc38f4decb62ca06b7c0

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3107c78017767a83505f9d21e3aaddea1e30569d]

        -Werror=maybe-uninitialized
        
        Change-Id: Iba942ded86c8e4565bcd14796f05f47e3fc64880

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93eedadb5b4ead2c590ab4296aa9c0a4136ee05b]

        the new config is a jenkins config
        
        Change-Id: I652dacfbdf9499608d80819fa6810d6e1eae2723

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92e213b6b8511f891f7e9e32df63719fa3faf6b5]

        add config for update builds
        
        Change-Id: I9920e36290a80c1a1399be18e4ce13ecb05531e8

2017-06-17  Caolán McNamara  <caolanm@redhat.com>  [9c56cbf6e9e2f72441920a91bf8c1a4803e7231d]

        ofz#2289 catch bad storage exception
        
        Change-Id: I51b44a49eb05da0bf89ae2db7b5f2d4647c3ee87

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c1d68ca54029660624de7a1ed5043dbbbd9ff18]

        updater: fix missing header for std::vector
        
        Change-Id: Ifd71745ce671a673ff3d4e9c2ca7a4abb6bed363

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6d3fa93befafdc139473290c2143145af55cc05]

        updater: expand ~ to $HOME in config path of uploader script
        
        Change-Id: I8c5ce1a2c256fbaf046fbe73e5574d48cd3f3a7a

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d04ab636235d86be3571b8ffbee16183a5e30fb8]

        updater: get the certificate code working on python2 and 3
        
        Change-Id: Id1b4a443629c95fdbda59153c6f688629f6b1862

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b690d647dabde355bd61fa7240bd8bd5ad170f79]

        updater: remove unnecessary file
        
        Change-Id: I50d4ec48599d64db490b1dcac839a52737d105d9

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e7650560478f4a731e58dbb150cb67be1b21aba]

        updater: remove some of the old mozilla makefile pieces
        
        Change-Id: Ib94c2a5e8335732823cd6632937ae77774a6746d

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d221a78d86485f840ab0fc72a85a798a0dd13e4f]

        updater: remove old updater certificate data
        
        Change-Id: I5e47337682b5a887e544cbc7e7963570253a70fc

2017-06-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6149da20ddee5c0c50b445fb6a4e3e81b5ff900b]

        replace misc double checked locking patterns
        
        ... with thread safe local statics
        
        Change-Id: Ie3c8023776a388846b989f00a0be185273c0d5da
        Reviewed-on: https://gerrit.libreoffice.org/38907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [470752f50c146b449b1c9bdccc36ed031535663c]

        create o3tl::array_view
        
        A very basic implementation of the proposed std::array_view, similar to
        clang's llvm::ArrayRef.
        
        Mostly cribbed from the string_view implementation :-)
        
        Use it for the SfxDispatcher::setSlotFilter function
        
        Change-Id: Ife7e4971741b41827e145787899872c9b2bea82b
        Reviewed-on: https://gerrit.libreoffice.org/38817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [561a02ec72cf963d7cd59cfb9a183c1032f0861b]

        loplugin:unusedfields in vcl part3
        
        Change-Id: I5a6319ba1667af6e9b7b92c22f858188c28c4c61
        Reviewed-on: https://gerrit.libreoffice.org/38835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9d5da8b491e30a08fa6996164e12e4d8715af46]

        loplugin:unusedfields in vcl part2
        
        Change-Id: Icd02f63e9738c0bb91348e2084649f9edc281e67
        Reviewed-on: https://gerrit.libreoffice.org/38833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [8914595d4623390e4bac9ebbdf0d5ae9ab69aa8a]

        loplugin:unusedfields in vcl part1
        
        Change-Id: I67d176003f39992cd0ff9271a7d6ce26d2cb6619
        Reviewed-on: https://gerrit.libreoffice.org/38828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d69795b9c9d2dac7b751c6fe8b4663c0c26a129b]

        use local statics in getTypes functions
        
        ... instead of double checked locking patterns.
        
        Change-Id: I1b86ce723ff22dd357b3ed69a52757b085472424
        Reviewed-on: https://gerrit.libreoffice.org/38906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76ed00f8db34490d5e21c72d142e11da510ac605]

        updater: detect when user can not write to installation directory
        
        In this case we can not update right now.
        
        Change-Id: I19cda5ddef448ff81e1ca457774b2db036038c88

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [44f75d653b972a581bb888868a0cb9f08f625974]

        updater: move the data location for the replacement test
        
        Change-Id: I6b3bbe9dda2461ed83ef8b4e15179ad345c08bd4

2017-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a0e569d514af571ad5d12959ceda58fa0f194a0]

        updater: respect version info for manual tests
        
        Change-Id: Id9df2e685b7a7ff420bb7289089dc1e5c5f5c074

2017-06-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [822542eebf74b3aff8f3f4b8449432770a4b719f]

        Updated core Project: help  1a2f0ac70b638ac316e081ba2b72309829f00fcc
        
        tdf#84675 Add help page for NPer function of VBA
        
        Change-Id: Id601138bc4ad390f8ec6c14fe41dc1f936ab5aab
        Reviewed-on: https://gerrit.libreoffice.org/38902
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-17  Noel Grandin  <noelgrandin@gmail.com>  [a98ac7220a92c1dfee9a2a490d764094050ffb91]

        TransferableObjectDescriptor::mnOle2Misc field is unused
        
        which means that SfxObjectShell::GetMiscStatus becomes unused
        
        Change-Id: I5c89a2cd5c77c7f08a57fdac08237aab514fc7fa
        Reviewed-on: https://gerrit.libreoffice.org/38843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [2404a17e157273430d40ceaa1ab1275e7b50ba6e]

        Updated core Project: help  139a1c699caadd5365e335a432ffd5fdad8d73de
        
        tdf#84675 Add help page for MIRR function of VBA
        
        Change-Id: I7b55b4994a1c65b714be3ad4114aee9233502276
        Reviewed-on: https://gerrit.libreoffice.org/38897
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ca17389ec0ed3a60e3985812047a757440f431f8]

        Updated core Project: help  23d9c94939bb42e08f5e21579748e00dde514073
        
        tdf#84675 Add help page for IRR function of VBA
        
        Change-Id: If4218b4b9619766e25676d5c4be35db42d51b007
        Reviewed-on: https://gerrit.libreoffice.org/38896
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-16  Eike Rathke  <erack@redhat.com>  [c5bc40ae6cabe240700773df5cc7f010acce6014]

        Literal tab character is bad XML, write '&#9;' instead
        
        Additionally, it *may* have caused document corruption when loading such an
        .xlsx file, though a small test case with an embedded literal tab character
        could not reproduce the behaviour.
        See
        https://ask.libreoffice.org/en/question/100615/sudden-corruption-of-xlsx-file-bug/
        and note that the literal tab character is a mere assumption, but it would be
        possible.
        
        Change-Id: Ia9d33955f1196222d335a1a4807fba78df4e4d85

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [ce6b877ba89ae4193f7a719a7dfa4bb45ecd04e4]

        Avoid bad downcast to DrawViewShell
        
        ...in code recently introduced with cea458998745f0084271b41d90c92ad27ad071eb
        "tdf#106679 UI:SideBar Master Slide Button label corrected", causing
        CppunitTest_sd_svg_export_tests to fail with
        
        > sd/source/ui/sidebar/SlideBackground.cxx:178:41: runtime error: downcast of address 0x6130001f60c0 which does not point to an object of type 'sd::DrawViewShell'
        > 0x6130001f60c0: note: object is of type 'sd::slidesorter::SlideSorterViewShell'
        >  4d 02 80 04  f0 16 e8 25 5c 7f 00 00  50 5e 1c 00 b0 60 00 00  80 47 64 00 10 61 00 00  90 63 87 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'sd::slidesorter::SlideSorterViewShell'
        >     #0 0x7f5c22d85a7f in sd::sidebar::SlideBackground::Initialize() sd/source/ui/sidebar/SlideBackground.cxx:178:41
        >     #1 0x7f5c22d8d5fd in sd::sidebar::SlideBackground::SlideBackground(vcl::Window*, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, SfxBindings*) sd/source/ui/sidebar/SlideBackground.cxx:135:5
        >     #2 0x7f5c22d0d440 in VclPtr<sd::sidebar::SlideBackground> VclPtr<sd::sidebar::SlideBackground>::Create<VclPtr<vcl::Window>&, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, SfxBindings*&>(VclPtr<vcl::Window>&, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, SfxBindings*&) include/vcl/vclptr.hxx:131:46
        >     #3 0x7f5c22d013fb in sd::sidebar::PanelFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sd/source/ui/sidebar/PanelFactory.cxx:129:20
        >     #4 0x7f5c22d01b4a in non-virtual thunk to sd::sidebar::PanelFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sd/source/ui/sidebar/PanelFactory.cxx
        >     #5 0x7f5bd0ff8577 in (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/uifactory/uielementfactorymanager.cxx:443:39
        >     #6 0x7f5bd0ffe46a in non-virtual thunk to (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/uifactory/uielementfactorymanager.cxx
        >     #7 0x7f5c1a9de8e7 in sfx2::sidebar::SidebarController::CreateUIElement(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> const&, rtl::OUString const&, bool, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:852:32
        >     #8 0x7f5c1a9d794d in sfx2::sidebar::SidebarController::CreatePanel(rtl::OUString const&, vcl::Window*, bool, sfx2::sidebar::Context const&, VclPtr<sfx2::sidebar::Deck> const&) sfx2/source/sidebar/SidebarController.cxx:793:43
        >     #9 0x7f5c1a9d5a09 in sfx2::sidebar::SidebarController::CreatePanels(rtl::OUString const&, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:625:41
        >     #10 0x7f5c1a9d3535 in sfx2::sidebar::SidebarController::CreateDeck(rtl::OUString const&, sfx2::sidebar::Context const&, bool) sfx2/source/sidebar/SidebarController.cxx:578:9
        >     #11 0x7f5c1a9ccdee in sfx2::sidebar::SidebarController::SwitchToDeck(sfx2::sidebar::DeckDescriptor const&, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:708:5
        >     #12 0x7f5c1a9bc841 in sfx2::sidebar::SidebarController::UpdateConfigurations() sfx2/source/sidebar/SidebarController.cxx:496:13
        >     #13 0x7f5c1a9b9815 in sfx2::sidebar::SidebarController::notifyContextChangeEvent(com::sun::star::ui::ContextChangeEventObject const&) sfx2/source/sidebar/SidebarController.cxx:282:9
        >     #14 0x7f5bd059e2a9 in (anonymous namespace)::ContextChangeEventMultiplexer::BroadcastEventToSingleContainer(com::sun::star::ui::ContextChangeEventObject const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) framework/source/services/ContextChangeEventMultiplexer.cxx:269:27
        >     #15 0x7f5bd0590328 in (anonymous namespace)::ContextChangeEventMultiplexer::broadcastContextChangeEvent(com::sun::star::ui::ContextChangeEventObject const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) framework/source/services/ContextChangeEventMultiplexer.cxx:248:5
        >     #16 0x7f5c0e48b44c in ContextChangeEventMultiplexer::NotifyContextChange(com::sun::star::uno::Reference<com::sun::star::frame::XController> const&, vcl::EnumContext::Context) svx/source/sidebar/ContextChangeEventMultiplexer.cxx:49:27
        >     #17 0x7f5c0e48bfa0 in ContextChangeEventMultiplexer::NotifyContextChange(SfxViewShell*, vcl::EnumContext::Context) svx/source/sidebar/ContextChangeEventMultiplexer.cxx:59:9
        >     #18 0x7f5c233622a0 in sd::slidesorter::SlideSorterViewShell::Activate(bool) sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx:491:5
        >     #19 0x7f5c192e6f13 in SfxShell::DoActivate_Impl(SfxViewFrame*, bool) sfx2/source/control/shell.cxx:313:5
        >     #20 0x7f5c1909261f in SfxDispatcher::DoActivate_Impl(bool) sfx2/source/control/dispatch.cxx:743:42
        >     #21 0x7f5c1b09783a in SfxViewFrame::DoActivate(bool) sfx2/source/view/viewfrm.cxx:1036:20
        >     #22 0x7f5c1878dc80 in SfxApplication::SetViewFrame_Impl(SfxViewFrame*) sfx2/source/appl/app.cxx:313:21
        >     #23 0x7f5c1b09763e in SfxViewFrame::SetViewFrame(SfxViewFrame*) sfx2/source/view/viewfrm.cxx:2985:19
        >     #24 0x7f5c1b0b12c1 in SfxViewFrame::MakeActive_Impl(bool) sfx2/source/view/viewfrm.cxx:1611:21
        >     #25 0x7f5c1aff905d in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) sfx2/source/view/sfxbasecontroller.cxx:1304:33
        >     #26 0x7f5c1aff1cc4 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/sfxbasecontroller.cxx:569:13
        >     #27 0x7f5c1af714a4 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:601:18
        >     #28 0x7f5c1af67b6d in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:718:13
        >     #29 0x7f5bd050b813 in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1081:37
        >     #30 0x7f5bd04f68df in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:370:20
        >     #31 0x7f5bd04f0a39 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:156:14
        >     #32 0x7f5bd06c6735 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:620:12
        >     #33 0x7f5bd06c693a in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx
        >     #34 0x7f5bfdb14f64 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
        >     #35 0x7f5c3523aa5d in SdSVGFilterTest::loadURL(rtl::OUString const&, char const*) sd/qa/unit/SVGExportTests.cxx:52:23
        >     #36 0x7f5c352392e1 in SdSVGFilterTest::load(char const*, char const*) sd/qa/unit/SVGExportTests.cxx:42:16
        >     #37 0x7f5c3523700e in SdSVGFilterTest::executeExport(char const*) sd/qa/unit/SVGExportTests.cxx:88:9
        >     #38 0x7f5c3522cf4a in SdSVGFilterTest::testSVGExportTextDecorations() sd/qa/unit/SVGExportTests.cxx:94:9
        >     #39 0x7f5c3525419d in void std::__invoke_impl<void, void (SdSVGFilterTest::* const&)(), SdSVGFilterTest*&>(std::__invoke_memfun_deref, void (SdSVGFilterTest::* const&)(), SdSVGFilterTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:227:14
        >     #40 0x7f5c35253f0c in std::result_of<void (SdSVGFilterTest::* const&(SdSVGFilterTest*&))()>::type std::__invoke<void (SdSVGFilterTest::* const&)(), SdSVGFilterTest*&>(void (SdSVGFilterTest::* const&)(), SdSVGFilterTest*&) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:250:14
        >     #41 0x7f5c35253b68 in _ZNKSt12_Mem_fn_baseIM15SdSVGFilterTestFvvELb1EEclIJRPS0_EEEDTclsr3stdE8__invokedtdefpT6_M_pmfspclsr3stdE7forwardIT_Efp_EEEDpOS7_ /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:604:11
        >     #42 0x7f5c35253953 in void std::_Bind<std::_Mem_fn<void (SdSVGFilterTest::*)()> (SdSVGFilterTest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:933:11
        >     #43 0x7f5c35253380 in void std::_Bind<std::_Mem_fn<void (SdSVGFilterTest::*)()> (SdSVGFilterTest*)>::operator()<, void>() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:991:17
        >     #44 0x7f5c35251cf9 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void (SdSVGFilterTest::*)()> (SdSVGFilterTest*)> >::_M_invoke(std::_Any_data const&) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:1731:2
        >     #45 0x7f5c35254a3b in std::function<void ()>::operator()() const /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:2127:14
        >     #46 0x7f5c35250377 in CppUnit::TestCaller<SdSVGFilterTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7
        >     #47 0x7f5c7a739862 in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #48 0x7f5c5e7a4b64 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14
        >     #49 0x7f5c7a6fad02 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #50 0x7f5c6a84e214 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #51 0x7f5c7a6fad02 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #52 0x7f5c6e4ff426 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #53 0x7f5c7a6fad02 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #54 0x7f5c7a66edcf in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #55 0x7f5c7a6fad02 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #56 0x7f5c7a6f1eb2 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #57 0x7f5c7a7ba5fa in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:28
        >     #58 0x7f5c7a737b03 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #59 0x7f5c7a73c128 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #60 0x7f5c7a73b1ae in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #61 0x7f5c7a73c128 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #62 0x7f5c7a73b1ae in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #63 0x7f5c7a7f9470 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #64 0x7f5c7a7b8bcb in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:9
        >     #65 0x7f5c7a7fa670 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #66 0x533c2e in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:316:20
        >     #67 0x52fa86 in sal_main() sal/cppunittester/cppunittester.cxx:466:20
        >     #68 0x52e38f in main sal/cppunittester/cppunittester.cxx:373:1
        >     #69 0x7f5c78901400 in __libc_start_main /usr/src/debug/glibc-2.24-51-g7b60553/csu/../csu/libc-start.c:289
        >     #70 0x438989 in _start (workdir/LinkTarget/Executable/cppunittester+0x438989)
        
        Change-Id: I3f819308f9525539dc0672dabb6b57d0171a7cf4
        Reviewed-on: https://gerrit.libreoffice.org/38884
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [ceb6b00e3d861825dd59c8b565b122c2eadfb2cb]

        silence DrMemory warning about Selected font handle deleted
        
        This might actually matter in practice given
        
        https://stackoverflow.com/questions/27422871/does-deletedc-automatically-unselect-objects
        
        "DCs get a default 1x1x1 bitmap when they're created. This will leak if you don't put it back."
        
        Change-Id: Ib2d361995621ad429277ff52cb8c9fdfc0009953
        Reviewed-on: https://gerrit.libreoffice.org/38875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [2e0b0d471417fb7b5bb7f2732ed6715822340438]

        Tubes is gone
        
        Change-Id: I5622786c5192ea7a5225f3b9cd81a4b6a0dae594
        Reviewed-on: https://gerrit.libreoffice.org/38877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f680b3c0944894a18875ae8046026d48e850b37c]

        updater: add manual test for new language updates
        
        Change-Id: I6d77039f0cafe0f436cc687bb424588a59c3d464

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38a91e27f28cc14499f78f0c8bde105b06323916]

        updater: fix update file lookup for language pack files
        
        Change-Id: I221c81ff2f0bee7a8643304201722dbbbc114bec

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a87e03035f8a6d000785f719e2d327e2f6e6d124]

        updater: rename test directory to reflect the tested code
        
        Change-Id: I672bbb2ac30c5e27b729fe34e206642e436c076b

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5adc48d5f9066088af076ff2066a3b773405208]

        updater: add short explanation about the test
        
        Change-Id: Ic0cfa565048793181ece17b33337e011028a2aad

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5244a49b92fa5acfa7445292775edf61bde6b232]

        updater: find all the language update files
        
        Change-Id: I5261d8d96f83b8b81b0dc2576cbd9241705ae9b7

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebeb76f00e094abe4ca023e29471a3711a022451]

        updater: work on supporting language pack updates
        
        Change-Id: I563aa8ee285d4c2ecdb45835b5cee38074295106

2017-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc26bbc05e8a3afdffb660d5ea8562afd53918ff]

        updater: only download language packs for installed languages
        
        Change-Id: I8c605e2c64fee4d369732f783cc9dd76f7dc858c

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [13bb5a4b09f5b2ad19dad1b55f45d0fe2b2fb908]

        Make SfxItemSet ranges correct by construction
        
        This is a follow-up to 45a7f5b62d0b1b21763c1c94255ef2309ea4280b "Keep WID ranges
        sorted, and join adjacent ones".  While SfxItemSet::MergeRange relies on the
        m_pWhichRanges being sorted (and, under DBG_UTIL, asserts if they are not), the
        various SfxItemSet constructors curiously only check (via assert or DBG_ASSERT)
        that each individual range has an upper bound not smaller than its lower bound.
        Arguably, all SfxItemSet instances should fulfill the stronger guarantees
        required and checked by MergeRange.
        
        And in many cases the ranges are statically known, so that the checking can
        happen at compile time.  Therefore, replace the two SfxItemSet ctors taking
        explicit ranges with two other ctors that actually do proper checking.  The
        (templated) overload taking an svl::Items struct should be used in all cases
        where the range values are statically known at compile time, while the overload
        taking a std::initializer_list<Pair> is for the remaining cases (that can only
        do runtime checking via assert).  Most of those latter cases are simple cases
        with a single range covering a single item, but a few are more complex.
        
        (At least some of the uses of the existing SfxItemSet overload taking a
        
          const sal_uInt16* pWhichPairTable
        
        can probably also be strengthened, but that is left for another day.)
        
        This commit is the first in a series of two.  Apart from the manual changes to
        compilerplugins/clang/store/sfxitemsetrewrite.cxx, include/svl/itemset.hxx, and
        svl/source/items/itemset.cxx, it only consists of automatic rewriting of the
        relevant SfxItemSet ctor calls (plus a few required manual fixes, see next).
        But it does not yet check that the individual ranges are properly sorted (see
        the TODO in svl::detail::validGap).  That check will be enabled, and the ensuing
        manual fixes will be made in a follow-up commit, to reduce the likelyhood of
        accidents.
        
        There were three cases of necessary manual intervention:
        
        * sw/source/core/unocore/unostyle.cxx uses eAtr of enum type RES_FRMATR in
        braced-init-list syntax now, so needs explicit narrowing conversion to
        sal_uInt16.
        
        * In sw/source/uibase/uiview/formatclipboard.cxx, the trailiing comma in the
        definition of macro FORMAT_PAINTBRUSH_FRAME_IDS needed to be removed manually.
        
        * In svx/source/svdraw/svdoashp.cxx, svx/source/svdraw/svdotext.cxx,
        sw/source/uibase/app/docstyle.cxx, sw/source/uibase/shells/frmsh.cxx,
        sw/source/uibase/shells/grfsh.cxx, and sw/source/uibase/shells/textsh1.cxx,
        some comments had to be put back (see "TODO: the replaced range can contain
        relevant comments" in compilerplugins/clang/store/sfxitemsetrewrite.cxx).
        
        A few uses of the variadic form erroneously used nullptr instead of 0 for
        termination.  But this should have been harmless even if promoted std::nullptr_t
        is larger than promoted sal_uInt16, assuming that the part of the nullptr value
        that was interpreted as sal_uInt16/promoted int was all-zero bits.  Similarly,
        some uses made the harmless error of using 0L instead of 0.
        
        Change-Id: I2afea97282803cb311b9321a99bb627520ef5e35
        Reviewed-on: https://gerrit.libreoffice.org/38861
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-16  Eike Rathke  <erack@redhat.com>  [f83d8ae84584c0967e2346566d21d65d6d7a432f]

        For AutoSum up to next sum mark/select the resulting range, tdf#71339
        
        Change-Id: Ib543b4a84305467e8a9ce34bdc2c6a211f399cad

2017-06-16  Michael Stahl  <mstahl@redhat.com>  [3f405b1af38b810a6ae1089138637d7947ce4f82]

        configure: remove --enable-directx
        
        This used to require extra SDKs in days of yore but now just always build
        those libraries on WNT.
        
        Change-Id: I92c0a35917df42e136c022c762f0333f657a9ec6

2017-06-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [e5772fbc810a4c76da2a200db70e7acd776bc30b]

        osl: signalshared.cxx no longer uses pVar (!=|==) nullptr expressions
        
        Change-Id: I789051e4721cf9f0af13e1fdb128953c8ba2521e
        Reviewed-on: https://gerrit.libreoffice.org/38696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [50ca34f0ea353892c82ecd1317e5363486aee5e3]

        salhelper: cleanup include/salhelper/timer.hxx
        
        The following changes made:
        - Unnecessary line breaks makes reading the file difficult
        - Convert to doxygen comments
        - Move comment at end of file to more appropriate position,
          convert to doxygen style commenting, and remove sig
        - Remove unnecessary comments
        
        Change-Id: I0c2c40de953cd9ad90133ca2d96ae742594f4ec6
        Reviewed-on: https://gerrit.libreoffice.org/38505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [a607c1dedc0044f13a77ab19a50660be314a697c]

        salhelper: typo in dynload.hxx
        
        Change-Id: I06d0cd4c7986a59f54102f945a560f710887ad8b
        Reviewed-on: https://gerrit.libreoffice.org/38514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [df65749845192ded79a9ea6ad3208eb2d9bcf6d1]

        Remove a bunch of comment cruft - esp. "the end." bits
        
        Change-Id: I5a339a4211ec8eb547459996be69610b9f2b3766
        Reviewed-on: https://gerrit.libreoffice.org/38147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [805adaae918d91cbde510aef6d7422cb345c41d4]

        Resolves: rhbz#1454693 segv if tiled rendering is interrupted
        
        Change-Id: I1131f246c43806adb8a83f6eeafca2b734851a0e
        Reviewed-on: https://gerrit.libreoffice.org/38888
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Eike Rathke  <erack@redhat.com>  [b3947785202ac263671113d6c9fd57d3ce6208d5]

        But not empty top/left in AutoSum of SUMs final selection, tdf#71339
        
        This was even more confusing than previously..
        
        Change-Id: I9cbdd05e9b59662dfde4a08422d0d2846849719f

2017-06-16  Mark Hung  <marklh9@gmail.com>  [dfed429eaceb4ec8316b06ad18a8473ff1d34a2b]

        tdf#85161 implement ooxml SYMBOL field instruction
        
        Only font name switch (f) is implemented.
        
        Change-Id: I09df8230dff3cf0619065da69bfaf3caad0a39ae
        Reviewed-on: https://gerrit.libreoffice.org/38654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-06-16  Mark Hung  <marklh9@gmail.com>  [6e855d89e9d7807c16569ec7e335ea2dbafba47d]

        tdf#85161 fix the case for ooxml fields without any seperator.
        
        Field commands were closed when a seperator appeared. Those
        fields that only had begin and end fldChar just disapeared.
        
        Change-Id: I77928393826a3ffd4a35fb8fe9adeb1892f99683
        Reviewed-on: https://gerrit.libreoffice.org/38653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [2dbd27012a23f113cf0daf5a0bb8368ebc3a9f89]

        Still more tests to suppress
        
        ...that were missing from 3de594d3347ead24f3211714f0e0010c1434cdf2 "More tests
        to suppress (all .PHONY test targets should be covered now)" (and one wasn't
        even properly marked as .PHONY).  Thanks to Rene for spotting.
        
        Change-Id: Ieed81a3999921bdfe9bca96c6002d8906b2ddfad

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [c127c19de62201b49b6647ef3ee8b08ae49da852]

        Remove HAVE_CXX11_REF_QUALIFIER, always true now
        
        ...after 579497164f6bddfeb14bb6b0f4b9cd3322af1803 "Bump GCC baseline to 4.8.1"
        
        Make this a fatal configuration error for now.  The check should be removed
        completely after LO 6.0 branch-off.
        
        Change-Id: I70cf65d6b0eb7158008f28449794c66c1b775916
        Reviewed-on: https://gerrit.libreoffice.org/38869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-16  Eike Rathke  <erack@redhat.com>  [9c0cd667da908ec1dde193c83d7d69a31b43e934]

        Resolves: tdf#71339 include selected top/left empty rows/columns in AutoSum
        
        Keep the exclusion for determining the direction, but include them in the final
        formula result and selection.
        
        Change-Id: Ic752229bad17ac25de9ef598f3da32e0fd257fd1

2017-06-16  László Németh  <laszlo.nemeth@collabora.com>  [08f6f9dded1b142b858c455da03319abac691655]

        Profiling API: add ProfileZones
        
        Change-Id: Ie5669bd75d9b4be047d98402cb69ac313ab618df
        Reviewed-on: https://gerrit.libreoffice.org/38787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ade80cf142664e78954c7544534e9436ceb90c7]

        tdf#108524 sw: allow move of frame inside section without columns
        
        The intention here is to deny the move of a frame that's inside a table
        inside a section.  But the code also checked if there a column frame
        in-between, so it allowed the move for a frame in a section with 2 cols,
        but not without columns (which does not sound intentional, since that's
        a simpler case). So drop the requirement to have a column frame between
        the argument and the section frame, just check that there is no table
        frame in between.
        
        This is needed, but not enough to split the section in the bugdoc (but
        at least now the content of the section is marked as movable).
        
        Change-Id: I9155b291a19c692efc30f01f8e206fac5f1ccf81
        Reviewed-on: https://gerrit.libreoffice.org/38858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [559b641b3ff3500547bf7c79741e1e5b4414d404]

        Updated core Project: help  e24e053c82ad4ee86dd7eb4e9490c9c62af2b291
        
        tdf#107573 help page for change of UI term outline
        
        Change Tools -> Outline numbering to Tools -> Chapter numbering
        
        Change-Id: Id820b226f08d3c224512e34fd96d37ed4c2c300d
        Reviewed-on: https://gerrit.libreoffice.org/38853
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-16  Tor Lillqvist  <tml@collabora.com>  [5c81adc51a05a016e754de7961d3a7bdb4494e01]

        Get rid of the index inside FormulaTokenArray
        
        Instead, use FormulaTokenArrrayPlainIterator everywhere, especially in
        the FormulaCompiler.
        
        This is the final step of a long chain of commits. (Split up into many
        "uncontroversial" bits, and then this, to make potential bisecting
        easier.)
        
        Also added a logging operator<< for FormulaTokenArray, for SAL_DEBUG,
        SAL_INFO etc goodness.
        
        Change-Id: I02fe29f3f1e0dc33e5cba69e594223b4178a12bc
        Reviewed-on: https://gerrit.libreoffice.org/38851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [468fc3847cfd65217949630e2ffd9fb0a89e9cbb]

        Work around GCC derivates with two-section 'gcc -dumpversion' output
        
        ...as happens e.g. with /usr/bin/gcc "gcc (SUSE Linux) 4.8.5" on
        gandalf.documentfoundation.org, reporting "4.8" instead of "4.8.5" (and thus
        failing since 579497164f6bddfeb14bb6b0f4b9cd3322af1803 "Bump GCC baseline to
        4.8.1", e.g., <https://ci.libreoffice.org/job/lo_tb_master_linux/18923/>).
        
        Keep it simple and assume that the micro would be at least 1 when missing...
        
        Change-Id: I096dd6671ad012e5bf890d3bf510780661f62d24

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [99cc2f32060f8e2f7f732b65122771c2a61638ca]

        only some languages put a space between number and %
        
        Change-Id: I9dbbf403624a49513e4c596aef80754cd4e0a88d
        Reviewed-on: https://gerrit.libreoffice.org/38867
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [9e4502f0e393d2bc2810488b3ebb0a5c23038436]

        Resolves: tdf#108419 use spinfield preferred size as transparency widget size
        
        Change-Id: I7b5c8aeb087efe007c687dc1f206bcb0e8b0173e
        Reviewed-on: https://gerrit.libreoffice.org/38864
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [579497164f6bddfeb14bb6b0f4b9cd3322af1803]

        Bump GCC baseline to 4.8.1
        
        see <https://lists.freedesktop.org/archives/libreoffice/2017-June/077909.html>
        "Re: Some baseline thoughts" and
        <https://lists.freedesktop.org/archives/libreoffice/2017-June/077910.html>
        "minutes of ESC call ..."
        
        Change-Id: I09fb8dc228c23a39e7e332742095b0e2dfce711d
        Reviewed-on: https://gerrit.libreoffice.org/38860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fcd12c6d8574c1cd4c6ff45ba54e5d286d42eaad]

        tdf#108486 Only apply hyperlink settings if something did change
        
        Change-Id: Idc601e9ca4ac3ea429d3b514ad6af4198954ca33
        Reviewed-on: https://gerrit.libreoffice.org/38859
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-16  Caolán McNamara  <caolanm@redhat.com>  [0c1fdff3efbb16836d679923828ebd7dda03b937]

        Resolves: tdf#75788 build jpeg-turbo without --with-jpeg8
        
        Change-Id: I3da1559bd3434d574db65a3b492e1060c46143ee
        Reviewed-on: https://gerrit.libreoffice.org/38849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-16  Stephan Bergmann  <sbergman@redhat.com>  [5ac1d27d0bca285047f291e0a475f8bb99134cea]

        CPPUNIT_ASSERT_EQUAL type-mismatch
        
        Change-Id: Icd115383970d351ed8b224bbbd18e98ae0cc8f0d

2017-06-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a975624bfeeb08670b90944eda372d6d4755ae34]

        loplugin:unusedfields in tools..vbahelper
        
        Change-Id: Ief7d4c8e1866604eda6308ea2a5c1ce4b1c093bc
        Reviewed-on: https://gerrit.libreoffice.org/38836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [83f9325f0d8d643d8b3e71fa3ff76ebbd599373d]

        loplugin:unusedfields xmlhelp..xmlsecurity
        
        Change-Id: I7e680e1913c787ce0adad5be1f84668d57ad00b3
        Reviewed-on: https://gerrit.libreoffice.org/38821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-16  jan Iversen  <jani@libreoffice.org>  [9e425891f79a834abb03e3d69ee0c3665944faaa]

        iOS, iCloud picker added
        
        Use documentPicker instead of own programming
        
        Change-Id: Ibd4e0f987254830aeaba1140ec1f84b649ca1387

2017-06-16  jan Iversen  <jani@libreoffice.org>  [af63fbad1933b343631c89283d9e57dcdf9fdab2]

        iOS, remove test targets
        
        Testing will be done differently
        
        Change-Id: I94b121bb89e553fdc96427f8c19c7d2b11821554

2017-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e9f310648992e103d664a82a96ed5bdee1db4ad]

        sw RTF filter: more cleanup of redundant virtual keywords
        
        Change-Id: Ia2596e11f303edf5e1b81ab90062fd93df42159b
        Reviewed-on: https://gerrit.libreoffice.org/38847
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [5e8eb215d9709c384f0f84c339d03e5d9c60c43c]

        Updated core Project: help  c5180610e70541db0c684fa29100c66355b8bfc2
        
        tdf#84675 Add VBA functions to tree file
        
        Add current VBA functions to the tree (Contents tab)
        
        Change-Id: I433cd9a77fd1fe6a15ea6778a475a96840299a3c
        Reviewed-on: https://gerrit.libreoffice.org/38856
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-16  Takeshi Abe  <tabe@fixedpoint.jp>  [19e926441c5ea2306daee4531e3c3a8058a85a3d]

        starmath: SfxObjectShell::GetMiscStatus() returns sal_uIntPtr
        
        Change-Id: I2a4fa44414975e7b87c8313d01d7120d13a205e6
        Reviewed-on: https://gerrit.libreoffice.org/38790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-15  Michael Stahl  <mstahl@redhat.com>  [dfd626f68ea8c2c3adfa38897c204b36a832b84f]

        tdf#103091 sw: add unit test for conditional style import/export
        
        Change-Id: I0af54a66679e66d7d2d05aba5dd341a9126ce631

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [9eb919628fce98b5e7a8b3262d76a8b0e8cc01c4]

        make LANGUAGE setting universal, not just gtk specific
        
        Change-Id: I845e808be27e2fad959a73d0d34a204b4bdcdd1f
        Reviewed-on: https://gerrit.libreoffice.org/38211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-15  David Tardon  <dtardon@redhat.com>  [619d93c8f660b26e19f41c6908807819ac783958]

        upload graphite 1.3.10
        
        Change-Id: Ib70e1c08a11465f5a65be8cd0c892e8f7667b478
        Reviewed-on: https://gerrit.libreoffice.org/38837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-15  Xisco Fauli  <anistenis@gmail.com>  [0254e70f99e6d0e96ef3e6cd7da173bcad7c933d]

        uitest: Test text direction
        
        Change-Id: I66943e432eadedaf4a1bc362861ea8be67b076c3
        Reviewed-on: https://gerrit.libreoffice.org/38839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-15  Xisco Fauli  <anistenis@gmail.com>  [134effd2494132495d0adb5453b8ddd9f803704e]

        uitest: test page orientation
        
        Change-Id: I265730664cf7dfb1d4a105023ae1e3b4c1fca4f5
        Reviewed-on: https://gerrit.libreoffice.org/38838
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-15  brainbreaker  <gautamprajapati06@gmail.com>  [d628e193a93dfcd429e30a05baf9e730c44f768e]

        android: Bump NDK version to 15 in configure.ac
        
        This commits updates the NDK version warning
        in confiure.ac for NDK r15 as it is now tested
        for building Android.
        
        Change-Id: I6b138ce36e246ae035cf994808d17be3b4d47112
        Reviewed-on: https://gerrit.libreoffice.org/38811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [336ec28195da1917c22494a24dbaf10b846d3141]

        tdf#108524 sw: try to split rows that contain 1-col sections
        
        We used to not even attempt to split a row that contains sections. Relax
        this condition and try to split the row in case the table itself is not
        in a section (to avoid recursion) and the section has no columns.
        
        This is needed, but not enough to split the section in the bugdoc.
        
        Change-Id: I6ad0d6eb18611f108ae29e4feea7101ffe552c48
        Reviewed-on: https://gerrit.libreoffice.org/38824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f1ff61ff057e29cb82d425e0b641f7ad6f01bab4]

        Fix typos
        
        Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
        Reviewed-on: https://gerrit.libreoffice.org/38795
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-06-15  László Németh  <laszlo.nemeth@collabora.com>  [81413799eb4f38d62710b295268249307364000a]

        comphelper: add a profiling API
        
        Using the guard style ProfileZone aZone("foo").
        
        Test macro:
        
        Sub TimeLog
        toolkit = createUnoService("com.sun.star.awt.Toolkit")
        toolkit.startRecording()
        toolkit.processEventsToIdle()
        toolkit.stopRecording()
        a = toolkit.getRecordingAndClear()
        s = ""
        For Each i in a
        s = s + i + ", "
        Next i
        Print s
        End Sub
        
        Change-Id: Iceaf9143d0387c87e7936dc67eecbbf71ee8d74a
        Reviewed-on: https://gerrit.libreoffice.org/38786
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [9863be5254fcce6b74da30b821e9263002e9ac71]

        ofz#2085: fix remaining length check
        
        Change-Id: I1788ae2a15823b0dc165ad1a99bd0f2aac0bcaf1
        Reviewed-on: https://gerrit.libreoffice.org/38361
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [b279282c364f3c59b25bd9c8a5ece2d29e8bd9f3]

        This SfxItemSet appears to be unused
        
        ...at least ever since 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
        
        Change-Id: I16b02bd3bfd687b0e451840cd53d93866e9c0f0e
        Reviewed-on: https://gerrit.libreoffice.org/38816
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [9e15697b5ec21114e32466762dab94cba1bfe97b]

        ofz: loop in layout
        
        Change-Id: I8c1561f37f8b24258c95ec09edf8c4be61300959

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [901c7e55efbe66868bae937f232329beca489191]

        This SfxItemSet appears to be unused
        
        ...at least ever since 7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import"
        
        Change-Id: I66f937ec5d465340a49fa63174b941d7bbf2f439
        Reviewed-on: https://gerrit.libreoffice.org/38826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-15  Eike Rathke  <erack@redhat.com>  [d48ea7a1db4eaae0bae094f2155dcd3bc87720eb]

        Prevent excess rows included in the resulting range list, tdf#95883 follow-up
        
        Change-Id: Id2fdffa4d7bba8225ea5fcf583a562467342ad3d
        Reviewed-on: https://gerrit.libreoffice.org/38728
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [1d0890bb241d7ef3d52057e3d2715277d081b0e5]

        Missing include
        
        Change-Id: I3345d989dc279f080d26c60888daa67154b3c0e9

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [83a4d5790cb5b27c19e82b6c9186b69e836defc6]

        add quattro pro filter to fftester
        
        Change-Id: If59114dca8adb94266838f496d8b5d60d322bca2

2017-06-15  Varun Dhall  <varun.dhall@studentpartner.com>  [3278cbf7dcf0c72c125fb4ba14e2b24faf267d9c]

        EditEngine: Added EditEngine ODF format for Windows
        
        Change-Id: I6750295708f2e7a9d73f85df4abbeeb8e5e60a07
        Reviewed-on: https://gerrit.libreoffice.org/38716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [dfb0ec6c029e377aa586fdf1fa6c58a58d1b1e64]

        ofz: eps timeouts
        
        Change-Id: Iadc3e2a6f2cf5bea1351c818d5e4da7d5f94c1df

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [e567ede54e85200f9e412dfa94a0f7b05c27d32f]

        Related: rhbz#1444437 check if m_nTimeoutId is valid
        
        Change-Id: I80d850d23ab0e95bb4b105efa5a1ae1e59933a95

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [03e750a73273239e238d8dd8f6f01aa59a8f6cca]

        ofz: fix another leak
        
        Change-Id: I488ee070ab781011e357db6858188d2b706cb348

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [d47719a7a8558db9502b84e3e64c4a1bb7af3e7c]

        ofz: fix a leak
        
        Change-Id: Ifd730a0f162ab5032665926d66debe716b0579df

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [1323a62d2156a551eae46d249e37d9d84bc280b0]

        use SetGraphic instead of temporary GraphicObject
        
        Change-Id: I220600e110e7bd2b602092c4a6f98521b0d8d43c

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [a4fd6f2eb41176abe34d1f82a9b9d4561f3336ac]

        skip a default dtor + assign with copy ctor
        
        Change-Id: Ibf685ff915dacedfbc9ecfa4b119115142cb68c0

2017-06-15  Caolán McNamara  <caolanm@redhat.com>  [d712a4f8225c872451ec3f76e0909825489abaf0]

        continue if theme cannot be determined
        
        Change-Id: Ia5b6e77b66357dd74c5163472e07a5c31166e8d2

2017-06-15  Jens Carl  <j.carl43@gmx.de>  [06bf933056642a3353619d9c174f1e0cb7838c8d]

        tdf#39468 Translate German comments/terms in sw/source/filter/ww8/ww8par5.cxx
        
        Change-Id: I544aaadb6809204a0ab8864367fc9f267a5327c6
        Reviewed-on: https://gerrit.libreoffice.org/38812
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [8ffb60d7c694b06ea7685c09196fcd73b5c94900]

        Use unique_ptr in aAttrList
        
        Change-Id: I15d5d724e506c0b81cf176af8ba086418693912c

2017-06-15  Jens Carl  <j.carl43@gmx.de>  [a003f705ffe885d4845e33522854d351d92fb4e8]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Tenth set of translations.
        
        Change-Id: I0192796240b1f6080941e0a8c33b4767c8c502d8
        Reviewed-on: https://gerrit.libreoffice.org/38815
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-15  David Tardon  <dtardon@redhat.com>  [d1ae31a1fc49ec7a68b2a07c5e5e97d95b346ca9]

        use correct size
        
        Change-Id: I620ada9b209bb2084eccaa81385beb6306d6a3d0

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [f057aa19536f85a9fe63dc8db7a8da98d858033a]

        Use unique_ptr for SdUnoPageBackground::mpSet
        
        Change-Id: Ia7eabedb745c515022241ef05f682e7301d327c2

2017-06-15  Eike Rathke  <erack@redhat.com>  [033d018a3a1d345d61f3c4dc4da693cdd4004dea]

        Resolves: tdf#104989 a matrix/array formula cell needs to have dimensions
        
        Most spreadsheet functions don't need it, but some may.
        
        Change-Id: I954acaa0a64c4dac8d15acd5b3f404019a7e0bce

2017-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [835c1586f60e6bc03e045e8210e38876e0fe1abc]

        Related: tdf#108524 sw: dump follow/precede of cell frames in layout xml dump
        
        These point to the other cell frame on the previous/next page (in case
        the cell frame is split across multiple pages).
        
        Change-Id: Ic03cf9a194a49320d84dbdb5176fa737e5d6520d
        Reviewed-on: https://gerrit.libreoffice.org/38818
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-15  Eike Rathke  <erack@redhat.com>  [e6abe9c3d06d6776e05bef93b5e6f87b403ea967]

        Ensure all cases push an error return, tdf#104989 related (not the cause)
        
        A formula cell in matrix context could have no dimensions.. (which is the cause
        but elsewhere).
        
        Change-Id: I1a04f9808d8f5c802789e3db77052351b24c24c7

2017-06-15  Xisco Fauli  <anistenis@gmail.com>  [3459f778012d376e746be442167e2b85de18d6cc]

        uitest: Using dimensions in assert isn't a good idea...
        
        ... as they're normally not equal across platforms and machines
        At least, check the paper format we choose
        
        Change-Id: I7f1047157f3b6135c2a037b9cc783889d17d3072
        Reviewed-on: https://gerrit.libreoffice.org/38785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c83c40b4358330f7360b66b8506997ffd80bcde]

        improve unusedfields loplugin
        
        to ignore assignments when doing writeonly analysis
        
        Change-Id: I9eb6f2594003a610582dbc20acb7ccf14ef72c6c

2017-06-15  Eike Rathke  <erack@redhat.com>  [416752b9e4bc4605c479d3eff7797be9f0ef2a38]

        Resolves: tdf#104875 defer filter detection to first load/update of external
        
        Attempting to access all linked external documents right on load time was
        specifically nasty for non-local URIs (unmounted smb, http, ...)
        
        Change-Id: If4a7414dfe36875b505c73b8c963b650eeffe204

2017-06-15  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [420cecf55878a2d652a61540ddc37a7faaf4cc46]

        [API CHANGE] Add processingInstruction event to XFastDocumentHandler:
        
        Also made changes in FastParser impl. to emit this event. I've made use
        of existing namespace and element name strings to store target
        and data for this event.
        
        Change-Id: I6f00cd1172552dd9a74ec22190bef3d2289ae515
        Reviewed-on: https://gerrit.libreoffice.org/38784
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-15  Szymon Kłos  <szymon.klos@collabora.com>  [dd0df1c8a213ab6f0959145396bc273bf885af39]

        Watermark: RTF font import and export
        
        * font size
        * font family
        * rotation
        * TextPath geometry - working transparency & color
        
        * revert TextBox export removed by mistake
        
        Change-Id: I3f6df86809ae57dc40c275652a96b19d2a3d7eba
        Reviewed-on: https://gerrit.libreoffice.org/38494
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [f11ae206bb368f643dbbaa6856c1d9809ad5c7b5]

        cid#1412761,1412762: Avoid signed intermediary results
        
        Change-Id: If7432eecc4bc3fa40754aa6d378b3175073aea1e

2017-06-15  Stephan Bergmann  <sbergman@redhat.com>  [1888cda3ff5f6e09b0778624fe5a4cf2aaecad50]

        Use unique_ptr for SwFormatClipboard members
        
        Change-Id: I2d37be7c86481040c64de87f188320cdc3258659

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7aee0ea7c5a780bca5193382b6f73599c2f025eb]

        replace SbxError typedef with ErrCode
        
        part of a larger patch to convert ErrCode to strong_int
        
        Change-Id: Ia56e5d6d8c4217d6f258e2113d20ce737977892f
        Reviewed-on: https://gerrit.libreoffice.org/38813
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ea13cb3b9ec19fe2d88f91585f433c81e6b1f2e]

        writerfilter: remove unused WriterFilterDetector
        
        DOCX/DOCM uses com.sun.star.comp.oox.FormatDetector for filter
        detection, this one is unused.
        
        Change-Id: I01776d130b0f8f0a75ee39a0cfbf974639c94216
        Reviewed-on: https://gerrit.libreoffice.org/38800
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3059ede409bd8136be0397f532b644855bb9d07a]

        drop SbError typedef
        
        in favour of ErrCode.
        Part of a larger patch to convert ErrCode to strong_int
        
        Change-Id: Ia846bfc93c58c85c6a6cec79e9d19b9ecbd1c05f
        Reviewed-on: https://gerrit.libreoffice.org/38783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3f20471490c61b19fe4222f8c40df255051f6e3d]

        use std::unique_ptr in FlatFndBox
        
        and extend o3tl::make_unique to cope with arrays
        
        Change-Id: I84caa46ab5060f9777bfe275f229499cb0b407be
        Reviewed-on: https://gerrit.libreoffice.org/38794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ae592a7360d5f6a44d5ad2c34d818f638ff94b2]

        fix bug in MenuBarManager::FillMenuManager
        
        which appears to have been there since this function was created in
            commit 635d8b5b0c2152efb80694bb27fa8df9487b108d
            Author: Kurt Zenker <kz@openoffice.org>
            Date:   Wed Feb 25 16:51:59 2004 +0000
            INTEGRATION: CWS layoutmanager (1.1.2); FILE ADDED
        
        Change-Id: I117241152e99f1ee6ec33e32f8fdc63ae7c87043
        Reviewed-on: https://gerrit.libreoffice.org/38791
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec8c98f59869bee0e327d32f39480a0e4b1330bc]

        use more SAL_N_ELEMENTS part 3
        
        Change-Id: I82e366fefd2e31928b99840fe76649cc3521e623
        Reviewed-on: https://gerrit.libreoffice.org/38789
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-15  Olivier Hallot  <olivier.hallot@libreoffice.org>  [11503e99be09b4e8faa465559fbdacb06e8896cc]

        Updated core Project: help  538aa4791d07f40112953b5625a7dbba96d53105
        
        tdf#84675 Add help page for IPmt function of VBA
        
        Change-Id: Iddb382d9735c25f2ca77f8141457fb6bb497a696
        Reviewed-on: https://gerrit.libreoffice.org/38808
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-15  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [cbf371e07fd5dea1ea08a1f299360d1273961ebd]

        tdf#99680 save graphic state even for empty clipping region
        
        Previous fix was causing Adobe Reader errors due to mistmatch of
        save and restore operators.
        
        Corresponding unittest is extended to verify save/restore
        operators count.
        
        Change-Id: I102722140e216cb9ad29107aae3bdaa70472d471
        Reviewed-on: https://gerrit.libreoffice.org/38694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [52519b508d0531bfb3ee80a2b9c91e262a72605d]

        Updated core Project: help  969c5806ff0d958e8dc19d1abe98a1493842e4ca
        
        tdf#84675 Add help page for FV function of VBA
        
        Change-Id: Ic1ac6629eed117d6d2ec8802162e69a45e599a0c
        Reviewed-on: https://gerrit.libreoffice.org/38802
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-14  Eike Rathke  <erack@redhat.com>  [1bc793f8ab8f9b4ce435bd3585f9579df4a11819]

        This could never have been meant
        
        Since commit 67b374980f340faa2695001984aaf98886a32fad
        executing ScDocumentLoader::GetFilterName() twice if there was no stored
        filter, and still executing it if there was one, even if the comment says we
        shouldn't.
        
        Change-Id: Iaf4b88e63b3987fb661df0e9b095f06b29076894

2017-06-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [82713b407f27d71a7acd6a88b59ce748a0fb925b]

        Updated core Project: help  34c220bf13976b2ecaa8af9e0333b74b06d47bfe
        
        tdf#84675 Add help page for DDB function of VBA
        
        Change-Id: I769a4f0863ca73db776e3ab1fb7faf1f25f3b2f7
        Reviewed-on: https://gerrit.libreoffice.org/38801
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-14  brainbreaker  <gautamprajapati06@gmail.com>  [e88584fed0d4f063ec80b9013f8a6e0cb97aa462]

        Clean up declaration of __cxa_get_globals in linux_arm bridge
        
        This is the Linux/arm version of commit
        5ba3d1740b03efa394b2d2bf34fb8a8d3db2331d, which did the same for the
        Linux/x86_64 bridge.
        Clang rejects the incompatible declarations of the
        same extern "C" function in different namespaces.
        This commit redeclares __cxa_get_globals so as to support
        clang for building Android in future.
        
        Change-Id: I4d733d3835d0dea5784701143f4ea1bc5d5ff363
        Reviewed-on: https://gerrit.libreoffice.org/38735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-14  Caolán McNamara  <caolanm@redhat.com>  [bd8fa5664325dd0455b62774bd9033a09a23a3af]

        use default handler for SIGALRM for fuzzers
        
        https://github.com/google/oss-fuzz/issues/671
        
        Change-Id: Ic22f279fa8ef477540afdfa06a22138c9e3a8270
        Reviewed-on: https://gerrit.libreoffice.org/38793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-14  Julien Nabet  <serval2412@yahoo.fr>  [5435e2b2aa6cbd2b72df09c28d8d16bb71f5018f]

        dBASE: put back an array for trailer
        
        since except language code, the other information aren't used
        but keep the details in comment
        
        Change-Id: Ibb5bf22e88bd3a5f9c7603ad018cada8add8b2ce
        Reviewed-on: https://gerrit.libreoffice.org/38799
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [df2f8116733fdf98ff6216afbfda62af4723f7e2]

        xmlsec: drop vc9 hunk from xmlsec1-vc.patch.1
        
        This was added in commit 36ad473eeeace151af341869b0436fac8b1bdd2e (Build
        fixes for VC++ 10, 2010-10-20) where it was only safe to conditionally
        add support for Visual Studio 2010.
        
        Change-Id: I62c4aefd39a5943259a5a1e462f4762c1aac5e1e
        Reviewed-on: https://gerrit.libreoffice.org/38768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [0646f3ef7cd036b899f7b8ef3a897eecb298994c]

        Use unique_ptr for HTMLAttrContext::pFrameItemSet
        
        Change-Id: I90d0461be7b9df1200bc3eef6ae1d6dbb20f7c5b

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [2618b4013e5acfcc6d9564da36bb24151a8b8280]

        Use unique_ptr for SwASCIIParser::pItemSet
        
        Change-Id: Ib4eb12d9615308568e316cfb96250f1d72d70a06

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [0782cdaeb36e254dac3dd0ad69dfa0310aff75d8]

        loplugin:redundantcase (clang-cl)
        
        Change-Id: I8d31de92528461afbe25ec059093c1c21eb9ef72

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [7ac68fc033f0df2399105735e43417ea0c689c18]

        Use unique_ptr for SwXTextPortion::GetPropertyValue param
        
        Change-Id: Ib20981fa47220d3122807a1f567d9f2fb54f5e76

2017-06-14  Tor Lillqvist  <tml@collabora.com>  [b3dfd7988a07a0a60bd7b7282411101ef3546526]

        Use pointer instead of reference
        
        Change-Id: I087f0fe99e6631d5b62ea773c83404e11d64d060

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [46b2330bd07cb6668af7a3d48ace1a42b5667521]

        Bump @since LibreOffice 5.5 -> 6.0
        
        Change-Id: Iccb5eddbca8e5dbfa66f07809505065b70339046

2017-06-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a5a967c90f419768793598d0a19031dd37273d9c]

        Remove 'owner' credit from uno interface
        
        Change-Id: I7bf2eaccff61abcde869c9a44150206b8b7b4a1a
        Reviewed-on: https://gerrit.libreoffice.org/38792
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [e916e0a39ad2e96a0d6b5b866763e57498898c55]

        Use unique_ptr for UnodTableCpyTable_Entry members
        
        Change-Id: I925523d3c3fde2d82aa2509aef2c62c8e9686f40

2017-06-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a6aa57ff591fdf3d834a7e0b1e9e2ebad1d87c5c]

        use ERRCODE_NONE instead of 0
        
        peeling off a small chunk of my ErrCode strong_int conversion
        
        Change-Id: Idc89e8496083beed7608cba705cd981139eb7111
        Reviewed-on: https://gerrit.libreoffice.org/38777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [546c35519125a769755330c961c7b8fc61e24d89]

        use more SAL_N_ELEMENTS part 2
        
        Change-Id: If00e371c3cd3ae616309a172c875faed016e391b
        Reviewed-on: https://gerrit.libreoffice.org/38773
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-14  Tor Lillqvist  <tml@collabora.com>  [92b7acdf2a1159af8a31da22ce6227950f709040]

        Avoid use of FormulaTokenArray::First() and Next() in another place
        
        Change-Id: Ie542f62b910648ee494b908703083d28f92d9a33

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [bfe999b81de0aa5f547251b263e82f8db3b8ac50]

        Use unique_ptr for SwRedlineItr::pSet
        
        Change-Id: I6dc4cbfeb7413b4ce2ef7a588f4337f75eefd5af

2017-06-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b70fa47aec65fe95da94fc17640dda27650e9677]

        use more SAL_N_ELEMENTS part 1
        
        - teach comphelper::containerToSequence to handle sized arrays
        - also use range based for-loop where appropriate.
        
        Change-Id: I73ba9b6295e7b29c872ee53de7a9340969e07f99
        Reviewed-on: https://gerrit.libreoffice.org/38769
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-14  Xisco Fauli  <anistenis@gmail.com>  [6db84250d1c4e7ec5a54ff75e124ea9a84ff89d9]

        uitest: Add test for insertPageHeader and tdf#107427
        
        Change-Id: I8dd7c1a802b021392f25e92d25d9122082f17722
        Reviewed-on: https://gerrit.libreoffice.org/38770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-14  Eike Rathke  <erack@redhat.com>  [96ef5d50da2c0c5a1edb279c413f73754d400537]

        Handle TypedItemList property in models, tdf#108413 follow-up
        
        Now that the TypedItemList property is somewhat exposed at OListBoxModel and
        OComboBoxModel also handle that something could want to set it, even if it was
        meant to be used with external sources.
        
        Change-Id: Iae8ce2a50dbbb2166d9a67dbf55900beeb9192d2

2017-06-14  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ada8891af95e5caf623bafe68b1aabbf58a74375]

        Fix typos
        
        Change-Id: Ia3cf2253ac750b53ccc18ea661cc95dee51a7b12
        Reviewed-on: https://gerrit.libreoffice.org/38689
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-14  Thomas Beck  <thomas.beck@cib.de>  [778a396adef3e62a87f6e9beec0964323ad57f44]

        tdf#43157 Clean up OSL_ASSERT, DBG_ASSERT, etc.
        
        Cleaned out the rest of OSL_ASSERT in docxattributeoutput, keeping
        consistency with the rest of the function where they were found.
        
        Change-Id: I87c637d11a184cb002168c5d1151a0f3112f69c1
        Reviewed-on: https://gerrit.libreoffice.org/38774
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-14  Jens Carl  <j.carl43@gmx.de>  [403d48e86d0c65d97514d5f5cab4c5eca84bbc68]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Ninth set of translations.
        
        Change-Id: I8c92692529872cfbca4adcfde950b1738e3834a7
        Reviewed-on: https://gerrit.libreoffice.org/38623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-14  Tor Lillqvist  <tml@collabora.com>  [4e81314953c800c545ca73599fd3e49f60dd7ec8]

        Avoid use of FormulaTokenArray::First() and Next() in another place
        
        Change-Id: I26147e53bad5f2b489a91eaa225196bb490bad27

2017-06-14  Tor Lillqvist  <tml@collabora.com>  [a0a72ba3d7220843efddaba5b60af8a4618fbe6f]

        Avoid use of FormulaTokenArray::First() and Next() in one place
        
        Change-Id: I941c3dba2c51eb9419cfb117b02cab9617906bac

2017-06-14  Olivier Hallot  <olivier.hallot@libreoffice.org>  [63d4a02cd108434eb7aace87c46da87572de54f6]

        Updated core Project: help  344d2132259ef22202a197f6cab66101fb0fd167
        
        Help contents -in-browser (III)
        
        Added language selector
        Added system selector
        CSS improvements in browser help page
        remove bullets from bookmark list
        
        see http://vm173.documentfoundation.org
        
        Change-Id: I6b65e7e3c5a503855a8e92f2a745ba6001d64b8e
        Reviewed-on: https://gerrit.libreoffice.org/38712
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [45d66415978d281330ea10ae8dcd8dc9a0bc2afc]

        Use vector<unique_ptr> for FlatFndBox::ppItemSets
        
        (ppItemSets' members were apparently leaked in the past)
        
        Change-Id: I6687646cef7a6fa1e38f220944fa69ed18bdd12a

2017-06-14  Tor Lillqvist  <tml@collabora.com>  [4a38bd3440d0766bb92b910fa7d5ecc9344284c2]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: I5a1530746e834223aff05075400bdaa4b9135963

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [02d306a23acf842e62dfc317396296425b31c964]

        Use unique_ptr for SdPage::mpItems
        
        Change-Id: I28025e8896331926d30e748f7c945973b978cb32

2017-06-14  Eike Rathke  <erack@redhat.com>  [90bea1ea24838845646ec253d1a4b472b73d53ca]

        Final result of Reference array is svMatrix instead of svRefList, tdf#58874
        
        So {=OFFSET(A1,{1;2;3},0)} or {=OFFSET(A1,B1:B3,0)} return a column vector and
        {=OFFSET(A1,{1,2,3},0)} or {=OFFSET(A1,B1:D1,0)} return a row vector like they
        did before.
        
        Excel doesn't handle this at all and returns #VALUE! instead.
        
        Change-Id: Iba14ba4ca089568ddc724a22d3093bfe6b73b995

2017-06-14  Xisco Fauli  <anistenis@gmail.com>  [3919d87210ea12ed3166c649ac52730026db01a4]

        tdf#104640, tdf#108469: Insert image where the cursor is
        
        Partially revert 72a4987434368bfb0b15f5ebb70a52
        Besides, add bDelta to the condition so the statement is false
        if the image is resized
        
        Change-Id: Ib07d328e040c38c63a30f6230ed9f6b605d76d9f
        Reviewed-on: https://gerrit.libreoffice.org/38705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-14  jmzambon  <jeanmarczambon@gmail.com>  [e07492e14790262abc24d44c280bd71e5ebeddf4]

        tdf#97362: TextPortionEnumerationTest partially migrated to python (test_portion_enumeration_test.py)
        
        Add footnote tests:
        - test_refmark_point
        - test_refmark
        - test_toxmark_point
        - test_toxmark
        - test_hyperlink
        - test_hyperlink_empty
        - test_ruby
        - test_ruby_empty
        
        Change-Id: I0920517b5e8806a5fc46708822fed33006f03fd5
        Reviewed-on: https://gerrit.libreoffice.org/38418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-14  Stephan Bergmann  <sbergman@redhat.com>  [7f6a17756d62226dfa2af1ded365e3b3ac9f8d21]

        Let CreateItemSet return unique_ptr
        
        ...and address resulting loplugin:useuniqueptr
        
        Change-Id: Ia79eb8d59ce5092b2d93b656eab687096baedf17

2017-06-14  Bernhard Widl  <bernhard.widl@cib.de>  [9a3a9a393c74872a5ec5f227b7c30ae3d4bcb1aa]

        tdf#39468 translate german comments in sw
        
        Change-Id: I22114e9c8adaad67f71811f2b44fdd8a6d6e7f7b
        Reviewed-on: https://gerrit.libreoffice.org/38767
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e05f16e6bf36efbaab16dd2ed1427a750ce7cafd]

        disable UI test that does exact comparison
        
        Change-Id: I3e66a0574f6833fcd45a95a336fc07b523c0011c

2017-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [06ea26ce3ff3d809ca7e318abdabc633910f2946]

        starmath: Use sal_uInt32 for ERRCODE instead of sal_uLong
        
        Change-Id: I9fab0cdc29cf10551b31619cbcbf7f304eeb3b69
        Reviewed-on: https://gerrit.libreoffice.org/38729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [458fadbaf7b7f816a01304b48c0938407e65f060]

        update credits
        
        Change-Id: I873b10323375d17b0a3bce1fb578c8169dd5c2b7

2017-06-13  Julien Nabet  <serval2412@yahoo.fr>  [e599716735a8d992ae614462412d4b82c119d40a]

        dBASE: remove wrong m_ prefix introduced in a recent commit
        
        Change-Id: I9f05facd98d60604256b15c4b35871f7d0a825f9
        Reviewed-on: https://gerrit.libreoffice.org/38755
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-13  Julien Nabet  <serval2412@yahoo.fr>  [d391c6acfee41da82b32fc175d71d04fd0beb4f9]

        dBASE: typo + remove useless comment from previous commit
        
        Change-Id: Icb16bc4eaf06bd1abc41d5c4109e66c914fb9e71
        Reviewed-on: https://gerrit.libreoffice.org/38754
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-13  Szymon Kłos  <szymon.klos@collabora.com>  [f9aa57181be0cd02d07fb463410b5c1dde11ea1e]

        tdf#108494 incorrect Watermark position
        
        Change-Id: Iec1dba66604af008ad8b6b1c20cd508048144463
        Reviewed-on: https://gerrit.libreoffice.org/38722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-06-13  Julien Nabet  <serval2412@yahoo.fr>  [557f5eb1d962e0f3ca934be5643e8c31bb7de6c9]

        dBASE: header refactoring
        
        use sources from:
        https://www.clicketyclick.dk/databases/xbase/format/dbf.html
        http://www.dbase.com/KnowledgeBase/int/db7_file_fmt.htm
        + translate vars
        Also, a condition was wrong about language driver
        
        Change-Id: I58c41776f927c51bc4eec951d747b9e2a59733d1
        Reviewed-on: https://gerrit.libreoffice.org/38751
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-13  Caolán McNamara  <caolanm@redhat.com>  [277395b6266c57a7709c3c47986f135f6789c8e7]

        make opengl transitions under X flicker free on enter/leave
        
        Change-Id: I109637dc6b3d23c0beca21f3cf0c7ba918ecb4f8
        Reviewed-on: https://gerrit.libreoffice.org/38749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [60763a9551bea003271de9307923327e7a39b63e]

        FormulaTokenArray::FirstRPN() can go away now
        
        Change-Id: Ic9570421f176c8bc078c1d33697a5f379e05111b

2017-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2797c4a0efe60726467593c6f2ea93774038b683]

        always strip non-archive type installation packages
        
        Change-Id: I676414b679bff95829bdc1d5d02cef4fcfca4576

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [894818ffe020d2d633013082092bb14cf10742f0]

        Use FormulaTokenArray::FirstRPNToken()
        
        Change-Id: I834ad8cd53e2c52ae6cd8f78d5bec0870b0d5c3f

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [83358557c14dd3796c3a6c0a31e5a49fb857e91b]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: If43aaff9665b5be2d9b358dea0f3369be755791a

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [a5d26d09d62978aaa8872e756ba1890f6dac48e7]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: Idd80ed837ab35890ecdda386965eb037ff4af5c5

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [a9ea29db8982699eb5977d0b942f8dd8ee8c847c]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: Id839dde6453b75e59a6903eb0e18ce6f2d75adbf

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [f1f5ffb71690b78bee787527f592efa40ce10aec]

        Use FormulaTokenArray::FirstToken() in more places
        
        Change-Id: I4cb4a739027f03a81d758db552f9951880a79fdd

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [ccbb61a9dbc93d181944e8f4437503e0050e7171]

        Use FormulaTokenArray::FirstToken() in more places
        
        Change-Id: I7dabdfee3c90dd87c86d1b92a7131d695a5f07d4

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [d677d7e30116ebd85bf757608a9a5426e73ac618]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: I5b8e8997586255004820df97f1ea10494b536d3b

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [0057b2163eca1781c85a4dbb90bcf8d5258a4ea5]

        Use FormulaTokenArray::FirstToken() in one more place
        
        Change-Id: Ie331b77ec2079c4f0dca2808cafaa728378f699d

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [56bfa463149fbce0fe7a0dc9e4f8fd8979845ca0]

        Use FormulaTokenArray::FirstToken() in one place where we can
        
        Change-Id: I1ecc1fc69e8be1ba329f2436903654740dbfea9a

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [2495a4e807a775819486faee14eb3acde8b1cbdf]

        Use FormulaTokenArray::FirstToken() in one place where we can
        
        Change-Id: I84a108d9c0f1a0982fb7144b32be007498e5f0ea

2017-06-13  Xisco Fauli  <anistenis@gmail.com>  [a7309f17b34b97816b7d8f9ada5e8563d033aa82]

        uitest: Check default paper formats
        
        Change-Id: Iaf889339f6a757fa5a3e992fb4438df842ea76eb
        Reviewed-on: https://gerrit.libreoffice.org/38738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-13  Troy Rollo  <libreoffice@troy.rollo.name>  [a5b4cb3f836c991d0647f55e1ef4920ce6115eac]

        tdf#103091 conditional style conditions not saved
        
        Change-Id: Iccf3eb531ee3382d27105e5ccce6013707a646b6
        Reviewed-on: https://gerrit.libreoffice.org/38451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-13  Xisco Fauli  <anistenis@gmail.com>  [3c641c9c1f2ec01a9ae61e955ceb69c52e45f31e]

        uitest: Use subtest here
        
        Change-Id: I0e54b950412b4130bb4155d93af2ccafb03d2950
        Reviewed-on: https://gerrit.libreoffice.org/38744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [cbdd3c32703fd21b6911b5a6fc5803faeed9befb]

        Use unique_ptr for SfxPrinter::pOptions
        
        Change-Id: I46be77225c0323f8b7f293de9c022f0de6f425b7

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [423dacde87cbb3cba466c9701ed10dadc2b8b4e0]

        Generalize loplugin:stringcopy to loplugin:redundantcopy
        
        (such redundant std::unique_ptr copies could happen when changing parts of the
        code base to make use of std::unique_ptr individually)
        
        Change-Id: Ib48a45a212f9426a775c7f379bc5d3c92230218a

2017-06-13  Eike Rathke  <erack@redhat.com>  [f9cf614e7ea73e47a71cd2c0d1d53af9a6e48984]

        Final result of svRefList can be an array in some cases, tdf#58874 related
        
        Actually {=OFFSET(A1,{2;4},0)} worked already before the change for arrays of
        references, make it work again. Further there was a difference between that and
        {=OFFSET(A1,{2,4},0)} (row vector vs column vector in array context) which to
        reintroduce would need to treat a final Reference result differently (as
        matrix) from an intermediate Reference result (as array).
        
        Change-Id: I9240d0cb8ba2db8a0276640463da5f0cabec58cf

2017-06-13  Tor Lillqvist  <tml@collabora.com>  [7b67e3fc5566f4172c69fa8460aea0c006e97a4d]

        Add FirstToken() and FirstRPNToken() functions that don't touch nIndex
        
        ... to FormulaTokenArray. Intermediate commit, these new functions
        aren't used yet.
        
        Change-Id: Ie505fe9dbd787087fa29f701d29ff9b4495c8699

2017-06-13  Michael Meeks  <michael.meeks@collabora.com>  [c573a10a6a873af11c25fef59a374a37fe76056f]

        Avoid race between mbTerminate check and wait.
        
         	package2.dll!osl::Thread::join() Line 112	C++
         	package2.dll!XBufferedThreadedStream::~XBufferedThreadedStream() Line 68	C++
         	package2.dll!XBufferedThreadedStream::`scalar deleting destructor'(unsigned int)	C++
        vs.
         	package2.dll!std::condition_variable::wait<bool <lambda>(void) >...
        	package2.dll!XBufferedThreadedStream::produce() Line 95	C++
         	package2.dll!`anonymous namespace'::UnzippingThread::execute() Line 29	C++
        
        Change-Id: Iace86efc5e7fe00a5176380a8a21b2dc5e98d8a5
        Reviewed-on: https://gerrit.libreoffice.org/38737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-13  Yousuf Philips  <philipz85@hotmail.com>  [90b083bd8e922ec4adf245aedfff14c6c6c01bf6]

        tdf#95489 use internal name for quotation character style
        
        Change-Id: I48ecac1d75cbf30cc73cdcb5a3be0d91b295694f
        Reviewed-on: https://gerrit.libreoffice.org/38655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-13  Yousuf Philips  <philipz85@hotmail.com>  [f6f68fc3c599ef1bbc27f1b5a4a0980611502e31]

        tdf#106018 Correct label for frame properties in context menu
        
        Change-Id: Iffec901799fefa8318bdfebe628f697f91e16f99
        Reviewed-on: https://gerrit.libreoffice.org/38656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-13  Yousuf Philips  <philipz85@hotmail.com>  [41b8cdd0f4130f60027002f1d6daa9f6169b04d9]

        tdf#85940 Add basic character styles to context menu
        
        Change-Id: Id25768dfd2c8db530a31ddf8a31108f9b5c67855
        Reviewed-on: https://gerrit.libreoffice.org/38652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-13  Yousuf Philips  <philipz85@hotmail.com>  [f442d454f11cc8d376a40216ba6bd7c7c870fdc0]

        tdf#84909 Add separator before clone formatting in toolbar
        
        Change-Id: I7d0a8914eded5a1e873d43c3b2dbc5b4852a197a
        Reviewed-on: https://gerrit.libreoffice.org/38671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-13  jan Iversen  <jani@libreoffice.org>  [4f3602f92d9daed32d7641bc468eb1b470508538]

        iOS, adding x86_64 to gcc_ios
        
        Adding support for x86_64
        code from Linux
        
        Change-Id: Ia75109f0457177a8a5d5022d2de38aaab620a85f

2017-06-13  jan Iversen  <jani@libreoffice.org>  [a1f2b3cc8eb2cb5c8a4bc899dcb3230f4ba4b57a]

        iOS, patch libodfgen
        
        Support for arm64
        
        Change-Id: I9f5f6220dd4f3e6e2c008f9f8beebbaeb75a1f6b

2017-06-13  jan Iversen  <jani@libreoffice.org>  [84175d72f590e06162a8fd677efb99c4a5796bf6]

        iOS patch libstaroffice
        
        support for arm64
        
        Change-Id: I12557dee63ec14c0562c6d17f3b29fb5995b949f

2017-06-13  jan Iversen  <jani@libreoffice.org>  [344897d9f032d859952778255c8f4e76a772a1bf]

        iOS patch libwpg
        
        Support for arm64
        
        Change-Id: I86d51ac4d98bafe90271e5d0c7190eb4d02eaccb

2017-06-13  jan Iversen  <jani@libreoffice.org>  [8040871f4416bfc36760e757a5afbf7dcd9832a2]

        iOS, patch libwpd
        
        Support for arm64
        
        Change-Id: I7aeaab4c73315e8f66a617c9b258cfb02a54175b

2017-06-13  jan Iversen  <jani@libreoffice.org>  [e9e06bfb22f311f0aa79f32eba149b43b11d4e1b]

        iOS patch libvisio
        
        Support for arm64
        
        Change-Id: Ife38b174377ad79fb2364f31033416145a19a9cd

2017-06-13  jan Iversen  <jani@libreoffice.org>  [953b16051e83d2e136e472d2c6eac952bd289a26]

        iOS, patch libfreehand
        
        Support for arm64
        
        Change-Id: I29ab33b192262597bf6d870a1c731770f2f134bf

2017-06-13  jan Iversen  <jani@libreoffice.org>  [04f8b8e121a607018d5541db5c74059b9ad47eac]

        iOS patch libpagemaker
        
        Support for arm64
        
        Change-Id: I25389ae56884e96c4446e3412b7ed2613a10acae

2017-06-13  jan Iversen  <jani@libreoffice.org>  [ab829e23a0c382e1bd53a95caac3bd9ad00c7f9f]

        iOS patch libzmf
        
        added support for arm64
        
        Change-Id: I3f669b6256db69e0121e25bf586f2e9b842681b2

2017-06-13  jan Iversen  <jani@libreoffice.org>  [bd5fcc8bfd2542e052859091ff74e117dff26622]

        iOS patch libwps
        
        Support for arm64
        
        Change-Id: I99dc397fe2b97f68723e2eccccf9940c2c311495

2017-06-13  jan Iversen  <jani@libreoffice.org>  [98abf61a8204992b64d0b22eeb9355bd035da411]

        iOS patch libmwaw
        
        support for arm64
        
        Change-Id: I2a1c4201606b1d6bfbc4bfeeb0e40099e8860b31

2017-06-13  jan Iversen  <jani@libreoffice.org>  [3d926f17f20b76aca863af7b5655fed8b834780c]

        iOS, patch libmspub
        
        support for arm64
        
        Change-Id: Ife7a806bf8fff02c98f7c36bf831c1a9f52cd98d

2017-06-13  jan Iversen  <jani@libreoffice.org>  [f46e86e42f22341cd296ac85c9ea73ec49301cda]

        iOS patch mythes
        
        Support for arm64
        
        Change-Id: Icdd07d04f82696232e66dc0f3a159e571c61dac8

2017-06-13  jan Iversen  <jani@libreoffice.org>  [2a365cd2739285db8a2178531c289438f51270a7]

        iOS, patch redland
        
        Support for arm64
        
        Change-Id: Id9f89452174bac4acb8d5b7dd3e23d91c2b2acf1

2017-06-13  jan Iversen  <jani@libreoffice.org>  [db271bc960e4194c4ed8b342fa3f6996f3507f57]

        iOS, patch xslt
        
        Support for arm64
        
        Change-Id: I18a36ab891f6d4fd72fb34292fd2f85d0d891727

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [889ea6a50fb8ee154b2816ba287f33f0a3ce239b]

        Let BaseProperties::CreateObjectSpecificItemSet return unique_ptr
        
        Change-Id: Ic734fe2a425ca1c821ba91df17aecac5ef40a000

2017-06-13  Eike Rathke  <erack@redhat.com>  [8f187d38b18f65ed70a225f63869147605fda704]

        Handle SUMPRODUCT with reference list and array of references, tdf#58874
        
        Note that Excel does not handle this the same, strangely it returns 0 for array
        of references, not even an error, as if all products involved a 0 somewhere.
        For reference list (union operator) it returns #VALUE!
        
        Change-Id: I4540a4f221518c8991c7fa3cf3f1f08f28a49038

2017-06-13  pv2k  <vidhey96@gmail.com>  [cea458998745f0084271b41d90c92ad27ad071eb]

        tdf#106679 UI:SideBar Master Slide Button label corrected
        
        Change-Id: Id3ac678d3b1b28564fc8d7e677caf157b4757bcb
        Reviewed-on: https://gerrit.libreoffice.org/37946
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [03589f669fe16134991b66ebbac19e510f4f6de9]

        no need to define __RSC here
        
        Change-Id: I5bfe4196307569bc181854db4612d7fc79f480b5
        Reviewed-on: https://gerrit.libreoffice.org/38726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [edda154f3eac2508b8aaa7991ad59f3580384b83]

        Use unique_ptr for EmptyProperties::mpEmptyItemSet
        
        Change-Id: I167e6ee803ee5c81553e8a5f0d63f2a47195b46a

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [96c4aeb797bef23e42190a0c44aeb43047c936c7]

        Use unique_ptr for DefaultProperties::mpItemSet
        
        Change-Id: Ia5272aac6825a9f571ae0ed144475eb291426894

2017-06-13  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [ffc2e936c6a9f3fd597b64b88785edb0f78d7564]

        Reverse mapping fastToken to NamespaceURI:
        
        Made those methods static, so that it is easy
        to use them outside the module.
        Also updated the Namespace-constants list.
        
        Change-Id: Id0bf501457c53d1420a00ce58c9bcedfcba17908
        Reviewed-on: https://gerrit.libreoffice.org/38708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ab67326292f8b756bd4bf698ca20aec4f6e5755]

        fix bug in skeletonmaker
        
        how this got missed for so long I don't know
        
        Change-Id: I5c4bbb880f364fdbb8c88e80c6329184c0bd48a5
        Reviewed-on: https://gerrit.libreoffice.org/38725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [fd7759ee8ac2f12b55a3834742ef63b858eda15a]

        Use unique_ptr in ItemPoolVector
        
        Change-Id: I0ca2209d2fcbd7a16b67eee546b3ccc5393f2d42

2017-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a73e7d88c19cab69733a4f6433d8576856285ac]

        tdf#107618 DOCX export: fix missing header when doc ends with section
        
        See commit b6e62dc0dc2b284c825f1182a67bb2f9259a30ce (tdf#106492 DOCX
        export: fix duplicated section break at doc end, 2017-03-21) for the
        context, this is one more case where it's not OK to suppress the two
        section breaks at the end of a document, since the suppressed section
        break is the one that provides the headers / footers.
        
        Change-Id: I4abd7895436e4d2e08fd7b7ff4aabbac8d65f7fb
        Reviewed-on: https://gerrit.libreoffice.org/38721
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [16265a1f84f0ac7c16beee6a3591653eaaa90323]

        Use unique_ptr for ImpSdrGDIMetaFileImport::mp*Attr
        
        Change-Id: I8bfe10e46cfaacb329998b11fe507c2302fe2d44

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [5df3b28a24825653ca112dd3e709aad3e4f4630a]

        Use unique_ptr for Svx3DWin::mpRemember2DAttributes
        
        Change-Id: I55120a885d74bbd3710a4e02be939a8e4e6a9ba2

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [a109a9ef744a7ed36c5084cb26f033ba52b3c3ad]

        Use unique_ptr for ImpEditEngine::pEmptyItemSet
        
        Change-Id: I1d7757eafb52fc3cc7d7e1cb02cced0a6004a304

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [d57c9d81aab1e02d257738a82bddeca78db46da8]

        Use unique_ptr for SvxHpLinkDlg::mpItemSet
        
        Change-Id: I6ad2669afe3853196bb1fce9c7c81af640831116

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [5389b44827393c80df27e429ba446971a0d7a696]

        Let SfxSetItem ctor take SfxItemSet by unique_ptr
        
        Change-Id: I219dd03477862169cd50eecc14822f6a023f879a

2017-06-13  Michael Stahl  <mstahl@redhat.com>  [4ffdb6750fa7d656d249a745f9c6d5ba98353b14]

        remove TDE integration (vclplug, address book, config backend)
        
        It has ~no users, can't even be built on modern Linuxes, and it annoys
        folks who want to refactor VCL.
        
        Per ESC decision from 2017-06-08, remove --enable-tde and --enable-tdeab.
        
        Change-Id: I51ce4786f29f8fcac2e2bb2a654c41fbfbbd8afd
        Reviewed-on: https://gerrit.libreoffice.org/38718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [144edb88d29d397604010734f2d6c2e9d7626d1c]

        uitest: extract the wait time for the dialogs
        
        Change-Id: Ieb82b643de58523cef30f88363276874b6169021

2017-06-13  Stephan Bergmann  <sbergman@redhat.com>  [bbfe78c4bfb8e7d0e53c171ed9616a8f32240358]

        This SfxItemSet appears to be unused
        
        Change-Id: Ib9a48e48ceda4d85f6ecca7e2bb436e8aa99d56b
        Reviewed-on: https://gerrit.libreoffice.org/38703
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a3bedb7ae8f23476843e00380aba05002aa1e827]

        use local statics for getUnoTunnelImplementationId
        
        replace uses of double checked locking pattern and
        rtl::Static
        
        Change-Id: I479d9d94f652b4fb4c67388405823a5f4e2b6ed4
        Reviewed-on: https://gerrit.libreoffice.org/38690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e272761e8fca9eccbf6fd5737df2b1aee1730947]

        remove MAYBEFUTURE dead code
        
        Seems to date from:
           commit c631cf94e468d6f5ced5cacda3600c683c44dca2
           Author: John LeMoyne Castle <jlc@mail2lee.com>
           Date:   Tue Dec 21 15:47:53 2010 +0000
           68bit currency enhancement
        
        Change-Id: I81863991ec3717ea213dffb535283e6fc8abceb7
        Reviewed-on: https://gerrit.libreoffice.org/38693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-13  Szymon Kłos  <szymon.klos@collabora.com>  [42353b95629322f51e059337ab06579ffb1c6934]

        Watermark: fix rotation calculation
        
        * when angle > 180 was used calculated value was 0
        * values are rounded
        
        Change-Id: I0cade407883a60d8d802b487668882e95f42ddce
        Reviewed-on: https://gerrit.libreoffice.org/38597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-13  Eike Rathke  <erack@redhat.com>  [a1ace08b5b86a76e7275dcef2545a7d52ae2ed2d]

        Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-up
        
        Change-Id: Idb74536b9fa3837e36ae4fbb529d09b6218c80d8

2017-06-13  Takeshi Abe  <tabe@fixedpoint.jp>  [94662151fef3845aa7cf32dbd9d60fe10bc4a3c5]

        starmath: SvStream::Seek()/Tell() uses sal_uInt64, not sal_uLong
        
        Change-Id: I210a9969f4bf6a1dc5c199836abec08d78968c36
        Reviewed-on: https://gerrit.libreoffice.org/38702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-13  Takeshi Abe  <tabe@fixedpoint.jp>  [b7f515fefbb104da08062bd158a4c32c9b2afa10]

        starmath: SvStream::ReadBytes() returns std::size_t, not sal_uLong
        
        Change-Id: I734e653343dcc563f1eb2312e5136fa5efe0f5fa
        Reviewed-on: https://gerrit.libreoffice.org/38701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-06-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [37d8ac12902506f4185e10f1de4f566dbaf53e42]

        tdf#108480: Undo from clone formating does not remove vertical alignment
        
        In the related change:
        d36aa2ba3132ce62a370b7260ca620642cbf7dbf
        wrong method was used to set cell properties, which does
        not handle undo actions, so use the proper function.
        
        Other issue was related to undo handling of vertical text
        alignment in general. In some cases undo actions were lost
        after user clicked out of the cell. It is because vertical
        alignment is not affecting the outliner and so the related
        undo actions were just dropped in EndTextEdit() method.
        
        Change-Id: I3a6a95fac711056a658a3dee616733939cd13330
        Reviewed-on: https://gerrit.libreoffice.org/38699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-06-12  Michael Stahl  <mstahl@redhat.com>  [93a288bd75d7caed46d6f29bf006f3d97a9602a9]

        svx: fix the std::unique_ptr that deletes itself twice
        
        It's good that the obviously error prone C++98 bare pointer was replaced
        with a modern C++11 std::unique_ptr - everyone knows that with such modern
        idioms memory management errors will be a thing of the past!
        
        (regression from commit e4e4d5713e248f02faf7aa6199b11e152973de8e)
        
            svxcorelo.dll!sdr::event::AsynchGraphicLoadingEvent::~AsynchGraphicLoadingEvent() Line 57       C++
            svxcorelo.dll!sdr::event::AsynchGraphicLoadingEvent::`scalar deleting destructor'(unsigned int)     C++
            svxcorelo.dll!std::default_delete<sdr::event::AsynchGraphicLoadingEvent>::operator()(sdr::event::AsynchGraphicLoadingEvent * _Ptr) Line 1608        C++
            svxcorelo.dll!std::unique_ptr<sdr::event::AsynchGraphicLoadingEvent,std::default_delete<sdr::event::AsynchGraphicLoadingEvent> >::reset(sdr::event::AsynchGraphicLoadingEvent * _Ptr) Line 1855     C++
            svxcorelo.dll!std::unique_ptr<sdr::event::AsynchGraphicLoadingEvent,std::default_delete<sdr::event::AsynchGraphicLoadingEvent> >::operator=(void * __formal) Line 1728      C++
            svxcorelo.dll!sdr::contact::ViewObjectContactOfGraphic::forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingEvent * pEvent) Line 231    C++
            svxcorelo.dll!sdr::event::AsynchGraphicLoadingEvent::~AsynchGraphicLoadingEvent() Line 59   C++
            svxcorelo.dll!sdr::event::AsynchGraphicLoadingEvent::`scalar deleting destructor'(unsigned int)     C++
            svxcorelo.dll!std::default_delete<sdr::event::AsynchGraphicLoadingEvent>::operator()(sdr::event::AsynchGraphicLoadingEvent * _Ptr) Line 1608        C++
            svxcorelo.dll!std::unique_ptr<sdr::event::AsynchGraphicLoadingEvent,std::default_delete<sdr::event::AsynchGraphicLoadingEvent> >::~unique_ptr<sdr::event::AsynchGraphicLoadingEvent,std::default_delete<sdr::event::AsynchGraphicLoadingEvent> >() Line 1820        C++
            svxcorelo.dll!sdr::contact::ViewObjectContactOfGraphic::~ViewObjectContactOfGraphic() Line 306      C++
            svxcorelo.dll!sdr::contact::ViewObjectContactOfGraphic::`scalar deleting destructor'(unsigned int)  C++
            svxcorelo.dll!sdr::contact::ObjectContact::~ObjectContact() Line 62 C++
            svxcorelo.dll!sdr::contact::ObjectContactOfPageView::~ObjectContactOfPageView() Line 72     C++
            svxcorelo.dll!sdr::contact::ObjectContactOfPageView::`scalar deleting destructor'(unsigned int)     C++
            svxcorelo.dll!SdrPageWindow::ResetObjectContact() Line 482  C++
            svxcorelo.dll!SdrPageWindow::~SdrPageWindow() Line 135      C++
        
        Change-Id: I989a800581e80befff3dcc37e7b8ffd370c2d7e8

2017-06-12  Julien Nabet  <serval2412@yahoo.fr>  [58bb9da339d61981d45cde8e38a2ce1ae33652c4]

        tdf#55631: DBASE import (take 2)
        
        if we can't read head db_frei part, let's also put by default
        m_eEncoding = RTL_TEXTENCODING_IBM_850;
        
        Change-Id: I97601ba4c782dcfc280e975cc4498ea68407dd48
        Reviewed-on: https://gerrit.libreoffice.org/38659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>

2017-06-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [c32952b2393ddd04fb5a00763a9e5e724b991bd7]

        Get rid of last remainders of SetPos nonsense
        
        Change-Id: I6ebff09322e40adfc616a9003424fd1d4ff748ce
        Reviewed-on: https://gerrit.libreoffice.org/38629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-12  jan Iversen  <jani@libreoffice.org>  [e7e02af3f98696d1bd11e8ec22b2454cae7d0f3f]

        iOS patch libetonyek
        
        support for arm64
        
        Change-Id: Ic8e78aaf6a72fa8bfc6971544414c84c29b0ec53

2017-06-12  jan Iversen  <jani@libreoffice.org>  [e42791983bae196d648b7f83336336c31487889e]

        iOS patch libebook
        
        support for arm64
        
        Change-Id: Ia3d9f63608fa62e26d93da15d882094dbee19e29

2017-06-12  jan Iversen  <jani@libreoffice.org>  [ca0bcd62b986a5d63e263cb95ccb325a5191269c]

        iOS, patch libcdr
        
        support for arm64
        
        Change-Id: I8d7bd37ce4c6ebde06b0662dd3d959337384d35e

2017-06-12  jan Iversen  <jani@libreoffice.org>  [a5f19b5fc210148dc54ec89dfd5e230aac5ac013]

        iOS patch libabw
        
        support for arm64
        
        Change-Id: Ia5a00ef55929a71e05e3547a7ac11e8ab876e953

2017-06-12  jan Iversen  <jani@libreoffice.org>  [f43ea5d5276be50c87ea764131fd4c82995c15fc]

        iOS patch librevenge
        
        Support for arm64
        
        Change-Id: Ibba1a9486b8eaee4bf3c0cf673dd4cc112d084e0

2017-06-12  jan Iversen  <jani@libreoffice.org>  [2487bc42780b698bcee3572422dd3585ee845eef]

        iOS hyphen patch
        
        Added support for arm64
        
        Change-Id: Ie48a463b0f0a8af98001fed592d59a8e7b0d0225

2017-06-12  jan Iversen  <jani@libreoffice.org>  [659d6b468b41692ebf0645596e39744f2e90621e]

        iOS, update hunspell "revert commit" patch
        
        Added support for arm64, by modifying the
        patch that reverts an earlier commit.
        
        Change-Id: If0d1920c1a91b3ad44c4ae9c299270b7806db811

2017-06-12  jan Iversen  <jani@libreoffice.org>  [5985bed1764358a515c378c80bb60b4d35bad6b1]

        iOS, harfbuzz libcoretext not found
        
        changed --with-libcoretext
        from "yes" to "auto" for IOS and MACOSX
        
        Change-Id: I032ad9975413709fdfaead745b63e04f0e0db27e

2017-06-12  jan Iversen  <jani@libreoffice.org>  [6685631ed9edcfded8e37a9df67afaed898e2afc]

        iOS patch liborcus
        
        Support for arm64
        
        Change-Id: Ie2289e4df9f90b7c31357ecfe859f087a7df9c5a

2017-06-12  jan Iversen  <jani@libreoffice.org>  [025faa3b755e52615b9a4621fd53ccf47afcac72]

        iOS, patch langtag
        
        Support for arm64
        
        Change-Id: I1f5d8a11f42026b08aa01a8a19059c18ff116c1c

2017-06-12  Dennis Francis  <dennisfrancis.in@gmail.com>  [637f7b50e4e8fbb56b4c552e28058bbdfcf85d5a]

        tdf#50916 : Refactor table1.cxx ScTable::GetNext*() methods
        
        Refactored ScTable::GetNextPos() and ScTable::GetNextMarkedCell()
        methods in table1.cxx for dynamic column container.
        
        Change-Id: I5dfe9e5b2236e6ede68119f4e1252610990e498b
        Reviewed-on: https://gerrit.libreoffice.org/38599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-12  Stephan Bergmann  <sbergman@redhat.com>  [af2d5119c620947da59434c6367514925ec75bb2]

        Use unique_ptr fro ScMergePatternState::pItemSet
        
        Change-Id: I672785b273eaa8862f43112d7f25ae495b65b0c7

2017-06-12  Eike Rathke  <erack@redhat.com>  [0f8670ecebcf2af9c98b805c5e446ff073354d92]

        Resolves: tdf#108413 yet some more TYPEDITEMLIST property entries
        
        ... which apparently need to be present to be able to override them. You
        also can have never enough macro names to obfuscate things for grep..
        
        Change-Id: Ic0bdcb71682136a537b3ce1c564f02f686f1ee9e

2017-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e9f0d3e68bfe1b46e0280815fb969280b1d19c9]

        Revert "uitest: disable failing part of manual_tests/calc.py"
        
        This reverts commit 8c59cfb6aad60c06271ac7ae3c124132bdf223c9. Turns out
        this was a problem for non-English locales only, and Markus fixed this
        in general in the meantime.
        
        Change-Id: I4bb487345b9de4ee637538bbb9d53faa98c7ec5f
        Reviewed-on: https://gerrit.libreoffice.org/38698
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-12  Stephan Bergmann  <sbergman@redhat.com>  [12e322e2732bdb904eac1615f96ad9318450cb59]

        Avoid use-after-free
        
        ...as seen in UITest_calc_demo:
        
        > ==1010== Invalid read of size 4
        > ==1010==    at 0x58DA550: __pthread_mutex_unlock_usercnt (/usr/src/debug/glibc-2.24-33-ge9e69e4/nptl/pthread_mutex_unlock.c:39)
        > ==1010==    by 0x58DA550: pthread_mutex_unlock (/usr/src/debug/glibc-2.24-33-ge9e69e4/nptl/pthread_mutex_unlock.c:324)
        > ==1010==    by 0x1085FB42: __gthread_mutex_unlock(pthread_mutex_t*) (/usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/x86_64-redhat-linux/bits/gthr-default.h:778)
        > ==1010==    by 0x10861414: std::mutex::unlock() (/usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/std_mutex.h:121)
        > ==1010==    by 0x10861901: std::unique_lock<std::mutex>::unlock() (/usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/std_mutex.h:323)
        > ==1010==    by 0x108604C6: std::unique_lock<std::mutex>::~unique_lock() (/usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/std_mutex.h:232)
        > ==1010==    by 0x1085FA5E: (anonymous namespace)::ExecuteWrapper::ExecuteActionHdl(Timer*) (/vcl/source/uitest/uno/uiobject_uno.cxx:103)
        > ==1010==    by 0x1085EDE7: (anonymous namespace)::ExecuteWrapper::LinkStubExecuteActionHdl(void*, Timer*) (/vcl/source/uitest/uno/uiobject_uno.cxx:85)
        > ==1010==    by 0x10715647: Link<Timer*, void>::Call(Timer*) const (/include/tools/link.hxx:84)
        > ==1010==    by 0x107154A6: Timer::Invoke() (/vcl/source/app/timer.cxx:89)
        > ==1010==    by 0x106D3841: ImplSchedulerData::Invoke() (/vcl/source/app/scheduler.cxx:46)
        > ==1010==    by 0x106D3D28: Scheduler::ProcessTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:159)
        > ==1010==    by 0x107040EF: ImplYield(bool, bool, unsigned long) (/vcl/source/app/svapp.cxx:508)
        > ==1010==    by 0x106FE9A7: Application::Yield() (/vcl/source/app/svapp.cxx:558)
        > ==1010==    by 0x106FE92A: Application::Execute() (/vcl/source/app/svapp.cxx:458)
        > ==1010==    by 0x513F498: desktop::Desktop::DoExecute() (/desktop/source/app/app.cxx:1354)
        > ==1010==    by 0x5141660: desktop::Desktop::Main() (/desktop/source/app/app.cxx:1698)
        > ==1010==    by 0x10711884: ImplSVMain() (/vcl/source/app/svmain.cxx:192)
        > ==1010==    by 0x10713197: SVMain() (/vcl/source/app/svmain.cxx:230)
        > ==1010==    by 0x51AEDF7: soffice_main (/desktop/source/app/sofficemain.cxx:166)
        > ==1010==    by 0x40091C: sal_main (/desktop/source/app/main.c:48)
        > ==1010==    by 0x4008F6: main (/desktop/source/app/main.c:47)
        > ==1010==  Address 0x2ccca4e8 is 72 bytes inside a block of size 96 free'd
        > ==1010==    at 0x4C2F21A: operator delete(void*) (/builddir/build/BUILD/valgrind-3.12.0/coregrind/m_replacemalloc/vg_replace_malloc.c:576)
        > ==1010==    by 0x1085FA55: (anonymous namespace)::ExecuteWrapper::ExecuteActionHdl(Timer*) (/vcl/source/uitest/uno/uiobject_uno.cxx:102)
        > ==1010==    by 0x1085EDE7: (anonymous namespace)::ExecuteWrapper::LinkStubExecuteActionHdl(void*, Timer*) (/vcl/source/uitest/uno/uiobject_uno.cxx:85)
        > ==1010==    by 0x10715647: Link<Timer*, void>::Call(Timer*) const (/include/tools/link.hxx:84)
        > ==1010==    by 0x107154A6: Timer::Invoke() (/vcl/source/app/timer.cxx:89)
        > ==1010==    by 0x106D3841: ImplSchedulerData::Invoke() (/vcl/source/app/scheduler.cxx:46)
        > ==1010==    by 0x106D3D28: Scheduler::ProcessTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:159)
        > ==1010==    by 0x107040EF: ImplYield(bool, bool, unsigned long) (/vcl/source/app/svapp.cxx:508)
        > ==1010==    by 0x106FE9A7: Application::Yield() (/vcl/source/app/svapp.cxx:558)
        > ==1010==    by 0x106FE92A: Application::Execute() (/vcl/source/app/svapp.cxx:458)
        > ==1010==    by 0x513F498: desktop::Desktop::DoExecute() (/desktop/source/app/app.cxx:1354)
        > ==1010==    by 0x5141660: desktop::Desktop::Main() (/desktop/source/app/app.cxx:1698)
        > ==1010==    by 0x10711884: ImplSVMain() (/vcl/source/app/svmain.cxx:192)
        > ==1010==    by 0x10713197: SVMain() (/vcl/source/app/svmain.cxx:230)
        > ==1010==    by 0x51AEDF7: soffice_main (/desktop/source/app/sofficemain.cxx:166)
        > ==1010==    by 0x40091C: sal_main (/desktop/source/app/main.c:48)
        > ==1010==    by 0x4008F6: main (/desktop/source/app/main.c:47)
        
        Change-Id: Ie95bf07f2fcd9420c9c24e6829272430895957a6

2017-06-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [893fe19fcdf5d3edefc4b19a021ebc2b11f5ab9f]

        next version will be 6.0, not  5.5
        
        Change-Id: Iaf10adce17f129c564e1f1ba4ca811b9274618fc
        Reviewed-on: https://gerrit.libreoffice.org/38575
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d4d737d5616f1246e770c1a377fba9288e6ec7ea]

        Fix typos
        
        Change-Id: Ib2ba32d48d3df16b0b20deea84416fe15a2d7176
        Reviewed-on: https://gerrit.libreoffice.org/38650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Gulsah Kose  <gulsah.1004@gmail.com>  [ed715a460254e4d72c78ff6eb244a9fc6692e2a6]

        tdf#95883 Select Unprotected Cells in Calc
        
        Change-Id: I20a71f66154675de9c2c47ff32e859c899fe9103
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/37424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-12  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [7260bb7160fe58ac63b6b5dd9a322805b1eacab4]

        Setting Buffered(threaded)Stream as default:
        
        Also cleaning up bUseBufferedStream parameter.
        
        Change-Id: Ibf9c9fcefbdcd229ffaa1d3b169ff87f00e91ceb
        Reviewed-on: https://gerrit.libreoffice.org/38661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [febbad7263ea25b76f4e53d2f136693a52207a1c]

        cleanup unused css/frame/* includes
        
        Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65
        Reviewed-on: https://gerrit.libreoffice.org/38633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [90e83ba599cfe4872d9adfc6b4984b03e635f757]

        tdf#103311 Conditionally disable Next button on MM Wizard page 4
        
        The user has to set up either an address block on page 3 or
        a greeting on page 4 to be able to progress to page 5.
        The 5th page is already disabled if these are not enabled
        but the Next button on page 4 is always enabled.
        
        Now the Next button gets enabled/disabled if the 5th page
        is enabled/disabled by UpdateRoadmap().
        
        Change-Id: If216d935ebebb3fc6a4e1488ec2dfc716db41c3e
        Reviewed-on: https://gerrit.libreoffice.org/38610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-12  Julien Nabet  <serval2412@yahoo.fr>  [57ae8834c8313354477117b65d87c86407f6bf82]

        tdf#106423: dbase file can have no records
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=4e3ff19b33c84557fd20e68960499933b4e52638
        tdf#84834 sc: stricter type detection for dBASE files
        
        Log test file from tdf#84834 still opens in Writer as expected
        
        Change-Id: Ibf5a0f586e3a132455d2363e61e5cc7ea249002d
        Reviewed-on: https://gerrit.libreoffice.org/38660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Thomas Beck  <thomas.beck@cib.de>  [8a71a2a843c31e5eeb5ae4b08ee861ba8f2c4516]

        tdf#108055 RTF: Header and Footer are added multiple times.
        
        Made it so Header/Footer of a certain section can only be added once.
        This change should only affect RTF-Files.
        
        Added Unittest
        
        Change-Id: I55025984e343d04da7fc0f201164ef39e3a26202
        Reviewed-on: https://gerrit.libreoffice.org/37814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [3c354ea9ed8158143110fda56af22d12e750fc2f]

        tdf#43157 - salhelper: convert from OSL_ASSERT to assert
        
        Change-Id: I8691a627bbf78ce83db595053d6e254557641408
        Reviewed-on: https://gerrit.libreoffice.org/38506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd0ca411ee6963d575e16397a7a11549a5ca2ebe]

        sw: prefix members of SwNoteProps
        
        Change-Id: If1d50504d9d7efcb0f6b1b5ddf570d3016f40be5
        Reviewed-on: https://gerrit.libreoffice.org/38686
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-12  Michael Stahl  <mstahl@redhat.com>  [daa2e16d2f874508257a809aee183ffd7fd8eacf]

        sw: GCC still complains about "multi-line comment" [-Werror=comment]
        
        Apparently a trailing space after the "\" does not prevent the warning?
        
        Let's work around harder...
        
        Change-Id: I05239697b26cd53df719ed520826db60a7805417

2017-06-12  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [3b05c3b4b4b6c3891b4b7e88d91889cf327a34a8]

        Refactor create layout cache in status bar
        
        Create SalLayout in StatusBar instead of getting cache through output
        parameter.
        
        Pass cache as a constant to the output device afterwards.
        
        Results in a more readable code, with more evident memory management.
        
        Change-Id: I4f949ea8f390b31379f661d611a183ceb3d91c25
        Reviewed-on: https://gerrit.libreoffice.org/38651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-06-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [23cf6dbe4d35d0d9beeaa2193247c6f67a869c66]

        tdf#108427 Direct cursor: Add option to insert only spaces
        
        Change-Id: I1136688ec8af44c533f4dd40a9a4b24ea59992ef
        Reviewed-on: https://gerrit.libreoffice.org/38685
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-12  Thomas Beck  <thomas.beck@cib.de>  [a691c1e0405993e8cb40212d532d66c08184da2c]

        tdf#39468 translate german comments, removing redundant ones
        
        Translated remaining german comments in ww8par5.cxx
        
        Change-Id: I7a21f0f0424e821cd5350c776dcab58658a0a24b
        Reviewed-on: https://gerrit.libreoffice.org/38687
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Stephan Bergmann  <sbergman@redhat.com>  [32119d28ef2fb0bc6a401128edc3b863cce0d06b]

        Fix unclear comment
        
        ...after 5312da481ea8e25f06a7a0b725001b40069af081 "Translate German comments and
        debug strings (leftovers in dirs j... to q...)"
        
        Change-Id: I4155abb0a2d3d58b92be6835b8e9de37d2a19cfd

2017-06-12  Jens Carl  <j.carl43@gmx.de>  [9b64588d827bbf59d7c82e26e0339615bc38111e]

        tdf#39468 Translate German comments/terms sw/source/filter/html/htmlform.cxx
        
        Change-Id: I40a32dd04cfffda02b1418664f40295929e91fcc
        Reviewed-on: https://gerrit.libreoffice.org/38622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Johnny_M <klasse@partyheld.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Johnny_M  <klasse@partyheld.de>  [5312da481ea8e25f06a7a0b725001b40069af081]

        Translate German comments and debug strings (leftovers in dirs j... to q...)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "j" to "q".
        
        Additionally:
        - A few spelling fixes
        
        Change-Id: I5abf71dde3efc0dbaad162c705c6dc17af50f6c1
        Reviewed-on: https://gerrit.libreoffice.org/38613
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-12  Tor Lillqvist  <tml@collabora.com>  [6b3722c2cc21bd80758ecb00b4d823d4dbb30af4]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I0a7565e2cc666151440d9fdb0a0e7b90263a88e5

2017-06-12  Caolán McNamara  <caolanm@redhat.com>  [f11818696a6b810a16c8b13707d76d5c358036e5]

        skip copying tile when we don't need to
        
        Change-Id: I137c69b7217801a6c86634f7e44e363ef73fd9de
        Reviewed-on: https://gerrit.libreoffice.org/38667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9cdeee3a7740b4f1f28611f4db3bd5d8326c71ce]

        use the shared path code
        
        Change-Id: I046b8f497b78c4067abbf22180edb1b210020f4e
        Reviewed-on: https://gerrit.libreoffice.org/38684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64179a5c91ce32d994aad0847cdd728eb473507d]

        better variable names
        
        Change-Id: I14e667f10ae472f24fbb6107eee449ff9cf7f4a4
        Reviewed-on: https://gerrit.libreoffice.org/38683
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d186e5b0843fc90d587d2bf8199f71f12ab7829]

        make it easier to extend the response
        
        Change-Id: I95d60fe38bbb16c502eccaae3bc25a35dd269d1a
        Reviewed-on: https://gerrit.libreoffice.org/38682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [476cc2085ff1cecb47639052750034fc49af3fcc]

        use the shared path code
        
        Change-Id: I02cc24d7a9e3b679a7bd883cd7085682063520ee
        Reviewed-on: https://gerrit.libreoffice.org/38681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21f5966f123e20251a3ab7535b669693be1d8e6a]

        remove debug print statement
        
        Change-Id: I419dd9311bc4fbb9fcd2e73a83c5272ecbec242d
        Reviewed-on: https://gerrit.libreoffice.org/38680
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42aac9ef70d459dc85cb77333a08a4c9ab52955c]

        better updater logging
        
        Change-Id: I6012f2159d058cbb2afb4b685badb8c870adf07b
        Reviewed-on: https://gerrit.libreoffice.org/38679
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2b1ff4ab1ed7c4a6455401fd1ef6ddaf908538f]

        sw, xmlsecurity: indentation fixes
        
        Change-Id: I3bc916c8318b63a829ec391a72976829815fa987

2017-06-12  jan Iversen  <jani@libreoffice.org>  [69594d539795cfc267bc6880319c6558dcabf119]

        configure.ac back again.
        
        Readded changes to configure.ac, after seeing that
        the android builds.
        
        This is not the ideal way to check that a tinderbox builds
        correctly, but currently we have no other options.
        
        Change-Id: I48f898131e2f506db67507d43f4a896748f98c81

2017-06-12  Arnaud Versini  <arnaud.versini@gmail.com>  [a7532d8f061986c2e828df32f47f1fee1a339a14]

        Remove VCLExternalSolarLock and IMutex.
        
        Next step is to remove OContextEntryGuard.
        
        Change-Id: I9460fb67fba6f3bfb3c809b730c33f38d225a64e
        Reviewed-on: https://gerrit.libreoffice.org/38411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0b8c2c72c988488895d74d1bb36e60378283a4da]

        replace double checked locking patterns in getTypes macros
        
        with thread safe local statics
        
        Change-Id: Ie7c44fb35ba0b24e154631a4805463230e2c69e7
        Reviewed-on: https://gerrit.libreoffice.org/38662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4e4d5713e248f02faf7aa6199b11e152973de8e]

        clang-tidy readability-delete-null-pointer
        
        which in turn triggered some loplugin:useuniqueptr
        
        Change-Id: I0c38561fc9b68dac44e8cf58c8aa1f582196cc64
        Reviewed-on: https://gerrit.libreoffice.org/38281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4eabd5da8ea3b5ac40659c22cde19b26b3c002b]

        pass comphelper::PropertySetInfo around using rtl::Reference
        
        and remove some manual ref counting
        
        Change-Id: Ib78122fbbf914e87e0aef1f8fffe3952639e5b22
        Reviewed-on: https://gerrit.libreoffice.org/38607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-12  jan Iversen  <jani@libreoffice.org>  [089ff7a374df9870c506c36720a1b9cab3a252f6]

        Android tinderbox build breaker
        
        add openssl library back for Android static link
        
        Change-Id: I7ac5c3f9c00060f926f03fb21d8fa5e87b928c71

2017-06-12  jan Iversen  <jani@libreoffice.org>  [b3559e5c6ce036b1a4fe96c0ffc935e0c94a7b10]

        iOS, patch harfbuzz
        
        Add support for arm64
        
        Change-Id: Icfc47b0c3b600ea3d26c40741c933028e8e9c47d

2017-06-11  Julien Nabet  <serval2412@yahoo.fr>  [6a24160894e91c007d4a2f8ef193eed670909ea5]

        tdf#80671: mediawiki, no superscript tags allowed in footnotes
        
        Change-Id: I54c2cc0fc6b2a9c631fc83f59c2204dd5e374d2c
        Reviewed-on: https://gerrit.libreoffice.org/38666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-11  Caolán McNamara  <caolanm@redhat.com>  [06bd2ca592bb9b86f45ab0aef9953636aeb645bb]

        refactor fuzzer army a bit
        
        the core lib has grown sufficiently large that the fuzzing tooling
        complains of too many instrumented conditions so split things
        up to hopefully fit again
        
        Change-Id: I58899d143925f958aec95b5f213c2dc75a6686ec
        Reviewed-on: https://gerrit.libreoffice.org/38647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-11  Caolán McNamara  <caolanm@redhat.com>  [f86a24c0b9d705ea0f9736969b4247736cfd69ad]

        Revert "nPoolId already points to STR_POOLCOLL_TOX_AUTHORITIES1 at this point"
        
        it does on the first loop, but the same poolid is wanted on subsequent loops
        
        This reverts commit 6414389f8d95e76dcdf2bd9a7c2fa6dc9acd304d.

2017-06-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b587fb27f4f9fb85b9f0a0cc7c8708df83cb9ac2]

        Fix typo in codes
        
        Change-Id: If52ff2c0bb4c8a703e883f25d0ba567236cbe479
        Reviewed-on: https://gerrit.libreoffice.org/38609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5f90f9c436da0a8fee18fc8997ee76375fb33b80]

        Fix typos
        
        enviroment -> environment
        
        Change-Id: I08b95367fbd45f7f785121df33533c0ee7ee331f
        Reviewed-on: https://gerrit.libreoffice.org/38649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5c1aedccd2a96d0ecd51f477d2f2b68f50d61338]

        Fix typos
        
        Change-Id: I81740a3ff9474e971556e9e7d4aa245151163d0e
        Reviewed-on: https://gerrit.libreoffice.org/38608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-11  Jean-Pierre Ledure  <jp@ledure.be>  [cc6f5af10725f16c659d639857eb80b771f44b9c]

        Access2Base - Correct handling of empty arrays in UtilProperty
        
        Avoid runtime error when storing an empty array
        (undocumented API)
        
        Change-Id: I3f8d31300dec365d7028dcd6bd9de2b24b2e0c4c

2017-06-11  Caolán McNamara  <caolanm@redhat.com>  [756e090b7fb618402d2e8d25f13acba5416536d4]

        logging the simple message is sufficient
        
        Change-Id: I84bced2b8dd92082f4777e00261ac87752278527

2017-06-11  Caolán McNamara  <caolanm@redhat.com>  [ccd22d24e6271272e1f5acfd207671bd1cc78fb9]

        move unlocalized pricing strings into source
        
        and each string array is always 1 string in length, so simplify
        a little based on that
        
        Change-Id: I822dbe884608a935ff2cf86c059c558ee9ad4d4b
        Reviewed-on: https://gerrit.libreoffice.org/38644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-11  jan Iversen  <jani@libreoffice.org>  [27a8afdf93a86ec18f794362ac8329d0b5eb8a1f]

        undo touch of ANDROID build
        
        tinderbox had a problem with android build due to test message
        removed
        
        Change-Id: I2ab101dd037257be16eb2771f65e78794bad4489

2017-06-11  jan Iversen  <jani@libreoffice.org>  [23f9afdce0ff244481345171cdff54fe807a212e]

        iOS, solved coinmp buildbreaker
        
        Patch was added in wrong sequence.
        
        Change-Id: I4d700d0f9591dbb43c738ef69f823488b9c3162c

2017-06-11  jan Iversen  <jani@libreoffice.org>  [cdc3ddb487fe5ab164075eafe19e5dc7e83ba7b5]

        iOS, updated configure.ac to allow native armv7 and arm64
        
        Added manual sizeof since AC_CHECK_SIZE does not work
        
        bypassed clang test for static initializers (works for i386)
        
        Change-Id: Ia766ee980c1184767315cbd476750cd0c82c7263

2017-06-11  jan Iversen  <jani@libreoffice.org>  [a18351ae2c90ff88cc9134ef3308fc2315ebcc09]

        iOS, coinmp patch (addon)
        
        support for arm64, in submodules as well
        
        Change-Id: Idc13b03d2fcc9bcf11fe4dadc0fc298a9871848f

2017-06-11  jan Iversen  <jani@libreoffice.org>  [ef8ed59a5c20206b8d9b9d92434614b381639bf5]

        iOS, exttextcat patch
        
        support for arm64
        
        Change-Id: I4e92c55253fba95944972401bbb948caf1ea903e

2017-06-11  jan Iversen  <jani@libreoffice.org>  [3e2d4224c64fffac63b2e89a340a31118113d44b]

        iOS coinmp patch
        
        add support for arm64
        
        Change-Id: I76dc00058abd27b8e022ffcd0d68ff00446ebeb6

2017-06-11  jan Iversen  <jani@libreoffice.org>  [2a48fd3fbb649218f66a58e70ad904411883c63d]

        allow build without tls and ssl
        
        support for using
        --disable-openssl AND --without-tls
        
        (needed if you want to avoid including crypto code).
        
        Change-Id: I77650e9db679ddf1690560eda069d8645acacfc4
        Reviewed-on: https://gerrit.libreoffice.org/38604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-06-11  jan Iversen  <jani@libreoffice.org>  [2a6894e05cb8b35376c47ad6301f4dc8deb56fc0]

        iOS, support for armv7 and arm64 in configure.ac
        
        This is the first patch in a serie, to get the iOS toolchain
        to actually produce the right code for simulator as well as
        iPhone (old models) and iPad (all models)
        
        Changes:
        --enable-ios-simulator removed no longer needed
        --enable-64-bit is no longer needed for iOS builds
        
        --host and --build no longer support arm-darwin.... but
        instead support armv7-darwin and arm64-darwin
        
        e.g.
        --host=armv7-darvin...
        --build=i386-darwain...
        
        builds iOS for the simulator in 32 bit mode.
        The works, the other modes (64bit simulator, native armv7 and arm64)
        are still highly experimental
        
        dist will be updated when all modes work.
        
        Change-Id: I82477d8415a4d62803da0fc80da6890d5db542d5
        Reviewed-on: https://gerrit.libreoffice.org/38576
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-06-11  jan Iversen  <jani@libreoffice.org>  [e1b98561d3f48d0382c968b42e555038d88c3337]

        iOS, patch for expat
        
        Support for arm64
        
        Change-Id: Iedac1ee7d1b2ba7976ae56fdf24dd66d99f16264

2017-06-11  jan Iversen  <jani@libreoffice.org>  [85bef3844080816e818263bcbaadfff928618748]

        iOS, patch for libxml2
        
        Added support for arm64
        
        Change-Id: Ibd13dc2c56e2caffd97b1f3b78caece2d331b51c

2017-06-11  Julien Nabet  <serval2412@yahoo.fr>  [1cb3100db964be082ce2eb86a20a38193ad51fb1]

        Revert "tdf#55631: DBASE import with CP850 encoding"
        
        This reverts commit 9fe9685627c51926459a897594ead9f64deee579.
        
        Will propose a new fix
        
        Change-Id: I5c4eb38453251d2c2243ee1bae8841428c8780bf
        Reviewed-on: https://gerrit.libreoffice.org/38658
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-11  jan Iversen  <jani@libreoffice.org>  [0300615274c15a4392f10979ea13741ea6e775bf]

        iOS lcms2 support for arm64
        
        Added patch to support arm64
        
        Change-Id: Ie5d9ea3f3bed6e8f3142f0209a0068bb698a3960

2017-06-11  jan Iversen  <jani@libreoffice.org>  [c45f2f0940770ef09664f1a10cc874ce979bce08]

        iOS, patch to jpeg-turbo
        
        Patch allowing cputype arm64
        
        Change-Id: Idca7d40a4186cd724599af8b4b9891f9f876aa31

2017-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62a8ad385fe5644583a465debcc42db917afed56]

        add a way to manually test the automatic updater with a simple test project
        
        This reduced my development iterations from around 15 minutes to a few seconds.
        
        Change-Id: I758a3e534862e8feca2544ee9e80f0330d06b992

2017-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bad96903a39ab37a1feee483e98ac16560b94d2b]

        fix automatic updates with user profile in installation dir
        
        Change-Id: Ice8b73b1e80ce48e14be854b29b55c037b34f981

2017-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38b3fb2a9354989db1fa8909bae163b282066f69]

        start adding my local documentation to the onlineupdate README
        
        This is still quite confusing as I'm still confused myself with the user profile in the installation directory.
        
        Change-Id: I77f56918d51069ec6c6967339e7e03de4f1a7e4a

2017-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efa3ef666f1bc25602e5bee1d75ceb7d545dd5aa]

        support executables in vim-ide-integration
        
        Change-Id: Ib8827ff7ae00477269c7b47ec75ebdb41595d672

2017-06-10  Julien Nabet  <serval2412@yahoo.fr>  [e34b02834b24be4062ffd535aa1b929481ff427e]

        tdf#97743: mediawiki account
        
        To find main url in header section, search link containing:
        - load.php
        - or opensearch_desc.php
        
        In Wikipedia or wiki.documentfoundation.org, I haven't seen any link with index.php
        
        Change-Id: Iccb27aa8aaaf936faf8ec3b3f67eaa98d0426f19
        Reviewed-on: https://gerrit.libreoffice.org/38631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [b80935d5c45f26876d9fa2718c7a6b9a469b12cf]

        various extensions to REDLINE_ sequence not reflected in related resources
        
        i.e.
        
        commit e52f14efaa53b496599b51fb064a933183731fca
        Author: Adam Co <rattles2013@gmail.com>
        Date:   Sun Dec 8 17:14:14 2013 +0200
        
            Export redline 'paragraph formatting changes' back to DOCX
        
             const RedlineType_t REDLINE_FMTCOLL = 0x4;// Style has been altered (Autoformat!).
        +    const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph attributes have been changed
        
        commit d688069023959ab97d14eb1dbfd5bf6ad3c1b160
        Author: Adam Co <rattles2013@gmail.com>
        Date:   Mon Feb 3 17:44:22 2014 +0200
        
            Add support for 'Table Row Redlines' in SW core
        
             const RedlineType_t REDLINE_PARAGRAPH_FORMAT = 0x5;// Paragraph attributes have been changed.
        +    const RedlineType_t REDLINE_TABLE_ROW_INSERT = 0x6;// Table row has been inserted.
        +    const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has been deleted.
        
        commit 06a887ca92f35b4e44dfc638a9a444fc636bc9d0
        Author: Adam Co <rattles2013@gmail.com>
        Date:   Wed Feb 5 13:37:45 2014 +0200
        
            Add support for 'Table Cell Redlines' in SW core
        
             const RedlineType_t REDLINE_TABLE_ROW_DELETE = 0x7;// Table row has been deleted.
        +    const RedlineType_t REDLINE_TABLE_CELL_INSERT = 0x8;// Table cell has been inserted.
        +    const RedlineType_t REDLINE_TABLE_CELL_DELETE = 0x9;// Table cell has been deleted.
        
        all extend the REDLINE_* ranges, and SwRedlineData::GetDescr just adds GetType() of a value
        in that range to the STR_UNDO_REDLINE_INSERT baseline which just maps the new values to
        arbitrary unrelated strings
        
        Change-Id: I44d5050ef012ac44346a7164b89a2773fb33d4dc
        Reviewed-on: https://gerrit.libreoffice.org/38642
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-10  Julien Nabet  <serval2412@yahoo.fr>  [c7874d890d55e9736b065c8396d65438a57b55ad]

        Typo in mediawiki: height and width mixed
        
        It'll change nothing since InsertThrobber function (which contains these args)
        are called with value=10 for both vars
        Just for sanity sake then
        
        Change-Id: Ie084a5a3cb15a121574aa0d06b43f1a6d34c0d09
        Reviewed-on: https://gerrit.libreoffice.org/38639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [d02f6828c6c31671f9f71537bb5e6ac3d3a15328]

        there are *two* STR_REDLINE_INSERT sequences
        
        rename one of them to disambiguate
        
        Change-Id: I83eb6960bdb21c8ab04e62afd1427c8cc5731336
        Reviewed-on: https://gerrit.libreoffice.org/38638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-10  jan Iversen  <jani@libreoffice.org>  [fb61026d41fd4d4fc24c151e833e2a8ae2a78d9f]

        iOS icu4c patch file added
        
        Added support for arm64 in the icu4c configuration
        (done in form of a patch to the original)
        
        Change-Id: I96508c29261531a24ae946b247b18c55d6259f51

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [67bf2dd287597cf76f310c34f8178b07dd62bd12]

        coverity#1412145 Result is not floating point
        
        Change-Id: Ia2b4c4f14f5a59dd5d24c0d0749922e0d190f53a
        Reviewed-on: https://gerrit.libreoffice.org/38635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [47a2ae73afc1181f0581febf9808e0c0a3dd94c6]

        re-add quattro pro fuzzer
        
        Change-Id: Idcd7efaed2a87c727712bb00ddfbf8ed8f5ed34d

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [595740608f3a405667e5b47d82d8ed69728564b1]

        logging the simple message is sufficient
        
        Change-Id: I04ad6cb063af53f79245f923c022f3f9cd3abebd

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [7ceb90d059e62a832f4f8db10c05a5e175ebaee8]

        coverity#1397206 Resource leak
        
        Change-Id: I66f912cfc88a0122c6c23f149040277b738d9d78
        Reviewed-on: https://gerrit.libreoffice.org/38636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-10  Caolán McNamara  <caolanm@redhat.com>  [2802dca10eef67554a81cb2347d5f648fa6fcd63]

        coverity#1405937 rework to silence Uncaught exception
        
        Change-Id: I89be5a53b5282130fd399a17ebe1a03ea75009e5

2017-06-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2347dcf3ba47aa784868ddfc855f34a5344b4de0]

        UnoControls: inline defines or convert to enum
        
        and remove needless local statics
        
        Change-Id: Iaa2d7776d439a824e521d0bb7ef51a9f8e44c009
        Reviewed-on: https://gerrit.libreoffice.org/38595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-10  Rene Engelhard  <rene@debian.org>  [eb3bcfff0e513c427f1ff69d65d6671f7b4aaab5]

        Revert "use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8"
        
        This reverts commit dc141130cde07e6fd2664972d214f2cbbf859f06.
        
        moggi/cloph insist on that it should be en_US.UTF-8 and people should
        either just use that or use locale-gen. Will give problems in chroot,
        but... *shrugs*

2017-06-10  Julien Nabet  <serval2412@yahoo.fr>  [8ab2c4b6807bbdabd2cf72a93e0168220bea79d6]

        DBase, encodings mixed
        
        See https://bz.apache.org/ooo/show_bug.cgi?id=18728#c7
        101 - 866 MS-DOS, Russian
        102 - 865 MS-DOS, Nordic
        taken as reference by Muthu Subramanian
        who also added some other encodings with
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=b00c4ec0967f8712d721b31ccb2dd0778c9e973b
        
        Also https://msdn.microsoft.com/en-us/library/aa975345%28v=vs.71%29.aspx
        865 Nordic MS-DOS x66
        866 Russian MS-DOS x65
        
        Change-Id: Iea494bed07d8050fd60e24ffea153ce911c27c8c
        Reviewed-on: https://gerrit.libreoffice.org/38618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-10  Rene Engelhard  <rene@debian.org>  [dc141130cde07e6fd2664972d214f2cbbf859f06]

        use LIBO_LANG=C.UTF-8 instead of en_US.UTF-8
        
        since the first does exist just with pure chroots wihout (generated)
        locales, the latter not.
        
        Change-Id: I67c9e4652ee69e0c1edd3da631d65cfcd7a5dc35

2017-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b96180cb9bbec90b0faaf61c78c71bd4f6499e40]

        uitest: set en_US.UTF8 for the LibreOffice instance
        
        Change-Id: If4726804c2b967582cbf1a4e816c1c7bee01aeeb
        Reviewed-on: https://gerrit.libreoffice.org/38626
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7071589519f3bc63d27941ea38332b4212dde101]

        improve description
        
        Change-Id: I59060690b7ed138987df07adf174cf43fadbae77
        Reviewed-on: https://gerrit.libreoffice.org/38624
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8eb92c9a968d1c3855da0fd15745e0f10810eadd]

        -Werror=unused-variable
        
        Change-Id: I98af7f2f6f14555eda8a20c49a614401685b6eb5
        Reviewed-on: https://gerrit.libreoffice.org/38625
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-10  Julien Nabet  <serval2412@yahoo.fr>  [9fe9685627c51926459a897594ead9f64deee579]

        tdf#55631: DBASE import with CP850 encoding
        
        Don't consider RTL_TEXTENCODING_IBM_850 as RTL_TEXTENCODING_DONTKNOW
        partially reverts https://cgit.freedesktop.org/libreoffice/core/commit/?id=b00c4ec0967f8712d721b31ccb2dd0778c9e973b)
        
        Indeed DBaseImport method is only called from ScDocShell::ConvertFrom (sc/source/ui/docshell/docsh.cxx)
        it calls it with "ScGlobal::GetCharsetValue(sItStr)"
        sItStr is initialized with these lines:
           1272             if ( pSet && SfxItemState::SET ==
           1273                  pSet->GetItemState( SID_FILE_FILTEROPTIONS, true, &pItem ) )
           1274             {
           1275                 sItStr = static_cast<const SfxStringItem*>(pItem)->GetValue();
           1276             }
           1277
           1278             if (sItStr.isEmpty())
           1279             {
           1280                 //  default for dBase import (from API without options):
           1281                 //  IBM_850 encoding
           1282
           1283                 sItStr = ScGlobal::GetCharsetString( RTL_TEXTENCODING_IBM_850 );
           1284             }
        
        In our case, Calc asks for encoding and we provide RTL_TEXTENCODING_IBM_850
        so we're not even sure sItStr could be empty after the first if
        
        Change-Id: I023b89a98d6430300ac147353ad6cbed1f2d3410
        Reviewed-on: https://gerrit.libreoffice.org/38620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-10  Dennis Francis  <dennisfrancis.in@gmail.com>  [a680f6988482f13489d6c802b6078d43564ae934]

        tdf#50916 : More refactoring in table1.cxx
        
        Refactored ScTable::FindNextVisibleColWithContent() and
        ScTable::FindAreaPos() for dynamic column container.
        
        Change-Id: I5afdbe98d4f0eb69f42b56308b57b87777861740
        Reviewed-on: https://gerrit.libreoffice.org/38556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-10  Eike Rathke  <erack@redhat.com>  [076ed447f694239d5c67adee528ea6e471d909ff]

        Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874
        
        Change-Id: Ie833716fcde0b82dcaa2e5b66deb2952ee912b7f

2017-06-10  Eike Rathke  <erack@redhat.com>  [c47fc935a135b4728b452d6f94a856040552a90c]

        COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference arrays, tdf#58874
        
        Change-Id: I3959d67bd206f68ba1d20499d919838773b2e7df

2017-06-10  Michael Stahl  <mstahl@redhat.com>  [2d2af57bc0406cd3afd376dd3c92be112b8c9603]

        sw: DisableCallbackAction in a bunch more places
        
        ... to prevent recursive layout.
        
        Change-Id: I4a7cdcebe77bd7d8d16c721765ad5eb171e84619

2017-06-10  Michael Stahl  <mstahl@redhat.com>  [d76fa3f5a5ae1d781ddd7457607a5773373d4f01]

        sw: use DisableCallbackAction here also
        
        This should also fix tdf#91602 and appears more consistent.
        
        Change-Id: Ic0a227d01f45b01b5cfb511d12b71b3b3aa84a05

2017-06-10  Michael Stahl  <mstahl@redhat.com>  [2ca0360a6c75959bf61bd2ee0ef96b2729369a15]

        tdf#108118 sw: fix recursive layouting during SwCursorShell::Paint()
        
        The problem, in a nutshell, is that SwDrawContact::Changed() is called
        during layout, and recursively starts another layout that removes a
        drawing object that is being iterated over in frame #28
        SwObjectFormatter::FormatObjsAtFrame_() from the layout.
        
        Apparently SwDrawContact::Changed() is by far the most dangerous
        function to call during layout; set the quite targeted flag
        SetCallbackActionEnabled() to prevent the recursion.
        
        0  SwSortedObjs::Remove(SwAnchoredObject&) (this=0x73e4a00, _rAnchoredObj=...) at sw/source/core/layout/sortedobjs.cxx:228
        1  SwFrame::RemoveDrawObj(SwAnchoredObject&) (this=0x9430e20, _rToRemoveObj=...) at sw/source/core/layout/fly.cxx:2076
        2  SwDrawVirtObj::RemoveFromWriterLayout() (this=0x95ce130) at sw/source/core/draw/dcontact.cxx:2199
        3  SwDrawContact::DisconnectObjFromLayout(SdrObject*) (this=0x70fef00, _pDrawObj=0x95ce130) at sw/source/core/draw/dcontact.cxx:1663
        4  SwLayoutFrame::DestroyImpl() (this=0x91c6c60) at sw/source/core/layout/ssfrm.cxx:489
        5  SwFrame::DestroyFrame(SwFrame*) (pFrame=0x91c6c60) at sw/source/core/layout/ssfrm.cxx:389
        6  SwLayoutFrame::DestroyImpl() (this=0x9435cd0) at sw/source/core/layout/ssfrm.cxx:500
        7  SwPageFrame::DestroyImpl() (this=0x9435cd0) at sw/source/core/layout/pagechg.cxx:270
        8  SwFrame::DestroyFrame(SwFrame*) (pFrame=0x9435cd0) at sw/source/core/layout/ssfrm.cxx:389
        9  SwRootFrame::RemovePage(SwPageFrame**, SwRemoveResult) (this=0x36b26f0, pDelRef=0x7ffeafbf2e38, eResult=SwRemoveResult::Prev) at sw/source/core/layout/pagechg.cxx:1351
        10 SwRootFrame::RemoveSuperfluous() (this=0x36b26f0) at sw/source/core/layout/pagechg.cxx:1426
        11 SwLayAction::InternalAction(OutputDevice*) (this=0x7ffeafbf3250, pRenderContext=0x3595030) at sw/source/core/layout/layact.cxx:502
        12 SwLayAction::Action(OutputDevice*) (this=0x7ffeafbf3250, pRenderContext=0x3595030) at sw/source/core/layout/layact.cxx:351
        13 SwViewShell::ImplEndAction(bool) (this=0x364cc00, bIdleEnd=false) at sw/source/core/view/viewsh.cxx:279
        14 SwViewShell::EndAction(bool) (this=0x364cc00, bIdleEnd=false) at sw/inc/viewsh.hxx:605
        15 SwCursorShell::EndAction(bool, bool) (this=0x364cc00, bIdleEnd=false, DoSetPosX=false) at sw/source/core/crsr/crsrsh.cxx:259
        16 SwRootFrame::EndAllAction(bool) (this=0x36b26f0, bVirDev=false) at sw/source/core/layout/pagechg.cxx:1728
        17 SwDrawContact::Changed(SdrObject const&, SdrUserCallType, tools::Rectangle const&) (this=0x70fef00, rObj=..., eType=SdrUserCallType::MoveOnly, rOldBoundRect=...) at sw/source/core/draw/dcontact.cxx:985
        18 SdrObject::SendUserCall(SdrUserCallType, tools::Rectangle const&) const (this=0x95ce130, eUserCall=SdrUserCallType::MoveOnly, rBoundRect=...) at svx/source/svdraw/svdobj.cxx:2736
        19 SdrObject::Move(Size const&) (this=0x95ce130, rSiz=Size = {...}) at svx/source/svdraw/svdobj.cxx:1482
        20 SwDrawVirtObj::Move(Size const&) (this=0x95ce130, rSiz=Size = {...}) at sw/source/core/draw/dcontact.cxx:2366
        21 SwAnchoredDrawObject::SetObjTop_(long) (this=0x95ce250, _nTop=777490) at sw/source/core/layout/anchoreddrawobject.cxx:677
        22 SwAnchoredObject::SetObjTop(long) (this=0x95ce250, _nTop=777490) at sw/source/core/layout/anchoredobject.cxx:593
        23 objectpositioning::SwToContentAnchoredObjectPosition::CalcPosition() (this=0x7ffeafbf3980) at sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx:739
        24 SwAnchoredDrawObject::MakeObjPosAnchoredAtPara() (this=0x95ce250) at sw/source/core/layout/anchoreddrawobject.cxx:421
        25 SwAnchoredDrawObject::MakeObjPos() (this=0x95ce250) at sw/source/core/layout/anchoreddrawobject.cxx:318
        26 SwObjectFormatter::FormatObj_(SwAnchoredObject&) (this=0x90623d0, _rAnchoredObj=...) at sw/source/core/layout/objectformatter.cxx:374
        27 SwObjectFormatterTextFrame::DoFormatObj(SwAnchoredObject&, bool) (this=0x90623d0, _rAnchoredObj=..., _bCheckForMovedFwd=false) at sw/source/core/layout/objectformattertxtfrm.cxx:126
        28 SwObjectFormatter::FormatObjsAtFrame_(SwTextFrame*) (this=0x90623d0, _pMasterTextFrame=0x0) at sw/source/core/layout/objectformatter.cxx:443
        29 SwObjectFormatterTextFrame::DoFormatObjs() (this=0x90623d0) at sw/source/core/layout/objectformattertxtfrm.cxx:328
        30 SwObjectFormatter::FormatObjsAtFrame(SwFrame&, SwPageFrame const&, SwLayAction*) (_rAnchorFrame=..., _rPageFrame=..., _pLayAction=0x0) at sw/source/core/layout/objectformatter.cxx:191
        31 SwHeadFootFrame::FormatSize(long, SwBorderAttrs const*) (this=0x91c6c60, nUL=663, pAttrs=0x8fbc530) at sw/source/core/layout/hffrm.cxx:263
        32 SwHeadFootFrame::Format(OutputDevice*, SwBorderAttrs const*) (this=0x91c6c60, pRenderContext=0x3595030, pAttrs=0x8fbc530) at sw/source/core/layout/hffrm.cxx:416
        33 SwLayoutFrame::MakeAll(OutputDevice*) (this=0x91c6c60) at sw/source/core/layout/calcmove.cxx:913
        34 SwFrame::PrepareMake(OutputDevice*) (this=0x91c6c60, pRenderContext=0x3595030) at sw/source/core/layout/calcmove.cxx:346
        35 SwFrame::Calc(OutputDevice*) const (this=0x91c6c60, pRenderContext=0x3595030) at sw/source/core/layout/trvlfrm.cxx:1783
        36 lcl_FormatLay(SwLayoutFrame*) (pLay=0x91c6c60) at sw/source/core/layout/pagechg.cxx:360
        37 lcl_FormatLay(SwLayoutFrame*) (pLay=0x9435cd0) at sw/source/core/layout/pagechg.cxx:357
        38 SwPageFrame::PreparePage(bool) (this=0x9435cd0, bFootnote=false) at sw/source/core/layout/pagechg.cxx:456
        39 (anonymous namespace)::doInsertPage(SwRootFrame*, SwPageFrame**, SwFrameFormat*, SwPageDesc*, bool, SwPageFrame**) (pRoot=0x36b26f0, pRefSibling=0x7ffeafbf43c8, pFormat=0x3076050, pDesc=0x3076010, bFootnote=false, pRefPage=0x7ffeafbf43d8) at sw/source/core/layout/pagechg.cxx:1210
        40 SwFrame::InsertPage(SwPageFrame*, bool) (this=0x3620d70, pPrevPage=0x9227900, bFootnote=false) at sw/source/core/layout/pagechg.cxx:1269
        41 SwFrame::GetNextLeaf(MakePageType) (this=0x3620d70, eMakePage=MAKEPAGE_INSERT) at sw/source/core/layout/flowfrm.cxx:994
        42 SwFrame::GetLeaf(MakePageType, bool) (this=0x3620d70, eMakePage=MAKEPAGE_INSERT, bFwd=true) at sw/source/core/layout/flowfrm.cxx:797
        43 SwFlowFrame::MoveFwd(bool, bool, bool) (this=0x3620e18, bMakePage=true, bPageBreak=false, bMoveAlways=false) at sw/source/core/layout/flowfrm.cxx:1851
        44 SwContentFrame::MakeAll(OutputDevice*) (this=0x3620d70) at sw/source/core/layout/calcmove.cxx:1681
        45 SwFrame::PrepareMake(OutputDevice*) (this=0x707a340, pRenderContext=0x3595030) at sw/source/core/layout/calcmove.cxx:312
        46 SwFrame::Calc(OutputDevice*) const (this=0x707a340, pRenderContext=0x3595030) at sw/source/core/layout/trvlfrm.cxx:1783
        47 GetFrameOfModify(SwRootFrame const*, SwModify const&, SwFrameType, Point const*, SwPosition const*, bool) (pLayout=0x36b26f0, rMod=..., nFrameType=(SwFrameType::Txt | SwFrameType::NoTxt), pPoint=0x707c6f0, pPos=0x707c720, bCalcFrame=true) at sw/source/core/layout/frmtool.cxx:3247
        48 SwContentNode::getLayoutFrame(SwRootFrame const*, Point const*, SwPosition const*, bool) const (this=0x71328c0, _pRoot=0x36b26f0, pPoint=0x707c6f0, pPos=0x707c720, bCalcFrame=true) at sw/source/core/docnode/node.cxx:1118
        49 SwRootFrame::CalcFrameRects(SwShellCursor&) (this=0x36b26f0, rCursor=...) at sw/source/core/layout/trvlfrm.cxx:2028
        50 SwShellCursor::FillRects() (this=0x707c680) at sw/source/core/crsr/viscrs.cxx:609
        51 SwSelPaintRects::Show(std::__debug::vector<rtl::OString, std::allocator<rtl::OString> >*) (this=0x707c680, pSelectionRectangles=0x7ffeafbf5570) at sw/source/core/crsr/viscrs.cxx:332
        52 SwShellCursor::Show(SfxViewShell*) (this=0x707c680, pViewShell=0x0) at sw/source/core/crsr/viscrs.cxx:619
        53 SwCursorShell::Paint(OutputDevice&, tools::Rectangle const&) (this=0x364cc00, rRenderContext=..., rRect=...) at sw/source/core/crsr/crsrsh.cxx:1283
        54 SwEditWin::Paint(OutputDevice&, tools::Rectangle const&) (this=0x3595030, rRenderContext=..., rRect=...) at sw/source/uibase/docvw/edtwin2.cxx:476
        
        Change-Id: I1b237f0f425e58bb95bae9f19019f26fe5da21fd

2017-06-09  Rene Engelhard  <rene@debian.org>  [4256ac0daa42107cfaf1ce54dbd1db6ce82975b0]

        odk settings.mk: add various missing JAVA_PROC_TYPE overrides for Linux arches
        
        ... which were missing since ~ ever but now break the odk_build-examples test
        with /usr/bin/ld: cannot find -ljawt
        
        Change-Id: Ie504ce0c8e21c7d58f1b7e591505940a2f80a2ea

2017-06-09  Stephan Bergmann  <sbergman@redhat.com>  [89214e05e0c2f92fbe68e6c4f4a9035a94cff282]

        Fix typo in queryAggregation
        
        ...that caused UBSan failure in UITest_calc_demo:
        
        > framework/source/services/desktop.cxx:406:47: runtime error: member call on address 0x611000887c80 which does not point to an object of type 'com::sun::star::lang::XServiceInfo'
        > 0x611000887c40: note: object is base class subobject at offset 64 within object of type 'chart::CreationWizardUnoDlg'
        >  1a 06 80 29  70 23 e8 c8 5a 7f 00 00  50 87 f0 00 40 60 00 00  48 24 e8 c8 5a 7f 00 00  02 00 00 00
        >               ^
        >     #0 0x7f5d62c1413b in framework::Desktop::addTerminateListener(com::sun::star::uno::Reference<com::sun::star::frame::XTerminateListener> const&) framework/source/services/desktop.cxx:406:47
        >     #1 0x7f5ac78f9337 in chart::CreationWizardUnoDlg::CreationWizardUnoDlg(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx:52:15
        >     #2 0x7f5ac7906cdd in com_sun_star_comp_chart2_WizardDialog_get_implementation chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx:368:30
        >     #3 0x7f5df087ff37 in std::_Function_handler<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&), com::sun::star::uno::XInterface* (*)(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::_M_invoke(std::_Any_data const&, com::sun::star::uno::XComponentContext*&&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:1716:9
        >     #4 0x7f5df0757dab in std::function<com::sun::star::uno::XInterface* (com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)>::operator()(com::sun::star::uno::XComponentContext*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) const /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/functional:2127:14
        >     #5 0x7f5df06f69f1 in cppuhelper::ServiceManager::Data::Implementation::createInstance(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, bool) cppuhelper/source/servicemanager.cxx:667:13
        >     #6 0x7f5df07134f2 in cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx:998:17
        >     #7 0x7f5df0715d7a in non-virtual thunk to cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) cppuhelper/source/servicemanager.cxx
        >     #8 0x7f5d47aca8ca in FuInsertChart::FuInsertChart(ScTabViewShell*, vcl::Window*, ScDrawView*, SdrModel*, SfxRequest&) sc/source/ui/drawfunc/fuins2.cxx:650:27
        >     #9 0x7f5d49da003c in ScTabViewShell::ExecDrawIns(SfxRequest&) sc/source/ui/view/tabvwshb.cxx:344:13
        >     #10 0x7f5d49ce50ed in SfxStubScTabViewShellExecDrawIns(SfxShell*, SfxRequest&) workdir/SdiTarget/sc/sdi/scslots.hxx:1407:1
        >     #11 0x7f5de463ea6d in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) include/sfx2/shell.hxx:211:35
        >     #12 0x7f5de4600cbe in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) sfx2/source/control/dispatch.cxx:377:20
        >     #13 0x7f5de4621593 in SfxDispatcher::PostMsgHandler(SfxRequest*) sfx2/source/control/dispatch.cxx:1156:17
        >     #14 0x7f5de460487a in SfxDispatcher::LinkStubPostMsgHandler(void*, SfxRequest*) sfx2/source/control/dispatch.cxx:1136:1
        >     #15 0x7f5de5f18eda in Link<SfxRequest*, void>::Call(SfxRequest*) const include/tools/link.hxx:84:45
        >     #16 0x7f5de5f189d2 in SfxHintPoster::DoEvent_Impl(void*) sfx2/source/notify/hintpost.cxx:44:12
        >     #17 0x7f5de5f18861 in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) sfx2/source/notify/hintpost.cxx:42:1
        >     #18 0x7f5dbc3bb9fa in Link<void*, void>::Call(void*) const include/tools/link.hxx:84:45
        >     #19 0x7f5dbc3a5bdf in ImplHandleUserEvent(ImplSVEvent*) vcl/source/window/winproc.cxx:1946:30
        >     #20 0x7f5dbc39103c in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) vcl/source/window/winproc.cxx:2495:13
        >     #21 0x7f5dbf2f016f in SalFrame::CallCallback(SalEvent, void const*) const vcl/inc/salframe.hxx:276:33
        >     #22 0x7f5dbf350db2 in SvpSalInstance::DoYield(bool, bool, unsigned long) vcl/headless/svpinst.cxx:345:31
        >     #23 0x7f5dbe714b69 in ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:494:29
        >     #24 0x7f5dbe6efb53 in Application::Yield() vcl/source/app/svapp.cxx:558:5
        >     #25 0x7f5dbe6ef896 in Application::Execute() vcl/source/app/svapp.cxx:458:9
        >     #26 0x7f5dfab81984 in desktop::Desktop::DoExecute() desktop/source/app/app.cxx:1354:5
        >     #27 0x7f5dfab89eb6 in desktop::Desktop::Main() desktop/source/app/app.cxx:1698:17
        >     #28 0x7f5dbe76c6ab in ImplSVMain() vcl/source/app/svmain.cxx:192:35
        >     #29 0x7f5dbe779bf1 in SVMain() vcl/source/app/svmain.cxx:230:16
        >     #30 0x7f5dfadb8659 in soffice_main desktop/source/app/sofficemain.cxx:166:12
        >     #31 0x50fa39 in sal_main desktop/source/app/main.c:48:15
        >     #32 0x50f9e3 in main desktop/source/app/main.c:47:1
        >     #33 0x7f5df9322400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #34 0x419f79 in _start (instdir/program/soffice.bin+0x419f79)
        
        Change-Id: I0a798c6d77b7349077ea44dfe112024abb2567f0

2017-06-09  Stephan Bergmann  <sbergman@redhat.com>  [3de594d3347ead24f3211714f0e0010c1434cdf2]

        More tests to suppress (all .PHONY test targets should be covered now)
        
        Change-Id: Ib948547e5c177ac62506fc42a564368a8d31fa4e

2017-06-09  Eike Rathke  <erack@redhat.com>  [6da3a1188fbc0e35ac2dbb974917cc1a1b3bde47]

        Some compilers can't init vector from empty {}
        
        Change-Id: I82767a92d1f816cb7fa8ef4f96d694ca5658dfc0

2017-06-09  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [f0821f9a347c7752a3c741c3451a2f1630173720]

        Cache text layout of statusbar items
        
        Extend lifecycle of SalLayout created by the output device.
        A layout is stored for each status bar item and used as a cache.
        The layout may be updated through output device method parameters.
        
        This way it's no longer necessary to calculate the layout again and again when
        painting the status bar item multiple times, provided that its text does not
        change.
        
        Change-Id: I6494c2d6b676e8f4fdda2cde6165ff0755fd4fa2
        Reviewed-on: https://gerrit.libreoffice.org/38578
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-06-09  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [c8e3fea4996436d1fd608cf5ef0fdc18f5a8fd7f]

        GSoC: import VML shape adjustments
        
        Change-Id: Ifcd49f34b889b34eba2464de6e083f9021633bc6
        Reviewed-on: https://gerrit.libreoffice.org/38427
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-06-09  Stephan Bergmann  <sbergman@redhat.com>  [9614f12bae668dfe848ae6cc0bac091be106fa8e]

        missing include
        
        Change-Id: Id016d56f4ce36f07c86cf7d028f5e6beaafd3dff

2017-06-09  Eike Rathke  <erack@redhat.com>  [3c1158b19e18ef5e188a44d45c7eb21b7ad99cde]

        Add unit test for COUNTIFS and AVERAGEIFS in array context
        
        To cover different code paths and use of sc::ParamIfsResult::mfCount
        
        Change-Id: I7d0cfa9de3ac5460822c4d5075de54791f7abff8

2017-06-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [1dd5e226bd57254024640b10cbbe639f12564655]

        clang-tidy readability-non-const-parameter
        
        Change-Id: I7b2680898dbfc49185fb949349d81f4ac615a470
        Reviewed-on: https://gerrit.libreoffice.org/38593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [027b25ecd54ac97ea2471ca73e3ba89ce052fe76]

        use comphelper::InitPropertySequence in more places
        
        Change-Id: I72d7b13a23ce306b752b39187a0e9fbb7028643a
        Reviewed-on: https://gerrit.libreoffice.org/38606
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-09  Eike Rathke  <erack@redhat.com>  [f59e802478e35e7b6f561f24806bca47b604529b]

        Add unit test for SUMIFS in array context
        
        Change-Id: I5318ab8bb4d896f3c936ec8d04eba3908b59861a

2017-06-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e78d128e3b7bf45990d1f7b27123ccd616665f93]

        UnoControls: replace double checked locking patterns
        
        with thread safe local statics
        
        Change-Id: I6ba88ffc3b3489bfe4dce17c4297312dd9765f2e
        Reviewed-on: https://gerrit.libreoffice.org/38594
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-09  Caolán McNamara  <caolanm@redhat.com>  [86338ee6aa90854a0e161857d760bbdba12bf06d]

        missing STR_SAVEACOPY_SRC resource
        
        since initial
        
        commit 7061e8403a3afddae253ad0a016e5613616030bb
        Date:   Wed Apr 3 21:05:12 2013 +0200
        
            fdo#60780, refactor Save a Copy and fix
        
        Change-Id: Iff4f1008b8f8682e6f9751141ed65720362563ad
        Reviewed-on: https://gerrit.libreoffice.org/38601
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-09  Bernhard Widl  <bernhard.widl@cib.de>  [b31bd21a5ad720fa9524124c5b47793ccb6ce3bf]

        tdf#39468 translate german comments in sw/* (except source/filter)
        
        Change-Id: I51126f690b5b66d171e19b82fa4ff24ff5930203
        Reviewed-on: https://gerrit.libreoffice.org/38598
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-09  Michael Meeks  <michael.meeks@collabora.com>  [6c6992f80082aabd665ab7545f5b6b9ca3644ed4]

        Add --script-cat parameter to dump scripts content.
        
        Also factor out over-long print method into its own helper.
        
        Change-Id: Ica98dc9c999d5655e78662774e0140d70369d0b7
        Reviewed-on: https://gerrit.libreoffice.org/38579
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-09  Szymon Kłos  <szymon.klos@collabora.com>  [15957e14408e7b525c71914739faa63bd827117d]

        VML: EMU to Points conversion
        
        Change-Id: Icd2dbd6e894975615268dc4aa52d1d53bf9c0bca
        Reviewed-on: https://gerrit.libreoffice.org/38581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-09  Stephan Bergmann  <sbergman@redhat.com>  [bafdfa1f5a9af57f262919a48036006d5f53bf83]

        Avoid overflow in subtraction
        
        Change-Id: Ib92239fd9b347efbeeeef9661a1a9180445e7739

2017-06-09  Caolán McNamara  <caolanm@redhat.com>  [ba3df202068eaff9d29dfde029b45ba7f3fd1be5]

        missing STR_TBL_FORMULA resource
        
        since
        
        commit c3a98155ed28bd77eff4de3d80ccbcde1e68c828
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Oct 11 16:33:17 2016 +0100
        
            de-src writer formula toolbar
        
        Change-Id: I7ab31f19d36102978ac2535da03ed15c14ce5f47
        Reviewed-on: https://gerrit.libreoffice.org/38573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-09  Stephan Bergmann  <sbergman@redhat.com>  [600ec501bafc691d37078a0ed5b4ca8bf32340f1]

        Avoid UBSan warning about negative double -> sal_uInt32 conversion
        
        Since ea890b1d4bcd6dd59db9f52dce1609c020804e24 "tdf#108408: support unit
        specifications for ST_HpsMeasure", the OOXMLUniversalMeasureValue ctor is
        converting textual data to mnValue via intermediary double instead of sal_Int32,
        so textual data representing negative values now triggers UBSan warnings (e.g.,
        "writerfilter/source/ooxml/OOXMLPropertySet.cxx:630:43: runtime error: -70 is
        outside the range of representable values of type 'unsigned int'" during
        CppunitTest_chart2_export; it appears that, while HpsMeasure may be documented
        to only cover positive values, TwipsMeasure may be negative).
        
        But OOXMLUniversalMeasureValue::mnValue is apparently only used in
        OOXMLUniversalMeasureValue::getInt, to return an int value, so just change its
        type.
        
        Change-Id: I44eabb78f09100c05cc9d1e79a739648f34ea743

2017-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [10ea757b0d10826034c4602b8d1caf717129124f]

        external: drop mingw bits from ExternalPackage_xmlsec
        
        Change-Id: Icd0526c0bf0183b80bc4c098e3307574b8b8bb8b
        Reviewed-on: https://gerrit.libreoffice.org/38592
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-09  Mike Kaganski  <mike.kaganski@collabora.com>  [ea890b1d4bcd6dd59db9f52dce1609c020804e24]

        tdf#108408: support unit specifications for ST_HpsMeasure
        
        w:ST_HpsMeasure is defined in ECMA-376 5th ed. Part 1, 17.18.42 as
        
          This simple type specifies that its contents contain either:
          * A positive whole number, whose contents consist of a measurement in
            half-points (equivalent to 1/144th of an inch), or
          * A positive decimal number immediately followed by a unit identifier.
          ...
          This simple type is a union of the following types:
          * The ST_PositiveUniversalMeasure simple type (§22.9.2.12).
          * The ST_UnsignedDecimalNumber simple type (§22.9.2.16).
        
        This patch generalizes OOXMLUniversalMeasureValue to handle standard-
        defined units, and introduces two typedefed specifications:
        OOXMLTwipsMeasureValue (which is used where UniversalMeasure was
        previously used), and new OOXMLHpsMeasureValue.
        
        Unit test included.
        
        Change-Id: Iccc6d46f717cb618381baf89dfd3e4bbb844b4af
        Reviewed-on: https://gerrit.libreoffice.org/38562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-09  Justin Luth  <justin_luth@sil.org>  [fdfdea4d5af51a68f2d497cc5c3359d74c385fd5]

        tdf#82173 writerfilter: apply char properties to footnote
        
        The char property values as defined in w:rPr were not connected
        to the in-text footnote or endnote.
        
        Change-Id: I7729c534879e59ff5c9500dd1b16f9f1476abd76
        Reviewed-on: https://gerrit.libreoffice.org/38372
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-06-09  Eike Rathke  <erack@redhat.com>  [691d1e90f62ce3f1930d3faf74af385d92f00d59]

        Too many aRes..., rename aResArray to vConditions
        
        Change-Id: Ic514a4fe34b2f9658bae61ecb4cc5c3c8361669b

2017-06-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [f5eae04d7af0ae165ee7045bf5fa101ee681aebf]

        tdf#107700 Translate some less common font style names
        
        These are used in at least on of the free fonts we bundle.
        Also translate a stray German comment :)
        
        Change-Id: I3f4d83001bcfc3a8b3d490e56d9e538a8d892f0c
        Reviewed-on: https://gerrit.libreoffice.org/38476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [b96174fac58eff71f0a8d2ad1e99b7776e34c33b]

        tdf#107087: Select bitmap fill from preset list
        
        Also remove member variable that is used just once
        
        Change-Id: I369299aed75a3b44048aa09ba86b79e552cf6d14
        Reviewed-on: https://gerrit.libreoffice.org/38551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-08  Julien Nabet  <serval2412@yahoo.fr>  [c1567aa18a79b807b23da12423166dc217ff582a]

        Typo: F9 should be mapped with KEY_F9
        
        Like this since mapping added:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=75fbed472cd689c8cc0b89e13a97969d77a0ea7c
        (2012-03-05)
        
        Change-Id: I8243080257c7a116207293426c2a8b840324859b
        Reviewed-on: https://gerrit.libreoffice.org/38582
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-08  Jens Carl  <j.carl43@gmx.de>  [11a0bcb30cc52df283f626659ce3e9774d293de9]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Eighth set of translation.
        
        Change-Id: I3073ba38fac7d05d4cff4ddc43c08463ed8f76da
        Reviewed-on: https://gerrit.libreoffice.org/38560
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-08  Eike Rathke  <erack@redhat.com>  [c479912ffc48e1db1671333f09c041a081c600a3]

        With reference lists there can be more than 255 queries
        
        Change-Id: Ia5dc32fbcd8ad738d5ec0f20cc233b58fcadc882

2017-06-08  Eike Rathke  <erack@redhat.com>  [27c5f2586821546ee8281bafb8b5f478ae015ac1]

        Add '~' reference union/list operator to range finder delimiters
        
        ... so formula expressions using it actually get the ranges highlighted.
        
        Change-Id: Ibb0d2b49101e62b1f219a14d1669a501a450aaf4

2017-06-08  Eike Rathke  <erack@redhat.com>  [5ac74f15dcdf85faa2ac1cb7317ea77e31fbcd50]

        Remove a TODO and explain
        
        Change-Id: Ic648fd2b0a1424aa5ae5d924b29dfd2cb8dddbf9

2017-06-08  Varun Dhall  <varun.dhall@studentpartner.com>  [112a82566453fcf85ce3619965ca6e11fa9d29c5]

        EditEngine: Added ODF_TEXT_FLAT copy/paste for sd
        
        Change-Id: I23777477d31f30ee18ee8926a8f3170505f74264
        Reviewed-on: https://gerrit.libreoffice.org/38535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-08  Varun Dhall  <varun.dhall@studentpartner.com>  [b0f0096fbbccc212931501c5c879b65f9b0d7477]

        EditEngine: Added ODF_TEXT_FLAT paste for sc
        
        Change-Id: I40acd32229faa9a4ec9941592a4a952b7d05ef01
        Reviewed-on: https://gerrit.libreoffice.org/38464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-08  Tor Lillqvist  <tml@collabora.com>  [c8bc5869188b15d53dfbfaa3e2b8274fd6971b01]

        Take FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: If81494b9279d3c1f2c3887097f1b0036c18cab78

2017-06-08  Tor Lillqvist  <tml@collabora.com>  [cf7fbfa496c77f0f4fc4db6c5cec19be6521275f]

        Take FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I94b8054cc978c04ae994380ea0c564a4b16de26d

2017-06-08  Tor Lillqvist  <tml@collabora.com>  [6e257b03e1cf6ef2cb8ba1c237f5068e93d25d54]

        Take FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: I70e3bd1129da76e11b5f71b1b56d79898eb3d5be

2017-06-08  Tor Lillqvist  <tml@collabora.com>  [f0e5791a5a0d8cbdd9e9d033ea2286bda531066b]

        Take FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: Ib7f9b3961a3885be8c39ec5a20e7f383ecc9cc37

2017-06-08  Tor Lillqvist  <tml@collabora.com>  [90435528f4d73978b1d42da9b8daacc807719c99]

        Forgot FormulaTokenArrayPlainIterator::GetNextName()
        
        Change-Id: I3a485518be1372c9c56137c35cefdbc8d0362fe4

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [45a7f5b62d0b1b21763c1c94255ef2309ea4280b]

        Keep WID ranges sorted, and join adjacent ones
        
        ...to stop CppunitTest_sd_dialogs_test failing with
        
        > cppunittester: /data/sbergman/lo-san/core/svl/source/items/itemset.cxx:678: void SfxItemSet::MergeRange(sal_uInt16, sal_uInt16): Assertion `!pRange[2] || (pRange[2] - pRange[1]) > 1' failed.
        
        (and whyever that only started to hit now)
        
        Change-Id: Iadb5538b8b10182ddf5dbe02d34d7c73c7d62a14

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [bd5a895c2b79b6c3a7655136a80e257656f605e4]

        DbgCheckItemSet is gone
        
        ...since 87c9465262680dec09efb869800859aa65ab1d19 "Bin unused function
        DbgCheckItemSet"
        
        Change-Id: I109598dc5e087697d77b96a0ba2fb178d47b3aa6

2017-06-08  Eike Rathke  <erack@redhat.com>  [a5c1b12bc249660febbc5752bebd449f27af9e72]

        Redundant nColSize,nRowSize, use nDimensionCols,nDimensionRows, tdf#58874 prep
        
        We guarantee that all references are of same size.
        
        Change-Id: I61888a257691f902cb958741f6b63779d9744e10

2017-06-08  Yousuf Philips  <philipz85@hotmail.com>  [dc31c2335b2469630cdbcef4ba38a44e01408e27]

        tdf#81475 Add separator before clone formatting button
        
        Also add some useful hidden commands for easy access for users to enable
        
        Change-Id: I28806047f2fac51995d88b7c204d54479471aa29
        Reviewed-on: https://gerrit.libreoffice.org/38552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b5594f06c47c38afcb1ac160fd8796d7ca180be5]

        Cater for UNO (signed) vs. BASIC (unsigned) byte mismatch
        
        See <https://listarchives.libreoffice.org/global/users/msg51243.html>
        "[libreoffice-users] type byte in Basic", where
        
        > Sub Main
        >   dim oOutputStream as variant
        >   oOutputStream = createUnoService("com.sun.star.io.SequenceOutputStream")
        >   dim nA as byte
        >   nA = 195
        >   oOutputStream.writeBytes(array(nA))
        >   oOutputStream.flush
        >   dim back(0) as byte
        >   back = oOutputStream.getWrittenBytes
        >   MsgBox(back(0))
        > End Sub
        
        failed with "Inadmissible value or data type. Overflow." instead of showing
        "-61".
        
        Change-Id: I0445476c67510d5f8669a6e711e92332c01ec06c

2017-06-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [2e11bbd288ec59d0ff3368cc5c5ef83e2f5133a2]

        tdf#105566: Account for 'signature used to be ok but isn't anymore'
        
        because the user has modified the document
        
        Change-Id: Ib32ea2ff41f41a81c9a382585f6afbec12fe6a35
        Reviewed-on: https://gerrit.libreoffice.org/38284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [0632208977a204195a4f5b9e727aed511ece075f]

        First cut at moving unzipping into new thread:
        
        XBufferedThreadedStream class buffers data in a new thread,
        which will be available to be read from parent thread.
        
        Change-Id: I62d367fa1dec23da39aba24b5c765b57707956bb
        Reviewed-on: https://gerrit.libreoffice.org/38135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [d21a675d3a7deff37fd66adc993d0179d3a39ed7]

        Fixing loose ends for multithread Sync in package/:
        
        Mutexes in different classes operate exclusively, which might
        cause sync problem when multithreads are involved. This
        patch shares the mutex across all classes that share
        the underlying stream.
        
        Change-Id: I57e549fb7c375f93955bf54886b91b1892db1e27
        Reviewed-on: https://gerrit.libreoffice.org/38563
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [630186ff4e0eba7317e542f8c3eca39ebd068721]

        tdf#106366 Show infobar for all read-only documents
        
        Except those who were set open r/o with the File->Properties checkbox
        
        Change-Id: Id44daac364cae73636b6f1c051521928743b88f4
        Reviewed-on: https://gerrit.libreoffice.org/36258
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e87a00e11486a2be64b0dc2799e3efca4b000cc]

        oox: replace PUT_PROP macro with comphelper::makePropertyValue() calls
        
        This way it's not necessary to state the size of the array in advance,
        which is kind of redundant. It's also easy to forget to adjust it when
        adding new elements.
        
        Change-Id: I5fe24fd24954afb69ead014941b8f8b90bcaeac3

2017-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c59cfb6aad60c06271ac7ae3c124132bdf223c9]

        uitest: disable failing part of manual_tests/calc.py
        
        Fails here on Linux dbgutil like this:
        
        ======================================================================
        ERROR: test_validation (calc.ManualCalcTests)
        ----------------------------------------------------------------------
        Traceback (most recent call last):
          File "uitest/manual_tests/calc.py", line 133, in test_validation
            self.ui_test.execute_blocking_action(enter_text, "ok", args=("B6", "2.18"))
          File "uitest/uitest/test.py", line 191, in execute_blocking_action
            raise DialogNotExecutedException("did not execute a dialog for a blocking action")
        uitest.test.DialogNotExecutedException: Dialog not executed for: did not execute a dialog for a blocking action
        
        Change-Id: I2004eb52ce0846ada7ed38dc19d71258d2272ad5

2017-06-08  Caolán McNamara  <caolanm@redhat.com>  [6414389f8d95e76dcdf2bd9a7c2fa6dc9acd304d]

        nPoolId already points to STR_POOLCOLL_TOX_AUTHORITIES1 at this point
        
         #define STR_POOLCOLL_TOX_AUTHORITIESH   (RC_POOLCOLL_REGISTER_BEGIN+ 29)
         #define STR_POOLCOLL_TOX_AUTHORITIES1   (RC_POOLCOLL_REGISTER_BEGIN+ 30)
        
        in the context of
        
        switch( m_eType )
        ...
        case TOX_AUTHORITIES  : nPoolId = STR_POOLCOLL_TOX_AUTHORITIESH;    break;
        
        SetTemplate( 0, SwResId( nPoolId++ ));
        
        already results in a nPoolId of STR_POOLCOLL_TOX_AUTHORITIES1 when we enter this
        loop, so don't need to special case TOX_AUTHORITIES
        
        Change-Id: Ic41596a85c48d080cd38003663b729583f08ff98
        Reviewed-on: https://gerrit.libreoffice.org/38561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [c1f9292b96edcb184a57147a4e47a7e10aacf1e8]

        Fix build after f1454b474d9248d7ef2cb84f396a974184e5167e
        
        ..."tdf#45904 Move java XCellSeries test to c++".
        
        For one, the XCellSeries tests needed to be removed from
        qadevOOo/objdsc/sc/com.sun.star.comp.office.ScTableSheetObj.csv, now that those
        tests are done in C++.  (Plus some clean-up in
        qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java and
        sc/qa/unoapi/knownissues.xcl that was missing from
        f1454b474d9248d7ef2cb84f396a974184e5167e.)
        
        But for another, qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellCursorObj.csv
        and qadevOOo/objdsc/sc/com.sun.star.comp.office.ScCellRangeObj.csv still list
        XCellSeries tests (which apparently have not been superseded with C++ tests),
        so partially revert f1454b474d9248d7ef2cb84f396a974184e5167e to get back
        qadevOOo/tests/java/ifc/sheet/_XCellSeries.java needed by those tests.
        
        Change-Id: I09f756fb804dafee3064947abcfb796db4797b32

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [c1a276e8e7e88f29f50ca0557fe1c0d9aa0f276a]

        Improve error reporting
        
        Change-Id: I28459b157411b4ab5b10a25e017a0a7208e09aed

2017-06-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [22cf68296387eb613e3ee3b888ef1bfa0a6dd1e0]

        clang-tidy performance-type-promotion-in-math-fn
        
        Change-Id: I71405f1dbf0a1524e4e367ae5e05edaf6a8e98b8
        Reviewed-on: https://gerrit.libreoffice.org/38559
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-08  Aron Budea  <aron.budea@collabora.com>  [4df450c276a7895c24ed022a23d236cd88dbad1c]

        tdf#99074: export Web view to DOCX
        
        ...so document saved in Web view shows in Web Layout in Word.
        
        Change-Id: If39d566be02966fe5d22f74aee46e6d5452a9451
        Reviewed-on: https://gerrit.libreoffice.org/38469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-08  Szymon Kłos  <szymon.klos@collabora.com>  [f6f52c526cda640dd7595abd45727cb615c2b167]

        Watermark: VML export/import font size
        
        Change-Id: I11409dfc621018a761c70a640938e18ae679d3f5
        Reviewed-on: https://gerrit.libreoffice.org/38254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [d72d2a7c981066b795bb7679583b8b6665597c2c]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia9bf97f10771dad5ecf1c3a9638384a80b65b181

2017-06-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e4f6840d0968ff9ea8976fdd735e1ecfe266cdde]

        framework: replace double checked locking patterns
        
        with thread safe local statics.
        
        Change-Id: I660f6a899d1821bab627ed4972c4fc0d40610de2
        Reviewed-on: https://gerrit.libreoffice.org/38541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-08  Stephan Bergmann  <sbergman@redhat.com>  [93d6a7ca515909c657224cb2f8d5397c376b8017]

        Avoid -fsanitize=signed-integer-overflow
        
        ...in recently introduced basic/qa/basic_coverage/test_string_overflow_safe.vb
        in CppunitTest_basic_macros
        
        Change-Id: Ib33272afa26e90729617cb86ae979c0b35b45f62

2017-06-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e2a6e8ea20d74436b544104969a0fdca0003b59]

        remove some unnecessary use of OUStringBuffer
        
        Change-Id: Ia4e02589d2fe79a27b83200a0e7a528a2c806519
        Reviewed-on: https://gerrit.libreoffice.org/38508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3828e7bed641bf8475845045accec6131544f42]

        oovbaapi: add Interior.PatternTintAndShade Property (Excel)
        
        As documented at
        <https://msdn.microsoft.com/en-us/library/office/ff192986.aspx>.
        
        Change-Id: I390c22e75c8cfb41034287848f92578ad67e724f
        Reviewed-on: https://gerrit.libreoffice.org/38524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8a84e7df7ad75362d4fb2db9aa2f1de0a025654]

        oovbaapi: add Interior.TintAndShade Property (Excel)
        
        As documented at
        <https://msdn.microsoft.com/en-us/library/office/ff197557.aspx>.
        
        Change-Id: I4ffa74293978e4642e043a9cda80a7b4a9b5512c
        Reviewed-on: https://gerrit.libreoffice.org/38523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1365a9f95a8e97a8ec9bbf9a351f9f4ab2696d92]

        oovbaapi: add XlThemeColor Enumeration (Excel)
        
        As documented at
        <https://msdn.microsoft.com/en-us/library/office/ff839402.aspx>.
        
        And also extend ov::excel::XInterior with a ThemeColor property, as
        documented at
        <https://msdn.microsoft.com/en-us/library/office/ff820778.aspx>;
        implementation is just a stub for now.
        
        Change-Id: I05f1490cdc366f5db127d340cab5f51efcafa862
        Reviewed-on: https://gerrit.libreoffice.org/38522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ec3a5e7c2f63136cb48356d8d44703bfe0e3d9e]

        the custom target needs to depend on python
        
        Change-Id: Ie9356a4922f7d01c674ec50bb30cd70e73469055
        Reviewed-on: https://gerrit.libreoffice.org/38549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-08  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [74d9b711d71cbaf4f853559211f6525db4a4b5db]

        html import: kill ancient hack screwing up vertical table borders
        
        HTML tables with border="1" were parsed and displayed incorrectly:
        no vertical borders; invalid border width.
        
        Also fixing problem with strange condition allowing setting right
        border.
        
        Change-Id: Ibe87e630ef9ef0a4352bbe659340f69c8ebc0d0d
        Reviewed-on: https://gerrit.libreoffice.org/38454
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-08  Justin Luth  <justin_luth@sil.org>  [cb444c17ca2834e53a9c5c797bae765f08e40101]

        tdf#79571 sc FilterSelect: accept empty strings
        
        If a drop-down list has a valid entry that is an empty string,
        it should be acceptable as a data entry value, instead of just
        ignoring it and leaving the old value in the cell.
        
        Yes, the other simpler option is to just hit delete, but anyone using
        the UI will get confused, and if not paying attention will have
        incorrect data entry since it doesn't work as expected.
        
        In the bug tested here, the selection dropdown was created with
        data validation. Unsure of other times that create the grid...
        
        Change-Id: I3b49c34d01079d4c1ec9e140e2c51123408b10a6
        Reviewed-on: https://gerrit.libreoffice.org/38124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-08  Paul Trojahn  <paul.trojahn@gmail.com>  [f1454b474d9248d7ef2cb84f396a974184e5167e]

        tdf#45904 Move java XCellSeries test to c++
        
        Change-Id: Iedc1023b67138727061c2da13bebdb75af370ec6
        Reviewed-on: https://gerrit.libreoffice.org/38105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a87b001abdfb21a88ed3919003831909fb2ad8eb]

        remove unused imports
        
        Change-Id: I7efdbc1278d27ed75d8e48a35a9fac0358144214
        Reviewed-on: https://gerrit.libreoffice.org/38548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c9e08e1466aea4c80640415b03ff0712350efe7b]

        framework: remove unused macros
        
        Change-Id: I10589a17b9c01998a54328ea290983de72067f5e
        Reviewed-on: https://gerrit.libreoffice.org/38540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [442211903bddac7cb244dfb762623e7046b45da2]

        framework: cleanup xserviceinfo.hxx includes
        
        Change-Id: Ie5addc277fd47663726199dd7b94fb7299aa4d9c
        Reviewed-on: https://gerrit.libreoffice.org/38539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f95cb2841a373cd9665f0f0462cec0efd2b544aa]

        framework: cleanup xinterface.hxx includes
        
        Change-Id: I66b27e623e411c9ba9c5ba17c46c052336d031b8
        Reviewed-on: https://gerrit.libreoffice.org/38503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8af868e2879282e85e32cabe824bc0990985fc81]

        prepare publishing the libreoffice-connection python code
        
        Change-Id: I730207465e185a0b942b5636cd7ba3bebe7856f5

2017-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [839fd8215b557a22282824a2ab42b37b48ffd0f9]

        fix memory leak and improve variable lifecycle
        
        Change-Id: I88689f19d5a25e87a02d330ed4a3bc7d78dfdbe5
        Reviewed-on: https://gerrit.libreoffice.org/38536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-07  Jaskaran Singh  <jvsg1303@gmail.com>  [631af1a5fa364f97c0d0761f3ef8d87fba667b62]

        Add Test for dataprovider and modify the way we fetch and apply stream
        
        Make FetchStreamFromURL::aBuffer a pointer to prevent the crash that
        happens because of it.
        
        Add ExternalDataMapper::StopImport() method.
        
        Add a few member functions in CSVFetchThread that help in sync the
        line fetch and writing.
        
        Introduce a WriteToDoc() method that iterates over the the range to
        apply whatever value or string needs to be applied.
        
        Change-Id: I9baa053fa6d91bdf758a9b035888af50a40674eb
        Reviewed-on: https://gerrit.libreoffice.org/32964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-07  Johnny_M  <klasse@partyheld.de>  [567fe6d351a27441d74784b4d354fd93b14300d2]

        Translate and fix the from-German translation of "UNO binding"
        
        This is a follow-up on commit 905c0892a584a81e6e5d4b7a6f97ec9e66cfac22
        ( https://gerrit.libreoffice.org/37917 ), for the same reason.
        
        Change-Id: I0bdaeb1cf6d87f730558d15adb820cfbcaeed172
        Reviewed-on: https://gerrit.libreoffice.org/38542
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [30e27a9936b5ad3550708f7920e749f94abe1828]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: Ia2db1835e56d683769d8c3972fb0c73ba2eae2c6

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [2a29c792c214633bd8ab4ec229ec8bda91393388]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I70988724367b0ee798ccfee35c94e280b1015b36

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [7f2fbc92155f166a3cef61ba4ceb4a7be8e1f8e5]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I7134ce5c2d6d8fdc081410dcbc2b36c9db68839e

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [5b142483c14bbf78ba161b2e1bf3302dd4ed6d46]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I2d68513664200349574446e68efcfacda1604f86

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [1d0d7127db27d12a39820023f25a212c05952610]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: Id7f22d2d00e7c3ec79ec2dd886dce72be8692ac5

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [0505d3b22a29d47945f1d08135138610edbdc9bc]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: I8af9204e93608d7f63a502ddcc0b05e6f191343f

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [468345765e71bcfabfc9148cbed8c4ae6c51910c]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: Ieb807769c64d38d8100c6c4bf0e7a0a2913d8e7b

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [91a35c6a994a03ef5f0262a781740709a3d8e30a]

        Take new FormulaTokenArrayPlainIterator into use in one more file
        
        Change-Id: I5dfae10ec9df7e5b450c9a105ecc76c5d36970c3

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [74b1a89902980aaacc1c72ba42e3d945ead99bcf]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: I53531cb2e0ecf5972cb6c016b4395ded66622e9a

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [60df53223ba47c41593b94424235ded8a7f9fa49]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: Idcbb0ebdf284568dc552c0edf5ae130ba7aaeafe

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [8f68e19356bfbc20f52e70a2b88ce77e01304b30]

        Take new FormulaTokenArrayPlainIterator into use in a couple more places
        
        Change-Id: Iaccbc7927943948136a56ba17f6bcff3a6971f31

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [1bb184b064fbd679152f503c0c997be24c21ce32]

        Take new FormulaTokenArrayPlainIterator into use in a couple more places
        
        Change-Id: Ic1725c930bcb376a54acd9ba5d3dfd270d546cd8

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [0eefc9554baf9374f2930b3a3c2cfc1fc2017945]

        Take new FormulaTokenArrayPlainIterator into use in a couple more places
        
        Change-Id: I49ddf780c0adee7123d985b1e343b8d248a46446

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [f01ff6b831a76b3765b41d5bccc815215b1660ae]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: Idd92333d6c07748a2ae25f0124465d56b2302fbf

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [d08f91b9acb52015c55dbfe7d5f4c4683d5a3e54]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: I22b57104cf603883b51bb0f16f2e71ede939f9f4

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [f1d4b0a9c831e5170ada49549197953af95d02a4]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: I8c1ffdd725cc26f48722e09ba5c4d58551ce38a2

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [8b03c9595806fefaf49c844517024b088a007045]

        Take new FormulaTokenArrayPlainIterator into use in one more place
        
        Change-Id: Ia93b7759939bce42a4baf9ff55ec3c2b01840d9d

2017-06-07  Tor Lillqvist  <tml@collabora.com>  [5abb8cc240238a9224c77108a2a9c207f03cf378]

        Take new FormulaTokenArrayPlainIterator into use in one simple place
        
        Change-Id: Ib3e0b24ab2857a94ccce3efbac160b2d8dd910c7

2017-06-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6ab249ea6aecef5d3f35d624622a368061cad9c3]

        Updated core Project: help  38734b7d4fc01bf584bc691370fc155d69ee50c9
        
        Grammar: “let you to define” → “lets you define”
        
        Change-Id: I93d9236704906fb91485610b85f7c694b7cc53e0
        

2017-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [0129c2cd9dd95355412b194c595f4b986403ba1e]

        Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservation
        
        Which means the DOCM-specific code to roundtrip VBA things (project,
        data) can be removed. The oox part has to be extended a bit, as at least
        for this DOCM bugdoc there is an XML relation of the binary data, while
        existing shared code assumed the full VBA project is just a single OLE
        blob.
        
        Change-Id: I4085e4dba24475e6fd555e5f34fe7ad0f305c57d
        Reviewed-on: https://gerrit.libreoffice.org/38504
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-07  Gulsah Kose  <gulsah.1004@gmail.com>  [57bdb06703ecf233d12304d4e71e1f40d29da327]

        tdf#108098 Correct detection of MIXED state.
        
        Change-Id: I212b908b8b7b2e8933dd5f923b0a2d8890bceed6
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/38310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Michael Stahl  <mstahl@redhat.com>  [28d760e5220a175a5eb8e859498baa4c7f97f3e2]

        tdf#108305 sw: fix crash on fly "Position and Size"
        
        Everything else in SwFrameShell::Execute() checks pArgs isn't null so do
        the same here.
        
        (regression from d02f75a8c36705924ddd6a5921fe3012fafce812)
        
        Change-Id: I73d85b111a5d2c088b9d888b8595ceb3979e8d2b

2017-06-07  Michael Stahl  <mstahl@redhat.com>  [f9b665d9694a8e328379c1b0b4a714edddf4285a]

        configure: remove ENABLE_CRASHDUMP placeholder
        
        It's called ENABLE_BREAKPAD now.
        
        Change-Id: I757c4da415fb895d7cc24f13e201329111246367

2017-06-07  Gulsah Kose  <gulsah.1004@gmail.com>  [864f3d6d305240823304f8bad7b5d2603bbc0339]

        tdf#86119 Generalize number format control.
        
        Change-Id: I3d657aee45533d4c2cafb0c6ea8aab7a77732d2d
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/38434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Xisco Fauli  <anistenis@gmail.com>  [afb8a2f49149fb407cc4a8d99a4b4a6f8a6b553a]

        Fix uitest failure
        
        It doesn't break for me locally
        
        Change-Id: I61957fe4e7699937d17b74e8655efe2a6d1f6e6a
        Reviewed-on: https://gerrit.libreoffice.org/38502
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-07  Caolán McNamara  <caolanm@redhat.com>  [24d3d82411ac159e39bf609d537324d518586b39]

        remove some more qpw depends for the moment
        
        Change-Id: Ia4a24d946921ec460a8fce567806e69372dad80a

2017-06-07  Julien Nabet  <serval2412@yahoo.fr>  [39487b14956d883899311b6294f6f09ca2371366]

        tdf#37859: Odb data copied to Calc showed wrong encoding in Windows
        
        Blind fix since I don't have Windows.
        If it works, many thanks to:
        - Urmas (see https://bugs.documentfoundation.org/show_bug.cgi?id=37859#c16)
        - Himajin100000 (see https://bugs.documentfoundation.org/show_bug.cgi?id=37859#c35)
        
        Change-Id: I9fd84977eab8410ec022b6e34f1a636326eaf56a
        Reviewed-on: https://gerrit.libreoffice.org/38253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Jens Carl  <j.carl43@gmx.de>  [8b152f1aaef162885d2e87db4c47d86fd811b491]

        tdf#39468 Translate German comments/terms
        
        Translate German comments and terms in file
        sw/source/filter/html/htmlforw.cxx
        
        Change-Id: I5355b83c6068a7171fdac9d248c5fcf74b17e662
        Reviewed-on: https://gerrit.libreoffice.org/38394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [681b4a49d797996229513d3e842d2a431030730a]

        external/graphite: Avoid -fsanitize=pointer-overflow
        
        ...that was recently introduced into Clang trunk with
        <https://reviews.llvm.org/D33305> "[ubsan] Add a check for pointer overflow UB".
        
        Here, _code is of type instr*, dist is of type ptrdiff_t, and sizeof(instr) is
        something like 8.  My first impulse was to cast the result of the division (done
        with arguments promoted to size_t) back to ptrdiff_t, but that wouldn't help:
        When dist is a relatively small negative number (like
        -3293184), the division expression will promote it to a large unsigned (size_t)
        value (like 0xFFFF'FFFF'FFCD'C000), but the result (in our case,
        0x1FFF'FFFF'FFF9'B800) would be small enough to fit into ptrdiff_t as a positive
        value.  So assume that sizeof(instr) fits into int and ensure the division is
        done on signed values.
        
        (At least CppunitTest_sc_subsequent_filters_test started to fail with
        "workdir/UnpackedTarball/graphite/src/inc/Code.h:165:15: runtime error: pointer
        index expression with base 0x7fb90a3b4df0 overflowed to 0x7fb90a0a0df0".)
        
        Change-Id: Ie6698e38d6abec80f2fa817c42ebf20618496109

2017-06-07  Olivier Hallot  <olivier.hallot@libreoffice.org>  [88d3c067831dac8cf69ebaa079f1d809d727a342]

        Updated core Project: help  0e7fce65904349f4d016592a68979f26e62c5bdd
        
        Add screenshot to Pick-a-Color help page
        
        fix grammar
        Dialog -> window
        
        Change-Id: Ie258bff777a51772f32e72ea0616f03e1351a833
        Reviewed-on: https://gerrit.libreoffice.org/38236
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [65f98346c2edc983421643a7f5c32313b45934e0]

        EditEngine Creating SvXMLImportContext for ODF
        
        Change-Id: I4083658db6068122b423fe5ec7a568fa222b4e80
        Reviewed-on: https://gerrit.libreoffice.org/38358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [fec801d6d980f9bd277051ec07b55b8f2845ccc0]

        EditEngine Renamed InsertText to PasteText
        
        The multiple overloads of InsertText cause pain in debugging
        
        Change-Id: Icb5b40c23ae85e198d57f3054bc07a8c7eb05f55
        Reviewed-on: https://gerrit.libreoffice.org/38286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [b863b1cb9c72d04933e6f9d3c361b8ebf9399cfd]

        EditEngine Implementing Paste for XML from clipboard
        
        Change-Id: Ia820a29bec8a6b102fb78cf325577b731a12c3c4
        Reviewed-on: https://gerrit.libreoffice.org/38282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4adb8d9e77bab353dda26375e11a6b7a456368f]

        Related: tdf#108269 DOCM filter: reuse oox code for VBA preservation
        
        With this, the project stream import is shared between DOCM and XLSM.
        
        Change-Id: I8fbffefc5acf28adea4875fa6bc4148a99b5ebef
        Reviewed-on: https://gerrit.libreoffice.org/38495
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [0703af9e782f1e03c243ee886d1301e80817aad8]

        Exporting EditEngine document into a buffer with ODF Filter
        
        Change-Id: Ib0304de5d873ac833dcc121235b8de494a1bb3bf
        Reviewed-on: https://gerrit.libreoffice.org/37999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Eike Rathke  <erack@redhat.com>  [62ef5622dc10282ad9751a358bc7edbf74d2a1c3]

        Reformat an overly long line
        
        Change-Id: I884ba7f3029b00f31438690601da2b7f1a9b3acf

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [223a04e77fe9702eb167e69165ec57c46512a845]

        EditEngine Exporting flat XML from actual clipboard
        
        Allowing export of EditEngine document into flat XML from actual clipboard
        by modifying SotClipboardFormatId
        
        Change-Id: I9c7dfd3ca428d0fa355bd3dfb7bfa0f0e30dada6
        Reviewed-on: https://gerrit.libreoffice.org/38226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Varun Dhall  <varun.dhall@studentpartner.com>  [33e53bf634b629357dd643a900d3969ad2622510]

        EditEngine: Added ODF_TEXT_FLAT copy for sc
        
        Change-Id: I5e48a6e711f1f7bb5f22b69e2e7c364e4d6edb6b
        Reviewed-on: https://gerrit.libreoffice.org/38460
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-07  Caolán McNamara  <caolanm@redhat.com>  [cf9a7d8809058739a2b1737a82ab789ba75e48ec]

        fix some .src offsets
        
        Change-Id: I2e36ca50b2141d5d15bd387b38f15e43a9c78343
        Reviewed-on: https://gerrit.libreoffice.org/38498
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-07  Jens Carl  <j.carl43@gmx.de>  [815324285b994036299fe7bbf47d61e07322ffcc]

        tdf#39468 Translate German comments/terms sw/source/filter/html/htmltabw.cxx
        
        Change-Id: Ib2610e701f8c401aff06fb300d8bc13c434958cf
        Reviewed-on: https://gerrit.libreoffice.org/38486
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [c385cf98f10f1ad9277656354ac1135a1368ba16]

        Fix @since tag
        
        Change-Id: Ic8303d848a551ce1c0da824576a70e148ed3b08f

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [9e18e1ed392614255388937e9712a7aa256c0587]

        Keep list sorted
        
        Change-Id: I4b09c9b2dd8d662a15267378d812013be42d8e69

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [a23adf1a191c8968e673602df7db78c0b3015570]

        Make use of OUString::startsWithIgnoreAsciiCase rest parameter
        
        Change-Id: Id5d1df581307ea6eb4e3e634d14ed3dbbe914544

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [9417b1132a7c4147ec904e041925ffbd05d67e62]

        Make use of OUString::startsWith rest parameter
        
        Change-Id: Ic743bfbf65533bd317e29c8e1482306603b65b0e

2017-06-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a83740ebcf91649ff2611582b124bf2d0ce2e133]

        framework: cleanup xtypeprovider.hxx includes
        
        LayoutManager uses macro impl from comphelper, so use declarations
        from comphelper too.
        
        Change-Id: I638492849742782d48c3bb5439c2255e72f9f694
        Reviewed-on: https://gerrit.libreoffice.org/38496
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-07  Tamas Bunth  <tamas.bunth@collabora.co.uk>  [cb9be0e492d047648185ae80553220fd9b538746]

        Replace vcl::SalLayout Release with destructor
        
        Replace SalLayout::Release() with normal destructor mechanism. Release()
        uses reference counting for the layout. But in practice, the reference
        counting variable is initialized in ctor and is not incremented elsewhere.
        So I removed the Release() method and replaced all the Release() calls with
        'delete'. It will make easier the use of smart pointers and decrease the
        chance of memory leaks.
        
        Change-Id: Ia2e142dea10b87e232d5757d84778e62d87cf081
        Reviewed-on: https://gerrit.libreoffice.org/38488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-07  Jens Carl  <j.carl43@gmx.de>  [61c3e678f4efb19fb2396de43075cf6a1e0afd99]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Seventh set of translations.
        
        Change-Id: I3bfba60d8915f450f16ac2cecf4dd608a8434e2c
        Reviewed-on: https://gerrit.libreoffice.org/38487
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Thomas Beck  <thomas.beck@cib.de>  [0c745f84dffa71c80a34f93733d8af8c8564cc3f]

        tdf#39468 translate German comments
        
        translated comments in htmlform.cxx and removed unneccessary comments
        and overused punctuation marks.
        
        Change-Id: Ie3327ccc0bb3963d0942676b011ab9dcdf078b91
        Reviewed-on: https://gerrit.libreoffice.org/38493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Michael Stahl  <mstahl@redhat.com>  [93a41b20538f18344eb1b8c23b1eae134212b141]

        tdf#108349: fix LanguageType conversions from UNO "short"
        
        The bugdoc uses LANGUAGE_USER_LATIN_VATICAN LanguageType(0x8076).
        
        The UNO API uses signed "short" for these in various interfaces,
        and so the LanguageType constructor complains about
        out-of-(short)-range values.
        
        Avoid this by deleting the problematic constructor, so that the places
        that currently call it with API parameters can be changed to first
        cast the parameter to unsigned.
        
        (Yes, we need to write "template<>" twice in a row. Don't ask me why, i
         just work here. sberg says we also need to omit the explict <short>.)
        
        Change-Id: I2443a89bc8d579504fc707ded3d145f9a625597a
        Reviewed-on: https://gerrit.libreoffice.org/38473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-07  Stephan Bergmann  <sbergman@redhat.com>  [26e7cb5ef4fa0df985214ef98622255cfdfbdd01]

        Remove gb_LinkTarget_add_generated_cxxobjects
        
        ...in favor of gb_LinkTarget_add_generated_exception_objects.  The former would
        have needed any flags to be passed in explicitly (but no call sites did), so
        e.g. StaticLibrary_graphite didn't have any debug information (when building
        with --enable-debug).  I guess there is no downside to having C++ exception
        support enabled in these places, and using _add_generated_cxxobjects instead was
        likely an oversight in the first place (at least in the case of
        external/graphite/StaticLibrary_graphite.mk, it was that way ever since
        1ceb47d96da9e7977c96241f49ad291ff0466970 "graphite: convert to gbuild", but for
        no apparent reason).
        
        Change-Id: I9986a6c5ec30a521095dbe5315e5ca649741a790

2017-06-07  Xisco Fauli  <anistenis@gmail.com>  [ed11b38a7efd3dafb9866327aa9c8e9ad1e73045]

        uitest: InsertBreak dialog
        
        Change-Id: Iab997ecedd11167cc079b3c5e3c4308383439448
        Reviewed-on: https://gerrit.libreoffice.org/38468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-07  jan Iversen  <jani@libreoffice.org>  [25a09c8776cc6088a5b2bf13dc84eb386c26bb7e]

        iOS, add support for arm64
        
        Added general support for arm64
        Removed experimental/prototype from normal build
        
        Change-Id: I832256c72fbd408084bc802440343c874e7e6d28

2017-06-07  jan Iversen  <jani@libreoffice.org>  [1e30c98eec13b988617332d9f147046c9f80f956]

        iOS, clean up document types to support.
        
        Icons removed, which will be unused
        
        Change-Id: Ibfd4be71ea3ae22bea8be61f7151312c5864429c

2017-06-07  Mike Kaganski  <mike.kaganski@collabora.com>  [ef117cad3a13fda0932bd3da6c032f3499eb9069]

        tdf#108039: check for nullptr in rtl_uString and OUString
        
        rtl_[u]String_newConcat now checks allocation result to return
        early and avoid SIGSEGV. Other functions are not modified, to
        keep old behavior relying on allocation success and crashing
        early on OOM to avoid added overhead in performance-critical
        places.
        
        OUString operator+= now checks rtl_uString_newConcat result and
        throws std::bad_alloc on failure, to specifically address BASIC
        problem. It keeps strong exception guarantee of leaving this'
        state unaltered.
        
        Concatenation in BASIC now checks for bad string allocation
        (previously SIGSEGV was generated).
        
        Unit test included.
        
        Change-Id: I1513311d3d58eac43b2d2ec9a230e22dff0b4245
        Reviewed-on: https://gerrit.libreoffice.org/37965
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-07  Szymon Kłos  <szymon.klos@collabora.com>  [9d1edef89b5a8cb333dfdd12631a9fa2ce3d482d]

        Watermark: RTF import / export
        
        * "wzName" should contain shape name
        * MS Word watermark has text inside the "gtextUNICODE"
          (do not create additional shptxt)
        
        Change-Id: I7929ec83a9219d6087d36ccbf6d7e735acf63722
        Reviewed-on: https://gerrit.libreoffice.org/38219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5375d5539897bff0aef82df92b7d485b8839004]

        tdf#108123 RTF paste: fix asymmetric shape <-> table manager stack
        
        Make sure that even if the text append stack is empty (and we return
        early) the table manager push/pop operations are in sync with the shape
        start/end, otherwise we'll have an empty table manager stack.
        
        That is a problem as
        writerfilter::dmapper::DomainMapper_Impl::getTableManager() assumes that
        it always has at least one element.
        
        Change-Id: I92b3381e820bc8eaeb351532a6ce8909490c0f30
        Reviewed-on: https://gerrit.libreoffice.org/38490
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-07  Xisco Fauli  <anistenis@gmail.com>  [dcd407d5227019371d3a261cd683bc9bbf1ae09e]

        uitest: Combine all table tests in one file
        
        Change-Id: Ief374a02eabed4587874cb6182742ae86c084d62
        Reviewed-on: https://gerrit.libreoffice.org/38474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-06-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [78628cd3847ca15790380a708db627b74dcac37e]

        sal: use thread safe local static in getInternMutex
        
        Change-Id: Iac7ca87e05228f3a2a187646496869a8b1bff602
        Reviewed-on: https://gerrit.libreoffice.org/38436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-07  Julien Nabet  <serval2412@yahoo.fr>  [8a400cfa468655142103f18f722adf1d5cbda9c7]

        tdf#98888: mediawiki inserts redundant emptylines in <ref>
        
        There's a newline in case of heading, table or bibliography following text:p
        ok but only if we're not in text:note node
        
        Change-Id: I71172751a51e29abdd770e758d27b1bc8f15cb0d
        Reviewed-on: https://gerrit.libreoffice.org/38470
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-07  Justin Luth  <justin_luth@sil.org>  [9d6bf9d45d43a00f6dc87b9c83d28b93450ec51d]

        tdf#74177 writer: ignoring comment allows number recognition
        
        The presence of an annotation anchor was causing number recognition
        to fail in Writer's table cells. Formulas accessing the cell
        read a value of zero.
        
        Annotation anchors are only used in SW right now, so SVL didn't
        want the overhead in their code. So this wrapper function should
        be called first to cleanup SW specific things that interfere
        with number recognition.  Specifically known to be needed in
        cellfml.cxx, but converted everywhere for consistency.
        
        The formula in older documents is not "fixed" during document loading
        since the table/formulas are not refreshed at load time.
        Only documents saved with incorrect results will notice this,
        and any cursor access inside the table will cause a refresh.
        Printing also causes a refresh (but not print preview or PDF export).
        
        So this patch only fixes document creation or modification, which
        should be adequate for this bug.
        
        Change-Id: Ib46f2b7899ae9a0fdc3aae5887bb2d61535d29f3
        Reviewed-on: https://gerrit.libreoffice.org/32909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-06-07  Krunoslav Šebetić  <kruno.se@gmx.com>  [d4721434d83852102ac10ab33fae26a69eb3b1c3]

        Updated core Project: dictionaries  c1631744a57759f139a94884191dd29facca795a
        
        Update Croatian dictionary to 2.1
        
        Change-Id: I3a9e87d53caf3e5bfe3e4ef6f1096d7635ff6ff1
        Reviewed-on: https://gerrit.libreoffice.org/36552
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2017-06-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1f66f410a76adbb082b95c9943df1c45253e3b0a]

        Updated core Project: translations  633cd820822ba89da7d410cf8bed009c2ffd3d47
        
        update translations for 5.4.0 Beta2
        
        and force-fix errors using pocheck
        
        Change-Id: I6d5e3a4c3d81bc5d1f7e324ddc4387b2228fdd3e
        

2017-06-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [28ae89f4655ee7d630f2400e3994c227dcf47f70]

        gpg4libre: add 'Start certificate manager' button
        
        Change-Id: Ief3239fd1b3ff1f4e2e95e4413aa9f707f3dfb50
        Reviewed-on: https://gerrit.libreoffice.org/36689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-06-07  Eike Rathke  <erack@redhat.com>  [59c9d0653cc42560af48269bb8dee2c2b0b20f68]

        Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArray
        
        ScMarkArray::SetMarkArea()
        before, Ir:   3 059 572 314
         after, Ir:   1 195 743 815
        
        ScDocShell::Load()
        before, Ir:  17 337 645 368
         after, Ir:  15 497 093 406
        
        Change-Id: I83959f0dfcf6480781a44b5cfc36242a5c35ebd4

2017-06-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90a286ad4e2c35ac98a8100a27777bd33d71f2c7]

        make check on linux includes now uicheck
        
        Change-Id: I4760fc80ca2ca4a2496cb1a8bf3c3d1348ee0e77
        Reviewed-on: https://gerrit.libreoffice.org/38461
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [3408497c6ad89b324bc0714a5bca271747aaa2ac]

        something not right with qpwfuzzer depends, disable for now
        
        Change-Id: I0aadbd552d1ba4a64daddba5bfcb3d6ffe534488

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [cc3812dccd7a5fddad4a16cf33ec4f74e3b9da56]

        coverity#1371243 Missing move assignment operator
        
        Change-Id: Idbd8b87d1336105cc34054277ae492077d86e8c9
        Reviewed-on: https://gerrit.libreoffice.org/38453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [e4008dc0c3b43c9eacdd88511075be2b883c9a77]

        first arg of ApplyBlockFrame is never null
        
        Change-Id: Ie65fce6041278c6758df266c4ef097a5758f75dd
        Reviewed-on: https://gerrit.libreoffice.org/38448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [9b56acd6caaf461b18e627ac6bed467d9c3a4287]

        nullptr never passed to ApplyFrameAreaTab
        
        Change-Id: Iece6c99b6414eb2701af61a64d0ff80f52a0379d

2017-06-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cbcaff7510d557d345c15db97f52633c81939d41]

        ucb: replace double checked locking patterns
        
        with thread safe local statics
        and prefix statics
        
        Change-Id: Iaa7c9056847f75612d6cf6c6e44d3896fca734de
        Reviewed-on: https://gerrit.libreoffice.org/38433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Eike Rathke  <erack@redhat.com>  [ca8a4a7abc81a53a88fc0daa61447f9562f532f5]

        Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()
        
        Change-Id: I09dafffd64dd107e802d016494d884f32363521a

2017-06-06  Eike Rathke  <erack@redhat.com>  [f300a627b9a88eb8814cc35844ed7c6aa7f19379]

        Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_cast
        
        SfxItemSet::GetItemState()
        before, Ir:  4 048 231 416
         after, Ir:  2 577 117 709
        
        Change-Id: I26d8b91ad5d851011a670b38b7b98e5582c319cf

2017-06-06  Tor Lillqvist  <tml@collabora.com>  [c2b256084b086b63a13d16f65d1be2966f4febb3]

        Partial start of separating the iterator out from FormulaTokenArray
        
        The plan is to drop the iterator functionality from FormulaTokenArray
        and instead use separate iterator objects. This will make
        parallelising code that uses these data structures easier. I call the
        new separate iterator class FormulaTokenArrayPlainIterator for now,
        feel free to come up with a better name.
        
        No change to what code actually gets run yet, so yeah, this adds
        "unused" code.
        
        Change-Id: Ie86f80529354174f0ce8bde1085a54bc6c5ac67b

2017-06-06  jan Iversen  <jani@libreoffice.org>  [8d998ae06a742033d4a343e6daae7285a2a3207b]

        iOS added all known document types.
        
        Update Info.plist to contain the same document types as
        used for osX
        
        Change-Id: I3338ca0159c39ef8bd31466e3d9b9a73808b86b8

2017-06-06  jan Iversen  <jani@libreoffice.org>  [c92428d16363edcea5822f5d7c4a530f90349b95]

        iOS, updated icon sets
        
        Added icons for all file types, and updated
        app to prepare for Document picker.
        
        Change-Id: I235716b57584f42904c30c23ade05479aeec130e

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [c2b8e87e6be5597c5ef7f0d0b5fbd127a2d57009]

        2nd arg of ApplySelectionFrame is always not null
        
        Change-Id: I50a5c9c3f0f2b7424fa1b9b27ceeee9ae9348413

2017-06-06  Michael Stahl  <mstahl@redhat.com>  [440ac656f783a7a5e33431410a1c038b7d04c42e]

        msc-externals: Package msvc_dlls only necessary in 32-bit builds
        
        In 64-bit builds the 64-bit runtimes are installed as MSM so this hack
        isn't needed there.
        
        Change-Id: Id609d2beaa3de1176138bc206210820397a8b732

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [44f4ebc0325623ed81a4021ed0d6939bd6c0c41f]

        coverity#1412032 ApplyPatternLines always passed non-null 2nd arg
        
        Change-Id: Ibf1754682a0d586a377709b8dacee1260a1f2ee1
        Reviewed-on: https://gerrit.libreoffice.org/38445
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  Mike Kaganski  <mike.kaganski@collabora.com>  [dd1ba90f6069b41e3f2c301809afefc6f63da710]

        tdf#104450: Use Calibri; let LO to fallback to Carlito
        
        Using Calibri will allow to keep originally intended font
        on round-trip. If Calibri is absent on a system, LO will
        fallback to Carlito for rendering, but keep original font
        intact.
        
        Change-Id: I8f29bed29bc7f48912b2637053ff128ea904c7a1
        Reviewed-on: https://gerrit.libreoffice.org/38456
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-06-06  Juergen Funk  <juergen.funk_ml@cib.de>  [6ca3b3648e25ae9d4d2d29a0df83349198ec3f5e]

        tdf#106942 Wrong message when lock file is empty or corrupt
        
        1. Erase empty or corrupt lockfile, when reading it fails and
           skip "Locked Document Dialog" in that case
        2. Show Dialog (use LockFileIgnoreRequest -> LockFailedQueryBox)
           when create lock file is not possible.
           Two Dialogs:  "lock file create error" and
                         "empty lockfile is present"
           Set the document to read-only when creating lockfile is not
           possible. If lockfile is corrupt or empty, inform the user.
           They can interrupt loading the document or open it read-only,
           which also erases the corrupt lock file after closing
           the document
        3. Handling for the two Dialogs
           Use LockFileIgnoreRequst for create lockfile error and
           add a new LockFileCorruptRequest, (lock file is corrupt).
           Change and generate new messages for both dialogs in english
        
        Change-Id: I35c377f85b5113e8ffb89d83b9544b8ebc81d89f
        Reviewed-on: https://gerrit.libreoffice.org/36658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [cab3468e96552348ae46121a490f1f6160b65213]

        use member initialization list
        
        Change-Id: Iedfc255306428a4354bb73a67da4f93c714e7817

2017-06-06  Mike Kaganski  <mike.kaganski@collabora.com>  [5471a5585cba925bb0dcb2dc41e03ad563998166]

        tdf#108350: Use Carlito for DOCX import by default
        
        In OOXML (i.e. Word since 2007), the default document font is Calibri
        11 pt. If a document doesn't contain font information, we should assume
        our metric-compatible equivalent Carlito to provide best layout match.
        
        A unit test included.
        
        An existing unit test (testN766487) was corrected to match the font
        size that Word uses (11; was 12 which doesn't match Word's size).
        
        Change-Id: I3040f235696282dc7a124cd83fb34a6d95a29a17
        Reviewed-on: https://gerrit.libreoffice.org/38421
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-06  David Tardon  <dtardon@redhat.com>  [581f748e1e8056f08eb803638a4ffb118a57e911]

        fst::flat_segment_iterator only exists since mdds 1.2.3
        
        Change-Id: Ica15e67f84d18e183990aecc3bcee2d4d28042ff

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [d8ea0efb037b1cf2e19cecba464d2fd915dff814]

        coverity#1409892 silence Operands don't affect result
        
        Change-Id: I283701880ea9e0a8485ef131afc93438c77451e1

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [d97fba020b3e33d9f266c4a405fa221d9b84f946]

        SID_ATTR_PATHGROUP isn't used anywhere, luckily
        
        because it uses CONFIG_PATH_START + foo and all of the foo
        strings are removed long ago, mostly since...
        
        commit 35c86c4ad18eded8f29908e195fc9924ba58d6dd
        Date:   Wed Nov 3 08:57:12 2010 +0100
        
            undoapi: removed more dead resources
        
        Change-Id: I2f2e34491de33ee4b0448f57eb458c182a41a64c
        Reviewed-on: https://gerrit.libreoffice.org/38437
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  Michael Meeks  <michael.meeks@collabora.com>  [7b91b815e9e170290de8ccc1da8d40a318a8dbbf]

        White-list svx.
        
        Change-Id: Idf3a17c7083e75ebd39887819bd230a913b8a0d5

2017-06-06  Stephan Bergmann  <sbergman@redhat.com>  [7176800239f60cd3e990ddb8a6793a198d4c21e3]

        tdf#107231 Sort list of databases
        
        Change-Id: I3271c205676de83ce3cad924b81e3b97ddb65f45

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [d0069e5189f5410e1db7aa395f0754109e872f46]

        add COVERITY_NOEXCEPT_FALSE
        
        to markup dtors that coverity warns might throw exceptions
        which won't throw in practice, or where std::terminate is
        an acceptable response if they do
        
        Change-Id: I32b94814e8245372e1d1dc36be0d81e3564042f4
        Reviewed-on: https://gerrit.libreoffice.org/38318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  David Tardon  <dtardon@redhat.com>  [cc2db25645ede743bdc3824fe7d26ea4beda6a96]

        libstaroffice: use correct loop index
        
        Change-Id: I1b862ed2d69c41361bc8c26d96c5329473fe64aa

2017-06-06  Justin Luth  <justin_luth@sil.org>  [707eb4db1918658e0c2c2c2033c6a69f80c4eafd]

        tdf#82173 writerfilter: charStyle XnoteReference->Xnote Characters
        
        In MSWord, there is a single character style (Footnote Reference) that
        affects both the in-text anchor number and the in-footnote number.
        In Writer, that is split out into "Footnote anchor" for in-text and
        "Footnote Characters" for in-footnote.
        
        The biggest difference in LO is that Footnote Characters does NOT
        default to superscript, while Footnote anchor does.
        In order to handle the default situation, it is best to map
        "Footnote Reference" to "Footnote Characters" so that the style
        differences between the two will be removed. It seems
        that WW8 also does the same thing.
        
        The "regression" will come if someone has done custom formatting that
        they prefer to show up in-text rather than in-footnote. Now it will be
        reversed, where the custom formatting will show up in-footer and not
        in-text. However, it is preferable to handle the default case and
        "fix" the missing superscript problem.
        
        (In WW8, the stiXnoteRef's are RES_POOLCHR_FOOTNOTE/ENDNOTE,
        as mapped in sw/source/filter/ww8/writerwordglue.cxx,
        which turns out to be "Xnote Characters" styles.)
        
        Change-Id: I9152b4a85f6facf3f8192c943e66312988718b0d
        Reviewed-on: https://gerrit.libreoffice.org/38306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-06  Jens Carl  <j.carl43@gmx.de>  [0c48e747327bfa7f7d883297da8dbf818a9aef87]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Sixth set of translations.
        
        Change-Id: I6ceaa1bd760028bebe26eb51a8bedf97238ed35c
        Reviewed-on: https://gerrit.libreoffice.org/38397
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c768b975827c74e58944b8b12ab254891389edc]

        Related: tdf#108269 oox: ignore case when checking .docm extension
        
        Also check for ".docm", not "docm" as a suffix.
        
        Change-Id: Ib9d3474cfe3139ee1ea51210a5606cd52243fee5
        Reviewed-on: https://gerrit.libreoffice.org/38430
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-06  Johnny_M  <klasse@partyheld.de>  [c6f4fd1942ddecab8485f19fa53faf1eda3a5667]

        tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)
        
        Translates all (leftovers) found using a custom regex, in directories not shown by
        /bin/find-german-comments and beginning with "h" to "i".
        
        Additionally:
        - Fixed a few spellings
        
        Change-Id: I54ea06f8e0cf1bd4bd6c84b171bec1bd342a8df8
        Reviewed-on: https://gerrit.libreoffice.org/38390
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-06-06  Johnny_M  <klasse@partyheld.de>  [7f793166719ce0b3917fa9751d3529c9ec5df854]

        tdf#39674 Translate some German variable/function names
        
        No functional change is intended.
        
        Change-Id: Ib693d5f15bb279e8fe6771e3a64a976b53c6d13d
        Reviewed-on: https://gerrit.libreoffice.org/38391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-06  Caolán McNamara  <caolanm@redhat.com>  [097cb414ab890f4a1bc4a3f826b5cbc10f0b8ec8]

        pOldOuter etc couldn't be null
        
        Change-Id: I0fb0168fa4199a21640e248ee3bb4b88608b1597
        Reviewed-on: https://gerrit.libreoffice.org/38432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-06  Michael Stahl  <mstahl@redhat.com>  [9b50c4f63c2ecb95245511940dacb3e91027499f]

        scp2: package 64-bit MSVC runtimes for explorer extensions
        
        ... and add BUILD_X64 conditional.
        
        Change-Id: Id512368dfd9dece583ead5aae1924db96f8a2a40
        Reviewed-on: https://gerrit.libreoffice.org/38366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-06-06  Jean-Sebastien Bevilacqua  <realitix@gmail.com>  [2a39dc74724d3648ff76aa900edfebe0dd19b296]

        tdf#108259 Fix nested checkbox handling in autofilter popup
        
        The regression breaks autofilter with hierarchy (date for example).
        
        Commit id which introduces the regression 511fb8e80d298d42f5c45e7410bf64f2a25b441e
        
        Change-Id: If15f32db6b8c1a90d96fefe9740173c2cbfb919a
        Reviewed-on: https://gerrit.libreoffice.org/38343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-06-06  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [a915f55c1867c73b3d231afc6e9f6dee17965c00]

        tdf#99680 unittest to ensure there are no empty clipping regions
        
        Change-Id: Id4565858b0135b3177044558db87a68ef828955b
        Reviewed-on: https://gerrit.libreoffice.org/38403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2f5d1fc88f5d8b302d5c777b1becaad2f8406f97]

        tdf#108287 perf regression changing background color
        
        regression from commit 7c73c4605bb75b288e186b5de0ca12da1724353e
            tdf#48140 replace ApiCellRangeList in xlsx import (3)
        
        also added two nitpicks: reuse reference and use simpler ScRange ctor
        
        Change-Id: I8bda3932dd6c575e021e031ea0c14b6d9f253064
        Reviewed-on: https://gerrit.libreoffice.org/38417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-06  Stephan Bergmann  <sbergman@redhat.com>  [35cd5805c3052a1190cf98c0d7dd320f83fd3c5e]

        One more test to suppress
        
        Change-Id: I8ba67cc1d34ce25fe174887ab6cbca85e7ce8658

2017-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b684f4e548b2bd5d5ed264f1c84881462ef24f49]

        sw: prefix members of SwFootnoteBossFrame
        
        Change-Id: I9e9b1eee71ced50a76cff8d641628e451e045030
        Reviewed-on: https://gerrit.libreoffice.org/38428
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-06  Stephan Bergmann  <sbergman@redhat.com>  [f239694560701d7cab15e1b8d3bd340fe319c77d]

        Fix order of includes again
        
        ...after bfb978334cea775b8ae5c40ceea050ea0660d80a "osl: conditin.h and
        conditin.hxx doxygen updates"
        
        Change-Id: I63b6fefd2ed9a1c338e01f16c1efc1b6304103bc

2017-06-06  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [18cf49580846c176f2c93d0072ee9de96b129a26]

        tdf#36019: Disable context menu entry for extension removal properly
        
        When ExtensionSecurity::DisableExtensionRemoval is set in expert configurations,
        context menu entry of 'remove' for installed extensions should also be
        disabled along with the "Remove" button on the dialog.
        
        Change-Id: I66e4a8aafbaa633ab5626844c8df9e036045cd09
        Reviewed-on: https://gerrit.libreoffice.org/38283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [13f91bdc0c8cdb5c6107f2c5ebebe4611be8fe81]

        expand out FltError and eERR constants
        
        they're just aliases for ErrCode and ERRCODE constants.
        It's not like I can even convert them to an enum since the relevant
        functions do not return only these constants, but also a variety of
        other error constants.
        
        This a cleanup commit prior to converting the ErrCode stuff to an
        o3tl::strong_int
        
        Change-Id: Ia9f506a24f6bd382d86b68e46bec36e4da7a4310
        Reviewed-on: https://gerrit.libreoffice.org/38412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Stephan Bergmann  <sbergman@redhat.com>  [fee8afc22991dafa1c797a486df4722afb4cf17d]

        getBody() can be null for a defaulted dtor
        
        Not sure why that started to pop up only now, maybe something changed with
        recent Clang trunk.
        
        Change-Id: Ib6587b66afbf3e43d92c78432c0bfd61c74ba6c5

2017-06-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [16ce815df3c782fecb56f3112169189d956a200e]

        cppcheck: knownConditionTrueFalse
        
        Change-Id: I231113eaf3117e13ed18de906e3787643abe9335
        Reviewed-on: https://gerrit.libreoffice.org/38423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [e718817f0efc01c440271cc709c8e4eb28ff5c0d]

        simplify EasyFile::close
        
        since it only ever returns one value - 0.
        
        And once we've simplified all of those call-sites, we can do the same
        thing to EasyFile::createFileName
        
        Change-Id: I18dda80eb12cc6cf1c9ab0d3801084557e661dcc
        Reviewed-on: https://gerrit.libreoffice.org/38413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4ffd9388968c717fe4c21222f322fe1c375c434]

        replace SCERR_NONE with ERRORCODE_NONE
        
        since the first is #define'd to the second, and offers no extra value
        
        Change-Id: I8268b4969ccdc090eeb8cd877e476bb32d2ddd1b
        Reviewed-on: https://gerrit.libreoffice.org/38410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [86cefcf4dfeefc9c08dc1b6d30f9920db52bcc99]

        replace PRINTER_OK with ERRORCODE_NONE
        
        since the first is #define'd to the second, and offers no extra value
        
        Change-Id: Id3ce344e246d88b34d0e0fc2619da13f67587000
        Reviewed-on: https://gerrit.libreoffice.org/38409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [de8caac6bee3237ba634e7dce2e4635dc8bba57b]

        replace SVSTREAM_OK with ERRCODE_NONE
        
        since the first is #define'd to the second, and offers no extra value
        
        Change-Id: I2c67e09ea3aa5361b8e7dfe7a20858c6ae054450
        Reviewed-on: https://gerrit.libreoffice.org/38406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-06  Stephan Bergmann  <sbergman@redhat.com>  [690f2f5c4633780734a63305fd16733fb1344c74]

        Avoid loplugin:unreffun
        
        Change-Id: I75ea46f257046bb42b2bfad3a5bd4450868e0d69

2017-06-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a078328e91ab9cbd78a92608c1abdc2c57ff9ac5]

        tdf#107945: prepare for future multi-threading of pivot cache...
        
        It's disabled for now. We need to first make the edit engine and
        a few other places thread-safe before we can parallelize this code.
        
        Change-Id: Ie09536964ece42d43f505afc5e2611d469cc5c95
        Reviewed-on: https://gerrit.libreoffice.org/38424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-06-06  Yousuf Philips  <philipz85@hotmail.com>  [59c0682c46e52aa18bdbee4c14ef05af9329de33]

        tdf#94632 Enable sifr dark and set fallback
        
        Change-Id: If77b33acf4f8d3e2e9c38b3e5ef359a1fc966910
        Reviewed-on: https://gerrit.libreoffice.org/38387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-05  Olivier Hallot  <olivier.hallot@libreoffice.org>  [200a566cf106fc724b99c373f16da0058163b28d]

        Updated core Project: help  1ee48ef08e75e6e89b2f2166661d7fe97f60ba12
        
        Improvement on help pages in browsers
        
        Remove some debug info
        Google search box in nice colors
        Provision to place icons images in the right location
        
        Change-Id: Ie3f33d52a48f3d8a60cbc4aaf89859a661538a8d
        Reviewed-on: https://gerrit.libreoffice.org/38422
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-05  Julien Nabet  <serval2412@yahoo.fr>  [f60603a2d783af8ff3de1696795aab548ca8460b]

        typos
        
        Change-Id: I3a28b5ce7464de724799997234925533d45f6121
        Reviewed-on: https://gerrit.libreoffice.org/38420
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [09f38f4df1177768fbeefc31e6e73137b2784c49]

        gb_SUPPRESS_TESTS to build tests but not run them
        
        Change-Id: I390b97bbacfc123b952be2b54cf1333b4d5c24a7

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [2725f884655f1ef5c3de661ef03bef64405212ed]

        Improved loplugin:cstylecast to reference types
        
        Change-Id: Ie95ab6d588cfe40cc9748ce526b80d06fe825da5

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [3fdfbe68bad1bd99b6adaf756caa12941c15b9e5]

        Improved loplugin:cstylecast to reference types: basic
        
        Change-Id: Ib2159aef39d416905899fe91280d2234835e23e9

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [33451555e4fd8479c6ce64aad91ea93f3e03e633]

        Improved loplugin:cstylecast to reference types: connectivity
        
        Change-Id: I63c747efa2aacf4cb23de6fe9ab02af7abc107f9

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [7392e1326d4d2512576aa61c677068a560620bb8]

        Improved loplugin:cstylecast to reference types: cppuhelper
        
        Change-Id: Id442b7a76072fb346d927a7dd8659a05bb491f9b

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [46baf01c24a936e1c5f9a30d622c88247f28a9ea]

        Improved loplugin:cstylecast to reference types: cui
        
        Change-Id: I3473b5d90b91f73e3bc30a7a7c6035f7de7657d6

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [f41eea85217a9179b98502d536ec0548c9e1705f]

        Improved loplugin:cstylecast to reference types: dbaccess
        
        Change-Id: I298c4d8b8244488964ae1e63dabb8bf400c3fb32

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [256dfb9e78175c6e6a0723818afb9404ab350640]

        Improved loplugin:cstylecast to reference types: editeng
        
        Change-Id: I0a9321baf91ea0b460f4d1b6a638278275b184d3

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [c9e58c516e050f0134505f72b584490912d8dbb4]

        Improved loplugin:cstylecast to reference types: filter
        
        Change-Id: I2db987556b4b4c7542edf40c7f839c2939e78e25

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [420a8de648e77f7b065bac0bd8ef0d654fb0075e]

        Improved loplugin:cstylecast to reference types: forms
        
        Change-Id: Ide68579e892594875a5c38b3f62872d4eeae06cf

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [aed9c37e5a7d6be2fe698053b94ffccef8e6b8a5]

        Improved loplugin:cstylecast to reference types: hwpfilter
        
        Change-Id: Iab9d3845556b66341ca3298d6929502f50863f60

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [606dd77518319b3a0b6b547c8c6b10cd994e1ab2]

        Improved loplugin:cstylecast to reference types: registry
        
        Change-Id: I94070f7712604bcd4d118b94cb0f85e0146a9db1

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [ae75b0512fd7042d2f12ca66b136564bdf84b37a]

        Improved loplugin:cstylecast to reference types: reportdesign
        
        Change-Id: I63c951b4021db46d9cf6432dd56904a1b01a6c47

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [c03009c69deffbc9d19e0f67f9a0e114298e55c4]

        Improved loplugin:cstylecast to reference types: sc
        
        Change-Id: I75bbb06a5dd7a458a8ddb605cd8d722b01da8f54

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [760cd5b67be4225b6ff47b80a9afa97f2ddb466a]

        Improved loplugin:cstylecast to reference types: sd
        
        Change-Id: Icce4141f8aef688d85d219021606530839fb276f

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [03f2dbfabf2d1e8906ac7c3ec5d230facb0ec57c]

        Improved loplugin:cstylecast to reference types: sfx2
        
        Change-Id: I0e5be42d78130c34e6ec39c32d463ed15d59b377

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [eaa689639fb3e02c204ab3fa132f79aed5b598c7]

        Improved loplugin:cstylecast to reference types: sot
        
        Change-Id: I14135642998ef08dfb4aa4c7e10b327cf8d33de7

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [943a73ac8450fc0afc9792945a8f4428e903d9da]

        Improved loplugin:cstylecast to reference types: stoc
        
        Change-Id: I73909ff3bd5258d87d2a5f7d06d96ae447b13089

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [3631ef8ceaa72525f84226cb5017dadea2c2c414]

        Improved loplugin:cstylecast to reference types: store
        
        Change-Id: I78213cb2b8812ebdd1354c045318d081e4197934

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [31c3ca9fef4af2773668d4c7703bd851e012c55a]

        Improved loplugin:cstylecast to reference types: svl
        
        Change-Id: I37cc0ba5d05c198795c6ae3d0f1037aa1221cfb6

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [6616e886ae33e54d6048e2f8b635b5a358dccc01]

        Improved loplugin:cstylecast to reference types: svtools
        
        Change-Id: I7ac860cdf68e920834a65573a6f3344855840332

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [acb923263e3a15f9cd8fda46d28a749c7496d113]

        Improved loplugin:cstylecast to reference types: svx
        
        Change-Id: Idb58ca86ea6c0593283c455880ca7c0e99983c60

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [6b95231a2c6f9ae6ec544f9281c4ddc6d665c9dc]

        Improved loplugin:cstylecast to reference types: sw
        
        Change-Id: I7206d3325b4bfedb852d559b68dc1678da524b41

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [b1fba1afa1c1a5cf9074d2e9dd3e613ef0b318de]

        Improved loplugin:cstylecast to reference types: testtools
        
        Change-Id: I39ff292f420bb59e79f4cf83fb453cf0e1bd6228

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [919dfc6f058cf246d517c8ab66b802d64c1b6fcb]

        Improved loplugin:cstylecast to reference types: tools
        
        Change-Id: I3351bffc0f6a0725be780c7611138d6a4db5888e

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [905ee1626e8b1938aa49d6e9465f6c27cdeaafa4]

        Improved loplugin:cstylecast to reference types: vcl
        
        Change-Id: I86d31a6dcd01700d6ac8712134f82f0cc83e46f6

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [f9efb261dd4a0627ab144aa450c45d07f0420f23]

        Improved loplugin:cstylecast to reference types: xmloff
        
        Change-Id: Iff207fb9dfbe5cc354abdeb5833786a52bedbb3c

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [0f84a32f5b1dbc9f3751b4f8432283867932e155]

        Improved loplugin:redundantcast, const/static_cast combinations
        
        Change-Id: I3b24327835cd4e1842ee6e9b87ab06efa25a4bbf

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [8301695f8fd16338128261b1edbf60852f2d0a68]

        Improved loplugin:redundantcast, const/static_cast combinations: sdext
        
        Change-Id: I253b0481f3ca9c2d9c45453acfa3d1702e6d701a

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [7e6bae9b1fbf75ca67f432f7bc78dd503600fb86]

        Improved loplugin:redundantcast, const/static_cast combinations: sot
        
        Change-Id: I32a9d3f9b7cb978c649461e01a802f4356217f8f

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [9af1afef1bc24b9fb3bbdf1d4abbb254a683e6cf]

        Improved loplugin:redundantcast, const/static_cast combinations: svx
        
        Change-Id: Iad640d9b2b7b2dea7b991d563cb32fd9c70ea695

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [0f08aee36f83a645237c4b75d622cc82108504c7]

        Improved loplugin:redundantcast, const/static_cast combinations: sw
        
        Change-Id: I642f6658f26f852019697c69cd7378c1cf2feefe

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [84e18e91f3464f504fb68e0fc7eae7a59272a7da]

        Improved loplugin:redundantcast, const/static_cast combinations: unotools
        
        Change-Id: I5a4956f6c707216f11ab9cde2fcd961a662ad70d

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [bb6fae4d534e3984677bacc47a17bddfdc29329a]

        Improved loplugin:redundantcast, const/static_cast combinations: vcl
        
        Change-Id: I1d104fc0dbaa75a401eb9c405062c157f29ef42c

2017-06-05  Stephan Bergmann  <sbergman@redhat.com>  [0763d8413ed87d17fe2510608e2d7399834a5388]

        Reduce loplugin:redundantcast warnings about functional casts even futher
        
        Change-Id: I8884e17c453831e048c43012ee176093c5b2f99e

2017-06-05  Julien Nabet  <serval2412@yahoo.fr>  [f749e7d705e38bd9f076334ad978638272e0f361]

        typo: checkNotUninitilized->checkNotUninitialized
        
        Change-Id: I6d19b7824f829f6747144614b3c733a02dbdae79
        Reviewed-on: https://gerrit.libreoffice.org/38415
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-05  Julien Nabet  <serval2412@yahoo.fr>  [209ef7072b09cb70b0031a72b0fa84a671d9f268]

        typo: INITILIZE_ENTRY_SCAN->INITIALIZE_ENTRY_SCAN
        
        Change-Id: Idc234c7807e2839a7fd47faac3536a1fd961ef7e
        Reviewed-on: https://gerrit.libreoffice.org/38416
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ac341548dc45fedee5a8d8544afeff6c0e142aa5]

        Fix typos
        
        Change-Id: I9eb05432732a04e816946fbb13001df100a31f73
        Reviewed-on: https://gerrit.libreoffice.org/38395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-05  Mark Hung  <marklh9@gmail.com>  [89f038765a36a938961863efea2e0e07515f44d6]

        tdf#58604 keep line break follows hanging punctuation.
        
        Do not treat the line as full if the chacracter following
        the hanging punctuation is a line break, so that the line
        break is placed after the hanging punctuation instead of
        at the beginning of the next line.
        
        Change-Id: Ia6e07cf457b3e1ba39700eb6d6dc74e4b57b64de
        Reviewed-on: https://gerrit.libreoffice.org/38216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-06-05  Arnaud Versini  <arnaud.versini@gmail.com>  [f2d40b8ba172d90be9a43c30cd5cbd62c0e8e548]

        Remove all allocation of VCLExternalSolarLock.
        
        This patch is graciously offered by Arnaud Versini.
        
        Change-Id: I3ed5e1758d09542a2ca0533e3f4a6ceb2dbb6346
        Reviewed-on: https://gerrit.libreoffice.org/38404
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [118bcbc83e38604189bec667a394a4acaec98f56]

        convert FatError to scoped enum
        
        Change-Id: Ic9da7c88077d0f8a6998971122c64ce20a1990dd
        Reviewed-on: https://gerrit.libreoffice.org/38402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [146033f5da8ee588c9a4dda93aba64477e174541]

        spelling instanciate -> instantiate
        
        Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
        Reviewed-on: https://gerrit.libreoffice.org/38401
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [17a2c9e8e2361de27013a25e51f3a3ca729f1b31]

        clang-tidy performance-unnecessary-value-param
        
        Change-Id: I6ed8c54c7c45931d91709cc818f2483c70197192
        Reviewed-on: https://gerrit.libreoffice.org/38400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-05  Arnaud Versini  <arnaud.versini@gmail.com>  [8fa4b0429b514c0d696ebfc2e47418292d7ec367]

        avmedia : Simplify Window::Window
        
        Change-Id: Idf5dc2814d2c4eb8e3a20a0e32e08839d2e6c5f7
        Reviewed-on: https://gerrit.libreoffice.org/38392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-05  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3580f5a856514a8e2521f5ccf1e797bb25a19a90]

        Updated core Project: help  fadaa62d1dd4757a355adb68f58b0a77b5e854b5
        
        More work on help pages in browsers
        
        Now works offline with file://
        
        Change-Id: I03e061078f128e46810472fc484495aff684e3f4
        Reviewed-on: https://gerrit.libreoffice.org/38396
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ddf8539d97ce044b7df8d51d6ec72ec864b40fb8]

        fix packaging with python 2.6
        
        set literal syntax was introduced in python 3
        and backported to 2.7 later
        
        Change-Id: I4ddf76729de425ba93daf5c287969dacabcee01d
        Reviewed-on: https://gerrit.libreoffice.org/38393
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-04  Caolán McNamara  <caolanm@redhat.com>  [05e39d40bbb1718690b5c182d6e4736f43cd8183]

        wrong qpwfuzzer libs
        
        Change-Id: I558061f6a7671109bfe095e22940428b88e7076a

2017-06-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8511ee5cd11a5143a4476c0152f0ede0f2b6b87e]

        no need to construct unique_ptr here
        
        and std::move is not needed when returning unique_ptr
        
        Change-Id: I9b4d2d6b8a41b570a9bd99e44a743ff161b78c59
        Reviewed-on: https://gerrit.libreoffice.org/38385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-04  Arnaud Versini  <arnaud.versini@gmail.com>  [c4ac732d8132b36b3817e65d2651599ebe16a7f2]

        Remove usage of OString("")
        
        Change-Id: I0874f81c35573048d05b3842806daa0db67f7887
        Reviewed-on: https://gerrit.libreoffice.org/38386
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [a9527c9524c11af0558d838ae3d10f77f5475771]

        tdf#106607 - Sifr icon for "Table Styles" needed SVG
        
        Change-Id: Ibd11e2f406798d625786c98d874abaf3cff6df2f
        Reviewed-on: https://gerrit.libreoffice.org/38230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [7cace94e8a20729df6c8ac0f4841a9df7e2c51fc]

        tdf#106607 - Sifr icon for "Table Styles" needed
        
        Change-Id: I174e8022fbc206256b19fb8e9f2a60f02757fce4
        Reviewed-on: https://gerrit.libreoffice.org/38227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [7f0fe098d140354cabe024b84d9a21f831496d07]

        tdf#94632 Light sifr and breeze icon themes for dark OS themes
        
        I inverted the original sifr icon theme as is - finetuning will happen later.
        
        Change-Id: I35eaccc539542465010c89d1ef35b0b0a449d243
        Reviewed-on: https://gerrit.libreoffice.org/38377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [482387e7b9b51b7fe9b797fd24eba70d48a24f0a]

        Updated core Project: help  ac24ea0b5c1d2b453b83cbc8f93e99b6955416a7
        
        Quote not used in help bookmarking
        
        Change-Id: Idf055cb16ec0b6e94bea8aa911967570023bbeb8
        Reviewed-on: https://gerrit.libreoffice.org/38379
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-06-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [453ce05c3951b6459a6450e6ac09377f70ecbc16]

        tdf#108324 fix crash: paste from textframe
        
        rAttr references *pC->maCharAttribs[nAttr].get() and assignment of
        a unique_ptr is essentially a reset, invalidating the reference.
        
        regression of commit	dd891ec422fb35eada219ca7adddbd60d69f1fb7
        	cppcheck: memleak (false positive)
        	but manage ownership from start
        
        Change-Id: Ica81f0af18e11b32d2f97045961630858c78e9af
        Reviewed-on: https://gerrit.libreoffice.org/38382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-06-04  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [4e547d147d6df7042db58bfa3060140c849493f4]

        tdf#73873 Fix missing embeddings in word/embeddings directory
        
        In commit:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=ad90e22f1970d019e1f2a1e8ba8020c0f0cb36c4
        the refactor was made. Unorfunately due to mistake
        the embedding was always resetting.
        As a result only one embedding document was added.
        
        Change-Id: Ie268b1bf8906ac7b8e061526a9186b3b4b46bef6
        Reviewed-on: https://gerrit.libreoffice.org/38369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-06-04  Eike Rathke  <erack@redhat.com>  [bb9b6cb4e6cfc5fbb4733abb8e9f5758987c197a]

        Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possible
        
        * create ScFlatBoolRowSegments in ScMultiSelIter only if necessary
        * create ScMultiSelIter only for affected columns in
          ScTable::MergeSelectionPattern() using ScMarkData::GetMarkedColSpans()
        * obtaining a full ScRangeList in ScMarkData::GetMarkedColSpans() was
          completely unnecessary, use existing selection containers instead and also
          if possible avoid creating a segment tree that needs to be converted to
          vector, directly use a vector instead
        
        Improvement:
        * under ScDocShell::Load()
          previous: Ir:  26 454 571 612
               now: Ir:  18 811 368 362
        
        * thereof under ScTable::MergeSelectionPattern()
          previous: Ir:   4 104 164 533
               now: Ir:     664 738 808
        
        Change-Id: I95895a3a000c1a0b7895fb0696b0889c6d6b4d49

2017-06-03  brainbreaker  <gautamprajapati06@gmail.com>  [a21ec27fe5d8de3455522deeedc2dc43cb41c073]

        android: Update configure.ac for NDK r14b version
        
        This commits updates the NDK version warning
        in confiure.ac for NDK r14b as it is now tested
        for building Android.
        Also, Modify code in JStatement.cxx to suppress the warning
        of ignoring return value which turns into error with
        --enable-werror argument.
        
        Change-Id: I40b264c2f39788948dbf947073de63c3347184f9
        Reviewed-on: https://gerrit.libreoffice.org/38359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-03  jan Iversen  <jani@libreoffice.org>  [a318fc479cf7255a7fdf12f578b8c3199eda5367]

        iOS, prepare for arm architecture
        
        Need arm46, armv7 and i386
        
        Change-Id: Idd72ca070c98974cc31833839e8eaf64ab5ced03

2017-06-03  jan Iversen  <jani@libreoffice.org>  [73e64e295d97d16e6e63e3182a5ad336969f7866]

        iOS, upgrade and moved LOKit_init.
        
        Upgrade to new version of frameworks.
        
        Moved LOKit_init to "didFinishLaunching" to "DidBecomeActive"
        
        Change-Id: I2f805c4a9d21b049362fec1ec5258496b9505260

2017-06-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9564d47423ca67e73c6bd4fe5a8fea34d33f74b5]

        cleanup unused css/inspection/ and css/reportdesign includes
        
        Change-Id: I123522dc1df439898dab13c2259e4116e330ad99
        Reviewed-on: https://gerrit.libreoffice.org/38367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-03  Caolán McNamara  <caolanm@redhat.com>  [e9ca7bc9134075979eab37f10c64c518438f7592]

        add quattro pro fuzzer
        
        Change-Id: Ic9ba37af508eabce528ea57ae5839b1cd603b3e1

2017-06-03  Eike Rathke  <erack@redhat.com>  [77d1e0c49adea959dd418de9b6cf9901e01be3ae]

        sc::ColRowSpan::mnEnd is inclusive
        
        Wrong since
        
            commit 1e721077b43de84edab2a3ed2f316ddcbec6e3ec
            Date:   Tue Oct 7 00:22:32 2014 +0900
        
        and
        
            commit 91502a72c12c559442e8bf77c27a516b49c2a68d
            Date:   Thu Oct 9 14:44:27 2014 +0200
        
        So HasAttribSelection() and HasSelectionMatrixFragment() did not query the
        rightmost column of each marked range from ScMarkData.
        
        Change-Id: Ie3aca26ee1b6c249c1135268dc0ad3ea053ea2b8

2017-06-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [7c83796327e4ccf6a216a2909adeb08b0ca8f943]

        solenv: typo in mkdocs.sh script
        
        Change-Id: I446826c9f0b07b2d44321c1a1e68ea29c6d68daa

2017-06-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [261a2ad41c7478d0771c74825eca74939f7c55ee]

        osl: explain why in file.h a memory mapped file is "shared"
        
        The original comment reads:
        
            Don't know what the "shared" is supposed to mean there? Also,
            obviously this API can be used to map *part* of a file into
            memory, and different parts can be mapped separately even.
        
        That's because memory mapped files can be used as a form of IPC
        that allows multiple processes to share data.
        
        Change-Id: I3cb34fcdb0a93233b22ac888712f9c1d650b30ea
        Reviewed-on: https://gerrit.libreoffice.org/38348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-06-03  Michael Stahl  <mstahl@redhat.com>  [f7b5b5448b0d21675569d4f011e518a282ca0612]

        odk: fix extremely stupid typo
        
        Better to delete Set than get.
        
        (regression from 83719c5d4a91222b8aa30fe1cc64b97eb)
        
        Change-Id: If4ba3982ad5391206641e56a7674a1dfe3bef646

2017-06-02  Eike Rathke  <erack@redhat.com>  [3a13d0a39b8f9d8e39402f557c296abadf895626]

        Add documentation about documentation generation..
        
        Change-Id: I48f99b40b455d968a9cc029ff6e2e1099f937b23

2017-06-02  Eike Rathke  <erack@redhat.com>  [edea6e1ea5fc172e1177a7d2fe727bc11481af71]

        Output return type and use Bounds for OpCodes without return
        
        Could be further refined to use Array for functions that are capable to return
        one, and even ForceArray if always an array is returned, which then could be
        used by FormulaCompiler::IsMatrixFunction() instead of the switch cases.
        
        Change-Id: I099f9632dd0f206f3e5c07799b1ad73a67dee44f

2017-06-02  Eike Rathke  <erack@redhat.com>  [e3c73fea1a65d42744f60df3f95b047459cf01e0]

        Add parentheses only for functions and operators
        
        Change-Id: Ifdd3b0644c54b93f32e93b9448a4364475027a00

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [9c9109c6e09890ac6f6596cdfbe3b6e1f7cfded7]

        scp2: move package desktop_scripts_install to AutoInstall
        
        Change-Id: I96baefdb6511f4bd632a0044b26074834615bc57

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [bb90b21dbdd50e6d7e5378a0f1d6bbb595af5087]

        Package desktp_install was deleted
        
        Change-Id: Idc1d89a46031ae4d2151d96cc25e48945878fb03

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [3563faa83719c5d4a91222b8aa30fe1cc64b97eb]

        odk: remove PackageSet_odk_headers
        
        This is quite confusing: the gb_Helper_register_packages_for_install
        odk_headers does not actually use the Package odk_headers, but the
        PackageSet odk_headers, because the name is the same and the PackageSet
        directory comes first in the search path.
        
        This means that the Package odk_headers_generated is installed despite
        there being no obvious reason why.
        
        The PackageSet doesn't provide much value here, so just remove it.
        
        Change-Id: I564f3b9fc6acaabe700328bc8c3db70c3b2de0cd

2017-06-02  Eike Rathke  <erack@redhat.com>  [040372195a9884ffd8065a6ed8be195fd56fc6fc]

        Add all OpCodes without parameters to classification
        
        ... to get a clean documentation output without "parameter count
        differs" warnings.
        
        Change-Id: I75a0ccf365e203f0549b2b2fce3b0b44a1e83424

2017-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a59b30bb1af55f7afd8b98e4b60234f98d84c76]

        Related: tdf#108269 DOCM filter: preserve VBA stream
        
        This means 2 new streams when roundtripping DOCM files that actually
        have macros: word/vbaProject.bin and word/vbaData.xml (+ the relation
        pointing to the second from the first).
        
        Change-Id: Iba24eea4c5bca8f743a53027c71ed2aae48f1934
        Reviewed-on: https://gerrit.libreoffice.org/38360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-02  Eike Rathke  <erack@redhat.com>  [ecad6d749726dbb8c945f67fca3856cbd2ff4851]

        Streaming sal_uInt8 with value 0 into SAL_WARN truncates output, cast to int
        
        Change-Id: Iff7a375345226cca0f908c8389167c6f0dde5a7e

2017-06-02  Eike Rathke  <erack@redhat.com>  [61b5cb4cb3d8fe1f93b760bf753d58fa92bdc29e]

        Remove pointless SAL_INFO
        
        Another fallout from the blind fprintf to SAL_INFO conversion, where with
        fprintf the line was continued later.
        
        Change-Id: I5b8f2a81b1c4dd2a5faaa659734da7d6275319ce

2017-06-02  Eike Rathke  <erack@redhat.com>  [18456108729aa3365ad246a95251961086193d8d]

        Fix build with DEBUG_SC_PARCLASSDOC
        
        Change-Id: I0d88dd87a8913b38d0b469d73f15bd55e44295e3

2017-06-02  Eike Rathke  <erack@redhat.com>  [79171b26b427d211e2077eea5af2e8b1d6428140]

        bPartialMatch can't be true here
        
        Change-Id: I14c7540e39a70ac9b73b1af91742c1e3aa82c110

2017-06-02  Eike Rathke  <erack@redhat.com>  [3a80d9868123eecffbd1b3eb57d5c7ac813f10ee]

        Fix some horrible source code formatting
        
        Change-Id: Ic438b776ebd623915a000980b3c739d6a73bbd8d

2017-06-02  Caolán McNamara  <caolanm@redhat.com>  [4d7ed5744de18cd50056999e176f4647dd9e31e2]

        avoid config for fuzzing
        
        Change-Id: I192ad315fcf66d739f0cdc4f81622c868b92cf8e

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [c06acf156934741e7658bd22f861a1e4c55511f1]

        scp2: oops, forgot to add some commas
        
        (regression from 203c12c7ce5f54971755fb6fb2f04ec36e7797c4)
        
        Change-Id: I2089300758025fc4ecc079c1435aa572e5d9c0ab

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [6a3f3d37fc60d09cebf75b7bad328d2259a26763]

        more_fonts: stop building that fontconfig file on WNT
        
        Change-Id: I485b725ff824f113991900c1ea110aab1b0421af

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [4f56da239de91cc1a1fdf3138bad5fff86b2bf96]

        scp2: remove all ComponentConditions that test Windows versions
        
        Windows 7 (6.01) has all the features we want.
        
        Change-Id: I96356b2decb26af526bceda8081875d418f17274

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [8dac2cc0b93d51e9b3fff652ed1f2f4730b5c1c2]

        scp2: merge explorer extension modules
        
        Don't need to check the Windows version any more.
        
        Change-Id: I774e68b6b3a07684e60532f9d76b9af6d2ea28cf

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [78d03c63890700be56144cfbafda42749cfd58d2]

        solenv: installer: remove DONT_DELETE style
        
        This style was only handled in the installer code for registry items,
        but in scp2 it was only set for files, so effectively it was unused.
        
        Change-Id: I197eeded29648aee2489e302f7b5e48bf13a545c

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [f8de1df4be6c97f279dd344ef14e2967d848bd32]

        scp2: move fonts to AutoInstall
        
        Add new PACKAGE_FILELIST_FONT
        
        The DONT_DELETE style has no effect for files.
        
        The FONT_WARN_IF_EXISTS style has no effect.
        
        Change-Id: Id062ada0a680341c01827e457b1166d625afe8cc

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [fbed35762a6b14e8fda5179e320a9c30fd426454]

        scp2: replace PACKAGE_FILELIST_DIR macro with SDK_PACKAGE_FILELIST
        
        Change-Id: I3632c618e385d3f9963637c26d94b8395d5b8cb5

2017-06-02  Michael Stahl  <mstahl@redhat.com>  [203c12c7ce5f54971755fb6fb2f04ec36e7797c4]

        gbuild: AutoInstall: allow per-module Package template
        
        Change-Id: I83404709ae7bd3f4683ea9dab8d3f0e0875bc10f

2017-06-02  Michael Meeks  <michael.meeks@collabora.com>  [bda955398d38f8f7d2de5e03cc5ad4908b85c0d9]

        PPD parsing: set default as well as value, add more parsing info.
        
        Change-Id: I44ea2518d957b5ceee70df1b9a15779ffd5eb7a4
        Reviewed-on: https://gerrit.libreoffice.org/38317
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [97fa7024ce608b7908aca369e8c643a5de9ebf78]

        Related: tdf#108269 oox: allow recovering broken DOCM files
        
        The content type inside an OOXML file differs for DOCX and DOCM. These
        must be in sync with the file extension, otherwise MSO refuses to open
        the file. We used to always write the DOCX content-type even for files
        which had the DOCM extension.
        
        Allow users to recover those broken files by detecting a "has docm
        extension but docx content-type" file as docm, so re-saving it will
        produce output that's accepted by MSO as well.
        
        Change-Id: I7d60c6f6c1d0421e95b3dc9e8fff617f101919f5
        Reviewed-on: https://gerrit.libreoffice.org/38342
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-02  Julien Nabet  <serval2412@yahoo.fr>  [f883a6b420efa7ed099448f7e6e5cadaa3bb275b]

        Cleaning in table.cxx of firebird
        
        - Replace nNullabble by nNullable
        - Replace wrong var name sNewTableName by sNewColName
        
        Change-Id: Ib10de7057c0d131f8504e8387721a05bd9e4434f
        Reviewed-on: https://gerrit.libreoffice.org/38251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c855400e9686ddd8bcba5691393f839f6f52c966]

        Reduce loplugin:redundantcast warnings about functional casts even futher
        
        Change-Id: Ieae9b5c9c7c6d9b8459e5d163f55d8f5024adfae

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [95645cbf0a220c338600130bdeca49743b252972]

        Improved loplugin:redundantcast const_cast handling
        
        Change-Id: I4c24ff5d9d5e74bef2a4040c6308c504282af55d

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [ff77fdbe29f0cf93f93d6e75ba5ca101e2e321a5]

        Improved loplugin:redundantcast const_cast handling: dbaccess
        
        Change-Id: I7a40549601a9a396c8adec16806b1f76f78734a2

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [12f933a81d4b036cee5f33f146237b6f5f58c85e]

        Improved loplugin:redundantcast const_cast handling: sc
        
        Change-Id: I6984f6d5273cd2a7dcc87524cfde9d03c7a5b20d

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [883d4be1615458d1ce7bb7bd102f244b068119dc]

        Improved loplugin:redundantcast const_cast handling: sd
        
        Change-Id: I3a34d9192ff405ee14df0f9b6c40ead80faa1738

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [434ccf734addc8f26b955bcc418fe3047e0cfdfc]

        Improved loplugin:redundantcast const_cast handling: svx
        
        Change-Id: I6a504593e6331c75053bce4743d2671277c9204f

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [b6aac4e597263f16703feeeab4007c96ad5ac209]

        Improved loplugin:redundantcast const_cast handling: sw
        
        Change-Id: I7a420427f7be1b42907272b314cf3b864e1fe7ba

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6d96156778b11ceb076d1e51c38379be44fb06da]

        Improved loplugin:redundantcast const_cast handling: vcl
        
        Change-Id: I7ecc72d4a5a68db8755ff0147fa1326e33827a82

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [903bd0db0977f35c7d2cdfd82783591bbd374a7e]

        Improved loplugin:redundantcast const_cast handling: xmloff
        
        Change-Id: I61873d1a1d26db0b757b242c395f9bf96702b055

2017-06-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c0cee64b9430da404fa52988871fae6a5dd9f41]

        no need to assign a nullptr after a bad_alloc
        
        since if the allocation failed, the assignment would never happen
        
        Also use early exit to simplify the code in X11SalBitmap::ImplCreateDIB
        
        Change-Id: I73301bfad6492c2b42c08744c24cfb78237983f0
        Reviewed-on: https://gerrit.libreoffice.org/38346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-02  Caolán McNamara  <caolanm@redhat.com>  [70c477e80bb0b345f64c54cae681f7eba12a7968]

        Resolves: tdf#108187 fatal exception on testing if ooxml is a odf
        
        Change-Id: Ie88a66aa8d73bb3c4045629604756470ce51b92b
        Reviewed-on: https://gerrit.libreoffice.org/38352
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d432c0e7701ea61d81364f9fdf0118f947e365a]

        fix spelling Countour->Contour
        
        Change-Id: I2dd8c0dcca439d1d435bdd339f7e76d139faa98b
        Reviewed-on: https://gerrit.libreoffice.org/38345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-02  Yousuf Philips  <philipz85@hotmail.com>  [b46552194dc41d0f3eabea373c36181878e8729f]

        tdf#91820 Move cells styles to their own main menu entry
        
        Change-Id: I06ea5723a8dc65f12886439267a15e0c471255f5
        Reviewed-on: https://gerrit.libreoffice.org/38351
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-02  Caolán McNamara  <caolanm@redhat.com>  [2b61ae38d410e0748e53ac3c0d361ab622da1fb5]

        rework ScQProReader to take SvStream instead of SfxMedium
        
        its only uses the stream anyway and this makes it far
        easier to build a fuzzer on
        
        Change-Id: I4aa8b56d4b041708c4de1730d503641ab23c14e8

2017-06-02  Gabor Kelemen  <kelemeng@gnome.hu>  [1d5c3028dcff26b16bccd9d11380ece5abfadf14]

        Updated core Project: help  4ee7e6ef7170ae862b93d89badf5b512c60f0863
        
        tdf#102930 Update New Address Block / Edit Address Block page
        
        Add missing bookmarks
        Sync with UI
        Make it have two window names in the title
        
        Change-Id: I99d424919d3792e3c1a0ff4c2427cb335e74fad3
        Reviewed-on: https://gerrit.libreoffice.org/38326
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-06-02  Gabor Kelemen  <kelemeng@gnome.hu>  [b5983fc994787d3fabf15023082dec9fa015e3f0]

        Updated core Project: help  553a97f7054e416ffda2bda008f7cf55a478d09e
        
        Add custom HID to the From Data Table options description
        
        Change-Id: If5de917172e1b5fe0ef8819a96a41421e9cd8f22
        Reviewed-on: https://gerrit.libreoffice.org/38245
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bd4a922298c170fad2f90ff9e1e1344fdc51ad7]

        oox: clean up lclHasSuffix() and its copy&pasted version
        
        These were added before rtl::OUString::endsWith() was introduced.
        
        Change-Id: Ia8ee94c58429b3c5981d4f180d944aefe8cb0201
        Reviewed-on: https://gerrit.libreoffice.org/38339
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-02  Yousuf Philips  <philipz85@hotmail.com>  [9d2c9d9c6fa592d83a5236a4b9626ad2c1e8c408]

        tdf#108291 Make style formatting toolbar not contextual
        
        Change-Id: Id51ac1b1cc058f20722b01fd8c01d267c9e8d91a
        Reviewed-on: https://gerrit.libreoffice.org/38340
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-02  Yousuf Philips  <philipz85@hotmail.com>  [fe6fb37dff61f83e80076a0c9d9caf3714ed590f]

        tdf#107915 Add paragraph and character style aliases
        
        Change-Id: I4fc94b92ec0573147c5f2737107b52e85e55cb4f
        Reviewed-on: https://gerrit.libreoffice.org/38009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-02  Yousuf Philips  <philipz85@hotmail.com>  [f691a49fc323a504d4ac2323f1c6cb388e25b9e5]

        Disable auto building of oxygen icon theme
        
        Change-Id: Idad0f31b4a41074cb2d894c2b2b1abe6489a4e71
        Reviewed-on: https://gerrit.libreoffice.org/38289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-06-02  Gabor Kelemen  <kelemeng@ubuntu.com>  [bad19f8ada3978a8eb603719aa0767a89281c68f]

        tdf#102930 Add custom HIDS for New Address Block page
        
        The New Address Block and Edit Address Block windows
        in Mail Merge wizard use the same ui file as the Custom
        Salutation windows, yet they differ slightly in appearance
        and a bit more in functionality.
        There is already a help page for this, so we need a few HIDs
        to be able to hook into that.
        
        Change-Id: I5d1e11d62e28c02d74e0e6833e493923a5d699cf
        Reviewed-on: https://gerrit.libreoffice.org/38327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [5872221094834af8553b3a7028d52f26dda391fa]

        Reorganize tests
        
        Change-Id: Ic3d9e55b2730a3ea01cc6c7c9fbdd80a1e653c7e

2017-06-02  Gabor Kelemen  <kelemeng@ubuntu.com>  [4d0f4fefeb128cf7d61ebfceb8fb2befd3e98904]

        Add custom HID to the 'From Data Table' option
        
        On the X/Y Error Bars window a custom text is
        set for a radiobutton if the chart has its own data table.
        The difference is explained in the help, let's display the
        correct description in the extended help.
        
        Change-Id: Idaa6038818bc4f87ea490a457e7c96ff741f1f77
        Reviewed-on: https://gerrit.libreoffice.org/38240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [99377fd4d1c7fd72fc05999d01be6755b672cdfe]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I465469471dc95e5dd61ecafd8ee8c9424b1b8030

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [841d8a60935ea59b7ba7efb9788dc2ec40cf5689]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: Ic61ed0cb1d64b27abe0007e28c7b261de3ab7114

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [1fce9840512f15430bf98004269527f83cd3f0f8]

        Make loplugin:redundantcast functional cast warnings more verbose
        
        (useful when types involve typedefs)
        
        Change-Id: I93e8962fd4b9c4ef79990e057dfa07538380008c

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [beae2dd6c88d341f8c7de567c3da9fcc1ff423ab]

        Improved loplugin:redundantcast static_cast handling
        
        Change-Id: I74e4ebda40f95661c5ae344132fcabbbf08ab0a4

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6a62339a6cc236cc39b827658099c3883fcffaa2]

        Improved loplugin:redundantcast static_cast handling: cui
        
        Change-Id: I6c8ff3929201bdef23bc67fa82c73258f7a5437f

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7d81894613e8697f9291fb8c346b444cf024a786]

        Improved loplugin:redundantcast static_cast handling: dbaccess
        
        Change-Id: I4037cff3213f9885353ba0f5a810ceba68cb17b5

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7255c15cf5dd17701542c3769e948ffc089212d2]

        Improved loplugin:redundantcast static_cast handling: drawinglayer
        
        Change-Id: I286b51f11410aad13bd4544998f0d6b56c854851

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [9b80567859754a49f23ae701ec59eb36820fd1a3]

        Improved loplugin:redundantcast static_cast handling: editeng
        
        Change-Id: Ia7541038df7c9eca00f99d70e5a1fc817028f686

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [2b9556b3e44e5cbccfeea69cbace8bef255282f1]

        Improved loplugin:redundantcast static_cast handling: extensions
        
        Change-Id: I4320d9631977ed21245fc934368600c4c91668df

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [746de8119cb5824cfcbe195313e1de258d3b8d24]

        Improved loplugin:redundantcast static_cast handling: framework
        
        Change-Id: I3b4fa47a14a68edcdd3305787685531b0a760ab2

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [fbf8fa7e4728a717039b8779d69321cb88e5e527]

        Improved loplugin:redundantcast static_cast handling: opencl
        
        Change-Id: I45fc65e3b27e0c57d041c4f724c23d90ec1448d3

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [cac4aa7b7a272e81360bcd27a6388500b0f6aeef]

        Improved loplugin:redundantcast static_cast handling: package
        
        Change-Id: I3b38df7b130ac8c0591b9429d871274718dcb993

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c71d9f3bb1aad3f86de93655cf02313a8894f877]

        Improved loplugin:redundantcast static_cast handling: reportdesign
        
        Change-Id: Ifd1c46b077df5b73e3fcba699e8d598e38664840

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c72d788410c13321c7079b2f185a26baea735b59]

        Improved loplugin:redundantcast static_cast handling: sc
        
        Change-Id: I11f0deb6913a7a3adc6bc31890451e05bfa00802

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [b38b619681465459e0330b9a3417fffcc4e15a17]

        Improved loplugin:redundantcast static_cast handling: sd
        
        Change-Id: I07297ff8ceb69c0da2396b452bb7448f8c4ca07b

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [a760d2d1d05e04085e66c30eaf4ac23a4a1faf51]

        Improved loplugin:redundantcast static_cast handling: stoc
        
        Change-Id: I30b0c1a3f07d55f5f024fb2a595592eb0417ad9a

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [da76bb4f2ad68e36aaad1b6e451b53388141c845]

        Improved loplugin:redundantcast static_cast handling: svx
        
        Change-Id: I299d53fcef4276626944cfbaefbf1bbd4ce5d5ab

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [f51dc77f30b0b38122b498f02d19045b6b224921]

        Improved loplugin:redundantcast static_cast handling: sw
        
        Change-Id: I699e7f0201d6c49344cfeb5a1146b20fcde72f9b

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [04f6481e4edf160d8d01817c770b56a5abeb7702]

        Improved loplugin:redundantcast static_cast handling: unoidl
        
        Change-Id: Ic959703c5f5ff594d0c430f6756a3fadf09cfd73

2017-06-02  Stephan Bergmann  <sbergman@redhat.com>  [cc6451efd98eff04935e8da5e05dd26a6b208557]

        Improved loplugin:redundantcast static_cast handling: vcl
        
        Change-Id: I3cf2f05b0076c6c99b84eef4246d3d5c149d6f3d

2017-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d95f50689f915b92211714495e866e2f47909f11]

        tdf#70415 PPTX import: fix assert fail in importEmbeddedGraphics()
        
        The intention for the parallel import is that the number of input and
        output arguments is always the same. On error just empty references are
        returned.
        
        That means we should not check for empty references here, otherwise the
        input and output length won't equal.
        
        Change-Id: Ief86162e7f827bc413c4dde4a4c9f606a83ea803
        Reviewed-on: https://gerrit.libreoffice.org/38316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6664c1fc92bcf9a7fa9f66896a65bc1b44bdab37]

        fix comment: B2DVector::angle ranges from -pi to +pi
        
        Change-Id: I53f9bad932c0d389081575a0c99f1d86a872ea54
        Reviewed-on: https://gerrit.libreoffice.org/38334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [0265bdb92e5dbb5ba851a3d89eb8722bdaf081be]

        convert GRFILTER constants to ERRCODE_GRFILTER_
        
        since various code mixes these constants in with ErrCode values from
        other code, let us just make it into real ErrCode values.
        
        Change-Id: Ifa3d0f7526172609a44e6749bed9f730ab6b1a95
        Reviewed-on: https://gerrit.libreoffice.org/38313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf0651fe736c1f411651ee2691ab009fe271be2f]

        clang-tidy misc-uniqueptr-reset-release
        
        Change-Id: I19c3d6795bae459fd505f3b24d71bb9aa6ca7e97
        Reviewed-on: https://gerrit.libreoffice.org/38307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d8e704ef30a6d7f606e58b25be54bbe79c9e40b6]

        Updated core Project: help  d1c9924da3f8ce4145bed294eca382814426f2ad
        
        Grammar: missing definite article
        
        Change-Id: I73e645574af8558d0374cfd93a81f2fdfccd435c
        

2017-06-01  Stephan Bergmann  <sbergman@redhat.com>  [6517fd2107a5a71290afad8850da0eab51519bc6]

        HAVE_THREADSAFE_STATICS sould always be true
        
        ...(for LIBO_INTERNAL_ONLY), now that the status of Android has been clarified,
        see <https://lists.freedesktop.org/archives/libreoffice/2017-June/077827.html>
        "Re: Some baseline thoughts"
        
        Change-Id: Ie9d5444df84c23d48c24b68d9d2ab5322c619858

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [6e433e05299bcd7d945b0febff994d52166bfd45]

        ofz#1542 check remaining size of dest
        
        Change-Id: I37cff45afdb242b31919a8a02e737424e2ecfd52
        Reviewed-on: https://gerrit.libreoffice.org/37633
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [237d45700eef31e23e8d10459335501f87540513]

        ofz#1605 check multiply and shift
        
        Change-Id: I6aad9ad23e7bf080b3b610223f92df7074530beb
        Reviewed-on: https://gerrit.libreoffice.org/37632
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Eike Rathke  <erack@redhat.com>  [259c2409310814ae62c8d0aefef19a71e8d88dbe]

        Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64k
        
        Change-Id: I7bf7a149fb1db526ef62bea2f52b200cf5053cc2

2017-06-01  Gabor Kelemen  <kelemeng@gnome.hu>  [c9707d2e860d48ff9162715e3838f0f384a82d36]

        Updated core Project: help  904ba1a1d017477b32e5f679e4903b2e6239f43c
        
        tdf#102930 Add a missing bookmark to Custom Salutation page
        
        Change-Id: Icf76f575849ce6c503c3bfe73ba730b40c024d74
        Reviewed-on: https://gerrit.libreoffice.org/38325
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-06-01  Gabor Kelemen  <kelemeng@gnome.hu>  [4702792f6a501318faddea913fd8e6360447ecc2]

        Updated core Project: help  ec9cc953887f7577b74b113ba477275d63f954af
        
        Fix bookmarks and ahelps on Fontwork toolbar page
        
        Change-Id: Ie2851f81a644a02b314af0083442895666af9114
        Reviewed-on: https://gerrit.libreoffice.org/38324
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-06-01  Matthias Freund  <matti_lx@secure.mailbox.org>  [6d4a283083e4d53d913a713d81824d61d90c1279]

        tdf#75256 sifr icon theme - trackchangesbar
        
        Fix for wrong filename for trackchangesbar
        
        Change-Id: I3a286c87b6ca9e01a8e256acde00715a84f7b4d9
        Reviewed-on: https://gerrit.libreoffice.org/38321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-06-01  Eike Rathke  <erack@redhat.com>  [41ba5f649f361bfa6965a7c8f2e2ffa084317c45]

        Perf: do not calculate a null-operation with the result matrix, tdf#58874
        
        Change-Id: I6fe115ff7ec7960900863ddaf1cd1dc48975fd74

2017-06-01  Eike Rathke  <erack@redhat.com>  [9c32973e0ea91fbc1d9eb7daa55967c4a18f3f72]

        For --with-outpath include workdir generated files without UnpackedTar*
        
        Change-Id: I07605c132432cb9454614368200e9c85695bea26

2017-06-01  Eike Rathke  <erack@redhat.com>  [6e79d226f49494d425d946f542ef834ad62da9f7]

        'clone' directory is gone and might even be a legit module name in future
        
        Change-Id: Iba0cf3345655a8ca61a4d55b9f045c713683f97b

2017-06-01  Eike Rathke  <erack@redhat.com>  [090e33dfece35b9f2ff7248b9ef947317392bab9]

        Fix 'make id' further to not include workdir and instdir again
        
        as ls output is now prefixed with ./ since
        
            commit 027d661ef7e2490f1182d3e5003ae4da4135e0ca
            Date:   Fri May 19 18:03:04 2017 +0300
        
        Change-Id: Ifd2b6405cb4670a7ae4e21228d29fae5b7408112

2017-06-01  Eike Rathke  <erack@redhat.com>  [e4f2aab11721cc6842c2c821ff9dacebc6095a56]

        Perf: do not calculate a null-operation with the result matrix, tdf#58874
        
        i.e. with an empty set within an svRefList when advancing to the next reference.
        
        Change-Id: Iae81c3a0cd3c30ab113ad74881a0f28b78b0973d

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [5cd1da66013015c091b7f0a86a04f7c465fd6b8d]

        add ww8 fuzzer
        
        Change-Id: Icb8b385e3c59b6476ac58da5e76bbe73eaa82d88

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [58d57d666a7ea2044599d9ec47a29ff3c6b588a2]

        ofz: InsertWithValidRanges didn't report that it deleted its argument anymore
        
        since...
        
        commit ddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7
        Date:   Fri Jul 20 17:16:03 2012 +0200
        
            Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector
        
            Change-Id: Ie7edc6b32b373619d4c0ac154da93650743049cf
        
        otherwise that p = nullptr line at the end doesn't make sense
        
        Change-Id: Ibd5230beb87240cba4b3896dfa2217e25a4db697
        Reviewed-on: https://gerrit.libreoffice.org/37760
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [dfe317b490025550d82cbd6bb46685171a864d7a]

        ofz#1220 sanitize nTyp to legal values
        
        Change-Id: Iad71c4f79dbe03e2e325453eb0506a2d92d67c2d
        Reviewed-on: https://gerrit.libreoffice.org/36891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [630ae53e3657423cb7eeda6f8e8160b75d497f8d]

        ofz#1193 we only set these values, never read them
        
        Change-Id: Ia2f54b536a4262e19abe260e8e19c9b15cc2d0ec
        Reviewed-on: https://gerrit.libreoffice.org/36779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [1c0ea92c5722b19f515f3b2cd0bf2ddce94b58e7]

        ofz#1262 sw: DeleteAndJoin could delete proposed new redline
        
        ... because that calls CompressRedlines, which may combine the new
        redline with a previous one.
        
        In that case, the part of the new redline that follows the currently
        handled overlap cannot be checked for overlaps with subsequent existing
        redlines.
        
        So prevent this with a new flag m_isForbidCompressRedlines and instead
        call CompressRedlines() at the end of AppendRedline().
        
        Change-Id: I7567962c31366ded9a433a13232d3db985745e43
        Reviewed-on: https://gerrit.libreoffice.org/36901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [e436f7139e246fa742a9dc62b18740ab99418400]

        ofz#1284 InsertBundle may delete the bundle that pMarkerBundle is pointing to
        
        Change-Id: Ic8bd538e80469b672ddd9c5fcceb2f5aac81d2a1
        Reviewed-on: https://gerrit.libreoffice.org/37051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [088ef5dd64dfa653d6a0f6e5f73f1b6078910bca]

        wrong resource manager for RID_SVXSTRARY_NUMBERINGTYPE
        
        Change-Id: I4c348ee56ae3e90513c8ebd19e0f506bbf0d70f0

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [52fc13a6f701b1e94ffc012e1cfe07a25747ccc6]

        SbError is a ErrCode
        
        Change-Id: I2b4f0680f4adedc5661c6a9d2556ac3ecf2c4659
        Reviewed-on: https://gerrit.libreoffice.org/38311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [d43fc40718217d89cc95cc3c0bc0b8e7926abcc0]

        convert SAX_ARGS_ARG macros to varargs template methods
        
        Leave the macros in place for now, because there is still more of this
        stuff in sc/../xestream.hxx
        
        Change-Id: I633e12ee572010823e0a223b529a07b00e707b78
        Reviewed-on: https://gerrit.libreoffice.org/38295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5ecb3f4625188d02e85a3daef76ccf7f26b33a61]

        tdf#107945: store rtl_uString pointers instead of heap OUString objects.
        
        Change-Id: I61079e041a79195f9e9cb77ce80368ef7e909cef
        Reviewed-on: https://gerrit.libreoffice.org/38288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-06-01  Caolán McNamara  <caolanm@redhat.com>  [f681a8623059345ad0103294f22de89e287820de]

        merge ofa res file into svt one
        
        Change-Id: I3f22301e4301ab90e4a1090f2c47cf2403422282
        Reviewed-on: https://gerrit.libreoffice.org/38309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [af79ff7a3ccc8c116da4f400ee5ee9f9df22c63b]

        tdf#90753 scp2: move image packages to AutoInstall
        
        Fixes regression from 73661c6f0f78964633a74f487d6bb7c0922d00dc
        
        Not sure why these need their own scp2 Module
        
        Change-Id: I26386a5105b8244eacfcb1760091e8806c55abd8

2017-06-01  Stephan Bergmann  <sbergman@redhat.com>  [93aeaa75a4bfd5756b2d3ada59be4f452e320aab]

        Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERT
        
        Change-Id: I65f95e7245f08592ea11cc75e1cf34dcbdf16b40

2017-06-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [064a01527e5942a6b293c4c51597dfc7be0dde55]

        use std::vector in OListAndComboImport
        
        Change-Id: Ie0c0e68512e92879774c754c89354e2c83cd149b
        Reviewed-on: https://gerrit.libreoffice.org/38300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [697173f6fdfae581022cfdb5ec5171c5a3be58f0]

        sw: add separate DOCM filter
        
        This way at export time we can preserve the correct content-type, which
        isn't the same for DOCX and DOCM.
        
        Change-Id: I08fa734c72fab7400bd327a07a760839556dbf6f
        Reviewed-on: https://gerrit.libreoffice.org/38298
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-06-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [88ff39aee58cf0c098a2cce311cf62efbd76bb6d]

        use OStringBuffer instead of manual buffer management
        
        Change-Id: Iba155637cbbdfc5d6b3a427372695d4d03319621
        Reviewed-on: https://gerrit.libreoffice.org/38297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [73661c6f0f78964633a74f487d6bb7c0922d00dc]

        Repository.mk: rename postprocess_helpimages to helpcontent2_helpimages
        
        Change-Id: I39a7ccedc94a0427b20d03f513255aa00f02baab

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [ee15da298dd7919b4ac59b30aee369a7ba1559f2]

        Updated core Project: help  465e8ac1bbd9d6605b73f906acfee980f352947b
        
        helpcontent2: rename postprocess_helpimages to helpcontent2_helpimages
        
        Change-Id: Ie8cc9e4cca21201b16bf0b1aae185d692cf0c214
        

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [1e5deac41104fdc3c17f96f8756f4315e2890bc5]

        Updated core Project: help  b726222b3b24c87972e772bb5f20e620784cfae5
        
        helpcontent2: fix incremental rebuild of *.ilst files
        
        They only depend on the perl script so won't get rebuild if images are
        added or removed in source/media/
        
        Use the same hack as in postprocess, make the targets PHONY so they
        always get rebuilt.
        
        Also fix a stray \ that caused the wrong output "[PRL] " to be printed
        too early.
        
        Change-Id: I03c8696591cf47395211feaed360fbd5642733a0
        

2017-06-01  Michael Stahl  <mstahl@redhat.com>  [f256b187bf583b8578c91efebe982096a7990272]

        desktop: fix misformatted makefile line
        
        (regression from 99b7c4f57d7fe3cac772cce38e2dd6879e128315)
        
        Change-Id: I2c3c0478a12e86d78074a8e1b25818de32d4b091

2017-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b2aeefa48a245b11b499401276263e3a9241325]

        sw RTF export: remove redundant virtual keywords
        
        Change-Id: Iabc62f8166cb4f2013fc6c2908c8172f9acb0336
        Reviewed-on: https://gerrit.libreoffice.org/38294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-06-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c9f9ab9822b8804fcd5e0ab2347420fc2c136c9]

        remove overly large loplugin result file
        
        should not have been committed in the first place, was an accident
        
        Change-Id: Ie38cc77624bae5b3f9cc110085d0fe19b26c75c6

2017-06-01  Takeshi Abe  <tabe@fixedpoint.jp>  [96d59ffc572c4cf112405a85aee3366d45bc7757]

        tdf#108024 Keep original selection during DrawViewShell::FuTemporary()
        
        Otherwise it was disposed in the middle of its own mouse event handler
        FuSelection::MouseButtonUp().
        
        Change-Id: I0d96048526dece7232e5a777364ad4da1d64c904
        Reviewed-on: https://gerrit.libreoffice.org/37976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1d857ca26f60449ef325acd0aac40c11dded128e]

        Fix typos
        
        Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56
        Reviewed-on: https://gerrit.libreoffice.org/38208
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5482ee62a51f213eed49becff0a07640c030df7e]

        Fix typos
        
        Change-Id: Ic7fbd750321e4cfde1cfb0e04ffb545bb1f66d9c
        Reviewed-on: https://gerrit.libreoffice.org/37921
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-06-01  Stephan Bergmann  <sbergman@redhat.com>  [82dc186a2a0f819fded89a84956bd75a0096e06b]

        Avoid "default initialization ... without ... default constructor" error
        
        Change-Id: Ic336b33bd747cd55955231cbe0b5a9d474adf3ab

2017-06-01  Justin Luth  <justin_luth@sil.org>  [be84b4a5f6f68ce30a5d82d73ae392cf27c369ce]

        writerfilter: remove unused variable pFontTable
        
        Change-Id: If48795746adecf6762a5f1173171c62faf1ac345
        Reviewed-on: https://gerrit.libreoffice.org/38290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b2b689e944be554f7882b349332686755ce6c4b]

        clang-tidy misc-string-compare
        
        Change-Id: Ic5250563b7dc9c19771d3f728d2087ef335ceb46
        Reviewed-on: https://gerrit.libreoffice.org/38279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-06-01  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [066665644b398a882e6cded98af5bb060af41d76]

        tdf#99680 modified clipping for PDF export
        
        If clipping is requested, but no clipping region is defined,
        clipping is ignored.
        
        Change-Id: I793c1de1f4f6b0203727c0ff6aa8adecc43ad413
        Reviewed-on: https://gerrit.libreoffice.org/38021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [94d9d895edac0b99e0fbc94ff7763292af1fdc5b]

        Remove some unnecessary scaffolding around SAL_WARN calls
        
        Change-Id: Iaec105d85a283ad15fdca6ffc5cf3d2ec5acac18

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [967e9e6bbb36eb925c14b43b9baff541d82ee4c0]

        Add some loplugin:redundantcast tests
        
        Change-Id: I5c39a745b70655f92953ec785d01a3a52d9ec42b

2017-05-31  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [99841f1fd2bf22bca7dcc7e05fc1f91d612d5343]

        tdf#36019: Fix tooltip
        
        Change-Id: I8c1a01fa54addfdf78eaff45952e306de812e954
        Reviewed-on: https://gerrit.libreoffice.org/38128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-05-31  Caolán McNamara  <caolanm@redhat.com>  [b1f255ac35e06ca7b8cb9b9371bb72f87b4e4695]

        Resolves: tdf#108225 there are *two* possible .ui files for change tracking
        
        the change-tracking side bar in experimental mode as well as the usual
        dialog
        
        Change-Id: Ic4d652d0d125b883bef0d91e4ab3cee4a9f84284

2017-05-31  Michael Stahl  <mstahl@redhat.com>  [cf382b6c0ea509d90855f348097dc0075671055d]

        basegfx: remove global IdentityMatrix thread safety hazard
        
        ASAN reports this about JunitTest_chart2_unoapi
        
        ==27381==ERROR: AddressSanitizer: heap-use-after-free on address 0x6060005bd218 at pc 0x7ff229755271 bp 0x7fffb52c6c30 sp 0x7fffb52c6c28
        READ of size 8 at 0x6060005bd218 thread T0
            #0 0x7ff229755270 in o3tl::UnsafeRefCountingPolicy::decrementCount(unsigned long&) include/o3tl/cow_wrapper.hxx:41:68
            #1 0x7ff2297551bf in o3tl::cow_wrapper<basegfx::Impl2DHomMatrix, o3tl::UnsafeRefCountingPolicy>::release() include/o3tl/cow_wrapper.hxx:203:29
            #2 0x7ff2297515f0 in o3tl::cow_wrapper<basegfx::Impl2DHomMatrix, o3tl::UnsafeRefCountingPolicy>::~cow_wrapper() include/o3tl/cow_wrapper.hxx:248:13
            #3 0x7ff242ef440f in __run_exit_handlers (/lib64/libc.so.6+0x3a40f)
            #4 0x7ff242ef4469 in __GI_exit (/lib64/libc.so.6+0x3a469)
        
        The reason appears to be the UnsafeRefCountingPolicy on the global
        IdentityMatrix, so every B2DHomMatrix that is created on any thread
        will manipulate the refcount of that global without synchronisation.
        
        Let's just remove the global and hope the extra allocations don't matter.
        
        Change-Id: I4962ab2e622286f29b912a57448f3f1a53eeb592

2017-05-31  Caolán McNamara  <caolanm@redhat.com>  [963137415bcdf3e7a26ce5d258302f4e39e294db]

        macro warning dialog grew an extra Cancel button
        
        since...
        
        commit bcad173faaffd3a3c1e6737d94d2108cf590338d
        Date:   Wed Feb 8 11:12:00 2017 +0200
        
            Reapply "create ErrorHandlerFlags scoped enum for error handling flags""
        
            This effectively reverts commit 32cae6a2eaa41568888df9c8fc5605debd8d704a.
        
        Change-Id: Ice41023bc741af46db3018bbb0eb08b4a339987e

2017-05-31  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [087537dc45bbab3db41fe6d92974cdfde59904cb]

        tdf#76446 GSoC: incorrect rotation of VML shapes
        
        * support poorly documented 'fd' suffix in rotation attribute
        * allow non-integer rotation
        
        Change-Id: I3d72f2a708e6585597db09366c00c50038abc9c1
        Reviewed-on: https://gerrit.libreoffice.org/38207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-31  Caolán McNamara  <caolanm@redhat.com>  [490e9dbade4f9d69cab4b1ec435944c9b4d2f6c2]

        disambiguate dual use of toolbar ids
        
        for toolbar title string resource and identifier (for config)
        
        Change-Id: I2657c3cbb586a62d8075db7cb43cc064b2030f28
        Reviewed-on: https://gerrit.libreoffice.org/38274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-31  Aron Budea  <aron.budea@collabora.com>  [e0e12738449063abd9aad34ef78d26183ff11d6a]

        tdf#108072: match sprmTFCantSplit with its correct id
        
        The behavior was adjusted with
        72ef0d88e916b320de85fe2ebf08cb7aea28ca08 , but the ids
        for sprmTFCantSplit90 and sprmTFCantSplit remained mixed up.
        
        Change-Id: Ic97224a3af39e5df707a6dba59b785580c17b739
        Reviewed-on: https://gerrit.libreoffice.org/38117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-31  Jean-Sebastien Bevilacqua  <realitix@gmail.com>  [511fb8e80d298d42f5c45e7410bf64f2a25b441e]

        tdf#108259 Enable autofilter with many different values
        
        When you create an autofilter on a column which contains many different
        values, you will have problems.
        
        First of all, if you exceed 65535 values, you will enter in an infinite
        loop because a uint16 is incremented for each value, and after 65535,
        you restart to 0.
        
        Secondly, the algorithm executes a double loop in O(n2) to determine
        checked values, it's too long. Instead of that, all checked values can be
        determined before.
        
        This patch is graciously offered by Linagora.
        
        Change-Id: Idc4500f6a496ae789aae11eb0e183aee157daa20
        Reviewed-on: https://gerrit.libreoffice.org/38269
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-31  Gabor Kelemen  <kelemeng@gnome.hu>  [add89eb95021cc6ebda2acffc4c7889109defa5b]

        Updated core Project: help  ca78b4f149dd82723a3b53a93063c881096fa71f
        
        Fix bookmarks and ahelps on Chinese Conversion dialog page
        
        Add missing bookmarks
        Remove unnecessary ahelps
        Sync label spelling with UI
        
        Change-Id: I5240d1386ef3abd716c6e6647b50c96a21555a65
        Reviewed-on: https://gerrit.libreoffice.org/38244
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-31  Gabor Kelemen  <kelemeng@gnome.hu>  [a7b2a155d2abc79a76eb49587456e32422fbae27]

        Updated core Project: help  78472fa975bce0b4bb26bce0cad6c15c910e8361
        
        tdf#107299 Fix reference to File - Templates menu item
        
        Change-Id: Iae0120954fc7ac7a1748ece724eb4c6ddd3321b7
        Reviewed-on: https://gerrit.libreoffice.org/38243
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-31  Gabor Kelemen  <kelemeng@gnome.hu>  [41db4698375c24b39e810e7389b242a7946d330d]

        Updated core Project: help  5cb25526e443e7492414ec27254843826de194cd
        
        Fix bookmarks and ahelps on 3D-Settings toolbar page
        
        Remove duplicate bookmarks
        Remove unnecessary ahelps
        
        Change-Id: I986b3e8dfc5aa9c00c5414ab41845060ff43d709
        Reviewed-on: https://gerrit.libreoffice.org/38242
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-31  Michael Stahl  <mstahl@redhat.com>  [4101e437564727af3dc5d61915b7bf6775f72d82]

        xmlsecurity: try to appease --as-needed default ld
        
        Change-Id: I11a7894cb71732e613ae430c128ce06becb4defb

2017-05-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [42ecf7b5f62ed4faabdce80722d1d3f43ca4fb9a]

        lok: impress: add support for undoing comment editing
        
        Conflicts:
        	sd/source/ui/annotations/annotationmanager.cxx
        
        Change-Id: I735dd68d658f007ddd44d6acf692ee9b4555eb53
        Reviewed-on: https://gerrit.libreoffice.org/37816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b29363a2ec4509b79fca57842a529b4ce460516e]

        lok: impress: undoing comment deletion doesn't work
        
        Change-Id: I3399ea4131acde42bdd307a8438a9129a83817f2
        Reviewed-on: https://gerrit.libreoffice.org/37815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [22a69119293ab94f28ca3120362b95eb38ba78d9]

        The updated values of t1, t2 are unused
        
        ...since f1bbda1c26dc16642038ea70288eec60b43520b6 "loplugin:cstylecast: deal
        with remaining pointer casts"
        
        Change-Id: Idecc702344c674e6f39051e4f8c2114017e317cb

2017-05-31  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [8129ad7b22dceeb2fef13741aa509c2229cf03de]

        tdf#104219 Don't export color information when color is automatic
        
        In LibreOffice and MS Office, there are two types of colors:
         - Automatic (which is taken from settings) and Fixed (which is set by RGB value).
        OOXML is setting automatic color by default, by not providing any RGB color.
        To preserve automatic color we need to not export
        RGB color during OOXML export.
        
        Change-Id: I8895230c4fffc9d8741f3eff37e64c4823d71da8
        Reviewed-on: https://gerrit.libreoffice.org/37970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-31  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2eceb468728088a84ad1a2b192e23e275b4b907a]

        Updated core Project: help  67fbb19423c95a5d0d4439db96bc740036a33200
        
        Grammar (is → are)
        
        Change-Id: I16042693a842430ecc7a880118321205f8aed732
        

2017-05-31  Justin Luth  <justin_luth@sil.org>  [fcbdef309cde7d5eefa77e1e3c902447519a34f9]

        writerfilter : remove dead code with m_sFootnoteFontName
        
        The string variable is never initialized or set,
        and the only use is if it is not empty.
        
        In 2007, author Oliver Specht 2007-06-12 04:41:16 in
        range fe8e4e774087465a10ecd8f366b7f0c272d8319a
        introduced m_sFootnoteFontName in a pair of commits.
        
        The call to SetFootnoteFontname() was removed in 2008
        with commit 009e3f4841378f13a2764a2c84e147e401b70525
        
        The SetFootnoteFontName() function was removed as unused in
        commit 6ea66657ebca5b3ec63f93b496b812888e0d53c9
        
        Since the footnote name is never set, it is always
        empty, and thus this code is useless.
        
        Change-Id: I64898ce9fa6673fbef0106054b5aa5a817c145d5
        Reviewed-on: https://gerrit.libreoffice.org/38257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [92be65d31103827bdbd82801ea203a504dce5316]

        Avoid implementation-defined behavior when mapping non-ASCII characters
        
        ...into the basic source character set (translation phase 1) and then into the
        execution character set (translation phase 5).
        
        Change-Id: I3d40bb9c2a64bc62c04db0fbe09408b1911893c8

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [82fa13614caf183c4c318b03e8ba4dae498c6f0c]

        No need for additional pDlg variable
        
        Change-Id: I161b49ee5c72c13372ca95ce9f9cc87d886354ae

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [052f25429eb6bf832c9e9bca6169755966ea794d]

        Guard against ScopedVclPtr "self assignment" (just in case)
        
        Change-Id: I12bbfbc6701e4e666d30dcf89c17be8f1a5d6858

2017-05-31  Stephan Bergmann  <sbergman@redhat.com>  [bef247d1370d9a5a83bfd2ccde70db37da0e7f30]

        DataRecursionQueue was only introduced in Clang 3.8
        
        (r253948 "Use data recursion in RecursiveASTVisitor when traversing Stmt and
        Expr nodes")
        
        Change-Id: I393474048ecbe0f6b7f19f00c2f830f495b2b6f0

2017-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [053e17be4be26b4c81b52bd15552cb3bfec24aea]

        sw RTF export: fix indentation
        
        This file had a consistent style before, let's keep it that way.
        
        Change-Id: I3330123f8887bc17ed96518b21d748fc3f2fc958

2017-05-31  Andras Timar  <andras.timar@collabora.com>  [58c0ff3266fcae75db4ee6e3ceac17793e98db1d]

        tdf#86776 Digitally sign soffice.bin on Windows
        
        Change-Id: I79e223f7ac8367a22668c015afddafe1c8b8cd42
        Reviewed-on: https://gerrit.libreoffice.org/38246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [501d643e09e75fead105307d041779f179f84a67]

        libxmlsec: drop no longer needed xmlsec1-nssdisablecallbacks.patch.1
        
        Before the gbuild conversion in commit
        ec6af4194e80f5f0b2e46ca59802ff397a2a4a24 (convert libxmlsec to gbuild,
        2012-11-29) the makefile.mk had a comment for this patch: "Disable use
        of smime3 so don't need to package it".
        
        Today smime3 is packaged (see external/nss/ExternalPackage_nss.mk), so
        patching xmlsec is no longer needed.
        
        Change-Id: I73ec13ee92a1860f5dc3cbeed0e51d42a0320baa
        Reviewed-on: https://gerrit.libreoffice.org/38239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [b08217989558addbcaded122a4e7211ae24bbcff]

        clang-tidy readability-redundant-string-cstr
        
        and readability-redundant-string-init
        
        Change-Id: I7b25659ace9e1d5be042ec5e179f01191693334e
        Reviewed-on: https://gerrit.libreoffice.org/38225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [307be8c9cedb32560419bbb09e029b906e5f1acd]

        clang-tidy readability-redundant-control-flow
        
        Change-Id: I832f7ef0f1bd55e365db7e49823fe8bc30390c04
        Reviewed-on: https://gerrit.libreoffice.org/38215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [7c41a3e50433fe67eb361f79121d103929946d23]

        simplify OSQLScanner::SQLyyerror
        
        ...buffer management
        
        Change-Id: I649a93ed5bd9bd7d4ac8ec73fc956eb8532eac89
        Reviewed-on: https://gerrit.libreoffice.org/38206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-31  Szymon Kłos  <szymon.klos@collabora.com>  [9956849c2ea6049582e2ccf04c355542c1ef00a1]

        tdf#107797 select all entries in the dropdown
        
        Change-Id: I3ee33040744eab35f841d3622cb8981b49d04333
        Reviewed-on: https://gerrit.libreoffice.org/38091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [e55f887be63b00e0966cb34863bb5d52fcac6d1d]

        Related: tdf#107961 ensure notifyhdl is unset after dispose
        
        Change-Id: I69790c8d3cfffc09ee6d6c165e17823223c5058a
        Reviewed-on: https://gerrit.libreoffice.org/38205
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [278bfe012a0e465cb8d08957fc07d2e5dcebdc81]

        tdf#106950 sw: support CharShadingValue property on paragraph styles
        
        Regression from commit 26d40686128e70916a636e20f5ccc5763bbb6cc8
        (fdo65400: fix for Character Shading being lost, 2013-06-23), though
        much more visible since commit a9e029ace41562e28e9242d63230ad1ca275f5d3
        (tdf#104744 RTF import: fix unexpected zero para left margin wrt style
        dedup, 2017-01-03), when I fixed the RTF filter to not duplicate the
        "align paragraph to center" paragraph style property as a direct
        formatting as well.
        
        The problem was that the CharShadingValue property was not added as a
        paragraph style property, while in general all character properties are
        also allowed on paragraphs and paragraph styles as well.
        
        Change-Id: If1bdad96e45adc545a81a1f550ab7ccb3591c4f6
        Reviewed-on: https://gerrit.libreoffice.org/38210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [709040e0adf0a533700576b14c8498f986a601e9]

        remove duplicate 'using namespace'
        
        Change-Id: I7f8828f677cfb588135ff75c03ffb75895773440
        Reviewed-on: https://gerrit.libreoffice.org/38201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [656c8754abc6678e5efcaa1fec1dcac0a01ca54c]

        sal,external: remove checks for obsolete VCVER=120
        
        Change-Id: I4d32b7c4b2e545a8d979bc516f64cfcbf66ecd07

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [48801417688bf69aaac00c4b448f7779db13e895]

        python3: remove obsolete python-3.3.3-msvc2012-winxp.patch.1
        
        ...and python-3.3.0-msvc2012.patch etc.
        
        They were actually never applied to Python 3.5.
        
        Change-Id: I5beb5a81d55ab1921411d2351bdb397ff02ba75c

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [c102efd27a82eaaf94fe9fedb7be88cff80bceb2]

        openssl: remove Windows XP patch
        
        Change-Id: I6e80c33d134100235ac1007154ca7f6151b59c2f

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [f4236b38c79c62f3ba41812e86057e7825428da9]

        nss: remove obsolete nss-winXP-sdk.patch.1
        
        Change-Id: I044be3b53134081bcbdbfd6fd252d6851d3dba41

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [ae286726dd223651f9b8bded18f609e2fe09c626]

        curl: remove curl-xp.patch.1
        
        Change-Id: I329289c97b857370852c982a8b74b739b9ac3d78

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [713ed7b338b467b176af7eb5e9a80559b8496e8e]

        gbuild: stop defining _USING_V110_SDK71_
        
        Change-Id: Ic8eee967269b3666b15795f20ee62817dadfb0ff

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [b411470bb818b6be17d0da982deb74d31b1b3dfc]

        vcl: replace dynamic lookups of Windows 7 APIs with static calls
        
        Change-Id: I5d4c4bb98e271e69c45b8e7f989f9b21d287c0bb

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [5158c16a9ef23ab610940eb51e2fead13a7b0456]

        sal,sd: remove deprecated Windows XP socket code
        
        Change-Id: I220911496ed2734224b1eb96a929ec8d8bf2a3ef

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [e687c1e3e35d65c7d21a4d243087adfd6b4ea9ef]

        fpicker: global default _WIN32_WINNT is sufficient now
        
        Remove local overrides.
        
        Change-Id: I588b6543848f962d7533c49b138bc6d836fe5c47

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [2829dabaf37e6d9c736430f3fb9bbfb786b078ad]

        gbuild: define _WIN32_WINNT = _WIN32_WINNT_WIN7 = 0x0601
        
        And rely on implicitly derived
        _WIN32_IE = _WIN32_IE_WIN7 = _WIN32_IE_IE80
        
        Change-Id: I94717e2ed66387bdc76f9047c02c0820d4adc1f9

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [3d15405e436db0cbad351808ef3ca0e47f47a701]

        configure: stop printing warnings about Windows XP
        
        Change-Id: Ia90056aa074be3d80c28e774714b5e5f217e37a7

2017-05-30  Gulsah Kose  <gulsah.1004@gmail.com>  [82beda528fb74ae1c6b5e12a98dbf5d4e9e4c0db]

        tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD.
        
        Change-Id: I718869c92a3a03c05b8db3fe665f5502202f434b
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/38217
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-30  Rohan Kumar  <rohankanojia420@gmail.com>  [4c5ce12608526e76d90a400fa3f499ab83528e90]

        Fix highlighting in sd::FuTemplate
        
        sd::FuTemplate Highlighting tab's colors don't stick anymore.
        
        Change-Id: Idb1701ddf1f7d47758a4ef8ebe6705ee6ff16c11
        Reviewed-on: https://gerrit.libreoffice.org/35800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bffb5437b48327a0572d905c792bbcc5f1f25f9a]

        enable the Action/Toolbar for Settings screens
        
        by using a theme that has it enabled
        
        Change-Id: Icf3b66d38de55e2b08d4e4ced463bab045e56c43

2017-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cb57abf33ffd2a76f67498b452f11d0f38e08054]

        android: bump build-tools, support-lib and gradle-plugin versions
        
        Change-Id: Ib9fa2a3ca0ad4ba5075c9c25e5b2cba1e0e7285a

2017-05-30  Matthias Freund  <matti_lx@secure.mailbox.org>  [b6bf9b12a63e22d718d6d8ad143d2095ca18017e]

        tdf#75256 - Sifr icon theme 32px
        
        Change-Id: I2c67c2685caca8b92d0b662d05d3d831499195b6
        Reviewed-on: https://gerrit.libreoffice.org/38173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [ac5ff992409944f6d2f828290b574261a691a0ed]

        Dispose pDlgInterface member during destruction
        
        Requires a VclPtr -> ScopedVclPtr assignment operator, similar to the existing
        VclPtr -> ScopedVclPtr constructor.
        
        Change-Id: I2b43967ee84f90eea20f8eaa17741229473752b1

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [c1a7994d64648c222de2785ca5f30c549ba3443c]

        Use std::is_base_of instead of own UpCast
        
        ...and no need here to wrap code in
        
          /// @cond INTERNAL
        
        Change-Id: I4bc613728c73deab3fe1e22ccd0c3fad51252ce8
        Reviewed-on: https://gerrit.libreoffice.org/38221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [ac82ba97f330e1675931ae9a25f96a3255d18d89]

        Revert those quotes that look broken
        
        ...from 2b916da6cdcf3f7abe7e10f83321576ae2695954 "tdf#105204 fix shellcheck
        warning in shell/source/unix/misc/senddoc.sh"
        
        Change-Id: Iad55c5f4ff97f39ba117e525f2e660b537b00367

2017-05-30  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6a01c2d4cab8c3f1a4ba61e7c4e049771612127e]

        tdf#107682 - Repeated images replace correct ones in exported PDF
        
        The problem was due to the buffer acquire methods: in Bitmap::Checksum
        (old implementation) Bitmap::AcquireReadAccess is used to get the bitmap
        buffer: indeed this method relies on SalBitmap::AcquireBuffer (which is
        used in the new implementation) but in case the buffer acquisition
        fails, instead of giving up, it tries to update the imp bitmap instance
        embedded in the bitmap (see BitmapInfoAccess::ImplCreate).
        
        The solution is to perform this further attemp in Bitmap::Checksum when
        the value returned by ImpBitmap::GetChecksum is 0.
        
        Change-Id: Ib901ac941db57756e9a951bacbc573ca206316e0
        Reviewed-on: https://gerrit.libreoffice.org/38165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-30  Matthias Freund  <matti_lx@secure.mailbox.org>  [b0067837759006832d2ddb32d05c8d325f52c277]

        tdf#75256 Sifr icon theme - showtrackchanges
        
        Change-Id: I0205b71fe1a7123f7bd7e09b597e3e17af4eea57
        Reviewed-on: https://gerrit.libreoffice.org/38170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [182622c757cceda83522f10922596ed4fa452b46]

        Fix quoting
        
        ...broken with 020e1bff16a7bb5f401a2547d211807acd7db0fb "tdf#105204: ShellCheck
        nitpicks for gengal.sh"
        
        Change-Id: I5e7cd0b29be7840f0af44a028eb1c56ac7ffb33b

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [0a88690292e7e24b1e3250429364664ef4aa0345]

        Fix quoting
        
        ...broken with 6c80b3730ebe5a95aa685e5f02c285edeb21d4a5 "tdf#105204 fix
        shellcheck warnings in ure/source/uno"
        
        Change-Id: I44a6239d47353aea84ff4ab6d597104bd96e0950

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [14f892b29f9bf3380d0a07fc61235ee51ab2f93d]

        Fix 'make id'
        
        ...after 027d661ef7e2490f1182d3e5003ae4da4135e0ca "tdf#105204 fix shellcheck
        warnings in solenv/bin/create-ids" broke it
        
        Change-Id: I03e8b5bbda228bfdcb36599b8c13b530395e9e62

2017-05-30  Jan Holesovsky  <kendy@collabora.com>  [cb5746a45ef6b0f209395fea9ce3e7801a574697]

        lambda -> function in anonymous namespace.
        
        Change-Id: Id2243d445bed35a1561c03d84cfb7162b6b90cdf
        Reviewed-on: https://gerrit.libreoffice.org/38189
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-05-30  Gabor Kelemen  <kelemeng@gnome.hu>  [5522e90cd95b73669dad98663020af2bd7651255]

        Updated core Project: help  bf3f3bd7b3428fc1c9bc0ec47d1b0962f059e747
        
        tdf#107077 New help page for the 'Pick a Color' window
        
        Change-Id: I18ccf5444aee8d6dbdbfc98102524ef8f46ffd44
        TODO: correct the howtoget section
        Reviewed-on: https://gerrit.libreoffice.org/37369
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ff810509839be584ec0c351a620c61bf32d055f2]

        Updated core Project: help  72e210bd694688738bffb6855221e2b1ff0b1e72
        
        Rewrite online help contents
        
        I have worked in a new implementation of the Help online. The strategy
        was to batch "flatten" all XHP into HTML files with an offline
        transformation using xsltproc.
        
        (by "flatten", I mean resolve all embeds in XHP files)
        
        see http://vm173.documentfoundation.org
        
        This way all displayed files are now HTML with minimal javascript. No
        more on-line XSLT transformation and their associate issues (delays) and
        poor debug.
        
        Advantages:
        1) preserve all XHP files as-is, authoring tools, DTD.
        2) preserve current translation workflow
        3) all files turned to HTML static, with minimum Javascript
        4) much faster load times, browser cache  used.
        5) Honors parameters &System and &DbPAR
        6) URL bookmarking in browser (Ctrl-D)
        7) Page navigation back and forth with browser buttons
        8) preserve current HC2 in LibreOffice (see 1).
        9) resolved <switchinline><caseinline> for &System and &DbPAR (aka
        module).
        10) maintained Fabio's bookmark search solution.
        11) index-able by search engines (XHP files were unknown to robots).
        12) pages can be directly accessed: e.g.
        http://localhost/text/scalc/01/04060106.html?DbPAR=CALC#bm_id3153114
        13) hold Google search snippet in TopRight area
        
        Disadvantages (Most are further work):
        1) issue with offline use (file://path/to/pages/)
        
        To do:
        1) batch create html of localized pages, localized bookmarks
        2) Resolve missing images paths (Icons are in core/icon-themes/)
        3) Resolve protocol file:// for offline use (hit CORS guideline
        restriction for browsers)
        4) provide better layout for bookmarks in the left pane
        5) work on web CSS to make it beautiful
        6) Clean up the XSLT filter, set a debug param.
        7) more
        
        Change-Id: I6de74037dbb59da872153f853237afd75b47c917
        Reviewed-on: https://gerrit.libreoffice.org/38220
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [7d858ad0575b8be58dfb69773e2fba2cf95409c8]

        Restrict loplugin:redundantcast to "real" casts
        
        Change-Id: Ifc9de898e5c9a084cbfd739625c679185c3a1534

2017-05-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [e744e9f4492d3013742fcdb6254cd76528870e9d]

        tdf#105566: Add/remove infobar when the signature status changes
        
        this time without stack overflow. Updating existing infobar needs
        some work still
        
        This patch is partially based on work of samuel_m
        
        Change-Id: I2c44c14e27cf85a1014b01e5588b7b53990033b9
        Reviewed-on: https://gerrit.libreoffice.org/38148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [3dda91dda8764adb3f6cc229236281bb270bba92]

        Traverse InitListExpr only once
        
        Arbitrarily chosing to traverse the semantic instead of the syntactic form.
        
        Change-Id: Id1b4e49421a5550bb2fa9f0d7e6f83bf7abb6ebb

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [81318b9a7b1d0f17250b15d6a65c7c04abc59193]

        loplugin:stringcopy (macOS)
        
        Change-Id: I917982ff7cd6e342125dc4349de7d16e1dad9f22

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [a9e3dc3c2acf95248cb0f64634ca5b203802d46e]

        stop spewing libxml2 warnings during filter detection
        
        Change-Id: Ifef3e75065e55aefba0f9498cf517efaf78ba6c1

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ed854fa980804e71365c82821131bbe0cc9708c]

        drop LANGUAGE_USER_MALAGASY_PLATEAU define
        
        since it's just an alias for LANGUAGE_MALAGASY_PLATEAU,
        at least as far back as
        commit 6b678c135da07f34da1bf7b19562366361e95085
        "added/checked/aligned MS-LangIDs and mappings from new MS-LCID.pdf"
        
        Change-Id: I18645160cb1808c967fd6efd36e1d4269e4734ff
        Reviewed-on: https://gerrit.libreoffice.org/38187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [f6dda4e1603ee1d901bf747c60f232db1f1b56a5]

        Make loplugin:redundantcast accept bool(FD_ISSET(...)) again
        
        Change-Id: I4e96c55c246cf806f17df31844a00d0e8a5e4f56

2017-05-30  Michael Stahl  <mstahl@redhat.com>  [db38e3f201517acf22c1773ae9fc4cb2514788b1]

        tdf#108231 tdf#108109 xmloff: SvxUnoDrawingModel doesn't implement...
        
        ... XStyleFamiliesSupplier, so try to do without.  This is called from
        sw in case SWTRANSFER_OBJECTTYPE_DRAWMODEL.
        
        (regression from 9835a5823e0f559aabbc0e15ea126c82229c4bc7)
        
        Change-Id: Ic99ad4bf0c8e6e24fc10da173ec480c9d29c0363

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [d412e969e103253bbc74df8ead9fe3d67ddb53a0]

        Revert "make LANGUAGE setting universal, not just gtk specific"
        
        poxy cppunit tests can't use config here
        
        This reverts commit f55eeb7a45998d16eb0fe49088e172ce45ac4f2b.

2017-05-30  Jan Holesovsky  <kendy@collabora.com>  [345be1519e96be63624bf58ca5de0fe9abe16edd]

        tdf#107729: Disable toolbar items that are not available yet.
        
        Otherwise trying to use them crashes LibreOffice.
        
        Change-Id: I268e5b783905ec7aaaf50cbc629fd44e6341bf8d
        Reviewed-on: https://gerrit.libreoffice.org/38184
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b7988de7c0dcb6aad00864dd07d8be61021ac8d2]

        tdf#105204 fix iteration over profile
        
        regression of
        commit 7bec7abd4c3d78e6a37f523f4fb599134ef51ca7
            tdf#105204: ShellCheck nitpicks for apparmor.sh
        
        Change-Id: I5086e2a3af2908fe051c0bdc91753533adf7bafd
        Reviewed-on: https://gerrit.libreoffice.org/37896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [04161ae40d9ba7fddbdaed183ebadceb8c784ad9]

        fix convertName2SQLName
        
        after my commit 47bbe217607374ccd3a76f1ef6d82e43efd31ba1
        "untwist the logic in convertName2SQLName"
        
        Change-Id: I3d365a24c538d8ecade2b6fe32fa739d8f4bd211

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [47bbe217607374ccd3a76f1ef6d82e43efd31ba1]

        untwist the logic in convertName2SQLName
        
        Change-Id: Ib3cfa3a8a2bdc691e3f6db25672a37c8ede1ffd5
        Reviewed-on: https://gerrit.libreoffice.org/38180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Varun Dhall  <varun.dhall@studentpartner.com>  [5ae5fb482f37176f1746cca4ade5c87b34b135a7]

        EditEngine Refactoring hand-coded XInterface implementations of EditDataObject
        
        EditDataObject has odd hand-coded XInterface implementations,
        this is unnecessary and can be improved by replacing its superclasses
        
        Change-Id: Ife19c114450dfd95a10a10de1a78b035babb5443
        Reviewed-on: https://gerrit.libreoffice.org/38163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [e29150c307e65b931f6cbfed3e75c9475ab9ecd8]

        missing resources
        
        since
        
        commit 17e872c3fa87bb596ec8b263b7a2e692b927dcef
        Date:   Fri Mar 17 13:11:27 2017 +0200
        
        remove unused defines from HRC files in svx(1)
        
        because SdrRectObj::TakeObjNameSingul adds some numbers to ids to find other ones
        
        Change-Id: I9d0bd3686f4a60b7436950f8e80def9cc3586d9c

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [deae9e88b960130f384f424ec8fce60a3d4e6297]

        FTPURL::parse doesn't need so much string conversion
        
        just do all the work on an OUString
        
        Change-Id: Id8c03203dd793fa9351d0d4d46a7726bafd7d814
        Reviewed-on: https://gerrit.libreoffice.org/38183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [f55eeb7a45998d16eb0fe49088e172ce45ac4f2b]

        make LANGUAGE setting universal, not just gtk specific
        
        Change-Id: I5ff01f0232391933ad3704af6f2c2100d923c1fd

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [1c965f6aec81816170aaf8f9fa378ab6adcb91af]

        coverity#1411566 Unchecked dynamic_cast
        
        and
        
        coverity#1411567 Unchecked dynamic_cast
        coverity#1411568 Unchecked dynamic_cast
        coverity#1411569 Unchecked dynamic_cast
        
        Change-Id: If1bb74941f2571ec3bdcb705bf2c9a87b54fe78d

2017-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7db9fd0764dbd99c93b6fa7a368cce413f2a11da]

        Updated core Project: help  6e54fc4fe1c01d4b3b015b9074f0dc8d10257ee9
        
        remove spurious spaces introduced in variables
        
        introduced on error when combining lines in
        eb145d19480d245228dc6b1032a925adbff8ea78
        
        Change-Id: Ia0f5b7287689bea541c422c20b2d647b82c21b0b
        

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [3f9fbca3011fe4f8fd6d34fa6fe4644dbaf3d3a4]

        coverity#1411565 'Constant' variable guards dead code
        
        on incomplete fix of
        
        commit 922e935c8812b1c1f94347bdbd7cdf277a75644e
        Date:   Mon May 29 17:08:06 2017 +0200
        
            i18nutil: fix invalid string copy that prevents startup
        
        for
        
        commit ef513fd4b049b214a03fbe6e62a5ea43680a7a9b
        Date:   Fri May 26 10:58:42 2017 +0200
        
            remove unnecessary use of OString::getStr
        
        Change-Id: I6cc56bae5e4a5c2fb235663bc6676cdea02b9701

2017-05-30  Caolán McNamara  <caolanm@redhat.com>  [b94f66ca986dd4405e227c031f8e039de07dab52]

        missing resources
        
        since
        
        commit 17e872c3fa87bb596ec8b263b7a2e692b927dcef
        Date:   Fri Mar 17 13:11:27 2017 +0200
        
            remove unused defines from HRC files in svx(1)
        
        because SdrRectObj::TakeObjNamePlural adds some numbers to ids to find other ones
        
        Change-Id: I9d0bd3686f4a60b7436950f8e80def9cc3586d9c

2017-05-30  Gabor Kelemen  <kelemeng@gnome.hu>  [21c36108e453df88994e4c9fac11b540ac386b68]

        Updated core Project: help  1ae135d7569571bc38fc1bcf0dfd24610039a86e
        
        Mass remove excess spaces from inside tags
        
        This is fallout from the l10n and oldref attribute removal.
        Some tags were broken into two rows and the second was
        indented with spaces.
        The line break was removed along the tags, but those
        spaces were not.
        Command I used to catch these:
        
        find source/text/ -name "*xhp" | xargs sed -i -e 's#\"  *>#\">#g'
        
        Change-Id: I6f9bad46cbfb7416950bee8230e358a3dd851def
        Reviewed-on: https://gerrit.libreoffice.org/37791
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [b36120b8e1991bd4939b7d4838a4f0333c8a3016]

        and fix my previous commit
        
        Change-Id: I63a22d5cf7a45d7b6fb3d1b356aa98ff954449e5

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd3d9ed0ad281dfcc2b71c393e1b124ae78c4dcc]

        define SAL_RETURNS_NONNULL as LIBO_INTERNAL_ONLY
        
        and improve the comment
        
        Change-Id: I832fa0133810fee920024e7df9ff3c5c1c335582

2017-05-30  Gabor Kelemen  <kelemeng@gnome.hu>  [a909257abdc869a8d56a79f29b2de12725b74e68]

        Updated core Project: help  45f6f1757199dbebd364de8d2e1964e59d0c6f1f
        
        Add missing bookmarks to Edit Dictionary page
        
        Change-Id: I1ecee4903c2216f12a64798b9f0e49f27ae81804
        Reviewed-on: https://gerrit.libreoffice.org/38178
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-30  Gabor Kelemen  <kelemeng@gnome.hu>  [66a1f42f20dc7b88cc59096907c970c0a2eac2b4]

        Updated core Project: help  29eb53b6fffb2620dd32860c6d9093dfa5c11dcd
        
        Fix ahelps and bookmarks on X/Y Error Bars page
        
        Change-Id: Ic551d68721a5c045e62f279add57942ea7a879cb
        Reviewed-on: https://gerrit.libreoffice.org/38177
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d162d8222004029561185e07230b98317ec08ff]

        cleanup some OString stuff in jvmfwk
        
        Change-Id: I80d221a348c4bd5fcec82cafc455a051237ae95d
        Reviewed-on: https://gerrit.libreoffice.org/38131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [e3c2c245f83cfe9359d67122af307abb9db25b13]

        Always looking for {msvcp,vcruntime}140.dll now
        
        ...since b862cbdd345ec57c2595629ded6a3969e1e65d56 "Support MSVC 15.0".
        
        Change-Id: I6e300966ebc006f6ebc6a6ec3af0e0c9e770df1d
        Reviewed-on: https://gerrit.libreoffice.org/38150
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-30  Stephan Bergmann  <sbergman@redhat.com>  [184c1df32a547b0257757dd7e0333db7eabdb33e]

        VCVER < 140 (i.e., MSVC 2013 and older) are no longer supported
        
        Change-Id: Id5c2de5cb343f86e210882404af19779da795793
        Reviewed-on: https://gerrit.libreoffice.org/38151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ccde70d60d3a5074faf49260e8fe0ccdb91ff26]

        teach redundantcast plugin about functional casts
        
        Change-Id: Iac8ccd17d9e46ebb2cb55db7adb06c469bbd4ea0
        Reviewed-on: https://gerrit.libreoffice.org/37910
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-30  Gulsah Kose  <gulsah.1004@gmail.com>  [61ff1d919e317947c769e61eeda7f1bb8132f273]

        tdf#107589 Make description editable from Options tab.
        
        That commit makes possible to edit descriptions of
        images frames and objects from "Options" tab of
        Object/Properties dialogs
        
        Change-Id: I62d06b32da6919df62ff77b50c4c77d6a265bd64
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/38176
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-30  Julien Nabet  <serval2412@yahoo.fr>  [182a62e0f199d26df0ae76ebf224c5d4b0fc3e26]

        Related tdf#108068: Retrieve error from Firebird engine
        
        Change-Id: If89a904740e54e81c2f2ae790ba8d05d830b0a5b
        Reviewed-on: https://gerrit.libreoffice.org/38043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-05-30  Takeshi Abe  <tabe@fixedpoint.jp>  [dc36d07d9e5e1c70c0e7bdc9adede5a10e4413f1]

        basic: Drop unused variables in test scripts
        
        Change-Id: I9893e8bed254dcac91fbc7abb5ab4817a28ba339
        Reviewed-on: https://gerrit.libreoffice.org/38133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-29  Kappanneo  <pannacciclaudio@gmail.com>  [a87d79a1fae8af3fafdbc1b6d5e0f3adc454d4bf]

        tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)
        
        java checkSpreadsheetProperties to python testSpreadsheetProperties
        
        Change-Id: Ifd342d3f47aef8a64a0421b6bb7f2a643bdc6da8
        Reviewed-on: https://gerrit.libreoffice.org/38159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-29  Arianna Masciolini  <uzkamascio@gmail.com>  [a8124c2eaf401741e2235939a20cef2617ad8bd1]

        tdf#33831 swext: mention images by name in the mediawiki export
        
        odt files with pictures exported in mediawiki format now contain references to each image
        
        Change-Id: Idd73da997e2fe983899dd4514d3c393b3607a52d
        Reviewed-on: https://gerrit.libreoffice.org/38160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-29  Francesco Gradi  <frk.grd@libero.it>  [1955bb1172508b2bf3c7476de241834ae7771359]

        Related: tdf#79167 sw: open the navigator in sidebar from the findbar
        
        The navigator window is still available from View->Navigator.
        
        Change-Id: I143256be548a101edeac57713c4d2a128bcdf6a5
        Reviewed-on: https://gerrit.libreoffice.org/38161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [6f1530bfdefc8e4deabf37ab337e09a89d3841b3]

        tdf#96256 sw: fix scrolling to cursor after paste
        
        The mnStartAction hack in commit 587006cac508616f486aea45e265a170bcccdc87
        has a surprising effect on SwViewShell::SizeChgNotify(), as it causes
        PageNumNotify() to be called instead of SizeNotify() if pages are
        inserted while layouting in GetCharRect().
        
        Now SwCursorShell::UpdateCursor(SCROLLWIN) would no longer scroll to
        the cursor position, which is a problem for clipboard paste.
        
        Try to fix this by calling UISizeNotify() manually, which seems to work.
        
        Change-Id: Id08bfe2964564c02fe9d1ef0176939ab3eeb187a

2017-05-29  Jan Holesovsky  <kendy@collabora.com>  [20c15b2994dc433c873805ca6ef26338f0713840]

        lok: Notify about the Formatting Marks changes.
        
        Change-Id: Ibcbd370c99cf63789637ad6642c91775066ecfad
        Reviewed-on: https://gerrit.libreoffice.org/38157
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [83e5737a91218d018c15fed0503488a573d8bfc6]

        vcl PDF export, nss: use comphelper::Hash
        
        Allows removing the own HashContextScope, which did part of what is now
        provided by comphelper.
        
        Change-Id: I601a1cf841cdf1a094a71646d4a1eb042d42e985
        Reviewed-on: https://gerrit.libreoffice.org/38155
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-29  jan Iversen  <jani@libreoffice.org>  [0907b6dc0467f632660c79c035ee7c2fba5346c4]

        iOS, set user profile path
        
        having NULL as user_profile path does not work,
        changed call to LOK_init_2 with user profile path
        
        Change-Id: Ib7c882eccf228057b5a2d9d21973e8f95d4aee77

2017-05-29  jan Iversen  <jani@libreoffice.org>  [e616d08923b158934ba40408a33be326853bfbb8]

        iOS, added resources
        
        LO needs a number of files to be present in order to start.
        Added these files.
        
        Missing user profile
        
        Change-Id: Icb0cddfe3f8c7ab4d498bd4bd992f951c2d8d95f

2017-05-29  Stephan Bergmann  <sbergman@redhat.com>  [6cfe994fc23ef6c035c60cfa94c90e7034777b37]

        VCVER < 140 (i.e., MSVC 2013 and older) are no longer supported
        
        Change-Id: I2f0765ced195e6b3ed84bfb4abfa3df3669ae7a1
        Reviewed-on: https://gerrit.libreoffice.org/38149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [922e935c8812b1c1f94347bdbd7cdf277a75644e]

        i18nutil: fix invalid string copy that prevents startup
        
        (regression from ef513fd4b049b214a03fbe6e62a5ea43680a7a9b)
        
        Change-Id: Ia3ba5ba853648a4b180d6cc2318a4780fc87bf4d

2017-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [22c6554c98e210e48813127b5f460d633bae08e7]

        xmloff: move in xmlmultiimagehelper.hxx from include/
        
        Since it's not used outside xmloff.
        
        Change-Id: Ibec67db2106300b6d4a91ce07d779e16e028eb2a
        Reviewed-on: https://gerrit.libreoffice.org/38144
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [36b1e6270bf2fbb333e2a69c4bb5931eba418289]

        Windows 7 is now the minimum supported release; say so
        
        Change-Id: Ia034a805fbb63fc72f8fa4a814d68070c1ee967d

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [ffbfe477b116c82e6b27bf3b39535382359bea99]

        fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__
        
        No idea what SDK problem this once worked around but surely it's
        obsolete now.
        
        Change-Id: I5cfa37710ea8cecee8acc9c8f5a6a08fae4babbd

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [1493eef1379a457c636959f423286612849e3691]

        fpicker: remove some Win32 helper code that is now unused
        
        Change-Id: I5414df94487fc9918ca28b694d6f94eeeac20b70

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [99643e0d69ad2cd87a1c1e9602edf3a7fe7bd9cf]

        fpicker: remove PreviewCtrl.[ch]xx
        
        These were apparently never used; the Windows 7 file picker can preview
        images nicely without this anyway.
        
        Change-Id: I0e4a1bb94506cbeae10675400a471b2211659d6e

2017-05-29  Michael Stahl  <mstahl@redhat.com>  [200f02d55c806c3ae7ce054b43e66013c508062c]

        fpicker: remove legacy XP FilePicker implementation
        
        Long live VistaFilePicker.
        
        Change-Id: I362a582a1922abad66ecfd1f5c4ce1a5a25fcd11

2017-05-29  Stephan Bergmann  <sbergman@redhat.com>  [32260c40b265b97358fc426fb9f849c243dc7dd4]

        Revert "[API-CHANGE] Add persistent (in addition to persistant)"
        
        This reverts commit 795d56dfd55a78a240cef79c822ba958c4f18006.  The Gerrit UI had
        fooled me into pushing the "Submit" button in error.

2017-05-29  Julien Nabet  <serval2412@yahoo.fr>  [795d56dfd55a78a240cef79c822ba958c4f18006]

        [API-CHANGE] Add persistent (in addition to persistant)
        
        + keep "persistant" for compatibility reasons
        but put it as deprecated
        
        Change-Id: I7ef8efb9f376eadfdac876d142840aab5a0b4416
        Reviewed-on: https://gerrit.libreoffice.org/37042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-05-29  Andras Timar  <andras.timar@collabora.com>  [4946e3b33d8d217f4f5be2af8a54b9a89ef1a732]

        Windows XP and Vista support was removed, prevent install on these old systems
        
        Change-Id: Ib15458b3d90d5ae8c91afde0d8136e76c4bd3804
        Reviewed-on: https://gerrit.libreoffice.org/38142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-05-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [2220bdcbb7ba64c2ca34f8ffd8206c8a145140b6]

        osl: qa test of %2F - for file URIs this is invalid
        
        Change-Id: I3871355bb4556b408504ab70194885a2084ad80b
        Reviewed-on: https://gerrit.libreoffice.org/37859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [bd4aa1e09aa9fcedc381460e44bfc49a9f933786]

        osl: conditin.h and conditin.hxx doxygen updates
        
        Change-Id: Ibdfa34d2b3b93ba0b5d5211dd4f843d849375e64
        Reviewed-on: https://gerrit.libreoffice.org/38100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-29  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [ccd8f402a79cbb43aa5bae7a11d3fcae92971c75]

        tdf#36747 Add extension in Tools > Options > Load / Save > General
        
        This commit take care about adding extension and not the order of the filters.
        
        Change-Id: Id776da2c2407037628007001af0a35e992791b1d
        Reviewed-on: https://gerrit.libreoffice.org/38134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe13c249c8964355e39869a357c393f3208b6def]

        tdf#107684 DOCX export: fix duplicated <w:outlineLvl> element for styles
        
        Next to the existing OutlineNumbering() (which is only used for styles),
        commit fd2d14d5543c82eb875e720c98b51518699a8fbc (Implement DOCX export
        of paragraph outline level, 2013-10-04) added ParaOutlineLevel() to the
        attribute output class that also wrote the outline level of a paragraph
        (style), but worked for the cases when the style was imported by
        writerfilter as well.
        
        As a side-effect styles imported by xmloff now have their outline level
        property handled twice, leading to duplicated elements.
        
        Fix the problem by only writing <w:outlineLvl> in ParaOutlineLevel():
        it covers both use-cases, so no need to do anything in
        OutlineNumbering().
        
        Change-Id: Ic982dd70a00609cdfc3744a8ab69aaa828410fd0
        Reviewed-on: https://gerrit.libreoffice.org/38132
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [1094fedfac9d48262400e2a07581bfa36b2a422e]

        getUtf8TokenName can return by const ref
        
        and avoid some reference-counting in a hot path
        
        Change-Id: I7f5fd7f8f5f9076eb5f8d60118afa8e3ac8a5e6c
        Reviewed-on: https://gerrit.libreoffice.org/38129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [649228f932321c2c5784fbf7b0df84712fde55a0]

        remove STR and VAL methods
        
        not very useful
        
        Change-Id: I9c53c2901fb56a303a1b15d0ad508eb5e22d0cd0
        Reviewed-on: https://gerrit.libreoffice.org/38126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [63577383f1502ca2c859ec765d4280e8195a17d6]

        no need for the ImplGetPropertyValue(sal_Unicode*) overload
        
        and no need to convert backwards and forwards between sal_Unicode* and
        OUString
        
        Change-Id: I417f5a59d58f80a41f877f8397bf2985dd08fa62
        Reviewed-on: https://gerrit.libreoffice.org/38125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca145c7364509cfdabb76472b503a2a5842c2b60]

        remove some unnecessary OString constructor calls
        
        Change-Id: I11358f17770cacb2a33011797f4be82dc02340b7
        Reviewed-on: https://gerrit.libreoffice.org/38130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-29  Stephan Bergmann  <sbergman@redhat.com>  [0bebf37bac076a56801ef7d1c113f729b12b9f46]

        Revert "loplugin:stringcopy"
        
        This reverts commit 957874168491f4b030fda85c65dd969aae82a670.  It wasn't really
        necessary (see commit message of 8b1fcedcd10366523967ebcbd463b2c0c6b5b17a
        "...and re-eanble loplugin:stringcopy again") and reportedly causes issues with
        older Boost (see
        <https://lists.freedesktop.org/archives/libreoffice/2017-May/077786.html>
        "[Libreoffice-commits] core.git: jvmfwk/source").

2017-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad71552f2f3d7dd140c567dee2b16e274c0cb467]

        sw: prefix members of SwAccessibleParagraph
        
        Change-Id: Ia08e66e8b69aadc89df776f95ebf3e8aec2f4099
        Reviewed-on: https://gerrit.libreoffice.org/38127
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-29  jan Iversen  <jani@libreoffice.org>  [30da68bc7b42a960ac0bcb38ed5b82cce9af1ef0]

        iOS, LOkit link problems solved
        
        .swift -> .c -> LibreOfficeKit
        does not work (LOkit is compiled with C++)
        changed to
        .swift -> .mm -> LibreOfficeKit
        
        Change-Id: I4d4684876ca21534389189a431fcaadbbac78d3f

2017-05-29  jan Iversen  <jani@libreoffice.org>  [68ca63cf2c830d3a1ddbbcac9cc7edaa23b71c51]

        LibreOfficeKit, changed test for iOS.
        
        Replaced __APPLE__ && __arm*__ with
        TARGET_OS_IPHONE, which is set by xCode when compiling for iOS independent of CPU.
        
        Change-Id: Icd3418894841de45c731c21e5211b1cc4ff2e54a
        Reviewed-on: https://gerrit.libreoffice.org/38106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-05-29  Justin Luth  <justin_luth@sil.org>  [e8714e3451282218e34d2ded472c9a5a44bd0bd2]

        related tdf#82173 writerfilter: ignore case when mapping style name
        
        Depends on unit test modifications in commits
        71229da3cb05fc8f3e94fe6a6a5d9ad43cdf8702
        a9118665637dafddd41ca549d0f73948cf1d332c
        
        One known effect is that Word's "footnote reference" formatting in docx
        will now affect Writer's "Footnote anchor".
        
        Change-Id: I84f21dcff86f727869a49fa4b53727c24337f63f
        Reviewed-on: https://gerrit.libreoffice.org/37936
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e49021b8ed260b97789e40c1e85eb61b3d5e1ed]

        apply SAL_RETURNS_NONNULL in a couple more places
        
        Change-Id: I0a57a6a5ea9372215e5f076aeafc64c896ec2312
        Reviewed-on: https://gerrit.libreoffice.org/38057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [dcadfb364a0988e9a78e6355f62a9fc635c4b74b]

        Capitalization of menu items
        
        Change-Id: I8d69da8b916c232e12d24b92543478fc79b76bc0

2017-05-29  Caolán McNamara  <caolanm@redhat.com>  [ec79f3453471ee9b6ae32e71ff16ea99d9b7751c]

        do we really need a OutputStreamWriter
        
        Change-Id: Iac1af431e7f0be7425379489d26e723487351f47
        Reviewed-on: https://gerrit.libreoffice.org/38115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-29  Caolán McNamara  <caolanm@redhat.com>  [98a4aa7ca4c3277e81171a2597dc942e2bfaa2aa]

        coverity#1409892 silence Operands don't affect result
        
        this might work to make this appear deliberate to coverity
        
        Change-Id: Iad11e72feb154991b04cfb5960bd06d33c6b96a0
        Reviewed-on: https://gerrit.libreoffice.org/38116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-28  Caolán McNamara  <caolanm@redhat.com>  [5df5e1bbc68f54dd7bc4b46f0a05a7150d84470a]

        aAttr is now (more obviously) unused
        
        Change-Id: Icf646cbb10921cc8673e22c7028e896c1c4aa036

2017-05-28  Caolán McNamara  <caolanm@redhat.com>  [a4b01a34f7e9ba4584eacab364b66709c55ecc44]

        coverity#704341 Logically dead code
        
        Change-Id: I1986daab3ec6576ac1b7d65f5944bbf21cd450b3

2017-05-28  Caolán McNamara  <caolanm@redhat.com>  [77a58dbde8d282e42819110b14526983f1424308]

        coverity#1406097 Dereference null return value
        
        Change-Id: I6e6c3a87f571274b4bbd09adc1daaa07289240db

2017-05-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef513fd4b049b214a03fbe6e62a5ea43680a7a9b]

        remove unnecessary use of OString::getStr
        
        Change-Id: I0490efedf459190521f4339854b3394d57765fdb
        Reviewed-on: https://gerrit.libreoffice.org/38058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [826f1bca40a01f0a249d5b6cbb7c39c11638a060]

        rdm#2247 enable Upper Sorbian for languagepack/UI
        
        Change-Id: Id497d8032668823c6db07eb179ad4484241b7285

2017-05-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [04d86af0b529f801d77a988ba4a5feeedd511221]

        Updated core Project: translations  f12656527a34992d7b1a20618c359859f5c8e4a1
        
        update translations for 5.4
        
        and force-fix errors using pocheck, add hsb (Upper Sorbian) ui files
        
        Change-Id: I3b5ca6727d9cc276f0d85ef0a6cb70c4d938c9ea
        

2017-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [e01c6a3ba7c0e6a089769187ee1ad241aa862280]

        Related: tdf#106950 sw: fix crash on opening this file
        
        Not every paragraph supports the container::XEnumerationAccess
        interface.
        
        Change-Id: I0690f2e631f733b8f478a7df30d2918400eccf2f
        Reviewed-on: https://gerrit.libreoffice.org/38111
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ad097e4cac307c6f0eac27e38afe9cdc250ec697]

        cppcheck: duplicateExpression
        
        > Same expression on both sides of '|'
        
        we don't need WB_CLOSEABLE in the mask if we add it anyway
        
        ever since commit a0e2cc39e2c9d1284ef17180b6ab659a1dd2c540
        Date:   Tue Aug 7 10:54:21 2001 +0000
            #77230# - Close() works now correct
        
        Change-Id: I13d0f2ee8d12a9ab35080a1db09d398c7ac2cdb9
        Reviewed-on: https://gerrit.libreoffice.org/38103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2e0444d31694324806ff2457de3472d871c10939]

        cleanup unused css/linguistic2/ includes
        
        Change-Id: Ifd4b495f965f948d37557d83a03a38df9322039a
        Reviewed-on: https://gerrit.libreoffice.org/38109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [372f297de1ed0c3af0fa23dd6ea027035f850207]

        Makefile is generated in BUILDDIR, not SRCDIR (fix fetch for android)
        
        Change-Id: Ieaa4cb0e8d3370154cd1a57d4afaf5bfa715cbc9

2017-05-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [eac12b1fe5108bcd64be37e6011721f8566e2015]

        android: simplify some more if statements
        
        Change-Id: I49f7069ca774468b4b9d44541238e38edd0f5bd7

2017-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d13a00bfa17dd610979b5d89b4f159f2e548d3d]

        tdf#107837 DOCX export: fix balanced multi-col section at doc end
        
        For one, commit f6eb92406bd366c557bc07810649e7ab3d1db614 (fdo#77812
        :FILESAVE :DOCX : Extra Section Break gets added in file, 2014-04-29)
        made the mistake of always preventing an empty section at the end of the
        document, while having that is a feature for the case of balanced Writer
        sections with multiple columns. Word can't have balanced columns at the
        end of the document otherwise.
        
        For another, commit b6e62dc0dc2b284c825f1182a67bb2f9259a30ce (tdf#106492
        DOCX export: fix duplicated section break at doc end, 2017-03-21) made
        the same mistake when it wanted to eliminate an unexpected additional
        section break.
        
        Fix these by restricting these changes to the case when we don't hit the
        "multiple columns + they are balanced" situation.
        
        Change-Id: I742097eb813da6d94a9669328c6a049da7a491ee
        Reviewed-on: https://gerrit.libreoffice.org/38104
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-28  Szymon Kłos  <szymon.klos@collabora.com>  [46edac18b76d8e9cc74aed8a9712ca3bdadd0972]

        Watermark: VML font-family import for textpath
        
        Handle style attribute to get font-family:
        <v:textpath style="font-family:&quot;DejaVu Sans Light&quot;;font-size:1pt" .../>
        
        Change-Id: I5fe530aecccc57e103b413ef494502f666f1005a
        Reviewed-on: https://gerrit.libreoffice.org/38039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-28  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ba5a9132375bcfedebd7c3d2500006161800da3b]

        tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering mode
        
        Must be a regression from this commit:
        9113f17e65b1dafbc178fd269e2967c1e2632f0e
        
        Where the offset's and origin's meaning were changed, but
        not all code path was updated accordingly.
        
        Change-Id: Ib519303d5ca5ac7f13e74944e8147ea3220d7684
        Reviewed-on: https://gerrit.libreoffice.org/38102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-05-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a3e763e99207b1354ed349bcbbf439721f08c14]

        osl: doxygen comment fix
        
        Change-Id: I6c3b732bd9abe5cab44347adf0d8bc19588f31b5
        Reviewed-on: https://gerrit.libreoffice.org/38101
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [49eb192b35879bb20829c3a6744d1d22be67fe2f]

        solenv: include all global headers needed by the sal module
        
        The sal module is a bit of a special case in that it actually takes
        headers from three locations: include/sal/, include/osl/ and
        include/rtl. We need to cater for this in the mkdocs.sh script.
        
        Change-Id: I846dbfe948d86a6ad719bba263165ac251dbf9bc
        Reviewed-on: https://gerrit.libreoffice.org/38099
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-28  Matthias Freund  <matti_lx@secure.mailbox.org>  [45511d939750345335ba840f2364b567f1a76c42]

        tdf#106533 Sifr icon for "Index Entry" needed SVG
        
        Change-Id: Icf435a09cb841915d88836bb3677f22904225cba
        Reviewed-on: https://gerrit.libreoffice.org/38098
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-28  Matthias Freund  <matti_lx@secure.mailbox.org>  [90e88029a68aa748cd3e62d556f2be4f2f58d7b8]

        tdf#106533 Sifr icon for "Index Entry" needed
        
        Change-Id: I267496d6b67aed56dee12b2a44036b71f8b0fbb2
        Reviewed-on: https://gerrit.libreoffice.org/38095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-27  Matthias Freund  <matti_lx@secure.mailbox.org>  [9ad56da72a79a2d649755a0ab98bd53f238db08b]

        tdf#106532 Sifr icon for "Cross-reference" needed
        
        svg, 16px png and 24px png
        
        Change-Id: Id90f656880f05681d9d95132851be0566918a792
        Reviewed-on: https://gerrit.libreoffice.org/38046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-27  Yousuf Philips  <philipz85@hotmail.com>  [76c74cfe6db292cb69495887cb2efcb6d52b204b]

        tdf#85594 Add reset default formatting to standard toolbar
        
        Change-Id: Ie483c3e5454eac45d1fa0f3c48b009cb369a19e3
        Reviewed-on: https://gerrit.libreoffice.org/38008
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-27  Yousuf Philips  <philipz85@hotmail.com>  [5a5864f5eec6761a8c20f4b77bac8bd83c7cec84]

        tdf#106534 New color palette with various charts palettes
        
        Change-Id: I17fefce4db145d0e0d861d3d34f8d3919320eb9d
        Reviewed-on: https://gerrit.libreoffice.org/37888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-27  Yousuf Philips  <philipz85@hotmail.com>  [dc8ac5373d21c0ea35f73e2730940f3da35f5654]

        tdf#102915 Restore 'Clear Direct Formatting' to context menu
        
        Change-Id: If3f1a8c2255cb2daa280ca9745b91fd665bf127e
        Reviewed-on: https://gerrit.libreoffice.org/37925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f15afbcbb2c828cae6eb87f58d0f1cfe3b14ac16]

        add VBA tests- PMT, PPMT, PV,QBCOLOR functions
        
        Change-Id: Idcbecbdee6a6c054886d6a11ce22e525ecf23736
        Reviewed-on: https://gerrit.libreoffice.org/38084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-05-27  Caolán McNamara  <caolanm@redhat.com>  [7d70516bb1aef8c234788c1cc515d78ac2df7a0c]

        Resolves: tdf#48918 grow/shrink effect missing from ui
        
        Change-Id: I4b80cf95e79cc3798816c4e7763328fae7c3aad3
        Reviewed-on: https://gerrit.libreoffice.org/36524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [336f893c57c3c0281d4899629ad55603837d5d40]

        tdf#107976 sw: let a view handle multiple transferables
        
        Otherwise only the last transferable gets unregistered on closing the
        view, which means a use-after-free when trying to paste something copied
        from a closed document.
        
        Change-Id: I65594e07fa4fefe7ae51a12455b755d64700a00d
        Reviewed-on: https://gerrit.libreoffice.org/38088
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea9030461df4610225376301a72cf0cd7ea631e8]

        fix construction of directory path
        
        Change-Id: I5fa7ce762ae7e429f685a52b0fed1a1f120da8dd

2017-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d33a0917b2b18486811b08007af0b1d8cb3ab9d6]

        allow to override settings based updater URL and channel through env
        
        Change-Id: Ie2d96c1f6c15f91db6410997185161e5fb443dfc

2017-05-27  jmzambon  <jeanmarczambon@gmail.com>  [52523f39aff9730a308eaca07a3c487829e36e8d]

        tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py)
        
        Change-Id: Ie5fa41d4346d921ed905795b76ea3c3e90b3d4a2
        Reviewed-on: https://gerrit.libreoffice.org/38080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-05-27  tagezi  <lera.goncharuk@gmail.com>  [6dbf9543c6f83d7b1fe7ad27232f65152456619a]

        tdf#36541 Wrong syntax highlighting in BASIC IDE
        
        -- and // are not comments in Basic
        
        Change-Id: I6cd16f2d19eec280ead7d59a6162cd03ac267474
        Reviewed-on: https://gerrit.libreoffice.org/38074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-27  Ximeng Zu  <uznomis@yahoo.com>  [f45cfc6569d2a5a81784284f294eb35e98211b19]

        Update zoom constraints with device rotate
        
        Added function of updating zoom constraints
        whenever device rotates. This is achieved by
        calculating min zoom factor every time the
        size change function is called.
        
        Change-Id: I6d795c1eb79faa36b4f5dabedd2d4b8c87dcf7d7
        Reviewed-on: https://gerrit.libreoffice.org/37847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [998325386625823d0368df42ac848d8cfbb5568b]

        osl: file.h comments clarification and minor formatting cleanup
        
        Change-Id: I1011665787ccec2500efc4492a9f19e53de3bf12
        Reviewed-on: https://gerrit.libreoffice.org/38033
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5628195324941e29af1713ca3dd60bfcdc7a1ad8]

        registry: fix indenting caused by automated namespace scripts, etc.
        
        Change-Id: Ia14ebebafe957891f8a3f0b1bf8519e906211ef8
        Reviewed-on: https://gerrit.libreoffice.org/38076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [56824276de139cb5ed8b5f6d115724712a8ca4ef]

        registry: remove comment cruft from regimpl.cxx
        
        Change-Id: Ic728b6d975cfaf59c5d28c5587c488a245b4c961
        Reviewed-on: https://gerrit.libreoffice.org/38068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f347ec8f6fa7143ad98eac96051b6f4b56e71847]

        osl: osl_setFilePos uHow and uPos parameter desc. are amazingly inaccurate!
        
        Change-Id: Ie96f31b24b4f23ef72f12adee14dfe4092fc8e2b
        Reviewed-on: https://gerrit.libreoffice.org/37873
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [95d5375b63d80c4a89ad96954934ff2e8ae213a2]

        osl: remove LLA sigs, fix typos and convert to Doxygen comment
        
        Change-Id: I07311894c25a906d0f3d64f39684851c7b23d672
        Reviewed-on: https://gerrit.libreoffice.org/37872
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [dbb2fff9f3f918966ddc5f55b32e247dc2bb2874]

        osl: convert to variable == value, not value == variable
        
        Change-Id: I20e68c135f43d03cf6035eda488c85a2067910e0
        Reviewed-on: https://gerrit.libreoffice.org/37864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [3a6eb7d7e5aaa455d892d63f95cced03d3e32a95]

        tdf#43157 - registry: convert from OSL_ASSERT to assert
        
        Change-Id: I527920d3e970e5028ebc0a84d0b460cdee0f140b
        Reviewed-on: https://gerrit.libreoffice.org/38077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [90347af0b41fa76a2a79a2b4c9258333b3bf9a25]

        registry: like Rosencrantz, consistency is all I ask...
        
        ... only I do so with less existential angst.
        
        Change-Id: Ib62c27580db845b5c00b772aef1ec798a6163b4a
        Reviewed-on: https://gerrit.libreoffice.org/38070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b6536a2ff0f9ea9ad431eeba2c8b5493823dd21b]

        registry: typo in function parameter
        
        Change-Id: I0a0e9551e427f3ca0fe15a5eec05f85e852642fe
        Reviewed-on: https://gerrit.libreoffice.org/38075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-27  Henry Castro  <hcastro@collabora.com>  [0582bd49b385ebcebf93fe87d0161ed4846c8805]

        sw lok: disable undo state if conflict with other views
        
        Change-Id: I5497c9b1f236bc803529825ba8b423d55fffa93e
        Reviewed-on: https://gerrit.libreoffice.org/38049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-05-27  Julien Nabet  <serval2412@yahoo.fr>  [95b9b46cca1da5f452af5e322af447fd27f82ea5]

        Revert "deleted variable bAdd because it does not make sense"
        
        This reverts commit d0c0ebbcabb67b8dfd130cf4e9e666bba229f846.
        + fix bAdd logic
        
        Change-Id: Iefa70e31c5747db1a881b1036e3d8a8995785603
        Reviewed-on: https://gerrit.libreoffice.org/38072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e2e03ffc2637c9faea8a78f04232644e66ad60c4]

        Tiny Tango icon update, before I lose my backups again
        
        Change-Id: I26aaeabe68f063e06062840c354521b18054d729

2017-05-26  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5c16d16ed3db32f922b2aeaad49592d2615c7e2c]

        tdf#107045 Change preview image in templates
        
        thumbnail.png was modified in XML code for each Impress
        template. Localized text was replaced with Lorem Ipsum
        text
        
        Change-Id: I67fbf9b957630a75227d1b595d9bdc4298ef791c
        Reviewed-on: https://gerrit.libreoffice.org/36805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [f85ded43446b17fbfdd868cc057ba39666d3d7cb]

        tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat option
        
        There is a reason this is off by default, make it a bit more easier for
        users to not depend this option when they don't actually need it.
        
        Change-Id: I21c5b942c6021fa21840779e1a9f53055fbf279f
        Reviewed-on: https://gerrit.libreoffice.org/38081
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0714d2f3009bbb24501561c1a8e96a6feb9a42ca]

        tdf#108056 sw SubtractFlys: add missing expansion of the clip path
        
        With this finally the bugdoc has no more unexpected white lines around
        the fly frame. In the non-SubtractFlys case DrawFillAttributes() already
        did an expansion of the clip path, but this was overwritten in case the
        layout flag was set.
        
        Fix the problem by taking care of this in lcl_SubtractFlys() itself.
        
        Change-Id: Iac91279f8bc19588e763425aff5cb800e793da83
        Reviewed-on: https://gerrit.libreoffice.org/38079
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d66700b59dacaf9bb055b222c0380cf91038dc7f]

        Updated core Project: help  2d55618673b1db54dd3439f1054413fc71d5a2a0
        
        Fix documentation URL in help page
        
        The URL was outdated.
        
        Change-Id: I6c8de8a7271875fd5d6874aface4130e8e872194
        Reviewed-on: https://gerrit.libreoffice.org/38085
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [94844e60fc7d57352333d78f10bd47fae8adf6f5]

        tdf#39468: translate German to English in registry's regimpl.cxx
        
        Change-Id: Ibda59217728c9c959c4648d73005770d27644b77
        Reviewed-on: https://gerrit.libreoffice.org/38069
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [87d62a6222932d36c91d7b69240c7bccbf4e46be]

        tdf#108056 sw SubtractFlys: work with a polypolygon directly
        
        In case the intention is that the clip rectangle should include the
        page, except a fly frame, we built a list of rectangles that covered
        this area. This introduces the problem if adjacent rectangles don't join
        perfectly.
        
        Instead allow lcl_SubtractFlys() to work on a clip state directly, this
        way the clip polypolygon will only contain two paths (the page rectangle
        and the rectangle of the fly), so rounding errors can't happen.
        
        Change-Id: I5b2e9a382aa7d16f3b16509670de754b5e00bd6d
        Reviewed-on: https://gerrit.libreoffice.org/38066
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [e60529fdfe0502f64e3c975f71539b28146943e8]

        fix impress slide context menu
        
        regression from 4a340e36e8d3713806719351f455711c1254a178
        "loplugin:constantparam"
        
        Change-Id: I3dc34fd438ba7f057e52e888e3ea8053a0b3ea78
        Reviewed-on: https://gerrit.libreoffice.org/38073
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [8119d0ceb7e5d4c6dba406c998ad05f143f36f67]

        writerperfect translations missing
        
        persumably because there were never extracted to be available
        for translation
        
        Change-Id: Ib9d37105a41c19898577ba8acec121b87e3af9e5

2017-05-26  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1b27bed2d5b6915cda408c6f8d27d15bf13cc9be]

        tdf#106131 no global drag when anchor drag active
        
        If in Writer dragging the anchor is already active
        it is not allowed to enter global object drag mode.
        This check was missing and may lead to various
        inconsistencies
        
        Change-Id: I7d8dd2a62737e6d5d72f69747ceb21bcb73c45ed
        Reviewed-on: https://gerrit.libreoffice.org/38059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [0b9b36cafe29916a9fdeac420a49c174adb10c59]

        Resolves: tdf##108069 2nd OpenGLContext::init should dispose earlier results
        
        Change-Id: If6bb9517a4081576347d71ddf26d020119d34247

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [dd55370d637a2f5d397a0a24ccfbc107b64a4ad1]

        coverity#707857 Uninitialized scalar field
        
        Change-Id: I2d51a2e9b56dd0dc57613f305e0834ffb1732de5

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [f76b927cc53f677128925e1353e3ecc44f105a77]

        coverity#1409894 Dereference after null check
        
        Change-Id: If475a0415c9faf98c978576743dbfdaa79d16d3f

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [bc28dde1891fd6e3b7ded3f2603aaf63a9111106]

        coverity#1409893 Division or modulo by float zero
        
        Change-Id: I697e9c7772792b02257ed1f40666dd70bb70300c

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [a74c796865f434f6e7a8806667381d325491092b]

        coverity#1242834 Unused value
        
        and
        
        coverity#1242871 Unused value
        coverity#1242900 Unused value
        
        Change-Id: Ic8c9afa5ac9ea9de661f15403646424486901696

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [6ee4b68ce5bd52b31713fc5213594e54b2412737]

        coverity#1409896 Dereference before null check
        
        should this be pShell instead of pSh ?
        
        Change-Id: Ie653dbbdee8cebc402c9ee9e78630353ba977921

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [ac2ea8ab2cda18b9fb01cb0f6a9d510f7d143e4d]

        coverity#1409897 Dereference before null check
        
        Change-Id: I9ce73a4836df502267ec9b247432dd86b6ac1b62

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [7be3b5b8bac080a8762279531bbe758b3675cc38]

        coverity#1409898 Dereference before null check
        
        Change-Id: I44b5ab0c66b4050c2ee47684af7526e2543945ca

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [e805881d74392969746d34756b035850c67883e6]

        coverity#1409895 Resource leak
        
        Change-Id: I1430ac41bf11bf3ae5c4cba3406a24148acd728e

2017-05-26  Caolán McNamara  <caolanm@redhat.com>  [21944eb7395e365cae01c14790f8069ac5933306]

        coverity#1409901 Unused value
        
        Change-Id: I1a363ed385ba251ece29f7bd1eaa151c0657f14e

2017-05-26  Justin Luth  <justin_luth@sil.org>  [dae134cd793b96126aab4029f1ea83faf51d4f58]

        tdf#74177 Writer table: refresh formula without losing comments
        
        The presence of an annotation anchor was causing number replacement
        to fail in Writer's table cells.  The formula's value was not
        recognized as a replaceable number, so the originally computed
        value remained in the cell, regardless of whether the formula's
        value changed.
        
        Allowing the value to change needs to avoid losing the comments,
        so the majority of this fix is to preserve the comments.
        
        This is not recognized as "fixed" during document loading since
        the table/formulas are not refreshed at load time.
        Only documents saved with incorrect results will notice this,
        and any cursor access inside the table will cause a refresh.
        Printing also causes a refresh (but not print preview or PDF export).
        
        So this patch only fixes document creation or modification, which
        should be adequate for this bug.
        
        Change-Id: I6f11d62c2d56e6b0f6a37371dd5aaef28d525e25
        Reviewed-on: https://gerrit.libreoffice.org/32910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-26  Justin Luth  <justin_luth@sil.org>  [4dc3e7d5e9044be66177e467d739bd8be7556783]

        tdf#108049 VBA exception avoided in ScVbaRange::setStyle
        
        Change-Id: I5fc928373d70829b6e68d9000140a30f04179536
        Reviewed-on: https://gerrit.libreoffice.org/37981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-26  Michael Stahl  <mstahl@redhat.com>  [0f2981329c6b2cf409a506ad10f1485a8fc7d686]

        sdext: coverity#1409900 Uncaught exception
        
        Change-Id: I45e277440718b9d173f164eaaa3112f4c474aa3a

2017-05-26  Michael Stahl  <mstahl@redhat.com>  [40587c191ecf6ec667f40e9148c197246e3c45a5]

        sw: coverity#1409899 Null pointer dereferences
        
        Change-Id: I152def3c629980aedb705ac511f154cc6e9d1b0f

2017-05-26  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [f09be32d0fcb176527b41cedc37814d5ed7ccad5]

        tdf#36019: Dynamically enable/disable extension removal via GUI
        
        Now extension removal via the Extension Manager dialog can be
        dynamically enabled/disabled from the expert configurations.
        
        This doesn't affect the unopkg commands.
        
        Change-Id: I2b718d48977ca18cc3d808e98cf7804d4a47dcff
        Reviewed-on: https://gerrit.libreoffice.org/37990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-05-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [24b2c636a230c04ab4b9c6ed7d041f6420f959f1]

        create SAL_RETURNS_NONNULL annotation
        
        and apply it to some methods in OString and OUString
        
        Change-Id: I30e91f961b6d310799d3641f68b7ed54b3080f3a
        Reviewed-on: https://gerrit.libreoffice.org/38020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-26  Gabor Kelemen  <kelemeng@ubuntu.com>  [59793d67d4c0324730e30d71d94ba5173643d79c]

        Make helpcompiler more verbose on dot ahelps
        
        Currently we get a warning if the ahelp is one dot
        and there was no previous bookmark tag.
        
        This warning contains only the text with the problemmatic ahelp.
        
        It would make it easier to hunt down such problems if we would
        know the file names.
        
        This patch does that, and now I see 334 problems in 137 files.
        
        Change-Id: I364368f7affb85d5c5d526dd4674757c51956aea
        Reviewed-on: https://gerrit.libreoffice.org/38044
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2017-05-26  tagezi  <lera.goncharuk@gmail.com>  [d0c0ebbcabb67b8dfd130cf4e9e666bba229f846]

        deleted variable bAdd because it does not make sense
        
        Change-Id: Ib65c38c7e99ff4667c021240a1412c8f57f53cbe
        Reviewed-on: https://gerrit.libreoffice.org/38050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-26  Szymon Kłos  <szymon.klos@collabora.com>  [271094ad8f9e334d17176744b90b35e80528bcb2]

        Watermark: docx interoperability
        
        Before patch:
        
        Document created in MS Word:
        <v:shapetype id="_x0000_t136" o:spt="136" ...>
        <v:shape type="#_x0000_t136" ...>
        
        Imported to LO and exported:
        <v:shapetype id="shapetype_136" o:spt="136" ...>
        <v:shape type="shapetype_136" ...>
        
        Then again imported to MS Word and exported:
        <v:shapetype id="shapetype_136" o:spid="_x0000_m1026" o:spt="100" ...>
        <v:shape type="#shapetype_136" ...>
        
        In this moment LO after import had shape in the navigator but it wasn't visible.
        
        Patch:
        * vmshapecontext.cxx is changed to read ShapeType from id instead of o:spt
                             when o:spid is present.
        * vmlexport.cxx added o:spid for Word to identify inserted watermark
        * edfxol.cxx changed name of shape to "PowerPlusWaterMarkObject" for Word
        * tests
        
        Change-Id: I25322628838a98c45cbeed64144d04977b2ea9ba
        Reviewed-on: https://gerrit.libreoffice.org/37969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1b247625419515a8aeaf9e1f232f16cb4f59f73]

        RTF filter: use 'using' instead of 'typedef'
        
        Change-Id: Ie7182fa30155a8090421cf9a669525be99f0e0a7
        Reviewed-on: https://gerrit.libreoffice.org/38042
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-26  Justin Luth  <justin_luth@sil.org>  [b56d1e294d838d4b3d0f237c81325a0d1a1cff83]

        xlsx export: limit dataValidation list to 255 chars, not 254
        
        related to tdf#99856 commit b139bf96574010f317c543bc45d23dd6a5810621
        which had a logic failure, caused by investigating too many
        alternative ways of fixing.
        
        Change-Id: I6ffce8c0bc10c992804cb5d8c75441da1a4c3d37
        Reviewed-on: https://gerrit.libreoffice.org/38051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-05-26  Justin Luth  <justin_luth@sil.org>  [6ae3d9d18d0069c9921a29bbe313e65084cd4a93]

        tdf#101815 impress: redraw after ExecuteSpellPopup
        
        After replacing a misspelled word, impress wasn't updating the screen
        in outline or normal mode. This is attempt #2.
        
        Change-Id: I3eb213a951d55faf9f5b36392f37bf2263851247
        Reviewed-on: https://gerrit.libreoffice.org/34406
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-05-26  Szymon Kłos  <szymon.klos@collabora.com>  [6533c30f7f8b62671fef9e636c49b11127812ed1]

        Watermark: updated Put and QueryValue
        
        Change-Id: Ica65be783130b1981093204edd03dc793a16343b
        Reviewed-on: https://gerrit.libreoffice.org/38027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-25  Justin Luth  <justin_luth@sil.org>  [b139bf96574010f317c543bc45d23dd6a5810621]

        tdf#99856 xlsx export: limit dataValidation list to 255 chars
        
        Excel consider the file corrupt if it has an overly long
        validation list.
        
        Change-Id: I4145859d4f76e0a70521c7bee33c96927b437ace
        Reviewed-on: https://gerrit.libreoffice.org/38038
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-25  Matthias Freund  <matti_lx@secure.mailbox.org>  [3721d9893e1f9e1c355f39f66e3f7e6e341c2cc0]

        tdf#75256 svg sheet smashing and insertbefore and after fixes
        
        Change-Id: I92ad38f9eda9199bb419a051dc07bc057a120c7d
        Reviewed-on: https://gerrit.libreoffice.org/37657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-05-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cd003c3f6298c49d66ddd718b61a7ab33b148cb7]

        fix packaging
        
        after commit da543e4efbb53e25a60f8557a0b8cd307e46ebf4
            convert starbasic wizards to .properties for translations
        
        Change-Id: Iccc7a39776781c85d1c2f3160ff03876ae6c5762
        Reviewed-on: https://gerrit.libreoffice.org/38040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-25  Justin Luth  <justin_luth@sil.org>  [0d3fcbf809852aab0d0f88272bbfd2e8507d1c5e]

        tdf#108017 xlsb import: protection settings were reversed
        
        Back in LO4.3, commit 5728a56b20e01d6c9e86a23f20af64a1b68ad604
        fdo#70499 selectn of lock/unlocked cells with worksheet protection reversed
        
        ...reversed finalizeImport's understanding of maSheetProt.* to match
        xml import, but then it no longer matched the binary stream import.
        So, .xlsb imported the opposite of what .xlsx/.xlsm imported.
        
        Change-Id: I2da3967ef52187e4ef36ce7d01b17a4672f61e1c
        Reviewed-on: https://gerrit.libreoffice.org/37952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-25  Jean-Pierre Ledure  <jp@ledure.be>  [4be228af5ae177ad0057613ef0a98d6cc1b67584]

        Access2Base - Value property of DECIMAL fields
        
        Avoid overflow on CLng function
        
        Change-Id: I75dc25299cbfbc1fff9eeac4e2a8d2f3e8ed7d85

2017-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a05dc747caf5b8fef6bd95a999cb6098f2b4dbc7]

        tdf#108056 PDF export: work with double page size
        
        Our coordinate system has the origo in the top left corner, PDF's one is
        at the bottom left corner. So the page height affects the coordinate of
        all widths and y positions. That page width is 870.25 in the case of the
        bugdoc, but it was handled as 870 due to the integer rounding. The
        coordinates and heights are now closer to the expected ones.
        
        Change-Id: I9c7d77298df3850bbc170c9ace18120900d7e3fa
        Reviewed-on: https://gerrit.libreoffice.org/38030
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-25  tagezi  <lera.goncharuk@gmail.com>  [3bdd04cd54a42a98f7f679e749f3da0f164ac18f]

        tdf#91913 Saving line numbering into setting
        
        It saves setting of the line numbering for next start
        Now the line numbering is enabled by default
        
        Change-Id: Ib658d417882996eb843fed9b236496fe2fb42166
        Reviewed-on: https://gerrit.libreoffice.org/38013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [021ff0c97f3dabd423740782155c77cbcbc3a93a]

        RID_DB_TABLE_WIZARD_START should be RID_TABLE now
        
        Change-Id: Ibb15f7e4ee1429213f523b8fd8d3b12dc4881257

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [da543e4efbb53e25a60f8557a0b8cd307e46ebf4]

        convert starbasic wizards to .properties for translations
        
        Change-Id: I165f85ee993995b54163061c7d378eea90eb276a

2017-05-25  Olivier Hallot  <olivier.hallot@libreoffice.org>  [264ac75d4ddba5ef35105689df3c51d45c259b17]

        Updated core Project: help  6024a6602db8841bb67f20789371524f0d067f1c
        
        Fix <sup> tag swallowed by authoring extension
        
        Help authoring extension does not support <sup> and <sub> tags,
        a bug has been filled to fix it.
        
        This patch restore <sup> tags in file.
        
        Change-Id: I0551de6b937de2853494e8285fe7a56c2abb9d5a
        Reviewed-on: https://gerrit.libreoffice.org/38024
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [882435a2d64afe46223f9135a00df26e63fa0a59]

        unused 'Blabla' resource string
        
        Change-Id: Ia4a7311d8b7e21d6bfab71f3d569953f44732c64

2017-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6bdcfb8e0bdd456f81d4391df355a76be13afd3]

        tdf#108056 sw SubtractFlys: fix off-by-one error in clip rectangle calculation
        
        See commit c5cf8824a619401627f18abc7b3049551c71ac2a (tdf#86578: sw: fix
        rendering of legacy documents with fly anchored at fly, 2015-04-10) for
        the context, this fixes the vertical unexpected thin white lines of the
        bugdoc.
        
        Change-Id: I5bb0536e84a8486440748ac9ebb24b22344cc03f
        Reviewed-on: https://gerrit.libreoffice.org/38015
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [734662f2ac0b3616cb044679c3826f446d0936eb]

        missing RID_FORM + 70 resource not used
        
        Change-Id: I9b131d2f6fcf7ac22734f0e7b5d4d38447b4820c

2017-05-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f832a2fd348de2c9c25e44ce2e18d7bd6a567393]

        Revert "tdf#107945: Perhaps this will make this method thread-safe..."
        
        This reverts commit 50fc62ce76bc51f18b16eae937761d0a8872df3e.
        
        The method was already thread-safe before this change.

2017-05-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a563c5f4373b6258f693ad9691eedb15fe4ff268]

        update mdds to 1.2.3.
        
        Change-Id: I95b436810c7b7e4b9d9f0382e4c77aceec3c4a80
        Reviewed-on: https://gerrit.libreoffice.org/38010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-25  Julien Nabet  <serval2412@yahoo.fr>  [c751318868f3f0082b2c86df493216d452b8ecc5]

        Related tdf#108068: Use new name of column when it's been changed
        
        First fix simple case, the rename of a column which is not a primary key
        
        Change-Id: Ia0de8e531021cbec0409408008c541c25a4bcd85
        Reviewed-on: https://gerrit.libreoffice.org/38014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [70fe321f3cadfb4c71bd2948d3b0651ab50ff009]

        match GetStarOfficeLocale with NLPSolver.ResourceManager
        
        for better or worse is another issue
        
        Change-Id: I2019c7506b95eb97461afc9b1d41782e0a9b2504

2017-05-25  Caolán McNamara  <caolanm@redhat.com>  [63e3a8b48aff32886acea504500a764234b60793]

        GetLocale is unused
        
        Change-Id: I106caf2e32236eea5b5517171c277533c4957c0e

2017-05-25  Mark Hung  <marklh9@gmail.com>  [002b4584e1db1c90000ed776479ff8f99c21e957]

        Bypass PdfExportTest::testTdf107868() in 64-bit Windows
        
        It also failed with VS2015. Just bypass it now.
        
        Change-Id: Ic657d1d341e8c9598e163f5f32b6e0bbee3959e4
        Reviewed-on: https://gerrit.libreoffice.org/37987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-05-25  Maxim Monastirsky  <momonasmon@gmail.com>  [ce40f2798f0fa2f8f6e3084e4bbbd50e749c55d6]

        tdf#105002 Don't crash on mail wizard recreation
        
        Change-Id: I8af4753cc654ec475d40223a64afa50a9de332ab
        Reviewed-on: https://gerrit.libreoffice.org/38007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-25  David Tardon  <dtardon@redhat.com>  [b12e16f8fc186117cbb20cc3866bf052a3d75515]

        upload poppler 0.55.0
        
        Change-Id: I19b7d324a2dc50d006b4d255ddb6a5c1f15bc616
        Reviewed-on: https://gerrit.libreoffice.org/37998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4b5bc2330e3656084dab21459e9b7ae1f58ebaf]

        xmlsec: use configure flags instead of patching out apps/docs
        
        These flags are new in xmlsec-1.2.24.
        
        Change-Id: If32faa6e1d3a5f51fa4d631973d8bd0962783a34
        Reviewed-on: https://gerrit.libreoffice.org/38004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a340e36e8d3713806719351f455711c1254a178]

        loplugin:constantparam
        
        add the results files so I can just see the diff in future
        
        Change-Id: Ia20a1aa6418be95ed620719cde340c00b7b053e1
        Reviewed-on: https://gerrit.libreoffice.org/37988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50fc62ce76bc51f18b16eae937761d0a8872df3e]

        tdf#107945: Perhaps this will make this method thread-safe...
        
        Assuming that rtl_uString_new() is thread-safe, and static variable
        initialization is technically thread-safe, hopefully we can declare
        this static method thread-safe now.
        
        Change-Id: Ibc3685a576c2a6692bdf2beff79592290b42cc8a
        Reviewed-on: https://gerrit.libreoffice.org/38011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6d51bb3d54ac52e4870bd00a21fce3a3b1c5010b]

        tdf#106424 fix crash in SfxItemPool::Put
        
        This fix reverts commit	304d3856c138fb54ff536f41be3eff26ab4d6315
        Date:   Wed Oct 16 07:55:09 2002 +0000
            #103124# possible unremoved SwFmt object fixed
        
        and commit fab98924e01f211c1d1fc5823c0867019b590c60
        Date:   Wed Oct 16 10:18:26 2002 +0000
            #103152# possible unremoved SwFmt object fixed
        
        as they are causing crashes:
        http://crashreport.libreoffice.org/stats/signature
        /SfxItemPool::Put(SfxPoolItem%20const%20&,unsigned%20short)
        
        The comments suggest there was/is a use-after-free when
        SwFormatCharFormat is changed with API. This happens in unoobj.cxx
        and unostyle.cxx by SwFormatDrop::SetCharFormat().
        
        With following changes:
        commit bf2ae97a223df987d6b9bc649afe311b5421f61e
            INTEGRATION: CWS os7 (1.64.4.3.34); FILE MERGED
            2003/03/25 14:23:43 os 1.64.4.3.34.1: #104245# table mode added
            to the SwXTextCursor::SetPropertyValue attribute list; 'Standard'
            character format not allowed as drop cap char style
        and commit 9625366d0b2fd36a57c6283a4a80c47b80d57707
            INTEGRATION: CWS os8 (1.64.4.3.48); FILE MERGED
            2003/04/09 09:11:53 os 1.64.4.3.48.3: #104245# Default not
            allowed as DropCapCharStyleName, too
        
        in unoobj.cxx, setting the documents' default SwFormatCharFormat is
        rejected by throwing an exception. Likely to fix the same issue as
        the first 2 commits.
        So we do the same in unostyle.cxx now too.
        
        Add an assert in SwFormatCharFormat::SetCharFormat and
        SwFormatDrop::SetCharFormat, to uncover other changes to the default
        SwFormatCharFormat or SwFormatDrop.
        Such an case could happen in SwXTextDefaults::setPropertyValue
        where we bail out now.
        
        Change-Id: Iac59dffbd6285dd28d1000a8eacda8ffd3bdc962
        Reviewed-on: https://gerrit.libreoffice.org/37499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-24  Grzegorz Araminowicz  <g.araminowicz@gmail.com>  [f45463d8e2bb0771ec1837d159ff98108b0047cf]

        tdf#93727 Support date literals in basic
        
        * detect #...# in SbiScanner
        * add vb test
        * made date locale-independent
        
        Change-Id: Ic269df2df8d3a7c5af7858c3655bb40a0b6033f0
        Reviewed-on: https://gerrit.libreoffice.org/36002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-24  Caolán McNamara  <caolanm@redhat.com>  [c6568ab9a6192675d72de58f72dd5d8e5c14db0a]

        SdResId used just for its id
        
        Change-Id: I37bc1e8f52c4968a26b12d5b9609dfe7b1f7827a

2017-05-24  Michael Stahl  <mstahl@redhat.com>  [15b033d1dd09cd1898a994a0f12e38ed5cf847cb]

        rhbz#1425304 sdext: join TimerScheduler thread before shutdown
        
        Use a osl::Condition to interrupt the waiting thread, and join it.
        
        Change-Id: I638a2495afd082446c39faf9362578bd0f758d04

2017-05-24  Caolán McNamara  <caolanm@redhat.com>  [a95def1aed681bbb664ff24470e0da7c5a5530ac]

        convert java wizards to .properties for translations
        
        like LibreOffice java extensions, and nlpsolver and librelogo, do, removes the
        magic number problem
        
        Change-Id: I561249ccebe41c787cd8cdaa80e1d035f27052cc
        Reviewed-on: https://gerrit.libreoffice.org/37986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-24  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [99b7c4f57d7fe3cac772cce38e2dd6879e128315]

        tdf#36019: Dynamically enable/disable extension installation via GUI
        
        Now extension installation via the Extension Manager dialog can be
        dynamically enabled/disabled from the expert configurations.
        
        This also affects the installation by double-clicking the extension
        file in the file manager, but doesn't affect the unopkg commands.
        
        Change-Id: I70c2c83c2458115b366c7fdcc06f72e11df4726b
        Reviewed-on: https://gerrit.libreoffice.org/36688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-05-24  Tor Lillqvist  <tml@collabora.com>  [b3f058126b407e8f7d62e9ace68105f2b252e9ac]

        Clean up a comment
        
        Change-Id: I9ee47a3de42087fb63e5d3e931ecee538017f3cc

2017-05-24  Caolán McNamara  <caolanm@redhat.com>  [18ef85fb86a4b0f356cb1d94270b2b6c6dab9161]

        liblangtag#10 support roundtripping ca@valencia
        
        Change-Id: I67932541fbb14316798fe94b64b4b32a3d1c29f6
        Reviewed-on: https://gerrit.libreoffice.org/37984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d860007d692f9fb15b5699b49c314eb72eae79b]

        vcl: parallelize JPEG import from ImportGraphics()
        
        Just the expensive, pixel reading part, not the bitmap creation, which
        isn't thread-safe.
        
        Change-Id: I3723d80aa29ee5f2e604800cb2061c59b0b0324d
        Reviewed-on: https://gerrit.libreoffice.org/37978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-24  Szymon Kłos  <szymon.klos@collabora.com>  [6e01993a420912ab8896879b0b91c47c3479c239]

        tdf#108040 Don't turn on header to check if Watermark exist
        
        Change-Id: Ieaf42384248deb283f71743f68c059b384abaa1a

2017-05-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a58848fddbcc4a3fafe3ddb4fdfbb4feda73b30]

        loplugin:unusedfields
        
        Change-Id: Ib91c6d23a1af3735d9c030eaf9efae817f513c58
        Reviewed-on: https://gerrit.libreoffice.org/37982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0bfddd99a28ebdf5b690c224df3feb2498758c0a]

        Updated core Project: help  cc225764fb26219e24b0f1aa73c2a9f55e4a65e1
        
        Mute l10n for dozens of numbers and format codes
        
        Muted numbers and codes are not to be translated
        
        Change-Id: I4714318c6108a2735825d7ff7832d2b3733df7f7
        Reviewed-on: https://gerrit.libreoffice.org/37973
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-24  Andras Timar  <andras.timar@collabora.com>  [439cdc8530fef0d7e1a62a66c094a27af2181309]

        Watermark command opens a dialog, add ... to the label
        
        Change-Id: I274661b1ec892425d84cd72194c376e498bf70ed

2017-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5b8b58ab02ca6f19b2a12d80c41d667ec416f1f]

        vcl: factor out graphic import filter state to GraphicImportContext
        
        Have all the data needed to read pixel data at one place.
        
        Change-Id: Ie00b154b941c775d6ff4bf11019464423b3e2425
        Reviewed-on: https://gerrit.libreoffice.org/37975
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-24  Gabor Kelemen  <kelemeng@gnome.hu>  [7299b7301cbb6013ba4ec36753a58d772b64a007]

        Updated core Project: help  9c0f31652cb806846bad8f814006209489c58b6b
        
        PlaceWare filter was dropped so don't mention its format
        
        Change-Id: Ifdfc7ca4de9565f69d8e14b91e219044e5ebd7f8
        Reviewed-on: https://gerrit.libreoffice.org/37968
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [bfafda5829f75091c9db798f953d617cde688a1f]

        tdf#107866 - Changing table column width with Alt+arrow key strokes is broken
        
        regression from commit 890d6790715c4c3f3565b476d538643f04dc6936
        "convert TableChgWidthHeightType to o3tl::typed_flags"
        
        Change-Id: Ia1c3ec09d23ffe502dd8cb0ab673e45935bd4909
        Reviewed-on: https://gerrit.libreoffice.org/37956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-24  Tor Lillqvist  <tml@collabora.com>  [12fc1372f0e581348c70ad9d817b54c390f0e1cc]

        For some reason PdfExportTest::testTdf107868() fails in a 64-bit VS2017 build
        
        Just bypass it for now then.
        
        Change-Id: I78b088dd35b37378f1d29833b08cfd7afd6b5133

2017-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b009c9a03622859ca95a9a5de97606ffaa8a6158]

        external: update pdfium to 3094
        
        This allows dropping the now upstreamed system-zlib.patch.1.
        
        Change-Id: I92668ff243fa7f14a418cec419c003d4a9bc96ce
        Reviewed-on: https://gerrit.libreoffice.org/37960
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-24  jan Iversen  <jani@libreoffice.org>  [a3f66d2d1d12bb7a308595b1b0ab96a7acab12d8]

        fixing fe3fb5ecd3b66e32cc5aa64a2afffa572353740e for iOS
        
        the new cross-toolset target does not work for iOS
        (the old way worked as it should)
        the "fetch" target causes problems.
        
        Change-Id: I19d2949f04a968ebd9813f635dc21cae0559a4e7

2017-05-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d4cd8677889ec3807c194ef5b462f8e031807e5b]

        tdf#107945: properly iterate over mtv during pivot cache loading.
        
        This reduces the total time required for populating the pivot cache
        by ~60%.
        
        Change-Id: I6a8511959c20231a8a5dbd0b0a9a3d0930a1fa0c
        Reviewed-on: https://gerrit.libreoffice.org/37971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [7948e84091f37fbda75f524f20138d1171918e64]

        basic: Stop detecting the number of tokens at runtime
        
        which removes static variables and improves SbiTokenizer's
        thread-safety.
        
        Change-Id: Ic3eb52adfa85691af65f214c1b90c43c03f9a3dd
        Reviewed-on: https://gerrit.libreoffice.org/37867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-24  Maxim Monastirsky  <momonasmon@gmail.com>  [687c3b49976ef0eb079853f7bffd63d25bff05c7]

        tdf#107008 Pass char style names to NBOTypeMgrBase
        
        Change-Id: I26db31b8f9db968aa33b92a4abe917ac20cd5844
        Reviewed-on: https://gerrit.libreoffice.org/37963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [b8a1797e1511bdee779112f09b1e64098591b9fe]

        mkdocs_portal: reset local variable in loop
        
        Change-Id: I0c66717c0fac6d4d1bb6a33b8a196066f0f880d1

2017-05-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c137857d5bbe6bc25fbc8bd29b0dafcbe67dea91]

        Updated core Project: help  23e991de25bb224fc7c6561b9cb34632fecd7220
        
        The word “bar” should not be bolded or capitalized
        
        Change-Id: Ib295f68ea3bda9610359412b7748e417b77915bf
        

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a5abf25c9bcabbd77cf37ae9c6a91cb4172df60]

        vcl GraphicFilter: invoke JPEG import directly in ImportGraphics()
        
        So that later the two ImportJPEG() calls can be invoked in separate for
        loops.
        
        Change-Id: I7b806d7c604d406411d5113731229eb9f761eee4
        Reviewed-on: https://gerrit.libreoffice.org/37955
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-23  Eike Rathke  <erack@redhat.com>  [6df362b4b01a1f645009b45e1a7dd902f1de089b]

        Extend the loop over svRefList to cover also the query evaluation
        
        ... otherwise all but the last reflist entry are thrown away..
        
        Change-Id: Ic8e66cfb6179a86140e566d25cbffc901527f269

2017-05-23  Szymon Kłos  <szymon.klos@collabora.com>  [b535d31f95809906c8eef5a8e8096e137f32a533]

        Watermark: read angle value
        
        Change-Id: Ib6b98c58b1251c27476cbbbd03a2f7ed97e68c45
        Reviewed-on: https://gerrit.libreoffice.org/37947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [161b42efa95ac353fe0f800b2dea5ac495e8a55a]

        tdf#107971 - 'Shapes' text is gone from Modify menu
        
        Regression from commit f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a
        "remove unhandled SID commands from svx"
        
        Change-Id: I78345c14fd899f19fa5134a6ada493e1f151d061
        Reviewed-on: https://gerrit.libreoffice.org/37954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-23  jan Iversen  <jani@libreoffice.org>  [7a447a8c60113f53b237b633b940a761188a3885]

        iOS, remove curl to make iOS compile
        
        Commit 9c3b05f2d571b58ee2322a942162ecec654544dc
        added curl, without affect on iOS
        some of the conditions changed later
        making curl be included when compiling iOS
        
        Added filter_out macro for iOS
        
        Change-Id: I22a9ffd47f56893ea366fffa3ef0a0610ea54370

2017-05-23  Eike Rathke  <erack@redhat.com>  [69f9c57551120afbb7e2d877f8478148a0c545dc]

        svRefList always needs to be in a loop to be eventually popped from stack
        
        If it has more than one entries, rRefInList and rParam are incremented
        (effectively annulating a nParam--) and only the last entry pops the token from
        stack. This could had led to wrong references for other (previous) parameters.
        
        Change-Id: I4204d1be4da2e538cece20d92cb7cd96b7c8fa84

2017-05-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2e5db24f63edbfced178dc7ff274e9eeeea9de68]

        remove VCLExternalSolarLock* members from ..
        
        .. classes with OAccessibleContextHelper base.
        
        Change-Id: I3187e88bf485e78fb78550870a87db29d958dbc0
        Reviewed-on: https://gerrit.libreoffice.org/37948
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a91ea82502c0b9e6632d625962bf9da006c4a2f]

        vcl GraphicFilter: add ImportGraphics()
        
        This is similar to ImportGraphic(), but can handle multiple streams with
        one function call.
        
        Change-Id: I8d5dc8de64321c3c1fb9e1037527b411fd68dca8
        Reviewed-on: https://gerrit.libreoffice.org/37953
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-23  Michael Stahl  <mstahl@redhat.com>  [f11cbcb60d546ce9c7a840a67458c5c88f8a8531]

        sc: work around MSVC 2017 ICE in AccessibleDocument.cxx
        
        MSVC 2017 dies with INTERNAL COMPILER ERROR on the ConvertLayerId
        function, which uses fancy C++14 constexpr SdrLayerId/strong_int stuff;
        it happens to compile without complaint if it is expressed as an
        if-elseif chain instead of the switch statement.
        
        Change-Id: Ib1324bbabeb7a971ba090b9647dde55c1cd0d587

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [252e524094893063e4bcc822571a14c4558e1d00]

        svtools: add GraphicProvider::queryGraphics()
        
        This allows moving the for() loop from oox to svtools when importing
        multiple images.
        
        That means in case later we parallelize that loop, then the performance
        benefit won't be restricted to oox, but also will be available for all
        clients of the graphic provider.
        
        Change-Id: Icd7bd447e7ae623b0a8548e020d8f6ab38da47bb
        Reviewed-on: https://gerrit.libreoffice.org/37945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-23  Eike Rathke  <erack@redhat.com>  [d24a9a7513805f1baee3ff7c9b8a25eb467a0f6b]

        Move pushing the result token into IterateParametersIfs, tdf#58874
        
        Change-Id: I7c44afad1610fd04b0b2acc51c654a583ed991e6

2017-05-23  Eike Rathke  <erack@redhat.com>  [cd87661b4761ee9f512fc01f95d84f786c97bb66]

        PushError() instead of SetError() so there's a result token
        
        Change-Id: I8c2a7e01b04c26e008c8cbea9332f71d47293c75

2017-05-23  Eike Rathke  <erack@redhat.com>  [28ff25934ca1442a4a7f22f0d915ed7b782ca379]

        Unit test for COUNTBLANK with array of references, tdf#58874
        
        Change-Id: I44c4db675b822c0456197bf019783076cb7a4b78

2017-05-23  Eike Rathke  <erack@redhat.com>  [5e974c89c8647040f796605aeae1322303532e58]

        Handle COUNTBLANK with array of references, tdf#58874
        
        Change-Id: Icf8d2ac32a75ebb45c8c6b3b5ae46d01757eb07a

2017-05-23  Eike Rathke  <erack@redhat.com>  [30660bd7e9d7f8639508dfceb24c335388370b0b]

        MustHaveParamCount() already pushes error, tdf#58874
        
        Change-Id: I5d4ec4f36d7c047a377528495e04cbd9a7bdc38b

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1319842a49cdf6512bbd9e81081e2a9edbd6089]

        oox: add GraphicHelper::importGraphics()
        
        Similar to GraphicHelper::importGraphic(), but can import multiple
        streams with one function call.
        
        Change-Id: I5fd398bb6649259e86967f8db5cc1e212f50bc8e
        Reviewed-on: https://gerrit.libreoffice.org/37942
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8256c139519c2431fdfe612c534416a7c93a9a38]

        loplugin:comparisonwithconstant in bridges
        
        Change-Id: I14983a829daf481e31eaa955b0756bda89b87ee1
        Reviewed-on: https://gerrit.libreoffice.org/37940
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-23  Caolán McNamara  <caolanm@redhat.com>  [476c50943864e70a4758ccf01e2567067bc7c44f]

        mysterious and missing 4077 resource used in sd
        
        this would have been
        String RID_WEBWIZARDDIALOG_START +77
        from
        wizards/source/formwizard/dbwizres.src
        
        which is now gone (very reasonably) since...
        
        commit 82d863b4a410fa78120d2efc41bd2b3b61f21cee
        Date:   Sat Feb 18 14:02:30 2017 +0100
        
            Related tdf#99967: Cleanup after Web Wizard drop
        
            There are still webwizard*.xhp in help/source/text/shared/autopi/
        
            Change-Id: If54d7bfc093c8c0765fd881eeb14f62bc3517194
            Reviewed-on: https://gerrit.libreoffice.org/34402
            Tested-by: Jenkins <ci@libreoffice.org>
            Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        
        the original complicated reuse of another modules translation
        was in
        
        commit 660c23c4c1c624b9db626be8f01166a154021e0d
        Date:   Fri Jan 28 14:38:37 2005 +0000
        
            INTEGRATION: CWS impress30 (1.18.40); FILE MERGED
            2005/01/20 13:44:50 cl 1.18.40.1: #b4752338# give warning when overwriting files
        
        Change-Id: I80ff0a545bbf08bcea142bb8bd41c547713ee11b

2017-05-23  Yousuf Philips  <philipz85@hotmail.com>  [318ba58031f656beda5a735d687a0ba991d9d779]

        tdf#107731 New default red and yellow for font and highlight color
        
        Change-Id: Ide81a7a3fce963a13b5c65861f566878ccb15676
        Reviewed-on: https://gerrit.libreoffice.org/37884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-23  Szymon Kłos  <szymon.klos@collabora.com>  [c9c0aefd24c3aab24403b41b601c392267c6aff7]

        Watermark: move to the insert menu
        
        Change-Id: I6058236434de00cddec1340613e83c10acc4df2a

2017-05-23  Szymon Kłos  <szymon.klos@collabora.com>  [6a4f6bda2278c3e0c940fbb19bd3f19877e6dc9c]

        Watermark: remove enable checkbox
        
        Change-Id: Ic18b85070bf6c5c3e9678859a87cb9f44411533b

2017-05-23  tagezi  <lera.goncharuk@gmail.com>  [990277913a55bf7b0b920affe697460b24920c10]

        The menu items are moved according to a general design concept
        
        Close item was moved to up the first section of File menu
        GoToLine item was moved from View menu to Edit menu under Find&Replace
        
        Change-Id: I2d2561848917c2e6f22baf92030c7b5d147a56bb
        Reviewed-on: https://gerrit.libreoffice.org/37937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b2f1292b3504b54e3799cd3d942365058360347]

        loplugin:comparisonwithconstant in chart2
        
        Change-Id: I95787007b26cdcf0d5d1617ecd0e55d377b551d7
        Reviewed-on: https://gerrit.libreoffice.org/37941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed5abacda979d05fa4328953662ea98e6afa3c51]

        drop the SCsROW/SCsCOL/SCsTAB typedefs
        
        which are exactly the same as the regular SCROW/etc typedefs, and have
        been this way since
            commit 43a21999a92c99867bc3417291719996776b0647
            Author: Oliver Bolte <obo@openoffice.org>
            Date:   Fri Jun 4 09:00:39 2004 +0000
            INTEGRATION: CWS rowlimit (1.1.2); FILE ADDED
        
        Change-Id: Ia7f75d71227ca3167b5fd56019bb9bdf0697d1b0
        Reviewed-on: https://gerrit.libreoffice.org/37911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-23  Eike Rathke  <erack@redhat.com>  [6a6aa56b45f19c250e9c4111b478203ddb75478b]

        Handle SUMIF and AVERAGEIF with array of references, tdf#58874
        
        Change-Id: I37bad7b85ee61631399f1b49d0bc9be3b8d00423

2017-05-23  Eike Rathke  <erack@redhat.com>  [44a1f0c17d3c5b212ff60b2f24f50693b3da9eab]

        Move pushing result token into IterateParametersIf(), tdf#58874
        
        Change-Id: I98c52784992f5734480736ce4f8290490ca752f1

2017-05-23  Eike Rathke  <erack@redhat.com>  [b9ecc28533ed366bc6544303df763b6be29c2963]

        Handle COUNTIF with array of references, tdf#58874
        
        Change-Id: Id0325fba37cbf2cfea4a33e3e8110c5d85cf16a6

2017-05-23  Michael Stahl  <mstahl@redhat.com>  [fe3fb5ecd3b66e32cc5aa64a2afffa572353740e]

        Makefile: try to fix downloading externals for build platform
        
        When cross-compiling, it's possible that an external is only used on
        the build platform and not the host platform.  Attempt to fix this by
        invoking "make fetch" twice; it looks like this should not be
        combined with the exising "build-tools" invocation because that needs to
        be delayed until everything is fetched.
        
        Change-Id: I42626a30359d54dce3c0a5a8ea07045c099cea59
        Reviewed-on: https://gerrit.libreoffice.org/37912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [04e27df3c162f1df02f061b94434a38d1eaa3a46]

        oox: add GraphicHelper::importEmbeddedGraphics()
        
        Similar to GraphicHelper::importEmbeddedGraphic(), but it takes a list
        of image paths to import.
        
        Change-Id: I11b670a0b2c693540054c78be2cee3835477b7e6
        Reviewed-on: https://gerrit.libreoffice.org/37938
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [ea224bbcdc94bd9bf6a57e57150e78c408926e7e]

        Updated core Project: help  78931b6027223617d44a209378c88161345eb21d
        
        tdf#102930 Fix missing ahelp
        
        Change-Id: Idc360a4e6fd1c13a1e640121159d1227d7feb601
        Reviewed-on: https://gerrit.libreoffice.org/37935
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [523619bbc34ff2f8251504f8919ada879dcd88a4]

        Updated core Project: help  9cafc343bfe9c3c4e3edd29cfc14da2ebbe895c3
        
        Fix more bookmarks one ahelp on the track changes Filter page
        
        Here we need the magic dot as ahelp id
        
        Change-Id: I9991afeae940a0bf0415118353dde8de3d68eede
        Reviewed-on: https://gerrit.libreoffice.org/37934
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [efc9e4e37f37f2766655c2d6cb0d4489e56257f7]

        Updated core Project: help  bb6df706e558e0a8a617541352b11fc075d20f03
        
        Change bogus paragraph role relatedtopics to paragraph
        
        Change-Id: I561cceb2579abf01c3239304dd9aba88235545e6
        Reviewed-on: https://gerrit.libreoffice.org/37933
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [35869de80d2e40fc095572d71025fa401bb832a5]

        Updated core Project: help  3106a05e988e7ed831840b47e8ecbf2961d34d94
        
        Convert bogus head2 roles to "heading level 2" roles
        
        Change-Id: I911bcf79b2ce0f0d8812f8756260861b95624b3b
        Reviewed-on: https://gerrit.libreoffice.org/37932
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [c94c9ab7bcbf3a73d6b14396fd51783b95237246]

        Updated core Project: help  2c1173b8ad3225b52e51545b6339a0fe7b9dc577
        
        Remove an empty page Styles
        
        A comment said "to be deleted" :)
        
        Change-Id: I025701664b7b8c6d1691941393a09bd72b43a1b7
        Reviewed-on: https://gerrit.libreoffice.org/37931
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [1f33f8ac5f286f8564b36ff922d15bdeb8445497]

        Updated core Project: help  ead4207b4a6f7ae49ecf9b80a598ecd0fafe7304
        
        Drop an obsolete and a redundant bookmark
        
        Change-Id: I80b0d269def0dc700e6f6da6c76502d78f30fac4
        Reviewed-on: https://gerrit.libreoffice.org/37930
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Gabor Kelemen  <kelemeng@gnome.hu>  [efa6203229bf549e9efae79dce943c2268b27c00]

        Updated core Project: help  98f16894574b039fc5e7ead6934aa4a0488472b0
        
        tdf#107229 Fix reference to the Save as Template menu item
        
        Drop bookmark and ahelp related to old OOo template manager window
        Also fix a reference to the Styles and Formatting sidebar
        
        Change-Id: Icfe056ee32e38b45f11f33b65f85c24b05a32107
        Reviewed-on: https://gerrit.libreoffice.org/37929
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [d1e47b1428abf1732ab4d5e219b210760d4152e0]

        enhance useuniqueptr loplugin
        
        teach it to look for the following sequence in a destructor:
            delete m_pfoo;
            m_pfoo = nullptr;
        
        Change-Id: Icd6271a63a024e32b53cc9e599f8f59952160380
        Reviewed-on: https://gerrit.libreoffice.org/37900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [919a4ef592b6026a7533a93682f39118fef29ce8]

        tdf#105461 PDF export of editeng fill color: restrict to logic map modes
        
        The original use case was Writer/Impress shape text, but when the map
        mode is pixels, the reference device gives bogus values for the
        PixelToLogic() calls, affecting e.g. form controls.
        
        Just go back to the old way of not painting the background for those.
        
        Change-Id: I52f1901af15732274915fa3c77c06909b5164afb
        Reviewed-on: https://gerrit.libreoffice.org/37919
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-23  andreas kainz  <kainz.a@gmail.com>  [0e6297932252403883a6057feee488e4ee2bc360]

        breeze add trackchangesbar
        
        Change-Id: I960dc562722b29cd4804cd68195dd418a494f932
        Reviewed-on: https://gerrit.libreoffice.org/37734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-23  Yousuf Philips  <philipz85@hotmail.com>  [adb5cdcf2352d3f1c78645feafc4c270b58b197a]

        tdf#91781 Add list styles and reorganized form controls
        
        Change-Id: Idb8241c3b55d0dfaf8338abd9ab601632ac16147
        Reviewed-on: https://gerrit.libreoffice.org/37727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-23  andreas kainz  <kainz.a@gmail.com>  [d1dd962e8e11360086cd2822bf00bb9f6f7e51ba]

        add blue arrow to lc_smallcaps breeze icon
        
        Change-Id: Ib7a55e884552f4d54a823850f85171ef1c501e49
        Reviewed-on: https://gerrit.libreoffice.org/37886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Johnny_M <klasse@partyheld.de>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-23  Rene Engelhard  <rene@debian.org>  [6d08f417657741cfe8c1443e29fc2174ad4bf115]

        test for DejaVuSans
        
        Change-Id: I963c9a9ac0239af5550de50f39f080b9f19d494f

2017-05-22  Johnny_M  <klasse@partyheld.de>  [905c0892a584a81e6e5d4b7a6f97ec9e66cfac22]

        Fix the from-German translation of "UNO binding"
        
        As noted in the comment in
        https://gerrit.libreoffice.org/#/c/37839/3/forms/source/component/EventThread.hxx,
        this improves translation of "UNO-Anbindung" to the computing-specific term of
        "UNO binding" instead of "UNO connection". (All occurrences are translations,
        most of them by me.)
        
        Change-Id: I84daf94a0248e53010a569b1d3140c4394adce54
        Reviewed-on: https://gerrit.libreoffice.org/37917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-22  Jens Carl  <j.carl43@gmx.de>  [dc04e4db2ca88a4f5d5827adedf540f70a19c7f5]

        tdf#39468 Translate German comments/terms in sw/source/filter/ww8/ww8atr.cxx
        
        Change-Id: Ief6faa2d31e33964fdc78cb83f215861e4337eac
        Reviewed-on: https://gerrit.libreoffice.org/37565
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-22  Jens Carl  <j.carl43@gmx.de>  [6c7c1350f617585f4780dd650f92e431c6e7f06c]

        tdf#39468 Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Fifth set of translations.
        
        Change-Id: If78542839ffeef3d48d01cf64727db2ada206e14
        Reviewed-on: https://gerrit.libreoffice.org/37606
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-22  Eike Rathke  <erack@redhat.com>  [70dd07cf82746362f621fb6510239e2c0034aa5f]

        Revert "Handle SUMPRODUCT with svRefList arguments, tdf#58874" (Excel can't)
        
        This reverts commit 6b417ec3daaec72c736fcfe0d980ce205e589633.

2017-05-22  Johnny_M  <klasse@partyheld.de>  [39adbb9593c764429e9ed2176dde755809b3af0f]

        Translate German comments and debug strings (leftovers in dirs d...)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "d".
        
        Additionally, one FormatEntry in dtrans/source/win32/ftransl/ftransl.cxx
        is translated as well.
        
        Change-Id: Ia9b3df0210830bd65443883b5f27d56aef811437
        Reviewed-on: https://gerrit.libreoffice.org/37600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-22  Takeshi Abe  <tabe@fixedpoint.jp>  [f060adefba5f67ec20d755cf1d95d49b62686ee5]

        Test _WIN32 instead of WIN32
        
        since the former is predefined by Visual C++ [0], but the latter
        is not.
        
        [0] https://msdn.microsoft.com/en-us/library/b0084kay.aspx
        
        Change-Id: I9ecb84779cbaf5f0186ef0b05da61b32293f8f2b
        Reviewed-on: https://gerrit.libreoffice.org/37808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-22  Eike Rathke  <erack@redhat.com>  [c31bed5cd54e3db5a22d15d794d326ce9cafe146]

        svRefList argument can be handled now in ForceArray context, tdf#58874
        
        ... but it's up to the comsuming function if and how, so don't set a hard error
        here anymore.
        
        Change-Id: I316b6fb22c4b0569d209880c34704bb04f757045

2017-05-22  Justin Luth  <justin_luth@sil.org>  [71229da3cb05fc8f3e94fe6a6a5d9ad43cdf8702]

        remove unneeded specificity in unit test
        
        The unit test should only be ensuring that the footnote is actually
        written in the footnote section. The fix had nothing to do with the
        style of the footnote.
        
        Change-Id: I209f1f0a8cf896916eaf7e8002c92085926b508b
        Reviewed-on: https://gerrit.libreoffice.org/37907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-05-22  Justin Luth  <justin_luth@sil.org>  [a9118665637dafddd41ca549d0f73948cf1d332c]

        tdf#99227: remove unneeded specificity in unit test
        
        The unit test should only be ensuring that the drawing is in
        the footnote, not that it is located in the 5th character portion.
        
        Change-Id: I58040dc3498b2e78000891a26b7188dfac6c72f7
        Reviewed-on: https://gerrit.libreoffice.org/37906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-05-22  Eike Rathke  <erack@redhat.com>  [6b417ec3daaec72c736fcfe0d980ce205e589633]

        Handle SUMPRODUCT with svRefList arguments, tdf#58874
        
        Change-Id: I03c2ed1f957db5ad8a67aaab45076373a020e9c1

2017-05-22  Eike Rathke  <erack@redhat.com>  [8b55956d6a07d1d6b62ffdf58277e6752513f4c0]

        Introduce GetMatrix() from svRefList, tdf#58874
        
        Change-Id: Id3a2500c475835c54fbf02505f852bb33e1403cc

2017-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b3a0b7ea0f5ad2745cc7e15945150fcbc9e7c5a]

        oox: these getShape() functions can be const
        
        Change-Id: Ib0ecffa05b417072c463081691b553d04cf39c9e
        Reviewed-on: https://gerrit.libreoffice.org/37914
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-22  Henry Castro  <hcastro@collabora.com>  [63e801a60478117846e57e98d7b316d9fe711d9a]

        sc lok: prevent wrong assignment aEnd.Y()
        
        In tiled rendering case, the window size is small, and the
        assignment aEnd.Y() will cause wrong invalidation area.
        
        However, at this time will never happen because MAXTILEDROW < MAXROW,
        so better to avoid in case the last row meets the condition.
        
        Conflicts:
        	sc/source/ui/view/tabview3.cxx
        
        Change-Id: I9c6af57c0342f173195bb2f3d8ac5ef0f3964911
        Reviewed-on: https://gerrit.libreoffice.org/37908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9eb8e2737d3a4d52ce1b0cc44091a3b7ecf59e3b]

        PPTX import: import JPEG images ahead of time
        
        So that they can be later imported in parallel, and when they are
        referenced, we just take the import result from the cache.
        
        Change-Id: Icc0efbbc8df03ee727fafe07f9983f3999dc34e2
        Reviewed-on: https://gerrit.libreoffice.org/37909
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-22  Eike Rathke  <erack@redhat.com>  [e8a742344d612067a7a0ba5c752176d12a559967]

        Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874
        
        Change-Id: I21e98ccd6c13c7e4aa98d5bbdd0dab6d9917a3dc

2017-05-22  Eike Rathke  <erack@redhat.com>  [a21f1c11aacde31fa190859828f257544afea818]

        Unit test for SUBTOTAL STDEV with array of references, tdf#58874
        
        Change-Id: I27d8a0a3c03012a4575785feb32df11a76d6fcdb

2017-05-22  Eike Rathke  <erack@redhat.com>  [fda09a666dd22aa6b2a9abfb25f7c97a3ab910fe]

        Handle STDEV, STDEVP, VAR and VARP with arrays of references, tdf#58874
        
        Change-Id: Ifdd5336124df9a085902417590d081646d05a588

2017-05-22  Eike Rathke  <erack@redhat.com>  [3e9f9bff4a3d8365f58545dae0c004a1254a56e3]

        Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874
        
        To test the count vector as well.
        
        Change-Id: Idc6bcdc779ea0e6e8a6118934fd8e7856eba1518

2017-05-22  Eike Rathke  <erack@redhat.com>  [44b56bab060b3268617ed930fb783a20e617d137]

        Get vector count right, tdf#58874
        
        Change-Id: I1d4224c6a87af4ed9f879e144958f95418fabbf7

2017-05-22  Thorsten Wagner  <thorsten.wagner.4@gmail.com>  [cd71e5b97fb8042df8770470ffa75fd5227ad5e6]

        tdf#103896: Fix wrong leading and trailing tabs within dialogs on macOS
        
        Change-Id: Ia18b530f3cfd48273ae00471e23131cae0df9eda
        Reviewed-on: https://gerrit.libreoffice.org/37123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-22  Justin Luth  <justin_luth@sil.org>  [f928ed66267330a8872a97767f11b97c219e0899]

        ww8export: match kern=2 with docxexport
        
        MSO uses half-pt values in this field as the
        minimum font pt size to start kerning at.
        
        Although kern=1 enables pair kerning in MSO, it seems to be an
        invalid number, and so is interpretted to enable kerning at
        the default value of pt 11. So kern=1 is the same as kern=22.
        Setting kern=2 seems to be the minimun allowed value,
        enabling kerning for fonts size 1 and above.
        
        Likely, kerning small fonts doesn't look good, so the current value
        of 1 enables it for the default font size.  However, if someone
        intentionally wants to kern a smaller font, then we will be
        incompatible, and also any documents with smaller fonts authored in LO
        will not be identical. As always, when the two applications have a design
        incompatibility, a decision will need to be made one way over another.
        
        Switching to enabling kerning at ALL font sizes, thus matching native LO
        handling, and so that any documents that are edited in LO look the same
        in MSO.
        
        This change will ONLY affect MSO's rendering of documents
        round-tripped by LO. It will not be noticed in LibreOffice itself.
        
        Change-Id: I73c46f3f120221b7b194480145b9150929d3d9a3
        Reviewed-on: https://gerrit.libreoffice.org/37800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-22  Jean-Pierre Ledure  <jp@ledure.be>  [7959165dfd731da900b97aa37db068a2cfc3800f]

        Access2Base - Class attribute in <span> tag
        
        Replaces the style attribute
        
        Change-Id: Id9366fc403fd0d3ab8c32a13d60b6c1c7ae74d43

2017-05-22  Eike Rathke  <erack@redhat.com>  [2ab771e0acd54ee164075f71fc4701f7b7cc3d06]

        Move result token push into GetStVarParams(), tdf#58874
        
        Change-Id: If38637f2dcaf0457e95444a9d46636d91def4f9c

2017-05-22  Marco Cecchetti  <marco.cecchetti@collabora.com>  [877b605bf519f20179e5de1beb5bb16cd431aa89]

        tdf#107998 - svg export: shapes are uncorrect both in Draw and Impress
        
        Start Draw, draw a rectangle, export it to a SVG document.
        
        Open the SVG document with a browser or Inkscape: instead of a
        rectangle, you will see a self-crossing polygon.
        
        This issue is due to a clean up commit
        (9d8c206ee4a5c130e11a4e786b4286f3362f9ca1) about string concatenation
        which has not taken into account that operations are performed from
        right to left.
        
        Change-Id: Ib1c0d872b6bd95abe98bb5e22ef69f6b2d5c163b
        Reviewed-on: https://gerrit.libreoffice.org/37899
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-05-22  Eike Rathke  <erack@redhat.com>  [61af27e2b8041aac756b2f49cc2c31e5578a638b]

        Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prep
        
        Change-Id: Ia38c5617be71a739f0a3a8fcf28060518e9334d1

2017-05-22  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [a7bfced28c526ca603cde3c1ac74ea842320bd7c]

        Optimizations:
        
        This avoids a lot of repeated allocation and freeing
        of memory for AttributeList.
        
        Change-Id: I97e44e633ed9880f37665f71e4dec3e74085cb09
        Reviewed-on: https://gerrit.libreoffice.org/34134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-05-22  Caolán McNamara  <caolanm@redhat.com>  [7539c77fd49889015ad3a952009e33fac5324df6]

        Resolves: tdf#107981 SID_FM_CTL_PROPERTIES colorbox needs a 'default' entry
        
        we don't need MakeHexStr either, the colorbox will do that on its own
        
        Change-Id: Ifad523092c0f15cd51d0d829790c0cec1c96bb53
        Reviewed-on: https://gerrit.libreoffice.org/37898
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-22  Eike Rathke  <erack@redhat.com>  [24b577127d16810a809b19e7ec869509fae8b901]

        Generalize to lambda MatOpFunc(), tdf#58874
        
        Change-Id: Ibd5b1e83ad718d0d5ab832ecf884be69eeb0d22e

2017-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [16a645870327453391b73c94470f92e876a2adb5]

        sw: prefix members of SwTableCalcPara
        
        Change-Id: I975ffa6834d1f39fa9e005aec247d350139e2208
        Reviewed-on: https://gerrit.libreoffice.org/37897
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-22  Eike Rathke  <erack@redhat.com>  [f6cdba8a801ba296bd3f7ca6334fc3671b0bbe58]

        Factor out ScInterpreter::SwitchToArrayRefList(), tdf#58874
        
        Change-Id: I7a672b8d0bd6dae9baa1289a3b00b0789a0d4d6d

2017-05-22  Eike Rathke  <erack@redhat.com>  [667e0625090f084b8d9ae5a885b6b4624766ed6c]

        Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874
        
        Change-Id: I116b236066f28e3442f644544e789e1dbc2ff88a

2017-05-22  Eike Rathke  <erack@redhat.com>  [c41b82203ef54a74bd0693e29f65617d0e158a06]

        Handle MIN and MAX with arrays of references, tdf#58874
        
        Change-Id: I24c9f3078f60e14e64f1e1e3910963dfe0a38d77

2017-05-22  Eike Rathke  <erack@redhat.com>  [5236e847191bbc3fb47a630bec5dbe8ed65679d7]

        const nMatRows, tdf#58874
        
        Change-Id: Ic9e11ed6b8890fe9d3db4b3a9b4d1d8d50838b2e

2017-05-22  Eike Rathke  <erack@redhat.com>  [17dd13922c01a864e5124afc97c9b19f0e29b44c]

        Factor out to ScInterpreter::GetRefListArrayMaxSize(), tdf#58874
        
        Change-Id: Ie08c37ff66faaaba8f8945503e3d212943d324d7

2017-05-22  Eike Rathke  <erack@redhat.com>  [1e70dedee1c7be912e4aaa2ff12b046dbd364a86]

        Add unit test for SUBTOTAL over reference list in array context, tdf#58874
        
        Change-Id: I82752c035f6551d3136dc06331ff8745ba959463

2017-05-22  Eike Rathke  <erack@redhat.com>  [d9ba325bf1fd4e8f5557f34e5af6502107be5207]

        Use SetValue() instead of SetString()
        
        Change-Id: I9d1f9be14d69006126a2c72b7c4cfbfb24b3cfe8

2017-05-22  Eike Rathke  <erack@redhat.com>  [91bdd41bb0092e7ed9ef4e5b782650be3cfd9440]

        Handle reference list as array in IterateParameters(), tdf#58874
        
        This in array context now returns the expexted array for an expression like
        =SUBTOTAL(9,OFFSET(A1,ROW(1:3),0,2))
        where OFFSET returns an array (svRefList) of references, here
        A2:A3
        A3:A4
        A4:A5
        and SUBTOTAL(9,...) sums each of the references independently to return an
        array of three sums.
        
        Currently works with SUM, COUNT, COUNT2, AVERAGE, PRODUCT and SUMSQ.
        MAX and MIN are not handle in IterateParameters() and need an extra
        implementation, or rather move them into IterateParameters() as well?
        
        Change-Id: I03b7d1cccf78c1a831348106432126aec8d1f519

2017-05-22  Eike Rathke  <erack@redhat.com>  [f6703ce85f9399b94958601ed6623865b205c5fb]

        Change IterateParameters to push token instead of returning double, tdf#58874
        
        Change-Id: Ib256d99126116379b27fc246dedf0fac2efb8c02

2017-05-22  Eike Rathke  <erack@redhat.com>  [c9bff2c2e64823504baa8a4b5e20a88866ba0a71]

        Get rid of some unneccessary formula:: namespace
        
        Change-Id: Icd30167589b507c3f83a31dbb5c0eb473ab6580e

2017-05-22  Eike Rathke  <erack@redhat.com>  [b45a7ed1e687f7c54f16f6ab65b85ab3d945af68]

        Do not force return value to double in SUBTOTAL and AGGREGATE, tdf#58874
        
        Change-Id: I305adfb97022f353dde6aab4e234faff0fdfb904

2017-05-22  Eike Rathke  <erack@redhat.com>  [27caf863d4dc06dd8cc09f5e4836d40f59ee9faf]

        Mention validation with xmllint
        
        Change-Id: I03af05e51084a438109c2e200faa8d5e5b4f2c74

2017-05-22  Eike Rathke  <erack@redhat.com>  [b086633566cbcc5e73add5d195ce0ab207ea8f7c]

        Create RefList at JumpMatrix if current function returns Reference, tdf#58874
        
        Change-Id: I8fcdbc743c614857ee298b3d9c730ab64477dd8c

2017-05-22  Eike Rathke  <erack@redhat.com>  [3a3064fcb4778b050398d98598d6ed61e8298134]

        Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874
        
        Change-Id: Icd077a82ab0c951667a6566d5c5d47084c46d20d

2017-05-22  Eike Rathke  <erack@redhat.com>  [6a569fd47e3665b0aaec397ace0346938bb3b4bf]

        Introduce ScJumpMatrix::mvRefList for array of reference results, tdf#58874
        
        Change-Id: I478ddbcd951b386b8d4cbb38059b904af7c79703

2017-05-22  Caolán McNamara  <caolanm@redhat.com>  [118401aae4516bf4cc122e96b376d129ab3a3d5e]

        Resolves: tdf#107959 SdrGrafObj leak triggers later crash
        
        if the graphic doesn't change, then the cloned SdrGrafObj
        persists beyond stylesheet destruction and blows up
        
        Change-Id: I0013e7e118985c1334ab460507bc5c8271700160

2017-05-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [40a9cb3ba4d63eef736ce449567061a4ffa90714]

        verify that VclPtr properly disposed
        
        Change-Id: Ia76b7ad9e6d7fefaf0088372b5f5fc7dc51c2846
        Reviewed-on: https://gerrit.libreoffice.org/37649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-22  andreas kainz  <kainz.a@gmail.com>  [419ca3999d87def283217bad7e42b3e95df6e22b]

        update groupedbar compact notebookbar add margins and jay feedback
        
        Change-Id: I56228b3f120df5cad53d721715b977f8131efdc8
        Reviewed-on: https://gerrit.libreoffice.org/37885
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-22  Takeshi Abe  <tabe@fixedpoint.jp>  [514fd7073cbed62a01c8cecfd72cd65e810d679d]

        basic: Kill unnecessary ifdef stuff
        
        Change-Id: Id890eb2b7ff2f87005e114dd0fcea0fe3eb81eea
        Reviewed-on: https://gerrit.libreoffice.org/37866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-21  andreas kainz  <kainz.a@gmail.com>  [d69a91a3099d0b828f81cb90d6139da0e0af6fcf]

        update groupedbar compact notebookbar
        
        Change-Id: I50fd6be6a5f1473a34c1d7f930143705c2003fd1
        Reviewed-on: https://gerrit.libreoffice.org/37736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-05-21  Caolán McNamara  <caolanm@redhat.com>  [e83ee166799d832bafc2718593e447a4de750ad8]

        if X11/Xregion.h is universally available, we can use that instead
        
        Change-Id: I6ede6066037bb97b927faefacfd9a149ac2a0eac
        Reviewed-on: https://gerrit.libreoffice.org/37881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8f999d656a737a175167e1af0d09e97516b84d58]

        cleanup unused css/animations/ and css/presentation/ includes
        
        Change-Id: Iafd106d431869d80f664bd540092bee4f10e14b5
        Reviewed-on: https://gerrit.libreoffice.org/37862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-21  Arnaud Versini  <arnaud.versini@gmail.com>  [fd26c3199d6e0f537ecad21ac2ef465c80bc8b90]

        accessibility: avoid useless allocation of a VCLExternalLock
        
        Change-Id: I4f95d38e0f3d139eded37dac10946084cfd11acd
        Reviewed-on: https://gerrit.libreoffice.org/37874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-21  Caolán McNamara  <caolanm@redhat.com>  [ee79b9875ce4914c950c349c61f39e6dfdd0cc6b]

        Resolves: tdf#107964 partially revert "unused basic dialog"
        
        This reverts commit 062e7063a94673d016a91a16a30e86b82c70a03d.
        
        see ScModule::Execute
        
        case SID_CHOOSE_DESIGN: ...  Template.Samples.ShowStyles
        
        for the caller of this
        
        Change-Id: I95fb4e2999d8898f9425ea6a523187be3c3842af
        Reviewed-on: https://gerrit.libreoffice.org/37882
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-21  Caolán McNamara  <caolanm@redhat.com>  [6b5fc059543c16759abd5eec2576b5b68e96883a]

        XRegion has to match the "real" XRegion structure
        
        i.e. same as...
        
        commit 5470a365f25e5052b4dd74f76aa2196f0d70934b
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Nov 25 10:04:37 2015 +0000
        
            XRegion has to match the "real" XRegion structure, even if we don't use
        
            some of the fields
        
            regression from
        
            commit dd351dd728687cffe432ce0ec9367ceb80e097fb
            Date:   Tue Nov 24 08:50:39 2015 +0200
        
                loplugin:unusedfields in vcl/
        
        Change-Id: I8314eae6d507b6a7fb847d593458e15e666230c8

2017-05-21  Caolán McNamara  <caolanm@redhat.com>  [38632f933ae9361dad48b2123670876d7d602867]

        expand and drop python getResArray
        
        Change-Id: Ie81495a15376b01b0e87ee84628b8c6945897a3d
        Reviewed-on: https://gerrit.libreoffice.org/37877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [7fe9be7d273e9ec56e75f8bbd532fda1f59e98b9]

        osl: include/osl/file.h typo in comment
        
        Change-Id: I18b875e868706deaee2f50148233ec7219f89e07
        Reviewed-on: https://gerrit.libreoffice.org/37863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-21  Yousuf Philips  <philipz85@hotmail.com>  [3c4358e8e605e88e90c01ae6ffce439cf0708356]

        Organize accelerators in Impress' View menu
        
        Change-Id: I7473bea1c14a0523ce7361f55f007c9d6caf522e
        Reviewed-on: https://gerrit.libreoffice.org/37564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-21  Yousuf Philips  <philipz85@hotmail.com>  [f4c4e407c6731f37769d6ffaaadbf3a07951a594]

        tdf#91820 Add cell style and spreadsheet theme command
        
        Change-Id: Ia9a3a4704b5c07e5ae26a290855cf77bd33bcbd1
        Reviewed-on: https://gerrit.libreoffice.org/37844
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-21  Yousuf Philips  <philipz85@hotmail.com>  [f856935db77d2f1eeeb6fd297d09ef4262df8761]

        tdf#95885 move cell protect command from toolbar to menu
        
        Change-Id: I5da54901e06346094cbe77e0ac70ecf72d9887ef
        Reviewed-on: https://gerrit.libreoffice.org/37845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c8d8b9b70e91090af2ed138283be42734b4d5748]

        cppcheck: unusedStructMember
        
        Change-Id: I1e2859e7a12a61db953be12f11149aaecb462b5b
        Reviewed-on: https://gerrit.libreoffice.org/37871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-21  Caolán McNamara  <caolanm@redhat.com>  [ebc2abf207c8d903b07f53ecefbca5731edcb1d6]

        ofz: check for null para
        
        Change-Id: Id31273b2a203414f8ad4f827c334ae17689560af

2017-05-21  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [2b916da6cdcf3f7abe7e10f83321576ae2695954]

        tdf#105204 fix shellcheck warning in shell/source/unix/misc/senddoc.sh
        
        Change-Id: I2e402186c4a8177031a8bf80f051ef0ca70063b0
        SC2006: Use $(STATEMENT) instead of legacy `STATEMENT`
        SC2086: Double quote to prevent globbing and word splitting.
        Reviewed-on: https://gerrit.libreoffice.org/37824
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e1e3def8cc15380ff761ba46032bbfadd80d43c8]

        Fix typos
        
        Change-Id: I438b6719817e0bbb47370ec54561eed2bc402cba
        Reviewed-on: https://gerrit.libreoffice.org/37783
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-21  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [68d7364dfbed50a802e61bf94493510405367b31]

        tdf#105204 fix shellcheck warning in solenv/bin/bin_library_info.sh
        
        Change-Id: I1c212966f9dc9157fd23ef6c71924d4d96af7e9f
        SC2086: Double quote to prevent globbing and word splitting.
        Reviewed-on: https://gerrit.libreoffice.org/37831
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-21  Julien Nabet  <serval2412@yahoo.fr>  [df17aa2e26ab28fbd599765726f2c96fffb9b75b]

        cppcheck: duplicate break
        
        Change-Id: I90a0758875f20950e1ec72198dc260e9d7aebe56
        Reviewed-on: https://gerrit.libreoffice.org/37870
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-21  Piotr Drąg  <piotrdrag@gmail.com>  [e8ba33c95639634999c30c62d1057daaceedf114]

        Updated core Project: dictionaries  3709ccf271956a1bae1a0cf7e90233c08a82c4d2
        
        Update Polish dictionary to 20170514
        
        Using sjp-myspell-pl-20170514.zip from http://sjp.pl/slownik/en/
        
        Change-Id: I7688b8d718c0c3835efd7a2fb4e75e4ac1accf21
        Reviewed-on: https://gerrit.libreoffice.org/37340
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-05-21  Piotr Drąg  <piotrdrag@gmail.com>  [7a8aeedb6c14017071b82fa2b497f24d6a6f9dc4]

        Updated core Project: dictionaries  36306e37d879cc97cfdc7ed885ea7a263195bed6
        
        Update Polish thesaurus to 0.8.60
        
        Using pl-dict-latest.oxt (version 0.8.60, 7 May 2017)
        from https://dobryslownik.pl/pobierz/ — includes the upstream fix
        for fd593892c9de0c323abf6e920fe2b7894a15b26f.
        
        Change-Id: I0cbd933bbc418a17dffd626e25927112f5c2b2ca
        Reviewed-on: https://gerrit.libreoffice.org/37339
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-05-21  Gabor Kelemen  <kelemeng@gnome.hu>  [25e1edf08b7fc16d192da0bd8ecb9604dedd2e9d]

        Updated core Project: dictionaries  200eca21410d97c1a1fa8189164744dfcf69dc3e
        
        Make sure all dictionary descriptions are translated
        
        Some dictionary extensions use 'en' as the language code of their
        description.
        The toolchain needs 'en-US' here to extract the extension name
        as a translatable string.
        As a result these names do not appear
        localized in Pootle and then in the Extension Manager.
        
        With this fix new pot files are generated in workdir/pot/dictionaries/
        
        Change-Id: I9d35f2a028be15a77da3b0679cfd154afbf1dc60
        Reviewed-on: https://gerrit.libreoffice.org/37868
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20d04d6938a104124ac06271f17978a290cccf6c]

        take the certifcate info from the update config
        
        Change-Id: I15856f21d19b45ec50bd3d63d2e526c9e8db450d

2017-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3964bfa04f5aa09a9199225a8763cdec74d92ee3]

        check that a update config is specified for mar based updater
        
        Change-Id: I1fb87b33d4db8e5b0608aef13013be6dc9e8657e

2017-05-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ca5b8804f0bda6f04974b037fb71a6d594379eb4]

        cppcanvas: this assert can stay
        
        Both sequences are supposed to be 4 - input there does not result
        from parsing the EMF+ file.
        
        Change-Id: Idcfa70d717b75ce226a8bae0ebe073002555ef17
        Reviewed-on: https://gerrit.libreoffice.org/37861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [53fd8223b73c683e9e4d92b2ad3aabed368eff0e]

        tdf#107892 add MAXIFS test
        
        Change-Id: Ibb4d5a4f005390bf7ded06170dd95a8edf5c1c8c
        Reviewed-on: https://gerrit.libreoffice.org/37858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-05-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cae3e20571167772e82b0cc714d9442af57ece8a]

        cleanup unused css/resource/ includes
        
        Change-Id: I1e2c795cef64799d5e28e5fafec6cd72f621abba
        Reviewed-on: https://gerrit.libreoffice.org/37853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0d1a3593c2bc6ed16880e34c2b4243d9836b69cd]

        cleanup unused css/uri/ includes
        
        Change-Id: I08c7981ecce45e343ff9e98277dd3aea4ed68ab9
        Reviewed-on: https://gerrit.libreoffice.org/37860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-20  Johnny_M  <klasse@partyheld.de>  [f46e8802c2639cd56b65b35b5eea3a248437dbe4]

        Translate German comments and debug strings (leftovers in e... dirs)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "e".
        
        Additionally, following is translated:
        - A help string in /extensions/test/ole/EventListenerSample/EventListener/EventListener.idl
        
        Change-Id: Iff521ae1c4a616ed5a4ca79641a5cee6f380bee0
        Reviewed-on: https://gerrit.libreoffice.org/37836
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Julien Nabet  <serval2412@yahoo.fr>  [f80265fc9f9ff35b78609f91440d7515eb49d78a]

        Remove "noel" SAL_WARN
        
        Change-Id: I1557af6563f9dfab03cca5696b4622ae18b805d4
        Reviewed-on: https://gerrit.libreoffice.org/37856
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-20  Johnny_M  <klasse@partyheld.de>  [fd48f39a7ec080c868b314e06bc91efd160e87c9]

        Translate German comments and debug strings (leftovers in f... dirs)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "f".
        
        Additionally:
        - Fixed translation in formula/source/ui/dlg/funcutl.cxx (translated in
        https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=5e04331fc0a6434c61d3d18843cb4f80a44e5989 ),
        because clearing an event is quite the opposite of its triggering.
        
        Change-Id: I0fd62193a29883796cd05e5a80ce8a2900636b6c
        Reviewed-on: https://gerrit.libreoffice.org/37839
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Olivier Hallot  <olivier.hallot@libreoffice.org>  [639a67273fd2a499ed05b805d0011da202067311]

        Updated core Project: help  0351604e8d6b4e3d797bdf742ff81377eee46b96
        
        tdf#84675 Add help page for StrReverse VBA
        
        Fixes some syntax definitions
        Mute l10n for VBA function names
        
        Change-Id: I06d7391a44b465339e3c82f333719488f7d843b2
        Reviewed-on: https://gerrit.libreoffice.org/37854
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [0a72b799718a17b0ea49dc36d974da28000fc952]

        tdf#107968 - double slash handling misleading; add unit test
        
        Change-Id: Ide52926eff56065e7368615338ea33dcb2f87c62
        Reviewed-on: https://gerrit.libreoffice.org/37850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Julien Nabet  <serval2412@yahoo.fr>  [c6c245bd4d759bb0a220e2d057ba1e0a556f9aab]

        tdf#107900: Revert "tdf#58134 Reset Button in Options Dialogues does not Work with all Options."
        
        This reverts commit 45949bf73790b8214a1fcc8492f4ee6faad20780.
        
        Change-Id: I5eea6c491b2c6d549bf6edb8d9c4726fccf7fa45
        Reviewed-on: https://gerrit.libreoffice.org/37849
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [7662b11cad6105d56fb9acc9c431c89d3b68dc89]

        tdf#107822: Apply custom pattern even if not saved as preset
        
        do the same ff1f83dd08b7b0169301ffe0a53499a27af613b9 does for
        gradients and hatches also here.
        Additionally remove bool member variable, no eye deer what its
        purpose was anyway, it was written multiple times but never read
        
        Change-Id: Iebb811906e92827969da028ee66d90ac477b0bdf
        Reviewed-on: https://gerrit.libreoffice.org/37690
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [25d7103f99c51ccad0ccfc56a4457f0b7db6853e]

        tdf#104423 Restore saving of Duplicate dlg parameters
        
        Saving of parameters in Duplicate dlg was removed by
        ce82146a6be87b239a0bde0b59fddf8865290b99
        
        Change-Id: Id7aaf0734132e3d2a5bd4f11f3a5a7abeaf64911
        Reviewed-on: https://gerrit.libreoffice.org/36755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [7bec7abd4c3d78e6a37f523f4fb599134ef51ca7]

        tdf#105204: ShellCheck nitpicks for apparmor.sh
        
        Double quote to prevent globbing and word splitting.
        Iterating over ls output is fragile. Use globs.
        
        Change-Id: I156b472708049115e753ff2a51a44807c8af6b94
        Reviewed-on: https://gerrit.libreoffice.org/37544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [aa8fdfd2c2f6ba421e988a3ca85b1a1cbaeb69b8]

        tdf#105204 fix shellcheck warning in solenv/bin/make-raspbian-root-tarball
        
        Change-Id: I9257e43f18945f18c7ef738621dcb2f117246934
        SC2038: Use -print0/-0 or find -exec + to allow for non-alphanumeric filenames.
        Reviewed-on: https://gerrit.libreoffice.org/37658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [6c5ba692627791ba8a7f412ee965f89487be06d5]

        tdf#105204: ShellCheck nitpicks for install-gdb-printers
        
        Change-Id: I4d9a9f52d72b789d60e541193fa06dbfb8236ead
        SC2155: Declare and assign separately to avoid masking return values.
        Reviewed-on: https://gerrit.libreoffice.org/37551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [46a30d5eb89a7198f30a895ac92ab5d70d111511]

        tdf#105204 fix shellcheck warning in setup_native/scripts/unpack_update.sh
        
        Change-Id: Ic2a3b58dac3bc148cf9a2bd8237574d4851aabe6
        SC2006: Use $(STATEMENT) instead of legacy `STATEMENT`
        SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.
        Reviewed-on: https://gerrit.libreoffice.org/37681
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [027d661ef7e2490f1182d3e5003ae4da4135e0ca]

        tdf#105204 fix shellcheck warnings in solenv/bin/create-ids
        
        Change-Id: Iab3855cdd8fb1ae3719dd7267b1592eea0ef1e22
        SC2006: Use $(..) instead of legacy `..`.
        SC2035: Use ./*/* so names with dashes won't become options.
        SC2086: Double quote to prevent globbing and word splitting.
        SC2046: Quote this to prevent word splitting.
        Reviewed-on: https://gerrit.libreoffice.org/37832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [020e1bff16a7bb5f401a2547d211807acd7db0fb]

        tdf#105204: ShellCheck nitpicks for gengal.sh
        
        Use $(STATEMENT) instead of legacy `STATEMENT`.
        Double quote to prevent globbing and word splitting.
        Double quote array expansions to avoid re-splitting elements.
        
        Change-Id: I7fac5d187597aa37920754ed53be7bcc83603cee
        Reviewed-on: https://gerrit.libreoffice.org/37549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [e20f6464cc4047876ce5e6d47510e8038c513234]

        tdf#105204: ShellCheck nitpicks for find-unused-data.sh
        
        Double quote to prevent globbing and word splitting.
        
        Change-Id: I09faac27ca5c63a85b9b8cbd4f09821587bf4759
        Reviewed-on: https://gerrit.libreoffice.org/37545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [6c80b3730ebe5a95aa685e5f02c285edeb21d4a5]

        tdf#105204 fix shellcheck warnings in ure/source/uno
        
        Use $(..) instead of `..`,
        double quote to prevent word splitting.
        
        Change-Id: I80251d98e6fb27af5a18c202521050c8101131fa
        Reviewed-on: https://gerrit.libreoffice.org/37465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  jmzambon  <jeanmarczambon@gmail.com>  [8b850cad43d718d0d5c4b8a6dcef97781757c366]

        Correction of a typo in the doctext of XConditionalFormat.idl
        
        XConditionalFormat.idl doctext refers to a ConditionFormatEntryType constant
        that does not exist. The referred constant should be ConditionEntryType.
        
        Change-Id: I99349f0f4fb2406155278330e7e3b5f26caadc90
        Reviewed-on: https://gerrit.libreoffice.org/37834
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a0b93fe08162b84b780a8f2553147485ec8629ff]

        cleanup unused css/script/ includes
        
        but keep exception includes in headers for now
        
        Change-Id: I826828675a2d14b906e57068cbced2e790e12bce
        Reviewed-on: https://gerrit.libreoffice.org/37846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25e8148a1bdf37b57938c255235eb48d98abbfc6]

        no need for std::unique_ptr::reset in destructor
        
        Change-Id: Id8628ae1e1d17dedf1c06d6a3d44d8be40be4cef

2017-05-20  Julien Nabet  <serval2412@yahoo.fr>  [417f65de89edfdafa24e49955109b5a58d37b151]

        convert to use std::unique_ptr
        
        Change-Id: I37f8469fa4f41ac052d811ef56ad4bddfac6a7d1
        Reviewed-on: https://gerrit.libreoffice.org/37848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6e4d4ef54317e7cb70f23fff272e4217787d141]

        conditionally disable test that depends on additional fonts
        
        Change-Id: Idb066bf9dcaf0d606327214c9628fc12fefc7b19

2017-05-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [91c9e060b935fb08837d360ee4f8fd670e1185e1]

        mkdocs.sh: alias cmd variant to canonical name
        
        Otherwise being flexible during checking of required commands
        is a bit pointless.
        
        Change-Id: I9a6e283c816a87f35ce7913c294eaacb7da9a95b

2017-05-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b71ad82b0e4b34ef3513f6115fe257c883700a0b]

        mkdocs.sh: support more than one markdown converter binary
        
        Change-Id: Ib3f79dd53e96c8f6d40c9c6614db5c672f24ba97

2017-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0215e8f9781a4a306fb16991bccf395472b667cd]

        fix HAVE_MORE_FONTS=0 build
        
        Change-Id: I92f99f46c1e2940a67b34f772e668827e803619e

2017-05-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d1de2675fe74cd629423da77646d5ecc4766dc88]

        This file path can be referenced in git.
        
        Change-Id: I929323151668561fdcc9d5fe3708e74b86290721

2017-05-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [624ec199068090d2c60854cc8618116d7feaf1c9]

        This README is in markdown format now.
        
        Change-Id: Ibaf47feb4b281cf6048cc50366019b48fbc53fb4

2017-05-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78315e1da16da0466a8b5d564c63142b6b99f5b8]

        Support markdown format for module README file.
        
        Now you can author a module README file in markdown format.  To
        distinguish it from the existing format, you need to save it as
        README.md then it'll be treated as a markdown file.
        
        Change-Id: Iebf3ae32608d348768b2da7157d122954a7b72f7

2017-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07381c017cd2b4e3ce643d17ae7cbb11ddef2228]

        conditionally disable tests that depend on additional fonts
        
        Change-Id: If3dc2082e24760f68598dc718c32d3008fdf6eba

2017-05-20  Stephan Bergmann  <sbergman@redhat.com>  [89e9f804ca480f53a5a53ead8d60e32146dcfa41]

        loplugin:stringcopy (macOS)
        
        Change-Id: I855db37cdcd17920cf02d804e5cfa38d316ba236

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [8b1fcedcd10366523967ebcbd463b2c0c6b5b17a]

        ...and re-eanble loplugin:stringcopy again
        
        <http://reviews.llvm.org/D22128> "Make CastExpr::getSubExprAsWritten look
        through implicit temporary under CK_ConstructorConversion" was biting me again.
        (I had originally developed loplugin:stringcopy against a Clang build that
        includes my local fix for that issue.  I really need to see to get that resolved
        upstream...)
        
        (And while 957874168491f4b030fda85c65dd969aae82a670 "loplugin:stringcopy" was
        actually a false positive, it doesn't hurt either, so just keep it.)
        
        Change-Id: I726956adfbe67681005173cfdfed2e4b4cd6253d

2017-05-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a9a5fc3708406561399153d0bf44d8c323c9263e]

        Convert tabs to spaces.
        
        Change-Id: I4c718740bebbde123aa0aa0cbae53778d840055b

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [96e5f6670b20650a33d873689dbeceea140154e6]

        Disable loplugin:stringcopy for now
        
        Some versions of Clang apparently have an issue with
        CastExpr::getSubExprAsWritten, causing false postivies as in
        957874168491f4b030fda85c65dd969aae82a670 "loplugin:stringcopy", where
        getSubExprAsWritten in
        
        > CXXFunctionalCastExpr 0x114a333a8 'class rtl::OUString' functional cast to class rtl::OUString <ConstructorConversion>
        > `-CXXBindTemporaryExpr 0x114a33388 'class rtl::OUString' (CXXTemporary 0x114a33380)
        >   `-CXXConstructExpr 0x114a33348 'class rtl::OUString' 'void (class rtl::OUString &&)' elidable
        >     `-MaterializeTemporaryExpr 0x114a33330 'class rtl::OUString' xvalue
        >       `-CXXBindTemporaryExpr 0x114a33310 'class rtl::OUString' (CXXTemporary 0x114a33308)
        >         `-ImplicitCastExpr 0x114a332f0 'class rtl::OUString' <UserDefinedConversion>
        >           `-CXXMemberCallExpr 0x114a332c8 'class rtl::OUString'
        >             `-MemberExpr 0x114a33290 '<bound member function type>' .operator OUString 0x1149b3b60
        >               `-DeclRefExpr 0x114a324b8 'class jfw::CXmlCharPtr' lvalue Var 0x114a31ce0 'sUser' 'class jfw::CXmlCharPtr'
        
        erroneously returns the MaterializeTemporaryExpr instead of looking through all
        the way down to the DeclRefExpr.  Will need further investigation.
        
        Change-Id: I579cd6047b8bbf8833123ce5ad47ae7e3a33eb12

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4ef794ef54f2afa4c44ae3a20add843b15ad461]

        take the update server url from the config
        
        Change-Id: I9960cbc0b0c9037a1c9cf0ef7a9699bb09ad054e

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95602b8b12f652822b1c7b0f65d183128d51f76c]

        prepare everything for automatic update builds
        
        We now have a TDF server that we can use for the update checks.
        
        Change-Id: I081b6f2f65d0abf6cc9d4a1ce11a68ba1cd076c7

2017-05-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [27b713a86edfc5f0efeb7124abbbcfee9c5e7213]

        Updated core Project: help  cc6b76b3b8ede1c9ad8e173df9fd5b813e9e6572
        
        Fix XML according to DTD
        
        Change-Id: I386772d2bc275eb49a96b18e40219abdc22df3f9
        Reviewed-on: https://gerrit.libreoffice.org/37841
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [957874168491f4b030fda85c65dd969aae82a670]

        loplugin:stringcopy
        
        Change-Id: I04e3faf18cd6dae39d948cfb3dd0834dd96751b1

2017-05-19  Olivier Hallot  <olivier.hallot@libreoffice.org>  [e990b4e13724dbab48bd01f7ad7a9b589ed2e52e]

        Updated core Project: help  eb145d19480d245228dc6b1032a925adbff8ea78
        
        tdf#84675 Help VBA functions AscW, ChrW, InStrRev
        
        These functions are enabled whith Option VBASupport 1
        
        fix bookmark
        Fix metas
        Fix makefile & add InStrRev
        Bookmarking
        Fix category for DDB
        
        Change-Id: I12fed1cd521ffb846d2994323013e8dcc127381f
        Reviewed-on: https://gerrit.libreoffice.org/37826
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Szymon Kłos  <szymon.klos@collabora.com>  [48906a5e899e517af76e04afb5659232b336e206]

        Watermark: extended configuration
        
        * it is possible to set font family,
          color, angle and transparency
        
        Change-Id: Idea2fb9ee748394bb3d706fa790e109238584cdb
        Reviewed-on: https://gerrit.libreoffice.org/37793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [a3f9f03f52c2134058dff87eb1528a19450c566c]

        tdf#107544 Follow the styles -> Styles change in template categories
        
        Commit e75057a4d79d96464ff7ddd1511641b23757a502 caused the
        Style Presets category to become empty in the Design sidebar
        of Writer.
        
        Change-Id: I96353ddd7619b8b845286f0ec5a27aed5fac99fb
        Reviewed-on: https://gerrit.libreoffice.org/37732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b261681e5325e3fb7c87653de8e367ec18486c9]

        svtools: fix mime type of PDF images
        
        Otherwise the UNO API user can only see this image has a replacement,
        but not possible to say if it's an SVG or a PDF image.
        
        Change-Id: Ibde7915e02620acecbbb237dc3b333382d9c784a
        Reviewed-on: https://gerrit.libreoffice.org/37827
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [b6778e921f72ca0ef49b4e18f3f990a397b9c491]

        loplugin:stringcopy
        
        Change-Id: Ib04ef019996888166c25ad140b7c718a173a782a

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [0e4a884b818f6fcb4b1f5809cfd5f4487021ea88]

        loplugin:stringcopy: accessibility
        
        Change-Id: I8f6d1ed2b59ca4257884151b69edbbb556497378

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [7de64a40b1d8a5bfd82c68db63dd6f088f6ff344]

        loplugin:stringcopy: avmedia
        
        Change-Id: Ie7716d05d6e98a8aa2a96f26ceb4dcd3b77b1ad3

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [e0bfdd109a13d2faa2b6c00071b96de978c91a8d]

        loplugin:stringcopy: basctl
        
        Change-Id: I81e5cb61e1f09cdc8d07efc2fd07e6ba79fdc488

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [f0fddb1d2de41373b938bb8a94b914c145fdcd48]

        loplugin:stringcopy: basic
        
        Change-Id: I39d8ae76be2794d5e7b5a9979d7211823c995c2c

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [6f62aab8a9451ee7dee61c589178fa696a7b51e7]

        loplugin:stringcopy: chart2
        
        Change-Id: Ia7cfa9b56646c83ead491d419aba5bd8d9306fe4

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [bb134f41f0abc7151712b115acb5eb2295b91b3b]

        loplugin:stringcopy: comphelper
        
        Change-Id: Icb7d43c95ee5d53fdf6b1cdb92953df8488d1ef1

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [c7d1236640cd282f95b97f1f966b63c7f2cfef9d]

        loplugin:stringcopy: connectivity
        
        Change-Id: I2309a6b943323e42df8bb2b4c971c1388539ead4

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [1649c76401009574aeba725365186c102e86130d]

        loplugin:stringcopy: cui
        
        Change-Id: I5166036e4173292c9a7291a1a846e661fbbcd010

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [5de6294a94d2acd6b4cdf57c55dcbdbbf9e5e522]

        loplugin:stringcopy: dbaccess
        
        Change-Id: I7d9c876a57b4390d1f5d86ae4d9a3f703c56f0c8

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [d2846c46624d3996b98a3810b083452f49400cb4]

        loplugin:stringcopy: desktop
        
        Change-Id: Ic27d5296dc6854a27f4848dc9047feef90cb6ff7

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [c556c65d7179a7aabe6553f2c9fc4f573d39355e]

        loplugin:stringcopy: editeng
        
        Change-Id: I3d5b7673b2403bf670d85fa3c65f67aefcea48ff

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [97d5293ccaf12ceae0c6d7e79b73cd783038c95c]

        loplugin:stringcopy: extensions
        
        Change-Id: I6abf8ec16f39db9226efa7e2c7f82644da100c81

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [ca149259eb8bba5c306fd4b174a7eeeb84a3bef7]

        loplugin:stringcopy: filter
        
        Change-Id: Ibaf85db278f27506baf26ff23a40ede888f55ed2

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [d0a91cf2242ebb37097049021eadb5adda6d183c]

        loplugin:stringcopy: forms
        
        Change-Id: Ieab592db5316f343afa9cb0c0452e6c865df5cca

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [054c06dc5df1b6178f54e7cb837ebdd50397241c]

        loplugin:stringcopy: formula
        
        Change-Id: Ifab711d6081a70480396ac05112b4647206a754d

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [b02848767af071e2ff357e94d4cddf4940f7cc02]

        loplugin:stringcopy: fpicker
        
        Change-Id: Iec08e4ed6241faba9b858e42cb6b55abdcdab3ee

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [309115d8bb8f0c2610d027958dba0dd2e1c06c03]

        loplugin:stringcopy: framework
        
        Change-Id: Id63d99bc5048cfdffc834cf034f078d783ca95dc

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [dc4704ce1b067b62df0b0cf9cda3c4106d80292c]

        loplugin:stringcopy: sc
        
        Change-Id: Ic6cb5406d20e7e07b8e34514df71adf1c3a4e727

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [347779c223eed6e41b952f49fc0c0d0bec59f846]

        loplugin:stringcopy: sd
        
        Change-Id: I6cb37109870b4461d08fccc4a7ac31096416b1d4

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [e2bb12f8888af0b6dad58ad0acfd071df01f6655]

        loplugin:stringcopy: sfx2
        
        Change-Id: I9aa713a0839993fae202fc81431eb937d0604cb7

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [c8b19bdd2a2f3658e158bae44d4b472497591f85]

        loplugin:stringcopy: starmath
        
        Change-Id: I2687b8ce4b20871f50401cbc50746c35b9668eba

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [02d0f134f300b0f739f09aa2743ed904cfa6666e]

        loplugin:stringcopy: svl
        
        Change-Id: I47a0e13c5affa220646c59ec0bddb342f858fe53

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [74dfe42baf962818a3933b1d8fb6184f6210dae1]

        loplugin:stringcopy: svtools
        
        Change-Id: Ib731495da942fdd8bf0fb6f75d8697c10155886a

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [dd44fd294cfb5eabe4c8382acdd82d323d8e8dd1]

        loplugin:stringcopy: svx
        
        Change-Id: Ic1874b2bfe28149deab3e6903ef7d7dac77cfc4b

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [713843bebb27f09b5af9190cf84c57f6076e54aa]

        loplugin:stringcopy: sw
        
        Change-Id: I0a794e1d2a4b7e97133df0f7243817da7caaee1d

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [039913c383477e8ea1d62426df5cc30f6637ebfe]

        loplugin:stringcopy: toolkit
        
        Change-Id: I6725d1f1e447d37de2de6442c66a9942b05d2dbf

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [2dda43ff27ddbdb70c3e2e38d96cdd27c4e50572]

        loplugin:stringcopy: ucb
        
        Change-Id: I9ea5e17673ec91fcbb1c7e42df3820c80aa90b93

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [b052e1775a658514283e4b019830f0bd460f2e54]

        loplugin:stringcopy: unotools
        
        Change-Id: Id7560e7b0c0aa2ad48d022198d0681e50f47cd3b

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [057db51cd95ca8e063f8c51c6651e9ad7b0d708e]

        loplugin:stringcopy: vcl
        
        Change-Id: I41a9642a8707e9da5be55ddb942a83ebbb9f9c3f

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [04f1c88d64d7ee2df4958facfebd9d532145880a]

        loplugin:stringcopy: writerfilter
        
        Change-Id: I70c1de8a02523ae5de4b6110335849858637f87a

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [ba9c7c92d6cf431868846d28b74f8b2342334b4e]

        loplugin:stringcopy: xmloff
        
        Change-Id: Iec7feb114088357e8f87619ceb5dbfb228e8b5c7

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [d31dc1555054fbc81ac684f8b105684885955db7]

        loplugin:stringcopy: xmlsecurity
        
        Change-Id: Ib5b6e2b2a03eec14a81e1f8ba8833611047c83f0

2017-05-19  Gabor Kelemen  <kelemeng@gnome.hu>  [a69160a31238e2c6bc7997ba6a2f0ae44afb3056]

        Updated core Project: help  7c9323ff02e580187576204b014e04fa6f732c07
        
        tdf#107229 Drop old Template Manager help
        
        Change-Id: Iaad417818cf37a6f7505bd886a5c472e1731b12b
        Reviewed-on: https://gerrit.libreoffice.org/37795
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Gabor Kelemen  <kelemeng@gnome.hu>  [24c9f3c5576ef4c86e1612f9729402616493ae0c]

        Updated core Project: help  49e9e98224321ab478681dd93476d54594a55432
        
        tdf#107299 Mention how to add more template folders
        
        This is salvaged from the old Template Manager help page
        but now it works a bit different: adding new paths makes the
        files appear under the My Templates category.
        
        Change-Id: I1717e1c1a2602647a41989e57dfeae7f4f18abf6
        Reviewed-on: https://gerrit.libreoffice.org/37794
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d3cad5aa238f44d2aad93cccbfe4492e7a871669]

        Updated core Project: help  fc04019be5ce20fe8acd95e1cc41ba099dd51cb0
        
        Basic: merge identical def and example Defxxx
        
        Change-Id: I64abb89958c823d636c402ad4fee1f008742b491
        Reviewed-on: https://gerrit.libreoffice.org/37789
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [94a4ad0c916b6299cee8982761251575562bf702]

        Updated core Project: help  3d5e0e547daaed4c5587d403877a04916cf23eb9
        
        Basic: beautify Examples with bascode tag
        
        Correct many examples to use <bascode> tag to get colorised text
        Merge some identical examples in section
        Remove useless spaces
        Remove ^M at end of line with <bascode>
        Add localize="false" for pure Basic code
        
        Add comments from Johnny_M
        Treat 03101700.xhp in a different commit
        
        Change-Id: I94a799ee13829ed9086127aa7d0e722ffe1dd90d
        Reviewed-on: https://gerrit.libreoffice.org/33240
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [7dcee9790c18a594236dc32a534c20f1e7447ee6]

        bumb MacOS baseline to 10.9
        
        we desire libxml 2.8+ and as a side effect that also provide
        thread-safe static in c++
        
        Change-Id: I2a0f06a81c6a5734a8b3a859fb291e5ae80d12e9
        Reviewed-on: https://gerrit.libreoffice.org/37818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-19  Caolán McNamara  <caolanm@redhat.com>  [2155e04d6343638ca9815d394cbc4f78c2b17c3a]

        make string translation loading more uniform
        
        change various ResId classes that use conversion operator to OUString to
        functions that return a OUString
        
        drop various defines
        
        drop unnecessary toString calls
        
        Change-Id: Ibeccdf2b91a46a2ed5b4b74e6024e301a023bc92
        Reviewed-on: https://gerrit.libreoffice.org/37817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-19  Justin Luth  <justin_luth@sil.org>  [cee02e81cd3b55fb46eacf5db5713e8bf4363bcd]

        ooxmlexport: roundtrip tdf#103975's unit tests
        
        MS documentation for splitPgBreakAndParaMark
        only mentions page breaks, not column breaks.
        
        (Always Move Paragraph Mark to Page after a Page Break)
        This element specifies whether a page break shall automatically
        complete the line on which it appears, moving
        the end of the paragraph to a new line on the next page,
        or if it shall behave as true run-level content within its
        current paragraph.
        Typically, a page break defined using the br element
        is treated as run-level content, which means that
        although it delimits the end of the page, if there is no content
        after it within the current paragraph, that the
        paragraph shall also end on that page. This element, when
        present with a val attribute value of true (or
        equivalent), specifies that a page break shall always
        immediately end the current page, moving the paragraph
        mark which delimits the end of its parent paragraph to
        a new line on the next page.
        Note that this setting only affects the case where there
        is no run-level content after the page break within the
        paragraph - if any further run content appears in the
        paragraph it shall appear on subsequent lines on the next
        page
        
        I borrowed the !footnote code from the if newline ELSE
        section. It seemed appropriate to take the same
        precautions here.
        
        || bSingleParagraph was added specifically for
        COLUMN_BREAK. That is obsolete now, so removing.
        
        There is a lot of old code here that I have questions
        about. I tried to change as little as possible, but
        likely lots of the existing logic is just wrong.
        
        Change-Id: Ib988c6623acb2b6152118098b706314bfbfb99e3
        Reviewed-on: https://gerrit.libreoffice.org/36421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-05-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5859c40d48108f2d0418ae073cf8df65da5b759c]

        includes cleanup after loplugin runs in filter/
        
        put some unused includes from svgfilter.hxx to .cxx files
        to reduce 'using namespace' in the header
        
        Change-Id: I92231e1a6d35e18d64080ea01995d601747d68e7
        Reviewed-on: https://gerrit.libreoffice.org/37748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-19  Caolán McNamara  <caolanm@redhat.com>  [d7f89eef8bf46b67a730cffa38e954db3c9cda0a]

        SdResId used just for its id
        
        Change-Id: Ic9a762c23a356ea5cb67d03e679292d440311da8

2017-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [3d8400a8d938be7b116298d6a79bb49d7cc0cc99]

        loplugin:comparisonwithconstant in accessibility..basegfx
        
        re-running this plugin on these modules now that sberg has improved
        the plugin.
        
        Change-Id: I1818b1fa540cf62b81219a4f3ed2dcae8ff0e838
        Reviewed-on: https://gerrit.libreoffice.org/37805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e51afc77c0800dda6c09bb645d8962ae125b2ba]

        loplugin:comparisonwithconstant in basic
        
        Change-Id: Ie34a17d2fb465ffbe675ba4e99917d23959f1fb5
        Reviewed-on: https://gerrit.libreoffice.org/37809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-19  Thomas Beck  <thomas.beck@cib.de>  [575b457d728531a1cfff95d2eea1887e09d79009]

        Removed unneccessary ASCII-Art and comments
        
        Change-Id: I455d7aa7c6e6313a0d24137e02b7bf04ede9aae9
        Reviewed-on: https://gerrit.libreoffice.org/37752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-19  Stephan Bergmann  <sbergman@redhat.com>  [31a698342f86db1b7703e3ec5460281d3a6b7635]

        Update the reference rdbs to libreoffice-5-3
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-5-3/instdir/program/types.rdb \
         >.../master/udkapi/type_reference/udkapi.idl
        
        * no changes
        
        LD_LIBRARY_PATH=.../master/instdir/program \
         .../master/workdir/LinkTarget/Executable/unoidl-read --published \
         .../libreoffice-5-3/instdir/program/types.rdb \
         .../libreoffice-5-3/instdir/program/types/offapi.rdb
         >.../master/offapi/type_reference/offapi.idl
        
        * plus manual fixup for now by re-applying offapi/type_reference/offapi.idl part
          of 8913353a8fd2a1d281c2d8a33ca795d97201b7bc "enum spelling: throught ->
          through"
        
        Change-Id: I705dd8b33034f01d333bf80f1211022f5395609e

2017-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d26a74f0836e81de1113d6ec70aa5893acfcd3c3]

        xmlsecurity: remove unused parameter in XSecParser ctor
        
        Change-Id: I91caacf6476003477a76e583c2aa512c1446f9e4
        Reviewed-on: https://gerrit.libreoffice.org/37804
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-19  Caolán McNamara  <caolanm@redhat.com>  [c2667d7ff558a1b7bf83e694909465f00d1a16f6]

        pNameResId is unused
        
        Change-Id: Ic1fe6abc7066517187695266c4d1a0888b41ffe7

2017-05-19  Takeshi Abe  <tabe@fixedpoint.jp>  [2acc4dc6a97a279cca2703ed93ba5dd9911cfecf]

        basic: Fix broken unit test for IsMissing()
        
        Change-Id: Ia6fb2622c85686a50701d4c37356e608a3df653b
        Reviewed-on: https://gerrit.libreoffice.org/37775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d880df3a44497cdec49017538a9d38d48e543bad]

        remove unused languagetag.hxx includes
        
        and fix the fallout
        
        Change-Id: I8f59944bcc01a8e2ab371808c40eaf9b5198c143
        Reviewed-on: https://gerrit.libreoffice.org/37785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd00bd0f69676659bb43bcc85d8ad5fd21e5de4c]

        loplugin:unusedfields
        
        make it a little smarter in dealing with fields that are smart pointers
        
        Change-Id: I44072105170882dc29fb19558f1065cffc7e5f11
        Reviewed-on: https://gerrit.libreoffice.org/37751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-19  Justin Luth  <justin_luth@sil.org>  [8a01fc2f505acc6ed9af5ba18049131225baad30]

        tdf#107931 ww8import: kern marker MAY indicate disabled kerning.
        
        The simple presence of a FontKern SPRM was assumed to mean
        that kerning was enabled instead of reading the value
        passed by the parameter. However, if the style's default
        is to enable kerning, then SPRMs must indicate zero
        in order to disable it in non-default formatting.
        
        This commit will be food for reporting false regressions.
        Just because text no longer fits in the space that it used
        to doesn’t make this a regression. Don’t blame this commit
        UNLESS the character or style’s “Position” “Pair Kerning”
        setting is incorrect. In MSWord this is a “Font” “Advanced”
        Kerning setting. This kern bug will have hidden lots of other
        spacing related problems that are unrelated to this commit.
        
        Related to tdf#105454 which did something similar for .docx.
        
        Change-Id: Ie27b5a342ffc1431e1c5ee0a7b057fdb11e4e4e3
        Reviewed-on: https://gerrit.libreoffice.org/37781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-19  Julien Nabet  <serval2412@yahoo.fr>  [ba9b44270b56dfc6c416a55686d855a5b3c3c866]

        fix gdi resource leak (editeng/impedit)
        
        Change-Id: Ia2d9ad88b5bcc2adf7f28ac7833132c04045d55b
        Reviewed-on: https://gerrit.libreoffice.org/37790
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5d72331053ce19942463ac6e688eac74e01e649]

        Wdeclaration-after-statement
        
        Change-Id: Ie3a34305c824e2f04feb8b1db39c0df342588c43

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8bd07b0c54c9e8aec4a72d8b4b954abd14403ca3]

        Wsometimes-uninitialized
        
        Change-Id: Ia160685694a386358506f94c4cc1510e5e2a6f62

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c714fda72902507b3645cff7c06db8d46fdf49d]

        Wunused-macros
        
        Change-Id: Ib50bd405101acb908831d943d449c3cf86b2ac85

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1bef097e6a10a65d4d548ad4f0a771092307806]

        remove the newly unused files with old cert verification data
        
        Change-Id: I9753197bcfbff1aaf9bb6ee292d65a356075348f

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fcf365f352ee4daf1dd538e64d7982faff2206d4]

        generate the certificate verification data as part of the build
        
        Change-Id: I30186f76302e7666c833933b059931e8b1b7b78c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5204fe5b3a403f25a5a2781761cd2303391cf36]

        remove double '/' in update download URL
        
        Change-Id: I4dc4c1407d82b10adf8ad677ce192d1bd30aeaa2

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db59b84a319c3309985fbe27672e68b84d84d7ad]

        second part for user profile in instdir
        
        This handles the replacement request part.
        
        The algorithm moves the user profile out of the backup back into the
        user profile.
        
        Change-Id: Ide45009d7a42b01ee645418b1a0c30b211842510

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e1d8ada02365fc32146208f19a4e2671d38dded]

        first step into supporting user profile in installation dir
        
        Change-Id: I2485ad2b69ed28b7f964540ac3eecd22099b4f7c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a84291cf6aa7c700c6dcb609647b24e3855c31e]

        extract string typedefs to a shared file
        
        Change-Id: I6e5d7c828f56b6a3f562ed8a9dd5f63a9d603ce0

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8952eb7f3d6cabc8469ba0a53e05f0855527b62]

        add TODO
        
        Change-Id: I2d913a878aba91fea41a010237dd685845b5b648

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e10833e841f446286ab38577335d1f0a4a8c555]

        remove unused hard link support
        
        Change-Id: I7f40598df74c8731b13c37b8adaa636086d204b4

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c13b1c56e57dfb0d56a3e6d726377959e1d3bd78]

        without the wb+ reading the patch file will fail
        
        Change-Id: I61be299647d41bb464bea039630ddd4ff545f412

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff65b97cf29bda2a46e3a19d535d67b062a8f3fa]

        log all the updater actions
        
        Change-Id: Ia7b08c4e93d5b3b65b0f44af9c92f5e6f6fafd96

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8bcef2c53e7b9d928d4fa138d181daafbc097ad]

        fix errors in upload scripts
        
        Change-Id: I0ee9fbef7b80e5d37800b4fb9daff7e8ba46d65d

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff3e72ae7351346a6086d47c22be0106e408fbb8]

        integrate the partial update info into the uploaded info
        
        Change-Id: I1b6fc7970d3010c63ae910d55103efb504e15b53

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fdb4b3448944dca047f080095923a35f13c40141]

        use file instead of complete for the key of the partial update info
        
        Change-Id: Ifbb482a4fd9c1c92e9cdd7769d4b16160de14a86

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3c6b7ff4cc863d94a005737294026a8f9297ee1]

        add missing file
        
        Change-Id: I7cd9d541b90f4f6b38aa5e36e295e7677bb22f58

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3a74db73ef9167cc886d00bb62727fdfb6f4888]

        use the shared signing code
        
        Change-Id: Ica0fad83820569623f3cc2f0217ac9cd8ee19257

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e8a9345150c5948655f1c04a9ddbb554db24543]

        simplify path handling in the updater scripts
        
        Change-Id: Idcf7f9cedc2368f6a4e4e10c2852cc9b1125b712

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bde01f77ae54e8fb99783081e2bf49479168425]

        create valid partial language updates and write partial update info
        
        Change-Id: I4000523cfc944657714267958836dd3ce4ec3b0d

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb317fa36f9a6694c608165f9d47b354e508fc66]

        add the generation of partial update files to the makefiles
        
        It seems that the generated partial update files are now generated
        correctly. We now need to handle languages and sign the partial files as
        well as upload them.
        
        Change-Id: I69fbdad42da2c8a2d9695bc852956b82ce773f4c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [208012cf122dadacd824722c8ab7e0210d691692]

        extract the mar signing code
        
        Change-Id: I007b0b68a61242b7255a1a58a3637e3307d675aa

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25ea5a7a561045f8a7f20bb9028701a95b029699]

        extract mar file name generation
        
        Change-Id: If928cae4c722354d5c3e415e7cb8426a3a4412f7

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93b0c5bcc7db818125c081c62db004e70b27552a]

        reuse the new extract mar code for the partial update generation
        
        Change-Id: Ie8c92472631034935e73e55c934ce128c7b6ecd2

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb6c82c7d77b885f9579284add0a64495dece6c8]

        ignore the precomplete file at least for now
        
        Change-Id: I997bdc38f705d7536a99a168815ece93dcf0c0de

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2784997c266c29ef02884d4fc8c0580505af94a]

        add a script to extract and uncompress from a mar file
        
        Change-Id: I87c11b8f7d42bc438b88482a8dd3fd1512a06df8

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cffde6c7d84ebd11090ddbde8b3c016cad1943dd]

        remove the split functionality from the update creation
        
        Change-Id: I036cabff089a2cf464c887ee78b702637cce08b0

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cf66f9c7d1c20de1be37d9cee671a923ed11fdf]

        add a way to strip symbols from the tarballs
        
        Change-Id: I682dcc9c366efea2be00b738f630a82b4cf9d636

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fab01f73f138e73ccf7ed755d05d6f9418379c39]

        start working on the creation of partial update files
        
        Change-Id: I13a70e0b12090a7e23529bc35240cefc13d17779

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6fdfa0da3af862ad6c70708b1559b88ea8bfb70]

        add mbsdiff as build executable
        
        Change-Id: I68c9b14937c219ee142386b72047a6995d004f47

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e4f3ac9368f1cdb3176cf656bf881e961fa67d5]

        actually abort the update process if the update file is invalid
        
        Change-Id: I724e50d1e74228f0be00b9b6376c3d074db5c9ed

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8eda8fa69c0ce06c07f1f3c0ca3fccacbe915703]

        actually check the hash of the update files
        
        Change-Id: I98a5f8904a35cb167e87d6c5c11bcf133115cbc1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12e7e48fbed86c7047d5861aa084ca38617141fd]

        if the update_dir does not exist continue with the update check

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea2a3c2ab72cc77d7bf90e2ee90134f533794cf5]

        better reporting for normal response from updater
        
        Change-Id: I26cbd69c46afadc21eeab73cbccddc6873c43655

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b65cf7da60cc7eb9815e094e704d475fe115c23e]

        extract the common updater path info into methods
        
        Change-Id: I8d25fc3c6a6a0a7e05bac6679f2312a904e75bbd

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1ae46afb9068e0d1408d27f6e6b433143bb9131]

        either try to install an update or check for update
        
        Change-Id: Id1e879598ef34715786e10e163ed1e4689f3137a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a72c3d047fecffe9a7ca175656b4ab9506a1de3f]

        normalize path for updater

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8358012c89c980dd6964a82d69bfaeb23a1f5c4]

        better flexibility through configurable updated build directory
        
        Change-Id: Icaa814cdcd27171fbafc2407d55161cdc13e750e

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9304180abff7f213ce30d6c2ad31d5d8e8d455e7]

        first stab at normalizing updater path
        
        Change-Id: I5ef2253068595c41577330395810b0797eff8cbb

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bdeb0c7f2a073fbd5ec0d9d9ed3ab1f3236c704c]

        use an update dir that is in the user profile
        
        The user profile should always be writable
        
        Change-Id: I45f7e05e128d62a5930e6db9793b8cf4e7751046

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da48be8fbdb53d77b349653453c19c1ac7061e38]

        don't crash when we get bad response
        
        Change-Id: I4bc68e9f9604a8a39f36f10434571cd9fbb48ae1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ceca7929df1bfbd5072d40025f592cf67469afa6]

        ignore SIGPIPE in glx test process
        
        Change-Id: I31977f86290b4fd7e0869af85f5132ae7cd9d5fd

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95b301a7d9b1e5b6daa5bccf4619a77121c0e591]

        hard coding the number of entries just leads to problems
        
        Change-Id: I527c2c881bf46b1724b8da9223b2614ff30fbec7

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00209d6edae97baa1b6c3cd429aa3443c408b8a1]

        version entry is no more
        
        Change-Id: I5011deec4a3b00b22d68d5dff594586d74d717ba

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [269a7a72b3d97278df17a8010c4264cfb1053d26]

        protect the downloading of the update info also with try..catch
        
        Change-Id: Ie3f2687670b02d8af85016c25b49cb42517701b9

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c74e0deca5e4bd7b5eb5591d1bb220bbe81627eb]

        update the update URL and adapt to the server changes
        
        Change-Id: I6ece7924e6e0980c2bb4fffa9d733e6352382084

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8f7f70d33fe39ebc8534c825a9e58627a5b55ac]

        send the csrf token with the updater scripts
        
        Change-Id: Iad6953b8206ba02ca09069115e168230b27f72fe

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bab1f894fa4b76f96bb43e674f164574a8e3ed4]

        use the path and not the URL string
        
        Change-Id: I045e801a86f656a182bd1c5c42aca29cde694f71

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7137102232cea1957339c148a8f04016d8fc7b27]

        use consistent method names
        
        Change-Id: I19e066b7e4c4ba1fc1b0802e80260a6d9b0d9b9a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7f0ff340305d83d80498f4b8f7d39183cf1c441]

        follow redirects when downloading update files
        
        Change-Id: Ic6679aa3d150499b354ccb396c136178d662bb67

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [191163592fe7c1af9319c1d226c4b766f0a32e7b]

        executable names on linux and windows are different
        
        Also use different user agent strings.
        
        Change-Id: I047e743f2ea13ee5ea6bff1cb5d6d86ca2ac6417

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d94a06a873e7e081cacaf918fa49ef61ef560804]

        add more TODO comments

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e0c4c7337debe586146d49fad2e255e601e2e3c9]

        add the astyle script used to format the files

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3d264b52d2516e00f641ed2f7bb71f367a6400b]

        use a more libreoffice like formatting
        
        This formatting has been done by an astyle script. The idea is that with
        a consistent formatting it is much easier to bring in changes from
        Mozilla. Updating the code with the new version, running the astyle
        script and then looking through the diff seems like the most sensible
        option.

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e88f080bacabe9d7196813aa6d17132a389c330b]

        add the resource to the updater
        
        Change-Id: I80e80708346aa2850b2964c566ebc6423837a9cd

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [85d4534aeb66d1957dd51ba43048507bfb6285a5]

        handle signing errors much better
        
        Change-Id: I94be7b3626b9ac3389cba0bee640923adda0f118

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0bd4bb66745d06a508e52db4c790334aee17f596]

        error out if the path to the updater config is empty
        
        Change-Id: Ic199b15222836e096e32203d3458487fead6e3e1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23b0544436270031406723dd53a4337f4232bd20]

        add TODO comments for the places that need further inspection
        
        This is just from a quick scroll through the code.
        
        Change-Id: I72132ba9244d7aa559befe63412f7a5ef2005ad1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d409f95c3f948cf95e7778a7017b68222b1c391e]

        hide the function behind the correct define checks
        
        Change-Id: Ifef59d40975b6061a40b58d80817b6c15b856713

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a37547e6c09a35fa8738288271448a7ab11cde86]

        remove the MOZ_ prefix from a few env variables and defines
        
        Change-Id: Icbb5f0751cd5f85fc2c4af8d2adbc8d64911a94b

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [093e2fb3713176b812f304e583f4c1244234f259]

        use std::min instead of own code
        
        Change-Id: I4bb62a120c1d791d41cdaaa88faf0fed27cc4787

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bfba54cf1d4ef2f346e7bccd4e660fc68fa38e0]

        remove unnecessary case from updater code
        
        Change-Id: I9001b661a929a66723cf8e83ed3d8f664f180b14

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d41a82fbde6450002069d86c0c9499eb7d4eaf10]

        use own unique identifier
        
        Change-Id: I6d3b6ca894eceef7ad5757dd7c5b4981eb839c61

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [188cdd2fb2e49a93f1b88e8eb2f000f3e30e3733]

        make sure not to reuse the Mozilla registry keys and service name
        
        Change-Id: I1e7208595313d54b6565c90dae19b8b51a047803

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95a6a8263a246d1910b4329946cc64a0a59109fa]

        the update service is windows only
        
        Change-Id: I9de1e8e8ec26dce85107c774c6a1d862dea3ab84

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7eca4fa00fc383a40b9957ff3c4b038ac02c2eef]

        get the update service working
        
        Change-Id: I25921090083f20c4bb416f9cfdd5ec6400a27a21

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19066cafbb3a5a4013277f62b0e577294534a70b]

        extract the common updater code to an own static library
        
        We again need to use a static lib to prevent the file is in use problem
        during the update.
        
        Change-Id: I22d00ea2ab46949d32cdaae85c799896d6e0468f

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [423d644171077bbba3e32aca51adebb987aebc26]

        define UNICODE to get the unicode system functions
        
        Change-Id: I6eb552d32bd7ef2bbc816549e4bf53e9a8a3de05

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8baabac65b7683d823822c3179eb1acb76cf9cfc]

        separate creation and upload of the update info
        
        Change-Id: I809866f0425b8e85b396692f60c936351aca39ad

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19fec985e98707cebf11c3fce2531df1c2a666dd]

        fix more platform define checks
        
        Change-Id: I2e125770fc6c21141c45ccc057d95fada8ccf74c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb67212a05de212baece36b6875468d575340684]

        fix Wundef warnings
        
        Change-Id: I36a68731e861a58d631249e6580233102cd3b702

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22a1632e58ab4a3e576b11d2ec7d386dfc5119a4]

        handle errors returned by the server
        
        Change-Id: I91808a017123501fa28cc9b7bfa7316f3d52b7df

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f67f05c9f7875d684d24bfb59aa8def150ac788]

        fix exception on windows when thread is not joinable
        
        Change-Id: I1f8c8136e45b92a4143b802ea09257da2eec6a89

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e59ef0e4b6895591a4f561fbc31617ceb3239d2b]

        include nss also on windows for the updater executable
        
        Change-Id: I998355e0c4fb97a5b513be0072bced2a611c9928

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [937344a0e4dcdd3f805532b6cd43e06cbd362b32]

        more XP_WIN to _WIN32
        
        Change-Id: If2dd733f44675e1f4305afff84a1b16f8c8ff1c5

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab6ed35d4e4b31a02d419d6b64217a1fc9728420]

        add missing windows error codes
        
        Error codes taken for now from the mozilla code.
        
        Change-Id: Ib5b8ce4effb62ff0149a70a293ef6d19a0af4bb7

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0865f0d8c3646d37d425db30cdc387b135a2f281]

        always build with NSS and therefore verify signatures
        
        Change-Id: I7b697b95e620ce915d762ce5d09af33a9e812107

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d6ebdfbf74056360ec1f598bd8dca4335621498]

        remove header includes
        
        Change-Id: I72c4b65b733875c8bc18a7e6718e1470bcaf611d

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b28843b60755dbc3c718502c754a3244ed43abe9]

        workaround for compile error
        
        Change-Id: I23c0e39cf74424febc78a5e0785fa2a889d9cd56

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06c3a46e75ff644dff84bf6522e7eae1b4ee002c]

        fix warnings in windows only code
        
        Change-Id: I33079d9f895e4c596a7804ec1bf6b3acde891ae7

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [276155ebe520618900268d9e617ed71708ed5701]

        disable warning 4204
        
        nonstandard extension used
        
        Change-Id: I7d24417dfb14fa659e50c36889bedee406ce9401

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c51470fe6be37075106e6d6614e0eb1664c04643]

        explicitly include header file for unique_ptr
        
        Change-Id: I060c7554a0b293977c3e4363f246b31bb35b9055

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5434903d6ab08b0df6ab0965c2b081ef592925c]

        fix unused parameter warnings
        
        Change-Id: I959129f9cf2ea0534cadf89948f9d1f09a7e2540

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82ee1327f95a60f202ef25e431fbdcc228245b73]

        the header file is also needed on windows
        
        Change-Id: I9d13753dd067f5370035233cb5cb7815b01f28d1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [814691489a3258b0882c4f6c320d85962f60af70]

        fix windows build
        
        Change-Id: I260e2a6266d8bac2ad10b85d67721222049fce47

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [467946389310007d4847af4970fec9f2a478137b]

        add the missing libs for the test
        
        Change-Id: Iac96738d84a90f2125c1844c3380ea9a3a9c1645

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d93a437df687adb39c45b3a488524eea124044bb]

        add certificate parts for current daily build cert
        
        Change-Id: I33fa792da09b5bfb05291eace3815c1312faa8de

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbab33f525e0ff45b8d4776e457b2024719d79e4]

        update the last update check time
        
        Change-Id: I4a664c5dca2fcefbea49e1e550e82d191ba358dd

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ceb169f1ec8ba58d00759c8591e898f3d8964bf]

        only check for updates once every 7 days
        
        Change-Id: Ia2dc109ba80c346922c0236c3ca6ea09e18e9eb3

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b01dff505f2b3cf678c426a7de8a2a1ea21134b5]

        update the updater code from mozilla
        
        Change-Id: I400a7d103cf5bbd1a8b86c54a5d1b84c7dbf34e8

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d50f9825cb19ae184a631bd85837635eb7fab20]

        correctly pass the callback executable to the updater
        
        Change-Id: I88e5c00911841282dbacf1685a3bd0ad0ecf05a7

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb13ed6955cd66017e5348b915af371a184ea633]

        add the manifest file to the mar file
        
        Change-Id: I3640d11dba5178cdd9bc49a4630f287b1775640e

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a32354d48d1250fe761833b065ab2129de351a9]

        store the correct version string in the updater and the mar executable
        
        Change-Id: I52ca969b9fa84320614f77bd51b8aac736478c54

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac647e290d1e483b67fb7860ac81d553863f69ee]

        make sure that the upload command succeeds
        
        Change-Id: I18988f949082763a06d6d44175e977b8c6c37cdd

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f66232738c8afb2331a29df3934c0eecc296d995]

        reenable the download of the update files
        
        Change-Id: I123298d323253a83719033756ca7e0a83a2d157f

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ef3aedb9b31716fbcae4daa2cd45bc3ba616837]

        use correct syntac for platform string
        
        Change-Id: I525d92fe6df6f2f4884a8d4a1de6e1637fcf8931

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f316f6e7d63abfc213dbc9013a4b710d43aa5454]

        file size is obviously an integer
        
        Change-Id: I7f816fd17a2c9d79415771763c6814f91827d961

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f52e3848e8b153f8a0b6bb7eef4f40afabe7e69]

        move most of the updater settings to ini file
        
        Also finally add the initial version of the upload scripts.
        
        Change-Id: I3ad5bcbeba60f0cf9700e5fe5001a24f162a3244

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [94fd45a29d8302886e132aaf4f8b75b6903e8536]

        use my own server for now for the new update check

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [641bd985386c4accfcc99afb769db2385462ffe8]

        create complete and correct build_config files for the updater
        
        Change-Id: I4f6b7aecc24d42d6b248cb8d959aeab59af963c2

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c3fa47fc9a22bbe78e2aa8a016af922003580f5]

        restart soffice after the update
        
        Change-Id: I0647f51099bace568f18b478ed500164f532eb40

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd889869c574bc7b257995cad46deb53c6fd7072]

        use a few more variables instead of hard coded paths
        
        Change-Id: Ib6882caf0a53bc0961c3b5ceafa9e9410123af52

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c85141edadde36974cc589f750e1f194d7e175d]

        we only need the signed mar files
        
        Change-Id: Id40651ab3faa5eea68ba5437b2b3fa409b1aed93

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5276e0fc8adc5ff96b91b8c31e19906ae0ba9bd2]

        improve the build system part for generating mar files
        
        Change-Id: If28cca535da20e4633ce025e39a967820eae6945

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [837af5b873137c1a561791e36f01378934d48271]

        more steps in the direction of signed mar files
        
        Change-Id: Ib6d5fbc00eeaa97b16599a1545c32188a3cd9720

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a22e3305f13dd03520c957e1f19597f389e6cd3e]

        fix the build
        
        Change-Id: I8af0c43542f7428f9ac74fee1079e9087820d15c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61fe827e3bde3f6bf6369467bea2be2b23e81bbd]

        build the signing part for the updater
        
        Change-Id: I422eed712da76a90f49b9d9cd5d6155fa394c223

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a68eda414e46aecf0ae50f552ed2e408524bd554]

        make the script more python3 compliant
        
        Change-Id: Id23b4890f121c0ffeb7aca4888e1e1d4d3748b91

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e70d1cd3014ea9ff360d7cd203206332b7aa6cfd]

        some steps to getting mar signing working
        
        Change-Id: Id5a37530f2660866e83b6072d4d55b45da4a083d

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6ab65880418bce2747f860ae0156447741a82f0]

        don't use MOZ prefix for variables
        
        Change-Id: I4d4cf18c4665ccd14b3a2b93da215113e4f2e23a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db2e9dc8eb79bd5d1cdcaa5a895626de9eb48357]

        don't use MOZ_ prefixed env vars
        
        Change-Id: I35e2321986f6372fc05f3183b8f74580c259f054

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73ad39647bcb7259097ef9204d4c4c7280fd8b36]

        document the no-link to LibO libraries policy
        
        Change-Id: I6edec26c687c6b31d1847b0b568bda389d84f501

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [853e54226d628b9fc1ac4947e92152066222580d]

        adapt indentation to LibO defaults
        
        Change-Id: I652428a2f11f12d7a2b54d3d425fc6034e1cbbe3

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [011ae9799090faeb8729620396cc942aa2f8c153]

        obviously we need to use a LibreOffice registry key
        
        Change-Id: I445c5c66f4363b5f20e140b3620a3ece84d73d23

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1736191e03302de4ed46bc42ba012d498db34a7]

        start writing the update.info file
        
        Change-Id: I22e8c2d878413ae1b4d61a20c054e04da9d6ccb1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38c8bd997713986cf7053737f480a044b7249cf0]

        an URL is not a path
        
        Change-Id: I15a576a4b529d5551b72955212db7f10277747e3

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2a62b3385c01467317922caa34dfda7d66e182b]

        also include the platform into the build config
        
        Change-Id: Ia586e813b33dde0e0b2468c54bed9471c03e8c5a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1cb373677452b70bd24e9af6b2a725d6cea61474]

        change of plans, we are not going to use balrog
        
        Balrog makes a lot of assumptions about the Mozilla infrastructure that
        we can't clone. As an example the whole admin interface assumes an
        external authenication system, most likely LDAP. Also it would not
        support my plans for language pack and SDK handling.
        
        We will copy some of the ideas of Balrog but will need an own simple
        webservice for that.
        
        Change-Id: I2e31f3ef7887b19edcd248ddbd02a1965f71b3e3

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e4d49340bd235a7db8fde1d24dd1d63ddc4d571]

        use the new file based approach for the mar creation
        
        Change-Id: Ie025709b76960b1dd850fbb2d1f114f7a413611a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0272fd6b53bf5f1025e259b6749b5ba168cce48f]

        allow to create mar files for LibO with symbols
        
        LibO with symbols mar files are around 1.5GB. I'm not yet sure if they
        are really useful but at least we have the option to create them.
        Most likely the better option is to use the crash reporter and upload
        the symbol information there.
        
        Change-Id: I7c5af9ca3b52f7d712e60115bf23da22240160bb

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4165dd4e465a86ba6abe9afb3abfda5ef72493ea]

        add a way to create mar file from file
        
        We exceed the command line limit when we try to use the stuff directly
        so storing it in a file seems like the best approach. Currently the
        memory that we allocate in the new code path is leaked but as the
        program ends a bit later anyway this is not too bad.
        
        Change-Id: I87350c617e577a319ce4be37cbd707011c0bd502

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1bff19a2c0de2825bec287ffd64bee6bace3f448]

        add makefile part to generate mar file and update info
        
        We still need some parts for the partial update files but we already
        generate the build information and the complete mar file.
        
        Change-Id: I2ae0de0b83518bc3093848b66b6f3054ebd388e1

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27e63fa4c95e5f756ac8dc5029e7bdba36e69a8b]

        add configure setting for the update channel
        
        This only makes sense with the mar based updater and is currently only
        used for uploading the builds.
        
        Change-Id: I8baec67419bd1042e89d0373ca868973b23d8a5f

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [132c9f88f55e2ce2ee9e66b9c6bbd9cd6037b36a]

        apply the mar file after downloading
        
        Change-Id: Id793ecc7954e1bb8f6859a7fbb3f4aad6e84fb37

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [569269078576fa832143ec4f0bf03283ff358f48]

        improve the update checker
        
        Change-Id: I78fff95e835d5480c84fc334ee6cd716be531163

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b5e6406cc6c49ab09c075b091d444d26ca68985]

        temp
        
        Change-Id: I5a3b395d59727be83d4e0a1bdf37f82500f99853

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c3b05f2d571b58ee2322a942162ecec654544dc]

        improve update checker and update downloader code

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed7360235f039b1df17ea743058e59d6c4ee947a]

        install onlineupdate executables correctly
        
        Change-Id: I9bcb23ff9e953d9c5e42e10804031e1537c4b774

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b221bbc5f85e8d8ade648badbb73dc4892ed6dfc]

        add files to send update info to balrog server
        
        Change-Id: Iffd2c87987c7bb0b3f892bf8b3038822daf67439

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de4678e4ea0e3983bee9238722a65fd6fc32f847]

        register the new updater properties in postprocess
        
        Change-Id: If5bcfddc627f77cf4a7cfb9eb32ec9f29e5072b9

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07aa4459830e257242d0f01ad849c622a7f3eadf]

        indentation fix
        
        Change-Id: Iff26d67f13e2801b77e9fb9ad77399b5956fe324

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ec49a08d1ad896f7c0902510f5da463651c392a]

        make it possible to use mar feature in ifdefs
        
        Change-Id: Ibfaf3ec8bf9a1e831ac18ad5ff7f2c519d9cb56f

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [961ee71303c29b2c9d974c7221fdd4433eddb4ea]

        remove more references to GONK
        
        Change-Id: I8d51cc42161c3dee5b7a6a791e724cb939e3fc64

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7741ff1df49abd1bea10e24dfb63cc9de2335510]

        remove gonk reference from build files
        
        We don't use the build files but they are useful documentation. The GONK
        case however does not apply to us at all.
        
        Change-Id: I2be03d973110957aef93da17ac3b21e9142563d2

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc7cd19e7f09db79ee8fb30571dcd39a9be5a187]

        remove mozilla certificates
        
        Change-Id: I673ce7f7099a2af3ea3d16c01776d24420bbb3be

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf6e88f4a8a5b159dafa83c40fc642038ec54c52]

        don't run the updates when the updater has been disabled
        
        Change-Id: I9cf046d94ec0db2af965380f6e0935f0193e427d

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd59845107509d8e7f0caf99d3c1fc142d83d4ca]

        fix descripton of the updater configuration properties
        
        Change-Id: I2db29360dc26b4e83e851c3b1b504ef4748368b9

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16051c9ad66d55149ad6a963cfaa9e351d2ea7ea]

        first version of the two step updater
        
        Change-Id: Ic449b625843c2aaaec69a95d25fbdafd45bb7409

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8a62913fe6cbc2905457b096bb6997e6c718164]

        we use a static lib for this now
        
        Change-Id: Iec7ba672ec5be5422a110bc8c09eb77cf31611be

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2cc10a49c21d9998fd5e03bf89609bbcb83534ed]

        only compile the windows files on windows
        
        Change-Id: I489aa2877ff23b556ab587a0fae5125de3b76d21

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89805e1cf7198d7a138f5ea31f4d7db5748408e7]

        remove unneeded parts from the updater code
        
        Change-Id: I6643d00572eceb5c934ac9ecd0edc61da60a3043

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8acdb0206da315bfff57cc755192e2480fa070b0]

        add initial version of running the updater
        
        Change-Id: If21aa08ec4f535d79e6f5cbe6fc1a10626752bea

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5063dfd6d5f76ee9a9a0893cf4c99666933f0334]

        we only want to build winhelper on windows
        
        Change-Id: Iae098ef00d000099e13c54349ba37619e545fe4a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30f275d5fc25f79f1dc6225d53ef6353030077ec]

        make the updater code also work on windows
        
        Change-Id: If533ba273237d35cad11fec296e7c48cbc2cd2f2

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e0c634d885a4dc3880f1b15f93b82837872c59b]

        fix unitialized memory
        
        Change-Id: I743df0c568984a1effef34be5a3190a10647e092

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2872098f75b348c33deba2be3665317b76ce69a9]

        make the winhelper library compile on windows
        
        Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2]

        compile as a true c++ oject
        
        Change-Id: Id37074b695e096a057c818a80e3567015422bfb6

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53c407f850fe87b4b1d88bae40334c47bffe9756]

        temp windows fixes
        
        Change-Id: I86972657e333821a153bb0c1e154f22841f624e5

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69a947ebdf41114f647645e51b81083bbb0eb1e6]

        we need to link to nss
        
        Change-Id: I94940d1146430980f11d9dcb1e6c538982a31a1c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [225805eb2ebbb5b30a3cccf87270534b82fdee48]

        use the new winhelper static lib on windows
        
        Change-Id: Iecb4328e4c665f7dd24fa7c6a66c3328942fb196

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4f99f35f40ba59fdab476a2483497a31dc68a24]

        add files for starting windows process
        
        Change-Id: Idb2d6a43c8bc86a51fb8e5b937784bedc05a0308

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3569a0f592f63e10cd9c5154ae4706dda2e61a25]

        include the new files into the build system

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06dcc803cf74831d9288c03fddc6b26a2ad5b7d0]

        add files for the new update service on windows

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9870d31aa59258b79371d2b31d2d8d2e6111cefd]

        add script for incremental mar generation
        
        Change-Id: Icb444e71d62c69d83e4c0a2ab78f6eeed4d80a1a

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a2b087645cc1363b9d8fc9ca5fa6257d6da3263]

        start work on the updater service
        
        Change-Id: Ic0b98c859cf2115195a75e9521c35ef32bd8b833

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed267696b5b0922eff08823c300f94ff060aab50]

        add makefile parts for creating mar files
        
        Change-Id: I004af6b1a5aaa87869ad316dedde1777d2f3cf95

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83b512a15ead126259c5f426087a784bf371b6d1]

        add registry part for new automated updater
        
        Change-Id: I34ebc8b971374dd7223f98ea6710b54240bda565

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [04f02c657eaed60690d250173f01766a0811dbcb]

        use std::thread instead of own solution
        
        Change-Id: Id3d71897127c7af39688c9071dbb0e04b08fb327

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d16d987451468f09146f22dd93ab1ea6902308d]

        add script to generate complete mar files
        
        Script is taken from
        http://hg.mozilla.org/mozilla-central/file/tip/tools/update-packaging
        
        Change-Id: I98237266f543441b98bc22e217eb70d87e6a007c

2017-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa89a464ca9c76332f533da0ab641da5acd00b52]

        conditionaly execute tests that depend on additional fonts
        
        Change-Id: Ie32c69d0ec66006807adfc58ea956a8a0906d238
        Reviewed-on: https://gerrit.libreoffice.org/37798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d57e6cd9dcc96112994ca2b14ac45896e86b26e5]

        Updated core Project: help  ee2a29423da11c4f61ce4ca2176383d1a631ec84
        
        Clean up some <emph> tag vomit
        
        Change-Id: Icd5b0e048e4dc2824302d6a92c30a1d22bc2b750
        

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [52ef15cbdb428596b562dbbbc92ae2fcf3473890]

        Revert "Fix typos"
        
        This reverts commit 26a67002fcb9381b54de6cae1aaa37120d49066a.  "Iff" is not a
        typo, see 2a65bf32ec270484dcea4d22d3c93552dc0c24dd "Revert 'Typo: iff->if'".

2017-05-18  Julien Nabet  <serval2412@yahoo.fr>  [6bde2e93a2e0f94bc2263928cb27c4b85827822d]

        tdf#107176: just return initial selection when there's no range
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=107176#c2
        
        Change-Id: I606b7f248821bb24b3a9026ecd26a9bc93971748
        Reviewed-on: https://gerrit.libreoffice.org/36582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [18aa83acfa243741eb4c79a2e11aec6eaf1a9f02]

        tdf#107782 xmlsecurity PDF verify: handle empty X509 certificate
        
        Leaving Signer as an empty reference will do exactly what we want: the
        signature will be considered invalid.
        
        Change-Id: I25d7cbd260384110173fe953fc24f3dcf6b9acd5
        Reviewed-on: https://gerrit.libreoffice.org/37770
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [419a90a0d3f25087624ef741fb8ebac92caa1a2f]

        conditional execute test that depends on additional fonts
        
        Change-Id: Ib08cba9074eb6d8149eac518794178c4f72998f0
        Reviewed-on: https://gerrit.libreoffice.org/37784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [26a67002fcb9381b54de6cae1aaa37120d49066a]

        Fix typos
        
        Only replaced "iff" with "if"
        
        Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581
        Reviewed-on: https://gerrit.libreoffice.org/37782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [700e262a4943a6d279cc4800bb9bd173aff0c3e1]

        Some manual loplugin:comparisonwithconstant fixes in macros...
        
        ...and other code where the plugin wouldn't rewrite automatically
        
        Change-Id: I84cac6398cd100e9830ef7e1944f32a8af048534

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [c345299186841ccb1fe846f6f277039c188941d6]

        Remove parentheses around some comparisons
        
        ...where Clang would otherwise start to emit -Wparentheses-equality as soon as
        the order of arguments were switched by loplugin:comparisonwithconstant
        
        Change-Id: If064c2c6e2f81478154395137138b71f2d1c6534

2017-05-18  Jan Holesovsky  <kendy@collabora.com>  [1be2684512e5ad21526c65ee04acf2c71a8691b6]

        sw lok: Make the default for the Web view larger.
        
        Change-Id: I943711e084adcfa0af2a79cf83d5c3e1b6dc45e6
        Reviewed-on: https://gerrit.libreoffice.org/37758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [8b1101023f01b2c7478a014b5ead73ada4fd4861]

        drop toString
        
        Change-Id: I0f67c8931523bbe90bfbc8cc7d9a5bd523758ee5

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [19e3af45fc8b53092f79e44485ac46b2ac80a197]

        Remove some dated configure checks after LO 5.4 branch-off
        
        See b167466147baec95a3b123a07d648fc2589bc3c9 "Remove HAVE_CXX11_CONSTEXPR,
        always true now" and f4884d051f1eea07a0fe371834cb7c1da1cbee07 "Remove
        HAVE_CXX11_UTF16_STRING_LITERAL, always true now".  By now, any outdated
        builders where this would fail should have been identified and taken care of.
        
        Change-Id: If36354210f847718a507da490ccf158db8cea34a
        Reviewed-on: https://gerrit.libreoffice.org/34922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [7f60978b2ccd0e17816b78bde60c6e0e60a9d52e]

        Related: rhbz#1367846 queue and merge scroll events
        
        Change-Id: Ib45f61bbb35bd240829491ac8a79803222974778
        Reviewed-on: https://gerrit.libreoffice.org/37779
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [5206b0376dcd511843f0e6cb072fe4184adcc487]

        external/libxmlsec: Pass down gb_VISIBILITY_FLAGS
        
        ...otherwise ASan build started to fail in CppunitTest_services with
        
        > ==16664==ERROR: AddressSanitizer: odr-violation (0x7f4583587440):
        >   [1] size=35 'xmlSecNs' strings.c:22:15
        >   [2] size=35 'xmlSecNs' strings.c:22:15
        > These globals were registered at these points:
        >   [1]:
        >     #0 0x44f410 in __asan_register_globals.part.11 /data/sbergman/github.com/llvm-project/llvm-project-20170507/compiler-rt/lib/asan/asan_globals.cc:358
        >     #1 0x7f458295cded in asan.module_ctor (instdir/program/libxsec_gpg.so+0x197ded)
        >
        >   [2]:
        >     #0 0x44f410 in __asan_register_globals.part.11 /data/sbergman/github.com/llvm-project/llvm-project-20170507/compiler-rt/lib/asan/asan_globals.cc:358
        >     #1 0x7f45833cc28d in asan.module_ctor (instdir/program/libxsec_xmlsec.so+0x5da28d)
        >
        > ==16664==HINT: if you don't care about these errors you may set ASAN_OPTIONS=detect_odr_violation=0
        > SUMMARY: AddressSanitizer: odr-violation: global 'xmlSecNs' at strings.c:22:15
        > ==16664==ABORTING
        
        after cae5f2a543b31552ccd9765aca5eb514fa694e07 "gpg4libre: initial GPG signature
        generation"
        
        Change-Id: I689241df52a7e878bfbd2d3dd6409bf0c104638b

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [db5918f5cdf95f6d47adb250265253c5a186a5c7]

        Replace macro with function
        
        Change-Id: I41603579d71190b60e6b7c349b2296120757e4f2

2017-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [54ad4ef4f1d50bb4e4ce08b3600157471af2f565]

        tdf#107862 test case with outline mode and subtotals
        
        Change-Id: Icfccdb3689a642a96e1666c499728f4ab8106578
        Reviewed-on: https://gerrit.libreoffice.org/37741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2b675ddf550af524c1596c969dde1826865c8ad8]

        tdf#107862 ignore subtotals in outline mode and empty rows
        
        Change-Id: Ifb469193d4f7b3a5f48ab1ef15ae9f5996bfa608
        Reviewed-on: https://gerrit.libreoffice.org/37740
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3af243a4facf67e4575513da00ce9921daf7eafc]

        Updated core Project: help  9b2ab190af0db946c0ceb57d45ac6778fcfc2e6e
        
        Fix several mistakes flagged by translators
        
        Change-Id: If2e081fa32ec82250514c59d820adb5fa071669b
        Reviewed-on: https://gerrit.libreoffice.org/37743
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [fd71a6099c0f77279bfc9da8d3268a716adc5a7a]

        Updated core Project: help  6f947c50faf2969405749fc118659d9d9934eb91
        
        tdf#84675 (part4) document VBA macros support
        
        Change-Id: I61f60fb4f3ac27604a71972f0c1d8a7e9effdcc4
        Reviewed-on: https://gerrit.libreoffice.org/37735
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [09a69222ffac4b053e792171e8e9d9abf5899b39]

        Updated core Project: help  a50d8ddab0d6037ee72424a21a18b9d07d53bdb7
        
        tdf#84675 (part3) Document Basic constants
        
        Document Basic constants more explicitely.
        
        Change-Id: I76958041552148cc65e5bfb49eed6944991a0637
        Reviewed-on: https://gerrit.libreoffice.org/37705
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-18  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ee04acf86ebaa54348e64d9b5721edc77eaf11de]

        Updated core Project: help  115035ec9e29cc0db7837a52cd7ee8527526d6b1
        
        tdf#84675 (part2) Document hidden BASIC constants
        
        Constants for TypeName/Vartype
        
        add tablehead style
        
        Change-Id: Ic613e1552af96df4a57d461600e26c11d5b289c2
        Reviewed-on: https://gerrit.libreoffice.org/37692
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [4544256d6e9fd502ec3cb94a834a8ca804b963d8]

        Replace macro with function
        
        Change-Id: I005622c607a5a3dcd31b46f6e819546b7ece630b

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [a633ffc88c438e4af436c0e66c21ffffa8a6f8c9]

        gives names to mysterious 500 and 501
        
        Change-Id: Ie2b02f10ab100ce11330d1a0808e60a02394e230
        Reviewed-on: https://gerrit.libreoffice.org/37750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-18  Eike Rathke  <erack@redhat.com>  [1469a83ca1d712e30131597d70dad1b3eb322175]

        Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()
        
        Not only to have more concise code but also to avoid setting grammar
        twice if the actual grammar differs from the document's default one.
        
        Change-Id: I7bfd151c22c48a40aea05f5f983fa0370d9fd9ae

2017-05-18  Eike Rathke  <erack@redhat.com>  [47a0e1554add5cc10c068275697108a663cd7a9a]

        Always set a grammar when constructing ScCompiler
        
        Otherwise mxSymbols is null, which is rather unexpected as the past has shown,
        see commit 63843a97262ccfa38d838a9cbbc3faadba8290a6
        
        Change-Id: Id4c13a5f50e711513a71a7d6cd6f87b4112b1f1d

2017-05-18  Eike Rathke  <erack@redhat.com>  [730622df7c0e97917c3c0d53b1ec03691d0afb74]

        assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIED
        
        Change-Id: Ie23a5a98e9bc6dfbd5d685c482fb358ac3822845

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [9b51d16771175b1245f755d28877fd61a0b432a1]

        Remove unnecessary restrictions
        
        Change-Id: Idc0db273f7ad2d6b11113752ca01a1f2a327e991

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [a7551b34adf847777de976fdaa3a3432448eea3b]

        Rewrite in macro arguments
        
        Change-Id: I6ae619edac26fe06d1f86f139b7cf71ce31146d4

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [64e5915b7a2c07c740aae25a4a6d00a306e704e4]

        Avoid nested automatic rewrites
        
        ...which would come out garbled.  One place is
        
        >             bool bRet = SfxItemState::SET == pSet->GetItemState( i, rAttr.Which() != RES_TXTATR_AUTOFMT, &pItem );
        
        in SwAttrHandler::PushAndChg (sw/source/core/text/atrstck.cxx)
        
        Change-Id: I1486313b25850dc59e10edb38b8bd28a30e6aa63

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [8584b7f57c87b111526d5cc75cc1c45646ebf278]

        Refuse to rewrite in workdir
        
        ...instead of merely getting a warning from PluginHandler::HandleTranslationUnit
        after the fact.  Such automatic rewriting should probably never be what one
        wants.
        
        Change-Id: I3829007224a197ebb4d55d24323b375cbbdf815c

2017-05-18  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [5477f7274e4df1210298c0f503a54eabc0f06bfc]

        tdf#100072 zero height of shape's path was causing geometry errors
        
        DOCX custom geometry shape's path width and height are now used
        independently for scaling calculations.
        
        Change-Id: I368dd4dc065b8f122c4eb2911261e45047f03c70
        Reviewed-on: https://gerrit.libreoffice.org/37639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-18  Julien Nabet  <serval2412@yahoo.fr>  [63843a97262ccfa38d838a9cbbc3faadba8290a6]

        tdf#107920: Crash when using ScCompiler in condformat
        
        Just call SetGrammar from ScCompiler object with grammar of document
        See bt in https://bugs.documentfoundation.org/attachment.cgi?id=133382
        
        Change-Id: Iedf4b88f2821bbcf728e4b1c023041fd6f10e5f3
        Reviewed-on: https://gerrit.libreoffice.org/37739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-18  Eike Rathke  <erack@redhat.com>  [e4e093b90e9a2d65cb538ec0e752ba51d75b4b0b]

        Add comment about precedence of Wildcards over Regex
        
        Change-Id: I053c8ebb328aaa3b577283af17b6540b997e3dcc

2017-05-18  Arul Michael  <arul71.m@gmail.com>  [47cbf098ee6019a2090b2e933439fd4aa399ed20]

        New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-up
        
        Adding new Hintid for HideRows so that we notify only formulas with subtotal
        and aggregate function for recalculation. Added unit testing.
        
        Change-Id: I44f2e45acaf697f91744bc8202f27b218faa5b43

2017-05-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7c4ad801bf9812851d911aca1a6c8d8a965f475a]

        bump product version to 5.5.0.0.alpha0+
        
        Change-Id: I131165b9fc6005d71e02432499647a252ef3e78d

2017-05-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9feb7f7039a3b59974cbf266922177e961a52dd1]

        Updated core Project: translations  ffe364726be8d78394cc5080d928b354e65febfb
        
        another update of translations for 5.4.0 beta1
        
        force-fixed using pocheck
        
        Change-Id: I9e116bae500ed37d06b66397f2d815fb2e5dd22b
        

2017-05-18  Aron Budea  <aron.budea@collabora.com>  [ab34329ce2c5d6c1e340155e1b2f6d65f5fb162b]

        Respect read-only config items in Options/Calc/Calculate dialog
        
        Read-only state is now read except for settings in General
        Calculations (except Decimal places).
        
        Change-Id: Ia947f6657ae5638c414bf4e82fac314b5993f4c5
        Reviewed-on: https://gerrit.libreoffice.org/37546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-18  Henry Castro  <hcastro@collabora.com>  [3f5143f5b8699afd75dd80cc69e5a9c021e7c5ac]

        sc lok: fix wrong assignment aEnd.X()
        
        In tiled rendering case, the window size is small and the end
        point will be cut, then result wrong invalidation area
        
        Conflicts:
        	sc/source/ui/view/tabview3.cxx
        
        Change-Id: Ief49c5f47bbc69485354ab396c7508db9548f82a
        Reviewed-on: https://gerrit.libreoffice.org/37737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [9fb691adb459bf027aa71ef4bb1b7df0d987c099]

        basic: Fix broken unit test for Join()
        
        Change-Id: Ib9768097d73fe664e24da4c3989141e87342a34e
        Reviewed-on: https://gerrit.libreoffice.org/37711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1399191e0a18ac5cae0d63319a48864f1f481e7]

        svl: remove redundant virtual keywords in SfxGrabBagItem
        
        Change-Id: I6e336491da7490390970b670b1c35e2c860f43ce
        Reviewed-on: https://gerrit.libreoffice.org/37745
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [2228203a8211dea1c8addb98298096a094ec788b]

        Don't run CompilerTest_compilerplugins_clang with COMPILER_PLUGIN_TOOL=...
        
        When COMPILER_PLUGIN_TOOL is set, solenv/gbuild/LinkTarget.mk uses the (plaform-
        generic) gb_*__tool_command which don't know about the COMPILER_TEST flag (as
        gb_CObject__command_pattern in solenv/gbuild/platform/com_GCC_class.mk does), so
        a top-level Clang
        
          make COMPILER_PLUGIN_TOOL=...
        
        will generate spurious warnings from CompilerTest_compilerplugins_clang's
        compilations done without the -Xclang -verify switch.  This solution is a bit
        hacky (e.g., it would be better to handle this more centrally in
        solenv/gbuild/CompilerTest.mk), but effective.
        
        Change-Id: I58e9a76207065d9f6050a1ace6fc85c5a26882f8

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [2fec2ab3adc7686df3548afd86939d28d032dfcf]

        SVT_RESSTR can go now
        
        Change-Id: I641fbea510d56cabb440f894aae938430ce30ce0

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [1807db242a09f11235c76499df14210b0880fa26]

        DBACORE_RESSTRING can go now
        
        Change-Id: I0d1f5372dc6a29af62d3d85c5f771e1e8884626e

2017-05-18  Jan Holesovsky  <kendy@collabora.com>  [4ebc17755855df3a3c1f07a8f5a829d555040d34]

        html import: Don't create HTML: <meta name="changedby" content="..."> postit.
        
        Change-Id: I8deea3b60d9bb86c20539be2ad23e6b07f44e51b
        Reviewed-on: https://gerrit.libreoffice.org/37729
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [cda860a8c99abfee6b37dda37351f0b45a7c9616]

        can drop CUI_RESSTR now
        
        Change-Id: I2e2319e661614dc8ba464479324b4719bcfa120e

2017-05-18  Caolán McNamara  <caolanm@redhat.com>  [3d54ea1fffb5fa6b1606867cb3b7cfc93c5ef157]

        can drop SCH_RESSTR now
        
        Change-Id: Ic9e82098101cb184faec6b3f7fe4c821f5df3278

2017-05-18  Stephan Bergmann  <sbergman@redhat.com>  [df8d092c3a3c65bc23bc3c1da281cc4cb10a1e3d]

        Adapt pathname checks to mixed usage of \ and / on Windows
        
        Change-Id: I91bc89a9076c6642e06b238f65f2d31a1d20c6b5

2017-05-18  dilekuzulmez  <dilekuzulmez@gmail.com>  [33cbc99fea5a3e4b87e883fd60ec97d4503109f3]

        tdf#99589 tolower / toupper - dangerous to Turks ...
        
        Change-Id: I9b3f63ce6517674c42829fb27611425545bc6978
        Reviewed-on: https://gerrit.libreoffice.org/36565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-18  Dilek Uzulmez  <dilekuzulmez@gmail.com>  [7902ac9fbcdbaefa5ec4e7d8d07c240aecad346a]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I37ab94954f30ad24418ee7453911557ded4f5ee8
        Reviewed-on: https://gerrit.libreoffice.org/37707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c667669cf9a71d10db2add32d8b592605755ee1c]

        gpg4libre: fix windows build
        
        Change-Id: I66b809bbf2f5ab5d9c1eaf40ba8f2c91f4bc8007

2017-05-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [cae5f2a543b31552ccd9765aca5eb514fa694e07]

        gpg4libre: initial GPG signature generation
        
        * takes XML-Sec signature template
        * calculates digest for all added reference streams
        * produces signature value over canonicalized signature template
        * writes same as detached signature into template, streams that out
        
        Change-Id: I303e080dc25c440175fe1ae897f03cf356d5d0f2
        Reviewed-on: https://gerrit.libreoffice.org/36106
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c05834a363535804d2cf5892704e19a5bb4f966]

        loplugin:unusedmethods
        
        Change-Id: I1c50d176e793397a1f9625f797a3750cf191a61c
        Reviewed-on: https://gerrit.libreoffice.org/37679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [60861faa8653afebb504cfbcaeed633d2373a27d]

        loplugin:comparisonwithconstant in basegfx
        
        Change-Id: I6953640a1aa2e58fe2ea6555291c4f4a5271770f
        Reviewed-on: https://gerrit.libreoffice.org/37680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-18  Tor Lillqvist  <tml@collabora.com>  [d89fa2bd4944625e2dbe56d5709a3f126db24f21]

        Clean up a set of RTL-related comments
        
        It is fairly pointless to have a comment like "--- RTL --- (mirror
        mouse pos)" in front of code that obviously is related to RTL anyway,
        like "if( AllSettings::GetLayoutRTL() )". Also, the fact that many
        comment were exactly the same indicates that they has been added as an
        in-line version control change marker.
        
        In other places, comments were informational, but no need for them to
        include yet another metasyntax, "--- RTL ---". Just "RTL:" works fine.
        
        Change-Id: I20feef308ed8ac9d32a8bf440fc20b442753c4ff

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [e5736b9e4ded62cdeaa49649763392779d312e0a]

        Revert "Popup menu controllers never attached to empty menus"
        
        This reverts commit 005f4a75e129dcbc74261b90432e2944ca99b131.
        
        There might be however old profiles/documents with this
        behavior. Let's revert for now.
        
        Change-Id: I2ee26287b7bd64e01a9b6b0a9586d70e63b9c83d

2017-05-18  andreas kainz  <kainz.a@gmail.com>  [84123b2cdb61479b52bb49ed5e164e8ec4691bb8]

        update verticaltext icon
        
        Change-Id: Ib026981fdd4145fb7925fd0dcc0987c4ff7e416d
        Reviewed-on: https://gerrit.libreoffice.org/37521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-18  andreas kainz  <kainz.a@gmail.com>  [6ce1d363bbb750bdfb499607faa4af29ccaf0097]

        update breeze links.txt file
        
        Change-Id: Ic6ffd72a8d58c69bf00e38ac4b07c5819342cd34
        Reviewed-on: https://gerrit.libreoffice.org/37733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-18  andreas kainz  <kainz.a@gmail.com>  [e121f5472f53f529576df49f04b25014225d6736]

        update c_text file for small and large size
        
        Change-Id: I5df20b2f8a94d898c926f271d03ee079596a5e63
        Reviewed-on: https://gerrit.libreoffice.org/37441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-18  Szymon Kłos  <szymon.klos@collabora.com>  [08de2c31cb0da07ffc23f813379f810607e1cc7e]

        Watermark: Insert watermark command
        
        * added new command .uno:Watermark
        * if no arguments are provided the dialog
          is opened where user can enter the text
        * with provided Text argument the watermark
          is created
        * created SfxWatermarkItem to transfer
          watermark properties
        * dialog loads current setings
        * SetClassification use SetWatermark
        
        Change-Id: Ifc1319f5aa7c11bb141f8e4b5b9a5088613021c2
        Reviewed-on: https://gerrit.libreoffice.org/37599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [3884bb38f0712b6b1616b5d788cd00e90b14fcd3]

        Remove slot usage from MenuBarManager
        
        Change-Id: I9d6a8c541da3bfeb1fddbf8aa3c9cef6e37cc917

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [005f4a75e129dcbc74261b90432e2944ca99b131]

        Popup menu controllers never attached to empty menus
        
        ... in our xml files, only to plain menu items.
        
        Change-Id: I1614a1b31a05e08cf317d2637d64d3e450855fc9

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [7e6b62825032ff6610ab83c3e4f3b7085d2def0c]

        Use WeakComponentImplHelper for MenuBarManager
        
        Change-Id: Ia0c47186f5f266d512c02e92d7983872e207f878

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [29dd77c749f6bdae19ba1e81b0470f9009c42537]

        Use CommandInfoProvider::GetModuleIdentifier
        
        Change-Id: I09f23360259e794ab2a0d8ad6d8bf6fc18d08597

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [7d2ca8f226e3566e7e097f2eba940d98c5b5089e]

        Remove the useless AddonMenu and AddonPopupMenu
        
        Change-Id: I3022d609e813d90e52990b570aa471540c9e2c18

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [fb1814900590e3a6d60a877fdd897aa6b9aaba97]

        Clean obsolete code from menu document writer
        
        Remove special handling of New, Wizards, and Addon sub-menus.
        Many years ago they used to be injected into the menu structure
        at runtime, so we had to not write their contents back to xml.
        Now we have a clear separation between the contents of a menu
        at UNO API level, and the actual contents of the VCL menubar.
        
        Change-Id: I5e791e8963faca9f26ad31c9b4e6b8763b70d1d9

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [de67c7b13f984b10cd745510783298b110d63ab2]

        Unused consts
        
        Change-Id: I4ff37a15fd7aae8c0bb1b9aea60c0ca33a1e520b

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [d5d020327bdd37cf490a2e1931d5d8dd6f221dbb]

        Remove sfx2 include from vcl
        
        (And we don't have menus with item ids from sfx2 anymore.)
        
        Change-Id: Ic4d0f3c6a2d15cfda6498617a45ba2e25b5dd7f1

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [3f738f81398095377ac736c2363be84141e25b9a]

        SID_ADDONS sdi slot is unused
        
        We only need a label in officecfg, and an icon in icon-themes.
        
        Change-Id: I88482f85b282742c5d6dc7f6ec7ba6442c09a639

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [33900a71ab7955d9d2d6009e58c5b5b149c1ce0f]

        Addon items will get their icons in Activate anyway
        
        (This piece of code is about the "OfficeHelp" feature
        of Addons.xcu. "AddonMenu" and "OfficeMenuBar" use a
        different MenuBarManager ctor, which never calls
        FillMenuManager.)
        
        Change-Id: Iab9ac5c606dd23a208de7f99d2883168fd2b588a

2017-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [598d033c1f345b0f84e43ec7ff2b21fe8c4ce062]

        Fix AddonMenu icon
        
        Another victim of tdf#96059. CommandInfoProvider can only
        handle .uno:Something, not slot:12345.
        
        Also, given that we're using the .uno command name, we can
        just get the label from officecfg, dropping the local
        framework string resource.
        
        Change-Id: Ia0c32bacb67699311f6bbbec0f350321802f75a0

2017-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3a72afd05536b291be1a2e8bce5694fe632407d1]

        Updated core Project: help  7d4439d5b834de3cb9b7d0d1dc8afe41d30c76b2
        
        bookmark is no valid child of list
        
        Change-Id: I29f56351df69aca3f04d4a88f1a44073f120e327
        

2017-05-17  Caolán McNamara  <caolanm@redhat.com>  [5ba99a8055faa6c2c4e5e69c5874d4d01abc5e8a]

        drop IDE_RESSTR
        
        Change-Id: Iee1479d472d224bdf19890bbac29d9eeb4e3d00d

2017-05-17  Caolán McNamara  <caolanm@redhat.com>  [e049dd5f11dab0b29b85d8977a78cacef1ee22f9]

        AVMEDIA_RESSTR define can go now
        
        Change-Id: I9220cae493facf05d5ee9a9bb341a14e6448c2a5

2017-05-17  Caolán McNamara  <caolanm@redhat.com>  [d47d1d921570c8055491c4ed8894b371f1a0e6ee]

        FwkResId and FwlResId are the same
        
        and FWK_RESSTR/.toString can be removed now
        
        Change-Id: I7d2d56681fc9be31948bbb4dae737a75cc59d065

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [ffb1d4ea965c83651dc4086ae94a031916959a8a]

        Fix integer types
        
        Change-Id: Ia2dc32929da789622ed98764944d4e412a296639
        Reviewed-on: https://gerrit.libreoffice.org/37723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [fe45f18fa507dfcd2ea87b8b1969e730a6357d16]

        BOOL -> bool
        
        Change-Id: Ie1ee8b93753e03326d2a121dcd18a1b6a7038ce3
        Reviewed-on: https://gerrit.libreoffice.org/37722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [4d913a2f47a062eca5b46bd0e0a594f7aef656e7]

        wchar_t -> sal_Unicode
        
        Change-Id: I8e4f11225e5020159cfd373bd6c0526541d7cc65
        Reviewed-on: https://gerrit.libreoffice.org/37721
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [48e4bf5de26cdbfc654050247b7c7d0c50168caf]

        Remove unused VALIDATEPATH_ALLOW_WILDCARDS
        
        Change-Id: Ia006d66df7bf90e6b4da327cd1bcb06968cc72f6
        Reviewed-on: https://gerrit.libreoffice.org/37720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [56638d1a6d9baebfe27cbf82ccf0376926c6a530]

        BOOL -> bool
        
        Change-Id: I0cb5f19369ec5f61660a598288fd23700f5d4159
        Reviewed-on: https://gerrit.libreoffice.org/37719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [ddf08a9478ce8ea44f7b6d0ef04176e94fca2706]

        Remove IsValidFilePath lppError parameter; always null
        
        Change-Id: Ia13c62cdd8ff8b930f82d32310f10fa5279cae81
        Reviewed-on: https://gerrit.libreoffice.org/37718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [d23064ba4796a52d60167581d8c5e5b33c49c0fc]

        Remove osl_getFileURLFromSystemPath_
        
        Change-Id: I8dd11b2f4cc9f4f1f622181fe478a4c180eb2af0
        Reviewed-on: https://gerrit.libreoffice.org/37717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-17  Jan Holesovsky  <kendy@collabora.com>  [dd4adcd54bdff0b114560589872216a450fa6def]

        sc lok: Don't crash on comment undo.
        
        Change-Id: I3b8686e2d52359de2d99413e63d4a424ba1439d1
        Reviewed-on: https://gerrit.libreoffice.org/37710
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-17  Jan Holesovsky  <kendy@collabora.com>  [24a3a9c41a3e51f6b37831568ba968a4f69e72b7]

        lok: Update state of undo after a comment modification.
        
        Change-Id: Ibb6a902f928b951bd480e32cb1f91d100420dccb
        Reviewed-on: https://gerrit.libreoffice.org/37726
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-17  Julien Nabet  <serval2412@yahoo.fr>  [20d3a60b41bda2513723c145d919f584840b1056]

        tdf#107892: fix negative values case with maxifs
        
        std::numeric_limits<double>::min() returns positive value for float/double
        so use std::numeric_limits<double>::lowest()
        (see http://stackoverflow.com/questions/17070351/why-does-numeric-limitsmin-return-a-negative-value-for-int-but-positive-values)
        
        Change-Id: I0afce2d38c6936aeff26923182bcafd2f0008d9e
        Reviewed-on: https://gerrit.libreoffice.org/37693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-17  Eike Rathke  <erack@redhat.com>  [b65de20c31f470dfe8bf6dc32ecd68a36072bf50]

        Remove old cruft #if 0 debugger test cases
        
        Change-Id: I95ae76820a434ac1d295bea21f9bf77dab9a7e6e

2017-05-17  Eike Rathke  <erack@redhat.com>  [07797559153a330ca66ade146b47f2a2b0657c64]

        Add some unit tests for rtl_math_StringFormat_G
        
        Change-Id: I010c35905789d2c5f60f7f1c4d9ad4caf60146ee

2017-05-17  Eike Rathke  <erack@redhat.com>  [8326c48a1ac4855970f9232dba582a51461ac0b2]

        Unit test to ensure that calculating with the intersection works, tdf#96426
        
        Change-Id: Ia447c91d80b51f183d591a89a103ba68173a9d85

2017-05-17  Eike Rathke  <erack@redhat.com>  [67a4bb2204c841bf468504fcf5282787abc0e973]

        add unit test for Excel whitespace operator intersection, tdf#96426
        
        Change-Id: I8cc5d9fbb6a92545379288dc1648a6c68ad4ccb1

2017-05-17  Xisco Fauli  <anistenis@gmail.com>  [cdf6330ebc6f365a545c648eb6672aa51858c015]

        tdf#104649: Add uitest
        
        Change-Id: I0e1c757e4857ff11481230606a0f982d260c24c0
        Reviewed-on: https://gerrit.libreoffice.org/33065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-05-17  Xisco Fauli  <anistenis@gmail.com>  [9d55ce72b69934d17360142f88a699397e0aa41f]

        tdf#107877: Don't crash if all bitmaps are deleted
        
        Change-Id: Ie21f8cf1ead7c75017ee09436102f87f5d5dc04c
        Reviewed-on: https://gerrit.libreoffice.org/37673
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c7c5a96ee3ca0fe06933b35e04983b6fef01b5f6]

        Use is() method for checkin reference validity
        
        Change-Id: Ib294a2555a8512d1ca31cf1edc92659b9d7638ed

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [414fd05699275b379ea9815e004497e591276c20]

        Make warning about missing nasm more prominent
        
        Change-Id: I07fa8b67dc5cbad7f216fa4eafb29120767a39a8

2017-05-17  Eike Rathke  <erack@redhat.com>  [70cb7757f971c4c16d1b0a5585d95816cd4382e6]

        Resolves: tdf#96426 more whitespace intersection operator in Excel syntax
        
        Handle also stacked token arrays resulting from named expressions like
        =range1 range2
        
        Change-Id: I1838af155f17b5e4f941e46895303caed75b6075

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [6a21827e976ddaba9a59e511de66d64592a6a14c]

        Remove unused var
        
        Change-Id: I187df1a6f5bf5d870820f60c6dca1ac3beb8cf22

2017-05-17  Paul Menzel  <pmenzel@molgen.mpg.de>  [e8918c464c7be09823bc8f5179080d7da0060de7]

        Use more secure HTTPS URL for dev-www.libreoffice.org
        
        Run the command below to convert all URLs for *dev-www.libreoffice.org*
        to use the more secure HTTPS URL.
        
        ```
        git grep -l 'http://dev-www' | xargs sed -i 's,http://dev-www.libreoffice.org,https://dev-www.libreoffice.org,g'
        ```
        
        If a redirect is implemented for the insecure HTTP requests, also one
        request would be saved.
        
        ```
        $ curl -I http://dev-www.libreoffice.org
        HTTP/1.1 200 OK
        Date: Wed, 17 May 2017 10:00:52 GMT
        Server: Apache/2.2.12 (Linux/SUSE)
        Content-Type: text/html;charset=ISO-8859-1
        
        $ curl -I https://dev-www.libreoffice.org
        HTTP/1.1 200 OK
        Date: Wed, 17 May 2017 10:00:57 GMT
        Server: Apache/2.2.12 (Linux/SUSE)
        Content-Type: text/html;charset=ISO-8859-1
        
        ```
        
        Change-Id: I99626ded90f72239f98ce76fd1b2760c31c34408
        Reviewed-on: https://gerrit.libreoffice.org/37703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-17  Caolán McNamara  <caolanm@redhat.com>  [f7efddff6621e0c6f967f7159cf929a108285c34]

        don't create a new ResMgr for each string
        
        since...
        
        commit f3f71b087d25966d39a4c883bbe0b60b27419119
        Date:   Fri Nov 11 18:25:37 2016 +0100
        
            Avoid -fsanitize=null
        
            ...during CppunitTest_filter_dialogs_test:
        
        Change-Id: I9c267816d013c27922621b6c8a75c53ce5b78bd8
        Reviewed-on: https://gerrit.libreoffice.org/37704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [d21f97659e8ab8028deaa6d237caeeda088ddb1c]

        Revert "Don't worry if there is no distro-configs/Foo.conf"
        
        This reverts commit 47bca2f06434346b556d4aa14b16770e0ae990ab.  I worry very much
        when some --with-distro=foo due to a typo doesn't do what I'd expect, and the
        non-fatal error message scrolled by so quickly nobody would notice.
        
        Conflicts:
        	autogen.sh
        
        Change-Id: I8e0938e28e5aa23b59c82bbd10db0018e32a44dd
        Reviewed-on: https://gerrit.libreoffice.org/37701
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [6a84b2b5d05b15c154f549b59c74bfe159a11045]

        Clean up local HTML_IS* macros
        
        Change-Id: I3711b055e180f9dbb5e7d2cdb95e8c9605ca8446

2017-05-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [6952d696439981962ad378aa28b0d16ea6e48f0e]

        tdf#100033: Frames with the same name are removed
        
        Allow to have frames with the same name. For removing
        real duplicated frames (generated by LO earlier)
        check other things also next to the frame name:
        position, size or whether the two frames are anchored
        to the same position.
        
        Change-Id: I191ae5128d0228eb85f78f065b44b1f0b3ba6dcf
        Reviewed-on: https://gerrit.libreoffice.org/37702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-05-17  Caolán McNamara  <caolanm@redhat.com>  [848ce52063cd611413e508b59e400d8ecd4c63d4]

        don't need a ResMgr here
        
        since
        
        commit 34f7e618ddd3399d9e7f3998e25545256255d02d
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sun Apr 30 17:01:32 2017 +0100
        
            untranslated strings are just strings
        
        Change-Id: Ie20e1a8fc7294b07a6142f8f6c60cf6ad1af7ac2

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [d4a5e6b42c4bef40aa5411dbb49bca364a4846b7]

        Turn macro into function
        
        Change-Id: I6df7a287da74e49857e7fa3f0ba1cf67ab3bc74a

2017-05-17  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [a425d31b07c54aab4d7d57dfaecebc17f39b6b12]

        Updated UIHints
        
        Change-Id: I1b0ac87da849073f826f5107f3b5fd165be90e42
        Reviewed-on: https://gerrit.libreoffice.org/37662
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-17  Takeshi Abe  <tabe@fixedpoint.jp>  [6c2a10e1d087feda458dbaa1a5b398e569e70376]

        basic: Fix broken test for VBA's LCase
        
        Change-Id: Icdbe62d4faa04b59a5cc11ea8f72f5e88f664a6d
        Reviewed-on: https://gerrit.libreoffice.org/37682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-17  Stephan Bergmann  <sbergman@redhat.com>  [4ecfc231b858e370cf62f7c5a0d5fb3073d25a9f]

        Show all available distro configs
        
        Change-Id: Ibecd89bb12b3e488a4cf25766bd6ffe5a097f135

2017-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [273da4e3d1d2a9fb10807d9300d5bac47e1e2584]

        xmlsecurity: use xmlsec API instead of patching out cert verification
        
        This flag does exactly what we need since xmlsec-1.2.24.
        
        Change-Id: I3ae052d4bfe564c3234aef2511ef82ebdb452ebe
        Reviewed-on: https://gerrit.libreoffice.org/37700
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7ae50f522f94987afe85674f6691fc37c55bd3d1]

        tdf#43535: add unit test for this.
        
        Change-Id: I4e6b27f82d1344ac77b02867e1e717c510a133b6
        Reviewed-on: https://gerrit.libreoffice.org/37696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [034be10413ed4915090678ad4f1d48596cf5e206]

        tdf#43535: support additional sheet protection options.
        
        New options are:
        
        * insert columns.
        * insert rows.
        * delete columns.
        * delete rows.
        
        Change-Id: I076b0d01bee0fff0623e2f1137c09938a6110939
        Reviewed-on: https://gerrit.libreoffice.org/37695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-17  Julien Nabet  <serval2412@yahoo.fr>  [296c2296f5565556eea9fab51563050f28bbcafc]

        Related tdf#107696: deal with non empty header without number
        
        See first case of https://bugs.documentfoundation.org/show_bug.cgi?id=107696#c11
        
        Change-Id: Ic76301cb10ae891901be7dd5a385356c1cc0523b
        Reviewed-on: https://gerrit.libreoffice.org/37694
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [32dc38e319b1d87ba6e5828b6ead32c568c81eff]

        fix documentation now
        
        Change-Id: I1583b0f7fb0f99166606e327cdda3bbdcbe698da
        Reviewed-on: https://gerrit.libreoffice.org/37691
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-16  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [eddb61e8f0a8edc26f0ad0fb9a14621a611020ec]

        Updated core Project: help  c18afa518a3f076885d2bd22520c6c5c4d4caf9a
        
        tdf#107298 Snap Position renamed to Constrain Objects
        
        Change-Id: I28f0809eedc6d23cf52a262a805e680bf3c39c1b
        Reviewed-on: https://gerrit.libreoffice.org/37293
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [96e145476b8ef1f0cb5299c470df2493ae689f60]

        Updated core Project: help  1d2c1291f700f729c28a209d2422a8d2f926e347
        
        Basic: add localize=false for some bascode lines
        
        Change-Id: I78884c0421ef8ad935ca7214b9116fda29d2797f
        update: remove duplicate empty line at end of files
        Reviewed-on: https://gerrit.libreoffice.org/33766
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [72bffbc475d6d93ee2999ae0a4bec334e1be059e]

        Updated core Project: help  c1b5c626539f3893c07c11380c5cfe94bc5f8d36
        
        Mute l10n for numbers
        
        Change-Id: I3fe0ef570e49899449444dad5f29107dc7534071
        Reviewed-on: https://gerrit.libreoffice.org/37689
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [f0eec7572dfa630f903e91ac44a41f3503112846]

        ExternalZoom and ExternalScroll are unused
        
        which leads to CommandWheelMode::ZOOM_SCALE becoming unused
        
        and so touch/touch.h is unnecessary
        
        Change-Id: I7cb9a4f6af2719deb0d768e35d514b59010daf79
        Reviewed-on: https://gerrit.libreoffice.org/37671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-16  Maxim Monastirsky  <momonasmon@gmail.com>  [4e52299a6aff1386151223a99e7ed3a49496d967]

        tdf#107853 tdf#107854 Hide useless style families
        
        Change-Id: I9918cbbf6b030e0f1f0a5dee153bedc8a53f91d8
        Reviewed-on: https://gerrit.libreoffice.org/37688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-16  Julien Nabet  <serval2412@yahoo.fr>  [7865aa4c9e08e5dccf3627a68daf439a26e1bd4d]

        Remove unused mpVirtDev (vcl/textview)
        
        Unused since commit 72edb6967f245f0c99c6a61e0ce8d0a245600cba
        "loplugin:unusedmethods in vcl"
        
        + remove useless EraseVirtualDevice
        
        Change-Id: I1b932bb49e9f84e3ddb5c3ab69b3d1b3131233e2
        Reviewed-on: https://gerrit.libreoffice.org/37685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6e3f9d38c0bdeff606d36ce8daabd3ad8ee1b6bb]

        lok: sc: invalidate col/row header on undo row/col operations
        
        Change-Id: Ia0b2174cfcc3f2b3075e8f6eee1eb0f56b64db44
        Reviewed-on: https://gerrit.libreoffice.org/37686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ad605e2e0606ee2c5c0fb23b84a0f011af62d124]

        Updated core Project: help  f930a0c40fa65c778b9e6b2fa75d7581bb3f82dc
        
        Update menu entry for Insert Trend Line in chart
        
        Add emph tag in the same way as other menu commands
        
        Change-Id: I968b391485b1cb4fa8083704ca91fd44af087b1f
        Reviewed-on: https://gerrit.libreoffice.org/34644
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [963c1f40cdc0fa29027755c4dc0998cb8b286c4a]

        Updated core Project: help  90643687005e1a21c4067f253cc6adeda0c421e0
        
        Clarify examples for l10n using space as thousands separator
        
        Number Format Code
        In locale using space as thousands separator, some examples
        may be not correctly interpreted.
        This patch adds some text to explain how to solve this.
        
        Beautify a little bit some examples.
        
        Complete fraction description: any digit symbol (0, # or ?)
        can be used to described any of the three parts of the fraction.
        
        Change-Id: I5bab1da21b33cddfa0a63fbe5e3d53d64ed0103c
        Reviewed-on: https://gerrit.libreoffice.org/34755
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [133d06baefc5e36ae3b5a1713c3fded26cdabe2f]

        Remove unused var
        
        Change-Id: Id0266ad01eaabf2d9555e99f4a4c1c2300bb8be7

2017-05-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9c613898532510c85a118f3081bfc06cf6572683]

        Updated core Project: help  ab17f13c6d60d2d6ad7ff6ce3734ba81c77f881d
        
        Mute L10n in some <bascode> lines
        
        Change-Id: I2503568589b869b717f5c997434340d00892a275
        Reviewed-on: https://gerrit.libreoffice.org/37687
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [659c0227a50d298780d72902314e03df8824bc06]

        tdf#107889 DOCX import: consider page breaks for multi-page floattables
        
        This is the DOCX equivalent of commit
        6aba29576df7a2a40e54040d4dd09d94d6594741 (tdf#107773 DOC import:
        consider page breaks for multi-page floattables, 2017-05-11): a specific
        case where it's clearly superior to import a multi-page floating table
        as a multi-page one, rather than a floating one.
        
        Change-Id: I71a92d2b10e52e505665831caacad2948d22b4e1
        Reviewed-on: https://gerrit.libreoffice.org/37683
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d849231dd2064ebed96d17bf54286a33954304ab]

        lok: sc: make row/col header updating, on row/col operations, tab-aware
        
        Now, on inserting/removing or resizing a row/col, the row/col header
        invalidation callback is notified to another view only if it is
        displaying the same tab of the view where the row/col operation is
        occurring.
        
        Conflicts:
        	sc/source/ui/view/tabvwshc.cxx
        
        Change-Id: Ic65fd82b2e3009420c7b481e7e8c1ff8bb11bcce
        Reviewed-on: https://gerrit.libreoffice.org/37241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [7f2d6d8480f06434a1b5bc748ac2f3f80b2e71cb]

        Revert "lok: sc: invalidate col/row header on undo row/col operations"
        
        This reverts commit 76d47e6f63e11d3509339ade6203757d63582d21, breaks the build.

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [189c3a098e0ee5b64e2ab40c3980a2a654315468]

        Extend loplugin:comparisonwithconstant beyond integral types
        
        Change-Id: Id3a8fd5d8b9975d3ae49af0648b39454310495fa

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [e85fcef1af0c96b0e8334bd7b6256e0b02810e43]

        Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issue
        
        ...that had plagued 2e293a731c1559c9869dfcb32491bc600fc18e4e "new
        loplugin/rewriter comparisonwithconstant" (in sal/osl/unx/pipe.cxx), and
        auto-rewrite the remaining occurrences in sal (that the mentioned commit had
        failed to address, for whatever reason)
        
        Change-Id: I3dc3bae8dd92ba8bf576f6e06e7c9ee21f883661

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ea3ef1a2a06b7ac0fa9f618498f9caf48ebc40bd]

        lok: sc: selection overlay was not updated on document size changed
        
        Change-Id: I193f37d50ac3ff0ccbf7e39caab4bf25ed3c9a9c
        Reviewed-on: https://gerrit.libreoffice.org/37402
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [76d47e6f63e11d3509339ade6203757d63582d21]

        lok: sc: invalidate col/row header on undo row/col operations
        
        Change-Id: Ifabce9941541a615840163168af6fedaf54575cd
        Reviewed-on: https://gerrit.libreoffice.org/37243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-05-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [eb6f420ed24b6bb8469b233154ead57c80c7be06]

        Updated core Project: help  fd99f1798a440ccdfb34e910285a7c5c9a9ff08d
        
        tdf#84675 (part2) document hidden BASIC func/const
        
        GetAttr()
        SetAttr
        Valid ATTR for SetAttr statement are
        ATTR_NORMAL
        ATTR_READONLY
        ATTR_HIDDEN
        
        Others ATTR_* were not implemented, see
        
        http://opengrok.libreoffice.org/xref/core/basic/source/runtime/methods.cxx#4689
        
        Change-Id: I51b50c13709b668c935b9a68981c20545648691d
        Reviewed-on: https://gerrit.libreoffice.org/37576
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ae6b33cf20ff06bd059803fa03228e919987e1b0]

        Updated core Project: help  9a16735c5ebee4513d02b8f28b2147ec9407c18a
        
        tdf#84675 (part) document hidden BASIC func/const
        
        Help page for MsgBox function and MsgBox statement
        
        Constants
        MB_*
        ID*
        
        Fix: remove MB_DEFBUTTON1
        fix bug#
        
        Change-Id: Id8cbadc92a8e9c5902c3ff23b4e04bff3de3c03d
        Reviewed-on: https://gerrit.libreoffice.org/37558
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Olivier Hallot  <olivier.hallot@libreoffice.org>  [fa6e6fe53d22172ba50d3bfbcce883a012b8b64c]

        Updated core Project: help  eaac057360cb1801c4f8b433411a8c8d1a20a539
        
        Add <bascode> in BASIC snipets.
        
        Change-Id: I484036b9c9694a58f7f113b2cf1c04a1f0e2c4dc
        Reviewed-on: https://gerrit.libreoffice.org/37552
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [a40e0d00ba597a12de42334ee78af9c5fc68e65e]

        Remove dead rtl::Static instances
        
        ...effectively dead ever since c1758889cbd5e8e4afb1044425c908715eb3e1cd "Heavily
        simplified utl::ConfigManager" changed the references into them (rBrandName
        etc.) into non-references (for reasons lost).
        
        Change-Id: Ib77fb458ade9d9b53ec5c1cc1e38785a47c42c42

2017-05-16  Justin Luth  <justin_luth@sil.org>  [c7e31f492140a064d9c152583bda3d111c8bee83]

        tdf#107801 docx export: support w:kern
        
        Writer only enables or disables pair kerning (autokern).
        Word uses a minimum font size to determine which characters
        to kern. Since these documents are round-tripping through
        Writer, and every size is kerned by Writer, the minimum size is
        forced to 1pt and the original minimum font size is lost.
        
        This is a followup to commit 38b0c24fa5cbb4246e03d77ac022dfdc9fdede03
        for related tdf#105454 DOCX import: fix unwanted enabled-by-default
        kerning.
        
        Tested in Word 2003, 2007, 2013.
        
        Change-Id: I7678a544f455fd06bec5e7d864b5c27ab26bf6d3
        Reviewed-on: https://gerrit.libreoffice.org/37574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [b53c84af0a34aa9193b0e35363ca2ebe00c3e32c]

        Resolves: rhbz#1367846 improve gtk3 trackpad scrolling
        
        convert number of "lines" scrolled to double and allow
        fractional parts of lines/columns
        
        Change-Id: Ib99c815cfc8823e22fc1d76e201903c34ed0f61b
        Reviewed-on: https://gerrit.libreoffice.org/37669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [6df22f0ec513415cf6c920c1f8063dabe7303c06]

        loplugin:checkunusedparams various
        
        Change-Id: I5d1cc807134230d86e0226a12fada204004312d3
        Reviewed-on: https://gerrit.libreoffice.org/37675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [a6f29aae36e5b07d877d7ea833b6d06b49b5574a]

        Blind fix for MSVC 2017 warning C4018: '>=': signed/unsigned mismatch
        
        ...and get rid of the arbitrary, bogus 'long' strong_int ctor parameter
        type
        
        Change-Id: If71f4d3993e984b4089b74ff96dce75c68a6cf77
        Reviewed-on: https://gerrit.libreoffice.org/37665
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8ce3c3b202d6393199f24e00ac1ece715a8bf150]

        Updated core Project: translations  28d70b17f056afa54f3a68a0fe68f517f44f4d46
        
        update translations for 5.4.0 beta1
        
        and force-fix errors using pocheck and do some additional cleanup of
        bogus strings
        
        Change-Id: I03e13820a5d71ee70b4e8728475d8409cff9493a
        

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7e0a8901e5c16d1ee0637b23217cfd21dfbc89f]

        loplugin:comparisonwithconstant in avmedia
        
        Change-Id: Iba0a1969648e95f6e0f6a947f067c5b8e4eb3406
        Reviewed-on: https://gerrit.libreoffice.org/37667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1e48666b6c007fdf8f354a1a50e51f8f1e906b87]

        lok: sc: fix for row/col header updating on changing tab
        
        When you switch tab the current row/col header needs to be
        invalidated.
        
        Change-Id: I26ef6f9990726f3c96ddfc9ac45472fafc8e8507
        Reviewed-on: https://gerrit.libreoffice.org/37242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [cb33a0fb8b7d9fcdf7ef26ac690842574d359f4b]

        lok: sc: misplaced comment mark on inserting/deleting/resizing row/col
        
        A unique id has been introduced, in a similar way of what occurs in
        Writer.
        
        Change-Id: I7b2ef694867fb4184c4cfc616fe1c8f12da3b676
        Reviewed-on: https://gerrit.libreoffice.org/36962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [658eec1d5b96ea0a971fbdf531979480f72516a4]

        loplugin:comparisonwithconstant in basctl
        
        Change-Id: I0ac895e279e4feb47345e73ecef0d5ee1909c031
        Reviewed-on: https://gerrit.libreoffice.org/37668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [482ef1bfe95a32a6796ce5a3150f272845db7931]

        loplugin:comparisonwithconstant in accessibility
        
        Change-Id: I934c78ec8daec656ca656d5c784f80895abfd2e4
        Reviewed-on: https://gerrit.libreoffice.org/37666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Stephan Bergmann  <sbergman@redhat.com>  [1772daba6afa394e1081028825e4f96e6387d9a3]

        Also filter out flags like -fsanitize-address-globals-dead-stripping
        
        ...to avoid -Werror,-Wunused-command-line-argument in case some ASan build
        setting passes in such flags
        
        Change-Id: Ia613a10e3564a23715019ee0c7c755cdcbf7a47c

2017-05-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [dd881805bf5cc5ec99314d02534ffeaf31de1cae]

        lok: sc: address and formula text field empty on creating a new view
        
        When the client starts the address and formula text field were empty
        because the updating callbacks occurred before the view callback
        handler had been registered.
        So a new method `afterCallbackRegistered` has been added in order to
        perform any needed updating/initialization soon after the view
        callback handler has been registered.
        
        Change-Id: Ia47234e32796f7e4bc1a8408736102054b4666e2

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [32be55414da2af0ea796a57c7f15d18a3fd756cb]

        cleanup code in IconChoiceDialog::ActivatePageImpl
        
        which has been this way ever since
           commit d32b3a714fe55892bdead03502c5a9b0e77fa61d
           Author: Mathias Bauer <mba@openoffice.org>
           Date:   Sat Oct 31 00:36:06 2009 +0100
           #i106421#: move svx/source/cui to cui
        
        And pass the SfxItemSet as a pointer up the constructor hierarchy,
        instead of a reference, since the base class wants a pointer anyway
        
        Change-Id: Iac4081fb5f3fc9cb9b0223f903d74ba84cdd5f6c
        Reviewed-on: https://gerrit.libreoffice.org/37664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Maxim Monastirsky  <momonasmon@gmail.com>  [4dc823990ab217cb9d07a0555d3015d43380fdf5]

        tdf#107852 Support DisplayName property for table styles
        
        Change-Id: I62bfdbea0a1bc62677d5fe25043e9251811b3ac7
        Reviewed-on: https://gerrit.libreoffice.org/37663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-16  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [bbecc255ab2a9b3e8e2d6203eff8a03f24751046]

        tdf#107298 Rename Snap Position to Constrain Objects
        
        Change-Id: Ic4fe262051e8202b8e11c7378d0c37d06bb1c931
        Reviewed-on: https://gerrit.libreoffice.org/37654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [63eddc5d7933c3da28daffc05f4113c5c36586ff]

        aliasing(?) gives a ever so slightly different color on hidpi
        
        e.g. without hidpi this could probably be reproduced with
        export SAL_USE_VCLPLUGIN=gtk3
        export GDK_BACKEND=x11
        export GDK_SCALE=2
        and CppunitTest_cppcanvas_emfplus fails with 0x00ff00 instead of 0x00fe00
        
        Change-Id: I1ecd7dce7703ed50fe396e007424a3ec4252d063

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [88f46523ec82663ce28219369f70fb1c4e369e80]

        ofz#1632 direct leak
        
        Change-Id: Ib1c347f9ee15717ce17b3189b07f3622efd8d689

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [541f9b96bec7caacf42f724ad2399d484502b2e2]

        drop extensions workben
        
        Change-Id: I799d1edae8408fe12e642aed447961a626283852

2017-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f528f9499bd91b700c549575e88fa102cfffede9]

        tdf#106953 RTF import: fix missing paragraph left margin
        
        See commit 3915bf2dc877d5f1140798e24933db0f21386a4a (tdf#95376 DOCX
        import: fix incorrectly indented tab stops, 2016-01-26) for the various
        sources that can determine the paragraph indentation.
        
        In this case the problem was that too aggressive RTF style deduplication
        removed a direct indent, which then meant a fallback to the ind-from-num
        value, not to the ind-from-parastyle one.
        
        Change-Id: I3b47b2bbeaaedf405baef24505d23dc49bd01865
        Reviewed-on: https://gerrit.libreoffice.org/37660
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-16  Caolán McNamara  <caolanm@redhat.com>  [6170d7c6063da89929577702189e4e4bfe564cc7]

        drop unused qa OfficeResourceLoader test
        
        Change-Id: I3c8486781cff4d2b1ad8dc41c0ad2648f42e94e2
        Reviewed-on: https://gerrit.libreoffice.org/37656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d39717a6d6e6b3f507423a5da6d338de2541e43a]

        tighten up the check a little more
        
        Change-Id: Ic19364d2daa064a20da0ed9d9641f1646d8f6ce3

2017-05-16  Julien Nabet  <serval2412@yahoo.fr>  [d67747c59c22e0346e13560810b9f3bf6c698428]

        tdf#107696: fix exports Heading style numbers
        
        by taking into account text:is-list-header="true"
        (thank you for having pointing at this attribute of header Regina!)
        
        Change-Id: Ia0d9e0042e7ca3f31284c85f6b5336e1434bc0e6
        Reviewed-on: https://gerrit.libreoffice.org/37655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [98c4cd372bf0e9d4b5b129405f5af4562d8a0f64]

        loplugin:unusedfields improve write-only analysis
        
        by whitelisting a couple of methods we know only write to their
        parameters
        
        Change-Id: Id7aef9c03c23d10c27707b21eb9a0db4a6c2757c
        Reviewed-on: https://gerrit.libreoffice.org/37647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-16  Takeshi Abe  <tabe@fixedpoint.jp>  [666901bc82fab69f9a80b564f97b5456d0ef684e]

        basic: Test VBA's CDec() only on Windows
        
        since it is not implemented on others.
        
        Change-Id: If058207eb441caa65f93bbb554fe77cf469b1682
        Reviewed-on: https://gerrit.libreoffice.org/37631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [774f033f86b3728123842321f21b10b400cf6b9a]

        loplugin:checkunusedparams in sc(part5)
        
        Change-Id: If969b989ed16e58fba26ae0fec06759da855a5ad
        Reviewed-on: https://gerrit.libreoffice.org/37646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-15  Yousuf Philips  <philipz85@hotmail.com>  [509c91aca5a9e89e9453082486ac7d67f649a7f5]

        tdf#87674 Ctrl + Shift + M for Default Formatting
        
        Change-Id: Ia6c9bab57fc7e91aea261faf2df3e4e1f21783cb
        Reviewed-on: https://gerrit.libreoffice.org/37571
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-15  andreas kainz  <kainz.a@gmail.com>  [de288ac68d72fa7083bbee9b9ce358d7082e98d4]

        update pagedialog to be more consistent
        
        Change-Id: Idb654bd5e1fbd68767f88a82ba720416925604bb
        Reviewed-on: https://gerrit.libreoffice.org/37520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-15  andreas kainz  <kainz.a@gmail.com>  [d0d3b07944f6b4bb5c80733769e20dd27a579780]

        simplify gotopage icon
        
        Change-Id: Ia9f286e06f087fc900c0bb8e6d02658ed935393a
        Reviewed-on: https://gerrit.libreoffice.org/37443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-15  andreas kainz  <kainz.a@gmail.com>  [3b86a867c5a870a51d0392d9e0f4713e73e8be99]

        update smallcaps icon
        
        Change-Id: If5fe8664685f741a6fa41885e307677e986d0fd8
        Reviewed-on: https://gerrit.libreoffice.org/37444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-15  Eike Rathke  <erack@redhat.com>  [d29557b7efacbe0c201dfb7f8a121f558946b6a9]

        Use genbrk -i data include directory only if not SYSTEM_ICU
        
        Change-Id: I8dc2f9a6ac2ad1ceec2d5e77ff547f929fa32861

2017-05-15  Caolán McNamara  <caolanm@redhat.com>  [32cb3760a9d7742763fc8610db01689fdb719780]

        Resolves: tdf#107812 add check for -Oblique
        
        and move checks for -BoldOblique and -LightOblique before -Bold and -Light
        
        Change-Id: I59b59a10c6e92c6a6dc269aad616b9eb9e185ccd
        Reviewed-on: https://gerrit.libreoffice.org/37652
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-15  Cor Nouws  <oolst@nouenoff.nl>  [02cf5ad31794a628a10fddc9fb538fd4e48a6e64]

        tdf#90436 - correct label = Selection/Selected sheet(s)
        
        Change-Id: Ia5158fc7cd7e33367ca4c9785d2995138869b3c4
        Reviewed-on: https://gerrit.libreoffice.org/34031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b6c390ac073a117ca955f30a42f65c87eae313e9]

        Fix typos
        
        Change-Id: If4b3d3e0f5f57ffe646cae032a2968e0e7dbe1aa
        Reviewed-on: https://gerrit.libreoffice.org/37605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-15  Johnny_M  <klasse@partyheld.de>  [2c3f58eff2bac36e39d81c1f8facce5ed6a1ffd2]

        Translate German comments and debug strings (leftovers in dirs a... to c...)
        
        Translates all (leftovers) found using a custom regex, in directories not
        shown by /bin/find-german-comments and beginning with "a" to "c".
        
        Change-Id: I3b0152ee78ad80a29d714cbd98bf888f31be4763
        Reviewed-on: https://gerrit.libreoffice.org/37573
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-05-15  Eike Rathke  <erack@redhat.com>  [035fec9229c5b7fc42d203c1b31e26a1b187ab97]

        SAL_WARN_IF is more appropriate here
        
        Change-Id: Iab1b444ba26307e2eec758dffc1374d3cd925626

2017-05-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [efdbb9791a75a5b2e5de34855bec8407e8c8f53a]

        replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'
        
        Change-Id: If45b57a3dc6d7ed088fde8835e14abe4bf7378f8
        Reviewed-on: https://gerrit.libreoffice.org/37554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-15  Andras Timar  <andras.timar@collabora.com>  [60f7bc45760f00e86582b832772b0eeaabdb8527]

        Updated core Project: translations  28e3b10171e11219fa6b94e31e93ead9a3a5634e
        
        Updated Slovenian translation
        
        Change-Id: I04f72eeea88848b3e20531e9f8de8a7681226a6e
        

2017-05-15  Eike Rathke  <erack@redhat.com>  [c9521953aa2c53a1d274f2551eae12c126c5f2b1]

        Correct URI for HDPHOTO, tdf#107197 follow-up
        
        Fallout from
        
            commit b08e9f08072ec2f632dd8bbbc8d0b5ca2de8b532
            Date:   Tue May 9 14:22:52 2017 +0530
        
        Change-Id: I146481525f7ed17cc3f66440563079f0148ffb80

2017-05-15  Caolán McNamara  <caolanm@redhat.com>  [3b0915d094d795486159ed6f003f5f783fc6651f]

        tdf#107845 string resource ids effectively ended up in the gallery format
        
        which is a problem since...
        
        commit 34f7e618ddd3399d9e7f3998e25545256255d02d
        Date:   Sun Apr 30 17:01:32 2017 +0100
        
            untranslated strings are just strings
        
        and recover GALLERY_THEME_HTMLBUTTONS and GALLERY_THEME_DUMMY5 from
        
        commit 2d3a9c51055a285a2ac8d45e3ef31d248362589b
        Date:   Mon Jul 2 21:02:19 2012 +0200
        
            hrc cleanup: Remove unused defines
        
            Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689
        
        Change-Id: Idae2c00f43e2062544f3de22e586bb163864bc03

2017-05-15  Caolán McNamara  <caolanm@redhat.com>  [81c36caa943691417b12677826b9b108bad098d5]

        ofz#1612 avoid oom
        
        Change-Id: I2e327ea449dad8ec88963b6b9429e478a3332e22

2017-05-15  frederic vroman  <fvroman@linagora.com>  [f566e2d579f5385b01d9b124e7055721313325c9]

        tdf#82326 calc 32bits unable to open files with a lot of cond formatting
        
        The code to build and compute formulas is using an fixed size array.
        The size of this array has been changed from 512 to 8192 by commit
        9c1ca6dca3b553c302a635357e33591605343b99
        
        Since then, LO consumes a LOT of memory while opening scalc
        files which are making extensive use of conditional formatting.
        
        This is a silent issue when working with a 64bits versions of LO because
        the memory is immediately released at the end of the load phase.
        However, with 32bits versions, some files can not be opened anymore as it
        can consume the full process memory space (2GB on windows).
        
        The parser is creating ScCondtionEntry objects to store conditional formatting expressions
        which are immediately compiled in the constructor. However the compile
        method did not return a flattened token array.
        
        Change-Id: Id290bc1f5838c246d4c2322b297b13307defaf88
        Reviewed-on: https://gerrit.libreoffice.org/37527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1731bfcb6bf4b92e0fcd2ceaa7fbf45b84df0ce8]

        filter: svg: presentation engine: modify/revert some eslint fix
        
        Change-Id: Iee9bc3d4cdec016f8b08ba50906aa154a0b03a9b
        Reviewed-on: https://gerrit.libreoffice.org/37604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-15  Caolán McNamara  <caolanm@redhat.com>  [514ccf73068b6e3b976304752451653a0d179e87]

        coverity#1408971 Mixing enum types
        
        Change-Id: I30c46f2bd8a0ae059722f60a3103e5c7883d6a2d
        Reviewed-on: https://gerrit.libreoffice.org/37630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-15  Thomas Beck  <thomas.beck@cib.de>  [2fbcdd3e551710c8fcbe15d28b7b71f8d038d9ad]

        tdf#39468 translate German comments
        
        Translated comments in sc/source/ui/drawfunc/. There were still some
        left that bin/find-german-comments did not find.
        Removed unneccessary comments.
        
        Change-Id: I61c1cadea259bb2a4b14721a25da85e9a9c0753e
        Reviewed-on: https://gerrit.libreoffice.org/37530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a682e3ea92a3dcd86850661b03159d093194c269]

        sw: prefix members of SwGlobalTree
        
        Change-Id: I894b7c6f63ac80fa54edf985e2314aa48948407e
        Reviewed-on: https://gerrit.libreoffice.org/37623
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-15  Mike Kaganski  <mike.kaganski@collabora.com>  [ccd7f45d1fb9bc96e17657bed7a76c79f4ad5801]

        tdf#100837: advertise app URL capabilities
        
        This is required to be able to use handlers when invoked from
        Office Web Apps (on Win7+)
        
        Change-Id: I242111ad365f5cb350b78b75300ddbe8b708b357
        Reviewed-on: https://gerrit.libreoffice.org/37624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [74d2e606fd3605fe0a585f596eaa215ae4e20d18]

        Updated core Project: help  8c7ae43f5361145d88cbd2830e3e2eb802117b5e
        
        redmine#2137 Use shorter, more easily remembered URL for templates site
        
        Change-Id: Iaf1905cbf012d7c07bb1d1afaf8a689f09da0e1f
        

2017-05-15  Tor Lillqvist  <tml@collabora.com>  [7c9ee6c6b2e0486c3b2ea54515aa77ac0e6569ae]

        Typo: s/threashold/threshold
        
        Change-Id: I42af7f4c27084e41c63b8d3c8c3111dd814eb74d

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [2300481c80c177ce0c830a804c5990eaad250eb3]

        Updated core Project: help  fe4395ad1b3e1930300d6c3493e8487c01e2d7ab
        
        tdf#107299 Typo: Chose
        
        Change-Id: Iee7737768881aa6c057dfdb14dacbad29abaa6d8
        Reviewed-on: https://gerrit.libreoffice.org/37622
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [9285ace5d25c1a03a81b0a9e5b126e9375b43c46]

        Updated core Project: help  fbfb0eaa4bb2db3dd1a73aa5eb58e466aa8bf4d6
        
        tdf#107299 Match page title with menu item title
        
        So that it appears correctly in the File - Templates menu page
        
        Change-Id: I04f7aec68fb8a238deb1c9a9f1e91eeedc1aeb07
        Reviewed-on: https://gerrit.libreoffice.org/37621
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [804e8f629970a2e4c06b0808d8a5cff8d2855580]

        Updated core Project: help  c4340e7c2552d915165810443c12ebb3bea262de
        
        tdf#107229 Fix File - Templates menu page
        
        Drop redundant section ID
        Add howtoget section content
        Sync with current UI
        Use English section IDs instead of German ones
        
        Change-Id: Ia0cc3a5e8526c66cfd930ece29ce87b813988ea8
        Reviewed-on: https://gerrit.libreoffice.org/37620
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [1d2ee151ae104d79c9853cf3dd5f486ac6a80e35]

        Updated core Project: help  298b223bd6e57829ca6e616eca6995622dcc1201
        
        tdf#107229 Update Open Template menu command page
        
        Sync with current UI
        Add howtoget section
        Translate German section ID
        
        Change-Id: Ib0f3969d731e2c8e7b5781cf03f9dfd1d62f1ea2
        Reviewed-on: https://gerrit.libreoffice.org/37619
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [09babf44f862332fd3639c81e69e3d25475388f0]

        Updated core Project: help  8f6a82ee50714e2d768f8fe49c60ce78a6764c51
        
        tdf#107229 Update Save as Template window help page
        
        Sync with current UI
        Fix bookmarks and ahelps
        Translate German section ID
        
        Change-Id: I4f84bd25ef68dbcbc4c9b69c77f28ec31f0e86af
        Reviewed-on: https://gerrit.libreoffice.org/37618
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [ed1d7a2f87a1f940bd51bb1d1badd17fffe0440d]

        Updated core Project: help  cad09f1811c9de671285a994e11c9fd351861ef5
        
        tdf#107229 Fix Templates dialog title reference
        
        Change-Id: If9534b19aba76e9b541099bff15ba1a5181032c8
        Reviewed-on: https://gerrit.libreoffice.org/37617
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [61b48d02c59c9539a4f0a2ab0508b343860a6291]

        Updated core Project: help  d67bce5a4c44001fbf7ac384c2da23a909d4a8e5
        
        tdf#107229 Translate a German section id
        
        It is redundant in shared/01/01110000.xhp anyways
        
        Change-Id: I6e8c7ee3a93375e9e7a1c65ab8c8f5a76a871128
        Reviewed-on: https://gerrit.libreoffice.org/37616
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [41cd76bb67a8f08075736f9a323ccd7fe6e49684]

        Updated core Project: help  a64a3552f8550292e073625a656f16ae241a0dfd
        
        tdf#107299 Do not refer icons by their picture - it's theme-dependent
        
        Change-Id: I4537a820eaf7af5fc39995d6c9c01d963fb4ffd9
        Reviewed-on: https://gerrit.libreoffice.org/37615
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Gabor Kelemen  <kelemeng@gnome.hu>  [66949b345060eca7aca1f67b262f7d995091553a]

        Updated core Project: help  e16902a941018fc12d04ae1137328fc1acf3b31f
        
        tdf#107229 Adapt First Steps page to new Templates window
        
        Change-Id: Ib715583ca4dcaca4362c5422db440ff73126ee09
        Reviewed-on: https://gerrit.libreoffice.org/37614
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e7583fe864c4491c5a19d2896b6555448146ad8]

        loplugin:useuniqueptr
        
        ignore SAL_LOG type stuff in the destructor
        
        Change-Id: If014382ca0c96edd3f2b325a28451d83b3d1f278
        Reviewed-on: https://gerrit.libreoffice.org/37539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-15  Noel Grandin  <noelgrandin@gmail.com>  [4582acb3eeb2af0411ab8598ec17d74381225acf]

        remove some unnecessary locking
        
        Change-Id: I7da9e82930d3fe8f927c495aeca270b8bb5cf65c
        Reviewed-on: https://gerrit.libreoffice.org/37602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-15  Takeshi Abe  <tabe@fixedpoint.jp>  [b9d75dea30adaa53be58c112f255c9fcd3eea400]

        basic: Fix broken logic in VBA's unit tests
        
        It should not be "OK" when no assertion passes.
        
        Change-Id: Ib6bab2d597a138468e96b4acf8c3be7abd112cca
        Reviewed-on: https://gerrit.libreoffice.org/37540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-15  Takeshi Abe  <tabe@fixedpoint.jp>  [f99c95c80d40431050fef655ac7ed05074768567]

        basic: Fix VBA constant vbNewLine with unit test
        
        ... making its value CRLF on Windows and LF on others.
        
        A winding road of regressions passed through it;
        first b680e352546dc614f3b30bbe212e6b415a6a6bf4,
        then 7beeced463648fc67defea2ad48d58dd42f0ca1e.
        
        Change-Id: I9e4da4a17436949b4fea35481b8355b4321cb268
        Reviewed-on: https://gerrit.libreoffice.org/37500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [8c0be54a7da6262dffe04357121814dd22b5d7fe]

        tdf#43157: convert cppcanvas module away from OSL_ASSERT
        
        2nd attempt, this time I've decided makes more sense to just produce
        a warning.
        
        Change-Id: Iaf373a2d38e8f47266b00ea869de38a584788d45
        Reviewed-on: https://gerrit.libreoffice.org/37598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [a4f512d09ff39ef2a46a7e5ad512460c6093d25a]

        tdf#107847 Make sure m_xContext is not empty
        
        Change-Id: I21d87b3a3d9732266e8c7d18cc07924700aaaafc

2017-05-14  Fakabbir Amin  <fakabbir@gmail.com>  [b08e9f08072ec2f632dd8bbbc8d0b5ca2de8b532]

        tdf#107197 Replace relationship URI
        
        Hard coded relationship URI in sd/source/,
        sw/source/filter and oox/source/export/ directory has been replaced with
        method calls.
        
        Change-Id: Ie1b9542325fa4143bddea2582aa5e946094e457d
        Reviewed-on: https://gerrit.libreoffice.org/37433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-14  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [74d8afec9dbd5f13b30327cd95744a87c3492176]

        tdf#58134 Reset Button in Options Dialogues does not Work with all Options
        
        Change-Id: I99ef82f6b82674e67aa10d270361828545864f8b
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/37569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [c8139626befdadda16b0fa66fad317cf79949f29]

        tdf#96681: Add flag so we can actually work with SID_ATTR_BRUSH_CHAR
        
        Change-Id: I3e380304eae49290aec80b6aa0f078fcf6618de7
        Reviewed-on: https://gerrit.libreoffice.org/37563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [40c81b6a3dbceca8bc93ff6aa42118921d274e19]

        remove duplicate define
        
        Change-Id: I005fee0d142315a5304ae64c80a898b070a37088
        Reviewed-on: https://gerrit.libreoffice.org/37601
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a446d76ca4e07cc0255bdd764f381fa7db214475]

        catch out of range values in strong_int constructor
        
        Change-Id: Ibcbb873fda6cb82ad8f575673705ba6cb16217e6
        Reviewed-on: https://gerrit.libreoffice.org/37533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-14  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [45949bf73790b8214a1fcc8492f4ee6faad20780]

        tdf#58134 Reset Button in Options Dialogues does not Work with all Options.
        
        Reset Button in Language Settings > Languages > Language Of > User interface option.
        
        Change-Id: I3bc18af185330035cfd0a14b50912ef7a2847fab
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/37572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [a9739f2dec197793fa9400dd95be49494dc85264]

        osl: document file.hxx, swap order of E_ROFS and E_SPIPE to match file.h
        
        Change-Id: I085852e7c9fed285117f426e775f7ca2c123e4c0
        Reviewed-on: https://gerrit.libreoffice.org/37594
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d237576df6ab2775fe9e3a00a75ca36bf62d5cdc]

        remove some unused forward declarations
        
        and unused TransliterationModules include in editeng
        
        Change-Id: I02e2d6acfde562a3e0cc8516eb16bb2ce8a810cc
        Reviewed-on: https://gerrit.libreoffice.org/37556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-14  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [d17c7a7ec842657dcfb29fdbb222b09f0c879944]

        accessibility: Remove useless locks.
        
        Change-Id: I61bb14e33db1e32f0eb4c27cbb62e7f37006213f
        Reviewed-on: https://gerrit.libreoffice.org/37342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [180416ba647ded76ef27da074eff9c46583b82d0]

        Remove more %20 from style commands
        
        And fix a typo found in H5/H6 commands in Writer's
        style toolbar.
        
        Change-Id: Ieb8f701d055870040010da66a9a108bbd089bc0a

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [b769152dcafe2b12bd820587036cced0ec49ec4f]

        tdf#96444 Shortcuts are saved with non-parsed URL
        
        MenuBarManager overwrites the item URL with the parsed
        version. This causes the keyboard shortcuts of style
        commands to no longer be found on subsequent opening of
        the menu, because they have spaces, which in the parsed
        version were replaced with "%20".
        
        Change-Id: I80b559203742922f70b7cec54b5a5ae57d3ef7dd

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [b2bed3ef5ef29b895d362dcc493b3e274eca17eb]

        Revert "tdf#96444 Replace chr(20) with '%20' in style uno commands"
        
        This reverts commit 939abe5a79674525ce134637947fe424a7e2332a.
        
        This causes styles to not appear as having keyboard
        shortcuts in Tools > Customize... > Keyboard, and style
        buttons that were added using tdf#106681 to not have
        their keyboard shortcuts in their tooltips.
        
        Given that the original bug is a local problem in
        MenuBarManager, I prefer to fix it there, rather than
        put workarounds all over the place, including those ugly
        "%20".
        
        Change-Id: I797f463df2b37ab69f73f357ab9d120697e0ff33

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [b91fb08fd63207e663dca83abe1305d8025b4b48]

        tdf#106999 Feedback for style commands
        
        The .uno:StyleApply command takes some arguments, which make
        it possible to apply any style of any type. The problem is
        that it doesn't provide toggle state to be used when placing
        such commands on a toolbar or a menubar. The reason is that
        sfx2, by design, can provide status updates only for the
        .uno:StyleApply command as a whole, ignoring any arguments
        that might be specified in the UI element description. This
        behavior is even documented in the XDispatch idl.
        
        wrt solution, changing the generic UI code to handle the
        specifics of an individual command can never be a good idea.
        The usual approach in such cases is to create separate
        commands which will handle the status updates correctly. This
        is however not possible in our case because styles can be
        created by users, and we can't predict their names and create
        separate commands for all of them (given that now it's easy to
        add style commands to toolbars and menus - see tdf#106681).
        
        One possible solution is to create a toolbar button controller
        on top of .uno:StyleApply, which will be able to translate its
        status update to a state compatible with the toolbar. The downside
        is that it won't work when placing such command inside a menu, and
        in general the menu code in framework doesn't provide any way to
        control individual menu items, only a whole sub-menus via a
        popup menu controller.
        
        To fix the menu use-case too, this commit introduces a "proxy"
        dispatch implementation, which can be used by MenuBarManager
        in a transparent way, as if it was the "real" application-level
        dispatcher. This means that the changes needed in MenuBarManager
        are minimal and do not over-complicate the code, which is a good
        thing (Alternatively, such dispatcher could be registered via
        the dispatch interception mechanism, but it will add no gain,
        given the current requirements, and just add more complexity).
        And to make it easier to reuse the code, the new dispatcher
        is also used for the toolbar solution.
        
        Change-Id: Ia73b0fa70fd4d1d59360b255aa8fd19570b971ee
        Reviewed-on: https://gerrit.libreoffice.org/37590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [c606bacc58c517c234a03d1c9b25547cc5766f6d]

        Allow destroying old MenuBarManager instances
        
        ... after dispatch interception change.
        
        To reproduce:
        
        1. Open the testdoc of tdf#102355
        2. If not under gtk3 - Open several menus or sub menus.
        3. Click the "Intercept" button.
        4. Tools > Customize.. > Menus, make some change, click OK.
        
        Expected that old MenuBarManagers (except the top level) are
        destructed, and new ones are created. Actually the dtors of
        MenuBarManagers from step 2 aren't called (but they will be
        eventually called after closing Writer).
        
        The reason we keep active status listening is mainly for
        Unity's HUD (see my comment in MenuBarManager::Activate).
        But it assumes that Activate was called for all menus,
        which is done by GtkSalMenu at application startup,
        but not after dispatch interception change. Should we fix
        that, or maybe we can just kill this hack (along with
        some related code in GtkSalMenu) anytime soon, given
        that Unity is officially dead?
        
        Change-Id: Ia1cb24391b393e31c98355dc91833c7511a17cda
        Reviewed-on: https://gerrit.libreoffice.org/37589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [c7c445e93baf6bbe82f9ed8da02436d1f7e0b237]

        Remove useless m_xContext.is() check
        
        Similar to commit 32680923221e1 ("Fix the copy-paste").
        The original code was using this to get URLTransformer,
        but it was later switched to using m_xURLTransformer
        in ca00697e3dae9 ("CWS-TOOLING: integrate CWS oj18").
        
        Change-Id: I05592915a651a9d8e0fc443f6adeb494704a99d8
        Reviewed-on: https://gerrit.libreoffice.org/37588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [e7982510d23c4b6047f0b81bfe1c684ecb1fff8a]

        osl: cleanup file_url.cxx
        
        Change-Id: I636b0a7765be8e6e96e90ff5a004dc452048541a

2017-05-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [100895cf07a4c01f3b784c6eab344b7667b145e1]

        osl: osl_File.cxx unit test formatting cleanup
        
        Change-Id: I0e0386834e9cf76cd3c606ae01175aec9cf7e4f1

2017-05-14  Julien Nabet  <serval2412@yahoo.fr>  [68a1cb23ede1d4ae6195850190fca6953c30417f]

        fix gdi resource leak (svx/compressgraphicdialog)
        
        Change-Id: Iea6e481384cee4d7e2ff6787c64d3048ba9c9d65
        Reviewed-on: https://gerrit.libreoffice.org/37587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-14  Julien Nabet  <serval2412@yahoo.fr>  [11c4cc15fdd491e15ffd4e7d9fb5d4082898f926]

        fix gdi resource leak with unreleased virtual device
        
        (copycat Markus https://cgit.freedesktop.org/libreoffice/core/commit/?id=289711c2a469bfbe06aef3b3870b65f9c788f56d)
        
        Change-Id: I3974609559dd44257d7c3e9e9544348d622953f6
        Reviewed-on: https://gerrit.libreoffice.org/37586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b82c9439287f58a02a2b42d737fcf110fbfb1244]

        handle test that apparently depends on our additional fonts
        
        Change-Id: Ia2db679ee3e974da0f38d24257795d8c4b0ba1f9
        Reviewed-on: https://gerrit.libreoffice.org/37560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-14  Julien Nabet  <serval2412@yahoo.fr>  [7e21f3d3fc374d3f7cb58bb4ff051f609329ddb2]

        tdf#107823: missing buttons in Presentation Minimizer
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=5d0e485e827057eee9fb2c997685690b710e7f34
        
        Change-Id: I1864e7f7ac73fc13af82237f4f7d4dbaaa5733f5
        Reviewed-on: https://gerrit.libreoffice.org/37584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [289711c2a469bfbe06aef3b3870b65f9c788f56d]

        fix gdi resource leak with unreleased virtual device
        
        Change-Id: I1fd8c76a206cfc940e3d646e4025618785985e52
        Reviewed-on: https://gerrit.libreoffice.org/37583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c90510acfe1ec042adf27452e311964a770965a6]

        add basic universal content test, tdf#107828
        
        Change-Id: Ifb2a867cf2168a5ebf51d4a408d2e2a29032a764
        Reviewed-on: https://gerrit.libreoffice.org/37580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e6e2f8db74a699699767344236f043b87ae5dd7]

        use empty document in orcus gnumeric import, tdf#107828
        
        Change-Id: Ia7ee2de6f9b14a132a29c01f8d863889477c0a8d
        Reviewed-on: https://gerrit.libreoffice.org/37579
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e9178f765b327a8aba17476d135ba3b1f881bf7]

        import stream on the LibreOffice side, tdf#107827
        
        This adds support for all LibreOffice content providers and non-ascii file names.
        
        Change-Id: I0a0fd0ab0c78ef039679516e7a3e880929e8f725
        Reviewed-on: https://gerrit.libreoffice.org/37578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-13  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [c365ebc7ce8a9852fd33f81b20df35a841f49960]

        accessibility: simplify and inline VCLXAccessibleList::clearItems
        
        Change-Id: Ie32311850a0dc013e71e0456d7e6bfd8611e6e95
        Reviewed-on: https://gerrit.libreoffice.org/37567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-13  Julien Nabet  <serval2412@yahoo.fr>  [c9275062ed745a8c5d52a3863299baf8bcf86ea7]

        tdf#101885: fix crash in AccFrameSelector
        
        Deal with no parent case
        0x00007ffff5e98240 in vcl::Window::GetChildCount() const ()
        0  0x00007ffff5e98240 in vcl::Window::GetChildCount() const ()
        1  0x00007ffff54f2d1f in svx::a11y::AccFrameSelector::getAccessibleIndexInParent() ()
        See https://bugs.documentfoundation.org/attachment.cgi?id=127141
        
        Change-Id: I795dc4c083d743466b5605d3dcc8f9fca8674c43
        Reviewed-on: https://gerrit.libreoffice.org/37575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [f7900c486082573efdf2d7cc50ed0d3aefca4a32]

        Kill some code duplication, move shared code into private func
        
        Change-Id: I4898f49c5bc6d68e73b283bc5b4abbfa0b000a40
        Reviewed-on: https://gerrit.libreoffice.org/37541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-13  Julien Nabet  <serval2412@yahoo.fr>  [8aee79e35208dd263928d7f5daa3f931fd3de99d]

        tdf#107811: expert config, deal no parent case
        
        bt part:
        3  0x00007ffff73c7ee2 in __GI___assert_fail (assertion=0x7ffff7ba5107 "false", file=0x7ffff7ba4ef8 "/home/julien/lo/libreoffice/sal/rtl/strtmpl.cxx", line=1399,
            function=0x7ffff7ba6d00 <rtl_uString_newFromSubString::__PRETTY_FUNCTION__> "void rtl_uString_newFromSubString(rtl_uString**, const rtl_uString*, sal_Int32, sal_Int32)")
            at assert.c:101
        4  0x00007ffff7b6a28b in rtl_uString_newFromSubString (ppThis=0x7ffffffef1b0, pFrom=0x55555e122230, beginIndex=1, count=-2)
            at /home/julien/lo/libreoffice/sal/rtl/strtmpl.cxx:1399
        5  0x00007fffa6e69136 in rtl::OUString::copy (this=0x7ffffffef1f8, beginIndex=1, count=-2) at /home/julien/lo/libreoffice/include/rtl/ustring.hxx:2223
        6  0x00007fffa6fed67b in CuiAboutConfigTabPage::InsertEntry (this=0x55555bda0b20, pEntry=0x55555e13eb40)
            at /home/julien/lo/libreoffice/cui/source/options/optaboutconfig.cxx:874
        7  0x00007fffa6fed415 in CuiAboutConfigTabPage::SearchHdl_Impl (this=0x55555bda0b20) at /home/julien/lo/libreoffice/cui/source/options/optaboutconfig.cxx:848
        
        Change-Id: Id9d1003a0e5e52abb878229e710e3fd4612789a1
        Reviewed-on: https://gerrit.libreoffice.org/37568
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0968aa4673a8ac9a8a09a0e291b58b94bdbb35e]

        sw: fix gcc-4.8 build
        
        After commit 2308bea5ba38250133d7e344484e688ecaab6d8d (sw: change
        SwCursorShell::Pop() parameter from meaningless bool to enum,
        2017-05-12).
        
        Change-Id: I64ecdf3ea16383c3938b32acdf69a78a31938ae6

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [26c83bbc006010185bffa6bd5d93290144dc597f]

        osl: osl_File.cxx indent fixes
        
        Change-Id: I4bd6fc88950e8e6fd5648f4a76201c135352e406

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [b20d55706d233cafdf95adcffa267f414f318929]

        osl: final cleanup of sal_File.cxx unit test
        
        Change-Id: I00201c5456904a537e349fa5e30be223b744fc5e

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [663c691aaef4cff8e9aacdfd7d504a44a3c319a3]

        osl: osl_File.cxx header cleanup
        
        Change-Id: I9c76e2ef0ee7f28a51c0011ceb7e9e2f45f15ea7

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [8e4f5da72d5fe3c7c22482e7beb98870d3294840]

        osl: osl_File.cxx qa test - remove osl namespace prefixes
        
        Change-Id: Iacb82eff69ce5690ad0a054953835863c57dcce0

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [e9006a937dbd79befaf578f55d6b9120ea30664c]

        osl: osl_File.cxx qa file cleanup
        
        Change-Id: I4973cc0c8445f67cd2b3f6a9d158d6592c190447

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [852e84e8eaecbbe33b031aab27fb45816df92ad6]

        osl: file test - space between C comment token and start of comment
        
        Change-Id: Idf44ed079f04b16f2e8d718358567cfafecbe388

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [f36ca2487355337fd84312f20d6b8f3312093de4]

        osl: remove commented code from file test
        
        Change-Id: I85c41a6821e675874e9dae2ab4bfad35b7aebc59

2017-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [29b3857ce74c63f517fe3ddfcc519160e6e56417]

        osl: remove extraneous comment cruft from test source
        
        Change-Id: I1a7b5fc62359cd24593fadea1185db7e48c22961

2017-05-13  Michael Stahl  <mstahl@redhat.com>  [2a955057623d4cd14326bcaa8a2c52d76c121c21]

        sw: some old GCC apparently doesn't like that, let's try this
        
        Change-Id: I1d6e74ae990faecfd3a28e0971ed6abe20bcef75

2017-05-12  Michael Stahl  <mstahl@redhat.com>  [2308bea5ba38250133d7e344484e688ecaab6d8d]

        sw: change SwCursorShell::Pop() parameter from meaningless bool to enum
        
        Change-Id: Iadc660025e1501118cb0a659d92d42af924b1c6f

2017-05-12  Johnny_M  <klasse@partyheld.de>  [566f6d46056742d7d703f41d8b1596405031c5c3]

        Translate German comments (rest of svx/)
        
        Additionally to comments, this translates dbg. assertion strings.
        
        Change-Id: Ia35b2a7336f2b5b30da36445274b1ea726f71f39
        Reviewed-on: https://gerrit.libreoffice.org/37559
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-12  Jens Carl  <j.carl43@gmx.de>  [ac3fdadbe54ceb3192b85acce169e412dc9aaa32]

        tdf#39468: Translate German comments/terms sw/source/filter/html/htmlfldw.cxx
        
        Change-Id: I7e1e55632668f7947dbab7b2f00b19b76aecc0a3
        Reviewed-on: https://gerrit.libreoffice.org/37526
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2e399f32e7505bdcf855112d8a48ae0edefe5bbc]

        auto-turn with-ant-home into absolute path
        
        Change-Id: I0b48f46256aa88486dd29b1d283fa8be1ef2dced
        Reviewed-on: https://gerrit.libreoffice.org/37189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-12  Jens Carl  <j.carl43@gmx.de>  [b6dd4f355e1da89a798061ab99492da834287f94]

        tdf#39468: Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        The fourth set of translations.
        
        Change-Id: I1d3c2a14d702a8b50130752fe653a783e1c54794
        Reviewed-on: https://gerrit.libreoffice.org/37525
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-12  Bernhard Widl  <bernhard.widl@cib.de>  [408a7e320db978a8f784fa25e35caedf931612c5]

        tdf#107795 fixed cursor position after inserting input field
        
        Change-Id: I3c063c0393b524132e522914a7a9885c8a9c3b78
        Reviewed-on: https://gerrit.libreoffice.org/37536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-12  Michael Stahl  <mstahl@redhat.com>  [c9fb347642729017ad0c613fe26310befd021db8]

        sw: table-in-footnote: delete SwFootnoteFrame if it becomes empty
        
        Crashed in a11y code with a SwFootnoteFrame that survived a JoinNode and
        subsequent deletion of its reference-containing SwTextFrame and thus had
        a stale "pRef" member; presumably the SwTableFrame needs to delete an
        empty footnote frame like the SwTextFrame does from SwContentFrame::Cut(),
        called from DelFrames(), called from CutImpl().
        
        Change-Id: I5a30357ecd3bf474bfc4a5451de89beb245fb0ae

2017-05-12  Michael Stahl  <mstahl@redhat.com>  [f6785b99a3f7e7531c8ef7ed16402cc4e02c9750]

        tdf#107568 sw: prevent moving/splitting of tables in footnotes
        
        The problem here is that for a table in a footnote on page 42,
        SwTabFrm::MakeAll() calls Split(), which first creates a
        follow-table-frame and then reformats the last row of the table;
        somehow the SwTextFrame id="4636" in that row doesn't fit and wants
        to split and then move to the following page with that page's footnote
        container as its parent.
        
        So this doesn't work currently.
        
        commit 971adcd9e19e0bcab5855aae9be58d2203b46169 tried to prevent just
        the moving forward of the table itself, but the table can still be split;
        if IsMoveable() returns false then that also prevents splitting the table.
        
        Change-Id: I1977c65f97cb0f66dbe5b89d7ef7e2cd05125331

2017-05-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a280c61f7d2dafe10d8f9dbcfc7476a372dfd5a0]

        update comments and remove TODO
        
        TODO was addressed in commit 58c5a9de2a0b985ef81557271db39c56ceb624f9
        when API version of importBiff12Formula was replaced with one using
        ScAddress
        
        Change-Id: I65629c80f8d5667c083602a87585d467d4c7dc60
        Reviewed-on: https://gerrit.libreoffice.org/37555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [05d3a1899eb50202fd3929b702bae1003b5610be]

        tdf#75280 replace uses of sal_uLong
        
        those vars get their type from SvStream which uses sal_uInt64
        
        Change-Id: Ia356699bb0f5e9787ae6f02e52e0b00cc2f817b1
        Reviewed-on: https://gerrit.libreoffice.org/37547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-12  Vasily Melenchuk  <Vasily.Melenchuk@cib.de>  [cffc5a04661fc0a84dff9fa5da954236d88a8b38]

        tdf#100072 extra test for DOCX shape import with zero height
        
        Corresponding bug is already fixed in tdf#107104. However created
        tests do care only for width, but not for height, like we have in
        this testcase.
        
        Change-Id: I6f24e66e3c5e9289e158e0ca043ef01a3ea42880
        Reviewed-on: https://gerrit.libreoffice.org/37538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-12  Eike Rathke  <erack@redhat.com>  [534746c99e88270ec766aeb12970a282a0a16520]

        Introduce and check FormulaTokenArray::mbFinalized to not add further tokens
        
        Obviously after FormulaTokenArray::Assign() or the copy-ctor for that matter,
        new tokens can not be added anymore to the shrunk code array. We don't do it,
        but ensure that it isn't done in future..
        
        Change-Id: Ibc0115f9f38e9745028a7459c61408c188783d03

2017-05-12  Arul Michael  <arul71.m@gmail.com>  [c882c60f54cc90740a674eed8c47bde0e9959652]

        tdf#106051 Notify listeners on top and bottom of split formula group
        
        Change-Id: Icecb59a476f57cee0c04c3e21d60e6c7fa12f65a
        Reviewed-on: https://gerrit.libreoffice.org/37011
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Eike Rathke  <erack@redhat.com>  [15074f1bfa99d1959bab9975c10d7739d81c603f]

        Use ScTokenArray::AssignXMLString() and ScTokenArray stack object
        
        Change-Id: I75477b3e9b5f71384084212b634faeaae3dddefa

2017-05-12  Eike Rathke  <erack@redhat.com>  [bffe1113a31bb1f58aafbdba9b50b4232816f2f5]

        Use ScTokenArray::AssignXMLString() and ScTokenArray stack object
        
        Change-Id: Iac149278019932da7f269d85871c949f6b19f7c2

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [858d1e065530997a695dc303b9224fd136137c8d]

        Resolves: tdf#107786 crash on null pointer access
        
        Change-Id: I371d509e7ab6e7e0ef757e302d54ab75aa6c4c9b

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [b5302844af49cc25c0720f3c2dccbdc0380d3b50]

        ofz: use our own OString instead
        
        Change-Id: I583a95aea0b29878bf4749a8cb2bb684da6da1e5
        Reviewed-on: https://gerrit.libreoffice.org/37535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb8e28d80e1a2dbb0740c486d4e1ebf3df87898c]

        fix build after 185ed3ddb8c01ee4465ce559e37113824f57b5c7
        
        Change-Id: I2c4f8df6009e407cb0da6fa1b7317a681647d89d

2017-05-12  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [43f5268c6fa394b0d219f8653ef827bdd531b4e4]

        EMF+ tdf#31814 Add support of reading EmfPlusBoundaryPointData
        
        The EmfPlusBoundaryPointData object specifies a closed cardinal spline boundary for a gradient brush.
        This data is starting point for displaying correctly gradients.
        
        Change-Id: I91b01417c6dc00a04dabfc5a035afe9085999240
        Reviewed-on: https://gerrit.libreoffice.org/37519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [016e4d0e2650b2fb350068d86e8d392a7ef5acb1]

        ofz: sanity check L_VAR2 record bounds
        
        Change-Id: I862457a7239108974f360a87b4f6ccf433eae364
        Reviewed-on: https://gerrit.libreoffice.org/37534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6cbadd54e96014a04b104f477b193702d033d5f6]

        register helpimages target and package into lobasis-images
        
        Change-Id: I75f688c03890896852598b1a7e93dcd6fb8fedce
        Reviewed-on: https://gerrit.libreoffice.org/37512
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [38ded0332875a3d8ee34ddb4f2eac00d60517263]

        Move help-specific images (the actual files) away from core
        
        Change-Id: I55103a701e072052a7c91979978b2d22ec5b4ac9
        Reviewed-on: https://gerrit.libreoffice.org/31905
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [2d590370f0f30eddcc2854f5e7a209f4ece1e2fb]

        Look for help-specific images in the new images_helpimg archive
        
        This requires distinguishing between 2 kinds of images: internal to
        help (in helpcontent2/media/ and helpcontent2/res subfolder) and external
        images from core repo (mostly icons) referenced in help
        
        Change-Id: If1d639c255fb802c3ee7d7eab10fc0a84324f335
        Reviewed-on: https://gerrit.libreoffice.org/31417
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [73f04a42a2d0eb2bd126f6d57854d1a6cfd1b787]

        Extra provisions for images in helpcontent are no longer needed
        
        Change-Id: I327e1e2ac9c54e0cb7009e206018d82b71134747
        Reviewed-on: https://gerrit.libreoffice.org/31952
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [84418b34b1b7b0fd2871b827f7bdb518af19255f]

        Move processing of help-specific images away from core
        
        Change-Id: I7fc3ad4509a538a4ebf31a304237f942a3671837
        Reviewed-on: https://gerrit.libreoffice.org/30959
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [39b1468485a854402e2b8f7ba29851d1fd1f36bd]

        Updated core Project: help  2c451122a2e0fe5326b5ef18ad0e3f02daff10af
        
        adjust image paths after moving helpimg into more appropriate folder
        
        Change-Id: Idcfa3700bfd53d38ddeda484828f00bf36cf3b57
        Reviewed-on: https://gerrit.libreoffice.org/32104
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [414687957eba2a3ef951a5a18dacccfb604da052]

        Updated core Project: help  078c81fec3d28c1762f77c143e4598127f0349b0
        
        Move help-specific images (the actual files) to helpcontent2
        
        Change-Id: Ia0ecdc6d7b1277111ffd3467972a1a92af558f09
        Reviewed-on: https://gerrit.libreoffice.org/31906
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2017-05-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [2a7619d3b94e326bd33873f4ac5687d7569f6464]

        Updated core Project: help  1d77c8a706d248fd757d0558cb101b068c87e820
        
        Move processing of help-specific images to helpcontent
        
        Change-Id: I4370c7ab41184a59bb92e8df49f2fe3ca84c9c8c
        Reviewed-on: https://gerrit.libreoffice.org/30958
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2017-05-12  Stephan Bergmann  <sbergman@redhat.com>  [3e78796433c40a99b6d95b0bcde844e0b1d2dc5f]

        Clean up uses of SAL_U/SAL_W: pyuno
        
        ...and clean up MACOSX specific code
        
        Change-Id: I1796b4b8f2695359557a5374b5d7592ccf8f86a6

2017-05-12  Stephan Bergmann  <sbergman@redhat.com>  [6d3a43fa80d8ad54fe8982b2b056ce15ea4268b4]

        Clean up uses of SAL_U/SAL_W: fpicker
        
        Change-Id: I9fe1a639bee624eea3ab91d5f29a86ef8ac3d97c

2017-05-12  Stephan Bergmann  <sbergman@redhat.com>  [db05d1adfdac550ea8bf179686e65bebc8b349f7]

        Clean up uses of SAL_U/SAL_W: extensions
        
        Change-Id: I08716e6976e205247064622cd9db46f5364a8c8c

2017-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [abd619b108e697a5dd045000573d9d1bc675cc98]

        fix bug in ColorNameMap constructor
        
        introduce by commit 9ffb86c7e93c1633866ed89f0749831fd7f31a35
            Author: Noel Grandin <noel@peralex.com>
            Date:   Wed Mar 27 10:41:40 2013 +0200
            fdo#46808, convert drawing::ColorTable to new style
        
        Change-Id: I5e91b41caa6e7e43ff0f261a22b027c8574b669a
        Reviewed-on: https://gerrit.libreoffice.org/37532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd6d7992d6f16133fafa7a617cf5fa0ba1ae37cc]

        loplugin:constantparam
        
        Change-Id: I67d74072c776c32a1f91df94c621efe180baf5dc
        Reviewed-on: https://gerrit.libreoffice.org/37481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-12  Szymon Kłos  <szymon.klos@collabora.com>  [8891472e1f9c5e452a4e8d55241eeba118274092]

        tdf#107238 VBA autofilter: list of strings
        
        * support of string arrays in the VBA AutoFilter
        * tests:
          - reading string arrays
          - skip Criteria2 when Criteria1 is an array
          - use only last element of Criteria2 array
        
        Change-Id: I8faf6af8c4fbf9b654885b31210ef77bae3a39af
        Reviewed-on: https://gerrit.libreoffice.org/37515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [510b667023ac2069021f9ccd76efd4989e09a1ce]

        coverity#1406101 Dereference null return value
        
        and
        
        coverity#1406100 Dereference null return value
        coverity#1406099 Dereference null return value
        coverity#1406098 Dereference null return value
        coverity#1406097 Dereference null return value
        
        Change-Id: I26d5c0f2e69dc049a87a607ca28586dc575a8ca3

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [a31874f38a179d89dcc9eaedcbcf21dc34f3b9fe]

        Revert "coverity#1399034 Unrecoverable parse warning"
        
        that didn't work
        
        This reverts commit 9905eb90b3bfe9e7281642b7915db177c5143ff0.

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [fd24dd469dcc17063b3126d1d73dcceaae97a984]

        coverity#1403731 Explicit null dereferenced
        
        Change-Id: Ia8d183fbf1c80964eabc10f1e363333133a4181c

2017-05-12  Caolán McNamara  <caolanm@redhat.com>  [61bfd5eb66953d61eaaa7c87b372e616b6e5f793]

        coverity#1351757 Uninitialized pointer field
        
        Change-Id: I99211e2dc016fb97b6744799b35e05acd7470464

2017-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7a66651546787b9e575e5c0d6f532278b928f22]

        sw laycache: clean up debug code that doesn't even build anymore
        
        Change-Id: I52ad9ac6d43881a02c4817ea7527761105a12786
        Reviewed-on: https://gerrit.libreoffice.org/37529
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [389da66dfc96d06c407bff156c4ea21e940c5e06]

        remove unused uno::Reference vars
        
        found by temporarily marking Reference as SAL_WARN_UNUSED.
        
        Change-Id: I18809b62654467f890016adcc92576980ced393b
        Reviewed-on: https://gerrit.libreoffice.org/37511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a651dbcfca9e198b5c2561076961504586bc6bea]

        convert SdrLayerId to strong_int
        
        Also
        - rename SetOfByte to SdrLayerIDSet
        - add asserts in SdrLayerAdmin::GetUniqueLayerID so that we don't
          allocate overlapping SdrLayerID values
        - add a new constant SDRLAYERPOS_NOTFOUND to be returned from
          SdrLayerAdmin::GetLayerPos
        
        Change-Id: I3bb3489f9338e3d02c4040bcbd811744699941c8
        Reviewed-on: https://gerrit.libreoffice.org/37467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [9b5ce4023d35c4cc82f7b17e79b8fedbcb1367dd]

        osl: document oslFileError enumeration
        
        Change-Id: I870ea69135ae293b00b9ae52f254d3f7f205a109
        Reviewed-on: https://gerrit.libreoffice.org/37524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [81f92bc061ce0a66c9bf26047bdc6e939b68626b]

        osl: file header comment clarification
        
        Change-Id: I07aa1d2452dcdd891782707ae6928027e03f00e8
        Reviewed-on: https://gerrit.libreoffice.org/37523
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-05-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b5f5085c0b795c470066d1dd3fd757be5a7bf01a]

        Document how to add new XML tokens.
        
        Change-Id: I0d586b34323ad6e320974d8467520fcee116bd00

2017-05-12  Takeshi Abe  <tabe@fixedpoint.jp>  [9425245a873f16650c666928de3b89785e4c5563]

        basic: Remove strange ifdef-guard for SHARED
        
        Was there any platform predefining it?
        
        Change-Id: I4c155c00272b426c0d2b1b1ec0184cc223f9e38c
        Reviewed-on: https://gerrit.libreoffice.org/37461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-12  Arul Michael  <arul71.m@gmail.com>  [970b431f1a7b6b96c4c9536657ce4fe9d8f5b585]

        tdf#93171 Subtotal function with function indexes don't update
        
        Calling InerpretTail during Hide rows by SfxHintId::ScDataChanged
        broadcast
        
        Change-Id: Ie78170bb6d49933a49d828a18637cb410796dc06
        Reviewed-on: https://gerrit.libreoffice.org/37509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9e92527f500a20de838a93201718a761278d8f8d]

        tdf#107103 fixes for the legend in a pivot chart
        
        - Solves issue described in the bug where the legend calculation
          was not correct if using custom legend placing and the buttons
          were added to the legend (like in a pivot chart).
        - Place the legend buttons horizontally if the legend is placed
          at the top or bottom (wide legend expansion), so the space is
          used more efficiently.
        - Fix automatic placing of the legend when we have buttons at the
          bottom of the chart so that we don't cover them with the legend.
        - It can happen that the button click is triggered when we resize
          the legend, so make sure we trigger only when mouse-down and
          mouse-up are on button.
        
        Change-Id: I6a60e7885f7a2ddd6424b1cdfc22e8b046c89dd4
        Reviewed-on: https://gerrit.libreoffice.org/37518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8bb6dab0b4007501bd7a970658360520667e5093]

        remove avahi option from random config tb
        
        Change-Id: I2762de031dc1b926e85630fe03bf7c1dbe936569
        Reviewed-on: https://gerrit.libreoffice.org/37517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6aba29576df7a2a40e54040d4dd09d94d6594741]

        tdf#107773 DOC import: consider page breaks for multi-page floattables
        
        See commit 8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de (Related: fdo#61594
        SwWW8ImplReader::StartApo: don't always start a frame, 2013-05-13) for
        the context, this is one more case where having a multi-page floattable
        as a multi-page one is a better option.
        
        The additional condition is that in case there is a break right after
        the table, then always import the table as a non-floating one, as there
        won't be any wrapping anyway (due to the break).
        
        Change-Id: I3dd4174226cfc1e825c00607221feeed51b7133f
        Reviewed-on: https://gerrit.libreoffice.org/37513
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-11  Caolán McNamara  <caolanm@redhat.com>  [9905eb90b3bfe9e7281642b7915db177c5143ff0]

        coverity#1399034 Unrecoverable parse warning
        
        have another guess as fixing
        
            emit.cpp:1472: assertion failure: emit-ast.cpp:1123: assertion failed: Ran out of fields in aggregate initializer
        
        Change-Id: I814c12c350cd1dbd58c25ada3a376477b5809c06

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [cded1cfce32d8a524259dbe88ce6238e3f25ec28]

        Comment on suspicious use of U+00B5 MICRO SIGN
        
        ...which had been like that at least since
        7b0b5cdfeed656b279bc32cd929630d5fc25878b "initial import".
        
        Change-Id: I16e3cc14ed459c5833f2bfa6ead3bec4e819db31
        Reviewed-on: https://gerrit.libreoffice.org/37184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-11  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9cc9300bc20e9367728aa4b7ec3a789fdd274aff]

        lok: sc: notify cell cursor position to address control in client
        
        A new callback has been introduced for notifying the client:
        LOK_CALLBACK_CELL_ADDRESS
        
        Change-Id: I40b38a3cb8fb658c3f00332d56cfcbaf98e13771
        Reviewed-on: https://gerrit.libreoffice.org/37357
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-05-11  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b973b184a0870ad70e2db4e0e3842cf208b87abf]

        lok: sw: change tracking: deleted characters aren't deleted right away
        
        Problem:
        Start/open a document in CS Writer, and enable track changes.
        
        - Type a few characters.
        - Delete a couple of them with backspace or delete.
        
        => The deleted characters are still shown in the document (but not in
        the tracking comment).
        
        Findings:
        In SwViewShell::ImplEndAction pRegion is 0, so no call to
        SwRootFrame::Paint->vcl::Window::Invalidate occurs.
        That is due to the fact that the call to SwLayAction::Action() does
        not lead to populating *pRegion with rectangles
        (SwViewShellImp::AddPaintRect).
        In fact we stop at SwLayAction::TurboAction_ since pCnt->IsValid()
        returns true and so SwLayAction::PaintContent() is never invoked.
        SwFrame::IsValid() returns: mbValidPos && mbValidSize &&
        mbValidPrtArea.
        Here SwFrame::mbValidSize is the one that makes the difference: it is
        true in Online and false in Desktop. (In our case the other 2 data
        members are always true).
        The reason is that the computation of the text range
        (SwShellCursor::FillRects) in SwRedlineTable::LOKRedlineNotification,
        which occurs just before collecting paint rectangles, leads to invoke
        SwContentFrame::MakeAll which in turns set SwFrame::mbValidSize to
        true.
        
        Solution:
        Call SwFrame::InvalidateSize() on any frame on which MakeAll is
        invoked soon after we finish to compute the text range in
        SwRedlineTable::LOKRedlineNotification.
        
        Change-Id: Id5e29b06c044f14207722e67d6f5facbf786ffa6
        Reviewed-on: https://gerrit.libreoffice.org/37508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [99c99e3c7546f98b3d21301e6160772ee9f47fc0]

        cid#1403658: Try harder to make Coverity Scan happy
        
        Change-Id: I109f95a55875b7795fc366825b3a6bb2e897d676

2017-05-11  Gabor Kelemen  <kelemeng@ubuntu.com>  [06fb2eb7a0a6b73b29e0ca6bb670a8105301198c]

        Delete code commented out since 2006
        
        See commit 8b77e2790c206439762cdde3343f64e87bfe0d16
        
        Change-Id: I5f9d4a566377f8e7a59f12b138cc612e710efbdf
        Reviewed-on: https://gerrit.libreoffice.org/37356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [e6b7caa702917bd7cf13248cc9b394518106446d]

        tdf#105204: ShellCheck nitpicks for watch-generated-code.sh
        
        Change-Id: Ic1e953b5bcae6124ee6ce7d141ddac11a94b2a8b
        Reviewed-on: https://gerrit.libreoffice.org/37464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [28dfcd5da4cfb26d31cce7bf2ad7baa3bee1f350]

        Fix typos
        
        Change-Id: I204178ed4cf0fd3f43043cf1dfde85bb27002fee
        Reviewed-on: https://gerrit.libreoffice.org/37498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Gulsah Kose  <gulsah.1004@gmail.com>  [198f5a16fd4c5bf691a3450bbf16e88c000f9baa]

        tdf#107258 Create show/hide all comments toggle button.
        
        Created new show/hide all comments button for calc by
        ShowAnnotations command. Unifyied writer, calc and impress's
        ShowAnnotations slot.
        
        Change-Id: I27149d09ee1763b84258c5e0c890a9628c8874c0
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/36697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-11  Caolán McNamara  <caolanm@redhat.com>  [0496587f1bf271ef0540f3cd8155889311480d70]

        ofz there may be no m_pSmartTagData
        
        Change-Id: Ibd529c5db35f2ca64372629ab1fe0ecd08e2ea01

2017-05-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [2dd2f3328acd564e5f77efa4fe91d67ac0984e63]

        Get string also for external reference to double for operands of '&'
        
        In a formula like ='ExtRef1' & 'ExtRef2', or ='LocalValue' & 'ExtRef1'
        empty string became an operand in concat operation if the referenced
        external cell was a non-string one.
        
        Change-Id: I7b0ac5de68349eae85afe48f377e30cab76e3fbf
        Reviewed-on: https://gerrit.libreoffice.org/37469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-11  Tomáš Chvátal  <tchvatal@suse.com>  [9b623a71fa264a9f8c7885615fa295e6dc4123e2]

        Updated core Project: dictionaries  e46b2a46dd51843bc388a6355bb54eafbbf864b9
        
        Remove executable flag on txt files
        
        Change-Id: Ie2874c2178a61b02de378a574bd8a963b9c54163
        Reviewed-on: https://gerrit.libreoffice.org/37510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2017-05-11  Caolán McNamara  <caolanm@redhat.com>  [fb1ecfa572fccfdcd18fafe21d8d0e7d4ebcde2a]

        ofz clear the *other* cache too to avoid lsan leak whining
        
        Change-Id: Ib8ce5b83d711e4425bb9f441b8d495a05af820bf
        Reviewed-on: https://gerrit.libreoffice.org/37501
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-11  Eike Rathke  <erack@redhat.com>  [9b3585e3133a88b5b5c2231806a78116f1e52879]

        Casting from Int32 to uLong to Int32 doesn't make sense.
        
        Change-Id: I573c8c82998935e4853a3ee3f635845d450e32fe

2017-05-11  Caolán McNamara  <caolanm@redhat.com>  [7ae4680c1ffaf1f67c4865270a21451c9e970510]

        ensure cow_wrapper contents are queried through a const pointer
        
        otherwise the query will call make_unique to make this a unique
        copy of the underlying shared font which is a waste if the
        contents are going to be the same and the if branch contents
        are skipped.
        
        I was tempted to call the Font accessors like GetLanguage, etc.
        but a bunch of the accessors have two versions, a const and non-const
        one which behave differently so that looks like another rats nest
        
        This relates to the changes of
        
        commit 188439aac2e2e85821b4a114c1298bdf36a7b2ea
        Date:   Fri Apr 22 23:43:52 2016 +0200
        
            tdf#62525 vcl: use cow_wrapper for font
        
        Change-Id: Ic0661fccb414b3636308975e265fe5751476e1b8
        Reviewed-on: https://gerrit.libreoffice.org/37502
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d4b0451a1ab416c406a74d6d33615d61acf6f7d2]

        gpg4libre: we really only want private keys listed
        
        Since this canSign/canEncrypt is fundamentally busted in gpgme,
        outright limit all keys we're looking at to those with secrets.
        
        Change-Id: Ib3dfbc8ef661430efc3a8c17f2f3166af8225a56
        Reviewed-on: https://gerrit.libreoffice.org/37471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-11  Jens Carl  <j.carl43@gmx.de>  [85a162ba600cdee429cc91133504042b46f5236a]

        tdf#39468: Translate German comment/term in sw/source/filter/ww8/wrtww8gr.cxx
        
        Change-Id: I5760af990e62cff357cdd2b80db0b129a96a857e
        Reviewed-on: https://gerrit.libreoffice.org/37491
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Jens Carl  <j.carl43@gmx.de>  [6778f40333fef723ef049aa9a90e545e31665358]

        tdf#39468: Translate German comments/terms
        
        Change-Id: I85fc05d53c2d53a4922d8322331247ed3ca21361
        Reviewed-on: https://gerrit.libreoffice.org/37493
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Jens Carl  <j.carl43@gmx.de>  [e3e335220aacc9d2757034cdb7a6f57fbe4eac46]

        tdf#39468: Translate German comments sw/source/filter/html/htmlfly.hxx
        
        Change-Id: Ifa287b96f47b5e61eb43289a20a1102ed37c6722
        Reviewed-on: https://gerrit.libreoffice.org/37492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Jens Carl  <j.carl43@gmx.de>  [af0be282bb6dab9c4071223e7f47684f2d404717]

        tdf#39468: Translate German comments in sw/source/filter/ww8/wrtw8esh.cxx
        
        Change-Id: I0fe20381756dcc891c60fbf03f3cfd91719cdc61
        Reviewed-on: https://gerrit.libreoffice.org/37490
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [e6f2952fc359eaf25d4b4dae52a0a380e7a95463]

        tdf#105204 fix shellcheck warnings in sysui/desktop/solaris
        
        double quote to prevent word splitting
        
        Change-Id: Ice4380cc390487277a359b8db3f2fae3603b7747
        Reviewed-on: https://gerrit.libreoffice.org/37466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [4345cdb85a19fd311244d9cdaa45d82f45309c80]

        Clean up uses of SAL_U/SAL_W: xmlsecurity
        
        Change-Id: I96043623a5b0e26ddc44de5c71743f3b0d8e1e50

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [311a9126dca1273593ac8deade5cb36ec740d786]

        Clean up uses of SAL_U/SAL_W: winaccessibility
        
        Change-Id: I8f2abf0d338d01453f273b279e34c882de461b00

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [f278b6d4afacb3d41f47023161ed8f076e5642f2]

        Clean up uses of SAL_U/SAL_W: svl
        
        Change-Id: Iab8a066d050ec042a32d57c338f5318c992c1999

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [e1da95ba4e71face32964b9b71441dfdfe803b41]

        Clean up uses of SAL_U/SAL_W: sfx2
        
        Change-Id: I91a7af532a3b94e8096d99d1c4cf63d315e2f446

2017-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [f6fd7dd08b478857234a3b1b5b18e65e9b250174]

        tdf#107706 fix crash when closing Calc document
        
        regression from commit e8b49f09074fe184374bee5062715357427ae044
        "new loplugin: useuniqueptr: vcl"
        
        Change-Id: I07ac157a02aa82b1ddbb741797fea093772f93f1
        Reviewed-on: https://gerrit.libreoffice.org/37470
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [f09ccedb5f18a634c6aaa3340c8d1718f6279c71]

        starmath Word export: remove redundant 'virtual' keywords
        
        Change-Id: I7b8600ae6516ffe5f30bbefbd554b9e7a2614211
        Reviewed-on: https://gerrit.libreoffice.org/37494
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [2962ceec4b96758bec7e7a0390d5ec60e3ce708f]

        remove some unnecessary temporary OUStrings
        
        found with:
        git grep -nP 'OUString\(\s*\w+\s*\)' | grep -v new | grep -v return
        
        Change-Id: I923109b4339210aed2639e423fbc4d5f19233f02
        Reviewed-on: https://gerrit.libreoffice.org/37463
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5303563b785115075b5f9b7b4abccd8f9d916e2]

        SearchForAlreadyLoadedDoc does nothing useful
        
        at least as far back as
           commit d32b3a714fe55892bdead03502c5a9b0e77fa61d
           Author: Mathias Bauer <mba@openoffice.org>
           Date:   Sat Oct 31 00:36:06 2009 +0100
           #i106421#: move svx/source/cui to cui
        
        Change-Id: Ic8284d722a6222d26fc33ef62be62435dde8e0bd
        Reviewed-on: https://gerrit.libreoffice.org/37462
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-11  Stephan Bergmann  <sbergman@redhat.com>  [d4e4c85d3cdf9faf678ea43e6a29e35bee0bc371]

        typo
        
        Change-Id: If5876ca8ecb8e6c6fe1135ddd0d1aa31ebfc47ca
        Reviewed-on: https://gerrit.libreoffice.org/37468
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-10  Julien Nabet  <serval2412@yahoo.fr>  [965494c544dd8f35ae83b7cf38549009da06c367]

        tdf#107572: retrieve Default autoformat
        
        by fixing DefaultFirstEntry comparison operator.
        From http://www.cplusplus.com/reference/map/map/key_comp/:
        "...
        Two keys are considered equivalent if key_comp returns false reflexively
        (i.e., no matter the order in which the keys are passed as arguments).
        ..."
        
        Certainly regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=652158c3f2c9cd0d6f71ecd14bf5d5cc02a71b50
        author	Julien Nabet <serval2412@yahoo.fr>	2015-09-15 19:41:48 (GMT)
        committer	Julien Nabet <serval2412@yahoo.fr>	2015-09-30 12:11:35 (GMT)
        commit	652158c3f2c9cd0d6f71ecd14bf5d5cc02a71b50 (patch)
        tree	13ad29a110565f24e7010a68d902cadf1c441b62
        parent	8727afe771a3e4d585e98ca9cceff2504e500bb0 (diff)
        tdf#94173: Calc doesn't save your own created autoformat presets
        
        This new patch has also been tested for tdf#94173
        
        Change-Id: I60de5fffe39be9b3615c32a317611812b42bafc7
        Reviewed-on: https://gerrit.libreoffice.org/37362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-10  Eike Rathke  <erack@redhat.com>  [2ba23eb0a1b3269b0ee6a4e50833000b20e65342]

        Fix Windows build: uLong is not Int64
        
        Change-Id: I3e1ce3216dd634deba1f619789a1af1d08f394a5

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [088b898856a82d7ac4851a6e7dfe4d189d881f8e]

        tdf#107709 filter: MSO2003XML import: fix invalid OLE lengths
        
        The oleLength was -28160 for the bugdoc, so i guess the shifting of
        signed chars there is perhaps not ideal, better upcast and
        shift as unsigned.
        
        Change-Id: I068013a10e18043c1534c7c61be8ff8a5556d460

2017-05-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [db7bddbff203cb624ba61f4f72b04d4de6253d4c]

        fix wrong Sequence size
        
        Avoid this kind of mistake with list initialization
        and cppcheck is happy too.
        
        Change-Id: Ibcd609590f3dc3c2e98434c26d4bd64324a2036d
        Reviewed-on: https://gerrit.libreoffice.org/37472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [8d93e5162788cb282b80a97821cb1a1f55e1889e]

        (cont.)
        
        Change-Id: Ib135581d491bd71886e3a3d674e0fb4ee83d928e

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [7f44ca113170a641a1aecc8a48e2b99860e1e2f7]

        sw: CPPUNIT_ASSERT_EQUAL vs. integer FAIL
        
        Change-Id: I951acc8a3a17f94c37c0411c66d8e34ea4a5c258

2017-05-10  Eike Rathke  <erack@redhat.com>  [c8c8e70be7ec0d47e13724105eccbf4b9ab5a7c6]

        Add unit test for non-propagation of array context, tdf#107724
        
        Change-Id: I59abfaba2866c25dac7db2b8bc5ce8c563a88240

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [4631e7ddba24bcfc92f10c3984c642ee549f8855]

        sw: fix build (how did that build for me?)
        
        Change-Id: I919cd38d6d63a73fd3152f5541589d0ec1a45207

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [771d85baf18e5b503eb6248e1f41928b00265d8d]

        tdf#107512 sw: fix rollback of text attributes in SwUndoDelete
        
        The problem is that in SwUndoDelete::UndoImpl(), first the formatting
        attributes are restored via TmpRollback(), and then all footnote/fly
        attributes are restored via Rollback(). This means that the SwHistory
        doesn't actually store the original positions of the formatting hints;
        ideally there wouldn't be 2 separate steps here, but that appears
        difficult to change now given the plethora of calls to
        DelContentIndex() ...
        
        So work around the problem by adding a new SetAttrMode::NOHINTEXPAND
        to prevent expanding the existing hints when the CH_TXTATR_BREAKWORD
        are inserted from SwUndoDelLayFormat.
        
        This fixes 2 problematic cases: at the start of the paragraph,
        and if the hint ends at the position before the CH_TXTATR_BREAKWORD.
        
        Let's hope this won't break anything anybody cares about.
        
        Change-Id: I557c4c9136f4225ca502019730fb9f0a9c03d23b

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [ffe239962f195781c6b086c5a284aad333e3e12e]

        sw: avoid assert in SwUndoDelete::RedoImpl
        
        1. insert as-char fly in paragraph
        2. hit DEL to delete it
        3. Undo
        4. Redo
        
        Assertion `aTmp.GetPoint()->nNode != rPam.GetPoint()->nNode && aTmp.GetPoint()->nNode != rPam.GetMark()->nNode' failed
        
        This was added in e06131e96629eee4e94eba1da7242380716e8e88 assuming that
        this branch is only reachable with m_bDelFullPara, but it turns out that
        you get no start/end text also because DelContentIndex() already
        deleted everything.
        
        Change-Id: If4ce55dd4b63d6db11ed3195f78cd595149c0c1b

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [60901e880b215d06ab3a7d79d2041bb2c6c64a78]

        sw: remove overloading of IDocumentContentOperations::Insert
        
        Change-Id: I29114e7057262f8fd169927abc9d3186a4c74c0c

2017-05-10  Michael Stahl  <mstahl@redhat.com>  [32f40845a5b463cc45292df69f141a0011582272]

        sw: remove some unused macros from swtypes.hxx
        
        Change-Id: I50fd0d5c19e351675d19546c40009dba479a87a1

2017-05-10  Jan Holesovsky  <kendy@collabora.com>  [c43ee7161ab57a22b53655b7b8d6e20ce1a70daa]

        related tdf#107677 html import: Fix the legacy datetime format reading.
        
        Also includes unit test for both the legacy and new format.
        
        Change-Id: I254c40af45a4700319577f11e6cb8ff5f0ff6128

2017-05-10  Jan Holesovsky  <kendy@collabora.com>  [bb0543f6de926a2d89797162a974bb01772d890d]

        tdf#107677 html import: Import ISO8601 datetime in html meta tags too.
        
        Change-Id: I51073f5c9e433fb1d9dd2c62bcfea38b299aa010

2017-05-10  Jan Holesovsky  <kendy@collabora.com>  [0425ccba5b2f8819d6fade05d96a72d64db1ce0c]

        sw txt export: Greatly improve the export of bullets & numbering.
        
        Includes unit testing infrastructure for .txt export too + the actual unit
        test.
        
        Change-Id: I19a32955bbc9b97449b4240917fe2505bc3dd54c
        Reviewed-on: https://gerrit.libreoffice.org/37295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-10  Stephan Bergmann  <sbergman@redhat.com>  [58891d589bd8da700f135b098dd50833277c65dc]

        Add distro-pack-install-strip target
        
        ...to be used by dev-tools' flatpak/build.sh
        
        Change-Id: Ie61edfc2aeddf10aa70dee07c3496fd6b2aebcc4

2017-05-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0a5d6ac82fa0feb6ffeec529b67d85d9646e5e59]

        xmlsecurity: slightly more modern c++
        
        Change-Id: I680bd57a492fe04dc98f2f61ff292e44e544a483
        Reviewed-on: https://gerrit.libreoffice.org/37451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-10  Yousuf Philips  <philipz85@hotmail.com>  [09b76cc3b35429c5ca4351f6e79742a0ea2befac]

        tdf#86350 Add flip commands to image context menu
        
        Change-Id: I5485cb6342e5236e2ca13b93923222f1b84f48f0
        Reviewed-on: https://gerrit.libreoffice.org/37253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-10  Eike Rathke  <erack@redhat.com>  [6dc2efcbd68b9cdad9375eee3ad45b4bd2893733]

        ParamClass::Reference return for range creating OpCodes, tdf#107724 related
        
        Change-Id: Icb9dd2da1900fa4e9d57326681642cfc2b06095b

2017-05-10  Caolán McNamara  <caolanm@redhat.com>  [a99707d2c4f65a6a5fe160ce2b614aca273f0d2d]

        Resolves: rhbz#144437 make gnome-documents not crash the whole time
        
        accept that once initted that LibreOffice cannot be deinitted and reinited
        (without lots of work), but allow the main loop to quit and restart so LOKs
        thread can run and exit successfully, new LOK connections will restart the main
        loop.
        
        The buckets of global state continues to be valid the whole time this way
        
        Change-Id: Ide54c0df2ce4065f7c192ae8c2cedfaaa2b58d72
        Reviewed-on: https://gerrit.libreoffice.org/37399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [015578db97bec8926441a9440de6067937f63143]

        partial revert of "loplugin:checkunusedparams in sc(part4)"
        
        <erAck> noelgrandin: actually that "also fix bug in
        ScDocShell::DBAreaDeleted" with 4d047221945b34a9023d852bbd19a2a24a7f54c3
        wasn't a bug because the aDocument.RemoveFlagsTab() call with ScMF::Auto
        removes the AutoFilter which is in the first row of the DB-Area
        <erAck> noelgrandin: now it unnecessarily processes the entire range
        <noelgrandin> erAck, does that also apply to the PostPaint call?
        <erAck> noelgrandin: should so, as only the row with the AF-buttons
        needs to be repainted
        <noelgrandin> erAck, will revert that part
        
        Change-Id: I29b9ee4e1b6517a01bf67f8efc09217d9df453a5

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [16e09c988e7b164c520f26160a518278963298fb]

        new loplugin checkunusedparams
        
        Change-Id: I8f6974e34e686fc97014de97f072b81aa73f969b

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [27c391517aa66594fbd168469a043023653fca07]

        fix build
        
        after commit 4d047221945b34a9023d852bbd19a2a24a7f54c3
        "loplugin:checkunusedparams in sc(part4)"
        
        Change-Id: I3d088bb73baa8c3d6e6186697c215350056c56a4

2017-05-10  Jens Carl  <j.carl43@gmx.de>  [7d31fb844f64c979e1f692a3338f832260382c7a]

        tdf#39468: Translate German comments/terms sw/source/filter/ww8/wrtw8esh.cxx
        
        Change-Id: I762481e200447ae37231bd62db90bc515a4368a4
        Reviewed-on: https://gerrit.libreoffice.org/37453
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-10  Eike Rathke  <erack@redhat.com>  [eae5503d1b3a7f9aace2603d6ce91003ede33974]

        Resolves: tdf#107724 INDIRECT and OFFSET return ParamClass::Reference
        
        In which case ParamClass::ReferenceOrForceArray is not propagated to a nested
        function.
        
        Change-Id: Ibf054d7a2b7350b90ab71766fd1d501c5ae5d5e9

2017-05-10  Eike Rathke  <erack@redhat.com>  [3e67f82fcee0ef43ad8fd9f36e0d618c33d4ee72]

        inherit ReferenceOrForceArray only if nested not Reference, tdf#107724 prep
        
        Change-Id: I14c6a651677fcdcaac943d10f6a0d663bf37aff2

2017-05-10  Eike Rathke  <erack@redhat.com>  [e52beea63ddd7087c61df5838f9643d68486d71e]

        GetParameterType: SAL_MAX_UINT16 for return ParamClass, tdf#107724 prep
        
        Change-Id: Idff1d247907494ffd50a0fcf0fc73344e381cc3c

2017-05-10  Eike Rathke  <erack@redhat.com>  [656cf4d2e7c7d193d4d23900a344d6625fc217ac]

        Add ParamClass ScParameterClassification::CommonData::eReturn, tdf#107724 prep
        
        Init with Value, could be Unknown or any other value except Reference as well
        at the moment, actually DontCare.
        
        Change-Id: I689eb2ed297bec3a5ad333f8bb247ec2184faf5a

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d047221945b34a9023d852bbd19a2a24a7f54c3]

        loplugin:checkunusedparams in sc(part4)
        
        also fix bug in ScDocShell::DBAreaDeleted which has been there ever
        since it's initial commit in
            commit 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24
            Author: Jens-Heiner Rechtien <hr@openoffice.org>
            Date:   Mon Sep 18 16:07:07 2000 +0000
            initial import
        
        Change-Id: Ifc8d6dec4843c668404fdf1ca1a9e521f73132d5
        Reviewed-on: https://gerrit.libreoffice.org/37459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-10  Stephan Bergmann  <sbergman@redhat.com>  [39f023f054b0923f786cd34225235536d81138b5]

        No need for copyable VclSimpleEvent
        
        fixes Windows --disable-pch build after 5aa54f17441afee8c2001d73f4b590eeeafd7414
        "break circular include"
        
        Change-Id: I6e69dcf58d2f3b29ff1a7bbab1208ebdf1ed9f99

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [3db6a7fddf880610f1b0a35ff191816f046e8c4a]

        loplugin:checkunusedparams in sc(part3)
        
        Change-Id: I61fc2ba762983d7bafb6ed8baafba458590af59a
        Reviewed-on: https://gerrit.libreoffice.org/37458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [95ceaa5c5572690e220cfac80fbaff8eb68dd940]

        loplugin:checkunusedparams in sc(part2)
        
        Change-Id: I1d54d16dbe5648a21baa9bf96444e60fcd034c81
        Reviewed-on: https://gerrit.libreoffice.org/37457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-10  Jens Carl  <j.carl43@gmx.de>  [60cfdb9af53d4c5c976b52e3bf41bb54c779d169]

        tdf#39468: Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Third set of translations.
        
        Change-Id: Ic28042d8422218cf70101628a6c065ce20371024
        Reviewed-on: https://gerrit.libreoffice.org/37454
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad319fdfcaaa6092ea1ff76935e088c5122e0d2e]

        Upgrade libxmlsec to 1.2.24
        
        Upstream changes interesting for us:
        
        - Added ECDSA-SHA1, ECDSA-SHA256, ECDSA-SHA512 support for xmlsec-nss,
          so we can drop 2 patches
        - Fixed XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS handling, which
          allows dropping xmlsec1-noverify.patch.1 in the future
        
        Also backport a patch from xmlsec master that fixes signature creation
        on Windows (the release regressed in this regard).
        
        Change-Id: I2c14328283bf7d4f8af5595ea4c1efc29ee81f9e

2017-05-10  Jens Carl  <j.carl43@gmx.de>  [6c27723143cc38219b9b5bb79568f34a427a8b8b]

        tdf#39468: Translate German comment in sw/source/filter/ww8/wrtww8.hxx
        
        Change-Id: I89c5a835b1b896888821423e67e5fb3e73a31916
        Reviewed-on: https://gerrit.libreoffice.org/37452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-10  Jens Carl  <j.carl43@gmx.de>  [b86a26ff324720f75fdfa3fb4e6db4d88b3b1653]

        tdf#39468: Translate German term in sw/source/filter/ww8/ww8glsy.cxx
        
        Change-Id: I22c9504e3bc3cc87c0851d7582ed2669ab8dc1bf
        Reviewed-on: https://gerrit.libreoffice.org/37455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-10  Szymon Kłos  <szymon.klos@collabora.com>  [a470d16208a78ae6893d199b3b6bc77a8559b06a]

        AutoText: add only real AutoText entries
        
        * add only autoTxT gallery type
        * new test with other types of entries
        
        Change-Id: Ibf7751c73dcf3b6ebd69eec5f4931dbeaaf098c8
        Reviewed-on: https://gerrit.libreoffice.org/37425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c0fb07f342d4bd0101fd5764f101f0adfc3001e]

        add some some empty string names to constantparam loplugin
        
        Change-Id: I8f67212271a798d544b7aad46f08890122cd5e18

2017-05-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b9f0a5a5cba5051d90c693ded950c40cfa7ee12]

        loplugin:checkunusedparams in sc(part1)
        
        Change-Id: I8c4fca704fe8ed6f861728cc3f3782c676aba67c
        Reviewed-on: https://gerrit.libreoffice.org/37435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-10  Gabor Kelemen  <kelemeng@gnome.hu>  [d2b5ded9ae14c372ec08ecb697092a103ad3f182]

        Updated core Project: help  0c6dfb77b57ed50e9cbe6f093e698929c4e5740d
        
        tdf#107299 Add some missing links to Related Topics
        
        Change-Id: Ib88293d01a6edb6bfb5149e787eac2258dc4ef5a
        Reviewed-on: https://gerrit.libreoffice.org/37449
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-10  Gabor Kelemen  <kelemeng@gnome.hu>  [145886b2bb0a5760f5981079cfd56217eb5cc3be]

        Updated core Project: help  c209d3d1a309fe461a6f73dc937b59a0438fd222
        
        tdf#107299 Add bookmarks and ahelps to template manager page
        
        Change-Id: I3eef2430bf2b9a8fdd903923dee55e920462c915
        Reviewed-on: https://gerrit.libreoffice.org/37448
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-10  Gabor Kelemen  <kelemeng@gnome.hu>  [7bee26c9cd40cf14976751484427d90edcaca80c]

        Updated core Project: help  cec7f3a640deadf818a0b44ae6fe66e1e7a1c15d
        
        tdf#107299 Make the main description of the window a full sentence
        
        Change-Id: I03cd5afe1fee365505140011404bc07f33542844
        Reviewed-on: https://gerrit.libreoffice.org/37447
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-10  Gabor Kelemen  <kelemeng@gnome.hu>  [583a9ac2822f6ba339eeb18dc07375f2d662dee8]

        Updated core Project: help  0866626beaf9071d8133ac8074a1ed7d88a10828
        
        tdf#107299 Add links to the extensions site
        
        Change-Id: I4c1d7fc08b32daad4b502f6944c6769642738dbd
        Reviewed-on: https://gerrit.libreoffice.org/37446
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-10  Gabor Kelemen  <kelemeng@gnome.hu>  [5552985eda3fcc3b9729fb51298f2f7a8944bafb]

        Updated core Project: help  95f6c4f9c7b7d4b733924839ab3c96a515ccf039
        
        tdf#107299 Make shortcuts compatible with Mac OS
        
        Change-Id: I0ca7699c89c1ca9c33bea6e24c6bb215372b9621
        Reviewed-on: https://gerrit.libreoffice.org/37445
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-10  Aron Budea  <aron.budea@collabora.com>  [910ead9c8344f32ba3d280a777306490aed5dac2]

        tdf#104312: add missing #include
        
        It wasn't needed on master, but libreoffice-5-3 didn't
        compile with the change, let's have it in both branches.
        
        Change-Id: I3875cc71d3fee34504573e7148b91c1bdd4c6764
        Reviewed-on: https://gerrit.libreoffice.org/37442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aron Budea <aron.budea@collabora.com>

2017-05-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e93cf20603e201be29691b83f02b3282b79851e4]

        basic: Compare strings in a case-insensitive manner
        
        without creating temporary strings.
        
        Change-Id: I8d0e8286089cb78fa9d8612bff6c51f6901637f1
        Reviewed-on: https://gerrit.libreoffice.org/37249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e5a4858e1adf5e9f0c5eb808d2155fded6a46728]

        basic: Compare with keywords without creating temporary strings
        
        Change-Id: Ie284bbe4759a31c48cde415a4e673efd4c789741
        Reviewed-on: https://gerrit.libreoffice.org/37252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-10  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0a4b0db012d6a800cb77ce10e72dffb62a878049]

        xmlsecurity/source/framework: un-screw-up indent
        
        This was painful to read.
        
        Change-Id: I34c8038f5db1b9d3f60e9541fa09bb803a680b54
        Reviewed-on: https://gerrit.libreoffice.org/37450
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-10  Eike Rathke  <erack@redhat.com>  [1cf44947161d8fff6e3edb3f7a1dd01c81963b42]

        Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep
        
        * change IsInForceArray() to GetInForceArray()
        * add IsInForceArray() to keep previous functionality
        
        Change-Id: I64c891486e548a66539646846a4691a213c783ac

2017-05-10  Eike Rathke  <erack@redhat.com>  [47023116d6bf89bb2e0b8b5293272f63db32fbc2]

        Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)
        
        Change-Id: Ie2858e2e3c81da2041b53389bd06c87211fa8833

2017-05-10  Eike Rathke  <erack@redhat.com>  [f39e1b1079b04c8d14d3fa4a00d2cf519dba05a5]

        Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prep
        
        Change-Id: Icd3400e4ee1c69860908a2ad0ca6e52879f2f725

2017-05-10  Eike Rathke  <erack@redhat.com>  [031bf555256f8f827b4f32124f88c4012d28dcd3]

        Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)
        
        Change-Id: Ie456b0cff5f317a10b9dbfce58626d1b8a74fb49
        Reviewed-on: https://gerrit.libreoffice.org/37440
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-09  Eike Rathke  <erack@redhat.com>  [8ba4679c96e08eebf58347edfba33bb9610701b5]

        Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prep
        
        To be able to later differentiate specific types in the compiler.
        
        Change-Id: If97485c0cb8e8e2e129c61cd3f01d9d420c92c8d
        Reviewed-on: https://gerrit.libreoffice.org/37439
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-05-09  Ximeng Zu  <uznomis@yahoo.com>  [e0ccc8913598c91a9a76fd6bcca6d397bf79e304]

        Fix behavior of double tap zoom in and out
        
        Fix the behavior of double tap zoom. Previously
        double tap zooms to the viewport whose
        top left point is the point of double touch. Now
        double tap behaves such that the point of
        doule touch does not move on the screen, and
        the rest part of the view zooms in or out. This
        behavior is more UX friendly and correct.
        
        Change-Id: Ifccc337631d523be1cd870f892235899d0fc5dfe
        Reviewed-on: https://gerrit.libreoffice.org/37046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-09  Ximeng Zu  <uznomis@yahoo.com>  [5c2833c4edf88ab7f9ad9b6165829c149432aae5]

        tdf#107415 android: appbar invisible on lower version
        
        Rearranged activity_main.xml in order to fix the bug
        of app bar invisible on lower versions of Android
        devices.
        
        Change-Id: Ic4ec9435ce9ef55a2596600c143114c899c30ac2
        Reviewed-on: https://gerrit.libreoffice.org/36950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-09  Maxim Monastirsky  <momonasmon@gmail.com>  [a7851b522cd0e33c391037c1aaa901b8d675ad7a]

        tdf#103491 Show correct label for the current UI element type
        
        Change-Id: Ia7ad3c9e6d70fd47aa8346403682a17a70c5c237
        Reviewed-on: https://gerrit.libreoffice.org/37432
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fd6150b49356c3cb5c4f44700392143ce5aa6001]

        PreserveRedlineFlags is long gone
        
        it was renamed from PreserveRedlineMode to PreserveRedlineFlags in
        commit 847e004e65ec3c35acff607588d15cd75a84f121
            convert nsRedlineMode_t to typed_flags
        
        PreserveRedlineMode is dead for 16 years,
        we stopped setting the filter argument in
        commit 93dca26e27a4bc51ac873777ef8b134283ae9f71
        Date:   Wed May 2 15:26:26 2001 +0000
            added redline password protection
            moved redlining enabled flag from view settings to redline element
        
        Change-Id: I9c5f38cc42c4595e38862461e28340b450722f0f
        Reviewed-on: https://gerrit.libreoffice.org/37431
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [67ab5337cd253671a241f1f045287c31986497b1]

        silence cppcheck memleak in unit test
        
        line 825: Memory leak 'pGlossary'
        
        Change-Id: Id7f103c4e6f8bd4b4941edfe815508305d9a5f55
        Reviewed-on: https://gerrit.libreoffice.org/37377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2de355e71617da2474ec2e4bf92db86dbdf83fdb]

        Updated core Project: help  eb9ec1c794a0d3b8522375c7a87ac3ee999c8a66
        
        remove obsolete oldref attribute (removes one context line in pot)
        
        also remove obsolete l10n attribute (doesn't affect translations/pot)
        
        Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
        

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [95b25532d24bfb08c4846b991451a36475dd439f]

        loplugin: simplifybool
        
        Change-Id: I72579aa32157fb0deec85f28f7ceb4592bcaee4d

2017-05-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [959496794c8af815c571cab1d53b9f904e198754]

        cleanup osl/diagnose.h includes
        
        with command
        > git grep -l osl/diagnose.h *.cxx |
          xargs grep -L -w 'OSL_\w*' |
          xargs sed -i '/#include *\(<\|\"\)osl\/diagnose.h\(>\|\"\).*/d'
        
        headers need more work
        
        Change-Id: I906519ebbd47a04703b4fa5943b2f7abea7a97ab
        Reviewed-on: https://gerrit.libreoffice.org/37350
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [3adadbd10501e1baa87a9833ecc84626a625d9a9]

        drop obsolete mailtos
        
        Change-Id: Ice2f3a41c06ffaa58d1f0040d53e24fab89ca438

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [497751f9024bacad7681c4851f442a5536c1f23f]

        In LazyDelete'd SearchDialog::dispose, SfxHelpTextWindow_Impl is already gone
        
        Came across this in a UBSan build via menu "Help - LibreOffice Help" ->
        "LibreOffice Help" window: "Find on this Page..." icon -> "Find on this Page"
        dialog: "Close" button, then close help window:
        
        > sfx2/source/appl/newhelp.cxx:2291:1: runtime error: member call on address 0x618001188880 which does not point to an object of type 'SfxHelpTextWindow_Impl'
        > 0x618001188880: note: object has a possibly invalid vptr: abs(offset to top) too big
        >  81 04 00 13  0e 07 00 08 5e 7f 00 00  00 00 00 00 00 00 00 00  60 62 9a 51 5e 7f 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               possibly invalid vptr
        >     #0 0x7f5e4700f276 in SfxHelpTextWindow_Impl::LinkStubCloseHdl(void*, sfx2::SearchDialog*) sfx2/source/appl/newhelp.cxx:2291:1
        >     #1 0x7f5e47f6d13a in Link<sfx2::SearchDialog*, void>::Call(sfx2::SearchDialog*) const include/tools/link.hxx:84:45
        >     #2 0x7f5e47f66c5f in sfx2::SearchDialog::dispose() sfx2/source/dialog/srchdlg.cxx:70:17
        >     #3 0x7f5e209af22c in VclReferenceBase::disposeOnce() vcl/source/outdev/vclreferencebase.cxx:42:5
        >     #4 0x7f5e1edb81b9 in VclPtr<vcl::Window>::disposeAndClear() include/vcl/vclptr.hxx:239:19
        >     #5 0x7f5e1fc47199 in vcl::LazyDeletor::~LazyDeletor() include/vcl/lazydelete.hxx:148:36
        >     #6 0x7f5e1fc473af in vcl::LazyDeletor::~LazyDeletor() include/vcl/lazydelete.hxx:122:9
        >     #7 0x7f5e21dfdb50 in vcl::LazyDelete::flush() vcl/source/helper/lazydelete.cxx:52:9
        >     #8 0x7f5e21fa552f in ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:513:9
        >     #9 0x7f5e21f7fdc3 in Application::Yield() vcl/source/app/svapp.cxx:558:5
        >     #10 0x7f5e21f7fb06 in Application::Execute() vcl/source/app/svapp.cxx:458:9
        >     #11 0x7f5e5cbd18d4 in desktop::Desktop::DoExecute() desktop/source/app/app.cxx:1359:5
        >     #12 0x7f5e5cbd9e06 in desktop::Desktop::Main() desktop/source/app/app.cxx:1679:17
        >     #13 0x7f5e21ffb0cb in ImplSVMain() vcl/source/app/svmain.cxx:191:35
        >     #14 0x7f5e220085f1 in SVMain() vcl/source/app/svmain.cxx:229:16
        >     #15 0x7f5e5cdfec4b in soffice_main desktop/source/app/sofficemain.cxx:166:12
        >     #16 0x511c69 in sal_main desktop/source/app/main.c:48:15
        >     #17 0x511c13 in main desktop/source/app/main.c:47:1
        >     #18 0x7f5e5b37d400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #19 0x419e59 in _start (instdir/program/soffice.bin+0x419e59)
        
        indicating that the SfxHelpTextWindow_Impl target of the m_aCloseHdl.Call is
        already dead.  Looks like there is no good reason for that call from dipose()
        anyway, which also means the Call's argument is unused.
        
        Change-Id: Ifc33e74e346902dc0208350f5bac79bec182ef12

2017-05-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [bd6a8ab3b89ce938368afc547a368e79d13142c6]

        Fix typos
        
        Change-Id: Ie0f67456e5c7d9b7b26b27b4d633881236ceeadb
        Reviewed-on: https://gerrit.libreoffice.org/37361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-09  Thomas Beck  <thomas.beck@cib.de>  [a0badb15fa97e3f4be990ff83148e48ae1db7723]

        tdf#39468 translate German comments, removing redundant ones
        
        Translated remaining German comments in svx/source/form/fmview.cxx
        
        Change-Id: I6e71bc1dc1ab1c0b87ec0a3d727cffe2237e9a59
        Reviewed-on: https://gerrit.libreoffice.org/37381
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-09  Johnny_M  <klasse@partyheld.de>  [fc03bca426138d04815767baadd62dedd2bd7e2c]

        Translate German comments in svx/source/form/fmsrcimp.cxx
        
        Additionally to comments, this translates dbg. assertion strings.
        
        Change-Id: Ie8a421fe225cd5a368c30b4511d9a7ebd26f296a
        Reviewed-on: https://gerrit.libreoffice.org/37343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-09  Eike Rathke  <erack@redhat.com>  [32219f4d88efc5618718a13079ade0561dd0d14b]

        Guard against a failure when compiled with optimization using g++ 4.8.2
        
        i.e. Linux-rpm_deb-x86_71-TDF
        
        Change-Id: I4866eda4f87af3fd9b15ab24f549d1a1c6ae4ee7

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [f505f95d466d4d3348f41dfd93e5c243d15c6c71]

        Resolves: tdf#62702 allow ole objects to be inserted as icons
        
        under windows on "create new", "further objects" you get the
        native windows insert object dialog which has the "Display As Icon"
        option, but on Linux etc (or using our own dialog) there isn't that
        option
        
        so add a "Display as icon" checkbox in our own dialog and generate
        an icon through SvFileInformationManager::GetImage
        
        Change-Id: I0a400189031900bd1e387465ec4ba57847cb5394

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [077e053241b5dd19ee0b901473c2100550d1e3fe]

        folder.png is a different place than the others
        
        Change-Id: Ie607ab969dbd3a035b59bd9c44262d7ff69c2ed7

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [0e32a434ef4d30d6d01cdce0f627fd32b249a1ff]

        fp010 is not in fpicker like the others
        
        Change-Id: I4c574596a4aaaf7584818e167805748dd02cff6c

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9563370242f0b3b95482659d5cf75c5c9c72c32]

        loplugin:checkunusedparams in sw(part6)
        
        Change-Id: I8c32274081663038526e1af2bd2977604b3f88b5
        Reviewed-on: https://gerrit.libreoffice.org/37393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [3f8db07acb50fe04d2b02355df19780634449e2c]

        Use BOOST_USE_WINDOWS_H to avoid errors when building with clang-cl
        
        > [build CXX] workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp
        [...]
        > In file included from C:/lo64/core/workdir/UnpackedTarball/boost/libs/locale/src/shared/date_time.cpp:11:
        > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/mutex.hpp:14:
        > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/mutex.hpp:9:
        > In file included from C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/basic_timed_mutex.hpp:14:
        > C:/lo64/core/workdir/UnpackedTarball/boost\boost/thread/win32/thread_primitives.hpp(172,55):  error: conflicting types for 'CreateMutexA'
        >                 __declspec(dllimport) void* __stdcall CreateMutexA(_SECURITY_ATTRIBUTES*,int,char const*);
        >                                                       ^
        > C:/PROGRA~2/WI3CF2~1/10/Include/10.0.15063.0/um\synchapi.h(489,1):  note: previous declaration is here
        > CreateMutexA(
        > ^
        [...]
        
        Change-Id: I141ea196250dc855c780f237436c0f19f0594cb1

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [7d9fe6ffa3a50e46b34864983d1b152340331789]

        Clean up uses of SAL_U/SAL_W: sd
        
        Change-Id: I9646cbd6544e88fd8b086cd04ff6d318a04375ce

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [393667119e253d454e9d34eef97f010e69605dac]

        Clean up uses of SAL_U/SAL_W: helpcompiler
        
        Change-Id: I0b9c7959cae65428ed1e80753e31f3ee9d726fc4

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [a53c3cc45062a0e23b3e1c4fcc32c9d565421688]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I6462f3e7667951ff9306ae1f8882de747148a741

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [8eefafa9ce7febe0a36e1bf5f4c77492a1b699fb]

        loplugin:cppunitassertequals (clang-cl)
        
        Change-Id: Ie1dfd0791abe86ed2fd91155c129d6431392445d

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [12191a4f30078bb81c39a74a994ba7b2b410adaf]

        make loplugin constantparam smarter about string params
        
        Change-Id: Id3df69b38fd35f46735246a6d307a89aa10d4294
        Reviewed-on: https://gerrit.libreoffice.org/37426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a9854a92923df8013ca832c48aa9f284bcb1adc]

        tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat setting
        
        As it turns out it has a dedicated RTF control word.  With this, the
        bugdoc is again kept as a one-page document during DOCX -> RTF
        conversion.
        
        If we are at it, also write the automatic before/after paragraph spacing
        markup.
        
        Change-Id: I78de644f0631e59ef507dfaa07c5a812d4ef10cd

2017-05-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5e062501eb6c3abe5219777fd9267702689785c7]

        cannot sign read-only files, so u+w the redistributables
        
        Change-Id: I5290d2093555d00e7b7cd4e21098d54af58ee6b8

2017-05-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c1a87147d71b20754bd757e115f82890992ec394]

        have screenshot target depend on signing.done, not other way round
        
        Change-Id: Ia19b3eb122b66c0a6c2304f09faa83345f90892c

2017-05-09  Lionel Elie Mamane  <lionel@mamane.lu>  [24e05b48cb7ceb67c2566bbb212cbc1d752bb59e]

        tdf#107720 Bound Control initFromField: consider the case of the insert row
        
        Change-Id: If18e161c994c926fd86453ab5736df1e89bb61de

2017-05-09  Johnny_M  <klasse@partyheld.de>  [9819ded67511683946763bc20e84ef524fc15b65]

        Translate German comments in svx/source/form/fmshimp.cxx
        
        Additionally to comments, this translates dbg. assertion strings.
        
        Change-Id: I7bfe582fb34243b491a8c5f075beeb234555fe06
        Reviewed-on: https://gerrit.libreoffice.org/37316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [b43ad2e67550a3c085e080dead0c6fad970563f7]

        ofz avoid oom
        
        Change-Id: I7d7e249a75fb33ac6a72e941f6b8f92ff8edf25a

2017-05-09  Jens Carl  <j.carl43@gmx.de>  [4e63ff0dcb5c90ad5caf5ab91c3b9bc74e89bc7a]

        tdf#39468: Translate German comments/terms sw/source/filter/ww8/ww8par6.cxx
        
        Change-Id: Ia17fdf5238f0b250a9c1be683c0616643f53aced
        Reviewed-on: https://gerrit.libreoffice.org/37418
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-09  Fakabbir Amin  <fakabbir@gmail.com>  [428eadd39004ca22e1e87a9cbdd4cb40ebb15264]

        tdf#106225 Rename Table Format to Table Properties in Impress/Draw
        
        Change-Id: I454d0d258f3948968ec4387f0ab655aa35087d23
        Reviewed-on: https://gerrit.libreoffice.org/37416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-09  Maxim Monastirsky  <momonasmon@gmail.com>  [e4d7511d7e49af14e3c8113bb1440e0eb04f40ad]

        tdf#106681 Styles category for the Add Commands dialog
        
        Change-Id: I7332967863697d3ad68a533b9fc603de2fdc87ef
        Reviewed-on: https://gerrit.libreoffice.org/37422
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [a6be278801ed5f3f5462c40ff3284f48c378541b]

        this string might not be valid ascii
        
        Change-Id: I9335c5514ea64ba81817db30d3ac7fbedc9f9feb

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [97c780059650a08d0b05070d1563c5a2739e0c32]

        dump exception message on exception
        
        Change-Id: I30d942e9e8b240be9033b41142831b018bdfc49f

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [c30d4bfca45af6d60071e7450cd6bd75a1492010]

        SetInReading for duration of TestImportDOC
        
        Change-Id: I688ec95db500cc1d86402b7da2305528b1f25890

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [b35a4cf023844dbbb3666c730213e9bc679d4a4f]

        loplugin:checkunusedparams in sw(part5)
        
        Change-Id: Iee48e6c77f1eb57cd8a3a245e5415051b85f4cc1
        Reviewed-on: https://gerrit.libreoffice.org/37387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea8c12b8cc03ed259389ac267edd459844634767]

        loplugin:checkunusedparams in sw(part4)
        
        Change-Id: Ia264c192ac02a07bba67a66196899d13b19f83f0
        Reviewed-on: https://gerrit.libreoffice.org/37386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [013e34d875aeb75d9660af7c18967c2d468cbd74]

        Related: tdf#62702 also try various other known streams for object content
        
        Change-Id: I5b5fa61e9930ba0eaa5ac86e4231050c9ebebf8a

2017-05-09  Gabor Kelemen  <kelemeng@gnome.hu>  [48270327e15770acb5872fa9aed8938f35d33e12]

        Updated core Project: help  7897a9174b6b4a91134398359f3f1e690c774b69
        
        extensions.libreoffice.org is now https
        
        Change-Id: I3356a81dda01e71a3811e905cb682b5a4e752543
        Reviewed-on: https://gerrit.libreoffice.org/37368
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-09  Gabor Kelemen  <kelemeng@gnome.hu>  [19417b5d2d8912a10424bd5cf1abfcdefacbf3dc]

        Updated core Project: help  702ade901c65e4960296a371bd01317e02b581ab
        
        tdf#104404 (related) Document Extension list filtering options
        
        * Have a few words about the Display Extensions checkboxes
        * Remove some seemingly obsolete comments
        * Replace some unnecessary custom HIDs with default values
        * Add ahelp to the 'extenstions website link' element description
        
        Change-Id: I5c0b27fb0b6e0c77f1043f7bf230554cdc875680
        Reviewed-on: https://gerrit.libreoffice.org/37367
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [8db9cfd2973b3e6f0c682fe8961540d528e6d493]

        Related: tdf#62702 handle EmbeddedOdf like CONTENTS on ole activate attempt
        
        Change-Id: I11f1d6ad049cada1cadfe97a440b7ae562ba4ced

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [693528ffd44d9aaa44f9fcf22670246dc8adca77]

        Don't use uninitialized ProxyEntry::Port values
        
        ...and get rid of the useless ProxyEntry struct altogether
        
        Change-Id: I846f126c96343da17518686e666a7d44c6b1bef1

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [cb870839b87573c9a529ad087e6aca3ad6488e48]

        drop unused FadeEffectLB
        
        Change-Id: I9de95edc7f018fa9e7b11111e071d738f63e35b4

2017-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [542fd21c94c5e0bbd1f1a21991bb7b189da5d915]

        sd: Kill empty FadeEffectLBImpl
        
        This completes 3fea7ac94b986ba5e3632d1bbb383c65ced79f1a.
        
        Change-Id: Iee18c577354de8b569f5e07378964b267e766554
        Reviewed-on: https://gerrit.libreoffice.org/37383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Jens Carl  <j.carl43@gmx.de>  [a81eaa6d018d6aa3ee5ebf35dcc221624767ddee]

        tdf#39468: Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        Second set of translating German comments and terms.
        
        Change-Id: Iee55162e9cb5c4e29713304232bfa636a243ccf4
        Reviewed-on: https://gerrit.libreoffice.org/37417
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Jens Carl  <j.carl43@gmx.de>  [24205e0ddaf966a3bc552763120e96b0a9e7d491]

        tdf#39468: Translate German comments in sw/source/filter/ww8/writerhelper.cxx
        
        Change-Id: I1a7bf4a97952674147029457e0a0ff12cd541cba
        Reviewed-on: https://gerrit.libreoffice.org/37420
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Gabor Kelemen  <kelemeng@ubuntu.com>  [a9aac784c29777eb24d68e25efe54e0b67ede001]

        Remove unnecessary HIDs - the defaults will work just fine
        
        Change-Id: I1c67634c7da32daa48fdc962591f75466d145508
        Reviewed-on: https://gerrit.libreoffice.org/37408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Jens Carl  <j.carl43@gmx.de>  [1a1655359c963df1f0c5ea5ed137fdffd7bbb369]

        tdf#39468: Translate German comments in sw/source/filter/ww8/ww8scan.cxx
        
        Change-Id: I91757da79e03deaffe005cb912ff91d604b3ec64
        Reviewed-on: https://gerrit.libreoffice.org/37419
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [415185de33fb07cbebf03236bf5a1db69cfb3d60]

        coverity#1250405 Division or modulo by float zero
        
        another stab at this
        
        Change-Id: I893f4b4a211a85718bf51bfbdb3e8bdb1df0066c
        Reviewed-on: https://gerrit.libreoffice.org/37405
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [7ad595c808fbe3d25dae7215e355ee14f03d2fd8]

        ofz avoid oom
        
        Change-Id: I84f0eedb8081a3d22f6e02bac0b21456c7d1553a

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [899ffa4c4c66702e2a65f4065cbb7970d0e9c0e2]

        gnome-documents: hold solarmutex on dtor patch as well
        
        Change-Id: I75fe71612116d435606c37185bf55b450425fc25
        Reviewed-on: https://gerrit.libreoffice.org/37396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [c45660df336a640f0f9d4290b881548d25c9db9d]

        rhbz#1444437 gnome-documents finalize may not occur immediately
        
        when LOK Widget is destroyed, it may instead happen during GC of javascript,
        like in the in gnome-documents case, but "destroy" will be called promptly. So
        close documents and office in destroy, not finalize
        
        Change-Id: I1dd7b828839894cb2d87f5c087194fe458ca22f0
        Reviewed-on: https://gerrit.libreoffice.org/37398
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Caolán McNamara  <caolanm@redhat.com>  [53082fcd1b1cccf7ef0c3cb1bef8e747c4e88a61]

        gnome-documents: rework SfxPickList as pimpl
        
        and call impl dtor with SolarMutex held
        
        Change-Id: I06931ca9ab4384a5e3c255847cf3533ed03b77dc
        Reviewed-on: https://gerrit.libreoffice.org/37395
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-09  Stephan Bergmann  <sbergman@redhat.com>  [10b03e6ea8d93c5f47c68177fd73269a628e630d]

        -Werror,-Wunused-private-field
        
        Change-Id: Id42e8699f5cfb420d49f7223ee288090539f2492

2017-05-09  Mike Kaganski  <mike.kaganski@collabora.com>  [f66b76a4d20719e4c13bd755c49f8140a0e72816]

        tdf#105688: findZOrder: catch exceptions from getPropertyValue
        
        For some reason, sometimes items in GraphicZOrderHelper don't
        have ZOrder property value, and so throw in getPropertyValue.
        E.g., SwXFrame::getPropertyValue throws uno::RuntimeException
        when its GetFrameFormat() returns nullptr.
        
        The patch catches these to allow to proceed with fallback z-order.
        
        Change-Id: I96140195f45364bccee7c5547d373158e2b49154
        Reviewed-on: https://gerrit.libreoffice.org/37392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [719a2adfbdac8ce26a035e5fedeeaade8706832d]

        remove unnecessary empty OUString fields and vars
        
        Change-Id: I940120087a0bc6b1b0abc30a3e7727ce22b7d9a7
        Reviewed-on: https://gerrit.libreoffice.org/37394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [4763091bbecab8722a43d0ed73eafc0a1f596242]

        loplugin:constantparam
        
        Change-Id: Ia9500b25602c14aadf49fe373682ae9d87a0a1a2
        Reviewed-on: https://gerrit.libreoffice.org/37390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ac528503b4c172dd322841681b7aa9180a95721d]

        EMF+ We already implemented most used EMF+ records.
        
        Now it's time to enable warnings, to track not implemented cases,
        to have clear notification what is wrong with imported image.
        
        Change-Id: Ic880a5b7df03e4a98d4700bebb3d0f6d77980505
        Reviewed-on: https://gerrit.libreoffice.org/37407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9d320ec4d818f86e58a15fd46248026502b1cc94]

        Avoid adding unnecessary overhead to formula calculation.
        
        Instead, hide the overhead within the logger code which is disabled
        in the release build.
        
        Change-Id: Ie80c2a1725476d96d3e5551cf0303ecb5d73b47e
        Reviewed-on: https://gerrit.libreoffice.org/37409
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-09  Gabor Kelemen  <kelemeng@gnome.hu>  [835b1efd2d6564333b869d637060b3c6bbd17a17]

        Updated core Project: help  f8b479e23d5f1d939a45873101e541357b8f0bca
        
        Fix Online Update options page
        
        * Add some missing ahelp, bookmark
        * Remove redundant entries
        
        Change-Id: Iffc24f9cf3f87b73639013b24238ec2b5dd85cb0
        Reviewed-on: https://gerrit.libreoffice.org/37366
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-09  Gabor Kelemen  <kelemeng@gnome.hu>  [07ef995afdbfb4d37575a8963bb74ed829aae48c]

        Updated core Project: help  8abb20d74b36b1f52a2378498263d1cfb62849f3
        
        Fix two bookmarks one ahelp situation on Print options page
        
        We need to use the magic dot as ahelp ID to make the
        ahelp text show up for both UI elements
        
        Change-Id: I4cf662eacef0e8a1faa605f72894d769477523b6
        Reviewed-on: https://gerrit.libreoffice.org/37365
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-09  Gabor Kelemen  <kelemeng@gnome.hu>  [079ee2b475c6a17ad30d79553c0e2d5ba1c1e085]

        Updated core Project: help  cfa663f40d3e264994ed0280f3da1b3ec6a8dac9
        
        Fix ahelps on AutoCorrect - Localized Options tabs page
        
        Two bookmarks mean the correct ahelp is a dot.
        Also sync content a bit with UI
        
        Change-Id: Ib5a76beff3548390e775d37bd0fd4cc350cfb868
        Reviewed-on: https://gerrit.libreoffice.org/37363
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-05-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7a5eb2f9510e85a191a1b1948f38dafd22310677]

        Updated core Project: help  b04113a84a725b6ac1d9d692cddb2e2ae832d3ac
        
        Typo: “common area” → “common era”
        
        Change-Id: Ie9c3dfce3b5981defffad11eea3df4bd63d34148
        

2017-05-09  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [4c40aeeaf37bb3c0b780e7b0c2f9afe8c06091f5]

        tdf#31814 EMF+ Fix an issue when not all elements were displayed
        
        On on EMF+ images generated by ChemDraw, some elements were not displayed.
        After investigation, occurs that position of points was not read
        properly in same cases. This commit fixes such cases.
        
        Change-Id: I1d01d8defc41f4e437a669ef1268b8e33823cfc1
        Reviewed-on: https://gerrit.libreoffice.org/37406
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
        Tested-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-08  Gabor Kelemen  <kelemeng@gnome.hu>  [7b186db4be163dbbbac313310c60c724a87532d9]

        Updated core Project: help  fb264eba8c882558fd2a21da25b7134b8a381708
        
        Put a space between ahelp and switchinline tags content
        
        Such places are prone to have no space after the previous dot.
        
        Change-Id: Id14ae16c2c165e3353f9e65863a05208a3a331b8
        Reviewed-on: https://gerrit.libreoffice.org/37364
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-05-08  Eike Rathke  <erack@redhat.com>  [4a9b5341925cea5821fcbf3f2c0522e8e694b1bd]

        Make kSAME constexpr and move k0 to the same place.
        
        Change-Id: Id99d2dd799d3ee0cc2badf4aaf1b5acd7fb02c27

2017-05-08  Eike Rathke  <erack@redhat.com>  [649ba77d36c4b554fb6f69206d59a1c5c9555fc0]

        Whatever LANGUAGE_SYSTEM may be in future, this has to be 0
        
        Change-Id: Iddc4dcf3e29919b092560d3bdd81ca85667b224b

2017-05-08  Eike Rathke  <erack@redhat.com>  [d32f02bf0c46f840b433a0773397cd2dfa3b0a21]

        Adapt to reality, defines are LanguageType strong_int
        
        ... since c70d49c7c888da8cfd73db8585e7be1f37fc398a, so adjust the regex.
        
        Change-Id: I460b5983cd7a0d3e4c4368e946bb8b8f6153f9a4

2017-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8a05109d91bb9e82fcec5204514766f4bdbbee8]

        vcl: split jpeg import into two parts
        
        Split the import into two:
        
        1) Just create the bitmap, this part is not thread-safe (e.g.
        OpenGLContext::makeCurrent() is called when OpenGL is enabled).
        
        2) Import the image into an existing bitmap.
        
        The point is that the second part takes much more time than the first,
        and in the future that part may be executed on a thread, while without
        such a split the whole ImportJPEG() can't do that. For now
        GraphicFilter::ImportGraphic() simply invokes the two parts after each
        other, so no real functional changes yet.
        
        Change-Id: Iee742a2cd3c581aeaf1a1ed9f55cd543955a85e0
        Reviewed-on: https://gerrit.libreoffice.org/37397
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-08  Jens Carl  <j.carl43@gmx.de>  [b88103c74293dd6d3cfa83639a8a4eab644905a1]

        tdf#39468: Translate German comments/terms in sw/source/filter/html/swhtml.cxx
        
        First set of translating German comments and terms.
        
        Change-Id: I95a52fd46cace8a254dddffcc8f8406c0ae6a157
        Reviewed-on: https://gerrit.libreoffice.org/37311
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-08  Michael Stahl  <mstahl@redhat.com>  [f8fa6e3794d741f9cbcc7d0941da8796082428df]

        sw: fix doxygen comment
        
        Change-Id: I89b323a61f0617dfe6c21adbdfb3f8a7c90d6d15

2017-05-08  Stephan Bergmann  <sbergman@redhat.com>  [86991ea08f3f3d4891b5e919c1a14d095baa7ec9]

        Updated core Project: translations  1445752e8e2558302b32c90eb5d28ad771651ee3
        
        Typo, missing "emph>"
        
        ...causing warning
        
        > [HPX] de/helpcontent2/source/text/swriter/guide
        > Entity: line 1: parser error : Opening and ending tag mismatch: root line 1 and emph
        > ken Sie in diese Tabelle und wählen Sie &lt;Tabelle - Löschen - Tabelle</emph>
        >                                                                                ^
        > Entity: line 1: parser error : Extra content at the end of the document
        > ken Sie in diese Tabelle und wählen Sie &lt;Tabelle - Löschen - Tabelle</emph>
        >                                                                                ^
        
        Change-Id: Ib59bbd71ae2baa7a8eb0690afc3565cb15571749
        

2017-05-08  Michael Stahl  <mstahl@redhat.com>  [13d7778fc10638a145af7fb077688e032bd16f81]

        tdf#70960 sw::UndoManager: fix exponential Repeat proliferation
        
        In case of a multi-selection, the usual pattern is that the EditShell
        contains a loop around GetCursor()->GetRingContainer() that creates N
        "groups" of undo-actions, all of which are inside a SfxListUndoAction.
        
        If that is then repeated again with a multi-selection, the result will
        be N*N actions, etc.  This is usually not an issue because most
        repeatable actions are idempotent - except for the resource usage.
        
        Prevent the 2nd step of the proliferation by introducing a flag in
        SwUndo to do nothing in SwUndo::Repeat() that is set for all but the
        1st cursor of the multi-selection in sw::UndoManager::Repeat().
        
        (presumably regression from CWS undoapi)
        
        Change-Id: I095258f6d57af6bcaa8a39747632422e8311e694

2017-05-08  Fakabbir Amin  <fakabbir@gmail.com>  [f9f0b6ac12c5d6c73d9aa415a9de5e37105085d8]

        tdf#43157 Cleanup DBG_ASSERT in pstm.cxx
        
        Change-Id: Ibc7b7399ccc827168768ee94b6e75e4116fc95c9
        Reviewed-on: https://gerrit.libreoffice.org/33882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-08  Caolán McNamara  <caolanm@redhat.com>  [f17d55e5495859b2a78ed625fc2573391e26cdf1]

        fold SfxPickList::Get and ::ensure together
        
        Change-Id: Iab68095a9733393b656623ddd6bb8705f7cfda82

2017-05-08  Caolán McNamara  <caolanm@redhat.com>  [946049692eff89f0571983df8f0362399d2dd656]

        Resolves: tdf#107693 move CreateAutoMnemonics from Execute to Activate
        
        Change-Id: Id65dfcc40dd20c391e12108abc6a6531e4c96523

2017-05-08  Aron Budea  <aron.budea@collabora.com>  [f9f511317fa5f1c655d189a8507f8a5492a3b08d]

        tdf#104312, tdf#105428: use static vars in ReplaceStringHookProc
        
        And use call_once to initialize them once.
        
        Change-Id: Ic2f97a51ccc6ee400eb1af56da2c8fd88e226a9d
        Reviewed-on: https://gerrit.libreoffice.org/37318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [410d96db06cf13e8e081cef6fc3d9a9cd24ddbcd]

        loplugin:checkunusedparams in sw(part3)
        
        Change-Id: I604aa74e737894daa6e1878ac3ed61d9eeb6512a
        Reviewed-on: https://gerrit.libreoffice.org/37296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  David Tardon  <dtardon@redhat.com>  [36917b4693ce8725ae648ca3ee55aecbc3a02522]

        drop unneeded checksum from tarball name
        
        Change-Id: Ib2f64fcdb92f7162ac4365591cfe50c5786f2f45

2017-05-08  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [279e22f539aceabed46aa2010113a7cee84b2c9a]

        Updated core Project: help  19954e8fcbc157752059462652d55c1b5e40f45b
        
        Make wording clearer
        
        Change-Id: I5423b72f9f612749ca4dc92c4740915c4c6d0597
        Reviewed-on: https://gerrit.libreoffice.org/37299
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
        

2017-05-08  Jens Carl  <j.carl43@gmx.de>  [ac6f69a8e61bb99c71b76c60dba8b6c21ec6be38]

        tdf#39468: Translate German comments/terms in sw/source/filter/ww8/ww8par2.cxx
        
        Change-Id: I4dc53515e4e05b2de9c875bd2165329847d1bbef
        Reviewed-on: https://gerrit.libreoffice.org/37310
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad7fade3ed62341fe3e6bbfb399c4b8f5bb9da83]

        sw: prefix members of SwImpBlocks
        
        Change-Id: I6ffe2eb6a1c401ccaa031be5d9ce9fae488d0014
        Reviewed-on: https://gerrit.libreoffice.org/37376
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-08  Jens Carl  <j.carl43@gmx.de>  [4a24072e2aeb6566b7692da64e58ac71997f7057]

        tdf#39468: Translate German comments in sw/source/filter/ww8/wrtw8sty.cxx
        
        Change-Id: I7d3e5a366446007c323681abf2b75f54e427d145
        Reviewed-on: https://gerrit.libreoffice.org/37309
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [0aa7c716cc1ad27da4ecfc9a40b1b1646bbb0fa8]

        loplugin:checkunusedparams in sw(part2)
        
        Change-Id: Ic6829542628ed1f5ed7d6b3d6be1d28ed1b5c75b
        Reviewed-on: https://gerrit.libreoffice.org/37292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Caolán McNamara  <caolanm@redhat.com>  [33013a5feb1cfbb8cb9ddd10083bc9ff470da160]

        ofz avoid oom
        
        Change-Id: I1cbcdc0aec8596fce4a803f885b328e604dc22fd

2017-05-08  Tor Lillqvist  <tml@collabora.com>  [102e5ecb4b7fb5487077274f7eefdb2160119c59]

        loplugin:useuniqueptr
        
        Warning fires in the --disable-gltf case.
        
        Change-Id: I9f0fb15f581dbbe0e9ba68789ed5a1cd1a9b28d2
        Reviewed-on: https://gerrit.libreoffice.org/37235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [780bb69758850d7f04dd996af7564d253bfd1f97]

        Removed duplicated include
        
        Change-Id: If24026da701ea041fa3138a8ab0905a175da4ea6
        Reviewed-on: https://gerrit.libreoffice.org/37360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b3eb84376653b1f5883a3543adf36547790dd045]

        cleanup tools/debug.hxx includes
        
        with command
        > git grep -l tools/debug.hxx |
          xargs grep -L DBG_ |
          xargs sed -i '/#include *\(<\|\"\)tools\/debug.hxx.*/d'
        
        don't change files in includes/ and */pch
        
        Change-Id: Ie429d6a7dca5dfa1073e0f5ba037f7c84bdbec08
        Reviewed-on: https://gerrit.libreoffice.org/37349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Noel Grandin  <noelgrandin@gmail.com>  [43e997d2d9f5ca98bf765e1c956bf56f66935eb5]

        hNonAliasedFont is unused
        
        ever since commit e45d80f20ff6a05888f92ae942abed67609d5b20
          Author: Tim Eves <tim_eves@sil.org>
          Date:   Tue Feb 23 16:45:21 2016 +0000
          "tdf#97171: Use DirectWrite for OpenGL glyph caching"
        
        Change-Id: Ib6675e89caa68a5ee725a36a0d5ded973cc98723
        Reviewed-on: https://gerrit.libreoffice.org/37348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [90f94f399e20945d53b20ab3eb1bc29bb7774135]

        loplugin:checkunusedparams in sw(part1)
        
        Change-Id: I4847b0f96033016e020212fb8d7331309db25b55
        Reviewed-on: https://gerrit.libreoffice.org/37287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [8dcb8c9105c2fb5d2b28af60c7072f1fd6e8d0c2]

        loplugin:checkunusedparams in xmlsecurity
        
        Change-Id: I9460e43264a8cbf3bb2aef83893288b767b2736f
        Reviewed-on: https://gerrit.libreoffice.org/37284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [034e9de08e0812c0920819bce68df6d9d75cdab9]

        loplugin:checkunusedparams in xmloff
        
        Change-Id: I59d2cb1f69882b62e6fe732e9d9214feec8a79a2
        Reviewed-on: https://gerrit.libreoffice.org/37283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [185ed3ddb8c01ee4465ce559e37113824f57b5c7]

        teach loplugin:constantparam about simple constructor calls
        
        Change-Id: I7d2a28ab5951fbdb5a427c84e9ac4c1e32ecf9f9
        Reviewed-on: https://gerrit.libreoffice.org/37280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d33e262a244f351febc9dbe605b05f76cb834eeb]

        remove unused bool
        
        japanese candlesticks has no function since initial commit
        a41687b62b0a6f2b79e44311ddf74c52e844ee36
            New files from xlsx-shared-oox-chart-export-part1.diff
        
        bool is unused since last loplugin:unusedparams in oox
        commit 4cc0b82103e0b1d28a3ada59974aac0e7da18083
        
        Change-Id: I30d51ecdeea851ebe1538e33ed1a0b32e131aa80
        Reviewed-on: https://gerrit.libreoffice.org/37351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [451976d841f26bf5254ba1c6645171c1f331da6b]

        remove unused double
        
        unused since commit 60fd81d83a2dbcb64a38910de49f8e2620353702
            loplugin:checkunusedparams in filter
        
        Change-Id: I69af38f19b0c39a778990bc62f3f6823c6d65f34
        Reviewed-on: https://gerrit.libreoffice.org/37352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0c363500584194f75dfa7f229ee932a759a95bbe]

        cppcheck nitpicks variableScope and redundantAssignment
        
        Change-Id: I1399e066a96bbd9a3b59e2670a75b0022c882a1d
        Reviewed-on: https://gerrit.libreoffice.org/37354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c3e0b7dd4e7b1d33b8555e0acdf9f44cfc043ca2]

        cppcheck: knownConditionTrueFalse
        
        remove bDone and simply 'break' the loop when done.
        
        Change-Id: Idf4170083cbda3a783cb52bba9e94d3be512f167
        Reviewed-on: https://gerrit.libreoffice.org/37355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-08  Maxim Monastirsky  <momonasmon@gmail.com>  [8da106529e85981ce37fbbd18160023c26cc7129]

        tdf#106479 Make edit context menu dispatcher based
        
        This allows us to add there any .uno command and
        also get the icon and keyboard shortcut for it.
        Use this to add clipboard commands.
        
        Change-Id: Ic42c28add7771f322491e8e7d6df052e3c2c8d75
        Reviewed-on: https://gerrit.libreoffice.org/37353
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-08  Maxim Monastirsky  <momonasmon@gmail.com>  [7d9e441eb98b4e964c08e41e53714a8607e22f8e]

        Set modified flag on entry rename
        
        Tools > Customize... > Context Menus. Rename some
        entry, click OK. Open the dialog again, notice that
        the label modification wasn't saved.
        
        Change-Id: I78a7093e958d9d8709192ac34b6e0f178b7956de

2017-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dae61482df7ae540a1fb8feefbb92b5e7238444d]

        tdf#106265 ScopedHDC to clean-up hDC when rendering glyphs
        
        Change-Id: I96ecf625126740610200c012c3c7002fac7e1548
        Reviewed-on: https://gerrit.libreoffice.org/37347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [c8e3a40a51a264455895535ea163a2c440f0851f]

        ofc avoid oom
        
        Change-Id: I2983d97895206db481b990ccd4f0ecd9d8b31b81

2017-05-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7cc8555e0ac9838d43bb644bac4052008057824d]

        convert EESelectionMode to scoped enum
        
        Change-Id: I4da22d40d5b14878b5efac1f3e4a5c76adec37b3
        Reviewed-on: https://gerrit.libreoffice.org/37341
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-07  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [fa19a1f0b050ee6c2ba1f314360e8a2536f61396]

        avmedia: remove useless mutex and lock
        
        Change-Id: Ia6088fdb8734acb76c38067246fa626ddf964f8e
        Reviewed-on: https://gerrit.libreoffice.org/37344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ff7f5e1bbd4a9a3e3fa3e4ddb349c97605dc8a01]

        tdf#31814 Introduce minimal value of line width to fix EMF+ import issues
        
        Based on observation of different EMF+ files (eg. exported by ChemDraw),
        there is minimal value of line width.
        This commit is fixing all such import issues.
        
        Change-Id: I5c26a1b511363eb1e429bf770ad0f482b124ecb5
        Reviewed-on: https://gerrit.libreoffice.org/37319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [6483d363d1d8418a8c6bcf99f304161bee48d579]

        drop unnecessary GraphicObject
        
        Change-Id: Iadc741260b3c9f16248c817530b1630b22c626ee

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [bd6efb29d7b588669a27a7132b357e692c571a60]

        convert to use std::unique_ptr
        
        Change-Id: If675a1d506d30ea05c3b2113d114f416b2947466

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [0e99a36c695d6349c8096654ddad70f962f312d0]

        split clear and set graphic
        
        Change-Id: I3e98e872574e9edbe97099e93d787cbbcced60dd

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [274e3ec0c06e667868eca1b75193500ba92d7c14]

        coverity#1399034 Unrecoverable parse warning
        
        emit.cpp:1472: assertion failure: emit-ast.cpp:1123: assertion failed: Ran out of fields in aggregate initializer
        
        have a guess as what it might be
        
        Change-Id: I0a93e2529c7d03e837e269f0903038b160540c84

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [657e6ad745d740520e04ae6da56c7607683a1395]

        Revert "coverity#1250405 Division or modulo by float zero"
        
        This reverts commit 445ac42cc2f2f759a43d97198039b980026ed70e.
        
        Change-Id: I4f106a67385776262f187e63c445ea8c0cb0207b

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [525292acab017dcfd50ef0c0b6dc4a5229e32a4e]

        create color config in ctor instead of on-demand
        
        Change-Id: Id45b6cba3665c11074dbdc52757d1b6f0084b020
        Reviewed-on: https://gerrit.libreoffice.org/37346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-07  Caolán McNamara  <caolanm@redhat.com>  [f5c0d7508b972898153bbf4069c9ea48f53d64d5]

        ofz check against expected struct size
        
        don't copy vector and const up as well
        
        Change-Id: Ia9c9dd9e0dee2300f8f60eec15b67e4a349c8a93

2017-05-07  Julien Nabet  <serval2412@yahoo.fr>  [aa722151d0e76fddbc3801667f5d613690d5a4d9]

        tdf#107668: fix form wizard
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=fcf9c22e00db0107391775f51fac53555711b951
        Use an hashmap to find the right helpText
        
        Change-Id: Ie3389406525fb068fb24262a40b8e6af4c744100
        Reviewed-on: https://gerrit.libreoffice.org/37334
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5aa54f17441afee8c2001d73f4b590eeeafd7414]

        break circular include
        
        of include/vcl/window.hxx and include/vcl/vclevent.hxx
        
        Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102
        Reviewed-on: https://gerrit.libreoffice.org/37338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-05-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fbd414741157b969924318462ebfcfb5ccf4d3dc]

        Fix typos
        
        To complete commit 076758857a98
        
        Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb
        Reviewed-on: https://gerrit.libreoffice.org/37306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-07  Julien Nabet  <serval2412@yahoo.fr>  [3d4938d2d8dc18c7b741efe90686f55f524fcfe2]

        tdf#107644: Crash on inserting formula
        
        See https://bugs.documentfoundation.org/attachment.cgi?id=133085
        Accessibility related
        
        Change-Id: I87063e50a59b06f4f5a974764de9aa34e111b4fb
        Reviewed-on: https://gerrit.libreoffice.org/37315
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: sam tygier <samtygier@yahoo.co.uk>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [97eb00c75e173d4c8d0b483a7941ad3d2f23783e]

        revert OSL_ASSERT changes
        
        Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [d0a99cc2ed76be220f7e868e332ba19f6e48a440]

        tdf#43157: convert sd module away from OSL_ASSERT to assert
        
        Change-Id: I1e768d23da6adb1a3fe351a8105286b0cb5b5192

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [3965f4cb28676133dc37a926e56b4d612e2a57ba]

        tdf#43157: convert starmath module away from OSL_ASSERT to assert
        
        Change-Id: I446eb5831dd41edac0752d1c4813a7e711042cd3

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [381c43eb5d5455aeb5ed3335e89bb6b56c843080]

        tdf#43157: convert writerfilter module away from OSL_ASSERT to assert
        
        Change-Id: Ia1a265b6a799c51a5ce1b855dc110ddeea1cc530

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [392dbe6fe982e11009e04229e7e5200f838ea4f9]

        tdf#43157: convert sw module away from OSL_ASSERT to assert
        
        Change-Id: I2018d669e4886040882c90012ad2b2c9f8a07331

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [83017d884d58a2fe0ccaf23271ab3e232118ec79]

        tdf#43157: convert sc module away from OSL_ASSERT to assert
        
        Change-Id: Iead653868ea7e0d1ed4ba83ef1a46e1ae5874d13

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [9d4d4d8434e5333ecb9464c76aea795dfbd6da2c]

        tdf#43157: convert scripting module away from OSL_ASSERT to assert
        
        Change-Id: I6276488e930b60855053747828547e2ed659c060

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [fb684bbd9d376ae5e3081c236f5d0775b5a93c03]

        tdf#43157: convert oox module away from OSL_ASSERT to assert
        
        Change-Id: Ia7b62b94190537236135548f7d1d22ea3dc360f2

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [fbf171d1adf3e260f6a93217e82a1b74cc4f670c]

        tdf#43157: convert extensions module away from OSL_ASSERT to assert
        
        Change-Id: Ib0de4a05ca14af4e5760d36bf56eab23995daa5b

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f1ac23866db030bd4489ab79a7e2e669070b9dab]

        tdf#43157: convert dbaccess module away from OSL_ASSERT to assert
        
        Change-Id: I14537ea5c9499df4d9ded48071b066fd8a99a0ce

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [d8c2e2cdf267d9222629739261519b89a4025ea2]

        tdf#43157: convert basctl module away from OSL_ASSERT to assert
        
        Change-Id: I68d18d6c6261c964c6d364b2d492b23b508883cc

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [825db3204260c8dc9502b997250c42193376322b]

        tdf#43157: convert cui module away from OSL_ASSERT to assert
        
        Change-Id: I685a9f9e352531d69e4a46bf305140f32d4ef642

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [a85694c4c7aae17aae3f419ef935ae5cab39b174]

        tdf#43157: convert xmlsecurity module away from OSL_ASSERT to assert
        
        Change-Id: Ib5297ceb307e8f8d475b7ff0523e6a57f72434a5

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [48de83aa42166f0107ad5d98fce491d21173741f]

        tdf#43157: convert filter module away from OSL_ASSERT to assert
        
        Change-Id: Ib8abde011f2cf58c0e2fefbf68823bb0016265ff

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [fbea669c74f686f5a75aa80384bbfeff98680f8d]

        tdf#43157: convert desktop module away from OSL_ASSERT to assert
        
        Change-Id: I521042a79cf93a51d84b72554d04715b321dd942

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [2b1737f648024328390bf44c4f2c614e748a92fd]

        tdf#43157: convert svx module away from OSL_ASSERT to assert
        
        Change-Id: I3d76e4237a1c8a389244fab6e8f546d818b77d9a

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [c3c5c16849d1dfc9503b10a35f076907e8ccabb1]

        tdf#43157: convert connectivity module away from OSL_ASSERT to assert
        
        Change-Id: I1f1296836b07df6e147c8be845486ac4acd15abd

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6ffc3cf9e54ab92f2e7811f5e0ff0c9609c65f3a]

        tdf#43157: convert slideshow module away from OSL_ASSERT to assert
        
        Change-Id: I6a067922bd701387172d94713ec05fc3313de19c

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ff76c90fb40c4246a835686ca0b4db8fe6b7dbd1]

        tdf#43157: convert avmedia module away from OSL_ASSERT to assert
        
        Change-Id: Ie484788019f11299c4e4796268507b9b16b7fd4a

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [0483e756e99d7762151fd529f073f6cf24474613]

        tdf#43157: convert writerperfect module away from OSL_ASSERT to assert
        
        Change-Id: I5db174ea899229151327a471fb0e18d643830542

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [bbbb81b4c5380bb8bd8ba035177c5de59eb667bb]

        tdf#43157: convert editeng module away from OSL_ASSERT to assert
        
        Change-Id: Iad5ad8ce11be2fbafd50f46e68947e10752bd609

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [33f1e7eaf99c75327bde64109739ae3e052e40eb]

        tdf#43157: convert package module away from OSL_ASSERT to assert
        
        Change-Id: I74f11a025cd1f8d361c26bac70ffdbd382e5129c

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [9cf1ea364ae57ae3e27fef0896d9552fe9e83e1a]

        tdf#43157: convert xmloff module away from OSL_ASSERT to assert
        
        Change-Id: I7eb36a11a7de5f7cf35ce97b59c8b461b64385a7

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [74fa31e12355a45476458d0e6f907894bf4793cd]

        tdf#43157: convert sfx2 module away from OSL_ASSERT to assert
        
        Change-Id: I3facbef60a0d629db8f3028dd1b9f38e8f17e83e

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6c9fb88fc097ff42cb6a0e26dad84f535ea69edf]

        tdf#43157: convert sax module away from OSL_ASSERT to assert
        
        Change-Id: Ie9e5a123e69269a2ea193923d4d130a947f2388d

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ddce1e22fbdd3256c304541ac0470bb2c2a82ed1]

        tdf#43157: convert framework module away from OSL_ASSERT to assert
        
        Change-Id: Iac0093a2a69d53c91c827ebba01fcdb5353e9b96

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [bbd2d2c116158613ec690bdadca7abe59af88860]

        tdf#43157: convert cppcanvas module away from OSL_ASSERT to assert
        
        Change-Id: I1db04c35cc004a33b0d2586f9eb1d21bc545eb81

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [b8fc5aee3c1c2e7966ae12c32db8c481d95715a6]

        tdf#43157: convert most of canvas codebase away from OSL_ASSERT to assert
        
        Change-Id: Ie6a5942dcac62a0bc3b589ff0b82922b313f88a8

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [4aca4ce101398443b2cfee8fdf18bae8e6c3892a]

        tdf#43157: convert OS X fpicker codebase away from OSL_ASSERT to assert
        
        Change-Id: I3e04db9ffb82f591dcff9b91eb915cf059a9b312

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f67ddc8a5d235887a092554157285b149c17750b]

        tdf#43157: convert accessibility module away from OSL_ASSERT to assert
        
        Change-Id: I2472601216309d30c70e0e455ab096b5150640e8

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f7e9d0804cd06dc4870be5cc23e76b696442f1c4]

        tdf#43157: convert uui module away from OSL_ASSERT to assert
        
        Change-Id: I8aefdc3172578535fde5ea6b86b80af7a017e5e8

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6b3b0b85f96008a7bf4211edd25e4b96118e3c4f]

        tdf#43157: convert basic module away from OSL_ASSERT to assert
        
        Change-Id: Idfd05d410ad3d76c3699492d98e1284a21f5f7d6

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [0bb166a280f9f04a77e7b934525395c652285fb1]

        tdf#43157: convert smoketest codebase away from OSL_ASSERT to assert
        
        Change-Id: I2e53755583de7a89d4d3ebae190ed73fb059a715

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [19ad058856ad2e2994409cf3b0b142a8a72e4c6b]

        tdf#43157: convert svtools codebase away from OSL_ASSERT to assert
        
        Change-Id: Ib22caa642b6d7afd0b54e8a6d6e4961d416df3ee

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6fa4b7e0cc96cb621ac034fb1d2bc1ea649ff8f2]

        tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assert
        
        Change-Id: I84fc0f1a39a47e357e8132b92665ea18501df92e

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [17ecba5a723e94161b752af504a28b068645f476]

        tdf#43157: convert sdext codebase away from OSL_ASSERT to assert
        
        Change-Id: If60f3585f202aabf42582239840aa87c96ae7842

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [768f65105b4f45793bd59331732626f072db9639]

        tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assert
        
        Change-Id: Ifaae7af7169fe6c24d152f8aba51ba3ff3bdb9f8

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [34ca5a2fb5085bb38a9ab050f60ac0a2283acd03]

        tdf#43157: convert xmlscript from OSL_ASSERT to assert
        
        Change-Id: I8470851db8f70cbde96ca033ebd5aa515da84510

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [367fa84af9783be40cc05adb154612e38c237172]

        tdf#43157: convert ucb and svl from OSL_ASSERT to assert
        
        Change-Id: I34579b2ec0b9a2a98361108bc259ddb1fc1df7b5

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f4da706256bbf3d7828419c97ffbfa98d4d48120]

        tdf#43157: convert unotools from OSL_ASSERT to assert
        
        Change-Id: Ifa8dc619f0f401ccbbc2a6985ca2713e2d78da5e

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [53855d39c0f4d354b8e8cfe7c16eed0d8d6114b4]

        tdf#43157: convert i18npool from OSL_ASSERT to assert
        
        Change-Id: I72fda26e8cb61eff47d6913217d8fe7d8b4d79c4

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [85aefc88025992fd7cdf435546dbf26642495713]

        tdf#43157: convert tools from OSL_ASSERT to assert
        
        Change-Id: If932ad6282bac2ca0caa1a824ce58cad9e61045c

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [c11ef362c2cf8c5490f04bc83bfa55336db01046]

        tdf#43157: convert javaunohelper from OSL_ASSERT to assert
        
        Change-Id: Ia000b8e1406954cc9c65a9c4e2ad25f656db0dbd

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [99ef7846544ea4548fb607df37aa0429d68c2ebe]

        tdf#43157: convert stoc from OSL_ASSERT to assert
        
        Change-Id: I7d1b2748a4f4afd873ee4d65d153c76b249507dd

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f81e6f5c78686be9d58174800983012ec025b849]

        tdf#43157: convert stoc tests from OSL_ASSERT to assert
        
        Change-Id: Ibe34f5c62897d753150d7e302767126980a17552

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [3cf126d701484c8141f9c64e87127f3e858c2aef]

        tdf#43157: convert jvmfwk from OSL_ASSERT to assert
        
        Change-Id: Ie06633dd6a49ed9fc51dfb5e6066529020dcf268

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [9ff87d13932ca68a775a439df378bed25f9f0e8f]

        tdf#43157: convert pyuno from OSL_ASSERT to assert
        
        Change-Id: I2eb634ed3f5403df910371631f42219a9f8744eb

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [9a274915a16eea5e3ce51a27b1a8741ac5e785b8]

        tdf#43157: convert cppuhelper and io from OSL_ASSERT to assert
        
        Change-Id: I56d49e1ce9f1c070fedcabb8f1637d17dee1083b

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [8dd791560b08525eec3853029fc9f4e1c49f74de]

        tdf#43157: convert rest of cppu from OSL_ASSERT to assert
        
        Change-Id: I32684aaf33a798484d68bb8c3689cae542a8d608

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba49d9f20a3edb47eb72007c3023427cb4ec8322]

        tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assert
        
        Change-Id: I8c377e716df65ca272ed4d4c1038260c68b6c30e

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a385968c6c70a0c3158feabe991eda8c428f234]

        tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assert
        
        Change-Id: Ia55de2424b6e42a4377e7f5c06387aec79a59ec4

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [1f4c85d0f56bb633bb31d4a0cbaf30c19b9fbbcd]

        tdf#43157: convert cppu's threadpool from OSL_ASSERT to assert
        
        Change-Id: Id9cb46db0dd6f635014982ce958804dd0f02dd83

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [85c7782eb8ad01d891c1859764299058eb0a0ab8]

        tdf#43157: convert salhelper from OSL_ASSERT to assert
        
        Change-Id: Ibbb8cf124b79626e89938a79f40f8ee714af8e86

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [b15c5c499ee5f54bbe11ccb792b3b38259bc6015]

        tdf#43157: convert store from OSL_ASSERT to assert
        
        Change-Id: I7500a0021b33a50ca2e73220b2f8fa2f5ac16e22

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [7c6c4bbceca3f2056f4376a9d350e44be9fd0a39]

        tdf#43157: convert basegfx from OSL_ASSERT to assert
        
        Change-Id: Ieabb52d9d0aa3b9c81e1642cd64bddea897ed53a

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [4833bcba213c02737256b476b946350dcc9904da]

        tdf#43157: convert unotest from OSL_ASSERT to assert
        
        Change-Id: I4fa580adfe9cc9a49824c5a4ef0f37c46b71a98d

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [a2709d8aafb9376d7eed940846757e6ac573af1f]

        tdf#43157: convert chart2 view source from OSL_ASSERT to assert
        
        Change-Id: I1f4e5b0e90778697f9acf77f34206eb6dabebd71

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ebe3547ea9381db2561fbb24cc27c202fff02db6]

        tdf#43157: convert chart2 model source from OSL_ASSERT to assert
        
        Change-Id: Id426cf71bfa63a202979e6bd3fa230cabeeb4dcc

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [42bc6835c5af87ab15cb54c3754f7f198a22a105]

        tdf#43157: convert chart2 controller source from OSL_ASSERT to assert
        
        Change-Id: I184c2c0ed74b6a94eb2366c35daf9ed386fbc36f

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [73b70448be98b2617461d05b3ade04c35af9a535]

        tdf#43157: convert chart2 tools source from OSL_ASSERT to assert
        
        Change-Id: Ib55bb437ff7228d12fa2b6c37fb71242f3a136b4

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [8a4dd50a2fbe8c31ce642fd33d54a0bded8f5734]

        tdf#43157 - registry: convert from OSL_ASSERT to assert
        
        Change-Id: I10c3f9d26c3faf6bd2c47493dd83c3ee744dc711

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [6d49392c4b23f04e70baf2b71bcc6485a966b52a]

        osl: small fixes to file.h initial comment
        
        Change-Id: I51eeed1a9afc392c33e60d5cad784136adf28384

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [53666e68ef30415a7c89919442e429269e2606f2]

        osl: remove comment cruft, whitespace cleanup of thread.cxx
        
        Change-Id: I4941e02b011b8e630b00d8a14703651d1f956563

2017-05-06  Caolán McNamara  <caolanm@redhat.com>  [adf0f0f103b10842b660fb94da77ead04f080907]

        coverity#1403665 Unrecoverable parse warning
        
        Change-Id: Ia4e6f856dc37a2398c5bba58e77261e5e12d3c9c
        Reviewed-on: https://gerrit.libreoffice.org/37317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-06  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [f35e13ce36c857e28252f13dafb78b290a8f9bea]

        Updated core Project: dictionaries  599494ebd79eb9261049a91e2cf11c1294aa8184
        
        GB dictionary update (2017-05-01)
        
        Updated the Dictionaries:
        - British (Marco A.G.Pinto)*
          * British has 431 new words (2017-04-01) + 271 new words (2017-05-01).
        
        Change-Id: Ia24feac848870e4149d7fa22688062ebe3f3f9c8
        Reviewed-on: https://gerrit.libreoffice.org/37073
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Tested-by: Aron Budea <aron.budea@collabora.com>
        

2017-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [d0f3d5eb384d08b5c3a6995dadeacce2203f8f47]

        osl: remove comment cruft, whitespace cleanup of process.cxx
        
        Change-Id: I9609306dfe70595e67ee6100ce236e849e7a3eca

2017-05-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [1d1eb99f7a5ac0c10fb6cb7349e82ca069f432a5]

        OUStrings: constify, reduce temporaries and scope
        
        Change-Id: I8b5fdf6c36908704dfc90cd77d4f258373354042

2017-05-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [e4bd8e218b68a4a70f798a0096cd904fdd344de3]

        Avoid 'else' after 'return'
        
        Change-Id: I38daa42f0f764e05c8894f26faad14e947ee77ef

2017-05-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [5e661008a58677e8871abf93209f81200507b29f]

        OUStrings: constify and reduce temporaries
        
        Change-Id: Id1db5c17a346916a326529b750d2ff0a765af5da

2017-05-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [3908064e9034074c82ed62bf60f5107f27ca4061]

        Simplify sdr::properties::ItemChangeBroadcaster
        
        Change-Id: Ie731294b6490165cf208335e7ec404a35f8a6a95

2017-05-06  Caolán McNamara  <caolanm@redhat.com>  [3be7c158184b1b9fd60d71a59a02c8738bdf977e]

        ofz avoid oom
        
        Change-Id: Ibfa71bc898ff97c2a50528c8396b1d17dcbf30b7

2017-05-06  Caolán McNamara  <caolanm@redhat.com>  [fce56635998006570f63931101d07a00fdd7e20e]

        coverity#1403661 try to silence 'Mixing enum types'
        
        and
        
        coverity#1403660 Mixing enum types
        
        Change-Id: I5b47384747e24139ac0531e5e373c4f88f30ea81

2017-05-06  Caolán McNamara  <caolanm@redhat.com>  [b6a927b93c25503f5c8ae2f69a0c2f5b575b4c0f]

        coverity#1405890 Unchecked dynamic_cast
        
        Change-Id: Ib17e612d8d9b9e9fb712f3fdb4dba24d583a6dba

2017-05-06  Julien Nabet  <serval2412@yahoo.fr>  [df0c18b4787edff7dd9e63582d2b7ba304fb8f7f]

        coverity#1405891..1405898: MISSING_COMMA
        
        Change-Id: I481fd6fedf4df6ecbd1b9ae1651f95278fdb3b80
        Reviewed-on: https://gerrit.libreoffice.org/37313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [420d20d3ef080789153b59b22da63f58e5099b94]

        EMF Replace magic numbers of pen and brush objects
        
        Change-Id: Ia3b6208b3d42b46fbdc9d61bbdea1c790aaf3ba0
        Reviewed-on: https://gerrit.libreoffice.org/37268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-06  Michael Meeks  <michael.meeks@collabora.com>  [86829b5bb7981269237f8a4b694d627b8a440bce]

        Plausible fix for timezone offset issue in Repair Document.
        
        Change-Id: Ic1dabb2c2330e0a74a75d75140b0c598555a0d53
        Reviewed-on: https://gerrit.libreoffice.org/37301
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-05-06  Julien Nabet  <serval2412@yahoo.fr>  [3d4e1d13cf072c9aadb18cb848d415046cf8fede]

        tdf#107652: Crash relation Design window
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=057cde3f8aedc48401bfe864a5b03ef29dd8b641
        "convert join table view menu to .ui"
        
        Change-Id: I6703f7b9b24b67dab87f0b64351d75b3051b5379
        Reviewed-on: https://gerrit.libreoffice.org/37314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-06  Julien Nabet  <serval2412@yahoo.fr>  [d69127635bab9ba7d80dd6bb22f56d1bb0007277]

        Typo: attibute(s)->attribute(s)
        
        Change-Id: Ief134396d3144257e64832cad2590db5d477447a
        Reviewed-on: https://gerrit.libreoffice.org/37312
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eb35ead64b1371ea27420b57387ff1db0cbbbcf6]

        tdf#86001: Pass on the language info from the cell to the engine.
        
        So that it can be used to set the correct language to use to check
        spelling (or disable it altogether).
        
        Change-Id: I4fddd9a7e08ab55476566db98476794b2fc1eb13
        Reviewed-on: https://gerrit.libreoffice.org/37307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-06  Eike Rathke  <erack@redhat.com>  [274ecb49b70b3f01d47546e3b44317946c106042]

        ParaPortionList::SafeGetObject: remove SAL_WARN_IF, called on purpose
        
        Gazillions of warnings leading nowhere.. all calling places now should handle
        this gracefully.
        
        Change-Id: I74b6dacb5a4a5adb9af73aa1adeee2c5b2a9323a

2017-05-06  Eike Rathke  <erack@redhat.com>  [3208f0cb805de6b2ac5f2e1c5d067cd3b845d924]

        DateTime::GetWin32FileDateTime: FILETIME is uint64
        
        Truncate to 0 at 1601-01-01
        See source code comment for pointers and reasoning.
        
        Change-Id: Iea961e0c0302f4f48a0ddbdd23036cbbbf53c00f

2017-05-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a940826162dc93f5543f81fc8fe5d8618c4a6efb]

        Fix typos
        
        To complete commit 0ef94e2b559547bc4e906e7f24e57ff5d642e108
        and f12096272e684ddcd8ffa4e34dcb0a680cc594c2
        
        Change-Id: Ie86bbfbd58dd728a013bef221e4d5c8fbcaf8e03
        Reviewed-on: https://gerrit.libreoffice.org/37199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [942f50e7d379ba5137f4a64d39bd06d6decad9e8]

        sw: fix invalid downcast in sw::UndoManager::Repeat()
        
        (regression from 64ea8306b0ceb001132ac9cbc945a12afc01b8cd)
        
        Change-Id: Ie5343b9911feea329fc176f0abe31edc9e68a33e

2017-05-05  Eike Rathke  <erack@redhat.com>  [7a47058e41a6fc2fdf23673fd583ebc8ca0b5541]

        DateTime::CreateFromWin32FileDateTime: FILETIME is uint64
        
        Called with a (stray value read from file?) sometimes absurdly high value
        treated as an int64 negative value which the algorithm couldn't cope with,
        resulting in weird DateTime ctor arguments that now assert.
        
        Changed to uint64 and replaced calculation with Date::operator+=(long)
        
        Change-Id: Ia8dbc10c4c633208730fce583e43afd828e7546f

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [e4da2e5dfa9e462e0d9c23a1a60caf4b3ef2dc56]

        tdf#104407 writerfilter: fix crash with null xRangeProperties
        
        The m_xStartingRange is null at this point for whatever reason,
        and the block immediately above this one already checks
        xRangeProperties, so let's just do the same here. (Also IsNewDoc(),
        where the logic between PageDescName and PageNumberOffset presumably
        shouldn't differ?).
        
        (started to crash with abaf6bde4ee91c628bd55a7ec2e876a5d0ecff6e
         as previously that code was unreachable in RTF import)
        
        Change-Id: I20539c3a753ecea357e556ea556c3c26983ce1d1

2017-05-05  Mike Kaganski  <mike.kaganski@collabora.com>  [8d10be803ce0598489aa102953473fb9ea95db6e]

        tdf#106525: fix date import
        
        Change-Id: I81c1cc58b0201412f650854fa9ebf920b4df68bd
        Reviewed-on: https://gerrit.libreoffice.org/37302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-05  Mike Kaganski  <mike.kaganski@collabora.com>  [ffd8e6b44e7dacb28047661fd6b73061790761cf]

        tdf#107649: add TrySystemCredentialsFirst config option
        
        This will allow automatically try system credentials for any URI
        (including unknown) before displaying dialogs. This is intended for
        corporate enviromnents.
        
        Default value of this option is false, keeping current behavior.
        
        Change-Id: I96cb18e089134325e1f92f1afdef331975000e3b
        Reviewed-on: https://gerrit.libreoffice.org/37297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-05-05  Caolán McNamara  <caolanm@redhat.com>  [d9468bc951e9aabba4dcc45ad102a154331d41ea]

        ofz: fix leak
        
        Change-Id: I38a3056dc38997a062904c0368a34fdd405715dc
        Reviewed-on: https://gerrit.libreoffice.org/37282
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [b9130f798db68f7fb3cabc914e050b69f0db64ee]

        Updated core Project: dictionaries  fd593892c9de0c323abf6e920fe2b7894a15b26f
        
        dictionaries: remove malformed line from pl_PL/th_pl_PL_v2.dat
        
        Breaks the build with:
        
        Unable to read count from "sądzić|stwierdzać|upierać się|(książkowo) utrzymywać|zapewniać|zaręczać" input.
        
        Change-Id: I6e1a51258c0e2f3baac21b1f0a8e43b461a7f3a7
        

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [156095d6b4ef756f268ec32e0b5a42db0b0021f8]

        connectivity: convert the other OSL_ENSURE to SAL_WARN_IF
        
        Change-Id: Ie3d84129b73792e1f129d65350bf0e1455b08566

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [6efdabe96920628c9865d17ae11599cd7db43348]

        connectivity: replace OSL_ENSURE with assert
        
        Change-Id: I0a4a16aa5b78383ee23124d7500b9f12e2add8a7

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [828ca509f4a025d86ce3104331b2df6fba42c05c]

        sw: avoid warning duplicate style name of family 101: "Default_20_Style"
        
        Change-Id: If0c0ae10d56b0153b4686b9c8ec66adc52c42c72

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [076758857a98d6f35517c74e991509239135d997]

        fix spelling, methode -> method
        
        Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4
        Reviewed-on: https://gerrit.libreoffice.org/37289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Eike Rathke  <erack@redhat.com>  [ba11b28cae3b161bcea5a65709f3c3e222a3c082]

        Use Date(css::util::Date) ctor
        
        Change-Id: I99fa34fe3177bced41b16660ef1c3548b55ec60d

2017-05-05  Eike Rathke  <erack@redhat.com>  [45a1a762147058e3ec6807f6b7f1f7b0a15f3e59]

        ScDatabaseDocUtil::PutData: do not create an empty date if row wasNull
        
        Didn't harm because bEmptyFlag is evaluated later, but now Date asserts
        on various occasions. Also, the calculations are completely unnecessary
        in this case and were wrong anyway.
        
        Change-Id: I03ad7204668fbd6bcfa243e6a7c778be66f92c43

2017-05-05  Eike Rathke  <erack@redhat.com>  [cf2c51307aaff7f68e149fd443975c44a132cc39]

        Introduce Date::IsEmpty()
        
        Change-Id: I4199b1da723c93b369c84bf664ef2d6e6e6dabb7

2017-05-05  Eike Rathke  <erack@redhat.com>  [d50fc27e760ffe74d1f676dbfe7cae5e9add5df7]

        Comment that day and month must be <100 and year != 0
        
        Change-Id: Ibfb003f4ce108b401e3102fecd0843dc75fcb41e

2017-05-05  Caolán McNamara  <caolanm@redhat.com>  [d0a51094918a8540067953c4f70726cb911cf1ed]

        move aItemSet out of class
        
        Change-Id: Id3c026ced7d7e8484c25387c228a75b85f1f0519
        Reviewed-on: https://gerrit.libreoffice.org/37281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-05  Piotr Drąg  <piotrdrag@gmail.com>  [3731abb4183c7844f4be1aa5295aecd71c094ea4]

        Updated core Project: dictionaries  5926dc476fc070ff44a1cac747658b0dba5f05ba
        
        Update Polish thesaurus
        
        Using pl-dict-latest.oxt (version 0.8.59, 6 March 2017)
        from https://dobryslownik.pl/pobierz/
        
        https://bugs.documentfoundation.org/show_bug.cgi?id=106331
        
        Change-Id: I6a482730df6ccf9b520366cf3c59101f464bfe11
        Reviewed-on: https://gerrit.libreoffice.org/37291
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-05-05  Piotr Drąg  <piotrdrag@gmail.com>  [7add03899465c3122c6e2786260179029b75ed5a]

        Updated core Project: dictionaries  92d14831d28fecaaa8b1ea6487173c6fd2c72db8
        
        Update Polish dictionary
        
        Using sjp-myspell-pl-20170305.zip from http://sjp.pl/slownik/en/
        
        https://bugs.documentfoundation.org/show_bug.cgi?id=106331
        
        Change-Id: I06764087a259f082cacf9fc50620ee21d1e6f19f
        Reviewed-on: https://gerrit.libreoffice.org/37290
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-05-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [77dfad076d85cf98442841e0e01f22a6e5a2723f]

        Use the non-template variants.
        
        Eventually the template variants of these helper functions should
        be removed.
        
        Change-Id: I63edf2776efafd08908947217ce53dfc6d5e35fc
        Reviewed-on: https://gerrit.libreoffice.org/37269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [af8f4048c5224989356bc117cf14a28ba9e59d22]

        Will this fix the android build?
        
        Change-Id: I2ab31fa445d9b8a6aeaa721848d3afb72fd865b7

2017-05-05  Takeshi Abe  <tabe@fixedpoint.jp>  [6e4cba99bb35e6697b94309eedd1a08ebea2dc68]

        starmath: Convert SmHorAlign to scoped enum
        
        Change-Id: Ie75749ebbea2ec74e2f16b1c42a55fbcd71845c3
        Reviewed-on: https://gerrit.libreoffice.org/37270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-05  Jens Carl  <j.carl43@gmx.de>  [c7e4f2b310d10fb3b3ae3b8ebdf02f9d2ad79b7a]

        tdf#39468: Translate German comments in sw/source/ui/{dbui, frmdlg, index}
        
        Change-Id: I685875a3e58379aa5a1e338b17f3773efb859b8e
        Reviewed-on: https://gerrit.libreoffice.org/37271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-05  Jens Carl  <j.carl43@gmx.de>  [096c0713a1606c2cfc460c3cb7a8ca684efd9dec]

        tdf#39468: Translate German comments/terms in sw/source/filter/ww8/wrtww8.cxx
        
        Change-Id: Ib4277ee56045bffceea085f54daf858d4d3ae644
        Reviewed-on: https://gerrit.libreoffice.org/37272
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-05  Jens Carl  <j.carl43@gmx.de>  [2a1e91f0d8b58dfe3c507a660cd816f3466a3c5f]

        tdf#39468: Translate German comments and terms in sw/source/filter/ww8/
        
        Change-Id: I5becfe1131ba1dbd17cde2595f37c068cb9fcbc5
        Reviewed-on: https://gerrit.libreoffice.org/37273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [19710ef250a7da5f7fcc2d017bc60fdee91925ef]

        loplugin:checkunusedparams in writerfilter
        
        Change-Id: I52860115a65a23651b6f96363c6f8e5baa78cfad
        Reviewed-on: https://gerrit.libreoffice.org/37278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Michael Stahl  <mstahl@redhat.com>  [dfb4d8ed8607082fa3fa7548d83bf673b7b0ee81]

        xmloff: typo
        
        Change-Id: I74cba6856cbcb2da3334356cdeefe8c21ce5e83c

2017-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [fe0451259d2fb93c809c1bfa3baf5abd90019c58]

        tdf#103158 ctrl+shift should work on key up
        
        Under gtk/gtk3 we send CommandEventId::ModKeyChange on
        key down, to support the auto-accelerator feature. But
        at least the handler in SwEditWin::Command must get it
        on key up, in order to not interfere with other
        ctrl+shift+X shortcuts, which work on key down.
        
        To achieve that, we need:
        
        - On key up pass the key that was just released, instead
          of the current state of nothing being pressed.
        
        - Have a flag of whether it's a key down or up event, so
          it can be checked by the application code.
        
        Change-Id: If188d6ccdc3b214a2c3ed20aad291d74d46b358f
        Reviewed-on: https://gerrit.libreoffice.org/37275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3a44cbb1d01a1fe5e6321b29e215f4a13ddee6a]

        loplugin:checkunusedparams in toolkit..vbahelper
        
        the extra argument on the runtimeexception method was only ever passed
        an "OUString()"
        
        Change-Id: I0ea19ae9328760918f1267f27ba103432fff0b47
        Reviewed-on: https://gerrit.libreoffice.org/37274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [9ffba2ea6c6880bce955b53ab20b5d99e2709cd3]

        loplugin:checkunusedparams in vcl
        
        Change-Id: I0d8f230b52fc64a2f8a8519d458a7a766ce685eb
        Reviewed-on: https://gerrit.libreoffice.org/37277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [8ac571d47045108d40ff6e6ff2128affeee402de]

        sc: Remove some dead slots
        
        Change-Id: I92cfd5043c084d64fdfba3a1df817ee035388797

2017-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [81c4d3bd009d89af4ffd84a2ade00f1f919cf371]

        Once is enough
        
        Change-Id: I0f25f68e3fda79da36921e1b0ac603a6e158fe6f

2017-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [caada57a3ed4283a9ce78fcdcd6b1f5b72e91fc9]

        Defining SID_UNICODE_NOTATION_TOGGLE once is enough
        
        Change-Id: I6d63ee582ad5530ecb713dd65350912ee27dc15d

2017-05-05  David Tardon  <dtardon@redhat.com>  [e60b045a77cc058d1c48fe78b8329b272993a853]

        add missing dep on dir
        
        Change-Id: I3bf9077e0d4fdb39ffc93e8acd972e2dbc3537e4

2017-05-05  Katarina Behrens  <Katarina.Behrens@cib.de>  [2fdc42d3feda4c89b95a186b4c65d369caa49020]

        tdf#106127: Sidebar: Enable patterns as page background
        
        don't know who in their right mind would want to use it, but it's
        possible to set such background in the dialogs, so let's make this
        consistent
        
        Change-Id: I0d5dea0edfeae8d8ca65ad2bd18ced9a982a224c
        Reviewed-on: https://gerrit.libreoffice.org/37265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-05  David Ostrovsky  <david@ostrovsky.org>  [9f68be99919871283238e4a12940d9581d724af2]

        Use gcd from boost::math::gcd
        
        According to the documentation "Run-time GCD & LCM Determination": [1],
        gcd should be consumed from boost::math::gcd.
        
        [1] <http://www.boost.org/doc/libs/1_64_0/libs/math/doc/html/math_toolkit/run_time.html>
        
        Change-Id: I026a4e8ead75399765eb73fa5434a57958676383
        Reviewed-on: https://gerrit.libreoffice.org/37260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-05-05  Olivier Hallot  <olivier.hallot@libreoffice.org>  [4c4360aeacd379eb8f1f321bea792a7ba2a8237b]

        Updated core Project: help  071f8ffd4cf60831718cb9398bff889269284f8e
        
        tdf#92837 Security and document link updates
        
        Change-Id: I19e2c3484d32f14a5b36294e50aff4c59bcff348
        Reviewed-on: https://gerrit.libreoffice.org/37247
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [93a9b70c7fe4d68f8d41edb25bc00bcac4439667]

        loplugin:checkunusedparams in svtools
        
        Change-Id: Iea68d7c0683740acaf4f85c14efe2a33e0cf13e7
        Reviewed-on: https://gerrit.libreoffice.org/37201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b]

        loplugin:checkunusedparams in svx(part4)
        
        Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab
        Reviewed-on: https://gerrit.libreoffice.org/37248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec38966951f28a1e1d4c97f01a550c87f152cbc8]

        loplugin:checkunusedparams in svx(part3)
        
        Change-Id: I4b9b749565750acc7f674957fd619870b0e29237
        Reviewed-on: https://gerrit.libreoffice.org/37240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [44bc7fc5609a4930e7236b43cf445920a2a3bc77]

        loplugin:checkunusedparams in svx(part2)
        
        Change-Id: I608d504b64336e1cb2fc32a46908bef0cffed3bd
        Reviewed-on: https://gerrit.libreoffice.org/37229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [57f1934bdaa747f6e671419aa040e140d235f937]

        convert HTML_TOKEN_IDS to scoped enum
        
        Change-Id: I525506e0103e4f17e5b8b95f15c1285d65b93de9
        Reviewed-on: https://gerrit.libreoffice.org/37220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-05  David Tardon  <dtardon@redhat.com>  [3b39adee1965be05e4bae759f43f77ce530f326c]

        mingw is dead and buried
        
        Change-Id: Id64d7b3b4af56fd696eba497837399ab912e35af

2017-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [074fd0fed18f6ffcd5c9e33e75f820e9c769abc9]

        libxmlsec: remove xmlsec1-nssmangleciphers.patch.1
        
        This was added in commit ebd1b95bb5f9235d1dba1b840fd746c9b53320d2
        (INTEGRATION: CWS xmlsec08 (1.1.2); FILE ADDED, 2005-03-10). According
        to CWS history it was introduced in the 1.1.2.1 part, without any
        further comments.
        
        Before the gbuild conversion in commit
        ec6af4194e80f5f0b2e46ca59802ff397a2a4a24 (convert libxmlsec to gbuild,
        2012-11-29) the makefile.mk had a comment for this patch: "Dubious, do
        we still need this ?".
        
        My best guess is that this was added as part of some effort to do ODF
        encryption (not just signing) in xmlsecurity, but code for that on the
        xmlsecurity part is already removed.
        
        Change-Id: I3a5f1fedd7ce10b8b874bb8a3c9e6260213fbd8f
        Reviewed-on: https://gerrit.libreoffice.org/37261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-05  Takeshi Abe  <tabe@fixedpoint.jp>  [bff9521fb48d33daa098794f4b2692e6b1d40273]

        Drop premature mode line
        
        Change-Id: I718184564eee226a72e4db5e804a99257d278db5

2017-05-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4633d3d539d32236527a7056c50a04e373f8038d]

        Use std::unique_ptr for these guys.
        
        Change-Id: I36510129f95548db3b156025a1bfe631577ec610
        Reviewed-on: https://gerrit.libreoffice.org/37267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a7f1df962c1c6cb0e1d51d8a67f0190c64962544]

        tdf#106796 Make CHITEST and CHISQ.TEST comply with ODFF1.2 and improve
        
        interoperability with Excel.
        
        Note: the functions now don't accept empty datasets, just like Excel.
        This is not fully compliant with ODFF1.2. A change request to make ODFF
        reflect this behaviour would be appropiate.
        
        Change-Id: I70225a4dc8e20a035d25af4290137714cda95624
        Reviewed-on: https://gerrit.libreoffice.org/35864
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-05  Gulsah Kose  <gulsah.1004@gmail.com>  [9691f2652f157f375881aea3bf5e39d72a133e0f]

        tdf#95885 Add new toolbar and toggle icons for Cell Protection
        
        Change-Id: Ib0d7f2a8cc07988d27f5cf96e5c57727ad1eca71
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/35218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [87a5be1cb579cb1e215c39990986c0a770c18b50]

        tdf#107566 adjust constraints for Add-In function YIELDMAT.
        
        Constraints are adjusted to make Calc behave the same as Excel.
        Constraint for rate is less severe than ODFF1.2, but a rate of 0 is
        mathematically no problem and Excel allows a rate of 0.
        Constraint that Settlement date cannot be before Issue date is neither
        mentioned in ODFF1.2 nor in Excel's help text for YIELDMAT, but is applied
        by Excel. In reality, a settlement before issue is not possible.
        
        Change-Id: I9c19d33abe8518311606fcee1c9dea32438d61a4
        Reviewed-on: https://gerrit.libreoffice.org/37206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-05-04  Thomas Beck  <thomas.beck@cib.de>  [ad711bc6e2cc35c2ed114fff15008d5bbcfcf21c]

        tdf#107587 Opening Hyperlink opens Browser in Background.
        
        Added neccessary WinAPI calls to bring called window into the
        Foreground.
        
        Change-Id: I080968f655e2230d1a514b3ef91bf916d904d844
        Reviewed-on: https://gerrit.libreoffice.org/37196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-04  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [a2c14edcc5cbf87c3c229361e02415bcedcd7b87]

        Fix number of EmfPlusEndContainer record
        
        EmfPlusEndContainer record closes a graphics state container
        that was previously opened by a begin container operation.
        
        Change-Id: I80d977ba53b98ef87b70e0dca2008c1980f901f9
        Reviewed-on: https://gerrit.libreoffice.org/37217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-05-04  Michael Stahl  <mstahl@redhat.com>  [670631cae260263e4822d8aa63bc5c2e4349c796]

        sd: oops, skipped one entry on every erase by incrementing
        
        Thanks Noel for the hint.
        
        Change-Id: I4992ce6d92ea185c7ab2f3ca452d3920204bb9f7

2017-05-04  Michael Stahl  <mstahl@redhat.com>  [baa253d00ab6aa67fa100472db00227baa14c87a]

        sd: fix atexit crash in CanvasUpdateRequester::maRequesterMap
        
        https://retrace.fedoraproject.org/faf/problems/bthash/?bth=2c9e4b335a4f17dea5e095f0a3e8f79aa40943cb
        
        Clearly it's a really bad idea to own these objects at shutdown, so
        instead use weak references, and also ensure that the
        CanvasUpdateRequester is not deleted before the event is dispatched
        just in case.
        
        Change-Id: Iee8a109fe5969b2a3345e0ef266aee014962ae57

2017-05-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fadf6427a9cbf351727e1412d8079757a994085b]

        convert EVAnchorMode enum to scoped enum
        
        change values to match position in definition to their meaning
        
        Change-Id: Ia96e0c7e0c70c847dea518ef871608516542d3cb
        Reviewed-on: https://gerrit.libreoffice.org/37186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Eike Rathke  <erack@redhat.com>  [8538f28377356a8abd1826c011b2e2cb33dacec2]

        Updated core Project: help  727765e3fcf246c9b8adc27097c89e5678e8b910
        
        Remove erroneous commit of source/text/sbasic/shared/03030108.xhp.rej
        
        Change-Id: I2d5cb2f514d1a1564868d0abf442cd01ff28e7c7
        

2017-05-04  Eike Rathke  <erack@redhat.com>  [e79bc6f2f47deeee13ab66702d64da21a7d4b226]

        Updated core Project: help  ba4ed13b45fc390205c1f888f805b56c62994a11
        
        CDateFromIso: also with separators; date range and year representation
        
        Change-Id: Ifd83a84b300074be10fe039ba2e30b94f6bf1327
        

2017-05-04  Eike Rathke  <erack@redhat.com>  [ae7401002a0b6dabe4136dd8c5654ee2a54e7db6]

        Number formatter: handle negative signed year date as BCE
        
        Accept input -YYYY-MM-DD or -Y/M/D or M/D/-Y or D.M.-Y ... and display likewise
        if no era word is to be displayed.
        
        Change-Id: I199d34354d5b91dbe2a6a6ac3ae4b50d5dbde670

2017-05-04  Eike Rathke  <erack@redhat.com>  [83f1381039898329a3e67330c1e59c039311363f]

        Bail out early for just a sign as start string
        
        Change-Id: I9852aa70f6cf61c00d882cd7ff1171275c5b9c24

2017-05-04  Andras Timar  <andras.timar@collabora.com>  [e98fab99b509b40312a2d5867327e06f9e55bfe2]

        Updated core Project: translations  b0195da863b1f3edafb44e652f5b0443fb666672
        
        Updated Slovenian translation
        
        Change-Id: Idd7711b7fcbd488163d2a92596fc54c4e91bd54e
        

2017-05-04  Mike Kaganski  <mike.kaganski@collabora.com>  [088ce8d2df78dd60724d1be0feb9f02bbcd043a4]

        tdf#107622: also update nNullVirOff when changing nNullOff
        
        Change-Id: Iad867d6130c263d7bbfd7caf5c1805f13325aedb
        Reviewed-on: https://gerrit.libreoffice.org/37234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-04  Yousuf Philips  <philipz85@hotmail.com>  [70b508ce1f74dbcf24edf1f3cb8d0db2c2d4e3b3]

        tdf#87674 Remove duplicate shortcuts and add shortcut for new slide
        
        In Impress, removed 2 duplicate shortcuts for starting a slide
        presentation and add shortcut for inserting a new slide
        
        Change-Id: I86d9d07dd0b84f13309a4eb620135741c8e13a23
        Reviewed-on: https://gerrit.libreoffice.org/36647
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-04  TiagoSantos  <tiagofsantos81@sapo.pt>  [125ea721e1988bb815ef8c72ef58d00938e3e45a]

        document /italic/ and -strikeout- markup
        
        added in commit https://gerrit.libreoffice.org/#/c/31076/
        
        former changes verified in:
        https://bugs.documentfoundation.org/show_bug.cgi?id=83037
        
        Change-Id: I4b5973137edbec7bb430264867bf55b766248e1f
        Reviewed-on: https://gerrit.libreoffice.org/37127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-04  Jens Carl  <j.carl43@gmx.de>  [e4d29af8e49d5e5c93adc7e71a6104670462b9c5]

        tdf#39468: Translate German comments in sw/source/core/text/itrform2.cxx
        
        Change-Id: I39c918c4c89e94aac2031674646ca2f1f5ca3fd1
        Reviewed-on: https://gerrit.libreoffice.org/37219
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-04  Yousuf Philips  <philipz85@hotmail.com>  [2d609bfece4a83c9a65a2d5f2d912646419cfa8c]

        tdf#107573 change label of outline numbering in menu and dialog
        
        Change-Id: I38334bf726ab617bab390f0c45bb79c387aae424
        Reviewed-on: https://gerrit.libreoffice.org/37200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-04  Tor Lillqvist  <tml@collabora.com>  [0a63c091b47f3566c55a828229c91efbe0a08406]

        Fix spelling
        
        Alternatively, we could build a higher wall.
        
        Change-Id: Id2ba91c85557ed6ac9e45ba2d9f51ca0e019cd32

2017-05-04  Jens Carl  <j.carl43@gmx.de>  [15c7b259334a685844d32a9b562dcc50a8d9ef2e]

        tdf#39468: Translate German comments and terms in sw/source/core/unocore/
        
        Change-Id: I7e9a7b1721de6b183d2511e36b3e20a32a8118f1
        Reviewed-on: https://gerrit.libreoffice.org/37224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-04  Jens Carl  <j.carl43@gmx.de>  [02bcb700b42fef999f7aa576719494668bb355dd]

        tdf#39468: Translate German terms in sw/source/core/graphic/ndgrf.cxx
        
        Change-Id: I7507a4389d1dc9a5361dadbaa3efa63b2153b7dc
        Reviewed-on: https://gerrit.libreoffice.org/37221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-04  Jens Carl  <j.carl43@gmx.de>  [52aa648bb54f64f1d4ef78d107629224a5f78cd1]

        tdf#39468: Remove obsolete German comments in sw/source/core/sw3io/swacorr.cxx
        
        Change-Id: Iabe8b652d1e8e45ad10c5c8d24dfc4933ba5d688
        Reviewed-on: https://gerrit.libreoffice.org/37222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-04  Thomas Beck  <thomas.beck@cib.de>  [184362002955d750c6597a444ae5240cf15932ac]

        tdf#106520 xlsx: black square where image should be
        
        Reversed order of Transforms. Duotone will now be applied after a
        ColorChange due to the ColorChange Transform not being able to
        distinguish the colors properly anymore after Duotone had been applied.
        
        This seems to better match what MSO is doing there.
        
        Change-Id: I6ca66cc411c3e2a3d009325f0f1641c560949a54
        Reviewed-on: https://gerrit.libreoffice.org/36263
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-04  Szymon Kłos  <szymon.klos@collabora.com>  [f7f7621cce0d9b91bec2807ddd0134e8b25957bb]

        AutoText: fix dotm support
        
        + dotm files don't contain additional empty paragraphs
          at the end of AutoText entry
        + added test for dotm import
        
        Change-Id: I336145dcf8a5dd69aa9ed82318a0f05a6f62596c
        Reviewed-on: https://gerrit.libreoffice.org/37230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f18b17ddbd58e64683f7f806e913878f756e7a26]

        Remove duplicated include
        
        About commit 34f7e618ddd3399d9e7f3998e25545256255d02d
        
        Change-Id: I9142116305dc2cf2ecae66835facadee56ac836a
        Reviewed-on: https://gerrit.libreoffice.org/37214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-04  Caolán McNamara  <caolanm@redhat.com>  [651169f85640c9d15381c424dfe0ed5cd93e58ee]

        Related: rhbz#1447830 ExportHiddenSlides isn't persistent in dialog
        
        every time the dialog is run its back to its default setting again
        unlike the other options
        
        Change-Id: Ieb6c94a4ec8670957f9e295acee7114d5c4c6d5a

2017-05-04  Yousuf Philips  <philipz85@hotmail.com>  [391b29cc257f0d0925b1b18a024f4dffb2e426fa]

        tdf#96047 Change labels for display mode commands
        
        Change-Id: I4eecb9c6d19df0d2f2df4d2618ff7a4a5ce5bb24
        Reviewed-on: https://gerrit.libreoffice.org/37180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [97f391d4e5ed89425ca6c5ad52d159a7ce8fdee2]

        loplugin:checkunusedparams in svx(part1)
        
        Change-Id: Ie98ec3be5ece2579feca050563c5ab7776ad6a7e
        Reviewed-on: https://gerrit.libreoffice.org/37227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [214e0847f5d1666b4cf23a833bb757f6bace04d0]

        drop default param in SdrPaintView::VisAreaChanged
        
        to make it easier to remove some unused params
        
        Change-Id: If36f5b69d8a45261ed23ea382b145ac2286ea794
        Reviewed-on: https://gerrit.libreoffice.org/37225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4e9fe5a733f9c3a3c0b673379739c768075b465]

        loplugin:checkunusedparams in sfx2
        
        Change-Id: Iea88ddd619f10a2a2586ee24edbf07e246dcbb49
        Reviewed-on: https://gerrit.libreoffice.org/37191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Caolán McNamara  <caolanm@redhat.com>  [a4b581bb996142d2906f23161ec673f958511649]

        Resolves: tdf#107603 crash after loading new numrule in numbering dialog
        
        Change-Id: I0f270793a4b0312e23079789a37c402b31e54238

2017-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9c01db5268a16d657d20f07a083583c2d2b011c]

        CppunitTest_vcl_pdfexport: replace std::search() with pdfium calls
        
        The old code would also pass if the page has e.g. a literal "re f*"
        string (since the tokenizer doesn't parse streams), the new one uses a
        proper parser.
        
        Change-Id: Iabb242b420c14f619f716f5ba47a1165a942f88a
        Reviewed-on: https://gerrit.libreoffice.org/37223
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [9eae606ebc1ebd20dbc0aeb44e1f760e62afcdbe]

        tdf#105703: Make sure we actually have a motion path here
        
        fix regression from my previous commit
        
        Change-Id: Iddba458ffaf7b647c1942b35d80aa37e6ff6ed13
        Reviewed-on: https://gerrit.libreoffice.org/37216
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [86b2c0c7642f0e87d534a9ff57f188ce08149473]

        tdf#107097 fix missing values for categories when copying
        
        We need to be careful what data we output to represent "no value"
        as it could be mis-interpreted (for example Nan or empty string).
        
        Change-Id: Ie5d85bd58118b0526750f387553dfd7a12b272a4
        Reviewed-on: https://gerrit.libreoffice.org/37212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [582c9949d53ac4845bdea50b06f1a47d948b9fb9]

        pc: top (first) categories are located at the last index in vector
        
        Change-Id: I30f276fb96bc6999e6cd3ca661d0b1dc4a27950c
        Reviewed-on: https://gerrit.libreoffice.org/37210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dd2a4069e50ec0a114173ffb811e736155614f9a]

        cleanup includes
        
        Change-Id: I9615a1da8224b0112acf5b811f7de566945c02c9
        Reviewed-on: https://gerrit.libreoffice.org/37185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [44752e2627378c55efeac88f537314bbd3078b6a]

        loplugin:checkunusedparams in svgio
        
        Change-Id: I2e05fc51715902737ead6e57d0fbe167d715b822
        Reviewed-on: https://gerrit.libreoffice.org/37194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fbd05e0c73970d5a4b5dbaebcff104e34776752]

        loplugin:checkunusedparams in starmath
        
        Change-Id: I1a2299f66e077879863ac0e694e42196c9432458
        Reviewed-on: https://gerrit.libreoffice.org/37192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Arnaud Versini  <arnaud.versini@gmail.com>  [1fdb0e1897b063c7a0f29ed5a0de440ea057b2ed]

        Replace all OUString("") with OUString()
        
        Change-Id: Ie14c4d76cb61cfbe0410103adfc1afc8ade0f3e0
        Reviewed-on: https://gerrit.libreoffice.org/37146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0025fc13d805751f8eeb14febbdd0033e0a6d91e]

        include cleanup
        
        after latest loplugin:checkunusedparams in sd
        
        Change-Id: I9f35343ed3e7ec2e709d7d910297eb0a63945a34
        Reviewed-on: https://gerrit.libreoffice.org/37202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-04  Jan Holesovsky  <kendy@collabora.com>  [2514e38f8ebb95f51783ce321a84d6c55bba1de4]

        Fix build.
        
        Change-Id: I5638d1984cd1c40517e977ade6e3959f3595208b

2017-05-04  Eike Rathke  <erack@redhat.com>  [fd4c9d0b017ba559dd31776cb58c75f90ebf0db5]

        Make SvNumberformat::ImpIsIso8601() const
        
        Change-Id: Ied2440046ab01bc0f18629ddb885e7555b8af137

2017-05-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [44eb05c254c3a45b3590fba7b4ea2194f45930b5]

        sc lok:fix up: scrolling issue: the document size is not updated in client
        
        Change-Id: Ied16f52b0a3a3be074390d60120493c75076c84d

2017-05-04  Jan Holesovsky  <kendy@collabora.com>  [02359793bbb8e2b762d3f9ce0f41905f8422d7d4]

        sc lok: Unit test that painting tiles after pgdown returns actual content.
        
        Test based on the online.git test by Ashod Nakashian, thanks for the repro
        steps there!
        
        Change-Id: I225127e953b0dade0b1bd4e12c131dc984b7e3fc

2017-05-04  Jan Holesovsky  <kendy@collabora.com>  [8339e1172a9ca22b4e6448caceec9a4387a0c8dc]

        sc lok: Extend MaxTiledCol/Row when painting beoyond the current doc area.
        
        We were stripping the painted area only to what was the current document size.
        But the document size has to grow when the user moves outside of the view, and
        we have to be able to draw even tiles that are outside of the area.
        
        Let's play it safe, and actually extend the MaxTiledCol/Row when we paint
        beyond the document size.
        
        The unit test has to be adapted to assert only the tile content - which is
        what actually mattered for the original problem.
        
        Change-Id: I447c006cc184a27e55a345e51b4fe28e77cfc8ae
        Reviewed-on: https://gerrit.libreoffice.org/37205
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/37208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-05-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a78cb2ba6be7bdf4e45cefeb42b90f1c11a012ab]

        remove unneeded @since tags from added pivot chart UNO interfaces
        
        Change-Id: Iafeeedbc617d0824d8f384f8515faea35a3e419f
        Reviewed-on: https://gerrit.libreoffice.org/37211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [089c8a6edb3425a18632b855e0ae74875f236dba]

        simplify filling of categories in pivot table data provider
        
        Change-Id: I0940126fcb96d36f168a1c995504b6e9ce92564a
        Reviewed-on: https://gerrit.libreoffice.org/37209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [a416d8be70f5044143f7de8a1b0cd9d3580ff798]

        editeng: add pUndoManager assert in ImpEditEngine::~ImpEditEngine()
        
        This too can be an application UndoManager loaned only temporarily
        from getSdrUndoManagerForEnhancedTextEdit() and
        SdrObjEditView::SdrBeginTextEdit() - it must be reset again via
        SdrEndTextEdit().
        
        Change-Id: I1f9d64d7af47ddc53d183bde6a6244ba5c261b0c

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [72097be9ca128083ed5b1cf5a5166ea7419891c5]

        svx: SdrObjEditView::SdrEndTextEdit() must be called after SdrBeginTextEdit()
        
        ... to prevent disasters with managing the UndoManager, so assert that.
        
        Change-Id: Id577ea465e21e3d358b3ff0bb36de0af34e0b69d

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [f5a89dac29f745527ed8c437d4a138ebd0f2f4f8]

        svx: SdrObjEditView is not the owner of mpOldTextEditUndoManager
        
        In all of sc, sd, sw, the UndoManager returned by
        getSdrUndoManagerForEnhancedTextEdit() is owned by the application
        and SdrObjEditView should leave its grubby paws off of it.
        
        Change-Id: I7be3d336e0aaf4905323c1e99ff0643b3844f295

2017-05-03  Julien Nabet  <serval2412@yahoo.fr>  [d499cb3bd585e9fcc21bc586cad3d2ad2487a451]

        tdf#107196: fix firebird relationship
        
        Let's spread string sanitizing
        see https://bugs.documentfoundation.org/show_bug.cgi?id=107196#c3
        
        Furthermore, in example file from the bugtracker,
        relationship between f2 fields were present several times.
        So I had to delete it several times to really remove it.
        
        Change-Id: I4fbe10c479af3d4fa5ccfb290f128fdd2a6d49a9
        Reviewed-on: https://gerrit.libreoffice.org/36642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-03  Yousuf Philips  <philipz85@hotmail.com>  [c31c338fa2a941e128d0dac251fb99f777ac7b00]

        tdf#105293 tdf#81475 Tweak standard and formatting toolbars
        
        Change-Id: Iec9750b2b0c3c3d3aefd7ebae73924bd4311b87a
        Reviewed-on: https://gerrit.libreoffice.org/37203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3cb581adde31460d7bfe2922b8ae866aa823d5ad]

        VBA tests- MONTHNAME,NPER, NPV,OCT test case
        
        Change-Id: Ia6c732d4c205ba2461007feacce1403b83e6043b
        Reviewed-on: https://gerrit.libreoffice.org/37109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-05-03  Szymon Kłos  <szymon.klos@collabora.com>  [acfda3dd7cab2a27780a162310bd8a457f9bfa33]

        AutoText: first tests & windows fix
        
        First tests for AutoText DOCX import:
        + checking if nothing will be imported when
          there is no AutoText, only normal content
        + checking count of loaded entries
        + checking names of entries
        + checking first and last paragraph
        
        Windows fix: Added swdocxreader to msword library
        
        Change-Id: I3cf02572dd85e72b1566ce523e373753a4bd346c
        Reviewed-on: https://gerrit.libreoffice.org/37176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [946f3f491d3f7e47be6c5b943e725009b4cf2d16]

        typo
        
        Change-Id: I8500974920731a7a95fdd6bc0d800c85a7158891
        Reviewed-on: https://gerrit.libreoffice.org/37213
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [eee4cd54a8931b2c62a57444e44f6e8b0e251769]

        Updated core Project: help  fb9858706e57e5e000326ccaabda5e7578bf33be
        
        tdf#103431 HELP Bessel functions need examples
        
        Change-Id: Id564a07c9f5db0e3203d6ebfe5c9f3c2ea425fb4
        Reviewed-on: https://gerrit.libreoffice.org/37182
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [f61294aa9ae95afbf364b974425f789ff2c4c5e7]

        Updated core Project: help  f86e7a5fddca6c2079524296a287f599405ab347
        
        tdf#103457 link UNICODE() to UNICHAR() in Help
        
        Change-Id: I80f7bdf22dc302b8bb8cab1cd278b06989a14f6b
        Reviewed-on: https://gerrit.libreoffice.org/37181
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-03  Olivier Hallot  <olivier.hallot@libreoffice.org>  [ae21d9aa8af92329e1b575bc5b42575ec202864f]

        Updated core Project: help  54980af34a59abbdabb15b22a7aaf4a808762fc8
        
        tdf#100410 Update help page for WEEKDAY()
        
        Change-Id: I115a5a7543c44bccc22f77065725c5d708fe24dd
        Reviewed-on: https://gerrit.libreoffice.org/37177
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [489406e5ddb04a19f44b78c631aa3ad16be93a37]

        tools: don't use std::tie when comparing resources
        
        This is unbelievably slow, Impress is basically unusable in a
        non-optimized build; every time you enter or leave text edit mode,
        some svx::sidebar::AreaPropertyPanel is created, which loads the color
        palette standard.soc, and there are lots of resource lookups for the
        strings in there; the std::tie and std::tuple::operator< make those
        10x slower.
        
        (regression from d26f7537a57e4fc4c041db852b23c27149bc213d)
        
        Change-Id: I073b0187f6c173487e781a42c49631cb9ff2e625

2017-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e79ef12b7a904f17d4147fa409d055c12b70f952]

        tdf#107033 DOCX import: fix unexpected missing footnote separator
        
        Regression from commit 330b860205c7ba69dd6603f65324d0f89ad9cd5f
        (fdo#68787 DOCX import: handle when w:separator is missing for
        footnotes, 2013-09-04), the problem was footnote settings were modified
        also in case there were no footnotes at all in the document.
        
        Make the bug scenario and the original one working at the same time by
        touching footnote settings only in case there is at least one footnote
        in the current section.
        
        Change-Id: I163d11769cbd97957662607fbedfba404181e002

2017-05-03  Eike Rathke  <erack@redhat.com>  [cc0ea8bb251c464d55e831ed7e11a2f3f7371d38]

        More likely month pos first
        
        Change-Id: I0033c176071642f8df245307af79b8505644a004

2017-05-03  Eike Rathke  <erack@redhat.com>  [c52f2780b5983cdbafabfcf97eb6fc2c6d934b51]

        Add two digit year test for CDateToIso()
        
        Change-Id: I69f067327504023a2f2439a73cdb1fc6a703aa39

2017-05-03  jan Iversen  <jani@libreoffice.org>  [9632aa6372174a66c5d8789192d264fb335307b5]

        iOS update due to new icu
        
        The new icu version does not have the .dat file
        
        Change-Id: Ia48f4f9dc9564c309bc8afd86c4c0babc35e1a8a

2017-05-03  Eike Rathke  <erack@redhat.com>  [e0eb3f5edd81ecdf1d2a36d9aad30c19420a9c35]

        CDateFromIso: accept YYMMDD two digit year for compatibility
        
        Some may even rely on that..
        
        Change-Id: Icdaf9b2917aa0b1ca5e76c5220022c65fc654d86

2017-05-03  Jens Carl  <j.carl43@gmx.de>  [751d431f881f52dee6e0fbcfb8308dbf2127999c]

        tdf#39468: Translate German comments and terms htmlnumwriter.cxx
        
        Change-Id: I4cb4060d1b5208dabb6205516110c8bb7f8b38e3
        Reviewed-on: https://gerrit.libreoffice.org/37115
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-03  Eike Rathke  <erack@redhat.com>  [daed5b91cc263044388af200dff65bf295f2ecda]

        Updated core Project: help  b6633ae15a4998c189765314f6fccb1dffbfbad6
        
        Fix typo in year range
        
        Change-Id: If739f647f463795c3264a557bf83a8f6dbfb49fb
        

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [81a09c92f00a3c0f9e87272e49db49c25d14aeb5]

        sw: fix merge conflict with 925dabe8fd42d85e5d8e610dc75252372161d1b3
        
        Change-Id: I2befd713e15ba65131ab7fa9b58d1505793155f4

2017-05-03  jan Iversen  <jani@libreoffice.org>  [99f23a451050eb24938a5ff5a21b50a3f9a3340a]

        iOS remove unused parameter
        
        Removed pSys parameter from IosSalFrame
        
        Change-Id: Ib61f09448ef0c6751d4261b11d6a7b9dc45e786b

2017-05-03  Eike Rathke  <erack@redhat.com>  [a585b3cce140d78af05b051e2ed199eca088e535]

        Updated core Project: help  38754a50beef5264f380f82504d0643f17f093fe
        
        CDateToIso: details about format, date range and year representation
        
        Change-Id: Id50e465356bde9f99afc2225d82d01f0225bd957
        

2017-05-03  Jens Carl  <j.carl43@gmx.de>  [cba24bec80bc3610d6ba0736321ff01a621fe3d1]

        tdf#39468: Translate German comments in sw/source/filter/html/svxcss1.hxx
        
        Change-Id: Iee5aa24203e7b1bb55745481d9498de6382177cc
        Reviewed-on: https://gerrit.libreoffice.org/37116
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-03  Jens Carl  <j.carl43@gmx.de>  [31a8e9a09382701a422a7e8721eef830219f2193]

        tdf#39468: Translate German comments in sw/source/core/text/itrpaint.cxx
        
        Change-Id: Icc336b34cca1efcbd638b3a3fa937d81346692e0
        Reviewed-on: https://gerrit.libreoffice.org/37117
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [91646b10315e2ee64b25fb8a604012c729343c07]

        tdf#88555 sw: use safe IsAlive function in Undo code
        
        Now that we have some safe way to check if the formats are still alive,
        replace 1df637bde32c484b681ecdfebf56fdca03db7fc1 with this.
        
        Change-Id: I3d5bd9c16f5cadd90281eff7a8b42d03ccd4c672

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [8d31f114327e77c48c8cdc804e1e399ebeadd27c]

        tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::Contains
        
        This is a bad idea as the function is sometimes used to check if a
        SwFormat has been deleted, which can happen in Undo.
        
        Replace with ContainsFormat() and IsAlive(), and don't require a
        non-const SwFormat parameter so that the dynamic_cast using one
        isn't called all the time but only called once where it's safe.
        
        Change-Id: Ib74b79629f5c8ed432a912ada5974a6d816e7d31

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [01575a06725648188d51de90323a6f1da97ef7a9]

        tdf#88555 sw: remove dynamic_cast from SwFrameFormats::Contains
        
        This is a bad idea as the function is sometimes used to check if a
        SwFrameFormat has been deleted, which can happen in Undo, and for
        SwCallMouseEvent before commit 32403675bf9d2d0380956f9a82da71593edbb53c
        
        Replace with ContainsFormat() and IsAlive(), and don't require a
        non-const SwFrameFormat parameter.
        
        Change-Id: I87ede94dfbfe7f6985f13faab4c156015c3a5fc0

2017-05-03  Michael Stahl  <mstahl@redhat.com>  [389203a02b36734b6c1b3a73991c43aa43708ac8]

        sw: remove nonsense from comments
        
        Change-Id: I6269db723507769ff2713710d55f98f9acd2dbf0

2017-05-03  Szymon Kłos  <szymon.klos@collabora.com>  [168394e5ec5e0b6763f07cac9d915ac462b9c245]

        AutoText: don't add empty paragraph at the end
        
        Change-Id: Idf255ea87982a2c95c129ac34864779700861e69

2017-05-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fc8e4ebca569428e07d0b02855e4d09c4b4276be]

        update credits
        
        Change-Id: I815bef830ed3699b17b19405c953892e7b716238

2017-05-03  Caolán McNamara  <caolanm@redhat.com>  [56b237d99347a7a8501fcc045fd9fe856bfc0b4b]

        these errors resources are in svx, not cui
        
        Change-Id: Ic11296b2536f1c90361bb8d31c25a73dd3e65e8e

2017-05-03  Caolán McNamara  <caolanm@redhat.com>  [0884f14bbfcb3479933f0c5cfcec694ee9e78f52]

        fix missing gallery icons
        
        Change-Id: Ie0d8acebcf9d30802296814c58a35244eb813748

2017-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [f12096272e684ddcd8ffa4e34dcb0a680cc594c2]

        spelling, implictly->implicitly
        
        Change-Id: I2d733ed3ce9395d11700d739cbd6d123649b4013

2017-05-03  Stephan Bergmann  <sbergman@redhat.com>  [1b12d5ecb1be36267534e0b980d7c53d50645511]

        Work around GCC 7 mis-feature
        
        <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80354> "Poor support to silence
        -Wformat-truncation=1"
        
        Change-Id: I486f8a3a12896df3d9506f53bca44a318e23c991

2017-05-03  Caolán McNamara  <caolanm@redhat.com>  [f772812e6bd358ec200fc1d7057842f19626c31d]

        split out the non-translatable strings
        
        Change-Id: Id4c3e9265ae591b938ae43554208823e0cdc06c0
        Reviewed-on: https://gerrit.libreoffice.org/37164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d93f33c8c9ca0eb5a50fc454f069d799d59ef86f]

        remove unused includes
        
        from <com/sun/star/frame/XFrame.hpp> we only use <.../XComponent.hpp>
        
        Change-Id: I5e3daf848e52cff62e10f9b5e91106894e16a175
        Reviewed-on: https://gerrit.libreoffice.org/37160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [58ac61478aa01c72ab99ff372656539c58545348]

        remove empty namespaces
        
        Change-Id: I3eae0ecc1ffc5500d3c55abc6554822f5432a50a
        Reviewed-on: https://gerrit.libreoffice.org/37173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d954a20f50c8b1aa717092a7eb3daecf8d5ae706]

        remove excessive forward declarations
        
        and move comments.
        
        Change-Id: Ice44cfb4bbfb8973cd67a168727f2273976f8979
        Reviewed-on: https://gerrit.libreoffice.org/37158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [87661a7ab3275195ca251188ce4d7825fd038de6]

        loplugin:checkunusedparams in sd
        
        Change-Id: I217a4177e9c2cdc2d85100d253f7f38ec8aad756
        Reviewed-on: https://gerrit.libreoffice.org/37162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [68e213319f2a3ee2f90e7bfccae8e5e13492d357]

        remove empty comments
        
        found with:
           git ls-files | xargs grep -Pzl '/\*\*
        (\*|\s|
        )*\*/'
        
        Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597
        Reviewed-on: https://gerrit.libreoffice.org/37159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d7f5e060663cb747b0dc50bb76c162484e4dae4]

        loplugin:checkunusedparams in package..reportdesign
        
        Change-Id: I8ebccc413153667269954c303e216b155ee9d1ae
        Reviewed-on: https://gerrit.libreoffice.org/37145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [60fd81d83a2dbcb64a38910de49f8e2620353702]

        loplugin:checkunusedparams in filter
        
        Change-Id: Icdfe9c86b78f28fb79b697e769afe6acb1dbc6f6
        Reviewed-on: https://gerrit.libreoffice.org/37139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5233a2c9009533e454a734ac57c764e15f92a229]

        tdf#107255: add test case for the multi-cell query method.
        
        This is the best we can do since the rest of the cell merge code is
        in ScViewFunc which cannot be unit-tested currently.
        
        Change-Id: I639f48d5cd05bff015689b0d223684f6f8d302f8
        Reviewed-on: https://gerrit.libreoffice.org/37179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [93f5cb55349e6de5003182462bfee434dc51f6ad]

        tdf#107255: detect whether the range has only one data cell.
        
        Change-Id: I030961d9d38b092ffdc966baa10decae0c2d070d
        Reviewed-on: https://gerrit.libreoffice.org/37178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-05-02  Eike Rathke  <erack@redhat.com>  [6d424f07701bf26d8fb173563b567d5f097c33e2]

        Replace mouth-painted "inaccurate around leap year" rollover algorithm
        
        ... with proper tools::Date methods Normalize() and AddMonths().
        
        Also prepare functionality to easily switch on rollover for StarBASIC as well,
        i.e. when called by DateSerial() runtime function.
        
        For StarBASIC, invalid date for day > daysinmonthofyear is now (or better since
        a previous commit 94bb96ada421b423e9ed30526fe5a6aac95f00b9 from today) properly
        detected, not just dumb 1<=day<=31.
        
        Change-Id: Ibb44f7247726f1e1168f0e66c5ae18e073d19f08

2017-05-02  Eike Rathke  <erack@redhat.com>  [eace834d0830bbf4c89f7f5ea8666fb91527e466]

        Assert that nMonth and nDay <100 to be representable
        
        Change-Id: Ie52269478ecac75519d04310a17873904c8167e6

2017-05-02  David Tardon  <dtardon@redhat.com>  [9daa6e293d24694cb6102a15f228a6c008acf79d]

        fix file name
        
        Change-Id: I43f4f0281d83c402fb7ced9fe0b01ef8a59d7aa5

2017-05-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b82e0fed4b21b06e11aa5f8413710676ce7111e4]

        log exception that results in crash for crashreporter
        
        Change-Id: I05bb38f9c440c26bfaa1d37ef67e5aab13d7a4d2
        Reviewed-on: https://gerrit.libreoffice.org/37174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [0ef94e2b559547bc4e906e7f24e57ff5d642e108]

        Fix typos
        
        Change-Id: Ib6a65c21916d808adfabb1c400937c4ebf12ce2d
        Reviewed-on: https://gerrit.libreoffice.org/37150
        Reviewed-by: Cor Nouws <cor.nouws@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [69578399e2a7192f55834e133b5d4f119b9cc5ad]

        Make some externals' libtool copies cope with -mllvm
        
        ...as needed e.g. for <https://bugs.llvm.org/show_bug.cgi?id=32349> "r294897 +
        NewGVN cause build failure with LibreOffice", by applying
        <http://git.savannah.gnu.org/cgit/libtool.git/commit/
        ?id=d9a35fe9d3508b5c0d56e7f2ec80fc05e8415fa3> "libtool: Discard '-mllvm $arg'
        options when linking."
        
        Change-Id: Id2afc3c8af3c6c9595e7cb33cef5084a74f78cb0

2017-05-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9999d9ee61f0adda79ef0886fdf487b5ec01e8e7]

        disable the tiledrendering tests in the headless build mode
        
        This was pointed out by the Random Config tb.
        
        Change-Id: I8a4f70d6661178f2671e4e3588f5873c64885c07
        Reviewed-on: https://gerrit.libreoffice.org/37175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-05-02  Noel Grandin  <noelgrandin@gmail.com>  [925dabe8fd42d85e5d8e610dc75252372161d1b3]

        Revert "SwTOXTypes can just be a std::vector typedef"
        
        This reverts commit f894da4e687302702d14218138f96ed1c4983124.
        
        the default behaviour of SwVectorModifyBase is to free the
        elements in it's destructor
        
        Change-Id: I7a34fe5cc3cb8ffbcbb92068f4bb816dfd9acd43
        Reviewed-on: https://gerrit.libreoffice.org/37168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Eike Rathke  <erack@redhat.com>  [4c6876582d864897c3ebd4d00bd9fb5c6334edc1]

        Add more unit tests for Date::Normalize()
        
        Change-Id: I013317bfa9dad02194177cca0907b0ffbb171ccd

2017-05-02  Eike Rathke  <erack@redhat.com>  [1edd4229904575ea103730ac15254b402eb86709]

        Date::Normalize: handle day 0 and empty date
        
        * Empty date (initialized with Date::EMPTY == all 0) stays empty.
        * Day 0 is normalized to the last day of the previous month.
        * Day 0 AND month 0 is also normalized to the last day of the previous month
          (and not the last day of the previous-1 month).
        * Before,
          * all day 0 cases weren't handled at all and day 0 stayed day 0, which
            doesn't make sense in a Normalize() context
          * empty date wasn't detected and resulted in nonsense date -0001-12-00
        
        Change-Id: Ib12ff7694e1adb17724af038a266f6f284285f36

2017-05-02  Eike Rathke  <erack@redhat.com>  [246a2a54662eb52468f9a411b315a4300aaa17c0]

        Test that empty date is not a valid date
        
        Change-Id: If5f2db3d4bae9158b482b01ce7dbb7335b4cb16b

2017-05-02  Yousuf Philips  <philipz85@hotmail.com>  [961fae9d75caf0cf52af62fdf9d9676ab0ab556f]

        tdf#91820 Add design mode and image original size to menu
        
        Change-Id: Ie5462446fee738c11f944bc2dab7da6f6a454954
        Reviewed-on: https://gerrit.libreoffice.org/37032
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-02  Yousuf Philips  <philipz85@hotmail.com>  [bbc6d66effa62d0ef69c0422595c43f3821cd3bb]

        tdf#107455 Fix accelerators in the Slide menu
        
        Change-Id: I89eae1da902ccb64247eb294450bc300d055ece0
        Reviewed-on: https://gerrit.libreoffice.org/37034
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-05-02  Eike Rathke  <erack@redhat.com>  [8ea7253327b70adb2c497bfd3a1734d9abd0c65b]

        Date::IsValidDate: year 0 is not
        
        Change-Id: I44e476f354d04a1d070a7348e3b00d75497231c2

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [de9106a511ed9c202423e3c3a9754feb4f969364]

        Revert "SwFieldTypes can just be a std::vector typedef"
        
        This reverts commit 5eaad8eb1d46b6f85605c5ac210e8b1397b18b22.
        
        cause it now leaks as the ~SwVectorModifyBase base deletes the entries
        
        Change-Id: I02374f4b439b9cf3e8f331aa9c6892b4418f37f0

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [4778f39ece4b41625b876e5e7673893e1e011a62]

        ofz fix leak
        
        Change-Id: I237f19f237e6b78f98798352c1f881b0d27a6a9e

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [89c60b5d6671bd18cf57f55a2685ac43becd3756]

        fix indent
        
        Change-Id: Ic949efdb47861770e9e333e154ede54d7fa88e50

2017-05-02  Jens Carl  <j.carl43@gmx.de>  [3f4613353405be1665e138992e4bba7e83ec8130]

        tdf#39468: Translate German comments in sw/source/core/text/txthyph.cxx
        
        Change-Id: I55df1deaf3a44bb8be0225756761da2f7d2667aa
        Reviewed-on: https://gerrit.libreoffice.org/37095
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-02  Eike Rathke  <erack@redhat.com>  [b5483b46f6190dd22d327313dfbee22897e8732b]

        SbiRuntime::isVBAEnabled() needs to be guarded with #if HAVE_FEATURE_SCRIPTING
        
        Change-Id: I7fab0c946c13a9779fad05f88be6ae6a9da93775

2017-05-02  Jens Carl  <j.carl43@gmx.de>  [ed831436cdc4513add55324a9cd2c125e8bb7f2e]

        tdf#39468: Translate German comments in sw
        
        Translate German comments and terms in:
        
        sw/source/filter/html/css1atr.cxx
        sw/source/filter/html/htmlfld.cxx
        sw/source/filter/writer/writer.cxx
        
        Change-Id: I05228ea5369e0d1e7f06158dc5369ba89284c2c9
        Reviewed-on: https://gerrit.libreoffice.org/37093
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-05-02  Eike Rathke  <erack@redhat.com>  [1b13548f33720d80f53d493f6d70cbcce6b1a0fb]

        BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31
        
        * Input of two-digit years only possible through CDateFromIso() though to
          maintain compatibility with previous behavior and also VBA mode.
        * VBA mode restricted to years 1..9999
        
        Change-Id: Ia9574c3bf136619b4831b349d263c96b162d1ed4

2017-05-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d2007136587a8722d0e7045828bca6a6d82fd244]

        Removed duplicated include
        
        Change-Id: Ie341ead5b40bdeed25205e31203a5fa861ff0f42
        Reviewed-on: https://gerrit.libreoffice.org/36981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [7d0680d5d5e164246066077637921297006b37ba]

        No compelling reason for an unnamed namespace in an include file here
        
        Change-Id: Ib5660bde8108808a24c3863952bf6e0dfffaf288

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [98b21691f4991899eb33249183a5ce2be83a8a26]

        ODR violation
        
        Change-Id: Ic442d59c3066b7de8280d5719dd4da806b7a8092

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [4f6563b50856899eb52648a4d062f5df8d0491ce]

        Adapt to Clang 5 change of PPCallbacks::MacroUndefined signature
        
        ...since <http://llvm.org/viewvc/llvm-project?view=revision&revision=301449>
        "PPCallbacks::MacroUndefined, change signature and add test."
        
        Change-Id: I6a420dc4ca33607fef1356e8869cedee87192e93

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [b9a25096e7e8a82c475c8cc5b6ec7b6c7cdad8a4]

        Adapt bin/gen-boost-headers to Clang 5
        
        ...since <http://llvm.org/viewvc/llvm-project?view=revision&revision=301647>
        "Use the -Wunknown-warning-option group for the 'unknown warning group'
        diagnostic in #pragma diagnostic".
        
        * external/boost/include/boost/{locale.hpp,locale/gnu_gettext.hpp} would have
          been removed by 'make cmd cmd=bin/gen-boost-headers' as they are still unused
          from c25eee44966703cb27d632bccb39b20978341ffd "build boost::locale library",
          but there's reportedly a patch in Gerrit to actually use them, so I fixed them
          manually for now.
        
        * The deviating comment style is to keep lines no wider than 80 characters.
        
        Change-Id: I64603ae8d8a82781eda46f12c9dd5c68dcf395b9

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [fd04a78d71f17eecae254e025508a57d34c9aa5a]

        printerinfomanager.hxx can be moved into vcl
        
        probably was exposed while padmin was still a thing
        
        Change-Id: I9605b7ae0c5bc59aa998580f5a28dc7b527219e9

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [666403a4b66fa94d2014b4688b2e6a7b085bd2cc]

        loplugin:checkunusedparams in framework
        
        Change-Id: I963159550da9d735bb70636917ecc290744298b4
        Reviewed-on: https://gerrit.libreoffice.org/37142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Stephan Bergmann  <sbergman@redhat.com>  [89bdfccc835ad2b09b68b7081c16b14e22d1b407]

        bin/gen-boost-headers: Don't stumble over "boost" in pathname
        
        ...like
        
          workdir/UnpackedTarball/liborcus/m4/boost.m4:#include <boost/version.hpp>
        
        which would then be mis-parsed by
        
          grep -o '\bboost.*\.\(h\|hpp\|ipp\)'
        
        to a HEADER of
        
          boost.m4:#include <boost/version.hpp
        
        instead of just
        
          boost/version.hpp
        
        (-h is a non-standard GNU grep extension, but so is the already used -r.  An
        alternative fix would be to replace the later grep -o with something like
        
          grep -o '\bboost[^#]*\.\(h\|hpp\|ipp\)'
        
        instead.)
        
        Change-Id: I0b41ed520b2fed70e8982abc0e84a34804c02549

2017-05-02  Mike Kaganski  <mike.kaganski@collabora.com>  [aebdeb6541e2feea180f9f632e6a626c6ee14957]

        tdf#106359: missing leading dot
        
        Change-Id: Ibfcbeb0778d9000dad8097384d7f5c7d75be2252
        Reviewed-on: https://gerrit.libreoffice.org/37152
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [7819838d663c28c80487be08d57cc6e9258bfd5a]

        test to see if we have enough space without this
        
        Change-Id: I83c1d83bc3c34e32f3d4564322a5df871d8b73b5

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [151914d75a4a21461e489e871f0c5088c8d5fc47]

        add ww6 fuzzer
        
        Change-Id: I7e84f29b321676c373f86acba375816a0e9ad386

2017-05-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [17495047e53885a224c2180c10ec7ecece35135d]

        tdf#105703: Restore user-defined motion paths for animations
        
        Yet another fallback from Google Summer of Regressions.
        The rest of the functionality has been removed by loplugin and
        other hyperactive code cleaners, so I've restored it, mostly
        unmodified.
        
        Change-Id: If0576abe9ce86c6f939d54bcf8f872dfce131e68
        Reviewed-on: https://gerrit.libreoffice.org/37138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [34f7e618ddd3399d9e7f3998e25545256255d02d]

        untranslated strings are just strings
        
        removes starmaths InsertCommand in favour of InsertCommandText
        
        Change-Id: I5659adcaa28e5b5861d1a1cc5d2afa84009490f6
        Reviewed-on: https://gerrit.libreoffice.org/37113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [c881756fcfdc1fa63ff534bf4538d551b2139515]

        Resolves: tdf#99467 pasting text from java apps to gtk3 gives bad results
        
        Change-Id: Ib2625c900def20baa470f0a15e4f72a3f763099e

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [4cc0b82103e0b1d28a3ada59974aac0e7da18083]

        loplugin:checkunusedparams in oox
        
        Change-Id: I95bce82654bd0da7ed76ebd22b107b870ed15a1f
        Reviewed-on: https://gerrit.libreoffice.org/37144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [9297aa2c08bdcdf7bf7c132fd908cd8a4cb0fae1]

        loplugin:checkunusedparams in hwpfilter..lotuswordpro
        
        Change-Id: I4925a95cc74571c2e0ffd413d7ac8bc162c247d7
        Reviewed-on: https://gerrit.libreoffice.org/37143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [2859c2541d0da5dc689d912a166f370ced9dc8de]

        sw: prefix members of SwLayHelper
        
        Change-Id: I6beec3d0083f6b2f4055b7cffe9c59a630a89261
        Reviewed-on: https://gerrit.libreoffice.org/37135
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [769d383b06ccf11983cc33887b60dbb1b151fa5a]

        loplugin:checkunusedparams in basctl and basic
        
        Change-Id: I077ce96aed3c79045d5e8438109a8b1690ff1218
        Reviewed-on: https://gerrit.libreoffice.org/37062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [29a72ca674ce9cd3d5c4ede63e2b10044f84247a]

        loplugin:checkunusedparams in forms..formula
        
        Change-Id: Iacd973b97fccda217c691cca0a8f440640ff7a0b
        Reviewed-on: https://gerrit.libreoffice.org/37140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8b56a5ceed41a1bb0a82af71c90973f50f54e4b8]

        tdf#77816 Duplicate dlg: enable fractionnal angle
        
        In Duplicate dialog of Draw:
        Count angle in 100th of degree
        
        Change-Id: If1af9a42e7c35d39edbdc3fa624489d7e38b42e1
        Reviewed-on: https://gerrit.libreoffice.org/36816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [591ac7e604fa47304a5ddc1a4f9badbba1199903]

        loplugin:checkunusedparams in editeng
        
        Change-Id: I2b770d40ac2339cd2b04a765a6d970675d2ea1c1
        Reviewed-on: https://gerrit.libreoffice.org/37133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [062e7063a94673d016a91a16a30e86b82c70a03d]

        unused wizards basic file and dialog
        
        Change-Id: I56e82ab480b33d3205516e371302b1a091678e22

2017-05-02  Caolán McNamara  <caolanm@redhat.com>  [a0effa00b4b3db15a9c2f80db2da5b54d63b4559]

        revert 'tweak for pdfiumless build'
        
        commit 8d747b8cf849b7d705048544ac20eceba7eb5a45
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sat Apr 29 20:01:40 2017 +0100
        
            tweak for pdfiumless build
        
        and lets see if
        
        commit 6f53cf281eb3c13fc516ff79decb70b2a87a96d0
        Author: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Date:   Sat Apr 29 05:11:40 2017 +0200
        
            apparently the executable does not need pdfium directly anymore
        
        is sufficient here
        
        Change-Id: I2bf381e1d51d851aa829730b3d13edb1c03ea873

2017-05-02  Olivier R  <olivier.dev@grammalecte.net>  [1631c67a95f67dec88d4e0f97851b9dd021dd95f]

        Updated core Project: dictionaries  c82ad83da55f7c0d4667edea003b8038e473dcd1
        
        tdf#107558 French spelling dictionary (6.0.3) and thesaurus
        
        Change-Id: Ia3da9c3b2e4a0ca1032edad131838b3a705e0597
        

2017-05-02  Gabor Kelemen  <kelemeng@ubuntu.com>  [74feb1101bd5ef64c4ff9952572f5666d11362c0]

        Fix typos in color names
        
        Change-Id: I6d26b17a3fa51f6ff16fa1968b5ce445e949f43d
        Reviewed-on: https://gerrit.libreoffice.org/37128
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [de369aac3083692a300f2ffa33bba0cefffc9488]

        loplugin:checkunusedparams in extensions
        
        Change-Id: I1ea1a43da45039fc5d62f21e83c216461abf99de
        Reviewed-on: https://gerrit.libreoffice.org/37134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Khaled Hosny  <khaledhosny@eglug.org>  [a45494dfb3176af82cec0592c8d75685e7beecca]

        Don’t mark any field without strong LTR text CTL
        
        Regression from e3b7ef45d4364fda15691b5748a9a88bc908afc6 which removed
        the condition this block was implying, so putting it back here.
        
        This should fix Jenkins_Callgrind tinderbox, we probably should have
        some unit tests based on the file from [1] and [2], but I don’t know
        how…
        
        1. https://bz.apache.org/ooo/show_bug.cgi?id=89825
        2. sw/qa/extras/ww8export/data/tdf91083.odt
        
        Change-Id: I88ad2564908b3a269e95d1969366c8506801818b
        Reviewed-on: https://gerrit.libreoffice.org/37050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-02  Khaled Hosny  <khaledhosny@eglug.org>  [270d6db63d933b7350dc8543b9b9ebc2133a116e]

        tdf#107204: Make sure we always do Unicode Bidi, take two
        
        [ Now that the side-effect will be fixed by
        <https://gerrit.libreoffice.org/#/c/37050/>.]
        
        Writer seems to have an “optimization” that only applies bidi algorithm
        if the text direction is nor LTR and there is some characters that we
        classify as complex script. This is a very simplistic optimization as
        evidenced by the bug above. We certainly don't want to skip bidi the
        text differently based on the default direction (whatever that means),
        and not all RTL scripts are complex ones, even if they are we might be
        behind Unicode in our script classification.
        
        Just trust that bidi algorithm does the right thing and don’t do
        premature optimization. If this turns out to be a real performance
        issue, we will need to find a better optimization.
        
        Change-Id: I276e2ae0ac92fb51d2e37ef2ad0b11efc6b441ef

2017-05-02  Szymon Kłos  <szymon.klos@collabora.com>  [fb3989b6f70b48f4da8ca87e791f6922da56279e]

        AutoText: read names of entries
        
        + extended model to parse <docPartPr> and <name> marks
        + names are inserted to the document before content
          of each entry
        + SwDOCXReader interprets first paragraph of each section
          as a name
        
        Change-Id: Ib7de152ba1c6bea4f4665f98d321019c3f68863e
        Reviewed-on: https://gerrit.libreoffice.org/37124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b9d9a8bb640b7883c143cb39e3024be86528977]

        Revert "tdf#107204: Make sure we always do Unicode Bidi"
        
        This reverts commit e3b7ef45d4364fda15691b5748a9a88bc908afc6, as it
        breaks the testTableKeep part of CppunitTest_sw_ww8export on the
        Jenkins_Callgrind tinderbox (and also for me locally) and there is no
        fix in progress to address that.
        
        See the bug for a comparision of the old/new layout for the problematic
        testcase.
        
        Khaled says it's OK to push this revert till it's clear how to fix the
        bug without side-effects.
        
        Change-Id: I669de98ffa8b519024e332ae468808d7e7243df2

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [0dbf528c2927bf15db6cabbb0b7c26b69b071152]

        loplugin:checkunusedparams in cppcanvas and dbaccess
        
        Change-Id: Ia66e6326f3d1750b4e46a3f9f7127e7ed4aa99ca
        Reviewed-on: https://gerrit.libreoffice.org/37068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [db4802de3474af2475890c9483a3b65d3b553b2b]

        loplugin:checkunusedparams in drawinglayer
        
        Change-Id: Ib497b284a80fae69930f226d2e70368cb9e962ef
        Reviewed-on: https://gerrit.libreoffice.org/37072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Noel Grandin  <noelgrandin@gmail.com>  [a12dfa353122d1865b7c20513865a4632a621a38]

        create SfxGroupId based on o3tl::strong_int
        
        Change-Id: Iaccf16f29b6f4b1a2c712d1e5e2bd0fa4fdb5e71
        Reviewed-on: https://gerrit.libreoffice.org/37108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-02  Noel Grandin  <noelgrandin@gmail.com>  [5eaad8eb1d46b6f85605c5ac210e8b1397b18b22]

        SwFieldTypes can just be a std::vector typedef
        
        Change-Id: I10b43a71c8cedc6efbb30056d3da7fd431f04791
        Reviewed-on: https://gerrit.libreoffice.org/37121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d02d52887678cd3d518c19a235bc443c292b3041]

        tdf#107145 display applied filters for page field in pivot chart
        
        Add field output description which shows the description of the
        filtered output, which can be either "- all -" when nothing is
        filtered, "- multiple -" when multiple values are outputted or
        the specific value - the only value remaining.
        
        Change-Id: I8fca6050dabba9878e9f3a31e4be7a03e3b87467
        Reviewed-on: https://gerrit.libreoffice.org/37125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-01  Julien Nabet  <serval2412@yahoo.fr>  [a33201662c7b7b7350d23eb07f5a3d76fd67e8e1]

        tdf#107526: fix icon management
        
        by following http://opengrok.libreoffice.org/xref/core/vcl/inc/svdata.hxx#91
        
        Change-Id: I57d13e33c31f25580c93ef2abfec78e9386a8c04
        Reviewed-on: https://gerrit.libreoffice.org/37126
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [826c2375ea67cda133e8728c7f05baf4d52cc681]

        Updated core Project: help  bbdcec4b66f4d87a7974927e9abd2d19a4b9557b
        
        tdf#79766 “Western characters” → “Western text” also in Help
        
        Change-Id: Ibe58a6242f5ffaa1fec4ddb6a327135b61780b9c
        

2017-05-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [23c0b3e13f88d6d71d528777d4f86f50c0766672]

        tdf#107074 uncommenting createLabels for the axis fixes the issue
        
        Quick fix for this bug seems to be to call createLabels again
        after creating shapes. The code to position axis label seems to
        be quite messy it would be better to greatly refactor the code if
        we want to do any enhancement to this code in the future.
        
        Change-Id: I2bc2c3d503944002c538d2d2a5119102c927f3b7
        Reviewed-on: https://gerrit.libreoffice.org/37122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-05-01  Szymon Kłos  <szymon.klos@collabora.com>  [0d50845c4299a1b9564d65464fbf3997d598d6d1]

        AutoText: Reading multiple entries
        
        + each entry is placed in a separate section
        + extended model and dmapper to react on docPart mark
        
        Change-Id: I7e5213a09ae7352d1d09369bd0a209b6d4e18e82
        Reviewed-on: https://gerrit.libreoffice.org/37107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-01  Noel Grandin  <noelgrandin@gmail.com>  [680e72353350f6aeaeef0114830b4f941749ece3]

        SwTOXTypes can just be a std::vector typedef
        
        Change-Id: I0b20f4dfdbc692e9122f64a11b65bd4234e00ee7
        Reviewed-on: https://gerrit.libreoffice.org/37120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-01  Julien Nabet  <serval2412@yahoo.fr>  [64cce59975d540f384880034ed3297a120d3d408]

        tdf#107102: fix crash in ScCheckListMenuWindow::CreateAccessible
        
        by checking maEdSearch in addition of !mxAccessible.is()
        See http://bugs.documentfoundation.org/attachment.cgi?id=132608 for bt
        
        Change-Id: I2cf7f28daaa6d371d3be0d21bb7f140ff6bb8c8c
        Reviewed-on: https://gerrit.libreoffice.org/37110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-05-01  Szymon Kłos  <szymon.klos@collabora.com>  [1c8d6e6ec2ae3e5ee38ab343b662db30f48fc7f5]

        AutoText: handle Delete key in the dialog
        
        Change-Id: Ifbd0026b097ff9fbf077dda57f874cfc59da3e45
        Reviewed-on: https://gerrit.libreoffice.org/37119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-05-01  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [7ab811b05e72a6ede72161c3e8b429424318bd29]

        filter: get svg JS code warning-free
        
        Subsequent submissions need to pass
        'eslint filter/source/svg/presentation_engine.js' w/o error.
        
        Change-Id: If79c43844d48602d19cde8d4dd12d7e7eef674fe

2017-05-01  Noel Grandin  <noelgrandin@gmail.com>  [0b61ecd825b394e6abe64081c3b7f2e820f14f20]

        unnecessary PairedList macro
        
        Change-Id: I54a6478522f03706b5d2d10b58857a3de2876ca8
        Reviewed-on: https://gerrit.libreoffice.org/37118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-05-01  Rohan Kumar  <rohankanojia420@gmail.com>  [10589bf9275f7853773203954a3d747a6d9bd6d0]

        tdf#51358 Add Support for BoxSnakesWipePath transition in SVG Export
        
        Ported the class BoxSnakesWipe
        
        Change-Id: I024f982998571d5a90252b10f873c0fc344af2ff
        Reviewed-on: https://gerrit.libreoffice.org/36902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-01  Rohan Kumar  <rohankanojia420@gmail.com>  [3a74490276de107bd57859d5aa52829593807c01]

        Fixed my mistake: Fix Rotation issue in ParallelSnakesWipe
        
        seems like SVGMatrix.translate() and its counterparts doesn't
        modify the matrix inplace.
        
        Change-Id: I3ccfbe99f58cd455e291d4d41657a104ec197e83
        Reviewed-on: https://gerrit.libreoffice.org/36903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-05-01  Mark Hung  <marklh9@gmail.com>  [b647f9f4bcb24ed9b71c77038da6b754b8d42eb7]

        tdf#107362 don't insert kern if snap to char is not checked.
        
        SwKernPortion is inserted between different scripts  to
        snap the later text portion to the charcter grid if type
        of text grid is lines and chars, even if snap-to-char
        isn't checked, and create unexpected space there.
        
        It is not necessary because when snap-to-char is not
        checked, there would be pitch between characters.
        
        Format all three scripts in the same way and do not
        insert kern portion anymore if snap-to-char isn't checked.
        
        Change-Id: I6078b425aa735beb50cc6a6b4eafbba9f91f7132
        Reviewed-on: https://gerrit.libreoffice.org/37037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-05-01  Takeshi Abe  <tabe@fixedpoint.jp>  [e7e149508a95d684e033786560bb9972ee59e1ad]

        tdf#79766 Use consistent wording in Asian Layout Kerning option
        
        Change-Id: I4ed78efc82a9dad490930351175dc5d501fdc499
        Reviewed-on: https://gerrit.libreoffice.org/37114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-05-01  Pranav Kant  <pranavk@collabora.co.uk>  [c454fbb9b62164d5f047990ae63522c9fb932086]

        sd: Use unique Page ids for better multi-view support + unit test
        
        ... instead of using simple IDs which are assumed to be one greater than
        the slide position everywhere in the codebase.
        
        Use a 16 bit static counter and uniquely assign page ids to SdPage
        objects. This helps in identifying which slide was already selected
        in second view before any slide is deleted in the first view. Otherwise,
        using simple positions to keep track of it leads the second view to end
        up selecting the wrong slide after any slide is added or removed in the
        first view.
        
        Change-Id: I465cf7ea86899f0e52549062a9e5fa5cd459f978
        Reviewed-on: https://gerrit.libreoffice.org/36863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [862b6c0a32dfce924bfafa84acaed47c5380fc46]

        loplugin:stringconstant
        
        Change-Id: I8f7a0d5b4b0534c71a32457d58006af0d6ddf133

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [c2f7c567b7264c25180e2717eabad61c4c92ae0e]

        svidl: Adapt to SlotType removal
        
        No diff in workdir/SdiTarget.
        
        BEWARE: If you're going to revert this for whatever
        reason, you should also revert the previous commit
        that removed the SlotType property from sdi files!
        
        Change-Id: I78cc391a6b47f4672157926eba1b55e786f48f2d

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [1c6cb1e8386eb627adb0c70169582cc58fd76ec7]

        Remove SlotType sdi property
        
        sdi files have two ways to specify the type of a slot:
        
        (a) Put it at the beginning of the first line
        (b) Using the SlotType property
        
        Where (b) have higher priority, and (a) is actually
        ignored for "method slots" (i.e. the ones that have
        parameter parentheses, even empty, and therefore get
        the SfxSlotMode::METHOD flag), which is very
        confusing.
        
        The goal here is to make exclusive use of (a) for all
        kinds of slots, and eventually remove the SlotType
        support code from svidl (in a follow-up commit).
        
        Change-Id: Ib6654d34e2f8aa8ebd0bd3c41aa2a86e30e9a634

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [20f33eb7c5ebf2611008f6173da870bd0d1693fc]

        svidl: Remove nested method support
        
        No diff in workdir/SdiTarget.
        
        Change-Id: I53e974c8ccafbbc3675f67b87a0e1b8ff19b6790

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [e588678f91652cc6f10b5f21716ba05676461467]

        Return values of sdi "method slots" were unused
        
        Also expand nested methods.
        
        Only diff in workdir/SdiTarget is for SID_STYLE_WATERCAN
        from sw/sdi/_basesh.sdi which changed the .uno name from
        WatercanStyleModeOnOff to StyleWatercanMode, to match the
        name in sfx2/sdi/sfx.sdi (it was forced by svidl to have
        the same name).
        
        Change-Id: Iaeac9f4f10a36cb0b3afe3de2b6def8cd90edc6d

2017-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [9f33b802a808374b6cd3cbbc3e67c00dd97be270]

        FN_TOOL_ANCHOR cleanup
        
        Drop unused execute method, and fix state method
        to match actual use.
        
        Change-Id: I93b86bbe10b48bf7fca7d9068446a698d7dd9036

2017-04-30  Julien Nabet  <serval2412@yahoo.fr>  [097bec4b78160d688f3afc7e0cd87b21aad51e4e]

        cppcheck: duplicateBreak
        
        Change-Id: Ia33dddfba35da3b495aae4edabe80b1a560674cd
        Reviewed-on: https://gerrit.libreoffice.org/37111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-30  Caolán McNamara  <caolanm@redhat.com>  [820dff991b119b2cafb5efe5f1a4668351705457]

        coverity#1405737 (golden) Logically dead code
        
        regression since
        
        commit 46a153cbcac1a3e2881b83b5537037321c34797c
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Sun Apr 23 18:53:58 2017 +1000
        
            vcl: update error codes to defined constants for code clarity
        
            Change-Id: I6e86c45b71fc15d6645501128e7d86f8e179e652
            Reviewed-on: https://gerrit.libreoffice.org/36851
            Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
            Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
        
        Change-Id: Id1a3f26a84c7641b0b6af71dc842a683d0c1dd0c

2017-04-30  Caolán McNamara  <caolanm@redhat.com>  [a15d8458c67a769dd59e6237e012d6ec69331582]

        coverity#1405740 Resource leak
        
        Change-Id: I6537e818a783ef908e2ae4d068752669529fb75e

2017-04-30  Caolán McNamara  <caolanm@redhat.com>  [ccef4d977b87c470340dfc89ab590d718804f297]

        coverity#1405739 Explicit null dereferenced
        
        Change-Id: If12d46d49936af3a91b2d50ca8fca43596eb4ae5

2017-04-30  Caolán McNamara  <caolanm@redhat.com>  [e0828cf746b1dcca7a1835f0fdb46cba83c8b589]

        coverity#1405738 Unchecked dynamic_cast
        
        Change-Id: I15533651b1eff5c00d69f7a1e050997f25addabe

2017-04-30  Caolán McNamara  <caolanm@redhat.com>  [59676b310bc0eba154f323f5d32ed697fcbb227a]

        untranslated strings are just strings
        
        Change-Id: Ic7247a6d0e702572ca304bb048bfabfafcbf7505

2017-04-30  Noel Grandin  <noelgrandin@gmail.com>  [00052c1c4f7285a58a8854d34a9b6b3fd2d5991a]

        stop torturing std::string in SfxSlotPool
        
        when what you really want is std::vector.
        Also drop unnecassary use of std::unique_ptr
        and constify a couple of methods.
        
        Change-Id: I676ee3460a015b0c7656167c06a569c30c861f98
        Reviewed-on: https://gerrit.libreoffice.org/37106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-30  Kohei  <kohei.yoshida@collabora.com>  [aca48f46895811009ec90665d816ef835f0694be]

        Let's be more specific about the threshold etc.
        
        Change-Id: Iaa644b38775477f8f6f329ab55d9d32414ee0738
        Reviewed-on: https://gerrit.libreoffice.org/37089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-30  Kohei  <kohei.yoshida@collabora.com>  [3264a7a924c6522d39185508bd3d94b99ff0a615]

        More fine-grained disabled vector states.
        
        Useful for group formula logging.
        
        Change-Id: I40a02f0aa88d7c63a641f2a79956236d0db39f15
        Reviewed-on: https://gerrit.libreoffice.org/37088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-30  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [bbe579a47845e56caf05ae7ab9fdf49319f5647c]

        test for horizontal merged/split texttables
        
        Change-Id: I92ac00654b78f7b0d568a825dc879d06e475827c
        Reviewed-on: https://gerrit.libreoffice.org/37105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-29  Caolán McNamara  <caolanm@redhat.com>  [0baffd648fa495045d17bd14b8306875e9c4ac10]

        some other places uiconfig_editeng should appear
        
        Change-Id: I38f734af566e954532c288434be84a8553e76b9c

2017-04-29  Caolán McNamara  <caolanm@redhat.com>  [3a8e111fa3ed538018de98ac3a6a480555e7b204]

        tdf#107464 editeng ui files not packed in install sets
        
        Change-Id: I8b4c2753e56c79348e42f8b9b56f19d7424dd70c
        Reviewed-on: https://gerrit.libreoffice.org/37104
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-29  Jens Carl  <j.carl43@gmx.de>  [5886f51858e9a1daf3b82ecb7b3fb589935fefd8]

        tdf#39468: Translate some German comments and terms
        
        Change-Id: I5f33f24aa6fd1685e32c9df11855a26ad891eb5b
        Reviewed-on: https://gerrit.libreoffice.org/37096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-29  Caolán McNamara  <caolanm@redhat.com>  [8d747b8cf849b7d705048544ac20eceba7eb5a45]

        tweak for pdfiumless build
        
        Change-Id: Ic83f0e0491bede43dba7f22c5bd6c31b95e65df1

2017-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [249b6a552b00637ae7ad3dcb8d797befba1734ad]

        lo-commit-stat: use matching group before destroying it with another match
        
        it also doesn't make sense to numerically compare a %hash
        enable warnings in the script and remove a duplicated variable (and
        some unnecessary hash-declarations)
        
        Change-Id: I0a84dc28f369931ee31a1cf12849fde2b63f1ca2

2017-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0b8cccdc20f7e9209de406ee1ec01aec8bfafceb]

        lo-commit-stat: improve sort in buglists (by number within a tracker)
        
        Change-Id: I8eb5a3d3141fcc76bf5caffe0a7b30d5ec2b0c8c

2017-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9c83796f45e634afd770b772a16209e1dbed7068]

        lo-commit-stat: default to utf8, adjust regex for tdf bugzilla
        
        Change-Id: I61960512e297417eb096b3bc921974aa43f74ccc

2017-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [146258f82fc15d0a5f8779447a4919429496e9e3]

        lo-commit-stat: drop unnecessary check whether hash is defined
        
        besides using deprecated syntax – "if (defined %hash)" (or "if (defined
        @array)" for that matter) – just using "if (%hash)" (or "if (@array)")
        would do, it is also unnecessary to create the hash if it doesn't exist
        (autovivification will take care of that)
        
        Change-Id: Ib5704b2d609ae3658f3c166f9e26a051957149f8

2017-04-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [ad3e1afe5969d6c53b1ed285b7c36685bd457b1c]

        Move getProcessWorkingDir from tools to unotools
        
        Change-Id: Ifd86ab3c89c285ad5329fc86cc57967ebd1af91a
        Reviewed-on: https://gerrit.libreoffice.org/37100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1ac762cd6c60d5fe8ffaf335c6358651c969567]

        unotools: cleanup bootstrap.hxx
        
        Change-Id: I3ab1cc8f8950dc858c8abda27e5eef8c46fe6877
        Reviewed-on: https://gerrit.libreoffice.org/37099
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [a8a49d77979e980c9b6d402240864c0fd7c2265e]

        unotools: cleanup bootstrap.cxx
        
        Change-Id: I800b6c4c222a283816251c112b8a69847f5404e4
        Reviewed-on: https://gerrit.libreoffice.org/37098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9e5314f19c9dcff35b5cee5c5a1b7f744e495b2e]

        tdf#107097 invoke internal DP and correctly handle "range" names
        
        When we copy/paste a pivot chart to another (new) document, we
        "send" a chart data as ODC to the other document. In the new
        document we can't use the pivot table (as there is none in this
        document) so we read-in the table data from the document to the
        internal data provider.
        The problem was that we didn't match the (fake) range names from
        the pivot table correctly in the internal data provider and the
        data wasn't populated. This commit fixes that and changes the fake
        range names to something that is easy to parse and matches the
        names in internal data provider.
        
        Change-Id: I9872160cca68abd91738a25bf9b3b27bc77ce38d
        Reviewed-on: https://gerrit.libreoffice.org/37086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a3ded1def24194b01c9f2849ed91af4954fbb5f]

        replace oox internal hashing code with new comphelper code
        
        Change-Id: I0e9363f6aa6f9d1011bc917645122408f9728ca2
        Reviewed-on: https://gerrit.libreoffice.org/36794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bd7713a6b7aa3ad0eaa7f535cd932c2a316acb5]

        add test for MD5 hashing
        
        Change-Id: If13f6d800b857cc6d581ef7800beb0f25b3f5a37
        Reviewed-on: https://gerrit.libreoffice.org/36793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf45dda9a515e92d97dc6202b78f0dd1a41781a2]

        add MD5 hashing to generic digest class
        
        Change-Id: If3abc80f8511d9c7bf0d5197ce28ef4cf60a6b45
        Reviewed-on: https://gerrit.libreoffice.org/36792
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da8aa9ea1521a0c02e97299b58990721467fc126]

        also log the paramter passed as string arguments
        
        Change-Id: Id4ebdf875b8ae02b786fd703d2559594acb8b4be
        Reviewed-on: https://gerrit.libreoffice.org/37081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-29  Julien Nabet  <serval2412@yahoo.fr>  [ffd7e06be3a05a7912dc4fc507e03865a01c894c]

        Avoid warning about FlushCustomShapeUnoApiObjects
        
        See http://nabble.documentfoundation.org/Unknown-FlushCustomShapeUnoApiObjects-property-xmloff-svx-td4212940.html
        
        Change-Id: Ia82beb75015d09c847268c2f696b79fd8c395a29
        Reviewed-on: https://gerrit.libreoffice.org/37012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f53cf281eb3c13fc516ff79decb70b2a87a96d0]

        apparently the executable does not need pdfium directly anymore
        
        Change-Id: If7ec9a18603005791ff948c7ecfddc5010ac88fe
        Reviewed-on: https://gerrit.libreoffice.org/37091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-29  LeMoyne Castle  <lemoyne.castle@gmail.com>  [eea79562f1a5785a8a22cde732a091725e46bbad]

        tdf#107350 - prevent crash in unotbl.cxx
        
        check pointer and throw exception instead of SIGABRT
        when reading data from text tables that have
        varying row &/or col lengths from
         - merged cells after first row,
         - split cells in first row, etc.
        
        add backstop safety check -> exception because
         - complexity check fails (wrong/not called)
         - OOo uno api doc calls for exception when
               text table is 'too complex'
        v2:  better error message for crash point and
               its parallel (getData[Array])
        
        Change-Id: Ifb844c3e29042dab6b6cdb2448f7728e6ccb631d
        Reviewed-on: https://gerrit.libreoffice.org/37002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-29  Tamás Zolnai  <tamas.zolnai@collabora.com>  [44555103217df34b218787f3dc6a2634b41fe52e]

        tdf#107505: Impress - crash with two people co-editing one slide
        
        Deleting outliner view removes the pointed Cursor (pTECursorMerker).
        
        Change-Id: Iac17386d1d02bf52bd5322073e49da05c6e89d9b
        Reviewed-on: https://gerrit.libreoffice.org/37085
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-29  Eike Rathke  <erack@redhat.com>  [38d9919432898c114d38022c2eb0d9fa9fea948c]

        CDateToIso: larger buffer for possible year range
        
        Theoretically tools::Date can hold five digits years and even negative,
        though Basic internally accepts only 100<=year<=9999. Might be that some
        date calculations may result in years out of those margins, so at least
        don't truncate those.
        
        Change-Id: I3c217cc42476ce1cf8f9046111a1281288dc5bb6

2017-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [843f633c842f8540c42613cea78c5f66b262051a]

        tdf#107142 Fix crash when opening SVG with <use>
        
        which is a regression from 62283fed204e05e3f30a8ae703762d7f96c4e88a.
        
        Note that css::xml::dom::XNode::hasAttributes() is meaningful
        only when it is an element.
        
        Change-Id: Ib0a8b467012e9cb42a4b018967fb2740bcd10c5c
        Reviewed-on: https://gerrit.libreoffice.org/37070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8250e1a4a3f103bf37ca09c8dbab0584a5a1c2cf]

        use std container for ParameterList
        
        'ParameterList::find' was used to detect duplicate sections and
        sort the parameters by attribute and section.
        Checking for duplicates is done by 'std::any_of' and
        the predicate 'Parameter::IsSameSection' now.
        The parameters are inserted as they are parsed and sorted later
        with 'std::sort' algorithm and 'Parameter::operator<'
        
        Adapt loops to use iterators. Change a weird 'for' loop in
        'parseParameters' to a 'do .. while ..' loop to match style of a
        preceding loop.
        
        Extend unit test with a case of duplicate sections.
        
        Change-Id: If2789c0cee8f64deae84bc720807d2d26d81dc9f
        Reviewed-on: https://gerrit.libreoffice.org/37075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [b1ade4efa12740dd7c9cc4ab73836d65470ed16b]

        loplugin:salbool
        
        Change-Id: Ic78e1a6fc3fad22f2ffba43730f11b51f555e745

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [ea0cf4f980e03ad27583453c6088c465c32b6eae]

        ofz: fix leak
        
        Change-Id: Ib31b3bfabaaaeb9b71635dadd099874d9c972fd0
        Reviewed-on: https://gerrit.libreoffice.org/37080
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [b616f7eeb67cd1833d2b86f6ef4a76c4e8f1ceb2]

        bNeedUpdate is set to false twice
        
        Change-Id: I10348d36828008ebddc3b923e2e9d252d0394fa6
        Reviewed-on: https://gerrit.libreoffice.org/37079
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Jens Carl  <j.carl43@gmx.de>  [488d850fd24cd636557bb86b6e4e7cced49a5dd5]

        tdf#39486: Translate some randomly found German comments
        
        Change-Id: I4c2950180f504c06666f055d166c51e32a6d5294
        Reviewed-on: https://gerrit.libreoffice.org/36969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-28  Jens Carl  <j.carl43@gmx.de>  [f22b12711e0c3914a73119c862edd1e32c53b586]

        tdf#39648: Translate German comments and terms in sw
        
        Translate German comments and terms in sw/source/filter/html/htmlcss1.cxx
        
        Change-Id: I8549f253e72b8c798c7744954dbc862e3724085d
        Reviewed-on: https://gerrit.libreoffice.org/36971
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-28  Michael Stahl  <mstahl@redhat.com>  [974d48b9b8d12eecbe83a5a741c6ac729794309f]

        xmloff: fix --enable-mergedlibs build
        
        multiple definition of `toBool(rtl::OUString const&)' since
        commit 836c9bbb6486e9c0c81de9d7534b934699131d3d
        
        Change-Id: I6a3e6a4e8a2af3c37f925cbdd684b8a99c088b1c

2017-04-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6307b68e6c08cca0c623583c791d21491528a0f9]

        bump product version to 5.4.0.0.alpha1+
        
        Change-Id: I6a6f88698133b77d030a3fb6b54dbafb7dca3e58

2017-04-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [471315b8cd6617c225b965c89014f5d4cef844ec]

        reset dictionaries back to master
        
        has been changed by 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d on error
        
        Change-Id: I9f1f8bb0e5e2cb2533fc882caae440f849c3cac3

2017-04-28  Michael Stahl  <mstahl@redhat.com>  [32403675bf9d2d0380956f9a82da71593edbb53c]

        tdf#107494 sw: fix crash in SwCallMouseEvent when deleting header
        
        The problem is that SwCallMouseEvent::PTR.pFormat is not cleared
        when the format is destroyed; instead SwDoc::CallEvent() checks via
        SwFrameFormats::Contains() that the format is still alive,
        which uses dynamic_cast on the deleted format.
        
        (presumably regression from 0f98299f7aa44bbb55c1bfeddca7799f727d14b0)
        
        Change-Id: I0d155c162d75b5687b58329a2a862ad57a4eb72e

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [5a4d03131ffe557fed9ab3c8e31a005188c7ea5c]

        loplugin:salunicodeliteral
        
        For the c-char in the u'...' literal, the preceding commits consistently use:
        
        * a simple-escape-sequence if the original code already used one
        * \0 for U+0000
        * the (\ escaped, for ' and \) source character matching U+0020..7E (even if it
          is not a basic source character)
        * a consistently four-digit hexadecimal-escape-sequence otherwise, \xNNNN
        
        For non-surrogate code points, the last case could probably also use \uNNNN
        universal-character-names.  However, for one, it isn't quite clear to me whether
        conversion of such to members of the execution chacacter set in character
        literals (in translation phase 5) is implementation-specific.  And for another,
        the current C++ standard references the dated (no pun intended) ISO/IEC
        10646-1:1993 specification, rather than the current ISO/IEC 10646:2014, and
        requires that a universal-characrer-name designate a character with a specific
        "character short name in ISO/IEC 10646", but I do not find a specification of a
        "short name" in ISO/IEC 10646:2014 and don't have access to ISO/IEC
        10646-1:1993, so am not sure whether that would e.g. cover noncharacters like
        U+FFFF.
        
        (The only exception is one occurrence of u'\x6C' in bestFitOpenSymbolToMSFont,
        filter/source/msfilter/util.cxx, where it is clear from the context that the
        value denotes neither a Unicode code point nor a UTF-16 code unit, but rather an
        index into the Wingdings font glyph table.)
        
        Change-Id: If36b94168428ba1e05977c370aceaa7e90131e90

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [e3f8ef0a8eb153e276cba172bdbadd3cdb8e9cdf]

        loplugin:salunicodeliteral: basegfx
        
        Change-Id: Ice43bae52ac244815ee62ee843108fd36b9918d7

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f06e69672302db866f269fbe9cb5f34e91f8bfbb]

        loplugin:salunicodeliteral: basic
        
        Change-Id: I479666b439f1d6324f07253d65181983b7c2c3ea

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c9a36f5cb5da15c4441be67913f99c467e734d43]

        loplugin:salunicodeliteral: chart2
        
        Change-Id: I8531b2466298a18c06a4c2a690af6bc998cc802f

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [681ae20dea7edbc054adad647aa66e4b1e8ce5dc]

        loplugin:salunicodeliteral: comphelper
        
        Change-Id: I0642d85d92152414d1d110b88a8194363ff4d618

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [74cf1240f0ce18807b46a8fa702665ca7705ffd9]

        loplugin:salunicodeliteral: configmgr
        
        Change-Id: I3c37025be286f9fd1892c259e2ac1e2fce7123a1

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [fbc2652716aebd95dae9ee8d7d333eb68a4658bf]

        loplugin:salunicodeliteral: cppu
        
        Change-Id: I0bb182f258439e6ce7bc7c54d68da4db1581ff19

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [20f9bf58ef0326236a699cdd45da20d1e997359b]

        loplugin:salunicodeliteral: cui
        
        Change-Id: I06e94b663402b65b7487b314cc71217e43f2de4e

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [49300975187df0d72bbd5cbf454ece56bfe5b0e6]

        loplugin:salunicodeliteral: dbaccess
        
        Change-Id: I294909d2596283a3249cd77c03c8e5518fdf32fb

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [effd780dde65d4d51b5aeefc82b71a6306a09cc2]

        loplugin:salunicodeliteral: desktop
        
        Change-Id: Id4594d5e0ff79dbe75c5545c22e5b95745d64061

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [40045b5c119776621897f2a51e00373eba5b33f6]

        loplugin:salunicodeliteral: editeng
        
        Change-Id: I5db29ba3505d914ec05826128713d7e25091ed11

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c049946e16f7fc01a0537911e6d46796528358bb]

        loplugin:salunicodeliteral: filter
        
        Change-Id: I0f398e2ebd22368f0b8698a759967b5da2ca36d8

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [71ccd61a06d3f744f261fe523d97c13fbf61df84]

        loplugin:salunicodeliteral: forms
        
        Change-Id: If5bc83be6bd633c84811160e3e504bbee31f4d9d

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c561a6a636374be151e54e227aba0f8e89748235]

        loplugin:salunicodeliteral: framework
        
        Change-Id: I80665b97a7fb278dd9a1e9cc0fc48174ce18b4a9

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [fb2013ccb1a13921eb398fb6e4f2b4d55f0761a2]

        loplugin:salunicodeliteral: i18npool
        
        Change-Id: I7307cc96eac5868ed26e8ace1fc3c1a93e1bfec4

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [01eeb20ffe7266ad630f89ff40720ac0c755d7fa]

        loplugin:salunicodeliteral: i18nutil
        
        Change-Id: Ie7dfc21fccbeed5005c2b881ff593853513b13e1

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [b75968c8c31d2ce191a5cfa76cac86c9832d3f96]

        loplugin:salunicodeliteral: l10ntools
        
        Change-Id: Id291a2242a2ec0d19cf7a679825fb4a1ec468d07

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [6d4a0474b398f754fd960045c050b4e065ac61a1]

        loplugin:salunicodeliteral: lingucomponent
        
        Change-Id: I130ca7e2d98626f0d187eb69e6ea4b0554f1bd00

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [6194da0903528ecf07a4dcbea76ce5de6a5c2465]

        loplugin:salunicodeliteral: linguistic
        
        Change-Id: Idafaabdb44dbb8a608d5ca8f707ff144df3f3384

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [e66308b3d8ba6945c13467a2d7759e9637f40b23]

        loplugin:salunicodeliteral: lotuswordpro
        
        Change-Id: Ib59d33d2b09f979d938d88037d9327b9a927dcd5

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [2ee486814b8a3cac035a2538646b6a9988bd6bb0]

        loplugin:salunicodeliteral: oox
        
        Change-Id: I392f52f0371befc92cb5ddd51ec68bce07b689cf

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [7e6aa4e2f8aef4c62b22d45f9447796f540b603a]

        loplugin:salunicodeliteral: package
        
        Change-Id: I5910fdc2ee54fab9105a8e5ffeb3a7575227c13f

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c741633310db3e32e9e07c8e045d11b29f2db606]

        loplugin:salunicodeliteral: sal
        
        Change-Id: I1b7c3f8de5b09c96e27aa9124096b00638afb3f3

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [40b9caf882554804d83c2423971ad8293d4cef62]

        loplugin:salunicodeliteral: sax
        
        Change-Id: I4e571ac28a63a8856a79af44ec0683eca91aee0b

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a5993e41410d278233298dcccd34ece04872ee7d]

        loplugin:salunicodeliteral: sc
        
        Change-Id: I7f63388d3c0214be8f69095fe5ec0030df59a416

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [afacb9850bde58918ba6a5305320e90124454154]

        loplugin:salunicodeliteral: sd
        
        Change-Id: Ide4c05a1c025b4c093daababa499f46f360710c3

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [867882bcb2bcea0b9d207c3214d32335b10d409e]

        loplugin:salunicodeliteral: sdext
        
        Change-Id: Ibcfe4cec41a18ab3fb79cb0545c71a21200c0f2c

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [106e35108b8b7b9ed7c155ac5bdbedeff38eaf79]

        loplugin:salunicodeliteral: sfx2
        
        Change-Id: Iff0e8d0ae884cb45e18e0a84b8fdf6e7fcb5f20a

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [740cf511036cdf881a521a79218d3dcc29422db3]

        loplugin:salunicodeliteral: starmath
        
        Change-Id: Ic02e71ccb2d5fe2e3505853c6e164f17e26361b2

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c22ecc18674a8f9f41afa9f6b1364989b18147d7]

        loplugin:salunicodeliteral: svgio
        
        Change-Id: I98461a30c14d3939e8fd5313a49aa478b39df1c3

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [0d368642173fa93bb4cdab574423904530bc90a7]

        loplugin:salunicodeliteral: svl
        
        Change-Id: Iaa5b97267b6487c37744bd08d21c82015da9d522

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [832614ffcc771acdfe311e223e66caf58a42918e]

        loplugin:salunicodeliteral: svtools
        
        Change-Id: I566b71b421bb2f2458f5d3f60e7d761d8725a004

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [1000d122c9999a267d330d664b5263711b8e3f8c]

        loplugin:salunicodeliteral: svx
        
        Change-Id: Ida6122d53ed5debc4da6b1649f61607df852af23

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [622057bf0b621b56dedce6439cefce28156786db]

        loplugin:salunicodeliteral: sw
        
        Change-Id: I3ec5a60fff8577677eaa4977cddf69bec4078cec

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d9917e2009598b5b7d938bfb04393cbf5cda2862]

        loplugin:salunicodeliteral: testtools
        
        Change-Id: I1be797b30ca5a06bb4bb4dfed9269d36efc4f964

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f5f564bad386bb73d43e432cf23133ea3e408188]

        loplugin:salunicodeliteral: tools
        
        Change-Id: I9b428f4c5ff34a574d13a138cda4444502817e5c

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [3e0a651f992dc9a230153e4ce65ecc862aec84a8]

        loplugin:salunicodeliteral: ucb
        
        Change-Id: I236cf168d144debef1ba46cb6294f109773d0636

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f76633138d0b9b744fd4e551c571edd8971eb0ac]

        loplugin:salunicodeliteral: unotools
        
        Change-Id: I187ff986a4a6bd494629b903a409305fe7bf28db

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [ef2c0e73630d3c74f6fc3eda8416488356ff1b7d]

        loplugin:salunicodeliteral: vcl
        
        Change-Id: I4a982da10ad76f8ae05355cec9629b906c95afdb

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [229b3a3e0a74c8fa3a1629fc1dbf858dcf2a9c50]

        loplugin:salunicodeliteral: writerfilter
        
        Change-Id: Ia39f7e3a0937be19dade49e0837acdc0c7b4a5b2

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c7f6ac124c58079ec04cf823756ade559c15c5bc]

        loplugin:salunicodeliteral: writerperfect
        
        Change-Id: I399a72c809db342ff6ffe4644154683fc98feb51

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [b2d465b2b6a682760ebe17199c0cace8302b00b3]

        loplugin:salunicodeliteral: xmlhelp
        
        Change-Id: I126b08c3725b325fff84421b0b93e72cb3938b84

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [b7f688f7ab4f79b6c2092f8756e66eb8219f88e4]

        loplugin:salunicodeliteral: xmloff
        
        Change-Id: I751006fd054882a9ceab424675ac0505a9ddfd8b

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [0a4495f8bde3a30638baefd9506688f42d137997]

        static_cast after dynamic_cast
        
        Change-Id: I60a4bdc36c96c7b70db63e61e247f46439b68ac9

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [167e46926839ae51f3d33d17f2111bb487fd765c]

        split these out into a standalone header
        
        cut down on the chance they get mangled by a non utf-8 editor
        
        Change-Id: I672885c26883275ba57fbfac49a6c761ec00bef1

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [836c9bbb6486e9c0c81de9d7534b934699131d3d]

        move builder attributes from OString to OUString
        
        Change-Id: I235188c9a086337b104e600f31a1c81deeca6c17
        Reviewed-on: https://gerrit.libreoffice.org/37076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Lionel Elie Mamane  <lionel@mamane.lu>  [9e6b275a19b3f11e9a5d87d1cbb9ad192705572f]

        tdf#107457 don't quote columns referred by expression (not by name)
        
        Change-Id: I4894313ec27d716e9899c885ddc6be38a2447689

2017-04-28  Eike Rathke  <erack@redhat.com>  [0e65e82238c8ded807d022234029163dc5b67f0a]

        Adapt documentation to reality
        
        Change-Id: Ic76cdff3c95e68e91700ca7143e8aa8c908ed56e

2017-04-28  Eike Rathke  <erack@redhat.com>  [8bdbfdb97d94745454b2ad87d341bcb32d10461c]

        Add unit tests for Date::Normalize()
        
        Change-Id: I4edb04748b1f407eb6ce17cd24ff022cef6e1f67

2017-04-28  Eike Rathke  <erack@redhat.com>  [9054648bab5d4d89e7e3654847102d62ab9e77a1]

        Month 100 was always wrong
        
        Though only in case localtime() couldn't be obtained, which is about ~never.
        
        Fallout from
        
            commit a3de32acc06cfcf9bb343a29c4b9854c92645f70
            Date:   Wed Oct 28 11:23:36 2015 +0100
        
                Rename (private) Date::init and reuse it
        
        Change-Id: Idbbac69f3d90e7556cd83bbf442ef8ccaecec86e

2017-04-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b03b29ccbb84bf4ee5211c8f1e2d9bb66e9ebc03]

        Updated core Project: translations  2425bbd76383ee0ec7f94441bd432db6af2b3a58
        
        update translations for 5.4.0 alpha1
        
        and force-fix errors using pocheck
        
        Change-Id: Idd8a43ec96b75f779aab472e67c1471299160b87
        

2017-04-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [11468ea907f7114370438db87012fb74a355bc25]

        allow itemlist-method's multi-line msgid strings in msgctxt
        
        otherwise pocheck will file on strings like like e.g.
        
         #: analysis.src
         msgctxt ""
         "analysis.src\n"
         "ANALYSIS_Weeknum\n"
         "Returns the number of the calendar week in which the specified date occurs.\n"
         "This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead.\n"
         "itemlist.text"
         msgid ""
         "Returns the number of the calendar week in which the specified date occurs.\n"
         "This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead."
         msgstr ""
        
        Change-Id: Ib64a989933ca42c5119b0ecf2339f693793d4e96

2017-04-28  Pranav Kant  <pranavk@collabora.co.uk>  [1e451bb6d12677beece573512f5af700c282b25e]

        sc lok: Do not change comment indicator setting
        
        This setting is saved to doc model when document is saved eventually. We
        should respect the user settings, and not play with it like this -
        changing this setting to false unconditionally.
        
        Originally, setting SetNotesMode to false was meant to prevent any kind
        of in-tile note rendering in case of LOK when it is turned off. But
        turns out this option is only for note indicator i.e the red button. We
        already have a LOK in-tile rendering guard in ScDocFunc::ShowNote that
        prevents popping drawinglayer note even if corresponding UNO command is
        sent by the LOK client.
        
        Change-Id: Id6c7b2cd30cdbefe7dacc2a701638b2488ab245d

2017-04-28  Eike Rathke  <erack@redhat.com>  [d6fd4252bf248d2872c713a1d83817a2dc88a9d2]

        Use invalid parameter error for malformed input, tdf#106956 follow-up
        
        ... instead of invalid procedure call.
        
        Change-Id: I812f4c7041db9a116e65a24afb85164b4dd498b6

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [2f3060d40a7c6972a2054514e59cea36e0437951]

        download via https rather than http
        
        Change-Id: I2840d116d1a59e19f5869c0550c6ed3d1b911304
        Reviewed-on: https://gerrit.libreoffice.org/37063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [e4ad1d174bf2f991c83aee3572d8292a15ec8d8c]

        drop toString
        
        Change-Id: If32d2bb0947d13c904da9514873f33c4c2641069

2017-04-28  Eike Rathke  <erack@redhat.com>  [af754ef9d6655a7b76a39f5a2c5bef8290fc3163]

        Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956
        
        Change-Id: Id7867228c091bb60764225a6436087dd390f13de

2017-04-28  Eike Rathke  <erack@redhat.com>  [cdcbdf88b7f74184b532925eaf140dbf65a2cd21]

        Resolves: tdf#106956 CDateFromIso accept also YYYY-MM-DD form
        
        Previous implementation was over-simplified and accepted all sort of malformed
        input to yield some arbitrary date, including longer and shorter and not
        strictly numeric strings.
        
        Change-Id: I2158429aeff7431f5ec5a1c9125018a5455a4730

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [3d0cbe3e7bff402f2626deb94274c0fef40e4bde]

        try without iconv, we probably don't need it in practice
        
        Change-Id: I14782971dd35f8d96f1e9b08fdf060aa917a1e37

2017-04-28  Kohei  <kohei.yoshida@collabora.com>  [96f36a9a4d56bc1f09a6ae0257dbbea1ce315d62]

        Enable formula logger when dbgutil is enabled.
        
        So that this code will get tested by jenkin's builds.
        
        Change-Id: I36b0bf9e701c9e5ea1ac173d838aaccdb8d3b0df
        Reviewed-on: https://gerrit.libreoffice.org/37067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [fdc6f654ca3d7278ccc47fbb887e6106ec5a96ff]

        remove unnecessary machine-specific data out of loplugin output
        
        Change-Id: Ib8ac5acacb1dab80943b1193201021f9890121c3

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a528392e71bc70136021be4e3d83732fccbb885e]

        Fixed/improved loplugin:cppunitassertequals
        
        * 994e38e336beeacbd983faafac480afc94d3947e "loplugin: use TypeCheck instead of
          getQualifiedNameAsString" had effectively disabled this plugin (Asserter is a
          struct, not a namespace).  Fixed that.
        
        * Also improved the checks, for one removing the---expensive---use of
          Plugin::parentStmt, for another making the plugin look into (...), !..., and
          ...&&... expressions.
        
        * However, as the plugin had effectively already been disabled (see above) when
          it was switched on generally with 839e53b933322b739a7f534af58c63a2c69af7bd
          "compilerplugins: enable loplugin:cppunitassertequals by default", it now hit
          way more places than I had initially anticipated.  To keep the amount of work
          manageable, midway-through I disabled looking into ...&&... expressions for
          now.  That will be enabled (and resulting warnings fixed) in follow-up
          commits.
        
        * Checks like
        
            CPPUNIT_ASSERT(a == b)
        
          that actually want to check a specific overloaded operator == implementation,
          rather than using such an operator == to actually check that a and b are
          equal, can be rewritten as
        
            CPPUNIT_ASSERT(operator ==(a, b))
        
          to avoid false warnings from this plugin.
        
        Change-Id: If3501020e2d150ad0f2454a65a39081e31470c0f

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [29c09916760419ebfb87a954927bcd02b186a46b]

        loplugin:cppunitassertequals: vcl
        
        Change-Id: I0b1b279b9bbb82b5e7aff0b0fb6a5be0ee0b3f62

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [36638dac7d9a9f14ebaedb6a76371beef9d14bde]

        loplugin:cppunitassertequals: unotest
        
        Change-Id: If2ebd9ffcab036ecb7b07038346c8a8f8e059cbe

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [50413b07d2ab1fb0dd706565bfcac0a5946f6cf2]

        loplugin:cppunitassertequals: tools
        
        Change-Id: I8dc45fbbe3ea8c3fb898250e55cee582d1d8199d

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [ff1b46c6fee5f6d1259eb29254782688b4dccb32]

        loplugin:cppunitassertequals: test
        
        Change-Id: I3357b7502fcf9a45095919157ca1530e10c14dd0

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [73463243129243fa71af7b1685ce9df838cfe9e7]

        loplugin:cppunitassertequals: sw
        
        Change-Id: I9e2dcf0e2f5ed9c542b9807683878c654edc21fb

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [afe5ffaec56c7073e34f852d28ab26da59654e67]

        loplugin:cppunitassertequals: starmath
        
        Change-Id: I09b1d5c6ac271041963e7043487c79f6b92649ca

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [dbd19620884893d7644d2bed8e01f5c6590f0fc5]

        loplugin:cppunitassertequals: sdext
        
        Change-Id: I9c00bed21ae2ca49d1be60fe2161271cb7aa334d

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [8cab8bdfe3fd14a07fb472d6af752ee946dc2cad]

        loplugin:cppunitassertequals: sc
        
        Change-Id: Ifc250cf5bc293b4c87b9abb2d00be62078c2338a

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [9384a34644fb1a6c791681c1bd7c4985f2437bea]

        loplugin:cppunitassertequals: sal
        
        Change-Id: I6ba9a18a1d227461e023259662635e3008ad7c9b

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a46141f2e02fe50d21dd4f79df86bcdb90ba36c2]

        loplugin:cppunitassertequals: extensions
        
        Change-Id: I075b2da8062c5209de261791f0a65e3c52d3510b

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f288d880a8d16640b7d763bcc94b5c691240b3b6]

        loplugin:cppunitassertequals: cppu
        
        Change-Id: I0497e726ca8c75b84acf3a8d177cfe4883ee2517

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [e598c5f7d0c980176b40bec37f17d8b4aedae1fd]

        loplugin:cppunitassertequals: configmgr
        
        Change-Id: I02d54c1eee815e7c6575a8131d59974089299bdf

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d70cc23f9a84cac73c98f90204982e53b3383dc1]

        loplugin:cppunitassertequals: comphelper
        
        Change-Id: Ice8310b60d8bd2930bc00110f88f77565d33341b

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [38f70cd77098fb719f36853f481cf7fe13132495]

        loplugin:cppunitassertequals: basic
        
        Change-Id: Icaa3e0eace6ccff365d4ebdb007771fc8a78671a

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [6414f7e5333b68840537be1576ec7068f01061ba]

        loplugin:cppunitassertequals: basegfx
        
        Change-Id: I942634a688d7728bb21c3ce9bd530e07467cb7c5

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [cc18a06a5abca3f336d2263fc8248368c08635e4]

        Printing of some more basegfx types
        
        ...as will be needed by some upcoming replacements of CPPUNIT_ASSERT with
        CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I24ede3cc287bcc3b5e73eb400e4044c469657659

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [cd7cd5342248354ab322c3722c100d2cfb525bd8]

        Remove now-duplicate css::uno::Type operator <<
        
        ...was missing from 06c1dc4c09ba816affb8b65e8215bcd56a81df91
        "LIBO_INTERNAL_ONLY: printing of css::uno::Reference/Type"
        
        Change-Id: Ifb3f8f72bfeb1038f01797aab9afb5f5059f9d5b

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [8c9f2efe621b7d5bc41e76b734a3fe9de90fa795]

        Make some basegfx operator << found by ADL
        
        ...as will be needed by some upcoming replacements of CPPUNIT_ASSERT with
        CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I7c861f1cb81de4540e88d89dbf095acc61a56503

2017-04-28  Stephan Bergmann  <sbergman@redhat.com>  [06c1dc4c09ba816affb8b65e8215bcd56a81df91]

        LIBO_INTERNAL_ONLY: printing of css::uno::Reference/Type
        
        ...as will be needed by some upcoming replacements of CPPUNIT_ASSERT with
        CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Ie2b2b982b02f2bf48e2e8be7ba642198029c8698

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [04422d7f9f9f76708cd1f36fea5bd9cd50cf6083]

        loplugin:checkunusedparams in connectivity
        
        Change-Id: I302af54f4bcb5807c264f7926cffa025550ccb00
        Reviewed-on: https://gerrit.libreoffice.org/37065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Michael Stahl  <mstahl@redhat.com>  [7f207fca577ef820be2aec0a442df7e8ab6e14a6]

        tdf#107474 sw: fix crash when deleting header with active SdrObject
        
        The problem is that the SdrView's text edit mode remains active when
        the header is deleted, which deletes the active SdrObject that is
        anchored in the header.
        
        Then the next call to SdrBeginTextEdit() will call SdrEndTextEdit()
        but the mxTextEditObj WeakReference is null then and so the cleanup
        code that resets the SdrOutliner's UndoManager is not called,
        but then the SdrOutliner is deleted.
        
        What's really horrible about this is that while text editing is active,
        both SdrObjEditView and ImpEditEngine consider themselves the
        exclusive owner of SwDoc's UndoManager.
        
        (regression from 12a4200e8ff7f045efcc7e9d15a24b15b248c437
         and d7b7c9fdfe63deec26c420efc3ff1fd73c21bb27)
        
        Change-Id: I17c5165a03d2de1eaba8a335dfbfded56573f8a2

2017-04-28  Michael Stahl  <mstahl@redhat.com>  [875d9d55a3646d0a027cf776b840e7f78c7f7ab5]

        sw: remove useless comment
        
        Change-Id: I019aa3a9381af0cb26970b69ab41258e05410617

2017-04-28  Tor Lillqvist  <tml@collabora.com>  [a631f8ec1d3ece2de5f43a143a4ecc35bdebd1dc]

        Fix indentation
        
        Change-Id: I9d4b933e6a1a108427ac6583ff8305b40a620409

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc735109bf44754b59a6fcdbcb8171d1bbf82ba3]

        loplugin:checkunusedparams in accessibility and avmedia
        
        Change-Id: I94df9a65578792fb06f3b3259603f70ca1e0b3db
        Reviewed-on: https://gerrit.libreoffice.org/37059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [032e7a4b5c4904d00b3f0ab75af113ed316343f8]

        ofz: avoid timeout and return early on failure
        
        Change-Id: I083aa07b311fa073ea5eeb1d569b0902e0f9c095

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [6394fd4a1d56af4afab4f9683d5a2087a32588e6]

        convert to std::vector
        
        Change-Id: I315755d49df5d29c6c7075237b7401f16c89b449

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [f30fb61c650e8b844501dcbbccbd441528b75997]

        fix indent
        
        Change-Id: I75faea4d701f401c5367142e4710ae613c8834be

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [c25eee44966703cb27d632bccb39b20978341ffd]

        build boost::locale library
        
        Change-Id: I40b89a0df483645fc743fb092d3d39ea682c510c
        Reviewed-on: https://gerrit.libreoffice.org/37060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [da57421b366dfd5bef840f5caeffcd030b19c643]

        commit: loplugin:checkunusedparams in chart2
        
        Change-Id: Ia1f42e74365ca1dace93babc132ad67fd09fc99d
        Reviewed-on: https://gerrit.libreoffice.org/37064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  jan Iversen  <jani@libreoffice.org>  [5a394be952c0795cd12ed0eea8f5186e44814225]

        iOS, fixed build breaker.
        
        Fast fix to build breaker from
        commit 3a36cf434fb4a967c9ea767cb7ac5f4da0502a0d
        
        Removing the parameter from the constructor gave ripple effects
        to move/copy constructors, so not done for now.
        
        Change-Id: I98e060e80946dbfe6586744e4f362ccb358a210d

2017-04-28  Tor Lillqvist  <tml@collabora.com>  [9416611763a6c6e5bc04a938e909727579716db0]

        tdf#105841: Avoid REGRESSION!!!
        
        Let's reinstate the name charade instead. Pitäkää tunkkinne.
        
        This reverts commit 5941496601600269296dde3e4ff8b615a8bb45ca.
        
        This reverts commit db231633af4667e24281e0be69ab63ad3081fdc3.
        
        Change-Id: I7d9890f3bd478bac195c1a7a59ff9822c2c83653

2017-04-28  Eike Rathke  <erack@redhat.com>  [72947e82fef1800d50e6d317fbfd7be05aaebf6b]

        Add group option, group by usage attribute
        
        Change-Id: Ib20d6ca4bad6f15999abdd93b74ccb3e82a664d6

2017-04-28  Eike Rathke  <erack@redhat.com>  [952faab8ab597e86636324bdb9e8e3090bf025cc]

        Rename to sort-formats.awk that better fits plans
        
        Change-Id: I4d4092375a040793f8aa408802978c420f33a4f3

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [9348b322a5c230dfcc2231661b73e480b130fcd9]

        clang-tidy readability-simplify-boolean-expr
        
        Change-Id: Iea7ab64683f0b29794d50d774cc482b54a00e70a
        Reviewed-on: https://gerrit.libreoffice.org/36450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [5bcd18461b8cb63b477dbb74025374b4c963161a]

        now this argument is always true
        
        Change-Id: I1d53ca095829b13818e58c1da1f0ed4c79a11e91

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [6bd8918e5d14ae82ec1fd402f3b4ae2c01900d0f]

        gb_SrsTarget_add_nonlocalizable_file is now unused
        
        Change-Id: Ia525e2a3bdb9a7342fbb0982f637d926c5de9a38

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [0a10bdd0b838a3bc792de5421414fecbe8575550]

        another name for a nonlocalized string is a string
        
        Change-Id: I165d74c59d1cccba295072a3df7b9f54dfb60449

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [6ac7dfdba4deb6b8fd96d0df18d1c1102aace64a]

        loplugin:unusedfields
        
        Change-Id: I67a0372d6982648717651f736c51e447d0b7d6a2
        Reviewed-on: https://gerrit.libreoffice.org/37047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Olivier Hallot  <olivier.hallot@libreoffice.org>  [7e65f2b862709f88825db30266e9791a93eaf5c0]

        Updated core Project: help  1b57b226d2944bc55f8c28a384bb2c328a720e55
        
        Fix use of F4 in database explorer
        
        https://listarchives.libreoffice.org/global/documentation/msg11421.html
        
        Change-Id: I04a84c24d854740db3752690fcba0155a4042f11
        Reviewed-on: https://gerrit.libreoffice.org/36994
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-04-28  Caolán McNamara  <caolanm@redhat.com>  [83b3e6ec26d32e016d5b9909415a1c76d37af747]

        probably android build fix
        
        Change-Id: I95fe4879fe2e43e5b11165a703066ae1a029b5b1

2017-04-28  Gabor Kelemen  <kelemeng@ubuntu.com>  [264ec6d7914c71f7a56f1892a0765fff8dc54e25]

        tdf#107437 Fix display of Start/End Quote window titles
        
        Drop this string surgery nonsense.
        We translators can surely handle four more words.
        
        Change-Id: I44be5fae7cc61dcac960cc5c33c60f0b5d354675
        Reviewed-on: https://gerrit.libreoffice.org/37003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [5503b0b79121fae89303fb00f255e57b05593930]

        loplugin:unusedmethods
        
        Change-Id: I8b618d791fd093ea069fdc26ed6c274e172222a4
        Reviewed-on: https://gerrit.libreoffice.org/37048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [215828dc6e3858b05930758fe8e3ea19d043b5b9]

        fix make internal.clean
        
        Change-Id: Ie020a7f0be616fa72b1d4fd2c2874bf61b11336b
        Reviewed-on: https://gerrit.libreoffice.org/37049
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-28  Tor Lillqvist  <tml@collabora.com>  [9b9b76347df54b0f5a2d6e5e019ebda0797fd641]

        Bin the same comment copy-pasted meaninglessly
        
        Change-Id: I1f6498f037a2ff121ef7db0976329b12e22c2f94

2017-04-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a36cf434fb4a967c9ea767cb7ac5f4da0502a0d]

        loplugin:checkunusedparams in configmgr and vcl
        
        Change-Id: I7226d01f38e6edaf3868d7267d9b02dbdbc9e5ba
        Reviewed-on: https://gerrit.libreoffice.org/36975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-27  Stephan Bergmann  <sbergman@redhat.com>  [74ccd02eda2d6325a27266fd935aba29b3d75020]

        tdf#107020: Reintroduce uses of I32S, I64S
        
        ...that had been removed with 4b788a12380518e31a9064d5839f4880d3f36874 "There
        should be no need to distinguish between I32S and I64S" (which this commit
        effectively reverts).  I had erroneously assumed that the arguments to I32S and
        I64S would only be of (signed) integer types, and that it would be irrelevant
        that they are truncated to sal_Int32 resp. sal_Int64.  However, at least
        oox/source/export/drawingml.cxx called I32S with double values (for which there
        is an OUString::number overload too), so the resulting strings could be rather
        different.
        
        Change-Id: Ib3887269fad0764740bc9ed3be91f67696a23b55
        Reviewed-on: https://gerrit.libreoffice.org/37040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-27  Xisco Fauli  <anistenis@gmail.com>  [f8fdc6417b4d023b7c75485754a0ab1b164a69d6]

        tdf#105942 Don't hang when file is protected and compressed
        
        Change-Id: I762e6e6d457ea3f5a1f1fd706268b832a71ee550
        Reviewed-on: https://gerrit.libreoffice.org/36672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-04-27  Eike Rathke  <erack@redhat.com>  [fcd0ee644de8e96a350e5d37030875df651dfdc9]

        Sort FormatElement and their children by formatindex value
        
        Change-Id: Ifa5b4a74de864b2eea982a166f90095344f812ea

2017-04-27  Eike Rathke  <erack@redhat.com>  [4b605466a2304efd2b247595fe74ddf7c6d5a77d]

        Resolves: tdf#106902 swap [es-SV] decimal and group separator
        
        Made copying and adjusting LC_FORMAT and child elements from es-BO necessary,
        some difference was in all existing es_* codes so no ref=... possible.
        
        Change-Id: I114bed5348ebcaa646a749753cb542752aff58f0

2017-04-27  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1df637bde32c484b681ecdfebf56fdca03db7fc1]

        tdf#88555: band-aid fix, using GetPos/find instead of Contains
        
        to find out whether given format still exists.
        
        GetPos was replaced by Contains on multiple places in commit
        98436c4b53639d86f261ac630c46d32e3c7b8e28 but sometimes after
        series of undos/redos, vtable of some items in those format arrays
        becomes corrupt and it makes dynamic_cast (as used by Contains)
        fail and Writer falls flat on its face.
        
        This is just a workaround, no idea about the root cause.
        
        Change-Id: I1e02fd932dbac741687c15900841b9b7c778e2d4
        Reviewed-on: https://gerrit.libreoffice.org/37038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-27  dennisroczek  <dennisroczek@libreoffice.org>  [91a1342aa2930268006614680ec439c6ebecdedb]

        tdf#39468 cleanup source code comments
        
        * translate German source code comments
        * remove ascii art
        * remove bogus source Code comments
        * remove old StarOffice/Sun internal bug tracker references
        
        Change-Id: I443bf2fdba3780c411d69809111daf3aa3a48451
        Reviewed-on: https://gerrit.libreoffice.org/36005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [bfc54ba3d2ac7f7ff40f8b3e95a6bd9b74bcd0c5]

        cut top layer of detecting used bitmap resources in .src/.res files
        
        Change-Id: I476ff9f55c264983419d5410035c1dfe6e07d5a3
        Reviewed-on: https://gerrit.libreoffice.org/37035
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [11aef9734973dfcacc124205c51e14923c5579fb]

        can move these nonlocalized strings into source
        
        if u8 is suported everywhere
        
        Change-Id: I0448db49e6f2e5c6cd6806b8da072ba672b6d95a
        Reviewed-on: https://gerrit.libreoffice.org/37029
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-27  Jens Carl  <j.carl43@gmx.de>  [f92790d5e654a5a213e6e2190131d1c2852e8129]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/
        
        Change-Id: Ie33ad4496f9aeb5c06612241779fba627a5d2876
        Reviewed-on: https://gerrit.libreoffice.org/36926
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-27  Noel Grandin  <noelgrandin@gmail.com>  [d26f7537a57e4fc4c041db852b23c27149bc213d]

        split nTypeAndId into two fields in ImpContent
        
        preparatory to making the id part into strong_int
        
        Change-Id: Ied96193a6db9d45b24267b51b3014eb923319598
        Reviewed-on: https://gerrit.libreoffice.org/37027
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0c7f21c1e9a2e2e60c4650643232266d3428e4f]

        writerfilter: SvxFrameDirectionItem::PutValue() wants an UNO short
        
        And not an UNO com.sun.star.text.WritingMode. This fixes the following
        warnings during DOCX import:
        
        warn:legacy.osl:12884:1:writerfilter/source/dmapper/PropertyMap.cxx:1484: Exception in SectionPropertyMap::ApplyProperties_
        warn:legacy.osl:12884:1:writerfilter/source/dmapper/PropertyMap.cxx:1496: Exception in SectionPropertyMap::ApplyProperties_
        
        Change-Id: Ib4f392b3e4328311baa5767b5a2079730218fca3
        Reviewed-on: https://gerrit.libreoffice.org/37028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [36977f7404c8c3255792dc9995d213510a2cdb11]

        crashtesting: more crashing on exporting fdo31814-3.emf to odg
        
        Change-Id: I4cb359b426daed6c5d83c4ed4b85fe87de9d739a

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [c63a90453b59352950bbccce93a210964ccb7c14]

        crashtesting: crash on exporting fdo31814-3.emf to odg
        
        since
        
        commit f9af0abce2c266a53f536a207a62bc691213f6a0
        Date:   Sat Apr 15 01:44:46 2017 +0200
        
            EMF+ Add initial support for EmfPlusStringFormat Object
        
            The EmfPlusStringFormat object specifies text layout, display manipulations,
            and language identification. With this commit the support for font language
            and country was added. Also Bold style is applied,
            for strings which needs that.
        
        elsewhere the pattern is to mask with 0xff to restrict to the hardcoded
        256 size, so do that here too
        
        Change-Id: Iba5bcc3fabe836c963b3eef47a864e87425675c7

2017-04-27  Johnny_M  <klasse@partyheld.de>  [063626b994960f7fe8426688203c8aa87e425cb4]

        Translate German comments (rest of svx/ except svx/source/form/)
        
        Change-Id: Ib0fccc41c71902861f450c6184f57be2c5da0811
        Reviewed-on: https://gerrit.libreoffice.org/36804
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [2c6eb5dcadc77c4e6af0d03c69267859b1f853b5]

        remove ResourceBasedEventLogger in favor of its base EventLogger
        
        because there are no resources in use anymore
        
        Change-Id: I37e4a100aabbf6214533738da3e528ed2f434eae

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [a70dd5c57b32bef0040daa92bbfa8c00a3bf22f2]

        drop unused comphelper::EventLogger::logp
        
        Change-Id: I833210f036356c09d6c2f9f72dde7012064b01ef

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [8e9c618dd203972cfd0be94debff247026977647]

        drop writeonly unused struct
        
        Change-Id: I6a7d58899991109264d86059a16b4a3a540f1491

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [65330ab268cace6c9c163d56832450808010cc52]

        the only use of this argument is sdbcl which is a deleted resource file
        
        Change-Id: I31c140dcab9a291c4ede62e56d296a224dcd47c8

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [52c8f47e8774304d207ef15c010b204ead291077]

        un-default argument
        
        Change-Id: I5d60998b4c30f58ee9c734b37d3f97118db8d7cf

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [17748081ba7057f628ca45628b52a69ce86a7182]

        sdbcl is gone
        
        Change-Id: Id9c7106d2674a661b16b7772f866b3d103bae327

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [e33447a24c6800bbd34ea1463ee823737bf555cd]

        Resolves: tdf#107241 don't let floating function description grow infinitely
        
        Change-Id: Ief87c15c637d725d25416b64739fb3f5f07cded4

2017-04-27  Michael Stahl  <mstahl@redhat.com>  [86931aded4e603d244c9aef17c872f0b3807bee9]

        sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a test
        
        Fail the test if CPPUNIT_TEST_NAME does not contain at least one
        existing test, which is much better than silently reporting OK(0).
        
        Change-Id: If2137764b24aa52dc35fe2368ee8fe38cb7dbece

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [3eda8234acf09cd5a31cdcde76f04631a51fcc37]

        Resolves: tdf#107411 LibreOffice hangs at RTF import time
        
        regression from...
        
        commit b993942622897fc64a1f7462189fa0463eb30e1c
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sat Apr 1 16:43:04 2017 +0100
        
            ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flag
        
        cause WrapTextMode_MAKE_FIXED_SIZE is >= 0
        
        Change-Id: I6b5adbcc38cc841c5df9a0af9acdf634d3c6c757

2017-04-27  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e31c535b574fc37e6961c5ce7bd507a30e6abff1]

        tdf#47243 tdf#39327 tdf#103639 Proper scaling of SetPageTransform
        
        The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space
        coordinates to device space coordinates.
        In previous implementation I made scaling after translating page scaling.
        For some images it was working correctly (if there wasn't translating).
        WIth this commit I fixed this issue.
        
        Change-Id: I1e9e78ecdab663328f86a960d8547ad0a7fc1314
        Reviewed-on: https://gerrit.libreoffice.org/37010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-27  Jean-Pierre Ledure  <jp@ledure.be>  [e005b0a37feedffafc3fb89c61f054b692dc0c43]

        Access2Base - Optimize default value in field class
        
        Buffer default value to optimize multiple records insertions
        
        Change-Id: Ia339e8f4b4d00419978503d6351b331a0b987826

2017-04-27  Noel Grandin  <noelgrandin@gmail.com>  [2762ee5fe356f0f56069165a4a1cd52a5a802134]

        explicitly defining __RSC is no longer necessary
        
        since commit 6b448d3634f26224e480c0f30c617eacd7b4e3ab
           "make __RSC a builtin define for the RSC compiler"
        
        Change-Id: I99af239993c3217bf528f5595def0c2de337f01b
        Reviewed-on: https://gerrit.libreoffice.org/37025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f111de215dc56f8e31d25059b66a10258c9e612]

        sdext: fix loplugin:stringconcat warning
        
        Change-Id: I1e9aa0826d8692819fb05d2f572cf3c4e976fe00

2017-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [265a320cbbd01a387abf846cd9bb6c80013e7f71]

        comphelper: fix loplugin:unreffun warning
        
        Change-Id: Ie3d398568dbb4e237b8d03349c0286f2776e7cdd

2017-04-27  Khaled Hosny  <khaledhosny@eglug.org>  [e3b7ef45d4364fda15691b5748a9a88bc908afc6]

        tdf#107204: Make sure we always do Unicode Bidi
        
        Writer seems to have an “optimization” that only applies bidi algorithm
        if the text direction is nor LTR and there is some characters that we
        classify as complex script. This is a very simplistic optimization as
        evidenced by the bug above. We certainly don't want to skip bidi the
        text differently based on the default direction (whatever that means),
        and not all RTL scripts are complex ones, even if they are we might be
        behind Unicode in our script classification.
        
        Just trust that bidi algorithm does the right thing and don’t do
        premature optimization. If this turns out to be a real performance
        issue, we will need to find a better optimization.
        
        Change-Id: Ic0423b61d54de937bded95b369dab50e8fdca0df
        Reviewed-on: https://gerrit.libreoffice.org/36704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-27  Michael Stahl  <mstahl@redhat.com>  [daca28debc20f4bddcab8c22e8d3a0ca5a990486]

        sw: add test that SwXTextCursor is disposed if header is deleted
        
        This test failed for 2 reasons:
        1) since somewhere between LO 5.0 and 5.1, the PaMCorrAbs sent a
           SwMsgPoolItem but SwUnoCursorPointer checked for a LegacyModifyHint
           (fixed in commit a029a479429d334875b73e2fc4e34b314a1ad369)
        2) the SwXHeadFootText being registered at the header format prevented
           its deletion (fixed in preceding commit)
        
        Change-Id: I1d36bc2b9ca222b1b68fda94ded65451a677214a

2017-04-27  Michael Stahl  <mstahl@redhat.com>  [99777c5a15df2d92bb8a9ddb6329fc3df1b2b8bf]

        sw: fix always-true condition in lcl_DelHFFormat ...
        
        ... that prevents headers from being deleted if they have a client.
        
        (regression from d4267231754c1e6b03c7723a6fecc46750e7c780)
        
        Change-Id: I71f52f8806e59c97b81aa14144c700c14c5527b0

2017-04-27  Eike Rathke  <erack@redhat.com>  [e24cd3818821971fe3c52820dafe0f5ccb4b023a]

        Add ICU ticket number for this patch
        
        https://ssl.icu-project.org/trac/ticket/13176
        
        Change-Id: I1bf7a0787f46186895e7ee9144d5f219ea59e2df

2017-04-27  Eike Rathke  <erack@redhat.com>  [8720877b8b6bc96e330842f7391ae49a21ec2f63]

        Add ICU ticket number for this patch
        
        https://ssl.icu-project.org/trac/ticket/13175
        
        Change-Id: Ib7756f3c41d2395f65d898e39808616c04ee58ee

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [8efb852024336b455a9d078c675645e01589afdc]

        another name for a nonlocalized string is a string
        
        Change-Id: Ic4ff92720edd1c10dd6d5eff026e79cb02990005

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [99f0165c8b634a69e9d7bf633256b7d62aab60d8]

        fwk_services.src doesn't exist
        
        since
        
        748ed65ffba9d69ed333fd1347c30dd7a3a944b8
        
        Change-Id: Ief2efad17b3f485aeb975257e120ce20e67fb5b8

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [34bdbcecf18990c8cc6830c7f8dec7078d0a6f18]

        can detangle the sdext graphic resource now
        
        Change-Id: I2992b859bbebfa4bfae3ea5bfe76e8aa62193f69

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [6fc5a80009d7426c30d2b9656f76549536b45bb0]

        aSearchPath is write only
        
        Change-Id: I2dd8c4b9db53ed2c575500d2b00e90d5a99ac6e4

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [87bd657a2653eadc09d97f2897121947c8ebe5a3]

        aSysSearchPath is write only
        
        Change-Id: Ic88f12c1e6cb379150cb9521a9468244d6ce0cc5

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [18120258b3e4c5e93e5d4ca8d6bfb1a8a3e9a7b8]

        no bitmaps in .src files anymore
        
        Change-Id: I0228cae8590366be5d5f0d431cf655942bbb891c

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [b100796c3922fe8fe83628053fc0294bd48b044a]

        last private:resource ... bitmapex user is gone
        
        so drop private:resource ... bitmapex example and update docs
        
        Change-Id: I244c575573cffda5eb8ca52afd2f4a04a9b18f14

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [0d95753e4292b1e1338268acdcbe638d3de97e2b]

        ImageList python thing unused since WebWizard drop
        
        Change-Id: Id4961341def8cc4c242736580154411b5b137885

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [fcf9c22e00db0107391775f51fac53555711b951]

        remove wizards bitmaps from .src files
        
        Change-Id: I4e334ac88e1e060bc07af9b174b9b8fb1401fc80

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [5b214d0ee3d7f7db9c8d1040ef55d9a932cf80cd]

        loadFromResource is now unused
        
        Change-Id: Ibea3defdf8d2642c4ba523db7f4fc8fbc2473488

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [847462f75dc7bb59795aad7664d0b065a3fce866]

        remove sw bitmaps from .src files
        
        Change-Id: I9ccd69662f9d3a77d1921b3433b0e2f541960a90
        Reviewed-on: https://gerrit.libreoffice.org/37020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-27  Tor Lillqvist  <tml@collabora.com>  [f368499b9bcc05eb70aae9914c1760d00b86a2f9]

        Remove outdated UIHints metacomments
        
        These things haven't been present in the UI for a while (and that is a
        good thing).
        
        Change-Id: I8dbb84060013377469d600dc2faf047fbd199ca9

2017-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [834df8b3d10fb15e9bf2ef657a7fac4747544852]

        xmlsecurity pdfverify: go via vcl graphic filter
        
        Initially some proof of concept code was implemented here, but then I
        copied that to VCL and it got fixes there, so call into vcl from here
        instead of invoking pdfium directly.
        
        Change-Id: I8590cbe94876ff6aff3f870535a99062304f3996
        Reviewed-on: https://gerrit.libreoffice.org/37016
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-27  Gabor Kelemen  <kelemeng@ubuntu.com>  [327eb92b4f2a6cc08a837d5427d360cb0cc16635]

        Add custom HIDs for Customize - Toolbars page
        
        All items should have one as this page is reusing
        the ui file of the Menus page
        
        Change-Id: I9b691db70391eda90035761098ebc4d91d6a5b5b
        Reviewed-on: https://gerrit.libreoffice.org/36397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-04-27  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [e5b1c5374464f6f86b3d331fb89c0e126008136a]

        tdf#105204: more ShellCheck nitpicks for g
        
        Change-Id: I50cb1a403d3aa34434e61a2a995ef043b2f1f82c
        SC2086: Double quote to prevent globbing and word splitting.
        SC2145: Argument mixes string and array. Use * or separate argument.
        Reviewed-on: https://gerrit.libreoffice.org/37023
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [1364ff46631d5b9ead61edbf6b282a20117e67c1]

        Uwinapi is not used any more
        
        since de030cd7a234fd9191364647deb1a4836ca992cb.
        
        Change-Id: I4cd908cc08481c5a6cf6d41c89ac8a5fef95f6db
        Reviewed-on: https://gerrit.libreoffice.org/37021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-27  Caolán McNamara  <caolanm@redhat.com>  [dd1df645b4fe0d33c640a12d1596f75bd68eb928]

        remove svx bitmaps from .src files
        
        Change-Id: Ie3795870484648e62dea483f9976af31cd1be167
        Reviewed-on: https://gerrit.libreoffice.org/37006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f9f045e7830d184497554e0e438cc478fa990eb6]

        tools: move errcode.hxx to the vcl module
        
        Change-Id: I17e5a033de5f0aeb0a726744f7b464cdab6e2ee3
        Reviewed-on: https://gerrit.libreoffice.org/36854
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Jean-Pierre Ledure  <jp@ledure.be>  [8d633023dea4e55755f651822fd7eed3dc14621b]

        Access2Base - Missing declaration of oObject
        
        Bug in Recordset property in SubForm class
        Declared by Peter Evans via private mail on OOO forum (27/04/2017)
        
        Change-Id: I10b26e942fc3518411e19e1d935ddbe347b96e57

2017-04-27  Stephan Bergmann  <sbergman@redhat.com>  [5a7123d6869c9248a7ce3a22fffd84f76ceb360f]

        Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10f
        
        "vcl: change pImpl class names to fit with existing convention"
        
        Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9

2017-04-27  David Tardon  <dtardon@redhat.com>  [a5aeec9b1c44ad321270260384c5a8b11ed2ba08]

        WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’
        
        Change-Id: I027346fb3c98e830b9515ae842cb5a3fb231420d

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [7d71451e8e0226d3f3f523611f55132eda6ec10f]

        vcl: change pImpl class names to fit with existing convention
        
        Change-Id: Iec6ce77f922df222d48240be09a817f5289a6662
        Reviewed-on: https://gerrit.libreoffice.org/36861
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [0c4d2767742d3a86a392eb328762d92050527cad]

        vcl: move doxygen comment to header
        
        Change-Id: I486843fc4b9da3fc5fc161e90768b0443530071a
        Reviewed-on: https://gerrit.libreoffice.org/36859
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [7df07fabe481f2bcf8b780d05739b3406b0adf39]

        vcl: rearrange order of functions in errinf.cxx
        
        Change-Id: Ifbde0423e228151e1572e81a443f63355c9bc760
        Reviewed-on: https://gerrit.libreoffice.org/36858
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5302c78163934b58ac6ee0506b211f2ce5352fd6]

        vcl: lUserId -> nUserId
        
        Change-Id: I7617b25b1d63fc2926c1b500830ba3c1ddc8105c
        Reviewed-on: https://gerrit.libreoffice.org/36857
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5455516b006330bf16928cea9f574d00037bd536]

        vcl: minor whitespace cleanup in errinf.hxx
        
        Change-Id: I00e2fc57f4d277ed03fd3f02614eb6372d272551
        Reviewed-on: https://gerrit.libreoffice.org/36856
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b15b1743fcc976b023456acbff4415de35c9c9c5]

        vcl: rearrange functions in errinf.hxx
        
        Change-Id: I55100d90d342c657db7aed34dcf1a40440955381
        Reviewed-on: https://gerrit.libreoffice.org/36855
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [201f05f9bf66d0467b1137f3712108a96c159698]

        vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistry
        
        It is the error registry that should register the display, not
        the error handler. Move this function to the class that is
        responsible for it.
        
        Change-Id: I95ca1662b907a7f38a42a39ec729b35fd530bb79
        Reviewed-on: https://gerrit.libreoffice.org/36853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [7c4c9947b8e52ce67af1ab131ed583a41f0ddbfa]

        tdf#107458 No active item for the overflow subtoolbar
        
        Item id 0 has two meanings inside ToolBox. Methods like
        GetCurItemId and GetDownItemId use it as "no item".
        But that's also the id of a separator item, so calling
        GetItemPos(0) will find a separator, if the ToolBox has
        one.
        
        Change-Id: I4f2c1fac1759fe0a3ae09d317909707084e16180

2017-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [17026b70731d9285d4d0d053057b0779877d8feb]

        Use ToolBox::GetImageSize
        
        Change-Id: Iaad0ca0e3957e54f11dfa1687b33b08239451bfb

2017-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [32680923221e1eec9020c2a21b51125f735e4a32]

        Fix the copy-paste
        
        Use m_xUrlTransformer, and drop the now unneeded m_xContext.is()
        check.
        
        Here is the history of this:
        
        - commit ef8f9cfb262a7 (CWS docking1) introduced this code in
          ToolboxController::execute.
        
        - commit a2bbbc5130b80 (CWS docking3) copy-pasted this into
          GenericToolbarController::execute.
        
        - commit 0fc90c8a064f7 (CWS insight02) changed the original
          code, but not the copy-pasted one.
        
        - commit d7afd8e128177 (CWS toolbars2) That CWS didn't have
          the above change yet, and copy-pasted the old code to yet
          another place (GenericToolboxController::execute).
        
        Change-Id: I7f4e8dfb52b96ea5285ea7b2bb3083847dd84932

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [58daac975bb871f4479948a9f64577c420d66624]

        vcl: add newline for easier reading
        
        Change-Id: I871b51d2cca33b3ebcb96f9e2b673dd43a077467
        Reviewed-on: https://gerrit.libreoffice.org/36862
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [e248194bf4d41e99cd581552c9a68b8aed18447f]

        vcl: remove inaccurate and misleading comment
        
        Change-Id: I16d53d10f02736dda3202ac02b2a4909f53f19ab
        Reviewed-on: https://gerrit.libreoffice.org/36860
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ab9c8141380f5965aa9644b1032af54091a78212]

        vcl: ErrorHandler_Impl renamed to ErrorStringFactory
        
        This isn't just a pImpl class, it's actually a factory used to
        determine which error handler should create the error strings.
        
        Change-Id: I2901a45d7c1e16608b3fbe39e9c5cd9d5cb9627b
        Reviewed-on: https://gerrit.libreoffice.org/36852
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [46a153cbcac1a3e2881b83b5537037321c34797c]

        vcl: update error codes to defined constants for code clarity
        
        Change-Id: I6e86c45b71fc15d6645501128e7d86f8e179e652
        Reviewed-on: https://gerrit.libreoffice.org/36851
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [437105b940d997d742bd5e31cfa0ce4b949b29f2]

        starmath: Convert SmScaleMode to scoped enum
        
        Change-Id: I88024e9cc1147cc44a087315968c3462ab5baf73
        Reviewed-on: https://gerrit.libreoffice.org/36978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-26  Andras Timar  <andras.timar@collabora.com>  [597a2f5d5bd37443262b0775b8439bc3502aef1b]

        Updated core Project: translations  6239d3c020420e52cbb304e4a6ed6f4eaa45b448
        
        Updated Slovenian translation
        
        Change-Id: Ice1f38236123a209fce21de585df9d2f8bd9cccb
        

2017-04-26  Eike Rathke  <erack@redhat.com>  [89de6f62ae1e96d2c492cb5cd8f7d313b51e2f98]

        Upgrade to ICU 59.1 follow-up: only add icu/source/data/misc/icudata.rc
        
        ... instead of the entire icu4c-59_1-data.zip content.
        
        Change-Id: Icfbf7d4103059f525b303b194212b78935fb00b1
        Reviewed-on: https://gerrit.libreoffice.org/37001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [d6e8f22dd62a9414a5708cc086170a4ae86a0e0b]

        remove sd bitmaps from .src files
        
        and recover referenced, but missing BMP_FOIL_NONE
        
        Change-Id: Ief35a3e2f2934cbbed86b2bca3bda4d998f54734
        Reviewed-on: https://gerrit.libreoffice.org/36997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [6d187d88829fc4cbf8400636f17c4e2a684e2117]

        vcl: cleanup vcl/source/window/errinf.cxx
        
        Change-Id: Ib5bb764040a0ffe7ca58b9abc29a80be672437e9
        Reviewed-on: https://gerrit.libreoffice.org/36850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Ilmari Lauhakangas  <ilmari.lauhakangas@libreoffice.org>  [55c5b27bd683a7c36f07c1be781d8baad30b4571]

        tdf#105204: ShellCheck nitpicks for g
        
        Change-Id: I1814bc65c62af1a92a090127f1cfda8ad228936d
        SC2002: Useless cat.
        SC2045: Iterating over ls output is fragile.
        SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
        SC2006: Use $(..) instead of legacy `..`
        Reviewed-on: https://gerrit.libreoffice.org/36571
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-26  Eike Rathke  <erack@redhat.com>  [fabad007c60958f2ff87e8f636ff6a798ad1f963]

        Upgrade to ICU 59.1
        
        Also regenerated all patches using make icu.genpatch (hence the .1
        suffix that indicates the path level) as some hunks did not apply anyway
        and all now have the correct offset. Using genpatch may have the future
        benefit to yield smaller diffs between different versions of patches.
        Also prefixed all patch names with icu4c- for a cleaner listing.
        New patches introduced are prefixed with icu4c-59-...
        
        Change-Id: Ia83754b0823839887fce1a1d4ed04f8375b113c2
        Reviewed-on: https://gerrit.libreoffice.org/36809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b471124df251011b0053900cb82ceb0f3d8be86]

        tdf#107392 ODF import: fix z-order sorting of SVG images
        
        The problem was that in case the document has shapes where the order
        does not match the z-index order, so sorting is needed, then sorting
        failed to take the multi-image feature into account. E.g. SVG images
        have a PNG fallback, but at the end of the shape import the PNG
        fallback is removed, which means the "actual" (not the "wished") z-index
        of the shapes after the SVG image has to be adjusted.
        
        Without this happening SvxDrawPage::getByIndex() (or in case of Writer,
        SwTextBoxHelper::getByIndex()) will throw when the importer calls
        getByIndex(3) but we only have 3 shapes. This results in not honoring
        the z-index request of the remaining shapes.
        
        Regression from commit 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70 (re-base
        on ALv2 code. Includes (at least) relevant parts of:, 2012-10-09), from
        the
        
                Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement
                http://svn.apache.org/viewvc?view=revision&revision=1220836
        
        part.
        
        Change-Id: Ibe880e5c6c74b728b4a760498720ee31f052b726
        Reviewed-on: https://gerrit.libreoffice.org/36998
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [ad6515f48ced36ab9d10840aa60670fc41d25c6b]

        WaE: -Wsometimes-uninitialized
        
        Change-Id: Ia46d44e45a30761cc366273cda4fa62b83a79430

2017-04-26  Eike Rathke  <erack@redhat.com>  [d57ba3fb9076b46b4aa10468bad1f96a6bee87d8]

        check all ParaPortionList::SafeGetObject() return values for nullptr
        
        Change-Id: I46fdd613c9ad3762f045f984caff2a8dbef9bf16

2017-04-26  Jan Holesovsky  <kendy@collabora.com>  [8b2a287dacc4083c1cb3d6fba9ba41c5422beb12]

        Hack-around an unclear Windows problem in the test.
        
        Change-Id: I5194c6a20953eb66745539493a8782f089e25e2a
        Reviewed-on: https://gerrit.libreoffice.org/36985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [979bd73144ea38168b3e536c46c762a7b46c8072]

        Clean up uses of SAL_U/SAL_W: comphelper
        
        Change-Id: I56976f91647c3969d5709e5f691f860bb97ed548

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [99637fb4c69ad7f136acc69c2fc0a46f57b9ce67]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: Ie541ecc3ec8d7032666b09aaec7d216a43ae44f1

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [3427e613c68fefd0464cb1f9806deb55ca1c3661]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I4370a16ae9652d4f1e5aa3ed472cd88ad6d210c7

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [d22ef4eb1234fc14ae965189b7a2f4e21451fd20]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I5164bc1bfa1aaae0f648e0384227d92c8b2ff7a3

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [10006071c0e39eef7c30e227d619dd2997a4fec7]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: I491fb1fdcc3f5f64e4adb7276217bbdc13a1fa19

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [1a476f14c9b1e23fa761bf09904eb5c8c7e46c47]

        -Werror,-Wunused-macros (clang-cl)
        
        Change-Id: I64fa44caecd3f86bd23dc625e72c134659610b1a

2017-04-26  Michael Stahl  <mstahl@redhat.com>  [7e0871094d0d820d2dc72ee57c38e7af3fb6505d]

        sw: convert some OSL_ENSURE to assert in ftnfrm.cxx
        
        Change-Id: I1e37606a767a6399965ede05beb14abffd07be89

2017-04-26  Michael Stahl  <mstahl@redhat.com>  [e15b8997f0d2e54fa7b8345063755616d0b100b9]

        tdf#107398 sw: do not leave empty footnote container in layout
        
        ... when applying loop control in SwFlowFrame::MoveBwd().
        
        The SwFootnoteContFrame is newly created in MoveBwd(), line 2062:
            pNewUpper = m_rThis.GetLeaf( MAKEPAGE_FTN, false );
        
        If it stays empty, that is not a valid layout so delete it again.
        
        Since the idle/timer refactoring in VCL the invalid layout stays
        until the document is closed; presumably before LO 5.0 the timer
        based layout would reformat things again.
        
        (regression from af41b7f91f22052d49654d41ae9916d6981db3f6)
        
        Change-Id: I841f42b465f8123f9246f1fa70d1417ffdd57700

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [3995bf74a6ad711d6f7b63cbe8eeca83d5b0355f]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: I5ed7a980da0d8f6d320db306fcfca969ae700c4f

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [36a9091ee88ecc0a03235ee144e6babf2f8ef92a]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: I08c2c3557b4cb1804446d5a65e8e0499b27a3329

2017-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d7b8977f100e87ed452eaf87da99da052808687]

        external: update pdfium to 3064
        
        This contains the new FPDFPath_GetFillColor / FPDFPageObj_GetType APIs I
        want to use in CppunitTest_vcl_pdfexport.
        
        Change-Id: I275ff761188c07dbbab27a1e0715ac250cd306c9
        Reviewed-on: https://gerrit.libreoffice.org/36974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [1167df7df59e37fddef0c40c4d27cb2e82e10922]

        vcl: refactor ErrorHandler functions
        
        Current, HandleError_Impl is called on by GetErrorString, and
        HandleError_Impl also creates the error string. However, when
        you look at what each function does, HandleError_Impl has been
        imbued with some extraneous parameters:
        
        1. bJustCreateString, and
        2. rError
        
        bJustCreateString is unnecessary, in fact it just mutates
        HandleError to create the string, which is not really the core
        purpose of this function. In fact, the string should be created
        when we get the string from the error ID (GetErrorString), and
        in fact the error handler function should call on GetErrorString
        and not the other way around!
        
        This has the happy side effect of vastly simplifying this code,
        and allows each of the functions only do the thing they are
        meant to do, and we no longer need these extraneous parameters
        which just cause problems for code readibility. On to of this,
        by simplifying the HandleError_Impl function, we just move the
        code into the public HandleError function because these
        parameters aren't necessary any more.
        
        Change-Id: I4a727b5bbc6d3cdb0519f49b48dc52f8a8976629
        Reviewed-on: https://gerrit.libreoffice.org/36849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [6022a17e79e2cc0a483122bf7f73fcb3e246caf6]

        remove sc bitmaps from .src files
        
        Change-Id: I351b67616b240e3c0c91ea31d8f14ecfa6de8b4a
        Reviewed-on: https://gerrit.libreoffice.org/36991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Eike Rathke  <erack@redhat.com>  [662f372d3e5751f92609a1e2535ee1388a8fd1cf]

        ParaPortionList::SafeGetObject: SAL_WARN_IF nPos out of bounds
        
        Change-Id: Id21e86a0db5be9f12c377d5bb48265dd2e12b9bb

2017-04-26  Michael Stahl  <mstahl@redhat.com>  [b2fdb61446bc072ae1b6db380a584a87a1173f11]

        tdf#107427 sw: fix crash when deleting header with selected table
        
        Restore resetting of the table cursor point position in
        SwCursorShell::ParkCursor(), which somehow prevents the crash.
        
        (regression from efc5995170f2ffe98374acb16a4f851bede6842d)
        
        Change-Id: Ia7ec2967c84cfcffe1718e9604d6b8506c3839a4

2017-04-26  Eike Rathke  <erack@redhat.com>  [17236fe21f9b0c734c0e8d5c371b8112dcab8ac0]

        check for nullptr, tdf#104265
        
        Crash not reproduced, but a nullptr is believed to be the cause as
        ParaPortionList::SafeGetObject() may return nullptr if a stray EditPaM
        was passed to ImpEditEngine::GetI18NScriptType()
        
        At least this matches
        http://cgit.freedesktop.org/libreoffice/core/tree/editeng/source/editeng/impedit2.cxx?h=libreoffice-5-2-4#n1756
        given in
        http://crashreport.libreoffice.org/stats/crash_details/725e8295-6dc0-4b0c-aff3-57c6c95930f2
        and
        http://crashreport.libreoffice.org/stats/crash_details/e2570ac8-6137-4b67-91b2-6cc871f8cb69
        
        Change-Id: Id01983a31145442016da527a57024dc060060b1a

2017-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd325a0e3d54338f0601a9888baa27aceb835c9b]

        sw: fix loplugin:override warning
        
        Change-Id: I3c8847400adbfb9a843b1a47ec86c28c54c41b95

2017-04-26  Olivier Hallot  <olivier.hallot@libreoffice.org>  [39fd10b0f1523c38f84859b2a2c1648c8432ee0e]

        Change "check amout" -> "checksum"
        
        Unit #126486444
        
        Change-Id: Id40b26a022b21f379677de41b55603fff7cd862a
        Reviewed-on: https://gerrit.libreoffice.org/36823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2017-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [93dbd417fde5907b9ccff6cc54b37cfacc0cab27]

        CppunitTest_vcl_errorhandler: fix loplugin:simplifybool warnings
        
        Change-Id: If2af785961b06efa56c2a55bef6b3b364bf91d57

2017-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [dbd20b5c793cab388f01b7172df91429b6324418]

        loplugin:unusedmethods
        
        Change-Id: If2e1241bbe8a3d17859e3ca076b0f55f25c48ea5
        Reviewed-on: https://gerrit.libreoffice.org/36983
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [e6628f7a77b4707fb6ed8bf94282eebc0221e0e3]

        last private:resource ... bitmap user is gone
        
        so drop private:resource ... bitmap example and remove bitmap case,
        bitmapex case persists
        
        Change-Id: Iabf7c48517c17e3117f88daa80a258b7303b85dd

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [505573b8c76fd8e99aae3ac2555a3fbb0ac9a975]

        remove sfx2 bitmaps from .src files
        
        Change-Id: Ibc4261af5f479badd281211e467d2c7b524af3f3

2017-04-26  Michael Stahl  <mstahl@redhat.com>  [8cd1ae22eb2d464516717d767bd3e5f6c2f4bd34]

        tdf#107427 sw: fix crash with stale entries in SwNavigationMgr
        
        When deleting a header, the sw::UnoCursorPointer of SwNavigationMgr
        spontaneously self-destructs, but SwNavigationMgr expects its cursors
        to always be alive, so add another SfxListener to remove dying cursors.
        
        (probably regression from a2c467a58ade9f55e0154b2935c747bb283ebd45)
        
        Change-Id: I1055ea3cfc47114dc36002198f1ddffea87d2d85

2017-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [93bf0b1ba11c7710f80a7773eaf0b5ca816d82a7]

        clang-tidy readability-simplify-boolean-expr in svx
        
        Change-Id: I5190e453edd9fc2eda57f730834567e8e214ff16
        Reviewed-on: https://gerrit.libreoffice.org/36931
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ca865af23656f52008713709b3efee0e151d0303]

        Updated core Project: help  f986a76171ac9fcd45f5996dc9fc3ac31f46dd31
        
        tdf#107193 tdf#107436 Increase body size to 11 pt
        
        Change-Id: I2504884668815682a6f3487c49ed994d5cbff253
        

2017-04-26  Johnny_M  <klasse@partyheld.de>  [da6e471af190c04cad1a2d93067d698a10ddbd80]

        Translate German comments (leftovers in include/svx/)
        
        Change-Id: I1f4238525962d57956fd08c93e7c4d3bc52e4dc5
        Reviewed-on: https://gerrit.libreoffice.org/36808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-26  dilekuzulmez  <dilekuzulmez@gmail.com>  [cbda84e5422c066b93d8c06b49c6bc86eca7c71f]

        tdf#84323: Make osl::Condition::wait more readable
        
        Change-Id: I9fabc88aac40f4c14bc6fe5b26d4a49de33aef75
        Reviewed-on: https://gerrit.libreoffice.org/36576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [d23af0cd71c655325f1b7821ebe1ca34cc34afff]

        remove sfx2 bitmaps from .src files
        
        Change-Id: I54448567db051f4446c36b16acdda2288b391537

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [d4a4d0e978d1808aaee696381642887a6e6f63d7]

        remove svtools bitmaps from .src files
        
        Change-Id: I13280315c2af2277d5c8d31c079075337b2c8f82

2017-04-26  dilekuzulmez  <dilekuzulmez@gmail.com>  [8468945322b72ddadbe42584b9bba395c1e5bb7e]

        tdf#84323: Make osl::Condition::wait more readable
        
        Change-Id: Icb7d1fc92296dddb2a5f3c1517af0ce237e0f8a0
        Reviewed-on: https://gerrit.libreoffice.org/36567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b4f341389ce7fa889e8a668be0233d1dbbd814c2]

        Revert the wrong "cleanup" change.
        
        Introduced by 63df0796f5ec500f3b6fb34510d4bc79c009e76d.
        
        Change-Id: I2481bcef144bd30571e69130d22f6d313dbddfea
        Reviewed-on: https://gerrit.libreoffice.org/36968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [7bd87eb30ca5df683fa3bd94ca5be9dbca362c03]

        remove xmlsecurity bitmaps from .src files
        
        Change-Id: I4a1e272f26711e2c3a3860f3b2553467b979405c

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [51270a2cc26c8714c62f983702dae58dad1e6bd8]

        loplugin:staticmethods
        
        Change-Id: Ib8a5e36dda6e953529d27233a65469e46f035292

2017-04-26  Stephan Bergmann  <sbergman@redhat.com>  [bdc7b541956c396bb32b6527305a836e771a80dd]

        Fix MSVC build
        
        Change-Id: I6c13e9699a7ebc7cd3855242bd2bbab5f08b382b

2017-04-26  Jens Carl  <j.carl43@gmx.de>  [84a409981a3ad481841c812d66721f89da7aeac6]

        tdf#39674: Rename Fehler to Error
        
        Change-Id: Ib8288db4ddde159f274a0ca251230c7d721e0079
        Reviewed-on: https://gerrit.libreoffice.org/36972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [2fa6c2ecbf8b5a3c5f26beac6c3026b282e38c81]

        remove reportdesign bitmaps from .src files
        
        Change-Id: I9dfea090c130962591762cba88fcd69bbacf05fe

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [5fc07f0781d864722cc1bacc1357b317b3b5fdbb]

        remove framework bitmaps from .src files
        
        Change-Id: Iea85517a60874d49cdf60860071f0924b96cbf62
        Reviewed-on: https://gerrit.libreoffice.org/36966
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [e8a76aa83e156bd2c79aed655200c4d6d708d689]

        remove fpicker bitmaps from .src files
        
        Change-Id: Ice75bf15e509869bb7e8344381595838918acd81
        Reviewed-on: https://gerrit.libreoffice.org/36965
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [9b0fb3f6cae0f8e86840e476ea1a55355896bede]

        remove formula bitmaps from .src files
        
        Change-Id: If1f43c9ff969c12b87999424b6e4be8390307c8f
        Reviewed-on: https://gerrit.libreoffice.org/36964
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [ff77597f53bd72420dce0f0c43ad6687c0ae3342]

        remove filter bitmaps from .src files
        
        Change-Id: I3e1ee8ab50426cdeaf455e59179fb6d34c97d4a3
        Reviewed-on: https://gerrit.libreoffice.org/36963
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [816190b7b0f0cb75782cd12fe2cd908fdaf819fa]

        remove extensions bitmaps from .src files
        
        resulting in the removal of a updchk .res file
        
        Change-Id: I7a6f3601f25763253ba34590a1970ca8a042db23

2017-04-26  Caolán McNamara  <caolanm@redhat.com>  [7df948695e5be0077fd9d7d8bc8e25072c345890]

        Resolves: tdf#107372 set opengl context when using opengl functions
        
        even if they are teardown ones
        
        Change-Id: Ie222d3ffb2b555c0013d7346552d3fc76ec87d9b
        Reviewed-on: https://gerrit.libreoffice.org/36948
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-26  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [2c8a9d8a6e0933bb717d800e6ddfb2b0c6db1f96]

        remove this whole "kill SwFlyDrawContact with last frame" nonsense
        
        - first of all, SwFlyDrawContact is part of the document state/model,
          not the layout.
        - SwWW8ImplReader::CreateContactObject() and
          SwXFrame::GetOrCreateSdrObject() seem to agree as they create
          SwFlyDrawContacts without caring for frames using them being around.
          This was inherently fragile as FinitDrawObj would mercilessly kill the
          SwFlyDrawContact in that case (and thus also modify document state).
        - SwFlyDrawContact is now entirely owned by SwFlyFrameFormat.
        
        Change-Id: I70b716fef63279552b39a18ac143024a460ba785
        Reviewed-on: https://gerrit.libreoffice.org/36899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [8a23c68f58307b7cf2842cd4ce5a9eb93f8b244c]

        vcl: add ErrorHandler unit tests
        
        Change-Id: I62f7d948522676ae2bed1a425c2f038929fb00b8
        Reviewed-on: https://gerrit.libreoffice.org/36848
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bef9fe6e3decc92bdcec6415b1898e4a0202cc6a]

        extend unit test for INetMIME::scanContentType
        
        This reverts parts of commit 631b67952909a73ba1851417bd2edbe02ad7be5a
        and commit abc6071b7a8af354a56c91e4caecd8afc79f55cc.
        
        some of the removed fields are usefull,
        m_bConverted should be checked by callers
        
        fixed 2 bugs and added test cases:
        * extended attributes with more than 2 sections were not parsed
        * extended attributes with more than 1 section were not parsed
          if there was an other attribute
        
        Change-Id: I61ab2af7c5151ef1bcd80cc159fa2b99559374a8
        Reviewed-on: https://gerrit.libreoffice.org/36913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [925ed7003b827cd4678547fb762aa002c3a10421]

        remove dead "chained editeng recursive overflow" code
        
        been this way since original commit in
            commit 5b04c453cc03c0d2c6067625242f07deb8f78ba0
            Author: matteocam <matteo.campanelli@gmail.com>
            Date:   Mon Sep 7 12:44:37 2015 +0200
            chained editeng: Change EndTextEdit behavior to support recursive overflow
        
        Change-Id: Id71db878b80457683f49349170e85bbabbd753f6
        Reviewed-on: https://gerrit.libreoffice.org/36940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Noel Grandin  <noelgrandin@gmail.com>  [c70d49c7c888da8cfd73db8585e7be1f37fc398a]

        use strong_int for LanguageType
        
        Change-Id: If99a944f7032180355da291ad283b4cfcea4f448
        Reviewed-on: https://gerrit.libreoffice.org/36629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd4344d3bdef631b3e64ac12a9e64bc9670c1b7c]

        RTF export: restore build-time test for self-containing headers
        
        If the "own" header is not the first one, the compiler no longer ensures
        that these headers are self-contained.
        
        Change-Id: I436428213e02482e6b6f21cd4e3c2ed04a7b4020

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [9beed0a363605067f5d57294e7a9d9a48a3b112d]

        vcl: rearrange header order
        
        Change-Id: Ib902e0ff8e416c108e311be297192f109fe58ae7
        Reviewed-on: https://gerrit.libreoffice.org/36846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-26  Takeshi Abe  <tabe@fixedpoint.jp>  [ba03fceba889f1560762ccd9650a7317e5a4ae4d]

        starmath: Show all Functions' menu items in Command Menu
        
        I am not sure why nested submenu does not work, but found
        GNOME HIG <https://developer.gnome.org/hig/stable/menus.html>
        says that
        > Submenus (...) should never contain other submenus.
        
        Change-Id: Id2f06efb596b66af74d4877b1e42c0c00e310b19
        Reviewed-on: https://gerrit.libreoffice.org/36881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [d8a564010c46a4062cbfd7e055f5dc64597d3268]

        vcl: remove comment-cruft from errinf.cxx
        
        Change-Id: I53272ef788375ea3cfecc1fa9f24185909801fa1
        Reviewed-on: https://gerrit.libreoffice.org/36847
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [1c1aa2642bcd447f598a85114e8517f35c106992]

        vcl: no longer a reverse dependency...
        
        Change-Id: I38a73ad4190e8f06b74fc314d78cd4aa7d4479e7
        Reviewed-on: https://gerrit.libreoffice.org/36845
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [85e78b83515494a297286ba1dcba30a59fac130d]

        vcl: whitespace cleanup for errinf.cxx
        
        Change-Id: I5b1ad2017926b5b12b0620bf06aea1561f95ecf8
        Reviewed-on: https://gerrit.libreoffice.org/36843
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [68cf652940f1cc66288880da8dcda23b1bda3f22]

        vcl: added in some braces as this tricked me for a millisecond
        
        Change-Id: I2bf35b379e84a61c8957161f7b647ae178e82b7b
        Reviewed-on: https://gerrit.libreoffice.org/36842
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [41f5c11c3b5f5b57f480dd809b850fe563b53691]

        vcl: change ErrorHandlerFlags to DialogMask
        
        Change-Id: I1959ac97f679d8d719f851f9869962b39a20ded9
        Reviewed-on: https://gerrit.libreoffice.org/36841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Gabor Kelemen  <kelemeng@ubuntu.com>  [c67a0d0f7ddd8ababa3197d86998979c1ce725d0]

        tdf#101055 Translate default name of bookmarks
        
        Change-Id: I9dd5ab006c7b7e7da7c4c2705925bbf264b58b60
        Reviewed-on: https://gerrit.libreoffice.org/36813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [aa6a9bbd66beb234c54d8f881b56da6d8753c423]

        update credits
        
        Change-Id: Id21b158bcdb4ff51950bcce0869e6c79a7e48fc4

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [0c26dc5d5a3711ceb2a4fdb07c5882a575083330]

        remove desktop bitmaps from .src files
        
        Change-Id: I32aefdf3407434564ed7efe2f6785a17c69199f2
        Reviewed-on: https://gerrit.libreoffice.org/36956
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [fea8976c0152632919587dd4e3225d6283e6691f]

        remove dbaccess bitmaps from .src files
        
        Change-Id: I85e0d4bce7c2d1da2cc78c00e15e485152039c3e

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [f08faa70ccaa3bbf335b7b2ddff02a9f37efe125]

        fix attempt to load converted bitmap resource uses from vcl
        
        Change-Id: I9be76bc1ec87b6837df30c2e73729ae1d5cca690

2017-04-25  Mike Kaganski  <mike.kaganski@collabora.com>  [82fbc7147183dd27be81c20d7c362937bafc3546]

        tdf#106359: register text/x-ms-iqy MediaType default extension
        
        Change-Id: I63be77c4e148befa8f41086163ea2919b1e8baac
        Reviewed-on: https://gerrit.libreoffice.org/36942
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [6c75ef5835bb6bb26e86e3d9f420cd46a36c9a8d]

        remove chart2 bitmaps from .src files
        
        Change-Id: I8ae690b510e69df65e7383e38f054580b8a5ab9d

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [d7559de4f70afdf64dea3bfbf462f5f188da7d05]

        remove bitmaps from .src files
        
        and into includeable .hlst files, add them to
        postprocess/CustomTarget_images.mk
        to continue only including used bitmaps in icon-theme zips
        
        Change-Id: I5c24c3eca93a9c4101bcdcacb0e4b2712133968e
        Reviewed-on: https://gerrit.libreoffice.org/36941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-25  Michael Meeks  <michael.meeks@collabora.com>  [e68b6e349c31ac1376e90218013e1e7612f2b522]

        Optimize plain-text import.
        
        Cost of managing rsids is very significant >50% of import time, new
        Rsids will be generated for changes anyway.
        Also avoid un-necessary splitting of paragraphs on new-line.
        
        Change-Id: Ib959306f187f93bd3a85ead11fd2342b99d4ece3
        Reviewed-on: https://gerrit.libreoffice.org/36938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-04-25  Jan Holesovsky  <kendy@collabora.com>  [dec025d4cb51f252ecd7e981fe36800cf2bedff5]

        The debugging rectangles are not needed any more.
        
        We have the debugging console in the loleafleat instead these days.
        
        Change-Id: I316fa6d101a14e1bc7f2a8fab554f516ec55644d

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [a2c055a69b341e120dcb0d5d993ee7c387b68d68]

        Failed to load image 'cmd/lc_setoutline.png'
        
        seeing as the only one that has this is breeze copy it to the base
        layer to avoid this warning under any other theme
        
        Change-Id: I8e1fef2a6f62bf3dd339d59defca3dc69b2b6bc5

2017-04-25  Johnny_M  <klasse@partyheld.de>  [95fba86ecf28750ccbcd4fef3e41f1ea9b50f00e]

        Translate German comments in svx/source/fmcomp/
        
        Change-Id: I7676188ecf8f344bc57297a1d834781047aae4b2
        Reviewed-on: https://gerrit.libreoffice.org/36577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-25  Alexey Vlasov  <alexey.vlasov.work@gmail.com>  [33d667d0f862bffb6818910243bed6059a45b711]

        tdf#39468 Translate German comments
        
        Change-Id: I94e53a5a375422c1865e881a29d5b080f844524b
        Reviewed-on: https://gerrit.libreoffice.org/36493
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-25  Alexey Vlasov  <alexey.vlasov.work@gmail.com>  [2fbf8004a57f8393f3258199db0b1df26a6d9739]

        tdf#39468 Translate German comments sw/source/core/text/txthyph.cxx
        
        Change-Id: I2c818def66dcb04fabbffeb4c2ef1bdd1d2aa055
        Reviewed-on: https://gerrit.libreoffice.org/36488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [ae622df5df4094481ef4212dbe2ba8449e47871f]

        clang-tidy readability-simplify-boolean-expr in sfx2
        
        Change-Id: I388e0160daf6a7359881acb82145460ad5bbbbbf
        Reviewed-on: https://gerrit.libreoffice.org/36929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [825c8f1b6e2c1e8c686f4656337fa2879ade481d]

        ofz#1270 avoid oom
        
        Change-Id: Iedf0ffdedea1ccda9276763c9d39924c3ff8943b

2017-04-25  Caolán McNamara  <caolanm@redhat.com>  [b79f9a9bc818022a59184113cf20dd5ada29deff]

        LtcBenContainer::GetSize is always BenErr_OK
        
        Change-Id: Ic14cbc70358800dab57c1a5ac0a834e257d4951a

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [494c7103744ded1f6f2d373a8eb194c9d34f7b82]

        add various loplugin results files
        
        so that instead of trying to maintain a list of false positives inside
        the python processing code, I can just run the plugin, generate the
        result, and then look at the git diff from last time.
        
        Change-Id: Ic287f19e3b139705222a1f9541ad6471dfcb9c18

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8e818392d9129f74e751e1db0278cc314722208]

        FOOTERL and FOOTERR are write-only
        
        Change-Id: I65ed01d0bf10409282d9fe5087f5ea84cb084ddc
        Reviewed-on: https://gerrit.libreoffice.org/36932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a334e85a2f0885b0d931fe80c50c4b3d07af7dd5]

        clang-tidy readability-simplify-boolean-expr in vcl
        
        Change-Id: I10ad38bcb5b05a754de9a396f4aaa79d97458d6f
        Reviewed-on: https://gerrit.libreoffice.org/36930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  andreas kainz  <kainz.a@gmail.com>  [633bab98427fa3760c67274082283cd36b4508ca]

        tdf#106035 update the contextual groupedbar full layout update
        
        Change-Id: Ic7956e11ebe2edd8e1046c4695f92b3398036c2f
        Reviewed-on: https://gerrit.libreoffice.org/36865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d7b96e00909fa6798aafb9b385e58cda360e05f]

        clang-tidy readability-simplify-boolean-expr in svtools
        
        Change-Id: I13286a691348e136d16c07473285313c3ba5bba2
        Reviewed-on: https://gerrit.libreoffice.org/36928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6891ab0dae58fe482e89eec5186ad7aeff909cac]

        enable clipboard service for android
        
        - register the VCLGenericClipboard as the SystemClipboard
        - enable vcl.android component in Rdb services as this wasn't done
        - choose VclGenericClipboard as the android implementation
        
        Change-Id: I067dcf4d9cdfc4b7d7a941a1c86f545263d1abad

2017-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6e5a68f52f4e06b73f0ece3a3886f3bfc30f56d]

        tdf#107104 DOCX drawingML import: fix invisible arrow shape
        
        This is the drawingML equivalent of commit
        3d9ebded1358395ed81db7a63629b046aec2aeac (Misc improvements for docx VML
        import, 2010-10-06), which made sure that shapes are never invisible
        just because they have zero height or width.
        
        For this particular bugdoc the Word-produced WW8 equivalent width is 20
        twips, but let's be consistent with the VML import and just round up to
        1 mm100.
        
        Also fix two existing tests that wanted to test something else, but
        implicitly asserted that some shapes indeed have zero width/height.
        
        Change-Id: I9600424520d0a3deecc711b44622eccc041a59da
        Reviewed-on: https://gerrit.libreoffice.org/36927
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [d496eab538cb967c62308f4235f090849ed82957]

        tdf#39468 - vcl: Translate German in errinf.cxx
        
        Change-Id: I53a0bccc7e040d9e5347d18630f1190c195c7b61
        Reviewed-on: https://gerrit.libreoffice.org/36844
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [437a5d7c72547f6f17b4ffecd51e76a2487de99e]

        tdf#75280: convert sal_uIntPtr to sal_uInt32 for ErrorInfo member
        
        Change-Id: I97f3b18604f17b0ccc9fd1bbb0221ff5e11fe826
        Reviewed-on: https://gerrit.libreoffice.org/36840
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [3b85b72d643e26fd9fda5eeb05f774b3c37917fd]

        errinf.hxx moved out of tools and into vcl module
        
        ErrorInfo has a hard depency on VCL, yet is in the tools package. It is more
        appropriate to have it reside in the VCL module.
        
        Change-Id: Ica54a46c3a7f86cf0331ed7245234bea69c05650
        Reviewed-on: https://gerrit.libreoffice.org/36839
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Noel Grandin  <noelgrandin@gmail.com>  [6b448d3634f26224e480c0f30c617eacd7b4e3ab]

        make __RSC a builtin define for the RSC compiler
        
        instead of randomly defining it in only some of .src files
        
        Change-Id: Ifec3920740723d248400f451d717b5288c421b8d
        Reviewed-on: https://gerrit.libreoffice.org/36832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [da64d198ec3b31318c92ad4bcaab18cc2bf5cfdc]

        tools: svstream.hxx needs only errcode.hxx & not errinf.hxx
        
        Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca
        Reviewed-on: https://gerrit.libreoffice.org/36896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-25  Gabor Kelemen  <kelemeng@gnome.hu>  [9c807f1c8bf529fbed817990e7091335d3425666]

        Updated core Project: help  623d809593d6b7ceb9e44ea8e198cc8067c0119a
        
        Fix reference to UI layout
        
        Change-Id: I11a79ea1c3598ac7b4b75769331f113358b73324
        Reviewed-on: https://gerrit.libreoffice.org/36925
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-25  Gabor Kelemen  <kelemeng@gnome.hu>  [35e3534ed2d36df33f203847b82cd14e41f880d7]

        Updated core Project: help  d6a6a884b9e496b03dc038597e0673c62e1feeea
        
        This doesn't need to be hidden.
        
        Currently a heading without description is shown.
        Let's show the description too.
        
        Change-Id: I34ee6ee98cddfd25f9cce01a63756ef7bac83e68
        Reviewed-on: https://gerrit.libreoffice.org/36924
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-25  Jan Holesovsky  <kendy@collabora.com>  [96b1e852c34d44cd07e3bf5a39ae810f135d61d5]

        lok: When we actually have the OutputDevice, prefer that.
        
        Writer invalidation functionality depends on this actually.
        
        Change-Id: I0933c56ff3999a09118112ccf49bf00062c42444
        Reviewed-on: https://gerrit.libreoffice.org/36914
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/36915
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [53ec01b67eb3e7020800f92a63860d332e73b1dd]

        Get the configure.ac to detect .NET framework 4.7.
        
        Change-Id: Ic936be25c6d66dd6a73d101869d535684bf0d680
        Reviewed-on: https://gerrit.libreoffice.org/36918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-04-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f254a45d78dee53764321244aca108e2a1d344c]

        loplugin:checkunusedparams in vcl
        
        Change-Id: I26661684e634aa15a18f78442de15c9db832f319
        Reviewed-on: https://gerrit.libreoffice.org/36886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e4f28aea21ce7e8f960cc2062f83715549be215e]

        tdf#107310: add unit test for this.
        
        I decided to add this to the filters test since it's the ods import
        code that sets the cells in hybrid "zero as empty string" mode.
        
        Change-Id: Icb34733e8550b655fbd70be718af5006b257a3e3
        Reviewed-on: https://gerrit.libreoffice.org/36818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7c80ea40fab3cb8e8893d14e80e7bb7f63f0dbb0]

        tdf#107310: hybrid cell is a value cell as well as a string cell.
        
        Else it would cause a legitimate calculation to fail with #VALUE!.
        
        Change-Id: If8d4f40859d0c87b97afc952e4a3e4268450c40c
        Reviewed-on: https://gerrit.libreoffice.org/36817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-25  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [a917902c48f21d04039da86048c5c36555137d7e]

        remove DYING_FLYFRAMEFORMAT: now obsolete
        
        Change-Id: If82cdcb184069058209e1b23a50b699433dcdfe7
        Reviewed-on: https://gerrit.libreoffice.org/36898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-25  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [6bf8d7bb5df3a29b6540e0ff057c667dad61d907]

        use a unique_ptr to track the SwFlyDrawContact
        
        Change-Id: I1b9058b41d1708efa4069e737c2247c6600403f5
        Reviewed-on: https://gerrit.libreoffice.org/36897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-24  Jens Carl  <j.carl43@gmx.de>  [3190f83bf11560c4908a6b3ea3e82a8354648523]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in:
        
        sw/source/filter/html/htmltab.cxx
        sw/source/filter/html/swcss1.hxx
        
        Change-Id: I6986461f5df342ec9be6a19fc358150ab42dee36
        Reviewed-on: https://gerrit.libreoffice.org/36573
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-24  Yousuf Philips  <philipz85@hotmail.com>  [c909609c28e12c2aba260dc565bd8c82aed28086]

        tdf#84837 Comment submenu icon and remove hide/show all comments
        
        Change-Id: Ifa0fd92363a4edc64e312a8b063179ce6ea30dd4
        Reviewed-on: https://gerrit.libreoffice.org/36570
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-24  Jens Carl  <j.carl43@gmx.de>  [b00a3185d1e4f20ae76db93c092b474cad62b54a]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/
        
        Change-Id: Ib98bf6977e60b69ec1afa6bfdd00bab3d124946a
        Reviewed-on: https://gerrit.libreoffice.org/36560
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-24  Yousuf Philips  <philipz85@hotmail.com>  [dd5d75ed14d51af3d8a2d582944ae29aaded83e1]

        tdf#75256 Sifr: Link back and forward icons
        
        Change-Id: Ibdac43d839a782ec4889bb3ad66b27878bc257d5
        Reviewed-on: https://gerrit.libreoffice.org/36833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-24  Jens Carl  <j.carl43@gmx.de>  [4edfbf752cf5591a80f308c30556416828e95a0b]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw
        
        Change-Id: Ia74a75ae28b1e5ed855dcd9e6e09b9fd53e98450
        Reviewed-on: https://gerrit.libreoffice.org/36558
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-24  Andras Timar  <andras.timar@collabora.com>  [f825815629f19bd97198e913dd5242961dc6fb6e]

        Updated core Project: translations  57f42b3556a14ee8ab8c9d0a5281d891c3400af6
        
        Updated Slovenian translation
        
        Change-Id: Icbf6f0790a59f93179c260521bdc5209a89de436
        

2017-04-24  Michael Stahl  <mstahl@redhat.com>  [2eb91035c2f60e9dc476336474d51b23b666bb04]

        tdf#107205 vcl: don't always use D2DWriteTextOutRenderer
        
        ... because it cannot rotate text.
        
        (regression from commit df556aa47da22f96b3fcd356c12419d3035cba3c)
        
        Change-Id: If9bc6e98b8979c5eb02f1a5cfc12b4d19bdc481b

2017-04-24  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [83e5014a9339d7d92323517f5615b1c18c860e22]

        move SwFlyDrawContact ownership to SwFlyFrameFormat
        
        Change-Id: I19a65638c7489f74cc7ae5fc08364a103551cd1a
        Reviewed-on: https://gerrit.libreoffice.org/36878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [9223d88542a5b9272f98f37feb84cd78beacac42]

        Updated core Project: help  ba34e6b24ee494bccd2ed173b3369b476ed3f69c
        
        Fix help page on database
        
        Unit #68075883
        
        Change-Id: I619115e28a0c3fb563fa4797a29709ac6a2fb5c8
        Reviewed-on: https://gerrit.libreoffice.org/36824
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-24  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a4a48440e5a2d17e5200a082e834c2e812152ee7]

        Updated core Project: help  4af60691995a58d513552e5e14677f680827e155
        
        Correct WOKDAYS.INTL -> WORKDAY.INTL
        
        Unit #117795772 from pootle
        
        Change-Id: Iced6c310194bbfa63d8607abd5002f7656de87e0
        Reviewed-on: https://gerrit.libreoffice.org/36821
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-24  Mark Hung  <marklh9@gmail.com>  [6030e8f5a42d48a43076bf1e2ddc88b20242e6da]

        tdf107359: imporve line pitch and char pitch importing of writerfilter.
        
        1. Use converted style name to assure the default style is found.
        2. Switch off squared-page mode before setting the base text width and height.
        3. Ruby text height is not effective per ODF spec.
        
        Change-Id: I0f2901a453a9f7b344cac6989780688cc2d6c7b4
        Reviewed-on: https://gerrit.libreoffice.org/36828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-24  Caolán McNamara  <caolanm@redhat.com>  [80486db4b691e9b716840438422b9001573d2a90]

        coverity#1405474 Unintended sign extension
        
        and
        
        coverity#1405473 Unintended sign extension
        coverity#1405472 Unintended sign extension
        coverity#1405471 Unintended sign extension
        
        Change-Id: I1db183206cb03167d0dd13b2a3470caa3ea1cb4e

2017-04-24  Caolán McNamara  <caolanm@redhat.com>  [a21e0d3aa88694c4000cd3839a7158aa2e21400f]

        coverity#1405470 Unchecked dynamic_cast
        
        Change-Id: I5125ec90b83630225ca9aab689e814e5a7c03a4e

2017-04-24  Caolán McNamara  <caolanm@redhat.com>  [655cfb327dea2abe63e9a3b30fbbcf51d9508455]

        coverity#1405475 Uninitialized scalar field
        
        Change-Id: If4709eb169196893378ceb7c2dc9c645d4a640a3

2017-04-24  Caolán McNamara  <caolanm@redhat.com>  [e402e112a1fb5599c6869c5e69fe10d3798f1d4b]

        coverity#1405477 Uninitialized pointer field
        
        and
        
        coverity#1405476 Uninitialized pointer field
        
        Change-Id: I6f6a13f5c3037ff11636938135bad72f8b3419d2

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0097fea5a761747c1c1ce19a0873d7a760c4c37]

        loplugin:checkunusedparams in i18nlangtag and l10ntools
        
        Change-Id: If7c7404b1cc1cf9445a2af8106f7326b76524388
        Reviewed-on: https://gerrit.libreoffice.org/36883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [f747797772e39d77a664845bdd66378524829ea3]

        BASIC: Call OUString() instead of OUString("");
        
        Change-Id: Ie68d48a5dd0fd3593054e853f179db9a4be03b24
        Reviewed-on: https://gerrit.libreoffice.org/36831
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-04-24  Jens Carl  <j.carl43@gmx.de>  [637eb76d872009fde9da3bc9bb079faebb4ada7e]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in:
        
        sw/source/filter/html/htmldrawwriter.cxx
        
        Change-Id: Ifce35a21033884cf1dbceb2af984d09034bf692b
        Reviewed-on: https://gerrit.libreoffice.org/36574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [653e455e1bd5bab87dbc6a20853c8a9ca0af6175]

        Do not pass a suggested name to GUIStoreModel: it is always overwritten
        
        Change-Id: Iac60c012f05916c5324e1ea8bae142ab329aa4e0

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [92b8b8b04cdceedcdc4e58041d9d4d1c7dee21b8]

        OUStrings: constify and avoid temporaries some more
        
        Change-Id: I965ea920880bb631e108bd963ac1ab21582222ef

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [de457f10a7da65a64c032362f391e7046822f91c]

        Minor optimizations to loops
        
        * Use const value for for checks
        * Early bail out
        
        Change-Id: I8d280a4bfb68da108925ae6b1a3d1b0b827dc3a5

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [f3902b2369cbcf123059fce9bc9269a123d979a1]

        Fix indentation
        
        Change-Id: I1c974fb556d5fbe8492356a7471e659035308d0e

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [67d461ca4f558eedefd1dfce2c7c25a708326eaa]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I2e4a36a5ac25d1c44c674eb3f721c974f29b1fd9

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [e14046943dea4b3ac0a47bb6224c0aeeb1f417e0]

        OUStrings: avoid temporaries and OUStringBuffers
        
        Change-Id: Ibb8493807acd292add892b80839b6f6d3d90a8e9

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [a1f9de6bbd957e0e119b99a4fe7cfab54677be30]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I9d75924b414f21dacad2d72908c1e4e3af291672

2017-04-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [90f492d46014068c64767100dc870bafc04d2ac7]

        Remove code commented-out since 2003-11-24
        
        Change-Id: Iad2fb481969a1cc9cfd3e687b94ac99796466926

2017-04-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8648cfe64ad55caf5af8974bbbe3057c8a9eab1e]

        Fix typos
        
        Change-Id: I3e130b68c18ebe24c072d317d59b4854608a222f
        Reviewed-on: https://gerrit.libreoffice.org/36870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-24  Michael Stahl  <mstahl@redhat.com>  [3b83ef0d24347a39a925996c5d2958fcdc2473d7]

        sw: let's check GetFrame() instead, it's already public
        
        Change-Id: I0dc25c519a8c9d658acd80372c41be0ee22c6d8b

2017-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a4f1c4202000c64c9851e68295cb11d6c42e542]

        sw: prefix members of SwMultiTOXTabDialog
        
        Change-Id: Ib600741892e6e09d6af9156b105718de665a97da
        Reviewed-on: https://gerrit.libreoffice.org/36879
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a8ef92bc0c80d4b8c0a7ef78261d262769f1946]

        clang-tidy readability-simplify-boolean-expr in sc
        
        Change-Id: I702e52e56487f201b9e0d7af21ff8167464aa58c
        Reviewed-on: https://gerrit.libreoffice.org/36876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3698b72185c1ee6ff7e2c65fa8f6e7c6bbf0479e]

        drop old WinMtfOutput::DrawPolygon method
        
        Change-Id: I7e9696718149f0d708e029efa0edbfa2b4f62b89
        Reviewed-on: https://gerrit.libreoffice.org/36880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [63df0796f5ec500f3b6fb34510d4bc79c009e76d]

        clang-tidy readability-simplify-boolean-expr in oox..sal
        
        Change-Id: I1e14e5b15d2dd9e35477f8189cbecf0b443b9381
        Reviewed-on: https://gerrit.libreoffice.org/36875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [1c8f03b48a02a56bc4eb364d8a4e9bd4715a530a]

        Drop unused string resources from svtools/soerr.hxx
        
        Change-Id: If3060b101dc0692f47d9d5eaf649bce60965b04f
        Reviewed-on: https://gerrit.libreoffice.org/36864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [29697a2eeca7957cd74796bf7b36bf279633ec77]

        Updated core Project: help  29be78c402864c4e23d20ec19e86e0d8dd39a9a1
        
        Fix my brainfart and label Mac’s Control key differently
        
        The previous string looked like a mistake to me, but I indeed forgot
        that Macs do have a key which is labeled in menus as “⌃”.
        Since then I’ve learned that, internationally, Mac’s Control and Windows’
        Ctrl do not always correspond, so it’s best to separate both with a switch
        as it was done before.
        
        Change-Id: Ib88beab7218ef00c9cce5ad34aa02205de786d01
        

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c56d461633ff1a1b364685df79b521f8802c4ec]

        clang-tidy readability-simplify-boolean-expr in sw
        
        Change-Id: Ib3ec37b8280c527fa712192db043b348c3427c50
        Reviewed-on: https://gerrit.libreoffice.org/36877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [a975225678c00272fc6e2ee2c85e6fe00a2204f1]

        clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordpro
        
        Change-Id: I945d3fe6af5f88937b341dfc3696bf1d36344862
        Reviewed-on: https://gerrit.libreoffice.org/36874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-24  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [78a3a304871eb3eb861a49ed00345b54fba01114]

        tdf#47243 tdf#39327 Add support for SetPageTransform
        
        Change-Id: Iea78cf1e9ca99c97814d9eaa4a65ad4b83a2bbe2
        Reviewed-on: https://gerrit.libreoffice.org/36749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-24  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [f9af0abce2c266a53f536a207a62bc691213f6a0]

        EMF+ Add initial support for EmfPlusStringFormat Object
        
        The EmfPlusStringFormat object specifies text layout, display manipulations,
        and language identification. With this commit the support for font language
        and country was added. Also Bold style is applied,
        for strings which needs that.
        
        Change-Id: Id9735a9ddb959aebd20d6d4d1bb5da0fa9c1fb85
        Reviewed-on: https://gerrit.libreoffice.org/36555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf286d12502688e63acebf381123ef05c750b852]

        Indentation fixes
        
        No functional changes intended.
        
        Change-Id: Ibc23de9cb33428765b8b0c85a221a2014ad4d7bd

2017-04-24  Bjoern Michaelsen  <bjoern.michaelsen@libreoffice.org>  [b29b68ab4075d7b511f0d94df562118d4f1c76f9]

        move SwDrawFlyContract creation into CreateNewRef
        
        Change-Id: Ied86e1fd9424fc28e95215e60bed95069b7b51a6
        Reviewed-on: https://gerrit.libreoffice.org/36869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>

2017-04-24  Stephan Bergmann  <sbergman@redhat.com>  [5f308d8505e17b2cb4c3e16d01dc5d4b42a7a71b]

        Updated core Project: help  0205b43e4d518239ff3d6b9bed0cc9317939acd9
        
        Mac does have a "Control" key
        
        (even labeled "Ctrl" on my German MacBook keyboard, not "Strg" as the
        localization of "Ctrl" on German standard PC-style keyboards), and Writer's
        "Format - Clear Direct Formatting" (which this help item is presumably about) is
        indeed Ctrl+M (labeled "^M" in the menu) on macOS.
        
        So unconditionally use "Ctrl+M" here for now, notwithstanding potential Mac
        localization issues (see that German "Ctrl" vs "Strg" issue).
        
        This corrects 9ed1958ba7f75bb4184f09d79814849d06313d72 "I don’t think Macs have
        Control keys…"
        
        Change-Id: I2f62c95341fc4079686ac616965675b307a97fde
        

2017-04-24  Andras Timar  <andras.timar@collabora.com>  [e3a53a95058323861a99483cd0009594593903fc]

        Updated core Project: translations  ffc762723b354fb19a607df53cbb6290e1a177eb
        
        Updated Slovenian translation
        
        Change-Id: I93d35d68aa63ced0030a65bd0ad2899abaf463e9
        

2017-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3f4218ac543f49331e42869e632922cf5fbb5bda]

        tdf#107147 ignore subtotals and grandtotals when gathering labels
        
        When gathering the labels and categories for the pivot chart,
        ignore subtotals and grandtotals so they don't end up in the
        chart.
        
        Change-Id: I45e80a59531d6a048a22016132e9bef280bb325c
        Reviewed-on: https://gerrit.libreoffice.org/36868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c45358e928b9b9419bba10a0fcb661696cb7647a]

        preserve "Total" label on round-trip, remove code duplication
        
        Change-Id: Ic4e682f2193291798a3ebbf5a7f3f435d40a0645
        Reviewed-on: https://gerrit.libreoffice.org/36867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3dbcd93977ffd6e0c5a38c34a8f292406e65d0e5]

        use translated string for "Total" label in pivot charts
        
        Change-Id: Ic75224cb35c34b8be5504af1032cb326196e2306
        Reviewed-on: https://gerrit.libreoffice.org/36866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [a1909515e8f8b40483e92431ff9a179246a30045]

        tools: cleanup tools/source/ref/errinf.cxx
        
        Make the code more readable, some whitespace formatting changes and
        changed ppDcr, etc. to clearer variable names.
        Change-Id: I9d0f3eec6607376b6648241cea80922f11d9773e
        Reviewed-on: https://gerrit.libreoffice.org/36837
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-04-23  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [4a27349879ce40150c994ed49fdc8d0a6bd33d7c]

        BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.
        
        Change-Id: Ie233aebc39f5b181087a64d3cf2053ef4ecbab91
        Reviewed-on: https://gerrit.libreoffice.org/36829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f3281c0954bd6111386b1ed75d3bdc180fc90d6f]

        tools: change internal DynamicErrorInfo struct name
        
        Change of an internal struct's name in errinf.cxx - renaming EDcrData to
        DynamicErrorRegistry as EDcr makes very little sense to me. EDcrData is
        an internally used struct consisting of collections of error data, error
        handlers and error contexts, and uses only DynamicErrorInfo instances.
        
        Change-Id: I79d7f7db5d9550dffca6adcb2a286a2d6e1fa2e7
        Reviewed-on: https://gerrit.libreoffice.org/36836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [1974711b215ae265b335bf592a4be3f31e15e237]

        Toolbars can't be nested
        
        This is not supported by framework.
        
        Change-Id: I4afde5243130e1ec1ac5c3126d755331842601e5

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [fc613febe3b90260cb3a553311b7b438fb93f073]

        tdf#101374 Don't confuse "Label" with "Name"
        
        We compare the actual label of a command with the default
        one, in order to determine whether the label was changed
        by the user. The problem is that commands that were
        inserted via the "Add Commands" dialog might have
        different label by default, because it uses the "Name"
        command property (from the theUICommandDescription
        singleton), but the customization dialog assumes usage of
        the "Label" property. Which means that if these properties
        differ for some command, it will be considered as having
        a modified label, and such label will be written to the
        user profile, and stay there even after UI language change.
        
        This commit does 2 things:
        
        - Prefer using the "Label" property for inserted commands,
          instead of copying the label that's shown in the "Add
          Commands" dialog.
        
        - Properly track whether we're using the default label or
          a custom one.
        
        Change-Id: I16ceb4d0bc92ad2a9f833fb09753962ad21a903b

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [fb698d5e81c8b4149c092305506d40e2f7ef7f5d]

        Replace GetImage with CommandInfoProvider::GetImageForCommand
        
        And move ToolBoxButtonSize->ImageType mapping code to a
        common place.
        
        Change-Id: If158f4b6f2750054fcf64491c2941706e7d3a329

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [94490fdf76ff9aec05774a6dbbb0b42d87812969]

        tdf#95845 Use CommandInfoProvider
        
        And a few unused theUICommandDescription includes.
        
        Change-Id: Ic80dbfb91e5e7662723efe0cb4090416994adabd

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [654d78834c9e16cd5d57af6ad59b1dd3c80ca467]

        No usage of the private:commandimage thing
        
        Change-Id: I8e5c1431f095c875cda6f66f16a03af4bbd1d1fb

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [a32fbca154991a93b6bef55f1c306a2fac5674b6]

        Customization of notebookbar menu always possible
        
        i.e. even when experimental features disabled. That's
        the same behavior as for the notebookbar shortcuts
        toolbar.
        
        Change-Id: Ic87e5c8015f796f33042d1e348ea567681ae240d

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [e780e7b4338e5773788ce66837d17f5be1dfb99b]

        SID_FM_CONFIG isn't executable
        
        It's only used to host a toolbox controller nowadays,
        and has no defined execute method in the sdi file.
        
        Change-Id: I20717d25190bb15b8ecff9d3a9038b05dac86b14

2017-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [218de75aaf92d947689b5ccb9f12087d0166f6ce]

        Fix open command name
        
        Change-Id: If5768a8f624a34b721ed14039ba5d2440aaf109d

2017-04-23  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c0d09cc0e7ee12ac6dcc144e06855ba4621e4144]

        Fix mouse position conversion in case of BottomToTop text
        
        Change-Id: Ib058e44a1480013ce924585d8950534d0f3fc5a4
        Reviewed-on: https://gerrit.libreoffice.org/36834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-23  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8c46185bf28f61e674186694e4944c1f8b3a9c00]

        Handle keyinput properly in case of BottomToTop vertical text
        
        Change-Id: I2b0f7cee9a4a7d7ad154c705f84a8b995b4f23a1
        Reviewed-on: https://gerrit.libreoffice.org/36830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [91081c56b0732a3b378d331ac3bd299a369788f7]

        Use automatic integer type, with minor simplifications
        
        Change-Id: I08b8370311b11d45ab744875f7ad6b885f318a74

2017-04-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [7c6345c5e9be7c377c11c0bd30b6739286075b2a]

        OUStrings: avoid temporaries and constify
        
        Change-Id: Id6b4b26df09ddb750f3e5430636b41c89e4d9e8e

2017-04-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e3261a2eac642c762a1b667a3653a470894446e]

        These data members can be file scope consts, and reused
        
        Change-Id: I977d523d6aefeb2475044783ba30744b950d3708

2017-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [93449eee17d88532cb8679496a523ded9cd03b0a]

        merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoState
        
        Change-Id: I8fb93665b2a2f46019306f473882a7f3d7aece87
        Reviewed-on: https://gerrit.libreoffice.org/36787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-23  Yousuf Philips  <philipz85@hotmail.com>  [f586c7ec352b3b7b23dba0e1e774d85b1c14e2b7]

        tdf#104610 Always enabled no-width break formatting marks
        
        Change-Id: I0708a61d43bfa44dac19683b200975e3a6da788a
        Reviewed-on: https://gerrit.libreoffice.org/36807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-04-23  Szymon Kłos  <szymon.klos@collabora.com>  [dff3d8ca4c17a649d2ac6ced448df9c784497d41]

        AutoText: importing docx content
        
        - passing "ReadGlossaries" flag to the WriterFilter
        - if set - WriterFilter reads glossary document
          instead of the main content
        - updated model.xml to read docParts and docPart nodes
        - SwDOCXReader adds document content as an AutoText
          entry
        
        Change-Id: I9a0cc91c793d6accc8461e1c3aca791c5997d497
        Reviewed-on: https://gerrit.libreoffice.org/36753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-23  Mark Hung  <marklh9@gmail.com>  [5f62b97ae7891b8c601f6093a1ec5358feb20790]

        tdf#107301: Improve non snap-to-char text rendering.
        
        DrawText ingnores calculated KernArray so the text is cluttered,
        use DrawTextArray instead of DrawText.
        
        Change-Id: I9f7294cd6540257034ac7fcffdaff5b4f2529d8f
        Reviewed-on: https://gerrit.libreoffice.org/36751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e0c7b254c0b941cf55a2d4a80de981748c3bfe7c]

        simplify ChainableProperySet and MasterPropertySet
        
        bunch of methods that do nothing
        
        Change-Id: If7806018721bb101825d3489ca8e7fe70e175af4
        Reviewed-on: https://gerrit.libreoffice.org/36778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-23  Takeshi Abe  <tabe@fixedpoint.jp>  [3b0a1ed1ac30d02366a93c789fb5eced171dc4c5]

        starmath: Show underscore which does not mark a mnemonic key
        
        Change-Id: I119f308d59b309bf432421a50c616032f6c74e87
        Reviewed-on: https://gerrit.libreoffice.org/36826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-23  Takeshi Abe  <tabe@fixedpoint.jp>  [7378ec484278b9e9925ac66b8f377deaa40f401a]

        starmath: Fix wrong ids in Command Menu to be inserted as commands
        
        Change-Id: I56343724ce8d2a2040aa2f354868a474743fb04d
        Reviewed-on: https://gerrit.libreoffice.org/36760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e55f7df9ae8e0948b456cb02f6c841b353acd23]

        mark all new styles as default styles, tdf#103380, tdf#103330
        
        Change-Id: I0b893d61ea6c9d0fd4af9f08b0d3b2e5454e544e
        Reviewed-on: https://gerrit.libreoffice.org/36819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-22  Caolán McNamara  <caolanm@redhat.com>  [a4df49725b142f1c779fd7f95c58acfa5654cd92]

        fix --with-tls=openssl build
        
        Change-Id: I10bab565a5a152755fbc38268559657b4ec539b2

2017-04-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d12bbef79b26d2c371d3b968690b46717c31045]

        revert bits of "remove some old MSVC workarounds"
        
        in commit 841e1a6f3619054ecc9240e061cd83d4e41d1ca9, since MSVC 2015
        still does not pack heterogenous bitfields tightly
        
        Change-Id: I251c797492762cbd2381496b2f2c6c3223d563c6
        Reviewed-on: https://gerrit.libreoffice.org/36800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42b40ede8c496aad1021e68a72523af4f57e89f6]

        fix the build
        
        Change-Id: Icb33610ba7923f86e48f3173b16fc7f0abd05344

2017-04-22  Yousuf Philips  <philipz85@hotmail.com>  [77664a215feb7ebb1a9ce7bbb511aa7989f4d8ac]

        tdf#107237 Add shape and frame contextual tabs to Writer
        
        Add contextual tabs to the tabbed Notebookbar implementation
        
        Change-Id: I24062aa2bb36d7ec2f47c97850cb2d48c3745fcd
        Reviewed-on: https://gerrit.libreoffice.org/36630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-22  Szymon Kłos  <szymon.klos@collabora.com>  [055ae711eff085ff6b9db8f47c3193016d0db81e]

        Notebookbar: better tab placing for the NotebookbarTabControl
        
        Change-Id: Ia44ce20455829048be457584c49fde0996f4a699
        Reviewed-on: https://gerrit.libreoffice.org/36814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-22  Yousuf Philips  <philipz85@hotmail.com>  [d22bcb3867b2c61c11b5a563dcc5cf122d31bbff]

        tdf#102132 Contextual section in its own section
        
        Change-Id: I40a956075181a0692e0635090b314f4a4f09fbb5
        Reviewed-on: https://gerrit.libreoffice.org/36811
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-22  Mark Hung  <marklh9@gmail.com>  [ae39c98544b92de42066abd32649076d368b3c9c]

        sw: skip part of uiwriter/testTdf107025 if not testable.
        
        The unit test is about textgrid and uses DFKAI-SB that
        shipped with Windows. Required font might not installed
        in some build environment. Not having width in the first
        implies that the case is not testable.
        
        Change-Id: I98f9b9f6291eea95a1b36f1890b1be903ccb26dd
        Reviewed-on: https://gerrit.libreoffice.org/36802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-22  Yousuf Philips  <philipz85@hotmail.com>  [59ef98de50ad7892454b35bec823df6869ec6421]

        tdf#102779 Set a minimum height for Notebookbar tabs
        
        Change-Id: Ieccd9c721632c4e194afcfab53322aab315174cd
        Reviewed-on: https://gerrit.libreoffice.org/36810
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-22  Stephan Bergmann  <sbergman@redhat.com>  [d0241ea85b6836d2ffa3c00d5e01e7b5ff9b3c15]

        Don't keep gGlobalGlyphCache, gTextureCache around until exit
        
        Those static variables had been introduced with
        56c5a0ba7781a325123852737970fa7f0179ff7f "tdf#94682 limit the number of textures
        for the glyph texture atlas" and dea885f80a80c6a5839ee5dbf8521487186a9522
        "opengl: cache native widget textures also for Windows", but at least the
        clang-cl build crashed on exit from soffice.bin with
        
        > Exception thrown at 0x00007FFF3906AA84 (opengl32.dll) in soffice.bin: 0xC0000005: Access violation reading location 0x0000000000000898.
        >  opengl32.dll!glGetString() Unknown
        >  epoxy.dll!epoxy_glGetString_dispatch_table_rewrite_ptr(unsigned int name) Line 46456 C
        >  epoxy.dll!epoxy_glGetString_dispatch_table_thunk(unsigned int name) Line 46456 C
        >  epoxy.dll!epoxy_is_desktop_gl() Line 299 C
        >  epoxy.dll!gl_provider_resolver(const char * name, const gl_provider * providers, const unsigned short * entrypoints) Line 7323 C
        >  epoxy.dll!epoxy_glDeleteTextures_resolver() Line 14646 C
        >  epoxy.dll!epoxy_glDeleteTextures_dispatch_table_rewrite_ptr(int n, const unsigned int * textures) Line 45813 C
        >  epoxy.dll!epoxy_glDeleteTextures_dispatch_table_thunk(int n, const unsigned int * textures) Line 45813 C
        >  vcllo.dll!TextureState::unbindAndDelete(unsigned int nTexture) Line 59 C++
        >  vcllo.dll!ImplOpenGLTexture::~ImplOpenGLTexture() Line 182 C++
        >  [External Code]
        >  vcllo.dll!PackedTextureAtlasManager::~PackedTextureAtlasManager() Line 129 C++
        >  vcllo.dll!GlobalGlyphCache::~GlobalGlyphCache() Line 67 C++
        >  [External Code]
        >  vcllo.dll!??__FgGlobalGlyphCache@GlyphCache@@0V?$unique_ptr@UGlobalGlyphCache@@U?$default_delete@UGlobalGlyphCache@@@std@@@std@@A@YAXXZ() Line 48 C++
        >  [External Code]
        
        resp.
        
        > Exception thrown at 0x00007FFF3A5AAA84 (opengl32.dll) in soffice.bin: 0xC0000005: Access violation reading location 0x0000000000000898.
        >  opengl32.dll!glGetString() Unknown
        >  epoxy.dll!epoxy_glGetString_dispatch_table_rewrite_ptr(unsigned int name) Line 46456 C
        >  epoxy.dll!epoxy_glGetString_dispatch_table_thunk(unsigned int name) Line 46456 C
        >  epoxy.dll!epoxy_is_desktop_gl() Line 299 C
        >  epoxy.dll!gl_provider_resolver(const char * name, const gl_provider * providers, const unsigned short * entrypoints) Line 7323 C
        >  epoxy.dll!epoxy_glDeleteTextures_resolver() Line 14646 C
        >  epoxy.dll!epoxy_glDeleteTextures_dispatch_table_rewrite_ptr(int n, const unsigned int * textures) Line 45813 C
        >  epoxy.dll!epoxy_glDeleteTextures_dispatch_table_thunk(int n, const unsigned int * textures) Line 45813 C
        >  vcllo.dll!TextureState::unbindAndDelete(unsigned int nTexture) Line 59 C++
        >  vcllo.dll!ImplOpenGLTexture::~ImplOpenGLTexture() Line 182 C++
        >  [External Code]
        >  vcllo.dll!OpenGLTexture::~OpenGLTexture() Line 313 C++
        >  [External Code]
        >  vcllo.dll!TextureCombo::~TextureCombo() Line 51 C++
        >  [External Code]
        >  vcllo.dll!std::pair<ControlCacheKey, std::unique_ptr<TextureCombo, std::default_delete<TextureCombo> > >::~pair() Line 145 C++
        >  [External Code]
        >  vcllo.dll!o3tl::lru_map<ControlCacheKey, std::unique_ptr<TextureCombo, std::default_delete<TextureCombo> >, ControlCacheHashFunction>::~lru_map() Line 34 C++
        >  vcllo.dll!??__FgTextureCache@?A@@YAXXZ() Line 738 C++
        >  [External Code]
        
        Change-Id: I0198f657f5d59314c5f662c214504ed3e1523567
        Reviewed-on: https://gerrit.libreoffice.org/36801
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-22  andreas kainz  <kainz.a@gmail.com>  [93b500ee7c1cbb141bb77b94054f3bee9c3b510a]

        tdf#107277 add findbar and pagedialog icon to writer
        
        Change-Id: I8a53f99ef9e614fe226ff396ee5258ab192e4c39
        Reviewed-on: https://gerrit.libreoffice.org/36806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [011057b0ce7552497858afed7252136a3fc09bf8]

        tdf#107068 add arrow to the buttons, mark if field is filtered
        
        Change-Id: Iba0b4c2ce3ab84229d388a7cb2d20db1f47c0b57
        Reviewed-on: https://gerrit.libreoffice.org/36738
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-22  Michael Stahl  <mstahl@redhat.com>  [c99f72bebdce6d294eb47e070fa1397a98ba2087]

        sw: fix a11y crash on double Dispose
        
        When testing with the bugdoc for tdf#107126, it happend that upon
        applying a page style, SwAccessibleContext::Dispose() was called twice,
        and that's not supposed to happen (and crashes, too, at least inside
        an assertion).
        
        There was an Action that queued up a bunch of events, but the Action did
        not complete formatting the document, so right after that during Paint
        more formatting happened and then the FireEvents() called Dispose()
        and InvalidatePosOrSize() called it again.  Guess we shouldn't generate
        events for objects that we know are disposed due to not being visible.
        
        Change-Id: I5a0f04c0f32ee5e949b552f7a373c10ceee5c279

2017-04-22  Michael Stahl  <mstahl@redhat.com>  [4d43f9e9dda5edeeb6e4b99487b5b6a1fae4bd56]

        tdf#107126 sw: fix layout crash with section in footnote
        
        SwContentFrame::WouldFit_() contains a hack to temporarily reparent a
        SwTextFrame.  In the bugdoc, there is a SwTextFrame below a
        SwSectionFrame below a SwFootnoteFrame.  The reparenting ignores the
        SwSectionFrame so the result is a SwTextFrame below SwFootnoteFrame, but
        it still has its mbInfSct set, hence crashes with a null pointer.
        
        If the SwTextFrame is permanently moved later on, in
        SwFlowFrame::MoveBwd() line 2450 a new SwSectionFrame is created.
        
        Change-Id: I45a7ab793b4459e551bd11b7fb83dedc58a6c8da

2017-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [512ba28e297ec74fe280308c0a091c7c308a5e55]

        add test for generic digest class
        
        Change-Id: Ibe3f033ebec5f832eee7420013c7083ab224e65e
        Reviewed-on: https://gerrit.libreoffice.org/36791
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7324ecbf36aae49627d5a5ff250a94de3abc4aa]

        add generic digest class
        
        Change-Id: Ic5d2d8fbb0bb4edc4c966e185be81f6ca673950e
        Reviewed-on: https://gerrit.libreoffice.org/36790
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-21  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [6c8fd43cd1f671ff064072c04a3443921af2c90b]

        [pt-PT] Autocorrect - Added 25 words
        
        Change-Id: I1b542baf0f78ad90caeffca2456ad0c1eaae8a70
        Reviewed-on: https://gerrit.libreoffice.org/36566
        Reviewed-by: Aron Budea <aron.budea@collabora.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-04-21  Eike Rathke  <erack@redhat.com>  [5479034d5ee7b143511851a85e4e1faacef44b9d]

        upgrade to language-subtag-registry-2017-04-19
        
        Change-Id: I2201c5fef55a38938fc3e412d9e3b64457a671a1

2017-04-21  Stephan Bergmann  <sbergman@redhat.com>  [74b193e86b7bd7e3fabac94041a8d0b08280cc15]

        Clean up do_msvcr_magic
        
        Change-Id: I932d903d04b03d3a437db3d3c549c21a1a330965

2017-04-21  Stephan Bergmann  <sbergman@redhat.com>  [4cd309264d776184cabd83f5e19e5efe187feb68]

        Silence loplugin:unreffun on "FIXME breaks on Windows"
        
        Change-Id: I9b03f56d8d1b45648f9d71fe1e8632fe58079c4f

2017-04-21  Stephan Bergmann  <sbergman@redhat.com>  [a49d3b14a65a32b8f8c511d38904b41a2c2b447f]

        external/epoxy: Work around missing clang-cl DLL-init CONSTRUCT support
        
        Looks like neither the __GNUC__ specific __attribute__((constructor)) definition
        of CONSTRUCT nor the _MSC_VER specific one (if the #ifs were reordered so that
        clang-cl would pick the latter) with __declspec(allocate(".CRT$XCU")) are
        supported by clang-cl, and both are rather silently ignored.  That means that
        library_init is not called, library_initialized remains false, and the first
        call to get_dlopen_handle aborts.
        
        But this whole "verify that get_dlopen_handle isn't called too early" business
        is somewhat pointless here (and that's the only use of the CONSTRUCT macro, and
        DESTRUCT isn't used at all), so just short-circuit it for clang-cl for now.
        
        Change-Id: I5d50df3574d350f9591e807ef0fb6a1b02dc34ec

2017-04-21  David Ostrovsky  <david@ostrovsky.org>  [de030cd7a234fd9191364647deb1a4836ca992cb]

        gbuild: Remove MSVC 2013 legacy code
        
        Uwinapi is discontinued.
        
        Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01
        Reviewed-on: https://gerrit.libreoffice.org/23198
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2017-04-21  Michael Stahl  <mstahl@redhat.com>  [489414f2395b6c8008ebcda7c37a150fd4ed7ad5]

        nss: try to remove nss.windowbuild.patch.0
        
        It's not obvious to me what problem this solves.  Maybe the problem no
        longer exsists in the new upstream release?
        
        Change-Id: I16762e0024536afb821eac70c6ba3929d5b8927a
        Reviewed-on: https://gerrit.libreoffice.org/36798
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-21  Marco Cecchetti  <marco.cecchetti@collabora.com>  [5751291e8cefea4d07b701c51051fc06ce14486e]

        LOK - Calc: changed the way header is updated on row/col insert/remove
        
        This patch introduce a new LOK callback for informing the client that
        the row/col header is no more valid and needs to be updated.
        
        Change-Id: I21a3a41d69bd1a3c11c9ffaf1d7d53dbc3b9681d
        Reviewed-on: https://gerrit.libreoffice.org/36733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-04-21  Jan Holesovsky  <kendy@collabora.com>  [f0340e3dca1091accdb71e0c566b96cdf9e0f791]

        Disable this test temporarily, breaks on Windows from some reason.
        
        Change-Id: I47998d5844901b8090cd47f55a49c872550e2e38

2017-04-21  Michael Meeks  <michael.meeks@collabora.com>  [6d61720907f3f3392f9987f7c21a91bf049d1be5]

        Avoid un-necessary dynamic_cast slowing plain-text import significantly.
        
        Change-Id: I5f3ff80b36220c80e777946f5f75354c4b6e4ab9
        Reviewed-on: https://gerrit.libreoffice.org/36789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-04-21  Michael Stahl  <mstahl@redhat.com>  [0cdf41419af854acccee0f819d4add7e8cafb7dc]

        nss: upgrade to release 3.29.5
        
        - fixes CVE-2017-5461 and CVE-2017-5462
        - drop ubsan-alignment.patch.0, there is apparently now some
          NO_SANITIZE_ALIGNMENT macro upstream to get this effect
        - drop some hunks to prevent hard-coding CC/CCC vars, upstream now
          respects environment vars (but doesn't quote them...)
        - drop first hunk of ubsan.patch.0, fixed upstream
        - drop hunk for gtest-internal.h, header looks much newer anyway
        
        Change-Id: I5c484c02c1235e185af1ef5166b069303d3378e1
        Reviewed-on: https://gerrit.libreoffice.org/36756
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-21  Stephan Bergmann  <sbergman@redhat.com>  [87dc77ba52b003a89892e48346e140c47a1ebbb6]

        Make HASHID work whenever there is std::hash<pthread_t>
        
        Change-Id: I78aecfc7c0ea4ad4467417015bf41b809dbcda83

2017-04-21  Caolán McNamara  <caolanm@redhat.com>  [151a0cec2946b9b8db24d452875071b564d05193]

        ofz#1202 fix oom
        
        Change-Id: I9b7b318af112fb9226bf8d2b54ea2a306eee4251

2017-04-21  Caolán McNamara  <caolanm@redhat.com>  [d581ef6ee2d448ff30b77236006b6355f41f7449]

        restore copy/paste menu entries
        
        Change-Id: Ie1dab6857dd6efdb816a11997ef32f0cc3497047

2017-04-21  Jan Holesovsky  <kendy@collabora.com>  [26930dfffe791de7d0c88d1a6dcb15498d6f6883]

        related tdf#68604: Unit test for writing the plaintext annotations in DOCX.
        
        Change-Id: I8c747e72ca96ffd097c92326210c39740102ec79

2017-04-21  Jan Holesovsky  <kendy@collabora.com>  [24fee4879c0df4fb88fad8de4f7d62598888aafe]

        related tdf#68604: Write the plaintext version of the annotation...
        
        ...if the TextObject is not available.  This is perfectly valid situation in
        the case when the SwPostItField was created via the .uno:InsertAnnotation API.
        
        Change-Id: I3ae2a529ba7cc13cf5b04d57aa299d79e2044f37

2017-04-21  Michael Stahl  <mstahl@redhat.com>  [157013219230f251346a5aa662c39d02f15420ec]

        tdf#107211 sw: ODF import: add a horrible hack to import "Default"
        
        ... character style for hyperlinks and index-entry-templates.
        
        The problem is that the "Default" character style doesn't actually
        exist, it is just displayed in the UI so you can remove a character
        style that is set.  So for the most part there is no need to store
        "Default" in ODF files, except that for hyperlinks the default isn't
        "Default" but "Internet Link"/"Visited Internet Link".
        
        Hence it was not really a good idea to rename "Default" to "Default
        Style", because when importing existing documents the
        text:style-name="Default" is not found, and for new documents
        text:style-name="Default_20_Style" is not found either because
        there is no style:style element that sets up the mapping between the
        encoded style-name and the unencoded display-style-name.
        
        Add some hack in SwXMLBodyContext_Impl::SwXMLBodyContext_Impl(), when
        all style:style elements have been read (so we don't override what's
        in the document) to create the mapping for "Default", "Default_20_Style"
        and whatever the translation of that is.
        
        (regression from 783d13a9276931e274a90b9b53de2c92dc8c055e)
        
        Change-Id: I8a80847571f194204c5df267cb48e826a82328b2

2017-04-21  Michael Stahl  <mstahl@redhat.com>  [4e3d14deb74c57632db57663d2fc2ead9d8aa0f0]

        xmloff: fix typo
        
        Change-Id: I0f354b37afa2492894c1d3ee6a83633c04e1c87a

2017-04-21  Caolán McNamara  <caolanm@redhat.com>  [00aeabb61d1d535684b05145bcc98a8d8a3e10ab]

        treat ParaShape like CharShape
        
        Change-Id: I7870fdeee6bd097c94d7ae58b67506c4ab2a6fb5

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [76a3df733ebe016d8adf681d1cf591970d6f2a64]

        loplugin:mergeclasses RscConst with RscEnum
        
        Change-Id: I7bd35df0751c9ffce076848edd5373e00815dbc5
        Reviewed-on: https://gerrit.libreoffice.org/36772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc2598b7b45638847ac81c1b53bdbe43e5acef19]

        loplugin:unnecessaryvirtual
        
        Change-Id: Ibf396e5431d30cb62f086fa723b88c330c18961b
        Reviewed-on: https://gerrit.libreoffice.org/36771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Eike Rathke  <erack@redhat.com>  [c7de8233d15ed0c90fef6c49a54d60cf10119f58]

        add ICU changeset-39671 fix for CVE-2017-7867 CVE-2017-7868
        
        http://bugs.icu-project.org/trac/changeset/39671
        https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=213
        https://bugzilla.redhat.com/show_bug.cgi?id=1444101
        
        Change-Id: I4e776ad4fe63c77057b0c823f8672a2b6703346f
        Reviewed-on: https://gerrit.libreoffice.org/36754
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [34ebf9d230700273b385f3ff35f0f2a7a53b7560]

        Fix an apparent copy/paste error
        
        Change-Id: Icc327dba2fe73c171d49811ee8d4d35a333f3178

2017-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [db3683b43f1055af831874e8a89f0e0d532e1d6a]

        xmlsecurity: remove no longer needed ImplXMLSignatureListener
        
        The only remaining task it did was StartVerifySignatureElement() in
        startElement(), but that can be done in OOXMLSecParser / XSecParser
        easily, no need to have separate class for that.
        
        Change-Id: I0863019d3a92a911df0d60bf872dd0978eac03d5
        Reviewed-on: https://gerrit.libreoffice.org/36770
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-21  Caolán McNamara  <caolanm@redhat.com>  [9cb2e1b1be6b6e5449fa5c13340f75ea5ba7b5f6]

        add CVE-2017-0199 testcase
        
        Change-Id: I07cac2ffac85093761dbdd7c50c52483bfbb5754

2017-04-21  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [59cf94fac8e53d7f098eb2fbdf59d3a6aff254ce]

        tdf#107027 Remove language specific tags in templates
        
        For all templates:
         Modify XML code to:
          Remove Configuration2 directory
          Remove lang specific tags in:
           - settings.xml
           - styles.xml
          Remove printer and grid parameters
        
        Alizarin.otp
         Change names of master slides
         Remove hard coded texts tdf#104087
        
        BrightBlue.otp
        
        DNA.otp
         Remove hard coded texts
        
        Focus.otp
         Remove hard coded texts
         Change text "Your logo here" to "Logo" to be less lang specific
        
        Impress.otp
        
        Inspiration.otp
        
        LushGreen.otp
        
        Metropolis.otp
         Remove hard coded texts
        
        Midnightblue.otp
         Remove Outline frame on page 3
        
        Pencil.otp
         Remove hard coded texts
         Resize title to not overlap picture
        
        Sunset.otp
         Remove hard coded texts
         Set title in bold
         Resize outline text zone to fit in page
        
        Vintage.otp
        
        Vivid.otp
         Remove texts in Notes page
         Remove hard coded texts
        
        Change-Id: If16c6c65e6650c1b6600e6324c0f931009023074
        Reviewed-on: https://gerrit.libreoffice.org/36752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-04-21  Gabor Kelemen  <kelemeng@ubuntu.com>  [577ae613e0b97e5533b4b2de93422a25dca39517]

        tdf#103872 Localize "Export as image" window title
        
        In Calc select Export as image from the local menu
        of a chart to see this
        
        Change-Id: I9753f4750bd619f161c52f9e067290743ad2f2ec
        Reviewed-on: https://gerrit.libreoffice.org/36758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [c48ad62924754025266f6ed3986beac44d1c2452]

        convert HTML_OPTION_IDS to scoped enum
        
        Change-Id: Ia766dc58a571e5853005fd394283d7b53f02e4a6
        Reviewed-on: https://gerrit.libreoffice.org/36748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [42b2c0042b04184c94fb7cba3f301d394d21274e]

        pass RndStdIds around instead of sal_uInt16
        
        Change-Id: I28c85b8a5370faa06043ad93412897778ed1a619
        Reviewed-on: https://gerrit.libreoffice.org/36731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c8f2a528534c31708028825d327601d7bec804c]

        remove unnecessary explicit linefeeds from end of SAL and OSL log calls
        
        Change-Id: I3fa363c8e76e6cfb297f4ec346e3f031c09d6fbf
        Reviewed-on: https://gerrit.libreoffice.org/36727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [841e1a6f3619054ecc9240e061cd83d4e41d1ca9]

        remove some old MSVC workarounds
        
        Change-Id: I6abd8aaffb27b3c85df7c0518f7f576be4e32222
        Reviewed-on: https://gerrit.libreoffice.org/36660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-21  Jan Holesovsky  <kendy@collabora.com>  [4354f0e9ef4a5538729a2a6f2d1745e247f6c5cd]

        tdf#68604: Commit the data from the postit to the model before docx save.
        
        Change-Id: I74f4adad5f142b35ff8819577b1dbd6e5c45db96
        Reviewed-on: https://gerrit.libreoffice.org/36757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-20  Patrick Jaap  <patj@mail.de>  [d862741423cdf0ef228d34b2a25b09c9401be584]

        tdf#101627 add unit test
        
        unit test for the patch 80b9b6761e8cb974e0cdc0c7be0eb95f8745d86f
        
        Change-Id: I68b7eb686fa52f1851455160e1196f0748935c4c
        Reviewed-on: https://gerrit.libreoffice.org/36747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [df69f1c4aa8db8c9c48b364f0e8809be6d598fd9]

        tdf#107071 remove "Data Range" from context menu in a pivot chart
        
        Change-Id: Idb0087941e64af3b3373fd9a041ac04b96705934
        Reviewed-on: https://gerrit.libreoffice.org/36737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f44fb845f275e9be3861bb299f2bb3689280a92e]

        tdf#107067 remove data buttons as they don't have any action
        
        Change-Id: I91751cfc32a75ecd72dc711821d918b6a5d9f83f
        Reviewed-on: https://gerrit.libreoffice.org/36736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d30d50e2fdb84b572706f264237db5220ef17e38]

        tdf#107069 don't show "move" cursor on field buttons
        
        Change-Id: I332cc7522eb98345d34cb411642189262d97744c
        Reviewed-on: https://gerrit.libreoffice.org/36735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-20  Gulsah Kose  <gulsah.1004@gmail.com>  [38ba5bfa215231f5937abebafd075a58c227e7ca]

        tdf#107143 Add delete all comments command.
        
        Change-Id: I1375375543172146a27ed4225f584121f9945a8c
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/36623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-20  Eike Rathke  <erack@redhat.com>  [e981f360c2216513469c5ff2a51350183e874436]

        renumber string IDs and close 40 gaps of resident empty strings
        
        With the help of sc/util/number-defines-consecutively.awk
        
        Change-Id: I1d2656ee8527cde6d6464b423a332401946f82a1

2017-04-20  Eike Rathke  <erack@redhat.com>  [b15c9ed2c2cb4b6e8b61d80bae284e4ea421aff3]

        keep list sorted by alphabetical opcode
        
        Change-Id: I8eafa00cadd6196e4e9dd87a00fd530c3945af2c

2017-04-20  Yousuf Philips  <philipz85@hotmail.com>  [16e4d8004f1d6cb53efbaf026eafbea70504b154]

        tdf87700 Hide rotate 180 in image toolbar
        
        Change-Id: I2c956542735909f2a2eab2e261f248fec85b7211
        Reviewed-on: https://gerrit.libreoffice.org/36741
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-20  Yousuf Philips  <philipz85@hotmail.com>  [e3cfb753524ecfabc07bccef5f5b2b54d06cd444]

        tdf#106781 Style-focused formatting toolbar for writer
        
        Change-Id: I941c49aa502fa2757bb7f6a1d0cba4d02f00e686
        Reviewed-on: https://gerrit.libreoffice.org/36717
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-20  Eike Rathke  <erack@redhat.com>  [f0fef88b747cc4f4de7a5ccb93da9c062545dcfb]

        Resolves: tdf#99625 add parameter classification for TEXTJOIN and CONCAT
        
        So in array context the functions return a single string instead of an array of
        identical strings.
        
        Change-Id: Ia6ada10be4912745b60e281fac1736c560162d3a

2017-04-20  Stephan Bergmann  <sbergman@redhat.com>  [5a155bb75b62f02c8ed16cdafd492b625ce208c0]

        Simplify PTHREAD_VALUE
        
        The distinction between MACOSX and other had been introduced with
        ed8110e101db5a8ea4dde43a3ec38fe40e6fe7e2 "Avoid reinterpret_cast to same type"
        to work around a GCC 4.6 bug that is fixed since GCC 4.7.
        
        Change-Id: I7948721d311de2622c1e08e2ee17b5ccc304b51b

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b2764a9b66d1bab85256e5f9c3577b994448ce4a]

        convert EDynamicMenuType to scoped enum
        
        and drop unused E_HELPBOOKMARKS
        
        Change-Id: I5756ea326bdc1a99f7d6f1ba43baf6aca9f7f2fc
        Reviewed-on: https://gerrit.libreoffice.org/36728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Pranav Kant  <pranavk@collabora.co.uk>  [2373babc6888e840d44ed2db80567acccb9ba993]

        sc lok: Notify when comment is added to destination doc
        
        This can happen, for example, when undoing a deleted comment.
        
        Change-Id: I4aff244f1263b650457a70334f5f4d2c75ad3b64

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [8411f48bfb71d5713b185b41d6519b0beb4c1e83]

        loplugin:unusedfields
        
        Change-Id: I0026e0a1890b984675e82ab7be5cdbc56e142a87
        Reviewed-on: https://gerrit.libreoffice.org/36722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [41bc9d4d467495c9fbf05c920a41fa299ac0ace3]

        Related: tdf#106690 DOCX import: don't reduce auto-space accross cells
        
        As suggested at <https://gerrit.libreoffice.org/#/c/36142/>, and it
        indeed matches the Word behavior.
        
        Change-Id: I1ba5b70fc5a7acab52fa4baf816e9f6cd2f913ba
        Reviewed-on: https://gerrit.libreoffice.org/36719
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-20  Andras Timar  <andras.timar@collabora.com>  [7bcea5c8bae73d289c5203cbc51f70605c3a3599]

        Updated core Project: help  1b5413f89863008ab15c2233506298e1a657f421
        
        HID bookmark is not localizable
        
        Change-Id: Iae1909e7afc7504fb53f8fa3d861419a3415ea25
        

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c5cae479bebd2d325182adc2c9821fd948fd1bd]

        loplugin:unusedmethods
        
        Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672
        Reviewed-on: https://gerrit.libreoffice.org/36718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Andras Timar  <andras.timar@collabora.com>  [da24355234ec12f2f4c652113dbbb1216ba5492c]

        Settings for not showing Merge Cells dialog and for emptying hidden cells
        
        By default nothing changes. But users have the possibility to avoid the
        confusing (?) Merge Cell dialog. Also, when the dialog is disabled, users
        may want to set the EmptyMergedCells to true, to mimic Excel's behaviour.
        
        Change-Id: I9656ae59199bb697c45786dd478379f5c89eb08f
        Reviewed-on: https://gerrit.libreoffice.org/36679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-04-20  andreas kainz  <kainz.a@gmail.com>  [b1cd3eebf74345d18b47d2de0d4d0e81ef0d7b96]

        tdf#107277 add update all icon for writer menu
        
        Change-Id: Iaada61d19c601aa01bba85323e815872feae2c4a
        Reviewed-on: https://gerrit.libreoffice.org/36705
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f73ac90da31b62ccf6f040c68e5c0150171240f]

        mnDateFormat in DateFormatter is unused
        
        ever since it was added in
        
           commit c8330937878a57c74b4f3e3083c013ed0903f80d
           Author: Vladimir Glazounov <vg@openoffice.org>
           Date:   Wed Apr 11 16:52:58 2007 +0000
           INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
        
        Change-Id: Iceb44ea4da620e1e7b9c9494486954db9e5d7959
        Reviewed-on: https://gerrit.libreoffice.org/36691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [ea537ecffa217e8ca3039998926accf27f6b12c0]

        SvxSpellWrapper::ReplaceAll doesn't use it's second param
        
        Change-Id: I79b82d37e6cf4c1dde474f0f90b6370c2359a0b3
        Reviewed-on: https://gerrit.libreoffice.org/36673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [d21d14c112312c639383ba9d9091380327dc0717]

        loplugin:inlinefields in SwHTMLTableLayout
        
        and make the memory management a little more obvious with
        std::unique_ptr.
        
        Change-Id: Ie0dad6a52f70896e144cc396d39c10e9cbff4316
        Reviewed-on: https://gerrit.libreoffice.org/36667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a553b9a5830ecc752efe0b0f2692bac0f0f3f8c]

        loplugin:inlinefields in FSStorage_Impl
        
        Change-Id: I6650d39f8f4c2f271e3936d590fe7eb500e674fe
        Reviewed-on: https://gerrit.libreoffice.org/36665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-20  Stephan Bergmann  <sbergman@redhat.com>  [5733eeb43dc34b1bffc9eb14af3de976a4202bd0]

        Avoid loplugin:redundantcast on macOS
        
        Change-Id: I5e9f2552f83e72d1f6eb1a12df19c0fdfa012e31

2017-04-20  Johnny_M  <klasse@partyheld.de>  [091a92cedd02dd486076a76f1cddde026f359d0c]

        Translate German comments (leftovers in svx/source/inc/, etc.)
        
        Translated leftovers in:
        - svx/source/inc/ which slipped through on the commit
        324adfcc2c3aa5d3590a38fadca2af7cd9125b47 (and a correction of "ist" to "list"
        in an unrelated comment)
        
        - svx/source/form/formcontroller.cxx which slipped through on the commit
        ea8f69e4a8ca8c3912aacb9838d7c5bb20b47f46
        
        Change-Id: Ida5b3d0e685558bc2d8facba02fa80ae9e92eab3
        Reviewed-on: https://gerrit.libreoffice.org/36648
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [100e00fd3273536ebff130cfddc5da2b1fe609b1]

        Updated core Project: help  9ed1958ba7f75bb4184f09d79814849d06313d72
        
        I don’t think Macs have Control keys…
        
        Change-Id: I808fd2b09a4b61b726f090d2f0c214d3ee842d04
        

2017-04-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d11746a8f4dfa443a404add08ff8bfe51590c607]

        pivotcharts: test pivot table fields
        
        Change-Id: I384bf36a79adccdccdecb836b122958ce925c376
        Reviewed-on: https://gerrit.libreoffice.org/36628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [ec1a44969e5252afa24417011be7a0995e6282eb]

        This doesn't have to be member variable, it is used just once
        
        and then forgotten again
        
        Change-Id: Id94639415bd1679b67d5d3094dee8b8f8f3d3167
        Reviewed-on: https://gerrit.libreoffice.org/36690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [6e531f337b27e0979cce844c013352d05ef5281e]

        SwBreakIt::m_xBreak is always available
        
        this all is a hold over from the initial tentitive changeover to using it in
        the first place
        
        Change-Id: I70e28023798d8ea637c61f9fac252bc698e8100d
        Reviewed-on: https://gerrit.libreoffice.org/36683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Eike Rathke  <erack@redhat.com>  [ca8f4a66e44aed731646066241cf2225bb9f8c2a]

        Resolves: tdf#90799 generate absolute sheet for pointer-selected references
        
        In the assumption that users who more use a pointer device to enter
        references are also likely less familiar with the difference between
        relative and absolute sheet references and its implication when copying
        sheets, which some other spreadsheet software doesn't offer.
        
        Change-Id: Ia1e16d1fef47429d4f4c100cac699bbc446ba6c9

2017-04-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9b2ceeba47760dc92c7e91bea3c2d538afec25bc]

        pivotcharts: display pivot table fields in correct order
        
        Change-Id: I97d3391d6d9d59626bace2ce0cf2b5d9b45d9261
        Reviewed-on: https://gerrit.libreoffice.org/36627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9d991e69e3103145d655123b464cc806ee4cc3f4]

        tdf#107072 fix crash when only a row and data fields are present
        
        If a pivot table only has a row field and data field, creating a
        pivot chart crashes. The crash happens when setting the labels
        for a data series as there is none set. This fixes the problem
        with setting a fixed "Total" label in this case.
        
        Change-Id: I870c5c635ee64abb635296329dcfc277834f8f03
        Reviewed-on: https://gerrit.libreoffice.org/36626
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cf54824b1d507b00a2d02a513f3b78170fb8f1ba]

        pivotcharts tests: setup pivot table from scratch
        
        This changes tests so that we fill example data and create a new
        pivot table from scratch, and create a new pivot chart using that
        pivot table.
        This enables that we test different cases without an example
        document which creates a pivot table for us.
        In addition add two test cases:
        - pivot table with one column field and one data field
        - pivot table with one row field and one data field (disabled, as
          it currently crashes)
        
        Change-Id: I8397a598857953e0b2d7da8dd91d7709a3495b71
        Reviewed-on: https://gerrit.libreoffice.org/36625
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-19  Jan Holesovsky  <kendy@collabora.com>  [0271fa73dccabeadbd43c3b633df6b5725f2c427]

        sw lok: Don't open the separate formula input bar in writer tables.
        
        With LOK, it steals focus from the user, and the user has no chance to get the
        focus back again.
        
        Change-Id: Ie54a377a9543ddda88e739fe1ebdfcb04d000ea7
        Reviewed-on: https://gerrit.libreoffice.org/36686
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit 68e50768b7f24f12c52a0eb3da0892d4eb39635a)
        Reviewed-on: https://gerrit.libreoffice.org/36687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-04-19  Stephan Bergmann  <sbergman@redhat.com>  [2f920c1da7d7021774cbc9ea8dbc4aefa2409a91]

        loplugin:subtlezeroinit (clang-cl)
        
        Change-Id: I9c8e00be8823f8f2cbf1368b33e2f18b3a386a88

2017-04-19  Stephan Bergmann  <sbergman@redhat.com>  [30775924365d56c2e4848f227b5158f7c51e3837]

        loplugin:unreffun (clang-cl)
        
        Change-Id: I406d2418413729479fd96f9b4918c3e0a2b03e9f

2017-04-19  Stephan Bergmann  <sbergman@redhat.com>  [846c47fb0faaca505fec785db90384c093818db4]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: Ia854d1d6a8bd5f5f9a87aebb57337a992606c03f

2017-04-19  Stephan Bergmann  <sbergman@redhat.com>  [3241d0125e7a17528a956e89bab21efc498b0587]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I97ff3f7c4ebfb7c9db2ceed234da1095ed0eeed6

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [8af6e5e0c4191b12d830b20f72ec3552eea15747]

        redland: add raptor patch to fix some bugs
        
        Change-Id: I4e3db61fdfe0b984d36b4f67f8e891da48f79ddb

2017-04-19  Takeshi Abe  <tabe@fixedpoint.jp>  [c37f6d9b4ae3958de75a9d1fd1eb57e308bc7130]

        starmath: Keep entries in Command Menu untranslatable
        
        Change-Id: I079dbe10bc5ef335354bcc94354644f0ec0c3c5a
        Reviewed-on: https://gerrit.libreoffice.org/36685
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [2a53bf858dd1719d5aa15e22d0f91bf9924ffe86]

        only one use of GetStandardText
        
        Change-Id: I384e3ccb6bfaf491a4616ee89c714a510f1f670b

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [b9b5e8e1ae5e0e6d7037a7ffc44996c91822c98a]

        sw: convert some OSL_ENSURE to assert in crsrsh.cxx
        
        Change-Id: I40e49716c3188f403f7bbe15bb0dca820eb353a9

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [e0f9dc97490f69fc2f3cdfb6367ac6893c7b170b]

        sw: replace buggy OSL_ENSURE in CalcStartEnd()
        
        Actually one case was missing.
        
        Change-Id: I08895f730c48d1d4bef6965ff39595ac7db5b42a

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [500ffae7c388a12b1d7fca4917ec872fd629392f]

        sw: convert some OSL_ENSURE to assert in docnew.cxx
        
        Change-Id: Ic3962728abc31accc7dd51b5291c58c5bfaa21a6

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [447a013299d148df12ff17306fff77bb7f85eba1]

        clang-tidy readability-simplify-boolean-expr in dbaccess..framework
        
        Change-Id: I96e1bd4000f4ade6ccfac53c57653772b249df99
        Reviewed-on: https://gerrit.libreoffice.org/36678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  brainbreaker  <gautamprajapati06@gmail.com>  [78098b8494be7123bc4a8b50faa13445e5afd8ce]

        Add BottomSheetBehavior to formatting toolbar
        
        This commit adds the BottomSheetBehavior to the
        formatting toolbar appearing from bottom.
        CoordinatorLayout replaces the RelativeLayout in activity_main
        and bottom toolbar is made the child of it.
        Also, Add 'adjustPan' option to LibreOfficeMainActivity's
        windowSoftInputMode flag so as to prevent soft keyboard
        from pushing the views up
        
        Change-Id: Ic9999c1177ac238bc7c482a69daec4e629fe6d93
        Reviewed-on: https://gerrit.libreoffice.org/35768
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [bc6ccee31e397ebda706640bd82df3282f92c60b]

        these resources are not to be translated
        
        Change-Id: I49f155d4311de4b9c298a494ebdff7e53eb49e3b

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [8fced917aa1af58216cbde56720f2f473eed86d9]

        clang-tidy readability-simplify-boolean-expr in accessibility..cui
        
        Change-Id: Iae27da322c6ede592e6b268fb2210d3525ed22cc
        Reviewed-on: https://gerrit.libreoffice.org/36677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  Stephan Bergmann  <sbergman@redhat.com>  [f0110f798cee31ff87651dc2377eacef2ab8a8b7]

        file UCP: Dir entries can disappear during non-atomic traversal
        
        ...so allow for that by reporting failure to call
        osl::DirectoryItem::getFileStatus from TaskManager::getv, and make
        XResultSet_impl::OneMore ignore such lost entries.  While there may be
        legitimate cases where getFileStatus in getv would fail (and thus SAL_INFO would
        be more appropriate), the broken, non-atomic design means that such failure is
        likely unexpected (and worth a SAL_WARN).
        
        Occasionally ran into this when building UBSan builds, which sometimes failed in
        one of the extras/Gallery_*.mk like
        
        > ucb/source/ucp/file/filrset.cxx:235:60: runtime error: load of value 96, which is not a valid value for type 'bool'
        >     #0 0x7f079bff575e in fileaccess::XResultSet_impl::OneMore() ucb/source/ucp/file/filrset.cxx:234:60
        >     #1 0x7f079bff823e in fileaccess::XResultSet_impl::next() ucb/source/ucp/file/filrset.cxx:288:16
        >     #2 0x7f0800a109a8 in Gallery::ImplLoadSubDirs(INetURLObject const&, bool&) svx/source/gallery2/gallery1.cxx:291:36
        >     #3 0x7f0800a0c88c in Gallery::ImplLoad(rtl::OUString const&) svx/source/gallery2/gallery1.cxx:202:5
        >     #4 0x7f0800a0bfa5 in Gallery::Gallery(rtl::OUString const&) svx/source/gallery2/gallery1.cxx:167:5
        >     #5 0x522e13 in createGallery(rtl::OUString const&) svx/source/gengal/gengal.cxx:62:16
        >     #6 0x52979a in createTheme(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, std::__debug::vector<INetURLObject, std::allocator<INetURLObject> >&, bool) svx/source/gengal/gengal.cxx:76:16
        >     #7 0x52853d in GalApp::Main() svx/source/gengal/gengal.cxx:318:9
        >     #8 0x7f080f6f8c36 in ImplSVMain() vcl/source/app/svmain.cxx:191:35
        >     #9 0x7f080f706571 in SVMain() vcl/source/app/svmain.cxx:229:16
        >     #10 0x56aa0a in sal_main() vcl/source/salmain/salmain.cxx:41:12
        >     #11 0x56a99f in main vcl/source/salmain/salmain.cxx:35:1
        >     #12 0x7f07fbaf5400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #13 0x42e219 in _start (instdir/program/gengal.bin+0x42e219)
        >
        > SUMMARY: AddressSanitizer: undefined-behavior ucb/source/ucp/file/filrset.cxx:235:60 in
        > solenv/gbuild/Gallery.mk:58: recipe for target 'workdir/Gallery/education.done' failed
        
        presumably because some other part of the build changed instdir/share/config/
        in parallel.  (And doing
        
        > while (touch instdir/share/config/TEST && rm instdir/share/config/TEST); do :; done
        
        in parallel to 'make extras' indeed causes this issue to occur easily.)
        
        Change-Id: I115ac727f99eed209b223d828c33060b275daaaa

2017-04-19  Eike Rathke  <erack@redhat.com>  [88d3d27dcd31993cad8898ff4d49347c46c6a0a6]

        remove unnecessary temporary
        
        likely a remnant of (Uni)String to OUString
        
        Change-Id: I431723d7c390f1396855f91c26a9b72a417f7dbc

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [62f280a1ebc5656fa8587a0afe84a49fa7afc6ac]

        basic message is enough here
        
        Change-Id: Ifcd79abe8641894be836642586c65180cbaad8aa
        Reviewed-on: https://gerrit.libreoffice.org/36681
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [81b512f3ef39c448b34f7cf52832be883d9ebd0c]

        maybe oss-fuzz shares /work and /out
        
        currently the build runs out of space
        
        Change-Id: I24a68051b7fd1df7c55849f27aa43cedc9909b1a
        Reviewed-on: https://gerrit.libreoffice.org/36682
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [08cc4c64ed2d80ebae984463c1fb4c603b03e7d4]

        coverity#1405221 silence Out-of-bounds read
        
        Change-Id: I39b84b1d0272c2e8aa606e8b2e9ab0d2d88c3586
        Reviewed-on: https://gerrit.libreoffice.org/36671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [2b83e73fd7b059c4ad224e3163f9d57c6cc6e1c7]

        remove freshly unused menu support from src files
        
        Change-Id: I038711a0c4d440d452d5b2ae1bfcba5c9305815b
        Reviewed-on: https://gerrit.libreoffice.org/36646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [31aac86f14d088628979c7809588f14bef643feb]

        sw: replace rudimentary SwCursorShell::m_nBasicActionCnt
        
        The functions to modify the counter were removed in 2004-2006 and there
        is no evidence in the git repo of these functions ever being called, so
        the BasicActionPend() condition is effectively equivalent to
        ActionPend().
        
        Change-Id: Ic8b9c8c6039c318943c96e90f2370cb5a1046ff9

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [876e13576bf112786172fdc113363f3fe54f19f7]

        sw: resolve m_pCursorStack overload
        
        Both SwCursorShell and SwWrtShell have a m_pCursorStack member, which is
        confusing gdb.
        
        Change-Id: Ie4674fa08eafcfae5273740d7ed8271614f311ab

2017-04-19  Michael Meeks  <michael.meeks@collabora.com>  [6827da5052bfe975a3b34af8dfa8af75d41e904c]

        vcl: protect Window from exceptions during construction.
        
        Probable fix for:
        http://crashreport.libreoffice.org/stats/crash_details/f69188bd-0fdd-4b74-9ec6-35b544cba0c9
        
        Change-Id: I6442451785867f0fc2daf84776118b092d4d6a18
        Reviewed-on: https://gerrit.libreoffice.org/36653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-04-19  Eike Rathke  <erack@redhat.com>  [c15f497b9a3463c7eeca1e8cc2c6f46ca293b9af]

        keep the leading '=' equal character, tdf#102525 follow-up
        
        So to feed it to the compiler again in case it's a "==" force-always formula,
        which theoretically would also be valid in matrix mode.
        
        Change-Id: Ie694e12a3bc4581469b7ad9cc06a23333a664d6f

2017-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [13414a637f30375a62c02f54c054e358f7565d05]

        vcl JPEG import: remove unused pCallerData
        
        Which is always set to nullptr, is passed around, finally just ignored.
        
        Change-Id: I81aecbed33ea249e63fbb412a54345fbb8335e47
        Reviewed-on: https://gerrit.libreoffice.org/36662
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6b98044ffe1d376fafc1c06f3159d6a42edee5d]

        loplugin:inlinefields in SfxSplitWindow
        
        Change-Id: I62ea079e448c871de34d4a48a4e017dd456c7e72
        Reviewed-on: https://gerrit.libreoffice.org/36664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  Eike Rathke  <erack@redhat.com>  [6c73ca4671958cb066beecade5661e124c497e25]

        Resolves: tdf#102525 handle array/matrix formula in cycle cell reference types
        
        Change-Id: Ib2443d5bda0c9b1268835f08e4931d5dec2d7f1b

2017-04-19  Michael Stahl  <mstahl@redhat.com>  [c72b9c1dc5683a132bf00659e0c8556253340c97]

        tdf#106929 sw: SwCursorShell::Pop() ensure cursor ring is recreated
        
        ... from table cursor.  The problem is that in this case, between
        Push() and Pop() there is no call to ClearMark() or any of the other
        functions that sets the SwTableCursor::m_bChanged flag, so MakeBoxSels()
        is never called for the m_pCurrentCursor after Pop() and there is no
        cursor ring selecting all table cells.
        
        (regression from b227a8e4d65e4bbfe991aed9342fe3e30eca8639)
        
        Change-Id: I5bce18b71fed60a926f4ddf9938dfb7d1ddf4e92

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9e6002b70eadd47fe70ff5ef53a55e5fa32d846]

        use union instead of void*
        
        vaguely more readable and typesafe
        
        Change-Id: I15e98034fb288756415913eff73bcaba4f2c0b9d
        Reviewed-on: https://gerrit.libreoffice.org/36659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9f0d8d02885eca619552b19eab30c1eade9e7ef]

        tdf#107116 RTF import: fix missing upper and lower borders around text
        
        See commit 1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305:
        writerfilter RTF import: override style properties like Word,
        2014-06-17) for the context.
        
        Here the problem was that various details of the top border were removed
        during the style deduplication, but not the top border sprm itself. That
        was interpreted (correctly) by dmapper as "no border", rather than
        "inherit from style".
        
        Change-Id: I3dec8df789fc7b75fccfff91ce66f457fecd2f6e
        Reviewed-on: https://gerrit.libreoffice.org/36661
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-19  Caolán McNamara  <caolanm@redhat.com>  [13bf3cb1299ebb7f0aa30e9d91e8eea2a67cee74]

        convert over weird hidden RID_FMSHELL_CONVERSIONMENU use to new .ui
        
        Change-Id: I61691a4148c1ff38703bb0d6ad9169242eb09871

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d64e43c1f0106f824f01feb842f8e87a0a91da8]

        Convert TOKEN constants to o3tl::typed_flags
        
        Change-Id: I0fa6cd6160d6c61a3d6f9eeb6ffadf3db68c6d05
        Reviewed-on: https://gerrit.libreoffice.org/36506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6390d77a1498ff2474522031af4a68af5e865d8d]

        convert MeasurementSystem to scoped enum
        
        Change-Id: I5d26c50aa0e2c68edab6ee217ae6bdb0ee45dc09
        Reviewed-on: https://gerrit.libreoffice.org/36525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e175f9f4393eb3badd763fa5b1cdc5b3aabab0e4]

        Add Dump() method to ScFormulaCell.
        
        I'm surprised I didn't add one till now.
        
        Change-Id: I36c9257013f92804cecaeefd0778db1d25759c2f
        Reviewed-on: https://gerrit.libreoffice.org/36652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-18  Yousuf Philips  <philipz85@hotmail.com>  [4105862b03b78ff5d80d5e1f5a48f15015f79d3c]

        tdf#99493 Set record changes shortcut at module level
        
        Change-Id: I9d8b07d0f999329a8963a9ebc17acc77e0444c63
        Reviewed-on: https://gerrit.libreoffice.org/36583
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-18  Krunoslav Šebetić  <kruno.se@gmx.com>  [8a540fa5e6cdaf672e12143b3eb979135172437d]

        Few modifications to Croatian localization file: double quotations, MinimalDaysInFirstWeek, FollowPageWord
        
        Change-Id: I07e33863f79efb8f8dc683d34f0fd956d530c042
        Reviewed-on: https://gerrit.libreoffice.org/36641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-18  Eike Rathke  <erack@redhat.com>  [840ac578dc5c21731b927bad6113839c4c69c108]

        only handling copy&paste needed, cut&paste bailed out, tdf#105245 follow-up
        
        Change-Id: I946d9f09e7571d347111ad66326ab375d153e298

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [b44b97532196c39b3214618e00fa9cd456f8c0e8]

        convert navigator menu to .ui
        
        Change-Id: I754da935de04dde6d94fa2a1331c771a4bd5ec88

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [0191f643a2a79af94630d08abbb3e422c05020e7]

        Clarify intended behaviour
        
        Change-Id: Ib1edda4886940223bd32c8a78d3aa4241f57ec84

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [1d40b59db5eaf548392b8373994e9d793563731d]

        Avoid 'else' after a return
        
        Change-Id: Ia530aa2fdaa5f6d77180da3139a47407adf9f519

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [03518d08cb0a38c1223f51ba7d985291afaec39a]

        Fix indentation
        
        Change-Id: If2c567450c27fe442e8c68627888fe7d39a65acb

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [ddfb69a290a16bed3dddd3146caa4840f6f338f0]

        OUStrings: constify and reduce temporaries
        
        Change-Id: I34f6d51ad3088d1561f103a21b78f4bb6780f95c

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [e0d164754f4b1a83ad58b2fcbbebb0017110d2ae]

        Reduce scope and simplify by early return
        
        Change-Id: I12f8c6cb002cb0af63a096c7b66dd1e7d2db92a5

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [ee82052acf89f17bdbba0641324f96060b285a3d]

        Reduce scope and simplify
        
        Change-Id: I055e05ff04c9a839fb142be5cbf08e40e7eb35f3

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [6730b9a3a3e02edcd485e9c1888ac12e9bdf7b40]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I91d5969468da6d9bd61bc7bd321cc065910f7639

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [d4b3fe8c65272ba029292ce6e714782926ff5db7]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I06e058d3ae16bbf504f2e5d8f72b00527c53e336

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [429c7a4958b11da43f2ada79adde778464a745b3]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I8ba379d2418eec012de62354dab474e6e7c8a1c6

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f1046587a26a3f673b465ad8dfe911905e71c5f]

        Remove isEmpty check on (just set) non-empty sURL
        
        Change-Id: I669b720c976c51d248dadb11b5e93ab1708ccfbb

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [54838cd2ef8dfbee5112ed0fee19eb2ece49706a]

        OUStrings: constify and avoid temporaries
        
        Change-Id: Ib69ad52577f8d94dbd363ba1799d5294db7a580a

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [ac48e590d3ef6aa6dc62651182e6f13ce113f9d9]

        OUStrings: constify and avoid temporaries
        
        Change-Id: I4459c84afbe68d29f1fd8dbce3c4aa6f7846a912

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [af40888989dfc38b62f0ccd0161b2a28f28d6aca]

        Avoid temporary OUStrings
        
        Change-Id: I0fb456874595814339a420b61fbf4cb957af095e

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [50f548d55bac700cf026edb6b86d5b95b303243e]

        convert starmath context menu to .ui
        
        Change-Id: I0ab984aac0103a0d2bbb3c7a7c0bbd797eba7454

2017-04-18  Stephan Bergmann  <sbergman@redhat.com>  [2ce4fa15e42faf0c2a33e338f195d04fe068a240]

        Fix parameter types of SbiRuntime::StepSTATIC_Impl
        
        ...which had been like that ever since 78d40bcdf3b724954f29da348952153ed53bfa2d
        "INTEGRATION: CWS npower10", for no apparent reason.
        
        Change-Id: I4803d20fd81c37b55e10e4ea4ff1c5355b937161

2017-04-18  Tor Lillqvist  <tml@collabora.com>  [43d9231f72cb95ccbe632cd8c0464b506103699d]

        Don't crash without GPG
        
        Change-Id: I31caf1b3da7400856d6ee46bd0cc4050e32b6e3a

2017-04-18  Stephan Bergmann  <sbergman@redhat.com>  [24fa0d64b62ddca20bef224e7e47aa45afd67665]

        Call implHandleSbxFlags also from StepSTATIC_Impl
        
        ...similarly to how it is called from StepLOCAL and StepPUBLIC_Impl.
        
        Now that there's basic/qa/vba_tests/mirr.vb containing
        
            Static Values(5) As Double    ' Set up array.
        
        that caused CppunitTest_basic_macros to fail in UBSan builds with
        
        > /basic/source/runtime/runtime.cxx:4613:34: runtime error: load of value 262149, which is not a valid value for type 'SbxDataType'
        >     #0 0x2b25aa72d3f5 in SbiRuntime::StepSTATIC_Impl(rtl::OUString&, SbxDataType&) /basic/source/runtime/runtime.cxx:4613:34
        >     #1 0x2b25aa6e821f in SbiRuntime::StepSTATIC(unsigned int, unsigned int) /basic/source/runtime/runtime.cxx:4629:5
        >     #2 0x2b25aa6ff0cf in SbiRuntime::Step() /basic/source/runtime/runtime.cxx:770:13
        >     #3 0x2b25aa237cba in SbModule::Run(SbMethod*) /basic/source/classes/sbxmod.cxx:1144:20
        >     #4 0x2b25aa232916 in SbModule::Notify(SfxBroadcaster&, SfxHint const&) /basic/source/classes/sbxmod.cxx:809:21
        >     #5 0x2b259b0f51f1 in SfxBroadcaster::Broadcast(SfxHint const&) /svl/source/notify/SfxBroadcaster.cxx:49:13
        >     #6 0x2b25aa267165 in SbMethod::Broadcast(SfxHintId) /basic/source/classes/sbxmod.cxx:2126:9
        >     #7 0x2b25aaa96fb9 in SbxValue::SbxValue(SbxValue const&) /basic/source/sbx/sbxvalue.cxx:62:9
        >     #8 0x2b25aaae16ec in SbxVariable::SbxVariable(SbxVariable const&) /basic/source/sbx/sbxvar.cxx:73:7
        >     #9 0x2b25aaa51afd in SbxMethod::SbxMethod(SbxMethod const&) /basic/source/sbx/sbxobj.cxx:869:7
        >     #10 0x2b25aa72c12b in SbiRuntime::FindElement(SbxObject*, unsigned int, unsigned int, unsigned long, bool, bool) /basic/source/runtime/runtime.cxx:3518:37
        >     #11 0x2b25aa735314 in SbiRuntime::StepFIND_Impl(SbxObject*, unsigned int, unsigned int, unsigned long, bool) /basic/source/runtime/runtime.cxx:3941:14
        >     #12 0x2b25aa6da643 in SbiRuntime::StepFIND(unsigned int, unsigned int) /basic/source/runtime/runtime.cxx:3947:5
        >     #13 0x2b25aa6ff0cf in SbiRuntime::Step() /basic/source/runtime/runtime.cxx:770:13
        >     #14 0x2b25aa237cba in SbModule::Run(SbMethod*) /basic/source/classes/sbxmod.cxx:1144:20
        >     #15 0x2b25aa232916 in SbModule::Notify(SfxBroadcaster&, SfxHint const&) /basic/source/classes/sbxmod.cxx:809:21
        >     #16 0x2b259b0f51f1 in SfxBroadcaster::Broadcast(SfxHint const&) /svl/source/notify/SfxBroadcaster.cxx:49:13
        >     #17 0x2b25aa267165 in SbMethod::Broadcast(SfxHintId) /basic/source/classes/sbxmod.cxx:2126:9
        >     #18 0x2b25aaa96fb9 in SbxValue::SbxValue(SbxValue const&) /basic/source/sbx/sbxvalue.cxx:62:9
        >     #19 0x2b25aaae16ec in SbxVariable::SbxVariable(SbxVariable const&) /basic/source/sbx/sbxvar.cxx:73:7
        >     #20 0x2b25aaa51afd in SbxMethod::SbxMethod(SbxMethod const&) /basic/source/sbx/sbxobj.cxx:869:7
        >     #21 0x2b25a9010a4a in MacroSnippet::Run(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) /basic/qa/cppunit/basictest.cxx:95:23
        >     #22 0x2b25a9012797 in MacroSnippet::Run() /basic/qa/cppunit/basictest.cxx:103:12
        >     #23 0x2b25a908e336 in (anonymous namespace)::VBATest::testMiscVBAFunctions() /basic/qa/cppunit/test_vba.cxx:125:34
        >     #24 0x2b25a90964a8 in void std::_Mem_fn_base<void ((anonymous namespace)::VBATest::*)(), true>::operator()<, void>((anonymous namespace)::VBATest*) const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:600:11
        >     #25 0x2b25a90961d3 in void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::VBATest::*)()> ((anonymous namespace)::VBATest*)>::__call<void, , 0ul>(std::tuple<>&&, std::_Index_tuple<0ul>) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1073:11
        >     #26 0x2b25a9095c81 in void std::_Bind<std::_Mem_fn<void ((anonymous namespace)::VBATest::*)()> ((anonymous namespace)::VBATest*)>::operator()<, void>() /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1131:11
        >     #27 0x2b25a9094a79 in std::_Function_handler<void (), std::_Bind<std::_Mem_fn<void ((anonymous namespace)::VBATest::*)()> ((anonymous namespace)::VBATest*)> >::_M_invoke(std::_Any_data const&) /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:1871:2
        >     #28 0x2b25a9046710 in std::function<void ()>::operator()() const /home/tdf/lode/opt_private/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/../../../../include/c++/5.2.0/functional:2271:14
        >     #29 0x2b25a9093175 in CppUnit::TestCaller<(anonymous namespace)::VBATest>::runTest() /workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:175:7
        >     #30 0x2b256430d0ad in CppUnit::TestCaseMethodFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #31 0x2b257d507ea6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /test/source/vclbootstrapprotector.cxx:39:14
        >     #32 0x2b25642cbb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #33 0x2b2573b757f6 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #34 0x2b25642cbb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #35 0x2b256fd37d83 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #36 0x2b25642cbb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #37 0x2b256424750f in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #38 0x2b25642cbb77 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #39 0x2b25642c1da0 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:86:18
        >     #40 0x2b2564396efb in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:182:10
        >     #41 0x2b256430a12d in CppUnit::TestCase::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:5
        >     #42 0x2b25643102e3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #43 0x2b256430f24d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #44 0x2b25643102e3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #45 0x2b256430f24d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #46 0x2b25643d68b6 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:5
        >     #47 0x2b2564395049 in CppUnit::TestResult::runTest(CppUnit::Test*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:149:3
        >     #48 0x2b25643d7d57 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:3
        >     #49 0x5161f2 in (anonymous namespace)::ProtectedFixtureFunctor::run() const /sal/cppunittester/cppunittester.cxx:306:13
        >     #50 0x510c8f in sal_main() /sal/cppunittester/cppunittester.cxx:456:14
        >     #51 0x50eda2 in main /sal/cppunittester/cppunittester.cxx:363:1
        >     #52 0x2b2565ff6b14 in __libc_start_main (/lib64/libc.so.6+0x21b14)
        >     #53 0x433a04 in _start (/workdir/LinkTarget/Executable/cppunittester+0x433a04)
        
        (where 262149 = 0x40005, i.e., SbxDOUBLE|SBX_TYPE_VAR_TO_DIM_FLAG)
        
        Change-Id: Ib35a5c66c9b3266c13616f4cb896d533378a8eb0

2017-04-18  Eike Rathke  <erack@redhat.com>  [51478cefaa4e265b42e3f67eda0a64767ff3efba]

        Resolves: tdf#107012 follow date order of the target locale
        
        ... when converting format codes between locales, so en-US MM/DD/YYYY
        correctly ends up as de-DE DD.MM.YYYY instead of MM.DD.YYYY
        
        Change-Id: Iccfdd4787fc05462f47266c77cc9e95d14dae60d

2017-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [e2d3e936ab03274696f235c9d74e247380070f6f]

        tdf#95992 "Edit" > "Compare Document..." opens dialog that is...
        
        misnamed "Insert"
        
        Issue is that the caption of the dialog is handled by generic code,
        which was not designed with comparison in mind. This fix extends the
        captions that can be used by such generic codes, without modifying
        the underlaying architecture.
        Letting callers directly provide caption text might be more versatile,
        though.
        
        The fix is extended to:
        * Writer Merge functionality
        * Calc Compare/Merge functionalities
        which use the same dialog (and thus were also displaying "Insert").
        
        Change-Id: I452b37bf7d0024924c87316cd47572c09b373b65
        Reviewed-on: https://gerrit.libreoffice.org/35285
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [f3ab7e1403f60ad4f9137e68241e68aa06b2fb1e]

        remove sfx2/sfxcommands.h
        
        Change-Id: Ic131adc90f2891497623441dd94da2d3401a93e5

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [936ffc11cee7176e63785f3b4a97eb1f0acfdf0e]

        tdf#96770 android: disable 'parts' in text documents
        
        Text documents only have one part, so 'parts' button
        in the menu should be disabled.
        
        Change-Id: Id36a57bcf35bc6347136dda82d8da2d7ca308285
        Reviewed-on: https://gerrit.libreoffice.org/36538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [1a748066b49ceaa8cdd3477556756336d6dfb8b3]

        tdf#96799 android: does not switch edit mode to view
        
        Added a checking of whether edit mode is on or off
        before making a switch between edit and view modes.
        
        Change-Id: I69043bc8694b605a517e16385abfa91d86d34d30
        Reviewed-on: https://gerrit.libreoffice.org/36541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [45d57a0dba8bb5a92150cc07bdff0b37b3041007]

        convert readonly menu to .ui
        
        Change-Id: Ia9400b3c4b410dbf70633e55286a4af77f0d651a

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [c1b14cb632914d6eeaa036d7d1b2cce1b2fd14b3]

        Window::ReleaseMouse warning isn't helpful
        
        Change-Id: If25bdc25c5fc6c1beda14c749c3bdfb6d12386a2

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [50938d84de555ac8dd3151f44e8ba20276ddd7be]

        Double tap zooms in and out
        
        Added double tap action in
        JavaPanZoomController. This commit depends
        on "restrict zoom to page width".
        
        Change-Id: Ifbe13f698ea01af2223beede9211a13b4970a3d5
        Reviewed-on: https://gerrit.libreoffice.org/36164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [d09617eb41dc0e52776cd62709d218991f71c409]

        rework SwReadOnlyPopup to not inherit from PopupMenu
        
        Change-Id: I707b44fee1356586b53e43c4ac37fc4f2adc3afe
        Reviewed-on: https://gerrit.libreoffice.org/36639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-18  brainbreaker  <gautamprajapati06@gmail.com>  [d70636a3145c72fe7f34c0a73f3784f99dc329ee]

        Discard StorageAccessFramework for creating new documents
        
        This commit adds the ability to create a new document using
        existing file system browsing in the app.
        Usage of StorageAccessFramework to create new document
        has been ditched as it is not backward compatible.
        
        Change-Id: I852c3de337613cb01e689d532476d2c5f932c1b3
        Reviewed-on: https://gerrit.libreoffice.org/36195
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [78bc5053a15ef218cce394b0d0e012f1700f760a]

        tdf#96764 - Android Viewer does not show page count
        
        Added page number display in text documents. The page
        nunmber calculation in handled on Java side and the
        work only involves calls to LOKit when necessary.
        Majority of the work is done in DocumentOverlayView.
        java, including calculation and displaying. The page
        number information is updated whenever a page number
        change callback is caught (from LOkit).
        
        Change-Id: I52014806cd647fa805b329825ac29b0e337c11a1
        Reviewed-on: https://gerrit.libreoffice.org/36178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [5333f93a6fd191e424327afe3935f2770a71f620]

        tdf#96811 Android Viewer doesn't focus on the word you search.
        
        Added the function of focusing on the word you search. Two
        methods were added. The first one is searchResultSelection,
        which parses a JSONObject passed from LOK and focuses
        on the text selection. The second one is
        moveViewportToMakeSelectionVisible. It handles well both
        documents and spreadsheets. I also tried to add a
        search not found toast message. Also corrected a typo.
        
        Change-Id: I4453c01afc520bf4deae4c2bd71adea2fe856d7e
        Reviewed-on: https://gerrit.libreoffice.org/35715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Eike Rathke  <erack@redhat.com>  [bb9ac80998c1e7cd1ff154903b3c60d3e8636a5e]

        use auto const& over ScMarkData::GetSelectedTabs()
        
        Change-Id: Ic3dcc6a99cc2aa5fba8625d6d04cc0dc925ec3be

2017-04-18  Eike Rathke  <erack@redhat.com>  [87a53b75f9e520820e815ca275ea3d629630bf6b]

        use auto const& over ScMarkData::GetSelectedTabs()
        
        Change-Id: Ica0192c589f0a262369480106557f679297a7468

2017-04-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [81291d622394682be44b80a87a856c0f891809d4]

        cppcheck: useInitializationList
        
        Change-Id: Iee4db89fe3bd256da0b7ff0f40a3c4789666c525
        Reviewed-on: https://gerrit.libreoffice.org/36633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-18  Ximeng Zu  <uznomis@yahoo.com>  [ed900113d091431f89ccc312b55a6955ca341b9e]

        tdf#106368 android: restrict zoom to page width
        
        Created an overloaded constructor for ZoomConstraints class that
        takes in minZoom and maxZoom. Added calculation of minZoom
        according to page width and screen width and assigned the
        minZoom to ZoomConstraints in LOKitThread class. Deleted
        minZoom checking in the onScale method in JavaPanZoomController
        class because the checking prevented zoom-in from functioning.
        (Update: I also removed the old constructor because it is not
        used any more.)
        
        Change-Id: I89e80761efc093b3738970d4482dd735532c0397
        Reviewed-on: https://gerrit.libreoffice.org/35308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-18  Takeshi Abe  <tabe@fixedpoint.jp>  [d52d230fc204b7b2b0d9b27445b496b0113a8dd5]

        starmath: Convert SmNodeType to scoped enum
        
        Change-Id: I30921f9426e0e50ab8c6dfb1e86400847176b707
        Reviewed-on: https://gerrit.libreoffice.org/36613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [8d09f10cbb53d513651e3b087071586ed8d89074]

        unused ids
        
        Change-Id: Ifba0092edf5839646be9745f8e9da680946db97a

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [d0b1f66aa76f1f74fcb6327776daed450530bef4]

        convert query functions menu to .ui
        
        Change-Id: Iba4fc93d6042d873c45c58f11b7b54638ed54d82

2017-04-18  Szymon Kłos  <szymon.klos@collabora.com>  [efc5643c9a11f68b4fd41ac1b019f373ada3d750]

        AutoText: loading dotx documents
        
        For testing purposes patch introduces simple
        import. New AutoText entries are imported
        if document contains single paragraph AutoTexts.
        
        Change-Id: I3f0e17c63e109eac6514ae0cb8cc168e8282b55b
        Reviewed-on: https://gerrit.libreoffice.org/36634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [d08ea6b3d343fa852f9d1bec67082829ca023f91]

        remove extra entries
        
        Change-Id: I199f38cb7cc1c26c352b00c226aa041223848252

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [057cde3f8aedc48401bfe864a5b03ef29dd8b641]

        convert join table view menu to .ui
        
        Change-Id: I249cf0ba1ffcc7e2736ac7270bc988a0916947dd

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [a6426327266f1f4c3d7738051a8ce7402368553a]

        convert join menu to .ui
        
        Change-Id: I4e38e431df00a8a97772c5eb0056f824beaf8912

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [1660bdd08bde5efa7cbfc9e8b2aed5d90504fceb]

        convert primary key menu to .ui
        
        Change-Id: I78b4f6edc33ddc908402d8ab952bfebc11e4f929

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [2f30782b03dd62894d3fa821e6b4ec54064c3bf9]

        we surely don't want to fall through after showing a menu
        
        Change-Id: Ib6577b85c444930cee298cccef445a842a541d7b

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [9714e7460c3ff67f2683483bf3634b2f31cda361]

        convert table design row menu to .ui
        
        Change-Id: I8a6be28ccd7cbd2b8f18255e3da01df2dfe13fb8

2017-04-18  andreas kainz  <kainz.a@gmail.com>  [e7cd5953c3df5904cbcf07cc1b017cf3b7138d56]

        tdf#107158 Groupedbar variant of the Notebookbar for Writer
        
        patch 2 missed the patch 1 stuff so now everything should be there
        
        Change-Id: Ia2d35eb3d3791af4be683baca23635d8dc5e0dd1
        Reviewed-on: https://gerrit.libreoffice.org/36546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-18  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1cdb526f4f6a81f6dfc2756585fa3fd4bf4c674d]

        LOK - Calc: commit 92716ab follow-up
        
        This patch is a follow-up for commit: 92716ab  (Images are not painted
        below row 1000).
        
        There is no need to set the origin to (0,0) when checking the view
        range / object range overlapping.
        
        Change-Id: Id9fe9364155edd5a50c2d60ab08dd0bdcd1f568a
        Reviewed-on: https://gerrit.libreoffice.org/36586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2017-04-18  Johnny_M  <klasse@partyheld.de>  [324adfcc2c3aa5d3590a38fadca2af7cd9125b47]

        Translate German comments in svx/source/inc/
        
        Change-Id: I7eef0061245460fa0b570eea36d4e415c4c6d716

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [dcb7164f2e132bbe1e80d57dd5b4d2319b3b9b60]

        convert filter menu to .ui
        
        Change-Id: Iad9eeeedbd2b6c98861db367a68e3f5506cbd246

2017-04-18  Johnny_M  <klasse@partyheld.de>  [ea8f69e4a8ca8c3912aacb9838d7c5bb20b47f46]

        Translate German comments in svx/source/form/formcontroller.cxx
        
        Change-Id: I5cfa09c08bad574269cf56ec7a57a57cd465c2d9
        Reviewed-on: https://gerrit.libreoffice.org/36616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [ea37507b9d9afbc747af04af5d9a27bf1a9f3727]

        convert RID_FMSHELL_CONVERSIONMENU menu to .ui
        
        Change-Id: I6b38611063690a4038862f3a2810dd3c695b62d2

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [0d2a607a849e3f1b51092c7d96bc5529420cfab2]

        catch exception like text_wrapper_get_caret_offset does
        
        Change-Id: I7d681a5cd58af60005eefa9969ec975d5cfc5580

2017-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b455eeeaf5798924c52dc234419e598afc2456b9]

        sw: prefix members of SwOneExampleFrame
        
        Change-Id: I7965ef1be7c348768c219fbab4bbb43edc6906d0
        Reviewed-on: https://gerrit.libreoffice.org/36632
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-18  Caolán McNamara  <caolanm@redhat.com>  [c7dfcc408228921f2a35508b61a27c0cf65442bb]

        returning -1 is generally threadsafe
        
        this also fixes an a11y exit on unhandled exception that's troubling
        one of jluths private documents
        
        Change-Id: I68207434d70e952b2c3439a3672e8df2439a4e78

2017-04-18  Stephan Bergmann  <sbergman@redhat.com>  [eec04f7f0445d6aec03c0cf9745b61375b0000b1]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: I32c69544b40c2398f415e3aaa9beb470694f0290

2017-04-18  Stephan Bergmann  <sbergman@redhat.com>  [1fa575f8fe7cad404f29ddd26dd834019c3acd93]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: I996ec829794a0a78ad986cb1c87d6deb9f9d75cb

2017-04-18  Yousuf Philips  <philipz85@hotmail.com>  [2f5baab8498ce1303dded8aa7e16adbf80341c39]

        tdf#105672 Heikobar: Fix style and links group buttons
        
        Change-Id: I55db80e0a73690374d40ff926aeedb94f07843c5
        Reviewed-on: https://gerrit.libreoffice.org/36518
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-18  Aron Budea  <aron.budea@collabora.com>  [faad94b8841cb0b37a2a47f1ac67fb07b121ecc1]

        tdf#106562: Add back H accelerator for Character menu item
        
        Now Format -> Character can be accessed via accelerator
        again.
        
        Removed in 58a825b4d047c0f99d4f9a193c97af423b23fb97
        presumably accidentally.
        
        Change-Id: If699e026fc3eccac09f3898b9c2b3426f6fa7c97
        Reviewed-on: https://gerrit.libreoffice.org/35418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-17  Yousuf Philips  <philipz85@hotmail.com>  [4d37e30514d5bbf635c754652d01ac3329479f76]

        tdf#103258 Contextual footnote in its own section
        
        Change-Id: I55e4cb5ad0dec8c2680fd276de11c598ff3049da
        Reviewed-on: https://gerrit.libreoffice.org/34078
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2017-04-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b0e9b080d4a47ba3be788cb4848786228d2322f]

        ask to delete pivot chart if pivot table gets deleted
        
        Change-Id: I2a0e1aedf870fa587b5596e0adde0b9e61278c88
        Reviewed-on: https://gerrit.libreoffice.org/36624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a900c72c675c8605fc004a4f63ba1d82eaeed9d5]

        Make the testTdf106974_int32Crop pass on my Mac, too
        
        cf. 1391f3702a3daaefc67a8ee4b62ac38959db283f "Make the testTdf106974_int32Crop
        pass on my Mac".  For some reason, on my Mac the Right value is 40474 resp.
        40471 the two times the function gets called.
        
        Change-Id: I731ff9c5cf76be9d4817ad14f296807017d10dbd

2017-04-17  Caolán McNamara  <caolanm@redhat.com>  [ce0e70fdd643b88b70cbcfa55847f0285116273a]

        move the exception handling
        
        Change-Id: Ie61a424a78be85c1dc54dd56451319356227f443

2017-04-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [d20da7bd658e1ebaff74658334cbd5d633df7f3b]

        Updated core Project: help  97354651b0025098b2a5da10cfdff3171f4af531
        
        tdf94454 Add make file
        
        Change-Id: Ic91eb2d652c2e082cb5072ef7664a06bd892f6f9
        Reviewed-on: https://gerrit.libreoffice.org/36618
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-17  Catherine Vance  <catvance77@gmail.com>  [1240fde126c3d8f844bc9d0a1cfbb7e21c16096e]

        Updated core Project: help  475e4baff99a7643a2b5dcf171c5415b1309a5bf
        
        tdf#94454 Help page for new template manager
        
        This page is to be revisited after tdf#107229
        
        Change-Id: Ic2a451a0c841cb7ce6748538f700b5099e051064
        Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
        Reviewed-on: https://gerrit.libreoffice.org/36615
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-17  Vitaliy Anderson  <vanderson@smartru.com>  [9a31d1c83e08600507689dc18f6f0973bc7e4389]

        tdf#106742: OOXML import/export: treat "tblInd" properly.
        
        Since MS Word 2013+ if you change cell margin at the table, the border won't be shifted.
        
        The decision is to do the same ( see https://bugs.documentfoundation.org/show_bug.cgi?id=106742 ).
        
        Change-Id: Ia58693c44f63ed21dca2cd99591002ba68927b65
        Reviewed-on: https://gerrit.libreoffice.org/36084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-17  Olivier Hallot  <olivier.hallot@libreoffice.org>  [664980f34bb26f34a3365ded3d05e177d2c888d1]

        Updated core Project: help  4ebcf5360df90adf449670eb269e9d97bdce2b86
        
        Fixes in HC after translator review
        
        Change-Id: I442ea2b7179e84a73377569a84b5cb07732fcc22
        Reviewed-on: https://gerrit.libreoffice.org/36096
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-17  Gabor Kelemen  <kelemeng@gnome.hu>  [2def3b8ca4a64de2f30e0e2be541a751c2323b17]

        Updated core Project: help  1b43d2a89422ccde063fac2dbd5a80c49b36e560
        
        Fix bookmarks related to the View Certificate window
        
        Change-Id: Iec618b32dcb248db26aa118f21997499cbf6db31
        Reviewed-on: https://gerrit.libreoffice.org/36614
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-17  Gabor Kelemen  <kelemeng@gnome.hu>  [81e6a656988c4af6796141df61231d59d806bdba]

        Updated core Project: help  b20e40b89fc75992c9d790cc36699727d2d866f8
        
        tdf#105280 Split out Security Options and Warnings help page
        
        This makes the Security options page much cleaner.
        Also fix a missing ahelp and some capitalization.
        
        Change-Id: Ie03ed0833fdc01635988846f259249031c3ed405
        Reviewed-on: https://gerrit.libreoffice.org/36592
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-17  Mark Hung  <marklh9@gmail.com>  [bdaf1708abeb1924f0cca21ec305638f4e0beb6c]

        tdf#107025 advance only if grid is wider than font.
        
        EvalGridWidthAdd decide distance to advance by
        subtracting the grid width and the height of the CJK font
        of default style. Text cluttered if the value is negative
        on Windows or break into multiple lines if it overflow
        on Linux.
        
        Change-Id: I085d420ef168238cde2eac3fb129020d5e5608da
        Reviewed-on: https://gerrit.libreoffice.org/36568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-17  Tor Lillqvist  <tml@collabora.com>  [b3e3eb55bd7a8bec98d6edf0561170b3fb77d843]

        Avoid C1128
        
        Change-Id: I5799ff84a8a93e8b9ca87831ab0968a3b1a050de

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [44b14e8c7c485d8a3bb99d9484ac63273988b633]

        svg filter: fix SweepWipePath.perform (found by eslint no-undef)
        
        Change-Id: I98d64618d28a06a04ce4e191be6ed90bc9af07bb

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [36e421ce36b77e3d35daeea35d998bcf4223dd08]

        svg filter: fix eslint no-redeclare
        
        Change-Id: I8435d991c582d2b3102d3a42984bb773fddae87c

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ebddd776583e65207d66fc277f732bfa3b17b818]

        svg filter: fix eslint no-undef - var-declare stuff
        
        Change-Id: I4cd00616f972a0be14ceff9311aafee39561ac35

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0a97a514aa5fe3297ec774c89a6a8174e1206b3b]

        svg filter: fix eslint no-constant-condition
        
        Change-Id: I8ac187702a3014f78bb711409770b4e8504bcd7d

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ed6ee28f57beb440006d04a694dd0715e152b690]

        svg filter: fix eslint no-unused-vars
        
        Change-Id: Ia3e80992d2c5310e0a2c810ef74d710f7a0e1e0b

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [463378bc5d1ea91a5d0f71cd118bf2d06f724097]

        svg filter: fix eslint no-unreachable
        
        Change-Id: I111c30c9e379a04a17ee057e196efe7930758933

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [93e956dfd14e709f81cb07bdbe31a5931728109e]

        svg filter: fix eslint no-extra-semi
        
        Change-Id: I21aa1bad2302536803d3da931cded84742733e05

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5b5fa803b3a8be9c43d725692b6015323b04dceb]

        svg filter: fix eslint no-fallthrough
        
        Change-Id: I2cbc4757042ed3934b0badff03fa291c9f36b6da

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0addc668d60ba16f8cb9884985fab3ea7d86d61b]

        svg filter: fix eslint no-dupe-keys
        
        Change-Id: Iea60d96b6b0c3ba84caa20dd4a0b429af20a5d09

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d9e90d986fbf942db0272e52901c449a92b7fdf3]

        svg filter: fix eslint assigned-not-used no-unused-vars errors
        
        Change-Id: I15390770b908b281319c4f620732964755aea862

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f1d3dbd59ebe3ce054549fcf13bcd379193a0012]

        svg filter: remove reams of commented-out JS code
        
        Change-Id: I620bb3ee72653ecc595c5da9fe0558defaf96a44

2017-04-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d167f393c85f7568bcd79a5d7da2066f094f400d]

        svg filter: fix eslint no-unused-vars errors
        
        Change-Id: I1ef6d22f21069afd8dcef5842cf819ca2fef5287

2017-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb56b36dacd63cb9ee133cd90ee798db592ae0fc]

        make it possible to show crashreport error message
        
        This will allow us to show a warning that a specific version is not
        supported anymore and that people should update.
        
        Change-Id: Ie7f4e4c49efa9ed91725bf3a0512663b3b14178c
        Reviewed-on: https://gerrit.libreoffice.org/36589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8948d436572fcff6a7298872a33ca4b6fa2f8b61]

        submit crash reports using https
        
        Change-Id: I98e0af47f984d5327e23bfee6d4a27052b848699
        Reviewed-on: https://gerrit.libreoffice.org/36591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-17  Rohan Kumar  <rohankanojia420@gmail.com>  [dd239283664e79337d385a63a18eb676d8688314]

        tdf#51358 Add Support for ParallelSnakesWipe transition in SVG Export
        
        Ported the class ParallelSnakesWipePath
        
        Change-Id: Ife99723792d3d3614c7fff6bcf6abaf199568075
        Reviewed-on: https://gerrit.libreoffice.org/35723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-17  Rohan Kumar  <rohankanojia420@gmail.com>  [0badc8447f3c608a8807df511f78799f827ccd2b]

        tdf#51358 Added Support for DoubleDiamondWipePath in Impress SVG Export
        
        Ported the class DoubleDiamondWipe
        
        Change-Id: Ic4432018278c7b3567996bc9463b0f8fc96ebbec
        Reviewed-on: https://gerrit.libreoffice.org/35225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-17  Rohan Kumar  <rohankanojia420@gmail.com>  [dc5253d97c6e733746943fae462600f07772d35b]

        tdf#51358 Add support for SpiralWipe transition in svg export
        
        Ported the class SpiralWipePath
        
        Change-Id: I3f24c3e32fb2994db0edb48e6c2bd017337c208a
        Reviewed-on: https://gerrit.libreoffice.org/35139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-17  James Raykowski  <raykowj@gmail.com>  [dd0824c92a349b720919857637258489e347a7a5]

        tdf#89329 Use std::unique_ptr for ImplData in vcl/syswin
        
        Change-Id: I5cf16991bba0cec80c7fbaf32f4529e4f022201b
        Reviewed-on: https://gerrit.libreoffice.org/36590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-16  kerem  <hallackerem@gmail.com>  [0497facb723d90fae6cade86d9075ddfc18f83b9]

        tdf#90290 use custom asserter in ucalc_sort.cxx
        
        Change-Id: I61e1d5c75f5ec13291633368859441bb85732317
        Reviewed-on: https://gerrit.libreoffice.org/36494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-16  Caolán McNamara  <caolanm@redhat.com>  [1ad1a536345ed2fa2fc6dd97ea6986d313e1a0d6]

        Cppunit->cppunit
        
        change accidentially I presume by
        
        e81a35e1a86b6492a68f52ae53c41ee624981ee8
        
        Change-Id: I5a52d6e33708b03fcbcd74b0134710ab32a9618d

2017-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2951fea8236f7455e5dde36b5e799c1e1448cf40]

        uitest: escape the " for the json string conversion
        
        Change-Id: I989b8add4bba0b10dedb126e5014be59879ed898
        Reviewed-on: https://gerrit.libreoffice.org/36585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31abe9e44df092a557a34537f6b4ffa48d12edc4]

        try to fix werror + pch build on linux
        
        This should fix RandomConfig tb run #396
        
        Change-Id: Idd7984e3c4225b08db50b2451112135aaf2e1890
        Reviewed-on: https://gerrit.libreoffice.org/36584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [377d2d4bed5a085d0112482d01ce9b4215fb83a6]

        add VBA test cases
        
        functions  - LEFT, LEN, LOG, LTRIM,
        MID, MINUTE, MIRR, MONTH
        
        Change-Id: Ifa4c6c1b715772644afc4280379b2a9e8429842f
        Reviewed-on: https://gerrit.libreoffice.org/36551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1a594686a704a7b0d255fd90f9c017b2318e560]

        try to fix the tests that depend on fonts
        
        This should help with some of the RandomConfig tb failures.
        
        Change-Id: I83af9c2c50fa2f3044e7507a1b902807536452dd
        Reviewed-on: https://gerrit.libreoffice.org/36581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-16  Caolán McNamara  <caolanm@redhat.com>  [ea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b]

        logging the simple message is sufficient
        
        Change-Id: I50050001f080f668bded036372feeb271da4a7c6

2017-04-16  Caolán McNamara  <caolanm@redhat.com>  [487f349184013d718fe2a82336bfe0fec1bfd612]

        return false on exception
        
        Change-Id: I478724b2842eed847c28fdd90c95ea86c80e86f4

2017-04-16  Caolán McNamara  <caolanm@redhat.com>  [14757281729c723b5527e7efd5c8e3e3bcda686e]

        coverity#1405157 Unchecked return value
        
        Change-Id: I6feb9004da5ca674533631b42a9e268ca7f1e7f7

2017-04-16  Caolán McNamara  <caolanm@redhat.com>  [b17177c63a4eac55dcdaa3006abec05ab71ca1b4]

        coverity#1405158 Wrong sizeof argument
        
        Change-Id: Ie6b7fc3d2b7d1ac709501698e55aabc72215b187

2017-04-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [715df6e9f8926e511dbdee52367ec08676f71952]

        tdf#107159 EMF+ Add support for EmfPlusDrawArc record
        
        EmfPlusDrawArc record specifies drawing the arc of an ellipse.
        
        Change-Id: I87788a9b14f518a383cbc5b804af635427e4c395
        Reviewed-on: https://gerrit.libreoffice.org/36537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-16  Julien Nabet  <serval2412@yahoo.fr>  [22c775b05b37a89e8d64e36d1ec2fb5dfbfa5259]

        cppcheck: arrayIndexThenCheck
        
        Change-Id: Ie3ca646fae94ff5a06a29fc2823a1cacafc3deb1
        Reviewed-on: https://gerrit.libreoffice.org/36575
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-16  Rene Engelhard  <rene@debian.org>  [e81a35e1a86b6492a68f52ae53c41ee624981ee8]

        bump cuppunit check to >= 0.14.0
        
        since it apparently doesn't build with 0.13 anymore since
        6f12914ddfb4d69c0267b206be654c875da17426
        
        Change-Id: I249c524f7a3aee2bfb52849a01ce1226584a9706

2017-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93e0a48d09456578527d1e498f708edbeae19667]

        first stab at replacing hard coded relationships with calls to a method
        
        Change-Id: I4d1fd6ac3d32180972d82c67a81adf4953e3a82d
        Reviewed-on: https://gerrit.libreoffice.org/32409
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d64bd4cbf652c5286272edc271f45ec447b10b8]

        remove unused function, loplugin:unreffun
        
        Change-Id: I335c2c10b8f5379b0e2d4d20355dec105072d0cd
        Reviewed-on: https://gerrit.libreoffice.org/36572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-15  Takeshi Abe  <tabe@fixedpoint.jp>  [4e29d2258c88f6127c2dac2ff7e755b063a76aa7]

        sc: Skip redundant check of emptiness
        
        Change-Id: I65f87b03588f6542cfd5597e753c1a161e1ccfce
        Reviewed-on: https://gerrit.libreoffice.org/36544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

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

        add ww2 fuzzer
        
        Change-Id: Ie1d7b73bfb6a5c08af9a00f58d204122576e8799

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

        convert form data navigator menu to .ui
        
        which has the advantage of also fixing it
        
        Change-Id: Ida23826c9ce334d517c9d70096d5fb478d53b891

2017-04-15  Caolán McNamara  <caolanm@redhat.com>  [89fbccd2ae0a0fdf1b71e37e6edac6bf85e2e766]

        these should be check buttons
        
        Change-Id: Ied247b0304cca552d55a826c8b224dc917df7a75

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

        convert form navigator menu to .ui
        
        Change-Id: Ic6de06c2b17bb65ef326d6debeff9490eec91c9e

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

        convert column menu to .ui
        
        Change-Id: I3a41b716c473a17821969f09945ac1a94b024d41
        Reviewed-on: https://gerrit.libreoffice.org/36569
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [15ac3f9f4dc65fc0c6020284064e3725956f5d0a]

        Fix vertical text and bitmap bullet rendering
        
        Change-Id: I881fce0511c81b164516d68f72c7e750687d4e0e

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [820e47fdecd47b171786d3aadef5cc77e93b795e]

        Avoid using implicit assignment operator
        
        Change-Id: If9b67d16e468f9a705140da2c7b39721b47c5799

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [bcb371b1a830442610ad7fda476eda5271427a50]

        ODF import / export of rotated text in Impress table
        
        Change-Id: I57136e32ed2db5e405a45e8e4bad1b8d459b7ae8

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [2436cf17304f25c7d34da52a321d6da0e9011d19]

        tdf#100926: PPTX import of table with rotated text
        
        Change-Id: I05a8e979ac11b179e15784023032a56edc5b569b

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a0755ab8772d01797f4945016a978a2bbd8fdf20]

        Implement RotateAngle API property for Impress table cells
        
        Change-Id: I01379c0fc21e8fe294bc882bf824f64502863ff4

2017-04-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c671094154ecec6f3ba5beea9d26ff0d2d4d86ad]

        Introduce text rotation for Impress tables
        
        * Introduce new table property for text rotation
        * Support only two rotation angle (270° and 90°)
        * Implement editing and rendering of 270° rotated
        text (90° rotation was already implemented)
        
        Change-Id: Ifc2e0f171e9c840e86b365e9af2c30aa97ecd92e

2017-04-15  Caolán McNamara  <caolanm@redhat.com>  [727bf1bdd516dc826620ea9254de1b0b76805907]

        loplugin:unreffun DelayedPaste unused
        
        Change-Id: Ib2ca1766bbc1529c3e817d082be23f76bfc0f50f

2017-04-15  Mark Hung  <marklh9@gmail.com>  [cf3cc3e1c6da6eaaba35f9daa0452b2e0e98a88d]

        tdf#106639 Don't add space if Snap To Chars of text grid is effective.
        
        SwFntObj::DrawText() don't process added space of justified text if
        Snap to Chars is effective when text grid is Lines and Chars, however
        SwTextCursor::GetCursorOfst and SwTextCursor::GetCharRect count them
        despite that and make the cursor movement irregular.
        
        Change-Id: Ic31577e207b5a033298970a831016221f99d3499
        Reviewed-on: https://gerrit.libreoffice.org/36291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-15  Mark Hung  <marklh9@gmail.com>  [25f079087fb4368b94ec3cc791fb04eeb1405bb3]

        tdf#43741 do not add space to the last character.
        
        Adding space to the last chracter make textlines extrude
        the boundary. Check SpaceStop to prevent adding space
        after hole portion or the last character.
        
        Change-Id: If252a8a57cf55752cb152aa78688157f5d528b99
        Reviewed-on: https://gerrit.libreoffice.org/35978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-15  Michael Meeks  <michael.meeks@collabora.com>  [e60bf59bbc7bc2d5265393f8001acb692136f85d]

        White-list include/ and sc/ - wow.
        
        Change-Id: I4ec50446292a0bc1be5b6358f0da7c67fac74a08

2017-04-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9f5a275a42659339ee41c4e0a4d860f2886470e4]

        Fix typos
        
        Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91
        Reviewed-on: https://gerrit.libreoffice.org/36556
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [04edc5c796c1b96e5228d0c1fcf73bcf52465b66]

        Make it easier to inspect string formula results.
        
        Change-Id: I0071dcfcf05ad4a268374a86c15be770f3b58de1

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [88b42085ab5af0f865573180e642af9b29f472e5]

        convert cell menu to .ui
        
        Change-Id: If0b17eb94a629d6a46d5fd44430e866135a4c002

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [7a01268f3fccd9cb43097f27696fec563f21b336]

        convert rows menu to .ui
        
        Change-Id: If81b5e23c1699822899c929b486850ac06776c76

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [975440b9189602b5a10059d892cb09e6849148f7]

        convert group sort context menu to .ui
        
        Change-Id: I8ad51ef49cc0f869efd09b95d3dc11f201e8ee61

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [bde543032d44bf31dfe291995ce8cae3ab8d677a]

        remove methods that were never called
        
        Change-Id: I5a841e1cd2bcd2766e51bb5944b992b5de51c7b6

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [6b55bfe5659a2160e69a8dc255caabf3cc10c437]

        the context menu has only DELETE in it
        
        Change-Id: Ib581011e4f3adda8b6f81d1c2cbdf5de5da80f55

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [aca25d6123da5e6da9b3f25ac0347a479b1d5526]

        convert function menu to .ui
        
        Change-Id: I6ff1ccc0fb20c638c7bdb587c8fe81a710a49d21

2017-04-14  Jens Carl  <j.carl43@gmx.de>  [c2511f27768341e33b452429b6dac38efa039804]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/
        
        Change-Id: Ie82178842f6d9e4b2b1f4cac1bcee1e8a5b8b957
        Reviewed-on: https://gerrit.libreoffice.org/36547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-14  Jens Carl  <j.carl43@gmx.de>  [0fb007a2b719ff03b8b36cb18919b04eede67c19]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/
        
        Change-Id: Ib85027a2f456395d99a1a0bbf8919fddbfd028bd
        Reviewed-on: https://gerrit.libreoffice.org/36549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [9df643781504e38c8a9f8f3ceda268677c1c4f02]

        convert other gallery menu to .ui
        
        Change-Id: Ib67c0e1822e32349ef5bc84fdf513276ad859e98

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [c4462e7858297a81da24a4362621b0142c2cc7ed]

        GalleryBrowser2::Dispatch is always used with just MN_ADD
        
        Change-Id: I295738e3114fe033df50dcd6787f56d846fe5ce4

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [c908096d9e0ffd9c869bb6431f15b5ac15280b35]

        convert gallery menu to .ui
        
        Change-Id: I69b7b9d06d01c205dc1906578d590c17c4eab460

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [cf8c82e1abd1961dcb88446acb84e70ca94819cf]

        convert annotation menus to .ui
        
        Change-Id: If827a4fb31473bf60d7619f83a5399939cdfc57a

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [11c59d1895064cdaaaaa25abfbaf04493807fed8]

        convert image map menu to .ui
        
        Change-Id: Ie6c2f49dbc1e4a436bf61906c1361cc593ad37f5

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [9a27902bbcfc7455d068167d8abc9645e2687ba1]

        ubsan: only cast when necessary
        
        the item may be INVALID_POOL_ITEM if we're not in the bDefaultOrSet cases
        so only cast when we need to
        
        Change-Id: I127d5be0adcc0d3ad5881b2a386b8a2b69e7d3f0

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [c6e96bb4519176edc8668e5a8ec20b43863cd61b]

        rework POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
        
        don't create a menu in order to copy certain entries under certain
        conditions to another menu, just insert the specific entries
        from more elemental parts
        
        Change-Id: I2254753fdc374742422afdb40fed7e78ae5dfbb2

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [f1489399d50070c17ca7cbf4fa6b67a2bb307c66]

        convert fileview context menu to .ui
        
        Change-Id: I4631b4fa0312c6548a1176872e3a836d377f518c

2017-04-14  Szymon Kłos  <szymon.klos@collabora.com>  [0b31912b1df719c5507b22a2f63086cb8921f597]

        AutoText: .dotx files visible when import
        
        Change-Id: Idd2cdd9696a15ca5a215fc42b46cc470c4c25a28
        Reviewed-on: https://gerrit.libreoffice.org/36550
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
        Tested-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [6f20cb94640224c47efa0a9de8ee757260ba3771]

        convert style context menu to .ui
        
        Change-Id: Ie72a1ecb91ddbbf2230ff2a56e361af98898d730

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [3e535baddc534fbb183d763b3a70f457117ceb83]

        only one button should have has_default set
        
        Change-Id: If47aa714e34d4acd7a9fc2e3f600ad4de847cdda

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [8cbec30fcdb16bac41c7dd2ebc9667cd3a71f699]

        convert bookmark menu to .ui
        
        Change-Id: I7b62c3234fd986a0648b9a543d0e44a922ee15e4

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [32f34f0d1be9ea2c80772ba386b1df3a5a42d86d]

        remove the remaining unused mouse cursors
        
        which are not used by us directly or aliases of published awt constants
        
        Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [185bb1b6bb792d9d18b4934eacdda48cb551e355]

        document that PointerStyle and css::awt::SystemPointer are linked
        
        Change-Id: Ic4a91520fe6c43f1a602e307fbcb0eb89e4f60bb

2017-04-14  Mark Hung  <marklh9@gmail.com>  [94b1cc2b68a7ac784c041405063b3861bbdf2bb1]

        tdf#106736 do not insert kern portion before tab portion.
        
        Postion of SwTabPortion is set in constructor and is not
        expected to change later. If it is changed later, overflow
        will make the line full and push the content to the next line.
        
        Change-Id: I75fa9842c2c5bc0c2c16f9c5c17c43cdf88ea6ff
        Reviewed-on: https://gerrit.libreoffice.org/36061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d490729a0fe23fd78bf84d51ea871644999f5871]

        sfx2 lok: use auto when initializing with a cast to avoid duplication
        
        Change-Id: I4e462e9355db3ae44deb0762f019f097f8550eb2
        Reviewed-on: https://gerrit.libreoffice.org/36548
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [ada1ac86de4c8696b7ef061d671bf19917af3998]

        ucpgvfs is gone a long while
        
        which presumably means these files should really be removed ?
        
        Change-Id: Ibc12bdb1e2dcf53b74506798e71a016a3e884043

2017-04-14  Caolán McNamara  <caolanm@redhat.com>  [77d78b339133b4f8bc50a22cede661becc2b565b]

        revert removal of apparently unused mouse cursors
        
        partial revert of...
        
        commit 65b7b6322b662785bf032e66c76abc36c9a2bb0e
        Date:   Wed Feb 8 10:40:28 2017 +0200
        
            loplugin:unusedenumconstants read-only constants in vcl
        
        because we cast the com::sun::star::awt::SystemPointer values to PointerStyle
        in VCLXPointer::setType and we've at least lost the PEN as used in the
        slideshow context menu's pen mode
        
        "toolkit/source/awt/vclxpointer.cxx" 74L, 2181C
        
        Change-Id: I5ef677f70ebc491b50403de0f92179ea4ae3bb14
        Reviewed-on: https://gerrit.libreoffice.org/36526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-14  Takeshi Abe  <tabe@fixedpoint.jp>  [222cf76001d835961537214eba38037ef40a8aa0]

        starmath: size() > 0 -> !empty()
        
        Change-Id: Id7c73870f58ebf04c2703cdf8b3d0ffe258b2c0d
        Reviewed-on: https://gerrit.libreoffice.org/36545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7b159d79c2b4ec53915e0b9c3e28912c289a5ba]

        remove the old collaboration feature based on telepathy
        
        Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485
        Reviewed-on: https://gerrit.libreoffice.org/36542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f12914ddfb4d69c0267b206be654c875da17426]

        update cppunit to 1.14.0
        
        Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2
        Reviewed-on: https://gerrit.libreoffice.org/36499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f15a69bd57e578ca607f14cb62f29a16986b96e6]

        vcl PDF import: don't assume larger offset -> newer trailer
        
        Usually when the PDF file contains incremental updates the updates are
        appended at the end of the document. But this is not required, the
        various trailers can be in any order. Make sure that we look at the last
        trailer (logically last, not the one with the largest file offset) when
        looking for pages.
        
        Change-Id: Idcd85a7c6bbf08c9436dd73933d79cdb683f482c
        Reviewed-on: https://gerrit.libreoffice.org/36527
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-13  Michael Stahl  <mstahl@redhat.com>  [df556aa47da22f96b3fcd356c12419d3035cba3c]

        tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()
        
        As it happens this DirectWrite stuff is using some thread pool
        internally, and that must be shutdown before exit(), as Win32 will
        terminate all other threads at that point, and then the thread pool
        wants to talk to threads that don't exist any more.
        
        https://blogs.msdn.microsoft.com/oldnewthing/20120427-00/?p=7763/
        
        So convert this from a global variable that is deleted from DllMain()
        to a member of SalData, so it is deleted from DeInitVCL().
        
        Change-Id: I51408a07c78758cf0c193ab66b9214d0c9dbd9e3

2017-04-13  Jan Holesovsky  <kendy@collabora.com>  [2fd2a7f9b3a866cf4d31f9b496d8f6fd221d75e8]

        Don't crash when deleting a non-existing comment.
        
        Change-Id: If03f19c988f4c7ba6dfe1d3058c71ec11cd1b732

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [608e93bce9d72ccabadeb6707f9a29c3499fd32e]

        convert DateFormat to scoped enum and rename to DateOrder
        
        Change-Id: I71d7a7755a5c20d5146d1ad7e96ca22b7823173a
        Reviewed-on: https://gerrit.libreoffice.org/36517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [fe62003caabf7665d41085c5d16f177f8186fce4]

        tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform record
        
        The EmfPlusScaleWorldTransform record performs a scaling on the current world space transform.
        
        Change-Id: I03717b28a88d574d597174c6ca3446f937c96a15
        Reviewed-on: https://gerrit.libreoffice.org/36320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [572663345531f8485b783f7d80bf51836550b8c4]

        tdf#39053 EMF+ Draw an extra line between the last point and the first point.
        
        The EmfPlusDrawlLines record specifies drawing a series of connected lines.
        Bit 0x2000 indicates whether to draw an extra line between the last point
        and the first point, to close the shape.
        In this commit support of additional line which close shape was added.
        
        Change-Id: I47ae3d8003cbfdd5b8ff5ba78e1ebe10f97af04b
        Reviewed-on: https://gerrit.libreoffice.org/36317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [fcb32f1cbc335a953cea62f66b9f50170263fb56]

        tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform record
        
        The EmfPlusTranslateWorldTransform record performs a translation
        on the current world space transform.
        
        Change-Id: I3e5744060c8a6d758bcc2804c6798e0208d2191f
        Reviewed-on: https://gerrit.libreoffice.org/36287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [747a4f30d2e6b44e31854849be30295cca25af5b]

        convert slideshow context menu to .ui
        
        Change-Id: I2e15f649ef628903899b5351bd52fc85b50fde8d

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [13180e0c7cdfbaa86b8380fe7e8966f8ebaf1e00]

        Use std::unique_ptr<JavaInfo> in createJavaInfo
        
        Change-Id: Ie39c40e0fd05f75e734d8cd2d33a7fb13c746f77

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [f276171835c7b820ba271e7d3c28d6704ec823b0]

        Use std::unique_ptr<JavaInfo> in jfw_plugin_getAllJavaInfos
        
        Change-Id: I2beb95c42c666a788a87a45f59bc15ccfcf25aa6

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [8d475bb13fa44a3a2385635dfbc49ab1b2765dd1]

        Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoByPath
        
        Change-Id: I3511eaa12bb689a374a775204a3480d7c667a915

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [74315cbccf13b578551390762d5efc0a30c2d65b]

        Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfoFromJavaHome
        
        Change-Id: I8be48d1eec799f347a5edaa67837cf1bbf4d2cc3

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [626dec44e33727a56353efb7f4eee83e93bc2f3d]

        Use std::unique_ptr<JavaInfo> in jfw_plugin_getJavaInfosFromPath
        
        ...thereby fixing a memory leak
        
        Change-Id: I1aa91eeb407987abcdaa5221f4abd447f881c5d2

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [6925007c2a86d45a8d71f08ef46e56bb3eda21e3]

        Simplify jfw_findAllJREs
        
        ...dropping remaining uses of CJavaInfo
        
        Change-Id: I76afd5af927233712181f58b14fe6f4c1a9c15c2

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [77e5a6d857bd3a1a6a59891aab9b5d9bb9bc85cf]

        Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>
        
        Change-Id: Ib659d6edf362901a95cfb50ac008520805ad0fb0

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [2767dcc7b2dd4c82981ffdae74547223162c71ff]

        Replace a use of CJavaInfo with std::unique_ptr<JavaInfo>
        
        Change-Id: I89cb19969285200a61c47d29e819a50845fa692b

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [41a20d3b3750fa6eeb8061af9dd25723d4698feb]

        More std::unique_ptr<JavaInfo> lifecycle management
        
        Change-Id: If53347633ec4b2f8c2b221ba2057e0c38fa97b67

2017-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [316536b2e8da23d9f91d75f79cf64b0bf21f84aa]

        external: mark pdfium / system-zlib patch as upstreamed
        
        Change-Id: I65709e73b36561b2214f148327baa38fe8a99ad1

2017-04-13  Yousuf Philips  <philipz85@hotmail.com>  [78869ad9d4c904e665529befe5181ea5121fba1d]

        tdf#87538 New standard color palette
        
        Change-Id: Ie8d3ea0e085d0dfaeb0015596bfe4d2eacb6fc0c
        Reviewed-on: https://gerrit.libreoffice.org/36202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-13  Tor Lillqvist  <tml@collabora.com>  [1391f3702a3daaefc67a8ee4b62ac38959db283f]

        Make the testTdf106974_int32Crop pass on my Mac
        
        For some reason, on my Mac the Right value is 41226, both times the
        function gets called. (On my Linux box, it is 46387 and 46394.) So
        compare to 41000 instead of 46000.
        
        Or would it be better to just bypass the test on macOS, as we already
        do for other tests in this file...?
        
        Change-Id: I71e292d42a2a956fbd28eb47fc5bfe3c7d849efe

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [cf4ac0f731a42ea2ae97aba4d78ae53b49844888]

        convert font style menu to .ui
        
        Change-Id: I3c66c59dcf55276bf340645206422c0cf7396b04

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [a756bd31dd2da1ef134d80b2dc276cb0be228aba]

        convert rotate menu to .ui
        
        Change-Id: I2740862b10bb065a6fdd64a23afb6b1b9571109d

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [a713544b18383c6e5e8d887695e587c2e1b7335a]

        convert the scale menu to .ui
        
        (see tdf#48918 for what's needed to enable the grow/shrink entry so
        this can be seen)
        
        Change-Id: Ib36907695eb068a22052d08467739e433b240a40

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [3f2b80579831e400a4a454ce8b2677fb1e08dfb3]

        convert font size popup to .ui
        
        Change-Id: I1b1b08c3d2a3e628cce1055e0e5cdbda1549b6cc

2017-04-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e74f1d5ae6da4f4d24ab96bca022cefec410db4]

        fix issue related to using namespace with pch
        
        Just don't use using namespace at all. It is just causing in issues.
        
        In this case the using namespace basegfx; makes references to
        tools::Rectangle ambiguous with references to ::tools and
        ::basegfx::tools as options.
        
        Found by RandomConfig tb run #377.
        
        Change-Id: I0c2bacee0da44532045c13004d22477681f4ff25
        Reviewed-on: https://gerrit.libreoffice.org/36498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [31dc11e7e34f112d37d34aa0700d413e052d1928]

        add VBA test cases
        
        tests:  ISARRAY, ISDATE, ISEMPTY, ISERROR, ISMISSING,
        ISNULL, ISNUMERIC, ISOBJECT, JOIN, LBOUND, LCASE
        
        Change-Id: I0b0dacd0d62bf00680f33866ce7ec0152eec27e0
        Reviewed-on: https://gerrit.libreoffice.org/36509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [e72f3ce68e18ac604469ce5e856341a469af27ff]

        ofz: header has to be at least 1 pair long
        
        Change-Id: I5725048519a2b68265e90d12b1e4bcb506c56fc2

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [fb8f2313ba539f585de418a9a37e2a245a8def92]

        effect start entries should be radio buttons
        
        Change-Id: I7ed3bbb83930d3989a4bc4e6684b5cc4811cd836

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [af50fddf5e49514fd6f730521f9bd914af30fd1d]

        convert effects menu to .ui
        
        Change-Id: I7c6d060e8d8ccd033e5093fc03cb19d9efe7877d

2017-04-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4682cd9a9409a9faa86e5d30bd778bef1459b4fc]

        fix link to libjbeg-turbo's BUILDING document
        
        svn.code.sf.net is no more...
        
        Change-Id: I135b557dc8d15da2b55bf74da38b79cf87d46734

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [46990e5e92e305ecafbafea0daf6d388d74e14c4]

        crybaby compiler
        
        Change-Id: Icb5ef45cdbb06cab54afd0724365a215f3e780eb

2017-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [2e7c94f5054dec4ab19c44209136c886793f0acb]

        tdf#107034 EMF+ Add support for import EmfPlusDrawPie record
        
        The EmfPlusDrawPie record specifies drawing a section of the interior of an ellipse.
        
        Change-Id: Icd9d64117cc612d348c531932931f31e4d04e567
        Reviewed-on: https://gerrit.libreoffice.org/36286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [9b693d896bf9a08cd8987e483f5269d6f2be1fd3]

        tdf#107019 EMF+ Add support for import EmfPlusRecordTypeDrawBeziers record
        
        EmfPlusDrawBeziers record defines the pen strokes for drawing a Bezier spline.
        
        Change-Id: I6ae08a861bcbadd373741781af0011528947243e
        Reviewed-on: https://gerrit.libreoffice.org/36280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [171477fb08e4b27b9659dc93bbd18480ab4930a7]

        convert master page menus to .ui
        
        Change-Id: I7ab0ad0f3216b69966f5ff345b052762993eb666

2017-04-13  Michael Stahl  <mstahl@redhat.com>  [26dcda4cc1f04e1c11e82f9136a0678e4c72bed8]

        sw: revert another gb_CppunitTest_use_instdir_configuration
        
        Change-Id: I82410b583da003a4b7b7b7395545677e83ad7676

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [777ed3ffd8ee46997fa74442b46205fc8eca2cde]

        convert ControlModification to scoped enum
        
        Change-Id: Ia81f1d9f27fb91b831c2ffc3572e119946b085d1
        Reviewed-on: https://gerrit.libreoffice.org/36505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [a8b366af313a4ffd0ae5766cf4fc281c7efc83f3]

        convert taskpane layout menu to .ui
        
        Change-Id: Id5ecde3bc38a6d4c3dd15354c64d7b5e52712093

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [a10b4fd2bc08651d47bdb19bb8ab9c1f8f3d4851]

        convert annotation menu to .ui
        
        Change-Id: Id15e1c2040d3d202e90984888598da4426b5fec4

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [7bf1e66ac51a582527b35b852586cf7474bc7ba8]

        convert AX_FONTDATA to o3tl::typed_flags
        
        Change-Id: If51119fbdde4b1d923b794d126fdae99ca238f81
        Reviewed-on: https://gerrit.libreoffice.org/36463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [93d58279cd56fd026db4dfb68d04fc22edba1abc]

        Related tdf#105922: step increment is a property of the shape
        
        not of the gradient. Therefore don't reset selection in the gradient
        list if step increment changes.
        This hopefully fixes also the failing UI test
        
        Change-Id: Ia3da23d80ee9601b40309a2f213bd3b2c850ff5a
        Reviewed-on: https://gerrit.libreoffice.org/36508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [4f282bba62b772286bb61931cd87eb05af832d65]

        Avoid unnecessary, wrong downcast causing UBSan failure
        
        ...in CppunitTest_sd_svg_export_tests:
        
        > sd/source/ui/sidebar/SlideBackground.cxx:168:45: runtime error: downcast of address 0x6130001f4300 which does not point to an object of type 'sd::DrawViewShell'
        > 0x6130001f4300: note: object is of type 'sd::slidesorter::SlideSorterViewShell'
        >  47 02 00 72  70 f0 5b e6 d5 2a 00 00  b0 07 1c 00 b0 60 00 00  c0 de 64 00 10 61 00 00  10 5c 84 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'sd::slidesorter::SlideSorterViewShell'
        >     #0 0x2ad5e3397b34 in sd::sidebar::SlideBackground::Initialize() sd/source/ui/sidebar/SlideBackground.cxx:168:45
        >     #1 0x2ad5e339edb9 in sd::sidebar::SlideBackground::SlideBackground(vcl::Window*, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, SfxBindings*) sd/source/ui/sidebar/SlideBackground.cxx:132:5
        >     #2 0x2ad5e331b220 in VclPtr<sd::sidebar::SlideBackground> VclPtr<sd::sidebar::SlideBackground>::Create<VclPtr<vcl::Window>&, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, SfxBindings*&>(VclPtr<vcl::Window>&, sd::ViewShellBase&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, SfxBindings*&) include/vcl/vclptr.hxx:165:46
        >     #3 0x2ad5e3311855 in sd::sidebar::PanelFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sd/source/ui/sidebar/PanelFactory.cxx:129:20
        >     #4 0x2ad5e331209a in non-virtual thunk to sd::sidebar::PanelFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sd/source/ui/sidebar/PanelFactory.cxx
        >     #5 0x2ad6367c1547 in (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/uifactory/uielementfactorymanager.cxx:445:39
        >     #6 0x2ad6367c7e0a in non-virtual thunk to (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/uifactory/uielementfactorymanager.cxx
        >     #7 0x2ad5ecce51d6 in sfx2::sidebar::SidebarController::CreateUIElement(com::sun::star::uno::Reference<com::sun::star::awt::XWindowPeer> const&, rtl::OUString const&, bool, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:853:32
        >     #8 0x2ad5eccdd678 in sfx2::sidebar::SidebarController::CreatePanel(rtl::OUString const&, vcl::Window*, bool, sfx2::sidebar::Context const&, VclPtr<sfx2::sidebar::Deck> const&) sfx2/source/sidebar/SidebarController.cxx:794:43
        >     #9 0x2ad5eccdb394 in sfx2::sidebar::SidebarController::CreatePanels(rtl::OUString const&, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:626:41
        >     #10 0x2ad5eccd8b60 in sfx2::sidebar::SidebarController::CreateDeck(rtl::OUString const&, sfx2::sidebar::Context const&, bool) sfx2/source/sidebar/SidebarController.cxx:579:9
        >     #11 0x2ad5eccd1ddb in sfx2::sidebar::SidebarController::SwitchToDeck(sfx2::sidebar::DeckDescriptor const&, sfx2::sidebar::Context const&) sfx2/source/sidebar/SidebarController.cxx:709:5
        >     #12 0x2ad5eccc085a in sfx2::sidebar::SidebarController::UpdateConfigurations() sfx2/source/sidebar/SidebarController.cxx:497:13
        >     #13 0x2ad5eccbd19c in sfx2::sidebar::SidebarController::notifyContextChangeEvent(com::sun::star::ui::ContextChangeEventObject const&) sfx2/source/sidebar/SidebarController.cxx:283:9
        >     #14 0x2ad635ccddb9 in (anonymous namespace)::ContextChangeEventMultiplexer::BroadcastEventToSingleContainer(com::sun::star::ui::ContextChangeEventObject const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) framework/source/services/ContextChangeEventMultiplexer.cxx:269:27
        >     #15 0x2ad635cbf240 in (anonymous namespace)::ContextChangeEventMultiplexer::broadcastContextChangeEvent(com::sun::star::ui::ContextChangeEventObject const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&) framework/source/services/ContextChangeEventMultiplexer.cxx:248:5
        >     #16 0x2ad5f8402a60 in ContextChangeEventMultiplexer::NotifyContextChange(com::sun::star::uno::Reference<com::sun::star::frame::XController> const&, vcl::EnumContext::Context) svx/source/sidebar/ContextChangeEventMultiplexer.cxx:49:27
        >     #17 0x2ad5f840365f in ContextChangeEventMultiplexer::NotifyContextChange(SfxViewShell*, vcl::EnumContext::Context) svx/source/sidebar/ContextChangeEventMultiplexer.cxx:59:9
        >     #18 0x2ad5e39cf523 in sd::slidesorter::SlideSorterViewShell::Activate(bool) sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx:491:5
        >     #19 0x2ad5eb47a74d in SfxShell::DoActivate_Impl(SfxViewFrame*, bool) sfx2/source/control/shell.cxx:313:5
        >     #20 0x2ad5eb23872e in SfxDispatcher::DoActivate_Impl(bool) sfx2/source/control/dispatch.cxx:743:42
        >     #21 0x2ad5ed40c884 in SfxViewFrame::DoActivate(bool) sfx2/source/view/viewfrm.cxx:1038:20
        >     #22 0x2ad5ea87d3a7 in SfxApplication::SetViewFrame_Impl(SfxViewFrame*) sfx2/source/appl/app.cxx:319:21
        >     #23 0x2ad5ed40c66e in SfxViewFrame::SetViewFrame(SfxViewFrame*) sfx2/source/view/viewfrm.cxx:3026:19
        >     #24 0x2ad5ed42b2ca in SfxViewFrame::MakeActive_Impl(bool) sfx2/source/view/viewfrm.cxx:1648:21
        >     #25 0x2ad5ed35e8ac in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) sfx2/source/view/sfxbasecontroller.cxx:1303:33
        >     #26 0x2ad5ed356d7d in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/sfxbasecontroller.cxx:568:13
        >     #27 0x2ad5ed2cf594 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:601:18
        >     #28 0x2ad5ed2c3f76 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:718:13
        >     #29 0x2ad635c30b85 in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1081:37
        >     #30 0x2ad635c183d2 in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:370:20
        >     #31 0x2ad635c11742 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:156:14
        >     #32 0x2ad635e0eb3e in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:619:12
        >     #33 0x2ad635e0ed2a in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx
        >     #34 0x2ad608cfb20d in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
        >     #35 0x2ad5d04f8d4b in SdSVGFilterTest::loadURL(rtl::OUString const&, char const*) sd/qa/unit/SVGExportTests.cxx:52:23
        >     #36 0x2ad5d04f7343 in SdSVGFilterTest::load(char const*, char const*) sd/qa/unit/SVGExportTests.cxx:42:16
        >     #37 0x2ad5d04f4b70 in SdSVGFilterTest::executeExport(char const*) sd/qa/unit/SVGExportTests.cxx:88:9
        >     #38 0x2ad5d04e9cbf in SdSVGFilterTest::testSVGExportTextDecorations() sd/qa/unit/SVGExportTests.cxx:94:9
        >     #39 0x2ad5d050f35b in CppUnit::TestCaller<SdSVGFilterTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #40 0x2ad58b98fd8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #41 0x2ad5a4be5b0f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14
        >     #42 0x2ad58b94e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #43 0x2ad59b56214f in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #44 0x2ad58b94e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #45 0x2ad5977fc351 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #46 0x2ad58b94e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #47 0x2ad58b8cc350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #48 0x2ad58b94e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #49 0x2ad58b94ae70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #50 0x2ad58ba0a0f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >     #51 0x2ad58b98dfa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #52 0x2ad58b9927a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #53 0x2ad58b991819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #54 0x2ad58b9927a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #55 0x2ad58b991819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #56 0x2ad58ba485c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #57 0x2ad58ba0840d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >     #58 0x2ad58ba4989b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #59 0x532fb4 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:306:20
        >     #60 0x52e7c3 in sal_main() sal/cppunittester/cppunittester.cxx:456:20
        >     #61 0x52cb6f in main sal/cppunittester/cppunittester.cxx:363:1
        >     #62 0x2ad58d5fa400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #63 0x438019 in _start (workdir/LinkTarget/Executable/cppunittester+0x438019)
        
        Change-Id: I254114df2a8698cb0496dd243efdd8e3536729fd

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [f17489f80020dfd7a9de66c0d580dcf23f7d3c09]

        ofz: fix leak
        
        this is still an ugly beast, but at least its new/delete on the same
        type now
        
        Change-Id: I7560eb30c2a43f2cf56a956144fbec66d7d163a6

2017-04-13  Pranav Kant  <pranavk@collabora.co.uk>  [291ec5e9708352a1d98c54814dad8db7ce38fdb9]

        sc lok: Add/Remove comment uno undo/redo
        
        Change-Id: I34a32ebecae44fd80789ed7daf13f31b181cd4c0

2017-04-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2a85c282bce210fd09d05c73ba9b9b49c2362c0e]

        add STDEVPA test case
        
        Change-Id: Ic90116cab083a193c8888c1765d0612c7ffb1855
        Reviewed-on: https://gerrit.libreoffice.org/36490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [611f536e0ee527115203e3bdef687b05dd6c8e84]

        xmlsecurity: remove unused ImplXMLSignatureListener::signatureVerified()
        
        ImplXMLSignatureListener doesn't have to implement
        XSignatureVerifyResultListener, signatureVerified() is only called at
        SignatureVerifierImpl::notifyResultListener(), on an object set by
        SignatureVerifierImpl::addSignatureVerifyResultListener(). But
        addSignatureVerifyResultListener() is only called from
        XSecController::prepareSignatureToRead() where the argument is of type
        XSecController.
        
        Change-Id: I6741e6a4ce5cf800b09189cd8b7814cd72d602ab
        Reviewed-on: https://gerrit.libreoffice.org/36504
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [0b42e895efd1d456b0deee4949644f9d20e622ab]

        static cast following dynamic cast
        
        Change-Id: I34575121851f6b9629fdf2f3dae10be74dc27744

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f52535f433ddeac304d2b789a65b5031d1c7d1bb]

        convert TableChgMode to scoped enum
        
        Change-Id: Ib667b15a878bb59cdfe80e9692b31afda85ec5b7
        Reviewed-on: https://gerrit.libreoffice.org/36475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Vitaliy Anderson  <vanderson@smartru.com>  [d9febd5d725f1a17e7b64e2c44de189144ab4f9c]

        PropertyMap.cxx: Indents and formatting
        
        Change-Id: Ibd27ecf4d06f3982ae703f5e2fd01f063ce8f409
        Reviewed-on: https://gerrit.libreoffice.org/36444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ed4473abc1700cbd5c407d09f769fb1c7cdc0bfd]

        VBA tests - INSTRREV, INT test case
        
        Change-Id: I220b8dd57927486b697b46777e20db7d2f53e487
        Reviewed-on: https://gerrit.libreoffice.org/36486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-13  Caolán McNamara  <caolanm@redhat.com>  [3b9b4ca5d3aa15d51d6b54a5f5f23967f1666889]

        ofz#1062 ensure cshape lifecycle matches expectations
        
        Change-Id: I586e9b3546516a0f05d86b2f7dd93e7c292a6795
        Reviewed-on: https://gerrit.libreoffice.org/36298
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-13  Tor Lillqvist  <tml@collabora.com>  [25d2b02f452d7c27d02a93f5ad26d0b3834c0d84]

        Look for msi*.exe in configure in one more place (where they are in my case)
        
        Not sure if the build would actually find them later when needed, but
        as I typically don't build with --with-package-format=msi, I assume
        that the MSI tools won't be used.
        
        Change-Id: I808cbed152c7a1ba4e9222650b731548dc2a54a8

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [88917210aae25d634f22fed9c916659f3515135a]

        convert BKM_TYPE to scoped enum
        
        Change-Id: Ib68da24186cdfa556ca3a36ebc1c43d483cff048
        Reviewed-on: https://gerrit.libreoffice.org/36477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [518cf484c7aed6cd09c7db4a19d16fbf72d25e3b]

        convert TableMergeErr to scoped enum
        
        Change-Id: Ie3d15845e47c514411baadecff92025f3e0c4e21
        Reviewed-on: https://gerrit.libreoffice.org/36476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [890d6790715c4c3f3565b476d538643f04dc6936]

        convert TableChgWidthHeightType to o3tl::typed_flags
        
        Change-Id: I9009f3302f4d117744d80f8816ddd177bae6639d
        Reviewed-on: https://gerrit.libreoffice.org/36460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [5b6b0bb47aae0dfafb09f4ccf794a921e3717055]

        Remove support for cross-building .msi on Linux
        
        ...which is no longer needed after 8646ab97dc37c0606b19057686bf3d610f9c15ee
        "Remove MinGW support".  This effectively removes the commits
        8251cd1936af5047c817adf88333fef31031c506 "Call uuidgen without -n when cross-
        compiling", e8ddf693e69ea768e4cb1bd4c0445990149af07d "Cross-compiling-msi-
        related changes; not finished", 60865562c89f2d9a5d157f809e401d725dee9a86 "We
        have to add the path to solver for the msi* tools when cross-compiling", and
        61b1c24615445d7677dbfe4a702d3dd97eaa4939 "More full paths for cross msi* tools"
        (while 8429bd67715a33751f4cfd50cb4be0346d78ee65 "Make the relativisation of the
        path working even on Linux" from amidst them is probably "harmless").
        
        Change-Id: I0b9be32babdf6db83e2093eafd556c875910d92b
        Reviewed-on: https://gerrit.libreoffice.org/36471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d2e0f12a573fe3629180ece41c4f132d4914b475]

        add ZTEST, Z.TEST test  case
        
        Change-Id: Icecc7fb4d61efbc9ccd2f3da8b263384fd5858a3
        Reviewed-on: https://gerrit.libreoffice.org/36489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-13  Stephan Bergmann  <sbergman@redhat.com>  [1a2afa01c98b6edefaaf18590d6e55c3a9731920]

        Simplify passing options to jfw_startVM
        
        Change-Id: Idac31e282fe4df69449298a03d491473e460c742
        Reviewed-on: https://gerrit.libreoffice.org/36495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3c3f7d784eadd60c053284ec2835675f158d4156]

        Removed duplicated includes
        
        No automatic tools. Manual checked and tested.
        
        Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
        Reviewed-on: https://gerrit.libreoffice.org/36371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3a572975704a0d01e458191e8d66ff20ef60e4a8]

        tdf#92650: add a unit test for this.
        
        Also add a modern C++11 version of checkOutput(), which should be
        used instead of the older variant that is a template function.
        
        Change-Id: I64706baf531c557c3631c998122515e40d555cf6
        Reviewed-on: https://gerrit.libreoffice.org/36497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d588e65021ad3d00a91a2732b2a6cf4c59b3534]

        tdf#92650: handle overwritten references correctly in undo.
        
        Change-Id: Idc3fbd78f8163c97a9cd80a3ff474b6da0349353
        Reviewed-on: https://gerrit.libreoffice.org/36496
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-13  Eike Rathke  <erack@redhat.com>  [b9573789b5f47d67e4cb881aaa0fbdb3cb25fb31]

        finally switch the workaround off
        
        Change-Id: I284292a2749c2b38ef874315d5b526e403d578e8

2017-04-13  Eike Rathke  <erack@redhat.com>  [6c0e633e79e3a8af075ddc17e98ff390e66cd496]

        turn assert into SAL_INFO
        
        The old assert conditions don't hold anymore since removeFromDrawPageAndFree()
        only deletes the SdrCaptionObj on the last refcount, but info can be useful.
        
        Change-Id: I456149b8799a0509dcd7a2da09d627fb0de1a912

2017-04-13  Eike Rathke  <erack@redhat.com>  [06e427c24d75311c0ab79d2da586b961881db766]

        control deletion of SdrCaptionObj within ScCaptionPtr by refcount
        
        I guess this is about the first time ever that repeated Undo and Redo of
        Cut&Paste of a cell comment does not crash..
        
        Change-Id: I493a0a5439efde133a07d73ddcbcdf5bda4bc276

2017-04-13  Eike Rathke  <erack@redhat.com>  [6b4b2752fa876c219ee37a799b64211529f950e2]

        bail out early if there is no caption to remove
        
        Change-Id: Id08d82751560092fd6225131970f607dbb2e4801

2017-04-13  Eike Rathke  <erack@redhat.com>  [2780f44627e487761c1f37f6475239bca6a262e0]

        in RemoveCaption() forget() instead of reset(nullptr)
        
        Change-Id: Id97d4d97c1d46ac6de6198515756a0786a54626e

2017-04-12  Johnny_M  <klasse@partyheld.de>  [57bdeafc092ae75b8b4c0fb0e5ec4660d96e3de8]

        Updated core Project: help  958daee8ba1a708cfb5eaa3811078500e653f88e
        
        Fix measurement unit conversion reference
        
        1. Following pages were incorrectly referring to
        https://help.libreoffice.org/Common/Frequently-Used_Buttons#metrik instead of
        https://help.libreoffice.org/Common/Conversion_of_measurement_units#metrik :
        
        - https://help.libreoffice.org/Common/Page (in "Related Topics" at the bottom)
        - https://help.libreoffice.org/Math/Font_Sizes (in "Base size")
        
        Note: Following pages already use the correct reference:
        
        - https://help.libreoffice.org/Calc/Optimal_Row_Heights (at the top;
        http://opengrok.libreoffice.org/xref/help/source/text/scalc/01/05030200.xhp#41 )
        
        - https://help.libreoffice.org/Calc/Optimal_Column_Width (at the top;
        http://opengrok.libreoffice.org/xref/help/source/text/scalc/01/05040200.xhp#42 )
        
        - And other - see
        http://opengrok.libreoffice.org/search?q=%23metrik&project=help&defs=&refs=&path=&hist=
        
        2. While at it, also added the same reference to the place which was
        incorrectly meant as reference before:
        
        - https://help.libreoffice.org/Common/Frequently-Used_Buttons#Metrics
        
        Change-Id: I827ff047bfb2426ff1192e90a5361ab05198a7f8
        Reviewed-on: https://gerrit.libreoffice.org/35997
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [9f565f5cb628dcd32b05be7079dd5482e5cc19b9]

        can use gb_CppunitTest_use_configuration and still access .ui files
        
        after...
        
        commit 506cab1a01b0481d0831a7a692a26dc5a5b55e91
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Apr 12 16:14:10 2017 +0100
        
            take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR
        
            Change-Id: I9cffdc092206c038da32a32a2cfe629e68b5c258
        
        Change-Id: I906d16037cdf0b9203a4120cb1a5e9846a5c7b7f
        Reviewed-on: https://gerrit.libreoffice.org/36482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Szymon Kłos  <eszkadev@gmail.com>  [76fbd18a515e531f1d238ab0b405212a032c53f2]

        Notebookbar: remove dependency between all containers and IPrioritable
        
        Change-Id: I92bff0d68470763c88172744e82d9b5915ffb6f1
        Reviewed-on: https://gerrit.libreoffice.org/36387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [c5603ba6d9d97d62d68cdbda4e2f06527db7092e]

        ofz: avoid oom
        
        Change-Id: I64dd130f618ea18b802117b7a2cf0eeb8f271046

2017-04-12  David Tardon  <dtardon@redhat.com>  [77546ec3587c831846829f6635d91f0d1dd47e27]

        drop obsolete check for boost/function.hpp
        
        Change-Id: I95b968b7ba13481d246fde7471b02f821372e1fd

2017-04-12  Vitaliy Anderson  <vanderson@smartru.com>  [66f71c7e8b68a3e35e258ff1131f5e3d27fd9e85]

        NumberingManager.cxx: remove unused
        
        Change-Id: I43266bba61ae95386383b7080c9c5983804afe4a
        Reviewed-on: https://gerrit.libreoffice.org/36478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [169bd7718264b0e312052757f9bbd2321e1399c2]

        [API-CHANGE] drop css.comp.logging.SimpleLogRing
        
        Change-Id: I2f61a8ec24a28a917b458673df6ed45ac1f93e72
        Reviewed-on: https://gerrit.libreoffice.org/36447
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-12  Gabor Kelemen  <kelemeng@gnome.hu>  [9bd5b6b9855ad11314ec5d00585fc568bb1689fe]

        Updated core Project: help  dafaa1c1e89f912513e87c613db7ff23961d3030
        
        Update Customize - Toolbars page help
        
        Sync with UI and reorder paragraphs to better follow
        its structure.
        Add bookmarks as needed.
        
        Change-Id: I19f0d1ada570ecff6d5fc8ee37051a7c37125b3b
        Reviewed-on: https://gerrit.libreoffice.org/36398
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [4e0fab219230cc5a35022beb203a014685d8c354]

        EnableHeadlessMode bool arg doesn't toggle headless
        
        but refers if a dialog is fatal or autocancelled
        
        Change-Id: I7f15ecb26a3e29065caaacb932c7416f4cd96ff6
        Reviewed-on: https://gerrit.libreoffice.org/36487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [e8ffe54dec568332c301f8510f3186c04421b911]

        Lets see if basing WINDOWS_SDK_BINDIR_NO_ARCH on WINDOWS_SDK_HOME works better
        
        ...than basing it on naked winsdktest, even though both should be effectively
        equivalent modulo Windows pathname normalization voodoo.  But at least the
        Win-x86@62-TDF bot complained after a4d1ed6ba2a81b4284cd360f44b6723bc9bfaf85
        "Adapt to Windows SDK 10.0.15063" with
        
        > configure: setting up the build environment variables...
        > cygpath: cannot create short name of C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\x86
        > configure: error: path conversion failed for "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\/Bin/x86".
        
        presumably because that path does not exist, so pathmunge() -> PathFormat() ->
        cygpath can't generate a short 8.1 DOS form for it (and maybe with the already
        voodoo'ed WINDOWS_SDK_HOME that happened to work nevertheless, because voodoo?).
        
        Unfortunately, this requires to move the whole "Check for the Windows SDK" block
        further up---but the block itself left unchanged except for splitting the part
        out that uses WINDOWS_SDK_BINDIR_NO_ARCH.
        
        Change-Id: I13a369ba34b63392ec42333dbc1e538b49a24ca1
        Reviewed-on: https://gerrit.libreoffice.org/36481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-12  Jens Carl  <j.carl43@gmx.de>  [bef7ba7ced13908340ff03aacb64dc22217040b4]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/
        
        Change-Id: Idc788ab3a62d29489893e086a51329ace59a6465
        Reviewed-on: https://gerrit.libreoffice.org/36401
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [b2af27abaf0531cdd72a5d3b298b7eff5d8bffc5]

        update test to pass now that .ui files are found
        
        with 506cab1a01b0481d0831a7a692a26dc5a5b55e91
        
        "take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR"
        
        in place .ui files are found and the count here changes,
        
        reverting the above makes it pass, but also reverting
        08cf2fd01064306eef7fdbb5b62320947c4d1089 (framework: last dispatchInterceptor
        gets asked first, 2016-05-20) that this test wants to test also passes
        
        Change-Id: I01f5b77065e9562619412824bf69494b7b672b68

2017-04-12  Werner Tietz  <karlooforum@arcor.de>  [7ef47336411389ac492729bef52fe62aebe90f5a]

        tdf#92007 python scripts with tuple-assignments fails on access from GUI
        
        Change-Id: Ice1d7d92cec56751cb26cbb31a5995ab30895125
        Reviewed-on: https://gerrit.libreoffice.org/36399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Justin Luth  <justin_luth@sil.org>  [8913353a8fd2a1d281c2d8a33ca795d97201b7bc]

        enum spelling: throught -> through
        
        git grep -l  "[ _\.]THROUGHT" | xargs sed -i 's/THROUGHT/THROUGH/g'
        git grep -l -i "[ _\.]THROUGHT" | xargs sed -i 's/throught/through/g'
        
        In ENUMs: THROUGHT = THROUGH (preserved as valid alternate spelling)
        In ooxmlexport8 - unit test confirms THROUGH = THROUGHT
        
        Change-Id: Iae0fef9a8adcb96761989f38903a24ffb1b91e77
        Reviewed-on: https://gerrit.libreoffice.org/35998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [506cab1a01b0481d0831a7a692a26dc5a5b55e91]

        take the .ui files from $BRAND_BASE_DIR/$BRAND_SHARE_SUBDIR
        
        Change-Id: I9cffdc092206c038da32a32a2cfe629e68b5c258

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [fe7eac1e0776ae3fd9f24b40590021eab8ac4ac9]

        ooxmlexport4 triggers .ui loading too
        
        Change-Id: I9ed7b3a90f87d9235f80b7d5201ea35ac1ec01e1

2017-04-12  Gabor Kelemen  <kelemeng@ubuntu.com>  [dab3923a690f742d0a32532b15f47e2557706c8a]

        Remove more remains of bundled extensions
        
        Change-Id: I22686d1e3b89c017a6e48a4b42cabc5e092b11cc
        Reviewed-on: https://gerrit.libreoffice.org/36396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [1b431f454ecc04e44187b29c73f2cf0166c19f39]

        tell cppunit test about .ui requirement
        
        Change-Id: I2346732db5c4b120025594b89c003f544588048e

2017-04-12  dilekuzulmez  <dilekuzulmez@gmail.com>  [ef5757ab06743fc56d5bf74d7244edf01acfa842]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Change-Id: I67984bfbeffd2d69103b7665d953fa3b1ff03397
        Reviewed-on: https://gerrit.libreoffice.org/36316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Michael Stahl  <mstahl@redhat.com>  [6a9f06e7ca9ba1ea9ebf8ecb013c6f63c4d7419c]

        sw: fix typos in URLs
        
        Change-Id: I51adbc08515352242b3e5b5f9eee071aee5a3951

2017-04-12  Michael Stahl  <mstahl@redhat.com>  [fa73f774019e1c5a8e062d6fc1cf35a43e1a847c]

        hwpfilter: remove write-only variable
        
        Change-Id: I03e29b1a3761fcafc70168b04d788dbf3e1584eb

2017-04-12  Michael Stahl  <mstahl@redhat.com>  [b6a4b9264c098218a3f59a0e37504b33a7281e60]

        fix typo @trhows
        
        Change-Id: Ia57df88476b3dad0ed140d4f33a2cb813274376e

2017-04-12  Jens Carl  <j.carl43@gmx.de>  [8b431b80d19794c08570bf8c0a1d9190807e1972]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/source/filter/html/parcss1.cxx
        
        Change-Id: Ib36ba2214d621a2f5272928922c5999a718d86bb
        Reviewed-on: https://gerrit.libreoffice.org/36442
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [d74689c15170b5bad3e2230b4ea99bb1d9dd1e60]

        convert header/footer menu to .ui
        
        Change-Id: Ia1aed81bfd806fbca78acc3b23886056a23ade4d

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f55dfb564e56515b6ebb4d10b089f67ad628fb6]

        convert AX_FONTDATA constants to scoped enum
        
        Change-Id: I0de365c8f654973f483d09fc9170f40bda7cbd9e
        Reviewed-on: https://gerrit.libreoffice.org/36457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Jens Carl  <j.carl43@gmx.de>  [ec366658fcad31165ec6771b397f50cd9a2ffc2c]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw
        
        Change-Id: I1c9f64d91e7e490e92eb83ee348de0e90232942e
        Reviewed-on: https://gerrit.libreoffice.org/36439
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [2fccbd4dea4d3570f1a9c5987bc1904f9211c27c]

        convert annotation page break menu to .ui
        
        Change-Id: I822029c8fe2dc8ae0a0f52091375d79c0784b7ce

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b79d297f4be32aa15c599ad6c1cd77580856cccc]

        convert SwTableSearchType to o3tl::typed_flags
        
        Change-Id: I4fbe114d96ac34540d0774fedbe1fed210efa906
        Reviewed-on: https://gerrit.libreoffice.org/36459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [2685678cd0221f4522e8502183baeaecb5ddd0a4]

        Revert "Work around clang-cl issue with MSVC's safeint.h for now"
        
        This reverts commit acbb7e3243afec515bf98b2b34454afc5320bf66.  No longer needed
        with safeint.h from recent "Windows Software Development Kit - Windows
        10.0.15063.137".

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [86eb71c4789dc5ab0200f49f7e5bca512ef4adaf]

        convert FOUND_ constants to o3tl::typed_flags
        
        Change-Id: I378cc5d853edc22ac80cae4d80607d933aa2612a
        Reviewed-on: https://gerrit.libreoffice.org/36454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [9c946e83cb773a0d0f05d27dab43cf6f934c7a56]

        use std::unique_ptr
        
        Change-Id: I74ab04b58c848961b1c4d30b68e8dd5ff5dd1f0d

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [ce577c94e7c4c53930a43ab0fd78fcacbf2eb01c]

        drop unused argument
        
        Change-Id: Ibbf3d6cbf694b1ca693d53c9ac92076a85df125f

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [13ca751a69f1aed666eade43d464b357dbe3c1af]

        ofz: timeout, guard against going backwards
        
        Change-Id: Ib91ae165147582bdb44690215a1df6f01ede796b

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [9c70cdda1025e7eb31bfb307ad7deb544defcb3b]

        fix indent
        
        Change-Id: Iaee640be234199b34c24a5a0e1e841914f92133a

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [aa708712ff438fab961b59196c777ca42eece3da]

        convert selection menu to .ui
        
        Change-Id: Ie4cf80202c333600ce027c78aa3c379ef33f4f80
        Reviewed-on: https://gerrit.libreoffice.org/36449
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [a4d1ed6ba2a81b4284cd360f44b6723bc9bfaf85]

        Adapt to Windows SDK 10.0.15063
        
        On a machine with MSVC 2013 and 2015 (but no 2017) installed, I installed
        "Windows Software Development Kit - Windows 10.0.15063.137" as available through
        <https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk> (in the
        hopes that it will provide a better fix for
        acbb7e3243afec515bf98b2b34454afc5320bf66 "Work around clang-cl issue with MSVC's
        safeint.h for now").  That apparently removed various files from the
        C:\Program Files (x86)\Windows Kits\10\bin\ hierarchy, while it added files to a
        new C:\Program Files (x86)\Windows Kits\10\bin\10.0.15063.0\ hierarchy (and
        <https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk>
        mentions that in an "SDK Layout Changes: Side by Side install of tools and
        metadata" section).  So return a new winsdkbinsubdir var from find_winsdk() to
        cover installations that use this new layout scheme.
        
        In b076e8f673d1714ee8b6f991eb2ca299b6fa8949 "Fix include and library paths for
        at least me", tml had hardcoded some 10.0.15063 -> 10.0.14393 mappings that are
        unhelpful at least in my scenario.  I tried to keep those hacks in in a way that
        would still work for tml's scenario.
        
        The check for msiinfo.exe etc. had been broken since
        ecfabb66f421ef07f52a655117f047aa75d54a01 "add support for Windows 8 SDK", but
        apparently in a way so that nobody noticed.  The first
        
          # needed for msi packaging
          pathmunge "$WINDOWS_SDK_BINDIR_NO_ARCH/x86" "before"
        
        is indeed needed, as (at least some of) those tools are only available in the
        arm and x86 sub-dirs, not in the arm64 and x64 ones.  (I'm not sure whether the
        two later pathmunges adding $WINDOWS_SDK_BINDIR_NO_ARCH/{x64,x86} are still
        relevant, though.)
        
        Change-Id: Ia403e4bde7b1abf7e2c9d9f084a05af2d1311617
        Reviewed-on: https://gerrit.libreoffice.org/36455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [d30de8376f1ceb16cc7348dc271f9f1704ff728b]

        CppunitTest_libreofficekit_tiledrendering: disable occasionally failing test
        
        When it failed, it always failed like this:
        
        libreofficekit/qa/unit/tiledrendering.cxx:311:TiledRenderingTest::runAllTests
        equality assertion failed
        - Expected: 3
        
        - Actual  :
        
        It's not clear yet what triggers the failure, sounds like some kind of timing.
        
        Change-Id: Ib5f44523f9a29c892aeda9eb881f452b57adb8a8
        Reviewed-on: https://gerrit.libreoffice.org/36445
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e943da402ea5a7b450a9251ff75a6a3969dba74]

        external: upgrade to pdfium-3050 and stop using bundled zlib
        
        Change-Id: I2e572585ea1cebc65aa364d8ce059cf0a3e1b83f
        Reviewed-on: https://gerrit.libreoffice.org/36443
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [c4d02f488d6ca85e25f231db27eaba4ca3085db0]

        Add minimal INetMIME::scanContentType test and fix bugs thus found
        
        Change-Id: I8fcbeb2b0804bc4f9ee8f97f7d02737ba79a7f20

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a3c294e6ad33c43b7c515b9bf543aa4bb27a7d51]

        convert ReadWriteGuardMode to scoped enum
        
        Change-Id: I21ae815d5bbd7b39cd690168738c21925558585e
        Reviewed-on: https://gerrit.libreoffice.org/36452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [05144427303b2aa09108eeb03606fa66da275d2b]

        no need to use OUStringToOString in SAL_INFO
        
        Change-Id: I707e0d72aba89b7e644def6f4c251e14f6599ad2
        Reviewed-on: https://gerrit.libreoffice.org/36451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [4930acb18bbd145fd995084cd95e3e9d631424ed]

        infinite SetDefaultSize->SetPosSize->SetDefaultSize
        
        https://retrace.fedoraproject.org/faf/reports/1278627/
        
        presumably the 'optimal' starting size hits the invalid size path
        causing another attempt usin the optimal size, so force a valid
        initial fallback size
        
        Change-Id: I6c38ee5e1b90ce41a4550c8a8370e791f5c351b0

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [bad8bb24142348e7273fedfa5f8f4132a131254e]

        convert SelectionType to scoped enum
        
        Change-Id: Iefdf6d47b1c0189c3b3e39ad5a025e95f18fe6b6
        Reviewed-on: https://gerrit.libreoffice.org/36446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [3cee2b2d5823e83fbfa01b2987df2452f75fc777]

        convert style menu to .ui
        
        Change-Id: I85683007062c4cc1160ace7b3bf962ee5c021b6e

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [24ccdd63b7a290a830bd15e552cc25c1981efeb0]

        loplugin:useuniquptr: Remove no longer needed blacklist entries
        
        Change-Id: Ib372d93c5a6e7550ad0d3dc1017fe49d9059146c

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [4a2a03ff08ffd5e490e8d0bb1f27bb4d94c3c8ed]

        Revert "remove duplicate charset entries"
        
        This reverts commit 98973e40e8753e96c7ae271a2a13078646fadb1b.
        
        Not actually duplicates, the entries have underscore instead
        of dash.

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [bc937896e255f1372726e36b00ca0d3b0afce35e]

        convert preset menu to .ui
        
        Change-Id: I31cbe438f5f5b790ca8f4373010b28d948c2b53e

2017-04-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [98973e40e8753e96c7ae271a2a13078646fadb1b]

        remove duplicate charset entries
        
        Change-Id: I0e216af87b3dfaa57533418286fbf290d564cb25
        Reviewed-on: https://gerrit.libreoffice.org/36418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [992a33313046f4a4d322db9464c474e7429a019a]

        clang-tidy: readability-else-after-return
        
        run it against sal,cppu,cppuhelper
        
        I had to run this multiple times to catch all the cases in each module,
        and it requires some hand-tweaking of the resulting output - clang-tidy
        is not very good about cleaning up trailing spaces, and aligning
        things nicely.
        
        Change-Id: I00336345f5f036e12422b98d66526509380c497a
        Reviewed-on: https://gerrit.libreoffice.org/36194
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [77c1431ee88ab04a9ff48b849acedee6d455bafb]

        convert SwComparePosition to scoped enum
        
        Change-Id: I95c03e02078a1dc8878e44763502bb344dc3ac26
        Reviewed-on: https://gerrit.libreoffice.org/36412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [9e06c1b69c8d13c93c94428218c84c437422463e]

        add SAL_WARN_UNUSED to sw::Ring and friends
        
        Change-Id: Ic90e4357089c1f487dd5738f9c14862ce95d611d
        Reviewed-on: https://gerrit.libreoffice.org/36408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b57c28302def4dd56b2dc8ffb73f21b688a6534]

        tag ScAddress and friends with SAL_WARN_UNUSED
        
        Change-Id: I4ed6b1e8b4225a87fbcb863a47c84e30228b5352
        Reviewed-on: https://gerrit.libreoffice.org/36407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-12  Caolán McNamara  <caolanm@redhat.com>  [9e4d84daf279a63052cfd0aeebd2d67dfaf07c67]

        drop document_io_logring.txt and use global logging
        
        Change-Id: Ibda0ce925bc76355e636022c955077ac89e66cce
        Reviewed-on: https://gerrit.libreoffice.org/36434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [9b157d37f15b34720fced0b94d4541f4149a8947]

        Remove unused jfw::VendorSettings instantiations
        
        Change-Id: I0af90fbb9eb77e5e65b29a79cc3b37af8cfc75e6

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [598f788116cc830ffd8e3b214d5dade651e2aa95]

        Remove unnecessary copy
        
        Change-Id: Ib350999ddf3ed2753b9e615a07b963c459dc714b

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [331f0e0c1e921d41116de5190c6eee81fad63a61]

        Remove unused function pointer typedefs
        
        Change-Id: I51ee45dba007e5709b1516c36b029f940ea7153e

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [f1bbafc584ba538c21ee156e411903ed142cac2a]

        Convert rtl_uString -> OUString in jfw_get/setVMParameters
        
        Change-Id: I55f96873661f686cd9625d69523718ccb54659dc

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [61f43d0327c81bb2df88734c9572e489e4a9de31]

        Simplify jfw::VersionInfo
        
        Change-Id: I2cc1071bbaf9c68fbd621d6c0c6953b7646b1a62

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [346b5cfd9078826f8705e226ad317b2e4c58162d]

        Convert some rtl_uString -> OUString in jvmfwk
        
        Change-Id: I08de5cab29dabc6fd824d5df8bac12c8520a05ae

2017-04-12  Stephan Bergmann  <sbergman@redhat.com>  [e2ba48e50d30a4cbcf7a9b0208baaa395114f6e8]

        Silence -Werror=unused-parameter on Android
        
        Change-Id: I69cd0724c2c4a6f82f89080b0622e734617c5704

2017-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [66c97812ef6d7e31a999a7a976c90a94257e4dee]

        starmath: Prefix member of SmOoxmlImport
        
        Change-Id: I63c87c462ab8ba23d5d1758be2eb1c76ecb6467b
        Reviewed-on: https://gerrit.libreoffice.org/36356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [84ed9adab673ff6d97ce634daf64f4e8bd0d00c1]

        CppunitTest_libreofficekit_tiledrendering: add more processEventsToIdle calls
        
        With this the test passes for me 10 times in a row, while previously it
        failed from time to time, hopefully this fixes the false negatives.
        
        Change-Id: I233276ddfe4e9d8c86557f7f1c29d997f2fb51f6
        Reviewed-on: https://gerrit.libreoffice.org/36420
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-11  Andras Timar  <andras.timar@collabora.com>  [cfd5f4158bd7bfc5714e9bf23b7a71b2d769a644]

        Updated core Project: translations  2a1270529083474b2526d3b8b59e33f6df5412ef
        
        Updated Slovenian translation
        
        Change-Id: I746c06d065b19e021d5c76dfd90d779e4ea79c2a
        

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [1c1d29027bee64177ec3b14cb8e10df03e2ce8d2]

        Assert obvious preconditions instead of returning javaPluginError:InvalidArg
        
        Change-Id: I93bb3aaa0106bce98995f843ee036c9570f6aaf0

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [54a4121f2040bd11f3d6056767f2d7ad6c7745ac]

        PDF export of PDF images: compress page stream if requested
        
        compressStream() automatically takes care of
        VCL_DEBUG_DISABLE_PDFCOMPRESSION, so this also simplifies code.
        
        Change-Id: I7661123e6ba73f8f064ec0543a03e2ec15fd2468
        Reviewed-on: https://gerrit.libreoffice.org/36415
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-11  Mike Kaganski  <mike.kaganski@collabora.com>  [aa4e06c67dbe414ae26b757d6968eb27b5ebeb99]

        tdf#103058: use RegQueryValueEx instead of RegGetValue
        
        because the latter is unsupported on WinXP
        
        Change-Id: Ie922271ab837637d77f3d76c5144d10a7f5a5f0d
        Reviewed-on: https://gerrit.libreoffice.org/36416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [59fddf430f4d80c7e9ae0b7064697f5471bffedf]

        Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARG
        
        Change-Id: Iff4b8ccc79e194f645791ac73818e3b677ae32a6

2017-04-11  Eike Rathke  <erack@redhat.com>  [8aa8be724dafc266d7daeae325806ca2caae2efe]

        deleting pModel also deletes the SdrCaptionObj
        
        Change-Id: Icf3aed35ede1c211d6238dc66d86cb2866b247cd

2017-04-11  Eike Rathke  <erack@redhat.com>  [59aebc3e51490ba9c76a261b2e5090b12f30e0da]

        set mbNotOwner at various places
        
        Change-Id: I1ff14c573d556cad15513dfe3f0fecbf9107fa41

2017-04-11  Eike Rathke  <erack@redhat.com>  [024ddbc7d2ffe6b4b84c48b213296a0716086b6d]

        reset variables when not owner
        
        Change-Id: Ieab4bf36b89abac2d2ff377fc2b6f31ce0e1d3aa

2017-04-11  Eike Rathke  <erack@redhat.com>  [e777618a59b6a66207d416b7b4dd3e77c2662260]

        rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwner
        
        ... which better suits the general purpose we'll need
        
        Change-Id: I32805c91d17180d5f18225a02c8a436826242e19

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [87d4fd3b13f4dad7b043a776124e947bd0517014]

        Remove unnecessary casts to void
        
        Change-Id: Ib817e07d4becd7c4cf92501b747d7628ef231c55

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [40677a29093b8e47dfdc17a251845624c57430f6]

        Fix missing deref
        
        ...lacking since recent f0454e72c1d1b11c3bcbacb23048a62fdecd037c "Use
        std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxx"
        
        Change-Id: Ied39be52ccc8cbef48cdfb4933e4ac1914fd0fd3

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [7635e0c1c7f821a1081f8e3868f641ae74a172d6]

        sal_Bool -> bool
        
        Change-Id: If632eb547aa5082ad13eac8c2ad39a1742309fc7

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [33cf2b6613da36863f6f64a7ac1e413ac1e641ff]

        Let jfw_isVMRunning return the result; there are no error conditions
        
        Change-Id: I004b3d6f6b7b32d1bb41072d7fdd4a66f944d992

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [16f29aa720c3f1a27f1ee6898630b10b897899c8]

        sal_Bool -> bool
        
        Change-Id: Iec70d6726e36af607a0a5b5a0f6dc86d05322435

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [15c98f1740708ad7c05753ea28d5ad8ed4430e02]

        jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARG
        
        Change-Id: I2067b77393427a5a6a4273c2f609ff8d335f436a

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [583508ced26a422145111242c027b3fbd5687dc5]

        sal_Bool -> bool
        
        Change-Id: I8df49f349308cc17d684d5c0e8215aa628dfaeda

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [f0454e72c1d1b11c3bcbacb23048a62fdecd037c]

        Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxx
        
        Change-Id: Ie604c75e92c407ff3118aaa58155648d956c91fb

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [6bb4c48812224237c29acf31264cc05e2938f242]

        Determine accurate position for already added JREs
        
        Change-Id: Ieef6aaeccd3368fa1cf79b3eab510b6b6c24427e

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [37bdf1659ddb11d8706289511623cc7c8b0d264b]

        Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5
        
        There are two problems with these newer PDF versions:
        
        - the current PDF export code doesn't know how to roundtrip such PDF
          images (needs work on both the import and export side)
        - upgrading the default PDF export version would upset readers who can't
          parse PDF >= 1.5
        
        So instead of raising the default PDF export version, for now just be
        conservative and depend on pdfium to downgrade the PDF image version to
        1.4 if it would be higher.
        
        Given that this modifies the input of the graphic filter this also needs
        changes in the ODF export, so that the filter result will contain that
        downgraded data, not the original one.
        
        Change-Id: I1efa97af8110e9a6ee3e8a7339bcc7d70457cfb0
        Reviewed-on: https://gerrit.libreoffice.org/36413
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-11  Michael Stahl  <mstahl@redhat.com>  [5722b815fa34422595407e83029fb41583f13894]

        sw: let getProperty fail more helpfully
        
        Change-Id: Ibca942235060c5b3a6215325e262bacbc464f2a4

2017-04-11  Michael Stahl  <mstahl@redhat.com>  [8bf9432b8aa9bf22fc20ba5faaf09386e77ee178]

        reportdesign: what the whitespace?
        
        Change-Id: Icbe65def98553bd61236ed1c814768260dbc4d50

2017-04-11  Michael Stahl  <mstahl@redhat.com>  [0451019f7522e005853dae27131ca203d8a1a93c]

        OFFICE-2102: ODF export: write <text:s> after non-mark elements too
        
        ... and fix the wrong export for <text:meta-field>, which erroneously
        did not use the same bIsPrevCharSpace flag as everything else (which was
        obviously a bug, as there should be one flag per paragraph).
        
        Interop testing demonstrates that at least Word and Calligra Words
        differ in their interpretation of spaces following <draw:frame> and
        other shape elements, and <text:note>: if there is a U+0020 space
        before the element, LO will not collapse a U+0020 space behind the
        element but Word and Calligra Words do collapse it.
        
        The distinction between "mark elements" and "non-mark elements" in the
        whitespace collapsing implementation in OOo since the beginning was
        never explicitly spelled out in ODF, although listing the
        <text:bookmark> etc. elements in ODF 1.1, 5.1.1 was a strong hint.
        
        Fortunately all 3 applications agree that a <text:s> following a
        <draw:frame> is consumed as a space, and it is valid to write a <text:s>
        in this situation, so just do that to improve interoperability.
        
        Change-Id: I42260c0528db9fe7e87e8dbae5105aeadb83780d

2017-04-11  Michael Stahl  <mstahl@redhat.com>  [87713a4743dbc562227bf25f0232b24d56fcc265]

        xmloff: rename one overloaded XMLTextParagraphExport::exportText
        
        ... to exportCharacterData. The others all export XTexts.
        
        Change-Id: Ic4b1d6364c15d99d839e2736d4c2966d7aa302d4

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [a730dc1b566565472ea7e4b94f0dea9705d0a809]

        Remove unnecessary jfw::CJavaInfo::cloneJavaInfo
        
        Change-Id: Ia9e807c0d1e5b0664d711c551a5e70afccbcc564

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [e4627e83de6ccae825944004604316b5b419f2ac]

        Use jfw::JavaInfoGuard
        
        Change-Id: I2eb0a82d3e935f183729f76375feed927a34d74f

2017-04-11  Caolán McNamara  <caolanm@redhat.com>  [3927105e19d335da6461d853ba5cedda788067da]

        convert ruler menu to .ui
        
        Change-Id: I5f9b0033288ccd4b58e055998834185970f987b0

2017-04-11  Caolán McNamara  <caolanm@redhat.com>  [b897cc4dfc7111eb8dfd5d8aa8c970f21ab035d6]

        consistently track amount of buffers remaining
        
        Change-Id: Ib9746a045edf2146b8cc3bd69124ab74462df094
        Reviewed-on: https://gerrit.libreoffice.org/36405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-11  Eike Rathke  <erack@redhat.com>  [e7b1c70ea9cd13e229014191cb82775723e7f48d]

        nitpicks, tdf#84837 follow-up
        
        * follow naming conventions (nSelTab vs. aTab for integer variable (nTab
          already used throughout function))
        * if and for keywords followed by one blank
        * checking bHasNotes / breaking twice is unnecessary, move the check into the
          loop condition instead
        
        Change-Id: Ib48afbce7c75d146ecf4b674ef92e3b5f6cf063e

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [c8e2ae1b915477c76d38352298570af309a36d85]

        loplugin:inlinefields in lotuswordpro
        
        Change-Id: I1ba5bdd59badd6f1b6562c6284baf05bcfc3d78c
        Reviewed-on: https://gerrit.libreoffice.org/36402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Mark Hung  <marklh9@gmail.com>  [b0459b45f431490b8fcf94ecc6b01365efe0a11e]

        tdf#107057 revert the logic of SwFrame::PaintArea
        
        It seems that getting the minimum of all the bottom
        the window doesn't work when there are merged cells.
        
        This reverts commit b13a0a27444ffbf9ef45cb16ad69fdff0dc64306.
        
        Change-Id: I39a22a477874794912e44d4f56c2de27bc5e7179
        Reviewed-on: https://gerrit.libreoffice.org/36382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-04-11  Gulsah Kose  <gulsah.1004@gmail.com>  [ec25d34fa3ac900950ff24fcb224f7e827352803]

        tdf#84837 Add Show/Hide all comments commands to Calc.
        
        Change-Id: I1e38335ff1269d0d464f03d23bfc5eba6e3b1532
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/35020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e8598c42a1a6f2fbd88711aa9bea5961eaf7b4a]

        tdf#107089 PDF export of PDF images: handle mixed filters of page streams
        
        It's allowed to compress different page streams differently, and we must
        have a single object stream for our form XObject, so just incompress all
        of them to be consistent.
        
        Change-Id: I7a20dc2084a902a37dcefa3420d59a576f120bcd
        Reviewed-on: https://gerrit.libreoffice.org/36409
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-11  Eike Rathke  <erack@redhat.com>  [24d935164f553bb4daa9be591c9cb392a86f06cd]

        there are still cases where the caption pointer is dangling
        
        Change-Id: I8c186fa32d7fc3f26d7952268cb1e614025ecf37

2017-04-11  Tor Lillqvist  <tml@collabora.com>  [036fcf2a4c0b630548a93bb20bd861940ba295f0]

        tdf#105809: Drop the PlaceWare export filter
        
        Hard to think of any reason why anybody would need it.
        
        Change-Id: If989cdeb1728847973da601f9d3fa60aba1f3bad
        Reviewed-on: https://gerrit.libreoffice.org/36169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [f762a7772b1faa5855b07ca78b221edbaba53b59]

        loplugin constantparam, ignore variadic methods
        
        Change-Id: Ieabb020406d5a381dd9cbace3b1e4cc434857d54

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [a94ef79826fdb52bcde2d0ee8b76da6df46962f2]

        sw: fix indentation in SidebarScrollBar
        
        Change-Id: Ida2e22690a2fc9e6319701e401ea66aa47d4c081

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9dbd58cdd3767ee5d574023c6331932440275b9]

        loplugin:inlinefields in LOTUS_ROOT
        
        Change-Id: Ia0e1eebf5fd15d487451fd061f053fb5b802ca98
        Reviewed-on: https://gerrit.libreoffice.org/36406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b472a6067cfef1588b4b6122e52fcee269d6bdf]

        inline some trivial private methods
        
        Change-Id: Ic97c4202495112ad4cd32c295516ae8611a73d10
        Reviewed-on: https://gerrit.libreoffice.org/36381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Caolán McNamara  <caolanm@redhat.com>  [da78742e189966bd6e7f49390164132684928756]

        ofz: loop in lwp layout
        
        Change-Id: Ic0a6a3c77b82e001829d8d9d7163e1b2141d8a0c

2017-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1c83d0514e6123faa50ad0a7aa6a9031b271c9a]

        tdf#106970 DOCX import: don't collapse para auto space for different nums
        
        Commit 1bf7f6a1a50ee9f24a3687240fe6ae390b905a6b (tdf#106690 DOCX import:
        fix automatic spacing before/after numbered para block, 2017-04-04) made
        sure that autospacing is only collapsed in case the adjacent text nodes
        both have a numbering rule.
        
        It turns out there is an additional condition: even if both text nodes
        have a numbering rule, do the collapsing only in case they have the same
        numbering rule.
        
        Change-Id: Idb7a2b24d7eaa9094cc36f86b8a483045a33d028
        Reviewed-on: https://gerrit.libreoffice.org/36400
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [8966f6e3b4207d15c74208846c2dec827cab254e]

        loplugin:inlinefields in ScHTMLLayoutParser
        
        Change-Id: I45be789db16eeee6a666eb14df6989967a5e1d09
        Reviewed-on: https://gerrit.libreoffice.org/36404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [a45feba83e5fb35eee1884887e8dbe795ebacde5]

        tdf#107016 EMF+ Add support of import EmfPlusRecordTypeDrawRects record
        
        EmfPlusDrawRectss record defines the pen strokes for drawing a series of rectangles.
        
        Change-Id: Iaa061f8502fb51de44d2e65a1c92daf297b79d2b
        Reviewed-on: https://gerrit.libreoffice.org/36261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [4e162517869c811c06242bb8eb08001dfcf3b714]

        loplugin:inlinefields in ScJumpMatrix
        
        Change-Id: I8fea7185c6ccd1c023835da41ab184351d5cac01
        Reviewed-on: https://gerrit.libreoffice.org/36403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [25e92d7f7c915e26febd8c868a6531d99aac30cd]

        loplugin:inlinefields in XMLTextParagraphExport
        
        Change-Id: If0e80fbe21b6d8bed55357d7fc09027fc4a37e06
        Reviewed-on: https://gerrit.libreoffice.org/36373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Stephan Bergmann  <sbergman@redhat.com>  [3df73dc906555c5727fc5a0ee84d487f27b73817]

        Fix comment: find_winsdk apparently does not take any argument
        
        Change-Id: Idd192405810d1e56ded4a42a1bcf972d2e3de904

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [bf6449230ad2b4dfb427a062663e5ff2b9ddf3b6]

        loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWin
        
        Change-Id: Idaf7d7e8e4da37e0ba423dca3e22dc6711ba806a
        Reviewed-on: https://gerrit.libreoffice.org/36380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [9fa75f677a7b48a2177fe11cca0d00f5a2deb7da]

        loplugin:mergeclasses merge E3dScene with E3dPolyScene
        
        Change-Id: I70f28fb4c87ad8c0e0ad46f4ce04914b6536d6b9
        Reviewed-on: https://gerrit.libreoffice.org/36376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Mike Kaganski  <mike.kaganski@collabora.com>  [88829fd914105a0837ee41d3f00f9178228c19cf]

        tdf#103058: allow optional registration for MS ProgIDs
        
        To allow in-place replacement of OWSSUPP.dll, we need to be able
        to handle the same ProgIDs that it handles, namely:
        SharePoint.OpenDocuments and its versions. This allows to use
        the SharePoint integration capabilities of LO without the need to
        reconfigure SharePoint server's DOCICON.xml (the system would
        start the component with same name as MS Office uses).
        
        But this cannot be the default mode, since if MS Office is installed
        on the same system, we would hijack the registration, that could be
        undesirable.
        
        So, this commit adds an option to use
        regsvr32 [/u] /i:Substitute_OWSSUPP path\to\spsupp.dll
        to also [un]register SharePoint.OpenDocuments in addition to normal
        LOSPSupport.OpenDocuments.
        
        Change-Id: Icc284f9aa8f97ecf04594dd55b99bc1e3d20740d
        Reviewed-on: https://gerrit.libreoffice.org/36389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [5fb961ad0b5938434777751c9d5c599f7400ab36]

        PB_Preview constant in SwSidebarWin is unused
        
        which leads to removing various preview stuff in the SwSidebarWin code
        
        Last usage seems to have gone with
           commit c230e962ca2c876187a028fa14426210b5746a0f
           Author: Oliver-Rainer Wittmann <od@openoffice.org>
           Date:   Tue Jan 12 10:43:45 2010 +0100
           sw33a11y01: #i88070# refactoring of sidebar window code used for
           visualization of comments/annotations
        
        Change-Id: Idc9382e01a21b679f157f6d1da84d871cb6f1059
        Reviewed-on: https://gerrit.libreoffice.org/36377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [6491d6f9f23573a5ffe2ebd89c0875256851ec7a]

        loplugin:inlinefields in LwpTextStyle
        
        Change-Id: I5f5eef91ddfb108a77bfe57e0078f3fc7eb7c446
        Reviewed-on: https://gerrit.libreoffice.org/36375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [ade95165ef32443ebf419faaf0cef149497bb098]

        loplugin:inlinefields in SvXMLExport
        
        Change-Id: I9e9dddcbdd450f40b34318c90b8c2d8d3980dbd6
        Reviewed-on: https://gerrit.libreoffice.org/36374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [489a0039f86ef48d5aa85f4ff56a9cb63c29b56f]

        loplugin:inlinefields in SdrPageProperties
        
        Change-Id: If6aa6f62687b46ccca2b6b3bffba2eac4e2753ef
        Reviewed-on: https://gerrit.libreoffice.org/36372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-11  Justin Luth  <justin_luth@sil.org>  [56fd725b9d5ac2a990715d30cd477b01c34781db]

        restore missing ooxmlimport unit test: n757890.docx
        
        This test was lost while round-trippable tests were moved into
        ooxmlexport8.  commit 086550313260d9fa45b91dc705b21bb9b51ce0b8
        
        This test doesn't round-trip because it checks for a frame, and
        frames are turned into something else during export.
        
        Change-Id: If0e9776a83b0ee98c56039b4cd43b674198779e7
        Reviewed-on: https://gerrit.libreoffice.org/36388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98ebfb6a8638a76e96ffe7ada2485b3d13ed1fb9]

        add test for tdf#105245
        
        Change-Id: I4760ede6d14429be811fe96b28bf1c7663592678
        Reviewed-on: https://gerrit.libreoffice.org/36394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb57a432ba98ffe197c8fd2528e4b363c3285cc4]

        call UpdateReference also for single cell copying, tdf#105245
        
        Change-Id: I5fed22d2835466cbd07f8dbd917e9f881b7b2832
        Reviewed-on: https://gerrit.libreoffice.org/36393
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27fa45eab406ba50ad21d4668dd9df38a26c9095]

        rename variable to reflect the limitation to columns
        
        Change-Id: I3511981161ddd4bed38cbdaf15b8b1d1b8ac487d
        Reviewed-on: https://gerrit.libreoffice.org/36395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eefe13c77d01be37c911e75af191717a944fedb3]

        shrinking the DB area just causes problems, tdf#89546
        
        Change-Id: Ic7a736141bc78e36c71b639244c6f5cf0d145073
        Reviewed-on: https://gerrit.libreoffice.org/36391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [091a0dd416171393d939aac924433063a68967b0]

        fix indentation
        
        Change-Id: I58fb76084fe06d38828fbdf4ab53d297e8da6d3f
        Reviewed-on: https://gerrit.libreoffice.org/36392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-10  Bernhard Widl  <bernhard.widl@cib.de>  [78dfedec7a7ba289691a5d18441796541f3b1812]

        tdf#105044 match empty cells on "<> not-empty" comparisons
        
        this affects any formula using <> over a range of cells
        (not only SUMIF and SUMIFS)
        
        Change-Id: I85a3c3762d72de3250def0f037a0afd96c48f35d
        Reviewed-on: https://gerrit.libreoffice.org/36224
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-10  Eike Rathke  <erack@redhat.com>  [13b70bc6f18f8dd910e373694de5a6a0cd3eb559]

        finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()
        
        There may be cases left still to be discovered where a setInUndo() is necessary
        in some Undo situations, but this is a start.
        
        Change-Id: Ic62267e3c3d24e4587343ff42da0292fbb166929

2017-04-10  Eike Rathke  <erack@redhat.com>  [8984ca204dd4753246782a4f5b8f6058bb232d33]

        flag ScCaptionPtr::setInUndo() in ScUndoReplaceNote
        
        Change-Id: I174be1262074e1fed784806d2f052b36749dff0d

2017-04-10  Eike Rathke  <erack@redhat.com>  [98940fc97fe134af332bd0f9d41ec76e21bc521c]

        introduce ScCaptionPtr InUndo
        
        Change-Id: Iccc2671b61f524244107233b77b56aaa45f5c72a

2017-04-10  Eike Rathke  <erack@redhat.com>  [71f942731b5cec0abb7eecfe5e8dad9b516cd213]

        Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()
        
        In preparation of using that in the dtor.
        
        Change-Id: I9a8713390c548e774c1e23cef201effe00a29be9

2017-04-10  Eike Rathke  <erack@redhat.com>  [adcf24117d939f0f2bb0a00d89da3105db134ebf]

        move implementation from RemoveCaption() to removeFromDrawPageAndFree()
        
        Change-Id: I4f98112c13dfcd5c6c2fdb5b682cca494d63a954

2017-04-10  Tor Lillqvist  <tml@collabora.com>  [b076e8f673d1714ee8b6f991eb2ca299b6fa8949]

        Fix include and library paths for at least me
        
        Despite that the HKLM/SOFTWARE/Microsoft/Microsoft SDKs/Windows/
        v10.0/ProductVersion value is 10.0.15063, the headers and libraries we
        want are in the subdirectories called 10.0.14393.0, not 10.0.15063.0.
        
        Not sure if this is just because of the collection of Visual Studio
        versions I happen to have installed, and their order of installation,
        or always true.
        
        Instead of all the convoluted logic in configure.ac, it would make
        much more sense to just use the relevant vcvars64.bat or vcvars32.bat
        file and pick out the INCLUDE and LIB environment variables it sets,
        and mangle that. We already have a (misleadingly named) function to
        look for variables set by a .bat file, win_get_env_from_vsvars32bat().
        
        Change-Id: I647ec1d0924ba4c743e4c16d2fa0a05014e0b2e3

2017-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a876f982a56c0bcc04667d55a53b05c90a8c3354]

        Related: tdf#107013 PDF export of PDF images: improve content streams
        
        It can happen that the list of content streams have an equal number of
        "q" and "Q" operators when all of them is parsed. This means it's not
        correct to represent these separate streams with separate form objects,
        as those require equal number of "q" and "Q" operators by the end of
        each object.
        
        Instead concatenate the streams and always write a single form object,
        not only in case there is a single content stream.
        
        Change-Id: I62e4ee4c86403376155d10447404416686c84ef9
        Reviewed-on: https://gerrit.libreoffice.org/36385
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-10  Eike Rathke  <erack@redhat.com>  [95de10e0b02cece37ffe2428112773b6e096a221]

        narrow the assert condition further down
        
        Change-Id: Ia9b1db652b2f15b66b89b51038d16fb0da6ffb6d

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [ca24976b898ebdd5cc6ae4033fe807ea81f85495]

        No gpgmepp in org.gnome.Sdk//3.20
        
        Change-Id: I4ca06ca42bd48151fcee4a0f22ebdaef4a797e6a

2017-04-10  Eike Rathke  <erack@redhat.com>  [9c9c2caad67ca1188e1f1acf25cbfe6438349297]

        can't keep track of drawlayer insertion
        
        Draw Undo independently can reinsert a caption to the drawlayer, which
        is beyond our knowledge. To track that cumbersome manual tracking (or
        callbacks or whatever) would be needed, which actually this tries to get
        rid of instead of increasing..
        
        Change-Id: I373843ad61d0b6e19b9d3f98fd8f9e01a448296d

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [eb433f83a5f66dd1ca8ed0c62ef9cc0761b7f0ac]

        Resolves: tdf#106078 get bounding box of commented region for gtk3 tooltips
        
        Change-Id: I4fdc1f471c6c191be9c7c611926bd2b5b2b41308

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [94e6a847e877f73a1aedca5d7f1604e13005b840]

        we don't use the SwRect FieldRect in this case
        
        Change-Id: If58745a27e76cc4bf4063c9b0ba6f14fa59cf6d9

2017-04-10  Jens Carl  <j.carl43@gmx.de>  [52ef09114187776b8556193059cdf63554c657aa]

        tdf#39468 Translate German comments
        
        Last German comments in sc/ found with "./bin/find-german-comments sc"
        
        Change-Id: I88274904c55d5ac4d7057f2ae4de5650815dae2f
        Reviewed-on: https://gerrit.libreoffice.org/36248
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-04-10  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bac6141665049e53c01715a88d46ca04d678ddf0]

        tdf#106190 Tests of fraction formats
        
        Improve error message if test fails
        
        Add more formats to test
        Need https://gerrit.libreoffice.org/35320/
        
        Change-Id: I89f5071e12ff87cdf1c03912922918390531e972
        Reviewed-on: https://gerrit.libreoffice.org/35377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [55e7f73640d754bf0004a0d8a989e0a20de00351]

        Resolves: tdf#107031 writer depends on ACTION_DEFAULT
        
        to do its standard "honor the DragDropMode setting" on
        drag and drop of outline headings into a document
        
        Change-Id: Ie154fb237de57ae18fa22d6f50dbf890fb9ebc77

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [20881524848bf8478e216671c15ccf00c7b76746]

        the navigator menus in writer should use radio entries too
        
        Change-Id: Iea9ae8ef33387a76d43aaa802fa0600a352ae1f0

2017-04-10  Michael Stahl  <mstahl@redhat.com>  [e41d66811b9fef1fa0e7d3c0911104893fe6915c]

        edlingu.cxx: remove some pointless OSL_ENSURE
        
        Why check something that is guaranteed to be true by the if in the
        previous line?
        
        Change-Id: Ib941b0d3fd8042ddba9fa79885c4e5941bbc283e

2017-04-10  Michael Stahl  <mstahl@redhat.com>  [fae4b8d79819e205b1746014c770d5fb13d86e22]

        gbuild: revert to -O0 instead of -Og for GCC --enable-debug/dbgutil builds
        
        Unfortunately -Og doesn't work as well as advertised, variables are
        optimized away too often.
        
        See thread at
        https://lists.freedesktop.org/archives/libreoffice/2017-April/077479.html
        
        Change-Id: I5fc141ea9c7c6931aaf8220c7abf6b413326049e

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [6bd33bd263c6666824d0d540395a4df4ae7d1d7b]

        loplugin:inlinefields in SdrMarkView
        
        Change-Id: I2662c7dbae0189fe2057149d825df39bb976a295
        Reviewed-on: https://gerrit.libreoffice.org/36354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a0ce97aedb346f1dfecedfedec20d89ed5f8482]

        loplugin:inlinefields in PPTTextObj
        
        Change-Id: If0bdb1cad649eb6acceca125367cbd1c3c267fc0
        Reviewed-on: https://gerrit.libreoffice.org/36350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [369d54131f14393c0bc50b098b7f9157a02f87f8]

        loplugin:inlinefields in PPTParaPropSet
        
        Change-Id: I2a307d5be85f10b410f211c020fdaa9c2bec2bec
        Reviewed-on: https://gerrit.libreoffice.org/36349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [748fea983f88752541767affa232b7bcb85f28dd]

        loplugin:inlinefields in SvxMSDffManager
        
        Change-Id: I30a7f593c1d2f751adcdde1a381fb616c2dfed74
        Reviewed-on: https://gerrit.libreoffice.org/36347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Jens Carl  <j.carl43@gmx.de>  [fb4620f14eb4bd3f763d2ab29c3f26ee40a20b49]

        tdf#39468 Translate German comments in sw
        
        Translate German comments and terms in sw/inc/ and sw/source
        
        Change-Id: I1330a358db2c6cdc0512009befeafa0582ac4877
        Reviewed-on: https://gerrit.libreoffice.org/36288
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c113aded3e7f333e44c0cde1c3e4f4194fc407fa]

        tdf#107029 xmlscript: fix enum conversion
        
        Regression from commit 0fe6f1a196b70f0ba4c948389b2ef9b1e77187b8 (use
        actual UNO enums in vcl..xmlsecurity, 2017-04-03), it's important when
        changing a sal_Int16 to an enum, then arguments of makeAny() calls of
        that variable are explicitly casted the previous type to keep
        compatibility.
        
        Change-Id: Ib55eeded34033ce536078919c6fad4d571951cd3
        Reviewed-on: https://gerrit.libreoffice.org/36358
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [74859b3a689d944850eadbcc85c0066aa64efd70]

        Fix typos to complete commit b35552f39503
        
        Change-Id: I2a10f9989e682dfc88f3b1d5864bfce1637933ab
        Reviewed-on: https://gerrit.libreoffice.org/36359
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63fa105a16ada980ff60b306f158049ab06af049]

        remove reference to deleted files in pch
        
        Change-Id: I1c51cc094dae710abd0d13169f5c0973908c13d8
        Reviewed-on: https://gerrit.libreoffice.org/36355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [949775490a66cab7f55a32b21a09169857c2f306]

        Avoid -fsanitize=null
        
        ...during CppunitTest_vcl_pdfexport:
        
        > workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:208:18: runtime error: null pointer passed as argument 1, which is declared to never be null
        > /usr/include/string.h:62:62: note: nonnull attribute specified here
        >     #0 0x2ba8c1d8c685 in CFX_FaceCache::RenderGlyph(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:208:5
        >     #1 0x2ba8c1d92007 in CFX_FaceCache::LookUpGlyphBitmap(CFX_Font const*, CFX_Matrix const*, CFX_ByteString const&, unsigned int, bool, int, int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:390:35
        >     #2 0x2ba8c1d90f44 in CFX_FaceCache::LoadGlyphBitmap(CFX_Font const*, unsigned int, bool, CFX_Matrix const*, int, int, int&) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_facecache.cpp:307:10
        >     #3 0x2ba8c1dfd35e in CFX_Font::LoadGlyphBitmap(unsigned int, bool, CFX_Matrix const*, int, int, int&) const workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_font.cpp:688:26
        >     #4 0x2ba8c1ef56f0 in CFX_RenderDevice::DrawNormalText(int, FXTEXT_CHARPOS const*, CFX_Font*, float, CFX_Matrix const*, unsigned int, unsigned int) workdir/UnpackedTarball/pdfium/core/fxge/ge/cfx_renderdevice.cpp:946:31
        >     #5 0x2ba8c13c4e05 in CPDF_TextRenderer::DrawNormalText(CFX_RenderDevice*, std::__debug::vector<unsigned int, std::allocator<unsigned int> > const&, std::__debug::vector<float, std::allocator<float> > const&, CPDF_Font*, float, CFX_Matrix const*, unsigned int, CPDF_RenderOptions const*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_textrenderer.cpp:167:17
        >     #6 0x2ba8c13141f3 in CPDF_RenderStatus::ProcessText(CPDF_TextObject*, CFX_Matrix const*, CFX_PathData*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1777:10
        >     #7 0x2ba8c130bf5b in CPDF_RenderStatus::ProcessObjectNoClip(CPDF_PageObject*, CFX_Matrix const*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1141:14
        >     #8 0x2ba8c130db5a in CPDF_RenderStatus::ContinueSingleObject(CPDF_PageObject*, CFX_Matrix const*, IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_renderstatus.cpp:1106:3
        >     #9 0x2ba8c12df4f2 in CPDF_ProgressiveRenderer::Continue(IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer.cpp:78:30
        >     #10 0x2ba8c12dbae9 in CPDF_ProgressiveRenderer::Start(IFX_Pause*) workdir/UnpackedTarball/pdfium/core/fpdfapi/render/cpdf_progressiverenderer.cpp:39:3
        >     #11 0x2ba8c0652b76 in (anonymous namespace)::RenderPageImpl(CPDF_PageRenderContext*, CPDF_Page*, CFX_Matrix const&, FX_RECT const&, int, bool, IFSDK_PAUSE_Adapter*) workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:115:26
        >     #12 0x2ba8c064d8cd in FPDF_RenderPage_Retail(CPDF_PageRenderContext*, void*, int, int, int, int, int, int, bool, IFSDK_PAUSE_Adapter*) workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:986:3
        >     #13 0x2ba8c064d01d in FPDF_RenderPageBitmap workdir/UnpackedTarball/pdfium/fpdfsdk/fpdfview.cpp:728:3
        >     #14 0x2ba8b2adf081 in (anonymous namespace)::generatePreview(SvStream&, Graphic&) vcl/source/filter/ipdf/pdfread.cxx:67:5
        >     #15 0x2ba8b2adddf0 in vcl::ImportPDF(SvStream&, Graphic&) vcl/source/filter/ipdf/pdfread.cxx:109:10
        >     #16 0x2ba8b298f234 in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>*, WMF_EXTERNALHEADER*) vcl/source/filter/graphicfilter.cxx:1689:18
        >     #17 0x2ba8b29846e8 in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, WMF_EXTERNALHEADER*) vcl/source/filter/graphicfilter.cxx:1315:12
        >     #18 0x2ba904b12799 in SwGrfNode::ImportGraphic(SvStream&) sw/source/core/graphic/ndgrf.cxx:458:43
        >     #19 0x2ba904b0ea43 in SwGrfNode::SwapIn(bool) sw/source/core/graphic/ndgrf.cxx:571:28
        >     #20 0x2ba904b0fd52 in SwGrfNode::GetGrfObj(bool) const sw/source/core/graphic/ndgrf.cxx:389:35
        >     #21 0x2ba9037c40f9 in SwNoTextFrame::PaintPicture(OutputDevice*, SwRect const&) const sw/source/core/doc/notxtfrm.cxx:883:48
        >     #22 0x2ba9037bcec2 in SwNoTextFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/doc/notxtfrm.cxx:309:9
        >     #23 0x2ba9052dc0d3 in SwLayoutFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:3652:21
        >     #24 0x2ba9052fdfe8 in SwFlyFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:4334:20
        >     #25 0x2ba9041e2bca in SwVirtFlyDrawObj::wrap_DoPaintObject(drawinglayer::geometry::ViewInformation2D const&) const sw/source/core/draw/dflyobj.cxx:466:30
        >     #26 0x2ba9041e1964 in drawinglayer::primitive2d::SwVirtFlyDrawObjPrimitive::get2DDecomposition(drawinglayer::primitive2d::Primitive2DDecompositionVisitor&, drawinglayer::geometry::ViewInformation2D const&) const sw/source/core/draw/dflyobj.cxx:228:35
        >     #27 0x2ba8daf085dc in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::BasePrimitive2D const&) drawinglayer/source/processor2d/baseprocessor2d.cxx:47:24
        >     #28 0x2ba8db030133 in drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D(drawinglayer::primitive2d::BasePrimitive2D const&) drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:1289:21
        >     #29 0x2ba8daf09165 in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::Primitive2DContainer const&) drawinglayer/source/processor2d/baseprocessor2d.cxx:70:29
        >     #30 0x2ba9361f56e0 in sdr::contact::ObjectContactOfPageView::DoProcessDisplay(sdr::contact::DisplayInfo&) svx/source/sdr/contact/objectcontactofpageview.cxx:325:35
        >     #31 0x2ba9361f08eb in sdr::contact::ObjectContactOfPageView::ProcessDisplay(sdr::contact::DisplayInfo&) svx/source/sdr/contact/objectcontactofpageview.cxx:124:21
        >     #32 0x2ba936512f89 in SdrPageWindow::RedrawLayer(unsigned char const*, sdr::contact::ViewObjectContactRedirector*, basegfx::B2IRange const*) svx/source/svdraw/sdrpagewindow.cxx:402:28
        >     #33 0x2ba93769c0f5 in SdrPageView::DrawLayer(unsigned char, OutputDevice*, sdr::contact::ViewObjectContactRedirector*, tools::Rectangle const&, basegfx::B2IRange const*) svx/source/svdraw/svdpagv.cxx:356:38
        >     #34 0x2ba907cceb8c in SwViewShellImp::PaintLayer(unsigned char, SwPrintData const*, SwPageFrame const&, SwRect const&, Color const*, bool, sdr::contact::ViewObjectContactRedirector*) sw/source/core/view/vdraw.cxx:146:24
        >     #35 0x2ba9052a5aef in SwRootFrame::Paint(OutputDevice&, SwRect const&, SwPrintData const*) const sw/source/core/layout/paintfrm.cxx:3393:33
        >     #36 0x2ba907d08527 in SwViewShell::ImplEndAction(bool) sw/source/core/view/viewsh.cxx:410:49
        >     #37 0x2ba90223b161 in SwViewShell::EndAction(bool) sw/inc/viewsh.hxx:603:9
        >     #38 0x2ba907d16ff8 in SwViewShell::MakeVisible(SwRect const&) sw/source/core/view/viewsh.cxx:581:21
        >     #39 0x2ba902224187 in SwCursorShell::MakeSelVisible() sw/source/core/crsr/crsrsh.cxx:2818:13
        >     #40 0x2ba90494d45b in SwFEShell::MakeSelVisible() sw/source/core/frmedt/feshview.cxx:2531:24
        >     #41 0x2ba902187f27 in SwCursorShell::UpdateCursor(unsigned short, bool) sw/source/core/crsr/crsrsh.cxx:1842:13
        >     #42 0x2ba9021f9dfd in SwCursorShell::Pop(bool) sw/source/core/crsr/crsrsh.cxx:2081:13
        >     #43 0x2ba905a4afe3 in SwEnhancedPDFExportHelper::EnhancedPDFExport() sw/source/core/text/EnhancedPDFExportHelper.cxx:2173:25
        >     #44 0x2ba905a29f00 in SwEnhancedPDFExportHelper::SwEnhancedPDFExportHelper(SwEditShell&, OutputDevice&, rtl::OUString const&, bool, bool, SwPrintData const&) sw/source/core/text/EnhancedPDFExportHelper.cxx:1502:5
        >     #45 0x2ba90a741107 in SwXTextDocument::render(int, com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sw/source/uibase/uno/unotxdoc.cxx:2986:51
        >     #46 0x2ba95ce0471b in PDFExport::ExportSelection(vcl::PDFWriter&, com::sun::star::uno::Reference<com::sun::star::view::XRenderable>&, com::sun::star::uno::Any const&, StringRangeEnumerator const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, int) filter/source/pdf/pdfexport.cxx:222:34
        >     #47 0x2ba95ce29474 in PDFExport::Export(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdfexport.cxx:905:28
        >     #48 0x2ba95ce87d48 in PDFFilter::implExport(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdffilter.cxx:116:24
        >     #49 0x2ba95ce88e1e in PDFFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) filter/source/pdf/pdffilter.cxx:177:23
        >     #50 0x2ba8e8c73429 in SfxObjectShell::ExportTo(SfxMedium&) sfx2/source/doc/objstor.cxx:2420:25
        >     #51 0x2ba8e8c5cc98 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) sfx2/source/doc/objstor.cxx:1533:19
        >     #52 0x2ba8e8c99cc5 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2813:39
        >     #53 0x2ba8e8c92eca in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2685:9
        >     #54 0x2ba8e8bf2c82 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objserv.cxx:305:19
        >     #55 0x2ba8e8e68eea in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) sfx2/source/doc/sfxbasemodel.cxx:2990:46
        >     #56 0x2ba8e8e71d0b in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/doc/sfxbasemodel.cxx:1645:13
        >     #57 0x2ba8d3b43ea4 in (anonymous namespace)::PdfExportTest::load(rtl::OUString const&, vcl::filter::PDFDocument&) vcl/qa/cppunit/pdfexport/pdfexport.cxx:104:16
        >     #58 0x2ba8d3b30781 in (anonymous namespace)::PdfExportTest::testTdf107013() vcl/qa/cppunit/pdfexport/pdfexport.cxx:393:5
        >     #59 0x2ba8d3b417cb in CppUnit::TestCaller<(anonymous namespace)::PdfExportTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #60 0x2ba88f26cd8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #61 0x2ba8a85afb0f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14
        >     #62 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #63 0x2ba89ee6214f in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #64 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #65 0x2ba89b0fc351 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #66 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #67 0x2ba88f1a9350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #68 0x2ba88f22b3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #69 0x2ba88f227e70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #70 0x2ba88f2e70f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >     #71 0x2ba88f26afa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #72 0x2ba88f26f7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #73 0x2ba88f26e819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #74 0x2ba88f26f7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #75 0x2ba88f26e819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #76 0x2ba88f3255c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #77 0x2ba88f2e540d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >     #78 0x2ba88f32689b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #79 0x532fb4 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:306:20
        >     #80 0x52e7c3 in sal_main() sal/cppunittester/cppunittester.cxx:456:20
        >     #81 0x52cb6f in main sal/cppunittester/cppunittester.cxx:363:1
        >     #82 0x2ba890ed7400 in __libc_start_main (/lib64/libc.so.6+0x20400)
        >     #83 0x438019 in _start (workdir/LinkTarget/Executable/cppunittester+0x438019)
        
        Change-Id: Ia3e6983d07e2bb2d057beab1b42212d3cc8afe80

2017-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d978117e85b16ec885d1de98eae31219388f713]

        sw: prefix members of SwRedlineOptionsTabPage
        
        Change-Id: I7d8d63ef09f6b21278a2e8c7ea4db05612fd9449

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [d608fa64b7ca3af99288ac7b904747cc09b23315]

        loplugin:inlinefields in PPTTextRulerInterpreter
        
        Change-Id: Ic814a5dce507b5a0cb49a093a60bd71768ee40d5
        Reviewed-on: https://gerrit.libreoffice.org/36348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b921c2f1ba4bba7e69565fb29cb1738cea25497]

        loplugin:inlinefields in OpenFileDropTargetListener
        
        Change-Id: Ib1f7004ce57f144309d396bc71419f3d1036ff74
        Reviewed-on: https://gerrit.libreoffice.org/36353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [91afe5519613bc64f344b5bc7e7fee982a859280]

        loplugin:inlinefields in SfxSaveAsTemplateDialog
        
        Change-Id: I7b32fc64b96e2f89edc810d4a95d3a3f6f885957
        Reviewed-on: https://gerrit.libreoffice.org/36352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ab0d0a69ff65eaef1bf043526040b1230fcdb89]

        loplugin:inlinefields in oox::vml::VMLExport
        
        Change-Id: Ia6880212503b2945953ca4c3d62d3ddb1d159c7b
        Reviewed-on: https://gerrit.libreoffice.org/36351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [78acb910d2c1d69b03f701dc2dc1fdcbc020125f]

        the active document window should be radio entries
        
        Change-Id: I90980345f4ea68dc15bacbf2c7abdf2d5d36a05d

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [f7b5db1f39f97bc14fea448a1995637c3937c931]

        ScPopupMenu is now unused
        
        Change-Id: I84e2f22992f917f14b4b4b8063238704939f56b7

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [37530ebbfe92893b1fd7e0b55d25b13695f06776]

        convert scenario menu to .ui
        
        Change-Id: Iac0f52898ce9e8484731d62b2555ed3c83563d1d

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [73295fa4e0df4637f1ddcca30311481efc1009e3]

        convert RID_POPUP_DROPMODE menu to .ui
        
        Change-Id: I004bb61ab6d0cb2dfacc9290236c32a2adf7ff82

2017-04-10  Caolán McNamara  <caolanm@redhat.com>  [9781272a4057b795a7dca013f335020ac4985fee]

        Updated core Project: help  15646c9c9d2ceab21b8688cbd993a8ee881f7c7f
        
        update help ids for .ui conversion
        
        Change-Id: I2dc481b16b2af15682bbd5e504892eff679f8699
        

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd700ceda73191729e00448b09320d118f5abbb8]

        loplugin:inlinefields in SvxAutoCorrect
        
        Change-Id: I09aa52551dd1ed96bc9a72baec6afe5a4a05c1dd
        Reviewed-on: https://gerrit.libreoffice.org/36346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [40d26609efdcc7f5aaf708baccb1355e11ccf379]

        Keep list sorted
        
        Change-Id: I34fd3ed006bdcecbe8b7e1f17cb379242a5eef95

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [82dca420f9e292b8a415f650786747b8e03f248b]

        loplugin:inlinefields in dbaccess::SubComponentLoader
        
        Change-Id: Idc4ac037d023a7019e62ec3b7d12bc7717c11be8
        Reviewed-on: https://gerrit.libreoffice.org/36345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [51289601098449d985dbbddef316cf56acdafbc4]

        loplugin:inlinefields in formula::FormulaCompiler
        
        Change-Id: I6dc6dfd064bf944db278b4663812d71b6cc49b3a
        Reviewed-on: https://gerrit.libreoffice.org/36344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [bad606febb291022140cb4fb637005cfafff6f98]

        Clean up uses of SAL_U/SAL_W: embedserv
        
        Change-Id: I5a73acf6ccfc1709e95e55fa15c32ec6dda2657a

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [cf59d64ae2f9321845af669678370d68c52b7985]

        Clean up uses of SAL_U/SAL_W: embeddedobj
        
        Change-Id: I02c9ed6b4bd92346bbeee1138c49b4bf5b39ad56

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [77a57a5cac6018552b2ca8c4a419afeb179e38e2]

        Clean up uses of SAL_U/SAL_W: desktop
        
        Change-Id: Ie1f5407a347a19c000793bf83e3545d566937d72

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [d3f7146db6854ea844856c0f93a7fc6fb62b71a1]

        Clean up uses of SAL_U/SAL_W: dbaccess
        
        Change-Id: I08816442e63ccd33148d233f21f3d761bcdde13c

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [248966215d5b6bcdf893bc603ede1d69e00ca17a]

        Clean up uses of SAL_U/SAL_W: configmgr
        
        Change-Id: I2c3f16b4798246175ff8f3cc22b61f2d5a9967b6

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [de82b32c4a9b5b2ac0dd9dee712da061bc34c2c3]

        Clean up uses of SAL_U/SAL_W: cli_ure
        
        Change-Id: I198be4023710206d66135c33fe01e1d9bb859272

2017-04-10  Stephan Bergmann  <sbergman@redhat.com>  [c14ed11d77fcace619b9f63707c6c4dfc3309c6c]

        Clean up uses of SAL_U/SAL_W: basic
        
        Change-Id: I755b3b781c42cc9af61c0b90621d2eb7f544df62

2017-04-10  Ximeng Zu  <uznomis@yahoo.com>  [b35552f39503b9baca9c2d7b6944d9f18ca0004a]

        Fix typo: 'forgeround' in multiple files
        
        Fixed typo: forgeround --> foreground
        in 19 files.
        
        Change-Id: Idb4c9ccd98a949a2574cdbd5b44f91509b9856a9
        Reviewed-on: https://gerrit.libreoffice.org/36154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Gautam Prajapati <gautamprajapati06@gmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b056102238d5989027c6dfe406f3d557f671e1b]

        loplugin:sallogareas
        
        Change-Id: I382360e7756c8e0afa47c6bc96dfc04fec558a45

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [c6dc4ba419c24c244be6beffca2d5689697f37a0]

        loplugin:inlinefields in ucb_impl::RegexpMap
        
        Change-Id: Id8cf4a9e7f85048dac37fc1256427214abe3ac8c
        Reviewed-on: https://gerrit.libreoffice.org/36265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [340d58f2231bdbd16fa5cf14d7085a7d8b0ade09]

        use unique_ptr in RegexpMapImpl
        
        Change-Id: I150bd441281305346bf6be1844894ae857dd50f7
        Reviewed-on: https://gerrit.libreoffice.org/36264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [2841cf6c9f733c2c26e90b8494b5b076cc9d507d]

        loplugin:inlinefields in utl::ReadWriteMutex
        
        Change-Id: Ibd31d1c0ec154be886f9fd4d2e7a439b2d7f5f4a
        Reviewed-on: https://gerrit.libreoffice.org/36267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [52117bb8c337c98c200b6846c8d9fa2d1831ac51]

        loplugin:inlinefields in INetMIMEMessageStream
        
        Change-Id: I675b53a55e02899f0cf325245cedb298f6903281
        Reviewed-on: https://gerrit.libreoffice.org/36266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [abd8c3646e1295e68fe317bc1a02148a1b5f41a4]

        pivotcharts: ignore subtotals, grand totals in pivot table data
        
        Change-Id: I08cdd28aaae536fa8306446168dcdb977897dfcd
        Reviewed-on: https://gerrit.libreoffice.org/36308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [67af00a76a3bb86790447e2b223b03c5dddacc4a]

        new loplugin:inlinefields
        
        look for fields which can be declared inline in the parent class.
        
        start with some likely candidates in svx
        
        Change-Id: I56cdca273272b72bb728ed2e3f5e1e976f8c7c32
        Reviewed-on: https://gerrit.libreoffice.org/36262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc6f945f9ff7459a18e4d67af4899c57d58bf030]

        convert FUNCFLAGS to o3tl::typed_flags
        
        Change-Id: I2f5e3816442ec90de7c4bd43e3d6e8494459eeee
        Reviewed-on: https://gerrit.libreoffice.org/36254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-10  Tamás Bunth  <btomi96@gmail.com>  [1b81754f3f269d06f66fd5b56037ff79138ae512]

        tdf#106866 query character size instead of bytes
        
        Change-Id: I7639fb1accdf728a8170ddb7dc9caf84bad8d3ef
        Reviewed-on: https://gerrit.libreoffice.org/36289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-04-10  andreas kainz  <kainz.a@gmail.com>  [175c0fa9fc5ab6d791eca67ded404adf85243344]

        add newwindow icon in the ui and the breeze icon for newwindow
        
        Change-Id: Ia252ed209752e04cb3ce3a6cd7d3d5266f931cdb
        Reviewed-on: https://gerrit.libreoffice.org/36283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-04-10  Takeshi Abe  <tabe@fixedpoint.jp>  [6cd854f8ac4d7ae5ed260fa3a983a02fd4fff0fd]

        starmath: Assert an impossible error in parsing tables
        
        Change-Id: If7b6080504c1c89bc39bf35bdca264c509f09faf
        Reviewed-on: https://gerrit.libreoffice.org/36290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b377caa14c7fafdc38f6f185c0a01ad58cc620f2]

        use correct string length
        
        Change-Id: I2a5a0e496e80e1f5868e5ac09bfdba57a598ec90
        Reviewed-on: https://gerrit.libreoffice.org/36271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-09  Caolán McNamara  <caolanm@redhat.com>  [4d66989d1ebac53ff8b2af7d17642e3ab688a317]

        ofz#1078 cgm infinite recurse
        
        Change-Id: I6ba4c6a432f1dd150591f8d9b0f03e248a97c33e

2017-04-09  Caolán McNamara  <caolanm@redhat.com>  [7cd4b5912363de89c6ded921b6b5940493afc1cf]

        std::unique[]->std::vector
        
        Change-Id: If1b66f273e412f2206274a903a06bee90a2a6c91
        Reviewed-on: https://gerrit.libreoffice.org/36307
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-09  Caolán McNamara  <caolanm@redhat.com>  [12ed6ad7a0efb55c9b527e6193080426fb8e64f9]

        make this more readable
        
        no logic change intended
        
        Change-Id: I097247ab1da409e56dce01fdb000e8d416e82add
        Reviewed-on: https://gerrit.libreoffice.org/36306
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-09  blendergeek  <timothy@eastlincoln.net>  [886d76e50eab863a38010b983214e2ecaca658cf]

        tdf#97087, Add debug name to an Idle object
        
        Change-Id: I3974be660951cfcf7ac4028e5810c16256959079
        Reviewed-on: https://gerrit.libreoffice.org/36292
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba42d726d7c2b80341b3942ef8c44cce3e44b812]

        dump the whole selection and not just one cell
        
        Change-Id: I059b5547d07c5e8f042e22f9de34ce51ffe49c38
        Reviewed-on: https://gerrit.libreoffice.org/36313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d89a4213520996b73fdb74685f24647a37536f4d]

        VBA tests - HEX, HOUR, IIF, INSTR test cases
        
        Change-Id: Ib9e05dcfbd72f56cb3b5fb4e4760f868c008c7ac
        Reviewed-on: https://gerrit.libreoffice.org/36315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ae4e8b44f17502d59f4528f008e06d3550e310c]

        add the merge flags to the item set dump
        
        Change-Id: I5f8b73d7f1c7904c230f43fa4e9c7f62dff89b50
        Reviewed-on: https://gerrit.libreoffice.org/36312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Szymon Kłos  <eszkadev@gmail.com>  [678dfeefa1daf3b6b28e8a0721069c294a53dfd0]

        Notebookbar: warn if priority is set for unsupported item
        
        Change-Id: I9d8e5aa64f7330f55b703b9ef0aaa5fec6ad611d
        Reviewed-on: https://gerrit.libreoffice.org/36314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-04-09  Szymon Kłos  <eszkadev@gmail.com>  [82a25b754b0900d313ca24d9283ae6398dc66d18]

        tdf#106964 Notebookbar: missing id int the .ui file
        
        Change-Id: I466d6f25e6cd68a51ce88dd60b3e9fdc51757c7b

2017-04-09  David Tardon  <dtardon@redhat.com>  [f2b46e1ceabfda66ad3c8fcb21af07f0f272637f]

        cid#1404932 useless call
        
        Change-Id: I49d1fcdfa46d85c1a208678ea5a63069a89cc96f

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [437a45c90c3776ace431bbda9539b1166ca0b11f]

        improve the rendering of databar gradients
        
        Change-Id: Ie4a0e1b9193ca1fe230e8a0a69bef757d442fbee
        Reviewed-on: https://gerrit.libreoffice.org/36311
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6c34c5ff469b4bee0aa165d660e6db4431ff0fe7]

        VBA tests - FORMATNUMBER function
        
        Change-Id: Ibfb00e5be9a32e3767ec4e73cdbf81f53f07b42e
        Reviewed-on: https://gerrit.libreoffice.org/36229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0bc1e8104719b1ed9f8271f9dde407f10fb88df0]

        add test for tdf#106194
        
        Change-Id: I63ae36e0e218e7e40ed28024d91b0d7a9654e965
        Reviewed-on: https://gerrit.libreoffice.org/36305
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a345f714f67594bb9e3f8914e89975a937872cf]

        uitest: add state about currently visible range
        
        Change-Id: Ie07ef2379086f84f9596771bc91683fa3e9bcd32
        Reviewed-on: https://gerrit.libreoffice.org/36304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42aece949ec96c775b31216bddd723aa5321e966]

        don't replace content of formula field when selecting range, tdf#58635
        
        Change-Id: I85953fdd7c2b7f193b2a815564526d985ae2bba4
        Reviewed-on: https://gerrit.libreoffice.org/36309
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbc616c0021b86e6365930ba581818fea280d1a8]

        actually show the newly selected cell, tdf#106194
        
        Change-Id: I0c9f839cbe55f2670602567e61dc4aba77fbef61
        Reviewed-on: https://gerrit.libreoffice.org/36303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-08  Szymon Kłos  <eszkadev@gmail.com>  [9ef71cffd80294f57063d38fe864c3b481ce6f51]

        Notebookbar: add new file and recent docs to the menu
        
        Change-Id: Ib2d7e022c19dc363ba7e7123c4f3de9c7e8dd0f5

2017-04-08  Szymon Kłos  <eszkadev@gmail.com>  [3b5d6d58de9aaa52d64cec4fd000eb032edd08a4]

        Notebookbar: vertical alignment
        
        Change-Id: Iacf2adf834d71267ba8d0a4ab69e6caec4dde1c3

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55f81ec93752a0b6f7ee2356db3c8d73d550d1e6]

        add test for tdf#95617
        
        Change-Id: I8acab5af4dfc8f058eb9624abafe63e212ddb437
        Reviewed-on: https://gerrit.libreoffice.org/36296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [effa6dcb553bd3fc6df89ac88604816feda98873]

        support undo of whole conditional format list, tdf#95617
        
        Change-Id: I3ff0ddb05f794064e33164c60cd1b4e6b89dbcca
        Reviewed-on: https://gerrit.libreoffice.org/36295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77997d2fb2edda1504856bf0d42266288a94b9f3]

        uitest: disable failing assert
        
        Seems to be related to ff1f83dd08b7b0169301ffe0a53499a27af613b9
        
        Change-Id: I75c750c1fced15c766dd7fce7eae675b57cba25e

2017-04-08  Caolán McNamara  <caolanm@redhat.com>  [cb13c3bc7c082246b255f270faf9459f1c24412c]

        ofz#1069 avoid oom
        
        Change-Id: I7b567f49651496969ca0da56de702f10e6a39494

2017-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2fc6d1a1097cf52aa0845b016139e0bdbdfdeb6d]

        vcl: Bitmap processor test - test converting to "disabled" image
        
        Change-Id: I7146d2c667ec439a07e709e0aba96c37dc780db4
        Reviewed-on: https://gerrit.libreoffice.org/36293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32e9332a218f9e7441df158c81869b924e520193]

        support normal mark in deletion code
        
        Change-Id: I8fd3ce2c180097546c21399d00337c619c880485
        Reviewed-on: https://gerrit.libreoffice.org/36294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-08  Caolán McNamara  <caolanm@redhat.com>  [79890a6d1bccbba8c40e42566c3d437d7a1aaace]

        limit symbol visibility
        
        Change-Id: I54d5fbe1cd9d5ae94cb134f08fc00593c802ebee

2017-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e03a22b690ff2fa9e2a1cf3a7b0f86ab48b10a4]

        ScAttrArray::HasAttrib needs to process the default pattern if none set
        
        Change-Id: I00f82387ce67ce7d6e8708c7def994767cd79b6f
        Reviewed-on: https://gerrit.libreoffice.org/36269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-04-07  andreas kainz  <kainz.a@gmail.com>  [2f7b05988e6853ddac68b614e9d83e05af08bc0f]

        add mailmergewizard icon to breeze
        
        Change-Id: Ic9848b6834f5d1cde5177084d796322280d270e9
        Reviewed-on: https://gerrit.libreoffice.org/36285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [723ee43cf65f85d7b586ae8c98529a22621054a3]

        Replace EmfPlusRecordType decimal valuse with hex
        
        Change-Id: Ia5f248282e663e86b76a8c90fb5dd55d112f6912
        Reviewed-on: https://gerrit.libreoffice.org/36260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee73747ab58fbbd5039823767693431223c347d3]

        tdf#107018 PDF export of PDF images: handle references in nested dictionaries
        
        Also get rid of the GetKeyOffset() and GetKeyValueLength() calls when
        copying dictionaries: the reference already knows its offset and length,
        so no need to call them. This makes the dictionary and the array
        handling more similar.
        
        Change-Id: I65936acfaf857636a8d83da3a4cec69289eb89d8
        Reviewed-on: https://gerrit.libreoffice.org/36282
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-07  Michael Stahl  <mstahl@redhat.com>  [69b7204164945cfed385d58e64592ce1b17937d7]

        tdf#106692 writerfilter: RTF import: fix \'0d in \leveltext
        
        It's not a newline but yet another one of those bizarre RTF-encodings.
        
        (regression from 10e733908038407791f9c14af2a86417cc4a653c)
        
        Change-Id: I568050b031b95ac0b6ebfa1a0c39107e62f68bed

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [a1147a34d85742fd5d9410efac6fc59ac2fd1574]

        check escher seeks
        
        Change-Id: I4cb523e8654defa25e75ebd54f1e125ea02e1cf9
        Reviewed-on: https://gerrit.libreoffice.org/36281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9af903505a730320268081e43658c30c289b91f]

        uitest: temporarily disable failing test
        
        Change-Id: If65fb4906e69030d0716998619bc6a1acd6730aa

2017-04-07  Stephan Bergmann  <sbergman@redhat.com>  [50057a37a877213d935958d5c643fde1434d680c]

        Introduce o3tl::string_view.hxx approximation of C++17 <string_view>
        
        ...and use it in configmgr/source/writemodfile.hxx
        
        Change-Id: Ie683dc21010ed45cc454ff89bea0376994b351f2
        Reviewed-on: https://gerrit.libreoffice.org/36270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [39038a3544d1b42388a15e6098ccad8398e8ef36]

        PDF export of PDF images: avoid invalid offset for not used jpeg bitmaps
        
        I missed the JPEG case in commit
        30102ded91b9ecfea172ffc6443154230ee37cbd (vcl PDF export, norefxobj:
        avoid replacement bitmap, 2017-03-29).
        
        Change-Id: If1f74c7873d05d5d7da5eb881626d4e5e535a0a1
        Reviewed-on: https://gerrit.libreoffice.org/36272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [92a5c6d2c0d0ec4ec4df689f96065574b83a3657]

        Read number of polylines as UInt32 according to documentation
        
        Change-Id: I7ef8c66485044e2543dc8d9a9e589537eb36f70f
        Reviewed-on: https://gerrit.libreoffice.org/36025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [5ce387c4812466e6752b434cf0f5a54f98c6a147]

        Resolves: tdf#102286 lets not crash on null pFrame
        
        this is the FlyEmbeddedPrt case
        
        ensure we don't end up with a null pFrame at return time
        
        Change-Id: I68ff6f0a36462cffc47d774865e69041c4dd15a8

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [a7d008a8dfdc0a8b42061329b5e756b1b034abaf]

        Resolves: tdf#106732 the intent was surely to return a const ref
        
        Change-Id: Iaaa1f76a689645adaebf4fe5b87003ad238f71f2

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [ebd43aee5b9cf98ed96ce28985267ad0bc980b7a]

        rework setting hidden property on line break
        
        to avoid the assert in InsertItem, I guess that was the wrong way
        to do it then.
        
        Change-Id: Icd30ced1d2598ec42d3e5f555360f5d2377515c1

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [3e1977abc648a0b30be7af3c10060938de1b143f]

        convert RID_QUERYCOLPOPUPMENU to .ui format
        
        Change-Id: Idcf8566db964c475a0b9049f215af6fc57f0978b

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [132307c089936ba39468a7957577866ab59904fc]

        RID_SBA_GRID_COLCTXMENU has the same odd pattern
        
        Change-Id: Ie05b8d0fe706656f9d9fb66b43af11fac87c8d46

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [ff8b873936aa72b17309da4bfc2775573a5b1f55]

        RID_SBA_GRID_ROWCTXMENU is strangely used to insert entries into another menu
        
        Change-Id: I61fdb3141c345f1d8dd04ee73d9b1bc332cef754

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [e5c6d5ad35faa160bbd3daa593aac0782cd9f1ba]

        extend catch all here for std::exception derived exceptions too
        
        Change-Id: I6b8715b24792f8bbd4434c1bec584b67f8bcc0c5

2017-04-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [5991304ede33b112b7700b2b9f0e18f6c523a0e8]

        LOK - Calc: charts are misplaced
        
        We need to update the transformation primitive wrapping the chart when
        the grid offset is changed.
        
        Change-Id: I42179fdc7cc806c5757a125881f08279767ccbcc
        Reviewed-on: https://gerrit.libreoffice.org/36255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-04-07  Eike Rathke  <erack@redhat.com>  [e4364376b32c58edc0eaba4c587abe7de0eb9987]

        yet another mxCaption refs==1 case to exclude from assert
        
        Change-Id: Iffa8f2bc7d0bb77d5145a569da2c03aefbb9de4a

2017-04-07  Jan Holesovsky  <kendy@collabora.com>  [eff08429ea22fc6f09e6364aa51ba4f484889cb9]

        lok: Make getPart() always return 0 in Writer.
        
        Until now, the getPart() in writer was mis-used to return the current page
        number.  This breaks assumptions about parts on many places, like that
        that invalidates in one part should not affect invalidates in the other part,
        and similar.
        
        We have been special casing that on many places for Writer, but we should fix
        the API instead (finally) - should we need the current page number, we should
        introduce a new call for that, the current situation is just confusing.
        
        For now I kept the rest of the part-related calls untouched in Writer, as
        they are less harmful.
        
        Change-Id: I1c996cbc8a3c33778e68e5f9c20f62d57289b5c7
        Reviewed-on: https://gerrit.libreoffice.org/36259
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-07  Eike Rathke  <erack@redhat.com>  [0c55972d747511dbc711f3c9cbb4db5d8c5dc2ff]

        out-of-bounds tab access when deleting second last sheet
        
        Which in a debug build lead to STL assert
        Error: attempt to subscript container with out-of-bounds index
        
        Change-Id: I09fddbc9e4b214b0313c193f85830ed458d20c0e

2017-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [4db4b9f016256fc8d2b637ed7a8f2b097aaa864b]

        tdf#107013 PDF export of PDF images: handle page tree and content streams
        
        Handle when the page objects are not contained in a single list, but a
        tree of "pages" objects.
        
        Also handle when the page object has multiple content streams.
        
        Change-Id: I7c5b0949314768af5915d37830a45e843e629446
        Reviewed-on: https://gerrit.libreoffice.org/36256
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [209dc36408dd5e1775db2c54b08c3e674158fd2f]

        fix build error with unique_ptr in tubes
        
        Change-Id: Ife80c0886e725b6b556e4a8104b004e1f6ac4199

2017-04-07  Michael Stahl  <mstahl@redhat.com>  [289158d59ecc739951ed4341175877a8544c2bd0]

        Revert "Remove button handler and let the button dispatch the uno cmd"
        
        This reverts commit 6584735bba4b96fbde5c7be55dc6c98878ad059a.
        
        Ooops, that doesn't build any more without the previous reverted one.

2017-04-07  Michael Stahl  <mstahl@redhat.com>  [b805e5705cfaafd8e54283840bec23afc789124a]

        Revert "Related tdf#105566 Update Infobar when signature status changes"
        
        This reverts commit d8faf3bf9a82e8f49340b5020ec4ee931cc2f3f4.
        
        This causes an infinite recursion in JunitTest_sfx2_complex
        involving the newly added SignatureHelper::updateInfoBarState().

2017-04-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [be8b9b4d29abb951aea0ea195541143d256954dc]

        loplugin:redundantcast find cstyle arithmetic casts
        
        Change-Id: If7c259f0d12a41182f476ddb558f7cb5f76f9577
        Reviewed-on: https://gerrit.libreoffice.org/36253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-07  Jens Carl  <j.carl43@gmx.de>  [7d98edfa4955ab6280655a9678d6a913845fa2f3]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in dbaccess/, extensions/, formula/,
        include/, reportdesign/, rsc/, sd/, svtools/, and vcl/
        
        Change-Id: Ie20dadda0eeb0786eb328c6c652287d5481c5e3b
        Reviewed-on: https://gerrit.libreoffice.org/36249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6584735bba4b96fbde5c7be55dc6c98878ad059a]

        Remove button handler and let the button dispatch the uno cmd
        
        Change-Id: Iac4d0e1bf96505b02102ae94ca703c00d5348466
        Reviewed-on: https://gerrit.libreoffice.org/36252
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Manfred Blume  <manfred.blume@cib.de>  [1a95e2a2bbdd1b95d97d3e79b1ef0bc5da95a110]

        tdf#74074 Ability to rearrange order of conditions
        
        applied most comments from Katarina
        
        Change-Id: I8da44b234ce37747b52fb32c4c13607c06767257
        Reviewed-on: https://gerrit.libreoffice.org/36140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-07  Mark Hung  <marklh9@gmail.com>  [b13a0a27444ffbf9ef45cb16ad69fdff0dc64306]

        tdf#106390 improve table in table and table in frame clipping.
        
        Set bottom of PaintArea() with the topmost botom of the upper
        frames, in case table might be cover by upper frame.
        
        Change-Id: Id379469114af2c3c5f844a69b584863f7dd7fd4c
        Reviewed-on: https://gerrit.libreoffice.org/35237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [caf388959576da4f480b8c97443cb052f6201a33]

        Fix typos
        
        Change-Id: Ibad3f8e9f55af5e652b6be198bebace2b1bfb35b
        Reviewed-on: https://gerrit.libreoffice.org/36235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-07  Jens Carl  <j.carl43@gmx.de>  [a2a4fa446f46da0d58635412d2f2ad1e3f31cbc9]

        tdf#39468 Translate German comments
        
        Translate remaining German comment
        
        Change-Id: Idb2abbb734cc89aa6948c003918a7f604b3b2bd1
        Reviewed-on: https://gerrit.libreoffice.org/36193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d8faf3bf9a82e8f49340b5020ec4ee931cc2f3f4]

        Related tdf#105566 Update Infobar when signature status changes
        
        gpg4libre
        
        Change-Id: I8f29cf16905c79d19d46662b087f4fd8778c8147
        Reviewed-on: https://gerrit.libreoffice.org/36251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c443852d25a61b61353d630d8dc8753bad6ab30]

        vcl: remove no longer needed WIN_Rectangle()
        
        Not needed anymore after commit a5a571307fb3306b74ab46b085cde6388270a770
        (tdf#82580 tools: rename Rectangle to tools::Rectangle, 2017-03-30).
        
        Change-Id: I25a11ca0b6c2e9e96847bd01b5e82835d1dd4a95

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [9b77f8142bf665a47c3a179e3fe3f82623a99f8a]

        ditch ReadRawUniString
        
        This thing is defined by MS-OSHARED, there FWIW, the 8 bit encoding is "ANSI",
        which is somewhat useless, use the same GetCharSetFromLanguage() attempt we use
        elsewhere when that problem arises
        
        Change-Id: I6d8efdbec0daf7f3439283f2be0473b6fad1fb17
        Reviewed-on: https://gerrit.libreoffice.org/36214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [60aac84fc83ca6d527d06cf4ce031d7ef5ffee48]

        ofz#888: use after free
        
        Change-Id: I6d3f9108b02149165b020fc9c6677880456a1ef4
        Reviewed-on: https://gerrit.libreoffice.org/35298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [fef765d68d090bb439f58347afc930f48567673e]

        ofz#974 check SetBorder bounds like the other maHorizontalBorders users
        
        Change-Id: Iac113433ac2317ddfebc68ed793c481384d56551
        Reviewed-on: https://gerrit.libreoffice.org/35964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [6c401a7bdc4e0f5340203b9885e368cb96986aa1]

        ofz#893 limit para depth to max legal ppt level
        
        Change-Id: Ie7c287964b126d143a0eeb14be53addc7c34b87f
        Reviewed-on: https://gerrit.libreoffice.org/35402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [7b9f22fb62cddcc48866c3abae1ad1f636548dde]

        try and silence coverity#1403659 Data race condition
        
        Change-Id: Ibe8629b9f61230b41840351a3486050e6ad9eb8c

2017-04-07  Caolán McNamara  <caolanm@redhat.com>  [e005930ffc7ba46c04818d8dae59e9f1521386b9]

        Restore "ofz: treat more short properties as run ends"
        
        This reverts commit 504c993eafe9aba93f034c7672c8530c9d1a85ec.
        
        Change-Id: Ifb82e0c961b59cda579d71271f065eae09367f25
        Reviewed-on: https://gerrit.libreoffice.org/36223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-07  Stephan Bergmann  <sbergman@redhat.com>  [464fa1b40f5e4f5f7dcee8ba73243b64042ce69e]

        cid#1404877: Check return value
        
        Change-Id: I6199a7604f8c978a6ebe3537f7df322f32d95c77

2017-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [bc4176fa43dc8047774a11dfb5b913e6adce2252]

        tdf#95386 More Help Agent cleanup
        
        These methods were creating and passing URLs for the
        long dead Help Agent
        
        Change-Id: I5e3eafc2ca3bf5c1ca0032b9cb19ed30c8f06e66
        Reviewed-on: https://gerrit.libreoffice.org/36172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [49b237c46efa1ba3513dfbe6c782c713296352d8]

        tdf#95386 More Help Agent cleanup
        
        These configuration settings are good to go
        
        Change-Id: Id0867c52c46435d416703bc822ef14ffad2ea9f6
        Reviewed-on: https://gerrit.libreoffice.org/36171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [b3f96d2ccba362a2898bc3a4d365ce7c4d0698e2]

        tdf#99967 (related) Drop Web Wizard HIDs
        
        These were used on the recently dropped help pages
        
        Change-Id: I391c881b43c49000c37cbe53b111f686eaa64843
        Reviewed-on: https://gerrit.libreoffice.org/36093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [3e6151663dcf4562a18853c4c3fca0c5f8666a16]

        Drop unnecessary HIDs
        
        These are used for the Mail Merge Wizard's
        E-mail Message window: sw/uiconfig/swriter/ui/mmmailbody.ui
        but the default HIDs will work just fine.
        
        Change-Id: I2e31333ed5dc6e4804488c8412aacab02e2799e0
        Reviewed-on: https://gerrit.libreoffice.org/36092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [359ff94950bc11c31685a6ca6280d4230b9e2f1b]

        Drop remains of the Welcome Screen feature
        
        Which was dropped in e299ef4952a580bdbd416cef3e1a2feba4979e13
        (that was in 2001)
        
        Change-Id: I5860bb44ced35b338f667e47d89f6ed1d597dc11
        Reviewed-on: https://gerrit.libreoffice.org/36159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-07  Stephan Bergmann  <sbergman@redhat.com>  [d78040aadb6a8e3eeee1652b62a06d6e7e9b28ce]

        ASan stack-use-after-scope
        
        ...as reported during CppunitTest_extensions_test_update (see below).  I don't
        see a reason why those pContext should be shared_ptr, so better make them
        unique_ptr to guarantee that xmlFreeParserCtxt is called with c still in scope
        (in CDocumentBuilder::parse).
        
        > ==10883==ERROR: AddressSanitizer: stack-use-after-scope on address 0x2b111da94b68 at pc 0x2b116e55a200 bp 0x7fff7228b0f0 sp 0x7fff7228b0e8
        > READ of size 8 at 0x2b111da94b68 thread T0
        >     #0 0x2b116e55a1ff in com::sun::star::uno::BaseReference::is() const include/com/sun/star/uno/Reference.h:94:27
        >     #1 0x2b116e699756 in DOM::xmlIO_close_func(void*) unoxml/source/dom/documentbuilder.cxx:214:33
        >     #2 0x2b11300cf646 in xmlFreeParserInputBuffer__internal_alias workdir/UnpackedTarball/xml2/xmlIO.c:2575:2
        >     #3 0x2b112fdd2706 in xmlFreeInputStream__internal_alias workdir/UnpackedTarball/xml2/parserInternals.c:1341:9
        >     #4 0x2b112fddebf3 in xmlFreeParserCtxt__internal_alias workdir/UnpackedTarball/xml2/parserInternals.c:1774:9
        >     #5 0x2b116e6aaddc in std::_Sp_counted_deleter<_xmlParserCtxt*, void (*)(_xmlParserCtxt*), std::allocator<void>, (__gnu_cxx::_Lock_policy)2>::_M_dispose() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/shared_ptr_base.h:464:9
        >     #6 0x2b116e65370a in std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/shared_ptr_base.h:150:6
        >     #7 0x2b116e653494 in std::__shared_count<(__gnu_cxx::_Lock_policy)2>::~__shared_count() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/shared_ptr_base.h:662:11
        >     #8 0x2b116e6a78b1 in std::__shared_ptr<_xmlParserCtxt, (__gnu_cxx::_Lock_policy)2>::~__shared_ptr() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/shared_ptr_base.h:928:31
        >     #9 0x2b116e69f01d in std::shared_ptr<_xmlParserCtxt>::~shared_ptr() /usr/lib/gcc/x86_64-redhat-linux/6.3.1/../../../../include/c++/6.3.1/bits/shared_ptr.h:93:11
        >     #10 0x2b116e696aca in DOM::CDocumentBuilder::parse(com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) unoxml/source/dom/documentbuilder.cxx:336:5
        >     #11 0x2b116e699fe2 in non-virtual thunk to DOM::CDocumentBuilder::parse(com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) unoxml/source/dom/documentbuilder.cxx
        >     #12 0x2b116df6449a in (anonymous namespace)::UpdateInformationProvider::getUpdateInformationEnumeration(com::sun::star::uno::Sequence<rtl::OUString> const&, rtl::OUString const&) extensions/source/update/feed/updatefeed.cxx:589:83
        >     #13 0x2b116df682ea in non-virtual thunk to (anonymous namespace)::UpdateInformationProvider::getUpdateInformationEnumeration(com::sun::star::uno::Sequence<rtl::OUString> const&, rtl::OUString const&) extensions/source/update/feed/updatefeed.cxx
        >     #14 0x2b115d9a73eb in testupdate::Test::testGetUpdateInformationEnumeration() extensions/qa/update/test_update.cxx:57:26
        >     #15 0x2b115d9baf1b in CppUnit::TestCaller<testupdate::Test>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #16 0x2b111904ad8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #17 0x2b11322dab0f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:39:14
        >     #18 0x2b11190093ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #19 0x2b1128c6214f in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #20 0x2b11190093ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #21 0x2b1124efc351 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #22 0x2b11190093ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #23 0x2b1118f87350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #24 0x2b11190093ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #25 0x2b1119005e70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #26 0x2b11190c50f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >     #27 0x2b1119048fa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #28 0x2b111904d7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #29 0x2b111904c819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #30 0x2b111904d7a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #31 0x2b111904c819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #32 0x2b11191035c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #33 0x2b11190c340d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >     #34 0x2b111910489b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #35 0x532fb4 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:306:20
        >     #36 0x52e7c3 in sal_main() sal/cppunittester/cppunittester.cxx:456:20
        >     #37 0x52cb6f in main sal/cppunittester/cppunittester.cxx:363:1
        >     #38 0x2b111acb5400 in __libc_start_main (/lib64/libc.so.6+0x20400)
        >     #39 0x438019 in _start (workdir/LinkTarget/Executable/cppunittester+0x438019)
        >
        > Address 0x2b111da94b68 is located in stack of thread T0 at offset 104 in frame
        >     #0 0x2b116e69553f in DOM::CDocumentBuilder::parse(com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) unoxml/source/dom/documentbuilder.cxx:303
        >
        >   This frame has 4 object(s):
        >     [32, 40) 'g' (line 308)
        >     [64, 80) 'pContext' (line 310)
        >     [96, 120) 'c' (line 321) <== Memory access at offset 104 is inside this variable
        >     [160, 168) 'ref.tmp' (line 333)
        
        Change-Id: I3398d54776af4927417e392e55bbca740d4121af

2017-04-07  andreas kainz  <kainz.a@gmail.com>  [d01bd207da18fd47c23f408f0519140d0983ed7a]

        move sifr svg to separate folder and add some svgs from github repo
        
        Change-Id: I25500c26458000d602e42006de6edae7f017772b
        Reviewed-on: https://gerrit.libreoffice.org/36230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [26e7c6d6abf889a7e5bbc0fa4f73034f9cbd07b9]

        loplugin:redundantcast check for c-style char casts
        
        Change-Id: Id6881262e370fd563ec29db95e4af5cfcb04ea34
        Reviewed-on: https://gerrit.libreoffice.org/36247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8e9b4227b739d735a4c232a5f0e7df47a4e94be9]

        Fix the inline comment a bit to make it make more sense.
        
        Change-Id: I29523ce69aa4e834e13b7cecd312323c9257ffc3

2017-04-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18234d23200e5cad1d8acbc9ad452d1ee2688169]

        Make it a bit easier to read.
        
        Change-Id: I1c87d17dc9bf54e968af1cb6a7abc3dc36324bd9
        Reviewed-on: https://gerrit.libreoffice.org/36240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f7b969d8ecfe349a52d523c169c64c9e1a250fa6]

        Print formula strings for non-shared formula cells as well.
        
        Change-Id: I00fc4061b8917bb001a6487db4c06f0ba64f5eef
        Reviewed-on: https://gerrit.libreoffice.org/36239
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [a9bd83bdd390724372d2da3451fae083a72af5b0]

        starmath: Move SmNodeStack to mathmlimport.hxx
        
        which is the only place using it.
        
        Change-Id: I87d5a1f0d0993f7585c9767fc32eb46158503dfb
        Reviewed-on: https://gerrit.libreoffice.org/36197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-06  Rohan Kumar  <rohankanojia420@gmail.com>  [709f49bce86d2df4154d8075818f57cacfecb401]

        tdf#51358 Add Support for more slide transitions to Impress SVG Export
        
        Ported the class WaterfallWipe.
        
        Change-Id: I4856243c4b29e45f16ee780db42c2f742a6b1dc1
        Reviewed-on: https://gerrit.libreoffice.org/35107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Rohan Kumar  <rohankanojia420@gmail.com>  [6c7a2c9570e6a3fe3cc4b14f8831d934e458be01]

        tdf#51358 Support for SweepWipe transition in SVG Export
        
        Ported the class SweepWipe
        
        Change-Id: Ia67b50ba53900efab977a4cb284f7d1514ff8113
        Reviewed-on: https://gerrit.libreoffice.org/34906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Rohan Kumar  <rohankanojia420@gmail.com>  [616efc4a11481ecafe40ca1de3ef93841c11dc9a]

        tdf#51358 Add Support for FanWipe class
        
        Ported the class FanWipe In SVG engine.
        
        Change-Id: I8a067f2df32968bb00d5b3adc020bc9ee8296f33
        Reviewed-on: https://gerrit.libreoffice.org/33910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Regina Henschel  <rb.henschel@t-online.de>  [c10aaf94a9054e48ddd1112c84876eecd3dec726]

        tdf#105545 Allow closed paths having 2 points
        
        Closed paths with 2 points can be created from scratch,
        therefore allow them too, if a point is deleted.
        Remove now unused member mbIsClosed
        
        Change-Id: Iac2a08df52f734c99c6ac14d9f1a16d8b943d399
        Reviewed-on: https://gerrit.libreoffice.org/33654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Rohan Kumar  <rohankanojia420@gmail.com>  [7a64ad57036234c90dda0ba1fefdf8867114305e]

        tdf#51358 Support for ZigZag-Wipe transition animation in SVG support
        
        Ported classes ZigZagWipe and BarnZigZagWipe
        
        Change-Id: Ib15929c24dc952944ac4de5b71c541cdd99affcc
        Reviewed-on: https://gerrit.libreoffice.org/33763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Bernhard Widl  <bernhard.widl@cib.de>  [781c026f98c848025f313940c94cbd4553259901]

        tdf#55236 save settings of CSV export dialog
        
        Change-Id: I250e2d8d9d7b7b806a60fb2779321685e84b44bf
        Reviewed-on: https://gerrit.libreoffice.org/36144
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Bernhard Widl  <bernhard.widl@cib.de>  [26030f92629b310e66b2335c2cec0413bb7ec828]

        tdf#97357 allow insert image if sheet is protected but few cells are not
        
        - if the currently marked area is fuly unprotected, allow insert image
        - if there is no currently marked area, check the current cell
        
        Change-Id: I46608ae349f91f9f2e81a22dd55a817616ca3d3c
        Reviewed-on: https://gerrit.libreoffice.org/36160
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [42fa96ba5a8a793cb3377b24937fd0eabce85ae2]

        lokit: compile-test a plain C version
        
        Change-Id: Ibe2108984df8f4fef9ed681941d517ca9ad9479c
        Reviewed-on: https://gerrit.libreoffice.org/36177
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [d5215e0e58febf582b18ad38f5745f8ae924cc1f]

        unit test for CEILING and FLOOR .xlsx export, tdf#100011
        
        Change-Id: I2ce45db4ae905dedf7c3dc8fb0fd9519ace6c3aa
        Reviewed-on: https://gerrit.libreoffice.org/35549
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-06  Yousuf Philips  <philipz85@hotmail.com>  [54f6a0fe470096f6bdc3942e9f3032e40dbfcd23]

        tdf#104706 Enable icon for Clear Direct Formatting command
        
        Change-Id: Iba3cbd8148794ac984a91d22d33cdec1f4453c5f
        Reviewed-on: https://gerrit.libreoffice.org/36221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [4c62515d5b6ec5876cafb1165cd9501502fa4c87]

        loplugin:redundantcast
        
        Change-Id: I925879cf8df630e4e20773c363b9a27a572f3093

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [d3099d03d5302303b9b7a3c29093455ff58be1ae]

        split getAccessibleParent
        
        Change-Id: I579064ec8a6d419f0b065f94d505103d3629c483

2017-04-06  Eike Rathke  <erack@redhat.com>  [4dd95cadcd330aee49b3c84d3e336b808217af46]

        these FUNCFLAG_EXPORTONLY need also FUNCFLAG_MACROCALL_NEW, tdf#100011 related
        
        Maybe one day we'll actually use these tables also for export
        capabilities ...
        
        Change-Id: If3d55ec008e321d95b21e0d284c7d58d13a2399b

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [883e6f7e0d1f70072d38593a466c542c684d43fc]

        No real need for OPropertyExport::AddAttributeASCII
        
        Change-Id: Ia8e62909ab484240468708ad1ff99a5e1cdc779c

2017-04-06  Eike Rathke  <erack@redhat.com>  [ea01a08763e56a7de66f0c24655a627669c8a7f7]

        Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappings
        
        ... for CEILING and FLOOR that were lost when introducing CEILING.MATH
        and FLOOR.MATH which are semantically identical, but the export needs a
        distinct known mapping otherwise the function is stored as a macro call,
        which Excel dislikes.
        
        Change-Id: Id371c1732984a8e5567f74fd265b9aee88fb1898

2017-04-06  Justin Luth  <justin_luth@sil.org>  [20feed528a9b9d57b35805611a4279000a474c3d]

        tdf#106974 docx export: Crop is "long", not sal_Int16
        
        I got size sal_Int16 from the return value type of the border
        spacing, but somehow failed to lookup the return value of GraphicCrop.
        It now matches .doc export's sal_Int32.
        Bad mistake: regression 8eff1decd91cbfb10094c25d4cf1d2b434a4da72
        
        Change-Id: Ie149630b9da9a067de319149f23ca21f78a186cf
        Reviewed-on: https://gerrit.libreoffice.org/36200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d8604338c4b289c01d311b95a5587b250f0d6ff2]

        make page size compile time constant
        
        on educated guess
        > std::numeric_limits<sal_uInt32>::max() - sizeof(few fields) + 1
        is always greater 1000
        
        Change-Id: If0e91e27aabc2bda4beccb5e98eb20a7c890e2f0
        Reviewed-on: https://gerrit.libreoffice.org/36201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6591934e66827bf01f1cff5bcbe7335fd5d5b970]

        add BAHTTEXT test case
        
        Change-Id: Ib6c4781b6a0a482539dfeea81dc1044f6d56e1d9
        Reviewed-on: https://gerrit.libreoffice.org/36163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-06  Khaled Hosny  <khaledhosny@eglug.org>  [843c6d6eec95b99e867c28ab27860215d5d72b37]

        tdf#106960: Fix math scaling on Windows
        
        Remove this leftoever code from 1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a which
        does nothing useful now.
        
        Change-Id: Ia7fa888d5687c9da110b44139a8217558a7f641b
        Reviewed-on: https://gerrit.libreoffice.org/36222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [6b4a4bab6d21a549ed35fd045eedf7ff05130a71]

        Improved loplugin:redundantcast, static_cast on arithmetic types
        
        Change-Id: I6e1f76de4b1ebf76ad02e7d0cd1374b4def83932

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [06aa3dd5b47d7eedecc8dd45f12581f2e9fa14ee]

        Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurp
        
        Change-Id: I109c8a2c51c7916ce8f8964b57ee45747868844f

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [0446cca0b6c4a4b3a9dcdaee957b6ff8aaba3135]

        Improved loplugin:redundantcast, static_cast on arithmetic types: chart2
        
        Change-Id: I21dd484a2d337d16f59d5a747afaee230a1e7c89

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [b6fb8399524fecc9d8714328d65cee5e75027dd7]

        Improved loplugin:redundantcast, static_cast on arithmetic types: connectivity
        
        Change-Id: I8156e528b675c5f27c5d6903f17cb62d228d1488

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [0791c51c724b07b52b6bf37994cbd3659cfc40e5]

        Improved loplugin:redundantcast, static_cast on arithmetic types: cui
        
        Change-Id: I2060dc58167e5bf5ee8244a56970c399f53fe237

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [f4cd4b3cf9a0074a8fa4796cd63c063162e1dced]

        Improved loplugin:redundantcast, static_cast on arithmetic types: dbaccess
        
        Change-Id: Ic6331f8532254c7fc69e15c14b7f44c872ba7c62

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [a48fadd2618274fd167ceefc88a6db689af01158]

        Improved loplugin:redundantcast, static_cast on arithmetic types: editeng
        
        Change-Id: I64be28eb18822c29e3d540decb465c9204d16894

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [9cc130d233dc980bfecd4a485bef0280feff5b18]

        Improved loplugin:redundantcast, static_cast on arithmetic types: extensions
        
        Change-Id: Ib620223544c2f6fca813dffa912cf773ff5b7c54

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [1933e2fb022a974a6814469698ba5d3bdc30919a]

        Improved loplugin:redundantcast, static_cast on arithmetic types: oox
        
        Change-Id: I5febd0b28bc3e8beca1034ca151406af1e2034d9

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [97a50f27ed06fc5d257c595c0bfffba57ddb511f]

        Improved loplugin:redundantcast, static_cast on arithmetic types: registry
        
        Change-Id: I68adf213b6c8c44ad3eaed4cf1e0e0db764739fd

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [4538b6d6860df56de155b6e6bc39b7b022ce4180]

        Improved loplugin:redundantcast, static_cast on arithmetic types: reportdesign
        
        Change-Id: I3ff00ce0536db84144c6f1e9ae1cb4946da84ec8

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [de0ea66610a4bda091d0d6103ff251530a7bb60c]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sal
        
        Change-Id: I7caadbc06b2266800666151de75d799c42148aca

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [12162c8297b3661bd0bad65df830f42141e94672]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sax
        
        Change-Id: I4f7c635af8d9d02657d978c08175833fb45adcbf

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [93c0b1f5dafa1c9d01c804f350129dde047bb8dc]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sc
        
        Change-Id: Id56d3e3d7c4485e24dc8fe6349631837101e86fe

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [ee3e23842e7bb0bfe23b6f070b0677dd3d70fd92]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sd
        
        Change-Id: I47f6ac62a560b8e6e0e83462ae26caf17160393b

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [d373d996e163df68935b5ac3e09a931c32047bc0]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sdext
        
        Change-Id: Ib9d4c9ee077ffe7e3625818d2468658ee00b9c77

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [18d87f5be8e8a20ff21fbf74e11af277dfcfe49b]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sfx2
        
        Change-Id: Ic524a0fc2c1038202456dcf0aa51a8a3eb9a70b0

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [e40f3cf3302d397ef0dc2d8f0d308f902be3a98d]

        Improved loplugin:redundantcast, static_cast on arithmetic types: slideshow
        
        Change-Id: I5f2031068ef0ab8e777fddfa90e7a15836938b48

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [1221ee605ac3bcab982bd8e63c5fbf39bbfd605c]

        Improved loplugin:redundantcast, static_cast on arithmetic types: starmath
        
        Change-Id: I59f875a09b4f397c3ba1fe445ed5b3c970e2fc05

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [f392d3b1233ee0ee74456595e6bd5fdb3853da19]

        Improved loplugin:redundantcast, static_cast on arithmetic types: svl
        
        Change-Id: I9a99d243173eb2300a57d47097b2eef8c48bb76b

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [2ced777e0cdf8240cc8567467b2008c3ae8230e3]

        Improved loplugin:redundantcast, static_cast on arithmetic types: svtools
        
        Change-Id: Idcd8a32f85788fe0d763c2f72475e3bef4221366

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [42c490fe71595ad692a5364cf15a9608d1abdf80]

        Improved loplugin:redundantcast, static_cast on arithmetic types: svx
        
        Change-Id: I4705917cd6e583b1209671ca4a9122581f7b4417

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [8005237d71a75fe9bcfd860111bb0fe1fa6064d6]

        Improved loplugin:redundantcast, static_cast on arithmetic types: sw
        
        Change-Id: I1d52df4fe3f276ebf017aa7cfb7b313cefaf0844

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [cbb2f42ecc86b3fc327e976f5a1a591b40f40299]

        Improved loplugin:redundantcast, static_cast on arithmetic types: unotools
        
        Change-Id: I9717a519340f13c852e5e505a906dc15d765b9df

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [643787f22eaf057ee7d0a4f49065834e11b92ce5]

        Improved loplugin:redundantcast, static_cast on arithmetic types: uui
        
        Change-Id: I2ecf4a804a9fa4056f956bea245b64cb7c087595

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [e2a218114de3fd74848323238188c847a733d9b3]

        Improved loplugin:redundantcast, static_cast on arithmetic types: vcl
        
        Change-Id: I5c85d3df578d0b7e9ffc54679b73a0ce35de8620

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [2f01d679585f9770d81d8e0a8f3eb7a5b4edf2b4]

        Improved loplugin:redundantcast, static_cast on arithmetic types: xmloff
        
        Change-Id: I67a7f0643b4773c991e780c9a715636bb3e6e6cb

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [f79c466405843fc5ee01b2129c97965bcdd6b3b8]

        Improved loplugin:redundantcast, static_cast on arithmetic types: xmlscript
        
        Change-Id: I511174aa27bd486e6c046761e481c494c58a67bc

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [8a18515f7bb1eb6e7d356a1737ac1a339b5ceeab]

        Improved loplugin:redundantcast, static_cast on arithmetic types: xmlsecurity
        
        Change-Id: I51692b887585d6a64019550aff5f6ea2910ad2fd

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [504c993eafe9aba93f034c7672c8530c9d1a85ec]

        Revert "ofz: treat more short properties as run ends"
        
        This reverts commit b4d6590ff572eb6c9f3455c718cc89336cf15c54.
        
        Revert "loplugin:literaltoboolconversion"
        
        This reverts commit 6e372ae1e9401f7a3651c617ece4131c065ec58d.

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [6e372ae1e9401f7a3651c617ece4131c065ec58d]

        loplugin:literaltoboolconversion
        
        Change-Id: Ibdff644999556ae38e2b1dd4177a0f890e9bd14a

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [b4d6590ff572eb6c9f3455c718cc89336cf15c54]

        ofz: treat more short properties as run ends
        
        Change-Id: I010317f9e68e377a33c04c3dbac0dd075475dbe8

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [537469f2294742fcd770b162ad965ad1c09cd72e]

        crashtesting: empty ReadAccess on converting fdo58541-1.xls to pdf
        
        Change-Id: I72c74c7224e99b090eceb8928eeddc3b50d1d2c8

2017-04-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d49dcc7ccc67f5c8fbb6fa5a0d9a09aa634c588f]

        lokit: this was supposed to be plain C functions
        
        Change-Id: I22c568edd297fcc53a8d4fb826e12ee0cea59432
        Reviewed-on: https://gerrit.libreoffice.org/36176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [09b72d9fda544ad48a50c991022d505dd347705a]

        eof is not an error, but we don't want to parse short read data
        
        Change-Id: I17043c51e45de34a33db482141e33eb4a280e9c4

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [dcf85b2f0c89a774a7b2d378ef4dcedc637887ad]

        valgrind: reverse tests of use read result and test result is safe to use
        
        Change-Id: Id5c70294ee49209061c4a1df95d06689d7f8383e

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [aeac0bcacb8f6efcedb79df90e68078483d5a68f]

        ofz: treat short properties as run end
        
        Change-Id: I00a5bab63663e2dde43825707e84568fca6aa594

2017-04-06  Jens Carl  <j.carl43@gmx.de>  [a6ac1545f79440ad31317ec975754eba57649ee7]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in sc/
        
        Change-Id: I93c7cf423325715435910a89420e7522b440c81e
        Reviewed-on: https://gerrit.libreoffice.org/36192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [26fb00ec6d8dec52a4ec4c0f194a9da6f310b7e3]

        loplugin:useuniqueptr
        
        Change-Id: I1499ea7316811892c014592ef2bb6e431543af1a

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [032aee2cb74e168ecf35ef698a84165cc74fad0a]

        loplugin:useuniqueptr
        
        Change-Id: Icd2ff94d1fb9003e634b6f789d66011b1c94dd5b

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [0548f6205c0241e079eb3e17b6d6636dcf621f01]

        loplugin:useuniqueptr
        
        Change-Id: I706838b9fae087017f60782c185340e6560de86a

2017-04-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2fd110a78d03510d031c4c6cf6ad380d82899df8]

        tdf#106190 Fix (again) left alignment of denominator
        
        Instead of moving spaces from left to right, like it was done
        previously, this patch insert spaces directly on right
        when in denominator
        This avoid complex calculation when user enter such (stupid)
        format:
         # ?/ ???
        or
         # ?/" hello world "???
        
        In SvNumberformat::ImpNumberFill, for NF_SYMBOLTYPE_FRAC_FDIV
        you need at least to move in sBuf, to insert text at the
        expected place for (stupid) format like
         # ?/ 100
        or
         # ?/" hello world "100
        
        All these formats works, but are stored in ODF with text
        after fraction
        
        Change-Id: I296e60643e93242b8006848a643135219ad4ad0c
        Reviewed-on: https://gerrit.libreoffice.org/35320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-04-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a016ac1667cdf7fb81a78b51a6aaab455e376782]

        lokit: make this build on windows, silence extra warnings
        
        Change-Id: I78d5ce58d55d27eaa0256a0c1ddffed3a5f2cf91
        Reviewed-on: https://gerrit.libreoffice.org/36175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [724ddb9177fd38c80f60d3d957d7be4be813c069]

        loplugin:useuniqueptr
        
        Change-Id: I33aafc7351c5fdc2c677d0be123f666211255ccb

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [169467cc795021f95faa4f627c0802fbec312312]

        use OUStringBuffer in SwWW8ImplReader::ReadRawUniString
        
        insteaf of the underlying C API
        
        also clean up the call sites, nothing actually needed to do any
        appending.
        
        Change-Id: I175218df641a0d05fd4d79d7675f401dd9712319
        Reviewed-on: https://gerrit.libreoffice.org/36210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [b02f05981ffe837b94d4a437c32ea1f9b7b7c883]

        loplugin:useuniqueptr for ScViewFunc::InsertName
        
        Change-Id: Idf0b08a86f9b8043b3b886a0b15b2ac0fbb905fb
        Reviewed-on: https://gerrit.libreoffice.org/36209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [fb2cd383f7b540b948565ef6e299a4cd5e125e2d]

        Look through ExprWithCleanups etc.
        
        Change-Id: I5c8af20a71eca245c4b2a0061dc0612a4770c8ff

2017-04-06  Michael Stahl  <mstahl@redhat.com>  [3510a0e2245e619a2e2518f8702686d608522cdf]

        libmwaw: fix MSVC2017 "invalid comparator" assert
        
        Change-Id: Ic1ace8da86d6306d1cc3d3b124a236bf794cc7be

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [6768a9b602c5cd6b4702faf862cac60527bded99]

        loplugin:redundantcast check for c-style casts to void
        
        Change-Id: Ic8b99f590436f94825e471bc61411c69fd768862
        Reviewed-on: https://gerrit.libreoffice.org/36208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [ad16351d9d8fd440bb8941c453b802ad5c109b23]

        Resolves: rhbz#1438876 detect preferred help module for csv dialog
        
        For calc import before any toplevel is created the context is otherwise
        unknown. If a help id starts with a specific module name, then default to that
        module name as default help category context. Cosmetic, same help is shown in
        any case because its in the shared section, but title bar would state "Writer"
        when context is expected to be "Calc"
        
        Change-Id: I3323bc55ef23ec162dad4349efb5e84ec3e8054c

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [f0e4c91aba989507913d1f88133050409dd109c5]

        split out module->help mapping
        
        and add the missing not-toplevel-in-help ones from...
        
        ls instdir/share/config/soffice.cfg/modules|sort|uniq
        
        Change-Id: I618d91e1271b3a200928494156d93cbfef45c19f
        Reviewed-on: https://gerrit.libreoffice.org/36206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [653588e1bbad1e4d954afa4b12325996fd1cceb7]

        xmlsecurity: remove unused ImplXMLSignatureListener::signatureCreated()
        
        ImplXMLSignatureListener doesn't have to implement
        XSignatureCreationResultListener, signatureCreated() is only called at
        SignatureCreatorImpl::notifyResultListener(), on an object set by
        SignatureCreatorImpl::addSignatureCreationResultListener(). But
        addSignatureCreationResultListener() is only called from
        XSecController::prepareSignatureToWrite() where the argument is of type
        XSecController.
        
        Change-Id: I378bda8b1ffdebb4305bec9eebe093aa2443b4e7

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1945405b08cad5138345882cb68c64edeeabdae]

        loplugin:redundantcast check for c-style float casts
        
        Change-Id: I86b6f58887cb398a80698f8d8564b5bc3f55eabb
        Reviewed-on: https://gerrit.libreoffice.org/36198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Gabriel Herrera  <Gabriel.HerreraSanz@cib.de>  [0840bc7957117b8913e3d7d5848bbc4524b4949e]

        lokit: avoid null pointer access w/ undefined LOPath var
        
        Change-Id: I777fa58a138d453a108b0c65dcfd667d3da25999
        Reviewed-on: https://gerrit.libreoffice.org/36174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Mike Kaganski  <mike.kaganski@collabora.com>  [0c547776340c3983a867890b34f4a931215f8f52]

        tdf#106359: register .iqy in MSI and treat them as templates
        
        Change-Id: I7ae94c7717fbea03d96c539e05eeb565bafefd9f
        Reviewed-on: https://gerrit.libreoffice.org/36188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-06  Gabor Kelemen  <kelemeng@ubuntu.com>  [f747390b4f79d88dcccec8aa5e25d3444aac9a23]

        tdf#106943 Lock down Experimental features and Macro recording
        
        Visually disable these features if they are locked by
        system administrators
        
        Change-Id: Ib35840312ad9c506e689ec6c9d432a88c07a5c28
        Reviewed-on: https://gerrit.libreoffice.org/36095
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [01088af64083c706696dbfeb0c58f62bdbf84c48]

        SwWW8ImplReader::ReadRawUniString needs some love
        
        - remove the useless null substition
        - remove a copy by reading directly a rtl_uString object
        
        Change-Id: Ifa02bcee0ec1d119d8ff4da34788f13f58873c93
        Reviewed-on: https://gerrit.libreoffice.org/36199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [68d5dbf34d88a9029b15010115c502b3dc7095c8]

        Use OUString function variants that take a (narrow) string literal
        
        ...instead of going via an OUString temporary created from a char16_t string
        literal
        
        Change-Id: I9bdc1fe5e92988fbe227534a183c0c5a86ebc2a1

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [882dc72e675b28859eff8f9e5f4fcc6cdbc48128]

        loplugin:unreffun (clang-cl)
        
        Change-Id: Ifd5522ce1be31f9c9bd432ccf40a0c971063c8da

2017-04-06  Thomas Beck  <thomas.beck@cib.de>  [8438cd334a6116425b1039c34807ddcf54b056f2]

        tdf#100108 Layout labels not consistent
        
        Labels in layout menu are now consistent with the names
        of the tooltips shown in the layout tab
        
        Change-Id: Ie3dd13af03fcd8b29cfb5e9b6e8fe43b1668bc94
        Reviewed-on: https://gerrit.libreoffice.org/36196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [15c8a54cc9a875a17bed23a383fcd3d7742a1fca]

        convert zoom menu to .ui
        
        Change-Id: I4163042773f0f38e3372527d0a77a1b370bcafe9

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [e576278e16644a1478c9a90116ef4e383e54696c]

        reinstate removed but inuse resources
        
        since...
        
        commit 6742500ccb2ff6d39f527760152d2b08fd9cfe17
        Date:   Wed Mar 15 13:16:37 2017 +0200
        
            remove unused defines from HRC files in sw/
        
        Change-Id: Ie9cb54ba854ef04deaf9857468b3dbb171eb9b5a

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [485242225388b5d6c559b56c654e816e91af34e7]

        split closeOutput up
        
        Change-Id: Id6408fa804e1049ceab012ec0220d8e6f8d8e555

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [65753b9713ae798804da078dd4e9ed3e478e5264]

        scriptclass for codepoint 0 is WEAK
        
        getScriptClass returns the cached nRet if new char equals old char
        old char is initialized to 0, so nRet should be initialized to
        the script class 0 would map to, which is WEAK (1), not 0
        
        Change-Id: I30a8388d7c91e786c88deee781a7e2f80f219207

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [655d1f35d745fcd372dad723252f5104789963a7]

        Updated core Project: help  b1f5e0083595ceef845ee8a39e82ad1ed023896f
        
        update help ids for .ui conversion
        
        Change-Id: I945ba9cc0ebce82363ae569da1701c5d01136619
        

2017-04-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [b6637ca811b4ac1323fd0995550bde8553dfb350]

        KAB lo:redundantinline plugin
        
        Change-Id: I522be5260b8f61afb2b133a6e32bd0b66c1b7522

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [aa09b0c27a6d925da428d6267daadc7338829869]

        loplugin:useuniqueptr extend to catch more localvar cases
        
        i.e. where the code looks like
        {
            foo * p = new foo;
            ...
            delete p;
            return ...;
        }
        
        Change-Id: Id5f2e55d0363fc62c72535a23faeaaf1f0ac6aee
        Reviewed-on: https://gerrit.libreoffice.org/36190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c82dff153d92150729815b919854a9a350aa031]

        loplugin:singlevalfields
        
        Change-Id: Ia681765aa1da5c80a3dbe91b7376af841a9c9ec1
        Reviewed-on: https://gerrit.libreoffice.org/36145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [9458ce11084579b020650fecb1165052c16ee556]

        Revert "tdf#106792: Fix "Geometry" property of changed-to-bezier SvxShapePolyPolygon"
        
        This reverts commit 26909d9de4c6e7165fc8f5d938ee6ef55b87cc5c, see
        <https://bugs.documentfoundation.org/show_bug.cgi?id=106792#c10> for why this
        was wrongly addressing symptoms, not the root cause.  Work on a proper fix is
        ongoing.

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [dea248f5cbf91c41007bbb93037a653c5a543080]

        unnecessary pre-all-oustring copy
        
        Change-Id: Ife45898482b74b1b911001d99d04bb8daeacfb41

2017-04-06  Caolán McNamara  <caolanm@redhat.com>  [167b730cc6bcf87508b2b4f344903a44470caf69]

        move ScAutoFormat::Save out of dtor
        
        and drop unused copy ctor etc
        
        Change-Id: I958dae00ffc55cb42acae3c6341ccb6b21a30a84

2017-04-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7d4b68fa47b2e670dcab7be335d38be690db2a73]

        Fix typos
        
        Change-Id: I9e7f7fa6a8b89304883a843f9fb0b905f5e8a8a4
        Reviewed-on: https://gerrit.libreoffice.org/36100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [7662e92c64ec194a2089f633a363d9dc45a4aa9d]

        loplugin:redundantcast find cstyle double casts
        
        Change-Id: I5507be190dac781e5cdb545a60acf3d50056c9f8
        Reviewed-on: https://gerrit.libreoffice.org/36187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-06  Stephan Bergmann  <sbergman@redhat.com>  [823a8f3117a8be1de92168226f561ed804db3e93]

        Call CPPUNIT_ASSERT directly (also avoids -Werror,-Wformat with clang-cl)
        
        Change-Id: I78a1d59e6814ad7f3e39fd720871189ccb0e22d1

2017-04-06  Szymon Kłos  <eszkadev@gmail.com>  [5e3cd098daf7d4537c4826f45fe118e69f9a96d4]

        Fix crash while running the Notebookbar mode
        
        Change-Id: Ifc9b900e49968c46768af3b9ee18bbb834f60557
        Reviewed-on: https://gerrit.libreoffice.org/36165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-04-06  Manfred Blume  <manfred.blume@cib.de>  [4c0979d4a19626602f08bd02627f7c367b47e42f]

        Added help blurb for make verbose
        
        Change-Id: Ibf06e37acc4b6ea69863abc9267152278c4598be
        Reviewed-on: https://gerrit.libreoffice.org/35770
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-06  Manfred Blume  <manfred.blume@cib.de>  [8d2ef851374bc5d5a9605e9c72d47a24fdbe6a06]

        Fix .gitignore after vs2015-ide-integration update
        
        Change-Id: I2899d02e048838f02d46d87b28fd4bbecf8a277a
        Reviewed-on: https://gerrit.libreoffice.org/36155
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-04-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0c551c86f701c1f1865760e122d901c933b8fbe5]

        sc: fix type mismatch
        
        ScGlobal::eLnge is of type LanguageType aka unsigned short
        GetStandardFormat(LanguageType) called
        SvNumberFormatter::GetStandardFormat(short eType, 
                                             LanguageType eLnge = LANGUAGE_DONTKNOW)
        There is no GetStandardFormat with LanguageType as first parameter.
        But there is
        SvNumberFormatter::GetStandardIndex(LanguageType eLnge = LANGUAGE_DONTKNOW)
        let's call this.
        
        Change-Id: I0e89d748291e7827cd488a1c61052da6be216d56
        Reviewed-on: https://gerrit.libreoffice.org/36088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-04-05  andreas kainz  <kainz.a@gmail.com>  [36641fb421240ec5763d7d1f7fba05f5834b38d8]

        update comparedocument and showtrackchanges icon
        
        Change-Id: Ie2d1931411461f8261d443056beb20e22ca4e1c5
        Reviewed-on: https://gerrit.libreoffice.org/36170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [211833e0ff7b8d3387e793b8c56d8fed99af40e8]

        ofz: convert to unicode may fail, so only advance insertion on success
        
        Change-Id: I3ab25a9075a559f7a3eb51488e243a4302ad87fe

2017-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4443d7be61a9ae45630183d856a566cecd06ad95]

        Related: tdf#106972 vcl PDF export, PDF images: ignore PDF >= 1.5
        
        When copying their page steam into ours, we need to make sure their
        syntax is <= 1.4; so when checking if the image has PDF data, ignore the
        case when it has, but it's >= 1.5 (at least in the default case when not
        using reference XObjects).
        
        Change-Id: I6bd77803b92fe16bdd327e5e7c3d2b42adeacca4
        Reviewed-on: https://gerrit.libreoffice.org/36161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dbcb866e46b3f964deb77b62b52bec1bb2b009ea]

        unused variable
        
        Change-Id: I4f6ceeaaebb6f9adf2c1fa6993f88283d9d957b4
        Reviewed-on: https://gerrit.libreoffice.org/36156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c78de0018962a491cf0d0bade7d1a330ccfa1434]

        android: simplify some if statements, remove redundant variables
        
        Change-Id: I55a866ac66ffeab5fe2ebb45d86f68558b468650

2017-04-05  Thomas Beck  <thomas.beck@cib.de>  [8a6c538742bc9c25ae0c459c83631ec5ae030001]

        tdf#98604 Added requested panels to sidebar
        
        Added Text and Paragraph parameter panels to Sidebar if a line is drawn
        
        Change-Id: I3a6dc3b34671dbf75084048c39fdbc040cf27d76
        Reviewed-on: https://gerrit.libreoffice.org/36139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [242a9b634213acf03cabc373928555dc81afc672]

        tdf#106972 vcl PDF export, PDF images: handle indirect font references
        
        There were a number of problems here:
        
        - the /Resources key of a page object may be an indirect object
        - the /Font key of a resource object may be an indirect object
        - the /Length key of an object may be an indirect object
        
        So in all these cases handle not only a direct dictionary / number but
        also when we have a reference-to-dictionary/number.
        
        Change-Id: Ie74371f0ba43a133a1299843ef20cbfc75fe26d7

2017-04-05  Tor Lillqvist  <tml@collabora.com>  [53d53650c29f1fa1faddbf7a95ccdf2e84f1994a]

        Letters are cheap
        
        Change-Id: Idb076f765de2cda54429b828a7ca6857168bf999

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e9b7dd6faf191111a071ffeb0367f7e12a2aa7e1]

        android: getDrawable(int) is deprecated
        
        additionally reduce scope of to package-private
        
        Change-Id: I46ca55c5ef7daf992407beef53f5da939bf9066a

2017-04-05  Jean-Pierre Ledure  <jp@ledure.be>  [45130a1b673a930f8607cd86e655a4b4cc2b89e2]

        Access2Base - Solving some trouble with bigint variables
        
        Bigints are unknown in Basic. Conversions with CLng.
        Removal of a few useless lines
        
        Change-Id: I7bc85e1ee5a53b098e3a2e46bb1829fcc4a2eef4

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [2e1d9789fe5d6bd9f8d85e2eb672b5729e045c2b]

        ofz#829 ensure palette can fulfil largest index used
        
        Change-Id: I95aa4796875ee71e8b06a2bb8985845f270b8817
        Reviewed-on: https://gerrit.libreoffice.org/35103
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-05  Henry Castro  <hcastro@collabora.com>  [731146fc6d66497a51616f195c110092a90f01f5]

        lok: notify cell note removes before erasing storage
        
        Change-Id: I6181b27b6a969d94789c42ea0914b17328c5c8d5
        Reviewed-on: https://gerrit.libreoffice.org/36109
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>
        (cherry picked from commit f27f4dd900b50f15427f44f6d448e8e8e49ec2d5)
        Reviewed-on: https://gerrit.libreoffice.org/36143
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-05  Michael Stahl  <mstahl@redhat.com>  [25eb0899227830cca7f28006376962d84f8e9c7a]

        rhbz#1438179 sw: fix toolbar "Next Track Change" / "Previous..."
        
        There's some confusing workarounds in SwView::Execute() that aren't
        needed if the SwCursorShell just calls NormalizePam() so it always
        makes progress.
        
        Change-Id: I3b014079b19925041234fcd858526148890f560c

2017-04-05  Bernhard Widl  <bernhard.widl@cib.de>  [bd6ad1d498c7104ea18597678a763c0066b2a49f]

        moved StyleSettings from unusedcode.easy to unusedcode.exclude
        
        some StyleSettings methods are used in win and mac builds.
        
        Change-Id: I1b0c0d27614a621fec89bb7f405a65a1b2907c68
        Reviewed-on: https://gerrit.libreoffice.org/36150
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2e8868493efb480c54894bcf7850de22fd885f7e]

        android: otg_missing_error is not a format string
        
        Change-Id: I8d06218b595f619c12d0402f8d8319a35a37daa1

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [4a84cbaa3786e6ef9fa91c7eb3a6a49a9010456b]

        prev/next buttons start invisible in the .ui
        
        Change-Id: Iec577adb469109a11188e83d95de6ed3960bc1c4

2017-04-05  Tor Lillqvist  <tml@collabora.com>  [26cf3430b7c22d19f4cd1bf1b5f1282abdd58b9b]

        Bin obsolete comment
        
        Change-Id: Ieabbd7d6cf0f2f397b317a632c537128de912a4b

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ef3191e73399f9a8572210853b3c22d3840c46a2]

        android: using VectorCompat requires to use app:srcCompat
        
        Change-Id: Ifd66e104519ace4d1d27f1312b66d873476ed2c3

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b59bda7cd6e93710f2c096b4ec284ff0d5cee425]

        android: position in RecyclerView must not be treated as fixed
        
        Change-Id: I162428edb00550d496a5cf580d00189d17ea2587

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0b727cb61ddaae0b2dded5da23fbfc8dea4358b3]

        android: prevent NullPointerException in RecyclerView
        
        Change-Id: I31ffaf62ce470630556db3cf3f4d7a643ad39f5a

2017-04-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9f89997e301c6c748957b410314a1b44b59b1bb6]

        android: defaultValue is not the same as a hint
        
        also flag the password field as password entry
        
        Change-Id: I91d74335ac63ea6ddbe8df274a9b0e130fc14744

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [6b6d642fe56868114669bab73f00df88afeab7fb]

        convert RID_SVXMNU_XMLSECSTATBAR menu to .ui
        
        Change-Id: I16ca1543baa14cdc14dbcebd5e6093e6f3029a61

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [4d9c1206c8375c514c686f744efb62d523f8d7ea]

        Updated core Project: help  ca8eec7d9e53649cd7f2a10d41666614da963ead
        
        drop unused HID
        
        Change-Id: Ie4d8fc903df85c72247fcd439c0bb34525f67a51
        

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [5252673d686913210dd65608b7d24b0e9d51cf00]

        ofz: treat short properties as run end
        
        Change-Id: I1250f74c9f4ed6679a89c7915fb704c8b8cd693f

2017-04-05  Takeshi Abe  <tabe@fixedpoint.jp>  [51de452ef613a50637b839f088860d6c654fd91d]

        starmath: Kill newly unused m_aNodeStack
        
        which now has been replaced naturally with the call stack
        of SmParser functions.
        
        Change-Id: I970a350aae6927c6d13ed4917aa29bce3888a3fe
        Reviewed-on: https://gerrit.libreoffice.org/36136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-05  Jens Carl  <j.carl43@gmx.de>  [e1b31fbe6bdf9f02e3ebeb42891bbab77085ed68]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in sc/source/ui
        
        Change-Id: I20ae58b0b4c6bd2a568d63685019f0f846ef37e2
        Reviewed-on: https://gerrit.libreoffice.org/36108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [b4914ef4febf0fe6d0490af9b99ce93e61669370]

        ofz: check available data len
        
        Change-Id: Ibb40e1d474bb0baacd57f136ff056e248b6f0c61

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [572e9cde744e2b482a04ff4b457ad2cfde5f70d2]

        loplugin:redundantcast find c-style bool casts
        
        Change-Id: I3237b93babc67de12c3771aa84766c2141ca93b2
        Reviewed-on: https://gerrit.libreoffice.org/36137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5f282c101a644ffc3615c3dc43ddb99febecae16]

        sc: remove unused private field
        
        Change-Id: I2140a609f6447f3b062db3b8994ad50caa464ce9
        Reviewed-on: https://gerrit.libreoffice.org/36138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3d6b074852520caf8d525561cb48546cbcfccb5]

        sw: remove "revolution" assert that doesn't even build anymore
        
        Change-Id: I6446e732e2209b4a7fc26eccfe6cf793ddc60884
        Reviewed-on: https://gerrit.libreoffice.org/36128
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-05  Stephan Bergmann  <sbergman@redhat.com>  [ec86c8760de22ee9c783134846e65cbd14112da8]

        Adapt code to scoped UNO enums
        
        Change-Id: Ied079f87bf1a65ef0e162b99d78f77c48b44ee56

2017-04-05  Stephan Bergmann  <sbergman@redhat.com>  [80a66f28eddbd6481325d12d4f64913a20ea0a2d]

        loplugin:unreffun (clang-cl)
        
        Change-Id: Ie085ea716f03f6f8438fa2b9f54e46500a0c65f4

2017-04-05  Szymon Kłos  <eszkadev@gmail.com>  [489ddb36cc30fe94bb4416883e37bda90f6f6f65]

        Notebookbar: correct commands for spacing controls
        
        Change-Id: I84649a50fc5e8c094514c5461105bb6777d6ffa1

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [00ad779e71f4ae675d0bacf68d2f2fc62b6b26d5]

        Resolves: tdf#52949 don't show mouse wheel property in report designer
        
        Change-Id: I3ecf2e9a40f2848b058aff34967ca01479f815b0

2017-04-05  jan Iversen  <jani@libreoffice.org>  [12df2eed431b89a2e77d5f5d577daabb04f81edc]

        iOS make build work with 10.3 and simulator
        
        Solved architecture problem
        
        Change-Id: Ibc6bc5864da5585388862dd92a6039db16c9ccf2

2017-04-05  Tor Lillqvist  <tml@collabora.com>  [f58cff37af294e07938a86900a176984b1e6c655]

        Clarify message
        
        Change-Id: I177b84c3e664ba665c9223e14b636b1a68684cc1

2017-04-05  Stephan Bergmann  <sbergman@redhat.com>  [8639758d96c4b4da83340315b9eaef57e84bd3a3]

        css::uno::TypeClass vs. typelib_TypeClass mismatch
        
        Change-Id: If3e7a98f037d9967729be38ce1e57d4ff66974d2

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [a32ef811014a9ae10e8d996e61cff39b3c99028d]

        ofz: infinite loop and oom
        
        Change-Id: Ibb23b5808ae465294adf2342d5535784476f5395

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [58b56f8c78eef15c70e1afd6b52c79a800a185ab]

        add a clearDocumentHandler for null document handler case
        
        Change-Id: I661a2fd5381013056c69b379792560aed7121214

2017-04-05  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1fd19d3e45bd192de2ceae84724653a9f722d51c]

        LOK - Calc: beyond row 65535 it is not possibile to resize a row
        
        The row parameter type was a unsigned short.
        
        Change-Id: I2da1a96d60988e8f1efeb49f55032fb84a8b562b
        Reviewed-on: https://gerrit.libreoffice.org/36087
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-05  Jens Carl  <j.carl43@gmx.de>  [a4712a3251dfa4122d039595bd897bd06e255f03]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in sc/source/core and sc/source/ui
        
        Change-Id: I214565e73893688963d99c0f0ddfc356b5ad63be
        Reviewed-on: https://gerrit.libreoffice.org/36107
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-05  Tor Lillqvist  <tml@collabora.com>  [5a7a23539c072b18059714e12c1d3fd8af7e7200]

        Add another FIXME
        
        Change-Id: I60a3978454fb4e6c39b3c35705fd5d503c75860c

2017-04-05  Stephan Bergmann  <sbergman@redhat.com>  [d1f330cf55a54ccf9b2329798fe7650eb9ee02c3]

        -Werror,-Wunused-private-field
        
        Change-Id: Iab661fad3892c72ef042016085db553819307c56

2017-04-05  Tor Lillqvist  <tml@collabora.com>  [770a970aaec0aa9069f1ba3d7e408d95145e57b2]

        Add FIXME
        
        Change-Id: I84c6e605f012dd563f41631bc3c2b8631c1428e8

2017-04-05  Jens Carl  <j.carl43@gmx.de>  [5e30761df4378e52f049d5c1f6b43e2660b9179d]

        tdf#39468 Translate German comments
        
        Translate German comments in sc/sdi
        
        Change-Id: I560f7b80201f1117e93efd2a9a3068976d1cb4d6
        Reviewed-on: https://gerrit.libreoffice.org/36104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [942b1f3fb9aab29ab0c5621234b2d058ddc37c29]

        fix shadow warning with latest clang
        
        Change-Id: I0640d4e816ba73f900ad21d7603743e0e9695a70
        error: declaration shadows a typedef in 'bridges::cpp_uno::shared::VtableFactory' [-Werror,-Wshadow]
        Reviewed-on: https://gerrit.libreoffice.org/36127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [97f048e633f07655eda000ae4f4da818c935091e]

        sType and sSubType are already normalized to ASCII lower case
        
        ... upon successful return from INetContentType::parse
        
        Change-Id: I8a0c50c1c655477138578e59031b64fb6b2b7218
        Reviewed-on: https://gerrit.libreoffice.org/36129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [01a4269a2e0e242e4d9b874e501c6245d014a312]

        coverity#1404783 Dereference null return value
        
        Change-Id: I6bc3cc6ad5344756a65dceaf53a9f14abe9c69e3

2017-04-05  Caolán McNamara  <caolanm@redhat.com>  [fdcac49119d3fc9f6216af834e7afc56d2c2e376]

        ofz: stay within available data
        
        Change-Id: Ic959cf5b2cd92ba5bc297e686beb1fd50427a994
        Reviewed-on: https://gerrit.libreoffice.org/36102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-05  Gabor Kelemen  <kelemeng@ubuntu.com>  [02d5424751b456e5d29ef58a059b6ae604ac8616]

        There is no MM wizard page after Layout page now
        
        Change-Id: Ifd15dada56581ccae704452f6c98f5b476ca15f5
        Reviewed-on: https://gerrit.libreoffice.org/36094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-05  Ximeng Zu  <uznomis@yahoo.com>  [662a1b0a52bdb891ae5802a4799af884e854f205]

        Fix typo: inticator -> indicator
        
        The related code is not being used now...
        So, it's safe to just correct it before it is put
        to use.
        
        Change-Id: I1ba5f1d6d511c965c0ce08dd08bfcabc567da2c3
        Reviewed-on: https://gerrit.libreoffice.org/36103
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4709aa4babc16b2ec0536837012c33b460ed410c]

        sc: remove redundant casts
        
        surprisingly GetDouble() already returns a double
        
        Change-Id: I1561f3d20e42531adad4d51b2d48ce92b126ffc2
        Reviewed-on: https://gerrit.libreoffice.org/36068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [034e35d789cd6e349c456e273d18d5128e1580bf]

        sc: use std::reverse
        
        Change-Id: I16505d15cc7e1d82409f15107d1c5af3bf811c11
        Reviewed-on: https://gerrit.libreoffice.org/36069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3eadc96cc05135880b72c42358eb3fe51ea94c4]

        teach constantparam plugin to find always on and always off bitmask values
        
        Change-Id: If56a483494bd3d7feb3fa67c01000dddd0d34421
        Reviewed-on: https://gerrit.libreoffice.org/36085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [ff339c89b51ed571d55c762e43aa1a6ee9ada1cb]

        loplugin:constantparam part2
        
        Change-Id: I7ec4c946be52a6b56aee908426f95ecacc7b0746
        Reviewed-on: https://gerrit.libreoffice.org/36072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [3d6c84f2d9683b23c14fa5bf50ca4425cf4ceb04]

        loplugin:constantparam
        
        Change-Id: I1996319e5b664dff95f7a9b2346aea6092d333ec
        Reviewed-on: https://gerrit.libreoffice.org/36070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [cedbc4031f26ea13b188a4ecc5b90cc9646095fb]

        tdf#106868: fix crash when modify external link
        
        The EndDialog callback Hdl was disposing the Dialog, which is a little
        troublesome since the stack wants to go back through the Dialog code
        when the callback is done.
        Rather just the more normal synchronous Execute() style of Dialog
        execute, instead of the asynchronous StartExecuteModal.
        
        Change-Id: I14933bd475da228c9648a6fa0564bda4a60d9d12
        Reviewed-on: https://gerrit.libreoffice.org/36074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [156f778593ca9c57845076a88c6b544a63e12e7a]

        tdf#106955: Detect XML by MediaType
        
        According to Extensible Markup Language (XML) 1.0 (see
        https://www.w3.org/TR/2008/REC-xml-20081126/#sec-prolog-dtd),
        all parts of XML prolog (including XML declaration) are optional,
        so XML stream without <?xml ... ?> is well-formed (though not
        valid).
        
        XMLFilterDetect uses only XML declaration to detect if the file is
        to be processed further. However, this creates problems with said
        documents.
        
        This commit checks if the document has MediaType set to one of
        known XML media types, in case when the check for XML declaration
        failed.
        
        Change-Id: I31627c0e3a39bee241f609650280ebac3f1cede8
        Reviewed-on: https://gerrit.libreoffice.org/36101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [fbc04c97231d629c1b5e9e57203dbe8d8eb06714]

        tdf#106955: Open WebDAV resources on which PROPFIND fails
        
        When PROPFIND fails on a WebDAV resource, its IsDocument property
        stays undefined, and so stream creation fails. Proposed solution
        is to default to IsDocument=true for all WebDAV documents where
        we cannot get the property from server.
        
        Such resources also fail to return their locking options, so
        defaulting to server properties. When later locking is attempted
        on it, the attempt fails with user notification (a dialog saying
        that getting information from server failed). Proposed solution
        is to check Content-Disposition header in such resources, and in
        case it's attachment, disable lock on this resource. The rationale
        for this is that "In a regular HTTP response, the Content-Disposition
        response header is a header indicating if the content is expected
        to be displayed ... as an attachment, that is downloaded and saved
        locally" (see MDN:
        https://developer.mozilla.org/en/docs/Web/HTTP/Headers/Content-Disposition
        
        Also, Content::getProperties wasn't ready for PROPFIND returning
        empty result.
        
        Change-Id: I91dbffa8bdf0fe900c11d2f8c9c9394d2104bb49
        Reviewed-on: https://gerrit.libreoffice.org/36090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-05  Mike Kaganski  <mike.kaganski@collabora.com>  [d6323a2180cf51f9bd6a62d50503c2e0ef0964f1]

        tdf#106525: Implement an XSLT import filter for ADO rowset XML
        
        There are online services and management systems (like SharePoint)
        that allow to export datasets in ADO rowset XML format ([MS-PRSTFR],
        https://msdn.microsoft.com/en-us/library/cc313112). Usually they are
        intended to be open with MS Excel as a spreadsheet (with autofilter).
        
        This allows to open this data in Calc.
        
        Change-Id: I495cd790138bdd6bd24630c0f422a0c8b4e3d0fb
        Reviewed-on: https://gerrit.libreoffice.org/35159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [81894a5f7200b4c4233e407163b7f1b00256dccb]

        ofz#984 better match post-creation aBitmap.HasGreyPalette() logic
        
        i.e. Bitmap::HsGreyPalette checks that the palette has entries before calling
        Palette::IsGreyPalette
        
        Change-Id: I287647869ad615327f3119b7798f410e22140302

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [98151bf95bda8d647310bdba6936dc6b388b05de]

        ofz: check olst sprm for valid ANLD payload len
        
        Change-Id: Ic1b6681a3f48ef0fe3f52eda9db8b7bc003ded55

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [6c81597663d07fd0c1043cc83410e1bfd42e08b4]

        ofz#770 JOHAB_73 table starts at 0xA not 0x2
        
        the start value is out by one row
        
        Change-Id: I77ed154358516ccd47a090cf7ed45bb609bc81a3
        Reviewed-on: https://gerrit.libreoffice.org/34992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [6f0f2278662e29d054690a85bad6583b5c65f918]

        Resolves: tdf#106725 paint default window bg before spin button bg
        
        Change-Id: I0c7f982c3a47f45d022271eba69ebed896288d78

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [fb5cd5d734c56d30f26a5ab510457dc42be88674]

        forget the TODO
        
        Change-Id: I81c8b97e8cd958933caac475145e3b3bcee46d6a

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [9ac98e6e3488e434bf4864ecfb13a121784f640b]

        Finally switch MSVC to sal_Unicode = char16_t, too
        
        There is lots of (Windows-only) code that relied on sal_Unicode being the same
        as wchar_t, and the best change may be different in each case (and doing the
        changes may be somewhat error prone).  So for now add SAL_U/SAL_W scaffolding
        functions to sal/types.h, remove their uses one by one again, and finally drop
        those functions again.
        
        Change-Id: I2cc791bd941d089901abb5f6fc2f05fbc49e65ea
        Reviewed-on: https://gerrit.libreoffice.org/36077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [6f995da5a652d993ab253b3363188cd18e289728]

        Workaround VCL complextext failure on Win7 KVM QXL
        
        My Windows 7 KVM QXL VM fails the bounding rect test with:
        
        complextext.cxx:98 VclComplexTextTest::testArabic equality .. failed
        - Expected: 71x14@(0,1)
        - Actual  : 70x14@(1,1)
        
        This doesn't happen using a SSHd on Cygwin64 based session.
        
        Adding a SAL_DEBUG to WinSalGraphics::GetGlyphBoundRect shows many
        different glyph rects, which - probably by pure chance - almost add
        up to just a single pixel line missing on the left.
        
        So this simply drops the first pixel column, if the bounding rect
        starts with an offset. Works for me.
        
        Change-Id: Ia496a208523a9c358d4128ecad887b5c77283fbc
        Reviewed-on: https://gerrit.libreoffice.org/35647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-04-04  Aron Budea  <aron.budea@collabora.com>  [2aa43937ec9c9e22d9b28f4275a5bfb3ffbd82c0]

        tdf#104686: do not crash if Menu has been somehow disposed
        
        The rare crashes in MenuFloatingWindow::ImplGetStartY() and
        MenuFloatingWindow::ImplScroll(bool) likely happen because
        of a disposed Menu.
        
        Let's guard against invalid accesses.
        
        Change-Id: Ie31240abbc48c06edd40d0a95f319725cdb3db16
        Reviewed-on: https://gerrit.libreoffice.org/36026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-04-04  Szymon Kłos  <eszkadev@gmail.com>  [c1351a7b1363dac4349f37ac8876fdf950e62b97]

        Make HangingIndent a command
        
        New command .uno:HangingIndent.
        Code moved from the sidebar to slots.
        
        Change-Id: Ib389f9fb3368409a90cf90ad8b19f1be322fa120
        Reviewed-on: https://gerrit.libreoffice.org/35930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-04  Szymon Kłos  <eszkadev@gmail.com>  [387cdc35d79cd3dd235e4bb61e01e17d8781630a]

        Notebookbar: Separated paragraph spacing controls
        
        One big paragraph spacing control was splitted
        to separated widgets. It will be possible to
        reuse that in the sidebar. Also layout is better
        because explicit size setting is no longer needed.
        
        Change-Id: Ieb200af4a9a6120ae03b22b27da56256aa816193
        Reviewed-on: https://gerrit.libreoffice.org/35801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d9064ecf03b28a0b5015ccac20c2d0fa5bb66767]

        Fix group for .uno:EditAnnotation
        
        Change-Id: I3a62e37d866235728abf6b4ad3a5338222d02088
        Reviewed-on: https://gerrit.libreoffice.org/36081
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-04  Bernhard Widl  <bernhard.widl@cib.de>  [f5d59796d36f739396f346702e05a0f172687939]

        add *.vcxproj* to .gitignore
        
        these files are generated by make vs2015-ide-integration.
        
        Change-Id: Iaae5931289bd2f27415c401b6ac253d43dc39007
        Reviewed-on: https://gerrit.libreoffice.org/36073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-04  Olivier Hallot  <olivier.hallot@libreoffice.org>  [993e8cc1dfa255f6a4bc40d949c52ea85003fdef]

        Updated core Project: help  ad25b453307e0a88ac208aa3b178805846988045
        
        Fixes in HC after translators review.
        
        Change-Id: Id2384cb6f1917c7e1f11c97ef9b05a3dfff08c9a
        Reviewed-on: https://gerrit.libreoffice.org/36050
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [9a0f19c5f6f392928d4134443e2c48978a46be51]

        well, its on the main trunk now
        
        and we're not changing it at this point
        
        Change-Id: Icb0cbe4728f64c2070780ad63b888e5d229c6216

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [5d8593d81f937b69414701bcc4d276c407c7f155]

        intendend->intended
        
        Change-Id: I6f066493600cec2af586c3ff4df1f32faa303060

2017-04-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3ecb9b4bd7dc70664bbb8d7c957ea8dc5015223f]

        tdf#99352: assert on stray VclPtrs past DeInit
        
        - ignore on Windows for now, as it is acting up
        
        Change-Id: I98dbb887ed556b58188870c3eb3de1327bc58109
        Reviewed-on: https://gerrit.libreoffice.org/35816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [0144600bf5b5d8093f6a720ad21df221f08bce9e]

        std::unique_ptr<[]> -> std::vector
        
        Change-Id: I7fd4275664fab42c61941a4ea21750a653b437d3

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [be752d9f4ee29a2fad0051ff1c2ce39add2985ea]

        ofz: avoid oom
        
        Change-Id: Ie700676c8470b6764a38f4e2989dc14819244872

2017-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [843cb68d00146d8ef18a4fa6f8316808056fd823]

        xmlscript: fix -Werror=maybe-uninitialized
        
        Change-Id: Ifcde2202fcb2cfa1dd226697910c1fbd219a3f83

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [3e0d46249b92f3be3355364b68014ef6a4329391]

        Missing str(...) when an arg is itself a css::uno::Sequence<...>
        
        Change-Id: I54529e7086014a2feba89eb73f3b368d36f758b8

2017-04-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9009663deb8f0862f419fd99bf0b761c7f923eff]

        tdf#83257 [API-CHANGE] Pivot chart implementation
        
        This is a squashed commit of the pivot chart implementation.
        
        Some of the changes:
        - Add pivot chart specific (pivot table) data provider which
          provides the data from a pivot table to the associated chart.
        - When inserting a chart and the cursor is in a pivot table,
          in that case insert a pivot chart
        - Modify the pivot chart when the pivot table changes
        - Collect and set the number format for the values
        - isDataFromSpreadsheet check for the creation wizard
        - In ChartView (and VLegend) check if the data provider is a
          pivot chart data provider and get the pivot table field names
          to create the buttons on the UI.
        - Adds the functionallity to show a filter pop-up (from calc)
          when clicking on row / column / page field buttons.
        - Remove (X)PopupRequest as we won't need it.
        - Add ODF import/export for pivot charts:
          + Added loext:data-pilot-source attribute on chart:chart
            which is the internal name of the pivot table with which the
            pivot chart is associated with. If the element is present, then
            the it means the chart is a pivot chart, else it is a normal
            chart
          + Added service to create pivot chart data provider through UNO
          + Add new methods to XPivotChartDataProvider to create value and
            label data sequences separately from the data source, which is
            needed for pivot chart import
          + When importing defer setting the data provider until a later
            time when we know if we are creating a chart od a pivot chart
        - Pivot chart ODF round-trip test
        - Add table pivot chart supplier API:
          This adds the XTablePivotChartSupplier and related interfaces so
          we can access, create, delete pivot charts from UNO in a sheet
          document. With this we now distinguish between normal charts
          and pivot charts. This was mainly needed because we can't extend
          the "published" interfaces of TableChartSupplier.
        - Added an extensive test, which uses the API to create a new
          pivot chart when there was none, and checks that the pivot chart
          updates when the pivot table updates.
        
        Change-Id: Ia9ed96fd6b1d342e61c2f7f9fa33a5e03dda21af
        Reviewed-on: https://gerrit.libreoffice.org/36023
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [1931b5b01c6fdaa204d26ec4b9675dad16373cf2]

        can simplify now
        
        Change-Id: I234e630f3af1acfa39900464abd7e06efc47a671

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [f1a53e7a0b388e0a5303fe68dfbb4c60f4c7a0ff]

        Resolves: tdf#106935 restore traditional toolbar labels
        
        Change-Id: I00cf16e9ce429f9186cc900a07f4d386e33b8f7b

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [924624b40a97d6925f66374259c2c21707805fcd]

        ofz: guard harder against bogus sprm len
        
        Change-Id: Ic82526e1454b24f094d3deee89647e88760bc44b

2017-04-04  Jens Carl  <j.carl43@gmx.de>  [6777720cf8b147496fcc9942a621b4b8d9f267f8]

        tdf#39468 Translate German comments
        
        First run of translating German comments and terms in sc/
        
        Change-Id: I9802df334259edcea148bead95cc98a8057b91a1
        Reviewed-on: https://gerrit.libreoffice.org/35994
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [a2d1a73304a2ff378ca05ff87848e04dbfdc0e4e]

        More commit resurrection
        
        (why do people do such silly reformatting?)
        
        Change-Id: Ie9d45d7dfccb000f53fa5e8dc456f1e7c033af18

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [13adffdfeb5b6068502cfdeb52dd206d2a8f3bf1]

        Move comment back to where it makes sense
        
        It appertains to the preceding code, not the following, so it was indented for a
        subtle reason.
        
        Change-Id: I032033f04a1ca3a91024c11de74ef96527562b41

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [c6c37aafd2a2af62fe94d7a5b38c77055e4ad357]

        Keep list sorted
        
        Change-Id: I680be319b6c2d87a8fba0e07a3b24d0a2ed478b7

2017-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1fb21083b265ea31fd9859737bcb3cd5d4ffaf6f]

        scaddins: silence -Werror=maybe-uninitialized
        
        Change-Id: Idbbd6490c954f50d3baa7a72cd89f081d1316e6b

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [acbb7e3243afec515bf98b2b34454afc5320bf66]

        Work around clang-cl issue with MSVC's safeint.h for now
        
        At least some C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\
        safeint_internal.h, in the specialization of LargeIntRegMultiply::RegMultiply
        for signed __int64, contains an (unnecessary) C-style cast from l-value unsigned
        __int64 tmp
        
          RegMultiply( ..., ..., (unsigned _int64)tmp ) == SafeIntNoError )
        
        which clang-cl correctly identifies as producing a prvalue (so cannot bind to
        the third 'unsigned __int64& ret' parameter of that RegMultiply call), while
        MSVC apparently has a non-standard mis-feature of treating such a "self-cast" as
        an lvalue.
        
        Until clang-cl learns about that mis-feature too, use the fallback
        implementation of o3tl/safeint.hxx when compiling with clang-cl.
        
        Change-Id: I7a454134589d958ad7ba845c37584b3aa7b94926
        Reviewed-on: https://gerrit.libreoffice.org/36066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [f8cff53299f31c124468cf575bd08bfbf28bc578]

        loplugin:redundantcast (clang-cl)
        
        Change-Id: Ie096d75c1bc774e77c589845f61276d1478234ef
        Reviewed-on: https://gerrit.libreoffice.org/36065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [3afca328510a9ddaf67ca578af0cbce25fa44aec]

        loplugin:loopvartoosmall (clang-cl)
        
        Change-Id: Ibdfdc5c66cf1e81d9e43c94df31120c476a78572
        Reviewed-on: https://gerrit.libreoffice.org/36064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [071dcb5f6aaf7179619a251933dec8bbdc6f3cd8]

        loplugin:redundantinline (clang-cl)
        
        Change-Id: I03a19b599005f6ef25040889a1e1802445ebf430
        Reviewed-on: https://gerrit.libreoffice.org/36063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [9a4b0beaa500320316cbb9147a3300fa2258e217]

        cid#1403658: Let ImplGetLocale return empty Optional for bad input
        
        ...like non-ASCII or too-long env var content on Linux
        
        Change-Id: Ic2c536fa92b88108e96a0fc1a657180bc1906f01
        Reviewed-on: https://gerrit.libreoffice.org/36067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [d30fb62f4f1022ae6294e246974d0018596cf8ec]

        ofz: guard against bogus sprm len
        
        Change-Id: I9b4074e1024753549f468f427afbfdf9cd01b674

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [0f89d964b272c2087dbc865bc0a60edfdde8551f]

        coverity#1403732 Mixing enum types
        
        and
        
        coverity#1403735 Mixing enum types
        coverity#1403737 Mixing enum types
        
        Change-Id: I278b7d5116d4157e6aa4483d8eef42325e4bc03b

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [c4dba436df42cef4f0048994c38dc137266ebaf9]

        just use one try/catch level
        
        Change-Id: I298f84df5431f0f77144db95bf2305f49e7f9302

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [fd1e4d3b4ba54a33f61d6d40836ae2a8bcaa8c42]

        Resolves: ofz#727 don't allow negative sizes or indexes
        
        remove extra size in favour of vector size and don't resize
        and memcpy data, just use vector::insert
        
        Change-Id: I8efb91a8c11fbd862c0458042554cf7e94b813cd
        Reviewed-on: https://gerrit.libreoffice.org/34891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [74cc187749389088aceeffd910e9907daef1e024]

        ofz#820 oom terminate
        
        comments claim return is len of data, but negative numbers for compressed data errors
        are returned. Make things return the amount of successful data read and turn into
        unsigned size_t to match ofz#727
        
        Change-Id: Iadddfae67bb5d4960ddf82e169fc2592ded85950
        Reviewed-on: https://gerrit.libreoffice.org/35077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-04  Thomas Beck  <thomas.beck@cib.de>  [3873669fef3cac05a9b530de08f15e0d2a3fdc57]

        tdf#106938 TSA Dialog: Improve Dialog Layout
        
        Moved Label above the content area
        
        Change-Id: I0a23af5540bedc849c83fd342ac43538827e6b4a
        Reviewed-on: https://gerrit.libreoffice.org/36071
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-04  Tor Lillqvist  <tml@collabora.com>  [d226cfacfd66d5c81d37f707b95f318efe32e5ba]

        tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()
        
        Somewhere, in time before calling epoxy-wrapper OpenGL functions. This
        seems to be a good place. Educated guess based on debugging, turned
        out to work.
        
        Change-Id: Id3f1dfb0c5a9dbfb166c47ea81db902af1a4fc08

2017-04-04  Tor Lillqvist  <tml@collabora.com>  [a29f494326b3ed8eba809131b799b649e88b9b85]

        Revert "tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()"
        
        It worked (for the specific case in the bug report), but for a more
        generic fix that covers also other similar cases (where VCL code gets
        called in threads that epoxy doesn't know about, or something), it's
        better to call epoxy_handle_external_wglMakeCurrent() in vcl, instead
        of all over the place in thread callbacks.
        
        This reverts commit 78c67c6bbba0eaa418c573637858828b274b3c72.
        
        Change-Id: Iaad7b3d1191847b9d3f1e74c3339de9f16194aed

2017-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1bf7f6a1a50ee9f24a3687240fe6ae390b905a6b]

        tdf#106690 DOCX import: fix automatic spacing before/after numbered para block
        
        The context is text nodes with automatic before/after spacing and
        numbering rules set, like:
        
        A
        * B
        * C
        * D
        E
        
        The correct behavior seems to be (though I haven't found this explicitly
        written in the OOXML spec) to drop spacing between B and C and C and D,
        but not before B and not after D. Originally no spacing was dropped,
        then commit c486e875de7c8e845594f5043a37ee8800865782 (tdf#95031 DOCX
        import: auto spacing inside numbering means no spacing, 2016-10-18)
        removed spacing around all B/C/D.
        
        Fix the problem by checking the numbering rules and automatic after
        spacing of the previous paragraph, so spacing before B and after D is
        not removed.
        
        Change-Id: Icbdb36e31057ab0e8ac033888cf5cc7c52dad5d0
        Reviewed-on: https://gerrit.libreoffice.org/36062
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-04  Tor Lillqvist  <tml@collabora.com>  [f1e2c030b09d25a285d6a206297f0ef7526ccc4a]

        tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()
        
        ... in SourceContext::fire_dragDropEnd, it seems, because it runs in a
        thread in its own. Educated guess based on debugging, turned out to
        work.
        
        Change-Id: I084a1af30b1f7e157aafdb2d95866d767fc0f8d6

2017-04-04  Michael Stahl  <mstahl@redhat.com>  [ae013f9ce09fbb6709bc2af7b85c66dd31e73eff]

        oox: -Werror=format
        
        Change-Id: I9036335c812992946e3164e517cbe7296b98759b

2017-04-04  Andras Timar  <andras.timar@collabora.com>  [86b17cd32c5dfefefcf84c05104ab6d1ec953733]

        typo fix
        
        Change-Id: Ic8a62b0e241f740d3f1352fe48c8405570bfc61a

2017-04-04  Caolán McNamara  <caolanm@redhat.com>  [29cf858a971273039fff50808082f231dbd43c92]

        ofz: check anldPap sprm for valid ANLD payload len
        
        Change-Id: Ie034e3b37e01c29cf19fe8ad78b1121f6eadecb2
        Reviewed-on: https://gerrit.libreoffice.org/36053
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-04  dennisroczek  <dennisroczek@libreoffice.org>  [4f08bd30ec7bf525495d767c8ce3117710487d92]

        Adding other spec-files to README
        
        Change-Id: If6e28474a234dc1ca01d927a2a6c1f1a51f430c7
        Reviewed-on: https://gerrit.libreoffice.org/36044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [236ae9392fcd1ab890500bb34b0bd2c2d6a0c1b9]

        sw: indentation fixes
        
        Nested namespaces were always declared in new lines in these files,
        let's keep the consistency.
        
        Change-Id: I1dcfdd2b1f54ec56b3554f3c0095513cec33e49c

2017-04-04  Stephan Bergmann  <sbergman@redhat.com>  [d53398fe04cb1ba1ed4d74c74377f71f697911b0]

        Fix build
        
        Change-Id: Ic6644d03a7d6dd41422731d0b4015df831752087

2017-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [e63116602b8f49508d0aef1dd1afe746a29cc219]

        loplugin:unusedmethods
        
        Change-Id: I30f9b6e68a7aa73782c980749e34f8f8d40ae57b
        Reviewed-on: https://gerrit.libreoffice.org/36047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [5676ced82539d9e40bde6196d2aa3b2e4c7b3fdb]

        make UNO enums scoped for internal LO code
        
        this modifies codemaker so that, for an UNO enum, we generate code
        that effectively looks like:
        
           #ifdef LIBO_INTERNAL_ONLY && HAVE_CX11_CONSTEXPR
               enum class XXX {
                   ONE = 1
               };
               constexpr auto ONE = XXX_ONE;
           #else
              ...the old normal way..
           #endif
        
        which means that for LO internal code, the enums are scoped.
        
        The "constexpr auto" trick acts like an alias so we don't have to
        use scoped naming everywhere.
        
        Change-Id: I3054ecb230e8666ce98b4a9cb87b384df5f64fb4
        Reviewed-on: https://gerrit.libreoffice.org/34546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [1a1d1a86e9129ec3885610b641179b30f9bf5e79]

        starmath: Simplify code parsing nospace
        
        This also comes with its unit test.
        
        Change-Id: I1478bf48c5522691978e3534c9c8a9c0ddfc1e59
        Reviewed-on: https://gerrit.libreoffice.org/35985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-03  Jens Carl  <j.carl43@gmx.de>  [646e52adf4a84ca5beab7bae1e1fae4e793c4896]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in sc/source
        
        Change-Id: I8d1fa7c2d07512376ad186c55a13322b6219237f
        Reviewed-on: https://gerrit.libreoffice.org/36015
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-04-03  Caolán McNamara  <caolanm@redhat.com>  [9aff1789e021c29ef819ad67776bab60e995bddc]

        ofz#721 use vector::at to check index
        
        Change-Id: I786b5d6fb10afe3ebb8482f999115fe72ffe2d4c
        Reviewed-on: https://gerrit.libreoffice.org/34851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-03  Caolán McNamara  <caolanm@redhat.com>  [3feabd87ad8066b45b55d61cd72684e47fd79082]

        ofz: check anlv text bounds
        
        Change-Id: I6288aae2d439cde6a2b95c005a2090f73e21bb7a

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

        ofz: avoid oom
        
        Change-Id: Icbd4b98e8a0a4aff967bae22f3f59248ed40598a
        Reviewed-on: https://gerrit.libreoffice.org/36049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-03  Jens Carl  <j.carl43@gmx.de>  [6b4a149a656b29d162b2190f1849dc779cba0b0a]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in UnoControls/, editeng/, filter/,
        odk/, reportdesign/, sd/, sfx2/, starmath/, svl/, svtools/, toolkit/,
        tools/, writerfilter/, and xmloff/.
        
        Change-Id: Ibc401a425ddfdf41e4e4a78600f3fbce8cfaa2b1
        Reviewed-on: https://gerrit.libreoffice.org/35992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-03  Julien Nabet  <serval2412@yahoo.fr>  [df039e89c5d2f8f3ccfaa0001885f3e532537fb6]

        Remove DBG_ASSERT since it's always wrong
        
        Indeed EditHTMLParser constructor calls HTMLParser constructor,
        the last one calls "SetSrcEncoding(RTL_TEXTENCODING_UTF8);"
        
        Change-Id: If749674c3d4f2b9f9fccbf0b99f1e7d62fd0450d
        Reviewed-on: https://gerrit.libreoffice.org/36011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-04-03  Michael Stahl  <mstahl@redhat.com>  [282b3e8c4d45aacae57e3542b872cdbfebcc7195]

        sw: [loplugin:sallogareas]
        
        Change-Id: I94c552e4b2ae95f57b0c667f6072664eab570042

2017-04-03  Stephan Bergmann  <sbergman@redhat.com>  [5793364b830c88611ec62650e9820c0712d3b956]

        More integer clean-up
        
        ...after dbaab58c1442e7f62ef0732376fe5a49840e9fd6 "loplugin:loopvartoosmall".
        Looks like SwLayHelper::nIndex only needs to be initialized to a very large
        value (so that 'nIndex < pImpl->size()' will be false), not USHRT_MAX exactly.
        
        Change-Id: I209faa00894783c468db1440f5663ea9e8ad3e19

2017-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a8caa0ef1c0b5926caa9dfc4752c6d355dea6765]

        vcl: avoid divide by zero in PDFExtOutDevData::HasAdequateCompression()
        
        My stub graphic import filter created a graphic with 0 data size, don't
        crash on that.
        
        Change-Id: Ie9b93fce1bcae04d555a0610f674603c6945a54a
        Reviewed-on: https://gerrit.libreoffice.org/36048
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-03  Caolán McNamara  <caolanm@redhat.com>  [8c52dca558fc046db7480c7e483ba206b1b4df47]

        only convert used part of buffer
        
        Change-Id: I133a02ae1cbdb4fb32f81db7214d27c66ccd0a8b

2017-04-03  Caolán McNamara  <caolanm@redhat.com>  [9b3685789b83ad052eb61bd909e37804ed00b76f]

        don't check on every loop
        
        Change-Id: I000a887925db63b5717cc0d062d9da623415f7cc

2017-04-03  Stephan Bergmann  <sbergman@redhat.com>  [32dad6983f81583b233d3cddb7a9de39519aa77b]

        loplugin:unreffun
        
        Change-Id: I7a4fe7240e43faaae3482a084b466fa87e67b6b8

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

        flush writer fontcache after TestImportDOC
        
        to get around leak sanitizer
        
        Change-Id: I45f0caefc14c35476e92887058031dddd92afb81

2017-04-03  jan Iversen  <jani@libreoffice.org>  [605d3a2858ea585be35eb159a0fa4ce410d64ae9]

        iOS update for Rectangle
        
        Updated Rectangle to tools::Rectangle
        
        Change-Id: I1577dffe8d51ac3a33bbc2e0771b338d5fdd0220

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

        these are file urls, so don't need ucb
        
        Change-Id: I25beaeab002db1de34be3b5f4a774bd15b71f5d3
        Reviewed-on: https://gerrit.libreoffice.org/36045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-03  Stephan Bergmann  <sbergman@redhat.com>  [dbaab58c1442e7f62ef0732376fe5a49840e9fd6]

        loplugin:loopvartoosmall
        
        Change-Id: Ief96de6eb6f6276681130a6d16c767ab8ceaa3f1

2017-04-03  Stephan Bergmann  <sbergman@redhat.com>  [cfdc46a4bcd8aba03c7b29dfc535d66d5802f26a]

        loplugin:sallogareas
        
        Change-Id: Idd4f44b66e67d938a1ba2b9c7ff4be0b0009ff53

2017-04-03  Michael Stahl  <mstahl@redhat.com>  [8a5374f2fdbd1e15c107133f55930cbc431edbd5]

        tdf#106237 sw: do some basic sanity checking on layout-cache
        
        The bugdoc, with claimed generator AOO4.1.1 on Windows, contains
        a bogus layout-cache:
        
        debug:26706:1: nType P nIndex 29 2147483647
        debug:26706:1: nType P nIndex 66 2147483647
        debug:26706:1: nType P nIndex 105 2147483647
        debug:26706:1: nType P nIndex 142 2147483647
        debug:26706:1: nType P nIndex 178 2147483647
        debug:26706:1: nType P nIndex 205 2147483647
        debug:26706:1: nType P nIndex 229 2147483647
        debug:26706:1: nType T nIndex 314 65535
        
        Due to a loop-control this causes incorrect pagination if CalcLayout()
        is called only once.
        
        It should look like this:
        
        debug:26765:1: nType T nIndex 382 65535
        debug:26765:1: nType T nIndex 790 65535
        
        In this case we can easily detect that the indexes and types in
        the layout-cache are bogus by checking against the node types, so
        do that in SwLayHelper::SwLayHelper().
        
        Change-Id: I7091af49a8c29bf0a11ceff0be9ba84b1f710fdb

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

        ofz: fix leak
        
        Change-Id: I93a7b2f77713db5c51734263b78ffc69c899987b

2017-04-03  jan Iversen  <jani@libreoffice.org>  [11a0863509f9ae14f31b660d60f9667516466783]

        iOS update to allow iOS SDK 10.3
        
        added 10.3 SDK to configure.ac
        
        Change-Id: I2bd287cada37e595ee25a5a1bfc535daeeb247a9

2017-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [0fe6f1a196b70f0ba4c948389b2ef9b1e77187b8]

        use actual UNO enums in vcl..xmlsecurity
        
        Change-Id: Id862544f27ebcbe8363f93dc83192d0f0cddb5cc
        Reviewed-on: https://gerrit.libreoffice.org/36041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [d68927c7fd4346311dce58e6059186633996d68b]

        use actual UNO enums in test..vbahelper
        
        Change-Id: I2e38462045efedc31903589a3fa4e6f62d74d8de
        Reviewed-on: https://gerrit.libreoffice.org/36042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [5d0e485e827057eee9fb2c997685690b710e7f34]

        use actual UNO enums in reportdesign..svtools
        
        Change-Id: Idcd916382b87f8542dc6b5cdcb5ecb01d6947203
        Reviewed-on: https://gerrit.libreoffice.org/36043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        coverity#440972 Dereference before null check
        
        Change-Id: If4a1da1859dbdf19a7084341003fd6c41700971f
        Reviewed-on: https://gerrit.libreoffice.org/36040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-03  Caolán McNamara  <caolanm@redhat.com>  [6eabb8fc773b73321705d7a3e52bbe6d6fd7e48f]

        coverity#1403734 Mixing enum types
        
        Change-Id: I46a9a85e7f70502f703ee9fb0f94abd83952d120

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

        coverity#1403731 Explicit null dereferenced
        
        Change-Id: I6025e6d4307aa8a6e4b6338d62bc597dace0ac9e

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

        coverity#1403736 Unintentional integer overflow
        
        Change-Id: I3902dda8f7b420ea3f5e7e8c5d50a47b7e762918

2017-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [92fbd5a325a462aadfefae2023e99712716de7db]

        sw: prefix members of SwTokenWindow
        
        Change-Id: Iab538d4e4943559dc09dc1e947217b0db697620f
        Reviewed-on: https://gerrit.libreoffice.org/36039
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-04-03  Oliver Specht  <oliver.specht@cib.de>  [8533e21ecf8d94caebfdb3df088e462bb790f986]

        tdf#106897: preset visited/unvisited character style in ListBox
        
        Change-Id: I9bfa2b8a50340a6b09d8cc50e5313dc45a518472
        Reviewed-on: https://gerrit.libreoffice.org/35973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [40eca147d11a0563eab6450cb94f0b5704c88fcc]

        sw: indentation fixes
        
        Change-Id: I81076414ee335f34bb687f93e89d65343d2f3c57

2017-04-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b7b2c95fbc376ecea60b91e3e04fd52428258137]

        remove hack for non DBG_UTIL builds
        
        always use a 8bit enum for StackVar
        
        correct StackVar types for opcode opSep and opClose in unit test
        and test them.
        
        Change-Id: I89fac97d791eb12667ce5218ff31e798c8711e10
        Reviewed-on: https://gerrit.libreoffice.org/36000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-03  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [d7869e561100efee7e4bd747934d6757e67dc0d9]

        Avoid redundant inline warning in swcache
        
        Change-Id: Ia30d9f406769cab219418d4624e8547a036c4f08
        Reviewed-on: https://gerrit.libreoffice.org/36022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [4809096a1f60d9ef57a494ba6ae8fb8541361572]

        use actual UNO enums in sw
        
        Change-Id: If0f4a6532cc255f632d88d97e6b1a9e57462f5fc
        Reviewed-on: https://gerrit.libreoffice.org/35969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [fcad02149f3a9964f36522d97faaf303fc321788]

        use actual UNO enums in sc
        
        Change-Id: I51dbe623178e3c463dc4c941f23edac04fbfe349
        Reviewed-on: https://gerrit.libreoffice.org/35968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [74917d23782413aa0f129bcf9e6bf5a1c496d23b]

        split up doc testing for three major variants
        
        Change-Id: Iac1b5cb1c209ba27d185c8a7ba1e59c663553d77

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [6fd66ad94040d46904eba8f2ac2b4270787a756a]

        we're either reading or writing, not both
        
        Change-Id: I6b004c7f7957f3843d37063b182cac0cd07e5f44

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [edf79cacbeaef0080588f00e90e6c1b35a70d17e]

        SwapOutData url is always a file url
        
        so can just use SvFileStream here and not go through ucb
        
        Change-Id: I1d70a4e39977a178afaf7eeadb552f1bd7d9fd1a
        Reviewed-on: https://gerrit.libreoffice.org/36024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [d80b0c4d9452d0f9750c12c34b76b63dee32dfb8]

        Updated core Project: help  5469ccc6ecc354020edf0b7e7b8c1e4c0f074517
        
        Fix one ahelp to work with multiple bookmarks
        
        Change-Id: Ibfe212d879ad7ebc4d275e2818c8779064235634
        Reviewed-on: https://gerrit.libreoffice.org/35952
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [9c5fac2f2e5cc2b49de1bd8a6280267e830d1269]

        Updated core Project: help  cf89d14c283d391bc3441f9a5e4f0c915af76706
        
        tdf#102930 Mail Merge Wizard: Drop obsolete Wizard help pages
        
        The 6th, 7th, 8th pages of the wizard are now gone.
        Usable content was moved to the new save/print/email dialogs
        and to the toolbars help pages.
        
        Change-Id: I911c86f0ab0e159ed3666e32c8d45582c23b1627
        Reviewed-on: https://gerrit.libreoffice.org/35951
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [02cf765edcb5afaac45ce41b1613bcfbfaafa907]

        Updated core Project: help  20abdd0a447ec3a330326ccd84257a0af6ce6f95
        
        tdf#102930 Mail Merge Wizard: Drop duplicated page
        
        This is the same as the mm_newaddblo.xhp file
        
        Change-Id: Iafa9297c54042ba10a7bfff41a5ac4de13ada25d
        Reviewed-on: https://gerrit.libreoffice.org/35950
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [ed92b1633f9b7e04585a167e5d708164be879ade]

        Updated core Project: help  5bffaa7cecbcb102764ce195be2cb5fd03de4d6b
        
        tdf#102930 Mail Merge Wizard: Standard Filter dialog ahelps
        
        Appears from the Select Address List dialog, Filter button.
        ahelps need to be the literal dot to work with multiple bookmarks
        
        Change-Id: Id906881098601f49643e0298949d7bcbbd618d57
        Reviewed-on: https://gerrit.libreoffice.org/35949
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [e1d05a6dbb5d4b926cb7ca6602af244ef733525b]

        Updated core Project: help  9edd4f385d6968697cbff1972ee2dc941baddd7c
        
        tdf#102930 Mail Merge Wizard: Form Letter page
        
        A referred template has changed name
        
        Change-Id: I750eb370e6c10b682e13d4e5b9fa46c81c6e0a51
        Reviewed-on: https://gerrit.libreoffice.org/35948
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [d5af070ebf625ca8d0a01338c822fc1e630e343b]

        Updated core Project: help  e1e4484d95b54d7993342c199fad929fd09f2405
        
        tdf#102930 Mail Merge Wizard: now available from the toolbar
        
        Change-Id: I82305033c3ed7c47ea4abfdd0d636f007718ea72
        Reviewed-on: https://gerrit.libreoffice.org/35947
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [d005d988edd6d9841085ce8b87887377c05a6003]

        Updated core Project: help  20cb80d652911121c3c9ad24eaa635a18e3293a0
        
        tdf#102930 Mail Merge Wizard: Update Toolbars page
        
        Add Mail Merge Toolbar to the list of toolbars
        
        Change-Id: I1b8ade2800b882ac1a132f78de5a40a10a2a07c1
        Reviewed-on: https://gerrit.libreoffice.org/35946
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [a7b916d848c5cb1652a80ecc31b92e046db8dcc0]

        Updated core Project: help  dd10747d1e916283958261d640758df40be1341f
        
        tdf#102930 Mail Merge Wizard: Select Address List window
        
        Add missin ahelp, drop old comment
        
        Change-Id: I4451b922ef6e980afed1089023e61300a5fc94ce
        Reviewed-on: https://gerrit.libreoffice.org/35945
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [8f74029f92cd16a5e0b73be71930974801ee4087]

        Updated core Project: help  4164e519b7b4008de321da83e3e30c22576a603b
        
        tdf#102930 Mail Merge Wizard: Select Address Block dialog
        
        Sync to current UI, add missing ahelp
        
        Change-Id: Icb4b25c0787fc157ed7506597999297e312341a9
        Reviewed-on: https://gerrit.libreoffice.org/35944
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [82c97a22a95d5885922607ab1dec0431501068ae]

        Updated core Project: help  816cf63ac88d263220b33db62cdd94d044f9cc9d
        
        tdf#102930 Mail Merge Wizard: New Address List dialog
        
        Add missing bookmarks and ahelp
        
        Change-Id: I12ba0d1cf080819cb89bcbe668a1034cdb17fb36
        Reviewed-on: https://gerrit.libreoffice.org/35943
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [912783cc8440acbfeaef7b5ec40c3d5ce699b298]

        Updated core Project: help  c891d9d6469d04a68ebc06a0a772244f1aacecc9
        
        tdf#102930 Mail Merge Wizard help: Match Field window
        
        Sync with current UI, add bookmarks
        
        Change-Id: I728668d4d11cf368a7bed46b6c680dc44731ccbd
        Reviewed-on: https://gerrit.libreoffice.org/35942
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [6a2472d59d71a483ffd4a61e89033879294f9336]

        Updated core Project: help  b52dc2fc13f392ee22b81f9ce76001a76a51c2e8
        
        tdf#102930 Mail Merge Wizard: fix E-mail Message window page
        
        Add missing bookmarks and ahelp
        
        Change-Id: I1341200f32e586303b693494c2e45067457e760c
        Reviewed-on: https://gerrit.libreoffice.org/35941
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [2fa96b5bf5865f38629c6b541a50bb161d68ed46]

        Updated core Project: help  c9e5b786f194af2ba20dc76f2c8d3fb2562aa6dc
        
        tdf#102930 Mail Merge Wizard help: Find Entry dialog
        
        Add missing bookmarks and ahelps
        
        Change-Id: Ib70d18f137060a5f13863c32be3a629509a24808
        Reviewed-on: https://gerrit.libreoffice.org/35940
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [c0e25869f249b2fca27dc690051479e00881bcb3]

        Updated core Project: help  05690a67949aafbe69949226a26834a3a55c51df
        
        tdf#102930 Mail Merge Wizard help: Custom Address List page
        
        Add missing bookmarks
        
        Change-Id: Id1a0a49bb7fc20a491f12cf344b5c22a45d6bc02
        Reviewed-on: https://gerrit.libreoffice.org/35939
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [0ce151b16475bea31ce01ab83f1dedf78b5af5f6]

        Updated core Project: help  ca3d69f1840b71b899c0ab8b1671f314b799eeae
        
        tdf#102930 Update link on Mail Merge - Copy To window page
        
        That functionality is described on a new page now
        
        Change-Id: Id0a7b3905f8382f937e244e075d71f6a9bb97fb5
        Reviewed-on: https://gerrit.libreoffice.org/35938
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [4494a6318f3f90f2faa854d5e4298f7a65a95c3c]

        Updated core Project: help  f819eb227c337fc59416649218be6354d287de37
        
        tdf#102930 Update Mail Merge Wizard Page 5 help
        
        Sync to current UI, improve readability
        
        Change-Id: Ib756f8998ed88a63b8f2927677638dd6110a86f4
        Reviewed-on: https://gerrit.libreoffice.org/35937
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [dca0372ac1eb5e80961d51a8376fdfb8c6958a57]

        Updated core Project: help  a5b29c05af7c8cc038f953bda2995f8d99be5e04
        
        tdf#102930 Update Mail Merge Wizard Page 4 help
        
        Add missing bookmarks, improve readability
        
        Change-Id: If8f2afcfb049d01beceb788dc4beb21dbfcb6032
        Reviewed-on: https://gerrit.libreoffice.org/35936
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [cd4de872c4afc7196b594b30aa7971c0c6527514]

        Updated core Project: help  854375b6e711cd114e537215b55c6bfdd8d654b0
        
        tdf#102930 Update Mail Merge Wizard Page 3 help
        
        Sync to current UI, improve readability
        
        Change-Id: I03807f06cc2dc99aa4999bad94ebbe3c81c356d3
        Reviewed-on: https://gerrit.libreoffice.org/35935
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [307064696e8330a6dd102b509ef65db31137efca]

        Updated core Project: help  dd49e9fa8338f442e30fc78afea7cac0e8831540
        
        tdf#102930 Update Mail Merge Wizard Page 2 help
        
        Sync to current UI
        
        Change-Id: I390c0676d07b543e7c6ee56c5046e4aa0be55549
        Reviewed-on: https://gerrit.libreoffice.org/35934
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [93216a173efa93fe1aaf8d6a570e01d044f8792e]

        Updated core Project: help  2c3f721d7dd152efbe6261ea697643c84ce11b12
        
        tdf#102930 Update Mail Merge Wizard Page 1 help
        
        Sync to current UI
        
        Change-Id: Id53cae534a152ab68df9bf02ed5bebfe4d26b139
        Reviewed-on: https://gerrit.libreoffice.org/35933
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [d92c650b5a7b8499cf80386230e626ca64889a88]

        Updated core Project: help  5ebea3473f90837a9e3293f7173497caf8f9a7ee
        
        tdf#102930 Add new pages for Mail Merge rewamp
        
        Add new pages for the Mail Merge toolbar, Save merged document,
        Print merged document, E-Mail merged document windows.
        Content is mostly salvaged from mailmerge06-07-08 pages.
        
        Change-Id: I423df1bb358ce1a2d2ac63c8fd2b6e289f0ae7b8
        Reviewed-on: https://gerrit.libreoffice.org/35932
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Gabor Kelemen  <kelemeng@gnome.hu>  [0e8a9efb19cb7b6fa92018e0567bf73139d0f95c]

        Updated core Project: help  7f8eec4aea1271f18ba55c771a8d81171ebbba48
        
        tdf#102930 Update Mail Merge Wizard pages - 00
        
        - Remove embeds for dropped wizard pages.
        - Drop redundant bookmarks
        - Improve text a bit for better readability
        
        Change-Id: I04b4fd9936719a52368e56c8804328b528a782a4
        Reviewed-on: https://gerrit.libreoffice.org/35931
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [462d1f78845834548a59e843875de215e144e77c]

        add cgm fuzzer
        
        Change-Id: Id3bf2bc3c50421bb46e6fbdf3c492bdd2e3a976c

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [785ef3623447cb06f8d0987b9abc86960e848a39]

        move this work to end of Sc10Import::Import
        
        Change-Id: I28413f710642c904fbe7508a14272ab31bf4df3f

2017-04-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [1e30d2aface12a31687e5a27126e2061efd4b0cd]

        Add SvxTextRotateItem inherited from SvxCharRotatItem
        
        I will be use it later for text rotation inside a table.
        
        Change-Id: I4cbaf05953b0e71331d2f3fdb45b7c4254a2b8cc
        Reviewed-on: https://gerrit.libreoffice.org/36021
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-02  jan Iversen  <jani@libreoffice.org>  [a52f3310a6d84fcfffcc49016bbec35bfb6ee5e8]

        iOS LibreOfficeLight Activate LibreOfficeKit
        
        Prepare for viewing functionality.
        
        Change-Id: I4960938fdc7bf6955096c96cc7f56792c64c6641

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [2f33a8cd231d3842a1e5521e3a61d8e73517137b]

        coverity#1403662 Mixing enum types
        
        Change-Id: Ic5e797c65dfc736a9ef0ab14f3ae563216143947
        Reviewed-on: https://gerrit.libreoffice.org/36020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [fb41ebff32371ee7a7e07f671f7c769a8bb18718]

        ofz: more check bounds on read
        
        Change-Id: I70018ee2ab282c11547f5bf9d81b2ee74c74aa04

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [adb597102e6d8c8688510881f2142a999ada03ce]

        signed/unsigned comparison warnings
        
        Change-Id: I384c5bd3e87b3615fdcd31768f920d6679946ba7

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [66147965d538bfce810598f34b272a85067d759b]

        ofz: drop hard-coded limit
        
        Change-Id: I175b2db73a29c7e83003ad0638818e7876d552d4

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [4cd4ec2855fd51bb97812e90dc469c55882933f4]

        convert to std::vector
        
        Change-Id: Icd442975cbc084a67bdd3e7f24113f499981db60

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [9e0bcd809a5ea7b93201172a1ce000d133484d1b]

        drop the weird casting
        
        Change-Id: I62d4eb8c3bdc9026484242463dc278094f8941f4

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [67bf8ecc6fb0018bf196bc59df736d2cbda7d053]

        signed/unsigned comparison warnings
        
        Change-Id: Ibc091869529ad290f3af3d87c82a5489ba22cc6f

2017-04-02  osnola  <alonso@loria.fr>  [0e261a6908c2521a9967069095239eeb02810b8c]

        libmwaw import filter improvements
        
          + correct a small mistake
          + add pot the file extension (the file extension for PowerPoint 95
             template)
        
        Change-Id: I4ad18088ccb9777e1b34f393effbe2d24468804e

2017-04-02  osnola  <alonso@loria.fr>  [8988c925ce07395478fbbb10d25fd6c0a10fead5]

        libstaroffice import filter improvements
        
          + add support for presentation file (i.e. the file created will StarImpress
             are now open as presentation).
          + modify the OLE parser to be similar to the librevenge OLE parser,
            ie. the librevenge parser ignores the first character of a filename if
            this is a control character...
        
        Change-Id: I913a70cba29839d43dac58d5e00dbebfc4d28abc

2017-04-02  osnola  <alonso@loria.fr>  [b0067c89e6b2a4e29465d9da9a731ae30a66dce6]

        libwps import filter improvements
        
          + some astyle modifications,
          + add .wk4 and .123 to the list of file extensions,
          + add support to open Lotus files protected by a password.
        
        Change-Id: I94d4afffd73f0999ff2b1958704cb3985fcd0cc9

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [af45b3d48e3a027c14317db944a8d67de063352f]

        ofz: more check bounds on read
        
        Change-Id: I92b10aeab34cb6a78deff1d4b54545c8f506113c

2017-04-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d9dc5dcd39740e82034823bb3a5c50ae56be6af8]

        add VBA tests- FIX,EXP,ERROR,DAY functions
        
        Change-Id: I339abf03f88a0b8135184a892f5200ad381310bd
        Reviewed-on: https://gerrit.libreoffice.org/36010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [e9bd695a063e111cdc002b73a6a5cccbc52ef4d3]

        ofz: avoid oom
        
        Change-Id: Ibffae78a1186492300c237e85089702491cf4a0f

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [4f2825f590f4d4921d9336961fd727e76b525b92]

        align fftester and wmffuzzer
        
        Change-Id: Ib0017cfd290b41fc886b5516d2f50ee219185d5a

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [fb05611064e12c8eda09bc32c42544cde8c2ab49]

        ofz: check bounds on read
        
        Change-Id: I07779bec876b90e36f20a81d6dbf06ae727edf85

2017-04-02  Caolán McNamara  <caolanm@redhat.com>  [647ff1add92a4d6473515462d4e5939b99b76d27]

        ofz: use safer ctor
        
        Change-Id: I23d23a73442a22ecced0c0287b42a7c667ebfa7e

2017-04-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [334e6e2f1ad3da319be0849ec426aa64b18cb599]

        Typo: TopToBotton -> TopToBottom
        
        Change-Id: I1b4d3ab9ec1d1383d76a56c9662ffeeb9fe69655
        Reviewed-on: https://gerrit.libreoffice.org/36014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-02  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b1e5e3725642e2d75a4ba73f9258863d65382489]

        Hide useless label for adjacent cells on border tabpage
        
        This adjacent cell settings is used only for Calc documents.
        Check box was hidden, but label was not.
        
        Change-Id: I6dcf3bb4ee316c9f3d653fc4f8f9dbcaf393e416
        Reviewed-on: https://gerrit.libreoffice.org/36013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-04-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [38ea5fbff177fafa1f445b6f48f353b43e0f5f40]

        Translate some German comments in sc
        
        Change-Id: I7e920c7b3912db243444e7b17280d739c0e642a5

2017-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [7d67ad17ffc26147c94e967e23b139535006aacd]

        starmath: Fix wrong help messages for lim inf/sup
        
        Change-Id: I83e1cea1b2f51cc63d032880e12181de25577d92
        Reviewed-on: https://gerrit.libreoffice.org/35986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-04-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [170b4f451d752d92dd56880a04d64ebad5b165a4]

        tdf#103391 Add missing title and secondary text to message box
        
        Change-Id: Ib3066f2b9134a07ee63cd9e36908690bf56d49fb

2017-04-01  Jens Carl  <j.carl43@gmx.de>  [8e0201fe535daa888aded842043b2a28fe645390]

        Fix typos: ist -> list and sublocality -> sub locality
        
        Change-Id: Ifc5e49528e4aafd19ed9bb1c93294dd921ac9210
        Reviewed-on: https://gerrit.libreoffice.org/35993
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [d8c5cc7c4bc34436dd95f923dca852b335a5f1e3]

        add rtf fuzzer
        
        Change-Id: I36a6294c158232bef8fceeaf5159527f467f5786

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [6a9478481c42a717191cc6beb8534e263b98036d]

        coverity#1403666 Uninitialized scalar variable
        
        and a bunch others
        
        Change-Id: I569913ddab8eba2c168b1aa0877fbfc809dc34b6

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [18713e5e922d60439b5850dcc2640c654dffcdb7]

        coverity#1403664 Dereference null return value
        
        and
        
        coverity#1403663 Dereference null return value
        
        Change-Id: I17b7f977e802aa5bdc5b58895fe2cdeea2c96ebe

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [68273aaae40b054b7b7e80b472450a5f64196971]

        coverity#1403657 Unchecked return value
        
        and
        
        coverity#1403656 Unchecked return value
        
        Change-Id: I41660df2685b1a07c5ec8f363f6b9c4c581d7c83

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [f050faebabec8a0c2d63fe63a1195bb845ea4443]

        cgm mode is now unused
        
        Change-Id: Iea58345633cdea50fdecfe9376160ae4ffcfc6a9

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [7c7204ceefd7f2828225d40e8d88f69c84927c43]

        CGM_EXPORT_IMPRESS is always used
        
        Change-Id: Ic5d9f0f015deae6e4db00912f1b432dbfefd8534

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [537fff14c233ad85a22588557ff0e9a3caeea155]

        CGM_IMPORT_CGM is always used
        
        Change-Id: I77616b97970486aa6bb3c9af577d4bb412c35ca2

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [252f59b70223c8fdbd16532125a1089ff8c12c8b]

        adjust cgm import to make testing easier
        
        Change-Id: I2979af77522e085075d4f1e1e379fe82e614163b

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [b993942622897fc64a1f7462189fa0463eb30e1c]

        ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flag
        
        Change-Id: I0d460c5a0c14d078623fb1669a529a411002cad0
        Reviewed-on: https://gerrit.libreoffice.org/36009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [62961938cab795f8b178f4049f2efca5a9e251df]

        rework ImportCGM to take a SvStream
        
        Change-Id: I261cb5afd251e96fa676ba37fa397159eb7fce32

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [c0b9eff24e4bdfa0c5fe8b8f435e1c1730b65ee1]

        support avoiding config in SwTableAutoFormatTable
        
        Change-Id: I9d62efc7f57e8893fc5fbd1a8bec1f7cbbbeb2e7

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [cc2b6dbb262db76afe006847a7dddbd0827a8380]

        ofz: make scanline copy faster
        
        Change-Id: I69225a7b0d0d09d6bc5faf5711552322a7a2ab01

2017-04-01  Caolán McNamara  <caolanm@redhat.com>  [da1d5307c3066dea1fbb5ba2483ba88302efe773]

        use weak attribute for Linux too
        
        Change-Id: If6bad5be57c984930061629077b07eee287202f0

2017-04-01  David Tardon  <dtardon@redhat.com>  [e405f496cb199f758a777a3bc7459a0ff80e4619]

        upload libmwaw 0.3.11
        
        Change-Id: Ie244411dd155af245c83e758f432237ce72fa623
        Reviewed-on: https://gerrit.libreoffice.org/35981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-04-01  David Tardon  <dtardon@redhat.com>  [a217beee284ff848595b5393aaf9efe0aedda556]

        add test docs for libmwaw 0.3.10
        
        Change-Id: Iea46a5d41a83edb150573102ccfbd9cd3ab4e89a
        Reviewed-on: https://gerrit.libreoffice.org/35980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-04-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1ed1b639fc80909cb006d74ac25516bcdd409041]

        remove redundant OpCode casts
        
        Change-Id: I75389b213ebf74aa35f935134e4f8122d28d2045
        Reviewed-on: https://gerrit.libreoffice.org/35996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-04-01  Tor Lillqvist  <tml@collabora.com>  [0b1b361090cac1838f3a33e554fd44f0b3a9590a]

        There doesn't seem to be any reason for the svMissing = 0x70
        
        Change-Id: I9b416b28bb87599d222e60f59589cb0ec639166a
        Reviewed-on: https://gerrit.libreoffice.org/35979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-04-01  Vitaliy Anderson  <vanderson@smartru.com>  [167e3c6d64ec187eeb382ca61b18894f79f7b149]

        sw: replace hardcoded uno names
        
        Change-Id: I4cf8a4f76744b8a6bc25cd5abdd280f98eea9499
        Reviewed-on: https://gerrit.libreoffice.org/35889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-01  andreas kainz  <kainz.a@gmail.com>  [0cf95212cc55cfe4f101911a7071fa4077afead0]

        start optimize breeze_svg files
        
        Change-Id: Iced700ddd0cab7490cd5bbf34bae7c81c5ef353a
        Reviewed-on: https://gerrit.libreoffice.org/35604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-01  andreas kainz  <kainz.a@gmail.com>  [aa97b77122aaabcb2232dfeb174ddc95280af029]

        more sifr svg icons
        
        Change-Id: I02deed34b4ae79cdd44a87d4bc4eebfb698a91a2
        Reviewed-on: https://gerrit.libreoffice.org/35689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-01  andreas kainz  <kainz.a@gmail.com>  [924bb94b492106cab31585f2757fca0d8019937a]

        add some svg sifr icons from github repo
        
        Change-Id: I6b88bdef1009e10867124a04383f2ca99f353d18
        Reviewed-on: https://gerrit.libreoffice.org/35688
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-04-01  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [56ee0a940915e882c9eaa5c365c10231f328ff93]

        Get rid of magic numbers
        
        Change-Id: Ia9ccacc3a21c837e69e3901e262cdd052e4be3f3
        Reviewed-on: https://gerrit.libreoffice.org/35982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-01  Julien Nabet  <serval2412@yahoo.fr>  [4c16651356614b66256d80fd89b8866543f53871]

        Replace OSL_FAIL by SAL_WARN_IF
        
        + simplify message and code to create it
        
        Change-Id: I40cc0c1bf62a974ad5a5c5f27c4ed78c822390fa
        Reviewed-on: https://gerrit.libreoffice.org/35984
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-01  Julien Nabet  <serval2412@yahoo.fr>  [884499a03ed125f8e87fd6ff620f3e0d2fef452c]

        Display unknown token for html key in console
        
        Change-Id: I57740e52a8e76d4f0f68cb2e58ca3f1aab249a0b
        Reviewed-on: https://gerrit.libreoffice.org/35989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-04-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c0ba76030ab03f9a424d36113a2def38eca3fb7c]

        This is a prime candidate for unique_ptr.
        
        Change-Id: I8ca8ec76d3b0f81e2dea47501cf86b63459479f2
        Reviewed-on: https://gerrit.libreoffice.org/35990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-31  Olivier Hallot  <olivier.hallot@libreoffice.org>  [cdb75e0172d09d235f91c417fca0712add6b6e49]

        Updated core Project: help  0d1048bd6a3ad7ca6b6827c74c70e4c65ea32c54
        
        Add missing embed file
        
        Change-Id: Id501bd56967c47311e10b40304cf3a411c0579b6
        Reviewed-on: https://gerrit.libreoffice.org/35983
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e44b79233591a2b5f2f927b233f09b43c005e7a]

        svx: fix missing namespace
        
        Change-Id: Ibfd783f42b376952442e017537276a00f4dafc8e

2017-03-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [325d211aae0ef54c8e0b90ca594c4af336818259]

        LOK: Calc: unit test for invalidation on insert image
        
        Change-Id: Ie7c55c3a5c366618cafa51f9f1a102fb3cb26ec5

2017-03-31  Jan Holesovsky  <kendy@collabora.com>  [83487c28d3e2d0b331dd161b97a804be8e9bc1b9]

        lok sc: Don't depend on the OutputDevice existence when invalidating.
        
        We know that the drawinglayer operates in 100th of millimetre, and that we
        need twips for LOK.
        
        Change-Id: I8813f936ab66eaca4d6b9c03341e090d703decb8

2017-03-31  Jan Holesovsky  <kendy@collabora.com>  [3b65c1660427e66642f63f24ba35c85c48c7a08c]

        sc lok: Make the FmFormView we need for drawinglayer persistent.
        
        Based on Marco Cecchetti's research - thanks! :-)
        
        Change-Id: I579b6c8e54311a679f5d684f7ca1e2d7373d0ec9

2017-03-31  dennisroczek  <dennisroczek@libreoffice.org>  [12e88e3b28fd47c00c87583999053db6ad8660be]

        fix typo: databse --> database
        
        Change-Id: I3ae198eb599a6b0db1be900a2c464ab7b4c20e89
        Reviewed-on: https://gerrit.libreoffice.org/35236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-31  Katarina Behrens  <Katarina.Behrens@cib.de>  [351dead74b4c213b13102f81b5ae9bb47ad8ca39]

        tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"
        
        This reverts commit 65e294e221e0ad1d37c6667eecb995817ace870d, which
        breaks several widely used Basic extensions and hundreds of anonymous
        macros that miss closing parenthesis here and there
        
        (cherry picked from commit 660e394b893a045a077ccded263f94a1be03fcf9)
        
        Change-Id: I5d27e6d4e7c8aea3f0762c41ede46e35a5a24aaa
        Reviewed-on: https://gerrit.libreoffice.org/35970
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-31  Caolán McNamara  <caolanm@redhat.com>  [011e1cdbf33e50626f1fefa8b7b4031fa368f3e8]

        Related: tdf#106515 show OpenSymbol if unavailable StarSymbol requested
        
        Change-Id: I442df1c44839642bd1f91afedee577214032466b

2017-03-31  Caolán McNamara  <caolanm@redhat.com>  [286e907cd42015f8311ecbb8568d75bf21da4f88]

        can use a reference here
        
        Change-Id: I042baab66ff67d0599cffcbfe2db374eb182ea5b

2017-03-31  Caolán McNamara  <caolanm@redhat.com>  [54f8ed8b8386c03922e7a98e0125309eca264d04]

        const these up
        
        Change-Id: If79187b8e2624da132ed47f5baf374211cc6e449

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

        Resolves: tdf#106515 use OpenSymbol, not StarSymbol as the default bullet font
        
        For choosing a bullet from a real font it matters while otherwise its a synonym. Of
        course we have this code duplicated three times.
        
        Change-Id: I2428b9a23d997925de3e731b8afe9fb8cf18ed54

2017-03-31  Oliver Specht  <oliver.specht@cib.de>  [e3aa0e4c567afc734c45c715e44d9e3040cb9f29]

        tdf#101846: update spelling on URL changes
        
        call setWrong if URL attributes
        are applied to force re-spelling
        
        Change-Id: I8a5fa20c45cdf1df33975c4d6bee5e2c0f3f272f
        Reviewed-on: https://gerrit.libreoffice.org/35962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2017-03-31  Vitaliy Anderson  <vanderson@smartru.com>  [df30caea7979235b5d1a6a038133dbac2ef7ecac]

        tdf#106849: don't reduce quality of picture in bullet list.
        
        An image saved in cache when NS_ooxml::LN_CT_NumPicBullet_pict
        property is processed should not to be resized. It reduce quality
        the image.
        
        Just set the property "GraphicSize" of current level of the NumRule
        instead of resize the image when processing
        NS_ooxml::LN_CT_Lvl_lvlPicBulletId property.
        
        Change-Id: I8ac80643decb7794de7a295cc7c2895a5bd24e2d
        Reviewed-on: https://gerrit.libreoffice.org/35592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [657702108f3e06e7e90411838cd37f9e6a8b1471]

        use actual UNO enums in oox
        
        Change-Id: I7fbb3619287acde0c397ff9b4015271ec785cc46
        Reviewed-on: https://gerrit.libreoffice.org/35958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [82025e7f7af562549a900b9f1d76ed73fe4f2a58]

        use actual UNO enums in sd
        
        Change-Id: Ife2590d2d8d7622ea6fa2f03d6a333c856326d34
        Reviewed-on: https://gerrit.libreoffice.org/35963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Katarina Behrens  <Katarina.Behrens@cib.de>  [ff1f83dd08b7b0169301ffe0a53499a27af613b9]

        tdf#105922: Apply custom gradient/hatch even if not saved as preset
        
        Change-Id: Ide35eb2c186d1ef5daaf96b1bd6d52448dfe69f9
        Reviewed-on: https://gerrit.libreoffice.org/35961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-31  Justin Luth  <justin_luth@sil.org>  [541b377a94fb1247dbf4c39b5bcf55deb8e5ef60]

        writerfilter: default break type identified as _nextPage
        
        Change-Id: I9247c75819425a97d19c95c48fbaf7a4f8d92c62
        Reviewed-on: https://gerrit.libreoffice.org/35379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5c27f34e8d764545dd1576922b4bcabfebc9e9d]

        vcl android: more adaptions to tools::Rectangle
        
        Change-Id: Id85ee2a943047c22f77a758238e51e580b7d079b

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

        ofz: 0 bitcount bmps are unsupported
        
        Change-Id: Ibd7b25546006506350f9fc009596f2989a305a4c

2017-03-31  Caolán McNamara  <caolanm@redhat.com>  [473066c526ac1d970658b39381436b23d78676ac]

        expand forcing to mono mask during load to non-indexed sources too
        
        Change-Id: I38c1eec5e180d689de72413b1438c88a1085bbb5

2017-03-31  Michael Stahl  <mstahl@redhat.com>  [cb5b83e322ec3991fbc8e9edbb6389bda1749cac]

        vcl: attempt to blindly make androids properly rectangular
        
        Change-Id: I5d43744b754817174401558a200a4cd204779515

2017-03-31  Stephan Bergmann  <sbergman@redhat.com>  [19e63ddbc265771b07b79af981db1a4a0d989086]

        Sort lines lexicographically
        
        Change-Id: I40cb900331493f7cdd13ceca1d5aec93f0c81aca

2017-03-31  Jens Carl  <j.carl43@gmx.de>  [e5bbb21b859e4191e323f25eee361a2d8cea6a08]

        tdf#39468 Translate German comments
        
        Translate German comments in rsc/
        
        Change-Id: I8133f11566c0717fdfc796b79dca76f2365535ad
        Reviewed-on: https://gerrit.libreoffice.org/35957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-31  Jens Carl  <j.carl43@gmx.de>  [bb37c73bdc7544f67d1acb98af6248fb43140ca7]

        tdf#39468 Translate German comments
        
        Translate German comments in filter/
        
        Change-Id: I2b5856f1d4b894ca64a5b8105ca3f6466b17360b
        Reviewed-on: https://gerrit.libreoffice.org/35953
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-31  Johnny_M  <klasse@partyheld.de>  [6a59352290a5d05c4236522b56124ac06cd591ad]

        Fix German comment translation
        
        This is a minor fix to the German comment translation made on the
        commit 5ddef1648005756cfb811f9e6261851d4df712c2
        (https://gerrit.libreoffice.org/35343). Specifically, it is a fix
        according to the comment in
        https://gerrit.libreoffice.org/#/c/35343/6/sc/source/ui/docshell/docsh8.cxx
        
        Change-Id: I7462de4589856a58fda58d52583a0702ddec0a0d
        Reviewed-on: https://gerrit.libreoffice.org/35928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-31  Stephan Bergmann  <sbergman@redhat.com>  [1fc76c4dfc196798eea24030a205d1e5f7922eb2]

        This only wants to check for Windows in general?
        
        Change-Id: I0578e046b8d97b076ca638912740d548453a9a04
        Reviewed-on: https://gerrit.libreoffice.org/35916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e3a62a1950e068d0136dd508916cd7e8b2963f9]

        vcl kde: adapt to tools::Rectangle
        
        Blind fix, I have no idea how to install TDE today.
        
        Change-Id: I9b6143ba09353d4f3cc09eb38327d73582506087

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [64b6e19323cdd80ac5469ff43cac263df7e18329]

        use actual UNO enums in writerfilter
        
        Change-Id: I59afe1ec7096cc7d173baab2042254eb647587b5
        Reviewed-on: https://gerrit.libreoffice.org/35918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  heiko tietze  <tietze.heiko@gmail.com>  [2039e2f25933bb93803c741ea79094227d40dc25]

        tdf#106458 Color widget should list an exact number of items
        
        mnColorValueSetMaximumRowCount set to 10
        after decision from design team
        
        Change-Id: If6cf93354af6bbdbbefcd026e5aa05689acdaf93
        Reviewed-on: https://gerrit.libreoffice.org/35902
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [02ee5378ef95c54d83202468f939faf6d286ea42]

        vcl kde4: adapt to tools::Rectangle
        
        Change-Id: I047a69bd084f44c7bc7a132eddf2ee09e811d783

2017-03-31  Arkadiy Illarionov  <qarkai@gmail.com>  [b57af3320fe7230dbcf5a0f6577e05bb5ec046cc]

        tdf#106737 Rewrite bin/list-dispatch-commands.php in Python
        
        Change-Id: I2f3830b23c874fad09bd5a5cc53d73a6a0368592
        Reviewed-on: https://gerrit.libreoffice.org/35897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [8cd5002959c27e2e271d3897886a2ef504e41ff6]

        use actual UNO enums in chart2
        
        Change-Id: I05d4eed55f5deba4b1802389d1ba94582d30550f
        Reviewed-on: https://gerrit.libreoffice.org/35917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [9a165a86795c65c42a94bf6f7f48545c797f2db3]

        use actual UNO enums in xmloff
        
        Change-Id: I585825ad3faf972acde548817187183029856971
        Reviewed-on: https://gerrit.libreoffice.org/35914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [dcffc21805828ddff7de1282f3d40ffdf3fac38d]

        use actual UNO enums in svx
        
        Change-Id: I00f53260667861ca2595892b5605479da3401adb
        Reviewed-on: https://gerrit.libreoffice.org/35913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [7fca8e61ce992e9dc6f900b77142a123c0c10b6d]

        use actual UNO enums in sfx2
        
        Change-Id: Ide3ce0bc1afc9de46c2d06b161acff8d32fe1193
        Reviewed-on: https://gerrit.libreoffice.org/35911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [7acbf45fcc6e2f8672bbecc4787cbcea8967219b]

        use actual UNO enums in editeng
        
        Change-Id: I58e794f161f3c4dd103985f575bc25202d4989b3
        Reviewed-on: https://gerrit.libreoffice.org/35907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c56928c9245b87feb2c32dbd200ff108089db61]

        use actual UNO enums in unotools
        
        Change-Id: I71ee54a5eb70f1a322cc87cd940bc63ff95366b6
        Reviewed-on: https://gerrit.libreoffice.org/35906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [97844a113fcaf7e2a0c52203e6792c71e2389f39]

        use actual UNO enums in i18nutil
        
        Change-Id: I959b26471fe69c4ee8ecb7e2fd57a53e24187112
        Reviewed-on: https://gerrit.libreoffice.org/35905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5a571307fb3306b74ab46b085cde6388270a770]

        tdf#82580 tools: rename Rectangle to tools::Rectangle
        
        Mostly generated using
        
        make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle"
        
        Except some modules have their own foo::tools namespace, so there have
        to use ::tools::Rectangle. This commit just moves the class from the
        global namespace, it does not update pre/postwin.h yet.
        
        Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2
        Reviewed-on: https://gerrit.libreoffice.org/35923
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-31  Justin Luth  <justin_luth@sil.org>  [17d821af6bb9df93569836a92f6bed975587fc6c]

        spelling in comments: minmal -> minimal
        
        Change-Id: Ie1947782cd7679c0c979d01ee7776176d771fc04
        Reviewed-on: https://gerrit.libreoffice.org/35925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-31  Justin Luth  <justin_luth@sil.org>  [5251e7988a3bb1cfccff54eccf7fdd7621c4627c]

        tdf#106701 tabOverMargin: only affect specified tabstops, not autotab
        
        Change-Id: I15bf3a8555a152cab90380524b4a968f9f95fc37
        Reviewed-on: https://gerrit.libreoffice.org/35924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-31  Gabor Kelemen  <kelemeng@gnome.hu>  [4a58754714c4e570f68b31a1926c7de6feb48cc2]

        Updated core Project: help  9f6da2a058bbd85ed331724e0b81986508c84ac5
        
        Unbreak build after https://gerrit.libreoffice.org/#/c/35927/
        
        File was not added to the repository
        
        Change-Id: I71766866d8baeed1aaf8a61f8f0522b7bf710868
        Reviewed-on: https://gerrit.libreoffice.org/35956
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [0ba23e36bb81b65360f3279f5af14a63916189f6]

        starmath: Stop using the stack to parse consective identifiers
        
        and numbers.
        
        Change-Id: I7e898cd437ec314a0d07a16e13d3044480d2e057
        Reviewed-on: https://gerrit.libreoffice.org/35903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-30  Michael Stahl  <mstahl@redhat.com>  [c382c998ffdaf80c10a3f078fb4f0a37224d1158]

        writerfilter: DOCX import: fix handling of w:hideMark vs. w:vMerge
        
        The problem is that Writer's layout can't handle the case where cells
        are vertically merged and the last row has a fixed height; the vertically
        merged cell will grow up to the height of the other cells in the non-
        fixed rows plus the fixed row height, but no larger.
        
        So for now, avoid setting fixed row heights in this case.
        
        (regression from d1278ef4849661b9ae0eb7aaf4d74fbf91ccaf11)
        
        Change-Id: Iac3689e0bb0d5b8a62115ca0fb1f2c553a6e6bbc

2017-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d8c23a727689b680bc68825d810e77cc6a6571ad]

        android: restore tabbed toolbar removed by accident
        
        commit 1503769fe15c122ff2bb8f6f7e7b4ab72656ddc2 removed tabbed
        toolbar by mistake
        
        Change-Id: I72e408d8e67b846e227d4563a8cd8455c1e73c29

2017-03-30  Ximeng Zu  <uznomis@yahoo.com>  [c1769e9b27bcf62e644927139d07ee195803363a]

        tdf#96816 android: top part unreachable with soft keyboard
        
        Uncomment in Manifest file the line related to input method:
        android:windowSoftInputMode="adjustResize"
        This allows for panning and zooming to the top part of the
        document.
        
        Change-Id: Ic75489071add6b52948d381f4f8b7205148b78ef
        Reviewed-on: https://gerrit.libreoffice.org/35721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-30  brainbreaker  <gautamprajapati06@gmail.com>  [72b9fe1d470ea0d22f433598b1d2f68d1be12057]

        Add superscript and subscript text formatting options
        
        This commit adds superscript and subscript text formatting
        options in formatting toolbar
        
        Change-Id: Id6966eb11b71b269431a21f46bd7c597fdcdb08c
        Reviewed-on: https://gerrit.libreoffice.org/35778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

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

        ofz#967 optimize tiff import if line is the same as previous line
        
        Change-Id: Ided61679a579a73481320f85c05b03e3ce3d762a

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

        ofz#968 short-cut slow create mask when we are our own mask already
        
        Change-Id: I5969226bf2da34d34e30e44ae763792cdc072bc8
        Reviewed-on: https://gerrit.libreoffice.org/35921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        tweak indent a little
        
        Change-Id: Icc3c69887a15eb0eacfa9209630a57f602c44422
        Reviewed-on: https://gerrit.libreoffice.org/35920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-30  brainbreaker  <gautamprajapati06@gmail.com>  [1503769fe15c122ff2bb8f6f7e7b4ab72656ddc2]

        tdf#106325 - No way to create a new Document
        
        This commit will add the ability to create a new document.
        A FAB is used in home screen which on expansion gives
        four options namely new writer document, new impress,
        new Sheet or new Draw. Two new events loadNewDocument
        and saveDocumentAs have been added.
        Another major change includes the use of constraint layout
        in LOUIActivity layout as it decreases nesting of views and
        improves the app performance. This was needed because
        of the new FAB layouts being added.
        Support for vector drawables has been enabled.
        
        Change-Id: Ia3ea17f73c0d8514f8ddb7b9a1cbd2ce7de6ac08
        Reviewed-on: https://gerrit.libreoffice.org/35183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [0466d0c815f8b0f60497faec8b60a18d35a61eca]

        Updated core Project: help  e8045f04d057ea3e50726f99c442557e6e3986bc
        
        Fix list of View commands in Writer menu help
        
        Reorder and update View menu description for  Writer
        
        Change-Id: Ib7af048b603977dabbdb53069935a5158e3a6bbe
        Reviewed-on: https://gerrit.libreoffice.org/35927
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-30  Olivier Hallot  <olivier.hallot@libreoffice.org>  [333879483ecdb1fdab376b7265749722cab5e1bf]

        Updated core Project: help  8291b5b5f748af4eeb68797193e9c84d11ecbda5
        
        tdf#106861 - fix Autoinput entry in menu, plus
        
        - Reorder Calc tools menu help page
        - Remove ref to "Cell contents"
        - Move Recalculate to Data menu
        
        Change-Id: Id6165db40a99316eae9768955b6cdbb9d5f05afb
        Reviewed-on: https://gerrit.libreoffice.org/35922
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [932f6a8f37fbd99fc2ed16aa37966658d388c975]

        vcl PDF export, norefxobj: add test for this
        
        Assert two important properties:
        
        - the pdf image is described using the form xobject markup (not the
          reference xobject one)
        - the form xobject refers to a vector image, not to a bitmap one
        
        Change-Id: I94b88976c1e5392758d56254143fbeeeeba51412
        Reviewed-on: https://gerrit.libreoffice.org/35901
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-30  Vitaliy Anderson  <vanderson@smartru.com>  [c12035df53f5031bd9f1840153b67e6189f3dea3]

        NeonSession_NeonAuth(): avoid redundant OUString->OString conversion
        
        Change-Id: I6b8515c25d58a88a040d4e08e36ffbd442228828
        Reviewed-on: https://gerrit.libreoffice.org/35915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-30  Jean-Sebastien Bevilacqua  <realitix@gmail.com>  [c568eb7d3bb4584867f0a1f0a7965f73097f009b]

        tdf#105975 Add Formula field parsing (docx) in SWriter
        
        Introduction
        ------------
        
        In MSWord, you can create a formula field (starting with =).
        When you save your file as `docx`, this `FORMULA` field is registered
        in you file (a field starting with `=`). In its current state,
        LibreOffice can't parse the `FORMULA` field in `docx` file.
        
        Context of this fix
        -------------------
        
        This fix is entirely located in the `DomainMapper_Impl.cxx` file
        because it's where the parsing is done.
        
        How this fix works
        ------------------
        
        First, we add `FORMULA` support by adding it to the `aFields[]` variable.
        Next, to handle the `FORMULA` constant, we add a condition (swith case) in
        `DomainMapper_Impl::CloseFieldCommand()` to call `handleFieldFormula`.
        
        Note
        ----
        
        In function `lcl_ExtractToken`, if command starts with `=`, it's a
        `FORMULA` field.
        
        Change-Id: If7d25de5413aa3133b22523d8a3f34ab6961adfc
        Reviewed-on: https://gerrit.libreoffice.org/34334
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-30  Jean-Pierre Ledure  <jp@ledure.be>  [53c2507bf97867011fd2bfbbac6c86b7fc494338]

        Access2Base Missing parentheses - tdf#106710
        
        Due to more severe Basic interpreter on final parentheses
        missing parentheses were revealed
        
        Cherry picking https://gerrit.libreoffice.org/#/c/35717/
        was not sufficient as they were remaining cases in new LO5.4 code
        
        Change-Id: I6a883ceed22ae20bb61cba8e3966c2dc680bdd0c

2017-03-30  Caolán McNamara  <caolanm@redhat.com>  [0d658dfc8ffdc91f3dcb2bd34dde1dbae76ad8ae]

        ofz#969 endless loop in ppt loading
        
        Change-Id: If68bf21cd135c64957cc6def654230daa5240698

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [0cd7ccb87e70982e416322587661cbfde01505ec]

        convert GradientType to scoped enum
        
        Change-Id: Ie71ead122965e967796ed01270cc2824d35905ac
        Reviewed-on: https://gerrit.libreoffice.org/35900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [da56de9ac4824eb365af20b351719395e725be39]

        remove type decorations on char literals
        
        they are only needed where type deduction fails.
        left them in defines for now.
        
        Change-Id: I7f002dd6bc7acc083c73b6c64076de6dd28d0b09
        Reviewed-on: https://gerrit.libreoffice.org/35893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-30  Szymon Kłos  <eszkadev@gmail.com>  [8d1a56c206e5c2ed6c331049198bb8ebc6176171]

        tdf#98416 libcmis: Google Drive 2FA fix
        
        Change-Id: Ice6758d8e9bc0ece57e038561376e7a6d67ab616
        Reviewed-on: https://gerrit.libreoffice.org/35880
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bed628dda32426d123c04c9a1b3566250f2da3a3]

        Updated core Project: help  f2c45a2b93c88cf7fa1feba2197e8745f56de98a
        
        vcl PDF export, norefxobj: add help text for this
        
        Change-Id: I7d19333e0f025e2d9c8d894f082971feb7492c63
        

2017-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [eeadfca73794593b07829b4ffa36c97dff59660c]

        starmath: Hold error nodes as subnodes of SmBracebodyNode
        
        so that the resulting tree aligns them in a straightforward way.
        
        Change-Id: Ica86be557c5d462425f5e88930dbdec29947e5d7
        Reviewed-on: https://gerrit.libreoffice.org/35882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b789f2e9db61937763c7f69a37ee44a4913284a]

        use SFX_INTERFACE_NONE constant
        
        inside of constructing SfxInterface(0) by hand
        
        Change-Id: Ic2cbe39366a36b40b672242a250f68135d4e2cd3
        Reviewed-on: https://gerrit.libreoffice.org/35892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-30  Michael Stahl  <mstahl@redhat.com>  [b5c26668a04e275c2cb015e0890cf74e7054997d]

        editeng: tweak comment
        
        Change-Id: I587fafea157a02d2c903dda4b85448b1fe349c3e

2017-03-30  Michael Stahl  <mstahl@redhat.com>  [f5686d57d8e1cf8df2e41d1b2802340f255412a7]

        sw: convert to assert in atrflyin.cxx
        
        Change-Id: I0cf6615e343b54ee5b4c212fe365dcf16234ff08

2017-03-30  Jens Carl  <j.carl43@gmx.de>  [ad3681df0a1757bbb2c10326d701e36d336ff10c]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in dbaccess/, forms/, fpicker/, framework/,
        and idl/
        
        Change-Id: I08b3db9492f16fc1c457e8f5eff838c13561c945
        Reviewed-on: https://gerrit.libreoffice.org/35888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Jens Carl  <j.carl43@gmx.de>  [63e36cdd9d7acc71fb8a8bb9a1e9aef54f240b9d]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in filter/
        
        Change-Id: I37a5c87952b2664ea3171373c8bb9020c0fa73d0
        Reviewed-on: https://gerrit.libreoffice.org/35887
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [38b0c24fa5cbb4246e03d77ac022dfdc9fdede03]

        Related: tdf#105454 DOCX import: fix unwanted enabled-by-default kerning
        
        Similar to DOC, DOCX doesn't enable kerning by default.
        
        Change-Id: I070ff5f0d43c27107593d629a1ad681d29d2038c
        Reviewed-on: https://gerrit.libreoffice.org/35890
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-30  Jens Carl  <j.carl43@gmx.de>  [a82627aa787e80c9473453acd5ec955b6cf265ff]

        tdf#39468 Translate German comments
        
        Translate German comments in extensions/
        
        Change-Id: I6be5eb45c0269d5949214a5788d61b210ee1381b
        Reviewed-on: https://gerrit.libreoffice.org/35886
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Jens Carl  <j.carl43@gmx.de>  [5aaaa9408a9c2402eaaca9c85b17bcd7bad90164]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in editeng/
        
        Change-Id: I9bd15ca0914b34839d83751f530dd212d91e029e
        Reviewed-on: https://gerrit.libreoffice.org/35884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Jens Carl  <j.carl43@gmx.de>  [eff5af0f73971aee76c0175240c31599ad3b223f]

        tdf#39468 Translate German comments
        
        Translate German comments in dtrans/
        
        Change-Id: I8cdae7234e6ffd60e61c3b6b35ae5eee55924ac6
        Reviewed-on: https://gerrit.libreoffice.org/35883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Johnny_M  <klasse@partyheld.de>  [56923c7b6452b734d554a95f47b7e3703326f032]

        Translate German comments (leftovers)
        
        Translated leftovers in sc/source/core/tool/ and sc/source/filter/inc/
        
        Change-Id: I4dff3d58a4ff5fb93d1fd3b6ab6695c868998e23
        Reviewed-on: https://gerrit.libreoffice.org/35879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Julien Nabet  <serval2412@yahoo.fr>  [3d906db0a5542a0d5d4cddf2833075861f6b001e]

        Fix overflow case returned by XmbLookupString
        
        man of XbmLookupString when XBufferOverflow:
               XBufferOverflow   The input string to be returned is too
                                 large for the supplied buffer_return.  The
                                 required size (for XmbLookupString,
                                 Xutf8LookupString in bytes; for XwcLookup‐
                                 String in characters) is returned as the
                                 value of the function, and the contents of
                                 buffer_return and keysym_return are not
                                 modified.  The client should recall the
                                 function with the same event and a buffer
                                 of adequate size to obtain the string.
        
        So in this case retrieve length expected
        then call it with +1 for null termination
        
        Change-Id: I8507bb249a411c7e899746e0598f4a055a26fb19
        Reviewed-on: https://gerrit.libreoffice.org/35519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-30  Tor Lillqvist  <tml@collabora.com>  [e86d604dc4e12fc9c494484d3f261d91e9d8b01e]

        The svError case is probably not worth a SAL_WARN
        
        Also, sort the cases of that block in order of the enumerators.
        
        Change-Id: If46a4ff73d6f7d22bd54b74610eb6eebecd5aff0

2017-03-30  Caolán McNamara  <caolanm@redhat.com>  [1c2dd8dc14effe739bd826cf4fe77145d5b751bc]

        Resolves: tdf#106838 icon set not visible in conditional formatting
        
        Change-Id: Ibafaa487d39a69bc7c5c150361368614c0d9e004

2017-03-30  Tor Lillqvist  <tml@collabora.com>  [c7442c0d4979e40e2a5a21721284b3bf4e4a4c82]

        Use StackVarEnumToString
        
        Change-Id: I4c8f6f8153c9b7e4625f24f613771af19aa5d5e4

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [34edd437e3ff11c1184062d75745054feb24ecdc]

        convert ApiTransparencyMode to scoped enum
        
        and drop unused API_TRANSPARENCY_PAINTTRANSPARENT enumerator
        
        Change-Id: I7abd0f15d1c9a1dc4aeff47e5b3c782d5e8c08e1
        Reviewed-on: https://gerrit.libreoffice.org/35843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [c88d5f0268b242793ab5baa45949f695b77c2f78]

        data.xcd dead after tdf#46723 - enable configmgr unit tests
        
        Change-Id: I04fc155f344e15d5bff17cdc42815e7afb14bd38
        Reviewed-on: https://gerrit.libreoffice.org/35891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-30  Stephan Bergmann  <sbergman@redhat.com>  [45aaf4d48f7b68e0a798fb16b8ac18fb4fce8d95]

        loplugin:loopvartoosmall
        
        Change-Id: If714cafd9f2786610a03b1f5f6466a9ea06e46e6

2017-03-30  Stephan Bergmann  <sbergman@redhat.com>  [b24644564af045e3607c897422fdb37545b9a089]

        loplugin:redundantcast
        
        (only triggers on macOS, as on Linux unistd.h declares lseek with a return type
        of intermediary __off_t/__off64_t typedefs)
        
        Change-Id: I967e472a050ad624a6411947b10c962ac8f66bed

2017-03-30  Stephan Bergmann  <sbergman@redhat.com>  [817b026bcb07bc71355d7d0f68d184e66d1b7bd1]

        loplugin:loopvartoosmall
        
        Change-Id: Idd385c764778313bfb419a04ca7a3884b78e88f6

2017-03-30  Vitaliy Anderson  <vanderson@smartru.com>  [2f2296d2c328fa8bf3671f8d3591d3a2bdf2752f]

        tdf#106606: Don't dispose NumPicBullet in sprm handler.
        
        An image saved in cache once when NS_ooxml::LN_CT_NumPicBullet_pict
        is processed, may then be used multiple times (for each NumRule that
        requires it) when NS_ooxml::LN_CT_Lvl_lvlPicBulletId is processed
        for each of them.
        
        If the image was released here for first processing, subsequent rules
        couldn't find the image in cache and failed to create NumberingType::BITMAP
        style for the rule.
        
        The image is ultimately released in ListsManager::~ListsManager()
        after it is no more needed.
        
        Change-Id: Ib4c351437ba94d5a9d3e2927ccf459ec01f1b15f
        Reviewed-on: https://gerrit.libreoffice.org/35591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-30  Julien Nabet  <serval2412@yahoo.fr>  [e1ff3782cc0bef951e7e5f0166c2b2395eaee26b]

        tdf#106857: use SfxInt32Item for ATTR_SNAPLINE
        
        and avoid crash with this bt:
        3  0x00007ffff7449ef2 in __GI___assert_fail (assertion=assertion@entry=0x7ffff1f0cdd0 "dynamic_cast<const CntUInt32Item*>(&rItem) != nullptr",
            file=file@entry=0x7ffff1f0cce8 "/home/julien/lo/libreoffice/svl/source/items/cintitem.cxx", line=line@entry=232,
            function=function@entry=0x7ffff1f0d0a0 <CntUInt32Item::operator==(SfxPoolItem const&) const::__PRETTY_FUNCTION__> "virtual bool CntUInt32Item::operator==(const SfxPoolItem&) const") at assert.c:101
        4  0x00007ffff1dd7ceb in CntUInt32Item::operator== (this=0x7fffffff2380, rItem=...) at /home/julien/lo/libreoffice/svl/source/items/cintitem.cxx:232
        5  0x00007ffff1e0136e in SfxItemSet::Put (this=0x7fffffff2490, rItem=..., nWhich=<optimized out>) at /home/julien/lo/libreoffice/svl/source/items/itemset.cxx:510
        6  0x00007fffc68c7ba1 in SfxItemSet::Put (this=this@entry=0x7fffffff2490, rItem=...) at /home/julien/lo/libreoffice/include/svl/itemset.hxx:131
        7  0x00007fffc68d9052 in SdSnapLineDlg::GetAttr (this=0x55555bd802c0, rOutAttrs=SfxItemSet of pool 0x55555779b070 with parent 0x0 and Which ranges: [(28282, 28284)] = {...})
            at /home/julien/lo/libreoffice/sd/source/ui/dlg/dlgsnap.cxx:159
        
        Change-Id: Iebaf8d773a532f64c224c0371382132aa4a8d2eb
        Reviewed-on: https://gerrit.libreoffice.org/35885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-30  Caolán McNamara  <caolanm@redhat.com>  [84f78392249c3749801acf238a99fda95311e01f]

        Related: tdf#106080 support a 'none' color in search by format
        
        so we can show the initial no-color selected state differently
        than the automatic color default color
        
        Change-Id: Ib3020e507b1555cb446c2b501f60b67222dc115c
        Reviewed-on: https://gerrit.libreoffice.org/35863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [92ddc0409c8d3276183afdee543d28e1c307c2c7]

        vcl PDF export, norefxobj: copy each object only once
        
        Even if they are referenced multiple times. This is especially important
        as objects can refer to each other, creating a cyclic graph. But it also
        makes the output a tiny bit smaller.
        
        Change-Id: I561ac319683a19a797282fe259cc68f3a4c50c3e
        Reviewed-on: https://gerrit.libreoffice.org/35855
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [90305526ee48c855f9a2b3b4d730ea0bfb079119]

        loplugin:unusedenumconstants
        
        Change-Id: I628a0114e56ec25926bd08d159c61cfecb719a1c
        Reviewed-on: https://gerrit.libreoffice.org/35854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [a34b33d2b900d3d1ea1ac806bc584846dc9d3fbe]

        convert SvxDateType to scoped enum
        
        Change-Id: I5ce04f252642cb3a6c1b08ee22255f6c7b97f0f8
        Reviewed-on: https://gerrit.libreoffice.org/35842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1cd7edadfedc8bf55b979449cbb084082a888e89]

        Wrong Unicode character reference
        
        Isn’t it better to just use the desired characters directly,
        given that “\uHEX”-style references are so error-prone?
        
        Change-Id: I307b1fad7a9e0a23a38925e3c84829f823decf6e

2017-03-29  Michael Stahl  <mstahl@redhat.com>  [726b34c9c788af74bea005f2717e4c1da4814183]

        sw: translate german comments
        
        Change-Id: I65dd604fac39b8ea39affbc6f336d2618e6d605a

2017-03-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a2c746ecd82ea1ff6a03e3eec8374c913d19c823]

        VBA tests - add DATEDIFF and DATEPART test case
        
        Change-Id: I3d0026e707369e435013be1d11e1366a77ff2d0b
        Reviewed-on: https://gerrit.libreoffice.org/35881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [261d9990228f4784f9a109e80657768b956e3d0d]

        update credits
        
        Change-Id: I9175fb568d06688344e5a2ad8759f57563f9b229

2017-03-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a36328ade5ed359478c916938d8fd4d08d26a2d6]

        Updated core Project: translations  7816e0f862d1637570d319f1783ac29ad678b6cc
        
        update translations for 5.3.2 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: I11ff97ae9d122c20eea783525b1b8e7af7bd5dad
        

2017-03-29  Jens Carl  <j.carl43@gmx.de>  [902ed60438f5eaf661899933df1b365f0e1fbe55]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in cui/
        
        Change-Id: I119ec4e5d87a4db300c5cf53ebdb13f297824940
        Reviewed-on: https://gerrit.libreoffice.org/35821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-29  Jens Carl  <j.carl43@gmx.de>  [17cc6627f9274b2c6d18217ad8d3db2d376df2cc]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in connectivity/
        
        Change-Id: Id32217529e02d3efd070bc226b0078dcab73a602
        Reviewed-on: https://gerrit.libreoffice.org/35820
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [87fe264212d5c4f9debf4ec5f3dd2f7de8cf2e46]

        gpg4libre: Show all keys no matter which trust level they have
        
        Also remove the check for canEncrypt() since we also use this list for signing.
        
        Change-Id: Ife95960f7303bebf2f61f5d3f3a37b9bb3018a5a
        Reviewed-on: https://gerrit.libreoffice.org/35799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-29  Jens Carl  <j.carl43@gmx.de>  [6a101635b21d483c115fa3a75ad35fe7eefb0025]

        tdf#39468 Translate German comments
        
        Translate German comments and terms
        
        Change-Id: Ic80dd218bfae5a3523e12cda77b911a4413b8dc6
        Reviewed-on: https://gerrit.libreoffice.org/35819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9c95a2062ed5088c72189e0bb3e70b1b853de934]

        Fix typo in method
        
        Change-Id: Ib2b05abaeacd3b8787f938a49a0d9673096b5f42
        Reviewed-on: https://gerrit.libreoffice.org/35857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [fc97021142786298418d80e0ed9634908b0ba9d7]

        LOK: Calc: limiting undo and add support for repair mode
        
        During collaborative editing changes can be undone regardless of who
        made them. This patch avoids this possibility and introduce support
        for repair mode, for cases where undo/redo of others' changes is
        intentional.
        
        Change-Id: I69fd435e96c4c675ffd1df81e936b5eae109daa0
        Reviewed-on: https://gerrit.libreoffice.org/33223
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9ec6519650280c8cda33ff921926d42840ef89c6]

        changelog creation: "command | > file" doesn't fly
        
        Change-Id: If270d509fbbad6a390ab61345bd1b14ead6ccc21

2017-03-29  Css16  <fbbcchtt9@gmail.com>  [1b6677f16a1de1fd050557d4ff5a934c165d8b1c]

        Updated core Project: help  cf790c30c572ccf4ab5d0378733d673d437e42e1
        
        tdf#106574 JavaScript navigation history with links added, CSS improvements
        
        Change-Id: I991e4a9c48f91997dc44fb7b9b9c2f57a3c49099
        Reviewed-on: https://gerrit.libreoffice.org/35728
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [d7f1a1689d70b2d66d0f727b6a898ef1a971da9d]

        Resolves: tdf#106080 fix explicitly setting automatic in search by format
        
        this is still somewhat broken in that what you see is not what you get
        if you don't explicitly set automatic, but clears the regression part
        of things in that the old broken behavior is restored instead of the
        new broken behavior
        
        Change-Id: I8f53a276ee60f5c9f2f28d3b92a13990cc20314a

2017-03-29  Michael Stahl  <mstahl@redhat.com>  [ab4f53eaad0c064d9b2ff1c2cb20560f81ade1f7]

        sw: plain-text ASCII export: filter out all CH_TXT_ATR_*
        
        These control characters are Writer implementation details and should
        not be available via public interfaces.
        
        This filter is also used by SwXTextRange::getString().
        
        Change-Id: If656ee3d451dbefe2f7a905e8b63a44cdb787809

2017-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [30102ded91b9ecfea172ffc6443154230ee37cbd]

        vcl PDF export, norefxobj: avoid replacement bitmap
        
        The whole point of "no reference XObjects" is knowing this vector markup
        is supported everywhere, so no need to provide a fallback bitmap.
        
        It was already unreferenced, but now it's not even written to the file,
        making the PDF export result smaller.
        
        Change-Id: Idf766c8eeded4235ebea49d13698a13c6b60f014
        Reviewed-on: https://gerrit.libreoffice.org/35841
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [71af22ce8c75d8b161b1bdbb26d0469572c393d0]

        expand these unhelpful macros
        
        Change-Id: I38b5948d4782f97f6de62057a42b414dd0db8512

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [2f200f1e760477300ea0a6eb75cf0bf6841cf81f]

        Resolves: tdf#106079 automatic color described as 'white'
        
        move RID_SVXSTR_AUTOMATIC from svx to editeng for this
        
        Change-Id: Icc3fbb15e627ed54770d11bce7aadf30a0d12aa7

2017-03-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [4b1e2d09ffbab74c559340f947d6b80d63a2ace0]

        LOK: Calc - images are not painted below row 1000
        
        The problem was not due to some missing tile invalidation: it was at
        the painting stage. There was no overlap btw the view range and the
        object range.
        
        Now images and shape are painted correctly.
        There is still problems with control forms and charts.
        
        Change-Id: Ib74e3bb79b444df21844086ae666fc206aa48906
        Reviewed-on: https://gerrit.libreoffice.org/35215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-29  Takeshi Abe  <tabe@fixedpoint.jp>  [435011a6a7924ac56ab1a0ee78a2eecb99bdb353]

        starmath: Refrain from skipping an extra token at missing "}"
        
        which requires closing "matrix {".
        
        Change-Id: I40cad5a29862d29cd2eda7f5641e732620bac217
        Reviewed-on: https://gerrit.libreoffice.org/35785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-29  Stephan Bergmann  <sbergman@redhat.com>  [19ae5ff9beb2af7da4c781f6e318128e4521efe2]

        -Werror,-Wunused-private-field
        
        Change-Id: Ib111244cdf12b045b6e8f6bed2c34db34571ef50

2017-03-29  Patrick Jaap  <patj@mail.de>  [80b9b6761e8cb974e0cdc0c7be0eb95f8745d86f]

        tdf#101627 disable shrinking for footer textboxes
        
        the shrinking patch a4dee94afed9ade6ac50237c8d99a6e49d3bebc1
        causes problems, if the textboxes are anchored in the
        footer. Therefore, disable it in this case.
        For details, see comments in bug tracker.
        
        Change-Id: I117a99041ff67c19a9de17803ff7864c62afdb50
        Reviewed-on: https://gerrit.libreoffice.org/34517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [b6853991fce5b4129d0bedf4a7b74fd9e3898bc2]

        split ImportState enum into RtfImportState and HtmlImportState
        
        and convert to scoped enum
        
        Change-Id: I23e44e78ce96ed5fc19374e3e069e1cdc2166a35
        Reviewed-on: https://gerrit.libreoffice.org/35840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Johnny_M  <klasse@partyheld.de>  [5ddef1648005756cfb811f9e6261851d4df712c2]

        Translate German comments in sc/source/ui/docshell/
        
        Change-Id: Ic1a312677fac1b729538dd4463febac63e7204e5
        Reviewed-on: https://gerrit.libreoffice.org/35343
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-29  Stephan Bergmann  <sbergman@redhat.com>  [225ca94608243a4fa1feeba92153dd348f4da017]

        Propagate proper integer type out of AnimationEntryList::impGetIndexAtTime
        
        ...after 49f8917cd4c10685645128768a2dc63043a7b398 "fix loplugin:loopvartoosmall"
        
        Change-Id: I8ec284711afa2f8323462a87d30fdf4c27941b6c
        Reviewed-on: https://gerrit.libreoffice.org/35830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-29  Stephan Bergmann  <sbergman@redhat.com>  [1672b25eb4466cac5f31481dac1140bcf07d65c4]

        Fix integer type of EditCharAttrib nStart/nEnd members
        
        Looks reasonable to replace assignment to nEndField from USHRT_MAX with -1 in
        ImpEditEngine::AddPortionIterated (editeng/source/editeng/impedit4.cxx).  This
        apparently needs to just be an arbitrary value that EditPaM::GetIndex() will
        never have.  Looks like 3cbfcee36dd16e451d76c561eaaaee0ff29b01a5 "xub_StrLen and
        tools/string.hxx final straw" missed that (as that commit's message
        acknowledges).
        
        Change-Id: I5840d52d12a71937a5ed2779bfd5de071f702300

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [63da00becce1688ec6987e00199831e27ececc77]

        Resolves: tdf#106841 RID_SVXSW_FRAMEPOSITIONS is in wrong order
        
        since...
        
        commit 1c48275a28fa3bccdeb6bc12e4f0bcea6c05a81b
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Feb 6 11:51:27 2017 +0000
        
            convert resources containing strings to stringarray resources
        
        cause the original defines weren't in numerical order and I missed
        that
        
        Change-Id: Ic81c9bad2432c3ffa49c56812924965017a05220

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [9bfd742d8cdc4aab3dd817f13ab4cfa5cc60ae12]

        loplugin:unusedmethods
        
        Change-Id: Ib008613fb06c82791c63d5b074a3e2ff1c3607a0
        Reviewed-on: https://gerrit.libreoffice.org/35834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Michael Stahl  <mstahl@redhat.com>  [cfaba15c589f882cc0bcce5cd07bdf3d30f547f6]

        cli_ure: fix another bad _WIN64 check (related tdf#94265)
        
        Same problem as commit 2aa20cfb7a11dd8d86372af4065a5887a0b752ca
        
        Change-Id: I02160c53870a021c742babf358e0d6172557ef21

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [42eb843bda1a71db91e6ede0cbb4052f5bc0bb3c]

        convert SearchBehavior to scoped enum
        
        Change-Id: I57f03fc43aff838c7066556319a3a5a187e46ad3
        Reviewed-on: https://gerrit.libreoffice.org/35831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f2d57fb32bc47dad8ec38287db6627ea6273527]

        convert EViewType to scoped enum
        
        Change-Id: I5b10aada64408897a56a5932aa28486d7562d617
        Reviewed-on: https://gerrit.libreoffice.org/35822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [fd68b73042ac59d610e1f0edb53444a3444c5c64]

        overline state missing from find/replace by properties dialog
        
        Change-Id: I3178fed3ef4ada61cd9ba0becce4732c8043050f

2017-03-29  Krunoslav Šebetić  <kruno.se@gmx.com>  [bbeb2eac1dd78d5279e06bfd7639c597dc6bd15b]

        Update Croatian autocorr to 2017-3-27
        
        Change-Id: Id140aab63b69e3696b27395faea8bcd7ca5142d0
        Reviewed-on: https://gerrit.libreoffice.org/35813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-03-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [25cd9e3316598f91a709897ed07c58c27d78f90e]

        Translate some German comments in sc
        
        Change-Id: Ic7e007992f473e532d3c0b70506a29249f11676e

2017-03-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [bd911c02594c77e1f7e8a01a364b6e0967d4db26]

        tdf#105281 Rearrange a few things for l10n-friendliness
        
        With the Notebookbar addition, no care was taken to update this UI
        bearing in mind that there *might* be a few languages suffering in
        consequence.
        
        Change-Id: I78c4a1846e192c4c7a64328b730517d42aff979f

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c1bac8d8eb39e78a2e10993c0cd52ec28ae24de]

        loplugin:unnecessaryvirtual
        
        Change-Id: I5076f8700ee29cfec3875dfbc4b149229d776712
        Reviewed-on: https://gerrit.libreoffice.org/35823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [ae8d4fd4fd049fa020d59bf4c743c4f7d0788d43]

        nCnt calculation is overwritten anyway
        
        Change-Id: Idf2693aaf31fc06e16df4b15766d29f029df896a

2017-03-29  Caolán McNamara  <caolanm@redhat.com>  [f216d80d048fa4fedfdbdb0446b1521b0191b0cf]

        m_bIsAccDocUse is write-only
        
        Change-Id: Ib0360ddaa21841b7e5921098d14029aec43cc371

2017-03-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [52d5299e0ee60a00ea93a9a79dbf2cfcfed7a98a]

        Pushing a few Tango icons before I forget
        
        Change-Id: I77cef00c720696810413b9fb419a01e4781c8862

2017-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c944b0d1bff9a0ab1b7e8454c9ac5e7194aa533]

        vcl PDF export, norefxobj: add UI for this
        
        Disable the "use reference XObjects" (old behavior) by default, but keep
        it as an option in case someone wants it.
        
        Summary till the help is updated: the old way is simpler code, so it's
        always correct, but really only Acrobat supports that markup. The new
        way is supported by all readers, but more complex, so it's more likely
        it goes wrong.
        
        Change-Id: I4769474f29d98412be496a0aa4e8254ae4f0919e
        Reviewed-on: https://gerrit.libreoffice.org/35826
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae74444cb726494a2497642d7b2da908cd007d35]

        oox: remove redundant virtuals, implied by override
        
        Change-Id: Ia72aa17e82ccdf78b0581228b84ffafc1f6be4ba
        Reviewed-on: https://gerrit.libreoffice.org/35824
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-29  Tor Lillqvist  <tml@collabora.com>  [1646e0164a36ecc130e6930174ed325e0a1145fa]

        Add warning about intended use case of debug helper
        
        Change-Id: I685509a92653112f2bbbfc970db3706b5a9bf994

2017-03-29  dennisroczek  <dennisroczek@libreoffice.org>  [b0a3a48c1dc4edc652bdf7cd67db5151832f328c]

        expand vis to visible; fix typos
        
        * translate German source code comments
        * remove bogus surce code comments
        * remove ascii art
        * removed old StarOffice/Sun internal bug tracker references
        * remove left over from commit dcd5dee88e3c1185638b190553bef65c2ef6566f
        
        
        Change-Id: I3c5cce621c43e4a03afb76f4cc5a12065914e5ad
        Reviewed-on: https://gerrit.libreoffice.org/35404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-29  Stephan Bergmann  <sbergman@redhat.com>  [26909d9de4c6e7165fc8f5d938ee6ef55b87cc5c]

        tdf#106792: Fix "Geometry" property of changed-to-bezier SvxShapePolyPolygon
        
        After "Convert to Curve" as described in the issue, the shape apparently is
        still an SvxShapePolyPolygon shape but with getShapeKind() of OBJ_PATHLINE
        instead of OBJ_PLIN (and same for OBJ_PATHFILL).  That causes
        XMLShapeExport::ImpExportPolygonShape (xmloff/source/draw/shapeexport.cxx) to
        determine bBezier == true and thus expect the obtained "Geometry" property to be
        of type css::drawing::PolyPolygonBezierCoords, not merely
        css::drawing::PointSequenceSequence.
        
        Smells like this issue had always been present, and would have caused bad memory
        access when accessing the non-css::drawing::PolyPolygonBezierCoords object in
        XMLShapeExport::ImpExportPolygonShape, and only now throws an exception since
        0d7c5823124696f80583ac2a5f0e28f329f6f786 "New o3tl::try/doGet to obtain value
        from Any".
        
        Change-Id: Ica31a114e5beac97bac2a1c509eb1a85f8354d5e
        Reviewed-on: https://gerrit.libreoffice.org/35825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-29  Michael Meeks  <michael.meeks@collabora.com>  [d93b8268da982ad26db9e03156ce9b89f3410486]

        Attempted fix for mirrored geometry crasher.
        
        Only plausible cause is pWindow->GetParent() being null, while
        we have a pParent which has to be valid.
        
        http://crashreport.libreoffice.org/stats/crash_details/6161398d-17b6-4a93-aa70-a559efa07868
        
        Code was initially introduced in this form:
        	commit 4716735ba7d0ad133ff018481f94d6b4f201bbd9
        	Author: Stephan Schäfer <ssa@openoffice.org>
        	Date:   Thu Sep 19 15:46:19 2002 +0000
        
        	#103362# improve positioning and resizing of system windows
        
        No public report, sadly.  And modified by
        
        commit fba46c6efd08d50fee92cc11546f3ed253a57af8
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Mon Feb 3 16:46:04 2014 +1100
        
            fdo#74424 Use Window::GetOutDev() to access ImplReMirrored()
        
            Part of the decoupling of Window from OutputDevice. We now get
            he Window's OutputDevice instance and manipulate this. Do not rely
            on the inherited function.
        
        where the GetParent()/pWindow->GetParent() problem surfaces
        
        Change-Id: Ia261028a4719525135e3fe4b00074427c1d9df6c
        Reviewed-on: https://gerrit.libreoffice.org/35796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a725d1fde7381ef9c02afcb639235a11e52182c]

        loplugin:singlevalfields
        
        Change-Id: I7f05903aaab9b0b274358243d680d0c30694ae61
        Reviewed-on: https://gerrit.libreoffice.org/35804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-29  Tor Lillqvist  <tml@collabora.com>  [2729994bc519597db205aeeb4b2242a45c57712f]

        Add note that the xmlMissing thing is not implemented
        
        Customer was not interested after all, so dropping the attempt for
        now.
        
        Change-Id: I9a0afb6add66efbd43ee67ba0a8d0b1f79c5a7be

2017-03-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [834da9c476909ba65eef20f2509d9d3937c1f3ee]

        Fix typos
        
        Change-Id: I379c3f8ca971e6180744fb7270dde9164ebcec1a
        Reviewed-on: https://gerrit.libreoffice.org/35814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8681bd32d778585fc0da8f42a77aeb58cbae4308]

        Close already calls unlockFile
        
        Change-Id: I2c9cc94de1b43555b3bdfbed9a476802e1c97733
        Reviewed-on: https://gerrit.libreoffice.org/35818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-28  kerem  <hallackerem@gmail.com>  [cc020cc261abc4866f3104b274705cbc86002898]

        tdf#90290 use custom asserter in shared_test_impl.hxx
        
        Change-Id: I00bbd0fb3f63f5641fea75ce0cb797e5f2252fa2
        Reviewed-on: https://gerrit.libreoffice.org/35669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Andras Timar  <andras.timar@collabora.com>  [1a2e07d52cccc4f4d3019939451f9187a776f244]

        typo: Didn't found -> Didn't find
        
        Change-Id: Idbaca4fe90cb943124cded56d8b031a66e488c1b
        Reviewed-on: https://gerrit.libreoffice.org/35776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  kerem  <hallackerem@gmail.com>  [837bf336cbcc7ddb4b07146cc7f654d5ea013cb1]

        tdf#90290 use custom asserter in ucalc_sharedformula.cxx
        
        Change-Id: Ica0e0aed177c47e402e573d53df54ab6ea4ad15d
        Reviewed-on: https://gerrit.libreoffice.org/35727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fd3449946492e80811e4a51231cf1061c607d8b7]

        Fix typos
        
        Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f
        Reviewed-on: https://gerrit.libreoffice.org/35782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Khaled Hosny  <khaledhosny@eglug.org>  [55ddbfc610d2a00e565ca7bcb0277da33bb90947]

        tdf#106755: Fix script type for combining marks
        
        We are classifying characters in the “Combining Diacritical Marks”
        Unicode block with ScriptType::LATIN, but these are combining marks and
        can combine with any script and should have been ScriptType::WEAK. Just
        removing them from the range in scriptList does the trick as we will
        fallback to getting the script classification based on the Unicode
        script property.
        
        Change-Id: I3577f4b03360a1c8e094a207f01b6bbb6abbaf30
        Reviewed-on: https://gerrit.libreoffice.org/35811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [799824565b783ec0b2323bd609a0e69a70182ac1]

        fix too small loop var
        
        Change-Id: Icaa64ac579a55f53fb1397e5eeee6dcc4c9d37cc
        Reviewed-on: https://gerrit.libreoffice.org/35802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [539470ebd5c47a7876ccc19df6110acacd477bb8]

        it makes no sense for CC to leak resources when its unaware of model
        
        - if the UNO_QUERY_THROW cast throws, this skips all of the disposing
          (and thus leaks)
        - the whole try-catch-ignore case has been there since early c6b95527
        - even in that commit message, no sane justification has been given
        - apparently the try-block was Java-style "catch exceptions until it
          runs" cargo-cult
        - this change is still the more conservative change: probably the whole
          try-catch framing should be removed
        
        Change-Id: Ie3a71e48eb056afd8a844e19898dc1555de4297e
        Reviewed-on: https://gerrit.libreoffice.org/35690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-28  Caolán McNamara  <caolanm@redhat.com>  [5d87c15ef0935081319afe2400c99df14d9fa258]

        ofz#954 out of memory
        
        Change-Id: Ib27f2dfe0d0837544910208f38a1bc11a35e3cb4
        Reviewed-on: https://gerrit.libreoffice.org/35794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f86c3fd8e95f378061d57b77d1c700e076996086]

        vcl PDF export, norefxobj: have the list of keys to copy at one place
        
        To avoid repeting ourselves.
        
        Change-Id: I39667620b9cf391251327c8f66ad8b9649ead36f
        Reviewed-on: https://gerrit.libreoffice.org/35810
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-28  Tor Lillqvist  <tml@collabora.com>  [6152bf9ee9b2e348dee854921a5a5db1cfc72995]

        Turn XclSupbookType into scoped enum and add operator<< for SAL_INFO etc
        
        Part of preparatory work for handling xlExternalLinkPath/xlPathMissing.
        
        Change-Id: I29b77bb2680e4dbf293ab65bda5401afee132f11

2017-03-28  Tor Lillqvist  <tml@collabora.com>  [c9260836b55e7f9e1441956559209ceaf4ffdea5]

        Bin an unused and a used-once typedef
        
        Change-Id: I3f93378889d2c8eb0476dba4a4ea5aca31647f5c

2017-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [30608c66374f8effa9d534f7f9a22d41daa9770f]

        tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied arrays
        
        Also fix confusion about dictionaries in arrays and arrays in
        dictionaries.
        
        Change-Id: I0d71d5796b1eb4f89e3fd9a5b1f807d2a7340a35
        Reviewed-on: https://gerrit.libreoffice.org/35806
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-28  Tor Lillqvist  <tml@collabora.com>  [b566f0d68804e97f9c73d1cc2beed568a4b74105]

        First steps to round-trip xlExternalLinkPath/xlPathMissing things
        
        Links to broken or missing external workbooks in .xlsx have the
        relationship type
        http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing
        . Ideally we should round-trip those (save identically back to .xlsx).
        Currently we don't save them at all, and Excel doesn't like formulas
        that refer to such external (but not mentioned in externalLinks)
        workbooks.
        
        Just a start, does not actually produce anything useful yet.
        
        Change-Id: Ic5a481c91864134f1caf66c56a4aef685d3018a7

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

        Resolves: tdf#106748 infinite dashed line from annotations to FAR_AWAY things
        
        we (very irritatingly) create dashed lines by creating a sequence
        of dash drawing layer objects, so if its hugely long we create a hugely
        long sequence
        
        Change-Id: I38a0c6052cf058d5e02ebef7dd6a90e27f6e5454
        Reviewed-on: https://gerrit.libreoffice.org/35781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Caolán McNamara  <caolanm@redhat.com>  [16b67b4bd394aee3b46a9d46ea7f919dfb35a855]

        std::unique_ptr<sal_uInt16[]> -> std::vector
        
        Change-Id: I708e1f24e14bc21f40cf4d5a2d3e6f849b6f7762

2017-03-28  Caolán McNamara  <caolanm@redhat.com>  [1a99e32f6fd6213981e9272c22f5019ed7444d1d]

        move inlines into the class
        
        Change-Id: If185834c35c9aa7d48e3305cfee3fde47826180f

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

        valgrind: use of uninitialized values
        
        Change-Id: I5b8c6d4d4576fd88dbffdfc710cbd9b2e9429942

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

        Resolves: tdf#106155 avoid opengl for toplevel X window icons
        
        because an opengl context requires a toplevel window so it recurses to death.
        
        Only the gen/kde4 vclplugs are affected here
        
        Change-Id: If5396d183d90d1872931b170dc90c3a70d8ea6b6

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [946a049114a27d342c1974be524576e348ce4ad2]

        remove some more unused SID constants and commands
        
        Change-Id: Ibf2bb58ca687c18798328ed86cd549d64f3621b4
        Reviewed-on: https://gerrit.libreoffice.org/35792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ea5e3401e567bfe956817fd5abd17530da664f5]

        tdf#106693 vcl PDF export, norefxobj: copy nested arrays correctly
        
        When copying an array we're only interested in the start/end position of
        the outermost array, otherwise only part of the array is copied.
        
        Change-Id: I9f5cb5e3ed395142fd82db34e1153ddfdf9f0eb3
        Reviewed-on: https://gerrit.libreoffice.org/35797
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [0cb5435dd35674b6e55e22922a0819d2a755fc10]

        update results of mergeclasses plugin
        
        Change-Id: I97f67bb7f98d0cf0a835f55e12c24a30ffd4ed3d

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d199688fbd32b6c5aba126d394dae23d4deb0a2]

        fixes for some loplugins
        
        ran the ones in store/ just for fun, but didn't find anything useful
        
        Change-Id: I2bb251e8d99b5d88e11b2ca74e99672d75f0a1fd

2017-03-28  Thomas Beck  <thomas.beck@cib.de>  [659cb8466495a15a680f684ec4aa1f1d3c4225cc]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        Removed "long" integer literals where applicable in some files of xmloff module
        
        Change-Id: I96f44c00583a95f8a0ae6acf25f439936433ac08
        Reviewed-on: https://gerrit.libreoffice.org/35798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Jens Carl  <j.carl43@gmx.de>  [a70ae479fe30db77354159d614dcacc87e4142c4]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in basctl/
        
        Change-Id: I9f284af4d92e61b53a3280c151a37b1dcbeed7c4
        Reviewed-on: https://gerrit.libreoffice.org/35791
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Jens Carl  <j.carl43@gmx.de>  [243b3fa9c4d0d6281339bdc13d4c930755b87c39]

        tdf#39468 Translate German comments
        
        Translate German comments and terms in basic/
        
        Change-Id: I8baf76ea866823a155dfa25c74149dac989c841c
        Reviewed-on: https://gerrit.libreoffice.org/35793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [9aee1f80a50f950a8c2035df6ccdc2b420e1e4f8]

        SFX_SLOT macro is unused
        
        Change-Id: I29ef05eda5a6e552d497e42220f36200401a3ef1
        Reviewed-on: https://gerrit.libreoffice.org/35795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Thomas Beck  <thomas.beck@cib.de>  [5138170a4a3595d6b631b33c54f7aa166ce4639b]

        tdf#39468 Comment translation GER-ENG
        
        translated comments in sw/source/filter/ww8par3.cxx
        
        Change-Id: I40b41cecb1c73b9678c51d7e4dc41745a96a243f
        Reviewed-on: https://gerrit.libreoffice.org/35765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [fea174753b1c6b0882aebb044bf1a1eef6fa50e0]

        tdf#106694 RTF import: fix missing paragraph tab position
        
        The problem here was that while in general paragraph style / direct
        formatting deduplication is supposed to happen in the tokenizer,
        paragraph tab positions is an exception, and dmapper expects to see the
        duplicated tokens.
        
        Fix the problem by introducing a blacklist that contains tokens not to
        deduplicate.
        
        Change-Id: I1cca53e99cfdb082df389ff295f3447cc8f9d3b8
        Reviewed-on: https://gerrit.libreoffice.org/35790
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-28  Jorenz Paragas  <j.paragas.237@gmail.com>  [65aa28cc1c8a90865c3a9ea379722730c40ecb53]

        tdf#42949: clean up includes in include/svx/[a-c]* with iwyu
        
        Change-Id: I7768f4dbe9892c4264cb16eed87497894aa7494e
        Reviewed-on: https://gerrit.libreoffice.org/26582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [7097037d5a20d2cad5a5e4b10f8f9d5aaf37589f]

        remove enum slot code from sfx2
        
        since we only used it for the pseudo-slot stuff, which is now gone
        
        Change-Id: I72146090e7741d5b71d581fa0b5c6d43c154445a
        Reviewed-on: https://gerrit.libreoffice.org/35759
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [71403558cbffb6c1ce1c4993a177bf3364941e22]

        remove PseudoSlot support from idl compiler
        
        Since we have removed the last usage with
        commit 12c6caa84a61f23df996a0396432fa4b8d5c4785
        "Kill remaining PseudoSlots usage"
        
        And remove corresponding support from the list-dispatch-commands script.
        
        Also remove the now unused SFX_NEW_SLOT_ENUM macro
        
        Change-Id: Id07c431de4404acf61a8bdd3507e390e5249879a
        Reviewed-on: https://gerrit.libreoffice.org/35754
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        ofz#955 timeout in lwp loading
        
        Change-Id: I3665bd870cd601f2ac7fee59c087034d406ed07c

2017-03-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [157cb703888f4187c2c6709b13ebf9f779580fe2]

        sc: include cleanup for --enable_formula_logger
        
        don't include osl/file.hxx everywhere it's only needed
        for --enable_formula_logger builds
        
        Change-Id: I6ba30351b5a7afe975ea859e838930f9d1454c8c
        Reviewed-on: https://gerrit.libreoffice.org/35766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-03-28  Jean-Sebastien Bevilacqua  <realitix@gmail.com>  [4d5ce76d894d2335b551f8c2b29437e2049894f0]

        tdf#105975 Add Set field parsing (docx) in LibreOffice Writer
        
        Introduction
        ------------
        
        In MSWord, you can create a variable with `SET` field and then
        reference it later in a formula. When you save your file as `docx`,
        this `SET` field is registered in you file. In its current state,
        LibreOffice can't parse the `SET` field in `docx` file.
        
        Context of this fix
        -------------------
        
        This fix is entirely located in the `DomainMapper_Impl.cxx` file
        because it's where the parsing is done.
        
        How this fix works
        ------------------
        
        First, we add `SET` support by adding it to the `aFields[]` variable.
        Next, to handle the `SET` constant, we add a condition (swith case) in
        `DomainMapper_Impl::CloseFieldCommand()` to call `handleFieldSet`.
        Finally, `handleFieldSet` works like `handleFieldAsk` with small
        differences.
        
        Note
        ----
        
        I have renamed `lcl_ExctractAskVariableAndHint` to
        `lcl_ExctractVariableAndHint` because this function is used for both `ASK` and
        `SET` fields.
        
        Change-Id: I2bf948e26e8506ac151d1d0bc8556721bbe0392b
        Reviewed-on: https://gerrit.libreoffice.org/34333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3549aacabffad3c4c66d901938d59e4789eef22]

        remove unused interfaces from sdi files
        
        Change-Id: I69e880e348372b3695b14efd4928f38f29bda37e
        Reviewed-on: https://gerrit.libreoffice.org/35747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [2fc5ef74c5200bdb82cdbbc812d7ac05a9a489dd]

        remove unhandled SID commands from sfx2
        
        Change-Id: I5473dbb1fdc2c3779892610ab4ea5f6146291921
        Reviewed-on: https://gerrit.libreoffice.org/35742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5738518a6ff5321d4d35d9bed4a640ae0a6ae9a]

        remove unhandled SID commands from svx
        
        In this case, also remove those unhandled commands which are present in
        a *Commands.xcu file, but not in any other kind of .xcu file.
        
        Change-Id: I8b42df7357349872e28d3ee60ec2c0505358cff6
        Reviewed-on: https://gerrit.libreoffice.org/35648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Jean-Baptiste Faure  <jbfaure@libreoffice.org>  [7c0054f1b7c3c475bff7a5adfdea0feaecf20748]

        tdf#105843 : restore Application Start and Stop events
        
        Change-Id: Ifc99fcf84182edb49cac741f7bb10a1b239d5703
        Reviewed-on: https://gerrit.libreoffice.org/35779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-28  Takeshi Abe  <tabe@fixedpoint.jp>  [98b4bea591cdca48871db25c3be9e48600f45439]

        starmath: Refrain from skipping an extra token at missing "}"
        
        which is for closing "stack {".
        
        Change-Id: I2161507634fdb33583053168acfcb87754765652
        Reviewed-on: https://gerrit.libreoffice.org/35784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-27  Jean-Pierre Ledure  <jp@ledure.be>  [648ab6fcab8b9e8642c6f5cbac9c9e44579de746]

        Access2Base Missing parentheses - tdf#106710
        
        Due to more severe Basic interpreter on final parentheses
        missing parentheses were revealed
        (complement to commit cc16dfb11dfc275317bb535a62b11935c562b670)
        
        Change-Id: I45b43bca4a5ee938e9c4dc0b0f8b2d5856f710da
        Reviewed-on: https://gerrit.libreoffice.org/35780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-28  Tor Lillqvist  <tml@collabora.com>  [c0b5e7ec7112f228b31389a4a3cc9b40d7c181cb]

        Use symbolic names for keys from css::awt::Key
        
        Change-Id: Iee2f4540cddeb05fcf0ae2ecadf7de8fbb4e3a0d

2017-03-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f900888ba51803d924bb5129978aa891879ecc59]

        tdf#105641: no javascript in svg export for selection of objects
        
        Change-Id: I9150449770b7cef0c424277f87a21e00e123b9ea
        Reviewed-on: https://gerrit.libreoffice.org/34432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  Gabor Kelemen  <kelemeng@gnome.hu>  [66997eb1f896eb49e6099c18cfe81981e99e05c6]

        Updated core Project: help  16d658196f9963a5eed6071c5c3db5c85520650e
        
        tdf#99967 (related) Drop Web Wizard help pages
        
        Change-Id: Ib2d9b3fc7d06a82492e9c62b96f82d83854d8d9d
        Reviewed-on: https://gerrit.libreoffice.org/35110
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [fa4120f270f64dae43b316fdd1bc41b48e2296d3]

        ofz#948 optimize the edge-case of converting masks to 1bit during dib load
        
        Change-Id: Ibed50b92ab49685a1ac033c93bd52bc7d2ea581c
        Reviewed-on: https://gerrit.libreoffice.org/35757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-27  Bryan Quigley  <gquigs@gmail.com>  [f927282853407ff6bcf1dc58b1dc86dcb015be0f]

        Remove last use of md5sum (in building)
        
        Switch to using sha256sum for checking if files change.  Not for
        security, just so we don't need to check for md5sum.
        
        We also change the Windows installer to rely on the perm md5
        digest instead of the environment variable.  The code to do this was
        already in directory.pm
        
        Change-Id: I24aed542c6201abf030fdd62116aec3f8ea3513b
        Reviewed-on: https://gerrit.libreoffice.org/35140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  Umang Jain  <mailumangjain@gmail.com>  [29c066ee3c0bf307ca14851dd35e314ab1a3f20b]

        Resolves tdf#106321: End text edit mode before exporting
        
        Change-Id: I5b6c4428d7ab2f230d57402edffa274aceac097f
        Reviewed-on: https://gerrit.libreoffice.org/35150
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  David Tardon  <dtardon@redhat.com>  [2753797c98d56a51666b3a6c75e1eb43495c5134]

        upload libwps 0.4.6
        
        Change-Id: Icd1ce144733d2f5e907a19bb6ef307d50becb49d
        Reviewed-on: https://gerrit.libreoffice.org/35769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-03-27  dennisroczek  <dennisroczek@libreoffice.org>  [c77dbe640437ca87cb188acbfacf94793bd83629]

        tdf#39468 translate German source code comments
        
        Change-Id: Ic10f7543daed77a516155f7130838a1e8558243f
        Reviewed-on: https://gerrit.libreoffice.org/34833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  Bernhard Widl  <bernhard.widl@cib.de>  [6d5fc2acf2354d72fb32e1cbae620d604c904cff]

        tdf#89329: use unique_ptr for pImpl in tubes/manager
        
        Change-Id: Ic70883b58c9b3a0b56e6c07594a2758e04e7f5ee
        Reviewed-on: https://gerrit.libreoffice.org/35767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [92893d7cb556d612457d13dd6f3f0d60d8e0d3e3]

        Updated core Project: help  8df2786662eab8d39cbd5cd8b7f6ac2d5e710246
        
        Fix and improve help contents in LibreLogo
        
        Unit #33628624 (uk)
        Unit #33628659 (uk)
        Unit #33628628 (uk)
        
        Change-Id: Id4e911c58bd353f8aa46020c185bb6763fbd1bf9
        Reviewed-on: https://gerrit.libreoffice.org/35772
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [a2426b96d59bdf8a9168eb60fa942d6f6fd76001]

        Updated core Project: help  53e3c20054125974e4df3f41f629f38a1e1a6ca8
        
        Fix help content
        
        Unit #100823576 (uk)
        
        Change-Id: I5a7acdda04e5f85d48978e8a39c6903c528dcd11
        Reviewed-on: https://gerrit.libreoffice.org/35774
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-27  Tor Lillqvist  <tml@collabora.com>  [c5c82c81ec184999feb982140547bd1351150655]

        No std::to_string in the silly C++ library we still use on Android
        
        Change-Id: I03a3bd999e4f423f6b5422417109e789dc5b5397

2017-03-27  Mike Kaganski  <mike.kaganski@collabora.com>  [59af9cbbccee600408c89e872d548d153523ab1f]

        tdf#106799 WW8: Accept TTP Mark without Cell Mark
        
        Paragraph mark of inner table (0x0D) sometimes has
        sprmPFInnerTtp, but no sprmPFInnerTableCell. This still counts
        as cell end (at least, MS Word treats it that way).
        
        Unit test included.
        
        Change-Id: I5589cdd486c03ca4567d61882826cc7c245a40c9
        Reviewed-on: https://gerrit.libreoffice.org/35763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-27  Olivier Hallot  <olivier.hallot@libreoffice.org>  [3632df3df311ec709e86544329cd0a8a87614c70]

        Updated core Project: help  2334c028345bc719027801c0385f54690d713af5
        
        Remove dashes in HC text
        
        Change-Id: I3e4c0c4a0eb3ad717803cbe670d289313c987b78
        Reviewed-on: https://gerrit.libreoffice.org/35771
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [b79d0136b5246dcea637074cc742c37e8afa0cb9]

        ofz#668: more complete fix
        
        This reverts commit f01a975cb22d33a386bfd8db4ea6b4b77aceca1b.
        
        Change-Id: I18d11dcc137c20d54076e3c4117c10f2dd80efda
        Reviewed-on: https://gerrit.libreoffice.org/34738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [b3020a00e8542fa54c055206eaf8a0f5bb8c709e]

        ofz#946 NbcAdjustTextFrameWidthAndHeight calling itself
        
        Change-Id: Ibebe76332d25af87841c3b7761a5583347dfbf34
        Reviewed-on: https://gerrit.libreoffice.org/35756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ba9d58d5978c94352c4c6cf9c47aa3de79d05fe]

        tdf#106693 vcl PDF export, norefxobj: handle multiple refs in copied dicts
        
        When copying font definitions the dictionary has multiple values where
        the type is a reference. Improve PDFWriterImpl::copyExternalResource(),
        so that multiple references are copied correctly as well.
        
        With this the bugdoc (from comment 5) text appears in the output.
        
        Change-Id: I2343e616d8b36e3cdcbd4e713bd3f7fa7bce6d3b
        Reviewed-on: https://gerrit.libreoffice.org/35760
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-27  Tor Lillqvist  <tml@collabora.com>  [4bb389319ec4510e16a519d229a452211112a04f]

        loplugin:redundantinline
        
        Change-Id: I3b82d6c6d970545a64b97f84c2c6da8271551a4c

2017-03-27  Tor Lillqvist  <tml@collabora.com>  [88637db0efc1dc56e34627e71e26cc5aab5dc803]

        Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFO
        
        Once StackVarEnum has been changed to a scoped enum, we should
        probably add an operator<< for it, too.
        
        Is 'std::string FooToString(Foo e)' a good return type, signature, and
        naming pattern for functions to turn enums into strings? Would return
        type OUString be better? Is there some consistent existing convention?
        For use only in SAL_INFO and friends, probably just an operator<< is
        enough?
        
        Change-Id: I89abbcb37ba2ab925b0a9d7fc6294d8f9ee5aebd

2017-03-27  Stephan Bergmann  <sbergman@redhat.com>  [4e808469d5a05bb70af76628702661d413b1b71e]

        Make loplugin:loopvartoosmall look past top-level ExprWithCleanups
        
        Note the two "//TODO!" in the fix of the one newly found issue.
        
        Change-Id: I181691da4b74cd55611452e002b37bd6798ff1e6

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [32351d1bd34a0a0d3bb8fa41667a770c125de460]

        Resolves: rhbz#1436050 im window misplaced for gtk3
        
        events are relative to event window not the toplevel
        window which includes a menubar widget (and maybe
        the decoration topbar as well)
        
        Change-Id: I5101bd4a35d6e3aee03191594e5f6edb7ca34c69

2017-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [06d073695c764744d308c74f80c40a317255fc05]

        vcl PDF export, norefxobj: improve ref handling in dicts
        
        When copying objects referenced from the page stream support references
        in any item value, not just for one single item key.
        
        Also move the dictionary entry generator code to
        PDFWriterImpl::copyExternalResources(), so other keys can be copied
        without code duplication.
        
        Change-Id: I4004e82014cec915c66a8a9d3aed2155fa2452ef
        Reviewed-on: https://gerrit.libreoffice.org/35755
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [71c56d9e74d579471924ec8ecd506743a57fbe2e]

        change int to enum
        
        plus some includes cleanup
        
        Change-Id: I3b57264ed67fc49ee06b825bbbeb397f596d0bea
        Reviewed-on: https://gerrit.libreoffice.org/35752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-27  Jens Carl  <j.carl43@gmx.de>  [f924422a05ada16d21e5a44da5c30aa0e2c10efd]

        tdf#39468 Translate German comments
        
        Translate German comments in dbaccess/
        
        Change-Id: Ib8e5e737c5d3cd6cd968be45e74d8d015c855e16
        Reviewed-on: https://gerrit.libreoffice.org/35620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [dfdf256d828e29b430e41d1b82899680664259f5]

        Resolves: ofz#668 check for massive row lengths before trying to allocate them
        
        Change-Id: I7b3f1abf5dcf457e8ff7d04a7cf48ffee70817a2
        Reviewed-on: https://gerrit.libreoffice.org/34571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [155886c99ba55ef28bd902cfe7256cbc1f4d2d01]

        move bitmap allocation after palette read
        
        Change-Id: Ie7b2d64bde48d49c6e389c0770f2456187107bda

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [ec1015430dcfd5a6e20a13d878bc34ce3149b8ea]

        return early on error
        
        no logc change intended
        
        Change-Id: I9a000ccc53b13d2948264b18ae0abf29a6ddc33c

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [aad792b3720957e715cf10d9bfa648a3905497ed]

        reuse palette object
        
        Change-Id: I72035a49d30955cdc6334f6064a1a2e902c1a9f0

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [dfed481524113a1be03d29ec8a9e13bb96052895]

        process palette standalone
        
        Change-Id: I489a5cdecf4a5c856e9e5fdd03e6f9c920c0a4d5

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [c8c4c84a5dda6f06aedba8d4cfef208be6812dbc]

        ofz#947 line dashing is very problematic memory and size wise
        
        Change-Id: I29ed7cd774d3ede077edfe2893c7a9e72b83abad
        Reviewed-on: https://gerrit.libreoffice.org/35748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-27  Olivier  <olivier.hallot@libreoffice.org>  [53e83bca82cb7c279af6a0752171864ffb3e5314]

        Updated core Project: help  656de6691cfb75fceec812a4bf220448eb91eeff
        
        Improve help text
        
        Unit #67543218 (uk)
        Unit #67543225 (uk)
        Unit #33628571 (uk)
        
        http://nabble.documentfoundation.org/Re-Unit-67543218-uk-tt4210628.html
        http://nabble.documentfoundation.org/Re-Unit-67543225-uk-tt4210629.html
        http://nabble.documentfoundation.org/Re-Unit-33628571-uk-tt4210707.html
        
        Change "guillemets" for "-"
        
        Change-Id: I7a9fe103d9c738971edbeed89e3c9accc23a0f66
        Reviewed-on: https://gerrit.libreoffice.org/35509
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-27  Olivier  <olivier.hallot@libreoffice.org>  [52ad7622a9fd89247324282bba9992a590b17ecd]

        Updated core Project: help  6a03706fb1740b19ce6382ae25f7dbd3cab0cfd8
        
        Fix help contents
        
        Unit #109429032 (lt)
        
        http://nabble.documentfoundation.org/Re-Unit-109429032-lt-tt4210627.html
        
        Change-Id: Ie3e2932ffa9fdfb3a8a89cb76ede6e7dcabd6c3a
        Reviewed-on: https://gerrit.libreoffice.org/35508
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-03-27  jan Iversen  <jani@libreoffice.org>  [5df2465c2c1b15363e46d4a67cd810c7d1f661f2]

        iOS LibreOfficeLight "open in"
        
        Added pdf, microsoft to know document types.
        
        Created new UTI for ODF documents.
        
        Change-Id: I8037724e6575756bd586c490618cba6954d9fb31

2017-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [044e8d795276cc495c1f796a14ad36e6a5f9cdb9]

        tdf#106693 vcl PDF export, norefxobj: copy array objects
        
        So far only the dictionary and the stream of the object was copied, see
        if it has an array, and take care of that as well.
        
        Also check if the array contains a reference and act accordingly.
        
        Change-Id: I7f3bb12ec0bbc6f6e1db4f43625c7768b862c895
        Reviewed-on: https://gerrit.libreoffice.org/35744
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [be94475414c878d1e3228da577b496985a4a6a8c]

        sw: prefix members of SwTableBoxValue
        
        Change-Id: Id28b9d552083212f730d03725646c5b511462a26
        Reviewed-on: https://gerrit.libreoffice.org/35743
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-27  Noel Grandin  <noelgrandin@gmail.com>  [d615af618cc6a7152c76a49b3cd09db38eaa9e07]

        create SfxInterfaceId o3tl::strong_int
        
        Change-Id: Ie52f63382a9fb36f9a472801be012b140bfb51f6
        Reviewed-on: https://gerrit.libreoffice.org/35722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-27  jan Iversen  <jani@libreoffice.org>  [6f968f00b1534406a2943be374fab924c3396482]

        iOS LibreOfficeLight FileManager title
        
        Show current directory as title, together with info
        whether it is local or iCloud
        
        Change-Id: Icb4d68e5c21589456ea276e9e11d191dd3714d14

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [a15ec82edebf14baa41a888ead7da8e0556ab0bb]

        Resolves: tdf#106729 ensure VistaFilePicker init before access
        
        Change-Id: I238599cf5ed464c4bb99a894ac47126fbc32796d

2017-03-27  Fakabbir Amin  <fakabbir@gmail.com>  [41cd0ccc68b5bb43bfe28f0ece0b1fbc25a7adf3]

        tdf#106225 Rename Table Format to Table Properties
        
        Change-Id: Ic0a1d4d25eb1d13e9937f4fbd1250596e9e6e341
        Reviewed-on: https://gerrit.libreoffice.org/35611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-27  Caolán McNamara  <caolanm@redhat.com>  [5b487ff81b106925b4204276c551e6e3751dc293]

        document mnIndex doesn't change
        
        Change-Id: Ia000682774cee4c58811325f6ab40859502da79f

2017-03-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1bf940eb2bb6b937b2175875bfebca46cca98d45]

        gpg4libre: One service should be enough for the dialog to work
        
        Change-Id: I2279c39e4dddec94cb061fe9bcad06804a6d35c9
        Reviewed-on: https://gerrit.libreoffice.org/35664
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [913395e99bbee7b43bf215588956c1b8e4f578c7]

        Use hub link for git log
        
        Change-Id: Ie8c6cafe9322466c7403bc3ebfd6cd3b73847bff
        Reviewed-on: https://gerrit.libreoffice.org/35655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dc7d10e038f15c26b7c0732d730eeef2c5c3520]

        Indentation fixes
        
        Change-Id: Idbd31b84f252abdab1787945c4964173ad5765ba

2017-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c6adcf85eb1c68ac05794f115d62e25667ec3f6a]

        remove unhandled SID commands in sc
        
        checked to make sure none of the related .uno commands are present
        in any .xcu files.
        
        Change-Id: I026eec90351f525be7417f697debe2444756193b
        Reviewed-on: https://gerrit.libreoffice.org/35622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee045805e640058d798029ce20b7d9f75d138b38]

        remove unhandled SID commands in sd
        
        checked to make sure none of the related .uno commands are present
        in any .xcu files.
        
        Change-Id: Iec555836a0a926e070b7632dc1205decf49d331f
        Reviewed-on: https://gerrit.libreoffice.org/35615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-27  jan Iversen  <jani@libreoffice.org>  [595e3971b130addbc6e5b749f53fc681fa6bc031]

        iOS LibreOfficeLight reactivate sidemenu
        
        Reactivate side menu in DocumentController
        removed unused png files
        
        Change-Id: Ib7da718f53370d6a8a3c82d6850817ea7bc12abc
        Reviewed-on: https://gerrit.libreoffice.org/35675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-27  Andreas Säger  <villeroy@t-online.de>  [ad4857211bcc39ccd4c84c670bfab1b937f65089]

        tdf#106529: fix closing parentheses of bundled macros
        
        Change-Id: I43b6d4f97cb3b1cd1426e6aa7e13550d94cb7c51
        Signed-off-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/35726
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23282b476f094c735ecfae4f82798e36ac9cbbc9]

        add test for multiple row filtering
        
        Change-Id: I55c898a7bf6796802ee6d04071801fec3fcf218d
        Reviewed-on: https://gerrit.libreoffice.org/35732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d420856d432ff178560b2be37d33c6ddc439397]

        add test for tdf#106214
        
        Change-Id: I9998aa40c3831a6033d4d61a6eab90d639ec5aa9
        Reviewed-on: https://gerrit.libreoffice.org/35731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3d498755238cb0d9a7a3e33b6070c1e4c0e3482]

        handle date autofilter entries correctly, tdf#106214
        
        Change-Id: I8fd2896c8998e79794a0ccaae1c2442caf8b89ac
        Reviewed-on: https://gerrit.libreoffice.org/35730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6861b8f38db9dc465f344474943b9477dd22a0c]

        uitest: add method to get the row object from a calc document
        
        Change-Id: If24a995fe1e174d3ffc531021b290a455ae28512
        Reviewed-on: https://gerrit.libreoffice.org/35729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff387f848d1695535ad33de6eef2577bcd91c9d0]

        improve the test by introducing sub tests
        
        Change-Id: I414da64f55348973a8f60c7518d26a835385125d

2017-03-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5ad636acc61eabd8123bea5b203e2c49a80f9ce3]

        Fix typos
        
        Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de
        Reviewed-on: https://gerrit.libreoffice.org/35616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-26  Caolán McNamara  <caolanm@redhat.com>  [19882e0c7daeaa16cbdbca2838064d4ad8762649]

        lwp: convert hopeful asserts to exceptions
        
        Change-Id: I3111929ea84aa8280607811c851d033156c65731

2017-03-26  Caolán McNamara  <caolanm@redhat.com>  [7eb92eea21e2af47b17c9901107f6e4833567928]

        ofz#944 avoid recurse to death
        
        Change-Id: I27ed8cf5e8296a1ad91c33614913fc7af4a56d45

2017-03-26  Arnaud Versini  <Arnaud.Versini@libreoffice.org>  [80c18d5dd33d0681c58816d7536fe3e7d1297b9e]

        Fixes tdf#106772 show the window in X11 in VCL gtk3 plugin.
        
        The window is shown only in Wayland.
        Thanks to Jean-Baptiste Faure for the bisect.
        
        Change-Id: Ibeffc5ae62d4c341e30b15021eb695859fc1025a
        Reviewed-on: https://gerrit.libreoffice.org/35720
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-26  Maxim Monastirsky  <momonasmon@gmail.com>  [12c6caa84a61f23df996a0396432fa4b8d5c4785]

        Kill remaining PseudoSlots usage
        
        Change-Id: I14a820b7c0baba8d8b17d07715bf17c42c73c8fb
        TODO: Remove support code from idl and sfx2 modules
        Reviewed-on: https://gerrit.libreoffice.org/35718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-03-26  heiko tietze  <tietze.heiko@gmail.com>  [3bae306bcf23c4baae65b2b8a3617f0b697dfc6a]

        tdf#106458 Color widget should list an exact number of items
        
        mnColorValueSetMaximumRowCount set to 9
        
        Change-Id: I818512da16c1f31616f200253e72a8576996fa16
        Reviewed-on: https://gerrit.libreoffice.org/35719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-03-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2eae33e82e5f91d6dbaf7e8e848f53644596059d]

        Fix typos
        
        Change-Id: I5518e764fd8349c476e79bb888e93a1dab01ed1d
        Reviewed-on: https://gerrit.libreoffice.org/35644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-26  Stephan Bergmann  <sbergman@redhat.com>  [887039a3b766c1f2f5a37130f4e7c2d116d89c5f]

        Extra linking against sofficeapp
        
        ...already included via gb_CppunitTest_use_library_objects
        
        Change-Id: I4135a48c2ed60a36c15c85bf3720a3080e70837e
        Reviewed-on: https://gerrit.libreoffice.org/35716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-26  Maxim Monastirsky  <momonasmon@gmail.com>  [b0f97cfc1cd6de86c31c00b9e33d7d5805215826]

        Remove useless toolbar break
        
        Seems to not affect the layout in anyway, but instead
        always hides the last item when the toolbar is docked.
        
        Change-Id: Ib33c6757f4a9b5037648516e3da3b1f9f08acf40

2017-03-26  Maxim Monastirsky  <momonasmon@gmail.com>  [91053763a7189c8ac03a59dc996e6333404f846e]

        Fix sub-toolbar tearoff for .uno:ChooseControls
        
        Regression of 81d4fbc0daa54889ccb09e6a3fadff9c70d99448
        ("tdf#42029 Use a floating toolbar to show clipped items").
        
        Change-Id: Id32a49109477745122d78354a5d3bd94cb126310

2017-03-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a4034d56813b6716ae93d455204079cdd2ff9f6f]

        Package gpgme only for Linux currently
        
        Change-Id: Ie7323c59f0183c8e132127694e9e865de494c7a3

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aaea953b6e43ca5672b104308042419899a52c72]

        uitest: add demo showing how to use auto filter popup
        
        Change-Id: Id42c2856e4eee03dae374ea36d6dcba16419c70e
        Reviewed-on: https://gerrit.libreoffice.org/35700
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3ebb8942115ef0d3fa3840f2056eac9a3bbe23a]

        uitest: add demo showing how to interact with autofilter popup
        
        Change-Id: Icda3c00a3a8c593a8f3129662c7688be000e3c7e
        Reviewed-on: https://gerrit.libreoffice.org/35694
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f71208f49599cd13529447a0b3e2e27baeae2128]

        uitest: allow to change state of checkbox in treelist
        
        Change-Id: If76ab528dfd835ea7718e153a943d182ecc4ce0a
        Reviewed-on: https://gerrit.libreoffice.org/35698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc054e18712eb1a560ef27d0f2b0a62fc47bf962]

        uitest: add more IDs to autofilter elements
        
        Change-Id: I6b22409403cf9ab39c9a120c712976316bf3a22a
        Reviewed-on: https://gerrit.libreoffice.org/35696
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3df98c595f1b9c4bd0705578a15252a4d194293c]

        uitest: add info whether a tree list box contains check boxes
        
        Change-Id: Id214928de2e74ac7ec707eaf2276e4e808b630a4
        Reviewed-on: https://gerrit.libreoffice.org/35697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c979a362b59b87dee62c85403c3c1f28f59f951]

        uitest: provide a way to select a floating window, e.g. popup menu
        
        Change-Id: Ice418b974c59c7d8c773b81a82f0a06c84547f10
        Reviewed-on: https://gerrit.libreoffice.org/35699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [013e5bacc65710f9412de2287749a84e469056a0]

        uitest: handle float windows better in the hierarchy dump
        
        Change-Id: Ic49ac5774116bf9d8af980ecc0d99b0056fc8bed
        Reviewed-on: https://gerrit.libreoffice.org/35695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d65a2076ee9e76ce2301762fd147cea7091aae4]

        uitest: add initial autofilter test
        
        Change-Id: I06029afbf9be93054ef932f8c37a56b929c3e436
        Reviewed-on: https://gerrit.libreoffice.org/35693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a25033fabdf1fccd1b201941cb3b921e2cce81bd]

        uitest: add ability to open autofilter dialog
        
        Change-Id: If03b2699975756ab650488abe032aefa8880a6b4
        Reviewed-on: https://gerrit.libreoffice.org/35692
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03c434e5acf8a2288679776076c3fe7718dfb569]

        uitest: add id to autofilter popup
        
        Change-Id: Icf3b731c18333d97aa43535e31df73bc2dbfba42
        Reviewed-on: https://gerrit.libreoffice.org/35691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9af0c2964a75be1d59884f4aef1fa5a04f85336]

        uitest: allow to find ourself with an ID
        
        Change-Id: I5418aba05acd53f00c8d60a7ac7005c83a04e5a4
        Reviewed-on: https://gerrit.libreoffice.org/35701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [646be83e93fc2e68fc419cf6893bd1d1c1322bf7]

        uitest: add a decorator to document required revision
        
        This is the first step in allowing easy bisecting with the UI testing
        framework. We now also need a script that can execute tests and a way to
        get the revision information back into the bisecting script.
        
        Change-Id: If59db62ba25162ae69360d5b8ae769a6d179c16c

2017-03-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8724bcff1e4c9e666125927659db747b483401c3]

        Fix gpgme packaging
        
        Change-Id: I26ef55b8a7a210f9d86becd4f0aa10c2598681fd

2017-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49f8917cd4c10685645128768a2dc63043a7b398]

        fix loplugin:loopvartoosmall
        
        Change-Id: I4fa577920565840edd5b37c673e5c8eb42da7ed7

2017-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [83c1a3235d8d803872e1d57a292d3cdc48dae928]

        Remove obsolete code
        
        now that the ChartController doesnt own the VCL window anymore.
        
        Change-Id: I2fefa73181a61b2a7828b36e70480b59aa7838f4
        Reviewed-on: https://gerrit.libreoffice.org/35640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-25  Caolán McNamara  <caolanm@redhat.com>  [26262de4d508891d08a97dc280f00b28afcd8c7b]

        ofz#942 fix leak
        
        Change-Id: I52f69e9dc4c47764c1b3773b1c41b2f04807703e

2017-03-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a73f5a4223199a79c073f383b2968964eac36939]

        Updated core Project: help  6be791160b0f09944f9bdbf56dc47273b44be708
        
        Use double prime character (U+2033) for inches
        
        Change-Id: I107f94b795dd5150ed8029d7ac284f52bf0aa4c7
        

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [13d4d1cae3d3dbf90774bd68e35e8cee05cf16c9]

        Fix typos
        
        To re-integrate the fixes in revert commit
        ab92c84dfe600f320f37b6126cab11385a6fbdd1
        we have also to update the binary ods,
        to avoid break of "make check".
        
        Change-Id: Ic044d43c6c3c3d9fc3e003c282fac4ba888a0115
        Reviewed-on: https://gerrit.libreoffice.org/35685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5a72da3d979d88442ea5b7f1f54ba9811173ec64]

        Fix typos
        
        Change-Id: I4e1a613fc99b931e84a1955695364e1d25e25e5c
        Reviewed-on: https://gerrit.libreoffice.org/35642
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [feeb8ccfe1aff373e158b64f76e35da1a4e295c0]

        Fix typos
        
        Change-Id: Ia8bd59be341b0731198d48df974b60ecb04e289c
        Reviewed-on: https://gerrit.libreoffice.org/35635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ddc1429bf34bff7457849fbd6ff6cc96b87bfbba]

        Fix typos
        
        Change-Id: I85214642167d9c7876fd0fdc2cb7cf8e85765614
        Reviewed-on: https://gerrit.libreoffice.org/35627
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [98f18df02357523a1c2c52efd36171f9328ab6d4]

        Fix typos
        
        Change-Id: I77cf7fe3a57c031877facf5252b5a900526db48b
        Reviewed-on: https://gerrit.libreoffice.org/35646
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ad4104090de1cb07fb82bb40c736271103e4ed69]

        Fix typos
        
        Change-Id: Ia17fe891f8a681ada69639ca579ebf6d6d781759
        Reviewed-on: https://gerrit.libreoffice.org/35641
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3c8efc29d6c0fd3c8d819cc38c2fa0c4385cbfb6]

        Fix typos
        
        Change-Id: If350d22ed9365fa8924dc049f23d7f5cd92b9872
        Reviewed-on: https://gerrit.libreoffice.org/35625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b93201ffc6ab4908e25bbfbf4337354c09b5c07a]

        Fix typos
        
        Change-Id: I4b2eac5c999771b10e65fedebdab1d4ef435b367
        Reviewed-on: https://gerrit.libreoffice.org/35626
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ea0b508025ebe074e25d0250d0ce5e5444ea6a76]

        Fix typos
        
        Change-Id: I52604902247e7d8565476fafe98211fff32c5543
        Reviewed-on: https://gerrit.libreoffice.org/35658
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [2258f33a5fd95a5e25f5bb232994ab147d09bfb9]

        Make loplugin:loopvartoosmall find more suspicious cases
        
        ...where the "controlling expression" of any sort of loop contains a sub-
        expression of the form
        
          var < val
        
        where the type of var is smaller than that of val.  Theoretically, this could
        turn up lots of false positives, but practically it didn't run into any.  Most
        findings have been cleaned up over the last weeks.  There's just a handful
        remaining places that are hard to clean up, so I flagged them here with
        (deliberately awkward) sal::static_int_cast for later clean-up.
        
        Change-Id: I0f735d46dda15b9b336150095df65cf247e9d6d3
        Reviewed-on: https://gerrit.libreoffice.org/35682
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [5d8e6901ec14edd9da10d9dee63b2ef2ab058692]

        Add loplugin:redundantinline
        
        ...after it had recently been run with 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d
        "Remove redundant 'inline' keyword"
        
        Change-Id: I7f3ee2ff1c32988dcff7245c64b50fe20b0a5e79
        Reviewed-on: https://gerrit.libreoffice.org/35681
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7668d4e616dd37d3b335c43db897b64a7349047b]

        Fix typos
        
        Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c
        Reviewed-on: https://gerrit.libreoffice.org/35618
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [402aa305b7e37c3d3e1432613f59c905933a97cd]

        Fix typos
        
        Change-Id: Ia87318cb323d403cdff947da0b70e0d2aabaacd4
        Reviewed-on: https://gerrit.libreoffice.org/35657
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [370c65e709eb074c9982c56a2400cf945641ffaf]

        Fix typos
        
        Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c
        Reviewed-on: https://gerrit.libreoffice.org/35662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [cc71c6adfd811e50d2dc92ee60eae2c709019574]

        gpg4libre: actually package the gpgme libs
        
        Change-Id: Ibcfc7946210d64450e8d0ce3b53461c6270cc473
        Reviewed-on: https://gerrit.libreoffice.org/35674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [74117f95972a0ef690401815d5e5ff7759ceb8af]

        Fix typos
        
        Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc
        Reviewed-on: https://gerrit.libreoffice.org/35663
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e9b628760e2606769d7cc7fa2993729b796628d3]

        Fix typos
        
        Change-Id: I6455332160bb232cddf816e9f6dafa3ce68331a0
        Reviewed-on: https://gerrit.libreoffice.org/35661
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4c45268adf61a460e6c89f4536fd0ec37775676d]

        Fix typos
        
        Change-Id: I623135cd4c76dd6569f4ee521f97dee41de4cb1e
        Reviewed-on: https://gerrit.libreoffice.org/35660
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f7eb8ae9d9cce3e493105da98cc4ace9c56a3062]

        Fix typos
        
        Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715
        Reviewed-on: https://gerrit.libreoffice.org/35659
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3c7652203cc381e5c8c06d42130ca3bae5576fd2]

        Teach loplugin:redundantcast about C-style casts in macro bodies
        
        Change-Id: Ic1fbc8dd16c4d78772fc11a9c2ce09f056e36c79
        Reviewed-on: https://gerrit.libreoffice.org/35680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [f175ded3aef01cf598a1838cf93b8b3f37b6933c]

        Replace some macros with constexpr functions
        
        ...in preparation of teaching loplugin:redundantcast about C-style casts in
        macro bodies.
        
        TRGB_COLORDATA contained a curious cast to sal_Int32 (instead of sal_uInt32 aka
        ColorData), but for one that affected (by accident?) only the fist term of the
        ... | ... | ... | ... expression (so the ultimate expression was of type
        sal_uInt32), and for another before a83698b980424be214829b3ee7cdbf8d2a778755
        "tools: split out color macros into own header" there were two different
        definitions of TRGB_COLORDATA, and only one casted to sal_Int32 (the other to
        ColorData).
        
        Change-Id: I5bfffe5614d0424202268ef7adaf6a0da61ec30a
        Reviewed-on: https://gerrit.libreoffice.org/35679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [4b788a12380518e31a9064d5839f4880d3f36874]

        There should be no need to distinguish between I32S and I64S
        
        ...after 64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of
        O(U)String::valueOf()" replaced OString::valueOf with OString::number in their
        bodies.  (Change done in preparation of teaching loplugin:redundantcast about
        C-style casts in macro bodies.)
        
        Change-Id: Ifbb4725c496eed18a926fbabeaf4691ac98d9c5e
        Reviewed-on: https://gerrit.libreoffice.org/35678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [0f9b0f471249910787c4da111363efc57bf316d9]

        loplugin:redundantcast
        
        Change-Id: I7f20df3b568f9c33a66726202952dbf4232132c6
        Reviewed-on: https://gerrit.libreoffice.org/35677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Stephan Bergmann  <sbergman@redhat.com>  [7c5f01fcd8659d2c94f7d92beb261cb225787b0e]

        loplugin:redundantcast
        
        Change-Id: I61676e74413942ff5bde9ae8d376269a651bf93a
        Reviewed-on: https://gerrit.libreoffice.org/35676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [095438e52ccff8eaf12af6b3e3eb5f8c00792416]

        Fix typos
        
        Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea
        Reviewed-on: https://gerrit.libreoffice.org/35637
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [25e0872da600c65a08c73c335f0e1ef21b2f00f5]

        Fix typos
        
        Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d
        Reviewed-on: https://gerrit.libreoffice.org/35645
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7f56e58148602f75b7b5ccccf1860dc65c4620d0]

        Fix typos
        
        Change-Id: I72bec7ec76fbbbfee9d5185ac1a358659f0d06b5
        Reviewed-on: https://gerrit.libreoffice.org/35638
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b958eae8eb4387a469802aa0b9ff1ebf63151f7f]

        Fix typos
        
        Change-Id: I35d4a7648566105b176eb39f6a1db44ca91d4f4c
        Reviewed-on: https://gerrit.libreoffice.org/35643
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2e9fe260149911a8a906e059a6025892af8e9a64]

        Fix typos
        
        Change-Id: I5fc62060e7d01c6b492a0e91323f753cc676bf71
        Reviewed-on: https://gerrit.libreoffice.org/35639
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [98ef3edb8a5d1a13963101d41abb2a8dd8a806dd]

        Fix typos
        
        Change-Id: Id5811d092917c872715559f4508d01e4173d090c
        Reviewed-on: https://gerrit.libreoffice.org/35636
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [86781bcfc8f12df980af5c86c2f9e75067f02abc]

        Fix typos
        
        Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9
        Reviewed-on: https://gerrit.libreoffice.org/35633
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1735654408f5bcc912f039a2f9263adb48edf9c1]

        Fix typos
        
        Change-Id: Ib8bec97be916d5ea70ae9fb9dc83771b6fec1845
        Reviewed-on: https://gerrit.libreoffice.org/35634
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [55cc79f33f8e4f95f7d56576949db1fb42bf913f]

        Fix typos
        
        Change-Id: Ic823a46019138b8bbcacd7b52b48d7d7ead2fde2
        Reviewed-on: https://gerrit.libreoffice.org/35629
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ee495c299b3d70b7a7099c51c6badf35a23f9a96]

        Fix typos
        
        Change-Id: I389542e18fcf71011f22919743b5280779f449fd
        Reviewed-on: https://gerrit.libreoffice.org/35632
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e4af83972e6be8b94772e46741500225ac166774]

        Fix typos
        
        Change-Id: Ifb779b6c96a009e6c770a8017bb2e2031a288f5f
        Reviewed-on: https://gerrit.libreoffice.org/35630
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [74d67cffec4eea0a575869513158b050e42ec983]

        Fix typos
        
        Change-Id: I63ae7dbd7edf66aa5542f7d41f1bfd8ac04fc5e8
        Reviewed-on: https://gerrit.libreoffice.org/35631
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5262883672208ac17b58ec197a1f984d99403b7d]

        Fix typos
        
        Change-Id: If92860597a44ee79b513d255ce3f21112485a97e
        Reviewed-on: https://gerrit.libreoffice.org/35617
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-25  Jean-Pierre Ledure  <jp@ledure.be>  [72a2f615c37aada0d5ab8791f1fa9a71772b50f6]

        Access2Base Missing parentheses - Bug #106710
        
        Due to more severe Basic interpreter on final parentheses
        missing parentheses were revealed
        
        Change-Id: I779b5e3d299fb9c56ecd807d28a780cc3ab9a1b5

2017-03-25  andreas kainz  <kainz.a@gmail.com>  [54f9a81a1c041c18d209d7eb4659ac18a3ca76dd]

        refresh elementarty icons with svg and some 32px icons
        
        Change-Id: Ia02a3004e21c7a4df5e8df7eccb82a8ff7cb9686
        Reviewed-on: https://gerrit.libreoffice.org/35671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-24  andreas kainz  <kainz.a@gmail.com>  [193f8966135064a32164c9da08d01dab9c1fc15d]

        update notebook icon now it work without background
        
        Change-Id: I15e9d5e8ae8cef6d1f5063d2d6c0f418ea12826d
        Reviewed-on: https://gerrit.libreoffice.org/35668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c4e7c260c48069d3aeee4930d519ee6e18a80585]

        Fix configmgr argument
        
        Commit 3e64874e7cd23 introduce a not-existent argument.
        Dunno if it's an issue.
        Just made this commit to show it to real developers!
        
        Change-Id: I01f4b859631e76e0d76269db19bcbcf3481d827c
        Reviewed-on: https://gerrit.libreoffice.org/35531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-24  Varun Dhall  <varun.dhall@studentpartner.com>  [07c8e72b8e391fb0167e1e588d1884a247d5d58a]

        Added Test for EditEngine - Copy/Paste with Hyperlinks in Text
        
        Change-Id: Iabe11ddac346f1c48b355c21797c11de8db54b1f
        Reviewed-on: https://gerrit.libreoffice.org/35593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-24  Varun Dhall  <varun.dhall@studentpartner.com>  [0115a5f908d2280d39381e616cec262fabf07ea0]

        Added Test for EditEngine - Copy/Paste with Tabs in Text
        
        Change-Id: If40dabc53d35c01e61f8a17799f26e6ef9fd6b08
        Reviewed-on: https://gerrit.libreoffice.org/35579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [075585928cc77cb53cce675d13dd7d55de8aa122]

        starmath: Make SmParser::DoAlign() return SmNode
        
        instead of pushing it to the stack, for later refactoring.
        
        Change-Id: I61760fbfe95771dede62f90f82df3e9961efdcd6
        Reviewed-on: https://gerrit.libreoffice.org/35609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-24  Varun Dhall  <varun.dhall@studentpartner.com>  [cfe2411ae0d2deb84408a13397659ef0389df045]

        Added Test for EditEngine - Copy/Paste using Underline Text
        
        Just because Underline is as important as Bold/Italic we cannot skip a test for it :)
        
        Change-Id: I6c240a3232cf97794c8265afe66f58ce6f68fa43
        Reviewed-on: https://gerrit.libreoffice.org/35217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-24  László Németh  <laszlo.nemeth@collabora.com>  [3bc686ca3e746560770bfe24cd0b515cfdf83bd1]

        tdf#106751 fix regressions in Hungarian spell checking
        
        using recent fixes of Hunspell code base
        
        Change-Id: I180a2ecba924180419c5eb1a0e78b5c84e7242c4
        Reviewed-on: https://gerrit.libreoffice.org/35665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [c7b74fd04e4020428217f0d9e6104c0a2b4ab790]

        sw: remove CHECK_FOR_DEFUNC macros
        
        Change-Id: I317b5fcd6e5753b4f854930ed4f4ceea53a385c4

2017-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f135a8bdeba15cf72dd31c7d613d335bbfc7017b]

        tdf#106693 vcl PDF export, norefxobj: update XObject refs
        
        Start copying referenced objects recursively, and also take care of
        updating references to the object IDs as they appear in our output.
        
        With this, the 4th image referenced from the PDF image has a correctly
        updated reference in its dictionary's ColorSpace key.
        
        Change-Id: I8b49701c1f60bd0ef5a097b24ce59164554c44fa
        Reviewed-on: https://gerrit.libreoffice.org/35653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-24  Jan Holesovsky  <kendy@collabora.com>  [221247679bcbc2507d6f904f519040fc4467d4a1]

        lok: Unit test for setting of the language during load of the document.
        
        Change-Id: Idf4d3ba6b55be1f885f9d8fc89157e7e498d4e42

2017-03-24  Jan Holesovsky  <kendy@collabora.com>  [5fefac660ae5d978843fd7abbc6db1fce0800566]

        lok: Allow setting of the language during load.
        
        Change-Id: I9dbb62950e639376c26122ceb9fcec2982b3ca82

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [125ca372c1d0821139b4c682a02494294b322473]

        sw: just remove SwAccesibleContext must-override methods
        
        What's the point?
        
        Change-Id: Ifdff4aae85282d213f82bd2d69f61f96f8b5e40c

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [d9c2ba239d0b3d71aa64fc9319b7b1025517170f]

        sw: remove THROW_RUNTIME_EXCEPTION macro
        
        Change-Id: I74d4b31ea619c94245759b7a061c40095a0879ad

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [c1f5339c169c893e63c0de25d0cad3029b475d1b]

        sw: remove CHECK_FOR_WINDOW macro
        
        Change-Id: Ie375b199e055a01b0888a6efe56ef3a2801412b2

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [a18fa6973fbfac8f9da738a2fbc5da3cb698d108]

        sw: convert to assert in SwAccessiblePage
        
        Change-Id: I3bb8430be2460fa72938a4952670d3d92b12e123

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [f8a3748c9bac4b323a6eea8b079949c82af8703e]

        sw: remove SolarMutexGuards from SwAccessible* constructors
        
        Clearly the mutex must be locked by the caller already.
        
        Change-Id: I2c8a76f5b04751610ed07819343994b75bea4f4f

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [cd2b96e2d166d2a3ec074cdae029a51bc3d401f4]

        sw: remove unnecessary ifdef
        
        Change-Id: Ifa0a036589fba816eaa3503b17223e80f5b99aa1

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [14189f6db434724954cd1b85659d460c7b39be83]

        sw: fix incorrect static_cast in ~SwAccessibleMap
        
        Change-Id: I43aef41cee96f69b0bbd540b832780c4002219e3

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [8cae63caf04e4ba555af13c022dab9dfe9c79dcf]

        sw: remove unnecessary ClearMapPointer calls from ~SwAccessibleMap
        
        These are unnecessary with the fix for tdf#58624, because now
        SwAccessibleContext dtor will check that the map is still
        alive.
        
        Anything that's still alive at that point should have been disposed
        by the recursive Dispose call.
        
        Change-Id: I39102a6b222b2121987d92077d4b9548281d9973

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [d7ebb703427a17d12e22101a1277e9a824c18123]

        loplugin:redundantcast
        
        Change-Id: Ia7701e84ea87588abb526ad82da659114474bee5

2017-03-24  jan Iversen  <jani@libreoffice.org>  [f7eab4dbb8046103df08176e11e0844371e0d20a]

        iOS LibreOfficeLight, document actions
        
        added action menu in Document viewer
        
        Change-Id: Ia7c796f7806e363769a5932ce774f33bb4ae8bd2
        Reviewed-on: https://gerrit.libreoffice.org/35666
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [f9bf486e25bcec4831393b6dd78ea358ff981b38]

        Better check for 'defined LIBO_INTERNAL_ONLY'
        
        (to avoid warnings about undefined macros in external code)
        
        Change-Id: Ie1007207b22c19a3d9d96f0f94070c32d417595a

2017-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37843706156085d7cc456dfa47306cd5cbfa3ff3]

        fix for regression from 522e9c65: dont make all charts disappear
        
        Change-Id: Ica8a8c8cfd1f0743c4ad9421f3cac9aa92645838
        Reviewed-on: https://gerrit.libreoffice.org/35650
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [96208fc5983e459a854c8b4a3c3334e4a8904f56]

        This code trades in 'char' entities disguised as 'int'
        
        (with EOF represented as 0), so better actually use 'char'.
        
        Same as 0a92c29e4747f2289514cdb1030900b7c1cbb6ba "This code trades in 'char'
        entities disguised as 'int'" in idl.
        
        Change-Id: Ie664c1a0cceb7281fae29bdb75d191b998df44cc

2017-03-24  jan Iversen  <jani@libreoffice.org>  [3691457e9abde8af74db9c3b85e5494b2f9d7840]

        iOS LibreOfficeLight filemanager
        
        Update to filemanager to act as an
        overlay to documentView
        updated appIcon to include only required
        added setName dialog (used for rename/create directory/save as)
        
        Removed trailing whitespace
        
        Change-Id: I1c8a8cd7ef4eb76687f40e806a14884a1e396bc5
        Reviewed-on: https://gerrit.libreoffice.org/35612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [cb20ca1f52f2a0d61b972f88fb01e23958a0f3a5]

        fix indent
        
        Change-Id: Ifc1f654e4f63fc7aa62e1b920d1550281a0fa71e

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [a85840ecea45d254c932f011f3f43f307b089f8a]

        Offst might as well be expanded to Offset
        
        Change-Id: I6ba3131155fbbe5a01e47aca4008d39191254fe0

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [21844db97300e594c212e4a78336cba282a0ad0b]

        valgrind: fix memory leak
        
        Change-Id: I33ad32f4fa6ca6206e98b38f9170634bce9970de

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [eff9dbc2d6dbaafd10e2522ada0e0b24ad820193]

        de-trainwreck this a little to form something approaching readable
        
        Change-Id: I9dbe7218d6ca0fa7ffc780094843be232af74e95

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [b2fd800446d3a84dc436dfe36a809e3904f6ad40]

        fix macosx build failure
        
        I only *need* it for the fuzzers, just wanted to keep this in sync with
        those for simplicity
        
        Change-Id: I4fd8aef54c6604c0d44faca9a6515bfd8e85d8bf

2017-03-24  Michael Stahl  <mstahl@redhat.com>  [0c2229dcab143925c6ad390e0735e2d98c3eecca]

        tdf#58624 sw: fix ~SwAccessibleContext() use-after-free race
        
        As seen in JunitTest_toolkit_unoapi_1:
        
        Method doAccessibleAction() finished with state OK
        LOG> doAccessibleAction(): COMPLETED.OK
        debug:27272:12:  -SwAccessibleParagraph mutexwait 0x3fd9f50
        debug:27272:9:  SwAccessibleContext::Dispose 0x3872620 11SwRootFrame
        debug:27272:9:  SwAccessibleContext::DisposeChildren 0x4047c80 0x386d600 11SwPageFrame
        debug:27272:9:  SwAccessibleContext::DisposeChildren xAcc 0
        debug:27272:9:  SwAccessibleContext::DisposeChildren 0x4047c80 0x386cef0 11SwBodyFrame
        debug:27272:9:  SwAccessibleContext::DisposeChildren xAcc 0
        debug:27272:9:  SwAccessibleContext::DisposeChildren 0x4047c80 0x3878fe0 11SwTextFrame
        debug:27272:9:  SwAccessibleContext::DisposeChildren xAcc 0
        debug:27272:9:  SwAccessibleMap::RemoveContext erase 0x3872620
        debug:27272:9:  ~SwAccessibleMap: frame entry 0x3878fe0
        debug:27272:9:  ~SwAccessibleMap: mpFrameMap 0x3eb64a0
        debug:27272:9:  ~SwAccessibleMap: mpShapeMap 0
        soffice.bin: sw/source/core/access/accmap.cxx:1726: virtual SwAccessibleMap::~SwAccessibleMap(): Assertion `(!mpFrameMap || mpFrameMap->empty()) && "Frame map should be empty after disposing the root frame"'
        
        The problem here is that thread 12 is blocked on SolarMutex in
        ~SwAccessibleParagraph(), while thread 9 is in ~SwAccessibleMap().
        
        This means that in SwAccessibleContext::DisposeChildren(), the
        WeakReference to the SwAccessibleParagraph cannot create a
        uno::Reference because its reference count is 0, so
        SwAccessibleContext::Dispose() is not called on it and it remains
        in the SwAccessibleMap::mpFrameMap.
        
        This triggers the assert and later on ~SwAccessibleContext() would
        access the deleted SwAccessibleMap and crash.
        
        To fix this, introduce a weak reference from SwAccessibleContext to
        SwAccessibleMap; use a std::weak_ptr because that is not derived from
        OWeakObject.
        
        The weak_ptr is only used in the dtor ~SwAccessibleContext(); as
        long as the ref-count of SwAccessibleContext is > 0 it is guaranteed
        that the SwAccessibleContext::m_pMap is either null or valid
        as the recursive Dispose() will work fine.
        
        It is possible that additional temporary owning references could delay
        the destruction of SwAccessibleMap, and the order of destruction
        of Writer documents is very fragile, so rely on the SolarMutex lock
        to prevent that; the only shared_ptr that owns SwAccessibleMap while
        SolarMutex is not locked is the one in SwViewShellImp.
        
        (An alternative fix would be to represent the 3 lifecycle stages of
        SwAccessibleContext by adding a C++-pointer to the
        SwAccessibleMap::mpFrameMap, so that DisposeChildren() can, if
        the WeakReference is no longer valid due to ref-count 0, use the
        pointer and clear SwAccessibleContext::m_pMap - this and the
        corresponding call to SwAccessibleMap::RemoveContext() from
        ~SwAccessibleContext() under a mutex that is shared_ptr-owned by
        SwAccessibleMap and all SwAccessibleContext.)
        
        Change-Id: If2b44c79189e3b3d276491a5c57d5404bb2be71a

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [4e32e8900e59f9751a60d9fdef80cdf7d500f72f]

        Resolves: tdf#106724 crash when Title property doesn't already exist
        
        because we just write past the end instead of resizing before hand
        
        Change-Id: I4742980a331b14ca39aff8aa6cfc27db154091ff

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [f233ec000bd39a55fc1ac79717b85d6dd103b7d5]

        update fftester documentation
        
        Change-Id: I091491a628b267a18d044d770a28a6b9e96f39f4

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [26448d4bb94c77fa431daed940260f2636c7c218]

        Just include sal/types.h nowadays
        
        Change-Id: Ic8f6322854ff0ac25c34cd9286545c8aaa27d03b
        Reviewed-on: https://gerrit.libreoffice.org/35628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f2bccf2d28d4257aa0e325658d35182367b59d9]

        tdf#106693 vcl PDF export, norefxobj: copy XObject references
        
        With this the images inside the PDF image show up correctly.
        
        Change-Id: I430502fb6ae9de8111dda7e67db33642ff263317
        Reviewed-on: https://gerrit.libreoffice.org/35621
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce3e3185f9ef64b44e26593a8300ae912b6fe68e]

        remove unhandled SID commands in starmath
        
        checked that none of these are present in any .xcu files.
        
        Change-Id: Ife5ac45ca4e71fed9515941c20853b9ab811e057
        Reviewed-on: https://gerrit.libreoffice.org/35619
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1ac30cf245454c6f7a777699436722a94a9e349c]

        tdf#105908: add test for this.
        
        Change-Id: I553c18107d469bd7dce37d673f958126455b4393
        Reviewed-on: https://gerrit.libreoffice.org/35608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [749405af4fc38e0c16dc7e860d23a13dfceb4e40]

        tdf#105908: restore previously deleted range references upon undo.
        
        Change-Id: If1932a5eb10da4c50fbcc3329af75f2e7a0a5137
        Reviewed-on: https://gerrit.libreoffice.org/35607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c4c40632f1de6f64f0f903943d76d5c3cad0fc22]

        use VS 2015 to target XP with the 7.1A SDK
        
        Change-Id: I527a524c282d4314e57c30cdd9eb89bff38443db

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [38e729223a4cdca87ef1baccfc533156c80b5dab]

        ofz: explicitly release fontconfig options on every iteration
        
        fontconfigs alloc mechanism is too complicated for lsan/valgrind so force the
        fontconfig options to be released at the end of every iteration, they are
        demand loaded so will be recreated if necessary on next use
        
        Change-Id: I061117b1fb8136298593a165847f78eabe008f0f

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [d776eeab752fd313226a7570c3ed4d8e964b4406]

        ofz#937 sanity check claimed record length
        
        Change-Id: Ic0b9b23764bd7533adbc746419d38da8ab7ce704

2017-03-24  Caolán McNamara  <caolanm@redhat.com>  [27bcd3137e522e1e5c507a4c754a448f8fe08846]

        shared_ptr->unique_ptr
        
        Change-Id: I89aa885c2d5a5c1150ac83b515c0bb84ff2ce039

2017-03-24  Michael Meeks  <michael.meeks@collabora.com>  [a298648302b4ba7765816f3fbe4d89c0cfcb3a57]

        vcl printer: hold a reference on mxPrinter member while operating on it.
        
        Hopefully addresses:
        
        http://crashreport.libreoffice.org/stats/crash_details/7a33b96a-b479-47a4-a006-eb62718128cc
        
        Change-Id: I221c04a6626a39449405387343cdc43e9f02dee1
        Reviewed-on: https://gerrit.libreoffice.org/35587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b67b1229a92adf68b614fe53f84bb19780553bf]

        fix tb71 build
        
        after commit 7916487cf4d9603cdbe4c7ffbe9bb3f28b51ce4e
        "convert ViewShellId to o3tl::strong_int"
        
        Change-Id: Ie7b8ac51a94c3b9e6d39e397aa3dd5cb42acc6d0
        Reviewed-on: https://gerrit.libreoffice.org/35623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9c2884ae4bf6db13334a1d8301721c27f0b889f7]

        when getting the naked VCL Window from UNO: hold the solar mutex
        
        Change-Id: Ia3513d67e09cdc9748a24aeffce0ec59cab30cc9
        Also: fix some obvious violations of the above.
        Reviewed-on: https://gerrit.libreoffice.org/35605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [666382e3407bee21c0140863ccc885d2077d8f33]

        Various loplugin warnings (clang-cl)
        
        Change-Id: I7969250f330d2df02c4ea909115b3028fdc36223

2017-03-24  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [50f3cfc1fa8a178fc93788a17e96b6e8ec236593]

        git pre-commit hook: Also check swift files
        
        Change-Id: I60c7ccd06b104c6a6ae5e7985fe8c3215f7e97d4
        Reviewed-on: https://gerrit.libreoffice.org/35624
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-03-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [f0593478571009139cd12bac11a9b38e51c42f96]

        loplugin:unusedfields
        
        improve the plugin to find fields which are only assigned to in the
        constructor
        
        Change-Id: I95b5be238ebba83d950ca15093abdd1849740359
        Reviewed-on: https://gerrit.libreoffice.org/35613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad5bf6b72c89caf0ed7110e4a84e2d6bf1807a24]

        vcl: clean up ANDROID ifdefs in pdfwriter_impl
        
        HAVE_FEATURE_NSS is already 0 on Android, so an "&& !defined(ANDROID)"
        is redundant.
        
        Change-Id: I275ed71d9ebdb56878d980a23c4480e41b28bd6b
        Reviewed-on: https://gerrit.libreoffice.org/35614
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-24  Stephan Bergmann  <sbergman@redhat.com>  [ce6e07ebfcbb589f22cbc8dda2bb4a1d0a683beb]

        Handle "POSIX" in parse_locale, 2nd attempt
        
        ...with the silly errors fixed past 61ecebe0d0febe8429d965355356a9f0f34b323b
        "Revert 'Handle 'POSIX' in parse_locale'"
        
        Change-Id: I0b8e4de0377b92b8cb96efa13e4b39316ffbf707

2017-03-24  Gulsah Kose  <gulsah.1004@gmail.com>  [003fd6b95033a2a0d28e04dec2e756e4c67f9d1a]

        tdf#90856 Hide "Format Area" command for line objects in Writer
        
        Change-Id: Ib90aba380be7eeef3c7418ea85b553079794cf87
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2017-03-24  Gulsah Kose  <gulsah.1004@gmail.com>  [63a5e37a45e48b9f0c9ae2b632042e2a2d57dcbf]

        tdf#86119 Fix toggle behaviour of SID_NUMBER_TWODEC.
        
        Change-Id: If17935cbb35c1a57fe9ea4cfaca58385ed437842
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2017-03-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [ad89ee8fe3d0d028fa0b61a9cbef54a112093177]

        blind fix for screenshot build
        
        after commit 88ec24a23a10af771879421360fe4330cbf174b0
        "convert NAME constants to CreateNameFlags o3tl::typed_flags enum"
        
        Change-Id: I6025e2d2a1717e4741f0241ea65d4a49bb8da917

2017-03-24  Noel Grandin  <noelgrandin@gmail.com>  [7916487cf4d9603cdbe4c7ffbe9bb3f28b51ce4e]

        convert ViewShellId to o3tl::strong_int
        
        Change-Id: I45553d11d56aa8c4432aec126ca51f24bd3ead09
        Reviewed-on: https://gerrit.libreoffice.org/35421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-24  andreas kainz  <kainz.a@gmail.com>  [9ee2d69c610d94280103e089671e9ba78b070e23]

        fix annotation icon
        
        Change-Id: Ie65c6698b0f5478bfb6c9d58bfec1bc814e9cadf
        Reviewed-on: https://gerrit.libreoffice.org/35601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-03-24  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [dbd0877e127de88996a13c32683b65ef9f65da17]

        [pt_PT] Added 11 new words to autocorrect.
        
        Change-Id: Id14a6da3959006a541e26e6e84d6a4eb0b070651
        Reviewed-on: https://gerrit.libreoffice.org/35187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a7ad759726752453856e5bb997ef73d61a56b072]

        Remove near-duplicated code.
        
        Change-Id: I46e743ae47c76c4e9c22d092f501636ebab92878
        Reviewed-on: https://gerrit.libreoffice.org/35606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [522e9c65faef684a22151ddf009a5a192838b522]

        UNO objects should never hold a VclPtr they dont own on heap ...
        
        ... so admit that the VclPtr that ChartController used to have is really
        owned by m_xViewWindow, and get fetch that (stack-scoped only) from
        there.
        
        Change-Id: Ib9e2cd20201ebe5019c3607a8c65cb1a9856812f
        Reviewed-on: https://gerrit.libreoffice.org/35603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e8c723ac7fae81232a5e33978e42f5aaa642ed3f]

        Lets not call 1/2 of everyone we know friend...
        
        ...esp. when they dont even need it.
        
        Change-Id: If9d00da3110328d88e832f12b8717a93f91393aa
        Reviewed-on: https://gerrit.libreoffice.org/35602
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [a12b484be3ebddd75cd5c3429cf596298cd82f83]

        loplugin:redundantcast
        
        Change-Id: Icc700698711174246c5fc800105ac5b7c6102296

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [d2d6e7dc90afb7a062165036c6e9c4ca62ef6aea]

        Change SvxMSDffManager::ImportOLE nOLEId parameter from long to sal_uInt32
        
        The only place this function is called (SvxMSDffManager::ImportGraphic,
        filter/source/msfilter/msdffimp.cxx) it is passed the sal_uInt32 return value
        from a call to DffPropSet::GetPropertyValue, so that seems a better type.
        (SvxMSDffManager::ImportOLE used long at least since
        d2000efb31f864e912c6cf52760eea0e602b6893 "#i106421#: move msfilter to filter";
        DffPropSet::GetPropertyValue used UINT32 back then, changed to sal_uInt32 with
        e8c2c1daae9008d383288f94600b1d34d2059fb1 "removetooltypes01: #i112600# remove
        tooltypes from filter".  Unclear if those had ever had more compatible types in
        the distant past.)
        
        Change-Id: Ia486d169cd2cc0e73042e72fd4476cc2ae0e8cc5

2017-03-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f0a6f3549e7fd6a91037b6edc661740058754579]

        Lets not call 1/2 of everyone we know friend...
        
        ...esp. when they tend try to own our private parts.
        Lets be honest here. Also remove pointless repeated private:s.
        
        Change-Id: Idaa7621fbe812ef25f13bba1882a16cca4de9d61
        Reviewed-on: https://gerrit.libreoffice.org/35600
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [3d53ec9b2d1c4514adf90ea68915f20ce4d5bc81]

        loplugin:redundantcast
        
        Change-Id: I1bc2fbe98f24b173cfda4661f812575a2008c792

2017-03-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eb0218315aa4f564233e105a2cd1e0496a3f409e]

        Lets not call 1/2 of everyone we know friend...
        
        ...esp. when they tend try to own our private parts.
        Lets be honest here. Also remove pointless dynamic_casts.
        
        Change-Id: Ie6ef8a0c07a72aaa15e374e5ec6841520c0fafb1
        Reviewed-on: https://gerrit.libreoffice.org/35599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [6291574d9477067e14ae493d7d9e59b19c8616ab]

        Remove unused #include <ctype.h>
        
        Change-Id: I8bf3e30687e20151a9e1936e69362abfe9b3a99d

2017-03-23  Caolán McNamara  <caolanm@redhat.com>  [361c616a1b5d155a3b05178721b4d5e1e5929cf2]

        ofz: when skipping actions, only skip forwards
        
        Change-Id: I1a80de4bf5c6c44ed10c1b720f85895ad8f4f8e5

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

        add svm cppunit test
        
        and rely on new safe multiple check of
        
        commit 4f0b226600fdad4e5aef9313fe8754c765cfee42
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Mar 21 11:23:09 2017 +0000
        
            check for overflow in multiply
        
        rather than trying to detect them here in advance
        
        Change-Id: I7fb9a9960e428cf00f745b6156a588e2c990c03f
        Reviewed-on: https://gerrit.libreoffice.org/35595
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-23  Caolán McNamara  <caolanm@redhat.com>  [13de958fc3455934ba74eab00e03f49518567df0]

        loplugin:redundantcast toNumericWithoutDecimalPlace returns sal_Int64 already
        
        Change-Id: Iccb11bb5067d6de06ff8786c0acd1af27ffaf8fd

2017-03-23  Caolán McNamara  <caolanm@redhat.com>  [5013abeb191cdc6f8375f107a4d30abd802547d2]

        Resolves: tdf#106461 use a row height of max of edit and listbox height
        
        not just take the listbox because edits can be taller and result in
        overlaps
        
        Change-Id: I6067b384484d933727220febda723bc9e8c5e90b

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [692424b8058673c4366be7a351e30a2e61d15fc1]

        No need for a temporary OString here
        
        Change-Id: I94115baf51dcb52999d97ad1dc3302b109990b04

2017-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0c24cbb027130f3781bfc3475dd225190afd560]

        tdf#106693 vcl PDF export, norefxobj: handle compressed page stream
        
        Since we want to avoid re-compressing the page stream create two form
        XObjects: one that resets the graphic state to the default (e.g. line
        width) and an other one that contains the original page stream as-is.
        
        With this PDF images where the page stream is compressed are handled
        correctly.
        
        Change-Id: Ib44dae2e167e4d5604a0a3a3cf91e09795137343

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [11b684d3f5148ec532987b00ce01843a3287444d]

        loplugin:loopvartoosmall
        
        Change-Id: I21e54bf70108991b7ca7f96232e6d9411af23ff9

2017-03-23  Caolán McNamara  <caolanm@redhat.com>  [502dde2118cf840e691595614b15f26c3b5b509b]

        ofz: readjust LLVMFuzzerInitialize to get ppt SdDLL::Init outside leak detect
        
        Change-Id: I01a6d19ef27c4678929e8e7554569c9219ea83f6

2017-03-23  Michael Stahl  <mstahl@redhat.com>  [5113441728bdf0a6e2c11922478d5515ef886b8e]

        configure: remove hack to add quotes to $DEVENV again
        
        This was added because CPPUNITTRACE='"$(DEVENV)" /debugexe' is less
        convenient to write than CPPUNITTRACE='$(DEVENV) /debugexe'.
        
        However DavidO points out that CPPUNITTRACE=TRUE is even more
        convenient and sort of optimal already, and it turns out it's broken by
        the extra quotes, so remove the hack.
        
        Change-Id: Ic5d94f9a0774cd41821b68728404c205552d674e
        Reviewed-on: https://gerrit.libreoffice.org/35589
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [6d7ed03dd3c7472a481728b132e4fb8b86957f84]

        Use rtl::toAsciiLowerCase
        
        Change-Id: I44e9f9382de2a7235b02ad94ff51b7f21295f2ae

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [0f49fdd70e5bc612339c598185d9efe7646f364f]

        Remove unused #include <cctype>
        
        Change-Id: I9c61e1b558104fa55d887a6c32e1ef2b03f1d1a0

2017-03-23  Szymon Kłos  <eszkadev@gmail.com>  [51efa8fb3f92de9f8c02d2cc4e3bffcaa5caee7f]

        Notebookbar: move shortcuts if multiple rows of tabs
        
        Change-Id: I8b164a34eeff13d70712a84d5621d169b6528962
        Reviewed-on: https://gerrit.libreoffice.org/35588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-23  Caolán McNamara  <caolanm@redhat.com>  [6903066822900a700ccf67ae70fa171c94644a9a]

        Related: rhbz#1334915 tdf#100158 hack using startcenter icon under wayland
        
        cause I can get no traction with gnome#779143 to allow changing wayland
        app_ids for windows, so might as well bodge something to make us look
        less pathetic than the broken app icon
        
        Change-Id: I9810ba4908dd06a2fdbb2e58e7ad6ff4978ddd43

2017-03-23  Takeshi Abe  <tabe@fixedpoint.jp>  [42870930e2a625766288edc3ba956c1bcac198f0]

        starmath: Fix memory leak at double sub/superscripts
        
        and avoid skipping following tokens too much. This also saves
        unnecessary stack operations.
        
        Change-Id: I4f30be73a615341b2b3de70f2c8f3dd5c2f85910
        Reviewed-on: https://gerrit.libreoffice.org/35583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

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

        TODO: move to ScrollBar when binary incompatibility is no longer problematic
        
        since...
        
        commit 72ebade6ba9e88a5a24db57266a53e8f52049214
        Author: Ivo Hinkelmann <ihi@openoffice.org>
        Date:   Thu Sep 13 15:33:31 2007 +0000
        
            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
        
        Change-Id: I124c4014556f3a10b986a2886202210ebfc9eb10
        Reviewed-on: https://gerrit.libreoffice.org/35586
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d27818c1f34b01190bf419c34d6a174f3cad7894]

        tdf#106693 vcl PDF export, norefxobj: copy page stream
        
        This gives correct result in very simple cases when the page stream is
        not compressed and it references no other objects from the original
        file.
        
        Change-Id: I11ed50180a256bdb5c587fd8927d21c925100a4d
        Reviewed-on: https://gerrit.libreoffice.org/35580
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [c80fe3937b94df56d7f0dedc85ddf11b48b5e8b5]

        convert ScMatrixMode to scoped enum
        
        and fix a bug in ScChangeActionContent::SetValueString where it was
        passing the grammar as the ScMatrixMode to the ScFormulaCell
        constructor.
        
        Change-Id: I7c1a174cdd8365dedc30cff0b26e3079bb8b84f3
        Reviewed-on: https://gerrit.libreoffice.org/35552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ab1fe71f546dd5f8d3ec8f53a0fb31e24d55adc]

        remove unused helpid in SfxShell
        
        Unused since commit 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae
        "update unusedmethods plugin to deal with constructors"
        where I removed a unused SfxDockingWindow constructor.
        And in that case, the helpid was only being used to assign
        the window a UniqueId.
        
        Change-Id: I148e424424fcf08449440b83a8600071b39d7a07
        Reviewed-on: https://gerrit.libreoffice.org/35554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [61ecebe0d0febe8429d965355356a9f0f34b323b]

        Revert "Handle "POSIX" in parse_locale"
        
        This reverts commit 646cbbfbc67b07d5f58166228bca1ac710175cd0 for now.  Appears
        that it made CppunitTest_sal_osl fail at least on some macOS builds, for reasons
        not yet clear to me

2017-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [59b091bd81aad18cf450b8a1a7a43ab48584c60a]

        xmlsecurity: ImplXMLSignatureListener is only used with XMLSignatureHelper
        
        So no need to go via Link, can call those member functions directly.
        
        Change-Id: I36a5193965d23230ecc1ddca8675b3745933469d

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [53bfd644d2c19fcd5ac1b387b5b69cf7f118d285]

        convert UpdateFlags to scoped enum
        
        Change-Id: I73121e85a927bae3f042a2bbc0283a28067b891f
        Reviewed-on: https://gerrit.libreoffice.org/35553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [646cbbfbc67b07d5f58166228bca1ac710175cd0]

        Handle "POSIX" in parse_locale
        
        Change-Id: Ib3ce9efd2933170777689db152d35f586f5afe2d

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [4a3f2cb747b2553485f48dc440e141e30ade5a70]

        Fix some usage of std::istream unformatted input in hwpfilter/source/hwpeq.cxx
        
        (Though some deficiencies remain, e.g. when values are assumed to be valid
        characters and not eof().)
        
        Change-Id: Ia5ec681a68086e9843206a6b44a44f8ec3800b88

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [77c2b0a33eeeeaa5fa5f672d9236405247ebcfa0]

        In Unix ImplGetLocale, read env vars instead of calling setlocale
        
        ...to avoid the general problems with the latter (MT issues; changing global
        state)
        
        Change-Id: I21eb129b7e1422089b3449763f64f461371ffff1

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed76d1d3504c92bff6bb3e6417e4440572fcd959]

        loplugins:redundantcast teach it about c-style typedef casts
        
        Change-Id: I1ac11a2481c0f4d8be1e1fd7c7637ac0ece3d65c
        Reviewed-on: https://gerrit.libreoffice.org/35558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a61c4ae9cef23a53ea88f957e090bd5ee9b28ca6]

        convert SC_CELL_SHIFT_DISABLE to o3tl::typed_flags enum
        
        Change-Id: Iae4358828edc6bad26ef5c769a8ff42fe63ade7b
        Reviewed-on: https://gerrit.libreoffice.org/35556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [88ec24a23a10af771879421360fe4330cbf174b0]

        convert NAME constants to CreateNameFlags o3tl::typed_flags enum
        
        Change-Id: I6265c76067402808454184f1318feeb78a140617
        Reviewed-on: https://gerrit.libreoffice.org/35555
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [275f777e824f56881184b8c4463c3766064c2335]

        convert INS_CONT constants to o3tl::typed_flags enum
        
        Change-Id: Ic59dad906c58ee765f36fac685c038c79bca9f3b
        Reviewed-on: https://gerrit.libreoffice.org/35557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [0acd074861eedf1d5c8bda9bec3311e9e7890c70]

        std::istream::get() returns std::istream::traits_type::eof()
        
        Change-Id: I0461e8184e4ad2a9d2dff89879e141bd66555bf5

2017-03-23  andreas kainz  <kainz.a@gmail.com>  [782c88326fda80ec5559cc858b17b9afd7c3d4cb]

        add icon for tab notebook toolbar .uno:actions
        
        Change-Id: I77b50bf6961d53df8d5a333d10f2b3ccf41b5434
        Reviewed-on: https://gerrit.libreoffice.org/35548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b66b3050c466de0382c3571909ba0450cdd3fd1d]

        “Hyperlink” is NOT a dated word, it’s just a precise one
        
        We should always be clear and precise, given that LibreOffice handles various
        kinds of links.
        
        Nobody at L10n wanted this change, but they were ignored.
        
        This should fix tdf#103093, which was a consequence of the introduced ambiguity.
        
        This reverts commit a1297fc2df243d765ffb14f18bbdde158459b9f4.
        
        Change-Id: I29232c7a8384c3fa501c61aab26e061ebcb1a0d8

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [254c13265f334be8a52627379bc393ca13fe6298]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I94b4cd3860b1b8740965373ee0b254a0415c8b4c

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [0ab2f39e45b4fba5a196555d5366f90c06a34771]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: Ie37f15379b0e10912ef2e0ac94249da11040eede

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [0a92c29e4747f2289514cdb1030900b7c1cbb6ba]

        This code trades in 'char' entities disguised as 'int'
        
        (with EOF represented as 0), so better actually use 'char'.
        
        Change-Id: Id9c684c833b0d46f8a51a34aa2c4b78a75e2d3a5

2017-03-23  Stephan Bergmann  <sbergman@redhat.com>  [a2201cba9f22c8aff57fb59cb57aa4e09ec5e555]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: Ic0e1c7f4e0899fd976a00b5ea8ba8b130657bac9

2017-03-23  Julien Nabet  <serval2412@yahoo.fr>  [9f5b1c4f2afb5844007f1bd24761acd72908cb4f]

        Typo: boder->border
        
        Change-Id: I46940c5b584f93b478b1dfca9aa66e036fe951c2
        Reviewed-on: https://gerrit.libreoffice.org/35547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cba153ca03ce201948e7d18438abd6f33054ad5e]

        Updated core Project: help  b67d9744ba73792377b249fd008848125696a769
        
        Partially revert e40264511 for unwanted terminology change
        
        Change-Id: I820d8a200d881bf900b03b922eabf49c416dd83d
        

2017-03-23  Takeshi Abe  <tabe@fixedpoint.jp>  [faeda4e29e0be16050dd919a62ecf69a4ffdf2f8]

        starmath: Make DoProduct()/DoSum()/DoRelation() return SmNode
        
        to reduce an excessive number of stack operations.
        
        Change-Id: Ia4ef08dce76d318c56bf7d112f686e13d1b2660e
        Reviewed-on: https://gerrit.libreoffice.org/35551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-22  Caolán McNamara  <caolanm@redhat.com>  [1670cc25bc2771e87f7956a4b0dd634abaa4128b]

        ofz: stack-overflow with infinite parse recursion
        
        Change-Id: I4973875797446e146cbda6db84958c9e4962aa8b
        Reviewed-on: https://gerrit.libreoffice.org/35545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        crashtesting: these should be opened readonly
        
        Change-Id: I99f6e06955d05688aba95a6f1246078b3ecd7772

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

        catch structured storage exceptions during testing
        
        Change-Id: Ibce297f85ebcf5ebde1a9e81afef9b0c41ebeb1a

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [cb2a1cb37035a634a3e30bd81480ca311bf11eba]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I9d3cf6363e1caf66a9d4cc3a1560c93e17038c2d

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [97a6bf07012f5a55d16f28c3bb3d039a09f8d700]

        Fix passing plain char into ctype.h is* functions
        
        Change-Id: I4de56462e1fe5bba3035fec691feda91be88b434

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [cea11039b29cffa0c8045ead30ddfc4859595c7e]

        Fix passing plain char into ctype.h is* functions
        
        Change-Id: I3d1fd585ba7f0bd8f6d074f0d2b86a20fa366072

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [cb643b44ca9469b9bbea97c5c0c0c911fc8ba058]

        Fix passing plain char into ctype.h is* functions
        
        Change-Id: Ifa1098a12a9d3d28a4d272ac8f4ab72d9a92282b

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [971be75c58889b03bf69b31d3721081c39d53a35]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        (was inadvertently missing from previous commit)
        
        Change-Id: Ia047ff8c21a50c5afe6fb2e6ff885be725b55bd3

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [a6eecdbc6e8277386f8bc8a4e970332acf780981]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: I5e82b7f96c28ae89642bde603b941573820891c5

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [f512cf5b1bf9e80cb430c1f06fbb7d86feb19ca3]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: Ifcc531df2b780e446dd4c2cccf74fa902ab4a259

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [dccbd373c9517a917c9d2be5d5abd6640948059a]

        Use rtl::isAscii* instead of ctype.h is*
        
        Change-Id: I3fc3db1cc2de49ebe5492fc7dae26b71aece3c6b

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [93360085da04841fc7f48980acb37a26d6c5a174]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: I2bc0cff65b1bacc041106406cd98c632eafeec51

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [e665ecfc32fc8be96d8b2318c881da288b007c52]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: If8085dc00db196eb51b6f14b4f4bac7c37dab249

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [25ecb6f627852bc23ec8395ef24d8e90467d5758]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I18f9a2ad4506edc76b74dde229f2fd296bffed88

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [73a644f438ffe436776bad708231a7dd73dd49e0]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: I6eba985f41b78160d2377b2cd4c27ec85ade33df

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [eedb6435f863b9377197a65ffd75ebec98007ebe]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: Ibb854c389683656f2570ff330ce44c27aef0e70f

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [fd70d8ee8925f7c7931f3db772516927c05b0fcb]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I93eeb586310cb1896b067b7c665e1fdee92d47b4

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [d213e5a0a5a03ac5793228cd1b30f4d347e61168]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: Ia3cc11ed882bf7e58c008f68af4340336c82b119

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [065a124407ff4262d183e5c8eda98e10df832fbc]

        Use rtl::isAscii* instead of ctype.h is* with wchar_t arg
        
        Change-Id: I48bee0474fc4fe8be454c1e8819d8f192c9f9216

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [26dea94b01d196a146767af8b76fba41697e8150]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: I744f774e6e43866f1c6ef9ff8de2d9f2e183f0be

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [1df029d45f068180f3cb97027bb4f7a2ba4b2eec]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: I18d600bf21573bbc47ffcd105afeb652fd74392b

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [bd556163d9fa3a01a285a818a01712cff55f5c69]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I83576b55ca421abfe056eb7b66f8f74782100a09

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [2595ad876024d6df4249dcdac39501d2fdf9e0c9]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I10c0433d314808cb1c51c3bde4f826bce7c8a97b

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [f5c93d4149e7ae967e98dbce72528a04a204ca95]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        and add rtl::isAsciiWhiteSpace
        
        Change-Id: Iac71975f718b9360ea9dc94485c069c5e7cb91c7

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [e6297cf05d943f8dee51dd995e9b8ff039cc9cd1]

        Use rtl::isAscii* instead of ctype.h is* with sal_Unicode arg
        
        Change-Id: Ieb4bda18ea6ee8d957bb9b9f584e12eb24091513

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [9df97a7d65a68699f5ee90c2541bd7c8a2df95d9]

        Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)
        
        Change-Id: I0b478dfa25a54595ba0dcee1ca3ec0291ee94ef5

2017-03-22  jan Iversen  <jani@libreoffice.org>  [7a46166beb714a3357f7fb04111ba98f6325065f]

        iOS LibreOfficeLight Document as root
        
        changed DocumentView to be root view
        FileManagerView is started from DocumentView
        
        Change-Id: I43d2a2fab3ff37983c242bce15bdb94c8cc7d4be
        Reviewed-on: https://gerrit.libreoffice.org/35536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [a69632cc1fdc931adcab4751607f3dd79b8cf771]

        starmath: Make SmParser::DoPower() return SmNode
        
        instead of pushing it to the stack.
        
        Change-Id: I7b1640e1b3f835c06726941adfe6d212853f3af6
        Reviewed-on: https://gerrit.libreoffice.org/35537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-22  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b396bc042dad1d553ebf51897ef012c08c41a86a]

        Calc: safer life cycle handling for OutputDevice in  SdrPaintWindow
        
        Change-Id: I5469332c4ef98bce8cd9c2caff5bf61dbf102b23
        Reviewed-on: https://gerrit.libreoffice.org/33220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [a332bb9a6cc19f0c212892b3f304583338b0a094]

        codesigning script for macosx compained about double signing
        
        Release build of 5.3.2.1 failed in codesign
        apparently LibreOfficePython.framework was being signed more than
        once, which cause codesign to fail and due to a recent
        patch to harden the codesign wrapper, the build itself to fail
        
        This does not address why some part are signed multiple time
        but merely tell codesign to ignore the issue and just sign
        
        This also fix a bash un-initialize variable warning and
        capture output of codesign in case of error to be able to diagnose
        things.
        
        Change-Id: Ibd6752702feb2bdf5163ac30ed7a3fd9c86f961c
        Reviewed-on: https://gerrit.libreoffice.org/35407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2017-03-22  Caolán McNamara  <caolanm@redhat.com>  [9b7c35b4b7fd5a5347a3602f110d78e1019a54e9]

        Related: tdf#106645 make gtk3 scrollbar themes with arrows work
        
        properly, e.g. breeze-dark has arrows
        
        Change-Id: Ic59c0de3fb385adc2f8fddc605edd7498230d5fb

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

        Resolves: tdf#106645 gtk3 scrollbar is too wide
        
        Change-Id: I4041dff0945c4bd34e085078a7130b637124c6cd

2017-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f4826d89bfa1398b16fc85cf593ff58ce5e36a9]

        tdf#106693 vcl PDF export: initial UseReferenceXObject option
        
        It's still on, but in experimental mode start work towards the ability
        to not use that markup.
        
        Change-Id: Idf11c0e0a3c61ad93af331346ec7107304f6dc0f
        Reviewed-on: https://gerrit.libreoffice.org/35538
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-22  Olivier  <olivier.hallot@libreoffice.org>  [4c88eddef02a8ebede6e7aba9c28607bb11b9615]

        Updated core Project: help  0df6af74a2f1fb791d27ca316e206661bf74b2c5
        
        Improve help text
        
        Unit #118023968 (uk)
        
        http://nabble.documentfoundation.org/Re-Unit-118023968-uk-tt4210625.html
        
        Change-Id: I02fa0a05a2e7a0ca18ab26021bc4293753f698ff
        Reviewed-on: https://gerrit.libreoffice.org/35507
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [75530a7bbffbfd911f3481d5e0127da877da36b0]

        Fix building external/firebird with arbitrary locales
        
        At least on Linux, building it with LANG=tr_TR.UTF-8 failed for me with
        
        ...
        > make[5]: Entering directory '.../workdir/UnpackedTarball/firebird/gen'
        > rm -f metadata.fdb
        > .../workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/isql -q -i .../workdir/UnpackedTarball/firebird/src/dbs/metadata.sql
        > .../workdir/UnpackedTarball/firebird/gen/Debug/firebird/bin/gfix -mode read_only metadata.fdb
        > .../workdir/UnpackedTarball/firebird/gen/Debug/firebird/databases.conf: illegal line <employee.fdb = $(dir_sampleDb)/employee.fdb>
        > Makefile:325: recipe for target 'metadata.fdb' failed
        > make[5]: *** [metadata.fdb] Segmentation fault
        > make[5]: *** Deleting file 'metadata.fdb'
        > make[5]: Leaving directory '.../workdir/UnpackedTarball/firebird/gen'
        > Makefile:166: recipe for target 'master_process' failed
        ...
        
        Change-Id: I1784aaa790e527d382e8449f8007b0ae2dc14698

2017-03-22  jan Iversen  <jani@libreoffice.org>  [f1d3ec857551d2e09b05b9661473957d14d4a50d]

        iOS LibreOfficeLight removed start icon
        
        Xcode decided to add an empty launch icon, removed.
        
        Change-Id: I62405114e49d176c16e452d05ec9d872c70d7880

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [6a3cfd330550ee558a546fb0808577b56ae04400]

        Don't actually change OS-level locale with (unused) osl_setSystemLocale
        
        osl_setSystemLocale was introduced with af2938348bb539ccb27c92fe286b768d4143f662
        "#88460# added osl_getProcessLocale and osl_setProcessLocale" but never actually
        used.  So mark it as deprecated and, in the sal/osl/unx/ case, don't make it
        set the OS-level locale via imp_setProcessLocale (calling setlocale or setting
        the LC_ALL/LC_CTYPE/LANG env vars), same as in the sal/osl/w32/ case.
        
        Change-Id: I33348dba5de8ca80ca6fca210043286c0cfa9145

2017-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [19c4103fa5731a7fecc9657a83c5c917c0f8e162]

        starmath: Make DoOpSubSup() return SmNode
        
        This spares a pair of push and pop of the stack.
        
        Change-Id: I046402c2e975a6b5f4148960a9daffa15cc55ff3
        Reviewed-on: https://gerrit.libreoffice.org/35532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-22  Tor Lillqvist  <tml@collabora.com>  [857b4ba8eda084c768bb549334f38af9f9653b01]

        Use consistent include guard macro names
        
        Change-Id: Icc83a9a1257e422aa7593d6a8dd5af25a06a3384

2017-03-22  Jan Holesovsky  <kendy@collabora.com>  [9fc3d9b445d8c2bb8e259b42430cfe089642ab03]

        lok sd: Fix crash when searching.
        
        This is a follow-up of ed5450f2a5ed8e72b48b4d976217746cea04a5c9 where the
        check for the HasView has been removed.  Turns out that there are conditions
        when this really can happen, leading to crashes in the LOK searching.
        
        Unfortunately I did not manage to find a reliable reproducer to create a
        unit test :-( - so I suspect this commit might be more a workaround than a
        root cause fix.  Would be great to find out the exact conditions leading to
        the situation when the EditEngine does not contain the EditView, and evaluate
        this fix against that - but that's hard without a reliable reproducer.
        
        A unit test for this fix is missing from the same reason.  The unit test from
        ed5450f2a5ed8e72b48b4d976217746cea04a5c9 still passes.
        
        Change-Id: I1cca7219817119d27a224b35efb660a84d35b8fa

2017-03-22  Dennis Nielen  <d.nielen@posteo.nl>  [021c51ad3ea8f408391670a173887b4c689bfa65]

        tdf#96099 Reduce no of typedefs used for trivial containers
        
        Change-Id: Idf7bd4c80f9dc1fb9f93859e1e1106dd620d2311
        Reviewed-on: https://gerrit.libreoffice.org/35511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-22  dennisroczek  <dennisroczek@libreoffice.org>  [b49b79ae27911f88032efe97b46ee2fc3b747d30]

        fix typo: bee --> be or been
        
        * Removed old comment cruft
        * clean up some indentation
        
        Change-Id: I0ddbd66aec0f27d7563dc4c2cfa2e095a48cda46
        Reviewed-on: https://gerrit.libreoffice.org/35134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [d06dfe25d5c7cdbee94ddba8423090e9851f279a]

        desktop: remove redundant virtual keywords in lokclipboard
        
        Change-Id: I0b83a79e143180901ce2ae4ef02ff8b65cfb0694
        Reviewed-on: https://gerrit.libreoffice.org/35529
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-22  Caolán McNamara  <caolanm@redhat.com>  [4f0b226600fdad4e5aef9313fe8754c765cfee42]

        check for overflow in multiply
        
        gcc >= 5 and clang have builtins for this
        msvc has safeint.h and functions in the msl::utilties namespace
        otherwise fall back to certs demo implementations
        
        Change-Id: I6001a278c24b0be4b381d933d256f01f91ead55d
        Reviewed-on: https://gerrit.libreoffice.org/35505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        min_slider_length is unused
        
        Change-Id: Ib7ddcdc822e8b08b4e1c3e282a3fe2f691a71569

2017-03-22  Caolán McNamara  <caolanm@redhat.com>  [6902e1b79b215de6532c8b1e460f59ed69b65e05]

        stepper_spacing is unused
        
        Change-Id: Ia02c5e09c9ca9f5d0e6b0c0eb66283057ff8c1cc

2017-03-22  Michael Stahl  <mstahl@redhat.com>  [64c09371d6feed6e87aaa54cde081f001dcfca10]

        comphelper::ThreadPool: guard against concurrent shutdown/pushTask
        
        To join a thread, the mutex must be released - another thread
        in pushTask() could add a new thread to maWorkers at that point,
        which must of course not be deleted.
        
        Avoid the problem by transferring ownership of the to-be-deleted
        threads to the calling thread.
        
        (regression from bdaa13a87744e424d3c210fc7f3f9e4f199d8279)
        
        Change-Id: I9d4fcfe4cb46a336586b5663934a12d47b2d8ccb

2017-03-22  ComputingDwarf  <Rechenelf@googlemail.com>  [3b2863596f26a8d32a5bc322bbbf51cad403c9fb]

        tdf#94265: Correct the error
        
        Always _WIN32 is defined, even in Win64. So the check must be to _WIN64 and then to _WIN32.
        Hope no more lines like this in code.
        Can you test programs with SDK 64 Bit?

2017-03-22  Tor Lillqvist  <tml@collabora.com>  [536519657faca38fe2ea680366474f10d6a420fe]

        Most of this was obsolete and misleading
        
        Change-Id: I769d9277e6ff931ca7d5d61d412b81c191d97083

2017-03-22  Michael Stahl  <mstahl@redhat.com>  [2aa20cfb7a11dd8d86372af4065a5887a0b752ca]

        jvmfwk: fix JVM detection on 64-bit Windows
        
        _WIN32 is also defined on 64-bit Windows so reorder these ifdefs.
        
        Should i be surprised that this breaks several dbaccess tests
        for me but all tinderboxes are green?
        
        (regression from 9143dd4ebe37b608e43d04434cf831624bf55b65)
        
        Change-Id: Id917952d3135768355af711688ff70bf6c019a6e

2017-03-22  Michael Stahl  <mstahl@redhat.com>  [5277b43814568af84f00d9be1de7f985f758f249]

        gbuild: PythonTest depends on python.exe wrapper on WNT
        
        Change-Id: Idfd2a6d68fecfb5a473938a74a9020f76fbc2c4b

2017-03-22  Michael Stahl  <mstahl@redhat.com>  [9727857420004905c877963ca62b8b3d88e4afe3]

        configure: MSVC 2017 devenv.exe doesn't start properly
        
        ... from a DOS style 8.3 path, for whatever reason.  Special case DEVENV
        variable so it uses long path.
        
        Change-Id: I03bb20a8f35cd116edd33ec91178f9deddbc4257

2017-03-22  Michael Stahl  <mstahl@redhat.com>  [10aff2905c51319c2cfa5d8f85fc9a32d80c2e25]

        gbuild: MSVC: unbreak CPPUNITTRACE='$(DEVENV)'
        
        ... which is unlikely to contain the strings "gdb" or "lldb".
        
        (regression from c38a4d9ce248b4b3fcc9208b25dfa599fe506ac0)
        
        Change-Id: I355069ec512232898b246d2b0bf8912831f0c80a

2017-03-22  jan Iversen  <jani@libreoffice.org>  [4c2e1708afd5cc015c541b4945b261129d27fab4]

        iOS LibreOfficeLight moved entitlements
        
        Moved entitlements to correct group
        
        Change-Id: I6ab95b823fc4a4b8781b27d51ecb8d994f477dca

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [e8aaaa52fa5abe4a70224ab6e6eee6265b0d61c8]

        Missing check for rStream.IsEof()
        
        ...after a324099538916eae7f7239d32fd98ec8018cbb72 "xmlsecurity PDF signing: only
        write incremental xref in an incremental update" inserted the 'if' before the
        'while (!rStream.IsEof())'
        
        Change-Id: Ib527894031f356c3d6df40b70259469ef4c338de

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [7778d9f51bd1f4d086cafe95995406c3157afb89]

        Prevent calls to rtl/character.hxx functions with (signed) char arguments
        
        ...that would implicitly be sign extended (for plain char only if it is signed),
        so non-ASCII char values would trigger the isUnicodeCodePoint assert.
        
        Change-Id: Iaf8024ad509e64525558e882fe3fd078cfb4ea91
        Reviewed-on: https://gerrit.libreoffice.org/35523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-22  jan Iversen  <jani@libreoffice.org>  [02bccbe0d59e50a7fd987c81c4d15b2fd4d24538]

        IOS LibreOfficeLight settings support
        
        Adding support for using IOS Settings
        The idea is to move the LO settings into here, and let the
        user manipulate some of the fields.
        
        Change-Id: Ifbd1adc6aa395d7822bcec968f267bb85929bff3
        Reviewed-on: https://gerrit.libreoffice.org/35528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [587e9c2d15119927c89d052835ce495af9ff7d19]

        Consistently mark function definitions in LibreOfficeKitInit.h as static
        
        ...to give them internal linkage in both C and C++.  Of those definitions that
        were not marked as static:
        
        * Those that had not been marked as inline had external linkage in both C and
          C++, so would have caused ODR violations were LibreOfficeKitInit.h included in
          multiple translation units.
        
        * Those that had been marked as inline lacked an external defintion in C.
          (Which 3f02b2aa51e32c46d5b6610480bc1ba22156a3ec "LOK init: avoid non-inline
          function definition in header file" had apparently faied to take into
          account.)
        
        (IOS_SWIFTCBRIDGE introduced in 028ef4748e53aa8f72c6464ce6bbeeb28c61d30c
        "LibreOfficeKitInit.h modified to avoid ODR" becomes unnecessary again.)
        
        Change-Id: Ibb8033cdbac87b20fa0e3b203b99571c1a7e7234
        Reviewed-on: https://gerrit.libreoffice.org/35491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7415b71b7976319b0c04e670facabd20b30e3fe2]

        vcl: move in PDF tokenizer from xmlsecurity
        
        The PDF code in xmlsecurity served two purposes:
        
        - a generic PDF tokenizer
        - signature verification
        
        The first purpose is useful to have in VCL, so the PDF export code can
        use it as well when it comes to PDF image handling.
        
        This commit just moves most of the PDF code to VCL, it does not touch
        the PDF export code yet. With this, also the somewhat odd xmlsecurity
        dependency of CppunitTest_vcl_pdfexport can be removed as well.
        
        Change-Id: I6fe8294ed5c4aa4d79f4b2ddef80a4d1c9d566cc
        Reviewed-on: https://gerrit.libreoffice.org/35513
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-22  andreas kainz  <kainz.a@gmail.com>  [b4bc920f494153530efb1ee3986e804bf12e56f4]

        update brows and printlayout icons
        
        Change-Id: Ia82936daeb5db8fb45e818e516bb37fb527d858d
        Reviewed-on: https://gerrit.libreoffice.org/35524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [baa29901b9423f9d111bef4a00d4f1c5b364ca15]

        Comment clean-up that was inadvertently missing from previous commit
        
        Change-Id: I5eb0758f84495a8410260f61ff645a086efb1ca7

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [439a72a67456960055c402580988ce42b51c3d88]

        Use nl_langinfo_l instead of setlocale+nl_langinfo
        
        ...as the former is less of an MT nightmare (nl_langinfo_l can only conflict
        with calls to nl_langinfo in other threads, not with calls to nl_langinfo_l in
        other threads, so since this was the last remaining use of nl_langinfo in LO
        itself after a7cdba3a0e48360e2ed549e9d8996fe41460df70 "Use nl_langinfo_l with an
        explicitly created locale" things should be safer now; also, setlocale was an
        MT problem, of course, inadequately atempted to be addressed with that
        aLocaleMutex).
        
        Hopefully, all relevant platforms that support nl_langinfo also support
        nl_langinfo_l (where both are POSIX).
        
        Change-Id: I28a18bc4ffa930e3f2e949634dae161377e2911c

2017-03-22  Stephan Bergmann  <sbergman@redhat.com>  [a7cdba3a0e48360e2ed549e9d8996fe41460df70]

        Use nl_langinfo_l with an explicitly created locale
        
        (where empty string arg to newlocale, per SUSv4, means "an implementation-
        defined native environment.  This correspons to the value of the associated
        environment variables, LC_* and LANG") instead of relying on whatever setlocale
        would be in effect here.
        
        Also, nl_langinfo_l is less of an MT nightmare than nl_langinfo, which is of
        benefit once the last remaining use of nl_langinfo in sal/osl/unx/nlsupport.cxx
        will also have been changed to nl_langinfo_l.
        
        loplugin:nullptr needs a little hack, as SUSv4 locale_t could be anything from
        an integer type to a pointer type.
        
        Change-Id: Ic35dcbc2e0a4f650694b48df12470dd89476dff5

2017-03-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [7299481834b15c920f996f4b0f3b5f821a82a10d]

        loplugin:redundantcast find redundant c-style enum casts
        
        Change-Id: I2dab376d87804521aed6b6bd41ad7762830fa349
        Reviewed-on: https://gerrit.libreoffice.org/35467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-22  Noel Grandin  <noelgrandin@gmail.com>  [e9c7d259e8ed3144d4226aef7c3de351e4706b79]

        create SfxDisableFlags enum
        
        Change-Id: Ib59c7886017247977b916a8e140853fb8310582f
        Reviewed-on: https://gerrit.libreoffice.org/35514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [bdf41d8aeb53a298780f3633a76d71598a695bab]

        starmath: Make DoSubSup() return SmNode by taking another node
        
        as an argument, not from the top of the stack.
        Because no token belongs to groups TG::Limit and TG::Power at
        the same time, we can replace TokenInGroup() with direct comparison
        with each group.
        
        Change-Id: I44882ab40f59c4de1c0e2cbbdc354e43de926ab1
        Reviewed-on: https://gerrit.libreoffice.org/35500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0740605fcd6f2f65f78f1ac8a05bd641edc6a76]

        uitest: also accept child windows having focus for logging
        
        Change-Id: I6c09900aa95a01330b5bedf12f3e4a7a03e5a620
        Reviewed-on: https://gerrit.libreoffice.org/35517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [caf208166c01519f090ee88b1ddff809ed199007]

        uitest: better support for listbox logging
        
        Change-Id: Ibd2625ba40cafdb07a2fcb5b2cfdd0e5f9e72b94
        Reviewed-on: https://gerrit.libreoffice.org/35516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05101670aa885bf3c3972c9f75f8003c06837ff7]

        uitest: always start with a clean file
        
        Change-Id: I0ad8d63a2dda2da3c58a626ccf9d60085c1521d5
        Reviewed-on: https://gerrit.libreoffice.org/35515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [9be498dac23a48f45d6a63e69dfca83622c9cdf5]

        xmlsecurity: separate signature verification from PDF tokenizer
        
        Signature verification code depends on sax and xmloff, but the rest of
        the PDF tokenizer could be otherwise moved down to lower layers without
        problems.
        
        Change-Id: Ieca57279e9517935821c1d34f217fd10548035ef
        Reviewed-on: https://gerrit.libreoffice.org/35512
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-21  jan Iversen  <jani@libreoffice.org>  [46a71fa01a2268a0a6e02ed04ece3094153ab247]

        ios LibreOfficeLight iCloud support
        
        Added iCloud document support to fileManager
        
        Change-Id: I7c8f78b6b148926398b170ee8a32d3c09413205f
        Reviewed-on: https://gerrit.libreoffice.org/35503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-21  Colomban Wendling  <cwendling@hypra.fr>  [17307a10537fbd1f04c683c2f93bf880173ce3b4]

        tdf#105415 Use the system caret width on GTK
        
        Change-Id: I6b7fc9d06a49613cc6fe247b44c56f36935082fa
        Reviewed-on: https://gerrit.libreoffice.org/35282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-21  Michael Stahl  <mstahl@redhat.com>  [bdaa13a87744e424d3c210fc7f3f9e4f199d8279]

        comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2
        
        This takes a different approach than commit
        9899ffd244dd367ba69dffe1f21f4f0222064a46.
        
        Change the ThreadPool to automatically shutdown and join all threads
        whenever waitUntilDone() is called.  Then start the threads again
        in pushTask().
        
        Because the ThreadPool is meant to be used synchronously with
        waitUntilDone() called after adding all required tasks, this should
        obviate the need to call shutdown() before process exit, as
        there won't be any threads running at that point.
        
        Change-Id: I2b8e639004a94cf05ccb4522aa1f0d3dac88a936
        Reviewed-on: https://gerrit.libreoffice.org/35510
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-21  Szymon Kłos  <eszkadev@gmail.com>  [9f3b59a511b15328284f4f25b7ac0cd89ba1a303]

        Notebookbar: multiple context containers support
        
        Possibility to add multiple context containers.
        Each container should have name "ContextContainer"
        or "ContextContainerX" where X >= 1
        
        Change-Id: Ie689ebde624f766b11d96370d6b108018f9130c9
        Reviewed-on: https://gerrit.libreoffice.org/35506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [9abbeb95d41d8fb3e3c4ec74221666e60a44e747]

        Argument to parse_locale is never null
        
        Change-Id: I610d3637f4a4520ef4eefed29851727f519de02c

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [17ca47da257d7633e816a5a1b935783d1f089b9f]

        On Linux etc., obtain locale value from env vars instead of setlocale
        
        setlocale has the drawbacks that it is racy and that it sets global state, so
        better avoid it.  The way LC_ALL, LC_CTYPE, LANG are honoured is as suggested by
        SUSv4, then falling back to "C".
        
        Change-Id: I606ecc01d37a0a9067a90e6dcce098009094493c

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [66ac0e2c0fd6068688b304abcc03399818eaed03]

        Just include rtl/locale.h
        
        Change-Id: Ida509af3632bf6dccc139c770bd3cbdee7b71fca

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [46b8d2b78a95b8ff7d0f6c63a4d716a7be4dd2a1]

        Mark rtl_locale_get/setDefault as deprecated
        
        unused in LO itself since 73bda5058bcef6be9a3185aa46375c7b147ffa22 "ditched
        rtl::OLocale"
        
        Change-Id: I6fd713f4771d7a7a397ef08002d1b9d754417f67

2017-03-21  Michael Stahl  <mstahl@redhat.com>  [b84fbee2472504fd600a6d7ac9a1131c7cddf8d4]

        sw: those should be asserts
        
        Change-Id: I2785b1d98307a19666ad3aabf3bbaff19a9d0a6e

2017-03-21  udaycoder  <udayanbaidya@gmail.com>  [68bd686b2ca62602fd4b580b905baaa0a04d1f3c]

        tdf#96505 - Get rid of cargo cult long integer literals
        
        Change-Id: I56fbc7cd9c879b18ac65c5e6adf80f01c6b95b84
        Reviewed-on: https://gerrit.libreoffice.org/35176
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-03-21  Tor Lillqvist  <tml@collabora.com>  [fc6d65e75e742a483b14d1a6c1c9b65d48683aad]

        Bin noise comment
        
        Change-Id: I7367d494143901c9b78349682f07cc292d1d64ea

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [9871f1eee320bca222af909a33b446ae70167883]

        Make PDFDocument::ReadKeyword work at end of file
        
        If the first ReadChar fails due to EOF, ch would be used uninitialized.  If the
        second ReadChar fails due to EOF, the SeekRel(-1) shouldn't be executed.
        
        Change-Id: Ibf99539a3a8880a77653bd7576721104f9782e36
        Reviewed-on: https://gerrit.libreoffice.org/35504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-21  dilekuzulmez  <dilekuzulmez@gmail.com>  [e73505fe0fb44075b462a20a3b2091063db5e1b3]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Change-Id: I6bda2915547980b33d059257c8dbd65f181f9f16
        Reviewed-on: https://gerrit.libreoffice.org/35291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

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

        ofz#923 don't crash on missing shell storage
        
        Change-Id: I689fcf6b82d5df8121c1bb4ca1a92bf0f145d7f5

2017-03-21  Caolán McNamara  <caolanm@redhat.com>  [63a9cca54e589bfeff3f6214fc63e010f5662c1c]

        fix indent
        
        Change-Id: I6facc99a16c29275771f46d397162bcd4f4a27b0

2017-03-21  Julien Nabet  <serval2412@yahoo.fr>  [7dc9761753a1f04f0791d43ceaff8a44d269cea7]

        cppcheck: alloca (vcl/i18n_status)
        
        Change-Id: Ib36fc229ab4d4a349f11abe0fc7b6d02163d7f14
        Reviewed-on: https://gerrit.libreoffice.org/35409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-21  Caolán McNamara  <caolanm@redhat.com>  [3ff957b0a45a1c7a2666103a6a6783e69de3446c]

        duplicate rational::operator*= into tools
        
        for modification, no logic changed intended in this step
        
        Change-Id: Ib41051a83bc9e37677d765e51e9f56cede0efb3e

2017-03-21  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [0a0f205775807d63e7f6dd910de368bb12b11a49]

        tdf#105686 - fixed wrongly imported named expressions:
        
        It is necessary to extract and set ODF version for fast
        events also.
        While debugging I found a couple of tokens which were
        not in the list, and added them (not needed for bug fix).
        
        Change-Id: I7aaab99688a067ee2fd2c9814deec1a359a758ab
        Reviewed-on: https://gerrit.libreoffice.org/35410
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-21  jan Iversen  <jani@libreoffice.org>  [4e26af2df9d26aba83f61ba7ea0fbe876d4ed288]

        ios LibreOfficeLight FileManager actions
        
        Adding dialogue handling for filemanager
        
        Change-Id: I9db782e04f80f18421be23e158034a80497d8b12
        Reviewed-on: https://gerrit.libreoffice.org/35489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-21  andreas kainz  <kainz.a@gmail.com>  [2d7159501ecb500e662d32401e10ef65e7e8ea98]

        add icon for uno.signature and uno.MergeDocuments
        
        Change-Id: I1bc2bb232f9b1d7724b55a9e388150ea83af49f3
        Reviewed-on: https://gerrit.libreoffice.org/35330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-21  Pranav Kant  <pranavk@collabora.co.uk>  [551e86ff278d4608a54d311f387ca57ef4732000]

        tdf#106382 - Fix incorrectly shown change tracking comments in dialog
        
        First item in the array is treated as the number of fields followed by
        their widths. There are only 4 such fields in case of writer, not 5.
        
        Change-Id: Iff6f21b54b73d4395d64d83f2acf1de2a19a251e
        Reviewed-on: https://gerrit.libreoffice.org/35484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-21  Philippe Jung  <phil.jung@free.fr>  [60d1f712f4d130843516f159620ece9a1cb6d87a]

        Add script to list dispatch commands
        
        from https://wiki.documentfoundation.org/Development/DispatchCommands
        
        Change-Id: I996f3585bbbb18eb4b425cdd807f15d848cced36
        Reviewed-on: https://gerrit.libreoffice.org/35337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-21  Jan Holesovsky  <kendy@collabora.com>  [89f5bb3cbbddd0b7b815ddd96f25500a9ff78e8b]

        lok: Fix crash in paintPartTile() when the current view was destroyed.
        
        Change-Id: I59b71ee6815cbcfa4c8b5f68ae6dc9299856d49e
        Reviewed-on: https://gerrit.libreoffice.org/35494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6e62dc0dc2b284c825f1182a67bb2f9259a30ce]

        tdf#106492 DOCX export: fix duplicated section break at doc end
        
        There is always a section break at the end of a DOCX document, so in the
        rare case when there is no text node between the end of a Writer section
        and the end of the document make sure no duplicated section break is
        written.
        
        Change-Id: I3fcd852c1a63e2d707822ad08603e2d37386e439
        Reviewed-on: https://gerrit.libreoffice.org/35499
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-21  Michael Stahl  <mstahl@redhat.com>  [63f7da77985674ddf59bb566bdada9c41893e822]

        tdf#106377 sw: fix Undo of delete of ToXMark from dialog
        
        The problem is that SwUndoResetAttr and the SwHistorySetTOXMark by
        design only insert the SwTextAttr, they don't insert the dummy char of
        a SwTextAttr that needs one, like the ToXMark does if it marks a point.
        
        So just change SwDoc::DeleteTOXMark to create SwUndoDelete instead.
        
        Change-Id: Ic1eebac4cf859771a6032bffb2fd8e198aa08084

2017-03-21  Caolán McNamara  <caolanm@redhat.com>  [155b1bc18a180dc036d61eb98184737058b84b8a]

        ofz#908 faster to scale a monochrome bitmap than a non-monochrome one
        
        so if both are wrong, correct depth before scale
        
        Change-Id: Ia0b6a194e14072a6f73f23e16ec640e0e1d34cf0

2017-03-21  Caolán McNamara  <caolanm@redhat.com>  [4753e83f2e06175c1a02d239bddb6eb03f4c531b]

        ofz#891 catch exceptions harder
        
        Change-Id: Ieec895533c8220bb03164489a3e268defb4a8899

2017-03-21  Caolán McNamara  <caolanm@redhat.com>  [73f81f714c42f0c03290657cbf2116263d0cbc80]

        ofz#922 support avoiding config
        
        Change-Id: I133b3881ea0b21fdb972342e8107e28bbf1727dd

2017-03-21  David Tardon  <dtardon@redhat.com>  [01946cc7ae7f10e84a2c0eebeb44ee847e6d95b4]

        fix and enable test
        
        Change-Id: I309b74c19ea076157d1c0b9c0c817ab4055512c3

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

        valgrind: uninitialized reads
        
        Change-Id: Ia1e821d1e323d85c65484c980be09f015af6517b

2017-03-21  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [9f9e861c6d168e8318b9cdc761a387b0d650e5c0]

        Old-to-new mapping of attributes is moved into a Module:
        
        This should make it easy to reuse the mapping code wherever
        necessary and restores the loading of writerperfect documents.
        
        Change-Id: I505bffa47fe37270b0430d9ae5afec5072762b4c
        Reviewed-on: https://gerrit.libreoffice.org/35263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

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

        ofz: leaks in animation nodes
        
        there's no dispose option to deal with circular references
        
        Change-Id: I11ad081ab7c98648b7ab87e138f54add04ab07fe
        Reviewed-on: https://gerrit.libreoffice.org/35488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [aa483c1d6f3edeccc7afc3329cbd66e361928e56]

        Does this actually want to check for alphabetic characters?
        
        ...instead of for non-alphabetic ones, as it does ever since
        14620c3b33cf0315a9b746a0a2418b78d6154821 "support import of key shortcut for
        macro ( Excel only )"?  Things that suggest that that was a typo:
        
        * The preceding comment.
        
        * The fact that ooo::vba::parseKeyEvent will throw an exception for most input
          of the form '^' followed by a non-alphabetic character (see parseChar in
          filter/source/msfilter/msvbahelper.cxx).
        
        (Found when auditing uses of <ctype.h> is* functions.  See
        d8ce3f60bad3ebaa0888b35f85ab1a211714bb14 "Fix ooo::vba::parseKeyEvent" for
        replacing isalpha with rtl::isAsciiAlpha here.)
        
        Change-Id: I6b133c51da64192ec6aef712579ad6f55aae3b1a

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [10b8a729031f9d940344532622a2ccfdbde67fac]

        New loplugin:unicodetochar
        
        Change-Id: I279fe1dec196b6e1e551b4f6aba77f24e3f76ab7

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [d8ce3f60bad3ebaa0888b35f85ab1a211714bb14]

        Fix ooo::vba::parseKeyEvent
        
        Use rtl::isAscii* functions (correctly operating on OUString elements) instead
        of truncating OUString elements to char and then using <ctype.h> is* functions
        (which, in addition, for one can cause UB for char arguments when char is
        singed, and for another can be locale-dependent).
        
        (Found when auditing uses of <ctype.h> is* functions.)
        
        Change-Id: I826aec92b18bd5dba72ceb69ff88c477d6ebd44c

2017-03-21  Stephan Bergmann  <sbergman@redhat.com>  [e6ce64b1d7d7a0e451af567360cdaf27079258c9]

        Only need an OStringBuffer in number2PolyPolygon
        
        ...so that later passing the OStringBuffer's aNum[i] to
        createSevenSegmentPolyPolygon (taking a first parameter of type char) doesn't
        need to implicitly convert from sal_Unicode to char.
        
        Requires addition of some missing OStringBuffer-related function variants in
        rtl/math.hxx and rtl/strbuf.hxx.
        
        Change-Id: I79e6b2a791abc62b6556a6668e4411cced490c11

2017-03-21  Szymon Kłos  <eszkadev@gmail.com>  [5a5889d1e1bd17c16930b2132d8c2674fb7fa05a]

        Notebookbar: correct initial icon size
        
        Before this patch initial icon size
        in the NotebookbarToolBox was determined
        by Sidebar settings not Notebookbar
        
        Change-Id: I66ac709c606ef60fb3505bbbe51dfebbcc81d20c
        Reviewed-on: https://gerrit.libreoffice.org/35493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0a8612f8b893b9510e083dbb9f01077d0ba1c017]

        tdf#106284 Sifr icon accidentally included an opaque background
        
        Change-Id: I0c101765eb3a8bde3cf63e8d9653143e56786063

2017-03-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0026125ab60d98cf6705e5d89e2f87575b5d337]

        uitest: log when we execute a dialog
        
        Change-Id: Ibf3e739ce096dd7326325eb2010bf89630993dbd
        Reviewed-on: https://gerrit.libreoffice.org/35496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce786b9115b5f6d158bfa62d8ccca4ddf38a9630]

        uitest: only log actions for elements with the focus
        
        Change-Id: Ic480f0d2c5749f3b32a873fc7695394becbebfcc
        Reviewed-on: https://gerrit.libreoffice.org/35495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-20  Regina Henschel  <rb.henschel@t-online.de>  [386748d514fe1c84e4d373b828841308580665a8]

        tdf#99617 convert powerpoint angle to degree
        
        1 powerpoint angle unit = 1/60000 degree
        Roundtrip test not yet possible because of tdf#106002.
        
        Change-Id: I5854c4f9f013f1a2db7e9536fc9cf5198c7a02ed
        Reviewed-on: https://gerrit.libreoffice.org/34279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd5f85910e6103ffa3ffbc70e9c60a0f8dc4b427]

        uitest: start to log key input
        
        We need to disable this part in release builds.
        
        Change-Id: Ica57f8aca1ffb5f7938ab82ef8b888a8d6d6101a
        Reviewed-on: https://gerrit.libreoffice.org/35450
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-20  Stephan Bergmann  <sbergman@redhat.com>  [231070fc9c94411e5a5feacc7b375886b8a904a2]

        Adapt README to MD5SUM -> SHA256SUM change
        
        Change-Id: Icd7d15c342de28b664295916a92023feca9f219c

2017-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [396f251191b83ed1f45431a2c299e0954fbaae40]

        desktop: fix Android -Werror=unused-function
        
        Change-Id: Ic10dbd44e13df8e79d6b64c14291a40238c14a4e

2017-03-20  Matthias Freund  <matti_lx@secure.mailbox.org>  [6b0e3e23f6bec2a4985327b327f9e454b67a5215]

        tdf#75256 Sifr icon update
        
        new icons
        
        Change-Id: I966c962f56608371d8b8127f60e2526d4ea626a9
        Reviewed-on: https://gerrit.libreoffice.org/35444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-20  Stephan Bergmann  <sbergman@redhat.com>  [559bb1420cd7fe699e139e20ea3b4205b9e6937d]

        These files are called unorc on all platforms
        
        Change-Id: I49f4f8361dfd93a788faa7c0de88bf954d3d3574
        Reviewed-on: https://gerrit.libreoffice.org/35485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-20  Michael Stahl  <mstahl@redhat.com>  [f22dbb10abbb2d02a57f9fee42a3c95f99277899]

        download.lst: remove orphan JPEG_SHA256SUM
        
        Change-Id: I1cf0c0a3097a146e7dcf731cd52686fd68e3782c

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [075889bf851b4e7d742f0f31005ac7c0d8ea81d7]

        reject more invalid mapmodes
        
        Change-Id: I068968028b3ed27dc6220bfd335e322ede74454d

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [2ee7ad015147de33c172677b70a120f45f2e794f]

        Resolves: ofz#820 an exception is an acceptable outcome
        
        Change-Id: Ifc5be483387202c371596fd52f1e2ce682151ca8

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

        ofz: reduce jpeg mem limit by 1/4
        
        Change-Id: I136cca9465debc4bc26e2173f050eb253de1a698

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

        BitmapEx::Convert testing has served its purpose
        
        Change-Id: Ib4bce41b07dd1bbf97a7cd9b0a64132b915998ab

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [1603f343049843dc1aa94fe0dc076597d2b692a2]

        ofz#918 invalid mapmode
        
        Change-Id: I9512bc482242f03590c92c4286947e3ab824b8a2

2017-03-20  jan Iversen  <jani@libreoffice.org>  [4ba483beccc99d336d0e0bec47b5fd6823b16c16]

        ios retired TiledLibreOffice.
        
        Retired TiledLibreOffice, replaced by the prototype.
        
        Newer development takes place in LibreOfficeLight
        
        Change-Id: I170ea49086f860bda9c86aaa8ca7de00907dad67
        Reviewed-on: https://gerrit.libreoffice.org/35483
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

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

        Related: tdf#106577 extend damage rect a little for TrackFrame
        
        Change-Id: I007ab53ba841c7c4a0f13bc9e7e306e88303191f

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

        tdf#106577 cairo_mask pattern affects more surface than expected
        
        Change-Id: I7f967c401f7b84fd696fa4cf8a944f7a5730917c

2017-03-20  Stephan Bergmann  <sbergman@redhat.com>  [36b4b0fb8c9a3499cfd2f05687ff30c2bfa13706]

        Fix CurDir on Windows
        
        * Allow lowercase argument.  (And properly check the sal_Unicode value with
          rtl::isAsciiUpperCase instead of with isalpha, which would cause UB for values
          outside of unsigned char + EOF).
        
        * Use _wgetdcwd to get a UTF-16 path in the first place (instead of erroneously
          converting via createFromAscii and assuming the path only contains 7-bit ASCII
          characters).
        
        * At least with a MSVC 2015 Update 3 --enable-dbgutil build, a call like
        
            CurDir("A")
        
          for a non-existent drive A will cause a failure message box
        
            Microsoft Visual C++ Runtime Library
        
            Debug Assertion Failed!
        
            Program: ...\instdir\program\soffice.bin
            File: minkernel\crts\ucrt\src\desktopcrt\misc\getcwd.cpp
            Line: 225
        
            Expression: ("Invalid Drive", 0)
        
          though, which appears it can't be intercepted---trying with a
          _set_thread_local_invalid_parameter_handler around the call to _wgetdcwd
          didn't have any effect.
        
        Change-Id: I666f84b0695152c0f2c25de3bae100e58929594a

2017-03-20  jan Iversen  <jani@libreoffice.org>  [028ef4748e53aa8f72c6464ce6bbeeb28c61d30c]

        LibreOfficeKitInit.h modified to avoid ODR.
        
        As discussed in IRC, the prev. version would cause an ODR
        
        the use of _cplusplus have been changed to IOS_SWIFTCBRIDGE
        
        Change-Id: If18610858cb56780347bb28f909619db4aac85b0

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5d8be3271eeb806bde0f1d5ecdb53256284e555]

        ubsan fix after "drop GetId() from SfxUndoAction"
        
        bug introduced by
        commit 64ea8306b0ceb001132ac9cbc945a12afc01b8cd
        drop GetId() from SfxUndoAction
        
        Change-Id: I75b23650c7dc15fc76fe1b9118129ff8ead35315
        Reviewed-on: https://gerrit.libreoffice.org/35333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Stephan Bergmann  <sbergman@redhat.com>  [545ad8320643fa3d000f7eab3938d0576304630b]

        Fix version number in scp2-generated version ini-file UpdateID variable
        
        USERDIRPRODUCTVERSION is stuck at 4 now (as its main use is for the version
        number of the UserInstallation directory), so use LIBO_VERSION_MAJOR instead
        (like generation of the version ini-file counterpart for instdir/ does in
        instsetoo_native/CustomTarget_setup.mk).
        
        Change-Id: Ib87536d335487383940cff2f69c864a33f05bbee
        Reviewed-on: https://gerrit.libreoffice.org/35301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-03-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e503a69e962bf1b39104e3df91b452702a62aa0e]

        don't check safe mode on Android
        
        Change-Id: I2ebd3ad3783cd0bb0236574edb1cb428c522aed3

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [66067b845ba5c1de0d5acae3797c36b7d12ce7b6]

        only toggle debugs on down, not also on up
        
        Change-Id: I6eb7dfd60ca855a9d4b939f4fd186e7037a1a3b4

2017-03-20  jan Iversen  <jani@libreoffice.org>  [ffeb6227aebef6e9ed81d468d31f9ae8dc3462ba]

        ios LibreOfficeLight, FileManager
        
        Online consist in reality of an independent FileManager
        and a DocumentViewer. Adding a FileManager that "knows"
        ios specific fileHandling.
        
        Added UI dialog (storyboard)
        
        FileManager consist of 2 parts, a FileManagement class
        connecting to IOS (will later handle differencies between
        local storage and iCloud) and a FileManagerViewer giving
        the user a UI to select files.
        
        Change-Id: I30b4eafe48a3396c100e7475ba7118f0ee2de73d
        Reviewed-on: https://gerrit.libreoffice.org/35451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1eb1b6e845a7772d51755ec060300a8b746d9ff]

        sw: prefix members of SwTableBoxNumFormat
        
        Change-Id: Ie5f9740f5022230d85aafb8a2921396d03abe1df
        Reviewed-on: https://gerrit.libreoffice.org/35453
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [879aa0f71d98969f6bf2e540f1e95c7c9e0e05bf]

        Resolves: tdf#106612 fix double click in draw/impress navigator
        
        Change-Id: Ic4b08c6e5cd430b5278bdc2cb7f1205bba160740

2017-03-20  Stephan Bergmann  <sbergman@redhat.com>  [75b079201b479fbc448f41427106a52b4e06e445]

        Fix HAVE_CXX14_CONSTEXPR check for (at least) Clang 3.9.1
        
        ...which appears to happily accept complex C++14-style constexpr function
        definitions, and only complains if such a function call is then used in a
        constant expression context.
        
        Change-Id: I8f7efd7f0af7b1b98d78840cebfeda8bc96e15d0

2017-03-20  Tor Lillqvist  <tml@collabora.com>  [2609f36ec58f1b5910bb621d963d1be72e5bf9ca]

        Don't hardcode the basename of BUILDDIR as "ios-work"
        
        Change-Id: Ie74c3bdb9a83ab4310b7f7d02bf9c60601fc0494

2017-03-20  Caolán McNamara  <caolanm@redhat.com>  [91e6638708c3a615f19b9018fd57e5d7a09fd08d]

        ofz#912 support avoiding config
        
        Change-Id: I10bef028badc1a3d1d96adaa1757fa7d9c6d2dc8

2017-03-20  jan Iversen  <jani@libreoffice.org>  [d66eeb502c4b393229c0b53f72df1b6ef4554490]

        ios LibreOfficeLight lokit
        
        Moved protocol comments away from the source file
        base on a suggestion in IRC.
        
        Change-Id: I4d6939c267a33b0d782278a80a3cf116075588e2

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [17e872c3fa87bb596ec8b263b7a2e692b927dcef]

        remove unused defines from HRC files in svx(1)
        
        Change-Id: I2f4c3158123892f1c059c3794f106e883d78a1ed
        Reviewed-on: https://gerrit.libreoffice.org/35326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [4307643b2fa1f2cdc2bf087ab2285a8557d61bec]

        remove unused defines from HRC files in misc(2)
        
        Change-Id: I6d27c03925e7756022c3e343c0873c4dd1dd90dc
        Reviewed-on: https://gerrit.libreoffice.org/35324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e604ddfd1196c877ddce603dca15f9a5228497e0]

        remove unused defines from HRC files in svx(2)
        
        Change-Id: I5361faaaf7fcfc1992919b1fb687b436470ed6a8
        Reviewed-on: https://gerrit.libreoffice.org/35334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a386915e51c54901d2e6cb77b615de33f3c9fa18]

        remove unused defines from HRC files in sc(2)
        
        Change-Id: I368abd0c39151c65ac8f0d56cbb6f2c498131534
        Reviewed-on: https://gerrit.libreoffice.org/35322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [d99d143900081dd14e070c7373ba204739d80496]

        convert RndStdIds to scoped enum
        
        Change-Id: I029ad67dfcbc40f3953adf485957efcbd97f23d0
        Reviewed-on: https://gerrit.libreoffice.org/35328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8e5437ea859e78f7de2730bfa60ab6d27534f286]

        impower test case - repair
        
        Change-Id: Iada2cf246b46c316c3127a27fced6569704d7a9b
        Reviewed-on: https://gerrit.libreoffice.org/35446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-20  Takeshi Abe  <tabe@fixedpoint.jp>  [fdbf7aa4f04c66ab84b7069c04534ed789db25d6]

        starmath: Assert a precondition of DoBlank()
        
        Change-Id: I9e2d7dc5d209559b9cacb4315610431ebd1df717
        Reviewed-on: https://gerrit.libreoffice.org/35419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fd7b49308e296097355c38922fbb766d439fa74]

        uitest: start logging the actions on UI elements
        
        Change-Id: I9d82cb22dcbd15c92564c740b1c7e08484f1dd65
        Reviewed-on: https://gerrit.libreoffice.org/35449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dade97c9186bd70ec7aefe7e06f54fda11968fec]

        uitest: use the new ui test logger also for the UNO commands
        
        Change-Id: I220b817df82cd0f26f6d8b72a28b7becfd954461
        Reviewed-on: https://gerrit.libreoffice.org/35448
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26ee34d1332e164cf938fcf78902df7d0cc3fe8f]

        uitest: add logging for UI actions
        
        The long term goal for this logging is that it generates content in a
        DSL for the UI testing. The generated file can then be interpreted by
        the UI testing and replay the interaction with the UI.
        
        For now the plan is to have a readable output of what happens in the UI
        layer that allows to quickly transform it to a UI test.
        
        Change-Id: Ic536db766e41d03d048c920f6d551047af6fbb74
        Reviewed-on: https://gerrit.libreoffice.org/35447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2356bfdb1b99a93fcb35fefc0f587158e7d160c2]

        uitest: add a way to log the UNO commands
        
        Change-Id: Ibbf7fd8e44b0be82e496eab6d98468f03038e60f
        Reviewed-on: https://gerrit.libreoffice.org/35441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [382f9f744652d6ae1482910ec62513d6ea94863c]

        tdf#106317 bottom tabbar, grow/shrink font, insert line,rect
        
        - added some initial implementation of the bottom tab-bar, which
          has 3 tabs - character, paragraph, insert
        
        - insert has not (completely) working insert line and rect shapes
        
        - add ability to shring/grow font as alternative to select its size
        
        Change-Id: If039f985403a8155d1e011953043f2979b4bfa91

2017-03-19  Mert Tumer  <merttumer@outlook.com>  [088fb93a7b178b076d293d15c049132ba2975a26]

        tdf#106369 added toggle status ability for the list buttons
        
        Change-Id: Ic3132441bac57abf36e3588e6871c5b14a47c25d
        Reviewed-on: https://gerrit.libreoffice.org/35427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-19  Caolán McNamara  <caolanm@redhat.com>  [ed42442cf88ab79a333ac182076949afe30737d4]

        ofz#909 timeout on converting gray scale jpgs
        
        but we can remove the whole setting pixels one at a time
        because the format matches N8BitPal, and typically that's
        what we're writing to anyway, so a direct copy will do
        
        Change-Id: I91c72ec37055eb064d84461ac89b6bf171ef8d79
        Reviewed-on: https://gerrit.libreoffice.org/35442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-19  Caolán McNamara  <caolanm@redhat.com>  [3f243471b57761ea523a19d5c717d06752aa2aa4]

        ofz: segv on nullptr
        
        Change-Id: I5ec64411b101972ddd150a782b845d4f790ea873

2017-03-19  jan Iversen  <jani@libreoffice.org>  [941ef397e9267f7ca7fac8b2133272f3655ec460]

        ios LibreOfficeLight, tokenize
        
        Add general tokenizer for parameters.
        and WebWiew to host JS from online
        
        Change-Id: I5bb419c18d239d6d88fa17078c079420aac58931
        Reviewed-on: https://gerrit.libreoffice.org/35438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47d4f6252df2ec3cc9f7363ce37e043dcec20f2e]

        add test for tdf#93151
        
        Change-Id: Ia51c50d29b4790d88e8b8e4b0708d6995d4226f7
        Reviewed-on: https://gerrit.libreoffice.org/35440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b878718b90fe10a0c9a41777ebb8b22330bad3b]

        uitest: allow to specify a different configuration for tests
        
        Change-Id: I29dec3237c46007a5c3dce02d70052a4891ec73f
        Reviewed-on: https://gerrit.libreoffice.org/35439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-19  Julien Nabet  <serval2412@yahoo.fr>  [7b3825c66e7a7d7430404637261c41fd1ef0fbf8]

        Typos
        
        Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f
        Reviewed-on: https://gerrit.libreoffice.org/35435
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  Stephan Bergmann  <sbergman@redhat.com>  [00b54bd32c0780f945fd99f97df3e448b41b5afe]

        scp2: Removed unused Directory items
        
        Change-Id: Ib095e8eb9f9b79864f6a50557994f4d24f0bd2a4

2017-03-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e39bc37250c325347bb780e62f21457816f35974]

        Updated core Project: help  58fe67c610ff2f7e67266424cb657129e3311975
        
        Update references to Apple’s computer OS to “macOS”
        
        I know the capitalization is ridiculous, but that’s how they write it now.
        
        Change-Id: I8043b41353a327dfe1ef19636ebb1573e6a11107
        

2017-03-19  Stephan Bergmann  <sbergman@redhat.com>  [fbcdca2becb4eee0825697efffba14b5796ade6d]

        tdf#87075: Filter out unused directories from FILELISTs
        
        ...so that on macOS dictionary extensions don't pollute LibreOffice.app's
        Contents/Resources/extensions/ with empty directories (that would then show up
        as phantom extenions in the Extension Manager).
        
        Change-Id: Iacff73e931885cde0fe507e384de80e9bd38d475

2017-03-19  jan Iversen  <jani@libreoffice.org>  [6aa9d41a0d0c45346cfe84cf903057d812815c20]

        ios LibreOfficeLight clientCommands added
        
        Add connection between client commands and LOKit.
        
        Change-Id: I2593b3c0b7a82612924bf63c3be85963f5a20d32
        Reviewed-on: https://gerrit.libreoffice.org/35434
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-03-19  Julien Nabet  <serval2412@yahoo.fr>  [b5bef1f7d5edb68a7609c2d003955461bfa9c5aa]

        Typos
        
        Change-Id: I13020539fe121151e884a90d72d47788fb3ae65c
        Reviewed-on: https://gerrit.libreoffice.org/35436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [38e6da9f23a29d297701a35b213b7b38c4f67bda]

        impwer testcase - repair buildbot error
        
        roundsig(, 15) -> roundsig(, 12)
        
        Change-Id: I5b9b09f136fc1cf0c1842a4767ee4e2b9f8b45b5
        Reviewed-on: https://gerrit.libreoffice.org/35431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-19  Julien Nabet  <serval2412@yahoo.fr>  [0a57e51f410eda8e5d27a95a8d0ae5124fcc7496]

        Fix typo for "expression"
        
        Change-Id: Iad0728fe53912d85ee40ef1b39d476a47aaad2d2
        Reviewed-on: https://gerrit.libreoffice.org/35433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  Julien Nabet  <serval2412@yahoo.fr>  [fa7e3d389f64e051bd3a1f4cde4f938bd324051f]

        Fix typo to have "NEEDS_QUALITY_PARAMETER"
        
        Change-Id: I7621c171ede3bbfc49fc2298f793473f10f21175
        Reviewed-on: https://gerrit.libreoffice.org/35432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  jan Iversen  <jani@libreoffice.org>  [c1f46c54a62030efb93443c025487d2caade5b9c]

        ios LibreOfficeLight LOkit integration
        
        Integrated LibreOfficeLight into gbuild.
        added lo.xcconfig and Resources (needed to link with LO and run LO)
        added swift --> C interface for LOkit
        add known commands from JS client
        
        added C++ condition in LibreOfficekitInit.h (inline no good in a C file)
        
        Change-Id: I19ebe8912546408bf701c96c0c63541d6e37cad8
        Reviewed-on: https://gerrit.libreoffice.org/35430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [7a2f07c4bd5d26657593044dd441ba5fd168e5de]

        Use just geParameter instead of hasParameter + getParameter
        
        getParameter returns and empty string if the key is not found,
        so we can just avoid searching twice for the same key.
        
        Change-Id: Ic48debce05fe94d8e087b64bde5a589e54bfb616

2017-03-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [e256519a629e88c624c52916f1c38f774cfd445c]

        OUString-related simplifications
        
        Change-Id: I2f4099410bcdb9e04583cd37bf63ef86ce81f7e5

2017-03-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [4a268ebc3f57f4e896bb53b8ca85747895739f24]

        Can return const OUString&, here
        
        Thanks to Noel Grandin for his suggestion.
        
        Change-Id: Ia0d9c46c03928e5551e766572c814f4e9ba6f278

2017-03-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [3563fef9566cdf2828605bcfcb75bd2c9db46c13]

        SfxViewFrame::ExecReload_Impl - remove written-only variable aURL
        
        Its only user was commented-out by commit 6c1be80980cbf02ecaf07996b1c2be5777f59124
        (2004) and then removed by commit 40fe03745fc75609350cf8115134eb07f04eefa7 (2010)
        
        Change-Id: I821a97275b79230e9e389a9b57c82110fa16aa8e

2017-03-19  jan Iversen  <jani@libreoffice.org>  [03feb950308bcbb26a7b1c52fa0ce820be9e6472]

        ios LibreOfficeLight
        
        start project with sidemenu and navigation
        
        the aim of the project is to provide an IOS prototype
        based on work from the online repo and added up with
        native swift work.
        
        The project aims at having a simple editor, where the user
        can correct typos etc. in complex documents. Sharing will
        be done using the iCloud drive.
        
        The project is a proof of concept, to replace the current
        android/ios viewers.
        
        The document will be presented using the webkit (available
        in both IOS and Android) and reusing the Javascripts from online.
        Thereby having one set of files to handle user interface for online,
        android and ios.
        
        The sidebar is intented to be used similar to MUFFIN (notebook bar),
        while the action is for save/print etc.
        
        Change-Id: I307a70b87e6367de2d22c1360a3e9cfa53d373a9
        Reviewed-on: https://gerrit.libreoffice.org/35376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-03-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [34ccc9c4866e10abe7d366c354dfadf4f2671bb1]

        Fix filename reference
        
        Change-Id: I0110d61bc9505a880e5e6e70d430eae1fab9aeff
        Reviewed-on: https://gerrit.libreoffice.org/35428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  Khaled Hosny  <khaledhosny@eglug.org>  [12490e743fadd9e1d509cdaeee67ccb15e024657]

        This can move out of the header as well
        
        Change-Id: I995ad7fb040e11363a70ee2b5cd88e068f06771c

2017-03-19  Khaled Hosny  <khaledhosny@eglug.org>  [550c6ed03a6d5d56ec23ce0d18d081b03226f539]

        Typo
        
        Change-Id: Icdcf060b8e6d5ecbb08a1915261687026d674c0b

2017-03-19  Szymon Kłos  <eszkadev@gmail.com>  [2cfc214c6bf86e82b6dc742320c38561982ec3c5]

        Notebookbar: transparent icon for breeze_dark
        
        Change-Id: I01827e4064ed7b43a9d517cdd14716eeef4d054e

2017-03-19  Caolán McNamara  <caolanm@redhat.com>  [d433bb874abb2106c5fd4c160e088598dc9bcf62]

        sync with final upstream commit
        
        Change-Id: I7ebe6096a63f1da29523295b8065c998809e125a

2017-03-19  Stephan Bergmann  <sbergman@redhat.com>  [cffc082ec77b1511faaaab3397e9acb045b77c5d]

        loplugin:loopvartoosmall
        
        Change-Id: Ie83c881db64a857bb542ffc8e298f585f3880d73

2017-03-19  Julien Nabet  <serval2412@yahoo.fr>  [b3be89a02c8d90f4620cc16d1e386c6912904bd6]

        cppcheck: alloca (vcl/printerjob)
        
        Remove it since useless
        Add an assert to pBuffer
        Remove an useless variable
        
        Change-Id: Icac2bc6582ca6f2bebe628e9454b9212206b269d
        Reviewed-on: https://gerrit.libreoffice.org/35408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [fd697550825a091d9ee21c16ef25e011b1f201c4]

        update page breeze icons
        
        Change-Id: I0a2d92b8c5bdf1ab37f4ac4c4fe6ffa3ad066f2f
        Reviewed-on: https://gerrit.libreoffice.org/35416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  Caolán McNamara  <caolanm@redhat.com>  [cd3e18c2cfca66d2efdc7662bae38ce72a2f8d40]

        ofz#907 divide by zero
        
        Change-Id: I663761239efe195b2051cf4410eca2a3362e5de8

2017-03-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [47a9523f3fdc0bde2103e3c247fe9a74ab96af81]

        Fix typos + some German translations
        
        Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253
        Reviewed-on: https://gerrit.libreoffice.org/35406
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [6b9498c65b0a549e97c287439131759aac3abc1b]

        add titlepagedialog breeze icon
        
        Change-Id: Ic7d30eb0c5ab85cdd62fb7d07e3d22c8352af47d
        Reviewed-on: https://gerrit.libreoffice.org/35417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [b0ced895244bd7c727c3c50bc4d3c2e05c47074f]

        add tablenumberformatdialog icon for 32px Breeze size
        
        Change-Id: I0f93f3478b8320215ebf8ad4a6ea69182f62c51f
        Reviewed-on: https://gerrit.libreoffice.org/35399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [53bfc6de0db07036c8c27418e6eace55fbc4ff15]

        add entirecell for 32px
        
        Change-Id: I0b2e2cc3cad9835d4fb3e13c43eab626079d7d23
        Reviewed-on: https://gerrit.libreoffice.org/35397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [e6341a94852187893ecd5cde54c9eda33e93d2fa]

        update showtrackedchanges icon with addwatch
        
        Change-Id: Icbde59ec6f2b99560dc110a5f5d28a08d05fe71f
        Reviewed-on: https://gerrit.libreoffice.org/35378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  andreas kainz  <kainz.a@gmail.com>  [e1b9714aa8a6ac6833d3368303a1ef362aa1ccb4]

        add savemodified_extralarge icon to breeze
        
        Change-Id: I3ef5d0ef0d2d65478a281aca406ca14ecc075b90
        Reviewed-on: https://gerrit.libreoffice.org/35327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-19  Takeshi Abe  <tabe@fixedpoint.jp>  [70f034497b5ffb61e86d0814de94949e72a1908e]

        starmath: Make DoTerm() return the top of the stack
        
        without pushing it. Client code do it instead, so no logic changes.
        
        Change-Id: I7ea95b4bddc4e1ef7270cfe02d4f8ad3dc1f19d0
        Reviewed-on: https://gerrit.libreoffice.org/35400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d948d66509022befdb6e2c589859ca7dee9e5347]

        Fix typos
        
        Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085
        Reviewed-on: https://gerrit.libreoffice.org/35413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-19  dennisroczek  <dennisroczek@libreoffice.org>  [7e24cedb9eaf68c2b95296bf6352f94e2a60532e]

        fix typo/grammar: "the the" --> the
        
        * also removing pointless ASCII art (tdf#62475)
        * truncate ending whitespace in Doxyfile
        
        Change-Id: I59b012f41ac0d170216229da85a49aa41689dee5
        Reviewed-on: https://gerrit.libreoffice.org/35151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-19  dennisroczek  <dennisroczek@libreoffice.org>  [de084e09cfbf646703c80fd84cebb5978e1ca940]

        fix grammar/typo: defunctional --> nonfunctional
        
        Change-Id: I672ac5d22c79e63cafc6f9f9f31f69e82dedf342
        Reviewed-on: https://gerrit.libreoffice.org/35405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-19  Mark Hung  <marklh9@gmail.com>  [4cd1cd396a1ec189660f07ddcfee16c004d71a38]

        Remove GetVerticalOrientation declaration from header.
        
        Change-Id: Icedd82e7a0092c18e1ff5b4ad4be22f2a30c33e2
        Reviewed-on: https://gerrit.libreoffice.org/35384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [2667435ea5e6b73e58e57703b6fc3896e87eb370]

        vcl: have AcquaSalInstance use osl::Condition instead of oslCondition
        
        Condition is deprecated already, but there is no need for the
        AcquaSalInstance class to use the low-level C-API, when in fact there
        is a C++ fascade that calls on this via the C++ abstraction,
        osl::Condition.
        
        This will make it much easier to switch to using std::condition_variable
        in the future.
        
        Change-Id: Ic495c4120a59480bf50a8c5b73608874fc4228ea
        Reviewed-on: https://gerrit.libreoffice.org/35392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-18  Julien Nabet  <serval2412@yahoo.fr>  [96a9b38db5fd9c21bffe4274fa7d5083d4bc2ee9]

        Typo: sucess->success + "adminsitrator" fix
        
        Change-Id: I42fdb0a60b987af92e0433e7ff0e5754bc1da748
        Reviewed-on: https://gerrit.libreoffice.org/35412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [d1f3219e773f854c33b39a1fa1622def3282d8d6]

        tdf#104722: Align text correctly also during editing
        
        Change-Id: Icd21aa5be70adf6637bc20f7f511ff26d2955fc2
        Reviewed-on: https://gerrit.libreoffice.org/35415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-18  Caolán McNamara  <caolanm@redhat.com>  [4154b710ae4f4e0ee221042e3905469f3014f50b]

        use SAL_NO_FONT_LOOPUP for consistent results
        
        Change-Id: Ibdc0df66325b49fb24c8e59c86beb2875b0e200e

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

        noone cares about the return value
        
        Change-Id: I1f5e0ea481c39b92726812722d3f6f782f3cec9d

2017-03-18  Caolán McNamara  <caolanm@redhat.com>  [6889fa826eef6bd1074d77507818e71dfe8ba152]

        rework jpeg error handling to throw rather than setjmp to avoid leaks
        
        Change-Id: I00e5041db7dcfb71d646438f7fda538d90ce6223
        Reviewed-on: https://gerrit.libreoffice.org/35414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [78d3af7260e553b63f65befacbb40ac68d8b4ce5]

        Updated core Project: help  42188315ed1aef6b50e73b968da52739fdc9a76e
        
        We’ve recently stopped abusing the product logo for a UI element…
        
        … so its appearance-based description has gone stale.
        
        While I’m here, I’m fixing a preposition, word spacing and quotation marks.
        String changes are painful for translations, so this saves time.
        
        Change-Id: I56b2a9830e02f166af048a9900c26bdc59f79223
        

2017-03-18  Julien Nabet  <serval2412@yahoo.fr>  [4c2b298afc84be7558b3d7025c5c80e82c49b0ef]

        Use char instead of unsigned char
        
        to avoid some reinterpret_cast
        + prepare to replace some alloca calls
        + replace C cast by using plain char assignment
        
        Change-Id: Iff65b9a324ca1cc936c9effd2b3b71596d6e9b0f
        Reviewed-on: https://gerrit.libreoffice.org/35398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-18  Julien Nabet  <serval2412@yahoo.fr>  [68722bd4ba0442f95122ebf5505bc1ea548ce526]

        Typo: BimapPainter->BitmapPainter
        
        Change-Id: I2176e0050ca92de0f2effb7257dd7ebba2a4f439
        Reviewed-on: https://gerrit.libreoffice.org/35411
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-18  Caolán McNamara  <caolanm@redhat.com>  [7ceeae3823b0cf1496be1b0e191571bb463adc7f]

        ofz: floating point exception in values close to zero
        
        Change-Id: Idd8c7d4dd42c63f4f4a67ba61b9f3760ec04f2f1

2017-03-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1e02750ef22ff97d1819f96955be9bd25a0507b3]

        VBA tests - add CVDATE,CVERR,DATEADD test case
        
        Change-Id: Ib6b79eb3a3daf22dd4f15427a3e8547300f8b8f9
        Reviewed-on: https://gerrit.libreoffice.org/35403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-18  Caolán McNamara  <caolanm@redhat.com>  [7cf3f4d1d74d7954ea38133d6b73e047db33a6ed]

        ofz#891 an exception is an acceptable outcome
        
        Change-Id: Ia5939b81f6bc2d44a4966266a91ed14d4fafad2f

2017-03-18  Jean-Pierre Ledure  <jp@ledure.be>  [4436bef02b85d08c9280027d3637c79a956183fc]

        Access2Base - Get and set On... properties on dialog events
        
        The technique used on form, subform and control events
        is not applicable on dialog events
        Workaround now implemented
        
        Change-Id: Ie729e47e6f87f156536fd43ab4bfa36cb6ae35f6

2017-03-18  Caolán McNamara  <caolanm@redhat.com>  [23a7498fddf5b0f042deeede63c60334c06b787b]

        valgrind: uninitialized value
        
        and can use a simple vector here
        
        Change-Id: If27e881c4ae7a1a068fdbb1c0a689ecc78804095

2017-03-18  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [109210e5b71a4e0b6fcaae72be7ef8d7667f3708]

        Revert "Revert "Implement export and import of author field in fixed format""
        
        This reverts commit cae16645e17df6a1f87443c00b6abfd26dabd27f.
        
        Change-Id: If5b85beb53a0925909d537023879a7d86fa011cf
        Reviewed-on: https://gerrit.libreoffice.org/35391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
        Tested-by: Rosemary Sebastian <rosemaryseb8@gmail.com>

2017-03-18  Michael Stahl  <mstahl@redhat.com>  [198b6c16e78b3462217c9d8a0429459abe885392]

        Fix MSVC hang in ThreadPool::shutdown()
        
        This is the vclbootstrapprotector.cxx part of
        9899ffd244dd367ba69dffe1f21f4f0222064a46, which unblocks
        hanging unit tests on a number of VS2015 tinderbox hosts
        
        Change-Id: I6dcfd5a85c078953f0dc6fba0311d9e750f8ce5e
        Reviewed-on: https://gerrit.libreoffice.org/35393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-18  Julien Nabet  <serval2412@yahoo.fr>  [415059bddf329feaf3a7b769e70f8641bdfffca6]

        cppcheck: workaround nullpointer false positive with an assert
        
        Change-Id: Ib94d64ed5076b5603e99fa9632d25e85395b6ff1
        Reviewed-on: https://gerrit.libreoffice.org/35395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-18  Julien Nabet  <serval2412@yahoo.fr>  [468d2964e9c30df4cdbfcab000b1f513021a22d3]

        cppcheck: nullPointer
        
        Avoid to forget E_POINTER return value
        
        Change-Id: I1887d20c7d73dcd3c6ddc1287b6c1ad6c13dd69f
        Reviewed-on: https://gerrit.libreoffice.org/35394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [c154f9a0827dcc2fc69870198d368fa8ebb4cde2]

        vcl: change opengl gpWatchdogExt from oslCondition to osl::Condition
        
        Condition is deprecated already, but there is no need for the
        us to use the low-level C-API, when in fact there is a C++ fascade
        that calls on this via the C++ abstraction, osl::Condition.
        
        This will make it much easier to switch to using std::condition_variable
        in the future.
        
        Change-Id: I0d7fda22ad00a79767b68cd06f00decfc0555371
        Reviewed-on: https://gerrit.libreoffice.org/35390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [5198b4b8c7a7086753e499900b227e16f3d65340]

        vcl: make GtkData use osl::Condition instead of oslCondition
        
        Condition is deprecated already, but there is no need for the
        GtkData class to use the low-level C-API, when in fact there is a C++
        fascade that calls on this via the C++ abstraction, osl::Condition.
        
        This will make it much easier to switch to using std::condition_variable
        in the future.
        
        Change-Id: Iddd2cad0e1137c0b458ebe25b506d463847a6dc0
        Reviewed-on: https://gerrit.libreoffice.org/35389
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [396138719206d5033faaeaf09b88437cbb3480e7]

        salhelper: change oslCondition to osl::Condition
        
        Condition is deprecated already, but there is no need for the
        us to use the low-level C-API, when in fact there is a C++ fascade
        that calls on this via the C++ abstraction, osl::Condition.
        
        This will make it much easier to switch to using std::condition_variable
        
        Change-Id: Ia362666ff241293e143de0fa1dc0bc3a990bef82
        Reviewed-on: https://gerrit.libreoffice.org/35388
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [5ec1713ae5b177ae32970c7209cea55ee0041c5c]

        vcl: have SolarThreadExecutor use osl::Condition, not oslCondition
        
        Condition is deprecated already, but there is no need for the
        SolarThreadExecutor class to use the low-level C-API, when in fact there
        is a C++ fascade that calls on this via the C++ abstraction,
        osl::Condition.
        
        This will make it much easier to switch to using std::condition_variable
        in the future.
        
        Change-Id: I81e8530d42fe1451c4ca5bce998b13de0576bc4e
        Reviewed-on: https://gerrit.libreoffice.org/35386
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1e7d1f27217c0fe33009552bd6a0bc6523f821ed]

        Updated core Project: help  d0bd7a8b5d81eac901ad1b9840d4d83d1f1c85da
        
        I renamed this button a while ago…
        
        Change-Id: I18453f5bf0d9418a60733eaef01ac979ac89a937
        

2017-03-18  Khaled Hosny  <khaledhosny@eglug.org>  [6c0525ff453464525cf6f5f2778e55b32de20e01]

        Move the check to start, clearer this way
        
        Change-Id: I6c7626161d7f8ab8ee2a8a87eea470338861d80e

2017-03-18  dennisroczek  <dennisroczek@libreoffice.org>  [a87f678e7ba525c7725cd2f4cfadfb69bdcd4b34]

        fix typo: amd --> and
        
        Change-Id: I2905e8bbc659ab8a6344b172980d20455a67e87e
        Reviewed-on: https://gerrit.libreoffice.org/35319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [135cc026bcbf77ced58c7a8b85604edba7c2d5df]

        add test for tdf#95306
        
        Change-Id: I5f7b38eda7555f0d485318f1b43cf7c890260a89

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a22bec478a5fcb1423046d8d2f5d897aa9aa0440]

        uitest: add method to get the column object from a spreadsheet doc
        
        Change-Id: I594779ad7b3fe97a1055ad9c999fe6be126875fb

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21cc5084d5fdcedec7793dbf024552592a70324d]

        add test for tdf#105909
        
        Change-Id: Iba9922f40b4b72039f35371c42aa24bac52a8adc
        Reviewed-on: https://gerrit.libreoffice.org/35383
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [cf435712b300562b54d896ab9e0e953fac6e7067]

        osl: removed extraneous <BR> tag from conditn.h
        
        Change-Id: I7cfcef8b825ab1f0cc2fcd55bda19b2981a972d5

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [bda4fe043b8bd03d647bc9497fc271cd458ac91d]

        osl: test/uniquepipename.hxx use <> delimiters for headers
        
        Change-Id: Idabde42af4eed1000e32d605cf93f359ed218ff0

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [d8d9c9ef40c5f4f32404f0cdce3dfffea45541f7]

        osl: test/uniquepipename.hxx whitespace and end namespace comments
        
        Change-Id: Ib409a60061af4034132a0fbd83b85f58212a72b4

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a070d0d34763c83b4e957a7aee8b7f255a1d5519]

        extend the test for invalid names, related tdf#86214
        
        Change-Id: Ia47ed333ffc2cc9510f3f971ee5de93f2db7b908

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [224a8b3856ec3cbe6d9f864789184d49ecb8c8d8]

        add test for tdf#86214
        
        We should extend the test and check for all invalid names. At the same
        time this can be used as indirect documentation of the names that are
        not allowed.
        
        Change-Id: I9c8b760d49ce2bfe40158a9096246a75f727ff9d

2017-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58323be71c721e7eb4029c255e42be7061b61d73]

        uitest: add method to simplify sending CTRL+A
        
        Change-Id: I708cc0fdb416d3347e9e5c531d7720c902ec0a86

2017-03-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c16a4380fe6bdf6782ef706f4f92d904e0413820]

        remove EE_RESSTR preprocessor abuse
        
        Change-Id: I83b35c4e2d4275ac76a36bec03807be69a605c58
        Reviewed-on: https://gerrit.libreoffice.org/35370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [93412700af6a6f6b6caa645434b7f40c92a7615b]

        get rid of pointless EE_DLL macro
        
        Change-Id: Ide055b4c1c6d26e4ade1ceed0f3669c4cb7d8392
        Reviewed-on: https://gerrit.libreoffice.org/35369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

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

        jpeg_natural_order asan odr violation
        
        Change-Id: I0439ebed136d26847e0e0778446004dfe8e11291
        Reviewed-on: https://gerrit.libreoffice.org/35381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-17  Caolán McNamara  <caolanm@redhat.com>  [6e6e54f944a5ebb49e9110bdeff844d00a96c56c]

        ofz#889 readjust jpeg import
        
        Change-Id: I4e25db429b8dee9265ab2ad468c21cc34a50df6c
        Reviewed-on: https://gerrit.libreoffice.org/35325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-17  Caolán McNamara  <caolanm@redhat.com>  [2f1045a85970f2fc822f799a9a213fc533b740c2]

        tweak libjpeg to honor JPEGMEM and set it in file format testers
        
        Change-Id: I6660ccc68d3c82bf6118c2106a9293fd37e801ae
        Reviewed-on: https://gerrit.libreoffice.org/35283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-17  Caolán McNamara  <caolanm@redhat.com>  [dac990d646461c2f5a44596d5fd6231e4462c987]

        utl::TempFile can give a stream directly without bringing ucb into it
        
        Change-Id: I6ecfdaafc22f8fad68115465e18b1b1b7366fff6
        Reviewed-on: https://gerrit.libreoffice.org/35380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-17  Takeshi Abe  <tabe@fixedpoint.jp>  [c5f25a3835b9fa4ad4295fa3e6212bbc2311e23f]

        starmath: Add missing commands and tooltips to the Element window
        
        This partially reverts f645294d3959ab204ac0efb6619e74b5ba85efa6 thankfully,
        which told me which help entries were broken or lost.
        
        Change-Id: Id5a4e064aef32d32aed94fbccb0190d514f03c85
        Reviewed-on: https://gerrit.libreoffice.org/35318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-17  Mark Hung  <marklh9@gmail.com>  [cd6b70497180dbf0f3f78684e74702c993bbe449]

        tdf#106295 fix vertical orientation for fullwidth colon and semicolon.
        
        Chinese users would expect fullwidth colon (U+FF1A) and semi-colon (U+FF1B)
        to be Tu( transformed upright ) instead of Tr ( Transformed rotated ) in
        vertical writing mode. Make them exceptions of UTR50 when language is zh.
        
        Change-Id: If7d01199973d73136a621bf2f32377da76ccb22a
        Reviewed-on: https://gerrit.libreoffice.org/34980
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [2cdca5d32e0b2d1efb9241e4e03e15b20f28363b]

        SfxObjectFactory: directly store factory name as OUString
        
        Change-Id: I0779be1e4b344124514115c6645394d26ac09c36
        Reviewed-on: https://gerrit.libreoffice.org/35375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2017-03-17  Caolán McNamara  <caolanm@redhat.com>  [376ae93f488baab2957713f4fea72a42c91febf4]

        ofz#887 support avoiding reading config
        
        Change-Id: Ic7e0e65b15c7b6a01a10d6004230ad71a2d439d2

2017-03-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [b165f0f9cc358e6127f69227fc3e4f6428fe50c7]

        Remove SfxObjectFactory::GetShortName()
        
        Used in just two places, where GetFactoryName can also work.
        
        Change-Id: I8d498345c41aef520ef776a3deb6744cc64756f5
        Reviewed-on: https://gerrit.libreoffice.org/35374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2017-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6209ba6a8b5a2c9bcbd0d4f334e7d74acbde95f]

        vcl: OutputDevice::GetGlyphBoundRects()'s nIndex and nBase is always the same
        
        So keeping just nIndex is enough.
        
        Change-Id: I5d3a0e6b4a6ce1305a56cf50e7ff181a098f6412
        Reviewed-on: https://gerrit.libreoffice.org/35336
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [ba66f477a3db8afdc8d76283747d30e80d437a8f]

        Use SfxObjectFactory::GetFactoryName, again
        
        Change-Id: I653fdaa2564a97716e400b509eb7408ffe6050a3
        Reviewed-on: https://gerrit.libreoffice.org/35373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2017-03-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [b2c58d86127c802555b933d5c11e80bc308f54e6]

        Simplify same assignment in both branches of a conditional
        
        aTitle was assigned GetTitle() in both branches since initial commit (2007)
        Remove the (used just once) temporary, while at it.
        
        Change-Id: I0c6cb0ef8f720fea7f4105edf8233a2c64377e4f
        Reviewed-on: https://gerrit.libreoffice.org/35372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2017-03-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [b93a015f9bbed007a8800ef040ec2b6211d33858]

        Use SfxObjectFactory::GetFactoryName/URL
        
        instead of OUString::createFromAscii( GetShortName() ), in one case
        manually added to factory URL prefix.
        
        Change-Id: I762fc1bcd6dcf7246531816faad2682caf9133fb
        Reviewed-on: https://gerrit.libreoffice.org/35371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2017-03-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b224dadbca1c5a4906eb60b38bd60250a51d4730]

        drop upcasts
        
        Change-Id: I188cac932d34472c4e0adbc7fc31ff9f6f9e4898
        Reviewed-on: https://gerrit.libreoffice.org/35339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Szymon Kłos  <eszkadev@gmail.com>  [ede71324a2062ea11619c2b2e85b61f766731999]

        Notebookbar: transparent menu icon
        
        Change-Id: I042d7c4af0a65bec9ad908de7ed330b88afedc34

2017-03-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7ea2962e7697e73a29a3e77ca68d05a1a14b2ffc]

        VBA tests - add CSNG, CSTR test case
        
        Change-Id: I5e9bc24bb89cc634a3c01e8c8b23a19927e7010c
        Reviewed-on: https://gerrit.libreoffice.org/35341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [11ad608a1c1128bd75c85e52995804f9864ee803]

        osl: remove more comment cruft
        
        Change-Id: Idbad5816dcae188705e47408fe295cbae15a29a1

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [c3dfcb88c747ee1b2ca402ddbd48c82de4c316b2]

        osl: remove commented out code
        
        Change-Id: I106ced6554e6c64ce236b081a866decfc864026e

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [195e0fc1037906a7f02d2bd15dac98e5c4535d9b]

        osl: remove comment cruft
        
        Change-Id: Ie3061dcacc039b7915a62daa96dc741750c56fde

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [e7b30d24fd22d2ada74adcb4c058ee8b14a1d189]

        osl: I think we all know what a constructor and destructor is...
        
        Change-Id: I67c17606b2f9d93ec047aafa1bf6adffdbad4b40

2017-03-17  Stephan Bergmann  <sbergman@redhat.com>  [5e3cca7b0ae81e2467fb306c1c707f6f5ba7d284]

        More workaround for the MSVC "dllpublic base template" mis-feature
        
        (happens at least with a --disable-pch build)
        
        Change-Id: Id62b254e7835ab923955f0f6529bafa6825aa103

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [f6e4de5a810aaa6bad75832ff21c2d52611e3543]

        osl: add code tags to doublecheckedlocking.h
        
        Change-Id: I4218e710a10e5f6f4b44149603beadf3390b6102

2017-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [ece792ff5716992effdfd9db864d646e7c7ec0a6]

        osl: more doxygen changes
        
        Change-Id: Ic191ef5694cef24f030b8e1dba3e66d5e7fb3584

2017-03-17  Stephan Bergmann  <sbergman@redhat.com>  [4d9e28be5c3cfd4cfb32ba0d15400285d661d423]

        There appears to be no need to create a copy here
        
        Change-Id: Ibc0694150aff56c8fadf08d61e350933b245db46

2017-03-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [e700d4f987ca5b3403f8a7f05089371ffb8e4243]

        osl: remove some @return tags I missed earlier
        
        Change-Id: I0e34fc0bc8769968a656550803edc6fdf7634ea1
        Reviewed-on: https://gerrit.libreoffice.org/35342
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [cc9dddc935fcee47d391d8f914b19021a29d4c19]

        osl: use doxygen @code special marker
        
        Change-Id: If990a500a0794dbfce18c93a24be1d8e5703b12a
        Reviewed-on: https://gerrit.libreoffice.org/35332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-17  Stephan Bergmann  <sbergman@redhat.com>  [221935a5e6d8f510f3c8b8e4ca2350ddec818167]

        loplugin:staticaccess
        
        Change-Id: I255a5c3139f97dbef63dd4d3b0f47d64e6946bd5

2017-03-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [22750c14f2850281ca5235cc3c0a6d7c8a234fe0]

        osl: use doxygen @retval and remove HTML markup
        
        Change-Id: Ia0d0d6b0805612a26fcb3e1cf2f7d2555f7f98f1
        Reviewed-on: https://gerrit.libreoffice.org/35331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-17  jan Iversen  <jani@libreoffice.org>  [6bfb7aa4ef09eee32bd47c2f860546329de4ad98]

        ios, added Prototype project
        
        The prototype project is a minimal project, with
        LibreOffice kit.
        
        The purpose is to check if it can build, and be foundation
        for other projects.
        
        The project have been updated to use the newest xcode
        
        Change-Id: Iac277629bc749bcacb83fb056c70a9ec46c8156d
        Reviewed-on: https://gerrit.libreoffice.org/35286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-17  Stephan Bergmann  <sbergman@redhat.com>  [9e37ccf42a534664cadd43a08803061c48fc1a61]

        Get rid of some unnecessary macros
        
        Change-Id: I872dd72429eae8d183ea1ca8d76fb30b0e8be715
        Reviewed-on: https://gerrit.libreoffice.org/35321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-17  Maxim Monastirsky  <momonasmon@gmail.com>  [d920613f6733fdc5931b972177788eb3fbaee6c9]

        tdf#106458 Color widget should have same number of rows
        
        ... across different platforms/themes, so the standard
        palette will always fit without a scrollbar. For this,
        we must not hardcode some arbitrary fixed size, but
        calculate the size based on the number of rows of the
        standard palette.
        
        Change-Id: Ica1d615b43b350aece6b2c29a73337439dd05ac6

2017-03-17  Jan Holesovsky  <kendy@collabora.com>  [3d67719edab741d1a62a3efd2c4e6019957725e1]

        lok: It's not that important to skip some of the messages.
        
        More important is always to perform the paint.
        
        Change-Id: I392dd6cea4a5f43a646fca04d284b365b5fb5b78

2017-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [302f25890b5ec409a003db5ed412a3b9fdbfb430]

        xmlsecurity: hold SAXEventKeeperImpl by rtl::Reference in XSecController
        
        SAXEventKeeperImpl is the only implementation of the
        css::xml::crypto::sax::XSecuritySAXEventKeeper interface, and this way
        it's not necessary to cast to various interfaces explicitly at a lot of
        places.
        
        Change-Id: I25f76c88d5fefef42a6e8394a9d6de98c52b12c0
        Reviewed-on: https://gerrit.libreoffice.org/35317
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [707f59b224fda6a0377960476fe35bab32fa4bc1]

        remove unused defines from HRC files in sc(1)
        
        Change-Id: I7803a0564b2f7a2308bd7d009dbd300bec8a755f
        Reviewed-on: https://gerrit.libreoffice.org/35316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c68ac77770a642b89cbc7a5ecbb4ccb41fd53f57]

        cleanup double includes and declarations
        
        Change-Id: I770e09f48b1a3e8299f59a8e475ba3c18d436d7b
        Reviewed-on: https://gerrit.libreoffice.org/35312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-03-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7]

        cleanup itempool includes
        
        Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10
        Reviewed-on: https://gerrit.libreoffice.org/35313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [c627f4b92824a7c1900e54e8a66773f45e3766dd]

        remove unused defines from HRC files in various
        
        Change-Id: Ia1ba313d2438f04a84bcfcbbbcf6fffea5c1921d
        Reviewed-on: https://gerrit.libreoffice.org/35310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Pranav Kant  <pranavk@collabora.co.uk>  [56552630fe21a143ca243807f093ebb150a2de98]

        sw lok: Use unique redline identifier, instead of array indices
        
        Use a static integer counter as identifier to each redline
        
        Change few unit-tets that was testing redlines by using a hardcoded array
        index. Instead use these unique redline identifiers now.
        
        Change-Id: I63aec3fc8ab10d0dad0c936600d16e96999a2bcd
        Reviewed-on: https://gerrit.libreoffice.org/35276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9bbc74f1d9053cb3b950e0c14e0fae18f1b0257]

        remove unused defines from HRC files in extensions
        
        Change-Id: Idc98097d32c64c095bb735c8cb91b0ab368c8fa9
        Reviewed-on: https://gerrit.libreoffice.org/35309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [6bedab8bc353afe54e40aa88400f0cacd2002d6e]

        remove unused defines from HRC files in sfx2
        
        Change-Id: Iffe6508558795e059048acae2ca955a78d3e9d6d
        Reviewed-on: https://gerrit.libreoffice.org/35279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  aleksandar-stefanovic  <theonewithideas@gmail.com>  [b0005f4319acb0a5444453466f056d9b5b4c4a39]

        Made toolbar title use the name of the current dir
        
        It uses the name of the current directory, and if the directory is the
        root directory, it uses the app name instead.
        
        Change-Id: I1d8ac2545acb3e75be5b19fb5c208a8cb242de11
        Reviewed-on: https://gerrit.libreoffice.org/35201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [e74eade4c10aec0021337c585494329b82a65c02]

        remove unused defines from HRC files in connectivity
        
        Change-Id: I234acfe9aa489367a1691ca3669fabfd2e72eb01
        Reviewed-on: https://gerrit.libreoffice.org/35275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [6a1e6100283ed8da4668b3ac0830ec8a112dfea6]

        remove unused defines from HRC files in svl
        
        Change-Id: Ib8e45921593784cccd5ff29feba47b6953b860e8
        Reviewed-on: https://gerrit.libreoffice.org/35278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5a16eae7607a37d29a4524d8c91e0bc10a465c9]

        remove unused defines from HRC files in svtools
        
        Change-Id: I5d8a6a4fd232ef10644ae45174a07b30af789205
        Reviewed-on: https://gerrit.libreoffice.org/35277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [c20dc4433546522a75d7b756162a65637e285887]

        remove unused defines from HRC files in reportdesign
        
        Change-Id: If7d0b32742395e01bb979ffff9012161b0b7826d
        Reviewed-on: https://gerrit.libreoffice.org/35273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2a2b9b5cc98179b699a13f76323365431d862cd3]

        gpg4libre: Also show Infobar when signature is valid
        
        Change-Id: I5eb639d5cc298b595ccee71f00c1f2fc54867186
        Reviewed-on: https://gerrit.libreoffice.org/35287
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [807edd77e2df32d89703d5e550893b62d5973bc7]

        remove unused defines from HRC files in desktop
        
        Change-Id: Iae907966ef5bcde6b51aee8a987213c6c831bdc1
        Reviewed-on: https://gerrit.libreoffice.org/35274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6541c1abe67a8e13fcbf9d8d8938ac686e7a48d]

        remove unused defines from HRC files in xmlsecurity
        
        Change-Id: I1a0cfa86708e054ecced54052085e65e847097ba
        Reviewed-on: https://gerrit.libreoffice.org/35270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f554d0dc46590f5b2f7247e4450b8a1904bb3a9]

        remove unused defines from HRC files in fpicker
        
        Change-Id: If3ee3225524b745c6a337b1c4e9e963678622c7b
        Reviewed-on: https://gerrit.libreoffice.org/35269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b06401622f18fc57171978a33c6855461b6e16f]

        remove unused defines from HRC files in dbaccess
        
        Change-Id: Ib6ef44769318e133db5744260ff9103d310ff848
        Reviewed-on: https://gerrit.libreoffice.org/35268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f2a873cd13adf0b74d18af203676f2de86d1cb2e]

        convert SvxBorderStyle to scoped enum
        
        and rename to SvxBorderLineStyle
        
        Change-Id: I19e530f162e4ca6290a0ad076e7fe3d5775ae6bc
        Reviewed-on: https://gerrit.libreoffice.org/35265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1bffa5e110772a7d6183ac64e56c23f2c3019f93]

        add more conditional format one cell to range tests, related tdf#106242
        
        Change-Id: I6daa394618f7d2b06251091497128fa96391d386
        Reviewed-on: https://gerrit.libreoffice.org/35296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36d7e21c00d59eead018ad8ef339847a782b9734]

        add test for tdf#106242
        
        Change-Id: I11f67c118617c78fa86b87afed87fcddba4e69e1
        Reviewed-on: https://gerrit.libreoffice.org/35295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4bdac90c3b12d1de74b99786f2e830ee2ae18dc]

        CopyOneCellFromClip also copies one row ranges, tdf#106242
        
        Change-Id: I1750d411766ba2b4128fc1c00769a8b2e56e7547
        Reviewed-on: https://gerrit.libreoffice.org/35294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01667d040d9280ee2d918a4bc4a5147e870c039c]

        add test for tdf#106459
        
        Change-Id: I2a8c8d5fe253c08c5e3c7b57e6df677ebe7e384d
        Reviewed-on: https://gerrit.libreoffice.org/35305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed8a337cf6d13eda49d394558d83766131f83e54]

        tdf#104383: prevent crash during file load.
        
        Apparently xView may be null sometimes.
        
        Change-Id: Icef81159eeaf5c9bdb0a91e036019b820952d20b
        Reviewed-on: https://gerrit.libreoffice.org/35304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [a18017edd480f412fe54c90039dd3269858ba350]

        Sort lines in soffice ini-file
        
        ...so that they match the order in the scp2-generated counterpart
        
        Change-Id: Id0a77536081872a5feff7f98417462bd7fd057b3

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [3d30cdb332ea3e87736bf61928ed420e630b4b89]

        Remove extra space
        
        Change-Id: I147e6a79dff0047be0878ef755e47e2d408cec02

2017-03-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad9336f29650dc38be06d771f5c3dbc7f0078ff1]

        add tests for tdf#104026
        
        Change-Id: I928828f5f3ee22429e174e6e761d6683a36fdb24
        Reviewed-on: https://gerrit.libreoffice.org/35290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f0f35c89f3f64fcb110483fd562a59f729dc344]

        the range should be updated after the references, tdf#104026
        
        Change-Id: I2cb674b8b3bc64df031b473b337d266a2eaab43d
        Reviewed-on: https://gerrit.libreoffice.org/35289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

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

        ofz#882: test available len against max possible compression
        
        Change-Id: I19867b74d860f379eae17916cc7f6415e6d20074

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [5885a5da36828434bc80c6dde0334f74f1de1195]

        ofz: reject invalid fraction negative nYNum
        
        Change-Id: I9f86dba2408bdd1e2678c3165386cc99fd94a5a7

2017-03-16  Atef hares  <atefhares1@gmail.com>  [135a9e6ac94f7bf83d1a57a4fb4eab1f66c6d71d]

        tdf#106369, New feature, Inserting  numbering/bullets format lists
        
        Editing toolbar_bottom to include two more options:
        1- Inserting numbering format lists
        2- Inserting bullets format lists
        
        Change-Id: I35f9238c45ab253ea75c693f7a76601408e36f9a
        Reviewed-on: https://gerrit.libreoffice.org/35106
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-16  Maxim Monastirsky  <momonasmon@gmail.com>  [5bb0cc118396c27a880ecab76c3ab383d6c8c0ff]

        Keep menubar hidden after Unity registrar activated
        
        ... if it was hidden before. Otherwise it becomes
        out of sync with MenuBar::mbDisplayable.
        
        Change-Id: I03c551ee70131a50fa694b7009c24833ac391990

2017-03-16  Maxim Monastirsky  <momonasmon@gmail.com>  [7c3f18ca3be629c2113e168ffe442c4e89cfeaea]

        This conditional isn't needed
        
        Change-Id: If54f3d815605b07fae505b52e3b532af608e9b7e

2017-03-16  Maxim Monastirsky  <momonasmon@gmail.com>  [0e31d0aa855f7f5ab4875bae916d277fc3c96998]

        gtk3: Keep menubar hidden after customization
        
        ... if it was hidden before. Otherwise it becomes
        out of sync with MenuBar::mbDisplayable.
        
        Change-Id: I4957f5cef916abfa54add2901b330463364d3dba

2017-03-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b4156ece74b2d3802ea64e9df85b8e1ed43e9631]

        use forward declaration for SfxItemSet
        
        Change-Id: I81f5d1ca22868d278662a55443e2038581dd3246
        Reviewed-on: https://gerrit.libreoffice.org/35280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0ff696769088c2da896130dc722662b39a4416e4]

        No need to keep these booleans as data members
        
        Change-Id: Id56cb074a3b62423769afc3c4a3ab2f7a312f1be
        Reviewed-on: https://gerrit.libreoffice.org/35284
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [60b14d663ec561a8606170cf0b7af13725265b01]

        Clean up integers representing "redline authors"
        
        Unlinke in previous such clean-up commits, there appears to be no sufficiently
        exposed container type whose size_type could be used throughout, so resorting to
        the generic std::size_t in this case.
        
        Change-Id: I3cfbcbe5cce1bfcff2efbb4f8a509fe80ab12151

2017-03-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9b6ed11d58b9f9d0310f95f914a3d354fc813b54]

        gpg4libre: No need to create separate idl files for gpg services
        
        Change-Id: Ief217cd91e30433c30ac0547d28fb6eab2dc43b0
        Reviewed-on: https://gerrit.libreoffice.org/35213
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e7391ca132a9964dc9d870039a104abec044d357]

        Revert "ChartDumpTest: Use local EPS for Mac only"
        
        This reverts commit 4f786274be8f9b01b34ad0772bcf718d5259bdc0.

2017-03-16  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [cae16645e17df6a1f87443c00b6abfd26dabd27f]

        Revert "Implement export and import of author field in fixed format"
        
        This reverts commit 5de40734af30a8b897c6c5b7f681759e36a25557.
        
        Change-Id: Ib09fb1dc54066cadcd9503c92140d78e7482ae6c
        Reviewed-on: https://gerrit.libreoffice.org/35281
        Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>
        Tested-by: Rosemary Sebastian <rosemaryseb8@gmail.com>

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [3e5aa33ef4ea8f5839e358dd62acdc09fe64dda8]

        Revert "Don't package unoinfo in case of Mac OS X like app structure"
        
        This reverts commit 3a663f7a4580b97518aee4e0c797b549c67ef1a5.  Whatever that
        commit was supposed to be good for, not packaging unoinfo on macOS breaks
        functionality, see e.g.
        <https://bugs.documentfoundation.org/show_bug.cgi?id=106292#c10> comment 10 to
        "XMessageBox#execute() in Java fails to draw a window on macOS Sierra".

2017-03-16  Szymon Kłos  <eszkadev@gmail.com>  [c97d78eaa95e9ff0cef7b467ba566af56e3e7c27]

        tdf#103355 Working menu after closing slideshow
        
        Change-Id: Ic6bfb6f9a86d9c475d2d3368b924b56a89c90551
        Reviewed-on: https://gerrit.libreoffice.org/35251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [9e77785b6fcf5aed2a51b7cbbe1ccd5f5e266851]

        ofz#880 timeout loading svm
        
        Change-Id: I8b19a66a7cb8d4eda3774ddc32a43e8653e1c6a0

2017-03-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a831ada3f57619c4ef0ee24b2dc30e2ac7784c9]

        Updated core Project: translations  fea957b43e56e72a50ab5c6e0d1a065b719ab84a
        
        update translations for 5.3.2 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: Id1d77adf5a89a0ce485273d3865ccf6771becf51
        

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [65fca19cd5268eb8c162d5c8bd2328912a4aaea3]

        fix tinderbox build, ends up using gen backend and icons are missing
        
        put the icons back, and replace the bare 1 etc which hid the usage
        
        Change-Id: Id90de7b29a29141b448107adb4028407ed203e2a

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [9fdecc7ede30f2c0c356d97cca2c5bfe98d9ad92]

        Add comment to SwContent::nYPosition
        
        Change-Id: I0979ada2a31125419ca38b98e7141cfbc1887b28

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [665f58590e7cf8778f80dfb211164b3169a0b7d3]

        make pdfium link against the same jpeg lib as everything else
        
        Change-Id: I41b3759b427e34d44b3b9481cbfe79be5639a343
        Reviewed-on: https://gerrit.libreoffice.org/35264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0ea920eeb35bd3b454a4ca0e0d94ba36be400b98]

        No need to use a shared ptr here
        
        Change-Id: Ia3d2f019689efe990cbbde11e9c27a80fd95ae0a
        Reviewed-on: https://gerrit.libreoffice.org/35252
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [23bdf47e68c5b86e811e6f3dc27ed3e49788f674]

        KDE fix various clang plugin complains
        
        Fixes clang plugin reported problems in the KDE and KDE4 backend.
        
        Change-Id: I0280beae9dd6f33ee59bdbe89cd38222f33fdc68

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

        ofz#877 reference to stack alloced obj outlives obj
        
        Change-Id: I8c854e2f651f8bf0018e8249827aae0fe23057e7

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a5d8869cf260303861dd7a0e526459c781da3681]

        remove unused defines from HRC files in starmath
        
        Change-Id: I6c4aa070eac55d7ca9a4bdc404087d32a079dc2c
        Reviewed-on: https://gerrit.libreoffice.org/35254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6bcc2e1b3c461ef2688aa661b1a0fcf8fec9acc3]

        gpg4libre: More details for certificates
        
        Change-Id: I9eee6c55d7ec27e28d844de2ed544040b07fa501
        Reviewed-on: https://gerrit.libreoffice.org/35203
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [055d8821e664446b7e66b73970a324f765e35f9c]

        sc lok: Edit annotation by id
        
        Change-Id: Iaea08b7a31fab1a8c9b8edc193754821c6608c53
        Reviewed-on: https://gerrit.libreoffice.org/35249
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2237f08812f6075d529f4bee9d8bef94f653948a]

        gpg4libre: Add certificate usage to gpg certificates
        
        Change-Id: I72c83724fcbd380e477a90a3e6db32406f68899b
        Reviewed-on: https://gerrit.libreoffice.org/35192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-16  Pranav Kant  <pranavk@collabora.co.uk>  [fab4640bd3979352d6fde06decea1834f178f348]

        sc lok: Delete cell note by Id
        
        Change-Id: I97224afb4eb7af36abefd0c3b59ee07de7eaa601
        Reviewed-on: https://gerrit.libreoffice.org/35247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dd836e4f6bd4be378b56bd581d27e2b02077f0b]

        xmlsecurity: use auto when declaring iterators
        
        Change-Id: Ie56c0c0e1917f159957babca346f1a3fa04bc629
        Reviewed-on: https://gerrit.libreoffice.org/35253
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [903a5855e2ccbaa4f828a6359ce31340ea56eade]

        No need for extra heap allocation
        
        Change-Id: Ibc5424873f6cd4e5e4d9ee37823845b14f17c7fb

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

        Resolves: tdf#106557 don't crash on missing line spacing argument
        
        this is all a bit addled, but at least don't crash
        
        Change-Id: I19c35205446cebc83b8299839bcab8e02ff7c07d

2017-03-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [15e3ce53283f288cb2c4c52acb203c9c281914ac]

        Fix typos
        
        Change-Id: I1488e2147fa0cd4a821eb5bfe172a58a4e396ace
        Reviewed-on: https://gerrit.libreoffice.org/35224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [665d7a4e659114120009636aeb4049b10009f36e]

        ppt fuzzer is good enough to get started
        
        This reverts commit 78dbfa9fff9c408108112302640e0cfb8aa53a11.

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [30e2b7203963af215c9aaaec12383e0d5e1f6a7f]

        ofz#875 limit depth to max legal depth
        
        Change-Id: Icbe9339148dc4aeb31c160e976385e3bcaef75b6

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [e29dafb35017120e207e3251b05da23cd415bd21]

        remove unused defines from HRC files in chart2
        
        Change-Id: I8ce5b900353034c4ad1424375bed0ea0c9db36b1
        Reviewed-on: https://gerrit.libreoffice.org/35255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        ofz#876 avoid accessing empty rows
        
        Change-Id: Iba539fb03611bbe5627cc7976c1146d08a2ab5fd

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [61bb3acc7f08f873b7062b50c4a02f20d2a19959]

        return early
        
        no logic change intended
        
        Change-Id: I936413d3bcd0853db88fd800394aca95d94108f3

2017-03-16  Caolán McNamara  <caolanm@redhat.com>  [0e193a4ebf1972ff7fc9381d4a24075b887d2828]

        presumbly we need this to fix the arm build
        
        Change-Id: I99fc65c7f2e684027db5f9418b855903fbd7bd70

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b1190225b9d39706594ebe9bf2fb0f32c89cdbd]

        remove unused defines from HRC files in vcl
        
        Change-Id: Ic61bce94fe784d345b8c66ee2132dcc78f199808
        Reviewed-on: https://gerrit.libreoffice.org/35220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        avoid slow conversion between scanline format and dest format
        
        when we can, e.g. for the svp/gtk3 case
        
        Change-Id: I74f7b01004423f27ed2f142b325c2c74b4de290b
        Reviewed-on: https://gerrit.libreoffice.org/35229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        can set the out_color_space after jpeg_start_decompress
        
        Change-Id: I8432f5147a3e73f0a4eafefceab7fbf715f58acf
        Reviewed-on: https://gerrit.libreoffice.org/35228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        reinstate utl::TempFile change
        
        This reverts commit 5411d99c0a7345e9c68ad55debcb20eecdc0b36a.

2017-03-16  Justin Luth  <justin_luth@sil.org>  [78b195c484f8b10eb356a6f9079942e709fd8cda]

        ooxmlimport: move  bnc#519228 unit test to ooxmlexport9
        
        The unit test wasn't round-tripping due to the paragraph count changing.
        Writer always add a CR to a blank paragraph, and so these are
        ignored on import (bRemove). The unit test's second paragraph
        was one of these.
        
        Simplifying the unit test by removing that CR, allowing it
        to become a round-trippable test.
        
        Change-Id: I8786915fb5df8fc4325a6a427ab84bb879632a7a
        Reviewed-on: https://gerrit.libreoffice.org/35072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b3f043ad79a5b592a1034aaeee1dcb1134daaa8]

        remove unused defines from HRC files in cui
        
        Change-Id: I170dfc5970896365322dedf4fb797478653578a0
        Reviewed-on: https://gerrit.libreoffice.org/35250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Stephan Bergmann  <sbergman@redhat.com>  [a6ded3b0137f378a9e7a83903193d6e3fd9b0126]

        Clean up integers representing positions in SwOutlineNodes vectors
        
        Change-Id: If1a6a9cb61ffd355a85835127e7c893969833587

2017-03-16  Szymon Kłos  <eszkadev@gmail.com>  [3a122347b9a47f1ff7103364e90b77bc605fafce]

        Notebookbar: fixed crash after customization
        
        + removed listener
        + prevent from using invalid pointers
        
        Change-Id: I3a846d2344148456d3edba23296a4781496eba8b
        Reviewed-on: https://gerrit.libreoffice.org/35248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ae9dcec653c4ad3eeb8c3e1fa9b1684e2bd64a2]

        convert SwUndoId to scoped enum
        
        Change-Id: I782fdd53641c0d7c629265b6179de70aa54382f9
        Reviewed-on: https://gerrit.libreoffice.org/35246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Szymon Kłos  <eszkadev@gmail.com>  [3b7d751ad4f950aae0641a75b2ea993025629c9d]

        tdf#103235 Notebookbar: use persona theme
        
        Change-Id: I043f184ccd21c782c16d4ae1bc1c939b5e31acc2
        Reviewed-on: https://gerrit.libreoffice.org/35234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-16  dennisroczek  <dennisroczek@libreoffice.org>  [d5f48aecd8f61979e98bfbbdbc0b2ee43eb792a6]

        fix typo: chenged --> changed
        
        Change-Id: I64e33601615f13d2227c24ba1d732817f42d412d
        Reviewed-on: https://gerrit.libreoffice.org/35235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b3c57887aeeaa592d693df23dbab98552434cb3]

        remove unused defines from HRC files in sd
        
        Change-Id: I2cbb6257aa65e45f3e46b64a8f00e36aecd95564
        Reviewed-on: https://gerrit.libreoffice.org/35219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Takeshi Abe  <tabe@fixedpoint.jp>  [51cf59ca9e45bc256222671effbcd90d88befbe8]

        starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()
        
        This spares a pair of push and pop of the stack.
        
        Change-Id: Ic5f1ee0ee158779f2f231dab9f7059ce6618bdcb
        Reviewed-on: https://gerrit.libreoffice.org/35245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [6742500ccb2ff6d39f527760152d2b08fd9cfe17]

        remove unused defines from HRC files in sw/
        
        Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea
        Reviewed-on: https://gerrit.libreoffice.org/35212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [64ea8306b0ceb001132ac9cbc945a12afc01b8cd]

        drop GetId() from SfxUndoAction
        
        mostly so that the subclasses can use proper enum types for their own
        IDs.
        It turns out that nothing at the svl/sfx2 level needs an ID anyhow.
        
        Change-Id: I3c020aeafb812fa30d896216d4e3bc1a82cbfeab
        Reviewed-on: https://gerrit.libreoffice.org/35222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4f786274be8f9b01b34ad0772bcf718d5259bdc0]

        ChartDumpTest: Use local EPS for Mac only
        
        On linux it was not a problem. On Windows there were some
        random failures, but that might be fixed by using
        Liberation Mono font.
        
        Change-Id: Iae2684b302b3380c3a63b1fa80b1d0585454ed56
        Reviewed-on: https://gerrit.libreoffice.org/35241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [82981b94feeae5fb1fb72139ce87fbc22ef33601]

        remove useless casts
        
        Change-Id: I900b72372a56d341d18091b0d4721d31002d147f
        Reviewed-on: https://gerrit.libreoffice.org/35223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Eike Rathke  <erack@redhat.com>  [e0d86cff2b3314576c6cb857da06d6b6d217f89b]

        tdf#105448 add Xibe [sjo-CN] to language list (and remove Sibe [nco-PG])
        
        ... the latter which was a misunderstanding and erroneous.
        
        Change-Id: I4ec8eaf14348aaaed43ea4578d46b5488279c85b

2017-03-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f3d08a98495d400734c471fa590927e7a0aa4e64]

        replace creative empty string check
        
        Change-Id: I2e7c6fe0e3da4ab879486300a6e424b671322ad1
        Reviewed-on: https://gerrit.libreoffice.org/35221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        ofz: truncate polygon on failure
        
        Change-Id: I7831fe2265f783d018699739b350b0c833a58e74

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [16fc40dc5375d9ffbcaaa0072ab597b39aa3e0d5]

        set include dir on arm etc as well
        
        Change-Id: I13bf9ff8e824f69f54158af1aaf6d4cb5709b04a

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [89b87c04469d716cdf90bc422c5e829178a9fe32]

        ofz: avoid oom
        
        Change-Id: Ia4b9c46949017a53c80f729af66b99c2e4f05cee

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [89628e4814b96b6d1bce768ca9b45eb665871d11]

        avoid config during fuzzing
        
        Change-Id: I61906c243f592012691d69a335db42b2010402b7

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [68598e06bc5a5fefb917f436d44bec1623d0fbeb]

        ofz: infinite loop
        
        Change-Id: I00eb3c1d97d27755c8b34676d2fa73a72fc8f9d7

2017-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d18a78e91778db61db280f596011bfe0a80d570]

        improve the breakpad signal handler in dbgutil builds
        
        Change-Id: I253058dbfc9e156bc778c23d491b642c538606f2
        Reviewed-on: https://gerrit.libreoffice.org/35227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [875b81ec6f6fbbaa4801807c00da00c567caaa95]

        use upstream arm fix
        
        https://github.com/libjpeg-turbo/libjpeg-turbo/commit/dfefba77520ded5c5fd4864e76352a5f3eb23e74
        
        Change-Id: I2a5d318ecf91bb576e888aa4d604d1a4ab24271e

2017-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20339900683f0d29f5235ebd494e29bc62b053fd]

        workaround for breakpad signal handler on linux
        
        The breakpad signal handler is overwritten by our own signal handler
        during startup. As a workaround we use the same approach as in the
        windows code and add call the old signal handler if a crash was
        registered.
        
        Change-Id: I1179fd9cba851734aa1686168f231cf68de57c1a
        Reviewed-on: https://gerrit.libreoffice.org/35226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-15  Szymon Kłos  <eszkadev@gmail.com>  [e681749ffa5a18c8a6ff874787d4ab8411a46125]

        tdf#105040 Notebookbar: added shortcuts toolbox
        
        In the tabbed notebookbar the shortcuts toolbox is introduced.
        It is placed before tab labels, after the menu button.
        Customization is possible, buttons are loaded from the
        newly created toolbar "Notebookbar shortcuts".
        
        NotebookbarTabControl was moved to the sfx module.
        
        Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4
        Reviewed-on: https://gerrit.libreoffice.org/35194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [5411d99c0a7345e9c68ad55debcb20eecdc0b36a]

        rollback utl::TempFile change

2017-03-15  Stephan Bergmann  <sbergman@redhat.com>  [2b1f0380bee7b5ec50ad90cf24be0b87a3e78c2e]

        Actually output the error message
        
        Change-Id: I09e23a4828f5c251687b35fa0b7c70c1018422c0

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [2f5682dbc26067f3fe050889e96ebc70716abd90]

        include stdint.h earlier to ensure SIZE_MAX
        
        Change-Id: I592600e4600bfb360a154a450fcc6135f4fc3008

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [78dbfa9fff9c408108112302640e0cfb8aa53a11]

        ppt fuzzer still needs more work to finish its run
        
        Change-Id: I11e9c23ab8b61b86bd7abb59b853cd7432a3d11f

2017-03-15  Stephan Bergmann  <sbergman@redhat.com>  [e44a0d05eaf3163733b19a3dcfcd66f7088142e0]

        Improve test failure output
        
        Change-Id: I1678e746b8b37750b488b3328ad915d7ae50caef

2017-03-15  Mike Gorse  <mgorse@suse.com>  [2ba485158bfa089e931c0c3e29389fe64a42dd4d]

        tdf#102511: Fix gobject-introspection annotation syntax
        
        Change-Id: I43a3ee21bd2db9ace809084d3ab888008243c97f
        Reviewed-on: https://gerrit.libreoffice.org/35155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fa05bf54c923d0a8fc648593a001358a100e6285]

        gpg4libre: Don't mark all keys as private
        
        Only those that can sign (have a private key)
        
        Change-Id: I1c8b553a788a14c236022c819cbc346fc4735daf
        Reviewed-on: https://gerrit.libreoffice.org/35202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [2fa9b7d004af0ff180e0220f6d26cb98b033e863]

        Fixed my mistake: fix flipOnYAxis for SVGPathElement
        
        Fix flipOnYAxis() method which was the cause of some SnakeWipePath
        transition subtypes not working.
        
        Change-Id: I1bea5bdddf6c6312384f59d8614a0a2bc1a6e3ba
        Reviewed-on: https://gerrit.libreoffice.org/35191
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [1ec8557d86d53c9df5afd5607a953ec72c33702f]

        take pre-calculated size from vector::size
        
        Change-Id: I5a7f2c4c67de48f3a34f311f69de3bfdb94423d5

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [924fc2702e27ffc59012ddaccd210e9eef6912e6]

        try and fix arm cross compilation
        
        Change-Id: Id18f7254f9476bf12f24db662b8beed323ff7546

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

        add ppt fuzzer
        
        Change-Id: I283d24fc2d7420273c3769fcd4ea3938da85afb4

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [4af16b2f00c3d7d5c48f65aeff2c34fff3942ada]

        utl::TempFile can give a stream directly without bringing ucb into it
        
        Change-Id: Ic6eb0934fdb63492d831b9dad07e93c968ee9bf2

2017-03-15  Eike Rathke  <erack@redhat.com>  [6082cd7e64b498301ed638afb3a7a743f6ab3f8a]

        remove trailing blanks on empty line
        
        Change-Id: Ie6f34729b70ffc7e002c8fb9d88f343ac97a0dac

2017-03-15  Eike Rathke  <erack@redhat.com>  [e3b46737f622b311654384ddcd3292d232129eba]

        revert header move of viewdata.hxx and viewutil.hxx
        
        It is better to have two exceptions than making these UI files globally
        available.
        
        This effectively reverts commit a0f6374670f67646e802aef45d927a8746b2ae12
        
        Change-Id: I0f7f1159058be0f5038fbffd7efb5c3a9da3f27c

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [1ebe6321460e799887ea2592f370de87847762eb]

        relevant hunk got lost between versions
        
        Change-Id: Id8985a6049f8ffe7494d04c535f981767ffc4456

2017-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c1800a7b428c285675ab0b20abe3a2948a56d9d2]

        Fix variable names: FixedText, not FixedImage
        
        Change-Id: I5e87305e3d4ada4b7595ab8aac55b42bc091e031
        Reviewed-on: https://gerrit.libreoffice.org/35211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

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

        just use turbo-jpeg as sole internal solution
        
        prefer having nasm/yasm but if its not there warn and fallback
        to disabling assembler optional goodness
        
        Change-Id: Ib31ad81717842f743c2910d575a9ebbc279a9c79
        Reviewed-on: https://gerrit.libreoffice.org/35189
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        add SAL_DISABLE_PRINTERLIST to fftester
        
        Change-Id: I55fd87a33e8a5dce2af9003ec6f2fa216ed1b72c

2017-03-15  Stephan Bergmann  <sbergman@redhat.com>  [6a7171030ab06e66a7e210483424fb9893848135]

        loplugin:unncessaryoverride (clang-cl)
        
        Change-Id: Id2b5cd255188e32216d1dd79f3dc5c4f08eb9373

2017-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [763d5df50aa9e57356fb99f270e809f77aa47091]

        gpg4libre: Don't show certificate path when there is no hierarchy
        
        Gpg private keys have no parents
        
        Change-Id: Ie41269c3c49569ea142a01c8eef0f58a636d9eb7
        Reviewed-on: https://gerrit.libreoffice.org/35208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-15  Stephan Bergmann  <sbergman@redhat.com>  [d92d9e0d94fd8e9908eeae3717a7c835c85e80ae]

        Avoid unnecessary, wrong downcast
        
        ...causing UBSan failure with the new
        lotuswordpro/qa/cppunit/data/fail/stack-1.lwp from
        e68faf7d42179c4f9b90b514f5b3bfcb7f1e9cb0 "ofz#866 crash in
        LwpFormulaInfo::ReadArguments":
        
        > Testing file:///.../lotuswordpro/qa/cppunit/data/fail/stack-1.lwp:
        > lotuswordpro/source/filter/bencont.cxx:132:11: runtime error: downcast of address 0x60800043af28 which does not point to an object of type 'OpenStormBento::CBenObject'
        > 0x60800043af28: note: object is of type 'OpenStormBento::CUtListElmt'
        >  89 7f 00 00  70 94 cc 7f 89 7f 00 00  80 ae 2d 00 70 60 00 00  80 ae 2d 00 70 60 00 00  30 95 cc 7f
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'OpenStormBento::CUtListElmt'
        >     #0 0x7f897ed108f7 in OpenStormBento::LtcBenContainer::RegisterPropertyName(char const*, OpenStormBento::CBenPropertyName**) lotuswordpro/source/filter/bencont.cxx:132:11
        >     #1 0x7f897ed11df7 in OpenStormBento::LtcBenContainer::FindNextValueStreamWithPropertyName(char const*) lotuswordpro/source/filter/bencont.cxx:227:5
        >     #2 0x7f897ed12492 in OpenStormBento::LtcBenContainer::FindValueStreamWithPropertyName(char const*) lotuswordpro/source/filter/bencont.cxx:256:12
        >     #3 0x7f897ef1fc19 in Decompress(SvStream*, SvStream*&) lotuswordpro/source/filter/lwpfilter.cxx:122:72
        >     #4 0x7f897ef20deb in GetLwpSvStream(SvStream*, LwpSvStream*&) lotuswordpro/source/filter/lwpfilter.cxx:164:14
        >     #5 0x7f897ef21836 in ReadWordproFile(SvStream&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XDocumentHandler>&) lotuswordpro/source/filter/lwpfilter.cxx:195:13
        >     #6 0x7f897ed290cd in LotusWordProImportFilter::importImpl(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) lotuswordpro/source/filter/LotusWordProImportFilter.cxx:76:14
        >     #7 0x7f897ed296fd in LotusWordProImportFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) lotuswordpro/source/filter/LotusWordProImportFilter.cxx:88:12
        >     #8 0x7f898eb6db9a in (anonymous namespace)::LotusWordProTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) lotuswordpro/qa/cppunit/test_lotuswordpro.cxx:59:27
        >     #9 0x7f898e3c7901 in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:130:20
        >     #10 0x7f898e3c9fd5 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:158:5
        >     #11 0x7f898eb6ee58 in (anonymous namespace)::LotusWordProTest::test() lotuswordpro/qa/cppunit/test_lotuswordpro.cxx:64:9
        >     #12 0x7f898eb7006b in CppUnit::TestCaller<(anonymous namespace)::LotusWordProTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #13 0x7f89d2d74d8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #14 0x7f89b944f99f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:36:14
        >     #15 0x7f89d2d333ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #16 0x7f89c2f440cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #17 0x7f89d2d333ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #18 0x7f89c6bff2c4 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #19 0x7f89d2d333ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #20 0x7f89d2cb1350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #21 0x7f89d2d333ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #22 0x7f89d2d2fe70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #23 0x7f89d2def0f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >     #24 0x7f89d2d72fa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #25 0x7f89d2d777a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #26 0x7f89d2d76819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #27 0x7f89d2d777a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #28 0x7f89d2d76819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #29 0x7f89d2e2d5c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #30 0x7f89d2ded40d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >     #31 0x7f89d2e2e89b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #32 0x53043c in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:305:20
        >     #33 0x52c089 in sal_main() sal/cppunittester/cppunittester.cxx:455:20
        >     #34 0x52a742 in main sal/cppunittester/cppunittester.cxx:362:1
        >     #35 0x7f89d0fb8400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #36 0x437d49 in _start (workdir/LinkTarget/Executable/cppunittester+0x437d49)
        
        Change-Id: I556c3ab6fcc7a08fceac5a7195f81d570fc2a025

2017-03-15  Caolán McNamara  <caolanm@redhat.com>  [3934f704a1984c95333d2760ca5d1331dce1a045]

        pesky hidden leak causing pptfuzzing oom
        
        Change-Id: I08af0f9e62ffaa6d8e0021d4e95c4e945030403a

2017-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e26b5b4fb7e9146fb142422dbc3061c346935cfc]

        gpg4libre: Improve certificate details view
        
        * Remove SQL Syntax highlighting
        * Add a vertical scrollbar if neccessary
        
        Change-Id: Ib1de2694761ef650ccef16a5b5773c7be0602682
        Reviewed-on: https://gerrit.libreoffice.org/35210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9da7f6bfe25d217fe3fdd09b82b95e9491cd8e3]

        introduce ScGeneralFunction scoped enum
        
        to abstract over css::sheet::GeneralFunction and
        css::sheet::GeneralFunction2
        
        Change-Id: I4d4df35a249bf66e12240a3b94948918f1f3ef8a
        Reviewed-on: https://gerrit.libreoffice.org/35168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Gulsah Kose  <gulsah.1004@gmail.com>  [6c3968e234e8ee49103921930de87801bcc048bc]

        Make the header file more readable.
        
        Change-Id: I855f61a474eb423335d58853173b56f91949b6d5
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/34994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [47596612d10cf83c82fc0e58576917ac1537cf88]

        gpg4libre: Show "issued to/by" only if they contain a value
        
        Change-Id: If815c09fc6701682d6ee3e1feaf3c45ff09646aa
        Reviewed-on: https://gerrit.libreoffice.org/35209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-15  kerem  <hallackerem@gmail.com>  [1238cd22c4e2e801eab612d667038e0173b4dccd]

        tdf#90290 use custom asserter in ucalc_formula.cxx
        
        Change-Id: I77d3507f263660a7f35ef84a26e4a9860a2be802
        Reviewed-on: https://gerrit.libreoffice.org/34984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8ccbc16b5e3f94b8db105232d7085a8553e6bc03]

        convert SvxFrameDirection to scoped enum
        
        Based on the casts in chart2/source/view/main/ChartView.cxx
        and the similarity of naming of values, I conclude that this
        enum was intended to abstract over css::text::WritingMode2.
        
        Added a comment to that effect.
        
        Change-Id: I3af8bbe8b6ac8c4a9375f6ccde145b98b9c69a57
        Reviewed-on: https://gerrit.libreoffice.org/35164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [7fafd1aea08ad036ef48f415db5df93df218bf6e]

        tdf#106489 - Win32 version of osl_terminateProcess not "safe"
        
        The current Win32 implementation of osl_terminateProcess calls directly
        upon the Win32 TerminateProcess() API function. When I looked up this
        function on MSDN I was a bit surprised to note that this is an
        asynchronous function that returns immediately before the process
        actually fully terminates, and does not necessarily succeed cleanly.
        
        As we are not checking that the process actually fully terminates,
        this is a bit of a problem, albeit one I think may well be somewhat
        obscure and non-obvious. In fact, it is better that we call on
        TerminateProcess() and use WaitForSingleObject() until the process
        actually fully terminates. If the termination ends abnormally, then we
        should pass a more appropriate exit status.
        
        Dr Dobbs magazine, bless its ancient archive, details a "safe" version
        of TerminateProcess(), which has been implemented it seems in dozens of
        projects already so it's basically at this point a pattern. The article
        can be found here:
        
        http://www.drdobbs.com/a-safer-alternative-to-terminateprocess/184416547
        
        Thankfully, the flaws they point out are only valid due to the age of
        the article as the Windows 9x line of operating systems was still a
        thing way back then :-)
        
        Changes that are made:
        
        1. If the PID is 0x0 then this can't be ended, so return an invalid
           status
        
        2. We need to elevate access to the process handle to allow it to
           create a new thread in a potentially remote process, so we use
           DuplicateHandle to do so
        
        3. The core change is to change from TerminateProcess() to
           ExitProcess(), I'm letting it timeout forever and the end user can
           kill off the process via a Windows process management tool if
           they need it killed entirely, hence WaitForSingleObject() has an
           infinite timeout.
        
           This way, the termination handler is now called and the attached
           dlls are notified that they are being detached from the process.
        
        Change-Id: Icfa7c60c35a088b8f9834351bc7953a910247fb8
        Reviewed-on: https://gerrit.libreoffice.org/35071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2017-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2589f090875f3b81d91211e72cf36a6f1441c01a]

        remove unused HRC defines in sd/
        
        improve the existing 'find unused RID constants' script
        
        Change-Id: I6facbf9ef929bd31dc59eba4a1807c72b87cdb2f
        Reviewed-on: https://gerrit.libreoffice.org/35186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f8bc0af4b35c22ead1310984926b26749b3143d]

        convert MirrorGraph to scoped enum
        
        Change-Id: I2eae815a10e23a7904e1aa54577a959cb8579172
        Reviewed-on: https://gerrit.libreoffice.org/35179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-15  Takeshi Abe  <tabe@fixedpoint.jp>  [516a320ad496604296433f1471e2dd5434f4872d]

        starmath: Separate SmParser::DoError() from Error()
        
        for incoming refactoring.
        
        Change-Id: I74355dbd1d7a5822cbf67e828ddc31bd76be79f2
        Reviewed-on: https://gerrit.libreoffice.org/35171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-15  Olivier  <olivier.hallot@libreoffice.org>  [821c3bdfb4c4e31867b63d05c72cb721354d060b]

        Updated core Project: help  6ecc6435e33713129f7e56de1c28c5064128dc13
        
        Remove useless tag
        
        Change-Id: I3ba1ea5632401645682955ecfc7ba8b740099746
        Reviewed-on: https://gerrit.libreoffice.org/35195
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-03-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [152e9869f8c32fb2c353bfae22db214eba342507]

        tdf#106253 Test Precision as shown for thousand separators
        
        Change-Id: I2e07667884d072a875b7bf5e5c7cf4c3e5d98332
        Reviewed-on: https://gerrit.libreoffice.org/35098
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [60d7644a46970e6eaee882e0c5d65692da206c24]

        tdf#106253 Precision as shown for thousand dividor
        
        Info().nThousand contains number of thousands dividors
        after which digits are not displayed, i.e. 12345 is displayed
        as 12 with format 0, (in en_US)
        
        Change-Id: Ifa5540f2efd8ab006a07eade53f7aa0d31a19eac
        Reviewed-on: https://gerrit.libreoffice.org/35097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-14  Johnny_M  <klasse@partyheld.de>  [aaa3fc0192c02389be2cde2ecd38085d0c304c44]

        Translate German comments in sc/source/ui (part of its sub-dirs)
        
        Change-Id: I9149316b71a897404a248276cc0ded9cdd50d627
        Reviewed-on: https://gerrit.libreoffice.org/34886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

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

        return early on clearly broken xbms
        
        Change-Id: Ic94a75aacb6bcd47d594a12e0df999a58b04b061

2017-03-14  Tor Lillqvist  <tml@collabora.com>  [e597ef0489d9d5504721d21eefa15c65da0fb240]

        No need for --disable-activex and --disable-atl any longer
        
        Change-Id: I7ac4f32cb01bfcc3a2c06e69280c2150d408ec6b
        Reviewed-on: https://gerrit.libreoffice.org/35174
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-03-14  David Tardon  <dtardon@redhat.com>  [3fa34da687ba4be98319888a90cba6414b9f3fbe]

        add a separate fuzzer for OLE2
        
        Change-Id: I518bd8dc6fd50e96746d6d415190551c6cbfdea5
        Reviewed-on: https://gerrit.libreoffice.org/35178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz#866 crash in LwpFormulaInfo::ReadArguments
        
        Change-Id: Id301c21c8a4a0556b6326b621171aa62bd939d8d

2017-03-14  Caolán McNamara  <caolanm@redhat.com>  [1565c6bed3289f8f14b311b17ffb2e99d155bddb]

        improve scoping
        
        Change-Id: Ie5a5eacddba747d3b9cff6b8252add54473eb3f2

2017-03-14  Caolán McNamara  <caolanm@redhat.com>  [9e83222bb1bf18ebcfa354f958606677a63ab1d9]

        check full chain upwards
        
        Change-Id: I3a620824b987bf78eaabffa913a3a62a842ba0d9
        Reviewed-on: https://gerrit.libreoffice.org/35193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-14  Eike Rathke  <erack@redhat.com>  [69def929aa5b07e5a67279d5da20001c844fdf06]

        properly align the confusing braces
        
        Change-Id: Idd02e2eace5313ae419bfe99e3ad34e67e1c970b

2017-03-14  aleksandar-stefanovic  <theonewithideas@gmail.com>  [c619f311cee3dc6d1af593413f6f38ba2383eeb0]

        Bumped Gradle version to 3.3, gradle plugin to 2.3
        
        Change-Id: Ieb5c9a7855a57db5659c7f97902a12bd3afab328
        Reviewed-on: https://gerrit.libreoffice.org/35200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-14  Eike Rathke  <erack@redhat.com>  [409a7799ba06f3c6b9965f2f35169283a948bc30]

        no assert for one reference while destroying the Undo document
        
        Change-Id: Idf9e0b2600d503ff50cd6269e8d528c0fad12a3e

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [b481928a2104bb659021bd0795c73fcf64129c99]

        Clean up uses of integer types in vcl/texteng
        
        Change-Id: Ic70f57784e69cd82910d834c43a65bce4c00caea

2017-03-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [4e1448d43e08d3f0a6ff67e75346e9559ad2af09]

        Following tdf#106190 Treat blank after fraction bar
        
        To consider that denominator is found (bDenom=true)
        there must be some digits found after fraction bar
        
        Dummy format # ?/ ? can now work again (even with
        blank as thousands delimiter).
        However such format can not be saved (except in XLS)
        
        Change-Id: I657e97e09a6ae4c08a29ad6d0b586c85a9968e3d
        Reviewed-on: https://gerrit.libreoffice.org/35111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-14  Eike Rathke  <erack@redhat.com>  [be37bbdc4902933e45869537eb33eefa7fc1cc81]

        use SvxLanguageBoxBase::SetLanguageList()
        
        ... to benefit from whatever replacements and tweaks known.
        
        Change-Id: Ic19400bc4664fcdd5d7b8e5bf07c2dfacdb5e18f

2017-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [78608b2e3594f81d7d1c5843820e8bd1c054dacc]

        sw: fix Android -Werror=maybe-uninitialized
        
        Change-Id: Ia9e10c7f2243a964863f2315bc74872f988c00e4

2017-03-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5f2db66ad0de6fbbae309850516e17eaa17934cb]

        tdf#106252 Engineering notation for Precision as shown
        
        with more tests
        
        Change-Id: Ifc77b847af4eaaa3c85e904e46c2663b6d768241
        Reviewed-on: https://gerrit.libreoffice.org/35089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [578c8dea8ec7d377d738f8d821b741d0f3e8b9e4]

        drawinglayer: work around Android build
        
        Change-Id: I9ec4622314bb92cd8c99451c18146dec774a954b

2017-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3e9b8cce795c02536a0e41c49bd534713ef11dd]

        xmloff: fix Android -Werror=maybe-uninitialized
        
        Change-Id: I2b62b8606ad3652dc6cecfbb201f30b9f15e33da

2017-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b00f3c87ac71301d23cde53de0b50f5ba7d446f4]

        Revert "Is gbuildtojson missing support for ExternalPackage?"
        
        This reverts commit d8a47a23114ce9b4a743d0da35dfb93dadc07d11. It does
        not seem to be necessary after ee9cb85e9adc03693141a106630a4f278b4e93ac
        (gpgme: change gb_LinkTarget__use_gpgmepp to depend on package,
        2017-03-10) fixed the root cause.
        
        Change-Id: I0e421d29d37853b0f4dd9d2ce4acf0cc1d09882f

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [0a010a08a30706bc10ca0f8c83fb0432b205f5ea]

        Use int to count to three
        
        Change-Id: Ic44c13fb32f4563a776c18a49c408d2a021e55af

2017-03-14  Khaled Hosny  <khaledhosny@eglug.org>  [ded07624096183ed310187f29d4692bb39b7d24a]

        tdf#105454: Stop ignoring font kerning setting
        
        Make sure the default is for kerning to be enable, and honor the setting
        to disable it.
        
        This also updates the expectations for chart2_xshape tests for file that
        had kerning disabled and was previously ignored.
        
        Change-Id: Icf6bb75e71cae43868fba323ca3c61e4a3e81523
        Reviewed-on: https://gerrit.libreoffice.org/34169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [d3b9b4e41e31ce276d2d7354602a586b300adee9]

        Remove excess non-const getters
        
        Change-Id: Ia66394560cda5c4d517f2a9fd047bed30c2c8975

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [62b50cb69cbf2cb6b99da3b6ff78435af4927b77]

        ToolBox: Remove dead drag'n'drop "customization" support
        
        There was support for an MOD2+drag operation in ToolBox, apparently intended to
        allow customization by re-arranging items.  However, in
        ImplTBDragMgr::EndDragging that operation would always have ended in doing
        nothing:  Ever since at least 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial
        import", what happened was a call to virtual ToolBox::Customize, but which had
        an empty body and wasn't overridden anywhere (and has since been cleaned away
        over a series of commits).
        
        Change-Id: I8c5962d7b29506dc7dc8d803f49847f30fb93ea1

2017-03-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b20f10fc9fe6ec76e057b399bf42bbb0e3013a87]

        sc: remove GETITEMVALUE macro
        
        the extra cast to the value was not helpful
        
        Change-Id: I8fd16f2a59bc10a6f13b0bbdabcf3010f9d3bb46
        Reviewed-on: https://gerrit.libreoffice.org/35131
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-03-14  Eike Rathke  <erack@redhat.com>  [b614ceb80c6648ccae4a0f431eec139aea6a6554]

        tdf#100462 prefer en-GB-oxendict over en-GB-oed
        
        And make en-GB-oed just an alias of en-GB-oxendict.
        
        Change-Id: I73c1208f85d06360dbd8def0b8d916cddfe59aca

2017-03-14  Pranav Kant  <pranavk@collabora.co.uk>  [1eb69f6b9c78b19d3944c90c17ff8d498affc316]

        sw lok: Notify when redline position is changed + unit test
        
        Make RedlineNotification function a static member of SwRedlineTable
        class
        
        Change-Id: Ifbd6014198838b1106e873c9563d215e95b3572d
        Reviewed-on: https://gerrit.libreoffice.org/35177
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [fe7a5fe993dc9c1361fbf974e725451adce6eef7]

        loplugin:subtlezeroinit (clang-cl)
        
        Change-Id: I0a36bcf15fff74ed2f707608e04ad6596614dfd1

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [2789a8c202151fc8ce3cc3c220513200d67e8b07]

        loplugin:subtlezeroinit (clang-cl)
        
        Change-Id: I34367cad2d07b9fc6c8f4607ee5e74625f12e78f

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [3d7db868d466c0b972d83e4b7acd5e6a42f8bbeb]

        loplugin:unoany (clang-cl)
        
        Change-Id: I82f69e1fda3a63c7f1a521acbb2df6412d270455

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [1f088b72bb2eecdbe2b8a28bb05048f3b17a2a6f]

        -Werror,-Wformat (clang-cl)
        
        Change-Id: I33e11937c578e4661aea47c0e14e0524b08e00b3

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [34604446fc81be99ccee28f1977bf85e6abfab45]

        Various clang-cl/loplugin warnings
        
        Change-Id: Ib18e04e5024d15f8bbbf4921932b07465fb1f32f

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [b30173fd76f322aa3ca1845e5208d6f580b2ab15]

        loplugin:subtlezeroinit (clang-cl)
        
        Change-Id: I19f41363e3efcc716d3258106ebee2424be25b6a

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [b0fa3fc8e50e5baca523e68fa5e6591591dde52f]

        loplugin:unoany (clang-cl)
        
        Change-Id: Id16f382fbf038db543cab02d10dfedab5beb2848

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [8b378dac00de37655b61d13efd8fbf312472391d]

        -Werror,-Wformat (clang-cl)
        
        Change-Id: I7a3f58e5967a31999f45ce15086f048fb39650c7

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [08d8fd9dd82d8c1ca2b364b96c3aed600fd1e1c4]

        loplugin:unoany (clang-cl)
        
        Change-Id: Ia5211e7ad27332d4d4cab546d6968e32dfb71523

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [cd1a9bc6b64aeba2a25037af9a832162fde9d280]

        loplugin:subtlezeroinit (clang-cl)
        
        Change-Id: I3f080f0c77ba7c5976c8b764e0c7e1f7c78ab47d

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [4084d5dd5bb47e39f79d46a62ba5098ffcc4663e]

        loplugin:unoany (clang-cl)
        
        Change-Id: I14351561764811562a2c2904b6f7db6148e55c9b

2017-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3003be764b02c5d2fdfe8bf1046aeded8a40fe9]

        uitest: add the impress zoom level to the state information
        
        Change-Id: I8c064788159b3cdd83f9ef0f4609e615db789cc3
        Reviewed-on: https://gerrit.libreoffice.org/35147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [3c9b1306384cc88d7afbfe3127ea40ba056a4822]

        ToolBox::mbCommandDrag is always false now
        
        ...after 5ac443e180c54dee69a65a1569c99afe151f2f97 "ToolBox::mbCustomizeMode is
        always false"
        
        Change-Id: I39bd9d07dfd8dee8e935aa612db35e11022f4ed3

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

        ofz: use std::vector for long buffers
        
        and set size of buffer to successfully read data for short reads
        
        Change-Id: I8d132446682104f2a4b8c476b7f2bda188bb3cdf

2017-03-14  Eike Rathke  <erack@redhat.com>  [bde834ee6b0cb43cebece47cac55cc9b80aadc24]

        display raw language tags in curly brackets
        
        Place raw language tags in curly brackets {}, so all on-the-fly tags are
        grouped together at the top of a listbox (but behind the "[None]"
        entry).
        
        Change-Id: I01d388150241a8482a1f39f8eda26cdd5bb1d832

2017-03-14  Eike Rathke  <erack@redhat.com>  [bf63e5a3a6ae458ffe10061c1bcf969a534760c5]

        tdf#100462 inject language tags provided by spell-checkers to language list
        
        ... so they are available already at the first instanciation without having to
        be added manually, depending on which listing is requested.
        
        Change-Id: Idcb8f7fcbc82c757a2b06b8f04b81e88197a0a5b

2017-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [104d72b00c2c328f63591b26b9e65dd7355649b4]

        remove WITH_ALPHANUM_AS_NUMFMT code
        
        never been used since commit
        70de0c38fd177b3c95837118c5fb35e380c87e90
        "MWS_SRX644: migrate branch mws_srx644 -> HEAD" in 2003.
        
        Change-Id: I794aa890a222bcffb692db86772f8a1a5e76cb6c

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

        ofz: reject broken rle bmps
        
        Change-Id: I1354d4aa4d7e46cd3bf463e3350071aad3ff5674

2017-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [2cc5f18d10cf6ef1349d9518e6f67977f7c5d9bf]

        tdf#105729 RTF import: \ltrpar should not override \qc from style
        
        This is similar to commit 92fd894ea18672cba4cf961bdc4c0bc98f168102
        (tdf#94435 RTF import: \ltrpar should not override \qc, 2015-10-05),
        except that here the \qc is inherited from the style, it's not a direct
        formatting. The problematic code was added in commit
        2638faa2e834c2da4c195224fd88d32c29b3d0cc (writerfilter08ooo330: applied
        patch for writerfilter08, 2010-07-28), and it's not really clear to me
        what is its purpose, given that the DOC import equivalent in
        SwWW8ImplReader::Read_ParaBiDi() doesn't set the paragraph alignment.
        
        Fix the situation by not touching the paragraph alignment for the RTF
        case at least.
        
        Change-Id: I2baa2c8c8012d972740da7cf3f710117812859b3
        Reviewed-on: https://gerrit.libreoffice.org/35163
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-14  Stephan Bergmann  <sbergman@redhat.com>  [5ac443e180c54dee69a65a1569c99afe151f2f97]

        ToolBox::mbCustomizeMode is always false
        
        ...after b2262e8be35d51cc18afeb60486f19576a81adc0 "callcatcher: remove some
        unused methods" (and other clean-up of unused functionality that came before)
        identified ToolBox::ImplStartCusomizeMode as unused.
        
        Change-Id: Ic2c6720ca5519842796c7e993064aed637503aa2

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

        ofz: reject invalid mapmodes early
        
        Change-Id: I7fae0eb980b6dc655254da8b401fc1e71a4e65cf

2017-03-14  Jan Holesovsky  <kendy@collabora.com>  [986ab0b771e8e921d132059fda4971b18064c1aa]

        sd lok: Don't search on master pages & notes in Impress.
        
        Change-Id: I43ed9f53618dca09e0289bffadc2c05056e0eebb
        Reviewed-on: https://gerrit.libreoffice.org/35149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-14  Caolán McNamara  <caolanm@redhat.com>  [65dcd1d8195069c8c8acb3a188b8e5616c51029c]

        ofz#860 clear old data before reading new data
        
        Change-Id: I3bf5c2072a328052004c4c0551c2b125cb8ab19b
        Reviewed-on: https://gerrit.libreoffice.org/35165
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [42f2a87520153981e918e4bccf3410c382fb52d4]

        Translate some German comments in sc
        
        Change-Id: Ia6f2cc3a85f81c4853beea7a9f7b267a7fe89285

2017-03-14  Tor Lillqvist  <tml@collabora.com>  [a203e8112090b384b17679e22852ed2ae6eb30a8]

        Revert "loplugin:implicitboolconversion"
        
        This is not needed; the problem was in the Fedora 25 epoxy headers:
        They got badly broken in an update, and should not be used from C++
        code. If you use Fedora 25, make sure to use --without-system-epoxy
        for now. See https://bugzilla.redhat.com/show_bug.cgi?id=1431994
        
        This reverts commit cbb2e6b76868d5c67a713b68310b44be59bfab3e.
        
        Change-Id: I55c77ff279f1716004ac77cd3a08c4bb3fdf644b

2017-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [f645294d3959ab204ac0efb6619e74b5ba85efa6]

        remove unused RID constants
        
        found with the attached bin/find-unused-rid.py script
        
        Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf
        Reviewed-on: https://gerrit.libreoffice.org/35136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Tor Lillqvist  <tml@collabora.com>  [cbb2e6b76868d5c67a713b68310b44be59bfab3e]

        loplugin:implicitboolconversion
        
        For some reason this was not detected earlier, but now when the epoxy
        headers in f25 were updated, it is.
        
        Change-Id: I7be830153792414b0f913aaaecb2a1336ebf6fce

2017-03-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [427678b9cf7fe968c10877dd6facecd8552fd291]

        remove noise UUUU tags in comments
        
        Change-Id: Id8a2940ae7348bf75ca967f31adf8489dc678d00
        Reviewed-on: https://gerrit.libreoffice.org/35161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [250995d2b8d8ad544110d3daeb2f61089bff0aa5]

        change SvxFrameDirectionItem base to SfxEnumItem
        
        Change-Id: I82f01d0e3e4bf15ed6ba435406ae63b7c9110091
        Reviewed-on: https://gerrit.libreoffice.org/35160
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Justin Luth  <justin_luth@sil.org>  [a09fc7dd097357b60931739b6ed281a0b931aa73]

        ooxmlimport: move tdf#55381 unit test to ooxmlexport
        
        This test wasn't round-trippable because the page breaks were
        all lost, and all of the frames ended up on page 1.
        
        fixed in 5.3 daily debug bibisect 12a5c2be4d64199c6540969c645118112084a639
        best guess: author Tamás Zolnai 2016-10-28 14:10:41 (GMT)
        best guess: commit b927c1f4b334f80d2c2965e5b7327d6b6a685105
        tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.
        
        This doc still needs some work - the frames are shifted backwards one page,
        so frame 1 is on page 2 and the last page contains two frames.
        
        Change-Id: I512c1d66b742b29f1a9fe8644355f3d9df5ed1f1
        Reviewed-on: https://gerrit.libreoffice.org/35127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8137bcb9c2915b179c541154cee050a11c54ba59]

        add test for tdf#106456
        
        Change-Id: Icf8a52db84536ef540c5dcffceabfbeb5c1deb02
        Reviewed-on: https://gerrit.libreoffice.org/35153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b132445fc7b067b4a920a9648c180381332f05b0]

        try to fix webdav build
        
        Found by the "Random Condig" tb run #293.
        
        Change-Id: I8fa7b66444b9b57f289c963cb1da5e772341dc30
        Reviewed-on: https://gerrit.libreoffice.org/35156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0960ea6de3ecb0b64deea308a3362a08628adc60]

        sc: change nDirection type to enum
        
        Change-Id: Icaa71f99de7c97d1a9601ad00d2a6b0dbe8dae14
        Reviewed-on: https://gerrit.libreoffice.org/35130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  dennisroczek  <dennisroczek@libreoffice.org>  [f6678c297b3eb119a928344792951886d1d6ca53]

        fix typo: alreay --> already
        
        Change-Id: Iabb8588a2547c925c2c959f3b4831c89935a9529
        Reviewed-on: https://gerrit.libreoffice.org/35133
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cf21b6b19d918cdf3b6dc1c07c0b91e604370ede]

        sd: fix comparison between different enum types
        
        found while changing base of SvxFrameDirectionItem to SfxEnumItem
        
        > warning: comparison between ‘enum SvxFrameDirection’
        > and ‘enum com::sun::star::text::WritingMode’ [-Wenum-compare]
        
        Change-Id: Ide7c8193fd700f2503b05322f0d4d38f465b12c5
        Reviewed-on: https://gerrit.libreoffice.org/35148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Noel Grandin  <noelgrandin@gmail.com>  [b24a9f8b3537ee5c200c1d52fc51157f1ac55e9d]

        make o3tl::strong_int constructor explicit
        
        Could have sworn I did this originally, somehow it got lost.
        Also fix a thinko in tools::ResId I introduced in commit
        2b70fb58be039fbd05ea833a40b1b3e9f922e45c
        "Use o3tl::strong_int on RESOURCE_TYPE"
        
        Change-Id: Id3b39962255297010cd1feaaca6d822168311081
        Reviewed-on: https://gerrit.libreoffice.org/35108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-14  Pranav Kant  <pranavk@collabora.co.uk>  [41c7ee5f0a3d0e128134665d709fd46e663fd373]

        sw: Simplify - no need to create a pointer here
        
        Change-Id: I5c7d1d47f347b3ce8de6e2e4995da8724a464941
        Reviewed-on: https://gerrit.libreoffice.org/35045
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [4c4b2d98b22a7b0559ba822e998792a2185142b0]

        starmath: Return SmBracebodyNode from DoBracebody()
        
        to skip a push to the stack immediately followed by a pop.
        
        Change-Id: I97eb48db2521d640acec4d8080cceb56561eb901
        Reviewed-on: https://gerrit.libreoffice.org/35129
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [951fcc6556346e19a028443c70dea27d0cbc9c36]

        tdf#106456, don't try to use invalid ranges in external ref code
        
        Change-Id: I38e622df87dd4b5e37dd248c5181978e13890fda
        Reviewed-on: https://gerrit.libreoffice.org/35132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [6376d23c51056284b55f486569433953ec36e7d2]

        More ToolBox sal_uInt16 -> ImplToolItems::size_type clean-up
        
        Change-Id: I6ec50033a452493852729dc8efe78da2708cbd96

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [4eda033a0077b608a9a17ffb09485ad3d7dc0948]

        ofz#853 oom in svm
        
        Change-Id: Ibe41e1edb717b4e740971f4b972abdea769460eb

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [73858eed8e144c3cd9fcdae786e015ca325b9c11]

        fix remainingSize for writable modified MemoryStream
        
        Change-Id: If8abbca4701002b7c171c19fc6ec56d3211b0cb4
        Reviewed-on: https://gerrit.libreoffice.org/35145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [ee555c835aac8e21f0a08e7c9d513182728a4cfe]

        merge these similar buffer flushes together
        
        adds an extra SVSTREAM_WRITE_ERROR check to some of them, otherwise
        they're all the same
        
        Change-Id: I2a4c766ff267a246a9f126fa9b7d557cfa2d66b0
        Reviewed-on: https://gerrit.libreoffice.org/35144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-13  Jeevan  <suryamaddu@yahoo.in>  [befafd4f8d58f81ac9cb0e4ef8dfbda9373787f7]

        tdf#95416 remove ../ in #include headers of sfx2 files
        
        Change-Id: I5f3e1a8fe559500aec7ea9e38edaba42dff3f98b
        Reviewed-on: https://gerrit.libreoffice.org/35028
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-03-13  David Tardon  <dtardon@redhat.com>  [c0b4bd7409c86addc7971d7810176150c36fbf24]

        fix fontconfig build with new glibc and gperf
        
        Change-Id: Ia89f068d93b810b0c32df5df62a582322f3e5588
        Reviewed-on: https://gerrit.libreoffice.org/35142
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2017-03-13  Tor Lillqvist  <tml@collabora.com>  [2e497bb94f468da77151b80d9a7b528f53ce0b40]

        Simplify and sanitize some OSL_DEBUG_LEVEL > 2 (!) SAL_INFO code
        
        No point in outputting the enum class name when we know it is a value
        from that enum that we are outputting.
        
        Fix some random whitespace craziness.
        
        No point in putting that symbolic representation of an enumeration in
        double-quotes. It is not a string in any sense.
        
        We can pass an OUString directly in SAL_INFO.
        
        Be consistent, put a double-quote on both sides of the string (font
        family name), if at all.
        
        This is a way too verbose commit message for such a trivial change.
        
        Change-Id: I9e3f96856a634dc16f0e24f789c1898d7ec75fd9

2017-03-13  Tor Lillqvist  <tml@collabora.com>  [b470eb0972eae3771c3dea2d51bbcf071e493c8c]

        WaE: Operator precedence is difficult to get right
        
        Fix C4806: '&': unsafe operation: no value of type 'bool' promoted to
        type 'int' can equal the given constant
        
        Change-Id: Iedd54379a67373fb3499a0a780f2cbfc83f08e84

2017-03-13  Tor Lillqvist  <tml@collabora.com>  [0760718be8a4355127159efc27d3b5c926402836]

        Fix bit-rot in OSL_DEBUG_LEVEL>2 (!) code
        
        Change-Id: I376933a033a2dc2b5b7b59006b93d14a65463aed

2017-03-13  Tor Lillqvist  <tml@collabora.com>  [21a060a0ca597bce8dc6f73190ca48293164aaf7]

        Bin leftover debugging fprintf with reference to some mysterious 'grLog()'
        
        Change-Id: I6b9423db247583ff1dcbd469db5dfab7f89e7457

2017-03-13  Varun Dhall  <varun.dhall@studentpartner.com>  [35067628a2e2353f1a1b22051efe0b20377419bf]

        Added Test for EditEngine - Copy/Paste using Bold/Italic Text
        
        Change-Id: Ifd2fd8088590493377749866f37b1e663f97fa76
        Reviewed-on: https://gerrit.libreoffice.org/34983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [9e6b3a07f6de5cd9671884e91abad6b2139405ed]

        Clean up odd non-static member functions with pThis paramter
        
        ...and get member function const'ness right overall
        
        Change-Id: Idb422039108d1dde9f6a8b881f6dff742030f6f0

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [eba8515c779eef24d53a464d9345a9154ca195d6]

        loplugin:loopvartoosmall
        
        Change-Id: Ide32700aab3427a8bf18c806968822cdf3f91bf2

2017-03-13  Tor Lillqvist  <tml@collabora.com>  [fdff69bd587f92781b45fdc5b9c592d4c57317e9]

        Bin some noise comments
        
        Change-Id: Ia315f446c374ac08d8a4b7247c571b70cbbab5ae

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [1d46d83b2d95c8f32b5d350bc99cdc3bafd7f7dd]

        ofz#846 timeout in wmf, can defer clip region if we don't do anything
        
        Change-Id: I8711bb5c676194d9b34df2584a31851dfcc901e6
        Reviewed-on: https://gerrit.libreoffice.org/35143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [849c82495e838afb09c3c0d63fa506a7f3e2a82c]

        Unnecessary OUString instances
        
        Change-Id: I81a59c7847e2109198a35cbdb49f5bcf3505c4ba

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [6661bdb076f05427d28a3b069da7ea9ae957cd94]

        Minor loplugin:unnecessaryoverride improvement
        
        Change-Id: I3afb31b642a47e767dda0614d223b6b7f22e5d54

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [e20d9867e29c75dbe4c4c87077d461d3c7d5fd86]

        Werror=maybe-uninitialized on arm toolchain
        
        Change-Id: If728a1da99d9146d60d15b5273a7a89764b82d51

2017-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [12eee112ce0d75816b049d987ea863c944a6ffb8]

        mDNSResponder: fix SHA256 checksum
        
        I guess you can only see the problem if you not only do a from-scratch
        build (like Jenkins does) but also empty the tarball cache.
        
        Change-Id: I1238e35abe1a6009ce0e0c3406e20aa1879c65bc

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [512afb41899a78f1e19ba79f237608aec15cc8bc]

        Resolves: tdf#105998 distort hairline borders to fall inside the canvas
        
        if we are a hairline along the very right/bottom edge
        of the canvas then distory the polygon inwards one pixel right/bottom so that
        the hairline falls inside the paintable area and becomes visible
        
        Change-Id: Ie5713f6916cf5b47fdf14f86f034e38cda9900fd
        Reviewed-on: https://gerrit.libreoffice.org/34243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [e1f36eddf4596901a51de42322ccbf8d1df9d139]

        Resolves: rhbz#1431540 crash in SwDBManager::releaseRevokeListener
        
        Change-Id: I8e61163de7e6192bdf613ab6b58906326499d6c2
        Reviewed-on: https://gerrit.libreoffice.org/35137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-13  Eike Rathke  <erack@redhat.com>  [b306f535c0f76820dfe2cd221603def8a079f159]

        force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKey
        
        ... so only SvNumberFormatter can use it, as intended.
        
        Change-Id: I91875dfd00d1f83b3ae988bda922782336489f73

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [f2b4d849715b5dfcbaf422846327fd41d3576ba1]

        Fix loplugin:unnecessaryoverride
        
        (user-provided virtual dtor in class with dependent base)
        
        Change-Id: I37b3cc3d32e76a0286ecc91f999920e3dfe706cc

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [6e4d3bad807a32371fe49f0a4a28ca0e5b0f6e70]

        Clean up integer types representing positions in ToolBox's item vector
        
        (vs. uses of sal_uInt16 representing such items' IDs).  APPEND and ITEM_NOTFOUND
        are members of ToolBox now (and have been bumped to the corresponding type's
        max).  The payload of VclEventIds
        
          ToolboxButtonStateChanged
          ToolboxClick
          ToolboxHighlightOff
          ToolboxItemAdded
          ToolboxItemDisabled
          ToolboxItemEnabled
          ToolboxItemRemoved
          ToolboxItemTextChanged
          ToolboxItemUpdated
          ToolboxItemWindowChanged
          ToolboxSelect
        
        has been changed too (note that reading/writing of those payloads isn't very
        consistent, though: for some of these, values are written that are never read,
        while for some others no values are ever written but the reading code would like
        to receive some value if the payload wasn't a nullptr).
        
        Change-Id: I4856ffb3637404b8d866621a3503d7922b1b8141

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [4ea76db5e53235971b597a2810a6d12618d6aaea]

        rhbz#1431476 dnd has started copying instead of moving slides
        
        Is suspect something has changed in gtk3, and I think we're
        not supposed to use gdk_drag_drop_succeeded at this point, but
        instead we'd get a dragFailed signal on the failure case
        
        Change-Id: I6b305db56a29255b468ca9182d1f7e57cb4c10f4

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [4842f402c68397edcb960f8e83f43028af8eb3db]

        ToolBox::GetItemCommand/GetItemWindow/EnableItem take IDs
        
        ...not positions in the [0..GetItemCount()) range, so what's probably missing
        here is to map from positions to IDs.  Code was originally introduced with
        8a429819aab795e131bb2567f08cc0c2d1784624 "findbar01: enhancements for findbar".
        
        Change-Id: Ia95b65e14bb81dac940269b167434f83cefbd4d8
        Reviewed-on: https://gerrit.libreoffice.org/35102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [867f1e5404536fd2f2ffd57fb4510f1eb7ed4561]

        ToolBox::GetItemCommand/GetItemWindow take IDs
        
        ...not positions in the [0..GetItemCount()) range, so what's probably missing
        here is to map from positions to IDs.  Code was introduced with
        f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 "fdo#74132: Do not interrupt search in
        Writer."
        
        Change-Id: I0049b76c91c8ed5a9f4051f170454fb3d49c46f9
        Reviewed-on: https://gerrit.libreoffice.org/35101
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-13  Justin Luth  <justin_luth@sil.org>  [4605bd46984125a99b0e993b71efa6edb411699f]

        tdf#103931 writerfilter breaktype: same for implicit and explicit
        
        MSWord normally does NOT specify "nextPage" for the sectionBreak,
        since that is the default type. That is imported as BreakType == -1.
        However, Writer ALWAYS exports the section type name, which of
        course is imported explicitly.
        **There is an import hack that treats the very first -1 section as
        continuous IF there are columns**. Since Writer explicitly defines
        the section type, these documents import differently.
        
        When Writer round-trips these types of files, they get totally
        messed up in Writer, although they look fine in Word. So, treat
        both implicit and explicit nextPage identically for
        bTreatAsContinuous during import.
        
        Another unit test demonstrated that headers/footers are lost when
        treating as continuous, so preventing that situation now also.
        
        This fix allows several import-only unit tests to round-trip.
        
        Change-Id: I37fa861d82e8da564d28d8e9089fe0f2777650fb
        Reviewed-on: https://gerrit.libreoffice.org/35013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3902bb7a45f6266c51e01eddcda4e25b34814957]

        Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"
        
        As it causes "unopkg.bin:
        /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/comphelper/source/misc/threadpool.cxx:96:
        comphelper::ThreadPool::~ThreadPool(): Assertion `mbTerminate' failed."
        in
        <https://ci.libreoffice.org/job/lo_gerrit/8283/Config=linux_clang_dbgutil_64/console>
        and also locally. Revert till it's clear if that assert() should be a
        SAL_WARN() or unopkg has to be fixed.
        
        This reverts commit 9899ffd244dd367ba69dffe1f21f4f0222064a46.
        
        Change-Id: I72902f7da410012340aa8231d84c6871a3f7b976

2017-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d778261d4dd6e50e6c5f7583c4dfa5f8d5b5a0b]

        sw: prefix members of SwTableBoxFormula
        
        Change-Id: If96fbf097e2314303e60fd4f10ae314d12f2c468

2017-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [93985db3410f3ce685e6da6ef77457bb72d56201]

        fix android build
        
        Change-Id: I960768ff98137a50da44348bffeec329295ea95f

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [99b40c2eac242b9bc8674f09df8aaa53d6c836d0]

        ofz#837 divide by zero in met
        
        Change-Id: I7acdea720ba29eb9b9fb3ef8e8cbc76a673d17c2

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [d4b89fdb51c0936c50457a2f1e8f6b38d5dd7eb2]

        this is a swap
        
        Change-Id: Iaf6310055b60da772187fdbeaca74d6eb296cfca

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [44e0bbee08bc4df85236935fb7769d5434e5f5ee]

        improve scoping
        
        Change-Id: Ibb1625ff974cc1a35e5547b6ce88bf13d186d4bb

2017-03-13  Caolán McNamara  <caolanm@redhat.com>  [07679362a1efae9cd81e6c0ace8c198efa3b2b77]

        ofz#836 fix leak
        
        Change-Id: Ifd818cdf81516bd449db14bb1e84ed508e4b7d96

2017-03-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [7e9857c2935bb2533806db4e71c6cd1e171c3478]

        templatize SvXMLEnumMapEntry
        
        in preparation for "scoped UNO enums".
        
        This is a little hacky: In order to limit the scope of this change,
        the templated SvXMLEnumMapEntry struct actually has a fixed size field,
        and we cast it to SvXMLEnumMapEntry<sal_uInt16>* in various
        places, to avoid carrying the type param around.
        
        Change-Id: Idfbc5561303c557598dd5564b7a7259ae5261d83
        Reviewed-on: https://gerrit.libreoffice.org/34987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-13  Noel Grandin  <noelgrandin@gmail.com>  [7c0e3d0b37131b12262d0f610505b3384923c4a1]

        convert GraphicDrawMode to scoped enum
        
        Change-Id: I18eec89c4e1ebb86d64297e7cef4b36bf12df59f
        Reviewed-on: https://gerrit.libreoffice.org/35004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-13  Stephan Bergmann  <sbergman@redhat.com>  [25ea809f5b4548ff887aa4bb10bbf7b2fe86aedb]

        Missing NUMBERTEXT_EXTENSION_SHA256SUM
        
        ...after faef35d8653003786f9a0ea2ae1a2330fd15d632 "Move file download
        verification from md5sum to sha256sum".
        
        ATTENTION: A proper SHA from the source of that
        b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt is needed. The value
        substituted for now is just my local sha256sum after download.
        
        Change-Id: Id31508f10c6cd936e5c6318731ceed71bdc25f48

2017-03-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9143dd4ebe37b608e43d04434cf831624bf55b65]

        Related tdf#54443 List only matching JREs
        
        I.e. show only 64bit JRE for 64bit LO and 32bit JRE for 32bit LO
        
        Change-Id: Id5e890637c7e1014bcb4e6fdd9ed9a33765112d5
        Reviewed-on: https://gerrit.libreoffice.org/35026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [898f3541371a3fc59afb0907d3397a4876791789]

        cppcheck: unsignedLessThanZero
        
        some stuff cppcheck missed in this file.
        plus use empty() and front()
        
        Change-Id: I612078d503c555afd681526f95d17502ffd585ba
        Reviewed-on: https://gerrit.libreoffice.org/35094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b8261a99ae537078e0bc1c62154fc6c66c7556b4]

        improve readability
        
        and make it easier to debug.
        top crasher in 5.3.0.3 is around this area:
        https://cgit.freedesktop.org/libreoffice/core/tree/vcl/source/gdi/
        bmpacc2.cxx?h=libreoffice-5.3.0.3#n235
        
        http://crashreport.libreoffice.org/stats/signature/
        BitmapReadAccess::GetPixelForN32BitTcRgba(
        unsigned%20char%20const%20*,long,ColorMask%20const%20&)#summary
        
        in case someone wonders suffix increment '++' precedes dereference '*'
        
        Change-Id: I15876711db569d55739da3514f61ef1b981269ab
        Reviewed-on: https://gerrit.libreoffice.org/35099
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-13  Khaled Hosny  <khaledhosny@eglug.org>  [48670533998f078525f7dad94b89bc371a5b3947]

        Ignore the checksum embedded in the file name
        
        That is always MD5 sum, but we expect SHA256 now.
        
        Change-Id: I8edf61b9a663f6f1ecc5cf23c93211e0b3201631
        Reviewed-on: https://gerrit.libreoffice.org/35067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-12  aleksandar-stefanovic  <theonewithideas@gmail.com>  [243476399e76fb5ad2ce8c7fbef9e224b330c706]

        Made sort menu use radio buttons
        
        This makes it MUCH easier to see what sort option is currently
        selected. Removed the mechanism of switching between labels when
        the option is toggled, and instead put all the options into a menu.
        
        Change-Id: I44142dc842d983d5438faeb06b67046bad235308
        Reviewed-on: https://gerrit.libreoffice.org/34640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f09093b8bbc119f50763e1b629424cc2669628a]

        the test seems to depend on the fonts
        
        Fixes "Random Config" tb run #289
        
        Change-Id: Ib1d672ac0a68e977f8d32f87c730ff1b0822f32c
        Reviewed-on: https://gerrit.libreoffice.org/35109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-12  Caolán McNamara  <caolanm@redhat.com>  [4cde204c297ab122b1496444aa2e31c388f621d7]

        ofz: pct oom, avoid allocation bitmap until after size checks are done
        
        Change-Id: I12817adc50d45e2f08b3b5d4cb43daa527d274e9

2017-03-12  Caolán McNamara  <caolanm@redhat.com>  [2a118816d90e8daa36a447db7cf4718830450099]

        ofz#827 avoid oom in xpms
        
        Change-Id: I323be5e042e0ccb21956def70a8c481833f43998

2017-03-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [127b2e59995f3abcf1593138cd27af9f375d7b1b]

        Fix typos
        
        Change-Id: I63da858b3f264cd099e60192633b44d362b6fad7
        Reviewed-on: https://gerrit.libreoffice.org/35055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-12  Caolán McNamara  <caolanm@redhat.com>  [975bfbe29dc92de8d9e081685d2377ea8f7ce62e]

        make this a member of SvxBrushItem
        
        Change-Id: If1216b03a313885bb284ca5ddcd8a91167a3638b

2017-03-12  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [b9c1eb5d929061570c95f7438471e6c07097f40e]

        solution ProjectIDE-vs2013: Generate.5: only 1 .vcxproj and .filter pr module
        
        change for cicle to generate only one .vcxproj and .filter pr module
        
        Change-Id: I93f2279e368e11ef5b9d442c6dcdfa4bf39bd6c2
        Reviewed-on: https://gerrit.libreoffice.org/35075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-12  Stephan Bergmann  <sbergman@redhat.com>  [f44deda8630fbe346cef5e1e93866c334c1c0818]

        nZoomId is already a ToolBox item ID, not an item position
        
        ...so doesn't need to be passed through GetItemId.  Apparent thinko in
        e3bd10f8d5c7750dd0a700f738f4713519cde118 "adjust the hide of the zoom so its
        dynamic on docking/undocking navigators".
        
        Change-Id: I26c300522f048b8fd661856bfe2789ee7718ad15

2017-03-12  Stephan Bergmann  <sbergman@redhat.com>  [c6d0dd62f7aa92be723317c8be518136eec26893]

        Better use 0 instead of TOOLBOX_ITEM_NOTFOUND for "no ID available"
        
        ...return value from ToolBox::GetItemId, as is done in all other places where
        such is returned from one of the ToolBox::GetItemId overloads.  And
        TOOLBOX_ITEM_NOTFOUND is otherwise only used for item positions, not item IDs.
        (This lone odd use of TOOLBOX_ITEM_NOTFOUND was introduced with
        ae5f75ab0515f8ee63813ec9284fbfb2124f0a5d "Allow a common op. on a disposed
        toolbox", probably by accident.)
        
        Change-Id: Id767b1d8d0b3cdfdc0ec525f165d75ae0cef7301

2017-03-12  dennisroczek  <dennisroczek@libreoffice.org>  [ff414feabe5bb5b7504cd02c70fa4e708ca557c0]

        fix typo: ambigous --> ambiguous
        
        Change-Id: I4940fe7e51df19275ba42a572c7a7a35ac2079f4
        Reviewed-on: https://gerrit.libreoffice.org/35090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-12  Julien Nabet  <serval2412@yahoo.fr>  [c91c210188f202fadbeb04ca3e0a83b177b00062]

        cppcheck: unsignedLessThanZero
        
        Change-Id: I5c41c06f9bfa6c23a6984d2f7f5b118a13065da9
        Reviewed-on: https://gerrit.libreoffice.org/35088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-12  brainbreaker  <gautamprajapati06@gmail.com>  [686651c30a9697463c9910f71736abe607efb270]

        Combine List Item & Grid Item Adapters of File Explorer View
        
         This commit will combine the code of ListItemAdapter &
          GridItemAdapter in LibreOfficeUIActivity to one
          ExplorerItemAdapter which will handle both the view
          types.
        
        Change-Id: I45c1f5124afee82ff0b78f13609acd37be87fde1
        Reviewed-on: https://gerrit.libreoffice.org/34680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-03-12  Stephan Bergmann  <sbergman@redhat.com>  [6bf42c1cf0a4597fd2ef8034d6a5a4c5e1dd2ce8]

        ToolBox::mnFocusPos is unused
        
        ...ever since b8f7708176f56d6093405faf6f112004db359be9 "#96972# improved key and
        focus handling"
        
        Change-Id: I236143997f6e90eaa8cc28e10c17ff5a647da48c

2017-03-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ddf82cd0ed2b19752a946dc482249adb7cbb8f64]

        lok: start describing UNO commands used through LOK
        
        Change-Id: I44ce5a8a7ef939cbe48f6164284fae88a090a724

2017-03-11  Caolán McNamara  <caolanm@redhat.com>  [473efc7a879aa5762dc87a0f3b80aa0f1fe31313]

        ofz: test if comment data is available before alloc
        
        Change-Id: I0d2cdae6a825fc74d08c55353f48f64021542be4

2017-03-11  Caolán McNamara  <caolanm@redhat.com>  [1e8d00719c851d69d36cd66eb115c517c1696b64]

        ofz: turn assert into throw
        
        cause size arg is controllable by the file data
        
        Change-Id: Ia92b56c04271557afbec1ab47620bcb34f1c0e8a

2017-03-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [864082408b1647db3f0776b6a540461ddb91f12e]

        ChartDumpTest: Bigger delta is needed here
        
        Change-Id: Ic7583e06cbb287805a11b148b40b6e5eda22c6eb

2017-03-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [cdd4a9fa539bcfc11dda35adda4b290ceab9e0b0]

        Passing shaperect to addShape function is useless
        
        Shaperect is ignored by createAndInsert() so it has no effect
        at all. Also when this parameter is set the size and position
        is set using the same shaperect, so don't need to pass it also
        as a parameter.
        
        Change-Id: I35a7953f3eda1bdd19af6f3e77c55b5c7e1f7161
        Reviewed-on: https://gerrit.libreoffice.org/35073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-11  Caolán McNamara  <caolanm@redhat.com>  [28e61b634353110445e334ccaa415d7fb6629d62]

        ofz#817 nStrLen-1 changed to nStrLen-3
        
        regression from...
        
        commit ff8f6629287d0d1bdbcf4f8ed16cb8d077d08c7a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jan 19 16:56:34 2017 +0000
        
            Resolves: ofz#424 guard against broken dxary length
        
        but this weird typo doesn't appears in the 5-2 and 5-3 backports,
        odd how I managed that
        
        Change-Id: I5fb1db2284d48ee78e717d41274a3d37ab0255cf

2017-03-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [441534187d6a999e12e4588728023e01d9578770]

        Use the converted shape rectanle here
        
        Change-Id: I38092b9ca0de2c73a639588d441eff56eb88e33e

2017-03-11  Jean-Pierre Ledure  <jp@ledure.be>  [71a646895d34e6ff273eb1ca0a7e99bd3b1e1163]

        Access2Base - RunSql: execute i.o. executeUpdate
        
        execute on Statement seems safer for some DDL statements
        Additionally error handling was initiated, not terminated.
        
        Change-Id: Ic2e987a84e87c01048b65f74efc938163ca17f2c

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0aa12db1c7ddcf87fef26b1467d8e4c5f5786531]

        Fix typos
        
        Change-Id: I8afde16343288888d9b1806fae6cba3514812d02
        Reviewed-on: https://gerrit.libreoffice.org/35062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [66891aaebe089594fea38368b23800505fc6a0e4]

        Fix typos
        
        Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1
        Reviewed-on: https://gerrit.libreoffice.org/35061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f72718614578cc8d76df1cbcee5fd5d9ab0fd00d]

        Fix typos
        
        Change-Id: I23b16792005d66588e3439eb6482adda96c45673
        Reviewed-on: https://gerrit.libreoffice.org/35064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9dde2f019363e2d35c320b33306bff9a65118ee5]

        Fix typos
        
        Change-Id: I2be7113bfe86476acfd6550f1eed53eed83c9747
        Reviewed-on: https://gerrit.libreoffice.org/35063
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  dennisroczek  <dennisroczek@libreoffice.org>  [809d136e741891488409df670384e2663006b020]

        fix typo: exptected --> expected
        
        Change-Id: Ibefaed54c8fdce22fbae0116b4df5db4023ef7d6
        Reviewed-on: https://gerrit.libreoffice.org/35057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  Tor Lillqvist  <tml@collabora.com>  [cb508b7faa8347dda4eea837af0dd36a246c572d]

        Don't bother looking for Visual C++ Express any longer
        
        Visual Studio 2015 has a Community Edition. Use that. VS2017 has no
        Express variant at all.
        
        Change-Id: I23bcd10c543a7626b2d69d64306fa5eac74e3b27
        Reviewed-on: https://gerrit.libreoffice.org/35009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-03-11  Stephan Bergmann  <sbergman@redhat.com>  [89f3f90c4e1136c9fc69b9b4c3c39376ecc027b3]

        Fix passing /DEBUG:FASTLINK linker option
        
        ...which needs to be past at the end of the command line, after a /link option.
        Looks like at least MSVC 2015 Update 3 silently ignores the garbage /D option
        -DEBUG:fastlink, while clang-cl complains.
        
        Fixes 96af392ba495383927dc886f13a1f5a5cc46d9c1 "Use /debug:fastlink linker
        option to improve link performance".
        
        Change-Id: Ib679d4ce3ac4a7622ba7b066edbfe1872892137a
        Reviewed-on: https://gerrit.libreoffice.org/35048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-03-11  Michael Stahl  <mstahl@redhat.com>  [9899ffd244dd367ba69dffe1f21f4f0222064a46]

        comphelper: fix MSVC hang in ThreadPool::shutdown()
        
        Commit aa68c99d88fd7abe08c4aee5206c859a0cdba38e added some code using
        std::condition_variable to comphelper.
        
        Built with MSVC 2017, this causes many cppunittester.exe processes to
        deadlock in ThreadPool::shutdown():
        
            maTasksChanged.notify_all();
        
        This ultimately calls NtReleaseKeyedEvent(), which never returns.
        
        The reason appears to be a bug in Windows 7, for which a "hotfix"[1] is
        avaiable here, but it's apparently not distributed via Windows Update
        so we likely can't rely on users or even developers having this installed.
        
        However, the documentation of DllMain[2] and ExitProcess[3] indicates
        that during shutdown, by the time global destructors are invoked
        all threads other than the one that called ExitProcess have already
        been terminated.
        
        Returning from main() implicitly calls ExitProcess [4].
        
        As it turns out the problem only happens for some CppUnitTests because
        soffice.bin will call ThreadPool::shutdown() from Desktop::doShutdown()
        while it is still safe.
        
        [1] http://support.microsoft.com/kb/2582203
        [2] https://msdn.microsoft.com/en-US/library/windows/desktop/ms682583(v=vs.85).aspx
        [3] https://msdn.microsoft.com/en-us/library/windows/desktop/ms682658(v=vs.85).aspx
        [4] https://blogs.msdn.microsoft.com/oldnewthing/20100827-00/?p=13023
        
        Change-Id: I6137461ca7efe9a5fbe4f8f8478fb96de3570469
        Reviewed-on: https://gerrit.libreoffice.org/35066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [aa204f1c09a760d6753c408376ab7307fb13ad91]

        tdf#106217: Wrong size and position of a shape inside chart
        
        Same code which was added to the method
        DrawingFragment::onEndElement() in
        d178d7bef193565a7d6aacbc37a58dfc4bd7b316
        
        A shape's size and position inside a chart object
        are primarily defined by <cdr:from> and <cdr:to> tags in
        drawing.xml, but in the same file we also have
        an <a:xfrm> tag which is used for the same thing
        (defining size and postion) in general. Testing with
        MSO it seems it ignores what values are set to <a:xfrm> and
        uses only the <cdr:from> and <cdr:to> values.
        The test document showing this problem must be created
        an earlier version of MSO, becuase <a:xfrm> is set to some
        random values. Editing the chart and saving it with MSO
        2013 the <a:xfrm> values are set consistently with
        <cdr:from> and <cdr:to> pair.
        
        Change-Id: Icbaff78e5a6fcea36678c3b3755c97f57976b626
        Reviewed-on: https://gerrit.libreoffice.org/35069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-11  Tamás Zolnai  <tamas.zolnai@collabora.com>  [588a85798ae7c44864be0b9d823618fc03e2028c]

        Fix windows build with activex disabled
        
        Change-Id: I810241ad4624ae2ad4e42e2dbf4c226f622a35ad
        Reviewed-on: https://gerrit.libreoffice.org/35070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-11  Tor Lillqvist  <tml@collabora.com>  [5d6532a94b6737c9fe453bc42beb27c6a83e5119]

        Fix (German?) spelling mistakes in comments: s/save/safe (the adjective)
        
        Might be more of them left, I found these by looking for "is save" or
        "it save".
        
        Many more potential misspellings of "Safe" as "Save" in identifiers
        are left. Need to check individually which of them actually mean
        "Safe", which mean "Saved" perhaps.
        
        Change-Id: I5d3791ea2df2e1d485f65400404972b72af45aec

2017-03-11  dennisroczek  <dennisroczek@libreoffice.org>  [8636e2462d9a8f7ed092246cc152030467d96515]

        fix typo: savety --> safety
        
        Change-Id: I6fab05c05c8f79607b75429f32be0497b54b3cb7
        Reviewed-on: https://gerrit.libreoffice.org/35059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c0ed8e953745c65ea339b2498551894fbae70def]

        add VBA test CINT,CLNG functions tests
        
        Change-Id: I69f0144006e4ed226e8b158c0cc9f60dda0a9184
        Reviewed-on: https://gerrit.libreoffice.org/35060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0f0ebddb81a7c5b83bdf8d050bfe38dad26f0bfd]

        Fix typos
        
        Change-Id: Ic54e808956e5cf4e8079942c0ff799f802cd4b6c
        Reviewed-on: https://gerrit.libreoffice.org/35053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c328aefa6f2c9a04c50bad7228a468ff2f136d22]

        replace macros and use scoped enum
        
        use OUStringLiteral to store format names.
        just create ResMgr, no need to check if its gone.
        
        Change-Id: Ie3e33bc70b975d8ee49f47dcf23737ca56652f1a
        Reviewed-on: https://gerrit.libreoffice.org/35007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fba66b325c493567126b23d481d75ee00dc9c30d]

        Fix typos
        
        Change-Id: I19d30a1ef4236dbe0a0053dad67a5ba7b1586fc8
        Reviewed-on: https://gerrit.libreoffice.org/35054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Johnny_M <klasse@partyheld.de>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-11  Justin Luth  <justin_luth@sil.org>  [b4fdb46a75731b22eb85671af4773e5bc9208f85]

        ooxmlimport: unit test for tdf#93640 is round-trippable
        
        Since this test round-trips well, move it to ooxmlexport
        
        Change-Id: I95038e27a5779687152cca2bd31fe5719cac65b6
        Reviewed-on: https://gerrit.libreoffice.org/35034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-11  Khaled Hosny  <khaledhosny@eglug.org>  [423cc764291bc07acb9d4d2414151b08de232a0f]

        If these *_MD5SUM are not used, why keep them?
        
        Change-Id: Ia78492ce4b30dc46004037448c613de1ff07c601
        Reviewed-on: https://gerrit.libreoffice.org/35065
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1577f01b29b4f0e1eadadda71a7b7b479043519a]

        add VBA COS function test case
        
        Change-Id: I9014e068576d68613da6a70526dcb5b8e278e3f1
        Reviewed-on: https://gerrit.libreoffice.org/35027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-10  Khaled Hosny  <khaledhosny@eglug.org>  [3cee50476e422e3ed84169cdcbe6bd9883fc9316]

        tdf#106466: Use graphite2 shaper first
        
        We want to always prefer Graphite shaping when supported by the font,
        which is also what HarfBuzz does by default.
        
        Change-Id: I6670fc03b8e6b3d7e07e1b8e0062880524da1655
        Reviewed-on: https://gerrit.libreoffice.org/35046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7ae22f903e4d33867cd48088328cab627a3c43b8]

        bessel* functions tests roundsig(15->12)
        
        roundsig( ,15) breaks some buildbots
        
        Change-Id: I53715a698d20df78458056c3a90db8e88116e77c
        Reviewed-on: https://gerrit.libreoffice.org/35049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-10  Eike Rathke  <erack@redhat.com>  [ca1f051972946b24cb6658143fb0d0ac3587a988]

        Resolves: tdf#106459 3D reference can't be handled as vector reference
        
        Change-Id: Icba12a6218086079a7d5538f7263bccb1f2ee1b0

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

        ofz: min action has to be >= 4
        
        Change-Id: If03837dff5d7db6907f13c32ce05a74e4a0b7b55

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

        mnFormerPos is unused
        
        Change-Id: I147b68882d99b8712625178e5206ea7c0f5f7401

2017-03-10  Stephan Bergmann  <sbergman@redhat.com>  [609b13037036dfbca952a018403950d7046a3027]

        Propagate integer type mismatch out of ToolBox::ImplFindItemPos
        
        Change-Id: I6f0c06491cf3c09d97b637d7456debd1e3decbcd

2017-03-10  Michael Stahl  <mstahl@redhat.com>  [ee9cb85e9adc03693141a106630a4f278b4e93ac]

        gpgme: change gb_LinkTarget__use_gpgmepp to depend on package
        
        This replaces f764d67da42caa71fd5e02146b1ca32680ae2f6e with a better
        fix, no point in littering the makefiles with manual dependencies when
        we can just avoid the problem in one place with a tiny performance cost.
        
        Change-Id: Ic7e91ee4c99deb12a9544cf691c0995de6ae2bad

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [14cdcd154e9621ffdc4e00af7bc84b56d76d6cd4]

        min valid jpeg len is less than 512
        
        our qa tests already include such, so this isn't right
        
        Change-Id: I86fb02bf353fb5b228db915f04db6e36cfb40c51

2017-03-10  Stephan Bergmann  <sbergman@redhat.com>  [516bb69247c79ea0913856b9b053599f57ad90fb]

        The previous commit wasn't really thought through
        
        Change-Id: I88e44e637e2ac93b4deed42a2d0f94b0a973c995

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [3114d8a12eb14f27229ecaad6d810e2020b86441]

        improve scoping
        
        Change-Id: I2c7f607f05b07b7ec5453758910fdcb7f27ae697

2017-03-10  Tor Lillqvist  <tml@collabora.com>  [43af3605d7e3b372dcc61f9cbc2cabff09396ed5]

        Fix comment to match reality
        
        Change-Id: I13eb327673af451cc81d4134ec8fedb33702c0ac

2017-03-10  Stephan Bergmann  <sbergman@redhat.com>  [d3b5bd4a07a619db6bee1c39c32280ac3c620532]

        loplugin:loopvartoosmall
        
        Change-Id: I07c13c354df1d7f523b08a39f2ed3f008051f7aa

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

        ensure SfxApplication exists for editeng test
        
        Change-Id: I73814e38437f83f8aa7b87addc285e82f7357bea

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

        ofz#799 stop decompressing if the file is truncated
        
        Change-Id: I4040ebbf7b21905b950f4af36012bc83aebaa320

2017-03-10  Andras Timar  <andras.timar@collabora.com>  [bed6a22318cf50f22c143708a24dc1638f677a5e]

        remove empty strings, transex3 gave a warning
        
        Change-Id: I750bee7241e36b5c5fe9075cb3ce606f2b9bbd5e
        Reviewed-on: https://gerrit.libreoffice.org/35042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-03-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c54bb4a9f76a11561a7f4010382dbe46c0d2ef2a]

        tdf#99352: create editeng::SharedVclRessources
        
        - instead of keeping vcl resources in a rtl::Static
        - these are shared owned by all EditEngines
        - they let go of them when disposed
        - thus, this should prevent VclPtrs to leak beyond dispose()
        
        Change-Id: Ic6198c19d0ff9c09ecdea377d07807f08711d6a0
        Reviewed-on: https://gerrit.libreoffice.org/34986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1a044b25c279236d9f67847ec6ad426d8c5aac13]

        tdf#99352: dispose EditEngines when SfxApp dies
        
        In an ideal world, by the time we reach DeInitVCL() there should be
        neither non-null VclPtr nor EditEngine instances around. This fixes the
        former for those VclPtrs owned by EditEngines, by disposing them when
        SfxApplication is dying. The goal is -- for now -- to not have any
        non-null VclPtrs around by DeInitVCL(), so we can e.g. assert() on that
        to pick up regressions.
        
        Should we one day have all EditEngines accounted for with proper smart
        pointers that get torn down before DeInitVCL(), the Dispose() introduced
        here might be removed again.
        
        Change-Id: I47b17f7fd31fce2ac5fd6f6b146d356d7d07e677
        Reviewed-on: https://gerrit.libreoffice.org/34985
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-10  Eike Rathke  <erack@redhat.com>  [fe73eff36718b6d99d0cf92d750c457872cc4dcc]

        guard against a (theoretical?) endless loop of blanks only
        
        Change-Id: I68d6cca1b359aa8fba42663bddb1107c31102415

2017-03-10  Eike Rathke  <erack@redhat.com>  [c407fff205a270e02fe07885805b7250e71c28f8]

        prevent string access out of bounds
        
        Though only the closing 0-character and the following check excludes that,
        dbgutil asserts.
        
        Change-Id: Ife1299042a60f6f058c4cf58b406d1cc022786a7

2017-03-10  Eike Rathke  <erack@redhat.com>  [77a8cf7eaf638276030d1c5be8705f5603f071a9]

        string access out of bounds
        
        Change-Id: I4f6e6e8e77cdabe593bca5719b6ef38aeecc5da7

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

        ofz#797 truncate broken polygon to amount read
        
        to avoid super slow polygon math
        
        Change-Id: I30ef0afe96d9863df27ef7a4e7f7e8e7af36f8c1

2017-03-10  Justin Luth  <justin_luth@sil.org>  [3a9e87d14eb4bf9415dd96c77cbec75c03e9682c]

        ooxmlexport: move tdf103931 unit test to ooxmlimport
        
        Visually, this unit test round-trips terribly.
        During round-tripping, the 3 columns (related to textsections)
        in the very first section get transferred into the pagedesc. Thus the
        first section is "lost". For some unknown reason, another section
        is added later on. So, cummulatively, the section count remained
        the same, but whatever fixes these two situations will also affect
        the section count.
        
        However, it should work fine as an import only test.  There ARE
        three sections in MSWord after all.
        
        Change-Id: I1973977f5c5a45189896b10cacd757600e7684db
        Reviewed-on: https://gerrit.libreoffice.org/35012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [3d21afb8aac5da0139d85498607d40c748b6db53]

        ofz#787 avoid bmp oom
        
        Change-Id: Id5d1a1b8dd6d4e78bef9d09ab68d1e7daf7e1bd5

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [89914fee18f9cc5354e21073f97c8121db7df85f]

        ofz#786 avoid svm oom
        
        Change-Id: Ib4920d6537437fe060c453f249fa7f8da230bfc7

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

        ofz#782 oom in xbm
        
        Change-Id: I72e187203843803e7a4e76346d484f22a5cc8823

2017-03-10  Tor Lillqvist  <tml@collabora.com>  [d5bdc859b4fefbc9d708e9a24dcb5bc59ee5199f]

        Cosmetics
        
        Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b

2017-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [90d88b6e465b82e318eadf6897b54180fb5154e0]

        xmlsecurity: remove unused XMLEncryptionTemplateImpl
        
        Not needed since commit 0649622956431e0a1955cb80d1175025401ab5e5
        (loplugin:unusedmethods, 2017-02-21).
        
        Change-Id: I5e8699174202c17309198e541dc904dc1b47a534
        Reviewed-on: https://gerrit.libreoffice.org/35031
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-10  Mike Kaganski  <mike.kaganski@collabora.com>  [3de2e8a32bead23229b263f21d4dff13dc695e4d]

        tdf#103058: Implement OpenDocuments ActiveX control
        
        Change-Id: I97489090476cd884a122a4b36d3ac62ca86fd886
        Reviewed-on: https://gerrit.libreoffice.org/29608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [75f118da50b217956ee7a735e921524d0c2935ff]

        ofz#798 oom
        
        Change-Id: I6fa8dd999af7e00d6236a1ead5f8bb519f2d128d

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [1353ebe535732022aef4377030d86ad7153c3144]

        ofz#801 avoid oom
        
        Change-Id: Id3167d1eb3f058543ab7596008012d51b3d242b7

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

        shuffle this around a little
        
        Change-Id: Ibf23114885c49163d50b3249db8788770fe74352

2017-03-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3d8bf853f10755ecacd88b46886af4564923f80d]

        tests of ADDIN functions / replace ROUND with ROUNDSIG
        
        Change-Id: I5d9ffc56d0fd17a337c08ac0be97ccf92c2f2e35
        Reviewed-on: https://gerrit.libreoffice.org/34871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-10  Vitaliy Anderson  <vanderson@smartru.com>  [b0240bf12a94e71d1e2ebe3922afc1a3de5cd933]

        tdf#106047 Fix case-insensitive search in autofilter
        
        Change-Id: I67899789b0a51a3a04c2085cbab8c0ed62903413
        Reviewed-on: https://gerrit.libreoffice.org/35030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-10  Takeshi Abe  <tabe@fixedpoint.jp>  [657a791349f8cd5b1aa271ac7c75ce5b5b2a859f]

        starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()
        
        instead of pushing it to the stack. This spares some pops.
        
        Change-Id: I9fc987ebf851ff6387e347a2878ff01f482d8f7f
        Reviewed-on: https://gerrit.libreoffice.org/35029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [0ae45758d1f4235f98c98f22e027ab3298e21b86]

        coverity#1402149 Unchecked dynamic_cast
        
        Change-Id: I73fa2c6d3658e10728492c9766acef1eaadc5ca1

2017-03-10  Caolán McNamara  <caolanm@redhat.com>  [34e9e77bf38b9ea7569f6a051505ac92eb4ae825]

        coverity#1402152 Uninitialized pointer field
        
        forgot to remove this unused member
        
        Change-Id: I596d9f95284d1e27c2ca86e4c1ee75fc38cb7fce

2017-03-10  Stephan Bergmann  <sbergman@redhat.com>  [594c7a3f2f34d763b2b31b42fff6d0bae6663481]

        Clean up, using printf instead of echo
        
        Change-Id: Id3723d0242711ba9b5450bb69b2ea09e614c90f6
        Reviewed-on: https://gerrit.libreoffice.org/35014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-10  Stephan Bergmann  <sbergman@redhat.com>  [040d455cae75d961f01b39afe0bfb4b031345c5c]

        cid#1402150: Try to silence false positive report
        
        Change-Id: Ied2b1a8b0eb0aa9e7e48d1445677c8536f6388c8

2017-03-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a6df0c3434678dfe4f28d97cdb7a37248fb24d50]

        add EFFECT function test case
        
        Change-Id: I22b40a76c296efdfb59786edb37a8d5380a03777
        Reviewed-on: https://gerrit.libreoffice.org/35015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-10  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [5de40734af30a8b897c6c5b7f681759e36a25557]

        Implement export and import of author field in fixed format
        
        Change-Id: I1975bfcdc8436f2b05e2fab2a4c9c09838330b30
        Reviewed-on: https://gerrit.libreoffice.org/33520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rosemary Sebastian <rosemaryseb8@gmail.com>

2017-03-09  Eike Rathke  <erack@redhat.com>  [da3d56b077ce81f6f399a68f53895590dbb1357f]

        finally turn this into a hard assert
        
        Change-Id: Iba6abafeaa2542fc94b76a642ddb0eb5b70b572d

2017-03-09  Eike Rathke  <erack@redhat.com>  [96175e7ed24fc007f88c418f8d449b6bd07563ad]

        it's raining drawing layers
        
        Change-Id: Ieee5cb5792535185ef09c3775072ed739fb0e4b0

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [8645f6d866427bfd82bce1bf96721533c113c077]

        ofz#502 negative index
        
        Change-Id: I2eb3da9d378cd8fdace5ccd644f501f5119f6698

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [567ee77154c9f5a67a663edfe2f897e00d084124]

        connectivity: warning C4389: '==' : signed/unsigned mismatch
        
        Change-Id: I95e3d7ac5c78aa18dabcdcff19ec1844e45aee3c

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [0f0f02d633e2f9e69220d3d47de17b9e34b00765]

        ofz#574 sanitize png palette indexes
        
        Change-Id: I006ffdf5c8c751e7e07b133716022e2a9b154478
        Reviewed-on: https://gerrit.libreoffice.org/34034
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [3e23beda17b12e35da3be3ca65f0c3d41c60d79d]

        RepositoryExternal: fix MSVC 2017 python3 library directory
        
        Change-Id: I74514993ca1cbeb1a7e7bf1ba121b28ce9dab2f3

2017-03-09  Eike Rathke  <erack@redhat.com>  [646a1d20974ff13b908a85cdff37c2701d582d8f]

        add/use ScCaptionPtr::removeFromDrawPage()
        
        Change-Id: Ibe073f071b120b61738b7e813a14824248f1fcfc

2017-03-09  Eike Rathke  <erack@redhat.com>  [b3354ad2482737b49bd8d7593d355671197c4551]

        sprinkle some drawing layers over test cases
        
        ... so things actually work like intended and creation of caption objects
        doesn't silently fail. Well, it does SAL_WARN or OSL_ENSURE but that's never
        displayed unless a test fails.
        
        Change-Id: Ibf4cc075cc3d6dadbe8f6208b2949310124b5749

2017-03-09  Eike Rathke  <erack@redhat.com>  [60c5b392b77f15d11dd98890565abc68daee02a8]

        probably should work like sketched
        
        Change-Id: I5ad52c718cf53c2f3fb14a7970917e0012d01875

2017-03-09  Eike Rathke  <erack@redhat.com>  [5047871d7fe44747ec7f6ee4dd48e1a1cdfafa9d]

        use ScCaptionPtr::insertToDrawPage()
        
        Change-Id: I98dafdf8e571e4745e05df6cbcbf00fd9ecd8ec6

2017-03-09  Eike Rathke  <erack@redhat.com>  [89596a1a000cb355b0e9eddd070e9d840298d85f]

        add ScCaptionPtr::insertToDrawPage()
        
        Change-Id: I1266b55c2558d306b20b0f2d9fba07b0bc46544e

2017-03-09  Eike Rathke  <erack@redhat.com>  [5f376561549552a22e9a2b8f07ec5f3378b99e73]

        move assignment onto self should not happen
        
        Change-Id: Ic44f4362762cb1c1fe027b69a78baf768c0a53da

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

        Resolves: ofz#488 check remaining size while parsing
        
        Change-Id: Ibb2b6c59a159f9fafa6a065be438b59a6d2d3f21

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [01112d2a6383bbb777db973c60b809b29576f39f]

        some OSL_FAIL to SAL_WARN
        
        Change-Id: I5101e42b7a34cca9055fc805d9a392ba4f920a3d

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [3b7054e0bb86cec2db08b7c7654710a21cf66a94]

        use a different resource dir for oss-fuzz
        
        This reverts commit 754854674859560506b617ebf07e6563c197aac8.
        
        Change-Id: I0863fb5e34608911c784bbdf19e76297b3c2d13e

2017-03-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a831608576f5411e143bb09b5d135fe3d1bfda8f]

        Remove newlines at end of file
        
        Change-Id: I538bff61cbbd69c17f871698cf983b275dd68761
        Reviewed-on: https://gerrit.libreoffice.org/35025
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-09  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [89bfaa58e5b6421ee272f77e8d542eb2344e3fa5]

        jvmfwk: Improve logging output
        
        Change-Id: I476fc3190902e44bedfd2e713bd1a7cfb0733688
        Reviewed-on: https://gerrit.libreoffice.org/35024
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e877fd1b6abb8ad89f30737bb9091c28f3695848]

        add PDURATION test case
        
        Change-Id: I19ca8ccbcd724fc616b8a2bba8bc158e71a4de36
        Reviewed-on: https://gerrit.libreoffice.org/35016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1d8d2da126687c7419106933010c22ac56e73209]

        add IFS, SWITCh test  case
        
        Change-Id: Ia6afcf81ea2c4e5e7f4f4ddacf9abbd2f75a77de
        Reviewed-on: https://gerrit.libreoffice.org/35017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-09  Lionel Elie Mamane  <lionel@mamane.lu>  [4f4b06ce320305413bcac123a27b6f3f14655cdf]

        tdf#106462 old value and new value were swapped
        
        in
        
        commit 66ccfcd2908445b8194c364c89778056374b02af
        Author: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Date:   Fri Oct 21 09:36:10 2016 +0200
        
            remove use of tryPropertyValue Any specialisation
        
            Change-Id: I3180cf5b9e63a3da9257b03ba02967a2d5402ec3
            Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        
        Change-Id: I90dd3f6dba799eec9210dbb7560be105cb50e6d1
        Reviewed-on: https://gerrit.libreoffice.org/35023
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [8458530312344198d7c63817831efa9223a09660]

        One AC_MSG_RESULT per AC_MSG_CHECKING please
        
        Change-Id: Iffbfc75772219cc27b28013c35c20e98cd3cacc7

2017-03-09  Xisco Fauli  <anistenis@gmail.com>  [3a639085a43b886828c49a86cf761bc92f26e6e1]

        uitest: test backgrounds in writer
        
        Change-Id: If3bf2848bb9437c7cb7ffec37c315888fef47c88
        Reviewed-on: https://gerrit.libreoffice.org/35008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [15d46079a5b6429dba0d501e7db218188294587a]

        oops, forgot to commit that
        
        Change-Id: I7b0a08ca47996f80112f68daef3e2ba5e3be221b

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [869a249cebaf58d13812194297561fc361dd3a36]

        extensions: fix MSVC 2017 build of Library_so_activex_x64
        
        Change-Id: Ia98c2ba085d6b7705b53dafd5368d69f0e0727c5

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [5b25275002e12d2c9794ca0dd014e5d25efe486e]

        No need for extra heap allocation
        
        Change-Id: I0844a0a8a3476cdb007ab1d587b15ce26c68783e

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [51a6fa350566350c84ceadb5df65a9b047ca77e8]

        gbuild: fix LIBPATH for LIBRARY_X64 with MSVC 2017
        
        Change-Id: I88601e8ad3d21554d6b8166bd7689e0a3b8b3a9f

2017-03-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [019ea173701eae4b8c5ffd45bb0063fc0a688ce0]

        Just get rid of CR when parsing .bat output
        
        Converts Windows to Unix newlines, so bash will handle the
        result correctly.
        
        Since $(..) or `..` will already remove trailing newlines,
        this reverts the unneeded changes of commit
        37baabe6436037de604bfbc2702bfb0bc156c41b
        
        Change-Id: I0071237f0600c2d71da066eb2e2b541e338e7016

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [25a5458e751f34063686c4fecd7b8bfc8a78302d]

        just calculate the scanline positions
        
        rather than generating a big offset table to dramatically reduce the amount of
        memory loading graphics takes
        
        Change-Id: I8a4b1dc5cbcb686d6b8570f2eeef61ee0fe25515
        Reviewed-on: https://gerrit.libreoffice.org/35005
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [82e92bb15d26fff2d07736e2a6193cac1915b44d]

        Clean up uses of integer types
        
        Change-Id: I1155dfe3e2bcfe2c15c101c7373fcc9e161aa366

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

        Resolves: ofz#424 guard against broken dxary length
        
        Change-Id: Ia2569e963edd75cd6c27399d33e73bafe8b3f073
        Reviewed-on: https://gerrit.libreoffice.org/33319
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [742cf46659c8093c14052f5135afc9ec3eae7d49]

        ofz#439 protect against 0 len text
        
        Change-Id: Ib67284636235b0d43df626a4aeed67f2bc64b491
        Reviewed-on: https://gerrit.libreoffice.org/33374
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [5155267e64d796c7920d64b697eeccefc68240f7]

        ofz#419 same problem as wmf and emf
        
        this is the *third* effective copy of this, see
        
        the other two uses of LF_FACESIZE in wmf parsing
        
        Change-Id: I475b18314784ad072fe58730c361fc5ca6e65819
        Reviewed-on: https://gerrit.libreoffice.org/33254
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [10a2388558df957b30136ba32ecc97ddef43fb57]

        ofz#411: XPMReader::ImplGetColKey short read
        
        Change-Id: I2e47ef6478b8349a562b294d0fbdad65c2a3b543
        Reviewed-on: https://gerrit.libreoffice.org/33217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-on: https://gerrit.libreoffice.org/33216
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [e5b98fd9c29fe427c4babe368c17d8c609b5325e]

        Fix "specialization in different namespace" error with old GCCs
        
        Change-Id: I8b2c678ec70de3432bb335d7e76487ef44cd72a6

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

        ofz: stop early on stream failure
        
        Change-Id: I3080dc23605b10bd0e5f7ca28b74f15048ccaccd

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [9e9c7d8b541448fd6022837633d50baa5bbfab69]

        configure: find the MSMs where MSVC 2017 Release hides them
        
        Change-Id: Id98d73eef46d63686745bf6cd3482b18c7223c3a

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [524e36f8071530c4706304a305402944a4a32dfa]

        configure: find MSVC 2017 64-bit compiler
        
        Change-Id: I7ae99ebc693291709edc6df233f54dfe00d74e9e

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [fee2de9cb1f4763a0e4f7e0e3bae6858c3d458b4]

        Clean up uses of integer types
        
        Change-Id: If022ca9de8db49b885065c32b4f6f89debae1392

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

        mpScanBuf can be private
        
        Change-Id: I78d6f94f65c9f6e667840c26c1359aa1ab9ad794

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [68aac9b1764338df0b6e7dc927955fecaa015d29]

        bmp is never 'unique' so always copied
        
        cause we have a shared_ptr to it at this point, so its never unique,
        so a new copy is always generated.
        
        this really peaks memory with large images.
        
        Change-Id: I53dab2a1f6e5102b9af08dd6365187a383f7c247
        Reviewed-on: https://gerrit.libreoffice.org/35003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [d3816ab9dbd44237aa518c2e6176532ffc46a84c]

        Use o3tl::typed_flags
        
        Change-Id: I02b88e60a03441c3c4df6ed32616bb618089539c

2017-03-09  Michael Stahl  <mstahl@redhat.com>  [dfad3e873098e5ddee1e055be2af5b8bb37a5caa]

        Revert "add memory include"
        
        This reverts commit 74961e42d14ca09a33bbf7c932fce58259e2fcdd.
        
        Because 37376e6edf074112671616d855e770a44510ec54 was faster by
        31 minutes.

2017-03-09  Mike Kaganski  <mike.kaganski@collabora.com>  [099f9406b6657a03a37fbe5cedf7cb7da765d4aa]

        tdf#106359: Open Web Query (.iqy) files
        
        As per http://support.microsoft.com/kb/157482, the files are plain-text
        files with an URL and optional GET and POST parameters (static and
        dynamic).
        
        This commit introduces basic support to open these files
        (without support for POST and dynamic parameters).
        
        Change-Id: Ic122efdcfacb8b5de3ef68be1cf0e8a480710eca
        Reviewed-on: https://gerrit.libreoffice.org/34928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [9e4f6531bf0ae8b375127a189e87c1ebc99508ac]

        report that we export certain vars to be set
        
        Change-Id: I3a71542da943a689ab734507c811087caa427a1c

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [739345e73af9e14d9c666836d0e35a93b1ed12ee]

        Add missing CxxClrObject case
        
        Based on shm_get's (?) patch at <http://pastebin.com/yCghrjWX>.  According to
        SweetShark on IRC, the reason for writing these phony files is:  "IIRC not
        having them resulted in the builds being slow n windows as touching them
        required forks and windows is unionized and introduced the 35-fork-week or
        something."
        
        Change-Id: Ie0e6e2aa4e56ab620325ea55b4513e185db38ae7

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

        put the oss build script into our own git
        
        Change-Id: Ifeabee60c18afa88403e1c92d01a01b545ed6570

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [77779166569da389de44075b3d03413b353046a4]

        Remove stray CR from input
        
        ...that remained there with recent Cygwin/Bash version, which apparently had
        changes to their Unix-vs.-DOS line end handling
        
        Change-Id: Ib4c7c924362f9e93066e544ed5214fe589aa5336
        Reviewed-on: https://gerrit.libreoffice.org/34990
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-03-09  Stephan Bergmann  <sbergman@redhat.com>  [c10b0ff860d1c2743175b02863c409e0fe277fb8]

        "/CxxObject/" etc. part was missing from generate_phony_line output
        
        Change-Id: I973468aab05f85c39b33bbf7be7f3ee389273c21

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [7302c76cca954440b14bf53ac8a4748f8754c314]

        fix indent
        
        Change-Id: I00c3273754d24c933a284738efc6d8408c1e13a3

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [5383355b4932e90c1c9a3f92e25d33ffcf64848b]

        Avoid stray AC_MSG_RESULT: add a preceding AC_MSG_CHECKING
        
        Change-Id: Ida91e0ec55f2bacad036bf016f7dac8c5784cc2d

2017-03-09  Caolán McNamara  <caolanm@redhat.com>  [6da8f03ac24c9cdf6941ca855492f11ce1215e5e]

        scope and zero up a few things
        
        Change-Id: I8784eb729196daea7e49ffbace6f8b13ef24e7c1

2017-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c60bdb06f580e0be6c5c4eb1977d98115d0b03b9]

        pdfium: clean up no longer needed VS2013 patch
        
        Change-Id: I09c72d795aa6667e81326008fa66409c1e6ec175
        Reviewed-on: https://gerrit.libreoffice.org/34988
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [4ff09c76a3bf46001fd0b896c614d47f51ce52ae]

        Message cosmetics
        
        Change-Id: I311f68b32bb33a7d9363c1c28dfd0e5ad8ee986c

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [e8e61755a41ed2c0eeb1b95ef01bc25f628927ec]

        AC_MSG_CHECKING style consistency
        
        Change-Id: Ia3a634362e1c17c5aed14fdba7396c5319110b34

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [226e83087657ab40f0eeac5d7ece312b04c11705]

        No need for doublequotes in the argument to AC_MSG_RESULT
        
        The brackets already act as quotes in .ac files. Having additional
        quotes causes the result to look like:
        
        checking whether we want to fetch tarballs... "yes, if we use them"
        
        which is not consistent.
        
        Change-Id: Icc5dfc4c6b58d1d7a3d4bb280cc3da3dc21e515a

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

        valgrind: fix leak
        
        ==2184== 1,396 (24 direct, 1,372 indirect) bytes in 1 blocks are definitely lost in loss record 11,080 of 11,791
        ...
        ==2184==    by 0x31D4F774: sd::framework::BasicPaneFactory::createResource(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResourceId> const&) (BasicPaneFactory.cxx:258)
        ...
        ==2184==    by 0x31D3F550: sd::framework::ConfigurationControllerResourceManager::ActivateResources(std::__debug::vector<com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResourceId>, std::allocator<com::sun::star::uno::Reference<com::sun::star::drawing::framework::XResourceId> > > const&, com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationControllerResourceManager.cxx:74)
        ...
        ==2184==    by 0x31D426A3: sd::framework::ConfigurationUpdater::UpdateCore(sd::framework::ConfigurationClassifier const&) (ConfigurationUpdater.cxx:247)
        ==2184==    by 0x31D42B76: sd::framework::ConfigurationUpdater::UpdateConfiguration() (ConfigurationUpdater.cxx:156)
        ==2184==    by 0x31D42F3E: sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationUpdater.cxx:103)
        
        Change-Id: I257ae26bc0e61696b1c8e27a1b3a75a993fac1a5
        Reviewed-on: https://gerrit.libreoffice.org/34982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [bd556fcb093c3e26eafa875e371e2729021e37fe]

        AC_MSG_* hygiene
        
        Change-Id: Idaad0d2d51f533100ae3d57eb933b6d1becb4f56

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [ace5130bd9e761699a67afccc4aa6924df476209]

        "checking Is Visual C++ Express" is not proper English
        
        Use the existing convention for how the output from AC_MSG_* lines
        should look.
        
        Change-Id: Id416ac97d65aa4a7445242c9a4853b6941ae2b4e

2017-03-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b95093950436caebd45a06008929427869844fa]

        convert SvxCellHorJustify to scoped enum
        
        Change-Id: I0dd88b5bf9e1aededfa2d94b6b2d3d26694fff33
        Reviewed-on: https://gerrit.libreoffice.org/34968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [967d0089a16ad236a0fb9f5bba7fafd2327745a9]

        Remove misleading comment, and sort alternatives in case statement
        
        As the patterns in the cases don't overlap, it makes no differentce in
        what order they are. So keep them sorted for clarity.
        
        Change-Id: I60f8304d66f6925028f86a2956f1136547dc51eb

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [128b7500231dc8c71496eab00c6dee6960db6675]

        Don't claim 10.0A is an "acceptable" Windows SDK version
        
        The find_winsdk_version function does not accept it.
        
        Change-Id: I1d6a5b528e9bc1c93cc589fe5832150e3994ada5

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [316ee26535d5d794aefd543019a7246ef8a3b96d]

        Remove partial sentence in comment
        
        Has always been like that. Apparently I got interrupted when typing
        it. No idea what I wanted to say.
        
        Change-Id: I86ee8ac2fc682d7284a1e51c91e2e4fb37a14c10

2017-03-09  Takeshi Abe  <tabe@fixedpoint.jp>  [945f0eb76c645a27c5b19466ed7a0b2bfc6cb9c5]

        starmath: Prepare messsages for all parsing errors
        
        and kill the unhelpful "unknown" one.
        
        Change-Id: I3137f7e363caeb64d285aacd2e56446148d85353
        Reviewed-on: https://gerrit.libreoffice.org/34977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-09  Maxim Monastirsky  <momonasmon@gmail.com>  [3daa6c66eb9a4c334d6f72a8fd4bb09d7360a913]

        Don't use SetDisplayable when enabling Unity mode
        
        because now it tracks the global menu too, but all we need
        here is to hide the in-window menubar widget.
        
        Change-Id: Ic3c8c20b88d37430e80b682333ca384bccc3f697

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [9def779821324c73f81344b2b2d59f1e875903db]

        More AC_MSG_* usage cleanup
        
        Output just one AC_MSG_RESULT for each AC_MSG_CHECKING.
        
        Change-Id: I2ff1458a8b4abbe1804e33a39a9f4cc795cb28a1

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [78ad9c3eb378c72e3cb1258f313b4b8c3023069c]

        Fix AC_MSG_* usage for find_ucrt
        
        You are supposed to output just one AC_MSG_RESULT for each AC_MSG_CHECKING
        
        find_ucrt already errors out if it doesn't.
        
        Change-Id: I63f58996f60577301631b11dd51728fdee324095

2017-03-09  Tor Lillqvist  <tml@collabora.com>  [3c5463bed36407b1915d6dce9c9173ba9009ab65]

        Bin duplicated code snippet
        
        The exact same shell if statement was duplicated.
        
        Change-Id: Icc95f8a881605e6ac7248252c545e433b936f4c1

2017-03-08  Xisco Fauli  <anistenis@gmail.com>  [bc327c15cc1218cacfa4597fe39225c38a535f8e]

        tdf#87199: Add uitest
        
        Change-Id: Ib57d71777f3e8a1b17dfc8127365dbf2f6ad6102
        Reviewed-on: https://gerrit.libreoffice.org/34981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [bed4c2acfabb44c8a47e3bbcbe3ec72c39d817cc]

        Simplify GetStateCache call
        
        Change-Id: I527d8112f7cf0e4fbc6380484be0c6704f3dfdd4

2017-03-08  Szymon Kłos  <eszkadev@gmail.com>  [b3dc0386bd0749ad93f5cd649176e028fe4e8360]

        tdf#106211 Add notebookbar icon transparency
        
        + modified icon (set transparent color to black)
        + added transparency support for loaded icon
        
        Change-Id: I2dd8581e7d667096f08eb8c4c038e96a7f007dd3
        Reviewed-on: https://gerrit.libreoffice.org/34979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [773e4e13eb0673a2f34b1adfc5ee4fd579d986a6]

        No need for extra heap allocation
        
        Change-Id: I69435ff2be66f8b2ed879bdf7998bd8145ef59b4

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [74961e42d14ca09a33bbf7c932fce58259e2fcdd]

        add memory include
        
        Change-Id: I7904a643eafce296ee7f9a0136d80c0a35a2fdbb

2017-03-08  Eike Rathke  <erack@redhat.com>  [f8056369f0da33ceedc18ffeea3448ad8c309f9d]

        let ScNoteUtil::CreateTempCaption() return ScCaptionPtr
        
        Change-Id: Idcb7fc24a13d650d88bec9ba359d7c78006096ec

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [37376e6edf074112671616d855e770a44510ec54]

        Missing include
        
        Change-Id: I4b054f37eefbb7ab1c971fcf990ae4c457cc6c61

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [ad5432935de1abcb2fbff732d7e2eb2782cc0a6a]

        Clean up uses of integer types
        
        Change-Id: Iaf07f989776c80abd998977e0a2a67f503d0860e
        Reviewed-on: https://gerrit.libreoffice.org/34975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-08  Gabor Kelemen  <kelemeng@gnome.hu>  [eb0359b3482aa6ebd443cb72a160055191f96c99]

        Updated core Project: help  caa80eb9b85837042dde3493c381eeae0fc37e9d
        
        tdf#52986 Fix help IDs of Mail Merge Wizard pages
        
        There was no page level bookmark for 04 and 05.
        Add some IDs that can be referenced from the code.
        
        Change-Id: Ifbbd6b4796daf90f27e632d86cd85e6301b3de97
        Reviewed-on: https://gerrit.libreoffice.org/34936
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-03-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [37baabe6436037de604bfbc2702bfb0bc156c41b]

        Strip newlines from UCRT detecion using tr
        
        Simply strip all newlines, returns and '\0' bytes using tr and
        don't append a new newline when echo'ing the extracted value.
        
        Change-Id: Id36293042c9071d5ef664a82ebd32de287574f31
        Reviewed-on: https://gerrit.libreoffice.org/34970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-08  Jan-Marek Glogowski  <glogow@fbihome.de>  [8800292351dcf1f538c47ac6acf834ac2633ce6b]

        Stop bash complaining about \0 bytes in input
        
        Reading Windows registry entries via "/proc/registry*" lets current
        bash complain about "command substitution: ignored null byte in input".
        This happens, because Cygwin '\0'-terminates all registry values.
        
        To quieten bash, directly strip the registry values of '\0' using tr.
        
        Change-Id: Ibb38761587691ef20911f025c711553426b1a222
        Reviewed-on: https://gerrit.libreoffice.org/34969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

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

        valgrind: fix leak
        
        Change-Id: I569698af09dfe71c0c8b89c40ab111ce71635492

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [4f61fdba534fa808edeb86a52f9ffc9fe528c28e]

        nothing inherits, protected->private
        
        Change-Id: I254ffe76603a9c5900ea2ed26d281eba453c059d

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [14881451de9dfba0ca783c695e0c538ae72e6736]

        valgrind: fix leak
        
        Change-Id: I8510a59a3d4409bf7203495114e239b4c7effcd8

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [002f0815b2fe82ca6b523fab1a781a75fb563cd9]

        nothing inherits, protected->private
        
        Change-Id: Ic38550db57cf44556697f28df00d2f4e764d80ae

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [7ae797878e1c46a3e39e03932ea4c970fa76f5ab]

        valgrind: fix leak
        
        Change-Id: I174225a93a15a5300a94347faf9132f01e52cfe7

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [29cb3bfc07f42c216b7bbd66d3c8ad14822d49fe]

        const this up
        
        Change-Id: Ie070a3f5c07cd7947d441ee67ca662b9d5764251

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [8f0e7b3b36fbb1f8ebdc854e92b50866b6746e62]

        just make the VirtualDevice a parser member
        
        rather than over complicating things
        
        Change-Id: Ife65207dab8ddfedb6a9cbe111adf13fd03b5b3b

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [9c0a5c211079be9436d58c6ca596df30ed93d8bb]

        Adapt path to the CRT redist for VS2017 build 14.10.25017
        
        Seems that they added an "onecore" directory level before the "x64".
        At least in the Community Edition.

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [587cf92e5cff091f863227fffa347df875fb86f7]

        CIA: unnecessary dll
        
        Change-Id: Icbc3eaff000d90885cf85d8195868e1248493896
        Reviewed-on: https://gerrit.libreoffice.org/34972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [c1723a3b66aabbbfacce6f66d370d09067b7ed27]

        loplugin:loopvartoosmall
        
        Change-Id: I01b42f92b553695724305c1604db967da114a818

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [8ac16e14f4a77b98716f059c51a4fe5dce6ef440]

        loplugin:loopvartoosmall
        
        Change-Id: Ie173849c0956edf9fd111120fa4bdfb2930ab69f

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [fc33ca85789c340dace4a4505fc12124a812195a]

        Clean up uses of integer types
        
        Change-Id: Ia89668f12f93c9fada3ecf31851f8df2a2567979

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [44f12b806521a90a9f8fd79674ed716cf5f2ccec]

        valgrind: fix leak
        
        Change-Id: I49a9a03ef59bca5a5c43d2835e6c4f1cbf0cfab8

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [754854674859560506b617ebf07e6563c197aac8]

        Revert "use a different resource dir for oss-fuzz"
        
        This reverts commit fb4467b6ffc6d77ab79e11806f00cf30f33388fd.

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [a77908a2d82986ad9d2d9597536d1e22ce2cafd2]

        Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39a
        
        Without fully understanding the code, best to let the condition be
        there. Use the same function to check for validity as before.
        (IsValid() which was renamed to IsValidForXml().)
        
        Change-Id: If50df539737352f12cb0178706cbc38512a99366

2017-03-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [cdc601100e3cec820ea0802a03707c445d2800b1]

        tdf#98899 Set a title for Mail Merge Wizard window
        
        Change-Id: Id50bae820bf5e4a84587ead0b600225a5f625050
        Reviewed-on: https://gerrit.libreoffice.org/34964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [57b8a0c3178a0899f5a607e275b5ef8d7c986255]

        show the last gif frame when the animation ends
        
        Change-Id: I240d0a46cff905edababbd13fe7e58c9e4d0f0db

2017-03-08  David Tardon  <dtardon@redhat.com>  [01bf741a79241829b0d5c048e8f45e3cf6914d3e]

        WaE: include needed header
        
        "error: In the GNU C Library, "major" is defined
        by <sys/sysmacros.h>. For historical compatibility, it is
        currently defined by <sys/types.h> as well, but we plan to
        remove this soon. To use "major", include <sys/sysmacros.h>
        directly. If you did not intend to use a system-defined macro
        "major", you should undefine it after including <sys/types.h>."
        
        Change-Id: I7f5741d4c2eae277e316c5fc97aa73b9430fbdc1

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [895494f2323308df44f6546026f7ed5463b26631]

        Some more long -> WW8_CP (to avoid loplugin:loopvartoosmall)
        
        Change-Id: Icdf00da8e627d5e3a671acd17af58734873f4bdb

2017-03-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6f20dd1815c633c371aa69ffd696e620b0bc8657]

        gpg4libre: Remove deprecated dynamic exception specifications
        
        Change-Id: I3bec4570149af50fad5eef33bafb9842ab598798
        Reviewed-on: https://gerrit.libreoffice.org/34967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [9b59b3195b2ae26d8af56baa4159f1fec4b15feb]

        tdf#52986 Set default help IDs of the Mail Merge Wizard
        
        Set help ID using SetRoadmapHelpId for all pages
        so that when by default the focus is on the left side pane of
        the wizard the relevant help page is displayed when hitting
        the Help / F1 button
        
        Change-Id: I62e3300027c3e96f627b1c84f2da11edb92678aa
        Reviewed-on: https://gerrit.libreoffice.org/34935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [26639083526855c0f5e1e18c96a02057c8bb7c89]

        loplugin:loopvartoosmall
        
        Change-Id: I7f636aea9ccde7cba70ba9fcc0d709cbc334daee

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [df016bf7f46122b79d9c8df6fbb1a95faa44c465]

        loplugin:loopvartoosmall
        
        Change-Id: Iedec0d8b1f031f8c311acba80609b59df5f9f4cf

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [6412b9c5dd10af511cc255a952be4b18a25ab9a8]

        loplugin:loopvartoosmall
        
        Change-Id: If76fa042462897735d0d67341a3734b8cfced12c

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [6271381baa0d2db257070cb7ecfc9abf89faaf0f]

        loplugin:loopvartoosmall
        
        Change-Id: I788afd92bb404d8faf96b631d2e7c6f869e49c2d

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [7e8bf2dbe521e3ef51d318b1d66c33bd268f9479]

        loplugin:loopvartoosmall
        
        Change-Id: I394c1e291ef4fb637d871d9cb8cc563e6e787ddb

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [823956aa8fa73e6699cbfd1eea237c1997f94fec]

        loplugin:loopvartoosmall
        
        Change-Id: Ib8737f1690c738016fcdc1f365b744fcb567ce57

2017-03-08  Stephan Bergmann  <sbergman@redhat.com>  [1f2fc6e71788432f3ce29fac1678bcd39533f59e]

        loplugin:loopvartoosmall
        
        Change-Id: I4804a25046a35c24d19d578c014d8e52f62b70e8

2017-03-08  Caolán McNamara  <caolanm@redhat.com>  [3d213b3dc5130bdbacbd64be00867eecad6373e8]

        make SfxGetpApp just get and move GetOrCreate to the periphery
        
        Change-Id: If3b22635e46dbccf0fad101f51bb653cbbcd3a32
        Reviewed-on: https://gerrit.libreoffice.org/34957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5acaa42bb44ad358b0c126af18ea3bdf88d4bd3]

        tdf#105983 libxmlsec: backport NSS / ECDSA patches
        
        NSS already supported ECDSA, and LibreOffice itself is agnostic here.
        All what was missing is the ECDSA wrapper in xmlsec's nss backend.
        
        Change-Id: Ic26cef369d0f4a1847b6a76825b9464837fe8f3b
        Reviewed-on: https://gerrit.libreoffice.org/34966
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f4e0359d3cee2780944f64025a63c208720c74d]

        convert SvxShadowLocation to scoped enum
        
        Change-Id: Ie51995579312328538263172cd3173641df89bca
        Reviewed-on: https://gerrit.libreoffice.org/34965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [9cacb6ad9f5a012bc892cf9893cd8d37a2a5f304]

        convert SvxCaseMap to scoped enum
        
        Change-Id: Iea77ddc21e9b2d5a021c08e323da9ccabf9d46bd
        Reviewed-on: https://gerrit.libreoffice.org/34963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [145accd9a5b55070959d40c9314d870dffa5e4bc]

        tdf#106283: Registry settings are not read properly on Windows
        
        Read also a type value from registry so user can specify
        a type for a property of an extensible group.
        
        Change-Id: I4105ba559a64ce96bfe5a390660ad7f349ba894c
        Reviewed-on: https://gerrit.libreoffice.org/34961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-08  Pranav Kant  <pranavk@collabora.co.uk>  [e6cca48bc9deb1049f8d501406269b71f91511ca]

        lok: Do not use UNO for fetching tracked changes
        
        See inline comment for reasons.
        
        Also, move the SwRedlineTypeToOUString function as inline to same header
        file containing redline types.
        
        Change-Id: I9b4be4f104c095b2ccd8287d935347c81fd25974
        Reviewed-on: https://gerrit.libreoffice.org/34950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [0531ffaf99941ad1d1a1c79b368c086cd9e64516]

        convert VclReferenceBase::mnRefCnt to oslInterlockedCount
        
        Which means that ref-counting VCL widgets is now thread-safe.
        Destroying them, however, is not safe without holding the SolarMutex,
        which will the subject of a future patch.
        
        According to my tests running 'perf stat make check', this costs us
        approx 2% runtime on a non-debug Linux build using gcc.
        
        Costs are quite a bit higher when building with clang, which might need
        further investigation.
        
        Change-Id: I737170b74ec79e6b7c7d586ed5be89a73ee83597
        Reviewed-on: https://gerrit.libreoffice.org/34948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [9cb57a50d7eeaa1dda19d18bcb3cde7e4a7984e5]

        convert SvxAdjust to scoped enum
        
        Change-Id: I0df7a5313d6d62d0c657e62ef6014a3ddbab4639
        Reviewed-on: https://gerrit.libreoffice.org/34941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-08  Julien Nabet  <serval2412@yahoo.fr>  [bb4cf1da125344d5ef4fe51b0f1549718a11affa]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I951bfda566e0aae3b0a82f30be28e66601797cc8
        Reviewed-on: https://gerrit.libreoffice.org/34958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-08  Takeshi Abe  <tabe@fixedpoint.jp>  [279445f5cce454efda240b6937791a47087690fb]

        starmath: Drop unused RIDs
        
        Change-Id: I1449b3e58f319c67f3a921f74ceab283a6fc4f12
        Reviewed-on: https://gerrit.libreoffice.org/34962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-08  Pranav Kant  <pranavk@collabora.co.uk>  [9582fae07e9ea2df20a7265c62402180995c57da]

        lok: Create change tracking position too
        
        We want to expose change tracking comments to lok clients also. For
        this, lok clients needs to know the position in the document where the
        comment should be shown.
        
        Change-Id: I38794387cef3d11b5e0c1cfd0967408d8e54ded3
        Reviewed-on: https://gerrit.libreoffice.org/34949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-03-08  Takeshi Abe  <tabe@fixedpoint.jp>  [c8df7f052450a7f6d87dae8dbdbd686bdb091939]

        starmath: Return the expression node from DoExpression()
        
        instead of pushing it to the stack. This saves extra pops.
        
        Change-Id: I2fcf9b86eab9ade45db4351b34bafbcbc42ef056
        Reviewed-on: https://gerrit.libreoffice.org/34944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-08  Xisco Fauli  <anistenis@gmail.com>  [ca0d1f127d2f03661955fa2e55f507e6afdb6e13]

        tdf#105677: Check the other kind of backgrounds as well
        
        Change-Id: I382f316f8f0b4a5fbcd0f438bff15e4f2b079231
        Reviewed-on: https://gerrit.libreoffice.org/34959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-03-07  Eike Rathke  <erack@redhat.com>  [3c0fe2813bb0a1dfb30eba1af8aae24a3fea4f83]

        coverity#1401471 implement move assignment and move ctor at ScCaptionPtr
        
        Change-Id: Ic429f5e177bb1a35857f00c6e13e5cbb34d46578

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [7ceda09f6780c954fedc49764d5457aa2616b39a]

        A 'CondFmt' record can have a maximum of three CF records following (eek)
        
        What an odd restriction. Oh well. Don't export the conditional formats
        for the cell(s) in that case then.
        
        See https://msdn.microsoft.com/en-us/library/03AE6098-BDC2-475B-BA2C-B8AEF7882174
        
        Change-Id: I4eeec8d33f9fbc572a02f727f38564d6c43b4f10

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [27e34a7dbb9aa2ce52ca529ec835d54c6a5508fc]

        Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the spec
        
        Its length must be greater than or equal to 1 and less than or equal
        to 54, so if the author is empty, use a single space, and otherwise
        truncate to max 54 characters.
        
        See https://msdn.microsoft.com/en-us/library/dd945371
        
        Change-Id: I7604ae9e1d8eea336b42116ea7d305e183e6ca51

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [20a7d4b16d600101f4073ad4ce669a7566bf14c1]

        Write the 'FtNts' subrecord of 'Obj' when necessary
        
        See https://msdn.microsoft.com/en-us/library/dd952807 :
        
        nts (26 bytes): An optional FtNts structure that specifies the
        properties of this comment object. This field MUST exist if and only
        if cmo.ot is equal to 0x19.
        
        Change-Id: Ib4a007940c29a4f8eac1087601cfc7d242cfebd3

2017-03-08  Tor Lillqvist  <tml@collabora.com>  [93a53e0ebba62873c768d887c6aa1125967aa9e4]

        It's SetSliceSize, not SetSliceLen
        
        Change-Id: Ife4449f5afa7321c18e8eb963878d9c037f6d623

2017-03-07  Michael Stahl  <mstahl@redhat.com>  [cdfe5c28a31ee94a6b00fefd1b4a31aaf6333cf9]

        sw: SwUndoCompDoc: fix assertion about invalid node indexes
        
        Try the steps from i#101009, then Undo and Redo:
        Assertion `idx < m_nSize' failed
        
        The problem is that the indexes stored in SwUndoCompDoc are for the
        document *post* insertion of the content of the other document,
        so delay the creation of rPam in SwUndoCompDoc::RedoImpl() until
        the content is inserted.
        
        Change-Id: I0d9c8dc90ea88c87bc56329b42a0ec22bbc6b248

2017-03-07  Michael Stahl  <mstahl@redhat.com>  [9b3fa51e7ba4e2bfe9806295c3cbc8db347480d8]

        tdf#106218 sw: compare document: tweak special handling of EndOfContent
        
        In case the last paragraph in the document is inserted or deleted, the
        redline must not be positioned on the EndOfContent node (i#101009).
        
        But then rejecting the redline will have an additional paragraph as
        compared to the original document.  Try to avoid that by tweaking the
        start position of the redline to the end of the previous paragraph.
        
        (regression from f4609c4c294a62023b6cd6baeb6a73d44992dec3)
        
        Change-Id: Iae75042a3124d0f3bca955fb856c94a6f478b986

2017-03-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e1e2defb2cd9b572747b964e5ec97d289029af8c]

        tdf#50916 Simplify and refactor source code
        
        Change-Id: Ibcb3068318180f2adfdc41aac5d75299c1ffaffc
        Reviewed-on: https://gerrit.libreoffice.org/34711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [bb7073abf58d2b4334bb5508e4d392b96bcca9de]

        oss-fuzz: add sd resources
        
        Change-Id: Idb80d8893a223d2ba5fcacc579cb510ec4ddea84

2017-03-07  Szymon Kłos  <eszkadev@gmail.com>  [3f982700cc65c2462ed56ade552aabaa652d6874]

        Notebookbar: fix popups
        
        Change-Id: If00c3d2e64b89883dd77efb53dd16e149de03e94

2017-03-07  Xisco Fauli  <anistenis@gmail.com>  [c10088a535b8a0ef4da2773547423ef169d08743]

        tdf#105677: Add uitest
        
        Change-Id: I00365541922785f4f33e762d034e921d5502d5f0
        Reviewed-on: https://gerrit.libreoffice.org/34955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-03-07  Eike Rathke  <erack@redhat.com>  [da1f3b1c94af14767a638cc824ec510e889843eb]

        Resolves: tdf#106385 don't release ScCaptionPtr too early
        
        Change-Id: Ibf0afa1d6c582251a5a2e00f2d6d9c1f267bf746

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [5b805de10a1b05647b616e726f0a8b88ff30ae77]

        loplugin:loopvartoosmall
        
        Change-Id: I81b56ad2a32ef61a514d5e6e9f45c3f956126040

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [f583e8a8dccc1fb02dc7549ff364f9a8530a4f6b]

        loplugin:loopvartoosmall
        
        Change-Id: Id9ac335bcb365afdae66ec7836d6b3bfb6de8577

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [8de746a6a62d0ad8e20d249bd2a8c7d341159782]

        loplugin:loopvartoosmall
        
        Change-Id: Ifaa80d22852a6806a7a5c267164383a356fa0086

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [6551a14138d8b0626837debdc00924402df9ac23]

        loplugin:loopvartoosmall
        
        Change-Id: Ic85cce722a0c1702ffbb7a45001fdf869ca6accf

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [f33f9bb8d3c4e61320efd954c1b96ab88a661640]

        loplugin:loopvartoosmall
        
        Change-Id: I72cdd1d386db62feff9a42651fc7f0954e76afdf

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [265a19ca74bd62d4b3eecfc4b7dbb4c9cc50e014]

        loplugin:loopvartoosmall
        
        Change-Id: I089affb48717d64846064b61344820f1b87ac317

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [e46c717b0b8cd9be060b31debb54ba82ac7e5b9d]

        loplugin:loopvartoosmall
        
        Change-Id: I7c962d91f5c54fa188594174c14ab1d0b1bc6963

2017-03-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [43b13117c0adf303cd3578bf268b4ac8feb04f6b]

        Updated core Project: translations  66c300f4f5ba33a8243cd54ee077e7c79febec70
        
        update translations for 5.3.1 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: I85b8fe751249803c02494ae35728ef93a8b88b81
        

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [5753ac2e281f80e7745c5b6346f1d36b7f90c880]

        loplugin:loopvartoosmall
        
        Change-Id: Id82051b633050165077deb9a6a88d82707d53e75

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [8455409cf81ba540558c2eb22a29fd12bea8bcff]

        loplugin:loopvartoosmall
        
        Change-Id: Ica7a45456a979af62206f4fff0209f326e613aed

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [ab78f801e0d1f4dc4a9346477cc6979893996aee]

        loplugin:loopvartoosmall
        
        Change-Id: Ia8c57fb69873d57c3271a8f6d497fecec3db1899

2017-03-07  Jean-Sebastien Bevilacqua  <realitix@gmail.com>  [4575d7cf657ae291c427c2318eb4600cec2f12b7]

        tdf#101904 Fix Date deleting in SCalc
        
        Introduction
        ------------
        
        In SCalc, when you want to clear contents, a dialog box asks you the
        data type you want to delete. For example, if you select `Date & time`,
        only cells of type `Datetime` should be deleted in the selected area.
        
        Currently, this feature is not working for datetime type. To delete
        datetime cells, you must select `Numbers` type. Datetime type is seen
        as number.
        
        Context of this fix
        -------------------
        
        First, `DeleteAreaHandler::operator` function is called for each area
        to delete. In this context, area has a special meaning. An area is a
        group of consecutive cells (on column) of the same datatype (numeric,
        formula...).
        
        To locate area in the column, we use the `node.position` attribute which
        contains the row index of the cell (remember area can be only on one column)
        and `nDataSize` which contains the number of rows.
        
        How this fix works
        ------------------
        
        In `deleteNumeric` function, we loop through area rows to detect if cell
        contains a numeric value or a datetime value. To optimize performance,
        we don't delete cells one by one but we get a range of the same datatype.
        As long as datatype stays the same, we add current cell to a "sub-area"
        but as soon as datatype switches (datetime -> number or number -> datetime),
        we delete this sub-area. Finally, at the end of `deleteNumeric` function,
        we delete the last "sub-area".
        
        Note
        ----
        
        `deleteNumberOrDateTime` function deletes rows only if the corresponding
        flag in the dialog box is setted: `mbNumeric` for `Numbers` and
        `mbDateTime` for `Date & time`.
        
        Change-Id: I24c0b3c0a6195211af71aa18d867df82109fa941
        Reviewed-on: https://gerrit.libreoffice.org/34068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-03-07  Maxim Monastirsky  <momonasmon@gmail.com>  [27f89f08cf4086802ce67f12389414bef6ab64ca]

        Destroy menu widget when enabling Unity integration
        
        Like GtkSalMenu::ShowMenuBar did before
        f2fa5951bf3d02439a3e96d1f9d89962f0901edc
        ("tdf#106271 Cannot disable Menubar under Unity")
        
        Should fix https://lists.freedesktop.org/archives/libreoffice/2017-
        March/077225.html
        
        Change-Id: I08e7486784d73f9fe1da4b21c54ac2913a8316b4

2017-03-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [94509163e8690351f47bb32eaff6ace14b1b808a]

        Follow up of commit 055c8cc676921176e2b9df76bd0e09bacab1d80b
        
        Change type of error from #NUM! to #DIV/0! in case of TimeLength being 0.
        
        Change-Id: I09abde85badb08afc1c688452b33ee0b5c39859b
        Reviewed-on: https://gerrit.libreoffice.org/34954
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [04c7d5013b9b87709b913e26190fb347a4916566]

        Replace some constexpr functions with static data members
        
        (I leave the DOCUMENTBORDER TODO alone, as that one is of type long while
        defDocumentBorder is of type sal_uInt16, so cleaning that up likely is a little
        more effort.)
        
        Change-Id: Ie9972e2f38b0ca9812e09f1c9d9fbded1046fda0

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [761f7b584ee4ba4d34e983733d49357a4b8c15be]

        Force CustomTarget_build-examples into en-US locale
        
        odk/examples/DevelopersGuide/Components/SimpleLicense/ builds an example
        extension with a license that needs to be accepted when the extension is
        installed.  That's why odk/CustomTarget_build-examples.mk writes "yes" into
        stdin.  Unfortunately, the expected acceptance string is localized, so running
        this in e.g. a Linux de_DE.UTF-8 locale fails.  For Linux and macOS at least
        (which are the only platforms on which this test is currently enabled), it
        suffices to to set LC_ALL=C to force LO into its en-US locale.
        
        Change-Id: I1df0ea89400913ac3f1c90507721040119354727
        Reviewed-on: https://gerrit.libreoffice.org/34951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [0cbc0181d52433790bb607176ff01dcffc89ce99]

        ofz: leak in loading ppts
        
        regression from
        
        commit 5e10e6937a8d5117555a4dcc9520aca173d75c95
        Date:   Sat Jan 18 10:15:10 2014 +0100
        
            EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Change-Id: Id109f5bb23b1e4a93195548f880973ebc778515f

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [c97a37de3c63000ff7e58469e4beff8307167ca0]

        shouldn't need these SfxGetpApp as it will already exist
        
        SfxGetpApp will get or create SfxApplication
        
        in normal use we start SfxApplication via SfxGlobalEvents_Impl ctor
        theGlobalEventBroadcaster right from the start in Desktop::Main
        
        Change-Id: I5fec2dfb79c8bc322266048603252a9aa93a883f

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [260bfa5e4913c4ecb5720f3ef5163333374de744]

        ofz: fix ppt import leak
        
        Change-Id: I48b855f96464c74b76b473d5674fcdcc8388bf1b

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [33ef289f700292a879579b98e58c32235c05a092]

        Propagate failure of reading from stdin
        
        Change-Id: I8dbd27035db890813a871b4a4ef44d458e28fc61

2017-03-07  Tor Lillqvist  <tml@collabora.com>  [74df76d6ac91fae02ef0d20ce863cb753ba953cb]

        Use symbolic constants instead of hardcoded numbers
        
        The constants were commented out, so uncomment them.
        
        Probably lots of the same left.
        
        Change-Id: Iac87bef3bc331ae126741efbb4d58cc539e5a42a

2017-03-07  Michael Stahl  <mstahl@redhat.com>  [aa7390652bbc3f80907707bd4aebcf2ea8a413c7]

        lcms2: try to get rid of $(DEVENV) /Upgrade
        
        It's not clear to me that this is actually required, particularly why it
        would be required for VS 2015 but not VS 2017, and why only for this
        external and not the others that use MSBuild.exe.
        
        Reportedly this can fail if you have an expired or not yet registered VS,
        while strangely enough everything else compiles fine in that case,
        so rather than try to find out how to check for that issue in configure,
        avoid the problem by removing the /Upgrade.
        
        Change-Id: I55566e109e57117f65febb91de7580667c984a54
        Reviewed-on: https://gerrit.libreoffice.org/34947
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-07  Michael Stahl  <mstahl@redhat.com>  [4722bb82f8f2a181d882b8ad683ee5740da95cfa]

        desktop: unbreak soffice --valgrind
        
        (regression from e6a9dc22a4e58b565894f8cdb6a19755af7b14de)
        
        Change-Id: Ib394a64fb70a3b578d462c351eb9d68e9ac55d62

2017-03-07  Pranav Kant  <pranavk@collabora.co.uk>  [c3d1be64e882f7e0edd0e693b9f73a0556bcb003]

        lok: Allow changing comment text of document redlines
        
        The id of the redline is optional. If not mentioned, the current redline
        is assumed to be the one whose comment text will be changed.
        
        Change-Id: Ia859de171603239a78f4bdef5eff0facd580d027
        Reviewed-on: https://gerrit.libreoffice.org/34923
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [ea6bb12bb1b94bcbdaf67a5e4f0c7d659fe94188]

        bLicenseException is always false
        
        ...ever since 3c289e248a4f7c6940bb7429ee70d17a6196016c "jl152 import 263446 from
        native0jl:#i77196# supporting licenses, suppress license switch, subsequent
        accepting of licenses for bundled/shared extensions"
        
        Change-Id: I138016f6c83de8a7e085d4191ee06e0a1232203c

2017-03-07  Szymon Kłos  <eszkadev@gmail.com>  [b57d06315175c7aabfde6c02ee4f122cfbef10e8]

        Notebookbar: don't show unnecessary separators in the popup
        
        Change-Id: I89d11e2859676696e7bc0751ae9e71e5ae939a79
        Reviewed-on: https://gerrit.libreoffice.org/34945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-03-07  Vitaliy Anderson  <vanderson@smartru.com>  [c4fc38a86f77d87263e78fae04a31f19c21fb017]

        tdf#105570: Treat sprmTTableHeader properly.
        
        Only take into account sprmTTableHeader if all previous rows had it.
        
        Change-Id: I0f81da366c148963503b4aeba778f5d97aa72d26
        Reviewed-on: https://gerrit.libreoffice.org/34931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8240be9170cc473506531dad2fda82469ae84443]

        tdf#104287 RTF import: handle bitmap shapes inside tables
        
        Regression from commit 015fd55c94b7b650ed8e572cafaf3b0f903b01b9
        (tdf#96275 RTF import: fix anchor of shapes inside tables, 2016-05-10),
        the problem was that since shapes inside tables are now buffered, some
        previously hidden problems in the buffering became visible.
        
        For one, there was no code to make sure that a bitmap shape is not
        appended at the end of the buffer again when it gets re-played. For
        another, only the bitmap shape itself was buffered, not its size.
        
        Change-Id: I04d65eb794ff6b160ef77af85479ba25ea5f8aa7
        Reviewed-on: https://gerrit.libreoffice.org/34940
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [a247f6f8febbc24a3298b7c5404cade8a432fecf]

        only one use of GetLastSaveDirectory
        
        which is to get its value and do a const_cast dance to save and
        restore its value which is a strange thing to do just for one
        obscure dialog when no other use of the save/load dialogs does this
        
        Change-Id: I7700d7ed738d578869284d415197de06167001b5

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [22e3da098ce19fe3463af67b44a4529fe555a181]

        can use a reference here
        
        Change-Id: I3e9599e92679a66cae410090b5d17651a3698cce

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [80c2c0b496494bc648e49f49349a46648f97f689]

        improve scoping and zero some things
        
        Change-Id: I04402009ffd91e35a72026ca357e1e158a258035

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [f736175749bd030e1f8473e84ee070b9cc4eef3b]

        Resolves: coverity#1402073 Mixing enum types
        
        Change-Id: Ifb8ca51cd8937b740c810083b45d5e7fbb06d91f

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [a32e5162bc5719fc37ba4a9831bc063a097c4d02]

        make SfxApplication ctor private
        
        Change-Id: I85d2a112b1f7e6215480d89e038d6515d641d147

2017-03-07  Eike Rathke  <erack@redhat.com>  [73dec49802ef8fc42c5719efaa42a33cde68e569]

        a size is a size
        
        Change-Id: I98b54ac353bc0c078f31b447aec2eff7e80b4308

2017-03-07  Eike Rathke  <erack@redhat.com>  [4c8059a3e140171399ac85ceb882d23bb458599d]

        Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenario
        
        So ScViewData::maTabData gets an entry added which deleting the scenario
        can remove again.
        
        Change-Id: I166baeff5408ef67faef41364515a13b8d4610bb

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [3ecca2522d768bb66fa0ad8d8d64cb33cc3ea99f]

        coverity#1402074 Resource leak
        
        and
        
        coverity#1402075 Resource leak
        coverity#1402076 Resource leak
        
        Change-Id: I41f2ad480a43e3563b08a6316d4e74bfe8efd378

2017-03-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [21d3d7f388ff8128aca65cb88b309a822c1528a1]

        A11Y nitpick: correct mnemonic widget mapping
        
        This warning appeared while opening the 4th page of Mail Merge Wizard
        
        warn:vcl:5291:1:vcl/source/window/builder.cxx:220: missing either source
         femalecolft or target fieldname member of Mnemonic Widget Mapping
        warn:vcl:5291:1:vcl/source/window/builder.cxx:220: missing either source
        femalefieldft or target fieldvalue member of Mnemonic Widget Mapping
        
        Change-Id: Ibde465ab1a3603a6b4f831e8d7939b512c4b593e
        Reviewed-on: https://gerrit.libreoffice.org/34934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-07  Caolán McNamara  <caolanm@redhat.com>  [edd796ea8627957fe68cb5a2a0380676213c8f92]

        add icg
        
        Change-Id: Ib017705ca38c83cd7dfbedec60e2c7adf3f3c6a3

2017-03-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [08f5355dee375503167989e21271a4601449a257]

        convert RES_FIELDS to scoped enum
        
        and rename to SwFieldIds
        
        Change-Id: I50d2b7550f68b4b020ffc1603f931c671c8e1de6
        Reviewed-on: https://gerrit.libreoffice.org/34924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [14f982775cdff2e3779f9a9bcbc0341247ed90aa]

        Remove unused include/systools/win32/comptr.hxx
        
        (there's a close cousin in fpicker/source/win32/filepicker/ that's actually in
        use there)
        
        Change-Id: I3250112703f09871e7451257b0417d1d3c332f73
        Reviewed-on: https://gerrit.libreoffice.org/34932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-07  Stephan Bergmann  <sbergman@redhat.com>  [f6262b3dcb4126ea03802e66ddf5bfa8833e6328]

        Remove redundant 'inline' keyword, Linux redux
        
        Change-Id: I10c7dbd6a7acce309b056a1ae57c39f00f22c46d

2017-03-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [76db789dc777a4888b95d9f6665ce45bd667b957]

        Add Tooltips for emoji toolbar control
        
        Change-Id: I93d9fb1af42d83c7f7f518a1441f4666fd7ee30a
        Reviewed-on: https://gerrit.libreoffice.org/32231
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4f12babf52750bd07ef1a7345a428123cfd0bae5]

        remove dead code
        
        was deactivated in 2010 by
        commit 9334f7757330fdd113d37b3faed728e56e6330c8
            Temporarily disable the extra ACL check.
        
        Change-Id: Ia9d2b7f55285e78f0737bf798b627740ccb11979
        Reviewed-on: https://gerrit.libreoffice.org/34937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-07  Rohan Kumar  <rohankanojia420@gmail.com>  [dd83aa90677cab526b4ea38caaeb6e0961c1a0be]

        tdf#51358 Support for BarnDoorWipe transition animation in SVG support
        
        ported the class BarnDoorWipe
        
        Change-Id: I10c98cf575c76bb0c96a9622721d1ab368941dca
        Reviewed-on: https://gerrit.libreoffice.org/33323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-07  Jeevan  <suryamaddu@yahoo.in>  [a5a6694128728c48c1a8482450a21ad49025c40c]

        tdf#95416 Removed ../ in filter/source/svg/test files
        
        Change-Id: I9f281c48ddd78f2a897e26b9af57fef2e89604d3
        Reviewed-on: https://gerrit.libreoffice.org/34890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-07  Takeshi Abe  <tabe@fixedpoint.jp>  [39ec34b867ee60a5da68fd1e5e08b476f0b0c0ca]

        starmath: Avoid creating SmFontNode with a default token
        
        when an unexpected token is found.
        
        Change-Id: I1a11c08ce54c55bb32289498fbb26af019396b83
        Reviewed-on: https://gerrit.libreoffice.org/34918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [c8267b8b65a2adcad97ea767669dabbdc4b2b27e]

        oss-fuzz: Module_xmlsecurity has gpg inside ENABLE_NSS
        
        which is probably wrong, but nothing uses --disable-nss except IOS
        and the static build where nss is not built
        
        Change-Id: Icdd24ffc301715a0227e31f67335c8775806e085

2017-03-06  Tor Lillqvist  <tml@collabora.com>  [4a332d54b80bbc502ccc98bf924a269e00c10070]

        The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the spec
        
        So generate such a record only when the protection state is on.
        
        See https://msdn.microsoft.com/en-us/library/dd922139(v=office.12).aspx
        
        Change-Id: I710395527cd53dc47018806e51fcc699e11fb461

2017-03-06  Tor Lillqvist  <tml@collabora.com>  [727ee3f92a8882914ac3f68eaf53ac519ace5f38]

        The 'reserved1' bit of a 'Formula' MUST be zero according to current spec
        
        See https://msdn.microsoft.com/en-us/library/dd908919(v=office.12).aspx .
        
        This means we will never set the EXC_FORMULA_RECALC_ONLOAD flag, hmm?
        
        Change-Id: Ic081caa7f98426394cbc7b0b320fa1a5a9a34f6c

2017-03-06  Tor Lillqvist  <tml@collabora.com>  [970f8dc7847967719652590f71f0f19e46ba7268]

        Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per spec
        
        See https://msdn.microsoft.com/en-us/library/dd906117(v=office.12).aspx .
        
        Change-Id: I4ff278f4cdd388947bbe81b88b6c39ff2b208b1a

2017-03-06  Andras Timar  <andras.timar@collabora.com>  [b225be8c997ffa85926217efff3654bec8c538a2]

        masOS codesign: Use of unset variable is an error
        
        Change-Id: I270b7ab66d502e767a62e7e98ec3cefe7b9646d5

2017-03-06  Rene Engelhard  <rene@debian.org>  [f05d8e3fa3c05f565dae9aef292d9c736771f357]

        don't try to install pdfium lib in --disable-pdfium
        
        Change-Id: I77f2ab2b627ceee2d6b0d44e530b4ac691510bf3

2017-03-06  Khaled Hosny  <khaledhosny@eglug.org>  [9af45ef67824f3ec6e95c16e7deb005a73532d65]

        Try harder to debug the random TB failures here
        
        Change-Id: I490302e56e6dcc222fc9b65755f16272bb53af56
        Reviewed-on: https://gerrit.libreoffice.org/34930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-06  Lionel Elie Mamane  <lionel@mamane.lu>  [c7637cf6df213a6fd620b5250e4e3875c9251aa4]

        remove unused #include
        
        Change-Id: I97111309432359968e890aacd0a285d068991307

2017-03-06  Lionel Elie Mamane  <lionel@mamane.lu>  [57909620b4493ae7c8fe950c47e2c826b3c164aa]

        tdf#40575 remove obsolete MAX_DAYS check
        
        Change-Id: Ifccf3a1fe27011a8e72464bf76cadcf16f5f5fa7

2017-03-06  Stephan Bergmann  <sbergman@redhat.com>  [979e4b822cf03c8bde6885893c8c93f3a0e467f1]

        Revert "tdf#106283: Registry settings are not read properly on Windows"
        
        This reverts commit 8cfda7206139b3017346c435591c77c9741ba8ee.  The problem in
        that issue is that the configmgr/source/winreg.cxx code generates .xcu data
        where such an extension prop doesn't have an oor:type attribute, which is not
        allowed.  On the other hand, it is important that the PropertyNode representing
        such an extension prop has a staticType_ of TYPE_ANY, so that later layers or
        programmatic calls can store values of different type.

2017-03-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [190eaa760336ec7c8f2d8d89785b22e770b3e8d6]

        Check for divide by 0 in Calc function NPER.
        
        Plus improve efficiency and use correct prefixes for variable names.
        
        Change-Id: I2ba0863a57aad4c89bc930fa69b08ed90b070002
        Reviewed-on: https://gerrit.libreoffice.org/34902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [67bff281f9befbea8b4ff028fabe056b8c4e184b]

        Add constraint and divide by 0 check for Calc function RRI.
        
        Plus rename variables with correct prefixes and common names.
        Test for type of error in unit test.
        
        Change-Id: I48d2fee180e5e093189c1bb6fe889cbf74260fc4
        Reviewed-on: https://gerrit.libreoffice.org/34882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [055c8cc676921176e2b9df76bd0e09bacab1d80b]

        Check for divide by zero in Calc function SLN.
        
        Plus use correct prefixes for variable names.
        
        Change-Id: Ia60117bec22eb305cb351a2e5fa0e757b4897139
        Reviewed-on: https://gerrit.libreoffice.org/34872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ccd030e61fa43c472b85b184882e87f4fab2faf2]

        tdf#106236 Check for all constraints with Calc function PDURATION.
        
        Plus use of correct prefixes for variable names.
        
        Change-Id: I430039fa23fc73e13bf1992f4188a67ae47b52ab
        Reviewed-on: https://gerrit.libreoffice.org/34819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [9a7b5d86aceb97fc9f3d36bee817d3d0fc976254]

        tdf#106210 Apply correct constraint for calc function EFFECTIVE.
        
        (= ODFF formula EFFECT)
        
        Change-Id: Ib9adeece3d2f1331b80ce8eae74831420e6c2e6b
        Reviewed-on: https://gerrit.libreoffice.org/34682
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-03-06  Szymon Kłos  <eszkadev@gmail.com>  [57b9875fc09bdcbf3a5ee121accbcedfaf67dea7]

        Notebookbar: fixed vertical alignment
        
        Change-Id: I19d06f9dd2d4ec65de687b36d8a80eb7c7beba22

2017-03-06  Michael Stahl  <mstahl@redhat.com>  [45dd570ac474c336cceac1ca2792f243ee125fa2]

        libreofficekit: GTK 3.22 deprecates gtk_show_uri
        
        Avoid -Werror=deprecated-declaration and use
        gtk_show_uri_on_window instead, which needs a GtkWindow.
        
        Change-Id: Ia77978348809c8d88cb2823a1549cbdeffcc6c97
        Reviewed-on: https://gerrit.libreoffice.org/34926
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-03-06  Rohan Kumar  <rohankanojia420@gmail.com>  [a3f768eb74bd439b656bd6df639b50133b09a5f2]

        Fix flip issue in Snake animation subtype
        
        Fix flipOnYAxis function, alongwith minor tweaks.
        
        Change-Id: If8958de9eb651a15f86963f2e40eb364011ce41f
        Reviewed-on: https://gerrit.libreoffice.org/33918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-06  Rohan Kumar  <rohankanojia420@gmail.com>  [74b54e33135bb99513142e671369e4f3f6370d55]

        tdf#51358 Importing ClockWipe in SVG engine
        
        Most of the constants and transition info table were already
        written, i just added the perform method.
        
        Change-Id: Ib8e2d8e7ca7e26dc54a1e309a2b6271ee7603f34
        Reviewed-on: https://gerrit.libreoffice.org/33847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-06  Rohan Kumar  <rohankanojia420@gmail.com>  [b5b6317e4e35a2a1a81c90dda6e6e4e5457471ee]

        tdf#51358 Support for VeeWipe transition in SVG Support
        
        Ported the class Veewipe
        
        Change-Id: I13b9d7235967e3dd1b1b1638c27e76d11708d1e0
        Reviewed-on: https://gerrit.libreoffice.org/33764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-06  Stephan Bergmann  <sbergman@redhat.com>  [14368e63ab5d18f6b6c7f2eeb1e816593701827b]

        loplugin:simplifybool
        
        Change-Id: Ied05f5d8b09b3bab4bddfe0a189c5039f81b6f18

2017-03-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fee627825f2efb228d9c4e81ed007dd8c7066c9b]

        sw: remove unnecessary upcasts
        
        guess some broken compiler needed these
        
        Change-Id: If0132f6363555fea2ef880bd7af343c2d7b2a0a4
        Reviewed-on: https://gerrit.libreoffice.org/34925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-06  Stephan Bergmann  <sbergman@redhat.com>  [91745bdbfac1f478f230f6128240298d64d15d0d]

        Simplify SAL_INFO message composition
        
        Change-Id: I665c77f984cebba8803ff81a78dd31578bdeef51

2017-03-06  Stephan Bergmann  <sbergman@redhat.com>  [20ce75e2947b3eac676ff8326fa40c4861fc1ba3]

        Remove one more MinGW leftover
        
        i.e., WNT=OS implies MSVC
        
        Change-Id: I87b02dcbfe74405326b60f49bceaf99de7c56b83
        Reviewed-on: https://gerrit.libreoffice.org/34920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [2bea88592d88492023eb5e82d0f6a48e71dfa291]

        oss-fuzz: add in requirements for ppt
        
        Change-Id: Ie4118e4057ceb5268469576c79f1db8226b7655b

2017-03-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [63961b9b45c95999dcc6b5ab080035609068ff69]

        tdf#103847: Pass also XFillStyleItem to subtabs
        
        this resolves the issue of non-preset gradient and hatch values not
        being shown. Bitmap is still broken (beyond repair)
        
        Change-Id: Ifad8f3a56b534e26def69c0b0bb2ed55de53bcda
        Reviewed-on: https://gerrit.libreoffice.org/34908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [38fd98a0513638634868132e9c922366bcc8c622]

        XUniversalContentBroker pBroker unused directly
        
        since...
        
        commit 1ce99678e5647076da3c152f0b7350e5ddd410e4
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Tue Aug 18 15:23:03 2015 +0200
        
            Simplify from ucbhelper::getSystemPathFromFileURL to osl::FileBase
        
            (vnd.sun.star.wfs is long gone)
        
        Change-Id: I91a72bd9104df2e0ab640b67d0ec34fc172c36e9

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [27c5268dd9908b749ca251e172944278d761a335]

        reserve the known amount we'll append
        
        Change-Id: Ib476453eb3c527cc8c3be679ebc6267a0b53d10e

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [e214f0bd5a2a3edc331dae8d1695f4cc9f10b98a]

        ofz: avoid out of memory
        
        Change-Id: I5d31f8e35b3f0613fa328125f529251fdf9657aa

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [7d834ba490208d0f27e9f10543f2e4e1700af99c]

        input data can be any kind of muck at this point
        
        Change-Id: Ib0d48bdfa067f58a701508a6f5e60704d49aa5a5

2017-03-06  Pranav Kant  <pranavk@collabora.co.uk>  [09b56c34fa6651083c7b2a2973c7ca3986d7a50b]

        sw: Bin unused vector
        
        Change-Id: I948d07c178344b66ea91eddf5771dc65b3ea9d30

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [866d4db725c836b1bd714d0ffcbc4a788cfe4f9d]

        add a config-less fallback here
        
        Change-Id: Iee6bb57445a066d43c0d62ca0d56fd13bd589980

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [929358286c4a21c3f19284246ba1a99200b64bf2]

        add a oss-fuzz BRAND_BASE_DIR override
        
        Change-Id: I8878d5c35da6c9015420e54c4a82f80f5827ce5d

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [9aca0423ad4f882afb463558923dc59ed9e31eae]

        add a non-config fallback for theme
        
        Change-Id: I9fbd8b18510fb2ec8c6c48fb2be899f06f98fa30

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [fb4467b6ffc6d77ab79e11806f00cf30f33388fd]

        use a different resource dir for oss-fuzz
        
        Change-Id: Idb14cdbb3f1717e5d0aaa6fddbe39d2f46384d08

2017-03-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [90cf564324ed9421f52742a0955bacab9407a872]

        tdf#106190 Move meber variable to local
        
        Update b2738c6f67cb650ac32228f3cd20b9dfe4b41c9c
        
        Change-Id: I8417dcf948e72376c7e67bee78df56c3021b55de
        Reviewed-on: https://gerrit.libreoffice.org/34913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [001feed29c881da5767dd2ae80127fb74926112e]

        convert SdrTextAniKind to scoped enum
        
        Change-Id: Ie79aaf96a0d89c96c4ecd4ee8ccb0eabd3456bd0
        Reviewed-on: https://gerrit.libreoffice.org/34916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f2fa5951bf3d02439a3e96d1f9d89962f0901edc]

        tdf#106271 Cannot disable Menubar under Unity
        
        Empty the global menu when the user wants to hide the menubar.
        When showing it again, the global menu is refilled.
        
        Change-Id: I3c5e17100622cd8d22c4348cf90a76233dd0fd4c
        Reviewed-on: https://gerrit.libreoffice.org/34869
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-03-06  Justin Luth  <justin_luth@sil.org>  [b3afee4b61740b20bb7430bd6bbe25023f705f3a]

        doc/docx: make unit test for tdf#99120 round-tripable
        
        When a page description is chained to a non-chained follow,
        it will only be used for a single page. Thus it might be able
        to be combined into the follow as a titlePage instead.
        However, if this page description has distinct even/odd pages,
        don't merge it as a titlepage.
        
        Change-Id: I62237a48c062e7c393a5224285a23597c479c1c9
        Reviewed-on: https://gerrit.libreoffice.org/34889
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [0ea05f930fb6811da33606cf546057e11a96361c]

        drop various _MSC_VER < 1900 conditionals
        
        Change-Id: I68d93b260db1f542bb3b44858b61b2d30ae93530
        Reviewed-on: https://gerrit.libreoffice.org/34856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc5acf0f608ed279f719e38f9a6e80c326b93fa8]

        sw: prefix members of SwRectFnSet
        
        Change-Id: I229620b9a96578f1f47132ff7bd4ea27e7611fec
        Reviewed-on: https://gerrit.libreoffice.org/34917
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [02fd5f04fb0c23d788d601ba1037aaf2856b3ce3]

        convert eHtmlMetas to scoped enum
        
        Change-Id: I4433bb87e74b909fbd8e1144e00d8cc53954bf05

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0f13baae8f61ed9ee5152fb04dd78d8c941b173]

        convert HTMLTableRules to scoped enum
        
        Change-Id: Id8758955565579abd1f4687907d7fe06aaefa749

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [f36846b145e24d5fac4750d46446c189c23df533]

        convert HTMLTableFrame to scoped enum
        
        Change-Id: I1353619ca11f867ca37dec3105e50ba9f3d70d54

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a099fef6e804c8fc17647c4ad2279102d0ce383]

        convert HTMLInputType to scoped enum
        
        Change-Id: I3f6f6aadd813898ccff93154138a2fbf911b9c8f

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [1cbef3eb084b78734165f79854b58afc860bac1c]

        convert HTMLScriptLanguage to scoped enum
        
        Change-Id: If87863b520da704410a6ad261330bbde7ef8008c

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [24ae6e86671c0729a6a6ea7da86b262b4fdd1c0f]

        convert ScrollingMode to scoped enum
        
        Change-Id: Ice1628ba09998be455fd6a77a044cb403235d462
        Reviewed-on: https://gerrit.libreoffice.org/34914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Fakabbir Amin  <fakabbir@gmail.com>  [9fc8b4a3fe9b369093fc133979f84ed7b21b125f]

        tdf#88205 Remove 'css::uno::Sequence' in svx
        
        Change-Id: Iaee597fea9840ddd428dbf37d3bdcab9a9ecef9b
        Reviewed-on: https://gerrit.libreoffice.org/34885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Stephan Bergmann  <sbergman@redhat.com>  [aa2758e133a74cc5d76cdb42478604fcb0fe3f6e]

        Revert "Does aPos need proper initialization here?"
        
        This reverts commit 55212835b5eba797a14430a0268b3bea773e0852.  For one, I'd
        intended to add the initialization in SalLayout::GetBoundRect, not
        SalLayout::GetOutline.  And for another, if you look closer, the overrides of
        GetNextGlyphs will always set rPos (ignoring any old value) upon returning non-
        zero.
        
        I'd seen calls to WinSalGraphics::DrawTextLayout ->
        D2DWriteTextOutRenderer::operator () -> GetBoundRect fail (thus returning false
        from operator () and causing the assert in DrawTextLayout to fire) after
        7453cb58df4ce434a1252567f961cfe497064aca "pPos and pGetNextGlypInfo always have
        the same value", but maybe that's even normal:  Prior to that commit, that call
        chain would trivially return false:  If none of the early returns from
        operator () hit, the final
        
          return (succeeded && bGlyphs && pRectToErase);
        
        would always return false as pRectToErase would be passed null from
        DrawTextLayout, and the assert there was
        
          assert(!result);

2017-03-06  David Ostrovsky  <david@ostrovsky.org>  [7fd432e6f2d7d30228c705bd8db5046387d65866]

        MSVC 15.0: Fix 32bit build
        
        Change-Id: I0e6e01918f58ada6a58f1d3b3278b72944cf300e
        Reviewed-on: https://gerrit.libreoffice.org/34904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [7139563afe073b0e4e819fdaf7fe285e597f4c5f]

        make use of the SfxItemSet::GetItem<T> method
        
        Change-Id: I8201429993129b019a6dd51c203a9f8dcbb2253e
        Reviewed-on: https://gerrit.libreoffice.org/34867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [aadf790bbceb1cde94c2a6fe8edfb9951edca0a0]

        remove some unnecessary use of OUString constructor
        
        found with
           git grep -nP '<<= OUString\(\w*[A-Za-z]+'
        
        Change-Id: I43354842f1e0418fb292f2e8e0cb30f1229d1c67
        Reviewed-on: https://gerrit.libreoffice.org/34864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b58caf0597fed21c78fd806e5f2cef6fc43c502]

        Dia*Item classes are unused
        
        Change-Id: I0546a15300312c19feaf701057ab0191547b9202
        Reviewed-on: https://gerrit.libreoffice.org/34858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [59fbef6cf83083d678571f706bebd5f3147a3d0e]

        templatize HTMLEnumOption::GetEnum methods
        
        And consequently fix bug in htmlfld.cxx in
        the RES_DOCSTATFLD/SwDocStatSubType handling, where it was updating
        the m_bUpdateDocStat fields by comparing the wrong enum variable.
        
        Change-Id: If9a68699a9d375ace120a3bf4f4bf4d4ae20a8e0
        Reviewed-on: https://gerrit.libreoffice.org/34857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e07dc67dedcb8450bc9d6076f5ef5322c316d20a]

        remove unnecessary casts
        
        Change-Id: Ied96b8eea548771a71e69684ced1f1f3699ca237
        Reviewed-on: https://gerrit.libreoffice.org/34910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7548289d6342bc26563360b9d8c0b37c7b03b38b]

        cppcheck: knownConditionTrueFalse
        
        > Condition '!bError' is always true
        
        Change-Id: I8dc7293ab57f765cc532565cac3d009742152387
        Reviewed-on: https://gerrit.libreoffice.org/34911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-06  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8528712b6e81c67002667305d4d5311f66929e60]

        VBA test CHOOSE  function
        
        Change-Id: Ieb76595199ea1f6c23924d4860228fe5f4d30df1
        Reviewed-on: https://gerrit.libreoffice.org/34909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-06  Takeshi Abe  <tabe@fixedpoint.jp>  [dbb3123e7a1dbd6d64009f0b101fef7173a6870e]

        starmath: Push next token to escape only in a valid case
        
        Change-Id: I935e7d2992a93ff451bcc5689f2dc59fe7afff40
        Reviewed-on: https://gerrit.libreoffice.org/34875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-06  Caolán McNamara  <caolanm@redhat.com>  [29d2f85e198d5b844d5a10562723a65173cf22ea]

        Restore "pPos and pGetNextGlypInfo always have the same value"
        
        and...
        
        "pEraseRect is always null"
        
        This reverts commit b398dacbb471913e573e9b0b4cd31d94a9109223.
        
        Change-Id: I5e7c07eefff0b6bd39d9ed7492134ea062e90fdf
        Reviewed-on: https://gerrit.libreoffice.org/34907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-06  Maxim Monastirsky  <momonasmon@gmail.com>  [98a03d9b0d13b8f811ccf8fc1a9b7f9469ed079c]

        tdf#106224 Support extra large savemodified icon
        
        For now just duplicated the large icon in Galaxy,
        to satisfy the resource compiler.
        
        Change-Id: Icf31df0185a1ec7f080d9600b2536bcaa5d0783e

2017-03-05  Caolán McNamara  <caolanm@redhat.com>  [b398dacbb471913e573e9b0b4cd31d94a9109223]

        Revert "pPos and pGetNextGlypInfo always have the same value"
        
        This reverts commit 7453cb58df4ce434a1252567f961cfe497064aca.
        
        and...
        
        Revert "pEraseRect is always null"
        
        I suspect the problem is the change to D2DWriteTextOutRenderer::operator
        in 7453cb58df4ce434a1252567f961cfe497064aca
        
        aborts during windows tinderboxes CppunitTest_dbaccess_empty_stdlib_save etc
        
        This reverts commit 073d920ef5914b5dfe491dbaf7fb18ba56293b85.
        
        Change-Id: I372e104bd09e49bcf08306169db9777f2f26fff5

2017-03-05  Caolán McNamara  <caolanm@redhat.com>  [5c783dc75f9f31b5393f0a921323583312a731ec]

        ubsan: add in all the valid value for NumberingType to the SvxNumType enum
        
        /include/editeng/numitem.hxx:69:67: runtime error: load of value 52, which is not a valid value for type ´SvxNumType´
            #0 0x2b29cf86dc41 in SvxNumberType::SetNumberingType(SvxNumType) /include/editeng/numitem.hxx:69:67
            #1 0x2b29d5448771 in SwXNumberingRules::SetPropertiesToNumFormat(SwNumFormat&, rtl::OUString&, rtl::OUString*, rtl::OUString*, rtl::OUString*, SwDoc*, SwDocShell*, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) /sw/source/core/unocore/unosett.cxx:1851:25
            #2 0x2b29d542f727 in SwXNumberingRules::SetNumberingRuleByIndex(SwNumRule&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, int) /sw/source/core/unocore/unosett.cxx:1517:5
            #3 0x2b29d542b0e8 in SwXNumberingRules::replaceByIndex(int, com::sun::star::uno::Any const&) /sw/source/core/unocore/unosett.cxx:1180:9
        
        make CppunitTest_sw_ooxmlexport CPPUNITTRACE="gdb --args"
        
        Change-Id: I4bb11dbe29e286e937f177aa436213ae40152399

2017-03-05  Caolán McNamara  <caolanm@redhat.com>  [82e1648dd3f1add532e389c03a56814e830a9dd9]

        xsec_gpg isn't available under android
        
        Change-Id: I6c4c20fde4c6723a13a1d6894fa7d293978fca42

2017-03-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [23c9a2a1e022391b62afd3a69a6f7f9deb8fa3f1]

        cppcheck: knownConditionTrueFalse
        
        > Condition 'nLevel==1' is always true
        
        Change-Id: If35c47af9bea87dbc93a011f0fb53cf966bf579f
        Reviewed-on: https://gerrit.libreoffice.org/34901
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-05  Stephan Bergmann  <sbergman@redhat.com>  [55212835b5eba797a14430a0268b3bea773e0852]

        Does aPos need proper initialization here?
        
        Might explain some spurious Windows build failures.
        
        Change-Id: Ic4b0bf95254df27401addadc15b5df0c7d2945cd

2017-03-05  Stephan Bergmann  <sbergman@redhat.com>  [177f5c2e505b7978fc232a891577a448e49b290d]

        Proper fix for multiply defined SfxEnumItem<sal_uInt16> with MSVC
        
        With --disable-pch the original hack from
        f091259ad2ec1590714645839668580cd7b8c7c4 "convert SfxEnumItem to type-safe
        template class" doesn't happen to work:  When linking sd, the occurrences of
        SfxEnumItem<sal_uInt16> in sd/inc/sdattr.hxx clash with those from editeng
        (where LanguageType is a typedef for sal_uInt16) and svl (as the respective
        include files from editeng and svl happen to not be included).  For whatever
        reason, the explicit instantiation declaration without a __declspec(...) in
        include/svl/eitem.hxx doesn't seem to make a difference (at least with MSVC 2015
        Update 3).
        
        Change-Id: I51b5943fe19a7184db9414192c6364f7c26b79eb
        Reviewed-on: https://gerrit.libreoffice.org/34903
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-05  Stephan Bergmann  <sbergman@redhat.com>  [d8a47a23114ce9b4a743d0da35dfb93dadc07d11]

        Is gbuildtojson missing support for ExternalPackage?
        
        (Now that xmlsecurity/Executable_pdfverify.mk mentions that since
        f764d67da42caa71fd5e02146b1ca32680ae2f6e "Fix Executable_pdfverify dependencies
        on Linux".)  Probably---but how am I supposed to fix that tempfile mess?  So
        just take xmlsecurity out of the module list until somebody knowledgeable about
        gbuildtojson fixes that.
        
        [...]
        > mkdir -p /data/lo/core/TMPDIR/gbuildaeu7wqev/GbuildToJson/CppunitTest/
        > mkdir -p /data/lo/core/TMPDIR/gbuildaeu7wqev/LinkTarget/CppunitTest/
        > LD_LIBRARY_PATH=/data/lo/core/instdir/program:/data/lo/core/instdir/program:/data/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"/data/lo/core/instdir/program:/data/lo/core/instdir/program"   /data/lo/core/TMPDIR/gbuildaeu7wqev/LinkTarget/Executable/gbuildtojson --makefile=/data/lo/core/TMPDIR/gbuild.X1C36q --linktarget=/data/lo/core/TMPDIR/gbuild.0zidFs --ilibtarget=/data/lo/core/TMPDIR/gbuild.LCl6Cf --cxxobjects=/data/lo/core/TMPDIR/gbuild.r4VEGz --yaccobjects=/data/lo/core/TMPDIR/gbuild.V6y0Sc --objcobjects=/data/lo/core/TMPDIR/gbuild.LBrqAl --objcxxobjects=/data/lo/core/TMPDIR/gbuild.WVv4ht --cxxclrobjects=/data/lo/core/TMPDIR/gbuild.H6vJbO --asmobjects=/data/lo/core/TMPDIR/gbuild.8hALYD --lexobjects=/data/lo/core/TMPDIR/gbuild.DOfpRn --gencobjects=/data/lo/core/TMPDIR/gbuild.0ErRmu --gencxxobjects=/data/lo/core/TMPDIR/gbuild.w2TAEg --cobjects=/data/lo/core/TMPDIR/gbuild.igfxay --javaobjects=/data/lo/core/TMPDIR/gbuild.WcfpOt --pythonobjects=/data/lo/core/TMPDIR/gbuild.O4Myeb --cflags=/data/lo/core/TMPDIR/gbuild.GRNm3B --cflagsappend=/data/lo/core/TMPDIR/gbuild.IwFfCF --cxxflags=/data/lo/core/TMPDIR/gbuild.FBXArw --cxxflagsappend=/data/lo/core/TMPDIR/gbuild.nKdQ4d --objcflags=/data/lo/core/TMPDIR/gbuild.ZbiwYX --objcflagsappend=/data/lo/core/TMPDIR/gbuild.Ahmn93 --objcxxflags=/data/lo/core/TMPDIR/gbuild.4PbfJo --objcxxflagsappend=/data/lo/core/TMPDIR/gbuild.DgMO0i --cxxclrflags=/data/lo/core/TMPDIR/gbuild.St2OX9 --cxxclrflagsappend=/data/lo/core/TMPDIR/gbuild.6UuMxo --defs=/data/lo/core/TMPDIR/gbuild.wbazch --include=/data/lo/core/TMPDIR/gbuild.KgrLWd --linked_libs=/data/lo/core/TMPDIR/gbuild.x4MaDG --linked_static_libs=/data/lo/core/TMPDIR/gbuild.OulkWx > /data/lo/core/TMPDIR/gbuildaeu7wqev/GbuildToJson/CppunitTest/libtest_xmlsecurity_dialogs_test.so
        > [build EPK] gpgme
        > touch /data/lo/core/TMPDIR/gbuildaeu7wqev/ExternalPackage/gpgme
        > touch: cannot touch '/data/lo/core/TMPDIR/gbuildaeu7wqev/ExternalPackage/gpgme': No such file or directory
        > make: *** [/data/lo/core/TMPDIR/gbuildqy7pkkpc/solenv/gbuild/ExternalPackage.mk:33: /data/lo/core/TMPDIR/gbuildaeu7wqev/ExternalPackage/gpgme] Error 1
        > E
        > ======================================================================
        > ERROR: test_gbuildtojson (gbuildtojson.CheckGbuildToJsonModules)
        > ----------------------------------------------------------------------
        > Traceback (most recent call last):
        >   File "/data/lo/core/solenv/qa/python/gbuildtojson.py", line 142, in test_gbuildtojson
        >     subprocess.check_call([self.bash, bashscriptname.replace('\\', '/')])
        >   File "/data/lo/core/instdir/program/python-core-3.5.0/lib/subprocess.py", line 271, in check_call
        >     raise CalledProcessError(retcode, cmd)
        > subprocess.CalledProcessError: Command '['bash', '/data/lo/core/TMPDIR/gbuild707bz2lq']' returned non-zero exit status 2
        >
        > ----------------------------------------------------------------------
        > Ran 2 tests in 53.237s
        >
        > FAILED (errors=1)
        >
        > Error: a unit test failed, please do one of:
        > make PythonTest_solenv_python CPPUNITTRACE="gdb --args"
        >     # for interactive debugging on Linux
        > make PythonTest_solenv_python VALGRIND=memcheck
        >     # for memory checking
        > make PythonTest_solenv_python DEBUGCPPUNIT=TRUE
        >     # for exception catching
        >
        > make[1]: *** [/data/lo/core/solenv/gbuild/PythonTest.mk:36: /data/lo/core/workdir/PythonTest/solenv_python/done] Error 1
        > make: *** [Makefile:161: PythonTest_solenv_python] Error 2
        
        Change-Id: If8717f42657ae63ba468b5945f98e02090df58c9

2017-03-05  Stephan Bergmann  <sbergman@redhat.com>  [4149a30e7bce6e34d80beb17053453156ed1c243]

        workdir/UnpackedTarball/gpgme/src/gpgme.h is generated
        
        ...from workdir/UnpackedTarball/gpgme/src/gpgme.h.in
        
        Change-Id: I1fc1871f9fa1da14f209b3b2902eb2be3a680d56

2017-03-05  Stephan Bergmann  <sbergman@redhat.com>  [f764d67da42caa71fd5e02146b1ca32680ae2f6e]

        Fix Executable_pdfverify dependencies on Linux
        
        Change-Id: Idf5561baaa714834e8e763e379a79d084e21dc80

2017-03-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1f873596eded3d858c9ed97b988ccc5a0c1ef807]

        gpg4libre: get rpath right for gpgme
        
        Also add initial crossbuild support, and avoid extraneous build
        targets (docs, arcane lang support)
        
        Change-Id: I51afa2ff91c576b35dcb73124396188b780ed84e
        Reviewed-on: https://gerrit.libreoffice.org/34898
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60708af4a7ed48028cf3158d1101568aa5b0da81]

        Revert "tdf#99352: ensure ChartController is disposing its VclPtrs on DeInitVCL"
        
        The original patch crashes charts on disposing, e.g. during the UI testing.
        
        This reverts commit 926c0d73e82bb1d5644c49fb95c56e241b6c8f34.
        
        Change-Id: I93cb5c41e3705a487d2547b55eac761c6952049c
        Reviewed-on: https://gerrit.libreoffice.org/34900
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9ec55a085277e7ae98857edf64c425e35b73eab8]

        Fix build for mobile
        
        Change-Id: I134ad487e417264c66d135a4b037f22033804c28

2017-03-04  Stephan Bergmann  <sbergman@redhat.com>  [6117ae2bd3e75df84a052f48cd5ca501f0e3be3e]

        -Werror,-Wunused-private-field
        
        Change-Id: I8e39763e781121932a0200e59760b49d7edcbfdd

2017-03-05  Khaled Hosny  <khaledhosny@eglug.org>  [5c617a811724a45dd8688869eeafac4c44f6a8aa]

        Handle Tr vertical orientation before shaping
        
        See https://github.com/behdad/harfbuzz/issues/355
        
        Change-Id: Ic82d74046980fae3e7a973fee90fe5bb4f2b8588

2017-03-04  Caolán McNamara  <caolanm@redhat.com>  [0d1813cdaf44e3a8ae8878d6d87c28300451beb2]

        fail on unknown version flags
        
        Change-Id: Icbd2608a3341652b1b40f6bdebb66c4caf6e810a
        Reviewed-on: https://gerrit.libreoffice.org/34894
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-04  Stephan Bergmann  <sbergman@redhat.com>  [1d88c20fd03e753928df209fa5a640bb078afc9a]

        -Werror,-Wunused-private-field
        
        Change-Id: Id846ace3c16719b4ce5f1c9e24b7f76cc7753683

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

        bin is unused
        
        Change-Id: I5168b18898cff023ab014a86e7afc82d7b69f363

2017-03-04  andreas kainz  <kainz.a@gmail.com>  [06cdf92ccfbb1fb1654199835f2e37c79443e393]

        add missing Breeze-icons for tabed toolbar
        
        Change-Id: I64d1bbbeec1a08ad5da042425d12ebbbae8153d2
        Reviewed-on: https://gerrit.libreoffice.org/34706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [d83329300a7781af23138347cc939d0977df5635]

        sw: translate german comments in atrftn.cxx
        
        Change-Id: I004dc0a28df0d5565e5096cf404584e6ea4e2925

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [942e30d5c102ec1fe65ac1bbe6f20a9f0b6851f5]

        sw: remove unused id RES_TXTATR_FLDCHG
        
        There is no evidence in git history of creating such a hint.
        
        Change-Id: Ie70b523835b2d1ecf34ae175af3e1d85fbaa5fc0

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [05df5cd894ff31d324beed51b2e31a8c186a3cf6]

        sw: translate german comments in atrfld.cxx
        
        Change-Id: Ice0e1410e5577ceccb32b252c26aff019ffbd194

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [025889f7081e78626d67fc3083bc268dbf268b39]

        sw: translate german comments in fntcap.cxx
        
        Change-Id: I14a549e81025bd978efe930812f919d40fd57783

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [9211b3001fca6e22b9ed6034e3cd661a6df3b6f6]

        sw: translate german comments in ndhints.cxx
        
        Change-Id: Ie33be6872b8b6c5bdd1481205ff2930b40438dff

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [98fd4a896f62eb81929a7c67de4a55dffdce1b69]

        sw: translate german comments in swfont.cxx
        
        Change-Id: Ic8944b96bfaa57ef87373e47bdd60ba30d183b39

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [87deb46640a0dc7acf230803a09d52a0366896d4]

        sw: translate german comments in txtedt.cxx
        
        Change-Id: Id30445a2370946bdad274c90d777f98d06a7b3ac

2017-03-04  Michael Stahl  <mstahl@redhat.com>  [a242eb3dd1550deb655bfd9c23a013bf01186f0a]

        sw: remove unused declarations
        
        Change-Id: I3da3aa0823c5a37dd207778c6a825da0ab189766

2017-03-04  Stephan Bergmann  <sbergman@redhat.com>  [8fdf363f598ef45e49ada9d5a2d5747189ea401c]

        Change sal/osl/w32/*.h -> *.hxx
        
        ...which are now only ever included from C++ code.  Drop extern "C" where
        appropriate (i.e., generally everywhere) and fix the occasional ensuing loplugin
        warning.  (But no further C++'ification for now.)
        
        Change-Id: I78830692888ee0ae0cac49878042effad2d6707f
        Reviewed-on: https://gerrit.libreoffice.org/34865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-04  Stephan Bergmann  <sbergman@redhat.com>  [798dbea63a9ef060eb2ddcf69307eb1a666daae7]

        Change sal/osl/w32/dllentry.c -> .cxx
        
        Change-Id: I55f8bedd9b578053413b5e3404010301d01b7961
        Reviewed-on: https://gerrit.libreoffice.org/34861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-04  Stephan Bergmann  <sbergman@redhat.com>  [4af9612f2be9e023e762831207cbdb1d5f25906f]

        Change sal/osl/w32/*.c -> *.cxx
        
        ...and fix any ensuing errors/warnings, but no further C++'ification.  Not sure
        whether any parts of dllentry.c would need to be extern "C", so leaving that one
        alone for now.
        
        TODO: Put definition of _CRT_RAND_S into bin/update_pch, so it doesn't get
        removed again from sal/inc/pch/precompiled_sal.hxx.  (For the surrounding #ifndef
        see 244d22a3d27b303d44f59296a19dc4cb31fd429d "Work around -Werror,-Wunused-macros
        with clang-cl".)
        
        Change-Id: I2ada3717845eb0be0c559465d68e00e3a7720156
        Reviewed-on: https://gerrit.libreoffice.org/34860
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d35c25ee8f2e3125ddcd48b4fae75359a5b0ab8f]

        Fix build for mobile
        
        Change-Id: I2f133306b57798e2e828c4bd504a795331bdaf34

2017-03-04  Tor Lillqvist  <tml@collabora.com>  [6f93eeb0ba8c4af5c96d1db36f184ffbc71c67ba]

        tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPr
        
        Instead use the size last used for an a:rPr below the same WriteText()
        call. I am not exactly sure about how this hangs together, but this
        has the desired effect on the exported .pptx.
        
        Change-Id: Ie03dcd0b31c15cff8488b22d7423c9f9ad1e2d68

2017-03-04  Tor Lillqvist  <tml@collabora.com>  [1154cda87d518156d1e52dfb81d5e23b32ab23d5]

        tdf#106304: Output <a:br> instead of &#10; for hard newlines
        
        This fixes the problem that the line before the hard newline in the
        .pptx export is not centred.
        
        The fix for the sd_export_ooxml1 test is a bit hacky, but then so is
        the code in question.
        
        Change-Id: I4f89e9d0177ab3b16e8ec624a99fce9e2f8ef730

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [7453cb58df4ce434a1252567f961cfe497064aca]

        pPos and pGetNextGlypInfo always have the same value
        
        Change-Id: Iec46e0aefff71cbeb2face4f55e5c3a4d6698995

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [073d920ef5914b5dfe491dbaf7fb18ba56293b85]

        pEraseRect is always null
        
        Simplify the code accordingly and make it return true for success.
        
        Change-Id: I661eea739e23b59ebff2573f52036b25ecb5a1ed

2017-03-04  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [59460acff8a8cad0569fb4955945258ca1d5e3f2]

        Fix build for mobile
        
        Change-Id: I420035cec4f3d5f56363eab1fabff5c053c60cd6

2017-03-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [88ac77c0bc21accfd6f5c404217c3c2aaef2d674]

        gpg4libre: List and view GPG keys
        
        * Add GPG implementation of css::xml::crypto UNO interfaces (part of that is only stub atm)
        * List gpg keys along with other certificates
        * Viewing gpg certificates: Not all properties are implemented yet
        
        Change-Id: I7f60b26efe949a94bf8fe1b8d4d428002c2995b1
        Reviewed-on: https://gerrit.libreoffice.org/33843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ed0e8f970ff552e75222dc92ed2879aa3b3e5851]

        VBA test CDATE, CDBL function
        
        Change-Id: Id45930e6d329a0b1142bfde612c1a089390e4817
        Reviewed-on: https://gerrit.libreoffice.org/34868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-04  Julien Nabet  <serval2412@yahoo.fr>  [33ac4636c054773baba58256329d35579c9f99e3]

        Typo: exportBindingAtributes->exportBindingAttributes
        
        Change-Id: I8211918b90e096e65de2ce8efeac3bede47b42ec
        Reviewed-on: https://gerrit.libreoffice.org/34876
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [919d5ac6b02e85126b3938c31daf4a891d3b2d90]

        Make vcl.harfbuzz logging less verbose
        
        Change-Id: I9b93c11e34ca880e9a60fb0fce49777c274568e6

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [c328c26a67a865d965cb8bde1b248eeae92f4e75]

        SalLayout::GetBoundRect() works just fine here
        
        Change-Id: Idce9a8f374f62bd92756d7391ccca3122c89683e

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [df4f30560a1297e2a42a66f20660d53004e44f0b]

        Drop dead code
        
        We don’t try to render vertical text with DirectWrite any more, so all
        of this is dead code now.
        
        Change-Id: If9f513f6b96fd65d275b9ec46c6e349f1c335bcf

2017-03-04  Khaled Hosny  <khaledhosny@eglug.org>  [baf3940bcafbb1acbaf75e1149e4895986f4c50f]

        Avoid needless dynamic_cast’s
        
        It is all CommonSalLayout() for sometime now.
        
        Change-Id: I3d4ad56df195f51242c3d007bc5257c071a03a50

2017-03-03  Stephan Bergmann  <sbergman@redhat.com>  [6cb9e6dad798ec59f055aebe84a9c4a21e4be40d]

        Remove redundant 'inline' keyword
        
        ...from function definitions occurring within class definitions.  Done with
        a rewriting Clang plugin (to be pushed later).
        
        Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8
        Reviewed-on: https://gerrit.libreoffice.org/34874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-03  Alex P  <alex.pantec@gmail.com>  [7e8806cd728bf906e1a8f1d649bef7337f297b1c]

        tdf#42982 improve error reporting in sc unoobj
        
        Change-Id: I35a4142f4f1bdaa4ebb5c5c0f1d4e7201301ee8d
        Reviewed-on: https://gerrit.libreoffice.org/34762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [944e95328f7148e9ed45a8c346c4051fa567bd61]

        avoid config for ppt loader testing
        
        Change-Id: I6508ea7da815290f3bd15ac1d012ebb745090b11

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [4032957469cf9847e0aa830dc922f4acd86e32ba]

        avoid config and gallery for ppt loader testing
        
        Change-Id: I3512f4b7551ef79dc0aed564219cef84aad91a2f

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [3e5d94266e7f60c2b3ebd7009579373fddb400cd]

        extend with-locale hack to the service instantiation
        
        Change-Id: I6e4403074a758a80c3b44b442021a2c0d2176146

2017-03-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [64a50fc271cf20b5e10b54b46ad52810a9722c3a]

        Typo: requirments -> requirements
        
        Change-Id: I02c5846eb51071e1a958c3d65e150fb7cbc7d58a
        Reviewed-on: https://gerrit.libreoffice.org/34873
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [848266b8c2eaa594930c29c802405587691deefc]

        hook local FilterConfigCache config avoid to global one
        
        Change-Id: Ia539b343ec4d3a0089eeec1b240ac01f053f01ef

2017-03-03  Eike Rathke  <erack@redhat.com>  [8b25b67d5268abbb260da968cc23b6f6c8dd31af]

        escape invalid XML characters with _xHHHH_ when writing escaped
        
        As defined in OOXML, see code comments.
        
        Change-Id: I8ce0075790f2d4ef6227a9474c68466e0793dce2
        Reviewed-on: https://gerrit.libreoffice.org/34824
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [f3c4147883e3185b979c984f286d6898ced73f46]

        Resolves: tdf#106280 under X we get into the 'unlikely' non-image surface case
        
        Change-Id: Idd83bbc96cbbb3fc7864ad587fc1ba8d78d1c93d

2017-03-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [c07ac0d92ad830762906586164bab466a0f05531]

        tdf#95612: Print preview: page numbering starts with 1 (not 0)
        
        unless otherwise specified. It was okay for 1st page & broken
        everywhere else. Possibly resolves tdf#95206 as well ...
        
        Change-Id: Ie69f770a28dd69f90d4f04ad4fa9e701fa2d56e2
        Reviewed-on: https://gerrit.libreoffice.org/34759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-03-03  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [ba5de484a6eb2e96d947179076e6aec50e86f417]

        Updated core Project: dictionaries  66a5dd1c02f2f626fc28ba378b7ad7d5463c83b8
        
        Update English dictionaries
        
        - Australian (Kevin Atkinson)
        - American (Kevin Atkinson)
        - Canadian (Kevin Atkinson)
        - British (Marco A.G.Pinto)*
        * British has 638 new words (2017-02-01) + 326 new words (2017-03-01).
        
        Change-Id: I4624527bee9637a052758b87e73f7e86f1b98dbd
        Reviewed-by: Stuart Swales <stuart.swales.croftnuisk@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/34751
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-03-03  Krunoslav Šebetić  <kruno.se@gmx.com>  [2765799f0f752226e9ae2e9be650880aed295f2c]

        Updated core Project: dictionaries  6e7234e849e6d41a96f75d59cf9a809e5d41f7f7
        
        Update Croatian dictionary to version 2.0
        
        Change-Id: Ib0f3506ab8607b56c80ca8ac7deaba9df6863f18
        Reviewed-on: https://gerrit.libreoffice.org/34776
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [5adc5d62a2f321707609f567590b0252ec4cff89]

        disable dynload expects services.rdb to list the orig library name
        
        while ---enable-mergelibs creates a single libmergedlo.a in this
        mode and the services.rdb contains that
        
        I guess I could tweak cppuhelper/source/shlib.cxx and
        solenv/bin/native-code.py etc to work differently or just take the
        more well travelled road here
        
        Change-Id: I35e2626824c9b015b5a6051db659fe467c35d8ba

2017-03-03  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8cfda7206139b3017346c435591c77c9741ba8ee]

        tdf#106283: Registry settings are not read properly on Windows
        
        In general, properties' type is read from scheme files (xcs)
        but scheme files can contain property groups without a type
        (extensible groups). In this case the xcd files defines the actual
        properties and their type.
        handleUnknownGroupProp() method is called when a property is
        not defined in the scheme file. Here we have the type information
        read from xcd file, so use it instead of setting it to any
        
        Change-Id: I4180d154ecf4130ecbb9c808cee6529124842790
        Reviewed-on: https://gerrit.libreoffice.org/34859
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-03-03  Bryan Quigley  <gquigs@gmail.com>  [faef35d8653003786f9a0ea2ae1a2330fd15d632]

        Move file download verification from md5sum to sha256sum
        
        This leaves all the md5sum parts in place for now, but switches
        to using sha256sum. Tries both shasum -a 256 and sha256sum.
        
        Change-Id: I393d0dde56521f6e9e76f3d5a8d15c6c830fd683
        Reviewed-on: https://gerrit.libreoffice.org/34633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2017-03-03  Mike Kaganski  <mike.kaganski@collabora.com>  [bb2a3df2d5b5a01aa58fb3567686e50762186036]

        tdf#106291: WW8 import: Properly treat column spans
        
        Previous code unconditionally treated all cells in merge groups as
        rows span, thus in some conditions it merged incorrectly when there
        were cells from same row.
        
        The fix is inspired by SwTable::PrepareMerge().
        
        Also, fixed improper adjustment of too narrow cells in
        WW8TabDesc::CalcDefaults(), which also happens in files where
        column spans are represented by spanned 1-twip-wide cells.
        
        Unit test included.
        
        Change-Id: I6c3803635f006dd396805d6847daa4d80c97cad4
        Reviewed-on: https://gerrit.libreoffice.org/34820
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-03-03  Khaled Hosny  <khaledhosny@eglug.org>  [a51b7a1c3a7e7cf7b0c733e1dec40288278c1884]

        tdf#103831, tdf#100986: Force using GDI when needed
        
        Our DirectWrite renderer is incomplete and can’t handle rotated text or text
        with horizontal scaling, so route these two through GDI for now.
        
        Change-Id: I87b85796a29e3acce782e01b4c629fec6f1a9e25
        Reviewed-on: https://gerrit.libreoffice.org/34848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-03  Stephan Bergmann  <sbergman@redhat.com>  [5742868ccf030b2c0f03538d030bd18bd5666bdb]

        [API CHANGE] Remove SAL_CONSTEXPR again
        
        ...now that LIBO_INTERNAL_ONLY always has constexpr support.
        
        It had been added for LO 5.0 (effectively always expanding to nothing for
        !LIBO_INTERNAL_ONLY), not wrapped in '#if LIBO_INTERNAL_ONLY' presumably because
        it was assumed to be used freely in URE include files, but turned out to be only
        used in LIBO_INTERNAL_ONLY code.  It is unlikely that any 3rd party code made
        use of it.
        
        Change-Id: I68970c5a2e2d7ef68ac5b79efc8dc1de54c43198

2017-03-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [1cfedbc960d25ee322b0a0e7aae8dc73758b406e]

        drop SvxNumType and rename SvxExtNumType->SvxNumType
        
        Both of them are abstractions over the css::style::NumberingType
        constants.
        SvxNumType serves no useful purpose, since it's just a typedef to
        sal_Int16.
        At least SvxExtNumType wraps up the css::style::NumberingType constants
        in a nice enum.
        
        Change-Id: I7b3f97cd42b0aa23aff7a4db4930da86149d4f4e
        Reviewed-on: https://gerrit.libreoffice.org/34816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [f1ea8c43a8ab6b8d158d4d8f3a0039b3a2ac2c37]

        LOKit runMacro: show also the error code
        
        Change-Id: I6ac2b274e25046f90910e3fb03b10e1052187e2f
        Reviewed-on: https://gerrit.libreoffice.org/34815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [d426c6246f1f102dca007962d2344bbd7aeb9780]

        ofz: timeout in infinite loop
        
        Change-Id: Iabfe65db93a37717497c315d9bd84bea68cd20ef

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [681b6361f23a8f20511ad97989c642b07f25c495]

        ofz#725 fix hwp leak
        
        Change-Id: I09088981ca63b297781307590092725bc1cbed1b

2017-03-03  Pranav Kant  <pranavk@collabora.co.uk>  [67dad2676dbbe1557f51a4fb16975499c16829f5]

        lok: Listen to change tracking related commands
        
        Change-Id: Ieafd31342b356d7e95e4321cc49580b57f32e5be

2017-03-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [2675f26f1a155257bd1680a1e1a1ba58da8c4452]

        remove unused CreateDefault methods
        
        Change-Id: Ifbdd7d41f0938e9a03693f88416792ff8087f8c2
        Reviewed-on: https://gerrit.libreoffice.org/34850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [f210499af1a6889785d49f8881672324afc755c1]

        remove unused patch
        
        unused since...
        
        commit 8dfe1a177eb437e751def99eea8bee08a7e49acc
        Author: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Date:   Thu Jul 30 21:57:11 2015 +0200
        
            fix firebird build on Win64
        
        Change-Id: I8041e39bde3f03da71a5cd8b2edf4af3f887a6d5

2017-03-03  Caolán McNamara  <caolanm@redhat.com>  [28548bfaa73b643279620507f6247d7bc247a1ae]

        ofz: avoid oom
        
        Change-Id: Ib3f7ce3e8e7365622f89de5c63615ae321149aa6

2017-03-03  Gulsah Kose  <gulsah.1004@gmail.com>  [f5c4e9dec5a67dbb7d5e42e8956d3f9d74c54fcc]

        tdf#90856 Hide "Format Area" command for line objects in Calc
        
        Change-Id: If9e4828f5f0073fba126f9e017a596034efd6348
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/34834
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [926c0d73e82bb1d5644c49fb95c56e241b6c8f34]

        tdf#99352: ensure ChartController is disposing its VclPtrs on DeInitVCL
        
        Change-Id: I46851debe8a0bdc1ff871ee9ba34ca41f89b844b
        Reviewed-on: https://gerrit.libreoffice.org/34841
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [0413abc89aec23f5ba4c9a3e93a85c2a8d2a0374]

        LOK: Calc: autocomplete makes view to jump to a different place
        
        We disable auto-complete feature as a workaround.
        
        Change-Id: I25fa7591231836e0673e97fdf2c3ca72ab20e1e4
        Reviewed-on: https://gerrit.libreoffice.org/34835
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        (cherry picked from commit 917aac7aa689dc7279ee492e7102d33a9030d929)
        Reviewed-on: https://gerrit.libreoffice.org/34836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d58158a677aa670af44a85f2d5a555539541eb36]

        avmedia: silence pointless warning about VLC
        
        It's expected that we have a list of services and some of them can't be
        created. On linux when VLC can't be created the gstreamer one is used,
        and everything is fine; no need to warn about this situation.
        
        Change-Id: Idd8e4aed54390b6559615b689585924668075ff3
        Reviewed-on: https://gerrit.libreoffice.org/34849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-03  David Ostrovsky  <david@ostrovsky.org>  [96af392ba495383927dc886f13a1f5a5cc46d9c1]

        Use /debug:fastlink linker option to improve link performance
        
        /debug:fastlink improve build performance and reduce resources
        consumption. When this linker oprion is used the linker-produced
        program database (PDB) files doesn’t have any private symbol
        information. Debug information is distributed among input object
        and library files, and the linker PDB just serves as an indexing
        database. Obviously, this provides a huge performance benefit for
        the daily developer builds.
        
        fastlink PDB files cannot be shared with another developer on the
        team or uploaded directly to symbol server. There is spcial tooling
        which is able to create a full PDB from the /debug:fastlink PDB
        on demand: mspdbcmf: [1]. The integration of mspdbcmf is beyond
        the scope of this change.
        
        [1] https://blogs.msdn.microsoft.com/vcblog/2016/10/05/faster-c-build-cycle-in-vs-15-with-debugfastlink/
        
        Change-Id: I14e29cf116407b420598f692c8d6d851e686268b
        Reviewed-on: https://gerrit.libreoffice.org/34330
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2017-03-03  David Ostrovsky  <david@ostrovsky.org>  [1d4f1eae902fa115b1d7ef818a75dcdcdb9c8a65]

        UNO bridges: Remove MSVC 2013 legacy code
        
        Change-Id: Ia6f59f825ead50f92ed7a343df0c01f34ce5c6f8
        Reviewed-on: https://gerrit.libreoffice.org/23199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7bd560f6260a8474a67398e1b12831faf1751d1d]

        Fix typos
        
        Change-Id: I95fc63af11c336cde9f5bef908e1389c2fb56f02
        Reviewed-on: https://gerrit.libreoffice.org/34823
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0a850f3e15ef762f33688b11a07624ec2674caa1]

        Fix typos
        
        Change-Id: Iaefa094c82006346897f5563ac3ddcdc60ab68a3
        Reviewed-on: https://gerrit.libreoffice.org/34809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6fab286b2a213575e3b1ccd0eddb00c8b242af00]

        Fix typos
        
        Change-Id: I4f16ba5fc32cbfd6a5b01e495f3ad905da193524
        Reviewed-on: https://gerrit.libreoffice.org/34808
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ba48819e9f01466b4048528f5aded766a5f11e8a]

        sw: rework input field line breaking test to use portions directly
        
        Change-Id: I03cce0df2461964ce7402d32e6c5cc161b7f96ab
        Reviewed-on: https://gerrit.libreoffice.org/34684
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2e0db91d90f46348cbde9fe51e2ce1c1fffd7cfa]

        Fix typos
        
        Change-Id: I6b547a864e7a8c8eeedcd7f7c56796e2b3a606d1
        Reviewed-on: https://gerrit.libreoffice.org/34807
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3063d55b8be2188532e3e2892f440ff0d481db71]

        Fix typos
        
        Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394
        Reviewed-on: https://gerrit.libreoffice.org/34806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [34e1739d56411c81359e24dce500cb54bba6c092]

        Fix typos
        
        Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a
        Reviewed-on: https://gerrit.libreoffice.org/34805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [bcb402298f653146af672ecfca2381062d78c6f2]

        Fix typos
        
        Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f
        Reviewed-on: https://gerrit.libreoffice.org/34804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4]

        Fix typos
        
        Change-Id: Iedca07be5300c68e180e0c71d2d6eb0052f5cced
        Reviewed-on: https://gerrit.libreoffice.org/34801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3ffc206a4b70863fc1a340c0011eb4aa82819ae1]

        Fix typos
        
        Change-Id: Ib25dadb25d8c2df1361de194f74cf3ddd459650d
        Reviewed-on: https://gerrit.libreoffice.org/34783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Stephan Bergmann  <sbergman@redhat.com>  [ba423579255848440318d6c468a604914901779b]

        Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLY
        
        Change-Id: I9a7dc7c83302b3361f056fcf6636bbba7672f15f
        Reviewed-on: https://gerrit.libreoffice.org/34840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [afa675469cd9894f41a6b9eeb2e7acc8245d256c]

        use SvxExtNumType in SvxNumberType
        
        and follow the rabbit trail, fixing various other types in the process
        
        Change-Id: I8fc7df3b585df21578ffb28fdd7e5e427b3bfd9d
        Reviewed-on: https://gerrit.libreoffice.org/34814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [f091259ad2ec1590714645839668580cd7b8c7c4]

        convert SfxEnumItem to type-safe template class
        
        and drop the SvxChartTextOrientItem class, unused.
        
        Change-Id: I99100837d1beb953450f57b2cda47d165df1620c
        Reviewed-on: https://gerrit.libreoffice.org/34747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-03  Federico Bassini  <kurogan21@gmail.com>  [d0cc5fcd5bacd8e5e0fa7fe62a78907c2febb867]

        gbuild-to-ide: fix testide problem
        
        this patch fix some problem in the class testVS2013Ide:
        fix some tag xml bad generated, i test the project pocheck
        and it compiles.
        
        Change-Id: I5a4e3e71286a486e03ecbe936fb848e589ff71c9
        Reviewed-on: https://gerrit.libreoffice.org/34739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6f3bb068cc68bee3905b2f446d737f5ababd62ac]

        tdf#106287 Remove outdated remark
        
        Change-Id: Ia26123f469cc92f91682d05e16d761d4dca5dfca

2017-03-03  Federico Bassini  <kurogan21@gmail.com>  [70f520b19f3423ed2ae41c85bb5f220eb4336e03]

        gbuild-to-ide: testVS2013Ide .props
        
        this patch add a PropertySheet.props in the windows directory
        in this file can put the enviroment variables
        for vs2013.
        
        i add in the gbuildparser a variable _jsonsrcdir that
        contains the SRCDIR path that it can found in the json file.
        
        with this file we can use enviroment variables of LO.
        e.g.: $(SRCDIR), $(BUILDDIR) etc...
        in the VS2013 ide.
        
        Change-Id: Ie3158fd31fe247833115d445553f613dcd1a3b1d
        Reviewed-on: https://gerrit.libreoffice.org/34749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-03-03  dennisroczek  <dennisroczek@libreoffice.org>  [f25a8fdff891809b836ae76913276919e79d5d2c]

        Remove bogus source code comments
        
        Change-Id: I616ca3483d926c8e4155512ef5138e3f7978ece3
        Reviewed-on: https://gerrit.libreoffice.org/34842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8e1452c88ea750088f77006ec558edf96fa0c7e]

        another test that seems to depend on the available fonts
        
        See RandomConfig tb run #260.
        
        Change-Id: Ib2a12ffa9a42745ac4551eaca02d84d6921924f8
        Reviewed-on: https://gerrit.libreoffice.org/34847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-03  Takeshi Abe  <tabe@fixedpoint.jp>  [dabcb80966a25b9f092d7ffd4feef0e7e4a2caab]

        starmath: Replace SmParseError::FuncExpected with assertion
        
        Change-Id: I7d1089fd615ac09a6e59c06c094f79364510b290
        Reviewed-on: https://gerrit.libreoffice.org/34800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cedac0b9b0e4e10ad6ca468a804855c35fd52477]

        the test seems to depend on our bundled fonts
        
        Try to fix the "RandomConfig" tinderbox when --with-fonts=no is
        selected. E.g. run #255
        
        Change-Id: Ie43953ad1511cd00bdc82717211f61edefa64b12
        Reviewed-on: https://gerrit.libreoffice.org/34839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-03-02  Michael Stahl  <mstahl@redhat.com>  [103efac8110be7e6f42fffcecc74abdcae4df7f9]

        tdf#101178 sw: DOCX export: fix crash
        
        These conditions in DocxAttributeOutput::EndRun() are apparently not
        mutually exclusive, so don't increment m_nFieldsInHyperlink twice.
        
        Whether the m_nFieldsInHyperlink makes any sense considering there are
        *2* hyperlinks then, i can't tell.
        
        Change-Id: I5030f3303bd83633fcb044573860bc8ecaacae32

2017-03-02  Michael Stahl  <mstahl@redhat.com>  [06f9ad262742ea939bf23e82530b7166ca4ce456]

        sw: Fix STL assert on DOCX export of ooo29679-42.odt
        
        The problem was that the StartField_Impl() was called again and again on
        the same field (actually 0-length ToXmark with dummy char), or in other
        words, EndField_Impl() wasn't called and it wasn't removed from
        m_Fields.
        
        So tweak the south-pointing chariot DocxAttributeOutput::EndRun() again
        in the hope it will go another km or two before it starts pointing east.
        
        This doesn't actually produce the elements in the ideal order in some
        cases, but given that this code has clearly passed the complexity event
        horizon that is too much to ask for.
        
        Change-Id: I9b031ce8fae91d3e5af3cb1148390807574fb748

2017-03-03  Khaled Hosny  <khaledhosny@eglug.org>  [100da4fadbab795bf470a2e46790d36a7c46d944]

        Typo
        
        Change-Id: I63c0fb6ba0884aa1bcb6c72a8a56efc41d183c0a

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [9e74b1b3be096ae6fb937cbf1f382e96a33d8b1e]

        readonly SvMemoryStream shouldn't allow resize
        
        Change-Id: I4cd1969cc961d48f904460371ab0a0f960bdea1e
        Reviewed-on: https://gerrit.libreoffice.org/34832
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [74d20cc4c3346398c17f4f4ece7e462363f71868]

        ReAllocateMemory mustn't delete data it doesn't own
        
        Change-Id: I09725cd21973ace1aab22de17bdae2023a739212
        Reviewed-on: https://gerrit.libreoffice.org/34831
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-02  Tor Lillqvist  <tml@collabora.com>  [e7e4ecf4f69967351b6b6fd5e29749fd141c95b0]

        Align columns in output harder
        
        If we are going to use printf anyway, why not use its field width and
        left-adjustment features and actually achieve the columnar output we
        presumably wanted?
        
        Change-Id: I95dbd2aaa01d06c69d23d74fa249fd3419afa8d6

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [f4884d051f1eea07a0fe371834cb7c1da1cbee07]

        Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true now
        
        ...after 84b36c704d73362d4d86dc9e9c0efa0625958347 "Drop support for MSVC 2013".
        
        Make this a fatal configuration error for now.  The check should be removed
        completely after LO 5.4 branch-off.
        
        Change-Id: If2f196abb93607dde9ba5c4f04d219679585e633
        Reviewed-on: https://gerrit.libreoffice.org/34822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [b167466147baec95a3b123a07d648fc2589bc3c9]

        Remove HAVE_CXX11_CONSTEXPR, always true now
        
        ...after 84b36c704d73362d4d86dc9e9c0efa0625958347 "Drop support for MSVC 2013".
        
        Make this a fatal configuration error for now.  The check should be removed
        completely after LO 5.4 branch-off.
        
        Change-Id: I990fd8fcb4ec1327282df4efe21640c938d3cf06
        Reviewed-on: https://gerrit.libreoffice.org/34821
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-02  Gabor Kelemen  <kelemeng@ubuntu.com>  [51c0054a6fb956ff758206b4113ae2e76f82f5d4]

        tdf#60874 Set custom HID for Protect Document window
        
        The window has its own help page but the SfxPasswordDialog
        has a default help page as well. We need to use custom help IDs here.
        
        The Password entry already has a custom HID however it is used on
        the default help page of SfxPasswordDialog.
        
        We need to set a custom help ID for the Confirm entry and
        use it in the scalc/01/06060200.xhp file like the one belonging
        to the Password entry.
        
        Change-Id: I9344c85cf362a1829202664315f8c8be0a265b59
        Reviewed-on: https://gerrit.libreoffice.org/34501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-02  Gabor Kelemen  <kelemeng@gnome.hu>  [a735164f154daa1e090c35868ef7b23d77a04773]

        Updated core Project: help  817d5bea68df8fa5c0fd63d7a352c6e9edb86c1d
        
        tdf#60874 (partial) Show correct page from "Protect Document" window
        
        The bookmark for the Password entry was used on the wrong page.
        This needed to be moved over and the entry description set up
        as extended help.
        
        A new help ID was needed to be added to the Confirm entry
        with an accompanying extended help. Hidden, as this page
        is rather a howto and not a window description (thankfully).
        
        Change-Id: I6583f8708cd4c0b0891ead7067ce486153dd2be1
        Reviewed-on: https://gerrit.libreoffice.org/34502
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2017-03-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b2738c6f67cb650ac32228f3cd20b9dfe4b41c9c]

        tdf#106190 fix left alignment of denominator
        
        The bug was introduced with left aligment of denominator.
        Non feasable denominators were not tested and create infinite loop
        while inserting and removing the same space.
        
        This patch detects
        - if denominator starts just after fraction bar.
          Otherwise, format is faulty.
        - if a non digit is detected in the denominator,
          next part of format is treated as text
        This patch is changing behavior of some formats:
        "# ?/foo??" is treated as faulty format while it was considered as valid
        "# ?/??E?" is treated with 2 digits in denominator and "E?" at the end,
         while it was considered as faulty
        
        Change-Id: I0379a398dff79b6e21a44776c0d4356d066cdeab
        Reviewed-on: https://gerrit.libreoffice.org/34659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [7496f7d3cae8a932dc43ede8a30a99289366a264]

        Tests for "Precision as shown" following tdf#105657 tdf#106052
        
        I was unabled to add these test svl/qa/unit/svl.cxx because
        they required ScDocument::RoundValueAsShown()
        
        Found that other formats are not supported by
        "Precision as shown" option:
        - engineering tdf#106252
        - thousand tdf#106253
        
        Change-Id: Iaf98c404cabec0f5c69f94f2bf863351487fe9d7
        Reviewed-on: https://gerrit.libreoffice.org/34750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [590eb3d74a333dcfe5dd93962b739743f27a27df]

        do item namespace dance for linking sd and merged into a single executable
        
        Change-Id: Iad4549f3fdde53b8d654442b3a848ea1be6f245a

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [8934a3b1e29a80ce7f0ae0c59c4a3add84a0d72a]

        Remove HAVE_GCC_VISIBILITY_BROKEN check completely now
        
        ...after 5.3 branch-off, cf. 1ea987f23a4514bcae5a6bd98014ade1af4a0107 "Remove
        HAVE_GCC_VISIBILITY_BROKEN, never true"
        
        Change-Id: Ibc6a059d5704c3ceafffef578bf61abe202dbdd6

2017-03-02  David Ostrovsky  <david@ostrovsky.org>  [84b36c704d73362d4d86dc9e9c0efa0625958347]

        Drop support for MSVC 2013
        
        Change-Id: Ibf47c9ff7b5fb098e284a58c547b61286264dd80
        Reviewed-on: https://gerrit.libreoffice.org/22588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [0a041a3bbdedc1326e3566dc9ed10a0151c3bdd9]

        Clean up use of integer types
        
        Change-Id: I9b4f740e1c53de0ee90c3299970f774ace67323b

2017-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b5fb5951c1068446c1546ea0d441484c066c6124]

        change the solver test to explicitly test the available solvers
        
        This changes the lpsolver test to explicitly test the available
        linear solvers we have - either CoinMP, LpSolver or both. This
        prevents that a newly added solver will be automatically tested
        as it can have a different behaviour for the tested input values.
        
        Change-Id: I0c4d2f9c561d1e834ca51196b7b5ecf7d89ba550
        Reviewed-on: https://gerrit.libreoffice.org/34813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [f31477bb57d3462cafc476bacd00368fd9178af8]

        fix leak
        
        Change-Id: Ic91bb15cafa97538a61247660044c1af57b59d84

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [85abe70d7fe8e3ddf32780e816113aecca594a19]

        add lwp fuzzer
        
        Change-Id: I72a2d8ce47059f9af65d89fbdcc09d96c40cb79b

2017-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [23672df737258391bd9533e61733c6cc70b9a5eb]

        tdf#104117 set template parameter sal_Int64 for random
        
        Change-Id: Ie8cef4375608df160b383ff74c32838f00e60aba
        Reviewed-on: https://gerrit.libreoffice.org/34777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [175458c4cd76bc7e2d7ed3e3f9c504871e6af84f]

        avoid recursive register style
        
        Change-Id: I090cec1f311be5e5a34e208d066925b294310e43

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [446568bfad252daf1861ea7e0c53fe4c72a31a53]

        Fix typos
        
        Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33
        Reviewed-on: https://gerrit.libreoffice.org/34781
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [65434e8701ab71c8bff8b0ac722d41b0592483dc]

        Fix typos
        
        Change-Id: I72db7ff99cde394bc161dfd835bfb0d9a47a53d1
        Reviewed-on: https://gerrit.libreoffice.org/34780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5bea199bae9986d7276a9b2379a577c6cea552ed]

        Fix typos
        
        Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b
        Reviewed-on: https://gerrit.libreoffice.org/34803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [51d996354f11048d7759cd7e206a2383421c2c81]

        Fix typos
        
        Change-Id: If5e709c9d6e3a4fbb568bdc261cccd214dd0cbd3
        Reviewed-on: https://gerrit.libreoffice.org/34784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b068d9fb8d29e06ff652b1493605cea22a9199f3]

        Fix typos
        
        Change-Id: I35eeb71f4f698e39b7b0d98e3cb30657a64a611a
        Reviewed-on: https://gerrit.libreoffice.org/34802
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [d6ac6475a5f0304e0d9b770a5f8ec98f425e59b6]

        fix leak
        
        Change-Id: I01c7ebf10831a27eaab55c2082cbe0a0f28bda1f

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [7d2ec4c0136c054923947093e35f4ab074f2b550]

        dig out lotuswordpros table limits
        
        Change-Id: Iea7d436a78336de150b3d3ae317b99b554fb8657

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [d6960667b4ff120e6c70aadf490b82911bdd7030]

        -Werror,-Wimplicit-fallthrough
        
        Change-Id: I7a3f7233018e76208f80e47eb176c2879e943e47

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [28f820c1a0d8bbe7705d6c43a7c5c4a98bef0cbd]

        ofz: don't alloc for bitmap where there isn't enough data to fill
        
        Change-Id: Ief236828f564ff81bf3a415127413b6cc72fd70d

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [c985cda80b54a4c951974bef77398b83eccc7d62]

        COMPRESS_OWN define is not used standalone anywhere
        
        Change-Id: Iaca54d62a48711a7763cac98c6f303b952b2da29

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [82070481f34091718ee0ca0dd97826c7e3d7d79e]

        reject bmps with unknown compression schemes
        
        and RLE8/RLE4 compression with wrong bitmap depth
        
        Change-Id: I7e580cb119e90262a88c57b86f562eaba81c4944

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d0f99b1b39027bcf0fae1b130b60a4c837e854d8]

        Fix typos
        
        Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
        Reviewed-on: https://gerrit.libreoffice.org/34779
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4]

        Fix typos
        
        Change-Id: Ib725427225fe95fb39a72f96bbd60d5464c9351a
        Reviewed-on: https://gerrit.libreoffice.org/34782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [2fdd5760b402f9e0a8c829bc8aa05c618afc674a]

        Complete the transition of SwRedlineTable::size_type
        
        ...from 9ca8a63fff65acf2ea13b391495ad232f4636548 "Use consistent integer types
        in the SwRedlineTable interface".  This all started as an attempt to reduce the
        number of places a to-be-committed improved loplugin:loopvartoosmall complains
        about.  Lets see where it ends...
        
        SwRedlineTable::size_type is now the size_type of the underlying std::vector, no
        longer sal_uInt16 from ancient times.  I tried hard to find all places that are
        affected by this change, changing types of affected variables and non-static
        data members as needed.  Some notes:
        
        * The original code used USHRT_MAX as a "not found" value.  I replaced that with
          a new SwRedlineTable::npos, of type SwRedlineTable::size_type but still for
          now of value USHRT_MAX.  This should eventually be changed to something more
          sensible, like std::numeric_limits<SwRedlineTable::size_type>::max() (which is
          best done after we have constexpr support in all toolchains, so that npos can
          be constexpr).  It is important that the value of npos is towards positive
          infinity, as many places in the code use
        
            for (i = f(); // may return npos
                 i < table.size(); ++i)
              table[i] ...
        
        * There are some borders where values of SwRedlineTable::size_type are converted
          into different types, for various reasons.  But all of those other types
          should be large enough for practical purposes (at least 32 bits wide):
        
            MakrEntry::m_nIdx: long int
            SvxRedlinTable::InsertEntry: sal_uIntPtr nPos
            SwRangeRedline: size_t
            SwRedlineItr: sal_Int32
            SwVbaRevision::GetPosition: sal_Int32
            SwXRedlines: sal_Int32
        
        * .uno:TrackedChangeIndex= transports textual representations of such values.
           libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx treats them purely as
           strings, while SwTiledRenderingTest converts them to int.
        
        * TODO:  The one place I'm unsure about is SfxUInt16Items with IDs
          FN_REDLINE_ACCEPT_DIRECT, FN_REDLINE_REJECT_DIRECT, and FN_REDLINE_NEXT_CHANGE
          in sw/source/uibase/uiview/view2.cxx.  For now, I kept those as
          SfxUInt16Items and take care to "map" USHRT_MAX to npos when reading from
          those items.  But I have no idea where instances of those items would actually
          be created, and what it would mean to change those items' types?
        
        Change-Id: Ib7a14dc67e2b970766966e43f4732abd9f045ff8
        Reviewed-on: https://gerrit.libreoffice.org/34775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-03-02  Stephan Bergmann  <sbergman@redhat.com>  [64cca8d6237ef90c3b222df36de257dbb859d99e]

        Missing include
        
        Change-Id: I2fb82e3c5a9b26b1016cf99e943cf0cc30225495

2017-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1d6f202e2b8ff555cedde6315685342325b16fc]

        tdf#106270 vcl PDF import: use BitmapWriteAccess::CopyScanline()
        
        This requires one function call / row only, cross-platform and works
        with OpenGL enabled as well.
        
        Change-Id: I12fd0f52a1a7e8e683b50071ded95f63fecc4d40
        Reviewed-on: https://gerrit.libreoffice.org/34774
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [1c29456c9c9007b788297aebea58a1a765f77c84]

        ofz: init vars
        
        Change-Id: Ie35617997845de25af9e528668bce4c332ac408a

2017-03-02  Caolán McNamara  <caolanm@redhat.com>  [76201c60a9162804b502726a0150ca925ee08719]

        ofz: oom in reading hwp data
        
        Change-Id: I1e4dc5f474b229d4d68d3fc34bc23c88767e5e50

2017-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [4730b23b1da929b802d527611e974ff1b1e6d6c5]

        use std::vector::insert when inserting multiple of the same thing
        
        instead of looping
        
        Change-Id: I7b8c1663e303449302e0b96dc5b483367c2a52ba

2017-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [42460fd4eb4757dcdf3b3e533aafabda77751321]

        xmlsecurity: avoid using the SerialNumberAdapter wrapper
        
        This service is only used in xmlsecurity and it's a wrapper around two
        free functions in the same module.
        
        Change-Id: Ibc5a026b51eda6c2b4b27b7254dedc220dbf909a
        Reviewed-on: https://gerrit.libreoffice.org/34772
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [6af6a5fa3bf58e42bdaf693e8b5baf8961ce6311]

        bypass exception throwing and catching
        
        instead of needlessly catching the exception that
        comphelper::getEnumAsINT32 generates, let's just call the same function
        that comphelper::getEnumAsINT32 uses
        
        Change-Id: Ibc7d79cc15c13d4124f5bd62a038804209cf5b07

2017-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1e2bd1771808da00ec959995ab1284c6193a57f5]

        elide the SwSurround enum
        
        no point in redeclaring an existing enum exactly
        
        Change-Id: I4fb367e4b27e36601f1f36b629097a87b5f00096
        Reviewed-on: https://gerrit.libreoffice.org/34773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [04fe439b053f2d361e74975a4b66cd359980976e]

        add test for own basic function
        
        Change-Id: I9c42195c7338300964e111e2a3fbc8d61cac6186
        Reviewed-on: https://gerrit.libreoffice.org/34770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [60f612785477ab86fe580e4ba8b567a401e09985]

        don't need this STL hack anymore
        
        Change-Id: Id0883060acf2ca73af5cce56e1cf9021c2fb121a

2017-03-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4d96fa0cb80f38ee94ec59565b2391848663378d]

        sw: replace hardcoded 1 with TRISTATE_TRUE
        
        Change-Id: I071f787f6a00acc9827fbce9e6993d33450ab7b5
        Reviewed-on: https://gerrit.libreoffice.org/34764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5ee57cabb40fefbba401cbcf8b181e02ad4f1f5d]

        no need to use smart pointers for DataFlavorExVector
        
        DataFlavorExVector is a std::vector<..> typedef.
        remove odd void pointer in BrowseBox.
        return const references to keep getter const qualified.
        
        Change-Id: Iafd529a46b7511941c1dffc86d2066fdc4f07e28
        Reviewed-on: https://gerrit.libreoffice.org/34767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-02  Takeshi Abe  <tabe@fixedpoint.jp>  [a5c947579253a7f4e784004e18929af5ab22fa28]

        starmath: Drop SmParseError::UnoperExpected
        
        because it cannot happen unless the invariant about TG::UnOper is
        broken.
        
        Change-Id: I2250c785c278d77e991be04353cf34b5c1c45a21
        Reviewed-on: https://gerrit.libreoffice.org/34735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-03-01  Julien Nabet  <serval2412@yahoo.fr>  [472f92421b1b15dc765714a7c657704812859868]

        xmloff: prefix member nElement of XMLTransformerBase
        
        Change-Id: I83f62ccad47bc10c2a506a6b79a24e3367df5335
        Reviewed-on: https://gerrit.libreoffice.org/34769
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-01  Julien Nabet  <serval2412@yahoo.fr>  [08c49bf075ae8bd44db36890dcf90b1d137d2354]

        Typo: decaration->declaration
        
        Change-Id: I743e7f41243ae54b1deece4743b248a002ecfdb8
        Reviewed-on: https://gerrit.libreoffice.org/34768
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [505d113a3b692002cda077653ead48df4c3f190b]

        ofz: check reads, zero vars, return earlier on failure
        
        Change-Id: I287ec575d95ff950097a255abbcd0d3304c04a56

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [425572b9d510cee805dc4160d7e81887d8f27577]

        ofz: ReadBlock has to be HWPIDLen to be useful
        
        Change-Id: Iaa349921972bb19b40bf68c6a3b0c7128cff4b8d

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [6f3e24ad64dd40b3ef8def7d879ba395a16874a1]

        Resolves: tdf#106261 throw away old node map for table
        
        when generating a new one, otherwise on exporting the same table
        twice to two consecutive .doc footnotes will think the second
        export of the table is a level lower because it will find it
        in the map and
        
        WW8TableNodeInfo::Pointer_t WW8TableInfo::insertTableNodeInfo
        
        does pNodeInfo->setDepth(nDepth + pNodeInfo->getDepth());
        using the cached pNodeInfo depth and not a new fresh pNodeInfo of
        depth 0
        
        Change-Id: I7aa7ac6a19814910c1d19d78f04cfd9886c444c5

2017-03-01  Tor Lillqvist  <tml@collabora.com>  [ed3b58dc67616c772f736e52b87fd9c84078b8db]

        No need for the program -> MacOS symlink
        
        Or could it be that some external scripts insist on running
        LibreOffice.app/Contents/program/soffice? Or some instructions talk
        about that pathname?
        
        Change-Id: I99e2b2636971c7ee8de09a9e42df9f965eeec5fb

2017-03-01  Michael Stahl  <mstahl@redhat.com>  [6f63d83a4f4cba7670f16f418d687650457a1bdb]

        Updated core Project: help  e7999c35fd7460118469142420c7d39ba5562222
        
        tdf#77111 helpcontent: adapt "Text flow" tab page help
        
        Replace obsolete description of "0" page number.
        
        Change-Id: I1881bca456d94af74060e1e3b92e043255c9e702
        

2017-03-01  Michael Stahl  <mstahl@redhat.com>  [e453c5f0b9b85a9d77629efde89e499cfcd9a1db]

        sw: remove some more hardcoded 1 with TRISTATE_TRUE
        
        Change-Id: I8cc89c66eb1c3f09e02ba312e6ea8c9379ff8a4d

2017-03-01  Michael Stahl  <mstahl@redhat.com>  [c1e7fc6f497d7570cb0832c43647d295f8592567]

        tdf#77111 sw: fix page number offset on table dialog "Text Flow"
        
        Commit c2ccd20c0fd92bddfff76447754541705e3eb8f3 introduced 0 as a valid
        value for page number offset in sw core.
        
        Unfortunately the table dialog was not changed then; previously
        page number 0 would do automatic numbering, but since then 0 was set as
        the offset, and once you have a 0 offset there's no easy way to remove
        it, you have to remove the whole page break.
        
        * change the label before the text number edit widget to a checkbox
          that disables the edit widget
        * keep the id "pagenoft" so that translations still work
        * set initial value to 1; 0 is a really bad default since we can't
          export it to ODF
        * add a little bit of left margin so the line is indented below the
          upper line
        
        Change-Id: I70cf5a66d4191acd2c19b3d0a83609e2b348a886

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [6c9aa14ca7335ca5e2d3c3353f5142c48d6ef0c2]

        build WordProCellsMap much faster
        
        Change-Id: I1fbc1f7ec14c8133fb8fcd3532d5d551dcc7ddfb

2017-03-01  Michael Meeks  <michael.meeks@collabora.com>  [a9be0b6a4e39240871a9b35ae9afd04f242a3ea4]

        Tolerate mouse move generation on disposed windows.
        
        http://crashreport.libreoffice.org/stats/crash_details/524d28fb-4fd2-4d11-83b1-1360b5ab5068
        
        Change-Id: I19a13f751b5cf000c9938ff991d7d44bba0a4de7
        Reviewed-on: https://gerrit.libreoffice.org/34756
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c835ed0229f4647bd14344195e212fb7602506b5]

        uitest: finally a working dependency on the build target for uicheck
        
        Change-Id: Icaf1de556ae20027e27321750197ed574b508435

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [14b4fcf0d8c761ad1679b0d6e765ebd7f3a90dbd]

        reorg SwBreakIt to just create it at the start
        
        Change-Id: Ie2b725e4e0c8d9b581ced74f9cdd08d97ab90e46
        Reviewed-on: https://gerrit.libreoffice.org/34746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        ofz: oom on seeks past end of SvMemoryStream
        
        cause it grows to fit if its a resizable stream
        
        Change-Id: I28b42becdfc8eb591d19d2512cdc1f1ec32c3bbe

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

        move SvtLinguOptions into SmDocShell
        
        Change-Id: I46b84ab4cb9cc5d25b6cb60241fcc8a65e449886

2017-03-01  Tor Lillqvist  <tml@collabora.com>  [c2b1336b7b2fbec0172c09e247593bd43320f5fd]

        Use $(LIBO_SHARE_FOLDER) instead of hard-coded "share"
        
        Avoids creating a pointless and empty "share" tree in the Mac app
        bundle.
        
        Change-Id: I4edbc91c7bd82d777566a1a21e0e33248a8f9651

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

        fix leak
        
        Change-Id: I61e21619e949fe0dda7c4820e6ddbb8d4d597652

2017-03-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01f28ca8c555cc8b6496d155ea466ed6b47ca32b]

        remove UsedOrUnusedVirtObjPred and replace it with a small lambda
        
        Change-Id: I189e5b78aafe03a600194df206ad48076e27ff63
        Reviewed-on: https://gerrit.libreoffice.org/34728
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [720dc84b855b6f200d97882157ac07d96207ffab]

        move GetOrdNumForNewRef() and CreateNewRef() ...
        
        ... from SwFlyFrame to SwFlyDrawContact as that is the object they are
        doing most of the work. Also refactor a bit while at it.
        
        Change-Id: I9a08592afb15be32c2c36408e4126807871f77c8
        Reviewed-on: https://gerrit.libreoffice.org/34733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7e8bef556184851edd7a716cf3284cd1ae3b3366]

        move predicates into only using compilation unit
        
        - also refactor and simplify
        
        Change-Id: I0fe0c043b72d7664a0fe27baf13ab029aed41eab
        Reviewed-on: https://gerrit.libreoffice.org/34726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [9a8ebc858c06b572c3b90bb0e5526979f81fb466]

        fix indent
        
        Change-Id: Ib5679684c899a7362b71ab8688fd37d276176fef

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [9a39b4c946f59981975d3cd4556185168192874b]

        unroll SmEditWindow::GetEditEngineItemPool
        
        Change-Id: Iaf7a7c65109864f429ab5cc6848a12a37421afa1

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

        GetEditEngineItemPool can be private
        
        Change-Id: Ie7a8230dcc5b8576aea44c6e62eedaf971241be7

2017-03-01  Tor Lillqvist  <tml@collabora.com>  [7dae589b0cbb40bd3ee7831f0c140e05398faa47]

        Correct indentation of try block
        
        Change-Id: I32ca961ebb4393e483bab12a6c69ab4c2016cc3f

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [79d93c7d1195cca3afcb0c5241efa458fddf5134]

        fix leak
        
        Change-Id: I985d422f4c0b41937e4df616fb3154bb7cbad28d

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [3dcde4bb979b0f7685c1ab0029aa7274cd92c904]

        return null DefaultWindow if it cannot be created
        
        Change-Id: Id0ec9c123ca151db793380ffd7b719dbb239efa9

2017-03-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [62e5c2422cfd0e4c7f3ae3a84e9a8462db4a19dc]

        CertificateViewer: Don't crash with empty certificate path
        
        gpg4libre
        
        Change-Id: I4e3d59331a93c0bee98bcc493c2a6aca11005ec4
        Reviewed-on: https://gerrit.libreoffice.org/34741
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-03-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4a8b4a7b3c540b397778d83f7028a07facc97315]

        Add missing include
        
        Change-Id: If4fa588ac7508edc886c93be7e870677b7dfeae0
        Reviewed-on: https://gerrit.libreoffice.org/34742
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [d49c0f3b3053390f5ff7eaca1a1ce0f5eb3f9cb4]

        expose the SvXMLEnumMapEntry arrays in getAnimationsEnumMap
        
        preparatory change to making SvXMLEnumMapEntry a template class for the
        "UNO scoped enum" change.
        
        But I think its an improvement by itself, there is no need to initialise
        these arrays on-demand, the compiler will do that at link time.
        
        Change-Id: Ie582fbe628cc9d21a4f31229c85195aa09139516
        Reviewed-on: https://gerrit.libreoffice.org/34737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-01  Stephan Bergmann  <sbergman@redhat.com>  [9ca8a63fff65acf2ea13b391495ad232f4636548]

        Use consistent integer types in the SwRedlineTable interface
        
        ddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7 "Convert
        SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector" had introduced
        size and operator[] operating on underlying vector's size_type, but had left the
        other functions at sal_uInt16.  Keep everything at sal_uInt16 for now until
        fixing everything to use that underlying vector size_type instead.
        
        Change-Id: I92570dcb8ab5fa88b52e2b24899b833829693a88

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

        ofz: timeout loading emf with move clip record
        
        Change-Id: Id5d60f0037873598e1447b063e66e9c29840587c
        Reviewed-on: https://gerrit.libreoffice.org/34740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [03899e1284db150d2da78b725aba7180147123c4]

        express that the checkbox labels the page number field
        
        Change-Id: I54e0de99a7d97be2c85221ecab0ebbe07ed4ae4a

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

        fix leak
        
        Change-Id: I7f87bf07e50baffd463d4429186928642bdf73b3

2017-03-01  Michael Stahl  <mstahl@redhat.com>  [d36fa0589ab822dc617c65b4d0d3bf68c092ad37]

        tdf#77111 cui,sw: fix page number offset on paragraph dialog "Text Flow"
        
        Commit c2ccd20c0fd92bddfff76447754541705e3eb8f3 introduced 0 as a valid
        value for page number offset in sw core.
        
        Unfortunately the paragraph dialog was not changed then; previously
        page number 0 would do automatic numbering, but since then 0 was set as
        the offset, and once you have a 0 offset there's no easy way to remove
        it, you have to remove the whole page break.
        
        * change the label before the text number edit widget to a checkbox
          that disables the edit widget
        
        * keep the id "labelPageNum" so that translations still work
        
        * adapt SfxToSwPageDescAttr so it can not just set but also clear the
          page number
        
        * set initial value to 1; 0 is a really bad default since we can't
          export it to ODF (see tdf#91306)
        
        Change-Id: Ic4ca9e2562bb65ac359b305a2202f782e8598307

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [86463ec54dcdc562121bdb57b1ac4e85b135b2df]

        ofz#711: direct leak
        
        Change-Id: I65ec47b4290d845f1803b20b93f149d35d9a60ea

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

        ofz: Z_NEED_DICT is unsupported
        
        Change-Id: Ib0945d5a4606915aff9ee3019203caaf2a3cc7c5

2017-03-01  Tor Lillqvist  <tml@collabora.com>  [c70081972c900afccd822999bc0398aa0c5751da]

        Remove clearly outdated stuff
        
        Change-Id: I23ca8cc512a0bd433474c12d06461597d0bd35ee

2017-03-01  Rohan Kumar  <rohankanojia420@gmail.com>  [a04abc59ae24690992a771305a4e89451c77c289]

        tdf#96681 Lack of UI to change the text background color of a style
        
        Added Highlighting tab to Edit Style button in impress
        
        Change-Id: I9426f583da4078cd380823bbaa30ce1941ffa3bd
        Reviewed-on: https://gerrit.libreoffice.org/23684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-03-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d40a90f6d156fcdca8737295d85befe6cc384b8e]

        add T.INV test case
        
        Change-Id: I0cdd009a444c0c2363d74b9b09ddd8c09c906acb
        Reviewed-on: https://gerrit.libreoffice.org/34734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5021cb725d727f493ec7f11691936d3efafdbca7]

        simplify setContextWritingMode a bit
        
        Change-Id: Iab0462703634866a47b77c4862de52b69390b992
        Reviewed-on: https://gerrit.libreoffice.org/34727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

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

        defer this for a while
        
        This reverts commit 99c361be16eb3a21aa679a103db2d07ecd0f5d3c.

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

        fix leak
        
        Change-Id: I6e3d1d3b43967f10a151a6b696a863383a7b1776

2017-03-01  Caolán McNamara  <caolanm@redhat.com>  [637c71b0325d9422bf93f6b5076b025916725134]

        coverity#1401593 Wrapper object use after free
        
        Change-Id: I7fdaf527ffbe7d3d952c17c62707bb4a22b05f1d

2017-03-01  Stephan Bergmann  <sbergman@redhat.com>  [79d3c022394d6e07c1f4268f11233b9600ff4360]

        cid#1401592: bFlipX and bFlipY won't both be true
        
        Change-Id: If5ab5d340166b5eedb97773a9907eee1b188027e

2017-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ec7457eec4535e81e4a32b48df5ab45d39476db]

        Blind fix for 64-bit Windows builds
        
        Change-Id: Ica9e99fc363d8c7bfbc40dceb66ad350e5a02ce5

2017-03-01  Stephan Bergmann  <sbergman@redhat.com>  [2a176fddc5b952f4427f9700f6630ee3d84b1f72]

        Blind fix for 32-bit builds
        
        Change-Id: I056fe8fb3e6b87ecae4e07f757c1a9588bbb1c06

2017-03-01  Aron Budea  <aron.budea@collabora.com>  [a3a0eac099831de6fd7c53b66f85b964e41a5a13]

        tdf#106001: Clamp CharScaleWidth outliers when exporting to DOCX
        
        Atribute is of type ST_TextScale, which has to be
        between 1 and 600.
        
        Change-Id: I9b9cddc47d194f1364d91675c9b825752b2f5e06
        Reviewed-on: https://gerrit.libreoffice.org/34713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c09fc48e9fa9114f32f2973090cbe75177cdd37]

        typesafe wrappers for css::i18nutil::TransliterationModules
        
        and related css::util::SearchOptions2
        
        The TransliterationModules enum has it's constants spread over multiple
        UNO enum/constant-collections - TransliterationModules and
        TransliterationModulesExtra, which means that most code simply uses
        sal_Int32.
        
        Wrap them up into a better bundle so that only the lowest layer needs to
        deal directly with the UNO constants.
        
        Change-Id: I1edeab79fcc7817a4a97c933ef84ab7015bb849b
        Reviewed-on: https://gerrit.libreoffice.org/34582
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d97380c66904328e9d706a0b03a6800dc048aa7d]

        writerfilter: avoid repeating the return type from the declaration
        
        Change-Id: I4fb7993482e71c936d820b559aa6b4a212c8175d
        Reviewed-on: https://gerrit.libreoffice.org/34729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [121525db245624b96a85824cc6ad3013e05e34b0]

        these arrays should be const
        
        Change-Id: I808064abce15c4ec240d61e8168f0430ebf4c86c
        Reviewed-on: https://gerrit.libreoffice.org/34722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd4ed25aae41788e97500f183521f60543e759ea]

        expose the SvXMLEnumMapEntry arrays in OEnumMapper
        
        preparatory change to making SvXMLEnumMapEntry a template class for the
        "UNO scoped enum" change.
        
        But I think its an improvement by itself, there is no need to initialise
        these arrays on-demand, the compiler will do that at link time.
        
        Change-Id: I842c16b3ef44b9f5e1f0325b637d3f55f8bb5ebc
        Reviewed-on: https://gerrit.libreoffice.org/34721
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-03-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [38f13e4dca802793143ebb3ff672c13243879368]

        add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOL
        
        Change-Id: I8a0b8b833ba32b9d27773748b3bbd8bbc07d1959
        Reviewed-on: https://gerrit.libreoffice.org/34696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7655fbd2bba02ae22fafaa82cc4b2b163ee91c0]

        let the top level uicheck depend on the build
        
        Change-Id: I3dbbf84af75fd5ec3598302252ee1103bb9d5596

2017-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa5241dfd6d56ad64703767f48cacb5dc2a9ecd9]

        uitest: enable additional chart tests that seem to be stable now
        
        Change-Id: I9a41c29807cc47f570a9057435386e519a438289

2017-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb090555c93715a05d58ddec7757ebec39a83696]

        uitest: the new code allows to enable the chart test again
        
        Change-Id: I51ff48441d07c12f8019d282ab92f1835cec69cb

2017-03-01  Khaled Hosny  <khaledhosny@eglug.org>  [62592cf1ebcc8ef381fe53855684342d963e6138]

        Add a test for GetTextArray()
        
        Might help showing the source of differences causing random Windows
        failures.
        
        Change-Id: I435d1d4f7a016b057af30661b1c7016231426149
        Reviewed-on: https://gerrit.libreoffice.org/34731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-03-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10077a06d8f6d08f276f99024528ee31a57390a9]

        Revert my fix for tdf#71409, to hopefully fix tdf#104381.
        
        This reverts commit 87e040fd0f04307534920d0765af6d5878794a98.
        This reverts commit a0ef7474521413c8967559a635e6fdc0d88f1df6.
        
        Conflicts:
        	vcl/unx/gtk/a11y/atkutil.cxx
        
        Change-Id: Ib3a799e27b2495ebd1e7723f1cb5babf0dfbc702
        Reviewed-on: https://gerrit.libreoffice.org/34730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [4f762202f647976ffd80c23bacada8401d633001]

        Adapt loplugin:sallogareas
        
        ...to b6a69585b00867005820c1dd94e10e0e6b545e2a "old sal_detail_log_backtrace
        into sal_detail_log" and follow-up c697ae306cd4eaa8144ed93fc908e50d5934e249
        "Some clean up"
        
        Change-Id: Ie38899e70c5b326724f9442fbf92e453b05eec01

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [c0c3575f7434712d294ccb0eaa7f49bf845437e0]

        Fix gb_Extension_LICENSEFILE_DEFAULT
        
        ...post 3c946d688627ba0c31bcb37dfed4e6e180608854 "Put also the LICENSE file in
        Resources on macOS"
        
        Change-Id: I0a3435cc973d09e029ce4133d62544e4e432f6b5

2017-02-28  Eike Rathke  <erack@redhat.com>  [baca2ec8d5a457512e25b499c3cacc7a66ca853f]

        FastSaxSerializer: SAL_WARN() when writing invalid XML characters
        
        This catches things for OOXML, that could be escaped using _xHHHH_
        
        Change-Id: I937f67dc5edd3c0e5727d74bebb736dc82bdc53d

2017-02-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [6bb6ca1fb30f786385c2357e5435077066a49f82]

        Related: tdf#80731 missing ')' breaks Gimmicks.Autotext macro
        
        Change-Id: Idbfcab663b5f4dbd97b49f2771c62564ca7d7972
        Reviewed-on: https://gerrit.libreoffice.org/34725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [7f0b3e90ad8cc6c16e2004cc0739150352c8d7e6]

        ofz: timeout, check availablity of point data before reading it
        
        Change-Id: I86b3041bc5123ba10bbb9b64702dfb2060b3cc23

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [162cd5d4fee7611e6b9e84cfbfddc81cbb869650]

        tidy this a titch
        
        Change-Id: I71153579a193abc209a08a0f076ee50cf8ec5d06

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [26ea6d50b3f0f82d4035b367811f8edcc49ee23e]

        fix leak
        
        Change-Id: Ia073517977648a21d7adb5ee4d7bda51b1b7db18

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [b018021d5a5e644f1d8aafd20432562621b33554]

        ofz: timeout on clamping big double to 0..360
        
        Change-Id: Ica2aedc5275e5f523302f5793e3f3816b3ff65b4

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [0b849247e11729707d46c214f53da7d4eb22c7e0]

        loplugin:unoany
        
        Change-Id: Id50b15bbb9f8c62ac5258358431ff6ce0e7584d1

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [bd7dd48189e5ff7f62e16e53f0a02d1068583108]

        loplugin:unoany
        
        Change-Id: I525ba4d7706e6f6a385a0fbf5976d8e9883a40a5

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [386e38bd3f6d60ee1e1c24f808aeafd030f6d895]

        loplugin:sallogareas
        
        Change-Id: Ida8a58bd95164cd651934dbf8be0923ac2c08a8e

2017-02-28  Eike Rathke  <erack@redhat.com>  [d3676ceeec55a41337ce5e6bc596f4f100d0638e]

        in decRefAndDestroy() the remaining element must be one and only one
        
        So head can be destroyed already there and removeFromList() take a short cut.
        
        Change-Id: I8f53d252c4e0ad867674ee410ecfaa300ac0c731

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [e6a90b3f28d948275188e7504fc9d46f0793e36f]

        loplugin:sallogareas
        
        Change-Id: I9af09bc52775501c8dbf0e883f4ec3b53c397de4

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [1bb18010973540911aea7f1ab89ffe0517c2879e]

        convince ofz lsan this isn't leak
        
        Change-Id: Ifac8b0ac03cedb59deec1733b0d38887038992de

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [9697b14b65e923f5b9fdfcc27cad00387372d202]

        loplugin:unoany
        
        Change-Id: I57f1d614b1dbb945e39b546fec2fdaac40de82b2

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [d4ea5708a83ca5b087ae196e4599aa98e606e9ca]

        don't check for printers during fuzzing
        
        Change-Id: Id52d5dc425b6e3319879c1802f6c1fc51c1dd4f3

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [99c361be16eb3a21aa679a103db2d07ecd0f5d3c]

        check nTargetBits size
        
        Change-Id: I5cc7499cfdee58ffa480bb31dfc262d5b781180d

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [2c5db7360d03cb28d232f06212065d3a1d9d4589]

        loplugin:unoany
        
        Change-Id: Id0823ce54c7adb03c824e4095c835356846c69ca

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [c632aa3269aa08457a35e98580fb693a9dacfecd]

        endless loop on corrupt lwp
        
        Change-Id: Ie984d396a6c0055fc5175755fd42161749c572be

2017-02-28  Eike Rathke  <erack@redhat.com>  [d407791075ce4caff1259aa9a8ae573e4b7bb8bd]

        dissolve() needs to delete head now that it's not a list element anymore
        
        Change-Id: I9949a1006e6d1b4b50dd5350106ad69b643e833c

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [67070d583871ec77400b434b4f976c63768ad5b3]

        don't have to create SfxApplication if none exists
        
        Change-Id: I312f00e8b2956470eaa496abfa2687c296f256ae
        Reviewed-on: https://gerrit.libreoffice.org/34717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [3ae57096ae33eeed5b4e658ebdf3563a6dd86474]

        use memset instead of loop
        
        Change-Id: I572f52658914a0814bc3d3990830e247275e110b

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [9fadf818e9de0813e8904acb994560d5a18a18ec]

        fix leak
        
        Change-Id: I57d1ae4d8f3fed72f024672a9eefb748df83bb93

2017-02-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b694f15c86169fca1109ff0068afdf180c8a7d3b]

        update credits
        
        Change-Id: Iea0785f5ec1b55200d25d5cd55a63652ab5a38e1

2017-02-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e5b616bc22bf66c78939258e8b7e4fa457ebff9b]

        update emoji autocorrect files from po-files
        
        Change-Id: Ib837a679e359ac7f7c1e22f57cdfc0fddbdee931

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [7edc6b9a749953b23ad439671405adf65834d83c]

        fix leak
        
        Change-Id: Id6171fbaffda1f0a20d33e9137d68e14c59e6aac

2017-02-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [696f5cfed55fa7ed6e453da7f35d9ada718a1fde]

        Updated core Project: translations  2883419ce5b0406a375cea7774ab6918e27efd8f
        
        update translations for 5.3.1 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: I37d9df9e5daf10adc8baf905bb43c621c37d960e
        (cherry picked from commit 05788c2f5a2a282905055c813b3b3504a25938c3)
        

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [def48d5027bc51504acbfc3f190cb93e3870e83c]

        fix leak
        
        Change-Id: Icce163a695ce5467d943019919de1bb604dd130b

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [73051d46a62d588db75a73cd392f7e39b3f5bf5b]

        ofz: detect failure earlier
        
        Change-Id: I28be740fb15b3b9ed88d2575c94073c24d53579c

2017-02-28  Tor Lillqvist  <tml@collabora.com>  [c5b956b9ab70a6e8917abcc4b8ce4d2b9bd8571b]

        Fix incorrect function name in SAL_INFO
        
        Change-Id: I75ee5f1a20fadef7c20103278bc03abd41b815cf

2017-02-28  Eike Rathke  <erack@redhat.com>  [041a9b641bac500b7b4bbff1280b9d311ae2dbcb]

        assert that nullptr captions are not in a list
        
        Change-Id: I0c286891454d290ec4373dbc37e31d65c22c746d

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [214ef61b37c7e05414fa975bd21643220f2d4140]

        fix leak
        
        Change-Id: Id501339e1576277655c53e0cf0d172947640d64e

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [11c92df5e61aba0e37a4b3d6e5aaace084812d71]

        loplugin:subtlezeroinit
        
        Change-Id: I29197c9a4093d904d1f7b990de08fbf8254c168e

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [b9483aacadf443e57f7708f8db64aeeba4666f2a]

        hwp: avoid low hanging invalid input
        
        Change-Id: I06133d6db14edb9d915c38e4c120a9d0905495dd

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [727a25090dbb1d3a3a2c33153a12d9c25b4206de]

        might as well move append 'usage' into the msConfigPath from the start
        
        Change-Id: Ie8a15f1a20621ebdd00ab4ed195495e0acd111a5

2017-02-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4f6db9ec254ece82c55f98767e361ad30b25182]

        FontDescription.IsVertical is a tristate
        
        found by still in progress "UNO scoped enum" change
        
        Change-Id: I0a21b89e77be165bc96e914017a402cf8724d218
        Reviewed-on: https://gerrit.libreoffice.org/34719
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [563e56653b725e8f968df60eb25132fd7084461c]

        loplugin:unoany
        
        Change-Id: I57375d39aa2e84e40f2c2eb13e3e942497a78a3e

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [06206252f43c388e781f7bf1665604da108f14c8]

        fix leak
        
        Change-Id: I724c6e50392d70acd847c733e09a959c08c8c790

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [36398bb8ba85dea1d16fe86cd78b0da8380fe7ad]

        std::unique_ptr -> rtl::Reference for loplugin:refcounting
        
        Change-Id: I83cccff1f4fb172e1b6aa5c1cfda93de2e4be525

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [e7c960e233e4a7742a8359f6f4b3ae4a62e069ea]

        fix leak
        
        Change-Id: Ic84035f68075733a6777a7447cb2be092f17a189

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [390b7ffbc9c0fd2a846bb0a60883b450d6124fd8]

        Revert "move append 'usage' into the msConfigPath from the start"
        
        oops
        
        This reverts commit dc1c69a4efe9368a1f4fae4bc11325485bcc0772.
        
        Change-Id: I5fb9016040636fb44d4337567a6b894bfe16f503

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [9fe0c6636f38163936ff65aee2da863a503a4fc7]

        fix leak
        
        Change-Id: I20e665a2b0bfadd44976b1659d85b1828e10311f

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [dc1c69a4efe9368a1f4fae4bc11325485bcc0772]

        might as well move append 'usage' into the msConfigPath from the start
        
        Change-Id: Ic3e141d91607f8e34ff4a74cd1ae3276e42934e7

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [061b541e779c44e0345ad88138cf3a72e96e2e86]

        Add back tests that got lost
        
        ...with 198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac "new loplugin unoany"
        
        Change-Id: Ia4e59356ad8ef3af899209a287ac5326e1389c5e

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [328d26a17b9ea3243ed0ae96384acc08d7fea0c0]

        fix leak
        
        Change-Id: I88e652fa2eab8738d0e1a235cf1a3f9066bfc230

2017-02-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac]

        new loplugin unoany
        
        Change-Id: I5d6c4a67cb2a09e7cd5bd620c6b262d188701b89
        Reviewed-on: https://gerrit.libreoffice.org/34714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-28  Jan Holesovsky  <kendy@collabora.com>  [d3981b3e8c021ee03a2ca7103a73e56cca18df81]

        Keep the order that is in the header.
        
        Change-Id: I6171668b91e13cbcddf223645333e435cf08cb2a

2017-02-28  Michael Stahl  <mstahl@redhat.com>  [e7f463cea58fc87e114008a726b4ea7489f36aa9]

        tdf#77111 sw: add unit test, fix getting PageNumberOffset property
        
        There are 2 places where the style:page-number attribute is handled, in
        XMLNumberWithAutoInsteadZeroPropHdl (for paragraphs) and
        SvXMLExportItemMapper/SvXMLImportItemMapper (for tables)
        
        Apparently for the paragraph case, 0 was never written to mean "auto",
        this happened only for tables (see
        7edaf190e2b18fe5dd9b7dd8d8e7e24b2ff26520).
        
        The test reveals that SwXParagraph::Impl::GetSinglePropertyValue_Impl()
        was kinda broken by 7d9bb549d498d6beed2c4050c402d09643febdfa, which
        converts void values of "short" properties to short(0), wrongly assuming
        that the Any contains a long.  (Fortunately this is then mapped to
        "auto" in XMLNumberWithAutoInsteadZeroPropHdl.)
        
        Change-Id: I3dc6d5533ac96955440b1589f1999d06750101af

2017-02-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [e7729f458409f7fef2b7dab752205e3b230acb65]

        Run macro:// via LOKit
        
        Change-Id: I54d3c734d86d4b44e1dfe1ad7728e2f51cd26d53
        Reviewed-on: https://gerrit.libreoffice.org/34538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6603947329a7b372a173a3c60e013e532d0bc5cf]

        tdf#103931 DOCX import: fix lost section break
        
        When there are multiple sections in a document, every <w:p> element
        triggers a handleLastParagraphInSection() call, and that's how the
        previous section is ended and the next one is started if necessary. In
        case the section contains no paragraphs at all, the section was lost on
        import. Fix this by also calling handleLastParagraphInSection() on
        <w:sectPr> as well.
        
        It's not a problem if there are both <w:p> and <w:sectPr> in a section
        (which is the usual situation) as only the first call closes the
        previous section / starts the next one.
        
        Change-Id: I64f2c403dcb2ceca76d444ab06df3052235d2795
        Reviewed-on: https://gerrit.libreoffice.org/34715
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [14faa41bebc8147d45f9f392fd33fca08e7d1ba0]

        fix leak
        
        Change-Id: I195094adfd0a68401d26ef97b6489b105424b99b

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [5ae0cb5618e53401da8ba3cec24ab3bf8ad24b05]

        ofz#704 fix tiff leak
        
        Change-Id: Id43fd11b5503d1fdd967d146a71445e2fed4192f

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [c0d06c51f2b742d544a452f38556c49f889147e3]

        sal_uLong->sal_uInt32
        
        Change-Id: I49d926f4ff064871e3773fce089d7f927df9b099

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ca1aa6950314dd7332a02a31171920ec45f23187]

        fold CreateVirtObj()
        
        - only one caller, and throwing around nacked pointers to owned objects
          should be avoided anyway
        
        Change-Id: I2ecc716a844c73e42a0838ac048caf0c20c045a1
        Reviewed-on: https://gerrit.libreoffice.org/34705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [912b30b36114a9f52e87b3154e6512056b90873a]

        use a vector of unique_ptr for explicit memory management
        
        Change-Id: Ieda786709343a14e8191d1c408375d3e5b061095
        Reviewed-on: https://gerrit.libreoffice.org/34704
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Caolán McNamara  <caolanm@redhat.com>  [a0bdcc5578e77b1122f533c62550d5e5f9290f1b]

        fix leak
        
        Change-Id: I1c1e861c5608ccd2071baf683f5456c3012a47f6

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [23979c1d81b5aa6efae7c103ba24a024b6cdf64a]

        remove DestroyVirtObj member
        
        - had only one caller
        - didnt even do what it claimed in the comments (removing from
          container), so removed to a simple delete statements with pointless
          noop decorum
        
        Change-Id: I3eeaebbc6199a516b24106d3c2fc27a3067cb34d
        Reviewed-on: https://gerrit.libreoffice.org/34703
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ae181f927dfc7d18562279a49813035931667463]

        remove const code duplication
        
        Change-Id: If8330d3f1ce0c92122dcecfc22c32b005deffeb3
        Reviewed-on: https://gerrit.libreoffice.org/34702
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ad85c1236dddeea20069bcda8cab43f10e3cd026]

        Fold SetMaster() Completely
        
        - was called only from two places
        - one could be replaced by a one-line setting of a bool
        
        Change-Id: Ife85303518417f44755636f8d627ac0e8db98c13
        Reviewed-on: https://gerrit.libreoffice.org/34701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9bed0aadf9f0241ea94e6bb215063dc5a725e3c5]

        make SetMaster private in SwDrawContact
        
        Change-Id: I9d4f35c8973e3240cc5e9cd870fcdc4ed70a717c
        Reviewed-on: https://gerrit.libreoffice.org/34700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Stephan Bergmann  <sbergman@redhat.com>  [d3b0b1512335c2ffbda04d6f06c8a53855c6072a]

        Avoid -fsanitize=null
        
        ...during CppunitTest_xmlsecurity_pdfsigning:
        
        > tools/source/stream/stream.cxx:1220:20: runtime error: null pointer passed as argument 1, which is declared to never be null
        > /usr/include/string.h:43:28: note: nonnull attribute specified here
        >     #0 0x7fb2116abe4a in SvStream::ReadBytes(void*, unsigned long) tools/source/stream/stream.cxx:1220:13
        >     #1 0x7fb1dee7a4f0 in xmlsecurity::pdfio::PDFStreamElement::Read(SvStream&) xmlsecurity/source/pdfio/pdfdocument.cxx:3639:13
        >     #2 0x7fb1dee350ec in xmlsecurity::pdfio::PDFDocument::Tokenize(SvStream&, xmlsecurity::pdfio::TokenizeMode, std::__debug::vector<std::unique_ptr<xmlsecurity::pdfio::PDFElement, std::default_delete<xmlsecurity::pdfio::PDFElement> >, std::allocator<std::unique_ptr<xmlsecurity::pdfio::PDFElement, std::default_delete<xmlsecurity::pdfio::PDFElement> > > >&, xmlsecurity::pdfio::PDFObjectElement*) xmlsecurity/source/pdfio/pdfdocument.cxx:1153:44
        >     #3 0x7fb1dee464d3 in xmlsecurity::pdfio::PDFDocument::Read(SvStream&) xmlsecurity/source/pdfio/pdfdocument.cxx:1306:12
        >     #4 0x7fb1e7916ffe in PDFSigningTest::verify(rtl::OUString const&, unsigned long, rtl::OString const&) xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx:127:5
        >     #5 0x7fb1e791dd86 in PDFSigningTest::sign(rtl::OUString const&, rtl::OUString const&, unsigned long) xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx:178:5
        >     #6 0x7fb1e791ef8e in PDFSigningTest::testPDFAdd() xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx:189:29
        >     #7 0x7fb1e798885b in CppUnit::TestCaller<PDFSigningTest>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #8 0x7fb22b8bfd8b in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #9 0x7fb211f6699f in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:36:14
        >     #10 0x7fb22b87e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #11 0x7fb21ba510cf in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >     #12 0x7fb22b87e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #13 0x7fb21f6ff2c4 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #14 0x7fb22b87e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #15 0x7fb22b7fc350 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #16 0x7fb22b87e3ce in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >     #17 0x7fb22b87ae70 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #18 0x7fb22b93a0f5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >     #19 0x7fb22b8bdfa4 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >     #20 0x7fb22b8c27a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #21 0x7fb22b8c1819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #22 0x7fb22b8c27a7 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >     #23 0x7fb22b8c1819 in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #24 0x7fb22b9785c9 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >     #25 0x7fb22b93840d in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >     #26 0x7fb22b97989b in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >     #27 0x53043c in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:305:20
        >     #28 0x52c089 in sal_main() sal/cppunittester/cppunittester.cxx:455:20
        >     #29 0x52a742 in main sal/cppunittester/cppunittester.cxx:362:1
        >     #30 0x7fb229b05400 in __libc_start_main /usr/src/debug/glibc-2.24-33-ge9e69e4/csu/../csu/libc-start.c:289
        >     #31 0x437d49 in _start (workdir/LinkTarget/Executable/cppunittester+0x437d49)
        
        Change-Id: I8bf8c28219b4525874f83fbb164eb5eec02ac1b6

2017-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2e1797c66a7bac74602e6a7e131c9039a6cd1622]

        move troublesome SetMaster from SwContact down to SwDrawContact
        
        Change-Id: I4fc0565175cda316e5b26c78fd0a05a4e27e527a
        Reviewed-on: https://gerrit.libreoffice.org/34699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5987a4148a10e27fe44ecf5d03e697692e07ca9]

        mpMediaItem might be nullptr
        
        This fixes at least two crashes reported through the crashreporter:
        http://crashreport.libreoffice.org/stats/signature/avmedia::MediaItem::getTime()
        http://crashreport.libreoffice.org/stats/signature/avmedia::MediaItem::getDuration()
        
        Change-Id: I92eeca229fa46921317586d0317e9f00309e793b
        Reviewed-on: https://gerrit.libreoffice.org/34710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [342f5b842ba1ee727732cf103481c3b0b0d3cc79]

        we can just comment the variable name out
        
        Change-Id: Idcb2365f3ba39a086eaa4698457fcd02cec780f8
        Reviewed-on: https://gerrit.libreoffice.org/34709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-28  Justin Luth  <justin_luth@sil.org>  [56d44e10dfc54bd9296fb0cdfe5b0772022be0b4]

        VBA: unit test for PtrSafe and compiler directives
        
         #If Vba7
           Declare PtrSafe Function xx
         #Else
           Declare Function xx
         #End if
        
        Change-Id: I807efb9fa68b5ac50f2bd59ba7cfa45c499af189
        Reviewed-on: https://gerrit.libreoffice.org/34522
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-28  Justin Luth  <justin_luth@sil.org>  [97caa8a8a0d80baa1a77859b117a8bc2b8b952f8]

        VBA: allow and ignore compiler directives
        
        Instead of erroring out on this:
         #If Win64 Then
           Declare PtrSafe Function aht_apiGetOpenFileName Lib "comdlg32.dll"
         #Else
           Declare Function aht_apiGetOpenFileName Lib "comdlg32.dll"
         #End If
        just treat the # commands as remarks and continue on.
        
        This type of coding will become more common as 64bit versions of
        Office require such constructs.
        
        Change-Id: I63bfb8cbe9ad3ef35bab4c041d9d94daa7fbba18
        Reviewed-on: https://gerrit.libreoffice.org/34518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-28  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b51bc85cd2ded95668cfcacdb8a2a4a388fe51f4]

        tdf#48140 Replace CellRangeAddress with ScRange
        
        Change-Id: I5aa1dabf938e1567d386fceb153e2986862f70a6
        Reviewed-on: https://gerrit.libreoffice.org/34707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-28  Takeshi Abe  <tabe@fixedpoint.jp>  [3015572007fcce57ee66ec45b4bc342fbce11332]

        starmath: Add test cases for errors at parsing
        
        Change-Id: Ic8de7f1c925d7a77520681121cbdd00c036ccab8
        Reviewed-on: https://gerrit.libreoffice.org/34683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08750abc64a7ad82cac96adeb7a0bcdce7ac704d]

        uitest: catch more exceptions during shutdown
        
        Change-Id: Ie4bfc28c32b4b21c75ca92b95521c03a0683db32
        Reviewed-on: https://gerrit.libreoffice.org/34692
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70f89e6b9f89177fc60f9cc9b55a87fdc5c6017f]

        uitest: move the processing of actions into the idle handler
        
        Change-Id: Idead7314096f879f147dd87e6ce8f4b79b8f70c1
        Reviewed-on: https://gerrit.libreoffice.org/34691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d48c9dce371f9121c00f07ab3b977c1157f623a]

        uitest: add scheduler method that runs until a signal is received
        
        The other method only runs 1000 events.
        
        Change-Id: I43076988e9e25b35e3fdfd8dff19270d9e066d9a
        Reviewed-on: https://gerrit.libreoffice.org/34690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [56dda82ff71c68f8bca1917fa6d642e26449a1d3]

        Clean up use of integer types
        
        Change-Id: Ia3c3e8b6c1988561284d91545e98e4939973c4b9

2017-02-27  Eike Rathke  <erack@redhat.com>  [d5d220b47416660b2f8cc370b2d2d1baf11c77ec]

        move assign() into operator=() and add the relevant bits to copy-ctor
        
        Change-Id: Iac606a8e5e4fc9beb019d95d2a05f0ab9d9dad34

2017-02-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b5c83cf676541d367ea4d0ce0c5531160f2b215b]

        add VBA CHR() test case
        
        Change-Id: I9e7aefdd0309fd4f209fba6fb4f698b098856d01
        Reviewed-on: https://gerrit.libreoffice.org/34133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [871e686802b901e1a7220c1739b5857f4fdbf6e3]

        Better fix not causing unrelated loplugin:loopvartoosmall
        
        ...for e7aab255c1595c8cc54e0eab3d8d1059fb3d00f1 "warning C4018: '<' :
        signed/unsigned mismatch"
        
        Change-Id: I9a91244f2136e2cd31c480511e3b08c721b478e4

2017-02-27  Eike Rathke  <erack@redhat.com>  [8d6afde106f3b9ba4eab0fa00cb6ddd28494a258]

        rework ScCaptionPtr to have a distinct head element
        
        Not only saves a pointer per list element, but future versions could
        hold a document pointer and/or drawing layer's draw page as well.
        
        Change-Id: I85e05981239223bec88c47f2ebe4c22e50cd9a0d

2017-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7adffff8039175bc50b56b4c07ce0b9d8fed629]

        tdf#106206 PDF export: fix unexpected /Im0 in page contents stream
        
        The early return should just skip the code that's specific to pdf
        images, not everything.
        
        Change-Id: Ia9e02b05051a085a9fdf2f690c21f9ffccb7bf4d
        Reviewed-on: https://gerrit.libreoffice.org/34685
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-27  Tor Lillqvist  <tml@collabora.com>  [58da79fd02d6f2b49ccd03d9b5a984a231e1cd52]

        Rename misleadingly named include file fillpropertiesgroupcontext.hxx
        
        There is nothing called FillPropertiesGroupContext. Rename the file to
        "misccontexts.hxx" as I could not come up with some more specific name
        that would describe the collection of classes defined in it. Rename
        the corresponding cxx file, too.
        
        Change-Id: I44db1db8c63c8e897774597b46a237a214aacedf

2017-02-27  Tor Lillqvist  <tml@collabora.com>  [b937abd24f3e89c0d5392c7839e418ff9404ebcb]

        There is nothing called FillPropertiesGroupContext since 2009
        
        So bin two pointless and misleading comments that consist of just that
        identifier.
        
        Change-Id: I14724b21d43283dbda1856ab28c56ae44512c3cc

2017-02-27  Tor Lillqvist  <tml@collabora.com>  [575db750f18f2e6d645e03f45534c2e03dddcb76]

        Clean up a few SAL_INFOs a bit and add useful note about the ==cscode== etc
        
        I dislike OSL_THIS_FUNC, it is too verbose, at least with Clang on
        Linux. Just use the Class::Name without parameters and namespaces.
        
        Change-Id: Ic8722a131463762ab70ff35d64ae7040c67bf595

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [6fd8f380423e7e3d711cb240957e81142fd11d6f]

        fix leak
        
        Change-Id: If7f710aa62cea43e2c59d91e136daba9650b3912

2017-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a57a890f286d9f63d0c2a1d23f7fac7092681a63]

        chart: use c++11 for-statement in VSeriesPlotter
        
        This makes the code much more readable..
        
        Change-Id: Ic9078daffeba28984749c61d059701b3cdcca8bd
        Reviewed-on: https://gerrit.libreoffice.org/34687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [451d37279571b36e63ef34c4f6cc940a7dbda804]

        OSelectionBrowseBox::AddGroupBy parameter _nCurrentPos is unused
        
        ...since ef40dde69e7fff331b7e31460638703a2c82bc9d "INTEGRATION: CWS dba30d"
        
        Change-Id: I2dbd73bd77f71cbf88768dcc2dc4a38f65b84eef

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [f641638b7724d129609814c6bb33cf4921caec69]

        fix leak
        
        Change-Id: I00438178582bd4c78bffeca18067abeb667b8367

2017-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [54cc53d3849a1a9158797b355b5e775305b34000]

        sc: make tabview3 more readable
        
        - add some curly-braces
        - join consecutive if statements
        - declare variables inside for statement
        
        Change-Id: I369452cdd684f71a7bd30b5dc072831b982ee1b3
        Reviewed-on: https://gerrit.libreoffice.org/34686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [8eae0f2ee89558bdc00069ccea2679ff941b6307]

        fix leak
        
        Change-Id: Ie352e9b7fe52d41492141ebba9b5d332960dadd5

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [7e07b144554691d4bbb3eb5e821aa0f1a36d1f32]

        ofz: fix leak
        
        Change-Id: Icf0e75d0e213c4562f4ee57df0537d394031645b

2017-02-27  heiko tietze  <tietze.heiko@gmail.com>  [bd8c68c99cce51a3368d8ddfd6e11dccb72d8f49]

        tdf#105829 Infobar design, tdf#102785 Font issue
        
        Only one constructor to append an infobar
        Colors defined at one place in infobar.cxx based on InfoBarType
        Icons as an additional attribute of the notification
        
        Change-Id: I4dc85c2b4ef0b7eafc139290b3b4ee21636da6ec
        Reviewed-on: https://gerrit.libreoffice.org/34426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [64bac5c0f005afd46bbf402c5d548e2ee6c9e5c4]

        tdf#105093 vcl PDF export: add embedded video testcase
        
        Fails with commit 4ad249af88d15f2c8a09f0721a59d82718fcc201 (tdf#105093
        sd PDF export: handle embedded videos, 2017-01-04) reverted.
        
        Change-Id: I413ec9a5da3c0783541dcd28fb9a62dd896f955b
        Reviewed-on: https://gerrit.libreoffice.org/34681
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [aee31a4e8fa6c6f49f70945c5675085d938651ef]

        ofz: fix leak
        
        Change-Id: I682b4e2750658efded5f4167d4f7026ed5fac8dc

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [299a1ef9f2197f253ac887bac46d6e0dcd0d6378]

        ofz: fix leak
        
        Change-Id: I7f490335efef71b13aae66e9467cd74429509d7d

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [1866335fe6b59ce7943b6e5f934a3592ac81ae8a]

        Clean up use of integer types
        
        Change-Id: Idf47d1511aff3cdb7c139671173a97e405b6078e

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [b06e2b7ef157affa71fe60f4b064f67b11024213]

        ofz: fix leak
        
        Change-Id: I00e73eabb34ae98088a8e88d0c8677bf236a5e09

2017-02-27  Szymon Kłos  <eszkadev@gmail.com>  [4d73a7227f4f341aece7ab3376823f70a3e87d71]

        tdf#102779 Notebookbar: extra space for small tab labels
        
        Change-Id: I2cd7be7ef49552acd84aa4b5042955dcb18f328f
        Reviewed-on: https://gerrit.libreoffice.org/34679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-02-27  brainbreaker  <gautamprajapati06@gmail.com>  [5ada20b3588f76cad5b7f39442147fca3d63bec7]

        Improve the Document Provider UX
        
        This commit improves the user experience of different
        Document Providers in the app.
        In case ext sd card is not present, the option is disabled
        in Navigation Menu.
        If the device does not support USB OTG,
        the option is disabled.
        LibreOfficeUIActivity registers a broadcast receiver
        in onCreate which detects if a USB device is connected
        and directs the user to Settings page to configure it.
        In case of errors in configuration in any case,
        user is directed to Settings activity after appropriate toast.
        
        Change-Id: I680f78a679e2071ce8330c8168d7aa4e95041723
        Reviewed-on: https://gerrit.libreoffice.org/34650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [87847bb8b87b80f338bc010d413ce2c9f912e6ec]

        ofz: fix leak
        
        Change-Id: I631ea0012f8e999f14aa08b42f28d6115a73d084

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [7f335799b34f3454649f0045bdab6f98baa84ed8]

        OSL_ENSURE->assert
        
        Change-Id: I21edad9865717674217d2d10b9ec2a689d9d65f9

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [8e89aa77056c4b233c24ad3a93c6d4a8159fcf16]

        use std::unique_ptr
        
        Change-Id: I3f00cd66a0a8aa0571733caf4db4d16dfd102683

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [9058b7075de432c6b135928878b9c93acda660b0]

        Remove unused forward declaration
        
        Change-Id: I1ca1bd56289ea1005b76dd387ef7610ff1b0a3db

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [1683fae27e9019731534190964491b88b68b7a6e]

        Use WeakImplHelper to implement MenuBarManager
        
        Change-Id: I3a30bc86796a7ad24616cb11ae10b6886e09c1e9

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [b100342d42a15a3aed79d6f23ecfd0b56e4a86bf]

        Remove odd check that writeUInt32 indeed writes four bytes
        
        If you look at the oldest available version of SvPersistStream::WriteDummyLen in
        8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import", it looks like there
        was an issue with whetever earlier way was used to reserve a four-byte space in
        the stream with "Sun sp" (whatever that shall mean).
        
        Change-Id: I861a445ae72f1ced502f70917707336eb5dddf04

2017-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9a9b8155f65421fa8cb2bf108b847f212462f4f]

        xmlsecurity PDF verify: fix parsing of nested dictionaries
        
        This is triggered by an upcoming unit test for tdf#105093.
        
        Change-Id: I3c8e8662fcadaea1f6e19bf6194d8159916f368b
        Reviewed-on: https://gerrit.libreoffice.org/34678
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [597fd6c8c281381f2205a6d4dd7920ce0079ef7d]

        Probably better to restrict the sequence size
        
        ...to any elements actually written.  Was like that ever since the code's
        introduction in d3ffe3ed3fa1b80c7e54439673029e105940db80 "fdo#67737 : fix for
        flip not being imported & rendered correctly".
        
        Change-Id: I460c1c7c578bd7e53cc2e868da0b7aeb5f19194f

2017-02-27  heiko tietze  <tietze.heiko@gmail.com>  [e8147b4b7107cc2fdb68a76deb3d30296a67434d]

        tdf#105299 Dialogs must not be resizable
        
        Patch doesnt solve the issue but makes the wizard dialog HIG compliant
        
        Change-Id: Ib45b49671bc247ad2bce072e4cc4260ed551ef7c
        Reviewed-on: https://gerrit.libreoffice.org/34652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-02-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9eaa17e6bb35a2cb71ec59c96ea4a39466789667]

        tdf#106082 fix missing statusbar translations (l10ntool is picky about syntax)
        
        having the ; on a separate line made all strings following that have the
        string-ID of the next unit, altering the msgctx and thus translations
        wouldn't apply anymore
        
        Change-Id: Ia1e3c36a9d2a57725c90e6c3f33de99bed85ec41

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [5d84a5a591ff353fbd386be5f1f4192e5606897f]

        loplugin:loopvartoosmall
        
        Change-Id: I2e80e15ded19e09853ec16f9876e425a88cf910e

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [36a5d940e7b95cf96e23bcd6dc70c28ce52db2b1]

        loplugin:loopvartoosmall
        
        Change-Id: Id2771f413798ed9ceb76e9c4dd3113633d4e481e

2017-02-27  Justin Luth  <justin_luth@sil.org>  [e36f0860f00af139a8fa94d36302f7b0c56383fe]

        tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as auto
        
        Ever since 2010 commit 7edaf190 zeroes have been saved as XML_AUTO.
        Ever since 2014 commit c2ccd20c, a numoffset of zero is no longer
        considered to be auto (for MS compatibility) but is still treated
        as auto during xml export. Thus, any older documents that had been
        saved with a zero should still xml import as auto instead of as 0.
        
        Change-Id: I1a0df32a8e2f1b30b2bedbf4c9bb07ebec239637
        Reviewed-on: https://gerrit.libreoffice.org/33267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [377efdcea0687f5b79e92874db15171043b3de97]

        loplugin:loopvartoosmall
        
        Change-Id: I3ada4fc8c8ebcf04962be03c048fb87bc0d6dbf8

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [431708c5eb27e6fa3675d17246891d717c0713ec]

        loplugin:loopvartoosmall
        
        Change-Id: I580639aecc4cf6a214a7aaba3bbe92f7459856d5

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [1b3de9b6cde3a24b489fa3b42f53e9225666138a]

        loplugin:loopvartoosmall
        
        Change-Id: I1842a5e047e4566371b62511ad5b56d466e717da

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [e74152d0744ebc63612dcfc0d375671eebf35141]

        loplugin:loopvartoosmall
        
        Change-Id: If630131272b5ed4c589ed76be340a4107632c461

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [f058cedb5f166766448477138980bb32849a7605]

        loplugin:loopvartoosmall
        
        Change-Id: I05874c22883a98f09c9231c0e0ff0dff93e2d643

2017-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [74f6850a8ecd839ef76b6eef704fff408d3e639e]

        sw: prefix members of SwLayNotify
        
        Change-Id: I40df0def8da88ba2c5719508a9df390e1d391fac

2017-02-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [65866961cf0893c92ad5d8a960e29fd2c559c52c]

        gpg4libre: Add libgpg-error to include path
        
        Change-Id: I7e87b2ecc107c91f9fcb9f385a8cace65776fc25
        Reviewed-on: https://gerrit.libreoffice.org/34622
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-27  Khaled Hosny  <khaledhosny@eglug.org>  [0d9a6aa1b9debc2ca4bd1cbf6d089047267575f5]

        Stop the spam
        
        Change-Id: I3e6297f4789bdf398e5eb2a3cec5df6e8b770b5d

2017-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ecd77363e0c7760a9d8fd6e3e8dac8099305bb91]

        own the SwFlyDrawObj by SwFlyDrawContact w/ unique_ptr
        
        - the code claimed this ownership before
        - however it still tried to do stuff in SetMaster(..), which leads to
          at least memory leaking, if not worse
        - abort there for now
        - SetMaster() likely needs to be removed from the base-class proper soon
          as not all derived classes can possible implement it.
        
        Change-Id: Id241b9330e6f98a126949a9236c60a8783cf8ea8
        Reviewed-on: https://gerrit.libreoffice.org/34663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [30a76153fce5fdf578f408828651faab351e5b18]

        add missing modeline etc. boilerplate
        
        Change-Id: I32782945c46762f1fd4edde7453f7fca200c9cd2
        Reviewed-on: https://gerrit.libreoffice.org/34662
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-27  Gulsah Kose  <gulsah.1004@gmail.com>  [b06a7b1298537d2b0e4ea9adb32f262af357ecf1]

        Fix typo footenote -> footnote
        
        Change-Id: Iee166416aaca627e55f25a25ed69f468fa2e510d
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/34653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [418a0aec0074749e30071c5ac735829acb15134e]

        uitest: execute commands in synchronous mode
        
        Change-Id: I88ccbc63a02a8a873419874d220b94cf23c46e88
        Reviewed-on: https://gerrit.libreoffice.org/34673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42122e1e59718bec549e63f4b073aa1821182d71]

        uitest: use correct method to close a dialog
        
        Change-Id: Ib62cc9465bb874d48b4e294a6f18d98de04a5518
        Reviewed-on: https://gerrit.libreoffice.org/34672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48c8675b030ec597f3f7430963841901dbececff]

        uitest: handle crash reporter dialog correctly during start-up
        
        Change-Id: I1db54ad2ad38642ac84211fd6d6505e171fc4423
        Reviewed-on: https://gerrit.libreoffice.org/34671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c9326537872e1f6b90a418ee2d7c7ffcf27b9c43]

        uitest: use the new dialog method in the python code
        
        Change-Id: I252310bc453450236b5b7de0ef292cfbba7ea64a
        Reviewed-on: https://gerrit.libreoffice.org/34670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa10a19c8e56a51654bcb26f718f6e7187159c72]

        uitest: add a specific method for executing dialogs
        
        This allows us to split the parts that need to run async and the ones
        that can run synchronous. This will reduce the number of signals that we
        need.
        
        Change-Id: I9c9f3df3422cc66d28d66e0638e212b39c743e33
        Reviewed-on: https://gerrit.libreoffice.org/34669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a285790535c0ae4c2d791c8f8c44038203d82b7]

        uitest: remove old debug sleep statements
        
        Change-Id: I3ee755325cbf506b785b962c06c777ca45c025d3
        Reviewed-on: https://gerrit.libreoffice.org/34668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c873f8d75a2a4bc28a13553755c6d38b0e026e11]

        uitest: move all the conditional format tests into an own test
        
        Change-Id: I5673341b05c8352bc1d46f1483c265ccdc6a1cc5
        Reviewed-on: https://gerrit.libreoffice.org/34667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b0748ed1fb727cb52b5c9e423b00242d155d099]

        uitest: increase the shutdown timeout
        
        Seems that under really high load 5 seconds is not enough.
        
        Change-Id: Ia0b2f7ff7bf469d188c9ceea0edc7f1d2d4002d3
        Reviewed-on: https://gerrit.libreoffice.org/34666
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ef6bf449b973962e9d9c359461107346499fb27]

        uitest: document methods and pep8 fixes
        
        Change-Id: I90af25c89cb33d5dc75f73a3b4918605d47474f1
        Reviewed-on: https://gerrit.libreoffice.org/34665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ee316deb13a066b66dcc13e4aa7fbab87b4d9e5]

        uitest: remove old test methods
        
        Change-Id: I29296c90811f9a910c505a9dcd4db7f13a6130b8
        Reviewed-on: https://gerrit.libreoffice.org/34664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-27  Stephan Bergmann  <sbergman@redhat.com>  [b7863e40bcdf8ec5c393eb065431a94168a77556]

        Clean up use of integer types
        
        Change-Id: I007b8eca8249da0e3c4aa5a9d274ac4cb497799b

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [deaf847f5017bcf7bb345d691be9ae8fa0deff0e]

        ofz#685 floating point exception
        
        Change-Id: I22741241253a6e3dabd0afa331aef2343d5fac77

2017-02-27  Arnold Dumas  <arnold@dumas.at>  [7d21ae342dc5c4d4c3a4f3f5c2603b7b6be84d00]

        tdf#104507: Add a 'More Options' button to Image content panel
        
        Add a 'More Options' button to the Image content panel in the
        sidebar, which links to the image dialog.
        
        Change-Id: I60892f2e684c521a0830ab7a3960a243b5594c42
        Reviewed-on: https://gerrit.libreoffice.org/34656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [29108b656576d66e336b4bbe623556b4a82fef81]

        fall back to unthreaded scaling if threaded scaling fails
        
        Change-Id: I916bdca4976bcc39d4342dacc9d0aea9a711e1f1
        Reviewed-on: https://gerrit.libreoffice.org/34660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [0107e13069f12cb8a27353e2028bb7513da524e8]

        convert spell menu to .ui
        
        This reverts commit 73f2944618e637762125fabd214b09b4fa50fb90.
        
        Change-Id: Idddd89869d1670cf71e932ccd4dbface30c730d9

2017-02-27  Caolán McNamara  <caolanm@redhat.com>  [e577882476f141d94cede91224805d7a6b009cf7]

        ofz#695 leak in ImplConvertFromSVM1
        
        Change-Id: Ida0d97d9a4e5dfeaf091927c38fa9552a1b87ef6

2017-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e203ca3915e0cee2e7e02b95e78b3f5a8870098]

        tdf#105461 vcl: add text highlight textcase
        
        Fails with commit ee32c7d8083ae1449d6b379034be92995c142da9 (tdf#105461
        PDF export: handle text fill color, 2017-02-01) reverted.
        
        Change-Id: I3628a16d0810e3be3fb352340d06cdba472dcd3f
        Reviewed-on: https://gerrit.libreoffice.org/34621
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-27  Justin Luth  <justin_luth@sil.org>  [51eb2ad7a05938b69aa7874caf17079ed6c19e31]

        VBA: accept the PtrSafe keyword
        
        64bit MSOffice VBA7 requires the PtrSafe Declare attribute
         #If Win64 Then
           Declare PtrSafe Function aht_apiGetOpenFileName Lib "comdlg32.dll"
         #Else
           Declare Function aht_apiGetOpenFileName Lib "comdlg32.dll"
         #End If
        
        Accept this new keyword to enable compatibility with macros adjusted
        to work in a 64bit MSOffice environment.
        
        Change-Id: I9e64cb5339075cdda2ec91e8128fd0a35d458432
        Reviewed-on: https://gerrit.libreoffice.org/34519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-02-26  Khaled Hosny  <khaledhosny@eglug.org>  [af871d02914c9fc6a08079f67b4af71a198e166a]

        Round glyph bbox on Mac similar to other platforms
        
        Core Text API gives us float bounding box that we round ourselves, on
        other platforms we get rounding integers. Try to use the same rounding
        on Mac as FreeType does internally, hopefully this is the same on
        Windows.
        
        Change-Id: I7eb08464b008174270880575c4f3df28ede5c89d
        Reviewed-on: https://gerrit.libreoffice.org/34661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-26  Khaled Hosny  <khaledhosny@eglug.org>  [eb7b03b052ffe8c2c577b2349987653db6c53f76]

        Make vcl_complextext test actually test something
        
        Change-Id: If63fc55722a414388dfda8330cd7de00305567d5
        Reviewed-on: https://gerrit.libreoffice.org/34658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-26  Caolán McNamara  <caolanm@redhat.com>  [0a5f97f2985ec8e51910770d1748203cd4cd49c7]

        ofz#691 leak of emblist data
        
        Change-Id: Ic4231b93fafe73bf87995f226def64f7c9e131c3

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [19403aef11a536e2ecb5589b87a94d3a345512ea]

        loplugin:loopvartoosmall
        
        Change-Id: I06d7d5d7cae13b9b1f62955f53407df8c9001f26

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [a407e4da6564d0ab316d7e0e4f4e876a798181d0]

        loplugin:loopvartoosmall
        
        Change-Id: Ib90fb2c3f4d976dce764d4c91af797351317397b

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [e821f8848f477eb1a58e7e892f34110c6cb51160]

        loplugin:loopvartoosmall
        
        Change-Id: Iedfb57f97a15b17a68a5de8e5efd9ba196864964

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [3ef509a1d9236c6c71e7baa5f7ca7f0a2780fea1]

        loplugin:loopvartoosmall
        
        Change-Id: I4dce711021557e6e0b1fb661285d32292b0478b6

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [8b7036450f46c87f0b6f9ac40ccd69d5a57cac55]

        loplugin:loopvartoosmall
        
        Change-Id: I085d409f3271c5a4d8237fa3e3c4a74bed296acb

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [1b59be1c9076f3d491a8893adc8de37323791db0]

        loplugin:loopvartoosmall
        
        Change-Id: I62c14c2e9d10345b29d133003238df9ce2021f3d

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [5885bc4879c1d33b5271ec127f7f4c7b18706418]

        loplugin:loopvartoosmall
        
        Change-Id: I14ada64d094d7ef147402e37baf4d6881075e914

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [4be9c68b0938619bfc37eacded4a69a56bba6086]

        loplugin:loopvartoosmall
        
        Change-Id: I882f5849aa92757dc08d1a61c0681fb42e515949

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [d9e1313144fee2cfaf402b724654ef3902bf4970]

        loplugin:loopvartoosmall
        
        Change-Id: If080ee083a7531cc744ac35fc4ebd24d037003dc

2017-02-26  Julien Nabet  <serval2412@yahoo.fr>  [6cb75e862cb6d7baaca4e7f553a4afe316281991]

        cppcheck: unreadVariable
        
        Change-Id: Id9d2fbe9b2d4040cc73c401f5558999604acf259
        Reviewed-on: https://gerrit.libreoffice.org/34657
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-26  Maxim Monastirsky  <momonasmon@gmail.com>  [38b051ad4e21127e34ce3865ed4374be0b5cae6d]

        Restore the GetPreferredContextMenuShortcuts method
        
        Because of a typo in GetContextMenuShortcuts
        it was actually unused and removed later in
        7419057e3ec4365748fa6456e207f40fd9e09c62
        ("loplugin:unusedmethods in chart2..svx").
        
        Change-Id: Iab3d8e39ef19e7c6dd7df63db5d2dcfc57007a5f

2017-02-26  Julien Nabet  <serval2412@yahoo.fr>  [e8218371c2fdb8e0828c641aa069ecaa89d649e6]

        Cleanup
        
        Following 26843cea83292632b4ed92dfd1b3da9a46c12995 (from 2008!)
        
        Change-Id: I09713a6c39994d98dfb82c1ee4cc90b7711e7317
        Reviewed-on: https://gerrit.libreoffice.org/34655
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [8828d57dc72514deef8e0df8c4e7f2e90cdce018]

        Clean up use of integer types
        
        Change-Id: I99b9094524ec00231a3471a5373bd164d61bb2da

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [f3e44e417ca3d5e85287860325f06069ec7654db]

        Unwind trivial DbGridControl_Base typedef
        
        Change-Id: Ie58d1e119af6d98b44f67d65ec2586928c1d3360

2017-02-26  Stephan Bergmann  <sbergman@redhat.com>  [febc1161d17c6f6569b9fab98246ad7d6be41221]

        Clean up use of integer types
        
        Change-Id: Ief9b377b4352796e19797c397e677e9f8397cc53

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [4c0040b6f1e3137e0d40aab09088c43214db3165]

        re org things a little to quieten coverity warnings
        
        Change-Id: I97d1e5cce279031cb1d855132cc6695fc4b59c93

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [f1d4c4009644a37f6d7c1981bc79b3bfb47188ac]

        add 602 fuzzer
        
        Change-Id: I91242d4647922be1c668c6a6518dedf7048801be

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [a91dc9ebb4612f476519f119d21d3da077d38023]

        check for SfxApplication::Get means SfxGetpApp is just SfxApplication::Get
        
        Change-Id: I12953d93c81bd60ad27284ac0b62c4435ac9e390

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [a493900e955b126d3393f376fef2ce6afbc1cdb6]

        value returned from particular web server is not valid ascii
        
        $1 = 0x1a24b90 "GET,HEAD,H\205\360),HEAD,POST,OPTIONS"
        
        from this url to a missing resource
        
        http://www.japan-net.ne.jp/%7Enagayama/image/14photo/omoide/0301fuji/01rot-s.jpg
        
        seen during soffice --headless --convert odt ooo26424-5.sxw
        
        Change-Id: If6429dc02ff42bae9372ae39cadf8b49f278f54d

2017-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [71665247aa1855b7f9a78858febfd2d43eeebe94]

        add TINV test case
        
        Change-Id: Ic9b8398d935e32e529252f55fb09fac5e800e578
        Reviewed-on: https://gerrit.libreoffice.org/34647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89b64e865bfb6739be07d1fb0b5dfa5fa3651a44]

        the test implicitly requires pdfium
        
        Attempt to fix build issue found by "RandomCondig" tb build #244
        
        Change-Id: I8b6a0a3d0f812a3220fb0d7d21318871454f7eca
        Reviewed-on: https://gerrit.libreoffice.org/34646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-25  Stephan Bergmann  <sbergman@redhat.com>  [ea4fdc135e879ea6087f3f4a0a6ce0f04b1d1d7d]

        Propagate sal_uInt16/size_t mismatch out of MenuItemList::SearchItem
        
        Change-Id: I31ae81876c541979600ecd25ab7a6e3a0e3b0d0b

2017-02-25  Stephan Bergmann  <sbergman@redhat.com>  [4520435ad59802b6a567b3bb6c77927663be0f81]

        Clean up use of integer types
        
        Change-Id: I06364be5bbbe7862d20ea24ee155cf468f63f0b0

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [283e843be91ef4d727c0815d1b8a0420fd16a7fd]

        ofz: epic slow use of std::list
        
        Change-Id: I790a3098272101fd33f83f21bdcef1bb061efd76
        Reviewed-on: https://gerrit.libreoffice.org/34635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [9bc5d4cdf010091406091875e6c45d975ebc9708]

        re org things a little to quieten coverity warnings
        
        Change-Id: I3bf0840f6428ee8cefd424a486cc2f5fcfda290f

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [2a0ad98ba798a280de649e17fb7212f6b4077917]

        coverity#1371301 Missing move assignment operator
        
        and
        
        coverity#1371215 Missing move assignment operator
        
        Change-Id: Ib595dbab2525ac63d1e4174835876c08adba7a64

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [4aedd51afe0804dc1cbf6cff245aab2a34e04035]

        coverity#1401470 'Constant' variable guards dead code
        
        Change-Id: Id153577c0f8e3c3c396ad8fa0f657e9df1ab8166

2017-02-25  Caolán McNamara  <caolanm@redhat.com>  [18eaf0c50a12fba45d26829cacc0cc69d9498a9e]

        fuzzers need liblangtag now
        
        Change-Id: Ia18ec10e0581078a22a2eead92e835dda232ef0d

2017-02-25  Matúš Kukan  <matus.kukan@gmail.com>  [9cbe69f1950115e47af693bd78fc78f96f9b508e]

        tdf#104222: Put expensive debug code behind #if again
        
        dump_pset calls very expensive SdGenericDrawPage::getPropertyValue
        doing something with GDIMetaFiles.
        
        (regression from 5c7ce42dfc35d9cceef5f05a96e813b4e3913d38)
        
        Change-Id: If39e9a451c87754343d77c8a1f840153c6b9de80

2017-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2b3e1ce39edc5a164ffe42b2e8d49191a71cdaca]

        add CHISQ.DIST.RT T.DIST.RT testcase
        
        Change-Id: I146e08bbe6984db0fba9e5da93db8ce8d0ef5826
        Reviewed-on: https://gerrit.libreoffice.org/34630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-25  aleksandar-stefanovic  <theonewithideas@gmail.com>  [e792eb52160a16cff3a04d9713e023230247e7c3]

        Moved navigation items to XML
        
        I made them add programatically before, because I was unsure
        whether the list was dynamic, but when I found out that the five
        items on the list are actually static, I realized that it's better
        to declare menu items in XML, because of the performance and
        readibility.
        
        Change-Id: I044abe356e51b26ac13328fcf451cabc9e70a3ea
        Reviewed-on: https://gerrit.libreoffice.org/34342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-25  aleksandar-stefanovic  <theonewithideas@gmail.com>  [faeb982d2fc208a5beb22f75185b93bc3724ce03]

        Fixed text alignment in list
        
        Changed text alignment in file browser to not center horizontally,
        because it should be glanceable and therefore should be left-aligned
        (ideally the start-aligned).
        See https://material.io/guidelines/components/lists.html .
        
        Change-Id: I383141bc2f49b63927c136d911f50cfd15bdef45
        Reviewed-on: https://gerrit.libreoffice.org/34290
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-25  Stephan Bergmann  <sbergman@redhat.com>  [0203b6be4bb397165d7c6c354e75409164a0e360]

        loplugin:loopvartoosmall
        
        Change-Id: I8c2fcdbcfaa8ebf83a80fb99701096982b564ef1

2017-02-25  Stephan Bergmann  <sbergman@redhat.com>  [64b68e98d215f98f72fd6493b62517ab9984a8d2]

        SvTokenStream::nBufPos should be sal_Int32
        
        Change-Id: I929bb6e35a125674b1e65f00e77785b59ae6d2a0

2017-02-25  Stephan Bergmann  <sbergman@redhat.com>  [5222dd86dd3516c106a2e77e77885e074e1f7577]

        loplugin:loopvartoosmall
        
        Change-Id: Ifd83cb180072304511ad8eb031dcf2a867e97e62

2017-02-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8d5086d571c8565c63717a163cbfc00ef6f15d20]

        add CHISQ.TEST,CHISQDIST,CHISQINV,CHITEST,SEARCH test case
        
        Change-Id: Ib0fcb9756049bc741b21fb608e1985c1f7c6e7d6
        Reviewed-on: https://gerrit.libreoffice.org/34631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73f2944618e637762125fabd214b09b4fa50fb90]

        Revert "convert spell menu to .ui"
        
        This reverts commit 51d5cb5de245245fc7a3498cf87743d33eede525.

2017-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c63ff2a769f4601f67ffd13cb36df63c70fdd601]

        xPoolHelper is empty in a clipboard doc
        
        Found by the crashreporter:
        http://crashreport.libreoffice.org/stats/signature/ScDocument::IsClipboardSource()
        
        Change-Id: I3fb030921b653396deb46a9e98d30d5df9c9ce15

2017-02-24  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7a66f9491cd9f07d365c5f8b6b49f6e200e2f9ff]

        ChartDumpTest: Convert test docs to use Liberation Mono font
        
        Liberation Mono is a bundled, monospaced font, which
        is better for testing, shows smaller differences.
        
        Change-Id: If56597cede90fc81c722a69fd71e099d22a65d1f
        Reviewed-on: https://gerrit.libreoffice.org/34618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-24  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [a1b1ed766d1110acf843b807d554f9375963234c]

        tdf#50916 Allow dynamically increase number of columns according to needs
        
        Change-Id: I08b1d70b6aafb01738bb5dec3f4eafd7b21e6bb5
        Reviewed-on: https://gerrit.libreoffice.org/33724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cffa23b8d0c0b2d660505a11784addb7715a9937]

        fix crash in pdfimport
        
        Found by the crashreporter:
        http://crashreport.libreoffice.org/stats/crash_details/2eaeda85-849d-4098-b215-a8e64fe82089
        
        Change-Id: I113f4dfc4a4f45511102c417d39fe15db6050daa
        Reviewed-on: https://gerrit.libreoffice.org/34628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ece3c97ca6c9aaffbf9dd51785ae2f1d4d3e2c9b]

        prevent crash in PaletteManager
        
        Found by the crashreporter:
        http://crashreport.libreoffice.org/stats/signature/PaletteManager::ReloadColorSet(SvxColorValueSet%20&)
        
        Change-Id: I82c5e3f7588615700ec3b5540ac94e331df783bb
        Reviewed-on: https://gerrit.libreoffice.org/34627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [d1ef5f86a251b95bee37725a01f54b1d8d020fc3]

        Updated core Project: help  a43b8eb31d44f4a3193029f7593281152ed2e5f9
        
        update helpids for .ui spell menu conversion
        
        Change-Id: I89488bd75c33fb732e780c5ffc45888815c0615b
        

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [51d5cb5de245245fc7a3498cf87743d33eede525]

        convert spell menu to .ui
        
        Change-Id: I96a4b852fd396883385d5e2d43728dc8c2b20ce3

2017-02-24  Eike Rathke  <erack@redhat.com>  [49e6d5e49673011149c94788a86cf899a54a8085]

        update to language-subtag-registry-2017-01-20
        
        Change-Id: Ia62815e19b3414b6ba78c70ccb2520a0836b22c4

2017-02-24  Eike Rathke  <erack@redhat.com>  [6db32fab2ecdf94bbbfc8efdb10a105aaf3a0fbc]

        adapt comment to reality
        
        The code now does what the original questioning comment suggested.
        
        Change-Id: I359c99a30d2e6822fe9164bb9f903876095c9f6f

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [a14efb9b2c9d0235c5cac1879068a02b25da9b31]

        start to get make fuzzers working again
        
        Change-Id: I36dc621e8a69bf6d22fdce62bb7de6c18208931d

2017-02-24  Eike Rathke  <erack@redhat.com>  [9f77a73e2da7da51b318699c477aa071c0b8c324]

        grml.. and do that right
        
        Change-Id: I71bc423bde1f7df576175120741c8a08100b08dd

2017-02-24  Eike Rathke  <erack@redhat.com>  [7c6902cf8f19fc944c6d9e66cdb27887961301a5]

        replace a leftover OSL_DEBUG_LEVEL >1
        
        Change-Id: Ic5e5e72a2c79e68752c3108de9f3722fbcb8e7b3

2017-02-24  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4b8cb3e3b9c597108697f46bcc93045b06cc0633]

        ChartDumpTest: Add a minimal test showing text size issue
        
        Change-Id: Iea0f7f6cfaee546c3478b936053659b3ecd27e6c
        Reviewed-on: https://gerrit.libreoffice.org/34617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-24  Stephan Bergmann  <sbergman@redhat.com>  [653a3c259905a1d05b471423821bc83da7f9ef20]

        loplugin:loopvartoosmall
        
        Change-Id: Ic85a715e11bc1eac531fa23e8b4a9b6c6520b862

2017-02-24  Varun Dhall  <varun.vd1994@gmail.com>  [685767dbe7dc6677eaee8edf3c9f94105705fafa]

        Added Test for EditEngine - Copy/Paste using Legacy Format
        
        Change-Id: I3153010f4e327abd2ef48bdefa50ade1c0ba2f81
        Reviewed-on: https://gerrit.libreoffice.org/34552
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-24  Stephan Bergmann  <sbergman@redhat.com>  [f21994e7a240563283b7a17dcb435ce7c5156b60]

        Make JVM -Xrunjdwp option work on macOS
        
        I hope loading the jvm library as SAL_LOADMODULE_GLOBAL has no negative
        consequences (at least, there is prior art in the LINUX case already).
        
        Change-Id: If18b65bd96f7205fdf9fd41389e64e786c15af16

2017-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [58eac1105f8504bd5320911fc6fe967ccaa3d469]

        vcl: add initial CppunitTest_vcl_pdfexport
        
        Invoke the PDF export filter and then use the PDF tokenizer from
        xmlsecurity to assert the contents of created PDF file. The testcase
        fails with commit 6db0f1feb1d9931d2726dd11a889c58815710ce0 (tdf#106059
        PDF export: create a reference XObject for PDF images, 2017-02-22)
        reverted.
        
        Change-Id: I90526fef41d9560ae447f586df766bc50a491c43
        Reviewed-on: https://gerrit.libreoffice.org/34609
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [3cc3dc176e00062d8395d9f3d83b49ab24542a61]

        hwpfilter needs a new filter for each document
        
        setUp is called just once at the start of the sequence of loads
        so we're reusing the previous import state which isn't what this
        filter expects
        
        This reverts commit 0af436083e12516eb9251d4cc6f594f80ed06d3d.
        
        Change-Id: Iae355ed6099086fd3cc1c79203786017507d4ed4

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [3a74745367a73ed9351379fc32bbe9253cdae697]

        vector::data seems more natural than &vector::front
        
        Change-Id: I0ce48075ad186cf1f9bd3e13fa76269fa9819af1

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [c9126dfbabcde1bf8b157942a5f5134ad547b957]

        &front may not be null in empty vector case, but that's not true here anyway
        
        Change-Id: I6cd89c7e081dada7fb7a179ecd8aa65e98ed13a9

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [6ceaec7396d3f8246fa104855eb10aff840d86c8]

        no need to take address of front()
        
        Change-Id: Ib952e480c486f8ffeb6a4383a192edde005c3c4f

2017-02-24  Khaled Hosny  <khaledhosny@eglug.org>  [8dc27a0bbf74646969074414c071410ad7d07b74]

        Always enable liblangtag
        
        The license should not be an issue any more since liblangtag now has an
        LGPL/MPLv2 dual licence.
        
        Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab
        Reviewed-on: https://gerrit.libreoffice.org/34511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-24  Eike Rathke  <erack@redhat.com>  [2793561bb6dd439a8010780e9bb58572ccac99e1]

        correct description
        
        Change-Id: I830e81985243e7a552716ede163466bf7adfcd9a

2017-02-24  Eike Rathke  <erack@redhat.com>  [5d9f7548bcf842c613c26e5ab192199b415e6004]

        a first stab against the note caption ownership mess
        
        This should not change any existing behavior, but may help tracking down
        what happens where and when. The final goal is to let ScCaptionPtr also
        handle deletion of caption objects once they're unreferenced and guard
        against dangling pointers and double delete, and/or to manage transfer
        of ownership to the drawing layer. Further improvement to the structure
        could involve a head data element so that the duplicated (and unused
        except in head) mnRefs field could be eliminated and the walk simplified
        when removing an element from the list.
        
        Change-Id: Ifbb2fb1d9dc4d2594a1eae2a8489270dd1fe0d0c
        Reviewed-on: https://gerrit.libreoffice.org/34616
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-24  Eike Rathke  <erack@redhat.com>  [860527e009c7be978756aed876504d5f0a0cabe7]

        maybe try ROUNDSIG(...,9) ...?
        
        Change-Id: Ib72c2776c54f905f369be756a4a14a25c3149616
        Reviewed-on: https://gerrit.libreoffice.org/34615
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-24  Julien Nabet  <serval2412@yahoo.fr>  [41f95c4a35a6335e9edb2f51c11d136d88bd0749]

        Remove SC_DPOUT_MAXLEVELS limit in Pivot
        
        by using vectors instead of fixed arrays
        
        Change-Id: I4bd070e05ccc464c80722ffd05e70b7acac17d5f
        Reviewed-on: https://gerrit.libreoffice.org/34408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-24  Mike Kaganski  <mike.kaganski@collabora.com>  [237685fdfad448ddb8493c6c8162f7db085ec45c]

        Restructure sprm value definition using ispmd, fSpec, sgc, spra
        
        ... from [MS-DOC] documentation.
        This also makes operand size explicit.
        
        Change-Id: I5adb439a5b26f4692a2152433279b0baa77ed00a
        Reviewed-on: https://gerrit.libreoffice.org/34612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-24  Mike Kaganski  <mike.kaganski@collabora.com>  [2213bfefb347e3ee00274714ee25ead97be55537]

        Rename sprm ids to match [MS-DOC] documentation
        
        Change-Id: Iab5b7c10c635dfdf832df3d0864939a7984282d1
        Reviewed-on: https://gerrit.libreoffice.org/34599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [40e55cf24dd30acd6d928cd764bc597dd11f5fad]

        add hwp fuzzer
        
        Change-Id: I07fe351a182328f9ef98cb9866529637a6688c64
        Reviewed-on: https://gerrit.libreoffice.org/34570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [71a84b69ae30458a941f38869aa994118051a063]

        Resolves: tdf#106123 store and restore the PaM around the menu Execute
        
        because the loss of focus in the current editeng causes writer annotations to
        save their contents, making the pContent of the current EditMaps invalid
        
        Change-Id: Ic01379291fa66dd58246d33287b18801f5da49c0

2017-02-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [6017732e0bc2be82e6a2be3bfd0b090b7904e29a]

        gpg4libre: include also plain C headers from internal gpgme
        
        Change-Id: Iddae7a3e664273b53a49450527f55814a9ef6f55
        Reviewed-on: https://gerrit.libreoffice.org/34610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-24  Michael Stahl  <mstahl@redhat.com>  [bdef778d322a0d0c0d87dd476888e818487dcb3a]

        sw: re-add handling of Center footnote alignment
        
        ... that was erroneously removed from SwFootnoteContFrame::PaintLine().
        
        Fixes the assert when loading tdf96579-1.odt.
        
        (regression from f052855343430327d3f92a66e14e9a445ee5fa0a)
        
        Change-Id: I33549bea3e5954fc347b05aa713e5982cde401ec

2017-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7737457558cafe35c2efe613b4be8ad7abe50dea]

        xmlsecurity PDF verify: handle multiple startxref in the last 1024 bytes
        
        Usually this is not a problem, but it's easy to construct a document
        manually that contains multiple startxref tokens at the last 1024 bytes.
        Make sure we read the last of those, not the first one.
        
        This is triggered by an upcoming unit test for tdf#106059.
        
        Change-Id: I94fbb5d407c4a03b7c2c6e207200127bb374e750
        Reviewed-on: https://gerrit.libreoffice.org/34607
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-24  Tor Lillqvist  <tml@collabora.com>  [b61a2db728d96e2b65cc37f917e7028ce62ddb10]

        Similar to 3386519e7e1d15263b53e07f984b9022c3dcddfd
        
        Change-Id: I5ca799cf3a383c4a76f2ee81387f8040c176d046

2017-02-24  Michael Stahl  <mstahl@redhat.com>  [21f8277c6d58eca236fad490ca0b8080a2d21a8c]

        Revert "oss-fuzz runs under docker"
        
        This reverts commit 210f594773455bf49d1cf116f1c48ccf74cb26b4.
        
        Just disable the check if running inside docker
        
        http://stackoverflow.com/questions/23513045/how-to-check-if-a-process-is-running-inside-docker-container
        
        Change-Id: Ib11a2ccb7f0b2bd5e174b9b3adaf8a28474f2908
        Reviewed-on: https://gerrit.libreoffice.org/34544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-24  Tor Lillqvist  <tml@collabora.com>  [3386519e7e1d15263b53e07f984b9022c3dcddfd]

        Bin pointless macro
        
        It is hard to see what the programmer thought the gain of using this
        macro was.
        
        It is not any shorter than its expansion. It is also repeated on every
        one of the lines in question. If such a macro would be useful,
        shouldn't there be some more global place for it, and shouldn't it be
        used everywhere then? Why come up with that convention just for this
        one file? Etc.
        
        But yeah, I guess the programmer was guarding against mistyping
        com.sun.star in some of the lines. As if all those lines would have
        been manually typed in character by character anyway.
        
        Change-Id: I2e4354363181ffa55e0a51832e9799f616a7c9f1

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [b1a1bdec2d667225ae4c8137c447f9080bafbe5c]

        ofz: slow unit
        
        Change-Id: I482a6c95810d03e47a5be18e6b45ee4db19f56e4

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [c7cf94f70f4673b1f6933dbd28cbd89ab459fc45]

        clarify this code a little bit
        
        no logic change intended
        
        Change-Id: I620822e71386bae05312474423c22b84d8608cbd

2017-02-24  David Ostrovsky  <david@ostrovsky.org>  [2f6f58a06260029e3ef784956114a730d5790adc]

        configure.ac: Add missing result message
        
        Change-Id: Ib5d84e67d36e41d20e137ce96ce66f758b110198
        Reviewed-on: https://gerrit.libreoffice.org/34596
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [f3ba1e9f8fddbb50f58fdccdeaea62e0d6f468a2]

        rtfrow-crash.rtf throws a o3tl::divide_by_zero
        
        from writerfilter/source/dmapper/DomainMapperTableManager.cxx
        
        Change-Id: I69fca8376166850cdedbc7c2b3908d7336e8bed9

2017-02-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [e146741ec96292ef092c6eebfd7fe18fa5ca3cc0]

        better fix for tdf#103830
        
        the first fix in commit 3a404ea870f1eed86f9765447ce0a364d39ae8f8
        did not take into account that this a multimap, not a map.
        
        Thanks to Aron Budea for spotting that.
        
        Change-Id: I86d2d2a9d6cb08fd3cee3965a5b787d5691f0352
        Reviewed-on: https://gerrit.libreoffice.org/34604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-24  Marco Cecchetti  <marco.cecchetti@collabora.com>  [288d694ff695ef83cbe4224db87dd65281c75a8f]

        LOK - Calc: Text is not visible in cell when entering numerical input
        
        Problem
        The issue occurs when you double click and enter a numerical input in
        a cell which belongs to one of the front colums.
        
        Findings
        After a bit of investigation I detected that the problem shows up when
        the spreedsheet width is increased by invoking
        ScViewData::SetMaxTiledCol.
        Indeed the problem occurs whenever the spreadsheet width is larger
        than 2^16 twips.
        
        Solution
        By changing the type of some variables from sal_uInt16 to long in all
        involved contexts, the problem disappeared.
        
        Change-Id: Ia6c6c258b0644f03c897e7b4bcaded967f21537c
        Reviewed-on: https://gerrit.libreoffice.org/34597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [91242645788f4a5806dfc2a8cf4918acda9ca9a6]

        coverity#1399161 the explicit Font::SetLanguage is unnecessary here
        
        the new language is set from the font this is a copy of, and has
        already been copied in the copy ctor
        
        Change-Id: I7c0f1bab56aefc7b4e7e66660a16596fcfa48c2d

2017-02-24  Caolán McNamara  <caolanm@redhat.com>  [30847af56329975a8b6afc5c59991aae8f868d2e]

        don't have to create SfxApplication if it doesn't already exist
        
        Change-Id: I3ade4e2c2513f334217a85c676ada93c5ed683ff

2017-02-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [48e83f7be240cd0af5b9f1ee5b87c4d9376c102e]

        makeAny->Any in cppuhelper..cui
        
        Change-Id: Ia54e6e9b71df68bd04c304a0bb02da8ebac74420
        Reviewed-on: https://gerrit.libreoffice.org/34603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-24  Szymon Kłos  <eszkadev@gmail.com>  [3422dfc1b61c15d7d3a6b0e1ee16c50457946cc0]

        Notebookbar: Better resize support
        
        Change-Id: I0bb5a5600be60a68e53132f2c3c42f79c958b2b3
        Reviewed-on: https://gerrit.libreoffice.org/34491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-24  andreas kainz  <kainz.a@gmail.com>  [c2a9e9abdc3df4a9e5bf5e3fc43a73d5847996ac]

        update notebookbar menu icon use a burger icon
        
        Change-Id: I154e8f10270ec59b4e72cb48ea9f2777a06343d7
        Reviewed-on: https://gerrit.libreoffice.org/34595
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-24  Stephan Bergmann  <sbergman@redhat.com>  [a4d091485c1cc59a35fb3df17b23a9e10cf9c311]

        Blind fix for MSVC 2015 error C2664
        
        after f28672a077375a360879ad34edfbd06b611ea6d8 "don't inherit SwSpellPopup from
        PopupMenu"
        
        Change-Id: Ifb40410d33ac0d782bee6e00e287694a0aded152

2017-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [89e339fc1937b7de0d0e1f4ced802db7b4a68a9b]

        vcl PDF import: there is no PNG encoding here
        
        It was a copy&paste error from xmlsecurity/workben/pdfverify.cxx, which
        does PNG encoding.
        
        Change-Id: I7b5108a7cddffdc859276b656a6e1168f23d3863

2017-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [28974126aa02d98b1808fd8fc01bc45f9a407a90]

        libreofficekit: adapt README to reality
        
        Change-Id: I7098e5c304a0fa945e3d3ba794be2b7932788c74

2017-02-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a404ea870f1eed86f9765447ce0a364d39ae8f8]

        tdf#103830 Form field names not update in python macro
        
        regression from commit 5f15cc01b31ccaed0c6482a36556dece084ce302
        "new loplugin: use more efficient find() methods"
        
        Regression found by Aron Budea.
        
        Change-Id: I0e84376dfd754738de97882979058f86c2476bd6
        Reviewed-on: https://gerrit.libreoffice.org/34600
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a5f1d2a3d5595911f5d59163a0750051e83cacd]

        external: update to pdfium-3021
        
        Change-Id: Ie6bbf7dd0418987a82e44c93b076aa443c00f171
        Reviewed-on: https://gerrit.libreoffice.org/34588
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-24  Stephan Bergmann  <sbergman@redhat.com>  [6502c53d5fd907fee82eb9ed58503c04739f339a]

        Oh, those are called Updates, not Service Packs
        
        Change-Id: If6cfe913445e8855eab3736d9abc63d7e152b361

2017-02-24  Szymon Kłos  <eszkadev@gmail.com>  [6d1e22a9b8c197673f43dcb00f3270dae812c8ae]

        Make ToolbarMode's "IsExperimental" property non-nillable
        
        Change-Id: Ia83776d7ee23fa56c0fc541c228c68b1832c3d11
        Reviewed-on: https://gerrit.libreoffice.org/34585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b65f742d7a3d843570c75ffcab99d5029b01a772]

        fix inverted warning logic
        
        warning says the item pool is not empty,
        so test item pointers for not null.
        ever since initial commit cf7e1f9cc99e7c260cfab823f2c47f56035bdbd0
        
        and make warning more descriptive by adding pool names
        
        Change-Id: I3a8a6ca69e319d01418eac527b15f61adfd0fb13
        Reviewed-on: https://gerrit.libreoffice.org/34589
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-24  Justin Luth  <justin_luth@sil.org>  [1dadd312e5cb3c95f1e3cd5a1776830b7056bc6b]

        tdf#105490: writerfilter exception - ULSpace must be >= 0
        
        Instead of a minimal margin, default margins were being applied
        because an exception was thrown when trying to set a negative
        value to top and bottom margins in SvxULSpaceItem::PutValue
        
        Change-Id: I0a9fc2c7cb996efbd26abfdbed27ea0bcb86d9a5
        Reviewed-on: https://gerrit.libreoffice.org/34598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-02-24  Maxim Monastirsky  <momonasmon@gmail.com>  [fe7c8e4ec1990f33d325d3fcabdce30ef4f74465]

        Closing popup menu should close the parent toolbox
        
        ... if that toolbox is in popup mode (e.g. shapes toolbar
        dropdowns, or the toolbar overflow floater). Same behavior
        was introduced for non menu based dropdowns in
        81d4fbc0daa54889ccb09e6a3fadff9c70d99448 ("tdf#42029 Use a
        floating toolbar to show clipped items"), and is similar
        to what we had already in ToolBox::Select, i.e. when the
        user made a selection, the floating windows should close.
        
        This must be done before executing the menu selection
        handler, because such handler might execute stuff
        synchronously (e.g. MenuBarManager::Select), and if it
        will open a modal dialog, the floating toolbox will stay
        visible after the dialog shows.
        
        Change-Id: Ie93e71fa4dea80ba444aebccacf6adb926a39224

2017-02-24  Maxim Monastirsky  <momonasmon@gmail.com>  [6dc453db7ad693cd960170c35245929ea539ba15]

        Adapt insert image label for the context menu
        
        ... after commit fde6bbe41d3d8e13b6d3dc3f18e5ddcd10cfe5f0
        ("right click to insert image"), added .uno:InsertGraphic
        to the slide's context menu.
        
        Change-Id: Ib801899c17cc4f765f46fd4b8884e6b57b455f6d

2017-02-24  Maxim Monastirsky  <momonasmon@gmail.com>  [89c05973ff57eea1bc6c9cdc9e7dc13796e7d339]

        Remove the intermediate xModel variables
        
        And make sure to check for a nullptr xController
        in GetBitmapForCommand.
        
        Change-Id: Ib62bc06d0708847cfec54a71209cf68a4c32a50d

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [a8538f0774bd0fabf6012d735d1e86b3ff1c291f]

        When using MSVC 2015, require at least SP3
        
        Change-Id: Ia5495f2eedfdbc9e42e06d95657bc01e3904b7e7
        Reviewed-on: https://gerrit.libreoffice.org/34594
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [5d6b5bb57bb82a0dc480ca2ea17da5396f598af7]

        assert on export of ooo59665-1.sxw to odt
        
        rSecondStart.nContent in this case has no m_pIndexReg
        
        just move on with our lives wrt this sorting
        
        Change-Id: I9642c5d345dabd02f3feea83bc2ffbf3f7adb082
        Reviewed-on: https://gerrit.libreoffice.org/34336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-23  Eike Rathke  <erack@redhat.com>  [029d55f91983e39297bd8b8dbdda16393724f6e2]

        let's try if using the new ROUNDSIG(...,12) helps
        
        ... against sporadic tinderbox failures.
        
        Change-Id: I54dab5665575802b5fe9051d215399c3554e8fd8
        Reviewed-on: https://gerrit.libreoffice.org/34578
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [58659cbaa8c955b135737bf9d77e4e57813310e5]

        Resolves: tdf#106159 right click + left click with comments in navigator
        
        results in a disposed submenu in the menu, we need to flag with bSubPop4
        that we have inserted the submenu into the parent menu to not dispose
        it
        
        Change-Id: I5b9711c0bba750c11d64dc175efd452f4bc8f4e5

2017-02-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [baee96e04a3e6b717a23b4e8744ab781ba60a4ce]

        Remove commented out code
        
        Change-Id: I1da07c52380e543b80c7725a8420c1927743257d
        Reviewed-on: https://gerrit.libreoffice.org/34587
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3788d6a264b8716fde4a73f2a34bb9b24e1f57d0]

        Remove commented out code
        
        Change-Id: I36e5f4072ac52a3073d13e4ad5185ead7611e722
        Reviewed-on: https://gerrit.libreoffice.org/34586
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [35f3759e5ca44bc7bc8f275833e1be54494c5ff3]

        There's no way to create an oslVolumeDeviceHandle for unx
        
        ...so the functions operating on them can all just return osl_File_E_INVAL. (The
        way to create an oslVolumeDeviceHandle is via osl_getVolumeInformation storing
        it into oslVolumeInfo.pDeviceHandle.  But the unx implementation of
        osl_getVolumeInformation never sets that, so it'll stay at the null value that
        callers must initialize it to.)
        
        Change-Id: Ibabd89e8f9de0892a0e815d30b6397f869e7df70

2017-02-23  Michael Stahl  <mstahl@redhat.com>  [f1bd815f60c78495259ae19ea68eacdb8b43a9e8]

        sw: fix cursor backup in SwXText::insertTextPortion()
        
        If the inserted string contains "\r", such as when importing
        lp556169-2.rtf before the previous fix, the given cursor has one of its
        positions mangled because its nNode will be on the new node, but the
        nContent that is restored here is on the old node.
        
        The invalid cursor causes an assert in the subsequent SetPropertyValues.
        
        Change-Id: I73a2e6ecd02ccf75f7b9ffd89d90ae1e3a93ceb2

2017-02-23  Michael Stahl  <mstahl@redhat.com>  [10e733908038407791f9c14af2a86417cc4a653c]

        writerfilter: RTF import: hex-escaped \r and \n create paragraph break
        
        ... in Word 2010, while the spec doesn't say what they do.
        So just handle \'0d and \'0a like \par.
        
        This fixes an assert failure on importing lp556169-2.rtf, where
        insertTextPortion was called with a string containing "\r", which split
        the paragraph and that messed up the SwPaM.
        
        Change-Id: Iee8b5b47e15d18232de841adfbc9c6498727c384

2017-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [78e25558e86188314b9b72048b8ddca18697cb86]

        tdf#106059 PDF export: create a reference XObject for JPG images with PDF data
        
        In case the bitmap is large enough, the bitmap for the PDF image is a
        JPG one, not a PNG one. Handle this case as well.
        
        Also stop compressing the PDF data: Adobe Acrobat gets confused when the
        second bugdoc is compressed and it doesn't provide much as most of a PDF
        is already compressed anyway.
        
        The rest is just refactoring to decouple the reference XObject code from
        PNG, to be able to use it for JPG as well.
        
        Change-Id: I5314a39b0f6d8c6493ecb36a0c588c895f5a70ee

2017-02-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [aa8efc72d43c2000cb3b5571fdc6b48617eb9b94]

        tdf#101652 No infobar when doc attr is readonly
        
        One can set the a document attribute to open the doc read-only.
        In this case the read-only infobar should not be shown.
        
        Change-Id: I92b78dc3e20ccf0d258cdf3e4a79530f87a2e311
        Reviewed-on: https://gerrit.libreoffice.org/34581
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [544104b957e72cfb5701cd949bca5184324d20ed]

        Simplify logic
        
        Change-Id: I4d2e94bb050f163cc691fda90be9dccbd2ca5e5f
        Reviewed-on: https://gerrit.libreoffice.org/34580
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [0af436083e12516eb9251d4cc6f594f80ed06d3d]

        remove test for the moment
        
        Change-Id: Ib583e336f5ba560b9c1648291853b14582446ee3

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [69dfa8af78cdd9818c9e472552db290870dddc47]

        m_nExtStyle isn't used in gtk[2|3]
        
        Change-Id: Id03d0ee0d4aa29df85c7fcbcb59e1f769b63862f

2017-02-23  David Tardon  <dtardon@redhat.com>  [c4be2f6eb037af5d15c0cff913f96c68a41b4473]

        quote this properly
        
        Change-Id: I0c90c1c0396558a29f59b1fde8309bbeb15d1fb6

2017-02-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [f41fa22311ededa2fe8efea70f9d65e276239f6f]

        gpg4libre: Fix build by s/gpgme/gpgmepp/ on multiple places
        
        let's see if it appeases the tinderboxes
        Change-Id: Icfe97381395f5554d51cfb52289b3de89abbbb68
        Reviewed-on: https://gerrit.libreoffice.org/34569
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [5446a434b4302f1ab3bca70927ac376111a4743e]

        Silence -Werror=format-overflow
        
        Change-Id: I09abf54d67d0033ff3f8d61498ab094745c2081b

2017-02-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f827e119a34e7c1d1a31911f226f02dd64e05410]

        Reduce indentation
        
        Change-Id: Ie4578e45205ebf206a752651901f488a7edd648d
        Reviewed-on: https://gerrit.libreoffice.org/34541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-23  David Tardon  <dtardon@redhat.com>  [d132f85faddbbfc640d6d9cba2b8f62e2adfc207]

        add upstream URL to READMEs
        
        Change-Id: I9cde5f94c81c59ff99b8f5af9765b94b6f57184a

2017-02-23  David Tardon  <dtardon@redhat.com>  [3f69d7b8f5faed61c3d904b865919f0a3347e77b]

        update upstream link
        
        Change-Id: I1ef0e9079c7af6eddae3e3dae11ca8c3899fd59e

2017-02-23  David Tardon  <dtardon@redhat.com>  [a3f2bf61d93c3f599ed24039632055c4dbdf80e5]

        change intervall -> interval
        
        Change-Id: Ib211619428f16304603d9c0a9fce0b22dde2a617

2017-02-23  Mark Hung  <marklh9@gmail.com>  [baf043318e83e768abe4ed7ae1c45bb75c0197e3]

        solenv(gcc-wrappers): remove trailing space of includepath
        
        Change-Id: Ic14140f197a2c5e1632fd27cfae38ca4eff9bd8c
        Reviewed-on: https://gerrit.libreoffice.org/34562
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [a438651d2b94f14a2a0e54024f69280917df37b5]

        ofz: don't loop endlessly on failed skip
        
        Change-Id: Ibc105d8156e1b1ddf22948fb02165f8d03b4cfd5

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [cd23b010a2531c86ee7ec70c80ca6afb01f85ab8]

        Don't check HAVE_GCC_ATTRIBUTE_WARN_UNUSED on MSVC
        
        ...where -Werror -Wunknown-pragmas command line arguments will trivially make
        the test always fail, anyway
        
        Change-Id: Iae5534054331d41508f39d5cf141803ab5bc8ba7

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [f89f9aa6adcc5af5adff7ba1c589734c73ed80ab]

        With GCC -std=gnu++17, dynamic exception specifications cause an error
        
        ...instead of a warning (as with Clang), so this follow-up to
        e16644fa1c042b56a1301f0476d7ddb71c8765ea "external/mysqlcppconn: Silence
        -Wdynamic-exception-spec errors" patches the (few) dynamic exception
        specifications out of external/mysqlcppconn completely
        
        Change-Id: I83a42f1c09e60c15fad1564cf7c42eb3370485da

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [9d2721b1bb1256446a89ae8ab8f31f7f780d500c]

        -Werror=register in external/lcms2 (GCC -std=c++17)
        
        Change-Id: Ic0c7fe636f8153f221c0bc221c547f23b0e780a2

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [73a9502ce8d06d729d8070721c4fc53c4e2b13dd]

        Don't pass shared_ptr by value
        
        ...to avoid having to generate a temporary in e.g.
        SwXParagraphEnumeration::Create (sw/source/core/unocore/unoobj2.cxx), and thus
        to avoid <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79679> "[7 Regression]
        [C++17] Missing destruction of temporary within constructor's
        mem-initializer-list"
        
        Change-Id: Ifaa5a6d0e9baa77a19752f54e7765783139bea95

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [280cd27dbdab438e63ecb2599ab5dd20e04d71d5]

        -Werror=format-truncation
        
        Change-Id: I1b27289724389018bd4048573e8c8e4cf28eb983

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [ee619fb344c7e8f491e09bd256df7f8567af9bef]

        ofz: don't read data that isn't there
        
        Change-Id: I7fdcb78bde8f650c1a57d34177d8993a6d8a0a2f

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [46b1b5dd2a5368663fd56434160fa126f1a54d84]

        make this a little clearer
        
        no logic change intended
        
        Change-Id: Ibfc46d0aba9e220be54270734e0cdfbc123be9a5

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [840ad0a88045021c58644404a099a3678a371020]

        improve scoping
        
        Change-Id: Ic79d46da4e322a0f52981c3a3df65f7f0294fdd8

2017-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8a277479f2cbbf46cf74e74ad16f890fd21dc91]

        xmlsecurity: clean up leftover signaturetest
        
        Which is not even built since gbuildification.
        
        Change-Id: I5fbacc32289c4a534d49ca9042cca4e40fa53815
        Reviewed-on: https://gerrit.libreoffice.org/34565
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [59a63d8161b4948766c075224599ded44b01d3ce]

        In Java, css.uno.RuntimeException doesn't derive from css.uno.Exception
        
        Change-Id: I83850db6e3f3ac87d52e75f122ba2b6bba3905b9

2017-02-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [aceba1e1af7ba63d29f35022741d3c764df63983]

        gpg4libre: We want to use C++ library instead
        
        in particular, the one from gpgme project. configure check is set
        up in such a way that it will fail with older gpgmepp that depends
        on KDE development packages.
        
        This means Linux distros released before 2016 have to rely upon
        in-tree version, but such is life ...
        
        Change-Id: I5cdceffad6e81643603fcdee57a7656218f76834
        Reviewed-on: https://gerrit.libreoffice.org/34130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [a9b4c7b31da1b98280203c61d58261d1ffbb8b77]

        Use more conventional TRUE for KDE4_HAVE_GLIB
        
        Change-Id: Ic0d9177a6f07f5dbe4138e9a1a7cab1389dee97c

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [e52ad7191cc85938ff9338e8c18324bc42a80caa]

        Use more conventional TRUE for JAVA_CLASSPATH_NOT_SET
        
        Change-Id: I3e782f9b7ae54a60ca0e71e66d7fb287837f47d7

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [78a2e5b5c59c2f3a3e117a098dbbcf518fba2e85]

        HAVE_GCC_PRAGMA_OPERATOR is only needed as AC_DEFINE
        
        Change-Id: I1f1978bbc8c38a7d5504fb86b8a716cbbc01c830

2017-02-23  Caolán McNamara  <caolanm@redhat.com>  [3a70e0f1b9613c39d97ea315d6980735022667e9]

        ofz#663 leak in svm comment reader
        
        Change-Id: Ia72da932d7927a143f1b3901d46d610a51fa551d

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [63cad601f3ac1d2417937951e257f996d1737300]

        Stray "LIBS=$save_LIBS"
        
        copy/paste error in 0032fc0385679d15992fb1a2e8dc0ff1c228c911 "Fix check for
        broken standard library"
        
        Change-Id: Idef7fbada1f4d4e6afa8b03028a1e5c89c1b2077

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2c952c6a59c508e330386124df15a04217c3301c]

        New loplugin:subtlezeroinit
        
        Change-Id: I4530021d78f714d389833bd00ea87430d1d20f52

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [43f2a7d979eac630309064e5de3af1f22ba168e9]

        Better make the zero-initialization more explicit
        
        ...if initializing these members is necessary at all; a bit hard to tell from
        the code.
        
        Change-Id: I3ddb25c35f0d1b44a092bdb2cb0192ce619f947c

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [802ac3e437bff5bfbc530c91105f0c380abd62fc]

        Assert IdContainer's bInit in uno_releaseIdFromCurrentThread
        
        ...implying that pLocalThreadId, nRefCountOfCurrentId, pCurrentId are
        initialized, implying that zero-initializing them during construction isn't
        necessary.
        
        Change-Id: I98399203694edde14abc664a82861ba50dfb357c

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [3534eef59d04ca22323330245fe91c758072f758]

        Better make the zero-initialization more explicit
        
        ...if initializing these members is necessary at all; a bit hard to tell from
        the code.
        
        Change-Id: I384fbeedb3a5b0690a80cabdd13ca13d07e8d627

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2122952e740f345be1d905d77fcf0b7ed4278c07]

        Better make the zero-initialization more explicit
        
        ...if initializing offset is necessary at all; a bit hard to tell from the code.
        
        Change-Id: Ic1d7c97f174e3ed04b03f4004ca858029e9a258e

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [bf8627cbb7c40925eb29af004b9bd3d58322bcfa]

        Better make the zero-initialization more explicit
        
        ...if initializing RevisionType is necessary at all; a bit hard to tell from
        the code.
        
        Change-Id: Ic472c8cceb818b7e18d3de348f392f8641d85255

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [27728d21e479007a7534e2759e464ebfe10a4e70]

        Better make the zero-initialization more explicit
        
        ...if initializing these members is necessary at all; a bit hard to tell from
        the code.
        
        Change-Id: If15fb11b601ba3b8b5d3fdbe5c3dac01b095fb05

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [82ea4fdc37c475c4a39842341b6f236c689ff755]

        Use copy ctor instead of ZipPackageFolder::copyZipEntry
        
        Change-Id: Ief103f2f4c66a2086f73c4d2ff332e769e6fc33b

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [3d441992df13d62109dc8385999ccc5ebe4bf338]

        Better make the zero-initialization more explicit
        
        ...if initializing mbIsAttributesEmpty is necessary at all; a bit hard to tell
        from the code.
        
        Change-Id: Ia19014b4bf6bb2c41d11ee0afb43fe6bf7da1fcb

2017-02-23  Stephan Bergmann  <sbergman@redhat.com>  [189bfa9c9946fde2f8bc791aad501f72ca45db5b]

        All ScAxisPosition values that meAxisPosition can take on are covered
        
        ...so all of pInfo's members are initialized, so no need to first zero-
        initialize it
        
        Change-Id: I9cc7a0cc038aec59dca4121d16164843483737fc

2017-02-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [6776fdc63bd4407ebec9267fb492cba9c1a40af2]

        loplugin:unusedmethods
        
        Change-Id: I5a72ee666e71b4c5c8f43d327aa7e8eb62d1e51b
        Reviewed-on: https://gerrit.libreoffice.org/34537
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0407200401358d3d565438800f55b61fc1a61794]

        fix crash in the sidebar code
        
        The check should be for xPanel and not xPanels.
        
        See
        http://crashreport.libreoffice.org/stats/signature/sfx2::sidebar::Panel::GetTitleBar()
        
        Change-Id: I745d6d8abbfc68e86ed812460faa551867ddec43
        Reviewed-on: https://gerrit.libreoffice.org/34560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-22  Gabor Kelemen  <kelemeng@ubuntu.com>  [36de6c50684c8241969a2064d30aff41e0bc5d97]

        Drop some ooo2gd extension packaging bits
        
        Change-Id: I5038652a969f88f6d4266fd540b1b43df1fee453
        Reviewed-on: https://gerrit.libreoffice.org/34555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-22  Khaled Hosny  <khaledhosny@eglug.org>  [04d086531ff4a3ab24b704489270c7c23792bd20]

        tdf#104509: Fix GetGlyphBoundRect on Mac
        
        The rectangle top and bottom were mixed up! I tried to fix this in
        8cef9b4dbafdebc0566d6d7f715f27f978ddfe5b, but it was not the right fix.
        
        Change-Id: Ia033ff2823bfd641e830d748d413d7791bfee5b8
        Reviewed-on: https://gerrit.libreoffice.org/34557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-22  Michael Stahl  <mstahl@redhat.com>  [d47c009ec5bc15afbd7792ce236a02a712edb2ac]

        sw: WW8 import: avoid assert on ooo99613-3.doc and ooo99613-4.doc
        
        sw/source/core/txtnode/thints.cxx:1244: bool SwTextNode::InsertHint(SwTextAttr*, SetAttrMode): Assertion `!pAttr->GetEnd() || (*pAttr->GetEnd() <= Len())' failed.
        
        These files were created by a buggy OOo and Word 2010 considers them
        corrupt and pops up scary warning dialogs, so just avoid inserting hints
        with invalid positions, there's not really anything fixable here.
        
        Change-Id: I65b5b963d7b4e28fd9551ccadd71b581f118106c

2017-02-22  Michael Stahl  <mstahl@redhat.com>  [33a3a5a7eb52ed6a883216cbba83f620f00f61b1]

        sw: fix import of table in ooo44732-2.doc
        
        The problem is that the first call to SwWW8ImplReader::TestApo()
        from WW8TabDesc::WW8TabDesc() wrongly uses style 1 to construct the
        Apo, when the actual style on the first cell of the 2nd row is 4.
        
        Here style 1 contains PDxaWidth and PWHeightAbs sprms, which are
        both overridden by the 1st paragraph, 1st cell, 1st row to 0.
        
        The reason is that during the WW8TabDesc, apparently nothing actually
        updates m_nAktColl, so it's always the style of the 1st cell, 1st row.
        
        Clearly when called from WW8TabDesc this should not be using m_nAktColl,
        but it's not clear to me if calling GetColl() here always works.
        
        Change-Id: I3e3ac0c243112154d40d99684149e1c5f0e51129

2017-02-22  Michael Stahl  <mstahl@redhat.com>  [953f10c45900c407f7d7866d6d7a50e00dec160c]

        sw: typo
        
        Change-Id: I2ed1925d26abee04bed530260e26511f278f97b7

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

        ofz: don't read data that isn't there
        
        Change-Id: I9f730c321755cde169d940b49fc93bbe057ead57

2017-02-22  Eike Rathke  <erack@redhat.com>  [65553180cfe80a1b2d551c8063a5bc03b427d138]

        less ugly ClosingClipboardSource()
        
        Change-Id: Ie53837e4dd5f779255eac25e090b23e49c3786ce

2017-02-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [0b08eacd79a2133a07410dfb99bcc04bb9dd2199]

        tdf#104482 Force updating progress bar on safe
        
        I don't know why the progress bar on load is handled differently
        then on safe. As a workaround, this converts all Flush() calls
        to Update() calls, but we should update the UI on safe correctly.
        
        Change-Id: I97d6fc5797d08e9556f7fa7f9f8110aef30b3772

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [6a141837a7bc75a7ef4a7827256be5a3a0a6092d]

        add tif fuzzer
        
        Change-Id: I4f7c73b85c34bfdf88536ed40b288392e7e21368

2017-02-22  Olivier  <olivier.hallot@libreoffice.org>  [76c085c9888ee3cd96940ab558cbd1dd83d6b774]

        Updated core Project: help  4653c092350d627d43e895039fa17c37a1fd0251
        
        Improvements in CSS for online help3
        
        Change-Id: I3340b980c98feaf24557dc8cfaa95c0a27506b58
        Reviewed-on: https://gerrit.libreoffice.org/34550
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6db0f1feb1d9931d2726dd11a889c58815710ce0]

        tdf#106059 PDF export: create a reference XObject for PDF images
        
        If a reader is capable of showing reference XObjects, then it can show
        the original/vector PDF image instead of the bitmap fallback.
        
        Change-Id: Iac8a460c43ff7467e3a5fd8ee4cbf2179084335b

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

        don't inherit SwSpellPopup from PopupMenu
        
        Change-Id: Ieee1f24713aac368e24730ea835b59855a14848b
        Reviewed-on: https://gerrit.libreoffice.org/34542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-22  Tor Lillqvist  <tml@collabora.com>  [3c946d688627ba0c31bcb37dfed4e6e180608854]

        Put also the LICENSE file in Resources on macOS
        
        Change-Id: Ia4888050099e74b93af67c58e988b4ae9e2516a1

2017-02-22  Tor Lillqvist  <tml@collabora.com>  [ca7f30506cb05f64d4688faba366a12c86bb36dc]

        Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOX
        
        Change-Id: I401679ae6cbc8f924126589cfb9f22fb244e7da2

2017-02-22  Tor Lillqvist  <tml@collabora.com>  [b06edd5a07f18b0999adc0084b8133eb6481f867]

        Improve error handling and fix some problems
        
        Use the -e and -o pipefail bash option to make the script fail more
        reliably if some command inside a pipeline fails. Use the -u option to
        catch mistyped variable names.
        
        Move the signing of executables in the bundle's Contents/MacOS after
        signing nested bundles.
        
        Change-Id: I21d441bcb2dbfc19b0cb5718b76402b1686d2239

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [8fcb253f706d0543e1c2eeb816f74d96cafdc6e2]

        let content widgets of sidebar slide bg fill available space
        
        so if its expanded more of the master slide name can be shown
        
        Change-Id: I7dcb28e1958edf8ab7fcc03fb77c4b6a9f461ad1

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

        don't lock sidebar size due to long master slide names
        
        Change-Id: I90cbae1cbdea10d5c9bb6678535f73e8419bf8cb

2017-02-22  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ed9af1e4ac0ec6c0371213ea99be62059938ac1b]

        ChartDumpTest: More build fix
        
        Change-Id: Ib481c05ac6f0f60d394e5380aa9cef46b4a0c65f

2017-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [57c5ad79609134e0ff0013a002cc80a570e81c20]

        tdf#106059 PDF export: set matrix and bbox for PDF images
        
        We still unconditionally refer to the bitmap, but now the correct
        /Matrix and /BBox is set along with the necessary scaling inside the
        stream, so that when there will be a vector image reference, it'll
        appear at the correct position / size.
        
        Change-Id: I9c13c11fe76995b3b3d31a135eeaa895ee0abb0d
        Reviewed-on: https://gerrit.libreoffice.org/34543
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-22  Takeshi Abe  <tabe@fixedpoint.jp>  [e1190058b5d4d3cec9959dfa1e9fa87818f710e8]

        Test whether SmEditWindow::SelNextMark() keeps cursor position
        
        when there is no next placeholder marker.
        
        Change-Id: I9846b304074c39f49118710a758d44a43f926b25
        Reviewed-on: https://gerrit.libreoffice.org/34531
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-22  Pranav Kant  <pranavk@collabora.co.uk>  [46b5dff4db336df2ff6496d91b0a2c559c6a9592]

        lok: these are not always plain ascii
        
        Change-Id: I9783b6b2839805189015dbad8a97128c89e0a4a9

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [988ac73e57b7e7f171fb2543de90a9afc2aa3289]

        use std::unique_ptr
        
        Change-Id: I11a58aa38f931c7912e2e5ac6df46f98e6bb681e
        Reviewed-on: https://gerrit.libreoffice.org/34539
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [af8c0696e56395d48f8d8d75a37ced1c58a5be17]

        vcl: use auto when initializing with a cast in pdfread
        
        Change-Id: Ic785ef3f767cf529dc51e4d49234145fc8d14f97
        Reviewed-on: https://gerrit.libreoffice.org/34535
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-22  Matthias Seidel  <mseidel@apache.org>  [dc83ba72517f77afd085f2599517a45d553b06fb]

        Fixed typos, HTML code cleanup
        
        (cherry picked from commit b160330c34367bc355031a3850bb2910535049c4)
        
        Change-Id: I6fbcf51c1cd3112330cb39c04210a4bd6a4c73f8

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [575fa39650cdaab28c9093c90ffd995b4ca7dea2]

        convert input window menu to .ui
        
        Change-Id: I1b9f05d16746bf1de57115f68df5f95e2a90413a

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [466d16dea01e611efb994e5b86a2abdd6fb9572f]

        Updated core Project: help  1c22474b8b970ccd638b274c3e2b83483e72f780
        
        update help ids for writer formula bar menu .ui conversion
        
        Change-Id: Ie140ef7f57de7a067c1706636f96baf49208d400
        

2017-02-22  David Tardon  <dtardon@redhat.com>  [ac956e0424c79b59bb5ad433d18b3016bd47b9b2]

        upload libstaroffice 0.0.3
        
        Change-Id: I5cb29e5cc8635988e84f0285164cf139ed4a62b0
        Reviewed-on: https://gerrit.libreoffice.org/34536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-22  Caolán McNamara  <caolanm@redhat.com>  [433b98683bf0f0e6992d0d805b58f552ab9a265c]

        add tga fuzzer
        
        Change-Id: If14486ffa268ce830b941b1b3f621dce190be43e

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

        coverity#1019413 Uninitialized scalar field
        
        Change-Id: I1d902ffddee97a4598772f8044fddf4316e2a27a

2017-02-22  Tor Lillqvist  <tml@collabora.com>  [b514a0ecdf368e39033c53f312bee7c5e86939e0]

        Add --with-package-version option, mainly for non-TDF product macOS builds
        
        For macOS, the "package" version is included in files generated by the
        build (the Info.plist), so we need to be able to set that at build
        time, in order to be able to produce differently identified builds
        from upstream sources with the same upstream package versions.
        
        Change-Id: Ieb6b6c07788178b629d6cff0630e30224f6e7ccd

2017-02-22  Gabor Kelemen  <kelemeng@ubuntu.com>  [9e1b66aef1bdba6ba5cf3178aff3af1ac0b5d72c]

        Drop .uno:ToggleTitle - this seems to be its only occurrence left
        
        Change-Id: I3b8b99bd72711cffe44639ad407230537f270e2e
        Reviewed-on: https://gerrit.libreoffice.org/33328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-02-22  Szymon Kłos  <eszkadev@gmail.com>  [50468779725c9eaccae17e4e39a6651f12e49340]

        tdf#103323 Single Toolbar without experimental mode
        
        Only Notebookbar mode should be marked as experimental.
        This patch allows to enable Single Toolbar or Sidebar
        mode without experimental mode activation.
        
        Change-Id: I9dcf1602b2f560aaa9ea29c07c4a7ed473be0352
        Reviewed-on: https://gerrit.libreoffice.org/34431
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-22  jan iversen  <jani@libreoffice.org>  [ab92c84dfe600f320f37b6126cab11385a6fbdd1]

        Revert "Fix typos"
        
        This reverts commit ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7.
        
        Caused some problems, need to be broken down.
        
        Change-Id: Iee816a266c32e7cebe623d36300c13d079e77c52
        Reviewed-on: https://gerrit.libreoffice.org/34534
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-02-22  Tor Lillqvist  <tml@collabora.com>  [65c43905c3396412b08eb09c58830d0acd9ad72c]

        Bin pointless once used typedef
        
        Change-Id: I12f51748dd190f6d50ed7ae738d7eedeb32f0af8

2017-02-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ffd7f8fcfc2b551509e9cb31c0920e0f64292ea7]

        Fix typos
        
        Change-Id: I61764094dd6f8e13f29ca554373d30d1d5def447
        Reviewed-on: https://gerrit.libreoffice.org/34476
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-02-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1877a16b38bfd74a52e39b49289d5f5572b610b]

        loplugin:unusedfields
        
        Change-Id: I8a114bcda99f123d230d61b0d0595bfe657cc3c0
        Reviewed-on: https://gerrit.libreoffice.org/34513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-22  David Ostrovsky  <david@ostrovsky.org>  [f0c7cbe1d8505d3c1f5a2b2253efda35542c898b]

        MSVC 14.0: Make it work with older SDK version
        
        Change-Id: I50a9e8b122250af445c2a1b3d0941d508e027318
        Reviewed-on: https://gerrit.libreoffice.org/34528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-02-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0999c403a0a7cc9248a1773042ad09fd85004267]

        ChartDumpTest: More build fix
        
        Change-Id: Idf59d552582035d3988e761a5024887a2540e692

2017-02-21  Johnny_M  <klasse@partyheld.de>  [9787e68c27b94ccfa25bd9246e24fb42c900aff3]

        Translate German comments in sw/source/filter/inc/
        
        Change-Id: Ibd1fd21f1d36591d28979e733da4a812133912ef
        Reviewed-on: https://gerrit.libreoffice.org/34428
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-21  Eike Rathke  <erack@redhat.com>  [50d9da073d34ea6a223d39538ec37a646f8d276e]

        do not test for different caption pointers ...
        
        ... if it's not guaranteed they may not be identical.
        
        Change-Id: Ieb4b0eb07a1b1832df65dde3c2e5a92b5121a162

2017-02-21  Eike Rathke  <erack@redhat.com>  [6bf75f3d805fd97fb38f2d29158f10245035c2fa]

        this should be GetOrCreateCaption()
        
        ... as the caption object has to be created after the note was pasted from a
        clipboard where the caption was forgotten..
        
        Change-Id: I9b04f0146a7609ac44973dc181fa2ab6b11295b9

2017-02-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [07157107a3b7fd3d1b55db9ce1aeb9f6d4e204ab]

        tdf#105772 apply all ODFF constraints with function SEARCH.
        
        Now the function both complies with ODFF1.2 and behaves the same
        as Excel does.
        
        Change-Id: Ic49af48cacedbac54688266a916c5fa6e28bb5c4
        Reviewed-on: https://gerrit.libreoffice.org/34037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [931646b2534f245064a87dbe6054921a9ef71765]

        fix the webdav=serf build
        
        Change-Id: I1e66f437d561e5a8838fd331c6add25f4e25655e
        Reviewed-on: https://gerrit.libreoffice.org/34525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [0aca3bde3ae6d1acc241e3aecde5ebca89b75b1b]

        tdf#105885 fix incorrect result with CHISQ.DIST.RT.
        
        With X-argument < 0 Excel returns an error; Calc now does too.
        
        Change-Id: I58a84436b2418bef824b6494c2cc5737932cc936
        Reviewed-on: https://gerrit.libreoffice.org/34098
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ceb1b8f3baa425f0d1ec96ceb2e49e3a04ba4a0a]

        tdf#105937 fix incorrect constraint for Calc function T.DIST.RT.
        
        As code is shared for various t-distribution functions, the applied
        constraints did not all apply for T.DIST.RT.
        
        Change-Id: Ia68330e6fad7990e964fa5fd86fc062c156d1a4e
        Reviewed-on: https://gerrit.libreoffice.org/34149
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-21  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [52b464f31a162c2e90cb5482ffa2a7ff8dd386d5]

        Remove unused function. Following tdf#105657
        
        Change-Id: I7890d76b35bcf5eb9a965fb90ae1a106913548e8
        Reviewed-on: https://gerrit.libreoffice.org/34506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [a6cc03546975c9343e2c554f3f049c8f7c35bb54]

        tdf#102003: Fix misbehaving bitmap fills in sidebar
        
        Change-Id: I7339081df12695ad624a8b71024281034d9380be
        Reviewed-on: https://gerrit.libreoffice.org/34520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [4bd8c84c4af617ddfeaa48e9c773ccc73bebade2]

        reformat this a tad
        
        Change-Id: I278abd2f3410cb0212b48a605001fe7145c82cfa

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [e834354ff3dbf38b1d3834f6980fffaed7b4074c]

        convert writer changes menu to .ui
        
        Change-Id: I30a957f91c3faca5e16a70efce08579ac3368bdf

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [eb38069490b7eb3ec286cdb0309fc8f49f192843]

        Updated core Project: help  0dbfd3f53a4cb4074ea5745fa5c7331d87c2742e
        
        update help ids for writer sort/edit comments menu .ui conversion
        
        Change-Id: I960d72cd9e7903c9682e84770d8587fd69b4883b
        

2017-02-21  Eike Rathke  <erack@redhat.com>  [b1abc8ef50ccea87f1bf03d2328354340120251f]

        unit test for copying note from clipboard after closing orig doc, tdf#104967
        
        Change-Id: I165363eecbb37561d8265638415e0f5f069878d7

2017-02-21  andreas kainz  <kainz.a@gmail.com>  [0d0102a8000202abb7c5a094da3221589adfe53e]

        update alignment in notebookbar.ui for writer
        
        Change-Id: Ie2cb54148987c67fcfa409ed49daeab99850482f
        Reviewed-on: https://gerrit.libreoffice.org/34490
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2017-02-21  Eike Rathke  <erack@redhat.com>  [8986bf698849c8b64e49f77246c0698813a602ed]

        this should had been GetNote() and GetCaption()
        
        Not creating if there wasn't.
        
        Change-Id: I3e7a0d167e604b13674d24de18bd2bc7d3b36aa0

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [5b949fb75e9674f04d8b6b3ff856b7bbae3ed6ba]

        stray fprintf
        
        Change-Id: Ieebdd7166e4a1b002cc5085bc5c83e17924cc15e

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [7660d45dc3884e910d619d0e7551f5f58346ab04]

        convert calc changes menu to .ui
        
        Change-Id: I65c07995ab7a63bcefeb1612e86bf3fedc33f4a5

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [342c612086e6bdd56cbf9ed45a83965b6c7f24fd]

        we want selected radio entries to default unselect the others
        
        Change-Id: Ib208797fc5c876c5646df33c4682d4a9e795912e

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [ff30fa30edd2562594b9b71de2a6dd1d20fabc8f]

        make every menu id unique
        
        instead of every id within each menu so submenu ids are not shared
        by an id in the parent
        
        Change-Id: Ic94794b5c461307b79969472e9fb24d11c96ca53

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [342238a320b057d2aab401e29a44fc8f96a3da6a]

        improve loading submenus from .ui
        
        Change-Id: Ida5382bffa3cee55ffa64fd50d3733a178afa639

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [1d8fe6a7c6bbaa7d3a5eff8a7a6b5e613bb61b28]

        stl debugging points out that a < a
        
        when using right click menu in calc redline dialog to
        sort changes
        
        Change-Id: Ib79028168470b7a556bdc37cd65ce99b4dce5152

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [20a1f095ee4def1a0c4739bf27da8f7a3938ade1]

        Updated core Project: help  358d6c4eb7e82309fb1bc1f362d5f43297cbc2ba
        
        update help ids for calc sort/edit comments menu .ui conversion
        
        Change-Id: Ib95596c2063b3edb7ace4d4f9cc1c25c829a00c1
        

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [887c89435e6088bdb7154e70b240d6ecdf1d61a6]

        GtkSalPrinter_Impl must be complete for the definition of ~GtkSalPrinter
        
        Change-Id: Ieafd639e6665025e17f6a2eb3bd5a05167de07ea

2017-02-21  Michael Stahl  <mstahl@redhat.com>  [e970911e296cd81acf9ecaf666c5265dd46a5ddf]

        sw: translate rest of german comments in ndtxt.cxx
        
        Change-Id: Ifacfea14cfb2f66e8e3d47d409421d89210920f1

2017-02-21  Michael Stahl  <mstahl@redhat.com>  [27a8a8e61a39d1eafc36d656a1c54c804c7aec71]

        sw: this member is a WW8_CP
        
        Change-Id: I639ea24900a7774369636554547e63e9c84c5ed3

2017-02-21  Michael Stahl  <mstahl@redhat.com>  [a620cfd83eaca1ef550811f99fbbc3d7fe3dbd70]

        sw: clean up LONG_MAX/WW8_CP_MAX confusion
        
        Change-Id: I5e9d595b851db231863e3e02866149a7af01883b

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [95f454e25501d1f221c5ee460a82c1e9feb8b6de]

        -Werror=register
        
        Change-Id: I8884467d1f33c8c4096520fedd51aa28a4f9f546

2017-02-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c378f89ce8a692099eb7439f0c03198a189470cd]

        add ENCODEURL test case
        
        Change-Id: I0854c146a8fed793460fcbe392d43e91bcfd113e
        Reviewed-on: https://gerrit.libreoffice.org/34492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-21  Eike Rathke  <erack@redhat.com>  [b8c50df5d66d5c29bf3af4e48978888dd72b19b8]

        move ScDocShell de-/init related to getNewDocShell() and closeDocShell()
        
        In preparation for being able to handle two documents.
        
        Change-Id: Ie7ea65136bcd6719031af6b1034d002058bfd81a

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [5c99f2c8524625491ba1b4d736bdd457d258eea3]

        Move INetMIME::getHexDigit(int to its only place of use
        
        Change-Id: I8d02a51a0da5aad4cd95e15fe6bb329b43e32067

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [dceb440f6fde4cf93e4059ddd183d1293ff5fee3]

        allow disabling liblangtag for internal libetonyek
        
        Change-Id: I3a649f3460759cbcd290cef2e90398b2868983a9

2017-02-21  Eike Rathke  <erack@redhat.com>  [45fd903d5ed6007271485ce3fa7c2e78bdc286f8]

        unit test for cell merge with note caption undo, tdf#105667
        
        Change-Id: Ib49e0f35aa554025634c8496fbb80d87dbc86d89

2017-02-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7bc1c438008517cc9d475a21cdc4a06c6d25eb8f]

        Fix typos/translations, following 04644956e53d
        
        No automatic tools
        
        Change-Id: I3a6d18760f90c4ee02b9380758f97f6fca6c4428
        Reviewed-on: https://gerrit.libreoffice.org/30874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [cd497ebda3d63042c41e70a9ff8941a0fcf65572]

        gpg4libre: Make internally built libgpgmepp available in instdir
        
        Change-Id: I1193c0d350e6b0d3498117ef7719e7a009173f09
        Reviewed-on: https://gerrit.libreoffice.org/34514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-21  Pranav Kant  <pranavk@collabora.co.uk>  [1b4ce7cd8e4c1e1732ee6434cadd29cb23583a54]

        sd lok: Support editing annotations by id + unit test
        
        Change-Id: Id4faf59eab8c72a2d78157bca15a5e07f9622dde
        Reviewed-on: https://gerrit.libreoffice.org/34512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [76198c537fa7595b94b2f930081bf7f6ec966dbe]

        tdf#106049 Apply proper constraints for Calc function T.INV.
        
        Probability p must be 0 < p < 1 for inverse cumulative left-tailed
        t-distribution function.
        
        Change-Id: I4f79eac8c9362e31de46b3ff4ebe7283ec475fac
        Reviewed-on: https://gerrit.libreoffice.org/34375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-21  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e7f769bc67d3f132b477b3c253f8065243b9b8ac]

        tdf#106052 Treat SubFormat for "Precision as shown"
        
        Get precision from the correct subformat
        
        Change-Id: I458e5b3d1fb515864f19499ac9ac529e1d68a267
        Reviewed-on: https://gerrit.libreoffice.org/34505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [291c9122b23ce7aa619e828b895b08dcd21bf025]

        tdf#104081 RTF import: handle \htmautsp
        
        It's the opposite of OOXML's <w:doNotUseHTMLParagraphAutoSpacing/>, so
        the default is different.
        
        Also adapt the fdo82006 bugdoc where the original bugdoc contained this
        flag, but the testcase did not.
        
        Change-Id: I2fd757a8f95be9b1bee63570c9f587c17d3b22bc
        Reviewed-on: https://gerrit.libreoffice.org/34507
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe459304497f822b1b9ab1f49602c0a81813c987]

        fix KDE build
        
        after commit 0649622956431e0a1955cb80d1175025401ab5e5
        "loplugin:unusedmethods"
        
        Change-Id: Ia9ef3f8c1e64397a350656a3addc1b2a67f0b118

2017-02-21  Johnny_M  <klasse@partyheld.de>  [54f53f79f077aa42275d097aed24cca1220c0f16]

        Translate German variable names
        
        This is to follow up on the commit 9bbc168c29d3f48839d40173f5467228ce9a7268 by:
        - Changing "Comma" to "DecimalMark"
        - Changing "VorComma" (literally "before comma") to "BeforeDecimalMark"
        
        Change-Id: I3eff7024df56c701ac721a1e74645c8be764bff4
        Reviewed-on: https://gerrit.libreoffice.org/34429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [0a99b5a1b7325454fe3d1174d44354888aa22012]

        When building with clang-cl on Windows, build CLR code with MSVC
        
        ...as clang-cl doesn't support the /clr switch.
        
        * In configure.ac, capture the MSCV version (that would be used if CC hadn't
          been overridden to use clang-cl) into MSVC_CXX.
        
        * The logic which flags to pass into gb_CObject__command_pattern is coded into
          the platform-agnostic LinkTarget.mk, so it's too late to try and filter all
          relevant flags in com_GCC_class.mk, depending on whether a given .cxx file is
          a normal one built with the normal $CXX or a special /clr one built with
          $MSVC_CXX.  Thus, a new CxxClrObject class had to be introduced that captures
          this information early.
        
        * When building with clang-cl, the generated config_host/config_*.h files
          contain values suitable for clang-cl, but not for MSVC.  But the .cxx files
          compiled with MSVC happen to include config_global.h, and would fail.  Hack
          around that problem for now by introducing a hard-coded, minimal
          solenv/clang-cl/config_global.h that is found first when buliding such a
          CxxClrObject.  Needs cleaning-up properly.
        
        Change-Id: Iff8aac51c0b4fa906b14503c692640dda0996d33
        Reviewed-on: https://gerrit.libreoffice.org/34509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [0649622956431e0a1955cb80d1175025401ab5e5]

        loplugin:unusedmethods
        
        Change-Id: I52a9f16f3ed543a3c83ca111df70e3f7ae1ef33c
        Reviewed-on: https://gerrit.libreoffice.org/34508
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-21  Pranav Kant  <pranavk@collabora.co.uk>  [ede35e5c693a287f31e3c02d8afd33580e827380]

        sd lok: Include parthash in annotation list and callbacks
        
        ... and update the tests accordingly.
        
        Change-Id: Id11f2d19274e743b0e2a0bbeb0c21936f12b7777

2017-02-21  Khaled Hosny  <khaledhosny@eglug.org>  [0e21f6619c72f1e17a7b0a52b6317810973d8a3e]

        Kill bitrot Emscripten experiment
        
        Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2
        Reviewed-on: https://gerrit.libreoffice.org/34493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-21  Jan Holesovsky  <kendy@collabora.com>  [ca5277c1ad181c15ce604077e07935b2de946c7c]

        Improve readability.
        
        Change-Id: Ibbbac458e3ef8b3d02f4d73cd8bf3ac880ff0522

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [0fa4efec2e58ecd8d749972f1e8c2a20d1c3a6bc]

        Resolves: tdf#106099 tweak to restore old behaviour
        
        wrt initial default color if none gets set.
        
        This doesn't fix the various bizarre things in font and replace by formats, just
        restore to its historical initial behaviour
        
        Change-Id: I82cc3f05d2f205947a140483537baae882e91530

2017-02-21  Caolán McNamara  <caolanm@redhat.com>  [609670933a80f670d5f6adc4bcdd71781c43c9fa]

        Related: tdf#106099 avoid casting LISTBOX_ENTRY_NOTFOUND to FontEmphasisMark
        
        Change-Id: I7119e47c71f96af27351665ee08ea42b0ae0a622

2017-02-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0755b26191782b17e307832452af4a66d8fdfac7]

        Add list-style-type support to html parser
        
        Change-Id: Ibd7978b12a3c5024c55571b165b82c6abe7a8925
        Reviewed-on: https://gerrit.libreoffice.org/34461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [9116e05c56f220d41a72dfc4c2daafbcd5f3ab61]

        Fix check for non-empty UCRTVERSION
        
        ...introduced with b862cbdd345ec57c2595629ded6a3969e1e65d56 "Support MSVC 15.0",
        but $(filter ...,) always expands to the empty string, and this is probably what
        was intended.
        
        Change-Id: I5865ea13ba3c3d52402bcba48f4f770f6c2b8862
        Reviewed-on: https://gerrit.libreoffice.org/34482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [fb896ebc7e47f4a63c5c4dd1415a8b4d73c0c93f]

        Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_Impl
        
        INetMIMEEncodedWordOutputSink had been intended to encode (non-ASCII) content of
        a "free-form text" header field as per RFC 2047.  It used a heuristic trying to
        detect already encoded words (=?...?...?...?=) in the input, to pass them
        through unmodified.  (Arguably, it could just as well have encoded them,
        assuming they were meant to be genuine input.)  However, that heuristic had a
        bug ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import", going
        from STATE_FIRST_EQUALS to STATE_FIRST_EQUALS instead of STATE_FIRST_QUESTION,
        rendering the heuristical detection logic effectively unused.
        
        Instead of fixing the bug, 6e12729f715f142140d220dc7d3b28a4a0657016 "remove
        unused enumerator from EncodedWordState" and
        b8d8fb3f0cf4a961bbff54523eaca1a4f8179c7a "convert EncodedWordState to scoped
        enum" crippled the code further by removing any reputedly unused cases.
        
        But the only remaining use of INetMIMEEncodedWordOutputSink is in
        INetMIMEMessage::SetHeaderField_Impl, encoding MIME-Version, Content-Transfer-
        Encoding, Content-Type, and Content-Disposition header fields.  And none of
        those headers have any "free-form text" content that should be encoded as per
        RFC 2047.  The first two have fixed ASCII-only content ("1.0" and "7bit",
        "8bit", etc., respectively), while the latter two have structured content that
        may contain parameters of arbitrary content, which must be encoded according to
        RFC 2231 (but currently isn't).
        
        And the only place where such arbitrary-content parameters are generated is in
        the two calls to SetContentTransferEncoding in
        forms/source/component/DatabaseForm.cxx.  (The calls to SetContentType there and
        in tools/source/inet/ itself are all known to have unproblematic ASCII-only
        content.)  So mark those two places with TODOs about the missing encoding (which
        had been missing since forever) and, in INetMIMEMessage::SetHeaderField_Impl,
        liberally convert the content to 8-bit via OUString::toUtf8 for now.
        
        Change-Id: I4b2a219b396953b219ca66441a5227157a35951f

2017-02-21  Pranav Kant  <pranavk@collabora.co.uk>  [0f6e813827fed1baefe6001b6e9655b0aeedcc46]

        Revert "sw lok: Move this test to sw/"
        
        This reverts commit b7640cbb4b34df2cb05c6fbe60346bca96846924.
        
        Not much idea yet but moving it to sw/ for some reason makes callback
        pertaining to last 'InsertAnnotation' uno command not firing and on
        ubsan tinderbox even the first 'InsertAnnotation' command is a noOp
        failing the tests there. Lets keep it in desktop/ for now where it was
        earlier.
        
        Conflicts:
        	desktop/qa/desktop_lib/test_desktop_lib.cxx
        
        Change-Id: I67f5bdeffa218ae2a7afe0896f7cdde5324a5f09

2017-02-21  Takeshi Abe  <tabe@fixedpoint.jp>  [3efdd925e0ae1c080fbef3f1f79865eb6e172c68]

        tdf#106116 "Previous Marker" changes selection only when needed
        
        This fixes a hang caused by repeated Shift+F4. Although it seems
        a regression from 2af1f5691e8d64afd5246d245d7876b5a2cd5cd8,
        the original code of SmEditWindow::SelPrevMark() had been doomed
        due to conditional loop depending on obscure signed/unsigned
        conversion.
        
        Change-Id: I61f630eec44b285dc1f1c27097acde4b48ed2991
        Reviewed-on: https://gerrit.libreoffice.org/34503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [3eab8a00bbe46d00edf20ef0295b588197e91261]

        loplugin:subtlezeroinit: lotuswordpro
        
        Change-Id: I8e95fa92f0a56ac7f4d5379253b7161b9d2a813f

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e972d6bb36efaa14eb4983c835491cbcd6283e91]

        Idlc::m_pErrorHandler is unused
        
        Change-Id: I41fea5e08381e21dff12f61142a4d54f07a502f4

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [4c8154bfd97fe650d2222dc095b18150a10dc626]

        loplugin:subtlezeroinit: accessibility
        
        Change-Id: I4a6a031531440f4581cbe123bc11aec02756c3e4

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [1359907251321604a7159b5d0b9ce4f3879f52ea]

        loplugin:subtlezeroinit: basctl
        
        Change-Id: Iab918891dabae8053adced8e527a512a63c00148

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [73be3ce38acf573728cb4ebbe0c420ad6f73039e]

        loplugin:subtlezeroinit: basic
        
        Change-Id: I3d5f157db315fce3492ff6ce88e8ded763af944e

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b8e85c6a647942760aceba204367154f2fc44b5c]

        loplugin:subtlezeroinit: chart2
        
        Change-Id: I9012f97b188195140504dacb262c212d46df675a

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [db760ac665357a008953d65d223226f165491348]

        loplugin:subtlezeroinit: comphelper
        
        Change-Id: I6b97583d9bdc0d0f8c059d0fbc9e3f41f822bf3b

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [6a77b9b6faf0c218b6668aa7d09133f054f25abc]

        loplugin:subtlezeroinit: connectivity
        
        Change-Id: I4091b05ecc2f8c2daca94870f2fec9e5c928c07f

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [ee8d9d41f00694c4d568bc6d82316dadc7c01165]

        loplugin:subtlezeroinit: cppu
        
        Change-Id: Ie2bbca4c1d7c4730d4ac655a3711f2b9917face0

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b519d132ad7f63e05e38988c6d3291b151e7c682]

        loplugin:subtlezeroinit: cppuhelper
        
        Change-Id: I405ba174a4397938415eee6108ca1f0687b4649a

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [06f1b8d46edcf23236c87dc53af8fc7a1541fd61]

        loplugin:subtlezeroinit: cpputools
        
        Change-Id: Ib4a04395f067a3a288a57547daa734c4c9768eb8

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [aa512ffd39657f7c8924b2b40ad3cdb3b3282158]

        loplugin:subtlezeroinit: cui
        
        Change-Id: Ic206ef85750f8ccbebd28c0c698eda431f75f08b

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [fa48d00ddb1f460d6cdfb1d4ed6995e86995a3b5]

        loplugin:subtlezeroinit: desktop
        
        Change-Id: I23ffaa7e5f138f877832ad3afe591980aada6578

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [f407666ec9b56d277bff9ebdea1c0d5cf90c39e8]

        loplugin:subtlezeroinit: editeng
        
        Change-Id: I2fb3700f00ad76096d048747c8333337d5ffce8f

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [c5346d44647b4bc3277d24f5e9c922774d981d7f]

        loplugin:subtlezeroinit: filter
        
        Change-Id: I4842b8a82f7fe3a4a5c33da2780ced61d66293ba

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [c7d59ad8772ffbc7b66a79797a30470a67b1b306]

        loplugin:subtlezeroinit: framework
        
        Change-Id: I88871abd4b57debeb8002a25ef5f59f57e065803

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [87f3a357d2a1aa00a4d55c0bc6a29f686fe024b6]

        loplugin:subtlezeroinit: i18npool
        
        Change-Id: Ie94d8347a2a64e137221709da3e321f1eabb7d1b

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [1c413e4b9ded15567763dd0be086f7e311ca4dbb]

        loplugin:subtlezeroinit: idlc
        
        Change-Id: Ifec509c4d96a932cfe591b5ffa77027b7b372d52

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b3531d10e86a0e1750180422a664c98f69e38b66]

        loplugin:subtlezeroinit: l10ntools
        
        Change-Id: I7732da89b1e48738b5bc0d5f8045bee0fe079e85

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [d1ffd54cf4acb8865019f2fceffd1b3682720aa1]

        loplugin:subtlezeroinit: oox
        
        Change-Id: I8a1b6baba6191b20264f32cbf73f5d75bc50235b

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [d763944d302a72e300b63ac9c5eb54f1ae2eef77]

        loplugin:subtlezeroinit: pyuno
        
        Change-Id: Id36181c096cbd6f87288fda7f8d37996b538d9bf

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [90d5827b2dd9d5a67b44d157ec9094ebb5b64edf]

        loplugin:subtlezeroinit: reportdesign
        
        Change-Id: I20b7cf2b65900eb336e1a3c6f301eb08b47485a4

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [33b4e73f7893e38a150ed67ab57d0167c9845944]

        loplugin:subtlezeroinit: sal
        
        Change-Id: I70e79b6fd36c3ccff9e6906f46cecaa0f19c5a7f

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [6af2e7b219bd3e4cf0496cb9fd3442ba2291de09]

        loplugin:subtlezeroinit: sax
        
        Change-Id: I4a2ce1951b01fb1878a5b2c21b72f59728369cab

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [41242d35df47ec8fd6b20e7779a4e650aa83cdfb]

        loplugin:subtlezeroinit: sc
        
        Change-Id: I98e433441e97d0f2e88f84cd9b3cf91861465bff

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [f34942333ffe1117253a761732a8f65aac4f11b0]

        loplugin:subtlezeroinit: scripting
        
        Change-Id: Id59b79c8e01ca66924b8a8de1c513ce97658e361

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [fa177eb3e3f6698c2798d85f0a287607221fa695]

        loplugin:subtlezeroinit: sd
        
        Change-Id: I2cfa2507235d51c5518123a290abfa6a4f945872

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [1c039083b82d9672de8a2cd088d4e3bd18f99fd0]

        loplugin:subtlezeroinit: sdext
        
        Change-Id: Idaf62b25bba7328e5f7942619df14d0fff4014e6

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [4d2ba716cbdbb05c193e23f3d46d0f60be1f685d]

        loplugin:subtlezeroinit: sfx2
        
        Change-Id: I1a880bb4df7866b1185ef862ff84693c44a73385

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [1b8807c3ca3c1448e664d10286e07687f7ac0d9a]

        loplugin:subtlezeroinit: shell
        
        Change-Id: Ie8bb360a92f11e7bbf57633c702c2c496f6ff9cc

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [18339e9eb6fed96c3b4e6a566109b1988b901311]

        loplugin:subtlezeroinit: slideshow
        
        Change-Id: I1280b51f42c21d15c76ea54a11c7a5a72930d566

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [504d4620c612c6983d460e41f9a5ad4ed22962f0]

        loplugin:subtlezeroinit: sot
        
        Change-Id: Ibb99c0e1dce1dd3ae66161af010d071f1d46c75a

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [c5e7e3bad75b29e7678c3a6234dbfe0a60517dce]

        loplugin:subtlezeroinit: starmath
        
        Change-Id: Ifc6f4788bb285e28451df9c98a72b454b7685160

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b7302c487004e61afdfb7f5961ce2281b2672581]

        loplugin:subtlezeroinit: svtools
        
        Change-Id: I10383c62060022838b1e63383b2fce9de9bbfd0e

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e99047fe3bbcc28b651bcb38d0db0800bb8e57d6]

        loplugin:subtlezeroinit: svx
        
        Change-Id: I41b2379e42710f908ab0b4531a52cfbff980725e

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [0a5ab8502a8dcba1bdc1faa6972df2d9d01a4f1f]

        loplugin:subtlezeroinit: sw
        
        Change-Id: Ibd5342b39de2fe9da14bbcc243736ae21b78072d

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e7191f32cb699f229f429edbefde237eb3f5fbfb]

        loplugin:subtlezeroinit: toolkit
        
        Change-Id: I2e300c3e884440c60fef692a9083498dcdeba8df

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [a07a638229f28ad7b7369646f6348da2fc70671d]

        loplugin:subtlezeroinit: ucb
        
        Change-Id: Ic3ad7a45def131d94e7e2c356a47478a63f1c9d9

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e455a1f25aef7b1b6d2c8ecc107d9ef50ec90a40]

        loplugin:subtlezeroinit: unoxml
        
        Change-Id: I4e7f42d5d9d0056a59b8e6b67731628e1cc5cfa1

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [18e07fd7d98d157af922dc64070e7c57f7dc9802]

        loplugin:subtlezeroinit: vcl
        
        Change-Id: I041390c7cea1e246f07e799ee2430c16e86723d8

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [4f502dd5700f29ce8fe0c1e6a9de337a9ebe3216]

        loplugin:subtlezeroinit: xmlhelp
        
        Change-Id: I8c95b651bf0d764ca33908f9f52c9043abdd62ca

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [c6f21f90e1ca448a15b3a8a6d0eeaad108ba8176]

        loplugin:subtlezeroinit: xmloff
        
        Change-Id: I1308f4ad4584ac7c657ab9fc2b747c4e3715337d

2017-02-21  Stephan Bergmann  <sbergman@redhat.com>  [7dedccd06d5c822b6bcaeba81753ca9e75fad376]

        loplugin:subtlezeroinit: xmlsecurity
        
        Change-Id: Ife06c74e1665273350b497a1a584d7f76297c13d

2017-02-21  Pranav Kant  <pranavk@collabora.co.uk>  [e4a0b50943921dcf6a914983cb693f9f6d20e145]

        sfx2: fix incorrect debug output
        
        Fallback from 9351353b63886f494782f28f5400f5d71d22bcbd
        
        While at it, add one more such statement in Execute_
        
        Change-Id: Ibebc6f007542751718b53ed978ee52c300d14439

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [c868dc4927bf25a231cc41c8509d8b53f9faf3e8]

        remove unused enumerators from WindowType
        
        Change-Id: I1e100302dd60ebbcdf187cf30befe0c767c6d6b8
        Reviewed-on: https://gerrit.libreoffice.org/34474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ae33d4a3b36b4fe40359e1d1f267bc25c5ef517]

        remove unused OBJ_DUMMY from SdrObjKind enum
        
        Change-Id: I953c81cf477fddf0f136b3b03a6682c962850deb
        Reviewed-on: https://gerrit.libreoffice.org/34471
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b1bb368eb07186a681918871b5c534fa88c02be]

        remove unused ChildCopy from SdrUserCallType enum
        
        Change-Id: If08d4c7b3a8565672e27e008d4806510cf8aab1e
        Reviewed-on: https://gerrit.libreoffice.org/34470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [657f067b917169f41a8432c8f329877f6e50c3f6]

        remove some unnecessary OUStringBuffer usage
        
        Change-Id: Iae9146a3be569107019d9c5af404b94e51e76cd5
        Reviewed-on: https://gerrit.libreoffice.org/34469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [778d6ddc24e927260d1002e23cf0bbcc4a0ed74c]

        try to fix "random config" tb
        
        Fixes #229.
        
        Change-Id: I6e74d41f83cacb628356cba57a49165c41113723

2017-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2bcfe65e9e7c9bc3577eb680fef2b78f794c53e3]

        try to fix "random config" tb
        
        Fixes #228

2017-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95d14dea28d2e43f9a6cd7272513ecf432f22772]

        try to fix random config tinderbox
        
        Change-Id: I825d16eec294e23847f5150cdf1c7bebeb54a67e
        Reviewed-on: https://gerrit.libreoffice.org/34228
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [29acaf107dc9a25f74ee45465a67c95e520fd465]

        Minor capitalization issues
        
        Change-Id: I2b817859e4e6e0ea6dd15b0052da2370a262c6a4

2017-02-21  andreas kainz  <kainz.a@gmail.com>  [0116e88e4cdac395fc4a35c27a813fdf0301c296]

        add notebookbar icon to the breeze icon theme
        
        Change-Id: I142092d7f22d5dd93d23b73b51309fc1496f504f
        Reviewed-on: https://gerrit.libreoffice.org/34494
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-02-21  andreas kainz  <kainz.a@gmail.com>  [6a97c409f7244324a4a17f76497337514ad4f0fb]

        Breeze-icons: make the pdf icons monochrome
        
        Change-Id: Ie61590a92cf08a77328a7439a630b72393d6d1ee
        Reviewed-on: https://gerrit.libreoffice.org/34421
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [801422d70133986af45385307a10566af0bc56ee]

        Fix memleak
        
        Change-Id: Ia4bdc254e4967613aedde35cd24ecc4ae6298ae5

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [c8dc5650836bd837b5839e2654ec185eb243ff3a]

        Formatting and remove unneeded declaration
        
        Change-Id: Icefd6b869bdbfb3d03f24aea5b94fcf83961d388

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [8f381b47f5493151f06d77453ff5153cd075a68b]

        Try to cut some costs
        
        Change-Id: I0f541a020232960541bccdf970c042cf3303671e

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [eed06b010ce0c4723a0594df31f08c21fe6faf8d]

        Ignore exceptions in identify
        
        Change-Id: Iccee29668f5d619c4726d09baa4503c6ae38e84b

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [5ccea065247dffe1c29923619b39d63b2e1c5911]

        VclStatusListener: Listener needs to be acquire'd first
        
        because as soon as we're wrapped somewhere with a temp.
        uno/rtl::Reference, its destruction will lead to our own
        destruction while we're still in ctor. Typical situation
        is when the broadcaster rejects our listening request.
        
        Change-Id: I7fd282e53095ab9939f803df9564c9767263b1f8

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [b6994cb75fb7e34574d933dff58fcec3bb1ab922]

        Use module name when getting labels
        
        Change-Id: I1d5196e1ca888dfb11d5bd6ef4676937dce49fdc

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [8c5a3b448a50981b41b2860c64a3039265398cf9]

        Single GlobalAcceleratorConfiguration should be enough
        
        avoid reading the configuration again and again.
        
        Change-Id: I4179da53114990e5ee68b47125ccef356ca00d53

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [7e559e549528686d431056bd1bbbc9c0a0bfb304]

        Revert "Resolves: #i120029# Unregister on dispose."
        
        This reverts commit 11f8e53d6c9942185702552445a751c6f542942d.
        
        At the time this commit was imported from AOO, we had the
        original problem fixed already with
        dd8fa7c25af9614dbee5a7795b95d8583093f65b ("fix more lifecycle
        problems").
        
        Change-Id: Id8288d30c1cb908b68e5b9ef0279237412aae357

2017-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [096637c9570654437e9f5e12a614fdcefc23ae3a]

        CommandInfoProvider can be a namespace
        
        Change-Id: I8b56423724360f49e1f361cb95056b391a9a3a42

2017-02-21  Rohan Kumar  <rohankanojia420@gmail.com>  [33c51e8002f58847ba43bc111dabc49278e36daf]

        tdf#95844 Refactor CommandInfoProvider
        
        Instead of a singleton, CommandInfoProvider should just be a set of static methods.
        
        Change-Id: I16d4406e361a72f013d78f18d6bd0ae20c0cc5e9

2017-02-20  Julien Nabet  <serval2412@yahoo.fr>  [e25bf8505cfaa3599c2e78a7c56729280f27373e]

        Import UIConsts to use INFOIMAGEURL
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=8911c7e177dcc2e9b5a9efcc308395081855b21f
        
        Change-Id: I4f25b5df6a657ad22080b039eaa1746ce4b82b9a
        Reviewed-on: https://gerrit.libreoffice.org/34495
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-21  Tor Lillqvist  <tml@collabora.com>  [c72a91512caceec6b47ab397bc3514945af462d8]

        Use symbolic AUTOLAYOUT_* names
        
        Change-Id: I76a23c99bf92f33ebea1e138ccb3e948dee5ab84

2017-02-21  Tor Lillqvist  <tml@collabora.com>  [1b3aa39339f0cf01ad5bd45806b18ea33faad5c4]

        AutoLayout value 33 is "AUTOLAYOUT_4CLIPART" according to comments
        
        Change-Id: I082dd08c1caf6f1585e3e16b441ba3b5a0d137f1

2017-02-21  Tor Lillqvist  <tml@collabora.com>  [5afef8d53134ae7cefdada93e32b3e94d90d4c98]

        s/AUTOLAYOUT_6CLIPART/AUTOLAYOUT_TITLE_6CONTENT/, and sort
        
        Need to sort in this commit so that the AUTOLAYOUT_END keeps being one
        more than the highest-valued enumerator.
        
        Change-Id: I0db7c8ba069808e92589d5c4688632440007163b

2017-02-20  Eike Rathke  <erack@redhat.com>  [3ec3d7ead0f2e47a4e24ba0d6953fea0f49815ed]

        Related: tdf#106089 generate range string with current address convention
        
        ... so subsequent parsing actually works.
        
        Change-Id: I47d661d24552104b56827248b4c5e6a6617c5d63

2017-02-20  Eike Rathke  <erack@redhat.com>  [0200677891c6d592a12343f0d6f82c569cd7a9e0]

        Resolves: tdf#106089 catch legal IllegalArgumentException on bad range string
        
        ... that for example doesn't match the document's current address convention.
        Further work is need to make that actually fly, but at least don't terminate
        the application but come up with a default Chart instead where the range can be
        edited.
        
        Change-Id: I6cb6400c56c896dac7ab949b8a986c784690dfd3

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [1324b7f1ce136cb3de617ee72b30468c8717aed9]

        s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART/AUTOLAYOUT_TITLE_2VTEXT
        
        Change-Id: Ie20c4539b8b66b1e9b40015e6bc611d5bc12ddb4

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [56917ba7ca0f601b64768351c1daf9205376ec9f]

        s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_TITLE_VCONTENT
        
        Change-Id: I6186a2583dff2b142ceee1c4f2c7f0c972ec6c57

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [656af688ecba51a619249a372e468b5abf991345]

        s/AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_VTITLE_VCONTENT
        
        Change-Id: Ic423c5a84c887222e38ab411ed218987075f7ced

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [9d90993a28420b369b06ab852908f7076521fb6c]

        s/(AUTOLAYOUT)_VERTICAL_TITLE_TEXT_CHART/\1_VTITLE_VCONTENT_OVER_VCONTENT
        
        Change-Id: I996d4a0b01ce9cb78119cba3165b2716f09fd048

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [e819494edba7b50e03ccd4da19df790552bcad72]

        s/AUTOLAYOUT_4OBJ/AUTOLAYOUT_TITLE_4CONTENT
        
        Change-Id: I8acd349ec7d9424f817981719320f51ac58b9861

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [6a7749cf33354010a279948807029eb322c8f113]

        Include <xmloff/autolayout.hxx> only where used
        
        Change-Id: Ia2964442a202690ddea9b9f2e976757846cec319

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [056bb6f4f09147f0a3097cb2377cdeb441349d07]

        s/AUTOLAYOUT_OBJOVERTEXT/AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENT
        
        Change-Id: Idf9771d3d58520a1a31cea45a6acca89347237f6

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [6c897c63f74cc92803e45303f1085af766324727]

        s/AUTOLAYOUT_2OBJOVERTEXT/AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT
        
        Change-Id: I9f421104773c8c84828cb0908f0f5e182538eead

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [97ee1af4554d1740b5d7902f64e47e55fa2b80ca]

        s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENT
        
        Change-Id: I8ed1361b2103b35e277107bfda4c174f07d9de08

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [7b2c59a97ddf9a5b14f2721005119e183a467803]

        s/AUTOLAYOUT_TEXT2OBJ/AUTOLAYOUT_TITLE_CONTENT_2CONTENT
        
        Change-Id: I514cf647863e51848ff51c26938e682ffeca7685

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [0cab28af329dd53168e99c582ff9c3318ac3c708]

        Use AUTOLAYOUT_TITLE_ONLY instead of "deprecated" AUTOLAYOUT_ONLY_TITLE
        
        Change-Id: Ib3c2b5f0feb70fea195f022f322c682ecd4f1918

2017-02-20  Tor Lillqvist  <tml@collabora.com>  [c87cc416609e2283d5059d8d1c317211871ddfa6]

        Use AUTOLAYOUT_TITLE_2CONTENT instead of "deprecated" AUTOLAYOUT_2TEXT
        
        Change-Id: I8897e31065f69b7fb62f0770e62025f35ecb5eec

2017-02-20  Eike Rathke  <erack@redhat.com>  [2f6d2c0c47ebfd1b98f9610aec99566fe3a1a982]

        use SvNumberformat::GetMaskedType()
        
        ... instead of manually masking out css::util::NumberFormat::DEFINED
        
        Change-Id: I0761132800b2b1693df41085695f36cd3cc1236b

2017-02-20  Eike Rathke  <erack@redhat.com>  [ce315ac12119f30be5789784010889e38b6f75a4]

        SvNumberFormatter::GetType() does not include NumberFormat::DEFINED
        
        ... so masking it out is unnecessary.
        
        Change-Id: I4b25ced640f9287c4db52a6257020fce4e4c1303

2017-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03a03d02769431e7da6c57f5b1f2b732773fc6a7]

        try to fix "random config" tb
        
        Internal libetonyek requires liblangtag. Build #227.
        
        Change-Id: Ie4bace66f90d071db3d4f10bf2b45990b738f9dc
        Reviewed-on: https://gerrit.libreoffice.org/34483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-20  Eike Rathke  <erack@redhat.com>  [820cb1f86f3fd177877b8719315fc03534e2049c]

        don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-up
        
        ... which all GetFormatTable()->...(nFormat) do.
        Also introduce SvNumberformat::GetMaskedType() for convenience.
        
        Change-Id: I9495d71b99116e74e8b877ffc9cd21bd36cc7b7f

2017-02-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [82e22bfe0410f3b7858bf5d43d09480fcd251b92]

        add ROW testcase
        
        Change-Id: I91c98e50536e0ef5691910a6161f6f65dfdd6540
        Reviewed-on: https://gerrit.libreoffice.org/34487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5706b29974c1c3ab0ba5a23685accf2fbebc3e06]

        tdf#105657 Treat "Precision as shown" for fractions
        
        For Option "Precision as shown",
         fraction must specificly be treated
        ImpGetFractionElements retrieves values of each part
        of fraction (integer, numerator, denominator)
        independently from its exact representation
        Update: avoid include of zformat.hxx in document4.cxx
        
        Change-Id: Ia3ea2322f3d311c04ef71f3260730c7154c3dc15
        Reviewed-on: https://gerrit.libreoffice.org/34331
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-20  Khaled Hosny  <khaledhosny@eglug.org>  [fc711de31b57e0f4d4c4615ef4fd201425cd9f47]

        IGNORE_HINTS have never been defined
        
        Change-Id: I35d08f6ff1ff3e78a5078062cef89304fa782489

2017-02-20  pv2k  <vidhey96@gmail.com>  [0ca9be4982b94701d326e9e994540c6df8aacf00]

        tdf#74739 removed 'PasteOnly' from Tools->customize->keyboard tab->edit
        
        Change-Id: I4693b09fa9b16cd5eec60a43c4653aef81860f1d
        Reviewed-on: https://gerrit.libreoffice.org/34245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [4ad8d5aad67154d112dd69966eaa59bb89609f40]

        Resolves: tdf#100841 retain popover if it has the same pos, size and settings
        
        Change-Id: I102874867020a3c471567cbdc97162c564351635
        Reviewed-on: https://gerrit.libreoffice.org/34480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [917d5b8b26a7428f7b7dd495a8db14a3ce16aa55]

        Resolves: tdf#97731 allow status bar to adapt to its own preferred size
        
        Change-Id: I4390f61a21eef21371ce7399bf746e60234b8db8

2017-02-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [3ee1c41ac72aaae9f364708b1c4df58d7643a341]

        tdf#105931 Add function ROUNDSIG to Calc.
        
        SIGDIGITS rounds a value to a determined number of significant digits.
        
        Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4
        Reviewed-on: https://gerrit.libreoffice.org/34148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-20  Justin Luth  <justin_luth@sil.org>  [1c3a784d38fc5986c78bab8d283c4661347baf43]

        tdf#105256 gtk findfocus return only if focused
        
        A patch related to tdf#96685 (commit 598e6a024163f1510d076000788b7745625f5ed5)
        caused the initial regression that Japanese-mozc would freeze(tdf#100903).
        That patch only modified what happened when the text was marked as focused.
        
        However, the regression fix for Japanese bug 100903 (commit
        1c81af2c1814e8bd12701f85e09cebf5fe206647) was not placed
        inside of the "if focused" code, and so it applies to more situations
        than were broken by the first regression, thus causing new bug 105256.
        
        So, applying fix 100903 ONLY when focused solves both problems.
        
        Change-Id: I1d8381f2d8cf793d481287ae975ce8a485b6c573
        Reviewed-on: https://gerrit.libreoffice.org/34453
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [6fbce0cb340448dc0074ff2462babc657da46056]

        gbuild-to-ideNS: stop printing multi-target warning, again
        
        This restores commit efed9a7585c7a2387f9c745910af071809342f46 (gbuild-to-ideNS:
        stop printing multi-target warning, 2017-02-10), reverted in commit
        5382fdaf2d651a393a1caf2e09351c77cb84c753 (Reverted ide generator script.,
        2017-02-20), probably accidentally.
        
        Change-Id: Ibe2afcfe7a0b02dbdeadb6af5d6e677dd984ad0e

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [7cc5aca1901ca7d67dffdcfc29537f32c31e0235]

        sd lok: use per view author in annotations reply too
        
        Change-Id: Ibc727b54ebfcbdd1c95b679a35ddc8878ceecbfd

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [b02416ea4742873153227b6eaca00a15e7335987]

        sd lok: Don't rely on model notify events
        
        Place comment notification triggers at the end of the annotation
        insertion/modification function to accomplish the desired behavior.
        
        See inline comment for details.
        
        Change-Id: I0cbd51feb455d497826d6a4534a8bbd817be7b31

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [35bb22c1a834b306c910cb065bc006818c9fa9b3]

        Resolves: tdf#106105 duplicate marks not merged when they are at the start
        
        i.e. initial mark isn't compared which goes on to crash under some circumstances
        
        regression from...
        
        commit aa11e7bae89fe691f914abb27d1c4a03d27a7ee5
        Date:   Tue Aug 14 16:31:53 2012 +0200
        
            Convert maList in SdrMarkList from Container to std::vector
        
        Change-Id: Ib3e9b02aad91c14971656af171d48154507da127

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [329a6985a4ab94a3f899053dc84422af848bd47c]

        no need for return at end
        
        Change-Id: I3fb2cc8d5d1c8853dc35b176030fc5d3292e4756

2017-02-20  Khaled Hosny  <khaledhosny@eglug.org>  [2759a1260db7f8642e085dd117a0c05215f52bdf]

        Prefix members
        
        Change-Id: I9382badb64fc2ac37869286d0b3172b35ee50564
        Reviewed-on: https://gerrit.libreoffice.org/34464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-20  Khaled Hosny  <khaledhosny@eglug.org>  [2d028dfe846a4dccb8b4572cc51f2b57f0305d61]

        Prefix members
        
        Change-Id: I342ac49877c928c52eb3001f5a7bab07588636fa
        Reviewed-on: https://gerrit.libreoffice.org/34463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [65cfa0eed38ceeb4e96c97b76772bb191129fd83]

        desktop: unit test to for sd ViewAnnotations command
        
        Change-Id: Ib830ff786f12d9edc791623dead74b3eeeabad71

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [1654980341cff652de65d3b2aed52230e781e63a]

        sd lok: Unit tests for comments api
        
        Change-Id: I88a5cbc952a1ddc2f8ccd5f34b86bf797916171c

2017-02-20  Stephan Bergmann  <sbergman@redhat.com>  [266e7ab8bedf0e4b515b194a563b36430d0c24e0]

        Use more appropriate function name
        
        ...than what cf01aff0027f3254ec1f4519447086fc76cbba3b "remove operator>> and
        operator<< methods" had come up with
        
        Change-Id: I36979ffa630241a396f8a68d9e1fa1b1d169c70b

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3db252b042085cce096ed7c8631dee5f851343e]

        remove unused enumerators from SdrObjKind
        
        Change-Id: I7b02cb0557d55a7063f8985552bdda54657d803f
        Reviewed-on: https://gerrit.libreoffice.org/34472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7b22080715a3798572fe15c0ef88b2415bfa5b42]

        Updated core Project: translations  9f55d56ddd0b479429a4d75b596387ace58c2c3b
        
        update translations for 5.3.1 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: Ia3f9bd35c20e7738c4378ef0927d427da1ae4030
        

2017-02-20  Stephan Bergmann  <sbergman@redhat.com>  [10d39960ad03f729aedbca0c50367f48d51f1304]

        nBestDist should apparently be updated
        
        missing ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import"
        
        Change-Id: If3271b253fbd5c9deda5b0ab8b9e20af6ab2be1b

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a1b0d3ff53c9cd4299a2372d72eb9eba1fe48e80]

        remove unused enumerators from PrinterCapType
        
        Change-Id: Id4f788dfae64e7a9bcde16af2db2ddeafaf6900e
        Reviewed-on: https://gerrit.libreoffice.org/34468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [408c0a7693316f0e23080be52db9bef720ed2cb4]

        convert StringType to scoped enum
        
        and drop unused FormulaValue enumerator
        
        Change-Id: Ide6026b841db224947d7d559c110dfc7da3cd975
        Reviewed-on: https://gerrit.libreoffice.org/34467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2009cf1b1c50976abd7714a2fc11046e12da8da7]

        Revert "tdf#105566 Close Infobar after clicking action button"
        
        This reverts commit 057990769325b2f3dd2f198a9bf76a0a85447bb7 as discussed with UX.
        
        Change-Id: I24c2a0efc0c866f895a00121f083eb526642650f
        Reviewed-on: https://gerrit.libreoffice.org/34473
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b58db13d196702adb0b1f94ec7b8bdfe5568b501]

        Disable failing tests of Chart2XShapeTest
        
        Must be the same problem which makes failing
        some of the Chart2DumpTest' test cases.
        So disable it for now, until we find out what
        the root of this problem is.
        
        Change-Id: I02efffa1e33d264f62802cb43629cc0a13fd74f9

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b9dd9bbdf248c0b5da981533c5411460bc354fd0]

        remove unused External from ConvErr enum
        
        Change-Id: I93d653d92466bfaa0bddc8ca5958e1328cf1d6cf
        Reviewed-on: https://gerrit.libreoffice.org/34466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e407079b21c15d4ad1c5b27dc52d7b24f4bcc318]

        convert XclFontItemType to scoped enum
        
        and drop unused EXC_FONTITEM_NOTE enumerator
        
        Change-Id: If38532e61a14ea009fc6156d4f158ff22e68935a
        Reviewed-on: https://gerrit.libreoffice.org/34465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [fde6bbe41d3d8e13b6d3dc3f18e5ddcd10cfe5f0]

        right click to insert image
        
        this was originally added by...
        
        commit 67c3e2abf353c4893a4680f7a5b2d8c457ef18d1
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon May 25 15:00:47 2015 +0100
        
            impress: right click to insert image
        
            Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
        
        then removed with...
        
        commit 7edfee8e4f81c17ec95a03843c509b95b8e404b2
        Author: Yousuf Philips <philipz85@hotmail.com>
        Date:   Fri Dec 11 18:53:15 2015 +0400
        
            Rearrangement of various context menus in Impress
        
            Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf
            Reviewed-on: https://gerrit.libreoffice.org/20640
            Tested-by: Jenkins <ci@libreoffice.org>
            Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        
        but no particular indication as to why
        
        Change-Id: I8b0ec6c22732d347fc7d354dc5ee5e05b5a3ec79

2017-02-20  Stephan Bergmann  <sbergman@redhat.com>  [520336fd6526a9a8ad416eec1674a5d7e8af2650]

        Better make the zero-initialization more explicit
        
        ...if initializing these members is necessary at all; a bit hard to tell from
        the code.
        
        Change-Id: I521eecca119b4f5150bdb7a1a93f4638e0186210

2017-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [711bc66ca34d3b1293a01fa7db16522b87055495]

        vcl PDF filter: avoid copy&paste
        
        By using a single ifdef block for the disable-pdfium case and by adding
        PDFWriterImpl::BitmapEmit::getObject().
        
        Change-Id: Ia21e16d469bc75e9b1a95342ed01caef3e91ccd9
        Reviewed-on: https://gerrit.libreoffice.org/34462
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [f35e6f2504384ad66b475d39849ed10987b2da53]

        tdf#103224: Get the initial colour right
        
        Change-Id: I59309f5b433eb7aa92d05ce7d373d69cb413b258
        Reviewed-on: https://gerrit.libreoffice.org/34383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-20  Stephan Bergmann  <sbergman@redhat.com>  [c3007ce68018f02d618797f4558b7b803f786d0b]

        Probably better to set xEntry->nKey = XML_NAMESPACE_UNKNOWN here
        
        ...to match the local var nKey, than to rely on xEntry->nKey being initialized
        to zero (which doesn't even match XML_NAMESPACE_UNKNOWN = USHRT_MAX) by
        
          new NameSpaceEntry()
        
        Change-Id: I415418b7a1446172a5dfb910df0ce747ebc0da04

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [f100f58dfbd3d0b61ce35cd12a7afe70440425b2]

        move comment to class and comment individual entries separately
        
        Change-Id: I2f678945fc5cac46acd6241d114e3cb21e972d26

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9e6228533b336317aa809a7aaaa4fd1c338d4f7]

        remove unused Box from ConvolutionKernelType enum
        
        Change-Id: I9f8610bc9ed7d5c175c369973dc8906179ae042d
        Reviewed-on: https://gerrit.libreoffice.org/34456
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [03eb939856a73fed6bbf3850d7dc4d58594a7d98]

        update .src comment for stringarray conversion
        
        Change-Id: Ib4518ea46acb37d97c9739ee11b6cf9777f99194

2017-02-20  Caolán McNamara  <caolanm@redhat.com>  [234bc82308b00d315360073f1316700fa688a38f]

        silence coverity#1202740 Bad bit shift operation
        
        Change-Id: I88c38a1a7eae0d1e2011c40983490efef1ff6438

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [3d10c608b05f648c5ff09f68a76b88090572b831]

        sd lok: Implement comment callback notifications
        
        Change-Id: Ibd3d2467a4bbac520987fa71a6d14994f58dd055
        Reviewed-on: https://gerrit.libreoffice.org/34460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [357fae01a15b88a53873278cccb1040b4d46bdba]

        sd lok: Support for replying to annotations by id
        
        Change-Id: I9e6416b87300c20969669ee9592f0b560959e160
        Reviewed-on: https://gerrit.libreoffice.org/34459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd27564ecbdf0a85b05e2578759dca9ad6efcd05]

        sw: prefix members of SwBorderAttrAccess
        
        Change-Id: Iff8bf7d5d2b5b50e21726429c8b836ae560400e1
        Reviewed-on: https://gerrit.libreoffice.org/34458
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-20  David Ostrovsky  <david@ostrovsky.org>  [996960f5a25c0833942c03b94356d2137c4d7557]

        MSVC 14.0: Fix warning C4702: unreachable code
        
        Change-Id: I38db92984daae40981f2d3f60c4efa38684d5328
        Reviewed-on: https://gerrit.libreoffice.org/34382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-02-20  Fakabbir Amin  <fakabbir@gmail.com>  [12fc1d5399a688a80eec2565a4b552377e428ab7]

        tdf#84323: Make osl::Condition::wait more readable
        
        Improved readability of calls to osl::Condition::wait.
        
        Change-Id: I69fb9815561013f1eb9fd4a649e32902e09473c6
        Reviewed-on: https://gerrit.libreoffice.org/34399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8d8fb3f0cf4a961bbff54523eaca1a4f8179c7a]

        convert EncodedWordState to scoped enum
        
        and drop unused CHARSET enumerator
        
        Change-Id: I7edb25061a82922d6c058967ae381d15f6f5d21f
        Reviewed-on: https://gerrit.libreoffice.org/34457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [d1eb3c86b0ae5fb2a237b6a35b823e9569e2dcf6]

        remove unused ModalDialogue from WMWindowType enum
        
        Change-Id: I22269d6d1868b744f48274ff53ca46fa93ce9fc1
        Reviewed-on: https://gerrit.libreoffice.org/34455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [866582435fa8ea0a76ad08d07e7df3a344072c94]

        lok: listen for DeleteAnnotation state changes
        
        Change-Id: I2ea0d237cbbfd912b012ed400a328bfb6546cdfb

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [57d75ba3176063249e27524a7c7e425b3a2e75b4]

        gtktiledviewer: Different reply uno command for impress
        
        Change-Id: I9dcd32a7e64198ca4772f263ed89a458e298c53b

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [2c58754fac268fe41c892e049a6a7a28e717cd72]

        sd lok: Allow specifying text in the insert uno command
        
        Change-Id: Ia352f0ec073449422e7d0b1327bb85d9b04356c0

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [2613e93bd2e4f467214ae519e5472035c351eec5]

        sd lok: Support deleting annotations by id
        
        Change-Id: Id415fcbe8ad478c022bce23158699a17f031c1f9

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [c62d2317472e2a02c7ace08a2f8ecc4135a9ba2c]

        gtktiledviewer: Id param is string now
        
        It was changed in ce96c5957c38384f8911d6307605c502eca0c644
        
        Change-Id: I4cc1f90d85e31044306ab36eaeac9d4424d965c0

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [2acb622631453a3e4b74991986618ba161d9e4b8]

        sd: Superfluous condition
        
        Change-Id: Ice8c5937e208880083b45d11aedcc3cb4a9f3c10

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [6a4bf88c581b7fc1b6303099c804235027fd9f3e]

        gtktiledviewer: Adjust for different delete uno cmd for impress
        
        Change-Id: I7fa82096298a8a7c9f586a1d3c06aa5852e6842e

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [80d1ada96010a943ff1793139d176086f4598d98]

        sd lok: Use IDs in ViewAnnotations output
        
        Change-Id: Ifb1f55ad5a1d21d63f9b37a83e3218c40dfa0b59

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [46be94e3dc721d936de9699c1e24e5853b00c0fd]

        sd: Give ids to each annotation
        
        We want to refer to these annotations using these IDs from LOK clients,
        for example, to delete or modify them via the LOK API.
        
        Change-Id: I8f516977ece098713bdbf63f15575ae2ded1d2d2

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [c3b26856cc4d69bc206dc56e0b6a47d9cf4afb6c]

        sd lok: Implement ViewAnnotations command
        
        Change-Id: I87dde393adc82dc59c08ec96d1fd79145de6f3c6

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [6b4103984f31b42c791800925328dda00f17f122]

        gtktiledviewer: enable comment sidebar for all doctypes
        
        Impress was the only doctype remaining which didn't have comments api
        yet, but now it does
        
        Change-Id: I4e287301e879dff1c29c26880305505466ceaba4

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [fbb171357048dc5ef52faec118327e68d423fa91]

        sd lok: Disable comments if required
        
        Change-Id: Ic321bb9d35f5db3d2fbeb9f183aaa48da23002f3

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [5556b6e9ad791fc31ef4428ec7dd342c5e0e5482]

        sd lok: use stored per view author name
        
        Change-Id: I8b56a7d6aeb9d98d42cb1c07cd347d1171762b08

2017-02-20  Pranav Kant  <pranavk@collabora.co.uk>  [b46f3cd56fc5bcd419d79d1f615c3e1921ec5bb0]

        sd: Per view author names
        
        Change-Id: Ie7146ec289263eb3240a4b9270c4a88837ebd2ad

2017-02-20  jan Iversen  <jani@libreoffice.org>  [5382fdaf2d651a393a1caf2e09351c77cb84c753]

        Reverted ide generator script.
        
        Copied gbuildt-o-ide from December 14 to
        gbuild-to-ideNS (script for old generators).
        
        Change-Id: I5900aedeb22f2eb1ef5b0e3672175df34845a063

2017-02-20  jan Iversen  <jani@libreoffice.org>  [433fb310e0774f6d27e7ea7fb0048c32237a76da]

        use old ide generator for vs2013 and vs2015
        
        Currently we have 2 generator python scripts,
        Makefile.in selects which one is to be used (old/new).
        
        Change-Id: I1f7f8c216a97e273ce1b8e5149d1ffc80ab1277a

2017-02-20  Julien Nabet  <serval2412@yahoo.fr>  [82d863b4a410fa78120d2efc41bd2b3b61f21cee]

        Related tdf#99967: Cleanup after Web Wizard drop
        
        There are still webwizard*.xhp in help/source/text/shared/autopi/
        
        Change-Id: If54d7bfc093c8c0765fd881eeb14f62bc3517194
        Reviewed-on: https://gerrit.libreoffice.org/34402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [63cb2a83d5c9b6bd7e689c0715f632ffeac0ceea]

        cppcheck: redundantAssignment
        
        since commit ce92b5da976122a9120fbb499f7a823ed67a4d01
        
        Change-Id: I27b4c8337ad229c2ad93e294c9159baa3c2567b8
        Reviewed-on: https://gerrit.libreoffice.org/34439
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f5b09b48c239825e1e94cdfbddb6f0d240fc133a]

        cppcheck: unreadVariable
        
        Change-Id: I701431f0346727cbb039f18ade55b5a98c97a135
        Reviewed-on: https://gerrit.libreoffice.org/34438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [696479aafa6c43daf95c39755f8ce6b772b3938e]

        cppcheck: redundantAssignment
        
        Change-Id: I4537ced9dafb5b20dbf8cfb7d335698536067c49
        Reviewed-on: https://gerrit.libreoffice.org/34436
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f173262024391af6cbeac180f8628d0022a22426]

        cppcheck: redundantAssignment and unreadVariable
        
        Change-Id: I19e8aef9149154967a5a1ba32e3d8e0a918adeaf
        Reviewed-on: https://gerrit.libreoffice.org/34437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [673dddaf9d6f49ff43724ff84122451bb4df94f2]

        this can't be nullptr
        
        Change-Id: I33a18fe4c03a921e834ac6ea4234ddaf42a390e2
        Reviewed-on: https://gerrit.libreoffice.org/34435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [76f9e3b417f19c0a16477e0a0e68e2da31d1de6f]

        remove some unused enumerators
        
        Change-Id: Idb9080f9c2edd838385d78b64e61ab49e93fe54b
        Reviewed-on: https://gerrit.libreoffice.org/34373
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-19  Caolán McNamara  <caolanm@redhat.com>  [872a2d389588e26e0f1f8bbd7a95e5273cd8263f]

        coverity#1401345 Uninitialized scalar field
        
        Change-Id: I7c65e520b45d8b1bbfec2e8631201ebb3ad92829

2017-02-19  Caolán McNamara  <caolanm@redhat.com>  [37d8dc32f1dffdabe6f7dbed378f92046c6e3a18]

        can be a PopupMenu instead of ScPopupMenu
        
        Change-Id: Icf33d24d09a27047e81f2cccc63350dae72eea3f

2017-02-19  Caolán McNamara  <caolanm@redhat.com>  [b802ffe3fde8f0651d74ea563e1bf90d4e4d8099]

        warn->info on icedove/seamonkey profiles
        
        Change-Id: I25fe8a433670effbbfd5c530587602697e4f6cf4

2017-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1538ed0b0dd623a6bd3971e5f3c8cecc11c8d60]

        uitest: allow tests in each module
        
        Change-Id: I95be6c97e7c01159f274397b636ef0599d872c0f

2017-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae17a85c2baf9f2ad97270e97bc372e61c7e3678]

        fix previous commit
        
        Change-Id: I55e876ef159c677c109f82fee917944a9fddd918

2017-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd0d122bad865cb7a6b9ff834eb6b9866267d3f7]

        fix the disable-gui build
        
        Change-Id: Ide1af0779d4fa83ea480088874d5d2767518bbf7

2017-02-19  Julien Nabet  <serval2412@yahoo.fr>  [34da3c12441f464f6eeb1e73540a25d58defe021]

        Firebird: css::sdbcx::Driver is implemented
        
        in Driver.cxx around line 253 and declared as such
        in FirebirdDriver::getSupportedServiceNames_Static
        
        Change-Id: I3ca6f144f019ba41af02e2f3ac63395015f7f812
        Reviewed-on: https://gerrit.libreoffice.org/34427
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-02-19  Szymon Kłos  <eszkadev@gmail.com>  [f1af784134b17458b4ca24891d27926feabc67e3]

        tdf#103355 Hide Notebookbar during slide show
        
        Change-Id: Ie3e1b9f9dfc109ecb48cd384972dfa5a5118c3fa
        Reviewed-on: https://gerrit.libreoffice.org/34401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-02-19  Takeshi Abe  <tabe@fixedpoint.jp>  [1f02e9b5a71836aa750d8e6676d2e876cad5e7a2]

        starmath: Convert SmParseError to scoped enum
        
        Change-Id: Ia2663a768c424ea6f03bd0933a3c2fd608c239d8
        Reviewed-on: https://gerrit.libreoffice.org/34422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-19  Lukas Röllin  <lsroellin@gmail.com>  [28416331ffa226a93278e5a673f8ea2fbae28b42]

        Small German comments
        
        Change-Id: I9d1a0c82a81d1ebe6d7438180da7baf2ca2ae50a
        Reviewed-on: https://gerrit.libreoffice.org/34417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-19  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2fd310a626b897bb71d75fa085e497b0d1d845b6]

        remove text that is not translatable
        
        Change-Id: I9209d1c163c7613069f3bd1abf852f6e2ad1a66e
        Reviewed-on: https://gerrit.libreoffice.org/34404
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-19  Julien Nabet  <serval2412@yahoo.fr>  [07f98f3fdcc34320736e8c75c2528866eae65f30]

        Typos: mainly translation remnants of Objekt instead of object
        
        Change-Id: I84c488a4a0fa96f85158d34035a16aa5e10c7c21
        Reviewed-on: https://gerrit.libreoffice.org/34418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Fakabbir Amin (Aeimi) <fakabbir@gmail.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-19  Tor Lillqvist  <tml@collabora.com>  [6ec1c0e803d52ff3ef28251b9e411f5f598b42d5]

        Make it even more clear that --disable-gui is not what you want
        
        Yesterday, a misgiuded person on IRC had thought that --disable-gui
        would be useful (or even needed?) to experiment with LibreOfficd
        Online.
        
        Change-Id: I1d7ac30bfaec7fed6b297fd732a1d94324a76cef

2017-02-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ba107fbab8a110a6545a935bbdbdb9356d53d61]

        Consistent formatting & indentation.
        
        Change-Id: I5dce7d05156313d460533040b8f7a3de3d8c59d7
        Reviewed-on: https://gerrit.libreoffice.org/34420
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a807f90b08292d5e7841725d9de0ce65bb7728db]

        Fix headless build
        
        Change-Id: I160186438a8ffbd942d38770c469454f1ed741b5
        Reviewed-on: https://gerrit.libreoffice.org/34419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-18  Mike Kaganski  <mike.kaganski@collabora.com>  [12899c07be2f927776ae12ea1abcefdc4bea8346]

        tdf#100826 related: initialize stdout/stdin/strerr properly
        
        The previous code doesn't work with VS2015.
        
        Change-Id: Ide75b2f978dda871874572a093039b5772a2b537
        Reviewed-on: https://gerrit.libreoffice.org/34409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-18  Maxim Monastirsky  <momonasmon@gmail.com>  [5280121732324eff5a30087a36a50c58524b8ef3]

        Convert RID_MENU_REPORT to xml
        
        The change in PopupMenu::ImplExecute is needed because
        MenuBarManager dispatches commands synchronously, and a
        command can try to dispose the parent window of the
        MenuFloatingWindow (e.g. right clicking inside the report
        header, and choosing "Delete Header"), which will lead to
        Application::Abort in a debug build. So we must get rid of
        the MenuFloatingWindow before handling menu selection.
        
        Change-Id: I1657cd16a005207abc31f4b65595ab78ed235e37
        Reviewed-on: https://gerrit.libreoffice.org/34407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-18  Lukas Röllin  <lsroellin@gmail.com>  [423beaf852aefb6a62882ac0ca55443113fda8b1]

        German comments in htmltab (squashed and fixed)
        
        Change-Id: I37ffa94dc0edf58996fb59da838c02bb4a559519
        Reviewed-on: https://gerrit.libreoffice.org/34325
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-18  Justin Luth  <justin_luth@sil.org>  [a189b27ebeac8f179b9cce959e66862a16c4dd52]

        revert tdf#101815 editeng SetMustRepaint when InsertText
        
        It wasn't targetted enough at the specific problem, and caused paint
        problems. This fixes tdf#106056.
        
        Change-Id: I2d87bc78627a558c62cb0efc24e49c7656662976
        Reviewed-on: https://gerrit.libreoffice.org/34403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-02-18  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [22c9828f1d61af976133bf517431862126496d30]

        Translate German comments in interpr1.cxx
        
        Change-Id: Ie9a8693af9f8bb6413c7feecf45f20d971209da7
        Reviewed-on: https://gerrit.libreoffice.org/34344
        Reviewed-by: Lukas Röllin <lsroellin@gmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-18  Lukas Röllin  <lsroellin@gmail.com>  [fc2cc56178353fe67bbfdcf8b9392345343bb098]

        German comment translations
        
        Change-Id: Ic6885cdc22a8353842502e681e08708cedf09f5c
        Reviewed-on: https://gerrit.libreoffice.org/34381
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b9e33cceb635cd3c173bd1f461af98cfd6f6ed2]

        don't forget to set the managed flag, tdf#105544
        
        Change-Id: I46d534a157b05ce22ba42e269ca8266e3403ecd2
        Reviewed-on: https://gerrit.libreoffice.org/34229
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [251c7180a8fca78aefb71268a1b39ff7176a1d90]

        add test for tdf#105486
        
        Change-Id: If5b3f934b634be5ba928b319245ba33b690e038f
        Reviewed-on: https://gerrit.libreoffice.org/34397
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aaea9beabcdfa16ffd36116591c5ebea25906b94]

        fix conditional format import from XLSB, tdf#105486
        
        Change-Id: I2b781f45221e434c8ec0ee079afb54c505faf2b5
        Reviewed-on: https://gerrit.libreoffice.org/34396
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ec0500e20cf273d70c4fbddb4063b8f8295307c]

        use special method to close dialog through button click
        
        Change-Id: Id884cc75503cb433742f9316d9647cff801565f7
        Reviewed-on: https://gerrit.libreoffice.org/34230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19d52e56a4581bb12bc271765feec7b8ab78c45b]

        uitest: use the correct method to close a dialog through a button
        
        Change-Id: I210c1d9a99a93b7a21478f679f440c270375bedc
        Reviewed-on: https://gerrit.libreoffice.org/34398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-18  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5bb5a9dacb84ec14f7148a5a5d9ba38b7e9f1039]

        ChartDumpTest: Build fix
        
        Change-Id: I2271cb393ad5268d1c579fb2f9c5e1e73a42c8f3

2017-02-18  Eike Rathke  <erack@redhat.com>  [a627c44026fcf883918f84bddd1c3b745e1f898c]

        Resolves: tdf#105667 forget target area's caption pointer in Merge Undo
        
        It's the same that was copied to the Undo document, so don't delete the
        caption.
        
        Change-Id: Ib89870ed6e392c4271de2f416c78d42135922609

2017-02-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e75734dfc530a101cadfe263fc256b12acc3a718]

        Pivot dialog: use C++11 feat., get rid of using namespace std
        
        Change-Id: Ic3690bf94aac2ec69c074eb4707a765bd932e5b0
        Reviewed-on: https://gerrit.libreoffice.org/34173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1334702ec3c92484c70954ce8474882ae5da6764]

        tdf#98665 optimize table format style access
        
        Rework GetTableFrameFormat and GetTableFrameFormatCount to a
        simpler implementation (searching forward and using c++11).
        
        Using GetTableFrameFormatCount to get the size and then in a loop
        call GetTableFrameFormat for every index, can get really slow as
        in each call we need to filter the whole collection. Through UNO
        we can't avoid this (without much more work), but for internal
        calls like SwXTextTableStyle::isInUse, we access the underlaying
        collection and iterate + filter ourselves. In the same way we can
        slightly optimize SwXTextTables::getByIndex UNO method (with
        removing the need to call GetTableFrameFormatCount).
        
        Change-Id: Ib8462c32311ccc162ec290fe4eec70820855a378
        Reviewed-on: https://gerrit.libreoffice.org/34008
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5b3022860abfe7eefd2e25b60b5b2a563b42b3c0]

        tdf#99967 Drop Web Wizard
        
        Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab
        Reviewed-on: https://gerrit.libreoffice.org/26381
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9bc537b7943bc4d82e759b394941f89c35658516]

        add CHISQ.INV, CHISQ.INV.RT test case
        
        Change-Id: Ie09299e297bb915b9bd722d6f4f2135232337c32
        Reviewed-on: https://gerrit.libreoffice.org/34380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [6f53409ef3a45e0c26cc87247dd2ea9aa4539d55]

        ofz: libFuzzer: out-of-memory
        
        from "unstable" log file https://oss-fuzz-build-logs.storage.googleapis.com/build_logs/libreoffice/latest.txt
        
         #5 0x617248 in operator new[](unsigned long) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:84
         #6 0x710843 in MetaCommentAction::Read(SvStream&, ImplMetaReadData*) /src/libreoffice/vcl/source/gdi/metaact.cxx:3363:18
         #7 0x6e1921 in MetaAction::ReadMetaAction(SvStream&, ImplMetaReadData*) /src/libreoffice/vcl/source/gdi/metaact.cxx:266:18
        
        Change-Id: I518adea27565d1fbe91c8817f41850deb0ba9877

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [273823de644f2086377795d3afb51a39d30bfeaa]

        add ras fuzzer
        
        Change-Id: I06c36dd30ed6422b2c21dce3a43b89f43b1218b2

2017-02-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [bc9a9bf27bca81548710adf563523b5c80c84bd3]

        ChartDumpTest: Avoid using thousand separator in axis labels
        
        On different systems different separator is used
        (e.g. coma, space).
        Plus tdf#106068 can explain why some of the tests failes
        on mac, so disable only these tests.
        
        Change-Id: Id0fa8938d93dd9d4843d42426d369dcdfa1daef1
        Reviewed-on: https://gerrit.libreoffice.org/34378
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [42c0dfbd6b08ecbc5893595a4100d572a3082d8a]

        tdf#106059 PDF export: write form XObject proxy for PDF images
        
        PDF allows referencing a page of an existing (embedded) PDF file
        together with a fallback bitmap, but this is only allowed for form
        XObjects, not for image XObjects.
        
        So case the image is a PDF one, wrap the image XObject in a form
        XObject, that will allow later referring to the embedded PDF image.
        
        Change-Id: I30839dd6696f1fddd8ca2caa0d33123e90fcedbc
        Reviewed-on: https://gerrit.libreoffice.org/34376
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-17  Tor Lillqvist  <tml@collabora.com>  [b57d51e32fb85e9cde64f85719725253162c42e4]

        Drop :: prefix from std in [de]*/
        
        Change-Id: I3247894fe022dce7f0aa351bd85fefcd7c545dd4
        Reviewed-on: https://gerrit.libreoffice.org/34377
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [c910d1dae1a9fcf0591098244debc863dd59618a]

        Related: rhbz#1422353 make writer behave like calc and impress
        
        and start off by default maximized
        
        Change-Id: I8d464c28b61991d27cdb732da50ebfa61802d001

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [2006ac5ffb879c20155af20d3c1c6dda4324678c]

        Updated core Project: help  83561da68b0f71ec6c6a3f818f0a80f3c0714ab7
        
        update help ids for .ui spell menu conversion
        
        Change-Id: I7983ebead12aea51b56e652b212836a273e9c346
        

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [5d6a605a698239638e0a1282e3e99a704b7f3654]

        convert editeng spell menu to .ui format
        
        Change-Id: Iaae8e6d6ee3c9cafad343fefb4f357b080df3a08

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [b64bdb8d75105d08fff11beca4bbba128d214d5e]

        support submenu entries of menus in vcl builder
        
        Change-Id: Ia6f80871ccf56527bb1338a288554bc37cd699e2

2017-02-17  Stephan Bergmann  <sbergman@redhat.com>  [fbaec92d4366caa35e2db8fdb60d8f3976453b65]

        No need for mpWrapper member
        
        Change-Id: I5b0526dd6fe76735fb25b7864e71e36e4f0eeb98

2017-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fd4c95affbad94f5630425e35bced434d18e3d8]

        tdf#106059 PDF export: include content of PDF images as an embedded file
        
        Initial step to have vector output for PDF images in the PDF export
        result.
        
        Change-Id: I3d08403d3c83e11c63af69312f9af7474dcd2ead
        Reviewed-on: https://gerrit.libreoffice.org/34366
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [19ac788547e27774884fa9b9287e36c50512a7a3]

        drop newly unused Resource::IsAvailableRes
        
        Change-Id: I118567578d60ceaf0664f466f57ebf39b996e3b7

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [7890c99b2e6b8247c4f1437ea6a2b5e53665ccb0]

        drop now unused Resource::FreeResource
        
        Change-Id: Iaf075a926a61d944c6d7d959ac1aad291fd0b696

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [c7aa8e42d3dfd089efa948b776f915e5479b5463]

        sort by opcode and use lower_bound to find in sorted list
        
        Change-Id: Ic7117858811d2afd278fe0b18e57d3312bb681f9

2017-02-17  Caolán McNamara  <caolanm@redhat.com>  [b127134103e0fcf8b415f53eebed0b5180d782e3]

        move formula description extra data out of .src
        
        and remove reading/writing of defunct ExtraData from rsc
        
        Change-Id: I5be6e11c5921eb809143487a456d1e4ee203e68c
        Reviewed-on: https://gerrit.libreoffice.org/34345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-17  David Tardon  <dtardon@redhat.com>  [f4875397fbdfa78a95523db0dfe75551b83bf68a]

        upload poppler 0.52.0
        
        Change-Id: Ic73d7f0aa7f8edf1cf923add5bd508419394178c
        Reviewed-on: https://gerrit.libreoffice.org/34367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-17  Tor Lillqvist  <tml@collabora.com>  [7277991e78c264025b4894ae07b40fb12cd57ce6]

        tdf#90407: Export Text AutoFit to .pptx
        
        Change-Id: I2120f13fff58d4736ab55071236e0c2f80ba2eb0

2017-02-17  Eike Rathke  <erack@redhat.com>  [7fbdd8b7d3741d55b229977f9e6d6213af5fa542]

        more counts<SC_DPOUT_MAXLEVELS to check, tdf#105858 related
        
        Also for row, column and page field arrays.
        
        Change-Id: I1dccdf139af778a2c0dc550be0b573c984256a2d

2017-02-17  Eike Rathke  <erack@redhat.com>  [9bdf971b0202c6d55d88e61861b251459de9586b]

        Resolves: tdf#105858 check nDataCount<SC_DPOUT_MAXLEVELS to prevent crash
        
        Change-Id: If9084543a0a191d08da37b5b8a187bce46440871

2017-02-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [684b9de16f41ca7662ed0d848fd63c3c5661d671]

        gpg4libre: Fix linking against internal gpgmepp
        
        including headers still broken
        
        Change-Id: Id631c978d820046db880ff8035158200dcb8951b
        Reviewed-on: https://gerrit.libreoffice.org/34343
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-17  Stephan Bergmann  <sbergman@redhat.com>  [948555c44df31f46573cf4583bc1e17273ce5c07]

        PaneDescriptor::mbNeedsClipping is never read
        
        Change-Id: If8e5f5dca0927b961685af7339fd1d982314a6d7

2017-02-17  Pranav Kant  <pranavk@collabora.co.uk>  [0d839366acfd932b8ae1b31b72c5eca4e102834d]

        sc lok: Unit tests for Comments API
        
        Change-Id: I896c8b25cab6d80d374d273eb3945716bc0694d6
        Reviewed-on: https://gerrit.libreoffice.org/34365
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-02-17  Pranav Kant  <pranavk@collabora.co.uk>  [b7640cbb4b34df2cb05c6fbe60346bca96846924]

        sw lok: Move this test to sw/
        
        Change-Id: I9bf901a4c8ffbdd54a98ff043ea1e658aeb62839
        Reviewed-on: https://gerrit.libreoffice.org/34364
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-02-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [afd762249d6e6ea6d6e99204708f0f75a2d0b5a8]

        ChartDumpTest: Bigger delta for AxisLabelTest
        
        It's still failing randomly on Windows tinderboxes.
        
        Change-Id: Idcb7e24d5d11ddc94ead74a2308d43c60de7b430

2017-02-17  Mark Hung  <marklh9@gmail.com>  [2ca015c2d30fc135e054e3eb329c530adce6ad0d]

        tdf#105423 support vertical merged cells.
        
        Handle rtf keyword CLVMGF and CLVMRG and decide rowspan
        for the first cell.
        
        Change-Id: I1bba84a02b0115c5d7ac80e7aedba275fdeef651
        Reviewed-on: https://gerrit.libreoffice.org/34312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-02-17  Mark Hung  <marklh9@gmail.com>  [291538bac9b0d9e1afe69c244ffa9e3f4b203761]

        tdf#105423 merge cells based on its column edge.
        
        As we have split the row into columns based on all
        possible edges from different rows in the original
        table, we need to decide how many columns in the new
        table is coverted by the cell from original table,
        by chcking its edge and merging covered cells.
        
        Change-Id: Idfd2347765bf658aff90121d24d2154ba28956da
        Reviewed-on: https://gerrit.libreoffice.org/34311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-02-17  Mark Hung  <marklh9@gmail.com>  [93a7df4bdf6a79a4973907d517149818d99c3638]

        tdf#105423 remove unecessary mnCol and mnColCnt
        
        mnCol isn't necessary because it always get value from
        mnColCnt, which is always increased by 1.
        
        Change-Id: I373ed27694e91369f3f20b43ee985fee7a0f63f6
        Reviewed-on: https://gerrit.libreoffice.org/34310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-02-17  Mark Hung  <marklh9@gmail.com>  [a20e6213ed40cd0ba6c0f144f2a954f008fdc372]

        tdf105423: make sure column edges are increasing
        
        Replacing column edges based on its index doesn't work
        because each row might have different number of columns.
        
        Change-Id: Ib17d41d7e0daab9090670c4a9aba45d79e447622
        Reviewed-on: https://gerrit.libreoffice.org/34309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-02-17  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1ce132b5b41e218520cc51506665ee0bc625b24b]

        tdf#105639: create valid id values in svg export
        
        Change-Id: I01a011501af317d7a9e90d7c70d50ef84c74b24e
        Reviewed-on: https://gerrit.libreoffice.org/34347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a7288b2ff00c5d172fa47ba23975c41afee80a7]

        sw: clean up useless debug code in frmform
        
        Change-Id: Ie083d794a36b2b7273195fc71f9eec954ef041ce

2017-02-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c55c82616307a72b31d6c7511ce1ff9cafc45a6a]

        ChartDumpTest: Don't test geometry on mac
        
        Test fails on mac with large differences.
        
        Change-Id: I57bc58ad0b0d819533858992f032bfd763874d99
        Reviewed-on: https://gerrit.libreoffice.org/34362
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [65227e9a405a61660d61871440727bbad70b5750]

        remove unused svSubroutine from StackVarEnum
        
        Change-Id: I88603ce20dd152b600b2f30c81f091795b23169d
        Reviewed-on: https://gerrit.libreoffice.org/34359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [06f0d2d9f1ff0f6a8d1eddc693e4c4f65ec2b046]

        convert FormulaCompiler::SeparatorType to scoped enum
        
        and drop unused COMMA_BASE enumerator
        
        Change-Id: I5f35ba7453d5ca613ebd65d0853c7caaa210f3de
        Reviewed-on: https://gerrit.libreoffice.org/34357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [dc003d59ea81d39bccc88f47b0a0d6c12f82357d]

        gpg4libre: fix gpgme build dependencies
        
        Change-Id: If71b144f008e35ee248421d922ab2a1a4463d093
        Reviewed-on: https://gerrit.libreoffice.org/34361
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f37fcda0e9f893b8eca6598004af618e19feb58e]

        gpg4libre: fix build for older autoconf/automake versions
        
        - serial-tests fix from Richard Jones' libguestfs (lgplv2+)
          (needed for automake < 1.12)
        - m4_esyscmd fix from slurm project (gplv2+), needed for
          autoconf < 2.62 or so
        - m4_argn from m4 sugar (gplv3+ with autoconf exceptions)
        - AC_CHECK_FUNCS does not like nested macros, so outline dependend
          AC_CHECK_HEADERS
        - only build c and c++ bindings for gpgme, we don't need anything
          else internally.
        
        Change-Id: Ic65ca92119efda585ebc9acbfb7c6c2ac2585451
        Reviewed-on: https://gerrit.libreoffice.org/34349
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-17  Stephan Bergmann  <sbergman@redhat.com>  [60b1bbae54d3de1edab41689529fcfcce953abf6]

        Missing include
        
        Change-Id: I8d334b7d46c15e9e39d28ca39361d701596249b6

2017-02-17  Aron Budea  <aron.budea@collabora.com>  [6e3a84023b46f6be632b43d2f5713d8d4bb2ba62]

        tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX import
        
        Spec limit is [1..600], sometimes documents contain 0,
        which, similar to other values outside the limit should be
        treated as 100.
        
        Change-Id: I04aec25b638762392de3f9881cd72588f2753e71
        Reviewed-on: https://gerrit.libreoffice.org/34341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [fa1ac3381d2c9faf7af562de85a379196a5704de]

        fix windows build
        
        after commit dc21a49ea3a5a655e6bf70860b1b99c20e5b7473
            "convert SbxDecimal::CmpResult to scoped enum"
        
        Change-Id: I874976a30a57589cabd37f659a48a81933d867a7

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [48f9640602ac75cb58cf53d56ce59e5b9ad0e18f]

        isAssignmentOp is not available on older clang
        
        Change-Id: I1ee7a8266a2ad0e14a28fab7aa0095b15647d5b0

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [1400cec1642039c2ff2021e574954d4b4576f5ac]

        remove unused formula ErrorCode enumerators
        
        Change-Id: I0d81b43ba4e0a8734074651228743acaeae7aa97

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [be021ba04d56b45bcb3c6cf09c193abc7f5e9dc0]

        convert StackMode to scoped enum
        
        and drop unused AMBIGUOUS enumerator
        
        Change-Id: I71954d75a64928061c0e520beb47f979c53ee5a8

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce92b5da976122a9120fbb499f7a823ed67a4d01]

        drop enum NormalAxis
        
        since we only ever use the Z enumerator
        
        Change-Id: Ia162a6be650704649f5232fff0fa229c7b346450

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ac9f8ddd7d4126a138b84143f48abdc5c41d0ff]

        convert PropertyType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I61d2a46ed84ce4163757a2da58162c72b1b0950f

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [8fc4aecde317a1c49755b1a0695d8359830a2c8d]

        convert ValueParser::State to scoped enum
        
        Change-Id: I20c8217576fb6993107f1e45429adc5660d38da8

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2c06083c75cca66885c356520b5a83b4a722796b]

        remove unused NONE from TAscendingOrder enum
        
        Change-Id: I31c793df40b2a687b4a6c84854f34aba72ac0494

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [72356f947b096fc4cc89f1b07ce5ee55047813b0]

        teach loplugin unusedenumconstants about CXXOperatorCallExpr
        
        fixes some false+ in the write-only analysis
        
        Change-Id: Ie7905c05c8012820c640064d451b33badb04c5fc

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [80dd757500eeca2ee899bcf8e6d972d867690de0]

        convert GraphicObjectType to scoped enum
        
        and drop unused FILL_PROPERTIES enumerator
        
        Change-Id: I302d9d1d997c4fc491f7950b220060740f831539

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [3ed6cb574888c82e250774ddf48d8a371483e890]

        convert AccessibleBase::EventType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I1ce08b16d587edcaee214b40798fe53fa3fc7923

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [802a76d4a972db180a21efb9cb6e05220b724c22]

        drop TimeBasedMode enum
        
        since we only ever use the AUTOMATIC enumerator
        
        Change-Id: I1370bf30ea31d0631e56524638ee843f18583933

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [58f75fb66a83b1bc7d8297dedc14ade88a9bbc9d]

        drop ModulationMode enum
        
        since we only ever use the MODULE_NONE enumerator
        
        Change-Id: Icd075bb01b5938dbd75b901521d084ddd6469963

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [51d474abdb8835fe8de055795f17ee580474fab4]

        drop cairocanvas::ColorType enum
        
        since we only use the one enumerator value
        
        Change-Id: Ifec39f4845348c753a6207795c62b27a7af1bbcd

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc21a49ea3a5a655e6bf70860b1b99c20e5b7473]

        convert SbxDecimal::CmpResult to scoped enum
        
        Change-Id: Id2d887c3ce4316a223497ef6790ca326983c4817

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ea27cf64f050b98b8384d0acfe6df8e203413ba]

        convert INVOKETYPE to scoped enum
        
        and drop unused SetProp enumerator
        
        Change-Id: Ic8a71991f6a4e08d0189d2eb93580b0c33204d1b

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [792886d34bd87ad5e2b3d197e86ab41205a33618]

        convert basctl::Layout::SplittedSide::Side to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I7c8338423eddb64bf4d4138d2613dd393408c9e3

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [210db2bf9e199f0a58fbd7a629edda63903fabac]

        convert BrowseMode to o3tl::typed_flags
        
        Change-Id: Id76339f73b3d4acd4908fd66c4c745c5b2b57c2f

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [14fb8f7960249271fd73123c056057ce49980667]

        convert ObjectMode to scoped enum
        
        and drop unused Method enumerator
        
        Change-Id: I5ba25fbeaf67280f748acf8d84ab903a4c71e40b

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1421a3e12167fafc966d069b3a4f7eb84ffda05]

        convert SbxNameType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I2b47828b2146fcda335f1dc1c1f61a1139abbe19

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [fb4bf693999b8a1ebf79bad0d223ae2d4398cf81]

        remove unused KeywordsOnly from IdentifierTranslationMode
        
        Change-Id: I7262e618a14fa9e025d269b560da752e3200309d

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [1920061bb2f35df638a638ffebae25245e6ec450]

        remove unused None from ErrorCode
        
        Change-Id: Iab5bf1a34fa07c851067fe30df875e821583038b

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d386abfb09e4add6817cfb3fc8fcb259a2b69705]

        remove unused enumerators from SQLNodeType
        
        Change-Id: I0e8a3c5b63a00befa36c7edfbec0acd60bd3dc03

2017-02-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [691e19ec65ef6cbe042f101e05eafaa741c4fca4]

        remove unused enumerators from StandardSQLState
        
        Change-Id: Id17c6c0cc41496f494117e781878b15ba2bc0518

2017-02-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0866178f503152f468175865ebe7d971f083baa7]

        ChartDumpTest: Avoid random failures on windows machines
        
        ChartWallTest used to be the most instable so don't
        check position and size in this case.
        AxisLabelTest also failing some times, so use a bigger
        delta for it.
        
        Change-Id: I230b7e0f527bae5661af1376486a9780e475f952
        Reviewed-on: https://gerrit.libreoffice.org/34348
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [9077f1f110a35ed223fb47e9eaa329dd19528e38]

        ChartDumpTest: Test line and scatter charts
        
        Change-Id: I2b1a928d8487a134c0a266c5d7453690d19fde13
        Reviewed-on: https://gerrit.libreoffice.org/34346
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-16  Michael Stahl  <mstahl@redhat.com>  [d1a8ca4951c076c605a47aadf6bdcac79d2bee8e]

        sw: use the stupid line-ends for WNT
        
        Change-Id: Ie054d48c7dc9220d25cd9282d1b15a8a695a516f

2017-02-16  Lukas Röllin  <lsroellin@gmail.com>  [92387df38cca02de404b08a495d94cf3fe2181d3]

        German comment translations
        
        Change-Id: Ib6023348c9148671762229066e1dc5c2a9b7dcd8
        Reviewed-on: https://gerrit.libreoffice.org/34317
        Reviewed-by: Johnny_M <klasse@partyheld.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-16  Michael Stahl  <mstahl@redhat.com>  [d4620d535bd5a8e73bdb9d556933b9ae22800a7d]

        i#92948 sw: WW8 import: fix table in Apo in header
        
        The document contains a table inside of a frame anchored in the header.
        
        In WW8TabDesc::WW8TabDesc() the update to nOrigPos makes a mess of
        things because the new nOrigPos value contains the value of nCpOfs (93)
        already, so later on when SwWW8ImplReader::TestApo() calls
        WW8PLCFxDesc::Save() / WW8PLCFxDesc::Restore(), the call to SeekPos()
        positions it on CP 325 instead of 232 and the subsequent call to
        GetSprms() finds nothing on the wrong position; thus TestApo() concludes
        that the paragraph has different Apo properties than the previous one
        and a new fly frame is created.
        
        (regression from 4bd341e2c8a1f3a4f4677eb879a60a4ffc3369db)
        
        Change-Id: I697c4526c7c3a12119947ff5659c11ea9ee7fff8

2017-02-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [4178f55bce696affd5074ebdcc32e84d00f7df09]

        Translate some German comments in sc
        
        and delete some nonsense ones
        
        Change-Id: I7c9f39e1ce5a6ac67e0e10c0a99b59c3aea3436f

2017-02-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [becde82a91127ac57129e350f3e68081e1908e5e]

        ChartDumpTest: Convert failing tests' documents from ods to odp
        
        Change-Id: Iac7bfd3d22e2186b90c525a6b5bc2a1605ae9aa3
        Reviewed-on: https://gerrit.libreoffice.org/34338
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-16  giacco  <filippo.giacche@gmail.com>  [c995531d8a7c97f684f2e65707c7b3f87a0ba372]

        tdf#89387 improve performance for some matrix operations
        
        add method in scmatrix to get Gcd and lcm
        modified function scinterpreter::ScGcd() and scinterpreter::ScLcm()
        now should be ok
        
        Change-Id: I1e41fa5707bc4b637a986f2fc0a2358ac0121af1
        Reviewed-on: https://gerrit.libreoffice.org/34110
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [e16644fa1c042b56a1301f0476d7ddb71c8765ea]

        external/mysqlcppconn: Silence -Wdynamic-exception-spec errors
        
        ...with Clang in C++17 mode
        
        Change-Id: If51c0788439688f6fbd77c1a05cb3295ac6e8cb4

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [14ed889c45eccb16647b4fe679db2deda53ddca5]

        external/libcmis: Silence -Wdynamic-exception-spec errors
        
        ...with Clang in C++17 mode
        
        Change-Id: I50a0568c13e3e7a2d37ebd739d587985b2f9bc8a

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [be067003098c9a9537b713742d14d8f502a9c0b7]

        Silence loplugin:redundantcast false warning
        
        ...that is curiously only reported when building with clang -std=gnu++17:
        
        > sc/qa/unit/ucalc_condformat.cxx:185:80: error: redundant const_cast from 'ScConditionalFormat *' to 'const ScConditionalFormat *', result is implictly cast to 'const ScConditionalFormat *const' [loplugin:redundantcast]
        >     CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong conditional format instance.", pCheck, const_cast<const ScConditionalFormat*>(pFormat));
        >     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        > workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:230:32: note: expanded from macro 'CPPUNIT_ASSERT_EQUAL_MESSAGE'
        >                               (actual),                \
        >                               ~^~~~~~~
        > 1 error generated.
        > make[1]: *** [solenv/gbuild/LinkTarget.mk:270: workdir/CxxObject/sc/qa/unit/ucalc_condformat.o] Error 1
        
        Change-Id: If2e8577bad4ec7454d584eb59106734d47f876ad

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [440720e14deb7020ba8d3158c3325c2d588664a1]

        loplugin:redundantcast: Avoid double warnings on some const_cast
        
        Change-Id: I1e6140fef55054899dd32465726e804fc6006394

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [6d3db33328fb2fec3539c828d062cad6d16d3195]

        Capture loplugin:redundantcast status-quo wrt const_cast
        
        ...including some double-warnings that'll get cleaned up shortly
        
        Change-Id: I14e9796f2846a6bb61e4c93dfb23cba6488ea2e6

2017-02-16  David Tardon  <dtardon@redhat.com>  [463f764aa0bcf4930ac914e6ed367d95338c65b4]

        enable the other tests
        
        Change-Id: I68a5435348a6a6362bc946c7eca18e29bd69724a

2017-02-16  David Tardon  <dtardon@redhat.com>  [41414834157455555816050cb1e30b538d68792a]

        don't run terminate()
        
        AFAICS no other import test is doing it either.
        
        Change-Id: I8cbdc27fe60102067c6d09280b99a032ac44ba10

2017-02-16  David Tardon  <dtardon@redhat.com>  [63c7f2b81e42a862803298cc3baeda01d816a19c]

        fix copypasta
        
        Change-Id: Id3e33aec0a1c027d350408abb86a6a99da74ebb4

2017-02-16  David Tardon  <dtardon@redhat.com>  [0f1a863c7542a121b006cff6b4151847b2a2ff95]

        rename to match text and spreadsheet tests
        
        Change-Id: I614326cfe8ade8ea07822479cbc656db8e51c1b7

2017-02-16  David Tardon  <dtardon@redhat.com>  [fba9c59fec21d9f21d5a04a9e1a38f6bcc9d5705]

        fix factory URL
        
        Change-Id: I476b89d70510e786b116ee11ddd68916683945b8

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [e0ecfb5055568424a1b65212983406a3aa6668d2]

        nSuppressed is 0 in all existing patterns
        
        Change-Id: If1a85e157840753b48f830ba4cddf5708189575b

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [d698f823c31583cd36dad594d585849dbccbbb4a]

        unwind one level of RID_SC_FUNCTION_DESCRIPTIONS[1|2]
        
        Change-Id: I9f812da7191246e236c1a83f0bf3d8ea3307b580

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [53ea5548ffeff054add58b4ad26f996afb68d9ff]

        miscdlgs.hrc is just one line that includes another header
        
        Change-Id: I9d36c03d35c4862c131acee5d4d8a143fdd58dad

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [2882fcdce707067b0900a05667338e2ffa9521d9]

        split sc.hrc into definitely resources and maybe slots
        
        Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [373e9de424d7dd81ea8e3fdfe33a8575d61fa232]

        move WID_SIMPLE_REF to earlier slot
        
        Change-Id: Iebc3b7ec1b0eee970b0e307e03af718718f79713

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [98d8df701726531974c54e92dace0fee45b35f88]

        drop some unused resource ids
        
        Change-Id: I2ce21d0b22b1043d4e79dea25e97c857aa56c238

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [a14b331ff8b0269404ccc13ee8f99820029e725c]

        move FID_TAB_TOGGLE_GRID to earlier slot
        
        Change-Id: If3c64d32720a23ad0561ddcdea9ddd9e174b15a8

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [778f799b2c2d09650c74b868ebf828e261b4ed1e]

        move SID_INSERT_CURRENT_[DATE|TIME] to earlier free slots
        
        Change-Id: I5395f59c910ee90cf2c41ae712a08f788d9bfbe7

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [79d9a2c754f4490254f035934d41136abd5f45e0]

        move SID_DATA_FORM to earlier free slot
        
        Change-Id: I4835cec940c23e913b7040cad76ab4ed71f24787

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [457d0fda0ee93d912317ab1d92160deead249bc6]

        add SID_SC_TP_STAT and replace RID_SCPAGE_STAT with it
        
        Change-Id: Ia4364ba408b439f66e959be915e8b6e9cc5eacb4

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [875dd0bc4e7016796c33f26e0a905465a38ee7b1]

        replace SID_SC_TP_LAYOUT with SID_SC_TP_LAYOUT
        
        Change-Id: I4dc2f1ffa5df5ae47d216d5242530eb63750e915

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [25aa5054ce060567c579e299bfd874c55a8c8bd2]

        replace RID_SCPAGE_CONTENT with SID_SC_TP_CONTENT
        
        Change-Id: I95f127756200d0389103cf11d5e03c0a40e27d05

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [94f1a0880c8374798cc5c011384876a83cd7bd6e]

        replace RID_SCPAGE_USERLISTS with SID_SC_TP_USERLISTS
        
        Change-Id: I2e7fdff7e8ab61eee7b67f9e7694f3bdc2c0854c

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [3fd720e6dbeeda78221a7c87550d5713d621e1f4]

        replace RID_SCPAGE_PRINT with RID_SC_TP_PRINT
        
        Change-Id: Ie12f9489290dd9bfce925eff4586f22489cff96a

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [7a16e77fa2f83df365390b8b71a71f29e0753a25]

        replace switching off RID_SCPAGE_DEFAULTS with direct RID_SC_TP_DEFAULTS
        
        Change-Id: Ie451c6f63d729af85334cabbe2469a44f431f3d3

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [ec67a31b56c990733e8eaaa89a354082e900c0e1]

        replace RID_SCPAGE_COMPATIBILITY with direct SID_SC_TP_COMPATIBILITY
        
        Change-Id: I256780e66d361233f9099d9f10a735d983f70b03

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [0823f4245108626ef75d01f9f26b0cbcb2eaecd2]

        replace switching off RID_SCPAGE_FORMULA with direct SID_SC_TP_FORMULA
        
        Change-Id: I6a2738791851aa1ad0813dfe8c8976cb96f1b79a

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [5a75afb55f33bdf8456aaa9910a309120b54a434]

        replace switching off RID_SCPAGE_CALC with direct SID_SC_TP_CALC
        
        Change-Id: If8e600ae092a4299cace86c75e3ea28c812ba47e

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [7ade16b5bbc70b302d6fb85f75417dfb4996a618]

        replace switching off RID_SCPAGE_OPREDLINE with direct SID_SC_TP_CHANGES
        
        Change-Id: Iea5646ec22fabbe1e190dd8726cec91cdd39e28b

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [ec6678bd4abb5a529665bc51a90caf371ba2e06f]

        split out mid defines
        
        Change-Id: I7606b62d96776d18c3c553bd10479a1a60b0aefa

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [bfa35666268ee3f2f47b4fbec2dad9849132ade9]

        RID_SCDLG_COND_FORMAT_MANAGER is unused
        
        Change-Id: Idd20263148fe19d0d7d25623b93efb652911ac99

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [f6ef4d216a145f77fec13aa5b6dcc5c68eb7d4fe]

        fix indent
        
        Change-Id: Idb9370250d59d0ef3fb9c73a0d09f27e31f623b7

2017-02-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fd4dda1da2227ae23a2c991319083c214909fcdc]

        Updated core Project: translations  83ab35b7b8dee968b2827220496920dbe84c3c16
        
        update translations for 5.3.1 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: Iee1dc87c949d400b36b590d5dbcfc8b6434c3a46
        

2017-02-16  jan Iversen  <jani@libreoffice.org>  [7a8bfd1041179997269ca02ba156136cf8b622b5]

        ios, prepare for multiple targets.
        
        Moved common macros to CustomTarget_Lo_Xcconfig.mk
        to simplify each real target
        
        added link to workdir/ios (needed by xcodeproj)
        
        moved creation of configuration files to LO_Xcconfig, since
        they are identical for all ios projects
        
        central part of moving non git files to workdir completed
        
        changed relative path in project.pbxproj to be <project> instead of <group>
        
        Change-Id: I6be51f4d8a07ea7da08c0e5f1458fccfc3831a1e
        Reviewed-on: https://gerrit.libreoffice.org/34223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-02-16  Tor Lillqvist  <tml@collabora.com>  [7ecbffb3e4879d2fbcf6b20e57d37b8eb1efa660]

        Move AutoLayout enum definition to its own file, and start de-duplicating it
        
        The mysteriously named AUTOLAYOUT_ENUM had the same value as
        AUTOLAYOUT_TITLE_CONTENT, and was marked as "deprecated", so just use
        the latter instead. Use it also in xmloff instead of the magic number
        1 in places where comments indicated that AUTOLAYOYT_ENUM was what the
        1 meant.
        
        Will continue with the other "deprecated" and duplicated enumerators
        later. (Or you feel free.)
        
        Change-Id: Id5d70e07d30b3bf0d62e5d8719edb784bd23f99d

2017-02-16  brainbreaker  <gautamprajapati06@gmail.com>  [ba0f920cc141eb6ab896f650e9ac7b25ffe073a5]

        Fixed the runtime crash of app by catching exception
        
        Steps to reproduce crash: Click on remote server option in navigation menu, in case of invalid server URL it will show a toast. Then click on Storage Provider Settings once and press back, app will crash throwing runtime exception.
        The exception is not catched anywhere so Java runtime exits the app
        
        Change-Id: I2bccca633e62fec82c868661f14765596c4b83f1
        Reviewed-on: https://gerrit.libreoffice.org/34166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7bb3643c6da11c580f4db64e3f052e97e59cdbe1]

        ChartDumpTest: Convert some of the test documents from ods to odp
        
        Let's see random test failures are related to calc.
        
        Change-Id: I9164a900b8a7d631df75ba4064d8423400cf34bc
        Reviewed-on: https://gerrit.libreoffice.org/34337
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-16  Stephan Bergmann  <sbergman@redhat.com>  [8ea07101c1613d213fd7cea17f094a947b14cd00]

        external/firebird: Work around operator new alignment violations
        
        ...causing problems at least when building with recent Clang trunk on
        x86_64-unknown-linux-gnu:
        
        > make[5]: Entering directory 'workdir/UnpackedTarball/firebird/gen'
        > rm -f metadata.fdb
        > core/workdir/UnpackedTarball/firebird/gen/Release/firebird/bin/isql -q -i workdir/UnpackedTarball/firebird/src/dbs/metadata.sql
        > Makefile:325: recipe for target 'metadata.fdb' failed
        > make[5]: *** [metadata.fdb] Segmentation fault (core dumped)
        
        See the mail thread starting at
        <https://sourceforge.net/p/firebird/mailman/firebird-devel/thread/ec7c3bb1-3fef-e9b8-5b23-0d07fc412f95%40redhat.com/#msg35669676>
        "[Firebird-devel] alloc.h global operator new replacement violating alignment
        requirements".  With DEBUG_GDS_ALLOC defined, the allocation functions defined
        in src/common/classes/alloc.h are no longer replacements of standard allocation
        functions, so Clang happens to not make aggressive alignment assumptions, see
        the mail thread starting at
        <http://lists.llvm.org/pipermail/cfe-dev/2017-February/052676.html> "[cfe-dev]
        operator new alignment assumptions".
        
        (Instead of always defining DEBUG_GDS_ALLOC, I first tried to comment out the
        definitions of global operator new/delete replacement functions in alloc.h,
        falling back to the compiler-provided versions.  But many places in Firebird
        allocate via Firebird-specific operator new placement overrides and deallocate
        via delete expressions, which happens to work at runtime when the replaceable
        operator delete is Firebird's, but not when it is the compiler-provided one.)
        
        Change-Id: Ie02adb440fa959b723983d7f5b0246d3634dc06b

2017-02-16  jan Iversen  <jani@libreoffice.org>  [b7ee370c8e9528f1a3891540165d6d1b49f48fb0]

        ios BUILDDIR != SRCDIR now works
        
        Added SYMROOT to xcconfig, and change project.pbxproj
        to allow BUILDDIR != SRCDIR
        
        moved part of build output to BUILDDIR
        
        The contents.json change is done by Xcode.
        
        Change-Id: I0594f862781d41b87429f020f059f12e76f7f7f9
        Reviewed-on: https://gerrit.libreoffice.org/34147
        Reviewed-by: jan iversen <jani@libreoffice.org>
        Tested-by: jan iversen <jani@libreoffice.org>

2017-02-16  jan Iversen  <jani@libreoffice.org>  [dd18f8ae55901ca400cf99a804fda46e266588f1]

        ios update to make TiledLibreOffice compile/link
        
        changes needed to make TiledLibreOffice compile/link for ios-simulator.
        
        Remark:
        autogen.input need to have --disable-pdfium due to a missing
        <Carbon/Carbon.h>
        
        Change-Id: I3e1af26d99c35c3c552510f28e13a7e530fca09f
        Reviewed-on: https://gerrit.libreoffice.org/34145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@libreoffice.org>

2017-02-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [55519a18be63be5a6ce955784f0d326fc6cabf9d]

        gpg4libre: gbuild funcs for building with internal gpgme(pp)
        
        Change-Id: I12b57b8925c263ec904549ea38a2c581f20b9d14
        Reviewed-on: https://gerrit.libreoffice.org/34301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [4a53df9cd7e58230bbb5f5c46161861010ca220f]

        gpg4libre: Build internal libgpg-error, libassuan and gpgme(pp)
        
        Change-Id: I1953e7062b872340b844771adc8ebe40f524cc76
        Reviewed-on: https://gerrit.libreoffice.org/34227
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [99263598bfb7911a18dae48e1d9fc01e11e0143c]

        xmlsecurity: remove unused DecryptorImpl
        
        No longer necessary since commit 50669de68785d61534c4c3fe101fd8e1d12fae65
        (xmlsecurity: remove unused xsec_fw_component_getFactory(), 2017-02-02).
        
        Change-Id: I24ee6fcd01a238151058559a7bf994e27b7b64cf
        Reviewed-on: https://gerrit.libreoffice.org/34332
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [c04f7de3d2b9fb490ce6ef425d147037cb1b5d8d]

        remove unused Sentence from BreakupUnit
        
        Change-Id: I324d344a9e9154345b8bd7c8653415cfcbfc26cc

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [fd2ffceefc942c7f28f2a0146df09e4ff6ad7d09]

        convert EESpellState to scoped enum
        
        and drop unused EE_SPELL_NOLANGUAGE enumerator
        
        Change-Id: I74a5f89335883a13d77b39f78b7de55bddb1f107

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [4e19742382708a691c6f62c47744fd2fa663216c]

        convert EditEngineAttribs to scoped enum
        
        and drop unused EditEngineAttribs_HardAndPara enumerator
        
        Change-Id: Ic1fcddc6adeb5317f96bcef9b6f715b26d901a8d

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c3de19e9892deabd7ed2f47afbdf86f292eff8f]

        remove unused NONE from ScrollRangeCheck enum
        
        Change-Id: I9d83cc38a9fa477a61ec7e2ec3d9786318187085

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f358c639238e1121685b85d9ee04b26a88ac762]

        drop unused eTooManyConditions,eColumnInLikeNotFound from SqlParseError enum
        
        Change-Id: I92fc8d768baa7ed62c85d13da01f984385bef4f9

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [b57b51bd013bc2b61ac1a8a27b7cee9058488284]

        drop BitmapMode enum
        
        since we only use the BM_DEFAULTMODE enumerator
        
        Change-Id: I425a2ca09d4a15d755010e8f963387071c0138ae

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee36298909783fa3e722349d6efee061749041c0]

        convert resetType to scoped enum
        
        Change-Id: Ie127b99949546b5303fd105c662b25c62d409941

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c5860aeb47c5ba49e06a2af961a2448debe2b50]

        drop unused Private from EProtocol enum
        
        Change-Id: Ic3f64eb211e520dbafed4ef98344ab5cb0811599

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5c3e8004b2a3df1c0f624639e7dd3a650b868ac]

        drop enum framework::GlobalSettings::UIElementType
        
        since we only ever use the one enumerator.
        Consequently renaming some methods
        
        Change-Id: Ia8c022135df6661b8f300e037ea3e7cf610b63ac

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [344957aae65637c64b4f6d16f64c4488ddd2d085]

        convert LoadEnv::EFeature to o3tl::typed_flags
        
        Change-Id: I4c16b68c820783e9bd27fa273f2017b5088f4b85

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [3910f943e9bf7e70589d9a7c42c05a43ac11856c]

        drop unused enumerators from TargetHelper::ESpecialTarget
        
        Change-Id: Ieda0b6f09b0e4cb463de32309a2617018bb7cee5

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a6a46aad5118fca8b27205e9c0a9772af322235a]

        convert ExprComb to scoped enum
        
        and drop unused EC_bit_neg enumerator
        
        Change-Id: I8a93310cd849cee56fcf628424d96005f89ba799

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d00431fd36eefe52d87dbc3d254d9d0ae464a333]

        convert ErrorCode to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I7330ebf8feead7b67e67f73ba942979e4756269d

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9651424f73a45679fcd1f6cc596e56c7432640d9]

        convert WarningCode to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I212cf132c2406e85b44b1af552b0989cecbec162

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [63e0ffab01317210424023d70b49014e1ebe6e29]

        remove unused PS_OpCompleted from ParseState enum
        
        Change-Id: I3a738e464051d0b810553bc62c8465d37505bc3c

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [3a3f223f5a931680fb0543ee732dd5e800d6850b]

        hazard a de->en translation
        
        Change-Id: I82df46b8fa9d31b393bf3ddecbfb92128680b258

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [0d9ad65f689a975747903b226baa0132d057f523]

        replace SwFootnoteAdj with css::text::HorizontalAdjust
        
        to ensure the retention of the values the code depends on
        
        Change-Id: I3baafc1ee66481518aec5928585464c8a214be16

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [a6afec6b004aaab3dd5c114bf92725b54d89b4c1]

        crashtesting: enum values need to not change
        
        in
        
        SwPageFootnoteInfoItem::PutValue
        (sw/source/uibase/utlui/uiitems.cxx)
        aFootnoteInfo.SetAdj((SwFootnoteAdj)nSet);                                                                                    │
        
        MID_LINE_ADJUST takes a sal_Int16 and casts it to SwFootnoteAdj so
        the implicit 0 and 2 for Left and Right needs to be retained
        
        Change-Id: I87725550cd698df8155508c9976d6d2304af05be

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [d75e2358b2fa8d6ec8141dfd281d83557168a5ce]

        MenuResource just wraps a ResStringArray, use ResStringArray directly
        
        Change-Id: I1e263a8a17500f177a6aeb9bd0a12f4dd25298f2

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [30e81b8c7ee38f4ca938502f2bc61c7414129f1a]

        unwind RID_GLOBSTR local resource
        
        keep the GetRscString optimization and resource defines, but add
        an offset to global space to their .src and .cxx fetching
        
        Change-Id: I2156304aaaf6638f85cf0410e66aa8b1ed86e63b

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [bcba77caaa417f8dcf8f95fc78a9e15368068a44]

        window doesn't need to inherit from Resource anymore
        
        Change-Id: I9fdc66e896c7886da1b4f22f4bb855ca3ce35ffd

2017-02-16  Caolán McNamara  <caolanm@redhat.com>  [81182f2d66a13b8aaa6756dd41ff7ba799a24a7f]

        Accelerator doesn't need to inherit from Resource anymore
        
        Change-Id: I936c78c2e2906d6a24ac6a5af3c867075b67e6d5

2017-02-16  Fakabbir Amin  <fakabbir@gmail.com>  [9d8c206ee4a5c130e11a4e786b4286f3362f9ca1]

        tdf#100726 Improved readability of OUString concatenations
        
        Cleanup in filter, framework and svtools directory.
        
        Change-Id: Icf4f04cff1207e58ce55ea3dc8c21b0635c3b6ec
        Reviewed-on: https://gerrit.libreoffice.org/34298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [5986bafea98228fc2552a5d71777ae199d223a2a]

        sc: author, date not mandatory now for .uno:InsertAnnotation
        
        These can be autostamped always when missing
        
        Change-Id: I9cf8d03d7294cb70c17ccb2635f81936abcad1c0
        Reviewed-on: https://gerrit.libreoffice.org/34328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [544bd60be20d1abe195f51fc9906cdef2c8489dd]

        remove unused F_100TH_SEC from TimeFieldFormat enum
        
        Change-Id: I04b27ea7ede9dca6ca41ac910ac97a878788f2e0

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d76d15552d7ef9faddb0694e5f05d180e5798c14]

        convert FrameListAnalyzer::EDetect to scoped enum
        
        Change-Id: I4e1bd449c4ad60ec810ef52c73d6c6ff3dd313ee

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce3441c2d5b6267c437b7af362fc8d29e38c1dd4]

        convert HelpProcessingErrorClass to scoped enum
        
        and drop unused HELPPROCESSING_INTERNAL_ERROR enumerator
        
        Change-Id: I0f2cf063a3f1472e1d52bab5039b1c3158d4865e

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b9f6808531207d0280bc80374ef75551e3fb732]

        fix comments
        
        Change-Id: Id3aea25d882b68ad81f68fced24f833146c13252

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [23ea9fb1ddea133bcfed2851f5d520127c7c7c2c]

        remove unused enumerators from SymbolType enum
        
        Change-Id: I63af4ab93dfd021f88f03fad2c065f5a0e9eeed9

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [e52b83ec3f820333e052d0d756268e878086611d]

        convert DlgEdMode to scoped enum
        
        and drop unused RPTUI_READONLY enumerator
        
        Change-Id: I863ffc40b3b8f065d01e9570134ee1e2cef400c1

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ca9e8fa3a040c18221c947a651469a89029282e]

        remove unused Exist from oslCheckMode enum
        
        Change-Id: I1ad187342444c5e92b61578d2a67cce2ae5ac428

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [44cfdda29b3bcd0b583645238cd0211e93390c95]

        remove unused HEADER from ScDBDataPortion enum
        
        Change-Id: I744a945f9aab152c8cddac2bd88567610540471c

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [9aed81ca1ed542552f82eab041208bef78abd6c8]

        convert ScDetectiveDelete to scoped enum
        
        and drop unused SC_DET_ALL enumerator
        
        Change-Id: I67b729cfcf71c0e7bc406b205b56d74923617098

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [ce7cdf53ae1310622bd10e60f493ba7bfab2d8e2]

        convert DrawPosMode to scoped enum
        
        and drop unused enumerators
        
        Change-Id: If61605d1b234664ba9264997cc3c4ec40608cc99

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a9b0e435147929b4cd55ed9adf4d879e8b8a484]

        drop ReferencedFlag enum
        
        since we never use the REFERENCED_PERMANENT enumerator, we can represent
        this as a simple bool
        
        Change-Id: I34cccad34b90834f285c44d2e44aa1cdc33276d1

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b7bc018c850471a34563348c81877b6cf2d6793]

        convert ScGetDBSelection to scoped enum
        
        and drop unused SC_DBSEL_SHRINK_TO_SHEET_DATA enumerator
        
        Change-Id: I083f65fba450fd0a9abebcaaae3b18c8d0b6c808

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5d15f418fa1be0f73fbb4eef1bf7fa06a43c969]

        convert ListenerGroupType to scoped enum
        
        Change-Id: If561c82e9535d5ee5898966e5a2b3d7e2754d145

2017-02-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a676bb5701f2c9d4526203b5fe8a1838da984373]

        convert ScPasteFlags to o3tl::typed_flags
        
        Change-Id: I6619c034680a4bab6a19bd4c92504fb34570ac6f

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [748361ada42ffef774a7cb68f704de0e9edb5639]

        gtktiledviewer: Different UNO command for calc
        
        Change-Id: I229451bac7cf4c223efd3fa18c177d650d3f9954
        Reviewed-on: https://gerrit.libreoffice.org/34327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [57056e5d6032ff1ce0a91c078ebaa1deeaa9dc6f]

        sc lok: implement comment callbacks
        
        Change-Id: I1253138aa530ecb2b63bf6cda658d480ac62ada5
        Reviewed-on: https://gerrit.libreoffice.org/34326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [a6c4552e792f6ab20fae83d354b369defd3bb345]

        gtktiledviewer: This is a better place to change doc-specific controls
        
        Change-Id: Id8fbebe2f6e339120741ed3744b18f50941c995e

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [2d6ec9761df5fcd36dd0ce7964d1ae6876ec9943]

        gtktiledviewer: Kill CommentsSidebar's docConfigure
        
        Move this code to initWindow too
        
        Change-Id: I057d9b8f60b9da2c20b28901ab958f9fc2095df3

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [abef7dfae3d87f52464d1f0879927ffdcfd41656]

        gtktiledviewer: Kill signalSize; move its code to initWindow
        
        Change-Id: I8aa0a00768e074b016ea20680c67884f19fe26df

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [786107e674877478b8c7fdc4e6b545c44ac6b6ac]

        gtktiledviewer: Factor out per view code to separate function
        
        This code (populating part selector, part mode selector etc.) is something
        that needs to be executed for each view, not just the view that makes
        open_document call. Put all such code in initWindow function from now.
        
        Change-Id: Ibf9b12adb156258aa3cfdf959fffb541a88da529

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [2c622c188757143ecf2131210f34b1ca1b0c33e2]

        gtktiledviewer: Store author name of each view
        
        Change-Id: I9a5be9050f3bedd14b6b5602b51bf40da0a11175

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [4d800a54bfa94421712c7dccc5437f50b8bfab9c]

        sc lok: No need to set tiled rendering zoom here
        
        If we make sure that this code is executed after initializeForRendering
        is called, which is how it should be ideally, we will get the correct
        positions anyway.
        
        Change-Id: I1eb8f32823cb0b02539f077882372a73b6df5851

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [7d04c367158039f18f04b0b9e1157829e5e6e082]

        sc lok: comments: Use tab.rowcolumn string as postit id
        
        Change-Id: I5eaa7c82239ab65a567a893d76c68468cf116469

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [4a22a8f16d144681d8a802a407f9aec43ca4a190]

        sc lok: Prevent editing note in case tiled annotations off
        
        Change-Id: Ie98a2cc3a5366bde912f4eeef9bb63a32342cdd6

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [f5f3103187545952babf7b7efbdebc7d969f0974]

        gtktiledviewer: comment id can be a string too now
        
        Change-Id: Ia94041884b7fde5f6c104a41c77c6a3aa96b7be1

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [ce96c5957c38384f8911d6307605c502eca0c644]

        SvxPostItIdItem is now string type
        
        Change-Id: Id44bf5dd623749b6e9a46f121f035aa5ce617557

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [a29b0d68011f9e2be8eee466f3f9ccad283f274c]

        sc lok: Prevent showing comments if tiled annotations are off
        
        Change-Id: I594b61e102c0ecacb169ee6064ba96d70c16ab42

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [c7b84ac9ea14e6c96165e3281c4bea422918c83f]

        sc lok: Set appropriate ScViewOptions when annotations are off
        
        Change-Id: I65b3fea9a33396419dff70b134729594c0dda4db

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [31b32d156ab69f347f21de29c8ba6cd07cc4dc95]

        sc lok: implement commandvalues command, ViewAnnotations
        
        ... to list all notes in calc.
        
        Change-Id: I6c636ebd47ee238c32e3c0b7d10254d237396a51

2017-02-16  Pranav Kant  <pranavk@collabora.co.uk>  [16f8e1c398870870ed4ea4f90cd521f1885a1345]

        sc: Use less expensive alternative to count total notes
        
        No need to fill the vector unnecessarily when we are just concerned
        about the total count.
        
        Change-Id: I94d7cd6dd86e612edc078f7b70c051d67b787a5a

2017-02-15  Tor Lillqvist  <tml@collabora.com>  [6de3688cc6bd52ce08ff8a4327e59dbbc8a5c7d4]

        Drop :: prefix from std in c*/
        
        Change-Id: If078cda95fa6ccd37270a5e9d81cfa0b84e71155
        Reviewed-on: https://gerrit.libreoffice.org/34324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-02-15  David Ostrovsky  <david@ostrovsky.org>  [3e1e49561bb734475d2b7d1db1beef0d3e9b53cd]

        Fix firebird MSVC 15.0 detection
        
        Change-Id: I9721632c68e6428b03b0368e7802c6eb4f5eb0a2
        Reviewed-on: https://gerrit.libreoffice.org/34323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-02-16  Tor Lillqvist  <tml@collabora.com>  [50089a812be66d37ea7b660da11f08079ff5277f]

        Try harder to fix Android tinderbox
        
        Change-Id: I4f3f112d4cd301d3ee1806cd2d26564ac3852723

2017-02-15  Tor Lillqvist  <tml@collabora.com>  [013d9789c753d46f0a038e54db6e21f4d4922891]

        Drop :: prefix from std in [a-b]*/
        
        Change-Id: I0422aaf39bbce889c95ed9a81a0784cb03a1badd
        Reviewed-on: https://gerrit.libreoffice.org/34320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-02-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [d007cef2dfd0c4d7b009b4f943464c6c4854d88d]

        ChartDumpTest: Test area charts
        
        Change-Id: Ie6dbc4a005f1840dc6b324a99406283676580b96
        Reviewed-on: https://gerrit.libreoffice.org/34315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-15  Eike Rathke  <erack@redhat.com>  [5e180078ecc4501900e41da48b279033a7529a96]

        unit test for engineering notation, tdf#105968
        
        Change-Id: Ib5303f09cfda232b0bee88df3d76650165337c08

2017-02-15  Eike Rathke  <erack@redhat.com>  [63bc2b13cb344cce99348496838d7d2c2f690211]

        Resolves: tdf#105968 handle engineering notation rounded into next magnitude
        
        Change-Id: Ie31ab88543994f0e8aeef8152c230c05e071ef8e

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [7e3edba7497291f089fb4a5aabd721b7192cee64]

        no std::lround on android
        
        Change-Id: I910a0a81a925ce4578f3b9b3a51987fbbd91aa13

2017-02-15  Johnny_M  <klasse@partyheld.de>  [6efb8713d46fe59e623445a1a8c8a82e23012a82]

        Translate German comments (left over from the include/ dir)
        
        This is to translate German comments yet left in the include/ directory after https://gerrit.libreoffice.org/33895
        
        Change-Id: I677713aa1fd0bc07ea71e16d8503ce5cd4838de9
        Reviewed-on: https://gerrit.libreoffice.org/34316
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-15  Johnny_M  <klasse@partyheld.de>  [c0089c104de4758dae6e3d732d4f5ff2c6fd5074]

        Translate German comments
        
        Change-Id: Ia30dc2f96b34e0edecade84a020092b0a24cbb18
        Reviewed-on: https://gerrit.libreoffice.org/33895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f3134948fb42b92db53f519f579d4fedf5554c5e]

        ChartDumpTest: Add different deltas for different systems for now
        
        Change-Id: Id505edb3ca1b03817d3a98e6102d79df901a3dc2
        Reviewed-on: https://gerrit.libreoffice.org/34308
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [b3098d239f46c8d5965754f275bc62216dcb4f4f]

        Related: tdf#105712 inconsistency with num of a11y children in special char
        
        with no visible scrollbar it claims 1 child, but trying to get child at
        index 0 throws
        
        Change-Id: Icf1a0afc4a6f6090e3f14f30b4380db477955561

2017-02-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [deff2acd61de53e29a8cf1eed7f8db458244dab0]

        tdf#105909 auto filter state lost on xlsx import
        
        in commit 77dc03c29501234bb07170004a7b8204987bad0c
        the new variant of FormulaProcessorBase::extractCellRange(..)
        replaced a CellRangeAddress& ApiCellRangeList::front() with
        ScAddress& ApiCellRangeList::getBaseAddress() which returned only
        the start address of the front range. This went unnoticed because
        ScRange has a non explicit constructor from ScAddress.
        
        later ApiCellRangeList::getBaseAddress() got replaced
        by ScRangeList::GetTopLeftCorner().
        
        use ScRangeList::front() to fix this regression.
        
        Change-Id: I338e5d3054b62d5dd191492a38451d0adc85ae0d
        Reviewed-on: https://gerrit.libreoffice.org/34304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-02-15  Fakabbir Amin  <fakabbir@gmail.com>  [2af4221bd1f91b4cef22d6b1867a250e3780f6e3]

        tdf#103221 recoded clear if-else sequence
        
        Change-Id: I8a3126427dca7b6c54282f48645f238f98ca62af
        Reviewed-on: https://gerrit.libreoffice.org/34289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [432f605e3287269d1a20383f4eeebf012ee3679d]

        Resolves: tdf#101000 ensure unique image names in .docs
        
        Change-Id: Id4f93638ad366b66968e6946a835239beee16942

2017-02-15  Tor Lillqvist  <tml@collabora.com>  [d2b014edc0f466370023a35eb46548390ceb7fb2]

        tdf#106026: Export paragraph top and bottom margin to DrawingML
        
        Change-Id: I8c60f86a1debe135c9172ff639aa5af93f03b99b

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [f18e476308845c6b4acde4e8009c3ca21bbe0621]

        assume max compression of 255 for ras
        
        Change-Id: I51dfa45b266b6b9361f48aac58f0a4bca8446bdd

2017-02-15  Fakabbir Amin  <fakabbir@gmail.com>  [445a3d0a8d891b872b7fb0611e98de508d4fa1ae]

        tdf#100726 Improved readability in sc directory
        
        cleaning concatenation in sc directory.
        
        Change-Id: I137eb0eaf161edece272b084980e622831200803
        Reviewed-on: https://gerrit.libreoffice.org/34288
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [878a8ff3f0b6b7f956e8ed40932ff47e0e56a0cd]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ie7b5bb82868f517d056907567dd8e53a34d8a0b0
        Reviewed-on: https://gerrit.libreoffice.org/34273
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [22f96dad080e3fad30b164be8ee45caa11ae4407]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I3d29240b7a3aa1d8941ca97f3c3e941e884cbf8b
        Reviewed-on: https://gerrit.libreoffice.org/34272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [20d648625b991318793bbc7eacfa7c0f2c23f5da]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I143ec0287421675fb13a03e8cf3c7054a17be37f
        Reviewed-on: https://gerrit.libreoffice.org/34271
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [367baee6ed2aa6e043333e04724831e095c5fead]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I3bfa7b8896c9eb191047edf469749bb7f0128dfd
        Reviewed-on: https://gerrit.libreoffice.org/34270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [93732de5c1648215690854a573058d1a299796dd]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Icefafed29c9702730181f61bb03296b5b474bfa6
        Reviewed-on: https://gerrit.libreoffice.org/34269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [5ce42c21654db41544d831ac18c1388dde64d122]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ieee649609a7f01b4d51ed6ed78a8ae809ca61d9e
        Reviewed-on: https://gerrit.libreoffice.org/34268
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [32cb8a544d25bc2a5150cd6818f505f5d5fa3687]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I313b17cea20fc9dc3b617ecc41626410c0dfb127
        Reviewed-on: https://gerrit.libreoffice.org/34267
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [f2fd6a6a3051000c04b175e33f16fe863df5735c]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I86acad58909fd5d8c69b723159d0e8afe5a67134
        Reviewed-on: https://gerrit.libreoffice.org/34266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [d2e77c3f9f5a0ceb40edda34b632abef5b0b57bb]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I3d5024ee6e43e5c1ac9f19e967dd6e210757e4d7
        Reviewed-on: https://gerrit.libreoffice.org/34265
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [e3aef4dc7c335b0906d3cd87ecf98b60bb3b7c53]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ib973a403a830a3ecf8e57a5e70a581ba06f96a05
        Reviewed-on: https://gerrit.libreoffice.org/34264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [57c4fe05d7f3c7593198c0f82e29943d5791a470]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I8b729ab7434ee04d55fd407cf67f54c1cb9fbca9
        Reviewed-on: https://gerrit.libreoffice.org/34263
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [131503c1b1387fb1e7865b123c6161fc6709a718]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I6723de749d0e741a79a3ec276e781ee0e5b49934
        Reviewed-on: https://gerrit.libreoffice.org/34262
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [6113c68c7653f545f762b22f70adc518cf8d660d]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: If7a8abbf739aca98616ecb5cc3546ced192361d9
        Reviewed-on: https://gerrit.libreoffice.org/34261
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [9a22e9691773e7d16fbc8da1568e5d67d76fcf08]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Iab702a5ad9697f1c71cc12c7dea954ca620cfdbe
        Reviewed-on: https://gerrit.libreoffice.org/34260
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [c27586115d1df8b80cece6b03e333803c1a15b19]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I705e4e7e8446a503e3ef0e2828a22554f94585c6
        Reviewed-on: https://gerrit.libreoffice.org/34259
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [8b3a9d3055d261a3ba16932bf7f361e0ca5c77c2]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ida366e40ade98443019d3c312ae19864f93c9e5e
        Reviewed-on: https://gerrit.libreoffice.org/34258
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [9a7d112603393ad45b71d36860ac7d0d8175c06d]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Icc72bd482d37e1857137470a8357659ab4d0a969
        Reviewed-on: https://gerrit.libreoffice.org/34257
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [90e6afc6e236ebe7abcc406fa9cb9d5455f0ae81]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I6244b12a85a6cbd8c5945a0b4965c070eed15ed4
        Reviewed-on: https://gerrit.libreoffice.org/34256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [5ed0dc584160b74eca08f7f8ba1e15ef40d163df]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I1a2239b596201bc0172f2a6ade177c10491be9c2
        Reviewed-on: https://gerrit.libreoffice.org/34255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [c68b5c36cdadeedd47dfb68aee10c5df8513dbdc]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Iaf7b4695e7930b8e7fa5dd3736d19744afb52fa3
        Reviewed-on: https://gerrit.libreoffice.org/34254
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [223bb798f6f1917b926aa2fb293709ef63725a64]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I1db6d47af232f35a8d8596a7a18c3c3e7a272f4b
        Reviewed-on: https://gerrit.libreoffice.org/34253
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [4c02edafa2fb5dcd52c9dae62c5b4ce285e28961]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ieae74cca9d156503b7b75cc2da49b831b17f9633
        Reviewed-on: https://gerrit.libreoffice.org/34252
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [45aad89c34604d2b075bf4f1122589952f582bdb]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: Ie82c1f243717eb42218040a9b4d59f8cf10de387
        Reviewed-on: https://gerrit.libreoffice.org/34251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Stephan Bergmann  <sbergman@redhat.com>  [8ca2d453e3008c265c8968529991d01579ff8f3a]

        Some simplifications, using UNO_QUERY_THROW
        
        Change-Id: I6e7555472da6b23af4c64b299182339a5b324ee9
        Reviewed-on: https://gerrit.libreoffice.org/34250
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb5113dc1656920ec8a17ef3faef6ad07ad73e7c]

        sw/qa/extras: go back to the TDF mirror for xray
        
        This was already mentioned once, but then got replaced with the original
        homepage which is now gone.
        
        Change-Id: I854e47e45b4f3b85e9957329266d43d6d896e06a

2017-02-15  Michael Meeks  <michael.meeks@collabora.com>  [2c60e02bbfde8655828a5b019642f5e85f975e61]

        Simple work-around for unpleasant framework shutdown to avoid crash.
        
        http://crashreport.libreoffice.org/stats/crash_details/2de31c06-da20-4280-916a-e282a337b16b
        
        Change-Id: I0b599de9b36f62d65988c1ab698f1559134fbf7c
        Reviewed-on: https://gerrit.libreoffice.org/34294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d96d0770a05bed00d13c3035562404c165bd2aeb]

        try to fix "random config" box
        
        Test run #211.
        
        Change-Id: I438ba57d69bcd46b9114c80e9ca4b7f7ac731963
        Reviewed-on: https://gerrit.libreoffice.org/34286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-15  Vitaliy Anderson  <vanderson@smartru.com>  [b29046814f59f5911e619cb7569bd3333b0333e5]

        tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 3
        
        Add unittest
        
        Change-Id: I2c0671b8ba0ee899d2e77e8d29ebbadea09e7a78
        Reviewed-on: https://gerrit.libreoffice.org/33883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [31f4400ea5d41ed11b3aef114950d7b424df6a26]

        writerfilter: can use std::move() here
        
        Change-Id: I48980ae44cd68b9526d915f877a37f6a559910e5

2017-02-15  Xisco Fauli  <anistenis@gmail.com>  [dc8ebf205c3231ffc4d6737b53cee396c2ac0bfd]

        tdf#104315: Revert "tdf#44282 fix missing space...
        
        ... for numbered lists in TOC"
        
        This commit is causing lot of regressions in TOC.
        Besides, as the comment says, it's an ugly hack,
        so I'd prefer to revert it and find a better solution
        
        This reverts commit 250252d02bac88877845a4bc27e3f1837f1312ba.
        
        Change-Id: I9f57d1cb0f7237372030c12651ba92fbe5a60945
        Reviewed-on: https://gerrit.libreoffice.org/34293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [54c0b9977a6421ecb7383fa48636075c6ca9967e]

        these ooo-build resources were like this to minimize merge conflicts
        
        just roll them into the normal mix now
        
        Change-Id: I65d37ce3067e6d23a7ca42b76a5e15526aefa001

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5a71788c7740c70cf610bcb6d67f7bc8b806761]

        convert ScUpdateMode to scoped enum
        
        and drop unused SC_UPDATE_CHANGED.
        
        I can't find anything in our git history to even indicate when it was
        last in use.
        
        Change-Id: Iec6192a3d02132d15b3f392264e81f36b1fd4fad

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [917d34657ae195edaef411b5446f70346cabf9e2]

        convert CellAnchorType to scoped enum
        
        and drop unused COLROW enumerator
        
        Change-Id: Idf9c978252a1bd5801e0d18ea339f7c27508734b

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5c38f639014b53f454e51b1087b1dcc0d8508f5]

        convert ExternalLinkType to scoped enum
        
        and drop unused enumerators:
        LINKTYPE_INTERNAL
        LINKTYPE_ANALYSIS
        LINKTYPE_MAYBE_DDE_OLE
        
        Change-Id: I2274997227b0fb62fb8fa44f2be19943514ccb4d

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2312e530ded785c4d3955101b1857620f76b8ad5]

        convert Lotus123Typ to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I1658d05d3e79c0bbb1020a440b981723ba29bd4d

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f3952acdbf1655d6344077d4e0dd07704f014f8]

        convert ConvErr to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I78d4955d2ae92e0c4f3eeb58d783767c82ca9843

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [b116ca617e120d3aaff739ebd5ac0b9c65fd699b]

        convert FormulaType to scoped enum
        
        and drop unused FORMULATYPE_DEFINEDNAME enumerator
        
        Change-Id: Iaa2094346a52b9f34e71708ba4b6efe5a1809ad4

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [04004cc25905de47bb8406cb99be8fb34dd6f633]

        convert FuncParamValidity to scoped enum
        
        and drop unused NONE enumerator
        
        Change-Id: Ibc77390efb195a9158ba809ad96aab4dcdbc09cb

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4ae7da07703de3a7636f00213fd01cb548682a0]

        convert WorksheetType to scoped enum
        
        and drop unused MODULE enumerator
        
        Change-Id: I905c6366bbd84172675e51a3f441d9ea419e8150

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c96c22417a137fb7ac8dfc2ddb9b2c8f8923812]

        convert SylkVersion to scoped enum
        
        Change-Id: Ib7e02fee748bd55be6d74d60bff3d8ed765ea225

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [d2871068d71aa35f4530081a2fe5ba9361c6eb20]

        convert DoubledQuoteMode to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I0dc45e2bec1a25357405ca0c0197632ee4806cb0

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [48565c4bf1b9dc36666199e74e49ac3527b99cfb]

        convert ScFilterBoxMode to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I3f59622e17355ccc39597c0f79d4e254e6cc92c6

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [ccd6ed5e3b3978822c00020fbc6baeb4af6628a5]

        no need to check pRscString on every iteration
        
        Change-Id: Icfcf2ca8efbaeaaa8fdddaa57496622a113027f7

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [933c85431d57139a60751b4132155f42d62da64b]

        replace SdrMeasureTextVPos with css::drawing::MeasureTextVertPos
        
        cause we freely cast from SdrMeasureTextVPos to MeasureTextVertPos and
        since...
        
        commit b0a23c4c35f90ce3cf6a18a37fe141eb33cd5c57
        Date:   Mon Feb 13 11:06:07 2017 +0200
        
            remove unused BreakedLine enumerator from SdrMeasureTextVPos
        
        the numbers don't match eachother anymore
        
        Change-Id: Ie4a22179c5f5b7d08af8c1a973b6c64cda83681d

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [739d98d541c5353a136b7b738ef41a4540e08cde]

        replace SdrMeasureTextHPos with css::drawing::MeasureTextHorzPos
        
        cause they are cast to each other freely and the css one isn't going to change
        value by accident, like has happened to its sibling SdrMeasureTextVPos
        recently.
        
        Change-Id: Idb0558553a7bc8337603b7b01df4a597363fcb6d

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [227e7bf0dba4d3fa992b3ee96f182ffb94591854]

        coverity#1400530 Mixing enum types
        
        Change-Id: Ia5d0717bc63043bb42f1c9728218fdd09c54a393

2017-02-15  David Tardon  <dtardon@redhat.com>  [2c9c5476d41cf379dae01423c28130845c557ced]

        disable these for now
        
        Change-Id: Ic9b1283fa1c03e18047781f2a032c994cfc669c9

2017-02-15  David Tardon  <dtardon@redhat.com>  [3f60b31bc08aabd00d6499de5ee7d78ccb3d8f56]

        WaE: control reaches end of non-void function
        
        Change-Id: I7186d7f6b1e51188e9ff13d654f8dcaa478fb452

2017-02-15  David Tardon  <dtardon@redhat.com>  [cf0fa3bbb0020e6734d5d9fec7ebf99946c94b56]

        test result of presentation document import
        
        Change-Id: I4f7a9867a2fab4c49542a917aef9010e48c9b9b8

2017-02-15  David Tardon  <dtardon@redhat.com>  [e4dd3cd84218d211524b44e15a1676a9db3fc398]

        test result of drawing document import
        
        Change-Id: If60a94ba67e29e3595c26e4b5d0c0b4f9790eff8

2017-02-15  David Tardon  <dtardon@redhat.com>  [36cb6d1dc777b283bf10f7d89104f504bb624bff]

        test result of spreadsheet document import
        
        Change-Id: I1cfc3c4c3c2d1c40cd97bfe6d72fb03ce8b11823

2017-02-15  David Tardon  <dtardon@redhat.com>  [c40b84c458b99a4655b1cdb10dee68236121fcae]

        move headers used by tests to inc/
        
        Change-Id: Ice159ae9fcb7284143d9e4734b8cb34f5c6a2ec5

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [4e0ac535a96dc461a795d399677123eebf0cf787]

        coverity#1400531 Dereference before null check
        
        Change-Id: Iff64a2dd599c6881e92e0cf49a0f535104a49ac1

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [82f65d5753eca4549a4e37285e75315a94e1a863]

        coverity#1400529 Unchecked dynamic_cast
        
        Change-Id: I8879fbca5c9a77ec1e21c096ab3323c7a341e709

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [aff0a1d32242de794ab6bbae3cd35d208cbe876c]

        move ScRscStrLoader to its sole use place
        
        Change-Id: I8a5d4a23651868f9f3fa890cb50c0b64f58c63b7

2017-02-15  Caolán McNamara  <caolanm@redhat.com>  [42a1428ca47c0131ded363ec8a42edd370255859]

        don't need to include strload.hxx
        
        Change-Id: I1daa4fb47313827d37fee0187cccfc1df3b69e60

2017-02-15  brainbreaker  <gautamprajapati06@gmail.com>  [36a43c356e33ce97017801dc25f711b576486a11]

        Fixed the margins of list items of File Recycler View
        
        Screenshots of the change:-
        Before:
        1. https://s19.postimg.org/bbs91keyr/Screenshot_20170212_182941.png
        2. https://s19.postimg.org/k5j5io1xf/Screenshot_20170212_183334.png
        Now:
        1. https://s19.postimg.org/4o08spkub/Screenshot_20170212_222359.png
        2. https://s19.postimg.org/5p0hhu1tv/Screenshot_20170212_222406.png
        
        Change-Id: I3137ce2648c4dda30d7bbe93245618a83e9048c0
        Reviewed-on: https://gerrit.libreoffice.org/34175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-15  David Ostrovsky  <david@ostrovsky.org>  [b862cbdd345ec57c2595629ded6a3969e1e65d56]

        Support MSVC 15.0
        
        New compiler changes quite some stuff:
        
        * Compiler detection done based on different registry key
        * .NET SDK detection done based on different registry key
        * Msbuild installation directory changed
        * Merge modules installation directory changed
        * SDK number in registry doesn't match the directory name:
          (registry key: 10.0.14393, directory name: 10.0.14393.0)
        * Compiler, include and library location directories changed
        * Architecture specific directory changed: x64 instead of amd64
        * Compiler own include directory must be added with -I option
        * To force usage of SDK 10 (8.1 is selected per default) new
          switch WindowsTargetPlatformVersion is passed to msbuild, to
          avoid patching VC project files with this line:
        <WindowsTargetPlatformVersion><SDK>/WindowsTargetPlatformVersion>
        
        Known issues:
        
        * Firebird is broken: http://paste.openstack.org/show/594333
        
        Change-Id: I148d7932aff43bbbd07bd493504df974726234c2
        Reviewed-on: https://gerrit.libreoffice.org/31279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [60542769488cbf31339e86dc2688a064c6e07917]

        convert EValue to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I22629ee4a514053030d7120ee8a8fb8145163fad

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [12b2803f196b897ffb901b0eebe271c5ee43d03e]

        drop unused PRESOBJ_IMAGE
        
        Change-Id: I8fa011bea423e961a3ebe7cd8687e4bce7c4cd77

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [87f3fd05eb2e8ca3a0cdf449d3e2c66cfd3a57bf]

        drop unused PaneManagerDying enumerator
        
        Change-Id: I4b17d19b5f1f84df38cbb5372ca2d0b425f22698

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [f360ff06973b1503029923df25b691a4c6c6a320]

        convert ToolBarGroup to scoped enum
        
        Change-Id: I5d22dacca911211b1ebe20d86eb332db9de0cdba

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [96285ce13fc6ea5889b53530a522ec28089d9f0b]

        convert EventType to scoped enum
        
        and drop unused INDEXES_CHANGED enumerator
        
        Change-Id: I25790a012c53509b8af082dac4a250193ca19bde

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [fdc970ef3aeae9e0b86d32c8a131e14995ca188c]

        convert FocusMoveDirection to scoped enum
        
        and drop unused NONE enumerator
        
        Change-Id: I793acf12ad25517a4d5fa6f886225b589d87176d

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0ce9363dae0c1e326942b8df63e2b1cc30b04603]

        convert PageObjectLayouter to scoped enum
        
        and drop unused MouseOverIndicator and Name enumerators
        
        Change-Id: I7041d0b3792939709d73fed75ee858f0e649b840

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [eadd95068552fbba2221cbb6b73af7d893b04ec5]

        convert GradientColorClass to scoped enum
        
        and drop unused Base enumerator
        
        Change-Id: I48585ca945c4633f436643222697688661ef68c6

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7a350ce156a8cf8e6ec1271d1823edd787656808]

        remove unused Right from Anchor enum
        
        Change-Id: I7943a37407481305d28e526840caf320e7ff6bf2

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [b17af4fa9ba59738818d1cd106e6066e6d1af3be]

        remove unused PREVIEW from SfxObjectCreateMode enum
        
        Change-Id: Idf930f768c978ac8aa53527f6ddb8864d0fdec1d

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [1342a8a4f2fefa83bbf3a006efc6fb87702de618]

        drop unused SwChildWindowMailmerge from SfxShellFeature enum
        
        Change-Id: Ica64d75986877bc0b2fc3bafb092457396fb8e27

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3d60346febafbf37b7b19075f66ccf3c0255ab4f]

        remove unused OBJECTBAR from SfxChildIdentifier enum
        
        Change-Id: I45b02055d18ca201341c61a1558ee5b0c58d7ba8

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f309cf37b97f7cc86b66c4c3ffe61b7563825d0]

        remove unused MOVEDOCKINGWINDOW from SfxDockingConfig enum
        
        Change-Id: I457596ed438b6c2173f25136bb8a99730b8f3a48

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a89b42e7daa69e44c96647297e0861987c84a49]

        convert AttributeType to scoped enum
        
        and drop unused CHAR_ROTATION enumerator
        
        Change-Id: I9ca50aef41fa736c7f34c210844fb54f60f5bca8

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0102b85e4e2506299e034e623b75f9400450eb90]

        convert DocTreeNode::NodeType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I0b9220cc2a70847ee43b63accec5bede3dbb99fa

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [602a07e110df440a02692b607b6fc08ddfb074d5]

        drop CycleMode enum
        
        since we only ever used the CYCLE_LOOP enumerator
        
        Change-Id: I181be1e1bba7f72f64420ab22e119d2bffad2d37

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd803c6e2551ed3f49d2275f7020e4987773adb6]

        convert ReverseMethod to scoped enum
        
        and drop unused enumerators
           REVERSEMETHOD_INVERT_SWEEP
           REVERSEMETHOD_SUBTRACT_POLYGON
        
        Change-Id: I11b52d4b32e5f766dfa3bcd69b9c636f4106b7b4

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3204c541ee422923f069b869b2f08cd02f8f6a7]

        convert RepresentModes to scoped enum
        
        and drop unused xinputstream enumerator
        
        Change-Id: I7c608a4a80b0aec29140dd481cdafd646ad7a05f

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [dfd5510a7a94885d6e678dd401528fdf656fbf73]

        convert SmBracketType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: Icda3ff510331f9f0adb97d6dac56edf325d0d1a7

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [fac166ab23643f2760dba817984b86c2c8dd8ea6]

        remove unused BOTTOM from RenderAlign enum
        
        Change-Id: Ifdef59d0a3c6e5d030a1b34f6157331208e071ea

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [e48f0084df7971a55eea5865ae0d5189706216b4]

        remove unused AccessibilityChanged from SfxHintId enum
        
        Change-Id: Ic2d413002466e92d38a7a918b3f7e04d3c9eebf2

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [e1c4dbdbe12fb6c87605547fbc0ee6dc7c357d98]

        convert SvxIconChoiceCtrlTextMode to scoped enum
        
        and drop unused DontKnow enumerator
        
        Change-Id: Ida06ae702e45d489765f970bbbdab6d762293c6c

2017-02-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [89c24a380a8fb5dd94ba595ce421abafa9004b9a]

        convert SvxIconChoiceCtrlPositionMode to scoped enum
        
        and drop unused AutoAdjust enumerator
        
        Change-Id: Ie900f89241947cb93a16f0223071846fecfef09c

2017-02-15  Julien Nabet  <serval2412@yahoo.fr>  [04a58b12147829f5340536d4125ef4fbe04c0e47]

        Typo: lenghten->lengthen
        
        Change-Id: I9b9e6afb543c42bf3b64cb3c2ed872304f33c7f0
        Reviewed-on: https://gerrit.libreoffice.org/34282
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-15  Julien Nabet  <serval2412@yahoo.fr>  [18be4782ad4a98041d9680f8d76a213b8fd49362]

        tdf#105386: crash with macro organizer
        
        bt part:
        0  SvTreeList::GetParent (this=0x560670dd2e40, pEntry=pEntry@entry=0x0) at /home/julien/lo/libreoffice/svtools/source/contnr/treelist.cxx:1693
        1  0x00007fd90573298c in SvTreeListBox::GetParent (this=this@entry=0x560670dd0d60, pEntry=pEntry@entry=0x0)
            at /home/julien/lo/libreoffice/svtools/source/contnr/treelistbox.cxx:779
        2  0x00007fd8dfc3b4d8 in basctl::ExtTreeListBox::NotifyAcceptDrop (this=0x560670dd0d60, pEntry=0x560670e90b20)
            at /home/julien/lo/libreoffice/basctl/source/basicide/moduldlg.cxx:180
        
        Change-Id: I033440c1fcc50e2c7a0bb1eed0efa4559c514126
        Reviewed-on: https://gerrit.libreoffice.org/34280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [a88c0611e7c984db241cbcd574096afd050940f8]

        starmath: Avoid unnecessary stack operations in parsing
        
        unless the top is "nospace".
        
        Change-Id: I03cfa2b8223298370d9d82ce5e149d61e8793737
        Reviewed-on: https://gerrit.libreoffice.org/34249
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-15  Maxim Monastirsky  <momonasmon@gmail.com>  [cdf4b2bba8d694299c784f46fe3ecef2ce41171e]

        Related: tdf#105672 Load toolbar properties from .ui
        
        - Supports toolbar-style, icon-size, orientation.
        - Defaults are:
            toolbar-style = icons only
            icon-size = what's set in Tools > Options... for Sidebar/Notebookbar
            orientation = horizontal
        - Remove no longer needed BigToolBox (use toolbar-style=both + icon-size=3 instead).
        
        Change-Id: I185388255a351dfd6719a363b7e399bf36b0b25d
        Reviewed-on: https://gerrit.libreoffice.org/34281
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [3fac6aa16eb4b3e19100725f9fc2350cfe9ecee8]

        ChartDumpTest: Don't use variable value in a note
        
        Change-Id: I06445065d138788652759b172436a7deb5f6c5c7

2017-02-14  Szymon Kłos  <eszkadev@gmail.com>  [445e0b0b509af853b27b235eda2b9a53568c12a6]

        tdf#105682 : fixed Insert Slide buttons
        
        Change-Id: Ic75673026c0cd42f4143cd27e226f3077bd80e85

2017-02-14  Szymon Kłos  <eszkadev@gmail.com>  [b192a8714935294b8e68b71954837404b57fa60d]

        tdf#105962: added missing controls to avoid crash in impress
        
        Change-Id: I0df6da42b02188f417964afa607ec9ea2c23f8ea

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [34d8dc19a08e2752a4b8d3b3d83b7cf3ac341f1c]

        tdf#106011: The "swing angle" is negative when counter-clockwise
        
        Change-Id: I1ef77e4c8cf0a6d31b36411a79b576115c32c644

2017-02-14  aleksandar-stefanovic  <theonewithideas@gmail.com>  [e86c4d3998011fe8ee835e31e86dfa026e11ac6f]

        Moved file filtering to a menu option
        
        Moved file filtering from a toolbar spinner to a menu option.
        The toolbar title is now free to display some other information.
        The options are grouped, so they display radio buttons, and show
        which item is selected. The radio group default selection is the
        one defined in the settings.
        
        Change-Id: Ib8d8716ec0038d2cd273423c756563680b84ae55
        Reviewed-on: https://gerrit.libreoffice.org/34019
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [6d537d759b326ef6d1c2e169e26ba95868d4766d]

        Remove these temporarily added defines
        
        Changing font to a bundled one does not solve the issue.
        
        Change-Id: I2606657a78115bc9b01cda9f0825b55ecfad3ab8

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [9d29d3dad4e944182b2fad6e58bd1cd02aa0a8fd]

        BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE has been defined forever in these files
        
        Change-Id: I0afa1b404192f44540aa318e748452e0328fac6b

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [f6afad4c7bc0e77ec374a7bf1cd4b97a66921b1c]

        No need to have SAL_INFOs inside OSL_DEBUG_LEVEL checks
        
        Also, use the operator<< functionality added in
        3f5392c19676a7274a9c9f6e4406c6ab98eab7ad.
        
        Change-Id: I4ae24d2c45e818d9a1b04f2d8e5660c39c71bcdd

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [1d171331cd65017f0a4de167a1e3e9a56304dac1]

        Bin unneeded forward declarations
        
        Change-Id: Ic1224311fbab77c7bb21a502dfa4af9506ddfd75

2017-02-14  Stephan Bergmann  <sbergman@redhat.com>  [17825ecb662e5e1824c82a91054b71d9814f39ef]

        Make CppunitTest_chart2_dump succeed in my macOS build
        
        ...by increasing the deltas to whatever ridiculously large values happen to make
        the test pass.  Tamás said he'll take a look later.
        
        Change-Id: Ia839608ef3899dfca71886ccf57c31d4eb8bd72d

2017-02-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3acdc0a0fca421addde76da36b156af70c234939]

        Revert commits that caused instability on the Linux debug tinderbox
        
        Revert "DYING_FLYFRAMEFORMAT not needed anymore"
        
        This reverts commit 837545feb63f31095d69d006aeda520637c3bc8c.
        
        Revert "give SwFlyDrawContact a clear owner: SwFlyFrameFormat"
        
        This reverts commit 4ae93f7d3b063d13ff757884444a468212227ef9.

2017-02-14  Stephan Bergmann  <sbergman@redhat.com>  [ed4b23548d28941f9b2c75207832afcb6c6ad0b3]

        Keep original CFLAGS etc. unmodified in configure.ac
        
        ...even if they are modified for the remaineder of configure.ac itself in the
        MSVC 2015-specific code checking for UCRT.  Otherwise, the flags determined by
        LinkTarget.mk would lack any debug and optimization flags when building with
        MSVC 2015.
        
        Change-Id: Ib78418e0ad04bf2eae16a14b5c0904ba4f582eca
        Reviewed-on: https://gerrit.libreoffice.org/34248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [5401ccd65d295092a740ca1c01604bbca2c9eca4]

        unwind RID_ANALYSIS_DEFFUNCTION_NAMES local resource
        
        Change-Id: I65ce69460b6c5f73fd41345f55630d0fcf5c04a4

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [288ca353a84d383690a6923b9b1d1d0b3cfe3a7c]

        covert ANALYSIS_* resources to StringArrays
        
        Change-Id: Id0aba9531ef179102f62c4f89fa65a244c975570

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [1273edfdf7c3f45e4758f50d319aaed6a7b739a4]

        unwind RID_ANALYSIS_FUNCTION_DESCRIPTIONS local resource
        
        Change-Id: Iad53fa9af738873c6d594d60aec1cfdb29e2ea1d

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [62d550804dd18e2474f33a8f3c2b9e023c2b210a]

        unwind RID_ANALYSIS_FUNCTION_NAMES local resource
        
        Change-Id: Icaab5d3690922748bd473434dbbb1d8cc6eccd2d

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [765acdf91d0c645b13f551713c187428b79db7f0]

        convert DATE_FUNCDESC_* resources to StringArrays
        
        Change-Id: I13527ba3a53b7a0e913b672a5a87dae4a1556270

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [3ff163ae94d429c9f72efbc3ce94165a9e087868]

        convert PRICING_FUNCDESC_* resources to StringArrays
        
        Change-Id: If1726a57b427b73269e826b0f719d6b69782611e

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [56f6a86851280ebb9e83cf76c0b37a0a34e4a8f5]

        unwind RID_DATE_FUNCTION_DESCRIPTIONS local resource
        
        Change-Id: If769264721850397c3c243c976c64c49fddf64fb

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [a906102e4cdd454453093f2ab0a0ff87b8028dc8]

        unwind RID_PRICING_FUNCTION_DESCRIPTIONS local resource
        
        Change-Id: Ib171e111c330241fb93edf1f2f39933eadc4adea

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [b1f7c093a26cc66425bb234d24256012df0d03fd]

        unwind RID_PRICING_FUNCTION_NAMES local resource
        
        Change-Id: I3da1caed4b6c91acdabe16d98e6d43bf5dc32247

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [83d062b710c507595c1284f710509aa16c75af86]

        unwind RID_DATE_FUNCTION_NAMES local resource
        
        Change-Id: I1d849238f6dd96986d640bb791f966a29b19525b

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [c4bce0078e175c10cb3bc9ea003e45bbce8c4ee3]

        unwind RID_DATE_DEFFUNCTION_NAMES local resource
        
        Change-Id: I99ac46b89d2158d420e6458055cdeb5c6421f1ac

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [2141a4e07303d7a530987d84938a1e2a72672c5f]

        unwind RID_PRICING_DEFFUNCTION_NAMES local resource
        
        Change-Id: I9834795ef873e1ffb6cb1abc092a8333f9373e32

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [3f5392c19676a7274a9c9f6e4406c6ab98eab7ad]

        Add operator<< to output values of type enum class ExpressionFunct
        
        For debugging output.
        
        Change-Id: Ic2cd0dfc76eaa5814e718bd1e254427c334d6fab

2017-02-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [837545feb63f31095d69d006aeda520637c3bc8c]

        DYING_FLYFRAMEFORMAT not needed anymore
        
        Change-Id: Id9ded246752903f692c0f8254a258fada299d9bf
        Reviewed-on: https://gerrit.libreoffice.org/34142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4ae93f7d3b063d13ff757884444a468212227ef9]

        give SwFlyDrawContact a clear owner: SwFlyFrameFormat
        
        Change-Id: Ida24ef9ae65ae8658645496369673d886e0935cc
        Reviewed-on: https://gerrit.libreoffice.org/34141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [183a7fc3ca46876a3ac10832bcd068d559132b4d]

        Clean up some whitespace and comment craziness
        
        Change-Id: Id8d5173729a3e290e3d43ea67a6a9d06f244c409

2017-02-14  Tor Lillqvist  <tml@collabora.com>  [1a50702c696b3ac046bd5353af402efcb80c4537]

        Bin unused forward declarations
        
        Change-Id: I5c55c79157d7e14067fc3a3823412b1af5b15d92

2017-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [489e39d9c5a1304ff73b1d4655bff5edf963ad03]

        ODT export: test that the PDF replacement image is a bitmap
        
        Fails with commit 6657d52417295265367cf3ffe5832b60e3c38011 (vcl pdf
        import: use pdfium instead of draw_pdf_import, 2017-02-13) reverted.
        
        Change-Id: Ibf29df4fdf5b1bb2684b58564b6e1981463f12eb

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5154f0c463b6289dec8a28a844ad681957a2816c]

        ChartDumpTest: Use english text in test docs
        
        Change-Id: I87ca8286f586d5811e4db22ebe4df0317fab567f

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8b198f9f09e50d2ad85dfeaba3b4e08723237cee]

        ChartDumpTest: Try again to remove all Arial fonts from these test documents
        
        Change-Id: I517fbb53db888276805e3c0d215337425d6cace1

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [40c618ccb62b49c8d1d29518e77b5299eb6c1bd6]

        don't need to store this data
        
        Change-Id: I797c0fc9cc293b0538392362e2e582e9821da530

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [16ba6968f4fcf493ece9e37f50755f8c39e9d182]

        don't need to store this data
        
        Change-Id: Ic6d1e061073937b967e289d16a7d2926b5cb733a

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [ded409b97f657a589f1305ec80bc20815832afe9]

        don't need to store this data
        
        Change-Id: I7606088fe9e04edddc1918fa8847f927510b1086

2017-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b07da72778877f54fb84f091480435a60fb58aa2]

        vcl pdf import: change test documents to test bitmap fallback
        
        I.e. the test documents now reflect what is created by LO if you insert
        a PDF image into a document manually on master.
        
        Change-Id: Ibacce15220a21b159b5e987678c381a98a29fd1a

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [bd96cbacb47e91dd1c75f06a5b1bbe6785f0ebbd]

        ChartDumpTest: Test pie charts
        
        Change-Id: I936c24c4b1d6854fcfec86dc2642ef57a241b8ea
        Reviewed-on: https://gerrit.libreoffice.org/34225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-14  Stephan Bergmann  <sbergman@redhat.com>  [f8fc4cac291ae98e043edf7b7f636489b78e655c]

        Close ScDocSh when done
        
        Change-Id: Ied1b342eacd14d65d0f28480411970e7f503e0a3

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2074acd6e3793e38aa6bbf9b9c8e2ba116341e32]

        remove unused Border from RulerIndentStyle enum
        
        Change-Id: If8d5acdf48278adeb4974c46c8e777e8792ba743

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [52305b662033ebbac6e09aa66622f7eef2bfccae]

        convert SvParserState to scoped enum
        
        and drop unused WAITFORDATA enumerator
        
        Change-Id: I658802d88a19dcc2d378456375810454e7426447

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a5940858e1f860101c5cb74921e44f2917b37c8]

        drop unused LIST from SvTreeAccRoleType enum
        
        Change-Id: I378dea43b0c08675419a5399e5999c34441497fe

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [923fd24972e9d3dac4fa5ed863e42bb28cf6605a]

        convert svt::table::TableArea to scoped enum
        
        and drop unused TableAreaDataArea enumerator
        
        Change-Id: I00da558ab899dccbeaa9786c65f7a2831f323b25

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [7bd5d9c81b30609d4d10dba091021352e94a7837]

        convert to EnumerationResult to scoped enum
        
        and drop unused RUNNING constant
        
        Change-Id: I498b8b47e172336775b38c953f867f2adc57603e

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a42554c36cd1ede28960ee04e83f4697c297f51c]

        remove unused Video from SgaObjKind enum
        
        Change-Id: I10c712f7be1247055f7bd28b25fdd6950da9d50b

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [712b5e0b69aa9ab94c3ace93fc65435150f1dafa]

        remove unused IMPORT_INET from GalleryGraphicImportRet enum
        
        Change-Id: I658ac9675b993bdea46296833f715947056ed9b7

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b2cd4b06ede56a23a564c62b0b68f9df16a5f55]

        convert SvxPrevLineSpace to scoped enum
        
        Change-Id: I5903169e1d7728a2f1e547efdff82a75e8d7b6a7

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6abc4f4d86d093d83d2ce6afb731d934fb2aa2bf]

        drop CTL_STYLE enum
        
        since we only ever use the Rect value
        
        Change-Id: I020f5c126a8703e07cea5739b53e4b9529a1a575

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [dbab6f1dd31a23cd0256e89f78eb5c647bca38fa]

        remove unused MoveAll from SvxRuler::UpdateType enum
        
        Change-Id: I50fd4bc869d1713f496def49e7a3e967efcb5911

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e422f01b632d08f3ac5155ffcd5916157fb189e]

        remove unused StartSelection from SvxTableController::TblAction enum
        
        Change-Id: Ic965cb6df890b08083530c5da8d9e217b6f699ed

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [6ba9de6a65cda4481f47664735791231c18e5ff1]

        replace localresource of strings and keys with StringArray
        
        Change-Id: I09543bf862dce9e0ad2afb626d58f062f552fcba

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [dd355079b82f3b2b7e49533c89aee7819ffae3d3]

        replace localresource of strings and keys with StringArray
        
        Change-Id: I4bbf5286384905b6201b1a04f161d50f4c9d4aef

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [dfc58d2db77c205e5829d557045eb8f6801a664d]

        check data needed to fulfil ras claims before allocating
        
        Change-Id: Ifdd820e4ea4287f97cc07cb86c0a180d06081449

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [5e4fb242789f619b66fad4392df4079f6c4863dc]

        this is already checked for
        
        Change-Id: I01af66bfdcbee0a3d63a17c0a19fdd3c02d4acdc

2017-02-14  Michael Stahl  <mstahl@redhat.com>  [6ed7a9759fdf6affdb6ec81a9aae7a3398de8d9b]

        editeng: presumed copypasta in 048e30c1f8231e6cd144a9251061f6fa127b353e
        
        Doesn't make sense to check for RTF twice in a row.
        
        Change-Id: I15a384adb4d9e65770d81c414b6f24cc0a2b75e8

2017-02-14  Eike Rathke  <erack@redhat.com>  [838fab822c8052dd9471e28a70b1907dfde111af]

        Resolves: tdf#79250 add typed list to form control listbox
        
        ... so numeric and text data can be distinguished input.
        
        Change-Id: I63280a93c272ccc6f5e7ca06a1a1fcbfb3db8455

2017-02-14  Eike Rathke  <erack@redhat.com>  [cdbec91da4931be72ed4f1b28f78d83a9a0d616f]

        special case TypedItemList in preparation for tdf#79250
        
        Seems a Sequence<Any> property was never supported in the
        qadevOOo/tests/java/ifc/beans/_XPropertySet.java addPropertyChangeListener()
        tests, where the property has to be changed in ValueChanger to pass the test.
        However, simply generally adding a value to an empty sequence does not work as
        it would break other tests in turn, so special-case it to the TypedItemList
        property. This is all fubar.
        
        Change-Id: If6d0f45c7440e3553dc8bd293dadb21c5fb09bb5

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [8c00536d87010b14a95e9c81f2f5f1d683e5fa70]

        Convert WindowType to scoped enum
        
        Change-Id: I85cfe02f28729e13f2c0dd3d91cd89e6f3e3b6a9
        Reviewed-on: https://gerrit.libreoffice.org/34219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5815ca4ef1126140e08f3a1d106bcadc41044505]

        ChartDumpTest: Avoid using Arial font in test documents
        
        Let's see whether this caused the position and size
        differences between different machines.
        
        Change-Id: I6cf0a2fff86d7ce8613d4ca4bbcfe6e001bd9f49
        Reviewed-on: https://gerrit.libreoffice.org/34226
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [aea7594bf1905c8a883b19f3191adb2488e05dd3]

        check valid mnDstBitsPerPix before progressing
        
        Change-Id: I77b8e882b537ab10b26fa021ef633c603bbd6562

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [ef4f097d3e76b172d2556d52ffbf3f9468780d1f]

        check ras seeks
        
        Change-Id: Id4c55ad57c49f08eff813a3ad5325d7788688c51

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [d06646ca28851e5d289d43b4a1e04b1350747695]

        move allocation of bmp to after reading palette
        
        Change-Id: Ib54e0b3f3fae2c2e76cf49e03dceab2259b26b92

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [2fbc3a4e82433532a7f3c2a978f5f8cae6981979]

        reduce scope of maBmp
        
        Change-Id: I8605ec535bc8a948cf0dc0dd194e673b73939035

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [16f5f716de4f8a6ecf2378f50f9320194bad5320]

        reduce scope of bPalette
        
        Change-Id: Icc1fd48e72be6c550b03008a6d7b81bf8a903d44

2017-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [31de0ac30d6c521ad663db78feb936688be5bccb]

        RTF import: handle target of hyperlink
        
        lcov pointed out that there is no testcase for the export of this, and
        turns out the import part wasn't implemented. As a side effect this
        implements the same for DOCX import as well.
        
        Change-Id: I016ebc100ec3856bf3a43aea8ea55af72c2ead1e

2017-02-14  Caolán McNamara  <caolanm@redhat.com>  [3713c17ee474af6bcb22c219ab81108411083fa0]

        Werror=unused-function in some configs
        
        Change-Id: I7cc4106063831f342c82c57b0476b9ac8c4b479a

2017-02-14  Stephan Bergmann  <sbergman@redhat.com>  [afd2e7177656bcc6b6fa4cc0734df111d180c4ee]

        Missing @since tags
        
        ...after 8cc8ffdb04f9915c5b7dddd619ef89762c7a40c2 "[API CHANGE] Add PopupRequest
        - a callback to open a pop-up win. in calc"
        
        Change-Id: I94be25141fdc415c8cc45c8a2f1be9ee69d23f2c

2017-02-14  Stephan Bergmann  <sbergman@redhat.com>  [a9124aceb9907fc56cb8379dd586df0deb7e31f0]

        external/pdfium: Work around -fsanitize=shift
        
        ...during CppunitTest_sd_export_tests
        
        Change-Id: Id253fd83a6056783a55f9496ac850dc00e89253d

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0a23c4c35f90ce3cf6a18a37fe141eb33cd5c57]

        remove unused BreakedLine enumerator from SdrMeasureTextVPos
        
        Change-Id: I28cf3d36c1427b382aea1925d2dd94ace0d2a443
        Reviewed-on: https://gerrit.libreoffice.org/34204
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [078ce1d5977c387e0c69eb5f6c5bec5127234835]

        convert SvxXMLTableImportContextEnum to scoped enum
        
        and drop unused stice_unknown enumerator
        
        Change-Id: Ia2d363c9e8d9e501bbfb6f9bb5838b109ce8593b
        Reviewed-on: https://gerrit.libreoffice.org/34201
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [36bd6f9a616881db2193aa2e38d6d1703678db39]

        remove unused Invalid enumerator from ShapeProperty enum
        
        Change-Id: I27f1d50cc67210ca976fd97beb9dc71b975ac98d
        Reviewed-on: https://gerrit.libreoffice.org/34240
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b70fb58be039fbd05ea833a40b1b3e9f922e45c]

        Use o3tl::strong_int on RESOURCE_TYPE
        
        Change-Id: I42690c07a611e031963ff41942f530af4a5c672a
        Reviewed-on: https://gerrit.libreoffice.org/34220
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed8773a201bc4954050b87f6d2952525831d3499]

        remove unused Outline enumerator from SelectionAnalyzer::ViewType enum
        
        Change-Id: I256318046b10f6a75542d5cbf4560bb99a6dfff6
        Reviewed-on: https://gerrit.libreoffice.org/34239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [251decd3205af54772780240849b828984e16a6a]

        remove unused BrkAction enumerator from SdrEventKind
        
        Change-Id: I46c50bbbad5d269b7f15e041db115fa7f37a8168
        Reviewed-on: https://gerrit.libreoffice.org/34205
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [8593cd238cd049ecf9036833d5c83aad23082e26]

        remove unused ValueSetWithTextControl::ControlType enum
        
        since we only ever use the TextText enumerator
        
        Change-Id: Idfb96ad6ea3461e886439df33695be2d8dcebef9
        Reviewed-on: https://gerrit.libreoffice.org/34211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [93837254b7085c6632d76244d9ac466503ef47e0]

        remove unused GlueDeselected enumerator from SdrHdlKind enum
        
        Change-Id: Ie55ca0fd04bd7cc9c781faca6ebbf642518b2194
        Reviewed-on: https://gerrit.libreoffice.org/34210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [df49f966fad67992ceedc755993c560eaf3148d6]

        remove unused ModelSaved enumerator from SdrHintKind enum
        
        Change-Id: I0a236705efdcbc5f44cad8517f7f8f80d326934d
        Reviewed-on: https://gerrit.libreoffice.org/34209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [45090bee25d624770f34bf827337ade21b8671bb]

        remove unused Handles enumerator from DefaultType enum
        
        Change-Id: Iabda70ec3bc3204d5d383bcb93e174d90e405620
        Reviewed-on: https://gerrit.libreoffice.org/34208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [9778a2c9d04abf4f3017ac6730fdefa7fb7fd81b]

        remove unused Copy enumerator from SdrUserCallType enum
        
        Change-Id: I72f5ab1e903de96389fd7b085f9ebd76c26cf926
        Reviewed-on: https://gerrit.libreoffice.org/34207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [da817770df3f1ca68efff6ff096f961ef9934f76]

        drop unused Streaming enumerator from SdrInsertReasonKind enum
        
        Change-Id: Ia186fd54a8e1165a3bae5266f1248881e3057d83
        Reviewed-on: https://gerrit.libreoffice.org/34206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-14  Takeshi Abe  <tabe@fixedpoint.jp>  [3bec0fd8cd191c47ab94602470193ef56a05f444]

        starmath: This condition always holds
        
        Change-Id: I6d47676dc71644766fdaea7033c53efa0bf9b549
        Reviewed-on: https://gerrit.libreoffice.org/34212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-14  Justin Luth  <justin_luth@sil.org>  [1cde2eb9d128c9b1b658b1380074461429ab2214]

        tdf#105840 EXCEL export: fixes for hidden defaultRow
        
        second attempt at fixing hidden rows without creating
        a million repeated rows. (related to tdf#98106)
        This affects both .xls and .xlsx.  XLSX previously had
        NO support for default-hidden(zeroHeight), but XLS already did.
        
        Change-Id: I804e3f2ba21e595a1c2b2ebb355f0995868dd289
        Reviewed-on: https://gerrit.libreoffice.org/34128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-14  Justin Luth  <justin_luth@sil.org>  [86ff0df3bd71f2e79f85b1facc7737455e732309]

        Optimize Excel GetOrCreateRow: compare to previous map entry
        
        Follow-up patch to 09e9274fc080b471393b806617eb03124db67590 and
        related to tdf#105840. Just keeping the non-dependent parts
        separate, and building up to a solution for bug 105840.
        
        Change-Id: I129e671f71de6abf876a82d4a6503695add85548
        Reviewed-on: https://gerrit.libreoffice.org/34039
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f4edde01364881be483eca9449a32a14093250f]

        more windows build fixes
        
        Change-Id: I57b361dea1ee6a5bfdc95ec3632bb42a5941b900
        Reviewed-on: https://gerrit.libreoffice.org/34232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33dbfed46d95720c26699e0289ecacd87cd6e0a7]

        more build fixes, loplugin:staticmethods
        
        Change-Id: I710182dfe2082b9782076faa27c8bd78e899a7cb

2017-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a4934eae26d5ec21e21fb6f0a85fd08ad9fd9f3]

        fix build
        
        Change-Id: I7b27d5e5b47eb91cfe87918ae335cd228845be17

2017-02-13  David Tardon  <dtardon@redhat.com>  [1f7441211a5aa3c6ef379ae10b192a162ea6bdc8]

        test result of text document import
        
        Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2

2017-02-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d9b6edc0981c3f064d580df53e35dec11809afc5]

        add RAWSUBTRACT test case
        
        Change-Id: I338823f626d16dbc435a7b7efe0e5f1e30bf3497
        Reviewed-on: https://gerrit.libreoffice.org/34221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [81ab86fe78d990b6ce0e601f1278b0560e6d87a4]

        add T.INV.2T test case
        
        Change-Id: Ic817f0e18015ed190ccd9ca651611e07fbcb18b5
        Reviewed-on: https://gerrit.libreoffice.org/34218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-13  Mike Kaganski  <mike.kaganski@collabora.com>  [36ef9f8d077afe2c605e9d22588dc3f698440d89]

        tdf#76183: refresh objects' positions on optimal height recalc
        
        Since commit b10833d4db6046f2d32ea44a60cb19a626d80447, it's required
        to detect when objects' placement should be adjusted, and call
        SetDrawPageSize manually.
        Unit test included
        
        Change-Id: I933ba4802b212400cc47ed0fb7e1f8f44049bb81
        Reviewed-on: https://gerrit.libreoffice.org/34165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-13  Caolán McNamara  <caolanm@redhat.com>  [f9ead4c6612b3e36b56f2cb83602f019ccaf1dc4]

        add pcx fuzzer
        
        Change-Id: I861a64938a73f625ae190d18aee15dc57ac4d97d

2017-02-13  Stephan Bergmann  <sbergman@redhat.com>  [ea5fffddcfc6d8741c5492b227daddae1874f100]

        Remove misguided comment
        
        ...introduced with 7757a18cfd77996f4ce8aef2cbb8c70425ae92da "INTEGRATION: CWS
        oj14", but for one !xDoc.is() is explicitly handled below, and for another
        xLoadable is only used if !xDoc.is().  So the requirement is apparently that not
        both are null, indeed.
        
        Change-Id: I1b59e99c86c88c5266b33e9ff782054fa40dd34d

2017-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7704b2f0a89fe04d089cd66e9e7ca91a64e1bacf]

        comment XPopupRequest API
        
        Change-Id: I7a539bce74bba7b299ae75a2525a2c0d1249894a
        Reviewed-on: https://gerrit.libreoffice.org/34189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8faff1ee9cbf5d9dd23360bb87b30eaa620c48b5]

        chart2: remove unneeded includes
        
        Change-Id: I49e15f57e8eddb53dbf4d1b7ddbf6d33fed116f2
        Reviewed-on: https://gerrit.libreoffice.org/34172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a423ed8a474e114d21b81b84b2900099a6527481]

        base work to trigger pivot table filter popup with a callback
        
        Change-Id: I5b85a760eb1f3f9090fbbd02f5510878ad3c51c2
        Reviewed-on: https://gerrit.libreoffice.org/34007
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-13  Saurav Sachidanand  <sauravsachidanand@gmail.com>  [2bcefa7aab176bf18b45e7038e91dd07ced6edf7]

        tdf#42982 Make UNO error reporting more descriptive
        
        Change-Id: I0fae43ca1ab23f35e75fd6b88215940596aae09f
        Reviewed-on: https://gerrit.libreoffice.org/33227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-13  Marco Cecchetti  <marco.cecchetti@collabora.com>  [eb399d69aa5ad0c04affb830a522c5c1f130813f]

        LOK - Calc: Increase the row limit to 10.000 rows.
        
        Change-Id: Ie91e4caf33d3b31df4c3de8dc6e78e223dc1e4b3
        Reviewed-on: https://gerrit.libreoffice.org/34216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-02-13  Eike Rathke  <erack@redhat.com>  [1a1dbff33db8a6f2f55a5d92483a03670a610f6a]

        get rid of boost::math::log1p() and use rtl::math::log1p()
        
        ... which in turn uses the compiler's std::log1p()
        
        Change-Id: I8878cc31dd4b0c16b04f15822cfbe665e4156109

2017-02-13  Stephan Bergmann  <sbergman@redhat.com>  [3ee77072ff774dccd38edc03e8714a39e586f94a]

        -Werror,-Wunused-macros (clang-cl)
        
        ...since 65b7b6322b662785bf032e66c76abc36c9a2bb0e "loplugin:unusedenumconstants
        read-only constants in vcl"
        
        Change-Id: I50b904dfbfecf3400591fadd392e229505c1a97f

2017-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [6657d52417295265367cf3ffe5832b60e3c38011]

        vcl pdf import: use pdfium instead of draw_pdf_import
        
        Replace creating a full Draw component with direct pdfium library calls.
        This also means that the result is now a bitmap, not a metafile for now.
        
        Also decouple HAVE_FEATURE_PDFIMPORT and HAVE_FEATURE_PDFIUM, the first
        is the "import PDF into Draw" feature, the second is the "insert PDF as
        image" feature.
        
        Change-Id: I72c25642ec84cc831df362e02b1520c6e6d9adcf
        Reviewed-on: https://gerrit.libreoffice.org/34217
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-13  Caolán McNamara  <caolanm@redhat.com>  [7c9c6a4425b679596acae6f67ee8ac5f3d98bd6e]

        ofz: move size check before bitmap allocation
        
        Change-Id: I09deab103a3bc53277ea3d545b2737438875dfc5

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [ec7cc3e529740384735f7c396461cc16d419f874]

        convert EDocStates to o3tl::typed_flags
        
        Change-Id: I56564932a96560f2113cdc98f389b6a7ede79cf5
        Reviewed-on: https://gerrit.libreoffice.org/34203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Matúš Kukan  <matus.kukan@gmail.com>  [dc2d33dd903590ca37246376acea7cab5befc06b]

        AutoInstall oox filter data packages to ooo module
        
        Change-Id: Ib7b0773ee2b347d81d3f8894ea3063c6d6f18d90
        Reviewed-on: https://gerrit.libreoffice.org/34168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e892bc3fef4948771fde990ddacbc2a5980fb583]

        convert ItemType to scoped enum
        
        and drop unused LRANGE enumerator
        
        Change-Id: Id79e40ba1215eab770e8254fef280261cd36bfdf
        Reviewed-on: https://gerrit.libreoffice.org/34202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [639eca25dfaa72b4cf9b13879474c7d85b119ea2]

        Fix typos
        
        Change-Id: I51a198cc386f9f71b4b3a5315a55296cfadb6f05
        Reviewed-on: https://gerrit.libreoffice.org/34200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2bb20f5bcf5b44be2e401a0bb95e4b3cea5f052c]

        sw: prefix members of SwAccessibleTable
        
        Change-Id: I1b69dd4f5f98a3aade59ecf9b380c7afd9367450

2017-02-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [34c1d107d591ff115b5896592f1af33dcf10bc1d]

        ChartDumpTest: Test percent stacked chart's axis labels
        
        Change-Id: I9f682f976e22407cd47c61bd2874ddf7f6fbc144
        Reviewed-on: https://gerrit.libreoffice.org/34188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-13  Caolán McNamara  <caolanm@redhat.com>  [aec27009c732d19764423ec41c231bb945dbd728]

        Resolves: ofz#584 don't terminate on bad fraction exception
        
        Change-Id: Icf6c7a29ad129550fbc533c3af2b77fe7e91ce26

2017-02-13  Caolán McNamara  <caolanm@redhat.com>  [a9f5140ed087961dbb951da87c040b049bc4e464]

        return early on error
        
        no logic change intended
        
        Change-Id: I26558d743f1ab6c3d7b42179fe44f06a786806b6

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [651752b9294f2db3458faa429beaa45bb450a57b]

        convert SwCalcError to scoped enum
        
        and drop unused CALC_VARNFND and CALC_WRONGTIME enumerators
        
        Change-Id: I415960180b074ee4c54c47e69962fe2ca1be42e0
        Reviewed-on: https://gerrit.libreoffice.org/34195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e2e76df7e48fb77f1e802f57c7d9a22eb8c74c5a]

        create strong_int template and use it in tools::UniqueIndex
        
        an experiment to see how useful a strong_int template works out
        
        Change-Id: Ib77700350f0fa3b018a1926233adf7a40d728d16
        Reviewed-on: https://gerrit.libreoffice.org/34072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [417bc898802630c567d970d0283312697acdd5ff]

        Fix typos
        
        Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c
        Reviewed-on: https://gerrit.libreoffice.org/34199
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [529162307e9d6191fe43d50597504474b2c1a5ba]

        tdf#99908: Ensure non-empty unique gradient names
        
        for user-defined (!preset) gradients. ODF doesn't cope with nameless
        gradients so well ...
        
        Change-Id: I7a4ca32ccf58b22fc55ceeac8778029cd6d5cea3
        Reviewed-on: https://gerrit.libreoffice.org/34001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [da5194f730d6a0ea24a471524c23d23ca289976a]

        ChartDumpTest: Test bar charts
        
        Change-Id: If4b8b207ba4ab379977d1a64c572187f48c4b9b4
        Reviewed-on: https://gerrit.libreoffice.org/34186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-13  Andras Timar  <andras.timar@collabora.com>  [1e253b2ace59e0befce8fe22a0d5afd40b313d4f]

        Related: tdf#105707 PPTX import: decode document name from URL
        
        Change-Id: Ic4825549c6fef1a609a753a10f6224cbcd69b7fc
        Reviewed-on: https://gerrit.libreoffice.org/34135
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-13  yellowflash104  <udit.sharma104@gmail.com>  [a512feac63b43ab87411f8579169d85af80acb7f]

        tdf#89329: use unique_ptr for pImpl in dlgctrls
        
        Change-Id: Id7294b5b3b72b873184d55db64a3477fc56a5485
        Reviewed-on: https://gerrit.libreoffice.org/34182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Stephan Bergmann  <sbergman@redhat.com>  [6fe9017e9ca80f5043d3368e0e6830e2e1a8afcc]

        -Werror,-Wunused-private-field
        
        Change-Id: I5251e187e4923c05795a993194375f509c909e05

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [64cb9fb42fb4d56eb9bf42fb9b91a01a405d881d]

        Revert "convert DBConnURIType to scoped enum"
        
        This reverts commit f0c57266709509ae24cfb1615d136263fb1e8d60.
        
        Missed the WIN32 only code where the JET and ACE enumerators were
        being used.

2017-02-13  Arnold Dumas  <arnold@dumas.at>  [97db2e7717d43aa911a3006251980851a426d190]

        tdf#89329: Use unique_ptr for pImpl in numberingtypelistbox
        
        Change-Id: I418868bc3415699f1c07ee57b556eb39e7b7c57d
        Reviewed-on: https://gerrit.libreoffice.org/34185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8d977c0178f8ac4ee299722d50c1481a15b45c8]

        convert CharCompressType to scoped enum
        
        and move it to svl, where it belongs
        
        Change-Id: Ic4d846419dfe2dd85de5ade8ed1a041867bbf1dc

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [80d2fa87fdaf67615d7b8128f3c05b239a1f1c05]

        convert IsAttrAtPos to scoped o3tl::typed_flags
        
        Change-Id: Ie3a361a96201cb1a0ab446bcf77b7c0e79e05e89

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f0c57266709509ae24cfb1615d136263fb1e8d60]

        convert DBConnURIType to scoped enum
        
        and drop unused enumerators
            DBCONN_MSJET
            DBCONN_MSACE
        
        Change-Id: I4036b8f98488bac8e38094320281aa41f42e9787

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5c2f9dee910d26a07d3f796c882e6292ef5e8db]

        convert CurRectType to scoped enum
        
        and drop read-only enumerators
        RECT_OUTTABSECTION_PRT
        RECT_HEADERFOOTER_PRT
        
        Change-Id: I2d7d159cf5f1a2022c015e37df4aa71cae1e266c

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e14aab54bdfec517aabea2c7afb5b36bd6ebc36b]

        convert Master_CollConditions to scoped enum
        
        And drop read-only enumerator USRFLD_EXPRESSION.
        And drop the bitfield values, this enum is never used
        as a combination of flags.
        
        Change-Id: Iaae1b30439a7d1bb5d3526d9aee52dbc78e635dc

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f052855343430327d3f92a66e14e9a445ee5fa0a]

        convert SwFootnoteAdj to scoped enum
        
        and drop read-only FTNADJ_CENTER enumerator
        
        Change-Id: Id059a8e84aed703a86f0ef4d66c24e9401dfc3a9

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [21b5c88398972bb535aecad72ef02dbb7e0d2b22]

        convert SectionSort to scoped enum
        
        and drop read-only SORTSECT_NAME enumerator
        
        Change-Id: Ibb192b0857161560a666e6ffdc2125bc6fc552c5

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [62232e60bf2e87b216abd8cd22d5f5acc4338c57]

        convert SplitTable_HeadlineOption to scoped enum
        
        Change-Id: I5a9ea036b8827a84e646488b2b57012ebadd4d0a

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [d8499c45eb9079cba4ac9b36c3e89f30e74fdf6a]

        convert ShellModes to scoped enum
        
        and drop read-only SHELL_MODE_DRAW_CTRL enumerator
        
        Change-Id: I2ccaeb492912c876b89ff9b5dccaa99e28a268b7

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f52b3b052b5684c28bf48196980e5a6b73f1c07]

        drop read-only FileType::SW2 enumerator
        
        Change-Id: Ic14fb46fea04c7b039bd0768108d89e759de4c86

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f149f5abed3307e013a7c03f2e9e699d1797b480]

        convert eF_ResT to scoped enum
        
        and drop read-only FLD_TAGTXT enumerator
        
        Change-Id: I718529082ce540c0e3bca37d969917d3b3a67f5e

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [ba948e3827e4f1099652fe9fa16d1df3822e863b]

        convert AnchorState to scoped enum
        
        and drop unused AS_START enumerator
        
        Change-Id: I1ae8e75c6b99f0f923e5f3b020d66e57c81838f0

2017-02-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [cdbe81f2acb3ebe2e6d39c0cac1f66572d026211]

        convert SW_KeyState to scoped enum
        
        and drop unused InsDel_* enumerators.
        Also rename to SwKeyState to make it a little shorter and more
        consistent with other naming.
        
        Change-Id: I837ea8d64a0f26426567dcf78750939fc959a4a4

2017-02-13  Tamás Zolnai  <tamas.zolnai@collabora.com>  [1d810b69a584fc33f4178c7012f68f551ba2e03b]

        ChartDumpTest: Let's have a bigger delta
        
        Change-Id: I2bbb2fb5470af3026441102980f026bc9ad753b0

2017-02-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [608811c2cb507176530aad0e7e6da81335ecaf10]

        chart2: simplify and/or clean-up and c++11 features
        
        Change-Id: I4550d04ae4bf6e45f24e34dfb2babc0fdef8ba5a
        Reviewed-on: https://gerrit.libreoffice.org/34006
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8cc8ffdb04f9915c5b7dddd619ef89762c7a40c2]

        [API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calc
        
        Change-Id: Iea600e229deb69d1638a1a649008fc4738a5934a
        Reviewed-on: https://gerrit.libreoffice.org/34005
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [614f4b5a32e569051b6ed058fe6369f96fea3b48]

        ChartDumpTest: Fix checking of transformations
        
        Allow 1 point difference.
        
        Change-Id: Ib7d6ca0db773872469f5fc5a0d0dadb4a101c7df
        Reviewed-on: https://gerrit.libreoffice.org/34184
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-12  Maxim Monastirsky  <momonasmon@gmail.com>  [81d4fbc0daa54889ccb09e6a3fadff9c70d99448]

        tdf#42029 Use a floating toolbar to show clipped items
        
        Change-Id: I6b366f115258ef8497807163179d3e08ab3d5e6f
        Reviewed-on: https://gerrit.libreoffice.org/34180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e5aa7a5b5753c57969fc2e17fb334781bb2a0481]

        Pivot table median function test
        
        Change-Id: I0a31733644aa6d4566566d0324d39aaf6b59b04f
        Reviewed-on: https://gerrit.libreoffice.org/34179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-12  Caolán McNamara  <caolanm@redhat.com>  [163435fa23fbfc237a7718c9d440a98847e4f626]

        use alternative optimizations for buffer creation bottleneck
        
        Change-Id: I9f29e8d3e5e97fe403a3e0d7d03c6ac01c7689c4

2017-02-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [125194ff4b983ccdfb2390449c0a4b4d4345b29b]

        ChartDumpTest: Test chart wall
        
        Change-Id: I16b7da66c6a6bab160212c47a75ce22951f85f87
        Reviewed-on: https://gerrit.libreoffice.org/34181
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-12  Caolán McNamara  <caolanm@redhat.com>  [804287e4ab0ae0e9f5d61446b473c9cd985e9674]

        Resolves: tdf#105426 helpful to actually let the compiler optimize hunspell
        
        *facepalm*
        
        Change-Id: I5f6d6cb94e1a80d2d7ae96900517aae3c8f39f08
        Reviewed-on: https://gerrit.libreoffice.org/34176
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1425067797fd8e75d7b44ef6fa72bfe995197419]

        chart2: layout buttons in charts when data is present
        
        This commit layouts the buttons in the chart when there is data
        present. Currently this never shows them as other infrastructure
        needs to be present to get the PT data.
        
        Change-Id: If33c726eb057b2b938ccb3c00f0d5b671416f355
        Reviewed-on: https://gerrit.libreoffice.org/34004
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [30efd7cfdaa7d3faa85a775e2e4af17e74fccb78]

        chart2: simple button (view) to add to a chart
        
        Change-Id: I2001efe1e7eb9e92edb8f5e78535cea0e78935ad
        Reviewed-on: https://gerrit.libreoffice.org/34003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [934e2d83e2628131a3b6ca9fdbc99848ccda655f]

        ChartDumpTest: Make position and size check a bit more robust
        
        Some of tinderboxes shows these values can be variable
        among machines.
        
        Change-Id: I867cc5d124e537d5de16e2b8275f8eb6fdfde447
        Reviewed-on: https://gerrit.libreoffice.org/34178
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-12  Julien Nabet  <serval2412@yahoo.fr>  [9732bf2d0d39b0f748c75b402a5d66ae5527807b]

        Typo: (trans)fomat->(trans)format
        
        Change-Id: Id2e3024c149b14d40e58f8534946a514ededfcfc
        Reviewed-on: https://gerrit.libreoffice.org/34158
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-12  Arnaud Versini  <arnaud.versini@gmail.com>  [b82a9f34eca092f13396177d61145093be84e600]

        VCL: Simplify WinSalInstance::CreateVirtualDevice
        
        Change-Id: I26e9823faa53fdbb0ae468f03e40b0a4e5313b49
        Reviewed-on: https://gerrit.libreoffice.org/34170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-12  Arnold Dumas  <arnold@dumas.at>  [ff2927095ed64851f4418cc8daa534e2581da537]

        tdf#89329: Use unique_ptr for pImpl in optcomp
        
        Change-Id: I0f6ec9c2bab27dc4c6fe5e94bd3c05319f246b35
        Reviewed-on: https://gerrit.libreoffice.org/34171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [49d7bdea17f6468b0c5c9f425f4432e2ad7e1ace]

        ChartDumpTest: A new chart test suite for a more sistematic testing
        
        A hibrid of dumper tests (xmlDump) and simple CppUnit tests.
        Advantages:
        * Easy to add a new test case
        ** Add a new test file and generate the reference
        ** Similar to dumper tests
        * Easy to find out the root of the problem when test fails
        ** Assertion is not coming somewhere from an XML file
        ** Assertion are placed in the code, so if you read and
        understand that code, you can find out easier why the test fails.
        ** Similar to simple CppUnit tests.
        * One test checks only one smaller part of the whole document
        ** e.g. legend, chart data, grid
        
        Change-Id: I7bba5a37efcc62d6358c84acece91963243a914f
        Reviewed-on: https://gerrit.libreoffice.org/34154
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-12  Julien Nabet  <serval2412@yahoo.fr>  [8aff36d87f83fa2c86515f106c1e579b0903421a]

        Various typos about property
        
        Change-Id: I7585a1346fb19a886240db8dd393554efee862cc
        Reviewed-on: https://gerrit.libreoffice.org/34174
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-12  Stephan Bergmann  <sbergman@redhat.com>  [c26d6edbc1eef6b525c4073e2ed798234987efab]

        LEAK_STATIC_DATA is always defined for WNT
        
        cppu_no_leak and bndchk were remnants from pre-gbuild times
        
        Change-Id: Ie9f325c20e39c100b4a7180a9925559f58bcca6b
        Reviewed-on: https://gerrit.libreoffice.org/34153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-12  Tor Lillqvist  <tml@collabora.com>  [6d15d4a6f6fbc163001ec082d55404481e64bed1]

        Get rid of "unicodes" in lower-case, too
        
        Instead, use "code points" (if you mean full 21-bit Unicode code
        points), or "code units" (if you mean the 16-bit units that make up
        UTF-16). Hopefully I got it right which one was meant in each case
        here.
        
        Change-Id: I8ee7a98996f1cebcfb95cd7d18a56570e48fa390

2017-02-12  aleksandar-stefanovic  <theonewithideas@gmail.com>  [ce1fec5f5d23676e2a02dde062f9b678d4d1dfd0]

        Changed description of setting entries
        
        Changed to make more sense to non-tech-savvy users.
        See https://material.io/guidelines/style/writing.html for
        writing guidelines.
        
        Changed grid default value from string to integer, since the value
        is effectively an integer, and no point in being a string.
        
        Change-Id: I6c1737927e7f9d20536756c3cb8b7059cf49500b
        Reviewed-on: https://gerrit.libreoffice.org/34074
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-12  Tor Lillqvist  <tml@collabora.com>  [20c43a23d1d02523da2a72c37b839350798c775f]

        "Unicode" is a proper noun and should not be used in plural
        
        The 16-bit things that make up the UTF-16 encoding are called "code
        units".
        
        Change-Id: Iab2b83323783e518198c1a0553f7b053fc415985

2017-02-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d4c09a4e3737c1355c666299d8a3f3f30dc659dd]

        sc: simplify GetByName, FreeTable methods of DPCollection + test
        
        Simplify DPCollection GetByName and FreeTable by using c++11
        features. Change GetByName to return non-const ScDPObject as this
        is more useful (as operator[] does that already anyway).
        
        Change-Id: Ia502c615acc5cb7fdc51acea9b428d04e1c9a40f
        Reviewed-on: https://gerrit.libreoffice.org/34002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-02-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aa7e1415abdcfc87307547978f0d63b80e502f21]

        add CONVERT_OOO test case
        
        Change-Id: I8804c97a0d9ae02789350cd49537be4262a85277
        Reviewed-on: https://gerrit.libreoffice.org/34167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-12  Julien Nabet  <serval2412@yahoo.fr>  [2b21ac16c2d8419d9747450898d714ac15d7cca0]

        Various typos on accessible
        
        Change-Id: Id28a4a2cbbcec10a7cc9cb40ad208d575352039b
        Reviewed-on: https://gerrit.libreoffice.org/34161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-12  Julien Nabet  <serval2412@yahoo.fr>  [d707687fe3bc3a12bb372846392e6630ccc9299e]

        Typo: NUMBULET->NUMBULLET
        
        Change-Id: Ib8d874d77e1a1bb9ef6630f3f2f62c8c8c92e82b
        Reviewed-on: https://gerrit.libreoffice.org/34157
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-12  Julien Nabet  <serval2412@yahoo.fr>  [7017c1bb492e208f9bbdf5f57c533d8a1a3a28d7]

        Typo: (De)SelectMutipleChidren->(De)SelectMultipleChidren
        
        Change-Id: Ia3a998e3629c5e002379e6a85b015b6546c59fb8
        Reviewed-on: https://gerrit.libreoffice.org/34156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2aea0d0148ea0940da2b32387c330f9aa590294c]

        Clarify what this method does. Also remove inaccuracies.
        
        Change-Id: I2d6bda3dccb2040558bd7d4daa9d9b3b43b2d528

2017-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5fea81e4bfc2372563c0612f95406ca34fdd2c96]

        tdf#86470: add unit test for this.
        
        Change-Id: Ib93703d10fe1fff0898bc935222df7a0cfe20486
        Reviewed-on: https://gerrit.libreoffice.org/34160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bcdde13996e3e33f9d4c41be25d062560c72636b]

        tdf#86470: Let's not forget to move onto the next column.
        
        Change-Id: I451f521723458b5d6fe9d9fa8b41855fe17def64
        Reviewed-on: https://gerrit.libreoffice.org/34159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [c0f241e80f95f196ef2aa031156cb38daf7e5241]

        SourceManager::getFilename returns StringRef
        
        Change-Id: I77db8565efe2e0d366afc8470308d7801a2a7337

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [e1e261fef393730b22dc2c4fe3a7d63966d8c737]

        Remove dead #ifdef _UWINAPI_
        
        ...a macro originally introduced with 173db4f242e55172bef92ef78f9d28a4ffc7f204
        "#91296# UWINAPI wrapper added", missed by
        1f357a5f03401bbc0138eb73807534f59d647121 "Clean out cruft from systools and
        especially uwinapi"
        
        Change-Id: Ide3f83d6ea45f4821adb4043ae2a814762d4fafd
        Reviewed-on: https://gerrit.libreoffice.org/34152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [61396df4f4b0ec955554bf90e61a31f998592b07]

        LEAK_STATIC_DATA is only ever defined for WNT
        
        Change-Id: I1aa7b56b44e5efc8ad407c8d0fe09927f622b5e7

2017-02-11  Khaled Hosny  <khaledhosny@eglug.org>  [72a311533a6b89dc7b268e2d6626816b24fcc61a]

        LigaturesEnabled flag is never set
        
        Change-Id: Id4a4631ff7c69aa01deddd2b88626ff83fd5e7b1
        Reviewed-on: https://gerrit.libreoffice.org/34151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-11  Arnold Dumas  <arnold@dumas.at>  [71eab1c4b0f7516b57c2bd863335522885fa81f8]

        tdf#89329: Use unique_ptr for pImpl in stlfamily
        
        Change-Id: I0c9df5809a906dbc761f9a51c3424cebb215d0bc
        Reviewed-on: https://gerrit.libreoffice.org/34132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [c639ae462b3d4cc76077b48320164a13b30c7666]

        Translate some German comments in sc
        
        Change-Id: Iea73c353f59bf0c93d7942e7fffb70e8d00182ba

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [99839ca138d69fd30943cfb985d6cd385626402b]

        Remove comment that is no longer accurate/relevant
        
        ...after e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle wchar_t as native
        C++11 type on windows"
        
        Change-Id: I8005a48a43f1baba3c04c11ff52d26d756f25204

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [bc9976be2072ab494dcc8791593e843185e86b0e]

        Misplaced #endif
        
        ...ever since 79d3bc479950127ecfd40f73978c0fc84c1e7908 "INTEGRATION: CWS
        visibility03: #i45006# Moved from svtools/source/sbx/", at least
        
        Change-Id: If39462e5907817d6a77c98b212d5031610716a7c

2017-02-11  Tor Lillqvist  <tml@collabora.com>  [6c30119bbb6120b7993577a11ea22e155588ef00]

        Pdfium does not build for iOS
        
        It uses Carbon, eek, which was marked as deprecated for OS X already
        back in 2012, and never has been available for iOS.
        
        Change-Id: Icfc57dff1ae01272a347a050303139f4f86e6fec

2017-02-11  Stephan Bergmann  <sbergman@redhat.com>  [709709962d09a22c9594c7a440c6543ad4843ecf]

        Upon failure, 'cd' itself already prints a message to stderr
        
        Change-Id: Iabe3a6bb14ca3e83a0792d7fc131ae0ac74e578c

2017-02-11  Takeshi Abe  <tabe@fixedpoint.jp>  [ad849f4bdad957dae30fa17975d9aac3ab5e8299]

        starmath: Make stricter assertion to prevent out of range
        
        Change-Id: I3ce0712e5095ade35628bad026a91a11dc6b9967
        Reviewed-on: https://gerrit.libreoffice.org/34146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [258f2f439be7117d7ca57ec7eeabd3235e641375]

        IMCOS test case update
        
        Change-Id: Id415829b2361b530904211ae8a940648646a1250
        Reviewed-on: https://gerrit.libreoffice.org/34107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d450aad0a8f82ee0320ffc3e76eefb43c16addb]

        tdf#95306: Be sure to specify the entire range.
        
        Especially in presence of multiple disjointed selections.
        
        Change-Id: I8e7779824109c30e69fd43a2448ae900beaf28d3
        Reviewed-on: https://gerrit.libreoffice.org/34140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-11  Eike Rathke  <erack@redhat.com>  [d3293c7173210e0246d0dc29377f687f41588da2]

        Revert "Resolves: tdf#79250 add typed list to form control listbox"
        
        This reverts commit e387b69967aabc44d5da5aaad8d94191437dc57c.
        
        It breaks toolkit.subsequentcheck with
        propertyChangeListener wasn´t called for ´TypedItemList´
        
        Back to the drawing board for the twisted property logic of forms and
        toolkit uno control models.

2017-02-11  aleksandar-stefanovic  <theonewithideas@gmail.com>  [b46ed21a33849d2268406feb875f46bc925a65ec]

        Moved "storage provider settings" to nav drawer
        
        Moved "storage provider settings" to the navigation drawer, because
        it makes more sense to put it below the storage options, than in a
        overflow menu. Also, switched positions of "Settings" and "About",
        because About is always the last item, by convention.
        
        Change-Id: If6d621abfee7a3bdda28311a9cadf35ea674f852
        Reviewed-on: https://gerrit.libreoffice.org/34073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-10  Michael Stahl  <mstahl@redhat.com>  [43df9a93b61160c6caf0228c2b3fbd7c0575dcaa]

        sw: translate some german comments
        
        Change-Id: I7aa703a5cb4091cf4b1df37f6ec022edaee76ef9

2017-02-10  Michael Stahl  <mstahl@redhat.com>  [7f3a7f05662205df0f195c0f3ba9671f10760da9]

        io: warn if OConnector can't connect to pipe
        
        Change-Id: I536177e7fbc2a8bb120db786722b71cc77c039a4

2017-02-10  Eike Rathke  <erack@redhat.com>  [c21779746a9e32d4d8a1850787dd158338b4d071]

        Revert "LOK - Calc: Increase the row limit to 10.000 rows."
        
        This reverts commit e530c7c4bcaaeb99cecd6f3c2c303db2a114b555.
        
        It breaks the build, e.g.
        http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1486752747.29915
        and is still in gerrit review anyway,
        https://gerrit.libreoffice.org/33799
        where it similary failed.
        Might had been an accidental direct push.

2017-02-10  brainbreaker  <gautamprajapati06@gmail.com>  [a68d00189988c2ed8a5ed246af60a1c967449a2e]

        Default Value added to File Explorer View Preference
        
        Change-Id: Ibbca76cae7fb189d94c37397ad49e9cff2755cd2
        Reviewed-on: https://gerrit.libreoffice.org/34082
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-10  Eike Rathke  <erack@redhat.com>  [e387b69967aabc44d5da5aaad8d94191437dc57c]

        Resolves: tdf#79250 add typed list to form control listbox
        
        ... so numeric and text data can be distinguished input.
        
        Change-Id: I63280a93c272ccc6f5e7ca06a1a1fcbfb3db8455

2017-02-10  Eike Rathke  <erack@redhat.com>  [bed701f31a4668a80f6e447c18a3db08cb43de82]

        indicate which indices mismatch
        
        Change-Id: I45e66e10628aadbc2714b331ba4eaaf83085f025

2017-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [252ae4f540f2a6bdf1a52139c1ff8a266bd4713c]

        python_zipcore package is no more
        
        ..since 8646ab97dc37c0606b19057686bf3d610f9c15ee
        
        Change-Id: I14644a85023fe66e86d9eef50ebd9eddabe73f60

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c6776f27cef1e2b7b40957f1801b08707bc3230]

        Related: tdf#105707 PPTX import: warn on empty SmartArt fallback
        
        This second related situation is about when there is drawingML fallback
        for the SmartArt, but it's ampty shape tree, which is never created with
        MSO2010+ (those shape trees always have at least one element). This is
        as bad as the missing drawingML fallback, so warn on it.
        
        Change-Id: I539d05154a4d1fcd5871dfc29616f77eb9945454
        Reviewed-on: https://gerrit.libreoffice.org/34131
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [e530c7c4bcaaeb99cecd6f3c2c303db2a114b555]

        LOK - Calc: Increase the row limit to 10.000 rows.
        
        Change-Id: I2702b1e654dff816c8d66e82464ea578473dba60

2017-02-10  Stephan Bergmann  <sbergman@redhat.com>  [8646ab97dc37c0606b19057686bf3d610f9c15ee]

        Remove MinGW support
        
        In OOo times, there'd originally been efforts to allow building on Windows with
        MinGW.  Later, in LO times, this has been shifted to an attempt of cross-
        compiling for Windows on Linux.  That attempt can be considered abandoned, and
        the relevant code rotting.
        
        Due to this heritage, there are now three kinds of MinGW-specific code in LO:
        
        * Code from the original OOo native Windows effort that is no longer relevant
          for the LO cross-compilation effort, but has never been removed properly.
        
        * Code from the original OOo native Windows effort that is re-purposed for the
          LO cross-compilation effort.
        
        * Code that has been added specifially for the LO cross-compilation effort.
        
        All three kinds of code are removed.
        
        (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing
        --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.)
        
        Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568
        Reviewed-on: https://gerrit.libreoffice.org/34127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-10  Justin Luth  <justin_luth@sil.org>  [09e9274fc080b471393b806617eb03124db67590]

        Optimize Excel GetOrCreateRow: reduce loops
        
        for ( size_t nFrom = maRowMap.size(); nFrom <= nXclRow; ++nFrom )
        
        This previous code worked best under the assumption
        that every row is added to the map. However, the size of the
        map actually has no correlation to the row numbers contained in it
        when many rows are identical to each other (think silly formatting
        and empty rows - related to tdf#105840)
        Thus row 1,000,000 could occupy slot 2, and every access of that row
        would then trigger nearly 1 million redundant loops.
        
        Optimize:
        -check to see if the row already exists - if so do nothing.
        -existance of higher rows indicates there are no missing rows.
        -build missing rows from the previously-mapped row.
        
        Change-Id: Ib02520a1bf0f77b5ca0ec5ad3165ff7ea879515f
        Reviewed-on: https://gerrit.libreoffice.org/34038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-10  Stephan Bergmann  <sbergman@redhat.com>  [07bcdbaed1427549e29af00107b99878b9a66a72]

        loplugin:dynexcspec: Deallocation functions are implicitly non-throwing
        
        ...so a dynamic exception specification should be replaced with noexcept(false).
        Doesn't look like this omission made any difference when running the rewriter
        across the LO code base earlier, though.
        
        Change-Id: Ib0e2b412b65cae7c1a68e875bbddf93f3656cebb

2017-02-10  Stephan Bergmann  <sbergman@redhat.com>  [57a505e8e9f3fe655ad0d4e812be4fd3c102bcc1]

        Remove unnecessary blacklists from loplugin:stringconstant
        
        Change-Id: I866a421a2b3e8830aaa7096adaef945a2264195e

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d732b498bab244cde6978e9389511a940101995]

        Related: tdf#105707 PPTX import: warn on invalid SmartArt fallback relid
        
        We already warn when the SmartArt doesn't have a drawingML fallback, but
        having a reference to a fallback that is not a valid one (so resolves to
        an empty fragment path) is also unusable. So warn in that case as well.
        
        Change-Id: I03b2325003b4eb38b1347a88899799c6d5c33606
        Reviewed-on: https://gerrit.libreoffice.org/34129
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [0939e079abe3cea70c951fbe1859c39e11cfca29]

        vcl: move out ImportPDF() from the global namespace
        
        It's a public symbol and can live in the vcl namespace just fine.
        
        Change-Id: I677f22e79f8ddc0c0756cc9bfeb498249354c516

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [a65211ad92d62caad426a17dcbe81bec9da5bc4c]

        unwind RID_POPUP_FILTER local resource
        
        Change-Id: I7369b3eb0e0d937c135fe591beafe9ec96ea9c17

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [a194597597f259f1120d0e2e5f0d533e7561c274]

        unwind RID_STATISTICS_DLGS local resource
        
        Change-Id: Ib5e7692cce9e097250182ec1518e93848fdc9b86

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [55e203a0c6c8c6f0c58025efd7c9079e27b438c9]

        add --disable-pdfium
        
        Change-Id: I9137dc0030c3c752ffc0931721bf6b0013309d39

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [9960002118fda6515c6985bc2908a69c0568a71d]

        coverity#1079165 Uninitialized scalar variable
        
        Change-Id: I49284d409bbe678e1e018c9d9502d79db5553faa

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [9050cc641a7449e270a26bcaeae4f75d4b862d3f]

        pUnicodesPerGlyph[i] is already 1 here
        
        Change-Id: Ib47e850d8ade769cad11f53b7eb3d7cab0337feb

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [775bf0c7d973226cad13c0e54ad384ae4e905041]

        test coverity sanitizing in-source modelling
        
        Change-Id: I31b1f021c414b26372c07a28c235bedb3e5a2b32

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9b32576553b2972194510cc808d12fe198bc8c8]

        pdfverify preview: fix macOS color space
        
        Unlike on Linux and Windows, we need to do an ARGB -> BGRA conversion
        here.
        
        Change-Id: Ifa539973de439de25125e544cfbbe941d08dee00

2017-02-10  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [32c0ab80aa0dbe105be15c5feee4e3bd7cc5ee25]

        Further modifications to FastAttributeIter:
        
        attempt to further reduce unnecessary allocation and
        freeing of OUString.
        
        Change-Id: I85169cfcd2311a5e6a96dc0292ce0686d1b0e43d
        Reviewed-on: https://gerrit.libreoffice.org/34092
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [fc81a580dd2c4e322a28c4f042530668f8516c60]

        coverity#736181 Out-of-bounds read
        
        it should be fine, as we rely on there being at least one password
        char, this is the same as,
        
        commit 2d3ed7ebb592401de214eaeee68c656afbefbe05
        Author: Michael Meeks <michael.meeks@collabora.com>
        Date:   Tue Feb 25 22:48:48 2014 +0000
        
            cid#736173 - increase default fill chars buffer size.
        
        which is another impl of this
        
        Change-Id: I5e1e07af37bea0398153ede300beed67d37d5e12

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [ae755d90241e9e626a58f94d8bf61b1974ea84d4]

        coverity#1371289 Missing move assignment operator
        
        Change-Id: Iabdebb02e91c630aef11e99f4677fd4187df78a5

2017-02-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [5f2e1eda4532a52fe9f0f9d2017b37d566f25f33]

        tdf#105288 MM wait until all emails are send
        
        Seems mail merge is now much faster then the sending of the merged
        documents via email. This is why the attached workaround patch to
        the tdf#103919 bug report, which simply sleeps after queuing a new
        message, helped solving the problem. It slows down the mail merge
        and gives time to the mail dispatcher thread.
        
        But we actually want to wait until all mails are send, so we have
        to add a listener and wait for the mail thread to become idle.
        
        This listener also allows us to cancel further mail merge when an
        SMTP error has occured.
        
        Change-Id: I9d13bcd8f0d0ff084b20d72ab96f70afa3a764ba
        Reviewed-on: https://gerrit.libreoffice.org/33989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-02-10  Caolán McNamara  <caolanm@redhat.com>  [805784cb85ba5e6a24b32daa722e135eab25828a]

        ofz#579 wrong variable tested for 0
        
        Change-Id: I721dc9d1c15296b2658421b4c4fe794578f3f1af

2017-02-10  Stanislav Horacek  <stanislav.horacek@gmail.com>  [58e27fc728a4d17dbea2f2fcfda92d3e2b8f8874]

        mark numbers in floatingareastyle.ui as untranslatable
        
        Change-Id: I2a95f50ed32486e47c4017c70ba6bc199317c9c7
        Reviewed-on: https://gerrit.libreoffice.org/32817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-10  Mike Kaganski  <mike.kaganski@collabora.com>  [d4036d3a89b65a4912f62e3930eb1a31cd90a16b]

        tdf#105625 related: don't duplicate dummy character on copy
        
        Change-Id: I5881887c7a0fd0c9ccd954a36482a3ada5103098
        Reviewed-on: https://gerrit.libreoffice.org/34025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [36bd85083df62efc0877c3d87b8e53c720f5e0d8]

        Remove unused installer properties
        
        Change-Id: I8a2bbd05ccdf71a59a0c74d5595c37b2308988ea
        Reviewed-on: https://gerrit.libreoffice.org/34091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-10  Stephan Bergmann  <sbergman@redhat.com>  [022da89fee9cefd425c952880432ecdbd5d39e01]

        -Werror=unused-parameter
        
        Change-Id: I63e466f8a1e2fbbf1b1bd84f491b37026909b1eb

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [efed9a7585c7a2387f9c745910af071809342f46]

        gbuild-to-ideNS: stop printing multi-target warning
        
        gbuild-to-ide stopped doing so in commit
        2a4b291d3bfb378776388f67670d877c658fce47 (gbuild-to-ide GbuildParser
        cleaned, 2017-01-14), be consistent.
        
        Change-Id: I307fb2919bf2ace57cd65f81d410d231d3636b80

2017-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea92b7cc2e4a948e101f4915d50c2469968e95b1]

        xmlsecurity: use pdfium to generate a preview in pdfverify
        
        This is just test code to check if the bundled pdfium is usable.
        
        Change-Id: I1f1d808796fe77924518cd004d99affe70279e88
        Reviewed-on: https://gerrit.libreoffice.org/34081
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b536279ed8131373a2c123873e07f45c36a8684]

        convert SwXPrintSettingsType to scoped enum
        
        and drop read-only PRINT_SETTINGS_WEB enumerator
        
        Change-Id: I5260b92bca2d86082bbec37569e31be9525a300e

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [6e12729f715f142140d220dc7d3b28a4a0657016]

        remove unused enumerator from EncodedWordState
        
        Change-Id: I793276d2b13bdb966e18acb8f13b4c7e77516898

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [486d636a4d614e420980487209e53e6891f493b5]

        remove unused enumerators from PolyClipOp
        
        Change-Id: I0988ebbbc5fe394eaa6fead0d2f909d4a931856c

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe3c2079117e541e38dc24319bd95d6ed1c622cc]

        remove unused enumerators from FTPErrors enum
        
        Change-Id: I30a2cc41d246b5048f2514eb38ee8e3bef0ed41c

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [d198a8221d4a1a08bb78ad083ff28136e3f65728]

        convert InsertOperation to scoped enum
        
        and drop unused LINK enumerator
        
        Change-Id: I6c42424ae5a7503b3e14e5f04fcf7a49b595b416

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [48d3f2505e0dfbd487a1041747f16f761e9c455e]

        convert LocationType to scoped enum
        
        and drop unused ltAnyInstance enumerator
        
        Change-Id: Ic471470973542ebcd3c9d0123870e70b3de6b8bb

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4a9ba4b484480ddacc62a47f68b02e449d72880]

        convert ConfigNameFormat to scoped enum
        
        and drop unused constants
            CONFIG_NAME_PLAINTEXT_NAME
            CONFIG_NAME_FULL_PATH
        
        Change-Id: Ibf7e88da0ae54516cb863b8efa995201f2a95268

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc96c1fdc1b62f8b61567f5df63e892953c87f10]

        convert EItem to scoped enum
        
        and drop read-only enumerators:
            enum EItem E_APEARCFG
            enum EItem E_FLTRCFG
            enum EItem E_FONTSUBSTCONFIG
            enum EItem E_LANGUAGEOPTIONS
            enum EItem E_SEARCHOPT
        
        Change-Id: Ie3baaecec3d1c30404b4fb0d948e25d4bb2f3f93

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [aef704d8077226b13a28e664db59d27017241afe]

        convert SvtSaveOptions::EOption to scoped enum
        
        and remove unused
        E_SAVEUNPACKED, E_USESHA1INODF12, E_USEBLOWFISHINODF12
        enumerators
        
        Change-Id: I7c384e0c30af5091a22beeda1c77e4b71fdde55e

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [a4d0ec84dae49a6c47c38bfc6ee5bba988349721]

        convert SvtSecurityOptions::EOption to scoped enum
        
        and drop unused E_MACRO_DISABLE enumerator
        
        Change-Id: I0bd706d4d4e1d8b9004e68c9e77c11410c62a64a
        Reviewed-on: https://gerrit.libreoffice.org/34067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [29eb1ceeae4a3108ce134b45e77a37ade7d7a4f8]

        convert SvtSysLocaleOptions::EOption to scoped enum
        
        and drop unused E_UILOCALE enumerator
        
        Change-Id: Ic9bdac91fab15af45e7dbd613e6e44b73b5cf9de
        Reviewed-on: https://gerrit.libreoffice.org/34066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [7cf66202f233043fff2ece108e877e885bf99ace]

        convert SearchParam::SearchType to scoped enum
        
        and drop unused SRCH_LEVDIST enumerator
        
        Change-Id: Ic5118757060656562e04dd7da24a3f143abec3fb
        Reviewed-on: https://gerrit.libreoffice.org/34065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [b3b2f2b95070f1a385c51f432a52b9c84470913f]

        convert Orientation to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I2f42f0f441cf9ce96338d40382acb6d75ea1e1a0
        Reviewed-on: https://gerrit.libreoffice.org/34061
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [765ba08d0bfba45f3a33d4cf0a03b1499ab091d5]

        starmath: Kill redundant check
        
        Change-Id: I45f873f3733800c43c36b38dcefb79eba46b9007
        Reviewed-on: https://gerrit.libreoffice.org/34030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-09  Maxim Monastirsky  <momonasmon@gmail.com>  [54d5b1828ec73d0475e0ddb6e31394a7e1904a1b]

        tdf#105672 framework managed menu button
        
        This adds a menu button that can use a popup menu controller
        to manage its menu. It supports 2 cases:
        
        - Use any controller that is registered in Controller.xcu,
          by specifing its .uno command.
        
        - Manage an arbitrary popup menu with MenuBarManager
          (assuming its items have proper .uno commands in their
          MenuItemData::aCommandStr). It means that a menu that
          was defined in a .ui file, can be used inside that .ui
          file without any additional code.
        
        This commit uses the new control to fix some currently
        non-working buttons in Calc's Notebookbar (but there are
        more that can be fixed the same way). It's not clear how
        long we will continue to use buttons (instead of
        toolboxes) for the Notebookbar, but hopefully this control
        will be useful in other places too.
        
        Change-Id: Ie00cde7cd7e39948948960ca2eff76e9db837109
        Reviewed-on: https://gerrit.libreoffice.org/34103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-09  Yousuf Philips  <philipz85@hotmail.com>  [8dc38dd9b132805191e0d20d00fb7559121fda15]

        tdf#105447 Move accelerator to first letters in Help menu
        
        Change-Id: I14088435228a989cb388cb9e205dc7fcd3fbbfa9
        Reviewed-on: https://gerrit.libreoffice.org/33646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [d22377ab55675135776d94213ef06f608b71669e]

        tdf#98993 cui: Paragraph dialog: decimals in Line Spacing spinbox
        
        For whatever reason, this also makes the +/- buttons increment by 1pt
        instead of the previous 10pt, which is also an improvement.
        
        (presumably regression from 324141f21bf2280d7613c4056ee8cd997ea345f9)
        
        Change-Id: If47dd768b2faea760d9967a73453d3f714c65fe3

2017-02-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6d1b4c859277dd853e32e4c107ea1e163060329e]

        add IMSINH, IMSQRT,IMSUB,IMSUM,IMTAN test case
        
        Change-Id: I02e4517948a300f0c8753bbccb2f1980dcc3ae2c
        Reviewed-on: https://gerrit.libreoffice.org/34102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [bd269f902b86ecb5dde0043838be14c867ee8bec]

        tdf#91596 sw: make Format All Comments persistent
        
        Change-Id: I8f9a20084d2dc8abd7699f64307b81321699498c

2017-02-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bc10ebd32513e5a497f229d9e76e4509a6a366f]

        use proper message passing
        
        Change-Id: Ic41c7acc73c2d275dfdb6b2ffcbb24fba5f8be72
        Reviewed-on: https://gerrit.libreoffice.org/33980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dca6eefc211cc36b5e3ba7157d45e12ee6b9f5f8]

        use std::unique_ptr
        
        Change-Id: I6d80d47dcc40daf2749eeec58a7ca19d09c4b803
        Reviewed-on: https://gerrit.libreoffice.org/34045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [1d2c7fd407bb617c0617d8c8bceb41fa013e6fed]

        -Werror,-Wunused-macros
        
        Change-Id: I06a6b6fa51fe437661610a4a678cd2d410bb1e4c

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [a218c5c639cf2bbcf2c606018e98a480cab03818]

        Dummy implementations of backtrace/backtrace_symbols on Android, too
        
        pt#2
        
        Change-Id: I5cc280613879786bd723019d630edb5a920419b9

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [b4cb88dbbdd06193f2b6a77ea7e1627b58d99a82]

        loplugin:unnecessaryoverride
        
        Change-Id: I5b344a92f4d762517529fb43fb68e849a7c0a619

2017-02-09  Eike Rathke  <erack@redhat.com>  [1e02bf3ceb747c8491b6489bef56dd4a896269b1]

        and more unit tests for tdf#103890
        
        Change-Id: I342b11cb1442ff5ad4a51d8b8f2f7ed9f081bcaa

2017-02-09  Eike Rathke  <erack@redhat.com>  [aeb465a458fc7ba02e3b1ca6b4193488defef511]

        yet more 3D flag to preserve cases, tdf#103890 follow-up
        
        Change-Id: I8b8cdb01325d0cd54e436c1043c243eedfddbfb0

2017-02-09  Eike Rathke  <erack@redhat.com>  [08a0850bfe30ee8666ccb04fc8782b03ba6cdfc5]

        add absolute sheet reference unit test for tdf#103890
        
        Change-Id: Idb4a182a548efe00be66194ba38655baeb80069f

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [5f8b6166115cd92bed202d3d8f2ce2d3f74256d4]

        Resolves: tdf#101648 disable new/modify of table styles
        
        cause there is no ui for it at the moment, so it crashes
        
        Change-Id: I703449ff69f93b6385d3bf9225abe81682d3b893

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [c697ae306cd4eaa8144ed93fc908e50d5934e249]

        Some clean up
        
        No more need to call sal_detail_log_report from sal_detail_log, now that it is
        called from SAL_DETAIL_LOG_STREAM since b3a11c8f4f307bbbb597c9c6e7e61ee93e794873
        "tdf#91872: Make SAL_INFO and friends more efficient".
        
        Change-Id: Idb6cf7a4814abe29d5ba68591f39b4279267bc9b

2017-02-09  Eike Rathke  <erack@redhat.com>  [6e1efe7b6bd16e3183cdb7c87d786cb714a61959]

        preserve 3D flag if sheet reference is absolute, tdf#103890 follow-up
        
        A reference like $Sheet1.A1 should have the 3D flag preserved when
        moving around, otherwise the absolute flag is still there but invisible
        when moving within or onto Sheet1.
        
        Change-Id: I937091535bc37d0bdbffb786472d7eae2f931df0

2017-02-09  Eike Rathke  <erack@redhat.com>  [12ecbe796218dd1b1a3e951e6cbc532ff41be6bc]

        space typo
        
        it's an interface name..
        
        Change-Id: Ie758f29864761a4e0c41326dac14d233c22e5f52

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [b6a69585b00867005820c1dd94e10e0e6b545e2a]

        Fold sal_detail_log_backtrace into sal_detail_log
        
        ...the latter is LO-privately exported from sal, so it should be OK to add one
        more parameter to it.
        
        Change-Id: If6bf3458433aac2cc8b4e0cbd1602306051a777b
        Reviewed-on: https://gerrit.libreoffice.org/34080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [6851074c8a515ec5a7856d4b744e3425c8829a29]

        Resolves: tdf#66237 set layout manager the way it used to
        
        model Frame::setLayoutManager after the Frame::impl_setPropertyValue handler
        for FRAME_PROPHANDLE_LAYOUTMANAGER which used to be used before
        
        commit b248624126c271c88381d3dad6e04fc954f65779
        Date:   Fri Mar 22 09:24:15 2013 +0200
        
            fdo#46808, Convert frame::Frame to new style
        
        i.e.
        
        - Reference< XPropertySet > xFrameProps( m_xFrame, UNO_QUERY_THROW );
        - xFrameProps->setPropertyValue( OUString( "LayoutManager" ), makeAny(Reference< XLayoutManager >()) );
        + m_xFrame->setLayoutManager( Reference< XLayoutManager >() );
        
        Change-Id: I00f1a2cb8e4fafc6d484634619cbeaf58c603d87

2017-02-09  Mike Kaganski  <mike.kaganski@collabora.com>  [d48b805794a6317e13826d52bbeaa37576ac57bb]

        tdf#105852: don't merge cells if there were no merge continuation
        
        In RTF, it's possible to start a cells merge using \clmgf, and simply
        omit following cells in the row - they must merge automatically.
        This makes HorizontallyMergedCell::m_nLastCol/Row uninitialized.
        Previously, the uninitialized values arrived as 0,0 - thus the first
        range's cell got merged with cell 0,0.
        
        This change prevents the merge; in scenario above, absence of additional
        cells in row will create merged cell automatically.
        
        Change-Id: I68b84b7ec70d9512c541a077689369fa4a8dc0c5
        Reviewed-on: https://gerrit.libreoffice.org/34079
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [60933220b2b6daa4b6acb177e4639c14519f459b]

        replace localresource of strings and keys with StringArray
        
        Change-Id: I369de4213c4cb38013b984d1c2784ad68e25793c

2017-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [99d35740a1dfa580986b02cacbe7854caa998708]

        tdf#103890: Add unit test for this.
        
        Change-Id: I93a17f90b7e6ff9aa5133401b2630d4b4e0cced5
        Reviewed-on: https://gerrit.libreoffice.org/34050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bf8d4fb60da5e583b3a90639af45b901e19cb5aa]

        tdf#103890: Fix the logic on setting 3D flag on reference.
        
        I believe the old logic (which I had put in place) is incorrect. We
        show the sheet name only when the reference address is on another
        sheet, and we do evaluate on a per-reference basis.
        
        Change-Id: Id9e51918233eda3b72b95b89a9fcced21eb9ef93
        Reviewed-on: https://gerrit.libreoffice.org/34049
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [c37a53315bf4517eb9170a2f8a9fdaa0648525f7]

        sw: even more integers acting up
        
        Change-Id: I55f6d49ca831ca421e7615c096cd7ac7147caf62

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [31a04e09cdf6078b3cef578fd15929617a391fe1]

        sw: fix even more integer madness
        
        Change-Id: Id785992300de7f8ae714b7fdcf822b42d11353b1

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [816a61c93564fa8eb33079f400f1e4bda40454a3]

        sd: argh fix the C++ integer madness again
        
        Change-Id: I47bf134a7ef0ebcd45ec3cc2c7cf805387ecadb9

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [3f46caf7af7c10a64bff57cfdf9856e19ae25fba]

        Dummy implementations of backtrace/backtrace_symbols on Android, too
        
        Change-Id: Ibbab23a9332c3475ab6ce5654999f040e936acfb

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [6b198399090ae5a963ad5075f396716252ccdea1]

        xmloff: remove onDemandRescueUsefulDataFromTemporary
        
        This workaround, which is both complex and quite incomplete,
        should no longer be necessary because the fixes for tdf#103567
        should also fix i#124143, see unit test in previous commit.
        
        Change-Id: I038f238d5e3cf5cadfc666196380b7b351543982

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [dbc31190532be3d3f0d8fb313b9d7247c2eb6135]

        i#124243 sd: add unit test for ODF import of glue points on SVG shape
        
        Change-Id: Ib6434063f4dfebb5f3e180c7136b411dbf0d94d0

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [ae00898f12b9087e1d9b59d9a7820d64b5501775]

        tdf#103567 xmloff: ODF import: fix more lossage on Writer frames
        
        There's another context that reads draw:frame, and it has the same
        problem as the one used for Impress shapes.  This causes SVG images
        in Writer to lose contour polygons and image maps.
        
        Fix this the same way as the other context.
        
        (likely regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
        
        Change-Id: I16cf55e68829b4e1b0841f2015d0729be0ce3725

2017-02-09  Michael Stahl  <mstahl@redhat.com>  [3ce68a2a7cc0fe9fe83dccd0019cd32d6518c16e]

        xmloff: fix this CreateChildContext to be properly ignorant
        
        Change-Id: I0b5cc271768ba29d039abb05408ccbd686c18544

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [858bd8b8beefaca56d8a8de5a9f9e34123d47709]

        convert ResultType to scoped enum
        
        and drop unused enumerators
        
        Change-Id: I429e586967ef46e2657e296a369cdeb3b75bfc02
        Reviewed-on: https://gerrit.libreoffice.org/34064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d2f470033167f6d5f2740425bad89d694f79d9d4]

        expat moved to github
        
        see https://sourceforge.net/p/expat/code_git/ci/master/tree/MIGRATED_TO_GITHUB.txt
        
        Change-Id: I9f0351debb69f7aae2b066ad90e983cb6259bff5
        Reviewed-on: https://gerrit.libreoffice.org/34041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [91af0067c99fe2936268051e419ceb268eab363b]

        xmlsecurity: remove unused EncryptorImpl
        
        No longer necessary since commit
        50669de68785d61534c4c3fe101fd8e1d12fae65 (xmlsecurity: remove unused
        xsec_fw_component_getFactory(), 2017-02-02).
        
        Change-Id: Ibbc78888abcd1cb6d7f242c93f28cdaf836cca14

2017-02-09  Tor Lillqvist  <tml@collabora.com>  [b21ba53be7e598de9c054d16aae8426301d1dbba]

        loplugin:staticmethods
        
        Change-Id: I46d24d74e48806368f1726688747f0872100c438

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [f67dc04cfdd9e63a45ec6c8bc00829bce8f17d4b]

        Resolves: tdf#101972 skip invalidating labels on alt if autoaccel is disabled
        
        so no Invalidate will be called if auto accelerators are not enabled
        so there should be no blinking under windows
        
        Change-Id: Iccc5dad7af41f39ac02d3be93e935f2d926a82a6

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [b52948a77d1da6b0b983d5ef6f1d67e253be4ef2]

        Proper -Werror,-Wunused-parameter fix for C code
        
        Change-Id: I2ebd350c3c39f848f5a39fa120154dc449173434

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [76cf4c365643e18436c691e284527fccfe273c9a]

        convert PDFVersion to scoped enum
        
        Change-Id: I9920f4c9783eb23a41d135e5eacd12805c1b9c2b
        Reviewed-on: https://gerrit.libreoffice.org/34060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [de3b0afd73d3b2bda488940f202d2c1014d1131a]

        -Werror,-Wunused-parameter
        
        Change-Id: I1a52e05994d6a31aa5e65bc3357f48258fb6f049

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [3e33fbd269e9ad3c2e72fe6f6780a77f4a5b3c78]

        restore constant to VerticalOrientation
        
        Removed in commit f4826959c1a5b0e6d2849d4240668b2087582848
        "new loplugin:unusedenumconstants".
        And add a comment.
        
        Change-Id: I63d6f46aa92e31db08e51e47a62104dc7d3d3359
        Reviewed-on: https://gerrit.libreoffice.org/34057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [76e0f23171d899ef567b04b555a748b60f99353c]

        convert DestAreaType to scoped enum
        
        and drop read-only enumerators
        
        Change-Id: Ibc4c2a99448a83fc179e2779f8f3e5c8f034ae7b
        Reviewed-on: https://gerrit.libreoffice.org/34059
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Yousuf Philips  <philipz85@hotmail.com>  [a25b1ff25a3be97d688d66b12353b4217fd239a5]

        tdf#91820 - Toggle sheet grid is per sheet option
        
        Change-Id: I7ba75517dc68f5fd977f140b6a7e37fbfe1fcf7f
        Reviewed-on: https://gerrit.libreoffice.org/33914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [bca47d830eaf13f6032985982582dce3fd335e4e]

        remove ConnectionIdentifierType enum
        
        since we only use the AsciiCString enumerator.
        Consequently simplify the GetConnectionIdentifier method
        
        Change-Id: I9e1a1318d2f12bfd18edeb8479e0e7171b22d0f1
        Reviewed-on: https://gerrit.libreoffice.org/34026
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ccdf7932e84bd78a366bb4ae2785c63e33a9403]

        convert PDFWriter::PageTransition to scoped enum
        
        and drop some read-only enumerators
        
        Change-Id: I96380efec90abe02fa02c3f766f2b6180723da0d
        Reviewed-on: https://gerrit.libreoffice.org/34058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [c71f4dc97b8927cc5690454006b8aa6136dbcce2]

        Implement SAL_DEBUG_BACKTRACE for Linux
        
        ...by using glibc's backtrace_symbols(3).  If this is ever implemented for other
        platforms, backtrace_symbols' interface may turn out to be awkward; but just use
        it directly for now.  Also, the output from backtrace_symbols isn't too useful
        in itself, as for non-exported symbols it only prints soname+offset, but some
        addr2line postprocessing can turn that into something half-way decent.
        
        Change-Id: I58cc7912aa7d8031729fc116a82a409c1c16977a

2017-02-09  Stephan Bergmann  <sbergman@redhat.com>  [8458ec8c9c93c8b3a6045c2b45cecadd345bbf4d]

        Fix SAL_DEBUG_BACKTRACE
        
        ...after 56d071c10ca8016848f1f059aa3eb197fe928844 "rename SAL_DEBUG_TRACE to
        SAL_DEBUG_BACKTRACE" (looks like this doesn't get used much...)

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [cff6cdb2ee37e836b9bab39500d24fcedc360121]

        Resolves: ofz#576 unexpected exception with invalid fraction
        
        Change-Id: I1d653775e88e9fa2ba7b62fce39d52fc21ffe363

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [e2b1e755e2f7587cf45084d092a10ba444710126]

        drop unused RSC_BYNAME define
        
        Change-Id: If26e39fedc1687ceb08d3e8663f95f4d84b5c488

2017-02-09  Caolán McNamara  <caolanm@redhat.com>  [49c007b394126de2f1292e7ede17499c568f9bfa]

        split getApplicationBasicManager into get and getOrCreate
        
        Change-Id: I8e35594104ba85470eda387bc227e88bf77ccffd

2017-02-09  Henry Castro  <hcastro@collabora.com>  [f5e330abbf3d8cd9625b29fcc228a742b35aa657]

        sc lok: Limit number of row with LOK to 1000 rows.
        
        Change-Id: Ic7fe2dec012efb8ba180feb4d3df6f4bfbf6c38a

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5b19a738ed7aa943cc05a313dbed7b45ec081d95]

        replace pointers with objects in std::vectors
        
        Change-Id: Id5577ae0b3bdf31b6d5e409cd2c0033d9f2591a2
        Reviewed-on: https://gerrit.libreoffice.org/34046
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [0bf5254b00a21da3dd348a7155c2a40b8ae2d8fe]

        convert PaintMode to scoped enum
        
        and drop unused INVERT enumerator
        
        Change-Id: I6db12ff76a5515bcb4691403b8fb380f9d74c1c9
        Reviewed-on: https://gerrit.libreoffice.org/34055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5699cd01b6a52906880c107bac6f3802ea7353d]

        convert BmpConversion to scoped enum
        
        and drop unused 4BIT_TRANS and 1BIT_MATRIX enumerators
        
        Also fix a bug in x11::convertBitmapDepth where we were incorrectly
        passing BmpConversion enumeratirs to ReduceColors
        
        Change-Id: I903c6866750e46ee752e10a17c05fcaaf6b11242
        Reviewed-on: https://gerrit.libreoffice.org/34062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  brainbreaker  <gautamprajapati06@gmail.com>  [f1c844fed0fdf898fd6d027529cb2570eb52bec5]

        Explorer File View option in Settings working now
        
        Explorer file view option in Settings is working now.
        To listen to the preference updates in the app
        a custom class SettingsListernerModel has been added.
        SettingsListenerModel.java file contains the methods
        to instantiate and set OnSettingPreferenceChangedListener
        in the implementing class.
        LibreOfficeUIActivity implements this listener
        and it is triggered by onSharedPreferenceChanged() method
        in SettingsActivity.
        This class can also be used to listen to other preference changes
        in Settings.
        
        Change-Id: I063024df01cf183d2a6211648e32805795af20a9
        Reviewed-on: https://gerrit.libreoffice.org/34012
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [eecf39c6e44e25a5a78aa7b435d07a9c53c628c4]

        convert FontType to scoped enum
        
        Change-Id: Ieb8f90be8effde5f25bc872784c3ea2177b14bf9
        Reviewed-on: https://gerrit.libreoffice.org/34056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Andras Timar  <andras.timar@collabora.com>  [0e9fbe1db2bb5db6fefbea265dff1b0564bfbb7a]

        drop ooo2gd (Google Docs) extension from license files, too
        
        Change-Id: Ie5642709b0befe49f8d31fe73867b541a0ea11a9
        Reviewed-on: https://gerrit.libreoffice.org/34032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [67cf45f54c71b62226475dd54cf32fb20136a221]

        move member to stack
        
        ScRTFColTwips is a vector with some extra logic
        
        Change-Id: I1ef08152d57f73404d08a566e311fdbe8934f68c
        Reviewed-on: https://gerrit.libreoffice.org/34047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [14c8ed764c5a4dc64f10389a83d396f055af145b]

        use std::unique_ptr and reorder members
        
        use unique_ptr for ScEEParser.
        
        mpParser needs mpEngine to initialise.
        declare, construct and destruct in right order.
        make use of virtual dtor of mpParser.
        
        let dtor default for ScRTFImport and ScHTMLImport (they have
        no own members).
        
        Change-Id: Ic6f830df121d687084ea394e68a37797e53f7108
        Reviewed-on: https://gerrit.libreoffice.org/34044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e70048ebbf672f508968d50b439cc21e5bdf62b5]

        use std::unique_ptr<>
        
        Change-Id: Iaad3a9784d2ad30f2c04f18e9987446238425c6b
        Reviewed-on: https://gerrit.libreoffice.org/34043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1955e5361ca42502913583c69606da30f43f34bc]

        remove obsolete noop call
        
        Change-Id: Iac60817702f7691adbabdea8a59efc4f56f249da
        Reviewed-on: https://gerrit.libreoffice.org/34042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [bcad173faaffd3a3c1e6737d94d2108cf590338d]

        Reapply "create ErrorHandlerFlags scoped enum for error handling flags""
        
        This effectively reverts commit 32cae6a2eaa41568888df9c8fc5605debd8d704a.
        
        Change-Id: I15bb0a5c4acaeee6d47dd93a71601d9687d701bc
        Reviewed-on: https://gerrit.libreoffice.org/34028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [afc755fa61cfd9645c4ed2507bdc3a06b721ed5c]

        loplugin:unusedenumconstants read-only constants in vcl (2)
        
        Change-Id: Ia3da23e0ef2fa710403745bd11255ed001516da4
        Reviewed-on: https://gerrit.libreoffice.org/34020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-09  Khaled Hosny  <khaledhosny@eglug.org>  [026345eeb2aa9fca02bc055f28ebd34abd7ad680]

        Don’t look for bundled fonts relative to executable path on Windows
        
        Just do like other platforms, so that the fonts are avialble to unit tests
        since cppunittester is not run from instdir.
        
        Change-Id: Ib209473f5b6b07a154fecb430dca45b32e8fa556
        Reviewed-on: https://gerrit.libreoffice.org/34048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-08  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [0e0fef10002b46965edad02b3f460a502d9f6595]

        tdf#50916 Allow proper updating, deleting and inserting tabs
        
        Change-Id: Ib318c3ff14970483fdcda1fdd6de9969f47ccbe8
        Reviewed-on: https://gerrit.libreoffice.org/33647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-08  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b78c6d8efd9531243e62a388bffc3f071d9a56eb]

        tdf#50916 Introduce new column validation function
        
        Change-Id: Ib8f7b3793732a113e764c4345c07803eb8bcbc3f
        Reviewed-on: https://gerrit.libreoffice.org/33196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b668b90dee629cae114ef4d0e89a466b5ef906ac]

        pdfium: work around macOS 10.9 build
        
        I assume this is a compiler bug, the patch can be dropped when we don't
        build on this baseline anymore.
        
        Change-Id: Ic65f830b888864db075efefd5b2e5d2520d9213e
        Reviewed-on: https://gerrit.libreoffice.org/34033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [b27324d219ea14249fcc0827658a955de54f4250]

        Outdated comment, we are returning a reference!
        
        Change-Id: I4061f9f421666064f918d8a46375f7f770626ab6

2017-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [25912929cfba42099581c55380dbef18cb81b5b9]

        This is only used within vcl
        
        Change-Id: I64d7e39506495e9fcc78bb670b897338a01a9ae1

2017-02-08  Khaled Hosny  <khaledhosny@eglug.org>  [c419d2f1b03750903422ffbeb9509bf8e158e6f8]

        Move the typedef where it is used
        
        Change-Id: I275e96ce3761b61b62748a1e75f1a7a88640e7cf

2017-02-08  Michael Stahl  <mstahl@redhat.com>  [791431d7e2485652c96fac7c15f47aa125271ee0]

        tdf#103567 xmloff: ODF import: fix loss of events on SVG multi-image
        
        For SVG there are 2 draw:image children in the draw:frame, and the
        SdXMLEventContext::EndElement() applies the content of
        office:event-listeners to the shape created from the last draw:image
        and then MultiImageImportHelper::solveMultipleImages() throws
        it away because it's the bitmap fallback of the SVG.
        
        Avoid that problem by calling solveMultipleImages earlier:
        The ODF schema ensures that all the draw:image elements occur before
        the optional property-bearing child elements of draw:frame,
        so we just call solveMultipleImages on the first such optional
        element, so that all subsequent properties get applied to the one
        surviving shape.
        
        (likely regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
        
        Change-Id: I2be5f6f424dbfd90ca2179ce6f9057929540e762

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [725c81613c3855f77e2890db0713622974909b33]

        ResId::SetAutoRelease now unused
        
        Change-Id: Ieaee60607200973f8d725d19a9c63bdc2f230850

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [0eed6c98cac8b6d982ab595e6e8a2ee079d88389]

        loplugin:unreffun
        
        Change-Id: I7cd699632b05ac8de6c5e3a6dbc66b8de7d88054

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [2e30b18c9aaea4dc097f6b4e6e63b95e19917838]

        replace localresource of strings and keys with StringArray
        
        Change-Id: I4abce924a89f611c28d0441ae097b310193b5dae

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [e5b23d924d60e7a0fb67c44c6dad3f4cb3bd5ddc]

        clarify we're not setting a pal index in the mask
        
        no logic changed intended, SetPixelIndex expands
        to this, just want to clarify that this is an alpha
        value, not an index into a palette
        
        Change-Id: Ie9bb188b116adf3eab4e2bb1d6da8badbaead88b

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [2c91fc19445bb503652e97cc8b9f9014db436c37]

        replace localresource of strings and keys with StringArray
        
        Change-Id: I402f5485af0c1e60677b8291c879bc7ca14633d3

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [41ae267529e0473aa105fa9e153eaa532f559f95]

        add IMCSC test case
        
        Change-Id: I957a8f1396425eda8530417aecfde6a70570d058
        Reviewed-on: https://gerrit.libreoffice.org/33922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d8a3a0e5d858abf0ac81fef2e47c63e4367567cc]

        add IMLOG2 test case
        
        Change-Id: Ic313ce3807c9b16563cc3421a84d1d28dab54670
        Reviewed-on: https://gerrit.libreoffice.org/33928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7348d834da5ea2165759d1bf0b07dc8575e7edf3]

        add IMCOT test case
        
        Change-Id: Ieb3065d899099804a598e0750799810195c36343
        Reviewed-on: https://gerrit.libreoffice.org/33921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8125dd2fc5584922b6f62b051b6a5a126253536d]

        add IMSECH test case
        
        Change-Id: I9eedb7056d448fa90153b08b4184914f79aec7d8
        Reviewed-on: https://gerrit.libreoffice.org/33939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [33c6ccecf40d7207b35ed81af01d1536da68a441]

        add IMPRODUCT test case
        
        Change-Id: I8d8fb1305b5d35f50ec1caec962aa251d6d1654a
        Reviewed-on: https://gerrit.libreoffice.org/33931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [931861c191a6bbcea410bc8d6efb01f465e33b8b]

        add IMSIN test case
        
        Change-Id: I017b844484a1616a16fb08b694950fc97d68a994
        Reviewed-on: https://gerrit.libreoffice.org/33940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1c30ea571f77bbc7d3d64257a8282842a94158a1]

        add IMSEC test case
        
        Change-Id: I08ec61f13a802715966b4def55f57a3504a57ce3
        Reviewed-on: https://gerrit.libreoffice.org/33934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e7ec531e2c53841cb301e3809d2bb1db4ab4816b]

        add IMREAL test case
        
        Change-Id: Iaae6f2d096e625357cfda1b9e441a0f5af140c06
        Reviewed-on: https://gerrit.libreoffice.org/33932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1251ad74ebaa3f1ba4540998a43efb95701163b6]

        add IMEXP test case
        
        Change-Id: I6d623e5520a0300776f8e437034db2225c7be1e9
        Reviewed-on: https://gerrit.libreoffice.org/33926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8875adefebd394f2b118e74d847c6e0b10158f73]

        add IMLN test case
        
        Change-Id: I37df10ca0c76c66cdc881ef81116b7fb935a450e
        Reviewed-on: https://gerrit.libreoffice.org/33927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e1a1cc6342e94b05971b5609f1c2435da9ddb757]

        add IMDIV test case
        
        Change-Id: I5d4e9aacf7c8843fdc980d6b25051235f97cc9a8
        Reviewed-on: https://gerrit.libreoffice.org/33924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9aaabf3e03ac0a3cc3dfd2870be48ba8913ad68b]

        add IMLOG10 test  case
        
        Change-Id: I66fc62ba15c3fde7e1e7143a20479cb18940498d
        Reviewed-on: https://gerrit.libreoffice.org/33929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [19a8ba4539d50edeb6c74b5a117e5fa8591fbe23]

        add IMCSCH test case
        
        Change-Id: Ibd99d3af9e80aa506ed08da7ce16e6ea936efbff
        Reviewed-on: https://gerrit.libreoffice.org/33923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f675131cf9dbcdcb3057e35e37018edfffe85616]

        add IMPOWER test  case
        
        Change-Id: I584338dea3e859378e5c782ce9e50954f7f914dc
        Reviewed-on: https://gerrit.libreoffice.org/33930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ddbd5fbf85e77bb286a9c3b672e0ba0181018af0]

        add IMCOSH test case
        
        Change-Id: I3aee4ed4e03fd23614778890a0afe5b7461cca0d
        Reviewed-on: https://gerrit.libreoffice.org/33920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [65b7b6322b662785bf032e66c76abc36c9a2bb0e]

        loplugin:unusedenumconstants read-only constants in vcl
        
        Change-Id: I8c81444cbecdc103cc47d9a4133b0b4d9010e0c2
        Reviewed-on: https://gerrit.libreoffice.org/34018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [20915bcbf45b4b0b4bc8c68c7df9eb6b13abbe06]

        convert WMWindowType to scoped enum
        
        and drop read-only ModalDialog enumerator
        
        Change-Id: Ie295e4863381401c73bd2a4151b94ad529c261fd
        Reviewed-on: https://gerrit.libreoffice.org/34023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [eb1352bb40b3571ee215d6f8bf0c8a0a85297aa4]

        drop unused enum TTCreationFlags
        
        there is only one method using it, and all of the call sites pass 0
        
        Change-Id: I5d71b36cf890fbcf0be9d795756da0cfd61ae309
        Reviewed-on: https://gerrit.libreoffice.org/34024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6f9eeb9b5c0e29ca655185dc299ebd4a2c092d7]

        external: bundle pdfium
        
        Initial use case is to avoid creating a whole Draw document + a poppler
        process for each and every PDF image we load in a document.
        
        The MSVC patch is only to support MSVC 2013, as upstream already moved
        to MSVC 2015.
        
        Change-Id: I3c9dbac3e3de9f2e874ca4cfec0a9dd8a388b87c
        Reviewed-on: https://gerrit.libreoffice.org/34022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [af35c02a8036f789c05a60734fcf2b83b92d1bbb]

        Missing include
        
        Change-Id: I312677b88982ef1ff430d8cd440f3bd7c52d51fb

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [ff82f13b6837b034987cd6fd26de136071cee0c5]

        drop unused error strings
        
        includes ERRCODE_SFXMSG_STYLEREPLACE
        
        which has the knock on effect that the flags argument
        can be removed from a bunch of methods
        
        Change-Id: I72b58bc2a19376bb4609e61aa44e71f734efb333

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [9192e85076f99772884393e4cc2aa9b663b2e43f]

        move the extra data of ERRCODE_SFXMSG_STYLEREPLACE out of the .src
        
        Change-Id: I5c39d785d1f2a78e1fcfcd763deac60f047a5e4b

2017-02-08  Michael Stahl  <mstahl@redhat.com>  [12b865c02877b1b1f33b0866602d3e556c899974]

        gbuild, python3: stop defining SOLARIS, and remove SOLARIS patch
        
        It's faster to change our code not to rely on -DSOLARIS than to
        wait for python developers to remove such nonsense from their public
        headers.
        
        Change-Id: I3ab05d41bbb51b91a2add599339ce334b5099330

2017-02-08  Michael Stahl  <mstahl@redhat.com>  [2e0e05aa3c1ba35608bc4f0f8a6718cca3e414b9]

        basic: another SOLARIS check here converted to __sun
        
        Change-Id: Iec76b096cfcab4bd45b77bdb1438776bf5de69ca

2017-02-08  Tor Lillqvist  <tml@collabora.com>  [3b94a463c5dad278b3d8d8c19d4572ba603c3943]

        The string "###" can be written as such, no need for a Special Const Variable
        
        Change-Id: Ib9737acc8e0a9845fc03ed2c7de7969cef41f27c

2017-02-08  Tor Lillqvist  <tml@collabora.com>  [4df2bc90cc7bef84a826b8d261c08e71c3e1887d]

        A newline is not that special or hard to remember
        
        Change-Id: I2960a59283a5a04c5c804a57e43bdb633c0e45cf

2017-02-08  Andras Timar  <andras.timar@collabora.com>  [21864fed063c1888323e14977fc73061d4905b80]

        tdf#105814 enable localization of "host" and "port" in sample addresses
        
        Change-Id: I2e58f4757bd86393410cdc6fd77205a8ebb9b917
        Reviewed-on: https://gerrit.libreoffice.org/34021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [25702ff6c9b00efb3263bc2cd67783d207e16af0]

        loplugin:unusedenumconstants read-only constants in writerfilter
        
        Change-Id: I3cc0d696059b130a8f1f1d8d3b1908d2e84d1a75
        Reviewed-on: https://gerrit.libreoffice.org/34017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [9b724094873d0808f0bd8ddab24adc372ae4e41c]

        Adding an iterator for fastattributes:
        
        This helps to avoid the expensive allocation and
        freeing of OUString at some places.
        
        Change-Id: I7d49974ce13799fcf62b989ce5d3c61b01316190
        Reviewed-on: https://gerrit.libreoffice.org/34011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [73cc391e9c9646e09722ce4324918646202c693b]

        use c++11 data()
        
        Change-Id: Id111686979d6002d4b4206d18980c38e6260971f

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [f12b4be44d8e490b7816206236bb628b20602716]

        coverity#707560 Uninitialized scalar variable
        
        Change-Id: Ia041c86a689f92795298ee16922ab42734820ec6

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [fb107f15b28cdba3e7a92d10cb44d85d6c933743]

        coverity#1242486 Out-of-bounds access
        
        Change-Id: I24d73edd90a7fbfe63dd70a1784fb2276ceb079b

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [27a673ac52e02f921ae78d409d0becc85bb7f602]

        coverity#1371289 Missing move assignment operator
        
        Change-Id: Idc26faf904f0c89cfd66f53bb311d8ce9b41eaab

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [193ec57c899c6941675a86b7a24d6af60e410938]

        coverity#1400143 Missing move assignment operator
        
        by using a vector and let the defaults kick in
        
        Change-Id: I84e6144ab4beeeb316ccb830e7be55e35d942062

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [d8baaf43b0a5f384c35ea4a7a8cac7ede7d0fb90]

        coverity#1400144 Uninitialized pointer field
        
        Change-Id: Ie7031679c60b70eb8a79062cdd0353c3da1550e4

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [1428e9e0ab5a54f5f68c92748cfe29fee864b73a]

        coverity#1400141 Unchecked return value
        
        Change-Id: I69f99910bb5748e8e182639387fa3cdbc04b5589

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [0008b7564af7ccca432ddb0eb0afccf1c8a7ea2b]

        coverity#1400142 Dereference after null check
        
        Change-Id: Ifdb77761a6d8a6dbcbb8f59c84734f767fe0dfaf

2017-02-08  Caolán McNamara  <caolanm@redhat.com>  [0898d12d218431a7879c0d891a024702ce35c0b1]

        ofz#394 xbm ParseDefine problem
        
        Change-Id: I75fb761d23fdb3780088a9d209200429edb57a26
        Reviewed-on: https://gerrit.libreoffice.org/32876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [321205e4a37e073158170a10f55e8641198c347c]

        And more blind fix for apparently buggy GCC 4.8
        
        Change-Id: Iaad8362ce263a19302a284554bf5925205c35ec3

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [42d2bdcf051abc348529ba1de1c93b824d950db2]

        And more blind fix for apparently buggy GCC 4.8
        
        Change-Id: I0aad8ccf24eca383c763010cfdefba19465c487d

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [3b53a4cdb57667b0c7495ad6aef19312edba2d5d]

        Blind fix for apparently buggy GCC 4.8
        
        cf. <http://ci.libreoffice.org/job/lo_tb_master_linux_dbg/10952/console>
        
        Change-Id: If947e338be0ab17f41f74f8e70e6281f46a7f57c

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [88692a2d244b7e85a20b6b1782873347326cba03]

        This should have been OUStringLiteral
        
        (which hopefully also fixes some tb's complaints about the code)
        
        Change-Id: Ie7529ad40c5c91214c281e84461888525cbbf479

2017-02-08  Cor Nouws  <oolst@nouenoff.nl>  [aa974f399306d5db9a6b3ebbad41b8827c475ae1]

        tdf#105818 Grid and Help Lines menu does't always offer what it promises
        
        Change-Id: I7c0c4f932dc953b7892fc0b812c9e9e045230e49
        Reviewed-on: https://gerrit.libreoffice.org/33990
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [91cafef7d30d3b6c8d7a2905e6ea3eb13bbbdaca]

        -Werror,-Wunused-private-field
        
        Change-Id: Ibba8f9d1823471cc548220d4de62041151898f12

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [1ba76fa81eb64c56c31379f678345a6667c47aa5]

        Use OUStringLiteral
        
        Change-Id: I76b83140222cfd7e313736936b2803997c43836d

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [fc51789ad0eafc41460e67773d11609d366fc4b7]

        Solaris C++ 5.2 compiler is no longer relevant
        
        Change-Id: I520a58438e156661d3e01a899e97ee33d9f19102

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [07b51bc2830e6035c29894e30006b61489c6fa4f]

        Use OUStringLiteral
        
        Change-Id: I6fd5f86288b303c8e3ce1cd072368df578e5e6a9

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [d7a2e94e653f1b164eeeffd32f328b7eb69a0c77]

        Use OUStringLiteral
        
        Change-Id: I720f70f81db92d75cdd83aa20a1cbf5a311b092b

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [3c5c11bf631b92ebe46b4f061e8673d8de98e40a]

        Use OUStringLiteral
        
        Change-Id: I20685c733b12ef2a7efc894091a6e40d1347ac84

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [3783df202783bd0a3ac5bb1a53b1ee58806bd7d6]

        rtl_str_shortenedCompare_WithLength -> OString::startsWith
        
        Change-Id: I3eabdeba10d8d1064f00b817b04f03aad8a6b352

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [dd1cdac272f98b0bacb5bb9ee6cb89852a50d31f]

        Clean up curious by-4/by-2 loop indices
        
        ...that had been like that ever since ff09f8d6ef2c613037f039dbcafcad6b76243a48,
        "MWS_SRX644: migrate branch mws_srx644 -> HEAD" at least, for no apparent
        reason.
        
        Change-Id: I6f8bd44179b232b7b39e493d443a443a60522a5c

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [9123dda5c4d27268fa4f2dcb5a02cd3870965195]

        Use OUStringLiteral
        
        Change-Id: I905fe6553f0ad7f0d2dd1ac1bc771b2d42f35fe2

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [ccc2b4ec0e51af180b30a1f2198d5a44fba3e778]

        Use OUStringLiteral
        
        Change-Id: I15580bd0395145f9554cd3a155c4825ba95005b3

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [40035bbbbc4b81a285905fb26eeb5e68640ef508]

        Drop bogus check for escaped $
        
        This apparently wanted to check whether the $ starting a potential pattern
        occurrence was escaped by a preceding $.  However:
        
        * The check itself was broken, erratically looking into sPattern instead of
          _inout_rFileURL for the $.
        
        * The check was bogus, as it would have misinterpreted e.g. "$$$(loggername)".
        
        * The resulting string is documented (in
          officecfg/registry/schema/org/openoffice/Office/Logging.xcs) to be passed
          through css.util.PathSubstitution.  However, neither the PathSubstitution
          service's documentation (in offapi/com/sun/star/util/PathSubstitution.idl) nor
          its implementation (SubstitutePathVariables::impl_substituteVariable in
          framework/source/services/substitutepathvars.cxx) appear to support esacping
          $ with a preceding $.  So it looks more reasonable to remove the check
          completely here.
        
        Change-Id: I445493d444904cd54f166adcbf870a918d1f9982

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [55717b14e0482c085595069d124ac9dd0c4e69c5]

        Remove newly-unnecessary #includes from cppumaker-generated files
        
        ...after e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception
        specifications" dropped uses of UNO exception types from those generated files.
        This needed first adapting client code that implicitly depended on those
        #includes in the generated files it included ("Add missing #includes":
        6dce9c6757823b9e89863716ae70ff4e8ddd4e60,
        a34d9150b419ee7471b96599d877ff1091d6b567,
        fed3783e77e00635e50622e7229b06c9e25451f1).
        
        Change-Id: Ia1defda2d586b69092f53feef3644875192cbea4
        Reviewed-on: https://gerrit.libreoffice.org/34014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad24a7c7f4deca8ee7755f68018884300fd861e0]

        oox, sfx2: can use std::move() here
        
        Change-Id: I0add196f79045e8cb7280b2b7d1d8620e4ec669e
        Reviewed-on: https://gerrit.libreoffice.org/34013
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5245bf4833b37faaabd715a95bb3f57bb81aee9]

        loplugin:unusedenumconstants read-only constants in xmloff
        
        Change-Id: I88afb3b4b3aa7d823c46062ead894561a66ac275
        Reviewed-on: https://gerrit.libreoffice.org/33995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [37e9eae8ac1f71afbdddd84d0ade5c93b2f3fa64]

        remove unused constants from RES_MSG
        
        Change-Id: I3eaa1f051440a91c8c5b4996e28dea4e0d3933e5
        Reviewed-on: https://gerrit.libreoffice.org/33994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a3190d72011be267a8c4f155f48bcb0fa207bc83]

        remove unused SCHATTR_DIAGRAM_STYLE
        
        and associated SvxChartStyleItem and SvxChartStyle
        
        Change-Id: I1564a4583125dd32af71e4eff338dfcefc6517c4
        Reviewed-on: https://gerrit.libreoffice.org/33988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [7c6278431483efe76059a6a86889f73233fd034b]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: I9b9a6af2a7ff2dd64c474ec7f2dd084d4feb76f0

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [c0d7a40be2444df158c34fb8aca6a9ff28d9138a]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: Ic774c9ad174ea522da85585cd1d36f89ca6b1d64

2017-02-08  Stephan Bergmann  <sbergman@redhat.com>  [fed3783e77e00635e50622e7229b06c9e25451f1]

        Add missing #includes
        
        ...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for Windows-only code
        
        Change-Id: I35f37aae2e6f55ff8ed82afc710a9b59a43b028c

2017-02-07  Michael Stahl  <mstahl@redhat.com>  [653e181fb831a04c2845d99f79f72454a88bb948]

        Revert "remove ugly operator* in DynamicErrorInfo"
        
        This reverts commit b5e3f8a5fa98a249ecd50021c33cf2a5c7a3b4fc.
        
        The problem is this:
        
        ==24217== Conditional jump or move depends on uninitialised value(s)
        ==24217==    at 0x29A25FCE: SfxObjectShell::SetError(unsigned int, rtl::OUString const&) (objmisc.cxx:220)
        ==24217==    by 0x29A35E6E: SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) (objstor.cxx:2300)
        ==24217==    by 0x29A3705C: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:765)
        ==24217==    by 0x29A6BC48:
        SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (sfxbasemodel.cxx:1802)
        
        The commit is bogus because it introduces a
        DynamicErrorInfo::GetErrorCode(), which overloads
        ErrorInfo::GetErrorCode(), which is used at least in
        DynamicErrorInfo_Impl::RegisterEDcr() and used to return a constructor
        argument of DynamicErrorInfo but now returns pImpl->lErrId,
        which is what this statement is trying to initialize.
        
        Ultimately this causes my clang+ASAN build to fail because the
        uninitialized error code happens to be detected as a mere Warning:
        
        Test name: testMathMalformedXml::Import
        assertion failed
        - Expression: !xComponent.is()
        - loading succeeded: sw/qa/extras/ooxmlimport/data/math-malformed_xml.docx
        
        Change-Id: I9141144e0bc356ee54279948f2fce036d1831a86

2017-02-07  Michael Stahl  <mstahl@redhat.com>  [32cae6a2eaa41568888df9c8fc5605debd8d704a]

        Revert "create ErrorHandlerFlags scoped enum for error handling flags"
        
        This reverts commit 05e78bde26d8b8b257ed22a0ce20c5b386a629d1.
        
        Depends on the other commit that needs reverting

2017-02-07  Michael Stahl  <mstahl@redhat.com>  [178f5306979ef55a5682191dcdafb9e926e57cde]

        sfx2: if the exception thrown by filter isn't known...
        
        ... then don't silently ignore it but just abort.  Evidently this cannot
        happen, because if it were a real possibility the author of this
        exception handler would have at least called SetError here.
        
        Change-Id: Iaa5f1f1d4cac388ae08214f6031a8bc279e6fceb

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [54380811ac6a42851b1da407dc43441d4033b0ce]

        ofz: get the font info early inside leak disabled code
        
        cause we don't have a tear-down to release it
        
        Change-Id: I86a72288a1ed03bf5fc5b6a00d9067f3f1063580

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [8c2f9bb5b8df6bd4633c3a71345d31ab4e8ddd51]

        Remove duplicate documentation comment
        
        Change-Id: I5215f4a27a5fde9e34ba1dce0a6f68f8dfbf0f97

2017-02-07  Maxim Monastirsky  <momonasmon@gmail.com>  [4d4d25ee6fb5d52a690e52252d1749ddd8d7a6f3]

        Always use split button for .uno:CharBackColor
        
        Change-Id: I4dd01ec8692fff77a94d6fa698e438581f6dbf37

2017-02-07  Maxim Monastirsky  <momonasmon@gmail.com>  [5350dfca60c90845df9143bc25002dfc45c3d49f]

        tdf#105631 Notebookbar doesn't use wide buttons
        
        So we want non-split behavior only in SidebarToolBox,
        not in the derived NotebookbarToolBox.
        
        Change-Id: I064bbe59b97da301a13889ad78a31227cfd693ee

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [afe76d1a4e0c37cf52b623a3b9b4e5d1a7b96094]

        SDK, just stop tampering with my term's title
        
        Change-Id: If053466ed5f2e74ea4b73719f6e07789c055998d

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [ccc827a59339fdf79980c3d59f9d17566c78e824]

        Blind fix for build
        
        Change-Id: I0e992eb2e10c71de1e04b9283a012c8e8f229612

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [da147a4e64847f62007d3d01f82c8dc59e2f4366]

        Clean up C-style interface nonsense
        
        Change-Id: Ie9a1e106f5270fd307d211fa334449c698acf25d
        Reviewed-on: https://gerrit.libreoffice.org/34010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bddc774795c139f84e0f76a83eb1b046b9f51a32]

        remove CREATE_OSTRING macro
        
        Change-Id: I7d5e1570918adc3b0cf2063d9735414233011a81
        Reviewed-on: https://gerrit.libreoffice.org/34009
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Michael Meeks  <michael.meeks@collabora.com>  [58d4a3122ce59c68aa7a4b7e09f76bf15865be9b]

        tdf#104870 - keep reference on the TitleBar while setting title.
        
        Unlikely to fix the issue, but may help.
        
        Change-Id: I3c319f550e86f2ab731b072d86d258dca12d34fa
        Reviewed-on: https://gerrit.libreoffice.org/33998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [555e1ff4cc84682ea73f9976f8e3c6f1d0f22590]

        bubble the original gtk surface type through rendering
        
        this may make scrolling a tad faster
        
        Change-Id: I0c2cc9df85932e25dbfed88727d3b83d299671c7

2017-02-07  Xisco Fauli  <anistenis@gmail.com>  [f9d0f55b2eefc1107d238774a00f7062a1e0d5c8]

        tdf#79236: Add uitest
        
        Change-Id: I916438d688ec24c67b581bf2e025215dda228e97
        Reviewed-on: https://gerrit.libreoffice.org/34000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cc33a1ccda26819ed1dff02ec54e7452a598273f]

        Remove MINGW_CLIB_DIR left-over
        
        ...after b28f25aa9eeed71bd3f399a9c8fc4f1497b92e82 "MINGW_CLIB_DIR is unused"
        
        Change-Id: I8395d492120455378ec001e37428a645aa879440

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [95c7b3693af553930cc7360697510156d632d740]

        Remove HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION left-over
        
        ...after 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4 "tdf#96398 kill remaining
        NPAPI support for plugins _inside_ LO"
        
        Change-Id: Ide62fa142108562c191ca95ab307638178476fea

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2ff37ae3838fa275a93776993a4a40117be6d45f]

        Remove GNOMEVFS left-overs
        
        ...afer b40b6010077f875565ce90cd995222451e37321c "ditch gnome-vfs2 support"
        
        Change-Id: I0a57da5f2d810e78837035c86ee1f03ae33aacd8

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [321d970e2f8ce0f78238d7c41202f96690e7222c]

        flatten ShellResource resource
        
        Change-Id: Ib071a21778289f4dc68273cb305d38bf260a31a7

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2ec697a77f77caceec0a8cf6b6c68ae11a269a03]

        Remove DBUSMENUGTK left-overs
        
        ...after 4e7f9650e2a32b648cbd50ab113955920f960354 "remove ancient lo-menubar
        implementation now that we have the shiny new one"
        
        Change-Id: I49e7a5489279aaf3469d14c4e9d75245203c5937

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [66849453041de0369dc8abe8f172dce2bf4cdaab]

        convert resources containing strings to stringarray resources
        
        Change-Id: I61e815a9545f55a3b886322e7d2c0d50040584bd

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [6efdd843c831527b2880959746c302fca87c40db]

        Related: tdf#105371 we can do this with a sizegroup
        
        Change-Id: Ie37a3d960ec244033f2b05e7a902c7a23ba9b94d

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [c5049234211816dbaa731f5a7a2c3eefcb35a374]

        Replace macro with function
        
        Change-Id: Icb4488ea38b99a329a071063292db4001799ecc8

2017-02-07  Michael Meeks  <michael.meeks@collabora.com>  [e5b062758950b0d6c5cea0a1914998433ef19774]

        configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable.
        
        Windows registry dumping behaves very strangely, and in hard to debug
        ways - this should help in-the-field debugging of this in future.
        
        Change-Id: Ia35d58a8be36d1b683db39ae7d2128a3ccfd10a5
        Reviewed-on: https://gerrit.libreoffice.org/33992
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [3b9073d2bad6e9026a910980cc4a09769fabc9ac]

        Bring back initui.hrc
        
        ...presumably missing from 19ea3db6d33e8e1de57104e42796454757facd45 "revert
        unready stuff"
        
        Change-Id: I74ab88dc1bd1bdd92d8bebc3120d036f032f5049

2017-02-07  gkorepanov  <gkorepanov.gk@gmail.com>  [9f44d19815c32aa0cb53d0cb89bc396f5071fc81]

        Made lcl_DrawDashedRect() more readable and faster a bit
        
        Change-Id: I58e06f090248e034541e276f11cecef8b26e874a
        Reviewed-on: https://gerrit.libreoffice.org/33394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [19ea3db6d33e8e1de57104e42796454757facd45]

        revert unready stuff
        
        Change-Id: I2b112a17a2bc70bfe4d5a6af7964a3c1d7eacf9b

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [eee0206831f9682f1fa1806d08bbbeaf4783b4e9]

        interim convert to ResArray
        
        Change-Id: I74c8ad1242611321401f6282dfbce3205977394a

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [e51f247484e4c967838971a0ff5f915cc7f2e376]

        flatten ShellResource resource
        
        Change-Id: I6094f86eb7da89ba5e21be909417b23f9f375351

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [1c48275a28fa3bccdeb6bc12e4f0bcea6c05a81b]

        convert resources containing strings to stringarray resources
        
        Change-Id: I8a306b417dcf533a148e34a6314e37589dcdda12

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [7863798f2ab420fdb91ba3dcda6cea2ab2aded9d]

        bubble the original gtk surface type through rendering
        
        this may make scrolling a tad faster
        
        Change-Id: I5f11f9b3196c3d42c82ac03bc332ef84189f3737

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [5ddf5d8dc60cdc44515e5f551bf1a61a4f1e62bc]

        there is no cnt (chaos) resource file anymore
        
        Change-Id: I97f0606c6003ca12c651841ec26145728fc5c808

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [a44e94a453cc6f089e63f18a1051efced3a4f1c4]

        replace calculation to get RID_SVXERRCODE with RID_SVXERRCODE
        
        presumably a hackaround from old deliver-headers era
        
        Change-Id: Idbaeec7bb8523776045ce5355235a4397b2195e4

2017-02-07  Edmund Wong  <ewong@crazy-cat.org>  [70b70d07ad9205c8bc2a88e79935d7630873062a]

        Fix check_flies.py to be more pythonic
        
        Change-Id: Id5f44aaa97539b7ec97b81b39da30bd8d170c011
        Reviewed-on: https://gerrit.libreoffice.org/33139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-07  Mark Hung  <marklh9@gmail.com>  [aa9251103a131880afa621501936603d8c75af9d]

        tdf#105286 use alternative font when glyph is not vertical.
        
        In vertical layout, a vertical font is selected. For windows,
        that means prepending a '@' to the font name. Switch back to
        the one without '@' in order to display characters that needs
        to be rotated 90 degrees in vertical layout correctly.
        
        Change-Id: I4e0361929f898eddc671b739b36a12dd26d68018
        Reviewed-on: https://gerrit.libreoffice.org/33064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [d18089ec0a2a8758eda889a7b9b23b66128484d5]

        animation duration/scale etc don't fill horizontal space
        
        Change-Id: Ie211827c2f8231384b98fb08e0371a839e3dc41c

2017-02-07  Caolán McNamara  <caolanm@redhat.com>  [5601c77e99d9e9dec4b1cb90084324657e2def65]

        fix oss-fuzz build
        
        Change-Id: I0e292bcca27035b316bcf0c93dbd6c87e3f93e3b

2017-02-07  aleksandar-stefanovic  <theonewithideas@gmail.com>  [23f39d7283e71bccf244ed75b13a4860bd1ab066]

        android: move sort options to separate menu
        
        This is one in a series of commits of trying to unclutter the context
        menu, which was pretty unorganized.
        
        Change-Id: I8a9473041730492a0b60c6b71fd7fd7996cedd89
        Reviewed-on: https://gerrit.libreoffice.org/33768
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [05e78bde26d8b8b257ed22a0ce20c5b386a629d1]

        create ErrorHandlerFlags scoped enum for error handling flags
        
        Change-Id: I30c80979c87bad7bc98f36a158c31c88d80d1caf
        Reviewed-on: https://gerrit.libreoffice.org/33991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [7edbe6529825f562e2eab0b7c19c8c0883ea4fea]

        Clean up some OUString creation
        
        Change-Id: I62d312436432939d28aced7cfc4a018adbd94c8c

2017-02-07  aleksandar-stefanovic  <theonewithideas@gmail.com>  [62cad676e9beb9d94e8adee6033d7c11c35baf0c]

        Add recents files to the document browser
        
        The recents mechanism works like this:
        Every time the file is opened, it saves that file to the shared
        preferences set, by putting it in the first place, and removing the
        oldest file from the list, if there are more than 4 recent files.
        
        It also adds dynamic App Shortcuts if the device is 7.0 and above.
        Screenshot: http://imgur.com/a/7kWOl
        
        Edited the layout to add a new RecyclerView for recent items, as
        well as the headers for both the recycler view's. Recent files
        appear only if in home directory, below app bar and above the
        file browser. This could be subjected to change in the future.
        Screenshot of the recents section: http://imgur.com/a/qrqZq
        
        Change-Id: I5c99aa26351d9ad2313e18b5b696d04a782e6155
        Reviewed-on: https://gerrit.libreoffice.org/33759
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-02-07  Cor Nouws  <oolst@nouenoff.nl>  [ae1b9d55ee62e904ecc52359f536b9b5966174bd]

        tdf#90436 - better wording for selection in case of PDF export from Calc
        
        improved patch
        
        Change-Id: I6baf39db88d3fe9322c573a288243689d1696d7f
        Reviewed-on: https://gerrit.libreoffice.org/33977
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-07  aleksandar-stefanovic  <theonewithideas@gmail.com>  [7d6269ecc9945bff9dc00f5eeb62e47e2cf284bb]

        Removed static context from DisplayPortCalculator
        
        Refactored many fields of DisplayPortCalculator to not be
        static, so that they could use the Context object from the
        constructor. Once refactored, the static context object could be
        removed from LibreOfficeMainActivity.
        
        Change-Id: Ic23030b74a24c753a4a2d2086fc6301eeb9d8728
        Reviewed-on: https://gerrit.libreoffice.org/33765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-02-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [94a870fd21229364c1e3723917bae723ce00a01b]

        a2ndIter is unused now
        
        Change-Id: I123bfda1c22350580f20b8f66cf7d855297c28d1
        Reviewed-on: https://gerrit.libreoffice.org/33979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [105e5efeffc9e3e6755c11a968ac9485afd96004]

        add VAR.P, VAR.S, VARA, VARP, VARPA, WEIBULL, WEIBULL.DIST test case
        
        Change-Id: I641af07bdf212e3d439bf018aa52a2a17fdd5a54
        Reviewed-on: https://gerrit.libreoffice.org/33975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c02332d3d60de7a166d10413edf6e76b85d5a91]

        uitest: provide a way to get a json representation of the ui info
        
        This just provides the information that is also available through the
        getState method in a nicer way.
        
        Change-Id: Ib64f6ecd2c4e9c0a940f3f9607c9a777233e90d2
        Reviewed-on: https://gerrit.libreoffice.org/33978
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-02-07  Tor Lillqvist  <tml@collabora.com>  [90aac3a3fd42ae6e3ac76ac4a0edb3a000cc0920]

        Our GetSystemTicks can now again return negative 32-bit values on Windows
        
        See 93bde3156284df4419c49447cbf455de9d74f00a .
        
        Change-Id: Ib41c2d525faab2bedab10f91c3a4f62f94870e10

2017-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd2837ac654cbebac44dee7558232629bff6f49a]

        sw RTF filter: add \leveljc1 testcase
        
        lcov pointed out this had no coverage previously (unlike the 0 and the 2
        case).
        
        Change-Id: Iaa480015d1ddfe7c489a3cbbf079a38d20e6d45c
        Reviewed-on: https://gerrit.libreoffice.org/33987
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5e3f8a5fa98a249ecd50021c33cf2a5c7a3b4fc]

        remove ugly operator* in DynamicErrorInfo
        
        I can see why you'd want to hide this horrible tunnelling of
        information with objects registering themselves in a global list.
        Urrgh.
        
        Change-Id: Ib151a0d2d5a4508dc456e52883e488ce56d9a095
        Reviewed-on: https://gerrit.libreoffice.org/33984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [bcb8aaf6522745b236dead5963b24ecc6aa2eac7]

        Clean up tabs
        
        Change-Id: I6b121e9e1e78afed2c14946dcc7d734c28b07495

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c421cab5bdd883fd547804b37f654fb9f4a59b38]

        remove more STR_FROM_ANSI macro
        
        Change-Id: I0957d1162c7b5bf8f52c7a79aaced667961d40a3

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [99330e7b35b71bdc2a765a24ad8a25f6067aa3a6]

        convert ScaCategory to scoped enum
        
        and drop unused AddIn constant
        
        Change-Id: Ic775e3c956c7200bb04be0a776a688284ba9d19b

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [4dc6dee3aa76085a308df5a71872cb40ef5d3aaa]

        remove unnecessary STR_FROM_ANSI macro
        
        Change-Id: I262158991a83083f999b0ae48da4ed4d77fc57fe

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [75b7b685cecde509bb305dc370448f42010d00da]

        convert ScaCategory to scoped enum
        
        and drop unused AddIn constant
        
        Change-Id: I4422f34db756649cb08aa9aa7f975cef73ccfa91

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [de9c7e4d94da2c392564604c8b07ba323f564981]

        convert FDCategory to scoped enum
        
        and drop unused AddIn constant
        
        Change-Id: I9cb07d58d7c986973d9713572538ce2142654397

2017-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [f31d07b546c27417949b03821569573a2b4bfae9]

        connectivity: Remove leftover OEvaluateSet
        
        Change-Id: Ia8ecabb426c969a02174b399a479dfb337b36a79
        Reviewed-on: https://gerrit.libreoffice.org/33983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-07  Juergen Funk  <juergen.funk_ml@cib.de>  [f57424cc4c0dd68083c7935ce8a9b795625cf84c]

        tdf#104101 Improve the session management handling
        
         - Set the current time to the SessionID
         - Split the SetProperties-Data, and send
           DeleteProperties for DiscardCommand
           (above both topic is the same as kate and
            plasma-desktop to do)
        
         - in statusChange the saveDone was not called, and
           call only once the saveDone
         - in shutdownCanceled must be send the saveDone too
        
        Change-Id: I42855c75b88b5d651ef8091947e359dc2c3f9209
        Reviewed-on: https://gerrit.libreoffice.org/33215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-07  Juergen Funk  <juergen.funk_ml@cib.de>  [d8ccf8cf7a604cb1df04f23b5b5036fff1d4afdb]

        Stop question in context of session manager when cancel a frame
        
        When shutdown or logout, LO make the question for all open
        windows, but when you cancel a window the question for the other
        windows are not necessary, this patch breaks the other questions.
        
         in dependency of tdf#104101
        
        Change-Id: I7119317d392ccd808c67fb57f82b1e990062abf2
        Reviewed-on: https://gerrit.libreoffice.org/33311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d8546e9781df89249c218fb596bbe95b8a6c7469]

        ...but on macOS we do need the SDK-augmented DYLD_LIBRARY_PATH
        
        ...because the executables in SDK's bin/ dir find LO's URE libs that way
        
        Change-Id: I7fe88638760afc24d639c6162656ee40c05e6814

2017-02-07  Stephan Bergmann  <sbergman@redhat.com>  [e809b3723b27d3d3c7d98e7f3db7b825939d9d09]

        loplugin:useuniqueptr (clang-cl)
        
        Change-Id: Ic5daf83e77ebe4dcac1c6eba8e7dab1cc0368046

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [b2453d1f41b369ca4b1c98e03b803be1773d0aff]

        convert DEBUG_TIME to scoped enum
        
        Change-Id: I91b286d8415ebc8c6675aca6ee143850c956c74b
        Reviewed-on: https://gerrit.libreoffice.org/33986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [3aeaa73a2e3568bd932b16cf4d3fea3fb39ebf13]

        remove unused constant from SdrHintKind
        
        Change-Id: If48ac2b312e4363c7d6d426e315766105176114b
        Reviewed-on: https://gerrit.libreoffice.org/33985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [fb8a324402a8689601fd66bc16f220495978adcb]

        mark numbers in compress dialog as untranslatable
        
        Change-Id: Id7761bdc7569c84a5f4edc5d2c7d764ea1ccd506
        Reviewed-on: https://gerrit.libreoffice.org/32814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [77a7a92f855810695a11d4ea285f76ec08600493]

        convert CursorType to scoped enum
        
        and drop unused CURSOR_INVALID constant
        
        Change-Id: I190908a03317f93d247c0a9c806c70bb286b8ecb
        Reviewed-on: https://gerrit.libreoffice.org/33964
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [93bde3156284df4419c49447cbf455de9d74f00a]

        Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic"
        
        This reverts commit fce604c8ae11b462113305aba080d77f8193cfea,
        and fixes
          tdf#105735 - xray ThisComponent no longer works
        in the process.
        
        It turns out Basic doesn't support sal_uInt64 very well, so lets rather
        have a small possibility of bad timestamps instead of broken scripts.
        
        Change-Id: Ic00485bd517a4fc61e05632001c9a5f92e05ddd6
        Reviewed-on: https://gerrit.libreoffice.org/33972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d16e1336f0b1251c0e1ffbe171bc26ed48ea49f0]

        convert IcnViewFieldType to scoped enum
        
        and drop unused IcnViewFieldTypeDontknow constant
        
        Change-Id: I583c05d8b312b0e4fb291fa4ce8d0989318f79df
        Reviewed-on: https://gerrit.libreoffice.org/33966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [62410ecd5de7d514f8078727616a9a637fa171af]

        remove unused constant from SdrInsertReasonKind enum
        
        Change-Id: I29fda2c0124b438eb9a2926c6dfefa801c670a27
        Reviewed-on: https://gerrit.libreoffice.org/33968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1380c00397aa251627fb81f1665704416e1a4f8]

        drop unused FONT_PROPTYPE_CELL constant
        
        which makes this enum not necessary anymore
        
        Change-Id: I0194634d357569aee502f1e8a7fd95c49e23040c
        Reviewed-on: https://gerrit.libreoffice.org/33967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d91c81e4335ccf6a383d1d66d789f2478c92bc7a]

        convert GalleryBrowserTravel to scoped enum
        
        and drop unused GALLERYBROWSERTRAVEL_CURRENT value
        
        Change-Id: Id91824cbe024d4b5109ee0755b518164837bc6a6
        Reviewed-on: https://gerrit.libreoffice.org/33965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c57cbcea9a4434eddba31d185e738cc7e3fbd73c]

        remove unused value from SW_KeyState enum
        
        Change-Id: Ied6ac5724957ff10fd1e9e217bbb32c1187f3cba
        Reviewed-on: https://gerrit.libreoffice.org/33963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [83e059af2203ec0cd15dea08cfa538555ba14bd7]

        tdf#103636: In Draw sidebar, switch fitting objs to paper format off
        
        So FuPage::ExecuteDialog and ::ApplyItemSet misuses SID_ATTR_PAGE_EXT1
        to distinguish between Impress and Draw, making fit objects to paper
        format on in Impress and off in Draw.
        That setting is not persistent, but that is a separate issue and until
        it is fixed, we will do the same here
        
        Change-Id: Ie55a131d375fa32d856bde4d9fda4fb54dd0d29f
        Reviewed-on: https://gerrit.libreoffice.org/33976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-06  Maxim Monastirsky  <momonasmon@gmail.com>  [486c3101519c9fc3c85c206020e780e54f646482]

        MenuToolbarController improvements
        
        - Make it self-contained, instead of having its code
          spread across ToolBarManager.
        - Base it on svt::ToolboxController directly, since it
          uses nothing from GenericToolbarController.
        - Move the code from dtor to dispose method.
        - Call ToolBox::SetItemDown to make the button work on
          a second click.
        
        Change-Id: I5b38ef532ba40ef0ac31bc53de5b6be4ccd1a118
        Reviewed-on: https://gerrit.libreoffice.org/33982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-07  Maxim Monastirsky  <momonasmon@gmail.com>  [f1552a48c3ae84bd33ebb390de14a71ba7de0a26]

        Silence "Invalid SlotId" warnings
        
        Change-Id: I7c3742fc94ef587526e4f6079c4f7aa245a0c116

2017-02-06  Michael Stahl  <mstahl@redhat.com>  [e1d0c4282698338d0412cb5cb2f0ad4e4e5585b8]

        sw: convert some OSL_ENSURE to assert
        
        Change-Id: I93fa70ef9b09afb9a4582a5942b4269afeece666

2017-02-06  Michael Stahl  <mstahl@redhat.com>  [56206c8a5e67a5d3ed560d1c1ac4f63dcef1c6e3]

        vcl: fix inconsistent GraphicsStateUpdateFlags asserts
        
        (regression from f4826959c1a5b0e6d2849d4240668b2087582848)
        
        Change-Id: If530503a667f765c38a6b226bb0627506dbb0900

2017-02-06  Patrick J  <patj@mail.de>  [b322fbc548479e09db8a437764a4089652ffbca2]

        tdf#101626: replace soft-hyphen by hard-hyphen in ooxml import
        
        If a list bulletChar is a soft-hyphen, it will disappear in PDF export.
        Therefore, replace it by a hard-hyphen.
        
        Change-Id: If0b535e7d2e23454136f25a2b7acf4b294b8dd27
        Reviewed-on: https://gerrit.libreoffice.org/33707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-06  Stephan Bergmann  <sbergman@redhat.com>  [a34d9150b419ee7471b96599d877ff1091d6b567]

        Add missing #includes
        
        ...like 6dce9c6757823b9e89863716ae70ff4e8ddd4e60, for macOS-only code
        
        Change-Id: I0b4c0ba12df487107661a6af54fba42122e8f023

2017-02-06  Stephan Bergmann  <sbergman@redhat.com>  [6dce9c6757823b9e89863716ae70ff4e8ddd4e60]

        Add missing #includes
        
        ...and remove some unncessary using directives/declarations, in preparation of
        removing now-unnecessary #includes from cppumaker-generated files, post
        e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception
        specifications".
        
        Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067

2017-02-06  pv2k  <vidhey96@gmail.com>  [a73fb11cb235dd600d29f214f8a079792f6b2445]

        tdf#92492 function placed in a wrong category in customise functions list
        
        "Table To Text","Text To Table" and "Text<->Table" have been removed from
        "Options" category and placed in "Table" category
        
        Change-Id: Ic5717e4cf91ce3fde2d40b3a3f567747fa7b983f
        Reviewed-on: https://gerrit.libreoffice.org/33919
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-06  Michael Stahl  <mstahl@redhat.com>  [23972ff57fe9d7469aaf9318286b3cd38dfd3053]

        sw: translate more german comments
        
        Change-Id: I662cde51b6fbf4e44c8a0a0314f057fdc1a764f0

2017-02-06  Fakabbir Amin  <fakabbir@gmail.com>  [cf2e9ded20d0b44d63ccf0a24e6506a960226bd4]

        tdf#87605 Added some new terms
        
        Few important terms added
        
        Change-Id: I40281ff2052a1b0978978b2b1e12e7453e04e1b8
        Reviewed-on: https://gerrit.libreoffice.org/33840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-06  Jeremy Bicha  <jbicha@ubuntu.com>  [585ac5b5f31a3ab48726820a6cf4c032ff0ab8a1]

        officecfg: Drop hyphen from "Check Out" in menus
        
        The verb is "check out"; the noun is "checkout"
        
        Change-Id: I8f779604b5b069c77db2ab705993db3dceeab50d
        Reviewed-on: https://gerrit.libreoffice.org/33973
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-06  Tor Lillqvist  <tml@collabora.com>  [e1e4efdc71d00ab2255b311cd420f929384ebbfa]

        Typo: s/dependend/dependent/i
        
        Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61

2017-02-06  Jeremy Bicha  <jbicha@ubuntu.com>  [5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8]

        officecfg: Fix title case for several menu items
        
        Change-Id: I21364f7cab88cf7ab8d757d4e44da3b6cf28dacd
        Reviewed-on: https://gerrit.libreoffice.org/33962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [9724a107ab03ef9c1343052df06b31b65e55246b]

        remove unused values from SwDocumentSettingsPropertyHandles enum
        
        Change-Id: I9aa77050b2e6c3e0d364428eb759b389c078b206
        Reviewed-on: https://gerrit.libreoffice.org/33957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Stephan Bergmann  <sbergman@redhat.com>  [ccedfa046aad9eb411a1298c2572496768a039aa]

        Revert "fix desktop scripts"
        
        This reverts commit f52eb759f61e1806014972cb736e07479f157aa6.  I assume this was
        intented to be a fix for e6a9dc22a4e58b565894f8cdb6a19755af7b14de "tdf#105204
        fix shellcheck warnings in desktop/scripts" (later addressed with
        7ba0b28cc3ac82f5c5c6d7e2536cb89771041893 "Unbreak soffice.sh").  But I think
        these quotations are actually useful parts of that original commit.  I fail to
        see how pathname expansion (aka globbing; nor field splitting, if that is what
        was actually meant in "we want globbing here") should be a useful feature here.
        
        Change-Id: I5c33c40cfe2a817f628442fed70a07f06dd275cc

2017-02-06  Lukas Röllin  <lukas.roellin@bluewin.ch>  [71160b4cd3ee9f8b127ed687d9e0d0a8067bfd64]

        Translate German comments
        
        Change-Id: Iafca03642f7053cb9c5009163cb80528d88bca47
        Reviewed-on: https://gerrit.libreoffice.org/33960
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-06  Tamás Zolnai  <tamas.zolnai@collabora.com>  [fedf4e5db7d9f755fa356e986ec0f0b8bf3bef57]

        Fix copy paste error
        
        Change-Id: I88af4618dfbeab920163117c2da9e51fcf694d84

2017-02-06  brainbreaker  <gautamprajapati06@gmail.com>  [3f19e2763803898a8ea9e788c300378a447507e6]

        Retaining the default file explorer view
        
        Change-Id: I273ee17fc94e9d6e3b73ca0b9a4853a632123bd0
        Reviewed-on: https://gerrit.libreoffice.org/33946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [fde0b8df30a65412afd5278a0dfd23ac30f62dc6]

        loplugin:unusedenumconstants in oox
        
        Convert FragmentHandler2::MCE_STATE to scoped enum and drop MCE_UNUSED
        constant
        
        Change-Id: Id0b3a81e61d77af5d3837527b008e196835f57cd
        Reviewed-on: https://gerrit.libreoffice.org/33954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Stephan Bergmann  <sbergman@redhat.com>  [3ea39bda0e948fde338bd9493639f4a6e8a8ea5b]

        loplugin:unusedenumconstants should apparently not be run by default
        
        Change-Id: I42f479de39b94ca8e9c72a6e92534f602a9fad39

2017-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad6fd88ae8a1f0d5caf509b776920c0f1ea42df5]

        sw: prefix members of SwAccessibleFrame
        
        Change-Id: Ia8513e6c9c32c9c80c7b261eb356ae793ae7ab32
        Reviewed-on: https://gerrit.libreoffice.org/33951
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-06  Takeshi Abe  <tabe@fixedpoint.jp>  [8e53f220ff7c13cccc388f1de3a92f82079c227f]

        framework: Pass Item ID to Menu::GetUserValue() instead of index
        
        This also avoids needless cast.
        
        Change-Id: I3fd1517657b489115f20e26f4f75f3e3a5b7c9b7
        Reviewed-on: https://gerrit.libreoffice.org/33944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-06  Johnny_M  <klasse@partyheld.de>  [d8662a69503a99604810fed0c61d3ea9295e47e1]

        Translate German comments in svdoedge
        
        Change-Id: Ia338c8b63d3ba42aa4705b2f147f49b0d4713b18
        Reviewed-on: https://gerrit.libreoffice.org/33912
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-06  Caolán McNamara  <caolanm@redhat.com>  [bac4b46e86f13fdbfc53a932bc61ac92a0f44f1d]

        Resolves: ofz#547 Floating-point-exception
        
        Change-Id: I9612bef0198ce8f09d39f5000a31819c175027d1

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [c9c3cb5446bfeb621d5fee5d50d19c8e030e3087]

        loplugin:unusedenumconstants in connectivity..cui
        
        Convert ExpressionFunct to scoped enum and drop FUNC_CONST value.
        Convert MQueryExpressionBase::node_type to scoped enum and drop Unknown
        value.
        Dop PageType::Color value
        
        Change-Id: Icb1f5503c230fb91329acc7d9e1da665fa28d95e
        Reviewed-on: https://gerrit.libreoffice.org/33948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Caolán McNamara  <caolanm@redhat.com>  [d8a1059ef2270681861da183ce486b636c07a4b7]

        OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGL
        
        Change-Id: Ie06c1121502db9b1a869f657f70d3b45db610e2f

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [a6fd34907fa9d2eedcd6fba2bb4c1e3340d88fb1]

        loplugin:unusedenumconstants in reportdesign
        
        Change-Id: I19c9a72f36bcb70ca33192a75946698c64e9375a
        Reviewed-on: https://gerrit.libreoffice.org/33950
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  dilekuzulmez  <dilekuzulmez@gmail.com>  [1cf15a4cdde09972e78baee704014099433ac43e]

        tdf#43157 Clean up OSL_ASSERT, DBG_ASSERT, etc.
        
        Change-Id: I37b62b7cc4b26789e961148c0411615ef1c2ffa1
        Reviewed-on: https://gerrit.libreoffice.org/33884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fb2b608047e613884d2ee1aab93795ce2f72243]

        Indentation fixes
        
        Change-Id: I3e7262c26c848f8c16564d4b27218611bf880903

2017-02-06  Takeshi Abe  <tabe@fixedpoint.jp>  [9a5e2d01c589392a4415667667d9a226c19f25ed]

        framework: Retrieve shortcuts from document-specific configuration
        
        No known symptoms, but it seems like a typo when comparing with
        MenuBarManager::RetrieveShortcuts().
        
        Change-Id: I83f6e5766f5e0a0e01f5fd4863772ad1d99c70d2
        Reviewed-on: https://gerrit.libreoffice.org/33945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [bac9a5d634b333fdc2345bfd3fa852ccc5f0d73b]

        loplugin:unusedenumconstants in framework
        
        Convert EProtocol to scoped enum and drop E_UNKNOWN_PROTOCOL.
        Convert ToggleButtonToolbarController::Style to scoped enum and drop
        STYLE_TOGGLEBUTTON.
        Convert TargetHelper::ESpecialTarget to scoped enum and drop
        E_NOT_SPECIAL.
        
        Change-Id: I412adacac15192cf6563ce4d5e5b74bfffff4737
        Reviewed-on: https://gerrit.libreoffice.org/33949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [fcb0280c1023102a08c4efea43bcf08f005fa499]

        remove accidentally committed files
        
        Change-Id: Ib41f16f945f6b7a5ba314b13ce8a7b24c35a8edb
        Reviewed-on: https://gerrit.libreoffice.org/33947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [3211dbd1b6d214b93fc944434d577a62745d749d]

        loplugin:unusedenumconstants in basctl
        
        drop UNKNOWN constant and convert to scoped enum
        
        Change-Id: Iffeb27193cd0df47c781f2b84144d6f85a6b49e0
        Reviewed-on: https://gerrit.libreoffice.org/33888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b2ffb280b494253dbdb8abd4230fbb6f1d78db0]

        loplugin:unusedenumconstants in vcl
        
        - drop TTCR_GLYPHSEQ
        - drop ImageType::Invalid
        - give preedit_data_t a default constructor, so my plugin spots that the
        eState field is being initalised to DontKnow effectively by a memset
        - document ToolbarIconSize::Small as unused, but can't remove since
        it might be stored in a user-setting somewhere
        
        Change-Id: I94b34bba83a04de16f95e4faec95b4bd29f3c652
        Reviewed-on: https://gerrit.libreoffice.org/33887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [005ef926c692f790cd319130243cb053ef9af26c]

        writerfilter: convert ResourceType to scoped enum
        
        and drop unused constant StreamProperties
        
        Change-Id: I6a358cf7914412231d6c8f926a0d2fbd4bb8009b
        Reviewed-on: https://gerrit.libreoffice.org/33885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b524ace6f575a4ff1469fc637955328a511b9ff6]

        loplugin:nullptr
        
        seen on tinderbox Linux-F19-x86_64_14-with-check
        
        Change-Id: Ica9c2707b43317f7dd1cf99440c6cdb7fe28e0bc
        Reviewed-on: https://gerrit.libreoffice.org/33938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3f6643b92742d775f5924a348d626ea695357825]

        default ctor is fine here
        
        this was hiding a Wunused-variable warning
        
        Change-Id: I32bd853846bc6f56c082541109eedfdab2402c3d
        Reviewed-on: https://gerrit.libreoffice.org/33942
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-06  Pranav Kant  <pranavk@collabora.co.uk>  [5bafdc99a15fa9b4b5e1b06f0f76d52addf09873]

        lok: Disable map mode when calculating annotation rectangles
        
        Change-Id: I4803ca9b52ce76ff9f7461253ec78bfcbc26690c
        Reviewed-on: https://gerrit.libreoffice.org/33879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-06  Pranav Kant  <pranavk@collabora.co.uk>  [a51faf9ead8ab3797e9a70bf2e487f26643ce9d0]

        lok: Emit modify comment callback when anchor changes
        
        Change-Id: Ibe4a66b93768eb446a04cab8cfdd4bdebee13d1f
        Reviewed-on: https://gerrit.libreoffice.org/33878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-06  Pranav Kant  <pranavk@collabora.co.uk>  [5596b3f86f753b7ae0a262ccea84c6a61bdc9ca2]

        lok: comments: emit add callback after layout finishes
        
        Change-Id: Ie6eba244dd5eb78813185f8c7aceed841d05d48b
        Reviewed-on: https://gerrit.libreoffice.org/33877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-06  Andreas Kainz  <kainz.a@gmail.com>  [a296a69c984b17cfbcd249cf6bdc191d08dff2a6]

        tdf#103677 Windows installer icons
        
        Icons refreshed according Tango style
        
        Change-Id: Ibb86ea0a7153f0ac7331d278b2dcd8f8c64835e7
        Reviewed-on: https://gerrit.libreoffice.org/32998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-02-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [c6f32df907983092cdb9f40c7c7ad0552caf41c3]

        sal_uIntPtr to sal_uInt16
        
        Change-Id: If463ae457f53a0a8b12cc0748afbc654f54ae3c3

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [eb0b727b8775404b17d45ad6986a902701bc1e31]

        .uno:ScriptOrganizer should be menu:menuitem
        
        ... so it won't show as an empty submenu in the
        customization dialog, and allow accidentally
        overwriting it.
        
        Change-Id: I9431e5240485a58f63a2333850a9052e475db63e

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [88a0a17ae4381ed3f4870bea2d1157fab5a8350e]

        chart2: Remove empty labels from main menu
        
        Change-Id: I600d5bd2d502ffce7d54a699f390d30874323ca8

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [9421a4c05366f8e16ffe6ca25eea1dee9b1f3e1d]

        tdf#105737 Menu::GetItemType takes position not item id
        
        And get rid of a pointless sal_uInt32-sal_uInt16 casting.
        
        Change-Id: Ia27fd87ceb4d060dab9ea7fffd4803903a1893da

2017-02-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [aeece6f198685b96579bdbd1409b3535fb5f09d1]

        tdf#31488: Background fill changes its color when saving a PPTX file to ODP
        
        For a gradient fill we need to generate a name because
        ODP export works with this name.
        In case of shapes it works because when fill attribute
        changes some internal name generation is triggered.
        The same thing doesn't work for slide background
        so generate this name explicitely in oox code.
        
        Change-Id: Ic6ebf37ef3d66a9c274747ca04653363b1fe6d02
        Reviewed-on: https://gerrit.libreoffice.org/33937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-02-05  Pranav Kant  <pranavk@collabora.co.uk>  [900556a89278f6d98fcce1405c9954318e52e671]

        Indentation
        
        Change-Id: I723438eb4258f12413a16b5b727f5c8f6eb3083c
        Reviewed-on: https://gerrit.libreoffice.org/33876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-05  Pranav Kant  <pranavk@collabora.co.uk>  [6d243a10724da6836b7f3e623d2815cc7b0a13c5]

        lok: Send complete anchor rectangle
        
        ... instead of just sending the X, Y coordinates
        
        Change-Id: Ie87b252ebfd64e806e1e5f66cfc27e77282cbaab
        Reviewed-on: https://gerrit.libreoffice.org/33875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-02-05  Gulsah Kose  <gulsah.1004@gmail.com>  [0b819a1f0704b82b16007ba707e49ad4082311df]

        tdf#103258 Add contextual edit footnote endnote command.
        
        Change-Id: I68126d2ec8b8dfb12c45ce577d110be2b94a4e33
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/33803
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [1f9b7ccd6e988b330e5d16305c27c7d6844c938b]

        Restore custom tooltip support
        
        This reverts the toolbarmanager.cxx part of
        38839ae10cb565ff1977b1839de1c8278eac657b ("Remove the
        ability to set tooltips in the toolbar xml files").
        
        It is true that tooltips can't be set in xml files,
        but toolbars can also be created/modified via the
        UIConfigurationManager and LayoutManager APIs,
        e.g. the test doc of i#105626 .
        
        Change-Id: Ida1559e61e7fd9bd6dcdd7b7159bc5efe070c721

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [47e84338e47c5a9c4cea6962b084aab6b2be94a4]

        Revert "Remove unused toolbar:text define"
        
        This reverts commit 8ce70a7e267bf45aa5eaae203ee26ad3826e91a8.
        
        It is true that toolbar:text shouldn't be used during LO
        development, but it's still used by toolbar customization,
        and such customized XMLs should still validate against the
        dtd.
        
        Change-Id: I95227a22ecc00a27f39591163ee09a78adde3168

2017-02-05  Maxim Monastirsky  <momonasmon@gmail.com>  [6296abc143d322294f021feb4b578c66b238fb5e]

        HelpURL toolbar property is unused
        
        Change-Id: I74b22509f59899b7c15aa791a01c60c8d982221f

2017-02-05  Julien Nabet  <serval2412@yahoo.fr>  [89b57084a0b76c20d6f98607c88b47009a1975d5]

        Related tdf#105473: Crash in: ScRangeList::operator[]
        
        fixes this bt:
        3  0x00002aaaab314ef2 in __GI___assert_fail (assertion=assertion@entry=0x2aaaaf8dc448 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())",
            file=file@entry=0x2aaaaf8ac488 "/home/julien/lo/libreoffice/include/rtl/ustring.hxx", line=line@entry=678,
            function=function@entry=0x2aaaaf8dc800 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const")
            at assert.c:101
        4  0x00002aaaaf810383 in rtl::OUString::operator[] (this=this@entry=0x55555d39c9f8, index=index@entry=0) at /home/julien/lo/libreoffice/include/rtl/ustring.hxx:678
        5  0x00002aaaaf822f4e in SbiScanner::NextSym (this=0x55555d39c9d0) at /home/julien/lo/libreoffice/basic/source/comp/scanner.cxx:572
        6  0x00002aaaaf82771e in SbiTokenizer::Next (this=this@entry=0x55555d39c9d0) at /home/julien/lo/libreoffice/basic/source/comp/token.cxx:339
        7  0x00002aaaaf827d23 in SbiTokenizer::Peek (this=0x55555d39c9d0) at /home/julien/lo/libreoffice/basic/source/comp/token.cxx:266
        8  0x00002aaaaf8175d0 in SbiExpression::Unary (this=this@entry=0x55555d43cea0) at /home/julien/lo/libreoffice/basic/source/comp/exprtree.cxx:581
        9  0x00002aaaaf8178a4 in SbiExpression::Exp (this=this@entry=0x55555d43cea0) at /home/julien/lo/libreoffice/basic/source/comp/exprtree.cxx:633
        10 0x00002aaaaf81792c in SbiExpression::MulDiv (this=this@entry=0x55555d43cea0) at /home/julien/lo/libreoffice/basic/source/comp/exprtree.cxx:647
        11 0x00002aaaaf8179b6 in SbiExpression::IntDiv (this=this@entry=0x55555d43cea0) at /home/julien/lo/libreoffice/basic/source/comp/exprtree.cxx:666
        
        Change-Id: Ib56063b3106bd077cda215e34ab763bae1f33c33
        Reviewed-on: https://gerrit.libreoffice.org/33933
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-05  Caolán McNamara  <caolanm@redhat.com>  [e86a8f5c53d804851be3acbd4713c971576a5bdd]

        try to fix arm build
        
        Change-Id: I866d741f35925ba00b60b2beeb5d9ee7de8b0d94

2017-02-05  Stephan Bergmann  <sbergman@redhat.com>  [813b9d4eae326b6ffdd6922461d7e1ffcf8f309b]

        Fix LD_LIBRARY_PATH resetting
        
        I /think/ a set-but-null LD_LIBRARY_PATH (Linux), DYLD_LIBRARY_PATH (macOS) are
        each treated like an unset one.
        
        Change-Id: If60698d6f21a16456dac9c3d4f4e1aa3561e1a65

2017-02-05  Caolán McNamara  <caolanm@redhat.com>  [5a0aabe7b38825d584b9c134c0e96927cb6dd50c]

        circular freetype and harfbuzz dependency
        
        harfbuzz needs freetype, freetype wants harfbuzz but can live
        without it
        
        Change-Id: I4b5dbd937ccfc9af46c86be5ae1d3f8eeb14e86b

2017-02-05  Caolán McNamara  <caolanm@redhat.com>  [0d016fc9e784d65802e117dec0afbf2a2d66cc10]

        arm libpng build fix
        
        Change-Id: I904424251a7d6a84a97e61d18c1a731c66866fae
        Reviewed-on: https://gerrit.libreoffice.org/33917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0a9fcfde6c7bfa34a3976a972b5ddf370c69a7c8]

        add IMCOS test case
        
        Change-Id: I9c23dcdc62973de657bf5a3a9a6dad0f0c89ee73
        Reviewed-on: https://gerrit.libreoffice.org/33896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-05  Akshay Deep  <akshaydeepiitr@gmail.com>  [a60960272ec3079d14295a72ccd08294077f5783]

        tdf#98034 fix alignment of delay spinbox
        
        Change-Id: Ifb6609a4315851d4eae2c7017c25f0ad7b833123
        Reviewed-on: https://gerrit.libreoffice.org/33916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-02-04  Caolán McNamara  <caolanm@redhat.com>  [dbc6d0e070b48fd377640e6554df895be19c2cea]

        add freeype to cairo's use externals
        
        Change-Id: I408c48ce0b28534b232b5d401ed13f7af76ed2ed
        Reviewed-on: https://gerrit.libreoffice.org/33915
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-02-04  Stephan Bergmann  <sbergman@redhat.com>  [7ba0b28cc3ac82f5c5c6d7e2536cb89771041893]

        Unbreak soffice.sh
        
        Change-Id: I8c827db4c16a4a169dd710787bf9beb123ddc7b6

2017-02-04  Caolán McNamara  <caolanm@redhat.com>  [fa9c00760bd6ab39437cee6bc112024009e67b58]

        this windows-only quote replacement looks out of date
        
        its there since initial checkin and I rather feel things
        have moved on since then
        
        Change-Id: Iea3aa1c5a1637cecdd18539987ef8b84db095e9a

2017-02-04  Caolán McNamara  <caolanm@redhat.com>  [774fa68764b01aad9c79d2ca73f78758f3a99972]

        flatten STR_IMPRESS_PRINT_UI_OPTIONS resource
        
        Change-Id: Icef2a5ae31973c09620112dba062525d42bdd227

2017-02-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d584e2dcc0454e66151d888fb45c23ccb1634aa6]

        simplify SfxWhichIter
        
        only one of 164 calls used the ctor with a restricting range.
        handle this special case.
        remove nFrom and nTo members.
        use operator[] on range pointer to highlight we access lower [0]
        and upper [1] range bound.
        remove dtor.
        
        Change-Id: I87b28502515e45bb190425eb88aa187ac0b5b2d2
        Reviewed-on: https://gerrit.libreoffice.org/33911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-02-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f52eb759f61e1806014972cb736e07479f157aa6]

        fix desktop scripts
        
        reverts parts of e6a9dc22a4e58b565894f8cdb6a19755af7b14de
        we want globbing here
        
        Change-Id: Ibe4672f41b0fe6a75d1aca898cc55414e138f6ef
        Reviewed-on: https://gerrit.libreoffice.org/33913
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-02-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [424f9953a269f804ab1f9dc146292ab5b7a82200]

        add OCT2DEC,OCT2HEX test case
        
        Change-Id: I91ab4b1fc347a81d8cbd7914a578a922592f923c
        Reviewed-on: https://gerrit.libreoffice.org/33901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-04  Federico Bassini  <kurogan21@gmail.com>  [99860ffc53aa1f423fe60a2f484fdfed7b045d5e]

        gbuild-to-ide fix the double .cxx in the .filters
        
        double ".ccx" for each source files in the .filters in the
        testVS2013Ide.
        this patch fix that.
        
        Change-Id: Ic06800c260800f72254038e30119db40fe048037
        Reviewed-on: https://gerrit.libreoffice.org/33892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-04  Federico Bassini  <kurogan21@gmail.com>  [9fe97c0d6c23f8475759993b0ef8ce46bb2df661]

        gbuild-to-ide: new function that generates a vxcproj on testIDE
        
        this function generates a vcxproj, for the reverse engineering
        i generate a vcxproj from VS2013 that:
        -the compiler works good
        
        i do the code that generates it
        the code miss that the link to lib that i left commented
        
        Change-Id: If98eb5645c9e1060a55701abf5b96db85eca6ce5
        Reviewed-on: https://gerrit.libreoffice.org/33893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-04  Johnny_M  <klasse@partyheld.de>  [11a4507f8a67a39155229ebd9a4c8def412f72b5]

        Following up German translation - fix spelling
        
        Following up on the commit a3a878268f903f3a1a4b6bc80c9c5abe42fd691a
        
        Change-Id: I4f525ecb030044fc9a330ad8964dbeca6ef35ee3
        Reviewed-on: https://gerrit.libreoffice.org/33908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-04  Regina Henschel  <rb.henschel@t-online.de>  [9e8f2afc2e2bbdbe136e74a24fb6c6eb94cde3c6]

        tdf#105656 only delete path if less than 2 points
        
        This prevents the crash. It might be related to
        gerrit #/c/33654
        
        Change-Id: I92907c7874964af722b69ed8afd9249e110b3401
        Reviewed-on: https://gerrit.libreoffice.org/33907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-04  qarkai  <qarkai@gmail.com>  [e6a9dc22a4e58b565894f8cdb6a19755af7b14de]

        tdf#105204 fix shellcheck warnings in desktop/scripts
        
        Use $(..) instead of `..`,
        use && and || instead of -a and -o,
        double quote to prevent word splitting,
        handle cd failure.
        
        Change-Id: I860891323a81ac4a46c868ab028df1e1f837c115
        Reviewed-on: https://gerrit.libreoffice.org/33897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-04  Julien Nabet  <serval2412@yahoo.fr>  [1bdef25291dea612305fa2cb8dd806466aa97773]

        Typo: FindIntersetingTableByColumns->FindIntersectingTableByColumns
        
        Change-Id: I74456399bde6075c9b3813d6c0ffe98fe1afbe3a
        Reviewed-on: https://gerrit.libreoffice.org/33905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9ba5eb228d714d1e5454049cac987a673bfce1e1]

        sc rowlimit: Make the cursor better fit the rendering.
        
        Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8

2017-02-04  Jan Holesovsky  <kendy@collabora.com>  [221e83653b5f7c409083b711fb9dd722770dd205]

        sc tiled rendering: We keep increasing the precision here...
        
        ... so let's finally do it right, and count in double precision directly.
        
        Change-Id: Ic49cc42d9e61a1b9fa9853bfe93d2681a6be88b2

2017-02-03  Michael Stahl  <mstahl@redhat.com>  [5df348a26aaf31ffd0a2e7f52d6d5cbdf1c5716d]

        sw: translate german comments
        
        Change-Id: I1f2a4e249274a2dfd74da11553d7bb9fb35b5d53

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [092adc4991eb143bc279a4bb61da27f70c73413e]

        Typos
        
        Change-Id: Ic54695e86b4b462419fa7d5ded7b1ddb19ee8ed5
        Reviewed-on: https://gerrit.libreoffice.org/33904
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [ed8f1c515530f6d4a9c99608da1d8b65b4b754a0]

        Typo: Openofice.org->Openoffice.org
        
        Change-Id: I3efb3630fbb8a605774796fd83514404c1fa35ee
        Reviewed-on: https://gerrit.libreoffice.org/33903
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Stephan Bergmann  <sbergman@redhat.com>  [ad2935eee6640a5ee09d0b21c7c1f83dbfcd4c58]

        loplugin:simplifybool
        
        Change-Id: If9d73319988b9d6ac5fcdee2ec815738320a62a0

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [b4fe924e179bd04073f530713db3da792163a7ca]

        Typo: progess->progress
        
        Change-Id: Ic13529f4bc9ac49059a59067c50d5f2c0f569822
        Reviewed-on: https://gerrit.libreoffice.org/33902
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [223f1f2b81add7a49f071bcb1dd14081c11f45a4]

        Typos
        
        Change-Id: I36f443c266670bd26aa6b813075e18653f372f52
        Reviewed-on: https://gerrit.libreoffice.org/33900
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [797d10e1772a7c9b4c96c6da7e5dcec8e3d48914]

        Typo: amout->amount
        
        Change-Id: Icd5a2d4156ace852f522df162c4a8da1cf2af5c2
        Reviewed-on: https://gerrit.libreoffice.org/33899
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Julien Nabet  <serval2412@yahoo.fr>  [aea9eeb15993db82746a31a4e6141e5748e1f1e4]

        Typo about "property"
        
        Change-Id: I17bd9ce74d95beaa230276bec40b739b05b81cf2
        Reviewed-on: https://gerrit.libreoffice.org/33898
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-02-03  Michael Stahl  <mstahl@redhat.com>  [3a3b4f2b51005eef62a38d43d1dbef4c8201cc5c]

        sw: fix assertion on exporting novell633099-1.doc to DOC
        
        This asserts because MarkManager::m_vAllMarks is not sorted.
        
        info:sw.core:32273:1:sw/source/core/doc/docbm.cxx:286: 1493,39 1493,39 N2sw4mark8BookmarkE _Source_Device_Configuration
        info:sw.core:32273:1:sw/source/core/doc/docbm.cxx:286: 1493,39 1493,39 N2sw4mark8BookmarkE _Deploying_the_Connector
        info:sw.core:32273:1:sw/source/core/doc/docbm.cxx:286: 1493,39 1493,39 N2sw4mark8BookmarkE _Setting_up_Connection
        info:sw.core:32273:1:sw/source/core/doc/docbm.cxx:286: 1493,39 1493,39 N2sw4mark8BookmarkE _Testing_the_Audit
        info:sw.core:32273:1:sw/source/core/doc/docbm.cxx:286: 1493,0 1493,0 N2sw4mark23CrossRefHeadingBookmarkE __RefHeading___Toc270687978
        
        This happens while called from SwRangeRedline::MoveFromSection; the
        target paragraph has some normal bookmarks and a CrossRefBookmark
        all at index 0 before, but the move messes up the sorting.
        
        The reason is that SwIndexReg::Update() has a special case HACK to avoid
        adjusting the content index of CrossRefBookmark away from 0.
        
        Prevent the problem by tweaking the bookmark sort function to always
        sort CrossRefBookmark before other marks in the paragraph.
        
        Change-Id: I1373337a9c7e6760fdbe5b634a14c63428a2e73c

2017-02-03  Michael Stahl  <mstahl@redhat.com>  [f6596a35c2d9a8c365bb78e1256a2def57ee1a36]

        sw: make lcl_DebugMarks output more readable, pos. at the start
        
        Change-Id: If9c151faefa3d109af2df7933a275c667880fb75

2017-02-03  Stephan Bergmann  <sbergman@redhat.com>  [8c8d7ef3d8e7fbeee459089374b76248119d17b3]

        Revert "sc tiled rendering: We keep increasing the precision here..."
        
        This reverts commit 27ca6387b7188d1805dda8906d809025a2d3fb95, at least together
        with f7962f59ea0b2a8f7c2d6c015e1c02855e1008fe "sc rowlimit: Make the cursor
        better fit the rendering" it makes CppunitTest_desktop_lib fail.

2017-02-03  Stephan Bergmann  <sbergman@redhat.com>  [42bffebf0bdacf30095349c06adbf186542917d5]

        Revert "sc rowlimit: Make the cursor better fit the rendering."
        
        This reverts commit f7962f59ea0b2a8f7c2d6c015e1c02855e1008fe; at least together
        with 27ca6387b7188d1805dda8906d809025a2d3fb95 "sc tiled rendering: We keep
        increasing the precision here..." it makes CppunitTest_desktop_lib fail.

2017-02-03  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d7c48309e67c097ea4fe1045640401209b316c48]

        tdf#105697: Make the Screenshot command localizable
        
        Change-Id: Ieb3f114feea3b9e9c597e0bd16ed80734dcd5ec2
        Reviewed-on: https://gerrit.libreoffice.org/33865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [71863c6188a5a0bf9dd1c31c8ad9c7b8b9b9001b]

        tdf#105684 crash in mail merge wizard
        
        commit eca5ea9f79181d45cd7fbabe2313617d3025818a
        "make the AbstractDialog stuff extend from VclReferenceBase"
        introduced this regression.
        
        Fix up the asynchronous delete to work again - necessary because
        the delete is triggered from deep inside the object it wants to
        delete.
        
        Change-Id: I18d5a899fbb2da772552ebba7fe6a8e810314010
        Reviewed-on: https://gerrit.libreoffice.org/33881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f7962f59ea0b2a8f7c2d6c015e1c02855e1008fe]

        sc rowlimit: Make the cursor better fit the rendering.
        
        Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8

2017-02-03  Jan Holesovsky  <kendy@collabora.com>  [27ca6387b7188d1805dda8906d809025a2d3fb95]

        sc tiled rendering: We keep increasing the precision here...
        
        ... so let's finally do it right, and count in double precision directly.
        
        Change-Id: Ic49cc42d9e61a1b9fa9853bfe93d2681a6be88b2

2017-02-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [c6315e162ab7e44cd710df3d0d1d7af423bf48bc]

        gpg4libre: Download external gpgme and dependent libs
        
        in particular, libgpg-error and libassuan
        This only downloads and unpacks the tarball. Building them needs
        some work still
        
        Change-Id: I562fd01571929ddfb47a319038f88ea8dbfb4bdd
        Reviewed-on: https://gerrit.libreoffice.org/33712
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [78f392f30a741ed088c66ff9923f47041277a223]

        loplugin:unusedenumconstants in xmloff
        
        Change-Id: Ie9e6d4aa9dba97d45bf7b8afa2347d34e1651a60
        Reviewed-on: https://gerrit.libreoffice.org/33871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  dilekuzulmez  <dilekuzulmez@gmail.com>  [82c7ac5637556cde8c77dcf4e75a771cdc587162]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: Iaedabfa4c4242f5a37f818572fddfbcca88d5b9a
        Reviewed-on: https://gerrit.libreoffice.org/33849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2017-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [839e53b933322b739a7f534af58c63a2c69af7bd]

        compilerplugins: enable loplugin:cppunitassertequals by default
        
        This forces writing a comparision of two variables in the
        CPPUNIT_ASSERT_EQUALS(expected, actual) form, rather than
        CPPUNIT_ASSERT(actual == expected). The benefit is when the test fail,
        it's more clear what are these two values, rather than just seeing that
        they are not equal.
        
        In the relatively rare case when the types are not streamable, the
        plugin can be silenced using CPPUNIT_ASSERT(bool(it == foo.end())). But
        please always first consider making the type streamable instead. See
        commit 0e1b831b93048c68735f2e2dbdcee587db4862ef
        (CppunitTest_vcl_complextext: fix loplugin:cppunitassertequals warnings,
        2016-12-16) for an example.
        
        Change-Id: I564fb0724836b6dbbea9262b53ad646e285a339c

2017-02-03  Arnold Dumas  <arnold@dumas.at>  [b3a11c8f4f307bbbb597c9c6e7e61ee93e794873]

        tdf#91872: Make SAL_INFO and friends more efficient
        
        Change-Id: I8a5b1665660b0679439f07d3924bb90cb4c4075c
        Reviewed-on: https://gerrit.libreoffice.org/33848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [29337650a379d1bcfe28bc41182254935f77cacc]

        boost::scoped_ptr -> std::unique_ptr in mysqlc
        
        Change-Id: I4c8d25ed451ab03d2b5d0e9977ab74fd2ea1bb04
        Reviewed-on: https://gerrit.libreoffice.org/33870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a16f665b1172ed505bf17f9b30ffde8abc3b861]

        makeAny->Any in canvas..configmgr
        
        Change-Id: Id06812595f373cd0da8b421dbac34a60a266ae6e
        Reviewed-on: https://gerrit.libreoffice.org/33869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9cbc3436eac193e6ae0164835fbf1f04e31707ab]

        remove unused text property of spinbuttons
        
        to remove numbers from translatable strings
        
        Change-Id: I2cea3bef08e21683d521f9ab9ce8c11c8d2e6b49
        Reviewed-on: https://gerrit.libreoffice.org/32705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [961563d19d197d4dc1a6df8a40f2b2df791c9bd2]

        Translate some German comments in sc
        
        you beat me to it, mmeeks
        
        Change-Id: I3191a506363ebfd9299e9c94857aacdffdb28946
        Reviewed-on: https://gerrit.libreoffice.org/33855
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [22326cb4f5cbe230ef1e35d9162eefec2d8d1ada]

        new loplugin unusedenumvalues
        
        Change-Id: I03d684fc35238a45a6d99855e5ee6d3a5e33740d

2017-02-03  Johnny_M  <klasse@partyheld.de>  [a3a878268f903f3a1a4b6bc80c9c5abe42fd691a]

        Translate German comments
        
        Change-Id: I36e9a90116627c44c755108cb38cb3fad8037b3f
        Reviewed-on: https://gerrit.libreoffice.org/33851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4826959c1a5b0e6d2849d4240668b2087582848]

        new loplugin:unusedenumconstants
        
        These are the simple removals, where it is obviously safe,
        the more complex ones will come in separate commits
        
        Change-Id: I7211945a6a5576354b60d9c709940ce9b674f308
        Reviewed-on: https://gerrit.libreoffice.org/33828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [83721f4365d234b62f9e3517345c8d3fda19f2c6]

        makeAny->Any in basctl..chart2
        
        Change-Id: Ief1cdffbfc59ab4e35ac945d020772ff84c50d61
        Reviewed-on: https://gerrit.libreoffice.org/33867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-03  Stephan Bergmann  <sbergman@redhat.com>  [9007cc7bcaa8bc1b38c54f167349f71373f02dec]

        --enable-ext-google-docs is gone
        
        Change-Id: I460eee8669900d7b6652463f996459ca0bd486e8

2017-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae828495be9c2ac5fdb4c1747ed7bdd51e5d87a7]

        tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallback
        
        By the time DiagramGraphicDataContext::onCreateContext() completes, we
        know if there will be a DrawingML fallback for the SmartArt (called
        ExtDrawing in the code) or not.
        
        Warn about this case once at the end of the import when in interactive
        mode. Headless mode silently ignores the warning as expected.
        
        Change-Id: I2bfeeedcaa244f08d8a0c208167e79d7bb697e6d
        Reviewed-on: https://gerrit.libreoffice.org/33866
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-03  David Tardon  <dtardon@redhat.com>  [2c1ae441892da3a40cde3a7a796e97cbe9f1da2a]

        upload boost 1.63.0
        
        Change-Id: I7f896bb9650f68626b4bcfe96c9c41fafeab436a
        Reviewed-on: https://gerrit.libreoffice.org/33827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2942346c26b5da00426aec7ffac70f9063f1e699]

        add OCT2BIN test case
        
        Change-Id: Ic7ddcbe06685433a85792e7d73a962d7b73ae904
        Reviewed-on: https://gerrit.libreoffice.org/33854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-03  Justin Luth  <justin_luth@sil.org>  [eb9f90186ae52efa7ff884b3e64f5dd59ddc0329]

        tdf#80807 guisaveas: never recommend system's tempdir
        
        Various download-and-open mechanisms save to the system's
        $TEMP dir. If so, don't recomment saving in that same
        location in the GUI dialog! That's just silly.
        
        Change-Id: Ifa20fdfd81d768bbd893f92a50355f08c3aab356
        Reviewed-on: https://gerrit.libreoffice.org/33353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-02-03  Takeshi Abe  <tabe@fixedpoint.jp>  [c0d3916cb7777918dbca359e88fb69f92ebf93ff]

        starmath: Prefix member of SmNodeToTextVisitor
        
        Change-Id: I83f5c5664aca925f874be8ac939356228697d05f
        Reviewed-on: https://gerrit.libreoffice.org/33850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-03  heiko tietze  <tietze.heiko@gmail.com>  [789ed159fb03eef26c991f361380d0eb7b509cd9]

        tdf#105371, tdf#99456 Alignment in find & replace dialog
        
        Fix width of labels removed and code added to define it on runtime
        Fix height of buttons commented out
        Resizable flag unset
        
        Change-Id: I3ffb38b5c9b23447ac914dc8c13fa95072897ced
        Reviewed-on: https://gerrit.libreoffice.org/33370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-02-02  Mark Hung  <marklh9@gmail.com>  [eb9b9c28ed32cacb5ed0410875af2ec03345fbf9]

        tdf#91795: prevent default item overwrite actual values.
        
        A few properties of FillProeprties have the same nWID
        but have different nMemberId, such as FillGradient,
        FillGradientName,FillHatch,FillHatchName, FillBitmap,
        FillBitmapName, and FillBitmapURL.
        
        When putting value of an item, the default item was put
        first, despite the value of the item might have already
        been put.
        
        Move the part of the code that put default item upfront
        so that it will not overwrite actual value accidentally.
        
        Change-Id: I54288420abde333e5b3e4cdd31ca9fae0c3ed7ab
        Reviewed-on: https://gerrit.libreoffice.org/33594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bee82cac7e90d9b445eed6328a0c1614a62ab39]

        Remove generated JSON file
        
        Change-Id: I4744b244269f49e2aae4c2159bdb7f91c1f5be6c

2017-02-02  Johnny_M  <klasse@partyheld.de>  [6d12c968f7a4a5f18558f2db9c8b8d14c0eca453]

        Translate German comments
        
        Change-Id: I3b2f4083eeed8a5d56e314796af13841ef19bf56
        Reviewed-on: https://gerrit.libreoffice.org/33846
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-02-02  Mark Hung  <marklh9@gmail.com>  [542421402d4e4f32bd9c499673d7a3fa98b00683]

        tdf#104270 count hanging margin only if there is hanging portion.
        
        GetHangingMargin() also returns offset for PostItPortion, assure
        there is a hanging portion before using the value.
        
        Change-Id: I750b8078fbd607d49f4bf5f76ea606fc36ea5c23
        Reviewed-on: https://gerrit.libreoffice.org/33832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-02  dilekuzulmez  <dilekuzulmez@gmail.com>  [a364e1f039b0156306aa951e10632cd225b320a3]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I2a48e513ad71609b11eb02eb5da7aa7d76860e7d
        Reviewed-on: https://gerrit.libreoffice.org/33841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-02  jan Iversen  <jani@documentfoundation.org>  [8944a4dc98ff4e1028936aa7c287f57183aa9b56]

        gbuild-to-ide added -DLIBO_INTERNAL_ONLY to CXXFLAGS
        
        In order to compile correct this flag is needed and
        it is not exported in the json files
        
        Change-Id: Ib8f0b882f2d59ed467a9198c148263e2882c60b3

2017-02-02  David Tardon  <dtardon@redhat.com>  [23f7e82c7bafd3af97466761e01667d583db6af8]

        drop bundled ooo2gd (Google Docs) extension
        
        LibreOffice has had direct support for Google Drive since (I think) 5.1,
        via libcmis.
        
        Change-Id: I7587923b3fd7dd505124b790066cdaa99a858af1
        Reviewed-on: https://gerrit.libreoffice.org/33822
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [925552f77723271abeab5dec48b5859c0b9927c9]

        add SEARCH test case
        
        Change-Id: Icf81d4536ecfbdd0c059ca3be595145884b19a99
        Reviewed-on: https://gerrit.libreoffice.org/33845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [916061041e53d1ee25e426734a3e05c21626081d]

        Too dumb to sort
        
        Change-Id: I0ba613bff040d07554dc41783aea332d0a597b3c

2017-02-02  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [436035a2b2d7c3754ca4f213af2ddd8be9707c29]

        Fix some typos
        
        Change-Id: Ide3786aad5589e2d430a4e3890d51117b145e51d
        Reviewed-on: https://gerrit.libreoffice.org/33842
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-02  Tor Lillqvist  <tml@collabora.com>  [90c4e14a06d48b369a5bbb93054bb6d51f81c347]

        Bin code that has been in #if 0 since 2011
        
        Change-Id: I218f94c546fb1635691e33e41f6e3f69b93b8f83

2017-02-02  Caolán McNamara  <caolanm@redhat.com>  [6263d03d538f014af2e17a4ecf3d218387ba5219]

        bffvalidator: animated text srpm has 1 byte payload, not 2
        
        which is why my sample document creates a .doc which triggers
        word's safe mode
        
        this has been wrong since initial impl in
        
        commit 4d5c193b2fd38c6cab049fcb97189462fff0fddb
        ...
            2003/07/17 14:13:17 mmaher 1.64.6.6: #110851# Added support for animated text effects
        
        a mere 13+ years ago
        
        Change-Id: I8c4d95dac8e03f6523a2a036f0100f425f787a13

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

        bffvalidator: fix a retro-fitted by ms after the fact warning
        
        nVerBuiltInNamesWhenSaved (2 bytes): An unsigned integer that specifies the
        version number of the style names as defined by the application that writes the
        file. This value SHOULD be 0.
        
        old number is 2: which means...
        
        "Word 97 2"
        
        Specifying a value of 0 is recommended for maximum compatibility, as it will
        cause all versions of Word to update the names to whatever set of application
        defined style names is current, with little performance penalty.
        
        http://msdn.microsoft.com/en-us/library/0E246123-E907-4AD1-9DFC-558512E2B052
        
        Change-Id: I9a04f62f950c7965d6eb5e6ff23d9c09fe38d99e

2017-02-02  David Tardon  <dtardon@redhat.com>  [a7b9eb7e0fb782d2deac0b10b75229852dad7a62]

        workaround libtool library name subst.
        
        When libtool links a library with another libtool-based library, it
        replaces -lfoo by path to installed foo, like $foo-libdir/libfoo.la.
        harfbuzz would be installed to /usr/local/lib by default, therefore
        libtool replaces -lharfbuzz by /usr/local/lib/libharfbuzz.la in
        libfreetype.la, which causes a failure (nonexistent file) when building
        fontconfig...
        
        Change-Id: Ie2510034e69803af084dd90671fdbc8f6863fcf2

2017-02-02  David Tardon  <dtardon@redhat.com>  [a84c22107e618f18503abdda063273c2151c24f3]

        build only fontconfig lib
        
        Change-Id: I4fbbd7dfc828e4e38bd59feb93b02fcd6daa74a5

2017-02-02  David Tardon  <dtardon@redhat.com>  [038844ad1a37c8256eeba472f396912617073299]

        run verbose make for fontconfig
        
        Change-Id: I67055b9cf325b71b0f227b59d94158c334dc724b

2017-02-02  David Tardon  <dtardon@redhat.com>  [e060317a7a4f56fd04f5812ff8231455be521505]

        fontconfig uses pkg-config to detect freetype now
        
        Change-Id: I12cc3a8a36aeafd5184eee4051bc798c22769d8c

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [538c042d9ab27131d8d56d97b9a09dca516f8939]

        loplugin:unnecessaryoverride
        
        Change-Id: I7a45ef38380d62ddb847bab87a2ee15ca67621fc

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [5595ee701eab0fef0683c93e3c99788ab1b08520]

        loplugin:useuniqueptr
        
        Change-Id: I3a246a22baaac8195dc1b94c42994de7d80e8336

2017-02-02  Michael Stahl  <mstahl@redhat.com>  [19c0eff34a5e1de4f3aff723b7750d4e01d4ba6d]

        writerfilter: remove gperf related declarations
        
        Reportedly gperf 3.1 changes the signature of in_word_set(), where the
        len parameter changes from unsigned int to size_t.
        
        It turns out the only forward declaration for this function is currently
        unused, so just remove it.
        
        Change-Id: Ifbc582cd31ca37fff9ff95a3706ee902ecfe5223

2017-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [27a905914672897aa012cd47e00c42f3129bd99b]

        sc: fix loplugin:stringconstant warnings
        
        Change-Id: I6f9e77ed380baba0a46374292fb2a65d41e15e71

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [162e185c535dbc2861b92c66c84d305fd51b5d7e]

        loplugin:stringconstant
        
        Change-Id: I14ac842fa7b8a8ec8c6eb7554d136a68fe727ed7

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [1462b2784fa3e95499808b2ef706e4787a01aaae]

        Adapt the external/redland/raptor/xml2-config.patch to raptor2-2.0.15
        
        The Yocto-based GNOME 3.20 SDK used to build the LO Flatpak has a broken
        xml2-config.  I cannot understand why the previous workaround worked fine with
        raptor2-2.0.9 in LO 5.2 and fails with raptor2-2.0.15 since LO 5.3, but this
        updated workaround keeps raptor's configure happy.
        
        Change-Id: Ibfb2cb8a718f744e1bb4045082520fb186d6062b

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [b0b13245d420a50fd09029333e467ab7ada8c3aa]

        Adapt LibreOfficeFlatpak.conf to newly added dependencies
        
        ...that are all not provided by the underlying GNOME 3.20 SDK/runtime
        
        Change-Id: I23f1a462f8bf44a30c09bbccad5916304d7c4da1

2017-02-02  Zdenek Crhonek  <zcrhonek@gmail.com>  [307b0fc696781982dca7af3a4749c89cd31f33f9]

        Revert "add IMCOS test case"
        
        This reverts commit 4311cdfe77aa525fd485b1043f17e0b1bf8af7bc.
        
        Change-Id: I78447f7719b320ae3fb50a7689d14e0e5ab1670b
        Reviewed-on: https://gerrit.libreoffice.org/33826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Zdenek Crhonek  <zcrhonek@gmail.com>  [8b93a8361a5b7de261b8eeaf6ba066eefb74a8e0]

        Revert "add IMCOSH, IMCOT test case"
        
        This reverts commit cfc8714763bb7d3d002b73d7743150d588ccea75.
        
        Change-Id: I0c2f7e02aaa10fff9bdc8f905934bd41934219fb
        Reviewed-on: https://gerrit.libreoffice.org/33825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Tor Lillqvist  <tml@collabora.com>  [f1bb7c3c558b27a89ed0d90b568aff73d4ffc173]

        loplugin:stringconstant
        
        Change-Id: I20b245e69dcd1bd5f9345b3e0950a2299905bfa0

2017-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ea69f07c73f2c2e392061c6d120efcf3ee2b26c]

        xmloff: fix loplugin:stringconstant
        
        Change-Id: I3a1758982ae8ede32e5a25bb702b6d9f37e1a0a3

2017-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [50669de68785d61534c4c3fe101fd8e1d12fae65]

        xmlsecurity: remove unused xsec_fw_component_getFactory()
        
        No longer needed since commit a4af8986c94ff2d1bea0c21f798330efcc97b133
        ([API CHANGE] offapi: remove unused xsec_fw UNO services, 2017-01-26).
        
        Change-Id: I428c07bfe2846cdc54b35a62554a21197e62245f

2017-02-02  Tor Lillqvist  <tml@collabora.com>  [f0ef10cff6e43c78525082183034ccf927ca4d2b]

        Bin meaningless and non-informative comments
        
        Two translations from German that didn't really say anything useful,
        and two just pointless ones.
        
        Change-Id: Ic2963805fbf8a576d73132e1c03872e5fa76ff70

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [6abbbe70150f4157dd3a858273a39603027ddcba]

        Fix copy/move ctor check
        
        Change-Id: I2993d5809204098e29a7560d666fa1aafb024a89

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [37b7a86510d59802e06f07a4f9cc8032c3375dce]

        Expand macro in its single place of use
        
        Change-Id: Ib959c35f6d9da3ad4eeaf0d52a9e6d43642d2282

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [20eeed7afcfa6915a71bb943d84d1ee9f1d9c7b7]

        ...or rather, fix ScChangeTrackingExportHelper::GetChangeID properly
        
        ...after 1461ebbbb5d47d90e31f0945a4878a68fbee5213 "expand out
        ::sax::Converter::convertNumber to OUString::number"
        
        Change-Id: I62b9cbb83b1d4be2b2e97d3c938eb7a8ee46bc85

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [02957bc3b764988d9825c18c31ef1b4d09d57636]

        loplugin:stringconstant, this should be a break
        
        after commit dce867e8c4863c969eea3515a988630b74708a43
        "loplugin:stringconstant handle calls to constructors with one arg"
        
        Change-Id: Ib572d904a95aa96aab3c799f9b7cfb505fcee5e6

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [6f9ef4bad6ce4c99d409f968f5841b9fd9d44280]

        Removal missing from previous commit
        
        Change-Id: If910262c7495124795384282fdd5d1441124604f

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [c7fd308ebb77c0565735524caa503de64cf1a0eb]

        -Werror,-Wunused-private-field
        
        Change-Id: I25a8ebb0e5677980b58046d6dde9133cd6592c54

2017-02-02  Stephan Bergmann  <sbergman@redhat.com>  [d92ce4a6a57ffe180430dd8387c8aa393be673ba]

        Missing AC_MSG_RESULT
        
        Change-Id: Ifb7750ba4dd4f43810aab66fccb4d8dd8a9318d1

2017-02-02  Mike Kaganski  <mike.kaganski@collabora.com>  [c484c5532a9508606d65dfbb805163cd00178f4c]

        tdf#105625 related: fix pointer variable prefix
        
        Change-Id: I5030d33c83c89a4cb8653f88c4309af53b75f68b
        Reviewed-on: https://gerrit.libreoffice.org/33823
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [bfc34f65da345300a6c51d3aedbd39fb02ace855]

        fix linux build
        
        after commit 1461ebb
        "expand out ::sax::Converter::convertNumber to OUString::number"
        
        Change-Id: I9bf0d36f9623491a8f760e88029b5d9a04369eba

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [d7363da21d47cd7935896146fa27a5512d6baf5b]

        fix linux build
        
        after commit 1461ebb
        "expand out ::sax::Converter::convertNumber to OUString::number"
        
        Change-Id: Ie219db074a626b124cc640612e549ec9ac869296

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [4978328534c0f759eea7d0c196046f1d53b06925]

        convert method names in tools::SvRef to be more like our other..
        
        reference classes, uno::Reference and rtl::Reference.
        
        Specifically rename Is()->is() and Clear()->clear().
        
        Change-Id: Icb7e05e2d09cb9977121508b837ba0961dabb4ae
        Reviewed-on: https://gerrit.libreoffice.org/33576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1461ebbbb5d47d90e31f0945a4878a68fbee5213]

        expand out ::sax::Converter::convertNumber to OUString::number
        
        which results in much simpler code overall, there is no need to go via
        an OUStringBuffer all the time
        
        Change-Id: I69eba92c93f471fa9a45f97c29c56dcf3cd1ebf8
        Reviewed-on: https://gerrit.libreoffice.org/33773
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0f9bdd3e644e3ebf690aff9eb1aeec4f16dbf27]

        unnecessary use of OUStringBuffer in throwing exceptions
        
        Change-Id: Iec1473264426f19c31e72260dfce9494389e474f
        Reviewed-on: https://gerrit.libreoffice.org/33788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [52360bf8dd567598593cb212ac85f0c919315618]

        convert BmpCombine to scoped enum and drop unused
        
        Change-Id: Ic67474683a25a25e5753777f4bbbeded6ceba414
        Reviewed-on: https://gerrit.libreoffice.org/33793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-02  David Tardon  <dtardon@redhat.com>  [ba9b66eecf9ced0d890ff9d6b7a6efda35825382]

        upload fontconfig 2.12.1
        
        Change-Id: I6f035afbf4a904bed5074d79f467ba43f7d8ed32
        Reviewed-on: https://gerrit.libreoffice.org/33813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-02  David Tardon  <dtardon@redhat.com>  [cc96f0c841961961f9274c4717419da8d5d27533]

        upload freetype 2.7.1
        
        Change-Id: I8da4395cefe6bb542ab7cac2a849ec587a63f37c
        Reviewed-on: https://gerrit.libreoffice.org/33814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-02  Federico Bassini  <kurogan21@gmail.com>  [25a502050f4a898e4ce147afa71f135c771c50a3]

        gbuild-to-ide: second patch for vs2013 and testIde
        
        the path in gbuildparse changed, so this patch re-adapt this
        2 IDE integration
        
        Change-Id: I5f7a679b8b12eac6f44030a33713ff19327b9d1a
        Reviewed-on: https://gerrit.libreoffice.org/33815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-02-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5badb5b1f3ac9406a0b733579aa1f0438fd299e0]

        add MDURATION test case
        
        Change-Id: I9eb700a0977d13dbca41962eeb74b33f80ee7ef1
        Reviewed-on: https://gerrit.libreoffice.org/33820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4311cdfe77aa525fd485b1043f17e0b1bf8af7bc]

        add IMCOS test case
        
        Change-Id: I41a5636aa6b87ae26a615c0e267dae64e12a6c6b
        Reviewed-on: https://gerrit.libreoffice.org/33639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cfc8714763bb7d3d002b73d7743150d588ccea75]

        add IMCOSH, IMCOT test case
        
        Change-Id: Id81bcf7d9c93080116333be48e666e0cf10c6508
        Reviewed-on: https://gerrit.libreoffice.org/33643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9966697b89a68e05f2182dfef984d7b6e8e9ef94]

        tdf#105629: add test case for the auto filter usage with time values.
        
        Change-Id: Ic459eefde02037c0aa615044003abaf03e48f9e3
        Reviewed-on: https://gerrit.libreoffice.org/33819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [73ac88748ff7077e8189603935bd48242cfe9776]

        tdf#105629: add test for the advanced filter usage.
        
        The test case itself is derived from tdf#43831.
        
        Change-Id: Ifd847e84b84b02c1eb74572303af729c30c4f380
        Reviewed-on: https://gerrit.libreoffice.org/33818
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [871614789ca7af6ebe51a3e7615551176642891a]

        CreateQueryParam to take a ScRange parameter.
        
        This simplifies its usage a bit.
        
        Change-Id: Idd5b24897f65c7cf8b7ff88806dd058c35c95ffe
        Reviewed-on: https://gerrit.libreoffice.org/33817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [42e472b5870278058537d43d03d457dc80b16166]

        tdf#105629: Let's move the advanced-filter specific stuff ...
        
        to the place where we actually parse the filtering rules for advanced
        filter queries.
        
        Change-Id: I87650227e15fa54303efd720530d31ecf9827226
        Reviewed-on: https://gerrit.libreoffice.org/33816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-02-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5f33745c1d6750126e53a02b2a95355a3e5b16a0]

        tdf#105669 tdf#82707 A single click in the status bar is now enough
        
        Change-Id: I5acc6ce95a3dc7fe6e23088ef2ec9c6a93d32670

2017-02-02  Takeshi Abe  <tabe@fixedpoint.jp>  [d7736283aae4a79aa497bd2196a076ff402e671f]

        starmath: these functions are local
        
        Change-Id: I7b1c9722e300585603ce54610d7ef20425a4e634
        Reviewed-on: https://gerrit.libreoffice.org/33797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [af42aab836626fdf7b29921dff5d344a8b0e47c6]

        tdf#105625: Allow Delete/Backspace to delete whole fieldmark
        
        Previously, the fieldmarks couldn't be removed with backspace or
        deletee when cursor was right/left to them.
        
        After commits f72b866c9cf4f07fce6744fbf482c4c6488106e2 and
        c34fc4520dfee4ca068f249ee0756dacaa7a60cf, deletion worked wrong
        (it didn't delete the mark from mark manager; in case of text
        field, it removed one field's boundary).
        
        Now single backspace/delete properly removes the whole fieldmark,
        replacing it with its contents if applicable.
        
        Change-Id: Id26e6e4e40e274d9fd6f0224f3e2b4fe33c369b7
        Reviewed-on: https://gerrit.libreoffice.org/33812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-01  Michael Stahl  <mstahl@redhat.com>  [4ec3d8cedebb83700e3254486d6d3a502584c9b1]

        tdf#105677: sd: fix crash in FuPage::ApplyItemSet
        
        (regression from f3a90d13056ca23708cc4fd9562c99d0b41a4b6f)
        
        Change-Id: I54e3f06a74b2ac715061b5da54ac4db2b0a1010a

2017-02-01  David Tardon  <dtardon@redhat.com>  [750ca7dec9491e924905b402a662aab6ecc00387]

        upload libjpeg-turbo 1.5.1
        
        Change-Id: Ie34f030abad75317b8bd813386e6bbf9439a3d1c
        Reviewed-on: https://gerrit.libreoffice.org/33810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  David Tardon  <dtardon@redhat.com>  [0e36d7ec6020c380c00955b2c13f279690184685]

        upload cairo 1.14.8
        
        Change-Id: I3f602b881477653f51025fce72d22a0499e7f077
        Reviewed-on: https://gerrit.libreoffice.org/33806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  David Tardon  <dtardon@redhat.com>  [a97371bf4d123ece75f3f9aeef8f3d4abfc6ad9c]

        upload openssl 1.0.2k
        
        Change-Id: I26d49db0207b3f4f64aa9698da4cf3567d195834
        Reviewed-on: https://gerrit.libreoffice.org/33800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  David Tardon  <dtardon@redhat.com>  [0ada594b5c4cd8490efac86029674187356c56c8]

        upload lcms2 2.8
        
        Change-Id: I8a3b138c051d3cddf25855a635262311669bdddc
        Reviewed-on: https://gerrit.libreoffice.org/33798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  Michael Stahl  <mstahl@redhat.com>  [e95765027e183728cf830ee0c120df29ce04c0d3]

        odk: don't run make with LD_LIBRARY_PATH set
        
        In a build with -fsanitize=address, this fails with:
        
        Change-Id: If8581363a395af78bbbe00dd656290aea53af330
        make: symbol lookup error: instdir/program/libfreebl3.so: undefined symbol: __asan_option_detect_stack_use_after_return

2017-02-01  Michael Stahl  <mstahl@redhat.com>  [616e19fc25848e5b35d9a252cd20b7c16262824d]

        odk: recreate setsdkenv if config changes
        
        Change-Id: I4a34f03fdab4626bdbf9b254986b0953ecfdffa7

2017-02-01  David Ostrovsky  <david@ostrovsky.org>  [30473907a565764eb35a19051dc0d52704cf7bb7]

        tdf#105311 VC++ Runtime installed in wrong directory
        
        Starting from MSVC 14.0, the directory table layout of VC++ Runtime merge
        module changed. As consequence, all MSI produced with newer compilers,
        including MSVC 15.0 (aka VS 2017) are broken in term that the VC++
        Runtime DLLs are installed in the wrong directory, e.g.: C:\System64.
        
        According to the specification for merging merge module (msm), see:
        "Authoring Merge Module Directory Tables": [1], custom action 51 (set
        property) must be emitted for every directory name in the merge module
        directory table if the directory name is starting with the standard
        directory name.
        
        Quoting it here:
        
        "
        When a predefined directory is included in a merge module, the merge
        tool automatically adds a Custom Action Type 51 to the target database.
        The merge module author must ensure that a CustomAction table is also
        included. The CustomAction table may be empty, but this table is required
        to exist in the target database and ensures that the modified predefined
        directories are written to the correct locations. For example, when a
        system directory is included in a merge module, the merge module author
        must ensure that a Custom Action table exists.
        
        Note that the matching algorithm for the generation of these type 51
        custom actions only checks that the directory name begins with one of
        the predefined SystemFolder properties. It does not verify that the
        directory name exactly equals the directory property. Any directory
        beginning with one of these standard folder names gets a type 51 custom
        action, even if the rest of the name is not a GUID. Authors need to take
        care that this does not generate false positive matches, and unintended
        custom action generation, on derivative primary keys that begin with one
        of the SystemFolder properties."
        
        Rectify the problem by analyzing the directory table from the merge
        module, checking whether the directory name starts with the standard
        prefix name and if it is the case, emitting custom action 51 to set this
        variable to the standard directory name.
        
        Implementation details:
        
        We use the existing facility for emitting the custom action table events
        including referencing them in the corresponding sequence tables. Given
        that the specification above doesn't mention what sequence table should
        be referencing this emitted custom action, we reversed engineer this
        information from WiX toolkit. Merging the VC++ CRT module with WiX
        toolkit and investigating the resulting MSI with Orca MSI reader, reveals
        that these sequence tables were referencing from these sequence tables:
        
        * AdminExecuteSequence
        * AdminUISequence
        * AdvtExecuteSequence
        * InstallExecuteSequence
        * InstallUISequence
        
        Replicate this behaviour here as well. Note, though, that custom actions
        are generally not referenced in AdminUISequence and AdvtExecuteSequence
        tables in LibreOffice MSI building tool chain.
        
        Rendering of the custom action is achieved by programmatic emulation of
        custom action in SCP module. Consider this similar SCP module based
        action:
        
          Name = "MigrateInstallPath";
          Typ = "321";
          Source = "shlxtmsi.dll";
          Target = "MigrateInstallPath";
          Inbinarytable = 1;
          Assignment1 = ("InstallExecuteSequence", "", "CostInitialize");
          Assignment2 = ("InstallUISequence", "", "CostInitialize");
        
        We instantiate the following data structure to emit custom action
        System64Folder.3CFBED52_9B44_3A4D_953C_90E456671BA1:
        
          Name = "System64Folder.3CFBED52_9B44_3A4D_953C_90E456671BA1"
          Typ = "51"
          Source = "System64Folder.3CFBED52_9B44_3A4D_953C_90E456671BA1"
          Target = "[System64Folder]"
          Styles = "NO_FILES"
          Assignment1 = ("AdminExecuteSequence", "", "CostInitialize")
          Assignment2 = ("InstallExecuteSequence", "", "CostInitialize")
          Assignment3 = ("InstallUISequence", "", "CostInitialize")
        
        [1] https://msdn.microsoft.com/en-us/library/windows/desktop/aa367787%28v=vs.85%29.aspx
        
        Change-Id: I2fbd37ff63298d99b2ba1b6afe6e875f56d8e378
        Reviewed-on: https://gerrit.libreoffice.org/33366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2017-02-01  jan Iversen  <jani@documentfoundation.org>  [56a8a76e9e001dc5274815c3893bf48c9e7b7298]

        Makefile.in added support for testIde
        
        This is a temporary fix, to allow testing of the new
        windows IDE, without disturbing the existing one.
        
        Change-Id: I4c59427541878acb6dd382af42deb7c0c952bcf9

2017-02-01  jan Iversen  <jani@documentfoundation.org>  [9493bb3a26579fd89d1c2684590691c4129500e4]

        gbuild-to-ide typo
        
        Change-Id: I3b57086349d039087dc9395f7af63f8e8fbf1bab

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [0861cb6d72f0d718928a1998c8a0e2c690e8b09f]

        fix crash with gtk3, opengl and presentation console
        
        PresenterSlideShowView::PaintInnerWindow has a mbIsForcedPaintPending flag
        which is used to throw away the console canvas, but for other backends the
        paint occurs at a much different time after a clear has a chance to get
        triggered, while for gtk3 it happens as its being setup.
        
        hack around this presenter console weirdness by skipping the initial
        paint for this salsysobj case
        
        Change-Id: If1b23600ef07241e52d92bd5eb38b9e90d9ed192

2017-02-01  jan Iversen  <jani@documentfoundation.org>  [45de3417e31337db4310fc77a048ea9d1e6772bb]

        gbuild-to-ide patch to allow faulty gbuildtojson
        
        Sometimes gbuildtojson does not get rebuild, and thus
        delivers unexpected json files (old keys)
        
        Change-Id: Ib4bab170ed5a2ab5c112d19af144f2551e608278

2017-02-01  Akshay Deep  <akshaydeepiitr@gmail.com>  [76acb8ab5f302d1dc3a33ac8c13e5e8fd7b6c7a5]

        tdf#98034 - SIDEBAR: Add delay spinbox to Custom Animation tab
        
        Change-Id: Ie13a5e04207475794fef75c568786f37eb2c406f
        Reviewed-on: https://gerrit.libreoffice.org/33230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2017-02-01  qarkai  <qarkai@gmail.com>  [b12823aa81003e80372bd89db79bd6ba8e032a95]

        tdf#39593 move duplicate code to separate method
        
        Change-Id: I89c809a220efc006d3b5b0675c050ff07cb2dbfe
        Reviewed-on: https://gerrit.libreoffice.org/33380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [ebe83479b42d781de73767c888148dc791ff1dbe]

        Missing includes
        
        Change-Id: I287f166291a905c9f4d166bf07c09de93184bf87

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [d502c33b20f8570517b951e256756c71218bad52]

        Need <config_features.h> here, too
        
        Change-Id: I9dc03760831f3f1ff433c67abde95060d533ea14

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [3667820d9445c690b0a5575f267e731a59e47d7a]

        loplugin:useuniqueptr
        
        Change-Id: Iffab8e3d8ecaad835d5f0cce68ede4eaea1547a4

2017-02-01  Michael Stahl  <mstahl@redhat.com>  [fdb45279695ab72f8f5a3bb32961c0f7a146aa34]

        Revert "vcl: include config_features.h"
        
        This reverts commit a4d5d69eb4a1f5f889c933e5a801582f31c6ad80.
        
        Once is enough.

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [d60790a7114e847b941261aab9cb1e90770e1bf9]

        Need <config_features.h> here, too
        
        Change-Id: Ie16af2d0943cec6374307e9afb09cd47ed6d7043

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [87087bab94c477485ebe85b955cb08d8281f0a10]

        loplugin:stringconstant
        
        Change-Id: I8b7611d6fdc55fc8cd9551e129a2e03e58682229

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [49c8235944ee6d1b937177d8497924d13b07f0b8]

        loplugin:unnecessaryoverride
        
        Change-Id: I53699ef386dad99b38559defe985057492a5df76

2017-02-01  Maxim Monastirsky  <momonasmon@gmail.com>  [d46a9baff5d8008344b33f0eb8748602b1c52d54]

        Updated core Project: help  732cd669a0f593eeaacaa4f67bce5947a431c0c1
        
        Adapt hids after popupmenu xml conversion
        
        Change-Id: Icf119499f75a838ec6159ae19c33e16be9967da5
        

2017-02-01  Maxim Monastirsky  <momonasmon@gmail.com>  [53be223421e1a7964a45df769cae140ffe6595c8]

        Convert MENU_BROWSER_DEFAULTCONTEXT to xml
        
        Change-Id: If59ecb4ea92d9daf423aef870e79248f5bc93e6d

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [1028e5192c5e131513b6f2df02d39e7ed5e4dcb5]

        More ctor check fixes
        
        Change-Id: Ifcce63b975fb7c4ac7e7545e3eadcc6f7f12e466

2017-02-01  Michael Stahl  <mstahl@redhat.com>  [a4d5d69eb4a1f5f889c933e5a801582f31c6ad80]

        vcl: include config_features.h
        
        Change-Id: I6e68a6728eed108c7670ebef6073394de3f53e6b

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [836b74aead22c7013cd18f52224f19f5af179810]

        Fix ctor check
        
        Change-Id: Ie261d5412c510c045b4d93a6bf1a3d4cf4371897

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [a0b4f816ce9b02b0b7cfb7fa74f74ecd9d8ae375]

        Need <config_features.h> here, too
        
        Change-Id: I39d443e582a6e82947f9c833b157f137a082a358

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [a5c20f649d78c088f953ba1cb59f31d7a1bc200a]

        Need <config_features.h> here, too
        
        Change-Id: I8bd752814994fedac17fe0d002b415902c276b20

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [c14b9630a9f2be95d8c55c253e516f3acd7ccf78]

        Adapt CustomTarget_odk/build-examples to macOS
        
        Change-Id: Ib64d5b5fa1bf13a484adb296b969d1b96387f0c6

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [c306c444bfd3d0984741fd99ed4f29016ef14ee2]

        Also on macOS use JDK's .../Home/bin/javac etc.
        
        Only on macOS, the SDK used to expect javac etc. in a Commands sub-dir (which
        Apple's JDK 1.6.0 has but Oracle's JDK 1.8.x don't).  However, at least both
        Apple's latest JDK 1.6.0 (as available via <https://support.apple.com/kb/DL1572>
        "Download Java for OS X 2015-001") and any recent Oracle JDK 1.8.x (like
        jdk1.8.0_121.jdk) have a Home sub-dir that contains a "standard" sub-tree with
        bin sub-dir etc., like on other platforms.  So consistently make the SDK use
        that instead.
        
        This removes the JAVABIN Make variable from settings.mk.  It is assumed to not
        be used by client code.
        
        Change-Id: Ie0ad647f489528444dfd399c2f00500b772d3288

2017-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [c34fc4520dfee4ca068f249ee0756dacaa7a60cf]

        tdf#105625 related: also check selection across field boundaries
        
        The problem in callnk.cxx was that when selecting 1 char to the right
        using keyboard, and exiting field boundary, nCmp pointed to previous
        position (inside field), and then compared to position to the left
        (which also may be inside field), thus missing call change link (and
        read-only state change). Seems that this was a mistake in commit
        740efbb1daf26828f70dc785c1e107f67706286b.
        
        In pam.cxx, if cursor was to the left of field, and then selected
        1 char to the right to cross field's boundary, then both PaM's point
        and mark had same fieldmark, but point was outside, and mark inside,
        and as code didn't check this condition, so read-only state wasn't
        properly set.
        
        Unit test is augmented to check the second problem.
        
        Change-Id: I7323e53eeb261b4ccdc0f9e36cc0956b373f104d
        Reviewed-on: https://gerrit.libreoffice.org/33790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [f2278a10b27c6ca53bfdecf385aae6f1d29a36fb]

        Need <config_features.h> here
        
        Change-Id: I391554dff6f92d7639d0a391f4b00437c7648a6b

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [1eac86f0a34f924eee6b13ebc8dbc52967bf39b8]

        Nothing from <config_features.h> is used here
        
        The #include was introduced in
        96c1ae1d8e78ae8b9bd7d4001645cad24d62b720 with an #if on
        HAVE_FEATURE_OPENGL, but that #if was later removed.
        
        Change-Id: I70f839d5224e0a77a1640a5e23cbe64656c9cb1b

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [88dde756eb18d4b65283008b940aa432f6146e50]

        Revert "cancelCommandExecution - no need to pass exception by Any"
        
        This reverts commit 4739b31dafc5154a2c7d6b3f0ee90686863656f0.
        
        Apparently, passing a param of type css::uno::Exception to Any
        will record precisely a css::uno::Exception in that Any, losing
        any subtype information, which this commit changed.

2017-02-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [52885c7b82e6cfdd9072af2dc597edcb31192e89]

        use message passing
        
        Change-Id: Idc5fbdcd6d1a11b7607995c1d492ffc829879566
        Reviewed-on: https://gerrit.libreoffice.org/33718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-02-01  Vitaliy Anderson  <vanderson@smartru.com>  [734c005875a707d61531a7c956c0063945422705]

        Compatibility options refactoring. Part 1 small fix
        
        Add missing recommended formatting options in Compatibility.xcs
        Correct ConfigItem rootnode path for SvtCompatibilityOptions_Impl
        
        Change-Id: I1e56b276bf4a0801ab724baaecda53168783b27f
        Reviewed-on: https://gerrit.libreoffice.org/33786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [00c4679641bc2b84c6496258c0c5bd84df75ae42]

        gtk3 hidpi xor hack needs to use unscaled extents
        
        so that e.g. the xor cursor in csv dialog can be seen when moving
        the mouse across the ruler
        
        Change-Id: Ia2f367d5f610d486a8e10b6bc278cbc8029cf2a1

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [994e38e336beeacbd983faafac480afc94d3947e]

        loplugin: use TypeCheck instead of getQualifiedNameAsString
        
        since the latter is rather slow
        
        Change-Id: Ib73cdb923585580777c2265b561c1808e93b2baa
        Reviewed-on: https://gerrit.libreoffice.org/33585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  David Tardon  <dtardon@redhat.com>  [eb6c18dfbeb7d2ad20ba7221d156969bd754faed]

        upload poppler 0.51.0
        
        Change-Id: I0d913699c3aac84f2bdfe50f9dec6e6921242744
        Reviewed-on: https://gerrit.libreoffice.org/33776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  Noel Grandin  <noelgrandin@gmail.com>  [4739b31dafc5154a2c7d6b3f0ee90686863656f0]

        cancelCommandExecution - no need to pass exception by Any
        
        all the call sites are passing an uno::Exception subtype
        
        Change-Id: I6de1f00810e063e75ef620314561d7e2d6445ada
        Reviewed-on: https://gerrit.libreoffice.org/33657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [385c207e3a0b2d946ff29a9003b36f81a8946c55]

        tdf#105620: Probably better to not ignore initial x0 and y0
        
        So add to them instead of just assigning. In the bugdoc the initial
        values were zero, but maybe in some other cases they aren't.
        
        Change-Id: I3d399fe4aab9260817f171d4e69388a19eb85d21

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [2489000d3fd66319a8355fd4e37cfdfda47296d0]

        loplugin:useuniqueptr extend to check local vars
        
        just the simple and obvious case for now, of a local var being allocated
        and deleted inside a single local block, and the delete happening at the
        end of the block
        
        Change-Id: I3a7a094da543debdcd2374737c2ecff91d644625
        Reviewed-on: https://gerrit.libreoffice.org/33749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [595848c85acc2609fcc48a40c7a9f216a2722cd8]

        gpg4libre: Support building --with-system-gpgme (Linux only so far)
        
        Change-Id: I22af89b920d43f3fc5f0fff02070f288bfa59fb4
        Reviewed-on: https://gerrit.libreoffice.org/33702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee32c7d8083ae1449d6b379034be92995c142da9]

        tdf#105461 PDF export: handle text fill color
        
        Text portion level background in Writer text was working already, as
        Writer paints its background explicitly, and then uses no text fill
        color in the metafile (that is turned into a PDF later).
        
        However, text fill color is used for Writer shape text and also in
        Impress. The rectangle is not just the text itself, but also the ascent
        / descent region, this matches the desktop rendering result.
        
        Change-Id: I644007ade43a8b9e663890643b826ae12c427ea5
        Reviewed-on: https://gerrit.libreoffice.org/33781
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8bf9bb129086c9168a4d3d95c178bed1c16e465f]

        -Wunused-macros
        
        Change-Id: I2d3b6f22deee0f2b9ec39592b89e0e4742659593
        Reviewed-on: https://gerrit.libreoffice.org/33782
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [68c58b46918bb377a8d37a3cd1c9a9ba734390f1]

        xmlsecurity: various small cleanups
        
        Change-Id: Id713460036331fd9f98fd1eca85ca61f57cf5afe
        Reviewed-on: https://gerrit.libreoffice.org/33779
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-02-01  Tor Lillqvist  <tml@collabora.com>  [b220bc6d82841b5b53b856d94a1eb99bb3a9f2d7]

        tdf#105620: Fix placement of image embedded in graphic
        
        Change-Id: I419e44d72f594fab0774152720f55c1d7d5366e6
        Reviewed-on: https://gerrit.libreoffice.org/33723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [b834fad4a5b7fb6bd642769ed8803d0a65e50b00]

        external/breakpad: Work around -fsanitize=alignment
        
        ...as seen in the scenario described in 5997121a51e240c762b4d002d7d16b94ac13d4a1
        "Support signal handlers registered with SA_SIGINFO", first
        
        > src/client/linux/minidump_writer/directory_reader.h:82:19: runtime error: member access within misaligned address 0x7f3f8235c2cc for type 'struct kernel_dirent', which requires 8 byte alignment
        > 0x7f3f8235c2cc: note: pointer points here
        >   10 02 00 00 d8 f8 3b 00  00 00 00 00 01 00 00 00  00 00 00 00 18 00 2e 00  00 00 00 04 02 c7 3b 00
        
        and then
        
        > src/client/linux/minidump_writer/linux_dumper.cc:382:19: runtime error: member access within misaligned address 0x7f96c225d7bc for type 'google_breakpad::MappingInfo', which requires 8 byte alignment
        > 0x7f96c225d7bc: note: pointer points here
        >   20 0a 32 30 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
        >               ^
        
        Change-Id: I7f739567879093a404bee3e351ce9e8257676183

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [5997121a51e240c762b4d002d7d16b94ac13d4a1]

        Support signal handlers registered with SA_SIGINFO
        
        ...as is the case for external/breakpad's
        google_breakpad::ExceptionHandler::SignalHandler (though that one appears to be
        careful to check that its additional arguments are not garbage, cf. the
        "Sometime, Breakpad runs inside a process where some other buggy code..."
        comment in
        workdir/UnpackedTarball/breakpad/src/client/linux/handler/exception_handler.cc).
        
        Seen when JunitTest_framework_complex run under ASan/UBSan happened to trigger
        an assert,
        
        > soffice.bin: vcl/source/app/dbggui.cxx:47: void ImplDbgTestSolarMutex(): Assertion `ImplGetSVData()->mpDefInst->CheckYieldMutex() && "SolarMutex not locked"' failed.
        > sal/osl/unx/signal.cxx:349:13: runtime error: call to function google_breakpad::ExceptionHandler::SignalHandler(int, siginfo_t*, void*) through pointer to incorrect function type 'void (*)(int)'
        > (instdir/program/libsofficeapp.so+0xb7eab0): note: google_breakpad::ExceptionHandler::SignalHandler(int, siginfo_t*, void*) defined here
        >     #0 0x7f6cefc21693 in (anonymous namespace)::callSystemHandler(int) sal/osl/unx/signal.cxx:349:13
        >     #1 0x7f6cefc1f3e1 in (anonymous namespace)::signalHandlerFunction(int) sal/osl/unx/signal.cxx:422:9
        >     #2 0x7f6cedbc95bf  (/lib64/libpthread.so.0+0x115bf)
        >     #3 0x7f6ced20491e in __libc_signal_restore_set /usr/src/debug/glibc-2.24-33-ge9e69e4/signal/../sysdeps/unix/sysv/linux/nptl-signals.h:79
        >     #4 0x7f6ced20491e in __GI_raise /usr/src/debug/glibc-2.24-33-ge9e69e4/signal/../sysdeps/unix/sysv/linux/raise.c:55
        >     #5 0x7f6ced206519 in __GI_abort /usr/src/debug/glibc-2.24-33-ge9e69e4/stdlib/abort.c:89
        >     #6 0x7f6ced1fcda6 in __assert_fail_base /usr/src/debug/glibc-2.24-33-ge9e69e4/assert/assert.c:92
        >     #7 0x7f6ced1fce51 in __GI___assert_fail /usr/src/debug/glibc-2.24-33-ge9e69e4/assert/assert.c:101
        >     #8 0x7f6cb60cdad5 in ImplDbgTestSolarMutex() vcl/source/app/dbggui.cxx:47:5
        >     #9 0x7f6cbd337fb9 in DbgTestSolarMutex() tools/source/debug/debug.cxx:74:9
        >     #10 0x7f6cb3c98abf in vcl::Window::ReleaseGraphics(bool) vcl/source/window/window.cxx:900:5
        ...
        
        Change-Id: I2625541e0b9e50f9723e61e0cbff0e6c77d0fb9f

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [4bd53cd880ecfa9af27735344bf57fb45de20c25]

        Resolves: tdf#100438 focus trapped in disabled toolbar
        
        lets just leave the toolbar active the whole time, seems
        to make more sense anyway wrt being allowed to keyboard
        into it to paste/insert special character
        
        Change-Id: I174fb707c4c7fd21d95461cc93323eb6d8970818

2017-02-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e78be1c18fc0a3f893023e3086d8cdb5e6d5a6b9]

        InfoBar: Introduce different types
        
        Makes it easier to push various infobars without specifiying the
        colors manually.
        
        Change-Id: I0f861ba02409a42ba2ae767a1ca7634eaf0e7aef
        Reviewed-on: https://gerrit.libreoffice.org/33777
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbd34216dca07bb37b9188147c42e64bbf875d54]

        improve exception messages in stoc
        
        Change-Id: I43716332ab916e5ec7b8ab7a4d14895d060a9bd4
        Reviewed-on: https://gerrit.libreoffice.org/33692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [2562ad74d1945322e9fdf8af5fc0b1f17e854c9b]

        stoi not a member of std under android toolchain
        
        Change-Id: I73a4e7894e33dd95ca50ea25f5f95bf94a43531e

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [dfdd01d12226cfbd9b9d2618bd9da71191bfc4b9]

        with navigator in sidebar, press space, crash
        
        because root entries have UserData of type SwContentType while children have
        UserData of type SwContent (both inherit from SwTypeNumber)
        
        Change-Id: Iab7a4caaca5dfdae16aa4f6ede565e26aa4c73c9

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [567cd9043c09e42d8521a6b81545994ae4539beb]

        turn switch with one case into if
        
        Change-Id: I413f195bb5571eb536e948a7e9ffb982b3619e65

2017-02-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d832e1260615737f8b2cb5cc955f41c0e608f17c]

        Improve InfoBar labels for signatures
        
        Change-Id: I50619d94c7bebeb99b5dbb9e21f0eefa3fd39482
        Reviewed-on: https://gerrit.libreoffice.org/33778
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-02-01  Caolán McNamara  <caolanm@redhat.com>  [2934b737e9a50febde5a1f681123817bdf8be267]

        ofz#506 check len before alloc
        
        Change-Id: Ia3a30936fadde10275a964d09150a3b6e4f3e16f

2017-02-01  Khaled Hosny  <khaledhosny@eglug.org>  [55916dfc59f05537c4e6fece77aef3cc1dbef34c]

        An env var to disable font lookup
        
        To be used in layout tests.
        
        Change-Id: I551b87786a4ad4ab34a22c458561109270fb4a31

2017-02-01  David Tardon  <dtardon@redhat.com>  [22fa901db20e9b01f381fdeb48126697c1ef3680]

        upload zlib 1.2.11
        
        Change-Id: I4e19a9d976c28f5e6649bdbb3dd609e03a4c03a8
        Reviewed-on: https://gerrit.libreoffice.org/33770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [dce867e8c4863c969eea3515a988630b74708a43]

        loplugin:stringconstant handle calls to constructors with one arg
        
        Change-Id: Ide9148a908bef46ba14640dfa6f556beaf6e3f60
        Reviewed-on: https://gerrit.libreoffice.org/33772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [27832947f0d9406c1757182ffa57262f3f03af4b]

        defaults are good enough ..
        
        for copy ctor/assignment and dtor.
        inline MEMBER_CONSTRUCTOR_LIST macro
        
        Change-Id: I50296cebca3bc1aa43376ccd538c84df68a232a2
        Reviewed-on: https://gerrit.libreoffice.org/33771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0d17c4fa4994debb1a0d653ad9fb816c46623a57]

        inline macros
        
        move static arrays to anonymous namespace
        try creating the SotAction arrays at compile time with constexpr
        
        Change-Id: If0d0563b35936574beea617da08880a6c32569d9
        Reviewed-on: https://gerrit.libreoffice.org/33750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Stephan Bergmann  <sbergman@redhat.com>  [5a3722b23023ef65a11305148c916ee978f1bc6b]

        loplugin:stringconstant
        
        Change-Id: Ic22b9c0c245cca23770a05518534a666e00f9f3e

2017-02-01  Federico Bassini  <kurogan21@gmail.com>  [6f08c430353b36d219c284a87f014985b00af06c]

        gbuild-to-ide: VSGenerator and testVs2013 with relative links
        
        VisualStudio2013IntegrationGenerator  recently doesn't work
        with the new relative paths in GbuilParser.
        this patch does this, now it works fine with all relative paths.
        what is missing it's in the .vcxproj:
        <NMakeBuildCommandLine>
        <NMakeCleanCommandLine>
        <NMakeReBuildCommandLine>
        
        these still work with absolute path but i start now on working this
        
        Change-Id: I19610097edc11be67b4f7fd9f32b6683d334cc2d
        Reviewed-on: https://gerrit.libreoffice.org/33735
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [256ec177f90d43862a7422f01523d22bdb2cd681]

        convert ScChartGlue to scoped enum
        
        Change-Id: Ia3dd20988d26e23e94581b019ff32c9ebc8663fe
        Reviewed-on: https://gerrit.libreoffice.org/33753
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [faf9b82d396686bdb8e5cf9200f48f2080d65d3b]

        makeAny->Any in accessibility..avmedia
        
        Change-Id: I70f2dfa66d7b66738a840e4a7b5c7fb1b8d7b39f
        Reviewed-on: https://gerrit.libreoffice.org/33756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-02-01  Takeshi Abe  <tabe@fixedpoint.jp>  [cd2088f1395f84f61af47427bb6376db1765a2d6]

        starmath: Simplify and micro-optimize lookup in SmIsMathAlpha()
        
        Change-Id: Ica2e0d14141785b9e14c05179e517117afadc5e0
        Reviewed-on: https://gerrit.libreoffice.org/33734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-02-01  Maxim Monastirsky  <momonasmon@gmail.com>  [f3ba0c5d4dfc44f72aa7d4809c062227649f098f]

        Convert RID_POPUP_TABBAR to xml
        
        Change-Id: Ic4587b8e244c52089692908fe0d10e363b5ed4fb

2017-01-31  Caolán McNamara  <caolanm@redhat.com>  [21f632d327a08fbe4c57b937745e5dee9006cfe2]

        SolarMutexGuard for ImplDbgTestSolarMutex assert in JunitTest_dbaccess_complex
        
        Change-Id: Ic2109abdec0ad3305c2720ac9012585cd7ceb25b

2017-01-31  David Tardon  <dtardon@redhat.com>  [bc4097ed5619ee7457aef250dc25eee934f79e75]

        upload libmwaw 0.3.10
        
        Change-Id: I1355f60bdaf66aecef22f1093f57369b9fd91972
        Reviewed-on: https://gerrit.libreoffice.org/33745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2017-01-31  Olivier  <olivier.hallot@libreoffice.org>  [f9d846e6adc29a9f5cc5166193219ddadc95955b]

        tdf#105623 - Two labels for the same function
        
        Change-Id: I0c6e1ed8a7ef90602e3309226481bd91f390f866
        Reviewed-on: https://gerrit.libreoffice.org/33751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-31  Jan Holesovsky  <kendy@collabora.com>  [20910ea89efb01406e35e9d942613123f78b637f]

        Replace a terribly expensive json parsing with a peek for the value.
        
        We should reduce the amount of callbacks from the core in the first place, so
        that we don't have to deduplicate this much here, but this already helps a
        lot.
        
        Change-Id: Idf4a3681ac0f47536e00c1d97152f3f8bb99894b

2017-01-31  Jan Holesovsky  <kendy@collabora.com>  [230f04e92d3a3c492e12e0ef2392fc45c73dd762]

        Build the json message a much less expensive way.
        
        Change-Id: I10911deb52f6a0c65262f9d6af459cf6ddd2fae9

2017-01-31  Jan Holesovsky  <kendy@collabora.com>  [be71e2b860e8ec5debc60bdcbda3e3fa5f8cd528]

        Revert "Lok: support for batch API calls"
        
        This was for the moment removed from the online.git, so let's disable the API
        bits too before it shows this is really necessary.  Reverts also:
        Revert "Lok: unittest batch API"
        
        Change-Id: I7bf3fe62d1e73b6f233992d51f587868a78f4bec

2017-01-31  Caolán McNamara  <caolanm@redhat.com>  [fedbbc5e3f22baab26adf3e5f921f8cebe7a4bf9]

        add pct fuzzer
        
        Change-Id: I6a1787b484479268223fb59bf510c20be833d4d0

2017-01-31  Caolán McNamara  <caolanm@redhat.com>  [3e27ba70ce212642026874ba73021930a06cdbbd]

        Resolves: tdf#104884 print preview replaces the frame controller
        
        so the sidebar is listening to the old controller which has been disposed[1] so
        when print preview exits and yet another controller replaces the print preview
        one then the sidebar still doesn't listen to the current one.
        
        framework broadcasts COMPONENT_DETACHING/COMPONENT_REATTACHED around these
        changes, so if we listen to them we can keep attached to whatever is the
        current component
        
        [1] note that ContextChangeEventMultipler doesn't inform clients that the
        controller has been disposed, this remains unchanged here
        
        Change-Id: I141509d4a262307afd7dcfc3d77de6cdd6dbfa5f
        Reviewed-on: https://gerrit.libreoffice.org/33758
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-31  Vitaliy Anderson  <vanderson@smartru.com>  [aaf41776b992a4552764f0fdf91671ffebc618fa]

        Compatibility options refactoring. Part 1 small fix
        
        SvtCompatibilityOptions_Impl::impl_GetPropertyNames() solve problem with wrong lProperties names
        
        Change-Id: I0b71a80d542d8175c3f6e6cdf5fe857143714acb
        Reviewed-on: https://gerrit.libreoffice.org/33752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1478f81f236b88377293432a642def218e228145]

        tdf#105637 Digital signatures dialog has unnessary labels
        
        Change-Id: I474968d566a31fba29bcdc1f74749de8e86fedce
        Reviewed-on: https://gerrit.libreoffice.org/33754
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [057990769325b2f3dd2f198a9bf76a0a85447bb7]

        tdf#105566 Close Infobar after clicking action button
        
        gpg4libre
        
        Change-Id: I24c7021043c5fb1a2a8ef1fbce66f8e416377692
        Reviewed-on: https://gerrit.libreoffice.org/33755
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Mike Kaganski  <mike.kaganski@collabora.com>  [f72b866c9cf4f07fce6744fbf482c4c6488106e2]

        tdf#105625: allow editing around field marks
        
        This commit fixes commit aa799f64723933bbb46544f835a970cfcbb90384,
        and partially reverts commits bd505fdb9f669f365ff39b0ef46f0742c638e333
        and 9104d5e8905c2ec2b576b5ca452d3e23d5555e49 that seem unnecessary
        now. Unit test included, the existing unit tests of partially
        reverted commits are kept.
        
        Change-Id: I2a02cda546f5d484553c3b9467993fca36dae140
        Reviewed-on: https://gerrit.libreoffice.org/33722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-31  Eike Rathke  <erack@redhat.com>  [5e1cfb2b55f19f5db24c1e05ef6eefb58df1bbe6]

        renumber global string IDs and close gaps
        
        Eliminating 11 unused IDs that occupied empty elements in the string
        table. Also moved STR_ERR_NAME_INVALID_CELL_REF to the proper position.
        
        Change-Id: I2534476895edb438c7404d781781e6088adf0385

2017-01-31  Pranav Kant  <pranavk@collabora.co.uk>  [96f597acf70ce52f2bdb59c85dd052be54b8d629]

        gtktiledviewer: gtk version checks
        
        There is no major harm in excluding these lines of code on
        platforms with older gtk.
        
        Change-Id: Ica3f1e2b4f60f0bab55254632663ace7b4c61d4d

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [0270018b683b2734ba60771e777aa71f873f7252]

        Build the ODK examples during subsequentcheck
        
        ...at least on Linux for now
        
        Change-Id: Id9d909a3b071c37ba0cd29bbff0edb83d937145f

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [2e244d879126f681488a99b0eb86c3ec2c2170f8]

        Allow some OO_SDK_*_HOME to be empty
        
        ...in which case the corresponding tool is located on the PATH
        
        Change-Id: I4242180fbbc829f11aa1a12cf1e6b9f0a21ab7c6

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f921476a3a943db5a67884ff77b1ffd22622ca60]

        Use white font for colored InfoBars
        
        Change-Id: I35ac32fc213afe7dc8f3ed29caaa982117ec7737
        Reviewed-on: https://gerrit.libreoffice.org/33748
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2499ecc4050a308dd52df0ca32e2d97dff9e40df]

        tdf#105566 Show InfoBar also for signed docs with warnings
        
        gpg4libre
        
        Change-Id: Ia3df9d9d8121539fd1c6b77f8872287b0b432d8e
        Reviewed-on: https://gerrit.libreoffice.org/33744
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0cd819b68ced2a95a127a246c0558153fbdbcae2]

        Add helper methods to get common colors to SfxInfoBar
        
        Change-Id: Ic3816b046839636fa0d1b8cb881725bcc80ef011
        Reviewed-on: https://gerrit.libreoffice.org/33742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2dff5e856ab343b1296f63d645c47382493fe2fe]

        tdf#105566 Show InfoBar when signature is invalid
        
        gpg4libre
        
        Change-Id: I272ac155889e25b9af91ff723a014588a65b045a
        Reviewed-on: https://gerrit.libreoffice.org/33737
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Michael Stahl  <mstahl@redhat.com>  [95db32acabaae2a1d32874ecb8429e828c52a7ae]

        sfx2: fix comment copypasta
        
        Change-Id: Iebb5f51afe6f32883a535656d8b9e1f0ec678050

2017-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [0681a6ee2813dd5e8bcf5053cc1f0a2f6b4f8c97]

        more SAL_WARN_UNUSED
        
        Change-Id: Idf44fe0302b4504c443f083e527b63b2461ada85

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [c866ace49f4a394185b412559fbcbb67718a2fcf]

        Revert "Avoid warning with Clang that doesn't have -Wunused-but-set-parameter"
        
        This reverts commit d69bc9c939b94718ac9e17a62f62ae7ae87776e5, which isn't needed
        any more now that 01aa52b5e91bac740ad21c31968c834c1530831e "Work around
        -Werror,-Wunknown-pragmas" makes the whole pragma block conditional on
        
          __GNUC__ >= 7
        
        (which Clang does not fulfill).

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [1b12381203c6a059a5c5e38ebebfe703f5b11c01]

        Remove meaningless comment
        
        Change-Id: I4385376dffa6b7cbc0da3903f285185a6db928dc

2017-01-31  aleksandar-stefanovic  <theonewithideas@gmail.com>  [5f89da97dc7cc7c8f7e9255b6ad41e0a24bf3682]

        Removed static context from LOKitThread
        
        Moved LOKitThread back to LibreOfficeMainActivity, so that it could
        use the context in the constructor. Once the Context became available
        in LOKitThread, it was simply a matter of replacing static references
        with the one passed in the constructor.
        
        Also changed access levels of some methods in LOKitThread.
        
        Change-Id: I0cc2c846c67b90907cbf3dce363666f9ab02d887
        Reviewed-on: https://gerrit.libreoffice.org/33546
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [01aa52b5e91bac740ad21c31968c834c1530831e]

        Work around -Werror,-Wunknown-pragmas
        
        ...from GCC < 7 not knowing -Wunused-but-set-parameter
        
        Change-Id: I6494882085ad39df8d7b94fa062a7717bffacadb

2017-01-31  aleksandar-stefanovic  <theonewithideas@gmail.com>  [d339bba78ada3655097e96c82eeb886818ee5080]

        Removed static context from JavaPanZoomController
        
        Removed static context, and edited the access levels of some methods
        in the classes, along with some general code style fixes.
        
        Change-Id: I89c71fa38eaafb5cda721602cfc8dad10ba7d26a
        Reviewed-on: https://gerrit.libreoffice.org/33557
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-01-31  aleksandar-stefanovic  <theonewithideas@gmail.com>  [644d92ada400e335e256215598a532f116438a1f]

        Removed static context from LOKitTileProvider
        
        Removed references to static context, replaced them with the context
        object already available in the class, and changed access levels on
        some methods in LOKitTileProvider.
        
        Change-Id: Ib52d325650377b77ec166ddbfb760f74c19067ff
        Reviewed-on: https://gerrit.libreoffice.org/33554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [b01ec28b6dfa84c9c9f07d08af27a0107a5260a1]

        Create missing parent dirs when checking for r/o dir
        
        ...can happen when 'unopkg add' is called before soffice had ever been run, so
        UserInstallation isn't populated yet
        
        Change-Id: I0c6b9444f196da5ad5a32cc90f2e1e2a5dbd0f58

2017-01-31  Federico Bassini  <kurogan21@gmail.com>  [9f440258b6bdf9b168992f7058f448dac588760c]

        gbuild-to-ide: testVS2013Ide add a function that create .filters file
        
        this patch writes the .filters file, it creates 2 filters:
        -headers: place, for each module, the header files contained in gbuilparser.modules[<module>][headers]
        -sources: place, for each module, the cxx files contained in gbuildparser.modules[<module>][<target>]['CXXOBJECTS']
        
        Change-Id: Iba98d788b72992624fb8aa09315a5647e275ffcc
        Reviewed-on: https://gerrit.libreoffice.org/33721
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-31  Tor Lillqvist  <tml@collabora.com>  [d69bc9c939b94718ac9e17a62f62ae7ae87776e5]

        Avoid warning with Clang that doesn't have -Wunused-but-set-parameter
        
        Change-Id: I8d016e9959898a90bff9d1e4734cbef37592a97e

2017-01-31  Caolán McNamara  <caolanm@redhat.com>  [fbb91632da53d2d0770e8fc3126ffe991fbfecff]

        we don't actually need width amount of data in advance to fill the width
        
        seeing as we seek from previous position + bytecount on each loop
        we can only be sure we go forward the min (+1/+2) for each iteration
        
        Change-Id: I4f1a29d96c43ee8aa858c97405d196b89994669b

2017-01-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [353a45aa1b1a15047aa2a92c1383996070e87405]

        tdf#103976 DOCX import: disable incomplete w:before/afterLines style handling
        
        Regression from commit 9e7eb63989ef1cf4b9a0e0404b84ef890db3d8e3 (DOCX
        import: parse <w:spacing>'s w:before/afterLines attribute, 2014-10-17),
        the problem is that OOXML has 3 different attributes for the paragraph
        bottom margin (and other 3 for the top one), while in Writer we just
        have a top margin.
        
        Now the import filter tries to work out which one of these should have
        priority and ignore the rest, but this is way more complicated when
        style inheritance has to be taken into account as well.
        
        To avoid the regression just restrict w:before/afterLines handling for
        the case when it's used as direct formatting, that's why this was
        introduced after all.
        
        Change-Id: Ie8642c7a9771596def6b8899e098b26c4f8be0b4
        Reviewed-on: https://gerrit.libreoffice.org/33738
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c53c38c76377028fe4608c21dbde9595dc68914c]

        Remove 'ODF' from comment
        
        Change-Id: Ia7cf3b3a45089ec64f2466711870ed6ba3c59d02
        Reviewed-on: https://gerrit.libreoffice.org/33746
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d595515e9bf93be7008efe87e08752b295f5a1fd]

        Typo, whitespace fixes
        
        Change-Id: I5e77ee0df8490706a33d2e8500f130ffa419168d
        Reviewed-on: https://gerrit.libreoffice.org/33743
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [ccb1b1251cb7289f554df4cabe08b9ee4524a592]

        Work around GCC 7 -Werror=implicit-fallthrough=
        
        This is in !LIBO_INTERNAL_ONLY code, so cannot use SAL_FALLTHROUGH.  And even on
        current <https://github.com/boostorg/config> master, BOOST_FALLTHROUGH does not
        yet support [[fallthrough]] for GCC 7.
        
        Change-Id: I5306c3949b13c517fe8ef643cf98c2021147617e

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [f6698138359e1f571aa6a464a40fb3bc85412d3a]

        Silence GCC 7 warnings in cppconn/exception.h
        
        Change-Id: Ia924473d3dba11babee23f4137c645b9f8d86a8b

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [b48f97a2ec6ec5b53234594e70ccf24db347f976]

        Silence GCC 7 warnings in libcmis/libcmis.hxx
        
        Change-Id: If7114da10824300804a882fa31080a17e69fc36b

2017-01-31  Stephan Bergmann  <sbergman@redhat.com>  [155553ac9574aec457be10c4fef56a97dcbf7fdb]

        Work around GCC -Wunused-result
        
        (cf. <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425> "(void) cast doesn't
        suppress __attribute__((warn_unused_result))").  Interestingly, this only occurs
        with GCC 7, look like <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70365>
        "warn_unused_result doesn't warn when the result is a class with a destructor"
        is fixed now.
        
        Change-Id: I7b4a066d0bf59080e47404d718917b5f38a98832

2017-01-31  Patrick J  <patj@mail.de>  [e3a47c09500828d27c096c5bfb461c61f6e71378]

        tdf#101638 diameter and radius were mixed up, devide by two
        
        Change-Id: Iaece1ca3439ab3e1029156a5847768728b53b96e
        Reviewed-on: https://gerrit.libreoffice.org/33717
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-31  Gabor Kelemen  <kelemeng@ubuntu.com>  [695c8bc98a486d01d00a2fda3e05fb6a615fc1bf]

        tdf#105571 Drop toolbar:helpid attribute from toolbar definitions
        
        These are no longer useful.
        Made with:
        git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid="[0-9]*"//'
        git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid=""//'1
        
        Change-Id: If1bf04265f4e03b44b6a92529f6133aff1589526
        Reviewed-on: https://gerrit.libreoffice.org/33642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-31  jan Iversen  <jani@documentfoundation.org>  [8736391f4ddda5bc73221e0762653a721819bcd9]

        Gbuild-to-ide, Froze non-active supported generators.
        
        Copied gbuild-to-ide.py from d575e3a14beef8bdd3517c024b9aab8a17b3ef7b
        to gbuild-to-ideNS.py
        
        Changed Makefile.in to use gbuild-to-ideNS.py for non-actively
        supported platforms.
        
        That way these platform are stable, and not affected of new features.
        
        For now all platforms are still present in gbuild-to-ide and will
        have a "does not break" test for all new features.
        
        Change-Id: I8bb069d93c954a80de540a32b8a01889035c840d
        Reviewed-on: https://gerrit.libreoffice.org/33710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c3e84d8192218befebcddae2ed9842d081dc6c7]

        teach lolugin:stringconstant about calling constructors
        
        so we can remove unnecessary calls to the OUString(literal) constructor
        when calling constructors like this:
           Foo(OUString("xxx"), 1)
        
        Change-Id: I1de60ef561437c86b27dc9cb095a5deb2e103b36
        Reviewed-on: https://gerrit.libreoffice.org/33698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [e1e6cdbb1e9ff37f0bb740a70045c66953bec50c]

        Updated core Project: help  9e0198d62aac3781c1bc1935db9fd0b23e747761
        
        Oops, wrong ui file name
        
        Change-Id: If697b465ca8c019dbf09ffb3bf9501e08e758f13
        Reviewed-on: https://gerrit.libreoffice.org/33732
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [a4caad7486e4d5be6a5c012285d8d07beb5b48ba]

        Updated core Project: help  e02e34d2842a5389d13e497c923e0fbb593c42a3
        
        Fix ahelps on Position and Size tabpage of draw object properties
        
        Change-Id: I62708e3a517f8983d22f90313936d9563dbfe09c
        Reviewed-on: https://gerrit.libreoffice.org/33731
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [6e269c12e7f0e522f7316a69ade29ba49a62bc13]

        Updated core Project: help  57c058399077a50156e8f2d26f7b483f49fc3700
        
        Fix ahelp for the Section tab page
        
        Was set for the title instead of the description here
        
        Change-Id: I108ea751c79f9dff0d8ab24205a7e06ca43a9ac3
        Reviewed-on: https://gerrit.libreoffice.org/33727
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [c21419eaa36bb1ded18a1769f4d33af0d528f568]

        Updated core Project: help  8ecc94f4f628fc151aabd6d4f3ba5dfe9ff72198
        
        Fix ahelps for Wrap tab page and related UNO commands
        
        These are on the Drawing Object Properties toolbar
        and on the drawing objects Properties window - Wrap tab
        also some simple drawing objects have an own Wrap window
        
        Change-Id: I18471f402eb109af5936feacb3fdd8e1d1033087
        Reviewed-on: https://gerrit.libreoffice.org/33729
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [768ec4a12aaf0f17b4abbad6b78677b9f6f0ad99]

        Updated core Project: help  31cb3368f3f9412c359b58009a8ea0dc9ab75324
        
        Fix ahelps for FlipVertical and FlipHorizontal UNO commands
        
        These are on the Image toolbar
        
        Change-Id: I9ed0262e9e6e346a8e42dc034c690eb88646a316
        Reviewed-on: https://gerrit.libreoffice.org/33730
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e0e3bcfae09d9751d842fb4bda45e2ae367dbb7b]

        Translate German comments
        
        Change-Id: Idf54772d7da0da60d00cfd3b0650cfda0bcd9059
        Reviewed-on: https://gerrit.libreoffice.org/33736
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [4191f6147fe8f598fdc72d97ba7cb3ec773f5c3d]

        Updated core Project: help  d427d899f1228bcb309f349c39c17eb96d80d980
        
        Fix ahelp for InsertCaptionDialog UNO command
        
        This is on the Drawing Object Properties toolbar
        
        Change-Id: I2f50145a75d213914f1b699753f39a19cc4a3b71
        Reviewed-on: https://gerrit.libreoffice.org/33728
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [9316e78339ff2763a2e49052c283bff837d2a0da]

        Updated core Project: help  ae83c2d740080cd66029a9cf58457f9711c95b66
        
        Fix ahelp for Insert Section UNO command
        
        This is on the Insert toolbar
        
        Change-Id: I0690631f09fae8f3fca109e7b30b62f0411c4a5b
        Reviewed-on: https://gerrit.libreoffice.org/33726
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Gabor Kelemen  <kelemeng@gnome.hu>  [6bfa01c69386f5fadb8571ffadf2b932866c4e15]

        Updated core Project: help  8ff48d16dbea60ef20ca187f36214e020f73367f
        
        Fix ahelp for line property related UNO commands
        
        These appear on the Drawing Object Properties toolbar
        
        Change-Id: I232f41a8fbde595a57fa6be705cb15ad330a124f
        Reviewed-on: https://gerrit.libreoffice.org/33725
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [2670ca3fc597decae78499d1397539668eb84e5e]

        a whole bunch of SAL_WARN_UNUSED
        
        Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6
        Reviewed-on: https://gerrit.libreoffice.org/33693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [267d6e19e393f9352ee743d213e8d82f74141877]

        ofz: we're going to need at last a len field and a CounterByte on each row
        
        Change-Id: I5c5c2d67bcba7692e696be6ab96db041b20416a4

2017-01-30  Gulsah Kose  <gulsah.1004@gmail.com>  [8d999b118e553a47a34639c7fda138b609b7aac9]

        tdf#102132 Add contextual edit region uno command.
        
        Change-Id: I2b95457ba2f074a13059c9f5ce87589f925d3eda
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/33455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-30  Maxim Monastirsky  <momonasmon@gmail.com>  [93ada372b019be0a2fcd555dec234c146a850a4d]

        Convert RID_MENU_APP_PREVIEW to xml
        
        Change-Id: I8601c0d9c23c6b1fe191391a56602173fe600e20

2017-01-30  Michael Stahl  <mstahl@redhat.com>  [ca1cb1b4ac43be0e75f579fc38dadae37743617e]

        tdf#44502 cppuhelper: fix doxygen warning
        
        Change-Id: If1bb3d7cc37449fc6be5467dc5d4380083d66211

2017-01-30  Michael Meeks  <michael.meeks@collabora.com>  [9c25f6c9fd2331da44544ac360ab82166e12e9cb]

        German comments - last bits of stoc/ translated.
        
        Change-Id: If43573010a4a77ed5b1878a4c5baeac139b30b89
        Reviewed-on: https://gerrit.libreoffice.org/33708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [4649a2c6b3323622336b9713f90526fbb039bb39]

        convert toolbar config context menu to .ui
        
        Change-Id: I8f8a9517680f02cb8efa3e6e46d3d4ebf7da1510

2017-01-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [20ca0d67e709ea798337f4020ba98dfc9ee4543c]

        add MROUND test case
        
        Change-Id: If05c593887841c344b5e81a3c18b9e91effe67fc
        Reviewed-on: https://gerrit.libreoffice.org/33709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-30  Eike Rathke  <erack@redhat.com>  [e32c8293709d4940ccf9f3def963e5a87925e583]

        Resolves: tdf#105410 do not crash on a deleted format
        
        ... if the last condition was deleted and the Manage list is to be
        updated. The format is gone.
        
        Change-Id: I0fc056b5c75849197f351871b0d05e5015d0d1bf

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [b87df03423b345ad83f1911db476d5ce50b8d0fb]

        ditch fixed length buffer
        
        Change-Id: I06bbe4ee92ebeb7d1bc305d5a7da9ee9a4fa0cb8
        Reviewed-on: https://gerrit.libreoffice.org/33706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-30  Eike Rathke  <erack@redhat.com>  [f67061be4f4dde9d5050b48a19ea71a1fc263a7f]

        tdf#105448 add Sibe [nco-PG] to language list
        
        Change-Id: If7dfeaa0dd4cf4d164147b8b866f7c493a5af669

2017-01-30  Eike Rathke  <erack@redhat.com>  [608b749f27a38c267b599968e60dd87bbd9abde6]

        tdf#105448 add Manchu [mnc-CN] to language list (CTL)
        
        Change-Id: Ia19da31a3df0a7d196997eedef07d8a28aa2e72c

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [8d664db1372e7b260cba0e3ad5df5840af05c764]

        Updated core Project: help  7fd043d303a6e19088260e76748a431be9b8abf9
        
        update helpids for .ui conversion
        
        Change-Id: I88db8390a188e3d6b60dead17428826eb36a0232
        

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [65f41e210f2ef3a77209f9ea1f89a17b4b3bffa9]

        convert RID_POPUP_BRKPROPS menu to .ui
        
        Change-Id: I2f55f4959249ac45de4a852089256a33e0f24d91

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [7db524e5cb572949f1c432b2f4b05c5ef10ad178]

        Updated core Project: help  26ed1b1d98c0f0e7f6e94f67eb08871001efeff3
        
        update helpids for .ui conversion
        
        Change-Id: I685964b0b111eaa548bba3b880bcbac9cd84a217
        

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [89f67f01942f7a9918075508e3b447c5a5e6e672]

        extend menu builder to handle radio and check entries
        
        Change-Id: Iadbf01f42cb83b2595a49f2e5ba286bcba24281e

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [ecb4befa546b21e0fa53b93e734bc3cabcf4f62b]

        I don't see why we hide 'select all' if there is no insert symbol dialog
        
        Change-Id: I928c94e104009e880c46100bdb57926f1a006877

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [13861216dc3d6b83d2d588024af9268f495a1793]

        convert edit menu to .ui format
        
        Change-Id: I658242745aba910c42a9bddf648dc88f53db6313

2017-01-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1805392e1ca48b57c37b2a32edaa1ec1e2efe227]

        vcl: fix MetaTextLine reading, version 2 contains overline
        
        Reading MetaTextLine version 2 was reading to meUnderline (twice)
        and never read to meOverline. This is not consistent with Write
        where in version 2 we write the content of meOverline.
        
        Change-Id: If7911add5845ec3a01365d4ad8b8afaa6b2723dd
        Reviewed-on: https://gerrit.libreoffice.org/33687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2b95261bcc293b3adbebaa64764b91befc62fa30]

        expand SVM test (Mask, TextRect, TextLine) and mtfxmldump
        
        Change-Id: I13e0882ac7093d6d3ab46914316f303e1ab01b93
        Reviewed-on: https://gerrit.libreoffice.org/33686
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-30  Tamás Bunth  <btomi96@gmail.com>  [4a193d39fb785c75668c977cf6b40d11b0ef4afe]

        tdf#105101 check scale to determine subtype
        
        For computed decimal/numeric values firebird's subtype remains 0. In
        this case we check for the scale of column. If it is not 0 (negative),
        than imply numeric.
        
        Change-Id: Ie5a023d165852fe402b3b4cac817b0bbef58e7cd
        Reviewed-on: https://gerrit.libreoffice.org/33660
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Tamás Bunth <btomi96@gmail.com>

2017-01-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e7606f1f19b2970f0160075f56d4d97029f1e47a]

        tdf#105548 fix incorrect DATEDIF result.
        
        DATEDIF didn't convert datetime values to date before calculating
        date differences, which in certain cases produced incorrect results.
        Adding use case to unit test document.
        Removed 'TODO-comment' after checking what Excel really does.
        
        Change-Id: Icc16413e43f664d1c993d24e31eb4dc6990623e9
        Reviewed-on: https://gerrit.libreoffice.org/33662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-30  Tamás Bunth  <btomi96@gmail.com>  [1db423338899c71ba70e361af339d7b7e4aff61f]

        tdf#105142 set default charset to UTF8
        
        Change-Id: I47dd18a141949f94903297f6e011e7956587b400
        Reviewed-on: https://gerrit.libreoffice.org/33663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [cfdfe1be91101654456bdf1f16d92461e1e5dbfa]

        crash on exit from undisposed insert special character dialog
        
        right click on style combobox in writer toolbar, insert character, esc,
        ctrl+f4 and crash
        
        Change-Id: I83c88584c6d772bf629121a2bcdc16076bee8003

2017-01-30  Michael Stahl  <mstahl@redhat.com>  [57e696742c61297023ddeb21d8e8a8305b6844f8]

        offapi: improve some Settings documentation
        
        Change-Id: Ic63adf85d096cb51f43e5a54453d43ad02792a99

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [06d8a9d436d39b56b27757312ad802021f9e6737]

        support accelerator modifiers in menu builder
        
        Change-Id: I39c4260ecec288be61f4f2c42c5b7c72babdb7a8

2017-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf7168bd09a8ae4e0f39f28d74a1d0eaf1411a9d]

        gbuild-to-ide: fix VimIntegrationGenerator
        
        Regression from commit 92c2c5f62d6e8962259e03424a40b6ac7ef32e7d
        (gbuild-to-ide: moduleDict targets -> all paths replaced with relative,
        2017-01-24), <https://clang.llvm.org/docs/JSONCompilationDatabase.html>
        says about the "directory" key of one entry:
        
        "All paths specified in the command or file fields must be either
        absolute or relative to this directory."
        
        So making the includes relative to the toplevel directory won't fly,
        make them absolute.
        
        Change-Id: I3f33c7a21880c1b245580b22996079ba08e3d806
        Reviewed-on: https://gerrit.libreoffice.org/33694
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [76dc7897b0efb1104dea56fe65d0aececab4eca0]

        tdf#105103 assertion failure crash
        
        New document, insert mode on, press space (when autocorrect while
        typing is on)
        
        Change-Id: I54bc9a5cd1f9d8ef877eeca81d7d85ccd90e354a
        Reviewed-on: https://gerrit.libreoffice.org/33651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [d1a5c549d7908ca4b73ab9562fb3517ca1b00050]

        gtktiledviewer: Handle comment callback with Modify flag
        
        Change-Id: I8333876cc4b540c385e316ce8dcbc5f7bd1f7902

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [c4b76c46db899776545fb7ea66abe1d708ffcef3]

        gtktiledviewer: Unused variable
        
        Change-Id: I1bf8833041cf0e0a42aca1b6d851f6f4ca28d68f

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [a9153b4e1c00f7e85e50c333fdba94cc5601acb8]

        gtktiledviewer: Mark reply comments with lightgreen background
        
        Change-Id: Ic6623ebc05f1a09d5fc1b6bae5fab149d98724ab

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [bc713d0670b02c9f267fcf1e5f3373525bcda047]

        gtktiledviewer: Can edit comment from comment sidebar now
        
        TODO: Ideal would be to replace these buttons with a popover menu
        containing all the actions that can be taken on a comment
        
        Change-Id: Iec19e6c4a934394f84bcf4bb20cc14f207ef95be

2017-01-30  Pranav Kant  <pranavk@collabora.co.uk>  [8a7c459f6afb7b8f1f622a61230a0a4411a417ac]

        lok: Allow to edit comment by postit id
        
        Change-Id: Ice1d40b7813226fe99c423047392b3416d763dd4
        Reviewed-on: https://gerrit.libreoffice.org/33614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [d27aba549cdbcad6825ac6c955ee7d603aba1989]

        Resolves: tdf#101664 dropcaps not set in styles on load
        
        regression from...
        
        commit 6766760e86b517c726204f9601b33a19cb0c5451
        Date:   Thu Jan 14 21:05:59 2016 +0100
        
            refactor out to limit scope: RES_PARATR_DROP
        
            Change-Id: I8813b5676504e6de2af70d181fa9e905538fb05c
        
        where MID_DROPCAP_CHAR_STYLE_NAME != nMemberId branch
        in the past went to the default handler, while in
        rework it ended up ignored
        
        Change-Id: I8efa131750a064f594c1a2354d7aad19c2dc6b16

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [980451135b85dcaad038b0371b38e2e061a5d5cf]

        RES_PARATR_DROP listed here twice
        
        Change-Id: I552a50b612fc210020811423949dabd7365c51cf

2017-01-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b30a94842388d136f645ed7d16a6941da86b760]

        oox: clean-up crypto classes, use c++11 features
        
        - remove "using namespace std;"
        - &vector[0] to vector.data()
        - use nullptr in OPENSSL
        
        Change-Id: Ib4067b0256801f94d448bc8d3faf5a2902d694e5
        Reviewed-on: https://gerrit.libreoffice.org/33629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-30  Tor Lillqvist  <tml@collabora.com>  [93a49ee2a2d44d10a5d83c7c46c165400d14cbc5]

        Drop meaningless forward declaration
        
        Change-Id: I29e09ad50e8adb2c5dd99014872be9c3f0fdcdbd

2017-01-30  jan Iversen  <jani@documentfoundation.org>  [f41301c1630361a0b753ea47e81ea67ace415f4c]

        gbuild-to-ide, solved vim problem.
        
        Updated xcode, WIP.
        
        Solved problem with vim.
        Remark the vim-ide-integration is not maintained, and cannot be expected
        to work as the IDE gets more integrated.
        
        Change-Id: I9d6fe6d2caef7162298814f1ab0d16c7aeb7d895

2017-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc53cce64400430cdc21f79c959d75fb9a26d13d]

        sw: prefix members of SwAccessibleChildSList_const_iterator
        
        Change-Id: I1420a8c655dac568f6227dbea21506a0c5806a42
        Reviewed-on: https://gerrit.libreoffice.org/33685
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [4d009bb402e465937dccd19351c96615beaab44b]

        ofz: div by zero
        
        Change-Id: Id5174bb9f0d89fc2286c130650ec27c9df13e123

2017-01-30  Arnold Dumas  <arnold@dumas.at>  [c7e1c9dc63a5986fc70fd86f36c8755b6c2a1f98]

        tdf#103654: Make git hash clickable in the About dialog
        
        This doesn't affect the About Dialog if the build id is not
        a valid git hash.
        
        Change-Id: Ie44f455dbfd0191cf6953091f28a42bccb67a4cb
        Reviewed-on: https://gerrit.libreoffice.org/33652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [b4b989b59cc5841fdf4635b19b975cae3a88430f]

        Resolves: rhbz#1417480 stray bare XWarpPointer call in gtk3 code
        
        which blows up under wayland naturally
        
        can get here from tools->options->mouse positioning->"dialog center"
        table->insert table
        
        Change-Id: Id81b06a63cc3a2a1073d236e2f36dc65e533e598

2017-01-30  Caolán McNamara  <caolanm@redhat.com>  [f15b444966f4e0d56e66a4cc46de221ef50bb656]

        ofz: defer bitmap initialization until size checks are completed
        
        Change-Id: I64715b5fe263889d2d62a7a9876d9856842e4a05

2017-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [481293fcf5740cbc739e1e7d7f6082acbfb0cdf6]

        Indentation fixes
        
        Change-Id: I22247da71d1594187c531ca5552cf75363aaddfd

2017-01-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [b67bdae596a1f6027e8ed4150172b0ed7be3f10f]

        NO_STREAM_CREATION_WITHIN_DOCUMENT_ROOT is always true
        
        and has been for more than a decade
        
        Change-Id: I81dd8c6db0b3a961d2e2f2dfb4c0fb97704756d8

2017-01-30  fakabbir  <fakabbir@gmail.com>  [78220c485cf9d25bd4078299b2d6e96a49bad7de]

        tdf#105568 Language code has to be arranged
        
        Language code has been arranged in
        alphabetical order for given files.
        
        Change-Id: Ib2ade0857bc5dd1a77348fbec470747abae4893e
        Reviewed-on: https://gerrit.libreoffice.org/33661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-30  Noel Grandin  <noelgrandin@gmail.com>  [9734a6e1c3930c29aa3c7b80cb896d57c2bebe31]

        GetWasUsed can return by value, no need to be a special snowflake
        
        Change-Id: I4ef22fa49ee883ff0bddb49d1711e8521905502f
        Reviewed-on: https://gerrit.libreoffice.org/33658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8145a80868aeb2d81abdeb2918942911c6d128f4]

        tdf#104693: screenshot: fix mirrored mac screenshots
        
        Change-Id: Ie13689d7e15bf8dee6f21e6f5e7d75c9e53e931b
        Reviewed-on: https://gerrit.libreoffice.org/32543
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-30  Takeshi Abe  <tabe@fixedpoint.jp>  [11a979cb8a750f2820a0d7947a47e830a1a0b335]

        starmath: Make some functions private, instead of protected
        
        Change-Id: Ic1192a2fca86833e9efd954c7625fb4f84f46b7c
        Reviewed-on: https://gerrit.libreoffice.org/33618
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-30  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [c6dd735afb2e1b3837c4f8c5659f52fafab4c56f]

        replace namespace url strings with function calls
        
        Change-Id: I3c0ca35c6f6acdd0f00a2aff4c9ef49d110cc1a2
        Reviewed-on: https://gerrit.libreoffice.org/33664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-29  Caolán McNamara  <caolanm@redhat.com>  [e4f7e197f73bee4f9546528271f63a36d9ea0c89]

        we don't need read access, only write
        
        Change-Id: If9720a402ce360fd691a4ce83f267e2d19e19652

2017-01-29  David Tardon  <dtardon@redhat.com>  [a48c22e1bfc2019a6c2a35caaa09d2319b783078]

        add test for handling .wk3 format file
        
        Change-Id: Id6fd1f979902e286009d16f9d8ea551df3940859

2017-01-29  David Tardon  <dtardon@redhat.com>  [69c03000038e96d120f57b8259763e27907b8470]

        eliminate some code duplicity
        
        Change-Id: I7792ddd691f81744971d45e1155e3192b24155dc

2017-01-29  jan Iversen  <jani@documentfoundation.org>  [05ce36d2e2bada48ee97d6a7c45e3bcf71dff29a]

        gbuild-to-ide xcode, added targets in menu
        
        First step in removing make as builder.
        
        Change-Id: I445627df5610a7d0b8bfbabddb66f1273e021b1a

2017-01-29  jan Iversen  <jani@documentfoundation.org>  [78c48c998bd6525ce236cd8e145f104b2450f062]

        gbuild-to-ide xcode added include files and sorted source list
        
        Added source files so they are sorted (earlier was sorted pr target)
        include files added.
        
        Change-Id: Id9581e2c4d6b123eb13ecc7ce2586fe52cb3ab4f

2017-01-29  Julien Nabet  <serval2412@yahoo.fr>  [018ed00d5b40d25c6f8f40485a41026247fdc91e]

        cppcheck: postfix operator
        
        Change-Id: I2b6f0c922b0e70ecbf79f60831ff5d71cd1438fb
        Reviewed-on: https://gerrit.libreoffice.org/33656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-28  Caolán McNamara  <caolanm@redhat.com>  [e073bb9c3ea2f7d03a7cf0759efc70edf84fc033]

        coverity#1351757 Uninitialized pointer field
        
        Change-Id: Ieeae560fc6b6c82ef92ad5331cc6cddacb893a19

2017-01-28  Caolán McNamara  <caolanm@redhat.com>  [5b4d218b35c57d9a82bcf1f15d6781e2a7430ec0]

        ofz: cluster of unused variables -> div by zero
        
        Change-Id: Ic3ca3228b112301217f0eb239899c775de52975e

2017-01-28  Mike Kaganski  <mike.kaganski@collabora.com>  [62c063de37b777ae2b0d06220ffdbdd8e8912d02]

        tdf#105536: PDF image should be v-flipped unconditionally
        
        Unit test included
        
        Change-Id: Id0d054a6b9922666daf4f36908f97ed6e65fb6c7
        Reviewed-on: https://gerrit.libreoffice.org/33649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d817456fb0f5c55ea47c16a18c44da107a24b906]

        loplugin:stringconstant
        
        Change-Id: I4e2e0aba2930d7c4ee60567d1d65e0e773a470bf
        Reviewed-on: https://gerrit.libreoffice.org/33650
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [681c329b7f70ed53f7d188834bc2aa3a154bc22d]

        loplugin:stringconstant
        
        Change-Id: I7e90f4fecf7243c7551ec7ecbb29adfa92a86447
        Reviewed-on: https://gerrit.libreoffice.org/33648
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-28  jan Iversen  <jani@documentfoundation.org>  [bcaba2ca3622a66d475bf41cf2fea3d828ece342]

        gbuild-to-ide source code is relative to module
        
        Last central change, before rewrapping xcode.
        
        Change-Id: If9b3d668fa59fe32a7a89a17ea56a6852b260a2b

2017-01-28  Caolán McNamara  <caolanm@redhat.com>  [ce2238a7bd6e0b5663f89bcda0c25f2738e9bb5b]

        coverity#1399595 Uninitialized scalar field
        
        Change-Id: I6e6a1e114ee9abf8826dda19e0b7bc3b573e2edf

2017-01-28  Caolán McNamara  <caolanm@redhat.com>  [a5233e51123ebbbe4e112cdfe796e08b8e3fee47]

        Resolves: coverity#1399594 Unchecked dynamic_cast
        
        Change-Id: I6aae2d451db218a53931df1982a5412923dd42c1

2017-01-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bb759c48680cd11459bb08073098adc57c3b2c9b]

        add SHEETS test case
        
        Change-Id: I4e0aed457dd82ce2f16aa007000067a3e4438876
        Reviewed-on: https://gerrit.libreoffice.org/33645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b2e54bef5392cc6fe98ec3a46eeec41fdd372f0d]

        loplugin:unnecessaryoverride
        
        seen on tinderbox Linux-F19-x86_64_14-with-check
        
        Change-Id: Ic494f75df7b2ca879e7bb312166b4c91263ee214
        Reviewed-on: https://gerrit.libreoffice.org/33644
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [f1d83ac45f08270f7f2dd7128056effd0251dc5e]

        loplugin:stringconstant check for unnecessary OUString constructor..
        
        ..calls when creating exceptions
        
        Change-Id: I3bc58a5aa4dc6f0508ecb88b3a843b96b8c7ebfe
        Reviewed-on: https://gerrit.libreoffice.org/33617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-28  jan Iversen  <jani@documentfoundation.org>  [53d3755972bfd3bd2cd650edf91f1483038028c8]

        gbuild-to-ide, add pr module sources
        
        Additional to having sources pr target (needed
        for generarition), each module also has a sources key
        where all the module source files are sorted, this allows
        to present the user with a sorted list of sources.
        
        Change-Id: I8fd8249c88dc55f47199b7998faeb721d74f982f

2017-01-28  jan Iversen  <jani@documentfoundation.org>  [03bbd573ca3eb1dd9aaf0ae0ba5255fae37ff587]

        gbuild-to-ide, centralized adding extension.
        
        Instead of each generator handling extensions it is
        not done centrally.
        
        Change-Id: I2cf1a499269a26c1c402577b3e8e508d578f9c6e

2017-01-28  Rohan Kumar  <rohankanojia420@gmail.com>  [6e901f86511bd773c1b80f5aebe435f29527e118]

        tdf#51358 Support for SnakeWipe transition animation in SVG support
        
        ported the class SnakeWipe.
        
        Change-Id: Icb41072bbd276e0edf3ef2ecea6148c81110b53e
        Reviewed-on: https://gerrit.libreoffice.org/23285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8a0416be440180d0a6cedd449307f6a9bde22eaa]

        Symstore: Also add .exe and .dlls to symstore
        
        These are needed when analyzing the minidump.
        
        Change-Id: Ife296c298e3b2f1ca8a47dcbaaf1947e6aefdc81
        Reviewed-on: https://gerrit.libreoffice.org/33631
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-28  Abhilash Singh  <abhilash300singh@gmail.com>  [413232229cbfd9d49ce9d1cdbb6b6e2dbe83af38]

        tdf#86214 User isn't warned entering a cell address not allowed
        
        Refactored ScRangeData::IsNameValid
        
        Change-Id: I74dd5830d13e48e8fe9a5180a819be4acdc9a1db
        Reviewed-on: https://gerrit.libreoffice.org/33386
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [3084e8f5b12e865d565278168c27c7af15282191]

        add eps fuzzer
        
        Change-Id: I7455a01076fc7c5fd16bbb90914ac93c236b2a3b

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [f40aba6bf6ebe6a2b0da7d5e2fe53e470fe9e0f2]

        coverity#1371303 Missing move assignment operator
        
        Change-Id: I0dec3e192f3da895398a8b011c0e7275aab59d73

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [15a2a39ce621dc78449f28301beee895e67aa64f]

        everything ImplClear clears is managed by their dtors anyway
        
        Change-Id: Icafd4a4915d2fb3159b50409e5fc443c58d43d57

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [9aebc26c9b0aa85acdd8429d16c996f359de3062]

        Animation dtor will be called anyway, so drop Clear
        
        Change-Id: Ifa5a1cf6d782af0bb73ceff10f5a2a2daa4457d4

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [00f0694c09241e7708e9443c34b3896be50dfda5]

        everything reset by ImplClear is going to be overwritten anyway
        
        Change-Id: I94de8723a43d177fdf2caf0d8d3e529200d2e718

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [a42e8baed472933d706578916d00b672bb62dedc]

        we copy the flag for the context in the ctor, but not the context
        
        which is worrying, copy the other missing maSwapInfo too which should be safe
        to do.
        
        in the assignment operator, we don't copy any of those three fields at all, which
        is inconsistent
        
        save and restore the context and context flags on the piece where we overwrite
        ourself via *this = tempobj
        
        Change-Id: I06a7d491f95dcb113a3c705ceeb41f576ab0a514

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [9bf03203cdc789fb7be58e1b8bc6caa63c6dd09c]

        remove weirdness of ImpGraphic assignment operator
        
        seems to me that this hackery is to avoid the swapfile
        getting pulled out from underneath it during swapin
        
        Change-Id: I6b58d7e31731db8edc4026460beabc667204dcae
        Reviewed-on: https://gerrit.libreoffice.org/33620
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f2f6d11e35cdd09291e730429d6c876532f34328]

        tdf#102688: let's purge it here just in case...
        
        In theory it would still leak without this if the map mode is set
        multiple times.
        
        Change-Id: Ie862f4d59e45b92ff75dffb787ef256337f47f84
        Reviewed-on: https://gerrit.libreoffice.org/33602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-27  giacco  <filippo.giacche@gmail.com>  [ee7e34696e3981c65dd5a13688976aead450a709]

        tdf#87700 command to rotate 180 degrees
        
        same things, with less code
        
        Change-Id: Ied67277f1a48b58aba094f3ca650c08133e95d68
        Reviewed-on: https://gerrit.libreoffice.org/33619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [9ee0f108ca104ec76d2d73220686fb10c89e78e8]

        GCC 7 supports [[fallthrough]]
        
        Change-Id: Ic6fb995a76a30b60b597005e714de03d43c36a7c

2017-01-27  Michael Stahl  <mstahl@redhat.com>  [2fc5a65a1808ce4304ea55f06c4587a2459b5d52]

        sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...
        
        ... the dialogs that pop up on assert() and abort() to stderr, which
        should work better in CI builds.
        
        Change-Id: I80ec95bae6cc21b8ac27f68ca93aa6c6cce707f4

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [71511385dd6b12c3a902424652087e780fd7f3ba]

        Just pass in OUString directly
        
        Change-Id: Idf7d63672e8b330499e53c1395dedb92d25bb76a

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [464d9249d44d2b36d5334d42ad8b38aab62c3f47]

        gtktiledviewer: Can reply, delete comments from sidebar
        
        ... and put the sidebar in a scrolled window
        
        Change-Id: I57e982c849ed0c4dda4e8f5fdbcb0b85e46da36c

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [621e143c1c9c071e024e287a9d63fe16c7eb4f49]

        gtktiledviewer: factor out user prompt entry dialog
        
        Change-Id: I282390f7319de2e24564e0122e8c0081235a0ef5

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [b3178e2fced804d37efc47fddb77b516ef8d2684]

        lokdocview: 'comment' signal for comment callbacks
        
        Change-Id: I82040893added83ff13395db3917b230ef6b01d5

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [8b3ea2ad62fd781e2fe253ee0c2bb0ce143912f4]

        gtktiledviewer: Comment dialog when tiled annotations are off
        
        Change-Id: I6762baac6c387d968dc6ee94d3494907c817214c

2017-01-27  Khaled Hosny  <khaledhosny@eglug.org>  [7c2e96a4e7733e315bf948dd89a5d804cef5e67e]

        DisableGlyphInjection does nothing
        
        Change-Id: Ie97eac46fde075bd74c7adb583b8be979f3af829

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [4f60b300d230fe963d133b4725eb3e93dfb500e1]

        lok: Unit test for comments api
        
        Change-Id: Ieedb50a4d376c1214ea23b56c8cab19c96c159d0
        Reviewed-on: https://gerrit.libreoffice.org/33615
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [8c78aa379f520f25aa888269f5080583b12b9e6a]

        Just pass in OUString directly
        
        Change-Id: Id9bd288080fdd5ed4dfaee77b697954ad7bc2458

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [3616f875b014b7d58f81cd871ff7bbf9fd6c78d5]

        lokdocview: Separate gobject property for turning off comments
        
        Pass --enable-tiled-annotations to gtktiledviewer on command line
        to turn comments on again, by default they are turned off now.
        
        Change-Id: I40e93ab683ec9538e088ae9aa83cda2eaaf9939e
        Reviewed-on: https://gerrit.libreoffice.org/33622
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [99a2a1f975da68c33ec213fab0f9cf75c31b49c8]

        gtktiledviewer: Comments sidebar
        
        Change-Id: Icf5bb78859668bfb5c43efc3e5fa9afce8458f41
        Reviewed-on: https://gerrit.libreoffice.org/33621
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [111d9033b6b74fd1fe138ff741d7c14c85e226c9]

        Just pass in OUString directly
        
        Change-Id: Iba5289abf96b15e833cb85e96d4e60b2285271be

2017-01-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [70dee11c2e15e90fbd41bf331e67c1d28e094e35]

        use a define for invalid SfxPoolItem
        
        and use helper function IsInvalidItem() more
        
        Change-Id: Ifd651a336a7bd4ef4f945219d765afb827465438
        Reviewed-on: https://gerrit.libreoffice.org/33611
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [ac33904d05ce40b5998b3f1b66a1454d049781be]

        move these into the member init list
        
        Change-Id: I94a1ea4cb81e2b7383c3e7c56314d08eea754434

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [011bae55cdd24a1d3e42f0aa2fcfd98d3ddc9b14]

        Resolves: tdf#104153 lookup what listbox an entry is dragged from
        
        so we can find where its been dragged from in order to remove it from that
        source, rather than relying that it comes from the previously focused listbox
        
        Change-Id: Ie6aa1a311b46e5e9ee96cab05e0705b794b5eb0b
        Reviewed-on: https://gerrit.libreoffice.org/33575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [53eb2fae381f4ed9d73bcc6d8e76a6f09777ba60]

        -Werror=int-in-bool-context (GCC 7)
        
        Change-Id: Ide131a586d0d282993dfbf53a783f02d48860647

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [1eef075ad555046d840f1e867ce8a259a5ffc01b]

        Fix android build
        
        Change-Id: I3a39b7adc44a61f1bd4379c2a46e559ad12e7184

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [1ddf5b0ecb68333e00df72a9e367b709ff664661]

        ImplClear sets mbSwapOut false, so mbSwapOut is actually always false here
        
        i.e. failure to swap in does not mean that mbSwapOut is true afterwards, and
        mpSwapFile is discarded. It means the whole thing is thrown away.
        
        Change-Id: I73704866d77078c73d053047a7d2ef6499a3e69d

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [4d092cba7993b283107eea193e8aaefdf7604952]

        Remove dynamic exception specifications from some TDE-only code
        
        Change-Id: I55cfacfd66ed31c8ec209d8deed7746ce917f8ba

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [c65d6e9e5dc4f7d13be582bfb5206caeb7b51ba4]

        -Werror=int-in-bool-context (GCC 7)
        
        Change-Id: I69f31a94f3e57b3488c576f8d8e0569f459a2117

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [85ccbb6f2eec06e10ef38a6e4ade37bdff4b6f3a]

        Don't worry, Kai, it's still in the git repo
        
        57558f61e9aa1a45f12a2f72d7a0359303d00be2 "#i108938# - commented out unused
        member fuction."
        
        Change-Id: I4972d0ff98f8fa21de4fa6506bc1bcbc7088f6d3

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [3ae2158d43c52fda03edfddb584bf41a8aa0b0ad]

        getColorWindow calling itself, so undisposed windows lying around
        
        Change-Id: I5902c7a677b8b0d3d2891a5f793e5f8e457f25fa

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [9c62e04bd52960b1a412f52d995e1a4c6fb4d69a]

        Remove unused sw/source/ui/vba/vbacheckbox.cxx
        
        ...which was listed as explicitly not copiled with
        24a129b9f559f79df1d88e159760f907f4fdd37c "make it obvious some files are
        intentionally not compiled ( temporarily )" but not removed completely with
        09abd826a0e26517ea722659491e8eb525a9b8bc "remove uncompiled source files" (which
        removed the other files from the first commit's list)
        
        Change-Id: I232fa73680a2fbc64c6b57b85a626695b86d5f7a

2017-01-27  Eike Rathke  <erack@redhat.com>  [9a283e44ca7de2f2fa276544b4d49cff495bd53d]

        Resolves: tdf#105558 accept numeric BASIC return types as numeric
        
        ... not only SbxINTEGER, SbxLONG, SbxSINGLE and SbxDOUBLE.
        
        Change-Id: I75d892f5ae60ef1b18bd86e64777dea746e35a1f

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [cb3c2eaba64e633f3ea0afb1c32d20faaf4201ae]

        loplugin:unnecessaryoverride
        
        Change-Id: I5bed51a3c03e2d55b9b7508d854cd486a35ea90e

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [d83deb9d50b0cacdec7aa1d6e264de398898806e]

        lok: Allow to delete comment by post it id
        
        Change-Id: I61971dfe3a2630ba33c029ce7865bd7077e235cc
        Reviewed-on: https://gerrit.libreoffice.org/33613
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [6e463381b43d888a632e652a873f2b5abe7e5458]

        lok: Allow to reply to comments using postit id
        
        Change-Id: Ic6aaa3066923d62f197bc2b0e02e8049c9d7cd2c
        Reviewed-on: https://gerrit.libreoffice.org/33612
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [73875b39e0ea00a3d80188c229b91c63355cd087]

        Indentation
        
        Change-Id: Ic5b636d5c77b3afff96fc6e4486041153dea9b2a

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [4b8e711ead69aaa129637aad484c63877fa10890]

        lok: Calculate and return parent comment id
        
        ... instead of just checking if its a root comment or reply one.
        
        Change-Id: I2539e6893ee69bfe12911807504df49edf422be2
        Reviewed-on: https://gerrit.libreoffice.org/33470
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [5f5073a84518e4a8660e0153c2e218fb75a85ec4]

        lok: Implement new callbacks for comment notifications
        
        Change-Id: I298183b295c68c4a39cb1f6fffe4b89b4eaee0f3
        Reviewed-on: https://gerrit.libreoffice.org/33469
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [a623b3a449dfcddaad5b621ff1c0b7a520edf4d6]

        lok: New commandvalues command - .uno:ViewAnnotations
        
        Change-Id: I1c3560ab4609c64da7a77e9a65febeb569ec1a3c
        Reviewed-on: https://gerrit.libreoffice.org/33468
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Olivier  <olivier.hallot@libreoffice.org>  [6b977d5a24d5db80c59440a3358c629959d7cf86]

        Updated core Project: help  3e23a5bbb9a0de726b6739f0d60f187648c1dbf4
        
        Fix text box in help page since box redesign
        
        The search options are now under the "replace" box.
        
        Change-Id: I65e704703501715c1e9417686fb2d1c9dcb074c8
        Reviewed-on: https://gerrit.libreoffice.org/33579
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ab28f1291a7cd4806f310c04e7b92f7e29cca8e1]

        SafeMode: Add Backup config to installation
        
        has been only active in instdir so far
        
        Change-Id: I1028d1acb2186347448a1f86aaa864c3ba88f75d
        Reviewed-on: https://gerrit.libreoffice.org/33584
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6fd00998fa63e4f679b4dd00d7a2a7d45f4a30f4]

        Put crash directory config in soffice.ini, instead of own ini file
        
        Change-Id: I3a7aa394792c47c6c5a3a553174d177e66ade617
        Reviewed-on: https://gerrit.libreoffice.org/33582
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3aae650d0f6688eb0c35ec4d36654efe508977da]

        User profile backups: Don't backup user galleries
        
        As suggested in
        https://lists.freedesktop.org/archives/libreoffice/2017-January/076768.html
        
        Change-Id: I2562064ae906eb8b2d507ec971762625692a4bbf
        Reviewed-on: https://gerrit.libreoffice.org/33608
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-27  Michael Stahl  <mstahl@redhat.com>  [dae273da614a57724aea736f415de97416fe016e]

        stoc: oops, missing closing quote
        
        Change-Id: Ib1acd95a705d2b504718a28a91abd570b57c9de9

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [e8613c6eefbb157c612bdba49f1876e57e81e0ed]

        Remove some '#ifdef AWT_DIALOG' noise
        
        ...that sat there ever since 4bda34677755729bd3a10353ea5b7bb9998ccc9b "initial
        checkin - frame for dialogs usuable as UNO service"
        
        Change-Id: I3c8f6fe74d05e5d25950251997354475da02832d

2017-01-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aaa0728d88a05706aba7b097fe3542a71cc66bb5]

        chart2: too long line
        
        Change-Id: I1ed0b51156ef2d6231908f18be64e49b754789bd

2017-01-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8a8a946c88a01a4fdbfe64bb03fa713fba5c2776]

        chart2: some more for-loop changes in VLegend
        
        Change-Id: I3c0c0b7463a45917c98f8dc766c781acf62da963

2017-01-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e9d2ccdbb6a4aa81c8280aa04f6f2ef492d6154]

        chart2: remove typedef for std::vector, remove commented code
        
        Change-Id: I62c4cbd0f1ed3d7ea0715475d58e0ee130f3ca00

2017-01-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [85295504351bf71206fd36bcb38e3e8a262996a3]

        chart2: use c++11 for-loop in VLegend
        
        Change-Id: I8f42fa30f49a8c1dc271017dda826279c45460eb

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [df60fbc3614ed7dd66b6ce935ef5236b9ef0ef32]

        Remove dynamic exception specifications from some TDE-only code
        
        Change-Id: Ic5fa5648d0d52bf5a16b5d3c32c549d5fffb2f4f

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [12ffd3ecdd8c138a478d1665d01969639b3914f6]

        Remove dead code
        
        ...dead ever since its introduction in d86602573305ac7c8583794a37c4bd0572b41577
        "#i17307#: XFunction->XScript etc"
        
        Change-Id: I664ff15ec2e9fda000bae7740ced427a646ddc92

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [53a9e834f082864486441efd68fc8ff29d33fc95]

        ...and Clang 4 will have it, too
        
        Change-Id: Ia927ed7d1e7815e59ccb67246da6981c65683168

2017-01-27  Michael Stahl  <mstahl@redhat.com>  [845d4eb7bc20a6eadf08b0fe0939c51c3cbf3a62]

        stoc: try to throw more informative exceptions
        
        ... from IdlInterfaceMethodImpl::invoke(), which is somewhere involved
        in BASIC calls.
        
        Change-Id: I739f70fec56ec9e4345511eefe41fd0f8df8bf6f
        Reviewed-on: https://gerrit.libreoffice.org/33593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [94ffb720b889c51665ebb789d84aee3b3bacb456]

        ofz: tidy up eps preview import
        
        a) check that the remaining stream length is >= the 14 bytes that are
        unconditionally skipped
        b) make the initial security count the min of the arbitrary 100 and the
        remaining stream len less that 14 bytes
        c) tweak ImplGetNumber not to reduce nSecurityCount if its already 0
        
        Change-Id: Ifffa6d02d492affd578fb48007704457ad635b39

2017-01-27  Michael Stahl  <mstahl@redhat.com>  [c971cfbe219ddc876e5ee2fd2129177ade8ed24e]

        offapi: FormulaProperties doc broken link
        
        Change-Id: I45eb0f3259ec514864178b6725107e5ba0ea140e

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [85959fccad7392646675a515afd09aadaaa9ed17]

        lok: Unique annotation Ids to SwPostItFields
        
        Change-Id: I6dd5186eb18ca99a75a5cb73263cc6bfcc7ff345
        Reviewed-on: https://gerrit.libreoffice.org/33467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [c67040c157aab029373c463a9d3c033c400ff6a9]

        lok: Exit early when inserting annotation if tiled annotation off
        
        Change-Id: Ia5705a07166e5c40aface506e8e8e7b727c2e376
        Reviewed-on: https://gerrit.libreoffice.org/33466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [f4fac7f3411c4afad4a6d33424bf8007822e1ee6]

        getExceptionSpecSourceRange is new in Clang 5
        
        Change-Id: Ifa9223fadeeb1fde54afc99874a1b3d855073dce

2017-01-27  Pranav Kant  <pranavk@collabora.co.uk>  [0f0164d647e01c2e7d2a42a0dd9d58d5e7b765d4]

        lokdocview: Turn off annotations rendering here
        
        Change-Id: Ia1ee4f54a05ab3daca62a78fe335e731e4cfc02d
        Reviewed-on: https://gerrit.libreoffice.org/33465
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d506f4c3d6044b992a08c877195d0a9f7692c64]

        fix spelling containging->containing
        
        Change-Id: I49f736c049735e89ce9f71740f5c308120378a9a

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [521723b1180a32c02a88ed47137d4242c06eaca7]

        move deref inside (laughable) nSecurityCount check
        
        Change-Id: Idf9a83ffa80137967d8c77d7a9b5133529fc2858

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [b593c9c5b80bff9651cfde8f7c204b5d8e811155]

        -Werror=implicit-fallthrough= (GCC 7)
        
        Change-Id: I9d6c7e5a03aea56d8db84c2ba06c63efb0e007fa

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [cf06348d9d4be8b8460d202cebf0d995fd4f6abf]

        make this a little more readable
        
        Change-Id: I83b6b0bd636b639ce0892f22f216410ce79dee03

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [5ff2ae5d727d8e596ead075b46d9203d9acd5d25]

        reformat member initialization
        
        Change-Id: I6c86da271d01d63ad426d3ac99068a6ad9663705

2017-01-27  Tor Lillqvist  <tml@collabora.com>  [5b2f40d9182303fc64cfa8e37b69edbf21f5e6fe]

        Fix comments to match reality
        
        Change-Id: I99b49a3c8472b063316baeebdaa89119832a2a1b

2017-01-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [547ceda8ff3bcfb8346e590fbff89c4d887ccab1]

        remove unused debug code
        
        unused since commit 9585c8b8c8d8724cc1bad4a2060c828c15599929
        Date:   Tue Mar 22 10:58:54 2016 +0200
            loplugin:constantparam in sw
        
        Change-Id: I8469619fb70583170ea5cc8d4d03464335af2d28
        Reviewed-on: https://gerrit.libreoffice.org/33609
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [4511431fb665dac192008fa063e783d9e8d7ed15]

        improve "unnecessary user-declared destructor" check
        
        to look for inline&empty destructors, where we can just let
        the compiler do it's thing
        
        Change-Id: Ibde8800bdfed6b77649c30ebc19921167c33dec3
        Reviewed-on: https://gerrit.libreoffice.org/32999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [1a90a23d9fdcc4344f459b183bbafb8ba7b5bcc0]

        Enable loplugin:dynexcspec rewriting mode
        
        Change-Id: I73404287c387a36e224683f75e967d51d911175b

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [38da1ed9195578aed4edb9d3c9c9eb2587923658]

        Make plugin rewriting work on Windows too
        
        ...in a somewhat hacked-up way for now (see the TODO comment)
        
        Change-Id: Ida89fb8257b876cfca05b3048ce15996091c5703

2017-01-27  Stephan Bergmann  <sbergman@redhat.com>  [b61214c91d926ea56f2cae309469da588b3304b1]

        Remove dynamic exception specifications from !LIBO_INTERNAL_ONLY
        
        ...only odk/examples/ remains to be clean up
        
        Change-Id: I875a1e8d6750b6b007bd75126b8010273e1f32d5

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [d1f31681623696e99b0bd9e98570cb1ebac518cc]

        ofz: check if the stream is able to meet the eps len claim before reading
        
        Change-Id: I440c7f38d6588c570a411f2a97c0164e5d7d646f

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [b602313ab871da31da4ca3a25cc2f84c12efb65e]

        tweak the scoping here a little
        
        Change-Id: Idb257e3aee7d3f0316f34d34866eb2484390a798

2017-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [777a15db74a48ec5341e5b835240db3050605649]

        CppunitTest_libreofficekit_tiledrendering: fix cppunitassertequals warnings
        
        Change-Id: I0fce00d4c794918e5b14b2c4f3f9f36231f28718
        Reviewed-on: https://gerrit.libreoffice.org/33604
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-27  Caolán McNamara  <caolanm@redhat.com>  [9a61fdbf0b64dac30a2fe098388cd20471cca7bb]

        Related: tdf#105514 recursive fallback GetOpenGLContext
        
        Change-Id: Icb8f3751806ef9c1c7c92cd8b7cc7c28595eca22
        Reviewed-on: https://gerrit.libreoffice.org/33580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-27  Tor Lillqvist  <tml@collabora.com>  [ee9568efee1dff59b7c5845d44d010af17ab68dd]

        Use 'CPT' (for "compilerplugins test") instead of 'C??'
        
        Change-Id: I783a121b43223bbd0fd3f6250b2e009a77c87a85

2017-01-27  Vitaliy Anderson  <vanderson@smartru.com>  [91ccb4dbf7cbe7e684c7a8183863e597d7205e57]

        Compatibility options refactoring. Part 1
        
        It relate to reduce the nubmer of copy-paste the same code
        and simplify adding compability options.
        Also using enum class instead enum can eliminate to occurrence
        an error relate to access to out of range an array.
        
        Change-Id: I07b862aac5f88da4a98e2273cb14daa09e70eacb
        Reviewed-on: https://gerrit.libreoffice.org/33543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-27  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [78f5923e7cec0f6a0b3dbcbe29bad1980593454c]

        use . as decimal separator in exported number format
        
        Change-Id: I951995a028274c93e0c0b7226e6d2dceec5a916d
        Reviewed-on: https://gerrit.libreoffice.org/33022
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [4142e0a0c05c29a203799cc96630b17133ca2b40]

        loplugin: unnecessary destructor writerfilter..xmloff
        
        Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5
        Reviewed-on: https://gerrit.libreoffice.org/33578
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0]

        loplugin: unnecessary destructor vbahelper..vcl
        
        Change-Id: I6b7800d4a456391251168f7923a1ec7a5ca9efc9
        Reviewed-on: https://gerrit.libreoffice.org/33577
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fab2f546d1fb3ceaf5ee5d4d728f1728a8f1e7f3]

        tdf#102688: prevent leaking of VirtualDevice instances.
        
        Change-Id: I6fb8e5b7fc5c0cef8f7ab1f93f5096ad588d57c7
        Reviewed-on: https://gerrit.libreoffice.org/33601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2be42d9480fc831144e4d5b216b0a01ffbdb5c8f]

        curl: get winProxy support back
        
        with properly aligned asterisks
        
        Change-Id: I48b31bce45cdce378fa1cfdd9ddde82b9e669cf5
        Reviewed-on: https://gerrit.libreoffice.org/33500
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [116693b67f82eba47f9ed03e7da4081849ec80ec]

        update credits
        
        Change-Id: I678449b9e5722a1d8b7516cb934f03c48abb5fda

2017-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a7f24b6fe60d84d3ec226445e8023cf594daa72c]

        update emoji autocorrect files from po-files
        
        Change-Id: Iea4e16a5c0ede574bc9e01bc0953aed9a138243d

2017-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f28a3358260778f8f401a4069ae9c819313217c4]

        Updated core Project: translations  f6f80453277b09ee87688949dce31fb350d068c0
        
        update translations for 5.3.0 rc3
        
        and force-fix errors using pocheck
        
        Change-Id: I6b04819571adace8dd8bd2f5bfa6e37c0e4ac618
        

2017-01-26  Eike Rathke  <erack@redhat.com>  [32d90e643e4d9285366169301af4342d871c0d94]

        this is the css::document::Settings property LinkUpdateMode
        
        ... not the css::sheet::XGlobalSheetSettings attribute LinkUpdateMode.
        
        Change-Id: I039c8d39e89e693de1c5a1a4218c2fca70a6de9f

2017-01-26  Eike Rathke  <erack@redhat.com>  [d03cacfb7b9b126e375dfeaeed2fcd74d4fa48fb]

        remove now unused header file
        
        Change-Id: I7a9696f07c1a6e1deec342f224343bd938078c2c

2017-01-26  Michael Meeks  <michael.meeks@collabora.com>  [294c78fd65e62f8061dc2d54a4c8b1baa554e407]

        German comment finding - simplify top-level detection.
        
        Change-Id: Ic75b4fbb84687a86f7eca52f82dd337244339c42
        Reviewed-on: https://gerrit.libreoffice.org/33595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [38b3df0f74c266bf80b0672a7c7f657ca46ae920]

        add VAR, TRIMMEAN, TTEST testcase
        
        Change-Id: I2e4044bdf77433e3193ba8670a013561a6497482
        Reviewed-on: https://gerrit.libreoffice.org/33596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [87603abe03631f231932547f02cf6390dfc4e020]

        add IMARGUMENT, IMCONJUGATE testcase
        
        Change-Id: I5c2a58b868529d60a5ac66aa0f594d702df6ca56
        Reviewed-on: https://gerrit.libreoffice.org/33597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-26  Caolán McNamara  <caolanm@redhat.com>  [e17a34e957c21a8cd2977b1b0e1c9a427c244aed]

        ofz: check if the stream is able to meet the eps len claim before reading
        
        Change-Id: I65407bffb67449e203b8ead23554a4e88387d214

2017-01-26  Caolán McNamara  <caolanm@redhat.com>  [9954a91eb841225950ef28a24be5a38abdcb42a9]

        Related: tdf#104312 create palette on demand
        
        Change-Id: I741323c41231a08fe9561d72ca6079079e888e90

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [63a24bfdc039224bc86733f27df6d56a3b823349]

        loplugin:useuniqueptr
        
        Change-Id: I582c1ac00bd6c9a76fca34e51be0017cdf24f035

2017-01-26  Julien Nabet  <serval2412@yahoo.fr>  [68155a68578a0f4066c1c566c2d378bbae05c216]

        tdf#105483: let's put lowercase Greek letter in italic
        
        and let uppercase one in non italic
        See comments from tdf#52225 in addition to initial description of this one
        
        + adapt QA tests associated (keep on to test "0" case)
        
        Change-Id: Ia84685fc5d336dd96b97d02c0e81f92e7966a6f1
        Reviewed-on: https://gerrit.libreoffice.org/33480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [5b37ec6eb19ec2bd5020b54197cd554f1b645a4f]

        loplugin:useuniqueptr
        
        CMtaFolderPicker resp. its only derived class CWinFolderPickerImpl is only ever
        instantiated on the heap, so no harm in having that array directly as a member.
        
        Change-Id: I23312e34d3377a46b95a7ee059a2dbbf8f937422

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [1041bc88ec7fb83aaa228c97dafd6c0ac75dd1e0]

        loplugin:useuniqueptr
        
        Change-Id: I66e3e1b3c92304643a783203e4f245e93701ba9a

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [79ed69ed92694f607691c539cf179b4bc2068589]

        ure/source/uretest is !LIBO_INTERNAL_ONLY
        
        ...so revert the relevant parts of d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a
        "tdf#88206 replace cppu::WeakImplHelper* misc"
        
        Change-Id: I0ee5bf227fc541672dfb73e57657640cbccbf7f3

2017-01-26  Eike Rathke  <erack@redhat.com>  [109cff60a3a18b20b2e0efefd0d49f6eab9b52fd]

        this is css::sheet::XGlobalSheetSettings attribute LinkUpdateMode
        
        ... and not css::document::Settings property LinkUpdateMode.
        It directly maps to ScLkUpdMode, LM_UNKNOWN isn't documented as a valid input value.
        
        Change-Id: I062a1fd32ad6a98db4f8e78de4724be1c8190407

2017-01-26  Caolán McNamara  <caolanm@redhat.com>  [f85fb724d52a0fff9c64365cd202ae8975492c05]

        ofz: check eps seeks are sane and succeeded
        
        Change-Id: I0eb45e1c1ffd91682ed0ce6a6a74eab54666d715

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [d119e3a986a82ce94018c5ac021996ff221f3772]

        Adapt odk/examples to incompatibly changed (unpublished) API
        
        ...changed with f88f6bcfce233c336c9025d466c5c2fb0b671de3 "Resolves: tdf#35247
        introduce a locale independent numeric field filter".
        
        Makes the example at least compile again.  No idea whether any of the values
        reported by getLocaleIndependentElementNames would actually need to be different
        from those reported by getElementNames for this exampel.
        
        Change-Id: I115096477b28a4ceea398cbbb473a707141d05aa

2017-01-26  jan Iversen  <jani@documentfoundation.org>  [69a3cd160425ca3f26573732b504c470bba6ce77]

        unittest gbuildtojson
        
        Rename of FLEX to LEX needs to be done in the unittest as well.
        
        Change-Id: Ic038fa01d65edb5724c3d9dc8a04c72c6367372d

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [52b84ea00775b8cff8b889ac9d5e73952de02817]

        -Werror=int-in-bool-context (GCC 7)
        
        Change-Id: Id97c3ec66c9c0f924951c44efa9f7dd95b184223

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [23bf4227231eb081f906382ca05e7c2bea5612ec]

        -Werror=implicit-fallthrough= (GCC 7)
        
        Change-Id: I2e9ab956fc1e59d09b7409333f18230e34b6a9b7

2017-01-26  Caolán McNamara  <caolanm@redhat.com>  [e99364e34b79c89ed5b77eb4f985eab4546dadac]

        fix wrong indent
        
        since...
        
        commit 6ec8387bea9015c4487f76cebd045a1a6e291bc4
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jan 19 15:56:12 2017 +0000
        
            unbreak this wizard enough to run it
        
        though in fairness it didn't work before that change anyway
        
        Change-Id: Ibd454ec781c6a5ca65ad08f894854b556b046be6

2017-01-26  jan Iversen  <jani@documentfoundation.org>  [dcd86466c6125b3d2ef30e8056d03b832835c807]

        gbuildtojson support for yacc files.
        
        added support for add_grammars macro
        
        Change-Id: I17955bd1534d9f43e1953691d985a18ee8241d38

2017-01-26  jan Iversen  <jani@documentfoundation.org>  [1fb65a66f19ab78b01d7da9784f00437b7ce1681]

        gbuildtojson, added support for lex files
        
        added add_scanner macro
        
        Finalized the move around in gbuild-to-ide, to signal
        which generators are actively supported.
        
        Change-Id: I11699cd4380d49efc3b541abb7780b5136162433

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [8af9286632ca2e2be4326e73fbaf233e3b422959]

        -Werror=implicit-fallthrough= (GCC 7)
        
        Change-Id: I703a5f19536b08a87f2282a278218d0fcecfb515

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [e57ca02849c3d87142ff5ff9099a212e72b8139c]

        Remove dynamic exception specifications
        
        ...(for now, from LIBO_INTERNAL_CODE only).  See the mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
        "Dynamic Exception Specifications" for details.
        
        Most changes have been done automatically by the rewriting loplugin:dynexcspec
        (after enabling the rewriting mode, to be committed shortly).  The way it only
        removes exception specs from declarations if it also sees a definition, it
        identified some dead declarations-w/o-definitions (that have been removed
        manually) and some cases where a definition appeared in multiple include files
        (which have also been cleaned up manually).  There's also been cases of macro
        paramters (that were used to abstract over exception specs) that have become
        unused now (and been removed).
        
        Furthermore, some code needed to be cleaned up manually
        (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no
        configurations available that would actually build that code.  Missing @throws
        documentation has not been applied in such manual clean-up.
        
        Change-Id: I3408691256c9b0c12bc5332de976743626e13960
        Reviewed-on: https://gerrit.libreoffice.org/33574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-26  aleksandar-stefanovic  <theonewithideas@gmail.com>  [8802ebd5172ec4bc412a59d136c82b77ab452281]

        Moved About dialog to DialogFragment
        
        This makes the dialog more modular, and it takes no parameters
        instead of two. This is in the preparation of making
        the classes more independent on each-other's states, which is very
        important. Also, this follows the Android way of workflow better,
        since there is no "wrapper" class around the dialog, but instead
        the dialog is called directly.
        
        Change-Id: I7571480a040efaf202fae3929cfe76d65c19653e
        Reviewed-on: https://gerrit.libreoffice.org/33086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [690ab77f88bed07a8f3d3833b9116bcca6ea1f14]

        Remove dead code
        
        ...originally introduced with 7c35643da46ab9daabcdf7e69f3ccd0ad89c92fd
        "INTEGRATION: CWS npower6" and d06de306602566825b5fcfc20da120529fee73e4
        "INTEGRATION: CWS npower8", respectively, but never added to
        sc/source/ui/vba/makefile.mk in the first place
        
        Change-Id: Ifdc56beefddfcc24b00c7c79003ed285e29dd8ca

2017-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4af8986c94ff2d1bea0c21f798330efcc97b133]

        [API CHANGE] offapi: remove unused xsec_fw UNO services
        
        This is mostly just the offapi/ part, more C++ code can be removed in
        xmlsecurity/ after this. SignatureVerifier, SAXEventKeeper,
        SignatureCreator, XMLSignatureTemplate and XMLEncryptionTemplate was
        only used inside xmlsecurity, but they all are accessed directly
        already. Decryptor and Encryptor wasn't even used by internal code since
        they were added in commit 9f34fde7a8750b856570b5e855d2ecb226bf0c23
        (libxmlsec, 2004-07-12).
        
        It seems to be unlikely that any of these non-published services were
        used by 3rd-party code, since they were specific to other xmlsecurity/
        code, not generic functionality that could be useful in other contexts.
        
        Change-Id: I4bcfa88d11d2b92a440f6617193c6460125ce4fd
        Reviewed-on: https://gerrit.libreoffice.org/33569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [b98811106b3c657b0147c8cb7988899e2ed6ba54]

        use rtl::Reference in OImageControlModel
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: If0e1380815e93015249cc19bc66b40befbfab50e
        Reviewed-on: https://gerrit.libreoffice.org/33570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [a49cbc58933c30d82bab458f2ed5af622bea4690]

        loplugin: unnecessary destructor test..unotools
        
        Change-Id: I1fd8a3f39b875d1920759f42e37f4c9d6785d62e
        Reviewed-on: https://gerrit.libreoffice.org/33573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [788368633a19bb605fd36ae413d1d70bfc0de875]

        loplugin: unnecessary destructor sw
        
        Change-Id: I27dcd289177bd6a63f07d75fb3cfd5c14fa2ee9d
        Reviewed-on: https://gerrit.libreoffice.org/33572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  jan Iversen  <jani@documentfoundation.org>  [fc68a2677006467455eb064c1ddc3666a660af7c]

        gbuild-to-ide finalized split of maintained code
        
        Added "testIde-ide-integration" to allow test of new vs2013 generator.
        
        Change-Id: Ia7d286f06e287ce97faa0a262ee4f93172d4ed28

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [13aa595069250cc4b52ff4795a90317b2e9f50f0]

        use rtl::Reference in Model
        
        instead of storing both raw pointers and an uno::Reference
        
        Change-Id: I93871eaf9807d0fa846a4e1090d7ee7b1db01c5e
        Reviewed-on: https://gerrit.libreoffice.org/33571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Caolán McNamara  <caolanm@redhat.com>  [068edb65b1dce375223d8642a01b07db3948ac03]

        Resolves: tdf#104153 crash on drag and drop pivot table field
        
        now though sometimes it doesn't get removed at all, so a band aid
        for the moment
        
        Change-Id: I6ccbbe51fe9250af0f85c30a9d253269a18df457

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [aee1d799bebe6a492fbc54fec96270e441ccbc64]

        Make test work with older Clang
        
        For some reason, e.g. Clang 3.8.1 doesn't evaluate std::strlen here (though it
        apparently does in other places in this file).
        
        Change-Id: Ib2b7dcc1d7b6ae47ef285bd2edb65e399dc11b79
        Reviewed-on: https://gerrit.libreoffice.org/33547
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [00424a277b5a92bd71f78103049850ae966be626]

        loplugin:dynexcspec
        
        Change-Id: I5e30befa9338bfd72e237e2bdb7c157526d32b85

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [9f5c54856fe24f5ada639f7eaff2cfbf744c8cfe]

        loplugin:useuniqueptr
        
        Change-Id: I5091c2b4550dee1f0b602a5337e17fe78b9d07f9

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [6a16775c7828358ba0bf6ecdbd785991c06036f7]

        loplugin:useuniqueptr
        
        Change-Id: I1fa141ee0d8d818f3ed5b31faa1ac578ba791e39

2017-01-26  Stephan Bergmann  <sbergman@redhat.com>  [9f80fceaa2ed360ef39710eefa5d00f2ad57a718]

        loplugin:salbool
        
        Change-Id: I9c34c84d14084e84ab7d9fda78955cf2aebaf5dc

2017-01-26  Bryan Quigley  <gquigs@gmail.com>  [424897ba348093ab1697c676a3e44b9060c5b2da]

        Stop working around broken IPv6 site
        
        This basically reverts 324212ce01c10a8811d25c95d1ae6a83d8214f3d which
        forced wget to only use IPv4.
        
        dev-www.libreoffice.org's IPv6 support was broken for a while.  It
        appears to be back to working.
        
        Change-Id: Ib235ddd5719089eaf9d4559bd913571fc46069d1
        Reviewed-on: https://gerrit.libreoffice.org/33558
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [26273f1c5522e6cccd4acd5e1523b28b277b7331]

        fix useless assign
        
        typo from commit a599196064003b724c8ffe3144b77292a4082df3
        Date:   Mon Sep 30 14:38:41 2013 +0200
            covnert sc/source/filter/inc/namebuff.hxx from String to OUString
        
        '=' should have been '+='
        was 'aScAbsName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "_ABS" ) );'
        
        Change-Id: Ic9c6dcd5c7871c35ae44e6be0f8314d073a863b3
        Reviewed-on: https://gerrit.libreoffice.org/33556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9c4c20367dd5b74c4302f9bf71030c23c8c49144]

        remove unused operators
        
        Change-Id: Ic35d2071e844235bb755226c55d1e4bbbda4876c
        Reviewed-on: https://gerrit.libreoffice.org/33555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2640ec898a043c42f62a46f8381cb43cb33d91c2]

        NameBuffer is dead
        
        all getters are gone since
        commit 96d44c9b077a6cc8068067a795dc63248ab90fea
        Date:   Wed Jul 22 10:20:03 2015 +0200
            loplugin:unusedmethods sc
        
        Change-Id: I26b1ac6b24680d0a6045e9a93d40fbbd2caa6a4b
        Reviewed-on: https://gerrit.libreoffice.org/33542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d172a803054801ff42296c65cfca844ad5e8f6b]

        use rtl::Reference in SmGraphicWindow
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ib84809bee35c01fb590439174740d92bf4cd54bd

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [f025255bf66394ec168ae4cfc4d048c202800d16]

        use rtl::Reference in SwXAutoTextEntry
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I52c8827446d999d0a34b91ab17c056d4237d71a7

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [12ff6d6c35f84f4e57e59274049b7ece4e3d0a37]

        drop unused param from SV_DECL_PERSIST1 macro
        
        Change-Id: Ie1a0a49effc2d88a4d57cf0e5f3608c6bbf4afb6

2017-01-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [1480a2d05aff1eb6984882aacf39570b6b78a5d5]

        add 'explicit operator bool' to our reference classes
        
        Change-Id: I91cfbe2646dcc55b98d2b809c49c9ea073f54f58
        Reviewed-on: https://gerrit.libreoffice.org/33517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b41186a2fc49e440890b8c86e5367352ffaf9cd6]

        tdf#103927: Share single standard VirtualDevice instance.
        
        To avoid creating excessive amounts of VirtualDevice instances. Also,
        since we now have VclPtr, we shouldn't need this bOwnerOfRefDev flag.
        
        Change-Id: I97a6f553a178b32bc173b83a6716185d126f97e1
        Reviewed-on: https://gerrit.libreoffice.org/33508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-25  Tamás Zolnai  <tamas.zolnai@collabora.com>  [326729ce54de5296cb2a673ae88d2befa3e245ef]

        tdf#105520: "Selection Count" does not appear on Status bar when selected
        
        Change-Id: I6ade03b39aeafffa08cfbfcca4739cfe5a73d4ac
        Reviewed-on: https://gerrit.libreoffice.org/33561
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [3d92c34d0a4db27435458e0f3dd50709622388a9]

        Resolves: tdf#94457 our EmfPlusSetPageTransform is malformed
        
        we write a single short, resulting in a record of 0x000C in length MS-EMFPLUS
        spec has EmfPlusSetPageTransform as 0x0010 in length because we're not writing
        the 4 byte PageScale value.
        
        the previous pageunit unit we are writing is of value 1, which is
        UnitTypeDisplay, the same spec says...
        
        "The unit of measure for page space coordinates, from the UnitType enumeration.
        This value SHOULD NOT be UnitTypeDisplay or UnitTypeWorld"
        
        and footnotes that with...
        
        "Windows never writes those values to the PageUnit field, but they are accepted
        with undefined results."
        
        Change-Id: Ic8b5ec463b59aab28ae9897947dfcdbd35b22048
        Reviewed-on: https://gerrit.libreoffice.org/33548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [88a3b62194d07bb64bfd2fc186097441dc93dfa3]

        ofz: xpm parser is too slow
        
        and keeps timing out on documents, this takes my example pathological
        case from a callgrind cost of 40875 to 1292 million, and as a side effect
        rhbz#1051121-xpm now look right
        
        Change-Id: I840705007acf329579f270c390328f80190c19e7
        Reviewed-on: https://gerrit.libreoffice.org/33532
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [6db2027647b2a6a5517bd0e8f958bb6865d4ecb0]

        Updated core Project: help  7b98ed0680a6573ec9b5710ffceeac8df60e684e
        
        Basic: remove ^M
        
        Remove ^M characters at end of line
        remove tabulation characters
        
        Change-Id: I96345f88c732ad5c40a6143437cccf064aca0738
        Reviewed-on: https://gerrit.libreoffice.org/33387
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-25  Michael Stahl  <mstahl@redhat.com>  [68f7be01a78a5bad56ddd94c04764131676d6cc0]

        sw: revert ToX hyperlinks to LO 4.3 behaviour
        
        Commit 94b296d5416dd71d721ad16216b50bce79e3dc04 changed this to
        potentially insert multiple overlapping hyperlink items.
        
        Unfortunately Writer can only have one RES_TXTATR_INETFMT on any given
        position in the paragraph, so the hyperlink hints inevitably overwrite
        each other.
        
        Revert this to do it the same way as the old code in LO 4.3 did: match
        the last unmatched link-start with the first link-end, and ignore all
        the link-start before the matching one, as well as the link-end after
        the matching one.
        
        This should prevent surprising formatting changes on index update,
        including entries spontaneously turning green, and there is no reason
        why the result of the new way is objectively better than the old one.
        
        Change-Id: I55be9c212c473908428fa8bd6487d136343fe852

2017-01-25  Michael Stahl  <mstahl@redhat.com>  [4a43ffcef946067c5b3992a00c765a36804a194f]

        sw: stop swapping start and end position of links in ToX
        
        This causes:
        
        sw/source/core/txtnode/thints.cxx:3198: +SwpHints::Insert: invalid hint, end < start
        
        Change-Id: I933c790127ab1469bb57c4d288dbb49be16ace19

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [700470577f62f569a5e81c7b446167f8d9c7b7cc]

        Remove junk
        
        left over from 232c0fb700efd31eff8cfee896437c481582ed0f "#115784# idlc: fixed
        commandline option processing."
        
        Change-Id: I41f81b1223cf72c0fcf8e84cdc7016e3aebf0c9d

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [e9c17354d3cfb4f808fa2092ffcb3b9de7654dee]

        move Image ctor variant with mask color to callers
        
        Change-Id: I81a52aeb855edca823881360831b26e252780053

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [499370e598fdf898a21ccd26544213cf9cc939fa]

        Remove unused macros
        
        Change-Id: Ib3f8f6cde75b6a605052a3d941380ab27db0f326

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [03c0a7fe18a60d2bd5c7e650ccb7dc1a687c8a2c]

        Fall back on o3tl::make_unique for now
        
        Change-Id: I58f688004804aed8b749b72caaa53afc06387ec7

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [337dc6253537c30aaf3e619700c139e35beb8bbd]

        Missing include
        
        Change-Id: I60177c2b10b973e9c8f09ea7c71d44df08e50cc4

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [d97bdf10d2654851d69a726b659d68eba3d9076e]

        Avoid calling log10(0)
        
        ...to avoid UBSan reporting during CppunitTest_sc_addin_functions_test:
        
        [...]
        > Testing file:///data/sbergman/lo-san/core/sc/qa/unit/data/functions/addin/fods/imabs.fods:
        > warn:xmloff.style:14186:1:xmloff/source/style/xmlstyle.cxx:300: Here is a duplicate Style
        > scaddins/source/analysis/analysishelper.cxx:949:37: runtime error: value -inf is outside the range of representable values of type 'int'
        >     #0 0x7f77717d11d6 in sca::analysis::ParseDouble(char16_t const*&, double&) scaddins/source/analysis/analysishelper.cxx:949:37
        >     #1 0x7f77717e39e5 in sca::analysis::Complex::ParseString(rtl::OUString const&, sca::analysis::Complex&) scaddins/source/analysis/analysishelper.cxx:1690:10
        >     #2 0x7f77717e317f in sca::analysis::Complex::Complex(rtl::OUString const&) scaddins/source/analysis/analysishelper.cxx:1664:10
        >     #3 0x7f777167fa79 in AnalysisAddIn::getImabs(rtl::OUString const&) scaddins/source/analysis/analysis.cxx:912:19
        >     #4 0x7f78148bd16a in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5
        >     #5 0x7f78148b6b70 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13
        >     #6 0x7f78148b3894 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13
        >     #7 0x7f7772bdd096 in stoc_corefl::IdlInterfaceMethodImpl::invoke(com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) stoc/source/corereflection/criface.cxx:697:9
        >     #8 0x7f7772bdf45a in non-virtual thunk to stoc_corefl::IdlInterfaceMethodImpl::invoke(com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) stoc/source/corereflection/criface.cxx
        >     #9 0x7f77d3c63f17 in ScUnoAddInCall::ExecuteCallWithArgs(com::sun::star::uno::Sequence<com::sun::star::uno::Any>&) sc/source/core/tool/addincol.cxx:1466:31
        >     #10 0x7f77d3c631da in ScUnoAddInCall::ExecuteCall() sc/source/core/tool/addincol.cxx:1444:9
        >     #11 0x7f77d484504f in ScInterpreter::ScExternal() sc/source/core/tool/interpr4.cxx:2999:19
        [...]
        
        Change-Id: Ie31d6374bdac3ae11784d925011c5a67802cdf56

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [16bf916eee4148d66a13323aa69c1bb272c3219e]

        Pass gb_VISIBILITY_FLAGS into external/breakpad
        
        ...to avoid UBSan (on Linux) reporting a ODR violation between
        google_breakpad::MinidumpDescriptor::kMicrodumpOnConsole (workdir/
        UnpackedTarball/breakpad/src/client/linux/handler/minidump_descriptor.cc)
        defined in both the crashreport and sofficeapp dynamic libs.
        
        Change-Id: I686a6e2041c70f0aa17a774d705dc71d95d20183

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [1337932c038d0a0f689e59de7c8ffd272dbdafa4]

        fix index widget control positions on first view
        
        Change-Id: Ic70006d65100b0ed8b337d43ff81577fb4579192

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [f08d33f87799848597e2818cd5e173ab3fdc510b]

        use a std::unique_ptr
        
        Change-Id: I1ab99995e35714d6ef3358400b0805723c44678c

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [160e11fed1ebc4df8e3ce0afdb636ef42e5b54fe]

        valgrind: fix leak
        
        since...
        
        commit e94d5233dd7939c54eb52fff456e817cecdf0a4c
        Date:   Fri Mar 11 06:43:06 2016 +0100
        
            work on sane lifecylce for SfxFilter
        
        which removed "delete pFilter" though it was
        pMediumFilter which was in question in this method
        
        Change-Id: I598dd44a8498ebd6b3e63d1c89147bee5ab3bb55

2017-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [cbc84a6599c08e5c79e544212c69c6946d0cdbf0]

        tdf#105502 sd increase font size: handle table selection
        
        In part of a table shape is selected, then only operate on the selected
        cells, not on all of them.
        
        Change-Id: I3a9ba2b99bcaa2e355b6fcdafdd142d4a809bce6
        Reviewed-on: https://gerrit.libreoffice.org/33524
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-25  aleksandar-stefanovic  <theonewithideas@gmail.com>  [6310fa8a70db81334b710b06377e20b4ecb378da]

        Replaced empty spinner with the document title
        
        Replaced empty spinner with the document title in the Main (viewer)
        activity. Had to edit the themes to not disable title, and edit the
        manifest to make the desired activities use that theme. If the theme
        is set in the "application" tag, it will apply the theme globablly.
        Also cleaned up and tightened the ToolbarController.
        
        Change-Id: I5099860787b5f84d01c98c5e53ade519c2f89cc4
        Reviewed-on: https://gerrit.libreoffice.org/33306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [39ced315aa6c49ea233e774a6a834df4823a1ed9]

        return early
        
        Change-Id: Ia8504fdbc952b1e116bdca135a063d4d98be92be
        Reviewed-on: https://gerrit.libreoffice.org/33531
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [13a9b2045727597c1ab6fa1dc01393b1a73ef280]

        appears to be a missing break here
        
        Change-Id: Ifb04133b1946303879bf860003749996512bec91
        Reviewed-on: https://gerrit.libreoffice.org/33530
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-25  Eike Rathke  <erack@redhat.com>  [0367acdcc59e14b0b067976a08202e8afef0ecf3]

        Resolves: tdf#105351 pass matching index key to conditional format dialog
        
        Change-Id: I9d872140755c4ec0ae67349530b00f339057a356

2017-01-25  Mike Kaganski  <mike.kaganski@collabora.com>  [ff4f48892aca8de695709132fdeb099809db8b55]

        tdf#105511: Unit test
        
        Change-Id: I1b988ca629bc93ff7d29c396d463f2967ed99b54
        Reviewed-on: https://gerrit.libreoffice.org/33512
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [d5cd223c48667770eeec3ef18c8b1b29d8ba564c]

        loplugin: unnecessary destructor svx
        
        Change-Id: I7feed30eea4f7367943fa2d6e0d75be5ca209068
        Reviewed-on: https://gerrit.libreoffice.org/33516
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Michael Stahl  <mstahl@redhat.com>  [3e6042c2ce4613f5f200739b5842d4e38e8ec54a]

        sw: config item "OutlineLevelYieldsNumbering" has no effect
        
        ... since CWS swqbf90 in 2005, so remove it, except for the
        entry in the property set.
        
        Change-Id: I5f82d1957a15bf5141108ac9821b813dd36f1995

2017-01-25  Michael Stahl  <mstahl@redhat.com>  [efb7aab30686bd1b6355b684b0ef500aa6f55667]

        sw: UseOldPrinterMetrics setting is dead
        
        Change-Id: Ib988c5a842b8eb1c3d1d24261e8f30a5d042ffd8

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a87bf1b693fe44ffdc3b773ee0244bbf1bdeda3]

        use rtl::Reference in SdLayer
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Id608c50cb4cb3a7cf7ad972303a3c5f9fc8e79b0

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [58868eb9edb819db1684ae04988a77897c62ab59]

        loplugin: unnecessary destructor svl..svtools
        
        Change-Id: Ie96dda7194c83ba88693f8c91899c732d704a4bd
        Reviewed-on: https://gerrit.libreoffice.org/33515
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Justin Luth  <justin_luth@sil.org>  [0e726874b4bd111f84483f4a4f6592c8ecec6112]

        uiwriter: unit test for tabOverMargin
        
        related to tdf#35021 and n#793998 to test
        the tab_over_margin compatibility setting
        for doc and docx.
        
        Change-Id: I00f932957b59a7ff1a55e69f4fdfae4fc1d17163
        Reviewed-on: https://gerrit.libreoffice.org/33278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-25  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [8154953add163554c00935486a1cf5677cef2609]

        ScXMLTableRowCellContext implements fast interfaces:
        
        Implementation of fast interfaces for contexts in path from
        ScXMLImport::CreateFastContext to ScXMLTableRowCellContext.
        FastParser is enabled and duplicates are avoided at all
        possible places.
        OOoXML filters still need those legacy paths we removed,
        so I had to temporarily map them to fast elements, which
        would increase their load time, but hopefully it should
        help us in the long run.
        
        Change-Id: Ie997a9a8b72787da2356abc99ea2cd57c2e5b670
        Reviewed-on: https://gerrit.libreoffice.org/28648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-25  Eike Rathke  <erack@redhat.com>  [657eea01046c7f39ee8ca4545241372177385946]

        Resolves: tdf#104675 ScConditionalFormat ranges needed to start listening
        
        Conditional format manager dialog holds a cloned list of
        ScConditionalFormat and sets that at the document on OK. The ranges of a
        format need to be set before ScFormatEntry/ScConditionEntry are added to
        start their listeners.
        
        Change-Id: I903553b1f6a8298838ee8753315a6ea263b29b08

2017-01-25  Eike Rathke  <erack@redhat.com>  [81845445de26111eb0b7e30f45b3708389fd76cf]

        ScFormulaListener: do not start listening to clipboard or Undo docs
        
        Change-Id: Ic00e30eccc64cc85ee877572ef8df042899f45f5

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [2608523b69fd6f1d888a74674a6ec795b4ad3aad]

        loplugin: unnecessary destructor sfx2..store
        
        Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf
        Reviewed-on: https://gerrit.libreoffice.org/33514
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb55ffa649e73eb12e8edf79950a2494ac5e94b1]

        sw: various small cleanups
        
        Change-Id: I1eb56649fb9913cb32397c1ef49634a0d202f1a1

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [19663d39f400dac3682228f3f0146807bbbebe74]

        Resolves: tdf#104598 make bright theme shadow the same as it always was
        
        The shadow color was originally set via StyleSettings::Set3DColors taking the
        background color as the input, and doing DecreaseLuminance(64) on it to make
        the shadow color
        
        So, continue to follow that mode if the "dark shadow" is darker than the
        foreground, and IncreaseLuminance the equal amount the other direction for dark
        themes.
        
        This way under a dark theme the problem of impossible to see rulers of
        tdf#90214 is still fixed, while the bright theme colors are the same as they
        always were, which avoid the wearing-on-the-nerves "regression" problem.
        
        Change-Id: I33133ff180ecadce3a14ee45bd33db73c56c0225

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd28eb89d779091fafba0cf6c39a75498d4eab22]

        use rtl::Reference in SwView_Impl
        
        instead of storing both raw pointers and uno::Reference
        
        Change-Id: I75fbb279c5698a1d29b989a03c7daf5d279e869e

2017-01-25  Tor Lillqvist  <tml@collabora.com>  [907a9ce8b8c0d2fe8564e3bfab8dcbd4347f916d]

        Bypass some lines that cause problems with Clang 3.8.1 at least
        
        Change-Id: I05202ee6b2f083e8aacf0a2a8f8d7b8b361a5df8

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [da1b98197a020fdebac0084a7c8200191a9c00de]

        embedserv/source/embed/xwin.cxx is gone
        
        ...since f2abfdb94e111ba551bb97ec06fa5b57be3f6299 "embedserv: convert to gbuild"
        
        Change-Id: I932da3595e0d7150ef320c2fa892ea8d5286991c

2017-01-25  Caolán McNamara  <caolanm@redhat.com>  [f6c465bc8e7583a8321f5c881cb008b980e0e3fa]

        ofz#463 unable to mmap
        
        Change-Id: I509faeda019f42bbe7cdc5fc249f2ea2076bb702
        Reviewed-on: https://gerrit.libreoffice.org/33519
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-25  aleksandar-stefanovic  <theonewithideas@gmail.com>  [96b2aa3f820f4cc65904195cde12e305434a732c]

        Reduce usage of memory-leaking Context object
        
        Huge refactoring of the methods to use the passed instance of the
        Context object instead of using the static one. I couldn't completely
        remove the static object, because it requires restructuring of the
        workflow so that it originates from the activity, and not from some
        other random place. The way it was refactored is:
        
        1. Find a place where the static object
        (LibreOfficeMainActivity.mAppContext) is used.
        2. Add a LibreOfficeMainActivity object to the method signature.
        3. Repeat the process with a method that calls it, and repeat until
        the LibreOfficeMainActivity object isn't available, so that it can be
        passed through all the methods, to the place where the static object
        was used.
        4. Replace that static object with the parameter of the function.
        
        The commit looks pretty huge, but it's basically just the simple
        refactoring explained above. The memory leak isn't completely gone,
        but this a progress towards it. Also moved the "global" objects of
        Handler and LOKitThread from an Activity to an Application, which
        is the correct place for "global" variables. Can someone explain why
        Handler and LOKitThread are used? They seem to mostly do nothing, but
        steeply increasing the complexity of the application.
        
        Change-Id: Ib2be77fa3adea94d6b7849d0e2afa90bf318d68b
        Reviewed-on: https://gerrit.libreoffice.org/33073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [d49e497a6bd07e487149d65ab63138ce4aff73a4]

        use rtl::Reference in SwXTextDocument
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I94746e7fafcc7d2206ac0c1a6481e6006421529b

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef2b4342e9f8a887bb840d8a6c875125139d433a]

        loplugin: unnecessary destructor oox..sax
        
        Change-Id: Ie12bfabc92bce04d702f3e77aa5896366e49245e
        Reviewed-on: https://gerrit.libreoffice.org/33509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168]

        loplugin: unnecessary destructor sc
        
        Change-Id: I877bc0927aff7d175c1978fdf3db55d2e048d3b9
        Reviewed-on: https://gerrit.libreoffice.org/33510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [4fabc2347c75bd09312c6d4b5c7695c26914af52]

        loplugin: unnecessary destructor scaddins..sdext
        
        Change-Id: I6ae02ad25863ec7e0f780020dbc69c9a99488c24
        Reviewed-on: https://gerrit.libreoffice.org/33511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Federico Bassini  <kurogan21@gmail.com>  [92c2c5f62d6e8962259e03424a40b6ac7ef32e7d]

        gbuild-to-ide: moduleDict targets -> all paths replaced with relative
        
        in moduleDict[<module>][<target>] all absolute paths are replaced
        with a relative path:
        -include/libs relative to core(contained in json) directory
        -json objects, makefile, relative to <module> directory
        
        Change-Id: I5dd64942c2a4d6fc2f01037ee7417de91c41906a
        Reviewed-on: https://gerrit.libreoffice.org/33506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [96def52140ddcf7f72afb4362567f60425fa9f16]

        move GetPosByValue from SfxEnumItemInterface to SfxAllEnumItem
        
        which is it's only use-site
        
        Change-Id: I35943282ad4f5fd5ad297831d63e8abee9a2ddff

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [857b403f78c3b2428ea357fe2d1c69522087f3f7]

        -DOPTIMIZE appears to be unused, since forever
        
        Change-Id: I56c91974a27cf100bc0faa1b009f4bf6358b47f5

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [236f69e710b1ce00a68d25c26da82724c658b0d4]

        Minor loplugin:stringconstant improvements
        
        Change-Id: I0b39526c0f0854ddbb29e77ece303cf2bdd842c4

2017-01-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a7ecbbec9eefdc90cd5ea086954ba6bf8f694433]

        cleanup css includes and using namespaces
        
        Change-Id: I29c3f89c50f858ff4592d0058f15d856de465d77
        Reviewed-on: https://gerrit.libreoffice.org/33490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Mike Kaganski  <mike.kaganski@collabora.com>  [f26bbdb386f9e66b1a154d0589b1a446ea2dd8d5]

        tdf#105511: use LO language settings to set default RTF language
        
        ... when file containd ansicpg0/cpg0
        This allows user to change this setting and get proper document
        language. Similar technique is used currently for DXF and WMF.
        
        Change-Id: I884a973d98384c92d45a1d2e19720ffe3e6aa20d
        Reviewed-on: https://gerrit.libreoffice.org/33505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-25  Stephan Bergmann  <sbergman@redhat.com>  [999183f7fddd69903e028a35caa6ff85e255f13e]

        Default -ferror-limit=20 doesn't make sense for CompilerTest
        
        Change-Id: Ic535de878c17749cdb2e7a6eadeb27dd2194810e

2017-01-25  Takeshi Abe  <tabe@fixedpoint.jp>  [6d898945d57b53b862c41a3adbd0d4eddd8dfbcd]

        Fix typo in comments: relativ -> relative
        
        Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09
        Reviewed-on: https://gerrit.libreoffice.org/33488
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [3cda5ffdda64eff9282450816334d18f7aa015bd]

        use tools::SvRef in ScSpellDialogChildWindow
        
        since it is a ref-counted object
        
        Change-Id: I14a2c666a8fe8ab0ccb55f91f7573e7d3c8caf47

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [244677ccf72cfbd778e297f2b464df8df56027c6]

        use rtl::Reference in SwChartDataSequence
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I828ad411c989f14a9175ab173f1a4fe75fed535f

2017-01-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [b4adb0c533cc99633f360cb12014aa35599d943a]

        loplugin: unnecessary destructor forms..idlc
        
        Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054
        Reviewed-on: https://gerrit.libreoffice.org/33492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c98339f7523db93ff8064282c19ab285d80612a]

        uitest: some pep8 fixes
        
        Change-Id: Ib889604f1b6d11e874c27fb5d2757a792a687366

2017-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21248f909e890df8ad50a0d9c18876125bb12c90]

        uitest: document more UNO helper methods
        
        Change-Id: I941f5ba20a7e3176e8d9f5f64c64ada6551d533a

2017-01-24  Federico Bassini  <kurogan21@gmail.com>  [c3580d08a6dded99f67c4a126b9b9c8fb08b26b8]

        gbuild-to-ide: replacement of the code
        
        this patch do 2 things:
        1a) create class testide, a duplicate of
        VisualStudioIntegrationGeneration to work on it without touch the
        real one
        1b) place xcodeintegrationgenerator under testide, and under this
        last one all of generators that work yet
        
        Change-Id: Ib678134678ed19de9dcd9d1f47e8e7c16ae59f74
        Reviewed-on: https://gerrit.libreoffice.org/33495
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-24  Xisco Fauli  <anistenis@gmail.com>  [efbbf4a7950a63b771877f5e9fc98acb174d55ed]

        tdf#105466: Add uitest
        
        Change-Id: I21ba4b716b3b7d2c1c23db816701331ba462b379
        Reviewed-on: https://gerrit.libreoffice.org/33494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-24  Tor Lillqvist  <tml@collabora.com>  [31e12a9e639e708f503f4db71b8549a7426c2394]

        Move two include files to oox/inc as they are used only in oox
        
        Change-Id: Ie13614c1977f45aa8086f4db65ca86b7d9212735

2017-01-24  Stephan Bergmann  <sbergman@redhat.com>  [09768d8ee4099907569bb27311eb35377fcde5cc]

        Use proper check for FunctionProtoType
        
        ...as at least MSVC SAL_CALL-annotated functions have an AttributeType wrapped
        around the FunctionProtoType.
        
        Change-Id: Ic085e2e3649e6b2fc8ca380047133a8edbe20589

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [e2eaaa8a578fff5770a99e3f8ee2a7c95c460891]

        Resolves: tdf#104552 table properties dialog drops previous border color
        
        Change-Id: Ie39ea17fe56cc88efc65f6916aaeb1bd1b77c51f

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [c5df32e5cb6ef9727e566541d6cf29dbd5c32602]

        loplugin: unnecessary destructor jvmfwk..lotuswordpro
        
        Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37
        Reviewed-on: https://gerrit.libreoffice.org/33496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [d92b12604b644195328b89cb9355cd4fc4bc3e2d]

        tdf#105467 new color widget doesn't support XStringListControl
        
        so this threw and mangled the dialog. New color dialog doesn't need
        to be told the name of colors, it figures that out itself.
        
        Change-Id: I89382b6b26312fc90c967620c654ea611cbd9616

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [e3bd10f8d5c7750dd0a700f738f4713519cde118]

        adjust the hide of the zoom so its dynamic on docking/undocking navigators
        
        Change-Id: I525d0abf5618ffc2f614857a29e530f7140c0de7

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [b37ac48935621fcc7b71f81a8b892f24e85e5b6f]

        Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when docked
        
        Change-Id: Icd346cdf0a208ccaeddd77e6803f4f906361324c

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [25a10ae68effd9b80b0023a86e8f8c6e74697be6]

        add psd fuzzer
        
        Change-Id: I8969e9f5020a6c1957b7f326e5dcca52915ddd4f

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [ecf852299b71a678d084cb93f6b37b9df5dd61cb]

        coverity#1242895 Untrusted value as argument
        
        Change-Id: I1f0d8aee19d2723861aa70f31176db08299cd9b9

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [84568fa10a0aaff14b87f725604704f1907dc2e3]

        coverity#1399021 Unchecked dynamic_cast
        
        Change-Id: I3befc9be20f8d414ec786f1a94f1f85ce94fb44b

2017-01-24  Tor Lillqvist  <tml@collabora.com>  [dda1c7b6fabbda4cf40c21b5fb8cb30f7c1f0743]

        Drop incorrect "artistic" prefix from some token names
        
        Apparently copy/paste mistakes in the
        642a252cf1a2f1d08c4bbfcae15527bb82c7664d and
        21d4cfe19e2796ebf89c408e292c4473924b2bc4 commits from 2014; most of
        the picture effect type tokens added in that commit do have names that
        start with "artistic" but not all.
        
        Does not break any unit test. (Does not fix the bug I am investigating
        either, though.)
        
        Change-Id: I2c3bb7243e1feaa3fa949b58d3acf34825d6987b

2017-01-24  Tor Lillqvist  <tml@collabora.com>  [c0ee5231c9d7a3186fe39e0955320b2bf14f0e50]

        Probably makes more sense to return DONTKNOW if the element is DONTKNOW ...
        
        ... and not the namespace token without any element token ORed in.
        
        DONTKNOW is what the two callers look for.
        
        Does not break any unit test. (Does not fix the bug I am investigating
        either, though.)
        
        Change-Id: Ibd75ee06797d7b62476d4bf2302338b2bb3266d4

2017-01-24  Takeshi Abe  <tabe@fixedpoint.jp>  [d8aa4503966e2c8882c238a1a30c05b72bdf6f68]

        tdf#105382 Set URL-decoded default filename for minimized presentation
        
        See mailing-list thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-January/076702.html>
        for a discussion on the original presentation file's URL.
        
        Change-Id: I51ccd7672513118f39518c4ed21902de16b2298f
        Reviewed-on: https://gerrit.libreoffice.org/33261
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-24  Stephan Bergmann  <sbergman@redhat.com>  [80cec5faa5c69d4cf01dd7fc8a7e0dc1ed6f73ae]

        AccStatisticsObject is apparently dead code
        
        Change-Id: I4e04b13538d1242ea38d1400df0ced813171bc5e

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [26f6dadb4f8570d609557c004384a509d570b518]

        manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContext
        
        ScXMLTableRowCellContext
        
        Change-Id: Ia624e971f31cc517f65b6ae15729476cea091d86

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [a3fe4ca1b1ac5262268da456f7260f8de6de0ba1]

        just build the hunspell lib, not the rest
        
        might hack around link failures of the hunspell tools under arm
        
        Change-Id: Ib5db702c2898e909e2bb91f4c4bc6b91bd08f47b

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe2164949b38a7f73883dbdcb3271b94e5c81744]

        teach unusedvariablecheck plugin about SfxPoolItem subclasses
        
        which can all be treated as SAL_WARN_UNUSED
        
        The eehtml.cxx change probably fixes some CJK/CTL bug somewhere
        
        Change-Id: I6852129540f316075aee907971ac19418d71dd9a

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d7c589d502fb7f0d874c13e30011ca33a3fb6e4]

        loplugin: unnecessary destructor cppcanvas..filter
        
        Change-Id: I009cdd60869a67d210edf879ddb451663a7b8676
        Reviewed-on: https://gerrit.libreoffice.org/33491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [04e5d7a6140295cd73ca92449d6f6783b6d8fd04]

        can use memcmp here, for hopefully a little import boost
        
        Change-Id: I5084eff570a66cc2596b400cbb83d1eb24889f0b

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [a8f67df121a16c72c521d91c3d9268089f961d99]

        return early
        
        Change-Id: Ic95f968bcd7acdde170a1128a512f03f77e334cf

2017-01-24  Stephan Bergmann  <sbergman@redhat.com>  [d63b767c699e1658516c2a4514e4f0461ae29dd2]

        loplugin:useuniqueptr
        
        Change-Id: I502ebf4024cd9b0ee61d58d6b6a8e342c7ceac08

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [f0b38738d82dbbc11e9507ee79339cb6563efaa1]

        Related: tdf#105426 upgrade to hunspell-1.6.0
        
        Change-Id: I275222d1a7d78cbfb1ca046562fc8a3c314b0fae
        Reviewed-on: https://gerrit.libreoffice.org/33454
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [44cb1d16f265565d6f77184f7c0d828d3d278dbf]

        tdf#104334 DOC import: don't map STYLREF with switches to SwChapterField
        
        Commit d635b351849b8b576c907abf22500d0fa89ab54f (tdf#99100 DOC import:
        handle subset of STYLEREF natively, 2016-04-06) started to import the
        STYLEREF field code as SwChapterField in case it had \[a-z] switches
        after the field argument.
        
        The bugdoc has a \s switch, which is not documented in ISO/IEC
        29500-1:2012 17.16.5.59 "STYLEREF", nor is really clear what it would
        do.
        
        The original use-case was for the " STYLEREF 1 \* MERGEFORMAT " syntax,
        so just keep using fieldmarks for the " STYLEREF <field argument> \[a-z]
        " case.
        
        Change-Id: Ibd094e72be4e179c779a79a75769b599d4d9bba8
        Reviewed-on: https://gerrit.libreoffice.org/33489
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [06202a90d6857a66512e10fef771b36196fc2d03]

        coverity#1399266 Uncaught exception
        
        Change-Id: I1066fda2258e6acbbbad23256f815975564e5e61

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [b13b78a9067e069886379deec9cb3eaa1d85f91e]

        coverity#1399552 Unintended sign extension
        
        and
        
        coverity#1399551 Unintended sign extension
        
        Change-Id: Iedf7edf35f8b7985860fc254597776fbc1f561f5

2017-01-24  Caolán McNamara  <caolanm@redhat.com>  [86895c6d30d3b34375ce81e60f0db1de250f3841]

        coverity#1399550 Dereference after null check
        
        Change-Id: I4a1ba212b64c7b561f0c1b1f7f75fe255c8d1415

2017-01-24  Stephan Bergmann  <sbergman@redhat.com>  [635d4b0eb8ccdec84d78c9b1d2aa113f6250e1f2]

        Clarify some INetURLObject::setExtension behavior
        
        Change-Id: I1a9e7233b2861a3d09661a08c07d2043c9c0c3c1

2017-01-24  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6ebf8368a5cdec0d0e5a44dc5191d2b7c040240f]

        Crashdump: Make crash directory configurable
        
        Change-Id: I8106ec674080ede7072581dab2e6700040de5828
        Reviewed-on: https://gerrit.libreoffice.org/33032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [a449e0d2425fdedc02fae793a925dd0702d70319]

        use rtl::Reference in FastParser
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: I6b67a6098a3ccdce7e29ee8d601c743897032eaf

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [b1211e965aa7883b0c3fc157f6c56b48c8bb0462]

        use rtl::Reference in XFSaxAttrList
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I227ac624b03a172e10840c4d1e2c4ca0362b33a4

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd281dc6e1f3cd5e4785baeeb908a3eca25a7481]

        use rtl::Reference in AccessibleBase
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I583de7a25893baa65363aa6d3199564f63f4fa60

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [33319078e965d4597db9c7ce72ab910f3e0d4e7d]

        use rtl::Reference in ControllerCommandDispatch
        
        rather than storing both a raw pointer and an uno::Reference
        
        Change-Id: I46496da508689d82211940da765d53378f72fd7a

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [8d611dcc31ee851ddd0a3f96f1fe202ee7bb9eb2]

        use rtl::Reference in ChartModel
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I86846c2c756255eb5627a4b1e5144c41865db895

2017-01-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [12643f416102c868309ba8d082ea91726045f0d1]

        use range based loops
        
        Change-Id: I8144aa147883120cfbeacddaff0bcec486f84be2
        Reviewed-on: https://gerrit.libreoffice.org/33449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [5145f60cc9046369923fca9a336f2009c426e9eb]

        loplugin: unnecessary destructor: basctl..codemaker
        
        Change-Id: Iadcfa9bc4fe9efb8d24d6d6afaf2b9b3def0bc3c
        Reviewed-on: https://gerrit.libreoffice.org/33452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-24  Takeshi Abe  <tabe@fixedpoint.jp>  [79497f458727a0dea983847fe9d3873bf9c2e972]

        Fix typo in comments: absolut -> absolute
        
        Change-Id: I8aab9004001a9a2ddd54b4c73857b6f9c5b51515
        Reviewed-on: https://gerrit.libreoffice.org/33486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-24  Takeshi Abe  <tabe@fixedpoint.jp>  [c2850bab4f7e5700151a18d806268f2b86a25d56]

        starmath: Inline and remove SmRect::BuildRect()
        
        because a ctor was its only client.
        
        Change-Id: I31cce925231210930576bf93396f9d7aa44a5a71
        Reviewed-on: https://gerrit.libreoffice.org/33414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [4ef8740c98e6db96832191985e5cd49ca94be0bf]

        Related: tdf#105466 add a freeze/thaw to avoid interim RecalcAlls
        
        so when we are going to do one anyway, skip all the RecalcAlls
        that are triggered by queue_resize due to widgets getting added/removed
        
        Change-Id: I23104e27ce1331f660e90fdd3a28a38a4f778a94

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [0b7c1dcd149cd98136e5ed3e8e0e70255d87cd16]

        Resolves: tdf#105466 crash when changing conditional formatting condition
        
        Change-Id: Id219a7935f83acf3924e60cb1bf02311dc5c4372

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [21297dc60514396cf3ce268726939ea5fed36654]

        signs match, so don't need to cast
        
        Change-Id: Ic1a3d4816430478c77ed56b4768524147bbce174
        Reviewed-on: https://gerrit.libreoffice.org/33284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [04fafa35fc42c22dbbaf22971a170dcbc0ca7288]

        drop one of the Image ctors
        
        Change-Id: I51178fa30418136d4e5d266715d450f1c967167c
        Reviewed-on: https://gerrit.libreoffice.org/33475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [bf110d40efcc79efb9247fdce5d2f54bafa6550b]

        Change all Idle* LINKs to be Timer*
        
        Seem UBSAN doesn't like my forced reinterpret_cast to set the Idles
        Link in the Timer class. Now there are two possible solution:
        
          1. convert all (DECL|IMPL).*_LINK call sites to use a Timer* or
          2. split the inheritance of Idle from Timer again to maintain
             different Link<>s and move all common code into a TimerBase.
        
        While the 1st is more correct, the 2nd has a better indicator for
        Idles. This implements the first solution.
        
        And while at it, this also converts all call sites of SetTimeoutHdl
        and SetIdleHdl to SetInvokeHandler and gets rid of some local Link
        objects, which are just passed to the SetInvokeHandler call.
        
        It also introduces ClearInvokeHandler() and replaces the respective
        call sites of SetInvokeHandler( Link<Timer *, void>() ).
        
        Change-Id: I40c4167b1493997b7f136add4dad2f4ff5504b69

2017-01-23  Pranav Kant  <pranavk@collabora.co.uk>  [75d8b305bbc1c2377f23361ecd64816a350baa4c]

        lok: New feature flag to turn off tiled annotations
        
        Change-Id: Ie418642242ada98d4a41f30bb6cefcd57f398ef0
        Reviewed-on: https://gerrit.libreoffice.org/33472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2017-01-23  Szymon Kłos  <eszkadev@gmail.com>  [6d031e4e3a2e773380374b5b142db5f5ebcdcf79]

        tdf#102142 : disable paragraph spacing icons in the print preview mode
        
        Change-Id: Ia75581ae6fe2942d8c28892f38abda2dd425f33b
        Reviewed-on: https://gerrit.libreoffice.org/33474
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2017-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a983ad7cf9a2d1720fdf1fcfcfbbd91c67d966e0]

        gbuild-to-ide: restore exec bit
        
        Lost in commit 115797f070888cbad93656dda8fa01ec6c98a3f5 (beginning of
        support for CodeLite in gbuild-to-ide, 2017-01-19), probably
        accidentally.
        
        Change-Id: I641ba0b5e2960ff9b98403bd6379608f3e452c9c

2017-01-23  Pranav Kant  <pranavk@collabora.co.uk>  [18fe7c8687182a1c5e6e497ec433d57b010d2e55]

        gtktiledviewer: Make edit mode the default one
        
        This is a testing tool, most of the time developers want to do
        something with the document to test some functionality, lets keep
        edit mode on by default and save them a second.
        
        Change-Id: I61bbd2b85054b7ebdd14e69ca170674e260368e5

2017-01-23  Aron Budea  <aron.budea@collabora.com>  [bb50474225f80b8aeea49f14ad66173462026a41]

        tdf#100151: Dispose of window if DX device creation failed
        
        Before, if the device lacked Direct3D capabilities, VclPtr
        handling became compromised, and caused a crash. This was
        particularly a problem in virtualized/remote desktop
        connections in Windows.
        
        Now mpWindow instance is disposed of right away if DX
        device creation fails.
        
        Change-Id: I639340380affdb31a93ce6dccd8df33a0a466df6
        Reviewed-on: https://gerrit.libreoffice.org/33413
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-23  Rohan Kumar  <rohankanojia420@gmail.com>  [30672569d5576e86ea47e92c8bcb40416ebadd7c]

        Remove aTransitionSubtypeOutMap and aTransitionTypeOutMap
        
        reverse mapping can be done at run time
        
        Change-Id: Id04688ffb62cfa494d0eeaf6b73feb5ade58d53c
        Reviewed-on: https://gerrit.libreoffice.org/32903
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-01-23  Stephan Bergmann  <sbergman@redhat.com>  [c010fe8e5eb781899d77ac18ce6c2c4b74f6fcfd]

        loplugin:useuniqueptr
        
        Change-Id: I510731d7364a9fb670782a743cdefc4582e8c593

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a90a4810aeefbad270978ade194ced3b09d50449]

        loplugin: unnecessary destructor: comphelper..desktop
        
        Change-Id: I9df4cb6a4b1734dac6141d6b0ee7a09e3e05f92e
        Reviewed-on: https://gerrit.libreoffice.org/33453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6d9e4803806d1474039e25092a3c1ee268b0b9f8]

        curl: upgrade to version 7.52.1
        
        - fixes some four CVEs
        - and a ton of other fixes & improvements
        
        Change-Id: I2312f30f72c914c7e930c59ddbe44fb8a282c0a5
        Reviewed-on: https://gerrit.libreoffice.org/33471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-23  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [84e87423c182ec78aba4eb108355906a0d2f0096]

        tdf#105348 add check for divide by zero situation.
        
        Change-Id: I339997870a7983d829a8909d2b3da7b3ab03f58d
        Reviewed-on: https://gerrit.libreoffice.org/33098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [abc8057ab1a1189ff7f88d42b13b363ceb228d16]

        pass ownership by pointer
        
        to show the intend of the code.
        
        assert on invalid objects.
        remove useless OSL_ENSURE.
        make sure list of owning pointers can't be copied.
        
        Change-Id: I3cccf8ea87585ec9fe62921203a4d12e617ce15c
        Reviewed-on: https://gerrit.libreoffice.org/33393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-23  Olivier  <olivier.hallot@libreoffice.org>  [5f1bc19a9a0dbdf88e11ef81cc8c2f302748632c]

        Updated core Project: help  ec3123033ab3ea3eace5dd7b53047dcd4daa4ece
        
        Add new Help menu entries into Help main page
        
        Add entries
        - User guides
        - Get help online
        - Restart in Safe Mode
        
        Change-Id: I66e426457c68613d738f49b79f3221cc19b0a7f5
        Reviewed-on: https://gerrit.libreoffice.org/33451
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-23  Mark Page  <aptitude@btconnect.com>  [f671121525b854b6776d7e0ae1ad04d50d7373dc]

        Split emfplus.cxx into multiple files
        
        This helps make emfplus.cxx more readable.
        No source code was changed, only moved except these
        renamed to avoid inheritance warnings::
        EMFPBrush::transformation renamed to brush_transformation
        EMFPPen::transformation renamed to pen_transformation
        Change-Id: I6952d6300c9c459833c2dda2b715d851b9e80de7
        Reviewed-on: https://gerrit.libreoffice.org/31165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-23  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [04f1d35e7eda2c3b178649610d609ee99342bf41]

        tdf#105238 : return error when SHEETS argument is not a reference.
        
        Change-Id: I9c93762b6bfe800d4843070fece2834d544cea13
        Reviewed-on: https://gerrit.libreoffice.org/32932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-23  Rohan Kumar  <rohankanojia420@gmail.com>  [3ce861adbe4e6f04d9d322e649fccd6cfcbd088f]

        tdf#51358 Support for BoxWipe transition in SVG Export
        
        Ported the class BoxWipe
        
        Change-Id: Iad93bfa9e414028ba842c3d43edcb8a94c15a104
        Reviewed-on: https://gerrit.libreoffice.org/32933
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1e7947401773b33a1e6072dd60ab681b2ad87800]

        tdf#48140 replace ApiCellRangeList in xlsx import (5)
        
        remove now unused ApiCellRangeList
        remove duplicate transition code in AddressConverter
        
        Change-Id: I36865fa1cfd69899d79fa6163aaa2cbba33a8763
        Reviewed-on: https://gerrit.libreoffice.org/32709
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cb71dc9d36779c32733cd0497d9d799c6608888b]

        tdf#48140 replace ApiCellRangeList in xlsx import (4)
        
        introduce replacement for ApiCellRangeList::toSequence()
        
        Change-Id: Id623b56d26c475e01a77fb12b80af8eee8cc1728
        Reviewed-on: https://gerrit.libreoffice.org/33095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [86e99f84619e9b1f9063b1c31081e51344f1cf54]

        move defines to only user
        
        Change-Id: I337cc5d58386d9fb018b5343ad76e6f8e8e61405
        Reviewed-on: https://gerrit.libreoffice.org/33448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [00aa9f622c29aecc6bb9c5ee4b3aa35a9afb095d]

        Revert "used std::map in SfxItemSet"
        
        This reverts commit 2757ee9fe610e253e4ccc37423fa420004d0f388.
        
        Besides causing a performance regression, I now notice that
        there is code in SW that relies on iterating over two different
        SfxItemSet's in parallel, and assumes that missing items are
        returned as nullptr, which is not the case for my std::map based
        change.
        
        Change-Id: I2b1110350fe4c4b74e5508558e9661ef1e1a103e

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0730ff656848f005838b10bef0cf88f5ac0ba32]

        fix ubuntu trusty build
        
        Change-Id: I9a7fa68ab69aa9e730bf1e0fb3bc0c49db5f3ef0

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a6fa02a6c77c7c1e578fb5c77d18d95571c39a2]

        use rtl::Reference in FrameSelectorImpl
        
        instead of storing both raw pointers and uno::References
        
        Change-Id: I7a9a436b0d14d4dcaa696713973b86232c8470c0

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [3bcfb690821e73e30731d9c3f33c00103f2d4cba]

        use rtl::Reference in SvxShowCharSetVirtualAcc
        
        instead of both raw pointer and uno::Reference
        
        Change-Id: Ib2ca24f24a7c4f0645daefcea3e8bf44c205a85f

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [3199cc1ab8c47cbdbf4ac039c523cc398277eec0]

        use rtl::Reference in SvxShowCharSetItem
        
        instead of raw pointer and uno::Reference
        
        Change-Id: I92eb7f5a2e710eade580af71b157b3d1eee7b79f

2017-01-23  Maxim Monastirsky  <momonasmon@gmail.com>  [6ff57262f44843ccd1f320426984b5e074e3eaf1]

        tdf#63673 Never ignore detected BOM
        
        SwIoSystem::IsDetectableText was returning false only
        because the detected line end isn't the same as the system
        default one. Instead return true whenever there is a known
        BOM or at least there is no 0x0, and actually use the
        detected line end.
        
        Change-Id: I20cc1642e7ad2e6e13dfb48c325a00c44f818f15
        Reviewed-on: https://gerrit.libreoffice.org/33404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [da55a0e5158e14c3743b186d3b1d4022a278e4d5]

        Ole10Native payload truncated
        
        Change-Id: If2c0c2788e54eb01a1b6998c81df016061a0ad6b

2017-01-23  Stephan Bergmann  <sbergman@redhat.com>  [7e5c140dd9816b30a1fa7d65200c1487d7e374d2]

        loplugin:useuniqueptr
        
        Change-Id: Ia0c8c3bb8319b5719bf63a3408d404d9adc681cc

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [936fd770facefa49019abcf30b241b694b3afac9]

        just for non exported things
        
        Change-Id: I448d0009d7c8ffec64fdab76897e8684afe7fcd7

2017-01-23  Caolán McNamara  <caolanm@redhat.com>  [aac6bb5bb3359a4c38bf77a98ac4bbdca470107c]

        ditch some empty dtors which match the default dtor
        
        Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [a0dc3972876fd3b483f1fc534d1c582d02f52386]

        Updated core Project: help  0b8b6b25fd76e0bf13929b0d45d8c611e6e28646
        
        tdf#102930 Update Mail Merge dialog help page
        
        Sync content to current UI, update bookmarks and ahelps
        There are many MM pages, this is just one of them.
        
        Change-Id: I273d5cb9d77ea5f9b3f7de23f6384fef09d607f3
        Reviewed-on: https://gerrit.libreoffice.org/33410
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [8c2ecb9847d93e2f9d2457f14ec08d1a33100e70]

        Updated core Project: help  e46d808eaeb8b704205738de88bfc3b3964e8df1
        
        Tools - Customize - Menu tab is Menus nowadays
        
        Change-Id: Id3869b626214d75262ada41f2b413d65bee6532b
        Reviewed-on: https://gerrit.libreoffice.org/33409
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [c397fb98a7ad6d8612e6f787cb7da3415e732d29]

        Updated core Project: help  2886a2b0e3f7079e25616e0f78471bc9726a950e
        
        Now it is possible to edit context menus
        
        Change-Id: Ic6d091328d8eae53e58ca37eb2cf9445513af0ca
        Reviewed-on: https://gerrit.libreoffice.org/33408
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [f5b0af29edfcf53afb70a7cb69ad75b8326e4175]

        Updated core Project: help  af3fb279286f93b06aa26c1fee5bbc8a5824145c
        
        Fix numeric ahelps on Writer Table menu page
        
        Change-Id: I12efaf77cc126c4d0db70581ae1594c10d3dc94b
        Reviewed-on: https://gerrit.libreoffice.org/33407
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Justin Luth  <justin_luth@sil.org>  [895f4bc27d518ecaa054d812fa6c24fd4301d327]

        tdf#96277 revert ww8 import: fix upper margin of floating table
        
        commit 3755c87d0426a499d4755e82d8fbc77caa240764
        mis-positions non-textframed floating tables.
        
        The patch only worked under very ideal circumstances
        that cannot be identified during import time. Lots of bug
        reports indicate real world problems with it.
        
        This is a pretty safe revert because the code only
        processes a document one time, so old documents don't
        depend on this to work.
        
        Change-Id: I3b94d27901a20e46c2f5fd4305041d1d28acf33a
        Reviewed-on: https://gerrit.libreoffice.org/33322
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [9bd6f00dfe8f71bc9de693bdcd65377ee1e891d0]

        Updated core Project: help  bc9f4bf8de06b5575f87eac6e26f8df6ba84ffad
        
        'Insert Sheet' and 'Insert Sheet from File' moved
        
        ...to the Sheet menu from Insert
        
        Change-Id: Ia46ab0331940f0485a59c199af6521f42d95f05f
        Reviewed-on: https://gerrit.libreoffice.org/33406
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [311a4eb36e96ca4b0f206e17686260f27c2f1902]

        sw: prefix members of SwAccessibleCell
        
        Change-Id: I444cd7fc523170bb7e1ee8a8041ca5a5df302226

2017-01-23  Gabor Kelemen  <kelemeng@gnome.hu>  [271931bcf414f8d4698e4a871f4e71c9a68a2196]

        Updated core Project: help  7e4c92e9870eb09ffd836d976ce413133781af2f
        
        Fix ahelp of 'Sheet from file' menu command
        
        Remove a duplicate bookmark too
        
        Change-Id: Icfb63d1edc750759fa0f0805f8e83bee8dc29a95
        Reviewed-on: https://gerrit.libreoffice.org/33405
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [abc42b3ea4e79581f4567420f2ed4320f5f2eb9e]

        use rtl::Reference in SvxPixelCtl
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ie9de5664452545a2a529f753e314aa4678c166fb

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [116fa3a3d2e0b9652b3848bb49a5c1c2ecc570ae]

        use rtl::Reference in SvxShowCharSet
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I71c9cc4cc643d4b73a34b74c803378da75fd8de0

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [5794beabf0a2d92b0ddd2e19291531a296438364]

        use rtl::Reference in QuitGuard
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ib70bf9508210b2a58dd65437c6cbe8f4f5b343fc

2017-01-23  Stephan Bergmann  <sbergman@redhat.com>  [7832911d8dc113f80d272efb6db55b3b3d312428]

        Improve instsetoo_native/README
        
        Change-Id: Id87fc80f05ae8427a713e5968522899410538c98

2017-01-23  Regina Henschel  <rb.henschel@t-online.de>  [852b29b091eeb4d4b9521b082b522c37a2a6ec16]

        tdf#105266 Make LIGHTEN and DARKEN follow MS specification
        
        Enhanced geometry of custom shapes has got commands for LIGHTEN and
        DARKEN of subpaths. MS specifies, that LIGHTEN is a blending with
        white and DARKEN is a blending with black. This patch adapts the
        calcuation accordingly.
        
        Change-Id: Ie46f1a1a2210c209c3fac34a7a58758b72eb276c
        Reviewed-on: https://gerrit.libreoffice.org/33337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-23  Aleix Pol  <aleixpol@kde.org>  [3772c676ad6be6f424c485fd9aa0732bfeacb6bb]

        Install a libreoffice-kde.appdata.xml file for KDE integration
        
        On many GNU/Linux distributions packagers will split libreoffice in
        different chunks, one of them being KDE integration. Without this file
        it's not possible for users to find the integration in the Software
        Centers.
        
        Change-Id: I7e4f3009be4f23f2dd38a6d2464476253959413e
        Reviewed-on: https://gerrit.libreoffice.org/33318
        Reviewed-by: Matthias Klumpp
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [10d0c60947da520779040af25b0c558564b71aff]

        use rtl::Reference in FmFormModelImplData
        
        instead of manual acquire/release
        
        Change-Id: I925b45bcc2f09e09330ae8c79f3f40b81ae120ed

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5f5d9022150242a8a1222ccc657f7769d881594]

        use rtl::Reference in OLocalExchangeHelper
        
        instead of manual acquire/release
        
        Change-Id: I40035df2995b71d868fc4d1f08a20b5fa4546fc9

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3199d1d58957a421d68ffbf6a63666aac755a51]

        fix windows build
        
        Change-Id: Ie32847e22965950d4b2a0e53ccab625a00a6589c

2017-01-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dd891ec422fb35eada219ca7adddbd60d69f1fb7]

        cppcheck: memleak (false positive)
        
        but manage ownership from start
        
        Change-Id: Ia9d29cc0e0676173c231c8b68b7681cc1b3dff86
        Reviewed-on: https://gerrit.libreoffice.org/33392
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [38f9082771b7842d056a04965bffd57cb655a558]

        didn't mean to commit that part
        
        Change-Id: Ica8384b374e0d680704cba17a9d4c9f30ae08bf5

2017-01-23  Pranav Kant  <pranavk@collabora.co.uk>  [5128e503ba8f602d1fda47c89e5b6ee4be6b7029]

        lokdocview: Handle keypad enter
        
        Change-Id: Ia892c346d4a3c0a5439c7977963cc502d287e6f7
        Reviewed-on: https://gerrit.libreoffice.org/33445
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [98e4013c22c4ce63090a575e698cc2af82925e6b]

        new loplugin useuniqueptr
        
        Change-Id: Ic7a8b32887c968d86568e4cfad7ddd1f4da7c73f
        Reviewed-on: https://gerrit.libreoffice.org/33339
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d1cecf02b34d855c8d64e3271bffbcbf9bf4138]

        Revert "Revert "use rtl::Reference in SwPostItField""
        
        This reverts commit 4b429851e54ccc42e5f9acebce67139bc3d5e244
        
        and implements sberg's advice and removing copy operator
        
        Change-Id: I76876701f2585d4d1eacc4664b17d9ff73b26722
        Reviewed-on: https://gerrit.libreoffice.org/33342
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Pranav Kant  <pranavk@collabora.co.uk>  [a27e09079596eeae81cced01eaeabf94d6675085]

        lok: Listen for state change events for cell alignment commands
        
        We used to use HorizontalAlignment uno command for cell alignment
        both in online and gtktiledviewer. To make things simpler, lets
        use separate cell alignment uno commands for spreadsheets like we
        have in writer and impres.
        
        Change-Id: I2a959d1892f6b02db7a9ce51d55309216e4b3c6c
        Reviewed-on: https://gerrit.libreoffice.org/33444
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-23  Noel Grandin  <noelgrandin@gmail.com>  [115797f070888cbad93656dda8fa01ec6c98a3f5]

        beginning of support for CodeLite in gbuild-to-ide
        
        Change-Id: I5640ad193f2766400554012383d6c910f2160378
        Reviewed-on: https://gerrit.libreoffice.org/33396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [0c004bca03b7756f3e5e09dc345072bb87a0f555]

        Typo: idividual in .ui element name
        
        Change-Id: I96a6baaebb80283a40051fd8dc062513d4ae32a8
        Reviewed-on: https://gerrit.libreoffice.org/33411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [02a08a24826c5ac4625c444946c30acf419e2f90]

        .uno:DiaSpeed seems to be unimplemented & unused
        
        Change-Id: I075e166555baf12b051e429ce9d27367b450b023
        Reviewed-on: https://gerrit.libreoffice.org/33412
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8777c3482dd1baf6ab0d79adbb524c32d1e0e349]

        use rtl::Reference in SvUnoImageMap
        
        instead of manual acquire/release
        
        Change-Id: Ia17a1cca542ef0008fe32f2dbfcfce1ecd3161a2

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [71d9f5df23ad3d7de80f86162217c599f84e5dae]

        use rtl::Reference in TransferableDataHelper_Impl
        
        instead of manual acquire/release
        
        Change-Id: I0d7d71a76c84f61f87399d7b7d93be0e50ccae16

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f1123d3ddd6108f486964182f92854db9a13a7e]

        use rtl::Reference in Ruler
        
        instead of manual acquire/release
        
        Change-Id: I7815a0a3c01fce57b4798ac1dbf501e20444c61d

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbd8c94967a4d227be46c1e777efd5b4bcf95429]

        use rtl::Reference in stoc
        
        instead of manual acquire/release
        
        Change-Id: I626ad9875528fa76d8f781b07cc86e149032ecb1

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca958f886c660ce096ef59cef808fbf46b116e3c]

        use rtl::Reference in SfxInPlaceClient
        
        instead of manual acquire/release
        
        Change-Id: I4ebbdbcbd619991c3dae0733b797f310903f96e6

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [9605f1cd1375fc56e3a3ec76fa04e5a7a3caa70f]

        use rtl::Reference in SfxAppData_Impl
        
        instead of manual acquire/release
        
        Change-Id: Id8c1b2dbb9acb0861f71f05a83842f357edfc1e8

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [87a8d05946cb63ff421c14b961ce74fa75bbf083]

        use rtl::Reference in CellShell_Impl
        
        instead of manual acquire/release
        
        Change-Id: I4fde1277c023101e5331e3dad4f0243bd8ac8e3f

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a232712f39ab6bc91f9f531d0861dd2096998c79]

        use rtl::Reference in ScSelectionTransferObj
        
        instead of manual acquire/release
        
        Change-Id: I056fc3767f2e7b3ffacdd930e9a8e3b71c32620e

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8abcd0c38707a61fe5175840f19c2d0a9f8825ee]

        use tools::SvRef in ImpSdrObjTextLinkUserData
        
        since the field is SvRefBase-derived
        
        Change-Id: Ie84c48daf93e3805b2db240a497a8496779fe750

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [dc3377528186f4f111553530fa0ffd7f64711f64]

        use rtl::Reference in ODatabaseForm
        
        rather than manual acquire/release
        
        Change-Id: Ic5f013b7e4cafc597c659c61fbf568adccfd806a

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [9c6bdac80b9f61d224a239317f2558ddd7e1744d]

        use rtl::Reference in SubmissionPropertyHandler
        
        rather than manual acquire/release
        
        Change-Id: I3276361153591a3af8c6b00b478365b2700dedf5

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [32f4f3b52ad491ab83a67dfe57ea4f27d66b39a7]

        use rtl::Reference in bib::OComponentListener
        
        rather than manual acquire/release
        
        Change-Id: Ib4b52fb4a85223f974e9905bc3d02eb839150030

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [2bbf21aaded0c0623ee802e746dbf6b11d58d396]

        use rtl::Reference in DocumentHolder
        
        instead of manual acquire/release
        
        Change-Id: Id795dca5ff9e392fa2649f4721a73ce3ffd6de2c

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [4f5b22b93a53c52a46ebdd5ce479086f8df20e22]

        use rtl::Reference in OCommonEmbeddedObject
        
        instead of manual acquire/release
        
        Change-Id: Ie641f72687a05e1cd3cf697d551f9c6d21ac4487

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [db0f4ecd009f34e431b895c874c34d75186b3272]

        use rtl::Reference in SbaXGridControl
        
        instead of manual acquire/release
        
        Change-Id: Ie103377d89419648d5f1d786933030b6f6166515

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b395d9fd82cbc551d561c7a7ffe1751f5a35e339]

        use rtl::Reference in OResultSet
        
        instead of manual acquire/release
        
        Change-Id: I8baa2e7ac64445ea69d4b62566a89b6e42307e51

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [017911facd7bf66bd8743e1d3357c2808dcd1bba]

        use rtl::Reference in OPropertyChangeListener
        
        instead of manual acquire/release
        
        Change-Id: Ie80253b5a59a3e3fcd52f98d9c26bcde42fe985a

2017-01-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [45e591e237ef294ffd1a0f4a51122a748fd1460a]

        use rtl:Reference in SmartContent
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ia7a177ed9adcd9d413c86490b57036b0bd80f76d

2017-01-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [f6c0e851eff8c22c0ab427245c5eb78e9f396b62]

        Lok: unittest batch API
        
        Change-Id: I33bc59756f46b51a69efd91b89813ba17eca6218
        Reviewed-on: https://gerrit.libreoffice.org/33403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-01-23  Justin Luth  <justin_luth@sil.org>  [0c3f61fb616ce73d1e651013c455410b987d3e12]

        tdf#104061 MSWordExportBase: tables shouldn't prevent sectionbreak
        
        This also reverts temporary commit ba2c31da9723182d2087e27a1ea0f95d9617f343
        which was done to look for more pro or con proof documents.  None found.
        
        This section of code has been essentially unmodified since the initial
        import in 2000, so apparently the necessity for preventing the processing
        of a section if the table item contains pageBreak info is no longer valid.
        
        My guess is that tables were excluded to fudge round-tripping better. Recent
        use of dummy paragraphs during import fixes many import problems, and thus
        export of the section node no longer should be avoided.
        
        Change-Id: I28bcf618f596a1676e2e7820de192ca63bffe68f
        Reviewed-on: https://gerrit.libreoffice.org/32936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-01-23  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [1c27286b9d5331634c073cd3e327bd941e61bbb6]

        Lok: support for batch API calls
        
        Mouse and keyboard operations typically
        come in batches, and often each results in
        tile invalidations and/or layout modifications.
        
        Processing each input event on its own, then processing
        the resulting output event is very costly and unecessary
        when we know there is more of the same.
        
        The new API adds support for batching such related
        input events by disabling the output events generated
        by Core until the batch is done. The client can
        then process the resulting events, which will
        be compressed and deduplicated.
        
        Change-Id: Id381dab807186d010021a8778ee440074a739920
        Reviewed-on: https://gerrit.libreoffice.org/33402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2017-01-23  Maxim Monastirsky  <momonasmon@gmail.com>  [d9cfbabc7fe13752daf02e2a8cfa38c72a30fb29]

        bEncodedFilter is always false
        
        Change-Id: I1b959ce8f46f45a789bb7d493c371677ba775f3b

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [e59b69010c9eca5b7c1dd3102141d9a23ab1c5a5]

        coverity#1399045 Untrusted value as argument
        
        Change-Id: Icac88c7b439036434cbf2352ac50e954139db4ce

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [f42a57528f3c2a07ad302b0d6b22946ee58b77c3]

        wrong stream
        
        Change-Id: I4e890ab80ed4ddb24b0fd41dae12264c99fb1477

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [d608a304ecd3be4481632dbad091279abcf07a02]

        return early on not good
        
        Change-Id: I4aca6cb1c3dae652595b93ff7507db713a668d5f

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [35c602a5f47d6bd0e9538b4ffd8216ecccd27e02]

        move loop variables to loops
        
        Change-Id: I914206bad88fb3c405a335c2926fb51e39b7857e

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [e2e2775f3bbd120ae81f3cfb476f78247ace93fd]

        align comment
        
        Change-Id: I50a728e785589e3ec2d9128679f3e69451c5102a

2017-01-22  Caolán McNamara  <caolanm@redhat.com>  [49889a296e9e15077b36917329538e154789dd9f]

        coverity#1399029 silence Out-of-bounds read
        
        Change-Id: I025e416a6a162316d82cfbde9fbfcb0a45e888d5

2017-01-22  Andras Timar  <andras.timar@collabora.com>  [f5cf7cfecd12fdcb2168026b6867b7f39d100fb3]

        Updated core Project: dictionaries  d759f48f50da7ecd05b045780079b54d339f36c6
        
        tdf#105396 update German dictionaries
        
        Change-Id: I74d65e945c3ad080d95d77d846e56b4fa493c3aa
        Reviewed-on: https://gerrit.libreoffice.org/33395
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5301985417557627eb6e67cea26caf9688fd3920]

        cppcheck: memleak (false positive)
        
        but manage ownership from start
        
        Change-Id: I22d855d89bd93c56fbbcc1fb64e757fc950aa791
        Reviewed-on: https://gerrit.libreoffice.org/33391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [db2991d15950d30fd4202ad86ae78dc12fcee9ed]

        cppcheck: multiCondition
        
        > Expression is always false becase 'else if' condition matches
        > previous condition at line 1130.
        
        Change-Id: Ic56379716ada435ad7e2a00252310bfa50868f04
        Reviewed-on: https://gerrit.libreoffice.org/33388
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ab4a55632b2ed842457e4f4f63fcaa9fdfc315c4]

        cppcheck: useInitializationList
        
        no need to initialise twice,
        actually no need to explicit initialise unique_ptr to nullptr
        
        Change-Id: Iff213722e22a0056d7e4c635e62437479c021f08
        Reviewed-on: https://gerrit.libreoffice.org/33389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ffafd5e4a0c02fdcf47674866a9428a2158c0ae4]

        cppcheck: useInitializationList
        
        don't initialise the unique_ptr m_pFat twice
        
        Change-Id: Ifa4d9b68756c89c76a1be5803e84526dcfa2c1e7
        Reviewed-on: https://gerrit.libreoffice.org/33390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [63fd4c97118a943c84ba5a666cf8c9cc54b511c7]

        add SKEWP test case
        
        Change-Id: I4b1e9711d1d85670e7ec698d961eb63f3cb53e6e
        Reviewed-on: https://gerrit.libreoffice.org/33382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-22  jan Iversen  <jani@documentfoundation.org>  [ad98ba87cb799cd31822168afecbdf6692a9cba8]

        gbuild-to-ide, final cleanup in parser.
        
        Now the json file can be expanded with new keys, without
        the need to touch parser.
        
        Change-Id: I8182e8030e206e302258bd156d7392ff5c98f3d4

2017-01-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8be77aaea168684f48150c821485cb86a2578de2]

        cppcheck: funcArgOrderDifferent
        
        fixes
        > Function 'Writer' argument order different:
        > declaration 'nDocWidthInput, nDocHeightInput, nDocWidth,
        >              nDocHeight, nJPEGcompressMode'
        > definition 'nTWIPWidthOutput, nTWIPHeightOutput, nDocWidthInput,
        >             nDocHeightInput, nJPEGcompressMode'
        
        use arguments in initializer list
        
        Change-Id: I746da5ef237b62a983df6745e1704342bcea5f9d
        Reviewed-on: https://gerrit.libreoffice.org/33381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [77fef04a3d0e62a29eb316d0792bc8b97fd0d646]

        add HEX2BIN, HEX2DEC, HEX2OCT test case
        
        Change-Id: I94232c713306f98816308840cc654b7ae1d3d6d3
        Reviewed-on: https://gerrit.libreoffice.org/33357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [efd58e2b7286645db66e22abe1cd234a98010bf5]

        coverity#1399435 Unused value
        
        and
        
        coverity#1399438 Unused value
        coverity#1399439 Unused value
        
        its all ok as it was, but doesn't hurt to skip the exception test
        if the previous test failed anyway
        
        Change-Id: I110ac062d72514c51d415944a2250c3095584531

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [761af268383e4e7b62e993b262df012f6e1fb332]

        coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphics
        
        Change-Id: Iab449967c70a55c03c3e6b95de8e7d973cb68089

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [56af72b6fa52df8722a6f5b369ec1c2bb39285dd]

        coverity#1399443 UrF: Unread field
        
        fix like...
        
        commit b9d63d49be66ed1bfc4a76924f1c52ec3630adc8
        Date:   Tue Jan 12 15:27:41 2016 +0200
        
            remove some unused Java code
        
            found by UCDetector
        
            Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df
        
        Change-Id: I5ce651905edbba3f23ebb421ebc0acadd54f39cf
        Reviewed-on: https://gerrit.libreoffice.org/33379
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [5d7d2beba7c8ab635fb0657075fa81810053324a]

        coverity#1399442 UPM: Private method is never called
        
        since
        
        commit 10cb59eb914ba722c203242272de244d795a51e8
        Date:   Mon Jan 16 16:41:53 2017 +0200
        
            remove some unused Java code
        
        Change-Id: I00c0b1b22f29165fea73b39b4bf946af453186a3
        Reviewed-on: https://gerrit.libreoffice.org/33378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [711f203d1eeaeb0c2c75569c8606e98c394fd301]

        coverity#1399444 UwF: Unwritten field
        
        and
        
        coverity#1399441 NP: Null pointer dereference
        
        since
        
        commit 10cb59eb914ba722c203242272de244d795a51e8
        Date:   Mon Jan 16 16:41:53 2017 +0200
        
            remove some unused Java code
        
        Change-Id: Ieab0325c8685cdc89458570ac8e4d3292af84dff
        Reviewed-on: https://gerrit.libreoffice.org/33377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [63f3d68d7fcfa1c677855c4c0eadc638999411de]

        add IMABS, IMAGINARY testcase
        
        Change-Id: Icb4f4339318b88c4c2038cb4d1f16af7fc5057a2
        Reviewed-on: https://gerrit.libreoffice.org/33361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-21  jan Iversen  <jani@documentfoundation.org>  [9da87ef8d9dadbd981f34f312ca446d59aa17a0f]

        gbuild-to-ide clean replaced GbuildLinkTarget with dict
        
        The class GbuildLinkTarget was removed and replaced by a dict.
        This is first step in avoiding typing the json key names multiple times
        
        Change-Id: I3a2006979929c5d21549693e51eb47df7233400d

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [0a09da40dd3178a38ad0234a9eae20b67a228888]

        this.cmdLine assigned twice
        
        Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [0dace9ec07447407df5146555b1c8b56c0afe1e1]

        coverity#1399047 Untrusted loop bound
        
        Change-Id: I1c4c4613349935c803d1cf7729c52a3a18ee5375

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [f5c1909f042faf59ac4fd2462e18acf21ff577ec]

        coverity#1399043 Resource leak
        
        Change-Id: I11c23a02241712bbbae62c4716d0ca48c0436107

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [05e99b1c05b4cb96cf3d3c363da3f8631fa84b67]

        coverity#1399016 Logically dead code
        
        Change-Id: Ib3f0ca4d07dffb568287bcd6a283ab4e529519ff

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [9ad08b403be9c6646cda9a379332545c3668975b]

        coverity#1399031 golden, Out-of-bounds read
        
        There are 17 elements, so SAL_N_ELEMENTS(sppnPatterns) is 17 The largest valid
        index is 16, not 17, so valid max index is out by one
        
        Change-Id: Id20218a0e73cb9e502a631fa6bfbb3f0a22c4727

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [c17b739badaf316ef05671edb927ecdb040a76cd]

        coverity#704601 Dereference after null check
        
        Change-Id: Icfef8f4ded311790a90b61b37c08254592d979ab

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [bf48d61f87647a425f50409b11f3ac8e681b14d4]

        coverity#704602 Dereference after null check
        
        Change-Id: I069716ad675a217ecd97aee6b07346cf838fd653

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [a83f0c98610bae4eac5cdaf87eddfbeb3a3388f4]

        coverity#1399027 Dereference after null check
        
        Change-Id: I6006e98ea45a8326899c0afb7c39b0062fd27220

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [08f38d591e4fafe2d739d34089b659c478aae447]

        coverity#1399024 Explicit null dereferenced
        
        Change-Id: I9e8f4bf693734625ec3544e5d4f35a7d048ea609

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [975b29301727cbfa479a0fde628315ecb0cfb2f0]

        coverity#1399025 Dereference after null check
        
        Change-Id: I58ccfeb03388a60a6e2a506a22490ada5feb669f

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [7be62f8ceb864e9560a959006381d95bb8febfc6]

        coverity#1399026 Unchecked dynamic_cast
        
        Change-Id: I60188c36bdd6d44c5bd8dae28debafc10b6c9f3b

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [9a29cd7d26ccdd97b728a4c837c58624770122eb]

        coverity#1399023 Unchecked dynamic_cast
        
        Change-Id: Id5d0a3cca9587f577000244a9776d7f1f61b5487

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [571096ab8f6ffe605c50bb92a1683d79742b1520]

        coverity#1399022 Dereference after null check
        
        Change-Id: I33c2007a8caf4f0c83cfe1119bba828f6a7c7c29

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [c15695a998157e07cc3f248d72763048af28b623]

        coverity#1399021 Unchecked dynamic_cast
        
        Change-Id: I2b43a918f8f01bbe075c2edd8ca963e13588903c

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [2fc13fef1478925f5ea447b3b293c2e36c0c6696]

        coverity#1399020 Dereference after null check
        
        Change-Id: Ic4a2eb0425cd48de85a40350c7368ade486842c2

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [359e68815db3354fff974993e2bf2449d9d722fc]

        coverity#1399028 Unchecked dynamic_cast
        
        Change-Id: I17b566a13b0822e39cb5852150f407c9d9c84305

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [93454f5837fa045286232fff05065304fbfc7431]

        coverity#1399032 Dereference null return value
        
        Change-Id: I1482b1ce9a9ec9556e076c8f74185a9ce29e8d08

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [1939a79c68cc91cd9ca56966e865715a0ea93f60]

        coverity#1399429 Uninitialized scalar variable
        
        Change-Id: I7f10d609b9c031f4b51843bbd4ba945dc23ab169

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [1c64b1aa424e1d90ffdd3fc06fc9f70c03756abf]

        coverity#1399436 Uninitialized scalar field
        
        Change-Id: Icd4bc58207cf61a03e167faf8289310e9d453c39

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [827dda8c67f24366cc1f499b4bbb73c2c8e6a4e2]

        coverity#1399437 Uninitialized scalar field
        
        Change-Id: I0df77d7a986ca6485cfe18ee40249d6bb5621528

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [bbe3053d4bf867f4f3a12f1a3efdb8df8520078d]

        coverity#1399019 Division or modulo by zero
        
        Change-Id: I0f21612effa91a6c9e7e0a48c46dde88c4b34b94

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [d420d9afb4527fd22dd0ae286b615beaddfc853f]

        coverity#1399018 Logically dead code
        
        Change-Id: I2ef219b63250341851ecda7e1bb59bdc98406ff7

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [7c3bd3cd8c9f3ee562ea158d7b380e5f7244fbb0]

        coverity#1399017 Unchecked return value
        
        Change-Id: I67a8b8b5f63d3a44dc1df5c848da5797a6c20646

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [bda662488c3aaf93002594adbb833cb7d3c3d83e]

        coverity#1399015 Logically dead code
        
        Change-Id: I4d5e2c7d2bbd4eba3eeb790d51a4a93c7ef40577

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [56859198c2e49aa465c49bbfc5a18bfaef056202]

        coverity#1399014 Unchecked return value
        
        Change-Id: I0423d9be8032cb7d405cba258c79e1c625f6eee8

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [8c6db946a5ffb2274eba3a2688f56ee7f2f60393]

        coverity#1399013 Unchecked return value
        
        Change-Id: I5e9f32dfc97c0a06fcae399412354eda91bf3f4b

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [7667869db0e6c712fafd6aa98a2076dc4d3e19e2]

        coverity#1361585 Unchecked dynamic_cast
        
        Change-Id: I664dc6d5c38bcc4fd75d436b67453983e4b57403

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [0c8799097ac338c7f443a981f5d384005c029782]

        coverity#1361580 Unchecked dynamic_cast
        
        Change-Id: I02521b61d2832ba510aaf5170e67c1fd5f691334

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [95b42c9120ea68b136585e23a54a6558b9d2e50f]

        coverity#1352253 Unchecked dynamic_cast
        
        Change-Id: I7634fd735f3bdb729c06bcbca05ae31c930db930

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [3b6c21594ebf813c3448d1f9096e3766a2664268]

        coverity#704840 Explicit null dereferenced
        
        Change-Id: Icf3dd9f6c34062b4bc43634b15d210ccf60f8ab9

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [0b90c4a2856edefe4c91c51d5d72daa5a301b41c]

        fix build
        
        Change-Id: I501edaf90794df2ba776241e73c8b844e205ca3c

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [07bcb812c95617ee543e51568cbc8fa83fed243e]

        coverity#704055 Unchecked return value
        
        Change-Id: Ie0c8155955ba975c913738adf40ef6ec092adba0

2017-01-21  Caolán McNamara  <caolanm@redhat.com>  [f9b87a2e50e7cc46a19b5fdee61e14d53550393d]

        move GetXGraphic to its only user
        
        Change-Id: I72ec4a7e72ca3355a97f987fab70b3e3a8e45168

2017-01-21  Stephan Bergmann  <sbergman@redhat.com>  [879aebdf9cd83b07edbca919d623880d94adb40c]

        Updated core Project: help  8e2bbff94a6584e31f2b9adaf22dd94c2afc5446
        
        Duplicate ID
        
        Change-Id: I3b4721de7485b3676857de78163df9a4feab26cf
        

2017-01-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fb6326c7be3d6705d02b9c19b574cd11d3f99932]

        function argument cleanup
        
        fix for cppcheck funcArgOrderDifferent
        > Function 'SearchRow' argument order different:
        > declaration 'nRow, nRight, nLeft, nPref, bRight, bSimple'
        > definition 'nRow, nLeft, nRight, , bRight, bSimple'
        
        remove unused nPref argument
        swap arguments where nTop was obviously bigger than
        nBottom or nLeft bigger than nRight
        use std::swap
        
        no logic change intended
        
        Change-Id: I65fd313636edcd8bca8fde2ca9b35de90d1e8ad4
        Reviewed-on: https://gerrit.libreoffice.org/33372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-21  Gabor Kelemen  <kelemeng@gnome.hu>  [793f40cc6f3b5a4752375e240c0b7c4997de15b5]

        Updated core Project: help  d61d111c356296112ff6f0b35028742b7f1a0ba4
        
        Drop Transition Speed page, this feature is no more
        
        Change-Id: I3b053954f68cdf1b695d2c6b8e617125b3b2205d
        Reviewed-on: https://gerrit.libreoffice.org/33371
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-21  Gabor Kelemen  <kelemeng@gnome.hu>  [1e13a08cc7fb5071a62f7ecb68f74fe795d0ad61]

        Updated core Project: help  b3cc89aa41637615553203f4293dbc9fbf4c636d
        
        Fix Slide Transitions page
        
        Fix bookmarks, even the good ones contained a typo
        Sync content with UI changes
        .uno:DiaSpeed seems to be gone
        
        Change-Id: I25b2a181b4a70294df353c563ae4bc38a069f53b
        Reviewed-on: https://gerrit.libreoffice.org/33369
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-21  Gabor Kelemen  <kelemeng@gnome.hu>  [2702cdd30b8564e5dfc31eb868e2fe107c0922d1]

        Updated core Project: help  5d1e0e3cc71005c90fce00b47022816aa4b32d84
        
        Move help paragraphs to the Online Update settings page
        
        ...where it actually belongs.
        Tailor the text a bit to make some more sense.
        
        Change-Id: Id7e2c07c425e797116073a65fd0be590e837ca66
        Reviewed-on: https://gerrit.libreoffice.org/33368
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-21  Gabor Kelemen  <kelemeng@gnome.hu>  [f371aa18349be9111cd21ad3706e6ddadaea4ce5]

        Updated core Project: help  529ebd059a6f8cebeee0e1c1a30e52b17bf6a3b2
        
        Remove an obsolete bookmark and ahelp
        
        Change-Id: I808bc9b12c9216d1518bc78d6f982bdf1c298873
        Reviewed-on: https://gerrit.libreoffice.org/33367
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2bc1accd079604da2bee76010bd8c36b410af516]

        fix confusing function arguments
        
        cppcheck: funcArgOrderDifferent
        > Function 'CompareSequence' argument order different:
        > declaration 'rData1, rData2, rD1, rD2'
        > definition 'rD1, rD2, rMD1, rMD2'
        
        no logic change
        
        Change-Id: Ie43b66e867c6f5febd825d06380a27c736d6fded
        Reviewed-on: https://gerrit.libreoffice.org/33365
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-21  Khaled Hosny  <khaledhosny@eglug.org>  [efd58dee26a534ba89d41efff44821b2d8967928]

        This does not seem to be needed
        
        Change-Id: I3f9a447478062ad4cfbf7bfadfd3fe73523de847

2017-01-21  Khaled Hosny  <khaledhosny@eglug.org>  [ae0a317c20110ade8b9eaef3ecbd2c5781303649]

        Move these defines to the only file using them
        
        Change-Id: Ic3a32f6b420c3822ba96f57292f67f0327b16581

2017-01-20  Eike Rathke  <erack@redhat.com>  [b85ee27d9f8039a6442429587598426e73aeb1ba]

        Resolves: tdf#105158 set date or time return type for DATEVALUE TIMEVALUE
        
        ... so adding/subtracting another date produces number of days instead of date,
        and adding/subtracting a number produces date. But if used as the final
        formula result force number type.
        
        Change-Id: I046f5cc53d1fe8c9f6f71876787f2f19d24fe146

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [7a38fa97e0423ac601848c701944aa3f81a17c5c]

        Missing 'const'
        
        Change-Id: I203ada1b4c527311ded56e6af0de7a7eb711f3f8

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [64543ae92883438e3b7ec28f421269ff850b2e09]

        Missing 'const'
        
        Change-Id: I2110b932f5e27141f137fecf5c2ff8a7f9665bf6

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [8fa02e0b6ad67c34c23e99140c236153eb7e3faf]

        Missing 'const'
        
        Change-Id: Ia1cced46dc8c76a252952129fb93be9d5a281057

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [370613e5917366698d4d9ec078f79f9a48ce8b02]

        warn about unused Images
        
        Change-Id: I5502b28411282354019af51a09c860099c652006
        Reviewed-on: https://gerrit.libreoffice.org/33348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-20  Xisco Fauli  <anistenis@gmail.com>  [36f2fd038d6dd281358db9d3161d7082d9559f4c]

        tdf#105411: Add uitest
        
        Change-Id: Iff93a61441aa13670903ef2dd82de38af4eb5320
        Reviewed-on: https://gerrit.libreoffice.org/33347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [f9bad9e8fbade0da2c706d37e9a4cc9db5fd44ba]

        don't need an intermediate Image
        
        Change-Id: I090d94cfe433763ded70f28b5139772bca229c34

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [8c32579d4840997e0bfd6075d5b6ecb66d468aa9]

        Revert "doesn't seem to be a reason start and end are swapped"
        
        breaks tests apparently
        
        This reverts commit 92bfe7e3052a7540c81d9fa152f55920ad00b8ee.

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [4a149184210c4ec2e0f0fc2cfeeb0787100110be]

        drop pointless pointer for reference
        
        Change-Id: Ia2c32bab6825687d4964e7a6abaa137bb48b3a3c

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [c41b7a397411814c98dceeea07b0a26f0d01c530]

        split GetImageForCommand into GetBitmapForCommand and co
        
        Change-Id: I89431532ef26fc33146252e218096e690825b896

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [aa0951b22d958813a41f71f536bb4a07aa0e7f07]

        empty Image is an empty XGraphic
        
        Change-Id: I43fa17c2ef9324c841344554b093500d0fb26165

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [92bfe7e3052a7540c81d9fa152f55920ad00b8ee]

        doesn't seem to be a reason start and end are swapped
        
        Change-Id: If1ccdd303bc7c6e69360295c599270c41d03f3f7

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [d3b94aae205597fdd369989d76a60420ae9b8ab1]

        every ImplImage has a BitmapEx
        
        Change-Id: I02561cfdff57eab7684d68c98ba2b3d83847c9c5

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [55ff58a4084acbdd031ae1d79f0b740e91b15fd0]

        don't need an intermediate Image
        
        Change-Id: I2700c30000b440a0646d43bb5712fe683747b34b

2017-01-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [155a4b1ff298f4510d99ed0d990d34d9231f7842]

        add GESTEP  test case
        
        Change-Id: I63342f5590e90786e179baf956720e2e4a64b1ad
        Reviewed-on: https://gerrit.libreoffice.org/33334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-20  Gabor Kelemen  <kelemeng@gnome.hu>  [4c3a9c34e0684871e1d2d1bcdacb729db4cc8cac]

        Updated core Project: help  19715d0fd1198603141ee18e632d117ba61ed4ed
        
        Fix a bookmark on the 'New Menu' page
        
        This is under the Customize panel -> Menus tab -> New button
        
        Change-Id: Ic558bcdf968baeb93e1dc77fe7aa0b4ddc3b2f3f
        Reviewed-on: https://gerrit.libreoffice.org/33335
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-20  Gabor Kelemen  <kelemeng@gnome.hu>  [0896d970533ecdec3e9a72babf1bdde6b4456861]

        Updated core Project: help  bc7939449204ee99dab6017d60aa5b84de23323a
        
        Remove an obsolete bookmark
        
        Change-Id: Ifb11433293535d9ed00211a8d9535bf70192768c
        Reviewed-on: https://gerrit.libreoffice.org/33333
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-20  Gabor Kelemen  <kelemeng@gnome.hu>  [b3ee8e5af4e3fc1fdcf7e261f05a2390856d7789]

        Updated core Project: help  8ad810c7ef2e078496047766402a7bfcd2953332
        
        Fix Calc Group page
        
        Fix bookmarks, ahelps and the menu path for the Ungroup action
        
        Change-Id: Ia8e66fb00f580e562f7abd2546666f8d74a06ab4
        Reviewed-on: https://gerrit.libreoffice.org/33331
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-20  Gabor Kelemen  <kelemeng@gnome.hu>  [31d80998612eed7ecbdddfe423603a93c4254506]

        Updated core Project: help  ffe473f0fe547ecffe954fa841e128faf307dabc
        
        Update Titles (Chart) dialog page
        
        Adapt to UI changes
        Fix bookmarks and ahelps
        Drop description and menu access paths of obsolete
        .uno:ToggleAxisTitle and .uno:ToggleTitle
        
        Change-Id: Ide578bb49778882c65107cb546ba9654c92ef472
        Reviewed-on: https://gerrit.libreoffice.org/33330
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-20  Gabor Kelemen  <kelemeng@gnome.hu>  [b5249975d0d11cbbb9dce2de592764731a48c14e]

        Updated core Project: help  c1116f5a81a8f8288639131156b78704ef6c3cea
        
        Remove an obsolete bookmark from the Envelope page
        
        Change-Id: I2694dc1232869f9a270cd4b1598608ccceaee164
        Reviewed-on: https://gerrit.libreoffice.org/33332
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [df98a363f33c3c221286520ee0c412e264b6f411]

        chart2: replace custom Deg2Rad/Rad2Deg for basegfx functions
        
        Change-Id: Idbc843b54b3037bd55199a8918b06d21eb7b2f2c
        Reviewed-on: https://gerrit.libreoffice.org/33343
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [110a62e91fb39ab30706398ab78cde03e8bf6e45]

        sc: use unique_ptr and make_unique instead of new/delete
        
        Change-Id: Iafaf78d17fc5d6dffbd4e541f802b7090dcfda68
        Reviewed-on: https://gerrit.libreoffice.org/33344
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e71ed748acd040b68d9a1910b75ea0550e0c2008]

        sw: fix remaining loplugin:cppunitassertequals warnings
        
        Now only subsequentchecks are remaining, as far as I see.
        
        Change-Id: Id5e5a874f8de08c0fd3722aecdc02967ae5d421f
        Reviewed-on: https://gerrit.libreoffice.org/33346
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5627085eccf98c3661cf62f7bceff448dd3cbd73]

        svmtest: don't output GDIMetaFiles to disk in normal test runs
        
        Change-Id: I15deee62dc4b715ecdb69d2dd0370cfc8650d8e8
        Reviewed-on: https://gerrit.libreoffice.org/33345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [2874632938bfaa06fc5901336c3ab53acf1b6edd]

        don't need an intermediate Image
        
        Change-Id: I23d712846a9b198cc2fcb87f3b097766405f8bce

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [951c940e6e97dfa8d596a86c6c5ff3ba61900ae8]

        loplugin:dynexcspec (macOS), vcl
        
        Change-Id: I83dfd406eefe9d50fa382eede45882abe669bc96

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [2d26f7fb7f4f2cb1a7ea96486d2a9d25a4638c2e]

        loplugin:dynexcspec (macOS), lingucomponent
        
        Change-Id: I11f7419babd1ceb158ab0a329dd3d8699b7b2702

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0e4cbd1f1b4022186e66e6194c2608f5dabd7a7a]

        loplugin:dynexcspec (macOS), fpicker
        
        Change-Id: Id983c735f24ad22fd7eaa359759a4030a773ea83

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0494fc3f91d7a20f44e9e3c4b53aa987858e1de4]

        loplugin:dynexcspec (macOS), connectivity
        
        Change-Id: Ic8cd364cd27f7f7669ac8d5553fc3974b5f8c992

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b417956f61a02d1d84ebfa1887a1d549063ad7e5]

        loplugin:dynexcspec (macOS), avmedia
        
        Change-Id: I71199437cfaaf5f72f3b38a3269e2ae84b282c6d

2017-01-20  Justin Luth  <justin_luth@sil.org>  [c0688e8bf047bb123680806317fe040ba2cde407]

        tdf#48658 writerfilter: only set THROUGH wraps as transparent
        
        commit 15c3a08b8b1e8060f9659c7bc98480a39d1802c5 set transparency
        before the wrap type was known (which is good in case wrap type is
        never defined, and the default wrap type IS through, so that fits)
        but transparency was never re-evaluated once the wrap type was known.
        
        In MSWord, the header is at a lower zOrder than the body,
        so objects that are OVER the header text are still UNDER
        the body text. Writer emulates this by insisting that ALL
        through-wrapped header objects are UNDER the header text.
        (This ought to only apply to objects that spill into the
        body text area, but that’s pretty hard to calculate, so
        transparency was applied to any object anchored in the header.)
        
        Change-Id: Ie3916c6b7f3fa80caf5994fd910ba4d4d89ec702
        Reviewed-on: https://gerrit.libreoffice.org/33152
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [a424182631a6ed2d69ff05ab3de1dbe018656b35]

        unused hicontrast icon
        
        Change-Id: Iebab45a52319ab531ec27d10fc5c5304d8e7a0a0

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [550e0e42d9ccef1244299b2d6cbda18549f8af19]

        Remove dynamic exception specifications from cppumaker-generated code
        
        See the mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
        "Dynamic Exception Specifications" for details.
        
        This leaves some #include <...Exception.hpp> in the generated code that are no
        longer needed by the generated files themselves.  But C++ implementation classes
        still use dynamic exception specifications and usually don't repeat the relevant
        #includes, so postpone removal until the implementation classes are cleaned up
        in a later step.
        
        Change-Id: Ifb7df3bb12f7f10c655b85cb0626afe5050479a4

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [2e4694f696c0c3aaee58ee29679621190f89261a]

        don't need an intermediate Image
        
        Change-Id: I128a6546c4085b38103d61fda13d1ac6f84ef5b0

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [d1f18710788163a566c97b7fe9ec301f65535c51]

        don't need an intermediate Image
        
        Change-Id: Ibdc4b94e284a1d54b94abfdeb99df393b6a7bf59

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [e22f32b65465b5ae6e71acdf5ae4fceb379d7cb0]

        don't need intermediate Images
        
        Change-Id: I7f36ca335ee7bf24ce634393b24a76c292c9a161

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [8cb18eb82d08b140e36b6a06dae30f967b8444c9]

        loplugin:dynexcspec (clang-cl), xmlsecurity
        
        Change-Id: Iaa817d1da0c648c3a1feb0ef1e4500808a868644

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [8ec11cea966e7101f7d3d8f2aba0841267272a93]

        loplugin:dynexcspec (clang-cl), embeddedobj
        
        Change-Id: Iccb2a91319f8cbc300f0e428b06b0580432089a6

2017-01-20  Stephan Bergmann  <sbergman@redhat.com>  [c6f6d0b7219052557c2df3cb9d27dd2c09b3168e]

        loplugin:dynexcspec (clang-cl), connectivity
        
        Change-Id: Ia49a11d4f707764640ea497d877d1699183ca56e

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd10956cb0a32962840aee20298ad8a97ad914f5]

        use rtl::Reference in ORowSetCache
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: Ib3a4314a3d05e3c14a674b3d87baad245863ec6e

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [81253afdba52ed27eaf31f15757f7a07590353e8]

        use rtl::Reference in BibFrameCtrl_Impl
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: I8caa56eade25561178aa6ffd144b00f452517974

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [f7db2b5b3ffe7bff84636cdd0017e85a439b8c4f]

        use rtl::Reference in OSelectionChangeListener
        
        instead of manual acquire/release
        
        Change-Id: I33e3018b5deb4240d4aff1d8136ae6f8f538c779

2017-01-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [7cf3ae68afb9d3f2f126e544de85f38a18ad3de0]

        Apply stricter member access control for Tasks
        
        This disallows changing mbAuto and changing values of
        ImplSchedulerData outside of Scheduler / Task functions.
        
        Change-Id: Ia624999bd63190c072eb66427aec38e7ac8cfa1b
        Reviewed-on: https://gerrit.libreoffice.org/33317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [8f29ee6c293a6d72b3cf0b6b735c90ba91fc5607]

        Images no longer loaded from resource files
        
        Change-Id: I7155a2c8280b9f511402b908f06470dec419b336

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [60792b45dd5038d570c7880b7e86b666424f765d]

        const these up
        
        Change-Id: Ide19ec6a04a591327effe6d3c4da5db62e58b4c9

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [b29069d16386d5241b46280d2c67f3a1819f9c4b]

        can use truncate instead of a new OUStringBuffer
        
        Change-Id: I6efd48af1e00c21675ef0697b38185008a794d7a

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [b2ae03b08b2901f9030b4c80870173fe810c9348]

        coverity#1326632 DE: Dropped or ignored exception
        
        Change-Id: I3f31e3742d30e27697ab7431925fa2f411a65ade

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [7140efd3e2ea9c25264ac9a513480a2586610af4]

        Related: tdf#100813 don't crash traversing table in page 43 master has...
        
        align master with the more conservative 5-2/5-3 reproducible problem
        
        Change-Id: Ie7a53e94c062af894bee85ea05f1acf64bcb13f1

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [e2805decab47bcdc4080c218933acad51d028589]

        restore missing RID_SVXBMP_LOCK graphic
        
        wrong removed by
        
        commit fa3d5ca1f99fe253689004a45ec2888ebbe85fd3
        Author: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Date:   Thu May 30 12:33:32 2013 +0200
        
            Convert Languages tab page to .ui
        
            Deleted the readonly images too,it was not used any where else and was just confusing.
        
        Change-Id: Ice8e59cffc3b3001216c7499da5cbefe74ce8d88

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [e5f2655212d94f7db837913cc2e43cfb487b3973]

        tweak high/low bit so we're always shifting with an unsigned number
        
        Change-Id: Ic1c3f1f8aa6a16befb348652b0f5c3f82f47e0e7

2017-01-20  Caolán McNamara  <caolanm@redhat.com>  [b3fa8afe903dd4bc3b6dd5f73be1c68a729b378b]

        these are bitmaps now
        
        Change-Id: Ic713dae0f25b286c5c1d1cc5b08c8e32d7641991

2017-01-20  Federico Bassini  <kurogan21@gmail.com>  [1585415e7869d525b70751004c46ce008b4ef129]

        gbuild-to-ide.py - change directory for .sln,.vcxproj,.filters
        
        this change the directory of all files .sln, . vcxproj,.filters to windows folder
        
        i change only a variable VisualStudioIntegrationGenerator.solution_path from './' to './windows'.
        i investigate in the .vcxproj, .filters, .sln if there are references to change but i don't find anything (all the files written in this files are an absolute path) and i test 'make vs2013-ide-integration'...
        the files are exactly generated, i test in a windows machine and visual studio work perfectly...
        
        Change-Id: I111c39173b95a6888c8d39058b1db4da7a9be206
        Reviewed-on: https://gerrit.libreoffice.org/33301
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [a55e5389a84542768568acc7fd69af20e3fe0745]

        this field should be std::unique_ptr to sal_uInt8[], not sal_uInt8
        
        Change-Id: Ia4ca8693e7c89a23ccbf2e71261c072dd6f8affa

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [cf22f6d1e123d7a5f8b5ef74925192172bf6da4a]

        loplugin:staticaccess
        
        Change-Id: Ifed67e3c34663b056529719d78aa22f2a9f1da8d

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [f6f84ab38b64b5102ce663674cb654a357361326]

        loplugin:dynexcspec
        
        Change-Id: Ibd8cb023d6b782cabaf8b1b4604205a691ca23b1

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [84defbc556c17aa58851fd14f8af0deaa3cc6e05]

        new loplugin: useuniqueptr: ucb..ucbhelper
        
        Change-Id: Ib19ca3225b96d1bfec8a43bb762e16597f33b690
        Reviewed-on: https://gerrit.libreoffice.org/33297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [3bb8bdb93f1546f64ff3f183d6162c41a03856bf]

        use rtl::Reference in OContainerListener
        
        instead of manual acquire/release
        
        Change-Id: I83e6229029e662073e2e01e98f4846fb0a0ed643

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [3663edf465e87d823e354b320b8d072f7764d5dc]

        use rtl::Reference in BibliographyLoader
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ic46c5cda34c1df818cbe1ffa4b2d44d1519b4d6f

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [7d7a5666aea903ad69276a4d65b0df2768d473b8]

        use rtl::Reference in FormControlContainer
        
        instead of manual acquire/release
        
        Change-Id: Ie0fed7db217adea68aaa09cf9de699d488bf84dd

2017-01-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [46a0ce80326a44bd13e3483106dd0e9bf32a7824]

        use rtl::Reference in TheModelRef
        
        instead of manual acquire/release
        
        Change-Id: I7a5ae0337fc8fa1465ac716050e7187aa1accb87

2017-01-20  Takeshi Abe  <tabe@fixedpoint.jp>  [cef8ebe925bde6fc1889085e3ccb1be236791e99]

        starmath: Avoid ad hoc LanguageTag and CharClass at tokenization
        
        Instead, keep them as SmParser's members.
        
        Change-Id: I8a2aad7ba8baaad9a761f42f62d51fc67cadec07
        Reviewed-on: https://gerrit.libreoffice.org/32348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e15fd1371567fd4b78dab37d843562ff676c52b8]

        tdf#50916 Allow ScTable work on dynamic ScColContainer
        
        Change-Id: Ic39361383a3c2e869e48bccb4c47fc6bca1cb4ce
        Reviewed-on: https://gerrit.libreoffice.org/33296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>

2017-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [0a849c9315a74754dbbecc529e5c5ccda66fbd86]

        Dispose unused submenu
        
        Open Writer, Insert > Form Control > Table Control, draw it,
        cancel the wizard. Now right click on the table header -> crash.
        (can't be tested with gtk/gtk3 vclplug, because GtkSalMenu
        holds reference to the menu).
        
        Probably this crashreport:
        
        http://crashreport.libreoffice.org/stats/crash_details/
        0bfabafd-3ba4-4c07-8479-399dea07c006
        
        Change-Id: I6588b1e0b5ad4537a4eb98f6a343d0e92264329f

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [e3cfa49e8113493cfc59ccc8302840d19fa7572e]

        drop now unusd private:resource/.../image urls
        
        Change-Id: Ic456113b295c3b90316d2792b630c44892ac20a7

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [a0f127d2209e80e085b95770a87df2898b7ad645]

        document magic number and note it was already converted to a bitmapex
        
        Change-Id: I2d78463d52f5866418eac7293a63a42c6af8b990

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [8911c7e177dcc2e9b5a9efcc308395081855b21f]

        use the precanned constant for this
        
        Change-Id: Iaa6283029f9de41e2506051c49dc18f876b28587

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [b5a20001f4514975c6aadd985a6e8f096cbea87a]

        convert wizards from Image resources to BitmapEx resources
        
        Change-Id: I19d509b2d54a87f8e00b50d0368ba02a9c40b4c5

2017-01-19  Olivier  <olivier.hallot@libreoffice.org>  [842fab105a3d078587754f94bb096bbb8b9dd30b]

        Updated core Project: help  ab01c44126432945c486bfc2acc2e3106c596c6d
        
        Insert %PRODUCTNAME where it must be.
        
        Change-Id: Ide87d1a8e17af36bce29f14baef97a3afcc5b0d7
        Reviewed-on: https://gerrit.libreoffice.org/33327
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-19  Jan Holesovsky  <kendy@collabora.com>  [882e5625945dbb95e03282899941a56610066003]

        Preserve whitespace with tiled rendering.
        
        Online is often used for taking minutes, and during that, people don't have
        time to play with the formatting - so it is annoying when autocorrect goes in
        the way.
        
        Change-Id: Ia1794c46d3003198764f666951821f693d710653

2017-01-19  Noel Grandin  <noelgrandin@gmail.com>  [4b429851e54ccc42e5f9acebce67139bc3d5e244]

        Revert "use rtl::Reference in SwPostItField"
        
        This reverts commit f7ee0054cf9da35f210d9043a68339415aba2284.
        
        until I can figure out how to make that miserable idiot of a
        Visual Studio 2013 compiler happy.
        
        Change-Id: I9206df8cbba52bf8aab242a1376f4b6598d2b739
        Reviewed-on: https://gerrit.libreoffice.org/33325
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [28ec4d1456ae17711749e4131e9f8e96eccb1b95]

        New loplugin:dynexcspec: Add @throws documentation
        
        See the mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html>
        "Dynamic Exception Specifications" for details.
        
        * The check for missing @throws documentation is not too specific, it just
          checks whether a function with dynamic exception specification has /any/
          @throws clause, not necessarily exactly matching the exception types.  (Many
          of the details in the existing dynamic exception specifications are probably
          not very useful, anyway.)
        
        * When adding @throws clauses, I bluntly copied the exception specifications
          except for dropping any mentions of std::exception (except in the rare cases
          where that was the only exception typed mentioned).
        
        * In many places it might have looked more natural to use trailing Doxygen
          comments of the
        
            ///< @throws ...
        
          kind, but Clang's getCommentForDecl unfortunately doesn't detect trailing
          comments on function decls.
        
        * Also, Clang's getCommentForDecl doesn't look into macros, so some trivial
          silly macros were expanded along the way to add comments where necessary.
        
        Change-Id: I1831d72df2d9c801d4b8dd7d708d9cefea039589

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [416252b1f6d60d36f8cb0b57c71a0edf33395a44]

        New loplugin:dynexcspec: Add @throws documentation, UnoControls
        
        Change-Id: Iedbef454a22b34df777e6c32fad95fed96f2fdce

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [68044e9ec6d17cac1695b0e87c8430df98ace80e]

        New loplugin:dynexcspec: Add @throws documentation, accessibility
        
        Change-Id: I4857292372116bd8330403456d415476a5435f11

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [079abb8b46a53600352c6f99a391153684ed8a98]

        New loplugin:dynexcspec: Add @throws documentation, basegfx
        
        Change-Id: I83cd12d9eb2d65ec5ff903b7536f28b2a0ae3c69

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [ff46e5335896903fd9f20f321b96b7e5b72cda5d]

        New loplugin:dynexcspec: Add @throws documentation, basctl
        
        Change-Id: I34a1b868176f26c1bab841547b97bca56113e47e

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [0f5da9c1c6e3e29de46f9ad48864945074004586]

        New loplugin:dynexcspec: Add @throws documentation, basic
        
        Change-Id: Ic3e265e05c69942c5c1c7d1b83f65f2cbe35ca1f

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [d08e466c465b6d10c381937fd5e7ba8a160e7b85]

        New loplugin:dynexcspec: Add @throws documentation, canvas
        
        Change-Id: I70b52921291da551da7cc970e82f38b319f0ded8

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [ea88107a65e93cde3729c46a4cc738ce396890ca]

        New loplugin:dynexcspec: Add @throws documentation, chart2
        
        Change-Id: I9b558b713186c64054914ebfc4c122ff769b71a1

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2b385f20e7ddefd37f4ad6080b869c2120e67435]

        New loplugin:dynexcspec: Add @throws documentation, codemaker
        
        Change-Id: I94a9f72fc81439fc97c884009447d353c6c6a517

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [a10b95bcc97896f7f8d8643593a5d759f41ac82d]

        New loplugin:dynexcspec: Add @throws documentation, comphelper
        
        Change-Id: I115c5c34cf97858d9fdd96432cb57bde6d4537cb

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [5b2b75ac26961d3cef093ca546a5316be6f2d782]

        New loplugin:dynexcspec: Add @throws documentation, connectivity
        
        Change-Id: Id8711eaeac65efaa228b60d5786169016bfb61a3

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [0d5e1cd497b0de0e62c5911fcd6b473689a1dfe7]

        New loplugin:dynexcspec: Add @throws documentation, cppuhelper
        
        Change-Id: I20b40d0d465cfe130e03f7a8f8da6f4dab404848

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [693b00a6b22c0f3e84316f38d7f2c81e35eecc4d]

        New loplugin:dynexcspec: Add @throws documentation, cpputools
        
        Change-Id: I7a9ac7cdc3d5e19dc63a4711a0ce2c23054367e1

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [d77087577066350d9f26b8736ec1b672dd328cfd]

        New loplugin:dynexcspec: Add @throws documentation, cui
        
        Change-Id: Ib4db87e67f39504f49b795e12476edbea5166800

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [4c81fe62c16b0ebc7f86ff589880169247584c8e]

        New loplugin:dynexcspec: Add @throws documentation, dbaccess
        
        Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [49f6e7fecd7d6dbac399881e6397ca550ba675c4]

        New loplugin:dynexcspec: Add @throws documentation, desktop
        
        Change-Id: I1e97b929174ba23fdf21c405ec4129f0e56ed2f3

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [24672786abf703659f60babe1a6e0f19775593ce]

        New loplugin:dynexcspec: Add @throws documentation, dtrans
        
        Change-Id: Id1249957a544e7ab43d0f331190db72871723f40

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [72828a34e76017cfa0df53babc24d1c2377031f8]

        New loplugin:dynexcspec: Add @throws documentation, editeng
        
        Change-Id: I4d93bf348b7b6a91aa37f8ce79b0b52a1a7d41ee

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9cc666630dafd3fc6cf65ec5b0048df58a3af5a2]

        New loplugin:dynexcspec: Add @throws documentation, embeddedobj
        
        Change-Id: Icf9a507a2b1eec0ace22e727bdf7220bfe7096b8

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [35e122bfa5e3de9f7c4eb762a206642c4e22157e]

        New loplugin:dynexcspec: Add @throws documentation, eventattacher
        
        Change-Id: I432f604c8b7a3b0e95f99b2982c302c2a94fd0fa

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8ee3f986981ecb74bafb9d4702085bb993418efd]

        New loplugin:dynexcspec: Add @throws documentation, extensions
        
        Change-Id: Ia44f7b0a162d269bf38133575f986efd62eb6d52

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [4770f5488870cae68d9a3df2c62613c32a040f44]

        New loplugin:dynexcspec: Add @throws documentation, filter
        
        Change-Id: Id465279b54f775ae688d02798c7a67fc50829fc6

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [36d7778f465367ebd2ea5e64cfcea2fc22a8b01d]

        New loplugin:dynexcspec: Add @throws documentation, forms
        
        Change-Id: Ib5e1f2ef4143ad1c75ec705624a547e47affbc79

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f72756cdfb9cd0b574fd84f194355c3ad00d3677]

        New loplugin:dynexcspec: Add @throws documentation, fpicker
        
        Change-Id: I067f6d5278681b35d3a3fea105e3bf383d3a96f8

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [fba7a44ee479540ba65b41ef1e647cdb93c20d14]

        New loplugin:dynexcspec: Add @throws documentation, framework
        
        Change-Id: I19a4517449be3defe97fe0d78dd1a16b08b79247

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [cbf61ee5652573f7c18065c477598edf1e14156b]

        New loplugin:dynexcspec: Add @throws documentation, helpcompiler
        
        Change-Id: Id2ebe51d610ecd372ee215f3a38a979a322e6e10

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [0e22ddad37cf2529b3ab7edf8862d14e85dad53f]

        New loplugin:dynexcspec: Add @throws documentation, hwpfilter
        
        Change-Id: I03131a228843e6848c0b2d2468d160ca0cdaf508

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2131bf4ebd3bab7bb0b3f3587078e3d51833db18]

        New loplugin:dynexcspec: Add @throws documentation, idlc
        
        Change-Id: I3c269d84906cc49d79d5f32f0dd3f15afd2f588e

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [18f40d26ec03dbd23f254c2cfe95e4783fd33449]

        New loplugin:dynexcspec: Add @throws documentation, i18npool
        
        Change-Id: Ie1304a081a8c26cb3204ca7fb3edfa7e2dfae386

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [25df36cf04b6ad94da09725a0bfe012b404b7de2]

        New loplugin:dynexcspec: Add @throws documentation, i18nutil
        
        Change-Id: I2688ebab7641db43aae5cbca94750fbecff936e1

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f725fadea60a4a74724f8bb9c71aa54a644c35bb]

        New loplugin:dynexcspec: Add @throws documentation, io
        
        Change-Id: I2d8b69454217bbbc9542cced8ce85269e3872662

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [6e3cbd285ebf5ec8b97576eb234711cd465e573e]

        New loplugin:dynexcspec: Add @throws documentation, lingucomponent
        
        Change-Id: Iebd0a98c86803342ee54f30c848e7194a752335f

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [21dda4921fa4bdcf6bd8193d776f316f967898da]

        New loplugin:dynexcspec: Add @throws documentation, linguistic
        
        Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [327f3f544e9bdb31e1d331c566db48a0a666a4f2]

        New loplugin:dynexcspec: Add @throws documentation, lotuswordpro
        
        Change-Id: Id54bb9f05a4354855a8e9fa5ecbffc8440e39c5d

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8955ce4ede374ed2af4477850809d21a2b5e6dd6]

        New loplugin:dynexcspec: Add @throws documentation, oox
        
        Change-Id: I83c6995e4f15d6a042e57bac4d71874124402547

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [de70ad0b0c65f4ae5dbdb156e1b9aa1d22855b2c]

        New loplugin:dynexcspec: Add @throws documentation, package
        
        Change-Id: I5d30cc2483452ba140cdce341677e872bffce6d1

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f486e4a428be124627d89ce9f9ccf18eca9deb75]

        New loplugin:dynexcspec: Add @throws documentation, pyuno
        
        Change-Id: I1888938e447f8ca115d326d5e4849d6b21904b04

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [6fffabf4e5afcc97126b6281f3d322cbd7615f7d]

        New loplugin:dynexcspec: Add @throws documentation, reportdesign
        
        Change-Id: I3f2c79bc345935e7369e92473ca543c0917820e0

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [4500e89f7f933e8b90d175b739e9d0b2a4c11486]

        New loplugin:dynexcspec: Add @throws documentation, salhelper
        
        Change-Id: Icd2a5dd5602cdf9cb4435bfcb4fe355689677fbe

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [b814e4d0503ae135f4532e16db4830a4ac8c0167]

        New loplugin:dynexcspec: Add @throws documentation, sax
        
        Change-Id: If43818ca79bf134a5025ed184c201f4129630500

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f96428fc5f9c19b9fe1d6eb32ddac8d84f7372ef]

        New loplugin:dynexcspec: Add @throws documentation, sd
        
        Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [b36f675c5e13decbd3204c0e5e893a41e5653a72]

        New loplugin:dynexcspec: Add @throws documentation, sc
        
        Change-Id: Ieb01ae3f8c5d3010354027ea2c6e0a2cee176e7f

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8870dec9a431eeff5045efd4ba12a2a70bad5e24]

        New loplugin:dynexcspec: Add @throws documentation, scaddins
        
        Change-Id: I8b78ab7ac34cace1a6aad8807f4964e4414c9ac3

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [7b79e23260db34f2bb0a2994a5e64dd39117228c]

        New loplugin:dynexcspec: Add @throws documentation, scripting
        
        Change-Id: I3a3f8ad12bad448f0ea2beb698cf4e6636d4595a

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [920f1dd4a77b887f79a24b76adf0d25f00551056]

        New loplugin:dynexcspec: Add @throws documentation, sdext
        
        Change-Id: Id01b4012d2ac3cf479a96ed496eff3d97e5c80c5

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [5fb6c73d3037d9f860212ecb06b99fdc34bb6dcc]

        New loplugin:dynexcspec: Add @throws documentation, sfx2
        
        Change-Id: I6568efb53c0904c58bcb648777b84471e5b4b501

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [5ad3a737e0ec43ca41bc8353cd0897d882204d32]

        New loplugin:dynexcspec: Add @throws documentation, sot
        
        Change-Id: If161e1a77af109ae04be466a5e256cfc9f056f55

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [dcb992ae2a4f022336c63e6bdace68000218397b]

        New loplugin:dynexcspec: Add @throws documentation, starmath
        
        Change-Id: I1181cd9fd50fc0307c4475abb8c59e3f16bade91

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [491f9a6ce4ab670145833dbcdd2b2ae5fe824c68]

        New loplugin:dynexcspec: Add @throws documentation, stoc
        
        Change-Id: I8c7d5088aed055c3734165343189233b3124c9be

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [ebcc8707a019831907c340ce3bcbc9557136eed0]

        New loplugin:dynexcspec: Add @throws documentation, svl
        
        Change-Id: Idbe6378e2c7da51a2f08de5173bc58733eceb95f

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2527c001408b17b5a740d81debcf97a1385932e0]

        New loplugin:dynexcspec: Add @throws documentation, svtools
        
        Change-Id: I274142728ea25be094343e3489758314e371a857

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9859ee7b1901449e63e4047554776f23c2de20ce]

        New loplugin:dynexcspec: Add @throws documentation, svx
        
        Change-Id: I0e827554a18622e19aec5f81c40da52664783f69

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [77894947ea5fcae00d8eeaee9482b53adfc6b7f2]

        New loplugin:dynexcspec: Add @throws documentation, toolkit
        
        Change-Id: I73b7408b92ed13d5d23e054f27c5236de67f1ce4

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [1d5372daac88346d59c2bf6a14ec9dd9ce6eb1bc]

        New loplugin:dynexcspec: Add @throws documentation, sw
        
        Change-Id: I2da2ce4cd247e7b9f973150917b4ee7bd7a0e0c4

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8a12673c1727381ce8ab729759c3d9cd2069342e]

        New loplugin:dynexcspec: Add @throws documentation, ucb
        
        Change-Id: I39a50e3f066776ac670a99120e12624af39fa83a

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [1aabba2778e3a634be00d8a6eb0388c4aaf07ccf]

        New loplugin:dynexcspec: Add @throws documentation, ucbhelper
        
        Change-Id: Ib197a945bb51823399c4e19a5ffdfe64483107a3

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [53d6df4f54d92bdb527ff2824561db998695e865]

        New loplugin:dynexcspec: Add @throws documentation, unotools
        
        Change-Id: Ie1adfe09bf5b63adecc0a5a67a042e6e678b58dd

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [d9126de425534db6f09a1a7ef5d0e91f26a2c6ea]

        New loplugin:dynexcspec: Add @throws documentation, unoxml
        
        Change-Id: I085b0c080acc38d1ec17bc96aac24d2b17e14b3b

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9c807ff9d8e0e6e84852aead31d8b19ec6453207]

        New loplugin:dynexcspec: Add @throws documentation, uui
        
        Change-Id: I0350334f8d9a1f56044dd574328bdc3a21d4509d

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9439844a795e32c67bdb0b0d83f7d9c200866df4]

        New loplugin:dynexcspec: Add @throws documentation, vbahelper
        
        Change-Id: I44f1c8f7f2ffdbd050ea219c6b89b246fcbd2473

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [7c58ebaa025d6b8852608045af23239f7402a8be]

        New loplugin:dynexcspec: Add @throws documentation, xmlscript
        
        Change-Id: If91eee152b0ab5d9137e4dd1dec3c3df3146a783

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2bba0a173d5a7eb2fc41871e86bdc4a2a3d3ef8f]

        New loplugin:dynexcspec: Add @throws documentation, vcl
        
        Change-Id: Icc398ec6cbb9152ee86b4ac0003619ae04206cd6

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [6cf68af560b45b753836c4d3dc8b00aef1a34123]

        New loplugin:dynexcspec: Add @throws documentation, writerfilter
        
        Change-Id: I7e84da00d943d2849e6d94011f349d064fb658cb

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [4f43e2b1e00001666a3ae0a2706e9564e14c30c4]

        New loplugin:dynexcspec: Add @throws documentation, writerperfect
        
        Change-Id: I413e4b796154a731638ec334cc0bd6c045b1840e

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [660ec54429a02e522ea8321137cb0379c4d0ec59]

        New loplugin:dynexcspec: Add @throws documentation, xmlhelp
        
        Change-Id: I8e3514d36efd8e346985eac31ad5bdf202a30586

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [7fca7325543415e53e9db2a95e6a1ea5e77f429e]

        New loplugin:dynexcspec: Add @throws documentation, xmloff
        
        Change-Id: Idf9db7108514e91fb4fe3abeca55fbab844c770a

2017-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8ccd11e1ae7248071184bfbeb2bced9ce096d52b]

        New loplugin:dynexcspec: Add @throws documentation, xmlsecurity
        
        Change-Id: I2447c028add359952e4bd36dbdc1d5431fe48104

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [843e2a9dd6127bf7b5b9adde2ef01451449f0ba3]

        get rid of second hicontrast argument
        
        Change-Id: If68b6c8dac5ea4ff50edf90f2b1b8dbc2e0383b4

2017-01-19  Michael Stahl  <mstahl@redhat.com>  [9e82befc72c5af36cf093f68eab31f837657ea1c]

        sw: try to fix MSVC build after a754294ac7a902fe96fbbd6b8b6824a360d6b248
        
        Change-Id: I20b381fd8dda3183df2034c481939b6318e64175

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [6ec8387bea9015c4487f76cebd045a1a6e291bc4]

        unbreak this wizard enough to run it
        
        Change-Id: Ia957080165a060164317a5f7c9a46d065169314a

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [d0293ed2421e2d7d0290c24d89959c84d1060623]

        drop unused hicontrast arg to setImageUrl
        
        Change-Id: I6befc077a79a944275e436ffa601b6c14d59977a

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [eca0aee7a5f862e63b2bb4b56ef69fb5761e4b5f]

        getImageUrl now returns its arg, so remove it
        
        Change-Id: Iee39f7462c2f4f23dfbdc11aa7542af996001042

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [e5460ca2774ce121dca3f6d06fbfb556c8fffcd9]

        drop the long dead hicontrast res id uses from wizards
        
        Change-Id: Ia2fca72a1681d398bb85474981e224ef92d31d8a

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [545c6e9d4fa3209eefd3867077c5fe820f0675d0]

        clear ARRAY_VS_SINGLETON coverity warnings
        
        experiment to see if this clears them
        
        Change-Id: I91a74e06f621d3012b564cad87586ba74b0367ca

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [ecd82b5121899fe23f0ccbdd8a89c8b18436f027]

        Related: tdf#80731 bug in our own wizards revealed by new bracket test
        
        Change-Id: Iec49bf80794a4ba61a70b22d0fc1769349ca4508

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [ef306355851e9b6591e9f3fb9476d5bbd548d9ba]

        these used to OSL_TRACE, quiten them to SAL_INFO
        
        Change-Id: Iec429b986a55a847baceb2e84752a380c6db831a

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [5a5cd0ac64c9a56f6d680a2aec2821c8d888f688]

        silence warning spew, these aren't serious
        
        Change-Id: I8c027a5ec0ed61722eb299d247d79032fd1dcd84

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [484658f9df81b06e7444b5c7c2cc7841abf829e7]

        missed a conversion here
        
        Change-Id: I7c422c9700b960248450181c950394f72504e7ea

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [8211548e7d76fe1b6e022f3db7301bb63aaa66ec]

        svx: load BitmapEx resources instead of Image ones
        
        Change-Id: Id23523170f757361f3fc3d8a18b6db827f45d109

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [b6dcda29bc1b06d92813d7cee9a8dd2771fca145]

        drop unused image ids
        
        Change-Id: I433613a7c850ecf888be48153f81cca3f093b789

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [9db8c85f75f1d0bc76aa1a77cd118b72d188e8b1]

        sfx2: load BitmapEx resources instead of Image ones
        
        Change-Id: I9c5a0f1b23eadf15fee3ff78e5061474214fcc35

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [aa347e360c87651da647c12d444429a3c401c37d]

        sd: load BitmapEx resources instead of Image ones
        
        Change-Id: Ic3f416300194d8fa9dfebc2b7a700396ba5641a5

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [81516167e37cae84b8d74cfa7537196312fb9911]

        flatten resource, drop LocalResource class
        
        drop cargo-cult second LocalResource use
        
        Change-Id: I0c655f8ca15ad146bb11290fdefad67846ec8006

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [0d08b70ec10e3100ae374564c95d74b78508a5a6]

        can use Bitmaps directly here
        
        Change-Id: I75f4148ff864657e747b02d80a120177b469f28a

2017-01-19  Juergen Funk  <juergen.funk_ml@cib.de>  [fe9c6fa5a43177f4d77766f29d44784e17f53320]

        Expand and improve the output log in Session-Management
        
        in dependency of tdf#104101
        
        Change-Id: I799f81adf4e4751fb505c84aa075363acf70f5a7
        Reviewed-on: https://gerrit.libreoffice.org/33034
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-19  Michael Stahl  <mstahl@redhat.com>  [b2c467e47f438b2011aa304cca9bf403eaa1c8e2]

        framework: AutoRecovery uses Timer without SolarMutex
        
        This results in a SolarMutex assert when creating a new Base document.
        
        ... and also implts_startListening() is looking less thread safe
        than advertised.
        
        Change-Id: I4635064733c16416f903dab4caee59fb2de3cb00

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [64871f42632b89e6eb336298b83d0720e044e382]

        fix windows build
        
        Change-Id: I64d03ac9ea616a66bd556ea61e2c70f4021a07ef

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e58ea581e330680ce0a6695b86fd909d7b5fcb0]

        fix windows build
        
        Change-Id: I69da07e0e12d9bd03534b60a2ecd9a6c0cc61239

2017-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b6fa616087e7415be9dc7113bbd8bf381aadd70]

        tdf#105417 sw hyphenation: avoid infinite loop on zero-length last line
        
        This hang happened when the user executed Tools -> Language ->
        Hyphenation -> Hyphenate All.
        
        This problem is visible only if all of these conditions are met:
        - a line in a paragraph has a word that already contains a soft-hyphen,
          but not at the position where the automatic hyphenation would insert
          it
        - the last line ends with a word that can be hyphenated
        - there is a fly frame in the document
        
        In this case it happens during hyphenation that the layout has an
        additional empty line at the end (which is removed by the time the
        layout finishes), so we hit the case when SwTextFormatter::Hyphenate()
        skips the "if( m_pCurr->PrtWidth() && m_pCurr->GetLen() )" block.
        
        Normally hyphenation terminates when it iterates over the portions of the
        line and no overrun nor any existing hyphen portion are seen, but in
        this case that never happened. Fix the problem by terminating not only
        when we reach the end of the portion iteration, but also when the
        portion list is non-existing (has zero length).
        
        Change-Id: I71d4b040a2d4692ae6eb92807dbbbb42b077a0f8
        Reviewed-on: https://gerrit.libreoffice.org/33303
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [968f6a7f0293c08a73807603f3cb294e4b50bad8]

        new loplugin: useuniqueptr: unotools..xmlscript
        
        Change-Id: I6966d44cff644112dd837adfe7d9c4f459457271
        Reviewed-on: https://gerrit.libreoffice.org/33298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [d3ff66999d924e832f8219c65ced0526f1a67f82]

        use rtl::Reference in OClickableImageBaseModel
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I92dc79edef9046acc137a878d35dde935bb17674

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [afb60a273f9ed9f1ff17f25f62ef9dd15a4a7c3a]

        use rtl::Reference in OComponentEventThread
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I8cd4d04ffb9f40a48d48ade2b171a9a9942cf87f

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6944b82d6d892e9921af659a4eabec5976511392]

        use rtl::Reference in SdrOle2ObjImpl
        
        instead of manual acquire/release
        
        Change-Id: I7110073e9ada8c034295133468c38754e9b55b69

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a024b6dfff0c773e8cfbefa7f6a9d3579ce8e759]

        use rtl::Reference in SwXTextField
        
        instead of manual acquire/release
        
        Change-Id: I15d151036f17641a7ac992feb4045b9e31df4dec

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f7ee0054cf9da35f210d9043a68339415aba2284]

        use rtl::Reference in SwPostItField
        
        instead of manual acquire/release
        
        Change-Id: Id14ac4731e513ae37f922db5d1e497aee10b3b35

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [a754294ac7a902fe96fbbd6b8b6824a360d6b248]

        use rtl::Reference in SwDocFac
        
        instead of manual acquire/release
        
        Change-Id: I40b4f6d2893fe0d4113032f638bce1793fc47cd7

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [071c74dfe24940b4222ed9576e2357d012b86617]

        use rtl::Reference in SwHTMLParser
        
        instead of manual acquire/release
        
        Change-Id: Ifdc04a9659d91d62da5715b24108927d1faf9c3e

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f80f2c3535b3c93abade36748408df37315c5f6]

        use rtl::Reference in SwWriter::Write
        
        rather than manual acquire/release
        
        Change-Id: Ic82e6528be66c2f4ff1248376285808c7323edf0

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b05071e282515cc589ac806476360f851ea5f72]

        use rtl::Reference in Reader
        
        rather than manual acquire/release
        
        Change-Id: If839bb45beb0d3573bff475a0b09ee4347c80c3e

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [82f9573bb239b8e964723b05374d8619c3d45112]

        use rtl::Reference in SwHTMLWriter
        
        instead of manual acquire/release
        
        Change-Id: I76176841738688dff9df2e7dc3077be7d32387e9

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [43e8797add78ba172abdc75457500d68c15473eb]

        use rtl::Reference in ExtendedAttributes
        
        instead of manual acquire/release
        
        Change-Id: Ibf91b19ecace75b7c304f2a1b2acdd8a4ca28452

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [935231896925461f36eff5aee58aa64921ccb0e5]

        use rtl::Reference in ElementBase
        
        instead of manual acquire/release
        
        Change-Id: Ie4d08dffa0b697e8308b4a3ad8e3504dc7a18e35

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [37192ccc89dda5ca8c274e7cfb8b236fd5aaeb4f]

        use rtl::Reference in OleEmbeddedObject
        
        instead of raw pointer and manual acquire/release
        
        Change-Id: If626f34f3e0d7689567e2d64f94a84e5c8aae28f

2017-01-19  Takeshi Abe  <tabe@fixedpoint.jp>  [9aeccd9ac7b71bfa225e4a2c4dd6692a4659da71]

        vcl: Fix a small chance of memleaks
        
        Change-Id: I4fe286486f9cad57c4220d10367442a51f077f00
        Reviewed-on: https://gerrit.libreoffice.org/33294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [716db7dd4a41235007ec0f8e1d3bdb44a83f0bd8]

        xmlsecurity: hold XMLEncryptionTemplateImpl by rtl::Reference
        
        Going via UNO for a class in the same directory is an overkill.
        
        Change-Id: Ia06561a95cd10a7aa52a1b84598f88c43e57e7a1
        Reviewed-on: https://gerrit.libreoffice.org/33300
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [4e9cfc178c47893229f8030bfe73e2b7c5de92c3]

        Resolves: tdf#105416 blank windows under HiDPI RTL
        
        Change-Id: I819f06babd448c37ce2d58297562b640aba1c8c6

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [f0421b64cb66709b09ef836129cdf77ccd60243e]

        sc: load BitmapEx resources instead of Image ones
        
        Change-Id: If10ae4238a580ab6d19287968aecbf29acbd550e

2017-01-19  Caolán McNamara  <caolanm@redhat.com>  [f6572fa96c300be282a410d9e11f0cae7049547f]

        tweak to avoid coverity#1371169 Missing move assignment operator
        
        Change-Id: I0d29ce18c19c26a7526dad98d77db4670d0c5303

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [0415cb335b953b9c10075fa524d7707db4aa55e5]

        new loplugin: useuniqueptr: sot..tools
        
        Change-Id: Ided435d016ae28e7c3f2726e41eedd981572ae10
        Reviewed-on: https://gerrit.libreoffice.org/33263
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [c3e6d12301b42a44bd0d4584005686e324533b60]

        Using SfxDispatcher was not that good idea after all
        
        Being a context menu it will append verbs if OLE object
        is selected. Also most existing clients of context menu
        interception check only current selection context, not
        the menu URL (because it didn't work prior to 5.2, see
        release notes), so again we might get unwanted items.
        
        For now, just instantiate the menu controller directly.
        
        Change-Id: Idfca6a81c12bfb6623805d5337e313eb8611f4bc

2017-01-19  Gabor Kelemen  <kelemeng@gnome.hu>  [41ef8d6df116c72f81bfa19c8e067a412c7f46db]

        Updated core Project: help  aab4216ec1ca25cc74e70f5cacb2294cbcfc3143
        
        Fix ahelps on Agenda Wizards second page
        
        Change-Id: I42b1cd1af416d1a046c3ebdd5aa1c883a9773667
        Reviewed-on: https://gerrit.libreoffice.org/33290
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-19  Gabor Kelemen  <kelemeng@gnome.hu>  [06c64259e6bcdc802c78d65435ce6aa1530f7ecd]

        Updated core Project: help  996d21944854229aea03609e69302bfb08ca1701
        
        Fix Text Format (Search) page
        
        Correct bookmarks and ahelps
        Remove duplicate content and old comments
        Remove unnecessary switch from around the whole content
        
        Change-Id: I57a1ce99ea6509e321a8364c6d3dd1dd9c2cbc4d
        Reviewed-on: https://gerrit.libreoffice.org/33288
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-19  Mike Kaganski  <mike.kaganski@collabora.com>  [18ae77a065cb8ae6940d4067f6ab7e99a3f74047]

        Also consider saved exceptions when mbEnableThreads is true
        
        Previously, saved exceptions are only checked in FastSaxParserImpl::parse(),
        which is used in case mbEnableThreads is false (when data in input stream
        is no more than 10000). This patch also enables the same check for the
        other case.
        
        Change-Id: Ie718556b7c01322e30698515ecd331b7ebad4105
        Reviewed-on: https://gerrit.libreoffice.org/33249
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-19  Mike Kaganski  <mike.kaganski@collabora.com>  [a2ad27a2be429c6d17ef28c28ac5aee66ad8545d]

        tdf#104718: Prompt user to continue on SAXException
        
        Change-Id: Ib0f9a89c670f8d513ebee206a6a1487802f901ff
        Reviewed-on: https://gerrit.libreoffice.org/33181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [70b05273c91cfec0cd7a9a54ff993c5b7f808d4f]

        use rtl::Reference in AsyncExecuteInfo
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ia52aae8b3894813c4169772eb4cf89ae7df0003a

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [5288ae5912d6c76cfb80a68025b3af4ba6045c6b]

        use rtl::Reference in DicList
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: I34bce1c6b3875fbb0dc56fefb79eb6b16f9818dd

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [73df118fde5ce5c380a5f9e8867240e2b5abfdcb]

        use rtl::Reference in SfxPopupWindow
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I8fc679cd22f2ac24fb3f1c71939318921c1d674b

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [afaa10da25729f2aa5ca7df86d6bbea83d45cccf]

        make SfxItemSet with SAL_WARN_UNUSED
        
        Change-Id: Ia74ca329d8438f614169031acfbe0406faf7c281
        Reviewed-on: https://gerrit.libreoffice.org/33268
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [2da34e265db6ca56e43d9b2ab8cee04b1cc4fb29]

        new loplugin: useuniqueptr: svgio
        
        Change-Id: I645ac954ac519fe713f4347cdf69780b0f8070e4
        Reviewed-on: https://gerrit.libreoffice.org/33252
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [9767537e22e178eb23872de138ea70e57c1a6725]

        new loplugin: useuniqueptr: sc part 2
        
        Change-Id: I37936a297027313e2a8ae18f355567462955739e
        Reviewed-on: https://gerrit.libreoffice.org/33203
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-19  Justin Luth  <justin_luth@sil.org>  [7c817d73402583f1b077d31a695c565a53468887]

        tdf#35021 TAB_OVER_MARGIN pdf support for left/center/dec
        
        also related to tdf#93637 which first raised the issue of
        pdf support for right-tabovermargin.
        
        Change-Id: Icabe2d0ac2dfe9181edde9dadfb0ab85f9ed4402
        Reviewed-on: https://gerrit.libreoffice.org/33279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-01-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bbf40e3b5d06bd1437b097ed2703179026d1e871]

        Use the old-fashion way to instantiate a UNO service.
        
        Change-Id: Ibc5c55dbe9c4c5101ebb292696f79e4e8c8a35c5
        Reviewed-on: https://gerrit.libreoffice.org/33293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-18  Eike Rathke  <erack@redhat.com>  [acbcec11940d245aabed93ca756ef9462e06f192]

        bail out early if there are no notes
        
        ... which usually is the case, so don't unnecessarily create iterators and dive
        into an empty mdds tree.
        
        Change-Id: Iba345cd231d5911adefabc0584290834678a68f1

2017-01-18  Eike Rathke  <erack@redhat.com>  [b8b657123cc508c906622d20669507628c93e104]

        tdf#104967 preserve isolated notes data in clipboard when closing document
        
        Change-Id: I0e263583e27c5103c0bb90e8fe00562e46a52d98

2017-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [6884550c20f95a635357ad848799a1aae555968a]

        tdf#105409 Use ScopedVclPtr
        
        so disposeAndClear is called.
        
        Change-Id: I40da317ac03f815c8664e8a4648870c2066f9650

2017-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [ba19b9fd5763c305569ce6ae4120c9e17de6afd4]

        sw: Unify char highlight handlers
        
        SID_ATTR_CHAR_COLOR_BACKGROUND code was mostly a copy-paste
        of SID_ATTR_CHAR_COLOR_BACKGROUND_EXT.
        
        Change-Id: I713bfd72a2f51f2d0ff10b36e9e0a9150b13a640

2017-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [79d2cb796a04a8cd1005313019802e63e2ec7ede]

        Drop SwEditWin:: prefix
        
        Change-Id: I86b810a6ad94255a5f2a59392ba85775a488ba12

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [16c9933666a9328a8bc59175248a440d26b3242a]

        convert to std::vector
        
        Change-Id: I77ac7701ccb35aa32152d85a20fc59ed0bd942cf

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [86255f68719dce3f2ff07c54270d3e08fbd852c9]

        sfx2: load BitmapEx resources instead of Image ones
        
        Change-Id: I0ec89e022cac47b4a761da1715b39a7fb86ffdb0

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [783a107ee705528275e0e3e25931cd4fe8a98258]

        sw: load BitmapEx resources instead of Image ones
        
        Change-Id: I77b5a892478d048decc2f5a018dbaf5a11b0194d

2017-01-18  Michael Stahl  <mstahl@redhat.com>  [2dce8dd41c208ecda40c054635f3736147ec8914]

        tdf#99074 sw: remove duplicate property "IsBrowseMode" again
        
        Commit e0f9bb795251d950b5dd960fcd030170c8eb67aa added the property
        "IsBrowseMode" to SwXDocumentSettings, but it is already available in
        the API as SwXViewSettings property "ShowOnlineLayout".
        
        The problem is that both of these properties get exported in ODF into
        settings.xml, so it contains "IsBrowseMode" twice.
        
        Unfortunately the SwXViewSettings are not available in writerfilter,
        because the XModel::getCurrentController() is null, the view is created
        after the import.
        
        But there is already a way to store ViewData in the SfxBaseModel, which
        is then used by SfxBaseController::ConnectSfxFrame_Impl() when creating
        the view.  This applies the property at just the right time.
        
        Change-Id: I842845d09a7b3fe81e27a1ed8ac8a8594da7f4e8

2017-01-18  Michael Stahl  <mstahl@redhat.com>  [7667675397c98bb38cdd14dd689a32e9f8a986d3]

        sw: remove duplicate "MsWordCompTrailingBlanks" view setting
        
        This is already a document setting, no point in writing it twice into
        settings.xml.
        
        Change-Id: Idcc99a194df321e11e091a2388b919e11fe94316

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [ba49d03a60b340dfb217d334cd342e1090a7af71]

        we only need this image once, don't need to keep it
        
        Change-Id: I4ab3fc515bb1484d00f3a690b9fe8ae9c9dca9fe

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [db9ef688edd86b31606e0dd6df6a77732faca49b]

        Resolves: tdf#98593 buttons in writer show different text at different zooms
        
        The DrawControlText always renders with a reference device positions but
        we pass in a rectangle which is derived a different way.
        
        So, add a GetControlTextRect which operates on the same reference
        device as DrawControlText so the rectangles match
        
        The rectangle is mapped from pixels to logic and back from logic
        to pixel, so add an argument to store the logic size from
        GetControlTextRect and re-use it without conversion on the cases
        where we pass back the original rectangle
        
        zooming in/out on the button in writer is now stable wrt text shown at all zoom
        levels
        
        Change-Id: Ic581eca67d0ff265e2753ab8b6c40e8fca7e6ae4
        Reviewed-on: https://gerrit.libreoffice.org/33277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-18  Szymon Kłos  <eszkadev@gmail.com>  [b93856a666cc0af099c934669a3d593116456b84]

        tdf#102142 : Disable edit paragraph style in the print preview mode
        
        Before that patch clicking on the Edit button
        in the print preview mode was causing a crash.
        
        Change-Id: Idd6ab2f16f515caa1d5fd3ed4ccdf9ae681849b5
        Reviewed-on: https://gerrit.libreoffice.org/33269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [bc6479e92b56df742dd7339d337ffc78d2f9e4a1]

        change DrawControlText to return new rect rather than change old one
        
        Change-Id: Id5c80ff263e429d4239a844db216e87a656edb2e

2017-01-18  Federico Bassini  <kurogan21@gmail.com>  [239e877d51399daedd315b6d1b31543e491169b6]

        gbuil-to-ide.py functions improvment
        
        this patch improve the functions:
        -find_all_headers -> make _allheaders a dict: _allheaders['<modulename>'] contains the list of all headers for that module
        -headers_of(modulename) -> it return the list of headers for that module, or a empty list for module that not have headers
        
        Change-Id: I7e4e2bf063ccf6fd2e3e5155b58d2be2412480ba
        Reviewed-on: https://gerrit.libreoffice.org/33255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [3d002fdb8738d9bbc9b04c0270510e349bd58149]

        Ref...DeviceTextLayout::GetTextArray is only called by Ref...DeviceTextLayout
        
        so set it as private to de-confuse this a little
        
        Change-Id: Idde7f78a767227cc2d52e417b6c39d12e1339745

2017-01-18  Eike Rathke  <erack@redhat.com>  [cb566c056b0e8f9f73dac3cbaf497e102a247cb9]

        tdf#104967 prevent crash when pasting notes originating from a closed document
        
        This is only a workaround to prevent a crash, the actual note content is lost
        when pasting, only a standard empty note caption will be pasted.
        
        Change-Id: Ifaef5d30cc2024f3d03d6b2b4f56c5ccfbb67142

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [2fb220093f7178f75ebd582bbcd956c1ee7e03db]

        Resolves: tdf#105411 remove from entries before dispose
        
        cause on dispose all the state change callbacks are
        called, and all of the conditional formatting code assumes
        that if there's an entry in the entries, that its not an
        empty disposed one
        
        Change-Id: I50d85128ba884a0719959f2d6e7ae83d6fb3431c

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [f9d914c19133f64c9510e8ad42c0bf7f6fe713e7]

        fix up stub
        
        Change-Id: I17cb60fa1dd55667a15a7dbc50532993c3145244

2017-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a94105591251126b26cf46219e21082e6527fd20]

        writerfilter: clean up remaining redundant initializers in RTF import
        
        Change-Id: Ic01f496b45a68ae35627bfbfb18f5aaf0b2b783d
        Reviewed-on: https://gerrit.libreoffice.org/33253
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [f8f7c400bcc20af7ee21f982951ad5eafe28f027]

        svtools: load BitmapEx resources instead of Image ones
        
        Change-Id: Ifc852b1cb886b30abdf1061b73c2b600334264c6

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [5e16a343b819d7fa2ee30c940046eb2fd251f28e]

        RID_IMG_PRNDLG_NOCOLLATE is unusable, and unused
        
        Change-Id: Ic85e3d37a2696bf2bf67e5c48c71386336e07675

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [e3bc14eccefe3841f11de1672e2d6b6e0e94ee0a]

        there's no need for this nutso redefine
        
        both BMP_PLUGIN resources point to the same plugin.png ultimately
        
        Change-Id: Ifa1cc00698f749ba84f17a79074c73e080e1d356

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [e54999c00baae68b17bb0bcb013bc5249f77e838]

        unused resources
        
        Change-Id: Ia3f5a4ed5cb1eb9fefeb3a4fe5b5a14f2e260a6a

2017-01-18  Mike Kaganski  <mike.kaganski@collabora.com>  [1281bd5d87361fa516cdf247b055aeb4bb5e13fb]

        tdf#104181 related: don't throw on this document
        
        Change-Id: I53abf3267e1a75e944de82222c6ea80a72de0e7e
        Reviewed-on: https://gerrit.libreoffice.org/33245
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e3c1c65b39fb4740e416de9e2e1963d8249c8442]

        use rtl::Reference in SfxInstanceCloseGuard_Impl
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ib0197985523b10039a5abea7cab1de3fab4c72c1

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [0bab51d8ad35a31685002118cdac20657b57137a]

        use rtl::Reference in HwpReader
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I02dd356d9693116f98ad2b96951570b3ba448b14

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab8958d8557fde1a73289324bd3eb264846e0c46]

        use rtl::Reference in DynamicResultSetWrapper
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Ia155ebcb856884461871d5992380c364da07a1d3

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5881758c41eb1eb824bc38e2cbf0da38e850281]

        use rtl::Reference in ContentResultSetWrapper
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Iba7317e37046c62411bae9d943f9e81f23ff3554

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [9aedc7f9d9b65136880fe6b13e956f0a1fa19c32]

        use rtl::Reference in CachedContentResultSet
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I868530ba1697baae88a4322eda6c467c9f8e8eb6

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [64f2c78605a1bab8c7caeb14cf387e1aa4dda51b]

        this SfxItemSet is unused
        
        Change-Id: I18b587aaef066c9558933d6d557219c1bad24656

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [44848147bb145546c89dae0a7d822c0af7ea5b49]

        don't need to use the va_args version
        
        Change-Id: I56e4a6817edac93dee9866b9ae009f0651a29b56

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [f879b301f7192b21832e8a2d3642768869e0d568]

        writer, type a, return, b return, ctrl+a, del, crash
        
         #2  0x00007ffff7429da7 in __assert_fail_base () at /lib64/libc.so.6
         #3  0x00007ffff7429e52 in  () at /lib64/libc.so.6
         #4  0x00007ffff1ce2dc9 in SfxItemPool::GetDefaultItem(unsigned short) const (this=0x1b147a0, nWhich=nWhich@entry=10023)
             at /home/caolan/LibreOffice/core/svl/source/items/itempool.cxx:817
         #5  0x00007ffff1ce2da5 in SfxItemPool::GetDefaultItem(unsigned short) const (this=0x1b0eb30, nWhich=nWhich@entry=10023)
             at /home/caolan/LibreOffice/core/svl/source/items/itempool.cxx:816
         #6  0x00007ffff1ce2da5 in SfxItemPool::GetDefaultItem(unsigned short) const (this=0x1b0dbe0, nWhich=nWhich@entry=10023)
             at /home/caolan/LibreOffice/core/svl/source/items/itempool.cxx:816
         #7  0x00007ffff1d00ba8 in SfxItemSet::MergeValues(SfxItemSet const&) (this=this@entry=0x7fffffffd4d0, rSet=SfxItemSet of pool 0x1b0dbe0 with parent 0x0 and Which ranges: [(105, 105), (10023, 10023)] = {...}) at /home/caolan/LibreOffice/core/svl/source/items/itemset.cxx:1100
         #8  0x00007fffa9118372 in SwEditShell::GetPaMAttr(SwPaM*, SfxItemSet&, bool) const (this=this@entry=
             0x1be06c0, pPaM=<optimized out>, rSet=SfxItemSet of pool 0x1b0dbe0 with parent 0x0 and Which ranges: [(105, 105), (10023, 10023)] = {...}, bMergeIndentValuesOfNumRule=bMergeIndentValuesOfNumRule@entry=false) at /home/caolan/LibreOffice/core/sw/source/core/edit/edattr.cxx:158
         #9  0x00007fffa911846f in SwEditShell::GetCurAttr(SfxItemSet&, bool) const (this=this@entry=0x1be06c0, rSet=SfxItemSet of pool 0x1b0dbe0 with parent 0x0 and Which ranges: [(105, 105), (10023, 10023)] = {...}, bMergeIndentValuesOfNumRule=bMergeIndentValuesOfNumRule@entry=false) at /home/caolan/LibreOffice/core/sw/source/core/edit/edattr.cxx:174
         #10 0x00007fffa986caa5 in SwView::StateTabWin(SfxItemSet&) (this=0x1bd4120,
             this@entry=<error reading variable: value has been optimized out>, rSet=SfxItemSet of pool 0x1b0dbe0 with parent 0x0 and Which ranges: [(68, 68), (10042, 10042), (10080, 10080), (10082, 10082), (10084, 10084), (10284, 10285), (10415, 10415), (10935, 10935), (10946, 10948), (10952, 10952), (10992, 10993), (11145, 11146)] = {...},
             rSet@entry=<error reading variable: value has been optimized out>) at /home/caolan/LibreOffice/core/sw/source/uibase/uiview/viewtab.cxx:1596
        
        Change-Id: I460e004e6dfa8fa6460c167c6483f2b24502b775

2017-01-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [106c642b7542d587e961774cac515611982c6f0d]

        sw: roundtrip test of OOXML decryption/encryption
        
        Change-Id: Idea2a46a692aed666eb8dbc6185ae001d30757c2
        Reviewed-on: https://gerrit.libreoffice.org/33228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [9ac64496440bd3b284fd9d360db107835433cdab]

        d*: load BitmapEx resources instead of Image ones
        
        Change-Id: Ibf741af5e5043fae6139a19cec3d244dee06f225

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [2266b436698f28f3869a025f5aa4a356da04a4f1]

        new loplugin: useuniqueptr: sw part 2
        
        Change-Id: Ifa901f75072d8474d8a97ca57c2b5b48d8c6b79d
        Reviewed-on: https://gerrit.libreoffice.org/33250
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [feb3b3dbda7af2ba7f2d36dd9174a30912d9cf63]

        XPackageTypeInfo::getIcon is useless
        
        nothing in LibreOffice calls it, and anything external would get a
        resource id which is useless to anything except LibreOffice internals
        
        Change-Id: I9d6d91a047da64dc98b556ae46fc86d84cf774f4

2017-01-18  Szymon Kłos  <eszkadev@gmail.com>  [cce54bf33808dc7422ded08a7d4d38fb0194a047]

        tdf#102139 : avoid switching to the empty tab after exiting the OLE Object
        
        Change-Id: I67c395106d2a24c679cddaddd9aba138388463a5
        Reviewed-on: https://gerrit.libreoffice.org/33237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [938e918dedb17f371676c1c0c0306442b620584e]

        update approximate install location in README
        
        Change-Id: I6a139d5be193c968c2bf3373b415baa25dc32595

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [a16225ce72f76febac3b6f3df7b62f280d71db1f]

        don't need so many brackets
        
        Change-Id: I6488bf57af2e7ae9aadd340dc0ef2467f0ea5111

2017-01-18  Stephan Bergmann  <sbergman@redhat.com>  [1e9ca27cf69840ab7b46c9c49ffe5eaa4c9a925c]

        Updated core Project: help  b37cd461191a0a5912383081989d834852ade6c2
        
        Fix duplicate ID
        
        Change-Id: Ia6785ffdd1d76fe21437aeb06292126ca9b81e15
        

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [bd78b28a1233e26c023a52df6b119d60a61d53ad]

        ofz: reduce scope, check stream, validate nActions
        
        Change-Id: Ie420ad40b0d852708828620cd26c2f746398f5a8

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [9a36e6c75196ebbc84d19b68f111fb59e60c85a4]

        TODO: fix reindentation below if you can accept being blamed by the SCM
        
        Change-Id: I853c2a12c7f49b9562d348409726c10d977a6619

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [352e036ada79bee79b0b52352cab4b05695b1abf]

        new loplugin: useuniqueptr: svl..svtools
        
        Change-Id: Ia4d5b37ee3cf67318e3cc01525e4b733af60d038
        Reviewed-on: https://gerrit.libreoffice.org/33251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-18  Caolán McNamara  <caolanm@redhat.com>  [d0cbdac23ba545091eb9fac8b114cfc20df74ebf]

        bodge the ms_MY currency for fuzzing stub
        
        Change-Id: I6f2c6c1873a771188d4d2e06b8fb4a6376cf2cc4

2017-01-18  Mike Kaganski  <mike.kaganski@collabora.com>  [13827ffa54268dc648e1b72ea574daea02598335]

        tdf#104181: don't throw on XRelationshipAccess query
        
        The queries are followed by conditional blocks; so throwing is
        unnecessary and erroneous (breaks parser internal state).
        
        Change-Id: I49917a85e34866a326b4a2edd30e76f130b8ee27
        Reviewed-on: https://gerrit.libreoffice.org/33244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-18  Mark Hung  <marklh9@gmail.com>  [43fc91de2847c1d810a6ce48756130c0480427af]

        pdf export: make FontIdentifier comparison strict weak ordering.
        
        VS Runtime Library debug assertion failed "Expression: invalid
        operator<" when exporting attachment of tdf#98879 to pdf.
        The document uses both vertical and vertical fonts.
        
        Change-Id: I4a2c519c539c28515cac876298be820cad8b9014
        Reviewed-on: https://gerrit.libreoffice.org/33082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-18  Justin Luth  <justin_luth@sil.org>  [441d7e046df36900bbf14b37277b15d615f67641]

        tdf#35021 TabOverMargin: support LEFT tabs also
        
        Change-Id: Ifea8c7fcde82c9d45ce1d67a829555f5499feeb0
        Reviewed-on: https://gerrit.libreoffice.org/32539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7388a7483da5cffdc4eef6c0474b98c9e5f5af0]

        use rtl::Reference in RequestFilterOptions
        
        Change-Id: I5d8aef57734e18d944b8e6dba0f69c5411f71062

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [0c326db8073c5334f8896f6f7105c6095248673c]

        use rtl::Reference in RequestPackageReparation_Impl
        
        Change-Id: I03f191972b817966d515a8d68c722070a4d0a06a

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [eceecde6ccc69004898cf657bc75a140c388614f]

        use rtl::Reference in MediaWindowImpl
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: Id42d43e14b573d48310b9e353667da80d171110e

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d9ea5f576cab03c920a6be933a923b7bcdabc44]

        use rtl::Reference in ConvDicList
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I7241edcb50736d0650349387ca1c032b88caf192

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5634d4e3bcba6dc5aa46dc8ebfa388f6442abc0]

        use rtl::Reference in AccessibleStaticTextBase_Impl
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I03da766787c3ac0273db50b7a79fd7a1d1d7bcbd

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [08d063eefebeaf9950af579f707d445ac60e5389]

        manage pField with tools::SvRef
        
        since it is a SvRefBase subclass
        
        Change-Id: Ib7d1e22336d673405d7455d40464df29f547d351

2017-01-18  Gabor Kelemen  <kelemeng@gnome.hu>  [e223f92654991356f7d6503f8929849812446076]

        Updated core Project: help  5d48c8a116679e077ce042df83fef5817cf716ea
        
        Fix bookmarks and ahelps on the 'Insert Row/Column' page
        
        Change-Id: Id7f5a4c9ab804d8a8563382305136b0456302f18
        Reviewed-on: https://gerrit.libreoffice.org/33241
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-18  Gabor Kelemen  <kelemeng@gnome.hu>  [b75b029c856f4ba8002415816d680e33899d62d4]

        Updated core Project: help  7fff88fe023d8da63708134138cf263a2314b68c
        
        Fix bookmarks and ahelps for 'Choose Item' dialog
        
        Change-Id: I394e73ea4ca4b24dd088db71fc163d3b5909260d
        Reviewed-on: https://gerrit.libreoffice.org/33239
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-18  Gabor Kelemen  <kelemeng@gnome.hu>  [c72cdcffa22e6a119546b3d2e17bf32bb35721b6]

        Updated core Project: help  f3447723452fd34ef8a1efb650de3645b9c737ff
        
        Remove obsolete ahelps from Compatibility options page
        
        Change-Id: I977b3ab385c323961676e5478ad9a530962c7cc8
        Reviewed-on: https://gerrit.libreoffice.org/33238
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-18  Vitaliy Anderson  <vanderson@smartru.com>  [fb4943338317c8f24b143d7d1f0b8f2069af1577]

        tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2
        
        Create the option in Tools->Options->LibreOffice Writer->Compatibility
        
        Change-Id: I7c766138db9210d3e7a97eea48b9265ee9762199
        Reviewed-on: https://gerrit.libreoffice.org/33148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-18  Stephan Bergmann  <sbergman@redhat.com>  [c8bdf901efd034f24bacf5e2d617a00bb1692238]

        Revert "external/firebird: Try track down "Couldn't turn forced writes off" failure"
        
        This reverts commit 128e7ce3ffa50b11b2d5ff9777a27b095a84e5d7 (plus
        40b44f7eb25114e5e4e19e571b8781580a938ca6 "Remove line again that was committed
        in error" follow-up), now that the cause is found and addressed with
        592f4f6a5941e42e6b2b3fa76e74b8ad509724c9 "external/firebird: Backport fix for
        CORE-5452 causing spurious SEGV".
        
        Change-Id: I84ddc90707693c2577ad0cd913e987bc9e173e34
        Reviewed-on: https://gerrit.libreoffice.org/33229
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-18  Stephan Bergmann  <sbergman@redhat.com>  [cbc0b5e1f322418f190c1faa056be87f762d4f4b]

        -Werror=unused-function (DISABLE_DYNLOADING)
        
        Change-Id: I2d70946423c6b1fe56d1630d6982e91bd5c7d81a

2017-01-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [32cc6ab5f2f4163672b2d2300069a1b1fbbdcd51]

        add ERF,ERFC,FACTDOUBLE  test case
        
        Change-Id: I1c1b3682a2f4e43b3e3ddaba5ac6e158206494ac
        Reviewed-on: https://gerrit.libreoffice.org/33232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [f3a90d13056ca23708cc4fd9562c99d0b41a4b6f]

        new loplugin: useuniqueptr: sd
        
        Change-Id: I2fc8a2fa57cc00edf2edab9e3722c824e75cb7e5
        Reviewed-on: https://gerrit.libreoffice.org/33204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c06ca5e183c232766468af4ce631e1eda130e7f9]

        add DELTA,DEC2BIN,DEC2OCT,DEC2HEX test case
        
        Change-Id: Ia157943a1fa5d734691490943a5874fed3951655
        Reviewed-on: https://gerrit.libreoffice.org/33231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-18  Justin Luth  <justin_luth@sil.org>  [34d32031ed2ab1969377abbc91981a056fe375b7]

        tdf#92470 docxexport: add support for XML_numRestart
        
        Although import handled whether footnote numbering restarted
        every page, chapter(section) or document, that information
        was not being exported in docx.
        
        Change-Id: If9e0a1d53c8610b18b949fd918c5dd7d7bd94682
        Reviewed-on: https://gerrit.libreoffice.org/33183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [fa2eb4b43fc872c171129d477cfabe9fa29d78ce]

        Some cleanups, tdf#105170 follow-up
        
        * Do some sanity checks on the arguments.
        * Use OUStringBuffer and append to it, instead of OUString.
        * Fold the string at once when offsets aren’t needed.
        
        Change-Id: I9c450f4cbb938b18ddfec2b9aca12a290b114c98
        Reviewed-on: https://gerrit.libreoffice.org/33219
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [743f9fc86f3d3b6e87bf58c0654bcdccab0ab383]

        python3: upgrade to release 3.5.3
        
        - fixes some minor CVEs
        - drop python-vc2013.patch.1
        - drop python-3.3.3-py17797.patch.1:
          the bug was fixed in MSVC2015 runtime so not relevant
        - drop python-lsan.patch.0:
          fixed upstream
        - ubsan.patch.0:
          drop hunks that were fixed upstream
        - python-3.5.0-tcltk.disable.patch:
          merge into msvc-disable.patch.1
        
        Change-Id: I2aecae446539d28eaf3eb64ee67581596019335d
        Reviewed-on: https://gerrit.libreoffice.org/33225
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [6ef033669762a0c7ce70c111458437d5e727a4ae]

        cppuhelper: implement environment mapping for constructor functions
        
        ae3a0c8da50b36db395984637f5ad74d3b4887bc unfortunately forgot to
        implement mapping between UNO environments for constructor functions
        in the UNO service manager, and due to the many componennt conversions
        to constructor functions since then, the log UNO purpose environment
        has become mostly useless.
        
        Save the environment, create a closure today!
        
        https://wiki.openoffice.org/wiki/Uno/Spec/Log_Environment
        
        Change-Id: Idc03b5ed9529da8e81cd91efe50cbeceffa2b247
        Reviewed-on: https://gerrit.libreoffice.org/33060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-17  Eike Rathke  <erack@redhat.com>  [57f66925d4c43dad7b0e2e67f91fc4d965f3f92d]

        set the default startup document locale fallback to work locale, not UI locale
        
        Do as the comment says and #i32939# intended but never was implemented. This
        matters only for initial startups when no document locale at all (of the
        locale's corresponding western/cjk/ctl type) is configured yet, to preselect a
        matching locale for each under Tools->Options.
        
        Change-Id: I73588568dd34b0f7807588194579b95cde33f0fd

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [63102c87a91e90f6b8116ba73695ede0c96bb0c3]

        loplugin:loopvartoosmall
        
        Change-Id: I2238bfbbfa1ad7567907ee627daa47e255825b4b

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [50a3e578e82a11c3106927b0f59e7d6e19770cc0]

        ofz: fix other similar pattern
        
        Change-Id: Ida04023df12186ef299c7f82e85778af7edb7d0a

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [13ea44d04f2a68644b67e4b2110211d0a5ddf29c]

        loplugin:conststringvar
        
        Change-Id: I0ec2a87a063e35f8539bc278acb13b591e64b995

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [2a9b4363ca190f1d783d540e95a031357f852858]

        ofz#415 crash in DXFVector::DXFVector
        
        Change-Id: Ia8edfebd0b69ed2500e2c3f575d51f40dc8718c0

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [5434d51d12611eb2726ce1394eb01921d008fa89]

        ofz#414 crash in DXFHatchEntity::EvaluateGroup
        
        Change-Id: I15c8cb7aeb8c45f32357afd0ea2f550ffe11dbf7

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [be2c955afda01680630f6988a1edcc55fd86fe22]

        loplugin:stringconstant
        
        Change-Id: Ia8e65f768d47dbbec126545aa1cf859efa59cc38

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [034ad80c3451f24efa1986eee3cd195ce6e1050b]

        defaults are good enough
        
        Change-Id: I37baafb8a55f3cd0aeb3e4f1633e1bea2bd9b76b

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [9128d38cabfa5d2ed3dd51f6a767263df321c281]

        drop now unnecessary dtors
        
        Change-Id: I61dbac2004b2de0f78e01069e7e4099b073d6295

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [157472752d822251f57d4089effac454b875e183]

        ofz#413 leak in DXFBoundaryPathData::EvaluateGroup
        
        Change-Id: I3eac501ce6edba1688571be1b9172c720f55a1ff

2017-01-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e87071ac57a7711078715d9165c264ec3db180ab]

        replace boost::checked_deleter with std::default_delete
        
        and remove all traces of boost/checked_delete.hpp
        
        Change-Id: I4486d0e07a7197d75f8739c8c6d79670163eaab2
        Reviewed-on: https://gerrit.libreoffice.org/33182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [d0f3363aa8db533ba6fe356053caaf79a1507d14]

        Fix patch
        
        The original patch caused compilation of x86-ffi64.c to fail, but that
        failure was silently ignored by the build.
        
        Change-Id: I93a0cde041b8f9546873d6cc30c1b690da098642

2017-01-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [562edf0f09ba4e82fb9186aa75ee88fd7f68d18f]

        making portable sed statements is not worth the hassle
        
        change to git's own formatting capabilities by using the text-wrap
        option with only indent settings/no rewrapping → %w(0,8,8)
        and also omit the additional empty line when there only is a summary,
        but no body in the commit message (remove a %n, make it %+b)
        finally drop the now no-longer needed starmarker (the @)
        
        previous differences in sed caused unnecessarily large diffs for
        distro-packagers, see
        https://anonscm.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git/commit/?h=upstream&id=3dceac52f75030e87519e73b42babde51e471d9f
        now it will change once, but then we can put all the blame on git :-)
        
        Change-Id: Ifa719d062582c54c9c23b4ae08d4bae9a396e83c

2017-01-17  jan Iversen  <jani@documentfoundation.org>  [6cd57bc27ebb381adfe90da8420291b9cb19d91f]

        gbuild-to-ide prepare for missing file types.
        
        Expanded the parser to understand the new json keys.
        
        Change-Id: I8ff91a9113a7b539a1d85e8ea936555825260ba0

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [3674aedb6e0832705004a713965c0caca55ef71a]

        comphelper: try to fix MSVC build
        
        error C2027: use of undefined type ´comphelper::PasswordContinuation´
        
        Change-Id: Iff5cfd1a81abc6adfbf1d3aedfb4f871b96d3504

2017-01-17  Federico Bassini  <kurogan21@gmail.com>  [e81be49e242121e19a424cc467ec91adc82c7429]

        gbuild-to-ide - all headers add to moduleDict for each module
        
        i added a key 'headers' in the moduleDict that contains a list of all the headers files (.hxx, .h, .hpp) fot that module...
        
        moduleDict['<module>']['headers']= list of all the <module>'s headers files
        
        i run "make debug-ide-integration" found 3 error:
        i added also a if statement to skip 'include' module for eclipse and kdevelop...(2 error)
        the 3° error leave untouched; it is at the line 495 'os.mkdir', the error say(for UnoControls module) Unocontrols/.kdev exist yet!
        
        Update:
        i have change the code as jan suggests!
        i do 2 function:
        -find_all_headers(): that call only one a subprocess and it founds all the  headers file contents in core folder and save it in a list
        -headers_of(modulename): it return a list of the headers only for the modulename parameter, it called in the assignment moduleDict[module]['headers']=...
        
        this only create a process once! it's more faster :)
        
        Change-Id: If05ce4104bcdd178c0c6a6f589fa0720d493dad6
        Reviewed-on: https://gerrit.libreoffice.org/33208
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [c42d8d44853195d861142b1b6d0b98ca2c4b0b7e]

        GTK3 getTransferDataFlavorsAsVector: Filter out non-MIME-types
        
        ...that would cause needless (though caught, so not causing real harm)
        exceptions downstream, as in
        
        > #0  0x00007ffff6a2d4dd in __cxxabiv1::__cxa_throw(void*, std::type_info*, void (*)(void*)) (obj=0x7c60480, tinfo=0x7ffff7b0c940 <typeinfo for com::sun::star::lang::IllegalArgumentException>, dest=0x7fff81733b80 <com::sun::star::lang::IllegalArgumentException::~IllegalArgumentException()>) at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:63
        > #1  0x00007fff817318c5 in CMimeContentType::acceptSym(rtl::OUString const&) (this=0x7fff4617b608, pSymTlb="/") at dtrans/source/cnttype/mcnttype.cxx:113
        > #2  0x00007fff817317de in CMimeContentType::type() (this=0x7fff4617b608) at dtrans/source/cnttype/mcnttype.cxx:148
        > #3  0x00007fff81730bf6 in CMimeContentType::init(rtl::OUString const&) (this=0x7fff4617b608, aCntType="INTEGER") at dtrans/source/cnttype/mcnttype.cxx:95
        > #4  0x00007fff81730a5d in CMimeContentType::CMimeContentType(rtl::OUString const&) (this=0x7fff4617b608, aCntType="INTEGER") at dtrans/source/cnttype/mcnttype.cxx:35
        > #5  0x00007fff8172daee in CMimeContentTypeFactory::createMimeContentType(rtl::OUString const&) (this=0x7fff46165e48, aContentType="INTEGER") at dtrans/source/cnttype/mcnttfactory.cxx:50
        > #6  0x00007fff8172dbe3 in non-virtual thunk to CMimeContentTypeFactory::createMimeContentType(rtl::OUString const&) () at instdir/program/../program/libmcnttype.so
        > #7  0x00007fffeecc97e1 in TransferableDataHelper::FillDataFlavorExVector(com::sun::star::uno::Sequence<com::sun::star::datatransfer::DataFlavor> const&, std::__debug::vector<DataFlavorEx, std::allocator<DataFlavorEx> >&) (rDataFlavorSeq=uno::Sequence of length 23 = {...}, rDataFlavorExVector=std::__debug::vector of length 1, capacity 1 = {...}) at svtools/source/misc/transfer.cxx:1221
        > #8  0x00007fffeecc894e in TransferableDataHelper::InitFormats() (this=0x7fffffffa698) at svtools/source/misc/transfer.cxx:1308
        > #9  0x00007fffeecc8722 in TransferableDataHelper::TransferableDataHelper(com::sun::star::uno::Reference<com::sun::star::datatransfer::XTransferable> const&) (this=0x7fffffffa698, rxTransferable=uno::Reference to (GtkClipboardTransferable *) 0x7fff46181718) at svtools/source/misc/transfer.cxx:1128
        > #10 0x00007fffeecd00bd in TransferableDataHelper::CreateFromSystemClipboard(vcl::Window*) (pWindow=0x1675000) at svtools/source/misc/transfer.cxx:2118
        > #11 0x00007fff9f267777 in SwBaseShell::StateClpbrd(SfxItemSet&) (this=0x37df2d0, rSet=SfxItemSet of pool 0x23bed90 with parent 0x0 and Which ranges: [(5311, 5312), (5712, 5712)] = {...}) at sw/source/uibase/shells/basesh.cxx:462
        > #12 0x00007fff9f2673c8 in SfxStubSwBaseShellStateClpbrd(SfxShell*, SfxItemSet&) (pShell=0x37df2d0, rSet=SfxItemSet of pool 0x23bed90 with parent 0x0 and Which ranges: [(5311, 5312), (5712, 5712)] = {...}) at workdir/SdiTarget/sw/sdi/swslots.hxx:2104
        > #13 0x00007ffff1b9c632 in SfxShell::CallState(void (*)(SfxShell*, SfxItemSet&), SfxItemSet&) (this=0x37df2d0, pFunc=0x7fff9f2673a0 <SfxStubSwBaseShellStateClpbrd(SfxShell*, SfxItemSet&)>, rSet=SfxItemSet of pool 0x23bed90 with parent 0x0 and Which ranges: [(5311, 5312), (5712, 5712)] = {...}) at include/sfx2/shell.hxx:216
        > #14 0x00007ffff1bb41c8 in SfxDispatcher::FillState_(SfxSlotServer const&, SfxItemSet&, SfxSlot const*) (this=0x257eea0, rSvr=..., rState=SfxItemSet of pool 0x23bed90 with parent 0x0 and Which ranges: [(5311, 5312), (5712, 5712)] = {...}, pRealSlot=0x7fff9ffad240 <aSwBaseShellSlots_Impl>) at sfx2/source/control/dispatch.cxx:1894
        > #15 0x00007ffff1b91d58 in SfxBindings::Update_Impl(SfxStateCache*) (this=0x257ee30, pCache=0x37e0570) at sfx2/source/control/bindings.cxx:327
        > #16 0x00007ffff1b9421c in SfxBindings::NextJob_Impl(Timer*) (this=0x257ee30, pTimer=0x1a1e398) at sfx2/source/control/bindings.cxx:1498
        > #17 0x00007ffff1b983ed in SfxBindings::NextJob(Timer*) (this=0x257ee30, pTimer=0x1a1e398) at sfx2/source/control/bindings.cxx:1441
        > #18 0x00007ffff1b90478 in SfxBindings::LinkStubNextJob(void*, Timer*) (instance=0x257ee30, data=0x1a1e398) at sfx2/source/control/bindings.cxx:1439
        > #19 0x00007fffec93f228 in Link<Timer*, void>::Call(Timer*) const (this=0x1a1e3b8, data=0x1a1e398) at include/tools/link.hxx:84
        > #20 0x00007fffec93f007 in Timer::Invoke() (this=0x1a1e398) at vcl/source/app/timer.cxx:88
        ...
        
        Change-Id: I5bac21f400cea04957554483aab2d44cca5b4bfc

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [b6dcd5aa346e3b31ea41bce4ae8607adf19a1ccc]

        I very much doubt we need this single special LinuxPPC ifdef
        
        Change-Id: I1661981fabcefde9ef7819fa554a31c68972e619

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [6abcf8b28926f63d0feccc7809c03dc54ff00fd6]

        no special support for MACOSX PPC in master for a while now
        
        Change-Id: I8d5dc878f41939e55ef8995d1da74548faa4711f

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [c057c01af2367ccc6fb542c27d0b99610a44b4ce]

        get rid of crazy
        
        Change-Id: I32fead179bb8c8aa36367a5a85a0bde0bd1b6f1f

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [e43db9db2779562e6d27fd1413d6f4010dcdf064]

        add en_MY stub
        
        Change-Id: Idef19273a6c45719e8771147c0788228e366d771

2017-01-17  Tor Lillqvist  <tml@collabora.com>  [7ccb6779c5624f0ce723ed60f94a2ed936345b7a]

        loplugin:staticmethods
        
        Change-Id: I8864342b6ffd2c63c231ca4d72220a8242da24ca

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [88df09f2ec12c3956032eb1477c0a8350606f146]

        we can use XInteractionAbort instead of AbortContinuation
        
        Change-Id: I7b3a6e0dc4dba345ee9581f4743a3b4fd9f7d736

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [6574aa57db96938248388c470d4061eca70bfa2e]

        remove SunStudio hacks
        
        There is no "SOLARIS compiler".
        
        Change-Id: Idcfaee36307b1a4112f7fd6702c5f0e528f812c8

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [0cee740c95496210d62206a21e8bc9adebf4fa4d]

        replace #ifdef SOLARIS with #ifdef __sun
        
        Check for a macro that is defined by the compiler, we don't really need
        one defined by the build system.
        
        Change-Id: Iccb8e3198396881395c97a6b81690ebe64b7e9d2

2017-01-17  Michael Stahl  <mstahl@redhat.com>  [b170265a6bba70faf1cb4172834586f4f45dd2bf]

        remove executable bit from .mk files
        
        Change-Id: I2ed12aae6596492e1059f8461efbafb711d16472

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [eaf2b87a2e4a2a72c3efdf979c7b87fad5c7cbe5]

        KDE4 Qt always processes all pending events
        
        Change-Id: I6a6e37c36a64640b641b116867da5c63c9d36bca

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [59b84bc78dff2adb265d9fa8edb4c42794cf9771]

        Change Idle to be a Timer subclass
        
        Drops a lot of duplicated code, as Idle is just a convenience
        class for instant, mostly low priority timers.
        
        Change-Id: I847592e92e86d15ab1cab168bf0e667322e48048

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [1531152eff8061d63be5d98641fcafaa1da05167]

        Add sensible timer handling for Calc input
        
        There is no need to destroy and recreate the timer object.
        Simply stop and start the timer as required.
        
        Change-Id: I2885fef8bdb90c379dc2e9b9caf986d250face5c

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [fdc612619c1c133353026166206cea18c48089a6]

        Refactor Scheduler to add Task class
        
        Moves all the "task-specific" stuff into a Task class and just
        keeps the "real" static Scheduler functions in the original
        Scheduler class.
        
        Change-Id: I9eb02d46e2bcf1abb06af5bab1fa0ee734d1984c

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [17bb38262471cf68167fa11ad875c2785f43a341]

        Convert bTimer => bIdle
        
        All other places already refer to being Idle, so change the
        Scheduler::ProcessTaskScheduling argument to bIdle and adapt
        all other scheduler-related functions.
        
        Change-Id: If5a605abbc3e620092127b65ada29f11215a0343

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [9ec3b1e1bfd38a7a26b8f22024b0d62f771fd5a5]

        Always schedule with the same time
        
        No need to always update the time - scheduling should be fast!
        
        Change-Id: Ic4c01f5a5759ef4970f1385aab6ef93cd67f33b6

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [9e51007039770370182839846676b205f5c34c57]

        tdf#97087 GDB pretty print the Scheduler task list
        
        In addition to the GDB pretty printer, this annotates a lot more
        Timers and Idles.
        
        Change-Id: I5b93fab02161b23bb753e65ef92643a04fb0789c

2017-01-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [9235c5a3c2c7038b75606235859057f13824d5a1]

        MM change listener from friend to a nested class
        
        Change-Id: I245a27e02816d3c96ca7777059b99c42cb64cca5

2017-01-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2c86015adc2875666969c519436684253cf13c32]

        add COMPLEX, CONVERT testcase
        
        Change-Id: I02b997cef3cce5641b1340125c791f38c89bf7b5
        Reviewed-on: https://gerrit.libreoffice.org/33084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f876909a777db2b6e942706b2aeab39b6ee33c4f]

        add INTRATE testcase
        
        Change-Id: Ief8656c197745caf6ee2c8cc2a4c5af04d948e21
        Reviewed-on: https://gerrit.libreoffice.org/33083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-17  Marco Cecchetti  <marco.cecchetti@collabora.com>  [457642759ff81aacf1451dd9025846799d0b978e]

        LOK: Calc: notes: on edit mode starts/ends: missing tiles invalidation
        
        On edit mode starts/ends, when a note is hidden, tiles, only the note
        tail belongs to, are not invalidated.
        
        Change-Id: I69487f428a121fc05da99d3b06786afd4f834766
        Reviewed-on: https://gerrit.libreoffice.org/30101
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2017-01-17  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ffb1fe4f434a48358a18c0af2c44a112d9ad04be]

        LOK: Calc: show/hide a note does not perform any tile invalidation
        
        Change-Id: Ia904b6bbe82c395299b269ddbde523d19bf486bc
        Reviewed-on: https://gerrit.libreoffice.org/30099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [63c40ba180a584646a69d4c95e20c8580db61211]

        manage m_xInplaceMenuBar with rtl::Reference
        
        instead of both a raw pointer and an uno::Reference
        
        Change-Id: I44111694671371fac5c4207d1c46f99761bf10eb

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f4dbfdd2c94771ffa062789ed97dde0d63f0564]

        manage m_xToolbarManager with rtl::Reference
        
        instead of both a raw pointer and an uno::Reference
        
        Change-Id: Idcdbbcd4f01c21bd32b4f00d3cfc3febd70e9194

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [04790b233278f558f5a5be3c811b9ac7a68bc8bf]

        use rtl::Reference in RequestFilterSelect_Impl
        
        instead of raw pointers
        
        Change-Id: I86e929d71afc1ce9852d2b01339f7623cc119fcb

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d3ad2640332d811d50055df81243fdd813edfc8]

        manage SvRefBase subclass with tools::SvRef
        
        Change-Id: Ieb164a8113c7033e72feece8421dd4ef68961f7a

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [5830ef9a65d268ca7939d5489a75e3873bdc5d96]

        use rtl::Reference in DocPasswordRequest and SimplePasswordRequest
        
        Change-Id: If1bad2bc852712b8315e44480ee81f797736bb95

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [574335a1ad68bdde15a67607f2460ef3828f6c3c]

        use SolarMutexGuard
        
        instead of manual acquire/release
        
        Change-Id: Ieb0a2c269b46004a80f77c51ce947b0daf015644

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [dd8f5e22356349345c35932fcc6b75dee503f834]

        use rtl::Reference in ScDPDimensions/ScDPHierarchies/ScDPLevels
        
        instead of manual acquire/release
        
        Change-Id: Id0dfa1c42e12a680ed6a6144b73d03c8f45e9f3d

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [492ccb76d75cbce976f5a4886cbe5eec3d132898]

        use rtl::Reference to manage ScAccessiblePageHeaderArea's
        
        instead of manual acquire/release
        
        Change-Id: I368530f30388cd4bba6dbc1fe6d6a5dd1e25f298

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b395bc73fb8709c738adebd94de8319e27ba878]

        manage SvxPropertySetInfoPool.mpInfos with rtl::Reference
        
        instead of with manual acquire()
        
        Change-Id: I9fac619730df6a070c5f0d887ecf9249bd7d65a6

2017-01-17  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [ce0f9962d1d1d5a4f6301be18c23b2d14efd9d6b]

        tdf#105014: Disable related buttons when there is no menu to edit
        
        Clicking the "Add Separator" or the "Add Submenu" button, when there is
        no menu edit, causes LibreOffice to crash. So disable them properly.
        
        Change-Id: Ibf685145a87c9e4343d83e1bb5ef6f08136c8f31
        Reviewed-on: https://gerrit.libreoffice.org/32987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [38a1e19ae49ac30757e4020b60adee7c30f3deb9]

        tdf#104150 DOCX import: handle <w:displayBackgroundShape/>
        
        Regression from commit 992da0d5cf04497bad55637f6a6ebfcdaec03e16
        (bnc#817956 DOCX import of document background color, 2013-05-27),
        <w:background> should be ignored when <w:displayBackgroundShape/> is
        missing from settings.xml, it turns out.
        
        This also requires generating the
        ooxml:CT_Settings_displayBackgroundShape token from the RTF tokenizer.
        
        Change-Id: I6d7986904cedb952998a87e7648919ae34adc360
        Reviewed-on: https://gerrit.libreoffice.org/33207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-17  Xisco Fauli  <anistenis@gmail.com>  [4fe8a05027ffa664380c2ae42a4a0e2a3bc966c5]

        uitest: check the different layouts
        
        Change-Id: I08f69742569a0129d505726632f8b88eaebed953
        Reviewed-on: https://gerrit.libreoffice.org/33195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [15ad47fe31c716b54d0b42c94b5f5d960f4aa10e]

        Fix typo in comments: Not that -> Note that
        
        Change-Id: I1c143f1f8b9cdbdb11055907f55a93e4bbadd7e9

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [4b3e8de6b3cb971b02aa0cb90aceb9e104071d3b]

        Resolves: tdf#103063 don't crash on importing this file
        
        doesn't go on to successfully open the docx, but it doesn't crash
        
        Change-Id: Ie37c115f81908695142849bd366583a5692ea806

2017-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [98e910fbecd3e4f4fee7b527f332a3f7219aebd9]

        starmath: Rely on the default ctors for SmRect
        
        No need to define its copy ctor manually nor to use
        placement new for assignment operator.
        
        Change-Id: I679a19c1d1a87072d818cdfa4a9347edb6f4cea1
        Reviewed-on: https://gerrit.libreoffice.org/33202
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [70fed865df7655a7ee65fa6cde51bbf93182dbbb]

        new loplugin: useuniqueptr: forms..framework
        
        Change-Id: I4300a13f455148b7156ac3f444c7102d63ae6db3
        Reviewed-on: https://gerrit.libreoffice.org/33164
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [fb4b59f9370167696d1a67beb16b593ba86971a8]

        cid#1398822: java.util.Properties.getProperty already returns String
        
        Change-Id: I056bffbdd0e3280bfbcfbb82aff73fb5bab8a0b7

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7cfbe5ad4fa351228c4764d9a7231024a97212c4]

        fix bug in  SfxItemSet::ClearItem
        
        resulting from commit
            2757ee9fe610e253e4ccc37423fa420004d0f388
            used std::map in SfxItemSet
        where I failed to notice that the nWhich parameter was being
        re-used as a loop variable.
        
        This bug was spotted by Jochen Nitschke
        
        Change-Id: Ifb43dfb84261ecbcf88e5b312b8ec24cf7c3dce9

2017-01-17  Khaled Hosny  <khaledhosny@eglug.org>  [278eabab2b5bdc95a51d501fcdb46c216ded3baa]

        tdf#105170: Ignore diacritics on precomposed chars
        
        When ignoring diacritics, the old code just ignore combining marks which
        works when using decomposed forms (NFD) but does not work for
        precomposed forms (NFC).
        
        Instead, we now decompose, strip marks, then recompose, and use a nice
        icu::Transliterator that does the hard work for us. As a bonus, we
        should now handle surrogate pairs fine (most of the time).
        
        The new code (in ignoreDiacritics_CTL::folding()) might not be as
        efficient as the old code that used transliteration_Ignore::folding(),
        but it is less ugly and more easier to resonate with, or so I hope.
        
        Change-Id: If48c8be30527580cdd68f20b40a6533c5f258d83
        Reviewed-on: https://gerrit.libreoffice.org/32826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-17  Vitaliy Anderson  <vanderson@smartru.com>  [7fa20da88a4778bdf20d6ca0491fe97ae03ab554]

        tdf#104349, tdf#104668 MS Word compatibility trailing blanks option
        
        The commits: 1c1747ac13a9d895df0fcba2fbb1bd266dccd74b and 4a410dd147f7160c1d62e3e0b67388a178d5136c
        make trailing spaces and their highlighting compatible with the Ms Word.
        
        The option is enabled by default for imported MS Word formats: .doc, .docx, .rtf
        For the ODF files the option is disabled by default
        
        Also it allows saving and loading the option state to the ODF UserData.
        
        It may be manually set in Tools->Options->LibreOffice Writer->Compatibility
        
        Change-Id: I5a86359c52d18e50bbb54b9f37c79b672591c369
        Reviewed-on: https://gerrit.libreoffice.org/33046
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [49bfc59272f8482ca37abc631d2c3777518fd1d5]

        new loplugin: useuniqueptr: sfx2
        
        Change-Id: I544c615105d14fa258fed7f30790d305e987f523
        Reviewed-on: https://gerrit.libreoffice.org/33206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [88c755e37cd36ddfe6d0d651540d9f2bd8a029a6]

        new loplugin: useuniqueptr: sdext
        
        Change-Id: Iae1dfc7f566d2f5bd1652f170218b502b5663126
        Reviewed-on: https://gerrit.libreoffice.org/33205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [a3bb39324e5e2cff2699e830454358ac1597ffff]

        Set exception message
        
        Change-Id: I79ac4500817b31988096627056434771b5b38a59

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [1b835cdb5ef4cebeae729b1edf2a773f4a582c0f]

        tdf#105212: BASIC sets Delimiter prop to integer value
        
        LO's BASIC doesn't have first-class support for the UNO CHAR type, often uses
        integer values to represent such CHAR values (cf. <https://wiki.openoffice.org/
        wiki/Documentation/DevGuide/ProUNO/Basic/Mapping_of_Simple_Types>).
        
        Since 0b07406f7147b9abbb2095d9e038b13293cb8b10 "Use C++11 char16_t for
        sal_Unicode" (for non-Windows, since LO 5.1) resp.
        e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle wchar_t as native C++11 type on
        windows" (for Windows, since LO 5.2), C++ css::uno::Any >>=, <<=, etc. with a
        sal_Unicode argument no longer silently treat the argument as sal_uInt16
        instead.  That means that BASIC code putting an integer value into a UNO ANY
        that shall hold a value of CHAR type may no longer work.  (Arguably, such code
        only ever happened to work by coincidence.  For example, if the ANY were
        processed by Java instead of C++ code, it would never have worked.)
        
        Luckily, the use of CHAR in the UNO API is rare (for a good reason, as a single
        UTF-16 code unit is hardly ever the right choice to represent "a character").
        The only documented place I could find using a CHAR property is Delimiter in the
        css.text.TextSortDescriptor and css.text.TextSortDescriptor2 services.  And the
        only processing of such a property that I could find across the LO code base is
        in the file modified here, which thus just takes a one-off special effort to
        take care of this problem.
        
        The direction from C++ to BASIC is left as-is.  The value of the Delimiter
        property is now reported as a CHAR value (where in the past it was---arguably
        erroneously---reported as an UNSIGNED SHORT value), and BASIC is generally
        capable of handling such CHAR values it receives well.  For example, in the
        BASIC code attached to tdf#105212,
        
        >   MsgBox("Sort: " + SortDesc(1).Name  + " = " + SortDesc(1).Value)
        
        SortDesc(1).Value will now print a (space) character instead of its numeric
        value (32).  Also, any other uses of individual CHAR values in the UNO API apart
        from properties appear to already be handled well enough by BASIC, as the sample
        code
        
        > Sub Main
        >  tk = createunoservice("com.sun.star.awt.Toolkit")
        >  dev = tk.createScreenCompatibleDevice(100, 100)
        >  descs = dev.getFontDescriptors()
        >  msgbox("Font """ + descs(1).Name + """")
        >  font = dev.getFont(descs(1))
        >  n = font.getCharWidth(97) ' 'a'
        >  msgbox("Width 'a' = " + n)
        >  met = font.getFontMetric()
        >  msgbox("FirstChar = '" + met.FirstChar + "', LastChar = '" + met.LastChar + "'")
        >  met.LastChar = 122 ' 'z'
        >  msgbox("New LastChar = '" + met.LastChar + "'")
        >
        >  trans = createunoservice("com.sun.star.i18n.Transliteration")
        >  c1 = trans.transliterateChar2Char(97) ' 'a'
        >  c2 = trans.transliterateChar2Char(c1)
        >  msgbox("Transliterate, '" + c1 + "' '" + c2 + "'")
        > End Sub
        
        demonstrates.
        
        Change-Id: I2aec1ce374c024bfac61f6c832241dfeb561addc

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [d1b088b84a45a61daa545d56dfd34b73531afa31]

        coverity#1398817 Unintended sign extension
        
        and
        
        coverity#1398818 Unintended sign extension
        
        Change-Id: Id8eaffa6e19dd36dc59d7d63fabb398aefdcf433

2017-01-17  Caolán McNamara  <caolanm@redhat.com>  [2ccc311712e39109991ed9b0fd82e9e82ccf3b7d]

        coverity#1398821 Uncaught exception
        
        and
        
        coverity#1398820 Uncaught exception
        coverity#1398819 Uncaught exception
        
        Change-Id: I68bba7043426ef5bd4146127fa115b31d03b8797

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [eede420e30b7b69aedd5050d1d335e20c584559a]

        use rtl::Reference in AccessibleGridControlAccess
        
        instead of storing both raw pointers and uno::Reference
        
        Change-Id: Ie2306b619bec81707c5cff4debb8c7462ac2f9a1

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [be0089b58b1a4a2f2d73a8da0b40b7b029c277a2]

        use rtl::Reference in AccessibleBrowseBoxAccess
        
        instead of storing a raw pointer and a uno::Reference
        
        Change-Id: I4326cbda900e053599f1e753cb1bff122bdecc44

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [76f81d58ab0cd701182f2d55281546ecd8b08c2c]

        use rtl::Reference in LngSvcMgr
        
        instead of storing both raw pointers and uno::Reference
        
        Change-Id: Ie403e1e7a081bc3f91fd25be89c54ddc1d1cadd2

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4d362017ecd6076ab9fd13d9c6b2c5137580500]

        use rtl::Reference in SpellCache
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: I8764bf6b7d7745dd14f6c7548e771131354b1f23

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [034cb09f56fba58ccc53acb88681e1f0b812156a]

        use rtl::Reference in SvXMLExport
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I83774937d3556b9fed550a7f3e757dc975b4098a

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2796150fdcc340be6b3dba19fc9c5734c21e0e6e]

        use rtl::Reference in DropTarget
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: Ia03e68ce7c0bec4b6e43e9ab32d8a918ea467f5b

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [2421d89e3b740d015fe1597f1c17118c12256897]

        Revert "distro-configs: disable firebird on linux_clang_dbgutil_64"
        
        This reverts commit 686887e2cb71e4ffc1e16179b06adf938a9dc7f9, now that
        <https://gerrit.libreoffice.org/#/c/33186/> "external/firebird: Backport fix for
        CORE-5452 causing spurious SEGV" should fix the instability.
        
        Change-Id: I9483c04de36d83233485f1280c3cada84767d696
        Reviewed-on: https://gerrit.libreoffice.org/33189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-17  Stephan Bergmann  <sbergman@redhat.com>  [592f4f6a5941e42e6b2b3fa76e74b8ad509724c9]

        external/firebird: Backport fix for CORE-5452 causing spurious SEGV
        
        ...while building LO.  Patches from <https://github.com/FirebirdSQL/firebird>'s
        B3_0_Release branch; to apply, 0002 needed 0001 first (which looks like a
        reasonable thing to include in itself, anyway), plus a trivial whitespace
        modification, plus an additional #include for Windows.
        
        Change-Id: Idd2e326432fa52762742a168c7e880a9c6fb650c
        Reviewed-on: https://gerrit.libreoffice.org/33186
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [7a60e90ef05c84923f83882efc01c33fef1ed305]

        new loplugin: useuniqueptr: helpcompiler..io
        
        Change-Id: I6b394163c144e6b5540cb160abb613d56fe327de
        Reviewed-on: https://gerrit.libreoffice.org/33165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Justin Luth  <justin_luth@sil.org>  [a9367c1b39600d5a5e2d0067113f06ad59cc37a1]

        tdf#35021 TabOverMargin: support center and decimal tabs also
        
        TabOverMargin compatibility setting allows tabs placed beyond
        the right margin to function where they are instead of using
        the right margin as a hard limit. So far this has only been
        effective for right tabs (the most logical tab to use at the
        far right.
        This patch adds support for center and decimal tabs also.
        Left tabs are trickier, so they will be attempted separately.
        
        CAVEAT: Basically all of this stuff tricks the layout
        engine, so the amount of text allowed on a single line is still
        "controlled" by the right margin.  So, even though the extended
        line could theoretically be very long, the amount of text still
        must fit within the limits set by the right margin.
        Thus large margins may cause wrapping in LibreOffice, instead of
        disappearing off of the end of the paper as it does in MSWord,
        and editing the text might get confusing - which matches the
        experience in MSWord.
        
        Change-Id: I1ff638eb3576ec221247e9a9823e7e082a1cba79
        Reviewed-on: https://gerrit.libreoffice.org/32534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d74e3b5bc43635c8c86988884b97929c3b086732]

        sw, sd: fix indentation
        
        The indentation in these files is consistent otherwise, let's keep it
        that way.
        
        Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2757ee9fe610e253e4ccc37423fa420004d0f388]

        used std::map in SfxItemSet
        
        instead of naked array
        
        SfxItemIter ended up needing to take copies of stuff because various
        code likes to iterate over the items and delete items inside the loop.
        
        The gdb pretty printer is no longer quite as pretty as it was before,
        but it still prints useful info.
        
        Change-Id: I59b07ea42f6b1c74798a15402970b9dbd8233dbe

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee2bd1ee97194f4d39d4d6ab95c9b926b5077cb8]

        use rtl::Reference in OInstanceLocker
        
        no need to store a raw pointer and a refcount pointer
        
        Change-Id: I2dc3b87dd870c8d8128c2249a18fda30319ba08c
        Reviewed-on: https://gerrit.libreoffice.org/33157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Gabor Kelemen  <kelemeng@gnome.hu>  [c815b89997cfa3ca875406887a33631f8cf50f19]

        Updated core Project: help  e40264511f6c8dfb16c284675e400080ec9a5526
        
        Sync terminology to UI: graphic -> image, hyperlink -> link
        
        Change-Id: I852e8924024899d346b7152ef31cbc85246f0bb1
        Reviewed-on: https://gerrit.libreoffice.org/33198
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-17  Gabor Kelemen  <kelemeng@gnome.hu>  [ecd24d41748eaa2e881089b4015b02062f7ad848]

        Updated core Project: help  4dd957bf55432bc092222d405c51fb8b4a09a1ca
        
        Fix old bookmarks and ahelps for Search Attributes page
        
        Change-Id: If40d8e8b4347678fcc530ada0ab3c0b2bdefe9c4
        Reviewed-on: https://gerrit.libreoffice.org/33194
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-17  Gabor Kelemen  <kelemeng@gnome.hu>  [964ec3bc59b9798a14b07f57c8c9d5633ef60bb9]

        Updated core Project: help  884382ec3e0d40e7cb21597569a5f653c02e8921
        
        Remove nonsensical switchinline
        
        Also sync the UI elements link and name
        
        Change-Id: I607b18357e4424fbffeb55bd932e72c91e9ff458
        Reviewed-on: https://gerrit.libreoffice.org/33199
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-17  Gabor Kelemen  <kelemeng@gnome.hu>  [38a195cfbdb9fd81326f76ef236ec7f6b76c748a]

        Updated core Project: help  3c3239394a090a3a4376b0a963c30be7a89ed7c4
        
        Fix connection between UI and help on Calc Statistics page
        
        File - Properties - Statistics tabpage in Calc was not
        linked to the help page
        
        Change-Id: Ief122e7959f3d396c2cd2d213a7a1434708b5925
        Reviewed-on: https://gerrit.libreoffice.org/33193
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-17  Abhilash Singh  <abhilash300singh@gmail.com>  [bc8eb82877f544d8cf80e6f3ea02a9993e058491]

        tdf#103574 Imagemap dialog lacks on confirmation button
        
        Change-Id: I95af2542fdb29efabd2d671597837c79e6336f37
        Reviewed-on: https://gerrit.libreoffice.org/32925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f5e9c29136079b596e68f888e74e524605c12713]

        use rtl::Reference in MasterPropertySet
        
        no need to store a raw and a smart pointer
        
        Change-Id: Ic6b0b716812ec1dca3111f2162379c11389e963a

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [998f635fb4caeaf3b9f010d6bb6da023569c5791]

        convert subtotalfuncs from manual array to std::vector
        
        Change-Id: I6af7e8c8d001c92edd364aa32224da1e4e1d1d9b

2017-01-17  Noel Grandin  <noel@peralex.com>  [10cb59eb914ba722c203242272de244d795a51e8]

        remove some unused Java code
        
        Change-Id: Ia1663256fc0b92c343ea4ba55a821c969077a0aa
        Reviewed-on: https://gerrit.libreoffice.org/33174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b458b67ebc3c3291f003f667480a1ccf376637d]

        use rtl::Reference OFileAccess
        
        instead of storing both a raw pointer and an uno::Reference
        
        Change-Id: I36f1788510e7233ae3de4610370528e24ca03e1d
        Reviewed-on: https://gerrit.libreoffice.org/33170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [b936cf58387c103f025da35a2c698417aa72a85f]

        use rtl::Reference in Formula
        
        instead of storing both a raw pointer and a uno::Reference
        
        Change-Id: I7f8baae687e528e89c7cdea1a92099ff4a759878
        Reviewed-on: https://gerrit.libreoffice.org/33169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b668a5071b2f0bc74f62873679fba5c6c2d04ce]

        use rtl::Reference in SortedDynamicResultSet
        
        instead of storing both raw pointers and uno::Reference
        
        Change-Id: Ifcc9daf95d4b2583c9bc4b06deb65a2e618ac1e0
        Reviewed-on: https://gerrit.libreoffice.org/33168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [90df5ee10727719aa1407ed4d1f06d7a790d6871]

        new loplugin: useuniqueptr: jvmfwk..sax
        
        Change-Id: I732e2e22c6f953f0982fbc8833453e7c23cf9d49
        Reviewed-on: https://gerrit.libreoffice.org/33166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  qarkai  <qarkai@gmail.com>  [d33d2a65a4ee54780ac005334bee176ddeec68fc]

        tdf#105204 fix shellcheck warnings in logerrit
        
        Change shebang to bash since -p option is used in read command,
        use $(..) instead of `..`,
        double quote to prevent word splitting,
        handle cd failure.
        
        Change-Id: I2ae00bbd21754136610504f2ff6818b8d3695cc4
        Reviewed-on: https://gerrit.libreoffice.org/33089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f38916888f980898707553e58a3e0d836c5198c]

        use rtl::Reference in BaseControl
        
        no need to hold both raw pointer and a uno::Reference to the same object
        
        Change-Id: I6aa2b2e259aed77ab038fc72a3ece7165e477f50
        Reviewed-on: https://gerrit.libreoffice.org/33163
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [b2a4c1e085a14f79cb1765fe2ade443afc273b9a]

        use rtl::Reference in ChainablePropertySet
        
        no need to store both a raw pointer and a smart pointer
        
        Change-Id: If0bde337e6d9fa575a2fc7104ecffa97a8c37c31
        Reviewed-on: https://gerrit.libreoffice.org/33159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [11880ef40a1244669ce1d594a49f1c02d7a8f8b7]

        use rtl::Reference in AttacherAllListener_Impl
        
        no need to store a raw and a smart pointer field
        
        Change-Id: Id9ce8365a413ee2dcac8e92b99768ccbb8bf7697
        Reviewed-on: https://gerrit.libreoffice.org/33158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9884a62a23b2a410e5b364308e06c37a67f9422]

        new loplugin: useuniqueptr: connectivity
        
        Change-Id: I016f6a62814f1e93373dc70f59893fa38361464b
        Reviewed-on: https://gerrit.libreoffice.org/33149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-17  Edmund Wong  <ewong@crazy-cat.org>  [33f43bd7742a0a8803eb19dd4de7de2c7a0c8c78]

        Fix check_index to be more pythonic.
        
        Change-Id: I02de34216805776ff86c9687e48d2942510f22e6
        Reviewed-on: https://gerrit.libreoffice.org/33200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-17  Julien Nabet  <serval2412@yahoo.fr>  [98397a48f1f33be3405b0f462fc20422f6363b68]

        Typo: listerner->listener
        
        Change-Id: Ib2cb62477630641f0302769eacdd0dd00f4e760c
        Reviewed-on: https://gerrit.libreoffice.org/33192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-17  Julien Nabet  <serval2412@yahoo.fr>  [bc2dee995b38fd16336541d533a105245aa681d2]

        Typo: charakter->character
        
        Change-Id: Ie925c3f15fc00cbc16f1b73d5e61be4d6fe9b8ec
        Reviewed-on: https://gerrit.libreoffice.org/33191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [294f2e627cc6f1d0483f7affcf96467a4bd3ba5a]

        tdf#97597: attempt to add test for multithreaded input stream buffering.
        
        But it always passes, even when UseBufferedStream is set to false...
        Needs improvement.
        
        Change-Id: I98f65dcd7bec3b47a437fdc6cc42c6e8e3775522
        Reviewed-on: https://gerrit.libreoffice.org/33190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-16  Michael Stahl  <mstahl@redhat.com>  [ac2105e77795970e9131092caae78fd42c86f6d9]

        cppuhelper: mark these with SAL_DEPRECATED
        
        Change-Id: Ide792910c39b3b33e2712268416e7950087877f3

2017-01-16  Michael Stahl  <mstahl@redhat.com>  [94cf7e6de57cb413db39f719b4a5108708897a5c]

        vcl: Edit::ImplGetCharPos() no calling iterateCodePoints on empty string
        
        (regression from 018beb38848fbd93889f29969f7ca5c68d0ac546)
        
        Change-Id: I4783d3de09eddbd00f5f91574fae1afde38f2bc6

2017-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [aef7612b0c75f4cec32aa2f5ec4bc1e382554429]

        update emoji autocorrect files from po-files
        
        Change-Id: I9f99276e36fbb0293a8ae2dc7dcd49fb75ca3be3

2017-01-16  Eike Rathke  <erack@redhat.com>  [35ed50dcd1c38bb0ec304dfc50758b96db65a8a5]

        Resolves: tdf#104950 add English (Malaysia) [en-MY] to language listbox
        
        Change-Id: I3a6865fa61e4bd0089214f110087ce0fff194e64

2017-01-16  Eike Rathke  <erack@redhat.com>  [4cc33214a5acf278b9549e21627ff44a01ce5f5f]

        tdf#104950 add English (Malaysia) [en-MY] locale data
        
        en-MY is a known locale with already assigned LangID and mapping, adding just
        its locale data will have it appear as 'en-MY' in the number formatter's
        Language listbox instead of "English (Malaysia)", but solves the users'
        problem.
        
        Change-Id: I32a7e9985d37c962d077531bc8d15162f8e2b48c

2017-01-16  Stephan Bergmann  <sbergman@redhat.com>  [5bc9eaaac34c83a970c38ad08ad2cfac5b556ca1]

        fix test
        
        Change-Id: Id915626324a692d8ec87cc6899c3de298682348b

2017-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eea296d7b038a3f9f690ac9bf5c190dd80de971c]

        Use unique_ptr for ZipFile here.
        
        Change-Id: I9e3bbf23f9ee7de8ad05061496eeb7d4dc74774e
        Reviewed-on: https://gerrit.libreoffice.org/33175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-16  Khaled Hosny  <khaledhosny@eglug.org>  [5cd7b656de392a6dcd05cd55cf9d330c0ab5cd07]

        Enable Chart XShape tests on Windows by default
        
        They pass both locally and on CI builds on Windows, so I think they
        are reliable enough to be enabled by default. On Linux CI builds one
        tests is failing but not locally, so not enabling them on Linux for
        now. Mac is a whole different story with most of the tests failing.
        
        Change-Id: I1f2cf6f318ddce3c68d7353c49fc510f895bbb6a
        Reviewed-on: https://gerrit.libreoffice.org/33173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-16  jan Iversen  <jani@documentfoundation.org>  [1fb2947aea679afeb061b38538c0a6ea8b3254a2]

        post_GbuildToJson.mk, extended with extra file types
        
        Extended the call to gbuildtojson, with extra file types.
        Some filetypes still need data collection, this
        is noted in the file as todo.
        
        Change-Id: I3e832f82656236d42d1d7b59bf3ac2925c5b1568

2017-01-16  jan Iversen  <jani@documentfoundation.org>  [b7e6f68858198cef294774e85134088828c742c3]

        gbuild-to-ide, temporary fix
        
        added test if key is in json file,
        this is needed at least temporary.
        
        Change-Id: I6fca2dff7fd198ac6b324869146c14de5f38b414

2017-01-16  jan Iversen  <jani@documentfoundation.org>  [dd7539262d5d1a25da0856f8e1965cf0e4351ff9]

        gbuildtojson prepare for new filetypes.
        
        gbuild-to-ide now contains a dict with json name -> file extension
        post_GbuildToJson.ml contains a todo list (missing files, new arguments)
        gbuildtojson.cxx made resistent (no extra argument list to maintain)
        
        Change-Id: I7f346f606ed5fba0a1eaffdd38454b484cecfcf5

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [dd70861fd7123c826feefa86f8af1da1f4877c97]

        ofz: ensure nOldSize is > 0
        
        Change-Id: Iaf385c9cd4fd37d56879908c00c7483762d66a0b

2017-01-16  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1e3879f7be9384e6c1027f2ac148ddf0754b6b54]

        LOK: Calc: notes: when edit mode begins the text content is misplaced
        
        Change-Id: Ia8efcee6fbeb75dd712d3ac480e355c2972875f3
        Reviewed-on: https://gerrit.libreoffice.org/30098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4f6a51f93eb9861bcdf38530d6badf8979ad7c36]

        Updated core Project: translations  b42935352f559784853712a2612ea975265d190a
        
        update templates for 5.3.0 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: Ie26cb18d50e8198010a777cc5b2f18babafc3150
        

2017-01-16  Michael Stahl  <mstahl@redhat.com>  [e5a502392431a49fe8c60eccf75fc150178f6c07]

        qadevOOo: remove silly exception catching from util.FormTools
        
        What's the point of catching an exception and then continuing onwards in
        a unit test?
        
        Change-Id: I100dfcaa9a4fdd5398cf4ac38426ec4397451b8e

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [0bb8bcf1f8ea7b0e54eb52dc53b986d0485fa07c]

        e*, f*: load BitmapEx resources instead of Image ones
        
        Change-Id: I3383e222829042557a8fd9f575049c47aeddeb09

2017-01-16  jan Iversen  <jani@documentfoundation.org>  [d602f404883f7303a927668dcef32eaf17a01f3f]

        gbuild-to-ide, typo
        
        create_include_pathks --> create_include_paths
        
        Change-Id: I23a88e4c3685306beecc34df72fe6691fde042ca

2017-01-16  Olivier  <olivier.hallot@libreoffice.org>  [1c628d9c81f961ee3ee1a8b071cbc0549851998d]

        Updated core Project: help  5f63c5afbcb8e280ce5759ef1a72bc6d6b0d9d3c
        
        Fix non-existing WORKDAYS function
        
        function WORKDAYS is actually WORKDAY.
        
        Change-Id: Ifd3b9b7f06d30eefdc3c7eef5e185fe83fa0f6c5
        Reviewed-on: https://gerrit.libreoffice.org/33172
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-16  Szymon Kłos  <eszkadev@gmail.com>  [b33715c00ea3a20e219d80845e72a2b37ba6c8cc]

        tdf#102139 : prevent the notebookbar from switching to empty tab
        
        Change-Id: I0b463fef98d7597c9b7f22ee84701519a0f2b575
        Reviewed-on: https://gerrit.libreoffice.org/33100
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [53f21cde330de4f0ad054a106e7a15654d79b7ee]

        new loplugin: useuniqueptr: embeddedobj
        
        Change-Id: I4c1302061a3607540af7de7a45ba060d3c0b403b
        Reviewed-on: https://gerrit.libreoffice.org/33153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Maxim Monastirsky  <momonasmon@gmail.com>  [535f2b2b0a21407c4412d14149d271a199c3e6b8]

        Convert RID_MENU_NOTEBOOKBAR to xml
        
        Brings a lot of features (icons, keyboard shortcuts,
        customization, context menu interception etc.)
        
        Other changes:
        
        - Make SfxDispatcher::ExecutePopup take PopupMenuFlags
          arg, to be able to pass NoMouseUpClose, so that the
          menu won't close on mouse-up under anything != gtk3.
        - Make .uno:OpenFromWriter and .uno:OpenFromCalc async
          slots, to avoid crash under gtk3 when recycling the
          current frame.
        - Don't show the menu in customization dialog, if
          experimental mode disabled.
        
        Change-Id: Ieea2f73f6b48fbaf4bdfc4acf1a33d25422357cb
        Reviewed-on: https://gerrit.libreoffice.org/33101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-16  jan Iversen  <jani@documentfoundation.org>  [c5555c1698665011457147b1f15ea00f04665a05]

        gbuild-to-ide xcode-ide-integration
        
        change target to use "make" for now.
        this patch enables debug/build in xcode.
        
        Change-Id: I1bac15beb77af35d7348eab9e645a1bf3522c2c8

2017-01-16  Michael Stahl  <mstahl@redhat.com>  [39ca8c72c2090f557a1bccd241aec88c9bed52fb]

        forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is async
        
        Follow-up to e19cdeaf7ddbcf39da47d9685d8e79e775dde7f4.
        
        Change-Id: Ic4f8f0373199a4237fa30a830fc89a263eb40d62

2017-01-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [36afb355ac37122d32d624db079def123ef548a2]

        Updated core Project: help  b79a20a305cc44ab3fb1a10325274d4867768d66
        
        Update safe mode help text to reflect changes in UI
        
        Change-Id: Icdbb9ed9ae3cf8bc41f44b407d0d352a7d4fde32
        Reviewed-on: https://gerrit.libreoffice.org/33161
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd9d8315141c3070f43e145ed4ee390e837eb73f]

        tdf#105017 Crash when click a "New Theme..." in Gallery on detached SideBar
        
        caused by VclPtr fixes which meant instead of the dialog staying in an
        always-zero ref-count state, it went up to a ref-count of 1, then down
        to zero, which triggered a delete before the dialog had finished
        displaying.
        
        And revert my fix in commit 0c1cd678f71e519f5a4e623d93442e046485005a
        which just worked around the underlying problem
        
        Change-Id: Icb35535dd06a2d1db1016d00d106760847d87430

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [26b0e86405b27a0342a5b42f82a944559f3a1358]

        inline InteractionContinuation_Impl
        
        since it only contains one field, and does nothing special with it
        
        Change-Id: Ie1c099a4507a6b99af28be5852793ccaa557aa72

2017-01-16  Federico Bassini  <kurogan21@gmail.com>  [de409aeed2e1efad47a25794d7a1ffba0272e35c]

        gbuildparser in gbuild-to-ide - added headers of the include module
        
        this is the version of gbuild-to-ide that implement a capture 1 of the project "keeping contributors"
        it adds all the headers files (.hxx,.h,.hpp) content in the folder include in moduleDict['include']['headers']
        there is an error in the VisualStudioIntegrationGeneration.emit() because there is a for that work only with the modules[<module_name>]['targets']
        whatever i'll do a comment in the code(i added a if statement!)with the error description that generate this error to not forget!
        
        Change-Id: I7cd6a15482d99406573dbd9bd095987772377cff
        Reviewed-on: https://gerrit.libreoffice.org/33162
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [79a4401ccf435b2127dee5a559678989413eef20]

        r*: load BitmapEx resources instead of Image ones
        
        Change-Id: I9931345912bdb7d3200b1a74742c1fcde1544bc3

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [1c7e010fa42c5064a86e00810cc6c7138586b723]

        SfxConfigGroupListBox leaks its resource container
        
        Change-Id: I02cf44bdc9032fdba9237083ef08da71b817e3af

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [4dd0f57bcd490ea602fcbe3c8af08f3b0a4b30ec]

        drop an unused resource
        
        Change-Id: I062859bf5c03f2bf1ad7306b0ce2ab4164eae3bf

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [02975b8ff9274515cee6aa0691d45c4e6a286c32]

        unwind resource
        
        Change-Id: I7a951548204745035bd69e4311e5fa1fe91b2d32

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [8dda567746f119cca68d95ca6fdbc335cffb07f8]

        drop unused define
        
        Change-Id: I2c3bd011f91e79d3aed43a78e54f149f19909cc3

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [74b92741b876002cb15993b57467d0a5d05d1ef4]

        b*, c*: load BitmapEx resources instead of Image ones
        
        Change-Id: Idbf99de17e5349712ef7c3da3ce8bb8b5f879ef7

2017-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d2693853e6c542bc9aec65be283619817929150]

        sw: prefix members of FndLine_
        
        Change-Id: Ibf163a4f77d769d332e7bddac5186e39fc80a161
        Reviewed-on: https://gerrit.libreoffice.org/33156
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [99e09b18b76c22c654a2c40e8176807ceff77c5f]

        new loplugin: useuniqueptr: extensions
        
        Change-Id: Iaafaf0117a339dbb435cec2bbf4dca55629ab8a2
        Reviewed-on: https://gerrit.libreoffice.org/33154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [18c2a1a902659c03fb12caea731ba5cb9aaf6226]

        Updated core Project: help  f877da8362728007c4771e731487149c084fc2da
        
        typo: add missing space
        
        via translator feedback
        
        Change-Id: I932dde4cc9d728830f8eeb35453853b9d63bfe9c
        

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [54019e6601421baeda15ea331a07fd60ea1f7125]

        new loplugin: useuniqueptr: comphelper
        
        Change-Id: Iafbaff60d10c9de7b57421e0c24809b08d813987
        Reviewed-on: https://gerrit.libreoffice.org/33146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [5fb99f271a571301f8246addae89738016926d6d]

        new loplugin: useuniqueptr: filter
        
        Change-Id: Ie5cee5d7dd067df121397b60a7adc85c62906e54
        Reviewed-on: https://gerrit.libreoffice.org/33155
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Stephan Bergmann  <sbergman@redhat.com>  [0f4f5621d194c9221b55bb4a20a251a0bb497d69]

        Use compat::isLookupContext
        
        Change-Id: I5b4523929f971d0345f112ba4f5faff1181cee2b

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [cafe7442f0aaa09ed25193c450330c2f2662d9ab]

        drop old unused vcl/qa/complex tests
        
        Change-Id: I3570b465d406921cbbb225825f9ba410161c9635

2017-01-16  Caolán McNamara  <caolanm@redhat.com>  [f8ec51cc28ce8e3902ac53c6a1720a5a0ac82261]

        boil down the use of OPERATING_SYSTEM to its unorc/uno.ini use
        
        Change-Id: I9f0f98c989cb7ecf6227154e1d81d49abade66c2

2017-01-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [29b13a24cf5f0e6e58641d4a55cdfa03c83b68ac]

        SafeModeDialog: restart in normal mode instead of quitting
        
        Change-Id: I546629656ada6c7a8a15b4dc77a042e1f1106924
        Reviewed-on: https://gerrit.libreoffice.org/33059
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3db1ce30ab235ad22aed71c22e4f6f52b7b88829]

        Lok: improved tile invalidation compression
        
        Handle corner cases better and eliminate
        invalid rects and out-of-bounds coordinates.
        
        Change-Id: Ib9247ae4f0306cf68937cd2678f6386fe7710eec
        Reviewed-on: https://gerrit.libreoffice.org/31665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [2abe0df63c59637ea1b00703458edf71dff8167c]

        new loplugin: useuniqueptr: dbaccess
        
        Change-Id: I2421cd032066c41f80e8b6560c8c4a73f26edeb2
        Reviewed-on: https://gerrit.libreoffice.org/33151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [4883355c31dff1f3d89f0d99d76837e0b72131d3]

        new loplugin: useuniqueptr: cui
        
        Change-Id: I9a72b0d3ca999e2f84c615515fafa90bc7f8f2b6
        Reviewed-on: https://gerrit.libreoffice.org/33150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  aleksandar-stefanovic  <theonewithideas@gmail.com>  [9123ba9632ec1e8a74e215c406da9ca02be09b8d]

        Cleaned up FormattingController
        
        It was coded pretty badly, so I cleaned it up. Most notably, it used
        a static instance of the Activity, which is a huge no-no which
        creates memory leaks. The irony is, it already had a reference to the
        Activity used correctly in the constructor. One memory-leak fixed,
        29 more to go (LibreOfficeMainActivity holds that static Activity
        object which needs fixing). Also, simplified the "bottom toolbar"
        in preparation for the CoordinatorLayout implementation which will
        allow the activity to have fancy animations and smart interactions.
        
        Change-Id: I31aa117f6179910db73a5256b0a287357e1dec83
        Reviewed-on: https://gerrit.libreoffice.org/33010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-16  aleksandar-stefanovic  <theonewithideas@gmail.com>  [15c97b28aa058006a66a17b1305c16dc7480f8af]

        Fixed typo in SearchController
        
        Fixed typo in SearchController (SearchDriection -> SearchDirection)
        Also tightened up the code.
        
        Change-Id: Iedb6f95c9d8ed04cc166638250c2d565e92d79ff
        Reviewed-on: https://gerrit.libreoffice.org/33011
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-16  aleksandar-stefanovic  <theonewithideas@gmail.com>  [a2945d837b7026f764ac5269c4d2453eb0862ee6]

        Replaced list and grid with RecyclerView
        
        Because RecyclerView is more optimized, especially if there are lot
        of items. This way, we don't have to recreate ListView and GridView
        each time we switch view modes. Changed list adapter to appropriate
        RecyclerView adapter, and created new grid adapter inline, next to
        the list adapter, while deleting the older grid adapter file. Since
        these adapters are almost identical in content, maybe we could:
        a) Make them extend the same "base" adapter, to avoid duplicate code
        b) Unite them into one adapter which would display appropriate views
        at appropriate times.
        
        Change-Id: I1545c2c245ca642a689dee584bffb15f90aac4a6
        Reviewed-on: https://gerrit.libreoffice.org/32976
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-16  aleksandar-stefanovic  <theonewithideas@gmail.com>  [b610c98b5981b9d2ab531196e17a6c6059e8d272]

        Revamped the navigation drawer
        
        Replaced the custom implementation of the drawer with the support library one.
        This one inherently follows Material Design guidelines, and is much easier to
        maintain. This implementation also allows for header in the drawer, and so
        we could put something useful there to make the drawer even better. Also kept
        the original way of programatically adding the menu items, although I find this
        practice somewhat unelegant. Maybe we could have static list of items, and then
        grey-out the ones that aren't currently available? Also added appropriate icons
        to the menu items (which are vector drawables, of course), but I only covered
        the providers that appeared on my device (I can't confirm that there are no
        other providers), so if the provider is covered, it will have an icon, but if
        I didn't cover it, it will appear just fine, but without an icon. Maybe we
        could move the settings and sorting to the navigation drawer, also? It would
        be cleaner and more elegant, IMO.
        
        Change-Id: I02a051f0b75c6d4e16f518aa19fb9c6eef00f5e4
        Reviewed-on: https://gerrit.libreoffice.org/32881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [ad694ef65a54746bc8c916c5bbbbde6dc483f7a8]

        new loplugin: useuniqueptr: basic
        
        Change-Id: I5a9806e8dd79431f14d6861c8f4d65f828398f07
        Reviewed-on: https://gerrit.libreoffice.org/33145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [eea337faafeae05bc1dd40e38e327202cebbc3f2]

        Updated core Project: help  6d47ddb5ee88c192a4fa3343b1cccf4044c54e2c
        
        Fix Macro assignment page of frames, images and OLE objects
        
        Fixes bookmarks, ahelps and UI element names
        
        Change-Id: I8441005c2bf181af314d3e80b4d926fa9caf923e
        Reviewed-on: https://gerrit.libreoffice.org/33109
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [cf89e28353fb546061849e21f8b155767fee96d6]

        Updated core Project: help  e8625126b630646ca0f490e1f21ef97015bce2a3
        
        tdf#105354 Do not link Macro Selector window to wrong page
        
        With this part dropped (it doesn't make any sense)
        the Macro Selector windows Help button does not display
        the Customize - Menu tabs help page anymore
        
        Change-Id: I2b74d4e920ee0e6b2172842406e29bbbecc329e5
        Reviewed-on: https://gerrit.libreoffice.org/33106
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [65429653eb7a07eca7be9a14b2dcb2717623d17b]

        Updated core Project: help  c5f15a5212c3b3da85229045ba24354c1f42726b
        
        Typo: 'theList Box Wizard'
        
        Change-Id: I664271ec7cf1de150c13bf32e1c37b91f2f297a9
        Reviewed-on: https://gerrit.libreoffice.org/33105
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [7a507b578910674eeab3062d3dbf893e2d54e9de]

        new loplugin: useuniqueptr: accessibility
        
        Change-Id: I0994bfcae23a2714c78e16c9baa7e0a018d46513
        Reviewed-on: https://gerrit.libreoffice.org/33144
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [5de98da7e01b08f59b6f26daa82f3090bd6a4f42]

        Updated core Project: help  d384c401e5630c617ac55e4f4b6e7142cc225e1c
        
        Typofixes: spaces missing after </item>
        
        Change-Id: I2344e3f845f83aac65eb0ebe53b1c1f2064f4022
        Reviewed-on: https://gerrit.libreoffice.org/33108
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [285ac82fb31bfca44dbfe29c09c6affae3e60b4a]

        Updated core Project: help  ba55e4f84d78748ea2f532515220e3860374a2b7
        
        Typofixes: missing spaces around <emph> and </emph>
        
        Change-Id: I20d9bed521fcf8c8fcba642c55821978cd3c78c3
        Reviewed-on: https://gerrit.libreoffice.org/33107
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        

2017-01-16  Gabor Kelemen  <kelemeng@gnome.hu>  [1cba476527abda5e1e4a724113c1fb7b9b261c9f]

        Updated core Project: help  26f13088c51486cbf9300e6453458f655f61d702
        
        tdf#105089 (partial) Typo: 'if he status' -> 'if the status'
        
        Change-Id: I78c9f36335ee1f79860237b92fa90b4731a589fd
        Reviewed-on: https://gerrit.libreoffice.org/33104
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b272cdf0025ce4bca31ee01c8b3aaca042dcb62]

        new loplugin: useuniqueptr: svx
        
        Change-Id: I0eb3d43d7bcfc491df16a72997a0720a6aec2c5c
        Reviewed-on: https://gerrit.libreoffice.org/32959
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [570d8dab6d6754ab8020cbe6624020dff7b8b624]

        new loplugin: useuniqueptr: chart2
        
        Change-Id: Ic029ed28fd6de8cf4ee204585c1c6e0c8a4b67ff
        Reviewed-on: https://gerrit.libreoffice.org/32960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-16  Justin Luth  <justin_luth@sil.org>  [0611017c1df3c98684fbb904c1ab5ec7f68074d8]

        tdf#74177 Writer table: comment shouldn't prevent IsNumberFormat
        
        This patch allows processing a number even if a comment is the
        first item in the string. Previously the result was formula
        cells displaying an error message.
        
        Only fields were handled for annotation anchors. Allow other
        non-word-breaking markers to be checked for number validity.
        
        Change-Id: I13b3566bf93f0029a28bada470cdd4196271bccd
        Reviewed-on: https://gerrit.libreoffice.org/32949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-01-16  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a1784cc9a73c5f43d084f31ac37b78b3642d46d3]

        shellcheck: cleanup symstore.sh
        
        Change-Id: I8eb53c06892934c21d55b69d12e3c8ff09696295

2017-01-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ff407afbb5b121228879a3323c5be12ce2750e1a]

        tdf#48140 replace CellRangeAddress in xlsx import (16)
        
        Change-Id: Ie44a5b8433e2dc2c253d6c439f9308f936a4508f
        Reviewed-on: https://gerrit.libreoffice.org/33094
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7c73c4605bb75b288e186b5de0ca12da1724353e]

        tdf#48140 replace ApiCellRangeList in xlsx import (3)
        
        Change-Id: I9cb4b14c0b4642c6e630c449dc979521ba0f8ee6
        Reviewed-on: https://gerrit.libreoffice.org/33093
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ff08e8d5618f84366439c6f48bd7c5f3062905a3]

        tdf#48140 replace ApiCellRangeList in xlsx import (2)
        
        Change-Id: I3e609c54f7b21c300944362d27248d92ab69b886
        Reviewed-on: https://gerrit.libreoffice.org/33092
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5c6b81622530e708b2bb7901bcc531212a6ef72e]

        tdf#48140 replace ApiCellRangeList in xlsx import (1)
        
        Change-Id: I61c2890db1190f2552e16bc26968bec31c5dc6d3
        Reviewed-on: https://gerrit.libreoffice.org/33091
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [98f2431d3bba2004174673294e28bf208bf9939e]

        tdf#48140 replace CellRangeAddress in xlsx import (15)
        
        Change-Id: I31d10a481063f42f1504d0066d8364102d17a1fb
        Reviewed-on: https://gerrit.libreoffice.org/33090
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-15  Mark Hung  <marklh9@gmail.com>  [fef38c79e46feaf72e31253d80a82f26b4c2bcc7]

        tdf#104372 Update accelerator command of CTRL+M in Draw.
        
        The UNO command of default formatting in Draw is .uno:SetDefault
        instead of .uno:ResetAttributes.
        
        Change-Id: I9fea2cb6b89f7869cfcd40fa6e1768952563a4f6
        Reviewed-on: https://gerrit.libreoffice.org/33085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-01-15  Xisco Fauli  <anistenis@gmail.com>  [e033311c1a4fcfe594bc773d58da6cc06d4dd624]

        tdf#80663 Add uitest
        
        Change-Id: Icc9d7d84b44ecbd0531f538ec227b37998b1f5e2
        Reviewed-on: https://gerrit.libreoffice.org/33097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-15  Pedro Giffuni  <pfg@apache.org>  [5f2f0d9799d9ab57624e03e235b32333ad961ac2]

        FreeBSD PPC: Missing patch
        
        Submitted by:	Curtis Hamilton
        
        (cherry picked from commit 55ffac651c9996916680cdc05b32eb1b091a5ccf)
        
        Change-Id: I160ff9369a563d58469682ed96e25c792184708c

2017-01-15  Caolán McNamara  <caolanm@redhat.com>  [18a60a034abd3862ea28451f94cf2d3c7bb25307]

        crashtesting: fix a badzillion writer layout crashes
        
        e.g. fdo80788-1.odt
        
         Invalid read of size 2
            at 0x3C031438: SwLinePortion::IsParaPortion() const (porlin.hxx:132)
            by 0x3C05EC56: SwTextFormatter::BuildPortions(SwTextFormatInfo&) (itrform2.cxx:679)
            by 0x3C05F2A2: SwTextFormatter::FormatLine(int) (itrform2.cxx:1550)
        
          Address 0x3576189e is 30 bytes inside a block of size 40 free'd
            at 0x4C2ED4A: free (vg_replace_malloc.c:530)
            by 0x4E56939: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:279)
            by 0x4E56978: rtl_freeMemory (alloc_global.cxx:349)
            by 0x4E5501B: rtl_cache_free (alloc_cache.cxx:1230)
            by 0xDACE741: FixedMemPool::Free(void*) (mempool.cxx:49)
            by 0x3C043AB8: SwTextPortion::operator delete(void*, unsigned long) (portxt.hxx:55)
            by 0x3C043B05: SwHangingPortion::~SwHangingPortion() (porrst.hxx:98)
            by 0x3C043F47: std::default_delete<SwHangingPortion>::operator()(SwHangingPortion*) const (unique_ptr.h:76)
            by 0x3C044070: std::unique_ptr<SwHangingPortion, std::default_delete<SwHangingPortion> >::reset(SwHangingPortion*) (unique_ptr.h:344)
            by 0x3C0888C3: std::unique_ptr<SwHangingPortion, std::default_delete<SwHangingPortion> >::operator=(decltype(nullptr)) (unique_ptr.h:280)
            by 0x3C0888DB: SwTextGuess::ClearHangingPortion() (guess.hxx:51)
        
        since...
        
        commit a706bb06d5326e7a997dd1d71f3f947bd0ad28e6
        Date:   Wed Jan 11 14:26:47 2017 +0200
        
            new loplugin: useuniqueptr: sw part 1
        
        Change-Id: I614029474d684ddcccd4f4a5e9787fe6c19d8fd2

2017-01-15  Caolán McNamara  <caolanm@redhat.com>  [e50b785b5eeb7a3f3deedf1125c205d6abec8ac3]

        ditch the irritating inline keyword
        
        Change-Id: I65cdb5a5ba3e5d1ebb852b7e0d3d58b2b2fbbbcd

2017-01-15  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [4f6d6d905ffe4e9962ea858d415273df4f5829fd]

        tdf#50916 Make sure that we don't access aCol out of range
        
        Change-Id: Ib41b474c6ae573ca68614aeff8ca2cda5fd52dbc
        Reviewed-on: https://gerrit.libreoffice.org/33061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-15  Xisco Fauli  <anistenis@gmail.com>  [91f8766db597e25714be0eab8c69510e19865c04]

        tdf#92611: Add uitest
        
        Change-Id: I9b07b185fd1c3f43c06713d4e5fde8d97b2991ef
        Reviewed-on: https://gerrit.libreoffice.org/33099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-15  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [e8826d0d534a355f9a477eb2393bca1658cb4113]

        replace xsl:comment with /*
        
        Change-Id: Ieeebda1fdd1db7dd9a08c7393788bac2509ab637
        Reviewed-on: https://gerrit.libreoffice.org/33020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-15  Stephan Bergmann  <sbergman@redhat.com>  [5070d09b4a643f4578bfcaa624bfdfd0379eae20]

        -Werror,-Wunused-private-field
        
        Change-Id: Ice443900fe8066e3f9edaf789b81f6f941414b0a

2017-01-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [17e9a5bf94eb08f88f8c78c9982dd0ce48a5e2d9]

        gbuild: populate local symstore on Windows
        
        Script based on Lubos' tb master script from
        http://nabble.documentfoundation.org/Daily-Win32-debug-builds-td4067279.html
        
        Change-Id: I7f3247367a63078881f3cf51cf3e2cad59ad67b5
        Reviewed-on: https://gerrit.libreoffice.org/33088
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-15  Khaled Hosny  <khaledhosny@eglug.org>  [db146ea596c8056ef7a75d7d6c58d9293161d5da]

        tdf#105015: Don’t ignore all printer fonts
        
        For whatever reason we query printer output device for fonts and for
        whatever reason GDI will only report fonts from the printer which
        often in formats we want to ignore. This results in aborting the
        application when we reject all fonts on the printer!
        
        Just special case printer output devices and hope for the best.
        
        I think this commit is partially blamed as it is evidenced now that
        there was a good reason to only abort for window output devices, but
        I’m leaving this as it is for now:
        
        commit ea7102c93c33884a68d4dba0de7d52f8ed4f4579
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Tue Mar 25 21:54:20 2014 +1100
        
            fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on device
        
            It makes no sense that ImplInitFontList() only fails for Window
            instances. I have carefully checked all the functions that use
            this function, and there are no good cases when no fonts won't cause
            problems. In fact, we have a number of functions that specifically
            rely on the fact that ImplInitFontList will populate
            OutputDevice::mpFontCollection with at least one font.
        
            Therefore, I'm making this abort if it can't populate the collection,
            regardless of whether it is a Window, Printer or VirtualDevice.
        
            I have also refactored GetDefaultDevice - I now check the default
            pOutDev parameter to see if it is NULL (the default), in which case
            it is referring to the default window, so I call on
            Application::GetDefaultDevice() instead of going straight to the
            pimpl data structure used by the Application class.
        
        Reviewed-on: https://gerrit.libreoffice.org/33014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit 88d6675a40034fa786efd75cf14175f3c0c83e2e)
        
        Change-Id: I3f34ba0cea9f88966ace3a5ef7fac868972ea5ac
        Reviewed-on: https://gerrit.libreoffice.org/33087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-15  Szymon Kłos  <eszkadev@gmail.com>  [56fabc4b7e237cfebe36edbf229210ed767d02b1]

        Removed superfluous tooltip
        
        Change-Id: I3f01ec51e30939cf8fcb98f61d047347a6d6a8a0

2017-01-15  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [35f858be0641a1db1929f8f07355993e6854219e]

        remove newlines, fix whitespace errors and line endings
        
        Change-Id: Ib6e5c7f8f4d751f9af04784422f4ee4841c1b682
        Reviewed-on: https://gerrit.libreoffice.org/33019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-15  Jaskaran Singh  <jvsg1303@gmail.com>  [92fc31dd787149b59fcd08c08bffb90a9e2f5b64]

        Expose ExternalDataMapper member functions to the public
        
        Change-Id: I182778353e664f9e3dd8003a38c06202e5cdfdec
        Reviewed-on: https://gerrit.libreoffice.org/32934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d685b030aa0d7aa25d9666cd6857b7cb917e297c]

        Add build id to crash metadata
        
        Change-Id: I0e11a96936ea08cc439fcc1b1e3ff1f59c636665
        Reviewed-on: https://gerrit.libreoffice.org/33026
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-15  Gian Domenico Ceccarini  <gdceccarini@gmail.com>  [409a8890fd2adb2543fdc161c37358411eb9345a]

        fix css xhtml export
        
        Change-Id: Iea65e0c577a8f446ae2adbc75e7efe04326850bb
        Reviewed-on: https://gerrit.libreoffice.org/33018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-15  David Ostrovsky  <david@ostrovsky.org>  [32c9876d51fe0357ba66eb6292f772728080510b]

        ZipFile: make it work on MSVC 14.0
        
        Change-Id: I99a00c61634375a75e15a8c1530213f5aad25b51

2017-01-14  Takeshi Abe  <tabe@fixedpoint.jp>  [99eed82939999d9a9689788a4134dd05d5c20c5a]

        vcl: Fix string comparison for reading text attributes
        
        The original code seems to do the opposite.
        
        Change-Id: Ib112bcd14338cef84c562e4a670bcb1fcc06583e
        Reviewed-on: https://gerrit.libreoffice.org/33080
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [61af2bae8d3cdf0e7acfa9e49224ca5afcdd38dc]

        vcl: add SVM metafile reading and writing test and extend xml dump
        
        Change-Id: I88ffb795a9c33ea62d05d599757a287335c7d680
        Reviewed-on: https://gerrit.libreoffice.org/32914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [084ee886f8d4d43999915f832a45be54423b86e2]

        add GAMMALN.PRECISE test case
        
        Change-Id: Ic5ec006c2413fab8d7b3a78fc0d53933b76b2dd9
        Reviewed-on: https://gerrit.libreoffice.org/33076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2429600a971dd1bf3cbedf1e4a2f57bdf7cc8bad]

        add MODE.MULT test case
        
        Change-Id: I31faae02a75d02b7ef4b4eabf9244e3b87af8a8b
        Reviewed-on: https://gerrit.libreoffice.org/33078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [a98c28cc305a29410b3255c3f07aa117a1ca24fe]

        u*,v*: load BitmapEx resources instead of Image ones
        
        Change-Id: If279c55a0055e51e04b31e0db745779c3a44bcd6

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [fffb674c1e5352048caeae325ecdc6428cb210bc]

        coverity#1371289 avoid the need for an assignment
        
        Change-Id: I7f9b8d21652c79642f9a2f916ad0609c8abd430b

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2b407adc78c97863223653cb24e7a7226ae1e6cf]

        add GAMMALN.PRECISE test case
        
        Change-Id: I170d954b4f07d21229a2ba414cdd047a40259e7f
        Reviewed-on: https://gerrit.libreoffice.org/33077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Stephan Bergmann  <sbergman@redhat.com>  [95bf4e560ac0a28f84133ceabc677887e7b7935e]

        -Werror,-Wunused-lambda-capture
        
        Change-Id: I0ceabed1f89b6b641d5282fa1c32719bf3ead19c

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5dab4b5ec357ad3cee412f2604c8b2f5f0f8237c]

        add JIS test case
        
        Change-Id: Ia85c4622255df39120cee27b0f083a89f84ce6ac
        Reviewed-on: https://gerrit.libreoffice.org/33075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Stephan Bergmann  <sbergman@redhat.com>  [a207bb515ed949d403cadb5970b042bd57574e5f]

        -Werror,-Wunused-lambda-capture
        
        Change-Id: Idb3c9673d8c20782ff2d7995aad30ed9253b5337

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [e1b6ff7f622383ed4e667118107e144c6e183526]

        avoid OConfigurationTreeRoot copy assignment
        
        Change-Id: I768558716d2e6054a85210e982a8bb7a87fe3469

2017-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ae705d02df0ddf75b97d0e94add6994626f487e]

        tdf#97597: Ensure that each parsing thread has its own buffer.
        
        Change-Id: I93077f954a49b3922930e4fc86c80228be0f4dd2
        Reviewed-on: https://gerrit.libreoffice.org/33069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [efce216ca5d2b852c9fccc52ee68d1e27279d900]

        rename from bmp to png
        
        Change-Id: Ibcb08acfd8ac518388c33b97121fc04a7b7dbf03

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [899b4bb791b776c2a4899601953a9c21b71197cd]

        nothing uses sidebar/morebutton.bmp
        
        Change-Id: Ia29a6b3d45bb1142d6a97aafe3fdd7461e8fbca5

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [6391993d1ffb5ec6ce627671eb77925a4498946f]

        move Image(Bitmap, MaskBitmap) code to last user of it
        
        the last use looks rather dubious to me, I wonder if anything can really end up
        here
        
        Change-Id: I13314610405463122891b3ed0f311da65fd1d542

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [39b68ccf5f31dd9fe364a68bb375c1020ef05c40]

        CreateBitmap takes a BitmapEx so no need to drop alpha
        
        Change-Id: Ib0f70ea6d2a4733b16048e03d7019cf735b3b353

2017-01-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9505fc0822ea28864c2773d63220a59b014d3406]

        cosmetics: no need for that echo when using codesign with --verbose
        
        Change-Id: I7e51445e890bd1ed5bcafb9cc713c6f5fad24631

2017-01-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [abdb32cbad1b85d2d47ad954aa55b468b078a05e]

        workaround for codesigning on Mac baseline - do jnilibs first
        
        as otherwise signing fails (LibreOffice.app: code object is not signed at all
        In subcomponent: path/to/foo.jnilib)
        
        Change-Id: I3e4691f2ada408d9e76d200a3291b044753ec85c

2017-01-14  Stephan Bergmann  <sbergman@redhat.com>  [1c3385fa27bf8f133519a495e384d75de1cf94db]

        loplugin:refcounting
        
        Change-Id: Ied9ecabb3cb6b5d629ec72db164df452d8ca114a

2017-01-14  jan Iversen  <jani@documentfoundation.org>  [f963c33ddcc2d3f70cc927104d6d1c3ed4ef9b27]

        gbuild-to-ide, prepare for more file types.
        
        The structure how to capture new file types is in place,
        now search need to start in post_Gbuildtojson for missing/wrong macros.
        
        Change-Id: I9f97a6181c24d2cffbb004ee660c9cfbf5d0a099

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [6faba77920ce9847ed18d0e6849202c68277ad2d]

        these bitmaps all have alpha channels, not replaceable magenta hack
        
        Change-Id: I5e4a433262f17cf4b7e7966687561202960bafa4

2017-01-14  Xisco Fauli  <anistenis@gmail.com>  [0089da5af5ab1e1cbbba76b4635e8472c2678c5f]

        tdf#96067 Add uitest
        
        Change-Id: Iac2690789c5a82bfdf140067c1b0dcdaa423a8ab
        Reviewed-on: https://gerrit.libreoffice.org/33066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-14  Xisco Fauli  <anistenis@gmail.com>  [6e63f40dcc96fac62433fe62c5bbf7cf4378b498]

        Check number of columns and row in the inserted table
        
        Change-Id: I6c6c9b38a9eb1a2912373008564b4838bd3fc3f8
        Reviewed-on: https://gerrit.libreoffice.org/33067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-14  Olivier  <olivier.hallot@libreoffice.org>  [597e02e6d42dce07bccdba73d1fa035970d3743f]

        Updated core Project: help  7f522b0b3add60eaf756d4c018b92c9c9f45d9ba
        
        Fix typo in help page
        
        Change-Id: I6c9022dc42b8baa9fedc270c86c9a8cd65cb9d3a
        Reviewed-on: https://gerrit.libreoffice.org/33068
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-14  Tamás Bunth  <btomi96@gmail.com>  [882db8709f4ebc9f170cf743f39434d791b34b14]

        tdf#70433 tdf#104734 implement sdbc XClob
        
        And use it in getClob, so LO can display clob values like the return
        value of the built-in List function.
        
        Change-Id: I395016e945dbeb2c6bb3737b6345d40ff9f48089
        Reviewed-on: https://gerrit.libreoffice.org/32938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>

2017-01-14  jan Iversen  <jani@documentfoundation.org>  [2a4b291d3bfb378776388f67670d877c658fce47]

        gbuild-to-ide GbuildParser cleaned
        
        Removed target_by_path.
        All targets listing is now via
        .modules[*]['targets']
        
        Eclipse & Kdevelop classes updated.
        
        Change-Id: I71ec088cf2e77777eeb51ec68517c22bff9ddf44

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [08a8174d17fa32f709546e63c26fcf8a7c4f8255]

        coverity#1398581 Dereference after null check
        
        and
        
        coverity#1398582 Dereference after null check
        
        Change-Id: I6cbf11c30aac3e9dd7eb0727063a79369fb3e059

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [d7e28300057645362ce32909c077b107f0a5c270]

        coverity#1398583 Dereference after null check
        
        and
        
        coverity#1398580 Dereference after null check
        
        Change-Id: Ib02a05d97c2ee2824eb1e8ad7fa97022fd573879

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [9a9a3e8954c9e0adda76539b158e7ca8af1bd9b0]

        coverity#735343 Unchecked return value
        
        Change-Id: I18c605511094ad48557a24a89a391d8361a001a7

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [773ec34047ea5e94720debb42a2115958665b24c]

        coverity#1398585 Uncaught exception
        
        and
        
        coverity#1398587 Uncaught exception
        coverity#1398588 Uncaught exception
        coverity#1398589 Uncaught exception
        coverity#1398590 Uncaught exception
        coverity#1398592 Uncaught exception
        
        Change-Id: I603fc492df9215e0d67419640afc3d6a2af28c10

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [996edbce872ae6c239aa3c82582c0c6c37baa715]

        coverity#1398584 Uncaught exception
        
        Change-Id: Ic5a269bee9cf1e481cd107d36dc190adc9715af5

2017-01-14  Caolán McNamara  <caolanm@redhat.com>  [44ffbca37c93074b8574b51bffdc44b8461510df]

        coverity#1398586 Uncaught exception
        
        and
        
        coverity#1398591 Uncaught exception
        
        Change-Id: Id46cb66ea8e26af480234703cafd26ff7b7271f0

2017-01-14  Xisco Fauli  <anistenis@gmail.com>  [5930cf87454940a0015e9e18f154759163caf929]

        tdf#104158: Add uitest
        
        Change-Id: If2391365e71df0e95dc1be177e3595a62e0d6eab
        Reviewed-on: https://gerrit.libreoffice.org/33057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2017-01-14  jan Iversen  <jani@documentfoundation.org>  [9cb3b064e55fcb8d44698bec7aae76edd44b06a3]

        gbuild-to-ide cleanup GbuildParser
        
        Removed .files replaced by
        .modules[*]['targets']
        
        Affected generators updated.
        
        Change-Id: I4bf4cb5a23ba0b48b11adb1795c0a4f9dfbb0d3a

2017-01-14  jan Iversen  <jani@documentfoundation.org>  [b6e6d2d31da7d6dc37a7ba949bd7d09f8f4d7fc3]

        gbuild-to-ide added control of platforms.
        
        The debug generator is extended to build IDE for all platforms,
        these IDE will of course not be useable, but it gives a security
        that the script does not break.
        
        Removed target_by_location from GbuildParser, to simplify that
        class.
        
        Change-Id: Ie41ca3d156321041958213333b2d73c57ba918f9

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bbaf57e0ba2e10c4340128dbaa8b90aaea2518cf]

        add BIN2DEC,BIN2HEX, BIN2OCT test case
        
        Change-Id: I611ae5bbb65c5f717a22d3eb4e3d05fdf5cecb07
        Reviewed-on: https://gerrit.libreoffice.org/33058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e65da0ea4533e4a1d3e80f9d19a07d55b53e89c8]

        add T.DIST test case
        
        Change-Id: Idc1966d2ca80fa403bc63feaa4cfcf36a8100dfd
        Reviewed-on: https://gerrit.libreoffice.org/33005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-14  Justin Luth  <justin_luth@sil.org>  [9e7526044c8fa6b006b0cb791d15f2476c96ebf2]

        tdf#105294 - only add spacing for the border being set
        
        related to bug 41542 which now allows the space-to-contents value
        even if the border is not visible.
        
        For years, LO has been resetting the spacing to zero when a line
        is diabled. Setting all border distances here was a mistake that
        was never caught before, and the documents created because of
        this oversight will likely cause some grief to bug 41542.
        
        Change-Id: Id2708cf20600e29e97dc6c8d8b779894ad9c38d1
        Reviewed-on: https://gerrit.libreoffice.org/33055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2017-01-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [ec1afa55e8ed79dc290caff74aaca304a77c3b4f]

        SafeMode: Deactivate 'Restart in safe mode' when already in safe mode
        
        Change-Id: I75f7024528190cf3732fb80063132ef0c6de3118
        Reviewed-on: https://gerrit.libreoffice.org/33049
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2d6c7ebe83c2fec4b43ec8e410fd24450958d63f]

        add TDIST,T.TEST,T.DIST.2T test case
        
        Change-Id: Ie5e3c72ef2f062032579ecd0ded780d385f0c06e
        Reviewed-on: https://gerrit.libreoffice.org/33054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1ad45ecbf172bca9d3eeff8750a0eb13731c322e]

        tdf#105204 shellcheck
        
        addressed issues in order of appearance:
        warnings
         - prefer [..] && [..] (SC2166)
         - unused 'awkCMD' (SC2034)
         - typo currentFirstLIne -> currentFirstLine (SC2154)
        
        recommendations
         - use $(..) instead of `..` (SC2006)
         - remove $ on arithmetic variable OPTIND (SC2004)
         - double quote to prevent globbing in $findArgs (SC2086)
        
        Change-Id: I2d2b7aecac97b2e4e0df8ce556c85995d4ecf7cf
        Reviewed-on: https://gerrit.libreoffice.org/33003
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [e81454861f4fa2d5d6bbdc2c0eb6af14347c8205]

        acquire/release in ctor/dtor
        
        Change-Id: I4cf6ba1ece0491bc7a83c4adf1e5c086c0fa3553

2017-01-13  Takeshi Abe  <tabe@fixedpoint.jp>  [1f30385e0a415fc5b053ef4831eb54841b837923]

        vcl: Fix memory leaks
        
        Change-Id: Id2e1b945d17abeffd35828ffde6eba821de0cefe
        Reviewed-on: https://gerrit.libreoffice.org/33047
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a076a062ceb02bd34a460819db61dcbfbca5c8d7]

        tdf# 105017 Crash when click a "New Theme..." in Gallery on detached SideBar
        
        Change-Id: I6a3c44a0a08cf036776976d40c985889698c08ac
        Reviewed-on: https://gerrit.libreoffice.org/33041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [24fa5d0570b997cc92f1fdf412f517f8d4021207]

        better fix for tdf#101563: Export to PDF creates huge PDF files
        
        Change-Id: Idda6a5ac824090e620fc6577fc82d5c5f1234b7e
        Reviewed-on: https://gerrit.libreoffice.org/33037
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [9e3d5996b919dfaacc152fd055e6d2250f56de47]

        fix met leaks
        
        Change-Id: Ic26d70cd967324432d0b5fbd7346cfee9f1d305e

2017-01-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f86845b60642cb9381f18ea646ea8806597eb4eb]

        iOS bridge: Log function names, not string pointers
        
        Change-Id: I5db7a014e671bbf4b4eca9fcbaba4fdc2363e0f5
        Reviewed-on: https://gerrit.libreoffice.org/33053
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [7420e350906558556881afc213f942d45d3e0b60]

        guard against self-recursive GetBoundingBox
        
        Change-Id: If33f0e5e326604bf731d6ad50644e3a0b24ccf51

2017-01-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a658c181617ce75fafcc1c2808e9558ee546503e]

        add POISSON, POISSON.DIST test case
        
        Change-Id: Ia7a8e135de0eba7de9951f653f5c4d5a6b2e91ca
        Reviewed-on: https://gerrit.libreoffice.org/32840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c3fc9ac6ef1be34e4683c0c5fb7f5f116da9c59e]

        add BESSELI,BESSELJ,BESSELK,BESSELY test case
        
        Change-Id: I306cb042cec122cf3bf63bd0eaea8e8bcdee5b57
        Reviewed-on: https://gerrit.libreoffice.org/32848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [08316e7b2fd913dc20f9477d161b48d8e676a9bb]

        tdf#96011 Document is not focused when opening a second window
        
        This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54.

2017-01-13  Jean-Pierre Ledure  <jp@ledure.be>  [3107a5d0e9ff7a3ccaac536606a733767886d438]

        Access2Base - Review size limits of VARCHAR fields
        
        - Basic has no practical limit anymore for string variables
        - LONGVARCHAR fields can vary a lot in size across RDBMS's (f.i. Sqlite < 64K)
        This forces an overflow check when setting a field value and no check when getting it
        
        Change-Id: I4c9629f63164fbbdb84497e7002fa3186d7c63b7

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [15cee52b62c760e1cb212d34d9279c5eee5ecb6d]

        use the same number in alloc and memset
        
        Change-Id: Ie532985e655d1dd383a1781422213cee0787bfae

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [467e32348faf71ed1aa4039910e7a6ba6dd2eb8c]

        coverity#1371198 Missing move assignment operator
        
        Change-Id: I89a718a245ea36f33c47f8044280bf7e46c0f66a

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [6bd96eda065f819e1b147e9a94b337b6cc21e626]

        coverity#1371289 avoid the need for an assignment
        
        Change-Id: Ia0efc427d9996eb8414821d07f7e760fb1b35246

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [2eb035adf756136e7a2eb49b2cfef2bd9b5d21af]

        coverity#1371287 don't need to copy and then overwrite
        
        Change-Id: Ica30e4bed463e8e42cbf54f4b81491149a8de8ab

2017-01-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [24dd5bce3ed645678410ff961c8259ab8a8ea031]

        add STEYX testcase
        
        Change-Id: I9184dab8c0b7ef80055835ef962449a63761ae86
        Reviewed-on: https://gerrit.libreoffice.org/32977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [57779b5f3a49fedd952aed70ddcce22f48b98ea5]

        avoid infinite loops in dxf rendering
        
        Change-Id: Id2eb5540241f0792cde35c444fc2c0c5b7778353

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd8fdb46fd9a215532688585f3466d36b1daa1ac]

        new loplugin: useuniqueptr: editeng
        
        Change-Id: I6df65eab882780d996ee996b5fef8020186b6d98
        Reviewed-on: https://gerrit.libreoffice.org/32958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e6d7d737522124350a17a3cfdee055f03200a274]

        tdf#105259 calculate sizes of all area tab pages on construction
        
        When we open dialog that contains the area tab, we need to
        calculate the size of area tab pages (that are triggered by
        clicking on a button) and set the page area to the appropriate
        combined size. Otherwise we don't account for the needed space
        correctly and some page will be squished or have overlapping
        controls.
        
        This change creates all pages at dialog construction, gets
        all the optimal sizes and sets the size of the page container box
        to the combined (minimal) size.
        
        Change-Id: Ie04a121810b96973f6e4502a52af675b2baacf25
        Reviewed-on: https://gerrit.libreoffice.org/33040
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [fa44327ed791df4d8b2199e9a6d2113235d64d92]

        don't build the internal hsqldb and rhino for coverity checking
        
        Change-Id: I7d269b1de29ecc1b0b9e6d58e316d5084e2fdcb6

2017-01-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [66fd9738a5a17e382c3cd329a1ab48e57e354821]

        Rename mail dispatcher members
        
        Makes the members conform with most LO variable naming,
        
        This especially switches Active <=> Running in the member names.
        
        "Running" is normally referred to as the thread state, while it
        exists (also look into the osl::Thread API) and now active is the
        state, when messages are processed, controlled by the start() and
        stop() functions.
        
        Change-Id: I3b8437d4ff24731348272a84720ff81fdea90db7

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [ebf541f7c5f080fa3a6f363ec8e823cc37c0c6b2]

        refactor this to open the display just once
        
        and use the https://wiki.gnome.org/HowDoI/HiDpi
        HiDPI detection rules.
        
        all of this does nothing in practice, cause there is
        no hidpi splashscreen image
        
        Change-Id: I609faab0f207d71fd4a17bb54ef688bdd623eaea

2017-01-13  Abhilash Singh  <abhilash300singh@gmail.com>  [f424c8f053797bc9d559865f52822d9cbf33ae3f]

        tdf#90794 Fix the Linux HiDPI start screen
        
        Change-Id: I2553cf69d6968865dc6011c73a0d2c0e7519b7a8
        Reviewed-on: https://gerrit.libreoffice.org/32018
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-13  Michael Stahl  <mstahl@redhat.com>  [8cc747ad519ea203df4d77551b1b8c4d626a5618]

        solenv: don't run solenv_python test with make 3.81
        
        see 7a75b39273de47190b7a1fa20e0bcaca6d089033
        
        Change-Id: I575e5d5dc757cc054a49ae6596183f46373072f2

2017-01-13  jan Iversen  <jani@documentfoundation.org>  [057c526b88cf8b1049fc93319050b480fc2a12ee]

        gbuild-to-ide simplifications.
        
        Simplified GbuildLinkTarget, removed functions.
        
        Prepare to clean GbuildParser
        
        Change-Id: I67bb3ba0279f615cb6c361818ade6fe629dca60c

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [14d9b3519adac8543b52ddb84e49eecbdd1d9eb2]

        ofz: ensure all not explicitly set indexes are zero
        
        Change-Id: Idbe6ceeb61d3dfe26f281349181e7a60f7e59000

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [414ede0435645a2ebf8f1476435b6ec3bb248f33]

        new loplugin: useuniqueptr: sc part 1
        
        Change-Id: Ic96fd3b56b2063df0882168a7d02725d3c50515f
        Reviewed-on: https://gerrit.libreoffice.org/32961
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [d05f56b160390022fdb0c21eed5e430440cd79ca]

        make this a tiny bit less unreadable
        
        Change-Id: Ib8205e76f6d1d59ef06eba6e3365c0b4cad0ecaf

2017-01-13  pv2k  <vidhey96@gmail.com>  [7a275521a5383f24d9a0c1aea7b61f1b64829190]

        tdf#46552 fixing preview for bullets/numbering configuration
        
        Change-Id: I959169428d4ed0498a2b78fc7a6ae0815e780648
        Reviewed-on: https://gerrit.libreoffice.org/32816
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [561840f1319260eca962d2fb1f831c7ac31c3220]

        Remove --disable-gtk from Windows distro configs
        
        Change-Id: I04e8bdfb3129a444008755f461da5ea7d97a7248
        Reviewed-on: https://gerrit.libreoffice.org/33027
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-13  Tomáš Chvátal  <tchvatal@suse.com>  [3f5584526fd4e8290dac033e1cf3d64acd25d893]

        unixODBC changed soname to .2 so reflect it
        
        we dlopen this library and thus we should be able to find it with any
        soname, so far .1 and .2 seem to be used.
        
        Also now the load order on linux is: .so.2 -> .so.1 -> .so
        
        Change-Id: Idcd284fada1acdfe8dde46c3056c21b792777280
        Reviewed-on: https://gerrit.libreoffice.org/32755
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-01-13  Lionel Elie Mamane  <lionel@mamane.lu>  [afe64b6f0ab839955690f07929268a3d389279bf]

        jdbc clob character stream: return 1 when returning a single odd byte
        
        if at that point nBytesToRead is 0, it may be that it was 1, but we
        have read one byte from the buffer (m_buf). So in this case, return 1,
        not 0 (which would signal EOF).
        
        Change-Id: I229e53f1c38c80f709df244a3509caccd69c8ecf
        Reviewed-on: https://gerrit.libreoffice.org/33029
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-01-13  Mert Tumer  <merttumer@outlook.com>  [2e582ed403c41a07265ef090c5891eab04978117]

        tdf#101689 - Fix returning to first part of documents when resumed
        
        Change-Id: I6d3a9354c702628e991c69176086efbbc28ddd74
        Reviewed-on: https://gerrit.libreoffice.org/31753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [978ff8f55cfa47b6ced80a6adc3d92327e0303f4]

        inline InitGuard
        
        since it is only used in one place
        
        Change-Id: Ie541a255ddbe71105f6b58f02f372f4f45667d7a

2017-01-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [53a3e0cd48075011e3c29070e8ff8585c02779c6]

        Remove unused ini properties
        
        Change-Id: Iea95f5975968f73e2e4aea34246c83f384341592
        Reviewed-on: https://gerrit.libreoffice.org/33000
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2017-01-13  Caolán McNamara  <caolanm@redhat.com>  [a409ec6932c6bfeb5f5a931adb5b480755fe245b]

        unused variables
        
        Change-Id: I77a3fc5478a068530d9de4cc6962fe439169567e

2017-01-13  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [95cf7fa25d3b950e0cb576a1e864b54f1a43bc7a]

        tdf#105272: fix wrong namespace URL
        
        regression from f1dcb8b3e2e01848d44dd1beb82cd4e6e68a2acd
        
        Change-Id: I088894711617bd762bf4e9352ddf6d850a5cbe7b

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a706bb06d5326e7a997dd1d71f3f947bd0ad28e6]

        new loplugin: useuniqueptr: sw part 1
        
        Change-Id: I2bc55634e80976951ede768c97fbc4b7c4eda46c
        Reviewed-on: https://gerrit.libreoffice.org/32963
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8c73acd101c80a4479f25e35278a451dc3c4b22e]

        add PI, NA testcase
        
        Change-Id: I1c72c1c81883b43a13cf583a98b2f2a261a60895
        Reviewed-on: https://gerrit.libreoffice.org/32844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [d1787d6ac6c15c02e6f66c8cfb6d6360d06c85c2]

        fix android build
        
        Change-Id: I55ff31b40366398b6159ee7a99c75e393a05b36a

2017-01-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [e8b49f09074fe184374bee5062715357427ae044]

        new loplugin: useuniqueptr: vcl
        
        Change-Id: Idcbc8655108ff57c06c33bbcabd652387bf3c4ec
        Reviewed-on: https://gerrit.libreoffice.org/32948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5e0e27e758e6f7fa325f36e6e51540e10bab0fdc]

        tdf#48140 replace CellRangeAddress in xlsx import (14)
        
        Change-Id: Ie322489bd11d2a14810fec87f83ce04c652bea43
        Reviewed-on: https://gerrit.libreoffice.org/33002
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-13  Michael Stahl  <mstahl@redhat.com>  [983ac87793a891855c7d25c42fe795908543716c]

        tdf#105188 sd: fix shutdown crash after accessing master pages
        
        The problem here is that the destructor of SdModule does a lot of
        things, including destroying an SdXImpressDocument that is referenced
        from some SdGlobalResourceContainer.
        
        This calls SD_MOD() to get the SdModule to get some resource, but at
        that point SfxApplication::GetModule() returns null, because the
        sequence was changed from first deleting the SfxModules, then clearing
        the pointer in ~SfxModule to null, to unique_ptr::reset(), which, at
        least in libstdc++, is implemented via std::swap, so it clears the
        pointer before deleting the SfxModule.
        
        It appears rather brittle to rely on such a subtle detail, so refactor
        things so that SdGlobalResourceContainer is no longer owned by SdModule
        but has its own pet XTerminationListener, which means it will be
        destroyed earlier, while the SdModule is still fully alive.
        
        (regression from f7b1cd66167050afecf487e3d89ea12de74200b5)
        
        Change-Id: I7f03f3adf431be8728ef3d65a078b536cb96f959

2017-01-12  Khaled Hosny  <khaledhosny@eglug.org>  [349a3c073391842e94ee83345e9c2f38339be1d7]

        Drop unused struct members
        
        Change-Id: I37aea9a2a40ab0e9642709de3b9e935bee9a6a53
        Reviewed-on: https://gerrit.libreoffice.org/32986
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-12  Michael Stahl  <mstahl@redhat.com>  [e19cdeaf7ddbcf39da47d9685d8e79e775dde7f4]

        sfx2: fix race in JunitTest UndoManager.checkBrokenScripts()
        
        1) checkBrokenScripts(complex.sfx2.UndoManager)
        java.lang.NullPointerException
            at complex.sfx2.UndoManager.impl_clickButton(UndoManager.java:432)
            at complex.sfx2.UndoManager.checkBrokenScripts(UndoManager.java:188)
        
        impl_clickButton() gets the wrong accessible object and throws.
        
        The .uno:SwitchControlDesignMode is dispatched async, so make sure
        it's processesed before trying to click the button.
        
        See UnoControl::getAccessibleContext() "in design mode, use a fallback".
        
        This was running in "rr record --chaos".
        
        Change-Id: Iee9f25c2fff56d32e6b579b5d44ee6df9870fd8b

2017-01-12  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5e223be2102a171c857be8db1327f23faea0ef78]

        tdf#50916 Use aCol.size() instead of MAXCOL to increase max number of column
        
        Currently when we are increasing MAXCOL variable, the memory usage and
        performance are increase dramatically. To resolve that, columns
        needs to be created dynamically according to needs.
        This patch replace hardcoded MAXCOL with aCol.size().
        It is next step to make creation of columns dynamic.
        
        Change-Id: Ic7b7a76863e063a607165629bdf82699eaa847b3
        Reviewed-on: https://gerrit.libreoffice.org/32708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [80e261cec7a90272f8820a36cca4c751a90916f5]

        ofz: this cluster of variables are unused
        
        but lead to a fpe on an empty filter
        
        Change-Id: Id76b365b5fcc866d214753dada80411fc33d2e5c

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [1cd1b640f428763de7eeebe2edaf8f9b062c0b1d]

        ofz: avoid config during fuzzing
        
        Change-Id: Ia5fa7a9c3304483e69db31256b9ffb22bb152c62

2017-01-12  Rene Engelhard  <rene@debian.org>  [8f15fa63ce726d0ef1f91a76d640981c16d301cd]

        add -mlong-jump-table-offsets for m68k also for oox
        
        Change-Id: Ibfba6c7c808ca5212884032c17546e95fa16353a

2017-01-12  Alex McMurchy1917  <mcmurchy1917-libreoffice@yahoo.co.uk>  [03ec9c397c676faff51041d992f6d715c475ff13]

        tdf#105071 MM no emails sent when using doc as mail body
        
        The conditional statement exits if there is data to process and
        continues if there is no data to process. Thus all records are lost.
        
        This commit reverses this behaviour so that data is processed
        by the rest of the Mail merge activities.
        
        Change-Id: I4c92cbd7ca55be7842b07ad887813e417430ba4f
        Reviewed-on: https://gerrit.libreoffice.org/32994
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2017-01-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [58c5a9de2a0b985ef81557271db39c56ceb624f9]

        tdf#48140 replace CellAddress in xlsx import (4)
        
        Change-Id: I52d7a37dd106744052d714e66fd84895aeb0a9b8
        Reviewed-on: https://gerrit.libreoffice.org/33001
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [2fd88ab1cbb4690a770ca2ca5d66157ec4906a2e]

        Resolves: tdf#101187 colossal page width wraps around if doubled
        
        when trying to generate a reasonable upper bound clipping region
        
        Change-Id: I53f8ea1bd6c52c88284e1f41369f83492d078b5d

2017-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [00db9f51215d11da3b27685a39ec940ecd65e387]

        tdf#103225 make AreaTab box fill to content
        
        Change-Id: I9900bab2bb4510352d191ee42c0fa83049d9cecc
        Reviewed-on: https://gerrit.libreoffice.org/33006
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-12  Mike Kaganski  <mike.kaganski@collabora.com>  [6bc2c54711fc3e798c440978a78d03488f14f0d9]

        tdf#104414: don't stop on exception from SwXFrame::setPosition
        
        Change-Id: Ib6d4e398d546d6fe250b9c1efe099ae8eef2d580
        Reviewed-on: https://gerrit.libreoffice.org/32978
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [1d7cf3f0391214a17593eced752e2a1786c0a1e3]

        Resolves: tdf#104897 sort windows buttons into yes, no, cancel
        
        and kde, for gnome/macosx use no, cancel, yes
        
        Change-Id: I4aff39938c1c9f81b47934d8f1d9400c106781ad

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [2d93108082298f3e5dea7ffba146bbcdf28653c2]

        don't check every possible kde variant, startswith kde is good enough
        
        Change-Id: I7fb9d22af32ad5bab2deedfc993e1ffaebd57111

2017-01-12  Michael Stahl  <mstahl@redhat.com>  [7a75b39273de47190b7a1fa20e0bcaca6d089033]

        gbuild: make 3.81 doesn't currently work with gbuildtojson
        
        There is some problem with the pattern rule in post_GbuildToJson.mk
        being ignored, causing spurious
        workdir/GbuildToJson/Library/lib*.exports files with bogus content to be
        written; rather than trying to adapt that to 3.81 pattern rule
        evaluation, just refuse to run with 3.81, which is obsolete anyway.
        
        Change-Id: I492866464b309f8c475e34e8f311e42bf8736247

2017-01-12  Stephan Bergmann  <sbergman@redhat.com>  [38d1c303e12d7f67e8e5eef78e912a4be879de74]

        Adapt loplugin:overrideparam to recent Clang trunk change
        
        Change-Id: Ia372e39bc7e51f290a6d631bf0b81fd75f4fdc1d

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [ff30d20c1ae3a30717123c267d52eb2b3105a1b7]

        a11y crash on accessing disposed TabControl during close of impress
        
        Change-Id: I3064eb136ed3a6a32acd64bfb2f6fbe31595e1cf

2017-01-12  Michael Stahl  <mstahl@redhat.com>  [0373db40fd43de7a8badcf6c3d0b9b44a2e05891]

        gbuild: fix "make gbuildtojson" on Mac OS X
        
        Fails because library has dep on GeneratedPackage_python3, so nerf the
        dep like the others.
        
        Change-Id: I050a0f50996ce4231eb966fb6b624908d2f1788c

2017-01-12  Tor Lillqvist  <tml@collabora.com>  [69e0fa14ea8410e5dd2cb1a8dfcbc0ae1071dc90]

        Fix apparent mistake
        
        Change-Id: I848c3e3229cc216dc1181893da32221b9d9f8274

2017-01-12  Justin Luth  <justin_luth@sil.org>  [14d05c9b852a0f94c6cbace7cd7887523a89d7d1]

        tdf#64588 - prevent loss of non-uniquely-named slide
        
        Although the UI prevents someone from renaming slides
        so that two have the same name, it is still possible to
        have such non-uniquely named pages apparently.  Since drag/drop
        uses the name to add a slide to the clipboard, it resulted
        in duplicates of the first found instance of the slidename, and
        loss of the similarly-named slides when they were dragged to
        a new location.
        
        Change-Id: I2986a7c6c3360162adf9430f645d0dfc73f1d4e2
        Reviewed-on: https://gerrit.libreoffice.org/32481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [ec6c0319a16f4163b123389775d9ff779fe5d9c2]

        update symbols names to match current reality
        
        Change-Id: Iba6dbec0ec1061e8953eed06a14632305bdb3e44

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [1c364b96d3923a0b48b6494d002da45cd0a1e270]

        add ppm/pbm fuzzer
        
        Change-Id: I6f403570abcf50be4cf11f20ea52bb2a07367b2a

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [5d98a54058322a39cd7028ddfd0b27c97c8248d5]

        add met fuzzer
        
        Change-Id: I061739db5e7913ef13d3b862b5dee9152734d473

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [0f6d5638c7da8b3a682d1c9b9115290768094ddf]

        add dxf fuzzer
        
        Change-Id: Ibf3d42ef0e0b0698309e567a92d0c5c45cc2ef94

2017-01-12  Stephan Bergmann  <sbergman@redhat.com>  [a3dfe938ef0be9af3c37f9302bb7dc296362a1e3]

        Allow CompilerTest_compilerplugins_clang to include css/uno/Reference.hxx
        
        Change-Id: Ib35d8fcc41e1c49bfef01c980b25c051190cb753
        Reviewed-on: https://gerrit.libreoffice.org/32990
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-12  Douglas Mencken  <dougmencken@gmail.com>  [77a0817cf46aace4b446d05af13c6905c7c6411a]

        make the include of OpenGLHelper.hxx not global here
        
        surround it like in pieces of code which actually uses it
        
        Change-Id: Iac993553455248a2d2f999f857b781dbdb37acf5
        Reviewed-on: https://gerrit.libreoffice.org/32852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-12  Vitaliy Anderson  <vanderson@smartru.com>  [1c1747ac13a9d895df0fcba2fbb1bd266dccd74b]

        tdf#104668 remove the difference between MSO and LO text alignment
        
        Change-Id: Id1964d87f6f4ec3dbcd617af2251a321c50ec428
        Reviewed-on: https://gerrit.libreoffice.org/32213
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [75367918028dffb7a137d29644a7a6e1f7af7c9b]

        in extremis dump Ole10Native payload and launch system viewer on it
        
        so embedded plain text documents/source code/etc in word documents can be viewed
        by us under Linux
        
        Change-Id: I19e19619070841fe097c70297adc2e8b96d1c581

2017-01-12  Caolán McNamara  <caolanm@redhat.com>  [a70a62c013318b45eb23d6451d442bc6f702a282]

        silence coverity#1371305 Missing move assignment operator
        
        Change-Id: I761e07d1583262d83074addbff4ca67b01640387

2017-01-12  Tor Lillqvist  <tml@collabora.com>  [d2f5da94188a7db8a5815130caadaccd806a1826]

        Update comment to match reality
        
        Change-Id: I0b4ee6377aac984b7acf7085ac43cad3d088612d

2017-01-12  Olivier  <olivier.hallot@libreoffice.org>  [1120256f89b62eea3a28ecfd17d4f5e60778b420]

        Updated core Project: help  2550608f310dd5cba88967e2b1d7430d46bd1bcd
        
        No need to explain errors after user mistake.
        
        Change-Id: I986fcfffe790fe8cff3d209f514c5a34c7d28478
        Reviewed-on: https://gerrit.libreoffice.org/32939
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [9e634331a760bbca807741674d03f4c593915dd6]

        Access2Base - Improve precision of query typing
        
        Change-Id: I6c5246809cb533a2c69978008ea996392e2fbe6a

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [e2a1e22288a4fbe0681a8e33d25816f80799e687]

        Access2Base - Use Empty() builtin function
        
        ... i.o. uninitialized variable
        
        Change-Id: I732705df11ea25c2b106d542f9e97f3f32cc9867

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [de5222082f6652a0ff8715ad9e908b45e893db64]

        Access2Base - Recognize correctly formatted fields
        
        New ImplementationName introduced in LO 5.1
        
        Change-Id: Ifa181570575622aca27520397f2e88cbc9742d1e

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [92608b890928b6d10931f4aad3385bb87284181d]

        Access2Base - Addition of Module object
        
        New Module Basic module
        New AllModules() collection in Application module
        Extension of regex to backward searches
        
        Change-Id: Id58f3b29d08e9f0b73e192cfc0c2a99988e73fcf

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [9017bcc76bd27b97c065dacf511f7fcdfe3060cb]

        Access2Base - Reorder functions in Database module
        
        Change-Id: I62fb5d0722363fdcd7d464d0490b1f6e890221a4

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [fa69125cb0239ee9660481fbe2f3200f1d0c53fd]

        Access2Base - Review UtilProperty module
        
        Insert dates and 2-dim arrays in property values
        Export array or property values to string for file or database temporary storage
        Reimport from string into array or property values
        (for later use)
        
        Change-Id: I7f2dc2ad6adde6249e68a6cb51b52e2a4dad79b7

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [047d1ed3df0d5714574ebc8e278cca11f96d490b]

        Access2Base - Implement regex search
        
        Based on XTextSearch UNO service
        _CStr also refined
        
        Change-Id: Ibeceeeb549511e575c6842e43e5a76c8308db1aa

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [62e508c2a78ac4a9cabe0d9bb878f0f7bd487f88]

        Access2Base - More accurate CStr function
        
        Includes arrays, distinguishes integers and real numbers
        Side effects in DebugPrint solved
        
        Change-Id: Id84203cea1a93dcbc164f8661fcf2f57778b0df8

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [53d261f2ff92d3da5655f729b433a36b4ea2733c]

        Access2Base - Avoid use of outdated routines
        
        in getObject, getValue and setValue functions
        
        Change-Id: I98ff54bf62cfb34218d1fdb43fb37ba21846b068

2017-01-12  Jean-Pierre Ledure  <jp@ledure.be>  [076084a71758fcdc2eca6099d3ec8bd262e7e46b]

        Access2Base - Implement On ... event properties
        
        Event properties applied to form, subform, control events
        Controls may belong to forms, subforms, dialogs, grid controls
        
        Change-Id: Iaf33adcd03527ac938913675cf0930e317a17f97

2017-01-12  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e442b7666761b4e38de2e3eb2b1ed04f54b095a8]

        package: fixup SAL_CALL removal
        
        Change-Id: I3b688b660ef4374442b616cb5c8bb4cee9ef7cb7

2017-01-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [229d98e94a5d6b350c4d5fd5469be8e4a260a40c]

        SafeModeDialog: set correct initial checkbox state
        
        Change-Id: I3aa45ae4b02afd2ea8e1a5a427eb6f0f17219430
        Reviewed-on: https://gerrit.libreoffice.org/32967
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-12  David Tardon  <dtardon@redhat.com>  [fbbb4850dc12ccae3a2140814115e4cd7985b116]

        upload libwps 0.4.5
        
        Change-Id: Ifab6f95d22d0d335d68bb367dca12a92b864cdd9

2017-01-12  Edmund Wong  <ew@crazy-cat.org>  [a6931e8d00a77e6db9390aeee9a8b0b533986220]

        No need for a separate variable. Just get the value directly from the dictionary.
        
        Change-Id: Ic8a707ac78cf5ad3e225131ae23f1f1277f3ae7c
        Reviewed-on: https://gerrit.libreoffice.org/31991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [14e65f7d2d6f48cf2012305cbda40d24f4f88c78]

        These SAL_CALL can go as well...
        
        Change-Id: I79aa4374126faaf9f782fb7ff0c12c171e7041b1

2017-01-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f7c9ecaac9017e94e1dbcd5295b4d6fa3a33948f]

        Use std::unique_ptr for the ZipFile instance.
        
        Change-Id: Ifac7a9e29c8cf0afcf44a82db608ba3c48499ca1

2017-01-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e5dc4ab7a023b003d312ea6f12e6473599993335]

        Not worth having this as a separate data member.
        
        It is the same as the input stream instance, and it is only used in
        one call site.
        
        Change-Id: If52209420462aec7ec3dbc180e05f09603acaea1

2017-01-12  Tor Lillqvist  <tml@collabora.com>  [a6216119be2c32e9031c6bb9b7dfa07f0468d813]

        Always exit with error if codesign fails
        
        That sanity check was added in
        615fae2f67028f3c5c51c70c77dbaa9b9f3856d6 but we lost it at some stage.
        
        The codesigning script has a very confusing history, in part caused by
        its use for two purposes, when building for the Mac App Store and when
        building for a TDF style distribution on a dmg disk image. Those who
        work with the former and those who work with the latter haven't
        necessarily checked that it doesn't break for the other case. Sorry.
        
        Change-Id: I79011302f60b1f6551328c8b80e00f5d3698504c

2017-01-12  Tor Lillqvist  <tml@collabora.com>  [3e7e4df5a47b8d94ab86a8d6d0df38b1f282f980]

        CodesignRules.plist was removed in 615fae2f67028f3c5c51c70c77dbaa9b9f3856d6
        
        Change-Id: Ibde5189ecf09ec8dfaf3223683c5480974084865

2017-01-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [88f561204d7cee25633df8117cc8d7e1ebd8e9ad]

        tdf#48140 replace CellAddress in xlsx import (3)
        
        Change-Id: Ie56cea7fdee7ff6c9e72880e56f9e31ce5f7e03b
        Reviewed-on: https://gerrit.libreoffice.org/32970
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [34006130756be2cec73a623cf65b3e71493276a1]

        tdf#48140 replace CellAddress in xlsx import (2)
        
        Change-Id: I14bf283fe8a795944a08a4cde2fff3d670f6e3ed
        Reviewed-on: https://gerrit.libreoffice.org/32969
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-11  Michael Stahl  <mstahl@redhat.com>  [7d0e3b32de2d1cad01ef973b03eaa27fff766f6e]

        framework: call disposing from disposing, not notifyTermination
        
        Don't rely on current implementation details of TerminateListener.
        
        Change-Id: I7977c73669f0ab5afac1c93be620e7aeebfe68a2

2017-01-11  Tor Lillqvist  <tml@collabora.com>  [9334de4f6ddc3e7d60f727aa845c7aa7db3fe019]

        Don't suggest any "devel packages" on macOS
        
        Installing random 3rd-party "devel packages" is exactly what we don't
        want people to do when building on macOS. And anyway, there is no
        reason to believe this particular check will ever fail (there even is
        a comment that says "MacOS X has system MIT Kerberos 5 since 10.4"),
        unless something is very wrong.
        
        Change-Id: Ic880e59358c7c510de9db29e66dfeee7f4e85b4d

2017-01-11  Tamás Bunth  <btomi96@gmail.com>  [38ce989b4f9d2aead097e5a2e95b819def7e2624]

        XBlob::getBytes expects 1-indexed position
        
        There was also a wrong relation. Now blob resets its position.
        
        Change-Id: I41caf7cdfa261cafa5b9e66c9523c7f15225bfd8
        Reviewed-on: https://gerrit.libreoffice.org/32937
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2017-01-11  Caolán McNamara  <caolanm@redhat.com>  [018beb38848fbd93889f29969f7ca5c68d0ac546]

        don't position cursor inside a utf-16 sequence
        
        seen examining rhbz#1409011
        
        insert three 0x2F940 in insert special character
        
        click on end and press backspace and text was mangled
        clise inside the 3 glyph sequence and press delete/backspace and more mangling
        
        Change-Id: I5898e9272e7a90e8b9dabb0be65f493df7dcbaf9

2017-01-11  David Tardon  <dtardon@redhat.com>  [d9d14d0a4c4470de19b81d0df64e8635bb720560]

        astyle
        
        Change-Id: Iee24a1b7bc4ada389dfa5f0f39c9d06938ed1481

2017-01-11  David Tardon  <dtardon@redhat.com>  [c2447d0b6aeffe0c76a549467036df573642a303]

        honor lib version in import tests again
        
        Change-Id: Idf99aab4bc136ac4a8a07945001e4f34a34a0e17

2017-01-11  Michael Stahl  <mstahl@redhat.com>  [aa1ee198b5b55d0a92418eb3294c93553e8513dd]

        tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()
        
        Considering the valid indexes are extended by "-1" for backwards
        iterators and "size()" for forward iterators, it's obvious that a
        not-yet-at-the-end-in-the-other-direction iterator can be incremented
        once, but not necessarily twice.
        
        Why this code even wants to increment it twice isn't obvious to me.
        
        Change-Id: I578c8c6202049ebe6dbed41b8276a6bfa0566bbc

2017-01-11  Caolán McNamara  <caolanm@redhat.com>  [4ff1b3589076f66c3d783c3ea6c5f1fd9b9337ed]

        fold ImplConstruct into ctors and reduce to necessary
        
        ImplConstruct sets mnAnimationLoopCount, but is always followed by
        ImplAssignGraphicData which overwrites it so we can omit that
        
        ImplConstruct sets mnDataChangeTimeStamp, but is always
        followed by ImplAssignGraphicData which always calls
        ImplAfterDataChange which overwrites it so we can omit that
        
        Change-Id: I2304dc1ea590071a83ca30768426f721c1bd259c
        Reviewed-on: https://gerrit.libreoffice.org/32953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [05d509482cedb7d7c4697a76e80352e430fd8c7e]

        update credits
        
        Change-Id: I7e32a57cf6941d36e0bbcfb447065c4b0d56f8c3

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [b820de995da0d9966ef29532eeb069a6592a4a13]

        Remove leftover code
        
        Change-Id: I3f6e9ec0343074b506cb07b1ad5c9b3e1ef20b5e

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [584262fed1368dba382d88dfd25fe35ac7d4b349]

        loplugin:stringconstant: handle OStringBuffer::append
        
        Change-Id: I283da52c0ee2b63c19e31e9a61ab24997c037a6a

2017-01-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e316c4f2a40a4a562028f0a66c40321ffdf87378]

        tdf#48140 replace CellAddress in xlsx import (1)
        
        Change-Id: I14bd0d9d55a03f4cd33aaf131e66f859569f5b18
        Reviewed-on: https://gerrit.libreoffice.org/32968
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b365d56ed9862de518f91b34633faadce0cb0962]

        update emoji autocorrect files from po-files
        
        Change-Id: Ifc78ba8ae27544e8588c18cd5ba962a9fdeb1497

2017-01-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [52b8739f5b2108c3c1ba116ed3ec79847add5396]

        Let's return std::unique_ptr<...> directly.
        
        It's only used at one call site, which already uses
        std::unique_ptr.
        
        Change-Id: I5ff528ebc560bb6eb8783d20002cea40a451761e
        Reviewed-on: https://gerrit.libreoffice.org/32946
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a544fd5fa233135f150b44c843a14be461952ecd]

        Remove unnecessary UNO-ness from ZipFile class.
        
        This class is only used inside package module, and totally private
        to the module.
        
        Change-Id: Ib00e7066c22a74c0b16c8d6ecf72b99ac42682dd
        Reviewed-on: https://gerrit.libreoffice.org/32945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-11  Takeshi Abe  <tabe@fixedpoint.jp>  [be7d0697b0e2d55ce01dcd4abec5d106115d8920]

        starmath: Kill unused forward declaration
        
        Change-Id: I03f76aada322a7222795795d32553ae2425092c3
        Reviewed-on: https://gerrit.libreoffice.org/32962
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [549efd7f82d9da621294d496e43420c95e9bf500]

        new loplugin: useuniqueptr: lotuswordpro
        
        Change-Id: I1f9569cb5ca05faf12663b3df8508d10a8cd75e6
        Reviewed-on: https://gerrit.libreoffice.org/32957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-11  Eike Rathke  <erack@redhat.com>  [28a0737f8c21e5c9f789af328348e51b6044c28c]

        Resolves: tdf#105209 CHF currency symbol is CHF instead of SFr.
        
        Change-Id: Ic216c7b901bf6da779e161f35e5143739267b066

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [33c81a4580230cc64667d98cacda8c484248a781]

        loplugin:externvar (clang-cl)
        
        Change-Id: I6f4c294cb15a4426545d05be7b0a7f26f580563c

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [db5cfb790f38b9cfbff67d49ec4f7104634f8628]

        loplugin:externvar (clang-cl)
        
        Change-Id: I0f967f75dc41b3dc65790cf97bdac992033d1c92

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [556f1eab63555019865803c055454b7b69c2d75b]

        loplugin:externvar (clang-cl)
        
        Change-Id: I9efdd5136fdf793e0075b91fcfae4fed42050109

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [b58b241f3a42255cce56ff14b5ce8fc7245d11ca]

        loplugin:externvar (clang-cl)
        
        Change-Id: Iebf83ccfb9e7128fd328a548ce77cdee4ef7ca4b

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [a9d06182f8bc6ad79f72ec3d604d28d232c62ccc]

        loplugin:externvar (clang-cl)
        
        Change-Id: I81877e46cf95dcc7de16b797fca33658036bf9e8

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [698bdcdb0c87f5e0453c522b64d20fba851ba47a]

        loplugin:externvar (clang-cl)
        
        Change-Id: I29c40113f9248f9041dacc398416f39889f5ddf8

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [f2cb396c8d999dc1a519511e504eca643528c3c4]

        loplugin:externvar (clang-cl)
        
        Change-Id: Ie2a96299d8d3cc9c1ccad7cfb8fbee05c6734148

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [6ec5717e06007c540474d91ec99345fb5edc47a8]

        loplugin:externvar (clang-cl)
        
        Change-Id: I638199f1455bead71f0a03f15e4b6f418a0cd0e2

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [2597a2f1ada7738efc539b68b1ba164c342a72eb]

        loplugin:externvar (clang-cl)
        
        Change-Id: Ic7e4ba1ada97a0fff1ae6d209b22e372431cc6e7

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [691bc3e15d517a7ca5d45906f3aa4912597a7f3e]

        loplugin:externvar (clang-cl)
        
        Change-Id: I034eeb9525bbb8fdc39e176a2433f1b3dfff566a

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [91dfb4712d26e6d4b0989b7187034425fd6b3279]

        loplugin:externvar (clang-cl)
        
        Change-Id: I7219f2e720b7c1581c59cefe39e152c5aa20a8fe

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [f50fa59583138f8157bb7349a7ba31e2f76a8925]

        loplugin:externvar (clang-cl)
        
        Change-Id: Ibbcb8b6dfaf1c979db2e7930c4f6c8475d693ac8

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [f22e5db80b46b71a3df66bc7f829f0b22168b5b0]

        loplugin:externvar (clang-cl)
        
        Change-Id: Ied0ee5f637e83fe7819c68e3f4ea4634f21ac3f6

2017-01-11  Abhilash Singh  <abhilash300singh@gmail.com>  [acc939f6cb832bac281274210e3737c1ba06216c]

        tdf#104807 Placeholder field doesn't resize
        
        Change-Id: I55f1ff2be091ea5e8475e22abdf62aa5c0c435be
        Reviewed-on: https://gerrit.libreoffice.org/32921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-01-11  pv2k  <vidhey96@gmail.com>  [6a41cef3f9972a88de378a1117697199dbf1d436]

        tdf#103391: ask user whether to open online help
        
        opens a dialog box from which user can choose to take online help or cancel it
        
        Change-Id: I8c1278aab88d55901a65c38b15fcc8519360dc59
        Reviewed-on: https://gerrit.libreoffice.org/31385
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [618785dfd28a6cf8f075371afd451b6440718e07]

        Some loplugin:conststringvar/stringconstant improvements
        
        Change-Id: I73f694e6dedb84b3fb3b63ffb9dcda2481bc403c

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [f28939b9f9869b8ac578232dac2bb5d3be9eabf4]

        Some loplugin:conststringvar/stringconstant improvements: connectivity
        
        Change-Id: I8b026b61b8744e21584bc64d80a957aca08aae2b

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [8f37bcb51cc9b15d89a8959e07ada91e44aec0b8]

        Some loplugin:conststringvar/stringconstant improvements: dbaccess
        
        Change-Id: I30fee1c51ff3e0b8e3e74b4293227a5bfbfe0837

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [3dbea89a72f8cbce190310c3187ce870c783c03b]

        Some loplugin:conststringvar/stringconstant improvements: forms
        
        Change-Id: Iec2be8c9ddbdf8d5d8bc1054c20a0bd40707262a

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [44960f43f50bfa9ed76e9153d23d98f6f0d5665a]

        Some loplugin:conststringvar/stringconstant improvements: linguistic
        
        Change-Id: Ic41c77c24f43503a7984bae3520948917ec6bb23

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [5e355dabccdbaa94de8897edc1fd88b16993b493]

        Some loplugin:conststringvar/stringconstant improvements: sal
        
        Change-Id: I8b5d81c2b51f846a24fd1f7f9cdd831f1ea54ea5

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [3c29d5a502f5140b65b739543194108d45217250]

        Some loplugin:conststringvar/stringconstant improvements: sc
        
        Change-Id: Ie01088776c4339ec7d1fb5941c4e65d95aff8b1f

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [7533e58f7c53644ffaaffc420809230a884a690f]

        Some loplugin:conststringvar/stringconstant improvements: sd
        
        Change-Id: If44cce6e4c241f6a2203d73f6d191f270fb5ca5a

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [e838e360ff3cac7e22b8e010c03b4f9124764843]

        Some loplugin:conststringvar/stringconstant improvements: sdext
        
        Change-Id: I47884eeb14a67b7e260835b8603d7b76c7ec018b

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [15e1a0bb4a8813aea57495dc25bc716c17c571a5]

        Some loplugin:conststringvar/stringconstant improvements: sw
        
        Change-Id: I5b9c3d2dac275659569141d4eae7b97e3aa397b8

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [7ca7e52bcaf8383b4643092c8ef4a2d699721ce9]

        Some loplugin:conststringvar/stringconstant improvements: vcl
        
        Change-Id: I999549a840864060be4e80fe973ebb530202b807

2017-01-11  Stephan Bergmann  <sbergman@redhat.com>  [15f84c9cd4bf0a58ce85868c980eeaf1dc330f5c]

        Some loplugin:conststringvar/stringconstant improvements: xmloff
        
        Change-Id: I05e03936d9e5518fa7ba4d9c72d5b8e241e32526

2017-01-11  Caolán McNamara  <caolanm@redhat.com>  [5088b2066651ed133dcfd93388f7ac7187844d33]

        Resolves: rhbz#1408500 gtk3 toolbar borders too distinct vs native gtk3 ones
        
        Change-Id: I7ce284d3e6f999e2ac08326dc40b060bf70d7d4b

2017-01-11  Maxim Monastirsky  <momonasmon@gmail.com>  [e1f5db9579602dd02a80c1d1ea1d078606542f16]

        SvxFontNameBox_Impl was not disposed
        
        This is visible after toolbar customization, when the old
        font box stays visible. Turns out that currently the toolbox
        controller is supposed to own the item window, not the toolbox.
        
        Regression of:
        
        commit 970a66f8c919ea0524f216f40d21b3e2a8c88ccc
        Author: Maxim Monastirsky <momonasmon@gmail.com>
        Date:   Sun Oct 16 01:27:10 2016 +0300
        
            Use UNO registration for font name toolbox control
        
        Change-Id: I29a1f06d97c9a981507ff62889e2d7fc6ac9d688
        Reviewed-on: https://gerrit.libreoffice.org/32943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-11  Caolán McNamara  <caolanm@redhat.com>  [ef0323b0fa935e445ac9c809117812ed88ba59de]

        using the other ctor can shrink this code
        
        Change-Id: Ied607a78c9aaec3cb0ee9dc0e2938c69a62d031e

2017-01-11  Caolán McNamara  <caolanm@redhat.com>  [f4785d5754c687212650f3e4980a3f3435257f14]

        make XOBitmap uncopyable
        
        Change-Id: I9c28434e8923451ddb1af4fa3c63917db206f47a
        Reviewed-on: https://gerrit.libreoffice.org/32940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c0f7a344b51e8a55c2bcfb6825192cf51735c1c8]

        add SMALL,STANDARDIZE,STDEV,STDEVA,STDEV.P,STDEV.S,STDEVP test case
        
        Change-Id: I05a187a66d62b1edd550df2de6acf0162ed82c32
        Reviewed-on: https://gerrit.libreoffice.org/32888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [feade09e18ad496159615167ddb57a4dd0abab35]

        SfxUShortRangesItem is unused
        
        Change-Id: I6f88f37eca2bdd6b40c8713f1b2e35ad0be94ab0

2017-01-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6139bca62399286bec70cbec4c7c10b2297ff22a]

        don't emit objects on ScRange*List::Remove
        
        Change-Id: I6be23f6659079f5c60be9574c717fd4f7de23bc4
        Reviewed-on: https://gerrit.libreoffice.org/32754
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-11  Takeshi Abe  <tabe@fixedpoint.jp>  [0e911397c9bbd0334345ee2f881381ec2271f6a5]

        starmath: Prefix members of SmViewShell
        
        Change-Id: I256b251b6aaad487ab0afeb56ee67a4a33769e8f
        Reviewed-on: https://gerrit.libreoffice.org/32777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-11  aleksandar-stefanovic  <theonewithideas@gmail.com>  [a940c8280d26be030dd7a53cf7b4077430597e8d]

        Folder icon redesign
        
        Replaced old and busted icon design, with Google's generic app icon.
        It is now a vector drawable, which means it will be sharp at any resolution,
        while we only need to keep one tiny xml file for it. No folder thumbnail
        support, but this a welcomed change nontheless.
        
        Change-Id: Ie6e38a6ac8e6cf1bc2d22247c11b5de0bd0d8478
        Reviewed-on: https://gerrit.libreoffice.org/32498
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-11  aleksandar-stefanovic  <theonewithideas@gmail.com>  [d976f9151af53319819c6adb77bc819c460c1bb5]

        Updated toolbar spinner to newer implementation
        
        Lowered all-caps navigation labels to something more professional.
        Added a Spinner to the Toolbar in XML.
        Reworked many lines of LibreOfficeUIActivity to remove possible NPE's, and also
        removed redundant lines, which were mostly deprecated, as well as switching to
        a newer implementation of a toolbar-spinner navigation pattern. There are more
        deprecated methods, but I wanted them in a separate commit.
        
        Change-Id: I15d5365ed7c00880873bf7874bc794008436bb99
        Reviewed-on: https://gerrit.libreoffice.org/32497
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-11  aleksandar-stefanovic  <theonewithideas@gmail.com>  [11e443bfe1166939df4836f2e41c79fb7032089f]

        Removed unnecessary imports
        
        Import redundancy reported by Android Studio.
        
        Change-Id: If46a43bb18268877d41d4957094acc543c4588fd
        Reviewed-on: https://gerrit.libreoffice.org/32496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-11  aleksandar-stefanovic  <theonewithideas@gmail.com>  [ca48c612120d2f0351e198c581fcfde746837243]

        Bumped version numbers in Gradle
        
        It builds correctly.
        Note that the target version remained the same (22) instead of the current 25.
        
        Change-Id: Ic14fc5b2e5aa04d621e86249d33c1d6d9bdce3c2
        Reviewed-on: https://gerrit.libreoffice.org/32495
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2017-01-11  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [28f50d7e387864bd41a67b2fb78b9c98a708a00e]

        replace namespace url strings with function calls
        
        Change-Id: I6e0c4c94ba7418ed9d7daa7f768baf703e22ab55
        Reviewed-on: https://gerrit.libreoffice.org/32915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-10  Michael Stahl  <mstahl@redhat.com>  [db4badfc971b9cc60809c3408f579bae04a77c34]

        tdf#105077 sw: fix wrong assert corner-case in SwRegHistory::InsertItems
        
        There is a tricky corner-case when an item set is inserted that
        contains items that are all identical to what's in the node's item set.
        
        In this case a SwHistorySetText will be created for an overwritten hint,
        but no new AUTOFMT hint will be inserted so there is no
        SwHistoryResetText.
        
        So it looks like AUTOFMT can't be checked at all here.
        
        (regression from b44e70e3d17c79eaf78f9bfe8bd0275d7ed9325f)
        
        Change-Id: I83a241588cef6a9ec074d4f0e39322987394ca86

2017-01-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ebadc6017827edef2bca7ed389d1af9ebffb96e9]

        fix interchanged parameters
        
        first one found by cppcheck
        > sc/source/filter/excel/xelink.cxx 637
        > funcArgOrderDifferent
        >  warning	Function 'InsertExtName' argument order different:
        >  declaration 'rnExtSheet, rnExtName, rUrl, rName, rArray'
        >  definition 'rnExtSheet, rnExtName, rName, rUrl, rArray'
        
        Change-Id: I6b9bdbf58a8eb271e873bf8dfc30041a72419f59
        Reviewed-on: https://gerrit.libreoffice.org/32927
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-10  Justin Luth  <justin_luth@sil.org>  [dfc6f4c1be58b088dd099f6f8bb6103bf962e144]

        tdf#97598 xlsx import: do not apply any scenarios
        
        Excel does not automatically apply scenarios, so neither should LO.
        
        Scenarios appear to first be supported in 2009 and this section that
        applies the "mnShown" scenario comes from
        > commit 0851da4d8a0a557f1e9a31af652a530c615c2989
        > CWS-TOOLING: integrate CWS dr68
        
        mnShown should only mean the last scenario that was shown, so
        mark it as active, but don't apply it.
        In Excel, mnCurrent tracks and auto-selects a scenario in the dialog box,
        so that is irrelevant to us.
        
        Change-Id: I6b4a9b14733d6ab6dc2283a569f0e2484f81c24f
        Reviewed-on: https://gerrit.libreoffice.org/32432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cbebea151b9ba907e9ff69fd48996fee38c1f22d]

        Updated core Project: translations  930afa6de2cfae15db9af9574f6e0997f69955d8
        
        update translations
        
        and force-fix errors using pocheck
        
        Change-Id: I22c4f2470c82a226f332c5af79dadcc33e50d79a
        

2017-01-10  jan Iversen  <jani@documentfoundation.org>  [e4b6c3b2f9dc579c278b47a777fb57def9e0df1f]

        gbuild-to-ide, solved vs2013 generation problem.
        
        mikekaganski reported a problem with the vs2013 class, due to the
        latest changes. Problem solved:
        
        .name() -> .name
        
        Change-Id: Idb3e063bee93041dd010ed0c0b5bb71ac7efcd57

2017-01-10  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [54490d9322dfeb97142885de043d5710dad673ed]

        replace namespace url strings with function calls
        
        Change-Id: I1b496a93449caa4a9699f71874f293eeaa1fa320
        Reviewed-on: https://gerrit.libreoffice.org/32916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [adea1891e5d195a450a2ed0906e0af7424902146]

        mpGlobalMgr must already exist if we're copying from another GraphicObject
        
        Change-Id: I7befa3bf8c80ed71d13a1481569bb046036cbd21

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [6c2725038b627535ba97ead89dadb96e0ff69c3c]

        Resolves: rhbz#1409634 crash on close storing clipboard of database table
        
        Change-Id: I8e692314b4ef278f7881780d51bcecb60ca80c3f

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [6a68e364faa0d384f1e3bf397f5decaadecf9b3b]

        tdf#105199: Keep URL intact
        
        Change-Id: I85681fcc81246414332f88dc46ce4a4b60896c97

2017-01-10  Khaled Hosny  <khaledhosny@eglug.org>  [b885db5dbd9f61d75bed258660731d61a18fd2b7]

        loplugin:nullptr
        
        Change-Id: Iaf69f87564ff0f9f8aab6fafb833714426c8bc30

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [a1d3dc1cbd1ca8b61e717c8ef8c7fdfe3ec33045]

        post ctor, pre dtor there is always a mpMgr and its mpGlobalMgr
        
        move the ImplEnsureGraphicManager calls to be the first thing
        in the ctor to ensure that its also always available during
        the ctoring, this is hopefully a good change
        
        Change-Id: Iccddee7cac152df66dec0039df207a7575e1fa54

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [629765804a9d416c022697c1d0ae9493127d3efe]

        Work around problems with isCXX11ConstantExpr in template code
        
        > template<size_t Size>
        > bool checkOutput(ScDocument* pDoc, const ScRange& aOutRange, const char* aOutputCheck[][Size], const char* pCaption)
        > {
        >     ...
        >             const char* p = aOutputCheck[nRow][nCol];
        
        in sc/qa/unit/helper/qahelper.hxx caused
        
        >    assert(E->isRValue() && E->getType()->hasPointerRepresentation());
        
        in Clang's EvaluatePointer (lib/AST/ExprConstant.cpp) to fire.  In the template
        definition itself, Clang doesn't introduce ArrayToPointerDecay ImplicitCastExpr
        into the subscripting operations (while in any implicit specializations that it
        instantiates, it does).
        
        This is interesting:  Up to C++11, [expr.sub] requires the operator to have
        pointer type (so array-to-pointer decay is clearly asked for).  In C++14
        (CWG1213), the operator can also be of array type but it is not explicitly
        specified whether array-to-pointer decay is to be performed.  In upcoming C++17
        (P0135R1), it specifies further that an operator of array type must be a glvalue
        but still does not explicitly specify whether array-to-pointer decay is to be
        performed.  Maybe the definition of the subscripting operation in terms of
        *((E1)+(E2)) is meant to imply that, however.
        
        Change-Id: I67c7b0f34002387dbf746288630371877c6261ef

2017-01-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad915fafd54f9115faea7147f82d80a942af2d68]

        tdf#104830, need an own termination listener for lib objects
        
        The destruction of the SwDLL object happens already through the normal
        termination listener but the other termination listeners might still
        depend on it. Also the outstanding events might need the SwDLL instance
        to be still around.
        
        This makes the destruction of the instance explicit and at a time when
        it should be safe. We should use the same code for calc, impress, math
        and base as well.
        
        Change-Id: I50b8f30426f5a4a54e362e748fe962839abca73e
        Reviewed-on: https://gerrit.libreoffice.org/32856
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [11e5668f12565ad9b1acb5c0085653c7a22ca329]

        mpGlobalMgr has to exist at GraphicObject dtor time
        
        Change-Id: I75d82c041aa5a01bab3dceecaaa132ce9172862b
        Reviewed-on: https://gerrit.libreoffice.org/32899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [bd5ec81c78df81fb85a036d07cc4d60d01575fd0]

        mpGlobalMgr is the only manager possible
        
        Change-Id: Ic7e20c9c198cfdab73647b009af3e269aabf680f
        Reviewed-on: https://gerrit.libreoffice.org/32898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [8065e33626b8b9cf02caaa12b345b538535a8acf]

        move the ImplRegisterObj outside ImplSetGraphicManager and rename it
        
        Change-Id: I1eded3ee41787b9a3339e01cf6e1157724bba1a6

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [f0ab4138ca30690c4779c6a440826de3bd6fc8e7]

        ImplSetGraphicManager only called from ctors now where mpMgr is nullptr
        
        Change-Id: Ib275f4c803d74eaf45409e78a6c786dac159af6b

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [3a44ef1d5de57022ad2f5339dbcbfa534174eb9f]

        GraphicManagerDestroyed would just set the default manager again
        
        which is the only one that could already be set. Seeing
        as the manager is always there if a Graphic exists then
        the maObjList must be empty at the dtor time
        
        Change-Id: Id447d1e62a4b94b0ef986edf3cc05629c90e511b

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [9d138866d269eea262b22497af62b09570bd7a05]

        unfold and unindent else cause
        
        Change-Id: I22131a477547ac08b0c6b762353c9796f80c3666

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [6b0ae6c674e0216bc916232e500515f9eb764664]

        the only GraphicManager is the mpGlobalMgr, so simplify accordingly
        
        Change-Id: I5b237e27815e138cdcab75b1b9f657882ae8a37b

2017-01-10  Eike Rathke  <erack@redhat.com>  [439b2a134218b93e6ca9fa23005b89c19498f586]

        Resolves: tdf#104711 adjust range reference constructed of named anchors
        
        A constructed range reference of named anchors (i.e. extended during
        expression compilation) forms a range listened at that needs to be
        adjusted if the cell is shifted and one or both anchor parts are
        individually named relative references.
        
        Currently the resulting range (ScComplexRefData aka DoubleRef) does not
        know to distinguish between whether its anchors are the result of a
        literal range in a named expression or the result of individually named
        anchors, so such RelName DoubleRef needs to be adjusted unconditionally
        when shifting or moving the formula cell.
        
        Change-Id: I75e2cc79ac60116671acce7641567337d5f5f7ed

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [7aaa217894fad1b3fd5c06cc77a216a87adae93d]

        collapse !mpMgr || mpMgr
        
        Change-Id: Id93b2da5665c47b1e8941d2f7428fe078c6227f7

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e7b1aeb2943bf8fb986e712b200ebe346a4b67ad]

        -Werror=format=
        
        Change-Id: I690117e6e94af2364cbf2f7bcb0bc44adc264567

2017-01-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a1f37240b7d4d47887135eff1b59ebe4ca6d40b5]

        add IRR, IPMT, ISPMT test case
        
        Change-Id: I4179ec9fb31e4b7cb91f2dcd168048d403ab8a76
        Reviewed-on: https://gerrit.libreoffice.org/32841
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fa886598ccdcb18bdbcf05585beccab0d5c9408d]

        Updated core Project: help  69cc05e42df703775a9716d8eb1767b1fd147336
        
        A bit of cleanup in cmis-remote-files-setup.xhp
        
        - One doesn’t need to have all those <embedvar>s included in the
          translatable strings
        - Consistently use hyphen-minus as the menu path separator, as in
          the rest of the help files
        - Drop hardcoded “LibreOffice” in favor of “%PRODUCTNAME”
        
        Change-Id: I2ed2d4d9516365caa8230bb4cd53d07c610155e1
        

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [610d995c3a6aa406ee93052e613a4cfe1a8888c6]

        ofz#395 leak in Bitmap::AcquireWriteAccess
        
        Change-Id: Id67f0b8e82e0730eb35a14a6080bfa5b15d365c8

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [3cd6485ee95ed2b2c4cf8cd7b45a573a0aced175]

        BitmapWriteAccess* -> Bitmap::ScopedWriteAccess
        
        Change-Id: I5b3980d8eecc61a6f63aa64a1b05c30afa2f57f7

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [b3bddf8b75226326a39f92f8fcb1745569b86caa]

        Bitmap::Convert->Convert
        
        Change-Id: Id8e6c4d7290eabdc32991bad1e8cda1f06c751f2

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [01392c4a60e1bcba839a06471300312593e15de4]

        WaE: -Wunused-function with dbconnectivity disabled
        
        Change-Id: Ief9a3b478d904dd12f51dc7e4373a8273f209635

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [7aad85c4f5bfd33ce7fdb17643ae16b6b87f7632]

        coverity#1398524 Uncaught exception
        
        Change-Id: I5654f1123fc7dea3ea132141863cd65cf184e360

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [5b99067d8d6f0fee926405c6e14dbb9d10c7368e]

        coverity#1398525 Uncaught exception
        
        Change-Id: Ic7d2ae5d597ad589b86ec27e2645c543e08121ad

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [001f85ffa45d0a46b3eea48a5c60597ea03afd42]

        coverity#1398526 Uncaught exception
        
        Change-Id: I6b1d5b0049ec744ed87e13300e1f01a94f88202c

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [52f6b1f49e29d1398be70561701d798502e57f3c]

        coverity#1398527 Uncaught exception
        
        Change-Id: Id1c0273f7430ba525f231ed5bb9311c732935640

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [8564b5beb1c49104d555e70d3c6134908fc0811f]

        first GraphicManager* arg of ImplSetGraphicManager is thus always null
        
        Change-Id: I3da98280d3c1d95663e6e43ce7a5ca82c001c334

2017-01-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [48c100d7300c73a6501317c553a24adfca2a5f4c]

        remove unused typedefs
        
        Change-Id: I99c44caabca3d799c783d57cd2c3a1692c899191
        Reviewed-on: https://gerrit.libreoffice.org/32911
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Noel Grandin  <noel@peralex.com>  [f207e13136f4ff211cd1fe0c9703f35655a23d38]

        fix windows build
        
        VS2013 does not like stack-allocated arrays with runtime size
        
        Change-Id: I58bd3a9feb6e2bef1b4a4f775669e5e3e03de5f7
        Reviewed-on: https://gerrit.libreoffice.org/32922
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [f89d7692a36cc3c65a27690d7bb9e876dc4644bc]

        fix SfxUShortRangesItem::operator==
        
        broken since
        
            commit 1416669670de6f93b40d8a2f8f001e92ec0bf101
            Author: Thomas Arnhold <thomas@arnhold.org>
            Date:   Tue Apr 2 14:21:42 2013 +0200
            Revert "Revert "reduce some uglyness""
        
        Change-Id: I41ac489e952f0356976e0a5372953d634d96e690

2017-01-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ea56ac812f254a62c1ad4d2fe4651c07269b40ba]

        add TBILLEQ  test case
        
        Change-Id: I2a58b90f050007347489299073bc4eef339af678
        Reviewed-on: https://gerrit.libreoffice.org/32815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0d2ac4afe9f583dee64a5dcebb93caf7d42d0891]

        New loplugin:conststringvar
        
        Change-Id: I16648b018ed0f69a085322cfb88481ee2a0c27ca

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d86f83b6d942fa18ffb1e74daff6032dea954dda]

        New loplugin:conststringvar: basegfx
        
        Change-Id: Ia298e6a3515de9bde212dfd6159032859a965df1

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [4e1d0357313a9bf55e78b9228dcf96c829c56855]

        New loplugin:conststringvar: connectivity
        
        Change-Id: I2c38bc842ee07d27a5a2ff084e8a608a858f4faa

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [1f145776d815a8669dbf68e4e9b2e2e9176bb034]

        New loplugin:conststringvar: desktop
        
        Change-Id: Ib7b946fd033857d7b1b436ac478c1a9ecfccaa0d

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0731f13cb9e272d8a8d4ea172d9eb8a7608d990d]

        New loplugin:conststringvar: filter
        
        Change-Id: Ic20fc4966ed1a68bff4f9c68debd603145a89321

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0680fc5195287648793f4d0a4d54b3c9b655d5d3]

        New loplugin:conststringvar: helpcompiler
        
        Change-Id: Iaf9cedae10b9bc04353d175778ff68cb38fdb409

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [3b4a35762e47d944ce004cf1a5a2d84fbc78979f]

        New loplugin:conststringvar: i18nlangtag
        
        Change-Id: I261755055109430e6e8974efc57cc82fce8fd28a

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [4eccdab6fca3b256caab59a7cc01d0c4e7f47183]

        New loplugin:conststringvar: i18npool
        
        Change-Id: Ic02549364d0499c453f88bda358c78fce7fc4343

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [03d9c3d67d062f23d58497f80932fa734122f857]

        New loplugin:conststringvar: linguistic
        
        Change-Id: Ia9bf537071df32879c7cc92744c12556025f82ff

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [5f225f7f5d069088a9c2f70768f7506ccf3682af]

        New loplugin:conststringvar: oox
        
        Change-Id: Id27e8c51fe87cbe7fa45a68cbaa8196767473b93

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [4d6353aa9dcebfb86a26428ad68c7b38b5837d38]

        New loplugin:conststringvar: opencl
        
        Change-Id: Ib5762151cff4c903c73ec8d487ec8fbe54a9255a

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [1bd9765a0b80b84ca4cd60a5ff32f05653411fa1]

        New loplugin:conststringvar: sal
        
        Change-Id: Ia66415ff9ee67958e84cfff7eda082cdbfc9b9b9

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [cffac9e59b2460e06ad6d781fa8f428a2a3b56bf]

        New loplugin:conststringvar: sax
        
        Change-Id: I110325963655391bb6223f132fcaab2b95f3c9e3

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [243ab6d5583bdc02de38d62753e1b31ca8c0d162]

        New loplugin:conststringvar: sc
        
        Change-Id: I5f353f8aaaa82f0f9dcb5af33320dbd7e4a8abb8

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [86215f8c6ba6bc3a83375ea362a608f4f1bcfbe5]

        New loplugin:conststringvar: scaddins
        
        Change-Id: I14b74d90fabaa288f412ebb63a10c07de824f0f3

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [5637e56cc68b36c9a9484580e9053cca5c04a771]

        New loplugin:conststringvar: sd
        
        Change-Id: I7aa74260f1456a22bae368738e3947ead1ecc7be

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0999f6469ee5ce148f2f81b26fc703a3ff65a101]

        New loplugin:conststringvar: sdext
        
        Change-Id: I2452ef62e34b1837048ab79bde07660a50b6dec9

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [92b58a275341a1696257804cac85a2c33a71c1d5]

        New loplugin:conststringvar: sfx2
        
        Change-Id: I287d338711a15fb53f4653b6475191099b8379e1

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [172257062881dab61b71367c8be31460e9b26cc9]

        New loplugin:conststringvar: shell
        
        Change-Id: Ie375164d9c461c25d256f321e4efd0aedc73a263

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d09f0799e9c836c027d0c7f60e03822fc88c762a]

        New loplugin:conststringvar: starmath
        
        Change-Id: I23efecd90ee3e89afd0159ac2eaca78bb0a92685

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e12323f0aa27c23da754ec324e3970a43d507d3e]

        New loplugin:conststringvar: svx
        
        Change-Id: I440b34fca4b084e0702bbc9a7b836bfd39258bfe

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [931b1fb6959dcdd6b37311a5eb07dedd7e5a26d7]

        New loplugin:conststringvar: sw
        
        Change-Id: I8c2dcd34668f9f2e4bea70ea86ff57fd7b923c34

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [c4de235ad38cd648c82c98235016f186eb594a32]

        New loplugin:conststringvar: unodevtools
        
        Change-Id: I7bbe7f78b8e62962f907a598e8405be7d4be03c9

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [03304ba903ade6a538f948273dd390aa5465785f]

        New loplugin:conststringvar: unoxml
        
        Change-Id: If8b214482c96e6c302baa31efbdd2d3d0fd96fb7

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [aac9419b8142d949084ceb5d6361b9623e72d74f]

        New loplugin:conststringvar: vcl
        
        Change-Id: I573c19e4a2f6ee041998216ea4cf29677986d731

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [61d6d605447d375c0fb717486dc4c2eb085afe27]

        New loplugin:conststringvar: xmloff
        
        Change-Id: I337de74f48fa973a937bde3e4eb97e255c2f915f

2017-01-10  Stephan Bergmann  <sbergman@redhat.com>  [91425be3c6fbed3b6ea51f5efa59787cc90e3d09]

        New loplugin:conststringvar: xmlsecurity
        
        Change-Id: Ifec5c8a9addca5976714eec64385b3f87e5380c5

2017-01-10  Arnaud Versini  <arnaud.versini@gmail.com>  [841f48fcb5431b241eca406209cd67df9dccd9ec]

        accessibility: prevent possible deadlock
        
        Change-Id: I1dc409644ed2e2bdd0cd38c8343c4ada1af7127b
        Reviewed-on: https://gerrit.libreoffice.org/32137
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [56d071c10ca8016848f1f059aa3eb197fe928844]

        rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACE
        
        since "trace" is such a generic term, this makes it easier to actually find the feature when you need it.
        
        And add feature to limit stack depth of the reported backtrace.
        
        Change-Id: Iab3e4ceb2e8480e7b5e2b920eb6c5d7631e21c43
        Reviewed-on: https://gerrit.libreoffice.org/31752
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [014b9ac2e4ec22a1eed2fde806edd7a840035a45]

        loplugin:unusedmethods
        
        Change-Id: Ibe11923601760ded53a277c48631e4893606b2d6
        Reviewed-on: https://gerrit.libreoffice.org/32875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [b0229855057ed4d73e73ecd8c501a4564f2237ce]

        loplugin:unusedfields
        
        Change-Id: I9611511cb3480734dea3c3cbaf0d659071366ad1
        Reviewed-on: https://gerrit.libreoffice.org/32873
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-10  Julien Nabet  <serval2412@yahoo.fr>  [bce35b8e13b0d82ba54bf3d380f448dad0ee13bb]

        Related tdf#100151: use disposeAndClear for mpShowWindow (sd)
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=100151#c33
        
        Change-Id: I81e483189eacee086b680367148f8dd3ca2d3493
        Reviewed-on: https://gerrit.libreoffice.org/32904
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-10  Caolán McNamara  <caolanm@redhat.com>  [4434b0029009d6d0327eaca1ff22a0c39711291d]

        defaults are good enough
        
        Change-Id: I4520e00b8c48938a4ff1ed89e3c61948d886972c
        Reviewed-on: https://gerrit.libreoffice.org/32889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5adab0927483d039037b0f93894627e41a2c72f2]

        replace C-style casts with const_cast
        
        Change-Id: Ica6522b4bfe2aa4517469e89cabe5d4d057cb6b7
        Reviewed-on: https://gerrit.libreoffice.org/32657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [62a94dcf0c750e335d6ce272d8a5df9813910d5a]

        tdf#103225 revert setting of a fixed size for the dialog
        
        Setting fixed size of a dialog causes a mess with HiDPI and could
        also cause problems with certain languages because the translated
        strings could streach the dialog size. It is better to let the
        dialog calculate its ideal size depending on the content, which
        in some cases is not ideal but at least it shouldn't create a
        mess.
        
        The decision to revert this was done in design hangout on
        2016-12-22.
        
        Change-Id: I0ad1e38e1625cdbbf65b846118995bd5d3ebb47e
        Reviewed-on: https://gerrit.libreoffice.org/32912
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [20c16740b19a028624388a0d4961659a2a9d8b55]

        loplugin:externvar
        
        Change-Id: I6cf0b0c6b3a6a214fd0c1b835be491901deb2495

2017-01-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0b87e17a4e122d53a765a9db2ae54908e0803b65]

        Test that patterns are correctly imported for MS binary format
        
        Change-Id: I8335ee35bae11c8014d6591744199e55bc3ec41b
        Reviewed-on: https://gerrit.libreoffice.org/32854
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [735941713c81ec8ca9ac796b832d776f6ef633ef]

        Fix import of patterns for MS binary formats
        
        Don't use XOBitmap, which in some cases doesn't import the pattern
        correctly (on Linux and with a different issue on Windows too) - it
        doesn't seem to be necessary to use it, just convert the pattern
        bitmap to a bitmap that has the expected colors applied.
        
        Change-Id: Ide7d5ce0115b63e882b3544b10fd00d5582cf7d3
        Reviewed-on: https://gerrit.libreoffice.org/32855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a0a42ade2137348a83c05f01fe25ebadab69a9e2]

        loplugin:externvar
        
        Change-Id: Ie6834e7cb1e65a2e24c6250126c24463e6e49354

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [4f36a2fbe6287281122aff2e781b9b7de9a41b88]

        loplugin:externvar
        
        Change-Id: Iedb9b26dbe33d447de309a763eaeeeb57d1fcdd1

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [4fcf17f89bc45e5e850f48efe274e6ea24ff8a86]

        add pcd fuzzer
        
        Change-Id: Id21659687952ec5e868733fbca12353dd71b8153
        Reviewed-on: https://gerrit.libreoffice.org/32902
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [855fbe4edccf5c8299373087eb2cee5342ba4097]

        second arg of deformed copy ctor isn't used
        
        except in the qa test
        
        Change-Id: I84d1a06194e4c11b218c417663f12195c9f76526
        Reviewed-on: https://gerrit.libreoffice.org/32890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [aecd984ad1c0dc29e15891bca227a96aedbde154]

        loplugin:externvar
        
        Change-Id: Icaa7d1f10aafbb1b143252eca565f332eb040e82

2017-01-09  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [b98f08669391b54fd5090158c589c871afc0419c]

        Added 34 new pt_PT autocorrect words
        
        Change-Id: Ibd2703d651b9af1e9baf7c9a1541acf70d2415da
        Reviewed-on: https://gerrit.libreoffice.org/32882
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [62ee434e336dac7523cace3b3acea6894ef3a509]

        loplugin:externvar
        
        Change-Id: I304144c0ae6b51656ad326a77e9402cc34d5aa18

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [04900bf971196a3b27473fd35d4726cd8cadd0e0]

        loplugin:externvar
        
        Change-Id: I35449ee2d7294024fde83e36af83311a08a7ccae

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [e5c324016dcbadeb7664052124cc927246c2953f]

        loplugin:externvar
        
        Change-Id: I63571c0003e6e0d7bd7a0c71a7dd47955a8871e0

2017-01-09  Arnaud Versini  <arnaud.versini@gmail.com>  [62affdd4bf8ac45dfe6ce5274623e659895fdafa]

        accessibility: simplify locking
        
        Change-Id: I87580eabf87fffd86068b5b2e44672aa1f9ffe84
        Reviewed-on: https://gerrit.libreoffice.org/32136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-09  Olivier  <olivier.hallot@libreoffice.org>  [a7168a1aa7429eae8249622ea19acc4cd564a18f]

        Updated core Project: help  32c3b487b2abbfe65282178ba89c2606f71f4c98
        
        Fix typos in help texts
        
        Change-Id: I89400e762b9798bbf451c1f41b6792e21e7a81f1
        Reviewed-on: https://gerrit.libreoffice.org/32908
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-09  Michael Stahl  <mstahl@redhat.com>  [84de69638362c7b575560e0da3efbc709b7ac476]

        ucb: cmis::DataSupplier::queryContent() looks rather questionable
        
        It's not immediately obvious if the caller is responsible for
        checking the index validity here, but all the other sub-classes of
        ResultSetDataSupplier that i looked at do check the index so do
        the same here.
        
        Change-Id: Ib0c5c38cb28282f08752cdb03202e4d6f3566693

2017-01-09  Rene Engelhard  <rene@debian.org>  [22779b136058934f1af0dcfa50ba23ea6220db87]

        use (new) -mlong-jump-table-offsets on m68k for libxo
        
        Change-Id: I6e2886e2de4f3502c74f1e367216066352994865

2017-01-09  Michael Stahl  <mstahl@redhat.com>  [a5a94537d804f20a0d6472ef2e5995cee2d5b2fe]

        ucb: ReacquireableGuard::reacquire() is a no-op
        
        So remove this junk and use osl::ResettableGuard instead which actually
        works.
        
        Change-Id: Ieb49fab16c94f0a2847ee5a1b95b52f2c141c674

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [de77b1b22b60a98363886339c4038df7f652d92e]

        Wow! The ultimate Easter Egg
        
        Instantiate one million SfxPoolItems to reach the next level!
        
        Change-Id: Ib600f6f2ece080eb98d7f8d284080b5584b0a9d1

2017-01-09  heiko tietze  <tietze.heiko@gmail.com>  [0c9f0f3c17a03b305f9d55ad40cc7e4111269760]

        tdf#105160: word wrap at wizard
        
        Vertical spacing fill now
        
        Change-Id: I1463df1a0b345a39c10ef83b2fa0c558bd135cdc
        Reviewed-on: https://gerrit.libreoffice.org/32829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-01-09  Michael Stahl  <mstahl@redhat.com>  [e014213ae42da5e5464724bc79956e684f7f20cd]

        scp2: move firebird_sdbc library to firebirdsdbc module
        
        Change-Id: Ie57ae3452947a8454eca5d83f2e80d168ef2fa6d

2017-01-09  Michael Stahl  <mstahl@redhat.com>  [2c78d4965a8ddd77b926edc0e0aa4a19577e2453]

        tdf#90753 scp2: move firebirdsdbc packages to AutoInstall
        
        Change-Id: Ifabb9fa65115fcc1728fa16e142ef008834eedda

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [ce38f88151817648ae2fdb9788f5a40d12b1057a]

        New loplugin:externvar
        
        Change-Id: Ie5404f11cbc5b05bd18455ae81526eb2de01548c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [6f710c79e23c7f9a02c652180845f61a81c00113]

        New loplugin:externvar: canvas
        
        Change-Id: If11977a086dd7bd7d76782577db619fd272e814c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [3a639ccf74f4c0e3ca6ef24ab54703c350d67896]

        New loplugin:externvar: connectivity
        
        Change-Id: I7e62a92ee4b019163de797fd4448170a741879dc

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a98334bc42de258ba63f8a9269bd50f84cf3ba7c]

        New loplugin:externvar: dbaccess
        
        Change-Id: Ie1b87180b68c1f106128f0fc7a3a591c055b735f

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a694748f93d8904c44cff0bdf88c9d84b9dcab6f]

        New loplugin:externvar: desktop
        
        Change-Id: I3942e7496c6014c0118a9e90a8fa8251bffe8443

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [88d0a86014be135c8a0a8760d763e090d833bf6e]

        New loplugin:externvar: editeng
        
        Change-Id: I1668a58f478c63b981c57e68795413f2aab87967

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [71d8920b4d31f60307f66e4fb51fb6cfe560e6d8]

        New loplugin:externvar: extensions
        
        Change-Id: I596eecab083092cccbe67062ade2279e6e25baab

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [f89aec26a57aae8436a7ecf3ccc29117018cda46]

        New loplugin:externvar: filter
        
        Change-Id: I2f800da9b61f33c801e1bc2809378ac19f22171b

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a109caf3e2d92f62968998a750acfe8a4d07115f]

        New loplugin:externvar: framework
        
        Change-Id: Idcc4e0bb8065d7a9b30d38463470a67b1921c6cb

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [e5cc0021654fde80e19c419242b64f2f88ac75d9]

        New loplugin:externvar: hwpfilter
        
        Change-Id: I275d67b2878400cd0774f21b1a7489a0dd392e82

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [9c5494bfd781a32882b1cdfa2ab8645df960d85b]

        New loplugin:externvar: idl
        
        Change-Id: I67d0c0f7c7aa6d4a81e46ef6afca2d7a762eb813

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [ff7ee9796f93b7cd7a8f80e9efbc42909d509344]

        New loplugin:externvar: i18npool
        
        Change-Id: Id38d1fde0e0f6e08899e83697f586d513b635aad

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [6e50fef4c055b2110328dc820038f41fc6c85530]

        New loplugin:externvar: idlc
        
        Change-Id: I7b892efd6a5267c228c4cf17e80fac82628fbb64

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [884437ef2e8f6739e149c96be5992253c3720bcb]

        New loplugin:externvar: jvmfwk
        
        Change-Id: I0fee834ba07ecdc713e0e066935773f49a109665

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [d5f2ba9a3ebf952cb237141dae33ba9fc06ddabd]

        New loplugin:externvar: l10ntools
        
        Change-Id: I7bfad0dfff95667a33b48dfe2354a8f0ffc5060d

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [7267e2b50d6752661c6cb42f7368b6b689c4ba04]

        New loplugin:externvar: libreofficekit
        
        Change-Id: Ib2a19249e1dd8d187b1fdc5559a9b4b9c2825e8c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [0cca099cfb5a653043867bc090eeec9f278d5749]

        New loplugin:externvar: linguistic
        
        Change-Id: I2fd1b1a6008067b8a289e1dc0ebfe7dfeb879328

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b63fbe006f74df9e1af2cec4271721972bb6de6b]

        New loplugin:externvar: odk
        
        Change-Id: I1f60c6b606a1ac96acbfa0777797acdaaea38c3c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [089f89ef1030cdcf5dae2f9e8dc35b092eeecd9c]

        New loplugin:externvar: pyuno
        
        Change-Id: Ib6822bf914fe44e8bd590dfe82d25d7c5046ca94

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [953e0df86a7c9ae6ec6cedc20212dbd0b2a6e43f]

        New loplugin:externvar: rsc
        
        Change-Id: Ifa9ead1325fdced36f189c5d5dcfd0e6d0ed63dd

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [387a035d749ff7f00beca82f83e7aa5d8c5e9fcd]

        New loplugin:externvar: sal
        
        Change-Id: Iefc33784f21e7a0b88c8d6308618926e38ab8554

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [2f3bc785e675b40003b06f549a00775322f0b7fd]

        New loplugin:externvar: sc
        
        Change-Id: I6f9df997a957a1fa49161add2adafe228d036a30

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [e88309519accfbde8f19d1ce36b657707683bb61]

        New loplugin:externvar: scripting
        
        Change-Id: I79b4e8718c10b5c5fce9f734a5a30ce9bc01e0c7

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [14fe0a66dac58c266a3327babe36c902075c4ac0]

        New loplugin:externvar: sd
        
        Change-Id: I753a49c35c0a459f110960c56ac345f8bfc79dee

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [86dfe7724accd0e291570c9546d4ddc38974ba32]

        New loplugin:externvar: sdext
        
        Change-Id: I46185dcefcd369f623fe4f4773e78275711d7f18

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [2a87543d86ee47fb819ebfb05fb613236851e3f1]

        New loplugin:externvar: sfx2
        
        Change-Id: I166293e7404fb5d638fcd25d8413b33026b326b2

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [9b37930e8aa7a139ad31a2337905040435272a9b]

        New loplugin:externvar: shell
        
        Change-Id: I280df3f20a45763d6d615ee9104a19c58ff4a046

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [e7b35ed3e36dc04d7544ca8fc0ac18141dec91cb]

        New loplugin:externvar: svl
        
        Change-Id: Ib8a198c52aa6b92d602e0477d4af7e30f5d5baee

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [188b3b6dfd8353a02652f21c03ff125bcca7938e]

        New loplugin:externvar: svtools
        
        Change-Id: I2fc934db85c133f69b4e1092b50fc8e053798c4d

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [f55079f4efa035ec556a421bd88db8aea2a0cdfb]

        New loplugin:externvar: svx
        
        Change-Id: Ia6d7c52389bbc957190bc59dadb62b1840befe73

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [28a42c1b7273557971f3c17646810c09b585b4b1]

        New loplugin:externvar: sw
        
        Change-Id: If850989ee513d29ed373df0c6dd9905ec694026c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [d5595090eb335e574e901c805c4c1e2265ed75d2]

        New loplugin:externvar: ucb
        
        Change-Id: Idfab6f0d16b85ca280056db88264e5234361bce0

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [f2e743010dec14e358e3b138a35b0cb6f758bb6b]

        New loplugin:externvar: unotools
        
        Change-Id: I117f5166dffa1514cfc774105b4c94009183fe90

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [3b2ec686862e3d3c5634ee06eae12641cf1fe6cf]

        New loplugin:externvar: vbahelper
        
        Change-Id: Ic66aa797251b6de1d964dcd66ca1bd952c8c17d3

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [736300b358bc9207b360d6d7e4aa0b70499f4837]

        New loplugin:externvar: vcl
        
        Change-Id: I8b01a7bd7459db242364b6a766549374264f26f2

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b57368b894851e1ae204c03753005a4a1d121908]

        New loplugin:externvar: writerfilter
        
        Change-Id: I988555d9ccf9a7245d49cb2e05a84878978eebd6

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [6627b78882505df3bcedc6dfb279fcd6a3a6ac2d]

        New loplugin:externvar: xmlhelp
        
        Change-Id: Ib531fe3b420e8c8fbec5daddf112f0d33440d463

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [76f894f2483d9416b9a4aeb739481abfd0c25c02]

        New loplugin:externvar: xmloff
        
        Change-Id: I3fe731a535fe67b4cf260f9c6a36e32732695a7c

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [9dbb143c25782b112dc0e4de29e09d740ad6bcf7]

        New loplugin:externvar: xmlscript
        
        Change-Id: Ie35e22e464ab71c864e3fba130d1e7946a83086a

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a32c0f4a1e32273bd9e443f76260381246dbe808]

        New loplugin:externvar: xmlsecurity
        
        Change-Id: I25ee9a65b481c63ab2629be54768793d254341b5

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b6988293c1c27dae8524ee0095d5e4c22ca62553]

        Revert "Remove test_getsystemticks_method.vb for now"
        
        This reverts commit 93a8ebac2d6eb124bf57223069765af08fcd5c85, now that
        fce604c8ae11b462113305aba080d77f8193cfea "[API CHANGE] return unsigned 64-bit
        value from GetSystemTicks in basic code" is in.

2017-01-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [245349ddaa51630e1dfec4037c0b8dd2f51e9651]

        Add missing "test" to -Og configure check
        
        Change-Id: Ida6cc4fa96b60e50c261aa2c81fb6d2fc0484b10

2017-01-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [9dd7999a480b2c9af652fbd0cd2d68df8d16e60d]

        Revert "PivotTable: Avoid adding useless 'Data' column field to table layout"
        
        This reverts commit ad86820a2bc99ede49875f8b03d6e64624e7b5f4.

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [ea86f1ca5c627da45da49e20f27ef112febc41e8]

        defaults are good enough
        
        and protected isn't necessary
        
        Change-Id: I6219632fe1da36d484864c2500e9ac14978f2cb8

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [9a30cb2161506e003f14592d83075ab9d30516c1]

        hack to silence -Wunused-function
        
        Change-Id: I585839c05ca3b0336ffbe2c60a2f58c34b0aae78

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [1f8ee857dcd5f6591d060746c805fdcc036a112b]

        non debug warning -Wmaybe-uninitialized
        
        Change-Id: I16c04585ee2c411ae362230590a06bdc9e22443d

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [1f5a2f7a915375667ac390f80858eefcff799887]

        add svm fuzzer
        
        Change-Id: I56606605e7ce7e282960432384057f2986d3a187

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [eef56fc73b5c3ddc02ca7192532748e8d60c3ac6]

        Related: coverity#1371305 unnecessary inheritence
        
        SvDataCopyStream used to do extra Load/Save things that are long
        gone, so there is no reason for the common base anymore
        
        Change-Id: Ib321021002adb480bb96298f199141dc3fe2ec2b
        Reviewed-on: https://gerrit.libreoffice.org/32851
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [fce604c8ae11b462113305aba080d77f8193cfea]

        [API CHANGE] return unsigned 64-bit value from GetSystemTicks in basic code
        
        instead of 32-bit value.
        
        looks like this has been incorrect since
        
           commit 9f2104e1f3a1ef8a37406b39188234df309241bc
           Author: Jens-Heiner Rechtien <hr@openoffice.org>
           Date:   Mon Jun 19 16:46:13 2006 +0000
           INTEGRATION: CWS warnings01 (1.23.26); FILE MERGED
        
        but nobody cared, since the values would previously fit into a 32-bit
        number.
        
        Change-Id: I4c121085977b5e7ff3e33c8ad57749b925ad31b9
        Reviewed-on: https://gerrit.libreoffice.org/32879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [4df12fe5236c8ab98ee29b655aa3c18b28617f74]

        add bmp fuzzer
        
        Change-Id: I5a564402b7a0b6ae1fcbeef6d84f85f1d3e4f4ce
        Reviewed-on: https://gerrit.libreoffice.org/32850
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [1413ab328a08af526dac51881905e8d313bee502]

        add png fuzzer
        
        Change-Id: I06a92aff55f4e107781b5e7b2b95eb61692a929b
        Reviewed-on: https://gerrit.libreoffice.org/32849
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-09  Stephan Bergmann  <sbergman@redhat.com>  [93a8ebac2d6eb124bf57223069765af08fcd5c85]

        Remove test_getsystemticks_method.vb for now
        
        Introduced with 060c2b9b1b0d3c9cf27f1b289a620cfa82b5b060 "QA Basic: split tests
        of methods in different files", but GetSystemTicks appears to routinely return
        negative values.
        
        Change-Id: Ibccdf753aea581e05e9d4e1bf551ae72dc70c959

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [e497d4d49033239869a3ad9f7c388e4c2acc3401]

        coverity#1371227 Missing move assignment operator
        
        Change-Id: I2de6b5e2910ff570c08e662769d5e6ee188825a7
        Reviewed-on: https://gerrit.libreoffice.org/32843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2017-01-09  Caolán McNamara  <caolanm@redhat.com>  [5aa8569b8412f86ff4c1e00d9cefeeaac9bc3c7c]

        unnecessary const cast
        
        Change-Id: Ib88b8de40184b13cd7aa0ae4787e6b6477996d67

2017-01-09  Rohan Kumar  <rohankanojia420@gmail.com>  [4a1d52e7e434269e1331e6fdd6c24d45703a9711]

        tdf#51358 Support for IrisWipe transition animation in SVG Export
        
        Ported the class IrisWipe
        
        Change-Id: If56f846e9a48941cdd240adfb15f5b36674cadd3
        Reviewed-on: https://gerrit.libreoffice.org/32421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-09  kerem  <hallackerem@gmail.com>  [9f18ee7fd912a6ba600985c5fcbe1e8672dfa993]

        tdf#97361: Changed method calls in sfx2 python tests
        
        Change-Id: Id47bf9c6bb6330bf964ca3272487a077fb664137
        Reviewed-on: https://gerrit.libreoffice.org/32838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-09  George Korepanov  <gkorepanov.gk@gmail.com>  [c695869fd83c516d63330f352d63c9b601999f20]

        tdf#87933: made pagebreak lines dashed
        
        Change-Id: I0067ef7bc672e159b739d6fd588f1427827e91a8
        Reviewed-on: https://gerrit.libreoffice.org/32779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-09  thvallois  <Thibault.vallois2661@gmail.com>  [cb8b05eb486d1def2d6332bcad221c7de333d67d]

        tdf#104008: whole file name (file extension) for print job
        
        Added parameter SFX_TITLE_FILENAME on getTitle method
        in order to have the full name for print job.
        
        Change-Id: I7a4722b93763f89424b6c6c4c247d658d57a249b
        Reviewed-on: https://gerrit.libreoffice.org/32664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2017-01-09  Oliver Specht  <oliver.specht@cib.de>  [048e30c1f8231e6cd144a9251061f6fa127b353e]

        tdf#101828 handle rtf/richtext correctly
        
        Change-Id: Id894f62a918bd6e6fa59f8d546307343bf2bd4b0
        Reviewed-on: https://gerrit.libreoffice.org/32682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6f0993f2365cd8b6ce53f7a6e705c7fc9bd07ab6]

        split markers into own images for breeze icon theme
        
        Change-Id: Ic354e4c9c5988d59084c5b5345cd4c4e7124c508
        Reviewed-on: https://gerrit.libreoffice.org/32853
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2017-01-08  Heiko Tietze  <tietze.heiko@googlemail.com>  [00da8be9348cc8c4d0b5344ee58f1be37fa14165]

        Revert "tdf#103677 Icons Change"
        
        This reverts commit 1cb1cc30b5eb75483b6aaeec0192f7ee1d833461.
        
        Setup.ico contains of three different image sizes. Furthermore, the design is not applied to the other setup icons (partial, complete). And please discuss proposal first.
        
        Change-Id: I3cc9ad3424f85c812ae89939cabaddf38e3c41b3
        Reviewed-on: https://gerrit.libreoffice.org/32751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [61a79f39d890e547377f1d39cd6596a9971405af]

        Updated core Project: help  fce5517eb405ef8288d4d421259716d99b817eb1
        
        Fix bookmarks on DB Wizard 'Text file connection' page
        
        Change-Id: I6c2881bf4e33cc9f50417c685bb7c74897ac7bb3
        Reviewed-on: https://gerrit.libreoffice.org/32835
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [8033e79467844f7f3d935483932ae10e4d17b827]

        Updated core Project: help  6d0450c494e5d21fd79940ee9863353ecd70db50
        
        Fix bookmarks on DB Wizard 'Spreadsheet connection' page
        
        Sync the page title with the wizard page name too
        
        Change-Id: I6cdbdea2325b914e61d8ab744cb489d14867d6bc
        Reviewed-on: https://gerrit.libreoffice.org/32834
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [8320083d2299cc48e3ec92f44e387d69765f431f]

        Updated core Project: help  91536d63eed45ee12789d22b15cbfaf79135789f
        
        Sync DB Wizard 'Authentication' page title with the UI
        
        Change-Id: I8d00541d0d1a73cc174396a4b1c7d8a0b3c01bd6
        Reviewed-on: https://gerrit.libreoffice.org/32833
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [14e9c0f69085de49754e2e687fe9c9c789a84617]

        Updated core Project: help  fe71a0de7fa240513f58a6993d02016f1774728f
        
        Fix bookmarks and ahelps on DB Wizard JDBC page
        
        Change-Id: Id50171d63cadec967d31100dca940902f2a40029
        Reviewed-on: https://gerrit.libreoffice.org/32832
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [ac4eb25a3405c23c5e65a10eaa618dc336fdc01e]

        Updated core Project: help  9ce74cec5a7f95ac442c9caa22aa16839d807581
        
        Move bookmarks and ahelps to DB Wizard Auth page
        
        ...from the ADO connection page.
        Also document the 'Test Connection' button a bit.
        
        Change-Id: I7d5b13baeb8ffb348ffea1c9a991b4498e8f5cc9
        Reviewed-on: https://gerrit.libreoffice.org/32831
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [47d4fe66495a7b1839958dee6826c83b90044d55]

        Updated core Project: help  5e4b205a3259f265e6dddc578d16793c1a733e9e
        
        tdf#105070 'Compare Document' menu item has moved
        
        From 'Edit' menu to 'Edit - Track Changes' submenu
        
        Change-Id: I02fd05e97f989369bcee5c5ab26fdd78121c2282
        Reviewed-on: https://gerrit.libreoffice.org/32836
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-08  heiko tietze  <tietze.heiko@gmail.com>  [0b791297a0ce1c94031322ac534ba783f6505902]

        tdf#77115 Layout of options tab of bullet dialog
        
        Alignment fixed, 'start at' moved under number
        
        Change-Id: Ib97243e12529bb5e667dea8224b579b91ce60a53
        Reviewed-on: https://gerrit.libreoffice.org/32820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>

2017-01-08  Gabor Kelemen  <kelemeng@gnome.hu>  [1f2b03684d8dd0d82ac8678ff61282c026130881]

        Updated core Project: help  74ab5d9e81c1406229ec3075afadf2b03888f269
        
        Do not report .pyc files in to-wiki as changed
        
        Change-Id: Ifb052ae5b55836995bc78cab37b95476f9770a6a
        Reviewed-on: https://gerrit.libreoffice.org/32837
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        

2017-01-08  Gaurav Dhingra  <gauravdhingra.gxyd@gmail.com>  [38e3dc80f1896a97e8b1249c97ed82f29a31ac70]

        Get rid of #include "../foo/bar.hxx" type includes
        
        Change-Id: I18e2094c1d28b6e0d860e474e33bbf8642ba78fd
        Reviewed-on: https://gerrit.libreoffice.org/32845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Caolán McNamara  <caolanm@redhat.com>  [8eb7069941d4888f02975a6aee78328d7236e93a]

        add xpm fuzzer
        
        Change-Id: Ic4869b58914079662b09c8ef406b4f65d21b5270
        Reviewed-on: https://gerrit.libreoffice.org/32839
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-08  Caolán McNamara  <caolanm@redhat.com>  [d81b0c96bb4cbec54d2f3ecd55288a4ab6506b5a]

        coverity#704153 merge m_xRootFolder and m_pRootFolder
        
        Change-Id: Id9a37afa38a2456cb022945240586081771a5436
        Reviewed-on: https://gerrit.libreoffice.org/32842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-08  Olivier  <olivier.hallot@libreoffice.org>  [5f21e19d8d917ef6e8b510017ea5bd65604a7599]

        Updated core Project: help  a4da1578e80d79e205a78cdee9e3c1dd7df82e42
        
        Review of help page for protection in Writer
        
        Change-Id: I7b2c15479faa585a643a33defb0484eb947b1afa
        Reviewed-on: https://gerrit.libreoffice.org/32846
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-08  Caolán McNamara  <caolanm@redhat.com>  [d9e3835a550b13e05a26bb86e0d808d94dcd6f18]

        coverity#736938 Copy into fixed size buffer
        
        Change-Id: If706e57343a9c81b7d31d8e018450a151d38ad49

2017-01-08  Caolán McNamara  <caolanm@redhat.com>  [f1ac93475e4d4357ea93769da186a406ec393498]

        unused mpToolBoxFontColorSw
        
        Change-Id: Ic1902a4160589cb9937f938f4a98484f0be487bc

2017-01-08  Caolán McNamara  <caolanm@redhat.com>  [7bc163e9ac2f0b8184bf89b5c35d5c810cfbcfdc]

        add xbm fuzzer
        
        Change-Id: I23d65c01bfd1ff083cda0f48c5db1636f1c6095b
        Reviewed-on: https://gerrit.libreoffice.org/32821
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-08  Stephan Bergmann  <sbergman@redhat.com>  [50eb12a8e304b345552d353668d1140b61057dd9]

        external/boost: Silence -fsanitize=nonnull-attribute
        
        ...as reported e.g. during CppunitTest_sw_odfimport:
        
        > /workdir/UnpackedTarball/boost/boost/circular_buffer/debug.hpp:37:17: runtime error: null pointer passed as argument 1, which is declared to never be null
        > /usr/include/string.h:62:62: note: nonnull attribute specified here
        >     #0 0x2b24bc0e6389 in void boost::cb_details::do_fill_uninitialized_memory<SwFrameFormat*>(SwFrameFormat**, unsigned long) /workdir/UnpackedTarball/boost/boost/circular_buffer/debug.hpp:37:5
        >     #1 0x2b24bc0e5b48 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::allocate(unsigned long) /workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2375:9
        >     #2 0x2b24bc0e545a in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::initialize_buffer(unsigned long) /workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:2482:18
        >     #3 0x2b24bc0cfaa7 in boost::circular_buffer<SwFrameFormat*, std::allocator<SwFrameFormat*> >::circular_buffer(unsigned long, std::allocator<SwFrameFormat*> const&) /workdir/UnpackedTarball/boost/boost/circular_buffer/base.hpp:1036:9
        >     #4 0x2b24bc068cd7 in AppendAllObjs(SwFrameFormats const*, SwFrame const*) /sw/source/core/layout/frmtool.cxx:1100:44
        ...
        
        Change-Id: Id96a6127990548ab0ae2e8a02b7bec2d61094c37

2017-01-08  Stephan Bergmann  <sbergman@redhat.com>  [126871b0715a0fd6c39102c9ed597acf53475420]

        Work around -fsanitize=float-cast-overflow
        
        ...when the value is outside the range of type 'unsigned char'; hopefully it'll
        always be in the range of type 'long long'
        
        Change-Id: I8ec38727648bea20875cb488fe143b4759812b5a

2017-01-08  Maxim Monastirsky  <momonasmon@gmail.com>  [e945999b3ef852faa237e028687b444668d9a703]

        TextPropertyPanel cleanup
        
        Change-Id: If9fe62643ad33c2d832b146a5dc7248dbba32f1a

2017-01-08  Maxim Monastirsky  <momonasmon@gmail.com>  [a1f97ed2aa4b8f2c91d4b87fb59c8937523c2ba4]

        XSubToolbarController is only used by SvxColorToolBoxControl
        
        Change-Id: I10c31aa9c773649c99b52c2d34cb648a37bf42ac

2017-01-08  Maxim Monastirsky  <momonasmon@gmail.com>  [215953f9814f43d51a610fde9d3ee966a2981063]

        There is no SfxToolbox class
        
        Change-Id: I30dd797921420a4009455841052f5c5436f4a93b

2017-01-08  Maxim Monastirsky  <momonasmon@gmail.com>  [b5b4ad78a455efcb3a810016b33293deed5e145d]

        These don't have to be static
        
        Change-Id: I448d1f2f292ce379cbce0083dc2c5230a7f6ce1b

2017-01-08  Stephan Bergmann  <sbergman@redhat.com>  [c30f9cdda1d94d1089bd4411d3a25e81a470c624]

        loplugin:salbool
        
        Change-Id: I1c71cdbd4cc36bd048277d9b52a7f74e709ca125

2017-01-08  Stephan Bergmann  <sbergman@redhat.com>  [49f3bb85ab04752bb2bf0f6f5e261218deddcdb9]

        loplugin:salbool
        
        Change-Id: I1da621fa46de1ff0c268d10d46a7b5a8bd860623

2017-01-08  kerem  <hallackerem@gmail.com>  [c00f6dd0a39c295c702dcfc808f009f1cdc365f0]

        tdf#90290 use custom asserter in ucalc.cxx
        
        Change-Id: I2db09096c2862801631c92df77001b50cc8270c5
        Reviewed-on: https://gerrit.libreoffice.org/32830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [ad86820a2bc99ede49875f8b03d6e64624e7b5f4]

        PivotTable: Avoid adding useless 'Data' column field to table layout
        
        Layout dialog adds this column field by default, but it has
        no actual meaning or functionality. It must be added because
        of this broken logic here (adding a field only when its hidden?).
        This 'Data' field must be related to OOXML format see
        OOX_PT_DATALAYOUTFIELD, but might be deprecated actually.
        
        Change-Id: I90f00ef6290b343f84e40e5c94fd0e29a328329b

2017-01-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [26a5f7d7c2c3fe4a3f3b00b17e0b5a0e4a0880a5]

        add RANK.EQ, RSQ; repair RANK.AVG test case
        
        Change-Id: I16aa622a526e52a0b9455cbf1eeea9991dbdd6b6
        Reviewed-on: https://gerrit.libreoffice.org/32733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [97d6e58fd8cceed862eb93f9c8195316cf0d04e3]

        add SLOPE test case
        
        Change-Id: Icc592273d980c62e666a4c3b4e829d2bc35016cc
        Reviewed-on: https://gerrit.libreoffice.org/32812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [48fd33a6f9640109ca7f2feb34f157c8e6a9bc48]

        add SKEW test case
        
        Change-Id: I072d8879d3af9bd59eb10871e96a67ebf1af76a6
        Reviewed-on: https://gerrit.libreoffice.org/32811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f79f5cb14c6d5b55ad0cc694a05a3da64835b645]

        add UPPER and VALUE test case
        
        Change-Id: Iaffbc03cd0c39f08d141eeae705568235902a6e4
        Reviewed-on: https://gerrit.libreoffice.org/32737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f4cd26a42996d2f74dbbca5295389cb7f0a2a7c4]

        add AMORLINC testcase
        
        Change-Id: Id588afe3c447ce938f91c51e084685493ba83fd5
        Reviewed-on: https://gerrit.libreoffice.org/32813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  kerem  <hallackerem@gmail.com>  [4d968302479531f7b9ba0f9c35b2efe0dbe39f50]

        tdf#90290 use custom asserter in ucalc_sharedformula.cxx
        
        Change-Id: I4a27412167beaddee55cdcae2724030bbc22ec04
        Reviewed-on: https://gerrit.libreoffice.org/32800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Khaled Hosny  <khaledhosny@eglug.org>  [d1bad9c12d61c9f662abe6439b87a057bb54c8ca]

        Simplify setting Kashida width on Windows
        
        This should also make sure we are getting it from the current font, which
        the old, convoluted way does not seem to guarantee.
        
        Change-Id: If0a4cf18e472b1489115eeb7b1b2bdbb5f13abb0
        Reviewed-on: https://gerrit.libreoffice.org/32595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-08  kerem  <hallackerem@gmail.com>  [9aea56370ae78a43c3543159571ea0454c1619eb]

        tdf#90290 use custom asserter in ucalc_sort.cxx
        
        Change-Id: Ie6123113e270e75e942716dda0ed4da71b2a2afc
        Reviewed-on: https://gerrit.libreoffice.org/32824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4f24613db3fb36d9d7c97026b93819d457754d46]

        Rename css::packages::ContentInfo to just ZipContentInfo.
        
        And use std::unique_ptr not rtl::Reference.  This is not a UNO object
        anyway...
        
        Change-Id: If43da4f7e0f478b9ad8d62e5f43f04f035c31717
        Reviewed-on: https://gerrit.libreoffice.org/32828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7c117c508c1eaa5c930481fb82c21fee6d71af0c]

        Clean up and annotate the code a bit.
        
        Change-Id: I5f0c6130e5cf21f93bb1309f7bf148bd40b3821d
        Reviewed-on: https://gerrit.libreoffice.org/32827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [63ddc8dc4ae1f3c3ee2f860c34886688b0ed2d57]

        Reduce scope by removing unnecessary else clauses.
        
        This makes the code a bit easier to follow.
        
        Change-Id: Ia55d963c97b33dd8462e6084adc4820856e126bf
        Reviewed-on: https://gerrit.libreoffice.org/32825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [87f9e8945fde37182bec1e674dd6ccee4133209c]

        default copy ctor and assignment operator are good enough
        
        and block default move equivalents
        
        Change-Id: Ib8a1050803446c2e099f66602fae0465bd8165cf

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [8b6e914305d978892e106a575662a2a5217242dc]

        coverity#1358841 Explicit null dereferenced
        
        Change-Id: I1c4cff09a7c549e9a14886c1460a7e2c2c74f757

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [1e50b35595b8e0b8d1dc03145f5ee33b7224fc31]

        coverity#735796 Explicit null dereferenced
        
        Change-Id: I7468fd9637421b8b854217c19969f94e9ab0cab4

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [c962f1629213ed30fad355eb5168e212edc4e36a]

        coverity#705098 Explicit null dereferenced
        
        Change-Id: Icf32bbe9ce259048219ba88aa7e4dc51592f7cb5

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [d126ce58c2eb8c56faaa2163a62c5fe5d4b68690]

        coverity#705097 Explicit null dereferenced
        
        Change-Id: I0c2163f91b86d2b48b7bc58b173438d2aa11377d

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [8b87f29461493b7a6759b9aa1420a0fa945689b3]

        forward decl of Graphic needed here
        
        Change-Id: I81a4bb99ffa41531323e5a5b3473f54dd0cb8910

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [30d28cb883c2304a845c816c0f1d1e504991cd76]

        coverity#704593 Dereference after null check
        
        Change-Id: I5426cb2e8ca1e8fd2e9f38419ffe6d6e148a7cba

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [89efbdd440343bd10b03fc80b6e396aea3215e90]

        coverity#440749 Explicit null dereferenced
        
        Change-Id: I0927e51d0cdb53b5bd20d4f1cf567cbfb4b377da

2017-01-07  Michael Meeks  <michael.meeks@collabora.com>  [f57dd1e34caa4f5e92490fbebdca0ddce256ad54]

        Update call-catcher readme.
        
        Change-Id: I777f05a66038ada8aff9a65637475b56ebbf5ad9

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [7160b8fb05dc45f9d896a3269b732f2101021521]

        come up with a conservative max compression ratio for gifs
        
        Change-Id: I01bc452a0bcc003bf9b7b65d9a2a49b6c1acebc1

2017-01-07  Gabor Kelemen  <kelemeng@gnome.hu>  [95e6ef5907436b886f58bc99fb8841e9b25a6139]

        Updated core Project: help  e8d93437e93da580ecb9d46a441b8610900c4f32
        
        Drop 'Network Identity' page
        
        The corresponding feature was removed in 2012 with
        098be920e012a3ae133d23cffdb161a0816d29c4
        
        Change-Id: I40168499dc3d7a9cf8ba308b942bd46445e608fe
        Reviewed-on: https://gerrit.libreoffice.org/32801
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-07  Gabor Kelemen  <kelemeng@gnome.hu>  [04c95704b38efdc2e0341d648e2763bc97d96dc5]

        Updated core Project: help  fd44cddea40406cbdde5621e0e25c6c6be3e9955
        
        test-hid-vs-ui: Fix bookmarks and ahelps to floatingelements.ui
        
        From one of ['source/text/smath/01/03090200.xhp',
        'source/text/smath/01/03090400.xhp'], we did not find file
         starmath/uiconfig/smath/ui/floatingelements.ui.
        From one of ['source/text/smath/01/03090700.xhp',
        'source/text/smath/01/03090500.xhp',
        'source/text/smath/01/03090800.xhp',
        'source/text/smath/01/03090300.xhp',
        'source/text/smath/01/03090600.xhp',
        'source/text/smath/01/03090100.xhp'], we did not find file
        smath/uiconfig/ui/floatingelements.ui.
        
        File was dropped in 3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173
        
        Change-Id: I896778156c41755cc1d979e75018e1b9b5806d5b
        Reviewed-on: https://gerrit.libreoffice.org/32799
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-07  Arnaud Versini  <arnaud.versini@gmail.com>  [c1f4d4ddf27814b1d86b7d35dcf70a28aa217885]

        accessibility: simplify CharacterAttributesHelper.
        
        Change-Id: I62063745e704c941fdce306228ebbe3522c3b438
        Reviewed-on: https://gerrit.libreoffice.org/32738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2017-01-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2d9e2984155fa383adb33a52fec69be70a84cb7]

        use proper message passing
        
        Change-Id: I5655dd4c07769d3c9832a3e7246e750cd2f1908d
        Reviewed-on: https://gerrit.libreoffice.org/32806
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-07  Julien Nabet  <serval2412@yahoo.fr>  [776aec70ba22b4a658b3b7abb5660c809129f54b]

        Typo: Postion->Portion
        
        Found thanks to Buovjaga
        
        Change-Id: I8859cbec896c4019a5137d801f753ad87287a369
        Reviewed-on: https://gerrit.libreoffice.org/32809
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-07  Julien Nabet  <serval2412@yahoo.fr>  [d911663f0fa919fc66e10328482948a730e9c2e8]

        Typo: Acess->Access
        
        Found thanks to Buovjaga
        
        Change-Id: I73e36f50a1fd393859ba775ab084a488047864a3
        Reviewed-on: https://gerrit.libreoffice.org/32810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-07  Julien Nabet  <serval2412@yahoo.fr>  [471b58e19048419592a87e27860019ae02feca15]

        Typo: Postion->Position
        
        Found thanks to Buovjaga
        
        Change-Id: Iacf09325cdb58e0dbdcc9bf0570b2e02ed275132
        Reviewed-on: https://gerrit.libreoffice.org/32808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-07  David Ostrovsky  <david@ostrovsky.org>  [252e42cb5448f40c4bb26dbdf732168ff466b8ea]

        Clean up stale merge modules
        
        Change-Id: I2489238d5295650a3c51581a037185440f641005
        Reviewed-on: https://gerrit.libreoffice.org/32797
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-07  Julien Nabet  <serval2412@yahoo.fr>  [1274efb0a18aef50c78ca07997572a8f2b7145c7]

        Typo: isColunnNameDuplicate->isColumnNameDuplicate
        
        Found thanks to Buovjaga
        
        Change-Id: I9c52c2c5fa7c92e2b9d99fbbb9d02439993397b0
        Reviewed-on: https://gerrit.libreoffice.org/32807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-07  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b6b380576fdf81deae30cb6c85a56f688804a489]

        add PERCENTRANK, PERCENTRANK.INC, PERCENTRANK.EXC test case
        
        Change-Id: Id997b198c830669937be0cf995455ac03f1c4a9b
        Reviewed-on: https://gerrit.libreoffice.org/32795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-07  Henry Castro  <hcastro@collabora.com>  [0ad4b2570f06aa014f8446757931afa1f2305458]

        lok: refill font list if empty
        
        After preinit stage the font list is empty
        when creating documents.
        
        Reviewed-on: https://gerrit.libreoffice.org/32108
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        
        Conflicts:
        	sd/source/ui/docshell/docshel4.cxx
        	svtools/source/control/ctrltool.cxx
        
        Change-Id: Ia6938d521626f4b4022f0f993e77c017e4932415
        Reviewed-on: https://gerrit.libreoffice.org/32796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [6af9609284e33c9a8501cbda9ef4c82f30a16b41]

        coverity#1398369 Unchecked dynamic_cast
        
        Change-Id: I33b5a2343eb7701a478c8d039d818e679471d4c0

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [fb92ec82caa96f2ddf4ab4bca8c51503ae9fba82]

        dynamic cast followed by static cast
        
        Change-Id: I425692130bd7ef6b8a9ebce3592c1976fa44dafc

2017-01-07  Caolán McNamara  <caolanm@redhat.com>  [9e7ff6a7e4415ce18b7a68c857bdb86f142a8e5d]

        coverity#1398371 Useless call
        
        Change-Id: I3614bb162cec889ee102e0284b6a3a33a98df470

2017-01-06  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [92a1ad1f36b6d3cc13135a8c0805508933011577]

        Localize return value of EditBrowseBoxTableCell::getAccessibleName
        
        Change-Id: I040c1b9b8680a366819254e1d44b80115a339bbf
        Reviewed-on: https://gerrit.libreoffice.org/32441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-01-06  Michael Stahl  <mstahl@redhat.com>  [ade1d4c36053c2a7aed959e3dd09ebc1b8430ea8]

        tdf#105009 sw: fix a11y crash when removing drawing object
        
        SwFrame::RemoveDrawObj() calls SwAnchoredObject::ChgAnchorFrame(0)
        so the SwAnchoredDrawObj has no anchor frame later when
        SwAccessibleMap::InvalidateCursorPosition() asks for the parent.
        
        (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba)
        
        Change-Id: Id55cb5fc41a4e37e863498265d1565e1621d508e

2017-01-06  Michael Stahl  <mstahl@redhat.com>  [2f1cf69153593ba61da672be72eb2ff4a5a7dad8]

        remove obsolete MOZ_ZIP_* variables
        
        Change-Id: Ie83ff9e50534536326c78de1b6b717fe18b6dae1

2017-01-06  Khaled Hosny  <khaledhosny@eglug.org>  [6b737072279b137b0224a3bbe48907621a36f434]

        Drop macros that are used only once
        
        Change-Id: Ib75c0db614448f5297de9924335e2ee9f71f3a3f
        Reviewed-on: https://gerrit.libreoffice.org/32766
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baa99b4e3a466495d0fa8fdef313230eec44c9ce]

        add the locale info to the crashreporter metadata
        
        We have a few crashes that seem locale dependent. Especially the font
        related problems.
        
        Change-Id: I0cc977413dc2328ea705c96c2d4048e4f3c58bbc
        Reviewed-on: https://gerrit.libreoffice.org/32764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-06  Caolán McNamara  <caolanm@redhat.com>  [a6b6980afa443b3d317de5f24d993f939073d73a]

        oss-fuzz: make max sane bitmap allocation smaller
        
        Change-Id: I0b924f615ed4652ce605c12d2d2e9ca2ad2befbf

2017-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9648deb1d99cde1c085767433242d6e1b834e2d]

        Related: tdf#105150 PPT import: handle mso_fillBackground fill type of shapes
        
        Equivalent OOXML markup is <p:sp useBgFill="1">. For now only handle the
        case when the slide doesn't have an explicit background, and assume that
        in that case we can default to white solid fill.
        
        This partially restores the code removed in
        6137b5f72f5ec491ea6bd6631a65484fa24d2973 (coverity#735432 Logically dead
        code, 2014-03-25), so that ProcessData::aBackgroundColoredObjects is
        actually read.
        
        Change-Id: I9e7a9a41965db50638e9d9d1b2361af9fd7a98ca

2017-01-06  Eike Rathke  <erack@redhat.com>  [75d963bc7bb87429f304d29138c27178880c039a]

        recognize the broken "Err:xxx" written by 5.2 and earlier, tdf#105024 related
        
        ... and handle same as "#ERRxxx!" if present.
        
        Change-Id: I1ebb31d628b080c52b450a8fe624c20e9e1188b7

2017-01-06  Eike Rathke  <erack@redhat.com>  [4fcbe16959c839bfacf745cfa554b234e639f794]

        read single error constant formula as such, tdf#105024 related
        
        ... without creating a token so when writing again no leading '=' is prepended,
        with which we can enable 5.2 to read such thing correctly, and when re-reading
        in 5.3 it also doesn't lead to a "real" formula.
        
        Change-Id: I26fbd20536436b49b781e2bbb5bba1dc6bafbb37

2017-01-06  Eike Rathke  <erack@redhat.com>  [b36bf9f567f5b531f526dad6776c84e06203396f]

        check length of string as this can be called untokenized, tdf#105024 related
        
        i.e. during import of ODFF
        
        Change-Id: I7f5419d393f89d8a84efca7444e8dde3a3e9199f

2017-01-06  Michael Meeks  <michael.meeks@collabora.com>  [d788d37a16d382d7ff32a19e8d65e5c605ac55dd]

        tdf#105151 - be more conservative about EndTracking / Tracking calls.
        
        We really shouldn't be emitting these into widgets after they are
        disposed - it serves only to confuse things. Restore behaviour to how
        it was before the VclPtr change for this.
        
        Change-Id: Ife666929f8aac0e4431a5e43970769692c11888c
        Reviewed-on: https://gerrit.libreoffice.org/32785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [a7d554f3b24d582919656233476c89a6d74cb207]

        New loplugin:charrightshift
        
        Change-Id: Ib645fb11004bc0fe05c9c416ae72b0ae56c23a15

2017-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [59339dec1ce56213dc74a06af2f0d35ac1c534d7]

        tdf#105150 PPTX import: try harder to handle <p:sp useBgFill="1">
        
        The bugdoc has two shapes. The red rectangle is supposed to be covered
        by the other shape, but it wasn't as the fill style was set to none. The
        reason for that was we ignored useBgFill, unless the slide had an
        explicit fill style. Assume that in that case a white solid fill is the
        default.
        
        Change-Id: Iea20e216e44e13db68887f285c10bc1a8feacf0a
        Reviewed-on: https://gerrit.libreoffice.org/32786
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-06  Caolán McNamara  <caolanm@redhat.com>  [ac561ab34ea9d26243fe3791f624c440dcf7ae6d]

        Resolves: tdf#105061 Only one text box shown in case of 'between'
        
        non-layout ScCondFormatList widget not responding to layout child change
        
        Change-Id: I7edd4fc54de9e71fb86b47a9b182bfc22fa4af25

2017-01-06  Michael Stahl  <mstahl@redhat.com>  [abf38a157eabe867fb23a85901e149a50e6782cd]

        breakpad: document how to read mini-dumps locally
        
        Change-Id: I888930079fc93c609769ac31a025c410b9adad96

2017-01-06  Eike Rathke  <erack@redhat.com>  [00f17500520bcb2634146496adc8de9f4d28eea5]

        out of bounds string access
        
        Change-Id: Iecbe24f90cefe34a447cd52a44967a4b09b4394b

2017-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [af313fc149f80adb0f1680ca20e19745ccb7fede]

        tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat option
        
        Because that's what Word does to show only part of the shape in the
        bugdoc.
        
        Change-Id: Ic5cb84cace9237671d71eda0c64e9dadfe244cb9
        Reviewed-on: https://gerrit.libreoffice.org/32782
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-06  Caolán McNamara  <caolanm@redhat.com>  [600f22fa3e718c36f3d8f47710df1dbbe0d0c4c2]

        use same logic in both Creates
        
        Change-Id: I49dab360c5f93e40f5a6e91fbe721935d795472c

2017-01-06  Michael Stahl  <mstahl@redhat.com>  [2574757cf026cee4d45195a2f37ecde566411654]

        unixODBC: revert nonsensical trival change 622bb4bc
        
        There is no point to trivial cleanups in external headers.
        
        Change-Id: I9cb7ba135655e1426dcafd3a621ab4eaa7da1011

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [b397c4b8cb9f1a0f2182f1d4b480bf77951aa68f]

        bSilent is unused
        
        ...ever since c25ec0608a167bcf1d891043f02273761c351701 "initial import"
        
        Change-Id: Iccee867aa9722ced2f66d4d8b8911c5e191502c2

2017-01-06  Caolán McNamara  <caolanm@redhat.com>  [22e1fc5402c17c8459873e621f7630674d2b98f1]

        lsan+wmffuzzer shows a circular reference leading to a leak
        
        graphic gets a context set on it which has a shallow copy
        of the graphic in it.
        
        ==37==ERROR: LeakSanitizer: detected memory leaks
        
        Indirect leak of 1024 byte(s) in 1 object(s) allocated from:
            #0 0x6170b0 in operator new[](unsigned long) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:84
            #1 0x91361b in BitmapPalette::BitmapPalette(unsigned short) /src/libreoffice/include/vcl/salbtype.hxx:467:56
            #2 0x9029f0 in GIFReader::GIFReader(SvStream&) /src/libreoffice/vcl/source/filter/igif/gifread.cxx:114:7
            #3 0x91648d in std::__1::__libcpp_compressed_pair_imp<std::__1::allocator<GIFReader>, GIFReader, 1u>::__libcpp_compressed_pair_imp<std::__1::allocator<GIFReader>&, SvStream&, 0ul, 0ul>(std::__1::piecewise_construct_t, std::__1::tuple<std::__1::allocator<GIFReader>&>, std::__1::tuple<SvStream&>, std::__1::__tuple_indices<0ul>, std::__1::__tuple_indices<0ul>) /usr/local/bin/../include/c++/v1/memory:2173:15
            #4 0x91648d in std::__1::__compressed_pair<std::__1::allocator<GIFReader>, GIFReader>::__compressed_pair<std::__1::allocator<GIFReader>&, SvStream&>(std::__1::piecewise_construct_t, std::__1::tuple<std::__1::allocator<GIFReader>&>, std::__1::tuple<SvStream&>) /usr/local/bin/../include/c++/v1/memory:2330
            #5 0x91648d in std::__1::__shared_ptr_emplace<GIFReader, std::__1::allocator<GIFReader> >::__shared_ptr_emplace<SvStream&>(std::__1::allocator<GIFReader>, SvStream&) /usr/local/bin/../include/c++/v1/memory:3827
            #6 0x91648d in std::__1::shared_ptr<GIFReader> std::__1::shared_ptr<GIFReader>::make_shared<SvStream&>(SvStream&) /usr/local/bin/../include/c++/v1/memory:4443
            #7 0x91284b in _ZNSt3__111make_sharedI9GIFReaderJR8SvStreamEEENS_9enable_ifIXntsr8is_arrayIT_EE5valueENS_10shared_ptrIS5_EEE4typeEDpOT0_ /usr/local/bin/../include/c++/v1/memory:4807:12
            #8 0x91284b in ImportGIF(SvStream&, Graphic&) /src/libreoffice/vcl/source/filter/igif/gifread.cxx:889
            #9 0x61c85c in LLVMFuzzerTestOneInput /src/libreoffice/vcl/workben/giffuzzer.cxx:18:11
            #10 0x575ef58 in fuzzer::Fuzzer::ExecuteCallback(unsigned char const*, unsigned long) /src/libfuzzer/FuzzerLoop.cpp:546:13
            #11 0x575fcb4 in fuzzer::Fuzzer::RunOne(unsigned char const*, unsigned long) /src/libfuzzer/FuzzerLoop.cpp:497:3
            #12 0x577e43a in fuzzer::Fuzzer::RunOne(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > const&) /src/libfuzzer/FuzzerInternal.h:119:41
            #13 0x575e5ad in fuzzer::Fuzzer::ShuffleAndMinimize(std::__1::vector<std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >, std::__1::allocator<std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > > >*) /src/libfuzzer/FuzzerLoop.cpp:476:30
            #14 0x5708588 in fuzzer::FuzzerDriver(int*, char***, int (*)(unsigned char const*, unsigned long)) /src/libfuzzer/FuzzerDriver.cpp:534:6
            #15 0x56fb3c8 in main /src/libfuzzer/FuzzerMain.cpp:20:10
            #16 0x7fb5f13da82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
        
        Change-Id: I1384f4ced094e79a27e7d15b569c88f129cd115a

2017-01-06  Olivier  <olivier.hallot@libreoffice.org>  [0a4c1ed2e8b1f443a12a185b2da5ceea46a1038c]

        Updated core Project: help  65af088bf1a712cd234e0e97e2820c44f6327f81
        
        Better wording for title pages help page
        
        Change-Id: Idb7643131803708206c04382d7b2520610216ad1
        Reviewed-on: https://gerrit.libreoffice.org/32780
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-06  Pranav Kant  <pranavk@collabora.co.uk>  [29f697711e06b88fb8387518e7f8440cf49f0933]

        gtktiledviewer: Lets avoid using manual buffer sizes
        
        Change-Id: I76e70ccb5b1f40193a1eda1cbca19b3444168dae

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [c38aa3b734a0176eedb41d8c2c40f5ac293c11ba]

        loplugin:salbool
        
        Change-Id: I7dfd48a04e2dff1391d10acb75180711b403af9b

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [4654e312cfcd84d64bc844c56b3fab8594a76888]

        loplugin:nullptr
        
        Change-Id: I279e65c2ec5fa7b3b06f01e7ef4e50ed822fcd03

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [b12b4fdaf63dd4ae350cf95b5d89a9dbad107abd]

        Work around clang-cl -Werror,-Wmissing-field-initializers
        
        ...the same way as in other uses of GetStartupInfo
        
        Change-Id: Ieeadf028d15c915df32e055e3725513b2047da4d

2017-01-06  Pranav Kant  <pranavk@collabora.co.uk>  [6ccd698371a8e88ea06ed0e144171dd1b6236aa7]

        gtktiledviewer: Override alignment buttons uno commands for calc
        
        Use .uno:HorizontalAlignment instead of .uno:XXXPara for calc
        
        Change-Id: I5af4fe62dc3075af4ba779499d062e6d91f21ecf
        Reviewed-on: https://gerrit.libreoffice.org/32773
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-06  Pranav Kant  <pranavk@collabora.co.uk>  [3ab6e2783bf7142729924cb95ca730404d0c54e1]

        gtktiledviewer: Support for posting arguments to uno commands
        
        Change-Id: I5db217b525d0f976ef6a7840e370f8f6a21d60cb
        Reviewed-on: https://gerrit.libreoffice.org/32772
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2017-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac03883cd66a2d58c17c8dac555a053586e46625]

        tdf#105127 VML import: handle <v:shape style="flip:..." path="...">
        
        I don't see an easy way to implement this via UNO, so use the internal
        API. As to the internal API usage,
        SdrEditView::MirrorMarkedObjVertical() (for UI) and
        SvxMSDffManager::ImportShape() (for WW8 import) are example client code.
        
        Change-Id: I9bf27788db32fd35d6b56e0f1a240c4b7abc5604

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [c2b24cd6fbcc70e279b5c4c742911453dafe02a0]

        Use string literals directly
        
        Change-Id: Ia4ae5c01ae7eb976a0e9638f8bc8fe7ebab8e2cb

2017-01-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [060c2b9b1b0d3c9cf27f1b289a620cfa82b5b060]

        QA Basic: split tests of methods in different files
        
        Following resolution of "Missing TAN method" [1]
        as discussed on dev list [2]
        a large majority of methods are now tested
        with (almost) one method per file
        
        Missing methods:
        - colors failed: RED, GREEN, BLUE
        - file methods: DIR, CHDRIVE, EOF,...
        - financial methods calling Calc functions: IPmt, IRR,...
        - not totaly implemented methods (?): ROUND, WAITUNTIL...
        
        [1] https://bugs.documentfoundation.org/show_bug.cgi?id=102872
        [2] http://nabble.documentfoundation.org/QA-test-for-BASIC-functions-tt4202257.html
        
        Change-Id: I2b2824b5b18a2cfbbee2bbc5369e9e2b9e5c930b
        Reviewed-on: https://gerrit.libreoffice.org/32519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff8f5e6255ed7b627fb42ecd9e2222f18293218f]

        writerperfect, xmloff: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ie8246433a7cea0886f00d8c76cf6f7d023545417
        Reviewed-on: https://gerrit.libreoffice.org/32770
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [032b5090729a19170856851215a2ea8ea8616e81]

        No need to check isEmpty() before clearing
        
        Change-Id: I75b077cbc2d100964d4157220561d53c1b235199

2017-01-06  Olivier  <olivier.hallot@libreoffice.org>  [9e6132b985b7cb8acebe4fdb2322b25931abde3e]

        Updated core Project: help  d2ff85a3942838ae72e4d7abced5e94e6d275225
        
        Typos and tweaks in Help pages from translation
        
        Change-Id: I53963f69b268ac57166963b5d1f4cac663b67312
        Reviewed-on: https://gerrit.libreoffice.org/32760
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [1f56cb61e2b991d2e9c7a639ec3b2f2994f93888]

        This apparently doesn't happen
        
        The code has been like this ever since ed8c4fd992a4e2e43e65d05e6f06336bfe2fdba2
        "INTEGRATION: CWS eforms2", but it doesn't make sense:  It apparently wants to
        clear XCurrent to leave the for-loop early, but would acutally cause a null
        deref instead.  So this branch apparently doesn't get executed routinely.  Is it
        impossible to be reached?  To play it safe, assume no.  But I can't find
        anything substantiating the "we'll remove the slash below" claim, so just return
        an empty string instead.
        
        Change-Id: I18e05385bbef05e7682a2eb4d525cfee25d9a6f5

2017-01-06  Pranav Kant  <pranavk@collabora.co.uk>  [de6e3d1e87d0e620bcef115605404a76800600a9]

        lokdocview: Handle insert key
        
        Change-Id: Idb5ad17a3a94b9a6fba1113a759207c59acfb7bd

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [1426eb8a9a8cc150f2330135f28384e5193c6c2b]

        Clean up a usage of OUStringBuffer
        
        Change-Id: I05205763502fb20e056cc80f50a37b93232e5743

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [d289b56c655dae12a26316f40473c46377e18a44]

        Use OUString::boolean
        
        Change-Id: I8989fcc18cd0f0b28ef6da5c3c3d7f87429b569b

2017-01-06  Stephan Bergmann  <sbergman@redhat.com>  [28180c40a6ad3e500156fa660fdf7ec810049629]

        No need for an OUStringBuffer here
        
        Change-Id: I01697ac2b84f836ff0b3d15aa8d03042f229eacb

2017-01-06  Gabor Kelemen  <kelemeng@gnome.hu>  [b6a1e3e6fa048d381cca257e52b244d5bba67f37]

        Updated core Project: help  5dab8d006d59a1187da8afae151c48f24080764f
        
        test-hid-vs-ui: Fix Writer Navigator side pane element references
        
        From source/text/shared/01/02110000.xhp,
        we did not find file sw/uiconfig/swriter/ui.ui.
        From one of ['source/text/swriter/01/02110000.xhp',
        'source/text/shared/01/02110000.xhp'], referenced items
        ['numericfield', 'promotelvl', 'up', 'demotelvl']
        were not found inside sw/uiconfig/swriter/ui/navigatorpanel.ui.
        
        From these numericfield is a special case, let it be for now.
        
        Change-Id: Ief96fd2238e993d7d1a6d8a59cd86f1ddef94980
        Reviewed-on: https://gerrit.libreoffice.org/32765
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-06  Justin Luth  <justin_luth@sil.org>  [ba2c31da9723182d2087e27a1ea0f95d9617f343]

        tdf104061 - looking for test documents
        
        This fixes the specific test document here, but likely there
        need to be other qualifiers such as "if the table is the first
        node in the section".  Likely this commit will be reverted.
        
        We will use Milos' document tester to hunt for the side-effects
        of this patch - which should give us a good set of test documents.
        
        Change-Id: I7d3a2168556c82bc4758ad665da319d55df4ba2b
        Reviewed-on: https://gerrit.libreoffice.org/32759
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2017-01-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b052cfcfd6453696d036526446e35bd26952edc0]

        libpng: update to release 1.6.28
        
        Change-Id: Ie22e5eb6656ef1d2e7903011ea72a1aa26d4da7c
        Reviewed-on: https://gerrit.libreoffice.org/32767
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2017-01-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [575e222a1742918be052f2b716ddf57ce0008404]

        refactor and simplify AppendAllObjs with a circular buffer
        
        - do not iterate repeatedly over objects already handled
        - filter out AS_PAGE and AS_CHAR before looping
        - use circular buffer as we are only ever removing, never adding formats
          to handle, so we can get away with one alloc
        
        Change-Id: I0244bda6db4704891111f6c6a8630a72bede68e6
        Reviewed-on: https://gerrit.libreoffice.org/32747
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [6bd7451ecd66417a4e8b8dff3874c15ba4d1536e]

        add gif fuzzer
        
        Change-Id: I47dc449464cc7643d05b73e9612d01e50a8d4b8e

2017-01-05  kerem  <hallackerem@gmail.com>  [1b60db958f84c61066ea30e143a4f33423a657d9]

        tdf#90290 use custom asserter in subsequent_filters-test.cxx
        
        Change-Id: I1a6e4ecb69c4de330d506b56e7622b58c6836bd8
        Reviewed-on: https://gerrit.libreoffice.org/32740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [dfe33fcd20d97e34ba7b7926a5a0c9a93e0e9960]

        Related: tdf#45820 polygon clipping during wmf load is ultra slow
        
        For file fuzzing defer actually doing it during load and just set a clipping
        region, which can take a polypolygon argument, instead of setting a basic
        cliping rectangle + complexclip flag to specially clip certain things
        
        for normal use, continue to do the slow thing as it gives different visual
        output, so its either not quite the right thing, or there's bugs elsewhere
        that would need to be fixed to go this way the whole time
        
        Change-Id: Ieac7ab54ed7d7c1ca14afd75b25fe273fd676c5d

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [3e7bf7dc10f65f51dfd0bb29a67de4653d5902c9]

        add ISECTREGIONCLIPREGION to dumper
        
        Change-Id: If60e84031cfa8aa3cbbdbb99281d784dcd9e6432
        Reviewed-on: https://gerrit.libreoffice.org/32757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-05  Eike Rathke  <erack@redhat.com>  [6b89bcf85a911d043c9d93e843be12e6f23adedd]

        check "#ERRxxx!" constants for accepted error values, tdf#105024 follow-up
        
        Change-Id: I9a11695710baa2f4e022c8e07f01b962cfabe2e7

2017-01-05  Eike Rathke  <erack@redhat.com>  [44021bd4018f4f97d9f0f6b6e1f0a256e8853537]

        check token array code errors when testing for equality, tdf#105024 related
        
        To not end up with a series of equal errors when importing individual error
        cells and attempting to group them.
        
        Change-Id: Idfcbb2e7077fc8799ef925c2c2e17188ac5e3b14

2017-01-05  Eike Rathke  <erack@redhat.com>  [857be5b2db4b2726306199bc279942f621bf55d8]

        Resolves: tdf#105024 generate and parse detailed "#ERRxxx!" error constants
        
        Change-Id: I4e5d98cdbbc2f3e7746cd3892f70151376bc5808

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [f91dc0342de13e648dba5d9a93c01db23ae83533]

        Resolves: tdf#104919 crash with empty ScNavigatorDlg member
        
        commit 292560a957498bed70b625c992ec6bcf631dceb3
        Author: Noel Grandin <noel.grandin@collabora.co.uk>
        Date:   Mon Oct 17 13:23:23 2016 +0200
        
            loplugin:unusedmethods
        
        detected the intended methods to do this were unused, so restore then, but hook
        them up this time
        
        Change-Id: I3b7e4a557696a91a70956487468b99fec6324a93

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [1606e22d979e7a1cae31c609b214649ded1e5885]

        No need to check isEmpty() before clearing
        
        Change-Id: Ie32a4ee915d57618d2a6a661febf39fd0d55dd80

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [ab3fe69ffb9c9e8d57968bb112434df91bfc3c7e]

        finish moving ImageList to framework
        
        Change-Id: I9d9f292066321174af8b0bcd96c58de5fc7566b8

2017-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [46153bdcf2f89e88607dfb0dd0003108796424e9]

        Related: tdf#105093 sw PDF export: handle embedded videos
        
        Use vcl::PDFExtOutDevData::SetScreenStream() for embedded media to make
        sure that vnd.sun.star.Package: URLs don't end up in PDF out literally.
        Acrobat Reader obviously doesn't understand that protocol.
        
        Change-Id: I384891b3ef2dcea25bbf591bd210ccf899d30a61

2017-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9739392cbd0e7497351b7002a235b26c21392b9f]

        xmlsecurity: hold XMLSignatureTemplateImpl by rtl::Reference
        
        Going via UNO for a class in the same directory is an overkill.
        
        Change-Id: I3dd09a74b6113c472402632bd54bc5bcf32f69bf
        Reviewed-on: https://gerrit.libreoffice.org/32748
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff4bafa065dd36fe1cdedcc4d20971f3abbd17fb]

        use proper message passing
        
        - checking the type of Format hopefully allows skipping contact checks
        
        Change-Id: I11690e4ec1e94b809b0ec13f2d9b4e3a22ded213
        Reviewed-on: https://gerrit.libreoffice.org/32729
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [951befe8705b6bbd2cceb19161705ec8fb2d2864]

        getLength -> isEmpty
        
        Change-Id: I5a8c2911851d1a798d8c6f3c25b08cb0469f07a0

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [3cd39b91f872ca32b09a362de2cb0efaf0e2ba3b]

        move ImageList to framework
        
        this can probably be replaced by a std::*map<Image>
        
        Change-Id: Ic36c5f406f5ea51cb9ff135858e319e0877179c7

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [4f5cd607e30633ca51263c2f45c4753e8990302f]

        move CommandImageResolver out of vcl and beside its only user
        
        Change-Id: I2bd70d87bb12d5750d8427b8a8fe786cfce8961b

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [57990e4b8ea2eaeb478b161b568e31036c7a5fe4]

        move ImageType enum out of CommandImageResolver.hxx
        
        Change-Id: I0b4da9a4edff8d0f9016fbd79cb205bdf2b35268

2017-01-05  Michael Stahl  <mstahl@redhat.com>  [b07fac2f7a52106c7624c6b82f6e328d49af1a52]

        oox: rename misleadingly prefixed m_pShapeStyle
        
        Change-Id: I07fdc4fff2dd05b57d1a0635d0bed8d1afd6dc58

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [cdff2caffabf97cb87a22548e0d1a55f4e1daf42]

        No need for heap-allocated OUStringBuffer
        
        Change-Id: Id2dbe3ecce9eba2eefab90f43b9a2a6894839cfb

2017-01-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9fc76fd59cb632faa3b9b8467caccfac87d15838]

        use GetZOrnderHint instead of duplication
        
        Change-Id: I78f428e9ddc50df60f7e9652015d49f3cf7b3286
        Reviewed-on: https://gerrit.libreoffice.org/32746
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [fbf10700c5cd174955821e0e2ab8b4c1d87010c1]

        ImageList doesn't need to be a friend of Image
        
        Change-Id: I3bfe3b6fcd033f1cab503934cf4442adb0143939

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [21033d04fd55470cb8b693bca4af2058da2a8dcc]

        Clean up a usage of OUStringBuffer
        
        Change-Id: I8435865f1a67a3a6d889c1b8a3d30e632ffc61fd

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [a1baba68858ff639b3cd7a19551a705fed5d50d7]

        drop unused forward decl
        
        Change-Id: Ie4a2ac8e5363539eb09bb16f13f46829c3c63785

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [9253dae3611d02ece90fba1fd5255901a0924589]

        drop newly unused InsertFromHorizontalBitmap
        
        Change-Id: Ia0b0032bf261712be30ac23c8e5ce993011b2e5c

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [619456ed85b8b7596a3d4eab548b683da7512e4f]

        unwind RID_SVXBMP_FRMSEL_ARROWS imagelist
        
        Change-Id: Id74ebd81b3688383271b581b69734fecfe3eb079

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [2a8e0cab908e5b6983e0e7074db509615f9d8c4f]

        drop newly unused defines
        
        Change-Id: I9ab375c851b4c0738bceec3c2cefc16df57c16ce

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [1016cd785685118fb6c69fe59ba9bd0647a76f63]

        flatten and simplify this resource hierarchy
        
        Change-Id: I622dae5f36b44c08e597d94fe8184ad92504d038

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [c03d803a723e3325b210346126115457e914f605]

        Replace side-effect--only uses of makeStringAndClear() with setLength(0)
        
        Change-Id: Iaf8011f1bd6a10b324653899b7f51458f7d0b68a

2017-01-05  Mark Hung  <marklh9@gmail.com>  [910817d7364253c8ed0dc876e5e38fdc707e0ee8]

        tdf#104372 Update UNO command of default formatting in Impress.
        
        The UNO command of default formatting in Impress is .uno:SetDefault
        instead of .uno:ResetAttributes, which is the UNO command of clear
        direct formatting in Writer.
        
        Change-Id: I1f167e7902c333eaa47a07431f67c76d809838c4
        Reviewed-on: https://gerrit.libreoffice.org/32531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-01-05  Eike Rathke  <erack@redhat.com>  [896dd3962cd7e62bb2a9ebc6f97ff77936ec06a8]

        tdf#105024 use context to generate "error only" formula string
        
        The ScGlobal::GetErrorString() shortcut produced error constants in the
        localized UI language, which was wrong anyway when storing ODFF. Use compiler
        with context instead to generate the proper symbols.
        
        However, this currently maps all not defined Err:xxx to #NULL! so to preserve
        those additional work is needed.
        
        Change-Id: I1de7621d6349d5b00a5aac1cedc9f265c78c7db1

2017-01-05  Michael Stahl  <mstahl@redhat.com>  [141c27de8af0652a77d993ca4c8201dabbead655]

        editeng: convert more DBG_ASSERT to assert
        
        Change-Id: I55aa17c9c900f927735d530550d5a660b6c2148a

2017-01-05  Michael Stahl  <mstahl@redhat.com>  [460f2034cf0ec6d1a20e54420ac7d7fcb024475e]

        editeng: convert some DBG_ASSERT to assert
        
        Change-Id: Iec89de279adf1c1cea3ecf84380d4b8b820714a4

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [fae07692473f0e29e469b1da5d767fc9203dd22c]

        tdf#105121 Crash in GrabFocus during dispose
        
        Change-Id: I03a001f5c670e0ca2c6d78fcf726ea5a46a93eab

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [1b7d1d16e3a6826433271b3eed4a2d542585961b]

        convert from bmp to png
        
        Change-Id: I7fe47f47f19b93eab5d0cef0afde63e6f61c21b4

2017-01-05  Lionel Elie Mamane  <lionel@mamane.lu>  [860ecb9e583627ab43097784ad98b41afd983ff6]

        require firebird 3.0 for build (don't allow 2.5)
        
        Keep firebird_integer_x64le.odb around for a future 3.x firebird that
        will allow opening Firebird 2.5 databases, so that we can test this
        capacity in our tests.
        
        Change-Id: I05dbef51284bdb25132ff6cb661659430eea6a92

2017-01-05  Olivier  <olivier.hallot@libreoffice.org>  [bfa5bdf415fb9765139cc4d1eb040132ee484946]

        Updated core Project: help  e5fa8a6736f11ccb8c7e87ce7e07cf003be61fa1
        
        Fix 'Insert - Document' menu entry in HC2
        
        Change-Id: I31cfecee94a4f38c4ad1488eed1e555b1daba810
        Reviewed-on: https://gerrit.libreoffice.org/32750
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-05  Caolán McNamara  <caolanm@redhat.com>  [82ebe06bce6efd0ed4204f6fcf4a139da44716cb]

        unwind radio and check img lists
        
        Change-Id: I7ce7621254583207b913555614204a3733e74263

2017-01-05  jan Iversen  <jani@documentfoundation.org>  [bc5bd4a0297141863acebc6fc7bcd3a6e6008869]

        gbuild xcode-ide-integration code cleaning
        
        Cleaned some function to ease readability
        
        Prepare to add header files to solution.
        
        Change-Id: I7d9c5ea18cf74147d0639b6a8dcbf11bd9ad7bc8

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [6e1a8e385034aa8212ad6f6767820f7c2c65c103]

        Remove obsolete HAVE_GCC_VISIBILITY_FEATURE check completely now
        
        cf. f255c3e96e25a43a4724d80287554d892d7ffd70 "[API CHANGE] Remove
        HAVE_GCC_VISIBILITY_FEATURE, always true"
        
        Change-Id: I958428881f17703d805873a1fe4854896438eb19

2017-01-05  Justin Luth  <justin_luth@sil.org>  [4b12246a6c2285a9d4fe20e665028b6f8a68b018]

        tdf#49102 - remove list numbering from merged cells
        
        The hidden cells in a vertical merge retained their
        numbered list properties.
        
        It is possible in LO's UI to create a table similar to this
        by numbering the cells first, and then merging them.
        So this behaviour also needs to be prevented in
        a future patch.
        
        Change-Id: I0c3ae50aada3fa03e624b1d4212b2776b7559036
        Reviewed-on: https://gerrit.libreoffice.org/32512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [82c9dbe2a015a16e8e3525daab77967a90858f14]

        Improve last commit
        
        Change-Id: I4feb71c9117e13f18e2c5215714fd0170f166b64

2017-01-05  Szymon Kłos  <eszkadev@gmail.com>  [9152f16b7901af6bceaa296b8e0fc171ee5fe03c]

        tdf#102059 NotebookBar accessible using F6 key
        
        Change-Id: I873c49d8c0557eb3702de921fb5d2281acfed526
        Reviewed-on: https://gerrit.libreoffice.org/32459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f55dedce3a618df65aacb536ec9902299e2e6d7]

        sw: indentation fixes
        
        Change-Id: If996c17dbfee2302a1d0f58428b088a953abcc9f

2017-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [64d80d22851a38eb3f320f4e2b2bdf875da4d8b4]

        Related: tdf#105093 sd PDF export: handle css.presentation.MediaShape as well
        
        It's exactly the same as css.drawing.MediaShape in this context.
        
        Change-Id: I4be114ef731e85222f0dd1d897f646ad8da3849d

2017-01-05  jan Iversen  <jani@documentfoundation.org>  [1b4746f58c553775f4bba25f439102d30decdf2c]

        gbuild-to-ide Problem with multiple targets.
        
        2 statement changed indention and caused problems
        
        Change-Id: I67c1d51fcb9efa447085f8839c450c9741905f08

2017-01-05  jan Iversen  <jani@documentfoundation.org>  [c919e3194470d4edce6fac932407bb895a1b93d3]

        gbuild-to-ide general update
        
        Changed target_by_location to an OrderedDict,
        this makes the modules sorted in the single solutions.
        
        Change-Id: I55096638c08610f761844ab66fcaadf6c00ff2c8

2017-01-05  jan Iversen  <jani@documentfoundation.org>  [dd885c6a2cd2c2b315eff806dafd08a4947519cf]

        gbuild-to-ide xcode update
        
        The xcode generator, now generates 1 solution.
        libreoffice.vcxproj
        The project contains all targets and all source
        files (as delivered by gbuildtojson).
        
        Lots of work still outstanding.
        
        Change-Id: Ibe233dba395aa2f342d865e56053f292f708efa3

2017-01-05  Stephan Bergmann  <sbergman@redhat.com>  [ad9cfbcf02b74b1d1ca9cc5d51e5f3777cb9eab9]

        Don't exclude a var from loplugin:salbool merely because of use in >>=
        
        Change-Id: I1b8a3dfa1dc6b351ab0903a74eae19dfa6d0888d

2017-01-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5af78ee8dfcb05319ec3a8f9df9c12b9a2b30539]

        This lock seems useless
        
        m_pCurrentMainType->commitToModel creates the same lock.
        
        Change-Id: Iaecf6b3392ce7b1371623f962b0fdc58f8ddaa07

2017-01-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e83917a74e501052d885aae7e51e0c60e1e0ffd5]

        Clean up code after some easy hacks
        
        See commits:
        c613b5dba883897c927f7b60c84830c62a79d0ea
        610bc5aa161e726135feee0c7f64331df090475a
        
        Instead of adding new conditions or variables,
        here we need just to initialize nActNumLvl
        to a new default value.
        
        Change-Id: I7b5a559ab5fecdc2a060840a99479312fabbcb4b
        Reviewed-on: https://gerrit.libreoffice.org/32745
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [a3cf075880db31f77cd0550e0ee25eca931c6a40]

        I miss empty lines from between these function definitions
        
        Change-Id: Icec3a948a92bf54bfc442b34cf806e053a9096f3

2017-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2be139d76bdb66e77719613d802dc0047c284456]

        tdf#105069, store the VBA module info for new modules as well
        
        This was never a problem until we started to export the VBA stream
        instead of just writing back the imported stream.
        
        Change-Id: I4e20e717bebd3dc649efcf1b9c18b6e5053303d9
        Reviewed-on: https://gerrit.libreoffice.org/32741
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e885c4429ab48d32f74c3a04a6e9e3a3ac492ee1]

        m_bDoLiveUpdate is always true
        
        Change-Id: I169027a02bd4e0e5c2e0011e6aca4d6063547ca0

2017-01-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [1f9fcc141370ddbd4809ce44ee0c256672bc64a3]

        Remove useless explicit bool conversion
        
        Change-Id: I81caa89fe2ebfb88ce4eb36b8edb9460e9aca9c8

2017-01-05  Eike Rathke  <erack@redhat.com>  [3afe82bd63fde41d2a88418fb64e4ff587b05436]

        handle paste special of single formula cell if IsEmptyDisplayedAsString()
        
        Similar to CopyCellsFromClipHandler.
        
        Change-Id: I7da8a55c3648c6f04c5f3b11459764fd42f51399

2017-01-05  Eike Rathke  <erack@redhat.com>  [12ecd30476f17c6f6efde976f8e56d604eda0f1e]

        handle paste special of single formula cell with error result
        
        This apparently was never implemented, unlike in the block pasting code that
        handles it fine. Formula cells with error results were always copied as is if
        numeric was requested, even if formulas weren't requested.
        
        Change-Id: Id550c4e757b6bb2c06aa0637328216383cdf3d6b

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [9ae8e4d35681890c5db153c53c74377428fa31d4]

        Base SvxLineEndWindow on ToolbarPopup
        
        Fixes size and position issues under gtk3/wayland
        
        Change-Id: I357a5935e2b44fd3d5effde8cf7d3499e26384db

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [835556b51afd21f47b1bd1910cad0b7389ca04a8]

        Prefix SvxLineEndWindow members
        
        Change-Id: I0cfe88c65cc75757938a9f8004c219fbe39f88dd

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [9e4ae869f45fdd1d6e9f268bb3d6a531e76cf752]

        Get rid of SvxLineEndWindow resizing
        
        Change-Id: I0135f084f64b9709688f0f9205940baf193c5d83

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [697590be0903edbf23b35be7a9c48910d59b938b]

        Support icon theme change in a floating border control
        
        was unintentionally broken by
        64a2dc962cd68c86281ed747d3dc96bc996115eb
        
        Change-Id: I3358d8104dd1e2200f84019a2c4c41f1e0019399

2017-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [a487e548a0e8c40320cd44b2c7779787e9c0f860]

        Use command labels for the color popup title
        
        Change-Id: I2f61e25ef4451775320f8fa1761a951ab94af7d5

2017-01-04  Maxim Monastirsky  <momonasmon@gmail.com>  [23a13694a5a70098b5ecd58b99d99618111f3ea5]

        tdf#104944 gtk3: Ignore mouse up event if the wrong frame
        
        Change-Id: I3d0aad6d2b434866df9110d3b8493fec2d2c94fe
        Reviewed-on: https://gerrit.libreoffice.org/32465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2017-01-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f883b687a1733756aff57acb8775351099515ee7]

        add UNICODE test case
        
        Change-Id: I4b3a560b7e0a82f204d16c740836d02ba63d955e
        Reviewed-on: https://gerrit.libreoffice.org/32734
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bf3a9d7d691f1bd8b951a14964c8c7480f5d67ac]

        add PERMUTATIONA test case
        
        Change-Id: Id853563e39eeb9f31ca5ffd0e72a317989a4791e
        Reviewed-on: https://gerrit.libreoffice.org/32735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [59ad262ab97c497c3e8a24d2e4a65b38f1d1dbec]

        last bitmaps that pMaskColor arg was used on converted to true transparency
        
        Change-Id: I99bb32355bc53e2c870f84e60fc1e35b9dfe8270

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [f1a8e00764b32c3b799ecd40dcb4dd632493bc45]

        replace the blue which will be set to transparent, with transparent
        
        Change-Id: I95923685d412145e88b672a50311c767d1425493

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [a3c4f39868226151b4b01906cbcf1b6d40740a28]

        convert these mono versions to png
        
        Change-Id: I93755ac95c170c457b32adac07557ed48ad8beee

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

        drop unused SplitWindow::ImplDrawButtonRect
        
        Change-Id: I0ccb4adfec39f8717d5921e04809af65be066d0a

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [8077cc31a00ea32272102641f5814bba6098144b]

        all users of InsertFromHorizontalBitmap use all args
        
        Change-Id: I458036b084645af509d64a78f5389415dfc4115a

2017-01-04  Jan Holesovsky  <kendy@collabora.com>  [6106fea591f685bc1fd5b65ade86e2e45dbc58e1]

        tdf#81754: Unit test for the loss of text on save of pptx.
        
        The problem itself was fixed by commit
        2ad50c9a8c8411a57bbbd7a52734e72ffc4cc0ee.
        
        Change-Id: Ie7f0781e1f5a4d6c5297882a5f64a68b85558515

2017-01-04  pv2k  <vidhey96@gmail.com>  [610bc5aa161e726135feee0c7f64331df090475a]

        tdf#89932 bullets and numbering position tab level-1
        
        Fixed the problem of not showing the default values on level-1
        
        Change-Id: I167694d090a6c4cd8064250837d290efabfad21c
        Reviewed-on: https://gerrit.libreoffice.org/32261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-04  Jaskaran Singh  <jvsg1303@gmail.com>  [2d54ffbf18d461c846535d539d704d45aff059b1]

        Enable fetching data from network, not just files available locally
        
        Change-Id: I7bd25fd66130f944bf7f278cf7fcbaae6dbbbc00
        Reviewed-on: https://gerrit.libreoffice.org/32544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-04  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [0fa23d9b499411407c1a0fed41e91f24d59d2ac0]

        replace namespace URL strings with function calls...
        
        Change-Id: I0b8b265df487aaeb76238013bc93c78e49a9e1a6
        Reviewed-on: https://gerrit.libreoffice.org/32723
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [ebcad1fa79bf5e55bafebae38e59efd8bb445c13]

        unused bitmap resources
        
        Change-Id: Ia76b548e993d13c7706ab126109086cbd0717b4c

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [9e7b0ef950035393e28d2c1469c4c1a0a5662c17]

        follow up remove unused autohide leftovers
        
        Change-Id: Ic7281e915075519c300a330557399111838d7d34

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [b4a31534b949c512facdc7b0d148f249db285d13]

        drop AutoHide code
        
        only used from reportdesign and that appears to be overlooked from an earlier
        eradication program
        
        Change-Id: I196fd7ccbc909c935daf534d55e6b39de8510f23

2017-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [4ad249af88d15f2c8a09f0721a59d82718fcc201]

        tdf#105093 sd PDF export: handle embedded videos
        
        In practie embedded files always have a temp file URL, so from the PDF
        export's point of view they are still URLs, just at the end the contents
        of the URL is embedded to the PDF, not just the URL itself.
        
        So add a SetScreenStream() that's similar to SetScreenURL(), but it's
        for embedded, not linked videos.
        
        Change-Id: Ifcc60357ef0f5fed0bdec02e0c84cb16ee147781
        Reviewed-on: https://gerrit.libreoffice.org/32727
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-04  Michael Stahl  <mstahl@redhat.com>  [3bacb560c60e6484f217b3edc251d91725b64b84]

        sw: more implicit int conversions in SwEndNoteOptionPage
        
        Change-Id: I66033eeff8ebb636d5f55d61102a0f30f3353f85

2017-01-04  Huzaifa Iftikhar  <huzaifa3196@gmail.com>  [da7b10018433946dd0e0125ec5316dbe8c8b683c]

        tdf#97228 Moved class ControlCacheKey in a seperate include file.
        
        class ControlCacheKey defined in include/vcl/salnativewidgets.hxx is used
        only by vcl therefore it is moved to a seperate include file named
        ControlCacheKey.hxx which is inside vcl/inc/ControlCacheKey.hxx.
        
        This header file contains the definition of the the class ControlCacheKey.
        
        Since this class uses an object of another class named Size which is
        defined in gen.hxx therefore this is included in ControlCacheKey.hxx.
        
        All the files that references the class ControlCacheKey includes
        ControlCacheKey.hxx with the syntax: #include "ControlCacheKey.hxx"
        
        Change-Id: I7d7b3e1cf6950a953e6bbed670c1914826b2bacd
        Reviewed-on: https://gerrit.libreoffice.org/32422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [4dad0c5b1ee1a243fbccd45ef2fc97b78aaa30a2]

        Refactor lcl_makeHTMLColorTriplet
        
        - Reduce the unnecessarily large buf size
        - Replace multiple occurences of sprinf with only one snprintf
        - Avoid some unnecessary variable creations
        
        Change-Id: I14f36bea8eed10a62fbf977f10b148c8c52ad2ca
        Reviewed-on: https://gerrit.libreoffice.org/32451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [801e8041438636f264d8d11aa2b6f088fab3d073]

        Remove useless cat, and replace backtick
        
        cat is a tool for con"cat"enating files. Reading a single file
        as input to a program is considered a Useless Use Of Cat (UUOC).
        It's more efficient and less roundabout to simply give file as input.
        
        Also use $(..) instead of legacy `..`
        Backtick command substitution `..` is legacy syntax with several issues.
        It has a series of undefined behaviors related to quoting in POSIX.
        It imposes a custom escaping mode with surprising results.
        It's exceptionally hard to nest.
        $(..) command substitution has none of these problems, and is therefore strongly encouraged.
        
        Change-Id: Ia668c6323660641bbb5084ee824ae9ae7631c76f
        Reviewed-on: https://gerrit.libreoffice.org/32473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Stephan Bergmann  <sbergman@redhat.com>  [9389f7bc1c78231cea0921646c10ff5cdb5a257e]

        Fix loplugin warnings in sqlflex.l
        
        (Normally hidden by T_LEXFLAGS containing -L in connectivity/Library_dbtools.mk
        suppressing #line directives; some loplugin:literaltoboolconversion warning
        would remain in a flex-provided occurrence of ECHO that is apparently not
        properly prefixed by #line at least with flex 2.6.0.)
        
        Change-Id: Id5693d6bd9e5b565dd9820e3cbea8e88e7967dd5

2017-01-04  Stephan Bergmann  <sbergman@redhat.com>  [30dd4ac3a8aa6481d20cd7b790cd807127969f8e]

        Fix loplugin warnings in sqlbison.y
        
        (Normally hidden by T_YACCFLAGS containing -l in connectivity/Library_dbtools.mk
        suppressing #line directives; some loplugin:cstylecast would remain in bison-
        provided expansions of $1 etc. variables.)
        
        Change-Id: Ic93bea0b2fe0ec5f741c4bc41f25cc72fec0498f

2017-01-04  kerem  <hallackerem@gmail.com>  [bddfa273edc7591d7a5e171e1abab035fe42716f]

        tdf#90290 use custom asserter in subsequent_export-test.cxx
        
        Change-Id: I8f8135728ab4f117cc99a0b78b8e3497417c5669
        Reviewed-on: https://gerrit.libreoffice.org/32717
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Michael Stahl  <mstahl@redhat.com>  [f240b1db88440297d0b1eef80e8974ee54590df1]

        sw: remove the silly casting in SwEndNoteOptionPage
        
        ... by fixing the size of SwFootnoteNum so it can be forward declared.
        
        Change-Id: I1a9d32a1ec7e7201de1910407d32020b75fb7342

2017-01-04  Justin Luth  <justin_luth@sil.org>  [15ca00601701c50ccdb3d8dbe08ba705787386a7]

        tdf#43370 docfnote.cxx: return correct FTNNUM for GetNumbering
        
        way back in 2001 commit a7afc46b3766e4000ae5a9b8a914ede36bbd2991
        removed the option to select per-chapter footnote-numbering for
        footnotes placed at the end of the document (or perhaps chapter
        since the variable is called FTNPOS_CHAPTER, but the UI refers to
        it as document).  So only "Per Document" remained. However the
        function GetNumbering was never updated to reflect that fact that
        2 options were removed from the list now, instead of one.
        
        So, the UI reported the choice as "Per Page", the only dropdown choice
        available was "Per Document", and the actual implemented choice
        was "Per Chapter".  How's that for a mess?
        
        Change-Id: Ib8dc3d07c0ef62d39afdd2a1c78c14527649c6df
        Reviewed-on: https://gerrit.libreoffice.org/32700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [49f10e92dc1a9bd563f4a8620f6e6019e5d6a683]

        starmath: SmGraphicWindow requires non-null pViewShell
        
        Change-Id: Ic1e0f3f7aefb801cdda4709c3d43794ad9a21b02
        Reviewed-on: https://gerrit.libreoffice.org/32722
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2017-01-04  Caolán McNamara  <caolanm@redhat.com>  [01f620676d6cd35b5d9c89bae7438303d1238849]

        split SV_RESID_BITMAP_MSGBOX up
        
        Change-Id: I4ebf48e5def5fb31aa7e34b5b6f89b220a27d1a6

2017-01-04  Stephan Bergmann  <sbergman@redhat.com>  [3d0618db2d2e3a994309d3462b206f46edee9df7]

        Clean up ~SwXAutoTextEntry
        
        The "DocShell must be cleared..." comment was a leftover from
        2613afee051fee15ac78b06f611da493989f893c "INTEGRATION: CWS sw008", pertained to
        code that had been moved into implFlushDocument.  The extra code block and
        accompanying "Thus, an own block..." comment are just nonsense.
        
        Change-Id: I7e60b488c609796d86bedf518218b06c612e494d

2017-01-04  Michael Stahl  <mstahl@redhat.com>  [bde8054e1801ffd2e4bcdb7b4d6ba08f5ceddd6a]

        gbuild: CppunitTest: export VCL_HIDE_WINDOWS
        
        This currently has no effect and so the CppunitTest_cppcanvas_emfplus
        pops up an annoying window.
        
        (regression from 181932b31ea9c07a9bec3677e73b67a9a6d4e3f2)
        
        Change-Id: I26314d98f10f6b39ca1c28821ccd0de6ba2a4358

2017-01-04  Gabor Kelemen  <kelemeng@gnome.hu>  [6fdbfb439306788565a3d6126e9ecbbb435a49c7]

        Updated core Project: help  17e3d608a1d4a09b6ef258beb4c2c22becd16414
        
        Fix ahelps and bookmarks on the 'Database Selection' page
        
        The wizard page is renamed, so change that too.
        Main DB Wizard page bookmark was obsolete, fix that too
        
        Change-Id: Ida8827add4531efb0e0e1c7391eb2a17eb699f62
        Reviewed-on: https://gerrit.libreoffice.org/32707
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-04  jan Iversen  <jani@documentfoundation.org>  [87d0251a9e12e8a82c8d81c1c342c1f02945e4b8]

        gbuild-to-ide xcode update
        
        Update to isolate module, and have groups for:
           Sources
           Headers
           Targets
           Other files
        
        Change-Id: Id2c48b0e3dae7c943c122e767d391d324e936619

2017-01-04  Mark Hung  <marklh9@gmail.com>  [289d42c8e24946ca099462fc5f71d0a46d3a8ad5]

        tdf#104085 Replace number format code literal with ooxml enumeration.
        
        Liberals of Number format code (NFC) were no longer recognized
        by dmapper after it had been removed in
        d30a8ec448bcd08c6a52a37d6ae41a4b71c235da.
        
        Replace them with enumeration.
        
        Change-Id: I3ed1e09d9f3987fce95bd708b9c0b0568d3f15f9
        Reviewed-on: https://gerrit.libreoffice.org/32527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2017-01-04  Stephan Bergmann  <sbergman@redhat.com>  [1677faabbf7ae56e233205251b78b77d28937c35]

        SwXAutoTextEntry needs a disposal protocol
        
        SwXAutoTextEntry::GetBodyText calls SwGlossaries::EditGroupDoc to create a
        Sw[Web]GlosDocShell (which it then stores in xDocSh), and there must be a call
        to that shell's DoClose to clean up its resources.  However, if a reference to
        the SwXAutoTextEntry is still held during XDesktop::terminate (as can happen in
        JunitTest_sw_unoapi_1, where such a reference is held from Java, thus
        arbitrarily delaying destruction of the SwXAutoTextEntry until the JVM does GC),
        SwXAutoTextEntry::Notify's PrepareCloseDoc case will release xDocSh without
        calling DoClose, so an eventual ~SwXAutoTextEntry will not call DoClose either.
        (And calling DoClose from withing SwXAutoTextEntry::Notify would cause a crash,
        as it would destroy the SwGlosDocShell recursively from within its
        SfxBroadcaster::Broadcast call.)
        
        So introduce a disposal protocol for XAutoTextEntry and call it at least in the
        place that caused the resource leak in JunitTest_sw_unoapi_1.  For lack of a
        better inerface, reuse css.lang.XComponent for that protocol, even though this
        scenario doesn't involve breaking cyclic references among UNO objects caused by
        listener patterns.
        
        Change-Id: Id6501b84e562950e40b83e0b1afd1b3184807856

2017-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [49f3dc55dd4a425a45fdd2b86d285e616559f366]

        writerfilter: various small cleanups in rtfdocumentimpl
        
        Change-Id: If6ed5c12c100af6e37c83e177891f3c5c17c3aad
        Reviewed-on: https://gerrit.libreoffice.org/32720
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-04  Justin Luth  <justin_luth@sil.org>  [1a58cdf8af1aba52ce0a376666dd7d742234d7cf]

        tdf#99616 writerfilter: hideMark shouldn't force min size
        
        hideMark in Word does not force the minimum possible row size,
        but simply ignores any cell marker styles/sizings. So an empty row
        then takes on the "at least" size defined for the row.
        
        Change-Id: Id24a52f2a360a5040c2eed5c17757c0d32d03520
        Reviewed-on: https://gerrit.libreoffice.org/32380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-04  Michael Meeks  <michael.meeks@collabora.com>  [61aa97c1be23398acb7e9160763b621f63c13d88]

        vcl: hold VclPtrs to avoid possible lifecycle related crashers.
        
        Makes code on common EnableInput crash reporter trace safer.
        
        Change-Id: Ibcf218d0d2460383d12e19f48aaf0ab08e541532
        Reviewed-on: https://gerrit.libreoffice.org/32706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2017-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e71075bb7379af318482bb3abbb630c58db9ec9]

        Related: tdf#104841 sw PDF export: handle linked videos on non-first pages
        
        Be explicit about the page number, this way a video on the second page
        doesn't end up as an annotation for the first page. (In the Impress case
        each slide is exported separately, so there this wasn't a problem.)
        
        Change-Id: I83ba9cb4a3b2a6734bd88a138654e391199651c6
        Reviewed-on: https://gerrit.libreoffice.org/32696
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [d3c1a84d4c0bc24defcc497587fa6f258aa8ebdd]

        starmath: Reenable a test case for SmNodeToTextVisitor
        
        by fixing a regression which seems introduced at
        4f294a90877d2f91bb88c7d6cd5b74e8e546a025.
        
        Change-Id: If47f7528f5b5fd04432da134f345d69c25a1ca77
        Reviewed-on: https://gerrit.libreoffice.org/32665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-04  kerem  <hallackerem@gmail.com>  [9fb55f7b1de8be1c3f86a4ae540f648574d3ed45]

        tdf#90290 use custom asserter in filters-test.cxx
        
        Change-Id: Ia5fb43c8f5398659a08982700dbece72959af19c
        Reviewed-on: https://gerrit.libreoffice.org/32529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0ab8a27244e74e1c0916b3737f15c6c949aead78]

        tdf#48140 replace CellRangeAddress in xlsx import (13)
        
        Change-Id: I4e06b536db63d8782662023a83cc92956b519e11
        Reviewed-on: https://gerrit.libreoffice.org/32698
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [25625f18a282209235214674f2b81604ecd067ad]

        tdf#105026 Remove wrong constraint in PERMUTATIONA.
        
        With permutations with repetitions, argument selection may
        be larger than argument elements.
        Probably inadvertently copied from PERMUT; has been there from
        pre-git.
        
        Change-Id: Icdee18eca647fb278f140630e45844684a1e3046
        Reviewed-on: https://gerrit.libreoffice.org/32569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [facb4e69e4c75839df89969206403d2e97146dbd]

        tdf#104981 Fix deficiencies with PERCENTRANK functions.
        
        Added constraint check for significance argument.
        Replced inproper use of log() with log10().
        Improved code efficiency a little bit.
        
        Change-Id: Ie918857e6a04ea9fcf18410f789d7252f9c1cfc8
        Reviewed-on: https://gerrit.libreoffice.org/32528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-03  Olivier  <olivier.hallot@libreoffice.org>  [090a2719e293d5b8ec817160897800d1db16574a]

        Updated core Project: help  723fa653bcc87c94ff246e9ef754e11fb097d926
        
        Adjust menus paths for commands
        
        Change-Id: Ie8f1c874cc3d8179b79afee3f673e50379708a05
        Reviewed-on: https://gerrit.libreoffice.org/32702
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [482db19e3c792892c536898408dd7da98265073a]

        tdf#105019 fix POISSON/POISSON.DIST deficiencies.
        
        Apply constraint lambda > 0.
        For POISSON.DIST all 3 arguments are mandatory.
        
        Change-Id: Ica056a2b315c10f0a22dd105c121d8ce97ea1717
        Reviewed-on: https://gerrit.libreoffice.org/32538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-03  Michael Stahl  <mstahl@redhat.com>  [7e7fcb7ee614be44589d0ca90e7785a4efcf1457]

        desktop: remove unnecessary #define _WIN32_WINNT 0x0501
        
        gb_OSDEFS already globally sets at least 0x0502
        
        Change-Id: I52b75dc114eb498232faeb70ec75948ad01d3675

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

        split SV_RESID_BITMAP_SCROLLBMP up
        
        Change-Id: I303f60b3347f6e079dd951b0c2a0b727a0696eef

2017-01-03  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [80e6671cacbe1785948de0311be972f897e962d9]

        tdf#43157 Cleanup DBG_ASSERT in misc.cxx
        
        Change-Id: I92faaf758e08776b731411c964f168c6ced253bc
        Reviewed-on: https://gerrit.libreoffice.org/32474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-03  Olivier Hallot  <olivier.hallot@edx.srv.br>  [bf80bbb7b75febc2769d6b64e6981224982f8fe2]

        Updated core Project: help  b35dc043354c7a585cce3346e94987205bb14f9a
        
        Revert "Remove tautology"
        
        This reverts commit 8c86ecf8cccaf730c2d03514d614db9a958172a7.
        
        Change-Id: I4ab158c181026f285f44fc1a99da8ff729561462
        Reviewed-on: https://gerrit.libreoffice.org/32701
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c2f77846b9b8f881396f0c678e58c544c7c9a274]

        add UNICHAR test case
        
        Change-Id: Ia90c0414a22fbae1479820567f93c586a9c6e119
        Reviewed-on: https://gerrit.libreoffice.org/32655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-03  kerem  <hallackerem@gmail.com>  [564bbaba573b565dfd7180ef20054ebf0297fe9b]

        tdf#97361: Changed method calls in check_indexed_property_values
        
        Change-Id: Ia3afaf2abd0f0a56ccb56d4f967117f1adc52fb2
        Reviewed-on: https://gerrit.libreoffice.org/32357
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-03  kerem  <hallackerem@gmail.com>  [ceab0bab9275394e8ac20e32a1d7828b4eb1f6ac]

        tdf#97361: Changed naming in check_fields and check_table
        
        Change-Id: I2a0cf6d6b663e00cd67447089f65512667b18f3a
        Reviewed-on: https://gerrit.libreoffice.org/32297
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-03  kerem  <hallackerem@gmail.com>  [c2e69df36464437d70c4396a4bc5932e6a97a0ff]

        tdf#97361: Changed method calls in check_flies
        
        Change-Id: I6148ffccd4284cfc72fed2c7f4538054a5aaf24c
        Reviewed-on: https://gerrit.libreoffice.org/32358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-03  Rosemary Sebastian  <rosemary.seb8@gmail.com>  [f1dcb8b3e2e01848d44dd1beb82cd4e6e68a2acd]

        replace hard-coded namespace URL strings with function calls...
        
        Follow-up for https://gerrit.libreoffice.org/#/c/32425/;
        
        Change-Id: I59f77f0ccd681fb96bb9f1e7ec4b38d41c4f331a
        Reviewed-on: https://gerrit.libreoffice.org/32695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4c53e17d47bea97168bd07630ccf781639dd03d1]

        tdf#48140 replace CellRangeAddress in xlsx import (12)
        
        Change-Id: Iec9ea10992ae031c4362a913792f738b2b45f199
        Reviewed-on: https://gerrit.libreoffice.org/32662
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Michael Stahl  <mstahl@redhat.com>  [2b2c764044659b233f57dd20b9f3c9d0d1e6f7e6]

        sd: the long and sordid history of STR_GRAPHICS_STYLE_FAMILY
        
        Nobody can agree on what the poor string should say:
        
        a2a605d864417209f3bfacc858fe9107a1e48531 "Image Styles"
        cf5a2811bbf5c013da3c6421ecb013137b2cc595 "Graphic Styles"
        b55b96589f7fe0b2f426c2472da7174ab95aab87 "Drawing Object Styles"
        a71a562a9958fc58a5fb914bcf7f8056a353f618 "Image Styles"
        77ab005ce70938d5541d5ffa7a937fb9e6beba1e "Graphics Styles"
        
        ... but since "Image Styles" is clearly wrong, let's try another
        innovative variant.
        
        Change-Id: I748a0fd50d6d13a48632f77434c7f3f35cc00050

2017-01-03  Olivier  <olivier.hallot@libreoffice.org>  [123e67bbe7107cd6ae76b5ace99f3649e54b8718]

        Updated core Project: help  8c86ecf8cccaf730c2d03514d614db9a958172a7
        
        Remove tautology
        
        Change-Id: I8567633042a09f1423499bbbb3d814399fccb0a6
        Reviewed-on: https://gerrit.libreoffice.org/32659
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-03  Olivier  <olivier.hallot@libreoffice.org>  [53ee2984bf5de1b072f0eab9de9b0f2bdacab59c]

        Updated core Project: help  c277e5344c0caea2ec5c331c54ce32a378439acc
        
        Fix typos in help page title_page.xhp
        
        Change-Id: Ibaf2a0584576ad5fd34b337e10994953ea4bc1ae
        Reviewed-on: https://gerrit.libreoffice.org/32641
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2017-01-03  kerem  <hallackerem@gmail.com>  [909164e474e113b948195822ebf7c14dd21385db]

        tdf#39674: translated German to English in svdtrans.cxx
        
        Change-Id: Ic46e747a9dbec99e6037c6b35e175ce5b1efdd82
        Reviewed-on: https://gerrit.libreoffice.org/32594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-03  abdulwd  <abdulwd97@gmail.com>  [a0f6374670f67646e802aef45d927a8746b2ae12]

        tdf#95416 Two include files moved to sc/inc
        
        Files which references the moved files now include them with #include "bar.hxx" style
        
        Change-Id: Ia69c61f04e4e7ca587c8065c8af6d1de7f33dd5d
        Reviewed-on: https://gerrit.libreoffice.org/32443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-03  Caolán McNamara  <caolanm@redhat.com>  [9b5ea3a1347f387416a426fee925619d08834cd5]

        drop else branch of if (true)
        
        Change-Id: Id11f005f32a0c66e9584c90aebb6943ed41acaf0

2017-01-03  Caolán McNamara  <caolanm@redhat.com>  [1b5e144b4ed0e276d6485ece6d3d2b0b10f9bbf8]

        SetPin and IsPinned are in an always-false circular isolated relationship
        
        Change-Id: I4fb3aaa8a5e8c62091fbc542deae6af3a113a608

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

        SV_HELPTEXT_ALWAYSVISIBLE is unused
        
        Change-Id: Ib602edbbc2d972ec77e4d9d76ac493912579554a

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

        mnPinState is unused
        
        Change-Id: If8764b5cfda173bedfe2e911e39bf5b5e8a8573a

2017-01-03  Caolán McNamara  <caolanm@redhat.com>  [95965d819e4e29de62d57f8e2b83159e7dcea13b]

        BorderWindowHitTest::Pin is never set
        
        Change-Id: Ic50dd49b1470d4ee233e781e8c951c10c84968fd

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

        no PinImgList is unused
        
        Change-Id: Ifc1552fe9f82cc315f8ad821120339021be68dcf

2017-01-03  Caolán McNamara  <caolanm@redhat.com>  [6fda9fae0cd80f7ba6a8c2fad1de6bc889737bd4]

        so maPinRect is always empty
        
        Change-Id: Ia2ee10ead7068d4809f5a3ba8fbf01fdf6e4a1c9

2017-01-03  Caolán McNamara  <caolanm@redhat.com>  [19ce5fa563f30a9147c0d3d903a5c556062a73be]

        WB_PINABLE isn't set anywhere
        
        Change-Id: I6acc4b9dc87dd6023b5ad7013bc27180d6e0db6c

2017-01-03  Julien Nabet  <serval2412@yahoo.fr>  [36cf76c7e98fb6a16980efb1ac801c8d0d99996b]

        Typos
        
        Change-Id: I487db955caff589b9f62c50b83067628bb768d50
        Reviewed-on: https://gerrit.libreoffice.org/32460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2017-01-03  Stephan Bergmann  <sbergman@redhat.com>  [803f4743372aa51be123533115afa97a47336d54]

        Mark [Scoped]VclPtrInstance as SAL_WARN_UNUSED
        
        Stack-allocated instances of the non-Instance [Scoped]VclPtr variants are
        occasionally used merely for the side-effect of holding objects alive (like
        css::uno::Reference and rtl::Reference, which are also not SAL_WARN_UNUSED for
        that reason).
        
        Change-Id: I37ebfaf028a646cb2777c0baf0d99992057a22bd

2017-01-03  Stephan Bergmann  <sbergman@redhat.com>  [f82cd9c786933a641ab131758a9fc1bd291824cc]

        Hold SfxInfoBarWindow by VclPtr
        
        In SfxInfoBarContainerWindow::removeInfoBar, disposeAndClear is already called
        on the removed member (once found), so the ScopedVclPtr (also calling
        disposeAndClear when going out of scope) should not be necessary.
        
        Change-Id: Ibf4d19ebd5f1a6217e1d18ef0458c9b865667898

2017-01-03  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [36cdf3c35459df63ce137e550a6840a61865c0ca]

        tdf#104729 FILESAVE Save author name in comment during export to .xlsx
        
        Change-Id: I59d46f6a713e4f252844cda0f631ace239d73cdb
        Reviewed-on: https://gerrit.libreoffice.org/32115
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-01-03  Abhilash Singh  <abhilash300singh@gmail.com>  [65d10c4dedbf72f87888e14984393c222a5b31f9]

        tdf#87111 Warn about data loss when deleting source data of pivot table
        
        Change-Id: I59ab7551494622b8f1e68bfd9ef5e7ae19e65aee
        Reviewed-on: https://gerrit.libreoffice.org/31852
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2017-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [81aef113056270ce65f9dee5fe31b6f60617973c]

        Related: tdf#104841 sw PDF export: handle linked videos
        
        This is the sw-specific part only, the real work is done by the common
        CreateScreen() / SetScreenURL() API added for sd earlier.
        
        Change-Id: Ief9fd80082960ddd1f92f413eac79577621551ce
        Reviewed-on: https://gerrit.libreoffice.org/32687
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-03  Dimitri Bouron  <bouron.d@gmail.com>  [91a176b864ac0492f5c0d2386292118dd3095df4]

        tdf#104492: Fix bad docx opening and bad layout
        
        The problem seems to be the table's repeated rows value which is
        setted to max table rows in some docx file.
        
        Decreasing repeated rows value by one avoids loops but renders a bad
        layout.
        Table continuity is lost and lots of rows are hidden.
        
        So I set repeated rows value directly to one in order to avoid bad
        layout.
        
        Change-Id: If4adc33febe088a866b704e87e49339710e5aaf5
        Reviewed-on: https://gerrit.libreoffice.org/32349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [640e8e827ef9e02d1f231e058faf743a4fbfae44]

        rename members and use range based loops
        
        rename members to reflect their type
        css::table::CellAddress maCellAddress -> ScAddress maAddress
        
        Change-Id: Id95461512600023dbfd3209a5b0fdcf3d3e53b1e
        Reviewed-on: https://gerrit.libreoffice.org/32661
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9e029ace41562e28e9242d63230ad1ca275f5d3]

        tdf#104744 RTF import: fix unexpected zero para left margin wrt style dedup
        
        See commit 1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305:
        writerfilter RTF import: override style properties like Word,
        2014-06-17) for the details on style override in RTF.
        
        Here the problem was that we added an unneeded "reset to 0" property, the
        opposite situation that commit 657c6cc3acec0528209a8584b838cd6de581c437
        (tdf#104228 RTF import: fix override of style left/right para margin,
        2016-12-13) was fixing (there a "reset to 0" was missing).
        
        Change-Id: I37f079b9cb4773214d2531c2e34920b3b8927211

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c9c5c94771f22919ec82351b3b9b3096af96a508]

        avoid some numeric type conversions
        
        Change-Id: I89329ae1dc2c46b6412fcefd31cdb3dcd907354d
        Reviewed-on: https://gerrit.libreoffice.org/32658
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f01d2a42a5afecd7827a939cd0f5d6793cba47e]

        use proper message passing
        
        Change-Id: Id0ac2e87344fdab4db97357158c5cc60eed70898
        Reviewed-on: https://gerrit.libreoffice.org/32663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

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

        default copy ctor and assignment operator are good enough
        
        and block default move equivalents
        
        Change-Id: I360860512d2c88f8688685f4e751ded6335549da
        Reviewed-on: https://gerrit.libreoffice.org/32656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-03  Tor Lillqvist  <tml@collabora.com>  [0621795c54956c89dbb2df585df8336b1f86f7ef]

        Move documentation for parameter of SfxObjectShell::GetTitle() to include file
        
        A re-design of this API would be a good idea.
        
        Is this function ever called with some specific max length that would
        not be one of the magic values? Probably the sanest would be to turn
        the magic value constants into a normal (scoped) enum, and have two
        separate functions: One that takes no parameter and returns the whole
        title (and then let the caller take care of truncating as necessary),
        and one that takes such an enum and returns a correspondingly mangled
        title. The less magic and defaulted parameters the better.
        
        Change-Id: I9e3aa95fae981c5ed48300b753556fa9074c1166

2017-01-03  Justin Luth  <justin_luth@sil.org>  [53fd124d2488977af8536f439874a15de375dc40]

        tdf#49102 - UI: remove list numbering from merged cells
        
        The hidden cells in a vertical merge retained
        their numbered list properties while the
        document was loaded (bad).  However, on closing and
        reopening, the hidden cells no longer had any
        numbering (good).
        
        This patch immediately removes the numbering,
        so that the working copy matches the saved copy.
        Now vertical merging works the same way as
        horizontal merging already worked.
        
        Change-Id: Ia37151031eab4fd57bf958e9cddf6dce06dafc3c
        Reviewed-on: https://gerrit.libreoffice.org/32518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-03  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [bd97bca534b61ef302c606ae7452454d5e87910e]

        tdf#43157 Cleanup OSL_ASSERT in scenwnd.cxx
        
        Change-Id: If2bd3c96c6d6344d70ceb4d9c3d23d91c116893a
        Reviewed-on: https://gerrit.libreoffice.org/32447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [19eb2bfa2d56fbe97fe187b3320cf884d848119c]

        add PERMUT test case
        
        Change-Id: Iae53698eeb2fbe58671dc51b3364b0611ebbce49
        Reviewed-on: https://gerrit.libreoffice.org/32542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b144ec03020b9d717bd7ccad0e6e4c84aa3f9898]

        tdf#48140 replace CellRangeAddress in xlsx import (11)
        
        Change-Id: I033b2ddb720942882aad5ceaa8b140546f32356d
        Reviewed-on: https://gerrit.libreoffice.org/32580
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c5c9b888d8d0c414a3b27619a6df9adfebf4f77f]

        tdf#48140 replace CellRangeAddress in xlsx import (10)
        
        Change-Id: I8a2d7edb33b093a7069d1289d3b66e3e0bb27548
        Reviewed-on: https://gerrit.libreoffice.org/32579
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a1a44eb3b305f1aad77b0cc1532c98016482f620]

        tdf#48140 replace CellRangeAddress in xlsx import (9)
        
        Change-Id: If0b9d35305c4e109cb3edf8c5041d95854cd6c28
        Reviewed-on: https://gerrit.libreoffice.org/32578
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [99577bfa80cb926ff9a1710905036e2d09747ddb]

        tdf#48140 replace CellRangeAddress in xlsx import (8)
        
        Change-Id: I45856e73dc189e00898f9ce8fa2281a0fbb99718
        Reviewed-on: https://gerrit.libreoffice.org/32577
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [470ea0a7ae1874064b09c711ee0a54f1a82ebfda]

        tdf#48140 replace CellRangeAddress in xlsx import (6)&(7)
        
        Change-Id: Idc44249b96009633f63b72dd51a74e51bef41284
        Reviewed-on: https://gerrit.libreoffice.org/32576
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [152e2e9211ce993f365004bf9caf9ea85269489f]

        tdf#48140 replace CellRangeAddress in xlsx import (5)
        
        Change-Id: Ib0ebc3e92e595cdc2ed1241efdb1131fb79452cd
        Reviewed-on: https://gerrit.libreoffice.org/32574
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a4b7a2475d33311fef16197bf6a945ad5121fc8e]

        tdf#48140 replace CellRangeAddress in xlsx import (4)
        
        Change-Id: I4576c8553205c075ae932567242d98aae3c20b1a
        Reviewed-on: https://gerrit.libreoffice.org/32573
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2f9a7c1826cd1233986c97ad840136fd4ed43bca]

        tdf#48140 replace CellRangeAddress in xlsx import (3)
        
        Change-Id: I75392908ee90ae96c79d0e44a33920e1441b2129
        Reviewed-on: https://gerrit.libreoffice.org/32572
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [77dc03c29501234bb07170004a7b8204987bad0c]

        tdf#48140 replace CellRangeAddress in xlsx import (2)
        
        Change-Id: I91115c65671910e4208cb14ae3837ff2129af472
        Reviewed-on: https://gerrit.libreoffice.org/32571
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9efa11a1090ab088c64a26dacea5d6f40d7878e6]

        tdf#48140 replace CellRangeAddress in xlsx import (1)
        
        Change-Id: I0ce4101c4f9f5554e505f170e95119431a8963f8
        Reviewed-on: https://gerrit.libreoffice.org/32570
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2017-01-03  Justn Lavoie  <jlavoie1602@gmail.com>  [6cea397a95dab91ebf37f25e443393c22da065f7]

        tdf#97361 Use join() for string concatenation
        
        The PEP8 suggest to use join() instead of + operator for string concatenation.
        
        Change-Id: I35325cc73845a450f5c8ce40b7594e6d57ad6f45
        Reviewed-on: https://gerrit.libreoffice.org/32504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [215cbfb460326010737433c2020638e9388a88a4]

        add RANK and RANK.AVG test case
        
        Change-Id: Ia695c8fe92b1034fa1ad9e645e8459d23dac5cf9
        Reviewed-on: https://gerrit.libreoffice.org/32653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ae604ccce58f414fb2a0446bb4f94553929c72e4]

        add QUARTILE test case
        
        Change-Id: I4cb90025f8459b756f484497abb0c70bbd61fa87
        Reviewed-on: https://gerrit.libreoffice.org/32540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a53cd3c0b3d2c2e10beb76a0829205eb86a3a0d1]

        add PHI test case
        
        Change-Id: I23afaf7381a8619c4224a55e368ede1973ba457a
        Reviewed-on: https://gerrit.libreoffice.org/32541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [18ac0c9327bb4e88b86237a375e205ea0da5bd38]

        add PROB test case
        
        Change-Id: I7d03035c330bc0711264e8fe84aefa99d386acdb
        Reviewed-on: https://gerrit.libreoffice.org/32535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d5109b2c216b3f41cfd0e1c50151cecafaa2e19a]

        add QUARTILE.EXC and QUARTILE.inc test case
        
        Change-Id: I52eaea05dd1430da04ab44bd07416da477f735af
        Reviewed-on: https://gerrit.libreoffice.org/32652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [29f971d0d210036656be667f58df57a25849fcee]

        micro opt
        
        Change-Id: I2d713783f1ad533c23a3fe319e7c37b7fd0e0e0d

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [48954af3bc0957da9bf0d5ef9eb07c9079285932]

        coverity#708661 Uninitialized scalar field
        
        Change-Id: I1e87e7f6d135f9e4a0b4efbb4ce7e6e08663f675

2017-01-02  Matúš Kukan  <matus.kukan@gmail.com>  [35bc9668567a8c61763715f0854a42324dc5a4f4]

        Remove package with dbghelp.dll
        
        ENABLE_CRASHDUMP is always empty.
        dbghelp.dll was removed from scp2 in
        8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6
        
        Change-Id: I5c47ce4b4cafb2f24185ddd9a31eb1a3176fa176
        Reviewed-on: https://gerrit.libreoffice.org/32395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [c8660e164e3719ac2b0a626524f88c8c78ac806f]

        fix indent
        
        Change-Id: I39e79bc56c437323d4d860174242905ee5261cf6

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [aa35ca9721561fda838ceeb60148d0758a4772a4]

        coverity#1103741 Uninitialized scalar field
        
        Change-Id: I22a960e1170339aaf7939c0c5823dd1a53ae040f

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [08a323d016df4c3b15c44e11f65f9bf264ad10ea]

        coverity#1397202 Unchecked return value
        
        Change-Id: Iba346a5379f89b1a726f57b2d2a48cc827ec4a1f

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [85e8507d19195387784ba6af42d91609b129e00d]

        add a jpg fuzzer
        
        reshuffle things to share common core
        
        Change-Id: I50aa0e2ddeefaa4b2d0592b1118defd28b7347db

2017-01-02  Gaurav Dhingra  <gauravdhingra.gxyd@gmail.com>  [f6ff601b820749898a045e115cc0dc460e996104]

        tdf#95416 Get rid of #include ../foo/bar.hxx style includes
        
        Change-Id: I9b05c261faebd3e0e5d65ca524a4379c1d5918f1
        Reviewed-on: https://gerrit.libreoffice.org/32419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-02  jan Iversen  <jani@documentfoundation.org>  [a4e9943d810829734849aed0254ac7bca2c3d258]

        gbuild-to-ide xcode generator moved proj files
        
        All .xcodeproj files are now located in <core>/osx
        to prepare for combining into 1 .xcodeproj for all of LO
        
        Change-Id: I649389ba2b94355ebaf6b5413bdb5dfae8c04764

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [f97cd16ea48315d09a420d2e2c7e5a229d3d18e6]

        coverity#1371220 Missing move assignment operator
        
        Change-Id: Ie2947ea621da7ffc6c9530f007e1acdd4efb50cb
        Reviewed-on: https://gerrit.libreoffice.org/32650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d6a749bc664f1876c938afb9eba4adc9f6ee09a]

        tdf#104841 sd PDF export: handle linked videos
        
        Use the screen annotation markup for this purpose.
        
        Change-Id: I129111cbe08c19c2f3b3ae046408ff9b2a28520c
        Reviewed-on: https://gerrit.libreoffice.org/32654
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [d09888b835825085319d7b6855c3d5509539f42f]

        use std::unique_ptr
        
        Change-Id: I1c4f81e0ba0529b9e365c6ddb3d77a8a6a6d5741
        Reviewed-on: https://gerrit.libreoffice.org/32649
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-02  jan Iversen  <jani@documentfoundation.org>  [f61f34c900534b960f19425d1fe51608d6a4f12d]

        gbuild-to-ide update to xcode generator
        
        The generator now generates the same groups as xcode, with
        relative paths.
        
        This patch has been tested with l10ntools/pocheck.
        
        Next step is "sal" and actually compile
        
        Change-Id: I02c202434a346918e9ec725bd20e4713fc6fa73e

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [43cc44107e592989ba072fb95026de2f661c8f1b]

        Remove newly added SAL_WARN_IF
        
        Following Stephan's comment from https://gerrit.libreoffice.org/#/c/32643/
        
        Change-Id: I6bb5c243313c3f0793286c6bae2967a6208dc854
        Reviewed-on: https://gerrit.libreoffice.org/32651
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [4b28e3b687cbffb4f3ace518bb5e6ef19c6b0b1d]

        Typo: m_nColumnPostion->m_nColumnPosition
        
        Change-Id: Iab83a89b5cfa1ca379cb59366682d5d2adeb0e31
        Reviewed-on: https://gerrit.libreoffice.org/32645
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [4e9af515d7e5af809ccd65549e4f01391e8eac0e]

        Remove some OSL legacies in dbaccess
        
        Change-Id: Id809265c1df7df48e77ac2d8fbff685c599f8432
        Reviewed-on: https://gerrit.libreoffice.org/32643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Regina Henschel  <rb.henschel@t-online.de>  [2ab040f5edfa83a40f918915f18ecca621aa2f94]

        tdf#105005 Breakpoint has wrong image in BASIC IDE
        
        Breakpoint, inactive breakpoint, step marker and error marker
        have got wrong images in 96d0506fceb8064c5ae156dfaf12d5b45623c557
        
        Change-Id: I7c03595dfa41e03b5b4a23d36c514a6c782281a3
        Reviewed-on: https://gerrit.libreoffice.org/32590
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [7b588d7403cde3ac77cac9d3284a369ddc039f99]

        Translate German logs in QueryTabWinUndoAct (dbaccess)
        
        Change-Id: Ia9a0dfac2174de6b0edc03d99cae0b9729cef36b
        Reviewed-on: https://gerrit.libreoffice.org/32644
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [f8e77c0894f5eb4495edb79a387f0deb63830226]

        Revert "tdf#99589 tolower changed to rtl::toAsciiLowerCase"
        
        Following Stephan's message https://gerrit.libreoffice.org/#/c/32462/
        
        This reverts commit 47f338c1cfca96db8f0384c3498755c4cd6ff2c4.
        
        Change-Id: I6846fe495a9e1cccce56a2764c61b804c0eaa75c
        Reviewed-on: https://gerrit.libreoffice.org/32637
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [7ed8646b0788ee35de164c157bbd49e84c99dbf0]

        osl/diagnose.h useless in userinformation (dbaccess)
        
        Change-Id: I44c83f3655d49af9d28dd34a52e9266294b21552
        Reviewed-on: https://gerrit.libreoffice.org/32639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Julien Nabet  <serval2412@yahoo.fr>  [12f6247e7b0bd29434f774a4790d8cae3c87db9a]

        OSL_ENSURE->SAL_WARN_IF for progressbar (oox)
        
        Change-Id: I88f143d823b83cc7db1b0ebde01f416eca84840e
        Reviewed-on: https://gerrit.libreoffice.org/32642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [49968942a62f6feb6db4dcf385ddee925a57b497]

        vcl PDF export: enable MARK() in dbglevel<2 builds as well
        
        Instead of mandating dbglevel=2, use the already existing environment
        variable to avoid additional rebuilds.
        
        Change-Id: I9ac543522e0e79dd2be74e12d0dd0551be63988f
        Reviewed-on: https://gerrit.libreoffice.org/32638
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2017-01-02  Takeshi Abe  <tabe@fixedpoint.jp>  [20abf5f66b77bf0975eb93cb291af7ea79a45089]

        starmath: Assert that GetDoc() is non-null here
        
        Change-Id: I694f42a5bf2917e99bdf77d3cf7122cf1bb920ae
        Reviewed-on: https://gerrit.libreoffice.org/32596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [62a97e6a561ce65e88d4c537a1b82c336f012722]

        ofz#372 check if ImplSplit succeeded
        
        Change-Id: I1e34295fe3ee5f77e787f583616d52fa92a0eca4

2017-01-02  Caolán McNamara  <caolanm@redhat.com>  [2cdaab42b9597c5d049dea81300c8b653dab046c]

        ImageLists don't exist in rsc file anymore
        
        Change-Id: I99101a7c979c9d9aa788df7dc5f49872d1089dd8
        Reviewed-on: https://gerrit.libreoffice.org/32593
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2017-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d485ba9f383526bb6b98b3cd4a1a551698ca5d7b]

        sw: prefix members of FndBox_
        
        Change-Id: I05a4bc59e178d0e94e88540ab71fc6c46040490b

2017-01-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [8885343a33365d2570513073c3666428aa79dbdf]

        Fix inefficient usage of string::find() in condition (CWE597)
        
        string::compare() will be faster when string::find's result is
        compared with 0, because it will not scan the whole string.
        
        Change-Id: I78596a6d796fe9779f88b7c7b91da09aa27b7035
        Reviewed-on: https://gerrit.libreoffice.org/32430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [136f5a209e1ca19f7d7b8eb69bb76e7d1b2c07e6]

        Prefer prefix ++/-- operators for non-primitive types.
        
        Change-Id: I9be657cd0b5ed964db8db2ca28fd2874ae5406aa
        cppcheck: performance
        Reviewed-on: https://gerrit.libreoffice.org/32431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-02  jan Iversen  <jani@documentfoundation.org>  [f42751f534f56f1d465582ebce8d17094f640175]

        gbuild-to-ide, fixed typo and changed xcode generator
        
        target_name used - instead of _ which caused solutions to have a new name
        
        xcode generator changed to use fixed id for the major groups, in
        order to facilitate debugging of the solutions.
        
        Change-Id: I444c74f37dc471625fa3f28240678f9968d1e710

2017-01-02  David Tardon  <dtardon@redhat.com>  [99f3f180034b78900e9ff6953b9866fde3da01d6]

        WaE: unused variable
        
        Change-Id: Ib701d3adf1e79554e2ddcefb5943092e3a886041

2017-01-02  Justin Luth  <justin_luth@sil.org>  [e73c961a7fb23246dc4a9c27d7ed0808b9ba74b5]

        tdf#104876 writerfilter: m_bTableSizeTypeInserted = false here
        
        fixes commit cbd0fbc287051f918e4adb32b3e9b58dfbf8059d
        which removed the insertion code with the explanation saying
          we should simply not do anything,
          and that'll lead to the right behavior,
          don't try to be smart and try to set TABLE_WIDTH here
        but still left the flag set, falsely indicating that the
        tableSizeType had been inserted.
        
        Change-Id: I0720083c992d1d03a5fe259d5b4b177a0c8108f8
        TODO: the table size still isn't correct.
        Reviewed-on: https://gerrit.libreoffice.org/32385
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2017-01-02  Gabor Kelemen  <kelemeng@gnome.hu>  [7241c14d95f01ef4db9da94b3e6588bd917b14cb]

        Updated core Project: help  e48a6195fb176f3823ab5c0d9f700b50b9867486
        
        Update the Formula Wizard page
        
        Fix bookmarks and ahelps
        Mention the new Search box
        Remove an extra link to the list of categories and functions
        Reorder the OK and Cancel button descriptions to match the UI
        
        Change-Id: Id4cabf36c28fce1e22d51d8342fafea6e6516754
        Reviewed-on: https://gerrit.libreoffice.org/32599
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-02  Khaled Hosny  <khaledhosny@eglug.org>  [1b7e788eb3bf9cbe56ed5cc4a3fa7fa5e70ac40a]

        The mfFontScale[n] is always 1.0
        
        Change-Id: Ica2e67632f5bfe1f70ba7b2d7502257b47d053ce
        Reviewed-on: https://gerrit.libreoffice.org/32592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-02  Khaled Hosny  <khaledhosny@eglug.org>  [7633cbb0e84d20a36b2972c6fd5c0d5a5d6280a3]

        Use FindMetricCompatibleFont() here as well
        
        Change-Id: I4b4c360a58f5e0176688294dc3d18aacfd000277
        Reviewed-on: https://gerrit.libreoffice.org/32581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2017-01-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e5da108ef01872f460c176b6a9173e346e1d59a4]

        Bump copyright year to 2017
        
        Change-Id: I26ddcdd7bb9616c0599eec9101603d4be1ea4147

2017-01-01  tamsil1amani3  <tamsajama@gmail.com>  [1cb1cc30b5eb75483b6aaeec0192f7ee1d833461]

        tdf#103677 Icons Change
        
        Changed setup.ico to a more decent and elegant looking one
        
        Change-Id: I7c9ad6903d0319f22ad0a2202cb808a304f1fc12
        Reviewed-on: https://gerrit.libreoffice.org/32457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [a2aceeb00de1529292709894bdb39b676a3f2337]

        return earlier, no logic change intended
        
        Change-Id: Icd75c46eb57c059fb60fd9701e6bb1fb651d8f3f

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [b560dc89e4c86cf624c327fd393e2c3166d66251]

        so noone cares about the return of [Read|Write]ImpGraphic
        
        Change-Id: I2e251ff71b1f20e43c797c3fc901f3a70dce7c6c

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [970edf67d2369288f12391be5cc06946fcd1684e]

        noone cares about the return from WriteGraphic either
        
        Change-Id: Ia91a8b4ae7768bd1623b8e2b545fcc9beff1fbc7

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [0a599225bcfc8682a7cc7f68dd3901d9791522b1]

        noone cares about the return from ReadGraphic
        
        Change-Id: Ifd86dee6f2657155faaa31a229feb16178d89f34

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [8332bc39f507b659b07fe01a31164c0805175dd6]

        return earlier, no logic change intended
        
        Change-Id: I39679d1c24ffa6f11c067a8fc3957c6a870f7403

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [a3eaeff2db210f3bfe36148a438a3cb593b28c55]

        don't need to forward declare ImageList here
        
        Change-Id: Id0477b52a004a9a24e4733aa4916cd1b011c6fdd

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [0ffc0db8f9cf79005f991e3aaf783a3cff37ee45]

        remove recently unused imagelist pointers
        
        since
        
        commit e3203ad42dd57d546ab8cd002b8fcbe54c9bcd11
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Dec 21 10:07:41 2016 +0000
        
            remove newly unused SfxModule::GetImageList_Impl, etc
        
            Change-Id: Ibb1430d2b6c7994b2425d686cf206d168530faef
        
        Change-Id: Ib2acaf66f513c4f7d6f74b790929df9e0a0a7038

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [5a6994870bb2fcb78372835aab59847402447a4e]

        fold ResourceIndexAccessBase into ResourceStringIndexAccess
        
        Change-Id: Icef518dc65d5edf4e7893df460aaae179eecfb45

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [705b43516215b67683ea0436c42bf5cada7ed445]

        so ResourceStringListIndexAccess isn't needed
        
        Change-Id: Ic25fc6f2f8f3e471a90e10c3f2319f40888520e6

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [e777637ffccd88a7aa51dc93bcf1744eb5367fd5]

        so we can drop StringList access from ResourceIndexAccess
        
        Change-Id: Ie855a45f7994e9d58ddecc51b54c25424fc544d6

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [ae7aaf16abdbba6f84e00ef73862e819b11c82eb]

        StringList isn't required or used by wizards
        
        as shown by
        
        commit a96c308e52983b7bc0275e31e50a9b04e5805852
        Author: Noel Grandin <noel@peralex.com>
        Date:   Wed Dec 17 10:33:26 2014 +0200
        
            java: these fields can be converted to local variables
        
            Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf
        
        Change-Id: I4da6c42e0114a891a6b6af8889c94b4332b0b40b

2017-01-01  Julien Nabet  <serval2412@yahoo.fr>  [5f757b7b372597d3f632b97b16d4aef6fe08ae1a]

        Typo: GetReccomendedExtent->GetRecommendedExtent
        
        Change-Id: Ic04a9ff115827558f9bc528c100b53bd7ca23486
        Reviewed-on: https://gerrit.libreoffice.org/32587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-01  kerem  <hallackerem@gmail.com>  [9bbc168c29d3f48839d40173f5467228ce9a7268]

        fdo#39674: translated German to English in svdmodel.cxx
        
        Change-Id: I48992d2738de40060239b4c25c4adbe64c97b4be
        Reviewed-on: https://gerrit.libreoffice.org/32537
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2017-01-01  Caolán McNamara  <caolanm@redhat.com>  [0f4eb22d5f3a86af9e5f8042c69e4ddf4a350b93]

        ofz#358 SJIS_84 table mnLeadEnd is out by one
        
        sjis 82 and 83 correctly denote the last index available
        while 84 reports one past the last available index
        
        0x84BE is the last value to map, not 0x84BF
        
        Change-Id: Idcadc2d554ee59586f6e2f2775301fe69c94d55a

2017-01-01  jan Iversen  <jani@documentfoundation.org>  [ae4f8ac9a16b7a0631124272d08c625e86c432d8]

        gbuild-to-ide performance optimize parser
        
        Change-Id: I93c81e027269830af7d6b2c9df2f1b0f0194880e

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [f33aa5bc3af5de14cc5286f2655470474f22465c]

        Updated core Project: help  0333438951822fdb3300fdfffca07697aca108c1
        
        Fix ahelps and bookmark on the Text Animation page
        
        of the Effect Options window
        
        Change-Id: I426118e41af06e017196ea17bf3c102f5f2ff3c3
        Reviewed-on: https://gerrit.libreoffice.org/32585
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [a4973c22fc114661d77566038a3cc972745f557e]

        Updated core Project: help  139645b43e947cad2e6bbb89d7901427e8e3edc4
        
        Fix ahelps and bookmark on the Timing page
        
        of the Effect Options window, plus one inconsistency
        
        Change-Id: Ib8cd038c6dfcb4dfbb838f05945074b374b9127f
        Reviewed-on: https://gerrit.libreoffice.org/32584
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [635b42814ddb1a327489a3a333ee227a8927aadf]

        Updated core Project: help  1672ea56c2ca17e11e47dc6ee0b54f6c38a5b72b
        
        Fix ahelps and bookmark on the Effect page
        
        of the Effect Options window
        
        Change-Id: I951f2d36283be6271ffe115ab53cfaf1d1f89104
        Reviewed-on: https://gerrit.libreoffice.org/32583
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [d63289e4239db8c8be37870f85f6ecc67948fe7e]

        Updated core Project: help  cb35be610c66fff9c7a91c264ddddb052dfe3d5c
        
        Fix old numeric ahelps
        
        Change-Id: Ic30703d775685c455f826ff278ddff1dd8922604
        Reviewed-on: https://gerrit.libreoffice.org/32582
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2017-01-01  Takeshi Abe  <tabe@fixedpoint.jp>  [a5e9c5e35010bcde8cdfe8f82f880a7e159ee8ca]

        starmath: Prefix members of SmSelectionDrawingVisitor
        
        Change-Id: I889da35c24919157e5b01225df10947c790ebf66
        Reviewed-on: https://gerrit.libreoffice.org/32547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2017-01-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [43596585c7184d796eccca934af8ef29f4f28cb8]

        Remove old spadmin icons
        
        Their use was dropped in 2014 with commits
        7583df0a18585fafbb9124fcefdbc204544df78c and
        a547f865e0ce7731e1b3998b06ecba505e1c27ca
        
        Change-Id: I7d450b44aa4847b9d82549dcbf3591659b6b4215
        Reviewed-on: https://gerrit.libreoffice.org/32523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2017-01-01  Gabor Kelemen  <kelemeng@ubuntu.com>  [16fa2d72ba0254adc7c1bec97ade5350b4da1a82]

        Add custom HIDs for the Page Style - Footer tabpage
        
        This is necessary because the Header and Footer tabpages
        use a shared .ui file and I can't link different help
        content to the same ui elements.
        
        Change-Id: I5718dc3bf1dfae5962ebe1f49f5c3d75d958f1c5
        Reviewed-on: https://gerrit.libreoffice.org/32499
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [6897ba36117197b5ed63cb88f6eaa9d3c5a5665d]

        Updated core Project: help  f59c4d42dc78c25641c7ee9da62abb49c313f93a
        
        Reconnect 'Page Style - Footer' tabpage and help content
        
        Need to use custom HIDs so that the shared UI elements in
        headfootformatpage.ui can be linked to different paragraphs
        
        Change-Id: Ie9599ef8eb42336815b4f3127de0b3e9231b5b56
        Reviewed-on: https://gerrit.libreoffice.org/32501
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [c8c91d22e51c452d92248d0f0690357255287798]

        Updated core Project: help  11b85a0acfb0ed4bcaa6fe15cc2a7fb316d0cb88
        
        Fix numeric ahids on Pivot table related pages
        
        And one inconsistency between the text and UI.
        
        Change-Id: I2c87869904d11be257f2fb61f0a4460f75e0797c
        Reviewed-on: https://gerrit.libreoffice.org/32567
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [41f4365204060a30ca4bf2959ba93371b4579b7d]

        Updated core Project: help  644cf06e7b304f992c4f5291249b3721d9bfc7f6
        
        Fix ahelps and bookmark in the Events page
        
        'Customize - Events' and 'Sheet - Sheet Events'
        uses this page, fix old style ahelps and add a bookmark
        to the latter.
        
        Change-Id: Ib54a3bd6d6f419cd35e788987967d1381a7430eb
        Reviewed-on: https://gerrit.libreoffice.org/32568
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-01  Gabor Kelemen  <kelemeng@gnome.hu>  [224e23579ececef1df186d8a93045647c9f46b53]

        Updated core Project: help  cefd88394fd05463539ad228ca7edf6c672e7c9b
        
        Fix one more numeric ahid on the Script Organizer page
        
        Change-Id: I5596225ebd61b15c982818553369e2912b09ee10
        Reviewed-on: https://gerrit.libreoffice.org/32566
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2017-01-01  jan Iversen  <jani@documentfoundation.org>  [2823fd4698fdc8019af36f881aa90a89ba8d8236]

        gbuild-to-ide parser simplification.
        
        Added build_type to objects instead of having 3 sets.
        
        Modified the generators to use build_type
        
        Change-Id: Ic884522eb6d2c41e7b838f62a0d0800dc4e02c8a

2017-01-01  jan Iversen  <jani@documentfoundation.org>  [d3c44886c56f401cc18c2ba480131a621d06c781]

        Update json parser in gbuild-to-ide
        
        Simplified parser and added the missing json elements:
        ASMOBJECTS
        CFLAGS
        CFLAGSAPPEND
        CXXFLAGS
        CXXFLAGSAPPEND
        CXXOBJECTS
        DEFS
        GENCOBJECTS
        GENCXXOBJECTS
        ILIBTARGET
        INCLUDE
        LINKED_LIBS
        LINKED_STATIC_LIBS
        LINKTARGET
        MAKEFILE
        OBJCFLAGS
        OBJCFLAGSAPPEND
        OBJCOBJECTS
        OBJCXXFLAGS
        OBJCXXFLAGSAPPEND
        OBJCXXOBJECTS
        YACCOBJECTS
        
        This patch should not affect the different generators
        
        Change-Id: I74795880d7d34868d61ef73859bda0aedc8b2e28

2016-12-31  Tor Lillqvist  <tml@collabora.com>  [879bac84cde2fc7cc27363d1bb0ca50c53162a88]

        It's not CygWin but Cygwin
        
        Change-Id: I1f1e9fa67244645f695885fcb7b877b9a1ecdf4f

2016-12-31  Gabor Kelemen  <kelemeng@gnome.hu>  [653a805a2abbf13109553b21cbfbdf83ba857d10]

        Updated core Project: help  d798499f968366e1d0277e008d1d7e4b2912f85d
        
        Update ahelps on the Security options panel
        
        Replace one numeric and add two new to buttons.
        
        Change-Id: I2ca885f8d43edde863e2ff9f13c9d5b4939508a7
        Reviewed-on: https://gerrit.libreoffice.org/32546
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-31  Gabor Kelemen  <kelemeng@gnome.hu>  [177936c31d57b92ab6aef578735dee0b52e6c98e]

        Updated core Project: help  f785af949d5ce93d4ce66fe8a1dda42878613827
        
        Replace numeric ahelps in the Registered Databases options
        
        To current, working ones
        
        Change-Id: I98ee8ef1d40097a19db48578aa98c84f0c4f3742
        Reviewed-on: https://gerrit.libreoffice.org/32545
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-31  G_Zoltan  <zolicsaba@yahoo.com>  [f5bf80568eee020ccfe972831b9280859c798836]

        tdf#89329 pImpl changed to unique_ptr
        
        In mailmrge.cxx/mailmrge.hxx manula allocated pImpl pointer is changed to
        std::unique_ptr.
        
        Change-Id: Icb973cdb449e59184a24c359c0ca9fe2da4a8ebd
        Reviewed-on: https://gerrit.libreoffice.org/32464
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-31  Caolán McNamara  <caolanm@redhat.com>  [dd801a6231bc0f7de2fe2d240869c34028aa70b3]

        coverity#1398232 Uninitialized scalar field
        
        Change-Id: Ia5e9ebecc032e59bf98d32b0de0f11617da8b2ba

2016-12-31  Caolán McNamara  <caolanm@redhat.com>  [697ccf11f93a625af762f6e08eb924de71b1840e]

        unused maMapUnitRes member
        
        since
        
        commit 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257
        Author: Noel Grandin <noel.grandin@collabora.co.uk>
        Date:   Thu Nov 3 14:00:28 2016 +0200
        
            loplugin:unusedmethods
        
            Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e
            Reviewed-on: https://gerrit.libreoffice.org/30524
            Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
            Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
        
        Change-Id: I4cb8167698d460df6a56c5b3b7d01841e3f1a69a

2016-12-31  Caolán McNamara  <caolanm@redhat.com>  [ff004d7d91ed7d4d871682c19f6db33f29dddc35]

        coverity#1398229 Logically dead code
        
        Change-Id: I8d192d27497ddb4d736b6b3fe38dfa9463bba43a

2016-12-31  Caolán McNamara  <caolanm@redhat.com>  [da0d7cfb9129d3095d0c56c3cf57ab62637af005]

        coverity#1398233 Uninitialized scalar field
        
        Change-Id: I79661c54dc5ffe3c690ec544fbb5de0fb8a87302

2016-12-31  Gabor Kelemen  <kelemeng@gnome.hu>  [08ce56bb003dcdcad808dbdddb16ac3a87a15bfa]

        Updated core Project: help  92e858687cb974b9f6074e9643f5377f24eb73a0
        
        tdf#98643 Fix links between UI and the 'Define Names' page
        
        So that they work in the Manage Names dialog too.
        Fixed up the text as well a bit to better fit the
        current state of the windows.
        I can't decide yet if it would be better to create a
        new Manage Names page or to change this one to
        mention Manage Names more (in title, howtoget, etc.)
        
        Change-Id: I5f39b02c54ccebde723b6b8b61bf7e58cd054028
        Reviewed-on: https://gerrit.libreoffice.org/32536
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-31  Gabor Kelemen  <kelemeng@gnome.hu>  [8135899c69d77412d1c58f6532f0e09fb03575bd]

        Updated core Project: help  5063054f398d3d354ac215cdae56492f5450ad98
        
        Move the 'how does word count work' embed to the end
        
        Currently it is embedded in the main section, which is
        embedded on the Writer Tools menu page and looks too terse.
        Also the 'how to get' section should not be the last
        on the page as it is now.
        
        Change-Id: I4da0acfe8ca0733faaf51a7ee3dedfc35ee1c121
        Reviewed-on: https://gerrit.libreoffice.org/32525
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-31  Gabor Kelemen  <kelemeng@gnome.hu>  [ac8b4480ec28bc48a565273bc38edfc16149aa88]

        Updated core Project: help  a733514016484af86fd706575bae64bdfaa4c723
        
        tdf#80457 Make sure helpwiki finds the Word Count help page
        
        Also the ahelp HID did not work on the UI, fix that one too.
        
        Change-Id: I86b767c912afbb84bd568ffbbe8bde7dbafcd4f5
        Reviewed-on: https://gerrit.libreoffice.org/32524
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-31  Julien Nabet  <serval2412@yahoo.fr>  [5e149b630bd837ca6c8cae609a5c148f25f9ee82]

        tdf#105011, tdf#104795: copy string until its end if there's no comma
        
        5  0x00002aaab055f81e in rtl::OUString::copy (this=0x7fffffff29d0, beginIndex=3, count=-4) at /home/julien/lo/libreoffice/include/rtl/ustring.hxx:2223
        6  0x00002aaab070acd2 in (anonymous namespace)::GetContentPart (_rRawString="CN=timur.davletshin@gmail.com", _rPartId="CN")
            at /home/julien/lo/libreoffice/sfx2/source/dialog/dinfdlg.cxx:748
        7  0x00002aaab070dd85 in SfxDocumentPage::ImplUpdateSignatures (this=0x55555ca2e0b0) at /home/julien/lo/libreoffice/sfx2/source/dialog/dinfdlg.cxx:901
        
        so do the same as GetContentPart from uui/source/secmacrowarnings.cxx
        (I suppose we should avoid the redundancy but that's another story)
        
        Change-Id: Ief3ce1cce7035fb572778bdee02a1073b7dfe1c1
        Reviewed-on: https://gerrit.libreoffice.org/32530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-31  Takeshi Abe  <tabe@fixedpoint.jp>  [fc0d4e6bc43d5f982452df07930f5ecf5927ad22]

        starmath: Prefix member of SmCloningVisitor
        
        Change-Id: I21511074a4dd2d0bf410401dfce7c43437824979
        Reviewed-on: https://gerrit.libreoffice.org/32526
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-31  Stephan Bergmann  <sbergman@redhat.com>  [63133848be96df0a22de5b51a9b8d1cb2565c28a]

        Dispose XWindow when done
        
        Change-Id: Ia71b4f1c9963ab3aa52f05dd98e9215d69b5402e

2016-12-30  kerem  <hallackerem@gmail.com>  [ea860d52ade14b4a16289c81a0f8586799c6617f]

        fdo#39674 Rename klasse and funktion in dwfunctr.cxx
        
        Change-Id: I4137b66eb76ebb7d2172e5c417fcb845cea55b47
        Reviewed-on: https://gerrit.libreoffice.org/32507
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [83a9c8e046dfcaccdb1114ec5a386a11fcca3a02]

        build fix
        
        apparently harfbuzz is not build with std=c++11 everywhere
        
        Change-Id: Ie105706212d9dd32f33bc67c8a878ce8a55e60ef
        Reviewed-on: https://gerrit.libreoffice.org/32521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-12-30  Gabor Kelemen  <kelemeng@gnome.hu>  [7ed40deee74a9869b7da073ad473241187420ff8]

        Updated core Project: help  add5f832ca414295b09ab8ef05aa73fb0d903705
        
        tdf#105004 Remove some leftover mentions of spadmin
        
        Also the Print direct behavior seems to be changed
        at least on Linux, so drop that paragraph entirely
        
        Change-Id: Iad9ba7209b083e40acf8453920e78469459f7a91
        Reviewed-on: https://gerrit.libreoffice.org/32522
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-30  Gabor Kelemen  <kelemeng@gnome.hu>  [1c5da0b41a1a36a51b0e5eb92a74ae7449cf7d57]

        Updated core Project: help  fa16e1bbf6540d59e4c8890939e66be82ad1af0d
        
        tdf#104975 Document Significance parameter of PERCENTRANK
        
        Change-Id: If4d20ca70642bd08c1b7506d411767931e6a9d3e
        Reviewed-on: https://gerrit.libreoffice.org/32520
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-30  Stephan Bergmann  <sbergman@redhat.com>  [ca9a08bbf7d42727a93b5f725784308a3590c0fe]

        external/harfbuzz: Silence -fsanitize=nonnull-attribute
        
        ...as reported during CppunitTest_sw_odfimport
        
        Change-Id: I3c8542d46cf1106c9910a04ed1f953459c7c7ea5

2016-12-30  Gabor Kelemen  <kelemeng@gnome.hu>  [c48362288d2ca96967b4c40f0e6191ee9918b636]

        Updated core Project: help  040bead66ab62f65b75471ba7752bb0a3c29c7e5
        
        Don't link UI from the Footer tabpage to the Header help page
        
        We have a separate help page for that.
        
        Change-Id: I34d6136c8f1dc7263b2a9937d08d8aca7629133a
        Reviewed-on: https://gerrit.libreoffice.org/32500
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a29bd2dabb194c57be28d48ccc08c909831e7e67]

        cleanup tailing backslashes
        
        Change-Id: Idb4bfc97e7d758c58118742affd9a9345c7a99f2
        Reviewed-on: https://gerrit.libreoffice.org/32491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [97d24068021265e5f159211c90839622f7c87cb2]

        add PERCENTILE test case
        
        Change-Id: I70cfe56c948035b0e853bbabd273ad9464ec6204
        Reviewed-on: https://gerrit.libreoffice.org/32516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c286a125cb86a9ecdf9b21e0e9d7cf864b0605fe]

        add PEARSON test case
        
        Change-Id: Ice0d45a8c44d1773997da091df272f35c1e37388
        Reviewed-on: https://gerrit.libreoffice.org/32515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [394f65f2127e41ad0fb43c7164aa5e4518c335a9]

        RSC_ACCEL isn't in use anymore
        
        Change-Id: I581d55adfbae078c154eaf41cf98c2be0f5dfd5d

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [1fec83409ced6f6421e2dccc0fcae59a04f5ffa7]

        no use of RSC_KEYCODE appears to remain
        
        Change-Id: I968093ef9a9a5647f410432918a60dbc2331192a

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [73545e2efae49af7bdf1e7fd43ae0d68f3bb3225]

        RscImageListFlags is newly unused
        
        Change-Id: Ic6ed613496ce1903f752ae3b6258121870f99558

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [70fb9e0f48d38d7fb01cb54dab7d5ed775f65d9c]

        aIdUShort is now unused
        
        Change-Id: I44c2748be879f083bc6ebb6c17e3a3a7038f8ad8

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [21f934a7c54e6a62aac046b99e05bbcf394c4de4]

        ImageLists no longer loaded from resource files
        
        Change-Id: I5bf1c75dce7bc9af6aaa92447fab7239dff4b676

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [3ff74ff16b43cccf86cfd56c1f6b7ce30ce0b65d]

        hidden use of removed RID_SVXIMGLIST_FMEXPL resource
        
        Change-Id: I23c64f0071640cb9946340151b7648f47894a113

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [faff6829952a49187c917db2a3c478969b997ccf]

        include header instead of duplicating defines
        
        Change-Id: Iee47a90071cb988d5b9fc434569bf91035d52007
        Reviewed-on: https://gerrit.libreoffice.org/32510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [a9a30dbe8fa4d4b8693d11df072626f6cbc8631c]

        unexpected exception seen in tinderbox
        
          #1  0x00002b464842f53a in __GI_abort () at abort.c:89
                  save_stage = 2
                  act = {__sigaction_handler = {sa_handler = 0x2b4648169a60 <typeinfo name for com::sun::star::uno::RuntimeException>, sa_sigaction = 0x2b4648169a60 <typeinfo name for com::sun::star::uno::RuntimeException>}, sa_mask = {__val = {47580863731936, 47582668825824, 47580850742064, 47580863731456, 2, 47580871027780, 0, 47582668825824, 47580863731456, 47580873315224, 47580863731936, 47582791173728, 47582791173728, 1, 33350960, 47582668313696}}, sa_flags = -1151509448, sa_restorer = 0x1fce530}
                  sigs = {__val = {32, 0 <repeats 15 times>}}
          #2  0x00002b4648e3efdd in __gnu_cxx::__verbose_terminate_handler() () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
                  terminating = true
                  t = <optimized out>
          #3  0x00002b4648e3ce56 in __cxxabiv1::__terminate(void (*)()) (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:47
          #4  0x00002b4648e3cea1 in std::terminate() () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:57
          #5  0x00002b4648e3ceb6 in __cxxabiv1::__unexpected(void (*)()) (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:63
          #6  0x00002b4648e3cae2 in __cxxabiv1::__cxa_call_unexpected(void*) (exc_obj_in=0x2b46b40ad4b0) at ../../../../libstdc++-v3/libsupc++/eh_personality.cc:759
                  info = {Start = 47582791163104, LPStart = 47582996646024, ttype_base = 0, TType = 0x2b46bb5d5e30 "", action_table = 0xffffffff <error: Cannot access memory at address 0xffffffff>, ttype_encoding = 1 ´\001´, call_site_encoding = 0 ´\000´}
                  xh_lsda = 0x2b46c7aab0d4 "\377\233\261\201\200\200"
                  xh_switch_value = -1
                  exc_obj = 0x2b46b40ad4b0
                  xh_terminate_handler = 0x2b4648e3ee70 <__gnu_cxx::__verbose_terminate_handler()>
          #7  0x00002b46c79c6af9 in webdav_ucp::DAVResourceAccess::GET(std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> > const&, webdav_ucp::DAVResource&, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&) (this=0x2b46b410ceb0, rHeaderNames=std::__debug::vector of length 0, capacity 0, rResource=..., xEnv=uno::Reference to ((anonymous namespace)::UpdateInformationProvider *) 0x2b46bb153918) at /home/tinderbox/master/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx:497
                  errorCount = 0
                  bRetry = false
                  xStream = empty uno::Reference
        
        Change-Id: Iaa3ec435af6bed267235a9025fc9334058f20475

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [b8e27d5da6b14241e80526d67d68dfd1132a288e]

        unwind this ImageList
        
        after discovering one of the referenced images was missing
        
        Change-Id: I25321ee436976415313fb004e798fad897673ee5
        Reviewed-on: https://gerrit.libreoffice.org/32511
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [0b21f2964a057412304cf06da4c78fda07647011]

        drop imagelist example from idl comments
        
        Change-Id: Ib5aede052caa5f6bb7540091aff0f8c6ef2dbfa8

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [77dea7494b30864736f37816c7e0e58623ec7e95]

        restore missing images
        
        since...
        
        commit e0e7c5dc46ac8fd0c7f6fdc0ceb62d15cafd3754
        Date:   Mon Nov 14 07:23:08 2011 -0800
        
            FDO#42454 - EasyHack: remove code associated with unused icons
        
            Removed the icons and code associated with:
            SV_ICON_ID_CHART
            SV_ICON_ID_DRAWING_TEMPLATE
        
        Change-Id: I49f98416717183b2767a71d98c4e9ef384654de0

2016-12-30  Caolán McNamara  <caolanm@redhat.com>  [d19c05bbf0073033573ef428b63f37e7caa12337]

        ofz#355: lsan detected leak
        
        Direct leak of 1296 byte(s) in 6 object(s) allocated from:
            #0 0x5de7a0 in __interceptor_calloc /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:72
            #1 0xe0f2132 in hb_shape_plan_t* hb_object_create<hb_shape_plan_t>() /work/workdir/UnpackedTarball/harfbuzz/src/./hb-object-private.hh:129:24
            #2 0xe0f2132 in hb_shape_plan_create /work/workdir/UnpackedTarball/harfbuzz/src/hb-shape-plan.cc:133
            #3 0x85a3488 in CommonSalLayout::LayoutText(ImplLayoutArgs&) /src/libreoffice/vcl/source/gdi/CommonSalLayout.cxx:555:40
            #4 0x3d97cf2 in OutputDevice::ImplLayout(rtl::OUString const&, int, int, Point const&, long, long const*, SalLayoutFlags, vcl::TextLayoutCache const*) const /src/libreoffice/vcl/source/outdev/text.cxx:1318:36
            #5 0x3d990e1 in OutputDevice::GetTextArray(rtl::OUString const&, long*, int, int, vcl::TextLayoutCache const*) const /src/libreoffice/vcl/source/outdev/text.cxx:966:35
            #6 0x3d98d2d in OutputDevice::GetTextWidth(rtl::OUString const&, int, int, vcl::TextLayoutCache const*) const /src/libreoffice/vcl/source/outdev/text.cxx:893:19
            #7 0x485f630 in ImplFontMetricData::ImplInitTextLineSize(OutputDevice const*) /src/libreoffice/vcl/source/font/fontmetric.cxx:338:30
            #8 0x3d6801e in OutputDevice::ImplNewFont() const /src/libreoffice/vcl/source/outdev/font.cxx:1095:42
            #9 0x3d64d92 in OutputDevice::GetFontMetric() const /src/libreoffice/vcl/source/outdev/font.cxx:171:23
            #10 0x8695053 in WinMtfFontStyle::WinMtfFontStyle(LOGFONTW&) /src/libreoffice/vcl/source/filter/wmf/winmtf.cxx:265:36
            #11 0x8686b9b in std::__1::unique_ptr<WinMtfFontStyle, std::__1::default_delete<WinMtfFontStyle> > o3tl::make_unique<WinMtfFontStyle, LOGFONTW&>(LOGFONTW&) /src/libreoffice/include/o3tl/make_unique.hxx:27:35
            #12 0x86eb23c in WMFReader::ReadRecordParams(unsigned short) /src/libreoffice/vcl/source/filter/wmf/winwmf.cxx:937:32
            #13 0x86fb901 in WMFReader::ReadWMF() /src/libreoffice/vcl/source/filter/wmf/winwmf.cxx:1371:25
            #14 0x47c5949 in ReadWindowMetafile(SvStream&, GDIMetaFile&) /src/libreoffice/vcl/source/filter/wmf/wmf.cxx:78:45
            #15 0x61c7ac in LLVMFuzzerTestOneInput /src/libreoffice/vcl/workben/wmffuzzer.cxx:98:11
            #16 0x1011f7e8 in fuzzer::Fuzzer::ExecuteCallback(unsigned char const*, unsigned long) /src/libfuzzer/FuzzerLoop.cpp:541:13
            #17 0x10120544 in fuzzer::Fuzzer::RunOne(unsigned char const*, unsigned long) /src/libfuzzer/FuzzerLoop.cpp:492:3
            #18 0x1013ecca in fuzzer::Fuzzer::RunOne(std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > const&) /src/libfuzzer/FuzzerInternal.h:118:41
            #19 0x1011ee3d in fuzzer::Fuzzer::ShuffleAndMinimize(std::__1::vector<std::__1::vector<unsigned char, std::__1::allocator<unsigned char> >, std::__1::allocator<std::__1::vector<unsigned char, std::__1::allocator<unsigned char> > > >*) /src/libfuzzer/FuzzerLoop.cpp:471:30
            #20 0x100d0aea in fuzzer::FuzzerDriver(int*, char***, int (*)(unsigned char const*, unsigned long)) /src/libfuzzer/FuzzerDriver.cpp:533:6
            #21 0x100c38c8 in main /src/libfuzzer/FuzzerMain.cpp:20:10
            #22 0x7fef8459582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
        
        Change-Id: Iaa23f8282a45b7c584410b5e8c7b6e9774a34aaf
        Reviewed-on: https://gerrit.libreoffice.org/32508
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-30  Khaled Hosny  <khaledhosny@eglug.org>  [f2a5e6dc8f9c79b31ca1044fac8caa0130205e3c]

        Get rid of GlyphMetric class
        
        All we need is Rectangle, so lets keep things simple.
        
        Change-Id: I8c47a9159696b52d22c327f257d5e4aa8898d871
        Reviewed-on: https://gerrit.libreoffice.org/32506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-30  Khaled Hosny  <khaledhosny@eglug.org>  [f28d9aaea39f9a2b50c6b9ae36c466771ab72a92]

        Use existing basegfx::fround()
        
        Change-Id: Id3d47212a5efd9367a08b428a39f014819cedf71
        Reviewed-on: https://gerrit.libreoffice.org/32505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-30  Matúš Kukan  <matus.kukan@gmail.com>  [d8a9d483898d94868bc502d52f0fcd166d18959f]

        Workaround strange sw test makefiles
        
        Include ooxmlexport_setup.mk only once in Module_sw.mk,
        so that gbuildtojson can properly set last included
        makefile for test jsons.
        
        Change-Id: Ie8ed3296ae97cf4a33d652599673f389b224993e
        Reviewed-on: https://gerrit.libreoffice.org/32502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bd9009bdadb2a35c0271f7c12384bb96831a9bf3]

        use proper message passing
        
        - also skip extra GetMaster() null-check as it is only used for
          nullchecked dynamic_casts
        
        Change-Id: Iab51a6a3d5e40aa96f8f252d4ef5dce7d805549f
        Reviewed-on: https://gerrit.libreoffice.org/32466
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-30  Matúš Kukan  <matus.kukan@gmail.com>  [d019c7ffa84104fe2583174a6c0a34e68bb4a1d4]

        Fix GbuildToJson for tests: Set source files correctly
        
        Need newline in gb_LinkTarget_add_foo_object.
        With that we can avoid direct gb_Executable_foo and gb_Library_foo.
        
        Change-Id: I1e2b1ef2f2a3e15f4bb81170f23265186ef47733
        Reviewed-on: https://gerrit.libreoffice.org/32503
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-30  Khaled Hosny  <khaledhosny@eglug.org>  [a7c51323b7343f82b5aea6098f5d5e31a8bad0e9]

        Drop check for ancient FontConfig releases
        
        FontConfig 2.4.1 that fixes this bug was released 10 years ago.
        
        Change-Id: Ib0970d3916909fe14eb4e3ed1425f925a13160ad

2016-12-30  Khaled Hosny  <khaledhosny@eglug.org>  [aef0a650d35620692b2451c684d38a2b3fecf5a0]

        Simplify this a bit
        
        The return value from addFontconfigDir() was effectively unused after
        the recent changes in this code.
        
        Change-Id: I99796442fe3bcaf767f3b804afd417b9d043c2a9

2016-12-30  Khaled Hosny  <khaledhosny@eglug.org>  [bd26052f4b07e2fb7aa2a6996cfdb7777134c043]

        Use SAL_INFO
        
        Change-Id: Iac57a7e9afe476fc27eddaf123a3ca4a293a7034

2016-12-29  Stephan Bergmann  <sbergman@redhat.com>  [4323d81598db774050ffc45bfa96803f747b5729]

        Close XConnection when done
        
        Change-Id: Icea70da002f88752603ad21482975d1707d29520

2016-12-29  Caolán McNamara  <caolanm@redhat.com>  [0d60ef79bb06fbabbc4ebbff0d583470f2f582c7]

        Related: ofz#224 wrong way around
        
        Change-Id: I59b1975ed6bdf2b2c51b582db620208e622af654

2016-12-29  Jaskaran Singh  <jvsg1303@gmail.com>  [adc506f22f2a52c120a298d41f697e6d45e1a982]

        Add ExternalDataMapper class and Implement CSVDataProvider::Refresh()
        
        ExternalDataMapper Class binds ScDBData and Dataprovider together
        
        Change-Id: Ie38b76cf0ee5cbbe9b680b7f934b716e36645cfc
        Reviewed-on: https://gerrit.libreoffice.org/32489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-12-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dd286c3874c3afe6bd37b7cd63c9163c172834f8]

        use unique_ptr for xdictionary
        
        default destructors are good enough now
        
        Change-Id: I6d4ab68d2ee527f5f4e5696c3f093dc66cdc5b4c
        Reviewed-on: https://gerrit.libreoffice.org/32492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db1726216ba200c8a55c23a9d8c2ffd2066263a7]

        process all outstanding events before shutdown, tdf#104969, tdf#104286, tdf#104399
        
        Change-Id: Id09c3dfdc94c430d5dcb2aebb017f17db80f17e6
        Reviewed-on: https://gerrit.libreoffice.org/32486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-29  Tor Lillqvist  <tml@collabora.com>  [20528001b5f4a652889860583bbc95861d8f8129]

        Remove unused find_msvs() function
        
        Change-Id: I69bf918036744ad0e9fa6951cef284d1c616d793

2016-12-29  Mike Kaganski  <mike.kaganski@collabora.com>  [fa96ffbc6b51154533557e2b4e03a611ebf09b6c]

        Add support for ETO_PDY in WMF/EMF
        
        Currently it is implemented by making all characters different
        text arrays.
        
        Unit test included.
        
        Change-Id: I850bf192cf5d978a126d3f37b1084021d37bdf30
        Reviewed-on: https://gerrit.libreoffice.org/32490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-29  Tor Lillqvist  <tml@collabora.com>  [767ec2f138d824b6b51eef73ac9b7d2b193a1e98]

        Typo
        
        Change-Id: I303e993429e40147579c77623b554ef10d87dbfb

2016-12-29  Justin Luth  <justin_luth@sil.org>  [87fce022c65c1d2aed1ca59967137d77d936043c]

        SD SlsClipboard: cleanup and preparation for tdf64588
        
        Isolating the patch itself from reorganization/optimization
        of variables. No logic change intended.
        
        Change-Id: I9e9008d57b4948372af138fb47224ebcf9c48ceb
        Reviewed-on: https://gerrit.libreoffice.org/32480
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-29  Huzaifa Iftikhar  <huzaifa3196@gmail.com>  [d339feac2a4344aae4952890f0b608e24b177b63]

        tdf#87605 Added term 'Gerrit' to technical dictionary.
        
        Change-Id: I1c296a00acd91e5da49953e5adb250497ff0e520
        Reviewed-on: https://gerrit.libreoffice.org/32433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-12-29  Jaskaran Singh  <jvsg1303@gmail.com>  [b9e903b31440176eea1a9b3ffaf34533f2df3756]

        Make these functions public
        
        That existing piece of code had been written by me but there's no
        reason for those functions to be private atleast I don't remember
        why I did that. Hence the change.
        
        Change-Id: I2168370d72d822bb8b8425cef78cd11360014971
        Reviewed-on: https://gerrit.libreoffice.org/32482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-12-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [657ec16557f374d05ddc298b3de4baca7ba283ce]

        add a crashreporter entry when we start the shutdown
        
        This will help us identify shutdown related crashes.
        
        Change-Id: Id09c3dfdc94c430d5dcb2aebb017f17db80f17e5
        Reviewed-on: https://gerrit.libreoffice.org/32485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b3f5a9c939c6976f6cf58bf0acfce3b8d8ae793]

        fix indentation
        
        Change-Id: I37c3864ad3c7293f46190d6492a47f640e0dcb81
        Reviewed-on: https://gerrit.libreoffice.org/32484
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [61e62c2756eef3cab5d223db4abb084c1571251c]

        add NEGBINOM.DIST test case
        
        Change-Id: Ice72e8603104bf40a39db537d39f33e314ac4219
        Reviewed-on: https://gerrit.libreoffice.org/32251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-28  Andras Timar  <andras.timar@collabora.com>  [6c2b8cb5b136b63b3ea295528b845d37b5dd9000]

        Updated core Project: dictionaries  639505f3ef841742919dd7eba5d55efa3535f529
        
        tdf#97349: typo fixes in control words
        
        Change-Id: I4896dd4084582e893914f09e730a2dd7d5a08acd
        Reviewed-on: https://gerrit.libreoffice.org/32475
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-28  G_Zoltan  <zolicsaba@yahoo.com>  [aa0cacbbc5c582722962b140640bba8c6c745e8f]

        tdf#89329 pImpl changed to unique_ptr
        
        In dbtree.cxx and dbtree.hxx manual allocated pImpl is changed to
        std::unique_ptr.
        
        Change-Id: I19e76147f79733139c2535269431eeb94f85f557
        Reviewed-on: https://gerrit.libreoffice.org/32463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-28  Andras Timar  <andras.timar@collabora.com>  [54d07bdc22067cead094b994491e5c57e1591d76]

        tdf#104539 dir attribute of outerShdw has to be non-negative
        
        Change-Id: Ic6f1c8555eb8d137ced2f4e87baa866df84c69ac
        Reviewed-on: https://gerrit.libreoffice.org/32467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-12-28  Olivier  <olivier.hallot@libreoffice.org>  [8d5d74f585555e4c00da9f7c7616f321dac12f22]

        Updated core Project: help  716c3d6f852f76806b09c7b53d5358d9b3a2849e
        
        Fix typos in help pages
        
        Typos found by translators in help pages.
        
        Change-Id: Iecaf0d7d4e1c1f1f184cdad9f9c0b5ea42795c8e
        Reviewed-on: https://gerrit.libreoffice.org/32468
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-28  abdulwd  <abdulwd97@gmail.com>  [47f338c1cfca96db8f0384c3498755c4cd6ff2c4]

        tdf#99589 tolower changed to rtl::toAsciiLowerCase
        
        /home/abdul/libreoffice/setup_native/source/win32/wintools/msimsp/msimsp.c modified
        
        Change-Id: Ia7e111d0920ef7f456bc6f5f6536253da3842ccf
        Reviewed-on: https://gerrit.libreoffice.org/32462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c4fb40ef44a6ea25e04d63b6cfcd8e2b4931523c]

        add TRIM test case
        
        Change-Id: I360e0599c357bf61df1a8562c2b62f98e1bf0a7e
        Reviewed-on: https://gerrit.libreoffice.org/32389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [95d47fbf4110a81af9776edc6da387d9189abfa4]

        starmath: SmCaretPos's index must be non-negative
        
        Change-Id: I69a2fc0c9ccaa76a0d93127ac6a1544fe9924605
        Reviewed-on: https://gerrit.libreoffice.org/32444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-27  Olivier  <olivier.hallot@libreoffice.org>  [e899b893434deec1e5f2196654277de8f70d5ef2]

        Updated core Project: help  f2d16dc7c431530719b535d8b86fffc00362d990
        
        Fix syntax of example in 03104300.xhp
        
        A function result is allways assigned to a variable
        
        Change-Id: Id422f9018cacca1eb2022c03568d8aad9edfe8fd
        Reviewed-on: https://gerrit.libreoffice.org/32461
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-27  Caolán McNamara  <caolanm@redhat.com>  [e043c1c93faf5c334280c71138b9324af741a5a7]

        shuffle for coverity#1394416
        
        Change-Id: I5917aa91021a8ddbb14ac7ccee1ba06ab6a514ab

2016-12-27  Caolán McNamara  <caolanm@redhat.com>  [6f4d538ede236a578de4f9427821c1aed7cd1d45]

        this can be local
        
        Change-Id: I8084e8c33a930f13cf7f1212a086a9f1ad1bdfb4

2016-12-27  Damjan Jovanovic  <damjan@apache.org>  [4550d0f96435051156d17b7c31b02b22d269fd08]

        DirectShow moved from DirectX to the Windows API
        
        at least 10 years ago, so don't require DirectX
        to build the avmediawin library which uses DirectShow.
        
        Patch by: me
        
        (cherry picked from commit 8a8dd41ed0bc8c9ecf1faa27761a56b5a8fedcc2)
        
        Change-Id: I10926cb3c34bf3986c0341c1151360f1dfd5a21e
        Reviewed-on: https://gerrit.libreoffice.org/32411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-27  Giovanni Caligaris  <giovannicaligaris@gmail.com>  [3910364daa0706b2648b9feaf759dcaac83e2bb5]

        Updated core Project: dictionaries  4ca949b4cb3b783ea30a266f03e35f72069b296e
        
        Guarani spell checker and thesaurus.
        
        Added spell-checker files aff/dic
        
        Change-Id: I425f119558926a3fa71c5b27f4488ce4076d4407
        Signed-off-by: Olivier Hallot <ohallot@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/31904
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-27  Gabor Kelemen  <kelemeng@gnome.hu>  [8456e2a8e624fb2a322541786cb8bcb1a50f371c]

        Updated core Project: help  1125573f063f864fb7439a82fc71288dcc6d8466
        
        tdf#104404 Fix bookmarks and ahelps on the Extension Manager page
        
        Change-Id: Ib98c37d3b2ca464fb8e5e58eadadcc1d333d4545
        Reviewed-on: https://gerrit.libreoffice.org/32446
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-27  abdulwd  <abdulwd97@gmail.com>  [e61fe745d12055ee3915a957714772eeb46fdcd3]

        tdf#97228 Move include file include/vcl/BitmapProcessor.hxx to vcl/inc/
        
        Adapt users, all in vcl, accordingly.
        
        Change-Id: I4531840091da73fa8fc29175407fa8a737deac18
        Reviewed-on: https://gerrit.libreoffice.org/32442
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-12-27  jan Iversen  <jani@documentfoundation.org>  [ae02f60cc0fb8a44addcc95d50142a57d3b8a48e]

        make the gbuildtojson output debugable.
        
        Added a NEWLINE after each JSON variable, this makes the files
        easier readable and has no impact on performance.
        
        Change-Id: I5610c79ba74d6d34b7c4bacd0ba8626d37cb4e70

2016-12-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [702c8c59a5d5dfe839a44da511971470354e2a41]

        add NORMINV test case; move tests to new directory
        
        Change-Id: Ifb6d39411617b20c754baa9b5f3ebf78673a0819
        Reviewed-on: https://gerrit.libreoffice.org/32133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-27  Mike Kaganski  <mike.kaganski@collabora.com>  [3fe6703ac30177a939839a70e650eb344c8a9abc]

        tdf#39894: Metafile: use distance from last char cell to next
        
        The optional Dx array of WMF's META_EXTTEXTOUT (and its EMF
        counterpart) define not only spacing between char cells of this
        record, but also of spacing to first char cell of next text
        (if TA_UPDATECP is set). Additionally, both WMF and EMF EXTTEXTOUT
        records define not only X spacing, but also Y (if ETO_PDY is set
        in its options).
        
        Unit test is included.
        
        Change-Id: I45ed872210c81b3050ba65d68145b64861bfec22
        Reviewed-on: https://gerrit.libreoffice.org/32436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d0288a482a3dc0f50f535565e4c66a95bb140942]

        Updated core Project: help  bbbf563e07835cd3e09af87b4aa7673664af7eda
        
        Wrong term: “submenu” → “context menu”
        
        Change-Id: I5345e2dd4126734bb8add69d13be28b5730b3770
        

2016-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb1880369989b54bcb5225d726f53c31279fd2e7]

        fix the egl check again in the internal epoxy case
        
        Change-Id: Ie580b13579fdb71bd8898ae59b915b3842ef8aab
        Reviewed-on: https://gerrit.libreoffice.org/32434
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5c898484f10458ef14735716ffe28da525c9b56d]

        add TEXTJOIN test case
        
        Change-Id: Ia1541679634aa58682837e750def3891b8dbdf77
        Reviewed-on: https://gerrit.libreoffice.org/32388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-26  Andras Timar  <andras.timar@collabora.com>  [051e6d6463f84ce34e7d298df0885aed3ec5ebf5]

        Updated core Project: help  10615e70c4077eeb01e3f5627ad0f9d808a5d480
        
        Wikihelp converter cannot handle switch in switch
        
        Change-Id: I18ffb8a5ec7421431088fe094b541571ffccd1fc
        Reviewed-on: https://gerrit.libreoffice.org/32438
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-26  Andras Timar  <andras.timar@collabora.com>  [6de66d56bd97a8ac8fadbafa82392446a96cc9d9]

        Updated core Project: help  8c39d43f9a9f00e8990d7d9ed52dd0a7e36555b9
        
        Fix validation errors against xmlhelp.dtd
        
        Change-Id: I453fb62f45b445b360d4722db83023a633053fb8
        Reviewed-on: https://gerrit.libreoffice.org/32437
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [833e6ca9d284bca536d09f6a30b1a8cfbb1c86d8]

        use std::vector instead of naked array in SfxItemPool
        
        Change-Id: I2d4ac010ff5818e673567cee05700872588918e4
        Reviewed-on: https://gerrit.libreoffice.org/32384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d6a7f7fe98af19b43d8e82555a10bf1e835d0533]

        starmath: Prefix n to SmCaretPos's Index
        
        Change-Id: Ie1647d8143c4c38ebcf5111bffc291c26704c4c0
        Reviewed-on: https://gerrit.libreoffice.org/32428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fd3d7a1f2c5bc817fd2473c71df1e6d1801dda99]

        add TEXT test case
        
        Change-Id: I482e1a0f277efff47c4a86ca57c8880abd1e1a9e
        Reviewed-on: https://gerrit.libreoffice.org/32387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c61981c19335d6a75bf16e1653a2e8bbae81b14d]

        use the existing namespace map for the oox namespace export
        
        Change-Id: I7909b08db556c6c65c1547303f2b899c30feaba4
        Reviewed-on: https://gerrit.libreoffice.org/32425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ba8da916429ca768989cb1046df9b28ff52ec37]

        use uniform initializer syntax to simplify code
        
        Change-Id: I617c63c16cc2ba06f88d7101716ab05daf4b30a4
        Reviewed-on: https://gerrit.libreoffice.org/32423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66eb739e9a59ed2b96d808115c568172b8488144]

        OSL_ENSURE -> SAL_WARN_IF in oox relationship code
        
        Change-Id: Iac742e253c1f96a412a803025bb89578f8d96018
        Reviewed-on: https://gerrit.libreoffice.org/32424
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-25  Olivier  <olivier.hallot@libreoffice.org>  [66ecc44c0a8a510b1c4f61776608123e4fe24e9a]

        Updated core Project: help  b6d54386f19adf3a6a967ae6e24a06f5473a8dca
        
        HC3 tweaks
        
        1) Add level to embedded headings
        2) Add id= to paragraphs and headings
        
        Change-Id: Id6ba1fe6518295e08f99bb1f28cf59c9893d8ddd
        Reviewed-on: https://gerrit.libreoffice.org/32426
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-25  jan Iversen  <jani@documentfoundation.org>  [13d9f5cfc31d8eb01206d39361c55b9784da8acd]

        update to make cppunit load in xcode
        
        cppunit was unknown product type, assigned it
        
        Change-Id: I39a08f52cd07c06fc77fc4ac6dc4ecfb167a86ae

2016-12-25  jan Iversen  <jani@documentfoundation.org>  [535a677c1defdc6f5d575ced2161464034634bad]

        update to prepare for multiple modules.
        
        module filter name changes from source
        to module name.
        
        Change-Id: I979b3ca7f86bad70d0812207b3eccbed20499a08

2016-12-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [17ce9a2578dd49ae743d86a0639ea0e9956bbc17]

        remove unneeded static_casts
        
        found thanks to old comment
        
        Change-Id: I9dbdd8c2f17243ce0d89468c18abd852c0e5eb78
        Reviewed-on: https://gerrit.libreoffice.org/32420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-25  jan Iversen  <jani@documentfoundation.org>  [850e89adada534cb8a88b997fbe1f39c5303522f]

        update to make xcode load on sierra.
        
        This update enables xcode 10.12 to open most projects
        
        This is a pure expansion/correction of the current xcode-ide-integration.
        
        When opening there are currently warnings.
        
        Change-Id: Ibd0cebe1713dd74b2747aff039f094367a340a5f

2016-12-25  jan Iversen  <jani@documentfoundation.org>  [bfbc5e539ff3e20473879cf57244befc0256f543]

        pyuno osx Sierra problem.
        
        On a fresh installed Sierra pyuno fails to build due to a py_UNICODE
        conversion problem.
        
        Py_UNICODE expand to "unsigned short", and OUString expect a form of sal_UNICODE
        The hack was done locally and not generally expand OUString functionality.
        
        Change-Id: Ib7834c423c1c5cd9cd1e8d1ed8393e80bf8a5e5d

2016-12-25  Andras Timar  <andras.timar@collabora.com>  [74fdcfdfd30460f6e15461ed94ff7b14f6d432b3]

        tdf#104914 make 'Toolbar Layout' submenu items localizable
        
        Change-Id: Ic77131063fd52ecf809c5b7b76e5bb5e57b00c59
        Reviewed-on: https://gerrit.libreoffice.org/32416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-12-25  Khaled Hosny  <khaledhosny@eglug.org>  [23b92427e3c77fa8d04679ddcaf2dbd3e3580c5d]

        Enable “complex text layout” by default
        
        All this does is enable some UI elements, like setting paragraph
        direction or selecting “CTL” fonts. Some of these UI elements are required
        for editing RTL documents and it makes no sense to hide them by default
        and then rely on some heuristic to guess if the user might need them
        (which fails half of the time).
        
        Hopefully this will also help not overlooking these elements in the new
        UI experiments (like how the sidebar missed the paragraph direction
        settings for few releases making it rather useless for RTL documents).
        
        I suppose we should do the same for “Asian” support, but I don’t know
        much about how this is used so will not touch it for now.
        
        And the heuristic can go since this is now is enabled by default. If
        someone wants to disable this, we shouldn’t second guess him.
        
        Change-Id: Idae72d91d422ac8d18875d87dc66ab4921956fe6
        Reviewed-on: https://gerrit.libreoffice.org/32356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [753d55f816161d1016fd3e4b7e65bd4b10a2a9a8]

        inline macro
        
        Change-Id: I138989cf94f4a621af284999b58809c7f1bd0f8b
        Reviewed-on: https://gerrit.libreoffice.org/32410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-25  Matúš Kukan  <matus.kukan@gmail.com>  [98c0a80a1c1522a74a8b82d2e876d0d30de2dcb7]

        scp2: Bin not used defines
        
        Change-Id: I4d2fe64fb8635bb87c9eb3b3f5b98227811cea03

2016-12-25  Matúš Kukan  <matus.kukan@gmail.com>  [7b340f0d88e32408c4dd797aba826c73caccc01d]

        tdf#90753: AutoInstall libreofficekit_selectionhandles package
        
        Change-Id: I9998f3dcd6725a49aa2c083eac0de1f970b167e0

2016-12-25  abdulwd  <abdulwd97@gmail.com>  [8987e91843392f225f97150b066b4415bbe525a8]

        tdf#39674 Translated German to English
        
        Rename variable from fZins to fInterest in /home/abdul/libreoffice/sc/source/core/inc/interpre.hxx
        
        Change-Id: Ie4c61d9e13f6b8616f11d43dc40f93ebfced7275
        Reviewed-on: https://gerrit.libreoffice.org/32412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-25  tamsil1amani3  <tamsajama@gmail.com>  [7a07610588893a2061eaafead36cdd8eabb2b52b]

        tdf#95416 Fix include file
        
        Moved elements.hxx and fwkutil.hxx to jvmfwk/inc and changed the #include line in vendorplugin.hxx
        
        Change-Id: Ida7395e952c482af92c0561a7756be7cd0578b9f
        Reviewed-on: https://gerrit.libreoffice.org/32415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-25  tamsil1amani3  <tamsajama@gmail.com>  [452b8334e60082c113809f90fd59967ac9c471a2]

        tdf#39674 Converted terms from German to English
        
        Renamed variable fSchaetwert -> fEstimated
        
        Change-Id: Ia02c5c58149191286ec7dda2ad4ac2032aa4124a
        Reviewed-on: https://gerrit.libreoffice.org/32414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-25  tamsil1amani3  <tamsajama@gmail.com>  [10ef8042eb6c5ae75ea78688eb4289c74835d308]

        tdf#87605 Update technical dictionary
        
        Added new technical terms in extras/source/wordbook/technical.dic
        
        Change-Id: I3144c959b04335e69cd3ad9780b6cc11eb0ab0d9
        Reviewed-on: https://gerrit.libreoffice.org/32347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-25  Khaled Hosny  <khaledhosny@eglug.org>  [466e59d015826c0b60b1e4d3811192c39f9d191d]

        Remove another user-visible “CTL”
        
        What is the point of the acronym right after the expanded text? It is
        not like the UI is an article in some scientific journal.
        
        Change-Id: I3abcfb3fa8431e6c5b17309bf8b1677ca97eaedf
        Reviewed-on: https://gerrit.libreoffice.org/32346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-25  Khaled Hosny  <khaledhosny@eglug.org>  [f16d17df9d33ad96d053abe2d9212b0c2850c19f]

        Make sure we use bundled metric-compatible fonts
        
        We were relying on FontConfig knowing about these replacements, but this
        does not work on Mac and might not even work on Linux if FontConfig is
        not configured to know these replacements. Since we bundle these fonts,
        we better making sure they end up being used.
        
        Change-Id: I26e72e8d1e5c902132e1260791e20017a92a5475
        Reviewed-on: https://gerrit.libreoffice.org/32299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [85a621be87c88d8c317eb0fa296ae64f2b3253a5]

        move handling of pWW8AnchorConvHint from SwDrawContact to SwContact
        
        ... as the old code did not limit itself to SwDrawContacts either
        
        (possibly fixing regressions from d2be1f90faa64cbbfe789eb62370555eb5400ae3)
        
        Change-Id: Ia821a025979d7eb2b5e244802c708a42ab1256ed
        Reviewed-on: https://gerrit.libreoffice.org/32393
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [85a1dda8ef9d5970adf881dca2bf9d1a652f7245]

        uitest: write a helper method for selecting based on position
        
        Change-Id: Ia7c4450f83a5a7cebd9d518c9ccac1ce07045570
        Reviewed-on: https://gerrit.libreoffice.org/32407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57e785e1cf52e422ac60cb259a2f53b696d3c4cc]

        uitest: add a helper method for typing text
        
        Change-Id: If450e3f0ff1e2a8f33db05e9512a13e5771115a8
        Reviewed-on: https://gerrit.libreoffice.org/32406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-24  Caolán McNamara  <caolanm@redhat.com>  [2dc821572e23dd0ac553e49244179e1e19d0df37]

        HasImageAtPos takes an id not a pos
        
        so rename it
        
        Change-Id: Id83a11d31d1d51f414e6a98ebb71a227c7fe448f

2016-12-24  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [40578897d39c4eb0b528cff04ce82f5becbecc3f]

        basic: cleanup test_*_methods
        
        cleanup
        remove duplicate test with other tests
        
        Change-Id: I4c82ad9f226f25080199ac0dc3815492fc4c265a
        Reviewed-on: https://gerrit.libreoffice.org/31860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-12-24  Caolán McNamara  <caolanm@redhat.com>  [3c96a9c431cda4c3a5b76277c3081f1a2e1786f2]

        unused Image in framework, luckily because uses GetImage on pos not id
        
        Change-Id: I97dab3bc1025cd4804910c228235b49216f3afe7

2016-12-24  Gabor Kelemen  <kelemeng@gnome.hu>  [e1da65d6713bea42a620494ceef33f8404ccc3d8]

        Updated core Project: help  6f19c099aa6852d0ec0570d9f56281e7f7032f81
        
        Add script to check for broken image references
        
        Such may appear if images are moved around in the
        icon theme directories or between the icon themes
        and the helpcontent2 repo.
        Simple typos are also possible.
        
        Change-Id: Iafee73efe9776ebf8ae74919c90644570593d94e
        Reviewed-on: https://gerrit.libreoffice.org/32264
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-24  Caolán McNamara  <caolanm@redhat.com>  [c0c6aac4c84521379a155bbe3bf24b674cfb7009]

        fix some whitespace formattting
        
        Change-Id: I5b89aa3dbaab81df0c092fb64d2a26410390cefc

2016-12-24  Damjan Jovanovic  <damjan@apache.org>  [1307212b87194f5c18eae0517f0dc4fcb0833e33]

        Fix some comment typos.
        
        Patch by: me
        
        (cherry picked from commit 7ac035b2ddf9275085c30d1048bec7da160158f0)
        
        Change-Id: Ic5fa1abe69fbf5f656e79fcd5e17ea5f84208ae6

2016-12-24  Caolán McNamara  <caolanm@redhat.com>  [ab72a07f1a1213bf6f9515058865fb898ff7bf24]

        unwind RID_TOOLBAR_IMGLIST and RID_TOOLBAR_BIGIMGLIST ImageLists
        
        Change-Id: Iae7ffce940f90e48dfb95b33abab35ca03a6b305

2016-12-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b44628b1e88f8b4fdecb928ed3d0dbd17e3b1841]

        move the OpenCL test to subsequentcheck
        
        Based on ESC discussion around stability of tests.
        
        Change-Id: I1c6d84c91c1f85435771013b028cb3aa65a347fc
        Reviewed-on: https://gerrit.libreoffice.org/32408
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4280607328c1c46b566719212ae3f802d511493b]

        kill FindContactObject and adapt FindSdrObject
        
        - the latter is cheating for now, the FrameFormat should really actively bookkeep
          those
        
        Change-Id: Icf64256ba5277dc4d1ec9ac8858bdc014b3f95f5
        Reviewed-on: https://gerrit.libreoffice.org/32392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [09a0a1d760c9786c0cfb0911244892538838a284]

        use proper message passing
        
        Change-Id: I00b0446b1e5a1226566f4520ea45773251d61265
        Reviewed-on: https://gerrit.libreoffice.org/32391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-24  Justin Luth  <justin_luth@sil.org>  [604cf7024fce29143150ab77b2f14b59a45e61eb]

        tdf#81263 ww8par6: only use valid sal_uInt16 values for ULSpace
        
        VerticalOrient position returns a signed SwTwips number,
        but ULSpace uses unsigned int16, so negative numbers
        were creating huge margins.
        
        fixes commit 3755c87d0426a499d4755e82d8fbc77caa240764
        
        Change-Id: I23daea9a913ef73efc42a65e0adfc393eaf4e775
        Reviewed-on: https://gerrit.libreoffice.org/32400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-24  Julien Nabet  <serval2412@yahoo.fr>  [79995e832d10721422c4dfe0ff394d6efb11f367]

        Typo: scalePrecentage->scalePercentage
        
        Change-Id: If30285545c396425dafef68e388f9e8302b43199
        Reviewed-on: https://gerrit.libreoffice.org/32390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-24  Mert Tumer  <merttumer@outlook.com>  [45f75e2909ccf47c8615b5adf1bfda4cd6247879]

        tdf#104856 - Fix for closing the document without asking for saving
        
        Change-Id: I37b6fbf2639439a57c6d162b7817d009d1d49023
        Reviewed-on: https://gerrit.libreoffice.org/32332
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-24  abdulwd  <abdulwd97@gmail.com>  [1c6993e6d7d04c42c6bd48da6afb6305eb608c11]

        tdf#70998 Change from picture to image
        
        Change from 'picture' to 'image' in sw/source/core/undo
        
        Change-Id: I075bb426b13023f35ccda1d8b8ade872a52c3d61
        Reviewed-on: https://gerrit.libreoffice.org/32354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-24  tamsil1amani3  <tamsajama@gmail.com>  [a2a605d864417209f3bfacc858fe9107a1e48531]

        tdf#70998 Text change: graphics/picture to image
        
        Changed files: sd/source/ui/app/strings.src
                       svx/source/svdraw/svdstr.src
        
        Change-Id: I380f2c568120cdef2be7a5203307d5cda8b65530
        Reviewed-on: https://gerrit.libreoffice.org/32337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-24  abdulwd  <abdulwd97@gmail.com>  [1597730ac12e39d98c556bb5fe4be4c0b61b0567]

        tdf#87605 Added 'ANSI' to technical dictionary
        
        Updated the technical dictionary at extras/source/workbook/technical.dic
        
        Change-Id: Iadd62acf24cbec3ec7782e4d31f14297d8702bbb
        Reviewed-on: https://gerrit.libreoffice.org/32383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [b09035675465b156d773e60d6c6650fa12d17766]

        tdf#90753: AutoInstall shell_senddoc package
        
        Change-Id: I6cc638c460a8baa2cd9d29c3b82418b6ecfb630d
        Reviewed-on: https://gerrit.libreoffice.org/32397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [120a87a36e04b01c99c3544aca57faf66934d9c7]

        tdf#90753: AutoInstall xpdfimport_err.pdf as filelist
        
        Change-Id: Icfebcbf3cb738cb376a5ee97cd21a27a25c0bf35
        Reviewed-on: https://gerrit.libreoffice.org/32396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [5662817149e3eed0a592c389042d9c3755629614]

        tdf#90753: AutoInstall postgresql-sdbc.ini as filelist
        
        Change-Id: I908b549a14c702ce2c33de704b06d016036ccecb
        Reviewed-on: https://gerrit.libreoffice.org/32394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-24  Mark Hung  <marklh9@gmail.com>  [f05714c3527635bd78bf7ded7b7a160dbe3b4685]

        tdf#101729 add test case to make sure that the text is inside the cell.
        
        Change-Id: Icffbf20f7bbca3d645a769cc294a3fd7acb51d97
        Reviewed-on: https://gerrit.libreoffice.org/31870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-12-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [96b95f5010be090ebae6f755d4d3891a2334332c]

        tdf#103626 don't scale application icon to prevent a start-up loop
        
        Change-Id: I2e65ba16d93167dc4abb029c7e941e91be9a62ab
        Reviewed-on: https://gerrit.libreoffice.org/32382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-23  Caolán McNamara  <caolanm@redhat.com>  [995dca083778c9bd76f34f48134bb347f99de9b2]

        remove unused ImageList member
        
        since
        
        commit 284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222
        Author: Noel Grandin <noelgrandin@gmail.com>
        Date:   Sat May 28 14:38:03 2016 +0200
        
            Convert RSC_TOOLBOX to scoped enum
        
            and drop unused (in .src files) constants
        
        Change-Id: I0e05389e1bbd5f74ff3b3cd9f1f16cfd54b992c2

2016-12-23  Caolán McNamara  <caolanm@redhat.com>  [f37042f0f27f9e0ac73d1ae16c8ad35d68855eb5]

        remove unused ImageLists
        
        since...
        
        commit 0dc13e9c06bf5bc188b427f0760d0dc2eee8f75e
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jun 10 12:32:03 2014 +0100
        
            tweak things to allow switching between small and large toolbar icons
        
        Change-Id: I3e1821297c5f7ea1a00356e51167d75265462ee7

2016-12-23  Caolán McNamara  <caolanm@redhat.com>  [7a339a03d2dbdd84fdc2b583b2c52a7f2f477589]

        unwind AVMEDIA_IMGLST/AVMEDIA_IMGLST_L ImageLists
        
        Change-Id: Idf115c12c5da138141010673ed2bf0525aec6aaa

2016-12-23  Caolán McNamara  <caolanm@redhat.com>  [3cbe00474c373f21b5793915c4919e5c277d2c01]

        Related: ofz#318 limit bitmap max to SAL_MAX_INT32
        
        Change-Id: Iae8a0782e5c306f619e0d94a60dfa0d7c00ec54e

2016-12-23  Krunoslav Šebetić  <kruno.se@gmx.com>  [036c1f445a307b464f743b35cda19827ea16d6f8]

        Update of autocorrection rules, especially WordExceptList.xml
        
        Change-Id: Ib82b63acca23bec06ea4d8b11ec2ae49a985d745
        Reviewed-on: https://gerrit.libreoffice.org/31707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kruno <kruno.se@gmx.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-23  giacco  <filippo.giacche@gmail.com>  [5f116966de4c0d007c2a420b7adc74d72e728b89]

        tdf#87700 command to rotate 180 degrees
        
        added command to rotate an image 180 degrees in Writer
        
        Change-Id: I4a1e40f4c3475aceb24edd44691a74372f61b49a
        Reviewed-on: https://gerrit.libreoffice.org/30074
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-23  Huzaifa Iftikhar  <huzaifa3196@gmail.com>  [5c983bc2ab020b0dbbd8f58e66b9a6fd8508bfde]

        tdf#70998 Change word "Graphic(s)" to "Image(s)"
        
        There was an error in the previous patch inside the file embeddedobjectcontainer.cxx
        This is fixed in this patch.
        
        Change-Id: I01c9e254e58e1683a8e6e9a0bcff3c4663bf32e0
        Reviewed-on: https://gerrit.libreoffice.org/32353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-23  Caolán McNamara  <caolanm@redhat.com>  [218179ddbffbc4d4a1e96dfaeebca19cffda5f9c]

        unroll code for early returns, no logic changed intended
        
        Change-Id: Ic1cc63a5fe3ad2c949f91c395c00f5f99bd7602a

2016-12-23  Khaled Hosny  <khaledhosny@eglug.org>  [6aa482428ec301cfe45672d38b038fc92de7c4a7]

        Make these SAL_INFO’s a bit more useful
        
        Use the same log area used in other printing code instead of the overly
        broad “vcl” one.
        
        Change-Id: Ie42f10597ae9aa7ee50dba2674c68842710ab360
        Reviewed-on: https://gerrit.libreoffice.org/32386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-23  Stephan Bergmann  <sbergman@redhat.com>  [76572352dde4742bce3678857da239ae2077ed0f]

        Close ScDocSh when done
        
        Change-Id: I5ea07120a77baf71aa9700dd526b05bb9b91f34a

2016-12-23  Stephan Bergmann  <sbergman@redhat.com>  [b4d47ba99526512814f5a5f3c53d980291b1992d]

        Close ScDocSh when done
        
        Change-Id: I7b036fca1d595bb2dadcc488a534cbf28ecd345b

2016-12-23  Federico Bassini  <kurogan21@gmail.com>  [b6aad6de12df9534e82f5a8ef8184cac77e5c6b4]

        tdf#101442 - "hyperlink" to "link"
        
        changing other words "hyperlink" to "link!"
        
        Change-Id: I29d97bab7844183759bc34624a14c0216258ad8b

2016-12-23  jan Iversen  <jani@documentfoundation.org>  [37907576d81dae2e1d31e4391cf15f6b1ad3b0dd]

        First attempt to make xcode project work again.
        
        There are still a problem with references, but committing this part, since
        it is controlled, and before conflicting with other changes.
        
        Change-Id: I6a7551bfbb44edc5876e5432ca04bfd595cb3fab

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b55d7e0fe9ec14cf889201ef3d9fc71f1cf7df4]

        merge IScript with NewStyleUNOScript
        
        Change-Id: Iae70d0780678eb8df8a9e57fce5fc2f6c5ed427e
        Reviewed-on: https://gerrit.libreoffice.org/32375
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [cfcbbfaeb4cfee5ffeb968dc21d1c266a870d89f]

        remove unnecessary casting in BrowseBox::pDataWin member
        
        Change-Id: I1187691c19808c53ff3839cfd8892ab06d36053e
        Reviewed-on: https://gerrit.libreoffice.org/32381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-23  Stephan Bergmann  <sbergman@redhat.com>  [0c267bbc2c023ba5c0c905c91c3324aab6ce00cb]

        Close ScDocSh when done
        
        Change-Id: Ic98999566da306f7cf5da81f8e7809ec36729513

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [c4c23515d6f94f5d06215a9b0f9ca605655e3497]

        merge svx::sidebar::BulletsSettings with svx::sidebar::BulletsSettings_Impl
        
        Change-Id: I7cf6bb4cf3aa532718753904c2100882b0df6775
        Reviewed-on: https://gerrit.libreoffice.org/32373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [b641929e69aa5917536fad72644d0da4d67f8adc]

        merge StringNode with RscDefine
        
        Change-Id: Ia64b7419ccbb06ff55907717963864caef2023a8
        Reviewed-on: https://gerrit.libreoffice.org/32374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-23  Matúš Kukan  <matus.kukan@gmail.com>  [597d178c2b516ab0cff4e4f86246d47ce9700f18]

        tdf#97283: Merge sal rtl tests to one makefile
        
        Change-Id: I1b78276e08feef9b6f49e5abe002391c50a8d2cc
        Reviewed-on: https://gerrit.libreoffice.org/32143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-23  Matúš Kukan  <matus.kukan@gmail.com>  [8e743e46781b252f41227d809dec43d3c4c1d01f]

        tdf#97283: Merge sal osl tests to one makefile
        
        Leave sal_osl_security alone because
        it does not use CPPUNIT_PLUGIN_IMPLEMENT.
        
        Change-Id: Iced8bb80c3ae661d371c087d7178a373ffd802e0
        Reviewed-on: https://gerrit.libreoffice.org/32142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-12-23  Julien Nabet  <serval2412@yahoo.fr>  [dbc3cfb011f3bbbc0d95acc362dc7aa5bca6e831]

        tdf#104858: fix typo
        
        Thank you to himajin100000@gmail.com for having noticed this.
        
        Change-Id: I81da0d4fc91faf95f4f5257d5834a9fdfd2618f7
        Reviewed-on: https://gerrit.libreoffice.org/32378
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-23  Gabor Kelemen  <kelemeng@gnome.hu>  [9fd4a1d37cd89c11a9683a74504b41f4c7ad5a13]

        Updated core Project: help  447e7d65d59935724657e59b7f9f8bf312c6dce8
        
        Update Area tab page and Area dialog help pages
        
        - Add distinctive titles
        - Remove embeds from the Area dialogs page to subpages now on the tab
        - Update text and UI connections on the Area tabpage
          Add links to subpages
        - Still left: move out help text of .uno:FillStyle
        
        Change-Id: If6561f0d348997263ad71170ef58691e751605a3
        Reviewed-on: https://gerrit.libreoffice.org/32263
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-23  Gabor Kelemen  <kelemeng@gnome.hu>  [9606d112495e25782fa0e7b37d1309fe95740ece]

        Updated core Project: help  70274981c0428b95e2868660f7b8d387048ef2ba
        
        tdf#60873 Link Protect Sheet dialog to its own help page
        
        Instead of Protecting Cells from Changes.
        Create a link to the Password page too.
        TODO: Update formatting of all those tips, they look terrible
        
        Change-Id: I345bcfd315680b5ad4fdf71dcc04085ef438ad13
        Reviewed-on: https://gerrit.libreoffice.org/32360
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-23  Gabor Kelemen  <kelemeng@gnome.hu>  [7ba2d4da7b48a1eab03717069a53ece0263f5da0]

        Updated core Project: help  f7d6c59b0ef6b01ea2d4b155d071f6b3617cd15f
        
        Fix ahelp hids in the Gallery and Styles and Formatting sidebars
        
        Change-Id: I1449abab18c98ffc8b200cdb1ee29ab6a56df33c
        Reviewed-on: https://gerrit.libreoffice.org/32355
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-23  Gabor Kelemen  <kelemeng@gnome.hu>  [ae5113197e55dc992bdc2dbbbdff13d9a6970689]

        Updated core Project: help  f71f2e44e8dbd9b026755152568e7c0f32f47fe9
        
        tdf#76488 (partial) Reconnect the script organizer dialog and UI
        
        Change-Id: I96a6cb57f47dca1b91b8d107adf0c34bd77845b0
        Reviewed-on: https://gerrit.libreoffice.org/32317
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-23  Mike Kaganski  <mike.kaganski@collabora.com>  [9d80d0199a0257124dd66e742766eff38087484d]

        ImplHandliKey: remove redundant NotifyEvents
        
        Change-Id: I7c53b3428d035c36c0f83317b8f9185192ac001a
        Reviewed-on: https://gerrit.libreoffice.org/32372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c1a6138e412d8dd19d0b000b84f5426f73d04b1]

        prefix SwFlyCntPortion member var names
        
        Change-Id: Ia46b4a4f869390f452f565cf9a8f5d94bcf79ca7
        Reviewed-on: https://gerrit.libreoffice.org/32320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c31bc155106c99f0358d7a1f30dfdd7eb2e80f83]

        use an sw::LineAlign enum class instead of undoc'ed random ints
        
        Change-Id: Ia8bc32495f3a62226558d5f6736f8ff797681d3f
        Reviewed-on: https://gerrit.libreoffice.org/32319
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ed40f5bbfa89d0957bb274e2f9448f4bf265048f]

        GetFlyFrame() const isnt called anymore
        
        Change-Id: Ie04afe86c165b72f54791e46209aa37196318c82
        Reviewed-on: https://gerrit.libreoffice.org/32152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2fc262d3a7bf3be8d318b3f194ccab2a301ade8c]

        GetDrawContact() isnt called anymore
        
        Change-Id: Ib054f883d86ff2e68c118972abd6e3d0f12b181c
        Reviewed-on: https://gerrit.libreoffice.org/32151
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [16fa8b0bca0c07f676c5acad50504ed339da6bc1]

        update results from mergeclasses plugin
        
        Change-Id: Ie92ebbae246007609fa4b65e8b9cf1ca16e62cc5

2016-12-23  Mike Kaganski  <mike.kaganski@collabora.com>  [601bdc416b6ef17498c94fec49164b1b4c38528d]

        tdf#100826: Use parent console for output if possible
        
        This patch uses either passed standard handles, or parent console
        for output of --help and --version command line switches.
        
        Change-Id: Iabbec79d3792ae091ca06d134345c1669eb1ac13
        Reviewed-on: https://gerrit.libreoffice.org/31187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [46d3163f779a43cc7c023a6e8141f990e5d23292]

        loplugin:unusedmethods
        
        Change-Id: Ife4c8d948ffa116f044d43903de9485e43cfcae5
        Reviewed-on: https://gerrit.libreoffice.org/32336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-23  Mike Kaganski  <mike.kaganski@collabora.com>  [c2a20af2c12bf75e7378a3a9dbc50a4dddabdebc]

        tdf#66405: imported formulas should have all margins set to 0
        
        Currently, imported formulas use default Math object's margins,
        that are 2 mm left & right for embedded object and 1 mm left & right
        for its model. Before commit eae2331f83bd58bacccd898d60f6c5f54856c036,
        there was also 3.5 mm bottom margin for embedded object.
        
        This commit sets all margins to 0.
        Unit test is included.
        
        Change-Id: I23c78d4cedaeba8f2a70a000dca8e31de20bcab2
        Reviewed-on: https://gerrit.libreoffice.org/32334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4252096c68ce01ed8a06bcaf57260dbe46502cd3]

        tdf#97597: Make the document import state more multi-thread friendly.
        
        Change-Id: Iee9ff5e5d3471f7357a1f2eaf75abbef2d90effa
        Reviewed-on: https://gerrit.libreoffice.org/32322
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-12-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7a1add76d542e9929c1feab9e06949990e236616]

        IsDraw() isnt called anymore
        
        Change-Id: I6b2fc84886f7812e4f84cd994b1335dcf37576c1
        Reviewed-on: https://gerrit.libreoffice.org/32150
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [14aeace3a192219b2aba1586c09806a482d89ee0]

        Pass SfxPrinter by VclPtr
        
        Change-Id: Id5a8949e6995be70f3d831e98449f5d10bcb040f

2016-12-22  Jan Holesovsky  <kendy@collabora.com>  [8dd60a43d814667c34c48d969eb020d262bc4e39]

        Updated core Project: help  4736be43b377d0493ee0327f605a8551eca0d647
        
        help.js: Speedup the search.
        

2016-12-22  Jan Holesovsky  <kendy@collabora.com>  [d35a387df92ebcdd01f4c41b5a114ae1169f5081]

        Updated core Project: help  bfe8593e120f83c936dc91fd40ece2e98c04603c
        
        help.js: Chrome returns 0 when using the local files.
        
        Note: help.js works in Chrome only when you run it with
        --allow-file-access-from-files.
        

2016-12-22  Khaled Hosny  <khaledhosny@eglug.org>  [3f4263f2a3725895a4b761ac483070d60d71631c]

        Fix glyph Y offset
        
        Typo from 9eb4b14ffa57cd7bbdf0fc43096f5f1e65c8e388.
        
        Change-Id: I542b84cae50d09f2ed58a58ba9de519354a6900d
        Reviewed-on: https://gerrit.libreoffice.org/32351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [cf6f3ad82b0934e65ce0982b9d3b85a1e18d645f]

        unwind RID_SVXIMGLIST_FMEXPL ImageList
        
        Change-Id: If9d733c5242e2f2b9947b251cfe832d1c10bd4bd
        Reviewed-on: https://gerrit.libreoffice.org/32350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [429902e38ba9fefa267fae561e736bff8e94d2ec]

        drop imglst
        
        Change-Id: Iff88349acf3fc0f474cff0a882346a6d8496aec1

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [90152f771da5c39faacf19753d4255716dd7a5d9]

        Updated core Project: help  b46832dd2c7738ccb0bbd285792b113cc869cecb
        
        drop imglst
        
        Change-Id: I6a9caacfb23c7610bf531e7a8b2719d6ebae3bf0
        

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [54993cbab59b7081072c8db9395c8fd62ce9e39f]

        scrub imglst from svg metadata
        
        Change-Id: I59b397344cb89a27511adfe108c46a3d4e0957aa

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [4a780e9e036b5c4f821f0f6e590710e5dc9c20e3]

        RID_SVXBMP->RID_EXTBMP
        
        Change-Id: I19e5c60ea8b42223322da2a1e343b7c4c1c59928

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [2085d8203b0ff49b6e43ff900f497fb5343708d8]

        avoid crash in 130+ odt export tests
        
        e.g. fdo44181-1.ott to odt
        
        Change-Id: I23403415378ddf50ff007fb4b5d88b4009668bf6

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [89d067775a1af24b24863023187026d242f2092f]

        unwind RID_SVXIMGLIST_RPTEXPL ImageList
        
        Change-Id: I395dfb5e54f3196f59b5079c580714f57c992f2d

2016-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [35a067f1966b41125d298bd54f577f1a560aff08]

        vcl: fix remaining loplugin:cppunitassertequals warnings
        
        Change-Id: Ic499ebbaeb25a08b01cd1317ab3055a374444a4f
        Reviewed-on: https://gerrit.libreoffice.org/32329
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [9c969c864f1ef2d4598faffbd7b98eaa0cf7d1a7]

        Dispose XRowSet when done
        
        Change-Id: I143591203e7566dc822c88a081c780d9ae013c43

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [1f799a9495795292af6f170925543bcee3c8dbae]

        Resolves: ofz#312 ignore leaks from InitVCL
        
        because we can't call DeInitVCL
        
        so try this
        
        Change-Id: I9dec85551b30a8607c7b34e020e0d374c14b7741

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [7485fc2a1484f31631f62f97e5c64c0ae74c6416]

        Resolves: ofz#313 cbBmiSrc > getDIBV5HeaderSize
        
        Change-Id: I67fb67dc0a4cb609b8f1391c1eb6dd395755a933

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [88dad8fe1a94055dcbb05a6e6f0df2d007914a45]

        Resolves: tdf#104687 gtk2 paste cell text under a11y is fatal
        
        Change-Id: Ia26ecf381e491b5591e05e0051b7162eb1d4bb56

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [2fb74b1ae9fdd0c7b3b69187197895c78bf3c6a7]

        build hunspell with _GLIBCXX_DEBUG
        
        Change-Id: Ida2ce221f1e35afd946545c2a36b72dd2386e7dd

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [903dd3fe075104d4e656c57949bc32b1b9a74e8b]

        Resolves: ofz#311 fix leak in old fontconfig we're using
        
        I guess we should bump the version of this
        
        Change-Id: I4e0b16fe8483f7c8494bb6ca6c5f87cd3420d721

2016-12-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [404e4f55ab513a17ed5f9e47fc6fb9656bea9f2b]

        inline some trivial functions
        
        Change-Id: I327dbc236db9462b3cb3d24e2c6abca1ef4cddf4
        Reviewed-on: https://gerrit.libreoffice.org/32149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [0dfc6f70ab53a773ee05664235d7c8927ab20f2c]

        valgrind: stick 0 at end of successfully read data
        
        Change-Id: Id79f68c9095ab313ac05d2c8b55df71788df81d3

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [b08e48166310ab8a53f06f4fee227a948416cf4a]

        Resolves: ofz#310: Sanitize 1 bit bitmap palette indexes too
        
        Change-Id: Ied2b71eb1c9088bbbff5fed97f7a04b43f4b4827

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [2ac9ea00c0a3131fcf520a3f9083da8de79efe01]

        bodge fix build
        
        Change-Id: I5ef90ad7bf39618cc65641ffa85d056adc48d555

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [5610381dded9afa5f768d6899345cada1bf5741f]

        Dispose component when done
        
        Change-Id: I3ea2004556b01ba992215b9142b9c8a6aabb63c0

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [da42fabff48bca04b17d565fd76f96889f092b42]

        Dispose document when done
        
        Change-Id: I73a1cb1c206a2f55ec0c8948fca29b3976a51e75

2016-12-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a02018a9ae1c7d5f17a7738a5d35d8d7a6972d4e]

        Take advantage of Unicode, people
        
        As a translator, I’ve always found a bit ridiculous that LibreOffice
        provides me with separate strings for opening and closing quotation
        marks, but the English version doesn’t actually take advantage of it.
        It seems that, because of this, many translators haven’t taken advantage
        of the separate strings. Let’s fix that.
        
        Change-Id: I125fcf311916dfdb056e5a46e081fa9d0305db25

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [3aaf523d68ea37992d46ed2f52a2ed4d21f7db95]

        Dispose Window when done
        
        Change-Id: I6b67d12174c3caa0a4bf230d87421f5768a331f8

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [f05aa32b588c77c79213dbbb77c7c46d98a7559c]

        some apparently leftover icons, move them anyway
        
        Change-Id: Ie051dfe7c124acab7fb81de80e97715fdd8b59a5

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [d7fd3ae7ddc93f1fb6d90739729b711efc7c7327]

        move na stragglers to res
        
        Change-Id: I56359bd86a48deb7c11264c65445196fcf454ee7

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [76dfd119dfcd5fbfe295a8883ac2860cbac280c5]

        unwind RID_IMAGELIST_NAVCONT ImageList
        
        Change-Id: I5e057ce9df205ca2431e7a7a455b00fcec6123db

2016-12-22  Caolán McNamara  <caolanm@redhat.com>  [a0c1e7bc8e8836d4f47d9cdeabc8b2cdfdf2345b]

        should be sd icon, not sc
        
        Change-Id: Ib12d6b821e27cedf324e16c548254099b100fd3e

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [1dc43e24b34bfdd56928e674fbc53e8fda481e79]

        Generalize vector/deque ctor checks to work with MSVCRT
        
        Change-Id: I2d493a36b8c2e3abe69964c04b46f08d67ef8a48

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [4a591d74a7f73f3e381c9ddb8bbeda3d41647364]

        Some more bool-like types for Windows/clang-cl
        
        "TW_BOOL" seen e.g. in extensions/source/scanner/scanwin.cxx
        "boolean" seen e.g. in extensions/source/activex/SOActionsApproval.h
        
        Change-Id: I78281cd4f92c3e0c0d885cc2466665a06f5bcd85

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [c74688dfd40351cead1644d8cfe9dad4622d9edc]

        That whitelisted code is already gone again
        
        Change-Id: I1fa04b51823ac9707f0dd3d7c8209c69e917ef28

2016-12-22  Stephan Bergmann  <sbergman@redhat.com>  [595ff0c6ea68b99e3730e0f0616f9bd7d391c8ac]

        Also don't warn for plain C code
        
        ...as needed by clang-cl for
        bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow.c
        
        Change-Id: I862afb6b549015d951a898ee415370540ffab1f6

2016-12-22  Justin Luth  <justin_luth@sil.org>  [9c2b0c55cd91ed5b85a1df7df3b2cd12afffde91]

        fix tinderbox: ooxmlimport # of paragraphs assert
        
        Test name: testTdf75573_lostTable::Import
        equality assertion failed
        - Expected: 6
        - Actual  : 7
        - # of paragraphs
        
        Change-Id: I90791785dab35146e58de4f6a38cd86164f422e0
        Reviewed-on: https://gerrit.libreoffice.org/32327
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-22  Justin Luth  <justin_luth@sil.org>  [cc07f1c044b47e08b1fb0cab631be057b34ee1bc]

        fix tinderbox int to sal_Int32 conversion failure
        
        note: template argument deduction/substitution failed:
        sw/qa/extras/ooxmlimport/ooxmlimport.cxx:737:186:
        note: deduced conflicting types for parameter 
        â€˜const Tâ€™ (â€˜intâ€™ and â€˜sal_Int32 {aka long int}â€™)
        
        CPPUNIT_ASSERT_EQUAL_MESSAGE("# of frames/shapes", 0, xDraws->getCount() );
        
        Change-Id: I96d074a420ac16d9c5e3a3d200372289366039e9
        Reviewed-on: https://gerrit.libreoffice.org/32325
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-22  Tor Lillqvist  <tml@collabora.com>  [b1c145876007352a59f389126746c8ef0f660ee5]

        Revert "[API CHANGE] createSecurityContext() was always called with an empty string"
        
        I got cold feet. I don't want to have to revert this many years later
        instead, when some obscure 3rd-party software stops working.
        
        This reverts commit e1ce7bad62f07faf8f21adac6c3848d142f61953.

2016-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc15806b527cc02c57bd92211fda259e33963106]

        convert BasePrimitive2D::get2DDecomposition to use a visitor
        
        which lets us avoid constructing the decomposition when we are only
        interesting in the bounding box, e.g. for hit testing
        
        Change-Id: Icd8d430b75d207063f1db70e5a0822d5d82a7d00
        Reviewed-on: https://gerrit.libreoffice.org/30835
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [41f7878ccbc457ef0431c999d38d9d77265d5dc7]

        convert BmpFilter to scoped enum
        
        Change-Id: I22c5b49f108d4ce103dea5098a2a0dc9d6bc854c
        Reviewed-on: https://gerrit.libreoffice.org/32292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [7444355f1d544e015083c2412696e1df6f295e2d]

        convert VclButtonBoxStyle to scoped enum
        
        Change-Id: If3d02c9be54a509f85214acbf4a1e6cfd8955dc4
        Reviewed-on: https://gerrit.libreoffice.org/32291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [21907d647c58594e58fde0d6507f63f6207fe4bd]

        convert VclSizeGroupMode to scoped enum
        
        Change-Id: Id731fb3d5f9eb5ddaa3af41b010bff340f1077ce
        Reviewed-on: https://gerrit.libreoffice.org/32290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [29fa61837f11c6149157f1c2dd850415a38a3e47]

        convert GetDefaultFontFlags to scoped enum
        
        Change-Id: I048aa989f5a90a5e2fb51e33eb9c1dafda3fc7f6
        Reviewed-on: https://gerrit.libreoffice.org/32284
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-22  Justin Luth  <justin_luth@sil.org>  [34324bff1252dc5a51c9408f9502654453f319b6]

        tdf#75573 - relocate code: alternate stream already started
        
        moving this keeps the original fix and prevents losing a table
        in this unit test
        
        fixes regression commit ecea3431ca761369d8180a74eba2877533050516
        
        Change-Id: I5e94760649020ddf1c468d52b91aaf0521bbfdda
        Reviewed-on: https://gerrit.libreoffice.org/32269
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-22  Justin Luth  <justin_luth@sil.org>  [e37563c304e52f1d2385868c9b33e0145493d2bd]

        tdf#104710 bRemove: only prevent w/BREAK_TYPE for defined Sections
        
        fixes regression from fix for bug 103975 which prevented removal of
        empty paragraphs if there was a page/column break.  This patch adds
        the requirement that there is also a defined SectionBreak.
        
        I did a bad thing with unit test rhbz988516 (which was re-used as
        the unit test for bug 103975). I didn't first check in MSWord
        to see how many pages it really ought to have, and when it started
        round-tripping with 3 pages I was happy.  Well, the proper page count
        according to MSO is 2 (a hard page/break and Section/newPage combine
        to form a single pagebreak). Undoing the regression fixes that too.
        
        The regression was commit 7b250d56981f78e77454a2a3fd670731b2358e75
        
        Change-Id: I15e9df2d260954f02a9e183d9f48c1d267494b49
        Reviewed-on: https://gerrit.libreoffice.org/32236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c06be281e7bd97d8db5549cdc886c9761ac9c015]

        uitest: convert random number manual test to automated testing
        
        http://manual-test.libreoffice.org/manage/case/143/
        
        Change-Id: Iff337668834cc729398a79719701627689b56dfd

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad5416b663ef647c289eb290195c1350242038fa]

        uitest: convert cell recalculation manual test to automated testing
        
        http://manual-test.libreoffice.org/manage/case/151/
        
        Change-Id: I6b4e857eb949b29b03817058f8fb3a93ace13309

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3b36b460e71c4e3e0cd5eefcdc7b2b5340b502e]

        uitest: add reference to moztrap
        
        Change-Id: I5213a5a5356af8d80787dc023ac6eca64c456ff9

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [daca12903bb21f43468c3e96fa78bb881b956484]

        uitest: convert transpose manual test to automated test
        
        http://manual-test.libreoffice.org/manage/case/187/
        
        Change-Id: Ia15514127c91ad9391329e96ad23e72b39f9b5f0

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e69d4c2f9294e11572ad76c59ddc55f286fbe77d]

        uitest: convert validation manual test to automated test
        
        http://manual-test.libreoffice.org/manage/case/191/
        
        Change-Id: I5aa3dfd87e3de66f12b2a73a8c67cb01cbb56244

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ffd3a78206ae66bacd35bedc548d3d923ac070d0]

        uitest: add a way to execute blocking actions
        
        Change-Id: I312a835fd8de82d5f31e6ba09105b22587c43513

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02db166d5f45d659a992911292da452cdb475de0]

        uitest: convert next manual calc test to an automatic one
        
        Converts http://manual-test.libreoffice.org/manage/case/190/
        
        Change-Id: I72fa202c55578f1163f0184fbedd8e470cee0ed7

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92654aafae9b5d7187b117da5b4b60f533d8a536]

        uitest: add method to get first component
        
        Note that this method should be improved to allow selecting a specific
        component. However for now this works will all tests that start only one
        document.
        
        Change-Id: Iaba47b3dc5996abbfc3fca54dfefa48df5a603d8

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8c286ace812898690244556d2c2a348e5174a2ad]

        uitest: add helper method to get XCell from UNO
        
        Change-Id: I1600a1e5d79b100a6469d9fa52c67e9e374258a2

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0257f7638b266302af1fb5f8afa8c13a745d3da8]

        no need to catch exceptions in cppunit tests
        
        The framework already catches exceptions and will fail the test.
        
        Change-Id: I8adfb5033fe11f6fefb1799c044b0a5a0acf2cbb

2016-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0540064629e974b0569379988936989701159fdb]

        uitest: add a reference to the corresponding manual test
        
        Change-Id: I47c3a3947a9b0557f0eabaef4521c0abc5b743c5

2016-12-22  Maxim Monastirsky  <momonasmon@gmail.com>  [2a4cd80abcf9e515d1ce3b3a944b573bdc42bff2]

        Fix ToolbarMenu position
        
        Change-Id: I3a6380845687a809e155ebcf8ff8d3b2e5e6a4ec

2016-12-22  Maxim Monastirsky  <momonasmon@gmail.com>  [c9303b98ad69213fe346d0657a8bca5ac8fa3bd7]

        tdf#104818 Show the right label when a11y enabled
        
        Change-Id: If4da5b9435e96e3830bac3d01e06f7ddc87754eb

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [87d1657d6bd68e4a3d8ba461078a7bb1dc9ed121]

        loplugin:staticmethods
        
        Change-Id: I04d3095c657deb72a20fa803964912cf6baf268b

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [20bd8d0426380b5ae52c83923f2eb747a5abf8b0]

        -Werror,-Wmacro-redefined
        
        Change-Id: Ifd246b642979df0d8b1aa20a59f8c73dc9ddc1b2

2016-12-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2250d7d4a1643672168387837ba2f9530fdb7dc2]

        Split out sw::FlyContentPortion
        
        - Also void* as member are really bad, mmkay?
        - also move some OSL_... to SAL_...
        
        Change-Id: Iace3a4331522239eff4a25948a2f0e265e7c016d
        Reviewed-on: https://gerrit.libreoffice.org/32148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65042d82a474fb6020add272cd7615517d606dc9]

        dont encde typeinfo in bool members
        
        Change-Id: I5eeb566fd023d261d4236ec6de2b3f17e6744a07
        Reviewed-on: https://gerrit.libreoffice.org/32147
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-21  Tor Lillqvist  <tml@collabora.com>  [59a5664ffb5db3f313ad4e35ae815ad70be7c513]

        loplugin:staticmethods
        
        Change-Id: I30456ec3a0440364b8b4c460d198588aed241034

2016-12-21  Tor Lillqvist  <tml@collabora.com>  [e1ce7bad62f07faf8f21adac6c3848d142f61953]

        [API CHANGE] createSecurityContext() was always called with an empty string
        
        So drop the parameter then and propagate fallout in the Windows
        implementation in xmlsecurity. The NSS implementation already ignored
        the parameter completely.
        
        This interface is not 'published' and the parameter was even marked as
        'reserved for internal use' so I doubt any external code has used it.
        
        Change-Id: I5915b941b79cfddadc8137c32ed07c20c9ccaa37

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [0f00751af858da91d379208b8b679002a180ff93]

        unwind RID_STYLE_DESIGNER_IMAGELIST ImageList
        
        Change-Id: I8fd69aa8acc8aa2bb1705b3819cf089e618464b5

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [a15bdfa3a5e990a340c9fbfafa92845eb2fe9e47]

        unwind RID_SVXIMGLIST_XFORMS_TBX ImageList
        
        Change-Id: Ib2e41e65dbc5079db12bf7ad63f857c8473cf0f3

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [1b9fd9a47be7baeee6dc4b18c83f8dc57bb0ac34]

        some more fallthrough warning quietening
        
        Change-Id: I61785adbba22a54484b7ffcd6494c75b61b00fc7

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [afa3d985f194d1860e5c40470464783130d62cdb]

        Use ScopedVclPtrInstance
        
        Change-Id: Ifb045ca7e764461b4633abae1a10ac7f80e073a8

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17fab5460332a75bcab0f734f17f7a2292a7aa27]

        uitest: add initial test for converting manual tests to automated tests
        
        Change-Id: I76637b76151a33c9f9f4b218aa01b5e813e9da1f
        Reviewed-on: https://gerrit.libreoffice.org/32283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [34e9bad0fa5e2783a8f30f04cb3a557a6bb1e3a2]

        Dispose Window when done
        
        Change-Id: I4db6cd3e736d2775325b6c4497a3cea035f35276

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [4e7f8e5a82e57914d07be2508c9e3ca3f7ca6ff0]

        external/hunspell: Work around -Werror,-Wundef with clang-cl
        
        ...when lingucomponent/source/spellcheck/spell/sspellimp.cxx includes
        hunspell.hxx
        
        Change-Id: Ibb4b2901a9dfbf7e145281bedeaa9d8daf79aba5

2016-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b8ee3c9ba9b9262b34743a9f4e2a5b9dda4173f]

        convert VclButtonsType to scoped enum
        
        Change-Id: I9b91108c18e190060dc71546977aa8a3c11f06e1
        Reviewed-on: https://gerrit.libreoffice.org/32285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [c7964e48b6d9a85d8d08ed3b7cbd58c117ac4e0a]

        tweak fuzzing dependencies
        
        Change-Id: If78e68556711bc9b9a00d3b18d13852adf44b9f0

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [64a2dc962cd68c86281ed747d3dc96bc996115eb]

        unwind RID_SVXIL_FRAME ImageList
        
        Change-Id: I18f567d3ff7f415c75e29043ef29a460be8a21c5

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [68f76781312551d84f25404a13a75bd47589520b]

        drop unused IL_IMAPDLG resource
        
        since
        
        commit 149c7ac26a97c96574fbbd86225d1486cef13417
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Sep 5 12:51:01 2014 +0100
        
            convert floating RID_SVXDLG_CONTOUR to .ui
        
        Change-Id: I184bea52b5937f940b3cfbfb60fcb325ae6ae5c3

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [7c7e1fb0f2a088ad80caaa7a45e7bc9e7df5b31f]

        unwind RID_IL_FORMEXPLORER imagelist
        
        Change-Id: I4c86aa99aecf22e842183966721976a921bafe7b

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [5a610d1f15f494135f093f1d7644d58f189be9ad]

        quieten the clang fallthrough warnings
        
        Change-Id: I73f068971a6908153d887e34425076e6194c657d

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a61fa1c9ee33e4616ec7277ecf2b3110c0e4589]

        uitest: handle typing in a combobox correctly with sub edits
        
        Change-Id: I20ad39075601deef36122f065ddfec8bd63dc1fe
        Reviewed-on: https://gerrit.libreoffice.org/32282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d19307846e6e360aacdec7fc81e3a923d387d1d2]

        uitest: add an optional way to print all received event names
        
        Change-Id: I8180d131c2f4dbc9759ca1166192970bc06231c0
        Reviewed-on: https://gerrit.libreoffice.org/32280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [996af54669056770c4d60f700adb60b353bf11e1]

        uitest: forward unhandled actions to parent's method
        
        Change-Id: Ic5c42b37018e63dc25d9a9fcd4d79a2a52257642
        Reviewed-on: https://gerrit.libreoffice.org/32281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af29560992f56bc24507c2025ee73ea473a43540]

        uitest: add selected area to gridwin state
        
        Change-Id: I27e17640cc426dc3a63c605e6a294c3f90f5350c
        Reviewed-on: https://gerrit.libreoffice.org/32279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Tor Lillqvist  <tml@collabora.com>  [317278525afbaca6d1f0f49b36046b419032733c]

        Bin now unused fields
        
        Change-Id: Ie2179bc61ca59a5f5ea2bed1c5c0b2c1dea55474

2016-12-21  Tor Lillqvist  <tml@collabora.com>  [62fe303d167fbfe99d41cfa625942486e65fbe06]

        Bin now unused functions
        
        Change-Id: I515279becbb219c94a52bb1ebf9d1ab33402dae0

2016-12-21  Tor Lillqvist  <tml@collabora.com>  [efe9d1df691350fe0253f20daf84d082f94f59cb]

        Don't add empty TODO functions to libxmlsec, and don't call them
        
        Change-Id: Iaec1de29a0e7f3ea8eb10869382401d121de2c8a

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [6aca7389c63a39387fc08acfb824ba96037f5662]

        unwind IL_PRE_BITMAPS ImageList
        
        Change-Id: I71ad9f4a8e335fbf21cf121e68df163221a440df

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [398a5f23a751721901fbb0d60d9ea7c1e1c72fcc]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: Ic25a50fd25820dabe411f1a726580d3e137b028d

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [2d0e3d1cc6fd062fe2064bb9ae688ff37a4a94e4]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: I7c8a773f652e4a0987a4232520b88b5dde9dfe67

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [9fcfd0bdac853e86bf0379a782ad6c824fa2e3cf]

        Useless namespace around a #define
        
        Change-Id: I789a28305e7d874a7cc78af60fa7b2d60e140efb

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [4cae165f0b0655a158923012efd67e8becff6164]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: I2aa5fefad978f50f5166d75bbcfb25d88780d03d

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [fe9a5a4b4ac260ebe7c582d2923f926ab9d9f294]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: Ieb98d8984c8d39fb72afbceccca29a2d402dc41e

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [abfc2c749336e0ca8cfcc4d8358e9f49a105ae90]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: I3693e543fcca3796e3a3dfccabb8dce3f029531d

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [c4cfd7ca0d4f4f605d76df39fe2b3ca5a79908c0]

        Unused declaration of 'Font'
        
        ...used to be a declaration of vcl::Font prior to
        60e78fbb806bb45e635ba1de45ceffe187938ac0 "fdo#82577: Handle Font"
        
        Change-Id: I8db61c2e6aa0a6a2931aafb6a4c0f51000ce9415

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [533633ded9038798dac60df3bdd53c48c85bba55]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: Ie95a45429cf2b512a302a50c701db9d8ac030c53

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [ac5790ac43de2270b8c18e496e76efbd486aa056]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: If93cef32c49d6fb05b45b60c6ba0a666c8858aaf

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [e681b384023a8c4e5ae2231fc9297de5f6b7b3f6]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: I1017459520ba4f0e544f0fa00419789c8cd86609

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [81f943e236c5ff3946320a12ae8138a018a5b544]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: I8467fbb8b4e82e58a66990ed049a12e26aabd4f0

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [9bb574590ef99782c50212feffbcf82e1944a217]

        ODR violation (base class must be the same across compilation units)
        
        Change-Id: I6e386574d0366ef75f24811266134d93b28dc3a5

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [263bec579fb5045d2e50a027778a0aec17c70f4b]

        no java code for fuzzing
        
        Change-Id: I902eb7521b6384d41cd4b8a9f58c0c0f6cd76d1b

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [910f91a3e5228f26f0692f870a3fd3919835eb27]

        unwind IL_SDW_BITMAPS ImageList
        
        Change-Id: I3018bdc08e3b1ef957215b74c743e6c80f7e38b5

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [cc7e9b5dbe14e08c9c8ad8eeb37eb20cba1cbd49]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: I56f21c94086b34f766e3f2745f5a1291af676984

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [78ddea8eafa2196b7a3f537bc81962f5efa008b4]

        -Werror,-Wunused-function (clang-cl)
        
        Change-Id: I351067e7274c13d5364ffa1b168910eb1b82af37

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [93dce7329002f3ee19856ac55549c60732766efc]

        No apparent reason for an unnamed namespace in an include file here
        
        Change-Id: I5e9910d3b5ca070e34e7621a2d3009e5c6fc0586

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [282fce96b24d0b918a302811891b7d584954a7bc]

        Useless namespace around a #define
        
        Change-Id: Ife6c034a2303ff7cd3ece615b690a14dc8ac3463

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [7e19b67e24e92939282f60a96fcad5e85d2cbf24]

        Merge unogalthemeprovider.hxx into .cxx
        
        Change-Id: I6f5ab0096ba66fde4ec68065997fedf21ad59034

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [2d22bd0fca8570ddbe03391d7588aa5e7caf521b]

        Merge tbunosearchcontrollers.hxx into .cxx
        
        Change-Id: Ic577e2dd4d6cc1d62c3c6f54e73ba891f8bad4a2

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [0ca0a9f2e2661b52428aa117e78570583a872a04]

        Merge renderer.hxx into .cxx
        
        Change-Id: I6a028a7e459f644769207a26def9a330703bdb26

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [124396ecc6185ac05be80840cfdb5e84d8d41206]

        Merge provider.hxx into .cxx
        
        Change-Id: I361d044643b8f886f68e424e531f2fc82b8c5e40

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [e5a5e3d34a91748bab3bc3d47c6b13227d011b6f]

        Dispatch to platform-specific strm*.cxx directly in Library_tl.mk
        
        Change-Id: Ief526a06034b2408326273e43bec3b43a415b996

2016-12-21  Stephan Bergmann  <sbergman@redhat.com>  [bbdac4192d1959552d656310aeb71759a874e005]

        Missing include
        
        Change-Id: I93aebf7eb48dc899e8ae30ecc63a00980aade166

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [63fe7f65d2a606da6b34d7809c159985da0bfc65]

        unroll IL_LOCK_BMPS ImageList
        
        Change-Id: I5a9c80d5c23bfa22fd6e237b7a2524c29992c9b9

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [528ddb973299d6e626b65cb3d247e25d0f1c4a67]

        add the same build fix that oss-fuzz contains for icu for our icu
        
        cause it doesn't build otherwise
        
        see oss-fuzz/projects/icu/build.sh
        
        Change-Id: I7e143aa58ec2a00f480496a908e07988a3bde869

2016-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d235f643680084fd54e0b2dc95605e8781ac6b88]

        convert OutDevViewType to scoped enum
        
        Change-Id: Id980f09c198ca976c88b11030f5db9d6f010add1
        Reviewed-on: https://gerrit.libreoffice.org/32274
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [584c745ea484e1f8047278fc83b41b30a90f884d]

        tdf#104737: Bullets and Numbering: inconsistent naming of last tab page
        
        Change-Id: Id1d1d92933c110942fd232067620e8224686a915
        Reviewed-on: https://gerrit.libreoffice.org/32256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [331c66989fca9e1c792f4a8dab807aca98b70740]

        unwind RID_SVXIL_DATANAVI ImageList
        
        Change-Id: I0aae6774ee0b42d32838b9010ddddaa33324c6c6

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [2ebe42ff29c5d2bdf27535b8b739e29ebe652282]

        unwind RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX ImageList
        
        Change-Id: I4cf82ca8530f8b244be593e10976965be2ef2b60

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [e3203ad42dd57d546ab8cd002b8fcbe54c9bcd11]

        remove newly unused SfxModule::GetImageList_Impl, etc
        
        Change-Id: Ibb1430d2b6c7994b2425d686cf206d168530faef

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [e0b71d8e5ac24b3a51ec7d9e4738de7c6367cbe9]

        remove newly unused SfxImageManager
        
        Change-Id: If68637fe49b5d252ad4ec5d63d56261113be6a7c

2016-12-21  Caolán McNamara  <caolanm@redhat.com>  [c6797f77635e543ad82ba30115bdd80535d52620]

        drop GetImageManager use in sc and unwind ImageList
        
        Change-Id: Ida10f14fa74785964efdc4b6645668562297895a

2016-12-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [43b3748fdac59f46480aafef7e4b624cd859fd45]

        add T() test case
        
        Change-Id: Iadf479488df62e292c340e28f664b17faa5ca837
        Reviewed-on: https://gerrit.libreoffice.org/32254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [735a002507e914bc0c35504a85dc0585b25b76ce]

        convert EnumContext::Context to scoped enum
        
        Change-Id: I16ec63beb801073e5d604d852892c2fd6e8d8fc3
        Reviewed-on: https://gerrit.libreoffice.org/32272
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-21  Maxim Monastirsky  <momonasmon@gmail.com>  [c95293de347597bb32d3c4aa5429b21385cae97a]

        Fix the table border toolbar popup
        
        Using ImplPopupFloatWin for it isn't a good idea:
        It doesn't need its dragging code, nor its painting code
        (which draws the ugly black border), and the resizing code
        conflicts with the title-based border which results in a
        wrong size (and we might have even bigger problems, if we
        start to use .ui based layouts for the ToolbarPopup class).
        We can of course put checks all over the place, but why do
        it, if we can simply use plain FloatingWindow?
        
        Change-Id: Ibc9a5c220309d15a60f6425835e1cc7a1b19c530

2016-12-21  Maxim Monastirsky  <momonasmon@gmail.com>  [90395eb694c0a9dd9033863d1def9678d4328943]

        Fix window height for the grip case
        
        Change-Id: I1a4d2c498971a5bf73dc7f89a0987e6f998cf7a6

2016-12-21  Maxim Monastirsky  <momonasmon@gmail.com>  [8f594cd9033b3020788feb30c0b1fd315b40119e]

        Fix the non-grip case
        
        Change-Id: Ic5b2d96829e5fc97004b3bba9cbb6ded2e27f22f

2016-12-21  Khaled Hosny  <khaledhosny@eglug.org>  [8960d05164f0ec097c1c4a1a3c4795230479f5d1]

        Recreate the reference files, again
        
        After the rounding change in 9eb4b14ffa57cd7bbdf0fc43096f5f1e65c8e388.
        
        Change-Id: I0836ba34f23d256075611e9fae1658cf4d737a89
        Reviewed-on: https://gerrit.libreoffice.org/32242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7b5c23e6979205a662d857bc1c83270fb4a43ec]

        tdf#104814 Writer: accepting change tracking changes get stuck
        
        Change-Id: Ie8e0919b53c0b21f480b62eec7c394554757a061
        Reviewed-on: https://gerrit.libreoffice.org/32273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-21  Huzaifa Iftikhar  <huzaifa3196@gmail.com>  [fe18f5d51fcbdf1f331440265ba1b8866d03e459]

        tdf#95416 Fix an include for 2 files in unopkg
        
        Change-Id: Id1fa09b6db6c90cd727182133e5f9f39383aa5e5
        Reviewed-on: https://gerrit.libreoffice.org/32255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-21  bansan85  <legarrec.vincent@gmail.com>  [a631e0fe94830fff5b81b4e852d37a666a9f3b9e]

        Add move column right and move row up in DataTable
        
        Change-Id: Ib224a99636dfbb4451aa26263573af2f3d31b84a
        Reviewed-on: https://gerrit.libreoffice.org/32265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-21  Vitaliy Anderson  <vanderson@smartru.com>  [4a410dd147f7160c1d62e3e0b67388a178d5136c]

        tdf#104349 remove the difference between MSO and LO highlight chars
        
        Change-Id: I5daadef359260ea74b828567197228633bb972ca
        Reviewed-on: https://gerrit.libreoffice.org/31783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [517994c640ac83d48b9e5f238bc4d219ebd6abbd]

        xmlsecurity: instantiate SignatureCreatorImpl directly in XSecController
        
        Going via UNO for a class in the same module is an overkill.
        
        Change-Id: I3a24bc770e40be5b0a6fc34206e92f968de060ae
        Reviewed-on: https://gerrit.libreoffice.org/32271
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-21  Takeshi Abe  <tabe@fixedpoint.jp>  [b55c205460fe7e7b133e179cd567764df7ac3508]

        [API CHANGE] Retire SAL_ABS
        
        which had served since d441fa1f8cc0a17a2bc166bf2f2a44f76b83a773;
        we now have polymorhpic std::abs.
        
        Change-Id: Ibe48ac51508f7d9f5a44d712550237db7f553df3
        Reviewed-on: https://gerrit.libreoffice.org/32225
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-21  Justin Luth  <justin_luth@sil.org>  [c829e01e973ac32fb625925ce83f843ad30d94db]

        related to tdf#97417: fix unit test's early para numbering
        
        The unit test's first blank page already started the paragraph
        numbering. Setting it so that a contentless, single paragraph
        section will not display numbering.  In fact, no dummy paragraph
        should have numbering, but that would get complicated.
        
        This is in preparation for tdf#104710.
        
        Change-Id: I98c9926cb3cd1e3fe3cd43bf46cab22bfbec7eba
        Reviewed-on: https://gerrit.libreoffice.org/32235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [5ec1b04b9bfe949316c67b1282f7f8fa066c3b60]

        convert EnumContext::Application to scoped enum
        
        Change-Id: Ia289a7b63bf8797085315218785e2a2a4c45d232
        Reviewed-on: https://gerrit.libreoffice.org/32230
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-21  Khaled Hosny  <khaledhosny@eglug.org>  [72002992a3c5213882fa4d60c7cd8fab10f0b009]

        tdf#104733: Don't ignore OpenType-CFF fons on Windows
        
        This is a folloup for ef4b9032de55e6b1b182e4ead1bbe6e590df296e, turns
        out TRUTYPE_FONTTYPE does not cover CFF fonts like I thought (the
        fonts that I was checking were actually TTF fonts).
        
        Change-Id: I2d7b34b625aa03134421dc44a24e3c66be25df98
        Reviewed-on: https://gerrit.libreoffice.org/32258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-21  Justin Luth  <justin_luth@sil.org>  [893698741a78e56d74b87caff24f67742ddd892b]

        related to tdf#97417: fix unit test page count
        
        The unit test should have been showing a blank page before the
        content page.
        
        Non-section paragraphs should not remove the first/last status.
        Frames were already excluded, now this patch also
        excludes header/footer paragraphs.
        
        This is in preparation for tdf#104710.
        
        Change-Id: I686944843302160d6f6bbbcb73f01c836179aa9f
        Reviewed-on: https://gerrit.libreoffice.org/32234
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df4b8ae22feb8283d2f7f37f12e1bf87e3c8cd57]

        tdf#103332, install the new calc default styles correctly
        
        Change-Id: I7bfa0edc3bf286d304ae2648e563216ce850e4d1
        Reviewed-on: https://gerrit.libreoffice.org/32262
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [36750bc977b3210b23b7822abd395b30a78af6f5]

        tdf#96218: MSO DOCX image incorrectly placed when using Alignment Position
        
        layoutInCell attribute should be ignored when we are not
        in a table.
        
        Change-Id: Ieed29c690f8516f63d0956a4f0495500908a0d27
        Reviewed-on: https://gerrit.libreoffice.org/32253
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-20  kerem  <hallackerem@gmail.com>  [9cfb2f2f03b5ec086487fd483298466db0b09010]

        tdf#97361: Changed naming in var_fields and load_save_test
        
        Change-Id: I7b25166c474acaacc91936d877ed860c5361c0bd
        Reviewed-on: https://gerrit.libreoffice.org/32120
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-12-20  kerem  <hallackerem@gmail.com>  [027a41959cc722fb9e3e7e2375eac9a3703d4799]

        tdf#97361: Changed naming in sfx2 python tests
        
        Change-Id: Iabacaff8fd7f282a903885954a7d725ceb6f6c16
        Reviewed-on: https://gerrit.libreoffice.org/32118
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-12-20  Michael Stahl  <mstahl@redhat.com>  [654b86cf3425d7a49b13a97e4b11223d43b9e86e]

        assert SwDrawContact unhandled attr. on exporting ooo67621-1.odt to DOCX
        
        Check in SwModify::Remove() that unrelated clients aren't inserted into
        an active SwClientIter.
        
        Old value = (sw::WriterListener *) 0x0
        New value = (SwDrawFrameFormat *) 0x72d83f0
        SwModify::Remove (this=0x37fd850, pDepend=0x6ca85a8) at sw/source/core/attr/calbck.cxx:220
         0 in SwModify::Remove(SwClient*) (this=0x37fd850, pDepend=0x6ca85a8) at sw/source/core/attr/calbck.cxx:220
         1 in ClientModify(SwClient*, SfxPoolItem const*, SfxPoolItem const*) (pClient=0x6ca85a8, pOld=0x7ffe9d041bf0, pNew=0x7ffe9d041c10) at sw/source/core/unocore/unoobj2.cxx:326
         2 in SwXShape::Modify(SfxPoolItem const*, SfxPoolItem const*) (this=0x6ca8540, pOld=0x7ffe9d041bf0, pNew=0x7ffe9d041c10) at sw/source/core/unocore/unodraw.cxx:2037
         3 in SwClient::ModifyNotification(SfxPoolItem const*, SfxPoolItem const*) (this=0x6ca85a8, pOldValue=0x7ffe9d041bf0, pNewValue=0x7ffe9d041c10) at sw/inc/calbck.hxx:130
         4 in SwFormat::~SwFormat() (this=0x39e6320, __in_chrg=<optimized out>) at sw/source/core/attr/format.cxx:239
         5 in SwFrameFormat::~SwFrameFormat() (this=0x39e6320, __in_chrg=<optimized out>) at sw/source/core/layout/atrfrm.cxx:2519
        
        So the SwXShape was a client of the SwFrameFormat that is deleted, then
        is removed and added at the parent SwFrameFormat by ~SwFormat, then it
        is removed *again* when its own Modify handles the SwFormatChg
        notification, but this time it messes up the SwClientIter in ~SwFormat,
        putting in a m_pPosition SwFrameFormat that is actually a client of the
        parent SwFrameFormat, not the deleted one!
        
        Thus the deleted SwFrameFormat is confused and sends a "sibling" of
        itself the SwFormatChg notification and that then asserts with
        dcontact.cxx:1468 "<SwDraw Contact::Modify(..)> - unhandled attribute?".
        
        Change-Id: Ifba7fa8a1f41f09b1a3fcbb4cdf17f340e0fbe33

2016-12-20  Gabor Kelemen  <kelemeng@gnome.hu>  [f65eb63fdfeb362a350d5379986b18a99c09e442]

        Updated core Project: help  b87c7bf36032b0b3fe31c37e9a434ce2019b8bfe
        
        Reconnect Shadow area tab page and UI
        
        Change-Id: Ib862df7239258c3cea4c7d476cb0104924f293ce
        Reviewed-on: https://gerrit.libreoffice.org/32259
        Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
        Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
        

2016-12-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [78dbf3cd53da5d257b8ab31f6bc300d19b965d79]

        add NEGBINOMDIST test case
        
        Change-Id: I61f734427dfd6e93457e11bd15cdbdf4c2093ecc
        Reviewed-on: https://gerrit.libreoffice.org/32248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6d9d4265cf9d23b1e0ca45a8dcea4cb9b1743d02]

        add NORM.S.INV test case
        
        Change-Id: I51263242ef9b228072f0820928986c0fcf20fc1f
        Reviewed-on: https://gerrit.libreoffice.org/32238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9474d64c700f7794a72158270d7a0b919b572cd1]

        add NORMSINV test case
        
        Change-Id: I4ef01af5538056e87cd2a0730fc946cdfce9bd32
        Reviewed-on: https://gerrit.libreoffice.org/32239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8ae14c57bd4e30183f6b394d7c9914f8a4c6005a]

        add NORMDIST, NORMSDIST test case
        
        Change-Id: I9916a3926e6b2174755e3d6ae63da4d8aa28e7c1
        Reviewed-on: https://gerrit.libreoffice.org/32240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [14968ea5198bd5581e39c8b7fcf065d295f23beb]

        add NORM.S.DIST test case
        
        Change-Id: Ie88ddb399f9db757b46ec4b70bbc8b75b244a6cd
        Reviewed-on: https://gerrit.libreoffice.org/32241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Julien Nabet  <serval2412@yahoo.fr>  [6c77c2fdf694725250333b7faa62974d356a025a]

        Downgrade SAL_WARN -> SAL_INFO
        
        Change-Id: I2f0957ee2ce7156e8ea9ce376787d2898e517fbf
        Reviewed-on: https://gerrit.libreoffice.org/32252
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [f8513683bb2eb4c4d0573334df998aea634e5257]

        rename ApplyImageList
        
        Change-Id: I0af692fe338c487b6ade62c2f8558fb9fd97f558

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [026ce884754f1be33bec2de48d173134625f622d]

        strange use of an ImageList
        
        remove the middle man here
        
        Change-Id: I76eab37b66205768fe2a1c6ffc317bfba9ef4fd9

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [8d3dba130464bff588a3f27ecd25f65d7430f670]

        unused ImageList
        
        Change-Id: I15b707749454ceae3d69692e1c08106ec470bf18

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [778a178da5cb033d3a1c63559aaa8973aabd6383]

        drop SfxImageManager::GetImageManager use in sw
        
        Change-Id: I02df63a37082ca8f0b9e15865dbd070a14f9eea0

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [fdf57121acb3e74ee227a578e097dd6a4d5bfb08]

        unwind ILIST ImageList
        
        Change-Id: I260f4263db35f708891e26fa943c1fd6af402366

2016-12-20  Tibor Móger  <hapcyhun@gmail.com>  [86519381cd6c7df26087461680f5467aacdc89fc]

        tdf#94576 handle esc keypress on templatemanagerdialog
        
        SfxTemplateManagerDlg now overrides behaviour of ModalDialog on
        EventNotify by checking if the pressed key was esc and
        the searchFilter is not empty and it was focused. In this case
        instead of letting ModalDialog close the modal
        it clears the searchFilter
        
        Change-Id: I90d91a3b152f68b6c8780963d1b95258d9ccf23a
        Reviewed-on: https://gerrit.libreoffice.org/31736
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-20  Khaled Hosny  <khaledhosny@eglug.org>  [574524604cfd73c25f3a95d2d09205e8e665082a]

        Fix smoketest under right-to-left locales
        
        The calc macro test tries to select a range of cells by moving selection
        right, but this fails when the UI direction is right-to-left as the
        first cell will be the right most and moving right will do nothing.
        
        Fix this by forcing en-US locale like we do with JunitTest.
        
        Change-Id: I08d0bc50013b0936af85af75bca82a44b044d48a
        Reviewed-on: https://gerrit.libreoffice.org/32243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-20  Olivier  <olivier.hallot@libreoffice.org>  [6f4575f89f6ab417abd7dfdb01fa80ca23a64cba]

        Updated core Project: help  84c9ad7e308a3fa3809529aac4557c0b4cde823e
        
        Sort bookmarks alphabetically in HC3
        
        Change-Id: Id26048f7ebfdccc2e5afd8a851a0f30c7a78fda0
        Reviewed-on: https://gerrit.libreoffice.org/32249
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-20  Wastack  <btomi96@gmail.com>  [ef1aee0f80d34b75b0d406abc708a0e8316fe5e8]

        tdf#70506 implement getColumnLabel function
        
        which is responsible for aliasnames defined with the SQL 'AS' keyword.
        
        Change-Id: I6aaf1ba6969e2bd738941e41492338382168bc89
        Reviewed-on: https://gerrit.libreoffice.org/32042
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-20  Huzaifa Iftikhar  <huzaifa3196@gmail.com>  [9abac96518125dddd29ef1e2b4b84429f8ca88a5]

        tdf#95416 Fix an include for desktop directory
        
        Change-Id: I04a2181b05f2b15a55db306f49b47855db7753db
        Reviewed-on: https://gerrit.libreoffice.org/32204
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [01bf50c5817ab2fafe41f417d71c4adfb4655718]

        unroll IL_VALUES ImageList
        
        Change-Id: Id03606deaf207f579ee3c56437b37f4981538d12

2016-12-20  Stephan Bergmann  <sbergman@redhat.com>  [ffadee038f5887f3ca427740140ddbfb4457e660]

        Don't malloc between for and exec
        
        ...at least macOS doesn't like that; change from OSL_TRACE (effectively doing
        nothing unless running a debug build with SAL_LOG=+INFO) to SAL_INFO (calling
        std::stringstream -> malloc in debug builds, regardless of SAL_LOG env var) in
        a005fbeddc4e615cfff56a9bd84355f8d42c1c8c "OSL_TRACE->SAL in framework..sal" made
        the mistake obvious.
        
        Change-Id: I43d35524a0861998a1ef58c6f448085a2fb01cd5

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [c4b7d96f390026b505881955a428a9df18093803]

        keep salinit for non-DESKTOP but not for ANDROID/IOS
        
        Change-Id: I6b97345c9d927d1ae1d89f85611c2b5de7b5f0d4

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [f7f312304ce716026d67ad555ad9a6fc491fa330]

        just give different things different names
        
        Change-Id: I7d9ca3812b1af35e6155ff269ee88cf4101de14b

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [f24f0ba63a57ab05a4aa3f57ef3d66d9371f1746]

        bodge linking for disable-dynamic-loading case
        
        Change-Id: I5c1c6cae8d2f179a68e0c6e11e89c7c947e4b479
        Reviewed-on: https://gerrit.libreoffice.org/32229
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [8092d344fa8cf9af692bc4e0ea544738a299b835]

        use new ENABLE_NSS for code which needs nss
        
        which isn't available on a static-only build (iOS and fuzzing) and
        android
        
        Change-Id: I99bb7c0b45d4499579ddf73f469a762ddcae99ab
        Reviewed-on: https://gerrit.libreoffice.org/32182
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [862ae89a14e6052fd0ff91ee4c143c35829f8e01]

        salinit for non-DESKTOP too
        
        Change-Id: Icb368b676199038bf8588b42ef50a2796468d185
        Reviewed-on: https://gerrit.libreoffice.org/32228
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [3b7b4d07bcd9e41cbcc61ea7c8bbc31e7d8d342c]

        wmffuzzer as single static binary for oss-fuzz
        
        Change-Id: I4d5ae63e46809341a7bb74a7c89b5a80c7a91e38
        Reviewed-on: https://gerrit.libreoffice.org/32227
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [1ad871ce0d4f2809161c8450e53c6598f449de95]

        link to our own static fontconfig and freetype when we build them
        
        Change-Id: I143256ba37acf948931350443b2acf30c34f50a8
        Reviewed-on: https://gerrit.libreoffice.org/32226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [35816ab0af2ec0c0f5bd365b72d180e7daa42e68]

        Move ImplFrameData initialization into constructor
        
        Change-Id: Id918ae46ed521fca5675845b2eb9cd26a8c7ebbb

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [41bbcc5b50a91fe45664b6242c2f5c83e8f948e1]

        Drop ListBox include from ComboBox header
        
        ComboBox just uses ListBox internally
        
        Change-Id: Ieed279160db1c9918bd9f3e37102b59ea62f0581

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [4c4b80a49e803adf9cecd6d079000fabe578ee4b]

        KDE4 fix wrong fallthrough
        
        Was found and marked in 03f440c379a03500a40cc34097c68a150d7a226d,
        but is definitly wrong.
        
        Change-Id: I6d04814fb8f25a92dfaf96d8face855315cc0208

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [78906ae07ae403af5a6426bb05f8ee5181eb0aca]

        Assume pWin exists while drawing
        
        Change-Id: Id392b7c42d6470230a4d9f627704286e532dce3e

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [3f94cf15f9bbb58bb1f4e5ca4cfa10e354c659e3]

        Fix focus and rollover for vcl::ListBox
        
        Change-Id: I4fffd086a38b54c673a199ea0603d25ca54aacd1

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [7ab2350d55ac6c222ae218435f7d56e59be3add5]

        KDE4 use correct ComboBox frame pixel metric
        
        Change-Id: I03fa5489ffc5cd5bb386bb321519c61058db4fda

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [b82f4373f55ac814e40fe3040d44dfe261f11ac5]

        KDE4 rely on style()->pixelMetric for frame width
        
        Change-Id: I7a1e89c0c058bab0b6665e2b96b22251dcb51f4f

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [294958c73990eb69cb7ffbf8d84bd95eaef8a88d]

        Update duplicated / outdated NWS documentation
        
        Removes the old, copied NWS documentation blocks from all native
        implementations and update the parent SalGraphics documentation.
        
        Change-Id: I0eff8ea0987c5c841e1b023340b1c3787c09e2ca

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [f3fdd6ead743d5ce883bb4dab4857f40f1092a75]

        Fix metric spinbox tool item size
        
        Instead of guessing, use the CalcMinimumSize(), which also knows
        about theming.
        
        Change-Id: I747571b48c81166d11d03f99ab564b1a25165ef3

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [d72f2a5e911cd4162695370fb598036b0a5351d1]

        tdf#78924 KDE4 drop special Combobox code
        
        At least not needed with breeze KDE4 theme.
        
        Change-Id: I71a05c395d04a6f19c3bcd681450318831b0c29f

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [0ede250968bee3a64648aa9fd018e25719331366]

        KDE4 add frame to Spinbox and enable buttons...
        
        ... and don't claim to support all parts per default.
        
        Change-Id: I7a8e0774b4573bf755737bc1adebe19a774736c9

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [27be8a263eddb54cb6b66cc0f832bfd02016a694]

        KDE4 fix edit box borders
        
        When recalculating the native window frame borders, calculate
        using already existing window borders. Otherwise the KDE edit
        box results in an unlimited recursion for increasing the
        bounding rects, if the control doesn't fit.
        
        Change-Id: I45e51e4796b06097ca537c656f004133dfacd033

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [98e45efa6ab58c67fb3940b9f6fc4b65542d4d6f]

        KDE4 set shadow colors
        
        These are used to paint Writers ruler text and marks.
        Makes both readable with disabled and inactive text colors.
        
        Change-Id: I39766d623164230a7379623c16e0463cbaaf0af8

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [97b2970d09af2c94698b25b9e7f0d47fcc7d4f74]

        Fix variable scope and better code readability
        
        Change-Id: Icce8bc0c1031ad0d1b53fa7389e1a75f16e62972

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [84979c4ca6ee6ae67b095c29ffb5b44f6fb77f75]

        KDE4 implement native drag handlers
        
        Change-Id: I3d6a1696b8278066b005c1983d226cc67381ba95

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [60f49908e08c53fd5581c38ab0c93cd3631563eb]

        tdf#102477 Drop toolbar popup window background
        
        Just rely on the default window backround.
        
        Change-Id: I8aa7a2b05ac2521b872290d508c0ce5fdaf83bae

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [a4d1dea6c79fedf8a5d21d14e4b1077ee0edd5f8]

        Unify drag handles for toolboxes
        
        The custom shape popup toolbars used their own drawing code for
        the drag handle. This was dropped in favour of the default toolbox
        drag handle code.
        
        This also drops the drag highlighting in favour of a move mouse
        cursor as the drag indicator. The drag handle is currently always
        drawn on the top, like a window title.
        
        Change-Id: I08cbf715f1e240c2eb6d9a61fad2b705f9bd8014

2016-12-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [716f8f39b0a58b7867f3ee76eb5cb934a1db96b8]

        rscpp: make previous FILE_LOCAL functions static
        
        This just move the declaration from the shared header to the
        corresponding cpp files to make them static.
        
        Change-Id: I4aed6e23a90d42114d815205db2b741080739ac1

2016-12-20  Stephan Bergmann  <sbergman@redhat.com>  [8a71eacef77c5b45df0078b92893e69b1140bac2]

        Don't use 'this' in ctor
        
        Change-Id: I405160743609aae92a37b2359bea5aa42ee66519

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [d0c3dba866ba0900dcaf2c3a25200edb516bd608]

        lower the system epoxy requirement
        
        Change-Id: I2fff46985502dafa3b860aaebe862853ebaccabb

2016-12-20  Takeshi Abe  <tabe@fixedpoint.jp>  [4956fd64e1881672c4e5ba8052709ca3cc3d165f]

        tools: Kill empty enum LockType
        
        It seems unused in the first place.
        
        Change-Id: I556ae97b86498c63315f1f1bbe8d55fdbb10c1aa
        Reviewed-on: https://gerrit.libreoffice.org/32218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [19d08bbf704332d727cfbe8e101e7d14c62326a0]

        tdf#104805 DOC import: fix non-0-starting LVL.xst with none-type prev level
        
        Interesting parts of the bugdoc:
        
        - it has a numbering definition with two levels
        - first level's type is none
        - second level has a numbering string: "\x01."
        
        Usually these placeholder bytes in the numbering string start from 0x00,
        but there it starts at 0x01, which means the layout has to replace it
        with the numbering from the second level.
        
        Mapping from the spec to the code:
        
        - nLevelB is an index into rgbxchNums
        - aOfsNumsXCH is rgbxchNums
        - sNumString is xst
        
        So when the rNotReallyThere added in commit
        251ba90d863c2695c9f46ef922e49d72a65da9ea (INTEGRATION: CWS
        soberfilterteam06 (1.44.26); FILE MERGED, 2003-05-19) wants to clear out
        indexes from aOfsNumsXCH, it talks about numbering levels. The old code
        assumed that nLevelB is the same as nPosValue, which is true in many
        cases (when the levels are like 1, 1.1, 1.1.1), but not in this
        particular case, where nLevelB is 0, but nPosValue is 1.
        
        Change-Id: I590d9b2725a3330c26a04a526ce22d95970a974f
        Reviewed-on: https://gerrit.libreoffice.org/32220
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [7c2eb64205ff2232f0b1860fc434627f2aa3d651]

        sanitze->sanitize
        
        Change-Id: I1b94438e43df6f1f8f7774d9e86f415785e60284

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [fdefa97e0c0a97fc23bcc28e9d734f22dcac2c7d]

        Related: tdf#104705 an effort to address crash
        
        Change-Id: I43284c19d0f38fb8fbd7e908c5d255cdfd399015
        Reviewed-on: https://gerrit.libreoffice.org/32222
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [b28a0eb9b6307906209816a29bc1170874f2a819]

        builtin zlib with oss-fuzzing
        
        Change-Id: I58c37a68c8695b68296f0eb652e3075ea1528108

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [50141d0eec7430707e0c44e993cddaf845f0d933]

        builtin-libxml and libxslt with oss-fuzzing
        
        Change-Id: Icbecfd287174e5d7be9bbf7dc235d1966a6858ff

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [d09acc4db55071c1de95d666b4edc5a63bc1f7f3]

        enable building cairo statically with DISABLE_DYNLOADING
        
        Change-Id: I45cfb14be3a92754c698fd553605b3a252a53e53
        Reviewed-on: https://gerrit.libreoffice.org/32221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66311a5ae72149167c7534d90825e35dc4a0e037]

        uitest: we need the workaround for the race condition also for file loading
        
        Change-Id: I6988cebc4c005b3e80c2b552fb66398cba036cd8

2016-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f23a90ee6d64a7649c84957a892dec4faa2326d8]

        uitest: disable the one unreliable math test for now
        
        I still need to research what is going wrong there. It seem to happen when the starting instance
        has the startup problem with the active frame.
        
        Change-Id: I903f758dbf02072decf88d5d30c358eb742aeb8e

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [91b34f1a57213c1806bef6cdbd8ca113b65fe671]

        static icu tweaking
        
        Change-Id: Ic882b4d1a5b5eaee9e8c38a0c8dbe7cd39590b9c
        Reviewed-on: https://gerrit.libreoffice.org/32219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Michael Stahl  <mstahl@redhat.com>  [b23c022db83fa74774063456fc626ffad1f3c115]

        gdb pretty printers: fix the SwXTextCursor::Impl one even more
        
        Turns out that commit 30f3315d52df22716c086836c41465a6c4cb98b5 has
        removed the SwClient there a long time ago, and the SwUnoCrsr was also
        renamed...
        
        Change-Id: I92932130c5adbea530c39557932efce70c9f75e7

2016-12-20  Michael Stahl  <mstahl@redhat.com>  [04e3b4789682ecc1ead40b35dcc13b5079f51460]

        gdb pretty printers: fix BigPtrArray printer for member rename
        
        Change-Id: Ia9da0c0931a01b2c99c24420a9ba603b47a711c1

2016-12-20  Michael Stahl  <mstahl@redhat.com>  [40317fb643997053f30cc2cfc41e3c0a819079c2]

        gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient rename
        
        Change-Id: Ief136f57ce60bde1faa0603961aa775967621fbf

2016-12-20  Michael Stahl  <mstahl@redhat.com>  [96ecc57bc781596ce9c419e3452324a301a1720f]

        gdb pretty printers: fix SwPaM printer for Ring member renaming
        
        Change-Id: I605e4e972468165e7f5d21681b6e7eeb228dfdc9

2016-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [081267ebaacb38c564b36bb3e2576bf22d52b3e5]

        try to avoid the annoying focus stealing on windows
        
        Change-Id: Ic6d3492a4707f24b616a7dee34a111ba0af4f281
        Reviewed-on: https://gerrit.libreoffice.org/32207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9a017238082f73ca2015f571804f35928db1f38c]

        Fix an annoying comma splice
        
        Change-Id: I9b93b981105339b1db176d6031ccf46149a6d27a

2016-12-20  Stephan Bergmann  <sbergman@redhat.com>  [3ead3aef028a317a36498f20eb9fa27045df38a8]

        SfxFrameStatusListener::m_xFrame can apparently be const
        
        Change-Id: I6c7b508eae23cf6046ba07fb00ae5e63d5efc57f

2016-12-20  Stephan Bergmann  <sbergman@redhat.com>  [1b616752eaa389ebefd7caef437368052aecbfa5]

        Result of css::ui::ContextChangeEventMultiplexer::get cannot be null
        
        Change-Id: I00fba6c2a79404c824feaa5bb302d37c4158f9a3

2016-12-20  Stephan Bergmann  <sbergman@redhat.com>  [2017526bcca33ef55f90f97e3c8f2320f71a182a]

        ODR violation
        
        Change-Id: Ia56bd463c83c0aedcc7f4e9cf1b65c57104d78f2

2016-12-20  Mike Kaganski  <mike.kaganski@collabora.com>  [5bc75ae6fe30a27037f91dfa26323602bf53e00c]

        Move DrawingML serializer setting out of DocxAttributeOutput::BulletDefinition
        
        ... for consistency, to avoid setting serializers in random places
        
        Change-Id: If4e438def86f5dd2cf285693628e876ba08ef05a
        Reviewed-on: https://gerrit.libreoffice.org/31940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-20  Mark Page  <aptitude@btconnect.com>  [5a20df55ff829978c880b22e0a1f32c35d0ba30f]

        tdf#104121 Set default animation playback speed to match browsers
        
        Change-Id: Id4814c4fa965ea5c4f73931be171294bed258909
        Reviewed-on: https://gerrit.libreoffice.org/31416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [51b6a7c87ba27e181fb3634e96296b7307a8281f]

        writerfilter: various small cleanups
        
        Change-Id: I258a03909e2a166b8f1c077cf758974a06ad3403
        Reviewed-on: https://gerrit.libreoffice.org/32215
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [5c5a6c3668c2112ce419f6b559105e915d9bd29d]

        bootstrap building with --disable-dynloading on standard linux
        
        Change-Id: I5baf70f0053612cba8b74f54aff11ce25cdeb95a
        Reviewed-on: https://gerrit.libreoffice.org/32202
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [0e0508b18f9daad618e19249daf008d518d5e860]

        make IOS generic DISABLE_DYNLOADING and explicit link to icudata
        
        Change-Id: I515fb2e772e63fef00711c87200512ea1bed024c
        Reviewed-on: https://gerrit.libreoffice.org/32206
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [87114367d74526e738f8726e2567be5a0cf085d1]

        some raptor tweaks for --disable-dynload
        
        Change-Id: I63229ea57acc36b377f430d2305530cfe5617a35
        Reviewed-on: https://gerrit.libreoffice.org/32203
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Caolán McNamara  <caolanm@redhat.com>  [c00b5ee5f2bab4e10f113e09372bd151d852912b]

        always have dbtools
        
        Change-Id: I6a3658a275c520c95490df2bb4c99ad3e3a15cef
        Reviewed-on: https://gerrit.libreoffice.org/32208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-20  Julien Nabet  <serval2412@yahoo.fr>  [456363919105253dd344b80b3ad3f649662c5658]

        vcl: fix Android build
        
        lround() is missing in the std namespace on the broken Android toolchain, work
        it around.
        
        (same as https://cgit.freedesktop.org/libreoffice/core/commit/?id=0cb7d76bc5552245642ba423a87831cd9e0b2b92)
        
        Change-Id: I84c97e6d6bcbc193565c01db3011eb9d4edba6a1
        Reviewed-on: https://gerrit.libreoffice.org/32216
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b85699a02706ee6d0b322888bf5da1c8906134dd]

        add an option to pipe log output to file
        
        The target file and the option are controlled by SAL_LOG_FILE. The
        variable should contain the target file in a system dependent notation.
        
        Change-Id: Ie1ce9c39740c8b7a989e5af222be21a3e3142084
        Reviewed-on: https://gerrit.libreoffice.org/32176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed2b8ca92ae00ab96b0ea2b1c3fc9be4622b61ff]

        convert SFX_EVENT constants to scoped enum
        
        SFX_EVENT_CLOSEAPP and SFX_EVENT_TOGGLEFULLSCREENMODE are never
        generated,
        so remove them and delete the code that receives them
        
        Change-Id: I2d003ba73fff0b02120ba29ff58e1d2399dedf00
        Reviewed-on: https://gerrit.libreoffice.org/32168
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-20  Khaled Hosny  <khaledhosny@eglug.org>  [9eb4b14ffa57cd7bbdf0fc43096f5f1e65c8e388]

        tdf#103765: Round positions instead of truncating
        
        Change-Id: Id0505163e10bb4c76970f2f96af568da453d3d05
        Reviewed-on: https://gerrit.libreoffice.org/32211
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-20  Takeshi Abe  <tabe@fixedpoint.jp>  [2e9c02feca732f6dd012ccbe5d7c6853c64075a5]

        extensions: Drop empty file
        
        Change-Id: I4962d739af889595f026c250b8f10a917b1dfb17
        Reviewed-on: https://gerrit.libreoffice.org/32130
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-19  Julien Nabet  <serval2412@yahoo.fr>  [4e1c423358f60f7516a1682c97837edd21addcf3]

        tdf#104767: Fix calculus of child index in commitTableEvent (accessibility)
        
        bt:
        1  0x00002aaade2fea5b in accessibility::AccessibleGridControlTableBase::ensureIsValidIndex (this=0x5555586abdb0, nChildIndex=11)
            at /home/julien/lo/libreoffice/accessibility/source/extended/AccessibleGridControlTableBase.cxx:257
        2  0x00002aaade2f97f2 in accessibility::AccessibleGridControlTable::getAccessibleChild (this=0x5555586abdb0, nChildIndex=11)
            at /home/julien/lo/libreoffice/accessibility/source/extended/AccessibleGridControlTable.cxx:60
        3  0x00002aaade2ee054 in accessibility::AccessibleGridControl::commitTableEvent (this=0x555557e97500, _nEventId=5, _rNewValue=uno::Any(void), _rOldValue=uno::Any(void))
            at /home/julien/lo/libreoffice/accessibility/source/extended/AccessibleGridControl.cxx:354
        
        Seems a regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=0f32ba56a1e775e8ecd6c827ebd48f7f2fb51c81
        
        Change-Id: Ia973eb381832da27ecc39fc5273f67a685d5a7bb
        Reviewed-on: https://gerrit.libreoffice.org/32205
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [52853b53494e1e51d71ccdb54afd7a4f16fba93c]

        loplugin:sallogareas
        
        Change-Id: I85e4c411548768a9a85686aab35e5795116f0308

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [30e7c3051dd582307437b82f1dbc21290fd2e916]

        Fix SolarMutex getting lost across call to g_main_context_iteration
        
        At least with SAL_USE_VCLPLUGIN=gtk, sticking DBG_TESTSOLARMUTEX() before and
        after this while loop demonstrates that, without the explicit
        SolarMutexReleaser, the SolarMutex was acquired before the loop but isn't
        thereafter.
        
        Change-Id: I4a97063103193821cc5eb3469484dd3346a60822

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db2ced6c8c42c3fd6bcf77186fdc4c0332928fad]

        uitest: warn if the command is not executed
        
        Change-Id: I53bfa5ef7594eeb7446cdb9e4ba211839e255197

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49fe525412ce321a6b94091f76e01ec39c3e35f6]

        uitest: help on windows with the debug output
        
        Change-Id: Id22412389f3de2c9923887fd99a3e1c6860e1f33

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a92b4f98ea08a25afadf16f1cebdd0f70c0c548]

        uitest: work around race condition when starting multiple soffice instances
        
        Change-Id: I45b57f6789a6156b7f70b39bac624bab55dc17ff

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75103ef0141efe3002e42cd92b05fbff806cf6c4]

        make sure the variables are set up
        
        Change-Id: Ib710f1ee291fb15ad7b05a5d36824a129d407ccc

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [56e39524e5f65a5d34082f2335066dea0cf416bc]

        let enable-fuzzers imply non-DESKTOP
        
        Change-Id: I783b2950fcd43b1767961bc97d331be96b035ba7

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [2b876d06f035f755b887a3a768b0e58b89e04b96]

        disable uninteresting utility in --disable-dynloading case
        
        Change-Id: I1b4d5fe33859cdabdcaa159a489e019ff8fe88b6

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [cc211602f0ddefcccc7d0dac32ed77654c841c98]

        initial support to build with --disable-dynloading on standard linux
        
        Change-Id: I25dd59b5a12e91ee492508a77a80a69f16912b62
        Reviewed-on: https://gerrit.libreoffice.org/32193
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [9aa53881393a2f8d6316473682c9c0682b2ce0ff]

        drop uninteresting binaries
        
        Change-Id: Ibf8a1ef17448c09195a6e7d5093f738136d91af6
        Reviewed-on: https://gerrit.libreoffice.org/32197
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  David Tardon  <dtardon@redhat.com>  [f448193fda1e4e63db209d9c84f836c70accdfcc]

        upload poppler 0.50.0
        
        Change-Id: Idd25c574e24bdab06474ff13661e0c5d121a9992
        Reviewed-on: https://gerrit.libreoffice.org/32080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [756203d490720deb53f7da4914d738b064b9e157]

        make sure we are not leaving soffice around if python process crashes
        
        Change-Id: Idac32c3d788714533ee760782d2b6a328262f3f8
        Reviewed-on: https://gerrit.libreoffice.org/31996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef16c96a51809f97d66e7e22595388e54e974cf1]

        uitest: disable tests that deadlock with mutex problems
        
        This seems to be a race condition that is not really related to the UI
        testing. It should happen any time with out-of-process UNO.
        
        Change-Id: I86e42fc6c3848c4522e6f4e5db72e92917e19286
        Reviewed-on: https://gerrit.libreoffice.org/31995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4d74308c35d17b5f7467e230bd0c841fbcc711c]

        uitest: add missing solar mutex guard
        
        Change-Id: Ic86e7e75ac8667b32227683c5b48731831203a0f
        Reviewed-on: https://gerrit.libreoffice.org/31994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [74dddd8b483d89dc7915471441cc30a1aa342363]

        tdf#104162 DOCX import: fix crash on <w:hideMark/> in a comment table
        
        sw comments are handled by editeng, so tables in comments aren't
        imported. That means lcl_emptyRow() may get a row where the first cell's
        start is an empty reference, so handle that case.
        
        Change-Id: I43e286314143934c20e6cbbd656d32883b6b2efe

2016-12-19  Gaurav Dhingra  <gauravdhingra.gxyd@gmail.com>  [9fa5439cb6aa695ca2e3fefd4426bdd150091cbe]

        tdf#104622 Add duplicate node entry to elements in emoji.json database
        
        Add boolean field "duplicate": true
        
        Change-Id: I8e45ed4694bfc75b18c2405146e5eaa142559c1b
        Reviewed-on: https://gerrit.libreoffice.org/31997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [8d31d285445aa103289fc1a65ec0ecd8ff606bec]

        -fsanitize=function (SAL_USE_VCLPLUGIN=gen)
        
        Change-Id: Iba67eb8dc0cb40e8663ad04fc96201072d3aeabe

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [2eb121bd153c77725b759d457721efc39e5f21f6]

        MSVC 2015 apparently fails the sizeof(incomplete) SFINAE trick
        
        ...at least with --disable-pch it complained
        
        > [build CXX] canvas/source/directx/dx_bitmapcanvashelper.cxx
        > C:/lo/core/include\vcl/vclptr.hxx(98): error C2027: use of undefined type 'OutputDevice'
        > c:\lo\core\canvas\source\directx\dx_devicehelper.hxx(33): note: see declaration of 'OutputDevice'
        > c:\lo\core\canvas\source\directx\dx_devicehelper.hxx(109): note: see reference to class template instantiation 'VclPtr<OutputDevice>' being compiled
        
        Change-Id: I3ba90acdb632fc209b8137818e30fb771ba0807c

2016-12-19  David Tardon  <dtardon@redhat.com>  [5bc94f60379029f343581bef8aea3e350c7db2e4]

        add missing dep on jpeg
        
        Change-Id: I0732f23dd9daa0c3a1f138011b0db17b36b729d1
        Reviewed-on: https://gerrit.libreoffice.org/32179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [c6dba3e8a1c85235a92b36a17c939152b179fe57]

        Add ucrtlib dir also for 32-bit Windows
        
        cf. 86e6d9b62f4d77a6949fdb98c570930a80f6917c "Make check for broken static
        initialize_list work with MSVC 2015"
        
        Change-Id: Iac957a7bcaeecf9740e53ab777a032d128dfffde

2016-12-19  heiko tietze  <tietze.heiko@gmail.com>  [765826abcaa441d4d90ffbe75bc3c626c42e639b]

        tdf#87538 New standard color palette, tdf#104052 Add LibreColour HLC palette
        
        New standard palette; contribution from Christoph Schaefer, freieFarben e.V.
        
        Change-Id: I36cfb3983e28caad0994f9a81e5bc230e8a675e8
        Reviewed-on: https://gerrit.libreoffice.org/32116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  David Tardon  <dtardon@redhat.com>  [07cb7687f47b2dd85db262604b3d4d47b91135d3]

        a blind attempt to fix android build
        
        Change-Id: I025847785cef1cad9190861410a284c848744dce

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [9d7315df825762ef03f47c56dd078d7b1724f1cf]

        lets always have at least dbtools
        
        Change-Id: I72f768ad760fd9fa1e3ec988e5217672bca9c824
        Reviewed-on: https://gerrit.libreoffice.org/32175
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [002a83fca94dd34cc30a58162c3316e371478308]

        this textenc hack is for android and disable-dynamic-loading
        
        Change-Id: If2191161e82fc1e05b1442ae4b3b729cc1b8994d
        Reviewed-on: https://gerrit.libreoffice.org/32038
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [406a08c8a12dcaa6bf4a17ae3aa6d6d27bb10446]

        forms is disabled without HAVE_FEATURE_DBCONNECTIVITY
        
        Change-Id: I6ee4993ec65ba60234daf3e6fcc4cab432939f5f

2016-12-19  Michael Stahl  <mstahl@redhat.com>  [b052b5d890be70dd22b9aea36a356074a2c39871]

        tdf#104488 SwAccessibleMap: dispose sub-shapes of group shapes
        
        ... and ensure that they are removed from the mpShapeMap.
        
        Commit 76c549eb01dcb7b5bf28a271ce00e386f3d388ba added all sub-shapes of
        group shapes to SwAccessibleMap::mpShapeMap.
        It's not immediately obvious why this is necessary, given that
        AccessibleShape will probably create these on demand.
        
        It turns out that the AccessibleShapes are not only disposed from
        SwAccessible code but also from svx code,
        in particular the call to ViewForwarderChanged() in
        SwAccessibleContext::ChildrenScrolled() leads to visibility checks.
        
        Thus the RemoveGroupContext() may fail to remove the sub-shapes from the
        mpShapeMap and the assertion in ~SwAccessibleMap is triggered.
        
        Change-Id: I6d9c3d816f5521960855d5e6a563bec49d8030b8

2016-12-19  Michael Stahl  <mstahl@redhat.com>  [f256fafd7ab69e929d5267a487a23024a902897e]

        sw: Sw*Contact::GetAnchoredObj() convert to assert and simplify
        
        Change-Id: I0aa18fafd1759cd7c4d2ada18120fa8b97b353a4

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [68a1a7a05f05b69314c8fc5689a8c6d0c76e5681]

        Related: rhbz#1405521 abrt reported crash in dnd
        
        Change-Id: I8d8f9379d36dd3dd1a8973cd9f9c14860765630b
        Reviewed-on: https://gerrit.libreoffice.org/32174
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [5449db942f52063f703a14fb4b986cfed1468ffa]

        sw: prefix members of Ring
        
        Change-Id: Ibe7def84d5a093063163d44c1c7e458b99fa76bc
        Reviewed-on: https://gerrit.libreoffice.org/32167
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-19  Stephan Bergmann  <sbergman@redhat.com>  [86e6d9b62f4d77a6949fdb98c570930a80f6917c]

        Make check for broken static initialize_list work with MSVC 2015
        
        ...where AC_RUN_IFELSE failed to find libucrt.lib
        
        Change-Id: If696224d179f5e59d22f0a2eaa417ebe80a0ed8a

2016-12-19  Tor Lillqvist  <tml@collabora.com>  [b01c31598d47e18ce5c06efbb485ab90b9d355fb]

        loplugin:unreffun
        
        Change-Id: I4663de7eb81b7af39b5a24581667fd7fcfb829cd

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [ea992517bf8b1d48c2e02717f5bc9efc3ebb1c2e]

        with missing nss build curl and vcl appropiately
        
        Change-Id: Iaef197e9ab736c219897933a76f4c75a3e3acaa6

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [6cb661fba4a56782e521a4ede3db17d535f7cd4e]

        Revert "Revert "build our own fontconfig and freetype under oss-fuzz""
        
        This reverts commit d3c06fb90485543f6ca4b1f833e6c4f82b28ba14.
        
        which seems innocent after all

2016-12-19  Caolán McNamara  <caolanm@redhat.com>  [8ae20343bba260073d4cee13118f507769fb0060]

        make IOS hack a DISABLE_DYNLOADING hack and extend for basctl+starmath
        
        Change-Id: I07057dec477051ddc96600f467ffbb0c8bd1da5f
        Reviewed-on: https://gerrit.libreoffice.org/32144
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-19  Justin Luth  <justin_luth@sil.org>  [b8fa395288a1f3a24a4fca392afdf3a9b58373ea]

        tdf#104713 writerfilter: parentless styles - only if default defined
        
        LibreOffice's default paragraph style is very different from Word's normal
        style? Anyway, if normal is not defined in styles.xml, then don't
        re-assign any other automatic styles to be based off of it, since that
        indicates that the style information being imported is not complete.
        
        avoids regression from commit b79b5e0df6dc5a0ba18054b0503d6fa804b69f02
        
        Change-Id: I1bfa8505d6b89b2bba255ad727ebadbacc8d3651
        Reviewed-on: https://gerrit.libreoffice.org/32103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f573de2a956d91f67c384dbb54c980c117219032]

        no need to wrap calls to SAL_INFO in #ifdef DBG_UTIL
        
        Change-Id: Ic373a8f145f3f78c3f109e36a9c1dd9156f0dd75
        Reviewed-on: https://gerrit.libreoffice.org/32034
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6fd7c0c7714a90a6b99003b67a47b28b800cfdff]

        ImplImageTree extract parameters to own struct
        
        Change-Id: I56e68ab19e63637d21dea7929f093bb1aceb982a
        Reviewed-on: https://gerrit.libreoffice.org/32135
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bf5f6df9e47bd31dc052c6411f6f88ec2d4e3cea]

        vcl: separate ImplImageTree - ImageTree singleton and public iface
        
        ImplImageTree was used outside of VCL which is not consistent with
        the name and the header also contains a lot of implementation
        detail. This separates the implementation to ImplImageTree and
        the public interface and singleton to ImageTree only.
        
        Change-Id: I3a26444f0f6971a6b1d83472e9cef19c93192d3e
        Reviewed-on: https://gerrit.libreoffice.org/32134
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9a97a5d5aca8473845bca2e17c5826b772b8f3c]

        drop custom hashtable implementation in idl
        
        Change-Id: I2cdb79022e77cdcc03962d392d0d87626a090ac5
        Reviewed-on: https://gerrit.libreoffice.org/32043
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f9fd6390cd88b87ca81538385da028ff5b1783c0]

        ScrollableWrapper -> ScrollableDialog
        
        no point in having a template and a virtual base class when it's only
        used for one type
        
        Change-Id: Idb1a1a551064cc10896eff33652038eb5be0297e
        Reviewed-on: https://gerrit.libreoffice.org/32041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-19  Takeshi Abe  <tabe@fixedpoint.jp>  [2a79ec7fe5abab9c3ba5f4f07a016dbc4287c1b8]

        sc: Drop empty olkact
        
        Change-Id: Idc23fd32fb5b3f411e874252c312ef73fa70698f
        Reviewed-on: https://gerrit.libreoffice.org/32131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-19  Xisco Fauli  <anistenis@gmail.com>  [5903235d57acb13d9d5286d23b443a01aeab9a3c]

        tdf#104339 Partially revert d5649ae7b76278cb3155f951d6327157c7c92b65
        
        Change-Id: I5160c6efe7cf58351955d9d1d3066e3b33bdfe20
        Reviewed-on: https://gerrit.libreoffice.org/32082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>

2016-12-18  Julien Nabet  <serval2412@yahoo.fr>  [486efbfc74890582b16f858b8e937d4ae9b66f64]

        tdf#103363: add unicodedata and import idna encoding for mailmerge
        
        Thank you Moggi for your help on how to add unicodedata module to Python!
        
        Change-Id: I071e9279d1de4748f9443ac2d624fe925288e408
        Reviewed-on: https://gerrit.libreoffice.org/32140
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-18  Caolán McNamara  <caolanm@redhat.com>  [144ddfa2d837e4ed02435da0feb1c137f1fe5cf8]

        fix grammar a tad
        
        Change-Id: Ib0ea502c8b2f13a4bc9d7f57ecc86c6980c36518

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [54aab71ff7c51677176331347074a765f22fd80d]

        On Windows, #include <process.h> for getpid
        
        Change-Id: Ibfb52800cdde99298431dab9da1cb8109658c425

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [35196c32751570d0c4b79f550d6c8723d2936f1c]

        loplugin:vclwidgets: Adapt check for 'assert' for MSVCRT
        
        Change-Id: I12a77b5b53e3a674c1ff1554b560a71605e141a6

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [83ff2a4f3824cbca7bc61a954aed840a21be4364]

        loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on Windows
        
        Change-Id: I93a23799ad9a76ed9f4f86d69adb610d0962da20

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9ed9ca611a6abfe3096379ba52a56fd53f07d5a1]

        loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on Windows
        
        Change-Id: I9a2be8c4265095ff2ac5e2216cb08c35c9049bf8

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [dbbd2c48b157214fd3e4b912e25ffd0b02976fa4]

        Work around problem with poor gperf-generated code under clang-cl
        
        Change-Id: Iba3fae8bbecaf5782228be1fb99f196864d79e6b

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [f2ef97dee758cb7b9360ebef08d59672b5e56b0d]

        loplugin:fpcomparison: Whitelist some Windows-only functions
        
        Change-Id: I94f35696ba358a049ee65764d17c62df7889aec7

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [09f5ffafc2dcc999acfe5939ce341d27122a4446]

        loplugin:commaoperator: Ignore occurrence in FD_SET expansion on Windows
        
        Change-Id: I66974c273918d6d887364e7d552e3caf63e16343

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [c052ec5add428b9e22494ada72758bc93de902f6]

        Chose better diagnostic location
        
        Change-Id: I502da4b93905e64ca5506f24dc1f6bf2bf990dc2

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [0f22790e6bc936b6de588c30816d6fa59f4a14dc]

        Generalize typedef-to-void* check in loplugin:redundantcast
        
        ...to also cover cases like conversion betwen LPVOID and HANDLE in Windows-only
        code
        
        Change-Id: I934fe89372ee7a12462e7ad4284b9ea2cc73ce5a

2016-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ec0665ac8b427b16f1ebc118496d7d2b1831f3fd]

        Rename cdecl -> classdecl (MSVC treats the former like a keyword)
        
        Change-Id: I1859a92c996b907b8d511cddba25c00c9a52f398

2016-12-18  Caolán McNamara  <caolanm@redhat.com>  [5bddd370e0e22c833bdae139444cdd9878d73f6b]

        necessary oss-fuzz config setup
        
        Change-Id: Id3db7c7fa74f8dd36c0385c2198efd12546004ab

2016-12-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4dc5e08671798e8145221667110e86add9e6fcf5]

        recreate the reference files
        
        Change-Id: I24c5943cbb371717e3354fe292800abd1536129e
        Reviewed-on: https://gerrit.libreoffice.org/32139
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9340516671d1e955cdb9b948e034b01c92c1db14]

        add missing component file
        
        Change-Id: Ica945030f955cb192cee44a0f97f4f9d881bf9a0
        Reviewed-on: https://gerrit.libreoffice.org/32138
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-18  Tor Lillqvist  <tml@collabora.com>  [db9aec4520766c87a09d4cb0238ed06ebaeaaeeb]

        -Werror,-Wunused-function
        
        Change-Id: Ia6c8c807c90931da4a5f3cab79d178f88bce290e

2016-12-18  Takeshi Abe  <tabe@fixedpoint.jp>  [53edf60c4ce6ed32f87471e018878c40b788005a]

        sc: Drop empty drawvie2.cxx
        
        Change-Id: Iaeb12e7456d79904e993bc3644066e0ef7d02316
        Reviewed-on: https://gerrit.libreoffice.org/32132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [7ccf36d81f53abacd92f014c7f6e1c2b1e618873]

        split out inability to have nss as HAVE_FEATURE_NSS
        
        Change-Id: Ie9fa0291117ba81529cc396f96f3f02c4a7e4d79
        Reviewed-on: https://gerrit.libreoffice.org/32093
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [1d9c6042e89c6a688b0b9392e627d8c65de63d74]

        More blind fix attempt for MSVC
        
        Change-Id: Ic3374bbf71cd7975ce1523a5a9ab47e57f5aad51

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [08e18475c39f9fd79aea47c37afaf92734bb727d]

        More blind fix attempt for MSVC
        
        Change-Id: I023d79c0d8928d8b43df67996ca4eb9dc6bfb25e

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [66b476647f937afafe55354fccd0f5d859e8cd0b]

        More blind fix attempt for MSVC
        
        "warning C4822: 'XMLEmbeddedObjectImportContext::{ctor}::Entry::Entry' : local
        class member function does not have a body"
        
        Change-Id: Ieeb11aaf3f204532a77ce80d47e0e6996697003c

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [0b211d6ec65c96933031d948ab39a762322a89ad]

        More blind fix attempt for MSVC
        
        Change-Id: Ic1c8fe2994d8094581b7c22a50edb6267122b8ea

2016-12-17  tagezi  <lera.goncharuk@gmail.com>  [2c9972b8d40dce72cc6f56f1d44db838bd0ece10]

        tdf#104441 Addition to output to the console help
        
        There is no documentation in the help on how to open a file and automatically
        run a macro
        
        Change-Id: I94c5e87ae0f573a5546a83b118021744b439c7cd
        Reviewed-on: https://gerrit.libreoffice.org/32122
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [d47847116f30038cb7b3c8f6650e3c9892380fbf]

        Blind fix for MSVC
        
        "warning C4510: 'XMLEmbeddedObjectImportContext::{ctor}::<unnamed-tag>' :
        default constructor could not be generated"
        
        Change-Id: I3c81bf4c0fd20795e20f5c0f2e790bf4118c0e2d

2016-12-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5694b4970e3af096130e172ac6968b10ed587a6f]

        tdf#104722: Wrong text alignment when text box is smaller than the text inside
        
        The default TextHorizontalAlignment is block. Setting
        paragraph alignment (on UI) works when this text
        alignment property is set to block (otherwise has no effect).
        In general this works on this way, but the existing
        algorithm did not work in those cases when the
        text was bigger than the container shape.
        
        Change-Id: I02dba76f8e3033a465bb14dc826521966bb30987
        Reviewed-on: https://gerrit.libreoffice.org/32123
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-17  Julien Nabet  <serval2412@yahoo.fr>  [2beb90a041bc99644330977f13bfaa10a05b9a39]

        Fix QTBUG urls
        
        Change-Id: Ia265b0b6b9d1883e51e561c50f521c82bf0de222
        Reviewed-on: https://gerrit.libreoffice.org/32124
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-17  Justin Luth  <justin_luth@sil.org>  [223dd0c15e383144bdeea040f86efb7a06f89450]

        tdf#104714 bRemove paragraph: ignore frames in Headers/Footers
        
        Empty paragraphs are removed in certain cases. If the previous
        paragraph was in a frame, then this one shouldn't be removed
        (unless that previous paragraph was in a header/footer).
        
        Most of this patch is renaming the function to clarify that
        it refers to the latest paragraph, not the very last one.
        
        As noted in original tdf#75573, there may be other paragraph
        containers that should also ignore their framed status - so
        I've tried to set this up to make it easier to add those cases
        when proof documents are found.
        
        Change-Id: Icd09793f652616622ab266942f4b81eeb39c0ccc
        Reviewed-on: https://gerrit.libreoffice.org/32121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [9ca34fa4514dd90de5383f7329a424486161bdbe]

        Minor simplification
        
        (the explicit OUStringLiteral ctors in aServiceMap are needed at least by GCC 4.8
        used by <http://ci.libreoffice.org/job/lo_gerrit/Config=linux_gcc_release_64/>)
        
        Change-Id: I16721317ef4fd47ca6f2905a9387a77fbf54086a
        Reviewed-on: https://gerrit.libreoffice.org/32100
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [5c2f401a5f07065dd9ae06e0a80911beb6fd9ac4]

        Minor simplification
        
        Change-Id: Ia953a09f708fd83a2a5b2655dec2ed626891bb7c
        Reviewed-on: https://gerrit.libreoffice.org/32099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [83d2c5180d255532b7cdf5d2922fee1cf056eef3]

        Adapt to no-longer explicit OUStringLiteral ctor
        
        ...from previous commit
        
        Change-Id: I062b7cd212c17e7eb5274476e6859228d0477c7f
        Reviewed-on: https://gerrit.libreoffice.org/32098
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-17  Stephan Bergmann  <sbergman@redhat.com>  [87707670c993794ab12b0fad0f048f11429269c2]

        Make OUStringLiteral more useful
        
        ...by:
        
        * making the OUStringLiteral ctor non-explicit (to be exploited in a follow-up
          commit)
        
        * adding (LIBO_INTERNAL_ONLY) overloads to OUString/OUStringBuffer functions
          that can now take OUStringLiteral in addition to taking "real" string literals
        
        (Keeping the number of overloads smaller by replacing the ConstCharArrayDetector
        overloads with ones taking OUStringLiteral (for LIBO_INTERNAL_ONLY, at least)
        and relying on the now-implicit conversion from "real" string literals to
        OUStringLiteral unfortunately would not work:  Both OUString and OUStringLiteral
        argubably need implicit conversions from "real" string literals, so any function
        overloaded for OUString and OUStringLiteral would be ambinguous when called with
        a "real" string literal.  And removing the OUString ctor taking a "real" string
        literal and relying on an implicit conversion chain from "real" string literal
        to OUStringLiteral to OUString doesn't work because it would involve two user-
        provided conversions.)
        
        Change-Id: I14433fc1605b048807f60b3a3e14f92221d3a226
        Reviewed-on: https://gerrit.libreoffice.org/32097
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [e3077960cdc6c12eb2f5f940393e0fe3052f53a5]

        fix !HAVE_FEATURE_UI build
        
        Change-Id: I5df340811b98c87f8b64fbaca469e2cd4535b81f

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [89b2159d2f6c2b7efa99b81f3aa4a9ab21d561d7]

        dba_ORowSet needs HAVE_FEATURE_DBCONNECTIVITY
        
        Change-Id: I35c2121069c2bcf72f6a4db66ea0703b17f96a50

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [4ec87ca784056a48b0c668d4bcde3167ecdc902b]

        add dbtools for !HAVE_FEATURE_DBCONNECTIVITY anyway
        
        Change-Id: I7a769ab3c7881eae80849efc5e75eca5846d254f

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [818d93f1db1222fe40420139c9e263ca7b3a147e]

        more !HAVE_FEATURE_DBCONNECTIVITY build fixing
        
        Change-Id: I1f949c29020c498200decdac487e0519f48a4142

2016-12-17  Caolán McNamara  <caolanm@redhat.com>  [2ac7558242d3c3bca670f8ef0bd1bdb132f2d304]

        fix !HAVE_FEATURE_DBCONNECTIVITY build
        
        Change-Id: I7a4fe41d6ff5c7b9fe9ed243b84779da9d2c8a68

2016-12-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [767e1429b2b864e3f0fa1edae45388896b58a45a]

        also read Library check targets
        
        this should fix libscqahelper ending up with a wrong MAKEFILE, which
        then confuses gbuild-to-ide
        
        Change-Id: Ibf030b3d9dbf3ba92b7e119e847d7cd6104dedb2
        Reviewed-on: https://gerrit.libreoffice.org/32107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-17  Justin Luth  <justin_luth@sil.org>  [1427817a944f3cf1020b2f06a2ca934847b56ba8]

        tdf#104613 fix logic error in code replacement: CalcLineSpace
        
        since m_bBorderDist is currently always true, this will not have
        any real impact, but it should be ,m_bBorderDist instead of ,true.
        
        Fixes commit 5d9d0f3c979732ade57b9c4c4960dd030ffdc9f9
           there is a function for that: CalcLineSpace(xx, bEvenIfNoLine)
        
        Change-Id: I5c7f6ad02d2a4c426e2d231c13d3d38ce45b7a1b
        Reviewed-on: https://gerrit.libreoffice.org/32112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [c60e07a86338b13eda6487f45b393e407275904b]

        icu genbrk built with enable-static can't find its data, help it out
        
        Change-Id: I4e584a2d518d8d9a1e183cf4f5f76eaff349352d
        Reviewed-on: https://gerrit.libreoffice.org/32095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-16  Eike Rathke  <erack@redhat.com>  [8bd9e0503ebb6771c543e2fd9a0dc0d2d715f304]

        adjust rounding decimals to expected values
        
        This may have been the cause for some tinderboxes choking on this test
        on Windows and Mac if the forecast results slightly differed due to the
        initialization with random values and the calculation taking place with
        a different internal floating point precision. So let's try.
        
        Blindly throwing ROUND(...,12) at all values is wrong anyway because
        that doesn't take the magnitude of the expected value into account. What
        we actually want is an accuracy of 12 digits, not an accuracy of 12
        decimals.
        
        0.123456789012
        1.23456789012
        12.3456789012
        123.456789012
        ...
        
        Change-Id: If88d75277c3d17cfd72f36d0f88d093b63da8add

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [d3c06fb90485543f6ca4b1f833e6c4f82b28ba14]

        Revert "build our own fontconfig and freetype under oss-fuzz"
        
        did I break android here mysteriously
        
        This reverts commit f2fae3684f35bfb03c4921adc4ecbddcff36374b.
        
        Change-Id: I0d941d3e474c6693cd15e1b55baab83a3da48488

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [62f2a279ed1f50521e185a5bcc1f73fe0782993a]

        add missing WITH_LOCALE_cu
        
        Change-Id: I78bee8ee1426096830f8402e3967819779426783

2016-12-16  Michael Stahl  <mstahl@redhat.com>  [ae3ec0d53a22ae5d2b7fb244a6056d0627b71873]

        tdf#91260 sw: fix nasty corner case of SdrGroupObject in header
        
        or footer.  Some very special handling going on to paint these in
        VOCOfDrawVirtObj with a GetSwDrawVirtObj().GetOffset() added;
        they are falsely identified as invisible because their
        sub-objects have an anchor set but it is always on the first page
        so to properly check them we'd have to add the same GetOffset()
        thing but checking the top-level object should be sufficient.
        
        (regression from 689cead9e0837dc932e3a4cd765f7d319b529018)
        
        Change-Id: Ida6fcd41948f46410ca02193549e426bc9dae8c5

2016-12-16  Michael Stahl  <mstahl@redhat.com>  [bdd1a03b450f9f8a0ead46c38bec58f6879b2c5d]

        tdf#101464 tdf#91260 tdf#104620 sw: fix null SwPageFrame crash
        
        It turns out that draw objects in header/footer often don't have
        AnchoredObject::mpPageFrame set, so use FindPageFrameOfAnchor()
        instead.
        
        (regression from ae06f4be6bbdebc10a88c386064d548848e57f80)
        
        Change-Id: I6d54baa3acffa6775d5b57a1517c77a964065dd0

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [c175620c312652b521694547d335f4f70cb11661]

        crashtesting: 10 squillion .doc export asserts
        
        since...
        
        commit 880e622d2e324a85a7b2b6ddc60e06cc423195b4
        Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
        Date:   Sun Dec 11 14:30:44 2016 +0100
        
            refactor out lcl_GetWW8Pos
        
        IIUC the old code only changes the X/Y if its not NO_CONV for
        that direction, so lets reintroduce that and then drop the assert
        
        Change-Id: Ia5b0e668fff83466dc2ab59aa163cb9a87984b0e

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [50826a1152eb9ceaf234338e55685758262e4c17]

        fix a regression in lcl_GetWW8Pos
        
        wrong since...
        
        commit 880e622d2e324a85a7b2b6ddc60e06cc423195b4
        Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
        Date:   Sun Dec 11 14:30:44 2016 +0100
        
            refactor out lcl_GetWW8Pos
        
        Change-Id: If7b680aa80a3d2e197b853a46afdcee6be83046c

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [429290b8cf1fba8f730e00786dd3fd864a5c9ad5]

        -Werror=maybe-unintialized
        
        Change-Id: I73eb58e44c00d5e1cfcabe71f2ba946a81a62fa7

2016-12-16  Pranav Kant  <pranavk@collabora.co.uk>  [c5ceb0134dddb79207d3b8ddb7a36ee1ca294329]

        lok: Fix state feedback for ToggleMergeCells
        
        Now it broadcasts "disabled" to disable the command and
        true/false to tell the status of the command which automatically
        means "enabled"
        
        Change-Id: I3314da77fb2b84d97f64b9832d65791b84fcd7df
        Reviewed-on: https://gerrit.libreoffice.org/32086
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2016-12-16  Pranav Kant  <pranavk@collabora.co.uk>  [3ab307e568156b0fdafe1ee592870ef8c0e44750]

        lok: Sort ascending/descending is enabled/disabled state
        
        ... and not true/false
        
        Change-Id: Ie9ae6cbf70c1934dda1002deabda23c9f461c8b1
        Reviewed-on: https://gerrit.libreoffice.org/32085
        Reviewed-by: pranavk <pranavk@collabora.co.uk>
        Tested-by: pranavk <pranavk@collabora.co.uk>

2016-12-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [245b615400904274e264d5051baf63b3613db935]

        tdf#104581 handle constraints for NEGBINOMDIST in compliance with ODFF1.2.
        
        Also changed varaiable names for easier understanding of their meaning.
        
        Change-Id: I7c6f338c04898c7b07ebeb97fb331d51fa691f5b
        Reviewed-on: https://gerrit.libreoffice.org/31910
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-12-16  Khaled Hosny  <khaledhosny@eglug.org>  [0c49ab77067413901f8e2956fbdbc45671384b73]

        Simplify CommonSalLayout::ParseFeatures()
        
        Use OString::getToken() instead of manually tokenizing the string.
        
        Change-Id: I2647dc2be1343de8ae0adf581260f5e06364ef79
        Reviewed-on: https://gerrit.libreoffice.org/32015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-16  Khaled Hosny  <khaledhosny@eglug.org>  [ab291ac3b8576a086cab60ffb64d60b046a271a2]

        tdf#104159: Fix caching glyphs of non-UI fonts
        
        Partially reverts "tdf#103725: Fix horizontal scaling on Windows",
        which didn't work on newer Windows versions anyway.
        
        This reverts commit a5750d92b2136d60d698b41ef5760f2efac0ffce.
        
        Change-Id: Ia4bb426a21804517d3ec313ab7494ba121c5751b
        Reviewed-on: https://gerrit.libreoffice.org/32068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [54c401d775c15e39d4939342ef2132132873ccf1]

        loplugin:staticmethods (clang-cl)
        
        Change-Id: Id97600a7d29fbe938d67ea074ca12dd665a29cc3

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [b2d800eda6189488485c7b5ac5759a89a2b4aa86]

        loplugin:unnecessaryoverride (clang-cl)
        
        Change-Id: Ib98620423606e355cf24ee3954f196d9f073c30d

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [f1639ffe28865e584b42d8e652d7690a15f06297]

        -Werror,-Wunused-function (clang-cl)
        
        Change-Id: I19292f03c1a28eed8712dc83dc9cc0334c8f45e3

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [5fbe5e968b866faab360327b00487b0d59cdd4f4]

        Work around -Werror,-Wunused-macros (clang-cl)
        
        Change-Id: Iebe340f9594f0e1847055361cebce5930685efd9

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [2e54c5a0b4af99d8c5037f1404a2f7095a9c5d11]

        -Werror,-Wstrict-prototypes (clang-cl)
        
        (sal/inc/rtllifecycle.h only hits on Windows as that is the only platform that happens to
        actually include it in a C compilation unit, sal/osl/w32/dllentry.c)
        
        Change-Id: I2878b52daf713ea45eaa2968cc5d2686b86abfe6

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [5d50612bfb5569cfc886d729545a7e9f7840c305]

        COM_IS_CLANG is used before its set
        
        since
        
        commit 817cd83cb76582cda848da0370d3e1b68f5bbb01
        Author: Peter Foley <pefoley2@pefoley.com>
        Date:   Mon Jan 18 14:19:51 2016 -0500
        
            Improve LTO flags on Android
        
        so just drop the piece which can never be true here
        
        Change-Id: Ia9d718254d9dda5c25af269221a2acae1eb0566d
        Reviewed-on: https://gerrit.libreoffice.org/32070
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [cc69d4f26bb57e85f3a944d91a63c4ed8000d3c7]

        loplugin:unnecessaryoverride (clang-cl)
        
        Change-Id: I9e4f210c9670b28a99b779d15ec32303832ce48b

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [704fbec2bfac21d44a988d593cdb8de172bc8f10]

        loplugin:nullptr (clang-cl)
        
        Change-Id: I557e752ca05146e2a571d027fc3d1875afd6ef26

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [f54d5cd7a1cd8d0e8d87c1d54931ead4498ac7ce]

        -Werror,-Wnonportable-include-path (clang-cl)
        
        Change-Id: I2a64b18c707085f7d4485ba46d599e8ab0df2408

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [9d7802e7fc055d5d4d28fcf01461e8a7dbe208a0]

        Make move detection in loplugin::passstuffbyref work for parenthesized cases
        
        Change-Id: I56754a718af9433c0fa654ccb8eb34da00e75420

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [b998313d9d1ec511eff5076029e62608c8c5ca0e]

        Make move detection in loplugin:passstuffbyref work with MSVCRT
        
        ...where an ImplicitCastExpr happens to appear between CXXConstructExpr and
        CallExpr
        
        Change-Id: I62226cc89d87bd3d9c03743b650f10c32c18f9be

2016-12-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [bfcecd677434a253b326bfe31d87b1a0958c8cea]

        screnshot test: Ignore error when creating directories
        
        createPath documentation advises against relying on the E_EXIST error code,
        so we just ignore it
        
        Change-Id: I0e842315e1fd5c661d2b504b196e320f84c58e4f
        Reviewed-on: https://gerrit.libreoffice.org/32081
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-16  Olivier Hallot  <ohallot@collabora.co.uk>  [5b5856415d87cc1c1fa29364d0c9fe921059fb7d]

        Updated core Project: help  330afbbc626e0e811a3bf0fc709fedc41b11eed2
        
        Fix URL for invoking help page in HC3
        
        Missing ?
        
        Change-Id: If1e1f2a94f3509f4d1dd120409f4504a1a1c0bad
        Reviewed-on: https://gerrit.libreoffice.org/32060
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-16  Gabor Kelemen  <kelemeng@gnome.hu>  [9558a0cd3e8315b888415778fa7981f5f8e42231]

        Updated core Project: help  c349db3a49bae0d8a45528b8889bd36b337117b4
        
        Update 'Insert Names' dialog to 'Paste Names'
        
        There is a new terminology for the same thing.
        Also document a new button.
        Updated the bookmarks and ahids to restore connection
        between UI and help page.
        
        Change-Id: I05eaad7546dbedcf065b9a97b830550e1ec22515
        Reviewed-on: https://gerrit.libreoffice.org/32063
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-16  Gabor Kelemen  <kelemeng@gnome.hu>  [f82a2d2a241ce3d731253080911607d04dec8844]

        Updated core Project: help  2ecebd5cd909f68f388490f26da74e67416f274f
        
        Restore connection between the 'Insert hyperlink' UI and help
        
        Renaming hyperlink to link is still left to do.
        
        Change-Id: I1d7b472cbd0511c80e25a7c433b08e5a79d5d592
        Reviewed-on: https://gerrit.libreoffice.org/32062
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-16  Gabor Kelemen  <kelemeng@gnome.hu>  [07e28c9045a640a9ade51e9fa6caf222cbf2746b]

        Updated core Project: help  6eb8d7cd07d0d3fe043747e20ee394a427b9959e
        
        tdf#88414 Connect the Navigator side pane to help
        
        Change-Id: I41c51f34939dc2ddd7e96c6a0c1bfb4d7b3e03d9
        Reviewed-on: https://gerrit.libreoffice.org/32061
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e1b831b93048c68735f2e2dbdcee587db4862ef]

        CppunitTest_vcl_complextext: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I18b052cadb061535d7552f2ec1eac4b932489d22

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [0dc19268d2f82c4b95b1a0de28a19aea4e0f7e76]

        Typo in meant-to-be-overloading function name
        
        Change-Id: I65ab9176b39a436afce23e6bd4423ebf76219166

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [3ccc2c027cf30d94414e5c1e26f9bb2d878aff82]

        Better way of converting from OUStringLiteral to OString
        
        Change-Id: If31548d280fa8cabced50f3d2e78abde1b2562e5

2016-12-16  Tamás Zolnai  <tamas.zolnai@collabora.com>  [06ea887f8ba34a628d7641eab210501f7bd2493d]

        tdf#71435: Accessible caret-moved events are missing when "freeze" is enabled
        
        Two accessible document is created when "freeze" options is
        enabled. meSplitPos identifies which accessible document handle
        which part of the window. We should handle events only in that
        accessible document which handles the active part.
        
        Change-Id: Ic9674344951f620546dd272beaad796de611d258
        Reviewed-on: https://gerrit.libreoffice.org/32065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [980dce83b23793024977b23281e51eb295d9bf5e]

        these sal_uLongs want to be sal_uInt64
        
        Change-Id: Ie1b17585cdb80836ad5ffed2b5ad787032b812e8

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [c4d0e535ab64356104f258b345b858a46a09df2a]

        these sal_uLongs want to be sal_uInt32
        
        Change-Id: I722a70d978bb353937f928e4359d47221bfd2a95

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [665c06e2f0dfdb42162cc29d109d3a045a2e7faf]

        there want to be 32bit in size, not "long"
        
        Change-Id: I88c89b37c649247e886e523ea1d2c2fb7c3552c9

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [dbbfb3766519a61eba1cd00066a363069e0884aa]

        SwDocPosUpdate definition uses SwTwips while decl is long
        
        Change-Id: I0873ac53a328dbd1b27851f65503fa0b99297fea

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [10bf49c18d56f198e63514953a1c6e2ea17fcc9c]

        loplugin:unnecessaryoverride
        
        Change-Id: I24a0e495b64a1db8b7c45f3c68e06ad3301bd9c4

2016-12-16  Michael Stahl  <mstahl@redhat.com>  [9ada2da6f1bceb5d24f23d8df08103535714918a]

        tdf#104488 sw: assert if exception escapes from UpdateAccessible()
        
        SwViewShellImp::UpdateAccessible() is called during scrolling and the
        like, and if the a11y code doesn't catch the exceptions the document
        view won't get repainted.
        
        Change-Id: I4ec591aacf514bef8c5a66a7e674b0cee3b7201a

2016-12-16  Michael Stahl  <mstahl@redhat.com>  [ffb5bf421f5c0c565128116df40318f5b707b821]

        svx: remove nonsense exception throwing code
        
        Commit 60f11adb950e4f9645cc9ecb0f5af8235cc97366 added code to
        AccessibleShape::getAccessibleStateSet() that tries to retrieve some
        state from the parent, but the implementation of the base class
        AccessibleContextBase::getAccessibleParent() throws if it is already
        disposed, which is the condition checked just before, so surely
        this doesn't have any other effect than throw DisposedException,
        except possibly in the mpText == null case which is already
        handled in the other branch with identical code.
        
        Change-Id: Iaf109f69036437989abbbf914ef32cca1528a97e

2016-12-16  Michael Stahl  <mstahl@redhat.com>  [5a3b2111172f106378cbf78aba0fde1db3642275]

        tdf#104488 editeng,svx: throw less Accessible exceptions
        
        For some of these functions it doesn't make sense to throw
        DisposedException as they can return a sensible default value.
        
        Particularly AccessibleShape::getAccessibleChildCount() was throwing an
        exception that was never caught.
        
        Change-Id: I000149cf9bb0fd13f69650ad8224a8daf26f7bee

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [657bca91b115b380af16c13e5ca5d6a0f0f4a562]

        Make 'make CompilerTest_compilerplugins_clang' work
        
        Change-Id: I0a43bff9c87254d16ade84f3da2ff380250ebd9c

2016-12-16  Mike Kaganski  <mike.kaganski@collabora.com>  [644bddc80a6c4d3bec2f32d6dcbbc0f450582511]

        tdf#99227 follow-up: synchronize setting serializers
        
        Change-Id: I90afb2ffeaefedd080e48cb94a3e9c0c113a6263
        Reviewed-on: https://gerrit.libreoffice.org/31938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [9f8e640e782f1a76f232f1dae8c19196a9cd5850]

        these are SwTwips, currently INVALID_TWIPS == LONG_MAX, so use INVALID_TWIPS
        
        Change-Id: Icf04a8fefd74033a80294ad7e8012f22f1db47ba
        Reviewed-on: https://gerrit.libreoffice.org/32055
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-16  Takeshi Abe  <tabe@fixedpoint.jp>  [6ee75be645d605cbecd0ebda54303891acf25664]

        vcl: Kill unused RenderSettings
        
        Change-Id: Ie74d4f3258ef553b4febcc544204080d8c6e0f40
        Reviewed-on: https://gerrit.libreoffice.org/32046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [107bcc88397f7167cf9599255f4e8c4de299e659]

        cid#1374075 cid#1374076 Executable_pdfverify: uncaught exceptions
        
        SAL_INFO() throwing std::length_error and other uninteresting cases.
        
        Change-Id: I841c7d81ff51c95ea60d63625e296f9886798f92

2016-12-16  Khaled Hosny  <khaledhosny@eglug.org>  [1fbfe5cbc288ead6bba9d30ddb849dcb41a0d5e0]

        Fix typo from 6c436ba09cb35235ce6f4065cf74c9a6ff14a4bd
        
        This broke OpenGL glyph caching since we were using a different DC
        than the one we selected the font on.
        
        Change-Id: I43218891aa1bc75599700ce6e0b582a5e73ff210

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [3024e891b2ce85059069e599e411db457e4bccd1]

        Fix undefined misaligned writes
        
        same as 26cf118247855bb5caeac3d8e68906fbcfcdc837 for gcc_linux_x86-64
        
        Change-Id: Ieb7a4c0497ea485e832da937786226f09feeff31

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [291c0b8fafd4c2cb1086bb321526f951768692a5]

        Typo "pStaredFrom" -> "pStartedFrom"?
        
        But function definition uses "pSFrom" instead anyway, so consistently use param
        names from definition in declaration.
        
        Change-Id: I03fb8dd0fbab5c84f89c7276849d62f9a17cbfea

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [9b92834fa4ee27b0dccdd52962edb3fdbee7a340]

        external/python3: Work around -fsanitize=alignment
        
        Change-Id: I26b927345594368f426ae89bfd5b645561d44c10

2016-12-16  Stephan Bergmann  <sbergman@redhat.com>  [6928b045f09b5d983083607d63fcb2a547446d0a]

        Clean up patch
        
        Change-Id: I2aa51435d0a15e507d0bf95f98d69fa4cde00b05

2016-12-16  Khaled Hosny  <khaledhosny@eglug.org>  [9cf20b5f0473db0b4dd2dcf607b7884f40762995]

        tdf#104159: Re-enable OpenGL glyph caching on Windows
        
        Change-Id: Icafec05a8cf4428d806efcb286addf3042fcf021
        Reviewed-on: https://gerrit.libreoffice.org/32026
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [a7bd6830e26d798068970684754fa23894d9f7c2]

        coverity#1397206 Resource leak
        
        Change-Id: I497388a353425811ff18d9b1937ca536b562ddfc

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [932719a8c5e53eabe7586a7ac845ff2aaa11e46a]

        coverity#1397203 Dereference after null check
        
        Change-Id: Icd03b10226025bae28574e695ed6416f70d0f54a

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [7a9d5485a815af26c63790e3165477c68e164117]

        coverity#1397207 Dereference before null check
        
        Change-Id: I2578d59e98a2b1b040d9284b0ad0f68fd331d0df

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [f74cad45681cc0ea5706a112a0e17f14a3197e39]

        coverity#1397204 Dereference null return value
        
        Change-Id: Ief4b455b316b55ebf012a8650c96da037df0135c

2016-12-16  Caolán McNamara  <caolanm@redhat.com>  [eb0e2dabde9d96892929f6902d8d10d722b83c3e]

        coverity#1397200 Unchecked return value
        
        and
        
        coverity#1397201 Unchecked return value
        coverity#1397202 Unchecked return value
        
        Change-Id: I73cc6e3b08e6a44b27be2093ba568d46ebe0659a

2016-12-16  Eike Rathke  <erack@redhat.com>  [0c565095983b0cc8b96a78012c611b7a03962204]

        remove superfluous this->Init() call
        
        Init() does exactly the same, just that it didn't because it was already done ...
        Went in with IAccessible2 integration.
        
        Change-Id: Ib29bd000e283bbb500689914f1ceb692dd0ab380

2016-12-16  Eike Rathke  <erack@redhat.com>  [6a334757082be4915e7e731ce4c1b0bd4641050d]

        Resolves: tdf#103543 disable mass broadcasts from drawing objects' changes
        
        Specifically the a11y listeners are nasty bottle necks. A11y will get
        updated on paint/view. We're touching all objects on that drawing page
        to reposition so interdependencies that need to be broadcasted should
        not happen.
        
        Change-Id: Ic80446e22422a3097281ba20eecf0a078ac6a7cb

2016-12-16  Eike Rathke  <erack@redhat.com>  [b954f1427a9549d89d8b0800259af9374b4767df]

        prevent mutiple broadcasts during the series of changes on one drawing object
        
        Change-Id: I3a26d3589cbbcb8359242f7e1709fa7c34bd2900

2016-12-16  Eike Rathke  <erack@redhat.com>  [ba53b2d28274ad4e36ef57084b48c4ed73d15e63]

        avoid dynamic_cast
        
        Change-Id: I9f64eac95b39adc649b2e63cd5abdd6e7a448ee6

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [4dae0f055cddb52d2be0bbf0a37281ece8486968]

        Updated core Project: help  2234be96c0865090b2e1c47e5138f011b566512c
        
        tdf#104569 Fix icon paths on Style and Formatting pages
        
        Change-Id: Ida5a3a066946c8d195023bfd182bae0a703bbb5c
        Reviewed-on: https://gerrit.libreoffice.org/32052
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
        

2016-12-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [4c5079791f5d985151ebc090c5a07705e76a728e]

        tdf#104221: Make up for non-existent FillItemSet
        
        for fill:none option
        
        Change-Id: I12ada9276a613f157976650148f2389126d16f08
        Reviewed-on: https://gerrit.libreoffice.org/32050
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-15  Justin Luth  <justin_luth@sil.org>  [426215ca6fedd13ece07463ee95dd33bdb1a9a28]

        tdf#75856 SwTwips: replace with unambiguous sal_Int32
        
        Change-Id: Ifa59f8dad31ad0445c32ac0265dffff7c1573da4
        Reviewed-on: https://gerrit.libreoffice.org/32051
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [690cf2a5ac87d3d05c45a86944e7f6b0adf12cf2]

        no point in having both SAL_WARN and OSL_FAIL for the same thing
        
        Change-Id: I1beafff257e968a62184f8b1d8cf2a3a24e7c945
        Reviewed-on: https://gerrit.libreoffice.org/32039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [f0804905ec38cdf3a5af1ebe5b087809d2850ccd]

        Typo
        
        Change-Id: Ib1d4d3f88c1cc11ba440b1d8f7208575b5bbb42d

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [48e956e506b056eefcbf5c24a706b6152e7ea8b3]

        Try to fix Android and iOS build
        
        Fix what probably is fallout from
        a7c35729e00f18f79156b3f8f57472506f786074.
        
        Just bypass all of xmlsecurity for Android and iOS. At least the iOS
        demo app, TiledLibreOffice, builds then.
        
        Change-Id: Ibc9486c0d67d1aeafa08932809b23ceeb9b5c2f3

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [86a553753170b20a03ac1038798c910ece95cbaf]

        Bump iOS version here, too
        
        Change-Id: I60bf7a31e5a92a0b140404a7ad84c581ba1267e3

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [8e1730b3d7b10de8cb0225b04e0dc64ceb5a6e60]

        We use ICU 58 now
        
        Change-Id: I911c24c01937c25ad147992885a67852880c255d

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [3e973760b788c49396c7a18404bffa0505e65a04]

        Build HarfBuzz with CoreText support also for iOS
        
        Change-Id: Id755894def35d59836dff8cff7df1273a8e296b2

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [5ed995fabbd90cd4274b857f15fa153b3b3821ff]

        No EGL on iOS either
        
        Change-Id: I44b935e2093a5b630f8009af939ce8e83413c35b

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [3099953097b4af3ae1f19c1c5d8417957b90e987]

        Fix iOS (and --disable-scripting in general?) build
        
        Change-Id: I93b26283f7faa937a528c2e4806b3407348ed8b1

2016-12-15  Michael Stahl  <mstahl@redhat.com>  [646b8b69710d046af980016e49f6c5485783f2fb]

        Makefile: try to get gbuild-to-ide running on the internal python3
        
        Or we could just hold our breath until Apple adds python3 to macOS.
        
        Change-Id: I94dd054be8a28490fd86b72092a4389194ca785f
        Reviewed-on: https://gerrit.libreoffice.org/32047
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [a8b06ac11e4c93592f21a10aafcb7a34a2c2d4c4]

        Updated core Project: help  7d62908799da6b9ec1f4c2749fbbef9d7093effd
        
        tdf#76488 (partial) Update footnote properties page
        
        Document changes and reconnect with the UI
        
        Change-Id: Ia426309a89773ff7ffaa8ba7e3c6157fea3b6282
        Reviewed-on: https://gerrit.libreoffice.org/32022
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [b035edfe5c09e16cde2bc18cf6c3096154271914]

        Updated core Project: help  612e430cec8a3298855f5642b4b589b74f7282ad
        
        Remove documentation for Adabas database in Base
        
        Support for Adabas was dropped in commit
        af9709c3cba8c386a30553c43a620320b15c65f4
        i.e. in 2012. Time for the help to go too.
        
        Change-Id: Iffa36bb4a2e32ce754a74357fa91ba0d01f3ac56
        Reviewed-on: https://gerrit.libreoffice.org/32023
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [857e191c5e9c7c9e19f3294da65febe07ab5007c]

        Updated core Project: help  6b12e054bde038fae6a6ee03c52b3c6664ab4300
        
        Drop 'Warning Print Options' page
        
        Can't find this feature in core anymore.
        
        Change-Id: I32dc10a19da6eea51ffd939e15c5a35acb95a1ac
        Reviewed-on: https://gerrit.libreoffice.org/32025
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [db2892b1efccb7a0d5977e1cda1ea3c0d893c771]

        Updated core Project: help  b57f991c21f157f79e12b18664972d51ab7f3fbc
        
        tdf#100096 Document security option for link blocking
        
        Also fix the nonsensical ahids of that page
        
        Change-Id: Iaa7b190c031e0c925d066d576ec14f4b282ef67c
        Reviewed-on: https://gerrit.libreoffice.org/32021
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-15  Gabor Kelemen  <kelemeng@gnome.hu>  [08d6478d39a74f2954e45c77e3b9e367decb16e6]

        Updated core Project: help  ad3d97a39a7f420365ed0ae186981cad6a887da3
        
        Restore connection between the 'Floating Frame' dialog and UI
        
        With minimal updates to the content.
        
        Change-Id: I9c2442b66e756b9bc1bf18770412280135e3ba03
        Reviewed-on: https://gerrit.libreoffice.org/32024
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-15  Michael Stahl  <mstahl@redhat.com>  [d266cb32c3c982a60cd68650dd7ae8983744134e]

        tdf#104621 framework: Redo commit 84f2ff67a7e404febf710b1dc7f66d06745c503f
        
        The fix was silly and wrong, need to check m_xUIElement, not m_aName,
        which may be set independently, see the confusing code in
        ToolbarLayoutManager::requestToolbar().
        
        Change-Id: I279088cb2516b0a19619b5647f15f738a2624edf

2016-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd6723fd539bb63d230a2f985ac98ff7daafcbff]

        disable the 'two different log areas in the same file' loplugin check
        
        too many false+ to leave it alive by default
        
        Change-Id: I6d8f92b630c351c1ac788fad79f8d7c435ba4963

2016-12-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8ad521d9147df325b7aee27d8e5c670a02e6afcf]

        convert macro to member function
        
        Change-Id: I4fe043b919a3ae438ee7fdfabcdb8d4e075b27cd
        Reviewed-on: https://gerrit.libreoffice.org/32037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-15  Stephan Bergmann  <sbergman@redhat.com>  [721116c7ade10d76e3ed6832e3988c91427ba431]

        Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LIST
        
        ...I'm pondering a change that would make that a hard requirement, and from the
        comment in configure.ac it looks like only old Clang < 3.4 were affected.
        
        Change-Id: I8ef64f759fed1a45d88f94d0e8a60839ad10b263
        Reviewed-on: https://gerrit.libreoffice.org/32029
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-15  Khaled Hosny  <khaledhosny@eglug.org>  [ef4b9032de55e6b1b182e4ead1bbe6e590df296e]

        tdf#103514: Try harder to ignore non-SFNT fonts
        
        It seems that Script (and probably other bitmap fonts) have zero
        nFontType, so instead if checking for RASTER_FONTTYPE, check for not
        TRUTYPE_FONTTYPE (which seems to cover both TrueType and CFF-based SFNT
        fonts).
        
        Change-Id: Ie39ed99b219b756885b13b3ecbf3616556a277db
        Reviewed-on: https://gerrit.libreoffice.org/32031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-15  Caolán McNamara  <caolanm@redhat.com>  [484370526ddf1ae94a62439d879f8ef592180d19]

        fix collision
        
        Change-Id: I73371e19877a8b192b188c1c6367ba0d391530df

2016-12-15  David Tardon  <dtardon@redhat.com>  [043c1886d559b58cc8948b0543b656a9039c8197]

        hunspell defines this for some time now
        
        Change-Id: I5cd3cd11f24bee87266822ec13e64132ee470d6a

2016-12-15  David Tardon  <dtardon@redhat.com>  [64362ec119a4f38c98d2ff959a5651f4887ff942]

        fix build with hunspell < 1.5
        
        Change-Id: I66810d2bf9bbd08990dd8e995e34c50caa472ff8

2016-12-15  Caolán McNamara  <caolanm@redhat.com>  [5bd30fea44e544d072ff94b3812464cefd250feb]

        fix svxlo-ColorListBox->svxcorelo-SvxColorListBox glade catalog
        
        Change-Id: Ia007045c71e85fcca2afeacec6ef77d5f0b633f1

2016-12-15  Caolán McNamara  <caolanm@redhat.com>  [f2fae3684f35bfb03c4921adc4ecbddcff36374b]

        build our own fontconfig and freetype under oss-fuzz
        
        Change-Id: I7141aabd64c3f42545176fa8c907d8326e25e9ff

2016-12-15  Caolán McNamara  <caolanm@redhat.com>  [7f9a389b45e2452d859e17cf51acd27dc7355af6]

        if building against system hunspell < 1.5.4 > 1.4.0
        
        Change-Id: I9ba1b9c3c0e3efb00538b2f3ed4fcffc29f9e931

2016-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7c35729e00f18f79156b3f8f57472506f786074]

        xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecController
        
        Going via UNO for a class in the same module is an overkill.
        
        Change-Id: Idf706782e5844fd2e553c44966e1dd1104dce8e7
        Reviewed-on: https://gerrit.libreoffice.org/32030
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5c73299cdb5f3f2c87c0c87a826e27211e7338ee]

        add HYPGEOM.DIST test case
        
        Change-Id: I6236428f8cfd17e52b5eac8c3747dcba6f83a440
        Reviewed-on: https://gerrit.libreoffice.org/31964
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-15  Edmund Wong  <ew@crazy-cat.org>  [15aa0fbb706067d936edac7fdf64f60d07f95e6d]

        Move get options to a separate function.
        
        Change-Id: I014f49b8239b0165ab696398b5ef0a2af5e0ae8c
        Reviewed-on: https://gerrit.libreoffice.org/31990
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cd5b872632311b6c9fa6c5e89f23b8c5aedd62ca]

        Revert "tdf#54169 Don't show acclerators by default on Windows"
        
        Reverted because of issues mentioned in the bug report.
        
        This reverts commit 64889c9fb6c3e8e7b7a7349833f7a10236104168.
        
        Change-Id: I10fa0d0e55fd4c7c3624d9eb8a97e8c068b9db17
        Reviewed-on: https://gerrit.libreoffice.org/32032
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [ee3f793a2d4e2977a3e952e1439708d8936953d7]

        tdf#70414: Fix VisualStudio ide integration
        
        'LINKTARGET' is not really helpful as target name.
        Use name based on makefile's name and hope something like
        b81ac16e65b311d6e43c05c22c65d2040c9d7e04 is not needed anymore.
        And if there are still some inconsistencies, we should fix makefile's name.
        
        Also, don't use target.name because it's not unique.
        There can be e.g. both Library_smoketest and CppunitTest_smoketest.
        
        Change-Id: I541a1e41f80446e875e1bb2bfa89786e356e0e74
        Reviewed-on: https://gerrit.libreoffice.org/32027
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-15  Stephan Bergmann  <sbergman@redhat.com>  [1f32fdc712e2cd1c9279b15b07b78db27b2eb484]

        Unnecessary includes
        
        Change-Id: I9816e320d9ed31b8af50d20d207a9be21b58ace3

2016-12-15  Tor Lillqvist  <tml@collabora.com>  [54d5a0dfa5358f107d246a6cc1795390f37a545c]

        Bump iOS versions
        
        Change-Id: I614e29829ebd40b34f85ce32b806a5079b7967de

2016-12-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9bdc5a81813c317055c3dff39c7e7ab500407a8f]

        add LOGNORM.DIST test case
        
        Change-Id: I53983b90e8039caa6b104b160f3aba8f0e8f6363
        Reviewed-on: https://gerrit.libreoffice.org/31969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3fefcf1e4b5f53f281aee0a1860e8a0ed1acc6ae]

        decloak some string literals
        
        and remove explicit OUString ctor calls, now criticised by
        [loplugin:stringconstant]
        
        Change-Id: I778df2f410108e1386431a0035101444ec44c951
        Reviewed-on: https://gerrit.libreoffice.org/32014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [d15b4e204598fc7e4c1682c4f10228e217575937]

        teach sallogareas plugin to catch inconsistencies
        
        Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a
        Reviewed-on: https://gerrit.libreoffice.org/32004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-15  Julien Nabet  <serval2412@yahoo.fr>  [14a0d26d6ae0ee59a685c254ec235fea81636475]

        tdf#104554: fix iterator calculus
        
        and avoid unexpected behaviours when pasting columns between tables
        
        regression from:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=f0fa43ea99ac7564f2cc7ca1d997831808056b68
        
        http://www.cplusplus.com/reference/list/list/insert/
        and http://www.cplusplus.com/reference/deque/deque/insert/
        helped me to understand my mistake
        
        Change-Id: I6ff6b84a90c7ea8db1e4d7c2d12dd191f96141ae
        Reviewed-on: https://gerrit.libreoffice.org/32020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b5cc02ee1b582a6f19e23eb2f1deb1392b3974c0]

        add GAMMADIST test case
        
        Change-Id: I45f4e2905ee016a933f6ff6cc89fcd0ced106b18
        Reviewed-on: https://gerrit.libreoffice.org/31962
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-14  Gabor Kelemen  <kelemeng@gnome.hu>  [b7c55b662810ee3bf82d134ff1ff9a96bfee4046]

        Updated core Project: help  cb54cfefe42d115a08e3c368a028b3f0b30485d4
        
        tdf#104359 (partial) Handle ol_item and ul_item
        
        This was throwing an exception and not generating a wiki page
        
        Change-Id: Ic7d362cf65507aa8d90335c7f0ff3b5d8ea6fe58
        Reviewed-on: https://gerrit.libreoffice.org/31610
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-14  Michael Stahl  <mstahl@redhat.com>  [d195a3e5f4ec5c616ae83f99d48f5d4eefe5f22e]

        sw: WW8 import: try to prevent overlapping field-marks and redlines
        
        As one knows, the features of Writer's document model that most impress
        by their sheer quality of implementation are redlines and field marks.
        Unsurprisingly, if the two meet in the context of the WW8 import, epic
        disasters are imminent; ooo83574-1.doc is one such train wreck that
        asserts with:
        
        sw/source/core/crsr/bookmrk.cxx:111: void {anonymous}::lcl_RemoveFieldMarks(sw::mark::Fieldmark*, SwDoc*, sal_Unicode, sal_Unicode): Assertion `pStartTextNode->GetText()[rStart.nContent.GetIndex()] == aStartMark' failed.
        
        This happens when, at the end of the import, the redlines are hidden by
        moving them into their special SwNodes section.  The reason why this one
        asserts is that a previous SwRedline erroneously deleted the start dummy
        char of this field mark, because that SwRedline had the wrong start/end
        positions.
        
        In Word the problematic paragraph is shown like this, where \a\b mark fields
        and I D F redlines:
        
        "Coming out of the work of Rummler and Brache’s \a(Rummler & Brache, 1995)(1995)\b work is the is the notion
                       IIIIIIIIIIIIDDDDDDDDDDDDDDDDDDDDD  IIIIIIIIIIIIIIIIIIIIIIIIDDDDDD   DDDDDDDDDDDDIIIIIII
        
        another” \a(p. 9)\b\a(Rummler & Brache, 1995, p. 9)\b.. ( italics in the original)"
                   IIIIII    DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD  IDDDIDDDDDDDDDDDDDDDDDDDDDDDD
                                                                FFFFFFFFFFFFFFFFFFFFFFFFFF
        
        The first mis-positioned redline here ranges from 71 to 79, ")(1995)\b",
        so it deletes the end dummy char of the field mark.  It should range
        from 72 to 78.
        
        This commit adds some rather crude hacks which appear to work to avoid
        the problem:
        1. when a field mark is inserted, the start positions of the redlines
           may need to be moved
        2. when the end position of a redline is set, it may need adjustment to
           exclude a field-mark that ends at the same position
        
        Change-Id: I723f1858c84def2c063e2cb126317d06e8ac98b5

2016-12-14  Michael Stahl  <mstahl@redhat.com>  [151b80ab7d75179f5c66aef0cf87832bf18d758c]

        solenv: adapt SwPositionPrinter to BigPtrEntry renaming
        
        Change-Id: I096211333c563b501627fef0dbdec8c3c98d501a

2016-12-14  Gabor Kelemen  <kelemeng@gnome.hu>  [09324777714e0b02b79bdad485d9c8a19533d590]

        Updated core Project: help  7de8eed8b1b908c9e37f6e2499f37768a2354d27
        
        Handle 'acronym' item type
        
        This was throwing an exception and not generating a wiki page
        Format with a simple italic text for now - better ideas welcome!
        
        Change-Id: I1b08c6b6dd2e96eef3cac4808fe23f911dc06cd3
        Reviewed-on: https://gerrit.libreoffice.org/31609
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-14  Gabor Kelemen  <kelemeng@gnome.hu>  [2666e679000dc6325503e08c1b8e7a67d1bd9165]

        Updated core Project: help  96a84b25e3ae012661a68da1ecdbbf0d94089d9b
        
        tdf#104489 Include the product name in wiki page URL
        
        Change-Id: I39155cf12a7ba178b0fb4e25315bd32156086846
        Reviewed-on: https://gerrit.libreoffice.org/31772
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-12-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [0071169e7197c8c00155fc30c0c6ce4b0e17afd4]

        tdf#100015 Last missing icon moved from elementary set
        
        This was still not appearing on the Attributes page
        
        Change-Id: Ibfd10427c4a79848a2e50d26910e5d184216ef58
        Reviewed-on: https://gerrit.libreoffice.org/31811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-12-14  Rene Engelhard  <rene@debian.org>  [647f149a7413d4b88c5567691909c32ae9449501]

        only check for libEGL in internal epoxy case
        
        as that TTBOMK is the case where it's used. At least it's not used in
        vcl and slideshow directly
        
        Change-Id: Ie77656e56e0017800bc0107c2bfe63ddc4b5b9a5

2016-12-14  Caolán McNamara  <caolanm@redhat.com>  [9656ec6e6fd1ac38d26f5a99e072f74168ec52db]

        why can't tde die
        
        Change-Id: I65e133c6d1c9ddc0b0e66e2cd1aff83c3713c0da

2016-12-14  Caolán McNamara  <caolanm@redhat.com>  [d423121dba0ad19d307fe8aebfcf566a8b44dc1a]

        update to latest hunspell 1-5 release
        
        Change-Id: Ifb412506f2e36878d44d0e4f6360ae8d070ffa15
        Reviewed-on: https://gerrit.libreoffice.org/28488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-14  Mike Kaganski  <mike.kaganski@collabora.com>  [5ecd7ebbdf752eac48442006137d62426bf63c84]

        Partially fix VBATest::testMiscOLEStuff for Win64
        
        On Windows x64 there are two ODBCs - one for each bitness.
        A 64-bit build gets 64-bit ODBC, and there is no provider named
        "Microsoft Excel Driver (*.xls)", no normally the test is simply
        skipped. But if MS Excel is installed, then it installs provider
        "Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)", that was
        detected by previous code, but not used inside the VBAs. So, VBAs
        tried to use "Microsoft Excel Driver (*.xls)" unavailable to them.
        
        This patch allows using Excel's provider as well, thus allowing
        developer to test against 64-bit-specific regressions.
        
        However, the last test uses Microsoft.Jet.OLEDB.4.0 provider,
        that is unavailable on Win64. There are substitutions -
        Microsoft.ACE.OLEDB.12.0 and Microsoft.ACE.OLEDB.15.0,
        but there is no easy way to test if they are installed. Thus,
        that test is disabled on Win64 for now.
        
        Also, possible buffer overflow fixed, when byte count was passed
        to SQLGetInstalledDriversW instead of char count.
        
        Change-Id: Ib5c55251f0e92b3078a46aee173b5061439445ae
        Reviewed-on: https://gerrit.libreoffice.org/32019
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-12-14  jan Iversen  <jani@documentfoundation.org>  [d50c9221a50160ae38aa72ad87a1ad70a16b6b4c]

        update to gbuildtojson for osx
        
        Added extra gb_ macros, which seems to be used only for osx
        
        Removed second jurt in BLACKLIST (assuming it is not like "not not True")
        
        Change-Id: I989eb2e6de6f0edde7902b51f829442bd598eec2

2016-12-14  Mike Kaganski  <mike.kaganski@collabora.com>  [b2796c07111ddfd8b6e106b44f6ca18328294cd2]

        libxml2: generate symbols for --enable-dbgutil builds
        
        Change-Id: I46df2800eb3440ee6c139867cf00f5cad5c4f3f1
        Reviewed-on: https://gerrit.libreoffice.org/32012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [37b21a0a71d500cc5785d856d2e4402df17d8f87]

        Merge shell into TaskManager base class
        
        (arbitrarily decided to keep the latter, being the less odd class name)
        
        Change-Id: I5c061a0f12b8f3095e283b4896f7c910948ac50f

2016-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9aec10456ddc1787a7afe91502b91da616e2b0d]

        check for EGL if we built with GTK3 support
        
        Change-Id: Ib944b8109c734f01ca67783c286c8e10e07a1d25
        Reviewed-on: https://gerrit.libreoffice.org/31993
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [4e9dd6e1b79983db087790a50c811b8b14b65f8f]

        Disambiguate clang::StringLiteral
        
        ...vs. recently introduced llvm::StringLiteral (llvm/ADT/StringRef.h)
        
        Change-Id: I4d74546b0d1401a74b0c15368bbc93794ecd0b1d

2016-12-14  Mike Kaganski  <mike.kaganski@collabora.com>  [c10e82ada28a49a7d4d44e804f49949fcd3417fc]

        autogen.sh: Use STDOUT for --help output (as configure does)
        
        Without this, first lines (up to "Other arguments passed directly
        to configure:" inclusive) go to STDERR, while the rest to STDOUT
        
        Change-Id: I95327d1ebe7941e5eb89f941ff1f9dc59297946b
        Reviewed-on: https://gerrit.libreoffice.org/31999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [318e8142c6d170a56204ba07f69fb95164f60569]

        remove local macro
        
        don't store string length, construct string with createFromAscii and
        inline SERVICE_MAP_ENTRY macro
        
        Change-Id: Ib25da99f3ad24f58179a0231a42b29e177967bfc
        Reviewed-on: https://gerrit.libreoffice.org/32006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-14  Olivier Hallot  <ohallot@collabora.co.uk>  [ab222f78ca7338dbf745f91858c2daa09878ca2e]

        Updated core Project: help  d3d24377c0ed652c0f0460ecbb4a8d80261f999d
        
        Remove noise in help file
        
        Change-Id: Ifdcf7fe44f62d55b88ffb0c5c06fe45bb84c881d
        Reviewed-on: https://gerrit.libreoffice.org/32010
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-14  Jan Holesovsky  <kendy@collabora.com>  [9f219be16055480ca46d1bdf95ca3a38355cbee6]

        Disable the auto-completion for LibreOfficeKit for good.
        
        The editeng-like approach is terribly annoying when typing, particularly in
        bullet lists.
        
        Change-Id: I66175579f801fa028273d9680d7383d8eb37bf28

2016-12-14  Julien Nabet  <serval2412@yahoo.fr>  [d543d66a4ee34d3b0088f45951b56c150f7206ec]

        tdf#104615: there's no mpView when opening odc directly
        
        2 parts changed for these bts:
        0  SdrEditView::GetGeoAttrFromMarked (this=0x0) at /home/julien/lo/libreoffice/svx/source/svdraw/svdedtv1.cxx:1278
        1  0x00002aaadf70ae97 in SvxBitmapTabPage::Reset (this=0x55555b2eb8b0, rAttrs=0x55555afa0310) at /home/julien/lo/libreoffice/cui/source/tabpages/tpbitmap.cxx:278
        See https://bugs.documentfoundation.org//show_bug.cgi?id=104615#c1
        
        0  SdrPaintView::GetModel (this=0x0) at /home/julien/lo/libreoffice/include/svx/svdpntv.hxx:256
        1  0x00002aaadf90ba0f in SvxBitmapTabPage::ModifyBitmapHdl (this=this@entry=0x55555b2e7950) at /home/julien/lo/libreoffice/cui/source/tabpages/tpbitmap.cxx:526
        2  0x00002aaadf90bcc7 in SvxBitmapTabPage::ClickBitmapHdl_Impl (this=this@entry=0x55555b2e7950) at /home/julien/lo/libreoffice/cui/source/tabpages/tpbitmap.cxx:457
        3  0x00002aaadf90c9d8 in SvxBitmapTabPage::Reset (this=0x55555b2e7950, rAttrs=<optimized out>) at /home/julien/lo/libreoffice/cui/source/tabpages/tpbitmap.cxx:441
        See https://bugs.documentfoundation.org//show_bug.cgi?id=104615#c2
        
        Thank you to Katarina Behrens for her help on this.
        See http://nabble.documentfoundation.org/About-opening-odc-file-and-mpView-null-td4202317.html
        
        Change-Id: Ibbca868f33ca3292e0d3f787df87876bc9464e0b
        Reviewed-on: https://gerrit.libreoffice.org/31924
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf569c3f388f89f369af905dae4c671daf0acebf]

        sw: use auto when initializing with a cast in rtfexport
        
        Change-Id: I48e7f1e27ca7a221e06891e6c4ac543deaf32fa0

2016-12-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [d2c2388c43e8430c18d26af2a5d26ab58b629675]

        Don't leak .png files into tmp
        
        Temp directory created by copy_images (which contains copies of .png files
        from any given icon-themes folder) was left behind. Happening at least since
        commit 4e3dc8c141c2efd037c1f214b5edff071812b6a8
        
        Date:   Fri Jun 3 17:09:14 2016 +0200
        
            remove use of Archive::Zip
        
        With packimages.pl now used to package also screenshot images (in
        multiple languages), tmp fills up quickly. This is fatal on Windows
        
        Change-Id: Ie35c33277a80ed9085815f30b846bb97a365afb1
        Reviewed-on: https://gerrit.libreoffice.org/31947
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5a7e754fa9ca42fb673f240563cdcc1bf2aef006]

        use proper message passing
        
        Change-Id: I0bfe65fa6870b243f927004d4de0da010b338c64
        Reviewed-on: https://gerrit.libreoffice.org/31929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [afa4a054596e0e850f8886f196e6bdd25bfc0e33]

        Remove the sal.rtl.xub SAL_INFOs
        
        ...that were apparently meant to flag cases where conversion from old tools
        strings to rtl strings was done wrongly.  But that flagging is probably of no
        use: SAL_INFOs are usually disabled, so won't be noticed; and SAL_WARN or assert
        would not be acceptable, as cases like 'nLen == 0x0FFFF' can legitimately
        happen with long strings.  I did a successful 'make check' with these SAL_INFOs
        temporarily turned into assert, so there seems to be at least no gross
        conversion error remaining.
        
        Change-Id: I57f11db9119fb12555e3bfef17c077ee5eef3844

2016-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b29ae3dace6a6a2e24e531bb648cd3cb97ea3225]

        add to each calc export test name the export format
        
        Change-Id: I182826a224859a07fa264f3404aa2bef7013de3a
        Reviewed-on: https://gerrit.libreoffice.org/31992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c66ac2869617a02f5c3dca35357092e2302b7e0]

        epoxy: fix Android build
        
        Assuming this line has been replaced by external/epoxy/Library_epoxy.mk.
        
        Change-Id: I0aaa86f6d001a266d7975a357e820c05045af338

2016-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [b97a0e941937ad38f5a20d0ab7cea4812fb2fcae]

        really disable -Og on clang
        
        Change-Id: If65cbe691d427a68985de0f8b4c0f9ada7ab281f

2016-12-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [38c3386549251a46e0659c179883ee4370dad63a]

        disable -Og on clang for now
        
        Change-Id: Ia8f8ab2e84e41d2767a566be4009ddc54e4f2890

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [c826ddfc2c213ae61918793eefe0c6593ce9bb17]

        Check that VclPtr is only instantiated with appropriate types
        
        ...deriving from VclReferenceBase.  Complicated by the fact that the argument
        type may be incomplete at the time of template instantiation.  So this approach
        may be less precise than the change to loplugin:vclwidgets from
        cbf5b21f2a65bbb342295200f6ad93a00f90733e "Catch some misuses of VclPtr
        construction" when the argument type becomes complete later in the comilation
        unit.  However, this approach would also catch the two misuses in UnoControls
        found by cbf5b21f2a65bbb342295200f6ad93a00f90733e, so go with this approach for
        now and revert the change to loplugin:vclwdigets.
        
        Change-Id: I7888f23d2b9e2db81ae2ce4bf4c8277912317685
        Reviewed-on: https://gerrit.libreoffice.org/31966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [876de03290ce0e9393134d722e5b15025e32a341]

        Simplify GLX11Window::HasGLXExtension, avoiding strtok
        
        Change-Id: If737cf4aaec1e6297db2bc8a80b19720ca9ca189

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [65e17112824967d990536d6a904f0b35a01b5340]

        I guess FREEBSD doesn't need this implementation of fcvt
        
        The only actual use of fcvt across the codebase has been removed in 2002 with
        31cb31335f3bf7e6e57d70ca61bf5a2a536d1e6e "GetStringFromDouble: replaced that
        fcvt() and temporary LocaleDataWrapper instance crap" even before this
        implementation for FREEBSD was introduce in 2003 with
        c61bf41c39daa97d30016eedcd7a0b687c2d8558 "INTEGRATION: CWS ooo11rc: join: from
        ooo11beta2".
        
        Change-Id: Ieea9499f001c6eac6383c344afb9050dfc70f43c

2016-12-14  Stephan Bergmann  <sbergman@redhat.com>  [9c7647b3b02fc20325e89f437006fca8945c804f]

        Dead code
        
        Change-Id: I70078bf77786772795bc569407a9e6ac372df758

2016-12-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [8020215f1f502d30a5045689b865afc0092f126f]

        SafeMode: s/LibreOffice/%PRODUCTNAME/, small UI changes
        
        nouns are written Upper Case only in German
        also Cancel button looks odd as secondary
        
        Change-Id: Id1b051cbb86ab69ea88c7b1da2cda3eb19f063de
        Reviewed-on: https://gerrit.libreoffice.org/31971
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-14  Takeshi Abe  <tabe@fixedpoint.jp>  [77eac365c179e1a1cad3e0d8ebe3fe5bafa65720]

        tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialog
        
        Change-Id: I5dc6a1b1fa42a4fd76af398c2fb56461574900ee
        Reviewed-on: https://gerrit.libreoffice.org/31980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-14  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [220563552a48f977d1241a5a56d62b2b45051d43]

        Updated core Project: dictionaries  499d730b4e1209149a566ef0f7bbb046bc403a98
        
        Updated the GB Dictionary
        
        Updated the Dictionaries:
        - British (Marco A.G.Pinto)*
          * British has 710 new words (2016-10-01) + 735 new words (2016-11-01).
        
        Change-Id: I7dc61b241ac3092652f0005d33720ebdfefb0ef3
        Reviewed-on: https://gerrit.libreoffice.org/30677
        Reviewed-by: Stuart Swales <stuart.swales.croftnuisk@gmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-12-14  Khaled Hosny  <khaledhosny@eglug.org>  [24ece87ed4ce14cd14c26d4fb6c2e7f7e8f24b80]

        Typo
        
        Change-Id: Iedf0ccb9c48235e8ffd3c14e4f56813d70b7c0c7

2016-12-14  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d0a0abee5c0c2fe80ead6cad9a893f19ace25a3a]

        -Werror,-Wunused-variable
        
        Change-Id: I32e6bad89b7cdcf0b181c0bb3a158b003fcfb767

2016-12-14  Takeshi Abe  <tabe@fixedpoint.jp>  [dda4e607689dbe76163b34830ab49513864e14da]

        sd: Remove empty file
        
        Change-Id: I2139e2ed35d4ecdeb94ff6673e12dd58986d0344
        Reviewed-on: https://gerrit.libreoffice.org/31975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-14  Khaled Hosny  <khaledhosny@eglug.org>  [d538d3d84172a74dfe97d59a6d3daf9a45459cab]

        This fallback code makes no sense any more
        
        Ito probably made sense only with bitmap fonts which we no longer
        support, and if we don’t need the fallback for printer devices then we
        don’t need it on screen either (that whole printer/screen distinction
        needs to die someday).
        
        Change-Id: Icf77cd70f0f1b2c186a3c856900295caba72e903
        Reviewed-on: https://gerrit.libreoffice.org/31914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-13  Eike Rathke  <erack@redhat.com>  [b8ae49a315923eecf11b1186924fbccdae78fe78]

        load numbering types strings from RID_SVXSTRARY_NUMBERINGTYPE
        
        ... instead of numberingoptionspage.ui
        So now we have one central place where those are defined and translated.
        
        Change-Id: If5edac4e3e3f1cac64015b2a73ab59abffce8ecf

2016-12-13  Eike Rathke  <erack@redhat.com>  [5965a4ae5eacb874102af6c4ebdb5147e1544ef6]

        use LINK_TOKEN define instead of 0x80 constant
        
        ... and comment the relation between those two.
        
        Change-Id: I696b09a392e29abd7eed192631a25da81d34d21b

2016-12-13  Eike Rathke  <erack@redhat.com>  [3bd6a8c21ff325b77fb2805158115145edf5ffb5]

        add NUMBER_HEBREW and CHARS_HEBREW to RID_SVXSTRARY_NUMBERINGTYPE
        
        So now we have listed all that are in
        cui/uiconfig/ui/numberingoptionspage.ui liststore1 as well.
        
        Change-Id: Ia0617c0d70af474eec9e57fc5040bb53736e3b7b

2016-12-13  Eike Rathke  <erack@redhat.com>  [3b4712c3969c705edcfc756492da6db7c0d2e018]

        add "Linked graphics" to RID_SVXSTRARY_NUMBERINGTYPE
        
        ... and exclude it at the relevant places that load this resource.
        In preparation of eliminating another duplicated UI string definition
        instance.
        
        Change-Id: Ia500fffe5c044a76bce2d72e6ea22ff71bb1dfb1

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [48b561c770699c9730de25ada2934cda36110eba]

        post glew->epoxy, we don't need to link to win openg32 and mac OpenGL
        
        Change-Id: Iadc373961dcca788b1174ee71cb386979ce064ed
        Reviewed-on: https://gerrit.libreoffice.org/31954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [fab6eaa68b1c312a4cdaeb8c79ac1ab9c3aad7aa]

        clang: -Werror,-Wunused-private-field with gcc < 3.16.0
        
        Change-Id: I6cf2effd185a2156c2bf212264d5710a7680f223

2016-12-13  Eike Rathke  <erack@redhat.com>  [ca18b2981256ed8ae2aa1421a83db426e1afd5b0]

        if they must match then ensure they do
        
        Change-Id: I2d2cb285d8a5cb2f61aa9b8bd9bec0716b1f4c7a

2016-12-13  heiko tietze  <tietze.heiko@googlemail.com>  [841ef7154ba7b287666767bfa6b48f4d0bb63c10]

        tdf#104050 - Add Breeze palette
        
        Amendment to gerrit 31012; makefile adjusted
        
        Change-Id: I89b339e49e190f4269a2950799436e94f0aee665
        Reviewed-on: https://gerrit.libreoffice.org/31481
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-13  Stephan Bergmann  <sbergman@redhat.com>  [e90b004a41153770e672bb1d4524852499ab0ca5]

        That's probably not meant to be a C++ reference to a uno::Reference
        
        ...as introduced with e75f6e549eb825c310d16d11babf0fba5ee7fd7a "sfx2: make
        SfxClassificationHelper not require a full doc shell".  Made
        CppunitTest_sfx2_classification crash now when dereferencing
        m_xDocumentProperties in
        SfxClassificationHelper::Impl::pushToDocumentProperties, when built with a
        recent Clang trunk build.
        
        Change-Id: Id0b7fa0627b9642f748f07d7dfa05353114225fa

2016-12-13  heiko tietze  <tietze.heiko@googlemail.com>  [a4dc0ce3926eec0d21d6932554c88d818545f4bb]

        tdf#104047 - Remove dispensable palettes
        
        cmyk, palette, gallery, web, scribus are obsolete
        
        Change-Id: I7f8a4cb3ccb44e148783c79076e02dc6af933d2d
        Reviewed-on: https://gerrit.libreoffice.org/31477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-13  Yossi Zahn  <yossizahn@gmail.com>  [08fb6d73f8c22d98ab806dd93f4afe3f78b4ff83]

        tdf#66212 - Add Hebrew NATNUM1 to numbering-format menus.
        
        Previously it was only accessible as "Native Numbering" and Locale option had to be set to Hebrew.
        
        Still to implement: rtf/ooxml/.doc export/import
                            NATNUM2?
        
        Change-Id: Ife9943a7d21e8f69c2761007dcefdf3e223fc261
        Reviewed-on: https://gerrit.libreoffice.org/31901
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-13  Eike Rathke  <erack@redhat.com>  [a9a5b95de8cf0005476a375b0e4038283f03b818]

        rename to numberingtype instead of pagenumbering
        
        ... because that now is what it is about, it's just used in page numbering as well.
        
        Change-Id: I5516b6babcd5438b6505d189943c21abfbe35a7e

2016-12-13  Eike Rathke  <erack@redhat.com>  [97490635ef1b383b8c9759653edb4836015ba6d2]

        remove now unused STRRES_NUMTYPES sw/source/ui/misc/numberingtypelistbox.src
        
        Change-Id: Ie9cdc0418cba515c2a10479695ab4f4814dd96b0

2016-12-13  Eike Rathke  <erack@redhat.com>  [b845be872cd3fc6b4dc0e6175675a9b31ef7fc42]

        use RID_SVXSTRARY_PAGE_NUMBERING StringArray also in Writer
        
        ... and add the two missing extra strings from
        sw/source/ui/misc/numberingtypelistbox.src to
        svx/source/dialog/pagenumbering.src and filter them out for the page number
        dialog, so later we can get rid of yet a 3rd place where those strings are to
        be translated and maintained.
        
        Change-Id: If7d124692c752f341d4ea11a8914b099f711fa10

2016-12-13  Takeshi Abe  <tabe@fixedpoint.jp>  [9dba49471f289f68853ee6a5a7301cdc2cdf78a8]

        sd: Update list items only when necessary
        
        Change-Id: I48568cb535ebb4372b2cc361d839efe233dc1d36
        Reviewed-on: https://gerrit.libreoffice.org/31942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [bfabed025b93611d342a970d927be4c17044a7c6]

        Grammar nitpick
        
        Change-Id: Ic1b24416de53b2b3cff79358b3e299ce4b40d859

2016-12-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [74b846e7a13232c87b4ea381b1578b2348cc9832]

        Calc tests - move statistical functions to new directory
        
        Change-Id: I38f9816a2d91eaa5825907a66ba99d98212b91ec
        Reviewed-on: https://gerrit.libreoffice.org/31958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [092e361031ed09756eac89d3d5e06645a2942a5e]

        Fix fallout from 60b1c95cc47831246f097ee13dda8bcd71c57eb4
        
        Change-Id: I77722619a249616ab59af0eeaeb075e89040c715

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [fee59313ce70cc27112c0f4b031585441fd0f348]

        Fix weird configury option combination lossage
        
        Change-Id: If67e703d82846c17deecff3e04172bfa339888a6

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [c5e2eeb19cb4539c207a532d483440a9fb5f98e1]

        loplugin:staticanonymous
        
        Change-Id: I8c08a303026219dbf87af7165a3f9a99134d5091

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [2cc0095c28c283ccae7877179a67b180fac8b4ed]

        loplugin:salbool
        
        Change-Id: Ia2a2c900bf8bf8ecee2edf130b8ca58f7f35b6aa

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [f409daff083903b066159c8e62f04bebd9263219]

        loplugin:stringconstant
        
        Change-Id: Ifc100e8ece6ea826b745919583beac315c41b100

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [20cc8a453d3bc970ec4bfa899691027850bb8fe1]

        loplugin:nullptr
        
        Change-Id: I2cd1e82d86d8776155db2f70bc92c7c448f81ce0

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [c69a8d918cecba5f3f9c6e288e442273057043fd]

        loplugin:override
        
        Change-Id: Idb5e16bae0fe573b22c86d1c4d6d4ab8da790557

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [3a349b7ccf9b31ec699bf1a4bfc7d0339c1ee916]

        loplugin:refcounting
        
        Change-Id: I5ca4c1599a1abc4281bac9a4d0164d4b0cb3e24a

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [54491dce60ddce0cca509d030b0c38093a8be535]

        turn off epoxy egl support by default and enable only when gtk3 is enabled
        
        to build on the festering baseline on which gtk3 is disabled
        
        Change-Id: I6c074382590fc60ae8572fbde225679e4309494e

2016-12-13  Eike Rathke  <erack@redhat.com>  [1141f178382be0add06ba182cc02c2adb7e96324]

        add missing legal and modelines
        
        Change-Id: If828b51fc72ecbeec7db7a2a1af0be1bb4cd753a

2016-12-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f7facf507e5d3485acdc9cb3f7b39a26418da890]

        Breeze SVG: separated markers to independent images
        
        This separates the markers (that are in the image atlas marker.svg)
        into independent images.
        
        Change-Id: I5de6ee7d5a6ecdaae862d1f3785a552839a04ff6
        Reviewed-on: https://gerrit.libreoffice.org/31963
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-13  Justin Luth  <justin_luth@sil.org>  [e08355618e13a83210b746c67bb9f7a0b425e1dc]

        tdf#104545 SID_PARA_DLG: use passed PaM instead of GetCursor
        
        reverts portion of commit 7d9bb549d498d6beed2c4050c402d09643febdfa
        
        Change-Id: Ia683c3bac786a9c2c3b13732b1cb49389074beda
        Reviewed-on: https://gerrit.libreoffice.org/31953
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [23f0cf39096d0ab8696a5a621bf8d6e237ab9958]

        loplugin:unreffun and loplugin:unnecessaryoverride for < gtk 3.16.0
        
        Change-Id: I67613a72d92506cd4a12145112d6e9b3f9547be1

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [c117ab838b49b355a3f3fa48632a43284c989ffa]

        Resolves: tdf#103938 replace fix for tdf#78599/tdf#87977
        
        i.e. revert
        
        commit 162c72d64077d9e0dae820d881ce2b56a5b2040c
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jan 23 13:17:39 2015 +0000
        
        and
        
        commit ad50b9a8636e0ee2f3c80669e8dde96577b26c4e
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jan 23 15:52:58 2015 +0000
        
            Related: fdo#78599 wrong method
        
        and restore the original RegisterToFormat logic, and
        instead block setting modifications of the document
        until the explicit SetModified call to avoid the
        original problem of trying to generate a preview
        of the document during the section where it cannot be
        done
        
        Change-Id: I9dbec0a371d4d747b780aa271789d50a46eccefd
        Reviewed-on: https://gerrit.libreoffice.org/31917
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [82f25d5de546225548725e4056fdf1148fe605eb]

        crashtesting: assert on loading certain rtf
        
        Change-Id: I17acf270f552571fec898e19fa2d000ec4c00df5

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [872cf486c542ae66bbf65e0270a642f4019df678]

        Revert "verify SolarMutex when ref-counting VclPtr" series
        
        This reverts the following commits:
        
            commit 722f4e1d86710f2facd37d7e040df9e1fd585e26
            tdf#104573 - Assertion failed: SolarMutex not locked
        
            commit f04ec99f5e6a543b8191ced61db4710c3c0de356
            tdf#104573 - Assertion failed: SolarMutex not locked
        
            commit 71b1e3ff6374c23e65200d3bcafca387d29af04f
            tdf#104573 - Assertion failed: SolarMutex not locked when trying
        
            commit e794ce1eef6730e5a46d5fb0aa6db2895ede85e7
            verify that we hold the SolarMutex when ref-counting VclPtr
        
        IRC discussion:
        <noelgrandin> sberg, maybe I should revert this whole "VclPtr assert" series, I don't have mental bandwidth to sort this out properly now
        <sberg> noelgrandin, what I fear is that you'll end up adding lots of SolarMutex locks to small places, where the proper fix would be to add it further out; and once such a dreaded recursive SolarMutex lock is in place (but needlessly so, once the proper fix is done), it's hard to clean that up again
        <noelgrandin> sberg, yeah, in that case I'll just remove all of this, leave it for another day
        
        Change-Id: Ie4f84b72b79a1b7e80164b5c7693af398c2c569a
        Reviewed-on: https://gerrit.libreoffice.org/31946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [b252dbf59dc1466a2ef45e9905334718e587e5c9]

        missing EGL/eglplatform.h error -> install mesa-libEGL-devel
        
        Change-Id: I689fd6d4f90dd46b71803517bbe2df73486dc9ec

2016-12-13  Adam Kasztenny  <adamkasztenny@gmail.com>  [69d11029d6c72078381f33918574c5a0e043e217]

        tdf#95416 Fix an include for sfx2
        
        This .hrc file was used in multiple places.
        
        Change-Id: I603c6d35da2e870d8586f081ccd2672065ade5db
        Reviewed-on: https://gerrit.libreoffice.org/31928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-13  Adam Kasztenny  <adamkasztenny@gmail.com>  [ef65c40518c6f4671f9528edade9947092e10ac0]

        tdf#95416 Fix includes for xmloff
        
        Move a header file into inc/
        
        Change-Id: If337720fbd5af43fc7ec32518058a1c7d43b8d18
        Reviewed-on: https://gerrit.libreoffice.org/31879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-13  kerem  <hallackerem@gmail.com>  [7724c6136a5d2e7666b4e801fc6f5df83e18a961]

        tdf#97361 Fixed check_cross_references.py
        
        Change-Id: Iedc586f0d10d0a87416c86ef8d52abb629df42b3
        Reviewed-on: https://gerrit.libreoffice.org/31872
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-12-13  kerem  <hallackerem@gmail.com>  [2fa2e149e4829eb653da7972970e1e3e5ba9983d]

        tdf#97361 Fixed check_flies.py
        
        Change-Id: I8b2090ea714cd9103e1823d2a48f624e6c54fbe1
        Reviewed-on: https://gerrit.libreoffice.org/31873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [657c6cc3acec0528209a8584b838cd6de581c437]

        tdf#104228 RTF import: fix override of style left/right para margin
        
        See commit 1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305:
        writerfilter RTF import: override style properties like Word,
        2014-06-17) for the details, this bug was about the same, just for two
        more paragraph properties. Specify the default values for them, so
        override of style value as direct formatting works as expected.
        
        Change-Id: I353cc3ae8c35baf1b5ed5a83a8bd131c7bfbbe64

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [8bd9db90383ee008777903c35c7a5eb2c5352e71]

        gtk3: implement opengl support for slideshow
        
        all of them work, except "Fall" doesn't look right, but it has
        the exact same problem under gtk2/gen to.
        
        Change-Id: I73cb9c0fb8211f727198be78d90d4f80a4f8c7c8
        Reviewed-on: https://gerrit.libreoffice.org/31214
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-13  Caolán McNamara  <caolanm@redhat.com>  [482d7ce61b423600b41b459eb26a2cc221cd0acf]

        change from glew to epoxy
        
        because that works under wayland out of the box and gtk3 uses it already
        
        Change-Id: Iefaac31e325534a81a5389f752804af917c1baef
        Reviewed-on: https://gerrit.libreoffice.org/31213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-13  Stephan Bergmann  <sbergman@redhat.com>  [178e38dd82a2cffb2db747c7be82ba7a48338968]

        Don't leave WW8AnchorConvResult::m_bConverted uninitialized
        
        Presumably inadvertently dropped from d505b5d884fd42e063c709125e0e28e0a56045c4
        "add relative to tablecell as state".  Caused e.g. CppunitTest_sw_globalfilter
        to fail under ASan/UBSan with
        
        > sw/source/filter/ww8/wrtw8esh.cxx:2682:21: runtime error: load of value 152, which is not a valid value for type 'bool'
        >     #0 0x7f7494a13f8b in WinwordAnchoring::ConvertPosition(SwFormatHoriOrient&, SwFormatVertOrient&, SwFrameFormat const&) sw/source/filter/ww8/wrtw8esh.cxx:2682:21
        >     #1 0x7f7494a388e2 in WinwordAnchoring::SetAnchoring(SwFrameFormat const&) sw/source/filter/ww8/wrtw8esh.cxx:2703:32
        >     #2 0x7f7494a3ad15 in SwEscherEx::WriteFrameExtraData(SwFrameFormat const&) sw/source/filter/ww8/wrtw8esh.cxx:2830:23
        >     #3 0x7f7494a2b00b in SwBasicEscherEx::WriteGrfFlyFrame(SwFrameFormat const&, unsigned int) sw/source/filter/ww8/wrtw8esh.cxx:1737:5
        >     #4 0x7f7494a361d4 in SwEscherEx::WriteFlyFrame(DrawObj const&, unsigned int&, std::__debug::vector<DrawObj*, std::allocator<DrawObj*> >&) sw/source/filter/ww8/wrtw8esh.cxx:2854:28
        >     #5 0x7f7494a33a33 in SwEscherEx::SwEscherEx(SvStream*, WW8Export&) sw/source/filter/ww8/wrtw8esh.cxx:2346:36
        >     #6 0x7f7494a24b3b in WW8Export::CreateEscher() sw/source/filter/ww8/wrtw8esh.cxx:1510:25
        >     #7 0x7f7494c33c40 in WW8Export::StoreDoc1() sw/source/filter/ww8/wrtww8.cxx:2950:5
        >     #8 0x7f7494c3eb83 in WW8Export::ExportDocument_Impl() sw/source/filter/ww8/wrtww8.cxx:3304:5
        >     #9 0x7f7494c39335 in MSWordExportBase::ExportDocument(bool) sw/source/filter/ww8/wrtww8.cxx:3139:5
        >     #10 0x7f7494c45150 in SwWW8Writer::WriteStorage() sw/source/filter/ww8/wrtww8.cxx:3468:17
        >     #11 0x7f752cb38d3b in StgWriter::Write(SwPaM&, SotStorage&, rtl::OUString const*) sw/source/filter/writer/writer.cxx:512:22
        >     #12 0x7f752cb33863 in Writer::Write(SwPaM&, SvStream&, rtl::OUString const*) sw/source/filter/writer/writer.cxx:255:23
        >     #13 0x7f7494c45ad7 in SwWW8Writer::Write(SwPaM&, SfxMedium&, rtl::OUString const*) sw/source/filter/ww8/wrtww8.cxx:3485:33
        >     #14 0x7f752c80c3d0 in SwWriter::Write(tools::SvRef<Writer>&, rtl::OUString const*) sw/source/filter/basflt/shellio.cxx:867:28
        >     #15 0x7f752ccfcd6c in SwDocShell::ConvertTo(SfxMedium&) sw/source/uibase/app/docsh.cxx:756:27
        >     #16 0x7f75048bddd4 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) sfx2/source/doc/objstor.cxx:1542:19
        >     #17 0x7f75048d83c6 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2813:39
        >     #18 0x7f75048d5c07 in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objstor.cxx:2683:9
        >     #19 0x7f7504897ea5 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) sfx2/source/doc/objserv.cxx:310:19
        >     #20 0x7f750498e0ce in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) sfx2/source/doc/sfxbasemodel.cxx:3030:46
        >     #21 0x7f7504993862 in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/doc/sfxbasemodel.cxx:1666:13
        >     #22 0x7f753767c657 in Test::testLinkedGraphicRT() sw/qa/extras/globalfilter/globalfilter.cxx:170:20
        
        Change-Id: Ic1d7731b80a14751b3cc1dd0c009bfdb43b722c2

2016-12-13  Stephan Bergmann  <sbergman@redhat.com>  [de7922ad57a9283209ad9443f3f7f34730ce3f53]

        -Werror,-Wunused-macros
        
        Change-Id: Idc81dd30502a1968f2f65386575cac1e029f8c64

2016-12-13  Stephan Bergmann  <sbergman@redhat.com>  [58fc735175c37ac9a31578481b8173054fb49f63]

        Reuse existing sal.osl log area
        
        Change-Id: Ib1fc80c79355322489b7ebd37cbbbbb6614ec67a

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [722f4e1d86710f2facd37d7e040df9e1fd585e26]

        tdf#104573 - Assertion failed: SolarMutex not locked
        
        Change-Id: I91d95e73a7e0831f6667f440dd43567ac55b0529

2016-12-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [36569a870ff8be8eb62a453bb8fbe97a4d3c705a]

        cui.screenshot: Show full path when failing to create it
        
        Change-Id: Ic5196e90d7a25665cf9b5a2b039492195b0f00c2

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [10ae3090fc07c1dde2d0b90a696efb7736ad779d]

        fix mac build after OSL_TRACE->SAL changes (2)
        
        Change-Id: I978e45207cd9ba96d487da92a51aaab24258855b

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [1569c87a9e0210957a564f607105138f8a746901]

        fix mac build after OSL_TRACE->SAL changes
        
        Change-Id: I811d4b4be5ed20a90f405900b9f8a81b5381dd7c

2016-12-13  Stephan Bergmann  <sbergman@redhat.com>  [cb92af91dac44f266fa15f91832247347627a479]

        loplugin:sallogareas
        
        Change-Id: I25f793d88a87d94925026fc3de97d02086a0c855

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [f04ec99f5e6a543b8191ced61db4710c3c0de356]

        tdf#104573 - Assertion failed: SolarMutex not locked
        
        Change-Id: Ie46f0e2b60b99aea1c322c7891a41a2e7603c9e9

2016-12-13  Justin Luth  <justin_luth@sil.org>  [ede1a83e110ce7bc7d3560f415d6269ea3feb947]

        tdf#46941 docx: don't balance columns before page-break-section
        
        Pleasantly surprised to see we already don't balance before
        regular page-breaks or at the end of the document. This adds
        not balancing before a page-break-section.
        
        Change-Id: Ifedff5cc45b154a005f13b3212154c443727e286
        Reviewed-on: https://gerrit.libreoffice.org/31826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0fda52cc4a5c78c55f96850faa734ea66891808c]

        SafeMode: Restart goes into safe mode again
        
        Looks like the XRestartManager keeps all command line arguments when
        restarting, so it also keeps --safe-mode.
        
        Solution is to add a flag file when restarting from safe mode,
        to prevent going into safe mode again.
        
        Change-Id: I9820d3ccbddf98b0bf6132f254c989f52ea5e808
        Reviewed-on: https://gerrit.libreoffice.org/31913
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [19650d0e27be97a4485998f3e8863c09a6f5cc74]

        fix windows build after OSL_TRACE->SAL changes
        
        Change-Id: I345343f84f66299e8b91b31af0290ed0c622bf8d

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a705ab40597f7cb584bdeaef06701b289f911f1]

        OSL_TRACE->SAL in avmedia..canvas
        
        Change-Id: Id9077ea29e7028c12f40abfd4c57756c863e3cd9

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3586b684c58e06cd80dea87d7681354acfec80b]

        OSL_TRACE->SAL in chart2..oox
        
        Change-Id: I133a6441824bfbefcfcda130119b5c5d706f86b2
        Reviewed-on: https://gerrit.libreoffice.org/31907
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a005fbeddc4e615cfff56a9bd84355f8d42c1c8c]

        OSL_TRACE->SAL in framework..sal
        
        Change-Id: I9a897af88aa9f6f7ca98ce521c69b5a4ee8462e9
        Reviewed-on: https://gerrit.libreoffice.org/31903
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [81f2a9f46451492d4d879573bc9ac7f2e44abedb]

        OSL_TRACE->SAL in sc..scripting
        
        Change-Id: I389d8cb733a5ee24d3119a1ebac5a5b70daff04e
        Reviewed-on: https://gerrit.libreoffice.org/31900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-13  Arnaud Versini  <arnaud.versini@gmail.com>  [ba6b35fc68a01aff72b39eb7809bacb326068668]

        accessibility: cleanup AccessibleBrowseBoxBase implementation
        
        Change-Id: I5c9b96e2ebd2ac98dfa610346c1da89fbf56e2d2
        Reviewed-on: https://gerrit.libreoffice.org/31916
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [08fa2e9307c9e4a49e18ecb0b4e9461492122fe3]

        Calc function tests - move text function to new dir
        
        Change-Id: I3a47c0e90e93050419326303c175cdc2adef6796
        Reviewed-on: https://gerrit.libreoffice.org/31925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-12  Michael Stahl  <mstahl@redhat.com>  [ae8bd4267ac2da58f9e476d24e1e894202e92dea]

        dbaccess: fix testCloneMovesPlusDeletions test
        
        JunitTest_dbaccess_complex spuriously fails 1% of the time with:
        
        1) testCloneMovesPlusDeletions(complex.dbaccess.RowSet)
        java.lang.AssertionError: moving to the next record after |deleteRow| and clone moves failed
            at complex.dbaccess.RowSet.testCloneMovesPlusDeletions(RowSet.java:756)
        
        The problem is that line RowSet.java:750 deleteRow() manages to delete
        the last row in the set, because the positionRandom() is tricked to
        position itself on the last row (which it tries not to do), becuase the
        RowSet is currently positioned past-the-end on a deleted row and the
        ORowSetBase::impl_getRowCount() is a lying bastard that adds 1 to the
        result in this special case.
        
        Funnily both the ORowSetBase::impl_getRowCount() and the test using
        positionRandom() were added in CWS rowsetdel.  Yay for randomized
        tests!
        
        Change-Id: Ic8c7bfa190f6a5269604cf5b3c338f2d0b64205e

2016-12-13  Tor Lillqvist  <tml@collabora.com>  [b5f0c82393d88b81ea1f75fcc4cafc2aa947e206]

        Fix lossage with --disable-cairo-canvas
        
        Change-Id: I9e822cfc1447fcd49c80c56df8ba37959555396a

2016-12-12  Julien Nabet  <serval2412@yahoo.fr>  [b5ae4ccf462da85ec87e953212135871fd98bfbb]

        tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)
        
        See https://bugs.documentfoundation.org/attachment.cgi?id=129537 for bt
        For the remind, it follows a replace of OSL_ENSURE by an assert, see:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=8228227168a7eb3ebf14629bec87f01536c23970
        
        Change-Id: Id05eeb6e6669232e9b5cc2ef2989827fef3025d0
        Reviewed-on: https://gerrit.libreoffice.org/31918
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-12  Eike Rathke  <erack@redhat.com>  [429be969b39867d6d9f36978c9ac15b601e78ba6]

        Resolves: tdf#101588, do not prevent color de-selection tdf#96382 follow-up
        
        Comparing colors to determine whether to set one in the result item set does
        not work if the color previously was set before SaveValue() was called
        unconditionally even for the "undetermined" color state. Actually we want to
        know whether the user selected a color instead.
        
        Change-Id: I508f791684ebd79ba4af9cb654f9aa0bb25bff5d

2016-12-12  Jaskaran Singh  <jvsg1303@gmail.com>  [b17b413ea2c3902a219e2e35a949e924436d34f8]

        Add rules to gitignore
        
        Rule for ctags: Sublime generated(or otherwise) ctags look like
        sc/abc/xyz/tags. The present rule cannot look after tags which
        are more than 1 directory deep. Hence this change.
        
        Other rules added : Jetbrains Clion, cscope, sublime text specific
        
        Change-Id: I1dbbe4904f3d15bbf198cd372591b464efb3896a
        Reviewed-on: https://gerrit.libreoffice.org/31874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-12-12  Khaled Hosny  <khaledhosny@eglug.org>  [04a77bfa9c5a3da6d99ee6ad8d4802638b7d76fa]

        Don’t return false for blank glyphs
        
        CTFontCreatePathForGlyph() will return NULL for blank glyphs causing
        CoreTextStyle::GetGlyphOutline() to return false which propagated as
        error all the way to OutputDevice::GetTextOutlines() causing it to
        needlessly enter into fallback code. Other implementations just return
        true and an empty polygon here.
        
        Change-Id: Ib20ebff00f7cb3aae22f1c6b4c3a0e9d7a429987
        Reviewed-on: https://gerrit.libreoffice.org/31902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-12  Stephan Bergmann  <sbergman@redhat.com>  [385f6240278b38643894158d2eb7001f25fc965b]

        Prevent use of ORowSetValue with sal_Bool as TINYINT
        
        sal_Bool and sal_uInt8 are typedefs for the same underlying type, so any use of
        ORowSetValue with sal_Bool instead of bool, apparently intending to treat the
        value as a boolean, actually treated it as a TINYINT.  (See e.g. recent
        7b0c57b2faec875c790051d233d1e9abaed2a3bc "some compilers don't like implicit
        bool-to-ORowSetValue conversion".)
        
        Now that there's no way to create a sal_uInt8 ORowSetValue, getUInt8 and the
        m_uInt8 union member can probably go away, too.
        
        Change-Id: Ia27554f76e7e9edce6410284b578064573e54fd3
        Reviewed-on: https://gerrit.libreoffice.org/31909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-12  tagezi  <lera.goncharuk@gmail.com>  [8845ccc1d46fe09eae7b37367a6fbc774fd0b7a4]

        Updated core Project: help  47ad5a2f2102740bda4cf02dcd73562da79f67a9
        
        tdf#100836 "Starting the LibreOffice Software With Parameters" help update
        
        rewritten cmdHelp in accordance with the attached document in bug tdf#100836
        
        Change-Id: I6061dab2ed83a2be0653fbbd422e3193386d9d98
        Reviewed-on: https://gerrit.libreoffice.org/31595
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [dfafaeb989c16792d722d2a256a621f58f8e81fc]

        -Werror,-Wimplicit-fallthrough
        
        Change-Id: I7ea9c1af7568ce37f29df14f8dc4345031c20eb8

2016-12-12  n5xgdh  <vukasindfelbab@gmail.com>  [9d67a5872ef7e4b38eb8158046e149a59d6af4f3]

        tdf#97361: Changed naming convention to Python type, object factories implemented
        
        Change-Id: Id42e9a2e2cfd7c95140411123e8702dfdb4054da
        Reviewed-on: https://gerrit.libreoffice.org/31676
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ccbb0dd8788bf481f398782bf1519cd57c3b2bfb]

        tdf104532 handle constraints for NEGBINOM.DIST correctly.
        
        Also changed variable names for easier understanding of their meaning.
        
        Change-Id: Iab558d7d1d9533f2a0c42e3d5f4acecead2e818e
        Reviewed-on: https://gerrit.libreoffice.org/31807
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [ae9b5144539e0d6cb376af385e122b05c823200a]

        Revert "loplugin:refcounting"
        
        Bah, the reverted change actually of course breaks the compilation, I
        had missed that accidentally. More intrusive chnages are needed to
        change css::uno::Reference to rtl::Reference, also in parameters to
        constructors and other calls here.
        
        This reverts commit 073f8cdbb77d62a6838c78ff63fca73896b86c79.
        
        Change-Id: I2d0f9db9cef8dfbfe7d8a409eb09375c45b9e49f

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [78f3faa116dc4e67b4dfd12b89810e5ab9803dc3]

        loplugin:stringconstant
        
        Change-Id: I5bf8adf86da9d2e9c53341cdbc94aba05557abfc

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [2da2cfcb19870181907cb46e08984a26485f6ffc]

        Whitelist aLogger, in FormulaLogger& FormulaLogger::get()
        
        To avoid this:
        
        sc/source/core/tool/formulalogger.cxx:55:26: error: bad static variable causes crash on shutdown [loplugin:badstatics]
            static FormulaLogger aLogger;
            ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
        sc/inc/formulalogger.hxx:42:31: note: ... due to this member of 'FormulaLogger' [loplugin:badstatics]
            const ScFormulaCellGroup* mpLastGroup = nullptr;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
        sc/inc/formulacell.hxx:66:20: note: ... due to this member of 'ScFormulaCellGroup' [loplugin:badstatics]
            ScFormulaCell *mpTopCell;
            ~~~~~~~~~~~~~~~^~~~~~~~~
        sc/inc/formulacell.hxx:114:21: note: ... due to this member of 'ScFormulaCell' [loplugin:badstatics]
            ScDocument*     pDocument;
            ~~~~~~~~~~~~~~~~^~~~~~~~~
        sc/inc/document.hxx:312:27: note: ... due to this member of 'ScDocument' [loplugin:badstatics]
            VclPtr<SfxPrinter>    pPrinter;
            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
        
        Change-Id: I533e45f655ca928a801188aa48ee818d89a962ac

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [345800501c2af7c48460cc0437543822c09da1c0]

        loplugin:staticmethods
        
        Change-Id: Ia470ed848c5c27de1b0ae3fa89a59f6cb2ae38fe

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [45566e7cc9ed6085907d9048f9dfe9623fb9ee76]

        loplugin:unreffun and loplugin:externandnotdefined
        
        Change-Id: I69f11aa5dd81834aa916a66437d8c091cdf245f3

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [3d17a4088283e28076d6794a429ed4a766fafa1f]

        loplugin:override
        
        Change-Id: I7ef42d66a0ffbbd8f2754bd4aba0e77659c9ae83

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [22166c75eea39d0ead98fa44b59ebd065e55a8a1]

        loplugin:nullptr
        
        Change-Id: I6ab405e7e9a0c8ac3a323fd2484e334c500280ae

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [00d3aaa2dca52eaa716a361d95ed67536040063e]

        loplugin:unnecessaryoverride
        
        Change-Id: I45d7e14cef0058c4bfca4a3466e31d64e29bdfae

2016-12-12  Tor Lillqvist  <tml@collabora.com>  [dfc643a5f75948c6afe63a2b8379138a1db17bff]

        loplugin:unreffun
        
        Change-Id: If538d5d5347f58e18869cab2b687af26a39a89eb

2016-12-12  Stephan Bergmann  <sbergman@redhat.com>  [b472cced4669de6774ffb6a771a4eab4eaee2067]

        loplugin:staticmethods
        
        Change-Id: Ic8e00ab8961811044c26eb237f283617ddeb5cb6

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [2337adc26d51fa4cdeae95ed747abf01981d582c]

        unwind RID_OUTLINEBITMAPS imagelist
        
        Change-Id: I44a03f557d7a7aafeb17e5d662797203f975672f

2016-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc27d038955fef806ebf516a59300bc6a82df3b3]

        sw: prefix members of SwClient
        
        Change-Id: If35981bce951dfab4a784d4cb54ac911249572ed

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [9c76f393431bb38259ec5465393ec86da026399e]

        manage OutlineBitmap imagelist directly in its owner user
        
        Change-Id: I4437484192016db7ce72614ae07c5a7d1bd9ec5b

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [96d0506fceb8064c5ae156dfaf12d5b45623c557]

        unwind RID_IMGLST_LAYOUT imagelist
        
        Change-Id: I17146905c93162977effe9179c844ba691320d35

2016-12-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0412d863d144344b4c6c04b22209c0c57f1d6fb8]

        tdf#104268 NLPSolver: Improve display of solution
        
        Format "%.2f" is not optimal for large or small values.
        Format "%g" should be prefered.
        
        Change-Id: I92899d80564b9000b1f3e049221c456f8e1176a9
        Reviewed-on: https://gerrit.libreoffice.org/31445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  John Paul Adrian Glaubitz  <glaubitz@physik.fu-berlin.de>  [d5d6ee3b3e7cf3d93f892a452244051e4294fe6d]

        uno: Add support for targets with 16-bit alignment
        
        Despite being a 32-bit architecture, m68k has a basic
        alignment of 16-bit for historic reasons. On m68k,
        SAL_TYPES_ALIGNMENT8 is therefore equal to 2 and we
        need to cover this case in the static asserts as well.
        
        Change-Id: I4c756af25d57e5d49209697f6e678ef71a5845aa
        Reviewed-on: https://gerrit.libreoffice.org/31878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-12  Arnaud Versini  <arnaud.versini@gmail.com>  [033ff2f9ad739e09e9b0a986ffccb4e908a83212]

        comphelper: cleanup class NameContainer.
        
        Remove useless class NameContainerImpl.
        
        Change-Id: I3066abea69ed68d597aeecdd6b3ec7264f7ebe9c
        Reviewed-on: https://gerrit.libreoffice.org/31830
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [02ed1924eb34e8ea13da8337c12b127f81211770]

        OSL_TRACE->SAL in sd..sdext
        
        Change-Id: I6b224fa890dc96aada7140af27078da5e25c3ff8
        Reviewed-on: https://gerrit.libreoffice.org/31898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [b540899c1ea33d3418e737428b51ea75278d6d4f]

        remove another imagelist
        
        Change-Id: Ica62a13b19134030c6f0e2eeaf41df3c0f1294a4

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [7892566b9e7f0c2bfa1c18acd4147de496a58cab]

        update png locations for various imagelist unwindings
        
        Change-Id: Ib0106c3b88cf54e54aaf784bb526480a1c745a1f

2016-12-12  Michael Meeks  <michael.meeks@collabora.com>  [079a57802576eb84cc0d26b1d708a727c6b18a2a]

        Revert "tdf#103654: Make git hash clickable in the About dialog"
        
        This reverts commit cc02097495f95967f8f06c364dfa6a8949132868.
        
        Need to improve the solution here a little I think.

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01afbf12788b070b90eb306d86ea2870857a1328]

        reintroduce CONV2CHAR/CONV2LINE split
        
        Change-Id: I02a3a46d2222b8bfe955eb17ca655d36d9155b48
        Reviewed-on: https://gerrit.libreoffice.org/31867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a4c6d5c8a05716e0f1a3237ef710b5955e28b6f0]

        refactor out lcl_SetRelationOrient
        
        Change-Id: I9759a0f21641b6f5ba5e456e5c45ac28238ca672
        Reviewed-on: https://gerrit.libreoffice.org/31866
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d505b5d884fd42e063c709125e0e28e0a56045c4]

        add relative to tablecell as state
        
        Change-Id: I76e9d317dabeefcdf53468a89f3a6130279993f3
        Reviewed-on: https://gerrit.libreoffice.org/31865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [880e622d2e324a85a7b2b6ddc60e06cc423195b4]

        refactor out lcl_GetWW8Pos
        
        Change-Id: Ie7127668aceade312c68ed3d7f3398fbaf5e8df7
        Reviewed-on: https://gerrit.libreoffice.org/31864
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d2be1f90faa64cbbfe789eb62370555eb5400ae3]

        use message passing
        
        Change-Id: I49c448c454f9bb820c3b9afa3825c58cb2dab978
        Reviewed-on: https://gerrit.libreoffice.org/31863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [be3cf47a5cc9a963fe61e04cd1ac1cad029facdf]

        move enums up so core specific functionality can follow
        
        Change-Id: Iad8b5ff731c9d53f0f015a95387a00993a4a31f8
        Reviewed-on: https://gerrit.libreoffice.org/31862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [b61565ebb088add81fd582a0a6aaff67c4b40a14]

        remove another imagelist
        
        Change-Id: Ica62a13b19134030c6f0e2eeaf41df3c0f1294a4

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [554ff8ef0f734cbc33644a075c83cc840fb770ab]

        coverity#1371265 Missing move assignment operator
        
        Change-Id: I5b7c6992e92e4d096b8230774ed8f4bfaaad5831

2016-12-12  Mike Kaganski  <mike.kaganski@collabora.com>  [dd747c0669f6e31462c39fe104d2f2c0acc4de0a]

        tdf#99227: use correct serializer when exporting drawing
        
        Failing to do that leads to write-past-end-of-document, drawing
        loss and SAXParseException if the drawing is part of a footnote.
        
        A unit test is included.
        
        Change-Id: Ie7d8263dc72dfef1e9827cc0579a5eaaf5819410
        Reviewed-on: https://gerrit.libreoffice.org/31871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [71b1e3ff6374c23e65200d3bcafca387d29af04f]

        tdf#104573 - Assertion failed: SolarMutex not locked when trying
        
        to bring up File Open... dialog
        
        we need to hold the SolarMutex when doing VclPtr ref-counting
        
        Change-Id: I843f2a243acaf73db1f6557df23475fe5bb12131
        Reviewed-on: https://gerrit.libreoffice.org/31892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [e43a712550946efd598387fc2bdd60a26637646f]

        coverity#1397054 silence bogus Dereference after null check
        
        Change-Id: Ifceb60ee9f1f5e0ba5fd68d88a0358b5400008ee

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [7803f6ba1903428a97a3b171260ec0145bf644c8]

        coverity#1397042 Unchecked return value
        
        Change-Id: Ibb24dea2464c2e0bba289f08bba053efe6fe57fc

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [c43c50723d6e395184214b56aa9964125622d9eb]

        coverity#1397041 Unchecked return value
        
        Change-Id: Ia8c601475bea142faad9c1f1e9b797d0ebc13679

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [510f497f05cbf65e2ee425a8af43f47406dbfcc5]

        coverity#1397045 Unchecked return value
        
        and
        
        coverity#1397044 Unchecked return value
        
        Change-Id: I193bd676e417c35450efa91cb5773c78c998b63f

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [c5ba9161a8fb45f86c4d6cf030afa0a20b42cd3f]

        coverity#1397046 Unchecked return value
        
        Change-Id: I7f8988a7cf5f3d815a20cac249b3753d732994e1

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [cc777d31c1508ef74551532b553374f5db87bca9]

        coverity#1397048 Unchecked return value
        
        Change-Id: Ie33ef6565cadcddb59c1d78a63aec666e8693f87

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [d6b094bc8f23cbdad4da646320f3e6809fa42c5d]

        coverity#1397043 Unchecked return value
        
        Change-Id: I37c49aa568646e44c05f5feec537d344a2440b91

2016-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [69f6fbb5d0ad87c85e0236a7fece107b69eb8b8b]

        tdf#104046 - Slides in the slide pane don't update in realtime
        
        This appears to be a consequence of my change
        
            commit 942716fee138b68c2af9411384f402b5692a88b2
            convert EID constants to typed_flags
        
        in that change I made a "fix":
            @@ -689,20 +687,20 @@ void
        EventMultiplexer::Implementation::CallListeners (EventMultiplexerEvent&
        rEv
                 ListenerList::const_iterator iListenerEnd
        (aCopyListeners.end());
                 for (; iListener!=iListenerEnd; ++iListener)
                 {
            -        if ((iListener->second && rEvent.meEventId))
            +        if (iListener->second & rEvent.meEventId)
                     iListener->first.Call(rEvent);
                 }
             }
        
        which causes this bug.
        
        I should have noticed that my "fix" indicates that the event filtering
        part of this multiplexing code was never working, and since no-one has
        ever complained about, lets just remove all of this unnecessary
        complexity.
        
        Change-Id: Id71613d4fd5817ee1358705059e4ce63d57573ad
        Reviewed-on: https://gerrit.libreoffice.org/31894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [e9e1ccec47d02dd43c46a6095caa27d19e7f23fb]

        coverity#1397053 Logically dead code (golden)
        
        and
        
        coverity#1397055 Inferred misuse of enum
        
        copy and paste error from the other converted call site I bet
        
        Change-Id: I63701db153c5fd424374a95dd757d9fd7a8bc216

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [299c5f87aeef5670e88ab226d9cf9825165d8705]

        coverity#1397052 Logically dead code (golden)
        
        regression from...
        
        commit b894104a0b02a9b074c76feb925389d7bee6a493
        Date:   Thu Dec 8 00:43:09 2016 +0200
        
            Pass GlyphItem around
        
            We have this nice structure that contains (almost) all the information
            we need, so pass it around instead of passing separate fragments of said
            information.
        
        presumably this is the correct fix given the context of the other changes
        
        Change-Id: I8518e739b1caa00ea5ae1569282e98810462d4c3

2016-12-12  Stephan Bergmann  <sbergman@redhat.com>  [cfd2691e5bf398304d7816227b933e53907b6204]

        [API CHANGE] Remove salcpprt static library
        
        ...containing replacements for global operator new/delete (that can be linked
        into executables), but which is no longer used.  The mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2012-March/028690.html>
        "operator new no longer routes through rtl_AllocMemory in libsalcpprt under
        gbuild link rules" has the details of how this was used on some platforms (but
        not on others) before the switch to gbuild, and has been "lost" ever since---but
        apparently a loss not mourned much over the years.
        
        For the SDK, c5f974287fd04bb529de145113133b9e35687702 "INTEGRATION: CWS jsc3:
        #i62434# copy libsalcpprt.a" added the library (under Linux) and
        6db9c5af960f9787e33e4addc56bddbb1695a402 "INTEGRATION: CWS jsc3: #i62434# extend
        link options for executbales to link libsalcpprt.a, LINUX only" added its use to
        odk/settings/settings.mk, but fc0ca57f2cd649c6330171445a06b80e2143a0e9
        "INTEGRATION: CWS jsc21" removed that use again (for no documented reason).  So
        this is an incompatible change, but unlikely to actually affect any users of the
        SDK.
        
        Change-Id: Ia38b4c439f21fca3f5d9af7d1a34054e992054e9
        Reviewed-on: https://gerrit.libreoffice.org/31810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-12  Noel Grandin  <noelgrandin@gmail.com>  [d6f2dd831a37ce214c05ed558c4fef2b76b9b121]

        remove useless Mutex guards
        
        Change-Id: Ib1edb681b47ce98e2e810d15111932002786aa51
        Reviewed-on: https://gerrit.libreoffice.org/31875
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [221a3413af1b0f86a78c141fb2ea8fe969911dfb]

        coverity#1397056 Dereference null return value
        
        Change-Id: Ieda3afdbdbcc8aa21f6584edc21738c4edb84000

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [3249009bb77933fe1c3402f5f2110048753c8a66]

        coverity#704109 Unchecked return value
        
        and
        
        coverity#1397040 Unchecked return value
        coverity#1397047 Unchecked return value
        coverity#1397049 Unchecked return value
        coverity#1397050 Unchecked return value
        coverity#1397051 Unchecked return value
        
        Change-Id: Idf7dd7818b74c661a1f7a757f0bdc16e2d1d5c72

2016-12-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7f92a21a458fc6fa68894fbc881eda0a1e8325e]

        tdf#101563 - Export to PDF with linked images creates huge PDF files.
        
        Looks like it was introduced by
        
            commit 19b34c0039c6293f9b37aa70f8055aa2be28ba09
            loplugin:passstuffbyref in svtools
        
        and since it's windows only, probably some subtle mis-compilation.
        
        Aron Budea tracked this one down.
        
        Change-Id: I77e65ea8a1fb0003d6ff0f3b0f8019f275ff3462
        Reviewed-on: https://gerrit.libreoffice.org/31893
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-12  Caolán McNamara  <caolanm@redhat.com>  [111858d6c64e5c3790ec23853df564584f4c3f99]

        coverity#704108 Unchecked return value
        
        Change-Id: I5bd58f94fbea3d59849f60f2096e5191dbb0d810

2016-12-12  Adam Kasztenny  <adamkasztenny@gmail.com>  [13cba3505f3af25b640e9d3fa8e24ccdf1378c68]

        tdf#95416 Fix an include for xmlsecurity
        
        Move one header file to inc/
        
        Change-Id: If8f4bfcf29464011fe68573e7d4e67900aacc2cd
        Reviewed-on: https://gerrit.libreoffice.org/31891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-12  Mike Kaganski  <mike.kaganski@collabora.com>  [6f5024de2e1a5cc533527e45b33d9a415467c48d]

        tdf#104425 sw: split rows w/large min height (fix layout loop)
        
        This solves the problem of rows with too big minimal height causing
        layout failure (the table just goes out of page, does not flow to
        next page).
        
        It does so with three steps:
        1. Currently, a row with a minimum height that flows to next page
        repeats whole min height on that (and possibly following) pages.
        If this behaviour continued, then that would cause layout loop:
        the row min height would be too high for the page, so it would
        keep flowing to next pages (actually just go beyond the botom
        because of layout failure). To mitigate this, the patch changes
        the behaviour to measure total height of all frames of the row:
        the function lcl_calcHeightOfRowBeforeThisFrame calculates the
        total height of previous row frames for the same row, then in
        places where we need to get min height, this value is subtracted
        from row min total height. On following pages the min height of
        frames will get less each time.
        
        2. When the row is split, the possibility to split depends on if
        the minimum height of the row fits into the vertical space left.
        The minimum height is found as maxinum of two values: minimal
        contents of the row (e.g., height of first line of text, or an
        object, or lower table cell), and the minimum height setting.
        As the minimum height setting should not prevent the cell to
        flow, (it only should ensure that total height is no less), we
        should not consider the setting when the split is performed
        (we should be able to keep on first page as little as required).
        To allow this, a new bool member introduced in SwRowFrame:
        m_bIsInSplit, with its setter and getter. When it is true,
        the routines that calculate min height ignore the min height
        setting. It is set in lcl_RecalcSplitLine around lcl_RecalcRow
        and SwRowFrame::Calc that decide if it's possible to keep part of
        row's content on first page, and update table's height to fit
        the rest of space.
        
        3. It turns out, that if contents of the splitted cell has less
        height than the min height setting, then following happens.
        In SwTabFrame::Split, all rows below splitted one are moved to
        follow flow table; then table frame's Shrink method used to shrink
        the freed height. At this moment, still, the height of splitted
        row is too high, and total height of table is too high. Then,
        lcl_RecalcSplitLine is called, where row is first shrunk, and then
        lcl_RecalcRow and SwRowFrame::Calc try to move contents and resize
        the splitted row. They get the minimum height of content (we already
        don't consider the min height setting), but then "last row will fill
        the space in its upper" (see SwRowFrame::Format). Row returns its
        previous size, table does not resize, it doesn't fit to page, and
        split fails.
        To try to fix that, I call SwTabFrame::Shrink in lcl_RecalcSplitLine
        after lcl_ShrinkCellsAndAllContent before lcl_RecalcRow.
        
        Unit test included.
        
        Change-Id: I8422e43cff7d6b5955541ed3fe930779429ed55b
        Reviewed-on: https://gerrit.libreoffice.org/31774
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-12  Matúš Kukan  <matus.kukan@gmail.com>  [7740e945e0c74d057c424cced079adc766cc5604]

        gid_File_Bin_Gnome_Open_Url was removed
        
        ..in eaa7f30102df4df01171e5daf83cdddae1bb0cda
        
        Change-Id: I149ee4087dffe54fd63bacd3bb5aba67159fac72

2016-12-12  Matúš Kukan  <matus.kukan@gmail.com>  [1e074a455ed9c7136868f10bce3e173b22c1564b]

        Remove some not used SCPDEFS
        
        Change-Id: Ib85895c21cef9baeccc468b476cbd8170ee4c9ce

2016-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [424553f16092fa733855aec3eda2182ae095bb13]

        starmath: Omit empty dtor
        
        Change-Id: I7c905255627fb5286378e077d52932e9b184f054
        Reviewed-on: https://gerrit.libreoffice.org/31853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [384f1c650183cc9f0449a37958042eb41cfb5431]

        Mark as local
        
        Change-Id: Ic8ed367a5774eb3a939163fb1c1fe9518c3d7d2d
        Reviewed-on: https://gerrit.libreoffice.org/31855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [7b0c57b2faec875c790051d233d1e9abaed2a3bc]

        some compilers don't like implicit bool-to-ORowSetValue conversion
        
        Change-Id: Ic4463db8aeca6ae9a86f7b890f95eb73724c6a1b

2016-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [5e79d60fa9e48c343dfebbed360a420b9e0f4e2d]

        Mark as const
        
        Change-Id: Ie4b7d45d26fbd839f9afcd11a7ba4bff80ed54e8
        Reviewed-on: https://gerrit.libreoffice.org/31854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-12  Mike Kaganski  <mike.kaganski@collabora.com>  [53dbc419b2e886b345a3512cf11e035ff2b7651b]

        tdf#63593: revert 88f91adf266f19659014df22e09ce6c6761fb6f1
        
        This patch caused a regression that on creation of a new sheet
        while there's an unfinished edit of a cell, by using "+" in bottom
        left corner, that edit is committed to newly created sheet instead
        of that in which it was performed.
        
        Also, fixing original problem (tdf#42432), it forced the pending
        edit on deleted page to go to an existing page, which could
        overwrite existing data without being noticed (dataloss).
        
        Reverting the patch does not reintroduce the original problem that
        it intended to fix (a crash) in master.
        
        Change-Id: I696a85ec9d08ebb3621ebdbce4d9f71eadcdb2c2
        Reviewed-on: https://gerrit.libreoffice.org/31843
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-11  Caolán McNamara  <caolanm@redhat.com>  [634589b340316ba64b731b4d923c1056be415494]

        Updated core Project: help  89416253fdd67a9334660238f2c23f0fdfb3a10e
        
        fix emph tag
        
        Change-Id: I5335a8dfce80fef6a59b102bac11a0017b4fff54
        

2016-12-11  Caolán McNamara  <caolanm@redhat.com>  [2b8f4cf1523cfa9c508b5f85f32090d1559ad04a]

        wmffuzzer fix url
        
        Change-Id: I3861a04a02a17113d25c0fd065f8870b0ef020ca

2016-12-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8c7315b94f970abdb66e1a79c4143dd59d45eacf]

        remove unusable debug code, DBG_UTIL_MI
        
        nItemStartPos was never defined
        initial commit ee62af2e9ba16913568919c9289fb1753b4b456e
        Date:   Wed Apr 13 10:18:14 2005 +0000
            INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED
        
        Change-Id: If63d5594d32bae9e5b3b89e7d2bc6106e7663071
        Reviewed-on: https://gerrit.libreoffice.org/31857
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [4ef9ccea6c4aa79cdc57dea52b47775c346696ec]

        OSL_TRACE -> SAL in sfx2..svx
        
        Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e
        Reviewed-on: https://gerrit.libreoffice.org/31799
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-11  Arnaud Versini  <arnaud.versini@gmail.com>  [4282ea67c2e90222f141df8213b06dfed09d4c85]

        canvas: remove useless MutexGuards
        
        Change-Id: I7a6f55ad7f3a26a88263660b97dd8650858890f8
        Reviewed-on: https://gerrit.libreoffice.org/31859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-11  Gabor Kelemen  <kelemeng@gnome.hu>  [e22797ac2d0afe4f5d91bdced614bd52d4730a13]

        Updated core Project: help  957f72b1e3aeeb596eb9c82b4b623d09d1122e71
        
        tdf#103527 (related) Drop redundant Color settings page
        
        It has no substantial content so it could create only confusion
        
        Change-Id: I393c7f5b3094977ceb2a84876b0cd2d434d9f9af
        Reviewed-on: https://gerrit.libreoffice.org/31849
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-11  Gabor Kelemen  <kelemeng@gnome.hu>  [1710ba0dd254427919ec97e8dd569c1649c142d4]

        Updated core Project: help  4d650fceb5cf89f9ef2ce4ccfb602043c99fce59
        
        Drop help page for .uno:PreviewPrintOptions
        
        I can't find any trace of this command in core or
        in the git log so probably no one will miss this page.
        
        Change-Id: I3a4e8de28ef717fb2db6df38f63468604730c3fd
        Reviewed-on: https://gerrit.libreoffice.org/31848
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-11  Gabor Kelemen  <kelemeng@gnome.hu>  [2acc395f01b2dc05f63ae1e978a3f5c238c5d32d]

        Updated core Project: help  eb6324c80763f482d2adefe4d91c2f31904f2fa0
        
        tdf#93299 Reconnect 'Outline and Numbering' page and UI
        
        Update bookmark and ahelp HIDs.
        Add a description to the 'Edit Style' button.
        
        Change-Id: I9866c00e62d5ea54881e3c8156ef57db4d998fbc
        Reviewed-on: https://gerrit.libreoffice.org/31842
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-11  Gabor Kelemen  <kelemeng@gnome.hu>  [9f2e5ca515908b0c663fcc1ce3bcdfbfd307cae5]

        Updated core Project: help  992226ad77e2790074d1f718523dc55d4201c045
        
        tdf#76488 (partial) Reconnect Printer Setup window and help
        
        Update bookmark and ahelp ids.
        Removed sys=WIN marks because these informations are visible
        on Linux too (no idea about Mac though).
        Add documentation about the Options button.
        
        Change-Id: Ia59119b266b4794655f7236622fc1c5c40b4095c
        Reviewed-on: https://gerrit.libreoffice.org/31858
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-11  Gabor Kelemen  <kelemeng@gnome.hu>  [92664ca3c698f4bf099f58393ba3e269438db39e]

        Updated core Project: help  0b50898fdae10df8a54b60bbb77e68031e63cfb3
        
        tdf#76488 Fix HIDs for Properties - Font tab
        
        test-hid-vs-ui says:
        From source/text/shared/01/prop_font_embed.xhp,
        referenced items ['DocumentInfoPage'] were not
        found inside sfx2/uiconfig/ui/documentfontspage.ui.
        
        Change-Id: I18a64e22b44bc53de96e8db4cb49b7848c743037
        Reviewed-on: https://gerrit.libreoffice.org/31845
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-11  Jaskaran Singh  <jvsg1303@gmail.com>  [777c22bca071942a14f2db4b38d711a5a00df1b3]

        Implement CSVDataProvider and perform some cleanup on it
        
        Change-Id: Ic409bd4977fdf610294bd13b7ea83ef9a4c48667
        Reviewed-on: https://gerrit.libreoffice.org/31750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-12-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cc6da0af33380eb598ecfd47b4c4bde8db764289]

        fix out of bounds access
        
        since commit 96ec36cf261eec3ec07f3caa2673a916571c4287
        Date:   Thu Dec 8 21:49:47 2016 +0100
            ucb: replace "SimpleList" trash
        
        found by cppcheck
        
        Change-Id: I13d62bdb6cb1a714182f90078d4a2990c790301a
        Reviewed-on: https://gerrit.libreoffice.org/31856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-12-11  Mark Hung  <marklh9@gmail.com>  [611354a1c2e8281a80a1c3f5076a6c4593a4fe10]

        tdf#101729 recover fnGetSize,fnLeftDist,fnRightDist,fnXInc
        
        Above field of struct SwRectFnCollection were removed because of
        loplugin:unusedfields. I can't find them refered in the source
        code but they do affect alignments.
        
        Also append correspoinding member functions for SwRectFnSet.
        
        Partially recover d2df03574023b379ac09b1f71cae9e3ba3ac53e2
        and e18b08363a939b35e7f5dc435e606d2c62bddebd.
        
        Change-Id: I38f2b7a31565773b749cfeb1f47574c390d38527
        Reviewed-on: https://gerrit.libreoffice.org/31795
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-11  Wastack  <btomi96@gmail.com>  [1d0f3649ba271a439ab38d35ce02462561cc9caa]

        tdf#103074 Implement Boolean Type for FB driver
        
        Change-Id: Ibed5435e23730dc901155e79152e9becd3e70566
        Reviewed-on: https://gerrit.libreoffice.org/31262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-12-11  Wastack  <btomi96@gmail.com>  [ea61a62323fe398d682da5bbf5b0d9e17d442212]

        tdf#104227 query boolean like infos correctly
        
        Change-Id: Ic862bb1ce3efa61d6a01fc56fb9e84cf98bb7cd0
        Reviewed-on: https://gerrit.libreoffice.org/31355
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-12-11  Julien Nabet  <serval2412@yahoo.fr>  [ae18926c2fae5e36256561b60c74990150e5fbdc]

        AccessibleEventNotifier AccessibleBase (chart2)
        
        See https://cgit.freedesktop.org/libreoffice/core/commit/?id=0c876d497dd3320cbc06cf21b7b14ab859755bac
        This one fixes tdf#104551
        
        Change-Id: Idd173bcb85655ec1b210fa00510fbabba0f5d867
        Reviewed-on: https://gerrit.libreoffice.org/31844
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80049d110a742060acedb89eaad763e66d7f75a5]

        don't overwrite the crashreport info that are written before upload
        
        There was a race condition that the OpenGL code was initialized before
        the old report has been uploaded. Therefore the OpenGL setting was
        overwritten by the new start and we were not getting the old value.
        
        Now we store any value that wants to be added before the dump.ini is
        ready in a temporary map and will write them as soon as we write all the
        common information.
        
        This problem was introduced by the dialog requesting permission to
        upload the crash report.
        
        Change-Id: I29391a1ff56bac6381218c5a4aefb58c2c03f024
        Reviewed-on: https://gerrit.libreoffice.org/31846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5e6c7d6d26349139ff5881a67c7fec3f48df6aa3]

        cmis: add error handling on checkin
        
        Change-Id: I3951a237789ee4b7697f70bc527ffbb6a626206a
        Reviewed-on: https://gerrit.libreoffice.org/31776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-12-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1188061c25cb5aaa32193a78111fcbe2ef10eaf1]

        libcmis: error handling for datetime string parser
        
        Change-Id: Ie5be0307fa8ac0292f7692f9674e07776cb1948d
        Reviewed-on: https://gerrit.libreoffice.org/31777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [9db5cfc889403e923a41dc88b07d0c973d227552]

        Drop ComplexDisabled flags that does nothing
        
        There is no such thing as simple text layout in this brave new world.
        
        Change-Id: I641b7efa5ec8fdd9839c291e7f2fdb736361ef1e
        Reviewed-on: https://gerrit.libreoffice.org/31824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [d5e7e817980bfce29196dc55a20270201f77c673]

        Drop a hack for Type 1, the future is here
        
        The original issue for reference:
        https://bz.apache.org/ooo/show_bug.cgi?id=36691
        
        Change-Id: I3b68c2c9f7cb94445875ef5a005e73dcfe65fa3a
        Reviewed-on: https://gerrit.libreoffice.org/31823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [869368e94dcfe393b0d06b1c1de18b5ce0d08d3d]

        Drop SalLayout::IsSpacingGlyph()
        
        Replace it with a check from ICU that actually makes sense.
        
        Change-Id: Ie8789444a967420d58f5575f42bc45677bfa96a1
        Reviewed-on: https://gerrit.libreoffice.org/31822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [a7b9af59ea331cbc5495d2eb0f89ce6e6105ab09]

        GF_VERT is only used once, move it
        
        Change-Id: I15289eecfbfb29ee549470a7f752e0c7fd9f811e
        Reviewed-on: https://gerrit.libreoffice.org/31820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [a597dc833966aba23d4b677e5bcd6f74b979fc9d]

        sal_GlyphId is a simple glyph id now
        
        No more cleverness.
        
        Change-Id: I760c602802961b37728c6987c4ade14fb02ca034
        Reviewed-on: https://gerrit.libreoffice.org/31819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [0fb0a564bf9cb0f721e812ac4bfa70e951827bdd]

        Don’t encode font fallback level in the glyph id
        
        Change-Id: I747d969c3c1dc42b1a3b5d12d06fed3af9a64675
        Reviewed-on: https://gerrit.libreoffice.org/31818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-11  Khaled Hosny  <khaledhosny@eglug.org>  [57d248bcec3c6ae3fa1a943a9fd92c566239787f]

        Don’t encode the vertical flag in the glyph id
        
        Change-Id: I00485dd4d42004e4eaa163a9e6ad0a43cf98a30a
        Reviewed-on: https://gerrit.libreoffice.org/31816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [9fb706f9fe216f6157b9052bc42a0601d8ae52d5]

        Remove superfluous jargon from user visible string
        
        No idea what “CTL” is supposed to convey here, they do not even look as
        well formed strings.
        
        Change-Id: I424072fb5efdecd9115649dd3abbd4e9d5dc032c
        Reviewed-on: https://gerrit.libreoffice.org/31837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Michael Stahl  <mstahl@redhat.com>  [f4732872aaba09c3d5b7cebb9af6bc7b7be534d4]

        fix lpsolve dependency
        
        It currently only requires unpacking the tarball so linking can fail
        with "cannot open input file ... lpsolve55.lib"
        
        Change-Id: I6ab99d7ecfd08b1b934f5c189d8fe74b7ee517e5
        Reviewed-on: https://gerrit.libreoffice.org/31805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-12-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ef4ca1a50ea56877bf3005446784ecea0b7fc102]

        add NORM.DIST  test case
        
        Change-Id: I6ee179f5a4418bd6d03694e26ff24b8e0264a795
        Reviewed-on: https://gerrit.libreoffice.org/31828
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d6d1c3292f95f1f41673309ad7023ecf5aec0ec5]

        add NORM.INV test case
        
        Change-Id: Ic62fdcaf358031df87076373fedd3b2cf71943ba
        Reviewed-on: https://gerrit.libreoffice.org/31829
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5484e3e7675c9c2de446adb1e26e0c7f086d3cd5]

        Calc test case - move mathematical functions to new directory
        
        Change-Id: I0ca06b8d11b23d6a225026e8fd01622d4180201e
        Reviewed-on: https://gerrit.libreoffice.org/31831
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [80b496d246e483fc716a6aea11eeca7ff7962edd]

        Calc tests - move spreadsheet tests to new directory
        
        Change-Id: Iae68359bb0e17412300db74ffdceed4341c5288e
        Reviewed-on: https://gerrit.libreoffice.org/31835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fc37da60345b7c961f41ca460571413bd5637050]

        add SUBSTITUTE test case
        
        Change-Id: I290710ee5242e33c4ce7b46a44068fcd54c245a8
        Reviewed-on: https://gerrit.libreoffice.org/31840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c1948556865124fc123a464cd1edf5d25b6095f0]

        Updated core Project: translations  ef59b48c9927301075cff0e2729b5d0a7ea214ed
        
        update translations for 5.3.0 beta2
        
        and force-fix errors using pocheck
        
        Change-Id: I50100798b84da2969535c4f558dd60463b30108e
        

2016-12-10  Julien Nabet  <serval2412@yahoo.fr>  [0c876d497dd3320cbc06cf21b7b14ab859755bac]

        AccessibleEventNotifier AccessibleSlideSorterObject (sd)
        
        Following https://cgit.freedesktop.org/libreoffice/core/commit/?id=8228227168a7eb3ebf14629bec87f01536c23970
        an OSL_ENSURE has been replaced by an assert
        I expect to find a bunch of these cases, so this one is the first I deal with.
        
        Change-Id: If2d3c2f5cff9d306918adc200146113eb54f26c8
        Reviewed-on: https://gerrit.libreoffice.org/31841
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-10  Caolán McNamara  <caolanm@redhat.com>  [79c4f0a2facfb25f5a532a32fdcc40d3027d96b5]

        oss-fuzz: build fonts.conf replacement on the fly based on runtime location
        
        Change-Id: Ic5a1dbd098d251588ff528cf2a63f2189cb783af

2016-12-10  Arnold Dumas  <arnold@dumas.at>  [cc02097495f95967f8f06c364dfa6a8949132868]

        tdf#103654: Make git hash clickable in the About dialog
        
        This will help the QA team and make it easier to quickly see what is in a build.
        
        Change-Id: Ibaa96ee7eac7c60781dddb88981e76afbc71d23f
        Reviewed-on: https://gerrit.libreoffice.org/31808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-12-10  Caolán McNamara  <caolanm@redhat.com>  [ed8ecae06dae4775a2610edc6bcc96a91fb60147]

        oss-fuzz: do explicit disable-runtime-optimizations
        
        Change-Id: I0597436bddcd79f7a44d3969b54a3ae2e02b3c70

2016-12-10  Caolán McNamara  <caolanm@redhat.com>  [35e1edf27b2296778d4bff190be63a9c3a718629]

        handle DISABLE_DYNLOADING case for fftester
        
        just to build it, needs a bit of love for runtime cases I suppose
        
        Change-Id: I9f5d4e4012e0addc8173f126fc93a2ec3eb9de45

2016-12-10  Caolán McNamara  <caolanm@redhat.com>  [e718ac0ae415bba2988c96c36995755bbfd9df7f]

        oss-fuzz: handle W_META_CREATEFONTINDIRECT like EMR_EXTCREATEFONTINDIRECTW
        
        Change-Id: Iaa142d5d0ac0f00e89e8b7d7ffdef8137157cec9

2016-12-10  Julien Nabet  <serval2412@yahoo.fr>  [1fce5b024e9f25c3fcef2537a22474ece0dc416f]

        tdf#104534: Retrieve list of patterns
        
        using same way as gradients, bitmap, etc.
        
        Change-Id: I49788d5af163aa6f06a12c87ee08e6599fc940c8
        Reviewed-on: https://gerrit.libreoffice.org/31833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-10  Andras Timar  <andras.timar@collabora.com>  [316f938d630d02e02887b2efa1d085fd96d3467d]

        Disable Basic IDE options, if experimental features are not enabled
        
        Change-Id: I424abb618b4581bfb1e6dd97f59c32e91bca4cc6
        Reviewed-on: https://gerrit.libreoffice.org/31241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-12-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [8d52045853cecb716138d51b8b6ad0272a86af86]

        tdf#93430: Return the right offsets for runs
        
        MultiLineEdit is a special control which can have
        more text portions with different text attributes.
        
        Change-Id: Iab51dba0d0344fad4358f4961c968c031b1660b6
        Reviewed-on: https://gerrit.libreoffice.org/31813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [289124284f98bbea442871455cf7da5fe9ef3aae]

        Remove noop SalLayout::UseCommonLayout()
        
        Change-Id: Ifc143f33bc4e087726ada1e3b1b5182bf830b0cb
        Reviewed-on: https://gerrit.libreoffice.org/31821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Caolán McNamara  <caolanm@redhat.com>  [3a9609653697ac851ee1c55a41aa143d3bca335e]

        Resolves: rhbz#1362453 use the cairo scaling approach on both wayland and X
        
        so have the same hidpi solution on both setups
        
        Change-Id: I669eba55830a28c1850f4679dfa824798bd3a383
        Reviewed-on: https://gerrit.libreoffice.org/31540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [9774b71017bea62dfbff235886daf7c454bcd0d0]

        Minor
        
        Change-Id: I5e3480b647ec3851e9125188d9cd04227050dc6d
        Reviewed-on: https://gerrit.libreoffice.org/31817
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [b157b82a6d924ebed1683b90bc9d59bbe2603451]

        Use GlyphItem in more places
        
        Also simplify code to what is actually being used.
        
        Change-Id: Ic640ea7f3e426e3f5f4f9fef30d774fe5ac111ff
        Reviewed-on: https://gerrit.libreoffice.org/31815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [bebee55d197176f009668628de0d9945c26af8ad]

        Use GlyphItem in more places
        
        Change-Id: Ic0dd8c0311161271817eb9a3f454d00a319e43a8
        Reviewed-on: https://gerrit.libreoffice.org/31814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Khaled Hosny  <khaledhosny@eglug.org>  [b894104a0b02a9b074c76feb925389d7bee6a493]

        Pass GlyphItem around
        
        We have this nice structure that contains (almost) all the information
        we need, so pass it around instead of passing separate fragments of said
        information.
        
        The ultimate is to kill the horrible sal_GlyphId hack if encoding
        various bits of information in the higher bits of a 32-bit integer.
        
        Change-Id: Ie496bb4c2932157527a388e2a94e46bf0a325a70
        Reviewed-on: https://gerrit.libreoffice.org/31781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-10  Eike Rathke  <erack@redhat.com>  [b52167df08511239c3d08904a3d12a3c92141f38]

        fix build, invalid conversion from "const char*" to "int" [-fpermissive]
        
        Change-Id: Idc50ef5eb250a2a68ae6c6aaed969289baaf38f4

2016-12-10  Michael Stahl  <mstahl@redhat.com>  [84f2ff67a7e404febf710b1dc7f66d06745c503f]

        framework: fix race in ToolBarManager creation
        
        ToolbarLayoutManager::createToolbar() may be called concurrently on
        different threads, and then it can happen that both threads want to
        create the same toolbar URL, see that it does not exist in line 457,
        then both release the SolarMutex and create a new ToolBarManager
        and the first inserts it and then the second overwrites it on line 514
        without disposing the first one.
        
        The non-disposed extra ToolBarManager is kept alive because it is
        registered as a listener on the Frame.  When the Frame::close() is
        called, the ToolbarLayoutManager is disposed, and that disposes all the
        ToolBarManagers it knows about, but not the extra one, which is
        then un-ref'd and then has a live VclPtr m_pToolBar, which asserts
        because the SolarMutex is not locked since commit
        e794ce1eef6730e5a46d5fb0aa6db2895ede85e7.
        
        (This commit is thanks to rr, which recorded the
        JunitTest_framework_complex execution and allowed debugging this.)
        
        Change-Id: I8f5333e8e36ac8ea347ef545e014ffc10501aebb

2016-12-10  Eike Rathke  <erack@redhat.com>  [7b1c8fa23342f847c7bbc99627dbb3fec0a57205]

        rename to RegisterDefinedStyleNames() to clarify, tdf#104097 follow-up
        
        Change-Id: Iecb64ab1e25913180bcb53a133f9dd6777ffb17b

2016-12-09  Eike Rathke  <erack@redhat.com>  [b579c928a8642bc5f455438c1fef01e8df7e195f]

        Resolves: tdf#104097 register reserved cell style names for auto styles
        
        SvXMLAutoStylePoolP_Impl re-starts with a clean
        XMLAutoStyleFamily::maReservedNameSet, so reserving the names in
        ScXMLExport::ExportStyles_() is not enough and needs to be redone in
        ScXMLExport::ExportAutoStyles_()
        
        In the bug scenario that lead to cell styles with duplicated names for
        different styles of which when reloading only the first was taken.
        
        Additionally, a style must be registered after SvXMLAutoStylePoolP::AddNamed()
        to prevent duplicated styles with different names.
        
        Change-Id: If3491eb89ab1741887d9a36ecf904a216fb1368e

2016-12-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [681c2c3f59863d1f2d0123a92ee63baf84e18dfc]

        split markers for galaxy theme, when scaling use splitted markers
        
        For markers (resize markers, anchors,...) we contain them all in
        one image atlas. This was generally done because of resource
        limitiations in Windows 95/98 which aren't a problem anymore in
        present systems.
        
        This is however problematic in HiDPI as we scale the image and
        the coordinates of aren't correct anymore. Another problem is
        that it uses its own cache instead of common cache in
        ImplImageTree. So this commit extracts all the markers into its
        own images for galaxy theme and uses them when we scale.
        
        In the future when we extracted all the markers to its own
        images for all icon themes we can remvoe the old code with the
        image atlas.
        
        Change-Id: Ibee181b529d30e20050df8cd396d338bd53532c0

2016-12-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9b71cb737174c4a3eb9a1bcdbc5424cf34d6e6a6]

        fix galaxy icon theme glue markers
        
        Change-Id: I201055f6fede41144e308d53d2cbd24afced86ae

2016-12-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19eaac83c7559c46f09a3792befe3b527b04138a]

        fix indentation
        
        Change-Id: I5a721b2b55c003c34e24d83b9b5e09a88dde684b

2016-12-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10484e95212726619a1a2f94ce99ad3360b88e9b]

        fix compile errors
        
        Change-Id: I840b28f419137d2ead44dc649a14d742055fb3b9

2016-12-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d575e3a14beef8bdd3517c024b9aab8a17b3ef7b]

        fix copy&paste error in ide-integration script
        
        Change-Id: I4e52851b41e3d5ec4fe4ae5277928bceac3c8283

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [b3711ada7af3a2d1fd43879099d8fc7f9181a9e9]

        typo
        
        Change-Id: I8bc95282b709dcf47469b09326d434297976b6d0

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [fee10f8e82a08a4c8e8ac086dfacdcb317be4b38]

        Remove junk from end of unused Executable_genlang.mk
        
        Change-Id: I5330b681d540a42a655a10abf8b533a74d8687f6

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [a1959d05b8531abc24edb9b9cc42c29e8412ba76]

        Remove irrelevant SAL_INFOs
        
        Change-Id: Ieb58ed113c6a3e85a806ec57a6557e2d37bf9b06

2016-12-09  Jaskaran Singh  <jvsg1303@gmail.com>  [b1650ae0aadaaa5d4c13fb34957b48112e69105b]

        Add support classes for dataprovider
        
        Change-Id: I9aa8c807714f32ba5896a9308f36fcc8ab462a3d
        Reviewed-on: https://gerrit.libreoffice.org/31749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [0a0a0c718c825d1e3d7a3a377d3f0a5c2e2e3d18]

        Fix removal of the temporary dyldpathfile
        
        Change-Id: I2a4efc9ade69ab53da81c72528e18ecb99e99757

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [a9659f30d6e50c138704f2fbc7f35cc282e7ec77]

        No need for rtl::Reference friend, no need for #include vclptr.hxx
        
        Change-Id: I7bdd15a93e728ef7e98a53001c6eb6b56f761a6d

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [cbf5b21f2a65bbb342295200f6ad93a00f90733e]

        Catch some misuses of VclPtr construction
        
        ...that go unnoticed due to the non-explicit VclPtr::oeprator reference_type *
        
        Change-Id: Ia63edf8425d3ecb7c7f98eb56a710ac0cceccb67

2016-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c260580daa4fe78093265c1359c4d54677d76470]

        tdf#103925 RTF import: fix handling of \animtext0
        
        Since commit ac6bfd85df271b650dbd24b45391dac346ecd72c (tdf#92045 DOCX
        import: <w:effect w:val="none"/> doesn't mean blinking, 2016-01-06) the
        "no blink" blink type is not 0, but
        NS_ooxml::LN_Value_ST_TextEffect_none.
        
        Change-Id: If854e57d125a365f829797f027ca5e131705e137
        Reviewed-on: https://gerrit.libreoffice.org/31797
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-09  Caolán McNamara  <caolanm@redhat.com>  [d393039655edf9bb884fc2956674badde59d2326]

        Resolves: rhbz#1401082 gnome hangs opening a certain .docx
        
        this seems to be a problem since....
        
        commit 199eb08be994ef968eb38f4966bc27ef1756d382
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Thu Jun 5 16:25:01 2014 +0200
        
            SwAnchoredDrawObject::GetObjBoundRect: avoid SwDoc::SetModified()
        
            This is a const method, but it does a const_cast to still resize an
            object... if that's so, then we should ensure that the "is modified"
            flag of SwDoc is untouched.
        
            CppunitTest_sw_ooxmlimport's testChartSize is a reproducer for this,
            when shape text is imported as textbox.
        
        (note under gtk3 and wayland this isn't as noticable, there use
        export GDK_BACKEND=x11 to reproduce the freeze effect where even
        the mouse cursor doesn't move during part of the load)
        
        Change-Id: Ic0bd98b032dfe1255d79d8070d50f65fcfa676dd
        Reviewed-on: https://gerrit.libreoffice.org/31687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-09  Caolán McNamara  <caolanm@redhat.com>  [f212bd45a7c7d97fb16380cd9fa7c6abbfb71e05]

        oss-fuzz we don't want this stream to automatically resize on seeks past end
        
        Change-Id: Ie42b2e173cd3ed9faaf17c3c978227613129fa84

2016-12-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [99fd3b2a2759864caf519dfd89173e301b74c24e]

        vcl: set toolbox size correctly when using 32px icons
        
        Change-Id: Ifacff75f80bc8401ccff2a4d4dc90e56e3b4aa84
        Reviewed-on: https://gerrit.libreoffice.org/31801
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [19a4eaab9a55a2ecb33b727bad6307c5a2badc23]

        tdf#100337 Message boxes showup empty with white background
        
        the bug here was that we had, on the stack, going into the scheduler
        THREE times. Two of those were idles.
        
        The original code would end up always picking the first idle from inside
            ImplSchedulerData::GetMostImportantTask
        and then
            ImplSchedulerData::Invoke
        would just return because we were still inside that Idle, and the second
        Idle would never get executed
        
        Since the second Idle was responsible for painting the dialog in the
        bug, sometimes the dialog would never get painted.
        
        Change-Id: Ia15b98a06e231c8e1c29450e05a76ad427e41e36
        Reviewed-on: https://gerrit.libreoffice.org/31785
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-09  Caolán McNamara  <caolanm@redhat.com>  [d96686e482d2f2649dbd87d7ed9db2775e5d22f5]

        move the windows restart because of bad-opengl requirements to a better place
        
        because if the opengl support is such that the opengl-for-vcl requirements don't
        fit, then on the second run after discovering this (the first having restarted)
        if you try opengl slide transitions libreoffice will just exit because it
        thinks this first check of opengl-for-slideshow is the first opengl-for-vcl effort.
        
        so move this code into the place which I believe is the opengl-for-vcl entry point
        
        this is all related to...
        
        commit 210c39dd9a6ebaa964c03c20e4b442ea36941ae9
        Date:   Fri Jun 3 09:25:13 2016 +0300
        
            tdf#100193: Check earlier and harder whether OpenGL is good enough on Windows
        
        Change-Id: I3f6a72efff9c533ca9a0602227fd929ac645f60b
        Reviewed-on: https://gerrit.libreoffice.org/31763
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e2c956d8e7efa0af57912e4319eb75e0e0fd993c]

        Edit accessibility: intended to use dynamic cast here
        
        This is not necessarily a multilineedit.
        
        Change-Id: Ibcbc104513bc6523e61efa5f3ff22efd3422e036

2016-12-09  Tor Lillqvist  <tml@collabora.com>  [2832d8d3dcea4e11bae3f164ff1dee5486b30aae]

        loplugin:unnecessaryoverride
        
        Change-Id: I6c02b1731bb62d30156b37e897b9c6b9a2dcced3

2016-12-09  Tor Lillqvist  <tml@collabora.com>  [7f3410880e122da5c3df5e453f469dde0e94b74a]

        loplugin:staticmethods
        
        Change-Id: I385e54f5ddadda894102be2bb9a7dc408415ac68

2016-12-09  Tor Lillqvist  <tml@collabora.com>  [073f8cdbb77d62a6838c78ff63fca73896b86c79]

        loplugin:refcounting
        
        Fixes: "uno::Reference field with template parameter that does not
        contain ::static_type() css::uno::Reference<SerfInputStream>, parent
        is http_dav_ucp::SerfGetReqProcImpl, should probably be using
        rtl::Reference instead [loplugin:refcounting]"
        
        Change-Id: I43211bb397031a4961df77ee39038e6ef9da6bb1

2016-12-09  Caolán McNamara  <caolanm@redhat.com>  [f5edbb4158e86bfea7267115395b64e60fd61dc7]

        Related: rhbz#1397939 crash with null pSidebarController
        
        Change-Id: I7627ff30564b2de61669c71dafd15e7b1778b5c6

2016-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0ab0c79fdbaa0a915bc29655cfd03f378599203]

        CppunitTest_tools_test: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I6738b6b5159403f1654b401a27f08fc829521e73

2016-12-09  Michael Stahl  <mstahl@redhat.com>  [ff3d175eef06d67133ba686ff8b2ea9261de2c2b]

        xmloff: XMLChangeImportContext: replace boolean pair with proper enum
        
        Change-Id: I82ec75058a2309b8bcf0f8e78d8ef0db367014b0

2016-12-09  Michael Stahl  <mstahl@redhat.com>  [a547b2559c9dd25e03ab78a22eb9c06a38e9b574]

        xmloff: convert some DBG_ASSERT in txtparae.cxx
        
        Change-Id: I7b53726e3bb16ff1d9a6cdb05ce4cf4273eb5ac4

2016-12-09  Michael Stahl  <mstahl@redhat.com>  [96ec36cf261eec3ec07f3caa2673a916571c4287]

        ucb: replace "SimpleList" trash
        
        * pointless use of void*
        * stupid casting everywhere
        * ridiculously overloaded Remove()
        * defensively programmed implementation
        
        Change-Id: I1c86ffac636cafbe3e13e668a65a2b14377b6e95

2016-12-09  Stephan Bergmann  <sbergman@redhat.com>  [a564821eb9e991774195120e6965b2a8b1419dc5]

        Fix 32-bit builds
        
        Change-Id: Ia9739aaf2d6d5d7083cf9b9aa7dc7819fbb0f941

2016-12-09  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [e0d8c3821b8fa1e7d00f7b4a7d007f9cb5c592a5]

        tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entry
        
        Change-Id: Iaa2b4fdb582025b763d43f0f24960e2ccee708e3
        Reviewed-on: https://gerrit.libreoffice.org/31778
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-09  Julien Nabet  <serval2412@yahoo.fr>  [8776c20c1c72110d0f205150913eb17cdf3f1aaa]

        tdf#104495: prevent autotext to crash when drag&drop
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=129407
        
        For non regression, I retested tdf#91125 since the delete comes from
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=06ecf7d2aebe64226142ee27c2512351960f8bb1
        
        Change-Id: I7ce833ffce20f1f159242014ba8ffe0ce5b7b11c
        Reviewed-on: https://gerrit.libreoffice.org/31773
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [51c400dc4cd6a88c01b245e41d0de737d4df4017]

        RTF filter: handle user-defined document properties of type double
        
        This was the last unhandled type.
        
        Change-Id: Ife9b93ac81ddab9409c6790228eec03e92920e01

2016-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [07b0cde32a7eebce996b8c32aa58545e4ec15003]

        RTF filter: handle user-defined document properties of type date
        
        The date format is undefined by the RTF spec, but Word seems to work
        with 'YYYY. MM. DD.'.
        
        Change-Id: I79a10984963851c86cba92892eab13cec1e37072

2016-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [547de17fcb654e560a60d683c33482feeee84358]

        RTF filter: handle user-defined document properties of type bool
        
        Next to number and string.
        
        Change-Id: I76f78197412606f00559c1c2790b7c70117ef1c1
        Reviewed-on: https://gerrit.libreoffice.org/31767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-09  Julien Nabet  <serval2412@yahoo.fr>  [73131fc3806ce2a7da61c93590e467e5b044c341]

        tdf#104105: fix Vcl lifecycle in CondFormat (reportdesign)
        
        Avoid this error:
        Window ( 7VclVBox()) with live children destroyed:  N5rptui9ConditionE() * n
        
        by calling disposeAndClear on each element of m_aConditions
        m_aConditions is Conditions type
        Conditions type is ::std::vector< VclPtr<Condition> >
        See http://opengrok.libreoffice.org/xref/core/reportdesign/source/ui/inc/CondFormat.hxx#70
        
        Change-Id: Ie99f8cdb5acd787892237787525d79f3231689db
        Reviewed-on: https://gerrit.libreoffice.org/31775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [cb598029835477326b190bc99abd31a487cc5a91]

        tdf#104445: PPTX import: Extra bullets are added to placeholder text
        
        Change-Id: I25ce98ed391f70292bed6238645b121b9cf50d5e
        Reviewed-on: https://gerrit.libreoffice.org/31771
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [76c21c57b7de227df87a285c3907157242ccddde]

        loplugin:nullptr
        
        Change-Id: I5441a03edfb6f9b04705254f566e3fcc08046741

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [f5ac6b6e7735dcdd047e41b19edfa28ba69f4ee0]

        loplugin:staticmethods
        
        Change-Id: I9717f715762f6213836e2841e8521bec4509b096

2016-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [e61521f6cf0a065d23b420c4007ea224c3070052]

        OSL_TRACE -> SAL in sw..ucb
        
        Change-Id: I18f5511f70232d91095ac8527a6c5883c36294f5
        Reviewed-on: https://gerrit.libreoffice.org/31762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [8228227168a7eb3ebf14629bec87f01536c23970]

        convert OSL_ENSURE to assert in AccessibleEventNotifier
        
        and fix the places that trigger it
        
        Change-Id: I97a04cff25ab5aa1d42c79a971d15ba742bf384e
        Reviewed-on: https://gerrit.libreoffice.org/31760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [e794ce1eef6730e5a46d5fb0aa6db2895ede85e7]

        verify that we hold the SolarMutex when ref-counting VclPtr
        
        Change-Id: If0c5a8c99f0f853c9ecad0f1a4a7299d69805b34
        Reviewed-on: https://gerrit.libreoffice.org/31755
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cee552d2071601b6f4131eda9e9a0a17768ea272]

        tdf#104034 skip polygons with less than 2 points
        
        We can get polypolgons with polygons that have 0 or 1 point only,
        so we need to guard agains division-by-zero errors by skipping if
        we detect such polygons (as we can't draw them anyway).
        
        Change-Id: Ia27fcde9467864b10572a78a848ea642a3559185
        Reviewed-on: https://gerrit.libreoffice.org/31770
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc1925e6f05a60935050d088d3b75b85ec6bb989]

        sw: remove some inline version control in uibase
        
        Change-Id: I7125b6f8593cac2c33916341f5649f57044ad045
        Reviewed-on: https://gerrit.libreoffice.org/31761
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [912fda1d7b21e7f7c8983c449d5d50fdf000e5bc]

        -Werror=return-local-addr
        
        (the first case with OUString would technically be OK, but better change all
        three of them)
        
        regression introduced with 0e4ca9b0cfe015f7ab3b964d1b90de7c2cba42de "Clean up
        uses of Any::getValue() in ucb"; thanks to tml for finding it via
        --enable-fuzz-options
        
        Change-Id: I79e70cff8d8b96e1eb6b0bacda52be06eb0f108b

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [f12b13103e300ca77af038a847df293108681d53]

        Display a summary of fuzzing in command-line form at the end of configure
        
        Makes it easier to reproduce a fuzzed configuration manually.
        
        Change-Id: Ief4df847f1f17c64607e6e5eaf402737bd50704b

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [228ae90e9f2726195e48dbb0eba2320b6ead396d]

        model the WinOpenGLContext::isCurrent like the X11OpenGLContext::isCurrent
        
        i.e. if !m_aGLWin.hRC then we're definitely not a current context
        
        Change-Id: Id35f75c19629a17b714edf6aa6628d8f5b2f8ced

2016-12-08  Gabor Kelemen  <kelemeng@gnome.hu>  [d0d0d42ac5646640991e015c41bbce7c0e5acb8e]

        Updated core Project: help  973fc93ec46a30b6aa57e6f328022ee79958a121
        
        tdf#104146 Switch order of list items
        
        So that it actually makes sense.
        
        Change-Id: I2849bb34d769601c2d4167073e74e7236675f9f7
        Reviewed-on: https://gerrit.libreoffice.org/31743
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-08  Julien Nabet  <serval2412@yahoo.fr>  [5e4649debc1d7b68fd93073cebd691d840c1fa6c]

        tdf#104446: there can only be 1 condition for SUMIF
        
        Change-Id: I10b1e3880e79794b7f748882606d5c4101811d75
        Reviewed-on: https://gerrit.libreoffice.org/31739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Winfried Donkers <winfrieddonkers@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [b9230ca3af2e7226d14d7b3d68fa2800a01b8b05]

        If dbus and avahi enablings are fuzzed differently, make them the same
        
        Change-Id: I4acd0e3fac55a0969bfa99e5a2621f3f77aba74d

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [2109e7d9a0d3dab172961ec19e75da1fa8a6cc61]

        the return from ImplInit *is* checked
        
        bool WinOpenGLContext::init(HDC hDC, HWND hWnd)
        {
        ... return ImplInit();
        }
        
        rtl::Reference<OpenGLContext> WinOpenGLSalGraphicsImpl::CreateWinContext()
        {
        ... if (!xContext->init(mrWinParent.mhLocalDC, mrWinParent.mhWnd))
        }
        
        etc.
        
        Another problem here is ...
        
        "If we notice that OpenGL is broken the first time being called, it is not too
        late to call disableOpenGLAndTerminateForRestart(). The first time this will be
        called is from displaying the splash screen"
        
        isn't true when the first start causes opengl to be disabled, then on subsequent
        starts you can enter this function from launching an opengl slide transition.
        
        (note opengl is disabled if opengl is < 30, so all the versioning checks the
        slide transitions do is probably pointless now. The only actually useful use
        of opengl we have seems to be somewhat unloved)
        
        Change-Id: I1e159f826447520f39ea063fd4c0c83220b1385f

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [b42225d5d11a78e186797d9753ff40867f6b678a]

        oss-fuzz: disable-gui now works
        
        Change-Id: I8c9349299e67532c60fcd1e887fc0e33e45a29b8

2016-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc8c4606e0834cd2128a228c2c95fc7c8f9eb7b1]

        RTF filter: handle user-defined document properties of type number
        
        Previously only strings were handled.
        
        Change-Id: I2452cbabf48bfaa9f1a3044be4b8cbe4aa9dd0d9

2016-12-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [a66731982e93cdcc5beaa5b0586a7f12a7fc0ef6]

        convert SFX_HINT to scoped enum
        
        Notes
        
        (*) In SC, BULK_DATACHANGED was or'ed into the hint id. Replaced with a
        dynamic_cast check.
        
        (*) In SC, removed the hint id field from ScIndexHint, no point in
        storing the hint id twice
        
        (*) Fold the SfxStyleSheetHintId enum into the new SfxHintId enum, no
        point in storing two different hint ids
        
        (*) In some cases, multiple #define's used to map to the same SFX_HINT
        value (notably the SFX_HINT_USER* values). I made all of those separate
        values.
        
        Change-Id: I990e2fb587335ebc51c9005588c6a44f768d9de5
        Reviewed-on: https://gerrit.libreoffice.org/31751
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [20475c78db5c62f2c8711e59753476bd9b4e2f1c]

        Retire the --disable-export option
        
        It was never fully implemented, and its usefulness is unclear.
        
        Change-Id: I86dee8ee6326bdfaa178260c76188261aef2fb4c

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [dc199952d3bbe69c462afd28a08ec35bb310c9fa]

        Try to fix a --disable-gui problem
        
        Change-Id: I7fa187b0dea7f058f7486fe2c2e16693f21c063c

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [59d85e1b26e18c3aaa94d586806b7fd88dfaec6a]

        If we fuzzed --enable-compiler-plugins as yes but aren't using Clang, reset it
        
        Change-Id: I4a910649ec6b4ec5f999e009802038457cf94363

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [d75f839329c7ac53b0361a81cb5e2d7143abb907]

        Sigh, MSVC randomly doesn't like '= default' here
        
        Change-Id: I069838ac529335c7abc02d3a9f0deb6ff545f92a

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [fe96732fd13faad9a141f78dfa44efbf5de01ec6]

        non-closed ifeq
        
        Change-Id: Ib6f29459644643f2471fcb912f45cd8632f61a31

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [a41d501381f2a9face6e57bbaa131ef8f8c977ab]

        build internal cairo without X support in --disable-gui mode
        
        Change-Id: Id27fb0b0b25adebccc8ca2fa6182a483a0d0c1de

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [01b21b027114baebac99da23f95463373a6addf2]

        Replace manual acquire/release calls with rtl::Reference
        
        ...which also removes the need for a user-declared ScHeaderFooterTextCursor copy
        ctor
        
        Change-Id: Ida4ad4b3aef0865b40535f1fbf220ce5c44f2d47

2016-12-08  Caolán McNamara  <caolanm@redhat.com>  [65cc20c6911bdbe0995691d6c3d0f5c772155d13]

        these link libs are present twice
        
        presumably should just be in non-disable-gui case
        
        Change-Id: I1f02437293bcfc958b0b755763fccd81af114859

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [e2227a4f4894612a9eee7deea44c9632d50314a4]

        Avoid using uninitialized nCol, nRow
        
        ...when aIter.GetNext returned null; found by Valgrind'ing JunitTest_sc_unoapi_4
        
        Change-Id: Ia94928f78d0512755ee6d788b0470dea34b2a9a7

2016-12-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a238c829b209d0708714aa753fb686525411825f]

        tdf#88206 replace cppu::WeakImplHelper* in unotools
        
        [needs 288386f6986622461f28276ff7ff3e7172143159 "Another 'Do not export whole
        class to avoid MS C++ implicitly exporting...'" to build with MSVC]
        
        Change-Id: I8de7c4a1947ce91f9a629536e481c012e7c5c7ec
        Reviewed-on: https://gerrit.libreoffice.org/31679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [828e77009b5a7f3925cec37f0297208f7d38376f]

        lokit: support password protected binary MS and OOXML documents
        
        Change-Id: Id7fa1f428d07271e71f3df962bd6718a35372389
        Reviewed-on: https://gerrit.libreoffice.org/31730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-12-08  Marina Latini  <marina@studiostorti.com>  [4f92098da726ec7afbbda54f2b21c29099b622af]

        tdf#102784 - Enhance git pre-commit hook
        
        This pre-commit hook prevents the commit of ui files with tooltip_markup property
        
        Change-Id: I70d6f90fc36e782c290f35f0cc9415b9fa96495b
        Signed-off-by: Marina Latini <marina@studiostorti.com>
        Reviewed-on: https://gerrit.libreoffice.org/31735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Tested-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-08  Marina Latini  <marina@studiostorti.com>  [d3c3f15c3266411266c461103f9098e426f42a80]

        tdf#102784 Patch 1 - Enhance removetooltip_markups.sh script with checks
        
        This is the first part of this heasy hack. The script parses all the .ui
        files checking the existence of tooltip_markup and tooltip_text
        properties. If the ui file contains a tooltip_markup property and the
        related tooltip_text one, it removes the tooltip_markup line and add the
        deletion in a log file. If the ui file contains only a tooltip_markup
        propery the script rename it via sed in tooltip_text adding the renaming
        in a log file.
        
        Change-Id: I1f027e11c7a2a91596511e2def5f4b850e14fad4
        Signed-off-by: Marina Latini <marina@studiostorti.com>
        Reviewed-on: https://gerrit.libreoffice.org/31596
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-08  Mike Kaganski  <mike.kaganski@collabora.com>  [34132442982c6c936dc1fa3f23bc68b22b4e2eae]

        SwRectFnSet: hide pointer-to-(member)function syntax
        
        Change-Id: I700e51dbfe0768642d482556299407f8f198e998
        Reviewed-on: https://gerrit.libreoffice.org/31709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9bd471cb76e47c8db2e885232bbe9732ac2d7e2b]

        xmlsecurity: clean up not needed C2U macro in xmldocumentwrapper
        
        Also remove some auto-generated documentation that adds no useful
        information.
        
        Change-Id: I5e5c5dd6aaa3fb6953c38d6e82fa13737217c25c
        Reviewed-on: https://gerrit.libreoffice.org/31748
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-08  Abhilash Singh  <abhilash300singh@gmail.com>  [64889c9fb6c3e8e7b7a7349833f7a10236104168]

        tdf#54169 Don't show acclerators by default on Windows
        
        Change-Id: I2bdecae83ed23e4f6fff0be99b46005a6db43837
        Reviewed-on: https://gerrit.libreoffice.org/31711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [663e5a54386d8bdee4ebc2bdd6f93da8a6f99ebe]

        No OpenGLWrapper code in vcl if LIBO_HEADLESS
        
        Change-Id: I2330661212dac11093d80e4ceb400f1efee0359f

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [986ba9a7e8b49f0c37fbd8f855e249a9f257ad08]

        No glxtest library unless USING_X11
        
        Change-Id: Ibcc0eeba9beaaeea86bdda5e0ea80e54c25621a9

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [b4c56f732350d27f957318a6820d5e9c037e5d5e]

        Try to fix --disable-gui build
        
        Change-Id: I4f56b98f9475dd915fed10b67bb72dd12d859597

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [df1de153d4a9e103dbf4580f91b3b15a77c44c1a]

        Fix -Werror,-Wunused-private-field in the DISABLE_EXPORT case
        
        Change-Id: I237a691ac6b7b3edcc7b2fbdfc36ed72ae46fe0c

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [91ffc6a60eec309ec69e2ca07ca517afe3306960]

        loplugin:overrideparam
        
        Change-Id: I9b70fbc344a02a058fbb7af694edad560244c930

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [3587facbb7e7fa47b85131b0be96d4bae0d61100]

        loplugin:override
        
        Change-Id: I57b5572d81e6da53d82fbbb6dbcb35c9802ec3f1

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [54a7c24e03e8368e9054ffae3b7d9cc4c0d26185]

        loplugin:nullptr
        
        Change-Id: Id8fd27ed20bc67a49d6863b63b07cf1573733744

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [add4bc96366fc2e1301671bd28f60ed3d032c43f]

        loplugin:staticmethods
        
        Change-Id: Ic65f024fd88915544539dedf3aa1c68a945cddd3

2016-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a215174eba5962abcef10a5a1a852fdc9364105b]

        Indentation fixes
        
        Change-Id: I35de0c30a3f4f82bc923e467d5f0acf0ed90684f

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [4788d20ec411d2688af59715944d32fc82ad4d43]

        Non-inline virtual dtors of exported classes
        
        Change-Id: I7b3597d48bf7b0196b98c869329d2fb1a46fa8f2

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [f66db2516475da18fc7e59972aa08a5eac288604]

        There is nothing called FmUnoIOStream or FmUnoOutStream here
        
        Change-Id: Icc85cbd952b82eae0c24b3c406e124575bf37b19

2016-12-08  Stephan Bergmann  <sbergman@redhat.com>  [288386f6986622461f28276ff7ff3e7172143159]

        Another "Do not export whole class to avoid MS C++ implicitly exporting...
        
        ...base template" (like a90d4d5f036ab7785ba72038936c6c8427b74ba8 did for
        OSLOutputStreamWrapper), in preparation for
        <https://gerrit.libreoffice.org/#/c/31679> "tdf#88206 replace
        cppu::WeakImplHelper* in unotools".
        
        Beats me why a solution like 4f918cd5daed963287805da761e6983a392ae050
        "comphelper: give up on the XPropertySetInfos for now" apparently doesn't work
        there---almost feels like MSVC recursively treats as dllexport'ed all the (non-
        llim-/export'ed) base classes all the way down until reaching a template.
        
        Change-Id: Id42610e7fd5c5762dffdeb15623bfe3a37ec0aa6
        Reviewed-on: https://gerrit.libreoffice.org/31732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-08  Mark Page  <aptitude@btconnect.com>  [c54eb45230ef54c10e7a86d1c249ea42b07881fe]

        ImplWallpaper to use std::unique_ptr
        
        Also remove ImplWallpaper::operator==, that does not
        make sense since members are unique
        
        Change-Id: I69d32d91ba33691eb1f86e70ce3c53fa2761e34b
        Reviewed-on: https://gerrit.libreoffice.org/31666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-08  Edmund Wong  <ew@crazy-cat.org>  [bcdaa1ffb5d8a107d687c797425550ab859d9041]

        nit: s/plan/plain/
        
        Change-Id: I5797c46f9fc614d12166b7e1c27b94ed6e86010a
        Reviewed-on: https://gerrit.libreoffice.org/31744
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-12-08  Gabor Kelemen  <kelemeng@gnome.hu>  [72b70d933e50edf95e989c59a69c396db06bd5e9]

        Updated core Project: help  88cdb657a8a2043f23e083f1a10bfc0f95d2d0ae
        
        tdf#93499 Better examples for similarity search
        
        No one shoud feel offended while reading our help.
        
        Change-Id: I14763604af35724e0d94d4de34da1c3a36fd727d
        Reviewed-on: https://gerrit.libreoffice.org/31740
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-12-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [83c6c871db3eb11e284909902e0dc639e9753136]

        add a linux_random jenkins's distro config to be able to have a tb on that
        
        Change-Id: I203f5e7c4f78fe57a09373b944f0d58d8c3a5d05

2016-12-08  Eike Rathke  <erack@redhat.com>  [eb2a5390dfe3db3dc528ca25b424fd1bfdf3f240]

        sc-perf: avoid calling GetRowHeight() twice or thrice
        
        It needs to be called once anyway so do it beforehand, but a second call for
        the previous row is only necessary if no other condition to add a row was met.
        A third call is superfluous.
        
        Change-Id: Id104cb608893f4d09a92733cf19342e3cb280dfd

2016-12-08  Eike Rathke  <erack@redhat.com>  [f5bca308c910c4486b2e5c8f67f628ae8e9c2457]

        sc-perf: call RowHidden() only once, tdf#98106 follow-up
        
        Though it was only called twice if no other condition led to the row being
        added, but at least once anyway, so we can call it beforehand.
        
        Change-Id: Iff8dfa926b840d58b92ffec296febe4c2da8e5a9

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [d10f2e5e6d2ae2492d6d80a0cb40455d6d130ea4]

        loplugin:unreffun
        
        Change-Id: I15d868892a3ea4eadd526a0d3371f9fea39910cf

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [55df4fa5d5f1ec6c402ab68e51e3ca3af6e5d2ee]

        loplugin:staticmethods
        
        Change-Id: I90bb57370853c7606304c721e294999626c2af01

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [8d3ade357d74eda30da6065f60591f29a81a8007]

        Fix thinko
        
        Change-Id: I086028a42bd6d35bdefeb58fb11693da4bcff59b

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [0606c064f01b4e7e7c7d771765a2669379dd716a]

        The --enable-mergelibs option is not experimental
        
        Change-Id: I2a0671bf1c7c43cf250f36f480768f160b079eec

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [d13a6b567e6f7cda7a9573edbf0cd9eab7f59c3c]

        loplugin:staticanonymous
        
        Change-Id: I046ab88e9bd4667e496a6525abc5d5f99cf162c2

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [3f47a6e85e9c60ebe26c3743a1863094c97c35cf]

        loplugin:override
        
        Change-Id: If654061dea2c78b6d1131cf9a4339ee21205bb82

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [d1d62c06f09d36bdb8f3f3cc6bc58833ca8bf862]

        loplugin:nullptr
        
        Change-Id: Idb6bb5e42c1d2952e30a063a56ef7fecbc6924de

2016-12-08  Tor Lillqvist  <tml@collabora.com>  [472c07ca0dfd87602cd6199fa4d1d756f17edf14]

        Introduce configure option fuzzing
        
        When --enable-fuzz-options is given, those --enable or --with options
        that are separately so marked, and have not been specified explicitly
        at the configure command line (i.e. typically from autogen.input), are
        randomly set to either yes or no.
        
        This functionality is useful to make sure configure options don't
        bit-rot by randomly exercising uncommon settings and combinations.
        
        To enable fuzzing for an option, use libo_FUZZ_ARG_WITH instead of
        AC_ARG_WITH, or libo_FUZZ_ARG_ENABLE instead of AC_ARG_ENABLE.
        
        Also handle two cases of incompatibilty of options discovered by using
        --enable-fuzz-options. In general using incompatible options should
        cause an AC_MSG_ERROR(), but when one of the options in question has
        been set by fuzzing, it's simplest to just reset it to the compatible
        value.
        
        Obviously this is highly experimental.
        
        Change-Id: I76d250c148892951a7fda25ba4164de8bc693a26

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [1b6545d21815e8a033699ed5d6a49c80ea635949]

        sw: convert OSL_ENSURE to assert in anchoreddrawobject.cxx
        
        Change-Id: I9cce5acd2baca419bb430603b9fff34d6b6b3655

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [97517ef7d26da69b99dc28a8dc3affb788432b9a]

        sw: convert some OSL_ENSURE to assert in anchoredobject.cxx
        
        Change-Id: Ie55fca8526f6a7e1f9bbbc05587812466bc17d67

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [c9fc16f8a9b2f267fdea680a67938e3292660e8e]

        sw: simplify SwContact::MoveObjToVisibleLayer()
        
        Change-Id: I8ebaf42ce9af6a4d28fceab2a1f68b4c8ab00b96

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [ab96779a30de5ce8373253bc00ff3046df64282e]

        sw: remove some copypasta in SwFlyDrawContact with const_casts
        
        Change-Id: I95dbb8406c022fe05e4499bf865d4be7862b782f

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [e54e88b74c6c5c18041d357fbd107bcdeb372c6d]

        sw: convert some obvious OSL_ENSURE to assert in dcontact.cxx
        
        Change-Id: Ib2c53c790d4ba6b4c969d2012c87464c3ee02512

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [d90427d767fd9dae298577ef114bfef3e2618868]

        scripting: more inconsistent Package conditions
        
        Change-Id: Ifcefef2de15aab4dae6e14b3e689504d4fe9d11e

2016-12-07  Tor Lillqvist  <tml@collabora.com>  [8f1e4666ababa5bb2411e2828f9ff47e5698adbc]

        Match conditional for glxtest static library in vcl
        
        Change-Id: If5b4308a29c78ded311bf300416b2cb4f553a7d5

2016-12-07  Tor Lillqvist  <tml@collabora.com>  [6b60ea7f9b8bee5559cf33a9e466d30cafaf0cea]

        Match conditional in Repository.mk
        
        Change-Id: Ie9deeb673cd5083a2f57a502bfbf49319aa00165

2016-12-07  Gabor Kelemen  <kelemeng@gnome.hu>  [5ac9d7abd1745e93bc8fe0a4a4388c90a7aa2530]

        Updated core Project: help  15ced7d749a5a317e2c10b84ac035d3e90c02a9a
        
        tdf#103527 Update Area -> Color page
        
        After the redesign of this summer.
        TODO: Describe UI items under the Active column.
        I don't really get the function of these.
        
        Change-Id: Ie1f5f37b0d98b50bb79e4f4f84371a380f4c936e
        Reviewed-on: https://gerrit.libreoffice.org/31611
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-07  Stephan Bergmann  <sbergman@redhat.com>  [21f6405cbef47feb871a5290cc57788589d932c4]

        This is presumably not meant to be exported
        
        Change-Id: Id11393c44ddd217d3def259ea5a8df9f8bb27711

2016-12-07  Stephan Bergmann  <sbergman@redhat.com>  [a7a9350a89d3c82641282d7e6273402c9fc54fc3]

        Remove dead example code
        
        Change-Id: I126446de2aa4314fb53bc6942b55b151a65f2b84

2016-12-07  Stephan Bergmann  <sbergman@redhat.com>  [0816ec33c86fffd8a05994c3edfe8d1d3a285ef3]

        Remove dead test code
        
        Change-Id: Iea40cee7dab736ffd954b0eae2b1dca2d9f5463b

2016-12-07  Caolán McNamara  <caolanm@redhat.com>  [b9283720732e6f1724b5b9c4f7899158c276298b]

        oss-fuzz now using -lFuzzingEngine instead of -lfuzzer
        
        Change-Id: I9c88b20a3722a1f3fdf398e22514771f2d6b446e

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [3ee7d4899e09b84a42e78f339fe731c4dd787d57]

        scripting: Android tinderbox can't find python package
        
        Change-Id: I08e968563b751470e63de5f2bf91e30b31c97430

2016-12-07  Eike Rathke  <erack@redhat.com>  [7fc84a8e6678e3d0399983f5a078c9b2beb6ee4b]

        sc-perf: possibly halve the iterations to find the most used XF index
        
        Iterate only 513 equally attributed cells instead of 1024, per row.
        This could be further enhanced if we remembered in advance in which
        column the last attribution is located and use empty/default for the
        rest, or use spans.
        
        Change-Id: Id6172bd6c350a92fda4f1b637e70ff4f19d59c5a

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [68c2c8659d8c5d067d0be0b9795d4ddaeb312e2e]

        canvas: try to fix Android build
        
        Change-Id: If90e026bb6f606ea448ff853d944c9bda7f1938a

2016-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d2c189aee5057d1533165c368227c9c4c49d330]

        sw: fix keyboard-based iteration on draw shapes wrt. textboxes
        
        Pressing <tab> resulted in no action, as we jumped to the textbox of the
        shape, which was correct to jump to the shape, so we never arrived to
        the next draw shape.
        
        Change-Id: I8c6458994ce985fc420999042a1d8e69b6e6712b
        Reviewed-on: https://gerrit.libreoffice.org/31733
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2b5305d3020435c57d75d19f332acea10049ef69]

        update credits
        
        Change-Id: I0d80228d2e33c03daacb0b3be4c5f3fc90324836

2016-12-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [feb3881658f23abce8e737f55c455209091c8884]

        remove member write in dtor
        
        none of the other members hold references to it.
        This made the whole dtor obsolete.
        
        Change-Id: I21f49b6e05ca8efda8b466930b5e3b156bc5b868
        Reviewed-on: https://gerrit.libreoffice.org/31681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Tor Lillqvist  <tml@collabora.com>  [7cd3c44a9ead6ff0e656e9b7ad3349557e285ee9]

        Match conditionals in Repository.mk
        
        Change-Id: Ibc97588de9d414e05184593e4e9c1aeba94959f3

2016-12-07  Caolán McNamara  <caolanm@redhat.com>  [b32657e9939d84dd2e69e3bafb0bcdb605401b82]

        move setFontConfigConf post osl_setCommandArgs
        
        Change-Id: I3196a32be411d6948b57fa158acfaac428025c3f

2016-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d36aa2ba3132ce62a370b7260ca620642cbf7dbf]

        tdf#104405 Clone Formatting ignores vertical text alignment
        
        Change-Id: I56cce69ddb21f7f9336b8f59e181e91306e92019
        Reviewed-on: https://gerrit.libreoffice.org/31623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-07  Eike Rathke  <erack@redhat.com>  [00afb44987ccd10bce740aef53861ec53c75c95f]

        tdf#104434 tdf#104451 Revert "tdf#46738 Fix exporting .xlsx of coloured em"...
        
        This reverts commit 5239cefff56875c7bb45c046977f1724aace0cfb.
        
        That lead to including / looping through all formatted rows, which
        easily happens if an entire column is formatted.
        
        Also when printing it would print all formatted rows and printing a
        million empty coloured rows certainly is not desired, only one sheet of
        paper maybe. Which was the original intention of SC_VISATTR_STOP and as
        the name GetLastVisibleAttr() suggests the function is for visible
        attribution.

2016-12-07  Mark Hung  <marklh9@gmail.com>  [3caf89200c8fa7b38d6c340b666ca6cc8c2eb766]

        tdf#103651 check isForwardEvents() for symbols in comments
        
        Every time a comment is referred, the whole comment stream is parsed
        but only the referred comment is extracted. But the symbol is always
        processed so it is added to all the comments.
        
        Change-Id: I3264de2d011ff188ef64f6500ae426cde0106c16
        Reviewed-on: https://gerrit.libreoffice.org/31584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-07  Gaurav Dhingra  <gauravdhingra.gxyd@gmail.com>  [c52745f8a3743841a4de030928c61d22063dd8ec]

        tdf#75280 Convert few inappropriate use of sal_uIntPtr to better integer types
        
        partial fix for Tdf#75280
        
        Change-Id: I81d78449b709c246289ebf6bf3e6cabf1198adcb
        Reviewed-on: https://gerrit.libreoffice.org/31579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-07  Arnaud Versini  <arnaud.versini@gmail.com>  [b7d9a37acfa1fdbc48b9fecc088d60043623408d]

        basic: small lcl_eraseImpl refactoring
        
        Change-Id: I72dc8bbbd554aec9a8481cc1d9330d2a866a3ba9
        Reviewed-on: https://gerrit.libreoffice.org/31597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-07  Matúš Kukan  <matus.kukan@gmail.com>  [4d5e5908b41308152698cfd769173c69cb3569d4]

        tdf#97803: gbuild: Check that every package is registered
        
        Change-Id: Idedad62ac28804f4725d6bda2f4633ed79c01535
        Reviewed-on: https://gerrit.libreoffice.org/31571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-07  Eike Rathke  <erack@redhat.com>  [20b54a228b2844ad66d80d930d4a9eb39ce8c336]

        stab at the sick "units in character width of the standard font", tdf#101363
        
        Which gave problems in the unit test on tinderbox build machines, apparently
        because they don't have not even the resulting fallback font installed.
        
        Specifically here digit '1' was slightly wider (123) than digit '0' (122),
        which the import accounts for but the export didn't, so widths were divided by
        122 instead of 123 hence resulted in 24.23 instead of 24, for example.
        
        Change-Id: If8a04383632de674ae2a15a79608661e434aeb54

2016-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [45cd3f505a02ba48171bcbb8e319fedc6f868b10]

        use proper message passing
        
        Change-Id: I8be59568bd98fde7e306e44538ca7d466137e9fd
        Reviewed-on: https://gerrit.libreoffice.org/31685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [48a6d928e66e6a6017002670720b25d34b14167f]

        use proper message passing
        
        Change-Id: I0e8b9cecec0799512b8c5b391de3bc2fcf7655e6
        Reviewed-on: https://gerrit.libreoffice.org/31655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa91c69b9bcd9481e263c63afd66afcda0577b6b]

        use proper message passing
        
        Change-Id: If41e50c43f0a4e02faad91f7de18121938f16d0e
        Reviewed-on: https://gerrit.libreoffice.org/31654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [ae06f4be6bbdebc10a88c386064d548848e57f80]

        tdf#101464 tdf#91260 sw: a11y for partially off-page drawing object
        
        The problem is that the drawing object in the bugdoc is not disposed
        when the document view is closed at a scroll position that does not show
        the page with the anchor frame of the drawing object, but does show the
        top of the following page, because it will only be disposed via its anchor
        page.
        
        SwAccessibleChild::GetBox() must take into account that the
        model-determined bounding box of the SdrObject can be partially outside
        the page where the object is anchored since commit
        a4dee94afed9ade6ac50237c8d99a6e49d3bebc1.
        
        Change-Id: I4276ee636d054320977e2a0ed0f69e53bbc778a3

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [4cda288e06146416c762dbc82132a1083b86c630]

        sw: remove some copypasta in SwDrawContact with const_casts
        
        Change-Id: Ib9b1b578cb111ba47e04d844d5afa9984bac89f3

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [689cead9e0837dc932e3a4cd765f7d319b529018]

        tdf#91260 svx, sw: don't paint off-page part of drawing object
        
        Since commit a4dee94afed9ade6ac50237c8d99a6e49d3bebc1 Writer no
        longer forces drawing objects to be entirely on one page.  However since
        there is only one SdrPage for the entire document, a drawing object
        dangleing off the bottom of one page will be painted again on the next
        page, which is clearly undesirable since Word doesn't do that
        (and it also destroys the nice invariant that a fly on page N never
        overlaps a fly on page N+1).
        
        So force the SdrPageView code to ignore the drawing object on the next
        page, by passing in the area of the page frame so that
        ViewObjectContactOfSdrObj::isPrimitiveVisible() can verify that the
        anchor position of the SdrObject is actually on the painted page.
        
        This requires passing in another parameter; in the usual case the
        DisplayInfo::maRedrawArea already contains the page frame since
        commit 8af09bf33291df2fb2bfbbd6e42f9bf074fcc4fc, but there are special
        cases in SwFrame::Retouch() and SwFlyFrameFormat::MakeGraphic() where
        some sub-area is passed in, which cannot be used to check the anchor.
        
        Change-Id: Ia0476216ca41dbdaa3de1063fa18cb94fe2e5ae8

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [b346439637b7d03a3eb1d6e67dfb585b357567f4]

        tdf#101464 sw: if a drawing object is moved, notify SwAccessibleMap
        
        When a drawing object is moved from one SwPageFrame to another, of
        course its position is going to change, but unfortunately nobody
        tells the a11y code about it, so it may happen that the document view
        is closed but there is still an entry in SwAccessibleMap::mpShapeMap
        referencing the possibly dead SdrObject.
        
        So we need to add a notification somewhere here:
        
        0 in SwSortedObjs::Remove(SwAnchoredObject&) (this=0x398fd60, _rAnchoredObj=...) at sw/source/core/layout/sortedobjs.cxx:234
        1 in SwPageFrame::RemoveDrawObjFromPage(SwAnchoredObject&) (this=0x3fc1130, _rToRemoveObj=...) at sw/source/core/layout/flylay.cxx:849
        2 in SwAnchoredDrawObject::RegisterAtCorrectPage() (this=0x4251040) at sw/source/core/layout/anchoreddrawobject.cxx:841
        3 in SwAnchoredObject::SetVertPosOrientFrame(SwLayoutFrame const&) (this=this@entry=0x4251040, _rVertPosOrientFrame=...) at sw/source/core/layout/anchoredobject.cxx:194
        4 in SwAnchoredDrawObject::MakeObjPosAnchoredAtPara() (this=this@entry=0x4251040) at sw/source/core/layout/anchoreddrawobject.cxx:419
        5 in SwAnchoredDrawObject::MakeObjPos() (this=0x4251040) at sw/source/core/layout/anchoreddrawobject.cxx:313
        6 in SwObjectFormatter::FormatObj_(SwAnchoredObject&) (this=this@entry=0x35da590, _rAnchoredObj=...) at sw/source/core/layout/objectformatter.cxx:375
        
        For comparison, for text frames the stack looks a bit different
        and the a11y notification happens here:
        
        0 in SwAccessibleMap::InvalidatePosOrSize(SwFrame const*, SdrObject const*, vcl::Window*, SwRect const&) (this=0x36a92e0, pFrame=pFrame@entry=0x4845b30, pObj=pObj@entry=0x0, pWindow=pWindow@entry=0x0, rOldBox=SwRect = {...}) at sw/source/core/access/accmap.cxx:2352
        1 in SwViewShellImp::MoveAccessible(SwFrame const*, SdrObject const*, SwRect const&) (this=this@entry=0x45a5ea0, pFrame=pFrame@entry=0x4845b30, pObj=pObj@entry=0x0, rOldFrame=SwRect = {...}) at sw/source/core/view/viewimp.cxx:324
        2 in SwViewShellImp::AddAccessibleFrame(SwFrame const*) (this=0x45a5ea0, pFrame=pFrame@entry=0x4845b30) at sw/source/core/inc/viewimp.hxx:298
        3 in SwPageFrame::MoveFly(SwFlyFrame*, SwPageFrame*) (this=0x4597d10, pToMove=pToMove@entry=0x4845b30, pDest=pDest@entry=0x480cb40) at sw/source/core/layout/flylay.cxx:759
        4 in SwFlyAtContentFrame::RegisterAtCorrectPage() (this=0x4845b30) at sw/source/core/layout/flycnt.cxx:1399
        5 in SwAnchoredObject::SetVertPosOrientFrame(SwLayoutFrame const&) (this=this@entry=0x4845c18, _rVertPosOrientFrame=...) at sw/source/core/layout/anchoredobject.cxx:194
        6 in SwFlyAtContentFrame::MakeObjPos() (this=0x4845b30) at sw/source/core/layout/flycnt.cxx:1433
        7 in SwFlyFreeFrame::MakeAll(OutputDevice*) (this=this@entry=0x4845b30) at sw/source/core/layout/flylay.cxx:186
        8 in SwFlyAtContentFrame::MakeAll(OutputDevice*) (this=0x4845b30, pRenderContext=0x459ea80) at sw/source/core/layout/flycnt.cxx:389
        9 in SwFrame::PrepareMake(OutputDevice*) (this=0x4845b30, pRenderContext=0x459ea80) at sw/source/core/layout/calcmove.cxx:345
        10 in SwFlyFrame::Calc(OutputDevice*) const (this=<optimized out>, pRenderContext=<optimized out>) at sw/source/core/layout/fly.cxx:2641
        
        Change-Id: Iac33a7527dd514f150b2f2f4b0daa0a8a1fc23b6

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [474051a0efad9d4e7825ab78625b0fc561837c68]

        sw: fix indentation
        
        Change-Id: Id08434483e0d3f71d9770be7627250c74c142f90

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [69062c3255f136d13444e1a48a3a4126444a317f]

        SwContentTree: another wrong assert
        
        Change-Id: Ie00f89275662d46cf8434b71f0a3c4b5425a18e2

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [025f1c8d53b5f89777b016c48f8dad4e38294efc]

        simplify SwAccessibleMap::GetContext()
        
        Change-Id: I78e7e25c12181fb854134d92059ddd083261be1e

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [3de93c85c7d7a0cf47000311757265c9bb7acd9d]

        simplify SwAccessibleMap::GetPreviewPageSize()
        
        Change-Id: I92a6281623e536a37ded559bcbe5e833adc881bb

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [eff042edd76c141eaa81664bca0e4822aae8d2df]

        SwAccessibleMap convert some obvious OSL_ENSURE to assert
        
        Change-Id: Ie28b4d9febab28ded47d1532f38584513d78246a

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [f9f16649ff4efc5c06e61cd72a160090499fe24d]

        Revert "sw: partially revert commit d0b09f41efe938e94a84e783c9ff5742edcbfba8"
        
        This reverts commit 2934f6bcc75c781cdf9e614b9d7d8533eb680b3f.
        
        What i forgot is that if the mpFrameMap assertion fails in
        JunitTest_toolkit_unoapi_1, then a segfault is likely to follow,
        probably due to some use-after-free, so this really should be an
        assert().
        
        Change-Id: I696e18be44632089304dfed2b88ec4b9a580ba16

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [1980d92a78445958ff57e26d065b9c471e3fd38d]

        vcl: add b2IPointFromPoint and b2IRectangleFromRectangle
        
        Change-Id: I3e964c0e5b0d54784cd392c6b430c6f30b7e6b75

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [c43fdd0d179b2c0e8e3cb890eb2694723ff87b4c]

        tools: document our favorite rectangle class too
        
        Change-Id: Id7698a1e2a8fc1ca6bf35868311fc5b284d45145

2016-12-07  Michael Stahl  <mstahl@redhat.com>  [9fb1919a65267dea1a07a76c4e8d32901dc0822a]

        sw: document our second favorite rectangle class a little
        
        Change-Id: I0d7dbfd0bc2d563a39c560dbebfd400cb7c35faa

2016-12-07  Caolán McNamara  <caolanm@redhat.com>  [b1955cced2e63710b67cd9d4f8392333dbfdf667]

        oss-fuzz: provide a way to init fontconfig with minimal fonts
        
        Change-Id: Ic63788318d24fc01a38331a3567ccd67b1b8885f

2016-12-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [61b00192cd4682cb592d880be1f4d57925ca03c7]

        tdf#88206 replace cppu::WeakImplHelper* in cppuhelper
        
        Change-Id: I3130a3fe28c00bd83cade9667a6e3b3abcb719f7
        Reviewed-on: https://gerrit.libreoffice.org/31714
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [81f7824a9839d3230b4e58424a64a393e8ee0223]

        xmlsecurity DigitalSignaturesDialog: show signature type on the UI
        
        The code already knew if the signature was AdES-enabled or not, but that
        info wasn't available on the UI.
        
        The values are all names of standards, Andras says it's OK to have them
        non-translatable.
        
        Change-Id: I20baf0871fe2c84b04b7fc64014061e341744db8
        Reviewed-on: https://gerrit.libreoffice.org/31718
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-07  Stephan Bergmann  <sbergman@redhat.com>  [de5a8470ca79d549258bf9da1dea7d4a0c183946]

        Prevent self-join in ThreadAdmin::join
        
        Depending on timing, it can apparently happen at least during
        JunitTest_unordf_complex that a cppu_threadpool::ORequestThread having executed
        a binaryurp::IncomingRequest holds the last binaryurp::Bridge reference:
        
        > #2  0x00007fac4ad6bf97 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x7fac4b4e8c22 "false", file=file@entry=0x7fac4b4eaec7 "sal/osl/unx/thread.cxx", line=line@entry=443, function=function@entry=0x7fac4b4eaefd "void osl_joinWithThread(oslThread)") at assert.c:92
        > #3  0x00007fac4ad6c042 in __GI___assert_fail (assertion=0x7fac4b4e8c22 "false", file=0x7fac4b4eaec7 "sal/osl/unx/thread.cxx", line=443, function=0x7fac4b4eaefd "void osl_joinWithThread(oslThread)") at assert.c:101
        > #4  0x00007fac4b4d5258 in osl_joinWithThread(oslThread) (Thread=0x7fabfc0011d0) at sal/osl/unx/thread.cxx:443
        > #5  0x00007fac47fbdde5 in cppu_threadpool::ThreadAdmin::join() (this=0x7fac1c0069e0) at cppu/source/threadpool/thread.cxx:89
        > #6  0x00007fac47fc23af in cppu_threadpool::ThreadPool::joinWorkers() (this=<optimized out>) at cppu/source/threadpool/threadpool.cxx:179
        > #7  0x00007fac47fc35b7 in uno_threadpool_destroy(uno_ThreadPool) (hPool=<optimized out>) at cppu/source/threadpool/threadpool.cxx:499
        > #8  0x00007fac25b03b5c in binaryurp::Bridge::terminate(bool) (this=0x7fac24117078, final=true) at binaryurp/source/bridge.cxx:277
        > #9  0x00007fac25b0794e in binaryurp::Bridge::dispose() (this=0x7fac24117078) at binaryurp/source/bridge.cxx:904
        > #10 0x00007fac25b07215 in binaryurp::Bridge::~Bridge() (this=0x7fac24117078) at binaryurp/source/bridge.cxx:847
        > #11 0x00007fac25b07409 in binaryurp::Bridge::~Bridge() (this=0x7fac24117078) at binaryurp/source/bridge.cxx:838
        > #12 0x00007fac25b39ee1 in std::default_delete<binaryurp::IncomingRequest>::operator()(binaryurp::IncomingRequest*) const (this=<optimized out>, __ptr=0x7fabfc00ba50) at /usr/lib/gcc/x86_64-redhat-linux/6.2.1/../../../../include/c++/6.2.1/bits/unique_ptr.h:76
        > #13 0x00007fac25b38fa8 in std::unique_ptr<binaryurp::IncomingRequest, std::default_delete<binaryurp::IncomingRequest> >::~unique_ptr() (this=0x7fac0bb74ac0) at /usr/lib/gcc/x86_64-redhat-linux/6.2.1/../../../../include/c++/6.2.1/bits/unique_ptr.h:236
        > #14 0x00007fac25b36d71 in request(void*) (pThreadSpecificData=<optimized out>) at binaryurp/source/reader.cxx:83
        > #15 0x00007fac47fbaa95 in cppu_threadpool::JobQueue::enter(long, bool) (this=<optimized out>, nDisposeId=<optimized out>, bReturnWhenNoJob=<optimized out>) at cppu/source/threadpool/jobqueue.cxx:107
        > #16 0x00007fac47fbe1f9 in cppu_threadpool::ORequestThread::run() (this=0x7fabfc001160) at cppu/source/threadpool/thread.cxx:165
        > #17 0x00007fac47fbf9ca in threadFunc(void*) (param=0x7fabfc001170) at include/osl/thread.hxx:185
        > #18 0x00007fac4b4d5a3c in osl_thread_start_Impl(void*) (pData=0x7fabfc0011d0) at sal/osl/unx/thread.cxx:240
        > #19 0x00007fac4ab2a5ca in start_thread (arg=0x7fac0bb75700) at pthread_create.c:333
        > #20 0x00007fac4ae420ed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
        
        while the main thread is already shutting down:
        
        > #19 0x00007fac4b14100f in desktop::Desktop::doShutdown() (this=0x7fff8a6149d0) at desktop/source/app/app.cxx:1783
        > #20 0x00007fac4b13f505 in desktop::Desktop::Main() (this=0x7fff8a6149d0) at desktop/source/app/app.cxx:1716
        > #21 0x00007fac419a0f79 in ImplSVMain() () at vcl/source/app/svmain.cxx:185
        > #22 0x00007fac419a1c14 in SVMain() () at vcl/source/app/svmain.cxx:223
        > #23 0x00007fac4b17c773 in soffice_main() () at desktop/source/app/sofficemain.cxx:166
        > #24 0x0000000000400916 in sal_main () at desktop/source/app/main.c:48
        > #25 0x00000000004008fb in main (argc=<optimized out>, argv=<optimized out>) at desktop/source/app/main.c:47
        
        Change-Id: I34beac40e89f6d522af49f9dcdb3ed2fc1259c4b

2016-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [862c12396585661606d4e6ae583d1d024a19d222]

        tdf#104440 sw: fix layout inconsistency with dynamic wrapping and undo
        
        The problem was that the second fly frame was placed on the first page
        initially, but after typing a character (which moved it to the second
        page) and then undoing, it wasn't moved back.
        
        Fix the inconsistency by handling the "fly frame takes all horizontal
        space" case as parallel wrapping (which will result in no wrapping at
        the end), this way the second fly frame appears on the second page both
        initially and after editing.
        
        As an additional data point, the DOC export of the bugdoc is now
        rendered in Word the same way as in Writer.
        
        Change-Id: Ifc9f17458ad0501b8ab6077e5a4998d48fd6f1d8

2016-12-07  Mike Kaganski  <mike.kaganski@collabora.com>  [1d74d19a76f203ca33956e564b916704e17af4f7]

        Monkey business: Fix typo in comments: et -> ed :)
        
        Change-Id: I91440e8582108b9121ac6525c8ac88ad6f218a60
        Reviewed-on: https://gerrit.libreoffice.org/31721
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a]

        tdf#88206 replace cppu::WeakImplHelper* misc
        
        also edited two examples in canvas comments
        
        Change-Id: Iac82b462168f869f995c33bb2c639f3dbe09cbd5
        Reviewed-on: https://gerrit.libreoffice.org/31715
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6149bc0aa25dfbe963466a3a02c3d1ac18d75a1]

        sw: use auto when initializing with a cast in rtfattributeoutput
        
        Change-Id: Id51fe7614b8e0045eddb66ed4bbffa7f60052f7d

2016-12-07  Takeshi Abe  <tabe@fixedpoint.jp>  [878461f96730b0930c5f397a205d0239ad034fe5]

        Fix typo in comments: et -> ed
        
        Change-Id: I447c46cc3d66c7f482314626826dd708bf1c01c4

2016-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [a08cb3b52ea4a071ce8eb5a1786ea45fd211ab78]

        convert PolyFlags to scoped enum
        
        and remove the XPolyFlags enum, which has the same values and was being
        converted to PolyFlags anyhow
        
        Change-Id: Iaead84933c79a7603698a4e50257dd944df89c41
        Reviewed-on: https://gerrit.libreoffice.org/31627
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Caolán McNamara  <caolanm@redhat.com>  [62283fed204e05e3f30a8ae703762d7f96c4e88a]

        crashtesting: "use" loop in moz325427-1.svg
        
        Change-Id: I6ea2aaa5ca857d89342b9d18bd4cbedbeeea2b2f

2016-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [1d752159f482ac5d96f2115a7c8c579b22920730]

        sort constants in VclEventId
        
        Change-Id: I8d294eb35d30f6b944c61a1d7a002b76da624a13
        Reviewed-on: https://gerrit.libreoffice.org/31713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Gabor Kelemen  <kelemeng@gnome.hu>  [70a9aa0e347b2bbc0878a3563cf3f00775a9b6c3]

        Updated core Project: help  eb91fb0313b9e9f3b1276502aebf77ca8ff6c115
        
        tdf#104410 'Insert - Names' moved and renamed
        
        Now this menu item is 'Sheet - Named Ranges and Expressions'
        
        Change-Id: I82113ef2e969cd2409fe114a51789e030752cdc0
        Reviewed-on: https://gerrit.libreoffice.org/31700
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-12-07  Stephan Bergmann  <sbergman@redhat.com>  [9e258eca6d51774fb52e45c25ebec567390db5d6]

        Replace calls to get(Qualified)NameAsString with stuff from check.hxx
        
        Change-Id: I14e48ea5c59bdd12ad6484222b3e8733664e78c4
        Reviewed-on: https://gerrit.libreoffice.org/31712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d48f5fc0a4f7b5b8c9d3a4f4cc85d5f3a7e5053]

        convert VCLEVENT constants to scoped enum
        
        Change-Id: Ic8ccb0a9715ec05182dacddab2c015b0de6a0fba
        Reviewed-on: https://gerrit.libreoffice.org/31675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Mark Page  <aptitude@btconnect.com>  [ed80d28d9f019a1afa2edd66e115eae26ea19963]

        Convert region to use std::unique_ptr
        
        Change-Id: I1bcc6c62e2caa16f4f3fbc0bef60934e72a3e9a3
        Reviewed-on: https://gerrit.libreoffice.org/31669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ad1f2e699ac3c2b9c3cea7d2d3589fbc3749fc0a]

        tdf#88206 replace cppu::WeakImplHelper* in ucbhelper
        
        Change-Id: Iaa48400372ad5a927914c5c93d21f4871ebf5c78
        Reviewed-on: https://gerrit.libreoffice.org/31690
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [43de0518bc1f0b7aa8d57132a11cae6fa411680f]

        tdf#88206 replace cppu::WeakImplHelper* in toolkit
        
        Change-Id: I89713755023ea003559cc76fb77eb97de2135cae
        Reviewed-on: https://gerrit.libreoffice.org/31696
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-07  Justin Luth  <justin_luth@sil.org>  [b71c09a31c245f2fc1e1ff3760206bb121869633]

        tdf#104420 writerfilter: no dummy para in headers
        
        Change-Id: I22bf2d85e01ce5a084babdc07a11ada0790f4933
        Reviewed-on: https://gerrit.libreoffice.org/31710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-07  Takeshi Abe  <tabe@fixedpoint.jp>  [f7834582a7f8ce53175f60b3ca3e62475a78f277]

        starmath: Add unit test for importing MathML's mathcolor
        
        Change-Id: I1e6378834889d6808a1aa724b2cc72c59b02435e
        Reviewed-on: https://gerrit.libreoffice.org/31671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-07  Takeshi Abe  <tabe@fixedpoint.jp>  [4b6c66daa8a4865bd7e3350c4a0307575d2aff63]

        starmath: Require that they are non-0 vectors
        
        Otherwise, division by zero would happen.
        
        Change-Id: I77fde7da87f32ba530482e80623bb449313cf986
        Reviewed-on: https://gerrit.libreoffice.org/31670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-07  Takeshi Abe  <tabe@fixedpoint.jp>  [798c832dc35f65786f6ec30d5e851a27886e8cfd]

        sw: Kill unused SwRewriter
        
        Change-Id: Ic4b208773df1cce4e6d682c0d7b119409daf467e
        Reviewed-on: https://gerrit.libreoffice.org/31650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-06  Stephan Bergmann  <sbergman@redhat.com>  [dd8e21c2c744c657efa6c680f09e66d57c89cf3d]

        loplugin:unnecessaryoverride
        
        Change-Id: Ifa46b0eb0fb8f288acbcf19f7090a62c6a1ecef3

2016-12-06  Caolán McNamara  <caolanm@redhat.com>  [adfcd16220444ef3ea318515c5a331210250e45f]

        Resolves: rhbz#1401778 gtk3+wayland switching windows from the window woes
        
        ignore 0 timestamps cause they're useless and get the current event time
        stamp during MenuBarReturnFocus to determine the timestamp of the menu
        command dispatch
        
        Change-Id: Ia4b00aafc9ef47b41dcca2c160e943200db5c524

2016-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6ce819eefe8dab8ba38bda160e45ccc4220c40f3]

        SafeModeDialog: Rename widget to match label
        
        Change-Id: I6bb02527fa77846343e55ff73497d1b46b5e1ba8
        Reviewed-on: https://gerrit.libreoffice.org/31699
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-06  Eike Rathke  <erack@redhat.com>  [709053fc72db3eacfec0a7d8e47557b34bc6193e]

        Revert "attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363"
        
        This reverts commit 39aa5c2c653f36393416a6aadd6e599051bbfe7b.
        
        Turns out the cause is something completely different..

2016-12-06  Eike Rathke  <erack@redhat.com>  [ed4da005b076b5b1ea96dcc4b8caa994709ee733]

        Revert "try a volatile"
        
        This reverts commit 8a460cfa1b1ce01c7a479ce2e7f21a92a2c50de3.
        
        Turns out the cause is something completely different..

2016-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4a4c4d3768eab66c14e9e444e33bca0acb60981e]

        SafeModeDialog: Add option to reset bundled extension registration
        
        Change-Id: Ic83ada7cc76142852643cefa60b4fc9286e0756a
        Reviewed-on: https://gerrit.libreoffice.org/31694
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a3597a3f370175d0c06887e6691cbfa045937ad4]

        SafeModeDialog: Rename to match reality
        
        This doesn't remove shared&bundled extensions, but resets the registration
        database from shared extensions.
        
        Change-Id: I9f198fc7b771fd3bd31547008fd8d006a6d1b5d5
        Reviewed-on: https://gerrit.libreoffice.org/31693
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9da0627254ca31f768740a7b6012ca85d925fb30]

        Simplify code
        
        Change-Id: Ibb154ebdacb6f445371cb55d795420f92bed0a22
        Reviewed-on: https://gerrit.libreoffice.org/31691
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [801f578fe43965a7e97cef71081e9a79a6cab72c]

        SafeModeDialog: Could not activate checkboxes to remove extensions
        
        Because of missing event handler
        
        Change-Id: Id546a2b22a89321ca09ec29ba7787a1315753bcf
        Reviewed-on: https://gerrit.libreoffice.org/31692
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-06  Tor Lillqvist  <tml@collabora.com>  [c38a4d9ce248b4b3fcc9208b25dfa599fe506ac0]

        Make the CPPUNITTRACE="lldb --" thing work again (on macOS)
        
        It doesn't seem to work (any longer in 10.12) to pass
        DYLD_LIBRARY_PATH in the environment to the process to be run under
        lldb. We need to make lldb execute an explicit 'settings set
        target.env-vars' command. Use a temporary file to pass that command.
        
        I could not figure out where to call the gb_CppunitTest_POSTGDBTRACE
        macro I define, to remove the temporary file, sorry. Help appreciated.
        
        Change-Id: I46bd05f14623639e6ce10112b92ef497cdbb0755

2016-12-06  Tor Lillqvist  <tml@collabora.com>  [367c9550ccbe324ed345ead9c288c9bd2f72ea93]

        Remove noise SAL_INFO that even crashed when pPrefix was NULL
        
        Not sure why it crashed only on macOS?
        
        Change-Id: I9578d7de39e22ba79950c6b47aad26944a5d0fa2

2016-12-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bd3402ba43c6e028e90d6bf6d829ebc72d6ebcd4]

        tdf#88206 replace cppu::WeakImplHelper* in sax and xml*
        
        Change-Id: I75f4000a17155fbdff96fe0733dc0225b20cd4d2
        Reviewed-on: https://gerrit.libreoffice.org/31678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Mark Page  <aptitude@btconnect.com>  [e67857cb18f6565959122a36d81ec722ac052a11]

        Convert TextView to unique_ptr
        
        The destructor contains reset to the unique_ptr's because
        it is not clear of the importance of the destruction order
        
        Change-Id: Ifbbb4fe8352cb3b50f18cebd60cf00af010c086a
        Reviewed-on: https://gerrit.libreoffice.org/31673
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Mark Page  <aptitude@btconnect.com>  [d08db164dcac8f6aa88158b2848abb5ad66a4052]

        Change Read/Write access to Scoped Read/Write access
        
        Change-Id: Idbe8e393b64f2a151e20c1851d7c14fa161acf97
        Reviewed-on: https://gerrit.libreoffice.org/31635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0c6c37cb01c242ad9324bc91ac15c974529086c5]

        cleanup unused includes (related to tdf#88206)
        
        cppuhelper/compbase*.hxx and cppuhelper/implbase*.hxx
        
        compbase*.hxx includes implbase*.hxx replace compbase*.hxx if only
        implbase*.hxx stuff is used.
        
        Change-Id: I631a20aee411c6a32ffcf470f6e392621755f995
        Reviewed-on: https://gerrit.libreoffice.org/31686
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Alex McMurchy1917  <mcmurchy1917-libreoffice@yahoo.co.uk>  [08befaceb65bf2f0f0e8ec976f7826be8f5dd7d7]

        Fixes tdf#104412 - DirectoryNameoutofPath no longer works
        
        In the macro tools library the subroutine GetFileNameWithoutExtension
        has a missing bracket in the last line. This confuses the following
        subroutine DirectoryNameoutofPath causing it to fail.
        
        This only came to light after the introduction of commit
        
        "tdf#80731 Closing parenthesis is now detected (Mid statement and functions)."
        
        which tightened up on syntax validation.
        
        This commit adds in the missing bracket to subroutine
        GetFileNameWithoutExtension in the macro tools library.
        
        Change-Id: I015c88a29a933cd42b7a7623a9ae70d090739c54
        Reviewed-on: https://gerrit.libreoffice.org/31677
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-06  Stephan Bergmann  <sbergman@redhat.com>  [d752b1682307008d3e08a9f11e50ddc506d5f6ab]

        Remove broken SAL_INFO
        
        Identifier apparently is not null terminated; caused CppunitTest_unoxml_domtest
        to fail with out-of-bounds read under -fsanitize=address.
        
        Change-Id: Id7c6ef6323d41d16b559488604e1c1feb725d608

2016-12-06  Stephan Bergmann  <sbergman@redhat.com>  [deaeae4d9571d2a1d4c49fc51435139e7a051f3b]

        Make VclPtr move assignment operator actually move
        
        071e23fee07b92b8f07800cda3ca7e66afe818ae "add move operators for VclPtr" added
        (among other things) a move assignment operator that rather copied m_rInnerRef.
        But if b72c6feba87bd8707f39902a3066ba476188cb1d "manage VCL widgets using
        rtl::Reference" had not pointlessly introduced a user-declared copy constructor
        in the first place, all the copy/move special member functions would be
        implicitly declared (as VclPtr does not have a user-declared destructor).
        
        Change-Id: I1bec05a7a1b5b48a7b7d74e64a88f118454f8cb2

2016-12-06  Tibor Móger  <hapcyhun@gmail.com>  [d8796f6ef1c258f82579442070b1eb6b0c48ce20]

        cppcheck unreadVariable: curr_Offset
        
        Change-Id: Iffc1d36a0e1921f55f24f5e3f9fc1b063b7c0f16
        Reviewed-on: https://gerrit.libreoffice.org/31672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [3531358218fb3bb2691a4a9e49bcff5beeb6eb03]

        loplugin:staticmethods
        
        Change-Id: I701dfbe69380b5e4024fe55d0045c909bd4b607a

2016-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [57236961bbc280c401b1788532a1934bd66c54d9]

        sw: outline longer SwLineLayout member functions
        
        Change-Id: I8ad38c64eea399e3b682a82f7b1a10ca8c669021

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [0ed936cc7400339f6c884f1ba435b4c90947e5ee]

        pretty the scheduler debug a little
        
        Change-Id: Ia5fe9869b5730a81d4343c4fe0a6cf7ca942cca6

2016-12-06  Caolán McNamara  <caolanm@redhat.com>  [421d5e0c61640ab56e67fc0ddbfe67de4332ce8e]

        we the fuzzers headless of course
        
        Change-Id: Ib5d2ace4501840e554c03a6f6c1506ceb920039c

2016-12-06  Stephan Bergmann  <sbergman@redhat.com>  [ba8e95d0e86682349f377480e65fbf4641ef27f2]

        Comment cppcheck accessForwarded as harmless
        
        Change-Id: I2692ba63f010b61e7b4c1fe54368f4dac9c42d60

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [557da0b7d8e30da4b0e3a0c630383afd79b5bf85]

        remove some ascii art and demote a SAL_WARN
        
        Change-Id: Ia4d084a598aca050cda02c17d11ed97eecef7650

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [3224f26cfed1963994db53172a70f332068ae41e]

        OSL_TRACE->SAL in unotools..uui
        
        Change-Id: I7f391604401b8a10f5d451673ed6223c031c56ab

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [4e182284510a5fc76c1343bfa432780dc4cd609d]

        OSL_TRACE -> SAL_ in vcl
        
        Change-Id: Icd317671a6b1b5356f0ccc7c59d50952fe20269b
        Reviewed-on: https://gerrit.libreoffice.org/31667
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Caolán McNamara  <caolanm@redhat.com>  [b80dc5827125a0ab3bc6b5479330ba2469a6afb9]

        unwind fpicker RID_FILEPICKER_IMAGES imagelist
        
        Change-Id: I1b55e4581c7fcbdf228c3b903269e28d37e53297

2016-12-06  Mark Page  <aptitude@btconnect.com>  [13e77648265a91ec2b7d649d30a108e4e1eff3c8]

        Use std::unique_ptr for AnimationEntry
        
        Change-Id: Ia089be3677adadb4250003b78b7c6bc15ab8bc42
        Reviewed-on: https://gerrit.libreoffice.org/31631
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Stephan Bergmann  <sbergman@redhat.com>  [9b8fb821504079e6fb1636dad06e7644a302f39f]

        loplugin:unnecessaryoverride
        
        Change-Id: Iac074bd6f59d2fc890459b45801d0a6143c3eb9e

2016-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2e070d9a8192e7aceed64a63c716c7317843747]

        tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shape
        
        Even Santa Claus knows it has no such property.
        
        Change-Id: I46e27868c62fabd10c6447956e40e55962ee284b
        Reviewed-on: https://gerrit.libreoffice.org/31668
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-06  Mert Tumer  <merttumer@outlook.com>  [252008d49203344ebe69e727a260a48bc76d7a82]

        tdf#103524 - Fix Bottom Toolbars closing operation
        
        Added variables to control state of bottom toolbars, and based
        on their state open/close the bars
        
        Change-Id: I5f9429b336451a354b95dcee18b71fb577c28559
        Reviewed-on: https://gerrit.libreoffice.org/30298
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-06  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [dd89c68edf7f022e1c96d0cc9e7e13cde042dd4b]

        Do not enable radio buttons of image flip on create
        
        On the Image tab of the Image Properties dialog,
        The radio buttons under the horizontal flip option
        should come disabled when that option is not checked.
        
        Wrong order of "Enable" calls was causing them to be
        enabled on create, all the time.
        
        Change-Id: Ie361a8280e2a303d38025c5c684f5c07ba2e1ef9
        Reviewed-on: https://gerrit.libreoffice.org/31619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [2e293a731c1559c9869dfcb32491bc600fc18e4e]

        new loplugin/rewriter comparisonwithconstant
        
        As per sberg' suggestion
        
        Limit it to == and !=, because some people like the flow of inequalities
        like: "0 < a && a < 42"
        
        The changes to sal/ were made using the rewriter.
        
        The rewriter still has one bug, in pipe.cxx, it managed to pick up
        some random piece of macro. No idea why.
        
        Change-Id: I01305f9c5396a4b6c7421d6e92f1b4b529388e82
        Reviewed-on: https://gerrit.libreoffice.org/30962
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc719ad619f1897d05581e38a2703add6f6a1050]

        convert IMPL_PAINT constants to typed_flags
        
        Change-Id: I9a38a2927cc626e3a94c9eeaffb94b7fd2b6204c
        Reviewed-on: https://gerrit.libreoffice.org/31634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Noel Grandin  <noel.grandin@collabora.co.uk>  [70f05aa69acca911298201b8a61e3312ec1ab30e]

        convert PolyStyle to scoped enum
        
        Change-Id: Ia35fdbb5e40888db9558988ac069741b31721f0e
        Reviewed-on: https://gerrit.libreoffice.org/31633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae923f941f70ebe99cc785076f3357015dd69003]

        tdf#71409: Let's not crash the function wizard dialog.
        
        It's a long story, but here is a short summary:
        
        When the function wizard dialog launches, it uses an edit engine
        instance to process text input, and that edit engine instance comes
        from the input window (for whatever reason).  And, we are supposed
        to get ScTextWnd::MakeDialogEditView() called to instantiate such
        edit engine instance for the function wizard dialog.  My previous
        change, however, changed this and ScTextWnd::InitEditEngine() ended
        up getting called to instantiate the edit engine instance.  These
        two functions create edit engine instances with different settings
        intended for different use cases...
        
        The crash we saw is just one manifestation of such differences.
        
        Change-Id: I7fd84c1b1eca2351b9ecc87e325c2fd3787369eb
        Reviewed-on: https://gerrit.libreoffice.org/31664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-12-06  Eike Rathke  <erack@redhat.com>  [8a460cfa1b1ce01c7a479ce2e7f21a92a2c50de3]

        try a volatile
        
        Change-Id: Iadaeb1cdf8a73cac3308e82caa2e65db07ec0fc1

2016-12-06  Eike Rathke  <erack@redhat.com>  [63bf040056b64e0bf32a36277c54deee566de4fc]

        use IncCol() IncRow()
        
        Change-Id: Ibae425df118ad222db2740b51040d7a6c65b2aa6

2016-12-05  liongold  <beimaginativeegroup@gmail.com>  [a9f56091b6422ec8c42f09b8472200ae4ab12548]

        Updated core Project: help  75c62b4a8207e56c9998429a07760350badc9ded
        
        tdf#101140 Adding Help for RAWSUBTRACT function
        
        Change-Id: I8eba1c661a31766a5fd84489e4a7db46d5570f73
        Reviewed-on: https://gerrit.libreoffice.org/31086
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [b0e7282bdd918d35fad6e5677ebe8f01ca4a78af]

        IMG_FILEDLG_BTN_STD is unused
        
        Change-Id: Id41d43ec74575ba0edc59f87ffa8b6c9b1485010

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [9ab9a15c06cb5246471dea41d5c9f24e819bdf50]

        only IMG_PRIMARY_KEY is actually used
        
        Change-Id: Ie888ed93f0d511e0c040af32f41e8350113b586c

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [cca70d0761505822aecd8afb7cfb437ef12bcdfe]

        oss-fuzz woes continue
        
        Change-Id: I8307c09d5ba4fb24c0d2e273459b34edd06ae76a

2016-12-05  Eike Rathke  <erack@redhat.com>  [39aa5c2c653f36393416a6aadd6e599051bbfe7b]

        attempt to fix Linux-rpm_deb-x86_71-TDF tinderbox build for 5-2, tdf#101363
        
        See http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=libreoffice-5-2&brief-log=1480964401.32227
        (as long as it is there)
        
        Change-Id: If119a19e2f5dbe53298f0b30b5749997d99bf884

2016-12-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dce3d70d269263f35ac6921d61ee6569e75cadbf]

        use initialization list
        
        guess comments in EditSelection ctors were about
        calling copy-ctor directly instead of default-ctor + copy assign
        
        Change-Id: I0f849d7e9af3d3b8c6d8688f549b3539a0c67873
        Reviewed-on: https://gerrit.libreoffice.org/31632
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Mark Page  <aptitude@btconnect.com>  [7006568138b5b2d2c11dd558049cd4085c449c9e]

        Change Read/Write access to Scoped Read/Write access
        
        Change-Id: I2259af0d169f850ceb39f22424197912dfd20171
        Reviewed-on: https://gerrit.libreoffice.org/31624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8725c011de34206a91aa4d422a0b67a845cf2e1c]

        use proper message passing
        
        Change-Id: Ibf02e22d7dcca2338da34376a70e9383e366920d
        Reviewed-on: https://gerrit.libreoffice.org/31614
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [47203f2cff8afb2d4e57be479089f39d36160bb4]

        use proper message passing
        
        Change-Id: Ie516712b3474a0eb800e2d9e3e41921b10059fe8
        Reviewed-on: https://gerrit.libreoffice.org/31613
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6816994ffb0b8776605d1ce87889f3d54c8aaf57]

        (re)use proper message passing
        
        Change-Id: Ie80dad279af4e3d1b72f89d266f10d2309ed2e96
        Reviewed-on: https://gerrit.libreoffice.org/31612
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [08f7304fa3ed174ea47e9c90a21ed64219b1a969]

        drop these intermediate Images and use BitmapEx directly
        
        Change-Id: Ief15df1722bb59323563c21d76f5af624fbef8c9

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [e7a3a9104a4ab5709583b7506b0bd10ec6163fba]

        unwind sc RID_STYLEFAMILY_IMAGELIST imagelist
        
        Change-Id: I22bc4a615295bf43110633e22b5884b511777c2b

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [9b392338474ee266ff90c5c72cccea1b96ddbe45]

        unwind sd RID_STYLEFAMILY_IMAGELIST imagelist
        
        Change-Id: I1096374eeada6a4ca2ba1acf9f094d6f6d80c3ad

2016-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [59a59de8beef6397370f050b4572da61b95e4d7c]

        starmath: Prefix members of SmStructureNode
        
        Change-Id: I58f6ca7585ef726d4ac3f555118832a4434f4e3c
        Reviewed-on: https://gerrit.libreoffice.org/31629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-05  tagezi  <lera.goncharuk@gmail.com>  [d78f29ab3f40cfaf8c975005fceba93a193b28e5]

        tdf#100836 "Starting the LibreOffice Software With Parameters" help update
        
        rewritten cmdHelp in accordance with the attached document in bug tdf#100836
        
        Change-Id: I6453ee87039272388fe1bc0efd747dc706b570ff
        Reviewed-on: https://gerrit.libreoffice.org/31244
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [db7435c251db758f50649d556b56273dc4a51310]

        oss-fuzz deploys in a very different env to which its built
        
        Change-Id: Ice4956cd196424d21bf659f95f99c3e0c6928744

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [e100bb57d884d21c6a0e498317fa93b0202dcb64]

        fix the generally unused non-neon webdav MapDAVException
        
        Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [9277bd24f22c6c2361d50f8b242cfef8d5573428]

        loplugin:unnecessaryoverride
        
        Change-Id: I7721c15ba94ff27f64962bb67698853bc3b86cea

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [46346a2f4e99f2838d650d08aa383f652f654666]

        rename wmftester to wmffuzzer
        
        to make it easy to distinguish these things if there ends up being a gadzillion of them
        
        Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [5ca4a50c17e9637c8b39293ec1d1c50402b563f7]

        optionally enable oss-fuzz targets via --enable-fuzzers
        
        Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [32bdcdd411178a909806905bdee8725e3492dc7f]

        fix build
        
        Change-Id: I45c180d5eed1bcac97674ce39ae07b9a47819aa4

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [4e6369c51bbf59d29e2686d4e5d3b2e8b4393903]

        AvoidConfig fastpath for testing
        
        Change-Id: I50aa865f1b5f0524c2c8af32fa94faea9f6943e9

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [48a46f631a9997ac97aa5de5db2c3b5390ee179a]

        fix LLVMFuzzerInitialize
        
        Change-Id: I238d210bccbf74913b5f2c0ec2de0ac27d93fef6

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [ec65b855546eb8a6d139ade7fd147eb7f322de66]

        stash oss-fuzz demo target in our tree
        
        Change-Id: If95e59ffd76a3c3b9dbcdbcbee6a9233f6fd9bac

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [e96e5512a94bd6fd354576ed033755998ec92bd7]

        drop unused BMP_STYLES_FAMILY_NUM resource
        
        since...
        
        commit 197010643e7e1b8c973013efa9034ffc9bdb56c0
        Author: Michael Stahl <mstahl@redhat.com>
        Date:   Fri Jul 26 22:38:28 2013 +0200
        
            remove some more SfxObjectShell methods that only call each other
        
        Change-Id: Ife3e9add675a8163082cd0ba9b009ea0535d449d

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [de943f90ed1d1402d2eb9c778740b4e7dfcda92c]

        unwind RID_STYLEFAMILY_IMAGELIST imagelist
        
        Change-Id: I03f4058114bb837c3d8edd25791464e7d7ba16ed

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [e84e15b79cc0541323c01a1040e0cce96bd9032f]

        fix build
        
        Change-Id: I3fa46edfbdb75201e9dc4a615d67124487e2dd20

2016-12-05  kerem  <hallackerem@gmail.com>  [25cc8979c5e6238bb76c9d751f3fa3433f48542c]

        tdf#97361 remove = None assignments in sfx2 python unit tests
        
        Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6
        Reviewed-on: https://gerrit.libreoffice.org/31602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [42d68eada6a745bdccb210efffcde8668061e3ef]

        unroll IMG_NAVI_ENTRYBMP ImageList
        
        Change-Id: Icb00102f064b845b33a072880c60a9aae5dc4a55

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [dae92e11061a718a0c74384b086bca14aa2213ac]

        convert these Image resources to Bitmap
        
        Change-Id: Iff9e956f65190c0e9dc99ada5df613fc0be9516e

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [e5ecb998fd78137aec32ad2cc996eaa4bb3e499d]

        avoid coverity#1371269 Missing move assignment operator
        
        Change-Id: I0ba8991ecc0934d839ac4e1bfe80f0568057fcc7

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [7dde56f2cfb970464f5ebbacac6ebb8b6d9cceef]

        use a std::unique_ptr
        
        Change-Id: I23fdc5f86d8fb9da3c74fab4e47636600fa408b7

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [aa54f8aa093bcb62c1428d252150ed2591ce2c19]

        convert EscapeType to scoped enum
        
        Change-Id: Ic688a9803772a7ce39d03374986118d85807c18c

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [50151db9f740afee7f11a10cc5c61b437bf87caf]

        convert FSysStyle to o3tl::typed_flags
        
        Change-Id: I58a63a0e6f619442f21827064644ecd8ca57b8ff

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [bfde4866e07746eafa2f0d6173c29d805cc35ad0]

        convert DecodeMechanism to scoped enum
        
        Change-Id: I5c56634b1bca8e37fa73d02d2428645301b6c547

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [803215142efa6437515348f63bd70ffdcf5d45f1]

        convert INetURLObject::EncodeMechanism to scoped enum
        
        Change-Id: I50ea17c7779c7b5cacddf548f1773fd7d6c8bade

2016-12-05  Mike Kaganski  <mike.kaganski@collabora.com>  [9d3366c4c62efa4260c1b11d4b53d5982d6fac48]

        Fix a typo
        
        Cf. comment for #i2109 in commit 90b73c7b
        
        Change-Id: I74a606d0c5c6e1071e914b4565d825920c71d158
        Reviewed-on: https://gerrit.libreoffice.org/31626
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-12-05  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [f2a75fecdfb5d92d27074312f29dc7dc4afb16ec]

        tdf#91475 Fix column width during .xlsx export
        
        With commit 16726a1b37df8bdcae02b3c7699df814977222bd the new import algorithm
        was introduced. Unfortunately it looks like that some specific column width
        are improved, but for other widths it is worse.
        More information is available at:
        https://bugs.documentfoundation.org/show_bug.cgi?id=91475#c29
        
        In this commit I added unit tests which prooves proper working of old
        algorithm and I have switched to old algorithm.
        Unit test which was done:
         1. After resave .xlsx file, the column width values did not change
         2. After export .ods to .xlsx displayed column width did not change
         3. After save .xlsx to .ods displayed column width did not change
        
        This commit resolve column width after exporting to .xlsx, and
        correctly preserve column width for LibreOffice.
        
        Change-Id: I26d074b203d08a4bf4e9e31e52dbfd7ca7d3beb1
        Reviewed-on: https://gerrit.libreoffice.org/27943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-12-05  David Tardon  <dtardon@redhat.com>  [aef0cb825bdcda35013db701c9e3b3a23040349b]

        drop unneeded dep on boost_headers
        
        Change-Id: I351badba30556ec06ebfa8a360cc58e89f206372

2016-12-05  David Tardon  <dtardon@redhat.com>  [01c75db710126c88bcb6823386a8286a2a0de6fc]

        convert test helper library to dynamic
        
        Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386

2016-12-05  David Tardon  <dtardon@redhat.com>  [e60a60f570ec04eb1c0f94fe43675400f71c786f]

        refactor
        
        Change-Id: I0cc034e7521de7911a9f5dfe8bc405971d175754

2016-12-05  David Tardon  <dtardon@redhat.com>  [675a74d5e57af8f6f3a30b69122cbd5faf392a86]

        rename to better match the purpose
        
        Change-Id: I7cd8e551c284045fbe782cc9756e283d466fd1bc

2016-12-05  David Tardon  <dtardon@redhat.com>  [7a4a6533e0313d6b8af448e2cc0de7b3fd5a493b]

        simplify a bit
        
        Change-Id: Id56ba12c4c8c96285d95c48c4f49c93e4feec580

2016-12-05  osnola  <alonso@loria.fr>  [e51a5546ff3940866ff7cfeb4874accf69165501]

        try to retrieve the .fm3 file when reading a .wp3 file
        
        Change-Id: Ib2c2af423b92a65c08c2647a1e931ea54228c203

2016-12-05  David Tardon  <dtardon@redhat.com>  [707c81bdba2d8145390cd3756dd93708d162b929]

        add separate MS PowerPoint 3 filter (libmwaw)
        
        Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77

2016-12-05  David Tardon  <dtardon@redhat.com>  [5c6dde9e4a8757807d4541be51f24cc3dfc53b14]

        add new test files for libmwaw 0.3.9
        
        Change-Id: Ia8b69fac2115c9fd932c08deabe8908e07388d86

2016-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [57fb44833f7a4bdde741ad7d424ddf9f399fcf8d]

        sw: prefix members of BigPtrEntry
        
        Change-Id: Ibe1f647e7e370287e2b4d6110e66b726ddda8e3a

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [eab6ed9f00c3eeb9f4d54fb4e77369d521c7a3da]

        getVerticesSize got renamed to getVerticesByteSize
        
        Change-Id: I7eff6eeb92aede6beb4412aa3e574ae75d651d8b

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [5809f506f44715e60ce653b49050641967429661]

        rework diamond transition to use only opengl core
        
        cause that's all we've got in gtk3
        
        Change-Id: I6a47e344ccd39ba63e7a51ae18f89bb05bb642c4
        Reviewed-on: https://gerrit.libreoffice.org/31496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [be446eb6055ccc60565045e0aaf05794d3a6cda8]

        silence some BAD_SHIFTs
        
        Change-Id: I2a669aff0a8a63eb4b16600344cea9f601d5e68a
        Reviewed-on: https://gerrit.libreoffice.org/31601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-12-05  Caolán McNamara  <caolanm@redhat.com>  [d7ea9b443701268f137483e008d0514236a88b91]

        for oss-fuzz check LDFLAGS for -fsanitize too
        
        Change-Id: I3de0776060c88c3f5705c67ea32ea1843876553e

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ed7e1fd547a2b31c29e7e6d75c86ff59d152b5ad]

        loplugin:unnecessaryoverride
        
        Change-Id: I9ea456ebfc533efe766a0f1aa9d823b030343644

2016-12-05  Yossi Zahn  <yossizahn@gmail.com>  [c6db0e064959ec154db9471a8e1f1e2716bb3523]

        tdf#96354 correct broken autocorrect INitial CApitals
        
        Change-Id: If65ec7814c3aed5e4c17294ae57c34550373469d
        Reviewed-on: https://gerrit.libreoffice.org/31317
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [03c215ab07c3dc91fd1fd08a9f3ea627fbdea002]

        loplugin:unnecessaryoverride (dtors)
        
        Change-Id: Ia38672028668959bf3d5541fe4ddb9fb72848617

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d12c8a0f2cedfb6a15742b51854492ec3829dc36]

        loplugin:unnecessaryoverride (dtors) in dbaccess
        
        Change-Id: I22cf2fec8e543582a32b9a4f00221f1b2d864f7a

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [7aeeb77c7b98a141be4935fcd33be016547ae619]

        loplugin:unnecessaryoverride (dtors) in drawinglayer
        
        Change-Id: Ib259cc2431b1703da40921c0f12679159d83ab0c

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [b1dd9a631a560cf95fd00104517ccc86082e4fcd]

        loplugin:unnecessaryoverride (dtors) in editeng
        
        Change-Id: I7a268a1e991e84304e5435e0f7b633873f6829eb

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [0fef19f1211bd4caad757a2b6ee6693369e69db0]

        loplugin:unnecessaryoverride (dtors) in embeddedobj
        
        Change-Id: I5a65a8816438b7e777cabeb334a8cd7bcf4c814e

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [40c0438386abb5c1106a88ac1dd0c4ab6d16eae2]

        loplugin:unnecessaryoverride (dtors) in eventattacher
        
        Change-Id: I548d90cb5aec077b78965f34b9275ef6aef315b0

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [13ce97351d1751eb24cf0cd1ad35048329407f15]

        loplugin:unnecessaryoverride (dtors) in extensions
        
        Change-Id: Ia8250bc33c5d05861794619c5d240fdcb4002c13

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ccda3f37a4be4415e7349eed44cb9619da5cb153]

        loplugin:unnecessaryoverride (dtors) in forms
        
        Change-Id: Ia6787aa9dc7963b1e44604f22bfc95e0333a7f79

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [3ef5bf5a0a31b12116da644178b3c7afcbf8076d]

        loplugin:unnecessaryoverride (dtors) in framework
        
        Change-Id: I52b12e390b97f15f9af07edd511fa36288f31fbd

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [be1d38ba24a1c5f328b924bd204a142ab9355d79]

        loplugin:unnecessaryoverride (dtors) in i18nlangtag
        
        Change-Id: Id7c37e6a1966b4e44184391d9207e390d9c8861d

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d3a1830539adabfcbefe7efde9757e2ac847b676]

        loplugin:unnecessaryoverride (dtors) in io
        
        Change-Id: I5c787d70fb3388e649e751d2b801765d567249c7

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [408e8fa80b86c4da2df66125723b2ca147e3ad1f]

        loplugin:unnecessaryoverride (dtors) in linguistic
        
        Change-Id: I046f4a29939e16d2576140774476a3daf3275bfa

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d17d772eee3a6760f3100a7f0690f7b0440dffe6]

        loplugin:unnecessaryoverride (dtors) in remotebridges
        
        Change-Id: If9ea62b103f95a9f4abe692c6da2145f825a364f

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [8ed7c011dca7dce0f9da4250054b475431724e6d]

        loplugin:unnecessaryoverride (dtors) in reportdesign
        
        Change-Id: I9d28fbc78b24ec143d6ad3132137642309d02fa0

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ea1393758ef493d74fb6b1ae7e1c55cda34ba767]

        loplugin:unnecessaryoverride (dtors) in sax
        
        Change-Id: I88ef1fc5b154f29f13ddab00626bcfcd67385bd1

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [4d1257641e28f8df3d8def5e80280be5b1edbddb]

        loplugin:unnecessaryoverride (dtors) in sc
        
        Change-Id: Ifc44a22738cbd0ebbd81fae5caf1d9792e7746cf

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [2e85ce9692b8331721f4656b24e41b2673178fc7]

        loplugin:unnecessaryoverride (dtors) in sccomp
        
        Change-Id: Ibfd17710adb0d8cea5046fdf13ca665e7aa549b7

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [84bbf2de22c6c488128ac42931f0ee1c2968e1b8]

        loplugin:unnecessaryoverride (dtors) in scripting
        
        Change-Id: I59abb019929e321f9955e57da68417bd137f1530

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [542bb6b7876f7a5aef4e27f054fba39448b111b5]

        loplugin:unnecessaryoverride (dtors) in sd
        
        Change-Id: Ibe339042a523f7c55fbcea68756524fc168e8558

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [4586cc8b62f93c1cb113218da4ebe332692fe314]

        loplugin:unnecessaryoverride (dtors) in sdext
        
        Change-Id: I02dd087722aa7df299ca09ba55bb32d5402319fc

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [196d1911368f7f3b459a1aac8f952311ec3732ba]

        loplugin:unnecessaryoverride (dtors) in sfx2
        
        Change-Id: Ic086a22bccd267824e68df6c963df8da76e6df2c

2016-12-05  Stephan Bergmann  <sbergman@redhat.com>  [fbb3f88df5b9ee64f2aacbe758a481c5d91d0fed]

        loplugin:unnecessaryoverride (dtors) in slideshow
        
        Change-Id: I5c4bc26bc51347e453ce69913edc52cf1f1aa821

2016-12-05  Tor Lillqvist  <tml@collabora.com>  [96918103a07ae984befceb4dc579b004216bbc9f]

        Revert "lok: in preinit stage, do not force locale"
        
        Fixes unit-prefork in online for me.
        
        Kendy suggested to also change the forced locale to en-US.UTF-8
        instead of just en-US, but that caused:
        warn:i18nlangtag:32416:1:i18nlangtag/source/languagetag/languagetag.cxx:1369:
        LanguageTagImpl::convertLocaleToLang: with bAllowOnTheFlyID invalid
        'en-US.UTF-8'.
        
        This reverts commit c3d25b8b74867b5b8419d09f6e362aa6c8eae34f.
        
        Change-Id: I2cd8c50a783918c380505e7a3aaf37d578e76031
        Reviewed-on: https://gerrit.libreoffice.org/31489
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-12-05  Mark Page  <aptitude@btconnect.com>  [a8b986572c288860f2076a50cdeadb1ee4aecd6d]

        Change Read/Write access to Scoped Read/Write access
        
        Change-Id: I4834d057e1997710f5ac9691d6c3eecb24e26881
        Reviewed-on: https://gerrit.libreoffice.org/31550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [d92d9df55c002323219012cd4896034e2be935fd]

        convert E_GRAPH_PROV constants to typed_flags
        
        and drop the never checked
           E_GRAPH_PROV_DO_NOT_ROTATE_METAFILES
        constant
        
        Change-Id: Idd2598c209b34bfa4a58a84ce5ee14a7340d59d4
        Reviewed-on: https://gerrit.libreoffice.org/31553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe3e1067bfa8d62d2a43c7ea227d87327ee020d2]

        loplugin:countusersofdefaultparams in include/drawinglayer..i18nlangtag
        
        Change-Id: I081ed66a88fc11648f5c63919c3de2a71f1afd59
        Reviewed-on: https://gerrit.libreoffice.org/31556
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [8cf59c674326d93de049ffe2c1d73d7f32e70d37]

        make passstuffbyref plugin ignore std::move'd params
        
        request from vmiklos
        
        Change-Id: If263beb0623d725e406003bb1660df10fe4b4e35
        Reviewed-on: https://gerrit.libreoffice.org/31555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Arnaud Versini  <arnaud.versini@gmail.com>  [86801fd5c1c0b02587ffb3082f4db63e7ef720ba]

        basic : Make NeedEsc easier to read
        
        Change-Id: Ie2ee404a51262cd08673268169a41255abf012bd
        Reviewed-on: https://gerrit.libreoffice.org/31600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-05  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [2a5d8d7306776cc59a6311f20f32e1007dcac858]

        Lok: better logging and warnings
        
        Change-Id: Ia933ae65197893592eeb04cb8a1a617a931ad623
        Reviewed-on: https://gerrit.libreoffice.org/31606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-12-05  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [a8b2e3e948c507d71fd01b219dc77838f6bf785f]

        Lok: disable DesktopLOKTest::testTileInvalidationCompression
        
        For some reason this test fails on TinderBox and for others
        while passing on Jenkins on all platforms.
        
        This might be related to the compiler version used.
        
        Disabling until resolved.
        
        Change-Id: Ic05dbb290818506c78ceaa4c416fb00e8c0dc8da
        Reviewed-on: https://gerrit.libreoffice.org/31607
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-12-04  Caolán McNamara  <caolanm@redhat.com>  [453da06c97bb63394e9f9f2c9ede8a3a84b4b4a1]

        oss-fuzz check CXXFLAGS as well for -fsanitize= foo
        
        Change-Id: Ifd4aa349a9debcee4b8446c2e6e84ccc36a84efd

2016-12-04  Caolán McNamara  <caolanm@redhat.com>  [17f4f35619df8497c0cbbc9b455dcd4201156144]

        coverity#1394416 another effort at silencing Out-of-bounds read
        
        Change-Id: Ie43a6be74bb79fa75bd268cc4b11f90f076eca5a

2016-12-04  Julien Nabet  <serval2412@yahoo.fr>  [8d2f58a9922ca7352c626db06f9b8d5ca0bbaead]

        tdf#104227: fix subtypes DECIMAL/NUMERIC in resultset
        
        bt here:
        https://bug-attachments.documentfoundation.org/attachment.cgi?id=129298
        
        See also https://bugs.documentfoundation.org/show_bug.cgi?id=104227#c13 for more details
        
        Change-Id: Ied497cfff2f71e67161d541b90fe48bb3e2456b9
        Reviewed-on: https://gerrit.libreoffice.org/31593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Bunth <btomi96@gmail.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-04  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [6555ec4f881f8e6ea9be19103ff51fb1bd6edb20]

        Remove write-only field
        
        Change-Id: I45502d73939e99cd3d72c9d8aaa17dc820e78207
        Reviewed-on: https://gerrit.libreoffice.org/31590
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1bc6bd89adfdfe77e0355319c9b25ee6999f74fc]

        tdf#88206 replace cppu::WeakImplHelper* in svtools and svx
        
        and remove unused implbase*.hxx and compbase*.hxx includes
        
        Change-Id: Iedf6b6dce09b5baf714a1b3394bb7fb3526cca82
        Reviewed-on: https://gerrit.libreoffice.org/31594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fe471fec199f5a16bd49caa45561abc518ac75bb]

        gbuildtoide: builddir is not necessarily same as srcdir
        
        Change-Id: Ied9f9abcc75f2edcd518ac247907f573aa21f35e
        Reviewed-on: https://gerrit.libreoffice.org/31158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Arnaud Versini  <arnaud.versini@gmail.com>  [8d43bc6ce87001a73cac9842678bcd04b87a61a0]

        basic: cleanup test_math_methods
        
        Change-Id: I11b3ca4c55151de7403ff9980ada9958d8ef12dc
        Reviewed-on: https://gerrit.libreoffice.org/31592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-12-04  kerem  <hallackerem@gmail.com>  [48120d6ce597472933fa7a8a292ce8d0f1fbe1f9]

        tdf#97361 remove = None assignments in check_fields
        
        Change-Id: I7696f28e6b35e79e98614b295c749adebf33878b
        Reviewed-on: https://gerrit.libreoffice.org/31439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5c0321439a6dd5b00ef13a6ab69c3ef30629d5ea]

        use proper message passing
        
        Change-Id: I5c0b9007e5a84643ccbe3c5b6b6a913a43667e18
        Reviewed-on: https://gerrit.libreoffice.org/31573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa7ce30c039f90bf2361abf91e99e9102f390724]

        use proper message passing
        
        Change-Id: I1ee686ff96615f7b8aa69c0cd4caafaae07318b7
        Reviewed-on: https://gerrit.libreoffice.org/31493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [68b64b41e5e156facb3fe20bb109a8e02dc97111]

        use proper message passing
        
        Change-Id: I0c6610308f75a57e517b233db66c66b34eb25189
        Reviewed-on: https://gerrit.libreoffice.org/31492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7afedc48aed8a31aa0f376e7e4505e48ddd3a99f]

        use proper message passing
        
        Change-Id: Ibeb0aff07aec223f274932f2b3a492e58db09a02
        Reviewed-on: https://gerrit.libreoffice.org/31488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [755d4756b9b105c035986ffb184630e62a47a2ba]

        use proper message passing
        
        Change-Id: Ibcdc6a492abe5e26fb9b5244119be5dacc01b7b4
        Reviewed-on: https://gerrit.libreoffice.org/31487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c697aa80f4f0f5d86bb84dfe4d64d19f803bc990]

        use proper message passing
        
        Change-Id: I55ce4f6a9b033dc064beed8e70d35a5b5097846d
        Reviewed-on: https://gerrit.libreoffice.org/31451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-04  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [17773e1a8dd6e97f57db111819338c418f819cef]

        tdf#93430: Get run attributes of text objects
        
        .. which are not paragraphs.
        
        Note: For some reason in character attributes sequence
        we have a wrong Any value for "CharPosture" property.
        
        Change-Id: Ia45526c01cc381d3d6a1b56dbf4f03fdd38a0989
        Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Reviewed-on: https://gerrit.libreoffice.org/31591

2016-12-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [94de45ec211ec0acead9ec11a22c3cd72336dbc7]

        Calc test - Financial and Logical functions. move to new directory
        
        Change-Id: Ie94c190f53904372aebfa15749b65c807052fcc7
        Reviewed-on: https://gerrit.libreoffice.org/31589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-03  Caolán McNamara  <caolanm@redhat.com>  [210f594773455bf49d1cf116f1c48ccf74cb26b4]

        oss-fuzz runs under docker
        
        and builds as root in that env, at least the default out of the box
        experience is that for me, I suppose I could faff around getting it add a
        user specifically for the build like I do for my coverity in docker
        build, or just drop this.
        
        This effectively reverts
        
        commit 466257699559390237615f651ce0f30f07543434
        Author: Tor Lillqvist <tml@collabora.com>
        Date:   Thu Apr 14 09:01:48 2016 +0300
        
            149
        
            Change-Id: I63f055756ff5f571d5ebe89aa4aee52d8ae2c510
        
        I see your 149 and raise you a 1172
        
        Change-Id: I3e81a725cdab1ff5ead0484dbfee11ac8fe303a9

2016-12-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [76936e787bd13fb1a747b7c716df3fba2d0d3fa9]

        cppcheck style fix for noExplicitConstructor in writerfilter
        
        make ctors with one parameter explicit
        
        Change-Id: I08e753cea9f5ea17d654c889bad37ab7d0f4611e
        Reviewed-on: https://gerrit.libreoffice.org/31588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-12-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e6d9175fc6cc12b572d270c6c4c39ea5b7f86041]

        Calc functions tests -  move datetime functions to new directory
        
        Change-Id: I5b2c9455da5f700d0c4da59ee3d48e5aba486a55
        Reviewed-on: https://gerrit.libreoffice.org/31583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f8a7ddd6cff20f5f9f3f95fb578f89fac5fe97e7]

        sc tests files - move array functions to the new directory
        
        Change-Id: Ia701f2b0a3c21e19b2de95c8012cc5a37ed88359
        Reviewed-on: https://gerrit.libreoffice.org/31580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [072003142ee8bce41aff1b4db228819ca64926f9]

        Remove unnecessary indirections.
        
        Especially in the oox code there are many...
        
        Change-Id: I16915cc207c274e5bcdb5d1f4f8708db5a0479a1
        Reviewed-on: https://gerrit.libreoffice.org/31578
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-12-03  Takeshi Abe  <tabe@fixedpoint.jp>  [0d2e083fed20e4f0c263e2373aeee83bc7cee9cd]

        starmath: Prefix members of SmPolyLineNode etc.
        
        Change-Id: I6fa81689e14e605cd7449526e44245d4fdebb298
        Reviewed-on: https://gerrit.libreoffice.org/31536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b206f37d0f9b61ebc908f58b33515c055ff1a75]

        add the SalAbort message to the crash reporter
        
        Change-Id: Ibe08034bcf2a73fb12562c87c2898db1e974376c
        Reviewed-on: https://gerrit.libreoffice.org/31577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-03  Michael Meeks  <michael.meeks@collabora.com>  [8b86e9de388fff673bc86c14246eff8ed6aa591e]

        first cut at adding a GDI handles attribute to the windows crash report.
        
        Change-Id: I4e6fee65a1416398f6f59feb8734b3b00c0aed3b
        Reviewed-on: https://gerrit.libreoffice.org/31570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-12-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e8b43ac1ef8811e7b02e78bf48f6d71c822339d7]

        Fix the formatting style a bit, to be more consistent.
        
        Change-Id: Iaca5837e5502ef8eed4cddbca1d00e00c71c53c2
        Reviewed-on: https://gerrit.libreoffice.org/31576
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-12-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [150afc29c951d5fc9c40ff8a72f5178c32383f8c]

        sc tests of functions - move information functions to the new directory
        
        Change-Id: Ica03ff03aa32d446335b6f6b8e6ec10f3c2c19db
        Reviewed-on: https://gerrit.libreoffice.org/31569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-02  Khaled Hosny  <khaledhosny@eglug.org>  [b9fe5dc791f56df55495d171ae901a246907c68b]

        Require HarfBuzz 0.9.42
        
        This is the first version where hb_buffer_set_cluster_level() was
        introduced. The layout engine depends on this feature in a few places
        and though we can build without it, the result will be wrong in some
        cases (i.e. any where we assume combining marks will have their own
        cluster number).
        
        Change-Id: I89187f317052e7933b83ad0350cace239333510b
        Reviewed-on: https://gerrit.libreoffice.org/31521
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-02  Matúš Kukan  <matus.kukan@gmail.com>  [2e99aa445679f70f2e686255eac89b732fec5e7a]

        No component condition for a package file list
        
        This is to fix a build after 67398a8d9746dbed743beb702a8cff2eac2bbf99
        No idea if packages should contain conditions too,
        but at least gid_File_Bin_UnpackUpdate did not.
        
        Change-Id: I56e1b23f6eeca9c62cdadd8d93de6ccda89b20c4

2016-12-02  Eike Rathke  <erack@redhat.com>  [b913ce4c321142d0d0948ab4d6d8ba362919d7d8]

        remove now unused SvtSysLocaleOptions::GetLocaleConfigString()
        
        Which just lead to confusion as could be seen in two earlier commits..
        
        Change-Id: I172127cf08bcd45c3c53e0cf00cf11a41e0dd3a6

2016-12-02  Eike Rathke  <erack@redhat.com>  [eb1762fea0c9e281d2bcad2eeffda2a5238816a8]

        use SvtSysLocaleOptions::GetLanguageTag() instead of GetLocaleConfigString()
        
        Change-Id: Ifcfc4588d5bd6f713a40bd2300740f7a1c52337c

2016-12-02  Eike Rathke  <erack@redhat.com>  [7523b3b3c59187711baa8f6e4e793cf338786a2f]

        use SvtSysLocaleOptions::GetRealUILanguageTag(), not GetLocaleConfigString()
        
        Assuming that the screenshots directory suffix
        * should match the configured UI locale instead of the work locale
        * should not be empty if configuration says "Default - ..."
          * actually ScreenshotTest::implSaveScreenshot() explicitly tests
            (maCurrentLanguage == "en-US") and then sets the suffix to empty, so no
            other locale should exhibit the same
        
        Change-Id: Ie4561315b67c3ade20f3947772af45e471d0752f

2016-12-02  Eike Rathke  <erack@redhat.com>  [52d591ffde5e449332f9249de83561184650e408]

        use SvtSysLocaleOptions::GetRealLanguageTag(), not GetLocaleConfigString()
        
        Testing for GetLocaleConfigString() starting with a language code could never
        have worked if configured was "Default - ..." in which case the config string
        is an empty string.
        
        Change-Id: I3a68a168a0f8e53c8c389fc243e40053f5d45e1f

2016-12-02  Matúš Kukan  <matus.kukan@gmail.com>  [f80d618cedafef73eb27fd994a1b5356ea693585]

        scp2: Bin not defined gids and not used defines
        
        And a little cleanup.
        
        Change-Id: Id066b4d37e217b8ab21ea162c23a999566a9e190

2016-12-02  Matúš Kukan  <matus.kukan@gmail.com>  [6de5cf050c1324cb97404486e541472e74a7dd19]

        tdf#90753: AutoInstall readlicense_oo packages
        
        Change-Id: I5bd3a5f6168b20c925f5713085fcb0918bcccc8e

2016-12-02  Matúš Kukan  <matus.kukan@gmail.com>  [67398a8d9746dbed743beb702a8cff2eac2bbf99]

        tdf#90753: AutoInstall setup_native packages
        
        Change-Id: Iecf059b974b996fceb57b04197c7dac9b7c8dd47

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [a779b5f7f0dec55482172ca5dbe978dffbd46dac]

        sufficient to get us building in the oss-fuzz environment
        
        we're presented with...
        
        CXX="/usr/local/bin/clang++"
        CC="/usr/local/bin/clang"
        CXXFLAGS="-g -stdlib=libc++"
        
        and out of the box we fail to build, but if we reshuffle to...
        
        CXX="/usr/local/bin/clang++ -stdlib=libc++"
        CC="/usr/local/bin/clang -stdlib=libc++"
        CXXFLAGS="-g"
        LDFLAGS="-lpthread"
        
        then with this distro-config we build to completion
        
        Change-Id: Ib6bee4dd69e0609e3c1238d86837a1680483ffa4

2016-12-02  Khaled Hosny  <khaledhosny@eglug.org>  [5d7a1ddf36eb0774a3d11e9c0dba59562d3e0c11]

        Simplify FontManager a bit
        
        There does not seem to be any need for that atom thing as we are
        perfectly happy using plain OUStrings in the same struct, not to mention
        that font names are supposed to be unique so I don’t see what we are
        saving here.
        
        As this was the only use for unotools/atom, it goes with it.
        
        Change-Id: If9d58d84fff0403f9b2c41fe594b99028b30c2f4
        Reviewed-on: https://gerrit.libreoffice.org/31520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-02  Justin Luth  <justin_luth@sil.org>  [1f8a70262ad99668210d9d6a128efd8382f63dd5]

        tdf#104333 revert ww8import: set table keep/split if emulated
        
        tables that span multiple pages, and rows greater than one page
        caused problems, so just removing the enhancement that tried
        to emulate what the original odt looked like.
        
        reverts commit 129f93e46c29b388d38e9097869fd3e72dc40a5e
        from bug tdf#91083
        
        Change-Id: Iac31116d731e1e4aa60ee6b8de973f7f9291e47a
        Reviewed-on: https://gerrit.libreoffice.org/31551
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [6ecb196b784a6ef4e45da49ea14311ecdd465d56]

        starting skeleton for oss-fuzz config
        
        gets vcl built anyway
        
        Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e58ed17e35989350afe3e9fd77b24515df782eac]

        xmlsecurity mscrypto PDF verify: implement support for non-detached signatures
        
        This was the last unit test that was disabled on Windows due to missing
        implementation.
        
        Change-Id: Ia7d84f72bcdf79267c7de17cd8822ed02c378642
        Reviewed-on: https://gerrit.libreoffice.org/31552
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [7915c9087ca6c77f08e394f1dbcc03fc9a4027e3]

        warning C4018: '<' : signed/unsigned mismatch
        
        Change-Id: I5e6a6debf01886c283f5a2d6b9cacc00a44f7134

2016-12-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78dabf58b6a1552c82e8dc6096833f7ce36a5414]

        fix display of DMG background on Mac OS X Sierra
        
        Change-Id: Ib553e085337972f74857db0aad9bc885712d5ea3
        Reviewed-on: https://gerrit.libreoffice.org/29788
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [095d22c93222e76e55eb9c7311a5307551767be4]

        SwDrawContact, SwFlyDrawContact: move code from Modify to SwClientNotify
        
        - also move from deprecated OSL_ENSURE to SAL_ macros
        - also flattened and refactored the deeply nested copypasta
        
        Change-Id: Ib7333ae9589b93bca999c8b1d003b712c59920ee
        Reviewed-on: https://gerrit.libreoffice.org/31391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [a064f1226b9864f0d0ef6d969f2ae53cc413eb51]

        usageinfo causes one of our more frequent fedora 25 crashes
        
        https://retrace.fedoraproject.org/faf/problems/bthash/?bth=17ba9a57f40d5ca29778866a9f96c1c0dfc7593c&bth=2f1801e44e9cb0be2b013624521fb0959dc2c73a&bth=5e8a1e07503f53b13b3a6779084f8b0637aaf5a7&bth=8033013a2ce586bccc23245583fa86ef4a761dce&bth=975271167132418534cb07336601efb5b0c711f0&bth=de75c2ad7917bc889d6307b152f79d34e79ce74d
        
        Change-Id: Ie93afa476eca9fdbf7ea17ff0189fbaa493a5531

2016-12-02  David Tardon  <dtardon@redhat.com>  [3830059b658cb3cde642c824b161d89c769314c1]

        get vertices count without jumping through hoops
        
        Change-Id: I0cab6b2f9fffc8cf9fc5059b8dc48fa9407e42b5

2016-12-02  David Tardon  <dtardon@redhat.com>  [8ca055f56ffbc3229c211903adb9fee7049385cf]

        rename to avoid further misunderstandings
        
        Change-Id: Ibcfae1b3ec118d74921312a80eb56c97c623f4a9

2016-12-02  David Tardon  <dtardon@redhat.com>  [9d902e264f8535fcf54cca6044f7bc32a60579b4]

        avoid valgrind warning
        
        Change-Id: I8ffb08bdab452f6a8618eaf466b722e7c8d226d9

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [61c81c4500e5d5849b43d3a9d3efdabba94d513b]

        xmlsecurity PDF verify: don't hide signatures where digest match is uncertain
        
        Use case: the bugdoc has 2 signatures, one normal one and one with
        SubFilter=ETSI.RFC3161. By not hiding the second signature it's possible
        to counter-sign the document, even if we don't handle the contents of
        the second one.
        
        Change-Id: I580e1211072ec9839f01b529b569c98b702b6534
        Reviewed-on: https://gerrit.libreoffice.org/31539
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [14a5070149b84b804cf646780abf5962fa2dd401]

        coverity#1394668 Inferred misuse of enum
        
        just keep the current logic and silence coverity about it
        
        Change-Id: I397632eab8ce983e362380b83bbf78c1fbf8e038
        Reviewed-on: https://gerrit.libreoffice.org/31535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-12-02  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [9c218858f1bd83ffdd72dd943a841cffa5a93b8c]

        Lok: correct tile invalidation merging
        
        Rectangles that are empty (i.e. IsEmpty() returns true)
        were incorrectly considered to mean equivalent to "EMPTY".
        The latter means full-area, while the former mean zero-area.
        
        This fixes the issue by restrict full-area to rectangles
        with 2 billion units on the each side (roughly INT_MAX) or
        more, and using this new check rather than IsEmpty().
        
        Change-Id: I12aca17267f5dd33b2932012d1d9db3545f9af6f
        Reviewed-on: https://gerrit.libreoffice.org/31458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-12-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [cd43959e10a7d3120b3b5059b44ad6b62c54bd3e]

        Postfix rather than prefix locale to directory name
        
        as this is what vnd.libreoffice.image:// expects for localized images
        
        Change-Id: I454ff86b86e11248f47ab65f682fb57e52d0f7e5
        Reviewed-on: https://gerrit.libreoffice.org/31057
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [afabf409aa8b299806726c69edc3ab0258f50c02]

        oops, wasn't supposed to commit that
        
        snuck in with commit 4d2c210c74567d9af6bededf3fae6bfd62406f14
        "use early return to simplify flow"
        
        Change-Id: I2a5cbff01c5f40d879d320fd3934bc0856756d37

2016-12-02  Mark Page  <aptitude@btconnect.com>  [677246466c471fbe3522c35be3639afa008a46c0]

        Extend ScopedBitmapAccess and modify various classes to use it
        
        Exception safety, ensure the Access classes are always destroyed.
        
        Change-Id: I4889358476267853ffbd7fafc24950d84b4e9331
        Reviewed-on: https://gerrit.libreoffice.org/31494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d2c210c74567d9af6bededf3fae6bfd62406f14]

        use early return to simplify flow
        
        Change-Id: I98201eac2e038c152422bbc6380cfa321ba266df
        Reviewed-on: https://gerrit.libreoffice.org/31534
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [8a238809ba861c810304354f01a5504d43111399]

        Remove space at end of comment line
        
        Change-Id: I37ee0cc58614dbf56a67a2bf0b08d3bf85d34ea7

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [2d2329f441aa67e8be9f77dcfa3d048e50651357]

        coverity#1371200 Missing move assignment operator
        
        adjust things to not need one
        
        Change-Id: I1079f50d8813f86c4828be602687b4cbffe61415

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [d596053eeebe04bce7d96b3fda698e9df96c1c3d]

        Remove unnecessary -wdXXXX
        
        ...that no longer trigger any warnings with the current code base under MSVC
        2013 and beyond
        
        Change-Id: I14cad441518134f7c4321fdd132e0ff049d3b1b9
        Reviewed-on: https://gerrit.libreoffice.org/31495
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [9f8986660cb0701bca7afcb43588dc7930da406b]

        loplugin:unnecessaryoverride (dtors) in starmath
        
        Change-Id: I7d987fdab23a708a75e7d2e8bd2aabdb96e53140

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [ad91fa995e0af5f0191ee327fe936160081bbf05]

        loplugin:unnecessaryoverride (dtors) in stoc
        
        Change-Id: I60652dbac6a76eacdbb4e951a636e7a40e88a6a6

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [b610d25131cc29bd6906e7b380147d60488bd4f4]

        loplugin:unnecessaryoverride (dtors) in svgio
        
        Change-Id: Icff1b3d5072c9a854de7ae12141131b0a9650b91

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [70b0b2f9683100888aaefdb2185eb017406b9d71]

        loplugin:unnecessaryoverride (dtors) in svl
        
        Change-Id: I6dd35199e15aebf547578642692db2b1983ebd95

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [7ca8ff7ff74df1f0805e391fef9a3e554dd28778]

        loplugin:unnecessaryoverride (dtors) in svtools
        
        Change-Id: I5b0f4b335cd383702324ff6ea04581476309ca70

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [6eb60ca80115c35fbfce2789146e485835e7709e]

        loplugin:unnecessaryoverride (dtors) in svx
        
        Change-Id: Icc4d9919cedadc00f1420939564dd095fab74cca

2016-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0e513fdc44c36df54949628d7497345cff804f59]

        loplugin:unnecessaryoverride (dtors) in sw
        
        Change-Id: Ia54c3e8b8e307ddb89347e4471e2792d4097a96e

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [fcf042b2163c29cdd426c7947fd55937981162b3]

        coverity#1394416 try and get it to see this bounds check
        
        Change-Id: I007e9fb717d0da60c00aa14a4856075a6092148e

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [316ef321ce2ad40e59d136f7c095e09a3fef9ca6]

        coverity#1396673 Unchecked return value
        
        Change-Id: I98e9174507bd1341de711882565363776e8e3f61

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b5a516c44fb7d2645bb1213bb8f1df393c90cba]

        vcl: fix -Werror,-Wunused-variable
        
        Change-Id: Ia61e34138821b2b5d25f7b60290bbff2b06dc0fb

2016-12-02  Niklas Johansson  <sleeping.pillow@gmail.com>  [1453bc4ab3d42c34c32a7da63ed6f7bdbe513c2d]

        tdf#93592 Make it possible to add default language resource to dialogeditor
        
        During the conversion of uno services a few lines where removed that
        probably should not have been removed. This caused the dialog editor
        to crash if you tried to add a new language resource to a document
        fdo#93077. The fix for that bug fixed the crash but also made it
        imposible to add a language resource to a dialog that isn't previously
        translated.
        
        With this patch the functionality should be back on track, adding/removing
        language resources without problems at least as far as my testing goes.
        
        Change-Id: Ie6e083837894a219bf8e9c75dec6bf7652d51615
        Reviewed-on: https://gerrit.libreoffice.org/30462
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc2106092d45a2e44d811882bbe60221d96d1834]

        Updated core Project: help  d4d4804eaf0276e2ab3d3a990d66915c75b1cec9
        
        selectcertificate: fix outdated RID bookmarks
        
        So that F1 works in the dialog.
        
        Change-Id: I6204f769118b4f20c420109a5b39fee702d239c6
        

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [49f658f568dfae574217ec8f1c72654ffd6855bc]

        svl: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ice929418e46ff42517a47dfcd5888a5cce36ae51
        Reviewed-on: https://gerrit.libreoffice.org/31523
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0e7e6293d733a6e46f9f4fb9df262c94ef8e62c]

        Updated core Project: help  9daa5f09461d1ae83c3e9273212a0582a728b375
        
        digitalsignatures: document new adescompliant checkbox
        
        Also update the menu path of the dialog to match reality, and fix
        outdated RID bookmarks, so that F1 works in the dialog.
        
        Change-Id: I829c1cfe23ad7f42f54aa648247820ba2881db2f
        

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [040407e267d2ae129e8527f74e3df51a2c7733fc]

        coverity#1396675 Dereference null return value
        
        Change-Id: I5280ae6021b1a1d905c8e4af69b1342df4a69aa8

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [6a80d33bab27a14d35b72adc9d9869ba3f388dd9]

        coverity#1396674 'Constant' variable guards dead code
        
        Change-Id: I9163b1663d2e2976fe6ca7983e94ed07af663f82

2016-12-02  Caolán McNamara  <caolanm@redhat.com>  [211925e144849ad14469a1a6c6451f61fcf369cf]

        coverity#1396676 Uninitialized pointer field
        
        Change-Id: I7d7557485fe603f49ae176378ef41539ebe4970c

2016-12-02  Justin Luth  <justin_luth@sil.org>  [e0781244dacda54b3f30e8ddde708b25944f1344]

        prevent corrupt warning in MSO - justify dimension
        
        In 2007, the document will not open.  In 2013, it requires repair
        if <dimension ref=""> is not normalized.
        
        Change-Id: I5ee5ba314944c960de90f4c9b234f8cc8056c734
        Reviewed-on: https://gerrit.libreoffice.org/31524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-12-02  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ce61ba2d54737a17a264e52987ee23b025f9165c]

        Use hub links in Appdata
        
        Change-Id: I1f99a90c2969ce78a8f5da7c2c1da08c2b796414
        Reviewed-on: https://gerrit.libreoffice.org/31525
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-12-02  Julien Nabet  <serval2412@yahoo.fr>  [793ca1688ffa07b377d9e93b6ed0aa34cb0df30d]

        Remove dup line in aGroupShapeElemTokenMap (xmloff)
        
        Change-Id: Iac0194046a9a2aae25f7976df6f845f6f909425f
        Reviewed-on: https://gerrit.libreoffice.org/31507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-02  Julien Nabet  <serval2412@yahoo.fr>  [12c75e0c3393044438bfa2c92c3f9b29d443021e]

        -Werror=maybe-uninitialized
        
        Change-Id: I28804bb7b668d5c92bd61a8539860e2a8dddf8de
        Reviewed-on: https://gerrit.libreoffice.org/31522
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [1517caa433b001968643ebcdca01c53bf76034d2]

        convert some anonymous enums to scoped
        
        Change-Id: Ia989376c983ff475359e4964abeb1f5a2300ff5b
        Reviewed-on: https://gerrit.libreoffice.org/31486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [06eb947c1651cb623cd60d81b08281de4cc6a86b]

        inline some constant strings in xmloff (part1)
        
        Change-Id: I7971f210ffb30bdd80a1adde2c286b4d092bd053
        Reviewed-on: https://gerrit.libreoffice.org/31433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-12-02  Julien Nabet  <serval2412@yahoo.fr>  [9e9f52ad17a73f353b372bcdc9971443b961d39a]

        -Werror=maybe-uninitialized
        
        Change-Id: I15e9d6397c4a5437c7441fa659ff953ed0b64bec
        Reviewed-on: https://gerrit.libreoffice.org/31509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-02  Khaled Hosny  <khaledhosny@eglug.org>  [01dcaa31f44aaf684cdfaff8af73aeafbbbd0aa3]

        Unused code
        
        Change-Id: I975f118f4bcfaed338509966240c553c51a9184e
        Reviewed-on: https://gerrit.libreoffice.org/31518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa5af9196bf9fbebf194f7fff09b779cb5c3d0fb]

        uitest: prevent deadlock when the test fails
        
        when the test fails it was possible that the terminate call was
        trying to close all the  open windows which could show the query close
        dialog. The new approach is to close all remaining documents in
        tearDown.
        
        Change-Id: I0078eaf1995c3085af0bbbb072f636b316003c02
        Reviewed-on: https://gerrit.libreoffice.org/31515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [50962f29295e72bce0c45aef8fb3df9a291f22c0]

        provide a way to limit the UI tests through env
        
        Change-Id: If0af462f20f3541a183e00732944b0650d94639d
        Reviewed-on: https://gerrit.libreoffice.org/31512
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-02  Mike Kaganski  <mike.kaganski@collabora.com>  [ce17ebb69500530c978767b1389c9e8341acb9bf]

        tdf#104310: Accept x12ac lists and fallbacks in dataValidations
        
        Change-Id: I42cf20fcfe3ec03ebd09923be509a9d11e0b40da
        Reviewed-on: https://gerrit.libreoffice.org/31516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-12-02  Takeshi Abe  <tabe@fixedpoint.jp>  [7d1be94484fa99bbfbaa0261cc243778a70b298e]

        starmath: Prefix members of SmTextNode
        
        Change-Id: Ic2509e7ee4040fec8173861f319bce61804837cf
        Reviewed-on: https://gerrit.libreoffice.org/31468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-12-02  Khaled Hosny  <khaledhosny@eglug.org>  [ff8a29d01afef082741871c7ac40f635a5e2bfad]

        Always use FontConfig in UNX
        
        I know Solaris is a snowflake, but it is 2016 already and I think it can
        handle FontConfig such fine.
        
        As for the undocumented envvar, lets pretend it never existed because
        that is what undocumented feature are. Anyway, it was introduced for
        https://bz.apache.org/ooo/show_bug.cgi?id=85483 which is long obsolete
        already.
        
        Change-Id: Ib50f129a3828ed2ee5167178c6ff2467d2c8d96c
        Reviewed-on: https://gerrit.libreoffice.org/31517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c3f95d5810521483f990030e0529bbf37fa90f0]

        remove unnecessary vertical whitespace
        
        Change-Id: I285dab1e18d3455ae97080982832e29a97e5acea
        Reviewed-on: https://gerrit.libreoffice.org/31513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-02  Khaled Hosny  <khaledhosny@eglug.org>  [babf6d5e53516e80e8e3f2485796ebfaeb20e9c1]

        Drop font cache on UNX
        
        On my system reading the ~400 fonts I have takes ~0.07 seconds, which
        does not really justify all this complexity. We don’t have such cache on
        other platforms as well.
        
        It might have been slower in the past with all PFB and AFM parsing, but
        this is gone already.
        
        Killing this ugly fontmanager over engineering one piece at a time.
        
        Change-Id: I41fe3db48dc3de0cf8939c2120403f7d243d6096
        Reviewed-on: https://gerrit.libreoffice.org/31511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [33f5bc54aaa7fe7aa9335726e30f9c349155e04d]

        sc test functions - move database functions to the new directory
        
        Change-Id: Ief5121967b12692c60a4b462617d91786e901b9e
        Reviewed-on: https://gerrit.libreoffice.org/31504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [51b502bb53347e8117dce101ec7c2c1052ac9620]

        Missing include
        
        Change-Id: I6af48e37b1b796a1680447ff972de8b5f5623d26

2016-12-01  Michael Stahl  <mstahl@redhat.com>  [002c1f7223a0363f848d37062a0043d63255ad94]

        tdf#101464 fix SwAccessibleMap::mpEvents assertions switching PrintPreview
        
        The problem here is that when switching to the print preview, there are
        2 view shells, SwEditShell::UpdateTable() is called and the first one
        does some layouting in ImplEndAction(); this creates a11y events for the
        2nd print preview one (see loops in SwViewShellImp::Invalidate*) and
        stores them in the SwAccessibleMap since there is an Action going on;
        then SwViewShell::ImplEndAction() for the print preview shell is called
        but it returns early without sending out the events, so they remain
        until the ~SwAccessibleMap asserts about them.
        
        Change-Id: Ie1c6b82fc5f2cdb2998d514a632295ad07e97517

2016-12-01  Michael Stahl  <mstahl@redhat.com>  [745fe08e187ef623486b54e3036075748e789339]

        svl: convert some legacy DBG_ASSERT
        
        Change-Id: I8fc4d849e434e245d871dc2d2eef42713e1359bb

2016-12-01  Michael Stahl  <mstahl@redhat.com>  [bac1c69c65e3f3908db4e8fed79271812eb00b78]

        sfx2: convert legacy DBG_ASSERT in SfxDocumentMetaData
        
        Change-Id: Ic340d7226ea3af4bbd6e52c415b32d9be7cd453f

2016-12-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [036603d72fd74607a6033118a7d395c4ad7f4907]

        convert nowParsing_ constants to scoped enum
        
        Change-Id: I8df9ca0e9317a4d969f492699be926044415f68c
        Reviewed-on: https://gerrit.libreoffice.org/31483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [69c3e6bf84d87c072d39660e9451c656c317bead]

        fix bug in FmFormShell::GetState
        
        Found when attempting an enum conversion.
        
        Not sure what effect this will have, it was introduced with
        
            commit a0c7b2bc4511da87c776b92aaa77ba7680542fa1
            Author: Oliver Bolte <obo@openoffice.org>
            Date:   Tue Nov 16 10:24:21 2004 +0000
            INTEGRATION: CWS eforms2 (1.48.52); FILE MERGED
        
        which pushed a whole bunch of stuff together.
        
        Change-Id: I571fc228c3c0e164aba261e49233ef68ba87e77d
        Reviewed-on: https://gerrit.libreoffice.org/31491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-12-01  Caolán McNamara  <caolanm@redhat.com>  [8cc096b2f43f02186da55050f357e7439350538b]

        ditch old SAL_DO_NOT_USE_INVERT50 env var
        
        Change-Id: I1b23db2335827cab6f1b98b40103b0508928b66e

2016-12-01  Caolán McNamara  <caolanm@redhat.com>  [f1c08d6503442ec257aa8535dfbe3743c743e4a0]

        crashtesting: a gadzillion failures on export to odp
        
        e.g. fdo35235-1.odp
        
        Change-Id: I259cdc9ed073be2ad7d5208cd943d4f193f09c16

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4cb8b5d1460bbf080366817d26c08685490d541]

        xmlsecurity PDF verify: avoid seeking before the start of the stream
        
        Happened when the doc was smaller than 1024 bytes.
        
        Change-Id: Ie5eea5905a09722e7958495d26e6c78ee234d3ba
        Reviewed-on: https://gerrit.libreoffice.org/31500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1f91c0a04dd751d4f6cb8352bcbaa16c9388285]

        xmlsecurity PDF verify: handle no EOL at EOF
        
        From a comment's point of view, EOF is just a terminator, similar to \r
        or \n.
        
        Change-Id: I120bf1e75f1eb81a550af643051e6fc472873eff
        Reviewed-on: https://gerrit.libreoffice.org/31499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [cdf2ae1b6611976816fa60aae370893657c622d0]

        xmlsecurity PDF verify: fix reading names containing ']'
        
        Also fix parsing '<< /Foo [ /Bar ] >>'.
        
        Change-Id: I3375001730b4d2e447b0dd8a7809a7bfb013126c
        Reviewed-on: https://gerrit.libreoffice.org/31498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e84993486b46ed86a8540b985355e82db5559720]

        xmlsecurity PDF verify: don't abort read on partial sign
        
        Map it to the partially signed (not all streams) ODF concept instead.
        
        Change-Id: I7fc931e622b9f10a1261cd475b01a2f038e37ece
        Reviewed-on: https://gerrit.libreoffice.org/31497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Khaled Hosny  <khaledhosny@eglug.org>  [dacd0e94199f154cac5875ec06430df6947e251b]

        Unused code
        
        Change-Id: Idfc964930c242d752a78cd109d75d809bce4de11
        Reviewed-on: https://gerrit.libreoffice.org/31470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-01  Michael Meeks  <michael.meeks@collabora.com>  [aa68c99d88fd7abe08c4aee5206c859a0cdba38e]

        tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.
        
        The existing osl::Condition is an API and reliability disaster area.
        
        Change-Id: I3be84e1c6a83e58c43c40c9c8720790d923a6694
        Reviewed-on: https://gerrit.libreoffice.org/31163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-12-01  Mike Kaganski  <mike.kaganski@collabora.com>  [0afbe8d5ca17c4e24bb49272dc6711925f82f5d5]

        tdf#104310: Accept also x14-style dataValidations
        
        See https://msdn.microsoft.com/en-us/library/dd921584
        
        Change-Id: I66c9474cbf83cea10ab0e7c2b44592673c8b683f
        Reviewed-on: https://gerrit.libreoffice.org/31456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [83b7e1f424a3fb0963b064e77d973e5f655fac1a]

        Add toolbar button for page orientation
        
        Change-Id: Ia9458f8ac32bb8c6da6fc08e5fee527ca6fb8bd5
        Reviewed-on: https://gerrit.libreoffice.org/31473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-12-01  Jean-Tiare Le Bigot  <admin@jtlebi.fr>  [18b3138a7ac4da823e41640bed8a4707029b8fb0]

        tdf#102621: import empty chart cells as NaN instead of 0
        
        Change-Id: I574c3f719e52bc2244597532783130564621a891
        Reviewed-on: https://gerrit.libreoffice.org/31303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-01  Michael Stahl  <mstahl@redhat.com>  [6982598524491ee087e69c149eaa958af91b1999]

        gbuild: replace -O0 with -Og for GCC --enable-debug/dbgutil builds
        
        With Fedora 25 GCC 6.2.1 and my usual config (except without
        --with-package-format since that is slowest now) on commit
        086631af59636cd9a6a45b747a1bc59b4b547794 i get with CCACHE_DISABLE=1:
        
        With -O0:
        
        "make check"
        44490.70user 3127.01system 1:15:23elapsed 1052%CPU (0avgtext+0avgdata 2541312maxresident)k
        
        "make check", incremental
        7368.19user 153.98system 15:30.06elapsed 808%CPU (0avgtext+0avgdata 510200maxresident)k
        
        "make CppunitTest_sc_functions_test"
        272.13user 0.65system 4:33.47elapsed 99%CPU (0avgtext+0avgdata 258884maxresident)k
        
        With -Og:
        
        "make check"
        46076.01user 3170.91system 1:16:19elapsed 1075%CPU (0avgtext+0avgdata 2613716maxresident)k
        
        "make check", incremental
        5478.33user 157.07system 11:50.42elapsed 793%CPU (0avgtext+0avgdata 454980maxresident)k
        
        "make CppunitTest_sc_functions_test"
        188.48user 0.62system 3:09.59elapsed 99%CPU (0avgtext+0avgdata 259096maxresident)k
        
        So we now have so many tests that the time taken by GCC doing optimization
        is brought back via the tests finishing faster, particularly if we
        assume a non-negligible ccache hit rate for developers in practice.
        
        Add this to gb_DEBUG_CFLAGS instead of gb_COMPILERNOOPTFLAGS because
        presumably the bridges code that uses gb_COMPILERNOOPTFLAGS really wants
        -O0; the gb_DEBUG_CFLAGS is added later so -Og overrides -O0.
        
        It is an open question how well debugging in gdb actually works with
        -Og, some experimentation is needed; "man gcc" claims:
        
               If you are not using some other optimization option, consider using -Og
               with -g.  With no -O option at all, some compiler passes that collect
               information useful for debugging do not run at all, so that -Og may
               result in a better debugging experience.
        
        Change-Id: I103499f398b69397cf5aa9993a242680966ce999
        Reviewed-on: https://gerrit.libreoffice.org/31334
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-12-01  Luke Deller  <luke@deller.id.au>  [d6a1ba29a512aec9b4aa3d0ab4bd6b92aea7fef4]

        enable optimization (-Og) with --enable-debug
        
        gcc-4.8 introduced a new optimization level -Og which enables
        optimizations that do not interfere with debugging.
        
        When configured with --enable-debug, use -Og rather than -O0
        if available.
        
        Change-Id: Iff3f98d736681ae34e49b96510228a14ce456b34
        Reviewed-on: https://gerrit.libreoffice.org/31333
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c623a9f846c713b19a0d58337af4f4354aeffa6e]

        xmlsecurity PDF verify: handle boolean type as dictionary value
        
        This caused not finding the length of a stream -> could not actually
        verify signature.
        
        Change-Id: I696b6da49525eb53f7575c27f619d2116be51f1d
        Reviewed-on: https://gerrit.libreoffice.org/31490
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-01  Matúš Kukan  <matus.kukan@gmail.com>  [0b66adec8f3a3e03499d5a3cb1db7008a391e61e]

        tdf#90753: AutoInstall gengal with filelist feature
        
        Change-Id: Ic72fb18eccb54b24f4205d997585cee753965b10

2016-12-01  Matúš Kukan  <matus.kukan@gmail.com>  [39a4ca4072059b707a5368d8d215249e06258032]

        tdf#97803: gbuild: Check that resource targets are registered
        
        And replace gb_AllLangResTarget_ALLTARGETS with
        gb_AllLangResTarget_REGISTERED which should have
        the same content and is already used.
        
        This actually helped to find a problem, fixed in
        52d409f0d657f314a53f945c9ffb5b8025bea034
        
        Change-Id: Iae551d7be221c5655dee1bc9ad273c8822d45178

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [4f7280e4cc34a284b91473cefcb179f04a1d7a08]

        BitmapFilter, BitmapScaleSuper only used within vcl
        
        Change-Id: Ia8a1207a584b599f01c47b658692d3eeae52cb3a

2016-12-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6c1e4d46298cf240c2487f29955fe13df53e67f4]

        add MODE test case
        
        Change-Id: Ib6aecbcc993f2b8898a2c9855181d3b7db1f9840
        Reviewed-on: https://gerrit.libreoffice.org/31444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b526a43e10a565875c879063f6df4bfe2ba9a80]

        xmlsecurity PDF verify: CR is also a terminator of a comment
        
        If we skip to the first NL, then we start tokenizing some XML as PDF
        data and soon error out due to an unexpected keyword.
        
        Change-Id: I86b540a014e5a92ea4376ed765385a2ee568a3c1
        Reviewed-on: https://gerrit.libreoffice.org/31472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [0233ff952372e9a15edf92beccba463d74c46c33]

        xmlsecurity PDF verify: tolerate missing %%EOF in incremental updates
        
        This is broken, but work it around to avoid an infinite loop.
        
        Change-Id: I132a3c19cfe53e6166bfc1a881d1bfa5071f85d4
        Reviewed-on: https://gerrit.libreoffice.org/31471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [d36b3bcb7e08f7f73709b7afe9b8f9ec22a0fcd2]

        Fix race in ThreadTaskTag
        
        Assume T0 calls ThreadPool::pushTask twice, then ThreadPool::waitUntilDone:
        
        T0 calls ThreadTaskTag::onTaskPushed:
          mnTasksWorking = 1, maTasksComplete.reset
        
        T1 runs the 1st task to completion and calls ThreadTaskTag::onTaskWorkerDone:
          mnTasksWorking = 0; suspended...
        
        T0 calls ThreadTaskTag::onTaskPushed:
          mnTaskWorking = 1, maTasksComplete.reset
        
        T1 continues in the call to ThreadTaskTag::onTaskWorkerDone:
          ..., maTasksComplete.set
        
        T0 calls ThreadTaskTag::waitUntilDone and immediately returns
        
        T2 only now starts to run the 2nd task
        
        Change-Id: Ic29101a4791fca2a1a4d54b559f10ff706e8a20d

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [659210773abff4dd4a5937c7995af5c0981e9020]

        loplugin:unnecessaryoverride (dtors) in sal
        
        Change-Id: I498bb634f2a5800f5effab99227aa4699ed91aae

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [8bd3d06d974fbd301665630e3c5396db9c9e30d9]

        Throw RuntimeException with message
        
        ...seen JunitTest_sc_unoapi_4 fail once in
        sc.ScHeaderFooterTextCursor::com::sun::star::text::XTextRange with an empty
        RuntimeException when calling some remote getString.
        
        Change-Id: Id631feffce810b40825fe0fa49d8f1846f045033

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [055fd58711d57af4d96214aebd71b713303d5527]

        xmlsecurity PDF verify: support non-detached signatures
        
        And a couple of other changes to accept the bugdoc from
        <https://github.com/esig/dss/
        dss-pades/target/test-classes/plugtest/esig2014/ESIG-PAdES/RO/Signature-P-RO-4.pdf>.
        
        Change-Id: I0fca9ba0bfe927ef91ae2592a5026b05d19879fd
        Reviewed-on: https://gerrit.libreoffice.org/31462
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7920ba294b7785accc9785c284b46ce28e5a0b05]

        xmlsecurity: instantiate SAXEventKeeperImpl directly in XSecController
        
        Going via UNO for a class in the same module is an overkill.
        
        Change-Id: I577660513022fde1576df19b412fcdb1ee2ad041
        Reviewed-on: https://gerrit.libreoffice.org/31461
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-12-01  Khaled Hosny  <khaledhosny@eglug.org>  [6c436ba09cb35235ce6f4065cf74c9a6ff14a4bd]

        Kill old Windows layout engines
        
        Change-Id: I33f8322a6371150698bf926165fb6dddb9d4092c
        Reviewed-on: https://gerrit.libreoffice.org/31452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-12-01  Muthu Subramanian  <muthusuba@gmail.com>  [6e5e55c29eee285e56fe7f9708e9faf3ad62eec2]

        tdf#103477 Add unit test
        
        Change-Id: Ic960da6a479523a9255357d5f4cede212ff9c6a2
        Reviewed-on: https://gerrit.libreoffice.org/30404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-01  V Stuart Foote  <vstuart.foote@utsa.edu>  [98419425080f58880f2d0d85749a4a55e8abb40b]

        tdf#80196 - another attempt at renaming to tonal.soc and adjusting names
        
        now for 5.4.0 master and dropping abreviations
        
        Change-Id: I72dbbab2688709e8266be93b40040c4c6c970d55
        Reviewed-on: https://gerrit.libreoffice.org/31217
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [1222f58dcf817360abf3d24c2e1bca1613880b67]

        loplugin:unnecessaryoverride (dtors) in testtools
        
        Change-Id: If004c2c58cb92e211cea34b54c3c38c91ccb6e7d

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [33c34f4b878ade73d3a1950433310713b7ff3923]

        loplugin:unnecessaryoverride (dtors) in toolkit
        
        Change-Id: Id95c044e75eccb0f394fd31e4776eda4c023341d

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [b97f01c545bdbb2490ffef267bcf202baff400b3]

        loplugin:unnecessaryoverride (dtors) in ucbhelper
        
        Change-Id: I7d77af190087e5f7190849c1e316c9d4f178a6c2

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [06ce64bdc4075168bc2d1311d2f59eb165bb2880]

        loplugin:unnecessaryoverride (dtors) in unotest
        
        Change-Id: Ib9114cafb3732d11017b98405d1ca60052801675

2016-12-01  Stephan Bergmann  <sbergman@redhat.com>  [182dfdd00e283d3a9b125f23a5a538c6e73f7594]

        loplugin:unnecessaryoverride (dtors) in xmloff
        
        Change-Id: I351ff5955d766118e3a6b2234181774af0d1f522

2016-12-01  Muthu Subramanian  <muthusuba@gmail.com>  [3770a6a3f3bd3e9c3f71a346b9db895e5bf0df31]

        tdf#103477 buClrTx => use text color instead
        
        Change-Id: I82d9231d2d0ea95cadc803f9a8dab9c23b88a677
        Reviewed-on: https://gerrit.libreoffice.org/30403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-12-01  Matúš Kukan  <matus.kukan@gmail.com>  [985e93ecb44aef97995099d4fd5915afd3cab282]

        fix cross-toolset: gb_Helper_optional_for_host can't contain 'newline'
        
        Otherwise, the 'newline' is passed as a second parameter to
        gb_Module_add_moduledir which breaks build. :/
        
        Change-Id: I02eba5ddef9f7a6dccbb7d135a7e8c68629da9c4

2016-11-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c5bc7820482c9dc69fcbd54d8c3a8c0ed27c8d30]

        add MINA test case
        
        Change-Id: I746f85503aef14d3e5730ffcf67689ae00dc8f10
        Reviewed-on: https://gerrit.libreoffice.org/31442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [931facfec45934cfbe4945c8122ca8f87e55e7d1]

        add MINIFS test case
        
        Change-Id: I7b4403dda5e4f06ad51618f3aac50b17103ee265
        Reviewed-on: https://gerrit.libreoffice.org/31443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8b39a58d02c12dfb88c0daaafa0d5072162dc48b]

        add MODE.SNGL test file
        
        Change-Id: I1943547d22df7580467814300e4d372fd20b197f
        Reviewed-on: https://gerrit.libreoffice.org/31448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b15f2f280d6fb9ee1e51c3424769a912c8d0689]

        split the functions test in even more categories
        
        Change-Id: I3ca640a24e95d1e6e0ad66be7bf09c45d63b52bb
        Reviewed-on: https://gerrit.libreoffice.org/31447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff22a22286bb4c17c3affc89d31a6c10447481c5]

        better varyColors export for charts, related tdf#103943
        
        Change-Id: I4280e708c854c687b6281c56d5bccdb514afd81e
        Reviewed-on: https://gerrit.libreoffice.org/31252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f45af7c8093dae17bada71e33a2c32023a2c1986]

        start to split the functions test by category
        
        Change-Id: Ib06eaee7cf5eeb3dbe95ad42afc2a17caa0359c2
        Reviewed-on: https://gerrit.libreoffice.org/31440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Mark Page  <aptitude@btconnect.com>  [64e6e7c6e7b881bf240de82ef020b290036e7e0e]

        Use smart pointers for gdi pdf functions
        
        Change-Id: Ia78adfbd0d07449e12a7e0d02acf8a1a1108437c
        Reviewed-on: https://gerrit.libreoffice.org/31421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Mark Page  <aptitude@btconnect.com>  [0de5101df0a8db41ad067b2575d16fd9b5a9a751]

        When overreading gif sub blocks, do not read skipped bytes
        
        We do not require to read in gif extension data when it is ignored
        This is used to skip the Adobe XMP gif extension
        
        Change-Id: Id64f373a4eae764227c0b7ac6687697666991ec7
        Reviewed-on: https://gerrit.libreoffice.org/31410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Mark Page  <aptitude@btconnect.com>  [5de4492eeedc1e23f5f6ac4a775e943c240dced2]

        Use smart pointers for allocated objects in the gif loader
        
        Change-Id: Ib9d3bc05fbccc882df8913d3ffcb36be6a9f06dd
        Reviewed-on: https://gerrit.libreoffice.org/31401
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Matúš Kukan  <matus.kukan@gmail.com>  [52d409f0d657f314a53f945c9ffb5b8025bea034]

        gbuild: Prevent wrong use of gb_Helper_optional_for_host
        
        It's empty, unless gb_Side=build.
        This fixes commit 1193443b15b0e38cbfb41573b31acf9a8d90ce2c
        
        Change-Id: I83efad36d8f40c460d09ee1bd1addd7fb26c177b
        Reviewed-on: https://gerrit.libreoffice.org/31419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [61f61e7723380d3eff0eee21effe0d4dc3f7dad3]

        don't hold vector as pointer here ...
        
        and make impl types private
        
        Change-Id: I7ead64bac38da3d813e0b47fa124970937c36617
        Reviewed-on: https://gerrit.libreoffice.org/31438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Matúš Kukan  <matus.kukan@gmail.com>  [4430ace32a8dfd534d5e1c64ec7855edad11e5c4]

        tdf#90753: AutoInstall more packages
        
        Change-Id: If8a52f652f7ab890826372b6d081ee19c69fb5ec
        Reviewed-on: https://gerrit.libreoffice.org/31371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Matúš Kukan  <matus.kukan@gmail.com>  [fd7c94f0b201df7203410323fbabc9edcd2d69af]

        tdf#90753: Autoinstall sdk packages
        
        Change-Id: I54de722335d443813cb4526716c0101a049db03f
        Reviewed-on: https://gerrit.libreoffice.org/31370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [82a783b7b78c9bdf1ab1a374a207907d9f86684a]

        Updated core Project: help  b89f9d02d9b4d562ff3ac7721fa79933773a5d2b
        
        tdf#98608 (partial) Elements window is gone
        
        Now we have a side pane with a listbox and no icons to select categories
        
        Change-Id: Icee8308583acd943083178103c9d5e74420a7e74
        Reviewed-on: https://gerrit.libreoffice.org/31402
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [ebc937f4e9e951c57e39b091d172c4ee4f7f0eaf]

        Updated core Project: help  61bd3800d0ac92780a85475b7a8a36f0078e1c43
        
        tdf#98608 (partial) Remove mentions of the Elements window
        
        Change-Id: I37b0a3530b76dada8d48e217da18ba7b0e7b9f32
        Reviewed-on: https://gerrit.libreoffice.org/31403
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [1d9a0c78d2d985474fccea50e9575980f6f477af]

        Updated core Project: help  b6eb1fca843d6cebf2db98dde302a4ea6c5c364b
        
        tdf#98608 (partial) Remove mentions of the Elements window
        
        Change-Id: Ie8564d97761ab7163f5ee39b6ba53d662b646e32
        Reviewed-on: https://gerrit.libreoffice.org/31404
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [160140168c5655ff2bd51c05057fac2ace87a0b5]

        Updated core Project: help  36b80c0c5b7a8c569e534a5a54ba4a6fc17b14c7
        
        tdf#98608 (partial) Remove mentions of the Elements window
        
        From table headers too
        
        Change-Id: I2ee638c411c6e144e6d5894a8dc4d00dc42b3f89
        Reviewed-on: https://gerrit.libreoffice.org/31405
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [11e12934d30feb4cb7b628950e57c83b27d8d80f]

        Updated core Project: help  dc58cd4bad6eb4624854f10b4332689f4484f606
        
        tdf#98608 (partial) Remove mentioning the Elements window
        
        The keyboard navigation is completely broken here so not touching the
        main part about that.
        
        Change-Id: If66823294224e39a92d30d9a0b66cee872584ff7
        Reviewed-on: https://gerrit.libreoffice.org/31406
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@gnome.hu>  [30269c358e616723569185e4ab2512176f59234c]

        Updated core Project: help  57fe161436d04e8edddd92b80a5b9409546482dc
        
        tdf#98608 (partial) 'Elements window' is now 'Elements pane'
        
        Change-Id: If93b10f4761bc34687e3937da7672b858ce9f501
        Reviewed-on: https://gerrit.libreoffice.org/31407
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-30  Gabor Kelemen  <kelemeng@ubuntu.com>  [2c4bb8d799e7ae27648a575872e521d62f6e53ac]

        tdf#104177 Modify helper label to reflect menu changes
        
        Change-Id: I4adc48af562b934975b555488758546d2ddc1203
        Reviewed-on: https://gerrit.libreoffice.org/31348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-30  Caolán McNamara  <caolanm@redhat.com>  [3690218b1f5073db8407a58f1b45a97d3d6fe7cd]

        Resolves: tdf#103313 idles never get to complete postit shell formatting
        
        Change-Id: Ic01628bca8c306c48277ffbc84d334d1922a248b
        Reviewed-on: https://gerrit.libreoffice.org/30864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-30  Eike Rathke  <erack@redhat.com>  [48aa8dfa6067d211aef4ed2d10a9233300dc1fbc]

        add a SAL_WARN() for the broken portion continuation
        
        Or should that even be an assert() to force callers to fix things?
        
        Change-Id: Ie0f10394376f088a7af9399ee42503fc403ca094

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [7226ee0586191a495f427c2adbde68b1a47d2dbc]

        xmlsecurity: don't write unchanged signatures back to the file
        
        It's not useful, OTOH it can happen that something goes wrong and the
        result does not match the original.
        
        One situation when this can happen is when non-XAdES signatures are
        read, but the checkbox to write XAdES signature is enabled.
        
        Change-Id: Icafad914175b29f7c0245220258bd1420ccd7b9c
        Reviewed-on: https://gerrit.libreoffice.org/31437
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bef9ba5e062b340b1835db94620f7ea4fa0b123b]

        xmlsecurity PDF verify: look for the signingCertificateV2 attribute
        
        This is a required part of the PAdES spec, but so far we only wrote it.
        As a start just expose if the attribute exists or not.
        
        Change-Id: Iae3815f764973a2fd29d72593236c2f484172101
        Reviewed-on: https://gerrit.libreoffice.org/31436
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-30  Eike Rathke  <erack@redhat.com>  [c038d88c228bb2f4d0dde88f59ee4b9c6620687e]

        ScAddress::operator<() is not what we need here, tdf#48140 follow-up fix
        
        ScAddress::operator<() compares by tab,col,row while we need tab,row,col
        for ODF import/export.
        
        This caused the export crash tests
        http://dev-builds.libreoffice.org/crashtest/27ec6d1cb96a0d3becf14309a26d1c024a0f8603/exportCrash.txt
        to fail due to assert
        
        sax/source/expatwrap/saxwriter.cxx:1143: virtual void
        {anonymous}::SAXWriter::endElement(const rtl::OUString&): Assertion
        `aName == m_pSaxWriterHelper->m_DebugStartedElements.top()'
        
        Fallout from
        commit 50106435e9a5bbc067e9beeabc5147ed9f305286
        Date:   Thu Nov 24 00:02:45 2016 +0100
        
            tdf#48140 Change types of variables and remove uneeded code
        
        Change-Id: I63d365f62868099b79de4812534c323b89dc2ee1

2016-11-30  Dennis Francis  <dennisfrancis.in@gmail.com>  [ad2bc869bfe2d34bde7d42e10593db1c5ffccc2a]

        tdf#50916 : Refactor table1.cxx wherever there is column access
        
        This is still a WIP for table1.cxx, but want to get some comments
        as I proceed.
        
        Added back() method to ScColContainer to avoid aCol[aCol.size()-1]
        usages.
        
        Looks like we will need to initialize column container with at least
        one column in the ScTable constructor because we need to use a lot
        of "aCol.size() - 1" expression.
        
        Change-Id: I5f0fa3d2daed67cb623641b273d2727561ab3d49
        Reviewed-on: https://gerrit.libreoffice.org/31125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [df8f994773d96b1be19f8d955b1c95b69bdf054d]

        enable gstramer-1.0 for baseline linux builds
        
        Change-Id: I8982621114db142a8f4ef77987bb22de8767fe3f

2016-11-30  Khaled Hosny  <khaledhosny@eglug.org>  [b32dfbff56089c2ea3be07afce6a1e60777deb4b]

        More dead code
        
        Change-Id: I820ed3905d18801513b14f535042801023be5538
        Reviewed-on: https://gerrit.libreoffice.org/31387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-30  Jan Holesovsky  <kendy@collabora.com>  [be5369e7aa426be8b88776f58aaaba1ae926229c]

        tdf#103747: Don't re-position images when re-playing a metafile.
        
        I am not sure it's a good idea to re-position them at all; but for the moment
        don't do that only with the metafiles, as I am not sure what the other
        consequences could be.
        
        Change-Id: I50e50663149f7879ddc86149d92d44cf2d5df40d

2016-11-30  Jan Holesovsky  <kendy@collabora.com>  [91233ba8c67579987719bbfc96972eccc52c04bc]

        vcl: Mention VCL_DEBUG_DISABLE_PDFCOMPRESSION in the README.
        
        Change-Id: I53dfebf6dc481beb02fa52b1fa6434b56f37f8ae

2016-11-30  Stephan Bergmann  <sbergman@redhat.com>  [424d17e62e0d670aa79a890f85bb98c19169f9f5]

        ScTabViewShell::InnerResizePixel must not mark document as modified...
        
        ...when merely toggling the edit mode of a Calc document embedded in another
        document (via "Insert - Object - OLE Object... - LibreOffice 5.4 Spreadsheet").
        
        Interestingly, none of the other document kinds seem to have this problem.
        (Maybe it's even unhelpful that ScTabViewShell::InnerResizePixel calls
        SetDocumentModified() at all?)  Anyway, pass this inplaceEditModeChange
        information down there.
        
        Change-Id: Iffb24b068419e3608c9f4b5e9645e44e1716aafe

2016-11-30  Caolán McNamara  <caolanm@redhat.com>  [579feb4d841ea80de699f4124378d0701034833e]

        glDrawArrays takes num of indices, not size of storage
        
        this stops the strange missing corner seen during the diamond
        transition
        
        Change-Id: If806a0a3303eb38644bb6d3a479cadbd5fe9ca25

2016-11-30  Khaled Hosny  <khaledhosny@eglug.org>  [ba3e52699bc05911bc1f9e3cbd5d1332902c736a]

        tdf#104013: Band aid for overzealous clipping
        
        Change-Id: If66b7a61f4165ea2e504625cde36161adf945a53
        Reviewed-on: https://gerrit.libreoffice.org/31418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [568e0394868114457c9dbf7cc1af5bc863ae2a4d]

        CppunitTest_xmlsecurity_pdfsigning: add first PAdES test
        
        As a start just make sure we accept "ETSI.CAdES.detached" as a valid
        SubFilter value.
        
        Change-Id: I19f480a5a24df0f451261d6d9a0dd9bd72ff6cc1
        Reviewed-on: https://gerrit.libreoffice.org/31414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [deaa4701e609f698999c3e05ce79b15f4cb94670]

        CppunitTest_xmlsecurity_signing: add 2 more ODF / XAdES tests
        
        1) Make sure we handle the case when the document has a signature
        stream, but it's empty.
        
        2) Make sure we find a given XAdES-enabled ODF document valid.
        Previously this was tested only dynamically, i.e. breaking both the
        import and the export at the same time went unnoticed.
        
        Change-Id: Icaa29cfa1f5b817459239ee8dbdc3bf023a2a1a7
        Reviewed-on: https://gerrit.libreoffice.org/31413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-30  Michael Stahl  <mstahl@redhat.com>  [bf7b5ee0c8a552625b80a7a57c32fe05ee756f7a]

        rhbz#1122096 tdf#54834: sw navigator: multi-selection of outline entries
        
        * SwContentTree::ToggleToRoot(): allow multi-selection iff outline root
          is displayed
        * SwContentTree::ExecCommand(): handle outline operations for multiple
          selected entries; since it's not possible to prevent selecting both
          parent & child, try to ignore selected children in that case
        * add Undo bracketing
        * rename misleading "bModifier" variable which was actually true without
          the Ctrl key
        * regarding SwContentTree::KeyInput(), the KEY_RETURN causes the view to
          jump to the entry, and KEY_DELETE is not possible for outline entries,
          and KEY_SPACE is only for drawing objects, so no need for handling
          multi-selection here
        * it probably doesn't make sense to handle multi selection in the
          context menu but it appears that the context menu for outline entries
          is already quite borked even going back to OOo times
        
        Change-Id: Ib324065e5fe827796e0f202f01ab9c3e33c47ec5

2016-11-30  Michael Stahl  <mstahl@redhat.com>  [f0ab10bb89baeaaa796c0bdfd125f3e5a2417ca2]

        sw: incorrect assertion in SwContentTree::RequestingChildren()
        
        Change-Id: I627c99d0540265f34612ac430d4df281acc7e6cd

2016-11-30  Eike Rathke  <erack@redhat.com>  [7c20d0174c59d46b11fc5029fe3fc0c00f5dc6d0]

        Resolves: tdf#104152 suppress notifications from EditEngine during Paste
        
        Broadcast once at the end instead to notify a11y.
        
        Change-Id: I12383b6efbbb2b149f0d73c67d8576fcc050b253

2016-11-30  Eike Rathke  <erack@redhat.com>  [fff0cf20e4020af9e2c134549a5164417fde30b7]

        prevent endlessly creating new lines until out of memory, tdf#104152
        
        Though this just prevents mishappens during reformatting a broken portion that
        is in a half-ready state because a11y was notified and attempts to obtain a
        paragraph. Solving the real cause means not being called in such state..
        However, not going out of memory and also having matching X-values for the
        node's text positions that don't make the EditEngine crash later is better than
        nothing.
        
        Change-Id: Ifa8d2c5d1766b0f145b8e89ad26a78528db42056

2016-11-30  Marco Cecchetti  <marco.cecchetti@collabora.com>  [fed7de57d23b43f0a0cb2bcf5f0fbefe5852de2e]

        tdf#101458 - check PNG for adequate compression
        
        Change-Id: I7131d3b721ebb4d47b0bb43f09fcb9767f8ac6d8
        Reviewed-on: https://gerrit.libreoffice.org/31409
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [92a302146e626c877c493086ff518fde70c3141b]

        loplugin:countusersofdefaultparams in include/oox..sax
        
        Change-Id: Ifb24c0f536d9c00bc9eb8c782d6854052f2d37b9
        Reviewed-on: https://gerrit.libreoffice.org/31408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [4e1336ca349506d9e4c413f63ef18535eea7c2a7]

        Remove Noto Emoji font
        
        Conflicts:
        	Makefile.fetch
        	download.lst
        	external/more_fonts/Module_more_fonts.mk
        	scp2/source/ooo/file_font_ooo.scp
        	scp2/source/ooo/module_hidden_ooo.scp
        
        Change-Id: Ic43807cde11fff21d78bece6874783ba154655a2
        Reviewed-on: https://gerrit.libreoffice.org/31390
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [7339a3d39035ccc7541fbbddc858121ce464dc68]

        vcl mscrypto PDF sign: fix typo in GetDERLengthOfLength()
        
        When id-aa-signingCertificateV2 had a value that was larger than 255
        bytes, then the header size is expected to be 4 bytes, but it was only
        3. The length part of the header is 3 bytes: one byte declaring the
        length-of-length, and 3 bytes for the length. We added this additional
        byte to the result too early, that way we counted that e.g. 278 (the
        number) fits into a single uint8_t, which is not the case.
        
        Also introduce named constants for some of the hardwired numbers in the
        code for better readability.
        
        Change-Id: I816236e5ac561c9d21bd9df703385ee2201482e7

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [b18b1e80e9f3359fdfc06dc36dd4f0c15e9344af]

        sw: use auto when initializing with a cast to avoid duplicating the type name
        
        Change-Id: Ide7bd0f1f444824b78aa53cfe1db0129cbca1a5d
        Reviewed-on: https://gerrit.libreoffice.org/31397
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-30  Michael Stahl  <mstahl@redhat.com>  [032b63195ea7e23ed677d0c3d89ca0f0bfd0fa20]

        sw: reindent etc. SwContentTree::ExecCommand
        
        Change-Id: Icacc4b235c17d64003652c81ffca7bcc247431e7

2016-11-30  Michael Stahl  <mstahl@redhat.com>  [86e8d7aa4995bd53e6b3218f85a61459b1c30583]

        sw: navigator: fix outline Demote Chapter "down" copypasta
        
        (regression from 33603a582bdd173a8e85c78bb0e8ef82874b8e59)
        
        Change-Id: I95a8ebf0315a10595904dace051bbd4dd43f0496

2016-11-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [604a819e9559fe727661dc450c5091c0391b836b]

        Updated core Project: help  6f85ca005b470f6e3b2d9f21633a102bb05912ea
        
        Help text for the new profile safe mode feature
        
        Change-Id: I929dc882ee0702a51370d09bcde03158da80a751
        Reviewed-on: https://gerrit.libreoffice.org/31327
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [0b2801922d6972eeb607e37a8a1de210e825c95e]

        rename getViewIndependentPrimitive2DSequence..
        
        to getViewIndependentPrimitive2DContainer
        
        to match it's new return type
        
        Change-Id: I767bdef45316e355d49f6509ca1b50138a45b3fa

2016-11-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [70c03ec408360bb1285478b08bd7edcdbb090376]

        Emoji Control: Larger emoji rendering
        
        Change-Id: Iec51d4e73926cf8203638d2ad013ddfdd47d8ee4
        Reviewed-on: https://gerrit.libreoffice.org/31256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-30  Matúš Kukan  <matus.kukan@gmail.com>  [620e99bb9cf81ee9d269ea2c60e66f2be1a7523a]

        Bin not used makefile
        
        msvc80 dlls are gone since 4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f
        
        Change-Id: Ifc43bc5ffdb404340967786628f360ebdb0e7fbc

2016-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1446e9e25f784a730c0399ba64b52b36a01a91c]

        vcl mscrypto PDF sign: write IssuerSerial sequence
        
        It fixes a problem detected by the PAdES validator from
        <https://github.com/esig/dss>, and with this the Windows output is in
        sync with NSS.
        
        Change-Id: Iff6eb441eebb730f08e399cb3012e0156f0397d9
        Reviewed-on: https://gerrit.libreoffice.org/31376
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-30  Pierre Lepage  <pierrelepage3@gmail.com>  [379b7ffb68bed5bc376a91032a781be147a6eff1]

        tdf#80731 Closing parenthesis is now detected (Mid statement and functions).
        
        Change-Id: I5efdb6c3ce71148672a8b76d3f1cc87b0fe04994
        Reviewed-on: https://gerrit.libreoffice.org/30593
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [4c5224a29fc11125bc845624a0ffe470416b791c]

        convert GraphicsState flags to o3tl::typed_flags
        
        Change-Id: I5b660895c470a904fa5f1bc8123cea901ad8cf9c
        Reviewed-on: https://gerrit.libreoffice.org/31365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [794c542953ca040d0e039f238bb00c95f6fdbaea]

        simplify macros
        
        Change-Id: Ib56bdc2f8a7015afc8ac83d7cfd6eb65089682bb
        Reviewed-on: https://gerrit.libreoffice.org/31364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [2833691149af36a7508bed2d5113a599f8460f91]

        convert VALUE_SET constants to o3tl::typed_flags
        
        Change-Id: Ie2dead5e661cbcf31a92b3d38cba1983fa65dff4
        Reviewed-on: https://gerrit.libreoffice.org/31363
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc5aa635d7c847ffde9d9c78742d98f865d83805]

        convert TransferBufferType to o3tl::typed_flags
        
        Change-Id: I69bed592e4c7c93ec9d6eb1e92481048370dfb90
        Reviewed-on: https://gerrit.libreoffice.org/31361
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [4d00ca767de19696084fc52ff3638c448233b818]

        convert WRITEFIELD constants to o3tl::typed_flags
        
        Change-Id: I6412faee844e19195d57415874022bcf8547f4d7
        Reviewed-on: https://gerrit.libreoffice.org/31360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5a1f7cbf9c83f7b1cc6ea103047147ce3d63fee]

        convert DelContentType to o3tl::typed_flags
        
        Change-Id: I2c94b28e4c95c22c05ba7aed8e413cc7f6b70874
        Reviewed-on: https://gerrit.libreoffice.org/31358
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c1b1fb937c261987a430593ed525df78fa5ce07]

        convert SwTOOElements to o3tl::typed_flags
        
        Change-Id: Ic0636c8f641cf70e0372b31f8a8d111b45ba6070
        Reviewed-on: https://gerrit.libreoffice.org/31357
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-30  Justin Luth  <justin_luth@sil.org>  [4307a850a310c0371bee1f79a8eb41fa8ff7fed2]

        tdf#103975 docx import: don't lose column break #2
        
        Change-Id: I871e10d675d9009c163dd2b0fc74d29206934e34
        Reviewed-on: https://gerrit.libreoffice.org/31342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-11-30  Takeshi Abe  <tabe@fixedpoint.jp>  [d53262282aed31819aa1ce9f608d5edba658dae4]

        starmath: Prefix members of SmSpecialNode etc.
        
        Change-Id: I7a1ac67f5fb3066b16b59a3a8277952d66572fb6
        Reviewed-on: https://gerrit.libreoffice.org/31353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9ba24ac54100a5af6ecdde479ebeb5c916e6fad2]

        tdf#71409: always create edit engine instance for the input window.
        
        In order to properly manage accessibility events esp when no letters
        are typed.  Without this, doing things like:
        
        1) hit F2 to active cell edit,
        2) hit ESC to deactivate,
        3) go back to 1) and repeat the cycle several times,
        4) hit Shift-Ctrl-F2 to activate the top input window
        
        would result in duplicated accessibility events fired, the number of
        which depends on how many times the above step was repeated.
        
        Change-Id: I116fdcbc63cbe9d33039d38a47770a6813c4e523
        Reviewed-on: https://gerrit.libreoffice.org/31389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f9578922d8dea4dcd411dfe39ddde417800b66c4]

        add MIN test case
        
        Change-Id: Idcfbfa43736e64c7270ccaf9766f25346e1e1b7e
        Reviewed-on: https://gerrit.libreoffice.org/31384
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-30  Henry Castro  <hcastro@collabora.com>  [098fb95772b3184bb81180d1bc30c9753d30e2b6]

        lok: ensure positive values for width and height
        
        also check the pointer memory block allocated
        
        Change-Id: I0ded04e06f80400e64c5e58126a32ee503aeb394
        Reviewed-on: https://gerrit.libreoffice.org/31388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [2e0ab512592e2e134faf9612a293fb8fdd0527d0]

        Strip down GetEmbedFontData to what is really used
        
        The only remaining user is EmbeddedFontsHelper, and it just needs the
        raw font data.
        
        Change-Id: Ia15c59158b5c9e44d0936463553303a3c8b6e0f5
        Reviewed-on: https://gerrit.libreoffice.org/31374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [70ecf1919e3e3b9509ff55b2265b3d98d2a5f1aa]

        Dead code
        
        m_aEmbeddedFonts is always empty now.
        
        Change-Id: Ia0cdfbabff29722d51b92ed47e04ef40d71f65be
        Reviewed-on: https://gerrit.libreoffice.org/31373
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [1ee56fc9f446bad5853b121a3c5b137c1d00bbf4]

        SalGraphics::GetFontEncodingVector() is a noop now
        
        Change-Id: Id706fa242277a0ea7ba44f52eab4a56e404bd2fa
        Reviewed-on: https://gerrit.libreoffice.org/31372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Mike Kaganski  <mike.kaganski@collabora.com>  [bbda0736edb3c3c0e57e0d6abcd47accfbfe790f]

        Use derived classes' methods instead of Pair::A/B
        
        Change-Id: I7ffd9a23dbd00672630bc8412e95525a920c5065
        Reviewed-on: https://gerrit.libreoffice.org/31379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-29  Pierre Lepage  <pierrelepage3@gmail.com>  [0d9a7d03e325d8b7487c08e9448c8a6890821866]

        tdf#96717: The macro name desired by the user is now took into account.
        
        Change-Id: I3949ffed6dcf85e01bc5fc24a27a04265e54fe44
        Reviewed-on: https://gerrit.libreoffice.org/30592
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [f5e343e1c50b2b65168b5f68bd40535f2fbc86c3]

        safe mode: Add help button to the dialog
        
        Change-Id: I5aa29ccf048dc6f7d927089cc3c9b8b39bf2893c
        Reviewed-on: https://gerrit.libreoffice.org/31367
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [f8e3e523e27e0a3838c292a560cf6dba9d20d267]

        Rewrite some (trivial) assignments inside if/while conditions: comphelper
        
        Change-Id: I8361f62199f45dbced45e5d4a4d5eeddf1c42d67

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [7222ffb79c9886d36b4c0740a51c1c94e763d178]

        Rewrite some (trivial) assignments inside if/while conditions: connectivity
        
        Change-Id: I67d4bb92db04b5103b98a2855ae6069a054f171b

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [bffac17a8249416d24986d37a50c5e74a0cb32b2]

        Rewrite some (trivial) assignments inside if/while conditions: editeng
        
        Change-Id: I374fcd08bdeb37ff542447142b1b164886e0e5db

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [621687e8edae5074bd822e46755c17bb33fbe075]

        Rewrite some (trivial) assignments inside if/while conditions: filter
        
        Change-Id: I8985f24972d0efd8450de930102ce82cd383b459

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [39a33a548b155d14a2ad8e87b54aaab5937fdb0a]

        Rewrite some (trivial) assignments inside if/while conditions: formula
        
        Change-Id: I28d41341607abae82a3bc5d9cacdb70e7431be18

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [1e8dc795559971eba4bdbaeff9c483ab56635b93]

        Rewrite some (trivial) assignments inside if/while conditions: i18nlangtag
        
        Change-Id: Ie6b8e644e01ed99559981d001a7ab95d72ffa5c2

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [d4864a9440ef3fecb497e1ea7018f927e2e64059]

        Rewrite some (trivial) assignments inside if/while conditions: idlc
        
        Change-Id: I6be338f54dd8e6912e48258c0a2e075dc69b2893

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [2a2ed5878a79999d405e26a5c586883b19e7b09f]

        Rewrite some (trivial) assignments inside if/while conditions: lotuswordpro
        
        Change-Id: Iae2b653381562c5a46de6e05afb96954f523114a

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [40e1595de748dbcc700dae46cc81031d927865cc]

        Rewrite some (trivial) assignments inside if/while conditions: oox
        
        Change-Id: I75de45677603800baec18d03114418181c4393c2

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [542174a24e00ab81430a4028f49222dddb3e284f]

        Rewrite some (trivial) assignments inside if/while conditions: pyuno
        
        Change-Id: I01ce742c727c66577d747e441a3794c1743f24ce

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [34dda497cdf0b131381c5d728a89343455d9c7d8]

        Rewrite some (trivial) assignments inside if/while conditions: sc
        
        Change-Id: Ia2dfbd64d63958d4f9c04e892cc7ebc250e9ca70

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [1ba9b792ccd6a27b56709917374a1ea03c0a000a]

        Rewrite some (trivial) assignments inside if/while conditions: sd
        
        Change-Id: I55472a12ad235e6a560d60671559a158eefb7c8f

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [4f2d4e20a8fe59ad4c0c8ee55ec13654556b30eb]

        Rewrite some (trivial) assignments inside if/while conditions: starmath
        
        Change-Id: I7a7eaf1e99216d3985ff654e7c4df7e19dd0ae24

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [20b6e18ecbb3e6e5ffa18cb3230b56933f03c602]

        Rewrite some (trivial) assignments inside if/while conditions: svtools
        
        Change-Id: If7843583924d2ecebe65aef1843e510fa974d877

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [db37370d2c92e32e46d679fdf4630d293e475b9d]

        Rewrite some (trivial) assignments inside if/while conditions: svx
        
        Change-Id: I803f4e1a93f1b97e5446032cf557d39db68159e3

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [2eb991561c3ca6751bfe3bd674de28d7677e993d]

        Rewrite some (trivial) assignments inside if/while conditions: sw
        
        Change-Id: I288c5125a1316828df74f73aeaac85392638ffd8

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [1c717c06c486155bf48aef3ed5e5c140f4205e6e]

        Rewrite some (trivial) assignments inside if/while conditions: unotools
        
        Change-Id: Iee52f5a3a815a782692a8ee962425ff2ab9173a8

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [8b30c5228b9d2031e5bbd2511a3bbe5f760ce836]

        Rewrite some (trivial) assignments inside if/while conditions: vcl
        
        Change-Id: I26fd9bf9838b0d9d6cf35dc62195216a0c1333ee

2016-11-29  Michael Stahl  <mstahl@redhat.com>  [7661bbbaef31adfdb298b1447301b24a70f85834]

        tdf#102479 ODF export: ignore exceptions when checking shape text
        
        The bugdoc contains a SwXShape-SwXTextFrame aggregate which contains
        only a table, no top-level paragraph.  Because of that,
        SwXTextFrame::createTextCursor() throws a RuntimeException.
        
        Assuming that the exception itself is intentional, work around it
        in XMLShapeExport::collectShapeAutoStyles() and assume that the
        getString() check that was added there in commit
        73fcb052edf1a21d785583bc53e8b4323b577bb1 is just a performance
        optimization; the actual export of auto styles and content uses
        XEnumerationAccess anyway.
        
        Change-Id: I7c23164b1e692ce16e5b4e03dd945e46768677de
        Reviewed-on: https://gerrit.libreoffice.org/31218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [3f62d8884358cc2379d39e2b47eabfec7579c0e1]

        -Werror,-Wunused-private-field
        
        Change-Id: I6ec38eda272acd110449bbdb3b73be7c7309032c

2016-11-29  Gabor Kelemen  <kelemeng@gnome.hu>  [417cd2131ea8b571bed7fff89604251a04c3a09f]

        Updated core Project: help  bc8558025b4c47b6506d002eb98ba3f0774264e6
        
        tdf#103241 related: fix this bad file reference I made
        
        Change-Id: I04596e2bf66171f1197f0d58576e110740267b84
        Reviewed-on: https://gerrit.libreoffice.org/31375
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [e2ea7bb3a6b681822a247e8c277694f921c92273]

        Allow extensions to provide color palettes
        
        Until now, .oxt extensions cannot provide additional color palettes (.soc files,
        see e.g. Draw's "Format - Area... - Area - Color - Colors - Palette:" drop-down
        list).  There are two ways how this feature could be added:
        
        Either add a new file-entry media-type to extensions' META-INF/manifest.xml and
        add support for that in the code.
        
        Or leverage the existing code, which reads the configuration set
        /org.openoffice.Office.Paths/Paths/Palette/InternalPaths, where each set element
        denotes a directory, and scans those directories for .soc files.  So an
        extension would include an .xcu file adding such a path (using %origin% to
        denote a directory within the .oxt file itself) and a directory with one or more
        .soc files.
        
        For simplicity, this commit uses the second way.  The only problem with the
        existing code is that extension configuration data using %origin% is rewritten
        to vnd.sun.star.expand URIs which the palette-scanning code does not support.
        So extend SvtPathOptions_Impl::GetPath's PATH_PALETTE case to expand such URIs.
        (The choice of doing it in SvtPathOptions is somewhat arbitrary; there would be
        other, more generic places where it might make sense to do such expansion, but
        which would also carry a higher risk of regressions.)
        
        <https://github.com/stbergmann/palette-extension> contains an example of such an
        extension (with a LibreOffice-minimal-version of "LibreOffice 5.3", assuming
        this commit will be backported to upcoming LO 5.3).
        
        Some drawbacks of going this way are:
        
        * No control over where extension palettes appear in the palette drop-down
          lists.  (But those lists appear to be sorted in some random order, anyway?)
        
        * Commit on future support of the .soc file format (which, however, is XML) and
          the /org.openoffice.Office.Paths/Paths/Palette/InternalPaths configuration set
          in a backward-compatible way.  (But any other way of implementing this feature
          would also need a similar commitment.)
        
        * Somewhat odd, indirect approach where an extension specifies a directory
          filled with .soc files, instead of specifying the .soc files diretly.
        
        * With the current palette-management code, live extension addition/removal is
          not immediately reflected in all places that offer palette drop-down lists.
          (But this should be fixable, and would be an issue with other approaches,
          too.)
        
        Change-Id: I68b30127d61764d1b5349f1f2af9c712828bee3e

2016-11-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [58a6cbfbf309b151b9d1463c734343430f9a1220]

        tdf#104139 state can't be set as context may not be available
        
        When RenderState is constructed (and all capability states get
        constructed) the OpenGL context may not be available yet, so we
        just set the state to whatever value (false) and make sure we sync
        with the actual state right away when we have OpenGL context set
        up and ready.
        
        Change-Id: I65a669ab76c1834775007d62efe3d6ac061d6f21
        Reviewed-on: https://gerrit.libreoffice.org/31278
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bf32e4e78ffbe34f3b2840a9677ded34e5b4da7]

        vcl mscrypto PDF sign: don't assume that header length is always 2 bytes
        
        For now just assert that the short form doesn't try to handle larger
        values than expected, the long form has to be implemented once we hit
        the assert.
        
        Change-Id: Ib2b17b4e3c5772b68fef84a41438a56e55799e8b

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [74314b11a4b5a2887bd1ff19bdcfb3572b09240c]

        Drop a bunch of font metrics flags
        
        These flags mean nothing these days, there are either always true or
        always false, since we no longer support bitmap or Type 1 fonts.
        
        Change-Id: Ie14ca480225a6346d868a44e58e7666c3a06931d
        Reviewed-on: https://gerrit.libreoffice.org/31346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [63ca9554f24194521cfbc7fa90bfef37ea7759c1]

        Use Freetypefont::GetFontMetric()
        
        Change-Id: I1c0d2bc228d5b2006bba24621be3a75f61f4432b
        Reviewed-on: https://gerrit.libreoffice.org/31345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Caolán McNamara  <caolanm@redhat.com>  [308b0fcd2081e2a2665b572d62f7f07de85e2b45]

        Resolves: tdf#90214 set gtk[2|3] lightshadow halfway between darkshadow and bg
        
        Change-Id: Ie8d41c6b507c837f369b34b6a0290da02f0a1665

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [e006b9cf2cfba5995b97a9a9551d362b7eb45572]

        Window::Invalidate must be called with SolarMutex locked
        
        ...it internally calls Scheduler::Start, which asserts now since
        c00d8271ba443c4f0acf657c226eea4824597f95 "vcl: assert solar mutex is held for
        various timer / scheduler ops."  Caused the assert to fire when removing an
        extension via "Tools - Extension Manager... - Remove".
        
        Change-Id: Ied0591b799af333b3a4c11af07f5f8f1657304d6

2016-11-29  Caolán McNamara  <caolanm@redhat.com>  [f50270ea5cb20c589edc2111e92412ffff4734ca]

        Related: tdf#90214 gtk2 use a darkcolor based on the theme
        
        this is similar to e6d6e35320984fe4198314e3ea3a91ead6b41392 for gtk3 where...
        
        Related: rhbz#1287593 issue 8, set a 'dark shadow' color based on the theme
        
        pick something that is supposed to be a large contrast against the bg but
        is different from the fg
        
        Change-Id: If2d3a1b485dc5ec6be58d434394499cf5f851d0e

2016-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef0e1c05c32a5a69502e0f0d1d97789c125345a2]

        convert SwTOIOptions to o3tl::typed_flags
        
        Change-Id: I8f2996c0f0e40778877cddc4368c80f8a7f52a95
        Reviewed-on: https://gerrit.libreoffice.org/31352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [df6e163850361535afc411777e306994c64408f5]

        convert SwTOXElement to o3tl::typed_flags
        
        Change-Id: Ib0538602d0d363488a25b357f85e76293cd19319
        Reviewed-on: https://gerrit.libreoffice.org/31351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5cc8993dceb61c63caf26ae995d9d62905291e5]

        tdf#104115 DOCX export: ClosedBezierShape should always result in <a:custGeom>
        
        Regression from commit 6b084f0001fc15112bf3c40d20a0c7096c83b7fe (asan:
        global-buffer-overflow on fdo55736-1.docx, 2015-01-08), the problem as
        seen by the user was that our VML->DML conversion in a DOCX file
        resulted in output that wasn't accepted by Word anymore.
        
        Now that commit itself is fine, but as a side effect, the somewhat
        unusual (bezier with no actual polypolygons) child shape of the group
        shape is now written, but not in a way that conforms to the drawingML
        schema.
        
        Fix that pre-existing, but now visible problem by always writing
        <a:custGeom> in the DOCX case.
        
        Change-Id: Idbcb903dda07b5c2408d2b0ebbf4b5e4a08b20ed
        Reviewed-on: https://gerrit.libreoffice.org/31347
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c9c5214a331041f4d19275c707e29a6aff89fa6]

        convert SwCursorSelOverFlags to o3tl::typed_flags
        
        Change-Id: I399db07f508e5aeba005c8c6746cf5adc42702d2
        Reviewed-on: https://gerrit.libreoffice.org/31350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [5bda4c35c2224946ad3a224b09f82b0013bf887f]

        Don't change ustrHostname in case of error
        
        Change-Id: I78e85db2794b01286be49e1be70b53ac4f058cbe

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [f108d9f088127050c641b1dd119d54179f4371e3]

        Idle::Start must be called with SolarMutex locked
        
        ...as asserted now since c00d8271ba443c4f0acf657c226eea4824597f95 "vcl: assert
        solar mutex is held for various timer / scheduler ops."  Caused that assert to
        fire when adding an extension via "Tools - Extension Manager... Add".
        
        Change-Id: I86eeb2c4a83c3dff98ba9012c068af91e7932df6

2016-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [0f4777a19634e64db884f39611be0d5075ea24e3]

        Drop assigned but never used parameter
        
        Change-Id: If043960898b6388df7a5ecf5fe34172ed08bba9f
        Reviewed-on: https://gerrit.libreoffice.org/31344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-29  Michael Stahl  <mstahl@redhat.com>  [d36ca60964cf20b738ead1020c41c2f586a16660]

        extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCC
        
        GCC 6.2.1 with -Og produces spurious -Werror=maybe-uninitialized
        on variables that are assigned in conditions; perhaps it's better to
        de-obfuscate the code if even GCC is confused about it.
        
        Change-Id: Ia2f8209df893a8e5659ca72f4cde3d7d847574e1
        Reviewed-on: https://gerrit.libreoffice.org/31332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-29  Michael Stahl  <mstahl@redhat.com>  [5a13d6146e21355803b7c803ab98143dd41b8416]

        sw ui: de-obfuscate assignments in conditions to help GCC
        
        GCC 6.2.1 with -Og produces spurious -Werror=maybe-uninitialized
        on variables that are assigned in conditions; perhaps it's better to
        de-obfuscate the code if even GCC is confused about it.
        
        Change-Id: I5276f35be773f8e7a6d27f970085f0cd00cea0aa
        Reviewed-on: https://gerrit.libreoffice.org/31331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-29  Michael Stahl  <mstahl@redhat.com>  [199e687c12de402f51f86c6b81bb9bdcd514337c]

        sw core: de-obfuscate assignments in conditions to help GCC
        
        GCC 6.2.1 with -Og produces spurious -Werror=maybe-uninitialized
        on variables that are assigned in conditions; perhaps it's better to
        de-obfuscate the code if even GCC is confused about it.
        
        Change-Id: Ib42290abd0e45158900b3d42e1b666fa4d0fa7f3
        Reviewed-on: https://gerrit.libreoffice.org/31330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [27ec6d1cb96a0d3becf14309a26d1c024a0f8603]

        kill SwClient/Modify here, use sane(r) SfxBroadcaster/Listener
        
        Change-Id: I862d7cf5785dc838044351b6ecac71aa7e0b2669
        Reviewed-on: https://gerrit.libreoffice.org/31305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a029a479429d334875b73e2fc4e34b314a1ad369]

        get rid of LegacyModifyHint
        
        Change-Id: Idb789f8786abeed07299baf4ce7507628f9ff173
        Reviewed-on: https://gerrit.libreoffice.org/31304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [361c6eb18c9ba4043652ba91036094379aeaf05f]

        Use Size::Width/Height instead of inherited Pair::A/B
        
        Change-Id: Ie0346d5ec054fbe7eff1d4b73814a5e2b9f654c2

2016-11-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [603bca03c1b546d627fa7c6fe33021690ce374c5]

        safe mode: typos and vocabulary nitpicking
        
        Change-Id: I8ddeec03ea96eaca873136ccc3100577eba23939
        Reviewed-on: https://gerrit.libreoffice.org/31335
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-29  Akshay Deep  <akshaydeepiitr@gmail.com>  [9e422bc19144ce3f0645e49450428802eab1abba]

        EMOJI CONTROL: Add EmojiOne font for Emoji Support
        
        Noto Emoji does not provide glyphs for all emojis in the toolbar
        
        Change-Id: If3f3ea6e12f0b8824cb95e3db78c3c7aced4de8b
        Reviewed-on: https://gerrit.libreoffice.org/31215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-29  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ad129cda465d7d16130469eb9e232e9e8ce53d58]

        tdf#48140 Replace uno with direct calls
        
        Change-Id: I63e30c4bb32837b28401474a4ab7627ad2863c5b
        Reviewed-on: https://gerrit.libreoffice.org/31219
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [b8aa1def37b62091f15bf09529104ca38333d5f5]

        convert ND constants to o3tl::typed_flags
        
        Change-Id: I5fe3df5515017ec24db1184e8aca823714fcfdb3
        Reviewed-on: https://gerrit.libreoffice.org/31343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [53a156fc3b500f5647493319acb264ba24b2b3fb]

        sw: indentation fixes
        
        Change-Id: I1b48b7aca377075c3575c25e104e2c617dbdfd66

2016-11-29  Stephan Bergmann  <sbergman@redhat.com>  [be37c23c587e514b1bceef9b2f4aa2f241d63f93]

        loplugin:vclwidgets
        
        Change-Id: If88a200fa26bcc6b20ad3c1dbc160e862054318f

2016-11-29  Noel Grandin  <noel.grandin@collabora.co.uk>  [e6ffb539ee232ea0c679928ff456c1cf97429f63]

        loplugin:vclwidgets check for assigning from VclPt<T> to T*
        
        Inspired by a recent bug report where we were assigning the result
        of VclPtr<T>::Create to a raw pointer.
        
        As a consequence, we also need to change various methods that were
        returning newly created Window subclasses via raw pointer, to
        instead return those via VclPtr
        
        Change-Id: I8118e0195a5b2b4780e646cfb0e151692e54ae2b
        Reviewed-on: https://gerrit.libreoffice.org/31318
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-29  Justin Luth  <justin_luth@sil.org>  [bbc7ed9c379019f31dc7ac234cf83ea151601465]

        tdf#103975 docx import: don't lose column break
        
        This round-trips terribly, but that was equally true before these patches.
        
        Change-Id: I4ed191c77e7f519d4c013fc83ef8b866b53d0c70
        Reviewed-on: https://gerrit.libreoffice.org/31326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [4130c8def811d1dcc87eacaa8ae48ba02738a790]

        starmath: these static functions can be local
        
        Change-Id: I5babffab846a9f17cd14cbf8ffd3b34b6bb27abd
        Reviewed-on: https://gerrit.libreoffice.org/31322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [2bad9f1cd8da0cd3d8ff33e875eaf10c1fd9d0bf]

        tdf#103430 Apply mathvariant attribute to <mi> and <mo>
        
        by emulating it with SmFontNode.
        In case of <mo>, current implementation supports only the one named
        with an alphabet.
        
        Change-Id: I827a7e80f5aa94e243098a6e50eb758cf915c282
        Reviewed-on: https://gerrit.libreoffice.org/31240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-28  Akshay Deep  <akshaydeepiitr@gmail.com>  [9abc547ef28f3f6891030597fd304ca757b102da]

        tdf#101870 - Template manager thumbnail view control needs a border
        
        Change-Id: If1773b99aa816b2b45fe16127ff09a646e3702ae
        Reviewed-on: https://gerrit.libreoffice.org/31324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd3db1cf77c86cd787f912b7bb2ba3ad894203f3]

        CppunitTest_xmlsecurity_signing: fix this on Windows with non-empty cert store
        
        The NSS code earlier started to save the hash algo ID of the signature
        into the signature structure and I also added a unit test for this. This
        failed on Windows when the system had at least one signing certificate
        installed, as the mscrypto part of the patch was missing.
        
        Change-Id: Ib09e9e53292b5beb011c96ecf6f51a5ee10c15b0
        Reviewed-on: https://gerrit.libreoffice.org/31323
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-28  David Tardon  <dtardon@redhat.com>  [83288089d5efd2cd1d5c76b05a4ba3f782641e88]

        tdf#104139 keep the current OpenGL state
        
        This hopefully fixes tdf#104139, which I cannot reproduce on my system.
        
        Change-Id: I903f479a1f401804481b9645c9377c4aaeec13f7

2016-11-28  David Tardon  <dtardon@redhat.com>  [c03090c97dddbeecf477b4832c3b0a78a68220a3]

        don't leak impl. details
        
        Also, returning std::unique_ptr<>& doesn't make any sense.
        
        Change-Id: Iefb2a0bfe614264bc7b5d15652fcc15243df3d06

2016-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [039261b3f63a8949fd0f20e7cb80d017f26c9f08]

        orcus is mandatory now
        
        We use it as a json parser, for calc cell styles and tests. Making it
        optional is just making the code more complex and introduces more
        sources for errors.
        
        Change-Id: I8769628a4ab9519cafc3d43db7c0007e0aa265dc
        Reviewed-on: https://gerrit.libreoffice.org/31307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-28  Mike Kaganski  <mike.kaganski@collabora.com>  [764358a43b83cdae9269af47070e3cb4739c96c0]

        tdf#104215: Remove the out-of-borders ruler check
        
        It is not called for out-of-borders points anyway, unless
        there is a table border on page border, in which case the cursor
        shows that dragging should be possible.
        
        Change-Id: If5cecbcd0799c74012c525588c0d2fce5d79ffd6
        Reviewed-on: https://gerrit.libreoffice.org/31309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b28b05053b1a6967b0cfa189da68e8d36a1ad443]

        These don’t need to be translatable
        
        Change-Id: I889c5130bd32f038cb0b45d959b40bf63c0b3a58

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [79799b9b32dedd0ae13c2eba5b04588e7a2ecbdc]

        loplugin:unnecessaryoverride (dtors) in cui
        
        Change-Id: Ibb78c2a16defbd523a079b651a27e9639d26953f

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [7a10def6327300f15cec2111508f77fec8b446f5]

        loplugin:unnecessaryoverride (dtors) in cppuhelper
        
        Change-Id: Ia23b1fdf126fc57ce929feef60e57b64c782fb50

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [ef3a9951e092a377a7da8b6c468a92977a409e63]

        loplugin:unnecessaryoverride (dtors) in cppcanvas
        
        Change-Id: I4f6f6e36a965b5c01ffd51b1710fa8cc57d497fa

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [507f1a34a791f6756a61d85c0f7097820669ee70]

        loplugin:unnecessaryoverride (dtors) in connectivity
        
        Change-Id: Icba385b3b7f6991f4dab7b2fd57beab5ac184df0

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0c59e2ddd6a174629618acea97cf5406c36ce7f3]

        loplugin:unnecessaryoverride (dtors) in comphelper
        
        Change-Id: I13ebc4efa7f8bd0d3732ed65e397c710ae65d14e

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3d9c3ed1afc8d37d3bee800ca5988724fd758a6b]

        loplugin:unnecessaryoverride (dtors) in filter
        
        Change-Id: I0f859829a02721dd78b4bd0cc99bad6b864855d8

2016-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ca67dcaefe794c683b99382ba8bac0f736a7f0b]

        sw: prefix members of BigPtrArray
        
        Change-Id: I87a91fad09616add823e7e556597419d02e43c6c
        Reviewed-on: https://gerrit.libreoffice.org/31311
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4ae4833277667d79e3625514f28b0cf72b0636f1]

        de-blacklist writerfilter from gbuildtojson
        
        Change-Id: Ic3454a1fb7f32998ba468273ae7265ea7814debd
        Reviewed-on: https://gerrit.libreoffice.org/31310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2cfcfead5e62dfef067ee97e43ce7291ee365d4]

        add cppunit tests to vim-ide-integration
        
        Change-Id: I5a03ff6d6e740d8032030d1590837610f39acd5e
        Reviewed-on: https://gerrit.libreoffice.org/31273
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51ecdd4a2ae4835fa9fcaa7fbabbf58348738532]

        integrate the cppunit tests into gbuild-to-ide
        
        Change-Id: I0259b2a47175e6aac2eb801ac489fadeac562949
        Reviewed-on: https://gerrit.libreoffice.org/31272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee8057caaa26dcddbf80b1e0a2f02d250089d1e3]

        add cppunit tests to gbuildtojson
        
        Change-Id: I655190464e2b4289f5c51b194821f9288272d301
        Reviewed-on: https://gerrit.libreoffice.org/31271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [787d31a94510ca3de9ce582d7b7402dfca584b23]

        tdf#104144: Missing dashed border, "break" should be "fallthrough" after all
        
        ...5ffd2c1595d1f67f5e4b14e48188a1f37f1956b5 "Presumably missing break in switch"
        apparently decided wrongly in favor of "break" over "fallthrough".
        
        Change-Id: I90372faac84a26514f5dc936e0e393a1ca12effa

2016-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b04d710a27edb16bb6c47fd572a8c81d265b046]

        sc: fix remaining loplugin:cppunitassertequals warnings
        
        Change-Id: I12191d1fd776d617d9418079b77b4c8e84d199a3
        Reviewed-on: https://gerrit.libreoffice.org/31306
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-28  Eike Rathke  <erack@redhat.com>  [dd974413acc6ab00168a301cbb53b3c9caa11e32]

        nitpicks, tdf#43544 follow-up
        
        Address nitpicks stated in https://gerrit.libreoffice.org/29274
        
        Change-Id: If7ce8a7239a65a2ff619259622b85ce239060e52

2016-11-28  Tor Lillqvist  <tml@collabora.com>  [0b719cd36d57a628fd1ab79d0371fb46e6c1bf1d]

        No reason for these member functions to be virtual
        
        Not sure what the author was thinking, or what the comment '//Native
        methods' was supposed to mean.
        
        Change-Id: I9e45de6f24531a99770d98f415fea6a1cfd7d2c2

2016-11-28  Tor Lillqvist  <tml@collabora.com>  [ed22c0cdb1f92ad93ed33069bdb3153b323ca025]

        Bin SecurityEnvironment_MSCryptImpl::getPriKey() as it always returns NULL
        
        Fallout from my previous commit.
        
        Change-Id: I4436721e719514d6ecf7847113957827c910d65a

2016-11-28  Tor Lillqvist  <tml@collabora.com>  [fb414a04fc38e0cf77a0e8d5cb65542d1df8dae8]

        Bin SecurityEnvironment_MSCryptImpl::m_tPriKeyList as it was always empty
        
        Change-Id: I5f35c702ff9a613c6601cd0c3c42e9fc4f4e26a6

2016-11-28  Maarten Bosmans  <mkbosmans@gmail.com>  [9d99a7b2d1dd973b50a699440ffb69d99d614607]

        tdf#43544 ScStyleObj: Only call StylePool->find() when necessary
        
        Avoid repeatedly calling GetStyle() when setting/getting multiple
        properties. By caching the SfxStyleSheet before entering the loop over
        all properties, performance of loading the document attached to
        tdf#43544 improves by 12%.
        
        Change-Id: Ic3f1314892b4771aa87801b63f854f83ec761d41
        Reviewed-on: https://gerrit.libreoffice.org/29274
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-28  Maxim Monastirsky  <momonasmon@gmail.com>  [afe7f739106124542712ec50dbe2917a8dd14db3]

        tdf#104106 Enable save whenever edit mode active
        
        but in case of a r/o medium do "save as" instead.
        
        Change-Id: If99602481deb053c2f834b1c7f5d24eb725df9c1
        Reviewed-on: https://gerrit.libreoffice.org/31308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f7c40316412e5c2160c89514e7bd0c9f6a2915b3]

        Revert "Remove extra "=" symbol for "--splash-pipe" argument"
        
        This reverts commit 87a098e3bb72910399473ee0fbe32a70cad9c737:
        
        '--splash-pipe=N' is a "private" command line argument between oosplash
        (desktop/unx/source/start.c) and soffice.bin
        (desktop/source/splash/unxsplash.cxx).  No need to silently accept a bogus
        '--splash-pipe' (without '=' part) provided by the user.

2016-11-28  Khaled Hosny  <khaledhosny@eglug.org>  [265c953584f8a1e3a832dd92dc2198056438b418]

        Use range for loop
        
        Change-Id: I28cfa9864d9596868cdf1349c210342d9c2b6329
        Reviewed-on: https://gerrit.libreoffice.org/31302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-28  Stephan Bergmann  <sbergman@redhat.com>  [8590614021c597006a3d964c31c84525e24acb2c]

        -Werror,-Wunused-private-field
        
        Change-Id: Id85b4709e295453dfd351978096596aef09ce9a9

2016-11-28  Arnaud Versini  <arnaud.versini@gmail.com>  [7c0873ab969f64938258b07d9e2bf6f739818a97]

        BASIC: useless override DocObjectWrapper::acquire and release
        
        Change-Id: Ia8fcb1c5935374376b727075c9bdcbd6a96b3c70
        Reviewed-on: https://gerrit.libreoffice.org/31264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-28  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [ae95f8b7b1b75d0e367db643ad82821ee371a84a]

        tdf#98525 Commit font style change to dimension line object
        
        Change-Id: I59e19e00fd0fdadaa7bffc4fbd1cb79d7e5a9763
        Reviewed-on: https://gerrit.libreoffice.org/30609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-28  Khaled Hosny  <khaledhosny@eglug.org>  [f246542d1f61b5253189676688f59e5f952267a1]

        Simplify things a bit
        
        * Drop SortGlyphItems() and update the Kashida insertion code not depend
          on that sorting.
        * IS_DIACRITIC flag can now be based solely on the General Category
          property, since it now is used for non-spacing marks not any OpenType
          mark glyph. Pending complete removal.
        * Check whether a glyph can take Kashida or not in one place. We need to
          stop second-guessing here and pass explicit Kashida insertion points
          from upper layers.
        
        Change-Id: I39caa126a07d08c5725505615acc0c8f7a14e169
        Reviewed-on: https://gerrit.libreoffice.org/31300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-28  Henry Castro  <hcastro@collabora.com>  [2db42ab241d0852d89a470b18727c22d0fc06745]

        sw lok: notify repair when exist a conflict of multiple users undo/redo
        
        Change-Id: I026f4df6239fa87ee191f92127f9fa98ac2993eb
        Reviewed-on: https://gerrit.libreoffice.org/31161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-11-28  Henry Castro  <hcastro@collabora.com>  [e2d5f1ba3fd0db00276cf48b0d9be9b16dcbf7a0]

        lok: avoid render font with empty rectangle
        
        Change-Id: I58e24e0de37144ae5d67857b243e6a7091f2b77a
        Reviewed-on: https://gerrit.libreoffice.org/31281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-11-28  Henry Castro  <hcastro@collabora.com>  [af18b7d60f4320fc01b84593af404dbfb4237fcf]

        lok: in preinit stage, do not force locale
        
        force locale load some fonts before the lokit process
        is jail rooted, so it causes invalid rendering special
        characters in doc_renderFont function
        
        Change-Id: I25f00e5bb947753b820c6966a99a6c3849413315
        Reviewed-on: https://gerrit.libreoffice.org/31280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-11-28  Takeshi Abe  <tabe@fixedpoint.jp>  [142618ecae472e535c582c0fb357d2a9a76655f1]

        starmath: Separate color name and operand by space
        
        Otherwise, errors happen at MathML import.
        
        Change-Id: I17037b430710ea4d26340e7ce13c7972a76f614f

2016-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f567ee19954612d6ebd2c8f6a809478f7c0ee568]

        also strip the first -D
        
        Change-Id: Ifc95720b47e1adaadbca879d5b8f22ada658fd3a
        Reviewed-on: https://gerrit.libreoffice.org/31275
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86524159c6ce305ffe4738e7ce6b56ea166aaf00]

        better way to split def patterns
        
        Change-Id: I8c7ab7e980d2ba01214c1dd15c81a309d0d2c80c
        Reviewed-on: https://gerrit.libreoffice.org/31274
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-27  Andras Timar  <andras.timar@collabora.com>  [8938ed4c660c6169759e1b3a5401174eeaad662f]

        typo: Scond -> Second
        
        Change-Id: Icea85b778375f591583732919a999cb066c40868

2016-11-27  Julien Nabet  <serval2412@yahoo.fr>  [ab3b5b0dfb0c92aa5e94a0f417950724c694ac57]

        tdf#101603: fix lgnpath for MacOs in LibreLogo
        
        Change-Id: I280b6cd02a98037a71701a6a7a540c87de22d07f
        Reviewed-on: https://gerrit.libreoffice.org/31268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-27  Rene Engelhard  <rene@debian.org>  [a2dafe2fc7a41f1eeb55c6ecd0308d756da05c4c]

        fix sparc64 bridges build
        
        Change-Id: Ic8483547966a319d3ecc1ae2fd5dfb785132f687

2016-11-27  John Paul Adrian Glaubitz  <glaubitz@physik.fu-berlin.de>  [f35d29c8388744be1f95ec4acfca12eec706911a]

        Fix typo in configure.ac (mk68 -> m68k)
        
        Change-Id: Ibbedf9444e2c43b3dff886d9513be7e3d2a99095

2016-11-27  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [f80140bf3a4fa2d809167825ee04ffd0a0c19c6c]

        Lok: compress duplicate state-changed events
        
        STATE_CHANGED callback events that have the form
        of name=value are only removed when newer ones
        are identical. This is not very helpful since
        often the same name (i.e. state type) changes
        its value and we need to superseed older ones
        with new values.
        
        This patch makes sure that a STATE_CHANGED with
        a given name has its latest value and doesn't
        change multiple times while in the queue.
        
        Change-Id: Ibfa18359464d7137411e5846b1c6d415a0aad43d
        Reviewed-on: https://gerrit.libreoffice.org/31258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [79b9aa430b0a9846fdcb9d5e5160559c5b2a0eba]

        screenshot config at the wrong place
        
        Change-Id: Icb72cb89f2dcc890b82b3ea6df2cc06aa902cc13

2016-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [8799120b372c2d60b00ad0993d0a2c6e68b841c5]

        add screenshot jenkins config
        
        Change-Id: Ic6e2a68f948c62cabc210a1873baffe2df300e8b

2016-11-27  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [7c5aaa254f444d54b9ebf6574f0ccd37af548ee5]

        tdf#104201: PPTX: Group solid fill is not imported
        
        Change-Id: Iec273714108598d7017e73a9e7d384f8410d6ee1
        Reviewed-on: https://gerrit.libreoffice.org/31263
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [78547c337461a77522b4733908bcbc77e66b2657]

        switch gbuild-to-ide to use gbuildtojson
        
        Change-Id: Ic3ac11683a44e946e844e18a7670fa7baf46110a
        Reviewed-on: https://gerrit.libreoffice.org/31175
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Luke Benes <lukebenes@hotmail.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a62740c668b0813217337e417eca69d316cad972]

        use the existing ScAddress::operator==
        
        Change-Id: I04626875a822457ccef448278a3bc8f990760e57
        Reviewed-on: https://gerrit.libreoffice.org/31253
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-27  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [719f7cb94ce783349fb1cf366a78edd9996d3e37]

        Lok: number callback enum for easier debugging
        
        Since the entries and their order are part of the
        public API, and will not change, numbering them
        makes it easier to trap particular callbacks by
        their number (as that's what shows in logs and
        the debugger).
        
        Change-Id: Ife2fe3e601ce3dce0939363d748fcb54d3c85fd4
        Reviewed-on: https://gerrit.libreoffice.org/31257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-11-26  Michael Meeks  <michael.meeks@collabora.com>  [115671bf929a82709c535b475bf19f4967a666c8]

        tdf#101327 - tolerate exceptions during window construction better.
        
        It appears we can end up being a frame window, which is not added
        into the list of frames; so tolerate that.
        
        Change-Id: I7696e79636f7794f327027f0ca73363eef1937e5
        Reviewed-on: https://gerrit.libreoffice.org/31235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [84c5999372ca4af1c79ab3134fda1d67d4ea95d6]

        Unused typedef’s
        
        Change-Id: Ieec1d33b5baa42c0b67e4119fd12ee10f6eb3be4
        Reviewed-on: https://gerrit.libreoffice.org/31251
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Andras Timar  <andras.timar@collabora.com>  [d5be8dddc43e8a880d546fb9a6e8fbb45278eeca]

        respect read-only config items in Basic IDE Options dialog
        
        Change-Id: I4a23b347c5fed948045427bc440e7a821b95b63c
        Reviewed-on: https://gerrit.libreoffice.org/31242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-26  tagezi  <lera.goncharuk@gmail.com>  [87a098e3bb72910399473ee0fbe32a70cad9c737]

        Remove extra "=" symbol for "--splash-pipe" argument
        
        This argument ignores any parameters since commit
        5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5.
        It is a part of documenting cmdline.
        
        Change-Id: I9d7f06f692d77379b3d96b741987f83771bd13c2
        Reviewed-on: https://gerrit.libreoffice.org/31243
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [d76bd987ca2b853b85a9464787ae1fdc19321f5b]

        Do not check for SAL_NO_COMMON_LAYOUT any more
        
        It has no effect except on Windows, and this will go out soon.
        
        Change-Id: I238518624e3288dea259e5ec9d5d76c8f691fd8c

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [e17302a110c0dd143a4ea11855a3d2c736e49fdd]

        Revert "Add layout engine info to the About dialog"
        
        This reverts commit f351b3624de79b5806a066202a3a0d6fa59c8469.

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [3dab9849115284f9a126356e2354ad7fb8557663]

        More dead code
        
        Change-Id: I518b56566cdf1eceee7a868b9bf4ab4f6e498f98
        Reviewed-on: https://gerrit.libreoffice.org/31234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Gabor Kelemen  <kelemeng@gnome.hu>  [45d001aabe8df0f6fd825fb3dbcbd9b4ff12626c]

        Updated core Project: help  67f77ad0e414cfc4d08b821944616f5b819ac774
        
        tdf#103241 Link XIRR and IRR as well as XNPV and NPV to each other
        
        Change-Id: I3a2697d8a71d78042721ff963476e4f592cb7e62
        Reviewed-on: https://gerrit.libreoffice.org/31191
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-26  Andras Timar  <andras.timar@collabora.com>  [d1cef2586671c0ade8caf7607a16b265feb37892]

        Updated core Project: help  fad1d9b854420d35adec033b26e0e5d90a4f7725
        
        type: missing space
        
        Change-Id: Ia0a6e032611b8c76c6b7c55adf0b5307c63dc8e9
        

2016-11-26  Gabor Kelemen  <kelemeng@gnome.hu>  [9be3f4378eb556c26d41a03c42771821687fa138]

        Updated core Project: help  565f827138ee50a0754de1e0c9d9d16feb28076f
        
        tdf#103968 'Link to External Data' is now in the Sheet menu
        
        Change-Id: If8b69923ff8e6e9ed2ab03c72330665c6ef788d5
        Reviewed-on: https://gerrit.libreoffice.org/31189
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-26  Andras Timar  <andras.timar@collabora.com>  [14171010959a4ebf0f6373b6e7f20d1f0741d5a4]

        respect read-only config items in Options - Load/Save - General dialog
        
        Change-Id: I110e8eb2b858c8b86b01d46bec40873939ae53d8
        Reviewed-on: https://gerrit.libreoffice.org/31236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-26  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [c1afa80bb3613c9202fa9d83447fdd5d57667cb6]

        tdf#99687: Find Text widget fails to emit object:text-caret-moved events
        
        Must be an integration bug:
        efb23f29983f87104a684e7fab00b84fc59d131d
        
        Change-Id: I53b15975fb97a299103fab870307b03b2607e9e5
        Reviewed-on: https://gerrit.libreoffice.org/31238
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bc13c1c2bab46135ef7c05fa1a772989f8ff4460]

        screenshots: builddir is not neccessarily same as srcdir
        
        Change-Id: Ic7d3d7854eeb5511d5e94e7329fcffa8a3ccba34
        Reviewed-on: https://gerrit.libreoffice.org/31160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-11-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e40a2670d1a0146d523ba65a9d9ceecceb8c78c4]

        android: launcher icon should be mipmap, not drawable
        
        as non-native mipmap resolutions don't get stripped from the apk (as
        drawables would), but launchers and similar might still want to show the
        higher-res version instead. Google Play store now enforces this.
        Also rename to the common name for it ("ic_launcher" instead of "main")
        
        Change-Id: I97318287f05556f5db0afaa0b23c0d8c9628465e
        Reviewed-on: https://gerrit.libreoffice.org/31204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-11-26  Matúš Kukan  <matus.kukan@gmail.com>  [42b959ff7241f955bfa68ee484d81c2d90be5434]

        tdf#90753: Move extras packages to AutoInstall
        
        Change-Id: I3e1504bb8a68a6142ab4035b2cb81c03d9af9227

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [d761d952f460e1943e94c5a7556b3b01d2259666]

        Kill old Core Text layout engine
        
        Change-Id: If80d65899255d8be72f374fbec232d103a08a006
        Reviewed-on: https://gerrit.libreoffice.org/31232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [30ebc895c95ee66adf172717249aa1789b309eff]

        There is one font file type now
        
        Change-Id: I47b6f36de5c77cfdf831a2b3ce10b973159520b1
        Reviewed-on: https://gerrit.libreoffice.org/31231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [1c3526bfc07cd13636bfb84f5ad45a058ec74415]

        Dead code
        
        Change-Id: I24d365f8231431a4062d026622c2f72bb5ed7af7
        Reviewed-on: https://gerrit.libreoffice.org/31230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [368de904974b18dc5a8d237e046c0ed005f7c85d]

        Kill PspFontLayout
        
        It should never get used any way. CairoTextRender::GetTextLayout()
        returns nullptr for the unlikely even that there is no Freetypefont for
        the requested fallback level, so we do the same.
        
        Change-Id: Ib990eb89f9f0fd2bcd87990cbd76406c8d063f57
        Reviewed-on: https://gerrit.libreoffice.org/31225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [59859a8aaa75384159e315ee2577d5cc7e2aa6e8]

        ServerFontLayout is already gone
        
        Kill DrawServerFontLayout, and rename DrawSalLayout to DrawTextLayout,
        in parity with GetTextLayout.
        
        Change-Id: I3f61efd8c6ecde64f28301dca6a7c91eb0873702
        Reviewed-on: https://gerrit.libreoffice.org/31224
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [8c173ce9ba4d90770cd85b148fe3122a097396a7]

        DisableGlyphProcessing flag is never set now
        
        Change-Id: I4a56c5d7490dd78f5cb72f2b821fb43c93f64b2d
        Reviewed-on: https://gerrit.libreoffice.org/31223
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Eike Rathke  <erack@redhat.com>  [0a2a7436b4041bb34b01a183b9264af8488d1af3]

        Resolves: tdf#103493 copying note captions needs a completed destination sheet
        
        If a copied sheet's destination position is before its source position, the
        source's ScColumn::nTab members still pointed to the original source position
        when the captions were created, which led to the wrong drawing layer page being
        used and at the end the drawing shapes not being correctly assigned.
        
        Change-Id: I9c3cc97d8b4486756023b9ab02da28079a1d0627

2016-11-26  Justin Luth  <justin_luth@sil.org>  [7b250d56981f78e77454a2a3fd670731b2358e75]

        tdf#103975 docx import: don't remove sectPr with BreakItem
        
        If an empty sectPr paragraph contains Page/Column break
        information, do not discard it.
        
        Change-Id: If817debccb924eb9cf0ffdc374c960d25908370f
        Reviewed-on: https://gerrit.libreoffice.org/31227
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-11-26  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b0c3665b2a74256e8dca9743073c668df30839b4]

        tdf#48140 Replace uno with direct calls
        
        Change-Id: I38af8d3e4dfbd42f025734ba14de409e8bd97393
        Reviewed-on: https://gerrit.libreoffice.org/31179
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [abe4d7bd0a1ec4b5a31cc5622080952e4cd53ebf]

        Kill code for Type 1 fonts on Unix
        
        We already ignore them, so this is unreachable code now.
        
        Change-Id: I6fd4699d8175344c36253bf4bf9c024b8986da31
        Reviewed-on: https://gerrit.libreoffice.org/31222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [47ea13ef8dc8ab9aeded6121845e3ebd1d28b292]

        Kill the old Unix layout engines
        
        Change-Id: I9e1667faf9644dfab025c82cb11a6490d1e8f998
        Reviewed-on: https://gerrit.libreoffice.org/31221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b920435c09a56bab35876d5e43a1e6098bf3dcf]

        mark VclPtr::Create as SAL_WARN_UNUSED_RESULT
        
        Change-Id: I7b5bb8a0ed8848c9e426d2015983156e34947914
        Reviewed-on: https://gerrit.libreoffice.org/31202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-26  Khaled Hosny  <khaledhosny@eglug.org>  [67936ee7ed717eb385b608d7eedcefa61fe13295]

        Kill old Graphite layout engines
        
        Change-Id: Ia19d4d0a3a33694b6edfff62e6b40028dac19677
        Reviewed-on: https://gerrit.libreoffice.org/31212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-25  Matúš Kukan  <matus.kukan@gmail.com>  [aabc5aab5af27e929a81a6036d2f470ab1f5ac4d]

        tdf#90753: Move brand packages to AutoInstall
        
        gid_Brand_File_Bin_Soffice_Bin_Manifest was removed
        in 26bddf3e80865d847f52e649ab60f97269177a3e
        
        Change-Id: Iff5314e8c3c6191556c082bc30938dd177b254fc

2016-11-25  Matúš Kukan  <matus.kukan@gmail.com>  [c1b50e6d8c1f925aa09a5522d5f83f5204c62670]

        scp2: ICU was moved to AutoInstall
        
        ..in e759269e373fa02d3e8566d1edc9fb9526de6640
        
        Change-Id: I670cd35f64f1784b4150a8c3ab310bd1c88e6ed0

2016-11-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d49a1bb6e2e81d001b8fdf246cb16f85eb79840]

        tdf#103820 & tdf#103824 fix texture refactoring mistake
        
        Change-Id: I657a4b46e3e7efbe8b1ea5c1e811e1d125f5146f

2016-11-25  Khaled Hosny  <khaledhosny@eglug.org>  [e838d143178ee82c786d11fd792d8d6735858933]

        Revert "tdf#89870: Add config option for layout engine"
        
        This reverts commit 6324efd70dfa8c6be84cba1fa29658e3373cbbe3.
        
        The old layout engines will soon be gone.
        
        Change-Id: Iedbcffd18b11ac36ad98a66ac12111058aab19b3
        Reviewed-on: https://gerrit.libreoffice.org/31142
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-25  Eike Rathke  <erack@redhat.com>  [1700c767e7bfcc7193d878ac53c21e1b59354973]

        add exception context to error log message
        
        Change-Id: Iae8a0c8e7ed4c8bec6497f1636a943bd6f79d5c8

2016-11-25  Eike Rathke  <erack@redhat.com>  [6fee9755f6ec6f61c024af193adfc09eac6fd03e]

        give us a chance to see *which* property failed
        
        Change-Id: If0c89760230eebc873bbc57511e44d7706af1c1e

2016-11-25  Eike Rathke  <erack@redhat.com>  [86bf3f8b69692a82fdf0d9d408f0690028e6e3e0]

        give us a chance to see *which* property failed
        
        Change-Id: I378bce4d8e1f57a51d88a59691d6917f58eedf20

2016-11-25  Mike Kaganski  <mike.kaganski@collabora.com>  [7c43cba9804e70b23b71783d362401c75f9caa54]

        tdf#104032: use correct text length
        
        Change-Id: I16e6af179be3d7bee947c4054ae4fa6924b298f0
        Reviewed-on: https://gerrit.libreoffice.org/30980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-25  Eike Rathke  <erack@redhat.com>  [db05c78ef5571d4204ed555d6d7cff906d25a6dd]

        replace useless OSL_FAIL with DBG_UNHANDLED_EXCEPTION_WHEN
        
        Change-Id: I7eebb09d1725eff4793330362e5bfba84a237195

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [94ea966354609f8030872f1520ffbf910a9d28b4]

        tdf#104158 - Crash upon opening Table -> Number Format... in Writer
        
        Change-Id: Ic5d30199250fbb5cc911cc5e7a58e0b7b9b1127c
        Reviewed-on: https://gerrit.libreoffice.org/31201
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [8b718e3774f1ffb69f9aad565216556c798e95f4]

        Handle cases where last-used palette disappeared
        
        ...so PaletteManager::SetPalette(LISTBOX_ENTRY_NOTFOUND) would set
        PaletteManager::mnCurrentPalette to 65535, and
        PaletteManager::GetSelectedPalettePath would do out-of-bounds access into
        PaletteManage::m_Palettes.
        
        That the last-used palette (as stored under in the configuration under
        /org.openoffice.Office.Common/UserColors/PaletteName) may become more common
        with pending changes like <https://gerrit.libreoffice.org/#/c/31199/>
        "tdf#104047 Remove dispensable palettes".
        
        Change-Id: I5641bae04f50fea8aa69027a75de08c22394c281

2016-11-25  Michael Stahl  <mstahl@redhat.com>  [086631af59636cd9a6a45b747a1bc59b4b547794]

        configure: fix harfbuzz build on WNT
        
        The graphite library is always built static, so the graphite headers must
        be included with the GRAPHITE2_STATIC macro, so that the functions are
        not marked __declspec(dllimport) on WNT.
        
        Add GRAPHITE2_STATIC to GRAPHITE_CFLAGS so harfbuzz picks it up.
        
        It's a mystery why vcl even links currently without this.
        
        Change-Id: I80d87fe76afa2d05a5697d56dfaf8cbe97d9f977

2016-11-25  Yossi Zahn  <yossizahn@gmail.com>  [20254e85813b9575ce6dcd999bf943e5ade8978c]

        Add 2 extra number formats for Hebrew locale
        
        Change-Id: I55fc91b49d38f155f6a42b7395b4b44bf6a8f1cf
        Reviewed-on: https://gerrit.libreoffice.org/31180
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [1800862c700428e74aa500c9dee41237b8991932]

        loplugin:stringconstant: look into 'char const * const var = "..."'
        
        Change-Id: I52a97b8ec273509131c2200e47527221cb62d7ee

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [b33b441341abcdaa6e208bee7f0af528620055c5]

        Use string literal directly, instead of going via createFromAscii
        
        Change-Id: I2099575ef0041c818424a85a0ef6daa2cc3fdf72

2016-11-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [c3da6e3844b974d7f3c60f6dd3f66c3aac519a68]

        KAB loplugin:datamembershadow
        
        Change-Id: I1962ab1d131cf714f8bd540b589e793c4389cfb2

2016-11-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [0b0e43d26a669fb98633e73f483720ae8f06f0cb]

        MM UNO always print single files to printer
        
        Fix a missing hunk from e0ad036eed6b151ea81311fcf9ba46f1726b103c,
        which causes assertion, if MM is used via UNO.
        
        Thanks to Alex Kempshall, finding the assertion when testing MM.
        
        Change-Id: Ia0cd6053838adc6f0a4ce93902f06423849bf851

2016-11-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [bbf246e40c7814bfc4038d456d388d1f90048287]

        tdf#102010 Never overwrite MM files via UNO
        
        Fixes the regression introduced by
          commit e637b6743a506ef74c93ccbe15ab6642f3baa34f
        
        This commit removed the crazy bSubjectIsFilename handling,
        where I didn't understood the case of bSubjectIsFilename
        and a user supplied prefix.
        
        Mail merge to files never overwrites an existing document,
        but there is the special case, when a user selects a target
        filename in the MM dialog for single file MM.
        
        Should be fixed by a successive commmit, reverting this and
        removing an existing file before starting the MM job.
        
        Change-Id: Idda487023e6984de9c1e701fc088a6b7f92e9847

2016-11-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [660159a68acd54a8f213920457c1aeed79cffea5]

        MM allow easier manipulation of MM test arguments
        
        Keep the beans::NamedValue vector around and convert it to a
        uno::Sequence just before executing the mail merge job.
        
        Change-Id: Ib2b4863337af20fb4423cc1b4ea4223d66d63ae5

2016-11-25  Eike Rathke  <erack@redhat.com>  [f780deb1e376f28a1c55cf4fb0381d6db2bd49cb]

        replace meaningless OSL_FAIL with DBG_UNHANDLED_EXCEPTION_WHEN
        
        Change-Id: I8aceb106339d879455bd96b2f84b54306f13d062

2016-11-25  Eike Rathke  <erack@redhat.com>  [6c60aa313c0598d9136f0bf6e2adc60654fc28d0]

        introduce DBG_UNHANDLED_EXCEPTION_WHEN for calls with an explanatory message
        
        Change-Id: Ic80f2ed2c0fdff20d1ee1968bec2840bf914fb5e

2016-11-25  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [9d2f30911de2f9d87cebb1a360fabe0bf9c05294]

        Lok: invalidate Writer comments correctly
        
        Because notifications to all views were disabled
        (to avoid moving the cursors of everyone when someone
        adds a comment) invalidation was also broken. The
        issue was observed when a comment crossed tile
        boundaries, the other tile was not redrawn.
        
        This forces invalidation so tiles are rendered
        correctly, fixing this regression.
        
        One small issue remains in that invalidating a
        comment only invalidates the text-area and not the
        complete PostIt (specifically, the author and date
        are not invalidated). This means that they can
        still get trimmed when crossing tile boundaries.
        That will be addressed separately, as it was an
        existing issue before the regression this patch
        fixes.
        
        Change-Id: Ic8173e4873d58836883b897f735fc627bb0572ee
        Reviewed-on: https://gerrit.libreoffice.org/31091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-11-25  Takeshi Abe  <tabe@fixedpoint.jp>  [3f20d981311d87a3c3ccc933f2e8c6e3e6d8ff39]

        starmath: Prefix members of SmBinDiagonalNode etc.
        
        Change-Id: Icd863b23cfca635f901a0aea65fa26dace0aa8f9
        Reviewed-on: https://gerrit.libreoffice.org/31188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [c6bc45880c73be300b1c2604546a67941cbbe7c6]

        Make sure there's a single global RTTI for pdfio::PDFElement and derived
        
        ...as otherwise dynamic_cast<xmlsecurity::pdfio::PDFNameElement*>(...) in
        xmlsecurity/qa/unit/pdfsigning/pdfsigning.cxx will fail at least on macOS,
        causing CppunitTest_xmlsecurity_pdfsigning to fail.
        
        Change-Id: I7c41c994a1e6145b4740a97ffe47d0c42c4e3ca0

2016-11-25  Tor Lillqvist  <tml@collabora.com>  [0ddcff205399692cadf46c26bfe3a52165762a32]

        No need for this local function to be externally visible
        
        Change-Id: Idb2e716cdc4933c2691de2df21a4ee7afda9e597

2016-11-25  Mark Page  <aptitude@btconnect.com>  [ca48cb1dfa212128e0987897a69edc1980ebca90]

        Modify pFilterConfigItem to a smart pointer
        
        Change-Id: Ie964f064f4f5d3735878c2a6b4f6d4b801a8e8e9
        Reviewed-on: https://gerrit.libreoffice.org/31195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-25  Eike Rathke  <erack@redhat.com>  [9b1d3707106b2eca0e94c4c50dcbec104500dafb]

        show next free formatindex hint for errors
        
        Change-Id: I4252a572c1cef02ff5e7de0ecc78d84ddc806919

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [f32a75c25b0450eba9cdd9b343e1263c600c0151]

        convert LF constants to o3tl::typed_flags
        
        Change-Id: I4fa3a62e53eb02fe60c9ca0675709b76e56a7912

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [413e63c301a4a9ca8a4a85d03549fbe240142148]

        convert FILTERCFG constants to o3tl::typed_flags
        
        Change-Id: I01a4df6bb9b90177ce72c61fd0d611a63559166e

2016-11-25  yossizahn  <yossizahn@gmail.com>  [d39bb268eaf3c3aeca2492a6ef8c0c9d0163ec3d]

        Correct spelling of "kislev" for he_IL locale data
        
        See e.g. https://he.wikipedia.org/wiki/%D7%9B%D7%A1%D7%9C%D7%95
        
        Change-Id: I3bf935db50037ff418f269d81004bce4e7388097
        Reviewed-on: https://gerrit.libreoffice.org/31178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [f1eb0bf75296ee9c59241507a1e03f4de770afa1]

        Clean up CLANG_VERSION check
        
        Change-Id: Idfdffd73e9029216775d2a6ad46293ee1a4f1308

2016-11-25  Stephan Bergmann  <sbergman@redhat.com>  [bf53daa49aee46c1e0a5c4117841bc5b9b992f6d]

        Clean up PPCallbacks compatiblity fix
        
        Change-Id: I91f1db18b7876c4ecc30f7f97283e0ef0369eba5

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [d63f42bd2a5827a47e7aeae78dfb53da8c718934]

        declaration of nAllFlags shadows a member of 'this' [-Werror=shadow]
        
        Change-Id: Ifb5adba642e777e5d515c6088c128d31778ecaff

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [b19e71231322a6790759135f3aaab6499d6293dd]

        convert ENABLE flags to o3tl::typed_flags
        
        Change-Id: I47cb052c7437e127c237beee0f2d95948b7c3ad1

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [8cd2334da9e8e19ef7e22081e722563612a1f32d]

        convert SW_CREATE to scoped enum
        
        Change-Id: I003785715df7e72cbf398902aabb5c3fe900a2d7

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [678041c48fe3f03fd4f12a92b6a66cff33d6382b]

        convert HTML_FRM_OPTS to o3tl::typed_flags
        
        Change-Id: I3d8ac978ff626f792e3cff6e2b12a7680addf303

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [e027b1d1d68432149d6f1ffbe8d7469d17c19e71]

        convert CSS1_SCRIPT to o3tl::typed_flags
        
        Change-Id: I4c721cca5eb9bc63c93888e9c214de339552a301

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [adf1a2ba16a92ce8294a031ebf730cb3c1452d84]

        convert SUBCOL constants to o3tl::typed_flags
        
        Change-Id: Ia772e168ac6bf286244712cebb471e869212e86e

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9c8738998cdbb11f8b2e221e8b61609ddf70811]

        convert HTML constants to scoped enums and typed_flags
        
        Change-Id: Iaaede23c95d08016023fc419c83725f437eda080

2016-11-25  Michael Meeks  <michael.meeks@collabora.com>  [ab45b41efe1109e015ecfcb670547d44026e4764]

        osl::Condition - add deprecated markup. Use std::condition_variable.
        
        Change-Id: Id3488a46b12d41bada2711b135ca955259d6e448
        Reviewed-on: https://gerrit.libreoffice.org/31176
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-25  Michael Meeks  <michael.meeks@collabora.com>  [17320183bdcaca335c339eecbba1b660bcc53c96]

        sw: avoid busy loop waiting for OLE objects to load.
        
        Change-Id: I7f26a88d3dcdb47260eb95f7803702d55f4a9119
        Reviewed-on: https://gerrit.libreoffice.org/31164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [93399570a840f015358fec48060d507e7f2aa369]

        fix around cornercases with cxxobjects
        
        Change-Id: Ibd5dad8ca69fa952e4751af961ad957017fbbe40
        Reviewed-on: https://gerrit.libreoffice.org/31181
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [8b511fa1fbc63c449de95b3b4de05298a5944312]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: I8f68531f2ffa419f7a1fd5b4cda1b43988de6b68

2016-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cb580144c286117db485e605c79ce1139cb94fb]

        CppunitTest_xmlsecurity_pdfsigning: add PAdES testcase
        
        Assert the two user-visible changes: SHA-256 hashes and the SubFilter of the
        signature.
        
        Change-Id: I12a2355e2ddfc368bed4430a7b5ad244b5778afe
        Reviewed-on: https://gerrit.libreoffice.org/31173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [426495cb441e6a83cd0d1f74b0ddf656322815b5]

        CppunitTest_xmlsecurity_signing: add XAdES testcase
        
        Assert the two user-visible changes: SHA-256 hashes and the digest of
        the signing certificate.
        
        Change-Id: I0f931ef06f9bfc4be4eaa02a7530d57a414430c1
        Reviewed-on: https://gerrit.libreoffice.org/31172
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [ca83b1fa13db6b3f038b5c4965f50caec90af364]

        convert CSS1_FRMSIZE constants to o3tl::typed_flags
        
        Change-Id: I273166513253a2108c11a9cbae027bde7ca82b99

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f03d97e1dd9e41f91006594baa4a61e74a32586]

        convert CSS1_BACKGROUND constants to scoped enum
        
        Change-Id: Ice20f26e9104126b572446250c94b90ab9dd3da7

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [9b1fdb2e46ead75d6d190b2d091f1e7d948a82c2]

        convert SWXML constants to o3tl::typed_flags
        
        and remove some dead code
        
        Change-Id: Ibda8c4a93e2f1d58b57bfa506eabb6bd29643f74

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [025604bbfa093ec4c29280793d2230e3cc3534d7]

        replace URLLOAD constants with o3tl::typed_flags
        
        Change-Id: Ief6cb3dfc53da8cbae0feded9e215905c7a8459c

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [11980815c782ebfa4003225fc5208e9f05225ba8]

        convert FRM_VALID constants to o3tl::typed_flags
        
        Change-Id: I9a84e0ec9c4319ca2edc8dfcc72bfdb08229ecef

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [ead32fe3fdee8ba9506f8abb3bcbb1bc36137fae]

        convert MODIFY constants to o3tl::typed_flags
        
        Change-Id: I230469605b1b3a2a639f51917c23f1a82ec519b5

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c3cb6bb41ded9c1becbf904b60de76bfbfa38c7]

        convert HTMLCFG constants to o3tl::typed_flags
        
        Change-Id: I0859fdc3e737ab0714e994f1326123e93e93affb

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [2d3dc65dbaf3ce273093d870ae7ae4c49a76fb79]

        convert FOUND constants to o3tl::typed_flags
        
        Change-Id: Ia167ed1abc10188d89e1bd43d7a2b884cb0bf52d

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd7c9afb8b3c49cae80593414eeb262f2e1fb643]

        convert VAR constants to o3tl::typed_flags
        
        and drop the unused EXTENDABLE
        
        Change-Id: Iddb2d4c1f3a3f76e4687ad002c0c4b9f7e6ca055

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [a0ee31da5cb12e353da745455f1b4e9f147410da]

        convert FLAG constants to o3tl::typed_flags
        
        Change-Id: I3b51321c425b8e0039932b5d4b48d35c3bf14378

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2775560ab2fa6166b2ce6fa2811ab10a0ffebe8]

        convert STRING_TYP to scoped enum
        
        Change-Id: If0bcc6e13864fd534eb65eda06b1bc2b5498cee9

2016-11-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [63a6de2cab00e949751fcb35f4814844fc4ec71e]

        convert MODKEY constants to o3tl::typed_flags
        
        Change-Id: I53a6f6f6b12e0fb299e7d76e8e8f354ef3afbbb3
        Reviewed-on: https://gerrit.libreoffice.org/31152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [daf9156c76049873583f1f7c5de96524d7eba68a]

        rename foo target to something more meaningful
        
        - also use gb_Helper_MISCDUMMY were possible (this might fix the
          'circular deps' warnings
        
        Change-Id: I419f39973b5c785c1d8ccba9f8ed75a77f08ffa2
        Reviewed-on: https://gerrit.libreoffice.org/31117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65541cfaa167c9ac80af770c6034badefdc34199]

        store makefile for targets in json too
        
        Change-Id: Iae2f497da5d0ee4f8961a5655573e45a562dd76d
        Reviewed-on: https://gerrit.libreoffice.org/31116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e62fc464f21fdaace28709f316becfa0fc54c0e8]

        use gbuild prefix for tempdirs
        
        Change-Id: Icc262c51fd70ae35b44722be8d4ab767b69ae2a8
        Reviewed-on: https://gerrit.libreoffice.org/31094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1fcd5c48a0ae25822645b83dff42ad3c246e5b28]

        rename the core parts of this from gbuildtoide to gbuildtojson
        
        - the json stuff is universal and not limited in use to IDEs
        - the IDE stuff should keep its gbuildtoide name
        
        Change-Id: If4f190fc6dffba219334d57a53c826515ed57c34
        Reviewed-on: https://gerrit.libreoffice.org/31093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c5b8bd03333803c57e69fd34642d83816c4cdbcb]

        Revert "Revert "improvements to gbuildtoide""
        
        This reverts commit ab9c578ed17cfd9c9a49f22d83f33b0546faedba, except for
        the problematic copy-all-SRCDIR top-level test.
        
        Change-Id: Ie9c2fd725199768ec04852a9bc09b09a331ce6ad
        Reviewed-on: https://gerrit.libreoffice.org/31092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-25  Mark Hung  <marklh9@gmail.com>  [b6f52c5c6bc57d831e09126f802739589e5eea37]

        tdf#96052 - export the forbidden shape as path instead of preset shape.
        
        OOXML noSmoking shape has different definition so that convert LO's
        forbidden shape to OOXML noSmoking do not produce good result.
        I put it on whitelist and now the geometry looks correct although handle
        is lost.
        
        This partially revert unit test for the shape in
        2b4f9d0b2b0006fc7bebb9e696a32eabd1aeb993, where forbidden is exported as
        a preset shape.
        
        Change-Id: I2e134940fa4a36e6b7b814b008d859691fbcdd6a
        Reviewed-on: https://gerrit.libreoffice.org/31110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-24  Michael Stahl  <mstahl@redhat.com>  [6bb20609a2fd1d591cedc7fa2b9cabb589c346c7]

        vcl: rename Window::Notify to EventNotify
        
        There is annoying overloading between Window::Notify and
        SfxListener::Notify, and the Window one has apparently fewer
        implementations, so rename that and remove lots of disambiguating
        "using Notify" in multiply inheriting classes.
        
        Change-Id: I8b597fd9e70cf2e7103b9dfa7cc666e79e7aff49

2016-11-24  Michael Stahl  <mstahl@redhat.com>  [502f0cde77bd45979ba3562e80b59a7d5fd8dc56]

        SwContentTree: those 3 booleans are mutually exclusive
        
        Which is not immediately obvious but SwContentTree::Display() will set
        them accordingly, and it looks like none of the code that currently
        sees 0 or 2 booleans set checks them before Display() cleans them up.
        
        Replace with a state enum which is much more obvious.
        
        Change-Id: I75aaf10dd2e8e1e0547bad1fabb1b6ab48220d62

2016-11-24  Michael Stahl  <mstahl@redhat.com>  [cbdf4e007650cfda4f7808402e8e24ae66d45792]

        tdf#103788 sw: fix use-after-free in navigator dialog
        
        The problem is that if SwContentTree::HasContentChanged() returns true,
        it may have deleted the SwTypeNumber instances that are referenced in
        SvTreeListEntry::pUserData, but it has not reset pUserData so those
        pointers are now used to acceess deleted objects.
        
        Also it looks like the HasContentChanged() detects additional conditions
        that would not cause a modified event from the document but should still
        cause a repaint, such as when the user moves the cursor between
        headings.
        
        Revert the optimization, it was a stupid idea.
        
        (regression from 329742e6c9da7cd7848d92a6846e3d1249d8d9b4)
        
        Change-Id: Idb5207e896b0638324fc41b7c214536be4ba864b

2016-11-24  Michael Stahl  <mstahl@redhat.com>  [c2c4c6ee16120108590dc64f295ab54e34a05ac0]

        SwContentTree: fix bad static downcasts
        
        Change-Id: I52c1b4a028928c3008d95df43dbc6e8183980df4

2016-11-24  Michael Stahl  <mstahl@redhat.com>  [b673ddb7d7a7b09ad171af57acadb3e532030428]

        SwContentTree: assert downcasts of UserData
        
        Change-Id: If85e36deadf3cd388d24501739fce75a8e372892

2016-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [748f778d0f42f2cbb78a7ca7e013bfbd77cdf2b7]

        CppunitTest_xmlsecurity_signing: don't assume we always have a signing cert
        
        This makes this suite in sync with CppunitTest_xmlsecurity_pdfsigning. A
        signing certificate is available on 64bit NSS platforms, as there we
        provide a pre-created NSS db, but on other platforms by default there is
        just no signing certificate.  The certificate.crt I added earlier is not
        enough, that's just the certificate, but it doesn't provide a private
        key.
        
        Change-Id: Ie09d70fc9bc7ab752382eef96659bedb414553f5

2016-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a279d7de4cf94c99f655f6edd0da0c24ab4003c]

        xmlsecurity mscrypto PDF sign: conditionally add back CAdES SubFilter
        
        We can now write that on Windows as well when requested, after the
        signing-certificate attribute is implemented using mscrypto.
        
        With this, the PAdES validator at
        <http://signatures-conformance-checker.etsi.org/protected/upload.php?sigtype=padesconf>
        finds our Windows signature valid.
        
        Change-Id: Iaeb4c36a1eac14e3d3c3c12d9cfd9529e7663f77
        Reviewed-on: https://gerrit.libreoffice.org/31162
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [d04a05a7d4692dcb3083d1089a3f4e78fb07bcbf]

        ditch a pile of other unused rsc stuff
        
        Change-Id: Id982a8898241b20db11b43c18ae2c062c92c61fc

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [427e6996bd042af61fd04aae6381c2958d2fda70]

        can drop InitLangStringTupelList
        
        Change-Id: I2469392a5874b55a071c5f31d467c6f33b03887b

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [936ed583e648a762b7e485c15d08aa380505c4e5]

        these geometry things go nowhere now
        
        Change-Id: If98ca8acccececeff2b335f90d3ef6082f2053d0

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [5dc62f7129af6f1517448cd26c507c09efe5f026]

        aLong unused
        
        Change-Id: I46a714d06df5ac6496e13834a1c9641dc2bf599b

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [b870c1c4d7f3598265ab50b70665b858fc73defc]

        fix indent
        
        Change-Id: Ia3a7d5873815b5b7480b22fb4b3d7f41634c6257

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [1cb07ff1c6c1fe7e81f2edcab1f4a1cd515c24b4]

        aIdLong is unused
        
        Change-Id: If9aaadadc144d40cdc43e51e1f44edb5f8574524

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [f599904124518ebcfe6671b0b2961eb290d96c94]

        RscBreakRange is unused
        
        Change-Id: I80c779f99f530b8ea0f9fd5e255241f0a565eec4

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [c74b62ca6e1790020b0e19cdf2f3ee3d022affbf]

        aNoZeroShort appears unused
        
        Change-Id: Iae1c921c4f57130fe5657ed023f5087ad5e9a82d

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [6f71fa11c0b1c5a9683c43bc98acec57a4d53610]

        vcl makes no use of menu Get/Set DefaultItem
        
        this is exposed through uno however, so move it into VCLXMenu to continue to
        support it doing nothing of great value there
        
        Change-Id: I6888e61cbec85faa2d1fcca8731ab42023e594c6

2016-11-24  Takeshi Abe  <tabe@fixedpoint.jp>  [32cbe7125387397bf269fb6ca83c11cf66f9d543]

        starmath: Prefix members of SmFontNode
        
        Also, make SmFontSize::GetSizeType() return value, not reference.
        
        Change-Id: Ifec68cfbdd5f05396fb0d913ddd6888749fdcfbd
        Reviewed-on: https://gerrit.libreoffice.org/31157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9691cea443a74885b3f81c602efdd3345de1e3f9]

        xmlsecurity: instantiate SignatureVerifierImpl directly in XSecController
        
        Going via UNO for a class in the same module sounds like an overkill.
        
        Change-Id: Iaa5b31d1b888c8d3f1c9b47ee787504191ce3d7d
        Reviewed-on: https://gerrit.libreoffice.org/31148
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [6eaa7a41d8ca4dd38d285799fd1920c3115f89c7]

        Blind fix for Clang 3.6
        
        Change-Id: I56dc86df0d355cfa8af38661892ea2bb580c394b

2016-11-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1722665c5ebd96791a95819c9b2592a8523321bd]

        Probably not a good idea to forget a break here.
        
        Change-Id: Ief02f6fcf46e178da8f34f759a807a988f53c1ff

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [25711a9a384c31f870d6d9ce6fbd0b0c18824c5e]

        Remove dead registry/workben/ stuff
        
        Change-Id: Ie777efded5a5ebe3aad8d2310e174e6f32a21bc3

2016-11-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5a9dc6e8452cec6068a30bb8d7f6edbeacd3174d]

        Some debug facility for AtkListener. Disabled at compile time.
        
        Change-Id: Ia5c9bfcdf38f41b5ff25f8c48122781850bbe113
        Reviewed-on: https://gerrit.libreoffice.org/31141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bdd108cd72e630189c360c5327c480c1d64d55b1]

        tdf#103852 avoid clipboard deadlock
        
        Deallocate the XTransferable object async using AsyncCallback
        (that uses Application::PostUserEvent) which executes the
        callback in a thread-safe way on the main thread. This avoids
        a deadlock at deallocation so that the XTransferable.
        
        Modify AsyncCallback to not hold the SolarMutexGuard because
        Application::PostUserEvent is considered thread-safe.
        
        Document Application::PostUserEvent thread-safety
        
        Change-Id: I4237a1cf380e8be66b3eefc393a58bb4853bf4e1
        Reviewed-on: https://gerrit.libreoffice.org/31126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [e190825b739712ba0c861d74fc1a589c7e94672d]

        coverity#1371267 Missing move assignment operator
        
        Change-Id: Iefcfd20ac17f24f4fc3faec72b15de6bfb42eeac

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [8ceb8b2d141a249127822bd511e66dd855fb1e59]

        Related: coverity#1371267 copy ctor broken, nPagePos not copied
        
        initially operator= was removed by
        
        commit a0a919d2b541c415ad9b81d2ee91895bf106e9bb
        Date:   Fri Oct 3 10:39:28 2014 +0200
        
            remove SvRefBase::QueryDelete
        
        and then operator= was restored by
        
        commit faa6455995966e41653204779d055b885b27fc4c
        Date:   Fri Oct 10 12:02:32 2014 +0200
        
            add copy constructor for ONDXPagePtr class
        
            which I forgot in commit a0a919d2b541c415ad9b81d2ee91895bf106e9bb
            "remove SvRefBase::QueryDelete"
        
        but nPagePos was missed
        
        Change-Id: I6497934d4a199f5ea94cf2da840c164910e7a826

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [9868cfb58ae833b54b671bb7a81db33b845251ac]

        coverity#1394416 ensure there's enough data to read
        
        an alternative attempt to silence coverity
        
        Change-Id: Ia62d1c9075ecee1657554a5f0705fc67656848fd

2016-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7aa2b5a041df8e71a435cccbc79ee13799ec9138]

        CompilerTest_compilerplugins_clang: fix this to work with clang-3.7
        
        Change-Id: I653b9c3aba53da421592b230bee3a9b69d3cb2d7

2016-11-24  Justin Luth  <justin_luth@sil.org>  [8a34ff14f18da0df261ae8f1ca3f23de157706a1]

        tdf#41542 globally allow padding without borders: UI
        
        This is the final fix for tdf#41542 - enabling the UI to adjust the
        padding without requiring an enabled border line.
        
        Because almost every document edited by LO5.3 will gain the setting
        ALLOW_PADDING_WITHOUT_BORDERS = false, it cannot be kept as a
        preventative compatibility setting. Otherwise any document edited
        in 5.3 would act differently from any other document - not being
        allowed to modify borderless padding for frames, even in 5.4+.
        That would be a very confusing corner-case that is best avoided,
        so removing all compatibility code (which currently has no use).
        
        So, if an AllowPaddingWithoutBorders=false compatibility
        situation is ever required in the future, do not
        resurrect the name ALLOW_PADDING_WITHOUT_BORDRES. Additionally, code
        will also be needed to send the compatibility setting for
        each type of border (page, paragraph, character, header, frames, image).
        See commit f013d4a1f4073cda735befd6e446bee35f3db65c as an example
        of how to implement that for frames.
        
        This commit means there is a lot of dead code now (m_bBorderDist and
        mbAllowPaddingWithoutBorders are always true). LO5.7 seems like a good
        target to clean that up - to allow time to easily fix any regressions.
        
        Change-Id: I2d2091fa34f8b178a59347b35a81c944c9b24ed7
        Reviewed-on: https://gerrit.libreoffice.org/31105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [223607e0363230116d09e51b0025057e766ed022]

        loplugin:unnecessaryoverride (dtors) in unotools
        
        Change-Id: I14f10addc701be143b0482dc62d2e90a0862062d

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [31e2e2de4571139bde2fe55a986c8b067cca1dee]

        loplugin:unnecessaryoverride (dtors) in unoxml
        
        Change-Id: Ieca0d355031f25731a519be26145cda3b2172cb1

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [675df4a72e7cc695fec18869dd015a872c287c6e]

        loplugin:unnecessaryoverride (dtors) in vbahelper
        
        Change-Id: I809869a438b710b2c4722027cc78d39a81b0a092

2016-11-24  Stephan Bergmann  <sbergman@redhat.com>  [5ebfc3ad9b27eed8571fa501ed3727218e0008fb]

        loplugin:unnecessaryoverride (dtors) in writerfilter
        
        Change-Id: I2d21d47e8471daf3125a6c81b5b3919820caef46

2016-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b12410f212658996fdb5fb291a06038e9ac39b2e]

        vcl mscrypto PDF sign: write ESSCertIDv2
        
        With this, the value of signing-certificate conforms to the RFC on
        Windows as well.
        
        Change-Id: I09d21026bfecd0453e194f3f4cd8bae9805a5d7a
        Reviewed-on: https://gerrit.libreoffice.org/31150
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [b30e298c3f8d9202a14e0ca08120ccde31e413ee]

        move the FontConfigFontOptions out of FreetypeFontInstance now
        
        Change-Id: Ic6ff21533a53df16fed4ee086f78ff368cb23afd
        Reviewed-on: https://gerrit.libreoffice.org/31130
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-24  Tor Lillqvist  <tml@collabora.com>  [dcbfa4be9bd95ad035770190abc625b64efd462f]

        Show also the message for the last Windows error in our own error handler
        
        That is what the default libxmlsec error handler
        xmlSecMSCryptoErrorsDefaultCallback() does. Why show less information
        in our own handler?
        
        Change-Id: Ibc9f9b5066536d0f5cabbf2bda6d1fa14eca5613

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [f9fee44d1b49d859f9ee6ab22cc34c758aac71f0]

        can have gtk >= 3.10.0 with cairo < 1.14.0
        
        I imagine that without cairo 1.14.0 there's no point scaling, so force 1
        then.
        
        Change-Id: I0e778ed5a57f9ede9f4b78369c470b23b94fe82f

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [c7f2115d774485a235b671c82302dbf38841e3c9]

        coverity#1394669 Uninitialized pointer field
        
        and
        
        coverity#1394670 Uninitialized pointer field
        
        Change-Id: I5869ff5dc19a994d33d44313becec1eb590e31f8

2016-11-24  Tor Lillqvist  <tml@collabora.com>  [8b8f315b51e2c405e3ea51b1c575bee49df7d0bd]

        Nothing from that namespace used here
        
        Change-Id: I05450a0af00b200145312301207b8f6d3af05145

2016-11-24  Tor Lillqvist  <tml@collabora.com>  [8f08d48780dd4877a3949f39b424b8e097ee7e17]

        Bin copy-pasted comment that is meaningless here
        
        Change-Id: Ie18a1bd4c006a9c7a54dc79747cb7e300315640a

2016-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [04a84913ead2f82510d91eea2bb8526274feeeae]

        use o3tl::typed_flags in ConfigurationListener::ConfigurationChanged
        
        Change-Id: I0ad7c02953aa53168dc242f1f374ab871728c84e

2016-11-24  Caolán McNamara  <caolanm@redhat.com>  [a250292c5eb7e4cdb2aa83bc08ae6c86c3ca65a1]

        cairo_surface_set_device_scale is in >= cairo 1.14.0
        
        Change-Id: Iff47499d61dd6eb294d528fa8bfc5baf304ce151

2016-11-24  TiagoSantos  <tiagofsantos81@sapo.pt>  [6bfe94a631b5c5029a1f96a52b000d25e33bad4a]

        extend markup support (/italic/ and -strikeout-)
        
        * adds to LibreOffice markup support for /italics/ and -strikeout-
        * TODO update strings in the Options dialog (they only refer *bold* and
        _underline_)
        * TODO update documentation with new feature
        
        Change-Id: I6fd7bbd036bf406a9e24500d316e7f28a848faab
        Reviewed-on: https://gerrit.libreoffice.org/31076
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [5af0071d42e5962ed849261134ef0630c7ec3b45]

        convert SFX_VISIBILITY constants to scoped enum
        
        * split the position and the flags information
        * remove unused DESKTOP constant
        
        Change-Id: Ibfccb44c7567e89d4527bfd36b3915a73682e6e2

2016-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [0e04b531448d7915b40c59dccef7a9313bd28c11]

        convert SFXWB_ constants to scoped enum
        
        Change-Id: I63d442e51b7e22093da1c232e1b575bc961c0e69

2016-11-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [06dd5b9c9e34ad932b0a111c0ecb9f1e99008a19]

        convert SbDEBUG constants to o3tl::typed_flags
        
        Change-Id: Ifcada5684bacae46ec90c5ce3e58980860fee29f

2016-11-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b367c81d06f64e500063ebb814eda5e8d55309ca]

        replace custom list with std::forward_list
        
        cppcheck warns with publicAllocationError in
        INetMIMECharsetList_Impl::prepend(...)
        >     { m_pFirst = new Node(rCharset, m_pFirst); }<--- Possible leak
        > in public function. The pointer 'm_pFirst' is not deallocated before
        > it is allocated.
        
        We got a single linked list here which is correctly deallocated
        in dtor.
        
        But with C++11 std::forward_list there is no reason to implement or own
        list.
        
        Change-Id: Ia6582061c1e5f1284bd81fafef88ce475ee891aa
        Reviewed-on: https://gerrit.libreoffice.org/31132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-24  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [50106435e9a5bbc067e9beeabc5147ed9f305286]

        tdf#48140 Change types of variables and remove uneeded code
        
        Change-Id: I9a82c7aca3433c474653d8847b6e24ed2249db58
        Reviewed-on: https://gerrit.libreoffice.org/31138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [adeb91e69de33f09b154ccd7f5cdc0ac6c2cfb0c]

        don't use memset on std::vector
        
        cppcheck warns:
        >    memset( mLayoutInfo, 0, sizeof(mLayoutInfo) );<--- Using 'memset'
        > on struct that contains a 'std::vector'. [-]
        mLayoutInfo is an array of LayoutInfo,
        the struct LayoutInfo holds only a std::vector.
        
        remove the memset, as non-POD type LayoutInfo is default initialized.
        
        Change-Id: I3924660e39c488abbbc94404016718242c2c0c7f
        Reviewed-on: https://gerrit.libreoffice.org/31134
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3433b87985486bfe5352fda381bb9683d82b1a5]

        Use std::unique_ptr for the edit engine member of ScInputHandler.
        
        Change-Id: I46c9ac46f2b7d9f803fe5f09c3667c3feb1e65d0
        Reviewed-on: https://gerrit.libreoffice.org/31139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d33a81c24ec0b4a05eb0b69fa85c5fd7eb8ec5a7]

        Reduce the indirection count...
        
        ... by getting the input handler instance directly from the view
        shell that owns it.
        
        Change-Id: I3b6e74285f64457d694db05d591461b291fa34c5

2016-11-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7fe08af6b1c579dc12da836b6bcfa2f84734328a]

        Use std::unique_ptr for the input handler instance here.
        
        Change-Id: I73024b4d49bc99fa2110f5f0f0b80f950ad57baa
        Reviewed-on: https://gerrit.libreoffice.org/31137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-23  Caolán McNamara  <caolanm@redhat.com>  [d9a6e0023c9a192850b9db00f8120fbcc4256ec9]

        Resolves: tdf#99508 ensure sufficient size for hidpi backing surface
        
        and match virtual device scale with widget device scale
        
        Change-Id: I1f35dcbaec94be12758ad6e4276bfd6bda4b1e88
        Reviewed-on: https://gerrit.libreoffice.org/31080
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [d689ad29c28ad7f077c2239a8fa4c2b6307a6aa1]

        New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUString
        
        Change-Id: I613bb70b6828f615fd45af38b2d873ece55ace60

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [5645c15d3df900f65a1d9513155ee38743c543fa]

        loplugin:unnecessaryoverride (dtors) in oox
        
        Change-Id: I55b82f4669d89e8492b456ff8b0b430f444674a3

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [fe3005f4acd0b06f2fe133018b068efe8b6dd96c]

        loplugin:unnecessaryoverride (dtors) in ucb
        
        Change-Id: Ic19075cf0b237415c47a358c677eb19969e98fa5

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [7c70681bf76af56bd82818dad2823dff402e095e]

        loplugin:unnecessaryoverride (dtors) in desktop
        
        Change-Id: I9153f2506a9d054ec2e81a5c0d6f9bb089b73f64

2016-11-23  Olivier Hallot  <ohallot@collabora.co.uk>  [b193e45600fe1445deb6ac5d7a2129b965cc9d2e]

        Updated core Project: help  6025b3e9288965cebf6d5ee7bff8bf4338d1391e
        
        tdf#97745 (part) tweaks in CSS & XSLT
        
        Change-Id: I38370bc7d4a6e90d13aacd6bdf035f636a0c2535
        Reviewed-on: https://gerrit.libreoffice.org/31135
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [ff180af5cb4f0c527cdf5c5cf18bbf6db0cea14c]

        loplugin:externandnotdefined
        
        Change-Id: Ic7866850453a26501e957747bf68f6ffd1b84907

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [aafc083257203d09fb15cbc16dd86539a7df5856]

        loplugin:unnecessaryoverride (dtors) in vcl
        
        Change-Id: I38e24991308bf52e75259a30d332145aef9a757b

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [b73abe292eda22c2332ff819a1ca5f66d0ee7d9f]

        Remove dead sal/workben/ stuff
        
        All this is probably dead for ages, yet it repeatedly got modified over the
        years by clean-up commits, be they driven by cppunit or grep.
        
        Change-Id: I69443f5b25f24bb5735e7179c915f27b4742fcb5

2016-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [f337e95fb50c9edc10aca859aaf08baab5294d2e]

        Make PS on Unix printing use the new layout engine
        
        I’d rather kill PS printing entirely, but this will do for now.
        
        Change-Id: I112cc4855ab722ac07d31231f2a1ea8842b4159a
        Reviewed-on: https://gerrit.libreoffice.org/31133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-23  Christina Accione  <tinaacchione@gmail.com>  [4bb623d9bf545058e6bda2bbc54ef29459e43f2f]

        Updated core Project: help  131ce3ad3e75ddc1f6ecdee3ecb637972dda0a7f
        
        tdf#83289 help page for Impress Photo Album
        
        Change-Id: I09498df6e51561bada2b60ec83d131cd124ad651
        Reviewed-on: https://gerrit.libreoffice.org/31128
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-23  Caolán McNamara  <caolanm@redhat.com>  [4129da25f71f9082c54a3e53dd96927c2bbbe45e]

        reorg a bit and ensure FontConfigFontOptions is always available
        
        Change-Id: Ie671be765ea1d188480a399ae201081a774cb0c0

2016-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [b49611a7cde3607446ad224ff2824c722b17e204]

        This code is only ever compiled on Unix
        
        Remove what seems like incomplete attempt to make it cross platform.
        
        Change-Id: I551fa091a3143925a15fced1de44f7f45929b21e
        Reviewed-on: https://gerrit.libreoffice.org/31131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [705af606f75d870edcaa7fa01e360ae3dd31661b]

        loplugin:unnecessaryoverride (dtors) in chart2
        
        Change-Id: I013fd81467b353262e8de554a06a0b24e4deca6d

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [f338935019ab8e0b19cf7b7ce5151d7cf73e9383]

        loplugin:unnecessaryoverride (dtors) in basic
        
        Change-Id: I5756b96bcc7563b82e35d3cdfdda3b80692767e5

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [5d06df27ad7c4182a5a32d899d52da77238fd13f]

        loplugin:unnecessaryoverride (dtors) in basctl
        
        Change-Id: Ib2754450cd7caa2675b872c8c9f3d41cec950770

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [f963c98845303df5a9bc80dd834005cf745a1d76]

        loplugin:unnecessaryoverride (dtors) in animations
        
        Change-Id: I51b94f43e27da93afb3c44ed5f68e70e457fe8ea

2016-11-23  Caolán McNamara  <caolanm@redhat.com>  [8c3e1465223bd8c824c4cecfd0e6fc387583e592]

        with wayland scaling cairo is meddling with our font
        
        so I see mixed large scaled and small unscaled letters in the writer header/footer
        widget among other places
        
        so don't give it our FreeType font face (FC_FT_FACE), keep that for ourselves,
        but instead set the filename and face index and let it make a new one itself.
        
        Change-Id: I2e5eceb7bf590ccfeb06123d0404120feacfff97
        Reviewed-on: https://gerrit.libreoffice.org/31127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-23  Mike Kaganski  <mike.kaganski@collabora.com>  [24a24e65cafffe137d76de0a6eb5270ea88ebffd]

        tdf#100826: use console for -h and --version also on Windows
        
        This removes the dialog used to show version information and
        command line help on Windows. Now, selecting and scrolling becomes
        possible, code is simplified and unified under all platforms.
        
        Change-Id: Ia749bbb62d697eff655b3a646859c1986a023ec0
        Reviewed-on: https://gerrit.libreoffice.org/31059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4be1a9f9797fece0de236d26d10246853b4df850]

        add initial test case for ScAddress/ScRange tests
        
        Change-Id: Idefa5a9fd9e6e2342bb0ccb9d88c5ca3094991c5
        Reviewed-on: https://gerrit.libreoffice.org/31122
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [dfba3f9fb94ce18a0c0044bf21637bd0fc48fc80]

        mpStream's content needs to outlive mpStream
        
        Change-Id: I70e95c540b8649ee022b26202f866b57a831b277

2016-11-23  Gabor Kelemen  <kelemeng@gnome.hu>  [a3b451122946fbedf6de2aaa65dbccac6f352f87]

        Updated core Project: help  edf19a7a141e1be811be43fab68d630653b9f8c2
        
        tdf#100015 Fix icon paths on the unary and binary operators pages
        
        Change-Id: Ib26d9ac56cd413940ec2c2c71fea281726358c88
        Reviewed-on: https://gerrit.libreoffice.org/30374
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [5b5c453ba08fec648207547b3d34f9d49b5924dc]

        tdf#100015 Move unary and binary operators icons to Galaxy
        
        These are help-only anyways. Also they were on a path
        that was not auto-packaged into images_elementary.zip
        this is fixed as well.
        
        Change-Id: If102bcc70c2cf22eee3c9513ebdda38a634b1f54
        Reviewed-on: https://gerrit.libreoffice.org/30375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-23  Caolán McNamara  <caolanm@redhat.com>  [944f8f8adf6e85b028f03e37f68f067a4eeaafff]

        fold GetGlyphMetric and GetGlyphData together
        
        Change-Id: I12ea240bab223fb62a58a14fecc821e9075fa59e
        Reviewed-on: https://gerrit.libreoffice.org/31114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-23  David Tardon  <dtardon@redhat.com>  [6f1ae11761ddfa2f928254ff51f1860155f670a4]

        upload poppler 0.49.0
        
        Change-Id: I98508a1a2b57c7b39d5be3bf216271001b6a0427
        Reviewed-on: https://gerrit.libreoffice.org/31111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-11-23  Yousuf Philips  <philipz85@hotmail.com>  [e4ec7717ef45d18a2d6a37983b0a3d34c7953919]

        tdf#103170 make blank button labels not translatable
        
        Change-Id: Ib919b9b5acfed3cce57c9e4d22f35141f485e749
        Reviewed-on: https://gerrit.libreoffice.org/31079
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [07b3ea269929148b3289582c9d1e6ac271e3bcc1]

        Carry fix over to CppunitTest_sw_dialogs_test_2
        
        ...from 2ec76e5db5c194e133b6fee5c7f81c04357971f8 "Make sure swui's pSwResMgr is
        initialized in CppunitTest_sw_dialogs_test", across ignorant
        f888d17127557a8fd3867896dcfa1abbb9f6a53d "split sw screenshots test"
        
        Change-Id: I096e22433317186e1a78855532f2c67bd842f366

2016-11-23  Caolán McNamara  <caolanm@redhat.com>  [9f412fa751df401a1e0d1da842eefb390b7e5ff7]

        GetGlyphData is only used by GetGlyphMetric so can be private
        
        Change-Id: I744a43c461a2ed1e404187afeaf25b6265d2570a
        Reviewed-on: https://gerrit.libreoffice.org/31109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb851cbb09adc637bb6e8095050292f7a8c6a7b1]

        vcl mscrypto PDF sign: add initial 'signing-certificate' signed attribute
        
        Equivalent of the earlier NSS commit, payload is just an empty sequence
        at the moment.
        
        Change-Id: I4639e2514ef01d23da04aedc30f63f9e8878223b
        Reviewed-on: https://gerrit.libreoffice.org/31108
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d99a6463ab53a5e4de92c1d2fb6b178e3a5bde2a]

        update IF() test case (add test for tdf#100637)
        
        Change-Id: I279b3a7a05779ad80ee9276608f86fa3fe59d51d
        Reviewed-on: https://gerrit.libreoffice.org/28989
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ca0b7ae19a06cc575c63c64d64fb59dfa91f44be]

        update RECEIVED test case (add test for bug tdf#101228)
        
        Change-Id: Ic29c19df3c3e5a0624365656a725bb4ce4ed4bd3
        Reviewed-on: https://gerrit.libreoffice.org/28990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [382af8a6fa2d44d28539b3eb563f694114916733]

        update DVB test case   (add tests for bug tdf#101204)
        
        Change-Id: I8095bda9e3074c889476759de549bcbb58db9577
        Reviewed-on: https://gerrit.libreoffice.org/28991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-23  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [71862564df1422f84340e421bbef9060c4e41a71]

        OOXML: Write dimension range in full address notation
        
        In every sheet.xml there is information about dimensions, like:
        <dimension ref="A1:AMJ177"/>. During export by LibreOffice to .xlsx,
        when row or column has maximum value, the dimension was
        truncated. For example given "A1:AMJ177" it's saves <dimension ref="1:177"/>.
        It was caused problems with Office 2007 import.
        This patch is fixing that by always using full address notation
        for dimension range,  and allow open documents exported by LO
        properly by MS Office.
        
        Change-Id: Idda1455d1f9db08ade0871110fe40be2667c176c
        Reviewed-on: https://gerrit.libreoffice.org/30960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-23  David Tardon  <dtardon@redhat.com>  [14fc834aebdf4de9276a93e9f595b150a86ee16f]

        upload libmwaw 0.3.9
        
        Change-Id: I22d6fe02bfb122f060cfe2f8f0ba5259eb5cd60b
        Reviewed-on: https://gerrit.libreoffice.org/31088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [6920eb20ae271b4f1cdbf574eb4beb8c796fcc6d]

        sw: clean up redundant initializers in rtfstringbuffer
        
        Change-Id: Ie4bb6689b3b9bdfcfaab1f1c9320792672fb847a
        Reviewed-on: https://gerrit.libreoffice.org/31107
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-23  Michael Stahl  <mstahl@redhat.com>  [f6d2ff1cb7f0f4917a0d4df38d5dcff8e37d20cc]

        presenter console: fix STL assert when exiting slide show
        
        AtkListener::handleChildRemoved() calls removeAccessibleEventListener(),
        apparently without the listener being registered, so the remove() returns
        end(), which isn't valid for erase().
        
        (probably happens since e4e208fa2b0930be5a7cbbe2fab2ff2fe2c4a1ff)
        
        Change-Id: Ia0de1bafe214f5a46f250d6573d8c4b408c9cf26

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e77c931f44c91c40fd67863fd6c3c6c4167ad3ff]

        convert FLT constants to o3tl::typed_flags
        
        and remove the unused ALLFILESFILTER value
        
        Change-Id: I4d7484ed2d9a5efacac652c6557f14caadd89d34

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a31e1f1a3204b2265bfda9ab77d704a93bb40d51]

        convert PROPERTY_FLAG to o3tl::typed_flags
        
        Change-Id: Ib652b83b1beed048cabce91aee22fc98605fd654

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [76ab8c76daa57d21288c3a90f017ea5ae51db564]

        replace CHAR flags with o3tl::typed_flags
        
        the usage of which looks a little dodgy, because this is a bitmask, but
        it's using == everywhere to check them
        
        Change-Id: I8e57d4f943a9048cc457a376ffbdfde0cffe22dd

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [84e3e6ee04c2be0f8fa3a43c8c55bad6b6504f65]

        convert DELMODE to scoped enum
        
        Change-Id: Idd3f45adb43930358420dba464dbdb88fe27b91d

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [ba9b0fb78ab7492839c6127607f9d5a9b3927ed2]

        convert SAD constants to o3tl::typed_flags
        
        and drop unused SAD_TITLE_STORE_AS
        
        Change-Id: I5114958b3954e3dc3ffd941334c6c4dbfbed7aea

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8b555a26067b48f4c1568d476613c5769eb7591]

        convert EF constants to o3tl::typed_flags
        
        and remove now unused ByteVector typedef
        
        Change-Id: I9c4b30aea2608cf97e597b00b4a4ea800efac4ec

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [8af0d5367e2d4cbc04989321f1e68c024d4c343e]

        convert CBTP constants to o3tl::typed_flags
        
        Change-Id: I453a9bacef737a56e381c4172710ec6acf225f0b

2016-11-23  Mark Hung  <marklh9@gmail.com>  [9e3c0bbe0c6f85e1d14c15cf1e94424bb0c387cc]

        oox: update README for recent change.
        
        Change-Id: I0c50ec67b7d71c9a59f5a522f19ec40a4b21090b
        Reviewed-on: https://gerrit.libreoffice.org/31008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [b8283bc46bab7f8bccabaf0d0b2881a5e6a7722e]

        Cleanup OpenSymbol vertical metrics
        
        OS/2 sTypoDescender should be -ve not positive, and the hhea and OS/2
        values should agree. Also OS/2 usWinAscent/Descent should be big enough
        for any glyph in the font.
        
        Change-Id: Iad201f268f4e030565795e858a5a42937328ec80
        Reviewed-on: https://gerrit.libreoffice.org/31060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-23  Stephan Bergmann  <sbergman@redhat.com>  [b96e038a014dc265761c275b238196e42bfa762b]

        Updated core Project: help  ba5028e397bda2a0d8870c29696d55ef2f060c6b
        
        Fix duplicate par_id that broke the build
        
        ...by randomly renaming one of the two identical IDs that got both introduced
        with 576f344764a89a1533d39d1424d3bd4176af1aae "tdf#36038 Help for Extended LCID"
        
        Change-Id: I703e4397c7674c6262683829284c1e2b9a11b5af
        

2016-11-23  Andras Timar  <andras.timar@collabora.com>  [666eb88b3125e8d62e05f6e0fc75cc6653ab42d5]

        make strings localizable
        
        Change-Id: Ic74b55b12926a23e9e98308407a88e73dc9cb0c7

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a4cb47b27c059d92b4e94b249ca3974b72b35da]

        convert GETCRSR constants to o3tl::typed_flags
        
        Change-Id: Ia367d9a1b73d6c5b7a7989da45af0f002c43413c

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [bc83fcc98e2380d3ab7acfa2826b64525e711f72]

        small tidyup in SdrObjEditView::ApplyFormatPaintBrush
        
        Change-Id: I8c1797e78f644bd15eb6d26a96fcc3ed909c2aab

2016-11-23  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [45c7ba7ad6befdc4c212c376ef9399976f6695e1]

        tdf#42949 Remove unnecessary headers from sw/source/filters
        
        Change-Id: I5f4d3fed6e8fd484ba5da835e2954f3c2042f33b
        Reviewed-on: https://gerrit.libreoffice.org/31087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-23  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [9b2e69abfc6386578fe3313362f1bbfe74c36a14]

        tdf#42949 Remove unused uno headers from /sw/source/uibase
        
        Change-Id: Iec10c5411814008f873868382faf245f38eeae1f
        Reviewed-on: https://gerrit.libreoffice.org/31097
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-23  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [741b56fc09e8c9c4361baa7a876fe3c8b81710db]

        tdf#42949 Remove unused uno headers from /sd/source/core
        
        Change-Id: Idab4a8c35474a973ee98e060b99a5ed679dc14ea
        Reviewed-on: https://gerrit.libreoffice.org/31098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-23  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [c840c49b62b919ec4d0d947fe8cd530a785cf80d]

        tdf#42949 Remove unused uno headers from /sw/source/core
        
        Change-Id: I0029144d049ad1c5ee3ff4d188ff969b6881712f
        Reviewed-on: https://gerrit.libreoffice.org/31095
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-23  Aron Budea  <baron@caesar.elte.hu>  [fc88ed47a66e76d279471c1da1193ce90ad8e9e5]

        tdf#103922: Add Tibetan (bo) dictionary
        
        Change-Id: Ief1a83bb87d03e46a3d3fa7702ab852401d3ed89
        Reviewed-on: https://gerrit.libreoffice.org/31089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [aebf05f324661a07f4124a4c48b6fc889d4bfbf6]

        convert ATTRSPECIAL to scoped enum
        
        Change-Id: I8abf09dc5f17343945b909887c580e9016a79ac5

2016-11-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [29a9e97db65bcf5914aed9bf8cb8e8f38c3c5fc0]

        loplugin field-can-be-private in include/vcl..xmlscript
        
        Change-Id: Ia03f7cccb256d825daa4dc6f4c0598448e46e6cf
        Reviewed-on: https://gerrit.libreoffice.org/31069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [c895cb32fa8d1cf7fa82cebbde9d8259e68e66f6]

        Updated core Project: help  576f344764a89a1533d39d1424d3bd4176af1aae
        
        tdf#36038 Help for Extended LCID
        
        Change-Id: Icc2f31b88bcc37dd0d90226de2513531673c8707
        Reviewed-on: https://gerrit.libreoffice.org/30180
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-11-23  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5b7b2c8649596299c8f00b8b3b5056d272e25ccd]

        GeneralFunction is not an enum anymore
        
        Change-Id: Iaf34d31947fc1b85a42c8924561b756d92873be7
        Reviewed-on: https://gerrit.libreoffice.org/31103
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7637a20a622d6799ba867bd0122841a393178545]

        Fix my windows build.
        
        Change-Id: I0cd6213f58e8b2d3d5950dfbb12e524de2950265

2016-11-23  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [c0d4aadf08c16f2d79508367c631366f7a856346]

        [API Change]: Create new GeneralFunction2 for adding median
        
        New functionality added to pivot table became fully
        broken with Eike's revertion:
        50244309501d738e7314fa79785db139c826f8d7
        This commit fixes this problem.
        
        Change-Id: I67cfc63305bb9b2edeed2abd26d729fbf650579f
        Reviewed-on: https://gerrit.libreoffice.org/31096
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6b14e198d31f3189b2f574898dbe6bf6067643ba]

        bump product version to 5.4.0.0.alpha0+
        
        Change-Id: Ia5ed3eab0956bcd746df65b0f234270004804449

2016-11-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4136757b4e51c4e6f7cb4132c95538a7f831ef2c]

        update credits
        
        Change-Id: I8ce476f182ce5004619a8380b9effb135bcf7d55

2016-11-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7e99596e87fe7b4c68c648aaa98e20d168ee554e]

        update emoji autocorrect files from po-files
        
        Change-Id: Iac50196233f1d99eea4f5adcb57b576cbab018b1

2016-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [803ad61c80220ab28c3fb14cfae0985f30b8b868]

        starmath: Prefix members of SmNodeMatrix
        
        Change-Id: I76c7e34878b9d2bc74d2499cf65448f0dd3a17b3
        Reviewed-on: https://gerrit.libreoffice.org/31034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f965a629fba10ecba7bad938a0c1c9c3db1e510d]

        Updated core Project: translations  315ce3da5f7a87ae67a77001152867dac0f8d524
        
        update translations for 5.3.0 beta1
        
        and force-fix errors using pocheck
        
        Change-Id: I96587a8a2e13785525cc386b708359317b0f5985
        

2016-11-23  Tor Lillqvist  <tml@collabora.com>  [0183432b6a4080f19711a723b9e2301bb738160c]

        Revert "tdf#104052: Add LibreColor palette"
        
        Väärin sammutettu.
        
        This reverts commit aa522981e6a0953e157fa13ec5193147653d317b.
        This reverts commit 75fb3f79c3ba5e94740cea947527477bba50b358.
        This reverts commit 250680f57b74f55071d2431e5941dacffa018be4.

2016-11-22  Andras Timar  <andras.timar@collabora.com>  [3d43a7971a4aa7e17a690b0fc2de3fa0571fc082]

        Updated core Project: translations  97e932d28eed355e43a1ae32ac960793a6ae5198
        
        Updated Slovenian translation
        
        Change-Id: Idb2462f4386b5d9d4059fee9c33737b99d300242
        

2016-11-23  Tor Lillqvist  <tml@collabora.com>  [aa522981e6a0953e157fa13ec5193147653d317b]

        Clear the color set before setting it up
        
        Change-Id: I4c4e30be172e8fcb2b6d966f06540b9b1b62b9ad

2016-11-23  Tor Lillqvist  <tml@collabora.com>  [75fb3f79c3ba5e94740cea947527477bba50b358]

        Avoid OUString construction at library load time
        
        Change-Id: Ie56cea732ade971aa276411e7552d4eefe47621a

2016-11-22  Aron Budea  <baron@caesar.elte.hu>  [0155d33972159eae54e7f48faca47a3feac29c99]

        Updated core Project: dictionaries  f023ac778c97881a53035f951fca95cee759888e
        
        tdf#103922: add Tibetan syllable spellchecker
        
        Change-Id: Idd42597c95fac98023e3a6b671ef73f8ead7fabc
        From: https://github.com/eroux/hunspell-bo
        Reviewed-on: https://gerrit.libreoffice.org/30920
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-22  Tor Lillqvist  <tml@collabora.com>  [250680f57b74f55071d2431e5941dacffa018be4]

        tdf#104052: Add LibreColor palette
        
        Based on artwork by Christoph Schaefer, dtp studio oldenburg.
        
        Instead of the suggested change which added an incompatibly licensed
        palette file, add a built-in palette (defined in source code) with the
        same named colours.
        
        Change-Id: I3b97e803c0c7430d2ecde422bb5e6b665731f16a

2016-11-22  Tor Lillqvist  <tml@collabora.com>  [e4a0fa273165d63e82dec9319dbc746f3edbafe5]

        The Palette subclasses don't need to be public
        
        Change-Id: I40f942c202ab3ba1ca13d1b24d0cd72a4c561868

2016-11-22  Tor Lillqvist  <tml@collabora.com>  [1daf867d72d60155cff49a7dfe98c36071ed994b]

        Add newline at end of file
        
        Change-Id: I6c0a72c264fa967e10eca4816cea5385a5f86354

2016-11-22  Tor Lillqvist  <tml@collabora.com>  [5197e99fa6ca77b9d607072bc98c46eb559a2a8d]

        No use of <svx/Palette.hxx> here
        
        Change-Id: I619f07d52d303bdd386383daa359b4dbeb0c70a6

2016-11-22  David Tardon  <dtardon@redhat.com>  [2ad50c9a8c8411a57bbbd7a52734e72ffc4cc0ee]

        avoid loss of text in edited placeholder
        
        How to reproduce:
        1. Create an empty presentation.
        2. Save it.
        3. Click at one of the text placeholders and write something.
        4. Save again.
        5. Reload. The placeholder is missing. (Actually, it's still there, but
           empty and 0-size.)
        
        This only happens if a11y is enabled.
        
        Change-Id: I7ae3d3c6ab0ce91aef01c0e9d62f7963dce965fc

2016-11-22  Michael Stahl  <mstahl@redhat.com>  [ab9c578ed17cfd9c9a49f22d83f33b0546faedba]

        Revert "improvements to gbuildtoide"
        
        This reverts commit 294bfdfaada9ba85ddcf853650a8da9c10f25281.
        
        Unfortunately this shutil.copytree(self.srcdirnative, self.tempsrc)
        copies the entire SOURCEROOT into /tmp, with WORKDIR too if it's not
        an out-of-tree build, which is quite an excessive use of space,
        tmpfs or otherwise, and will no doubt make CI very happy.

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b910bd62eaf000171c669692c40056ff47e4d76]

        [API CHANGE] offapi: remove unused XSecurityController interface
        
        This unpublished interface is not implemented by any C++ object in our
        code and it's unlikely that 3rd-party code used it, so remove it.
        
        Change-Id: Ide956c8a759ff8181dfd58351b79d4a011af50df

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4234b099f1ced2c1929a98ef6133b5280697f00a]

        tdf#99327 vcl PDF mscrypto sign: fix SHA-256 OID
        
        The previous OID only worked with NSS as NSS_CMSUtil_MapSignAlgs() has a
        hack to accept it, saying Windows 2003 generates such OIDs. Don't depend
        on readers of the signature accepting that incorrect OID.
        
        Change-Id: I63e9a363e9e2ad233eeeacea1a354e3190da1ac1

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ed86ee4ebfa215a634e7a0d80b5f7fb479d893a]

        vcl PDF mscrypto sign: upgrade SHA-1 hash to SHA-256
        
        Also:
        
        - avoid writing ETSI.CAdES.detached for now on Windows till doing so
          results in an invalid signature in Acrobat
        - extend the SEC_OID_PKCS1_SHA1_WITH_RSA_ENCRYPTION hack to do the same
          for SHA256 and SHA512 as well, as Acrobat and NSS accepts such
          signatures
        
        Change-Id: Ibb0a204504b29230dd712ffb709d2037c1007218

2016-11-22  Eike Rathke  <erack@redhat.com>  [50244309501d738e7314fa79785db139c826f8d7]

        [API Change] revert incompatible change of enum css::sheet::GeneralFunction
        
        Quick solution before 5-3 branch off without reverting everything related.
        This will need a new constant value type for API instead of the enum and an
        internal mapping from/to the enum.
        
        Kept the GeneralFunction_MEDIAN at all places in uing code so it can be
        easily grep'ed for.
        
        Change-Id: I95256649f16ded08e467003d2924be0ff5efb87f

2016-11-22  Khaled Hosny  <khaledhosny@eglug.org>  [8e31d8a27baa76564f3b71e0d31750ae56873c61]

        Probably a more robust way to fix the test
        
        Change-Id: Ib62df74ee8a53dac13c0ca8a839096932cf84c20

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [f70ae430a047f44ed16868aa8a802c5f65404cf5]

        OPreparedStatement::m_aTypeInfo is unused
        
        Change-Id: I89a43b06a9983e2fac374298db2fef17f3671ab5

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [e19ffa13594640655841f26d797fcd8f49733932]

        Revert "Timer::Start must be called with SolarMutex locked"
        
        This reverts commit 1c3e88a4ffd927d4dda8bb9e0d05cddc6cd685c0; the static
        AutoRecovery instance is only destroyed during exit, but wants to use
        SolarMutex; that causes crashes at least in CppunitTest_services.  Apparently
        needs more thought.

2016-11-22  Khaled Hosny  <khaledhosny@eglug.org>  [34d7602954d4483b3bc9db700e7df2c15348947a]

        tdf#55469 Consistent line spacing across platforms
        
        We current use platform APIs to calculate line spacing, however
        different platforms behave differently:
        
        * FreeType and Core Text will prefer hhea table over OS/2, and OS/2 Typo
          metrics over Win ones.
        * GDI’s TEXTMETRIC only uses OS/2 Win metrics, while NEWTEXTMETRIC seems
          to use Typo one, but we use only the old TEXTMETRIC.
        
        So we get inconsistent line spacing and we have no control which of
        three competing sets of line spacing metrics we end up using.
        
        The current conventional wisdom is that:
        * hhea metrics should be used, since hhea is a mandatory font table and
          should always be present.
        * But if OS/2 is present, it should be used since it is mandatory in
          Windows.
          OS/2 has Typo and Win metrics, but the later was meant to control
          text clipping not line spacing and can be ridiculously large.
          Unfortunately many Windows application incorrectly use the Win metrics
          (thanks to GDI’s TEXTMETRIC) and old fonts might be designed with this
          in mind, so OpenType introduced a flag for fonts to indicate that they
          really want to use Typo metrics. So for best backward compatibility:
          * Use Win metrics if available.
          * Unless USE_TYPO_METRICS flag is set, in which case use Typo metrics.
        
        This patch does this by reading the hhea and OS/2 tables directly and
        implementing the algorithm above.
        
        Quick comparison with Microsoft Office 2016 shows similar line spacing
        as the new line spacing here, so I guess we are improving compatibility
        as well.
        
        Change-Id: I4541e67e3e14508e3529e73083056a09de02e637
        Reviewed-on: https://gerrit.libreoffice.org/31053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c855aec445628f96d3d32cfde6efd4e51e4489c9]

        xmlsecurity: no need to inherit from XSecurityController in XSecController
        
        Change-Id: If26be2b51a1fd8a6ad3e96928e2d142d1ced2845
        Reviewed-on: https://gerrit.libreoffice.org/31074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [bba580fad5ebe7643d4c6879f065d49102bf5069]

        loplugin:datamembershadow
        
        Change-Id: If9e9371569750dd2c970450b808c6c5567faae55

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [1c3e88a4ffd927d4dda8bb9e0d05cddc6cd685c0]

        Timer::Start must be called with SolarMutex locked
        
        cf. DBG_TESTSOLARMUTEX added to Scheduler::Start in
        c00d8271ba443c4f0acf657c226eea4824597f95 "vcl: assert solar mutex is held for
        various timer / scheduler ops."
        
        So cover operations on AutoRecovery::m_aTimer with SolarMutexGuard instead of
        AutoRecovery's own mutex.  Is it safe to split guarding like that here?
        Hopefully.  Would it be better to exclusively use SolarMutexGuard?  Maybe.
        
        The DBG_TESTSOLARMUTEX assert fired at least on macOS when opening some .odb
        file:
        
        > frame #19: 0x00007fffc80e5893 libsystem_c.dylib`__assert_rtn + 320
        > frame #20: 0x000000010f5e4dae libvcllo.dylib`ImplDbgTestSolarMutex() + 110 at vcl/source/app/dbggui.cxx:47
        > frame #21: 0x000000010e6a5d62 libtllo.dylib`DbgTestSolarMutex() + 130 at tools/source/debug/debug.cxx:74
        > frame #22: 0x000000010f5eeb3a libvcllo.dylib`Scheduler::Start(this=0x00000001489233a8) + 58 at vcl/source/app/scheduler.cxx:287
        > frame #23: 0x000000010f62f03f libvcllo.dylib`Timer::Start(this=0x00000001489233a8) + 31 at vcl/source/app/timer.cxx:93
        > frame #24: 0x00000001481b7483 libfwklo.dylib`(anonymous namespace)::AutoRecovery::implts_updateTimer(this=0x00000001489232a0) + 259 at framework/source/services/autorecovery.cxx:2274
        > frame #25: 0x00000001481b3009 libfwklo.dylib`(anonymous namespace)::AutoRecovery::changesOccurred(this=0x00000001489232a0, aEvent=0x00007f92d87d0ec8) + 649 at framework/source/services/autorecovery.cxx:1678
        > frame #26: 0x000000014807e04b libfwklo.dylib`framework::WeakChangesListener::changesOccurred(this=0x0000000148c42488, rEvent=0x00007f92d87d0ec8) + 155 at framework/inc/helper/mischelper.hxx:222
        > frame #27: 0x000000011c13f29e libconfigmgrlo.dylib`configmgr::Broadcaster::send(this=0x00007000082f9e70) + 5694 at configmgr/source/broadcaster.cxx:187
        > frame #28: 0x000000011c0fd9bc libconfigmgrlo.dylib`configmgr::Access::insertByName(this=0x0000000148c118e0, aName=0x00007000082fa258, aElement=0x00007000082fa118) + 3196 at configmgr/source/access.cxx:1232
        > frame #29: 0x00000001481bdd23 libfwklo.dylib`(anonymous namespace)::AutoRecovery::implts_flushConfigItem(this=0x00000001489232a0, rInfo=0x00007000082fa600, bRemoveIt=false)::AutoRecovery::TDocumentInfo const&, bool) + 2483 at framework/source/services/autorecovery.cxx:2092
        > frame #30: 0x00000001481bb09d libfwklo.dylib`(anonymous namespace)::AutoRecovery::implts_registerDocument(this=0x00000001489232a0, xDocument=0x00007000082fa790) + 3597 at framework/source/services/autorecovery.cxx:2519
        > frame #31: 0x00000001481b2a35 libfwklo.dylib`(anonymous namespace)::AutoRecovery::documentEventOccured(this=0x00000001489232a0, aEvent=0x00007f92db3d8620) + 165 at framework/source/services/autorecovery.cxx:1571
        > frame #32: 0x00000001481d025b libfwklo.dylib`framework::WeakDocumentEventListener::documentEventOccured(this=0x0000000148c42548, rEvent=0x00007f92db3d8620) + 155 at framework/inc/helper/mischelper.hxx:258
        > frame #33: 0x0000000109fca69e libsfxlo.dylib`comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>::operator(this=0x00007000082fa910, listener=0x00007000082fa880)(com::sun::star::uno::Reference<com::sun::star::document::XDocumentEventListener> const&) const + 126 at include/comphelper/interfacecontainer2.hxx:272
        > frame #34: 0x0000000109fca4a3 libsfxlo.dylib`void comphelper::OInterfaceContainerHelper2::forEach<com::sun::star::document::XDocumentEventListener, comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> >(this=0x00000001489186b8, func=0x00007000082fa910) + 163 at include/comphelper/interfacecontainer2.hxx:285
        > frame #35: 0x0000000109fca0de libsfxlo.dylib`void comphelper::OInterfaceContainerHelper2::notifyEach<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>(this=0x00000001489186b8, NotificationMethod=21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Event=0x00007f92db3d8620)(com::sun::star::document::DocumentEvent const&), com::sun::star::document::DocumentEvent const&) + 126 at include/comphelper/interfacecontainer2.hxx:298
        > frame #36: 0x0000000109fc9f08 libsfxlo.dylib`(anonymous namespace)::SfxGlobalEvents_Impl::implts_notifyListener(this=0x0000000148918628, aEvent=0x00007f92db3d8620) + 168 at sfx2/source/notify/globalevents.cxx:438
        > frame #37: 0x0000000109fc6874 libsfxlo.dylib`(anonymous namespace)::SfxGlobalEvents_Impl::documentEventOccured(this=0x0000000148918628, Event=0x00007f92db3d8620) + 132 at sfx2/source/notify/globalevents.cxx:243
        > frame #38: 0x000000014957597e libdbalo.dylib`comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>::operator(this=0x00007000082fab30, listener=0x00007000082faaa0)(com::sun::star::uno::Reference<com::sun::star::document::XDocumentEventListener> const&) const + 126 at include/comphelper/interfacecontainer2.hxx:272
        > frame #39: 0x0000000149575753 libdbalo.dylib`void comphelper::OInterfaceContainerHelper2::forEach<com::sun::star::document::XDocumentEventListener, comphelper::OInterfaceContainerHelper2::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> >(this=0x00007f92db0965f0, func=0x00007000082fab30) + 163 at include/comphelper/interfacecontainer2.hxx:285
        > frame #40: 0x000000014957407e libdbalo.dylib`void comphelper::OInterfaceContainerHelper2::notifyEach<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>(this=0x00007f92db0965f0, NotificationMethod=21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00, Event=0x00007f92db3d8620)(com::sun::star::document::DocumentEvent const&), com::sun::star::document::DocumentEvent const&) + 126 at include/comphelper/interfacecontainer2.hxx:298
        > frame #41: 0x0000000149573dfb libdbalo.dylib`dbaccess::DocumentEventNotifier_Impl::impl_notifyEvent_nothrow(this=0x00007f92db0965a0, _rEvent=0x00007f92db3d8620) + 379 at dbaccess/source/core/dataaccess/documenteventnotifier.cxx:196
        > frame #42: 0x0000000149574580 libdbalo.dylib`dbaccess::DocumentEventNotifier_Impl::processEvent(this=0x00007f92db0965a0, _rEvent=0x00007f92db3d8610) + 224 at dbaccess/source/core/dataaccess/documenteventnotifier.cxx:229
        > frame #43: 0x000000010832ba30 libcomphelper.dylib`comphelper::AsyncEventNotifierBase::execute(this=0x000000014df32dd0) + 1184 at comphelper/source/misc/asyncnotification.cxx:163
        > frame #44: 0x000000010832e28a libcomphelper.dylib`comphelper::AsyncEventNotifierAutoJoin::run(this=0x000000014df32dd0) + 90 at comphelper/source/misc/asyncnotification.cxx:263
        > frame #45: 0x000000010832f23e libcomphelper.dylib`::threadFunc(param=0x000000014df32dd0) + 30 at include/osl/thread.hxx:185
        > frame #46: 0x0000000107e9bc27 libuno_sal.dylib.3`osl_thread_start_Impl(pData=0x00007f92db351d30) + 295 at sal/osl/unx/thread.cxx:240
        > frame #47: 0x00007fffc82a1aab libsystem_pthread.dylib`_pthread_body + 180
        > frame #48: 0x00007fffc82a19f7 libsystem_pthread.dylib`_pthread_start + 286
        > frame #49: 0x00007fffc82a1221 libsystem_pthread.dylib`thread_start + 13
        
        Change-Id: I58fe8d61bfc491fa635b75d471a221bbb55c0f6e

2016-11-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [294bfdfaada9ba85ddcf853650a8da9c10f25281]

        improvements to gbuildtoide
        
        - move supported module selection from the test directly into gbuild, it
          should not be possible now to have 'make gbuildtoide' failing, it
          should skip problematic parts
        - move from whitelisting to blacklisting bad modules
        - toplevel 'make gbuildtoide' should work now, so add test (limit to
          non-Windows for now, as Windows is stupid and slow)
        - remove spurious debug output in test
        
        Change-Id: I9838dd2fa091e5fb3e56f414f60164086e8f2076
        Reviewed-on: https://gerrit.libreoffice.org/31072
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [2c16af58eeb9a5092656e5df67ec504288645068]

        Destroy item sets in SdDialogsTest::tearDown
        
        ...as they apparently hold raw pointers to objects destroyed early, so only
        destroying the item sets in the SdDialogsTest dtor caused use-after-free crashes
        during shutdown.
        
        Change-Id: Ibe3848c81a56fb0db4bf1fca0eab35836aab6a66

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [a0ed1c9ad9b72347eff85c80ab85d49e7a414396]

        external/icu: Silence -fsanitize=null
        
        ...as seen during CppunitTest_sd_dialogs_test:
        
        > collationdatareader.cpp:422:13: runtime error: null pointer passed as argument 1, which is declared to never be null
        > /usr/include/string.h:66:33: note: nonnull attribute specified here
        >     #0 0x7fc3fc837f72 in icu_58::CollationDataReader::read(icu_58::CollationTailoring const*, unsigned char const*, int, icu_58::CollationTailoring&, UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/collationdatareader.cpp:422:13
        >     #1 0x7fc3fc7fc0bb in icu_58::CollationLoader::loadFromData(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:395:5
        >     #2 0x7fc3fc7fad16 in icu_58::CollationLoader::loadFromCollations(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:376:16
        >     #3 0x7fc3fc7f0c74 in icu_58::CollationLoader::createCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:221:16
        >     #4 0x7fc3fc7f079e in icu_58::LocaleCacheKey<icu_58::CollationCacheEntry>::createObject(void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:144:20
        >     #5 0x7fc4262d558f in icu_58::UnifiedCache::_get(icu_58::CacheKeyBase const&, icu_58::SharedObject const*&, void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/common/unifiedcache.cpp:409:17
        >     #6 0x7fc3fc806774 in void icu_58::UnifiedCache::get<icu_58::CollationCacheEntry>(icu_58::CacheKey<icu_58::CollationCacheEntry> const&, void const*, icu_58::CollationCacheEntry const*&, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/../common/unifiedcache.h:234:8
        >     #7 0x7fc3fc7f1c93 in icu_58::CollationLoader::getCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:466:12
        >     #8 0x7fc3fc7f76d4 in icu_58::CollationLoader::loadFromBundle(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:299:16
        >     #9 0x7fc3fc7f0ae5 in icu_58::CollationLoader::createCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:219:16
        >     #10 0x7fc3fc7f079e in icu_58::LocaleCacheKey<icu_58::CollationCacheEntry>::createObject(void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:144:20
        >     #11 0x7fc4262d558f in icu_58::UnifiedCache::_get(icu_58::CacheKeyBase const&, icu_58::SharedObject const*&, void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/common/unifiedcache.cpp:409:17
        >     #12 0x7fc3fc806774 in void icu_58::UnifiedCache::get<icu_58::CollationCacheEntry>(icu_58::CacheKey<icu_58::CollationCacheEntry> const&, void const*, icu_58::CollationCacheEntry const*&, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/../common/unifiedcache.h:234:8
        >     #13 0x7fc3fc7f1c93 in icu_58::CollationLoader::getCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:466:12
        >     #14 0x7fc3fc7f5a19 in icu_58::CollationLoader::loadFromLocale(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:247:16
        >     #15 0x7fc3fc7f0956 in icu_58::CollationLoader::createCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:217:16
        >     #16 0x7fc3fc7f079e in icu_58::LocaleCacheKey<icu_58::CollationCacheEntry>::createObject(void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:144:20
        >     #17 0x7fc4262d558f in icu_58::UnifiedCache::_get(icu_58::CacheKeyBase const&, icu_58::SharedObject const*&, void const*, UErrorCode&) const workdir/UnpackedTarball/icu/source/common/unifiedcache.cpp:409:17
        >     #18 0x7fc3fc806774 in void icu_58::UnifiedCache::get<icu_58::CollationCacheEntry>(icu_58::CacheKey<icu_58::CollationCacheEntry> const&, void const*, icu_58::CollationCacheEntry const*&, UErrorCode&) const workdir/UnpackedTarball/icu/source/i18n/../common/unifiedcache.h:234:8
        >     #19 0x7fc3fc7f1c93 in icu_58::CollationLoader::getCacheEntry(UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:466:12
        >     #20 0x7fc3fc7f1525 in icu_58::CollationLoader::loadTailoring(icu_58::Locale const&, UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/ucol_res.cpp:164:19
        >     #21 0x7fc3fc7ba783 in icu_58::Collator::makeInstance(icu_58::Locale const&, UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/coll.cpp:460:40
        >     #22 0x7fc3fc7bb891 in icu_58::Collator::createInstance(icu_58::Locale const&, UErrorCode&) workdir/UnpackedTarball/icu/source/i18n/coll.cpp:448:16
        >     #23 0x7fc3f196cf17 in com::sun::star::i18n::Collator_Unicode::loadCollatorAlgorithm(rtl::OUString const&, com::sun::star::lang::Locale const&, int) i18npool/source/collator/collator_unicode.cxx:375:57
        >     #24 0x7fc3f1945c22 in com::sun::star::i18n::CollatorImpl::loadCollatorAlgorithm(rtl::OUString const&, com::sun::star::lang::Locale const&, int) i18npool/source/collator/collatorImpl.cxx:93:25
        >     #25 0x7fc3f1944a53 in com::sun::star::i18n::CollatorImpl::loadDefaultCollator(com::sun::star::lang::Locale const&, int) i18npool/source/collator/collatorImpl.cxx:79:20
        >     #26 0x7fc41d2c12e6 in CollatorWrapper::loadDefaultCollator(com::sun::star::lang::Locale const&, int) unotools/source/i18n/collatorwrapper.cxx:75:45
        
        Change-Id: I21868c0a80e06587f9ed802ec3f8d5a89f3cb9aa

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [627a2fa0a75f7920df6d5e5d5c75accb118f1956]

        Exit gb_CppunitTest_localized loop on first failure
        
        ...instead of ignoring failures in every but the last iteration
        
        Change-Id: Ie80e78f75aaec5e9b1625c2e1ef740adf31fab1b

2016-11-22  Caolán McNamara  <caolanm@redhat.com>  [19c3559e873e79a178e9c4932363e2a2cc1b9ac0]

        Resolves: rhbz#1397181 toolbar layout manager not respecting drag cancel
        
        plus restore original mbDockCanceled state after wayland-enforced
        cancel otherwise next drag won't work
        
        Change-Id: Idefed25b925b36d0bf72b77609c4fc2eb47f71b9

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6971159bb4468110d79c8367fcd776138302c1b9]

        Executable_pdfverify: move pdfverify.cxx to workben/
        
        That's where the implementation of such internal test binaries usually
        are.
        
        Change-Id: Ib7d2eb95de96d0d82e90e51f58da3a0c15a2ec71
        Reviewed-on: https://gerrit.libreoffice.org/31073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c18387dd46391f033af504792b33b6ff4a4e9ad]

        vcl NSS PDF sign: write IssuerSerial sequence
        
        Nominally this is optional, but RFC 5035 says:
        
        "The encoding of the ESSCertIDv2 for this certificate SHOULD include the
        issuerSerial field."
        
        So do write it, it fixes a warning issued by the PAdES validator from
        <https://github.com/esig/dss>.
        
        Change-Id: I344f79e17febe82a697a0936a837c17aefa242df

2016-11-22  Mike Kaganski  <mike.kaganski@collabora.com>  [cc17915f6937a333bf7b741110dbdee39b1e3eb4]

        Retain sheet protect options throughout unprotect/protect session
        
        Currently, unprotecting a sheet clears the protection options it
        had (i.e. if to allow users to select protected/unprotected cells).
        So, protecting next time requires setting these options again.
        Unprotecting a sheet usually happens when author edits e.g. a form
        and intents to re-protect it when the edit is done, so it would be
        handy to restore previous flags as they were before.
        
        This patch allows saving the protection settings by using
        current ScTableProtection copy with its protection set to appropriate
        value, instead of new clean ScTableProtection or nullptr.
        
        This does not allow to save the flags between edit sessions if the
        protection is unset.
        
        Change-Id: Ieaba4eee746efcf05308dbc88e402c200a59b0d2
        Reviewed-on: https://gerrit.libreoffice.org/31044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [87e040fd0f04307534920d0765af6d5878794a98]

        tdf#71409: Stop listening to objects going out-of-focus.
        
        This helps eliminate the number of AtkListener objects growing
        over time.
        
        Change-Id: I5cfeac8beae8e950382116544da99ad9c1c1a254
        Reviewed-on: https://gerrit.libreoffice.org/31062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0ef7474521413c8967559a635e6fdc0d88f1df6]

        tdf#71409: Use weak reference to avoid potential circular references.
        
        AtkListener shouldn't be holding a reference back to the context /
        broadcaster it listens to, as the latter also holds a reference to
        the former.
        
        Change-Id: Ie75cc4667f614752db710c20acbb83b93783654f
        Reviewed-on: https://gerrit.libreoffice.org/31063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [e010834dc1a82fcb80dc23025001a752a0fb60a4]

        remove some more global OUStrings
        
        Change-Id: Ic02754f98bfda3b7cd8c06857123d363a96e8d0e
        Reviewed-on: https://gerrit.libreoffice.org/31071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-22  Michael Stahl  <mstahl@redhat.com>  [6a18fdceb5e6a2f2f9029ec767b405b4475a19e0]

        trivial makefile cleanups
        
        Change-Id: Ida5bdfa06ecd7907305f4f171ca5ab64260d0259

2016-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac9ba521176c602544bf5fe1fdc1d216bfdd9849]

        loplugin:countusersofdefaultparams in include/sfx2
        
        Change-Id: I8b5e3ebbfb715d0b6aec2c4137f0ff524b63227e
        Reviewed-on: https://gerrit.libreoffice.org/31065
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [0de1b34a89a5bafa87a031da7e53e902ec14312c]

        New loplugin:oslendian
        
        ...to catch new places where defined'ness of OSL_BIG/LITENDIAN would be checked
        without osl/endian.h being included; cf.
        e2f08f9def0869460ad38a1c2adb450778290f6e "connectivity, sc: add missing #include
        <osl/endian.h>" and 2b14fb3a4f92b928f0a5fc536c6a5f4a6e51a9b8 "cppcanvas, oox:
        add missing #include <osl/endian.h>".
        
        Change-Id: I167c8916a01391b7dacad7325153ccf35d3ba9dc

2016-11-22  Khaled Hosny  <khaledhosny@eglug.org>  [37a14c5e359a554195fbcbe2805a284ccf4cb677]

        Add the missing Adobe Symbol Encoding glyphs
        
        Copied from SymbolNeu font which is metric compatible with Microsoft’s
        Symbol font, from:
        http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/croscorefonts-1.23.0.tar.gz
        
        With the following license:
        Licensed under the Apache License, Version 2.0
        
        This fixes the original issue that was fixed in:
        
        commit 8556cd881270823865662e9a7700da58d11c2785
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Thu Mar 6 09:48:54 2014 +0100
        
            cp#1000039 DOC import: ignore symbol charset of the symbol font
        
        Which was reverted in:
        
        commit d8c386593e42e1f0cce52d052b1009c59e75afa2
        Author: Khaled Hosny <khaledhosny@eglug.org>
        Date:   Thu Nov 17 15:03:39 2016 +0200
        
            tdf#103944: Fix symbol font remapping
        
        No test this time, as I don’t think we can currently test which glyph
        ended up being used (or the visual rendering of the document).
        
        Change-Id: I82aef00862502fbe69d94a228307b8cff97ab336
        Reviewed-on: https://gerrit.libreoffice.org/30961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-22  Andras Timar  <andras.timar@collabora.com>  [4ebf1ea7cb66fc3e6b94cd38dd233aaead69f3d5]

        Updated core Project: translations  f88396624a2f348f845818564210947f3e738e55
        
        Updated Slovenian translation
        
        Change-Id: I5766d65b3a525745e7d02c316ab2b27ac79a448f
        

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [4026c85d9d81bd49346597773c90e9167c4dae7b]

        Sort lines lexicographically
        
        Change-Id: I4dc6bebb41b0e1beee58631fdf92dea82ae38db7

2016-11-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8a50ea54546a51fc7a2a28174031e7351dbed10e]

        tdf#102872 Add qa unit test for BASIC methods
        
        Add test if several methods still works
        
        Change-Id: I8d26e5e3555dbbc0f07152138e1bc0cd65d90998
        Reviewed-on: https://gerrit.libreoffice.org/30166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9f7a4ddaed85427522834597271967ee494b436]

        tdf#103982 DOCX export: make sure SdrObject margin is non-negative
        
        Regression from commit a5a836d8c43dc9cebbbf8af39bf0142de603a7c6 (DOCX
        filter: effect extent should be part of the margin, 2014-12-04), the
        effect extent is added to the nominal margin in DOCX, so we exclude that
        from the margin in our document model. But it shouldn't be ever
        negative, ST_WrapDistance is a restriction of the W3C XML Schema
        unsignedInt datatype.
        
        Change-Id: I82b3c1ba0e3a14f7c585b0d389264a2c12e454e7
        Reviewed-on: https://gerrit.libreoffice.org/31064
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-22  vsfoote  <vstuart.foote@utsa.edu>  [5c12939540fafb02de2f8c91a3022f9e16a1e38f]

        tdf#80196 - Standardized color palette normalized by graytone
        
        mathematically generated colors, attachment 101316 attachment 104623
        authored by Wade D. Peterson contributed CC0 in the public domain
        
        Change-Id: I06b1b58b1c9e8cf2ef15e581fcf148b74ed36301
        Reviewed-on: https://gerrit.libreoffice.org/31061
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-22  V Stuart Foote  <vstuart.foote@utsa.edu>  [2bea44c420c3d2dcc55504c3922aea8562a35db8]

        Revert "tdf#80196 - Standardize color palette using mathematically generated colors"
        
        This reverts commit 6f3bf1cdc48b62caec1e54a6aa6db41b4a56d1c4.
        
        Change-Id: Id077d1603ff2a5c82ba56b700b5e1fdfa637c877
        Reviewed-on: https://gerrit.libreoffice.org/31054
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-22  Stephan Bergmann  <sbergman@redhat.com>  [c5940eab8ecfbd0d878f6fe714db32fd9d3e73c3]

        Make sure there's a single global RTTI for SfxLinkItem
        
        ...as otherwise dynamic_cast<SfxLinkItem*>(...) could fail at least on macOS (as
        observed with CppunitTest_sc_screenshots)
        
        Change-Id: I4a41a8b085b839598119791637f79cd467ad4130

2016-11-22  Lionel Elie Mamane  <lionel@mamane.lu>  [6040dfb5ecf9945ba9c47a87a92506ad8bc88f0b]

        tdf#101789 work around DYLD_LIBRARY_PATH limitations on newer MacOS X
        
        Change-Id: I6e3cbff1ec7a75e896ba5bafb9d1fbccc3bc8909

2016-11-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [a306168816755058f246dcffebce5c397ac40e98]

        remove redundant space in string
        
        Change-Id: I7fbfe0ac11ef5dbe23b0fa3864c647682d1a73a7
        Reviewed-on: https://gerrit.libreoffice.org/30938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [b39dfb4703ba5225da3cdc2911461e4cae83aa8e]

        re-organise SdrObject class definition
        
        it had public/private/protected sections all over the place.
        Also use loplugin can-be-private analysis to make some fields and
        methods private.
        
        Change-Id: Ibb3c8d1f58753ff5599d94106f0991af152217d2
        Reviewed-on: https://gerrit.libreoffice.org/31055
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f9cdf0814c8364ee6000075f8c04bc7fa2e51f8]

        can-be-private analysis needs to ignore virtual methods
        
        Change-Id: I1e2f28ed550ff9751912f70e3eec511ddc5b75cf

2016-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bf8f90bf3f3db2128c4f61ed5a795166d42cd79a]

        Remove excessive parenthesis.
        
        Ugly.
        
        Change-Id: Ifdb9638e998b83c7aeaf9908f9584ff69d56d7b2

2016-11-22  Henry Castro  <hcastro@collabora.com>  [3aac26671d9a14681dd505d86b58cd6e157434a4]

        lok: add command values .uno:FontSubset
        
        Conflicts:
        	desktop/Library_sofficeapp.mk
        
        Change-Id: Id36a98c32f0eb5e88e4e9a714e260a71d7465c05
        Reviewed-on: https://gerrit.libreoffice.org/31033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-11-22  Eike Rathke  <erack@redhat.com>  [f1034343b4a8fe5b540d07029cd97bba7208c9b5]

        unit test for tdf#104096, ScRange::Parse() with trailing characters
        
        Change-Id: I5df087b0ad25b78c6badf72afba6c189e48ec7ca

2016-11-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5a4e106be6778f7e96fa36d2076ef4e7a90f81d9]

        tdf#42949 Remove not needed uno headers from sc/source/core
        
        Change-Id: I1fd2b647caaa947390443ec41591a7ea050c4819
        Reviewed-on: https://gerrit.libreoffice.org/31046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [883024d657fb45c7da459017d2f936aac5644bfb]

        FieldDecl::getParent fires assert for Objective C @interface members
        
        (like in vcl/inc/osx/a11ywrapper.h's AquaA11yWrapper), at least on recent Clang
        trunk, from within the call to cast() in
        
          cast<RecordDecl>(getDeclContext())
        
        as the decl context apparently is something other than a RecordDecl.
        
        Change-Id: I238bae44d6db0f04bf8f90b0032489e3b4822eee

2016-11-21  Eike Rathke  <erack@redhat.com>  [8846cc2218091aa2af8ee3aadd81fd8a80e3b303]

        Resolves: tdf#104096 reset also rRawRes if trailing characters are present
        
        ... in lcl_ScAddress_Parse_OOo() so that ScRange::Parse() doesn't receive a
        "partially valid" result and does not attempt to follow the entire column/row
        path.
        
        Change-Id: Ie37c9d22280e30f770422fb621e3b9d972ec1546

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [3ec6de78f62a068b185068886d1beb8d287ddabe]

        loplugin:datamembershadow
        
        Change-Id: I773bb19ae33709421fde01426716dcf52065402f

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [8442bda2ca252a77b091fdf7140f972220b1895e]

        loplugin:datamembershadow
        
        shadowed OCatalog::m_xMetaData can be used here directly
        
        Change-Id: I1041272b98139fda2413442e4621507655ab67ca

2016-11-21  Julien Nabet  <serval2412@yahoo.fr>  [f0fa43ea99ac7564f2cc7ca1d997831808056b68]

        Revert "Revert "std::list<sal_uLong> to deque""
        
        + use returned iterator by insert method call
        This reverts commit 1a583283d6b58c8951cb52faac82ecb24fdbf1b3.
        
        Change-Id: I02547663230fb7b5959df349c4d395bbadd74c3b
        Reviewed-on: https://gerrit.libreoffice.org/30439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-21  Julien Nabet  <serval2412@yahoo.fr>  [4c62de279a6783236a5e0811d0733e107c127fe3]

        Fix various "unmapped accelerator key" on MacOs
        
        Add mapping for:
        KEY_SEMICOLON
        KEY_BACKSPACE
        KEY_PAGEUP
        KEY_PAGEDOWN
        KEY_UP
        KEY_DOWN
        KEY_RETURN
        KEY_BRACKETLEFT
        KEY_BRACKETRIGHT
        
        Retrieved from AquaSalFrame::GetKeyName
        I would have preferred to use this function and remove custom mapping to avoid dup but mapping is a bit different
        eg: in AquaSalFrame::GetKeyName KEY_A to KEY_Z uses sal_Unicode( 'A' + (i - KEY_A) )
        In SetAccelerator, we use sal_Unicode( 'a' + (i - KEY_A) )
        and when using GetKeyName, LO segfaults.
        
        Change-Id: I3808cdcd1c0566e768a98a211bc1f41ff012a32f
        Reviewed-on: https://gerrit.libreoffice.org/30909
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [bd614b91352b5a0a291f33a428c95d7bcbf34679]

        Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY
        
        i.e., css::uno::Any function template specializations
        
          Any::has<Any>() const
          Any::get(Any const &) const
          operator >>=(Any const &, Any &)
          operator <<=(Any &, Any const &)
        
        that don't make much sense (the first is always true, the rest can be replaced
        with operator =, which additionally supports move semantics).  For 3rd-party
        compatibility, do this only for LIBO_INTERNAL_ONLY, however.
        
        However, some generic template code did benefit from operator >>= working also
        for Any, so make up for that with a new (LIBO_INTERNAL_ONLY, given that
        operator >>= still covers if fine for !LIBO_INTERNAL_ONLY) fromAny,
        complementing the existing toAny.
        
        Change-Id: I8b1b5f803f0b909808159916366d53c948206a88
        Reviewed-on: https://gerrit.libreoffice.org/30022
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-21  Khaled Hosny  <khaledhosny@eglug.org>  [05d175a8efceccd684c9e3d7f428073f1b142346]

        Minor
        
        Change-Id: Icb074b628ae479dfe05cc1fe10121f96c492806e

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [76683829204103446476443b099492c402929004]

        Update the reference rdbs to libreoffice-5-2
        
        (This deliberately leaves out the published
        css.mozilla.XRemoteServiceManagerProvider originally manually removed from
        offapi/type_reference/offapi.idl with 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4
        "tdf#96398 kill remaining NPAPI support for plugins _inside_ LO" and now fully
        removed with b5589970125ae4b8c0a091cfc12d058ca42ce2ab "[API CHANGE] Remove
        tdf#96398 leftover XRemoteServiceManagerProvider".)
        
        Change-Id: I75d4cd82ba306099e2563a44739bfb3867a265e9

2016-11-21  Wastack  <btomi96@gmail.com>  [3ec084d61e9c8aa0199b52de43fe288001f47e6d]

        get table name from resultset simply
        
        There is a much simpler way to access table name in ResultSetMetadata
        in Firebird sdbc which I didn't notice before.
        
        Change-Id: Ib306c04acf38ec86475d8d1a22a67012fe48539e
        Reviewed-on: https://gerrit.libreoffice.org/30931
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [b5589970125ae4b8c0a091cfc12d058ca42ce2ab]

        [API CHANGE] Remove tdf#96398 leftover XRemoteServiceManagerProvider
        
        4c18af27bf95b332ee2006cfc0bbf469fb1a84d4 "tdf#96398 kill remaining NPAPI support
        for plugins _inside_ LO" had removed various other (also published)
        offapi/com/sun/star/mozilla/*.idl files, and had included removal of
        css.mozilla.XRemoteServiceManagerProvider from offapi/type_reference/offapi.idl,
        but had forgotten to actually remove this .idl file---apparently an oversight.
        
        Change-Id: I1a8f0c594829a5dd6025ff6c2b6a6fa9a109ca36

2016-11-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [597f7b1f02be79f2443230c963b6d1bb594cffa0]

        tdf#48140 Replace uno call from worksheethelper.cxx
        
        Change-Id: Ibf738d67af6536e9300e11f8d4fa3fe79ab7099b
        Reviewed-on: https://gerrit.libreoffice.org/31006
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [069445f9cdf4d3f48cbfcf7cb4bf02d16f74956e]

        tdf#42949 Remove not needed uno headers from filters/xml
        
        Change-Id: I5be5150a41906aa550e1fe00aa1647d79315172d
        Reviewed-on: https://gerrit.libreoffice.org/31043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  Wastack  <btomi96@gmail.com>  [a2686cc717187637c47f9c748b115a46bf16eced]

        tdf#74172 ensure prepared while setting numeric
        
        Change-Id: I727a0af5c3aa1b2e1f6c251b2dcb32feb46041d6
        Reviewed-on: https://gerrit.libreoffice.org/30933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-11-21  Mike Kaganski  <mike.kaganski@collabora.com>  [efbf399e773c6fc04496331b6ff1efde54bd4f9e]

        related: tdf#90362: remove option from Formatting Aids
        
        The option to ignore protection breaks expected functionality
        (protection, including sections protected with password), and may
        cause problems mentioned in original bug. This only should be used
        in specific recovery situations.
        
        Moving it from user-visible page to Expert Configuration.
        (Previously, changing it in Expert Configuration hadn't effect.)
        
        Change-Id: Ice2f20200584acd6b476e002eb783820fa823611
        Reviewed-on: https://gerrit.libreoffice.org/30968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [6f8f053a22a9010b50e6142443909bd31d5501df]

        set the search toolbar so it doesn't move around wrt table/numbering toolbars
        
        - in Writer
        - Ctrl+F
        => search field/toolbox appears at the bottom
        - enter some search term and click on the "Find Next" arrow
        - if the searched term appears in in a list or a table, the
        corresponding contextual toolbox appears _below_ the search toolbox,
        pushing it one row above.
        => as user searchs repeatedly by clicking on the "Find Next" arrow, user tends
        to click on the appeared toolbox, triggering unwanted actions (like re-starting
        numbering of lists).
        
        As a user, I'd like to have:
        - the search toolbox remaining fixed on the screen and not moving around
        
        Change-Id: I809f1ff4479c31917323a39e15079205553e8b22

2016-11-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [66ccfcd2908445b8194c364c89778056374b02af]

        remove use of tryPropertyValue Any specialisation
        
        change return value of getCurrentMultiValue from Any<Sequence<Any> >
        to Sequence<Any>.
        return value of getCurrentSingleValue (Any of connectivity::ORowSetValue)
        can't be changed to use tryPropertyValue.
        inline functionality
        
        Change-Id: I3180cf5b9e63a3da9257b03ba02967a2d5402ec3
        Reviewed-on: https://gerrit.libreoffice.org/30091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-21  Jan Holesovsky  <kendy@collabora.com>  [728c9a0d47b83910c5a9e38ac5c80f34fe3dfe54]

        Revert "tdf#104052 - Add LibreColor palette"
        
        Unfortunately contributed under Creative Commons Attribution-NoDerivatives 4.0; let's revert for now to prevent confusion, hopefully the author will re-license.
        
        This reverts commit 100dfb680d068e9c7e45b2147888a6c30f31276c.
        
        Change-Id: I1c8fc09abfd1acaef185bbe0e87e593d8d2a0352
        Reviewed-on: https://gerrit.libreoffice.org/31042
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-11-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [eabfd1b60f8e181e0ef2721e716210390528f4ce]

        [API Change]: Move recently added median function to the end of enum
        
        Change-Id: Ie6f2c6f53b354552b855264faea1ae9f5cb2b76d
        Reviewed-on: https://gerrit.libreoffice.org/31041
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [796ace6f14a1d2676b11609b624fea43675486fe]

        use same post-decrement symbol throughout
        
        rather than have half and half
        
        Change-Id: I388b2abdcaceec1bf770d581dd5a8174158871ac

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [8e89a8af9246da45d78f8d03468cd8eba2369076]

        these are surely wrong as well
        
        Change-Id: Ib223781621985c3bcf8144a6e0b9d2df8c083f42

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [69c4340fcea77ac5b74cbde13f44b4f7034398aa]

        drawing shapes aren't tracking style name changes correctly
        
        in draw, create a box, enter some text, exit and select box
        F11 for style navigator, new style, set font to e.g. 88
        apply this style to the box. All ok.
        
        If you modify the style and changes its font to e.g. bold
        the text in the box tracks it as expected. All ok.
        
        If you modify the style and change its name, the box resets
        to something different and there's loads of warnings about
        unknown styles. Not ok.
        
        The style modification fires, but the style name gets overwritten
        by the style stuck in a OutlinerParaObject that gets overlaid
        over the editengine.
        
        All the rTextProvider.getTextCount uses that don't iterate over all entries
        look dubious to me, but I'll initially fix this one that I have hard evidence
        for as broken.
        
        All this is probably broken since...
        
        commit 838c0fa8228f4ca656a264f6a5610c337ebf4fef
        Author: Rüdiger Timm <rt@openoffice.org>
        Date:   Wed Mar 12 08:47:30 2008 +0000
        
            INTEGRATION: CWS impresstables2 (1.14.72); FILE MERGED
        
        Change-Id: Ib0dd2857ed26c49dcfa00aae923e36429a7f7862

2016-11-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [783b93978d49ccdbc30b4afdd95a94980f99100e]

        introduce getValue(sKey) for SequenceAsHashMap
        
        returns the plain value (Any) if it exists, else return an empty Any
        replaces some getUnpackedValueOrDefault calls in sw
        where is was not clear if the unpacked value exsisted or was default
        
        needed for removal of Any-to-Any template specialisations
        
        Change-Id: I618da7a7174143f5edef48e47e7aa1b6a52845e1
        Reviewed-on: https://gerrit.libreoffice.org/30114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [1617eef124e01ca3b3286e0ad5985c34dde7fadb]

        loplugin:countusersofdefaultparams in include/sot..svl
        
        Change-Id: Idb022a4a6fb950f1b259abbba57daed9401732d9
        Reviewed-on: https://gerrit.libreoffice.org/31038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [beb8cfcf32f855a0fb638caef4782d9d867e3102]

        convert inventorId to scoped enum
        
        SW_DRAWLAYER had the same value as SC_DRAWLAYER, so I merged it into the
        ScOrSwDraw enum constant
        
        Change-Id: I5c45d378c00364d11cc960c9e48a6e3f10928724
        Reviewed-on: https://gerrit.libreoffice.org/31037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Michael Stahl  <mstahl@redhat.com>  [2b14fb3a4f92b928f0a5fc536c6a5f4a6e51a9b8]

        cppcanvas, oox: add missing #include <osl/endian.h>
        
        These files use the macro OSL_BIGENDIAN but did not include the header
        that defines it.
        
        Found via:
        
        git grep -l OSL_.*ENDIAN | grep -E '\.h(xx)?$' | while read f; do grep -L endian\\.h $f ; done
        
        Change-Id: Iffb36336026e49a9c3d8fcf125a54ec857c7552e

2016-11-21  Michael Stahl  <mstahl@redhat.com>  [e2f08f9def0869460ad38a1c2adb450778290f6e]

        connectivity, sc: add missing #include <osl/endian.h>
        
        These files use the macro OSL_BIGENDIAN but did not include the header
        that defines it.
        
        Found via:
        
        git grep -l OSL_.*ENDIAN | grep -v -E '\.h(xx)?$' | while read f; do case $f in *cxx) grep -L endian\\.h workdir/Dep/CxxObject/${f%.cxx}.d ;; *) grep -L endian\\.h workdir/Dep/CObject/${f%.c}.d ;; esac ; done
        
        Change-Id: Iaf589a8235dbc8062840d2716ab843e64b5cb7a2

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [a57300a5fcabe38a0d8bb4e7218a3d1be9616bbd]

        make this just every so slightly less awful
        
        Change-Id: Iddc39359d426f345eff0abf9fc9616e19597a0a4

2016-11-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16982944a1800963ee01f6e429f5330cc82b5710]

        uitest: fix path to url conversion on windows
        
        Our windows path is stored e.g. as D:/libo1 which os.path.path2url converts to D://libo1.
        UNO does not recognize the URL as a valid file URL.
        
        Change-Id: Iad4c4a3944d26312bb79bfeefaf55f697c0afd1c

2016-11-21  Caolán McNamara  <caolanm@redhat.com>  [351751557b0e50816866381904be907745d918c4]

        Resolves: rhbz#1396827 update geom on mouse click as well as motion
        
        Change-Id: Ia361aa316fe3f5ecdd672d42de9bea7fcf142554

2016-11-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c7a9c704892b9db0a3de65d5d20c02f2ed2215d0]

        update N() test case / test for bug tdf#102215
        
        Change-Id: If266f50522a06c3b464135c3f416278b394badbf
        Reviewed-on: https://gerrit.libreoffice.org/30878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a3ac99ba15d713c7c00ade8c8b1a78474aa22728]

        add ROT13 test case
        
        Change-Id: If153b62ccb411213ccea77f9231d6dd612a1cbab
        Reviewed-on: https://gerrit.libreoffice.org/31028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  osnola  <alonso@loria.fr>  [bf1fd4c1e924832b9675fe26fb962e5cb2ff3649]

        correct UIName of legacy StarOffice Text Document
        
        Change-Id: I2f4a67ce439d913648c17d4770b94c5b4e7968f9

2016-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4dff37ad217ba09892cf80e9908727cc6c0237b]

        sw: prefix members of WW8PLCFMan
        
        Change-Id: I806fc0bc9e09b5624dd91d7047eb0388026a6648

2016-11-21  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3aec456ba8a0d1f9aef2fc1735d1861fe9d3a98c]

        tdf#103146 Revamp Extension Manager Dialog, Part 3
        
        Move the "Enable"/"Disable" button which was customly
        implemented from the ExtBoxWithBtns_Impl to the new row.
        This should also solve some accessibility issues.
        
        Also remove some unnecessary code pieces for clean-up.
        
        Change-Id: Iec7820779110eea3411a774de8277ef238f562e7
        Reviewed-on: https://gerrit.libreoffice.org/30973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-21  David Tardon  <dtardon@redhat.com>  [d187057d2f6a2e6ab4a364af83891341a0aa3988]

        Revert "add missing component"
        
        This reverts commit 7fe1b39e8abe68357c88536923b7058807b32119.

2016-11-21  David Tardon  <dtardon@redhat.com>  [656e999b5b25386ce18064b8c7027f7784b66128]

        Revert "add missing component"
        
        This reverts commit b55d17471f73b843943269c6cbd30f99995d8354.

2016-11-21  Mike Kaganski  <mike.kaganski@collabora.com>  [de524d2051abd700f93da4e0e9f273504b12515a]

        tdf#95699: allow copy FORMCHECKBOX and FORMDROPDOWN ...
        
        ... when they are selected alone (no adjacent text selected).
        Unit test included.
        
        Change-Id: Ia278ae2ea86a3e6d83e1a628880f770f1eb11cd7
        Reviewed-on: https://gerrit.libreoffice.org/30954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-21  Gabor Kelemen  <kelemeng@ubuntu.com>  [75346b4144b47d16d28f4c944199e366e97363ad]

        Kill the AutoPilotPresentations UNO command
        
        The presentation wizard was removed in
        bb8040595c9b6f0ccde39e6833f27a50abb891d8 but the
        corresponding UNO command is still available.
        
        Change-Id: I54e676672bb53d0283394a0ebffbe9f94f29d9c0
        Reviewed-on: https://gerrit.libreoffice.org/30983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-21  David Tardon  <dtardon@redhat.com>  [04f49d0375788239d0c636470d4c971e3bbc73f7]

        add missing dep
        
        Change-Id: I932f1383f37a45c56dc3ae6d0b5485d80f3325ad

2016-11-21  David Tardon  <dtardon@redhat.com>  [c80c6b5694bd14367e898f659e82013167fc7d97]

        add missing dep
        
        Change-Id: I0d2a2c32d99ee11e63a2363f8a17bd4efd72cc22

2016-11-21  David Tardon  <dtardon@redhat.com>  [6750aa27e5d94a7d372fec9dc346b1c5940a0bfe]

        use the right config dep
        
        Change-Id: I1d387ac566008efd5b0fe7e5e4a4f1bc8462107f

2016-11-21  David Tardon  <dtardon@redhat.com>  [22b53e93f36a14ae04d93121cf90cc8f9de6f284]

        add missing deps for MS XML 2003 filter
        
        Change-Id: I4f3b43032f99031bd505d8ec2f50596c2f2c0457

2016-11-21  David Tardon  <dtardon@redhat.com>  [844735778b64d8fa12cb8d7a5b00e549ae81ed5b]

        rename makefile to match the module name
        
        Change-Id: I21685599e42c961407fa3de40e69e6e54dfe7c79

2016-11-21  David Tardon  <dtardon@redhat.com>  [a1e9e5848c2018a91f36dffa6ffda67e16446877]

        add missing resource dep
        
        Change-Id: I018d04217dd25661562dde7e4f84ef32c5a3eb6a

2016-11-21  David Tardon  <dtardon@redhat.com>  [938dc595a2c1598e73c112150e1abb848dac4453]

        add missing dep
        
        Change-Id: I518d86870a0970672d618379a6f965c69c04759d

2016-11-21  David Tardon  <dtardon@redhat.com>  [b55d17471f73b843943269c6cbd30f99995d8354]

        add missing component
        
        Change-Id: I53d50f8e338fcc64e24370a80ce390f7a2be34ba

2016-11-21  David Tardon  <dtardon@redhat.com>  [7fe1b39e8abe68357c88536923b7058807b32119]

        add missing component
        
        Change-Id: I8b6f6d650c011fc0611d6933894bc64a780ff8c0

2016-11-21  David Tardon  <dtardon@redhat.com>  [58e2f9a3e2b11d00aec85b2fdfd0fbf31101bf31]

        add missing dep on affine UNO env
        
        Change-Id: I0e88c205f4fa34c0001d1fc1f53b9a8bb6dcd2d8

2016-11-21  David Tardon  <dtardon@redhat.com>  [485f839a754982997f4b7e7f34818701279def84]

        add missing resource dep
        
        Change-Id: If71616f2a8f1bcd42bd89a9192ec0e1d3fdaba0e

2016-11-21  David Tardon  <dtardon@redhat.com>  [3ea0ecdcf48bda7b537802b6433bfeb77276d955]

        add missing dep
        
        Change-Id: I7ebf3d83833424a089a6befb1fe038fdd85ead35

2016-11-21  David Tardon  <dtardon@redhat.com>  [bbb9264610a179720877b884060aeaed2008967b]

        add missing deps on ui files
        
        Change-Id: I28bb2a33c02d8eadced584d3d3f2b62b2e847324

2016-11-21  David Tardon  <dtardon@redhat.com>  [c87ecb0e18b11bc8ff4043ae17be097c73faf2d1]

        remove dep on unotest from osl_Pipe test
        
        Change-Id: I5f5862a684e52bd3d1336fa9f8cffa77cdebbe4c

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [d015317f36e0160cd76a421eb2060e8539748eb2]

        loplugin:datamembershadow
        
        shadowed OCatalog::m_xMetaData can be used here directly
        
        Change-Id: I5d4436e1aa6f8f74ef6f9af816625044492cbf58

2016-11-21  Stephan Bergmann  <sbergman@redhat.com>  [64e238bc304e60e685acbf4f52b606fb2e92b686]

        loplugin:datamembershadow: KDEXLib::blockIdleTimeout shadows SalXLib member
        
        This smells like there's some sort of needless duplicationg among KDEXLib and
        its base calss SalXLib, but this duplication of blockIdleTimeout members had
        been like that ever since those members' introduction in
        06d731428ef6cf93c7333e8228bfb6088853b52f "make idle timers actually activate
        only when idle".
        
        Change-Id: Ic3eec821b2433745e83fc23d65d3c5f8e1fcf663

2016-11-21  heiko tietze  <tietze.heiko@googlemail.com>  [e92f098ae50c6de5f1ca4714cd77eb29e2b591cd]

        tdf#104052 - Add LibreColor palette
        
        Artwork by Christoph Schaefer, dtp studio oldenburg
        
        Change-Id: Ibb512b4de154bdc2bb25dcbd60bdb77d0203ffe8
        Reviewed-on: https://gerrit.libreoffice.org/31025
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-21  heiko tietze  <tietze.heiko@googlemail.com>  [494cdeda9700ee1fcbfbed1b22f7436927bd6c72]

        tdf#104051 - Refresh Tango palette
        
        Color names updated
        
        Change-Id: I9fe3eec9f33dcdaadbc995a35a064256dbdc5e42
        Reviewed-on: https://gerrit.libreoffice.org/31013
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-21  Owen Genat  <owen.genat@gmail.com>  [6f3bf1cdc48b62caec1e54a6aa6db41b4a56d1c4]

        tdf#80196 - Standardize color palette using mathematically generated colors
        
        Artwork by Wade D. Peterson & Owen Genat; attachment 105128
        
        Change-Id: Ib4adf859ec08d9ac5f078941fa9bef4d304260a9
        Reviewed-on: https://gerrit.libreoffice.org/31011
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-21  heiko tietze  <tietze.heiko@googlemail.com>  [e0d48f8de12155cac6b454836c1844c7daa09f29]

        tdf#104050 - Add Breeze palette
        
        New palette based on https://community.kde.org/KDE_Visual_Design_Group/HIG/Color
        with some newly introduced color names
        
        Change-Id: I48afbfd0bfa449dba5d3c59fd880d0657130cc00
        Reviewed-on: https://gerrit.libreoffice.org/31012
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-21  heiko tietze  <tietze.heiko@googlemail.com>  [1f04be242b42048bd25adb9fe604d1811dd39a23]

        tdf#104048 Refresh html palette
        
        Palette was recreated based on https://en.wikipedia.org/wiki/Web_colors
        
        Change-Id: I9fa7261f01e8abad16dd0279693a8e7a27ed1ec8
        Reviewed-on: https://gerrit.libreoffice.org/31010
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-21  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [f6e6a6139e90d6e88fb65308e8592193ac602a8a]

        tdf#48140 Replace uno CellRangeAddress and CellAddress with direct calls
        
        Change-Id: I43c5c1274c9ed45c929a2d5a8596d54626b5e4f6
        Reviewed-on: https://gerrit.libreoffice.org/30994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-21  tagezi  <lera.goncharuk@gmail.com>  [f68340b446c048cdac9b958b1e6e266a5dfeb786]

        Updated core Project: help  b429143c2cbedbc28b9b8c9cc07cd76cd69b68c6
        
        rewritten page anout protection in Writer
        
        updated way to item of menu
        added explanetions
        added section about protection of whole document
        ubdate formattig
        Set 3: reviewed and rewritten
        a lot of place have smoll chenges
        Change-Id: I79753b4d656cbb0e173bf0372dc195840609c0cd
        Reviewed-on: https://gerrit.libreoffice.org/30967
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [ebf04205508227a245885ecb367f1fc8abbd6591]

        loplugin:countusersofdefaultparams in include/svtools
        
        Change-Id: I9b083fc8430c459624a2ce4ce49408c8d7685776
        Reviewed-on: https://gerrit.libreoffice.org/30947
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Mike Kaganski  <mike.kaganski@collabora.com>  [202943e49a680b1032bbf45aaa4b0a73dc548867]

        Remove redundant comparisons
        
        Comparing IndexRegs is included into SwIndex comparison operators
        (see sw/inc/index.hxx), so no need to do it also explicitly.
        
        Change-Id: I7e3ea8ab9b8f852cd7e6f0d90afa26e75c734652
        Reviewed-on: https://gerrit.libreoffice.org/30951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7341b30b4d426164191234f2f68d6ab14fde44a9]

        fix for 'warning C4702: unreachable code'
        
        on windows vista and higher only
        
        Change-Id: I19cc63ad7e96b58fa8eb341801f5ad55260abf85
        Reviewed-on: https://gerrit.libreoffice.org/31021
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [04f262ace019dc87bb52f32c42107a8f2b348d89]

        new loplugin datamembershadow
        
        Change-Id: Ib14319848bafd1fe7e0e663c434bbdeef5e98ecf
        Reviewed-on: https://gerrit.libreoffice.org/30963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Justin Luth  <justin_luth@sil.org>  [bbe19c1312500c63748583eb2e64f5cd1190942c]

        tdf#104023 - fix wrong boolean logic for RedlineFlags
        
        commit 847e004e65ec3c35acff607588d15cd75a84f121
           convert nsRedlineMode_t to typed_flags
        
        ...introduced some logical equivalency errors. A few static
        redline functions utilize the correct logic, so use them to
        simplify the code readability.
        
        Change-Id: I4f5715b71dd4c8f2a6cea0c816637b1784892c0d
        Reviewed-on: https://gerrit.libreoffice.org/30974
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [9be04c6cc69b423727038e95a43afd3ad03c22d5]

        Re-apply "split cui screenshot test in manageable pieces""
        
        Change-Id: I22f99f830a3b4b6ba50514b7db076ea1a41478de
        Reviewed-on: https://gerrit.libreoffice.org/31032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [f888d17127557a8fd3867896dcfa1abbb9f6a53d]

        split sw screenshots test
        
        Change-Id: I32e6f1e11f9e245f8b67fa21799b1927bb209a0d
        Reviewed-on: https://gerrit.libreoffice.org/31030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-11-21  Takeshi Abe  <tabe@fixedpoint.jp>  [172325bedf69bbc162f3c1948264451c90c105a3]

        tdf#79645 Add line spacing only between rows of SmMatrixNode
        
        Change-Id: Icb785aff47de434fd8a99d1841dcbe4464df039f
        Reviewed-on: https://gerrit.libreoffice.org/31007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [02ec51c7e0bf9320b32ec73233ecaaf160448776]

        Updated core Project: dictionaries  3470ef8c07e59551eb3bbe3c5aa4e7a8f98b124d
        
        Czech thesaurus: regenerate from updated source
        
        Change-Id: I947d616e3e0b4184fe0f1679578149ce00b6d584
        Reviewed-on: https://gerrit.libreoffice.org/30993
        Reviewed-by: Stanislav Horáček <stanislav.horacek@gmail.com>
        Tested-by: Stanislav Horáček <stanislav.horacek@gmail.com>
        

2016-11-20  Andras Timar  <andras.timar@collabora.com>  [3ef6d731a1e97ab0843469011fead834376ea223]

        Updated core Project: translations  401328740c69cd6ea0f27c537773bca184c01612
        
        Updated Slovenian translation
        
        Change-Id: Ief8441e9b08cbdd33965201e13e8d7aa4308baa3
        

2016-11-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [12331ead2d49bbd83dd39add363109b52e10f012]

        add ROMAN  test case
        
        Change-Id: I6ba9b0d7a6eba864c12380eea64da1fd1ebe3e47
        Reviewed-on: https://gerrit.libreoffice.org/31027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8a8ed04b14390d4469ea19b079778fa6f074bb2]

        gbuild allow unitest to run once per lang in WITH_LANG_LIST
        
        this is motivated by the new screenshot feature
        the initial proposed solution involved running make screenshot once per lang
        which took ~6 hours for --with-lang=ALL on tb68 a reasonnably big
        windows slavebot.
        
        with this patch, one can run make screenshot just once and get all the screenshot
        the elapsed time is 36 inutes on the same box/same config a 10x improvement.
        
        Change-Id: I4339caebf915c118aa455de2a7e56e1a4e413939
        Reviewed-on: https://gerrit.libreoffice.org/30970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-11-20  Julien Nabet  <serval2412@yahoo.fr>  [5507b741ccf018c06fb29694d13837abcac4486a]

        tdf#88351: Revert "coverity#704341 Logically dead code"
        
        This reverts commit 7b1f5cc16fdbc0c53d0b7f9e3f45decd1136f4fa.
        
        Change-Id: I85d4c45025817914d6b78458f24a343f3b05879c
        Reviewed-on: https://gerrit.libreoffice.org/31017
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [e2ebfc5d5378453a0e1df5d37851def54e29b04b]

        Simplify this code.
        
        Change-Id: I2a82d99277114135c4dde8ef83fc454329411c21

2016-11-20  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f463d68c66f5d12352a55413ae02352451101c5d]

        Fix this unit test
        
        Change-Id: Ia231c38cfce03449babc8bc6e72b049ea08b56ae

2016-11-20  Mark Hung  <marklh9@gmail.com>  [e0a0b6e8294aa5fcdfb36e5f38783486db0f0b2a]

        tdf59046 oox: fix incorrectly combined shapes
        
        1. Store the path of all polygons of a PolyPolygon in
           the same path element so it subtract overlapped area.
        2. Set the size of the path as the bounding box of
           PolyPolygon so the points of the polygon scale and
           offset properly.
        
        Change-Id: If6e21d1ac0544b45ef68073cf14bcc08c1d7dbef
        Reviewed-on: https://gerrit.libreoffice.org/30982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-20  Julien Nabet  <serval2412@yahoo.fr>  [d881f99c7a911a433ef624e891df3291886cf62b]

        Revert "split cui screenshot test in manageable pieces"
        
        This reverts commit c3c0557801d8713fb99216bea37443471affc1f6.
        
        Hopefully make TBs green again
        
        Change-Id: Ifb574175fd3bbdce1520aea7953dd8fb95bed30b
        Reviewed-on: https://gerrit.libreoffice.org/31018
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3d19761b4a1621e5754c758366818528a4dc774]

        Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."
        
        This reverts commit da7aa2561297da42058da55ed2629d0df6fb03f3.

2016-11-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [c3c0557801d8713fb99216bea37443471affc1f6]

        split cui screenshot test in manageable pieces
        
        Change-Id: I7aa6e7afecc841aecbc1acaf1a7c14ba92c089ba
        Reviewed-on: https://gerrit.libreoffice.org/30981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [92c1128fb80b4e38df219ce60f018cfb1522b20a]

        PivotMedian: ODS import / export of pivot table median
        
        Change-Id: I3b018f5a76bb3d89bcb6cbc34e4cb2f2057248d5

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [298ee50676b849020a8a5042e8612f71379ecf3b]

        PivotMedian: Implement median as a new pivot table function
        
        Change-Id: Ife90c8f1c36980254de3cec6e395a6ba94d99fea

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [eb27a63a38ee7d15292dc40520b0605e4c2228e2]

        [API Change] PivotMedian: Add median to pivot table function type
        
        Change-Id: I675e81b5c13832ac0ff893a6e080241e6f1c8fd5

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [99dbbecb1c0838494b095e8338dc7e6b00ab2cb6]

        Display localized function names in Pivot Layout dialog
        
        Same names which are displayed for pivot table
        placed on a sheet.
        
        Change-Id: Ic05d0dddea7d17101f253874dff15b8a49b87287

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [d6cc082b2ca129ea79ab336b45efdfed12123a82]

        Remove some unused resource strings
        
        Change-Id: I8529aa491d37aef5e732909357ddf93372dde6d2

2016-11-20  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [31bc7ce07ac8e6d0c0ad4c9bbf9e41a2b79f17b4]

        Remove unused macro
        
        Change-Id: I407217703d285fc858208cbcdfae0fe84a30fcee

2016-11-19  Khaled Hosny  <khaledhosny@eglug.org>  [0f3861e65d8e652dcc31cf9a2f2b5c1a0a73b86d]

        tdf#103969: Do fallback glyph rotation
        
        Charters with vertical orientation Tr (transformed rotated) should be
        rotated does not provide a vertical alternate. We check this by seeing
        if the glyph we got from HarfBuzz is possibly a vertical alternate.
        
        Change-Id: I40a0956847bedef1d67ab02ccb27a97d049ba471
        Reviewed-on: https://gerrit.libreoffice.org/30984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e1078f21d6e0faf93b22cb8e8af2a91c0b16071d]

        tdf#48140 Replace CellAddress uno calls with direct access
        
        Change-Id: I4c8b36eaa29241f886810f9bff88ed9ca9d3192f
        Reviewed-on: https://gerrit.libreoffice.org/30979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [da7aa2561297da42058da55ed2629d0df6fb03f3]

        Use rtl::Reference to wrap ScAccessibleEditObject here.
        
        And avoid ScAccessibleEditObject from getting instantiated every
        time cell edit mode is triggered.
        
        Change-Id: Id214248c7b6fcc28ab33777e1c44cdfc07276620
        Reviewed-on: https://gerrit.libreoffice.org/30991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-19  Eike Rathke  <erack@redhat.com>  [4d73205ae4227a90d2087153c6fc82a51ea513ae]

        strip now obsolete comment part
        
        ... but keep the SdrDelayBroadcastObjectChange as it still serves during
        copying notes/captions.
        
        Change-Id: I8cf6a8045238af8d196a304ca4dfe20d4e407624

2016-11-19  Eike Rathke  <erack@redhat.com>  [190495509e7830a5df12d002c56222209edc348d]

        sc-perf: lock drawing layer during creation of captions for Save
        
        This gives an extra boost compared to commit
        451c4cccc7e3ec3f1e046d3232cb52f6fc443f59 (see there for further details)
        as it eliminates broadcasts to accessibility and thus obtaining text forwarders
        and what not.
        
        ScPostIt::CreateCaptionFromInitData() compared to that commit
        from 145,055,889,118
        to    63,386,691,509
        
        Overall ScDocShell::SaveXML() from original state before that commit
        Before: 370,433,720,090
         After: 107,468,180,524
        
        Reduced to 29% or speed-up by factor 3.45
        
        Change-Id: Ife86476c9654739ed9adf25e775f7568ea9934c2

2016-11-19  Khaled Hosny  <khaledhosny@eglug.org>  [4c46c3046fb922f65b562e893e59d6b67ea5b2c2]

        We don’t use this with the new layout engine
        
        Don’t wast time parsing GSUB table to populate a vector that we won’t
        use.
        
        Change-Id: I74dbb0f4d679cf06f22c1667899bcd3cae22c1d8

2016-11-19  Mark Hung  <marklh9@gmail.com>  [afc37372c1e1e8a865a4ad91a4b998e861ad9f02]

        tdf#92076 oox - export PolyPolygonShape and PolyLineShape.
        
        1. Export PolyPolygonShape and PolyLineShape.
        2. Rename WriteBezierShape to WritePolyPolygonShape because
        ClosedBezierShape, OpenBezierShape, PolyPolygonShape,and
        PolyLineShape share the function and all use
        EscherPropertyContainer::GetPolyPolygon to get PolyPolygon
        structure and use WritePolyPolygon to write xml tags.
        
        Change-Id: I9ffdc26cf1f6fe8ea3b91b7b218d67f9e5585617
        Reviewed-on: https://gerrit.libreoffice.org/30972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [dfee3a97a0bd30e461974af4ecb09f67bded584d]

        tdf#48140 Remove not used UNO headers from filters
        
        Change-Id: I66e775b60343fe8ac772d8c0287ca19be58a7236
        Reviewed-on: https://gerrit.libreoffice.org/30966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-19  Khaled Hosny  <khaledhosny@eglug.org>  [7a072614b234529d24515464c3f6575bb33480e5]

        Typos
        
        Change-Id: Iff293841047a945107033ed81d4e81fb8bbe67b8

2016-11-19  Khaled Hosny  <khaledhosny@eglug.org>  [d35b5c8db00afb0316b7ae4c43126a5dad194cbb]

        tdf#103891: Fix DX array calculation
        
        This partially reverts:
        
        commit c49d5dea164b09b05a898495fa2dd48b7ca4f0e4
        Author: Khaled Hosny <khaledhosny@eglug.org>
        Date:   Fri Nov 11 18:24:11 2016 +0200
        
            tdf#103765: Minimize the effect of rounding to int
        
            Instead of scaling the relative coordinates and accumulating rounding
            errors, scale the absolute coordinates. Also round to int instead of
            truncating.
        
        as it results in OutputDevice::GetTextArray() calculating wrong absolute
        DX array. Again the whole DX array thing is brain dead.
        
        Change-Id: Ia257b73062315b797b5ed52e434562fad3b3fb90

2016-11-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9ead6f58501f29ee690cc44195fd5bf229dfbb7d]

        LOK - Calc: unit test for invalidation on row insert
        
        Change-Id: I999bcef29b90fafcd803243a967fcb8109e61db8
        Reviewed-on: https://gerrit.libreoffice.org/30978
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-11-19  Eike Rathke  <erack@redhat.com>  [451c4cccc7e3ec3f1e046d3232cb52f6fc443f59]

        sc-perf: bundle SdrObject::BroadcastObjectChange() calls during Save
        
        Test doc https://bugs.documentfoundation.org/attachment.cgi?id=128252 from
        https://bugs.documentfoundation.org/show_bug.cgi?id=103493
        
        ScPostIt::CreateCaptionFromInitData() called through
        ScDocument::CreateAllNoteCaptions()
        
                  Incl.     Self  Called
        Before:
        326,418,830,114  487,308   6,645
        After:
        145,055,889,118  511,681   6,645
        
        Reduced to 44% or speed-up by factor 2.25
        
        Overall ScDocShell::SaveXML()
        Before: 370,433,720,090
         After: 189,120,982,786
        
        Reduced to 51% or speed-up by factor 1.96
        
        There's still too much broadcasting to accessibility going on though..
        
        Change-Id: I50555fd9751ac24006cc96b2fa8e82b32aba0748

2016-11-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [87c67a4ad344cf1b7c7c9f89f2362cc82901aec3]

        LOK - Calc: unit test for invalidation on copy/paste to the doc bottom
        
        Change-Id: I92b6a3f1c3b3c6c260b25b046bd19b249be0db0b
        Reviewed-on: https://gerrit.libreoffice.org/30977
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-11-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [580c2072923f7d29ce27595543f2d2749af83cf9]

        LOK - Calc: use the tiled rendering area as visible area in PaintArea
        
        This workaround is needed since the visible area in core is not the
        same which is used in the client.
        
        Change-Id: I82b23e689000c4d8106ffa01ed082ae3d629b1be
        Reviewed-on: https://gerrit.libreoffice.org/30976
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-11-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6a1f0ec26cf5ff2cbd83a074774d324c9f751217]

        LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressed
        
        Change-Id: I340d747021bc794361d6b8eff76335345b60010c
        Reviewed-on: https://gerrit.libreoffice.org/30975
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-11-19  Takeshi Abe  <tabe@fixedpoint.jp>  [f533b3f39956fe8028c1f7f7cc3c37b0feed8b57]

        tdf#103500 Import stretchy integral symbol from MathML
        
        as "intd".
        
        Change-Id: Ic8a4feef7a3a19c8ed5bca2f09f80901e2b6d343
        Reviewed-on: https://gerrit.libreoffice.org/30953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-18  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [8d613870b2cd2e3e4396b4fa97dbd8080fda8f52]

        tdf#104015: PPTX import: Title shape does not inherit fill properties
        
        ...from slide master.
        The problem caused by that PPTX files contains not a
        one-level master slide set, but has two levels: one
        called slide master, other called slide layout.
        Slide layout inherit properties from slide master and
        normal slide inherit propetries from slide layout.
        Bug appeared because, slide layout inherited properties
        were not forwarded to the normal slide.
        
        Change-Id: I587582498cf4315087f9a576c1b7fc41ee23e2fd
        Reviewed-on: https://gerrit.libreoffice.org/30969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-18  Caolán McNamara  <caolanm@redhat.com>  [9745d29227e471ce40e9992fefd92e10a48696fb]

        coverity#1394416 ensure there's enough data to read
        
        Change-Id: I9d2cf2e566dd10243a0ca72e6a9278bd2eaed57b

2016-11-18  Michael Stahl  <mstahl@redhat.com>  [2345e4657001d6239b6408e14ee49518a2036b13]

        sd: assert SfxPoolItem::operator==
        
        Remove the defensive programming here.
        
        Change-Id: I27e89fe6e28ee3c0c2821083d825859d10f79bb0

2016-11-18  Michael Stahl  <mstahl@redhat.com>  [3662061633f5651ad7f01543a3ce8807cdd966fe]

        editeng: assert SfxPoolItem::operator==
        
        Change-Id: Ia6c6f4f5af1e3a803b464ab410558984c3861a65

2016-11-18  Michael Stahl  <mstahl@redhat.com>  [5781a709a94895003ded8dd30722cd22faf04e63]

        svl: assert SfxPoolItem::operator==
        
        Change-Id: Ia293c498682dd2ac86b15a74f06fd1ab389f9ba6

2016-11-18  Michael Stahl  <mstahl@redhat.com>  [70840f46755063a32af3bdb02ed6dba1f4873d01]

        svx: assert SfxPoolItem::operator==
        
        Change-Id: I7a5898f0dffb4d25b6e1bb916b3c6b36374f9912

2016-11-18  Michael Stahl  <mstahl@redhat.com>  [e5992129905aacf34fad391ec19feeeec83a6714]

        sax: these are for XMLSchema-2 duration/date/dateTime, not "ISO"
        
        ISO 8601 is a little more lenient in its lexical representation.
        
        Change-Id: I92834a2a1d3c0c37203c13d17e8ae42a1cfe9e1c

2016-11-18  Tor Lillqvist  <tml@collabora.com>  [1d6438252f6bdfc2814d13c2022b06c97b118c30]

        The PDF tests require HAVE_FEATURE_PDFIMPORT
        
        Change-Id: Iac3d2206388fde23d2f3d7a05b23978851cf2800

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [66da98c931e28ed910bac5b45b6d0a794196b6f0]

        Avoid division by zero
        
        ...as happens during CppunitTest_sd_dialogs_test when displaying
        modules/simpress/ui/headerfootertab.ui:
        
        > sd/source/ui/dlg/headerfooterdlg.cxx:782:63: runtime error: division by zero
        >     #0 0x7f270dc78b7f in sd::PresLayoutPreview::Paint(OutputDevice&, Rectangle const&) sd/source/ui/dlg/headerfooterdlg.cxx:782:63
        >     #1 0x7f274a56bb53 in PaintHelper::DoPaint(vcl::Region const*) vcl/source/window/paint.cxx:307:24
        >     #2 0x7f274a57be32 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:613:17
        >     #3 0x7f274a577eee in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:547:30
        >     #4 0x7f274a57c305 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:619:1
        >     #5 0x7f274a577eee in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:547:30
        >     #6 0x7f274a57c305 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:619:1
        >     #7 0x7f274a589f0d in vcl::Window::Update() vcl/source/window/paint.cxx:1310:24
        >     #8 0x7f274b908d23 in ImplHandlePaint(vcl::Window*, Rectangle const&, bool) vcl/source/window/winproc.cxx:1593:18
        >     #9 0x7f274b8f9092 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) vcl/source/window/winproc.cxx:2437:13
        >     #10 0x7f272e3c8662 in SalFrame::CallCallback(SalEvent, void const*) const vcl/inc/salframe.hxx:276:33
        
        Change-Id: I2868a8b0a726544c9edbaab62a8929badf6d3845

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [14af38f429f84a75a9dae60d74d41c57efd709f6]

        Missing XComponent.dispose calls in screenshot tests
        
        Change-Id: I5df25a16303719593d40f08d1e7c15e4636a2d02

2016-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [0da4cdeac46117c6b6a4e38b037524a8772325f6]

        xmlsecurity: clean up unused mxSecurityController
        
        Change-Id: Ife64ab3683479baf152357a6167718f13c9b6089
        Reviewed-on: https://gerrit.libreoffice.org/30964
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-18  Jan Holesovsky  <kendy@collabora.com>  [6264205ee7f719f454585ada69be0a320ddc69cb]

        tdf#103960: The import of UCS2 data uses a different code path.
        
        The commit b297f7bbfed83f87398231740e910afe6ebfbb97 was too eager from this
        point of view, we shouldn't use SetSrcEncoding for UCS2 because in that case
        we end up with RTL_TEXTENCODING_DONTKNOW in eSrcEnc.
        
        Change-Id: Id8bcb08aee17c8258c074b481345a2795939edc0

2016-11-18  Tor Lillqvist  <tml@collabora.com>  [60f75c333b3040464ca9d251e579c865916d827e]

        Prefer to take the signature date from the XAdES SigningTime, if present
        
        Change-Id: I15a00a8c6f8c8e735694baa25e06ed4db0875d43

2016-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0bc023d55afcf373a3b6644545ce4bae1bb5ca47]

        fdo#71409: Prevent the a11y code from creating an edit view instance.
        
        GetEditView() now creates one if one does not exist. Clearly that's
        not the behavior the original a11y code was expecting.
        
        This at least removes the duplicated focus events with F2 press on
        sheet cell, though I still see a fair amount of duplicated events
        firing in other places...
        
        Change-Id: Ib5310ce5c67ab862b3a8a7a6c912d164475d62fa
        Reviewed-on: https://gerrit.libreoffice.org/30946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7295ca03ece7b850b669fb275ebf78c3db3ac25f]

        Use std::unique_ptr for pEditEngine.
        
        And rename it to mpEditEngine.
        
        Change-Id: Iacaad04ca476bfb5b5e35e6e29f372812c40b3bc
        Reviewed-on: https://gerrit.libreoffice.org/30945
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f32da6e74339493ae631641d6c85881c5b10a58d]

        Use std::unique_ptr for EditView.
        
        Also rename pEditView to mpEditView.
        
        Change-Id: Iac3b35cd59960df5be5dd90532dc7e757652d50e
        Reviewed-on: https://gerrit.libreoffice.org/30944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [a36c80f4bdd913bbd37b9f6f19201fbff436d454]

        Blacklist for now some more problematic dialogs in CppunitTest_sw_dialogs_test
        
        ...where the instantiated SwEnvPreview expects to have a SwEnvDlg parent, and at
        least ASan/UBSan reports about that
        
        Change-Id: Ib21f0787e149547037a31a53d831d26b27aa5960

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [0581718d889a841afd5e4e23f6c61f273a081773]

        Make sure swui's pSwResMgr is initialized in CppunitTest_sw_dialogs_test
        
        ...to avoid -fsanitize=null at
        
        > sw/source/uibase/dbui/dbtree.cxx:147:18: runtime error: reference binding to null pointer of type 'ResMgr'
        >     #0 0x7fd408581b70 in SwDBTreeList::SwDBTreeList(vcl::Window*, long) sw/source/uibase/dbui/dbtree.cxx:147:18
        >     #1 0x7fd408594596 in VclPtr<SwDBTreeList> VclPtr<SwDBTreeList>::Create<VclPtr<vcl::Window>&, long&>(VclPtr<vcl::Window>&, long&) include/vcl/vclptr.hxx:138:46
        >     #2 0x7fd4085827d8 in makeSwDBTreeList sw/source/uibase/dbui/dbtree.cxx:156:1
        >     #3 0x7fd443044214 in VclBuilder::makeObject(vcl::Window*, rtl::OString const&, rtl::OString const&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&) vcl/source/window/builder.cxx:1793:17
        
        Change-Id: I02c5a0017b85254bf34f622b55f7db9d5d546b80

2016-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [b495eb4dbaf9165414b2082572d96d14dbf38d1f]

        loplugin:datamembershadow
        
        Change-Id: I8a737a2f22c7be9630a1f7562b4309e687bb85f9
        Reviewed-on: https://gerrit.libreoffice.org/30948
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-18  Caolán McNamara  <caolanm@redhat.com>  [97e61ba58c357564d8fbffea94c8aa56636480b9]

        sync ONDXPagePtr impl with current SvRef impl
        
        Change-Id: I85e62a8c634a681e2e53745e3bed52731e8740e0

2016-11-18  Khaled Hosny  <khaledhosny@eglug.org>  [4034babeb51af323ff2a47642e3a1386fc1d6b46]

        Make this look less wired
        
        Change-Id: I20b6a5e6ecdf48e1ca8df2e7e86248eae666c9f1

2016-11-18  Khaled Hosny  <khaledhosny@eglug.org>  [0fce641f550f7d545762fe84f745507d94206e34]

        Minor changes to simplify editing in FontForge
        
        Show glyph in the final font order, and use a bigger view size. No
        functional changes.
        
        Change-Id: I28b1ba00adccb9f7599f393395b5504d2b86f473

2016-11-18  Khaled Hosny  <khaledhosny@eglug.org>  [af98ce292796ae4f9a33a14097d27ca2b8cf48c0]

        Update README to reflect reality
        
        Change-Id: I0cedea64cb95261b2c31272533da69cb1f0f2820

2016-11-18  Caolán McNamara  <caolanm@redhat.com>  [c5c8790122bf7e13543b5b94fa70f437288afc0c]

        this is copied from SvRefBase, so copy the clang opt fix here too
        
        Change-Id: Ia3a2f086d66b5e15ddd4e7dcc600271d19e5d052

2016-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4460b70006d7987fa7646739334d67a2d6ae3b6]

        sfx2: let .uno:SignPDF result in a warning before editing the doc
        
        Editing such a document is most probably not what you want, help the
        user to avoid the trouble.
        
        Change-Id: I87d52d89e12658675b580b7dc21fb38fe41dd777
        Reviewed-on: https://gerrit.libreoffice.org/30955
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-18  Eike Rathke  <erack@redhat.com>  [5fb94180964c41980f14053056feb0ebfa38990d]

        perf: dynamic_cast only when necessary, arranged in likelihood of occurrence
        
        Ran into this during mass broadcasts happening when captions for note/ScPostIt
        objections are generated before saving a Calc document.
        
        Change-Id: I65940a8c8508649b041456ebaded9d672bb051f3

2016-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fde0892f2d77c19b2c281aece7d20244640aa147]

        loplugin:unusedmethods
        
        Change-Id: I567c672a0606ac11c0f269fcf5cc3906684e23f9
        Reviewed-on: https://gerrit.libreoffice.org/30950
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-18  Caolán McNamara  <caolanm@redhat.com>  [c80a0fcdd9a4389616e92cfeafa9d932a784ee71]

        Resolves: tdf#91916 different word 6/7 vers have ambiguous sprms
        
        See tdf#91916, #i8726, #i42685# there is an ambiguity around certain properties
        as to what they mean, which appears to be a problem with different versions of
        the file format where properties conflict, i.e.
        
        ooo40606-2.doc, magic is a699
            : 0x6f 0x4 0x0 0x71 0x4 0x0
        ooo40635-1.doc, magic is a699
            : 0x6f 0x4 0x0 0x71 0x4 0x0
        ooo31093/SIMPCHIN.doc, magic is a699
            : 0x6f 0x2 0x0 0x70 0x0 0x0 0x71 0x2 0x0
            : 0x6f 0x5 0x0 0x70 0x5 0x0
        ooo31093/TRADCHIN.doc, magic is a699
            : 0x6f 0x1 0x0 0x70 0x0 0x0 0x71 0x1 0x0
        ooo31093/JAPANESE.doc, magic is a697
            : 0x6f 0x2 0x0 0x70 0x0 0x0 0x71 0x2 0x0
        ooo31093/KOREAN.doc, magic is a698
            : 0x6f 0x2 0x0 0x70 0x0 0x0 0x71 0x2 0x0
        ooo31093-1.doc, magic is a698
            : 0x6f 0x5 0x0 0x70 0x5 0x0
        ooo31093-1.doc, magic is a698
            : 0x6f 0x5 0x0 0x70 0x5 0x0
        
        meanwhile...
        
        ooo27954-1.doc, magic is a5dc
            : 0x6f 0x1 0x81 0x71 0x2 0x4 0x0 0x74 0x2 0x20 0x0
        
        ooo33251-1.doc, magic is a5dc
            : 0x6f 0x1 0x81 0x71 0x2 0x3 0x0 0x74 0x2 0x1c 0x0
        
        ---
        
        So we have the same sprm values, but different payloads, where
        the a5dc versions appear to use a len argument, followed by len
        bytes, while the a698<->a699 versions use a 2byte argument
        
        commit c2213db9ed70c1fd546482d22e36e4029c10aa45
        
            INTEGRATION: CWS tl28 (1.169.24); FILE MERGED
            2006/10/25 13:40:41 tl 1.169.24.2: RESYNC: (1.169-1.170); FILE MERGED
            2006/09/20 11:55:50 hbrinkm 1.169.24.1: #i42685# applied patch
        
        changed 0x6f and 0x70 from Read_BoldBiDiUsw to Read_FontCode for all versions.
        
        In the Word for Window 2 spec we have...
         78   //sprmCMajority
         80   //sprmCFBoldBi
         81   //sprmCFItalicBi
         82   //sprmCFtcBi
         83   //sprmClidBi
         84   //sprmCIcoBi
         85   //sprmCHpsBi
        as see in GetWW2SprmDispatcher, different numbers, but the sequence starts with
        the same sprmCMajority as appears before 0x6f in word 6/95
        
        I think the easiest explanation is that the CJK Word for Window 95, or whatever
        the product was went rogue, and did their own things with at least first three
        slots after sprmCMajority to do a different thing. I have no reason to think Tono
        was wrong with what they do in the a698<->a699 versions versions, but with magic
        a5dc they probably did mean sprmCFBoldBi, sprmCFItalicBi cause they have that 0x81
        pattern which has significance for those types of properties.
        
        Change-Id: I44aabf7443391bae21ed5adb074780a1c929a80d

2016-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a840edcc19ad1b8bb1525717d91ce8ade0c0092]

        includes should be at the top of the file
        
        not randomly scattered through the code
        
        found with something like:
           git ls-files *.cpp | xargs grep -Pzl "(?s){.*#include"
        
        Change-Id: I9c242fa4ef99e8677f2800d7ec9f16d16e488351
        Reviewed-on: https://gerrit.libreoffice.org/30952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ab9cebf45e725bbd3d7828dbcf974d3bef2c32c]

        starmath: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I49bddc1e51550c1696a1e93ce22e6b85bb663cd6
        Reviewed-on: https://gerrit.libreoffice.org/30949
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-18  Khaled Hosny  <khaledhosny@eglug.org>  [d8c386593e42e1f0cce52d052b1009c59e75afa2]

        tdf#103944: Fix symbol font remapping
        
        This reverts:
        
        commit 8556cd881270823865662e9a7700da58d11c2785
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Thu Mar 6 09:48:54 2014 +0100
        
            cp#1000039 DOC import: ignore symbol charset of the symbol font
        
            Otherwise characters unhandled by our OpenSymbol font (like Arabic 0-9
            numbers) won't be rendered using an other font, as no other font
            provides the symbol charset. Do this in
            SwWW8ImplReader::GetFontParams(), where we already have font name ->
            font family mappings for a few well-known fonts.
        
            The DOCX filter does the same for quite some time, and that's how Arabic
            numbers in text using the Symbol font were rendered, instead of little
            rectangles.
        
        The reverted commit prevented remapping symbols supported by OpenSymbol,
        and it seems to have worked incidentally because of the fallback to the
        “Standard Symbols L” Type 1 font which we longer support. The bug doc is
        broken in master with or without this commit, but reverting this fixes
        tdf#103944.
        
        Change-Id: I17ac699fc5987e11e5c9e490895fc3c4967d3127
        Reviewed-on: https://gerrit.libreoffice.org/30932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [2ec76e5db5c194e133b6fee5c7f81c04357971f8]

        Make sure swui's pSwResMgr is initialized in CppunitTest_sw_dialogs_test
        
        ...to avoid -fsanitize=null at
        
        > sw/source/ui/misc/glossary.cxx:840:17: runtime error: reference binding to null pointer of type 'ResMgr'
        >     #0 0x7f980fc6b73f in SwGlTreeListBox::SwGlTreeListBox(vcl::Window*, long) sw/source/ui/misc/glossary.cxx:840:17
        >     #1 0x7f980fc80d56 in VclPtr<SwGlTreeListBox> VclPtr<SwGlTreeListBox>::Create<VclPtr<vcl::Window>&, long>(VclPtr<vcl::Window>&, long&&) include/vcl/vclptr.hxx:138:46
        >     #2 0x7f980fc6c5d2 in makeSwGlTreeListBox sw/source/ui/misc/glossary.cxx:851:1
        >     #3 0x7f985da4c3c4 in VclBuilder::makeObject(vcl::Window*, rtl::OString const&, rtl::OString const&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&) vcl/source/window/builder.cxx:1793:17
        
        Change-Id: Ieb0d0f6b561e93acbee8208e1ba445879e99adc1

2016-11-18  Stephan Bergmann  <sbergman@redhat.com>  [fd222a8b708949a117d68e04d4707a7244e6f4c7]

        Fix comment about pSwResMgr
        
        Change-Id: I567446ebb41c553cf1a0f6cfdba89857c018c6f2

2016-11-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [fc18da9178c851b17e9ecc3777166ae3037d3e8a]

        remove some double calls
        
        found with
           git grep -P '\W(\w+)\s*\(\s*\W'
        
        Change-Id: Ia93f83193959c72dcc15c5c1bf54e805b43f14e5
        Reviewed-on: https://gerrit.libreoffice.org/30934
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-18  Khaled Hosny  <khaledhosny@eglug.org>  [43b5ca69aa545cf93eded55258d92d651917815f]

        Correct minute mapping from Adobe Symbol encoding
        
        It should be mapped to U+2032 PRIME not U+0384 GREEK TONOS, based on:
        http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt
        
        Change-Id: I554fe307955ac166d5c4e96813be71c03234eb4f

2016-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [964f4ca95baf34d21002312003453cd0e72f5832]

        Re-label more class members private from protected.
        
        Change-Id: I0043da67de3a459bf26b13f9f69d3677bcc2824d

2016-11-18  Takeshi Abe  <tabe@fixedpoint.jp>  [395295a40c24a49c12415ec803860a888d734515]

        tdf#84650 Fix X-coordinate of SmMatrixNode's elements
        
        which are aligned to left or right against the column.
        
        Change-Id: Ie2b6944bc0dddb0e1589842472298f787fabf596
        Reviewed-on: https://gerrit.libreoffice.org/30929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-17  Eike Rathke  <erack@redhat.com>  [4665be3af48587505bb7f49a53e8422945ec49eb]

        Resolves: tdf#103994 AdjustReferenceOnMove: handle external references
        
        Change-Id: I8b104b0c843dd268d8760a2a73cdd3e672e6efd6

2016-11-17  Eike Rathke  <erack@redhat.com>  [8aec9057a169acfda6f2d986af93edca54677fd2]

        ODF: do not write an empty style:text-position="" attribute for CharEscapement
        
        ... and CharEscapementHeight if the Any is void.
        This was a real error complained about in the officeotron validation
        https://bugs.documentfoundation.org/attachment.cgi?id=128411
        https://bugs.documentfoundation.org/show_bug.cgi?id=103493
        
        Also showed up as console warning
        
        	warn:legacy.osl:3269:1:xmloff/source/core/xmlerror.cxx:178: An error or a warning has occurred during XML import/export!
        	Error-Id: 0x20040003
        		Flags: 2 ERROR
        		Class: 4 API
        		Number: 3
        	Parameters:
        		0: CharEscapement
        	Exception-Message: UNKNOWN_PROPERTY
        	Position:
        		Public Identifier:
        		System Identifier: file:///.../103493-LotroPlan%203.8.ods
        		Row, Column: 2,1850164
        
        Change-Id: Ifc634cc6b3d5d6dfa43741005ef0c9a1f7ff71fe

2016-11-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5c7f3e4a7190bf9821bed102f96a926c9a894e59]

        tdf#103876: PPTX import: Title shape's character properties are wrong
        
        Text properties are applied on a shape during text insertion,
        but if a placeholder shape has no text, then it has a placehodler
        text which should have the right text properties.
        
        Change-Id: I54175d52dd25915ee4d7153298e01ec07c6be1f6
        Reviewed-on: https://gerrit.libreoffice.org/30881
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-17  Martin Hosken  <martin_hosken@sil.org>  [6b35e804198ac45386805e80a3d413ed3405c3b4]

        Fix tdf#103855 add language codes and names to language lists from extensions
        
        Rationale for changes to languagetag.hxx can be found in the bug
        tdf#103855.
        
        Change-Id: I7fa7c8a3f7b219ce08df69a3965f544ae156beab
        Reviewed-on: https://gerrit.libreoffice.org/30882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b94229fb74dfe43e2b7349d6f580dc375f28814]

        sfx2: let .uno:SignPDF result in a custom infobar text
        
        To make the intention a bit more explicit.
        
        Change-Id: I70ce053b9f068a2288e4a05eba55fb3e2451b561
        Reviewed-on: https://gerrit.libreoffice.org/30935
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-17  Stephan Bergmann  <sbergman@redhat.com>  [2f46a7d1b255232b979b4fcca02e25b09edf949e]

        Avoid -fsanitize=enum
        
        ...when doing Writer "Insert - Table of Contents and Index - Table of Contents,
        Index or Bibliography...":
        
        > sw/source/uibase/inc/cnttab.hxx:58:16: runtime error: load of value 65535, which is not a valid value for type 'TOXTypes'
        >     #0 0x7fbed9c2c9c8 in CurTOXType::operator==(CurTOXType const&) sw/source/uibase/inc/cnttab.hxx:58:16
        >     #1 0x7fbed9b711b1 in SwTOXEntryTabPage::ActivatePage(SfxItemSet const&) sw/source/ui/index/cnttab.cxx:2071:25
        >     #2 0x7fc217524056 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1126:19
        >     #3 0x7fc217519ac3 in SfxTabDialog::LinkStubActivatePageHdl(void*, TabControl*) sfx2/source/dialog/tabdlg.cxx:1035:1
        >     #4 0x7fc1f15c0e37 in Link<TabControl*, void>::Call(TabControl*) const include/tools/link.hxx:84:45
        >     #5 0x7fc1f157cbaa in TabControl::ActivatePage() vcl/source/control/tabctrl.cxx:1601:19
        
        Change-Id: I458e010b10dfdf3e944c389f61595869cc41036f

2016-11-17  Stephan Bergmann  <sbergman@redhat.com>  [721cbf443744661c3c83a45186eb0b72d6e20e41]

        Silence -Werror,-Wlogical-op-parentheses
        
        Change-Id: I4d592ef4bd683ffe8d9d44b3d3b188f9d4ed63ba

2016-11-17  Eike Rathke  <erack@redhat.com>  [89ec8095c4a0f1497f4ca5778a210cb19d712330]

        clearly a wrong offset is worth an assert() instead of OSL_ENSURE()
        
        Change-Id: I2a4a8f054269df3ee085b9373f00bd749667665e

2016-11-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e1b2af19329bcf7a0aa5e8f36cb7fe100147fab5]

        that should have been LibreOfficeKit*Document*Class
        
        Change-Id: I48f9db39be18ae9a456002de8f40fbb0fb3be707

2016-11-17  Caolán McNamara  <caolanm@redhat.com>  [7f1af0a1c7401552704eaba2091b078890567cd8]

        put the render frame at the end of these blocks too
        
        Change-Id: I72270faa4138377ea04467ad0c6f01a3de0156b6

2016-11-17  Caolán McNamara  <caolanm@redhat.com>  [4579c43861635dda15158478404aa90151228e91]

        gtk3: spinbuttons under Ambiance don't look beautiful enough
        
        lets draw the frame after the sub-contents are done, and
        use a dedicated entry child
        
        Change-Id: I7db1ac56e5cfb1a46ddd2fb56c5e95deaa83a95d

2016-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [972c1e9e7239ef84611b01dad5b112af8f353d3c]

        xmlsecurity PDF sign: handle AdES when writing SubFilter
        
        Page 21 of "PAdES baseline signatures" specification from
        <http://www.etsi.org/deliver/etsi_en/319100_319199/31914201/01.01.01_60/en_31914201v010101p.pdf>
        says:
        
        "The Signature Dictionary shall contain a value of ETSI.CAdES.detached
        for the key SubFilter."
        
        So in case the UI has the adescompliant checkbox enabled, write that
        value instead of the Adobe default.
        
        Change-Id: I69e606a32fb09bebd5e9b25b32150d1b8672f544

2016-11-17  Stephan Bergmann  <sbergman@redhat.com>  [07d4f5d9e3b40025aaee12bb309317b2d267fbdc]

        loplugin:stringconcat
        
        Change-Id: I72bfe53ba1b8162e34561cdc96c4313861042050

2016-11-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [833a0853b36238d04a6d72460130f5fc67c4e463]

        add RIGHT and RIGHTB test case
        
        Change-Id: Ifa08f4cbb0e0c5e07902ceb80001004d0b656f38
        Reviewed-on: https://gerrit.libreoffice.org/30928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-17  Stephan Bergmann  <sbergman@redhat.com>  [2f976709bca1fc58e3846ceaea562af85e9a92e0]

        Avoid -fsanitize=signed-integer-overflow
        
        Both Writer: "Table - Insert Table... - Insert", "Table - AutoFormat Styles...";
        and Calc: select multiple cells, "Format - AutoFormat Styles..." cause
        
        > svx/source/dialog/framelinkarray.cxx:82:29: runtime error: signed integer overflow: -4702111234474983744 + -4702111234474983746 cannot be represented in type 'long'
        >     #0 0x7f84ef0e36ba in svx::frame::lclRecalcCoordVec(std::__debug::vector<long, std::allocator<long> >&, std::__debug::vector<long, std::allocator<long> > const&) svx/source/dialog/framelinkarray.cxx:82:29
        >     #1 0x7f84ef0e780e in svx::frame::ArrayImpl::GetColPosition(unsigned long) const svx/source/dialog/framelinkarray.cxx:265:9
        >     #2 0x7f84ef0f95ae in svx::frame::Array::GetColPosition(unsigned long) const svx/source/dialog/framelinkarray.cxx:762:20
        >     #3 0x7f84ef0f9e56 in svx::frame::Array::GetWidth() const svx/source/dialog/framelinkarray.cxx:787:12
        >     #4 0x7f852e9df8fd in ScAutoFmtPreview::CalcCellArray(bool) sc/source/ui/miscdlgs/autofmt.cxx:429:32
        >     #5 0x7f852e9c7740 in ScAutoFmtPreview::Init() sc/source/ui/miscdlgs/autofmt.cxx:407:5
        >     #6 0x7f852e9c9102 in ScAutoFmtPreview::ScAutoFmtPreview(vcl::Window*) sc/source/ui/miscdlgs/autofmt.cxx:73:5
        
        where -4702111234474983746 = 0xbebebebebebebebe is ASan's uninitialized value
        stored into ScAutoFmtPreview::mnLableColWidth et al.  Those (overflowing, even)
        computations on uninitialized values appear to be harmless in practice, though,
        presumably because they are overwritten with "real" values soon after.
        
        Change-Id: I487fc4681afe79c4e8532595226cba4c9c0c9b2d

2016-11-17  Caolán McNamara  <caolanm@redhat.com>  [447a65db6b7ea2ed580f2fdd364ac6084cc282be]

        coverity#1394292 Unchecked return value
        
        Change-Id: I90db6e3c69a6dc90ce1df0dbb5b9d7a81cd1bbea

2016-11-17  Caolán McNamara  <caolanm@redhat.com>  [dc6d4772e03d78baa6ee85b69b582598fb5f240a]

        coverity#1394372 Division or modulo by zero
        
        Change-Id: I1d8d134bf423778a76f7dc6fc5a5e4f8c30c6c3d

2016-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c84d8ebb86e403a876eadd77c7fd9bdab90566f8]

        vcl: work around missing std::fmax() on Android
        
        Change-Id: Iaa4e6aa84c163f2ec5541f233cf7593c0a501b5e

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [90646b4966c73637ddf592acd05b3091fb3fa41f]

        tdf#103950 Undo does not revert bundled font size changes for table cells
        
        Change-Id: Id41b7777739bfa93610f955e6c31f8bb979b8e2c
        Reviewed-on: https://gerrit.libreoffice.org/30902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [bb674aa5503ff40a5619d1fb4c9f310da5f5c983]

        loplugin:unusedfields
        
        Change-Id: Id2dbbf384637223db3d334d95332251832918003
        Reviewed-on: https://gerrit.libreoffice.org/30927
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-17  Caolán McNamara  <caolanm@redhat.com>  [b79cf88a048e5d8c784c97d99155104aef3d5dca]

        Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entries
        
        instead of using the MenuBar text color, cause for Ambiance theme the
        menubar is dark and its font is light, while the toolbars can be light,
        so light font on light bg appears greyed out
        
        Change-Id: I0fa4ab8eabdd3cd69eb682e5ddba8314b8c9ff0f

2016-11-17  Jaskaran Singh  <jvsg1303@gmail.com>  [46f544fa4b9ce43d3c44be1f12ff0d85d12bdb0e]

        Add Skeleton for DataProvider Class
        
        DataProvider class serves as an abstraction of various External
        Data Importing Techniques we have and the others which
        could be implemented in the future.
        
        Change-Id: I9fc9455f7fbf9025aace4c3248df9b32f522ce52
        Reviewed-on: https://gerrit.libreoffice.org/30906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-11-17  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [69d08efffeca1e38fce7b04226894871279a1696]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I367c2096b3c0d508bca1e207c78c2f955f51e263
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30921
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f099e1396f40584aebf3562873046f549139d042]

        vcl PDF NSS sign: don't embed signed timestamp to the signature blob
        
        There are several reasons to avoid doing so:
        
        - The mscrypto backend doesn't do that, so the previous situation was
          inconsistent.
        - PDF provides markup to provide a timestamp, and that's automatically
          part of the signed data.
        - Page 10 of "PAdES Basic" specification from
          <http://www.etsi.org/deliver/etsi_ts%5C102700_102799%5C10277802%5C01.02.01_60%5Cts_10277802v010201p.pdf>
          explicitly requests either not writing that data, or writing it as an
          unsigned attribute (probably to underline that the value is from untrusted
          source, it's the signer's computer clock).
        
        Change-Id: I35b1a9ef4a391a24e6695353d617f27c7d96d93b
        Reviewed-on: https://gerrit.libreoffice.org/30926
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-17  Tor Lillqvist  <tml@collabora.com>  [c6ec65395c34394171ada7bd052ecd2bc1c98cf5]

        chmod -x
        
        Change-Id: Ie07ef2f9e9f6d0b31b513afa913b79d9c641e4f1

2016-11-17  Stephan Bergmann  <sbergman@redhat.com>  [439a3c036b1f40b3b3a7600e5a64879c22074771]

        Have a specific TARGETTYPE for CompilerTest after all
        
        ...instead of leaving it empty.  (645583dfd374c8b02f3c0eeba6233a0bb5884d68 "New
        compilerplugins/clang unit tests": "Checking the input files is implicitly
        phony, as the compilation step doesn't generate any object files, and the link
        step does nothing because there is no gb_LinkTarget_set_targettype for
        CompilerTest.")  In preparation for using compilerplugins/clang with clang-cl on
        Windows.
        
        Change-Id: Ica4f16a4b249537f78ce21fcbe7c4afea8214821

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [401d07f31fde6992125b498fc2ac798a6523ca26]

        loplugin:datamembershadow
        
        Change-Id: I0206905ce95467a560f8ed24db4403df07d3680e

2016-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [586a461af3a8212939b2e3287c6af450932f23d6]

        libxmlsec: remove no longer applying mingw patches
        
        One from the two patches do not apply anymore. Remove both of them for
        now.
        
        Change-Id: I8e06cc28810a9dac13054282a630b0e9b716af86
        Reviewed-on: https://gerrit.libreoffice.org/30924
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-17  Mike Kaganski  <mike.kaganski@collabora.com>  [c87e31f763b9c7e0372a13096be205a5930b6498]

        tdf#103965: set DisableFlags for SID_PARASPACE_INCREASE/DECREASE
        
        Change-Id: Ic60b987d16e3ef97413a38ec5a1ddd6d1d7f93f8
        Reviewed-on: https://gerrit.libreoffice.org/30916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f4e24dd79cfe1133b5a34c7fc9036036812f77bf]

        loplugin:datamembershadow in xmloff
        
        Change-Id: Ibea23b1757be1ec007f48261130aad74ce750cfc
        Reviewed-on: https://gerrit.libreoffice.org/30925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c1e0dffbe2db3b4459c4d57dbf337b75c7c392d4]

        Use ProductName as fallback for dialog title
        
        Change-Id: Iabdcc0730ccef444119f6fdb752e0470dc16fed5
        Reviewed-on: https://gerrit.libreoffice.org/30915
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [aefd00973321a304fa05cd3199e1d29a55e0e6fe]

        loplugin:datamembershadow in reportdesign
        
        Change-Id: I90f95775c5bc6615cc8a8026355cd410e9656a89
        Reviewed-on: https://gerrit.libreoffice.org/30922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9ed4f270d0135551a5fd7f9b93c0de8977936448]

        Put generated screenshots in lang-dependant subdir
        
        Change-Id: Ida481fcef52fa70390a539ab8f3a838a15084256
        Reviewed-on: https://gerrit.libreoffice.org/30913
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-17  Mark Hung  <marklh9@gmail.com>  [53778372a269da7c51958a7e234df4d41027fb77]

        tdf#43740 SimpleWinLayout::LayoutText only advance position for actual glyphs.
        
        Unicode variance selectors selects glyph of previous base character and
        do not have character width itself.
        
        Change-Id: Id0a0d9fcd40794b6db8ff89f84ad42a842472916
        Reviewed-on: https://gerrit.libreoffice.org/29618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [f20422ce9edfd5d49df97b80a9e615d59d0fcba2]

        loplugin:datamembershadow in StyleSheetUndoAction
        
        Change-Id: Ic4de30f7e9582078562b661545ac23fe9927f83d
        Reviewed-on: https://gerrit.libreoffice.org/30903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-17  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f7ccd102a6280750ce920e4c4eab66f9a01b9d3]

        extend unusedfields loplugin to find fields that can be private
        
        and apply the results in xmlscript
        
        Change-Id: Ib126f6e1576639abfd171e99d9561be9715ece2f

2016-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [234325b9fc0d54e594de8e5d2e7c717684db1745]

        Remove redundant checks on nullptr.
        
        CreateTextHelp() itself does the check on nullptr. No need for the
        callers to do the same.
        
        Change-Id: Ib57f3b818235a4e0fb302dda3562c9c8a29a4e54
        Reviewed-on: https://gerrit.libreoffice.org/30919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9008db0a8259551c292f94007afcac710b637b57]

        Use std::unique_ptr for mpTextHelper.
        
        Change-Id: I7cbb68a947232c6b3410815349cae306b384608c
        Reviewed-on: https://gerrit.libreoffice.org/30918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c03c77ef4f46b81cd000ea26c4ef154044322535]

        test: Allow to force a certain locale during unit tests
        
        So that screenshots can be generated in different languages
        
        Change-Id: I486e48a49d6f3837058ec7ac93b5d7d3094be90e
        Reviewed-on: https://gerrit.libreoffice.org/30914
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b223028d65d24ffcd8e27974c29c2744a5df6227]

        This condition has been checked before
        
        Change-Id: I8a2d4f3cce3e286432a100f82b5d22f588fb95b8
        Reviewed-on: https://gerrit.libreoffice.org/30773
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [36a329b6395257d7df2013d23ba4205a5ef72f4d]

        Fix regression in bubbleSortVersion
        
        ...introduced with 789055bc2acb4c71483fd60ea258d158bd5aec10 "clang-tidy
        performance-unnecessary-copy-initialization" (so partially revert it).  Whatever
        clang-tidy erroneously reported there, cur and next are lvalue references into
        vec, so this attempted copy now actually overwrote one with the other.  The
        result was that if multiple JREs are detected on the system, "Options -
        LibreOffice - Advanced" would list a single one multiple times.
        
        Change-Id: I7ef454c0f37669722812383848602dc2bacf7cd1

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [36c8fd8995f4e1c8439a69dde1f55e45e674d7b2]

        Clean up jfw_findAllJREs return value computation
        
        Change-Id: Iace2281ec4b5cfaa6e1de44b58a6705ca3a18c58

2016-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9f36f90b614007540fbcc1db850e00ca5f73c14d]

        Use an own config setting for screenshot mode instead of experimental mode
        
        This is not an experimental feature and it should be possible to enable it
        without enabling other features.
        
        Change-Id: Idbdce23d0db2983a4eb1c8e1d02d15c43733f042
        Reviewed-on: https://gerrit.libreoffice.org/30848
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-16  Caolán McNamara  <caolanm@redhat.com>  [567580bddfa7b3d437b072698de77968c6513513]

        Resolves: tdf#92776 tab names unreadable under Ambiance theme 3.20
        
        thanks Benjamin
        
        Change-Id: I7ea0f6c8a8b8b35f864036844f1dc786e1f6bda8
        Reviewed-on: https://gerrit.libreoffice.org/30910
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-16  Eike Rathke  <erack@redhat.com>  [ce06e01f8b745283b00541cc4e8ac0d907a50554]

        straighten weirdo exception message, inserting a comma and a blank helps..
        
        Has ever been like that since
            commit 54bd83fe93ff3253fbcde2f8c0b97eccbdac52e5
            Date:   Thu Oct 31 15:24:42 2002 +0000
        
        Change-Id: Ifa52dc10458a91054675900a55c1eee14899d80d

2016-11-16  Tor Lillqvist  <tml@collabora.com>  [73302ce8b8cb1be588f2fb635b20faa792d5f4f8]

        Exit GLyphy
        
        Change-Id: Ib84e703d4c1528d022435c7695c97a3fc284563a

2016-11-16  Eike Rathke  <erack@redhat.com>  [2a91304bddf3b1a7b788b120e6374cc1fb9ea045]

        remove anything svHybridValueCell related, it's nowhere set anymore
        
        Change-Id: I9887d7ca83ffc012fec1a78ef9ef537d2188a7e3

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [884e9296417235e088d4813c4a751f74faf6cae0]

        loplugin:vclwidgets
        
        Change-Id: Ia828755baa2c244cb23dc92202c1f9ed2448fe31

2016-11-16  Eike Rathke  <erack@redhat.com>  [83cbbc6d664d949f6405409713c5bda1a5be559f]

        tdf#96475 restore the EmptyDisplayedAsString condition during load
        
        So also "empty" result cells with a number format applied are displayed empty,
        instead of 1899-12-30 for example.
        
        Change-Id: I5280d0213b8a809a04c5cb152ded58028706493a

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [ed5a8df72ac2d14aa2f5d1f87543fcfff9ad9d7d]

        Demonstrate that (extension) .xcu can contain <item> with nested <node>s
        
        This sprang from an IRC conversation with uniscript about allowing .xcd in
        extensions, so that an extension with (localization) data for many packages
        would not need one .xcu file per package, but rather only a single file.  That
        is possible with a single .xcu file using the <item> syntax, as shown here.  (I
        had thought that originally only registrymodifications.xcu supported the <item>
        syntax, but can't find any traces of that; so looks like an extension with an
        .xcu file using <item> syntax should be supported by OOo and derivates "since
        ages".)
        
        Change-Id: I1101793e6b14ba9c1e7647edab76927d4d31a81c

2016-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a5e7c6e59f56fa70a5388cb30c75b06b90eef6f]

        vcl PDF sign: write ESSCertIDv2.hashAlgorithm/certHash
        
        With this, the value of signing-certificate conforms to the RFC.
        
        Change-Id: I27595068be46651efcbf0bd63fc51f79c6e18b4f
        Reviewed-on: https://gerrit.libreoffice.org/30907
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [ece5862b5dbe6b7af28465ae3d452c548e37e7a3]

        xmlsecurity: fix alignment for XAdES checkbox
        
        And rename it to AdES, as the PDF PAdES generation will be affected by
        this checkbox in the near future.
        
        Change-Id: I06121e4eb9debac7a55a737a71780c2fa5c4d084
        Reviewed-on: https://gerrit.libreoffice.org/30908
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-11-16  Tor Lillqvist  <tml@collabora.com>  [f3c42669a504ed763167b95708933add8573217f]

        Nothing from <tools/debug.hxx> used here
        
        Change-Id: Ic7aa466c62eb8850d3c6b50c0e10b0575bd9b82e

2016-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [96acbb938662a25cedad5fe6dcca20d7dc4221ab]

        vcl PDF sign: initial ESSCertIDv2
        
        Towards writing the complete signing-certificate value.
        
        Change-Id: I0c7f3ddf863f944cc9e763beaf7d92e631dbcd4b

2016-11-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5cbaf0504f76892b2b855ca962c9f8821fb50dae]

        bump gradle plugin, build-tools and support lib versions
        
        Change-Id: I94036432e23b2d73b6e2006ed49f9890ae11aa05

2016-11-16  Caolán McNamara  <caolanm@redhat.com>  [739c9780f003bf2628713f04d6e0d20451f14dfb]

        Related: lp#1580537 tdf#103915 don't set toolbars as primary
        
        because under Ambiance there are dark primary toolbars and light panels and
        currently we can only render the same icons in the same colors on each.
        
        Breeze was explicitly selected as the default icon set to use under unity
        in
        
        commit c0da1080b61a1d51654fc34fdaeba373226065ff
        Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
        Date:   Sat Feb 27 14:30:01 2016 +0100
        
            lp#1506544 tdf#92458: default to breeze theme on unity desktops
        
            Change-Id: I1e0e10d1561e32c5904e0e7352e914bb62b85363
        
        and the downstream workaround of lp#1580537 for this problem is to turn
        libreoffice toolbars light.
        
        glade has toolbar and a panel, both of them are light, so best solution
        I can see is to remove the primary class from our toolbars.
        
        Change-Id: I2f94ff52d56af1806e2b80b97e4ae2c4c82ae57e

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [f7dea2d29541256fb68436c0a4c76302832630d8]

        Avoid use after free from within StatusBar::dispose
        
        Valgrind reveals that in Writer doing "Table - Insert Table... - Insert" (so the
        table-related toolbar appears at the bottom of the document window), then "File
        - Exit LibreOffice - Don't Save" causes
        
        > Invalid read of size 8
        >    at 0xE87CA6C: std::__cxx1998::vector<ImplStatusItem*, std::allocator<ImplStatusItem*> >::size() const (/usr/lib/gcc/x86_64-redhat-linux/6.2.1/../../../../include/c++/6.2.1/bits/stl_vector.h:656)
        >    by 0xE87B09F: StatusBar::GetItemCount() const (/vcl/source/window/status.cxx:1019)
        >    by 0x75248D91: VCLXAccessibleStatusBar::VCLXAccessibleStatusBar(VCLXWindow*) (/accessibility/source/standard/vclxaccessiblestatusbar.cxx:43)
        >    by 0x75201C37: (anonymous namespace)::AccessibleFactory::createAccessibleContext(VCLXWindow*) (/accessibility/source/helper/acc_factory.cxx:312)
        >    by 0xD27B191: VCLXWindow::CreateAccessibleContext() (/toolkit/source/awt/vclxwindow.cxx:862)
        >    by 0xD2862AC: VCLXWindow::getAccessibleContext() (/toolkit/source/awt/vclxwindow.cxx:2375)
        >    by 0xD2864AF: non-virtual thunk to VCLXWindow::getAccessibleContext() (/toolkit/source/awt/vclxwindow.cxx:0)
        >    by 0x2A5CF0CD: AtkListener::handleChildRemoved(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext> const&, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&) (/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:200)
        >    by 0x2A5CF646: AtkListener::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) (/vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:301)
        >    by 0x77D6DB7: comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) (/comphelper/source/misc/accessibleeventnotifier.cxx:277)
        >    by 0x77D4219: comphelper::OAccessibleContextHelper::NotifyAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&) (/comphelper/source/misc/accessiblecontexthelper.cxx:186)
        >    by 0xD1FB887: VCLXAccessibleComponent::ProcessWindowEvent(VclWindowEvent const&) (/toolkit/source/awt/vclxaccessiblecomponent.cxx:210)
        >    by 0xD1FAEC0: VCLXAccessibleComponent::WindowEventListener(VclWindowEvent&) (/toolkit/source/awt/vclxaccessiblecomponent.cxx:125)
        >    by 0xD1F9C87: VCLXAccessibleComponent::LinkStubWindowEventListener(void*, VclWindowEvent&) (/toolkit/source/awt/vclxaccessiblecomponent.cxx:114)
        >    by 0xE797CD7: Link<VclWindowEvent&, void>::Call(VclWindowEvent&) const (/include/tools/link.hxx:84)
        >    by 0xE794189: vcl::Window::CallEventListeners(unsigned long, void*) (/vcl/source/window/event.cxx:240)
        >    by 0xE8EDC9F: vcl::Window::dispose() (/vcl/source/window/window.cxx:172)
        >    by 0xE875B9B: StatusBar::dispose() (/vcl/source/window/status.cxx:170)
        >    by 0xEAD71EE: VclReferenceBase::disposeOnce() (/vcl/source/outdev/vclreferencebase.cxx:42)
        >    by 0x3AA25A76: VclPtr<StatusBar>::disposeAndClear() (/include/vcl/vclptr.hxx:231)
        >    by 0x3AC1CF0D: framework::StatusBarManager::dispose() (/framework/source/uielement/statusbarmanager.cxx:202)
        >    by 0x3AC2936D: framework::StatusBarWrapper::dispose() (/framework/source/uielement/statusbarwrapper.cxx:75)
        >    by 0x3AA4F246: framework::LayoutManager::implts_destroyStatusBar() (/framework/source/layoutmanager/layoutmanager.cxx:840)
        >    by 0x3AA4EF68: framework::LayoutManager::implts_destroyElements() (/framework/source/layoutmanager/layoutmanager.cxx:443)
        >    by 0x3AA4ED7E: framework::LayoutManager::implts_reset(bool) (/framework/source/layoutmanager/layoutmanager.cxx:412)
        >    by 0x3AA5E683: framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) (/framework/source/layoutmanager/layoutmanager.cxx:2814)
        >    by 0x3AB0A30C: (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) (/framework/source/services/frame.cxx:3110)
        >    by 0x3AB0299D: (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (/framework/source/services/frame.cxx:1557)
        >    by 0x3AB055AB: (anonymous namespace)::Frame::close(unsigned char) (/framework/source/services/frame.cxx:1801)
        >    by 0x3AAF1DC4: framework::Desktop::impl_closeFrames(bool) (/framework/source/services/desktop.cxx:1698)
        >    by 0x3AAF132A: framework::Desktop::terminate() (/framework/source/services/desktop.cxx:230)
        >    by 0x3A9D71CA: framework::CloseDispatcher::implts_terminateApplication() (/framework/source/dispatch/closedispatcher.cxx:562)
        >    by 0x3A9D632C: framework::CloseDispatcher::impl_asyncCallback(LinkParamNone*) (/framework/source/dispatch/closedispatcher.cxx:410)
        >    by 0x3A9D49D7: framework::CloseDispatcher::LinkStubimpl_asyncCallback(void*, LinkParamNone*) (/framework/source/dispatch/closedispatcher.cxx:254)
        >    by 0xE9B4BE7: Link<LinkParamNone*, void>::Call(LinkParamNone*) const (/include/tools/link.hxx:84)
        >    by 0xEE027A7: vcl::EventPoster::DoEvent_Impl(void*) (/vcl/source/helper/evntpost.cxx:52)
        >    by 0xEE02767: vcl::EventPoster::LinkStubDoEvent_Impl(void*, void*) (/vcl/source/helper/evntpost.cxx:48)
        >    by 0xE91FC17: Link<void*, void>::Call(void*) const (/include/tools/link.hxx:84)
        >    by 0xE91CE8B: ImplHandleUserEvent(ImplSVEvent*) (/vcl/source/window/winproc.cxx:1957)
        >    by 0xE91A33F: ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (/vcl/source/window/winproc.cxx:2507)
        >    by 0xEFEA88D: SalFrame::CallCallback(SalEvent, void const*) const (/vcl/inc/salframe.hxx:276)
        >    by 0xEFFF457: SalGenericDisplay::DispatchInternalEvent() (/vcl/unx/generic/app/gendisp.cxx:86)
        >  Address 0x6ccc64b0 is 32 bytes inside a block of size 56 free'd
        >    at 0x4C2D22A: operator delete(void*) (/builddir/build/BUILD/valgrind-3.11.0/coregrind/m_replacemalloc/vg_replace_malloc.c:576)
        >    by 0xE875B47: StatusBar::dispose() (/vcl/source/window/status.cxx:165)
        
        It looks rather pointless that StatusBar::dispose causes instantiation of a
        VCLXAccessibleStatusBar, but not sure what would be the right level to fix this.
        So work around it by making the pointlessly pointer mpItemList non-pointer, and
        clearing it in StatusBar::dispose, so that a latter call to
        StatusBar::GetItemCount returns 0 (which appears to be OK for the needs of that
        zombie VCLXAccessibleStatusBar).
        
        Change-Id: I1e982a335cb78e87a6c16633174bca76b59c6049

2016-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [5c49c13b7b963b8e05d68f6a050c8f8184b825fd]

        tdf#101472 Prompt repaint of Elements window when mouse leaves
        
        This also reduces some cycles in SmElementsControl::MouseMove().
        
        Change-Id: I1dd5f9cd37e4a78010ebb719b4726f9b061d8ff2
        Reviewed-on: https://gerrit.libreoffice.org/30897
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6e3ff896e7422b4a438cbe5c1c9d97027c468c5c]

        Fix crash when opening ProfileExportedDialog
        
        Change-Id: I9137cc2b925f67af6b6dc7106327de76c28c74ac
        Reviewed-on: https://gerrit.libreoffice.org/30904
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [7ac70669da17fd0e8e13986e285b7d3d597ecd69]

        screenshotannotation: Trim the textfield, add scrollbar
        
        to prevent it from growing too large and thus distorting the dialog
        
        Change-Id: Iaa27d3085ec314246565cae79ab7d627a94a3bff
        Reviewed-on: https://gerrit.libreoffice.org/30898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [92da39d5f94c7824099c79c8554cd2b16f0d7929]

        update couple of loplugins for move constructors
        
        Change-Id: I82140569a3e09225065d721e4aeac5c5fe93bc45

2016-11-16  Caolán McNamara  <caolanm@redhat.com>  [ac4f846335fb71f4a11bae6f8f1704ca915ba6af]

        gtk: under wayland tracking the window position is worthless
        
        which isn't news, but...
        
        with focus follows mouse enabled, activate filter menu of a calc autofilter.
        Move the mouse around and enter the menu, menu pops down because there are
        configure and mouse events which indicate that the position of the main
        application window has "moved"
        
        when LibreOffice detects the window has moved, it closes the windows
        popups, so the menu disappears.
        
        Change-Id: I2d1aa4a51153002c925e2dde4402da2d84e52de5

2016-11-16  Eike Rathke  <erack@redhat.com>  [87d2c012ef51aca8bba127145c97409506217a4f]

        tdf#96475 PasteSpecial EmptyDisplayedAsString as empty
        
        Deactivating the assert in fillSortedColumnArray() was necessary for the bug's
        Paste Special and Sort scenario, but actually the assert could had been hit
        also earlier if some cell values were not pasted / skipped and Sort was invoked
        after that.
        
        Change-Id: I7b08bfb4104f4c7eb30815944bc87eec79a87334

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [8c976b4544e6feac8e3db54461859d18e94cadaf]

        loplugin:staticanonymous
        
        Change-Id: I074e464996070ac3f20d27a66a5f0246ede45c79

2016-11-16  Mike Kaganski  <mike.kaganski@collabora.com>  [722ea624fdb1ae3c5009b9dadc5699dc3724c649]

        Small housekeeping: merged two if's with same result into one
        
        Change-Id: I63e038173338055b5b4003e1a6040b8680b8bbd6
        Reviewed-on: https://gerrit.libreoffice.org/30901
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e06bacfc533dc490840067997fd5bcb1dc60dbc5]

        sw: remove redundant initializer for members in rtfexport
        
        Change-Id: I004ebe3bd214a7c35a286f10bb13aef6900f0f87
        Reviewed-on: https://gerrit.libreoffice.org/30896
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-16  Caolán McNamara  <caolanm@redhat.com>  [09972f971e13ff967c9897d50ba5fbf0f862e8a4]

        gtk3: problems with gdk_drag_status under wayland
        
        under wayland, the value selected by gdk_drag_status is not immediately
        available via gdk_drag_context_get_selected_action, so use the value
        we set on it, not the value it claims to have
        
        pull common code together as getPreferredDragAction
        
        Change-Id: I4d95c4b8183505f2203ad1a8f6947df983ce8d21

2016-11-16  Stephan Bergmann  <sbergman@redhat.com>  [1034ee0c091036f7d43a42b3213ffa589150e38c]

        Reduce noise for irrelevant warnings somewhat
        
        ...other options to avoid such irrelevant warnings can be to move code to an
        include file and/or to define a dummy main() accessing otherwise unreferenced
        entities.
        
        Change-Id: Ifd44e376b35ef68496f3aba6a3c046d684824000

2016-11-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [2a83720fd1184868e84dbe2aedb65dbf0e27a6de]

        screenshotannotation: Fix bookmark snippets
        
        Change-Id: I245000b48775955dcf72f362829df7594e8b637b
        Reviewed-on: https://gerrit.libreoffice.org/30880
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [72ffa98e892ad1b64ff3a00b1e26a995cba3076f]

        make the element names in dumpAsXml match the class names
        
        Change-Id: I955facfe3e901fcb76798dab342f96a67d5ac63f
        Reviewed-on: https://gerrit.libreoffice.org/30894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [7cca2c7fb328e64f1779993b60809eff6974b970]

        new loplugin finalprotected
        
        look for final classes, and make sure they don't have protected members
        
        Change-Id: I1fa810659bba02b61a5160dbfd8e24185ec9abf4
        Reviewed-on: https://gerrit.libreoffice.org/30895
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c73942c8c4b97ee9ede65890e1b1db3cac753c5]

        loplugin:countusersofdefaultparams in include/svx..unotools
        
        Change-Id: I02e933da66241e99e3b81d90d679f1502bab3fef
        Reviewed-on: https://gerrit.libreoffice.org/30866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-16  Chamal  <e12346@ce.pdn.ac.lk>  [121a202076f0ada98e5e3697e4e15a48b477523e]

        tdf#92346 - Copy functionality in the viewer
        
        Reference class added to
        desktop/source/lib/lokandroid.cxx
        for Java_org_libreoffice_kit_Document_getTextSelection()
        
        Change-Id: I211d5709df39fd9fafdab9232af760613f6b86c0
        Reviewed-on: https://gerrit.libreoffice.org/29804
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3f99532022abb0d37b23cfffb9d52455420416b]

        Let's keep these guys private.
        
        Change-Id: I196c9c2b24f94ac66bb200fea561bdc5ccc679e5

2016-11-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e4e208fa2b0930be5a7cbbe2fab2ff2fe2c4a1ff]

        tdf#71409: properly remove itself from the context it listens.
        
        When the context itself is being disposed.  While this solves the
        issue of addAccessibleEventListener() being called twice despite
        removeAccessibleEventListener() being called only once, it won't
        solve the problem of leaky atk focus events.
        
        Change-Id: I984107ed2d30e6dba8067d11f400ff64d665d157

2016-11-16  Khaled Hosny  <khaledhosny@eglug.org>  [84f644eee78106f01486098d446d9163b62927eb]

        tdf#103784: Shift the upright glyphs like old code
        
        It turns out we actually need the horizontal shift, so re-enable it.
        
        Change-Id: If9d16276f0f56b518c6bedc2fcbbd3d8746d8d5d

2016-11-16  Khaled Hosny  <khaledhosny@eglug.org>  [26ac0e16f8f2c4d4b0d3a0cd147cef31240f688d]

        Fix thinko in previous commit
        
        Negative descender means the glyph is above the baseline and no shift
        should happen.
        
        Change-Id: I0ee3575051e47f16c64db4e85c0b8a390029567f

2016-11-15  Eike Rathke  <erack@redhat.com>  [c4820366710fcbcc198a5471ad1f4a29f71d2019]

        tdf#96475 PutFormulaCell: any other cell than formula is utter nonsense
        
        This is called only if a cell has the table:formula attribute and that *is* a
        formula cell and nothing else. In fact in ODFF the initial leading '=' is not
        mandatory, so attempting to set a different cell type if it is not present is
        wrong.
        
        Commit 62ec7f9e824ed1c17f01beaf8f4cec3b76b3aae9 introduced that, which at that
        time may have been necessary, but doubtful..
        
        Additionally, ScFormulaCell::CompileXML() that tries to group formulas had to
        be adpated to not rely on the presence of a leading '='. Luckily there was an
        assert..
        
        These changes enable loading of "error cell" formulas that were stored without
        a leading '=' if they originated from a paste special with only values, which
        maintains an error result as error formula.
        
        Change-Id: I43394de108066a24b792eec958b19f51f990403b

2016-11-15  Eike Rathke  <erack@redhat.com>  [c802fb24368ac9866940f2d987d46357b0e577f3]

        tdf#96475 sort error result between text and empty cell
        
        Error results weren't handled at all and sorted same as numeric 0, which
        due to "stable sort" resulted in arbitrary looking sort order if 0
        values or results where included.
        
        Change-Id: Ib7c516b57ea92bc5b813f448d9c2bb5491e43940

2016-11-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [50d1373b5b90ba19603a407dabf472801e871522]

        add REPT test case
        
        Change-Id: Ieae4e6606fad89611819f1a736139091e44977a3
        Reviewed-on: https://gerrit.libreoffice.org/30879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-15  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [88f31af74816dbb7a85df73602f2c24dbd6fedae]

        tdf#103146 Revamp Extension Manager Dialog, Part 2
        
        Move the "Remove" button which was customly implemented
        from the ExtBoxWithBtns_Impl to the new row. This should
        also solve some accessibility issues.
        
        Also wipe some useless code which implements custom
        tab behavior.
        
        Change-Id: I602fcf23631498145d8b9ead2936ee549caf3f0d
        Reviewed-on: https://gerrit.libreoffice.org/30867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [81f6384a50bfde0439ae0af00fed29d231e8196a]

        screenshotannotation: include image size in XML markup
        
        Change-Id: I1c02055280b929ddd3ad12e6f6562c95bfe2a48a
        Reviewed-on: https://gerrit.libreoffice.org/30870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-15  Khaled Hosny  <khaledhosny@eglug.org>  [ff08ee6ab2e11360f9260462b15f5ca133007101]

        tdf#103785: Correctly position vertical glyphs
        
        Change-Id: Ibd0ae230f54ada55a26d24ea865e7b93070ce2a0

2016-11-15  Tor Lillqvist  <tml@collabora.com>  [087705c72dcf555951c49b95476568adbab74edf]

        Add the Target for xd:QualifyingProperties
        
        Change-Id: Ic15c34c77ff24a506b59ed02db3cfbb6722d0f25

2016-11-15  Tor Lillqvist  <tml@collabora.com>  [108b0a5e37d649ee8b2b41a6695e03032d648226]

        Sign also the xd:SignedProperties
        
        Change-Id: If5793cd8a721ac5b4fce5280b6180f2827c72501

2016-11-15  David Tardon  <dtardon@redhat.com>  [34ba29887fe2ad47c5a8663bbdc511d46ab732b2]

        replace explicit delete and simplify
        
        Change-Id: I750a965195aef32b29bb98725fd1c74c876b051d

2016-11-15  David Tardon  <dtardon@redhat.com>  [0d97ac5ae3e92b1b04339e60e66ca8cb41a19609]

        fix typo
        
        Change-Id: I2dd093a12518c2c23d9f1610fb8a4b45a94656ab

2016-11-15  David Tardon  <dtardon@redhat.com>  [4ead110a8c574379545f9cf1d4a914c7bb43bc2a]

        remove prop. name variable
        
        It is not used consistently anyway.
        
        Change-Id: Ia842668dfb36dc2a8fbf3b938758b81c78d5c868

2016-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [8397ce996c444de64cd94efa096b9b376aad393f]

        vcl PDF sign: add initial 'signing-certificate' signed attribute
        
        Page 10 of "PAdES Basic" specification from
        <http://www.etsi.org/deliver/etsi_ts%5C102700_102799%5C10277802%5C01.02.01_60%5Cts_10277802v010201p.pdf>
        says:
        
        "At minimum, it [the signature] shall include the signer's X.509 signing
        certificate."
        
        This adds the signed attribute, but it's disabled by default as the
        value is just an empty sequence at the moment.
        
        Change-Id: Icda96f63618b08fadcb411204e132fe88d5f7d1d
        Reviewed-on: https://gerrit.libreoffice.org/30877
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-15  Caolán McNamara  <caolanm@redhat.com>  [21005d0ded0dfb5cf1bd7f4858cba6b6735dd341]

        fix build of kde3 addressbook
        
        Change-Id: I109f6ff9ca35792d3337bac2a6612ba12d2272fd

2016-11-15  Stephan Bergmann  <sbergman@redhat.com>  [40c44ed643acde1d3b9ab0177a09bdb8b3083dea]

        Replace some trivial Sfx*Item derivations with make* functions
        
        ...as the trivial derivations (used to offer "convenience ctors") didn't
        override Clone(), so -fsanitize=vptr would cause warnings like
        
        > sd/source/ui/dlg/layeroptionsdlg.cxx:42:26: runtime error: downcast of address 0x603001dff830 which does not point to an object of type 'const SdAttrLayerName'
        > 0x603001dff830: note: object is of type 'SfxStringItem'
        >  61 05 80 1e  70 d6 f7 22 67 7f 00 00  01 00 00 00 4e 6e 00 be  60 f8 df 01 30 60 00 00  02 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SfxStringItem'
        >     #0 0x7f66931db4b0 in SdInsertLayerDlg::SdInsertLayerDlg(vcl::Window*, SfxItemSet const&, bool, rtl::OUString const&) sd/source/ui/dlg/layeroptionsdlg.cxx:42:26
        
        when doing "Insert - Layer..." in Draw.
        
        Change-Id: I54ade09027daecc8bbf6f4789a8b5318bbe8d22d

2016-11-15  Khaled Hosny  <khaledhosny@eglug.org>  [d436065bc1c68fc2d90e73253d8c00503c72dfd0]

        tdf#103725: Default to GDI even with the new layout engine
        
        It seems that our DirectWrite integration is missing few key features,
        so back to GDI so at least people who need these feature can have away
        to make them work.
        
        So the situation is now with the new layout engine is like the old one;
        GDI when OpenGL is not use and DirectWrite when OpenGL is used.
        
        Fixing DirectWrite is now someone else’s problem.
        
        Should also fix tdf#100986.
        
        Change-Id: I102cac8a324f77b050d5183911b5cfda0b6b8f2b
        Reviewed-on: https://gerrit.libreoffice.org/30868
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-15  Caolán McNamara  <caolanm@redhat.com>  [7e2ef433d29fca84ed27a9203b5761dc8dbd8bf8]

        Resolves: tdf#102957 revert SetMinOutputSizePixel workaround
        
        of
        
        commit afeddaf7e0d11ad9b1df0c80bcc3f50caa87e21a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Dec 16 10:46:10 2015 +0000
        
            Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogs
        
        and using a mixture of gtk_window_set_default_size before its visible, and
        gtk_window_set_default_size + gtk_window_resize after its shown now works for
        me under wayland so the original problem can be solved that way
        
        Change-Id: Iaf8fd3019a7e902ad07b6825f919c6f25288e9b7

2016-11-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ec4e48c7504cd0d02338e0be8b48344a95f39b72]

        Fix typos
        
        Change-Id: I3e38b1d445c368c28e807202b94c603bd2b2c672
        Reviewed-on: https://gerrit.libreoffice.org/30872
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5d1a788468ef94cd1de4400d3c1e38d768f7bf8d]

        fix tdf#101832 and tdf#100617
        
        OutDev mapmode takes shortcuts for 'simple' mappings, so clear that flag
        once we set scale/origin away from defaults.
        
        Change-Id: I00321e27322d9cb8b86e6cc8400f6396d03328cc
        Reviewed-on: https://gerrit.libreoffice.org/30855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-11-15  Caolán McNamara  <caolanm@redhat.com>  [e71ef59f2b9163342ba50d41103619b96f01c4a4]

        sigh, then you can't shrink manually past size request
        
        Change-Id: Ia919f65f93a3dad0af06a2fa4f7b42b5f9ae2052

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3bf5bc2e19167dfa0eb72ceaf98ae621f998f549]

        Revert some chart2 shader-affecting changes
        
        from
        
            commit 8d4a306eb04742f499ab693e7f8ebd3ae3c01415
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Tue Nov 15 11:26:59 2016 +0200
            loplugin:unusedfields
        
        and
        
            commit c79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781
            Author: Noel Grandin <noel@peralex.com>
            Date: 2015-11-20 10:41:00 (GMT)
            loplugin:unusedfields in chart2
        
        Change-Id: I6b61aa9c6abb1d51e96d5eb6c623d86fd6fd5b82

2016-11-15  Stephan Bergmann  <sbergman@redhat.com>  [1c154c84d25866cf8c5ab1a55973548e52268504]

        Spurious whitespace at end of line
        
        Change-Id: I684f8ad46527ce13b8c19a52265af3a581dca6cb

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [7ab84fab539fd3619894536815e19fd24af87a6b]

        fix build
        
        after commit 0d051730156f633150fa9e3107fe97cf7be6d8f9
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Tue Nov 15 09:13:33 2016 +0200
            loplugin:constantparam
        
        Change-Id: Ia3e761168043e5a8d22793689e9f224a85a6b7ca

2016-11-15  Caolán McNamara  <caolanm@redhat.com>  [68fc92db88f17f1dc6113eafbb9e95ebf06d90d1]

        use only widget_set_size_request in gtk3
        
        and remove some bogus out of date comments
        
        Change-Id: I589eb64016241cf2bcd425ccbaa62229f36880e8

2016-11-15  Caolán McNamara  <caolanm@redhat.com>  [1aeff41c4a6b16a2ec69faf4a0bee301bd609101]

        Resolves: tdf#102957 revert SetMinOutputSizePixel workaround
        
        of
        
        commit afeddaf7e0d11ad9b1df0c80bcc3f50caa87e21a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Dec 16 10:46:10 2015 +0000
        
            Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogs
        
        and setting a size-request seems to do the right thing for me now under wayland
        so the original problem can be solved that way
        
        Change-Id: Ie2dd71c5a32131a60729448f0665d5cae2a83692

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [0d051730156f633150fa9e3107fe97cf7be6d8f9]

        loplugin:constantparam
        
        Change-Id: Iced8ff99d52d55e6b6c3126affafbea6786e94f0
        Reviewed-on: https://gerrit.libreoffice.org/30858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-15  jan Iversen  <jani@documentfoundation.org>  [d2e9d3d0ed42f0fc24255c64546d8d256ca33aae]

        update lo-pack-sources
        
        os-x has a problem with progress bar on tar
        Also remade to sed expression to a simpler one that osx understands.
        change
        
        change
        
        Change-Id: If09573760a4bedfa285519241582bbd639a4e976
        Reviewed-on: https://gerrit.libreoffice.org/30043
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [8d4a306eb04742f499ab693e7f8ebd3ae3c01415]

        loplugin:unusedfields
        
        Change-Id: I1400ca0af2c357dff06e5f733ec62b13d6a96461
        Reviewed-on: https://gerrit.libreoffice.org/30861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-15  Jan Holesovsky  <kendy@collabora.com>  [6b4eaa7ee7837e7ff1439ebb06db9200b4b68b61]

        Add the missing lok::Office::registerCallback().
        
        Change-Id: I0aebf12c4d685f69f094b9acbe6b04bb5b3234a4

2016-11-15  Khaled Hosny  <khaledhosny@eglug.org>  [a5750d92b2136d60d698b41ef5760f2efac0ffce]

        tdf#103725: Fix horizontal scaling on Windows
        
        * Create IDWriteFont from LOGFONT instead of HDC, as it seems the later
          will discard the font width. Without font width, GDI/DirectWrite will
          not scale the font horizontally.
          Does not seem to work with all Windows versions (at least not
          Windows 10 Anniversary Update), seems like this undocumented behaviour
          have been dropped :(
        * Adjusting font width on Windows during layout, see the inline comment.
        
        
        Change-Id: I19b788460b6b6ca2c83d75bbf09a0601a250c289
        Reviewed-on: https://gerrit.libreoffice.org/30847
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-15  Justin Luth  <justin_luth@sil.org>  [098f7a4ac2b6f309a45d29f1b68bea18418b9ee7]

        tdf#34467 - FitToFrame: stretch text to fill drawing obj
        
        Help for Fit To Frame says "Resizes the text to fit the entire area
        of the drawing or text object".
        
        reverts commit b7628798ec1a966c97a64d7cf0aa9f3859b78bef
        and partially addresses the problem of "Shrink font automatically
        when text overflows" by treating text as "Autofit" while it is being
        edited.
        It's not WYSIWYG, but good enough, and maybe better.
        
        Since that part of the change prevents any way of setting ::Autofit,
        I also changed the default setting to Autofit instead of NONE, since there
        is no good reason why text should be allowed to spill outside of a textbox.
        For those who REALLY want that odd behaviour, they can use
        .uno:TextFitToSize (Ctrl-Shift-F8) to toggle between "stretch" and "none".
        
        Change-Id: I8313a82cbea82f11fad0f50d966fc77874977da9
        Reviewed-on: https://gerrit.libreoffice.org/30727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-11-15  Stephan Bergmann  <sbergman@redhat.com>  [645583dfd374c8b02f3c0eeba6233a0bb5884d68]

        New compilerplugins/clang unit tests
        
        ...to check that loplugin produces warnings/errors as expected:
        
        * Clang has a -verify switch that makes it easy to write test input .cxx files
          that list in comments all the warnings/errors that are expected, and let Clang
          check those expectations instead of generating object code.  See
          include/clang/Frontend/VerifyDiagnosticConsumer.h in the Clang source tree for
          documentation.
        
        * Introduce a CompilerTest gbuild class that uses the existing LinkTarget class
          as much as possible.  Checking the input files is implicitly phony, as the
          compilation step doesn't generate any object files, and the link step does
          nothing because there is no gb_LinkTarget_set_targettype for CompilerTest.
          The setup at least works for Clang on Linux (will need adaptions for Clang on
          Windows; compilers other than Clang are not relevant for now given this is
          used to check compilerplugins).
        
        * Definition of gb_CFLAGS_WERROR in solenv/gbuild/platform/com_GCC_defs.mk needs
          to be lazy ('=' vs. ':=') so that CompilerTest can override it:  The Clang
          -verify mode wants the input files to specify whether the loplugin diagnostics
          are warnings or errros, so they consistently need to be errors independent of
          --enable-werror configuration.
        
        * A first (example) test is in compilerplugins/clang/test/salbool.cxx.  The
          corresponding gbuild CompilerTest instance is in
          solenv/CompilerTest_compilerplugins_clang.mk for now.  The reason for that odd
          split across compilerplugins/ and solenv/ is that there is no
          compilerplugins/Modules_compilerplugins.mk file, so this setup is the easiest
          hack for now (to be cleaned up).  (Another area that could be improved is that
          all test files need to be listed explicitly in the CompilerTest_*.mk file,
          instead of, say, using all .c/.cxx/.m/.mm files in a specified directory.)
        
        * The test is run somewhat late during a top-level 'make', after loplugin has
          already been used in compilation.  But it can be run manually (e.g., 'make
          solenv') when making changes to loplugin during development.
        
        Change-Id: I01e12fb84887d264ac03ef2484807458c2075af4

2016-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [10efab2b9a3cf7fc49655c90ba29db4512680c38]

        tdf#82824 DOCX import: fix at-char embedded object handling
        
        The anchor type of embedded object was simply not handled, we always
        assumed that it's as-char.
        
        When it's at-char set the anchor type accordingly, and also set the
        usual 6 properties determining the position of the anchored object.
        
        Change-Id: I3f8bede33c6f1a0bdc4f4d4ea59c4fc805802291
        Reviewed-on: https://gerrit.libreoffice.org/30860
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-15  Chamal  <e12346@ce.pdn.ac.lk>  [4eb2863e95fb823d205f1ce0da21f7187339e3ff]

        tdf#96099 Reduce no of typedefs used for trivial containers
        
        OStringSet replaced with std::set< OString >
        
        Change-Id: Ifad06cd77c5c4123b85171df866ac10a3bea4705
        Reviewed-on: https://gerrit.libreoffice.org/29803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [47f323d04ca6174f6d9c20061d84d7a7d727cd61]

        loplugin:constantparam
        
        Change-Id: I1a6e13584ca516f44195e724b39e78360a842c7c
        Reviewed-on: https://gerrit.libreoffice.org/30859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c37b72c182894a481819b44b9a2dc9049dce2c61]

        loplugin:countusersofdefaultparams in include/vcl
        
        Change-Id: I16979e6d49e7f1ff7ea53194cfc64fddf27d00cf
        Reviewed-on: https://gerrit.libreoffice.org/30841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-15  Justin Luth  <justin_luth@sil.org>  [9259fcd40b1749cd421c433bcc436cb335cbbe43]

        tdf#88827 - double-thin border: MINGAPWIDTH is a valid width
        
        double-thin borders are available in the UI starting from 0.5pt.
        The actual minumum (as seen in a round-trip), is 1.10pt.
        (Each thin line is ~ .50pt, the gap is ~ .05pt, and then some
        approximations and rounding show it as 1.10 - at least that is how I
        understood it). 1.15pt is the first point at which the gap is larger
        than the minimum - and double_thins with a minimum gap were considered
        invalid, and thus were not imported.
        
        With this fix, double-thin borders created with a size less than 1.15pt
        are valid and visible on import.
        
        Change-Id: I6da2a40d13ed83281de403b22b3acbea4288ac60
        Reviewed-on: https://gerrit.libreoffice.org/30857
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-11-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5f293414d62ac93fc150a44f070980a808469ab1]

        vcl: include redux in MapMode
        
        Change-Id: Icc43510a3e561b426319465ea98eb374a3aa1f8d

2016-11-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [30d6397809b741a49198497dea22d05336d17801]

        vcl: cleanup whitespace in MapMode
        
        Change-Id: Ib790bab105c337d62ffc93f72bf6da49a74f00cf

2016-11-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d55bbd9ea2e37bf902894a6eeb1560cc981f182e]

        vcl: add/unify some clipboard SAL_INFO tracing
        
        Change-Id: I4989da02cbc82d253a486a7adde95551eddb45b3

2016-11-15  Takeshi Abe  <tabe@fixedpoint.jp>  [074f0ab1d76f16fe92493868e2f2de75e67792ef]

        tdf#76296 Import MathML's <mspace>
        
        as possibly multiple "~" and/or "`" by honoring its width attribute.
        
        Change-Id: I17e361c3f8f5d061c856b72266332369497d16b9
        Reviewed-on: https://gerrit.libreoffice.org/30809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-15  Eike Rathke  <erack@redhat.com>  [bb50b1609abe83265311613db4a18e992dc666c8]

        sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get()
        
        SfxItemPool::GetItemState() can already return a pointer to a set item so that
        doesn't need to be obtained again through SfxItemPool::Get()
        
        tdf#103493 'LotroPlan 3.8.ods'
        https://bugs.documentfoundation.org/attachment.cgi?id=128252
        
                 Incl.           Self      Called
        Before:
        10,210,820,257  1,162,295,513  34,670,201
        
        After:
         9,887,701,235  1,384,985,151  34,670,201
        
        Only ~3% and 0.5% of the overall load time, but..
        
        Change-Id: Icbed8a7982a27472fdfb1dbe4fd2061ab1e601bd

2016-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ab31ae5db001021069f25257454b7dee78e6dba]

        vcl PDF NSS sign: upgrade SHA-1 hash to SHA-256
        
        Page 10 of "PAdES Basic" specification from
        <http://www.etsi.org/deliver/etsi_ts%5C102700_102799%5C10277802%5C01.02.01_60%5Cts_10277802v010201p.pdf> says:
        
        "The use of SHA-1 is being phased out in some countries and hence the
        use of other hashing algorithms is
        recommended."
        
        Change-Id: I1fbf4a194a24090b719322f3cb4f9d7eef58f134

2016-11-14  Eike Rathke  <erack@redhat.com>  [ec0f1b060a9ebff717b823daab75222307a09887]

        avoid reallocating if allocating once is enough
        
        Change-Id: I30dbdd59304095c3a535af98217ddcb973ba0416

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [27ee9ee8e816334447f1cf781bc2892469e0c8dc]

        Don't AlignToPixel in SwView::SetVisArea
        
        When e.g. inserting a Writer doc in a Calc doc ("Insert - Object - OLE Object...
        - Create new - LibreOffice 5.3 Text" in Calc), the resulting .ods contains the
        size of the embedded Writer doc in two places.  First as
        
          <draw:frame svg:width=... svg:height=... ...>
        
        in content.xml, where the size is apparently the original rectangle's size,
        before it got aligned in SetVisArea.  And a second time as
        
          <config:config-item config:name="ViewAreaWidth" config:type="long">...</config:config-item>
        <config:config-item config:name="ViewAreaHeight" config:type="long">...</config:config-item>
        
        in Object 1/settings.xml, where the size is apparently the aligned size.
        
        When the document is loaded again, at first the first size is used to display
        the inner Writer doc.  But when the inner Writer doc is double-clicked (to make
        it editable), now the second size is used, and because they don't match, the
        whole document is erroneously considered modified
        (ScTabViewShell::ActivateObject -> SfxInPlaceClient::SetObjArea ->
        SfxInPlaceClient::Invalidate -> ScClient::ViewChanged ->
        ScDocShell::SetDrawModified -> ScDocShell::SetModified ->
        SfxObjectShell::SetModified), causing e.g. the "Save" icon to become "active".
        
        It is unclear to me whether these calls to AlignToPixel still serve any real
        purpose; lets see whether removing them causes any issues...
        
        Change-Id: I755dd9e8b2406f0b4b41d0f3d1281d6ad4b1b238

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b6ce0cd83afaab1bc03f7421745ff752c3459e99]

        Avoid unnecessary, wrong downcast
        
        ...as reported by -fsanitize=vptr when doing "Format - Paragraph... - Area -
        Color" in Writer:
        
        > cui/source/tabpages/tpcolor.cxx:65:19: runtime error: downcast of address 0x6030009782b0 which does not point to an object of type 'XOutdevItemPool'
        > 0x6030009782b0: note: object is of type 'SwAttrPool'
        >  20 01 80 1c  50 e8 e9 85 4d 7f 00 00  e0 28 48 86 4d 7f 00 00  c0 d7 11 00 30 61 00 00  80 29 54 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwAttrPool'
        >     #0 0x7f4b047cfd3a in SvxColorTabPage::SvxColorTabPage(vcl::Window*, SfxItemSet const&) cui/source/tabpages/tpcolor.cxx:65:19
        >     #1 0x7f4b0480ec04 in VclPtr<SvxColorTabPage> VclPtr<SvxColorTabPage>::Create<vcl::Window*&, SfxItemSet const&>(vcl::Window*&, SfxItemSet const&) include/vcl/vclptr.hxx:138:46
        >     #2 0x7f4b047f8567 in SvxColorTabPage::Create(vcl::Window*, SfxItemSet const*) cui/source/tabpages/tpcolor.cxx:326:12
        >     #3 0x7f4b0472132a in CreateFillStyleTabPage(unsigned short, vcl::Window*, SfxItemSet const&) cui/source/tabpages/tparea.cxx:319:42
        >     #4 0x7f4b0471ef8b in SvxAreaTabPage::SelectFillTypeHdl_Impl(Button*) cui/source/tabpages/tparea.cxx:330:41
        >     #5 0x7f4b047114b3 in SvxAreaTabPage::LinkStubSelectFillTypeHdl_Impl(void*, Button*) cui/source/tabpages/tparea.cxx:323:1
        >     #6 0x7f4df3eac737 in Link<Button*, void>::Call(Button*) const include/tools/link.hxx:84:45
        >     #7 0x7f4df3e93bb6 in Button::Click()::$_0::operator()() const vcl/source/control/button.cxx:127:85
        
        Change-Id: I6259b100c535fa81b9f7452db84c22d5b10acb1e

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8c12f8145388a586536b874359ad0bae37ffcc3b]

        This RES_FRM_SIZE item is apparently SwFormatFrameSize, not SvxSizeItem
        
        ...as reported by -fsanitize=vptr when doing "Format - Page..." in Writer
        (though both types have a Size member at the same location, so didn't cause any
        real problems):
        
        > sw/source/ui/misc/pgfnote.cxx:283:32: runtime error: downcast of address 0x604000e23f50 which does not point to an object of type 'const SvxSizeItem'
        > 0x604000e23f50: note: object is of type 'SwFormatFrameSize'
        >  94 01 00 3d  90 ae ee 90 ff 7e 00 00  06 00 00 00 58 00 00 be  d0 2f 00 00 00 00 00 00  e0 3d 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwFormatFrameSize'
        >     #0 0x7efd1c8d01e2 in SwFootNotePage::ActivatePage(SfxItemSet const&) sw/source/ui/misc/pgfnote.cxx:283:32
        >     #1 0x7efd1c8cbf07 in SwFootNotePage::Reset(SfxItemSet const*) sw/source/ui/misc/pgfnote.cxx:230:5
        >     #2 0x7f002e149560 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1117:19
        >     #3 0x7f002e1400e3 in SfxTabDialog::LinkStubActivatePageHdl(void*, TabControl*) sfx2/source/dialog/tabdlg.cxx:1035:1
        >     #4 0x7f0008248f37 in Link<TabControl*, void>::Call(TabControl*) const include/tools/link.hxx:84:45
        >     #5 0x7f0008204caa in TabControl::ActivatePage() vcl/source/control/tabctrl.cxx:1601:19
        
        Change-Id: I73df2438565a7069153b22140197897df810b2aa

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f3f71b087d25966d39a4c883bbe0b60b27419119]

        Avoid -fsanitize=null
        
        ...during CppunitTest_filter_dialogs_test:
        
        > filter/source/xsltdialog/xmlfiltersettingsdialog.cxx:1398:20: runtime error: reference binding to null pointer of type 'ResMgr'
        >     #0 0x7f144bf5ab10 in XMLFilterListBox::XMLFilterListBox(vcl::Window*, SvxPathControl*) filter/source/xsltdialog/xmlfiltersettingsdialog.cxx:1398:20
        >     #1 0x7f144bf7abb8 in VclPtr<XMLFilterListBox> VclPtr<XMLFilterListBox>::Create<VclPtr<VclVBox>&, SvxPathControl*>(VclPtr<VclVBox>&, SvxPathControl*&&) include/vcl/vclptr.hxx:138:46
        >     #2 0x7f144bf50df8 in SvxPathControl::SvxPathControl(vcl::Window*) filter/source/xsltdialog/xmlfiltersettingsdialog.cxx:1312:20
        >     #3 0x7f144bf7d487 in VclPtr<SvxPathControl> VclPtr<SvxPathControl>::Create<VclPtr<vcl::Window>&>(VclPtr<vcl::Window>&) include/vcl/vclptr.hxx:138:46
        >     #4 0x7f144bf56a2f in makeSvxPathControl filter/source/xsltdialog/xmlfiltersettingsdialog.cxx:1378:1
        >     #5 0x7f14d2060a04 in VclBuilder::makeObject(vcl::Window*, rtl::OString const&, rtl::OString const&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&) vcl/source/window/builder.cxx:1793:17
        >     #6 0x7f14d2078ddb in VclBuilder::insertObject(vcl::Window*, rtl::OString const&, rtl::OString const&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&, std::__debug::map<rtl::OString, rtl::OString, std::less<rtl::OString>, std::allocator<std::pair<rtl::OString const, rtl::OString> > >&) vcl/source/window/builder.cxx:1887:25
        >     #7 0x7f14d208790a in VclBuilder::handleObject(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2856:37
        >     #8 0x7f14d20215bc in VclBuilder::handleChild(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2114:33
        >     #9 0x7f14d2087bea in VclBuilder::handleObject(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2859:17
        >     #10 0x7f14d20215bc in VclBuilder::handleChild(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2114:33
        >     #11 0x7f14d2087bea in VclBuilder::handleObject(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2859:17
        >     #12 0x7f14d20215bc in VclBuilder::handleChild(vcl::Window*, xmlreader::XmlReader&) vcl/source/window/builder.cxx:2114:33
        >     #13 0x7f14d200c59a in VclBuilder::VclBuilder(vcl::Window*, rtl::OUString const&, rtl::OUString const&, rtl::OString const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) vcl/source/window/builder.cxx:206:9
        >     #14 0x7f1492275862 in ScreenshotTest::dumpDialogToPath(rtl::OString const&) test/source/screenshot_test.cxx:177:24
        
        The existing code apparently depended on any calls to getXSLTDialogResMgr in
        xmlfiltersettingsdialog.cxx only happening after pXSLTResMgr had been set up in
        the outer XMLFilterDialogComponent::execute in xmlfilterdialogcomponent.cxx.
        That is not true when each dialog is opened independently in the screenshot
        test, so instead just call CreateResMgr on demand wherever needed.
        
        Change-Id: I9f6dc7c66d4999137352a8d91665b954f4088085

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c80ac2ba4a6486e6161e17f9118ba1563b7fc00e]

        Avoid -fsanitize=signed-integer-overflow
        
        ...when doing "Format - Page..." in Writer:
        
        > vcl/source/control/field.cxx:621:20: runtime error: signed integer overflow: 9223372036854775807 * 100 cannot be represented in type 'long'
        >     #0 0x7f57787c4868 in NumericFormatter::Normalize(long) const vcl/source/control/field.cxx:621:20
        >     #1 0x7f578a4608dc in SetFieldUnit(MetricField&, FieldUnit, bool) svtools/source/misc/unitconv.cxx:75:32
        >     #2 0x7f5488952648 in SvxPageDescPage::SvxPageDescPage(vcl::Window*, SfxItemSet const&) cui/source/tabpages/page.cxx:275:5
        >     #3 0x7f54889c3ea4 in VclPtr<SvxPageDescPage> VclPtr<SvxPageDescPage>::Create<vcl::Window*&, SfxItemSet const&>(vcl::Window*&, SfxItemSet const&) include/vcl/vclptr.hxx:138:46
        >     #4 0x7f5488925d27 in SvxPageDescPage::Create(vcl::Window*, SfxItemSet const*) cui/source/tabpages/page.cxx:162:12
        >     #5 0x7f579ea86df4 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1085:24
        >     #6 0x7f579ea800e3 in SfxTabDialog::LinkStubActivatePageHdl(void*, TabControl*) sfx2/source/dialog/tabdlg.cxx:1035:1
        >     #7 0x7f5778b88f37 in Link<TabControl*, void>::Call(TabControl*) const include/tools/link.hxx:84:45
        >     #8 0x7f5778b44caa in TabControl::ActivatePage() vcl/source/control/tabctrl.cxx:1601:19
        
        and NumericFormatter::mnMax is still SAL_MAX_INT64 (but will be set to a smaller
        value a few lines futher down in the SvxPageDescPage ctor).  So initialize mnMax
        to a substantially smaller value (that is still "large", but avoids this kind of
        overflow), and hope that no code relies on the exact initial value.
        
        Change-Id: If3b4db1d20bc59418d1769e9690bc7ecdbf29a50

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2f0885bb364ba795cdda01a145dd88f1318b99b6]

        Avoid -fsanitize=null
        
        ...when doing "Format - Page..." in Writer (and eFillType is TRANSPARENT):
        
        > cui/source/tabpages/tparea.cxx:331:33: runtime error: reference binding to null pointer of type 'SfxTabPage'
        >     #0 0x7f9f053e936f in SvxAreaTabPage::SelectFillTypeHdl_Impl(Button*) cui/source/tabpages/tparea.cxx:331:9
        >     #1 0x7f9f053e548c in SvxAreaTabPage::ActivatePage(SfxItemSet const&) cui/source/tabpages/tparea.cxx:157:13
        >     #2 0x7fa21be01676 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1126:19
        >     #3 0x7fa21bdf70e3 in SfxTabDialog::LinkStubActivatePageHdl(void*, TabControl*) sfx2/source/dialog/tabdlg.cxx:1035:1
        >     #4 0x7fa1f5efff37 in Link<TabControl*, void>::Call(TabControl*) const include/tools/link.hxx:84:45
        >     #5 0x7fa1f5ebbcaa in TabControl::ActivatePage() vcl/source/control/tabctrl.cxx:1601:19
        
        Change-Id: I279f507038ab4bae1be4f02b6537e6d1aab76348

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4622e44812656954cd3cd96671d99db8db6d6fb6]

        Avoid -fsanitize=enum
        
        ...when doing "Format - Page..." in Writer:
        
        > cui/source/tabpages/tparea.cxx:268:12: runtime error: load of value 4294967295, which is not a valid value for type 'FillType'
        >     #0 0x7f89ff653a41 in SvxAreaTabPage::Reset(SfxItemSet const*) cui/source/tabpages/tparea.cxx:268:12
        >     #1 0x7f8d15524560 in SfxTabDialog::ActivatePageHdl(TabControl*) sfx2/source/dialog/tabdlg.cxx:1117:19
        >     #2 0x7f8d1551b0e3 in SfxTabDialog::LinkStubActivatePageHdl(void*, TabControl*) sfx2/source/dialog/tabdlg.cxx:1035:1
        >     #3 0x7f8cef623f37 in Link<TabControl*, void>::Call(TabControl*) const include/tools/link.hxx:84:45
        >     #4 0x7f8cef5dfcaa in TabControl::ActivatePage() vcl/source/control/tabctrl.cxx:1601:19
        
        Change-Id: I19dd3ed9d362132daa3f3be9fb0e9702a62bdeb0

2016-11-14  Jean-Tiare Le Bigot  <admin@jtlebi.fr>  [9a86bf76fe1d8457c12026b9f96c0ce971b29b53]

        chartx: (regression) fix crash on label import
        
        The sparse chart import moved from assuming that the number of elements
        in the list parsed from ooxml is the same as the real number of
        elements. For this, the patch relies on a new member that was not always
        initialized. This patch fixes a missing initialization. According to
        'grep' this should be the last one.
        
        Change-Id: I31d8a653f227100436360deef4a53c9418de9d93
        Reviewed-on: https://gerrit.libreoffice.org/30838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [2fdbe655bb63dd40fda9b684c5715f21fd5ab639]

        gtk3: scrollbar damage area one pixel too narrow/short
        
        under default Ambience theme Ubuntu 16.04
        
        tools rectangle strikes again, rejig to be left/top +
        width/height rather than left/top + right/bottom
        
        Change-Id: Id5274f068863cd5219a89142b392c9ca53a1694d
        Reviewed-on: https://gerrit.libreoffice.org/30850
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [682899e313bb5a201289dfcfd30cc7caec0945a6]

        CXXDestructorDecl is already handled
        
        ...a few lines up, together with CXXConstructorDecl
        
        Change-Id: Id9afd4d3936b2efb92de3c6ab950da78d876a5a8

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a796ca45e7cd26b5fd9c3e99ae9ceed41a3d9adf]

        Make CppunitTest_vcl_app_test compile again
        
        ...after 6e32e575829160b3c51ebbb67231baec7135afd3 "Resolves: tdf#103915 when
        global dark theme is set fall back to breeze_dark".  No idea whether
        bDarkIconTheme=false is the right choice in all three cases, but at least the
        test succeeds that way.
        
        Change-Id: I633c4ebff19a1d441baa8270d681a73c8f6c4aa0

2016-11-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [ada8a2123ea655142be74a11c23e042a0109d5f8]

        tdf#103228: Remember fill type when switching between tabs
        
        This page used not to have exchange support, but it needs it now
        since it contains all the fill type subtabs
        
        Change-Id: Ibeefc0ae832b4d53727711a169f1765d28350ec1
        Reviewed-on: https://gerrit.libreoffice.org/30843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1e70553585af382c7da3f79a3edf29de56c2d6a1]

        Make ~OCode an anchor again for vtable and RTTI emission
        
        ...had been lost with dd5fa4cea7b0c6912754e6887a678a050d4a7610 "declare default
        dtor as virtual"
        
        Change-Id: I30acd02c293a5ecc99f5bf4f6b1f6358ae392e93

2016-11-14  Khaled Hosny  <khaledhosny@eglug.org>  [ea95ced269dceb72681f0e4a21d87499153d5781]

        Revert "tdf#103725: Fix horizontal scaling on Windows"
        
        This reverts commit 30fefcf71417f8c8644f5c0d3cb28c8c7f92a6c7.
        
        Thuough it works on my system, others report that it made things worse. A
        better fix is comming, hopefully.

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [6e32e575829160b3c51ebbb67231baec7135afd3]

        Resolves: tdf#103915 when global dark theme is set fall back to breeze_dark
        
        otherwise don't assume a desired iconset ending in *dark means breeze_dark
        is a good fallback
        
        Change-Id: Ia294a86e17a2c390b503d5200dfc7195759afa00

2016-11-14  Henry Castro  <hcastro@collabora.com>  [32d0378284a42f0eba1df92555767a43be079117]

        lok: add character parameter to renderFont
        
        When client side request special character, it is very useful to send a
        preview of the rendered font character
        
        Conflicts:
        	desktop/source/lib/init.cxx
        
        Change-Id: I1f5727163dfcc861add121e616bdb17881c28197
        Reviewed-on: https://gerrit.libreoffice.org/30784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [65ba7e4dc4eac174bbf02570d6a43803b7b681ff]

        tdf#103897 No space between template previews from Start Center
        
        regression from
        	commit	96e9ffa64706f523d67659a20a0ccce6fbd0cb91 (patch)
        	loplogin:singlevalfields in include/
        
        I did not notice that the mnItemPadding field was shadowing a
        declaration in a superclass
        
        Change-Id: I52cf9945da43fa3d1049b624a6b24bc6d974d445

2016-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [391c6aeeed289678446a5f6f4d039ef92eb284d4]

        ignore constructors for method-can-be-private analysis
        
        doesn't work right now
        
        Change-Id: I43693104f4af204a6bd0c22b0f7ef53c1a14bb6e

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [616bc7b854e237aea1962a6750abd7f139e38ac2]

        Resolves: tdf#103914 if menu no longer has focus, leave focus where it is
        
        In the normal course of events, the menu, or its children, has focus when its
        popped down, in this case continue to restored the focus to the previous focus
        window which had it when the menu appeared.
        
        If some other non-child window of the menu has focus as popdown time, leave
        the focus where it is.
        
        Change-Id: Ia860f90350653ad4d8056738dacbc434fb364989

2016-11-14  Julien Nabet  <serval2412@yahoo.fr>  [52040395e3046ac42b8c3dd385c7b1cb26b929f3]

        tdf#34212: Accented Characters and Umlauts are missing with Type1 fonts
        
        Following the revert of previous patch:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=297b22bd49ea11a90063ab8503fb83090f351668
        Gilbert Röhrbein proposed this patch
        See https://bugs.documentfoundation.org/show_bug.cgi?id=34212#c14
        
        Change-Id: I1a30427cd88f5602e7633894ba35307104c2ed8d
        Reviewed-on: https://gerrit.libreoffice.org/29792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-14  Gabor Kelemen  <kelemeng@ubuntu.com>  [37c3e57c788fb5ad931126ea233093d87ac3dbc3]

        tdf#103703 Turn on single print jobs for collated prints by default
        
        This way when printing documents with odd number of pages
        and collated printing is selected the first page of the
        second copy is not printed to the empty last page of the firs copy.
        
        Change-Id: Ie4d9f6952e39581690c396665a9894970be54b6b
        Reviewed-on: https://gerrit.libreoffice.org/30774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-14  Tor Lillqvist  <tml@collabora.com>  [757a60d01dd152aadab2ba3c8224252481ce8a88]

        xsd:dateTime must use period as decimal separator, not comma
        
        Change-Id: I8ed5242a4337da2ec1568d92bebfdad4915e6128

2016-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [69581b948de89db188197bce3a55d7eb07229f8e]

        warning C4701: potentially uninitialized local variable 'pPV' used
        
        Change-Id: Icaba0cbeff8edf4bf389cf001462f157830b7afd

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [40f8c14be28aeb78fe758264b43a255d2bfd4938]

        minor opt tweaks
        
        Change-Id: I418d0e04f8d4373c0d9f1f106ac0cc7779029802

2016-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [fdf56e4b50b396884f67b841b82bca2ae8def848]

        loplugin:unusedmethods
        
        Checked a couple of them:
        
        StandardCheckVisisbilityRedirector is unused since
            commit b1f8cf37828d5f37527e54774aa4935610aa6325
            Author: Noel Grandin <noel.grandin@collabora.co.uk>
            Date:   Wed Nov 2 10:57:21 2016 +0200
            loplugin:singlevalfields
        
        SfxQueryStatus is unused since
            commit 64a708cba9b954afe3331f63c58218eb53b3d0ce
            Author: Caolán McNamara <caolanm@redhat.com>
            Date:   Sat Nov 5 20:28:27 2016 +0000
            Revert "Reverts a commit series that cripple windows ci."
        
        Change-Id: If1c9fe26c3ebc573d8c53c8f060b05c27f2711e5
        Reviewed-on: https://gerrit.libreoffice.org/30840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-14  Aron Budea  <baron@caesar.elte.hu>  [2cee32bd4f90cc70a44755f9a8e4a6e9c6c6f2d9]

        tdf#94262: fix performance of MakeTree_Impl(...) in templdlg.cxx
        
        1. replace 2nd level for-loop with a helper unordered_map that
         maps style name to its pointer
        
        2. replace 3rd level for-loop with std::lower_bound, since the
         children are inserted sorted (based on natural sort)
        
        ...and a few related, minor changes.
        
        Change-Id: I48f59f2e1ca416de1e2957e0d1d3708ed6e67112
        Reviewed-on: https://gerrit.libreoffice.org/30744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [a24b62dc02cd21a992e78c551de594f7167fe7b7]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: Ic3377b51faa2a83cd78bce43a56f323dc3a70085

2016-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [640c6745b0696e3bf9eb59899d5015b6ca828036]

        sw: prefix members of CellSaveStruct
        
        Change-Id: I94cd8c0d8f58ec2cfe00c9468e38f7129cd490f1

2016-11-14  Eike Rathke  <erack@redhat.com>  [fcb1445ace3cbb344e340c4b7be4e6933c1d54d3]

        ScFormulaCell::Notify: bail out early in doc dtor
        
        Closing a document we don't even need to check a hint ID here.
        
        Change-Id: I8cbfe50d46d6fd204a4b9ba2230e873eb5a8065e

2016-11-14  Mike Kaganski  <mike.kaganski@collabora.com>  [97eaf7bbb6ac66a2d71fe9a8cf962a673ee25b10]

        related: if we're empty, we're back to initial 'sorted' state
        
        commit ae922863c4932be38ef53ae5e985a668724e8f15 followup
        
        Change-Id: Ia9b8749880cc8c2b83dd59b4d7325cd666881c46
        Reviewed-on: https://gerrit.libreoffice.org/30837
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Mike Kaganski  <mike.kaganski@collabora.com>  [450762b224d62ded0c55144fee0796085dd4def3]

        tdf#68118: Pass current document frame to SvxScriptSelectorDialog
        
        ... through MacroChooser
        Without this, current document's macros library is unavailable in
        "Assign" dialog
        
        Change-Id: I83baa3b98858260eab61e8f4fefde3f9979c6d83
        Reviewed-on: https://gerrit.libreoffice.org/30600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [6b35488c723e2f2266f7e377ad53a82af7b6fede]

        coverity#1371279 Missing move assignment operator
        
        Change-Id: Ic1c1017184bff54360b0ea3b6f57e53d61cbe1d5

2016-11-14  Caolán McNamara  <caolanm@redhat.com>  [aa3f954222a270d3e2fa531badd2fa7febd30338]

        coverity#703927 Unchecked return value
        
        make these less odd and simply return the thing they selected, rather than a
        bool that indicates that the rpObj arg was successfully set to non-null, so
        there's one flag to check not two which both mean the same thing.
        
        Change-Id: If70e412f98dea8b7114fb77f26a9c59aab93be50
        Reviewed-on: https://gerrit.libreoffice.org/30794
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [90a77e9c13eb9b2aa6e83653d9d2d1409bc47f36]

        oox, xmlsecurity: fix recently introduced style problems
        
        These files had a consistent style previously, keep them that way.
        
        Change-Id: I6347efd4a301ddd758f4661778c0dfb68585940d

2016-11-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2559ab66fd2976df54fc7d66bac5b7c0f7c23370]

        Tango icon update
        
        Change-Id: Id8f14eb9a2b38e35d1147cea49413953f752472b

2016-11-14  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [c5f5b3e5334c52502c1de28828a44ad469c68850]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I29a8ca55d1d9f319cd57e5e30fa7e58e4d91dc5c
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30810
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-13  Caolán McNamara  <caolanm@redhat.com>  [fef32a42c8bd8fd640d6c9cdc2f839fb43ad490c]

        loplugin:unnecessaryoverride
        
        Change-Id: Ifcdbf71a2added62b325e1a6a848973320154435

2016-11-13  Caolán McNamara  <caolanm@redhat.com>  [fd90e405888cb566c8064497ee04d31360480330]

        coverity#1371441 Uninitialized pointer field
        
        Change-Id: Icabed9a27be9e34552531997818afd202f31114c

2016-11-13  Olivier Hallot  <ohallot@collabora.co.uk>  [69a3d753bb8ecc8f2001197546d721dfd92b83df]

        Updated core Project: help  e852c87f0bef8b19c4d733460bb10910a880e769
        
        New <object> element in online help + cleanups
        
        * Implementation of <object> element in XHP files, with corresponding
          transformation in XSLT. Video objects maps to HTML5 <video> and
          audio objects into <audio> elements. Generic <object> maps to
          HTML5 <object> (WIP)
        
        * CSS file with some cleanup and branding colors, includes the option
          to show debug info in .debug class. CSS fonts with recent changes.
        
        * Index.html file with new <div> and better font rendering
        
        * help.js with info on top right about the page displayed
        
        * Cleanup of getbookmark.sh * New README with instructions
        
        Change-Id: I856b99308ee008d8607dd0ba60a446224cc26e58
        Reviewed-on: https://gerrit.libreoffice.org/30812
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-13  David Tardon  <dtardon@redhat.com>  [3838475c2fbeb3c84c2ee96a1845893b20d9495a]

        drop extra semicolons
        
        Change-Id: Ie6713d1bdf0010e5bc0bb70ca995c4dd36408673

2016-11-13  David Tardon  <dtardon@redhat.com>  [27a165cfc97f004ecf5d911a3adc3b5ced36f7fd]

        drop useless semicolons
        
        Change-Id: I039f8ff491b42ea9c3936bf13922df8095434228

2016-11-13  David Tardon  <dtardon@redhat.com>  [a21d24ca72b792c9fdd74894ebf773c72fc2b704]

        revert unintentionally committed lines
        
        Change-Id: I5cb355af20f18e63fdfe45e5946a9281fd1fa084

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [ebfe8bb2b2cfc3dba063260bf746db923a3693f2]

        tdf#103895: Another fix too macOS glyph bounding
        
        Apply font rotation when calculating glyph bounding rectangle.
        
        Change-Id: I9c533ec3b33a5858d46b60d1700a50d3b6f915a4

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [e760de7db53a6ccfa0b4732d9c4639441dc22434]

        The nAngle is set but never used
        
        Change-Id: I7c8493e06ab3d7bab60f5af14100b1e25dd68fba

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [3a64e01a7e2ac65daa4f3fa623d9ef5b9ca24f7f]

        Simplify vertical text drawing on macOS
        
        Rotate only the rotated glyphs instead of rotating everything, then
        unrotating the upright glyphs. No need for a rotated font either,
        rotating the graphics is fine.
        
        Change-Id: I1fce2c9c6a29abb1353a5fc8485a9c0d34edfbf1

2016-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [c622982a7a85007b4f40b101643c638adb8651db]

        sot: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ib4ec7d5c3dc89c80cc46bbbe8a14f6b1393ffa76
        Reviewed-on: https://gerrit.libreoffice.org/30767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-13  Caolán McNamara  <caolanm@redhat.com>  [bf5eef2415fb84a1c885c8f74a22e575de6971fe]

        coverity#1371152 Missing move assignment operator
        
        Change-Id: I7cf3ed2c1cd392b149d21ee884aac695d5d01be2
        Reviewed-on: https://gerrit.libreoffice.org/30796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-13  Caolán McNamara  <caolanm@redhat.com>  [ae922863c4932be38ef53ae5e985a668724e8f15]

        if we're empty, we're back to initial 'sorted' state
        
        Change-Id: Id85c670ab40d9d0e9848f91f4f2d14212f52c1a1
        Reviewed-on: https://gerrit.libreoffice.org/30795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-13  Gulsah Kose  <gulsah.1004@gmail.com>  [c3c08a16f8317266bcb86041d812d8a9821c237f]

        tdf#103268 Activate editing object name function for writer images.
        
        Change-Id: Idfe88a3f5b7492dc6ac71fa3791839a000a7483b
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-11-13  David Tardon  <dtardon@redhat.com>  [33ae095d92246cd2c74c30c9e070a8e0241926db]

        add missing dependency
        
        Change-Id: I72696c82d9a96709746060ae18bd497da8715d35

2016-11-13  David Tardon  <dtardon@redhat.com>  [a64958ab631a81feda8a42807b17fda6cb29147e]

        move all tests for DLP libs to one place
        
        Change-Id: Icbce7f5512c0c205f44db520f337ce9520d228d5

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [24707c7b8d5e7b3d72decb9749b83153b273917f]

        Fix build
        
        Change-Id: I55db5ba855b8d72e9be0298a68b094c7b01d9f54

2016-11-13  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [25638e24191936be443cccb6d70121a77b795477]

        Change remaining sal_Int32 to ContinuationFlags ...
        
        from 7f97b5e72c61066ea1ddd0f782e50070ce5f6363
        
        Change-Id: I064e35f879ecba61d7ef71a0a177e760c3d263c4
        Reviewed-on: https://gerrit.libreoffice.org/30793
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [069fc2a6a306a65dd8ce0d35f0a2c3d97d87f56c]

        The bigendian parameter is always set to one
        
        Change-Id: I91cc9ba6fac9318547a0321fa0668294db79559c

2016-11-13  Khaled Hosny  <khaledhosny@eglug.org>  [7bd2eba766ce02d38d09d929eea3db70d6b30987]

        Unused code
        
        Change-Id: Ief0942e7e3dfb7a550bcd1de99e4630831438c86

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [892ad530b8898b5b6cb2e9c937c20599ea3e84fd]

        Actually this should be MAXROWCOUNT.
        
        Since the end value is non-inclusive in flat_segment_tree.
        
        Change-Id: I5f1febe378ab5c815d420ae77e38286fec8835b6

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c000b8144ee494743571d10b4958c3c0ec2591bd]

        Address warning from the MSVC compiler.
        
        warning C4701: potentially uninitialized local variable 'aRange' used
        
        Change-Id: I06753a17f9b7efa35395f943f8a2ecccdd194be9

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [61228277fddba7e92f69bbee12010fb53835827d]

        loplugin:staticmethods
        
        Change-Id: I674afe58964c27c349012de1117db3e362e72e5f

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cc46bcc68b2f10ce01e70793589943723995ecc4]

        loplugin:stringconstant
        
        Change-Id: Ia32a99530b8b32dc82dbca79d8c8ca1f2e090a96

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8ce6e2e8bc4c1d8e8963f7fb5cdc651b2445d4ea]

        Dump the state of the "save" data as well.
        
        The "save" data is basically a section of the pivot table data that
        needs to be saved to the file.
        
        Change-Id: I2589c0fcd6df2458d35397b358064645fd97687f

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b090a7c9a8e49fb3e4ca28ac5c5bd3fcc9800a8d]

        Let's just dump the result tree in dbgutil build.
        
        Change-Id: I491a36152bb2106a7917a0fd548bd5b34d7021c6

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e8ccf9a2e37ea69fd92974125f824c70af4ef304]

        Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.
        
        It dumps the pivot data if the cursor is over a pivot table output,
        else it dumps the column storage info.
        
        Change-Id: I403e381be3f64d139f8bfaca7e477742a65dde9c

2016-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [73e21792efb36209b6ca8c14377e40756f9173b0]

        Remove empty file
        
        Change-Id: I7a6a9c6aa0720b9ba482b8ffa902452c3fac69fe
        Reviewed-on: https://gerrit.libreoffice.org/30779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [79258677f04c59d194bbfd032230c7a2fc4fea80]

        Renaming due to the fact that it now dumps non-formula blocks too.
        
        Change-Id: I9d06786a93bab2f0ed0d179df8edf9b5d8128bf6

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f20df23ad9380d19dfb64b51d943109bd3895efe]

        Keep loplugin:staticmethods happy.
        
        Change-Id: I2cdf67490d61b2868910e615bfc44d126d207bcb

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [633b9f30d0037f91e51e024960155c738c2fadb0]

        Dump the other block types as well.
        
        Change-Id: Iff41d4c2065a03865f884b2a8a260ffd83835dc1

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4b57b76b6e0200a1fbbf40b98ff1d05793223287]

        Let's not dump formula results.
        
        It could be too verbose.
        
        Change-Id: I5f2da92e78bb069f3bb0c9c07bb3eae6d990f810

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5a8fce7c5607ede6675effe410cbe29e343b6885]

        Ctrl-Shift-F8 to dump the column storage where the cursor is.
        
        Enabled only in dbgutil build.
        
        Change-Id: I0cd095fb56893122a26b2da6882fca15e516d193

2016-11-12  Eike Rathke  <erack@redhat.com>  [d38459355e3e845ad8db3c515536267923afe3ec]

        accidentally kept always scroll test enabled.. tdf#46200 follow-up
        
        When ironing out the nitpicks and committing
        453de3473cf6f383c71466a1ed15e28b844ed7e5 the stupid reviewer forgot to
        revert the bScrollLock=true so now the scrollock mode was always on.
        
        Change-Id: I16b00266044a9ec9c839ad05e688801a7f3c7158

2016-11-12  Tamás Gulácsi  <tgulacsi78@gmail.com>  [96175a4bc6687c3adc31b9e0246fe49db2b7675e]

        tdf#69981 - sc: blank empty cells in TextToColumns
        
        If the string is empty, we must delete the destination cell.
        This is done, iff we don't return early (rStr.isEmpty() check).
        Instead, add a fast path for the empty string.
        
        Change-Id: I950db5012e7e9337f2efd576e58198b1b49eaa0c
        Reviewed-on: https://gerrit.libreoffice.org/30778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-12  Jean-Pierre Ledure  <jp@ledure.be>  [f57502e75cae1020f3fcfa5919802a78a6ccb6ff]

        Access2Base - 3 typos
        
        Change-Id: Ie501bc7190a8eccc2810ccac2dddaec52813f1a2

2016-11-12  Jean-Pierre Ledure  <jp@ledure.be>  [feed5f8a4b3f995a9591a015ba1554078cad9f9f]

        Access2Base - OutputTo method accepts input from array
        
        in addition to tables and queries.
        (only for internal use - arguments not published in documentation)
        
        Change-Id: I4c7aff878a4ff1a03dcc32baae740559d034d3ca

2016-11-12  Caolán McNamara  <caolanm@redhat.com>  [1ef8ab3ed7930cec2569ee576a409c7a6bbb42e9]

        coverity#1394295 Unchecked return value
        
        Change-Id: Ie4edbe91ab4f9b9910fc895e47ea8b9fdfc00b7e

2016-11-12  Caolán McNamara  <caolanm@redhat.com>  [20043e3fa26dfe7574bc5e985455c7042e0e53f9]

        coverity#1394296 Dereference before null check
        
        Change-Id: I143b7439b33695aa5bc4e32fd9386692eac37697

2016-11-12  Caolán McNamara  <caolanm@redhat.com>  [c0081fe0f44610a9a78a764b02dff1879c263116]

        coverity#1371239 Missing move assignment operator
        
        but if _MSC_VER need >= 2015
        
        Change-Id: I730319702ddc589c4fc1d72b20fd200eacfa53e4
        Reviewed-on: https://gerrit.libreoffice.org/30785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-12  Mike Kaganski  <mike.kaganski@collabora.com>  [737d324c900bc3c89e7d7f955b9b4b6725023679]

        Aviod memory leak in ScInterpreter::ScIntersect()
        
        When one argument is a reference list, and another is a reference,
        that reference is converted to temporary list. That list used to
        leak because of missing release.
        
        Change-Id: Ic76c9b8769b3a50980cf4d4e3468763b65f21e07
        Reviewed-on: https://gerrit.libreoffice.org/30792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-11-12  Tor Lillqvist  <tml@collabora.com>  [afca1634c9634b89be05c4822c6a317dabc29925]

        cid#1394298: This field was uninitialized and unused
        
        Probably cid#1394297 was a fallout from that?
        
        Change-Id: I98134ccbbbe8bc0b7d3c172ffddcdc3666f436f6

2016-11-12  Tamás Zolnai  <tamas.zolnai@collabora.com>  [0415e4a9143b6240fec87675877ba59bf0c9d2a5]

        Sd test: use binary mode to dump shapes to avoid Windows line endings
        
        Otherwise on Windows we can't regenerate reference files.
        
        Change-Id: Ia293fb62651ff981b127893e26ef1d19172d2a2b
        Reviewed-on: https://gerrit.libreoffice.org/30788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-12  Tor Lillqvist  <tml@collabora.com>  [abe9f41277febb1cc9c75d2ccce6e7bf75846924]

        More EncapsulatedX509Certificate work
        
        Change-Id: I64239dfcfbc2383c2bf53c0cb86196d3f2c79330

2016-11-12  Julien Nabet  <serval2412@yahoo.fr>  [a2c6112a4753347070608480be21066b6dab0bc7]

        Related tdf#70433: Use subtype to distinguish BLOB/CLOB for Firebird
        
        See http://www.firebirdfaq.org/faq48/
        
        Change-Id: If233919daeb02b67d0b3bc42547fbd3030864c37
        Reviewed-on: https://gerrit.libreoffice.org/30789
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [045dee9c5e884ce16a2fa93354a4ae912137ae46]

        add MAXIFS testcase
        
        Change-Id: I6946fc6a6503c8e2b3b95d0d0a13d0e356f0993f
        Reviewed-on: https://gerrit.libreoffice.org/30728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [86f9020c8ea088d693969471409863b451289fad]

        add LEFTB test case
        
        Change-Id: I7370b60f417d4f1460a959c506e5ebc75d95fa61
        Reviewed-on: https://gerrit.libreoffice.org/30366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0108a967d7b1a434d54296c1acedf0545ea75c5b]

        add MEDIAN test case
        
        Change-Id: I5d823f33b4cbd4a3e3b7317bcdf6d39c6210a9a0
        Reviewed-on: https://gerrit.libreoffice.org/30729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-12  Julien Nabet  <serval2412@yahoo.fr>  [73679ee0a31e3f70ace5136a8e41cbeb1f00c238]

        Copycat SvtSysLocale_Impl for SvtSysLocaleOptions_Impl
        
        and so avoid warn:unotools.config:6728:1:unotools/source/config/configmgr.cxx:167:
        ConfigManager not empty when exiting LO
        
        See http://nabble.documentfoundation.org/OSL-ASSERT-items-empty-because-of-Setup-L10N-td4199284.html
        
        Thank you Eike for the hint!
        
        Change-Id: I4b374a075ad8f1ef10a71f3a9424986154613aef
        Reviewed-on: https://gerrit.libreoffice.org/30787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [545f5f8abd1df1f9818fbc62c95006149bcc18ef]

        Guarantee that InterpretFormulaGroup() is always called first.
        
        This makes it easier to profile group calculations via formula log.
        You can always bail out of that function when unfavorable condition
        hits.
        
        Change-Id: I49664c3e34b9efc98f39845379631649f76769de
        Reviewed-on: https://gerrit.libreoffice.org/30790
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-12  Takeshi Abe  <tabe@fixedpoint.jp>  [18629fbb919608b4c1085e99631d5be83cf23e57]

        starmath: Prefix member of SmBlankNode
        
        Change-Id: I20b9fa14d42549a3c5be8a7d4f52c85fcef52cf5

2016-11-12  Mark Hung  <marklh9@gmail.com>  [4ffb2ae4bb89346bf62c187693f6044846870c63]

        svx: prevent customshape handles go far away when adjusting.
        
        Change-Id: I4d1efd52320093a8edf4a5b7b1032a0754275f39
        Reviewed-on: https://gerrit.libreoffice.org/30604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-12  Mark Hung  <marklh9@gmail.com>  [a39a2d28acb7f6034379a3c7ad47974f9c703fb6]

        tdf#100733 svx: use RefR and RefAngle for polar handles.
        
        Shapes imports from ooxml use RefR and RefAngle that refers
        to adjustment to be updated. Though the properties exist
        but the functions weren't implemented before.
        
        Change-Id: Ib45c2e8b16c9a7b41387a3e8c356b803eaf74b77
        Reviewed-on: https://gerrit.libreoffice.org/30603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-12  Mark Hung  <marklh9@gmail.com>  [a241009fea0375d82dda24e10f9a5736652e2753]

        tdf#100733 oox: update preset shape definition for polar handles.
        
        RefR and RefAngle of polar handles of custom shapes can be handled
        now. Their values in oox-drawingml-cs-presets and the loader of
        preset shapes are updated accordingly.
        
        Change-Id: Icacb19fbd1f4c202950b0a19afce01ad1cafc82a
        Reviewed-on: https://gerrit.libreoffice.org/30602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-12  Mark Hung  <marklh9@gmail.com>  [4c742c4726e9dee47f6ae9fa3654bfb486b86e54]

        tdf#100733 oox: imports RefR and RefAngle of polar handles.
        
        RefR and RefAngle was ignored when importing polar
        handles for customshapes.
        
        Change-Id: I2d2aa1b0e54cf4946417c6dc81ecdbe58f6b50e9
        Reviewed-on: https://gerrit.libreoffice.org/30601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1a31df1225b3149bf35ca40a76859b52c9c07886]

        Updated core Project: help  106850a265b62c6a85d713c20afe131844013f0a
        
        tdf#82997 Update CSS for fonts used in systems of this decade
        
        Draw inspiration from Medium.com’s use of system fonts. Drop the ones that were
        only shipped in the proprietary StarOffice, and we have never bundled — nobody
        has those installed, and by today’s standards they had poor glyph coverage.
        
        Change-Id: I61ba65601027b35c492a379bd6ed78cd97100654
        

2016-11-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0d75c63a307616b8327b1828d2ab973f4713822b]

        add REPLACE test case
        
        Change-Id: Ic9e812abd1bc0d47fe30e810f71bca97811439bc
        Reviewed-on: https://gerrit.libreoffice.org/30730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-12  Eike Rathke  <erack@redhat.com>  [0d6f974b97597744119db9dc3d193aeeb8f9d3fa]

        Resolves: tdf#93415 use proper sheet separator in ADDRESS A1 notation
        
        So that it matches what INDIRECT can digest in the current
        configuration, as that is the primary use case.
        
        The actual separator used depends on "Reference syntax for string
        reference" and "Formula syntax" configured in Tools Options.
        
        Change-Id: Iff91be7afdb9601a87b547dd3a7d3f4d994caf5d

2016-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0af30952982767543cddd0b1ce643cb8d5c253a2]

        Dump the formula string here which is also useful.
        
        Change-Id: I604fbb41fc41319bbb17a5aef0994c8e0adc838a

2016-11-11  Julien Nabet  <serval2412@yahoo.fr>  [ba8a41bac3765f7b3562d357aeb13f752ea14ba4]

        tdf#71251: VARCHAR max length is 32765 for Firebird
        
        At least for Firebird 2.5 (see http://www.firebirdsql.org/en/firebird-technical-specifications/)
        Let's put the same for CHAR
        
        Change-Id: I4ab232689093b0418a7c1a9751685f41f2dabbf7
        Reviewed-on: https://gerrit.libreoffice.org/30783
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-11  tagezi  <lera.goncharuk@gmail.com>  [a615d93fa583eacc30b1ac38eba692ad009e8863]

        Updated core Project: help  3856203084068752c3f5868e1f75ca4feb1f45d8
        
        small refinements and cosmetic changes
        
        corrected mistakes in the examples
        pushed back signs of equality from numbers
        made refinements  warning of error
        
        Change-Id: I07194c563cf22d5b1b8254f77579f12461362a15
        Reviewed-on: https://gerrit.libreoffice.org/30782
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [fe7671f144ae6cdcdbeb26ec0b3048744bcc6002]

        Revert "coverity#1371239 Missing move assignment operator"
        
        This reverts commit 8909cbeb315e257fbe06dad6caee5db18879b916.

2016-11-11  Michael Stahl  <mstahl@redhat.com>  [8eec78d3fb715987a81cf17d6363343d59ae10f4]

        xmloff: print a warning if we drop a style on the floor
        
        Turns out we do not support section styles.
        
        Change-Id: I2858c639c1c9743f53836548b4c73645fa32d87b

2016-11-11  Michael Stahl  <mstahl@redhat.com>  [33a32bb1e19eb4cd9017c3e2016d165f38dc7c7d]

        sc: OUString cleanup
        
        Change-Id: I2fcd14adaa20d2692beb12ffd0b40b1a47538fbc

2016-11-11  Olivier Hallot  <ohallot@collabora.co.uk>  [78d1567437ad8d439ae682868788565310073772]

        Updated core Project: help  383f9c4105ba03f86aa722b4881e7f690e017baa
        
        Cleanups and debug info for online help
        
        Add display of help page filename on top right
        Normalize media files (part)
        
        Change-Id: Ib6123efde1113adeb1470565a036e605a9d82b7e
        Reviewed-on: https://gerrit.libreoffice.org/30765
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-11  Abhilash Singh  <abhilash300singh@gmail.com>  [453de3473cf6f383c71466a1ed15e28b844ed7e5]

        tdf#46200 Use the Scroll Lock key as a toggling lock key like Excel
        
        Change-Id: I153522a90674f3f3c4db4ff300ef5cf4075704e3
        Reviewed-on: https://gerrit.libreoffice.org/30117
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-11  Khaled Hosny  <khaledhosny@eglug.org>  [553cfda502a1516673233e409f91372766da6c4d]

        tdf#103871: Set Kashida flag per glyph
        
        When we are shaping mixed script text, the Kashida flag would be set
        based on which script come last, which makes no sense of course.
        
        I just left an XXX note yesterday, and I hit the bug today already
        in a friend’s document!
        
        Change-Id: Ic996fd886f30f4385185eccd214b5648f7248262

2016-11-11  Khaled Hosny  <khaledhosny@eglug.org>  [8d8f31d38fcc951df16d23b3c17c396bca7a4659]

        FALLBACK_MASK flag is unused
        
        Use also sensible values for the rest.
        
        Change-Id: Ia772746cffe8c1e6d9d4aa4051b7b9df6d2e7ac8

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [8909cbeb315e257fbe06dad6caee5db18879b916]

        coverity#1371239 Missing move assignment operator
        
        Change-Id: Ie5cddac8b4b0c8eefee82a14c845982600df0455

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [5abd8d2eeeaecfcd18e2c61fe6d5a674a1826b69]

        coverity#1371263 Missing move assignment operator
        
        Change-Id: Ifb4117afac4aa86893e674a581e1a7bb80925ee3

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [f731296e0ce7c4a0be77fdcba0c2578147211dfa]

        check for self-assignment
        
        Change-Id: I74eb934d19c0b511870e5a675917ca4baaf768cc

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [4a862a6a016f5ae9f8ce466c917a8d012fe293ef]

        make it more typical copy ctor
        
        Change-Id: I0367e24b966a5bcc0d4838022ae12054e097270e

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [d5233a94fde279b5758bb9c45ee64203b753b5ee]

        seems dubious to copy the state, but drop the load again bit
        
        if the assigned-to item had loaded its original content, but the assigned-from
        item hadn't, then surely the assigned-to item will never load the new content.
        
        if the assigned-to item hadn't loaded its original content, but the
        assigned-from had, then why load it again
        
        Change-Id: I68c2cf2682a517e7e630ab6cbc637b35a2b9c7aa
        Reviewed-on: https://gerrit.libreoffice.org/30781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-11  Khaled Hosny  <khaledhosny@eglug.org>  [c49d5dea164b09b05a898495fa2dd48b7ca4f0e4]

        tdf#103765: Minimize the effect of rounding to int
        
        Instead of scaling the relative coordinates and accumulating rounding
        errors, scale the absolute coordinates. Also round to int instead of
        truncating.
        
        Change-Id: Ida0b4092685e898b7c5b5c07e923e386ffde8bcd

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [d34572d39db1f94932fba492bb2a47f0237217b4]

        these are going to get overwritten immediately
        
        Change-Id: I065ae2aa2dead0679d05f080124ed54c27f0d68f

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [763c47724d0ed4be5bbfeea7da737fdc50b3e80d]

        make this operator= a little less crazy
        
        if SetGraphicPos was called with GPOS_NONE then
        xGraphicObject, maStrLink and maStrFilter are
        in a suitable state to copy to get the same
        results as explicitly forced here
        
        Change-Id: Id072590e92e0c083a3cbc443db0e85d9dbfa73f0
        Reviewed-on: https://gerrit.libreoffice.org/30780
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-11  Andras Timar  <andras.timar@collabora.com>  [0220020a620a69eae493070ddd88cc74825400b1]

        new release of Graphite lib: 1.3.9
        
        Change-Id: I4e9a7ebf323848a03e02da3e9ed39377d1df6715
        Reviewed-on: https://gerrit.libreoffice.org/30771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f908ec9c2230a65db309fe5ed3e43390d72bbe51]

        tdf#98059 Don't replace existing objects when inserting media
        
        Change-Id: I849e6801a20fcd3fb10482854e56923f99060f04
        Reviewed-on: https://gerrit.libreoffice.org/30776
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-11  Michael Meeks  <michael.meeks@collabora.com>  [99316fc0c830ae6c827d9b7f56bf057ff7731ed5]

        tdf#103632 - sc: OOB sort fields unit test.
        
        Change-Id: I6734d51c8f9c4ca5a01c3e54a71f83ba15db508d
        Reviewed-on: https://gerrit.libreoffice.org/30761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-11  Michael Meeks  <michael.meeks@collabora.com>  [b8fa4d1b2d135cabc9eb5162ca0c5af649f1cdaf]

        tdf#103632 - sc: tolerate OOB sort fields from UNO API.
        
        Change-Id: Ie04b4281947a05572672838b3b4b5c6173d8fa0b
        Reviewed-on: https://gerrit.libreoffice.org/30576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [7c0bc672791b9738aac94109ea530106c6a84682]

        why have a pimpl with somethings in it and somethings not
        
        Change-Id: I6151defcd9dddf4582ecf8d5952f6f8a825c545a

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [bc09385ce297219f1976a9ca41a0b30902b9326d]

        the pStream member makes no sense at all
        
        maybe the PurgeMedia call in sw was meant to be a PurgeGraphic
        call originally
        
        (PurgeGraphic since removed by...
        commit a22ac2c218870033822120bf0b0d6cfde6ce799f
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jul 14 22:06:29 2011 +0100
        
            callcatcher: remove unused methods)
        
        PurgeMedia releasing the stream makes no difference to the only place its used
        which is SvxBrushItem::GetGraphicObject which makes a new one every time
        anyway.
        
        the SvxBrushItem assignment operator doesn't change the stream
        member of the pImpl which looks utterly nuts, so its a good thing
        the stream is not reused
        
        Change-Id: Ie0dee22a6640a6916908fcddbc3541ba85034217

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [af92221020fa2ef4d51fb4301e6878286a37ccca]

        this looks like a leak to me
        
        Change-Id: Id72d770ec55d6e627a81cc9590cb59f6c84f27b9

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [edff2837c36ea736a0a206e56f92de23e19f19b3]

        use std::unique_ptr
        
        Change-Id: I03e2fb2d3ad1b0b7e64f93dbee172b119ef7bf40

2016-11-11  Dennis Francis  <dennisfrancis.in@gmail.com>  [efecee353f55640dd5cdf1a0f5d3f4e562ed5e43]

        tdf#101299 : do not show merge cells context menu for the trivial case
        
        Change-Id: I4e5726009ac5ef60ffa74f3bbbe01683c3658e95
        Reviewed-on: https://gerrit.libreoffice.org/29583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-11  Stephan Bergmann  <sbergman@redhat.com>  [fa194e7dfc971fe3c90cdfdbf9ded3955d107202]

        loplugin:vclwidgets
        
        Change-Id: I518db241a76bccbe060242eeeafd58135b2ac560

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [b8b05986e7ba37b90d4636f87bc31703cdff9d67]

        default dtor is sufficient
        
        Change-Id: Ia32b31489eb67f24987852dbadbcc2d3a81a0312

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [18737001d8d78f365254dca8469f7ab1ab23fa2e]

        default copy ctor is sufficient
        
        Change-Id: I908848590add00d96001e1fdaafedc85ae3d6765

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [fdfaf4b1e2c9b862a16e638aa7916f1b9d4316a4]

        use std::unique_ptr
        
        Change-Id: I68e3e498fa4abeca66501897fe5975b44611259c

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [d3c751fe21856cb0fcfe5672ebd9f40eaaf1dab4]

        coverity#1371312 Missing move assignment operator
        
        Change-Id: I4484f270e33e479c954c8421a46d52f3d81ec4dc

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [0854e1a6f985b6cc272950dd3d2f3027e2f01080]

        use std::unique_ptr
        
        Change-Id: I5efcfe9ae2d94b34150127917c07dc920fd0e71a

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [a24b7ea97958af10004abb8f209a31031372d7c2]

        fix build
        
        Change-Id: Ie5a566a523731bc75e85a227c4149fe8e03a2c76

2016-11-11  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [0637d0f43d3dc5b41a1bbc5726d6a68b7c36a519]

        tdf#101042 Fix for frozen windows in Excel
        
        Window protection is "not allowed to move and resize windows" in MS Excel,
        it is definitely not Frozen Panes ( maData.mbFrozenPanes )
        
        Change-Id: I04f0429738a6daecb26274f169c5118dba73e895
        Reviewed-on: https://gerrit.libreoffice.org/30076
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [518e1999c4a77e6a8fb7ddf02568461d0343bb9a]

        tdf#67544 Embed slide transition sound in the presentation
        
        This is only the filter part, UI is still missing
        
        Change-Id: Ic2ee0196c6b501abb244397cb14bb70626b45ae8
        Reviewed-on: https://gerrit.libreoffice.org/30772
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-11  Jean-Pierre Ledure  <jp@ledure.be>  [a7e469a286d73440479393f33c05797621d553e8]

        Access2Base - New properties in Database class
        
        Name, Connect and Version
        
        Change-Id: Ief0da378fd8927df7accdfc0157547670ca203de

2016-11-11  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8d811eda74a6b2b249a44a9217328e8d2788ec3c]

        tdf#36038 QA test export/import extended LCID to Excel
        
        Change-Id: I5c8a19f62f030913f7e6dcbc0274f5d0aa197056
        Reviewed-on: https://gerrit.libreoffice.org/30175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-11-11  Khaled Hosny  <khaledhosny@eglug.org>  [30fefcf71417f8c8644f5c0d3cb28c8c7f92a6c7]

        tdf#103725: Fix horizontal scaling on Windows
        
        * Restore the hack for adjusting font width on Windows, for the life of
          me I can’t find where we change font width or why I get different
          values on Windows than Linux.
        * Create IDWriteFont from LOGFONT instead of HDC, as it seems the later
          will discard the font width.
        
        Change-Id: I74d6685b8c2a6f5d8087f439fbb02f0343f13691

2016-11-11  Khaled Hosny  <khaledhosny@eglug.org>  [b9ed8e553eb8515051dbdcabfe4aa0227f0d3023]

        Unused code
        
        Change-Id: Ie2e4b5881a783441d32010408c05b3c9f1e5641c

2016-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [49f65d5114a5e7df0274e9453a79dd1bd18491ad]

        xmlsecurity: extract parts of PDFDocument::Sign() into separate functions
        
        Hopefully it's easier to read this way.
        
        Change-Id: I145e00f8e57e20f2663d1c9ee494af5d93c014c7

2016-11-11  Andras Timar  <andras.timar@collabora.com>  [c5adcddf23b95197c8376269dde758076c3fb2c5]

        Revert "new release of Graphite lib: 1.3.9"
        
        This reverts commit 68fb8ed7598206b653133f0e1cf110180ce02d60.

2016-11-11  Andras Timar  <andras.timar@collabora.com>  [68fb8ed7598206b653133f0e1cf110180ce02d60]

        new release of Graphite lib: 1.3.9
        
        Change-Id: I4e9a7ebf323848a03e02da3e9ed39377d1df6715

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [b06854accccecd34d92a8e792d40aac8e7a86a64]

        fix spelling XFastAttrbitueList->XFastAttributeList
        
        Change-Id: I618cadba909acbe935217026af7da496894dbd5e

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [1ba4bb6397e5be8f30c79371a330077829c74742]

        loplugin:countusersofdefaultparams in editeng..rsc
        
        Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec

2016-11-11  Stephan Bergmann  <sbergman@redhat.com>  [dd6ea56c028079ce80ff9fc2db43ffd35e4d8489]

        loplugin:vclwidgets
        
        Change-Id: Iead7373a76b086dbd96d1d9d4643247762d0522f

2016-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [01be56c648ba615fed45ca6b8492714cbff65863]

        Type detection can handle empty doc service just fine
        
        But actually I can't imagine why the doc service could be
        empty here, esp. since 8655fa318c1924994eb659b4bb60074c86ad70c1
        ("Fix property name: ModuleName -> ModuleIdentifier").
        
        Change-Id: I9a39cf0840910069769b4bedd61930aab2155e1b

2016-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [2a778b4a4db25cc383e765be4c12b9e47b925d5b]

        RecentFile::aTitle is never read
        
        Change-Id: Ic9f613f10914113af62fe6876e1a837a610a5782

2016-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [ecdb04638c70f4063d146cf9df6d8adb5c91f78f]

        RecentFilesMenuController: Remove duplicate dispatch handling
        
        Change-Id: I3f2729bfe82c059bbf934510cb4066a77867f3c8

2016-11-11  Caolán McNamara  <caolanm@redhat.com>  [a6d324f30bd5cfd09d54614d8df67b7857550429]

        Resolves: rhbz#1391418 wayland toolbars can't be docked after undocking
        
        see gnome#768128 for extra details
        
        under wayland, given the misery here I'm going to just disable toggling between
        docked and undocked under wayland, and throw away user config on toggling
        docked/undocked away from the defaults. You can still drag docked things around
        to new docking position, but you can't pull them out of the dock to float.
        
        non-wayland is unaffected
        
        Change-Id: Iaa859f3420e6d1b103a8b93d1ad8f82dbffe75d4
        Reviewed-on: https://gerrit.libreoffice.org/30752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-11  Stephan Bergmann  <sbergman@redhat.com>  [39f14ada958ff2cdd4ec5f7454983bfc5c35f89d]

        loplugin:redundantcast
        
        Change-Id: I6fc99a6e8d7b5de86461dd52102dac9c011f3fe0

2016-11-11  Stephan Bergmann  <sbergman@redhat.com>  [508bb937db9ca736dadd5d2739e25ba40c417d68]

        loplugin:override
        
        Change-Id: I3b0d6394fa6f127f89ee7dfcd2ec22de495fa566

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [a5b4046eb93c950296dee846bc1444921e5bf332]

        loplugin:countusersofdefaultparams in sc(part2)
        
        Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507
        Reviewed-on: https://gerrit.libreoffice.org/30755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [f31d98f63c4ad11897e0a961fb378fdf7989f4d3]

        loplugin:expandablemethods in avmedia..canvas
        
        Change-Id: Ic230f1ef6b1dbe796ac7862a1a7e6a718f9e4e54
        Reviewed-on: https://gerrit.libreoffice.org/30753
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [22d0d2455f9aa699fac95c450da725c603333132]

        loplugin:expandablemethods in chart2
        
        Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb
        Reviewed-on: https://gerrit.libreoffice.org/30750
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [78b4a1fb01af9ad3b3395a22f6e396be914b553e]

        update vclwidget loplugin to find ref-dropping assigment
        
        Look for places where we are accidentally assigning a returned-by-value
        VclPtr<T> to a T*, which generally ends up in a use-after-free.
        
        Change-Id: I4f361eaca88820cdb7aa3b8340212db61580fdd9
        Reviewed-on: https://gerrit.libreoffice.org/30749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [071e23fee07b92b8f07800cda3ca7e66afe818ae]

        add move operators for VclPtr
        
        Change-Id: Ic32894d13aac2d8038afec2efebcc544f1c408af
        Reviewed-on: https://gerrit.libreoffice.org/30748
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c64b8ffe851d3320a15071fa4bc4b0f12e9939d5]

        Make sure we pass the top-left corner address.
        
        aRefPos may shift to the right in case of a multi-column range.
        
        Change-Id: I1ed033707b9f4f2c3523631b5035b02e59bbaa6a

2016-11-11  Tor Lillqvist  <tml@collabora.com>  [93187848937377993bdc093ddc05fdae63286040]

        More XAdES work
        
        Accept and store a set of EncapsulatedX509Certificate data for a
        signature.
        
        Change-Id: Iae69502bc8caa0287c8f6d6c352256bdda22406b

2016-11-10  Tor Lillqvist  <tml@collabora.com>  [be55107da2a05325261d810c69a55259f35aba97]

        loplugin fixes here, too
        
        Change-Id: I32cf90d524f8dd9fb454d4145d314b748ac0b281

2016-11-10  Tor Lillqvist  <tml@collabora.com>  [df2e37eb03452ca6752515483c5d6e20e5d32c7f]

        use-after-free fix here, too
        
        Change-Id: I228b6367abadfc25c85fdb6821faebc7e4e8dda8

2016-11-10  Tor Lillqvist  <tml@collabora.com>  [a16296429f13b4c23f7327612a3c6fd9947b0f48]

        Typos
        
        Change-Id: I87a63c4b1a13186efa5d0bd807605092197082e0

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [8cfa3f4b522d54845d2218610919e721bfb6f632]

        'make screenshot' use-after-free fixes
        
        Change-Id: I4302d0d767a1bf50fd34a78e9aa0ad6d6b0c7a22

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d543b4df8084da777ea9624619d684a14cb91cb9]

        'make screenshot' loplugin fixes
        
        Change-Id: Ibebcd1c1ebfea0ecdf9d90b6f8bcc8ceb87df456

2016-11-10  Tamás Zolnai  <tamas.zolnai@collabora.com>  [dc024cdd91e3c33eeff8eea22fdef0d90d4dd2c0]

        tdf#103792: No placeholder text imported for empty title shape
        
        Change-Id: I95b4358f0d4311e8f427c8de18863049fb718d9b
        Reviewed-on: https://gerrit.libreoffice.org/30731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [ba2137d5117f3cd63d781dd545726cefddbcb1ff]

        Reduce scope
        
        Change-Id: I12f9f5edc4929264627ba949ebf95abd369778c6

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddc107a1fcfc9813c34d67dbafbc1b233c880c83]

        sfx2: fix showing PDF signatures
        
        A ZIP storage was unconditionally assumed when calling
        showDocumentContentSignatures() for "originally" read-only documents,
        i.e. in case the file itself is read-only at a filesystem level.
        
        Change-Id: Iba69000fc396afaf5ab34699e811b5d2c216e2bb
        Reviewed-on: https://gerrit.libreoffice.org/30758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b3fb8cfc8a35eb0fb4da77a8c77aac14d86085c]

        xmlsecurity PDF sign: support non-compressed AcroForm objects
        
        This was the last problem to be able to counter-sign Acrobat-created PDF
        1.6 signatures unlimited number of times.
        
        Change-Id: I24ab80c8516b6fe9c08d57c08907bec70384dc28
        Reviewed-on: https://gerrit.libreoffice.org/30757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c21329fa904b682bde3df1082821df0af7ebbea3]

        xmlsecurity PDF verify: fix incremental updates vs object streams
        
        The problem: an object stream provies obj#1 and obj#2, then an
        incremental updates provides an updated obj#1'. Then we look up obj#2,
        parse the stored objects on-demand, so at the end when later we look up
        the first object, we find obj#1, not obj#1'.
        
        An easy workaround would be to never update already existing objects
        from object streams, but that would break when an incremental update
        provides an object stream.
        
        Fix the problem by parsing stored objects right after tokenizing the
        object stream, and not later, on-demand, when we no longer have the
        context what objects should be ignored.
        
        This is needed (but not enough) to correctly append a signature at the
        end of a PDF file that has both object streams and incremental updates.
        
        Change-Id: I3c1fae5ac26804c8e8cc1984511f43cfa881c97b

2016-11-10  Caolán McNamara  <caolanm@redhat.com>  [8445764681bfe7bd6cd31194878e1314a8fafa3b]

        Resolves: tdf#103809 the argument is a bool* not a VclPtr
        
        Change-Id: Ia07f4ff7b243708304186c840135ec1180621fa5

2016-11-10  Caolán McNamara  <caolanm@redhat.com>  [98fd6fa45f48599ee59d8d3f43b26bbde94e67c0]

        micro opt
        
        Change-Id: I4ef86a56780cf9ea8fe244a5347a79099bc05979

2016-11-10  Maxim Monastirsky  <momonasmon@gmail.com>  [749fe62b32acc3159cf2756aae16df36f091a862]

        tdf#103826 Missing master page pane context menus in Draw
        
        Change-Id: I355e9507692e770063a91d05efd3ebc3e2671d57

2016-11-10  Tor Lillqvist  <tml@collabora.com>  [59547a54958914f57f5a9bcff6434c3acca042f6]

        More work in progress on XAdES compliant ODF signing
        
        Pass an XAdES flag to a couple more functions and adapt to that.
        
        Factor out writeDigestMethod() and writeSignedProperties() from
        OOXMLSecExporter::Impl to DocumentSignatureHelper and use them in an
        additional place.
        
        Write xd:UnsignedProperties with EncapsulatedX509Certificate. Probably
        much more work needed.
        
        Change-Id: I2a0cd1db6dd487b9c7ba256ad29473de3d271cd8

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2d2160bbbd326fa3249d10bed97392215027c8c9]

        Adapt sd.screenshot
        
        to b1164b07f9fdcd06a77dbdd74d45245a7c42c93e "loplugin:constantparam in sd"
        
        Change-Id: I5e03c9ab19af630cdc536fddcb2f39815084b714

2016-11-10  Dennis Francis  <dennisfrancis.in@gmail.com>  [06d3294502413a231e5c5265609862c7f67a2f2b]

        Refactor ScAttrArray for tdf#50916
        
        For a default column, now ScAttrArray does not store the default
        format. So the case of default pattern from 0 to MAXROW is represented
        as nCount = 0 and pData = nullptr in ScAttrArray.
        
        A new ScAttrArray object (aNextColAttrArray) is introduced as a member
        of ScTable. This is used to store the formatting of *unallocated*
        columns (whose indices are from aCol.size() to MAXCOL).
        
        In next patches for this bug, I plan to refactor table*.cxx functions
        related to formatting such that :
        
        1) In formatting setter functions, if colspan of the input range
           spans the colrange(aCol.size() to MAXCOL) then instead of
           allocating columns, apply that formatting to aNextColAttrArray.
        
        2) In formatting getter (const) functions, if requested colspan has some
           intersection with the colrange(aCol.size() to MAXCOL) then use the
           formatting info stored in aNextColAttrArray to calculate the formatting
           of the input range.
        
        3) In general setter (non-const) functions if we really need to allocate
           new columns (example, when data is entered), use the formatting info
           stored in aNextColAttrArray to create pAttrArray of the new column.
        
        Change-Id: Ieb56f853209b396d92fdb2c27e39361703576423
        Reviewed-on: https://gerrit.libreoffice.org/27828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-10  Marina Latini  <marina@studiostorti.com>  [5e416099f088a2f8a8980e08e3d5b731da0a6d9c]

        Windows 8 driver blacklist
        
        Blacklisted intel driver for graphics card Intel(R) HD Graphics 4000 for Windows 8.
        With this card LibreOffice won't start.
        
        Change-Id: I3f4e04da7b4d61bddb1e755771b6a9538b596c51
        Signed-off-by: Marina Latini <marina@studiostorti.com>
        Reviewed-on: https://gerrit.libreoffice.org/30754
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-10  David Tardon  <dtardon@redhat.com>  [bae1e2467e021609d0c5fb5ae3eff4d8b0ab1546]

        WaE: unused variable
        
        Change-Id: I44fcadbf34677887853324e15cc46388f6f55448

2016-11-10  Caolán McNamara  <caolanm@redhat.com>  [ec6fc7a6067e666633d478e4c0ef5823167933d1]

        Resolves: rhbz#1342828 toolbars jumping around while moved under X
        
        because the start move by wm conflicts with the manual efforts
        to position the toolbar.
        
        the move by wm was done to get wayland to move the toolbars, but
        (gnome#768128) supporting docking toolbars under wayland is futile
        as far as I can see
        
        Change-Id: I502d4617efaf1eb686469e100224e56104ad650d
        Reviewed-on: https://gerrit.libreoffice.org/30751
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-10  Justin Luth  <justin_luth@sil.org>  [70f41634d085aecc8e90dfba034bb367341d142e]

        tdf#67379 - sw: treat clicking h/f-fly the same as any other
        
        Why should clicking on a frame/image in a header act any differently from
        a one insde the text body?
        
        (The only time frames (or any kind of fly) required a double click occured
        when switching from inside a header to a body-fly or from inside the body
        to a h/f-fly. This patch removes that oddball corner-case.)
        
        Now all frames are handled with a single click and there will not be
        an impact on double-clicking anymore.
        
        regression caused by 7e2f98d0a0c4a0f36a94353a256e7cc5caa3113b and its
        prior commit which say:
        > Header/Footer: fixed click on frames over the header/footer area.
        > The main problem here was due to the click to show the separator when
        > there is no header or footer under the frame. That code was just exiting
        > MouseButtonDown too early, which isn't good.
        
        > Now, double-click actually selects a frame anchored in header/footer.
        
        confirmed that single-clicking on frames over the header/footer section
        still shows the header blue-line.
        Change-Id: I4770cfe7898202929742743931e22de8bf233b03
        Reviewed-on: https://gerrit.libreoffice.org/30693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [bec9e673ad37e86cbc86d0ed844340ab080a7c5f]

        xmlsecurity PDF verify: fix reading multiple subsections from an xref stream
        
        This is especially needed, as we don't bother compressing updated
        objects into sections on signing, we simply use a separate section for
        each updated object.
        
        Work towards supporting xref streams and incremental updates at the same
        time.
        
        Change-Id: Ie9759edbba816991615fafc6602cdd440141b989

2016-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7cde8def9384fc09e6a539cd142dafc10aa88b61]

        re-apply "use material style selection handles""
        
        and account for the libreofficekit changes
        
        This reverts commit 50e9065cbbb2c62fa925cf5b561a85c715a0eb1e.
        that did in turn revert 4ae8c3c20bd4a10ba141a32f01e23ac63636f9c3.
        
        Change-Id: Ie02d8743b3608120ed63bfe2a014fa4139577b01

2016-11-10  Caolán McNamara  <caolanm@redhat.com>  [53bd86e0965d0a80f84a5528e040e4c050c607b0]

        Resolves: tdf#103815 Revert "use same GtkInstance::AnyInput impl"
        
        cause of the reported regression, it seems extradinary that this
        would cause that, but it seems to be the case and I have no interest
        in debugging the undebuggable scheduler.
        
        This reverts commit 180a0eac238ce456771ff20b8d3274b43408f54c.

2016-11-10  Eike Rathke  <erack@redhat.com>  [1fed7ec4e47fd1241a15e21cd0ef6d0cce7d151b]

        clarify class documentation
        
        Change-Id: I282a438159b9862034ba9fe4acdf87bf859b0465

2016-11-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6eb3d90aeb9438bd3249aaae32a445e81f278879]

        Avoid writing to the log for the same group twice.
        
        This can happen when the group calculation is disabled and falls
        back to non-group calculations.  And we only care about the first
        entry in case of non-group calculation of grouped cells.
        
        Change-Id: I545980acf8e35b4d0504aa2a77f86bdc85799e29
        Reviewed-on: https://gerrit.libreoffice.org/30738
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [50e9065cbbb2c62fa925cf5b561a85c715a0eb1e]

        temporarily revert "use material style selection handles"
        
        the linux build / libreofficekit also uses those and needs to be told
        about this change as well.
        
        This reverts commit 4ae8c3c20bd4a10ba141a32f01e23ac63636f9c3.

2016-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6e8b08f530e5fc6c0b87d5d417fa61fd4b30771f]

        bump gradle/gradle-plugin to instant-run compatible versions
        
        Change-Id: Ib0d2dac42814c9daf752f0421922fb093507eb7c

2016-11-10  Mirek Mazel  <mazelm@gmail.com>  [f7b60a3819e162b0bb3cc605d0945b89e9b4d1c5]

        refresh app icons to flat/material style
        
        Change-Id: I0c0a8a540eccc022c405659f53da73bd87eced18

2016-11-10  Mirek Mazel  <mazelm@gmail.com>  [4ae8c3c20bd4a10ba141a32f01e23ac63636f9c3]

        use material style selection handles
        
        Change-Id: If42bf5757e2010fccc7061ccffda76048b2e0dda

2016-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3e522fcbaad0848a2fb4d4d5a5c0bfe81475249d]

        demote "unknown android ndk" to warning only (and add 13.1 as known)
        
        android studio/sdk manager doesn't provide a default way to install
        multiple versions of the NDK, so typically only the latest one will be
        available. Don't make configure error out in this case, but print a
        warning instead.
        
        Change-Id: I6af9a3f088daf7d12ebd9910286d7f44d264014a

2016-11-10  Jean-Pierre Ledure  <jp@ledure.be>  [61f760d2c4ce97fc3f0f533cd2989ea2aad33276]

        Access2Base - Code cleanup
        
        Replace double code by function calls (dialog libraries handling)
        
        Change-Id: I17fc700e47a258b281214fe29e075bc782fb6acd

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1e40c3f859d7a346794cbf2da44f569f2efafea]

        Updated core Project: help  02139162f541bb56ddbaf0a2d6142256a0454372
        
        digital signatures: briefly document OOXML/PDF signing effort
        
        It may be unexpected for users to see that OOXML files are always only
        partially signed.
        
        Change-Id: Ie7c6c553580a4eb38ed72c8a50b75f4b7902613f
        

2016-11-10  Takeshi Abe  <tabe@fixedpoint.jp>  [c024344c2fe3d40050fa7144935704f16adec6e9]

        Wrap pointer to dialog with VclPtr
        
        Change-Id: Ifaf0f45b12d983d556ca4c7e0b4a57c47ff38597
        Reviewed-on: https://gerrit.libreoffice.org/30737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [25edea06374e5283f28c3ea9a29c470c575f3364]

        loplugin:staticmethods
        
        Change-Id: Id7d7bb572466bcc803ac424cd8ddb64205a1c273

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [be8d620464b9627b6034238270440fcaff0965e0]

        loplugin:stringconstant
        
        Change-Id: I0eb2b9986840b1bd5bc892da23c56205047bc120

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [14544da21eb35ab861f1fc8e0c7c564311eb6403]

        loplugin:cstylecast
        
        Change-Id: I6ec274c6c546f60c23fe639002d751f0a9f11d33

2016-11-10  Jean-Pierre Ledure  <jp@ledure.be>  [bfbde8b4181907dd2ffdf02057dbe050a606b514]

        Access2Base - Comments review
        
        Change-Id: If7fb37a3656b55f7820698a59b8f1d8d8b14d594

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6f180d095e4c24564cd1b3fed28b4a8a523ca777]

        Don't let multiple JunitTests operate in parallel on ScDDELinksObj.ods
        
        ...seen a failure of JunitTest_sc_unoapi_3 with
        
        > checking: [sc.ScDDELinkObj::com::sun::star::util::XRefreshable] is iface: [com.sun.star.util.XRefreshable] testcode: [ifc.util._XRefreshable]
        > LOG> Execute: refresh()
        > LOG> starting required method: addRefreshListener()
        > LOG> Execute: addRefreshListener()
        > Method addRefreshListener() finished with state OK
        > LOG> addRefreshListener(): COMPLETED.OK
        > warn:unotools.misc:30768:84:unotools/source/misc/mediadescriptor.cxx:690: caught Exception "" while opening <file:///data/lo/core/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods>
        > warn:filter.config:30768:84:filter/source/config/cache/typedetection.cxx:455: caught Exception "Could not open stream for <file:///data/lo/core/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods>" while querying type of <file:///data/lo/core/sc/qa/unoapi/testdocuments/ScDDELinksObj.ods>
        > Method refresh() finished with state FAILED
        
        and it appears that all of sc.ScDDELinkObj, sc.ScDDELinksObj, and
        sc.ScIndexEnumeration_DDELinksEnumeration try to open that file (necessarily for
        writing?), and the first two are in JunitTest_sc_unoapi_3 (so are executed
        sequentially), but the last one is in JunitTest_sc_unoapi_4 (so may be executed
        in parallel with the others), so that may be the reason for such sporadic
        failure.  Easiest workaround appears to be to move the third test into the same
        JunitTest as the other two...
        
        Change-Id: Iefb94cf657bdc9c1eac92dd49ee6257eb5e80905

2016-11-10  Wastack  <btomi96@gmail.com>  [21cc1826c758bb71bb0cfa055b3bb51a38bc2acb]

        WiP tdf#74172 use DECIMAL and NUMERIC data types
        
        Change-Id: I917cdf6e8d3ebfa7c9e4a52ca61adc5b8707ecfc
        Reviewed-on: https://gerrit.libreoffice.org/30447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [9357e99450974a4bea5946129af126469199797b]

        xmlsecurity PDF sign: use a predictor when compressing the xref stream
        
        With this our xref stream output is close enough to Acrobat so that the
        existing signature verifier runs without any problems.
        
        Change-Id: I6eca7966890365759c269b465e4bf4d86d335219

2016-11-10  David Tardon  <dtardon@redhat.com>  [7983c946229d580ec825edbde765381035ae02f6]

        start with a defined state
        
        Change-Id: I7e77fcf2d120845b436b7d6220025fd5b339aafa

2016-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e2b62889c82d0a3295c9be0315fadb5bba504c99]

        Don't let MODULE.all depend on MODULE.screenshot
        
        ...as that, somewhat surprisingly, causes 'make MODULE.all' do additional
        targets that a plain top-level 'make' would never do.  See discussion in mail
        thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2016-November/075797.html>
        "[Libreoffice-commits] core.git: Branch 'feature/dialog-screenshots' [...]".
        
        Change-Id: I460f3c91cf00d3398c61833fdcd5eaebdc87fbf2

2016-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c67b55db4adad67a8584b00f88b7ed296ba15846]

        writerfilter: remove never read m_xTableRange
        
        Its last user was
        writerfilter::dmapper::DomainMapperTableHandler::getTable(), removed in
        commit 6ea66657ebca5b3ec63f93b496b812888e0d53c9 (loplugin:unusedmethods
        writerfilter, 2015-07-20).
        
        Change-Id: Ibaf536d4dd8f01f4413c3cec033db7438501e58c

2016-11-10  Jean-Pierre Ledure  <jp@ledure.be>  [acfe27b4043895c482298d2e6db816e9c2700c1b]

        Access2Base - Call GetLocale() only once
        
        and not for each individual label
        
        Change-Id: I7014be30569a275fa20faaa2ba9255d3968b70dd

2016-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [ee0e713b5333dd363e443bf471ecb5cecec09d17]

        make comphelper::sequenceToContainer a little smarter
        
        so we don't have to specify the source type
        
        Change-Id: I4106705a39874a8043f0f294a11374404d6cfc3a
        Reviewed-on: https://gerrit.libreoffice.org/30713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c2c2d8dc4449c9d4ac9d645f634772ba93373af]

        loplugin:expandablemethods in comphelper..cppuhelper
        
        Change-Id: I9d5487af4729bd3ee4f6450092e4b77f74a12e6d
        Reviewed-on: https://gerrit.libreoffice.org/30717
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [76c8336eec82862732d3a26be84b5e8a52efe022]

        loplugin:expandablemethods in cui
        
        Change-Id: I3dae1d142874c767ec1e32401acba0bbca95df5f
        Reviewed-on: https://gerrit.libreoffice.org/30716
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-10  Gabor Kelemen  <kelemeng@gnome.hu>  [029a936aecb9b25d3ffefef072ba6fe86e19d305]

        Updated core Project: help  9b126a4ef3798df131b29e064e9decabea812b5c
        
        Remove the definition of plug-in
        
        Change-Id: Iaa6501d50430a0a27c4535791b9e65ceaf75ec7b
        Reviewed-on: https://gerrit.libreoffice.org/30735
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-10  Gabor Kelemen  <kelemeng@gnome.hu>  [5fabbf534984fa26eb2c7f1f6b975a9339566cc6]

        Updated core Project: help  368c92d82e25d61746808d38afd3d5049f9bfe84
        
        Remove one more dead plug-in menu item description
        
        Change-Id: I5be88980aa527e5d03d4fcfd54dfd520a0b7b162
        Reviewed-on: https://gerrit.libreoffice.org/30736
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-10  Gabor Kelemen  <kelemeng@gnome.hu>  [bf0a2303184d7fcbbfa4fbedbf9d2dd8cd83cf6b]

        Updated core Project: help  9f5f37dfe07c69e090d7b1cacfd56de91689834e
        
        Remove embeds of the description of the Edit - Plug-in menu item
        
        Change-Id: I57c83a56de0fe124f168adbcb7c4a3fdbd45d60d
        Reviewed-on: https://gerrit.libreoffice.org/30734
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-10  Gabor Kelemen  <kelemeng@gnome.hu>  [d5d6c92fb166627cf01eb9e8a962bc127d8d8fb0]

        Updated core Project: help  e91a6393a3b573906bd3184cafb5b94bb391af7e
        
        Edit - Plug-in menu item was removed in 5.2
        
        Change-Id: Ie3df8491c8002abf871c4ed311ef654d5d0b5849
        Reviewed-on: https://gerrit.libreoffice.org/30733
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-10  Gabor Kelemen  <kelemeng@gnome.hu>  [64e599d47215f4239a86e00d5cf4d6248d20e8d3]

        Updated core Project: help  42dcc36e303f8b7a5d534fb3163e5c2a647560a3
        
        Remove a page about plug-ins
        
        This feature was dropped from 5.2
        
        Change-Id: Ia2721ac34c816e11c1ce3982c604bb7af01c6da4
        Reviewed-on: https://gerrit.libreoffice.org/30732
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9d3d893f927a425da840e885c214e1990ee37f65]

        Updated core Project: help  e4ffa2f2f3a457054e75ce9a41029b94b018d2d1
        
        Another dead URL
        
        Change-Id: Id313b2e262db1d699a52c1bdec9850587e3a5d83
        

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [66bd5ef022eb242a8fdecb491963bbad99fc3a9d]

        Use hb_script_t directly
        
        Change-Id: I58c41ce2052371e20c8c84492124c5a687695ca6

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [f6391d9696bfa7485bf785ac81edef4d5441e232]

        Who would think sal_Int32 is not the same as int32_t
        
        Change-Id: I107cf27ea36e092ba3be45d255cc8622eb1c726f

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [f26df72f6e424492d101f527deb81f550ff3c941]

        Typo
        
        No idea how this ever compiled for me!
        
        Change-Id: I7bfe5df755594448fbe6892873a7cedb2b235d98

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [73b9b72cf1658208c2b2eb10cc0acfc3833dd875]

        tdf#103718: Correctly set vertical direction
        
        Follow UTR#50 and set vertical direction based on character orientation,
        not the resolved script.
        
        Change-Id: I54f047e1720e8e4de14ce16a57e5d2d3f6cd2ca2

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [f95018880ff71e00db4d4bb4b5f02b5818a2d1c5]

        Add code to get Vertical_Orientation property
        
        See http://unicode.org/reports/tr50/#vo
        
        ICU does not support getting this property yet, so I stole some (heavily
        redacted) Perl script from Mozilla that reads the data file and
        generates property tables. The original Mozilla script:
        https://dxr.mozilla.org/mozilla-central/source/intl/unicharutil/tools/genUnicodePropertyData.pl
        
        Change-Id: I2800711c3db3564515139227bdbd3b4d732917eb

2016-11-10  Khaled Hosny  <khaledhosny@eglug.org>  [58d149f3b4d1e8ca47189b5f22421fc3f3bee732]

        Minor cleanup
        
        Drop useless typedef and use more general nomenclature as I’m going to
        extend this in the next commits.
        
        Change-Id: I12aa01fe9f5a6c9aca67f850f36b81661ee14913

2016-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7446faec4e319afaf2f0b043c45ed0df6d1885dd]

        vcl: non-symetric image to test JPEG import
        
        Previously we used a symetric image to test JPEG import. This has
        the flaw that we doesn't warn if the orientation of the JPEG
        image was not correct. This commit fixes this flaw by making all
        test images non-symetrical.
        
        Change-Id: If87d257ae44d85b6a9042d09d62ba785ffc5c426
        Reviewed-on: https://gerrit.libreoffice.org/30709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-09  Tor Lillqvist  <tml@collabora.com>  [db877a15d98b0ea6875d8150ce43bf7fa82610bf]

        These functions don't even need to be XMLSECURITY_DLLPUBLIC
        
        Change-Id: I8f2963c9b6b1c8717ea4d19453815fffa6e68484

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf64b4f1451896810b66fd6edf6175f0dd46ac44]

        xmlsecurity PDF sign: compress the xref stream
        
        This way it's a bit smaller for large files and our output is closer to
        what Acrobat produces.
        
        Change-Id: Ide5f7b58a74a9d6ad7d806814eb57cb6931023cc
        Reviewed-on: https://gerrit.libreoffice.org/30726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f68b1541ea2f26a1137d4d20ceb23d036d0a00b7]

        xmlsecurity PDF sign: improve suggested signature ID
        
        So that when we have a single signature with ID="Signature2", then we
        use "Signature3" for the next ID, not "Signature2". (Acrobat uses that ID
        for the first signature.)
        
        Change-Id: I7032fbf014184da2a5be24730a92abc32a9a1258
        Reviewed-on: https://gerrit.libreoffice.org/30725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a7e39eac2f44ad48455c8a5c04242b1fc92c726]

        xmlsecurity PDF sign: conditionally write xref stream
        
        In case the input document used a PDF 1.5 xref stream, not an old xref
        table, then write that as part of the incremental update. Acrobat seems
        to require this.
        
        Change-Id: I9f1f73140c26308f8720aa1ffe1b905d0e60ede0
        Reviewed-on: https://gerrit.libreoffice.org/30724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [05ad6dfd4e7201793a6350b440173e4a6335c776]

        xmlsecurity PDF sign: handle when Catalog's AcroForm is an indirect dictionary
        
        Normally it's a direct dictionary, but it's OK to have it as a reference, and
        then the referenced object is a dictionary.
        
        Change-Id: If09edaf23501883be68148e430c42e721ec68247
        Reviewed-on: https://gerrit.libreoffice.org/30719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Tor Lillqvist  <tml@collabora.com>  [6bad5027dadaa3f99a33eb752d8477d7abe92137]

        Don't use a class for what namespaces are for
        
        Sure, using a namespace means we have to decorate each function with the
        XMLSECURITY_DLLPUBLIC, but who cares.
        
        Change-Id: If9a364d1be9c5f4cd02f3f146e8b01bd608b373e

2016-11-09  Michael Stahl  <mstahl@redhat.com>  [24063ec94bd3f8407827f03ccde8bd99790f85e2]

        comphelper: also bump PDBKDF2 count for password-to-modify
        
        The password-to-modify misfeature does not actually provide any
        security, but it may induce users to re-use passwords, so at least make
        it harder to crack the passwords.
        
        Change-Id: I0adf0e8e11b222fc469013e17a2695bd7122ad01

2016-11-09  Michael Stahl  <mstahl@redhat.com>  [25205d5b29d0aade0ebd7c6405a91995d02a3a7c]

        package: ODF: bump PBKDF2 iteration counts
        
        Given recent elections we need to build a higher wall to keep the
        government out of our documents, and we will make the government
        pay for it.
        
        These iteration counts were considered appropriate a decade ago.
        
        http://security.stackexchange.com/questions/3959/recommended-of-iterations-when-using-pkbdf2-sha256
        
        We get similar numbers on SandyBridge-E desktop and Haswell i7-4600U laptop:
        * with 10k iterations ~20 msec per derivation
        * with 100k iterations ~195 msec per derivation
        * with 150k iterations ~290 msec per derivation
        
        We can't go too high though because in ODF every package stream gets
        its own derived key with a different salt, so a document with embedded
        images may need a lot of these.
        
        Change-Id: I6894e71ed399f8c340eff97a9191c8d8419789a6

2016-11-09  Tor Lillqvist  <tml@collabora.com>  [2a5bb08a2c84470a7a33547ee478d3c26f7ae159]

        loplugin:unnecessaryoverride and loplugin:override
        
        Change-Id: Id9daf4f5e3208eca8d3d845983b58ab056557621

2016-11-09  Eike Rathke  <erack@redhat.com>  [6699afb43bffb9148960cbee2013d1704e462b9e]

        assert a supposed-to-be-fixed condition, tdf#89957 related
        
        Change-Id: Ie00840e0b8cff747e131b6bc9def0ddaf57edea7

2016-11-09  Stephan Bergmann  <sbergman@redhat.com>  [fa69c29c89608e50d8d41c0008f31c30e60c6d20]

        Typo in documentation
        
        Change-Id: I0970a86d65aa905cbd02d892be08de8962731e8b

2016-11-09  David Tardon  <dtardon@redhat.com>  [1115281560a7e204386c21fe78b8c84ce42b2017]

        make MS Excel 2003 XML filter tests great again!
        
        Change-Id: Ica8a5a2f6046eabf4fa8081db0aa50ade23b5b3a

2016-11-09  David Tardon  <dtardon@redhat.com>  [4017f59303d2e99ac0c9a79b0a5b45091ffff2e6]

        fix typo
        
        Change-Id: I2ad83dec1e409cd7b12009c31fbe4cc9d73223c1

2016-11-09  Stephan Bergmann  <sbergman@redhat.com>  [574d331e7635ed5c9a56985ba1eeadb7353040bc]

        Avoid starting m_aAsyncUpdateControllersTimer of disposed ToolBarManager
        
        Seen a Jenkins build fail in JunitTest_framework_complex as below, and the only
        remotely plausible scenario I can think of is that a call from
        Frame::contextChanged -> ToolBarManager::frameAction started the timer after
        Frame::close -> dispose -> ... -> ToolBarManager::dispose had been called but
        before Frame::close -> dispose -> ... -> ~ToolBarManager had been called.  (And
        tracing the calls to Frame member functions, there indeed appear to be call
        patterns during JunitTest_framework_complex where Frame::contextChanged is
        called from within Frame::close -> dispose -> ...)
        
        Any other calls to m_aAsyncUpdateControllersTimer.Start() in ToolBarManager
        appear to already check for !m_bDisposed.
        
        <http://ci.libreoffice.org/job/lo_tb_master_linux_dbg/9049/console>:
        > #7  0x00002b2653546566 in __assert_fail_base () at /lib64/libc.so.6
        > #8  0x00002b2653546612 in  () at /lib64/libc.so.6
        > #9  0x00002b2676f23777 in framework::ToolBarManager::~ToolBarManager() (this=0x3a48710, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/framework/source/uielement/toolbarmanager.cxx:198
        > #10 0x00002b2676f23978 in framework::ToolBarManager::~ToolBarManager() (this=0x3a48710, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/framework/source/uielement/toolbarmanager.cxx:201
        > #11 0x00002b2655fd5328 in cppu::OWeakObject::release() (this=0x3a48710) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppuhelper/source/weak.cxx:233
        > #12 0x00002b2676ec7138 in cppu::WeakImplHelper<com::sun::star::frame::XFrameActionListener, com::sun::star::lang::XComponent, com::sun::star::ui::XUIConfigurationListener>::release() (this=0x3a48710) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/cppuhelper/implbase.hxx:113
        > #13 0x00002b2655ef353a in com::sun::star::uno::cpp_release(void*) (pCppI=0x3a48738) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/com/sun/star/uno/genfunc.hxx:48
        > #14 0x00002b2655c5d4ab in cppu::idestructElements(void*, _typelib_TypeDescriptionReference*, int, int, void (*)(void*)) (pElements=0x32c5a28, pElementType=0x1670d90, nStartIndex=0, nStopIndex=5, release=0x2b2655ef3517 <com::sun::star::uno::cpp_release(void*)>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/uno/destr.hxx:238
        >         p = 0x3a48738
        >         nPos = 4
        > #15 0x00002b2655c5d64f in cppu::idestroySequence(_sal_Sequence*, _typelib_TypeDescriptionReference*, _typelib_TypeDescription*, void (*)(void*)) (pSeq=0x32c5a20, pType=0x24a6cf0, pTypeDescr=0x24a6cf0, release=0x2b2655ef3517 <com::sun::star::uno::cpp_release(void*)>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/uno/destr.hxx:284
        >         __PRETTY_FUNCTION__ = "void cppu::idestroySequence(uno_Sequence*, typelib_TypeDescriptionReference*, typelib_TypeDescription*, uno_ReleaseFunc)"
        > #16 0x00002b2655c8952f in uno_type_sequence_destroy(uno_Sequence*, typelib_TypeDescriptionReference*, uno_ReleaseFunc) (sequence=0x32c5a20, type=0x24a6cf0, release=0x2b2655ef3517 <com::sun::star::uno::cpp_release(void*)>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/uno/sequence.cxx:916
        > #17 0x00002b2655f31ba6 in com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::uno::XInterface> >::~Sequence() (this=0x2679070, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/com/sun/star/uno/Sequence.hxx:113
        >         rType = invalid uno::Type
        > #18 0x00002b2655f2ef92 in cppu::OInterfaceIteratorHelper::~OInterfaceIteratorHelper() (this=0x2b26785beaf0, __in_chrg=<optimized out>) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppuhelper/source/interfacecontainer.cxx:103
        >         bShared = false
        > #19 0x00002b2655f2fb98 in cppu::OInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) (this=0x32bd280, rEvt=...) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppuhelper/source/interfacecontainer.cxx:288
        >         aGuard = {pT = 0x0}
        >         aIt = {rCont = @0x32bd280, bIsList = 1 '\001', aData = {pAsSequence = 0x2679070, pAsInterface = 0x2679070}, nRemain = 0}
        > #20 0x00002b2655f308d7 in cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear(com::sun::star::lang::EventObject const&) (this=0x38bc030, rEvt=...) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppuhelper/source/interfacecontainer.cxx:477
        >         i = 0
        >         nSize = 3
        >         ppListenerContainers = std::unique_ptr<cppu::OInterfaceContainerHelper *> containing 0x2f7c650
        > #21 0x00002b2676e37180 in (anonymous namespace)::Frame::disposing() (this=0x38bbf30) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/framework/source/services/frame.cxx:2242
        >         parent = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b26785beca0
        >         xThis = uno::Reference to ((anonymous namespace)::Frame *) 0x38bbfa0
        >         layoutMgr = uno::Reference to (framework::LayoutManager *) 0x2fa5190
        >         aEvent = {Source = uno::Reference to ((anonymous namespace)::Frame *) 0x38bbfa0}
        >         xDisposableCtrl = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b26785beca0
        >         xDisposableComp = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b2676e34200 <(anonymous namespace)::Frame::isActive()+160>
        >         disp = 0x2f7c650
        >         xDispatchHelper = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b26785bec80
        >         old = Application::Off
        >         contWin = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b26785bf050
        > #22 0x00002b2655f2b262 in cppu::WeakComponentImplHelperBase::dispose() (this=0x38bbf30) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppuhelper/source/implbase.cxx:107
        >         aEvt = {Source = uno::Reference to ((anonymous namespace)::Frame *) 0x38bbf30}
        >         aGuard2 = {pT = 0x39553a0}
        >         aGuard = {pT = 0x0}
        > #23 0x00002b2676e3f0a6 in cppu::PartialWeakComponentImplHelper<com::sun::star::lang::XServiceInfo, com::sun::star::frame::XFrame2, com::sun::star::awt::XWindowListener, com::sun::star::awt::XTopWindowListener, com::sun::star::awt::XFocusListener, com::sun::star::document::XActionLockable, com::sun::star::util::XCloseable, com::sun::star::frame::XComponentLoader, com::sun::star::frame::XTitle, com::sun::star::frame::XTitleChangeBroadcaster, com::sun::star::beans::XPropertySet, com::sun::star::beans::XPropertySetInfo>::dispose() (this=0x38bbf30) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/cppuhelper/compbase.hxx:94
        > #24 0x00002b2676e34edb in (anonymous namespace)::Frame::close(sal_Bool) (this=0x38bbf30, bDeliverOwnership=0 '\000') at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/framework/source/services/frame.cxx:1829
        >         xSelfHold = uno::Reference to ((anonymous namespace)::Frame *) 0x38bbf30
        >         aSource = {Source = uno::Reference to ((anonymous namespace)::Frame *) 0x38bbf30}
        >         pContainer = 0x33c4ba0
        >         aWriteLock = {m_bCleared = true, m_solarMutex = @0x16529c0}
        > #25 0x00002b26752971a1 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x38bbfd0, nVtableIndex=5, pRegisterReturn=0x0, pReturnTypeRef=0x165a1b0, bSimpleReturn=true, pStack=0x2b26785bf1a0, nStack=0, pGPR=0x2b26785bf2c0, pFPR=0x2b26785bf2f0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:133
        >         data = {pMethod = 47444203360446, pStack = 0x2b26785bf1a0, nStack = 0, pGPR = 0x2b26785bf2c0, pFPR = 0x2b26785bf2f0, rax = 47444228043088, rdx = 47444228043040, xmm0 = 4.9549649932863477e-314, xmm1 = 2.3440563169523938e-310}
        >         pMethod = 47444209328504
        > #26 0x00002b26752960bc in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**) (pThis=0x2f330e0, aVtableSlot=..., pReturnTypeRef=0x165a1b0, nParams=1, pParams=0x3200050, pUnoReturn=0x0, pUnoArgs=0x3a70260, ppUnoExc=0x2b26785bf478) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:245
        >         pStack = 0x2b26785bf1a0
        >         pFPR = {2.34405631697769e-310, 2.3440546323697648e-310, 1.0609978954826362e-313, 2.3440563169796168e-310, 2.5903774855902888e-316, -9.6283901862001054e-07, 2.3440563169800615e-310, 0}
        >         __PRETTY_FUNCTION__ = "void cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, typelib_TypeDescriptionReference*, sal_Int32, typelib_MethodParameter*, void*, void**, uno_Any**)"
        >         pCppArgs = 0x2b26785bf170
        >         pStackStart = 0x2b26785bf1a0
        >         pGPR = {59490256, 0, 47444228043568, 47444174450194, 0, 52429824}
        >         nTempIndices = 0
        >         nFPR = 0
        >         pAdjustedThisPtr = 0x38bbfd0
        >         ppTempParamTypeDescr = 0x2b26785bf180
        >         nGPR = 2
        >         pReturnTypeDescr = 0x165a1b0
        >         pCppReturn = 0x0
        >         bSimpleReturn = true
        >         pTempIndices = 0x2b26785bf178
        > #27 0x00002b2675296ada in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) (pUnoI=0x2f330e0, pMemberDescr=0x3200400, pReturn=0x0, pArgs=0x3a70260, ppException=0x2b26785bf478) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:436
        >         nMemberPos = 5
        >         aVtableSlot = {offset = 0, index = 5}
        >         pThis = 0x2f330e0
        >         pTypeDescr = 0x2590e40
        >         __PRETTY_FUNCTION__ = "void bridges::cpp_uno::shared::unoInterfaceProxyDispatch(uno_Interface*, const typelib_TypeDescription*, void*, void**, uno_Any**)"
        > #28 0x00002b267653517a in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const (this=0x3aba970, returnValue=0x2b26785bf8a0, outArguments=0x2b26785bf920) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:242
        >         exc = <error reading variable: Cannot access memory at address 0x3aba87808>
        >         pexc = 0x2b26785bf4a0
        >         retType = {_pTypeDescr = 0x165a1b0}
        >         nSize = 0
        >         retBuf = std::__debug::vector of length 0, capacity 0
        >         outBufs = empty std::__debug::list
        >         args = std::__debug::vector of length 1, capacity 1 = {0x3a331c0}
        >         __PRETTY_FUNCTION__ = "bool binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny>*) const"
        >         isExc = false
        > #29 0x00002b2676533f7a in binaryurp::IncomingRequest::execute() const (this=0x3aba970) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/incomingrequest.cxx:77
        >         resetCc = true
        >         oldCc = {m_pUnoI = 0x0}
        >         ret = {data_ = _uno_Any(void)}
        >         outArgs = std::__debug::vector of length 0, capacity 0
        >         isExc = false
        > #30 0x00002b2676554a88 in binaryurp::(anonymous namespace)::request(void*) (pThreadSpecificData=0x3aba970) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/binaryurp/source/reader.cxx:85
        >         __PRETTY_FUNCTION__ = "void binaryurp::{anonymous}::request(void*)"
        > #31 0x00002b2655c27f0b in cppu_threadpool::JobQueue::enter(long, bool) (this=0x398ea80, nDisposeId=39254816, bReturnWhenNoJob=true) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/jobqueue.cxx:107
        >         guard = {pT = 0x398ea80}
        >         job = {pThreadSpecificData = 0x3aba970, doRequest = 0x2b2676554a1f <binaryurp::(anonymous namespace)::request(void*)>}
        >         pReturn = 0x0
        > #32 0x00002b2655c2cb57 in cppu_threadpool::ORequestThread::run() (this=0x256fb20) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/cppu/source/threadpool/thread.cxx:168
        > #33 0x00002b2655c2d04d in osl::threadFunc(void*) (param=0x256fb30) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/include/osl/thread.hxx:185
        >         pObj = 0x256fb30
        > #34 0x00002b2652f08340 in osl_thread_start_Impl(void*) (pData=0x2570ac0) at /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sal/osl/unx/thread.cxx:240
        >         terminate = false
        >         pImpl = 0x2570ac0
        >         __PRETTY_FUNCTION__ = "void* osl_thread_start_Impl(void*)"
        > #35 0x00002b26538e1dc5 in start_thread () at /lib64/libpthread.so.0
        > #36 0x00002b265360eced in clone () at /lib64/libc.so.6
        
        Change-Id: I27e15a72f6b96484cb45928eaabae589cf9d7ed7

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [05bdc6739c6b29bcce41716000dc02d1271abd13]

        xmlsecurity PDF sign: handle when Page object's Annots is an indirect array
        
        Normally it's a direct array, but it's OK to have it as a reference, and
        then the referenced object is an array.
        
        Change-Id: I191150632c2d8317ee6fd8c8169a90996298faa4
        Reviewed-on: https://gerrit.libreoffice.org/30718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2e84e730a89de683c97bbcab89cd2dbf5a7a9b6d]

        tdf#102507 Add qa test of left aligned denominator
        
        New behavior of format # ?/??? gives for 3.5
        3 1/2
        instead of
        3 1/  2
        
        Change-Id: I87f4a71fb13d8424017d557213bb4d279de28af5
        Reviewed-on: https://gerrit.libreoffice.org/30167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-11-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b0901f9f0843c2d85da6742780d9aef296f62c60]

        tdf#102370 QA test exponent without sign during export to Excel
        
        Change-Id: I0adf7d97f297a8fe1003c8e4cb9a08c9070ed92e
        Reviewed-on: https://gerrit.libreoffice.org/30170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-11-09  Khaled Hosny  <khaledhosny@eglug.org>  [281b3458940e06f9cb5f679537adc19532a0a80d]

        Allow the Kashida here
        
        Change-Id: Ibb408af7f989bf35faf13aa871917e7f4cb2aa6f

2016-11-09  Eike Rathke  <erack@redhat.com>  [129eddc18b4f2cb1320b60bf68de537cf86b60f2]

        Resolves: tdf#103689 do not slice 3D area broadcasters into separate sheets
        
        Change-Id: Ie167e5e5e953c3e8064b8e128d52f6aa6740575b

2016-11-09  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [989cf68b68eda98b9f3942bb738e60ec649707dc]

        tdf#103146 Revamp Extension Manager Dialog, Part 1
        
        Moved the "Check for Updates", and "Add" buttons
        to the new row, and started moving the buttons
        from the ExtBoxWithBtns_Impl to the new row.
        
        Needed to create new public methods to be able
        to update button states of ExtMgrDialog from
        within the ExtBoxWithBtns_Impl class.
        
        Change-Id: Iea784d0b7237da3f8aa05862dbf1faf5acf98655
        Reviewed-on: https://gerrit.libreoffice.org/30560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0d1571916116e16ce6a64ab231f7f8632fcbd0e8]

        tdf#103801 JPEG - don't handle buffer orientation in import
        
        We don't need to read buffer in reverse scanline order if image
        is bottom-up. This is handled by CopyScanline already.
        
        Change-Id: Ibb20978c01115743de8a457e56003d28ef6dd6d9
        Reviewed-on: https://gerrit.libreoffice.org/30710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-09  Caolán McNamara  <caolanm@redhat.com>  [c40e6060b2f0945cc9df052e8bdd578c88a258cb]

        crashtesting: crash on layout of ooo107760-1.doc
        
        this has begun crashing since...
        
        commit 8f2dd1df1d6cc94ebbc1149de72bc6d6dffa6533
        Author: Khaled Hosny <khaledhosny@eglug.org>
        Date:   Wed Nov 2 23:52:06 2016 +0200
        
            "Enable the new text layout engine by default"
        
        but its presumably blameless
        
        Change-Id: I5d9bfcd3277ce6b71dce8dced6947ab38b12f148

2016-11-09  Michael Stahl  <mstahl@redhat.com>  [361d5819d5c9331b0127401435d2f07467148da1]

        uui: fix use-after-free on password dialog
        
        VclPtr returned from CreatePasswordToOpenModifyDialog implicitly
        converts to plain pointer then deletes the dialog.
        
        (regression from some vclptr refactoring)
        
        Change-Id: I4ccdeabcd6ee718104c0f7f65d67a20ce2c70ca3

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9da91fd028e73846b1bed2618357d0abfbdcc57]

        tdf#103756 - CTRL+Z not working to undo changes performed through Navigator
        
        Hooked up the tree control to do explicit handling of accelerator key
        input.
        
        Change-Id: I8b47fc2d651f7db2549c73c5314fbc4a7f4efecc
        Reviewed-on: https://gerrit.libreoffice.org/30694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [2ed4034aa51292a8bb8e770213f0021a3f1c9408]

        Revert "Revert "convert sdr::animation::EventList to o3tl::sorted_vector""
        
        This reverts commit 0e0e3ea312dc09de6726318c3579671fec7de7ee.
        
        and fixes the call to o3tl::sorted_vector::erase that causes a crash.
        
        Change-Id: Ic8ef07eb045a63dc8eaaa33886895f1d8f73098c
        Reviewed-on: https://gerrit.libreoffice.org/30715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Takeshi Abe  <tabe@fixedpoint.jp>  [287b35c43771d3258ed877607e29882b3730201b]

        tdf#44839 Add an "Evaluated At" command in "Brackets" section
        
        of Elements window.
        
        Change-Id: I221dacad297c7713f9cdde6d8ffdecf3caa2c3bd
        Reviewed-on: https://gerrit.libreoffice.org/30714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c9f302b06bc3ffee910afc8404114bde728aa3b]

        sw: clean up redundant get() calls on smart pointers in rtfattributeoutput
        
        And a few more similar nitpicks.
        
        Change-Id: Iac343800171658a9623bcc4d5b7aadaae56830ad

2016-11-09  Michael Stahl  <mstahl@redhat.com>  [41de4df1cfbe02fcd235582b50c87c9d91757809]

        increase Office::Common::Cache::GraphicManager::TotalCacheSize to 200MB
        
        We can use a bit more RAM for graphics than we currently do, even on 32
        bits, which should improve interactive performance as there will be less
        swapping of bitmap data and re-parsing of SVGs.
        
        Note that currently the value is effectively multiplied by 2, as the
        limit is stored in GraphicCache::mnMaxDisplaySize, but there are 2
        independent "counters" GraphicCache::mnUsedDisplaySize and
        GraphicManager::mnUsedSize that are both checked against the same limit.
        
        Change-Id: I4e33030af7dcd953c35672f80599188a1fbc4453

2016-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ed42212f53b2e52238346e64dae31a931d6c90a1]

        tdf#103758 wrong GL format for RGBA image buffers
        
        Change-Id: I8a36234068ce0818b7baaa3b6c68d789753db6de
        Reviewed-on: https://gerrit.libreoffice.org/30711
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-09  Stephan Bergmann  <sbergman@redhat.com>  [cd61f3eb3df492113883d53e75233afcd6a19fab]

        Make sure not to compare different subclasses of Pair
        
        (A related option would be to make those subclasses derive privately from Pair,
        but there are a few places that generically operate on any Pair instances, like
        Pair::Read/WritePair or SvxShape::ForceMetricToItemPoolMetric/100th_mm.)
        
        Change-Id: I6c638fe65ee5684593fdeab29b144f547e173f4e

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [e74e9586f506652d18c1096ebc4508fe7f7be344]

        spelling mutext->mutex
        
        Change-Id: If844c07d0d50d1bb9b0a1877c0fde4a198bcf781

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [a71d6a2a847828b737e5b6cc5eefe877613085b7]

        loplugin:expandablemethods in dbaccess
        
        Change-Id: I6087a3eff46926646ac1637615a0af30b38956a4
        Reviewed-on: https://gerrit.libreoffice.org/30712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Caolán McNamara  <caolanm@redhat.com>  [243977708ceaf877e520ef0bb393aa49040d65c9]

        crashtesting: crash on reexport of fdo58980-3.odt to odt
        
        since...
        
        commit 3a543f1f57aed3beba8879ed46e1f92f657151cb
        Date:   Mon Oct 10 00:54:00 2016 +0200
        
            Validate Kashida positions in CommonSalLayout
        
            Currently checks only for ligatures, but that is a big improvement over
            al code that didn’t do any validation except on Windows.
        
        Change-Id: I0da70d274a2e532d1ce7e7817bddbeca03893763

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [30e39e4793bbfe59a53b41422b5d86a03cfe31d3]

        loplugin:expandablemethods in drawinglayer..editeng
        
        Change-Id: Ic7fe13651e18b4eec90ef3fd8d7aab81197e0f39
        Reviewed-on: https://gerrit.libreoffice.org/30707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Caolán McNamara  <caolanm@redhat.com>  [0e0e3ea312dc09de6726318c3579671fec7de7ee]

        Revert "convert sdr::animation::EventList to o3tl::sorted_vector"
        
        This reverts commit c0c69ccd2aac45e4cca0de7d4deaa6d02ec27f4d.
        
        because soffice --headless --convert-to odp ooo75571-1.odp crashes
        after this change

2016-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d115a235bf3ff5366d992d01fb418a3eacb9d125]

        tdf#103804 reduced register areaScale shader and detection for intel
        
        Some intel drivers crash when areaScale shader with "large" array
        is used. This adds a "reduced register" version of the areaScale
        shader. We still use the first version of the shader for other
        drivers and switch between the 2 implementations with a runtime
        detection.
        
        Change-Id: I1860f898c03b40a600eb1b41f7262719382a7171
        Reviewed-on: https://gerrit.libreoffice.org/30571
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-09  Caolán McNamara  <caolanm@redhat.com>  [e21ef810e178e37f202e5ab8d0b582b24d5ce001]

        crashtesting: unexpected exception on novell403458-1.pptx
        
        since
        
        commit 4bcf1872bbe9db1388769485a7e4c0cbcce3d53c
        Date:   Thu Oct 13 23:43:41 2016 +0200
        
            chartx: fix sparse chart import
        
        because
        
        - Matrix< Any > aMatrix( rDataSeq.maData.size(), 1 );
        + Matrix< Any > aMatrix( rDataSeq.mnPointCount, 1 );
        
        where rDataSeq.mnPointCount is -1
        
        Change-Id: I4bb4805dd81a342d4c0ce24e3240154daf53b452

2016-11-09  Stephan Bergmann  <sbergman@redhat.com>  [80af87b0de526e06113a57f62f8f2284ecaaa45a]

        Revert "Mark Scheduler as non-copyable"
        
        This reverts commit 81e3f5f2fdc9c573c83a37009080e4bb974c7955; had failed to
        notice that there are already (Scheduler const & overloads of) copy member
        functions (which MSVC complains about, but Clang didn't).

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [3a545893029c524afc0d5d6b6b6ca486c5be991c]

        convert Primitive2DContainer to std::deque
        
        since we only care about appending to this container, and then
        traversing it (normally once). So reduce the re-allocations that
        std::vector requires
        
        Change-Id: I206a7b82d9eefc1fa3762c4a03e7b5e21136951f
        Reviewed-on: https://gerrit.libreoffice.org/30706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Stephan Bergmann  <sbergman@redhat.com>  [81e3f5f2fdc9c573c83a37009080e4bb974c7955]

        Mark Scheduler as non-copyable
        
        Change-Id: Iaabc92061a1a49720f473d35251d892dd4b4f756

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [389999abdb2d35f8641a6ff2e8984887166d39e2]

        make comphelper::containerToSequence a little smarter
        
        So we don't have to specify the source and destination type as often.
        
        Change-Id: Id9e286417a1cb246d163cbc3c536b231a4a92624
        Reviewed-on: https://gerrit.libreoffice.org/30700
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [57998f642de65bdcb72742abd8ab94a26840a31d]

        some small simplifications to decompose methods
        
        Change-Id: I9ad8c68c1f0c72d0f985d6c0a3167a775d481a2c
        Reviewed-on: https://gerrit.libreoffice.org/30696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [85102b0fe499dc0cdcedecb5fe6fdeaabee9bf0a]

        Restore the color picker icon in colorwindow.ui
        
        Caused by a bug in Glade.
        
        Change-Id: I8acc923093f7ef1e8a2a5831bc96c63e4c7f0341

2016-11-08  Stephan Bergmann  <sbergman@redhat.com>  [d5cb614270699f7a35002981e050b9b8b8a92f6b]

        Use the larger stack size for ASan/UBSan builds on macOS, too
        
        At least on my macOS 10.12.1, PTHREAD_STACK_MIN is 8192 (so stacksize was
        substantially smaller than 12MB), and without this change there were randomly
        looking failures in e.g. JunitTest_chart2_unoapi with a -fsanitize=address
        build.
        
        Change-Id: Icfe989a0e5097a9a0ae76c6e0f6ffcca18271245

2016-11-08  Andras Timar  <andras.timar@collabora.com>  [79f6d01eb18dac81bbe229dde883fe7c06b89a40]

        Updated core Project: help  0119d6fd483709ee783da89d961e93e71ba41eb6
        
        fix invalid xml
        
        Change-Id: I15ed980578006e5ef55e0983d1683b001baa39f2
        

2016-11-08  Caolán McNamara  <caolanm@redhat.com>  [13203033fb41a8e585660134655c314691303fa4]

        Resolves: tdf#103783 do consider parent of WB_DIALOGCONTROL widgets...
        
        for tab cycling, given the problem of tdf#103783
        
        regression from...
        
        commit fd40e3ea09a481a2e97452d2244ecdfd6c3508c1
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Nov 1 16:34:22 2016 +0000
        
            lock tab-cycling inside the WB_DIALOGCONTROL widget
        
            activate the color selector in the toolbar in the sidebar panel, press tab
            to cycle between its widgets, when it hits the bottom it will
            not return to the first widget, but escape out of the floating
            window into the next sibling of the toolbar
        
        but only check the Parent, not RealParent
        
        Change-Id: I9577a0a9f3a622373c195e77ca43d17511b4154d

2016-11-08  Joel Madero  <jmadero.dev@gmail.com>  [006884d7928c6b32cf0bb3f48e31bbac87d1d5ea]

        Updated core Project: help  578e1e320daaa82b2d3b8c0eeea84bf704967939
        
        tdf#103397 - added example for Transpose function
        
        Added a simple example to the help for transpose() function
        
        Added tablehead style to example rows/columns
        
        Change-Id: I464983d480cb237a53e033005057a1faef0b9193
        Reviewed-on: https://gerrit.libreoffice.org/30334
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [bd93f1a5dd0bde62afa9066b417dc11789c789d2]

        Remove obsolete OxygenOffice strings
        
        These belonged to extra galleries, introduced in
        49d5bdcf4d516b21721f1ed6d313ea4a170d39eb
        I missed to remove these in
        8dc38d9ded92960eda46343b67da8a8b95404b5a
        
        Change-Id: I32c649d56053b32f2c2993aeda51425d7586c9b7
        Reviewed-on: https://gerrit.libreoffice.org/30698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d34de5f276cf19f6c8702c8bce093470969cd52]

        xmlsecurity PDF verify: fix handling of xref stream free objects
        
        In case our xref table doesn't have an entry for "free" object types,
        then the table size won't provide a valid id for a next object. That
        resulted in creating all new objects with the same ID.
        
        With this, our verifier at least can see the new signature when
        appending one to a signed PDF 1.6 file.
        
        Change-Id: Iac39a400706cfcd23dd814d2b81cb8b950c69fc6
        Reviewed-on: https://gerrit.libreoffice.org/30704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f213154e2d4d9447fff161624196597bb59b9ed]

        xmlsecurity PDF sign: handle xref stream when reading trailer
        
        Don't give up signing just because PDF 1.4 trailer is missing, provided
        that PDF 1.5 xref stream is available.
        
        Change-Id: I03360d428346537583a4398aa3a94b195b428713
        Reviewed-on: https://gerrit.libreoffice.org/30703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [62401ba3c9df1f7234bd272b3e659a08f546d50c]

        xmlsecurity PDF sign: don't crash on missing trailer
        
        This will need cross-reference stream write support, just don't crash
        for now.
        
        Change-Id: Id48c131b22d4ed96174693f3e96b14c273d596a8
        Reviewed-on: https://gerrit.libreoffice.org/30702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-08  Stephan Bergmann  <sbergman@redhat.com>  [5d80555938c26e1426a0d72ec40b4ec873530745]

        Return early from double ToolBarManager::dispose
        
        ...if that should ever happen.  Also means that
        ToolBarManager::RemoveControllers will now only be called with m_bDispose being
        false.
        
        Change-Id: If17d60f291cc8dad19d6f6e33d39e08c7f8ad7aa

2016-11-08  Stephan Bergmann  <sbergman@redhat.com>  [991dad0a93ab6cefb2847ef1a98df87bcacd1fb1]

        Clean up (calls to) ToolBarManager::RemoveControllers
        
        ...which turns out to be only called with SolarMutex locked
        
        Change-Id: I3264b0a043da7111b8ca12c59ee7a590f1a43b8e

2016-11-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [6c946f3dd8ec3d71a7e9512ea9122179e6ca9696]

        Remove license information of dropped extensions
        
        No need to mention licensing info of OxygenOffice-related
        extensions that were dropped in
        8dc38d9ded92960eda46343b67da8a8b95404b5a
        
        Change-Id: I12b862433b62154078d88f6debac8ecae749a751
        Reviewed-on: https://gerrit.libreoffice.org/30699
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-08  Stephan Bergmann  <sbergman@redhat.com>  [cb34498395a5eb0d33fb019c2ec8534f8854afcd]

        Clean up (calls to) StatusBarManger::RemoveControllers
        
        ...which turns out to be only called with SolarMutex locked and m_bDisposed
        being false
        
        Change-Id: I454e7951ea579fb6d9dc71d0aabebd373380b3e4

2016-11-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [16efafc27ac2162d798ef68c4f09b946c66b9bfc]

        Drop more OxygenOffice bits
        
        Follow up to 8dc38d9ded92960eda46343b67da8a8b95404b5a
        Here we drop some --help descriptions and the rest of
        removed extensions from the Jenkins config file
        
        Change-Id: Ie1520adf2c48c2dc714b00c53ba0055f1deb3c62
        Reviewed-on: https://gerrit.libreoffice.org/30697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-08  Stephan Bergmann  <sbergman@redhat.com>  [c0da11fb1c1cbc701e64a4b3f1f3c6506ef663d2]

        There's no derivations from StatusBarManager
        
        Change-Id: Ifa2970cf838209b72e286109f14b98e77f389c0b

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a69873d212c903ea8a1f0d5ca40ae3f08b83a871]

        xmlsecurity: move the sec context from the format helpers to the sign manager
        
        The signature manager always creates an XML helper, and optionally creates a
        PDF helper as well. Both of them initialize xmlsec, and when the signature
        manager is deleted, there are two de-inits, leading to an assertion failure in
        xmlsec.
        
        Fix the problem by moving the duplicated xmlsec init to the signature manager.
        This has the additional benefit that general security-related code no longer
        has to talk to the XML helper, it can use the signature manager, which feels
        more natural. (What viewing a certificate had to do with XML?)
        
        Change-Id: If6a6bc433636445f3782849a367d4a7ac0be7688
        Reviewed-on: https://gerrit.libreoffice.org/30695
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2573f6bba6b3033143b776650f03fd4813669e5b]

        Ensure that the string array is null when no strings present.
        
        It was intended this way from day one, but the implementation
        didn't live up to that promise...
        
        Change-Id: I231ddc8923fdd8a205127c6a3214dd93f13378b9
        Reviewed-on: https://gerrit.libreoffice.org/30678
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-11-08  Tor Lillqvist  <tml@collabora.com>  [51663ac544b5ac2a20e21909c6fc6b1b6447fafd]

        Fallout from previous commit 248dbe1de5eeea9e9173e53a0b1891f63ff73d68
        
        Remove SignatureInformation::nSecurityEnvironmentIndex as it was
        always -1.
        
        Change-Id: I39247e5c40ce36e394c30b450626eca533f46267

2016-11-08  Tor Lillqvist  <tml@collabora.com>  [248dbe1de5eeea9e9173e53a0b1891f63ff73d68]

        Bin pointless (overloaded) member function
        
        The XSecController::setX509Certificate() overload that took a
        sal_Int32 nSecurityEnvironmentIndex was called in just one place, and
        -1 was always passed for the nSecurityEnvironmentIndex.
        
        Change-Id: Ic37b7053c90a6fbb8b4e5b6485483d34c605b965

2016-11-08  Tor Lillqvist  <tml@collabora.com>  [f75cd22118a58c8a8827723c890885a500562465]

        Add fill-column: 100 to the Emacs mode line
        
        Vim users: No reason to panic. This does not mean that Emacs users
        would suddenly start to split existing (or new) code lines always
        before column 100. The default value for fill-column is 70, and that
        hasn't forced code lines edited in Emacs to be shorter than that
        earlier either.
        
        The primary intent of using a fill-column of 100 (instead of the
        default 70) is that when you edit some long (multi-line) comment
        block, and you want to reformat ("fill", "reflow") that comment (using
        the fill-paragraph command, bound to Meta-Q), lines will be filled up
        to column 100, and not just 70, which in most cases would look quite
        short.
        
        Unless I am strongly advised not to, I will start adding this to the
        mode lines in source files if I remember, as I happen to edit some
        comment block in them.
        
        Change-Id: Icfb93dbb22b2db7190fdc9c8ee9518d08e73c7a8

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b58e3de0cd9111b824e31ee4da3df8db0b58f857]

        sfx2: let .uno:SignPDF add a matching button to the infobar
        
        When the user uses .uno:SignPDF to open a PDF file in read-only mode,
        then the infobar now has a "Sign Document" button, which is a shortcut
        for the File -> Digital Signatures -> Digital Signatures menu item.
        
        Change-Id: I2953a5cb1252c5ff1c395d45c54db1a97b39433e

2016-11-08  Tor Lillqvist  <tml@collabora.com>  [b2318479c8635af8e022ff4f844e85a1f6b9f4de]

        Work in progress on supporting XAdES-compliant signatures for ODF
        
        xmlsecurity is such a mess. Too many different classes that actually
        have more or less identical life-time, with names that smell of
        delusions of grandeur. "Manager", "security framework controller" etc
        for stuff that actually exist only during the execution of a simple
        dialog. And then a "helper" class that actually in on a higher level
        than a "framework controller". But oh well.
        
        Change-Id: I86e461b1bc91a0d8f5b7fb9f13a5be201729df1e

2016-11-08  Andras Timar  <andras.timar@collabora.com>  [29ddf52adf13e8806e1d251747549a33f9cdce54]

        typo fix: ressource -> resource
        
        Change-Id: Id8d1c01b17e711a057a9f3f20e1d0f955b2ea6c8
        Reviewed-on: https://gerrit.libreoffice.org/30690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-11-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [cc2d27ea1ef4018d0865095853e7d661f8070e1f]

        Change new colour only, keep active one on the initial value
        
        Change-Id: Icfda455d275d0449725867fd7bf4ea3060e7dc26
        Reviewed-on: https://gerrit.libreoffice.org/30691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-11-08  Caolán McNamara  <caolanm@redhat.com>  [8bff616ae65f67f2eb2e6b81f1dbbbe2f9f7f5d9]

        simplify mark points and gluepoints management
        
        Change-Id: I52070cfe4909a13189d9c130114d98565ced9089

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b277a37c5ad219d2e275df1289ccfbce27183ee]

        loplugin:expandablemethods in extensions
        
        Change-Id: I93a770933de86146de1d25db9d596615916c3e28
        Reviewed-on: https://gerrit.libreoffice.org/30689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [f2beebbfe78bfd5dd26318ea269f49aeee6bd642]

        reduce copying when decomposing drawinglayer primitives
        
        instead of returning a Primitive2DContainer from each method which we
        are then going to immediately append to another container, pass down a
        single container by reference which we can append to
        
        Change-Id: I0f28a499d2ec54f7111a7044c30099767aa079e1
        Reviewed-on: https://gerrit.libreoffice.org/30258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [ab731b192f40fde71c796ecab563adc8d7258da8]

        no need to use endsWithAsciiL like this anymore
        
        Change-Id: Ie59d001816661ac19ce19ddae36efd8d880a987f

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [4948daa16d98394e19d0f09ed46586599b2be140]

        loplugin:expandablemethods in reportdesign
        
        which led to discovering some unused parameters
        
        Change-Id: Ie8f67a47aa9ec409637da32ef9bc457952397772
        Reviewed-on: https://gerrit.libreoffice.org/30681
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1eebcdac9f2b289fd363399130c485ca5ff444c]

        tdf#79329 DOCX import: fix missing outer table with floattable at cell start
        
        The bug document has a normal table, then its C1 cell starts with a
        nested table, which is floating. The problem is that converting the
        nested table to a textframe invalidates the start text range of the C1
        cell in the outer table we store, so the conversion of the outer table
        from text to table fails.
        
        This never worked, so to avoid the regression just don't convert inner
        floating tables to textframes when they're anchored at the cell start.
        A more general fix in the future can be addressing the actual
        invalidation of the cell start/end text ranges, and then this specific
        fix will not be necessary anymore.
        
        Change-Id: I12cefa41977cf719b07b0fb3ef9ec423c17ef3b1
        Reviewed-on: https://gerrit.libreoffice.org/30685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [bbf6c5171706e55edcf8e011a536264f4f2efd99]

        loplugin:expandablemethods in forms..formula
        
        Change-Id: Idc948ad06913def28cb642c3a4e5ea9322b9fb3b
        Reviewed-on: https://gerrit.libreoffice.org/30688
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Caolán McNamara  <caolanm@redhat.com>  [bca707d0ec55c35e048405b05c9e283cf6b97239]

        coverity#1394269 Uncaught exception
        
        and
        
        coverity#1394270 Uncaught exception
        
        Change-Id: I91e62c595ed923e44eea4c4fa1ac77444e34a9d9

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [dca61b588a2426cfe9a18e4a1074b380e42884d7]

        loplugin:expandablemethods in lotuswordpro..package
        
        Change-Id: Ic9827c998f4f78775fdf5c1eaf9d4749d4986102
        Reviewed-on: https://gerrit.libreoffice.org/30682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Caolán McNamara  <caolanm@redhat.com>  [6aa8e86f3a80b7cbfb81500a6bb5cfeaca97791b]

        try and auto-silence coverity#1394273 Use after free
        
        and
        
        coverity#1394272 Use after free
        
        Change-Id: Id2340bccc6fbaeb917cb397890875bd0849ffe85

2016-11-08  Caolán McNamara  <caolanm@redhat.com>  [19fc36293c082ba3462cd8082cfee95d99e63b3a]

        coverity#1394268 Resource leak
        
        Change-Id: I8f4a76d4f7e5cb2429ed5911c6026535590c681e

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [f606a6b248956094a14c15d8154af5f8522e415b]

        loplugin:unnecessaryvirtual in basctl..chart2
        
        Change-Id: Id4eeb12792c3a66b68a907cb459ab437e3d64e4c
        Reviewed-on: https://gerrit.libreoffice.org/30680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [98460e7a502e61f8885c6fb960f0f9fa69de4f3e]

        loplugin:expandablemethods in framework
        
        Change-Id: I444f31f06d2445392a59879c2d7fb1f8ad1c24c6
        Reviewed-on: https://gerrit.libreoffice.org/30684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [1a743fd8a27d063525e3567619a2971770c61574]

        loplugin:expandablemethods in hwpfilter..linguistic
        
        Change-Id: I62ae20ab4a47b3b7e2b0d503cedcad3319cc9c85
        Reviewed-on: https://gerrit.libreoffice.org/30683
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Mike Kaganski  <mike.kaganski@collabora.com>  [bc57a3e319bccb2d48549a3134d5dcd4336d4533]

        tdf#88023: Only warn about unavailable JRE once
        
        The underlying design is that there's a single JavaInteractionHandler
        instance owned by a JavaContext, and that JavaContext installed in
        Desktop::Main (desktop/source/app/app.cxx).
        
        This patch ensures that no additional JavaContext is created in
        SfxOfficeDispatch::dispatch*() functions unless they are used without
        preinstalled JavaContext.
        
        Thanks to Stephan Bergmann for guidance!
        
        Change-Id: I2569df221067a5b9bf1f6cd5d8f69b561316a170
        Reviewed-on: https://gerrit.libreoffice.org/30529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [c123c528bf1550e544b29e5a22a94a0452d5f349]

        loplugin:unnecessaryvirtual in comphelper..forms
        
        Change-Id: Iabe292e68cb84b97f207061347ed6a30309dc9fd
        Reviewed-on: https://gerrit.libreoffice.org/30679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [62e5010e5df379a26aa85ca9fd58bf872f020c36]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I2f7e2fd8b9ae45e1aa45cf97750a6107ed9f3036
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [8955c3fde60b0621527e4b91576e49778494f926]

        loplugin:oncevar
        
        Change-Id: I44fb6858eeff14fcbd9fdfbbb0aabd1433b6a27d
        Reviewed-on: https://gerrit.libreoffice.org/30668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [525a45f22f591d8046ca95af3073ed27fd283ef0]

        loplugin:unnecessaryvirtual in framework
        
        Change-Id: I893bf955e45e661e3ec440dbd530fca22931c23b
        Reviewed-on: https://gerrit.libreoffice.org/30666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [990102be61a47a14a73a25ee320ac1033250777e]

        loplugin:unnecessaryvirtual in hwpfilter..rsc
        
        Change-Id: I2e9df8223d503b813b4c458747e8c44bb8ef8868
        Reviewed-on: https://gerrit.libreoffice.org/30661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [dda87c6a461174def7334d2c0aac87d4eb8ab7cf]

        loplugin:unnecessaryvirtual in sc..scaddins
        
        Change-Id: I4a2d333984827f363ea76580993438d704f9738f
        Reviewed-on: https://gerrit.libreoffice.org/30660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-08  Eike Rathke  <erack@redhat.com>  [05d2a66955f8a6552a79696474386ca9f45f9ef2]

        Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groups
        
        BulkBroadcastGroupAreas() and BulkDataHint and thus
        FormulaGroupAreaListener::Notify() omitted to transport the actual hint
        and assumed SC_HINT_DATACHANGED, but SC_HINT_TABLEOPDIRTY needs to be
        handled as well.
        
        Change-Id: I765f7c95f7aeab295f35dcf6949a3b1926cbe248

2016-11-07  Caolán McNamara  <caolanm@redhat.com>  [64a708cba9b954afe3331f63c58218eb53b3d0ce]

        Revert "Reverts a commit series that cripple windows ci."
        
        with addition of...
        
        - svxlo-SvxColorListBox
        + svxcorelo-SvxColorListBox
        
        This reverts commit db380aab1063e8a5e40111c40ee9f7921aa82601.
        
        Change-Id: I3af7aa0abb1a430bce64188244404fcbd480b128
        Reviewed-on: https://gerrit.libreoffice.org/30598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f01c49c4a89ecad2376fd0023625186e5cac642e]

        style fix for cppcheck duplicateBreak
        
        Change-Id: I42d4763db5a87741baa6b6d5ec58ea136394bf7a
        Reviewed-on: https://gerrit.libreoffice.org/30670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [14301589d796b60eb219d52575ff89b629f67f26]

        style fix for cppcheck redundantCondition
        
        Change-Id: I5d02c6f4c6b411c23a6de43374884a76e1c408fe
        Reviewed-on: https://gerrit.libreoffice.org/30667
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Michael Stahl  <mstahl@redhat.com>  [f9028f1945e3ad87cda1b3001611632b1b424467]

        vcl: improve accounting of SVG images in graphics cache
        
        The problem is that the graphics cache only counts the size of the SVG
        text, which is stored in SvgData::maSvgDataArray.  However the
        SvgData::maSequence may use a lot more memory, as it may contain
        de-compressed bitmaps that are stored as base64-encoded PNGs in the SVG
        text.
        
        For example icon-themes/galaxy/brand/flat_logo.svg is 812 Ko but contains
        60 Mo of bitmaps.
        
        This may cause excessive memory usage and failure to export documents
        due to OOM; according to valgrind massif, the bitmap buffers use 90% of
        the heap.
        
        Add a new interface com::sun::star::util::XAccounting, and implement
        it in drawinglayer BasePrimitive2D.  VCL SvgData can't access
        drawinglayer via C++ directly so this looks like the best approach.
        
        Change-Id: I5a7c3147733e23473c1decabed24c1f79d951c7d
        Reviewed-on: https://gerrit.libreoffice.org/30669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-07  Andras Timar  <andras.timar@collabora.com>  [04644956e53d81cc4518fdbb22ddfe4fd9b8aaf7]

        typo: modul -> module
        
        Change-Id: I2839bb336358c4653b018c383440fb91b0b4e0ca
        Reviewed-on: https://gerrit.libreoffice.org/30657
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-11-07  Caolán McNamara  <caolanm@redhat.com>  [e6157763e9fff300b86f3c17398216f306ba3f32]

        google docs can generate a pptx with an empty cmLst
        
        Change-Id: I2a3dcae5361929c6880b2da1b3107cb2c8141f32

2016-11-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d9c43a1d543774055dd8aa0d8584b36519236238]

        Updated core Project: dictionaries  23948938f710096e17cfd2466e8b7563e3934608
        
        Czech thesaurus: regenerate from updated source
        
        changed location and authors of the source
        sorting for source was applied -> thesaurus sorting also changed
        
        Change-Id: I009688bb1aeaac20dbe0884f1b43b523a2a3eb7b
        Reviewed-on: https://gerrit.libreoffice.org/30612
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Stanislav Horáček <stanislav.horacek@gmail.com>
        Tested-by: Stanislav Horáček <stanislav.horacek@gmail.com>
        

2016-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f7016a9dfc617d668ad582a112a3d2e103bcdd6]

        officecfg: add .uno:SignPDF label
        
        And replace the existing .uno:Signature in the File menus with a submenu
        that contains .uno:Signature and the new .uno:SignPDF.
        
        Change-Id: I801b9332c697985446c64dd208c25dea2494350e

2016-11-07  Caolán McNamara  <caolanm@redhat.com>  [15b524a9a89712e486123c8e55e7e3d402b96d52]

        gtk3: focus jumping around the place under wayland + popovers
        
        in impress slide sorter panel
        
        do the "oops!, frame moved" callback before the "pointer was
        moved" callback
        
        Change-Id: I12f3c66ba15fea04d8dc74d0325582967ea93afe

2016-11-07  Andras Timar  <andras.timar@collabora.com>  [5d0aca576ae6d4075b0669c25d04f49270b731fc]

        fix description of 'ooofonts' package
        
        Change-Id: I918505c42bab14cf0ab94574893e064ddea85b66
        Reviewed-on: https://gerrit.libreoffice.org/30656
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-11-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b9b03c7383035beaa6d5d89cd895436288403691]

        Fix typos (also in the code)
        
        Change-Id: I45d45513b102f4fdcb55e8de20b95b37f66ea463
        Reviewed-on: https://gerrit.libreoffice.org/30658
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-11-07  Michael Stahl  <mstahl@redhat.com>  [8f232026f0d6e320792ca7b65aa356724cbc945b]

        soffice.sh: can't hurt to force system allocator for massif
        
        Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b

2016-11-07  Caolán McNamara  <caolanm@redhat.com>  [fc64c335be26ebd4828973168fd69265c6285872]

        ensure checkForUniqueItem on inserting a new slide
        
        On copying slides from another presentation into one, we end up
        with two XBitmapItems with the same name and different properties.
        
        because the names are supposed to be unique, only one gets exported
        so the presentation looses graphics on export
        
        there is a bunch of places which use checkForUniqueItem to block
        this from happening, add another at the point where we insert
        the new page into the model
        
        Change-Id: If708b1997c7e83e4787d9d54f84c8b0516e6cf6b
        Reviewed-on: https://gerrit.libreoffice.org/30664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-07  Michael Meeks  <michael.meeks@collabora.com>  [ba68e6dd7ad99ef2a2720f327813d13550b98966]

        tdf#92160 - sc: limit search results to 1000 entries.
        
        Very large replace results give huge space consumption in the
        display widget, and are of dubious usefulness.
        
        Change-Id: Ib8ad01a673ea52976befaf958f8f695aca2190ae
        Reviewed-on: https://gerrit.libreoffice.org/30574
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [0a3eaf9f67f5e66ca0ae0c38cc4d85e07795b9f4]

        loplugin:unnecessaryvirtual in sd..sdext
        
        Change-Id: Id0bc82210fadc138b55d1abe4e06b1d2ed564df3
        Reviewed-on: https://gerrit.libreoffice.org/30659
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [19dc288ce4a5ad7a386ff2b4208b7284d8731067]

        opengl: use shared_ptr for ImplOpenGLTexture
        
        Change-Id: I755e312e3e0a69b99a8f02f7d05561b7289845ce
        Reviewed-on: https://gerrit.libreoffice.org/30597
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [055be3f4be764e445064effabf06de9d1ed819f7]

        sfx2: introduce a new .uno:SignPDF
        
        It's similar to File -> Open, but the file picker only offers PDF files
        in this case, and the import is read-only -- i.e. it's the import
        equivalent of .uno:ExportToPDF.
        
        Change-Id: I7be9d6711e0ea93643e538575c0604d41cff9b26

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [e53168c6875223d718df49e23b733ad6f40e0b7f]

        improve indentation
        
        Change-Id: I1ca7f386cbd85d64e86fe293b2a4a4cbb205edef

2016-11-07  Jan Holesovsky  <kendy@collabora.com>  [5c3ea5d9aa97692ee594a4383ed44afd3b1d45d8]

        Updated core Project: help  433c4c0477c6dfcde68ed5b1eb98f1811095f050
        
        Change '/text' to just 'text' on many places.
        
        With this, the pages start appearing even locally with just pointing the
        browser to file:///.../help_git_repo/source/index.html
        

2016-11-07  Mark Hung  <marklh9@gmail.com>  [f2bccf3685bdbd4ce8d72367e3af439470872fee]

        oox: exporting the block arc as its corresponding drawingml preset shape.
        
        block arcs were exported as paths, stretching it to the whole
        viewport. Exporting it as a preset shape to prevents distortion.
        
        Change-Id: I68bac6ee273d89c0a4333d4d6a4816c6a7f802a0
        Reviewed-on: https://gerrit.libreoffice.org/29679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4f78fa3b61a54dca64504bd76990baf20e2313f]

        loplugin:unnecessaryvirtual in svx..sw
        
        Change-Id: I4ae8de558550e6577c28b95e0aaed74f00d79c29
        Reviewed-on: https://gerrit.libreoffice.org/30650
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [b7914a9a566413eac55c7e115da1cb3552cd58df]

        loplugin:oncevar in chart2
        
        Change-Id: Id9308f9265c2453075971c8105b4d161bd145da7
        Reviewed-on: https://gerrit.libreoffice.org/30654
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  David Tardon  <dtardon@redhat.com>  [65aafb507126760a293e16efe17fe7ac5ab186b5]

        only cond. build stuff that is really new in ICU 58
        
        Change-Id: I59598329a7051374177b4d16aa061367b6043982

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [febde9d61d1ee848f7b10edfd5954a25b6687946]

        wrap some more dialog pointers in VclPtr
        
        and fix a couple of memory leaks in the process, some of them were
        not being deleted at all
        
        Change-Id: Icb5c948662ad3ba878eadfbc807f93cc35cfb228
        Reviewed-on: https://gerrit.libreoffice.org/30651
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [fae35e535d2757244eccf4b5f5555293a24180b3]

        loplugin:oncevar in cui..connectivity
        
        Change-Id: Ibe9d04932b0a57040db4fee11886dc1701f6ea17
        Reviewed-on: https://gerrit.libreoffice.org/30653
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [0f96b3f33f98ecd56f0fe55a65315d6762ff978a]

        loplugin:unnecessaryvirtual in test..vbahelper
        
        Change-Id: I0e110af6eab798e11f96d0f7d282d59440d91965
        Reviewed-on: https://gerrit.libreoffice.org/30649
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [41ea741cd843776cd600d33b28a7f0e35345e0d0]

        loplugin:unnecessaryvirtual in sfx2..svtools
        
        Change-Id: Ib34e14806f7cc9a97ecfd68687ab17ee5c1f022b
        Reviewed-on: https://gerrit.libreoffice.org/30652
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Damjan Jovanovic  <damjan@apache.org>  [028cc38a164493c5049d152eae38a34218428fce]

        Resolves: #i119892# Missing "by" in description
        
        Fixes spelling errors in some Base messages.
        
        Reported by: Dwayne Henderson
        Patch by: me
        
        (cherry picked from commit 8df1c30b7f5e79c2757e7224677f9a487b1bed0a)
        
        Change-Id: I18dcf20e51e941ca8ccb47315ea453399ca0d88a

2016-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [90625922e5cb06342c8b3e3eadaba6408212c6d3]

        sw: prefix members of WW8ScannerBase
        
        Change-Id: I8e0235a8701e0cc0e8ca707b8f3ff2581f2bfcbd
        Reviewed-on: https://gerrit.libreoffice.org/30648
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-07  Justin Luth  <justin_luth@sil.org>  [d9c7b0a01162254240a1328fa594991eccf6bc65]

        tdf#62625 - reopen temp stream to readBasic .xls VBA
        
        InputStream was closed, but an InStream was still open,
        so InputStream was not being re-created.
        Apparently either most web protocols aren't properly closed,
        or else a second stream is needed for these kinds of protocols.
        
        Required on Linux for INetProtocol::Http, Generic, Smb, Sftp
        and perhaps more.  Required on Windows/Mac for Remote WebDAV
        (although http://xx/xx.xls worked)
        
        Change-Id: Icb732518fb8185168c5ed1cb9e32c84c9d8d71bb
        Reviewed-on: https://gerrit.libreoffice.org/30303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-07  David Tardon  <dtardon@redhat.com>  [01ff03e15449a618a4a8623a29eb9ea5917e6c22]

        fix build with ICU < 58
        
        Change-Id: I84027f0812e672519ed314639deeb5c0d1069624

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [02cf121aaba00a4ef7f8fe44203838e0fa1cf738]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: Ia54f11b799fefcddcbf3b9f49e806bfc0895773f

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [3f7fc4e5d23c17848c247ad48c5ec579939093c6]

        Postpone menu destruction
        
        ...to avoid use-after-free, as e.g. happens on macOS with -fsanitize=address in
        CppunitTest_sw_mailmerge:
        
        > ==29010==ERROR: AddressSanitizer: heap-use-after-free on address 0x60800088faf8 at pc 0x000118ebc153 bp 0x7fff52f81a40 sp 0x7fff52f81a38
        > READ of size 8 at 0x60800088faf8 thread T0
        > WARNING: failed decoding unknown ioctl 0x20007454
        > WARNING: failed decoding unknown ioctl 0x20007452
        >     #0 0x118ebc152 in AquaSalMenu::SetSubMenu(SalMenuItem*, SalMenu*, unsigned int) salmenu.cxx:597
        >     #1 0x1177bbefc in Menu::SetPopupMenu(unsigned short, PopupMenu*) menu.cxx:803
        >     #2 0x138dccb5a in framework::MenuBarManager::RemoveListener() menubarmanager.cxx:552
        >     #3 0x138dcb452 in framework::MenuBarManager::Destroy() menubarmanager.cxx:237
        >     #4 0x138dcd6d7 in framework::MenuBarManager::dispose() menubarmanager.cxx:267
        >     #5 0x138dccfa2 in framework::MenuBarManager::RemoveListener() menubarmanager.cxx:587
        >     #6 0x138dcb452 in framework::MenuBarManager::Destroy() menubarmanager.cxx:237
        >     #7 0x138dcd6d7 in framework::MenuBarManager::dispose() menubarmanager.cxx:267
        >     #8 0x138e06acf in framework::MenuBarWrapper::dispose() menubarwrapper.cxx:103
        >     #9 0x1389c0f67 in framework::LayoutManager::impl_clearUpMenuBar() layoutmanager.cxx:226
        >     #10 0x1389c497b in framework::LayoutManager::implts_destroyElements() layoutmanager.cxx:447
        >     #11 0x1389c3777 in framework::LayoutManager::implts_reset(bool) layoutmanager.cxx:413
        >     #12 0x1389edf4b in framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) layoutmanager.cxx:2811
        >     #13 0x138b9e1a8 in (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) frame.cxx:3110
        >     #14 0x138b8219b in (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) frame.cxx:1557
        >     #15 0x138b88545 in (anonymous namespace)::Frame::close(unsigned char) frame.cxx:1801
        >     #16 0x12078429a in SfxFrame::DoClose() frame.cxx:127
        >     #17 0x120812990 in SfxViewFrame::Notify(SfxBroadcaster&, SfxHint const&) viewfrm.cxx:1234
        >     #18 0x11ab542d5 in SfxBroadcaster::Broadcast(SfxHint const&) SfxBroadcaster.cxx:50
        >     #19 0x1203a0682 in SfxModelListener_Impl::notifyClosing(com::sun::star::lang::EventObject const&) objxtor.cxx:171
        >     #20 0x1204453d2 in SfxBaseModel::close(unsigned char) sfxbasemodel.cxx:1372
        >     #21 0x1245130d5 in SwXTextDocument::close(unsigned char) unotxdoc.cxx:621
        >     #22 0x1247af99b in CloseModelAndDocSh(com::sun::star::uno::Reference<com::sun::star::frame::XModel>&, tools::SvRef<SfxObjectShell>&) unomailmerge.cxx:115
        >     #23 0x1247af4bf in DeleteTmpFile_Impl(com::sun::star::uno::Reference<com::sun::star::frame::XModel>&, tools::SvRef<SfxObjectShell>&, rtl::OUString const&) unomailmerge.cxx:342
        >     #24 0x1247b6ad6 in SwXMailMerge::execute(com::sun::star::uno::Sequence<com::sun::star::beans::NamedValue> const&) unomailmerge.cxx:814
        >     #25 0x1247b9c62 in non-virtual thunk to SwXMailMerge::execute(com::sun::star::uno::Sequence<com::sun::star::beans::NamedValue> const&) unomailmerge.cxx:434
        >     #26 0x11eeab4fd in MMTest::executeMailMerge() mailmerge.cxx:179
        >     #27 0x11eea2470 in testMultiPageAnchoredDraws::verify() mailmerge.cxx:336
        >     #28 0x11ef3be50 in MMTest::executeMailMergeTest(char const*, char const*, char const*, bool, int, char const*) mailmerge.cxx:87
        >     #29 0x11ef38af3 in testMultiPageAnchoredDraws::MailMerge() mailmerge.cxx:334
        >     #30 0x11ef557b9 in CppUnit::TestCaller<testMultiPageAnchoredDraws>::runTest() TestCaller.h:166
        >     #31 0x10cfff749 in CppUnit::TestCaseMethodFunctor::operator()() const TestCase.cpp:32
        >     #32 0x110736b67 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) vclbootstrapprotector.cxx:36
        >     #33 0x10cfc9c20 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const ProtectorChain.cpp:20
        >     #34 0x110498fa7 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unobootstrapprotector.cxx:89
        >     #35 0x10cfc9c20 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const ProtectorChain.cpp:20
        >     #36 0x10f776880 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unoexceptionprotector.cxx:65
        >     #37 0x10cfc9c20 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const ProtectorChain.cpp:20
        >     #38 0x10cf64042 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) DefaultProtector.cpp:15
        >     #39 0x10cfc9c20 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const ProtectorChain.cpp:20
        >     #40 0x10cfc7200 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) ProtectorChain.cpp:77
        >     #41 0x10d06f15a in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) TestResult.cpp:181
        >     #42 0x10cffd8cd in CppUnit::TestCase::run(CppUnit::TestResult*) TestCase.cpp:91
        >     #43 0x10d00097a in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) TestComposite.cpp:64
        >     #44 0x10d00045e in CppUnit::TestComposite::run(CppUnit::TestResult*) TestComposite.cpp:23
        >     #45 0x10d00097a in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) TestComposite.cpp:64
        >     #46 0x10d00045e in CppUnit::TestComposite::run(CppUnit::TestResult*) TestComposite.cpp:23
        >     #47 0x10d0990ac in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) TestRunner.cpp:47
        >     #48 0x10d06da55 in CppUnit::TestResult::runTest(CppUnit::Test*) TestResult.cpp:148
        >     #49 0x10d099ebd in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) TestRunner.cpp:96
        >     #50 0x10cc6f509 in (anonymous namespace)::ProtectedFixtureFunctor::run() const cppunittester.cxx:305
        >     #51 0x10cc6a0ac in sal_main() cppunittester.cxx:455
        >     #52 0x10cc687a6 in main cppunittester.cxx:362
        >     #53 0x7fffc9f36254 in start (libdyld.dylib+0x5254)
        >
        > 0x60800088faf8 is located 88 bytes inside of 96-byte region [0x60800088faa0,0x60800088fb00)
        > freed by thread T0 here:
        >     #0 0x10d327b6b in wrap__ZdlPv asan_new_delete.cc:179
        >     #1 0x118eb3011 in AquaSalMenu::~AquaSalMenu() salmenu.cxx:279
        >     #2 0x118eb10de in AquaSalInstance::DestroyMenu(SalMenu*) salmenu.cxx:238
        >     #3 0x1177acd1d in Menu::ImplSetSalMenu(SalMenu*) menu.cxx:2342
        >     #4 0x1177ab046 in Menu::dispose() menu.cxx:183
        >     #5 0x1177d86f5 in PopupMenu::dispose() menu.cxx:2764
        >     #6 0x117f99ee2 in VclReferenceBase::disposeOnce() vclreferencebase.cxx:42
        >     #7 0x1177bf7d8 in VclPtr<Menu>::disposeAndClear() vclptr.hxx:208
        >     #8 0x1177bbbd5 in Menu::SetPopupMenu(unsigned short, PopupMenu*) menu.cxx:788
        >     #9 0x138dccb5a in framework::MenuBarManager::RemoveListener() menubarmanager.cxx:552
        >     #10 0x138dcb452 in framework::MenuBarManager::Destroy() menubarmanager.cxx:237
        >     #11 0x138dcd6d7 in framework::MenuBarManager::dispose() menubarmanager.cxx:267
        >     #12 0x138dccfa2 in framework::MenuBarManager::RemoveListener() menubarmanager.cxx:587
        >     #13 0x138dcb452 in framework::MenuBarManager::Destroy() menubarmanager.cxx:237
        >     #14 0x138dcd6d7 in framework::MenuBarManager::dispose() menubarmanager.cxx:267
        >     #15 0x138e06acf in framework::MenuBarWrapper::dispose() menubarwrapper.cxx:103
        >     #16 0x1389c0f67 in framework::LayoutManager::impl_clearUpMenuBar() layoutmanager.cxx:226
        >     #17 0x1389c497b in framework::LayoutManager::implts_destroyElements() layoutmanager.cxx:447
        >     #18 0x1389c3777 in framework::LayoutManager::implts_reset(bool) layoutmanager.cxx:413
        >     #19 0x1389edf4b in framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) layoutmanager.cxx:2811
        >     #20 0x138b9e1a8 in (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) frame.cxx:3110
        >     #21 0x138b8219b in (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) frame.cxx:1557
        >     #22 0x138b88545 in (anonymous namespace)::Frame::close(unsigned char) frame.cxx:1801
        >     #23 0x12078429a in SfxFrame::DoClose() frame.cxx:127
        >     #24 0x120812990 in SfxViewFrame::Notify(SfxBroadcaster&, SfxHint const&) viewfrm.cxx:1234
        >     #25 0x11ab542d5 in SfxBroadcaster::Broadcast(SfxHint const&) SfxBroadcaster.cxx:50
        >     #26 0x1203a0682 in SfxModelListener_Impl::notifyClosing(com::sun::star::lang::EventObject const&) objxtor.cxx:171
        >     #27 0x1204453d2 in SfxBaseModel::close(unsigned char) sfxbasemodel.cxx:1372
        >     #28 0x1245130d5 in SwXTextDocument::close(unsigned char) unotxdoc.cxx:621
        >     #29 0x1247af99b in CloseModelAndDocSh(com::sun::star::uno::Reference<com::sun::star::frame::XModel>&, tools::SvRef<SfxObjectShell>&) unomailmerge.cxx:115
        >
        > previously allocated by thread T0 here:
        >     #0 0x10d32752b in wrap__Znwm asan_new_delete.cc:106
        >     #1 0x118eafa18 in AquaSalInstance::CreateMenu(bool, Menu*) salmenu.cxx:230
        >     #2 0x1177d75e0 in PopupMenu::PopupMenu() menu.cxx:2711
        >     #3 0x1177d7664 in PopupMenu::PopupMenu() menu.cxx:2710
        >     #4 0x129136557 in VclPtr<PopupMenu> VclPtr<PopupMenu>::Create<>() vclptr.hxx:131
        >     #5 0x1291362de in VCLXMenu::ImplCreateMenu(bool) vclxmenu.cxx:73
        >     #6 0x1291463ca in VCLXPopupMenu::VCLXPopupMenu() vclxmenu.cxx:901
        >     #7 0x129146414 in VCLXPopupMenu::VCLXPopupMenu() vclxmenu.cxx:900
        >     #8 0x138dc5e83 in framework::MenuBarManager::FillMenuManager(Menu*, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, bool) menubarmanager.cxx:1354
        >     #9 0x138dc2316 in framework::MenuBarManager::MenuBarManager(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, Menu*, bool, bool) menubarmanager.cxx:140
        >     #10 0x138dc72bd in framework::MenuBarManager::MenuBarManager(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, Menu*, bool, bool) menubarmanager.cxx:138
        >     #11 0x138dc57bc in framework::MenuBarManager::FillMenuManager(Menu*, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, bool) menubarmanager.cxx:1304
        >     #12 0x138dc2316 in framework::MenuBarManager::MenuBarManager(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, Menu*, bool, bool) menubarmanager.cxx:140
        >     #13 0x138dc72bd in framework::MenuBarManager::MenuBarManager(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Reference<com::sun::star::util::XURLTransformer> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, Menu*, bool, bool) menubarmanager.cxx:138
        >     #14 0x138e07ba5 in framework::MenuBarWrapper::initialize(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) menubarwrapper.cxx:181
        >     #15 0x138f32e6d in framework::MenuBarFactory::CreateUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, char const*, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::ui::XUIElement> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) menubarfactory.cxx:154
        >     #16 0x138f31848 in framework::MenuBarFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) menubarfactory.cxx:63
        >     #17 0x138f3313a in non-virtual thunk to framework::MenuBarFactory::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) menubarfactory.cxx:56
        >     #18 0x138f56f6e in (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) uielementfactorymanager.cxx:450
        >     #19 0x138f5a94a in non-virtual thunk to (anonymous namespace)::UIElementFactoryManager::createUIElement(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) uielementfactorymanager.cxx:408
        >     #20 0x1389ca5da in framework::LayoutManager::implts_createElement(rtl::OUString const&) layoutmanager.cxx:731
        >     #21 0x1389d6fb4 in framework::LayoutManager::createElement(rtl::OUString const&) layoutmanager.cxx:1482
        >     #22 0x11fbd36f1 in SfxDispatcher::SetMenu_Impl() dispatch.cxx:1216
        >     #23 0x11fbc36dc in SfxDispatcher::Update_Impl(bool) dispatch.cxx:1290
        >     #24 0x11fb7556d in SfxBindings::NextJob_Impl(Timer*) bindings.cxx:1459
        >     #25 0x11fb8ad4c in SfxBindings::NextJob(Timer*) bindings.cxx:1441
        >     #26 0x11fb61177 in SfxBindings::LinkStubNextJob(void*, Timer*) bindings.cxx:1439
        >     #27 0x11898aea1 in Link<Timer*, void>::Call(Timer*) const link.hxx:84
        >     #28 0x11898add6 in Timer::Invoke() timer.cxx:88
        >     #29 0x1188dae6d in ImplSchedulerData::Invoke() scheduler.cxx:47
        
        Change-Id: I16d5b11710ee46dbaa77afd94a09ba5f07a311b0

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [4e3e87e88d2d450c87680b31f12906bc41da79f1]

        Adapt jurt staticsalhack to MACOSX
        
        Change-Id: I0525b68cdb097edd3241809ae0dc9c22e1ad9814

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [9ec4c4ab052c66e9e25c9893bba33b8dee258484]

        Don't rely on __builtin_alloca when creating a call stack
        
        same as 3f7c8ce1dca7eacb511def7799691be2e3d9a4a6 for gcc_linux_x86-64 (see there
        for a more detailed commit message; plus trivial follow-up
        5e04886917abad0541eb3ef6d51cd5dc0395af21 "Remove spurious vertical whitespace").
        Except use labels 'Lpush', 'Lpushed' not starting with a dot ('.Lpush',
        '.Lpushed'), as otherwise at least macOS 10.12.1 linker (ld64-274.1), when
        building libgcc3_uno.dylib's __TEXT,__unwind_info section, would use
        callvirtualmethod.o's __LD,__compact_unwind entry---covering the complete
        callVirtualMethod function---only for the first part of the function up to the
        .Lpush label, and would mark the remainder as having no unwind information (a
        compact_unwind_encoding_t value of 0; see the inline comments in the
        libunwind-35.3 source code,
        <http://opensource.apple.com/source/libunwind/libunwind-35.3/>).  So if an
        exception shall pass through that latter part it would lead to std::terminate.
        
        Change-Id: Ib1e8a5e4534b11ebe96c3ce774f8e5e8d45476cf

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [c01e02425e3ce7a14f06cfc505cf375a82a7c980]

        Drop unnecessary nFPR parameter
        
        same as 8a85f9f29f13805af449943990af8af8399ab7b5 for gcc_linux_x86-64 (see there
        for a more detailed commit message)
        
        Change-Id: Ic2765c21834aabf8f7690c0bdab4d6efe6d34585

2016-11-07  Stephan Bergmann  <sbergman@redhat.com>  [6daac9adb4e367f1830a2eaa72913dd367523f88]

        Drop unused nGPR parameter
        
        same as aa04177e7c43d75bc87875a9d8ce2393d7263822 for gcc_linux_x86-64
        
        Change-Id: I2c1e203271aa0038b83c3c55a37eab59411a6857

2016-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f996a5a153e1b7ff81d9343eedee244e585ecab9]

        basic: fix Android build
        
        rtl::math::round() is fine here, I guess.
        
        Change-Id: I4d92bc191182ff531e11d20ef87c69dc99da2b32

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [c0c69ccd2aac45e4cca0de7d4deaa6d02ec27f4d]

        convert sdr::animation::EventList to o3tl::sorted_vector
        
        instead of home-grown linked list
        
        Change-Id: I7cf24692e7b9919ac83e404e2d0167c3015b97de
        Reviewed-on: https://gerrit.libreoffice.org/30569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [496c0de160dd405c9f089679fc5f590bfe15e49e]

        inherit from ScXMLImportContext
        
        and drop a bunch of redundant code
        
        Change-Id: I187273ad9eebeaf2446e09b2e3442e963d8ae4f4
        Reviewed-on: https://gerrit.libreoffice.org/30568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [27513d4df50f6d18b585f4cbec6a4dd3f9b432cc]

        loplugin:expandablemethods in sc
        
        Change-Id: Ib417c5e978fca563f8c0ef0dbe6b9d50fead9828
        Reviewed-on: https://gerrit.libreoffice.org/30566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Noel Grandin  <noel.grandin@collabora.co.uk>  [7f509501e9b042aeae0cdcc8e267550a45ab43c2]

        loplugin:oncevar in framework
        
        Change-Id: I7528a4afd59a19b069bcad2106ca80f429ef12e0
        Reviewed-on: https://gerrit.libreoffice.org/30525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Takeshi Abe  <tabe@fixedpoint.jp>  [12ca2d6d32d750abe0d452387c0b51bcedf54f58]

        Avoid crash when calling a Worksheet's ShowDataForm()
        
        in VBA, e.g.:
        Option VBASupport 1
        Sub Main
            Worksheets(1).ShowDataForm()
        End Sub
        
        Change-Id: Ice6cfccc4fc15a4d0044d6464c7d6c04243e86ae
        Reviewed-on: https://gerrit.libreoffice.org/30619
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-07  Khaled Hosny  <khaledhosny@eglug.org>  [8285af5e56cbc9d3871f75454781ce0f5386ec08]

        Disable VCL_FLOAT_DEVICE_PIXEL on macOS for now
        
        Causes subtle and surprising differences, and it was only needed for the
        Core Text-based layout engine, which is not the default now. We want to
        use floats for our text layout everywhere at some point, though, so lets
        keep the code around.
        
        Change-Id: Iac4d0f58992646b9357a9f32c5eea8ff2729a5c0

2016-11-07  Khaled Hosny  <khaledhosny@eglug.org>  [bd2ff931428a7007ef639004ea6a65a2fa417cb1]

        Set Kashida width also on macOS
        
        Otherwise we might not get any Kashida justification at all.
        
        Change-Id: I6521d5a267392314d5d0da84b93fcd80c7b7cc57

2016-11-07  Khaled Hosny  <khaledhosny@eglug.org>  [639735edaffd35dfe99e527789402e030d95ab45]

        Fix thinkos in my previous commit
        
        Change-Id: I8f912f5a02933bdfb318dc4f946d4ad7471eb261

2016-11-07  Justin Luth  <justin_luth@sil.org>  [8eff1decd91cbfb10094c25d4cf1d2b434a4da72]

        tdf#41542 MSWordExport: accommodate image's borderless padding
        
        Honor the padding value even if the border is not visible.
        Previously the padding information was just thrown out, and
        the image scaled to fill the entire image size.
        
        The unit test for tdf#77454 needed to be tweaked because surprisingly
        it has border padding of 1 - which this patch turns into a negative crop.
        
        Change-Id: I866d26e00f27221239d3291404f70fb57ac0896d
        Reviewed-on: https://gerrit.libreoffice.org/30578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-11-07  Olivier Hallot  <ohallot@collabora.co.uk>  [bc6017d66fcf37db1f632a3ce667f4c3bf9d1d02]

        Updated core Project: help  0383ee3b35b04281e98e6495ec20e5023ed887ce
        
        Another correction to online_transform.xsl
        
        Change-Id: I4c59259fd3034d5c84ecade84d5908fc125e656a
        Reviewed-on: https://gerrit.libreoffice.org/30618
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-07  Olivier Hallot  <ohallot@collabora.co.uk>  [63bd9cf4ad268d83677baf99ec509ef67b5de08a]

        Updated core Project: help  bf3db717e483f7d0f5b3fa8529d830dfd135d711
        
        Correction to width and height pixel calculation
        
        Change-Id: I6b4eb642e7e45785a7377fc79c6f7c90f8aea9ec
        Reviewed-on: https://gerrit.libreoffice.org/30617
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-07  Maxim Monastirsky  <momonasmon@gmail.com>  [cef72944370015af03b92055d8f86cbf646a52f5]

        Make the insert fields dialog not crash
        
        Change-Id: I6cd802f4ab07a647dcc3e8af49e578b041517006

2016-11-07  Khaled Hosny  <khaledhosny@eglug.org>  [0b9298bf50eb104b684207e10987144c058421ea]

        Extend joining groups with new Unicode additions
        
        Change-Id: I14d65d59794fdf9ed4dce05a8f734d9400f85927

2016-11-07  Khaled Hosny  <khaledhosny@eglug.org>  [979029ee6532791e39adea3b7078ab88386f0ecf]

        Insert Kashida before final Tah
        
        Looks like it was missing from the original code, though described here:
        https://www.microsoft.com/middleeast/msdn/JustifyingText-CSS.aspx
        
        Change-Id: Iab283cd8e9cc5aee37836ddb06d5e9b8ce8c18e4

2016-11-06  andreas_k  <kainz.a@gmail.com>  [e3bb44f605e5c548d2bff04be4d923199996f583]

        add breeze icons and update fr* and pr* sheet icons
        
        Change-Id: I1edf87b76ea9662b9745438961427665c12dfb0a
        Reviewed-on: https://gerrit.libreoffice.org/30613
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-11-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [11cab8aba359c655a75791ddbc0f2ffeae8ce206]

        Updated core Project: help  63fa2d5d4e0b4136516bd8204109271bf85c91ae
        
        tdf#103244 adjust menu path to Tools - Protect Sheet/Spreadsheet
        
        Change-Id: I5993052af55e681c19b15f8e08f22b36d15e1e65
        Reviewed-on: https://gerrit.libreoffice.org/30614
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-06  Khaled Hosny  <khaledhosny@eglug.org>  [6a087ef7d4f67f52ab688d0dc84b39b5bd36d931]

        Update comments
        
        Change-Id: Ia63e2f16eb70c4a0cc20fc73f0f2694f1381dac5

2016-11-06  Olivier Hallot  <ohallot@collabora.co.uk>  [d9f4c9a62b443d06509b2885ddc890c80ba1570e]

        Updated core Project: help  1678d9035beaf714860804462f03501393291c56
        
        Honor width and height in images for help3
        
        Modern browsers renders width and height expressed in inches and
        centimeters, as well as pixels.
        
        Change-Id: I337de791e7e894b0c84f1bd9848e15edc861707f
        Reviewed-on: https://gerrit.libreoffice.org/30616
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-06  Khaled Hosny  <khaledhosny@eglug.org>  [7fdb418aea11a4e1f09a04c02d125880925272aa]

        tdf#65344: Don’t put Kashida before any final char
        
        If we didn’t find any known good position, not inserting Kashida at all
        is better than inserting it randomly.
        
        Change-Id: I075f8414b7f0a0aeb4d27d372c7eae51f4b5c37b

2016-11-06  Khaled Hosny  <khaledhosny@eglug.org>  [6723fd9d185c8911d83e6b1fd06476e7c5cefce2]

        Follow Unicode character names for better or worse
        
        To avoid confusing transliteration.
        
        Change-Id: I0ac1692b469f6f974fe3e5b0cc12a40d6f3a7018

2016-11-06  Khaled Hosny  <khaledhosny@eglug.org>  [4920ee168fd210483c7f404cc2b41a00a265139f]

        Insert Kasida before final Heh not Hah
        
        This code seems to follow the algorithm described in:
        https://www.microsoft.com/middleeast/msdn/JustifyingText-CSS.aspx
        
        But there seem to be a confusion due to the transliteration used there,
        Haa can be the standard Arabic name for U+0647 ARABIC LETTER HEH or
        U+062D ARABIC LETTER HAH. The code is using the later, but I’m pretty
        sure it is the former given that the other character in this priority is
        Teh Marbuta, which is a Heh-like character. Also before final Hah is a
        bad place for kashida.
        
        Change-Id: I9ad3fc432ac58f0e45c562a6b44ac5cbe751c3bf

2016-11-06  Maxim Monastirsky  <momonasmon@gmail.com>  [ba28100d8103e08832cf646f674eaf6afd480512]

        NewDocument is now unused
        
        Change-Id: Ifce80cec8935b960b14716d09080f76351633c0b

2016-11-06  Maxim Monastirsky  <momonasmon@gmail.com>  [cea3b8762bfb7f0da19bab8a3d468bcbf987eb0f]

        NewMenuController: Fix template manager icon
        
        The current logic is swapped. MenuAttributes::aImageId can be
        only handled by SvFileInformationManager, while the menu item
        command is what might be (in case of .uno command) handled
        by CommandInfoProvider.
        
        This gone wrong in tdf#96059 which wrongly assumed that
        GetImageFromURL is equivalent to what's provided by
        CommandInfoProvider (so other places should be checked too).
        
        Change-Id: Ia487c602753dde3fb0d0462ef4b3d63209398b36

2016-11-06  Maxim Monastirsky  <momonasmon@gmail.com>  [5bd6b61a7cad81d8385e5bc4ea0e6546b1eb7314]

        NewMenuController: Remove duplicate async dispatch handling
        
        Change-Id: I881e6781c5ba82b0b998891532f8b7c281567b73

2016-11-06  David Tardon  <dtardon@redhat.com>  [afe235a0abf9ef91a353a4d0dccf56961abd2fbf]

        tdf#103696 ensure glm always uses radians
        
        This is set just locally for OGLTrans, because I have no idea what the
        other places that use glm expect...
        
        Change-Id: I83675ef2463ab945cb3d6885f803dcbae60a5558

2016-11-06  Julien Nabet  <serval2412@yahoo.fr>  [62d7d5b8cff59eb554ce90342be923b4815d18fa]

        Fix Android build (llround)
        
        Change-Id: I4f412f36f690bb2857ffa8c6188a9a4ce3994730
        Reviewed-on: https://gerrit.libreoffice.org/30607
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-06  Julien Nabet  <serval2412@yahoo.fr>  [703d00e335bf0d38b3019ec2ba095b27a5fdba2d]

        Fix Android build (basic)
        
        by retrieving the content of former function ImpRound
        
        Change-Id: Ibb5085cb67c47b5a46644250efd6dcef7a0fc837
        Reviewed-on: https://gerrit.libreoffice.org/30605
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2536bd8b267156691f65c535f20b365857f13a96]

        tdf#103622 do not use arrow as separator of menu commands
        
        Change-Id: I15f1cb699107dc7e24d6ebef2e8f4d8f38dcd596
        Reviewed-on: https://gerrit.libreoffice.org/30573
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-11-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [388fa3a2476ad4b6ee3a33dc2f94f5946e29e2b6]

        Updated core Project: help  8494b1d545c68fd4eeb75d78c692a3ce71ed3caf
        
        tdf#103622 do not use arrow as separator of menu commands
        
        Change-Id: I761c3845939ee95fb151a196587b359c3b6d965d
        Reviewed-on: https://gerrit.libreoffice.org/30572
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-11-06  Arnaud Versini  <arnaud.versini@gmail.com>  [3db1e9ed4d0d11457684dd3d2c8cacf97d7e3333]

        BASIC : remove ImpRound and use std::(l)lround instead
        
        Change-Id: I1e8f58890395bc6bc29f56c258836db3dc52384c
        Reviewed-on: https://gerrit.libreoffice.org/30464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-06  Jean-Tiare Le Bigot  <admin@jtlebi.fr>  [4bcf1872bbe9db1388769485a7e4c0cbcce3d53c]

        chartx: fix sparse chart import
        
        Change-Id: I1bcd2257da900c6a88bc78040fabe5696e2bab7d
        Reviewed-on: https://gerrit.libreoffice.org/29801
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [17e9dc436bc6ad8d3a5bbde15d4d47262650aa2c]

        Fix the windows build.
        
        Change-Id: Ifa34faf24e399b5baf24214a2869ca7eb5d61456

2016-11-05  Julien Nabet  <serval2412@yahoo.fr>  [4ea62fe8a1194bca3bee5048832456c3559dcb8e]

        Replace some OSL_ASSERT (unotools/configmgr)
        
        Change-Id: Ifacee39c43c1171ce673f16a9069e1f72dffae78
        Reviewed-on: https://gerrit.libreoffice.org/30596
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-05  Julien Nabet  <serval2412@yahoo.fr>  [3dc91d3fae79053031cdc9426e1dc13f840a91ba]

        Replace some legacy OSL (sfx2/viewfrm)
        
        Change-Id: I3391c3760e3df371bb0d60ace71144f57afaca8d
        Reviewed-on: https://gerrit.libreoffice.org/30599
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-05  Justin Luth  <justin_luth@sil.org>  [a5f8c5f9338e140c8ec3198228917a8a1a54dc35]

        make a useful function - SvxBoxItem::CalcLineWidth
        
        It saves lots of extra code: no separately checking if a line exists,
        and then getting the width.  Closely matches the existing CalcLineSpace.
        
        sc/source/ui/view/printfun.cxx is another place that could use this
        heavily to replace their lcl_LineTotal function. Perhaps something
        good for an easyHack. (Wait until LO5.4, since much of the logic
        should use CalcLineSpace(,true) instead, and that function probably
        will have the default bEvenIfNoLine changed to true. Compiler doesn't
        like providing "true" when the default value is also "true".)
        
        Change-Id: I298d057b2bf04959434736f6ab2666d2de4222f9
        Reviewed-on: https://gerrit.libreoffice.org/30589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-11-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [db380aab1063e8a5e40111c40ee9f7921aa82601]

        Reverts a commit series that cripple windows ci.
        
        Revert "SvxShadowTabPage::Construct was removed"
         f9a2c1c12ecad833c63b894c89d6008907477eb5.
        Revert "replace OColorPopup with SvxColorWindow"
         f300754bb1c6a347c92bb9548be7a65237176542.
        Revert "drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALID"
         347c2c334589b18cc62af292674bb3df1dd54b71.
        Revert "replace last ColorLB use with a listbox of colors"
         604b35bf55351751a396e34dcca3f85e75860fd5.
        Revert "simplify, its just a vector of colors"
         351a97ce6bda3075677b59fa1387ba3d1ab17d7a.
        Revert "replace user draw with an Image of the color"
         df738e0f8ceedb4bad756960be14d9c41adc165d.
        Revert "strip down to the used pieces"
         commit 08d6cd788f2584ce10ab8fa10665245e953c59d9.
        Revert "move now combined ColorLB to location of last user"
         a19b18ad7c9eb0197c10e6d7e451ec4542e4bc9e.
        Revert "fold ColorListBox and ColorLB together"
         a989a0b1f2b425f05b58d0e44ce2de31c842ed65.
        Revert "move ColorListBox beside sole thing that uses it"
         760a198e697f3070a5e0e029e4eff7be220eb9cd.
        Revert "extensions leaks out details of Color Selector, patch it up"
         8bea644d6117a49405e6426dc97214220fc869d1.
        Revert "inherit FillAttrLB from ListBox not ColorListBox"
         d2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0.
        Revert "unify color selectors"
         43bc3031483d172eccd72c3804e2d4fc2ef37de4.

2016-11-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ee2144aafc5b4be14630f723be9a2bb674671412]

        add LENB test case
        
        Change-Id: I337345dc18cffb1be663cbeab27c2d78a7c47e6c
        Reviewed-on: https://gerrit.libreoffice.org/30468
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7557eef0b58eadd5930f556ce4cb4bcc1d3b693d]

        add MID and MIDB test case
        
        Change-Id: Idcfe8de78d939703bd8c20cc5a80a0cb4e8baa90
        Reviewed-on: https://gerrit.libreoffice.org/30471
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8ef2262b0fcaf5b77f6644bf46409a50e3e76ff7]

        add LOWER test case
        
        Change-Id: I2d220c6754059fb22a7bcdf2a34020b50984abec
        Reviewed-on: https://gerrit.libreoffice.org/30469
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4135450a8df562867b81628ec745052379762919]

        add NUMBERVALUE test case
        
        Change-Id: Ib947cd86794584e04cff043f38a184490bb01683
        Reviewed-on: https://gerrit.libreoffice.org/30540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [793df44d725bd77e5c82705f4c68ef77d4954f09]

        add PROPER test case
        
        Change-Id: If05a1bee832f0c65156a27c7596bb1160073a3de
        Reviewed-on: https://gerrit.libreoffice.org/30542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [da534e882225b0533471ffd9c4f7031122378969]

        Pass the current cell position to conditionally display sheet name.
        
        Change-Id: I28dba90500af7c11db569fded28ce571a1ec9089

2016-11-05  Justin Luth  <justin_luth@sil.org>  [d034f273cb24ebe4fde20ad9089ac11cccf316d0]

        tdf#90070 don't clip flys with borders
        
        regression from commit e598ab04476a32a08f18e8f0662fafa5f78f1a4a
        very aggressively forced a new frame size via compat setting
        CLIPPED_PICTURES on any fly - not just images.
        
        This only affects MS-format documents, EXCEPT that it is a document
        property, so if the file every spent any part of it's life in MS-format,
        it will always retain that compatibility setting. That explains
        why the problem was intermittent for me - and was hard to reproduce
        in a clean document, even though I'd seen it in .ODTs.
        
        bIgnoreLine (ignore the fact that there is no visible line)
        was a confusing word choice for "if there is no line,
        then return a spacing size of zero". bEvenIfNoLine=false is better.
        
        Change-Id: I50a3bdef3a67339ae517ee6319920651bc56f9be
        Reviewed-on: https://gerrit.libreoffice.org/30585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-11-05  David Tardon  <dtardon@redhat.com>  [f316f413f589989013bf161170087e77a82db2d3]

        remove OpenGL transitions config. file from scheme
        
        The OpenGL transitions are optional, so the respective config. file
        should only be listed in the ogltrans module.
        
        This reverts commit dafcb2844bda4af2bc290548548392bda3262307.
        
        Change-Id: Ie785db07d04a0baf3dc9fd385f1d8a34837dc38b

2016-11-05  Julien Nabet  <serval2412@yahoo.fr>  [8f79079fa97acd084d8afbcc1a4f525d276fb05f]

        Replace OSL_ENSURE by SAL_WARN_IF + clean include
        
        Change-Id: I4d3a50fda2f865a546aafc38f06096117da34711
        Reviewed-on: https://gerrit.libreoffice.org/30588
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-05  Khaled Hosny  <khaledhosny@eglug.org>  [a04cda96c6b70314546a8126783e573e16c78e1d]

        Drop unused Graphite includes
        
        Change-Id: Ib5c40931805ef8a484ccb52c5d2b81180f68f0cc

2016-11-05  Khaled Hosny  <khaledhosny@eglug.org>  [c1cb0fe8c5e36ff2d08f5eb2d91a7652b03f4b66]

        Bin pointless #ifdef’s
        
        Since we enable Graphite by default, this code was effectively setting
        nMaxContext to 8 on macOS and 10 everywhere else. Does not look like a
        huge difference, and an unnecessary one even since we use the same
        layout engine everywhere now.
        
        Change-Id: I6d2cc3a89ed2942c09e62f7637cec5b6db753a24

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [60762db52515cba74450bcbe9c474416dbcf9c73]

        Log cell range references.
        
        Change-Id: Id6402a35ced37aff7215a46d23b4103a64bf669b

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34c49d3f87eafcbb2c57f764e8972178b3804344]

        Log single cell references.
        
        Change-Id: If711c44a3be7ae02d1354bb36ed7db6b5a86ef6b

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fe7b4884a2c22e3089e2803824565fa6d1391e1b]

        Dump the single cell vector reference info to the log.
        
        Change-Id: If0ee6dca6642063501c728bec3b4e5d7b6401442

2016-11-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c7aa57bc6b35a27aba265ce548397f282541253f]

        Output the header information to the formula log.
        
        The header information for now contains relevant formula calculation
        configuration settings.
        
        Change-Id: Ia6f8b84a3a6fa448708b9a78957002481c3a1c67

2016-11-05  Jean-Pierre Ledure  <jp@ledure.be>  [c35fa61e25239a38079160f7c126ef6befa9584f]

        Access2Base - Remove useless code in Root handling
        
        Change-Id: I6f3a6efd858ac4e52b694cc0046c8f56a558c229

2016-11-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [18f5d68d685d3a75bab19a7442dfac86904bfc5d]

        Fix these comments
        
        Change-Id: Ie5c7876ce258a75f5507a862a320c4197a1e1f79

2016-11-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5ef66db91e87ef84724be22977acf4c9c472ad6b]

        tdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectangles
        
        Change-Id: Ifd9ff26f2460e5570ec1b736308d48acdb3e56a8
        Reviewed-on: https://gerrit.libreoffice.org/30575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-11-05  Jean-Pierre Ledure  <jp@ledure.be>  [385fa53636d3b12306217d0d884c6c4a2e0e7abb]

        Access2Base - Spanish translation
        
        Provided by Iñigo Zuluaga
        
        Change-Id: I6ba436e29f7aff35e30a8e614e0c3c3d2c3ac1b4

2016-11-05  Julien Nabet  <serval2412@yahoo.fr>  [6fe0706f6726e5a5446c9f44e3d139cf73adeab9]

        [loplugin:simplifybool]
        
        Change-Id: I20177b47fd756558430420710c0f497be49c8948
        Reviewed-on: https://gerrit.libreoffice.org/30584
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-05  Justin Luth  <justin_luth@sil.org>  [67e385ac8dfd804015c8b6199865b71ab6e927b4]

        tdf#41542 MSWordExport: accommodate page's borderless padding
        
        Honor the padding value even if the border is not visible. This is
        needed both for ODT->DOC(X) (starting in LO5.4), authoring documents
        DOC(X) files from within LO (starting in LO5.3), or round-tripping
        current documents created in some other WordProcessor that produces
        valid ODT documents with borderless padding.
        
        Change-Id: I2d653f2c8d3ad22f86384ad17d3a0b8c89738f60
        Reviewed-on: https://gerrit.libreoffice.org/30512
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-11-05  Justin Luth  <justin_luth@sil.org>  [570e8488b5cee5cc4c931c3468490acd6cab27cf]

        ooxmlexport*: cleanup - remove unnecessary "crop" lines
        
        Change-Id: I2bf5b6c0d68ea8fbe57d9d1240564631e4a2da12
        Reviewed-on: https://gerrit.libreoffice.org/30577
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-11-05  Khaled Hosny  <khaledhosny@eglug.org>  [d9ea614a1e7c29bb6831822dc6fc29657d40bdd9]

        Validate Kashida positions with font fallback
        
        MultiSalLayout did not implement IsKashidaPosValid() which meant that
        whenever there is a font fallback no Kashida validation was performed.
        
        Change-Id: I30e498c356c49b0c06dd6b45187105f6bd758a24

2016-11-05  Takeshi Abe  <tabe@fixedpoint.jp>  [6984fd5a756f1e01e94da14f01df5a0e20791630]

        tdf#102008 Drop whitespace between "fact" and brace
        
        for consistency with "abs{<?>}", "sqrt{<?>}", etc.
        
        Change-Id: I53106d6daf99f72f1a064bc6f5e0fe4dab55cc02
        Reviewed-on: https://gerrit.libreoffice.org/30556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-05  Takeshi Abe  <tabe@fixedpoint.jp>  [239b662753bee4148cac51268cb203c7527036be]

        tdf#102007 Surround widebslash's placeholders with braces
        
        like wideslash's.
        
        Change-Id: Icddd563ee64510c0df8bfa8d4a5274a00f60162a
        Reviewed-on: https://gerrit.libreoffice.org/30555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-05  Jan Holesovsky  <kendy@collabora.com>  [32bdc5097013e7efd9c85e1b8df697880e66e925]

        We have exactly the same file as include/unotools/ZipPackageHelper.hxx.
        
        Change-Id: I2cc545c50a8ae936e73ff23a200f350809ab8335

2016-11-04  Szymon Kłos  <eszkadev@gmail.com>  [19fa8aae970f66a808a3757b0de34fa9caee2ec4]

        tdf#93520 : Mirrored page margin tooltip
        
        Change-Id: I5cf0c7eeba204d4493ae1f4229718faf870a5528
        Reviewed-on: https://gerrit.libreoffice.org/30570
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2016-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [5b389c32eb3928c59387c2d6d48667632d7e9206]

        tdf#100936: Add Tangut to vertical scripts
        
        Change-Id: I0ac8be9f129636fae2be03f60a4e9b8a65a195e9

2016-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [4e59168ef004e7520ea7d78237a18208216a757c]

        tdf#103710: rotate all glyphs in vertical runs
        
        So that we base the rotation or not based on the resolved script,
        instead of using the outdated and hard-coded ranges in GetVerticalFlags.
        
        Change-Id: I52ee38c4151f30d98287e64f852b4d2df143c719

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [f9a2c1c12ecad833c63b894c89d6008907477eb5]

        SvxShadowTabPage::Construct was removed
        
        Change-Id: Iaaa303dac79556d43cda78363abbcdd03e977e8a

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [f300754bb1c6a347c92bb9548be7a65237176542]

        replace OColorPopup with SvxColorWindow
        
        Change-Id: I1aa06f70016b935bb13a0f6e93234eea10ba8b84

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [347c2c334589b18cc62af292674bb3df1dd54b71]

        drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALID
        
        it doesn't appear to exist/be implemented and makes
        the reportdesigner font dialog from conditional
        formatting crash
        
        Change-Id: Iad929fec8aedfa31f6e8f9dfaa0055d61a9ff6f3

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [604b35bf55351751a396e34dcca3f85e75860fd5]

        replace last ColorLB use with a listbox of colors
        
        Change-Id: Ia0058939faa63507b50c5ca70527850e59c0ba5d

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [351a97ce6bda3075677b59fa1387ba3d1ab17d7a]

        simplify, its just a vector of colors
        
        Change-Id: I7d388739225d371090872a33d30aa3178b20ca6e

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [df738e0f8ceedb4bad756960be14d9c41adc165d]

        replace user draw with an Image of the color
        
        Change-Id: I0d301ba4082a45e7030c6956c18aa76e52bce216

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [08d6cd788f2584ce10ab8fa10665245e953c59d9]

        strip down to the used pieces
        
        Change-Id: I1d9eed2345f3d8a78f467d0fb5f7b7cd0211a160

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [a19b18ad7c9eb0197c10e6d7e451ec4542e4bc9e]

        move now combined ColorLB to location of last user
        
        Change-Id: I5dc1204c28b65d5dca993bf38aea217bbb49e913

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [a989a0b1f2b425f05b58d0e44ce2de31c842ed65]

        fold ColorListBox and ColorLB together
        
        Change-Id: I485109acd7cd4d6c2dc53e29f4b01bfc202a38f3

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [760a198e697f3070a5e0e029e4eff7be220eb9cd]

        move ColorListBox beside sole thing that uses it
        
        Change-Id: Ia458ded8881c415badd5d75bddad0daca57a1a25

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [8bea644d6117a49405e6426dc97214220fc869d1]

        extensions leaks out details of Color Selector, patch it up
        
        and rebase it on SvxColorListBox
        
        Change-Id: I3afef689ab0dc3c34e465810d82bf21797907558

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [d2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0]

        inherit FillAttrLB from ListBox not ColorListBox
        
        Change-Id: Icd6f51b61ec0d006c10c6a75da649cc83057b9f1

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [43bc3031483d172eccd72c3804e2d4fc2ef37de4]

        unify color selectors
        
        Note: this removes the use of auto-color from writer's asian text grid, because
        its always invisible as far as I can see in practice.
        
        Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e

2016-11-04  Eike Rathke  <erack@redhat.com>  [44523738f094ff3987e85ea0c47b8c636bbe5786]

        bail out early in ScColumn::UpdateSelectionFunction() if nothing is marked
        
        ... which happens if there are multi-marks in non-adjacent columns.
        
        Change-Id: Ic8cf0fb0071f793fa91c506a56b01f2833fe5cec

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [54dc3dd96bf720a81eef81864848e58c5db860f8]

        use default copy and assignment operators
        
        Change-Id: Ic784b3951fcf2f614b62d93d925eec134feb7364
        Reviewed-on: https://gerrit.libreoffice.org/30567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dec5931ede57e1910d3f0ec62f575b027208320f]

        opengl: move shaders to its own directory
        
        Change-Id: I9ca5a97ae3ed2472257f468f6751903b458529a7
        Reviewed-on: https://gerrit.libreoffice.org/30502
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6b571ae4608ac15256eb7582f442ce69975370f3]

        opengl: change from BGRA to  RGBA color arrangement on Windows
        
        BGRA is native color arrangement on Windows however some intel
        drivers have problems with large textures if they read from a
        BGRA buffer. So with this commit we switch to RGBA color
        arrangement. This shouldn't cause much performance differences,
        but we need to convert from RGBA to BGRA when printing.
        
        Change-Id: Ic112dc6a6c5d8b70e96041d0de15a03bbbdc406f
        Reviewed-on: https://gerrit.libreoffice.org/30544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-04  David Tardon  <dtardon@redhat.com>  [c52d1403c3b9874bd1454093e0379e8766679609]

        add test case for rhbz#1390776
        
        Disabled, because the file fails to load for some reason...
        
        Change-Id: Ida79b9de4ff53d76fed86e0495f9479addc228f8

2016-11-04  David Tardon  <dtardon@redhat.com>  [6287b17ce78424ce2cc364761c7605e35f3cc80a]

        fix build of postgresql with bundled zlib
        
        Change-Id: I8a1a8b8e1437d79d4c262cb8521a1239c250699e

2016-11-04  David Tardon  <dtardon@redhat.com>  [b5c566fd1028cf804522e90d2674acf140f52933]

        fix external def for graphite
        
        Change-Id: I474a7852647fc17597ec3d5a44e1e8dfdc78c0c3

2016-11-04  David Tardon  <dtardon@redhat.com>  [b2c16b3563a4a8e4b54f6fc0cb1be597e7c5b27d]

        fix build of bundled python3 with bundled zlib
        
        Change-Id: I383a04ea926187263b1d7e11c548817fa9ca3fb6

2016-11-04  David Tardon  <dtardon@redhat.com>  [c9fdaa1d2108686cb399122dd665584bb7343a0c]

        fix external deps for cairo
        
        Change-Id: Iba03576ee9a114ea8dc20d8ff70a953e11c6d3e7

2016-11-04  Eike Rathke  <erack@redhat.com>  [029bd007b9886479ad1282bac733da4f358881ed]

        unit test for tdf#103684, calculate status bar function across sheets
        
        Change-Id: I8205cf56628b6b4d4b5d655386df994a9c02a1ad

2016-11-04  Eike Rathke  <erack@redhat.com>  [334a03d801f750c6c97e02ced4cc66e680888196]

        use ScMarkData::GetMarkedRangesForTab(nTab) in SingleColumnSpanSet::scan()
        
        That always worked only by chance only on the first selected sheet, luckily
        with ScMarkData it seems to be used only in ScColumn::GetOptimalColWidth()
        which usually operates on the visible sheet.
        
        So now setting optimal column width actually works on all selected sheets for
        the selected columns.
        
        Change-Id: I5944b943824a67d77b549b6cdfc0b2550b8d77b8

2016-11-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [d082936c7a2c3fd6a8784fa5a626f545ec904b42]

        Allow including/packaging help-specific images
        
        from other than icon-themes folder
        
        Change-Id: Iba1808e642fde8d0370b59550c7bdac1a3e4ac79
        Reviewed-on: https://gerrit.libreoffice.org/28513
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2016-11-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [cae6864374975dabe93b95fad9161bab84454b99]

        Updated core Project: help  98d298e4ef2bc9ad9f4e2d2bb83c3183e3ee0977
        
        Create a new image list for 'make postprocess'
        
        with screenshot images
        
        corrected path as indicated
        
        Change-Id: I3d81c88a4ae002f12247ec4a5587e50f9927a005
        Reviewed-on: https://gerrit.libreoffice.org/28499
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-11-04  Michael Meeks  <michael.meeks@collabora.com>  [5946cc2f7056fc580fefe1b90795e3921bdb3969]

        tdf#91260 - ReplaceAll should use a columnar direction.
        
        MDDS is columnular, so this shrinks the working set very
        significantly, and should improve performance.
        
        Change-Id: I2aff92b31bfc459e85291059d977541aa65155cf
        Reviewed-on: https://gerrit.libreoffice.org/30562
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-11-04  Eike Rathke  <erack@redhat.com>  [2ba62a78151c3cd8a104b763f29432bb49de5e26]

        sc-perf: eliminate unnecessary loops in ScTable::UpdateSelectionFunction()
        
        That looped unconditionally over all columns of a sheet just to let
        ScColumn::UpdateSelectionFunction() costly (by creating empty spans) decide
        that it doesn't have to do anything. This for *every* cell cursor movement or
        switching sheets et al. Instead, use the ScMarkData area to narrow down the
        range beforehand, which when travelling with the cell cursor is just one
        column.
        
        Change-Id: Ic60928d07bc6cec4f6d8491ab30b99d7b20b8490

2016-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1805c48ae6057d370a35f2e059f3ee82396c407]

        loplugin:oncevar in dbaccess
        
        Change-Id: I956063bb354fbbd002e922bb06d0b3863a2750fc
        Reviewed-on: https://gerrit.libreoffice.org/30565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [2dfc4c0845c72b3a1cf19546a1606907f36eea42]

        loplugin:oncevar in desktop..filter
        
        Change-Id: I21c47cacbcd68f06eea7ccbbfa6d04fc65e2b7ee
        Reviewed-on: https://gerrit.libreoffice.org/30564
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Caolán McNamara  <caolanm@redhat.com>  [859204a52351c4d5d146e8b22d14bd4a44f294e9]

        customize dialog crashes, since...
        
        commit 164d8e3b1aa660d65c1af9570e67b66520bd953a
        Date:   Thu Nov 3 02:35:00 2016 +0200
        
            tdf#91222 VclBuilder constructor cleanup
        
        so revert problematic bit of that.
        
        The impl is called SfxAccCfgTabListBox_Impl, but the
        widget name is SfxAccCfgTabListBox
        
        Change-Id: I8e800b376afa48090fde1074350c1c8ce39a27bf

2016-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0edff60c786c4975b433890d277397673871418]

        xmlsecurity PDF NSS verify: handle SHA1_WITH_RSA
        
        SHA1_WITH_RSA is a signing algorithm, not a digest one, but let's
        accept it, so LO on Linux can verify a signature generated by LO on
        Windows.
        
        It's annoying that equivalent mapping in NSS is not part of their public
        API.
        
        Change-Id: I97186fcc1d118f922e5ee3cb472aa5b52bc4b5ca

2016-11-04  Eike Rathke  <erack@redhat.com>  [8e38964c32b124be7a2acfbdeeb6dba96e77b9e8]

        move loplugin:defaultparams to store/
        
        As per IRC 2016-11-04 12:21
        
        Change-Id: Ic4cc7f67fb31be80a966c652cb30bb859f874a8b

2016-11-04  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6375c367021bdf6e6dcce266fc6d84e2f74222e2]

        Fix dialog name and title
        
        Change-Id: I55d628d6e61d4035155d42fa45270418a3e10387
        Reviewed-on: https://gerrit.libreoffice.org/30563
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-04  Stephan Bergmann  <sbergman@redhat.com>  [99f7aacd5b39a0f79351d8d7568b2e43d39878cb]

        external/harfbuzz: -fsanitize=function
        
        Change-Id: Ie72eec98f1337e895b81c4ebebeefa4861a5a6a1

2016-11-04  Stephan Bergmann  <sbergman@redhat.com>  [6694ce6b542367074667e4445a6b7f50568a2729]

        external/harfbuzz: Work around ASan out of bounds warning
        
        CppunitTest_sccomp_lpsolver failed with the below error.  struct _mtx
        (hb-ot-hmtx-table.hh) has two "variable-sized" array members (each of size
        VAR=1) longMetric and leadingBearingX, where the latter isn't used anywhere in
        the code; so removing it would make ASan's variable-sized array member heuristic
        kick in here and suppress the warning, but who knows whether there's some
        requirement on the exact sizeof(_mtx).
        
        > hb-ot-font.cc:128:12: runtime error: index 3 out of bounds for type 'OT::LongMetric const[1]'
        >  hb_ot_face_metrics_accelerator_t::get_advance(unsigned int) const workdir/UnpackedTarball/harfbuzz/src/hb-ot-font.cc:128:43
        >  hb_ot_get_glyph_h_advance(hb_font_t*, void*, unsigned int, void*) workdir/UnpackedTarball/harfbuzz/src/hb-ot-font.cc:439:47
        >  hb_font_t::get_glyph_h_advance(unsigned int) workdir/UnpackedTarball/harfbuzz/src/./hb-font-private.hh:207:12
        >  hb_ot_position_default(hb_ot_shape_context_t*) workdir/UnpackedTarball/harfbuzz/src/hb-ot-shape.cc:613:35
        >  hb_ot_position(hb_ot_shape_context_t*) workdir/UnpackedTarball/harfbuzz/src/hb-ot-shape.cc:719:3
        >  hb_ot_shape_internal(hb_ot_shape_context_t*) workdir/UnpackedTarball/harfbuzz/src/hb-ot-shape.cc:768:3
        >  _hb_ot_shape workdir/UnpackedTarball/harfbuzz/src/hb-ot-shape.cc:792:3
        >  hb_shape_plan_execute workdir/UnpackedTarball/harfbuzz/src/./hb-shaper-list.hh:43:1
        >  CommonSalLayout::LayoutText(ImplLayoutArgs&) vcl/source/gdi/CommonSalLayout.cxx:485:23
        >  OutputDevice::ImplLayout(rtl::OUString const&, int, int, Point const&, long, long const*, SalLayoutFlags, vcl::TextLayoutCache const*) const vcl/source/outdev/text.cxx:1400:36
        >  OutputDevice::GetTextArray(rtl::OUString const&, long*, int, int, vcl::TextLayoutCache const*) const vcl/source/outdev/text.cxx:999:35
        >  OutputDevice::GetTextWidth(rtl::OUString const&, int, int, vcl::TextLayoutCache const*) const vcl/source/outdev/text.cxx:915:19
        >  ImplFontMetricData::ImplInitTextLineSize(OutputDevice const*) vcl/source/font/fontmetric.cxx:372:30
        >  OutputDevice::ImplNewFont() const vcl/source/outdev/font.cxx:1100:42
        >  OutputDevice::GetTextHeight() const vcl/source/outdev/text.cxx:924:14
        >  vcl::Window::ImplInitAppFontData(vcl::Window*) vcl/source/window/window.cxx:1177:33
        >  vcl::Window::ImplInit(vcl::Window*, long, SystemParentData*) vcl/source/window/window.cxx:1168:9
        >  ImplBorderWindow::ImplInit(vcl::Window*, long, BorderWindowStyle, SystemParentData*) vcl/source/window/brdwin.cxx:1758:13
        >  ImplBorderWindow::ImplBorderWindow(vcl::Window*, SystemParentData*, long, BorderWindowStyle) vcl/source/window/brdwin.cxx:1790:5
        >  VclPtrInstance<ImplBorderWindow>::VclPtrInstance<vcl::Window*&, SystemParentData*&, long&, BorderWindowStyle&>(vcl::Window*&, SystemParentData*&, long&, BorderWindowStyle&) include/vcl/vclptr.hxx:281:39
        >  WorkWindow::ImplInit(vcl::Window*, long, SystemParentData*) vcl/source/window/wrkwin.cxx:52:38
        >  WorkWindow::WorkWindow(vcl::Window*, long) vcl/source/window/wrkwin.cxx:95:5
        >  VclPtr<WorkWindow> VclPtr<WorkWindow>::Create<vcl::Window*&, long&>(vcl::Window*&, long&) include/vcl/vclptr.hxx:131:46
        >  (anonymous namespace)::VCLXToolkit::ImplCreateWindow(VCLXWindow**, com::sun::star::awt::WindowDescriptor const&, vcl::Window*, long) toolkit/source/awt/vclxtoolkit.cxx:1195:42
        >  (anonymous namespace)::VCLXToolkit::ImplCreateWindow(com::sun::star::awt::WindowDescriptor const&, long) toolkit/source/awt/vclxtoolkit.cxx:1306:22
        >  (anonymous namespace)::VCLXToolkit::createWindow(com::sun::star::awt::WindowDescriptor const&) toolkit/source/awt/vclxtoolkit.cxx:799:12
        >  non-virtual thunk to (anonymous namespace)::VCLXToolkit::createWindow(com::sun::star::awt::WindowDescriptor const&) toolkit/source/awt/vclxtoolkit.cxx:797:59
        >  (anonymous namespace)::TaskCreatorService::implts_createContainerWindow(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::awt::Rectangle const&, bool) framework/source/services/taskcreatorsrv.cxx:268:73
        >  (anonymous namespace)::TaskCreatorService::createInstanceWithArguments(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) framework/source/services/taskcreatorsrv.cxx:165:28
        >  non-virtual thunk to (anonymous namespace)::TaskCreatorService::createInstanceWithArguments(com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) framework/source/services/taskcreatorsrv.cxx:133:74
        >  framework::TaskCreator::createTask(rtl::OUString const&) framework/source/classes/taskcreator.cxx:112:63
        >  framework::Desktop::findFrame(rtl::OUString const&, int) framework/source/services/desktop.cxx:951:28
        >  non-virtual thunk to framework::Desktop::findFrame(rtl::OUString const&, int) framework/source/services/desktop.cxx:920:61
        >  framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1017:50
        >  framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:379:20
        >  framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:165:14
        >  framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:597:12
        >  non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:583:64
        >  (anonymous namespace)::LpSolverTest::setUp() sccomp/qa/unit/lpsolver.cxx:45:67
        ...
        
        Change-Id: If46d9b82225a70caa9ad2f17fbeb99c6adc63990

2016-11-04  Justin Luth  <justin_luth@sil.org>  [9130627e21dd7c52c5eee1acc4b71f86eb9f3118]

        tdf#41542 globally allow padding without borders: layout
        
        Styles with borders do not have a requirement for visible borders
        in order to apply padding in the ODF specs. This was only an
        implementation design, so remove that layout restriction.
        So, padding will be allowed now for any border (not just textframes/cells)
        and it will be allowed for any format (not only those marked
        with the compatibility setting AllowPaddingWithoutBorders - which
        is now redefined to indicate whether the UI allows
        creating borderless padding).
        
        The global UI implementation to allow creating these types of documents
        will come in 5.4.  Allow the layout already in 5.3 to enhance
        compatibility between supported versions.
        
        Change-Id: I75bab7cbfff23bf70406123f8531e2fea352ddda
        Reviewed-on: https://gerrit.libreoffice.org/30434
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1ea561f6a01044357052789bbc6c8ec52061d41]

        sw: remove documentation for removed HasOtherCnt_impl()
        
        Change-Id: Ib3a5c7116b1a877cfa33ca248b5a9b857f0a2999

2016-11-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [36888dc9607b6ce1f98a0a7fcd1069ded091aec1]

        tdf#103626 Workaround for AppIcon recursion
        
        Change-Id: I6d39d719ad0afb593fec15c9213cc5906c711cbc
        Reviewed-on: https://gerrit.libreoffice.org/30534
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-04  Stephan Bergmann  <sbergman@redhat.com>  [cbb7b10b6b2748db088ae2f78b54711639a7eb2d]

        -Werror=unused-function
        
        Change-Id: I33790862cfe40693921d07182ccf4645c3ef28a3

2016-11-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bb3e19624bf4a400e9012b9b4451dc9542261fd8]

        use aggregate initialisation instead of memset for arrays
        
        Change-Id: I084dee370e5c1096e51b8ff4073443c719688469
        Reviewed-on: https://gerrit.libreoffice.org/30517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f4637c07c9ac87c2ad4b687263dfea50b5d4e0ef]

        convert Image manual refcounting with std::shader_ptr
        
        Change-Id: I9a086d4a5d2f1b0d1afa3afd155eadcb2ae62ab5
        Reviewed-on: https://gerrit.libreoffice.org/30543
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e610f8496a0b6ef126426b807e0af366a98b8f3]

        vcl: extract PDFWriter::GetDateTime() from PDFWriterImpl
        
        And use it in xmlsecurity when signing an existing PDF. This is
        especially important on Windows, where the PKCS#7 blob doesn't have an
        (unsigned) timestamp.
        
        Change-Id: I4051dc19a43f8f8114d9f4d02309f28d6754e9ae

2016-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0167eced77657190226d24a19005a66ff7e739e]

        Upgrade libxmlsec to 1.2.23
        
        Obsoletes xmlsec1-win32-fix-undeclared.patch.1.
        
        Change-Id: I11cd52aebbe5ab224de9ab00b74c02abb46296f6
        Reviewed-on: https://gerrit.libreoffice.org/30539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-04  Julien Nabet  <serval2412@yahoo.fr>  [dc04de04814a6318144361b62d43711a03ae7fa6]

        loplugin:defaultparams
        
        Change-Id: I3436df5ebfe0ef4bca6d44ba426f26911482bbcb
        Reviewed-on: https://gerrit.libreoffice.org/30557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-11-04  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [02eaf40ba04e970d88e37ef15963a409e375a7ad]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I619cb50c3475519921ffd318b32875ae4ff2c0b8
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [fc8f32adc2c940f4e35f7bd2acae5e5ff5f71971]

        loplugin:unnnecessaryvirtual in vcl
        
        Change-Id: Ifa8bfafb2e527ce5976f3bd310d107cb2840a5f6
        Reviewed-on: https://gerrit.libreoffice.org/30531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [5f77e6e9309cab4633fa8211f9788af9a9a793c9]

        update loplugin:unnnecessaryvirtual to handler destructors
        
        and update modules writerfilter..xmloff with the resulting changes
        
        Change-Id: I54d19c22ddb0ff579b32e4934d266c925b19305c
        Reviewed-on: https://gerrit.libreoffice.org/30530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [7abd369964a0c7f9f80cdbc9e47c7dc120fe8257]

        loplugin:unusedmethods
        
        Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e
        Reviewed-on: https://gerrit.libreoffice.org/30524
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [fb823544468150a2ef660095a511636be1bf6f9e]

        Font features are not a Graphite-only feature
        
        We parse features appended to font names in CommonSalLayout as well, so
        code that takes care of their presence (striping them when searching,
        hashing, etc.) should not be dependent on the old Graphite support or it
        will not work when old Graphite is disabled (e.g. on macOS).
        
        Change-Id: If040782a86ec76d3743baf4d2b1d7a194e8e13f2

2016-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [a6ce5d391476e4b6a2cb2d92ff45548c1d75684b]

        Misplaced #endif
        
        Change-Id: I199cf879c13cdd65ec9b6f1dbfef9b615bf8cefc

2016-11-03  Eike Rathke  <erack@redhat.com>  [8d777f85eaff6af8896942590316b7cd9f2c3e75]

        Resolves: tdf#103684 calculate status bar functions across sheets
        
        Also trigger recalculation when additional sheets are selected or deselected.
        
        Change-Id: I259396a3e30c5653ac252b7bb2eb6a0a9405d6cc

2016-11-03  Jan Holesovsky  <kendy@collabora.com>  [84400eae86d7ae8e66f8247f4c4f3a717d90f8c0]

        tdf#88821: Implement support for <meta charset="..."> for HTML import.
        
        The editengine HTML import was not handling it at all, and consequently not
        setting the right encoding when importing HTML in Calc.
        
        Change-Id: I3ca3dd20f36cfb579fb7ae4cd3da63a69d97601e

2016-11-03  Jan Holesovsky  <kendy@collabora.com>  [b297f7bbfed83f87398231740e910afe6ebfbb97]

        tdf#88821: Set the encoding correctly for HTML files with a BOM.
        
        BOM (Byte Order Mark) in the HTML file changed the underlying eSrcEnc
        encoding, but did not actually update the rtl_TextToUnicodeConverter hConv.
        
        Subsequent changes of eSrcEnc in SetSrcEncoding() (triggered by
        'content="application/xhtml+xml; charset=UTF-8"' in the HTML file) were then
        ignored (eSrcEnc was already set to UTF-8), and the parser was happily using the
        old (Windows-1250) hConv.
        
        Change-Id: If432d59891d51c6abe3517e325ed73057d0f8610

2016-11-03  Justin Luth  <justin_luth@sil.org>  [5d9d0f3c979732ade57b9c4c4960dd030ffdc9f9]

        there is a function for that: CalcLineSpace(xx, bEvenIfNoLine)
        
        Change-Id: Ideeb031f20611bd9d2a01343bc75e1d0510ad6e9
        Reviewed-on: https://gerrit.libreoffice.org/30513
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-11-03  Tamás Zolnai  <zolnaitamas2000@gmail.com>  [2a818a0aafac218ca09bb079d7f2cf0879385e4a]

        tdf#93825: Missing accessibility events when selecting/deselecting cells
        
        Change-Id: I407f585354e78fb47a76561455ac67bb567c2771

2016-11-03  Khaled Hosny  <khaledhosny@eglug.org>  [6324efd70dfa8c6be84cba1fa29658e3373cbbe3]

        tdf#89870: Add config option for layout engine
        
        The env variable takes precedence.
        
        Change-Id: I273ec867725dd012b005d49fbfaa1dc27203c021

2016-11-03  Michael Stahl  <mstahl@redhat.com>  [43532a0944b0ee4727ea2ae480e54687e41d9201]

        RepositoryExternal.mk: fix poppler linking on Ubuntu
        
        need to link poppler static library *before* jpeg
        
        Change-Id: I0fd2abc12c93432715a02a3a567349abda4f990b

2016-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a30f969432a451ade87b93e3077836a849b8f11b]

        svx: add missing ~CONVERT_TWIPS mask in SvxPageItem::PutValue()
        
        With this, it's possible to use AttributePage.* keys in macros.
        
        Change-Id: I3f0b1ea8fb6274e7c18511c2e80774205206a2ba

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b75468d7439e66b70d2a1ab2e3f77f5c46af7be3]

        SafeModeDialog: Adapt label to reality
        
        Change-Id: I649b1f1f9b8f5c50e69f2cd4228394cfa4d2974a

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3d75d65526dd5515b781e0d587cfb8df702e320d]

        Fix some comments
        
        Change-Id: Ie74eaead67620decf9c9b954be1d13a8e5f400c6

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2569c33f4a46240c9339c7b08568cbf4f1f3bfea]

        SafeModeDialog: Improve description
        
        Change-Id: I86f4a322f3d68caafcfe206e2d0f2164bc789bd8

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [5072e6667f9eaa3b172cdf69ce33cc224d12b174]

        Disable gbuildtoide test on macOS, too
        
        Change-Id: I630fd447992ada459190acd1ee310bd2d38820b9

2016-11-03  David Tardon  <dtardon@redhat.com>  [5955e7bf5e4c8dcc13a7eee383dbc4d6dfcdab0f]

        update deps for libzmf
        
        Change-Id: I627b3037d7e2dcecfed496068abf697c3258480d

2016-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a8aab44d75e4704327b4330b532883b59380b7d3]

        xmlsecurity PDF sign: enable unit tests on Windows
        
        Now that the mscrypto part of PDFDocument::ValidateSignature() is
        implemented it's possible to run these tests on Windows as well,
        provided the machine has at least one signing certificate installed.
        
        Also fix a race, where the workdir of the signing test was used by the
        pdfsigning test.
        
        Change-Id: I80bbfbb5dc4baa400f9a6b85961883a247b0f22b

2016-11-03  Stephan Bergmann  <sbergman@redhat.com>  [1fa19c73859804ca42e479e50eb7dbcb94f9c5e9]

        Use a single method of converting between points and 100th mm in starmath
        
        The SmFormat ctor (starmath/source/format.cxx) uses SmPtsTo100th_mm(12) to
        initialize aBaseSize, resulting in a height of 422 100th mm.  Getting that value
        (and writing it out to a file) through SmModel::_getPropertyValues mapped back
        to 12 point, but in turn setting that value (as read from a file) through
        SmModel::_setPropertyValues resulted in a height of 423 100th mm.  That, in
        turn, caused SmDocShell::GetSize (starmath/source/document.cxx) to compute
        diverging sizes, so e.g. clicking into an OLE-embedded formula in a Writer
        document caused the Writer document to be marked as modified (as the embedded
        formula's size had changed).
        
        Change-Id: Ia90654aeaaf779690997b5c3bb868b193eaf46c6

2016-11-03  Michael Stahl  <mstahl@redhat.com>  [8d1c80e2633b8a63050cdd81b7e089f27b996c0f]

        RepositoryExternal.mk: really fix jpeg build
        
        Change-Id: I1969db554d156e6af0975d03013ea4f7c10d839f

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [16881e76fe0b318c7498f28ebfc81d65825d4830]

        SafeModeDialog: Better grouping of options
        
        Disable/Deinstall extensions are mutually exclusive, so group them appropriately
        
        Change-Id: I6dc9c53ef4c18103c7521d494a769d522b0412dd
        Reviewed-on: https://gerrit.libreoffice.org/30522
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [da0a98fa6dcc11302ef8b1e04742c12d44baf54b]

        SafeModeDialog: Improve labels
        
        Change-Id: If90b25e569a8feaa86e5c43da5966d5314cf0f14
        Reviewed-on: https://gerrit.libreoffice.org/30521
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [00e48a2ea00e973ae6e29950ca7c6846cfeabff4]

        SafeModeDialog: Fix enabling/disabling of widgets
        
        Change-Id: I7133b64f975fa8e68550d41056b689dfc18cf172
        Reviewed-on: https://gerrit.libreoffice.org/30520
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [291d8d4f9460f8d5292cab2ef706fd8b501641b4]

        SafeMode: Add indicator to window title when in Safe Mode
        
        Change-Id: I1d8350315768093b4c4af1cd8b732602c5217edb
        Reviewed-on: https://gerrit.libreoffice.org/30518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e509c22863b5184421e710cf8ae81e2ddc961623]

        SafeModeDialog: Allow to create zip file from profile
        
        Change-Id: I4296d1cf5058be359ffed46745673cf26eba3375
        Reviewed-on: https://gerrit.libreoffice.org/30479
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [954f721ad59e52f039154cb01490e068cc0f0ce5]

        Bin the XSecController::m_pErrorMessage field as it was never used
        
        It was only assigned to. Some follow-up simplification.
        
        Change-Id: I3b522064e946667d3a4c8fb82ee40bd0d44dd569

2016-11-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [f144d319d58cbb0d358250540cd666d9644f5fa5]

        Fix external libjpeg build
        
        Change-Id: I952dd39559cff18dc7850b62915405954eac2fd7

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [c2cdf08171a84a2897dcfeee22667d2e18b48b3d]

        Bin some useless comments
        
        No need to have a comment saying 'write signatures' when calling a
        function that is called WriteSignature(). (Actually, the function name
        is slightly misleading, as it says 'signature' in singular while what
        it actually does is write multiple signatures, if present.)
        
        Also drop some leftover comments that were related to code that was
        commented out already in 2004 or 2007 and removed completely in 2010.
        
        Change-Id: I7a53b3eabb81fc03c66e746f78267be4c1751b0f

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [b01c5ae95683aa4c059048eac3b3eb55cc256be4]

        loplugin:unusedmethods unused return types
        
        Change-Id: I88204bca60dd1e299b040c52bc87e500cbfaa930
        Reviewed-on: https://gerrit.libreoffice.org/30519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b3a229ad0d35b2364cc485a0dd1a5b5510fb40c3]

        Add helper for creating zip files
        
        Change-Id: I8b49b74622bf4d671d640e4cd06dc2da348ee222
        Reviewed-on: https://gerrit.libreoffice.org/30478
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

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

        coverity#1371313 Missing move assignment operator
        
        Change-Id: I07a9d7fe837c18e66b4a2a57186f1f9b0d44daee

2016-11-03  Michael Stahl  <mstahl@redhat.com>  [6a866f99ecf21f6ebdbb7f00d3c72677a1361e74]

        configure: fix LIBJPEG_LIBS, jpeg-turbo can also be used on Linux
        
        Change-Id: I710f8ba31b6f780e3fb1d174d9ea21f270f55264

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [8b694333949b51a646c3ef3bec9e985b48b7e51a]

        Clarify comment to mention also HAVE_FEATURE_OPENCL
        
        Change-Id: Ibca8ceedd8c01b4d12ccd9c29838f545fc234347

2016-11-03  Michael Stahl  <mstahl@redhat.com>  [21ca0db5ec27662a3e047d7547eae9beb87b0b01]

        poppler: remove obsolete ubsan patch hunk
        
        With eea709f67d91e271e3df37e6c6724b7b5870b1ee "poppler: build against
        libjpeg" the poppler internal JPEG code is no longer used.
        
        Change-Id: I018a53a495ec505af92bb9b1c1a0c42e0a4f35b8

2016-11-03  Caolán McNamara  <caolanm@redhat.com>  [69d79abb583fa20e7bc2d3a217f870ec750609be]

        Related: rhbz#1390607 our side of per-monitor fullscreen on wayland
        
        keep the move window to monitor code, so under X, gnome#773857 isn't
        a problem
        
        when gnome#772525 fix is available this presumably will then work under
        wayland
        
        Change-Id: I50cfe7ede8a4f1404c26d174ef3c5bb920eb5044

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [38dc4ea8992f74e15951cc0bc7e378fe1857c604]

        Bin unused XSecuritySAXEventKeeper::cloneElementCollector
        
        Change-Id: Icc0ead769fa0a052f7d4dfbc825c96dbb513b33f

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [880bcf9ed8c54f53d9fb631b9e064a468a9d02da]

        loplugin:unnecessaryvirtual
        
        Change-Id: I572b83949c7e643536b7d62567760546509e4d9f
        Reviewed-on: https://gerrit.libreoffice.org/30514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea6b378221efea0392c5085d621ff38a612ade3e]

        tdf#102308 sw redline tooltip: show seconds
        
        Commit d9dca1eef91faa710112ffd20a2b2d36b48a9287 (tdf#102308 sw: improve
        redline timestamp precision) improved the manage changes dialog to show
        seconds of the redline timestamps, do the same with tooltips, when the
        mouse is hovered over a redline portion.
        
        Change-Id: I6ec42db49cb93d8bce0cdee02e37d871f8e7e2ce
        Reviewed-on: https://gerrit.libreoffice.org/30515
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-11-03  David Tardon  <dtardon@redhat.com>  [4a83464f718ba8534a738178670077d5636ad051]

        tdf#103633 avoid segfault in a11y
        
        This partially reverts commit 8e8a88ec1ad02c153ae3c7653edc81716dc91b7a
        "loplugin:unusedfields".
        
        Change-Id: Id95a46374ed2b35e05dc32a8759e5db01829f050

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [a90bf85ae6bf2ef3b9d79bfe8e76ce052b17ce35]

        Bin pointless differentiated exception handling
        
        All the catch blocks for classes derivved from uno::Exception
        contained the same single statement as the catch block for
        uno::Exception itself.
        
        Change-Id: Ic33b432416abfda7557862d25237dc7221585327

2016-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d1fb35f5cd05fcbb2aae4d793b17ee4083c9b5e]

        xmlsecurity PDF verify: initial Windows support
        
        The timestamp isn't extracted yet, but the digest match is already
        checked correctly and the certificate is exposed.
        
        Change-Id: Ieca002a5c4ca0b96f4dc397c460adb7f88f5ffc7
        Reviewed-on: https://gerrit.libreoffice.org/30499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-03  Tor Lillqvist  <tml@collabora.com>  [47521b5816c425497dd0fc5f91dc3e744abdecc1]

        Add FIXME
        
        Change-Id: I4ebdca6a7d09a228122842a79b217ac2611a7c06

2016-11-03  Xisco Fauli  <anistenis@gmail.com>  [e4669faa6835796267490efe906f0bd8355f6a50]

        tdf#95341: Make last item of menus clickable again
        
        Regression from 4f1dca5083c5a301181786b563b165f19a9dec7f
        
        Change-Id: I7b7f3594499cd049ae59064da244e3f82dff7757
        Reviewed-on: https://gerrit.libreoffice.org/28617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f2bc1a61f6df66848ecb073a97b6b22fa469ef4d]

        tdf#100352 Classification: Update French translation
        
        Change-Id: Ie5efebfe4df73adca51638c85ba52e7901eac139
        Reviewed-on: https://gerrit.libreoffice.org/30182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8de24d16520b8ae95d793f3c804f1fc7294afbe7]

        Revert "remove unnecessary casts"
        
        This reverts commit fa80dae9a79a7414af8adcb91bc04dfff13bbb63.
        
        because current Clang master complains with
        
        /home/noel/libo3/svl/source/items/itemset.cxx:189:26: error: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Werror,-Wvarargs]
                va_start( pArgs, nNull );
                                 ^
        /home/noel/libo3/svl/source/items/itemset.cxx:176:89: note: parameter of type 'sal_uInt16' (aka 'unsigned short') is declared here
        SfxItemSet::SfxItemSet(SfxItemPool& rPool, sal_uInt16 nWh1, sal_uInt16 nWh2, sal_uInt16 nNull, ...)

2016-11-03  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [164d8e3b1aa660d65c1af9570e67b66520bd953a]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I53bca2a9113862b8e7058937e231721c5f81a9de
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30511
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [10197c094b3267adc8071bcef482b64dc291deed]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: Ief4a9dfc0e0a2dad04c3ac9f1840b823fd9357de
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/30507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fa80dae9a79a7414af8adcb91bc04dfff13bbb63]

        remove unnecessary casts
        
        Which IDs are always sal_uInt16 and likely passed from defines
        
        Change-Id: I134358289ccd338ef1ff6ba963e25a524e790f4e
        Reviewed-on: https://gerrit.libreoffice.org/30498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1bbf7f653b6b159afb0bf2c34dd463f58333852c]

        bin nranges.*, move remaining functions into itemset.cxx
        
        Change-Id: I1b88d98e00415e9c32a48486912d577a00fbfbda
        Reviewed-on: https://gerrit.libreoffice.org/30486
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [58b662141a955375c24614c7dd0aeac7c96e7366]

        remove unused BiffInputStream
        
        Change-Id: If34bc1d5ea0e0153991d4891b88550e471b4ec07
        Reviewed-on: https://gerrit.libreoffice.org/30489
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [afdd4606e947cfd564aee66ed9ce419091350482]

        merge ScBiffReader and ScQProReader
        
        Change-Id: I7267ffb4ad5c874d6c836a8d6ab823d63f8e2610
        Reviewed-on: https://gerrit.libreoffice.org/30488
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [2b3de550ef1e28cd4231352c91634f67aa6d642f]

        remove pParentFrame from SfxFrame
        
        Found by the singlevalfields loplugin.
        
        Dead as least as far back as
          commit 93a7b558588be1f12e137329548b706daccc07df
          Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com>
          Date:   Fri Nov 27 21:16:24 2009 +0100
          [CWS autorecovery] merged SfxTopFrame into SfxFrame
          SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both
          can effectively be treated as one class.
        
        Arguably when that commit was done, SfxFrame should also have been renamed
        to SfxTopFrame, since that it was it now seems to be.
        
        Expanding the nullptr value off that field means that:
            SfxFrame::GetTopFrame
               always return this
            SfxFrame::IsParent
               always returns false
            SfxViewFrame::GetTopFrame
               is now the same as SfxViewFrame::GetFrame
            SfxViewFrame::GetParentViewFrame
               now returns null
        
        Change-Id: Iac088fa485c3d7299d1553845ced2f5ced3c85f2
        Reviewed-on: https://gerrit.libreoffice.org/30485
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [063593972e556f8f0e65881ccd77d5ea64175e8b]

        starmath: Remove unnecessary overriding
        
        Change-Id: If64c3a1dbb27e85e2562cca78b608250b7e90c6d
        Reviewed-on: https://gerrit.libreoffice.org/30480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [fdc77804d681ea36b8dd257d7a8669a99e1dbb98]

        Omit the default comparator std::less<key_type>
        
        Change-Id: Iaf873fc8b5ca673d5e829be33074dffd8680ae03
        Reviewed-on: https://gerrit.libreoffice.org/30452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-03  Khaled Hosny  <khaledhosny@eglug.org>  [8f2dd1df1d6cc94ebbc1149de72bc6d6dffa6533]

        Revert "Revert "Enable the new text layout engine by default""
        
        This reverts commit 3950166877bf1308f9e449992e20b558342af825.
        
        Change-Id: Ie22a99885a23d44a9870fcd286bee4ccf10c53ac
        Reviewed-on: https://gerrit.libreoffice.org/30505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-11-02  Tor Lillqvist  <tml@collabora.com>  [c8be45889217c555e4bec92af838d0524ceba4e0]

        No XFastPropertySet here
        
        It has been commented out since creation in 2004.
        
        Change-Id: I25ff3ff953430ecbb84fecd3228e662a9c3e1276

2016-11-02  Michael Stahl  <mstahl@redhat.com>  [f2761b62b3d0b45a3e57781a16c8c5c6ee94ded0]

        jpeg-turbo: resolve some conflicts to fix poppler build
        
        poppler uses both windows.h and jpeg headers, so runs into the conflict
        between Win32 definitions of boolean, INT16, INT32, and jpeg's.
        
        Tweak jpeg-turbo headers so it uses the Win32 definitions.
        
        Change-Id: I2dc2b35a8d08d521c95494e528c1e47ccbfc390a

2016-11-02  Khaled Hosny  <khaledhosny@eglug.org>  [8cef9b4dbafdebc0566d6d7f715f27f978ddfe5b]

        Fix GetGlyphBoundRect() on macOS
        
        The Y sign should be reversed to match VCL, apparently it was either
        unused on macOS before CommonSalLayout or it was wrong all along.
        
        This was the source of CppunitTest_svgio failure on macOS with
        CommonSalLayout.
        
        Change-Id: I3108aab7b6780c912e86e5591ca0f41ea437137b

2016-11-02  Tor Lillqvist  <tml@collabora.com>  [6f82a540c505fca37292f4b5cb74a1441a25ca98]

        Add FIXME
        
        Change-Id: I37e614f6dfa0778cb126a6de282921a15417af1c

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [0a1e6954a11df2d8ae13ea4f3b9086c050a2bbed]

        coverity#1375798 Uncaught exception
        
        Change-Id: Id7e968170a038d9316503ee796cfd6a99e9fc3ae

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [98479f1429eed10b913c69a3fa49e0d8d84acc3e]

        widgetery warnings
        
        Change-Id: I5f9c8011a43e2b15b9b2f58772f6f08ad103f4aa

2016-11-02  Michael Stahl  <mstahl@redhat.com>  [eea709f67d91e271e3df37e6c6724b7b5870b1ee]

        poppler: build against libjpeg
        
        Albert Astals Cid points out that --disable-libjpeg causes poppler to
        use internal JPEG code instead, which is not actively maintained.
        
        Add LIBJPEG_CFLAGS / LIBJPEG_LIBS to config_host.mk and patch poppler to
        respect LIBJPEG_LIBS.
        
        Change-Id: Id19a62a9bd9dc41fee5e8e43e2798e515aacc299
        Reviewed-on: https://gerrit.libreoffice.org/30496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-02  Eike Rathke  <erack@redhat.com>  [092261ffd497f752c342f1fbdca6e7267e312a21]

        add missing gb_ExternalProject_use_externals, icu
        
        Change-Id: Iaaa3363f315eb88f3be48e29bb82917695c3cfe0

2016-11-02  Eike Rathke  <erack@redhat.com>  [6b36f3333514fb148a106318d339abf0b304ef64]

        add missing dependency to gb_Library_use_externals, icu_headers
        
        Change-Id: Ia414b02c52f73724df6829431d090a18e76baa68

2016-11-02  Michael Stahl  <mstahl@redhat.com>  [3edb365f2651848ae8bc3b85bf0b56bd00d93270]

        curl: upgrade to version 7.51.0
        
        - fixes about a dozen CVEs
        - tweak curl-7.26.0_win-proxy.patch:
          there is a "checksrc" thing now in curl that fails the build with:
            warning: use of strtok is banned (BANNEDFUNC)
          so use strtok_s instead (which is MSVC's name for standard strtok_r)
        - use Makefile.vc12 instead of Makefile.vc10
        - remove strequal.obj from Makefile.vc12, it does not actually exist
        
        Change-Id: Ie2da64980d88c72b0c902376ffc01abf97a7bc91
        Reviewed-on: https://gerrit.libreoffice.org/30484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-11-02  Eike Rathke  <erack@redhat.com>  [3e42714c76b1347babfdea0564009d8d82a83af4]

        upgrade to ICU 58
        
        Change-Id: I4a992447df65b337721a2a2627d974172a14cba5
        Reviewed-on: https://gerrit.libreoffice.org/30487
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-11-02  David Tardon  <dtardon@redhat.com>  [b68ed302830fd1c44212eeb6c23d5a08b7dc97ec]

        check only Column elements when computing column index
        
        Change-Id: I4856227c05e97daefbae7e98c0e9d70f84e1a2b4

2016-11-02  David Tardon  <dtardon@redhat.com>  [6f3642986f819430c16c8c804ac62aab47778245]

        check only Row elements when computing row index
        
        Change-Id: I3bd1b0749f8889cbd1d92a0edfa84d754e888f03

2016-11-02  David Tardon  <dtardon@redhat.com>  [30e2171b6eac8e373e31f20de4a0cee6d5d64a08]

        rhbz#1390776 check only Row elements when computing row index
        
        Change-Id: Ic5ef3971829597170acfdc0606b3c0f16c42be04

2016-11-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [079610f6ca215817bfff93b753e07a4a3e35ecc6]

        KAB loplugin:unnecessaryoverride
        
        Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [4b7435e31ac821d1738eda23a6688461efcbd311]

        let menu button launch arbitrary floating windows
        
        and not just menus, this is like how the gtk equivalent can launch popovers
        
        Change-Id: I53ae96aab0c51d75405dba15ab8080d7315471e3

2016-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f6028ad7610d36379aba36470e47e701f8a87d5]

        vcl: implement PDFWriter::Sign() on Windows
        
        Move Windows-specific code from PDFWriterImpl::finalizeSignature() to
        PDFWriter::Sign(), this way the pdfverify cmdline tool can sign a
        previously unsigned file.
        
        Change-Id: I1144e228bf8f12a284c3fc32fd3e74c355855ff3

2016-11-02  Jean-Pierre Ledure  <jp@ledure.be>  [9e93ae3ddc2262ae98abf1ce50a5ea154bd00192]

        Access2Base - Simplify CopyObject
        
        Avoid Field object buffering in CopyObject
        as it is now done in the Recordset class
        
        Change-Id: I35ee9e953e27554cb361adbb22baa619e4b73aaf

2016-11-02  Tor Lillqvist  <tml@collabora.com>  [f9f1042773795aa82bc0034122fac8271e3dabc7]

        Remove noise comment, add FIXME
        
        Change-Id: I1ad8ff94744e3a4b0844a04eabb7f19a3b15bb1a

2016-11-02  Jean-Pierre Ledure  <jp@ledure.be>  [f8b9763042afa4aa642c78179ec5b390bd643aa0]

        Access2Base - Buffer field objects in recordset
        
        Field objects are buffered in a _Fields() array,
        part of a Recordset instance,
        to improve speed and memory consumption
        
        Change-Id: Iac732ab5a1db24341aa30c3c934853a21c76e2e4

2016-11-02  Eike Rathke  <erack@redhat.com>  [01875c4514c777a43ee18014d9b0cb3f34eebbba]

        unit test for tdf#99291, empty array elements match 0.0, not empty
        
        Change-Id: I65cac442583ecd90831ebea01d2be6c0b1e60b9a

2016-11-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15a8271eb8222efe374c48e9f895676a5618afc1]

        disable gbuildtoide test on Windows as CI builders are unstable
        
        Change-Id: Ib5eb4fece2bae3e04089f2389198df800620e6f8
        Reviewed-on: https://gerrit.libreoffice.org/30483
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [6ca910adfed9906be587cb82284a631377490303]

        gtk3: grabs on floating window inside floating window
        
        under gtk3 with the floating window of the listbox inside
        the color floating window if the toplevel window is dismissed
        the focus doesn't remain locked to its parent, but skips to
        the grandparent
        
        so grab and ungrab only once elements in the hierarchy
        
        Change-Id: I14b1b8888671634c0c01c6416493f912e4abd2f9

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [b99bff93a3dd2f76c9c98ff3bc72a60cbd79730a]

        gtk3: allow float grab inside float grab
        
        this is so that the floating window belonging to the listbox inside the
        floating window color popup will track the mouse as it moves up and down over
        the menu.
        
        Change-Id: If108b5b3866fdbc04513c48c8d859bedd3867379

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [38e7f38b82e121120739034b4119e7d95c8b33fd]

        gtk3: just close the toplevel float if it corresponds to the event frame
        
        Change-Id: I489acc288fb1c9564f208e024dd5aa3ae9660a49

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [6f9ce98bd0b33e4823f1f99314a478efb9ce0638]

        support unfocused float window inside a focused float window
        
        if a floating window is inside a floating window, go up the floating
        windows until we find the first one that accepts focus, rather than
        pass the input to the toplevel frame
        
        Change-Id: I6c2a3de02ab436b8441b1fec15d51dec4f96c931

2016-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0d1a39e995871ef81cb58e8f1587a771fdd2deb]

        xmlsecurity PDF verify: add support for object streams
        
        Adobe Acrobat uses object streams (PDF 1.6) when it signs a PDF exported
        from LO (PDF 1.4), with this we can verify that signature.
        
        If the PDF had at least one signature in LO, then the doc is not
        upgraded from PDF 1.4, so that was working already.
        
        Change-Id: I54b4447ca965a8ba1ffc69bde228ab6f0bda59ee

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [2734a6ce77b9b104e065b0bc3cc593b107f49883]

        getNonLayoutRealParent is unused
        
        Change-Id: Ie003bc7ccc9985162ea52a1b0164118d9c2ce437

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [fd40e3ea09a481a2e97452d2244ecdfd6c3508c1]

        lock tab-cycling inside the WB_DIALOGCONTROL widget
        
        activate the color selector in the toolbar in the sidebar panel, press tab
        to cycle between its widgets, when it hits the bottom it will
        not return to the first widget, but escape out of the floating
        window into the next sibling of the toolbar
        
        Change-Id: I806fd4d94c477e9cfb2ea238830f7b646ea274d2

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [c7b0d2f107ee0088516ed14cc570f12c28ad067d]

        drop SvxColorWindow::Resize
        
        Change-Id: I22ed6ace464cdfd4ee0c12e8269d8141efce57a6

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [eb153b8f1af3044ec8b621f29c81ddff89b99584]

        move SvxColorWindow to include/svx
        
        Change-Id: Ie2e11c8582cbb204178c0616580f942d1ce773fb

2016-11-02  Caolán McNamara  <caolanm@redhat.com>  [4778444d20e5396d012164603018fa968331e012]

        rename SvxColorWindow_Impl to SvxColorWindow
        
        Change-Id: I84941f4566792e11a9070f8623857a3fac44591d

2016-11-02  Khaled Hosny  <khaledhosny@eglug.org>  [1260bf28fc82616acfc3d0308eb2056ff6572cf2]

        Add a comment here
        
        Change-Id: I07f2fe400f20d8f52588db326851f310245b7d8d

2016-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [b1f8cf37828d5f37527e54774aa4935610aa6325]

        loplugin:singlevalfields
        
        Change-Id: I65f96d9cd24572c8d0946acf4d2d45eb3db83a76
        Reviewed-on: https://gerrit.libreoffice.org/30476
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-02  Gabor Kelemen  <kelemeng@gnome.hu>  [c3a3b876a3a2a739b266622f51a00016a81b0cdf]

        Updated core Project: help  be1c45a0094513b93bbe9747398be1cab6a0abe0
        
        Fix the Styles button reference
        
        It has been renamed. Also Styles and Formatting is no
        longer a window but a sidebar deck.
        
        Change-Id: I3a7648c709012d14b62e7e1fc50c1ba893dfa6a0
        Reviewed-on: https://gerrit.libreoffice.org/30481
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [852bd9c2c8f13f9aded7528896121e993cd81e40]

        sw: prefix members of WW8TabDesc
        
        Change-Id: I8c6e52d40f497fb7cee3ef812e2974aa292a11a8

2016-11-02  Stephan Bergmann  <sbergman@redhat.com>  [55a77ed968229c9b6ea4e3b814c93957dc022bd3]

        remove spurious "oh"
        
        Change-Id: Ia214ef9c683492226ab39c1fd1061ecc9cbc264c

2016-11-02  Stephan Bergmann  <sbergman@redhat.com>  [d2615f96acf1030ea888b2f24a9c5bf4db0d9f0e]

        Improve some error reporting
        
        Change-Id: Ibfdb0eeebec785438d46a0e8e6e9f4c847bfb807

2016-11-02  Tor Lillqvist  <tml@collabora.com>  [1851e87627a48b826afee01f79bfb948eb5691d4]

        It's ODF version, not document version
        
        Change-Id: I3e6a54dd92ebafebabf9e75b44b9f0b5f0b6aa8a

2016-11-02  Justin Luth  <justin_luth@sil.org>  [f013d4a1f4073cda735befd6e446bee35f3db65c]

        tdf#41542 PaddingWithoutBorders: allow UI changes if...
        
        If the compatibility option is set, allow the border dialog for frames
        to be able to adjust the spacing values without enabling the border lines.
        That means it is only true for .doc and .docx right now.
        
        Change-Id: I4004a849f7369c993089d1c7b5d856cbea4f7780
        Reviewed-on: https://gerrit.libreoffice.org/28602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-11-02  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [9937b8daa7c6b8012d9ce4f936e239d87f34a0d1]

        tdf#91222 VclBuilder constructor cleanup
        
        Change-Id: I9a82ebc57c7e246841fda0262763fa9a7fbd5970
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29919
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-02  Tor Lillqvist  <tml@collabora.com>  [8e904d334cbf3c10202d486e0b6e2e58edec3f9c]

        Add a comment wondering about "ODF Version", further explanations welcome
        
        Change-Id: Idc660ba71ccff02c97a018838974430c0206ace6

2016-11-02  Stephan Bergmann  <sbergman@redhat.com>  [8251b57dec1adb7f6bb76493ae446dea77651544]

        const-ness mismatch
        
        (Why does that only cause a compilation failure now?
        DataFlavorMapper::openOfficeToSystemFlavor always returned a const NSString*.
        Odd.)
        
        Change-Id: I5baa577b78d024c5e959df7ec5bf477057b91c07

2016-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [3fea7ac94b986ba5e3632d1bbb383c65ced79f1a]

        loplugin:unusedfields
        
        Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923
        Reviewed-on: https://gerrit.libreoffice.org/30474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [2db81e733610331bc0f84d72f7e49db9af92949c]

        loplugin:expandablemethods in avmedia
        
        Change-Id: I215230d3b7e3649146083f00e7c10c03a4d3154e
        Reviewed-on: https://gerrit.libreoffice.org/30470
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-02  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7369d98991eb41e0e6bb008ef0305c17859540e]

        loplugin:oncevar in helpcompiler..reportdesign
        
        Change-Id: I2dc57931fb230953c285aeb18f57c0a41fedafcb
        Reviewed-on: https://gerrit.libreoffice.org/30463
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-02  Khaled Hosny  <khaledhosny@eglug.org>  [5d39c2013374727b1c8f147b8b99d54402a7ff02]

        tdf#71603: Create a new DC for the font fallback
        
        For some reason re-using the DC from SalGraphics results in
        GetFontData() returning GDI_ERROR and we fail to read the font’s “cmap”
        table. The wired thing is that this happens only for fonts that were
        not used before, so if you open a document directly the fallback works
        but if you open start center or blank Writer document you get no
        fallback. GDI is “interesting”.
        
        Change-Id: Ic23095cabbd2623717271ce5d89bea75dca76a9a

2016-11-01  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3f04f3f08b4ea58648ad06555405117098415de7]

        Updated core Project: help  68f7b9d1c6ffed02a241645868e49bf80aa45b53
        
        tdf#70998 change term "Graphics" to "Images"
        
        Change-Id: Ic2c2877a077bd5ba67a271dd7a89c4d1391e6fbb
        Reviewed-on: https://gerrit.libreoffice.org/30450
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [03bff1b6b953e4b7a54d2fb7bbf366bea7e959d9]

        tdf#71603: Improve font fallback on Windows a bit
        
        Check all missing characters, not just the first one. Also the calling
        sites for GlyphFallbackFontSubstitution hook expect the OUString to be
        updated to have only any characters not supported by the returned font.
        
        Change-Id: Ife56d692c05433f2f7fe02db3ef1562181dc3d53

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [d66ec48fe879a26ec542661c04e5c2b8271b7d64]

        Use the font language instead of guessing it
        
        Similar to what we do with FontConfig.
        
        Change-Id: Id01dabe0b52e4e3aea54073d42b719a924025920

2016-11-01  andreas_k  <kainz.a@gmail.com>  [35bfb8fb0cfae23afdc65d6fa24d95b64f67b68f]

        remove red alert color from pdf icon
        
        Change-Id: Iebeebc26a02dfa4c9d517664fb803d371b8ac1cc
        Reviewed-on: https://gerrit.libreoffice.org/30387
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [8d192b66e36576af4033d34ea895602a0c7a41ae]

        Misplaced #if ENABLE_GRAPHITE
        
        Change-Id: I2af3fdf100f6aaf435d8ed33d781ea0ca4ec21ec

2016-11-01  andreas_k  <kainz.a@gmail.com>  [1476c299b6f02cd49efbd2abb19a6dfdcdc271d3]

        quit icons in breeze-dark were shown in black instead of red
        
        Change-Id: I1ae0ee355e537339e33c5e41826527ccb8dd6277
        Reviewed-on: https://gerrit.libreoffice.org/30384
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [241dca2d8a667da08abbe234ab54ca83b802c768]

        add an assert to check for ref-counts > 16 bits
        
        after
            commit 87c518593de59dbf4c0f5f45c720b14a05aeca9e
            sc: remove antique reference counting hacks from ScDocumentPool
        
        In theory, nothing should be trying to save items like this
        anymore, but lets make the error more obvious in case something is.
        
        Change-Id: I89b3637168c072d20e214a8f6338f6336d44d891
        Reviewed-on: https://gerrit.libreoffice.org/30467
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-11-01  andreas_k  <kainz.a@gmail.com>  [943e82d8a42859d62619c4203e9bb1d960818be4]

        update icon to have the right icon color in breeze-dark
        
        Change-Id: Iaf1888357c8b9ed6aeb987341fbc69117c6e0ecb
        Reviewed-on: https://gerrit.libreoffice.org/30386
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  andreas_k  <kainz.a@gmail.com>  [5f0d987f02d2b26c0b4e7e6b6ab8c45231082102]

        update calc icon now the calc icon is green instead of black
        
        Change-Id: I7a11448e84ace54936b378bc178bbd4a7603b516
        Reviewed-on: https://gerrit.libreoffice.org/30385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Stephan Bergmann  <sbergman@redhat.com>  [f861c29e4ce0d257adc66bf816b896fb89f9fb38]

        Clean up javavendors_*.xml files
        
        ...and drop unnecessary javavendors_template.xml
        
        Change-Id: Ib7f2d595d2086c1d3bf324f19693b9032cf00cd7

2016-11-01  Stephan Bergmann  <sbergman@redhat.com>  [f537e561c7f61487253a07b76e6b8a1a87d30a27]

        quickfix: Automatic selection of Oracle Java runtime on macOS
        
        same issue as 36f637f7f21906fa3f37223e69b044db52036fb1 "tdf#103507 quickfix:
        Automatic selection of Oracle Java runtime on Windows"
        
        Change-Id: I3239bbf52263fb53bcd0ed54e8e983bda3b19182

2016-11-01  Maxim Monastirsky  <momonasmon@gmail.com>  [2c1d6e598908dae527a7cfeed8e82b23fedd04da]

        tdf#103624 Avoid double init of controls in SidebarToolBox
        
        Controls that created by the service manager are already
        initialized by it. At least in the case of SaveToolbarController
        such double init creates a problem, as SaveToolbarController
        will add itself as a modify listener twice, but remove only
        once in dispose method. Probably SaveToolbarController should
        be smarter about this, for both not adding a listener twice,
        and also not attempt to work after being disposed - but that
        doesn't make the behavior of SidebarToolBox correct.
        
        Change-Id: I3f0fcdff31c65198a2233c969d37a0015712fff5

2016-11-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8826771e8398063018935c38039c05faf4c993a3]

        style fixes for cppcheck noExplicitConstructor
        
        Change-Id: I2a690caea7656f2a18beb6d09f53154178a30f34
        Reviewed-on: https://gerrit.libreoffice.org/30460
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-11-01  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [33bc51a60523f23a860534a39a096fecce192671]

        Added 22 pt_PT autocorrect words
        
        Change-Id: Ida1f8f836e1c5772771fb4ca3c90982b98326778
        Reviewed-on: https://gerrit.libreoffice.org/30473
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-11-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5cddf5d7630902ab35dbee2d22da10c5b1e80c1f]

        SafeModeDialog: Close dialog before restarting
        
        Change-Id: I714040d0892cf154e002209dbdb4831b40ec08bc
        Reviewed-on: https://gerrit.libreoffice.org/30472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Stephan Bergmann  <sbergman@redhat.com>  [d82f34a7ec478bb16d6e2c2dae562bdaead4c8d5]

        Forward debug/optimization flags to external/harfbuzz
        
        Change-Id: Ie3bc54a43e46dc28faca9356f414a700a0727cec
        Reviewed-on: https://gerrit.libreoffice.org/30456
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-11-01  Szymon Kłos  <eszkadev@gmail.com>  [889b8102e0c296ca41a90dc34aeb0facc40735bd]

        tdf#103481 fixed SIGABRT in embedded presentation
        
        Change-Id: I51402aec953d58f92d8fe768bca0d2c2d1ce4474
        Reviewed-on: https://gerrit.libreoffice.org/30368
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Tor Lillqvist  <tml@collabora.com>  [7ec0eed345550597c25c71a62962d7d3519c68ca]

        Fix inconsistent indentation
        
        Change-Id: I4b87541c6e64e6b2b7c912f47a80a4aa37842014

2016-11-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e13827070cdcdf7bbf96678e7527c684519124d8]

        SafeModeDialog: Group options
        
        Change-Id: Ife0903c90f17efb2a1c6681ece8dd9af257873cd
        Reviewed-on: https://gerrit.libreoffice.org/30453
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [69de2b4772e7f7c1b285cf0405f872423c3f88cd]

        SafeModeDialog: Add link to user profile
        
        Change-Id: I0096b3d7db51e28eb58c7209109c30b73b382478
        Reviewed-on: https://gerrit.libreoffice.org/30448
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1161de521e2a828d292f673a05c1344a295e4cae]

        safemode: Add option to disable H/W acceleration
        
        Change-Id: Ic6751717c14d317b5a4bc64c4fd1cf2b2f5efabf
        Reviewed-on: https://gerrit.libreoffice.org/30112
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-11-01  Michael Stahl  <mstahl@redhat.com>  [6b5cbdf8330bc1516c775757e489716337868a9f]

        sysui: add "translate" urls to AppData files
        
        * run "appstream-util upgrade"
        * add "translate" urls
        
        Change-Id: I3bad7d5dd90cce7703a100ac95097ad3a8f2c56d

2016-11-01  Tor Lillqvist  <tml@collabora.com>  [0bbc15aa24d08c4051c8afc67da345517a07707a]

        Use enum class for two local enums
        
        Change-Id: I0d7e6a14ec890b8a1dbdea3685b543b63426c628

2016-11-01  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [acf531be6a423f9b74997b29a8cafe82aa18423c]

        Cosmetic: Namespaces, better make use of the 'using-directive'
        
        Change-Id: If27709a2d8d8f231be9be0231d522f2a71e5fcae
        Reviewed-on: https://gerrit.libreoffice.org/30457
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-11-01  Caolán McNamara  <caolanm@redhat.com>  [9e33ac4035442b48bcd2a58f42a279fe9855b6ce]

        Resolves: tdf#103556 the implicit convert to bare pointer hurts us here
        
        Change-Id: I2d91cf9b11027f76dbcbb5432f4cad71c56f53f2

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [9bdec0831afc45af45ea6d9350ef3372188b45cb]

        loplugin:oncevar in sd..svgio
        
        Change-Id: I58565460fcc3279c9771c6e1272d0af540b2c87c
        Reviewed-on: https://gerrit.libreoffice.org/30459
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [49c7bc5af291dbf6b34bcea82c9c0513f65b308b]

        loplugin:expandablemethods in accessibility
        
        Change-Id: I51d13c12274d99623b97f611e30204bea624cbfc

2016-11-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [53949256dd1fb0741009cc46e112ba3a00c33b39]

        simplify loop to O(n)
        
        Change-Id: Ib14da0201730e213f15f4f46b539fc843bfbe750
        Reviewed-on: https://gerrit.libreoffice.org/30454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [39414827352e58e8be76abaa9a5a1ac9518d927f]

        loplugin:oncevar in sal..scripting
        
        Change-Id: Id9ab12f3a61eb83a2288b2fd4d99ab77f5833e1b
        Reviewed-on: https://gerrit.libreoffice.org/30461
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d5c4823555e6f5c4e3bd9258c819bb2a763227c4]

        cppcheck unreadVariable: nModified
        
        unused since initial commit 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24
        
        Change-Id: I2828af1fbfda993dff32abf0f9a9f73e9fb61028
        Reviewed-on: https://gerrit.libreoffice.org/30455
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f71f88cf8a0970ad4e2daac30b7a12d6c222d87]

        add Codelite files to .gitignore
        
        Change-Id: I464748061b9df4d781ae49f4971f73d92f825bba

2016-11-01  Noel Grandin  <noel.grandin@collabora.co.uk>  [5e997f4dba1cfcde554ff413a615e101b9c72ee5]

        disable this chunk of loplugin code on clang < 3.8
        
        not worth the spaghetti of making it work across version
        
        Change-Id: I0de923b16fb6d58cbad55adc9878ab39bc0c86ae

2016-11-01  Шиповський Роман  <RoMan.Shipovskij@gmail.com>  [458a9fd8065737af212bb6bbba285ecb9aad1bb8]

        Decrease SpreadsheetML import time to prevent "General input/output error"
        
        Change-Id: I39ed8fff7ba88042c74a11ddc58eec014c0bc6bd
        Reviewed-on: https://gerrit.libreoffice.org/30361
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-11-01  Arnaud Versini  <arnaud.versini@gmail.com>  [6e0b4ffd25ca6b2cb4f02a66ef9bfe55da33cd0f]

        BASIC : use rtl/character.hxx in sbxform.cxx
        
        Change-Id: I88c9d26b27ff80e02a88349198813d2771522343
        Reviewed-on: https://gerrit.libreoffice.org/30445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-11-01  Takeshi Abe  <tabe@fixedpoint.jp>  [cb90f0976d20d0e9c61138f4572d14750ea3de07]

        Omit the default comparator
        
        Change-Id: Idea8ea8dab6a86d7be6394aef1cf7f25b75009e0
        Reviewed-on: https://gerrit.libreoffice.org/30319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-01  Takeshi Abe  <tabe@fixedpoint.jp>  [9fa6dadc4e1e75b2fd7b7360995c524fa7a5d40e]

        Omit the default comparator for std::sort()
        
        Change-Id: Ib865bdf911b53d809fc2979f524da3735bb39ce5
        Reviewed-on: https://gerrit.libreoffice.org/30432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [3950166877bf1308f9e449992e20b558342af825]

        Revert "Enable the new text layout engine by default"
        
        This reverts commit d79f43d0bebbe7b1f8d68d50734737aea9fe839d.
        
        Breaks MacOSX tinderbox, need to figure out why a totally unrelated test
        is broken.

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [e31f7f4c87d5501599daa8d11d08b6e4a8725356]

        tdf#103403: Wrong glyph advances with Graphite
        
        Always create HarfBuzz font at the UPEM size and scale HarfBuzz output
        with the desired size instead. This theoretically means we loss any
        size-specific adjustments in the font but in practice very few fonts do
        this and in general modern APIs prefer stable glyph positioning across
        font sizes.
        
        Change-Id: Idf396eec5e241cc5fb9d0db698f2c081b7de29e3

2016-11-01  Khaled Hosny  <khaledhosny@eglug.org>  [86abe3cb3d4b06ffecced691829c15ba90d00937]

        Revert "tdf#103403: Wrong glyph advances with Graphite"
        
        This reverts commit 3d83c42008ab51202c0577f493e8ed3fde0310b7.
        
        A simpler fix in the next commit.

2016-10-31  Khaled Hosny  <khaledhosny@eglug.org>  [d79f43d0bebbe7b1f8d68d50734737aea9fe839d]

        Enable the new text layout engine by default
        
        The handful of bugs reported so far have been fixed, and I think it had
        enough basic testing to show that it is usable and can be switched on
        for wider testing.
        
        We can always revert back to the old engine if needed before or even
        during 5.3 series.
        
        The environment variable SAL_NO_COMMON_LAYOUT can be set to disable it
        at runtime.
        
        Change-Id: If319a0161897ec676d3123595944a0401c67b63f
        Reviewed-on: https://gerrit.libreoffice.org/30443
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-31  Eike Rathke  <erack@redhat.com>  [33090865c494618f4e528bf5a10aae8c4fc443d1]

        Resolves: tdf#99291 empty array element should not match empty cell
        
        As weird as it is, but an empty cell is only to be matched by an empty string,
        not another empty cell.
        
        Affects spreadsheet functions SUMIF, AVERAGEIF, COUNTIF, SUMIFS, AVERAGEIFS and
        COUNTIFS.
        
        Change-Id: Ib33402e8c93f26cd8e2648426a5bde6b267c55ab

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [f25a15dc99b00dfd2def8bc4d6772b14a78a8a6c]

        loplugin:vclwidgets: Adapt iterator hack to libc++
        
        Change-Id: I1e4fbb06578b2b1d6de4b57507693b014d36cd3a

2016-10-31  David Tardon  <dtardon@redhat.com>  [04055cd8d9fcff67513cfd7de0872cb48bc82967]

        fix doc comment to match code
        
        This has been wrong since the initial commit...
        
        Change-Id: I271375ba10c37aa9b198476955d66af9fc019e27

2016-10-31  David Tardon  <dtardon@redhat.com>  [7445399af829c48e8c71eed66f132d96fa195c37]

        convert angle from degrees to radians for glm
        
        This makes simple (i.e., not implemented as a shader) OpenGL transitions
        work correctly again.
        
        Change-Id: I773f686089bce3611940743b1a7f5046093886e8

2016-10-31  Eike Rathke  <erack@redhat.com>  [d7984d88e6e611e84fef41e7bb092c127b5db26b]

        Resolves: tdf#64001 exclude "boolean" value cells from increment during Fill
        
        Change-Id: Id79438cc37a63c0619c6b96ecf57b10d781afea3

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [14e748a12ff940a92bba83a0d2dee576e99615ac]

        Adapt warning message
        
        ...after 1b98f38cfac2ac6caa7f178f70bcd9c5f74f16a4 "css.xml.sax.XAttributeList is
        broken by design"
        
        Change-Id: I052baf70f7798c47a9022bb7623149cb41069227

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [40633e32f3925e2041a45b6a574d6b9bd4e844a7]

        Revert "Revert "Prevent nonsensical comparations between OUString and nullptr_t""
        
        This reverts commit e559c0c9cbfd819f22ef695a9823bb71f4385b58; just turn the
        deleted overloads into non-friend functions (and rely on any other overloads to
        be still found via ADL).
        
        Change-Id: I2af834162cab2e71ed9e32ae6903bc9f86d77ba2
        Reviewed-on: https://gerrit.libreoffice.org/30441
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-31  Eike Rathke  <erack@redhat.com>  [4f30849f07ea446cc58236e348737897adbbd016]

        don't loop uint16 against size
        
        Theoretically selecting over 64k rows with a series sequence and calling Fill
        could had looped endless.
        
        Change-Id: I1740b674638eb90d51808e619c562cf8064f4888

2016-10-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c3043a3072465c489d3b20991b17d222771305eb]

        tdf#103591 icon theme name resolving, ui fixes, prioritize png
        
        - Prefer "png" over "svg" because for Tango theme we include both
          "png" and "svg" icon, but rendering of "svg" crashes
        - We save the choice of which icons to use into the profile. When
          32px icons were added the values have shifted - "auto" had value
          2 has became "32px" choice and "auto" has the new value 3. In the
          case of the default "auto", we now always showed 32px icons. This
          commit reverts the "auto" value 2 and puts "32px" choice to 3.
        - Name resolving now always removes the icon file extension and
          adds the ".png" and ".svg" extension before resolving. This
          makes it possible to define the name of the icon without the
          file extension.
        
        Change-Id: I05e3913aaee0037692609ced246954b14a13828a
        Reviewed-on: https://gerrit.libreoffice.org/30440
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-31  Mike Kaganski  <mike.kaganski@collabora.com>  [7de287ba422107f54018f2ba0f054d642c86c966]

        Make stable sort more stable :)
        
        Account for negative widths/heights; only apply text fudge factor
        to text elements. This prevents debug asserts that "less" comparison
        is invalid.
        
        Change-Id: Ifb46bb873bfc80fc8c07af4923073d2042d30b3a
        Reviewed-on: https://gerrit.libreoffice.org/30391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [06babf60ce9edd17e02930e60b9afdc12b40b553]

        loplugin:oncevar in svl..svx
        
        Change-Id: I80b11a7b698de4b84d7a2f4c7dc62b2e4fd8bb01
        Reviewed-on: https://gerrit.libreoffice.org/30438
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [c8b09c0024cc8fb5444ca422d2ddf729a5117d1d]

        loplugin:oncevar in sw
        
        Change-Id: I81cd59b2a24bca533a27cc4138f1ac3acff65090
        Reviewed-on: https://gerrit.libreoffice.org/30437
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [785a4d56e60dd9ffd15b96ec9a191e4ec6c3d92b]

        also stubify generated object adders
        
        - This should unbreak vcl when configured with KDE/TDE CustomTargets
        
        Change-Id: I239e97b90174f3daef39e4a806a126cafba9d8e0
        Reviewed-on: https://gerrit.libreoffice.org/30436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [e559c0c9cbfd819f22ef695a9823bb71f4385b58]

        Revert "Prevent nonsensical comparations between OUString and nullptr_t"
        
        This reverts commit 2e3f5c8dd3b21efe83269f603e26ac20f3adde64, some GCC
        have trouble with deleted friend functions; need to fix that properly.

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [2e3f5c8dd3b21efe83269f603e26ac20f3adde64]

        Prevent nonsensical comparations between OUString and nullptr_t
        
        ...now that
        
        1b98f38 css.xml.sax.XAttributeList is broken by design
        074defe Strange OUString null check
        a24105a Nonsensical OUString null check
        9799fe3 Nonsensical OUString null check
        d6b9fea Nonsensical OUString null check
        f2de7d0 This apparently always wanted to check that _rChars.trim() is non-empty
        a8cfc97 SvxBrushItem::GetGraphicLink no longer returns a pointer
        
        are fixed.  (OString didn't have this problem with overloaded operator ==/!=,
        but had a similar issue with nullptr_t that OUString in turn didn't have,
        f20162304d73bc01955e9ef6506c3bd1c7016c48 "Rule out OString(std::nullptr_t)".)
        
        Change-Id: I4ca0e1f5a911448e7bc9b8c5dddff5993d61ef18

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [1b98f38cfac2ac6caa7f178f70bcd9c5f74f16a4]

        css.xml.sax.XAttributeList is broken by design
        
        In the Java interface it was reportedly copied from, getValue can return null to
        indicate a missing attribute, but in UNOIDL that's not possible.  The workaround
        that implementations of the UNOIDL interface resorted to is apparently to return
        an empty string (another option would have been to throw an exception).
        
        But the code in xmlsecurity appears to be written under the ill assumption that
        getValueByName would return null for a missing attribute.  What the code as
        written actually did check was whether the return value is an empty string
        (because it picks the operator ==(OUString const &, sal_Unicode const *)
        overload, which happens to treat a null second argument like an empty string).
        
        Ideally, the code in xmlsecurity would have some way to tell a missing attribute
        from an empty one (via some extended XAttributeList2, or by iterating over all
        getNameByIndex, or ...).  But for none of the affected attributes it seems
        expected that the attribute's value could be an empty string, so checking for an
        empty string seems to work reasonably well in practice.  So keep it simple and
        just check for an empty string properly.
        
        Thanks to Tor for spotting that odd xmlsecurity code.
        
        Change-Id: Ib068ee98ef818683a43309ab4d7c3a4731e8deff

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [074defe26f55ef05ca5bd45f292e736438654b47]

        Strange OUString null check
        
        ...ever since 035d20bd248b4f958c185001752688ef88318af6 "INTEGRATION: CWS
        aquafilepicker01".  Unclear whether this was written under the assumption that
        m_aCurrentFilter is a pointer (which would explain the OSL_TRACE message talking
        about "null"), or whether it really wanted to check for an empty string (which
        the code acutally happened to do).  So lets keep the empty-string check in,
        given it was in there ever since the code's introduction in 2007.
        
        Change-Id: I9e48b6ceccaf069c6a6a88d3918ba88379a72497

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [a24105a8927c9450088fe950cf6bb88adf225614]

        Nonsensical OUString null check
        
        ...ever since 523e10ac08b35b6b63e9ac0ffefac7c013e4ee89 "INTEGRATION: CWS
        scriptingf4: #i28384# - implement Macro Selector specification".  (That happened
        to redundantly check for non-empty aScriptURL, too.)
        
        Change-Id: I3fae859af4b0cc5d2b5f8a609c74b00b120694f3

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [9799fe3dbb09d1d07fb15ff4d7f7dbd1453f05db]

        Nonsensical OUString null check
        
        ...ever since acd2c90978052723475a41144dd5d92090fbf6b4 "fdo#80897: Preservation
        of text warp properties."  (That happened to redundantly check for non-empty
        presetWarp, too.)
        
        Change-Id: I6162f7cb5c82b7950eb3742c61bc3297e9c6fa1b

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [d6b9fea9b8cabf6834e55671e308cd6a6b63955a]

        Nonsensical OUString null check
        
        ...ever since at least d32b3a714fe55892bdead03502c5a9b0e77fa61d "#i106421#: move
        svx/source/cui to cui".  (That happened to redundantly check for non-empty url,
        too; maybe in the distant past GetScriptURL returned a pointer.)
        
        Change-Id: I6139db1d4b1fdcf5325895569de293dd89e36d9f

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [f2de7d05457d54767f8d1e0fab01adfaf52d0c37]

        This apparently always wanted to check that _rChars.trim() is non-empty
        
        ...and d3e89269304c623e3b52a097e9e270f1bf1f09b8 "initial checkin -
        implementations for formlayer import/export - still under construction" just
        forgot the '.getLength()' in
        
          OSL_ENSURE(0 == _rChars.trim(), ...
        
        that is present in other, similar code.  (And the current code happend to use
        the operator ==(sal_Unicode const *, OUString const &) overload that happens to
        treat a null first argument like an empty string.)
        
        Change-Id: I9d74b6ae29ca5f5f80391de50e4898add6bf6fe2

2016-10-31  Michael Stahl  <mstahl@redhat.com>  [1e467fa8ae06ee4953511973f1785f41d8ba9e31]

        sfx2: Metadata has no need for cryptographic randomness
        
        Change-Id: I911c15c0ea7a3cae0269c67d8bd6fd79e9b6d8c6

2016-10-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0b4118854c61db75b5a52ecc2cdf8a36c89c9fdb]

        Updated core Project: help  afded9511ec67e7181ffcc2614bf4c676539efcd
        
        update description of Find and Replace dialog
        
        Change-Id: I40af15d57e568eebdb5fe145e6a8bc9c8d6845b0
        Reviewed-on: https://gerrit.libreoffice.org/30396
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [735e5bb85578dd749d3ccf016b7c08b0f2bb1edf]

        populate library path to gbuildtojson in tests
        
        the test environment clears LD_LIBRARY_PATH as it seems to cause trouble for
        make in ASAN. "make gbuildtoide" only runs the gbuildtojson exe, so make sure
        it gets the LD_LIBRARY_PATH that was filtered out from the make that starts it.
        
        Change-Id: I69ee0024232092aebcd1e8e11b002d6f7eb55c84
        Reviewed-on: https://gerrit.libreoffice.org/30433
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-31  Gabor Kelemen  <kelemeng@gnome.hu>  [77837fb21c6967b0664ecc16e0fc2d37f4584e82]

        Updated core Project: help  129393b348cf785721113200e54fe7d243dbd403
        
        tdf#103527 Remove references to the Colors settings page
        
        The Tools->Options->$officename->Colors page was removed in
        28da3aed71a4850f47156d717b6a18fce98154e9
        
        Change-Id: Ife056262aba89c79d2e98f1a0f97630ed5c498ef
        Reviewed-on: https://gerrit.libreoffice.org/30402
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-31  lbenes  <lukebenes@hotmail.com>  [6a737c942b1a4f5c3a99c625793fcd4422b64784]

        fix MSVC 2015 build Error C2397
        
        Change-Id: I4810aa8b0b7d28bcd41b4aa19d40f41757d540cd
        Reviewed-on: https://gerrit.libreoffice.org/30411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [7441141bcffe43c7cad3795f2979270328028917]

        No good reason for dbaccess::OCacheSet::updateRow to be pure?
        
        Most of its virtual member functions are (though insertRow is already a curious
        exception), even though they are defined, so smells like a copy/paste error
        rather than deliberate design.  And appears to have been the only reason why
        loplugin:unnecessaryoverride filtered out such overriding of pure base
        functions.
        
        Change-Id: Ib2a40af9cd3cd3dbb26c4147f7d01de4e11f5f6e

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [a8cfc979b43b75a94e155bd188283d1460c69584]

        SvxBrushItem::GetGraphicLink no longer returns a pointer
        
        ...since cfb4463d2afd36ca6d0fbb9e374bf5387fee84df "convert
        include/editeng/brushitem.hxx from String to OUString", which boldly changed it
        from returning a pointer to returning a reference, probably not even taking into
        account that that broke the value set (from string+null to just string).
        
        However, that change appears to have worked OK in practice, and there maybe
        wasn't a need after all to distinguish a null value from an empty string.  These
        two places here were missed in the change, and happened to keep working, as they
        picked the operator ==(sal_Unicode const *, OUString const &) overload, that
        happens to treat a null first argument like an empty string.
        
        Change-Id: If2d76951fa4bf6c7821321327ad653bd0a95a788

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [1b36f23b516b44ccccf64f294c35073088835e5f]

        loplugin:oncevar in xmloff..xmlsecurity
        
        Change-Id: I2353d3c73130ed9420e8d803a9a96a06549bb6bd
        Reviewed-on: https://gerrit.libreoffice.org/30429
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [aeeabc36fd0a4a71238c8c3df2e80ea324f9bac0]

        loplugin:oncevar in unoxml..toolkit
        
        Change-Id: I3b97665908be0a44d24192433bdc9c2bd9008736
        Reviewed-on: https://gerrit.libreoffice.org/30431
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [40f186a73225f0fcbce828c97d6395dfffb79a90]

        Clean up #include line
        
        Change-Id: I8fe49533c3aa2830cf068d9cad091f3c2ab0fbfd

2016-10-31  Stephan Bergmann  <sbergman@redhat.com>  [677a540486535cad463a0b823879b2eade4252c7]

        Adapt SalFrameStyleFlags mask
        
        ...after 016730421e5e58415170b464bf9d9ca47d6c3b4e "remove newly unused
        WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE"
        
        Change-Id: I9c780c8ec755d624e0eb1891876bd264bd47955c

2016-10-31  Justin Luth  <justin_luth@sil.org>  [21f6bf2d17de3a69981d15d3878fd57d4169972f]

        MS formats allow padding without borders, regardless of display.
        
        AllowPaddingWithoutBorders is about display / UI settings. Whether LO
        displays them or not, the border distance should be saved for proper
        round-tripping, so no need to test for compat setting (and which is
        always true anyway in this code segment).
        
        related to tdf#41542 and commit 52b29c60801cf75364fd8275a22e812797cb184d
        
        Change-Id: I3822d9ea50376b50b89dff37b7394286cab76fff
        Reviewed-on: https://gerrit.libreoffice.org/30426
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [442eacc4e186db3cc941f7cba28ac1692d601ea2]

        loplugin:countusersofdefaultparams in sc(part1)
        
        Change-Id: Ia2b0174654fad536ee23f6174a0b38b1843a4aa5
        Reviewed-on: https://gerrit.libreoffice.org/30427
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [04bfdc0a82c306dbe16e7d79e78f2b1c8fd05475]

        loplugin:oncevar in vbahelper..writerfilter
        
        Change-Id: Ifd7e91753d9652d6b1c535cde3cddf74757a2483
        Reviewed-on: https://gerrit.libreoffice.org/30430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [eaf32cd43c4d45db6c3b284d53169c81f522744e]

        fix unnecessaryoverride clang plugin on clang < 3.8
        
        Change-Id: Id78d694cf7271a6abf94234958ab623cf1cd93a5

2016-10-31  Noel Grandin  <noel@peralex.com>  [b70f10e0811bb344db91332edc16410a66f4c36e]

        fix use of is_sorted_until
        
        fix for
            "comparison doesn't meet irreflexive requirements, assert(!(a < a))"
        
        as a consequence of
        
            author Jochen Nitschke <j.nitschke+logerrit@ok.de>
            commit e75561bd19faa332c077ec249a397d056fae63f2
            bin SfxUShortRanges, inline and rewrite only usage
        
        seems that std::is_sorted_until has stronger requirements than we
        actually want here, so open-code a similar algorithm
        
        Change-Id: I126584d9146137b9ac699dad85fd9691490dc30d
        Reviewed-on: https://gerrit.libreoffice.org/30435
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-10-31  Noel Grandin  <noel.grandin@collabora.co.uk>  [978c6e7a8fae309d4b3f3f1e422ca9d91a427469]

        update vclwidgets plugin to check local variables
        
        Change-Id: I91f7fc6b8419c0ed82194726eeb4c4657e998f22
        Reviewed-on: https://gerrit.libreoffice.org/30428
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Michael Stahl  <mstahl@redhat.com>  [3b921a2cd7c2b29245af4e975da6c60f72384237]

        sw: bookmark names don't need cryptographic randomness
        
        Change-Id: I6cecbf9b5a8b66de2e0e2d90fdecf6b389caad25

2016-10-31  Michael Stahl  <mstahl@redhat.com>  [f28f87f20c040d941d7a5e64c6b662a23744a21b]

        sw: RSID have no need for cryptographic randomness
        
        Change-Id: I4a3c4e390a6d05059e27ca33f02c38cfb6bb2e47

2016-10-31  Michael Stahl  <mstahl@redhat.com>  [9fd3a83e47e94801e6f4c9a432e8459b8320aabc]

        sw: DocumentListsManager: no need for cryptographic randomness here
        
        ... or in SwDoc::GetUniqueNumRuleName()
        
        Change-Id: Ifd6df902f7feae9db77f38654d7eb246dfb3510a

2016-10-31  Noel Grandin  <noel@peralex.com>  [927df8bff2f6a95f5a829aa142b5a05b3a96e35f]

        return dialog pointers using VclPtr<>
        
        or their ref-count could drop to zero before they actually get used
        
        Change-Id: I5af7a0cc8650e3d779c870144c23b6de19c8cc45

2016-10-31  Julien Nabet  <serval2412@yahoo.fr>  [85101d2a4da95f6c8a8e51065985409b285d2ebd]

        This needs to be VclPtr too
        
        Avoid this segfault:
        Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
        0x00002aaad2a20e4e in VclReferenceBase::acquire (this=0x9999eeeef579c129) at /home/julien/lo/libreoffice/include/vcl/vclreferencebase.hxx:38
        38	        assert(mnRefCnt>0);
        (gdb) bt
        0  0x00002aaad2a20e4e in VclReferenceBase::acquire (this=0x9999eeeef579c129) at /home/julien/lo/libreoffice/include/vcl/vclreferencebase.hxx:38
        1  0x00002aaad37325ae in rtl::Reference<AbstractScImportAsciiDlg>::Reference (this=0x7ffffffef7c0, pBody=0x55555be02790) at /home/julien/lo/libreoffice/include/rtl/ref.hxx:63
        2  0x00002aaad37321b5 in VclPtr<AbstractScImportAsciiDlg>::VclPtr (this=0x7ffffffef7c0, pBody=0x55555be02790) at /home/julien/lo/libreoffice/include/vcl/vclptr.hxx:89
        3  0x00002aaad3731e25 in ScopedVclPtr<AbstractScImportAsciiDlg>::ScopedVclPtr (this=0x7ffffffef7c0, pBody=0x55555be02790)
            at /home/julien/lo/libreoffice/include/vcl/vclptr.hxx:305
        4  0x00002aaad373055e in ScFilterOptionsObj::execute (this=0x555558d8d450) at /home/julien/lo/libreoffice/sc/source/ui/unoobj/filtuno.cxx:179
        5  0x00002aaad1c03f50 in (anonymous namespace)::handleFilterOptionsRequest_ (xContext=uno::Reference to (cppu::ComponentContext *) 0x5555559ec960, rRequest=...,
           rContinuations=uno::Sequence of length 2 = {...}) at /home/julien/lo/libreoffice/uui/source/iahndl-filter.cxx:259
        6  0x00002aaad1c044f4 in UUIInteractionHelper::handleFilterOptionsRequest (this=0x555558c1b400, rRequest=uno::Reference to (RequestFilterOptions *) 0x555558d5edf8)
            at /home/julien/lo/libreoffice/uui/source/iahndl-filter.cxx:315
        
        Change-Id: I50f9f5c4c63328a0aaa3ecb2d83a902de6a38add
        Reviewed-on: https://gerrit.libreoffice.org/30410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Noel Grandin  <noel@peralex.com>  [ee33745ced5ae12f9ae7735fac16a7298ccae474]

        tdf#103334 - EDITING: Undo on bullet point style
        
        I have checked the normal model and the editing model after UNDO, and
        all seems to be well, this is purely a rendering/lack-of-invalidation
        issue.
        
        The extra invalidation I add here is restricted to the UNDO case to
        prevent tripping up a LOK unit test
        (SdTiledRenderingTest::testCursorViews).
        
        I confess to not having followed the invalidation logic all the way to
        see why exactly it makes the bug go away.
        
        Change-Id: I34f7d84526462665b1ec09aba966c98cd4e8795f
        Reviewed-on: https://gerrit.libreoffice.org/30225
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-31  Justin Luth  <justin_luth@sil.org>  [49909dca5856aada5340d44f03a271d38e038039]

        fix logic error - still set zero padding if no border set
        
        caused by commit 52b29c60801cf75364fd8275a22e812797cb184d
        
        originally, if there were no visible lines (bFirstLine), then any
        line distance was reset to zero, but with AllowPaddingWithoutBorders
        that should not be done.
        
        However, the case were there is no boxItem at all was missed - padding
        should still be initialized to zero in that case.
        
        Change-Id: I0a95ee1de6781089196a1ba40d2c0365d15926e2
        Reviewed-on: https://gerrit.libreoffice.org/30412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-31  Takeshi Abe  <tabe@fixedpoint.jp>  [b589c4cd8765b0611afe435354364df891d78852]

        Omit comparator which is the same as default std::less<key_type>
        
        Change-Id: I72a0b618577caececaaf3eb4df53d4cb192251da
        Reviewed-on: https://gerrit.libreoffice.org/30369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-31  Khaled Hosny  <khaledhosny@eglug.org>  [3d83c42008ab51202c0577f493e8ed3fde0310b7]

        tdf#103403: Wrong glyph advances with Graphite
        
        Patch sent upstream:
        https://github.com/behdad/harfbuzz/pull/357
        
        Change-Id: I245509d386e83970e4b08bd2a4b20a590303025a

2016-10-31  Khaled Hosny  <khaledhosny@eglug.org>  [4b4abb73fcd7f2802e73102b3e7c30face8d309c]

        Avoid excessive text clipping on Windows
        
        Use a better rounding strategy so that when the bounding box involves
        part of a pixel we include the full pixel, so floor for -ve values and
        ceil for +ve ones.  Without this I see lots of cut text on Windows.
        
        Change-Id: I258f63eb37911574cd3f6f08da22349756c0775c

2016-10-31  Khaled Hosny  <khaledhosny@eglug.org>  [ebe3fd529195ae1edf5daeab197bbb3cfec4143c]

        Reduce number of arguments
        
        The font is already a member of the class, and the EM height is unused.
        
        Change-Id: Ice2eb2bb3e4b491bcb93123e1c3a08170cdaa50b

2016-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1011f99ed63b61d9f9a469388729fa7d1b5bf960]

        cppcheck unreadVariable: diff
        
        since initial commit 27a1e85b656bad222f113f650b03397aa3bc59d3
        
        Change-Id: I46a973fdd6b565117030a3ae218928807e9bac41
        Reviewed-on: https://gerrit.libreoffice.org/30406
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e1efc55ab4be8ffb7fc51c44e98d88f71b26dc7b]

        cppcheck unreadVariable: nRemoveSelect
        
        since introduction in commit 60f11adb950e4f9645cc9ecb0f5af8235cc97366
        
        Change-Id: I9e735ec9f39502b90cec40af4397abac0165df83
        Reviewed-on: https://gerrit.libreoffice.org/30407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [18658fff26edfc2169b014d6cefe7c7987c26320]

        cppcheck unreadVariable: nCount
        
        unused since commit debafc2c17b957ff2edc8821bf0f615816645e94
        
        Change-Id: Ida1da503739454a1fb67b4d0df3067060c2738e5
        Reviewed-on: https://gerrit.libreoffice.org/30409
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cd252e2f014c91ca01bf48cf716f9c984214f679]

        cppcheck unreadVariable: n
        
        since initial commit d02f75a8c36705924ddd6a5921fe3012fafce812
        
        Change-Id: I51d56485f4b6224a1b7ce16b0788e7e884d57b37
        Reviewed-on: https://gerrit.libreoffice.org/30408
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f891267b03197bc9facbbb1d86774853f33c2c45]

        toolbox: don't need "ItemImageOriginal" anymore
        
        Change-Id: I7037b7a8c70150f9946cca0c48607bd887779c82
        Reviewed-on: https://gerrit.libreoffice.org/30405
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [641b9cb1d0934b3f8b4a80279cb3f3f81ecc4707]

        tdf#103588: Draw with the right font on Windows
        
        Apparently without implementing InitFont(), we might end up drawing with
        the wrong font, thanks to the arcane ways GDI API.
        
        Change-Id: I224de138446d4a536e13992efa98b0f04609576a

2016-10-30  Stephan Bergmann  <sbergman@redhat.com>  [ffed74ee5450e6f6dd63ad3db489ebdbaa13d5fd]

        -Werror,-Wunused-private-field
        
        Change-Id: I695b3709c2b53f62773dc390b89966061c7b0ae9

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [93a6af8750bc17c22f16318be40bf5e2366e1100]

        Updated core Project: help  4f39d66542067430093d3887a83bde67d838e20b
        
        Update after recent dbaccess HID removal
        
        Change-Id: Ifbbfaf592aca44eb2a2a83e9afef3427aef364b8
        

2016-10-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e75561bd19faa332c077ec249a397d056fae63f2]

        bin SfxUShortRanges, inline and rewrite only usage
        
        only use was to merge 2 range tables in SfxItemSet::MergeRange
        of which one table always contained a single range.
        
        rewrite the merge algorithm (SfxUShortRanges += operator).
        sort new range into the table of ranges and merge overlapping
        ranges afterwards. Not as optimal as the original code but it's
        short, maintainable and works without 'goto'
        
        inline the DBG_CHECK_RANGES macro
        
        Change-Id: I991c050f069d44fe72b3ea374863f5f26e7099e9
        Reviewed-on: https://gerrit.libreoffice.org/30299
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3d531da5ac08d5da5d7177306dba0f8a38696002]

        vcl: use links to "large" (26px) icons also for 32px icons
        
        This adds links to "large" icons (prefixed with "lc_") also for
        32px icons automatically so that we don't need to duplicate the
        links.txt files.
        
        Change-Id: I5fc3a769aa795060b6ae2d554cadd81938e4d4ec
        Reviewed-on: https://gerrit.libreoffice.org/30399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b1426b5b502fd591402d666994e3f1fb3a8ad959]

        tdf#95014 initial support for 32 px icons in toolbar
        
        This adds support for 32 pixel icons - mainly to get them into
        the toolbar.
        
        Most changes made are to change the behavior of having only small
        and large icons as a boolean choice, but not every code path was
        converted to non-boolean choice yet.
        
        Breeze icon theme has the 32px variants so it can be used already.
        
        Change-Id: Iadf832a87826c16b3a83522104dd6c35d61a0f87
        Reviewed-on: https://gerrit.libreoffice.org/30398
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [17b1ebbf86ceabe2e9cabf9626ca94fae3fb9216]

        Allow using xml menus in DBTreeListBox
        
        Change-Id: I8dfab0ae5d64b416123ab5690b43cf2db77d92dc

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [96febd383cf2b72e66f18ea2b7a8be09a102080b]

        Add resource name method to IContextMenuProvider
        
        Change-Id: I218fd18101f8f7039052fe8a065096e4c9809adb

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [d1dd9269f1c9f0efc7fb44087fb172d66f54a8fa]

        Convert RID_MENU_APP_EDIT to xml
        
        Change-Id: I6868624b1726b1044e741a1fc0cdabe703f84c31

2016-10-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [317bc5e27b4d1cb41a33ae32580642b21241fd1f]

        add LEFT test case
        
        Change-Id: I4001716ea3c6fe1993a565585cb5f90a4c639c0c
        Reviewed-on: https://gerrit.libreoffice.org/30305
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6b96bc8005d16685f15496a904c6102616c426ec]

        add BETA.INV test case
        
        Change-Id: Ie8fa5f8047136853414ab6db6a1a83daaec89758
        Reviewed-on: https://gerrit.libreoffice.org/29976
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [4814650c5021b72c81b4079f712a4c1baae0088b]

        Minor
        
        Change-Id: I2bce822dd9f4c6b59a93e158ceced541ae52a01b

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [f65c8b7b48a94574d18cf5222254b45658f81cee]

        No need to call ParseFeatures in the constructor
        
        Call it once where we will use its results.
        
        Change-Id: I63f3ceaf47e68bea9fab29d6836745416cf8ccb8

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [670f646ac65772eae02b79459efcf2b086d81a31]

        Always scale HarfBuzz font before using it
        
        We cache and reuse the HarfBuzz font, so we need to make sure it always
        has the right font size before using it.
        
        Change-Id: I332c7f51f6495effde529c63485cb4ec658b2ca5

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [3c80eea38add1b551261f86cc0f942c5f638d48c]

        Avoid potential HarfBuzz asserts
        
        We need to update the buffer content type ourselves since we are now
        using the low lever shape plan API that does not do this.
        
        Change-Id: I043d15731cf206b142c3153896e194a822a70ffb

2016-10-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [425c92291bf819f76c8a503c6138c28f5e8b0bc6]

        add LEN test case
        
        Change-Id: I99ee54406f446d9b97a61cbd3ec1a58115b544bf
        Reviewed-on: https://gerrit.libreoffice.org/30392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [20dd5fbecc8990366727371f851ffb4914345601]

        add FORECAST.ETS.ADD test case
        
        Change-Id: I841115854791b329417b7ff0798e55dfccf93a9e
        Reviewed-on: https://gerrit.libreoffice.org/30357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [66b75b4ba9f0a1c8003fa52c7a29575e374644a2]

        tdf#103087 Border widget must not have focus initially
        
        ... unless it was opened using the keyboard.
        
        Change-Id: I04675211ff043acf7757afed7252e7d7493eadad

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [94876fe2704cb5107234ad76c86122ac9d95f866]

        Let Menu dispose submenus
        
        (I'm not sure about how good are the changes from ScopedVclPtr
        to non-scoped, and disposeAndClear to clear. They aren't really
        needed, because of the VclReferenceBase::mbDisposed logic. But
        at least they should be safe, as long as we have disposeOnce
        calls in Menu's dtor.)
        
        See also previous commits:
        
        4433d95b374c13a3501cdf3a6e273f68eb49873a
        ("MenuItemData now properly disposes the submenu")
        
        89c23b4aaef931b5d6009efaf44ce6e6c976e8d4
        ("Sub menus no longer need manual disposing")
        
        Change-Id: I9d455a94590f5eec9b097947f6984f1b3e477b52

2016-10-30  Maxim Monastirsky  <momonasmon@gmail.com>  [99da628e17e873a5fa2f726e7a1732b21c3d4b33]

        BmkMenu is dead now
        
        Change-Id: I9b6e762fd4c231a5bd54eb546026499da2efa0e6

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [0fd8ef082d6594cdc3ea8445f8f13e725b39cf89]

        Rename ServerFont to FreetypeFont
        
        This is what it is actually is, we dropped support for server-side fonts
        for a long time now. Renamed also a few related classes, but left
        ServerFontLayout* ones as they will go away soonish.
        
        Change-Id: I68a6dad51b6972368b7bf85a0b9c8089cc12740e
        Reviewed-on: https://gerrit.libreoffice.org/30390
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [be1750d866dab7712ede4cbbba771b088d862d05]

        ENABLE_GRAPHITE_DWRITE is always set to 1
        
        We don’t have a configure option to turn it off and I don’t think anyone
        tries building without it. Furthermore, we use the code guarded by this
        even without Graphite.
        
        Change-Id: I0fb434af58a51370a66b5ad7eb89b145e4c015de
        Reviewed-on: https://gerrit.libreoffice.org/30389
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0a4e0dfffd2038c5bcaef0bc20884e60dfc2080a]

        Updated core Project: help  14ae4df6fadec87540994bb8698b65d05fae4763
        
        update description of File - Properties - General tab
        
        Change-Id: Ia172fb015d73dd7945918fc9a7ef9c3c89539add
        Reviewed-on: https://gerrit.libreoffice.org/30383
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-10-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [40c4cc9a6b4f29ab116e6efc79f7cc349c1afe27]

        add MAXA testcase
        
        Change-Id: I05a15da6526449342c9f0f41960c461e67df50ec
        Reviewed-on: https://gerrit.libreoffice.org/30353
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [7b4d921d8e4164a962cd10a2efc9c62ecf64ff17]

        tdf#103401: Fix applying DX array with font fallback
        
        Turns out if we don’t adjust the glyph width (not only its X position)
        we will apply the DX adjustment more than once when there is font
        fallback.
        
        Change-Id: I5e72e5d211adf3b378ec23c0cabe38fd0d5c9b19

2016-10-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b4cf309bab18caafdd2e12d21053f412a40b764d]

        silence false positive warnings in non DBG_UTIL builds
        
        Change-Id: I80428ebe570584fc7a31581207da0b27a16949af
        Reviewed-on: https://gerrit.libreoffice.org/29244
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [524dba884ddc3a17b8c001c71d55fc680df52cc0]

        icon theme name suffixing with "_svg" is unneeded
        
        Change-Id: Ie0f9964d893c520ad02bb33a1d30821735392076
        Reviewed-on: https://gerrit.libreoffice.org/30382
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b7c2764145be2c3fc50397f241dbdb0c53f9befd]

        convert usages of DPIScalingFactor from int to float
        
        Change-Id: I049b3d2cde4dcb8c8c0690d75a015a43cb71b0c0
        Reviewed-on: https://gerrit.libreoffice.org/30381
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a0cf18f58fd060dd3ef4f60ad7b17c8f8dc662dd]

        HiDPI: remove more unneeded scaling of icons
        
        Change-Id: I521024af62ea15db80f5e851875b18dcf18556e4
        Reviewed-on: https://gerrit.libreoffice.org/30380
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [69b6ab1f8de08b3418fd42d56076a73d40a29229]

        tdf#100164 change scaling unit to precentage for *.5x factors
        
        Currently we support DPI scaling by a integer factor. This commit
        changes that to percentage so we can have scaling factors like
        1.5x or 1.25x. This is useful with 2.7k monitors that are in
        between standard DPI and HiDPI. Thresholding was adjusted to scale
        to 1.5x when DPI is between 120 and 168 DPI.
        
        The old method GetDPIScaleFactor has been changed to return a
        float value insted of int. Sometimes it is however more accurate
        to use GetDPIScalePercentage which was added in this commit.
        
        Change-Id: Iaecee793ff3d5084d00adeebbcf5d7368c580882
        Reviewed-on: https://gerrit.libreoffice.org/30379
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a86144696df87cd81795e071a30b74af127c7948]

        surpress automatic scaling / conversion for document shadow
        
        Change-Id: Ib020161db8d5e241e923dcd629a9a4e4bb4c23da
        Reviewed-on: https://gerrit.libreoffice.org/30342
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6d68b2bbc9e52f92f1af025f360553646c6a598a]

        add HYPGEOMDIST test case
        
        Change-Id: I996161ff95fb682f3a9bb62fe6444be96fd6fd3f
        Reviewed-on: https://gerrit.libreoffice.org/30355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4d67dca78d067fe3a38a31977309d21a3c11fffd]

        add LOGINV test case
        
        Change-Id: Ie05a462418322aac43f36c069749fdae195a8585
        Reviewed-on: https://gerrit.libreoffice.org/30354
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4a4fd38c876768f28f9c1f0a99faf385515576bc]

        vcl: add bitmap::loadFromResource with additional flags
        
        Sometimes we want to surpress automatic scaling and converting
        for dark theme. This adds a loadFromResource function with
        additional flags which makes this possible.
        
        Change-Id: I893cee82ad6942644755f0c5b772fb5f073bbf00
        Reviewed-on: https://gerrit.libreoffice.org/30341
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [484390a09624f68a8dec01eb5bf06e84cdcb80f6]

        HiDPI: remove unneeded image scaling when HiDPI is enabled
        
        We don't need to scale images for HiDPI mode anymore - this is now
        done automatically when the image is loaded.
        
        Change-Id: Ie285cf4d672f4c098a468d3f7560ee2700365b92
        Reviewed-on: https://gerrit.libreoffice.org/30340
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5bb5463efefc4d65e3434b37618cb74a1fe2a598]

        tdf#51733 support SVG icon theme, disk cache and scaling / darken
        
        Also resolves tdf#92248
        
        This extends icon name resolving so that is in addition tries to
        find an icon with the "svg" extension and load that instead of
        stated (mostly "png") extension. If the filename extension is
        "svg" we load the icon with the SVG filter instead.
        
        This also adds icon scaling and conversion for HiDPI or when a
        dark theme is wanted. If the SVG icon is available, we render it
        at a higher resolution instead of scaling
        
        As loading of SVG icons can be computatunally expensive, a icon
        disk cache was added. This saves the rendered SVG as a PNG image
        into the "cache" folder. The same caching is also used for HiDPI
        and dark theme converted icons so we don't always scale or
        convert the icons.
        
        In addition some style changes and DRY fixes were made to the
        ImplImageTree source code.
        
        Change-Id: I9e421395a342ffe8da9facea7ea06e5db2778b26
        Reviewed-on: https://gerrit.libreoffice.org/30339
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-29  Eike Rathke  <erack@redhat.com>  [c857e5ef42266485619587198dcf4599cf995935]

        display matching search per selected category, tdf#67974 follow-up
        
        Also select category All while typing in Search, and display the LRU list
        independently.
        
        Change-Id: I8a734cc202e017d3a10d8a6f89b1814073a77c81

2016-10-29  Tamás Zolnai  <tamas.zolnai@collabora.com>  [24e522f723569b53d9a830166b3825292bcd7527]

        tdf#103753: DOCX: Handle relative positions to left or right margin
        
        Positioning relative to left or right margin in MS Word
        works the same as the positioning relative to left or right
        page border in LO Writer.
        
        Change-Id: I476a5e9e76f766b7fb7f1c7f4a068af8bb3c8813
        Reviewed-on: https://gerrit.libreoffice.org/30376
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-10-29  Khaled Hosny  <khaledhosny@eglug.org>  [f351b3624de79b5806a066202a3a0d6fa59c8469]

        Add layout engine info to the About dialog
        
        Change-Id: I6a87efa5e1072bac3588226df0e1351aa51c4d0d
        Reviewed-on: https://gerrit.libreoffice.org/30108
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-29  Mike Kaganski  <mike.kaganski@collabora.com>  [1c708eee636c0cdf3da2ec62849618f3262044bc]

        tdf#103473: Ensure positive rectangle size
        
        Also remove conversion of both negative scales into rotation,
        because it is handled by flip; use strict comparison instead of
        approximate float less because it's correct here, and also because
        basegfx::fTools::less ultimately uses rtl_math_approxEqual, which
        description states: attention
        approxEqual( value!=0.0, 0.0 ) _never_ yields true.
        
        Unit test included.
        
        Change-Id: Ia878fce360cf8aed539d95f2d4a1a3ad94379978
        Reviewed-on: https://gerrit.libreoffice.org/30373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-10-29  Eike Rathke  <erack@redhat.com>  [8a0318e4f81ed4ec8871010669a300f6aff4e80d]

        filter hidden functions also in search, tdf#67974 follow-up
        
        Change-Id: Iaa23759e01d8f86bfc5c0bbd8b333cd331b7b8cd

2016-10-29  Abhilash Singh  <abhilash300singh@gmail.com>  [70e97ade2f8dd6f61574dca985074f550db0630f]

        tdf#67974 UI: Add a search box in function wizard in Spreadsheet
        
        Change-Id: Idd243824a25ba99b2163f094c531dad7fe1153c8
        Reviewed-on: https://gerrit.libreoffice.org/30118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-29  Caolán McNamara  <caolanm@redhat.com>  [b696781f03b33fca3604d03183dbad89cb3b9273]

        crashtesting: piles of pdf import crashes
        
        e.g. ooo112863-2.pdf
        
        Change-Id: I359f7e50f416f0a756e16099cdf47be3b1c32d90

2016-10-29  Khaled Hosny  <khaledhosny@eglug.org>  [930a3d462b05e111da37d31de7f60998ce9454b3]

        tdf#33278: Enable UI for vertical left-to-right
        
        Used mainly for traditional Mongolian. This has been disable since 2010
        (shortly after the code was merged):
        
        commit faf68cc7565cb2662d4ed5b5902ec52975d99865
        Author: Mathias Bauer <mba@openoffice.org>
        Date:   Fri Jun 25 11:10:43 2010 +0200
        
            CWS mongolianlayout: disable new direction until problems are fixed
        
        No idea what the problems are, but lets enable it and see what happens
        (the actual layout code have been enabled all the time and one can
        always manually craft ODT files that use it anyway).
        
        Change-Id: Id38d1735013d451f9fe116876483df3484dec051
        Reviewed-on: https://gerrit.libreoffice.org/30364
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-29  Justin Luth  <justin_luth@sil.org>  [bb615bc1462e5a48c368b51b0250138558882845]

        tdf#41542 rename variable to match LO5.4 terminology
        
        Changing /Allow_*Spacing_*Without_*Borders/I
               to AllowPaddingWithoutBorders
        
        related to tdf#103275 where "spacing to contents" is to be changed to
        Padding. Rename this already in LO53 to simplify potential backports
        and laying other groundwork for fixing this bug.
        
        Also, I can easily see setting AllowPaddingWithoutBorders globally in 5.3
        for the purpose of being able to share documents when
        the UI in LO5.4 permits creation of padding without borders.
        Otherwise older versions will display significantly different formatting.
        
        Change-Id: I253173274f824a019ebc09a039c471d170c1be73
        Reviewed-on: https://gerrit.libreoffice.org/30372
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-10-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f19f88a0d49859eb714711cac72793f09f5f7d5c]

        vcl: move method to the appropriate file, some C++11-ification
        
        Change-Id: If51d16673c8b241487cae5305e293f213b7db5cb
        Reviewed-on: https://gerrit.libreoffice.org/30338
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-28  Michael Stahl  <mstahl@redhat.com>  [87c518593de59dbf4c0f5f45c720b14a05aeca9e]

        sc: remove antique reference counting hacks from ScDocumentPool
        
        This attempt to prevent overflowing a 16-bit counter was obsoleted by
        the conversion of SfxPoolItem's reference count to ULONG in 2001 or so.
        
        Change-Id: Iafb6f151f68cbb84fda59bd134a7a4930f9a4d1f

2016-10-28  Michael Stahl  <mstahl@redhat.com>  [85c38f1cf4844a99bca3d08ddfcc0c798ce5873e]

        svl: change SfxPoolItem ref-count to sal_uInt32
        
        Fixes the inconsistency between potentially 64-bit sal_uLong and
        the max-value macros that are ~2^32.
        
        Change-Id: I895c674819cf4766cb2c7441f670bc1305362a74

2016-10-28  Michael Stahl  <mstahl@redhat.com>  [0117a5d34e14ec4976022175ff3807a1f3802d74]

        svl: more SfxPoolItem asserts
        
        Change-Id: Ic73fe09fc401359f043269fc8e5a1910fc8ddb02

2016-10-28  Michael Stahl  <mstahl@redhat.com>  [855e69d37eec08efdf9952ec3fb5424cf69e9f54]

        svl: SfxPoolItem reference counting assertions
        
        Change-Id: Ice2ec9a4592a1fad36913ae7d089aa8c63dfc669

2016-10-28  Khaled Hosny  <khaledhosny@eglug.org>  [3d456dfa6637c6c3ebe7a21f1f1a5b05039cee2a]

        tdf#98879: Fix vertical text on Windows for the new layout
        
        The DirectWrite rendering code wasn’t handling vertical text correctly
        at least when used with CommonSalLayout. It has been fixed and now made
        the default.
        
        We are also doing all vertical text handling on our own, so loading
        special vertical fonts on Windows is now disabled.
        
        Change-Id: I10d150367fe59c77459bb1b813b6f31a0ff0c5d0
        Reviewed-on: https://gerrit.libreoffice.org/30346
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-28  Justin Luth  <justin_luth@sil.org>  [c0baab9aa80bfa49b753d2d598a4fbc71ceb656e]

        reset border should clear all borders
        
        If no borders were originally defined, the reset button was failing
        to clear the last-selected border line.
        
        Eg. page border, click on two of the borders, then hit reset. One border
        remains defined, and didn't reset to the starting value of non-visible.
        Because one border was still "selected", it became visible again as
        SelStyleHdl_Impl reinitialized.
        
        Change-Id: I2d20ae1e02816d5b30fe126572b54e7083114fc3
        Reviewed-on: https://gerrit.libreoffice.org/30365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [25df5f2ac79c8b121282e8c0d6506b456b37f819]

        loplugin:unnecessaryoverride
        
        Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64

2016-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c33253daf23224424cf6b181a2c2235c4a82539]

        xmlsecurity PDF verify: start using offsets from xref streams
        
        This is needed (but not enough) to verify PDF 1.5 signatures. What's
        missing next is support for object streams.
        
        Change-Id: I5afec0a77839ffabe0aaa07e367064210535a1a9

2016-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [56cc352d8229c16604f39a21bd77a05b422470f4]

        xmlsecurity PDF verify: initial support of cross-reference streams
        
        This adds support for cross-reference streams (which can be used instead
        of plain-text cross-reference tables) + also one stream predictor.
        
        The actual parsed data is still not used, though.
        
        Change-Id: Ia806abd8a97636a1bd25dfdafea377b088800f00

2016-10-28  Justin Luth  <justin_luth@sil.org>  [b41e7b817e1e214582505d28d0cc36d741fa9979]

        tdf#63846 assign macros after VBA project fully loaded.
        
        fixes regression caused by d4743045a0b320449d07a957463a76bb8b13f939.
        
        see the documentation for VbaMacroAttacherBase, which indicates that
        the macros are to be attached after all objects are finished loading.
        
        Made attachMacros() public so it could be called separately since so
        many things are inter-dependent in the logic flow.
        
        Change-Id: I11f7f4a1a75d6f77a97e12e3359d6ea8a995f518
        Reviewed-on: https://gerrit.libreoffice.org/30337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [eef81dd68fe7a09946ef062eff041f4b3f523e28]

        add MAX test case
        
        Change-Id: Ie32504b84e227cc3f33d89ec46bca1835e433844
        Reviewed-on: https://gerrit.libreoffice.org/30352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [1ec08fe00b21f95fb52c3edbcdd190e3e53aba9d]

        loplugin:unnecessaryoverride
        
        Change-Id: Ib75f2c8c06c6219aa0f2a8b2b29d19fb95e09527

2016-10-28  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b927c1f4b334f80d2c2965e5b7327d6b6a685105]

        tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.
        
        Regression from:
        83d51e5e52688c4c9bc0ad70a511458bb06a242d
        
        Partly revert the commit causes this regression.
        I checked the related bugs (tdf#78590,tdf#80748)
        intended to be fixed by this commit and reverting
        this part does not bring back the corruption.
        I guess something changed in frames' and text boxes'
        import in the meantime, because this MergeMarks::IGNORE
        is useless now.
        
        Change-Id: If17776e8628561961c7ce2a2994e3fc609f75639
        Reviewed-on: https://gerrit.libreoffice.org/30351
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-10-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [8a22bc93e0988188a87c0a787a9b32a7f74da84d]

        update unnecessaryoverride plugin to find pure forwarding methods
        
        which can be replaced with using declarations.
        
        Is there a more efficient way to code the search? Seems to slow the
        build down a little.
        
        Change-Id: I08cda21fa70dce6572e1acc71bf5e6df36bb951f
        Reviewed-on: https://gerrit.libreoffice.org/30157
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-28  Rohan Kumar  <rohankanojia420@gmail.com>  [99fbcffa3d85c00770977e205626493ec2be1883]

        tdf#89329: use unique_ptr for pImpl in fpicker/
        
        Change-Id: I4a5db5ceafe509bffc32a8800ab3d678f41244f7
        Reviewed-on: https://gerrit.libreoffice.org/30309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        note yet another color selector
        
        Change-Id: I781da1ec218148dcb723db04dfe6ef3eacffe293

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [d3e33f7ba85bf80c130aff3a3957c56b625c34cf]

        ImplInitMenuButtonData can be folded into ctor now
        
        because theres no ResId loader anymore
        
        Change-Id: Id90786d710fe75e47c162fd00ad7fd672b9cee30

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [624ff6633c40ab678573a7a38fa3c83c41e0af17]

        only draw menubutton separator when two sides do something different
        
        Change-Id: If6e3b72eacef2325f9f30770bbed32c627bc035c

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [b1271fc9baecc5098b9308fb26868bf3637a6293]

        the case without a separator is as a Toolbox item
        
        Change-Id: I948a63ab9741aa89738b5e44b0ec0e078d0faaa0

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [94af3da7e11e82c4ed2d59655e246b5201c18709]

        rename and explain the MENUBUTTON_MENUMODE_TIMED stuff
        
        Change-Id: Ifc6ddfb0cc249e537c01f28bab84b42c6b1577d9

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [6dc8f25ecf676a2e4d1a1018b729fef4096df8e7]

        these need to be VclPtrs
        
        Change-Id: I83616728289e398c97e50f33b5dd1de404deaa27

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [ec06f95d91341c277d53828323fc0f4f3f8d9570]

        fix leak
        
        Change-Id: I5bc8efa8a9de6d7a2be99f6c816e3dfca4f2b390

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [cd3edd369bf3e846a897e4973de361b6380b74f3]

        can do this in one step
        
        Change-Id: Iab4798b34018a272a68d3d1a206dfbeef6ff19ca

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [77d5d9f9afed5b4673c9be3976e5c61b4e745739]

        these usings are unnecessary
        
        Change-Id: Ieeb753b700631958ad101354406b13863b3bab03

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [36f637f7f21906fa3f37223e69b044db52036fb1]

        tdf#103507 quickfix: Automatic selection of Oracle Java runtime on Windows
        
        ...which had been broken since 5e9a2e9b0f33ab50aa3a84728db75383aede19d9 "Check
        each potential JRE location only once", as jfw_findAndSelectJRE calls
        jfw_plugin_getAllJavaInfos on each vendor in turn, but that now only operates on
        any items newly added by addAllJREInfos, so the first call to
        jfw_plugin_getAllJavaInfos (with sVendor being "Sun Microsystems Inc."
        unsuccesfully operated on all items, and the next call (with sVendor being
        "Oracle Corporation") didn't see any further items to operate on.
        
        So the quickfix (at least for any Java runtimes by Oracle) is to reorder the
        vendors in javavendors_wnt.xml.  The proper fix will be to reorder the code so
        it obtains the list of all Java runtimes only once, and then matches that list
        against the known vendors.
        
        (Other plaforms appear not to be affected by this issue.  Some
        jvmfwk/distributions/OpenOfficeorg/javavendors_*.xml already sort Oracle first,
        anyway.  And e.g. on Linux, jfw_findAndSelectJRE typically already succeeds with
        calling jfw_plugin_getJavaInfosFromPath and so doesn't reach the problematic
        code.
        
        Change-Id: Ied571ae1d4745d53ce0c8697d0f1b268e1aac407

2016-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddb4600cd0672a1df8a8ca916c89fd1d2be407af]

        sd: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Id2dc5762668b7c3f78f0a0a1ede97d4ac63fab5d

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [807151aa13ce788adc2cd3b452ceec9177430304]

        coverity#1371275 Missing move assignment operator
        
        Change-Id: I6c47c797d2654506bdc95c35b2558ce812f4070d

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [5aa43c380a14869c03525396757debbddb602b44]

        coverity#1371262 Missing move assignment operator
        
        Change-Id: Ibb430a683f818add50facc23ac2893b558bff70c

2016-10-28  Caolán McNamara  <caolanm@redhat.com>  [117fc49c979d65e5479635eab3ce10d74d076679]

        ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivatives
        
        Change-Id: I5e43312b6f42ce0c63946f366eaf1e6dcb9629b2
        Reviewed-on: https://gerrit.libreoffice.org/30344
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-28  Khaled Hosny  <khaledhosny@eglug.org>  [8f0f5e0c709d01555a4069f8665889924ed181c7]

        tdf#103514: Always ignore bitmap fonts on Windows
        
        We should never see any bitmap fonts now, so all the Courier stuff can
        go away.
        
        Since we never list the bitmap fonts in the first place, the old code
        for replacing some of them with scalable equivalents never kicks in. We
        instead implement PreMatchFontSubstitution hook for the same effect.
        
        Change-Id: I54f3c068bcd64554ed3498f4ba5b0f76bbd38589
        Reviewed-on: https://gerrit.libreoffice.org/30345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-28  Ulrich Gemkow  <lobugs@ikr.uni-stuttgart.de>  [7a2a29d0b8a3f57d2ca1d695632595ed46bf95cd]

        tdf#98587 Inconsistency menu/shortcut for layer visibility
        
        Changed author, patch was received by htietze.
        
        Change-Id: I1962930c5c9c6eea4731a83147a7705d24c20b8e
        Reviewed-on: https://gerrit.libreoffice.org/30322
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [09cb92096919e5a7bf4cf5fe66689e312ebc7f9c]

        convert std::unique_ptr<VclAbstractDialog> to VclPtr
        
        Change-Id: Ifdd2a0599efd701def02b4a4d2a1c489cb1b27fa

2016-10-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [89687d651eabcf64816c1b25defe38c7b68dd468]

        loplugin:expandablemethods in sd
        
        Change-Id: I87a537928bdf42285448bba7cb50c497f2637c3c
        Reviewed-on: https://gerrit.libreoffice.org/30330
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-28  Noel Grandin  <noel.grandin@collabora.co.uk>  [24360897c05da1ff7c4854ba192eb98466f4499b]

        loplugin:expandablemethods in scaddins..scripting
        
        Change-Id: I6a39184e526c9a41155565e798a7f1f2542985f2
        Reviewed-on: https://gerrit.libreoffice.org/30331
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [c0b3531919f9b999014589feb4ac79a53e178cd3]

        Use SAL_DLLPRIVATE instead of extra TUBES_DLLPRIVATE
        
        Change-Id: I188bf325e6eb6db0250a58d9354860733950e887

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [226383e690752c0bec8ec22b5a5cac2787e36742]

        loplugin:reservedid
        
        Change-Id: I49e0e53b4ff17170e8aa8247b5428b6f1209d93c

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [f479e6878e03ff3a6090b2b617175ebc1036915f]

        Move internal include files from include/tubes/ to tubes/source/
        
        Change-Id: I2fa9334721c203d4d977f0638a9030e8e74efc06

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [97c28ad74f09da7337119f3acf2e6b911b48523f]

        Various loplugin warnings in --enable-telepathy
        
        Change-Id: I4c437491466c3029f2a9c93fb630c7b5a8d2ff21

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [0274bc0569a338136e137e93a03a9f6f0b249df9]

        Missing dependency (--enable-telepathy)
        
        Change-Id: I13578505fc0d5de164d0dacbbf31821ea79233ab

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [3b4a32972e49826334887e67b173ff2dae5b0801]

        Use OUString ctor instead of rtl_uString_newFromAscii
        
        Change-Id: I84ea23c4de5c631fe7d0104944b0b8f0f13abb26

2016-10-28  Stephan Bergmann  <sbergman@redhat.com>  [954699acbdbbbed5c254f672eb6596a3a4cdc24e]

        cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxx
        
        Change-Id: Ic02d217efef970a365a584f2558c41561e4c6e3d

2016-10-28  Tor Lillqvist  <tml@collabora.com>  [e333d386ce68ced452bda2ffadac900ba8259861]

        Bin one more pointless TAG_ macro
        
        Change-Id: I78e85923e2c5da366c0bec0812c8fe0240310b67

2016-10-28  Tor Lillqvist  <tml@collabora.com>  [d1111863835fe25edb6e15961d41fa2305e9b734]

        Bin unnecessary TAG_ and ATTR_ macros and expand in-place
        
        They just make grepping harder, and don't really avoid a risk of
        mistyping. For instance, there were both TAG_TRANSFORM and
        TAG_TRANSFORMS (with values "Transform" and "Transforms"), so if you
        think you are likely to misspell "Transforms" as "Transform", you are
        as likely to misspell TAG_TRANSFORMS as TAG_TRANSFORM. Typos affecting
        generated XML should be catched by unit tests anyway.
        
        Some of the (newer) code here is already in this style, using string
        literals directly for tags and attributes, so this change just makes
        the style more uniform.
        
        I did not touch the macros that have long URIs as value. For them
        there is some usefulness in having the shorter macros in the
        code. (But the names of the ALGO_* macros are not consistently
        constructed from the URIs.)
        
        Change-Id: I9130395f45fafc13fb2a6ac47e98177647e27cf9

2016-10-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c55cc87280d50d8b64d3b7e4a335dae7984d89cc]

        Updated core Project: help  005b4a65cdb91fe7566207b9e4c0b4125bf0e133
        
        tdf#103540 Explicitly say the button affects all levels
        
        Props to Regina.
        
        Change-Id: I99d0bc807b1e777e0920bcfbab91f15a408c2a4a
        

2016-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [eb07ae8fc52378d9b59bcb6a7df8bb022b8b9cc0]

        Don't crash under gen
        
        In gtk there is apparently GtkSalMenu which increases
        the refcount.
        
        Change-Id: I5c52c7b40d0a854e0007362a32a55f0ffed668c1

2016-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [03d6174919657a0e52e65d31fbc4b9a26db5d51e]

        Reduce scope
        
        Change-Id: I06695b310d016751ec80f1aacbba8567a70088a5

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [89c23b4aaef931b5d6009efaf44ce6e6c976e8d4]

        Sub menus no longer need manual disposing
        
        after:
        
        commit ee79a2dd7ea60e902cab3a9203e307b8a78fee23
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jul 29 14:33:22 2016 +0100
        
            Resolves: tdf#101169 crash using column menu in base
        
        Change-Id: I7c6e54dd5574c61cffd5884d1cf1b63075073001
        Reviewed-on: https://gerrit.libreoffice.org/30343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [798c107a1afa6e22a0de97c49d0bda552913e56a]

        coverity#1374310 Uncaught exception
        
        Change-Id: Ie0ae4412d42d15e2c6c52a8cb0b7b3893405a16b

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [f20a45808f85ab83f7b4d5b0e1ea86d493031fef]

        coverity#1374311 Uncaught exception
        
        Change-Id: I3f0e2fdfbf3c0517593ef87bc7bcbfe2ee693eef

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [7580c5e5bd8d71fea12a02d1ef554b0dea78c965]

        coverity#1374312 Uncaught exception
        
        Change-Id: I901c5399cdc33d55c4d3bdfa7a566adc74340405

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [3cc1a10c7b98c82d209108a59e10000f6ec3dcdc]

        coverity#1374313 Uncaught exception
        
        Change-Id: I9562deb23324f44b16735b0d376b4c37e20c58c1

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [2d96f3a582383205cd2f891b1001b11970cec316]

        coverity#1374314 Uncaught exception
        
        Change-Id: I07a39774a1372ea26e8d66376c27d3b98229892e

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [db337150cd89c36f181ff5689fcd5c8a45e84829]

        coverity#1374315 Uncaught exception
        
        Change-Id: Id7a01c652d1d11675b87ee732ff40ddd76de6236

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [6e14070332bd3920c49e8802fcd48099cda4b190]

        coverity#1374316 Uncaught exception
        
        Change-Id: I32f872d74f167604de006f1d77a9219a37011bfa

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [d164f7e93e874cdda4d61d042287f8b66c6452a8]

        coverity#1374317 Uncaught exception
        
        Change-Id: I37a7b2f12cec522e116ccf4b1aa550ad2cba14ea

2016-10-27  Michael Stahl  <mstahl@redhat.com>  [bc3f952e66fe0a44044b4b101be3e96e20a670e6]

        avoid odd make warning on WNT
        
        Library_vcl.mk:753: extraneous text after 'endif' directive
        
        Change-Id: Iec487705b762880dd463acaba2d3590ff2587562

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [7c33c49dd50aaf4ec3d7e32af395e8f6311c96e7]

        coverity#1374319 Uninitialized pointer field
        
        Change-Id: Ifc604753360f552512a5c9f9f9c42083a38e1a5f

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [7e46e9bb5c226defde6fb4b3c1d4022991df33c1]

        coverity#1374309 Uncaught exception
        
        Change-Id: I043236e45fbb110b6b3818f2b02dcf1f512623f6

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [a9297447b139b127723201771b5c225c9bd5efec]

        coverity#1374318 Uninitialized scalar field
        
        Change-Id: I247b9d37b71ebba621b63026d597037450155e18

2016-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4beac67a2ba1e63e2b47ab54a34cb3e9af77b593]

        xmlsecurity PDF verify: handle missing trailer
        
        Support for Cross-Reference Streams is still missing, but this avoids
        a crash at least.
        
        Change-Id: I8c5d16531f8603feeebe8feddb7c3bdfa61943cb

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [4433d95b374c13a3501cdf3a6e273f68eb49873a]

        MenuItemData now properly disposes the submenu
        
        At least since:
        
        commit ee79a2dd7ea60e902cab3a9203e307b8a78fee23
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jul 29 14:33:22 2016 +0100
        
            Resolves: tdf#101169 crash using column menu in base
        
        Change-Id: Ib1bc70e8e66f2be123d8a3e5d5e213775e9a5762

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [a3b44da9482eb8a0095c85314cd71b7bafb38b29]

        Fix insert special character crash
        
        Change-Id: Id75567f5f6689d15d62f88ed0907c296434b8f0a

2016-10-27  Stephan Bergmann  <sbergman@redhat.com>  [d4398c776706fd3a5bc3b3fa9f8a3e965a7a6306]

        Remove bogus comments about ~IPropertyArrayHelper not being virtual
        
        ...which isn't true at least ever since b525a3115f54576017a576ff842dede5e2e3545d
        "initial import", but got copy/pasted all over the place
        
        Change-Id: I47d3d8a594aef3ac3736d7176ae964a118821014

2016-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9df81ea7752216db7a7cf54df1b307d97e51b1a3]

        xmlsecurity PDF verify: import out-of-signature date
        
        The signature date can be placed as the value of the "M" key, and also
        inside the signed PKCS#7 binary. When the later is missing show what's
        described in the previous.
        
        Change-Id: Idb40d91adb70486bc1f19d4755a3f8e17d35e9e9

2016-10-27  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [090e666c127e81ed47338034796f574bbbddfb73]

        Added 20 words to autocorrect pt_PT.
        
        Change-Id: I504de5175c7563c2b81b765786fd1b57da16202b
        Reviewed-on: https://gerrit.libreoffice.org/30328
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [feedd45ba2dd308af2d3a1b2f64681b9467535b6]

        in msword the hard-break between image and caption has a width
        
        while for us it doesn't, make it invisible to give it zero width
        in both implementations to head off interoperability misery
        
        Change-Id: I0944006817944b20ef35502c8588357e7ee54810

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [f6ff0c237bde50d1fab6b19d87000038b6f3f042]

        fix writer insert caption crash
        
        since...
        
        commit eca5ea9f79181d45cd7fbabe2313617d3025818a
        Date:   Wed Sep 21 14:48:15 2016 +0200
        
        Change-Id: I69b50df0ec19369fcd96d7d184c6d5f586a50b25

2016-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e12ef2cbb54a48b1e925a427d5daa05e5f797e3]

        xmlsecurity PDF verify: support array ref annotations
        
        Each pdf signature is mentioned in the Annots key of a page object.
        Usually the key contains an array value. But it's valid for the key to
        contain a reference to an object, where the object contains the actual
        array, so support this case as well.
        
        Also:
        
        - stop parsing name tokens on the first seen '(' character (usually
          there is a whitespace between the two, but that's not required)
        - handle \0 characters in the last 1024 bytes of the document by using
          std::search() instead of strstr().
        
        Change-Id: I3a167b23340230f99f1ae4112473ed10e1c96b09

2016-10-27  Stephan Bergmann  <sbergman@redhat.com>  [f82bd120bc6be156e565f0bf663a4ffab356830e]

        loplugin:literaltoboolconversion
        
        Change-Id: I886f4fcb3de5a931f94b2f45f5f0cdb841af26d1

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [337e19bf469c0a7a10fabd07fa6ae13f77075e36]

        loplugin:expandablemethods in sfx2
        
        Change-Id: I5dcc9e6e7fef210f85a01057ddf59f8de14b847d
        Reviewed-on: https://gerrit.libreoffice.org/30320
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Eike Rathke  <erack@redhat.com>  [40241c2aec0e88cbb51b802bda2db458e14f792f]

        sc: OOXML: range with file ID within quoted sheet name, tdf#103531 related
        
        Wherever non-formula-expression ranges with external document reference might
        be used in OOXML, format ScAddress/ScRange as '[1]Sheet Name' instead of
        [1]'Sheet Name' as Excel expects them.
        
        Change-Id: Ia7be13f4d631405e4bcb4617fbded27586fa5dcd

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5438e9ef75a7fdc3c8c6ba44d116f277e036d96]

        loplugin:expandablemethods in sdext
        
        Change-Id: I7d375d6eafdd450ac165539f8f7dd3d02826ac5b
        Reviewed-on: https://gerrit.libreoffice.org/30323
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [618171552e1bcddb07660167d9df4512435269b0]

        loplugin:expandablemethods in sot..starmath
        
        Change-Id: I5b718bbda9ceca5bbfd1e6482ebd215e15884956
        Reviewed-on: https://gerrit.libreoffice.org/30318
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Eike Rathke  <erack@redhat.com>  [a6628078a929a39a95ae8b2f51348996dc41afbc]

        sc: OOXML: actually write both sheet names in external 3D references
        
        ... instead of twice the same name. Even if not handled yet in Calc, external
        3D references may get imported and have to be written again.
        Copy&Paste error since 2f373570c51e13baf0530605ef59808462e6ca71
        
        Change-Id: I6cb982793e1072d619053c02860a8046e78bc99e

2016-10-27  Eike Rathke  <erack@redhat.com>  [02af87fdd76bc94fb51aeb160c74d6f719c42c63]

        Resolves: tdf#103531 OOXML: write external file ID within quoted sheet names
        
        Excel expects '[1]Sheet Name' instead of [1]'Sheet Name' and complains if it
        encounters the latter.
        
        Fortunately Calc handles both.
        
        Change-Id: If1129e58725b522ca4755c05e313c03fca065f28

2016-10-27  Caolán McNamara  <caolanm@redhat.com>  [91114f68e0a81d4f2a5354bc6057f62c22c780b4]

        I'm testing inserting a rtf, but really want to test simple loading
        
        Change-Id: I13c6e8394de9b7214f3e4d448a7b18cbf3b637e9

2016-10-27  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [cac08e96c753f3aabf3332914da97a49abe1e395]

        Cosmetic: Move function member around...
        
        ...so it's nearer to the other function member that uses the
        class variables it initializes.
        
        Change-Id: I199621fbcad36313e0948627d47445a1de211d02
        Reviewed-on: https://gerrit.libreoffice.org/30313
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [7da765dde1800aa607f96e7a5807582ad2894acb]

        loplugin:expandablemethods in svtools
        
        Change-Id: I126cc87c890867c3e762f86969a20d64aef63108
        Reviewed-on: https://gerrit.libreoffice.org/30314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [c19d2b276b7a28c07315cf60cb0965098a935e5f]

        loplugin:expandablemethods in stoc..svl
        
        Change-Id: I7dd701ef07a14f70589b87154bfeeda7530b628f
        Reviewed-on: https://gerrit.libreoffice.org/30316
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Eike Rathke  <erack@redhat.com>  [e641c1740f36ce11c9f178193f74a53ac7af8465]

        Resolves: tdf#103530 OOXML: pass ExternalLinkInfo compiling named expressions
        
        Change-Id: If15aa520b93f30b889e5f950185068ef3bdb9235

2016-10-27  Eike Rathke  <erack@redhat.com>  [d12c7aee5cb7e8e1d6971f0cbb392d4b48b007d4]

        remove non-sensical OSL_ENSURE
        
        That started as
        OSL_ENSURE( (nTabId == 0) || (getFilterType() == FILTER_OOXML) || (getBiff() == BIFF8),
        then with c4cb83504faa1d241a116001fd27f7148de300ba became
        OSL_ENSURE( (nTabId == 0) || (getBiff() == BIFF8),
        then with e73c4d5013d7a0bf7d72db1773d7125ab91cf269 became
        OSL_ENSURE( nTabId == 0,
        which makes no sense anymore and gets hit in ~every call.
        
        Change-Id: I5dfe3dd53310ab2f977ad574acb1ec9874775020

2016-10-27  Stephan Bergmann  <sbergman@redhat.com>  [7f45ebf7fa209a974032a6c695f194d9a20baaef]

        Add link to bug describing such a race
        
        Change-Id: Idd3e325c1240905649e04333fadcde9ac4a4ad0f

2016-10-27  Stephan Bergmann  <sbergman@redhat.com>  [97c4f06d097b31e96bd27bb13f1366a02a5c0064]

        untabify
        
        Change-Id: I090f63d93166de9bee2527e0e75248916204be5a

2016-10-27  Tor Lillqvist  <tml@collabora.com>  [f29ce347f906d4147e7366a888dd4b401cbb1894]

        Bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now
        
        It fails when Excel is installed, for some reason:
        
            Basic error:
            Type: com.sun.star.uno.RuntimeException
            Message: [automation bridge] unexpected exception in IUnknownWrapper_Impl::invoke ! Message :
            [automation bridge]: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
            macro result for ole_ObjAssignNoDflt.vb
            macro returned:
        
            C:/cygwin64/home/Tor/lo/64bit-debug/basic/qa/cppunit/test_vba.cxx:155:`anonymous namespace'::VBATest::testMiscOLEStuff
            assertion failed
            - Expression: pReturn->GetOUString() == "OK"
            - Result not as expected
        
        Note that this test returns early if Excel is not installed, so it is
        not run effectively performed anyway even in 32-bit builds on most
        (any?) Jenkins and tinderbox machines.
        
        Change-Id: I0a0b6f27219dec116369fae1bb7c95b3e9597e77

2016-10-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [0c2272786bc8663554ea7d4a72f03379e0d6608d]

        tdf#103464 Don't allow empty names in SvxNameDialog
        
        Menus, context menus, toolbars, toolbar items...
        could be created with empty names, and could be
        renamed to have empty names before this patch.
        
        Change-Id: Ic383f16955746002aa3ad69406bac855cdd58d2d
        Reviewed-on: https://gerrit.libreoffice.org/30286
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [7195c7e8b80f0a875126e9275aa12e4608b1763c]

        loplugin:expandablemethods in slideshow
        
        Change-Id: I3a7207e0566bc4b871b364da3180ce67e1099de8

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [2dc980990316e1efd1c21ecc5050bbc134838f7a]

        Make XServiceInfo match what's in .component file
        
        also should match the entry in
        officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
        
        Change-Id: If5f532d428bfcd925123ab83df6185680a04249e

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [0438d3e63601c98e202e6b251da90fb17bd048c3]

        dbaccess: OToolboxController is now unused
        
        This also removes the only occurrence of the
        "com.sun.star.frame.ToolboxController" service. However it shouldn't
        be considered as API CHANGE, as no 3rd-party code should rely on
        undocumented services, and fortunately a toolbox controller like this
        has no use for 3rd-party anyway.
        
        BTW there are other cases of using non-existent (unique) service
        names for toolbox controllers in non-sfx2 modules, rather than using
        the standard "com.sun.star.frame.ToolbarController". There is
        OToolboxController in reportdesign (which I hope to remove soon too,
        as it's just a wrapper around SvxColorToolBoxControl). And there was
        also ShapeToolbarController in chart2 which I removed in
        2aea9e37d697ce51efc5fb37ba50f1bf177e0445 ("Introduce generic sub toolbar
        controller").
        
        Change-Id: Iea8858be2406f32bb5a022920b4b1cee70603c09

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [d8d110ce566b53467b6cad80affb89e73b7ab6fa]

        Fix .uno:Refresh controller registration
        
        Amazing how this is broken for years, and no one ever
        noticed.
        
        Change-Id: I65efabad201169e6424a2b8573f6366e4b292e8a

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [ec0e60c53fd55b85e9bb968ea1593cd76d20d1d5]

        Convert RID_MENU_REFRESH_DATA to xml
        
        Change-Id: I22107396eaab848224f26eb54f8638a354c13509

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [420e80dfd742bc2387741d8650d353a20c36e8c5]

        Convert RID_MENU_APP_NEW to xml
        
        Achieved by using GenericPopupToolbarController for the
        associated toolbar button.
        
        Change-Id: I406ff40e0c80d6db903de5629088d35487ab6416

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [074449ee349ccfe67466fb1aa63f96e8792334aa]

        GenericPopupToolbarController: deal with main command being disabled
        
        Try to set another command from the dropdown, if there is any
        enabled. Otherwise give up and disable the button altogether.
        
        Change-Id: I7fa46a946826056d04851faee9c7ad85f00c3678

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [e59013d6e95846fbc8066bdd8ef3b4b132043e45]

        GenericPopupToolbarController: Support replacing the main command
        
        If a second arg is passed in the "Value" property, it will be
        treated as boolean. If true - the button will be
        ToolBoxItemBits::DROPDOWN, and will keep replacing the main
        command with the last selected one from the dropdown. It will
        also respond to status updates of that command, currently for
        enabled/disabled and boolean (true treated as pressed) states.
        
        Change-Id: I09a5c20e6d2a010867037754f036096246749ec4

2016-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [853c9efd00f38fd9f2da0fe50a866bf1592e3451]

        MenuBarManager should pass the menubar flag down
        
        ... to popup menu controllers it creates, similar to what
        is does for child MenuBarManager instances. That way a
        child ResourceMenuController placed inside a popup menu
        won't mistakenly think it's inside the main menu.
        
        Change-Id: I75eea28eeb38f16bfaaa5526752a957859ef0d32

2016-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [729c2cd35133eeef78ff0fed063094088809b211]

        filter: use comphelper::containerToSequence() in ImpPDFTabDialog
        
        Change-Id: I9c6523d96e06901751d392bd76e7aa8717784697
        Reviewed-on: https://gerrit.libreoffice.org/30307
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-27  Tor Lillqvist  <tml@collabora.com>  [7507bffd471c5e3c8d31f2ce350208aa3992e4a7]

        Sorry, could not resist: Bin pointless variables
        
        We should also just use the string literals as such in the code (some
        newer parts of this module already does that), and not hide them
        behind preprocessor macros. An Easy Hack?
        
        Change-Id: I3ab5793ff265a4aceff2fed1562a54bfb0ce3ccb

2016-10-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f53cd8826b45007d70adf2ec7b41377150d2ed67]

        remove unused variable
        
        aSet unused since
        2ebd79b3d214c62c0997606115ebc50700d6a760
            loplugin:constantfunction: svl
        
        Change-Id: I48faf8775465ec1d5e3df94343a4373a87d03e6d
        Reviewed-on: https://gerrit.libreoffice.org/30310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [883172375dbf5c0a79cbda5b615ff26ed27c78be]

        loplugin:expandablemethods in svx
        
        Change-Id: I0d193ddf07cc0ddc89b6ce2df6eb71d44e49b631
        Reviewed-on: https://gerrit.libreoffice.org/30295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7ea18ffe715776cb0e2b39e98569c75605ee332]

        loplugin:expandablemethods in sw
        
        Change-Id: Ibc9edc28f4041235ab30c026bd3774bd74b7e960
        Reviewed-on: https://gerrit.libreoffice.org/30287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-27  Noel Grandin  <noel@peralex.com>  [eca5ea9f79181d45cd7fbabe2313617d3025818a]

        make the AbstractDialog stuff extend from VclReferenceBase
        
        Because some stuff wants to multiple-inherit from VclAbstractDialog and
        OutputDevice-subclasses, and we'd prefer to keep all the lifetime
        management through a single smart pointer class (VclPtr)
        
        The change in msgbox.cxx and window.cxx is to workaround a bug in
        VS2013 to do with virtual inheritance and delegating constructors.
        
        Change-Id: I178e8983b7d20a7d2790aa283be838dca5d14773
        Reviewed-on: https://gerrit.libreoffice.org/29140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bbd44f8f89839b5abb4ec6c7ea195431de5b2f48]

        for now, use a limited subset for testing on windows as it is so slow
        
        Change-Id: I06f77d8aa0a82bd3bb065095a64849d07d11c6a3
        Reviewed-on: https://gerrit.libreoffice.org/30311
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd8c8d81de4f361d8f4d259d8a27ac15ab871031]

        add test for running gbuildtoide on non-build modules
        
        - do concat for json in C++, everything else seems fragile on Windows
        - have APPEND vars separately
        - check that gbuildtoide work on modules without a full build (modulo
          some blacklisted "creative" ones)
        
        Change-Id: I6fe267fee7d1b77d758072303729387dfeb8e6c8
        Reviewed-on: https://gerrit.libreoffice.org/30293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-27  Eike Rathke  <erack@redhat.com>  [329ecb67808767d677383e5fd6089feaab4cd9e4]

        trust the size ... tdf#79442 follow-up
        
        ... and don't unnecessarily loop over the whole range.
        Actually a max/min typo.
        
        Change-Id: I3dbda3a7388baa337c3922ad992fd3946074c3b7

2016-10-26  Eike Rathke  <erack@redhat.com>  [effb27326746945763bda70e2c375c86a40a05fc]

        Java 7 DISPLAY and FORMAT locale and script field
        
        Change-Id: Ie62105c60a327f6e5cbcf1a801b341e988471d73
        Reviewed-on: https://gerrit.libreoffice.org/30308
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-26  Stephan Bergmann  <sbergman@redhat.com>  [90439a2f211b723a0cf6d699ca8cb4da7384580a]

        sal::detail::logFormat is no longer needed
        
        ...since 97354578d7195bce927f0c00c4e2ae9cd7344776 "Remove the obsolete
        functionality originally underlying osl/diagnose.h"
        
        Change-Id: I7c920bca9cdddb37fcbbc15d8629d01c21eb0787

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [c484c353ef8ad3d40dce7f1ef1ea1b3620c504d0]

        rework to avoid coverity#1371205 Missing move assignment operator
        
        Change-Id: I117fa0891e8cd1bf339bded93a7ee19d799caf9f

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [424c7fb6cadd726480f01354c25bf4d01a685635]

        we don't need ree after the loop here
        
        Change-Id: Ib288ab3a7abf8f45c1175c36dcd4349dc4ad019f

2016-10-26  Michael Stahl  <mstahl@redhat.com>  [aa70294ffc0abbeeb30b4c4001e4db8b3539bf75]

        normalize existing emacs/vim mode-lines in python files
        
        Bunch of these were setting C++ or Make modes and icky tabs...
        
        Also, reportedly Emacs can figure out to enable python-mode
        automatically.
        
        Change-Id: I50072488fb92cb4d27aa3f74f717a28ae3967543

2016-10-26  Michael Stahl  <mstahl@redhat.com>  [22d0970e690d7a623619a84d5054b6f92b7acea4]

        gbuild: missing emacs mode-lines
        
        Change-Id: Id767a98be85a7f3f4abb28891d0a5cac2057b0e0

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [ad5a6b4d589ed7e13a5bb57339826021d377c046]

        fix leak in HeaderFooterTabPage seen examining coverity#1371205
        
        In the case that the field data is not a SvxDateTimeField or SvxDateField
        then the old "aFieldInfo.pFieldItem = nullptr" call will mean that
        the pFieldItem is leaked for that element.
        
        The only thing needed later is the existance of a date field, and the field's
        position, so encode those two facts as a bool and EPosition and
        stop abusing aFieldInfo.pFieldItem to serve as a flag
        
        Change-Id: I6a1c46d32406dbd6865cfcf6d23a3863bada6810

2016-10-26  Michael Stahl  <mstahl@redhat.com>  [dad2f1440c1fed230da40927503e30267ce1fa84]

        fix "TabError: inconsistent use of tabs and spaces in indentation"
        
        Change-Id: Iff27ff4a01dc8c20b01a6247554b6cc7195a2306

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [3803460589e6f158267315848728ccaba7d57275]

        solenv: fix Windows build
        
        Traceback (most recent call last):
        File "C:cygwinhometdflodejenkinsworkspacelo_gerritConfigwindows_msc_dbgutil_32solenvqapythongbuildtoide.py", line 32, in test_gbuildtoide
        del(os.environ['LD_LIBRARY_PATH']) # built with ASAN; prevent that
        File "C:cygwinhometdflodejenkinsworkspacelo_gerritConfigwindows_msc_dbgutil_32instdirprogram\python-core-3.3.0libos.py", line 692, in __delitem__
        raise KeyError(key) from None
        KeyError: 'LD_LIBRARY_PATH'
        
        Change-Id: I1575caf90cafffd71dd28fedc46b5e3570848be8
        Reviewed-on: https://gerrit.libreoffice.org/30304
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6f98b71155d3c7af70bfc623cfaa7da0fbb905f]

        xmlsecurity PDF verify: support SHA-256
        
        And various other minor fixes.
        
        Change-Id: Ifcccebf48aac8ad526406f2d7a402a840d3c91cd

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc56d31c094f1e01adc5eca69b414e984c7e4baf]

        xmlsecurity PDF verify: fix handling of non-imported certs
        
        Previously we only managed to verify a signature in case the certificate
        was already imported in the local NSS db. Don't depend on that by
        (temporarily) importing certificates from the PDF signature.
        
        Also adjust a test file that failed previously (the test DB has only an
        "Alice" cert imported, intentionally sign the file as "Bob" as well).
        
        Change-Id: Id8440acc31915f5a1718ea48129b950bb67e7486

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [23ca39a7c2cd5b33ac6361282432c6f34c458366]

        xmlsecurity PDF sign: fix removing non-last signatures
        
        PDF signatures are always chained, so when removing a signature not only
        the item at a given position should be removed on the UI, but the whole
        position-last range.
        
        Change-Id: I76b14308885267cdac994fa957218a8b7df6b3cf

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [f45ace2897dca1dd8f3553e46415df4fe7ad62d8]

        xmlsecurity PDF signing: fix byte range check for multiple signatures
        
        We can mandate that the byte range end is the end of the file for the
        last signature only.
        
        With this, signing a previously unsigned file multiple times works, so
        add a matching testcase for that as well.
        
        Change-Id: I8fe5482890fca4dab8da6305aa7fc7f60df612d8

2016-10-26  Stephan Bergmann  <sbergman@redhat.com>  [0b7bc00ae30473a26a5812798a7854511a460310]

        Revert "clang plugin for push_back after using sized constructor"
        
        This reverts commit e2fa592c770222344fccb0e39db3d500fc7690b5, sould no longer be
        necessary after 3be8c4c2bb919d69a2812c76edbaeaa41d149edb "The badvectorinit
        plug-in probably can be retired".
        
        Change-Id: I26fadaf002e8e21144a7e888a80bb40eb017a64b
        Reviewed-on: https://gerrit.libreoffice.org/30296
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-26  Eike Rathke  <erack@redhat.com>  [0ebe9fab18e732468d2b9d53dddf9f266411a0e5]

        init ScUndoRemoveMerge with range, tdf#92117 follow-up
        
        So the original selection is restored after Undo.
        
        Change-Id: Ie549a0b62da469ee38270ae089ea5abf9a6868e3

2016-10-26  Michael Stahl  <mstahl@redhat.com>  [5ac920be30928fca515a1a393ba1b2847c12b07e]

        solenv: don't run make with LD_LIBRARY_PATH set
        
        In a build with -fsanitize=address, this fails with:
        
        Change-Id: Ida0d4445d7f829545b493e9dd4c2c4ef33960850
        make: symbol lookup error: instdir/program/libfreebl3.so: undefined symbol: __asan_option_detect_stack_use_after_return

2016-10-26  Stephan Bergmann  <sbergman@redhat.com>  [87c28ddabc5c0dcbee8f15d8d9d2e7a75750b975]

        i18nlangtag must presumably be dropped from Library_merged.mk
        
        ...after 475e4b477c6d7ae114c3ae51ba4872882af67a68 "Move i18nlangtag lib to
        URELIB"?
        
        Change-Id: I45c5d997ed30757157109c67f30b91c4073c6b0a

2016-10-26  Eike Rathke  <erack@redhat.com>  [647e860435c781fbb111ae59bc70dc8e6776fed5]

        Resolves: tdf#92117 create only one Undo for all UnmergeCells() calls
        
        ... during DeleteCells() and InsertCells(), instead of one Undo per
        UnmergeCells() call. And actually create Undo only if bRecord requested.
        
        Change-Id: I4f1747c3f42f36e16be81f989f0af5d048ba9d9f

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [0d3e45608a5771b58ad2f7bea0989d635f25c47c]

        SfxSlotInfo is unused
        
        Change-Id: I8d5438ca338868c77dcf489609a4e007cfe925fd
        Reviewed-on: https://gerrit.libreoffice.org/30290
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a324099538916eae7f7239d32fd98ec8018cbb72]

        xmlsecurity PDF signing: only write incremental xref in an incremental update
        
        We used to just dump all the object offsets in the xref of the
        incremental update, but Adobe Acrobat doesn't like that, and considers
        that a second signature invalidates the first. If we properly only
        mention new and changed objects in the xref, then this doesn't happen.
        
        This requires actually parsing incremental updates, the previous code
        depended on LO writing not-really-incremental xrefs at the end of
        incremental updates.
        
        Change-Id: Icdd73fe0a3eab16f8c5a62f1355edbb49f6e73de
        Reviewed-on: https://gerrit.libreoffice.org/30288
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [da5d20562479174504c3795aa9e7ca0856883e81]

        Linux: Build NSS in debug mode only in '--enable-dbgutil' mode.
        
        With this commit, NSS debug mode is enabled only if you compile
        with --enable-dbgutil using ./autogen.sh command.
        
        Only for the Linux platform builds.
        
        Change-Id: Ia8626f36692fd38e8b1dbd774e4bc0ccedc59072
        Reviewed-on: https://gerrit.libreoffice.org/29781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-10-26  Stephan Bergmann  <sbergman@redhat.com>  [95cfef300eb1a32d700479d2cefddc3fc4d0b37c]

        const-ness fixes
        
        Change-Id: I83858c0cbca0fc493ac506e2b839e43310f3bb2f

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [36c4fd5c3310029e00cb6479962623f5fd2d8cd6]

        svl: the compiler can generate the same SfxGrabBagItem copy ctor itself
        
        Change-Id: I54f94e8ec710ca117ecdf33ebe97a0e5f07c59ec
        Reviewed-on: https://gerrit.libreoffice.org/30283
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-26  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1276e95193a714391c78120aadb0d347432eb35f]

        tdf#103088, improve interoperability with Excel for LOGNORMDIST().
        
        Change-Id: I5f4ccbb54b212247a3ff8b13ff012c930d18a86c
        Reviewed-on: https://gerrit.libreoffice.org/30020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-26  Stephan Bergmann  <sbergman@redhat.com>  [532847746f7151905ad3a78baf6e175030b6a8ff]

        Better way to silence loplugin:staticmethods
        
        ...in this !ENABLE_FORMULA_LOGGER dummy implementation
        
        Change-Id: Ifaf3356ada68d70164644f89fc6dc6d66f22024b

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [8efdf567de92d05ccfb1305228686287e7bca9e8]

        drop now unused SfxStyleItem, etc.
        
        Change-Id: I61227079c376299d17250970b19acb0c415034fb

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [c14b9d036ac8549feb588764b3596c0eb42cf97c]

        assemble SfxStyleFamilies from more generic resource components
        
        Change-Id: I25aa0d8bca1f16f5fc27d3b299709479a1635ea3

2016-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [88ec5de1c950d5b9c32fb98054557436d2aa426d]

        expand SvMetaType::ReadNamesSvIdl
        
        it just forwards to ReadNameSvIdl
        
        Change-Id: I803edb7a5977cf309e2cedaa3b4764bcbd933597

2016-10-26  Takeshi Abe  <tabe@fixedpoint.jp>  [406798f8aae3c0e305d6994fc82561a5002af0aa]

        tdf#96948 Change color of the area behind Impress slide immediately
        
        after saving Options > Application colours > Application background.
        
        This fixes a regression from 1c481fe6522f4c7d883e77a4ac32f855b9bcb323.
        
        Change-Id: I8dc0caf9e351c0b1bf2a10e9097d8f3e895f1471
        Reviewed-on: https://gerrit.libreoffice.org/29957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [0b4be27b147485fb4d61d3398cbb3860e69f01c1]

        try and silence coverity#1374267 Out-of-bounds access
        
        Change-Id: Ib7a8866dc4acdc243e7bfa975e760afde3bb43a6

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [2574d760598bcb1725dc1fe60a04992235c54032]

        coverity#1374287 Uncaught exception
        
        Change-Id: Ieed911b33fe4a5358855b3960b9d4c77c66ceff9

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [95af8bfcdff3d81770c24df49f3cdd07498d3563]

        coverity#1374286 Uncaught exception
        
        Change-Id: Ied3abcd1f2bd7754e3861905f441c46f828f7f5d

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [8ee0932466ba60e42a245bdbd673323c7e12b132]

        coverity#1374285 Uncaught exception
        
        Change-Id: I0a3790607fe7db6a8b8093a67e4dbf3548c800bb

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [521e5dd37911a4c4ed9f1a0346f707ffbc51bfa9]

        coverity#1374284 Uncaught exception
        
        Change-Id: Ie43165d3f6abd420b951a80e0101d8e77946d4a3

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [b9d0b57b1760a5c394f376941a8b843ce99ae40e]

        coverity#1374283 Uncaught exception
        
        Change-Id: I658a12da4d30f360f207ca06dcf3650ba18cc7a2

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [5d5564fa7ac77303e6e6145e488bc28bc675a860]

        coverity#1374282 Uncaught exception
        
        Change-Id: I1b31825ec27d2395ca030ca79b6c932b7814d901

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [b23e979157a1f690b84d110e082af3a01f102d55]

        coverity#1374281 Uncaught exception
        
        Change-Id: Iaffb4b67c67b5877a5a53d9ae81927b28883fc56

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [77c3b365c6defcfd0db11489d90cd6d82ecffb62]

        coverity#1374280 Uncaught exception
        
        Change-Id: I18f7f006256ac7df575d9235e7121b45fbd05370

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [f96f2adc28b4848918e31ce2267896576fcc80a0]

        coverity#1374279 Uncaught exception
        
        Change-Id: I5818bb0a2fe64fd808de5ca7f6d8393f92ab55e2

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [b1de670d6a39db535b945cbc04718a44bfd3cf19]

        coverity#1374278 Uncaught exception
        
        Change-Id: Ide557d1a3237c36067107d357ac2df6186994e10

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [1ae7f7fcae2d1c3f1aced2fbb1cf86453722e9a1]

        coverity#1374277 Uncaught exception
        
        Change-Id: I2475056682252111af78a7594c04d15a93fda47f

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [487738732bebce422551d9632d6b1a33bec31da9]

        coverity#1374276 Uncaught exception
        
        Change-Id: I0572e4365831cf0be2b73c5255812aaf4516ccb0

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [9b6cb97e43da81a9248e3a805c8b164e10c095b2]

        coverity#1374275 Uncaught exception
        
        Change-Id: I6fcc5d75d8a4b131dc4e3b2e294761b152763a1b

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [adf3ec20325a9082a1bf83a5a7610929716abfeb]

        coverity#1374274 Uncaught exception
        
        Change-Id: I9e3cee79dfdc06c751d1e5b3d0806c49a7e30da7

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [0aa597d06310fab4672698ba42218de6a28a554f]

        coverity#1374273 Uncaught exception
        
        Change-Id: Ia2738aeb9d1092dd0738801022c5a729b9081f26

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [0b069a35d338d3492ffcc1830cdee32f508cd81e]

        coverity#1374272 Uncaught exception
        
        Change-Id: Iea7cb5d35e78b89398e8aca7bbdbd17015cb7120

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [759c585e0cc0a86fd918a1fb8ebf0a9a498e804a]

        coverity#1374271 Uncaught exception
        
        Change-Id: I043cd76ae0da65cac09130f0e761266fd8730be6

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [07385355dbd83d164c32ba278f4d221da6fd407d]

        coverity#1374270 Uncaught exception
        
        Change-Id: Ia29b644748f00aa7dc31af9ccc510976d8646241

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [ae68c27457a1641d8a0569025e676b67219a3378]

        coverity#1374269 Uncaught exception
        
        Change-Id: Ib3a876ea6463396784062bd53bfedff177818498

2016-10-26  Caolán McNamara  <caolanm@redhat.com>  [6920de0e1f525eadb61114f0e5bb1bb282d17572]

        coverity#1374268 Uncaught exception
        
        Change-Id: Ife6e9897c12a9754afd5f4754c7de41eef7f00eb

2016-10-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [80cd32f78deca3fea2f731af02a2ad83134261f3]

        WebDAV: Small cosmetic to unit checks.
        
        Change server name in URI test strings.
        Pass by const lvalue reference [loplugin:passstuffbyref].
        
        Change-Id: Ic0134f0690a8e6b9abb7d0764efaeeaf3a167bcf
        Reviewed-on: https://gerrit.libreoffice.org/30284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-26  Takeshi Abe  <tabe@fixedpoint.jp>  [c498c97f7457fe7ef34164a822c9a1e2f04e9b1d]

        The default std::less<sal_uInt16> is fine
        
        Change-Id: I29cd62ef0b687613ed9bda5170511dcae2fc6e7e
        Reviewed-on: https://gerrit.libreoffice.org/30282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-26  Wastack  <btomi96@gmail.com>  [41832d27c3325808333c21b9181db84ae9788978]

        tdf#103373 create and connect with default user
        
        For an embedded Firebird database resolve authentification with a
        default username and password (hardcoded) instead of trusted
        authentification.
        
        Change-Id: I54ee04898a8b2bedc9a24001c64173400769f416
        Reviewed-on: https://gerrit.libreoffice.org/30160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-10-26  andreas_k  <kainz.a@gmail.com>  [c5d2a18ef7dc7a9f29a948acef9e0d64a552cd63]

        add toggletabbarvisibility for breeze and breeze_dark
        
        Change-Id: I28437193e5b8c0c61d606cbb462b9ca547ca9290
        Reviewed-on: https://gerrit.libreoffice.org/30233
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1434b95d15d5e7246b3c657a68f87445eede513]

        xmlsecurity PDF sign: use unique ID for a new signature
        
        Otherwise Adobe Acrobat thinks they are different versions of the same
        signature.
        
        Change-Id: I454c7d87106e348fd70f18fad83f2c3aeda29dff
        Reviewed-on: https://gerrit.libreoffice.org/30278
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [20f2a6b3f719e83a0bef77c214c622026dbe5aca]

        untangle .cxx include in itemset.cxx
        
        Change-Id: I0102ad82d82c8f0e9f8939512bae83424613c54e
        Reviewed-on: https://gerrit.libreoffice.org/30281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5c1e15eda804463c9021664e868979b019c203e]

        loplugin:expandablemethods in toolkit..tools
        
        Change-Id: I7221bf131d28804ee93474b11973bbc066cc2764
        Reviewed-on: https://gerrit.libreoffice.org/30268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [47317f041693db1a9d4618a1d9f7dcefe52b2904]

        loplugin:expandablemethods in ucb..ucbhelper
        
        Change-Id: I42d077d7ebcfb77447d011644f8d64e80eae69c2
        Reviewed-on: https://gerrit.libreoffice.org/30266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-26  Noel Grandin  <noel.grandin@collabora.co.uk>  [fe1f1247fad782bdf43322532fdeb1ba9f03135a]

        loplugin:expandablemethods in vcl
        
        Change-Id: I1876e203d3a3a5fa36d83a9b282ba49429c1da2a
        Reviewed-on: https://gerrit.libreoffice.org/30261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c34797cc98030614b384b6ea0f233d59ae82253]

        Keep loplugin:staticmethods happy.
        
        Change-Id: I45b576a4401d51d204007a8dde3b24617b5a17e9

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dff4e51f5db23baab368ab7e656ad1b74f2663bd]

        Add configure option --enable-formula-logger to conditionalize it.
        
        Change-Id: I1badbcfa259b22d742e5241bd817ea44769a771e

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [08086d76f86794963b3ab27168f9516edf7b9d2d]

        Ensure that GroupScope can only be instantiated by FormulaLogger.
        
        And also annotate the class a bit.
        
        Change-Id: I7544e49991778be36a9214851f3d7add4bfef626

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [90b7f35ce3ea8de5cb8a6ad8779c4307f95394d6]

        LIBO_FORMULA_LOG_FILE env var to specify the log file location.
        
        In theory you can either use file:///foo/bar or /foo/bar style of
        file path.
        
        And also make sure that we don't crash in case a file is not
        specified or the file path is invalid.
        
        Change-Id: Ia1fb11af84f91e678401bde11454522db9893f4c

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [12127e1eaf63fec008cba3fe705e23ba86a704f7]

        Write nest levels in case of nested group calculations.
        
        Change-Id: Ie2a94bf76ab28f792ff5684879365fda81c10e2b

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [662652d864c6d26096cfc7f650d80d1e80235bca]

        Use a singleton pattern here.
        
        Change-Id: I45e8bcdb4ee2717ac7e223e68e0c03da9473db5b

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [28a11eee99a0d20566c26ad285e81eac7b7badd6]

        Have the logger instantiate on first use.
        
        Change-Id: Ia2e3c011a66030aafa479f3ea47dcc1fb0c5e8be

2016-10-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ab685241af77f6361b694b06dde6b6c709956e1]

        Initial take on group formula logging.
        
        For now, this logger only logs group formula calculations.
        
        Change-Id: Idab3cf58f8d9e5fd24fc9f7498d55e385ca93ca7

2016-10-25  Stephan Bergmann  <sbergman@redhat.com>  [f08ef855b1402cbebd3675621c65f0c7660401fd]

        Revert "Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr"""
        
        This reverts commit 4c13c4da1616317555ed3470603ff786db772d64, after
        475e4b477c6d7ae114c3ae51ba4872882af67a68 "Move i18nlangtag lib to URELIB".
        
        Change-Id: I61eb0c786b1fac8eb51db7b54156c906398dfb48
        Reviewed-on: https://gerrit.libreoffice.org/30279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-25  Khaled Hosny  <khaledhosny@eglug.org>  [48304cb5b4d8df71463837e2e48aa7c4d9594df9]

        Skip font formats not supported by CommonSalLayout
        
        Don’t list fonts we can’t handle, bad things would happen…
        
        Change-Id: Ic88486e34da69090deb3e8c394cb75a8e4e5cbd0

2016-10-25  David Tardon  <dtardon@redhat.com>  [50cbc6fbe8fd107d69d2897755021265af463386]

        bail out on use of unknown install module
        
        Change-Id: Ic6ba34e1ea6aff49f308f41e5692e08edc5b77c2
        Reviewed-on: https://gerrit.libreoffice.org/30270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-10-25  Aron Budea  <baron@caesar.elte.hu>  [8175e30b732e3f6f4f1058934e7fe8a1189f40cf]

        tdf#79892: Pass resolved locale to transliterate calls in Calc
        
        Instead of ScGlobal::eLnge, use
        ScGlobal::pSysLocale->GetLanguageTag().getLanguageType().
        
        Change-Id: Ie0aa90098860ac2b6cee195180dbc213eaf3b5f8
        Reviewed-on: https://gerrit.libreoffice.org/30240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-25  Stephan Bergmann  <sbergman@redhat.com>  [475e4b477c6d7ae114c3ae51ba4872882af67a68]

        Move i18nlangtag lib to URELIB
        
        ...as stoc/Library_javavm.mk depends on it since
        9b09a217c79e8a35fc4de54c89ef49fbf8f72752 "Resolves: #i86470# Wrong Java locale
        when using 'nl' and 'fr'".  The i18nlangtag lib in turn depends on libs from
        external/liblangtag and external/icu, so those needed to be moved to URELIB,
        too.
        
        On Windows, the external icu package was already split into icu and icu_ure
        (because "libxml2 is in URE and depends on icuuc*.dll on Windows"), so use that
        splitting on all platforms.  (However, the corresponding changes that were
        necessary in RepositoryExternal.mk suggest that they had been missing for the
        split Windows case until now, and things had happened to work by accident?)
        
        On macOS, a library's install name reflects its (URELIB, OOO, ...) layer, and in
        external/icu/icu4c-build.patch there is only a single place to set that for all
        libs from external/icu.  This patch changes that from OOO to URELIB, but for the
        icui18n lib that should stay at OOO.  The hack to make it URELIB nonetheless
        works for now.  To clean this up again, either the whole of icu could go into
        URE (dropping the icu vs. icu_ure package split completely), or the macOS layers
        URELIB and OOO could be combined into one (as the libs end up in the same
        directory anyway).
        
        Change-Id: Idc262fa41481d06ba2cae86ad7629cdccb392c07
        Reviewed-on: https://gerrit.libreoffice.org/30272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3b3e336e5bd83754d9caae85dd5b9246bb4f7c1]

        xmlsecurity PDF sign: append reference to the Catalog's AcroForm key
        
        Similar to the Page object's Annots key, but here we want to append our
        reference to the nested AcroForm/Fields key, so that needs more
        infrastructure.
        
        This is also needed (but not enough) to be able to sign a PDF document
        multiple times.
        
        Change-Id: I4d5e2aa8f49d2181a15cbf7c4e27577fc98b547d
        Reviewed-on: https://gerrit.libreoffice.org/30267
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-25  Eike Rathke  <erack@redhat.com>  [8464ea6961b9cc54af9c11cce1b80ed7e0cc77e2]

        Resolves: tdf#79442 in OOXML import add external files to LinkManager
        
        Now that we store formula results without recalculating, the implicit
        logic that adds files of external references to the LinkManager is not
        triggered, explicitly force it during import.
        
        Change-Id: Id867d2fa2b39841fb4c8e90941814457c8db431d

2016-10-25  Michael Stahl  <mstahl@redhat.com>  [36e390eaa55ae302dc5a64fa7098ec43e2009748]

        tdf#101814 sw: MSWord export: don't override first-page with heuristics
        
        Revert commit dcea8ba3b4fc347e7b6d9e0d5ec2fd99bd77ce6f, and do the
        opposite.  The added "titlePage" check makes no sense, because in that
        case there is already an explicit first-page style in the PageDesc, and
        overriding that cannot be right.
        
        The test added in that commit still succeeds, which suggests that the
        root cause of that bug was elsewhere and was fixed in the meantime.
        
        Change-Id: I9b21b6dc115be28cb0ee3360615c538d4cfee3cb

2016-10-25  Olivier Hallot  <ohallot@collabora.co.uk>  [5ab7d38c95d13d04c96604f1ac96c63466deb434]

        Updated core Project: help  f0c69d271ed0811c3e2a6198669662f1e2f40d73
        
        tdf#80439 add bookmark for WORKDAYS.INTL
        
        Change-Id: Ie037f01f97d81bf194ad1b774dd3f13d6f9e86d9
        Reviewed-on: https://gerrit.libreoffice.org/30275
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-25  David Tardon  <dtardon@redhat.com>  [25a55eb169c737149ad79432f3c1f202fd67c09c]

        fix path in README
        
        Change-Id: I7f1252d38ed045d9c23d3369e42e107c3ba2bec9

2016-10-25  David Tardon  <dtardon@redhat.com>  [01b5dfb418f4e0d98b605cb21fd0175601da5a9d]

        fix path
        
        Change-Id: I9eada2693b67d3ca0b0062b9f4dbc9f9bf34d090

2016-10-25  Eike Rathke  <erack@redhat.com>  [4c13c4da1616317555ed3470603ff786db772d64]

        Revert "Resolves: #i86470# Wrong Java locale when using "nl" and "fr""
        
        This reverts commit 9b09a217c79e8a35fc4de54c89ef49fbf8f72752.
        
        Breaks MacOS build because "a URE lib cannot link against an OOO lib;
        breaks on macOS".

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [45a646f2fa1c8161d9fbc4509a2f0b2e826dc63f]

        split the creation of SfxStyleFamilies into a method
        
        Change-Id: I2590180fc30d75c89e758c72246a8294b5c4b9a2

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [a6ff21250bbc960cbcff026e8eeb72be032f56b2]

        drop window related stuff from rsc
        
        Change-Id: I7045a34bec2f55f06239fe77e61347da73c38534
        Reviewed-on: https://gerrit.libreoffice.org/30263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-25  David Tardon  <dtardon@redhat.com>  [2e6c4948a94535d52efa38cc42db2c421a632e39]

        clean up remnants of the removal of OxygenOffice bits
        
        Change-Id: Ic01bb53b6a2d54a43e10ece04e6f1d9b7ff58fb9

2016-10-25  David Tardon  <dtardon@redhat.com>  [9a02de1e828b963f8130faed506e2dd01f5d190f]

        fix build
        
        Change-Id: I0ebad3c6ac5714514a5135d4006586d88c50e555

2016-10-25  David Tardon  <dtardon@redhat.com>  [2dc528d85bf534af7921218ef822bb64ee0896d9]

        make this cond. to avoid another removal
        
        Change-Id: I33793a1c82d7a3a8679964470057f2c3011fb145

2016-10-25  David Tardon  <dtardon@redhat.com>  [0c3642e8e8c018bcc2ee57d4ccda0449df84364b]

        restore removed function for umpteenth time
        
        It is used by the tubes collaboration stuff.
        
        Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43

2016-10-25  David Tardon  <dtardon@redhat.com>  [093d7b1c6824c3512cd812c9ad5a661c4e0be892]

        rename dir to follow suit
        
        Change-Id: I894e6a089e99ed6cec3a970ffa0cce9cbd9a9e1a

2016-10-25  David Tardon  <dtardon@redhat.com>  [c5423234f329225036dc4360a02fec3e35fe733f]

        remove unnecessary dir and name prefix
        
        Change-Id: I57b8d8b187fe7b8a99f2f90d696cd8c97b8a07b6

2016-10-25  David Tardon  <dtardon@redhat.com>  [d8ffe6c4d60f363bc60d7d299cd138adedab22e6]

        merge duplicate source file lists
        
        Change-Id: I55c746c92a6803a67e7129c43d2acd94aa7cbf8e

2016-10-25  Fabio Biocchetti  <fbbcchtt9@gmail.com>  [e11e715628af6a58ee57538eaf69aac16dd1a560]

        Updated core Project: help  3e47e586ddf507ff5f987fc0ef10e95e90b625f5
        
        Mozilla Public License added in edited files
        
        Mozilla Public License added in headers
        
        Change-Id: I803d84fbff43913198929a56b57c668d14b6a9eb
        Reviewed-on: https://gerrit.libreoffice.org/30269
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-25  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [cd7b306e614a938b7b39a66784899c22ee6f6c64]

        tdf#103160 Add 'Add Submenu' button in Customize dialog
        
        And remove the 'Add Submenu' entry from Modify split button
        in Customize dialog
        
        Change-Id: I6ac940f5f1f41ac1f962f66f458c7e14d702b2be
        Reviewed-on: https://gerrit.libreoffice.org/30230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [578e890e89c9a143d36b3d7307dcdc0545523614]

        m_pStyleFamiliesId is now unused
        
        Change-Id: Ibfd9810e8cfde596aee3189a3498d628d73fdc8b

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [e83d0d9b3b82a604e373a975524e84626efd160e]

        we don't need to update the style icons anymore
        
        once this was a dialog but now its a panel and the case of a the document under
        the dialog changing type isn't an issue anymore
        
        Change-Id: I4680cf238675161c533852d843508a19c74a9073

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [f144d592fb5c314680e397e3ac686721fb2bc3d6]

        separate two different uses of DLG_STYLE_DESIGNER
        
        Change-Id: I1edbbb4e2f1326b189a80815b1c80bd0f9b52258

2016-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d34a8993e3b3200de10d20990d14dc9288d8d6c7]

        xmlsecurity PDF sign: append reference to the Page's Annots key
        
        Previously we assumed that the Page object's dictionary has no Annots
        key. Now detect if that's not true, and in that case don't just copy of
        the whole dictionary (as part of the incremental update), instead copy
        it in two steps, so we can insert our reference in the middle.
        
        This is needed (but not enough alone) to be able to sign a PDF document
        multiple times.
        
        Change-Id: Ia5bf993320428eef80551e7e9cc7bfb2b858db7f
        Reviewed-on: https://gerrit.libreoffice.org/30257
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-25  Eike Rathke  <erack@redhat.com>  [9b09a217c79e8a35fc4de54c89ef49fbf8f72752]

        Resolves: #i86470# Wrong Java locale when using "nl" and "fr"
        
        Languages don't always have a country; if there is no "-" separating
        language and country in the ooLocale registry value, use the entire
        value as the language.
        
        Initial finding by Damjan Jovanovic.
        However, LibreOffice knows BCP47 language tags so that needs a different
        approach.
        
        (cherry picked from commit d61ab2b5a0e35d55cb001e139be791420245bf35)
        
        Change-Id: I69331951372bda1c1cec80cfd10d5839d8f4b823
        Reviewed-on: https://gerrit.libreoffice.org/30154
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-25  Julien Nabet  <serval2412@yahoo.fr>  [88fb9d8f0aae0030fac75156f78818affae4298f]

        tdf#99723: target ratio must be reached
        
        to be sure we can avoid decompressing/recompressing
        
        Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=76ec54e8c9f3580450bca85236a4f5af0c328588
        
        Change-Id: Iacd7b2419ea85756f936b17f04c4e495d15e5b81
        Reviewed-on: https://gerrit.libreoffice.org/30163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-25  Takeshi Abe  <tabe@fixedpoint.jp>  [799a3a7915e6285c8072f92c63ba7149223ac443]

        tdf#103209 Apply application color settings to Basic IDE
        
        This makes the text and background colors in the editor window
        follow the custom colors "Font color" and "Document background"
        respectively in Options > LibreOffice > Applications Colors.
        
        ... for those who think BASIC looks cooler when written in green
        text on black background.
        
        Change-Id: I82647865f7c2915341249c2fd5ebc9bd8d617bd1
        Reviewed-on: https://gerrit.libreoffice.org/29815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-25  Noel Grandin  <noel.grandin@collabora.co.uk>  [c5498c310f6765ec9857e34169fd4a8d48953eb7]

        loplugin:expandablemethods in UnoControls..vbahelper
        
        Change-Id: I7e607df2a1f6d4eb207ee0d3eb30f41fac44a0c6
        Reviewed-on: https://gerrit.libreoffice.org/30262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-25  Henry Castro  <hcastro@collabora.com>  [97f0fbe5830a5d2119fe9f5e8142fe45b255c2ac]

        tdf#103409: No selection outline displayed when SUM button is clicked
        
        Change-Id: I8a1bb22bd0be9717a56a90732b17c4ed8f230bf3
        Reviewed-on: https://gerrit.libreoffice.org/30254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [8a063e2f2a4081234aaf538751bb1bb3c68bd8f8]

        drop some unused declarations
        
        Change-Id: I88a160767c22ed234777b69c9003cc3b1a065b94

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [cdd3963a3a7c521aaddd0059324452cfd7836fdd]

        no RSWND anymore
        
        Change-Id: I5547a0d19ae60ea06dd666c77deaf0de910975d0

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [00c4595646d109b0d387d419eddf933ebcd878cc]

        no WindowResHeader, no RscWindowFlags
        
        Change-Id: Id41e9414237c849c211785151e9170c71a449238

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [2b6abbaa24a35111902a9b31c8cf5dca5477c4e8]

        can drop RSC_WINDOW now
        
        Change-Id: Ic60b35eb78ebd3e934cbf45c2184edf59c971a53

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [f615d6195a2be9f9f2cbd7e9f77f042acac6656f]

        can drop RSC_CONTROL now
        
        Change-Id: I651b9d2ead019507b8e48c4e19797bf8f8b9a438

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [d1bea6be4f8190c1a6da7768ea2b80a5b51676a8]

        no Control loaded from .src now
        
        Change-Id: I25af1187f7888ad3f8d7078e3b59d3e4a09b8ab5

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [3c0bfd4271a92cd05f5c8b096376519e3c5b4754]

        drop HID_CTRL_CUSTOMPROPS_YES_NO that does nowhere
        
        Change-Id: Ibf64359936ea224dc7342585b99691f88630c6ca

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [d2b4a0d5ff18db30bd93b9d88dd85ba421a557c9]

        drop HID_CTRL_CUSTOMPROPS_YES_NO that does nowhere
        
        Change-Id: I1a82e91539947939667e0c458f964e7e13c50514

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [1c2dd78730784f4d8ca2fd0766c767b16f163a9b]

        no users of RscClassArray left
        
        Change-Id: I1eeeca93ef6e57bddde54dc0abf5c1984da962cc

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [da05f90f9ba6c41f249bed0a8733e6c4f91e1aac]

        no evidence that LangKeyCode is needed for anything
        
        Change-Id: I01cf8019fb6bba15c6ed48564ad2e65bf3fbd187

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [c445e1d67848a1c52dc6e81a13f3d8de9e77c40e]

        no need for ResId here now
        
        Change-Id: I2b9ec5e587724550ea8b78f023f18b6ec65d7f75

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [56c71eb5bc674938fc9934a56770f6ee19c98204]

        remove now unused ImplLoadRes methods
        
        Change-Id: I8ff86fa847a74d48ccd06e8945beac9cf5653ab9

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [c1448b4286ae9ecb192497e2a49ec66bfc49f3b6]

        no raw Window is loaded from .src anymore
        
        Change-Id: I81e4bb23f4a819f59115cdf58afe19097b4ce68f

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [141a7aa1b3faafa7bf5c45b73f1604b16809a1a3]

        SvTreeListBox cannot be loaded from .src now
        
        Change-Id: I80090f4daf9b7f224392a76449a87ab6aa6b7d05

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [3c4f6b7804495e94d951f5eaf7c4a947c9967b59]

        no FixedText loaded from .src now
        
        Change-Id: Ic377c5238e1763a2defdce72bbe893e826aae5ac

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [dcd099d335dc73b325de8b3a10276a6f3bb047b3]

        nothing uses RSC_BUTTON anymore now
        
        Change-Id: I016d1507fcadf5da1207241c6feec1a03188eef7

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [cd6e8837c17922c9ccf2b5740036853ac3adce45]

        no PushButton loaded from .src now
        
        Change-Id: Ib866107995ab0496cf4f37a5e780458031d2fc25

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [f23297e11148fdd7b28e242e8b77f375f969c617]

        no Edit controls loaded from .src now
        
        Change-Id: I42c7377c101c642ea39028e05e4ffd58fc7435d7

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [30a458d7e1dcd8c7b35cd74b10ce41d2a89e8552]

        no ListBox loaded from .src now
        
        Change-Id: I7d30c38777f6a36c991271a3617d3f75c83cd490

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [7549878fd63bb2792432865958874c644a948d45]

        convert conditional format src fragment to .ui and layout
        
        this is a difficult widget
        
        Change-Id: If4ea45230679c46f7ad763f07c876dd74d4478d0

2016-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b45fe99f16762c5d79ce67f6a04ee58fc7c14456]

        xmlsecurity: add PDF signature removal testcase
        
        This one needs no access to private test keys, so no workaround is
        needed for older NSS.
        
        Change-Id: Ia233901658832cf55157511b4c5b5c2ccb243425

2016-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c761df1e42fd11acc5fc05b0baacd803c3788ca6]

        tdf#84678 DOCX import: fix handling of textbox margins
        
        Regression from commit d379d18666aa42031359ca8eb34b0021960347ae (oox:
        import WPS shape with text as shape with textbox, 2014-06-18), the
        problem for a long time was that in Writer text frames without borders
        couldn't have text margins, either.
        
        Recently a compat setting was added in the WW8 filter for this
        situation, so use that in the DOCX import as well, and improve
        SwTextBoxHelper to handle the margin properties.
        
        Change-Id: I472bbc414f21f2ec7334482c460a5c3be3e95e94
        Reviewed-on: https://gerrit.libreoffice.org/30255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [fab262f115e5c0e6d43b65e376241152ddff82b3]

        screenshot annotation: More readable markup
        
        this should placate clang too
        
        Change-Id: Ida2cceebd5870b5896fb125e51e4cb67ad253d92

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [ae3fb69ebca4e253959cdf9bf620296e7797a501]

        screenshot annotation: put back removed fields
        
        I hate you loplugin !!!
        
        Change-Id: I01067b04005a59b7ecb10a5a72ab6090b7f040a8

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [dbecfbdde5956b49ac9b0a77c8310b34ff736791]

        screenshot annotation: Make this a default button
        
        Change-Id: I1a1db338696cf56062306a54a43c746a21a3431d

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [dcbfb99fc5755c63f6619c8668c28c314953da6e]

        screenshot annotation: insert markup for annotated widgets
        
        Change-Id: I82b8c541239271e3acfa6d8ad45b752fa1554931

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [3298e8b8ec18a8aa76c7d0410d2b18d35471aec9]

        screenshot annotation: Display markup for embedding the image
        
        Change-Id: I06fd744fabd66ee02123790718a899d9e0dcb6b7

2016-10-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [b43888e73c761436f102b61e21d00825b6813a18]

        screenshot annotation: tweak dialog a bit
        
        Add some descriptive labels
        Remove OK button (redundant in this context, Save Screenshot... does
        the job)
        
        Change-Id: I36e32986f777675f297390b691f2cd1681a0eaa2

2016-10-25  jan iversen  <jani@documentfoundation.org>  [9183e2cec024c28fb26f9f9f83530bd002d539c9]

        Revert "tdf#96505 Get rid of cargo cult "long" integer literals"
        
        This partly reverts commit 8ae33b1652cb1e654c426350169d3bb9fa031a4f.
        
        Added a comment why 1L is needed in this file.
        
        Change-Id: I92349b42decb964a45d4dc9c50b89cd22766acb9
        Reviewed-on: https://gerrit.libreoffice.org/30259
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [13d702348636af59bfee8ac3663389fcd1386137]

        Updated core Project: help  136c9a855fb9267a840030a289d80c9d7a18d82a
        
        drop HID_CTRL_CUSTOMPROPS_YES_NO that does nowhere
        
        Change-Id: Ief870688649828c459db277eba15ead976eac68a
        

2016-10-25  Caolán McNamara  <caolanm@redhat.com>  [461e9cc64b5a6e9943db397d27c6415327386494]

        Resolves: tdf#103472 gtk3 dnd must clear listener after dragDropEnd dispatch
        
        like the generic dnd impl does
        
        Change-Id: Ie860c43329ee2f9332d12a53cd691ac7fcbb5eac

2016-10-25  Abhilash  <abhilash300singh@gmail.com>  [250252d02bac88877845a4bc27e3f1837f1312ba]

        tdf#44282 fix missing space for numbered lists in TOC
        
        Change-Id: I885ec27b46f2c0966e8ed38e5ca8eb03822190c7
        Reviewed-on: https://gerrit.libreoffice.org/29913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-25  Rosen  <rosen@live.com>  [8ae33b1652cb1e654c426350169d3bb9fa031a4f]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        fixed all long integer literals in file
        
        Change-Id: Ib557d88d4e4f17d5c334c92d611d002fe163f2f6
        Reviewed-on: https://gerrit.libreoffice.org/29235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-25  Stephan Bergmann  <sbergman@redhat.com>  [0560f6cc3cd83923f03ec909a1771c6a984ee25d]

        loplugin:staticmethods
        
        Change-Id: Id1a6184c3d3efab2d0ad921ee44b9b96ddddf74e

2016-10-25  Stephan Bergmann  <sbergman@redhat.com>  [7768ad6082dc8dd19eca22521f2e8a603495011d]

        -Werror,-Wunused-variable
        
        Change-Id: I55a0388838a7b9aebc6fd07c92e4d1a8081a4fb6

2016-10-25  David Tardon  <dtardon@redhat.com>  [681a1ca27f606282a1fb3a60d67f61c0f3ba9579]

        improve debug output
        
        Change-Id: I7c5b8e67ee19e6a7d7909acb03d2d695cdc17a24

2016-10-25  David Tardon  <dtardon@redhat.com>  [b1686f6cf1a52d53b46f1483e8a79dda0ccea797]

        tdf#103448 remove WPS Office exts. from MIME types
        
        Change-Id: I99e199ba0dd703703f0feafeb1a9b6970507050d

2016-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c758ad4a8be7e35c9fba29fffc5cd0ef55d68ff4]

        CppunitTest_xmlsecurity_pdfsigning: fix this on RHEL6
        
        The pdfdocument problem is present only on 32bit.
        
        The pdfsigning problem is present on RHEL6, but not on RHEL7, for some
        reason NSS fails to parse the provided profile (generated by a bit newer
        NSS). Just return early in that case, we want to test the PDF code
        there, not NSS.
        
        Change-Id: I1123865d4b2176676a8fdaf648222fda8ca0b923
        Reviewed-on: https://gerrit.libreoffice.org/30229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b5c65b53de6663e12a8192100d6e25494779c5c7]

        Rename ClearFormulaContext() to make it more representative.
        
        In the future we might put more prep code in here, in addition
        to clearing the context data.
        
        Change-Id: I44256a0dfbe1301e2c1443b291f4635ca0ba80f5

2016-10-25  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f7c61b08d526c79ecd1522dff79386059b6125e0]

        tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.
        
        Make custom shape export more robust. In case of the test
        document, WriteCustomGeometry is called, but this call
        does not export anything, and so we get a shape without
        any geometry in the DOCX file, which causes problem to MS Word.
        
        Change-Id: Ie7a4e2b8a18bfddaeeb81425ae5f1de04140d43f
        Reviewed-on: https://gerrit.libreoffice.org/30241
        Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
        Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>

2016-10-24  Fabio Biocchetti  <fbbcchtt9@gmail.com>  [419e4fa1b587c1e4bc3f8d48729e1955ade1c8c3]

        Updated core Project: help  2f35a021df0677851b7f05522ca5b97b3992aca9
        
        Fix comments in script and JavaScript refactor.
        
        Comments correction in shell script
        Introduced js debouncer for search bar
        xml-stylesheet tag removed
        Introduced parameter passing through pages
        Links in XHP pages now work with js
        Minor adjustments
        
        Change-Id: Ibf5f7a74c3249fa6f1ff4d3037fe821797e88d1d
        Reviewed-on: https://gerrit.libreoffice.org/30231
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-24  Julien Nabet  <serval2412@yahoo.fr>  [168eb0bfd324be5d0023a8a3ea7ee58f1edbcbb8]

        tdf#103452: add missing xPopupMenu.disposeAndClear();
        
        See https://bugs.documentfoundation.org/attachment.cgi?id=128226
        
        Change-Id: If6641531b96f33b2864f69bd4195c92548fce148
        Reviewed-on: https://gerrit.libreoffice.org/30234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-24  Michael Stahl  <mstahl@redhat.com>  [6677759c29620796540a0265c4f6d0671f6a42c6]

        solenv: force gbuildtoide test to use the same "make" as the caller
        
        Possibly mis-matching make binaries could be the reason behind failures
        that have been observed on Jenkins:
        
        make[3]: Entering directory '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/windows_msc_dbgutil_32/solenv/qa/python/selftest'
        make[3]: *** internal error: invalid --jobserver-fds string 'gmake_semaphore_5488'.  Stop.
        
        Also, to enable this: Revert "Revert "prep WinResTarget for WNT in testdir""
        
        This reverts commit 6e261cb19e5751eb0553ad0c5b357b1a5747518c.
        
        Change-Id: Idb858b5eeced91f19c9dd5600c4fdc5370b73cc5
        Reviewed-on: https://gerrit.libreoffice.org/30226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-10-24  andreas_k  <kainz.a@gmail.com>  [e28b8b779b1465d72bc089138fde925e34e11893]

        remove link to github cause breeze_svg are now in core
        
        Change-Id: Ib30c7c7a9f2fecc108ea47b05f558a2ce8e6bf91
        Reviewed-on: https://gerrit.libreoffice.org/30232
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-24  Aron Budea  <baron@caesar.elte.hu>  [2ed5057993fa8d0f57531303e6c9fafc37138737]

        tdf#79892: Improve performance of transliteration
        
        Pass resolved language to transliterate call, so it doesn't
        have to be resolved each time inside.
        
        Change-Id: Ibcad3b8517cb92c3462e14207c0a79ca2c76d73b
        Reviewed-on: https://gerrit.libreoffice.org/29829
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-24  Chandanathil P. Geevan  <cpgeevan@gmail.com>  [e3088f21d6227af67c955d91c536dc1ecfdea476]

        Updated core Project: help  b560ca36513ef209b23081dc5b971d30dd60e5f1
        
        tdf#80439 Help pages for (NET)WORKDAYS.INTL
        
        removed useless file
        replaced commas with semicolons in function expression
        
        Change-Id: I76ce8945d7f5d51f7b356dc8063db1b4623e905b
        Reviewed-on: https://gerrit.libreoffice.org/30217
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-24  Stephan Bergmann  <sbergman@redhat.com>  [59ec27f44630fe129a590ba4caf6998bb671ecb5]

        Calculate size of embedded Impress document properly
        
        The '- 1's had been like that ever since
        cbd8e4d144757f40b75063bb4ab0e13ca2cfaad0 "added VisibleArea and MapUnit
        properties" but caused the following problem, suggesting that they may have been
        an off-by-one error right from the start:
        
        Opening an .odt Writer doc with an embedded (via "Insert - Object - OLE
        Object... - Create new - LibreOffice 5.3 Presentation") Impress doc for which
        the .odt's content.xml records
        
          <draw:frame ... svg:width="5.5508in" svg:height="3.9366in" ...>
        
        causes XMLTextFrameContext_Impl::Create
        (xmloff/source/text/XMLTextFrameContext.cxx) to create a size (in 100th mm?) of
        14099x9999, which is converted to 7993x5669 twips, which are then passed to an
        SwFormatFrameSize ctor (sw/source/core/layout/atrfrm.cxx).
        
        However, double-clicking into the Writer doc's Impress area (to make the Impress
        doc editable) and then clicking back into the outer Writer doc's area (to put
        the Impress doc back into non-editing mode) causes the Writer doc to be
        considered modified (e.g., the "Save" icon gets a small green "plus" overlay)
        due to the call to SfxObjectShell::SetModified at
        
        > SfxObjectShell::SetModified(bool) (this=0x21293a0, bModifiedP=true) at sfx2/source/doc/objmisc.cxx:314
        > SwDocShell::SetModified(bool) (this=0x21293a0, bSet=true) at sw/source/uibase/app/docsh2.cxx:1243
        > SwDocShell::Ole2ModifiedHdl(bool) (this=0x21293a0, bNewStatus=true) at sw/source/uibase/app/docsh.cxx:1093
        > SwDocShell::LinkStubOle2ModifiedHdl(void*, bool) (instance=0x21293a0, data=true) at sw/source/uibase/app/docsh.cxx:1090
        > Link<bool, void>::Call(bool) const (this=0xa32c0c8, data=true) at include/tools/link.hxx:84
        > sw::DocumentStateManager::SetModified() (this=0x82e77f0) at sw/source/core/doc/DocumentStateManager.cxx:48
        > SwDoc::SetAttr(SfxItemSet const&, SwFormat&) (this=0xa32c050, rSet=SfxItemSet of pool 0x21dbd60 with parent 0x0 and Which ranges: [(88, 88)] = {...}, rFormat=...) at sw/source/core/doc/docfmt.cxx:492
        > SwDoc::SetAttr(SfxPoolItem const&, SwFormat&) (this=0xa32c050, rAttr=..., rFormat=...) at sw/source/core/doc/docfmt.cxx:468
        > SwFlyFrame::ChgSize(Size const&) (this=0xa14ae10, aNewSize=Size = {...}) at sw/source/core/layout/fly.cxx:1993
        > SwFEShell::RequestObjectResize(SwRect const&, com::sun::star::uno::Reference<com::sun::star::embed::XEmbeddedObject> const&) (this=0x83fc880, rRect=SwRect = {...}, xObj=uno::Reference to (OCommonEmbeddedObject *) 0x7fff745f7530) at sw/source/core/frmedt/fefly1.cxx:1334
        > SwOleClient::ViewChanged() (this=0x4a15a10) at sw/source/uibase/uiview/swcli.cxx:151
        > SfxInPlaceClient::Invalidate() (this=0x4a15a10) at sfx2/source/view/ipclient.cxx:812
        > SfxInPlaceClient::SetObjAreaAndScale(Rectangle const&, Fraction const&, Fraction const&) (this=0x4a15a10, rArea=Rectangle = {...}, rScaleWidth=Fraction containing std::unique_ptr<Fraction::Impl> containing 0x1d47a40, rScaleHeight=Fraction containing std::unique_ptr<Fraction::Impl> containing 0x8c0d910) at sfx2/source/view/ipclient.cxx:785
        > SwWrtShell::CalcAndSetScale(svt::EmbeddedObjectRef&, SwRect const*, SwRect const*, bool) (this=0x83fc880, xObj=..., pFlyPrtRect=0x0, pFlyFrameRect=0x0, bNoTextFramePrtAreaChanged=false) at sw/source/uibase/wrtsh/wrtsh1.cxx:825
        > SwWrtShell::LaunchOLEObj(long) (this=0x83fc880, nVerb=0) at sw/source/uibase/wrtsh/wrtsh1.cxx:591
        > SwEditWin::MouseButtonDown(MouseEvent const&) (this=0x490b2e0, _rMEvt=...) at sw/source/uibase/docvw/edtwin.cxx:3366
        > ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow=..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONDOWN, bMouseLeave=false, nX=750, nY=341, nMsgTime=32828148, nCode=1, nMode=(MouseEventModifiers::SIMPLECLICK | MouseEventModifiers::SELECT)) at vcl/source/window/winproc.cxx:698
        > ImplHandleSalMouseButtonDown(vcl::Window*, SalMouseEvent*) (pWindow=0x19d19a0, pEvent=0x7fffffffc928) at vcl/source/window/winproc.cxx:1999
        > ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x19d19a0, nEvent=SalEvent::MouseButtonDown, pEvent=0x7fffffffc928) at vcl/source/window/winproc.cxx:2329
        > SalFrame::CallCallback(SalEvent, void const*) const (this=0x1996820, nEvent=SalEvent::MouseButtonDown, pEvent=0x7fffffffc928) at vcl/inc/salframe.hxx:280
        > GtkSalFrame::CallCallbackExc(SalEvent, void const*) const (this=0x1996820, nEvent=SalEvent::MouseButtonDown, pEvent=0x7fffffffc928) at vcl/unx/gtk3/gtk3gtkframe.cxx:4219
        > GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x16403d0, frame=0x1996820) at vcl/unx/gtk3/gtk3gtkframe.cxx:2615
        > <emit signal ??? on instance ???> (instance=instance@entry=0x16f0e20, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3441
        > gtk_widget_event_internal (widget=0x16f0e20, event=0x16403d0) at gtkwidget.c:7731
        > propagate_event (topmost=<optimized out>, event=<optimized out>, widget=0x16f0e20) at gtkmain.c:2545
        > propagate_event (widget=<optimized out>, event=0x16403d0, captured=<optimized out>, topmost=0x0) at gtkmain.c:2647
        > gtk_main_do_event (event=0x16403d0) at gtkmain.c:1878
        > _gdk_event_emit (event=event@entry=0x16403d0) at gdkevents.c:73
        > gdk_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at gdkeventsource.c:367
        > g_main_context_dispatch (context=0x63a520) at gmain.c:3154
        > g_main_context_dispatch (context=context@entry=0x63a520) at gmain.c:3769
        > g_main_context_iterate (context=context@entry=0x63a520, block=block@entry=0, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3840
        > g_main_context_iteration (context=0x63a520, may_block=0) at gmain.c:3901
        > GtkData::Yield(bool, bool) (this=0x73e260, bWait=false, bHandleAllCurrentEvents=false) at vcl/unx/gtk3/gtk3gtkdata.cxx:479
        > GtkInstance::DoYield(bool, bool, unsigned long) (this=0x73e3c0, bWait=false, bHandleAllCurrentEvents=false, nReleased=0) at vcl/unx/gtk3/../gtk/gtkinst.cxx:423
        > ImplYield(bool, bool, unsigned long) (i_bWait=false, i_bAllEvents=false, nReleased=0) at vcl/source/app/svapp.cxx:504
        > Application::Yield() () at vcl/source/app/svapp.cxx:551
        > Application::Execute() () at vcl/source/app/svapp.cxx:468
        > desktop::Desktop::DoExecute() () at desktop/source/app/app.cxx:1367
        > desktop::Desktop::Main() (this=0x7fffffffe1e8) at desktop/source/app/app.cxx:1694
        > ImplSVMain() () at vcl/source/app/svmain.cxx:185
        > SVMain() () at vcl/source/app/svmain.cxx:223
        > soffice_main() () at desktop/source/app/sofficemain.cxx:165
        > sal_main () at desktop/source/app/main.c:48
        > main (argc=1, argv=0x7fffffffe528) at desktop/source/app/main.c:47
        
        because OCommonEmbeddedObject::getVisualAreaSize
        (embeddedobj/source/commonembedding/visobj.cxx, called from
        SwOleClient::ViewChanged, sw/source/uibase/uiview/swcli.cxx, ultimately
        returning the value 14098x9998 calculated in
        SdXImpressDocument::setPropertyValue, converted to twips) reports a size of
        7993x5668 twips instead.
        
        Change-Id: I8056b99b036970e308a89937b95c57996a8e7c79

2016-10-24  Hieronymous  <sudk1896@gmail.com>  [39851c7f780e548d494a9ef8bdf256b32a631f00]

        tdf#75280 Clean up usage of sal_uIntPtr.
        
        doctempl.hxx doesn't contain any sal_uIntPtr instances. GetCount and
        GetRegionCount functions return sal_uInt16 hence sal_uIntPtr instances
        have been converted to sal_uInt16.
        
        Change-Id: Ifb48bf861c8ab5f262a535a7d34794eafd75fd6d
        Reviewed-on: https://gerrit.libreoffice.org/29904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-10-24  Tor Lillqvist  <tml@collabora.com>  [34dc5ea5510df5692addbf4d8559e72085a4835b]

        Use an enum class
        
        Change-Id: If75874ee12197edd367f5527a37e467041005794

2016-10-24  Tor Lillqvist  <tml@collabora.com>  [ec52bc6a570b93d1913d0514d451a5c72070ddc2]

        Bin pointless macro
        
        Change-Id: I460d5e7c431d2613999db86a73d4e14663ff038d

2016-10-24  Tor Lillqvist  <tml@collabora.com>  [cb5444eadc2cdb3122b28dca70faa442c29ead90]

        Bin pointless macro
        
        Change-Id: Ia5829219eda13832857848267afae25167a31ab8

2016-10-24  Tor Lillqvist  <tml@collabora.com>  [5938596a3ea24f46e403f693d52aaab0770dfafa]

        Indentation fixes
        
        Change-Id: Ie0116a7c9c51268204647499b26f4247e55e0523

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [0909b2ef68016e21e13cd676a2456e31776e9ec1]

        add missing conditionaliconset.ui
        
        Change-Id: I48d6b83acbaf702e4be813adfb51ea93c5b65416

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [eac3793d4d92d75bffd9b282f75a9df20ec19299]

        no FixedImage is loaded from .src anymore
        
        Change-Id: I7c5acd18b14822d6344af3709c6d8cfb343104ef

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [d0e204942332cd825edc3a38ebf331c02fd4dcfe]

        convert ScIconSetFrmtDataEntry to .ui and layout
        
        Change-Id: I38ab8ef4ac642b73f4a4bcd5b1c44ba987e2a55c

2016-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [51593c41efd7471777adb520814dede4d3f51044]

        xmlsecurity: implement PDF signature removal UI
        
        Unlike with ZIP-based storage, it can happen that the removal fails, so
        make sure we only remove the signature from the listbox when
        PDFDocument::RemoveSignature() succeeds.
        
        Change-Id: I3241fc11425686bc1ea5452b8f602e053aec0769
        Reviewed-on: https://gerrit.libreoffice.org/30224
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [7a0072474b08f045e5560db7335a4c03d104e40c]

        move STR_CONDITION resource around
        
        Change-Id: I154ba5fd03974a7c8426fdf71a2253bbbe59ad8c

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [420e215a975a4cb12b03d3487e98345782953b46]

        drop now unused ScPrivatSplit
        
        Change-Id: I7e7eb4e1d5a4d9f7e419570844f2e06ae4cf999a

2016-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [3c4c5aa8cce98fb95473d63d05ba9097e9032ccc]

        loplugin:expandablemethods in writerfilter..xmlhelp
        
        Change-Id: I23ce30e2f15b6fe857a727f1ef84c40d8d0b127d

2016-10-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [536258758a9192ce8985d5055edac600568120fc]

        tdf#103186, make LOGINV ODFF1.2 compliant.
        
        (Also retain Excel-interoperability and backward compatibility with Calc.)
        
        Change-Id: Ibbe7224eabfb776cf6e7ecfeabae6d188178f4ed
        Reviewed-on: https://gerrit.libreoffice.org/29885
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [602274c77fa8134ca097f4d60b9fb75cea0eff78]

        no ImageButton loaded from .src now
        
        Change-Id: If6f6718e1e6d756b99a499deafa4310c76a75ad3

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [6f660293885733e64602aa6144c36ed7e7b43faf]

        implement VclVPaned and decripple formula panel
        
        Change-Id: If87e481a5cf0ef34b469ac0440643b0a0e8a296c

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [a2ba500c70292a33e7b34a6428cc86c17078a72c]

        convert function panel to .ui format
        
        Change-Id: I79e069aa9bd15642d969d5829a5ad2fa2d264d6c

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [d02e96e0f29c9520c56221473c5bd731600b6e15]

        temporarily cripple formula panel by removing FT_SPLIT
        
        Change-Id: I0a96a812b597aa657138ef061e4918018111cfa6

2016-10-24  Caolán McNamara  <caolanm@redhat.com>  [d64a72be9fa480963a69cc5fa869ad651c086e17]

        Updated core Project: help  a4da1a4e16caf0c413b5a4e4f3e2e7c068fede51
        
        update help ids for function panel .ui conversion
        
        Change-Id: Ie6623190ca919e7e4cf0d76ba94fd67056a09f3e
        

2016-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [a41ecf922771904cdebf17b29066389441716b2c]

        loplugin:expandablemethods in xmloff
        
        Change-Id: I995a4167ac4df5ca35d963dcf68ae802a997e1e1

2016-10-24  Dennis Francis  <dennisfrancis.in@gmail.com>  [258d039798b9ca4cc95a14d62e30bb725ad2c8ec]

        tdf#100517 : Optionally include comment-only columns when sorting
        
        Change-Id: I6b8d4cceda276bef95b28706fb15cb040e07f4c6
        Reviewed-on: https://gerrit.libreoffice.org/29593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-24  Takeshi Abe  <tabe@fixedpoint.jp>  [1bd2f008130c717f8f2acd6edad64e00faa2e98d]

        tdf#103060 Format "GGG" as the era name of a locale-dependent calendar
        
        by default, as Excel does.
        
        This change applies to "GG" and "G" as well. Note that nothing changes
        for Italian locale, in which "GGG" stays as a placeholder for day of week.
        
        Change-Id: Iad68f6a9548b7229930c0e0c518fdb29bfaa026f
        Reviewed-on: https://gerrit.libreoffice.org/29724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-24  Justin Luth  <justin_luth@sil.org>  [d129099624d2b646d975c9567541ed9c18adb7ef]

        tdf#89377 writerfilter: table honors ParaStyle break-before-page
        
        .doc format handled in prior patch.
        
        This import .docx patch checks to see if the very first paragraph style
        in a table is set with a page-break, and if so, then transfers
        that setting to the table itself.
        
        Change-Id: Ibb87eeb0fbdb7fdd84ef43dd1d7e0a6f8e1f8ad5
        Reviewed-on: https://gerrit.libreoffice.org/30161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-24  Justin Luth  <justin_luth@sil.org>  [f5f51cb93d11731c64dfd68044144100f5fc4b28]

        tdf#89377 ww8import: table honors ParaStyle break-before-page
        
        MS Word can page-break inside a table at any row
        (using paragraph styles from the first column).
        Thus a table can be split across many pages.
        Writer can't because it ignores all page-breaks while inside a table,
        although the entire table itself can specify starting on a new page.
        
        This imported .doc patch checks to see if the very first paragraph style
        in a table is set with a page-break, and if so, then transfers
        that setting to the table itself. That at least mimics the most
        common layout scenario.
        
        Change-Id: Ifcf720e357fdf433c225234aae8e3838f1416422
        Reviewed-on: https://gerrit.libreoffice.org/30127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [87296258189bea6bebae9ff6c31dc9e76d8b2c56]

        sw: prefix members of SvxCSS1PropertyInfo
        
        Change-Id: I9ac5e5f75e76694dd372bcafd87e84a63f61b47c
        Reviewed-on: https://gerrit.libreoffice.org/30219
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-24  Julien Nabet  <serval2412@yahoo.fr>  [330b1d8b1e1eae9ec0a4504676c3518ca5d9a951]

        Revert "Blind fix to TBs"
        
        This reverts commit f736c71dde8f4a84688b932b1531808d4c7cbd8c.
        
        Change-Id: I83df90a5fc6cefb4e0c4fdbb37fa46a546809b83
        Reviewed-on: https://gerrit.libreoffice.org/30223
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-24  Noel Grandin  <noel@peralex.com>  [6320a0f2108e5c4b7f397005a5b5bf6ae93812bd]

        revert string::find changes
        
        this reverts
        
            commit 610f59651563205564a0f4818b5c1d347ca02132
            fix "cppcheck:stlIfStrFind"
        
        and
        
            commit 5c1bb338ef0d781648d5b33ffc9d64c2be6d9926
            cppcheck:stlIfStrFind
        
        which are deficient in one way or another, the original logic, while
        inefficient, is still most accurate
        
        Change-Id: I4907d2569c9c2976533f8ac9f4b8b45eb1807b72

2016-10-24  Stephan Bergmann  <sbergman@redhat.com>  [319a07c4be1bf9712a162a970ab3b659dd3777c2]

        Simplify code further
        
        ...after 9ad0e56be46df46b021109acfd6ece9d17ce84f8 "fixes for >>= with rhs Any"
        
        Change-Id: Idf7b7033bd0ef5501e2884841ba897f8691a5f77

2016-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [610f59651563205564a0f4818b5c1d347ca02132]

        fix "cppcheck:stlIfStrFind"
        
        in commit 5c1bb338ef0d781648d5b33ffc9d64c2be6d9926, compare does not do
        a startswith
        
        Change-Id: If518b3f6880848a5b5463c09fb73974d972010fd

2016-10-24  Noel Grandin  <noel.grandin@collabora.co.uk>  [1aa69bd5d4bdc8513892fb88760312fee52c310b]

        loplugin:countusersofdefaultparams in sd..slideshow
        
        Change-Id: Iaf10935d8f231676333018a5954d97defe35acf6

2016-10-24  Yousuf Philips  <philipz85@hotmail.com>  [967436ba7c552ea8fa30fd3b7abced231e174951]

        tdf#103259 Add java not found error for mac
        
        Change-Id: Ia52316b8868c8124dcb322b44e9600a33a13df28
        Reviewed-on: https://gerrit.libreoffice.org/29920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [21e8ed8b5f032f63012a7ee84bce64fac218154f]

        tdf#103395 opencl: don't initialize OpenCL when disabled
        
        If SAL_DISABLE_OPENCL is set we don't want to do any kind of
        OpenCL initialization. Put an extra guard in fillOpenCLInfo
        (and similar methods in opencl package) to prevent that.
        
        Put the check if OpenCL can be used into one place which checks
        SAL_DISABLE_OPENCL and UseOpenCL in configuration.
        
        Change-Id: Icc216d4299d3a7942843117ab9b9411de8075b11
        Reviewed-on: https://gerrit.libreoffice.org/30025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-24  David Tardon  <dtardon@redhat.com>  [38b895cddcff51b6cfb47c6b3bbb2044a6d7a6dd]

        impl. missing function
        
        This is copied from vcl/unx/generic/glyphs/gcach_layout.cxx .
        
        Change-Id: I778c1c862c80668a06db8e91c11773ecc9916078

2016-10-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9ad0e56be46df46b021109acfd6ece9d17ce84f8]

        fixes for >>= with rhs Any
        
        this changes behaviour because >>= always returned true
        
        Change-Id: Ia7bbce1696e5c23f6e1e6f1a7e60b3c462cf0086
        Reviewed-on: https://gerrit.libreoffice.org/30141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-24  Noel Grandin  <noel@peralex.com>  [6f428c38c533026c9749f71ed3144db2d4575ab6]

        remove unused SfxListener subclassing
        
        where the Notify method is doing nothing
        
        Change-Id: I834aa40a9bcb0dd8d7335a5688acc5da6f40b0a2

2016-10-24  Julien Nabet  <serval2412@yahoo.fr>  [5c1bb338ef0d781648d5b33ffc9d64c2be6d9926]

        cppcheck:stlIfStrFind
        
        Change-Id: Ic3c1b37b0c2cf9995e0bd1017cdbaed427fb296c
        Reviewed-on: https://gerrit.libreoffice.org/30185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-24  Takeshi Abe  <tabe@fixedpoint.jp>  [02e6c1c95993740e0dbea724b3014348c4b6559d]

        sw: Avoid inheritance from std::vector
        
        Change-Id: I09ae81fa3fbd89060dd1a993952d9bb67ddb101e
        Reviewed-on: https://gerrit.libreoffice.org/30125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-23  David Tardon  <dtardon@redhat.com>  [2e137e4696e8278c3d56ba8a49a8b255534bd048]

        allow to build bundled libzmf on aarch64
        
        Change-Id: I76d695c922a072b0edd010f5583bafe0dfeb0dd8

2016-10-23  David Tardon  <dtardon@redhat.com>  [ca114fb2a31874082b22fd96feb7181303c1f057]

        don't build libxmlsec docs
        
        Change-Id: I2fd3283147296e3c392a9d282b762b77e473b3eb

2016-10-23  David Tardon  <dtardon@redhat.com>  [bc3ea81d78687c9383e899ddcd81422392a6ecee]

        fix build of bundled libzmf with boost < 1.56
        
        Change-Id: I024d77b563d492bbb56155afb6313d37ca6a4c0b

2016-10-23  David Tardon  <dtardon@redhat.com>  [bbc99788c3cede767d6f29405f348c347da4a795]

        keep the list sorted
        
        Change-Id: I3088032e9980f9f4ae518ab16fb4fdfd35e0aa94

2016-10-23  David Tardon  <dtardon@redhat.com>  [f595e426e3b715fe110a90edca3cadfa97fa72cb]

        cond. build is already handled in Module_external.mk
        
        Change-Id: I5efe3bafc4f0b97578a75dc1f43e6c130a93bc4a

2016-10-23  Andrea Gelmini  <andrea.gelmini@gelma.net>  [525311b0d6db11f247097fe76d1b2967966cf669]

        Fix typos
        
        Change-Id: Ib7b17f85c7b6a1937c3f6e1617ceec58074643b4
        Reviewed-on: https://gerrit.libreoffice.org/30040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [40d39343cccff39e1f83c4553fda45478de577a9]

        fix short type for .uno: and slot: URLs
        
        introduced in initial commit:
        00885a1af84ae2f6697000702b439ca789f79627
          INTEGRATION: CWS layoutmanager (1.27.18); FILE MERGED
        
        Change-Id: I7d59316dcaaca2986927bcaebe8029cf82e9eceb
        Reviewed-on: https://gerrit.libreoffice.org/30178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-23  Caolán McNamara  <caolanm@redhat.com>  [770535d0aae73f5889cf4c1367f022f4a25d9457]

        at which point SfxBindings is no longer needed as an argument
        
        Change-Id: I49b7418918c3159cf6cabaea2044ce9b2430d0a5

2016-10-23  Caolán McNamara  <caolanm@redhat.com>  [a73b4cfcc3eb273190975b2dff1dedfe0915294f]

        why listen to bindings to then ignore notifications
        
        Change-Id: I92e0253b08e64ed03946456e4dff24213e3bbe70

2016-10-23  Caolán McNamara  <caolanm@redhat.com>  [fddaf8a27d979cd80ac8a444ef5acd0e3c944a88]

        pAllFuncList is always aFuncList
        
        Change-Id: Iadd673f1bf1a56568fb59203726b0df9a9f83644

2016-10-23  Caolán McNamara  <caolanm@redhat.com>  [c99227e30b32d17e2ca314fa42f74682cb9ab4ca]

        DDLB_FUNC listbox never used
        
        Change-Id: I8f377182f655cc9e1bfe672727890db5e5492e5d

2016-10-23  Caolán McNamara  <caolanm@redhat.com>  [4a3333b161122d3ace313c5616fea98df5fce315]

        Updated core Project: help  30255d8b05e07fd611338af7b05e22cd2092e6b5
        
        sc_ListBox_FID_FUNCTION_BOX_DDLB_FUNC goes nowhere
        
        Change-Id: I214fead9feb3a1a248b037b220e6c62a8ac26e05
        

2016-10-23  Julien Nabet  <serval2412@yahoo.fr>  [f736c71dde8f4a84688b932b1531808d4c7cbd8c]

        Blind fix to TBs
        
        Change-Id: I74165378255e3c844ee7f91a5d4eb09a573784bd
        Reviewed-on: https://gerrit.libreoffice.org/30179
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-23  Henry Castro  <hcastro@collabora.com>  [8dc495c93239739629683bb29e4110f5c57c94f0]

        sc lok: fix cell cursor when hide column/row
        
        Change-Id: Icfa7debe06f6dfae3efcbd9d878d3b2d5aecf92f
        Reviewed-on: https://gerrit.libreoffice.org/30169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-10-23  Noel Grandin  <noel.grandin@collabora.co.uk>  [e4cb0742c8f1ee68df180f16f9b4f0cbc69e1b9c]

        loplugin:expandablemethodds in include/connectivity..drawinglayer
        
        Change-Id: Ic58f86422ef8f1e2bb655157850e214fc3a1a9b4
        Reviewed-on: https://gerrit.libreoffice.org/30136
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-23  Julien Nabet  <serval2412@yahoo.fr>  [ef663010434da24ecda35d0f0c26ce1a2b2c0f6c]

        Related tdf#103421: disposeAndClear m_aColorSet (reportdesign)
        
        m_aColorSet has been declared as VclPtr<ValueSet>
        then initialized with VclPtr<ValueSet>::Create(this, WinBits( WB_ITEMBORDER | WB_NAMEFIELD | WB_3DLOOK | WB_NO_DIRECTSELECT))
        Following vcl/README.lifecycle, we're on the case 2 of "Who owns & disposes what ?"
        so we should use disposeAndClear
        
        Change-Id: I5809b54b8a15c365362c05c35a7499d8f4f69ed2
        Reviewed-on: https://gerrit.libreoffice.org/30176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-23  Andras Timar  <andras.timar@collabora.com>  [e518124cd6d1f001c1370bf1ae3bbf8c3f653cc5]

        Rovas is not a language, it's a script
        
        Change-Id: I55f3076926891b48321c943bd0090b9b747f663d
        Reviewed-on: https://gerrit.libreoffice.org/30174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-10-23  David Tardon  <dtardon@redhat.com>  [dc522a114d24ad7c550c072d4f29f50a62260b77]

        upload poppler 0.48.0
        
        Change-Id: I18c49505f71ab609e5cc0e4db759152c3c1d5825

2016-10-23  Maxim Monastirsky  <momonasmon@gmail.com>  [928776b734c6aa188151bbce048d5bef4486dce7]

        Enable save as when editing view too
        
        Not sure why it was disabled, works very well for me.
        
        Change-Id: I76648d06aa20162defd96fb22e3eb8fd04db28d0

2016-10-23  Maxim Monastirsky  <momonasmon@gmail.com>  [d5eabed46ef3bc6754d381a0551ce070df933894]

        tdf#103178 Final SID can differ from the original one
        
        e.g. if the same one is passed twice to deactivate the
        current function. So the assumption of commit
        11d605cc5a0c221d2423b6e63f502db660d085d2 that if
        we don't use enum slots then we always use the original
        one is wrong.
        
        Change-Id: Ib22fa88c958e5af85333cb8fa287f65f92b30e08

2016-10-22  Caolán McNamara  <caolanm@redhat.com>  [955b1abb77fd2d653f7370d8a474816b4962539f]

        crashtesting: assert on converting ooo66538-1.ppt to pdf
        
        Change-Id: I6bdb31715a4cb9e895fc169679a7465a8f18fc37

2016-10-22  Caolán McNamara  <caolanm@redhat.com>  [4f07175cd03bf0fa42992a06d51aed5b421adcf2]

        implement CryptoAPI RC4+SHA1 encryption scheme for doc import
        
        there might be other variants out there in practice, but this
        works for default encrypted doc of word 2013
        
        Change-Id: I995a0437d4001d63e1c3a821e00c05a2af429356

2016-10-22  Caolán McNamara  <caolanm@redhat.com>  [4cf1fcec634cee1080cc748539c07c23b1579de7]

        fix 32bit builds
        
        where for amusing windows historical reasons sal_Int32 is long and not int
        
        Change-Id: Icb73408b6c8ef245bc809aebc8ffc9f28e57a1e5

2016-10-22  Caolán McNamara  <caolanm@redhat.com>  [6ac3fb584409912d7a4e944a643bc9180bc03015]

        rework things in light of now available documentation
        
        Change-Id: I68c1d9489292e63f709bfbc990ffa5ad7d0f827a

2016-10-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [57c50b73a117924ad5f361badc88f58eac0c62d0]

        fix for windows builds
        
        MSVC does not know and keyword
        > InternalDataProvider.cxx(552) : error C2065: ´and´ : undeclared identifier
        
        Change-Id: I7cac0719561b75e37e20534edd2efa5bf3a97fa8
        Reviewed-on: https://gerrit.libreoffice.org/30164
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-22  Julien Nabet  <serval2412@yahoo.fr>  [6af27d245a70e3beb224d175b5cc96092814eeee]

        Typos in comments
        
        Change-Id: I6450d3862a67c2a9275a569a8ee3c29262124409
        Reviewed-on: https://gerrit.libreoffice.org/30162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-22  Jean-Tiare Le Bigot  <admin@jtlebi.fr>  [27a4fb657fad157d26d07934ecd0cce578a99f38]

        chart2: fix unserialization of empty cells
        
        Change-Id: Ib7e5c8c4db6cac7ef1255246eea13325cf7cca69
        Reviewed-on: https://gerrit.libreoffice.org/30030
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [010ffbf7ddab8c0592a8ed5d71a16bc1fe28a678]

        Updated core Project: help  257dbf7ccc275a517f1987a3abd5b6eb14752c04
        
        tdf#103398 Missing space after word and upper case to begin a sentence
        
        Change-Id: I4152eddf04392bb54135e6314884464385c8d6c8
        

2016-10-22  Khaled Hosny  <khaledhosny@eglug.org>  [2148c853b0d0deea92b97a810950f4d9f0cbb152]

        Simplify CommonSalLayout constructor on Windows
        
        We can use GDI to load the font tables after all, no need for all the
        complications to use DirectWrite to load them. Should also make it work on
        Windows XP (untested).
        
        Change-Id: Id49fc524e6da983d76669a078f8b7d624f955703
        Reviewed-on: https://gerrit.libreoffice.org/30156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-21  Fabio Bioccetti  <fabio.biocchetti@gmail.com>  [fdd96da1253092317dff68cbc6fb11a7e71834c1]

        Updated core Project: help  f6f7781565812712d41180f312289ad65c46ff78
        
        tdf#97745 Help pages in browser (WIP)
        
        Work in progress:
        Search index
        Javascript xhp server
        
        patch2: rename jj.js to help.js
        updated index.html accordingly
        
        Change-Id: Idece5ea25b0906b3fbdfd1f401e8dcfdfa4bd947
        Reviewed-on: https://gerrit.libreoffice.org/30143
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2016-10-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3169401417ba694ae044fc6f023ae839a0a5a338]

        Fix grammar
        
        Change-Id: Ib13522ece9ce8fe42d1c966975674abb3e6921d4
        Reviewed-on: https://gerrit.libreoffice.org/30155
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-21  giacco  <filippo.giacche@gmail.com>  [184e0d10902ee6dc32ab82aec25bcb8e2d1596a5]

        tdf#95387 UI: "Custom Animation" probably should be called just "Animation"
        
        modified some .ui
        
        Change-Id: I95657829251b91ff07a750945eddf213bc82e3c5
        Reviewed-on: https://gerrit.libreoffice.org/30150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [e1dea8100b345b15705cad366d1bcc9516bb15e9]

        Resolves: tdf#103359 undo of insert of multi column frame crashes
        
        this pattern has been seen before in #i32968#, so fix the same way
        
        Change-Id: I72ac628ee507abf23c38defede33058b34e17857

2016-10-21  Marco A.G.Pinto  <marcoagpinto@mail.telepac.pt>  [0e93a8053442e3fecc90cf7602f724ac05d4dbb1]

        Added 38 words to autocorrect pt_PT.
        
        Change-Id: I501c9a08cabfa0075fc472b5141052379e634e86
        Reviewed-on: https://gerrit.libreoffice.org/30152
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-21  Khaled Hosny  <khaledhosny@eglug.org>  [36bafd3d4ad7fa75649eeab0c9cd1b3d6f53d8e8]

        tdf#103365: Try to fix Windows OpenGL rendering
        
        Essentially an adapted copy of WinLayout::DrawText(). Avoiding code
        duplication would have been nicer, but it is going to be too complicated
        and the other copy is going away soonish anyway.
        
        Change-Id: I7db4008a0db3d01d71d106e06fe413658f9bf42d
        Reviewed-on: https://gerrit.libreoffice.org/30123
        Reviewed-by: akash <akash96j@gmail.com>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-21  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [59d6d5579528a66e55b75987d2d959968db485a8]

        tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File'
        
        Change-Id: I2d2aceed3804f653b79d48eeb02468fc77374eb7
        Reviewed-on: https://gerrit.libreoffice.org/29884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-21  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bb27b2ff87e534b6f4fb9583271db29d6bbae8b6]

        tdf#102499 (8): Return empty property when not present.
        
        Change-Id: If5afa4f33ac5b5dfec123960c2e9660183576256
        Reviewed-on: https://gerrit.libreoffice.org/30142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-21  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8dcad50137bdcfd1fd1ef444b3397bdec1d5417a]

        profilesafe: Make sure no recursive saving happens
        
        Change-Id: Idd57a948fcaaf23614ca1a92051a50b86e4bb0c5
        Reviewed-on: https://gerrit.libreoffice.org/30145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [5819448023377b81ac785dc31ccf8333562ee51f]

        xmlsecurity: implement removal of a signature in pdfverify
        
        It's not exactly clear how one should guess what was file end before
        signing, for now assume the followings:
        
        - the file ended with a %%EOF, an optional \r, and a \n
        - the number of incremental updates is the same as the number of
          signatures
        
        When the later is not the case, don't attempt to remove the signature.
        
        Change-Id: I203a7b0605fc061ec6aacfde3a8eedc4736379f2
        Reviewed-on: https://gerrit.libreoffice.org/30140
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [98d9bb5eb266ff4f897adbe4d0c0a49ff9b4c7bb]

        Adapt Windows-only code to deletion of the "Any-to-Any" specializatios
        
        ...upcoming with <https://gerrit.libreoffice.org/#/c/30022/> "Delete the 'Any-
        to-Any' template specializations for LIBO_INTERNAL_ONLY"
        
        Change-Id: If070825d88ffa7bb49e645b3bfeae9dfa387f000

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [429e4dc671f03e0c4d50e8f8aa055f4aaca761da]

        Avoid further crash with empty Chart document
        
        following up on 8b5f8c26f007c8e67bc46b1b09340cae660d0b8b "Avoid crash with empty
        Chart document", when you then close the Writer doc (discarding the changes), it
        crashes in a chart::sidebar::ChartSidebarModifyListener::disposing call whose
        mpParent (that was a ChartElementsPanel) is already destroyed.  The problem is
        that the ChartElementsPanel ctor creates an mxListener pointing to this, then
        calls Initialize, which calls xBroadcaster->addModifyListener(mxListener) and
        then, during updateData, throws a RuntimeException when xDiagram is null in
        getChartType, causing the ChartElementsPanel object to immediately be destroyed,
        but the listener still registered.  This apparently needs fixing independently
        of the immediate problem.  (The immediate problem is a regression introduced
        with d7748842e96536daeb0c638c6f8d01d99b9a3e08 "hide grid and axes options in
        chart elements if not supported, tdf#94297".)
        
        Change-Id: I2fe4f2a59600664f6210456c65e033f9453f4cc9

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [e2fa592c770222344fccb0e39db3d500fc7690b5]

        clang plugin for push_back after using sized constructor
        
        the warning is bogus for this ctor, but the clang plugin
        is still active in gerrit at the moment.
        
        Change-Id: Ia55260491988a12a48e49dc4962733261d13e2a1

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [7f6f5519079e3508ac1302aa5907cfc6098c525e]

        Resolves: tdf#103320 pressed buttons appear as hover buttons in toolbar
        
        since...
        
        commit 3498ed37527b7af795f00dc6a55c11e65a313186
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Oct 18 13:08:47 2016 +0100
        
            Resolves: tdf#100251 gtk3 toolbar separators are white in Adwaita
        
        so remove setting the parent of the toolbar again, colors remain good
        cause we ended up using gtk_render_background+gtk_render_frame for
        the new-style code path anyway
        
        Change-Id: Idd01537acbd92d6b41e0ff7fa2306b8c49f23ad3

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [28fe78604ca46319ae596d04ddca206e6b2672a7]

        catch and rethrow later uno exceptions within glib signals
        
        after g_main_context_iteration when its safe to do so again
        
        otherwise if something happens inside the glib signal
        callback and the exception skips the code waiting
        for the callback to return, subsequent attempts to
        show the native gtk3 error dialog will fail
        
        Change-Id: I271c09f8f1f00c0eca76191fcb63ddf56c10060f

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [3a0c25d65f7c034eace5dd0aee7d36e24277bfa7]

        Only call getChartType when the return value is actually used
        
        Change-Id: I687ef0ce7013bce08caa25e1e6035507b814e20a

2016-10-21  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d1b3a33d995ff28fd3fd05c66f4358f522edc126]

        profilesafe: Added more specific options
        
        For Extensions there is the possibility to not only
        decide enable/disable state for User ones, but also
        to deinstall user or all extensions, added these
        options to the dialog and the functionality.
        Also unified customization name schema to have just
        one source of strings to avoid errors in the future.
        Small fix in tryPop_extensionInfo
        
        Change-Id: I39acbe9a052ffd4cb78b496f24e5b583136c565a
        Reviewed-on: https://gerrit.libreoffice.org/30100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [c5feb9ad79c9c830ca824e29277ff41c5cc24e7d]

        Minor improvement of previous commit
        
        Change-Id: I1ab0d8756be5f8bf60c6bac3e9217db71e8e05a3

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [834abca71b4899a3ef115df30f68ad2202019247]

        xmlsecurity PDF export: fix missing /Prev key in the trailer dictionary
        
        "In addition, the added trailer dictionary shall contain a Prev entry
        giving the location of the previous cross-reference section."
        (ISO-32000-1, section 7.5.6). Add it, even if it seems Adobe Acrobat can
        live with not writing it.
        
        Change-Id: I1f53e75ebe7dba4b45b3cf1908b2d3b031ef6b02
        Reviewed-on: https://gerrit.libreoffice.org/30133
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [8b5f8c26f007c8e67bc46b1b09340cae660d0b8b]

        Avoid crash with empty Chart document
        
        In a fresh Writer document, "Insert - Object - OLE Object... - Create new -
        LibreOffice 5.3 Chart - OK", then left-clicking into the empty Chart are, caused
        an unhandled (or rather, handled by desktop's FatalError) RuntimeException since
        749a0845500d69f99bf1901bab82361f67b5e4f6 "don't show area and line panel in pie
        chart Chart selection, tdf#94320".
        
        Change-Id: I7ff53a84e4b06b20409d09e6010bac80e5a7c4b2

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [861a322c662eb48b8da21c9d3ad1fa1f2f961391]

        loplugin:expandablemethodds in include/editeng
        
        Change-Id: Iaf56cb9c16a4cbfb9ab1636228c77d1033a334f5
        Reviewed-on: https://gerrit.libreoffice.org/30132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Andras Timar  <andras.timar@collabora.com>  [965a008d66035069249b1f218f1663f5f9fcf5dd]

        Updated core Project: translations  bf84e0b330fa1c21e1abd44968a3ea652e64bb36
        
        Updated Slovenian translation
        
        Change-Id: I7574326882c6173a18e2067b2f908998a59f71e2
        

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [8aab6cbba07106c97f0457c7a3c9df8f20367d20]

        xmlsecurity: add PDF sign unit-test
        
        If the NSS binary files ever need re-generating, it's just a copy from a
        fresh Firefox user profile, after importing
        'example-xmlsecurity-Alice.cert.p12', as produced by
        './create-certs.sh'.
        
        Change-Id: Iabe15a816cb674d1691e3ff3e10aa2bd851f8e0d
        Reviewed-on: https://gerrit.libreoffice.org/30126
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [7999da76a66eab687cfe152dc63cf93a2a8b0cd8]

        loplugin:expandablemethodds in include/filter
        
        Change-Id: I92f0e19845e921701eb139e19493effa47908b39

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [cd0e227a326f0571f157dde8678a253bcf172204]

        rename RECALCMODE_EMASK to ScRecalcMode::EMask
        
        much neater this way
        
        Change-Id: I0af38f8bc0d7be4f2f1be9899dd8739493cf66d5

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [f3fab399da4035e910ae701bd1a3e9a6898f13a9]

        loplugin:expandablemethodds in include/oox
        
        Change-Id: I06b82e8b927d24204e5a952474a2dfd780b3cae6

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [1f7c5d2a55486bcbcd066111cea9b91ec348baf1]

        loplugin:expandablemethodds in include/sfx2
        
        Change-Id: I1ec3ae33a71d154276e213a68c735476daa606b9

2016-10-21  Tor Lillqvist  <tml@collabora.com>  [3be8c4c2bb919d69a2812c76edbaeaa41d149edb]

        The badvectorinit plug-in probably can be retired
        
        Let's hope it only catches false positives now.
        
        noelgrandin agrees.
        
        Change-Id: Ibd8310c31897aa6835bd6aaf90a49b5cd8f92948

2016-10-21  Yousuf Philips  <philipz85@hotmail.com>  [24b4487e50a1af604713d9609ab12fe7cf26949b]

        tdf#103170 Heikobar: Add it to Impress
        
        Change-Id: I6563ca2dd736c879c42ab93a509040909f74f884
        Reviewed-on: https://gerrit.libreoffice.org/30113
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-21  Yousuf Philips  <philipz85@hotmail.com>  [c18e169ce817f940bede186166540913cb564b4c]

        tdf#90937 Adjust Note cell style border width and color
        
        Change-Id: I1ce6d39738ef199c55d95737d7b12cd68af01ace
        Reviewed-on: https://gerrit.libreoffice.org/30104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-21  Yousuf Philips  <philipz85@hotmail.com>  [ac374ebf05196c928aac56b6b0b19a2f670503ca]

        tdf#103223 custom palette label and a11y improvements
        
        In the color section of the Area fill tab, i've added a custom palette
        label above the add and delete buttons, moved the palette label and
        control on the same line and improved the accessibility of various
        controls by adding tooltips and associating labels.
        
        Change-Id: I4a8c9963fd23312190ba343dbb1a0db587b13d1e
        Reviewed-on: https://gerrit.libreoffice.org/29894
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [1473ce030314027c01c98f513407ed0897328585]

        implement CryptoAPI RC4+SHA1 encryption scheme for xls import
        
        there might be other variants out there in practice, but this
        works for default encrypted xls of excel 2013
        
        Change-Id: I91c0e1d1d95fbd1c68966650e7ac7d23276bcbe3

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [06916c839b16866b47235306d2db50850df0ad7c]

        split MSCodec_Std97 into a baseclass MSCodec97
        
        Change-Id: Ia3c41a048169c78684800def94e53fc9f3201e30

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [3fabbd0a22219464545f933fc28c869a6fa89546]

        rework things in light of now available documentation
        
        Change-Id: If5f75e27191017a8c6a3929e2a70d21840f157c6

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [fc514cbf30be1613fdf4d4b7c12cbd55ca08b9b0]

        move some useful header information to mscodec for reuse
        
        Change-Id: Ic7adf3ed3c8279cc93a06975d6fb337210d1af87

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [fcc846e8f29839eaace7e1d28746abea8f4b598a]

        hash len isn't going to change depending on who implements it
        
        Change-Id: Iee585cba4acad74c11d083085153e2af96c8894f

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [5a5731cd0587553f21b2cee2a99db9f527396406]

        loplugin:expandablemethodds in include/basic..comphelper
        
        Change-Id: I1aa9c12e8839325a9fd98530abc89a3d586ff62e
        Reviewed-on: https://gerrit.libreoffice.org/30120
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [d24bc6089c13413e5d702f5606de0b8573a14f20]

        loplugin:expandablemethodds in include/vcl
        
        Change-Id: I9ff378d9c7c9a221599c0a84df638b3acf8f069f
        Reviewed-on: https://gerrit.libreoffice.org/30121
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d8ba798498f0c68ab2a4dbb3471b37e9c6ea2b5]

        CppunitTest_sc_ucalc: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ie29cc49b98cb06f9b6a30b27d0c53f9393c28b67
        Reviewed-on: https://gerrit.libreoffice.org/30119
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-21  Maxim Monastirsky  <momonasmon@gmail.com>  [78cdc474893902395cee98bced32bf214c78ed7f]

        Arrow style dropdown was applying the wrong line ends
        
        Regression of:
        
        commit 2b68e03348b3b4009e8bb2af7979de36bd3450c5
        Date:   Mon Aug 15 09:19:35 2016 +0200
        
            tdf#100782 have XPropertyList hold unique_ptr
        
        Change-Id: Ib2bb4c25f93de45823aba43aa7c04075283d4097

2016-10-21  Maxim Monastirsky  <momonasmon@gmail.com>  [199a449e2a045e30f1f742ae6f38bf71ecb168c1]

        Silence warning
        
        warn:vcl.layout:32414:1:vcl/source/window/builder.cxx:3100:
        unknown class
        
        Change-Id: I8019f8568b33f5a67c0acedb962d991cc1c93a1a

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [5c0265a78a5bb2633a42ff820a5837ef62cc91f1]

        coverity#1374090 Unintentional integer overflow
        
        and
        
        coverity#1374091 Unintentional integer overflow
        
        Change-Id: Ia36b1feafc44e6ea65c55c9ffc661256276d9b29

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [851703f2c525ee4192d9837998ce3e9f66f92012]

        coverity#1371270 Missing move assignment operator
        
        Change-Id: I47438184a9a895b7aa9889ae1308fda29434a774

2016-10-21  Caolán McNamara  <caolanm@redhat.com>  [0454c5717fe2fd0c96ff5b09b4c3a5b71ef8d862]

        coverity#1371301 Missing move assignment operator
        
        Change-Id: Ic6f11b8e39bafd401f4b261fa8aad66d8782ebeb

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [18f1965834757b4928bd81447457240610652241]

        Remove convertPropertyValue overload for OUString
        
        ...it never did anything different than the generic template overload.
        
        Strictly speaking, removing that inline function overload could be considered an
        API change, but it shouldn't cause any issues in practice even when recompiling
        all code against the new include files.
        
        Change-Id: Icb0942f56ee0888f09d3478f34d568d44651c838

2016-10-21  Stephan Bergmann  <sbergman@redhat.com>  [2e7b806711b309c5ed1c6438cca1189caf6d508f]

        Some clean-up
        
        Change-Id: I6a46af4e6ba42f1c104662e7a035b7ecfc404752
        Reviewed-on: https://gerrit.libreoffice.org/30111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [5034914c7a9ad903f8f02cde11d94c7180b62dc9]

        loplugin:expandablemethodds in include/svtools
        
        Change-Id: I679b7985861203496813782138d1cf965fbc427b
        Reviewed-on: https://gerrit.libreoffice.org/30107
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [f0ae4082ebe554146ac6fba9894cfe7d2978a4a0]

        loplugin:expandablemethodds in include/xmloff
        
        Change-Id: I6b1430220adaf240ef873ff908e3a767dfc278bf
        Reviewed-on: https://gerrit.libreoffice.org/30106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [ece0ff48fafce28691321e17420ebc64b3175594]

        loplugin:expandablemethodds in include/tools..unotools
        
        Change-Id: I5607d4a2a81de1a3ae329acd1e90280a21522f06
        Reviewed-on: https://gerrit.libreoffice.org/30097
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c4243332213ad72ed63476c99693758d8cbcc40]

        loplugin:expandablemethodds in sw(part4)
        
        Change-Id: Ifedc5be99775d00f09e03261c6bb446135ac796a
        Reviewed-on: https://gerrit.libreoffice.org/30096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [81bbede18f825bc5929d4d446144841ee782e679]

        cid#1374093 unreachable code
        
        Change-Id: Ib34aa7af7bdba304fe1f212d39c3c6de24e87a2d

2016-10-21  Pranav Kant  <pranavk@collabora.co.uk>  [84bfe584e4bd03a7b6e2c1e68c65bf99ae83c839]

        tdf#102511: Add (allow-none) for backward GI compatibility
        
        (allow-none), though deprecated since GI 1.42, is required to
        maintain the backward compatibility since (nullable), added in
        GI 1.42, is not understood by GI tools < 1.42 preventing the
        clients from passing a null parameter to various functions in the
        widget.
        
        We can remove this deprecated (allow-none) annotation once we
        bump the GI version in LibreOffice to atleast 1.42
        
        Change-Id: I98a1f3d2205ec5afd8060f16e69c5f938f229e26

2016-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7a6867d6ae88cd6ca9001c61880fc1511370b16]

        xmlsecurity: export description in PDF signature
        
        Extract appendUnicodeTextString() from the PDF writer impl, and reuse it
        in xmlsecurity, to share code.
        
        Change-Id: Icdc2f89132cd29e07280001e30bad97e0a644654
        Reviewed-on: https://gerrit.libreoffice.org/30110
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-21  Khaled Hosny  <khaledhosny@eglug.org>  [da8357463ca088c81774ab6c3ffc6f8b3903ffe7]

        Add vim modeline to new files
        
        Change-Id: I01cbd3b0698d458d8ba7267f2c70271db14f559f

2016-10-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8a796410ec8f440b4163b15b928347c499da7a8f]

        vcl: remove redundant public
        
        Change-Id: I8c05e884719dd434ac7fd929186da2a0e9f44e6c

2016-10-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ff84b8a2429fb7bd2271b690f3b2d83bb918c23e]

        coverity#1374089: Unchecked return value
        
        Change-Id: Ied4e80db512000471b5aa215beeef1277121fe12

2016-10-20  Maarten Bosmans  <mkbosmans@gmail.com>  [580cddc6260dedfcc48f291f424e65525c0428b1]

        Convert ScConsData into using std::vector
        
        This simplifies the ScReferenceList handling significantly.
        
        Change-Id: I2204a4d56c98fdf7dcd593901dcf5cc0f7c52a62
        Reviewed-on: https://gerrit.libreoffice.org/29530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-10-20  Mike Kaganski  <mike.kaganski@collabora.com>  [acfe9c225a8905f9742a9d9494ee242a45a15d50]

        Incapsulate WinSalVirtualDevice better
        
        Change-Id: I8de745e2318c69ccec2ffabb69df598a4bf60480
        Reviewed-on: https://gerrit.libreoffice.org/30071
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-20  Khaled Hosny  <khaledhosny@eglug.org>  [66c1ae50e43f9a738f089356e8225022f776f90b]

        Typo in commented-out code
        
        Change-Id: I9f276a6de54dd3542249b47986d2ca6b3f27413d

2016-10-20  Khaled Hosny  <khaledhosny@eglug.org>  [95c787160448d37e82efe8b7ee2f63bc4eea8541]

        Vertical Mongolian and Phags-pa seem to work fine
        
        The fonts are designed so that they are rotating 90° is all needed, so
        we don’t to rotate them back, unlike CJK.
        
        Change-Id: I0afa4b066257718a5a52eb2e93a18ce839aec2f0

2016-10-20  Henry Castro  <hcastro@collabora.com>  [d7d07ade28009d89daa44431d491081a92a04a4e]

        sc: check SID_EDIT_POSTIT parameters
        
        Avoid crash when execute .uno:EditAnnotation with missing
        arguments
        
        Change-Id: Iaee8694b7481933f3672a3847264a49a6503b82e
        Reviewed-on: https://gerrit.libreoffice.org/30116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [aba0f624c8d4770b8a84a46add07c71656e96318]

        loplugin:expandablemethodds in sw(part3)
        
        Change-Id: I7db01985a35407e4169709ede5324656c6629047
        Reviewed-on: https://gerrit.libreoffice.org/30095
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e8260df1d67baf807771cd5c740164a227856515]

        loplugin:expandablemethodds in sw(part2)
        
        Change-Id: Idc2118899a8063099b66c0f5db40d8402db063d1
        Reviewed-on: https://gerrit.libreoffice.org/30083
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [52350c15b37573e160f25d39565f577fc7189955]

        tdf#103274 (11): Add default XCommandEnvironment reference
        
        Change-Id: I8145e167ef58d83666c2f18adf869a30c859ee8f
        Reviewed-on: https://gerrit.libreoffice.org/30036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-20  Eike Rathke  <erack@redhat.com>  [27fcf604684cb358d2dc2e550dc93d0e66d5757b]

        unit test for tdf#97968, Cut&Paste grouped references adjustment
        
        Change-Id: Id644012454d992c01ebcce6fe35d1dcdd1bc4d53

2016-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f671122df8760ca3cccb75c91c21b50d87ff47f]

        xmlsecurity: show PDF signature right after adding it
        
        Also:
        
        - handle PDF in DocumentSignatureManager::write(), so the PDF file is
          not truncated when closing the document signatures dialog, and
        - handle PDF in DigitalSignaturesDialog::canAddRemove()
        
        Change-Id: I77c1fcdcbdcb079ce934f37546129d9d280e5d2e

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [c48cd497b27dfe177256c96c510a72ecadd51ee8]

        Revert "Some clean-up"
        
        This reverts commit 0b04e8f80ea1b0ae0603d79b2c80d669f16375d3, shuffling the code
        around started to cause some builds to complain with -Werror=maybe-uninitialized
        in places where they did not before.  Needs a better fix.

2016-10-20  Khaled Hosny  <khaledhosny@eglug.org>  [d5424208a5b63a9d5ac658279c3f9824aa38a2d6]

        Reuse the HarfBuzz buffer as much as possible
        
        Less allocations in case we have many sub runs.
        
        Change-Id: I50d4a57702c030c185fc7edef576c64d739a6194

2016-10-20  Khaled Hosny  <khaledhosny@eglug.org>  [7854d35cd8172b201f1f3ad247860f242e5cb06b]

        Use HarfBuzz shape plan for a bit more control
        
        This way we control exactly what shapers we use in what order, and as an
        extra we can now tell which shaper HarfBuzz ends up using.
        
        Change-Id: Idd303b2a557e16ac86ada0c2006d3e2a052ac489

2016-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [22a2fa4633cc36762f9300f05fb51e1dc4a705a8]

        vcl: add PDFWriter::Sign() Android stub
        
        Change-Id: Ib8bc5e700a54135317359a130ceb2c06ff7af103

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [0b04e8f80ea1b0ae0603d79b2c80d669f16375d3]

        Some clean-up
        
        Change-Id: Ifd36b0f364dd1d5d38095d32409f8587b0662ace

2016-10-20  Takeshi Abe  <tabe@fixedpoint.jp>  [5e4a2abde982416c5dcaf5f481582115463a4219]

        sw: Avoid inheritance from std::vector
        
        Change-Id: I4ee09871ec0fa5c67a8d4c4c448229ec2deda4c2
        Reviewed-on: https://gerrit.libreoffice.org/30075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-20  Andras Timar  <andras.timar@collabora.com>  [373f3313a565b991d6cdc8bef1d48491e41254a4]

        typo: imgage -> image
        
        Change-Id: I5f650293719ad790eb5b4f5d5d448399356f386e

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [959bf16fb7662cd200d7a188a72de0fdb7c43b6d]

        No need for an explicit specializtion of convertFastPropertyValue<bool>
        
        Change-Id: I7b5799ed67b8d5da6cb3e6c4e7c76f05a2ec3853

2016-10-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b1b0a62181d1583a235d788b8d91e5cce422a7ed]

        bump product version to 5.3.0.0.alpha1+
        
        Change-Id: I7dc5e6925962d948f8d61cd0c951331e78fcb08e

2016-10-20  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [6e261cb19e5751eb0553ad0c5b357b1a5747518c]

        Revert "prep WinResTarget for WNT in testdir"
        
        Still random failures in Gerrit Windows builds.
        
        This reverts commit f5c54089b50718abf7c35aa81b150c509809d5c4.
        
        Change-Id: Iec48d2388691577ccd675b9a73941cedceebd527
        Reviewed-on: https://gerrit.libreoffice.org/30103
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-20  Caolán McNamara  <caolanm@redhat.com>  [8db1b13e721683d0263925c8e0300dd86a022814]

        clarify hash lengths a bit more
        
        Change-Id: I66cea4b9efb82d29e6c052ac11a6f2eaca823ce0

2016-10-20  Caolán McNamara  <caolanm@redhat.com>  [491884350ce74f36044b3348bd66356ad1c234af]

        hash len is 20 for xls cryptoapi configuration
        
        Change-Id: I6e06b8578959b8147043179db57e875b1d98d57d

2016-10-20  Caolán McNamara  <caolanm@redhat.com>  [fcf7f503b64b2cf7dbef019fb43dde033e3538e8]

        be more c++y
        
        Change-Id: I673b00e111a734bc626ba3d3f6ecf9692f1ce7db

2016-10-20  Justin Luth  <justin_luth@sil.org>  [3ade281c1da91b7646a56227cffba8eb8818ea30]

        tdf#103261 allow postponed text except in .doc
        
        fixes regression from tdf#89317,
        commit b39feae4f12b07a0fdb2c8c2a48d5aae613cd7c9.
        
        Change-Id: I0590579997e2c29de171aac91ba4459e0c776cc0
        Reviewed-on: https://gerrit.libreoffice.org/29984
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [9ab408277b8c68f3d987a36744171fc0ef1de2f6]

        loplugin:expandablemethodds in sw(part1)
        
        Change-Id: Ic3a558e6b646b6b6bc4cb7e09a00695553023534
        Reviewed-on: https://gerrit.libreoffice.org/30073
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  giacco  <filippo.giacche@gmail.com>  [35a48ceb1d92021aa9ce1d17509cd72acc84c718]

        tdf#95387 UI: "Custom Animation" probably should be called just "Animation"
        
        modifided strings.src
        
        	modified:   sd/source/ui/app/strings.src
        
        Change-Id: I1f31f13d7e88f91510d10c5b9afe31df191dafdc
        Reviewed-on: https://gerrit.libreoffice.org/30052
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2b6ab0bb25deb9feb4f01c26bacf1c482329c62]

        xmlsecurity: add initial PDF sign UI
        
        An unsigned PDF can be signed now, but the stream still gets truncated
        on closing the dialog.
        
        Change-Id: I12dd50bf577cd23b3355f6c6d03e71a9c0dbcfab

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [77e89962a2518962284c76da4d3339a9cd7b4ccb]

        Various loplugin warnings (clang-cl)
        
        Change-Id: I9e3720c86f96abc864a52c0469032132808080a4

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [6b93fc9920299adfbf1401cc7c214486db140fe9]

        Missing include (Windows --disble-pch)
        
        Change-Id: I4cd8bdcd93d1c92aa4983e36566ca8aa7ddec5e3

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [a5236104672ccbb9f7f9c1b4dc70bea95ca5abf6]

        external/harfbuzz: Silence clang-cl -Werror,-Wmicrosoft-enum-value
        
        The code in harfbuzz' src/hb_common.h apparently goes to some length to ensure
        that any value of type hb_tag_t (aka unit32_t) can be transported as a value of
        the hb_script_t enum type.  However, under MSVC any C (or non-fixed C++) enum
        type has an underlying type of int, so _HB_SCRIPT_MAX_VALUE of value 0xFFFFFFFF
        will cause a -Wmicrosoft-enum-value under clang-cl.  To not complicate things
        further, acknowledge that converting between hb_tag_t (an unsigned integer type
        with 32 value bits) and hb_script_t (a two's-complement signed integer type with
        32 value bits) is well-defined under MSVC and drop _HB_SCRIPT_MAX_VALUE (which
        appears to be an otherwise unused implementation detail) there.
        
        Change-Id: Ic03dff64a9dd24683c45347fa78699708c269972

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [4fb9926ebc91082fe0c29a42239a60bc7a1581fd]

        Blind fix for "error: chosen constructor is explicit in copy-initialization"
        
        ...on linux_clang_dbgutil_64 build
        
        Change-Id: I00022749ce12df459ce22333593daa2eb6503fd7

2016-10-20  Stephan Bergmann  <sbergman@redhat.com>  [b441b2013e638314bc9fdb78b0f29575efe51f78]

        loplugin:staticmethods
        
        Change-Id: I439747c98fcdadb59e68756e8b3ae2e305c960cb

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [11f6c6d59128be73e722441012cffb47cdf0058c]

        Check for enable safe mode earlier
        
        Change-Id: I50e48472bb840c70e9a7c11dd84f33c64d6e1422

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f0006e79c4112b06b65c098722729b9a3f3301c7]

        Handle link click directly in FixedHyperlink
        
        Change-Id: I5b5f0648b6e6432b0928351a17d285df8c9da811

2016-10-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [168463ed0537a5a9737aa5226657af1e263d0036]

        fix fallback in ScVbaFormat::getLocked
        
        >>= specialisation for rhs Any is good at hiding stuff:
        old code equals to
        > util::CellProtection cellProtection;
        > aCellProtection = mxPropertySet->getPropertyValue(sCellProt);
        > aCellProtection = uno::makeAny( cellProtection.IsLocked );
        and would always return Any(false)
        
        Change-Id: Iccbf35f32dd92fbfcf495f11cc993109be2e5e4e
        Reviewed-on: https://gerrit.libreoffice.org/29972
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4846c0fed99c4e6759b49cf9a02270d96e7c0863]

        Open menu: Simplify inserting menu entries
        
        Change-Id: Ia75f2fe349580003b16735fccf429392d0cf8363
        Reviewed-on: https://gerrit.libreoffice.org/30082
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e39983fdafa8e23e784818c124f4de5192ef1bb0]

        Toolbar Open menu: Insert separator between clear list and open entries
        
        Change-Id: I037c5d09ecb70480f4559697e291c40567fea615
        Reviewed-on: https://gerrit.libreoffice.org/30081
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [eb4ad667b67cf6e187f71d8b3a9f9f0b093721be]

        Add "Open as Template" to toolbar open menu
        
        Change-Id: Ia8bea19f8f9377f27ab425c335e2a65bd2abcb2b
        Reviewed-on: https://gerrit.libreoffice.org/30078
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [277b55131319d483c2f855c82c4585dfa15e8c3f]

        Use Application::IsSafeModeEnabled()
        
        Change-Id: I8ca8ceae76b6479a848a618ed141ce29a9c2d84e
        Reviewed-on: https://gerrit.libreoffice.org/30077
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-20  Noel Grandin  <noel@peralex.com>  [85b5ef2809dfea18cdad4700f7a46e864c70726c]

        revert part of "simplify some use of typeid"
        
        commit 553ee72041d6f66e26156eb1ad0d9e3c13457f7a is wrong in that typeid
        has different semantics to dynamic_cast i.e. is-exactly vs. is-exactly-
        or-subtype
        
        checked the other cases to make sure that non of them have any
        subclasses
        
        Change-Id: Id045e6d5e80aa1f7ba29a3475514eb0ae5320806

2016-10-20  Tor Lillqvist  <tml@collabora.com>  [3e3f490da5bf05424bfcb66827187fa7b5bf1870]

        Add some more source files for breakpointing convenience
        
        Change-Id: Ic9b44918a27bf185c534b3705f15a2dac29bc642

2016-10-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [249e66e000e01deb32671aa820e9e8a3fa613a96]

        Any can't be nested ...
        
        ... don't check for it
        
        Change-Id: I0400ef365fdfcd8e1f516958225ae99289798f21
        Reviewed-on: https://gerrit.libreoffice.org/30049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c76fd79b73eb365917e7684a6540053186fe182]

        Extract vcl::PDFWriter::Sign() from vcl and xmlsecurity
        
        The use case is different in vcl and xmlsecurity: vcl creates a new PDF
        (possibly with a signature), while xmlsecurity signs an existing PDF,
        but this part can be shared between the two.
        
        So far in vcl only the nss part is moved, not touching mscrypto yet.
        
        Change-Id: Ie776f622c1a4a3a18e79e78f68722a2fa219a83b
        Reviewed-on: https://gerrit.libreoffice.org/30063
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e9ada6294d08983c30e043dc79e441cafa92257c]

        fix bug in expandablemethods plugin
        
        where using a std::map instead of a std::set meant that it
        sometimes miscounted the number of callsites
        
        Change-Id: I1e2ebcf44fe006827e66620ae4c9bbc813835414

2016-10-20  Michael Meeks  <michael.meeks@collabora.com>  [629bc69708a280b79f07b58adcda8593e22cf422]

        LOK: hold the solar mutex consistently for document method calls.
        
        (cherry picked from commit eb69d8cb5eb6192de89ca8310a53ae7a434a73d1)
        
        Change-Id: I200dff44b457a1632d99619981e237de73a2a8df
        Reviewed-on: https://gerrit.libreoffice.org/30070
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef7ab996d8e4479b1944f7eaf506a506647a90dd]

        CppunitTest_desktop_lib: fix valgrind errors
        
        With this, 'make -sr CppunitTest_desktop_lib
        CPPUNIT_TEST_NAME="DesktopLOKTest::testPaintPartTile
        DesktopLOKTest::testWriterCommentInsertCursor" VALGRIND=memcheck'
        finishes with 'ERROR SUMMARY: 0 errors from 0 contexts'.
        
        The problem is that in sw/sc/sd code it's enough to make sure that the
        on-stack ViewCallback instances are destroyed after the loaded
        component, but in desktop/ code also the emit-callbacks-on-idle code is
        under test, so we need to make sure first the LOK document wrapper is
        destroyed, and only after that the ViewCallback instances are destroyed.
        
        Change-Id: Ie8361233461d00fd252da929fb912a1a0b835c30
        Reviewed-on: https://gerrit.libreoffice.org/30072
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-20  Noel Grandin  <noel@peralex.com>  [553ee72041d6f66e26156eb1ad0d9e3c13457f7a]

        simplify some use of typeid
        
        Change-Id: I92362af5ef25052ec09b10a24c8fe051f6a51134

2016-10-20  Tor Lillqvist  <tml@collabora.com>  [e23f54d4175840edb24a39d17ba08edd28c95091]

        Fix odd compilation error with Clang 3.8.0
        
        Fix "default initialization of an object of const type 'const
        ExtensionInfoEntryVector' (aka 'const vector<(anonymous
        namespace)::ExtensionInfoEntry>') without a user-provided default
        constructor".
        
        Change-Id: I97013ed4660459a3f4c1b8b5b7cc302ba3ff914d

2016-10-20  Noel Grandin  <noel@peralex.com>  [d76027bb78f71ee69748ce01d8ea0f702a32aa61]

        add dumpAsXmlEditDoc
        
        to dump the current editing document to editdoc.xml on F12
        
        Change-Id: I1b9cc2edb6429aa0bf651bdd52cac70dfd4db9d0

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2b48a763df113e63e6a27ee05b9a6834e4e49a4]

        loplugin:expandablemethodds in svx
        
        Change-Id: I45447b6f5cf7e17d6e81e8c931b07b26d41b9a8c
        Reviewed-on: https://gerrit.libreoffice.org/30057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [58072c5a7f409cd500ecdc4e81a8f536aa3dda59]

        loplugin:expandablemethodds in svgio
        
        Change-Id: Iac2aa6dae56d96819589d198be5875ecfe14f26f
        Reviewed-on: https://gerrit.libreoffice.org/30056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [40fc2c1a0d2ebdf47131651045107c9d5abb850d]

        loplugin:expandablemethodds in sfx2..starmath
        
        Change-Id: Ia4c411f5a9a68c2f344188ce6b6bc1815c89f993
        Reviewed-on: https://gerrit.libreoffice.org/30055
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7324c5705eaa38a2c9aa0636f01a73f033ba4d6]

        loplugin:expandablemethodds in scaddins..sdext
        
        Change-Id: Ife021e368efaafe9097750b4ca1a5472e94352a9
        Reviewed-on: https://gerrit.libreoffice.org/30054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-20  Eike Rathke  <erack@redhat.com>  [0d2797fdb06f504e7213b3859a53c363f4f56bc9]

        Resolves: tdf#85553 intern SharedString of cached external references result
        
        Change-Id: I13f19b5bd5f2897eb48af69742be885803cca066

2016-10-19  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8c4fdffb2029acf9219633627fa37e5ee4028f5a]

        profilesafe: added xml read/modify to restore
        
        To be able to restore the last saved state of enabled/disabled
        extensions it is necessary in SafeMode to get and set that states
        without XExtensionManager, so the configuration xml files have
        to be accessed. Added this change
        
        Change-Id: I00fe5795598427e7c08be0d3dd54bef68d038e24
        Reviewed-on: https://gerrit.libreoffice.org/30062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-19  Yousuf Philips  <philipz85@hotmail.com>  [ec6a1391d97c016b1b911f579c0460205564af6b]

        tdf#103170 Heikobar: Add it to Calc
        
        Change-Id: I9b7c004558a15f520b54935c2a712fcdb551757e
        Reviewed-on: https://gerrit.libreoffice.org/30042
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-19  Yousuf Philips  <philipz85@hotmail.com>  [e459881f0c29398052b9ce28354f2668163626af]

        tdf#90937 Correct cell style names that are missing a space
        
        Change-Id: I9cb8c82304457108e352063135039bb41863554c
        Reviewed-on: https://gerrit.libreoffice.org/30060
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-19  Eike Rathke  <erack@redhat.com>  [19c46727fd6a287cc3ec0417cbab922e611282c1]

        sc-perf: SetFormulaCells: unnecessary number format check in clipboard/undo
        
        Change-Id: Ica7495e95700db2e6be1dd475ec450d8450364a4

2016-10-19  Eike Rathke  <erack@redhat.com>  [5f01b29876da20299326b466d9596c4121ed2dec]

        sc-perf: StartAllListeners: bail out early in cliboard or undo document
        
        ... and do not attempt to execute the overhead for all columns in the range
        just to do nothing.
        
        Change-Id: I88d26895cf641e8c71d7ccdf5534de8008070e61

2016-10-19  Eike Rathke  <erack@redhat.com>  [dfa92e106f7eaa8c3fc6cda034001197ecc53a8f]

        Resolves: tdf#97968 adjust references during Cut&Paste of formula groups
        
        ... and split groups for cases where references point outside or into the moved
        range.
        
        Change-Id: Iab799e94eed1677f266413b6304651ac4d330e95

2016-10-20  Maxim Monastirsky  <momonasmon@gmail.com>  [b420a6ab0729530df6ff95c41d24673b5399ceae]

        SvxColorWindow_Impl: Unify title setting
        
        Change-Id: Ic61fddfc92d30bfc5a5d0a298605606fba7ca676

2016-10-19  Maxim Monastirsky  <momonasmon@gmail.com>  [9d93fe6ca8a50e8cfbcec40507ee90f1f26bd7ba]

        Remove RID_SVXITEMS_EXTRAS_CHARCOLOR string
        
        It's the same as RID_SVXSTR_TEXTCOLOR.
        
        Change-Id: I91c4ad0840ec60acbbdd9bbdc70184417cecd82f

2016-10-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [978d4c11979eca54d84463b58394b421de2d4da6]

        expand WRITE_PROPERTY macro
        
        in case the property is an Any this commit changes behaviour.
        (ComponentData, FilterData and ViewData)
        ISSET_%Property% is only true if the property value hasValue(),
        before it was always true.
        
        Change-Id: I3bea0bde99938911354f619ac092666199aa2016
        Reviewed-on: https://gerrit.libreoffice.org/30038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7567a4c230625bbf922c52c861363f1cc4d6a1c7]

        '>>=' with rhs Any is a copy assignment
        
        replace '>>=' operator with '=' where return value is not checked
        and simplify. (note: switches lhs with rhs)
        
        Change-Id: I0d283e8786ea996ed80d7aa9d8a4ea930a3d52f8
        Reviewed-on: https://gerrit.libreoffice.org/30004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Stephan Bergmann  <sbergman@redhat.com>  [17cbea4159c369cc9324a67ab2f1aac9cf416476]

        loplugin:nullptr, loplugin:redundantcast
        
        Change-Id: Ie7b713a63cec9b714135a2ba840656870596eaef

2016-10-19  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [75239b77139434db9be5e0e7e133e3661c5404b0]

        tdf#103274 (10): Add default XCommandEnvironment reference
        
        Change-Id: Ic91553a513656b412bccd73a483ca7d7f131b657
        Reviewed-on: https://gerrit.libreoffice.org/30047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b86b78e0ad9bb1e6ed2e22a0fca18cad8d19ded1]

        Revert "CppunitTest_desktop_lib: add ModifiedStatus callback testcase"
        
        This reverts commit cdf08b3aa74bb32ea18b583a9c0c41b91d7819ac. It breaks
        'make -sr CppunitTest_desktop_lib
        CPPUNIT_TEST_NAME="DesktopLOKTest::testPaintPartTile
        DesktopLOKTest::testWriterCommentInsertCursor" VALGRIND=memcheck' (it is
        terminated by SIGSEGV), and also it's the reason why sometimes the
        lo_ubsan buildbot fails, see e.g.
        <http://ci.libreoffice.org/job/lo_ubsan/329/console>.
        
        This has to be re-introduced once I find a way to process all binding
        updates at once without side-effects.
        
        Conflicts:
        	desktop/qa/desktop_lib/test_desktop_lib.cxx
        	sfx2/source/control/bindings.cxx
        
        Change-Id: Id6c49b9b31095ef1a1a8c1cd92cbae5deb316500

2016-10-19  Olivier Hallot  <ohallot@collabora.co.uk>  [e91a1abe4c53ea3a1ac59e3c1d5dddf98141a4ee]

        tdf#96015 (part) link to Doc'tation in Help menu
        
        Add the entry "Documentation" to the modules Help menu.
        
        on click, the system browser opens
        http://hub.libreoffice.org/documentation/?&LOlang=<locale>
        
        <locale> is obtained from .getLocale()
        
        Patch2: create a member with try/catch for external URLs
        
        Patch3
        Use sfx2::openUriExternally
        Revert to User Guides.. in UI.
        
        Change-Id: I8332253c31bd3be330cdd794f9e056b632b38037
        Patch4: remove 1st '&' in URLs
        Reviewed-on: https://gerrit.libreoffice.org/28817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [af84c70c95e99935d2efdb98bc105d2a7852ebda]

        coverity#1371301 Missing move assignment operator
        
        Change-Id: Ibd6d4b52c24989af6872b4eb3c6c585c1e24a4db

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [e8baf2d2f1d3eaa6fadbda0ff3ef798a497bbdec]

        coverity#1371270 Missing move assignment operator
        
        Change-Id: I9a5656fa3a4d4283a1daec957da9d909390d9eb2

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9834a3eaf35a2c7b61cf45c2d64e9f3bbe89982]

        xmlsecurity: fix the PDF incremental update's cross-references table
        
        The VCL pdf export writes a space after the in-use entry, and turns out
        Adobe Acrobat starts to "repair" the file if there is no such space.
        Which means the signature is validated against the repaired document,
        resulting in a "The signature byte range is invalid" error message,
        hiding the root cause.
        
        Not that ISO-32000 7.5.4 "Cross-References Table" would mention the need
        for such whitespace at the end of the lines.
        
        Change-Id: I165b57809550f184f374c00f28426a3cd813c63f

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [f7397024fef154f7bedcb844678e1cabba1e5cd8]

        coverity#1371215 Missing move assignment operator
        
        Change-Id: Icfea2ad2ba98d7537cf1963ad3832ade192c5fd4

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [724f2b20d83c340d9cb1221766a741f432ed9204]

        coverity#1373663 Untrusted loop bound
        
        Change-Id: Iabad14f8fc35656015b98693dd327a41aeaf63c7

2016-10-19  Yousuf Philips  <philipz85@hotmail.com>  [0ae76ce8bac0b1679598f27e5883af1e33f403c6]

        tdf#103317 remove single master simple gradient templates
        
        Change-Id: Ifb0a1fc11a5cc497a90496ca8afc60e2271f9ec3
        Reviewed-on: https://gerrit.libreoffice.org/30021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-19  Yousuf Philips  <philipz85@hotmail.com>  [2f3f06461e7c830105935a1590ff9f181169dff5]

        tdf#102284 Allow footnote separator thickness of 0pt
        
        Change-Id: I7a8543836b8747f9523a844f041b143d0d18d9c5
        Reviewed-on: https://gerrit.libreoffice.org/29932
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-19  Yousuf Philips  <philipz85@hotmail.com>  [10b24e7fa8a9368e3d20e8511172bc01f04f5a1a]

        tdf#103170 Heikobar: hide list buttons and add third column to insert
        
        Change-Id: I4c34949a4ed1cbbab3ff3741fa0a0dd11d084fff
        Reviewed-on: https://gerrit.libreoffice.org/30026
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-19  Takeshi Abe  <tabe@fixedpoint.jp>  [d24694fb1b273aeeba8717638d23d190953fb82f]

        sw: Avoid inheritance from std::list
        
        Change-Id: Ifb45d20a1556db8d8ba01b65078b45df73bc8dcc
        Reviewed-on: https://gerrit.libreoffice.org/30037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [ef044f82452af7b4c844d5ed1ca05869aafe21c5]

        Resolves: tdf#100841 use Popover instead of Tooltip for the fill series hint
        
        Change-Id: Id84265d7c76869059144e28c1d9a735efa46fe29

2016-10-19  Maxim Monastirsky  <momonasmon@gmail.com>  [4a74c8af0b4573b4b72ccf04b26c71e41799e7a0]

        tdf#103264 Missing case for SID_SAVE_BACKGROUND
        
        Regression of:
        
        commit 93b4bf647a5899f54ef51f8b4bfed0faa66b466e
        Date:   Fri Jul 31 02:28:28 2015 +0530
        
            tdf#89466: Slide Background tab
        
        Change-Id: I1c6d1d35c47e6e4400d65474c84b2c3ebeb0330f

2016-10-19  Stephan Bergmann  <sbergman@redhat.com>  [d1c8e184642e6e5f2a54d6fd965551457bdc7e8b]

        Help old GCC versions
        
        Change-Id: I17e05a0ca985241030c71e7d08b81c1290ef1bc9

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [cd1c20ea546d1154daab0eea264c003fc446898c]

        make the 'Breeze_dark' name look less stupid in the icon theme dropdown list
        
        Change-Id: I3e0be0f5f83e0191988c63c709c090ba4c936d61

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [75544eb042ab3fc79dd6104749a32af7e180c116]

        Resolves: tdf#102778 by default use breeze_dark when dark themes are requested
        
        Under gtk3 if gtk-application-prefer-dark-theme is enabled or the requested
        icon-theme name ends in [-|_]dark
        
        Change-Id: Ia70ea3adc51ac0ec2b26d08fc960c1c7285c338b

2016-10-19  Maxim Monastirsky  <momonasmon@gmail.com>  [42e89217fb3b8bda7cc084c8e14ba56efa8eae3f]

        No need to check here if menu name is empty
        
        We now do this on the ResourceMenuController side.
        
        Change-Id: Ic249b6a687fe059393ccf55bbc4534242c08e30e

2016-10-19  Michael Meeks  <michael.meeks@collabora.com>  [c00d8271ba443c4f0acf657c226eea4824597f95]

        vcl: assert solar mutex is held for various timer / scheduler ops.
        
        Bringing paranoia to some source-code near you.
        
        Change-Id: I92bc1e17480405a6388c2cbd1c7b559728539f67
        Reviewed-on: https://gerrit.libreoffice.org/30024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-19  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0f5d4da2b41fb30aea5465465052f4438ba3ba8c]

        profilesafe: Deeper integration with SafeMode
        
        Added deeper integration by saving at SaveMode content of user dir
        completely to a user/SafeMode dir, including the whole stack
        of pack files. Repair happens in that safe directory, so that
        the user dir is resetted to default when re-started in SafeMode.
        All changes (including complete deletion) are played back to
        the user config at first restart with disabled SafeMode
        
        Change-Id: I5114c7d5d04582be62090707bc9b97afa55fc1f1
        Reviewed-on: https://gerrit.libreoffice.org/30003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-19  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [17b94a616d63759294a9530dca5139972172aadf]

        tdf#103274 (9): Add default XCommandEnvironment reference
        
        Change-Id: If1b7bc913e392f511caf0684baa5bc3ce2c6933d
        Reviewed-on: https://gerrit.libreoffice.org/30035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-19  Caolán McNamara  <caolanm@redhat.com>  [99ee085d436a7287895c62d5d4451385868b9c2c]

        two elements at the same packing position
        
        if you use glade to edit the .ui files then this sort of
        cockup which reeks of manual xml editing doesn't arise
        
        Change-Id: Ic339953cad15078bc847a4c31c0c7592b071b454

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c34cd41c65973f8ff0e78c76cd6ad52ef89bc4a]

        CppunitTest_desktop_lib: fix stack-use-after-return
        
        The LOK callback objects registered are on-stack objects, so we must be
        sure that references no longer used after we return.
        
        Process idle events, so that desktop::CallbackHandler::flush() won't try
        to use the reference after return.
        
        Change-Id: I65d324cb9cef4fd1776d0f610d8d096717e0e833
        Reviewed-on: https://gerrit.libreoffice.org/30034
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-19  Stephan Bergmann  <sbergman@redhat.com>  [d6ff3d49df1fbe2731e4ba2076f4faa63ded9b11]

        Plugin::isInUnoIncludeFile should not cover WORKDIR
        
        ...that got in, for no apparent reason, when various, slightly different
        implementations of isInUnoIncludeFile got consolidated into one.
        
        Change-Id: I64a9eb62703d57a0b7b57720ec9f251ffa780691

2016-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [66b3aa76b161c4d08e87fbdb19c2b72cc15153cd]

        Add missing icu_headers dependency
        
        Apparently this was working before by accident since most people have
        ICU headers in the system include path on Linux.
        
        Should fix the failing tinderbox.
        
        Change-Id: I796453e66c53b3c64e546c661007a54fa5d866ec

2016-10-19  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [6b5b773488a4ab77b5c18d82e663e68692f14b33]

        tdf#103185 - Add VCL backend being used to About dialog
        
        The VCL backend is now shown on the About dialog.
        
        Change-Id: Ib4e6b33e9c2b3ec2fca229fed8f4533227a67ac6
        Reviewed-on: https://gerrit.libreoffice.org/29798
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [1690b84015b7fa882076d6fb7d79e1959e467544]

        loplugin:expandablemethodds in reportdesign..sal
        
        Change-Id: Idb133e442b881d263fcb83a4858c4a08b451c0f0
        Reviewed-on: https://gerrit.libreoffice.org/30032
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6581152f036e94f27fc2b37b4c836a1733a1a471]

        loplugin:expandablemethodds in sc
        
        Change-Id: Idda64b23ea91ec457b60279d851b7f01d8c02881
        Reviewed-on: https://gerrit.libreoffice.org/30033
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [94b6b4678b4736b6f4974ec8ee73df5c11ff06d1]

        opengl: blit offscreen framebuffer instead of drawing
        
        Change-Id: I3ab0da9cf83e0e85b8442b34ecd6eb91dd3d1bd3
        Reviewed-on: https://gerrit.libreoffice.org/27875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [877774c05731b7505a3d3a947a1dcb528f36df41]

        loplugin:expandablemethodds in hwpfilter..linguistic
        
        Change-Id: If20fd4a6cf8a8e005804dbb7caf41cce73d587a5
        Reviewed-on: https://gerrit.libreoffice.org/30016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [f019ee7cf9e278cd8a27b1c36172ad4c8124080c]

        loplugin:expandablemethodds in basctl..chart2
        
        Change-Id: I96f565a974fe3e316ae2ab04f8731b8bbfb87993
        Reviewed-on: https://gerrit.libreoffice.org/29998
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Andras Timar  <andras.timar@collabora.com>  [9e54e0708df58b054996d6f6c66852a50d25e742]

        Updated core Project: translations  35a31ff71279807598c4ee4cd84d831e2c3270dd
        
        Updated Slovenian translation
        
        Change-Id: I5b14dba08f409bbedaca6100be56b1374a5328cf
        

2016-10-19  Noel Grandin  <noel@peralex.com>  [f1693c5387833a6fc6ad87dedb3ebb5d3d8de852]

        use early returns in View::OnEndPasteOrDrop
        
        Change-Id: I37afbd64c4f4887aa6a0262ffc362ec8714cbf91

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [10cfa2abeec568d72fc1f6c110316e3be5336132]

        starmath: clean up redundant virtual keywords in unofilter
        
        Change-Id: I97af23d22c0b4eb416172e9ebea9544541621cb0
        Reviewed-on: https://gerrit.libreoffice.org/30031
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [423936ffacb72f85b37961e4cd585fe2719799b7]

        loplugin:expandablemethodds in formula..framework
        
        Change-Id: I6c8b1bb3b664faa92b2dc05955c30bfd35f6dfaa
        Reviewed-on: https://gerrit.libreoffice.org/30015
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e7782a99a5b5248e3c133a7b085737ceb0ecea57]

        accidentally left the expandablemethods loplugin active
        
        Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e140e40c12118f3af630545a773bece8aaf3a18c]

        loplugin:expandablemethodds in lotuswordpro..package
        
        Change-Id: Id33d88edc4be00f4238792d885e392cc08e72386
        Reviewed-on: https://gerrit.libreoffice.org/30017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [0aa24916cbea2ab3a843217be2c3be6c32c42ad5]

        loplugin:expandablemethodds in filter..forms
        
        Change-Id: Ic1f64f804acc10b1a48d82de9fc6a2b39af465a0
        Reviewed-on: https://gerrit.libreoffice.org/30014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [365f2e9054c59da1515c52fe8852216ce678cf38]

        cid#1374076 uncaught exception
        
        Change-Id: Ifdbfc9f905f2ed7778830a0f2cc114d27feb36da

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [90717e7d36e3ace7030efdc5007f086beaaeb52f]

        cid#1374075 uncaught exception
        
        Change-Id: I1c95efb37e62c5e600607d23e4e80bf430854cae

2016-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [6947962b085734fd313cbc055f18e62da9e73c8b]

        cid#1374074 uncaught exception
        
        Change-Id: Ibb734d394b49a032fab1dc1255376d6b7bb3632d

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [6f96e86dae6e8fd0861848bbb396278831afc01d]

        loplugin:expandablemethodds in editeng..extensions
        
        Change-Id: Ibe1929d74ff460955e39f2ccce3056b2051ddf08
        Reviewed-on: https://gerrit.libreoffice.org/30013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [ef637a1c4e16eb9228b6d5e01fc670c4d24afb9b]

        loplugin:expandablemethodds in dbaccess..drawinglayer
        
        Change-Id: Iee9143999f5c94040dadd378006f2a429ca0edb5
        Reviewed-on: https://gerrit.libreoffice.org/30012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Luke Deller  <luke@deller.id.au>  [834809dbbef60de6677b80e26753c55c4edf96c2]

        Avoid AskConfig when setting font family
        
        Avoid calling the expensive ImplFont::AskConfig from Font::SetFamily
        as we are just going to overwrite the font family anyway.
        
        It looks like this crept in accidentally in the recent refactor
        commit e418d1a9c87ce01b75141f92dc249c7fb1a1bdcb
        
        Change-Id: I12a9bde77ffcc81f03c37ce400c59ea3a9acac31
        Reviewed-on: https://gerrit.libreoffice.org/28901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [dcb1fbef204ebe7b0a6ccdf70630aa217a8d0e94]

        loplugin:expandablemethodds in cui
        
        Change-Id: I7b2321d45171f9b73965efea32832a3789f0dee7
        Reviewed-on: https://gerrit.libreoffice.org/30011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [98b77ad1e6acbbdda4843a4b57c1185d53884581]

        loplugin:expandablemethods in UnoControls..vbahelper
        
        Change-Id: Iec2c5e13119d97c9ca87e083c0f7cb00227e5231
        Reviewed-on: https://gerrit.libreoffice.org/29997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Noel Grandin  <noel@peralex.com>  [7e4887679924df28da2083735e0367ecccb8180b]

        tdf#103083 - EDITING: Cut and Paste changes bullet point formatting
        
        The bug is that, on paste, the incorrect stylesheet is set on a paragraph
        node, leading to the loss of bullet formatting information.
        
        There are two copies of this style-resetting code, one in
           sd::View::OnEndPasteOrDrop
        and the other in
            Outliner::ImplSetLevelDependendStyleSheet.
        
        The first one was introduced by:
            commit 8aa3d1214b17873f6c3d79d95da8bc33d78298c4
            Author: Rüdiger Timm <rt@openoffice.org>
            Date:   Fri Jun 6 11:11:54 2008 +0000
            INTEGRATION: CWS impressodf12 (1.62.4); FILE MERGED
        
        And the second one by:
           commit a6b3e8c1495151b99c3f2f0eadf5881654cbd3b3
           Author: Rüdiger Timm <rt@openoffice.org>
           Date:   Fri Jun 6 11:30:58 2008 +0000
           INTEGRATION: CWS impressodf12 (1.70.350); FILE MERGED
        
        The second one appears to do the right thing, and fixes this bug,
        so I am deleting the first one.
        
        Change-Id: I5eede7fe7bd3aa24696b495e740d1a4df124bd3a
        Reviewed-on: https://gerrit.libreoffice.org/30009
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [930f0242a11538ddda0e80712be98ff6b9431fd2]

        replace <<= with assign for <<= with rhs Any
        
        queryAggregation and queryInterface return Any
        
        Change-Id: Ib8e3e742bd66f7419cad583988b247bb628f7b4a
        Reviewed-on: https://gerrit.libreoffice.org/29912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [42062d99f171196778685e655e4edafd33ac159f]

        tdf#93894: Write a new test case for column and row labels combined.
        
        Change-Id: I76e1f6f3c3aed9d940e4433026f752f3630f2373

2016-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2b32042294a497f9e387348faf20fcdcb0c0fd7a]

        tdf#93894: These assumptions no longer hold.
        
        Since we've switched to not grouping formulas with column / row
        labels.
        
        Change-Id: I0097a5103b5dfaa5b021ee76545beb9f24ac7bd3

2016-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e944d9510404d8c67b3867d7cd9f313fd5091004]

        tdf#93894: Prohibit grouping when certain token types are present.
        
        For instance, column / row label tokens don't work correctly in
        grouped cells with the current implementation.
        
        Change-Id: Idf86312ef15fbfd4382aa90ee6d131c671a80683

2016-10-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [baeb3b43fb67192e8e8639e2d5dd21ccbf5178a4]

        opencl: convert to C++11 for loop
        
        Change-Id: Id96a3816eb7ef2241f5a6a57b164e1e366eb357a
        Reviewed-on: https://gerrit.libreoffice.org/29693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-18  Krunoslav Šebetić  <kruno.se@gmx.com>  [c01b15514e376c4981dd98c58fa69c848c47ce9a]

        Update autocorrect for Croatian
        
        Change-Id: I23254c546ddffc080a4239be103618c4b4514095
        Reviewed-on: https://gerrit.libreoffice.org/29985
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [71dfc1113e45caff3d2ff43261a81c8cadae340a]

        tdf#103274 (8): Add default XCommandEnvironment reference
        
        Change-Id: I583ed0714c0bf543c44c098613e1aab9d3b31452
        Reviewed-on: https://gerrit.libreoffice.org/30007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d1ea6ecda68bf65b8d90e9ea17fa0a218a92b016]

        replace <<= with assign for <<= with rhs Any
        
        found by deleting specialization of '<<=' template
        
        Change-Id: I253f15177ab20fd3ef9baf4158da8c662cb47e6c
        Reviewed-on: https://gerrit.libreoffice.org/29956
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [55bcb865ee09673af06652e507d08d13069eae86]

        ucb: fix handling of >>= with rhs Any
        
        >>= for rhs Any is always true, check result with hasValue() instead.
        
        bool convert<uno::Any>(...) always returns false and assigns
        the 3rd parameter to the 4th.
        do the assign directly and check result with hasValue().
        
        Change-Id: I0ae985cc0837abf1108930d593edae69de2ae549
        Reviewed-on: https://gerrit.libreoffice.org/29977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-18  Eike Rathke  <erack@redhat.com>  [5cfbab03f914946bf9e5813eae707328fda438f9]

        unit test for tdf#101583, named expression reference expansion
        
        Change-Id: I40dc157ebb33da59e436214b703800dfabc11a23

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [8b9ec421accf344e0e6921c35ba53d8ff0b2de40]

        Fix debug build and few cleanups
        
        Change-Id: I805962667c3ef2dcaf07a0acebeacca74c74892a

2016-10-18  Martin Hosken  <martin_hosken@sil.org>  [970db61951beebc44ca3dfff6dc14ad12733d97c]

        Add feature support to CommonLayout
        
        Change-Id: I19a0e26cefa5e4185df961ae0f6f2f37811ae5bb
        Reviewed-on: https://gerrit.libreoffice.org/29978
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [3a304a4e75d21fff5ba4775d9cb93b17f998e7ef]

        Rewrite AquaSalGraphics::DrawSalLayout()
        
        Slightly cleaner code and now handles glyph rotation for vertical text.
        
        Change-Id: I98cc8fd7df5e73068294e4d7dd6b38a71dcbdcc7

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [8f054454bf0703e154bb5964134c6f84f891a5b8]

        Support vertical text in CommonSalLayout
        
        Change-Id: I52a71c9c21ad75c7cb9c8574e5e7e3b7c1c0c0c3

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [2bfd8391d1ba05ee1c3ce01287cb6dfac8cb5c99]

        Support font fallback on macOS for CommonSalLayout
        
        Change-Id: Ifd26b7f14ed77a3aa2a38e5961cac5f9bbb6d796

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [9cea34ee8334f145ca4fffdd76d6d819c427383d]

        Check SAL_USE_COMMON_LAYOUT envar in one place
        
        Makes it easier to flip the switch in the future (or even do something
        more fancy other than checking envvar).
        
        Change-Id: Ie42ca012c167b2108f0fca1ce9ff7beee95f1be7

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [e3429c5068e6ea8221ca6316bdaba3de9bce7e6d]

        Just call ICU directly and cut the middle layers
        
        Change-Id: I7603d03fef8ca227c3e6fe25239281d18801522a

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [f353cf9dad54a4fe9496a72c153479af1b38a095]

        Use range loop
        
        Change-Id: I5ce49e57ed57378b4b9e16c8bb020048644252a9

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [9d0c7010240fc8ad4ff515b4969e254ee9a8e779]

        Use const reference
        
        Change-Id: I0f632f3a8b480f785608aa081add1b1d2fefd312

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [9de76cb136b8e383315e53f2433fdbda5bb3e354]

        Make sure HarfBuzz module depends on Graphite
        
        Change-Id: I9c1cc9c679ceebeb4e5cd898876aaa7b61c18f17

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [6ded1bd5485908b32c9fdd4ca0cac5d4a6007e98]

        Build HarfBuzz with Core Text on Mac
        
        To enable support for AAT fonts.
        
        Change-Id: Ifcc7d1672e98f8c067482400b7e45226bed4dbf1

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [8f94aa7631338a2cf093e5558d877a8ed3d325d0]

        Always pass BCP 47 tags to HarfBuzz
        
        This is what it is expecting anyway, no need to special case it for
        Chinese.
        
        Change-Id: I6732412375d19816b599005d78abd796f67599ee

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [3a543f1f57aed3beba8879ed46e1f92f657151cb]

        Validate Kashida positions in CommonSalLayout
        
        Currently checks only for ligatures, but that is a big improvement over
        al code that didn’t do any validation except on Windows.
        
        Change-Id: I035248f4ccc23134ea27b40c2dd6197130749f14

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [df5e67e3801f673da5f7d8b8608e386fef3a3e8b]

        Re-enable Kashida insertion in CommonSalLayout
        
        We now do Kashida insertion in ApplyDXArray(), no need for a separate
        step. This simplifies the code greatly (old code is in
        GenericSalLayout::KashidaJustify()).
        
        Change-Id: Ie31c8969e26f1f293820f1e90f963a5ba1fc9eb1

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [15f6a97d9f23124c19471b9d8dd38f14f53829b3]

        Fix applying DX adjustments in CommonSalLayout
        
        By overriding GetCharWidths() and ApplyDXArray() with a simpler and
        saner implementation.
        
        This fixes rendering of Awami Nastaliq, as well as subtending marks in
        Amiri and potentially other bugs.
        
        Breaks Kashida justification, will need to rewrite that one as well.
        
        Change-Id: I843679e937f2881e77df61f5cbd9516b6df1b3b6

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [66104ff9856ff1c81ec8c776a0467796f85efc01]

        Don’t check glyph class unnecessarily
        
        Don’t call hb_ot_layout_get_glyph_class() unless the glyph advance width
        is zero, as we really do not use its result otherwise.
        
        Change-Id: Id02238abef91b9343931f1886d54d966d7157f25

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [26e799a3f747723b428c29fbc314d5c42f12c030]

        Cache HarfBuzz font
        
        We now create it only once per physical font, saves us few percents from
        the all over time spent on layout.
        
        Change-Id: I8de582cb20a168c93d72921e539c2477fa97fb54

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [b285eaf5f866b995861c61bd4bfedc9abca2676a]

        Always build Graphite everywhere
        
        It is no longer an optional feature on any platform. The
        --enable-graphite stuff is kept as it controls the old Graphite
        integration code and it should be removed without.
        
        Change-Id: Ib4d76bba782a1439f02f93411b22d237a1987ea5

2016-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [610eceb035280ed5714b314051913d2412cde604]

        Always build HarfBuzz everywhere
        
        It is no longer an optional feature on any platform.
        
        Change-Id: I70cdcd2c0df69d961ecc5f36b4e8d035d251ef16

2016-10-18  Akash Jain  <akash96j@gmail.com>  [5e65efcaa38ea5fbe655a18082a3ba7c8cf7d5fe]

        GSoC: Speed up CommonSalLayout by caching hb_face
        
        Cache hb_face so it is not created again and again.
        Switch from GDI to DirectWrite on Windows to obtain SFNT table data.
        
        Change-Id: I9c532cd72e1f6b57313f3b7d42a6b9b0633eb0ef

2016-10-18  Akash Jain  <akash96j@gmail.com>  [3eda74cf7e9d23cc08f07c38f3bee04b565ff9db]

        GSoC: Move TextOutRenderer definition to winlayout.hxx
        
        Change-Id: I705f92d5ad55d7612c6413436c801de13f5352a6

2016-10-18  Akash Jain  <akash96j@gmail.com>  [ce320a0ab1b2167e93a204b7f6a7a508098d48b7]

        GSoC: Add Graphite support for CommonSalLayout
        
        Enable Graphite font rendering in CommonSalLayout through Harfbuzz
        
        Change-Id: Ia6a00a1bb6ea1a7bd705ed91d4f4f6cb9803e062

2016-10-18  Akash Jain  <akash96j@gmail.com>  [69c40bbebd063c04affa21d3112e7ccf2943cc69]

        GSoC: Enable building Harfbuzz with Graphite
        
        Harfbuzz will now need to be built with Graphite support. This allows
        Harfbuzz to handle Graphite fonts. In case we all building with
        system Harfbuzz, then it should be built with Graphite support else
        we error out.
        
        Change-Id: I156ec08b9e5ad7ce87cc15e4b5852d9c57c98f7f

2016-10-18  Akash Jain  <akash96j@gmail.com>  [f099f3d3bd1203045ef5f3d0b448f72c00f2fe1e]

        GSoC: Integrate new CommonSalLayout in quartz/ code
        
        Change-Id: I07a9c956f09be5d43ee58ff0784ba0f81f52cd9a

2016-10-18  Akash Jain  <akash96j@gmail.com>  [f6db8af1eb2e6d8e511e6158ddabf8fae7a1c3ca]

        GSoC: Integrate new CommonSalLayout in win/ code
        
        Change-Id: Ifeb2fa7ca9e2cd0da1c504d4e770aa0bb1b0b0de

2016-10-18  Akash Jain  <akash96j@gmail.com>  [828b8cf4d26c4d72c1f2146fd7a5bbb3b0465718]

        GSoC: Integrate new CommonSalLayout in unx/ code
        
        Change-Id: I991cb5cbd2adad4f4c9f62f807990b9fde2a5133

2016-10-18  Akash Jain  <akash96j@gmail.com>  [07492d483bf4bbcc288bcca0e874142b2d9b9ae2]

        GSoC: Modify DrawServerFontLayout and add DrawSalLayout
        
        Modify the definiton of the DrawServerFontLayout method.
        Add new DrawSalLayout method which will be used for drawing text
        independent of the platform.
        
        Change-Id: Ie3eefb172b1781c685def1ef549db2538f672a62

2016-10-18  Akash Jain  <akash96j@gmail.com>  [8f70e847a100295da92698dd922d9b349ccdd513]

        GSoC: Modify HARFBUZZ_LIBS flag if compiling with MSVC
        
        MSVC has a different format for specifying libs to be linked.
        Therefore, modify libs flag accordingly.
        
        Change-Id: Ib919c4b6b0cdac47a8a6ad6730d20e19bc05b0d4

2016-10-18  Akash Jain  <akash96j@gmail.com>  [2b12f247ff909a3e536034938370642efab011ad]

        GSoC: Add new CommonSalLayout class
        
        Change-Id: Ic11e573da2f5fd6ef931f53ab674f8894815c3b4

2016-10-18  Akash Jain  <akash96j@gmail.com>  [73308f05c18012327731fc5722f89707048e9aba]

        GSoC: Move code from winlayout.cxx to winlayout.hxx
        
        WinFontInstance definition moved to winlayout.hxx. It has to be used
        in the new layout class. Code and headers which WinFontInstance
        depends on also moved to winlayout.hxx
        
        Change-Id: Idc8f87e6601c220d504398671326b1f23d1779a3

2016-10-18  Akash Jain  <akash96j@gmail.com>  [e58cd34b81f2072520ef9e11cd90b4072d5ca799]

        GSoC: Move winlayout header file to vcl/inc/win
        
        The winlayout header file will need to be included in the new layout
        class. Its better to move it to vcl/inc.
        
        Change-Id: Ifb4170e1948dc56b5ec1728380eff7c2b4a07137

2016-10-18  Akash Jain  <akash96j@gmail.com>  [f8fdd44839ad39b5610b430d139bcb2a526e0012]

        GSoC: Move scrptrun header and source file out of unx
        
        Scrptrun class will be used by the new layout engine for script
        itemisation. It will need to be compiled on all platforms. Therefore
        move the header and source file to vcl/inc/ and vcl/source/gdi/
        respectively.
        
        Change-Id: If4e1e0e76ffb94f9d0ca08f7d5f9982dd907c1c6

2016-10-18  Akash Jain  <akash96j@gmail.com>  [2d95ec38742657de16ff83d649016903557eb479]

        GSoC: Add a generic GetTable function for WinFontFace
        
        Change-Id: Ia10ffd8c4b5e0cef89571204f5f1df32daa9edb7

2016-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c70eeb2be7ac0a2c0c81a7cbc9642b0ae824b110]

        xmlsecurity: use NSS on Linux/macOS to generate pdf signature
        
        This is just the minimum so that our own PDF signature validation is
        happy.
        
        Change-Id: I1148817c11174fd4f9184d0ce2c0511e9d6bd11c
        Reviewed-on: https://gerrit.libreoffice.org/30018
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [03b8778130509d886a58255a6aa6aa94c5171ea4]

        dynamic_cast followed by static_cast
        
        Change-Id: I079b483f2fce1a55f5690fa5a990cbe40ead6a7a

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [0a7d06cfc37f94f8a7571f023e1b78b6451a5367]

        make area tab page of paragraph properties not crash
        
        cause the parent dialog isn't a SvxAreaTabDialog
        
        Change-Id: I1a1311ca4b414c797d4b3e72208e64bffea863ca

2016-10-18  Eike Rathke  <erack@redhat.com>  [6b9804b8f2ca85e9eb42d344d17cfee7a7a9414c]

        Resolves: tdf#101583 references to be expanded must be at least 2 cols/rows
        
        ... wide/tall also in named expressions.
        
        Change-Id: If0c192def74812cc9405ae633b6f83f7021344d0

2016-10-18  Stephan Bergmann  <sbergman@redhat.com>  [7596535983dfe6978d624cf0ff31b40e85e14a6b]

        Simplify some dynamic/static_casts
        
        ...that are unnecessarily complicated after the "remove tools/rtti.hxx" commits
        
        Change-Id: I570751a1f81c547b50248fe4e2824c5c7c5dd624

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [c0d6fa1417141a3a7e9deb2f4d50acc28b32f1b4]

        Resolves: tdf#98807 gtk3 isn't giving utility windows focus
        
        so just give up on that and give them a dialog hint instead
        
        Change-Id: Icca0c707dc464b0dbf362988b1dfee56866eadc0

2016-10-18  Maxim Monastirsky  <momonasmon@gmail.com>  [0eebe7387fd88aaef12fc3e303ed477d0aea6066]

        Don't crash on closing gtk3 popup menu without enabled items
        
        This thing:
        
        GtkSalMenu::ShowNativePopupMenu
        Menu::Deactivate
        MenuItemList::Remove
        GtkInstance::DestroyMenuItem
        
        deletes the SalMenuItem, leaving GtkSalMenu with invalid
        pointers.
        
        Change-Id: I22ff10fc62421a800d808a56625ce7144c8e04b4

2016-10-18  Maxim Monastirsky  <momonasmon@gmail.com>  [b088d89d00cd0716a50219f4eef4da080393fd63]

        Skip the placeholder added by PopupMenu::ImplExecute
        
        Change-Id: I7766a63aff240141342db8b4a9236f5930236b13

2016-10-18  Maxim Monastirsky  <momonasmon@gmail.com>  [1cb46e27475d5b026de0e5aafb339ca16a26822c]

        Avoid warning when opening the save dropdown
        
        Change-Id: I92980d8d9326b8c0ed865d2ce796dccb7729e3e7

2016-10-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [49de6446bcb20fd5898b2c9e0cca218902c9474d]

        Fix: Quit in SafeModeDialog didn't work properly
        
        Change-Id: I4c093ff02457040ee3752ef6ae4b63cbe5bb3863
        Reviewed-on: https://gerrit.libreoffice.org/30006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [aaa3072313267c17fa30b56ea7e81e6ac00339c1]

        tdf#103274 (7): Add default XCommandEnvironment reference
        
        Change-Id: I734f673c54956daf7070bf3e8faeac5102bac01f
        Reviewed-on: https://gerrit.libreoffice.org/29992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-18  Mike Kaganski  <mike.kaganski@collabora.com>  [9939d2053d5eb45268d3bd356a270ff5ab90905e]

        so_activex_x64: Avoid warning LNK4070
        
        Don't specify optional library name in DEF file that is used both
        for 32-bit and 64-bit library: it's explicitly specified in command
        line.
        
        Change-Id: I20e732f2095367ec3648741dde26cf7ec101f28f
        Reviewed-on: https://gerrit.libreoffice.org/30008
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-10-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3b9f61ae2e25c4aa3f06c45fe2603a7a2fd41574]

        Any.get<Any>() is Any
        
        Change-Id: I0939163fb2180af319ff9828564126a7d8ad4788
        Reviewed-on: https://gerrit.libreoffice.org/30002
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [1a583283d6b58c8951cb52faac82ecb24fdbf1b3]

        Revert "std::list<sal_uLong> to deque"
        
        stldebug assert on insert->table, ok, ctrl+a, ctrl+c, ctrl+v
        
        This reverts commit 9e9e7bd3c9dc9a3149436916e747c7f7ee040621.

2016-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a747ed3ca4f5c9f7478aa723044be844e7581b64]

        xmlsecurity: add signing stub in pdfverify
        
        It does (almost?) everything to add a valid signature, except the actual
        signature blob.
        
        Change-Id: I727770caef2335473a8dba29d60daf5a049129b9
        Reviewed-on: https://gerrit.libreoffice.org/30001
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [38dadfbc3df41edd3719df0eeda7e8102fcc5818]

        update credits
        
        Change-Id: I494fe3abcd3827c9604fffff7f26e4ccd96c5600

2016-10-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d1f4b84faa0a6afab8fdefff7eb5bd77a02e7a72]

        Drop 'Human' icon theme
        
        Was used in Ubuntu formerly, but they now switched to breeze.
        
        Human is mostly similiar to Tango, with some Ubuntu colors.
        So it should be enough to keep Tango.
        
        Change-Id: Ib44cbefb2953406c95dbb269ada663bce2503234
        Reviewed-on: https://gerrit.libreoffice.org/29537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [3498ed37527b7af795f00dc6a55c11e65a313186]

        Resolves: tdf#100251 gtk3 toolbar separators are white in Adwaita
        
        Change-Id: Iceeba474535026cd13393432ef9a2e25121c134a

2016-10-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f5c54089b50718abf7c35aa81b150c509809d5c4]

        prep WinResTarget for WNT in testdir
        
        Change-Id: I04c050dca1212d247c9b11a996ba8f37c0a6492f
        Reviewed-on: https://gerrit.libreoffice.org/29825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [276732f3068cac65dd607b4f78abdcd918ed30ad]

        Resolves: tdf#97065 gtk3: Date field displayed incomplete
        
        a spinfield with a dropdown is sort of weird, we should
        probably revisit this and see if SPIN and DROPDOWN
        are mutually exclusive and for DROPDOWN use ComboBox styles
        
        Change-Id: Id7f5c54974dc2dfd63ab30df18e14f6a67a8ea90

2016-10-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4009470eca063b7001941cc21580617f0288298c]

        tdf#103274 (6): Add default XCommandEnvironment reference
        
        Change-Id: I71d83f1094800c3156f9159b6628e4d53d723b95
        Reviewed-on: https://gerrit.libreoffice.org/29991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f3553596f3545955201822df980c92c8a7dde635]

        Document the --language cmd line parameter
        
        Change-Id: I46369bbbed1b74f7d13eb8c2b893df8cade73b79
        Reviewed-on: https://gerrit.libreoffice.org/29996
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-18  Jacek Fraczek  <fraczek.jacek@gmail.com>  [398d641664baa6eaeb34789f0aebfd21e73edef3]

        tdf#89307: Removed T* SvRef::opeartor &()
        
        Usage has been replaced with SvRef::get() or removed where applicable.
        
        Change-Id: I49f108910b668466134c40940b53fc3ab2acd816
        Reviewed-on: https://gerrit.libreoffice.org/29780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-18  Stephan Bergmann  <sbergman@redhat.com>  [c5c24f2035ef5941e83f7f0b15cb000f806983cd]

        Lock SolarMutex in SfxAppDispatchProvider::queryDispatch
        
        ...which can be called remotely via UNO, as happens during JunitTest_sfx2_unoapi
        
        Change-Id: I9dbf83f9985124ccb84f33cdd30ec1225a4f183d

2016-10-18  Caolán McNamara  <caolanm@redhat.com>  [c7ac773480bfbfcaac15c9bfdeeab400028a96d4]

        Resolves: tdf#101590 cannot interact with filepicker from import category
        
        the post-execute category dialog is picked as the toplevel parent, and
        gtk3 vclplug will grab events to that hierarchy, but can't interact with
        them in this state. Just dispose the category dialog so its not a
        candidate for the file dialog parent.
        
        Change-Id: I063fc6d687d556db229e2e200bb280a6cd3425f5

2016-10-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4eea4af8924e3b1bb00c22cf1f9d21fc4dec6e83]

        tdf#103204 opencl: initialize command queue on demand
        
        Change-Id: Ie3da1d6ec91e951b1ffc15abf376c7af57789e47
        Reviewed-on: https://gerrit.libreoffice.org/29802
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a3b752756204307a0439c4e3534c094c6ee979d]

        xmlsecurity: initial incremental update support in pdfverify
        
        I plan to use this for signing purposes, but so far what's implemented
        just writes out an incremental update at the end of the file, without
        actually updating much (just an unreferenced appearance object).
        
        Change-Id: I1cb40430ade6af0a25ff914ba4df670a77fcf457

2016-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c486e875de7c8e845594f5043a37ee8800865782]

        tdf#95031 DOCX import: auto spacing inside numbering means no spacing
        
        The WW8 import has code for this in SwWW8ImplReader::AppendTextNode(),
        with lots of corner-cases. Not all of that is implemented here yet, but
        the bullet list in the bugdoc already looks correct now.
        
        Change-Id: I9499bfa4d8d7fcc425d7b95e64987258c099f7f2
        Reviewed-on: https://gerrit.libreoffice.org/29989
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-18  Mike Kaganski  <mike.kaganski@collabora.com>  [fdd8686987ca4ee693f5f194c8eb482daa69cfef]

        tdf#100837: Register new URI handlers with installer
        
        This patch registers vnd.libreoffice.command unconditionally,
        and also registerd ms-word, ms-excel, ms-visio and ms-powerpoint
        handlers according to SELECT_WORD, SELECT_EXCEL, SELECT_VISIO, and
        SELECT_POWERPOINT properties (that are set in FileTypeDialog).
        
        This allows to use these URIs in e.g. SharePoint WebDAV integration
        
        Change-Id: I3231a15196858da77f1784a47f86f1729a6044bb
        Reviewed-on: https://gerrit.libreoffice.org/29988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-10-18  Stephan Bergmann  <sbergman@redhat.com>  [7eea236a24f3be13c04a6e922a62475e27863b99]

        -Werror=unused-function
        
        Change-Id: I9e0585460d908024f75a1134bc1cd20d12ea3b4e

2016-10-18  Akshay Deep  <akshaydeepiitr@gmail.com>  [ae0dddd473ccaf8101b7df5b369e0506a5b4f30a]

        tdf#102239 START CENTER: Cant activate template categories from split button
        
        Change-Id: I6a426c3449dac1d36aa63c22108ac6105fafea12
        Reviewed-on: https://gerrit.libreoffice.org/29294
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b23d20d6d2bf0ef4c9acf5f38d11e51cdceee271]

        Make 'IsExperimental' property boolean
        
        Change-Id: If88ea931ead8dd031fda9b17d9023a771ab0a0d0
        Reviewed-on: https://gerrit.libreoffice.org/29970
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [5af68a26f13f6abc44c276ee47b85e3a8fa20e65]

        rename inlineablemethods plugin to expandablemethods
        
        and add support for nested functions
        
        Change-Id: I63daee5b3047fa1ed5de0e5ddaf998f8b17bc780

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [40fd53a2383ba353054ed440c45f2319a9b8efef]

        loplugins: extract some common functionality
        
        Change-Id: If470e1d9b481c9eda0829aa985152baf8fb46d7a

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [9d8d2e0787b8d866a651bcb9778393fb080ab6e8]

        simplify inlineablemethods loplugin
        
        Change-Id: I72750a14664aa042da232c35cca3373ce367cfb0

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [a8b2bfdcb0d62afdc6c363cb3c456b2379090ce2]

        loplugin:inlineablemethods in writerfilter
        
        Change-Id: Iada0f4d631703b3067c90923632ce9a1012bad62

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [7477ab139142c55da6a7d4fb10903dcb464ee97b]

        loplugin:inlineablemethods in xmloff
        
        Change-Id: I22202f85c65a862ccdafe1d521e2945e3d99252a

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [281fa6ac6a7df48dd65f5019d5a74148a096e253]

        some cleanups to the unusedmethods loplugin
        
        - publicDefinitionSet is unnecessary, the python post-processor does not
        need it
        - remove the traversing of templates, clang will do that for us since we
        have set the shouldVisitTemplateInstantiations() method
        
        Change-Id: I0e96dad0b1cc941fe6c4a2e9227e86d8c3f1d85a

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [a18d92bca8ff50a34cacdd978467dc2c61f16f31]

        new loplugin inlineablemethods
        
        look for methods that are:
        
        (*) non-virtual
        (*) only called once
        (*) only called from inside their own class
        (*) small i.e. < 40 characters
        
        which are candidates for just having their code inlined
        
        Change-Id: I0e9e8125d140282cdcdd2a77374059b17b2fcd7d

2016-10-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [296f8a579181a4ad0555e2e5eaa84db3ec2fafd1]

        tdf#103274 (5): Add default XCommandEnvironment reference
        
        Change-Id: I77e89d1250499687c6fadc4408c1bed409f8b167
        Reviewed-on: https://gerrit.libreoffice.org/29982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [75ab2019a577813bcca2cdbe6aae38187cb52b50]

        tdf#103274 (4): Add default XCommandEnvironment reference
        
        Change-Id: I67ab0f37df9e8d239374d9a759f7c082b824c722
        Reviewed-on: https://gerrit.libreoffice.org/29981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-18  Takeshi Abe  <tabe@fixedpoint.jp>  [214dd03166aad251545d7db8aadf5c019c174790]

        sw: Just iterating iteraters is boring
        
        Change-Id: I685501d003f73d83f3eb590e03f1333d15b33c07
        Reviewed-on: https://gerrit.libreoffice.org/29987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5eb51c559ff1a30bf4f548bbc2785402a80d9c48]

        add EXACT testcase
        
        Change-Id: I6e0d868e0e3dc8e1575145fc942fdb208f121887
        Reviewed-on: https://gerrit.libreoffice.org/29918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [95a5751125f79126248f3e733601ff71d6920fe5]

        add FIND test case
        
        Change-Id: I4e053243df348f2ad4edfc78bb93c4226fe66d8c
        Reviewed-on: https://gerrit.libreoffice.org/29933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b546d20b9d8390884e126c80a00967074e1f5604]

        add LOGNORM.INV test case
        
        Change-Id: I0ba74df841161a06d7ce1f697d44ecd9aeaea560
        Reviewed-on: https://gerrit.libreoffice.org/29974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c698f78e1a3b9487d586660a80600c8d0951e5b6]

        add FIXED test case
        
        Change-Id: I9016563b9d01b3ac917e10f17f844b1ce3a3f13c
        Reviewed-on: https://gerrit.libreoffice.org/29979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b868fbfaf325d484c084a818e560c20c9c2ea14a]

        add LOGNORMDIST test case
        
        Change-Id: I08df55702e8dfe251c57fbb0ff3bde876e0934e8
        Reviewed-on: https://gerrit.libreoffice.org/29975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [292560a957498bed70b625c992ec6bcf631dceb3]

        loplugin:unusedmethods
        
        Change-Id: Icf773925c37dde8b7404edac9864e7b10fe113b4
        Reviewed-on: https://gerrit.libreoffice.org/29968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-18  Tor Lillqvist  <tml@collabora.com>  [e64ea98801d20e5024da900a0ac8faaf565f4bf3]

        -Werror,-Wimplicit-fallthrough
        
        Change-Id: I13a6a64f118bcfb99f47cd47a0dc638c5c9a5a14

2016-10-17  David Tardon  <dtardon@redhat.com>  [ea7b023115f228406b702c0e6328878b7944d8af]

        upload libwps 0.4.4
        
        Change-Id: I7dc8b6412fd1a9d7bc2edf28cb23307c2eebd669

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [b5f9fdff49e6955550cffa5318bee9d5c09f3479]

        Resolves: tdf#89760 get correct menubar text color for 'close preview'
        
        Change-Id: Ife6f2665eabeefd6125a53318404dbd7b9af42ee

2016-10-17  Eike Rathke  <erack@redhat.com>  [e899f049edd46c49c2d4265c24b1ee4c82020406]

        let LanguageTag::convertToLocale() decide when to create a temporary
        
        Change-Id: Id4e718eb23d4acf2ee7bddc4da1cd4e8e811be78

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [352ddafd05c5de4335746d52c79e8cf9689cba86]

        GTK_STYLE_CLASS_LABEL no defined in all versions
        
        Change-Id: I648067e30d5a2e725111b2bc920367ac2d5e0f80

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [dcfddd3f079a45fc59fe50475020091c6c4694e2]

        gtk3: split tabitem rendering to a standalone thing
        
        Change-Id: I88cd8926b733717c9ea0ecf64a9882eaa777dcfe

2016-10-17  Eike Rathke  <erack@redhat.com>  [75c2ecc2497ec48aeead48da0bd271fee5dc83fd]

        let LanguageTag::convertToLocale() decide when to create a temporary
        
        Change-Id: Iaefddb13192aff1aad912ac9f908c3d12236b94d

2016-10-17  Eike Rathke  <erack@redhat.com>  [ab6f04ded935d314c5b763fef1015b1ed06c1db5]

        comment that the country entries are just placeholders
        
        09f2f36 related, tdf#102357
        
        Change-Id: I053853227d36dfd17da5914487a6aefe8af06f2d

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [d786606b33cfc146a3a1f3adf814196993d3b310]

        gtk3: use theme tab font
        
        Change-Id: I3ea5a9e65e62133c910945e603bdc1155c9a07c3

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [eb935ee8f511265038a949f74958ae716ac0e8ca]

        gtk3: split out gtk->vcl font mapping code
        
        Change-Id: Ic379307ba9e663e0ffc27c945852f6d68197f995

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [69c9acd4b8dcd7ec8a5c3c380ad5cd8b797661ea]

        Resolves: tdf#92776 ensure correct notebook tab font color
        
        despite various theme layout differences
        
        Change-Id: I209258583571b57b2b7869937fa4821855125eac

2016-10-17  Eike Rathke  <erack@redhat.com>  [27466acb4eda3ec6432d575091effe6c3a780950]

        pamper over-pessimistic whining compilers, tdf#102357 follow-up
        
        No, stupid, the switch-cases really cover all possible cases we entered this
        block for.
        
        Change-Id: I1abbe2d784d5bbcc29c4c929adb622d9fe92fe54

2016-10-17  Eike Rathke  <erack@redhat.com>  [c3f096c7630994450625307091a0e6009fb02bc4]

        Resolves: tdf#102357 export correct locale attribution, not just country
        
        So all XMLPropertyHandler derived XMLCharLanguageHdl, XMLCharScriptHdl,
        XMLCharCountryHdl and XMLCharRfcLanguageTagHdl are actually called.
        
        Broken since
        
            commit 21661ebfbec9ea162582bbc7ab46607eb9095f1a
            Date:   Wed Aug 21 19:16:23 2013 -0400
        
                fdo#60740: Populate auto styles from edit cells without using UNO API.
        
        Change-Id: If0523752a4dea4e18d3d86ca5a2735fbcf39c3e3

2016-10-17  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [50f08e87346f684666fce484f5b80f0189172366]

        tdf#103274 (3): Add default XCommandEnvironment reference
        
        Change-Id: I0a3d8fbea1143c3f7fee6f9f3cbdfc24399090ed
        Reviewed-on: https://gerrit.libreoffice.org/29980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [7403c95540ba96a304eaebcb4845e910746133bb]

        GTK_STYLE_CLASS_POPUP not defined in older gtks
        
        Change-Id: I6192d13419aab42993e4b6dc011db30a4c3c1787

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [a906f24a7830a12c4f1e2f8fa0c3df7961a64d6c]

        older gtk3 versions still out there to build against
        
        Change-Id: I64cb12185fc3943a211928e35e756b82942095b0

2016-10-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9ac8a57e52a25870d497241c64bff3da0272cf4d]

        replace <<= with assign for <<= with rhs Any
        
        makeAny and Any ctor return an Any
        
        Change-Id: Iaa361bc315d785f80153acf1009bf47d109728ec
        Reviewed-on: https://gerrit.libreoffice.org/29914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a8cfb651ac0d2669d5780b707bfb1efb43f0f34c]

        delete setProperty specialisation with value type Any
        
        Using delete instead of std::enable_if
        because of better error message.
        
        Change-Id: I92c57a4bb3281b119166a8f98a94ed3aa6079df5
        Reviewed-on: https://gerrit.libreoffice.org/29930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d9e335ea6f7c99932fdc822c3b87321201389634]

        fix wrong usages of setProperty vs setAnyProperty...
        
        and remove some useless casts.
        
        setAnyProperty takes an Any for property value.
        setProperty takes any value and creates an Any.
        
        Change-Id: Ida0a80bd679775c08925309bfbc695630af2225f
        Reviewed-on: https://gerrit.libreoffice.org/29917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-17  Stephan Bergmann  <sbergman@redhat.com>  [9bcae1a129a02b1fb0a0a4c231ece851c7798da8]

        So MSVC 2013 is too dumb...
        
        ...to introduce a temporary in
        
          lcl_makePropVal<sal_Int16>(PROP_START_WITH, m_nIStartAt)
        
        and instead complains: "cannot convert argument 2 from 'sal_Int32' to
        'sal_Int16 &&'".
        
        Change-Id: Ic79de8635cc33556ba0803330c0eef314414a7fc

2016-10-17  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [1c304b206e77f19fcca2cf61a854100c28196e7b]

        tdf#103274: Add default XCommandEnvironment reference
        
        Change-Id: I4c9e4945e9fd4bb4fc2fe29e5a2a800cc5f298ae
        Reviewed-on: https://gerrit.libreoffice.org/29966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-17  Stephan Bergmann  <sbergman@redhat.com>  [6786748a70046c7b7f19388985df8db2b20aeff3]

        Use perfect forwarding
        
        Change-Id: Id34fb78bc80b0796a09286c4fe5f25c5cf98c211

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [ac53789077eef17e2d895826abfe22888716600a]

        gtk3: rework theme code to separate old and new theming schemes
        
        Change-Id: I7c1341a920c4607937ffab06c182a0ba0e0b26fd

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [e2af8f92a7308bc28c257b7905ec3a8a724554b1]

        Resolves: tdf#101699 get combobox junction right
        
        gtk3-demo has examples of foreign drawing, follow
        the patterns there to figure out what to do, add
        stuff to gtk3-demo to demo what we need to do if
        any particular case here is lacking
        
        Change-Id: Ia1a22280161c97a3eab2d94fc4744fe971d31727

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [4316c18e4a19b55ffb3588cb9270a8ad3f7b386e]

        stop warning on older gtk3s
        
        Change-Id: I57d0875acdaf3a1a14badb9e08e7c08fd726baea

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [4fce8bd59eae6d2ed6e5a3f9a3d4898fcd3431a9]

        use released 3.20.0 instead of 3.19.2
        
        Change-Id: Iac311e0c326cf79a2dbacb889d39ab49ccaa9325

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [dd04278bfc3c89336283fcab1222147dcd796a77]

        need 3.19.2 or above for these
        
        Change-Id: If385b45b12c72a0d7460a9a4c9d0b0e3bfc1195e

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [70f7697c4243739c28feaa33b091f6c64a8356cb]

        gtk3: select old/new gtk theme behaviour etc at runtime
        
        Change-Id: Ie09419049e3d839315f4fc8a937f0dde74688d98
        Reviewed-on: https://gerrit.libreoffice.org/29969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [148ca1024379e3712df4d855595df9bb46cdb1c4]

        safemode: Add hints how to get help/report a bug
        
        Change-Id: Ie65e9706017f5f56fa4c453aa3fdb117b201096e
        Reviewed-on: https://gerrit.libreoffice.org/29961
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [d5b8b98393f529d1181b0305313a95ab90ef0bf2]

        split these ifdefs into larger blocks
        
        Change-Id: I501d06096aa51066af8806277b7d392e39747494

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [e3fca8b4a0f5e517f994b35f1d4ff152fb17c3a2]

        bundle duplicate code together
        
        Change-Id: Id67e5026e21138c0583df8099436da01e4e2dab3

2016-10-17  Caolán McNamara  <caolanm@redhat.com>  [8bff380fed975dc7f6365b7f2ca7213c3cf4d302]

        Related: tdf#103166 but still allow removing placeholder submenus
        
        Change-Id: I3ed5feaebcd074562d5412dca9e5cb4086a7df39

2016-10-17  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [26c99e42db233e375a007c49e1e903359caa1ce3]

        tdf#103274: Add helper for a default XCommandEnvironment reference.
        
        This helper should be used where the empty XCommandEnvironment
        e.g. something like:
        
        css::uno::Reference< css::ucb::XCommandEnvironment >()
        
        is currently used.
        
        See comment in the committed code (include/unotools/ucbhelper.hxx)
        for details.
        
        A case use is presented in this commit, please see:
        sfx2/source/doc/docfile.cxx for details.
        
        Change-Id: Ieb97c0ed61f31ef8df532c8be0e7ff1035327915
        Reviewed-on: https://gerrit.libreoffice.org/29927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-17  Stephan Bergmann  <sbergman@redhat.com>  [3c4f17b571ba041cb03d5c7e27968ee11edfb97d]

        Don't swallow exceptions in DBG_UTIL mode
        
        Besides, the original "on Windows..." comment from
        600163882703c64103784ff66c4bedfbe83809eb "INTEGRATION: CWS fwkfinal1: #i43920#:
        catch hidden exceptions" looks bogus, anyway.
        
        Change-Id: I1a31b63ca5aa818db3730b2006d2381b749e4dd3

2016-10-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d10d846eb9dd5f1f4e9577c62ad169f865b8a647]

        Force disable OpenCL in Safe Mode
        
        Change-Id: I046eb2a01c528945232cedabbf5fa08483c9e057
        Reviewed-on: https://gerrit.libreoffice.org/29960
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2f57632672fa2cd21c9b0113e7a5f8bd033157c4]

        Force disable OpenGL in Safe Mode
        
        Change-Id: I3f19231d9a9168499d9f9ed970d4da1a69cca36a
        Reviewed-on: https://gerrit.libreoffice.org/29959
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d19cb7f5974216d3c52f758f00557a001dd1bd40]

        xmlsecurity: detect if PDF signature doesn't sign the whole file
        
        For ODF signatures we require that all streams of the storage are
        signed.  The PDF equivalent of this is to ensure that the byte range is
        the entire file, including the signature dictionary but excluding the
        signature value itself.
        
        Change-Id: Ie47f42913e2aa960f35079eb981768cd47fb9f92
        Reviewed-on: https://gerrit.libreoffice.org/29890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d67a7ff3dfd726372d3619fe963a5b90f24a9ebd]

        xmlsecurity: verify certificate of PDF signatures
        
        We patch xmlsec to not verify certificates, and the PDF tokenizer in
        xmlsecurity doesn't do that, either. The point of doing so, is that the
        DocumentSignatureInformation UNO struct has separate CertificateStatus
        and SignatureIsValid fields for the validity of the certificate and the
        signature.
        
        That means the certificate has to be validated somewhere as well.
        ZIP-based formats do that in
        DocumentDigitalSignatures::ImplVerifySignatures(), and this commit
        implements the same for PDF signatures, too.
        
        Change-Id: Ic486afc8f392625b1efcad989fd9053b014a261b
        Reviewed-on: https://gerrit.libreoffice.org/29889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-17  Arnold Dumas  <arnold@dumas.at>  [2b3cf45bb557d95aa67b5bc4eb1ba549e7638d6b]

        tdf#95416: Get rid of #include ../foo/bar.hxx style includes
        
        Change-Id: I6c6e0d4e013c5101f7b78bb8506a6f1f0e1b1497
        Reviewed-on: https://gerrit.libreoffice.org/29934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-10-17  Mark Hung  <marklh9@gmail.com>  [6130ff73347b5e633babf9555ee1417462cc11ef]

        tdf#43740 Don't add space after ininvisible characters.
        
        Move CJK justify code in SwFntObj::DrawText to
        SwScriptInfo::CJKJustfiy() and use break iterator to
        prevent unecessary space.
        
        Change-Id: Ifd25373530fc97d3ce547ee3cd0484d4a852491c
        Reviewed-on: https://gerrit.libreoffice.org/29911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [4ac1a406a78f58c8fba4040c960091e2af4a390b]

        sw: rename static members in SwStyleNameMapper
        
        Other code in sw seems to use the 'm_' prefix only for non-static
        members, while the most used convention for static members is 's_', so
        use that here as well.
        
        Change-Id: Ic7dd5c454e98753a9489664ee022e05ef743b863
        Reviewed-on: https://gerrit.libreoffice.org/29958
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-17  Stephan Bergmann  <sbergman@redhat.com>  [058abc7cfed47b6f7a235df16080ebb5197c8cc5]

        loplugin:unnecessaryoverride
        
        Change-Id: Id90a0a3334f4551b926a240b2e06a34337188c07

2016-10-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fa8a4f62bba1c92ec9d3bd7de3be8d8443008b17]

        I made a grammar error here
        
        Change-Id: I202ed2cf4b60c8534098143bbbe26670760d7e5f

2016-10-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [1896a09cd831904099df5202bb4d22ec0ddbcb0c]

        tdf#100180: Band-aid fix for non-editable chart sidebar
        
        no way should sfx2 sidebar controller be used in a base class, it
        just wreaks havoc in chart which inherits from this class, but
        uses its own controller.
        
        Since those NotifyResize calls were introduced to prevent cropped
        widgets on switching between different shape fills, try to make up
        for that with other means in .ui file
        
        Change-Id: I5a40e4d413b583b1de1e3f751493d65d41ff8465
        Reviewed-on: https://gerrit.libreoffice.org/29813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-17  Stephan Bergmann  <sbergman@redhat.com>  [416c552066e3a7a27430753967b3b9fe8104063f]

        external/firebird doesn't know --enable-debug, but make target "Debug"
        
        * There's an --enable-developer configure option, but it probably does more than
          just default to the "Debug" target, things we potentially don't want here.
        
        * Disabling --enable-debug for MSC was apparently a leftover from firebird 2
          times, f58f10fc89e19d182b5a415bb69af5ecc7de080a "firebird: --enable-debug
          breaks the build with MSVC".
        
        Change-Id: Id9f7b6aa0cdfcea0b07f94814a8dab43488879bb

2016-10-17  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [74c1355c99b3c5edb9673cc1bf1438f10e68d658]

        tdf#100352 Provide French classification file
        
        Change-Id: I1dea9c22054dde4a52241d544fb02c0ad84b0872
        Reviewed-on: https://gerrit.libreoffice.org/29915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3d9249ca6be6e69362b3ae90842fd2211fd0829]

        xmlsecurity: check file header when reading PDF signature
        
        Currently the only non-ZIP-based import filter that declares the
        SUPPORTSSIGNING flag is PDF, so if we get a stream without a storage, we
        assume it's PDF.
        
        If any other non-ZIP-based format would add that flag in the future,
        that would mean PDFDocument::Read() gets that as an input. That means it
        makes sense to at least check the file header early in the tokenizer,
        and return early when that doesn't match.
        
        Change-Id: I8760d130c4211f37be705e03b22814825042cac8
        Reviewed-on: https://gerrit.libreoffice.org/29888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f29baf7735ddc162801fea73ecf705805aa4ec11]

        Executable_pdfverify: initialize nss / mscrypto
        
        This was broken since commit 9fe910e4861a7911c6d286258a30954e715653ac
        (xmlsecurity: use common NSS init in PDFDocument, 2016-10-13), after
        that PDFDocument assumes that the client code does the crypto
        initialization.
        
        Change-Id: Iaee005afef6bd602c3a95e9a18f407c4d4223a26
        Reviewed-on: https://gerrit.libreoffice.org/29887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-16  Yousuf Philips  <philipz85@hotmail.com>  [29834be11ab48245abca212c05715395f4704f78]

        tdf#103170 Heikobar: Add table section and adjust clipboard section
        
        Change-Id: I62a3a16c52566f1877e9c3ac7a627efab1b4058f
        Reviewed-on: https://gerrit.libreoffice.org/29908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-16  Yousuf Philips  <philipz85@hotmail.com>  [0792058084928e3f4391801431853a7415b7c258]

        tdf#103170 Heikobar: image section icons, alignment and menus
        
        Change-Id: Ib1fda02ba6cecac8566535c4729af4e45c9c0d91
        Reviewed-on: https://gerrit.libreoffice.org/29900
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-16  Julien Nabet  <serval2412@yahoo.fr>  [8687e31b54767faf498f6c08a132d714e327cd05]

        typo
        
        Change-Id: I88c404d8e46ba87017af2167fd31dc9dd8758082

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [35d9cd4969ba39d7ac8975d4102b4de5a9ae2562]

        clang::FileEntry::getName now returns StringRef on Clang master
        
        Change-Id: I94c9676e52a3c60ad70567396a8484e844176c6e

2016-10-16  Julien Nabet  <serval2412@yahoo.fr>  [9a0e3d1de75a1986d614a52f1f41276411709cce]

        fix Android build (desktop)
        
        stol is missing in the std namespace on the broken Android toolchain, work it around.
        
        (I copycat https://cgit.freedesktop.org/libreoffice/core/commit/?id=c2673a358c78b864c1276f7956d5a348003b7a02)
        
        Change-Id: I4d85b81abf5d72c08d9aae72638823b8a0484cc1
        Reviewed-on: https://gerrit.libreoffice.org/29921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [6d4f7734ad63998b067f50b6564639a527bf34e3]

        clang-cl loplugin: avmedia
        
        Change-Id: Id9ccbeb100ca9770226d0c8c84dae0a02aa7d2d6
        Reviewed-on: https://gerrit.libreoffice.org/29882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [233e5d5f85b1b0e3ad6f6c90b0348448b0d54bb1]

        clang-cl loplugin: basic
        
        Change-Id: Ibb324ac81343d56038d18a4ee9b27b486df6e520
        Reviewed-on: https://gerrit.libreoffice.org/29881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [22001778560a08b4097bc30035cd5a494bdd1975]

        clang-cl loplugin: bean
        
        Change-Id: Iedaf2fc0c1e2cab446687c6c73cceb3c6b77e6e1
        Reviewed-on: https://gerrit.libreoffice.org/29880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [fee419ae25f15d8f001a1cba1fc1d1704038c94b]

        clang-cl loplugin: bridges
        
        Change-Id: I46bcc6eb1f34184626d2f584d7164d84f54c2cf8
        Reviewed-on: https://gerrit.libreoffice.org/29879
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [29eb4f122bab9ba7280945d0c8a15588b1d46895]

        clang-cl loplugin: canvas
        
        Change-Id: I3e4f9ccbe608a98759f2a9e312839eb909e6b575
        Reviewed-on: https://gerrit.libreoffice.org/29878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [347f67dd67f79316912db5611358957bbc4c9524]

        clang-cl loplugin: codemaker
        
        Change-Id: I1e11ea28d90a5ee47a0ad6d302724b226ef8440b
        Reviewed-on: https://gerrit.libreoffice.org/29877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [3b02c40a404f5a7a635e6c936dc8362b8911edb8]

        clang-cl loplugin: comphelper
        
        Change-Id: Icde27eeeb21e9049630028e81af10edc1ba8ae04
        Reviewed-on: https://gerrit.libreoffice.org/29876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [227d3d09910232545d41975e9b5af9863257bc37]

        clang-cl loplugin: configmgr
        
        Change-Id: Ia7324ffcd3aa11ac904c926fe82bb636fbb19f70
        Reviewed-on: https://gerrit.libreoffice.org/29875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [b9ed8dd02ac1435e6a02afbbbe789d29d965364a]

        clang-cl loplugin: connectivity
        
        Change-Id: I025cf2ad63f08bb58d54983982d7a116fac0ffea
        Reviewed-on: https://gerrit.libreoffice.org/29874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [2b326037931e5e98f543cdaa003606fc4fb9b43b]

        clang-cl loplugin: cppuhelper
        
        Change-Id: I03d082bb6e403bda0028286d89e22006578da4a8
        Reviewed-on: https://gerrit.libreoffice.org/29873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [8b7198f68f956106827161d7b9abe07c47026f00]

        clang-cl loplugin: dbaccess
        
        Change-Id: I96982e5298783384c2978056af7955d012289f25
        Reviewed-on: https://gerrit.libreoffice.org/29872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [08abfef116d893d6a062d432ff89e7af8b7b679d]

        clang-cl loplugin: desktop
        
        Change-Id: If2f5bfa6c05098c5362cd6c7b546520dc01ee821
        Reviewed-on: https://gerrit.libreoffice.org/29871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [1f9b6013e507ee4acb9374cee909f59139d52978]

        clang-cl loplugin: dtrans
        
        Change-Id: I1d55f3e7ecbde486f318d5175b1570f0caa33255
        Reviewed-on: https://gerrit.libreoffice.org/29870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [5eab3e5eec67ad97f39f792852e88003fea89d1c]

        clang-cl loplugin: embeddedobj
        
        Change-Id: Id8359ff2bc2ae177837f5c58f949d40b818a8684
        Reviewed-on: https://gerrit.libreoffice.org/29869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [3b658759c945a5e2da7b2c6acfdecc9c3d9c6a34]

        clang-cl loplugin: embedserv
        
        Change-Id: I9901dac882a74453015881ded2355ff0a51b50d5
        Reviewed-on: https://gerrit.libreoffice.org/29868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [d11ac6045926d4c6e392b3797939fbb7c7d37b27]

        clang-cl loplugin: extensions
        
        Change-Id: I659d8a3b098c7417235006c86ea60e7fe1e56a44
        Reviewed-on: https://gerrit.libreoffice.org/29867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [099ef29c47970d4b9d20f31d0ccbef93c492226b]

        clang-cl loplugin: filter
        
        Change-Id: I94a176eaa10a9ba010ebf2ea24a330525062d006
        Reviewed-on: https://gerrit.libreoffice.org/29866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [432e3162e6cf4e90137699d45934b5db56a89aaf]

        clang-cl loplugin: fpicker
        
        Change-Id: Ib19175affd48610fc164a996d609b369256d4f72
        Reviewed-on: https://gerrit.libreoffice.org/29865
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [5f2bf2ce3ce2b5614ceaa454bffb3ce0623ce48a]

        clang-cl loplugin: helpcompiler
        
        Change-Id: I72050a984389b2685dc7d78d4d52bec4ce453b53
        Reviewed-on: https://gerrit.libreoffice.org/29864
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [a217e0d012919a4cc06ee87aa39ee49350aeb558]

        clang-cl loplugin: hwpfilter
        
        Change-Id: I63677cea6ee2cec0589bd853ca9b135931df63d4
        Reviewed-on: https://gerrit.libreoffice.org/29863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [1a98de0ee1438c1a0dd4c59cf1016d81d8b1b7f3]

        clang-cl loplugin: i18npool
        
        Change-Id: I9d0f4ac9c9abe119ab42736eb9b9ad4ea54a8806
        Reviewed-on: https://gerrit.libreoffice.org/29862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [8b984dae44fba9a49448e19699261703be55d197]

        clang-cl loplugin: idlc
        
        Change-Id: Idcd117aa896779bb5ebdfa33c24d5e374dd943cf
        Reviewed-on: https://gerrit.libreoffice.org/29861
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [1ccc7c425b47e1eaeca9463cb4367afd72fe1656]

        clang-cl loplugin: jvmfwk
        
        Change-Id: I4ae0795469e70d6be3d2052d96a2f0dad3920d8b
        Reviewed-on: https://gerrit.libreoffice.org/29860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [932c1c57a035d897d70a0cb774349a71e2269cd9]

        clang-cl loplugin: odk
        
        Change-Id: I8c524bd6522a04339d5e30d6e315347a48b6473f
        Reviewed-on: https://gerrit.libreoffice.org/29859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [52659c125e767bffedaae503b58a7a82b502fbf8]

        clang-cl loplugin: opencl
        
        Change-Id: I7e0e79d67d6701e519f841d893c9b7b2f5ebef80
        Reviewed-on: https://gerrit.libreoffice.org/29858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [941049c9da2b7ba5a589c6c2658b43ff53fe2e50]

        clang-cl loplugin: pyuno
        
        Change-Id: Ic093b58be1f2b78d904d6d036b52532f97c3b336
        Reviewed-on: https://gerrit.libreoffice.org/29857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [4cfb22aaf50f93019ee888e84a2db2efd048b894]

        clang-cl loplugin: sc
        
        Change-Id: I24d091174ab602ecf80c65ad75fd450e55cb01ac
        Reviewed-on: https://gerrit.libreoffice.org/29856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [480e84d88d96d2d245b653613a9b83f3d7120ed8]

        clang-cl loplugin: sd
        
        Change-Id: I26a1e20a3b811aea535994cda2e49a9c39df64b7
        Reviewed-on: https://gerrit.libreoffice.org/29855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [6ac0e9f4d121584c75961bc5b1be739f9fa91f3b]

        clang-cl loplugin: sdext
        
        Change-Id: I9f5e73b6f561ccb635217227787c6e8a574bdc97
        Reviewed-on: https://gerrit.libreoffice.org/29854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [83d6099b7d89f91695d34a18b314f16092972efb]

        clang-cl loplugin: setup_native
        
        Change-Id: I424164d19ba59697d39b3a3888ec2f743a3a832c
        Reviewed-on: https://gerrit.libreoffice.org/29853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  Stephan Bergmann  <sbergman@redhat.com>  [918d85a82d6535932118247a7fb754dde9f49cd1]

        clang-cl loplugin: sfx2
        
        Change-Id: Ided50d3573a40d50bb980ccba78de7129c42cffd
        Reviewed-on: https://gerrit.libreoffice.org/29852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-16  nadith  <nadmalinda@gmail.com>  [71901bfedd9f0f6f31be8a9ff54253d56c10b5f3]

        tdf#98004 - Enhansment on Editor(Beanshell)
        
        Add a toolbar A little enhasment for the editor has been done.
        Added a toolbar for set of buttons that was previously in a JPanel
        and now it is in Jtoolbar in the editor
        
        Change-Id: Ie04232e7824c051f272d69cc109eec0e70ccf921
        Reviewed-on: https://gerrit.libreoffice.org/29806
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-16  Mirco Rondini  <mirco.rondini@yahoo.it>  [6d4dd15ee2fa3206988c0facbf47c1a9ab527f30]

        tdf#74740 <change "Paste Only Value" to "Paste Only Numbers">
        
         Changes to be committed:
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
        
        Change-Id: Ie765edcc1490fbdf86d4c64f53dfa84f9899ad2d
        Reviewed-on: https://gerrit.libreoffice.org/29678
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-16  Dilek Uzulmez  <dilekuzulmez@gmail.com>  [403bb51074848cd3f78c13eef14ce306e4f86501]

        tdf#95416 Get rid of #include ../foo/bar.hxx style includes
        
        Change-Id: Ic8cf5a305a8249ec64f33b23175370708ddf254e
        Reviewed-on: https://gerrit.libreoffice.org/29901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-16  Douglas Mencken  <dougmencken@gmail.com>  [1d52483d990f7723fe709dd0348bb9b9d0e991f2]

        help packimages.pl be compatible with Perl versions before 5.12
        
        configure.ac doesn’t check for the version of Perl at all
        so you can’t suppose that it is guaranteed to be 5.12 or beyond
        
        before this patch
        in the case you use perl < 5.12 at build time
        you would get
            Can't locate object method "newdir" via package "File::Temp"
            at solenv/bin/packimages.pl
        
        the commit 4e3dc8c141c2efd037c1f214b5edff071812b6a8
        introduced such incompatibility
        
        Change-Id: Icd9281e0065ed67d69d07ac921b054deed052764
        Reviewed-on: https://gerrit.libreoffice.org/29907
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-16  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5239cefff56875c7bb45c046977f1724aace0cfb]

        tdf#46738 Fix exporting .xlsx of coloured empty cells
        
        When spreadsheet contains more that 84 cells, and these
        cells are empty, but contains additional data (border color,
        text color, specific formatting), the remaining rows are
        ignored during export to .xlsx and .xls
        As a result such empty rows are not saved during export.
        This patch is fixing most cases and make sure that at least
        first 84 empty cells will be preserved.
        It is not impacting the performance as it is still notchecking
        next columns when the visible cells are more that 84 characters.
        This patch improve exporting empty cells, but not impacts
        performance.
        
        Change-Id: Ia7027e2c8a2fd48ab4a0e840f970d57167454451
        Reviewed-on: https://gerrit.libreoffice.org/29899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [842e503a03bb0f27eb4799ba4a8cb91ab07c3174]

        add BETAINV test case
        
        Change-Id: I0e3ed47b3efd4f869ab7d3b75577282d37b76619
        Reviewed-on: https://gerrit.libreoffice.org/29895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f44bb50070eb71d37bd9616c178b5c74b98261e6]

        add DOLLAR test case
        
        Change-Id: I8bbc8b14faf17cd2219a26b25fe10ceb448b90ba
        Reviewed-on: https://gerrit.libreoffice.org/29896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [51069a07fb637e0de2aec71b9f21d891667acaa3]

        add CRITBINOM test case
        
        Change-Id: I0f6c28937da22ab3b514a51e5c4f63ca89377169
        Reviewed-on: https://gerrit.libreoffice.org/29906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-16  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a72f5d020f137e6ef9e1987e64631c068d0f7ebd]

        add GAMMA.DIST test case
        
        Change-Id: Id17a38c823d0dae6bdf2bd7ec550b7b0f6e0c7f2
        Reviewed-on: https://gerrit.libreoffice.org/29905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-16  Hieronymous  <sudk1896@gmail.com>  [f85439d415e11e314016f18240640038f9ec4387]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: Id97c6698d9ecac07348d3bdd3e031dbbb8486ae7
        Reviewed-on: https://gerrit.libreoffice.org/29824
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-16  Hieronymous  <sudk1896@gmail.com>  [f2c3efb124f12f6087b2304c5c55f202b0d41f9a]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I5b484c6f6e950a59e811da818be8a5e1e6cfc65d
        Reviewed-on: https://gerrit.libreoffice.org/29827
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-16  Hieronymous  <sudk1896@gmail.com>  [ad59a9a9cd1e48fa5120c98930f49fd02551185c]

        tdf#88205 css::uno::Sequence to use initializer_list ctor.
        
        Change-Id: If4f2e8e369930f028c342bc81c4f49df7350e238
        Reviewed-on: https://gerrit.libreoffice.org/29811
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-16  Hieronymous  <sudk1896@gmail.com>  [01dc6d098def20d6db57a13e8b2d79492a051fce]

        tdf#96099 Reduce no. of useless typedefs for trivial containers.
        
        Reduced vector< OUString > typedefs in sbintern module.
        
        Change-Id: I5b2fd6f0b5fe0ae538a12ac028a08458c6eb4714
        Reviewed-on: https://gerrit.libreoffice.org/29916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-15  Maxim Monastirsky  <momonasmon@gmail.com>  [970a66f8c919ea0524f216f40d21b3e2a8c88ccc]

        Use UNO registration for font name toolbox control
        
        Should help to eventually get rid of the wrapper in reportdesign.
        
        Change-Id: I9fc94f2ed650561eb47f2f91939b3aa37f031c3b
        Reviewed-on: https://gerrit.libreoffice.org/29910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-15  Mark Hung  <marklh9@gmail.com>  [bd041161f3dc65a36245ce271007dce003529a9c]

        tdf#43740 Do not use UniscribeLayout for CJK Ideograph Variations.
        
        It used to use UniscribeLayout when any Unicode varaiation selector
        were found, disregard whether it is a Asian or a complex script.
        However CJK Ideograph Vairations are better layouted by WinSimpleLayout.
        
        Just check the case, differ based on the base character of the
        variation sequence.
        
        Change-Id: I4a2ad160a9ab70a6dbc96c301a6a5ad16e140245
        Reviewed-on: https://gerrit.libreoffice.org/29619
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-15  Mark Hung  <marklh9@gmail.com>  [dcef76b34aa1dca8389b3c068dc3d82a11d2c382]

        tdf#43740 Count CJK characters to distribute spaces.
        
        lcl_AddSpace determine the amount of space to distribute
        to a portion based on its text length. Counting the number
        of CJK characters prevent including codepoints that are not
        visible, such as surrogate pairs or Unicode variance
        selectors, by mistake.
        
        Change-Id: Ia20a7f76ea1ea3c1f4638db865721eaa26a8c82c
        Reviewed-on: https://gerrit.libreoffice.org/29616
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-10-15  Szymon Kłos  <eszkadev@gmail.com>  [04677dcba24c76a9860839ab59fb3bff86b2b6d1]

        tdf#86946 Page Column Type popup accessible form the toolbar
        
        Change-Id: I39ab090f62de1fb345a339b308454beb4bffe0cd

2016-10-15  Eike Rathke  <erack@redhat.com>  [2a45b26c619d1125419819d501a7653cf8d6e5ca]

        Resolves: tdf#98481 Google Sheets uses OOXML t="str" differently
        
        Set string results only for known good generators, otherwise
        recalculate. See source code comment.
        
        Change-Id: Ib89ba70fd7c3c515439498882fef90ca7c6e278d

2016-10-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7125de1cdb4d29cc3763147571808033ee207777]

        PivotTable: No reason to call GetSource here
        
        GetSource generates internal members related to source data,
        but when this constructor is called we don't have valid
        source data yet.
        
        Change-Id: Ia813740fc425d70e7b294fca287f7afe784201a5

2016-10-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [6520c8f2f3271c2f36429084a6b0f737f2ad4b88]

        PivotTable cache: Remove useless mnValueSortIndex
        
        We can use mnOrderIndex to get the same result.
        
        Change-Id: I71f68ebefe08c3664954ecdf6345cca4ed5ccafc

2016-10-15  Tamás Zolnai  <tamas.zolnai@collabora.com>  [57185b9c32b003212c8129480c388f584adc3ca3]

        Small pivot table performance improvement
        
        Change-Id: Ic57082aaadc4e2ed516c9875a421278e1ce4564a

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [85876a11ceb9bf144ae8365ff3a9fedd8c363ef2]

        clang-cl loplugin: shell
        
        Change-Id: I98d2e5154270b795cdd11653ecfff2abd8dda294
        Reviewed-on: https://gerrit.libreoffice.org/29851
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [cb97267f5676b7790806dc15d17f2a6523232ccc]

        clang-cl loplugin: sw
        
        Change-Id: I1e0894f116e8288eb8b648ed3ac679be237806a3
        Reviewed-on: https://gerrit.libreoffice.org/29845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [f8bf15e8ed3bf1116bc77921eb22228705903297]

        clang-cl loplugin: unotools
        
        Change-Id: I1bbdae6b27a04321b232851f5f45ac2248b55835
        Reviewed-on: https://gerrit.libreoffice.org/29843
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [81dde672f15965cf77b041c1991bd260c4774278]

        clang-cl loplugin: xmlhelp
        
        Change-Id: I66956b57b542bd6375ae113ff7cc8856fa6235cd
        Reviewed-on: https://gerrit.libreoffice.org/29839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [5a4325ea23b36da5facb0163cd940f900fa28a3b]

        clang-cl loplugin: sot
        
        Change-Id: I5f6db6802c99568255832fc94b72d1df38a6460c
        Reviewed-on: https://gerrit.libreoffice.org/29849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [6e64342d34f97db9dcb70426d44c0fb5efec4fc0]

        clang-cl loplugin: svl
        
        The DdeInternal::Cli/SrvCallback functions apparently had broken signatures for
        64-bit Windows (32-bit DWORD vs. 64-bit ULONG_PTR parameters), but I assume that
        was actually harmless, as I think that, for Windows x86-64, those arguments are
        pushed on the stack right-to-left (regardless of CALLBACK), and they are the
        last arguments, and SrvCallback doesn't look at them at all, and CliCallback
        only looks at the lower 32-bit DWORD of the first one (nInfo1).
        
        Change-Id: Id77749dd2d29180e2d11b0ae2ad248ac1a7f1bdf
        Reviewed-on: https://gerrit.libreoffice.org/29848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [0deb7d16f32b4c89260f6aac29fc29f4e5bd8261]

        clang-cl loplugin: svtools
        
        Change-Id: I3271529ffe48ebafd203b759a72741a9bdbba506
        Reviewed-on: https://gerrit.libreoffice.org/29846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [774e51d44c3bab7652c8807bbf2ed68293b47a6e]

        clang-cl loplugin: xmlsecurity
        
        Change-Id: Ic101384ca32abb0d527f97d2cf695eb19c66da86
        Reviewed-on: https://gerrit.libreoffice.org/29838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [f8854116e1c3bbe971dcb754f7db501d5302b651]

        clang-cl loplugin: winaccessibility
        
        Change-Id: I40f8a6fef9d66b28a1d72551a6873b041b38b09d
        Reviewed-on: https://gerrit.libreoffice.org/29840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [dd63b7431164cbc7de5ac62df44aeba344c009c5]

        clang-cl loplugin: uui
        
        Change-Id: Ie8cab2cf21258a8043db596291c442a6a13b113b
        Reviewed-on: https://gerrit.libreoffice.org/29842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [d714c04513927524b9208868b8610b94ea99312a]

        clang-cl loplugin: toolkit
        
        Change-Id: I2f3c1416e1550c511c21ebf609f0f4465e8568cb
        Reviewed-on: https://gerrit.libreoffice.org/29847
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [ce8bb761f39db039fca2e312348a263d7fd7bf19]

        clang-cl loplugin: solenv
        
        Change-Id: I0a1075b92e787fc8bab7cfab5c3f24ad918a9181
        Reviewed-on: https://gerrit.libreoffice.org/29850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [48b1c8898d2f5a54435d23c412a0c65b553ef46d]

        clang-cl loplugin: vcl
        
        Change-Id: I40f8a6fef9d66b28a1d72551a6873b041b38b09e
        Reviewed-on: https://gerrit.libreoffice.org/29841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Stephan Bergmann  <sbergman@redhat.com>  [613213240a84327a0a72bb5ee98cc88d50c1fd0e]

        clang-cl loplugin: tools
        
        Change-Id: I6f02d9607405e144727f925c8f8a1de6041688b9
        Reviewed-on: https://gerrit.libreoffice.org/29844
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [810e664de088721b6452016d83fb3ef3e6ca5eb1]

        use initializer list ...
        
        ... for default pool item arrays and item infos
        
        Change-Id: I79db1b4e4a78471d81409dd976a912eeccf1065b
        Reviewed-on: https://gerrit.libreoffice.org/29540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [99e3cf1ce98357ae068b52d726be1b76df5278fe]

        avoid exception
        
        Transformation is an optional property of XShape,
        rATransformation can refer to an empty Any.
        
        results in warnings like this, e.g. when you add a legend:
        > warn:chart2:27587:1:chart2/source/view/main/ShapeFactory.cxx:2135:
        > Exception caught. Type: N3com3sun4star3uno9ExceptionE, Message:
        
        set Transformation property only if needed
        
        Change-Id: I1edae0a984f8264a6a0638b90a7197e316832c02
        Reviewed-on: https://gerrit.libreoffice.org/29527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-15  Yousuf Philips  <philipz85@hotmail.com>  [619e74ccb0e97b0ea12ae11c5b36084706d5002e]

        tdf#103170 Add contextual image section buttons
        
        Change-Id: I67306ff39ffc951edc5fd209dbb337caac67ae08
        Reviewed-on: https://gerrit.libreoffice.org/29893
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-15  Yousuf Philips  <philipz85@hotmail.com>  [c33f0e0c8579be4744902ca92fe5d8f7ae2d60e4]

        tdf#103223 Arrange buttons, add spacing and separator to Area tab
        
        Change-Id: I6aa6c1a43ac3f3ab468c28dbc298d60646c7dadb
        Reviewed-on: https://gerrit.libreoffice.org/29892
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [92874f2f134d28b77163a21ff5d04c5234ca65b2]

        This is no longer used.
        
        Change-Id: I625a418c582b41ca324874e27900670151a9d2b2

2016-10-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3bd025ec76ba305ce5892acefc57385599dd12e1]

        Remove the branching at the end of IterateParametersIfs().
        
        For (hopefully) better performance.
        
        Change-Id: I59ed454aa9ace2f945facceee14f4e25610feebf

2016-10-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [19d788daff32df531d3c830dd83e198131f464db]

        Do parameter count check outside of IterateParametersIfs().
        
        To reduce branching and scoping.
        
        Change-Id: I664e013f941c5b5dea44a6794ed133381cfc7b4c

2016-10-14  Michael Stahl  <mstahl@redhat.com>  [b5b57c677fd7fe9b2594e428c556862df88fca9d]

        tdf#64038 ODF import: fix handling of space following <text:s>
        
        The whitespace collapse algorithm given in ODF 1.2 part 1,
        "6.1.2 White Space Characters", was not implemented as well as it could be.
        
        Although the problematic case is arguably invalid, because "6.1.3
        <text:s>" says:
        
            This element shall be used to represent the second and all following
        “ “ (U+0020, SPACE) characters in a sequence of “ “ (U+0020, SPACE)
        characters.
        
        Hence it is probably irrelevant in practice that a space following <text:s>
        was ignored, because a conforming document cannot have such content.
        
        Change-Id: Ic30347fff27176c511ea317d46a1011b410e57d5

2016-10-14  Yousuf Philips  <philipz85@hotmail.com>  [df84fdc645462e070b0227909f95716592885bde]

        tdf#103170 Adjust grid spacing and shrink section headings
        
        Change-Id: I354cf2eebaf6330e8dbecfa44185cb06df0f47dd
        Reviewed-on: https://gerrit.libreoffice.org/29833
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [667c9c18973e00e530b25735707b2fa8c1602882]

        Revert "Don't use the (win32) jawt_md.h as we don't have that when cross-compiling"
        
        This reverts commit db57823374ee65b80cd53c5fd4234ad3bf6e287d, as it causes
        loplugin:externandnotdefined under clang-cl, and cross-compiling Windows on
        Linux seems a rather dead project for now.
        
        Change-Id: Ia7fd742385fa0d609007f70e5116a99729224f77
        Reviewed-on: https://gerrit.libreoffice.org/29835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [3223c551c37c6b10b5b7de23ffa4520d720338b6]

        loplugin:mergeclasses merge TextView with ExtTextView
        
        Change-Id: If7e11dd8f6b2cb6dc19c6aa3f7e50e2e88861eac
        Reviewed-on: https://gerrit.libreoffice.org/29828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7afcb0e72aaa1c8f55b6a82fa40bebc6565c283]

        sc: silence loplugin:staticmethods
        
        Where it complains about one specialization, but other ones can't be
        static.
        
        Change-Id: I031ddb795914c778f363b11ba16065e2b372b381

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [28fcdc4fecd373c8142376532004528d3d619306]

        xmlsecurity: avoid checking storage streams of PDF files
        
        DocumentSignatureHelper::isOOo3_2_Signature() checks if the manifest
        stream of the ZIP package is signed. A PDF file has no storage, so don't
        do that check for that format.
        
        With this, a valid PDF signature is shown as valid in the Digital
        Signatures dialog as well.
        
        Change-Id: I58c1cbd665b7c5894d1cfa193061a9370f76c8c4

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [e5e461dd60e7d104f6eb1187949c161372e7b02e]

        tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is growing.
        
        That could occur because of the call to SetDefaultItem later.
        We end up with wrong start/end edit columns and the changes
        to the output area performed by the inner call to EditGrowX are
        useless since they are discarded by the outer call.
        
        In the inner call the output area is not the new one computed by the
        outer call, on the contrary the data field `nEditStartCol` and
        `nEditEndCol` have been already modified, so the inner call would
        modify them using the wrong output area width.
        
        Maybe the call to SetDefaultItem should be performed in another place,
        anyway the outer call takes into account the correct horizontal adjust
        when computing the new start/end edit columns and the new left/right
        output area.
        
        Change-Id: I56d038f33ab9d1933c4c6cd1db6d9cd012fb6db1
        Reviewed-on: https://gerrit.libreoffice.org/29784
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [cf43ff5262a111f9fbebe58d254b704ec057cbf6]

        tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.
        
        Also reduce duplicate code.
        On Export to OOXML, HYPGEOMDIST is converted to HYPGEOM.DIST.
        
        Change-Id: I70a70ee6b5c542e272ef574073ebcd1924f31083
        Reviewed-on: https://gerrit.libreoffice.org/29767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d4ddc8cb005887e4b2810006425cccf12937347f]

        LOK: Calc: fixed missed tile invalidations on cell text editing
        
        What's new:
        1) when an edit view is killed, the area which was used by the edit
        view is invalidated for both own window and other view windows after
        the edit view has been destroyed;
        
        2) when an edit view is created or its out area is expanded, the
        windows of other views are invalidated too;
        
        3) when a vertical scroll occurs in the edit view area the windows of
        other view are invalidated too;
        
        4) same methods renaming since now we add/remove windows not edit
        views.
        
        Change-Id: Iac54f5b182c9562f08bb724f9ddde1c26cffa2e7
        Reviewed-on: https://gerrit.libreoffice.org/29783
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [cec94a4ecaad666f7222598fd1e2ad9ac05fb878]

        LOK: Calc: an edit view may be not displayed when a 2nd one is killed
        
        - description: when in view #1 text editing of a cell is over (edit
        view killed) a cell still text edited in view #2 can stop to be
        painted correctly;
        
        - reason: when an edit view is killed an
        ScTabViewShell::UpdateFormulas is broadcasted to all views which in
        turn ends by invoking ScViewData::SetEditEngine for already existent
        edit views: if the needed output area size for the actual text content
        is less then the actual output area size (once grown, output area is
        never shrunk) leads to this issue;
        
        - solution: skip to invoke ScViewData::SetEditEngine when LOK is
        active and the related view is not the current view.
        
        Change-Id: I2a97966c7c04701f0a5443aaaeb74760b622045d
        Reviewed-on: https://gerrit.libreoffice.org/29627
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29660

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [606b69a5d3885ccda91a4dccbf0b22c634b2f2a9]

        LOK: Calc: if text of 2 cells overlaps, painting occurs in wrong order
        
        - description: when text content of two near cells (edited in 2
        different views) overlaps, the input content showed is the one entered
        in the other view;
        
        - reason: the edit view of other views was painted after the edit view
        owned by the current view;
        
        Change-Id: I7c47f63bc46f7ce43fc494f018167918d44314b6
        Reviewed-on: https://gerrit.libreoffice.org/29626
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29659

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6c9337866d9b4fe4870c3ab2729c6837d07473ff]

        LOK: Calc: missing invalidate when ending larger-than-cell edit text
        
        - reason: when text content goes further than the cell border the
        output area of the edit view is grown (extended to an adjacent cell),
        on the contrary the output area of edit views used only for
        invalidating windows of other view shells is never updated, so, in
        other views, only the tile where the edit cell is placed is
        invalidated;
        
        - solution: instead of adding fake edit views for invalidation porpuse
        (and having to updated the output area of each of them when required),
        the new solution provides each new edit view, created on cell editing,
        with a set of `foreign` windows related to other views, they are added
        and removed to this collection owned by an edit view still using the
        ScExtraEditViewManager, which has been in turn simplified; when
        EdiEngine::UpdateViews is invoked not only the window where the edit
        view lives is invalidated but also all `foreign` windows in the owned
        set;
        
        - note: ScTiledRenderingTest::testTextEditViewInvalidations unit test
        has been enhanced in order to test correct invalidation when text
        content goes out of the starting tile.
        
        Change-Id: Id223fb1a032d3b18d2cf70df31f704abd245b3ac
        Reviewed-on: https://gerrit.libreoffice.org/29625
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29658

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a6c008b12cd2c2daf95a18eff0d72239588a5321]

        LOK: Calc: parallel cell editing: small code improvements
        
        - A single instance of ScExtraEditViewManager is created per
        ScTabView;
        
        - On destruction a counter is checked in order to be sure that all
        created edit views have been destroyed.
        
        - BoolLock has been replaced by comphelper::FlagRestorationGuard
        
        Change-Id: I6b0293c4d2e9151dff8b13601d0074c4b2567b25
        Reviewed-on: https://gerrit.libreoffice.org/29582
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29657

2016-10-14  Mike Kaganski  <mike.kaganski@collabora.com>  [c3fa866e768b67650b1e52308565e9344db0b4b4]

        tdf#92817: re-implement empty lockfile fix
        
        As stated in original commit 8d411a4a1ef6844c00bc714f8b144d3729e4f4e8,
        An empty lock file doesn't have OOOUSERNAME and SYSUSERNAME.
        
        Change-Id: I17fc6d3375f411749fcbbe80535beb8ba53a0e71
        Reviewed-on: https://gerrit.libreoffice.org/29834
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-14  Gabor Kelemen  <kelemeng@gnome.hu>  [0b7e11a2a7ade0b565c18d1deb58c19848f6ceef]

        Updated core Project: help  599f664d48f995c461e06daf2295c1f9921fbcb8
        
        Format - Slide Design menu item is now Slide - Slide Master Design
        
        Change-Id: I3a823853f513c66a4a5b66ed86d9201730d09c5e
        Reviewed-on: https://gerrit.libreoffice.org/29821
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-10-14  Gabor Kelemen  <kelemeng@gnome.hu>  [194038b04525458b05b5b91af745dace85c23feb]

        Updated core Project: help  cf275ebb3fd3535f191ed02632dae2d5d7950657
        
        Drop the obsolete Task Panes help
        
        - Move the still used ahelp contents to masterpage.xhp
        - Add description of the Table Design command directly to
        the Table toolbars help page
        
        Change-Id: I44f679a29fc26d4930ec91314022e890c3559e50
        Reviewed-on: https://gerrit.libreoffice.org/29820
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [1054eb97a61d916b27ef4d0916b58a5a4fc6586b]

        provide another fallback
        
        Change-Id: I1438986674f7b4edb015f436bcaf7f07fd61d778

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [edc7a6692ccdcef8f26d228cc37f5b24fb1433a9]

        Disable PythonTest_solenv_python on Windows for now
        
        ...causes all gerrit/jenkins Windows builds to fail in test_gbuildtoide; Björn
        to investigate...
        
        Change-Id: I90f95e4a91f40835d2b2d9c67a6473b95fb81597

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [5b9a25883d59570915e5cdc53c6542def1fdb739]

        DdeInternal::InfCallback is unused
        
        ...since b5863b83d212ae344cefe0aefdfd4caddaded02b "Remove classes DdeServiceList
        & DdeTopicList"
        
        Change-Id: I9cd90cb6b50f72966210c0035034cdc6b6d2230c
        Reviewed-on: https://gerrit.libreoffice.org/29819
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f613f6e6973b2069c5f4c5b56efa4c355118387e]

        tdf#102212: correct constraints for Calc functions CRITBINOM, BINOM.INV.
        
        Argument alpha can be 0<=alpha<=1.
        
        Change-Id: Ic1e6dec52bcfe227de49f6b9af38a618f4602c95
        Reviewed-on: https://gerrit.libreoffice.org/28934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [55013a7776a43bb18b7fb8faa1839369c3383cb7]

        external/poppler: Avoid UBSan warning about undefined downcast
        
        ...of this-ptr of in-construction FormFieldSignature while still in the base
        FormField ctor, as happens (in the xpdfimport process) during
        CppunitTest_xmlsecurity_signing:
        
        > Form.cc:448:12: runtime error: downcast of address 0x60f000000040 which does not point to an object of type 'FormFieldSignature'
        > 0x60f000000040: note: object is of type 'FormField'
        >  03 00 00 6d  50 84 f2 00 00 00 00 00  03 00 00 00 04 00 00 00  00 00 00 00 01 be be be  07 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'FormField'
        >     #0 0x73d7f4 in FormWidgetSignature::FormWidgetSignature(PDFDoc*, Object*, unsigned int, Ref, FormField*) workdir/UnpackedTarball/poppler/poppler/Form.cc:448:12
        >     #1 0x741713 in FormField::_createWidget(Object*, Ref) workdir/UnpackedTarball/poppler/poppler/Form.cc:677:34
        >     #2 0x73e747 in FormField::FormField(PDFDoc*, Object*, Ref const&, FormField*, std::set<int, std::less<int>, std::allocator<int> >*, FormFieldType) workdir/UnpackedTarball/poppler/poppler/Form.cc:547:7
        >     #3 0x74ec2b in FormFieldSignature::FormFieldSignature(PDFDoc*, Object*, Ref const&, FormField*, std::set<int, std::less<int>, std::allocator<int> >*) workdir/UnpackedTarball/poppler/poppler/Form.cc:1383:5
        >     #4 0x740d7f in Form::createFieldFromDict(Object*, PDFDoc*, Ref const&, FormField*, std::set<int, std::less<int>, std::allocator<int> >*) workdir/UnpackedTarball/poppler/poppler/Form.cc:1700:19
        >     #5 0x750727 in Form::Form(PDFDoc*, Object*) workdir/UnpackedTarball/poppler/poppler/Form.cc:1623:33
        >     #6 0x71d440 in Catalog::getForm() workdir/UnpackedTarball/poppler/poppler/Catalog.cc:1042:18
        >     #7 0x708572 in Annots::createAnnot(Dict*, Object*) workdir/UnpackedTarball/poppler/poppler/Annot.cc:7218:41
        >     #8 0x70772b in Annots::Annots(PDFDoc*, int, Object*) workdir/UnpackedTarball/poppler/poppler/Annot.cc:7128:17
        >     #9 0x87f3e9 in Page::getAnnots(XRef*) workdir/UnpackedTarball/poppler/poppler/Page.cc:405:18
        >     #10 0x8814b0 in Page::displaySlice(OutputDev*, double, double, int, bool, bool, int, int, int, int, bool, bool (*)(void*), void*, bool (*)(Annot*, void*), void*, bool) workdir/UnpackedTarball/poppler/poppler/Page.cc:611:15
        >     #11 0x880ff6 in Page::display(OutputDev*, double, double, int, bool, bool, bool, bool (*)(void*), void*, bool (*)(Annot*, void*), void*, bool) workdir/UnpackedTarball/poppler/poppler/Page.cc:521:3
        >     #12 0x88d906 in PDFDoc::displayPage(OutputDev*, int, double, double, int, bool, bool, bool, bool (*)(void*), void*, bool (*)(Annot*, void*), void*, bool) workdir/UnpackedTarball/poppler/poppler/PDFDoc.cc:491:20
        >     #13 0x5d59fb in main sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx:142:14
        >     #14 0x7f11600ea730 in __libc_start_main (/lib64/libc.so.6+0x20730)
        >     #15 0x459388 in _start (instdir/program/xpdfimport+0x459388)
        
        Change-Id: Ia808919c8d2363d616feb4664f314a77b40dfbb8

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d550f5e6b670e75907be5ea81e8fd5c0f4f67401]

        xmlsecurity: expose reason string of PDF signatures
        
        Also known as comment or description. And since then we need the hex
        decoding mechanism for this and Content as well, extract that to a new
        DecodeHexString().
        
        Change-Id: Ie260b470c951661c80c0921b5ce2aa4c461f692c

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [b3722cd9d33317c202b8492348cb4c75d02640f3]

        Missing dependency
        
        Change-Id: Ic8a97ec13613758f24996aa8a3ef8c0380cc2fae

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [1f8f140601bd654f97d0c1e6e05b3bef949ddfaf]

        loplugin:nullptr
        
        Change-Id: Id9f702b2772a23c52a9b829093d10c83a5ab3acd

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [60e264c4fd78478414278c814d51a8fe4e917780]

        64-bit Windows fix: InsertMenu takes a UINT_PTR
        
        Change-Id: Id14c9ac30d52fdeb6b9157df7f57202e94838909
        Reviewed-on: https://gerrit.libreoffice.org/29817
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [7ae079274d15ab309c9811c0b3966bed727a6afe]

        silence warnings
        
        Change-Id: I80abf5092c7d4e7b8cf75e4b79ffdb9a5e0c7580

2016-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1b4165b0f38ea4d51cdfe28b1c89c89f6ac80a9e]

        Formatting: Make this readable without a 30" screen
        
        Change-Id: I34ebbb009f682d55a5e1232b28eef56aa39a1b17
        Reviewed-on: https://gerrit.libreoffice.org/29812
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [21327496cbf98ad5199c8f65f4d42941829522d9]

        LOK: handle "EMPTY" invalid tile msg with part number in payload
        
        What's new:
        1) RectangleAndPart handles "EMPTY" payloads
        2) LOK_CALLBACK_INVALIDATE_TILES msg type with "EMPTY" payload are
        handled in CallbackFlushHandler::queue
        3) gtktiledviewer handles "EMPTY" LOK_CALLBACK_INVALIDATE_TILES msg
        even if the part number is included in the payload
        
        Change-Id: I21f4a71ec875d24f4bbd100e4aacf8437d745ae4

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [3e6c930842eea53a1faa0721c0807e07466c8fb2]

        loplugin:mergeclasses merge SfxWorkWindow with SfxFrameWorkWin_Impl
        
        Change-Id: If6cab49904fdb044d85a4fd29f79faa7b52c9959

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [11570275c601496bd709da1454cd8ffde50823e7]

        convert LOCK_UI constants to scoped enum
        
        Change-Id: Ie8a8702124ba86feda17c4371e66c3997ba3557c

2016-10-14  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a1b7231a33322bbbb8352e2cd6aeff3b473b01d4]

        profilesafe: Adapted to UI
        
        Adaptions to UI, added more modes what the user
        can do in SafeMode. Adapted locations to write
        pack information and added places where to enter
        SafeMode. Implemented basically all five
        possible user choices
        
        Change-Id: Ic5324a8f77ab434309e840949c3803e65a75c538
        Reviewed-on: https://gerrit.libreoffice.org/29785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [876fcb5461bb1fdb151a4457ccacaed6904238a2]

        xmlsecurity: expose date of PDF signatures
        
        It's a UTC UNIX timestamp, in microseconds.
        
        Change-Id: I1dad7fd6b7e68e85275219208affc890f48975d1

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [4cb720836ab03701ce508e302790c115c7808619]

        Related: tdf#101699 gtk3: get correct arrow width
        
        Change-Id: If02c598306ec6f19cf83958c4a176cafa67076dc

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [6e8dbdbe1a9d15d7e7d000e4132fd5df3fecd660]

        Related: tdf#101699 gtk3: get correct combobox and listbox arrows
        
        Change-Id: Ib2322bfda09b05925c74d93a530b9ed9fac73032

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d2081e8b61bbe982f4e0977c2b46e00ccf19732f]

        CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warnings
        
        And also address a few new warnings in sal, plus silence such warnings
        in salhelper till we can't print typeids out of the box.
        
        Change-Id: I38049146710b6885f6a874bf74eedbc38b4d4651
        Reviewed-on: https://gerrit.libreoffice.org/29809
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [faf4bf0c3e017b9caec27a1f7355c9cf636bf19b]

        loplugin:countusersofdefaultparams in sot..svtools
        
        Change-Id: Ifce19de3518f3eaf5a1b6439f9053feee4a33c14

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [e9f28d0d98fef5aff63131a8e1c3395da0a422ad]

        coverity#1371215 Missing move assignment operator
        
        Change-Id: I18732e6c7cc26c056feec0885161bffa53451a24

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [482f6261791c5467918213f63d198e19c0e7720d]

        coverity#1373663 consider backupfilehelper byte twiddling as untainted
        
        Change-Id: I13f7c3df20b3c9f81a9519b4bb84f556a8f4db7e

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [04e544dd51d9a0d3a1d19c42e1ec5dc63f7284cb]

        rename sd::Outliner to SdOutliner
        
        having a top level data structure share a name with one of its
        supertypes makes it very hard to grep
        
        Change-Id: Id5145c12c8fd9e8c8fb09897896eae0da7bfdefe

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [797bb29eacf26a0621f75c6960c5476e153911d3]

        coverity#1373664 Uninitialized scalar field
        
        Change-Id: I011810bb7f40b27f940dafaf4454f9e3ab4fd804

2016-10-14  Caolán McNamara  <caolanm@redhat.com>  [d83748d6bfaf97c686ced436506102148e796f34]

        coverity#1373665 Useless call
        
        it was always this way, so might as well lock that in now.
        
        Odd that it warns now, maybe it warned before and it got ignored
        and now the ResId changes are in it appears as a new warning
        
        Change-Id: I81c04aa4e28b280641cbfaddbb3b776928a7ad6d

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [e8e2b71ea5a8a7147dbb14990aa73a98f7abcb03]

        Fix GetMnemonicChar
        
        For one, had a (false) occurrence of loplugin:bodynotinblock.  For another,
        would have erroneously reported 'A' instead of 'B' for "~~A~B".
        
        Change-Id: I6b2e09ad0d0e132896a9f2802bf4355a25f2d296
        Reviewed-on: https://gerrit.libreoffice.org/29808
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [808d95075e557107987468f8701d67d92d2be824]

        -Werror=maybe-uninitialized
        
        Change-Id: If03aefa1582e41955b9656b4bae88731735a4660

2016-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e584bc808b634bf18ba5f7538d598e135b28f090]

        xmlsecurity: extract certificate from PDF signature
        
        So that the UI can show the correct "Signed by" and "Digital ID issued
        by" fields.
        
        Change-Id: Ied2fed480f48baf60cffb4f0ce762a726beab006
        Reviewed-on: https://gerrit.libreoffice.org/29776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e1118f1b940df9a2504a63823f93b1e609daa97c]

        Revert "Better wording in UI for in case of PDF export from Calc - tdf#90436"
        
        This modifies the text for all applications, and puts Calc-specific text in it.
        It should be done for calc only, if at all.
        
        See comments in https://gerrit.libreoffice.org/#/c/28255/
        
        This reverts commit 44a02cc81d8a23f19655ae9f67ff69bdfe683df9.
        
        Change-Id: Ia7fd742385fa0d609007f70e5116a99729224f76
        Reviewed-on: https://gerrit.libreoffice.org/29807
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-14  giacco  <filippo.giacche@gmail.com>  [b97eb74619bade81d1f14da9545f374806cfa284]

        tdf#95387 - UI: "Custom Animation" probably should be called just "Animation"
        
        modified DrawImpressCommands.xcu and Sidebar.xcu
        
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
        
        	build.log
        
        Change-Id: Iba297fc6afb04d0539e1d7fd9944a0e1f7a72d9d
        Reviewed-on: https://gerrit.libreoffice.org/29703
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-14  Cor Nouws  <oolst@nouenoff.nl>  [44a02cc81d8a23f19655ae9f67ff69bdfe683df9]

        Better wording in UI for in case of PDF export from Calc - tdf#90436
        
        Change-Id: I4d53faee7a057e9de20bbff5469a95e2797fcf57
        Reviewed-on: https://gerrit.libreoffice.org/28255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-14  Douglas Mencken  <dougmencken@gmail.com>  [78310ffb41cd00a1d0a7ab15a5c44cae02c08184]

        The logic is “ no QuickTime™ in the 10.12 SDK & beyond ”
        
        instead of “ QuickTime only in 10.8 10.9 10.10 & 10.11 ”
        
        related commits are
          a4e81b7c313e5cb0e0f23a8605502b4b0b7f599e
          bfbbbd87d33c0d51a9ff844f2175400b753ba5b9
        
        Change-Id: Ie65abb736aa11ad063edeaed798d2e03db1684fe
        Reviewed-on: https://gerrit.libreoffice.org/29268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-14  nadith  <nadmalinda@gmail.com>  [833d952a5735f5128ab4e8af0b9c60218254e3bd]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I4abcff5e1bf050bd4e4cf0695f196c418d8229ef
        Reviewed-on: https://gerrit.libreoffice.org/29778
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-14  Hieronymous  <sudk1896@gmail.com>  [dd5e0814cd3d6b1d914e3beaca07fb9cd34e3977]

        tdf#88205 Adapt uses of css::uno::Sequence to use initialize_list ctor
        
        Change-Id: Idb456f6cf0b4f3dda4b92d341ae6de59cb9879e2
        Reviewed-on: https://gerrit.libreoffice.org/29797
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [db0cb39225c5f865c199f8aa0b3fa4aa6e721de1]

        loplugin:mergeclasses merge SwTextAttrIterator with SwLanguageIterator
        
        Change-Id: Iaa9184f6145625c897fa5b919e9bf0c898b41102

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [94ea3a18829914aa76b5534f8a551ad37d59cf07]

        loplugin:mergeclasses merge SwComboBox with CaptionComboBox
        
        Change-Id: Ieef8f00cb1f6f8fb62ad385d1085e8a63161a710

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [0927bdaf6e9aa58fc443f1c011aa1cc53c8d7cad]

        loplugin:mergeclasses merge SvxListBoxControl with SvxUndoRedoControl
        
        Change-Id: I5ba9c9d970246d80bb60e27e3b703ec03376c35c

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [6bdfb757338118778b622b401d16606cf96caca6]

        loplugin:mergeclasses merge svx::ISlotInvalidator with svx::FmTextControlShell
        
        Change-Id: I828ef52bc093d3fa2946f813a2dd09ac6b34e94c

2016-10-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [2a504a24e4af5eb79bbd15773d27baedd30bdd8e]

        loplugin:mergeclasse merge ScCbWarningBox with ScReplaceWarnBo
        
        Change-Id: I7b55b036c1992b88b01b51053a3560e9f97986c9

2016-10-14  nadith  <nadmalinda@gmail.com>  [0f67b8626b326caa8c43fd7ac57be4dd59b2f281]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: Ibfb981a58e61c72f3a292dd8e72895b98502d640
        Reviewed-on: https://gerrit.libreoffice.org/29787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7ae4cedd5a80eca1ec27045a1d97f94ea457ef0b]

        replace macro with function template
        
        Change-Id: Iaa1b503c684b76f57f918285000812360ddbdc56
        Reviewed-on: https://gerrit.libreoffice.org/29791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [e35e95560d714a84da4c3a07f50de1de339ab727]

        ReleaseSolarMutexOnMainThreadContext is unused
        
        ...ever since its introduction in 29da2639353762a64673d6ae5b32a36045caa7d3
        "CWS-TOOLING: integrate CWS filepicker01"
        
        Change-Id: I2bd989e7e950bf58a8f26708f79eeed223c4fb4a
        Reviewed-on: https://gerrit.libreoffice.org/29799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-14  Stephan Bergmann  <sbergman@redhat.com>  [f74a76391cc8c41514ead1698f92037081a2e257]

        _OPENFILENAME_SIZE_VERISON_400 is unused
        
        ...since b30f91c58419e90a789f79a1391b13f2064997ab "Drop Win9x stuff"
        
        Change-Id: I4ef6b13865165c84288a77c83daf0758f5083810
        Reviewed-on: https://gerrit.libreoffice.org/29793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d800825f0d673071519846431e4113c1bd292482]

        Annotate the code a bit around EditGrowX/Y.
        
        Change-Id: Ib7ee2e4aa393b7d842aeaf0569f104eee17ea4ad

2016-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [45a7137c6796f33fbf5b8f7cb64e293260d991cb]

        tearDown/clean up solenv test tempdir
        
        Change-Id: I2fc5497b0aeadbc43e967f338a3b8718995f2a5c

2016-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bc6c26d3c1269c91f7d963fe96c01740732b094b]

        fix license, this is entirely new content
        
        Change-Id: Icf1818fb894d039eeb4e7f1306a53ac4322fa075

2016-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5cfcd6809f46e9ca3665c6f7430658e4d71af855]

        add gbuildtoide support for exes
        
        Change-Id: I320ee341651dd0c92de5176c10aa5290afea1d38

2016-10-13  Michael Stahl  <mstahl@redhat.com>  [4ea6f3c38f81df3354a2ba4abfbb12641bf0c7bd]

        Don't hard-code Library directory because of ExtensionLibrary
        
        Change-Id: I71a2e87279611a1a8f65ec86c47d26bbd5bd5f3b
        Reviewed-on: https://gerrit.libreoffice.org/29800
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fcb7ee7aad1c798157bc84e418742a42cb625ae6]

        use tempdir for test
        
        Change-Id: Ie218f87dc2f1c1b6031cc08f2027cfcf392c6c21

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2eb6605c1dcf5ea8e0521a8162d20dfe6399ec88]

        gbuildtoide does not need deps
        
        Change-Id: I806b8f445fad02e7dceff6263828fe9d8667341e

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f345e1e6e2d7f6fdbd746dfd0c91843a5ff2d10]

        remove needless cascaded defines
        
        Change-Id: Ie76dd70a6a0960ee49df6e31a171761fdaf88f53

2016-10-13  Maxim Monastirsky  <momonasmon@gmail.com>  [55d028488580c5835682188cb8d23e5fe4dcb424]

        -Werror=reorder
        
        Change-Id: I827911df1bc379a0f0e303a15d44b30309a8bc04

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fed75d1009635ab6aea146df43aabcc3c584bd1a]

        Make the Emoji control experimental
        
        Change-Id: Iedc9bae0649fe316f3d958abd78bf0dc4e9190d1

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [dad3e93a781165a124180d1f17c63a0e22f7a56e]

        Improve formatting
        
        Change-Id: I088997f51b6ed5131dec706f52b568671605d6e5

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ac20f98e498439b188a69e590336fc7cd6866b38]

        Don't add experimental commands to the Menu
        
        Change-Id: I76b1c745d4c4d99f3a0a8d7573f1beae99503ef9

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1a848fb9b55eb1748ef902c8ec71a6576294aed5]

        Don't add experimental commands to the Toolbar
        
        Change-Id: I1c1eb33f938bf8d6acac13dfe0a2119a4967e2a1

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0cd2250b7c3e0cfed297590f0cb07dab4c8df1d4]

        Add IsExperimental method to CommandInfoProvider
        
        Change-Id: I827ae6db25a1df9f25b58ca122e39dc9cb4b0652

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [08d7ffcd442c5f02b4ceb068d308a26b04e41d29]

        Mark Notebookbar and ToolbarMode as experimental
        
        Change-Id: I5c1e440e754419bbebcd594b1d9fcfcf7712860e

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d9f8ea556cddfce334ce96046b93ab69d96e6c30]

        Add experimental flag for Commands
        
        Such marked commands should only be available when experimental features are active
        
        Change-Id: I4ef922f0261adc193d46ba287073d67910222f51

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8ce70a7e267bf45aa5eaae203ee26ad3826e91a8]

        Remove unused toolbar:text define
        
        Should not be used anyway since it's not translated
        
        Change-Id: I1b571be013208e2fae679fc7c4978084067f9519

2016-10-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [d8257535e348fa0b0a5c269d1aafa710585421d6]

        tdf#102742 fix wrong results for MOD function
        
        ScInterpreter::ScMod has been largely rewritten and
        a constraint check has been added (numerator != 0).
        It appears that integer values of arguments cannot accurately
        determined nor converterd accurately to int values, so no simpler
        (faster) treatment for integer values.
        Updated test document.
        
        Change-Id: I3af60d93019b212ce7c03eea48b509bfbc713cf7
        Reviewed-on: https://gerrit.libreoffice.org/29365
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [1c9096dad7dc2ee25d9ebe16ab02d5caba5f8a79]

        Resolves: tdf#103051 pdf export assumed 1bit bitmaps were N1BitMsbPal
        
        Change-Id: I2268d8b74f187d07f161f42cc9530be3ebbc86d0

2016-10-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [fb790880eb11552b2e7d1dcf6c09d2663712290f]

        tdf#94635 follow up; handle linear data properly when samples in period
        
        are to be calculated by function.
        
        Applies to all FORECAST.ETS functions with argument period_length having
        value 1.
        
        Change-Id: Icb5a0288670321caf0dd5b70bee4b8811b9ba4a9
        Reviewed-on: https://gerrit.libreoffice.org/28923
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-13  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [7d5d5e6e9b67807560a7db4123e8b41cc0f70a32]

        tdf#103143 Fix importing number of characters from docx files
        
        Change-Id: I45429626f7299f84fda2969dd6000c8aa8d23982
        Reviewed-on: https://gerrit.libreoffice.org/29721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-10-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ad707a3dafd020949cfd94098dc51c69466dafb8]

        tdf#94635 follow up; correct handling of double x-values in case of
        
        month intervals.
        
        Change-Id: I310d8d127d6b9ca571200ba8974a980430d69eb7
        Reviewed-on: https://gerrit.libreoffice.org/29076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-10-13  Matúš Kukan  <matus.kukan@gmail.com>  [22b0c09f8463b9c6cceb9e2c3addcab79d42aa0b]

        tdf#74608: Ctor function for css.comp.uui.UUIInteractionRequestStringResolver
        
        Change-Id: I42c0c2cc8797647aa9dd676034137a1430e42fee

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b6f7f38100c9c9d799756ffddbf281bf49364f4]

        xmlsecuity: show PDF signature in the doc signatures dialog
        
        It doesn't actually show any details yet, but it shows a selectable
        empty line, to be filled in with details.
        
        Change-Id: Ib35f13e5c779fe1a28933c1a0761682e9f5de62d
        Reviewed-on: https://gerrit.libreoffice.org/29775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [52c79bbd1b4c58124738b59214a3f2b111ff0191]

        tdf#102328 Add constraint for argument X in Calc function GAMMA.DIST.
        
        Change-Id: I5702cabac8f1e331072acfe25581569f3b7f64cc
        Reviewed-on: https://gerrit.libreoffice.org/29148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-10-13  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8974b0fafb18f9dd3f2c0e175a3255b80e4c249e]

        LOK: Calc: in the numeric content case, the used alignment can be wrong
        
        -description: in the numeric content case, the used horizontal
        alignment can be wrong when input content goes further than the cell
        border;
        
        - reason: (very odd) bMoveArea and nEditAdjust are global variables in
        viewdata.cxx instead of being data members of ScViewdata;
        
        - solution: now bMoveArea and nEditAdjust are data members of
        ScViewdata.
        
        Change-Id: I58a4ec26ca290fd328ef28a92c3c590462c7231a
        Reviewed-on: https://gerrit.libreoffice.org/29628
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29661
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-13  Yousuf Philips  <philipz85@hotmail.com>  [5a5b83b102ac84eb6013cd5383075493c5bcd8ba]

        tdf#103170 Remove button labels/tooltips and enable font controls
        
        Change-Id: If4720ef1bc934bdfda20ebe7a5d612eca0b2d9e5
        Reviewed-on: https://gerrit.libreoffice.org/29747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [92bdea77195a23bc768cb411bf9d5e7113a02815]

        delete emoji autocorrect entries that conflict with entering time
        
        entering 9:10:23 would trigger unwanted replacement of the :10: in the
        middle by a clockface..
        
        fixes the partial (and accidental) revert of
        681d5fd37e469491268d40147c621187dc6f4b95 done by the last update of the
        emojis in b36479dab027473b6a17d6a729e9d924ae24c4f1
        
        Change-Id: Icb70f2df90e573043fb60f5c4c7cd5f74f61b71b

2016-10-13  Gulsah Kose  <gulsah.1004@gmail.com>  [19dc5d725791388f1b7b17af2e48b0abdf8990bd]

        tdf#101390 Add "Diagonal Line" command to the calc arrowsbar.
        
        Change-Id: I1e29cd9a63424771576d1a5a47558d30faf53dda
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29769
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-13  Gulsah Kose  <gulsah.1004@gmail.com>  [c3f95221b83f2302778e315330ff8ccf2998a397]

        tdf#101390 Add "Diagonal Line" command to the writer arrowsbar.
        
        Change-Id: If21ea239289b985e6a7cea717b41e073bc591c62
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29768
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-13  Eike Rathke  <erack@redhat.com>  [ab32758ea8378b56df04fb2a47791e0379adb5a2]

        upgrade to liblangtag-0.6.2
        
        Change-Id: I315d9bcea575920b718da46007bd7500d6cca9c2
        Reviewed-on: https://gerrit.libreoffice.org/29777
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4eed1d85339f7f7572d5ddff543df447d4411e49]

        sfx2: initial PDF document signatures dialog
        
        This just allows the menu entry in Draw to reach
        SfxMedium::SignContents_Impl(), and then call signDocumentContent(),
        which shows the dialog (where the signature itself isn't visible yet).
        
        Do this by not assuming a ZIP-based storage at various places when we're
        not working with an "own" format.
        
        Change-Id: I030d0f636d1aab98369024f3f10a975ea2786d59
        Reviewed-on: https://gerrit.libreoffice.org/29774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-13  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f8857f30cbf7124ca01355f32998c11cb1843950]

        Related: tdf#90700, fix the link validity check in ww8 sw filter
        
        As written, it would never have worked with http links.
        This function seems only used in DOC import documents.
        
        Change-Id: Ibc02f41245ea4c9e9155fc838e67404b34c5fa8f
        Reviewed-on: https://gerrit.libreoffice.org/29772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-13  Jean-Pierre Ledure  <jp@ledure.be>  [3cac16941b775e02159af75d9b390b7dcc08d7ec]

        Access2Base - CopyObject applied on tables belonging to different databases
        
        So far, only tables belonging to the SAME database could be copied.
        Copying tables between databases from different sources (HSQLDB 1.8/2.3, MySQL, PostGres, Sqlite)
        is admitted.
        Field type conversions are in this case based on empiric rules.
        A case study based on getMetadatInfo() is available on request.
        
        Change-Id: Iae4ea7c4df4799cde3c8f973746513bad56246d8

2016-10-13  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5f55b7d00a70db5dddaa0e74ccef52c021770f95]

        profilesafe: extended to three modes
        
        Saving configuration is now extended to three
        basic modes, from just saving registrymodifiications
        to adding user-defined config stuff to saving all
        information in the user profile, additionally
        configuration information for Extensions is saved.
        Added configuration entries for this and tested
        saving/restoring.
        
        Change-Id: I79b09c37617803bf656826f76a7e3db79cda49ac
        Reviewed-on: https://gerrit.libreoffice.org/29770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-13  Asela Dasanayaka  <rukmal.tb@gmail.com>  [83cc9a3fae1cf8fa8b6753d1db8ccf7226797613]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Fix a bug on connectivity/source/drivers/ado/AResultSet.cxx
        
        Change-Id: I164732100ff3bdc4e73f80e2495610cb53581b0d
        Reviewed-on: https://gerrit.libreoffice.org/29758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e78b5e9861de1549c3ed889821e67931d92424b7]

        CppunitTest_xmlsecurity_signing: add PDF tests
        
        3 cases: a good and a bad signature, also a document without a
        signature. Disable on Windows for now, as the non-NSS part in
        PDFDocument is not implemented yet.
        
        Fails without e.g. the previous commit, due to not initializing NSS
        properly.
        
        Change-Id: I3f100bd035ac899db22001b2744d1cb3abe5beaf
        Reviewed-on: https://gerrit.libreoffice.org/29764
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-13  Hieronymous  <sudk1896@gmail.com>  [6956e3379b0c7bd8fc9e822fd58a71f038084b6d]

        Improve UNO error reporting. Make exceptions more descriptive.
        
        Change-Id: I7f7462d2fe2fa29361fd51871bf43bcc5e817944
        Reviewed-on: https://gerrit.libreoffice.org/29771
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [c12e14d19f86be8555f6262d138cf0776f2c9b56]

        Resolves: tdf#102999 get_selected_printer is transfer none
        
        gtk_print_unix_dialog_get_settings returns a new GObject we
        have to unref, but gtk_print_unix_dialog_get_selected_printer doesn't
        add a ref so dies along with its parent dialog.
        
        Change-Id: Ie5f8ecd83f5cc2c13e4a8c3ba292ffa381f9bdf5

2016-10-13  Eike Rathke  <erack@redhat.com>  [b086fd9923e69b7494fd70e8f62b16c83837f7e6]

        approxEqual: check isFinite()
        
        Necessary as all comparisons involving a Nan evaluate to false and the
        assert() in isRepresentableInteger() was hit by crash test documents
        where approxEqual() was called with a least one Nan.
        
        Change-Id: I9e8f41c36c0cf14cabf47c3df773c601d32682d6

2016-10-13  Gulsah Kose  <gulsah.1004@gmail.com>  [042a7fc229c44fcb7a0c009a1b7f5d34913f8c12]

        tdf#101390 Add "Dimesion Line" command to the calc arrowsbox.
        
        Change-Id: I00a324dd0a27dbcf598e83d2a6cc857ab7b7d6aa
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29716
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1ffc0ddfef403bd7cae3e43a4af368a4db7cc9f7]

        Add windows start menu entry for Safe Mode
        
        Change-Id: I66ad4c5e5a8f338d741e1f21cb927b00038e3f28
        Reviewed-on: https://gerrit.libreoffice.org/29755
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fe910e4861a7911c6d286258a30954e715653ac]

        xmlsecurity: use common NSS init in PDFDocument
        
        The custom code took care of NSS only, the shared code will handle
        mscrypto as well.
        
        Change-Id: I73b904d2e0750d2d847eaaf1ac2b02d41b37d357
        Reviewed-on: https://gerrit.libreoffice.org/29763
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-13  Takeshi Abe  <tabe@fixedpoint.jp>  [7da303f371c4bcfd8bde284e47a7e2d20c6cb719]

        sw: Remove inheritance from std::vector
        
        Change-Id: I1b0e42149a91d9e92d227659147584beb27a5704
        Reviewed-on: https://gerrit.libreoffice.org/29753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-13  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [97cc70d7285526ae2ee3b3bac425eb031c4c0321]

        tdf#102499 (7): Caching connect timeout or cannot connect.
        
        An unofficial HTTP response status code is defined and used
        internally in LibreOffice WebDAV ucp provider in order to
        catch either the DAVException::DAV_HTTP_TIMEOUT state or the
        DAVException::DAV_HTTP_CONNECT state.
        
        Change-Id: Iec4927d18ace5384fed16a7ec2a2620dc8305c5b
        Reviewed-on: https://gerrit.libreoffice.org/29757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [162569e8c28d6519b73ccb4638cbd732103c8ef4]

        Updated core Project: help  0f18a22ab657aa080900ecb6d851da0e27bd6ca3
        
        find-invalid-help-embeds: Fix link to toolbar icon
        
        Change-Id: I1eeacd63cac6820a3ee118bbdecf9dc02393917b
        Reviewed-on: https://gerrit.libreoffice.org/29766
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [a7e395f3975a326a278eb99dbabb0030e4335009]

        loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdr
        
        Change-Id: Iea2241d9fc44b92e18101b3f367a643f03729183

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [7bc5d17be6317e660f5f7a668bde967bfa8c0ff8]

        Updated core Project: help  c75a1cde49dde5d78b2e640b382fbd3c1d103be6
        
        find-invalid-help-embeds: Fix embed section names
        
        These were changed related to tdf#92825
        in I707e1daa263acb5a09a6a90e745a619f9dd67388
        
        Change-Id: Ia8bbb07103a6ca947eeda69d1acf83d117b99284
        Reviewed-on: https://gerrit.libreoffice.org/29765
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [17ec3b96dee28b148773aa1715634171deaa0297]

        pass params to Outliner LINK callbacks on stack
        
        instead of yuck..cough... on itself, which is horribly vulnerable to re-
        entrancy
        
        Change-Id: I8f3d6d39ee50fd36b56b431978cf6c2499c375a6
        Reviewed-on: https://gerrit.libreoffice.org/29756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [703f697b22ddfdcceed955d37e75db2299f5b120]

        Updated core Project: help  a2e692fc4eeeb04fb0664bcac58f3e5dba9164cd
        
        find-invalid-help-embeds: Remove links to deleted file
        
        Not like these files don't need a complete rewrite anyways,
        but even until then get rid of the annoying D'oh! errors
        people filed in tdf#71039, tdf#91295, tdf#94133, tdf#98910
        
        Change-Id: I0c536462a6a57ec35a68b47645ea76f9b17917ea
        Reviewed-on: https://gerrit.libreoffice.org/29762
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [37032af03bda756c75df02a024c8f683964c1127]

        Updated core Project: help  7bb91cb93d20ba6bb896baf2c7b6df21f17ba368
        
        find-invalid-help-embeds: Fix embed section of nonprinting chars
        
        Change-Id: I99e4ab4c5fb9b04f8fff4097c9eca8d974d7f69b
        Reviewed-on: https://gerrit.libreoffice.org/29761
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [37aa977b72167dd3cc1a7b8b2bee309799232208]

        Updated core Project: help  ff07ad6aec24f56189edc0d5ab708f27b5a52c5a
        
        find-invalid-help-embeds: link to an existing variable
        
        This one describes the whole window, should fit in here
        
        Change-Id: Ice45abf68e98560c7ba97f55730c7518f9e7c3c5
        Reviewed-on: https://gerrit.libreoffice.org/29748
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [96d0aa8ca4f841fd5217b863b976c81959e4aca9]

        Resolves: tdf#103166 if the menu is empty, add a disabled placeholder
        
        i.e. <No Selection Possible>
        
        otherwise it looks like a bug of some kind.
        
        Change-Id: Ib35146698c31fd3f3d51915ea460eab1dde39d26

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f613adbfa44fb92e84e73a3fa7ea050c072944c]

        xmlsecurity: add initial PDFSignatureHelper
        
        This splits most of the PDF signature code out of the pdfverify
        executable, and puts it into the xmlsecurity library instead.
        
        The PDFSignatureHelper now attempts to verify PDF signatures, and code
        in sdext / sfx2 also calls it (even if PDF is not a ZIP-based format).
        
        Change-Id: I7b8b3ac9c976e4ea4f3796b1cda07c8a2c97bd02
        Reviewed-on: https://gerrit.libreoffice.org/29751
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-13  Gabor Kelemen  <kelemeng@gnome.hu>  [3461c9d7a2fe7e8196d455ea2d7feb8a684e945e]

        Updated core Project: help  3e10266d2bfb851c82decbbb2ccaf5a638839b6b
        
        find-invalid-help-embeds: Fix Printer Setup embed in Impress File menu
        
        Change-Id: Ib8696aa583f4c66a1d4b59b476ea8a2044215a26
        Reviewed-on: https://gerrit.libreoffice.org/29749
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-13  Asela Dasanayaka  <rukmal.tb@gmail.com>  [4f0f1b6b5554f49dfe8cca1088d3e5b342b4fd2a]

        tdf#96099 Reduce no of typedefs used for trivial containers
        
        Removed various pinter typedefs in idlc module
        
        Change-Id: Id850558a4550085d47a5e1122b1ce871f15956f2
        Reviewed-on: https://gerrit.libreoffice.org/29754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-13  Stephan Bergmann  <sbergman@redhat.com>  [c236c8e88a6d3e30cc4acc9108cbce018ca872cc]

        LoadLibraryEx returns null on error
        
        Returning <= HINSTANCE_ERROR (aka 32) on error was apparently a feature of
        LoadLibrary in 16-bit Windows 3 times.
        
        Change-Id: Idf9fbd84ac1fadb67449968b65cd5e8e391a39f2
        Reviewed-on: https://gerrit.libreoffice.org/29752
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [a8fa87913f61ffbb67e224366d865ffe6ccfff86]

        move pseudo bitmap resources to an ilst
        
        Change-Id: Ib649db6620c83a42e96ca45e4a5018fdff74286b

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [f1bb456e60f208ff5c422f025fe2e4f3404d8bb4]

        no need to inherit MenuResource from Resource
        
        Change-Id: I17a6e456de50841173e356c620b4c9f67b945574

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [15cea705426e9c58b034a8d9ac8d1e3802b4cc74]

        no need to inherit SwOLENames from resource
        
        Change-Id: Ie7a51c8af7834b4d59a5a94e808ccac7e63e3aa4

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [32675bd4f19c8a62f83f32ec3e5867f4d20755bc]

        flatten RID_LOCALIZED_NAMES by a level
        
        Change-Id: I5e6fe76d01b82ff6d9f7fde06f4349d54493bf1b

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [06609e714f2cb43ac3dc888611ec67af4f4a4773]

        drop unused SID_UNKNOWN resource
        
        Change-Id: Ib12078ec72a61b44339799053cc43a53ba82bba3

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [678dbe8f8197815919d7179c2eba17679942fdaa]

        unused src file
        
        Change-Id: I89c57286f09fdbec25d1ee5eeabe9b4ee9ef83e0

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [6db89521e2631434fbfa8b0779d6a93e512863f9]

        flaten array of stringarrays by a level
        
        Change-Id: I44dfe258f2220c5063b1177b67dbef71608ecef8

2016-10-13  Stephan Bergmann  <sbergman@redhat.com>  [d2d034010950c2737bc57c26dbad8cf96cd53a5f]

        Use updated vim mode line also for legacy-infected code.
        
        Change-Id: I548cf17fe2818e8c0fbb4dc356bff7abbe7cc7e6

2016-10-13  Stephan Bergmann  <sbergman@redhat.com>  [0e005d4354ba7e9819a350177873b3b7dfcead53]

        loplugin:unreffun
        
        Change-Id: I5f19ba3aa94bbe6b69026273208d6b53dd846211

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [da47c37c59ce8ce8c56f396ec79361c19b4bdb51]

        installoffice{,_impress}.oxt seem to be long dead code
        
        Change-Id: Idf11c19d861a95e0f4a0a2d9c7c7cd8739e71282
        Reviewed-on: https://gerrit.libreoffice.org/29745
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2061f85bf4d3d005668c3192589f0d242a49a36]

        add initial json export for gbuild data
        
        - also add gbuild selftest to test this (and possibly more later)
        
        Change-Id: Ia4ef41095613e596f39d107df700e929579ba45f
        Reviewed-on: https://gerrit.libreoffice.org/29744
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7f77e6840d73c890e9cd0a94cab32b25d77883ae]

        add a testbed for gbuild
        
        Change-Id: Ie6e54c291f92dfede113a1d0fa20771482d93605
        Reviewed-on: https://gerrit.libreoffice.org/29743
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [59ee2791e6c2640666dde6421db4f9b7964077ed]

        drop unused RID_RSC_BUTTON_IMAGES resource
        
        Change-Id: If85a3491c3cb6ebb05a82e1c732083d99e91d6e8

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [15f5fdef976ac2a2fc7192ce7cd4324e0820a2ed]

        move this monstrosity to the last place its used
        
        Change-Id: I4691f20143406249afc8da1a6dfa901224f4a62d

2016-10-13  Caolán McNamara  <caolanm@redhat.com>  [170cf525e4b070a57e2e389a98a1973521c3a9e7]

        remove (yet yet another) StringListResource implementation
        
        Change-Id: Ifaf89badfc339f8253a629c6960df8a943b8cce5

2016-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [192edafdd0e0ce38665d14022b4511eba1a9c954]

        sw: remove useless debug code in SwTextMargin::CtorInitTextMargin()
        
        Change-Id: I15bde2652ca39c2ea43036557c36b77c5ead0d32
        Reviewed-on: https://gerrit.libreoffice.org/29750
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-13  Maxim Monastirsky  <momonasmon@gmail.com>  [9125a4f3f63a7f49fd307908c181e999120063e0]

        Use FeatureStateEvent directly for status updates
        
        ... for SfxPopupWindow and SvxColorToolBoxControl (the
        latter shares BorderColorStatus with SvxColorWindow_Impl,
        so it was easier to convert it too).
        
        Change-Id: Ifcb23fe5809e467322d1cf4d790420886ac79b47

2016-10-13  Maxim Monastirsky  <momonasmon@gmail.com>  [f1bae1b5c0ba7949f6a91ba938be18589f9accaa]

        This comment is no longer true
        
        Change-Id: I5ad9bcba65f1f467f230fe05dff725c474c75494

2016-10-13  Maxim Monastirsky  <momonasmon@gmail.com>  [a7a048f9a2ee1ef88eec0b02d44a94562788aa8a]

        SvxColorToolBoxControl: Some cleanup
        
        Change-Id: Iaf908b0c2456a239e343d0fcb89a2ba163b74010

2016-10-13  Maxim Monastirsky  <momonasmon@gmail.com>  [670dc7515046dbb1c3574329fe22721d81e9a15e]

        SvxColorToolBoxControl: Unify members prefix
        
        and rename bSidebarType to something more sensible.
        
        Change-Id: Ia41afe4ecc3068394cb41cc4c3caddce59905103

2016-10-13  Mike Kaganski  <mike.kaganski@collabora.com>  [fa368c4eba7406b66623374cea69d9f59db1fb18]

        tdf#91299: always use normal dates in comments (no "today"/"yesterday")
        
        because if printed, these relative dates don't allow to know the
        real dates.
        
        Change-Id: I791214d727eee460dafeec2b7103f625ec08655d
        Reviewed-on: https://gerrit.libreoffice.org/28698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [62456ee20622eef8a3f5894946b844d1a9cc699e]

        add DECIMAL test case
        
        Change-Id: Ia39837e0bf92008a7aceb97afd2f657c46287514
        Reviewed-on: https://gerrit.libreoffice.org/29700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [8fce16fb573506c24aa06e86b476fa6f42ea60b9]

        convert SvxPageUsage to scoped enum
        
        and expand out the bit-tricks some of the code was playing to make it
        more obvious what is going on
        
        Change-Id: I9c98334393b939b1d900425f6133556ce88247ae
        Reviewed-on: https://gerrit.libreoffice.org/29734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-13  Justin Luth  <justin_luth@sil.org>  [b39feae4f12b07a0fdb2c8c2a48d5aae613cd7c9]

        tdf#89317 ww8export: don't corrupt table with postponed text
        
        at least two unanticipated problems were seen when outputting text was delayed
        inside of a table context. When a fly anchor is at the end of a cell node,
        the cell was not created. Also +Fkp: selber FC mehrfach benutzt
        
        avoids regression caused by 80fd9fb7209cfd5c0622ee99d59e42e6db32f021
        
        Change-Id: I94482d59218800c04f59c777f28356e8a6264087
        Reviewed-on: https://gerrit.libreoffice.org/29706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [62223f9a8a4d069b34e37ad0c1bf5b73916a646e]

        loplugin:unnecessaryoverride
        
        Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae
        Reviewed-on: https://gerrit.libreoffice.org/29656
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-13  Stephan Bergmann  <sbergman@redhat.com>  [14a7ac2033273fdddfb9748d5fa1e1c0f25b64ca]

        SOCKET_USE_AUTODIAL is dead code
        
        ...ever since 010f71130b0d55079d01fbda38d45901de98b133 "INTEGRATION: CWS sal01:
        #105958# Remove usage of wininet.dll autodial functions" wrapped its central
        code in
        
          #ifdef SOCKET_USE_AUTODIAL
        
        instead of removing it properly.
        
        Change-Id: I4c077c71ce8eda3a3f8b83286178d0d7907a6e02
        Reviewed-on: https://gerrit.libreoffice.org/29742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-13  Justin Luth  <justin_luth@sil.org>  [a9afa89e953f0f32acf26b143717e7d067cbc75a]

        move round-tripables to ww8export
        
        This serves two purposes. It helps to prevent regressions
        and it allows focus on features that still don't export properly.
        
        Change-Id: I63ed43bccb2279f889474611ce436e85374e6bc5
        Reviewed-on: https://gerrit.libreoffice.org/29704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [66b67f40a7785f08ae214e62b669e001148b474c]

        ADO: return correct css::sdbcx::CompareBookmark values
        
        css.sdbcx.XRowLocate's compareBookmarks is documented to return values from the
        css.sdbcx.ConpareBookmark constants group, which has LESS = -1, EQUAL = 0,
        GREATER = 1, NOT_EQUAL = 2, NOT_COMPARABLE = 3.  So in case of equality return
        EQUAL (0) instead of sal_True (1).  And, in the MS SDK's adoint.h, the
        CompareEnum enum os defined with enumeators adCompareLessThan = 0,
        adCompareEqual = 1, adCompareGreaterThan = 2, adCompareNotEqual = 3,
        adCOmpareNotComparable = 4, so mapping from the latter to the former needs to do
        -1, not +1.
        
        Change-Id: I6643da31f326e38153e4ebab9e680b33a6854918
        Reviewed-on: https://gerrit.libreoffice.org/29735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [570669631359021a8ad420753c87bcf4419d06cd]

        Related: tdf#92776 set parent style of notebook to toplevel window style
        
        Change-Id: Iec16b2617c82c363a540f967f66c514b5b2b104b

2016-10-12  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [1ca68d386bc0345240bf288bec023faaba2e07af]

        tdf#102499 (6): Cache OPTIONS if not present or if lifetime different
        
        Add the OPTIONS information and response status code into the cache:
        - if the OPTIONS information is already cached, update the cache only
          if the lifetime is different;
        - if the OPTIONS information is not cached, cache it.
        
        Add some new functions in DAVOptions to support the change and remove
        a function no longer used.
        
        Change-Id: I2f28f0ee793ec7d898caa61cc0a4962334e6e068
        Reviewed-on: https://gerrit.libreoffice.org/29733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-12  Eike Rathke  <erack@redhat.com>  [16fd5a6e7dbf7dabc1d8c53cd3aa6c1a50ff7892]

        propagate original named expression error, if any
        
        ... instead of substituting with NoName error.
        
        Change-Id: Id80f46f0f4c17a0fd06abdf821d1cf5ca5d7a3ec

2016-10-12  Eike Rathke  <erack@redhat.com>  [c31fe18cb50724557a9b8272329addf5f818ef47]

        use isFinite() instead of !isNan()
        
        ... to cover (theoretical?) +/-inf values as well.
        
        Change-Id: I23ab17f905bbd32345b88bea87ad6f010a5406ad

2016-10-12  Justin Luth  <justin_luth@sil.org>  [d9280e97c6e7b27742f26930af56b39a7d4edd75]

        tdf#103159 allow compiling on 12.04 systems still
        
        "An uncaught exception of type com.sun.star.xml.sax.SAXParseException
         [internal line 13]: Namespace prefix manifest on file-entry is not defined"
        
        regression from 3aa52d36824d11b8774de15708fdfcbb93cd9dc3
        which states that "initialization parameter to FastParser will turn off
        the namespace declaration missing exception."
        
        However, although it doesn't RAISE the exception, it doesn't prevent it
        either.
        
        Change-Id: I26ea02444132e5370dcb4821a75181bc8c76e553
        Reviewed-on: https://gerrit.libreoffice.org/29731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-12  Eike Rathke  <erack@redhat.com>  [d3645961d98ce9f0cfb1ef7f0aba7bf020b90945]

        create NoName error token instead of setting error at the token array
        
        ... when handling name token. This can happen when importing BIFF .xls and the
        original range is not present in the document. The document is broken, but such
        formula can continue to work if the range expression was not actually executed,
        for example IF(TRUE(),then_good,else_bad_range) where else_bad_range is #NAME?
        error.
        
        Change-Id: I823ac89115418cf5069b2baf5c5de2c814319ae7

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [c76f90da1c54cd497c6dce6bdaeeb919f2cbe82b]

        loplugin:unusedvariablecheck
        
        Change-Id: I945e4d4a3848886c061b7a29bd277a1e6c6a7505

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [7f5d27a7a7d51282bc816f945bbe7f8df25b0e6c]

        no Browse is loaded from .src anymore
        
        Change-Id: I72e87433fef1a27c6bcac2746d9d366335797800

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [bac147271317c883bf36dbe41d09036f627e005b]

        warning C4018: '<' : signed/unsigned mismatch
        
        Change-Id: Ie326f95e165ffd0988bc5aff76370b8e86d158d5

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [f9a0f120a0939a71f6bcff32e6e9d2502f240093]

        no EditBrowseBox is loaded from .src anymore
        
        Change-Id: I70c4cfa85a4a4379ee80e73066193676ca83b5b0

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [18a4aa3f70419e3b51a324912d0444eecf92dbd6]

        SafeModeDialog: Remove flag also when exiting
        
        Change-Id: I5d1bf17ace062f07287d3b3427eaab144ea7c0f8

2016-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [53bba96ac0c76e2971532d13a09d9fd90b3299c7]

        xmlsecurity: add initial Executable_pdfverify
        
        We have code to verify ODF and OOXML signatures, this adds initial
        support for verifying a PDF signature.
        
        Initially this is a standalone executable, need to turn this into a unit
        test + hook it into sfx2 in follow-up commits.
        
        Change-Id: Ideb5ec63f761c74fd4527cf1766b0aa739e275ee

2016-10-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d79ac386cd959eacd25a0e0afbc0e995b08eec18]

        Removed by-error-pushed desktop/source/app/app.cxx.orig
        
        Change-Id: I87a25028b82f7f6d107b2b234e20a9af6382d113

2016-10-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [2ee2757f152eadd880f222553daf253d98d31efa]

        Avoid one more crash on switching to pattern tab
        
        this one happens when selecting Format > Area with no shape selection
        or in Draw's page properties dialog
        
        Change-Id: I20c94d4ac0c0ad20a4ac3f28275d1ca7f9ccdeb9
        Reviewed-on: https://gerrit.libreoffice.org/29726
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [8215167bac4f34a2f1432ab247c8984d8f448372]

        de-src RID_DB_TAB_EDITOR control
        
        Change-Id: Idba73ea9bf2486d40b24e59bf6f1f5092ec70558

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [d1a6aea1dab9b0b5bf914dd3644e5279598c1f10]

        de-src empty panel placeholder widgetry
        
        Change-Id: I99a292cd76f40159f12cb98b362559e4109121c3

2016-10-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5f1a338d54966f77e8aef2c77e5d01260f2f5bbe]

        profilesafe: Multiple adaptions
        
        Added own directory in User config to where the
        saved content is written and taken from, adapted
        to also handle ExtensionConfiguration, changed
        point for creating backups of configuration to
        doShutdown, create no configuration when a restart
        is triggered (untested configuration)
        
        Change-Id: Id7a96195b765842c31cacf81cc08d2965a205281
        Reviewed-on: https://gerrit.libreoffice.org/29729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [802f2a420859f6787c86a960aa331245423d5820]

        Don't allow O[U]StringBuffer in string concatenation
        
        ...as
        
          OStringBuffer b("foo"); b = "bar" + b;
        
        doesn't work as one might expect (see the mail thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2016-October/075464.html>
        "concat of OUStringBuffer".  That feature was LIBO_INTERNAL_ONLY, anyway.  And
        of the affected places, MethodDescriptor::getSignature
        (codemaker/source/javamaker/javatype.cxx) was the only one that would actually
        have benefitted.
        
        Change-Id: Ib84266f43e40c42c2e428f0c0616db8cfa90adff

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [e510e9893d5ce99c8dfa9478d6972469fcc339d2]

        de-src silly RID_TLB_MACROS resource
        
        Change-Id: I0b1bd13b1d8408c2b8d83411beb36615612ddadc

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [1b3f3b75743f00d9e2b62446fc527b04abe0ea3b]

        remove (yet another) StringListResource implementation
        
        in favour of ResStringArray
        
        Change-Id: I2d919bac0143d35f594ce2f4adad69b81d1bcb87

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a8030ce8be1c6d7dca9159374fc875c7165b6e41]

        CrashReportDialog: Enter safemode only after sending crash report
        
        Change-Id: I2c78431f839050ca74b082f7c790d0c59fba6513

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a9b56780cec06ca9545b2ba554e405fe061fed57]

        SafeModeDialog: Enable restart button only for active selections
        
        Change-Id: Ic5c9d1a0001e8324aa007c3f7bc0e58e13afbbbf

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9e30dcd46d2ad31be6a9dcafaa6505e8301b8694]

        SafeModeDialog: Handle restart button event
        
        Change-Id: I6b55f79ea153aaeb8b67879bdafb6774fd91455c

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d1f01dd44813af7a10523b4d4a5171bcb12a8f5d]

        SafeModeDialog: Handle quit button event
        
        Change-Id: Id24e9cb526bc0143a663e8d39a5dda59f929f8bf

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [ad067cb0c7a5fc0bb31b87e54effe6e335d129c9]

        remove StringListResource in favour of ResStringArray...
        
        and turn local resources used as lists of strings into
        string array resources
        
        Change-Id: I9d67a790659963bca87aacba1c052d7b244b4e21

2016-10-12  Gabor Kelemen  <kelemeng@gnome.hu>  [dca5f8ad026115089620eab3fb361d9ea2f4c507]

        Updated core Project: help  75f5e0c62da711669d59f572c217b66a3f791b23
        
        Script to check the validity of embed tags
        
        This script looks up <embed ...> tags in helpcontent, checks whether the
        referenced file and id exist, and prints a warning if either one does not.
        Execute from the root directory of the helpcontent2 repository.
        No parameters are used.
        
        Change-Id: Ic20bcfb1db398067231141b9af69c45590e1d452
        Reviewed-on: https://gerrit.libreoffice.org/29732
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-12  Yousuf Philips  <philipz85@hotmail.com>  [4ceadf4504d572ef9c75b452965c058678b9c7ce]

        tdf#70979 make conference proceedings strings unique
        
        Change-Id: I8386651390ba753108577ced29050585b72c5e78
        Reviewed-on: https://gerrit.libreoffice.org/28813
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-12  Andras Timar  <andras.timar@collabora.com>  [19a6070b48abbd7450ddccfc8af809cca83781bf]

        Updated core Project: help  d0edb8833eae3f76869e8718c380e491f1d23419
        
        remove old dmake related helper files
        
        Change-Id: I71dc2ef7dfdbcfaf82e4ae3875fef7de62db0e64
        

2016-10-12  Andras Timar  <andras.timar@collabora.com>  [f17e022961b8d8eeec87ebafbe6a743097a603a3]

        Updated core Project: help  988ace944d9ec4991d7aa5fe22455fe9024e9aaf
        
        remove misleading old README
        
        Change-Id: I31da2e48f6080db0949fafe482e237ead8bcaca4
        

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [b7e8d6aacc58ba328e9a33a651fa3f570d404928]

        turn this into a more natural StringArray
        
        Change-Id: Iaf3773608c30dc291cf65a4bc8c282b9f15ee04b

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [56f84749b8fd51963a50c5bf069f62b70c9494d9]

        de-src CustomPropertiesTypeBox widgetry
        
        Change-Id: If98c76ec38708b73158456f4a2c93b5afbe825cd

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [f8897e4ed69d5620ae70ede2ecf0790828e4f759]

        reuse CustomPropertiesTypeBox for SFX_LB_PROPERTY_TYPE
        
        Change-Id: I83195b6927bf11c6695b965b72347f7d51b844a1

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [1606171e91f854296e04e186a37d8d6da4d12c05]

        rearrange CustomPropertiesTypeBox
        
        Change-Id: Ib30389f7ddf0a85d03b519b586bacf45b3c8adc7

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [e6a05e9f3276cccce5d72adce24a8d2fee6b8b7b]

        annoyings inlines
        
        Change-Id: I0823b29ac99b99b9e9cd8b402e4de71ac176d784

2016-10-12  Michael Stahl  <mstahl@redhat.com>  [b87bfa5791c4ad7e9ea013ce93b26d18dd53b974]

        Revert "silence gcc4.8 warning"
        
        This reverts commit a77ff8446e7ed2255b11406b4ccce7ec742d7c67.
        
        GCC does not like the pragma:
        error: ‘-Werror’ is not an option that controls warnings [-Werror=pragmas]
        
        Change-Id: I8b97f39056091df644bcfe570332738560cd5dc3

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [0780e58e57557d83362ec3a431415f1a4c90b729]

        Revert "convert MULTILINE constants to scoped enum"
        
        This reverts commit b5e352e5117fffaca8cfddde426079708a208258.
        
        GCC4.8 doesn't like the combination of a scoped enum and
        storing such a type in a bitfield. And it has a bug
        (still present in its current master) which prevents us from
        suppressing the warning nicely.
        
        Change-Id: I8c73e4c5175cfc43a1b8251ad85d262ad89c4f4d

2016-10-12  Eike Rathke  <erack@redhat.com>  [4d6bed289044a0541e64097477ff5ffd810fc978]

        Updated core Project: help  2d1ceeaf543b74c76042bd714be1b1eed2adba6d
        
        fix typo, s/Number 0/Number30/
        
        Change-Id: I32b5f02e4732bea036e4ca76f24f6ffe85dc0736
        

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [74ead0785f7a08709cf6da6c24a936001b1a7d9c]

        de-src solo image button
        
        Change-Id: I82a613c8f371d8f585c53b2625e7dbed8ea0b703

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [637587fc8fe4ed3ae7c254fc1dc117bb78f326cb]

        drop unused argument
        
        Change-Id: I54a86f98289877abc435e2c7397ff5fd6c516545

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [3abc98687715072080ba408b12fd8ef0a17573d5]

        GetAutoHelpId logically can only return an empty string now
        
        Change-Id: Ie7368f083a5aa6bcfb249375fbae1f4cd92e02ba

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [540b7d3ae4ee9fa4b46d2af6261e44de6bd4d462]

        drop RSC_DOCKINGWINDOW*
        
        Change-Id: Ibcddc2def40e15f4a2f92fec13c1c3fd2f824d68

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [7091666cb9955683eabacaf329c66f10fe29eeb2]

        DockingWindow ResId code needed only by removed ToolBar src support
        
        Change-Id: Ib0dff4b569ac1b95a59b618258036ecf3d2c4e73

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [c3c008f3607e9bc488e406df9c747364f5fa72b2]

        drop unused defines and enums
        
        Change-Id: Ifc81443047380221a7329be5b6b094ee8bc76451

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [4cc4df51d962a9631da282d18e59aada35788a72]

        no toolboxes are loaded from .src anymore
        
        Change-Id: Ia2eabf157845b9b6b00b745332a558ffdd1e0ec7

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2811e4215abb998ebea65512d8dcd86697e3301e]

        Delete the safemode flag when closing the dialog
        
        Change-Id: I7131849cc417155b55425eba1494992f7d07fa0b

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d69006657512a5d23b03c69d89b378f47fa5c521]

        Fix writing the flag file
        
        Change-Id: Id2eef64b52ac0f7c48dc090ed3ce41f5cde6b775

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a1261b63f22b8d9d7b134137d1252b6b28dea35c]

        Safemode: Add doxygen documentation
        
        Change-Id: Ic5a7f5dfcefe66c961c9b71e9dbdfefeb9f06825

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b3b9ae6c6fd19b437a5414489a9f38fb310a2843]

        safemode: Add flag to indicate safemode
        
        Change-Id: Ifdbb291715b033eaace159297eac5348530e9f36

2016-10-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [6b44a8186da2270ef7d120b97380aabc297be76b]

        Enlarge tabpage size so that even colour tab fits in
        
        Change-Id: Ic768000d6710b14d117a3480a13c39efe9e330ea
        Reviewed-on: https://gerrit.libreoffice.org/29725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a77ff8446e7ed2255b11406b4ccce7ec742d7c67]

        silence gcc4.8 warning
        
        Change-Id: I1e433d6011de22e018b5324754f00065f2bfa6eb

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [cbd4266beff52cf210f1532b50f8bab74cb8ba8c]

        convert PD_ constants to typed_flags
        
        Change-Id: Ia651dfae33cb1e901f124541a1e12f240d4a7458

2016-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ee31c5aac07a28a8208b4c2ca62025f3dafbb35]

        sfx2: clean up redundant virtual keywords in classificationhelper
        
        Change-Id: If6da4e79c17dc27a13e043a3f23cdbac0ae7f7d0

2016-10-12  Federico Bassini  <kurogan21@gmail.com>  [a4df89e0fafb3b2991a57c506f137367a117f355]

        tdf#101442 "hyperlink" to "link" - other words change
        
        Changes to be committed:
        	modified:   cui/uiconfig/ui/securityoptionsdialog.ui
        	modified:   sw/uiconfig/swriter/ui/tocentriespage.ui
        
        Change-Id: Ie46281b4c15dad634bab870fbe50c749165a001d
        Reviewed-on: https://gerrit.libreoffice.org/29727
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [7034589b105f5530bb396db988c39b90944ffedc]

        -Werror,-Wunused-private-field, again
        
        Change-Id: I1f1ab1e3fd1360111a48d68effd254277e220843

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [4dc6e29dd6c531dc9c867bc75ef0128a78d99f33]

        convert impress/draw navigator to .ui
        
        Change-Id: I75164f6878f53dc1382f3802b594914b1637e545

2016-10-12  Caolán McNamara  <caolanm@redhat.com>  [0bd4ae07ae99bf030a3f775b8e16db58f7d2cdba]

        Updated core Project: help  50bab958d34bf90c4b345dbf2b66050fc58538fd
        
        update help ids for impress/draw navigator ui conversion
        
        Change-Id: Id0827a67d46232f519726e5851b8bfdd02880e0c
        

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [8576c5145349ce27e59f6a6a04f8fd23a1dae971]

        Missing include
        
        Change-Id: I5abde663d639278bcc8374da6b5772b58a9b7a75

2016-10-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [0d93900801224b797741e9a1abf305109fa35665]

        Avoid crash on switching to pattern tab
        
        Change-Id: I8edeb1a92c20c88160109a904cdcec355a5ef998
        Reviewed-on: https://gerrit.libreoffice.org/29599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-12  Rishabh Kumar  <kris.kr296@gmail.com>  [d19ec9a9bd371248afd7c3ca091a54b1782fddf7]

        [GSoC] Remove fill style tabs from area fill dialog
        
        Change-Id: I7409118cbbab1350dda169d5bdfef51b7354de9f
        Reviewed-on: https://gerrit.libreoffice.org/27864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-12  Rishabh Kumar  <kris.kr296@gmail.com>  [686349476e03f951f4a9ff9755b9f71951b64ea5]

        [GSoC] Move all fill style tabs inside area tab
        
        Change-Id: I89e84b7b3c7075ad4107e7bc444ea5c07bc90795
        Reviewed-on: https://gerrit.libreoffice.org/27866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [da01e9ec5dfb7787b4a3669486b3940590933850]

        gcc4.8 does not seem to like explicit-width-scoped-enum and bitfield member
        
        there is a field a little lower down declared as
           Multiline           meMultiline :2;
        which gcc gets unhappy about
        
        Change-Id: I3681d566181b6739a222898fe32af13accdf0d43

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed3a4fcc878e8f3ce720520d60448bc962da0754]

        convert GET_POOLID constants to scoped enum
        
        Change-Id: Ifc54789d12d0b024ed28f13ec78b5c10afa902de

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [5549160d97392d649bc3f7a490c161e77c1fd94a]

        improve comment
        
        Change-Id: Ia45916169c10b1c8bb712c9c21ce2df6cda37245

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [4b1b17f40aaeac23bd03e676f8c0739ad5765646]

        convert IDET flags to typed_flags
        
        Change-Id: Iaaea3b3693ab4c67a60e48e7de8865413e8e246b

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [7adac063f88842c5f4f7c1d44ed41fa6ab5d819e]

        convert STLPropertyState constants to scoped enum
        
        Change-Id: I88313ade1774330c394f0d1b993b2f98ef40ea9f

2016-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [34698034dbfe59bf444709fcf54d01f8a6f03f83]

        Remove double 'Safe Mode' menu entry from Writer
        
        Change-Id: Ic3743ef2d4a9ed2a1e2032f989e0a065006616dd
        Reviewed-on: https://gerrit.libreoffice.org/29723
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-12  Stephan Bergmann  <sbergman@redhat.com>  [da95ad47af1f345a208a816fd3a641bc47c4b32c]

        typo
        
        Change-Id: Iea55eee0e5e777e46bb02435f10bca03e554a15c

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [942716fee138b68c2af9411384f402b5692a88b2]

        convert EID constants to typed_flags
        
        Change-Id: I3bcccd8836e54dd33bb079856226fbedd574c824

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b417930dce9570ad16d04a1f834f5be2738b19ed]

        convert SC_NESTEDBUTTON constants to scoped enum
        
        Change-Id: Ic0bc7036972d0577c4c910ee63f92690d9c0a14d

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [f553ce143af702e93dd62c24cf489ac94dedc6c5]

        convert CSV_DIFF constants to typed_flags_set
        
        Change-Id: Ib4aea2d8288ee25cb14514c38bc8809e08e61985

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [f50678bf9e8a1d9f4f05de974da1d685fc48aa96]

        convert EXC_TABBUF constants to typed_flags_set
        
        Change-Id: I40b5d94fc559350f7dd4e0efde8f71be9518b87c

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [ed8952596750cfef30594d5eba5012e667edb968]

        improve error message in refcounting plugin
        
        Change-Id: I02b483c1d696913b33112b9248747f9c3d28dc55

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [20eed8b73d683a649d33d7d77e23b6f0c97d7e78]

        convert EXC_COLROW constants to typed_flags_set
        
        Change-Id: I08f06aa24228c0967ba1af139ac5b710537a2de5

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [6b1d5c9fdbdaa277eac66245cc4d76c53742c5a7]

        convert constants to scoped enum
        
        Change-Id: I189027a05a49b362fb24047ff9a84521ab39ece3

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [fa25280bf83689aa92abbd5777a30c6fb4edd296]

        convert SC_MATVAL constants to typed_flags_set
        
        Change-Id: I973c5253b385a5495bec38201655e3dbcb9a6f81

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [b5e352e5117fffaca8cfddde426079708a208258]

        convert MULTILINE constants to scoped enum
        
        Change-Id: I1928fa3ca6e9d62719b9e4ca4649ec9fad9633a8

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [8aa1abe5afc52375d038710c4e7c68e97fd04fc6]

        convert SC_CLIPMARK constants to typed_flags_set
        
        Change-Id: Ibdfe3c46da35b96b040f02a167d35651502a65ef

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [2f5fdd71dbeba5fd0bd21849817633cf64685f21]

        convert SC_ROTDIR constants to scoped enum
        
        Change-Id: Ia726ce9e9fcfe9a8b5bc4057f0176edf10b6ab3f

2016-10-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [eadfda64c14f8c78b5d6a30c21432148c41d5651]

        convert macro to local function
        
        Change-Id: Iebe97b505c2583211f0bfda55d183fb37753457d
        Reviewed-on: https://gerrit.libreoffice.org/29718
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [41683b9a8581445fef09e7a25ad35e58fc5602be]

        use more 'nullptr' in SvRef templates
        
        Change-Id: Idfe140863b7ec51230110d942c5732e18f411192
        Reviewed-on: https://gerrit.libreoffice.org/29701
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [90021d3d3b8d42ee8b8b1af86d4c1880a29d39ef]

        loplugin:unnecessaryoverride in extensions..filter
        
        Change-Id: Ifd954bf48291cdc43c66fd44b4029e47eb7589f6
        Reviewed-on: https://gerrit.libreoffice.org/29690
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [c2808e3178b28528c23557321683b10b6ab5371f]

        loplugin:countusersofdefaultparams in svx
        
        Change-Id: I610d8347129ac25420730ed7bf2855a5bdd0120f
        Reviewed-on: https://gerrit.libreoffice.org/29692
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [a9717054dcb59010c95bdbfdb440ac12e8703796]

        loplugin:unnecessaryoverride in connectivity/cui
        
        Change-Id: I5ec4eb2f74036e42851333e3d669dbea58c2490a
        Reviewed-on: https://gerrit.libreoffice.org/29687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [29fe57afd79c96c5ff251c2468ababda5e506564]

        update credits
        
        Change-Id: I0c5f943ed0d1a607ef86a26602f101f361b0aa2d

2016-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b36479dab027473b6a17d6a729e9d924ae24c4f1]

        update emoji autocorrect files from po-files
        
        Change-Id: I76aab4dd7d43d8c3fd7e452891303fa861a5bd21

2016-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c4817ffc47d501e49a1cbdbc9926d7ab8489b08e]

        Updated core Project: translations  4a45b12af9d0be41780e5a29b73e8e595f3f430f
        
        update translations for 5.2.3 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: I3c922e1b91581f1b5cd6a5b8d0662a3e7aba0fae
        

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [1e0fa85cd32fbfcdfdbda22d232f49cfa68b7a36]

        Replace OLEVariant operators with proper functions, for clarity
        
        * Rename the original getDate (returning double) to getDateAsDouble, to make
          room for the new getDate (returning css::uno::Date).
        
        * Assume the difference between the original 'operator String' (first checking
          for VT_BSTR, then for isNull()) and getString (first checking for isNull(),
          only then calling 'operator String') was accidental rather than by design.
        
        Change-Id: I6261bdad5c328d6b10e83f2d1664a6c78ec1fed4
        Reviewed-on: https://gerrit.libreoffice.org/29705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-11  Michael Stahl  <mstahl@redhat.com>  [207c9a8f25dd705502608fbf82b4915cd6b62998]

        check-elf-dynamic-objects: check sdk/bin too
        
        It takes almost no time, but this way of doing it changes the
        interpretation of the -d parameter; not sure how important that is.
        
        Change-Id: I9d29cdf96d7006d5daea00bcc41e613fbd30aac8
        Reviewed-on: https://gerrit.libreoffice.org/29707
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-10-11  Michael Stahl  <mstahl@redhat.com>  [bc47854ebd5c3098965dccdc2cadf3a6f01b0576]

        check-elf-dynamic-objects: OpenSuSE uses DT_RUNPATH, not DT_RPATH
        
        ... like Fedora, so check for either.
        
        Change-Id: I0e88c8e6e7634e7cc483474bc3f654e666c3bab2

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [d698e6f73a887f77f47d6e811ec3c8b32df59bb6]

        merge a small piece of code
        
        Change-Id: I3be07e6c54fedc4b4f7ca8fc53cb941e294055bf

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [c3a98155ed28bd77eff4de3d80ccbcde1e68c828]

        de-src writer formula toolbar
        
        Change-Id: I8d4f031053fe819ff92ce1488a24dd3ff9b3ffd8

2016-10-11  Michael Stahl  <mstahl@redhat.com>  [08bf088959c677e61cb118bf8d0bf092d3f21466]

        improve comment about non-BMP code points in RTF
        
        Change-Id: If906fdea692ca4a4df4f7110f42b7360d8b845da

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [c8054c1d6885067caf557b5b3179975793cf80f7]

        HID_CALC_TOOLBOX goes nowhere
        
        Change-Id: I812f56c53487b2bf115bc2803337176941baf49b

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [ccafebf67147d272a911b6ff0411249f96ae5864]

        Updated core Project: help  5d912ed85e9c4103fe37b1299999a56493c7c3c5
        
        drop unused HID_CALC_TOOLBOX hid
        
        Change-Id: I08ba38e7446e62fd712e53a1969e38d8b3fb653a
        

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [facaeedfef4b63bc15beed303330a42e4c9b1406]

        de-src solo edits in writer formula bar
        
        Change-Id: Iba5406e1c4e573c198116baed10a9ad6d142a445

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [eece14a1be8da75544a587eefcfe8817e0c05fb0]

        ED_FORMULA resource is unused
        
        Change-Id: I8f0184c585478c59bcf230bc06ba5ba21fb50400

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70ce443e7b767fceef4a22b07ab371f02f7252e5]

        forgot to actually remove the problematic import
        
        Change-Id: Iac96719a36269dec173af4c9d6d7e88d67b5c24d

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [12ec109de01c31605cf412612903190e469be8ff]

        Comment about state of non-BMP Unicode chars in RTF
        
        Change-Id: I90051425c52f42f69cd61436979a50b875cca710

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [583ac140dcf6f11b21bc9c52516ba2bbcbd37a95]

        de-src solo variable watch editbox
        
        Change-Id: I9e69df546d5d6453fbd89b38d4865c9fd3088678

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [045367d9ba43ec6afb003fd9117ae186c7e18e34]

        Master Document toggle missing if switch to master doc from normal doc
        
        regression since...
        
        commit 20e2d7e7d1c518fe514e8252836c1c728fe3fc27
        Author: akki95 <akshaydeepiitr@gmail.com>
        Date:   Sat Jan 30 09:55:41 2016 +0530
        
            tdf#95408 -"Toggle" in Writer Navigator to be more explicit in what it toggles
        
        Change-Id: I310eb7bfc39993ba54bbd9eca04ce721c8a68ea6

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [33603a582bdd173a8e85c78bb0e8ef82874b8e59]

        convert writer navigator to .ui format
        
        Change-Id: I83f834ea050372362b50de61753c2b3e33c67778

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [51e5e4970bda753faf7403cbf3c68ded3ed7a71f]

        Replace OLEString operators with proper functions, for clarity
        
        Change-Id: I1fa309d034e1ec94f38d07ede07e691f1484a4f5
        Reviewed-on: https://gerrit.libreoffice.org/29697
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [afd9bf19aec34475c915ba91f8fdc38b5a68f0b1]

        loplugin:refcounting
        
        Change-Id: Ia7ec56c754d6eafcd4c6d981a0d8ca03af23a18e

2016-10-11  Khaled Hosny  <khaledhosny@eglug.org>  [f48cbaac0a2a7278f366a3b0118b399c0a938a44]

        tdf#103103: Many Arabic fonts dont render correctly
        
        Revert the remaining bits of 1da9b4c24e806ad2447b4a656e2a7192755bb6a8,
        the rest was reverted in 6323e6628668849438e6e19ba7ad2c6598263261.
        
        This break many assumptions made by GenericSalLayout::ApplyDXArray().
        
        Change-Id: I25fbafe06032ab1e8860df6c5932a7157575aa32

2016-10-11  Khaled Hosny  <khaledhosny@eglug.org>  [faddf2aefd5874b2bbd6c3b7bbed0812de911f47]

        Revert "Hack to make Arabic subtending marks work"
        
        This reverts commit 983e03a7d81c0ab24782b28ab899452fa6fd99ac.
        
        Fixes part of tdf#103103.
        
        Change-Id: Ib9026044b19b353e8156bc039a4a84fdeb1ec415

2016-10-11  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [b193f283457c290e2cd75df0f3f6a185b66a516d]

        tdf#102004 Do not open options for extensions without options
        
        Also fix similar issue for "Disable/Enable" and "Remove" buttons
        
        Change-Id: I383e64a9c6133ff2ebc991747c5c47c033a91174
        Reviewed-on: https://gerrit.libreoffice.org/29600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-11  Eike Rathke  <erack@redhat.com>  [351164ea2c70923e47d5f01f3934c73cfc5839a9]

        Resolves: tdf#101691 re-intern strings of external formula results
        
        If the external cell referenced is a formula result of type string that
        string needs to be re-interned for the reference cache as well.
        
        Change-Id: Iea3c3d777dede2ad6ba0b084533af964da991ca6

2016-10-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [e588aa4d347875eb4c52bd2b51c5c917f807ba6d]

        convert PageKind to scoped enum
        
        Change-Id: I7f90cf2e96b72031bcfff558794e6cb42ea408e8

2016-10-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [4caacff9f25498c07d9b99fe0b5db82baa58a22c]

        convert EditMode to scoped enum
        
        Change-Id: I7c48978f3e2c173a2ec53eb6559745deeee9b93b

2016-10-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [d58c604eb35a84b849079d3a690d0a4f428d3121]

        convert DocumentType to scoped enum
        
        Change-Id: I5a66d71db075df4680c54676dd1420e94c1a90b2

2016-10-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1ddbbe3e0aebfa86f284ac2712c0d1b36b36fe54]

        tdf#100352 Provide Catalan classification file
        
        Change-Id: If0bccf16fb83deaf5b13ab5f45d1aaec9ed48bda

2016-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [35ec8253ad80b0381e73a8f00fd3deb2309f5fe4]

        profilesafe: Add values for SecureUserConfig
        
        Added default values for SecureUserConfig values
        to soffice.ini/rc which enable the mechanism,
        enable by default and set a maximum of three backups
        file in packed form. Added more handy flag for easy
        decision to add compressed/uncompressed.
        
        Change-Id: I5a624c09fec4e4278314e13fc5f693ac085d5e61

2016-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2da3bb5c36fd8bf635ea3ac1a3db8eb1ea91a04c]

        profilesafe: Added zip deflate/inflate
        
        Stack of files can now deflate/inflate using zip
        library, unfortunately have to use direct due to
        Deflater/Inflater not being available, had to add
        linking against zip.lib. Checked compressed and
        uncompressed creation/usage of backup stack. Also
        warnings and clang errors corrected.
        
        Change-Id: Ieb059baeea323bb48ec5b1cf6b8df09da97cfb93

2016-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7db23b6346ff601449e8017fd585e9fbc295ed34]

        profilesafe: Collect copies in single *.pack file
        
        Enhanced helper classes for BackupFileHelper to
        allow writing a stack of rescued last valid
        configuration files to a single file package.
        Added configuration values for enabling this and
        defining the number of entries, added max entry
        limitation. Using FileSize and CRC32 now to dectect
        if config file did change. To make this work I added
        sorting to writing the configuration so that with no
        change the same configuration file is written.
        Use std::vector for better mem performance for sorting,
        defined static const for buffer size of manipulation,
        prepare inflate/deflate usages. Fixes to setPos, warnings
        
        Change-Id: Ib286e2a3f25b0085a1e3ae4f50c9ff1ff3a5dcf5

2016-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9fa4eff9be5e440099517a522a83e20debaf2955]

        profilesafe: Enhancements to BackupFileHelper
        
        Added helper class to allow easy creation/deployment
        of backups of a file. It works like a 'stack' of backups,
        supports easy add/remove/delete of last entry (LIFO).
        Added some work top allow opening dialogs in DeInit
        under linux.
        
        Change-Id: Idacec97ec2f097af9bd22a8a67b410c7677d17f1

2016-10-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ed646dc595b2ee5248b0994a2b44a7a5a7bfbbd5]

        profilesafe: Initial creation of BackupFileHelper
        
        Added helper class to allow easy creation/deployment
        of backups of a file (here: registrymodifications). It
        works like a 'stack' of backups, supports easy push/pop
        of backed-up versions.
        
        Change-Id: Ie19e1209534f23a3dbd6106a5ca13b24b8fefe4d

2016-10-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9c9f184138dd9e3dbd50d5d50fc86ca172ae4dfe]

        vcl: put in anonymous namespace
        
        Change-Id: Ib24a8dd044003f8d667d97e989fbbf640d4eacdf

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [7dbe627ca8dbb8745e25c4217913c88d2caabe89]

        Updated core Project: help  b223bd2e0ccf3c09d69b0cbf4da063f15ca453ef
        
        update helpids for writer navigator .ui conversion
        
        Change-Id: Ib25355ffe0d58a50eaad7e5aaeb1d10efc101404
        

2016-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [3906d25a2e12123aee54654ad26699a2832389d4]

        tdf#103001 DOCX export: fix RelId cache when switching streams
        
        RelIds are used to refer to external streams, e.g. images. A RelId cache
        tries to avoid storing the same image more than once in the export
        result. RelIds are relative to an XML stream, so caching them across
        stream switches is problematic. There was code already to notify the
        cache after a header or footer was written, but:
        
        1) It was only done after a switch, not before and
        
        2) It cleared the whole cache, instead of stashing it away, and
        restoring it when the write of the special stream is done.
        
        Regression from commit b484e9814c66d8d51cea974390963a6944bc9d73
        (tdf#83227 oox: reuse RelId in DML/VML export for the same graphic,
        2015-09-07), this existing problem became more visible when caching
        started to include draw images, not just writer ones.
        
        Fix both problems by turning the cache into a stack that is
        pushed/popped around stream changes.
        
        Change-Id: If9ec168823eea5e272197e28f6125ba626605550
        Reviewed-on: https://gerrit.libreoffice.org/29684
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [4ee81e595a933b901f280c0fc250f0a34232e92a]

        Updated core Project: help  b5b5879c9ed7b8c120c21f9b700247a1442d2a47
        
        drop unused HID_NAVIGATION_PI
        
        Change-Id: I453cd425ee8b79ad9caf47a791ac8ef4a3676bf4
        

2016-10-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4624e2d11cbcb0fa4e84acb2e1b73bd2db6ae751]

        cppcheck: uninitMemberVar
        
        Change-Id: I4ff6d15941bf561ed67d84e4bda532131c8c7a43
        Reviewed-on: https://gerrit.libreoffice.org/29622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [99a4ab06a9ad5c05d4cd7282f68ea5faaf2f1188]

        parent will definitely exist at ctor time
        
        Change-Id: I3d30b17e4105a98ad6ab378cee7128cac23f1dc0

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [6c220995aa2485a9c5d23f0ec952a64151ab25b6]

        Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdown
        
        Change-Id: I70bce310ba9b46efdbdfdec8d2c6689d0ba2e655

2016-10-11  Noel Grandin  <noel@peralex.com>  [d0304a8f57b3fe0065193a2a3f7089f414b1ffd9]

        remove some conversion operator methods
        
        which, in these cases, only serve to make the code harder to read
        
        Change-Id: Ic9bcf42545b4fcfd60a535fb63956092d392f469
        Reviewed-on: https://gerrit.libreoffice.org/29685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Noel Grandin  <noel@peralex.com>  [52dfb06b194bf890510352a98540c64bc3d44b70]

        loplugin:unnecessaryoverride in sfx2
        
        Change-Id: I9097a5cfb861e6659a5d9ae10f9c45f2edcae2ec
        Reviewed-on: https://gerrit.libreoffice.org/29686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Caolán McNamara  <caolanm@redhat.com>  [411c04c4025b4349df70a2dae723bbeac9f12f57]

        repurpose count dialogs
        
        Change-Id: Id19d514f7ccbc69bf5ad0ca63181e2815f067178

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [5ab5779bf4a16f4ee4a8d1198ffbd8f842f2edd9]

        external/nss: Adapt ASan/UBSan-specific patches to nss 3.27
        
        Change-Id: Ic96a57a1f43f7aae4e0733d2e65edd843b827a54

2016-10-11  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [74b8ae360a5bdc9d6a37bc80136ac4bc7ede7563]

        Fix language on Abstract* templates
        
        Changed the default language from German to English (US)
        Corrected also the area and line style of background objects
        
        Change-Id: I632b922c0e48ea578a5290015ddc499ba2af0781

2016-10-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5daafc88ca0d8fd06080a6fe2f7487188953ebe3]

        Allow entering safemode after crash
        
        Change-Id: Id12d3c10714b7ce5722c2270e9e897db63bedcf2

2016-10-11  Stephan Bergmann  <sbergman@redhat.com>  [6cded5c853defdda928036d11ae88fa3cf19a79a]

        Demonstrate that SvRef ==/!= are acceptable as member functions
        
        Change-Id: I30771393bc16f2320cd89f018ff93c756913b70d

2016-10-11  Noel Grandin  <noel.grandin@collabora.co.uk>  [5c84f40ea2e86bf85c0a59201faf1431f16aee40]

        loplugin:constantfunction
        
        update the plugin similarly to
            commit 3ee3b36ae0c064fb5c81268d8d63444309d1b970
            Author: Stephan Bergmann <sbergman@redhat.com>
            Date:   Fri Oct 7 12:05:49 2016 +0200
            loplugin:staticmethods: Don't be fooled by decls starting with macros
        
        Change-Id: I98ac3216d5acf89a49a26feb089ae2fd34e6e510
        Reviewed-on: https://gerrit.libreoffice.org/29665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Noel Grandin  <noel@peralex.com>  [fe82f6fc5cbd638972571a33f04e95971507bba9]

        loplugin:unnnecessaryoverride in xmloff
        
        Change-Id: Iad519bd61ce1d1bf4ef4e12543b0d485249db36b
        Reviewed-on: https://gerrit.libreoffice.org/29672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Noel Grandin  <noel@peralex.com>  [90a0e59737d680b35d7dff1a59f66e53c13f444d]

        loplugin:unnnecessaryoverride in svtools
        
        Change-Id: I49773d9054205c223744495768e1cb05dd7b087d
        Reviewed-on: https://gerrit.libreoffice.org/29671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [16df731a30917a426df81d751a0bfd0ae5fcdd45]

        tdf#102499 (5): Deal with HTTP unofficial response status codes
        
        A reference can be found here:
        <https://en.wikipedia.org/wiki/List_of_HTTP_status_codes>
        (retrieved 2016-09-13).
        
        Changes done:
        Add set of 'HEAD method not available' before using fall back GET method.
        Add new method in OPTIONS cache.
        Add response status code if fall-back GET didn't succeeded.
        Add copy-assignement operator to DAVOptions.
        Fix behaviour of GET fall back when HEAD missing.
        
        Change-Id: I6aad0e22bb444abf37b90186588f64f79b03cc3d
        Reviewed-on: https://gerrit.libreoffice.org/29680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-11  Justin Luth  <justin_luth@sil.org>  [086550313260d9fa45b91dc705b21bb9b51ce0b8]

        move round-tripables to ooxmlexport
        
        This serves two purposes. It helps to prevent regressions
        and it allows focus on features that still don't export properly.
        
        The standard .mk file had trouble on the Mac, so I ended up copying
        ooxmlimport.mk instead of trying to tweak the export template.
        
        The huge section of tests excluded from Win32 testing is still
        excluded here.
        
        The ole-anchor test works as export in the import code, but didn't
        work from the ooxmlexport directory, so left that one as import only.
        
        Change-Id: I9d72202c577940ba94855096c5a11d4dec4790a5
        Reviewed-on: https://gerrit.libreoffice.org/29588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [91d406f5afb6e08f418d14761beb4a5af5783275]

        check-elf whitelist libxml2 not libxml
        
        Change-Id: If0179726861c867f9c25c13f9eb0b61faaee9524

2016-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4189551d56b4c6f37e8aebb856411794ea98e44f]

        Support parallelism for check-elf-dynamic-objects
        
        using that and restricting the tests to the content of
        instdir/program bring the runtime on out slave builder from
        4 minutes+ to just above one second
        
        added -d <path> to override INSTDIR
        added -p to indicate parallelism (no limit for now, so be cautious
        with the -d you point too
        
        Change-Id: I14c140f54bea329b82960843a6db44bfaf6c7108

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49b50720880b3c6b685568b998282b2b394f2913]

        make it easier to read the logs
        
        Not yet perfect but already better.
        
        Change-Id: I5309947333aa2cce6526335b603ef316226e490c

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74bf4ca9f382fa12481fda18b57cdce4c0d5422b]

        avoid infinite loop if the instance stopped already
        
        Change-Id: I03f78e592f3f182f34ea05829131357cabcc4c7b

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6624944219da151c10c3c8b5decaa0abbef1b45]

        pathlib is only in python 3.4+
        
        We still use 3.3 on windows.
        
        Change-Id: I32adabe1eb12d8803d61458fcb1a228b3ff045e0

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ab45be62bc1ffcbdd13aca7375fdcd1bbccb79a]

        catch the exception to prevent broken charts, tdf#98690
        
        Change-Id: I5958c87ca793c19d5c78dc829eb0ff0a1e04dffa

2016-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3cc9429d136178996d797ef8fd6d740b39cc94e]

        avoid crashes on broken charts, related tdf#98690
        
        Change-Id: If81f963babc15fc549d9daa904fd9836ea02ecef

2016-10-10  Gulsah Kose  <gulsah.1004@gmail.com>  [e2f6c7f0d0cc14f851d7028ff846c5dc658a81c6]

        tdf#101390 Add "Dimesion Line" command to the writer arrowsbox.
        
        Change-Id: I238bc37871c029d547b21ce7c8ef3cb0c0ff95b8
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-10-10  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [aa4e560822787d62de0bcca52036242ce1160b45]

        tdf#36038 Import extended LCID from Excel
        
        Extended LCID were only supported for Thai.
        This commit import also for some other numerals and calendars.
        
        Change-Id: Id92a0ee2a32c5722e9674fe0ac5ff7028c84bca6
        Reviewed-on: https://gerrit.libreoffice.org/28809
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-10  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e991b421905e78f020d6ece280dd17bfce4e31e0]

        tdf#36038 Export to Excel extended LCID
        
        Number format: extend export to Excel of long LCID for other languages
        and calendars than only Thai and Buddhist
        
        Change-Id: I826347302d14caa5b4463d28cd25f2c36ebfef5d
        Reviewed-on: https://gerrit.libreoffice.org/28666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-10-11  Maxim Monastirsky  <momonasmon@gmail.com>  [b197a47889a81b0181553a2a9c4db9683dd5d760]

        Height and Width seem to be swapped here
        
        when height takes left-right borders, and width top-bottom.
        And also - Why do we calculate the borders twice - as the call
        to CalcWindowSize does this again?
        
        Change-Id: I63a66939bd526a225ccac9bdd6262feba48da5c2

2016-10-11  Maxim Monastirsky  <momonasmon@gmail.com>  [9079d599baf01cb414ed4cccb22546f1807e5637]

        Merge SystemWindow and FloatingWindow setPosSizeOnContainee methods
        
        This reverts commit 95942b16f44bc6eac57ad7b579b4158565446884
        ("Resolves: tdf#90481 fix cropped buttons"), and changes the
        code in a way that seems to not crop buttons anymore. Tested
        under gtk3 with File > Digital Signatures... and the toolbar
        underline dropdown.
        
        Change-Id: Idcb680c82f594f630b1dd7c76c42912e6b5a093a

2016-10-11  Maxim Monastirsky  <momonasmon@gmail.com>  [e48d1086d79c319b31d48b984840a424780deefa]

        The key event is not needed for the non-ToolBox case
        
        Change-Id: I8d593665f1c2bcafa583eca311cd86ab618dec3d

2016-10-10  Jookia  <166291@gmail.com>  [8e8afc358b7537d493b478b429e1711c6ab46bdc]

        Search for old style dictionaries in DICPATH
        
        When searching in system directories for old style dictionaries, also
        look in the DICPATH environment variable much like the Hunspell
        application does. This gives a lot more flexibility for users and
        packagers in finding dictionaries at runtime.
        
        The patch is simple, it just moves a block of code from
        GetOldStyleDics that handles searching a directory to a new function,
        GetOldStyleDicsInDir. Then if DICPATH is set, its directories are
        passed to the new function. Original system directories are also
        passed so dictionaries in system-wide directories are found.
        
        Change-Id: I56ac66539495f03f41376b533ca19c6c8d615ec3
        Reviewed-on: https://gerrit.libreoffice.org/29543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [e0d442b1995082fd28614d51b85cb4248ba8189d]

        try enabling password tests on mac and windows
        
        Change-Id: I4054a3c285828f8c5a7d2c4b6e2716fd79c5fdf7
        Reviewed-on: https://gerrit.libreoffice.org/29666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ae94c223e2e21e42fc7feca72402b910e5eab5c7]

        safemode: Add uno command and menu entry
        
        Change-Id: I1843767160b79041c42e506eff0cf39399c74f26
        Reviewed-on: https://gerrit.libreoffice.org/29668
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-10  Michael Stahl  <mstahl@redhat.com>  [7433ba52d3a28ba946e522aa5d579679573569a2]

        check-elf-dynamic-objects: file is far too slow
        
        ... so use readelf itself to check if it's an ELF file.
        
        Also just skip the SDK documentation which is 2/3 of all files.
        
        Change-Id: Icfd3023dd5b2ccc4f4e94fbb05cdd4eb05051f86

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [6ee2f1b681ef3097c87db7c478ffc3fb24ec55c6]

        these navigator menu items should be radio checks
        
        Change-Id: Id8fe9cecb5d49728ab8b3b86589204a1ca4a8ecb

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [95a88a478ea7fcc848bc1a579d7ed8dd5c9a7521]

        these navigator menu items should be radio checks
        
        Change-Id: Ib785ce929ea33250b275969187d63c528fbafe6f

2016-10-10  Michael Stahl  <mstahl@redhat.com>  [69dcc7adae5c531b4da8c099bd1e2f99b851ebcd]

        configure: avoid linking against libgcrypt for libexslt
        
        There are at least 2 different versions libgcrypt.so.20 and
        libgcrypt.so.11 in use, and it's a private dependency of libexslt
        anyway, so filter this out of LIBEXSLTLIBS.
        
        Change-Id: Iafc33ef5ead2a86bedb4d5e485f6a16eb0544686

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [6fd363af3432d054eb92a2bac4893f5baf1d50ef]

        SwHelpToolBox doesn't do anything now
        
        Change-Id: I5b8865218d3cd8492d148af8d69389c256bbb27f

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [ca7915037c2fedc0d69908a6d2d9ccb67aa02a15]

        dropping document into these toolbars does nothing already
        
        so might as well drop that support here. Dropping into the
        main panel works (for master documents its quite sensible)
        
        Change-Id: Ic7a088d7ff7054430d55032158a186d610f10da1

2016-10-10  Michael Stahl  <mstahl@redhat.com>  [4b4d5a85859dda8bdc444033cda87e317fcaf269]

        check-elf-dynamic-objects: add libxml/libxslt to global whitelist
        
        Change-Id: Ida6495171f900edf4abe5f6ceba3a6dc2de7c2de

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [d1e02bd3c6918f90562bb4e963866fd3a16a4f73]

        de-src another standalone PushButton
        
        Change-Id: I5e38e8877d70efd3b6413a14c0c121a8babb44f8

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [e8393d4d91d714b691b101a2062c3e2e7333929b]

        de-src standalong PushButton
        
        Change-Id: I6f062e04377fc74ec2fea3ea4390943b715e06d1

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [9f7f5b5f911c4e76c88258f6ee3e7d51484f195b]

        no numericfield, spinfield or spinbutton loaded from .src now
        
        Change-Id: I90e4390d1fadcbb18036861dc9b9d39fa8a73551

2016-10-10  Noel Grandin  <noel@peralex.com>  [666787c4bcee7fc9a5de459eb18a1dcc1a4e350c]

        reduce indentation
        
        Change-Id: I9645e083ea61347fa323f84a271937e98d4f8eb3

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [08f0a1646961361ab41d5e11d8e0763c133e281a]

        de-src solo NumericField
        
        Change-Id: Idfdf54015f150d48a5b9af0ed8301ca6e7748f19

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [f3fff04ddd411ab001cedfa43d6bbbb733440557]

        bump nss to 3.27
        
        Notable changes in NSS 3.24:
          * Add a shared library (libfreeblpriv3) on Linux platforms that define FREEBL_LOWHASH
        
        Change-Id: If99ee77bea40796cc56944724291a83068ff8198
        Reviewed-on: https://gerrit.libreoffice.org/27304
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-10  Stephan Bergmann  <sbergman@redhat.com>  [1dac51334ba1440b158078f0dae765c7df55efb4]

        Handle loplugin:fpcomparison false positives by whitelist
        
        Change-Id: I58e2beb0695a27922856bd8f8988d9e4508aceb6

2016-10-10  Stephan Bergmann  <sbergman@redhat.com>  [0db235d61f323cecbbc1db761ba19cb5da4b3e6f]

        Expand some silly macros
        
        Change-Id: Idf7b9285c655aef40e2618b44c35248ccd13084d
        Reviewed-on: https://gerrit.libreoffice.org/29663
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ecec5524476448d35dd24c5594c2fcbb1a8b6218]

        tdf#102274 Closing LibreOffice should not kill active UNO connections
        
        When closing the last window, check whether there are active UNO connections.
        If that's the case, just close the window, don't terminate the application
        so that the connected application keeps working.
        
        This doesn't affect the behavior of "File->Exit LibreOffice". In that case,
        the application still gets terminated and existing connections are closed.
        
        Change-Id: If2d22d51c9b566be8abd51969f35c80896ed4767
        Reviewed-on: https://gerrit.libreoffice.org/29018
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fced5de4b44f949f7a203a68a3df1d6f3293b183]

        Remove no longer relevant qadevOOo/qa
        
        Change-Id: Ic1cee9e61d31a6ee8f248c7e976c5eca8e0d86bd
        Reviewed-on: https://gerrit.libreoffice.org/29233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6d9f07d53e9f89b5286637113198e61149a5c771]

        tdf#102288 TerminationVetoException should only prevent termination
        
        When using a TerminationVetoException, all windows should be closed,
        but the process should be kept running.
        
        Change-Id: I71b0b57b6035a36f0325c8dea3cd38309408f176
        Reviewed-on: https://gerrit.libreoffice.org/29031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [25767162edf38134c4412cce2a7d938f4657cc2d]

        Improve 'Midnightblue' template
        
        Change-Id: I9d5acead074d745880d4c42e4ce9634c5b8cb5b3

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [73e5931cc72cb79747b6f3d1349009f33b7ea834]

        Improve 'Metropolis' template
        
        Change-Id: I968587a1cfdf2c55d299b1cd76996947c3244fae

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [a425610dab2b58524f5d335a16e9926008a7a0cd]

        Improve 'LushGreen' template
        
        Change-Id: I43332495e9419eed2ac69c1d08b603e81fe7df6d

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [776d1efc3e915be189250c8c2d9346e2990d5836]

        Improve 'Inspiration' template
        
        Change-Id: Ic5401e89bd8653e856e93034f0c25373305cc35a

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [c555c06f8cccd2dc4dad8854696ff8a728c0ee88]

        Improve 'Sunset' template
        
        Change-Id: I7ab76407895073f2ecbfdfb5bf40235f24a48a34

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [3c35e2cf3d0004bdad518b9729cd7bc876d46e51]

        Improve 'Vintage' template
        
        Change-Id: If6447b340faa61dec4e160078248207bd2c3f982

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [1c3e9870ccc6f4a9054f2c961562336e7e13a03e]

        Improve 'Impress' template
        
        Change-Id: I8e6d50c52514926175694cec697f6b2e45cc0088

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [6220260ee1baa74953623416c97f7eb26ec37dfb]

        Improve 'DNA' template
        
        Change-Id: Ib170f2f8540234a23484ce6386a00b8a4487a0fb

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [7cc1fd1d102856a0acaaa736851c32759633bf29]

        Improve 'Bright Blue' template
        
        Change-Id: I763707658a5fdb9a8ce7488f70eb1db9f2c01fae

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [7f1e35bfa555b294ff07f722261f9d212b270979]

        Improve 'Abstract Yellow' template
        
        Change-Id: Id0ac6937c1c5141ef564c60cf172b6bc1c3a115a

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [b0b4969fddebeeb9e16517af56da8f0de8020d64]

        Improve 'Abstract Red' template
        
        Change-Id: I57321add6dd91be1a1ab81999ebe537a32ed65d0

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [f05cb3c4723f49cda80c1a3b1b1ef217841a4b90]

        Improve 'Abstract Green' template
        
        Change-Id: I020b8895682016c847eae8182d03b520d665c545

2016-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [eef6a23f85924cec8bf88265ccad168ac0afb42f]

        sw: prefix members of HTMLTable
        
        Change-Id: I0c791be9185fb12fad5864554e0a8d26235da016
        Reviewed-on: https://gerrit.libreoffice.org/29653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-10  Jacek Fraczek  <fraczek.jacek@gmail.com>  [f004aa99514d385f3ee254bba735f5eaeb7d9ad8]

        tdf#89307: Removed SvRef::operator T*()
        
        Conditional statements are using SvRef::Is() method.
        Changed static_cast<T*>(svRef<T>) occurances to svRef.get().
        Added operator == and != to SvRef.
        
        SbxObject::Execute is using SbxVariableRef internally.
        SbxObject::FindQualified is using SbxVariableRef internally.
        
        Change-Id: I45b553e35d8fca9bf71163e6eefc60802a066395
        Reviewed-on: https://gerrit.libreoffice.org/29621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-10  Federico Bassini  <kurogan21@gmail.com>  [728c7327bd97602a38723553ed044ea4c01d13b2]

        tdf#101442 Change "hyperlink" to "link"
        
        Change-Id: Ie68dcc9b3eb05fdbcceb5ca55cf58b47ca37540b
        Reviewed-on: https://gerrit.libreoffice.org/29574
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-10  Noel Grandin  <noel@peralex.com>  [044260331d61e97281539d8dfdcbb64089751437]

        loplugin:unnecessaryoverride in vcl
        
        Change-Id: I8a49316dccdc142389d2f7121ff7c8cbbad55638
        Reviewed-on: https://gerrit.libreoffice.org/29655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-10  Federico Bassini  <kurogan21@gmail.com>  [06dec56d96603026921311c6ddfa41ed6b5879d5]

        tdf#101442 Change "hyperlink" to "link" for a modern vocabulary
        
        Change-Id: Ib1c067b6d45e959d6cd0fbf00cab167939554203
        Reviewed-on: https://gerrit.libreoffice.org/29572
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [65f2d6b1cc40b4b90f8987e8ea14d24b5f38f950]

        README.md: Add CII Best Practices badge
        
        Change-Id: I9bba2714fafe4d14c28348d36b0530a8109e1845

2016-10-10  Caolán McNamara  <caolanm@redhat.com>  [a1c77e9d3afd27b4b5603cffc6f3aea0577987fc]

        drop some unused forward declarations and includes
        
        Change-Id: Ibf5b915798f1a9554d06c705d454cbfb998ea277

2016-10-10  Noel Grandin  <noel.grandin@collabora.co.uk>  [cc589883a98e8d21c57480719c9d4380fc292a59]

        rename SetResMgr to ClearResMgr
        
        since that is it's only use.
        Also clean up the comment block nearby.
        
        Change-Id: Iff67aeec176963132bb8a1e64e0c81853f0912d7
        Reviewed-on: https://gerrit.libreoffice.org/29654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [842873d37c2716ced5674ebaadfb2fae9620632d]

        Improve 'Pencil' template
        
        Change-Id: Ic4590752354376e9dcd534560918b3463c156411

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [2d997a78fabcc45937e235a92394bca71cc53f90]

        Improve 'Focus' template
        
        Change-Id: I00ded55d07dc1d0e4abf26a53ccc499cf4db6dac

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [ef92954906fe3d4658876fcccb4fd7e239b5185f]

        Improve 'Alizarin' template
        
        Change-Id: Ia19f8df552e737b936cbf234b8f91f2846486c1c

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f9a427680f59be8591b5e5d750ce0189a6becd54]

        Show dialog when starting in safe mode
        
        Change-Id: Ie4b5f5b7309735dfa844bbaba9cb2763a3de3dc1

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8ac6b51cc484a36bfd789588a03cbf8e978e4236]

        safemode: Add command line option
        
        Change-Id: I081cc6b4d61be4541a3bdcf475385b5ce0f59cda

2016-10-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9ad88a1e0fb2c68eedee37d093518960dd8615b7]

        Fix typo
        
        Change-Id: I20bb74183e134c9bf597cd8b471fd6dc4104eb24

2016-10-10  Francisco Adrián Sánchez  <franciscoadriansanchez@gmail.com>  [3ead7de845065fb647f073c69557277dbdb54c26]

        Improve 'Vivid' template
        
        Improve styles, use "Source Sans Pro" instead of "Open Sans" (Open Sans light is not bundled, though required in this template)
        
        Change-Id: I2980ec7c3ec30a879e2f00032eeccf2bcb253bad

2016-10-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f80134b65d7c41d9fce61845ecb327d450fe5ca7]

        cppcheck: variableScope
        
        Change-Id: I6c8b7aaedf7fcde5165d3a65af54aa0bcafc0b82
        Reviewed-on: https://gerrit.libreoffice.org/29624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fa2cb837647e659dd1d3438c4513d088ed9097c1]

        cppcheck: clarifyCondition
        
        Change-Id: I4dfcaec8764699cc1dfd725b9cd1100750ee3d0f
        Reviewed-on: https://gerrit.libreoffice.org/29629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-10  Justin Luth  <justin_luth@sil.org>  [7060c7b642fdc0a369505e430652ee44205e7eed]

        tdf#95367 DOCX: allow r-t of changed first/follow sections
        
        Change-Id: Ibb97411a7dfeebc3edbdd149842bfe626942cf7f
        Reviewed-on: https://gerrit.libreoffice.org/29559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-09  Caolán McNamara  <caolanm@redhat.com>  [8bfbd7fbd74b69959929e29df3c99aa22ec13ca5]

        DDExtraWidth doesn't exist
        
        Change-Id: Ic231be1487f21dbcae9290b75be34f85318ad99a

2016-10-09  Caolán McNamara  <caolanm@redhat.com>  [365d1ec2782e5be83e99e6f676b8e248f6ebf16c]

        no ComboBoxes loaded from .src anymore
        
        Change-Id: Ic497dddfe326e9cc06e71c39284b2848d17ae0c8

2016-10-09  Caolán McNamara  <caolanm@redhat.com>  [1bfb59ba81984b056d96c442405a31cc3aeb744d]

        de-src solo ComboBox
        
        Change-Id: Ie3f687f203c66f93114f5b2421af924ae4c2f76a

2016-10-09  Yousuf Philips  <philipz85@hotmail.com>  [d6dd17079f2584f3b7a54d67324d687e33ce141c]

        tdf#86472 Fix breeze borders and set breeze_dark fallback
        
        Change-Id: Id7c536fee42e9f8c69dd058aa683baf5be58def6
        Reviewed-on: https://gerrit.libreoffice.org/29620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-09  Yousuf Philips  <philipz85@hotmail.com>  [c31d22c96e791b77a9e61e1fd08fbac482915188]

        Improve checkbox label in header/footer tab
        
        Change-Id: I608c18433ee27d3628a65ca3d0d666e384fce950
        Reviewed-on: https://gerrit.libreoffice.org/29615
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [1d2b35ebd30a1361c0e7dfffd60f3d0453339715]

        No need for ScAddInDocs to be a class of its own
        
        Change-Id: Idfc06295dc3dc1a1dcabe9df1df76c47c874f090

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [e492d7bcd1a6f624b2d0eea14c4bf0872164e533]

        loplugin:fpcomparison, macOS redux
        
        Change-Id: Ie41be540209b4af7c0571f7c16bedd0665daff10

2016-10-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [97ebbb892993507fe19ca069534015637fde497b]

        Add better comment for this function.
        
        Change-Id: I9fb0b3cbb92c8f48b1ee2e2a53faeaf9a72b34f9

2016-10-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [4a411ab35a6a60dfafb3e06e8ac7bec29302d154]

        Reduce code duplication
        
        Change-Id: If45bd7d2d5c5ebda9fa8020138353c1224b2e1c8

2016-10-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [03a1143cc75161dab56b20f1ab9e723ddd0caa8e]

        tdf#102694, bnc#957991: Improve pivot cache reading performance
        
        When two or more tables have the same source data, then
        the grouping of source fields are shared between these
        tables, so don't need to import these grouping for each
        tables.
        The added code checkes whether we already imported the
        group fields and don't create them again using API
        functions, but apply the exisiting groups of an other table
        sharing the source.
        
        Change-Id: Iad6be9a9e30944ab9a241c8498eff95c6c356689

2016-10-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [73268333b0665d91a3d9be1917a7e8c9e6ecb11a]

        Pivot table tests: Check also grouped fields' name.
        
        Change-Id: I6b38e8e97613f63accf341115bbc1397ade07415

2016-10-09  Tamás Zolnai  <tamas.zolnai@collabora.com>  [db481dd30521f9ce498873cdc945cf9544bf983c]

        Pivot table XLSX import: PivotCache is not handled as a const object.
        
        Change-Id: I226902205e977deb1a4a73db33e3bf7671067bc8

2016-10-09  jan Iversen  <jani@documentfoundation.org>  [89bde37004c7777910d92b73e0ba7223c3bfe575]

        Updated core Project: translations  4eddabeb0f63e7eb0870de9f69e90efa4f744667
        
        Pootle update
        
        Change-Id: I7f5c838ed098887ec89500a59c974ddc828f13a8
        

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [995318e2996abac01dbbbc73f61e93cbb7acd453]

        loplugin:badstatics: reliably look into std container types
        
        Change-Id: Ifca7325533e3f7d5ce5c59cc6b14d4232d4fc792
        Reviewed-on: https://gerrit.libreoffice.org/29614
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [160478912af18a268c72907e6fd49bf6d95f0af2]

        loplugin:badstatics
        
        ScAddInListener has a member
        
          ScAddInDocs* pDocs; // documents where this is used
        
        where ScAddInDocs is set<ScDocument*>, and ScDocument has a memmber
        
          VclPtr<SfxPrinter>    pPrinter;
        
        so that's only a chain of (apparently non-owning) pointers.
        
        Change-Id: I050218320eb2c588dcfaee80225f4e45a515ed32
        Reviewed-on: https://gerrit.libreoffice.org/29613
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [2994586faac6a804b2d2b910133763ceb16134a0]

        loplugin:badstatics
        
        ...so make aPostedEventList a member of the global ImpSVAppData singleton
        
        Change-Id: Ie7ac49b56107eb393514d9ba1d91ee66296f60a0
        Reviewed-on: https://gerrit.libreoffice.org/29612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-09  Stephan Bergmann  <sbergman@redhat.com>  [b05d1349f3f355a33df47106434e5d5b1a0cec5f]

        No need for bitfield bool micro-optimization in these structs
        
        ...of which there is just one global instance each
        
        Change-Id: I0aae0c4b517223b4fa89b7c2fea10f26eb43d14f
        Reviewed-on: https://gerrit.libreoffice.org/29611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [28d3a6af0703c666d80e38c9c4b86024d830994d]

        convert CELL constants to typed_flags
        
        clarify some comments
        
        Change-Id: Ib6d55deb52eabc4289c20fd45eacb30fef6b1165
        Reviewed-on: https://gerrit.libreoffice.org/29087
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-09  Arnaud Versini  <arnaud.versini@gmail.com>  [ed5ca17dce1d088ce3fbbb3a30f748ba92cd07d9]

        tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxx
        
        Change-Id: I5e4b2abd5487a383af6a8e37a4c33a90d91ec2e4
        Reviewed-on: https://gerrit.libreoffice.org/29610
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-09  Maxim Monastirsky  <momonasmon@gmail.com>  [445f157a132ba977fc026746221f8e85daa289cb]

        Add title-based tearoff to DockingManager, take 2
        
        Change-Id: I2582756fd1fb6e823daa7336a7fb1ce5d752f83e

2016-10-09  Maxim Monastirsky  <momonasmon@gmail.com>  [23567618f0ee316aae080a7fa60e804282c0df07]

        mbGripAtBottom is always true
        
        Change-Id: I76db4c796933996cdf9d1782e9a6fb19ee7860a7

2016-10-09  Maxim Monastirsky  <momonasmon@gmail.com>  [3e4e5717d470f4bdb3477da6a979184b363a07e5]

        Just get the last window pos
        
        Change-Id: I1cf0964d11e9045366697b75c2606df6f62aa438

2016-10-09  Maxim Monastirsky  <momonasmon@gmail.com>  [9ffd74a37670f7c102595a460fb2c425eb58da62]

        Revert "Add title-based tearoff to DockingManager"
        
        Careful reading of the code reveals that WB_POPUP is what adds
        the tearoff title, not WB_OWNERDRAWDECORATION, so we can use that
        instead of introducing yet another title implementation into
        ImplPopupFloatWin.
        
        This reverts commit 6128a8311d37514c49c2fe3ba80f850a51de37d6.
        
        Change-Id: I681686c9a0bd79d80f43ce213caeef77dcbab6b8

2016-10-08  Federico Bassini  <kurogan21@gmail.com>  [a1297fc2df243d765ffb14f18bbdde158459b9f4]

        tdf#101442 change "Hyperlink" to "Link" for a modern vocabulary
        
        Changes to be committed:
        	modified:   sw/uiconfig/swriter/ui/characterproperties.ui
        	modified:   sw/uiconfig/swriter/ui/charurlpage.ui
        	modified:   sw/uiconfig/swriter/ui/framedialog.ui
        	modified:   sw/uiconfig/swriter/ui/objectdialog.ui
        	modified:   sw/uiconfig/swriter/ui/picturedialog.ui
        
        Change-Id: Id424d45d03eb744c3c9a14db0f7a7f3ace94c234
        Reviewed-on: https://gerrit.libreoffice.org/29573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [99357b2b080d801073abbbea83cb0dfdc9285297]

        Updated core Project: dictionaries  80f232b1f6622f774f07be86fe824f31d87c7590
        
        Calquing English’s title case is bad style in Spanish and Guarani
        
        I’d prefer not to have translated names here, but…
        
        While I’m here, let’s also write Guarani’s “puso” properly, with U+02BC.
        

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [c65386cec9398c7b8ce969d638cd1b5d98483f98]

        no radiobuttons or checkboxes loaded from src files anymore
        
        Change-Id: Ie10ebcf56a6145c8edeb903bed1beb0cf5cf8a7a

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [120621a128f4c2d4f39fd9f44c1a735d4c67991e]

        de-src solo PushButton resource
        
        Change-Id: Id6cd01c8bd4bf9ed36c17fd75ecce34eb7f36cc7

2016-10-08  Arnaud Versini  <arnaud.versini@gmail.com>  [face6b697741a94c2f445d745a279f9033c64258]

        TOOLS: Remove SvStream::ImpInit()
        
        Change-Id: I7a089e77586041bce662c33a5610df122d5a74be
        Reviewed-on: https://gerrit.libreoffice.org/27940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [6bca505449ccb625505b8ba0785862d83ea6d16d]

        drop ResId forward declaration
        
        Change-Id: Iaf79718ef607f23d7770f955170ea4f0953067e4

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [8413d6a91d5d03c0c47a8fbd2e41cd45cec95a1c]

        stray unused pushbutton and fixedtext resources
        
        Change-Id: Ia610c28e93e853f17e80ffb5203928474113c300

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [45758da19a376233fd7bc4fdf26bd3d012c5c135]

        de-src last two RadioButtons
        
        Change-Id: I8e6f7ec86a17b2ee87a62a5fbe235047413ec403

2016-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eadd75ef212b4dd1b43aeacb34c8dd3ab40df369]

        skip hidden rows/columns for spellchecking, tdf#99607
        
        Change-Id: Ic84368f4bb70973c3c5f5293d852fc573c5f73f7
        Reviewed-on: https://gerrit.libreoffice.org/29601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-08  Caolán McNamara  <caolanm@redhat.com>  [7520e8c0221ec7aa06125dcfafae48c9e37999ae]

        60x86 is the logical size not pixel size
        
        Change-Id: I84ad47f33dd142296a0f57cf8002861807c3b282

2016-10-08  Stephan Bergmann  <sbergman@redhat.com>  [d4936e876b1b965505ee2e82efaa35eef65d2135]

        Silence false MSVC C4701 warning
        
        ...about use of potentially uninitialized aRowHeightRange.mnValue in
        
          nSum += aRowHeightRange.mnValue;
        
        Assuming it is indeed a false warning, as
        
          if (aRowHeightRange.mnRow2 < nRow)
        
        will be entered on the first round through the for-loop, and the call to
        
          if (!mpRowHeights->getRangeData(nRow, aRowHeightRange))
        
        will then probably initialize aRowHeightRange.mnValue
        
        Change-Id: I6f942884386e2a9ed5d215bbd183ed584d254658

2016-10-08  Stephan Bergmann  <sbergman@redhat.com>  [98be23b2e6f4e62a0d3681996cdcacb0f7fa16c4]

        loplugin:vclwidgets
        
        Change-Id: I4f11af544daa2d973ccae27c49dc0143944b9c40

2016-10-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7345a032bb6758dcbe425c911d557d0b22d7d5ec]

        Reduce the number of calls to underlying flat_segment_tree structure.
        
        By replacing the getValue() call to getRangeData().
        
        Change-Id: Ia563b08dd356d9653e6a6ce16256196b28f56b65

2016-10-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f37292941fef7375b8bc29783f54e0c64d670a24]

        Write test case for it.
        
        Change-Id: I63f8b5d490686f838c0618d670bb21a957690866

2016-10-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [61b76cd8ca6a4a98a2ffe6fb42c73eba561aa87f]

        Properly skip the hidden row(s) at the end.
        
        This method is supposed to return the first visible row that occurs
        below the specified hight.  The old code would sometimes return a
        hidden row.
        
        Change-Id: Idf32c625c4f51355cd5d8a9f12ae9bbdddd4e5aa

2016-10-08  Michael Stahl  <mstahl@redhat.com>  [06f91e5c6d4528de00a188f0f8ba4b5678b94ad3]

        svl: convert DBG_ASSERTs to assert
        
        Change-Id: Ied13d6588e1c6677898a8151fa881804c3c58ff1

2016-10-08  Michael Stahl  <mstahl@redhat.com>  [a97d2c7a4248dc8bd6b3b3c28d07cf4a573ba074]

        svl: convert some DBG_ASSERT to assert
        
        Change-Id: Id859f5584b52849d5a40e0f9946e0bf58761fbcb

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5227e5b269be52d4ab614db5f1b3a52588b56404]

        Non-BMP chars are now covered by HTMLOutFUncs::Out_Char
        
        ...and use the rtl/character.hxx functions for surrogate handling
        
        Change-Id: I32002f990e4f211932a99652cdfd7992d3ea6329

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [70abef48308e1c23558ca1152b6fbb0c56e867e7]

        no CheckBox loaded from src files anymore
        
        Change-Id: I3211707d38c15a6fd3edcbe70fc3cee9b65dd6f6

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [64a5f3b9835c56b27efd678916ab48ded872ce08]

        de-src RID_HELP_ONSTARTUP_BOX checkbox
        
        Change-Id: I30ff54c55078333526ad34256f1c81c62fca920c

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [4b309834ee78236ad9cd3a29901fb6109b5833b3]

        HID_HELP_ONSTARTUP_BOX goes nowhere in help
        
        Change-Id: I9a8556fcda0bd39107491dd178b816e4421f160c

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [70e671ad6d3cfe224787a2249874c08bb4f96007]

        two unused CheckBox resources in sw
        
        Change-Id: I5716c22693c89c7d546c62703d63b7d150daa2cd

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [f60ea9332bf04bae743653298cbce9e48146ca35]

        de-src SvxStyleBox_Impl combobox
        
        Change-Id: I42963a03fcc2657f55fb7b807aa5312c654928cd

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [50a51edb6de06eb7615b2b3fdcdf1ee9e4db23fe]

        no SpinFields are directly loaded from .src files now
        
        Change-Id: Ie9280d465e86b5f5b87ffd7b2944f3ed789724d1

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [141a4ac1d21121a4e46470c797c6fce741151fee]

        convert calc navigator to .ui format
        
        Change-Id: I74d718b128ea1d795ab01da1234f58cfe1852aff

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [6e14f159b4fd13f8760ab19496f1e465a19c28e8]

        Updated core Project: help  2729e2ce77fb2bb13307f86d23c4ac9c0a87799e
        
        drop unused HID_HELP_ONSTARTUP_BOX
        
        Change-Id: I7bc262782089f5603d61028431af5d6e378891eb
        

2016-10-07  Michael Meeks  <michael.meeks@collabora.com>  [26219783bdf06d1fd0ddaf82f5a1c6fb08015aa0]

        sc: Allow paste to overwrite existing data in tiled editin mode.
        
        Change-Id: Ibb7a4697a509d011dd8a6a1793f41d4c73d1f253
        Reviewed-on: https://gerrit.libreoffice.org/29598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [e150e9c45c9ecf519fa76bd055adf8cc26ced91f]

        Recognize fps/ path
        
        Script was tripping over this valid reference:
        From source/text/shared/guide/cmis-remote-files.xhp,
        we did not find file fps/uiconfig/ui/remotefilesdialog.ui.
        
        Change-Id: I42b178742f7f168177c525191f54b43d3a5821d6
        Reviewed-on: https://gerrit.libreoffice.org/29571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [1acf07e3ad9f25f4e0f2f3f3314f913c8544059e]

        Updated core Project: help  002cb35f42378ed4f0bf3e7237958de20364f1a9
        
        test-hid-vs-ui: Correct reference to the 'FramewURLPage' element
        
        From source/text/swriter/01/05060800.xhp, referenced items
        ['FrmURLPage'] were not found inside sw/uiconfig/swriter/ui/frmurlpage.ui.
        
        Change-Id: Ic310f8336c4f35e089ec89609ae9813d1c947910
        Reviewed-on: https://gerrit.libreoffice.org/29561
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [75596b86c4a723e2cd93edc6ceebe4a7eadbcbcc]

        Updated core Project: help  144ddfd10227e1df5278f30d769db6d764113802
        
        test-hid-vs-ui.py: Fix reference to the FrameTypePage element
        
        From source/text/swriter/01/05060100.xhp, referenced items ['FrmTypePage']
        were not found inside sw/uiconfig/swriter/ui/frmtypepage.ui.
        
        Change-Id: Id90eac6a6e056ac7f41865d47a883e11d064a6a0
        Reviewed-on: https://gerrit.libreoffice.org/29563
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [0eec94f50a4d59f1bd46c5f75ece99c31e46d1d1]

        Updated core Project: help  290fafb8251ba86d9ab9eb33c8190ab1dea1e429
        
        test-hid-vs-ui: Drop help text of removed option 'Export'
        
        From source/text/shared/optionen/01030500.xhp, referenced items
        ['export'] were not found inside cui/uiconfig/ui/opthtmlpage.ui.
        
        Change-Id: I88257e0762061d6c4760864736f6b0bd8cd8ed60
        Reviewed-on: https://gerrit.libreoffice.org/29564
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [6e431b0fee2bb56acf9868635b55adcda8767315]

        Updated core Project: help  8d725fbc2ee0681358d37a0f65619781bfdecfc3
        
        test-hid-vs-ui: Drop help text for removed UI elements
        
        From source/text/shared/optionen/01040200.xhp, referenced items
        ['vscrollbar', 'hscrollbar', 'ruler'] were not found inside
        sw/uiconfig/swriter/ui/viewoptionspage.ui.
        
        Change-Id: Idb0ba9cabe6289580ca63d11331a7b91a5f9da04
        Reviewed-on: https://gerrit.libreoffice.org/29565
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Michael Stahl  <mstahl@redhat.com>  [82f3b262f887f832a84ce969cf2da0eedf5babbe]

        xmloff: fix --enable-mergelibs build
        
        ... by merging all object-using CppunitTests into uxmloff, which is
        already disabled for MERGELIBS.
        
        Change-Id: I12ad08660fd714cceba2fe9b855cdb1bbda19c2d

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [d6b27080a356d25e87ca2701a4e1e5d2bdc2630f]

        Updated core Project: help  6b3c7ef49473eab14473f472e73013596c517a0e
        
        test-hid-vs-ui.py: Drop help of removed UI elements
        
        From source/text/shared/01/05210400.xhp, referenced items
        ['load', 'save', 'hatchingslb', 'anglectl'] were not found inside
        cui/uiconfig/ui/hatchpage.ui.
        
        Change-Id: Ifc76ca0a1894f24bb76265ce8d3d10b55f753908
        Reviewed-on: https://gerrit.libreoffice.org/29566
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [c9af0d3777abe8030b87e5405f4ff7d237a484bf]

        Updated core Project: help  3397dc7e5b3c126a2080c3f8a96b9ece8b2aaba4
        
        test-hid-vs-ui: Drop help of removed UI elements
        
        From source/text/shared/01/05210300.xhp, referenced items
        ['load', 'gradientslb', 'save'] were not found inside
        cui/uiconfig/ui/gradientpage.ui.
        
        Change-Id: Idd6a02c766d268bca806b30bd73787cb12f78338
        Reviewed-on: https://gerrit.libreoffice.org/29567
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Gabor Kelemen  <kelemeng@gnome.hu>  [bd732627dc95ba097a1d59b0c0f67812aaa13fc3]

        Updated core Project: help  2e76562c5f1e2afb5753c3ee9443b1df4b1b0cde
        
        test-hid-vs-ui: Fix reference to 'replace_backwards' UI element
        
        From one of ['source/text/shared/01/02100000.xhp',
        'source/text/shared/01/02100100.xhp'], referenced items
        ['backwards'] were not found inside svx/uiconfig/ui/findreplacedialog.ui.
        
        Change-Id: Idc762c8bb3e290d99e62a7dbee7f0e7ecbdcc950
        Reviewed-on: https://gerrit.libreoffice.org/29568
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [4b81e61682e7af2af0c00c0a267d4a1f267c45f1]

        tdf#102370 Correctly export to Excel exponent without sign
        
        Exponent without sign in scientific notation is coded in Excel with a minus
        sign replacing plus sign: 0.00E-00 for instance
        This format is already correctly treated in Calc but was not correctly
        exported to Excel or ODF
        
        Change-Id: Ide117b04e0eb887c6cdd6699ae8ec723d1d29d50
        Reviewed-on: https://gerrit.libreoffice.org/29198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-10-08  Tamás Zolnai  <tamas.zolnai@collabora.com>  [9d19634c8e719a80674ca4b3dfc3c7e49f049e5b]

        Pivot tables: Fix XLSX import of nested date groups
        
        Same fix which was added for other kind of groups:
        f697d7aa5c26f9fcfd717b76a4827a5bcb38325e
        
        Change-Id: Ic35602ce32cc35933edebc6256e85b2a2a691b77

2016-10-07  Eike Rathke  <erack@redhat.com>  [21d8c021b3b0a8cdb946daf9116be64a497fdb91]

        unit test for tdf#101562
        
        Change-Id: I4cf35e541875e89928d43b1f7e8392908c3ffb0b

2016-10-07  David Tardon  <dtardon@redhat.com>  [18537bead90d87bc50230c746c42638125f02812]

        don't call inflateEnd if inflateInit failed
        
        This fixes the following valgrind message:
        
        ==12572== Conditional jump or move depends on uninitialised value(s)
        ==12572==    at 0x1505C89C: inflateEnd (inflate.c:1258)
        ==12572==    by 0xD17644D: ZCodec::EndCompression() (zcodec.cxx:106)
        ==12572==    by 0xD17724E: ZCodec::AttemptDecompression(SvStream&, SvStream&) (zcodec.cxx:405)
        ==12572==    by 0x5F17020A: PlainTextFilterDetect::detect(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&) (filterdetect.cxx:157)
        ==12572==    by 0x3C3F098C: filter::config::TypeDetection::impl_askDetectService(rtl::OUString const&, utl::MediaDescriptor&) (typedetection.cxx:1040)
        ==12572==    by 0x3C3F0449: filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor&, std::__debug::list<filter::config::FlatDetectionInfo, std::allocator<filter::config::FlatDetectionInfo> > const&, bool, std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >&, rtl::OUString&) (typedetection.cxx:946)
        ==12572==    by 0x3C3ED6A1: filter::config::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, unsigned char) (typedetection.cxx:427)
        ==12572==    by 0x49B232CF: OwnView_Impl::GetFilterNameFromExtentionAndInStream(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) (ownview.cxx:219)
        ==12572==    by 0x49B011EB: OleEmbeddedObject::TryToConvertToOOo() (oleembed.cxx:268)
        ==12572==    by 0x49B03AD1: OleEmbeddedObject::doVerb(int) (oleembed.cxx:837)
        ==12572==    by 0x9F5C353: SfxInPlaceClient::DoVerb(long) (ipclient.cxx:946)
        ==12572==    by 0x402D395A: SwWrtShell::LaunchOLEObj(long) (wrtsh1.cxx:588)
        ==12572==
        
        Change-Id: I51c0fbdc185897c60f6c0099b96c6ca9c25a35ba

2016-10-07  Eike Rathke  <erack@redhat.com>  [866eb4a7f93414932b8669d1a6afe0611655dfb4]

        Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchanged
        
        ... so area broadcasters can be "adapted" (though not changed) and
        broadcast a change to invalidate listening lookup caches.
        
        This is the delete row part of the bug scenario.
        
        Change-Id: Ie6072a6b8e7967faa135a3c4d0a9024b6afcd69c

2016-10-07  Eike Rathke  <erack@redhat.com>  [180fe3e991432a5ab1ef573686ff9b35c732756b]

        tdf#101562 inserting within an entire col/row reference needs to flag change
        
        This is the insert part (e.g. Undo) of the bug scenario.
        
        Change-Id: I87060bd9f0ad6d58a11308e58e7ce56875327c52

2016-10-07  Szymon Kłos  <eszkadev@gmail.com>  [1b786fb2db9b555fd9882487f1f0375bd93f6e32]

        tdf#102776 : switching the menubar in all windows
        
        Change-Id: I74804605ec9dd15d1e4dbea15f09709dbf9c8770
        Reviewed-on: https://gerrit.libreoffice.org/29580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [3d5d631e5ea9dd897abd5de61a92a75ba22b040e]

        SfxViewFrame::GetParentViewFrame_Impl always returns nullptr
        
        ...ever since 4d61332a3cb172cdfe29f64efb325f6ef20c573c "[CWS autorecovery]
        removed (now) unused methods in Sfx(Top)Frame"
        
        Change-Id: I3a1bc00d8a11337211cdf7265ad8e5e7d5363600

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [ff2a399b61f34f7920e594e8cbb6c19045b24956]

        SdDrawDocument::GetHitIMapObject rCmpWnd param is unused
        
        ...ever since 8a6861a404c082226b52df335e3b0046164e6432 "initial import"
        
        Change-Id: Id048d7ae1a1aa855b33e2490154ee449f16c9b2f

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [8b3cfc02e636e0810b5d72b311bd73f1eb442cba]

        these navigator entry menuitems should be radio checks
        
        Change-Id: If85c9195a646622091ae057b5ad7d0ec866f0348

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [83fda3d887820f09d76fef21c0a83af93dbbc6b1]

        Updated core Project: help  1b422723b57ca4bd856ab5eab9e9dd7767888a2c
        
        update help ids for calc navigator .ui conversion
        
        Change-Id: I9d712222a91bc1c9fbef6c4bd92c10d46f59090c
        

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [e20e8af3631976c24da0128fa5cbce21f5a815ca]

        Fix mis-merge in comment
        
        ...introduced with bf3caf8afaec110857a32cd129ee9d85fcb24970 "INTEGRATION: CWS
        adarefilterteam29: #i20264# Applied patch from tono@openoffice.org for writing
        in local charsets"
        
        Change-Id: I411af51f447f820dfd4a85506d6e12dbff8f298f

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [e738e79d21c8f48784602efdd915aed3ef2a7c2d]

        Clean up RTFOutFuncs interface
        
        Change-Id: I934f2375474035504b4ba9612af4f45a7d05ce9b

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5c2894222beed4b30c6be0379cade228c42c5610]

        New rtl::splitSurrogates, remove code duplication
        
        Change-Id: Ic96b64244f817196ccdfe06b97f7f31291adf372

2016-10-07  Michael Stahl  <mstahl@redhat.com>  [d211dafa9e35d9af26acc274b18a32b8ca0b937a]

        svl: remove #include windows.h from svdde.hxx
        
        Move Win32 stuff over to DdeInternal class where it can be better
        encapsulated.
        
        Change-Id: Ia3d4c72cf7ad1b7d54bef5d175c579cd426407e7

2016-10-07  Michael Stahl  <mstahl@redhat.com>  [ce650fc1cd83ff94183b783c95b9f20aaa14f942]

        Revert "More blind fix for --enable-pch Windows builds"
        
        This reverts commit 1b613450f85d052b7343eacefd79abbfe4f35e2f.

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [1b613450f85d052b7343eacefd79abbfe4f35e2f]

        More blind fix for --enable-pch Windows builds
        
        Change-Id: I8e7c79a4d3a9d6c226f9d112c59ada5a7f76c7a4

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [6e98009240b492fda7cfbbdf0e8a01773eeffe64]

        More blind fix for --enable-pch Windows builds
        
        Change-Id: Iaa9f697270fe47c30170925f4c66092c15efa4bf

2016-10-07  Michael Stahl  <mstahl@redhat.com>  [41c2c9ea02e6db37fd23012873fd30d665729122]

        sfx2: resolve "enum ApplicationType" conflict...
        
        ... with windows.h by putting our enum into a namespace, and while we're
        at it convert it to enum class etc.
        
        Change-Id: I804cd82565e77e6ab9a9d3a529f1ea43379fe0be

2016-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8fab6ab36589d0dcd75d45feab43a0b06b7f2a3e]

        filter: don't loose signing description during pdf export
        
        The free-form string attached to a signature is called description
        during ODF/OOXML signing. The certificate chooser dialog has an input
        field to provide that.  The PDF export dialog's signature tab reuses
        this dialog, but also provides an an own reason input field for the same
        purpose.
        
        So in case the generic dialog's description field is filled, don't
        simply throw away that string, but set the pdf export's reason field to
        the same value.
        
        XDocumentDigitalSignatures.idl is not a published interface and it is
        used only internally, so the API change is only nominal.
        
        Change-Id: I6d4cf0b3f586417a76a052dc30c960478a95c984

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [96814d2469f476790999634a1b7a9cd75447bef7]

        Minor performance improvement of previous patch
        
        Change-Id: Ia6c9d4ab15a81c6afd051f24e50983bc2af6d019

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [375b99cad4a79d26a6cbcd0f71bc12b312d95818]

        rhbz#1382401: Support surrogate pairs in HTMLOutFuncs
        
        Change-Id: Ib578f758e4f5f355a79a014c2ad4660924dd34a4

2016-10-07  Michael Stahl  <mstahl@redhat.com>  [62b75cd1698474b9232b46777e418de4786a3132]

        tdf#100302: gbuild: always use $(LFS_CFLAGS)
        
        Currently LFS_CFLAGS are only used in a handful of libraries but there's
        no obvious reason why it can't just be set everywhere.
        
        Also set it in windows.mk, i have no idea if it's needed for MinGW
        (certainly not for MSVC).
        
        Change-Id: I5f62e3011c2089abbf5539fc54c7ff10e07b1599

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [cb4bfd0c82bc31003d4cd949ed540773c83c04e9]

        More blind fix for --enable-pch Windows builds
        
        Change-Id: I0e95a5ec30a9418b2635c0dd7cbe74a72055552f

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [8e7462e7001f865864e1a55d237590e50ec9a7cc]

        Blind fix for --enable-pch Windows builds
        
        Change-Id: Ieffc0e8a29870dcc63c28fc644742b3e6a6031a4

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [7e68c64c1ed2cd14ccb4cf259831089c1aeb43b2]

        Make _WIN32-only DDE code use proper HCONV
        
        ...instead of various integer types.  Revealed that the GetConvId functions were
        unused.
        
        Change-Id: I6c6427bd8c14166e58bed3405084e3919bdc97f9

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [98ecb80ad8601b03509cb791b2db845350ac8d2d]

        sidebar theme loads pngs by name that are not picked up automatically
        
        anywhere else, so explicitly list them here in an auxillary ilst
        
        some are mentioned in sfx2/source/sidebar/Theme.cxx,
        and some are mentioned in *IconURL properties in
        officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
        
        Change-Id: I0cf3919c20277d4c88783f06da53c5e889049a06

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [373ab83193ee5e0e870cd2fecb5b789a95613bdd]

        Remove unused include file
        
        Change-Id: Id1a1dcc1d8d06e6a90861976cbb5616ec65ff234

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [3ee3b36ae0c064fb5c81268d8d63444309d1b970]

        loplugin:staticmethods: Don't be fooled by decls starting with macros
        
        ...like SAL_DLLPRIVATE coming from UNO include files.
        
        Change-Id: I9eb64c96b7e9e2a3742a166cedcf635d98fe65a0

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [3e993a51f14f2a2421ca80128fc9a316042f725b]

        loplugin:staticmethods: basic
        
        Change-Id: Ic8c8c8ad4470e14d662f478f6b859cd908c9f78c

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [8a3afbee5720d06ad426ba366829b904d7455fd4]

        loplugin:staticmethods: desktop
        
        Change-Id: Ic0c8ff1cd2809527ec4a3c4012af342bcab1308b

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [e1b1778b00227e11bd180db254ce6f2a20739394]

        loplugin:staticmethods: sc
        
        Change-Id: I7fb92d55a48e1a79568a25002bf17155b8f387b4

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [cff185e438f2db564d0309f1c790cd79be908351]

        loplugin:staticmethods: sd
        
        Change-Id: I150a2f4011981be28a0a8fc09c29d3f152bd8b78

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [a360d0b33a66be1ae190196e39c12b0494ba2840]

        loplugin:staticmethods: sfx2
        
        Change-Id: I64bd8564b335481a8cdfb053cc9563bea8ef47d3

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5700899b13826f27be9c43fa9d7b5df786dd66df]

        loplugin:staticmethods: svl
        
        Change-Id: I5cadb5e19790a941c719253966bc65d54e2b60bd

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [789280ef6450a3e484316ace55b082dfdb588f7c]

        loplugin:staticmethods: svtools
        
        Change-Id: I0d44473c34131d7e843a40ade7261c0022104bfa

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [358d88d08bbbee155aaf9eeb49846f75cbead1c5]

        loplugin:staticmethods: svx
        
        Change-Id: If03d9797fddd88662cf7d0ba2a70c2841983b37b

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [b9589f237b5d74f8b70f9478a5c04285b6fcfc5a]

        loplugin:staticmethods: unotools
        
        Change-Id: I99debf2434c72cf4f5d0859dfd7a40ae331c65ab

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [f1cb6a031e5ba3fbdfb722175d82f48ee1e6067f]

        loplugin:staticmethods: sw
        
        Change-Id: I2b06eb926ebc8ab04883da3272ea239a12e09436

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [cb2b7a951ba447796611eaf411842ef9572a3d6c]

        loplugin:staticmethods: vcl
        
        Change-Id: I9a563100400375cd185729282b3e4f1ff3a44151

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [51e472296b42ea27532c80f68ed741ce204e1e59]

        loplugin:staticmethods: xmloff
        
        Change-Id: Iad001ce011cd6aff4af9bb2e9129abee7fb935dc

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [ac9c9de9af46918ce79afd17f78600b01439d562]

        loplugin:staticmethods: xmlreader
        
        Change-Id: Ibb345883350019a6623dbeb9ab437482f2b2923a

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [6a64d97ea118c3252ce21a157368a3a15f1607f5]

        we don't need the code, but we need the images in the src file
        
        apparently so they can be found at postprocess time and
        inserted into the image zips for the use of the pngs by
        other consumers
        
        Change-Id: Ib45834da69462109fdf7502176a6f4721057d980

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [4dab1026198907dc7821dc5fdf1971945d552cb7]

        merge copies of flushing code together
        
        and give it descriptive name cause it confused me as to what it did
        
        Change-Id: I37b761ab917a75c8364db9c3f7b4896c2dd217bc

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [a47d1a47184e84755f0f28300a1e477b2a6c1176]

        might as well rearrange these flushes to all look the same
        
        no logic change intended
        
        Change-Id: I0f2552ad604d83eea46822aba137cc780c3be60a

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [35dce8716bcc60b967e704564a30e2110167ad58]

        for 0 len arg, the source might as well be nullptr for these flushing cases
        
        Change-Id: I59a3c04d0cbeb92cd0d9348c2ed0cf65cb5683d4

2016-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7ff853a5d568bf61e06c3b3d4ccacc34a3379e6]

        i18nlangtag: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I2f7134c8308b68c0a01c83d7f1427d18ec7b164a
        Reviewed-on: https://gerrit.libreoffice.org/29584
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [caa1874ad72005de263e6fd13ee8c660bedc01c2]

        Revert "SidebarResource doesn't do anything useful"
        
        This reverts commit e9886d32923e5fa3995f44701f27148f59df5c0f.

2016-10-07  Stephan Bergmann  <sbergman@redhat.com>  [b8711a13834d4b141bb41de915702131dcc494e7]

        loplugin:nullptr: remove duplicate warnings
        
        Change-Id: I859d9ac8f7e4134bdac59b39e95eb563d1291e8b

2016-10-07  Caolán McNamara  <caolanm@redhat.com>  [5d2210d5f3fecbd922fdccf0fa9d4b057880b409]

        might as well go back to a std::stack now
        
        after...
        
        commit 8daf6707ef203b26a744140f74d7cd231a25f0dd
        Author: Michael Stahl <mstahl@redhat.com>
        Date:   Thu Oct 6 23:37:51 2016 +0200
        
            xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodt
        
        Change-Id: I57f10e60a2f76dde048a594d8391bb5b246dfc63

2016-10-07  Tor Lillqvist  <tml@collabora.com>  [82e87b0d7c568db8fa240fb9a842a6611f73f2d7]

        loplugin:staticaccess
        
        Change-Id: I392855967480a70712551f73c9481a8d540d2068

2016-10-07  Tor Lillqvist  <tml@collabora.com>  [bdb36cde1858efa8dfdc16ebb7f4baf87a5426da]

        loplugin:defaultparams
        
        Change-Id: I2bf415d8565c5b290ae2d62d321de58360f79612

2016-10-07  lbenes  <lukebenes@hotmail.com>  [ade43e6a86e4f864e771f4b3008a428bc10fa55f]

        tdf#102997 Fix Error in OOXML Transparency Conversion Math
        
        This fixes the import logic for tdf#100830 to handle transparencies other than 50%.
        
        Change-Id: If4e2e369a9674488878bb0a4378d48292ea4e0cb
        Reviewed-on: https://gerrit.libreoffice.org/29581
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-07  Mike Kaganski  <mike.kaganski@collabora.com>  [bf25013d4332dd7ed18f591e1d8c0e9591b0a8a7]

        tdf#39256: Fix "Orientation treated as Escapement"
        
        This fixes #5 issue of abovementioned bugzilla entry.
        As LO font doesn't support individual rotation of characters,
        now we simply ignore lfOrientation (as MS Word does).
        
        Change-Id: I36fd05f8e27f768ea690527360434df29e1d843f
        Reviewed-on: https://gerrit.libreoffice.org/28684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-10-07  Tor Lillqvist  <tml@collabora.com>  [0876bf5c7cd0c56868350eb702614698ee5466c6]

        loplugin:nullptr
        
        Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55

2016-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [33c57f15501dbd05834cd8844e9124b06536e62c]

        starmath: Simplify code with std::unique_ptr
        
        Change-Id: I2f6f993b92ae7f2f89b2d9d6c89b51d827226a3d
        Reviewed-on: https://gerrit.libreoffice.org/29554
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-06  Michael Stahl  <mstahl@redhat.com>  [8daf6707ef203b26a744140f74d7cd231a25f0dd]

        xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodt
        
        Change-Id: I3310699020bfea085eb62c50a7d5de25af51c1b1

2016-10-06  Gabor Kelemen  <kelemeng@gnome.hu>  [e7fac51c777fd9d1383e2c83947a828eff75a073]

        Updated core Project: help  298738d4bdfd00f9e73d53d4821d740fab494a90
        
        test-hid-vs-ui: Fix references to UI elements
        
        From source/text/shared/01/05280000.xhp, referenced items
        ['slantx', 'slanty'] were not found inside
        svx/uiconfig/ui/dockingfontwork.ui.
        
        Change-Id: Ie45282d59f51427e79a334e7d62588ac3bc62ac7
        Reviewed-on: https://gerrit.libreoffice.org/29569
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-06  Gabor Kelemen  <kelemeng@gnome.hu>  [34cf55685550616b0a00d40078f1b518bda89946]

        Updated core Project: help  5e1ffc32d24ea75aa762a8b8c2b9f2b8ada0fa0e
        
        This ahelp path should not start with hid/
        
        Change-Id: Ia36807f1d233b94e6c191ce8434ebd26cb8cbd76
        Reviewed-on: https://gerrit.libreoffice.org/29562
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-07  Maxim Monastirsky  <momonasmon@gmail.com>  [5e87eea81bab8a954a2c1ad6c923dd4134ec8901]

        Base SvxLineWindow_Impl on ToolbarPopup
        
        Change-Id: I93dbb180fc65bca77e0eb58f116d0a0a5266556a

2016-10-06  Szymon Kłos  <eszkadev@gmail.com>  [2796291bd84eeb71115f3d9fb3b8aec67c4f4214]

        tdf#102776 : fixed Notebookbar hiding
        
        Change-Id: I86cdf2aa9fd5167073da215f5baf50bb4f64f4dd
        Reviewed-on: https://gerrit.libreoffice.org/29579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-10-06  Eike Rathke  <erack@redhat.com>  [a5442b696697e4a24566b1f5b7e5c9bc77a9fd03]

        rtl::math::approxEqual(value,0.0) never yields true for value!=0.0
        
        ... so replace with a simple value == 0.0 also in other modules than sc.
        
        Change-Id: Ie7316505a1cf9c15100114b45d300facceb03b7e
        Reviewed-on: https://gerrit.libreoffice.org/29575
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [ff085ed8fd6438d855526a8a4d699960e4d3cc73]

        tdf#95845 Use CommandInfoProvider
        
        Change-Id: Ief823dd19bc1c56a4acf380bfec8d35bdb20ad96

2016-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [44ba8c2b986bb94b8809885bdf7dc97ae7db7398]

        We pass the controller anyway, so get the frame from it
        
        Change-Id: Idd8fc19b24f4d55cd0f836761d5f155b9310c3ca

2016-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [5507e9dda79b769e8bb2c079f725d93931e5c1c5]

        Fontwork controls should not allow tearoff
        
        Change-Id: I243d29779247a8ebf622e989161d90a8b343704e

2016-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [ee0992bd8ba10e47e9e9a383e5eb2def03d94813]

        Just use a reference
        
        Change-Id: Ie070591ca92f8ab74c738bcf6a86b94329ab8b88

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [e9886d32923e5fa3995f44701f27148f59df5c0f]

        SidebarResource doesn't do anything useful
        
        Change-Id: Id716c9f9caa1a1e4f8ae0e7e05837bebdec4335a

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [3d75fde3fce0924f41d562bc07268d8b66079abd]

        no ValueSetWithTextControls are loaded from src files
        
        Change-Id: If19daf643a9dfcebe57d5d4860f1f4282b39e5fa

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [86e807dcd0e7996599a147fae683012a593e1359]

        drop ResId from example
        
        Change-Id: I55719033e6d130673b208b58305e8062031a0a47

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [c874231c3ab0dc836db497ed63865a226e41bb45]

        de-src RID_JUMP_TO_SPEC_PAGE and RID_PVIEW_ZOOM_LB
        
        Change-Id: Ideb8eff9d89dbc207dcf7d1228070b2e4a954723

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [071f0dbc67009ed4749875f14d5d1cd2117e9445]

        drop unused HID_JUMP_TO_SPEC_PAGE hid
        
        Change-Id: I746787eb0a4d961a00372bf40dc1bb98e8ef3607

2016-10-06  Eike Rathke  <erack@redhat.com>  [e6b0ad680e6fa122e49bf01116edb049dc4b0570]

        Resolves: tdf#76836 use text format only for text content
        
        Numeric content is not to be formatted with the text format. Entering a
        value in such formatted cell still forces it to text content as usual
        and then it is displayed using the text format.
        
        The previous behavior displaying also numeric content using the text
        format was always wrong and neither Excel nor Gnumeric do it. A numeric
        content is displayed left aligned though, which also Excel does.
        
        Change-Id: I3038123b2bfdc4669a8f73840742da92a1df895d

2016-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [c872e3c432566811e7644e76d1359b91fb377144]

        Extrusion controls should not allow tearoff
        
        Change-Id: Ie4e2b42d3f261ded4f2c8778e6a099103d7d3663

2016-10-06  Marco Cecchetti  <marco.cecchetti@collabora.com>  [cd1d2b3e1b5802576414cf497a3d2b56e4b0eb70]

        LOK: Calc: page-up/down - cursor moves far more than a page
        
        Change-Id: I1253044f26553dab08bc2a38c706f634e9377c86
        Reviewed-on: https://gerrit.libreoffice.org/29578
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-06  Eike Rathke  <erack@redhat.com>  [af58bbf076069dc3dd467e9b9f0c34b937c2c09c]

        rtl::math::approxEqual(value,0.0) never yields true for value!=0.0
        
        ... so replace with a simple value == 0.0
        
        Change-Id: I66bb05517467ff6f5e08852024ef6e067e6d6883
        Reviewed-on: https://gerrit.libreoffice.org/29570
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-06  Michael Stahl  <mstahl@redhat.com>  [e0d373bf5328bfe84079f094dd605bb8f4337330]

        tdf#101813 sw,sfx2: enable inserting master document as section
        
        Traditionally only ordinary com.sun.star.text.TextDocument could be
        inserted as a section but then commit
        3da8f3680556e0163f660a0a159930337c8c32ff unintentionally enabled
        inserting everything, including master documents
        (com.sun.star.text.GlobalDocument).
        
        I'm really not sure if this should be allowed or not but apparently
        somebody finds it useful so here we add some crude hacks to enable it
        (to be reverted in case it causes trouble).
        
        (regression? from 805fd1ca343d6295b8114a24cc29bdac332f266d)
        
        Change-Id: I439b2516fcbe54977ff04e487a920acd38c27152

2016-10-06  Eike Rathke  <erack@redhat.com>  [c13a19d462ef595201447272e357a65f5c005521]

        remove approxEqual() from OpenCL
        
        It's only use was approxEqual(value,0.0) which doesn't yield true for
        any other value than 0.0, so replace with value==0.0
        
        Change-Id: I9f4f496c94c2a24e934a1d33c070a070e4f2e1c6
        Reviewed-on: https://gerrit.libreoffice.org/29576
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [7543399f7278d573f157a48016f407bde3088e15]

        coverity#1373441 Side effect in assertion
        
        Change-Id: I10a8298e5379fa93a5d3616202a7802c0eda1cbb

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [8e61b0150b9d62d8ffd40089f69f49055187c998]

        drop loading Colors from src files
        
        Change-Id: I43f2fda133371a1284a53beeeb774552210c7e3f

2016-10-06  Stephan Bergmann  <sbergman@redhat.com>  [e03499917e0801ee9e16996a62185c3cd4e08a09]

        loplugin:fpcomparison: also look into member functions
        
        By accident, the plugin had only looked into non-member functions until now.
        However, for the vast majority of newly found cases, it is unclear to me whether
        the relevant code needs fixing or not, so I put all those into a giant whitelist
        for now.  Maybe the plugin's sginal/noise ration just isn't worth it, anyway.
        
        Change-Id: I7997a0ebdb4211af208285611656a40ead97d935

2016-10-06  Stephan Bergmann  <sbergman@redhat.com>  [f8ecdb7619cad29a6187004e28075efd928bd8aa]

        Simplify AstExpression::compare
        
        ...to only work with LONG values, as it is only used to compare enumerator
        values.  (But keep its general defensive-programming air that's so prevalent
        across the idlc code base; not sure whether it could rightfully be tightened, or
        whether this might be needed in parser's error recovery.)
        
        Change-Id: I15f1700834f9397f3c2e0ffdb00e2abeecb734f9

2016-10-06  Stephan Bergmann  <sbergman@redhat.com>  [187d7f8f527217c1f958feec7d3a83f866a8e477]

        CPPUNIT_ASSERT[_DOUBLES]_EQUAL
        
        Change-Id: I417cea926abcc511e74a090ee90a851c138ac0c0

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [f5e2a466066053d70e5ff6a0cc1857910b01a9b6]

        drop unused STD_MASKCOLOR defines
        
        Change-Id: I9e6d499788467e5215464cf8f5146721b847909c

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [e46e82a064c552b7e1f9f3bc14fbd95c35980b22]

        coverity#1373513 Uninitialized scalar field
        
        Change-Id: Id035cb04c0cd7879d7075b7c1bcd0359564f2f0b

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [6e57881e9908f6263069f3b3a585bc404799b9a4]

        I can't see any evidence of any remaining magenta mask using image resources
        
        Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d

2016-10-06  Tor Lillqvist  <tml@collabora.com>  [fe5e9610df64709cf505c0b5dc74aef2f55c1b77]

        Add FIXME
        
        I just can't even.
        
        Change-Id: Iab3572847bcbe63cb3c19bb027c8a6388c90fd59

2016-10-06  Tor Lillqvist  <tml@collabora.com>  [3456004fd5fce1bb2545e1eded708a2366ad73bf]

        Add FIXME comment about the OpenCL approxEqual() we define
        
        Note that the OpenCL approxEqual() is used only in the implementation
        of the RATE function, which is not in the trusted subset anyway, so
        that won't actually be used.
        
        Change-Id: Ide30921b1e1f48abb68b5dc64bc2da2fa802038b

2016-10-06  Tor Lillqvist  <tml@collabora.com>  [321a0625bd153dfb522d7f9574d698f632ab7262]

        Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fb
        
        Change-Id: Ieb6e6555f79c8030672a58a23248a2a5e7f8e09d

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [d999e48fda17c3525a0c3798d36e1a2102b6f297]

        drop unused RscImageListFlags::MaskColor
        
        Change-Id: Idb34feecb710c1415cf8863717809927665cd31b

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [d47486ccd691f8681d324b3f86a345304300f3b5]

        drop unused bmp format images
        
        Change-Id: I186d579671712a2bdd21ab2f4bd81fed403f67aa

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [04ba40c749fe01e226d30dc5d075e510d70bf48b]

        ImageList just reads and discards the MaskColor, so drop it
        
        Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e

2016-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dfa3161896a0e045da3b5cf656ebd8f40044a46]

        vcl: allow runtime disable/enable of pdf writer compression
        
        Replace the DEBUG_DISABLE_PDFCOMPRESSION ifdef with a
        VCL_DEBUG_DISABLE_PDFCOMPRESSION environment variable. The less build
        configurations we have, the better, I guess.
        
        Also remove the COMPRESS_PAGES define, which was exactly defined when
        DEBUG_DISABLE_PDFCOMPRESSION wasn't.
        
        Change-Id: Iaa5530317432e59dee0d3ea2cb606661e8283835

2016-10-06  Eike Rathke  <erack@redhat.com>  [6a5a7d24974378ed54c83a9c618b48825a52fafa]

        ScTransferObj::ObjectReleased: prevent ScModule nullptr access
        
        This happened when in the debugger sitting on a break, switching to the
        application, hitting Ctrl+Q to quit, the Gnome "application not
        responding" query box appeared, then continuing in the debugger,
        answered "quit without saving" in the application while the Gnome query
        box was still displayed (which usually disappears automatically if the
        application runs again). Apparently some race condition between system
        clipboard and the application being torn down.
        
        Change-Id: I6accc29a14dec15f9fc7c2aeadf57475de148b2d

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [c8c4f28f1131f4e993f5cc7693077457b03b4400]

        no MetricFields are loaded from .src files now
        
        Change-Id: I4b30cbc7bc6a3a3a635c3889d43b7fa6513209f5

2016-10-06  Stephan Bergmann  <sbergman@redhat.com>  [65b1fee217f03dcaff498ba21fac77ef8a320a0b]

        Replace DdeString conversion opreator with proper function
        
        Change-Id: Ia6a9b40ea33dd9bff8322d8cff1692926f6d1db0

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [b225f421e82635093d1ad1eae4272a85089fbc3d]

        drop now unused sfx2/sidebar/ResourceDefinitions.hrc
        
        Change-Id: I151a37a37435a44e7331d957bd9d36f84cdf8677

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [3e0fa1ebbc9fc002af3164b40f11239726920fd9]

        drop unused hids and hrcs
        
        Change-Id: Id9a49391de6283ee15cb6e12564c3f57762ddffc

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [c7a2bbfa34233953fb7e675ec9ecd22c4ea96e1c]

        convert AreaTransparencyGradientPopup to .ui
        
        and
        
        1) merge with AreaTransparencyGradientControl
        2) grab focus for keyboard a11y like similar popups
        3) use degree symbol instead of "degrees" text
        
        and it now grows nicely to fit everything in correctly
        
        Change-Id: I326f3393165f7a098d739be70b644b29dd5238f0

2016-10-06  Heiko Tietze  <tietze.heiko@gmail.com>  [b15fef02c9311e0c160906769abbf96a96e56c73]

        tdf#93782 Reversed line endings and tdf#92152 half-arrow heads
        
        Artwork by Yanpas and Dipankar Niranjan
        
        Change-Id: I395b32953a791ae5f93e8e24120ca8c166677c50
        Reviewed-on: https://gerrit.libreoffice.org/29555
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-06  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b07163d73a28e7792011edddf246726919364a26]

        tdf#102852 Fixed BreakDlg
        
        Needed to ensure correct return value in dialog
        and that it repaints
        
        Change-Id: I029d10b6699629b2f2f8651f6d96ceceba7a3d8c
        Reviewed-on: https://gerrit.libreoffice.org/29401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [c5d355e9c9cbc94eede8f438895e192d834f7096]

        Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH state
        
        Change-Id: I072635ff7c67022ebfd5bdb475e390f3aab7a51c

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [e713ec442de1370829f6d0e01d73b5d6ed6cd0f8]

        use a vector here instead of manual mem management
        
        Change-Id: Ic0944837bc49f4a0e86f67bcb5dccc8c1854a396

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [ae137866167f65557c64ff19dd3bcf602a55207d]

        these other IMAGE_STDBTN_COLOR defines do nothing
        
        Change-Id: If35bd52f973dc89b05afd283a4a89998c491b862

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [a1a10b82246667db6aaa9d59a397986886e66953]

        drop this newly unused IMAGE_STDBTN_COLOR define
        
        Change-Id: Ic417cc17e1dbccc1589e7e4269ac326e6ccb7007

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [3870de04eaed80d9eca22dc9cce2973b7ea4c649]

        drop now unused BitmapItem rsc fields
        
        Change-Id: I02ed667a3573b3374fce069be0d32dbd91292e49

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [924eff5cf02844ae35d0345fe361be4323371b50]

        drop empty ItemBitmap field
        
        Change-Id: If59c1a2bda49229ff48f8ec28c23491e6d9c8c83

2016-10-06  Caolán McNamara  <caolanm@redhat.com>  [a8c7e07d45f7dce54242e7b79910e1851fc47aef]

        outdated comment
        
        Change-Id: If853eb56aca74764ff1250f1d121dc2f2302202d

2016-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [41bbe4c53bc58f6156601b4e358b1546779277c0]

        sw: remove unused DbgRect
        
        Seems the last user was removed in commit
        2513329487f2b39740f3fa16eb1b07d9b191c699 (2004/06/23 12:50:40 cmc
        1.7.568.1: #i30554# remove unused code inside #ifdef USED guards).
        
        Change-Id: If49b4d34786b091f06df7064c5b0fd649310365d
        Reviewed-on: https://gerrit.libreoffice.org/29550
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-06  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [a9f820679a70ec3fc4fe4f43c8fed175b362d1fd]

        Related: tdf#102499 (4), default css::ucb::XCommandEnvironment.
        
        Make use of a dedicated interaction wrapper to serve ssl certificates
        correctly.
        See comphelper::SimpleFileAccessInteraction for details.
        
        Change-Id: Id78cd3f21223a797791598459af32eeec3539f2a
        Reviewed-on: https://gerrit.libreoffice.org/29541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-06  Stephan Bergmann  <sbergman@redhat.com>  [3c4e60f142df7b3235d0058dbbb15838a19f8ecd]

        Don't assume anything about wchar_t in portable code
        
        Change-Id: Ic036f374604729ed7f10ae62a8b458173a5bc22c

2016-10-06  Takeshi Abe  <tabe@fixedpoint.jp>  [f32b300c9e071c2bdee2a7b925200feb93add702]

        tdf#75757 Remove inheritance from std::vector
        
        Change-Id: I87572c545559ef22d4f74fb63218910681c1a7d7
        Reviewed-on: https://gerrit.libreoffice.org/29533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-05  Michael Stahl  <mstahl@redhat.com>  [f933da55797566cf725e35ab0df17e91c7d5598f]

        tdf#103025 sw: don't format header/footer in SwPageFrame::PreparePage()
        
        This has always been dead code because it used wrong constants
        FRMTYPE_HEADER|FRMTYPE_FOOTER which is actually Page|Column and
        SwPageFrame and SwColumnFrame are not direct children of SwPageFrame.
        
        Then commit 901e5c3a21a1299d10c44bc844246fe8c329bb82 fixed the
        constants but somehow the early formatting of header/footer results
        in wrong expansion of variable text fields, so just remove this code.
        
        Change-Id: I0af13168970f26355a1b247e071235166d08b7a4

2016-10-05  Michael Stahl  <mstahl@redhat.com>  [4e48432decd5c04c61bced9db71e866b54370ac3]

        sw: remove correctMarksAbsolute pre-condition check for now...
        
        ... in case the post-condition check fails it can be added for debugging.
        
        Change-Id: Id3ee0895af598080a8bda10e8e9edff883188cbc

2016-10-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [7ac7968435e556ee23e517a19521eac34ca04296]

        tdf#101943 Make Calc functions BETAINV and BETA.INV comply with
        
        ODFF1.2 (and with Excel where not contradictory with ODFF) and
        fix wrong result for probability 0.
        
        Excel does not allow a probability of 0, where ODFF does.
        A probability of 0 is mathematically correct and
        BETADIST( a, alpha, beta, b ) returns 0 both in Calc and Excel.
        
        Change-Id: I06c758c307584420aaccc1a97a35196af14d54f4
        Reviewed-on: https://gerrit.libreoffice.org/28723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [75d5acfc7820235fab724a63c0bf4e61a0242bec]

        tdf#100496 accept year basis 2 for AMORDEGRC and AMORLINC.
        
        Although year basis 2 is not supported by Excel, it is defined in ODFF1.2
        for AMORLINC and is supported by Gnumeric.
        
        Change-Id: Iacf60dbb7c0502338998f7ff22233c5f8b0b7146
        Reviewed-on: https://gerrit.libreoffice.org/29188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-05  Akshay Deep  <akshaydeepiitr@gmail.com>  [9167f75c87c5a062c39ee63c4071061518f63b49]

        tdf#102238 START CENTER: Templates should be activated with single click
        
        Change-Id: If38f8fffd959c50b3befd521d2110e4c54e86be5
        Reviewed-on: https://gerrit.libreoffice.org/29295
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-05  Ilya Ponamarev  <ponamarev@gmail.com>  [664363eeb6d039fbb82d0afe3dcdecbefeff03da]

        tdf#102922: Password fields should use u2022 as masking character instead of *
        
        Change-Id: If4f8077de953a0756967d180b8e463eb5fd7dcec
        Reviewed-on: https://gerrit.libreoffice.org/29532
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [2e595954230b3a9ef555b2671699902c68532bdf]

        [API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFont
        
        Change-Id: I2bee3f52a751ac1ed2b61a1488d6d58c1b36dcba

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [5f6af959fa0d0021ff473d34d5a4408cfca16a8f]

        InfoFont/Color is not used by vcl now
        
        anywhere anyone wanted to Get[Font|Color] give it the Label
        ones instead.
        
        why this is exposed through uno is bewildering, stubbed those
        out for the moment
        
        Change-Id: I7a31d027287436be1c075c76a370047efd010bf3

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [57a1b2277df803387181f44ec70f4fa61c3fba4e]

        now ditch WB_INFO
        
        Change-Id: I3b5505e06989c6bb8df5977b6690d32ca5f161e2

2016-10-05  Stephan Bergmann  <sbergman@redhat.com>  [183b2ff719364a17f1f21d7ba445e12c55d94871]

        external/firebird: Fix isinf-check for libc++
        
        ...which, at least since version 3.9, defines isinf only as a function, not as a
        macro, in math.h
        
        Change-Id: I7939d5bebe4b55ac7bd36bb321ad0020352a0e7b

2016-10-05  Stephan Bergmann  <sbergman@redhat.com>  [a6c88e4bf1d148ac462c2bcd7061eff602b627d6]

        SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecations
        
        ...for now
        
        Change-Id: I64a0a8f6a006d75b6f82d7aae570aef414984a78

2016-10-05  Henry Castro  <hcastro@collabora.com>  [af239f5affe82d0c6449e0e8f9828fe587033f02]

        sc lok: add .uno:AutoSum
        
        Change-Id: Id2bc0200734308aae1c2e39814c22c6b76664c59
        Reviewed-on: https://gerrit.libreoffice.org/29525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [306add13e1d9f70e1111acde8362aea6c169a97d]

        convert the last two lonely FixedInfos to FixedText
        
        Change-Id: Ia6ed5f71931a6141efb3d5e5eb329149d6850342

2016-10-05  Szymon Kłos  <eszkadev@gmail.com>  [36ca919da2e360fde7cc28230069eff488a85ac5]

        tdf#101249 Notebookbar: remember the menubar visibility
        
        Change-Id: Ia4e89bfc97d102b2c548a19e62e262accb54d17d
        Reviewed-on: https://gerrit.libreoffice.org/29539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [5eb4e551f88e4d12daeabe020aefd405578844c8]

        move these string resources out of the window resource
        
        Change-Id: I66be174603eb1d08e537d4865ad35f89adfbff34

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [449dcb850de1ee4fb718d659034fc0c8b0b99583]

        don't need a custom class to respond to a new selected listbox entry
        
        Change-Id: I68de5be394af8e9c9dcfa69a7e45d80a501b8b7e

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [43b13e9b73e425683977473ab171e1e140dba6cc]

        NoAppFocusClose is for menus that have submenus
        
        and don't want the parent menu to be auto popped down
        when the submenu gains focus.
        
        or floating windows that explicitly don't want to go away when they lose focus,
        which all these popups aren't
        
        Change-Id: I53f1f3ac586ff295597c4b9046032d3d976d053e

2016-10-05  Noel Grandin  <noel@peralex.com>  [eb6d4547a044b3eb7cb8945977e45647a37df28f]

        loplugin:unnecessaryoverride in svx
        
        Change-Id: Ib5e84838888b5fb56eb18c5334ffa3fdd203b997

2016-10-05  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [deb3fcc4876ec2ab45415a06fc80b247826cc48b]

        tdf#102507 Left aligned denominator
        
        In denominator, move blanks at the end of string
        to have denominator left aligned
        
        Change-Id: Ic7ce45dc1ba8c343232a0d4fa1bed2bde58a0bc2
        Reviewed-on: https://gerrit.libreoffice.org/29267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [0148bcbeccf1e62f789a5fadd65a359840854f1b]

        no FixedLines are loaded from resources files anymore
        
        Change-Id: I5b38c42e5b7fe7932e0dcc2539579d342ea9cf3b

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [e9e629358396926b4a907a2c89213b1b413e628b]

        drop unused heipids and resources
        
        Change-Id: I354f960e52d2d0345669600726c49e30641392e4

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [944f81c544ff5b9e47d5e0764814d19df71b1764]

        SvxFrameWindow_Impl: Try to fix size calculation
        
        Change-Id: I7119f46a483615636cef57432a2c536af8ecd4c5

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [c26afa7812d5b9f8e25f64ebab8515f5b59238c1]

        Base SvxFrameWindow_Impl on ToolbarPopup
        
        Change-Id: I2061125068bd94b5cdc46aa18a7aa7e21726e22c

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [0ef0e08f2f0e2f59cf7a64cd981f42c5e141f9b4]

        Split some stuff from ToolbarMenu to a base class
        
        i.e. implement "todo: move to new base class that will replace
        SfxPopupWindow"
        
        Change-Id: I1b300e1e0c6423bf27d9dae7d75703b988afb154

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [fd22d2d9e1935f19a900a339995827bc7a795cb7]

        Base SvxFrameToolBoxControl on PopupWindowController
        
        Change-Id: I7666c7c5c99b1705bc8ece2913c2cdf9fdecced3

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [c700ed71f457a141c8033d2ab863bf884c50fa96]

        PopupWindowController: Tearoff support
        
        Change-Id: I2baaaa13f3d127dc1619c971b66091d3326fafbc

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [da80f6e8499c9b0cf7711a30eb895f71719639cb]

        PopupWindowController: Small cleanup
        
        Change-Id: Iedbc8ddaf97f515fecc012322f0c1621317de076

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [a7331e2485a92492ad88893e029c3d895abb7a8a]

        PopupWindowController: Use ImplInheritanceHelper
        
        Change-Id: I82b9ebf69b6b35b3a5e1e8a5dc5bb84eff1feb19

2016-10-05  Maxim Monastirsky  <momonasmon@gmail.com>  [6128a8311d37514c49c2fe3ba80f850a51de37d6]

        Add title-based tearoff to DockingManager
        
        Using FloatingWindow with WB_OWNERDRAWDECORATION as a toolbar dropdown
        is just a recipe for troubles. One example is
        https://lists.freedesktop.org/archives/libreoffice/2016-June/074431.html
        
        So fake the title to allow tearoff, instead of using a "real" title for it.
        
        Change-Id: I4fe00b9505686d91b9715e832ddb9f4b38f6554f

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [768e132ed82cbe73cb4ec0152a421db699f740f3]

        grab focus to border style popup
        
        Change-Id: I8943f78721386efaeb5bc23fca612504e4c54431

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [5227af2e4580e478eb92eaab8a42fc188c0fddbb]

        convert border style to .ui
        
        and merge CellBorderStylePopup and CellBorderStyleControl
        
        Change-Id: I96ca2784f2055e8d99380b4d4bcd1374c9c40f4e

2016-10-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f423a9d695814b1babf5f2c3f42821190adc7e53]

        tdf#102499 (3): Change caching model for HTTP response status code
        
        Instead of caching only a single status flag, now both the HTTP
        response status code and the message accompanying it are cached.
        
        Change-Id: If7352f6b0cb7c7dab6af3cede96647308baa5ce2
        Reviewed-on: https://gerrit.libreoffice.org/29538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-05  Noel Grandin  <noel@peralex.com>  [7cf9028d3b735c5a1929897e556357b5d18573a2]

        loplugin:unnecessaryoverride in forms/framework
        
        Change-Id: Ia2aabec5af5559903be09e1ef81d156a7538ab3f

2016-10-05  Stephan Bergmann  <sbergman@redhat.com>  [f1a8c3119f5c5cef8f3a421dace54237ac8794d3]

        Replace DdeData conversion operators with proper functions
        
        Change-Id: I866bdcbf1b6a5cda4472b6655ace866a3d5a8983

2016-10-05  Noel Grandin  <noel@peralex.com>  [708253a21474cc3797c65d6f053760ab9c3299a3]

        loplugin:unnecessaryoverride in accessibility..chart2
        
        Change-Id: I14ba52fe8352f8bbdfcaa90177f4f3ac9f0e08b1

2016-10-05  Noel Grandin  <noel@peralex.com>  [1e3996ce83b786fc61cedda0ec8f9a9ad358f032]

        loplugin:unnecessaryoverride in dbaccess
        
        Change-Id: I458092403faa46f80957a55b48374678e196de11

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [b51ea041dbcda1428fb5bfb6a5e8d8092fbc9226]

        MAP_APPFONT->MapUnit::MapAppFont
        
        Change-Id: I4f4a3d54bfcf779edc6ffe9cdfa4dc5f141e3b63

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [e6791a2efbfb3a88aefbf1829a580dc5b0812ef2]

        remove various unused hrc defines and headers
        
        Change-Id: If0b47fbe1f01d84697a0c25b82ca031c32fca66e

2016-10-05  Caolán McNamara  <caolanm@redhat.com>  [3845bded94ea1b933d545efce3cd2e5b0a75a2f6]

        convert line style to .ui format
        
        andd...
        
        1) adjust the UserDraw so the units are not truncated
        2) fix focus so keyboard works inside the popup
        3) merge CellLineStylePopup and CellLineStyleControl
        
        Change-Id: I51f05dd990c0a35b5b7515876362d3fbd908167f

2016-10-05  Noel Grandin  <noel@peralex.com>  [7618302b9c15580c1e00af042c586837f6f0bb0f]

        loplugin:unnecessaryoverride in sd/starmath
        
        Change-Id: I5a9d776af761fcaed7a6961e151feb38fc6353ed

2016-10-05  Noel Grandin  <noel@peralex.com>  [315c06d79256ddcc50c4817a2c93c161a01c9f8d]

        loplugin:unnecessaryoverride in sc
        
        Change-Id: I149e65eb605d405be54c7340ff2e668cc18c7552

2016-10-05  Noel Grandin  <noel@peralex.com>  [c47c1e3551e9bdfb92bbbb8bc87b5e2314449efd]

        loplugin:unnecessaryoverride in sw
        
        Change-Id: I641175c9c17fcc46b582b6487b8207deb343e645

2016-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbefa7589633d1c88f1c12d75b1e820666119c3a]

        sfx2: clean up redundant virtual keywords in classificationcontroller
        
        Change-Id: I7ac297a675034e64dcd629bf8243d9579bbeec6e
        Reviewed-on: https://gerrit.libreoffice.org/29535
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e065531d44f168151f5605c3e666e6c7ba1d9b33]

        Add missing background for Vivid template
        
        Thanks to Francisco Adrian Sanchez <franciscoadriansanchez@gmail.com>
        
        Change-Id: I2c24d94778a59d0683aa979be227ee8907c7a486

2016-10-05  David Tardon  <dtardon@redhat.com>  [24e0709fb4a9d76f66d7d603aa66ddf35e9dcf93]

        fix debug build
        
        Change-Id: Idbdb3f00faed2a0ae3f58393abf6e345e7d2363c

2016-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [954f752cf10fc6a8777af2a6a93e496688464687]

        convert MapUnit to scoped enum
        
        I left a prefix on the names "Map" so that I would not have to re-arrange
        each name too much, since I can't start identifiers with digits like "100thMM"
        
        And remove RSC_EXTRAMAPUNIT, which doesn't seem to be doing anything anymore.
        
        Change-Id: I5187824aa87e30caf5357b51b5384b5ab919d224
        Reviewed-on: https://gerrit.libreoffice.org/29096
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-05  Noel Grandin  <noel.grandin@collabora.co.uk>  [c1e18e05a53c1d55afe36a887ca25f74f3f1d32d]

        merge dbaccess::StorageInputStream with dbaccess::StorageXMLInputStream
        
        Change-Id: I05b54b8a2fe4ff0c8b9f89e3d29e864e8665b7b8
        Reviewed-on: https://gerrit.libreoffice.org/29519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-05  Stephan Bergmann  <sbergman@redhat.com>  [106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb]

        Remove _TYPED suffix from tools/link.hxx macros
        
        ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually
        typed Link" to distinguish the new, typed versions from the old, untyped ones,
        but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173
        "remove untyped Link<>" removed the old versions.
        
        Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c

2016-10-05  Takeshi Abe  <tabe@fixedpoint.jp>  [36efdec23b86fe28c79fe672bb6862fb57b6e09a]

        starmath: Assert the precondition for OUString#replaceAt()
        
        Change-Id: I56ee95f9196eb2b2b3cc71203251b98ff1dba951
        Reviewed-on: https://gerrit.libreoffice.org/29464
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d37ad2575870a4cc3f4b73a55cae4f7147f0d12]

        Actually this should check for the top shared cell.
        
        To be extra cautious.
        
        Change-Id: I667d01dd82d957a0203a15602d9a2dacf7dc7e83

2016-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7e1fd9aa86ab8d5e86f35df8615f438a3383af98]

        Pivot tables: Fix wrong group field number in cache
        
        getCache should not append new group fields to the cache,
        but use those which are stored in the dimension data.
        
        Change-Id: I2011b0d3a22644a86c31500d74469b9c4c641649

2016-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [93098854c2d2b814a21161bd88071918cb382e87]

        Test XLSX import of number groups
        
        Change-Id: I12a8f301607240684676c5b50bdad0eea0923f97

2016-10-05  Tamás Zolnai  <tamas.zolnai@collabora.com>  [f1a97fab957629d617b0b0ad44de5beb3d343f5c]

        Test XLSX import of date groups
        
        Change-Id: I25cd7e946231a718ca1c0ed64fb5e32b2a81abe8

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [47258c2c3d095ff1b9314d7a817baa567cf4907e]

        these helpids go nowhere
        
        Change-Id: Ib8938ac69227b99434fa4ab05c460cc44a96e4fd

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [f81916ad6974f9ff97717b4babe4bdfad88e9c8a]

        unused bitmap resource
        
        Change-Id: If7ca172846ee958e51c8648a425cf646e03f8826

2016-10-04  Eike Rathke  <erack@redhat.com>  [9db395d02a87605834c4c74f163861c5cbd14548]

        isRepresentableInteger: assert(fAbsValue >= 0.0)
        
        Change-Id: Idf140b312617e2a3a739cb5571d1b29ef700315c

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [349f4923e265d76cfd76627796dc93e99e0b5d02]

        can now remove both PopupContainer copies
        
        the recently unused svx one, and the forgotten not-built sfx2 one
        
        Change-Id: I1a4ede49dc74bb71f250ee3eee999d1a3dfbee57

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [5d812cae7eacccb7819a46ae45c577295db9f190]

        These are just floating windows, no need for all the special intrastructure
        
        get rid of the roundabout way that these popups are popup controllers
        (of a kind) for real popups
        
        for the moment keeping them as loaded from resources
        
        Change-Id: I083e8609ab133e3dc4a036daf8bfb44c08a6719f

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [7e61e1d644270f05664d358abeffbc8f72b01a96]

        remove PopupControl as an intermediate step
        
        Change-Id: I31438860511af6ae00bf7a94fb29326c3ed1a10c

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [33e8582c0f34ce30e4a29228548438dc53aa8711]

        coverity#1371197 the compiler defaults should be sufficient here
        
        Change-Id: I4230d03dc58027f958d8943c0ff90f00508f7386
        Reviewed-on: https://gerrit.libreoffice.org/29523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-04  Michael Stahl  <mstahl@redhat.com>  [76a5c7138361d8fc6493638d6c5a882e0a891bb0]

        sw: fix assert in MarkManager::deleteMarks()
        
        On loading tdf89405-1.odt there is a "DdeLink" bookmark and a range
        annotation at the same position:
        
        info:sw.core:17729:1:sw/source/core/doc/docbm.cxx:290: N2sw4mark8BookmarkE __DdeLink__30_388680695 11,11 11,52
        info:sw.core:17729:1:sw/source/core/doc/docbm.cxx:290: N2sw4mark7UnoMarkE __UnoMark__16_673019520 11,11 11,11
        info:sw.core:17729:1:sw/source/core/doc/docbm.cxx:290: N2sw4mark7UnoMarkE __UnoMark__19_673019520 11,12 11,12
        
        While deleting the annotation's field character at 11,11-11,12 the
        DdeLink one is moved but the UnoMarks are special-cased and remain where
        they are, so just do some more sorting in this case.
        
        Change-Id: If077329bf675cdf8dd788cc145252a078aba3750

2016-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [92664a81aea6c150e219a1cf4b9a98d27cdd547b]

        vcl: remove artificial image byte size limit in JPEG filter
        
        When reading a JPEG image we limit the image raw byte size to a
        certain arbitrary value. This is not necessary and does not need
        to be enforced.
        
        Change-Id: Ia86ac2423f51a79eecf39d6afc0c81bb9b6ad1f1
        Reviewed-on: https://gerrit.libreoffice.org/29521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [bef47d3da6f44b725519f7bf3e2400a3148bac67]

        At least MSVC 2015 doesn't find sal/osl/w32/time.h
        
        ...when included as <time.h> (our rather sick convention, for include files
        other than standard headers) rather than "time.h"
        
        Change-Id: I5aacfb81de95ae4254e39badffc9c83c7ac0f58f

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [d5c763f7b114aeebcb08254f26be718cd738d6b0]

        pNewPattern can never be null here
        
        Change-Id: I87d66bca7b9399e0268eb2fb4c1dfa51d4461fa2

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [d010fbf353ab6f73741e4d1d9ea4bd3ba5301d90]

        Actually delegate to Bitmap's move assign op
        
        Change-Id: Ib57906ead469d64d324f3820c6f5d3c49ab4cd0a

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [bc1096fed97baae496d2b16868a9d7e36017bc59]

        Avoid UBSan "reference binding to null pointer"
        
        ...at least during JunitTest_sc_unoapi_2 at
        
        > ScTable::DoSubTotals(ScSubTotalParam&) sc/source/core/data/table3.cxx:2097:25
        > ScDocument::DoSubTotals(short, ScSubTotalParam&) sc/source/core/data/documen3.cxx:761:104
        > ScDBDocFunc::DoSubTotals(short, ScSubTotalParam const&, bool, bool) sc/source/ui/docshell/dbdocfun.cxx:1076:29
        > ScCellRangeObj::applySubTotals(com::sun::star::uno::Reference<com::sun::star::sheet::XSubTotalDescriptor> const&, unsigned char) sc/source/ui/unoobj/cellsuno.cxx:5868:15
        > gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5
        > cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:241:13
        > bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:431:13
        > binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const binaryurp/source/incomingrequest.cxx:240:13
        > binaryurp::IncomingRequest::execute() const binaryurp/source/incomingrequest.cxx:77:26
        > request binaryurp/source/reader.cxx:85:9
        > cppu_threadpool::JobQueue::enter(long, bool) cppu/source/threadpool/jobqueue.cxx:107:17
        > cppu_threadpool::ORequestThread::run() cppu/source/threadpool/thread.cxx:165:31
        > threadFunc include/osl/thread.hxx:185:15
        > osl_thread_start_Impl(void*) sal/osl/unx/thread.cxx:240:9
        > start_thread (/lib64/libpthread.so.0+0x75c9)
        > __clone (/lib64/libc.so.6+0x102f6c)
        
        pStyle can apparently be null, will get passed through to ScColumn::ApplyStyle
        (sc/source/core/data/column.cxx), where it is only used in
        
          pNewPattern->SetStyleSheet(const_cast<ScStyleSheet*>(&rStyle));
        
        and which is apparently fine with a null argument.
        
        Change-Id: I13fbb092aab06960d820c605476b2cee58889be4

2016-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [59e38e946f19ab59370f8e52370b7a7b861cc558]

        comphelper: move setTiledPainting() from SfxViewShell
        
        And make it a static one. The primary point of that member function is
        to prevent invalidations during paint, and since multiple views are
        allowed, it wasn't extended to filter out invalidations from all views,
        not just from the current one. (Same goes for other callback types.)
        
        Change-Id: I23e6b2c2ff94227f2b72c481148b2d8279ae2905

2016-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac9373e65ed7908a19edc6f5c758af9b8232820b]

        merge sd::FuOutline with sd::FuOutlineText
        
        Change-Id: Ie8191ac91175ba51f89809aaa53bc1ffacf42df0
        Reviewed-on: https://gerrit.libreoffice.org/29520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8a04fac29da8ae902bd5f0aac559129013274304]

        vcl: read image from JPEG one scanline at a time
        
        When reading an image from JPEG file we allocate a large buffer
        to hold the whole raw image before we read it into SalBitmap.
        If the image is large this step will spike the memory usage.
        
        This changes reading so that we allocate only the buffer for
        a scanline and read one scanline at a time.
        
        Change-Id: I405f4a14601e271c0293a2b75b4c9ec6c458d8a9
        Reviewed-on: https://gerrit.libreoffice.org/29504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d954f856a9909a582b089fd9339b0930d57914d7]

        simplify loop
        
        Change-Id: I7c6041239fcd5f0fa29fffcb34f06085306a1682
        Reviewed-on: https://gerrit.libreoffice.org/29487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [2c3ebb202f6c83706c07efe39cd6d9ab48b4f4c4]

        @since tag; sorting
        
        follow-up to 2135eae2a97c17d89cb47a2074830fd2d7b2226f "let approxEqual() not
        scale too early for large representable integer values"
        
        Change-Id: I628e01297fea08915d0ca1c95f3ba13f7ce15db8

2016-10-04  Andrea Mussap  <andreamussap@yahoo.com>  [d66b12b5be0bb5fc6903772e89a48d8ad61f723c]

        Updated core Project: help  66d3a06fa03301bbce6a17dc427f04a3527e0d7a
        
        tdf#80590 Help page for title pages
        
        Change-Id: I9daca6c8e3f453e276b14ec5780714c2abf3398b
        Reviewed-on: https://gerrit.libreoffice.org/29462
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [fd79f88272d13c36e88199d276fea94f6b567a13]

        crashtesting: use a stack with the expected dtor order for its elements
        
        contains test document which crashes if it doesn't
        
        Change-Id: Ieeee6cc7007a90d37225fffd636c9648289f04d7

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [22cea99518af0358ddabab95f68fedcb94a7d923]

        this is used as a stack, so convert to std::stack
        
        Change-Id: I248617ccbb985615f936ecd607ab7c8246ff8e71

2016-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [f6a258948ae03311746699d23b03a1d7e2d235eb]

        remove bogus include checks
        
        Change-Id: Ia76f000ed10852dadc4ca0270b925efd6d8cd0b7
        Reviewed-on: https://gerrit.libreoffice.org/29518
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecfcee8b05e45ec82dec6ed417e9ac53d4d7b4ff]

        tdf#100830 drawingML import: handle <a:alphaModFix>
        
        Fill transparency on the UI. Regression from commit
        57450afb768c085df0ba2344aa94b5f843060178 (DOCX import: declare wps as a
        supported feature, 2013-12-03), as the VML import handled this.
        
        Change-Id: I654b51d51448d25d400979a4a62189b86126ac01
        Reviewed-on: https://gerrit.libreoffice.org/29517
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-04  Caolán McNamara  <caolanm@redhat.com>  [be014c218d81b228784764e280baa25750e7adb7]

        we just care about empty vs nonempty here
        
        Change-Id: Ie7888f611f804ed1bd235e32e21560981f116c9a

2016-10-04  Douglas Mencken  <dougmencken@gmail.com>  [ae3ec79354f7b4967e736c6a4cd7c08fc52e2b7d]

        there’s no need to peel tildæ for separator
        
        Change-Id: Id53e5c704759d831bedd42ca9a8cd9f393ecdd0c
        Reviewed-on: https://gerrit.libreoffice.org/29492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [bd89dff26155800be457735a0252476b670ddbd2]

        loplugin:mergeclasses various fixes
        
        better tracking of templates, ignore more noise in the plugin so the
        python has less log to process
        
        Change-Id: I62874236d362529bd566140ac3fcc65e734fd62c

2016-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [9e078db481150fe59ecc5ed576ff341a5a5a42cf]

        OUTLINERMODE_USERMASK is useless now
        
        Change-Id: Iba94c4f244aac5bd6b5abefe70061e1d037089cf

2016-10-04  Stephan Bergmann  <sbergman@redhat.com>  [974b7fe6dfa8935a2068365e416b8d886f9d2a32]

        clang-cl loplugin: sal
        
        Change-Id: If04d3f07dc8bffac8887773b5424c09848cd8f1a
        Reviewed-on: https://gerrit.libreoffice.org/29404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-10-04  Noel Grandin  <noel.grandin@collabora.co.uk>  [480f6916eff8636fbf6b980a604c6e19a099df08]

        loplugin:countusersofdefaultparams in sw
        
        Change-Id: I65beb17816641cff6a07379b7ba234afe26806b3
        Reviewed-on: https://gerrit.libreoffice.org/29488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [958827673309a80a710a86a9b115945547f520a0]

        tdf#93894: Add unit test for this.
        
        Change-Id: Ifd38b9fde776d9be48e776972993856cfe59b477
        Reviewed-on: https://gerrit.libreoffice.org/29515
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7da2f3ce9f7b049c177a735a146dae84a764d3f7]

        tdf#93894: Get column labels to work with formula groups.
        
        Change-Id: Ia2a09981dceae2e9809c76570300de8ca1927c1b
        Reviewed-on: https://gerrit.libreoffice.org/29514
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f309531cfe1d6a1b6ea1306d45ed3e121145bc5f]

        Add a bit more description here.
        
        We are creating a formula string using the tokens from the previous cell
        to see what it would look like if the current cell was grouped with it,
        then perform string comparison to evaluate for grouping.
        
        Change-Id: I29b780d44bec16c0b42990837b70435e059c7594
        Reviewed-on: https://gerrit.libreoffice.org/29516
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [191e0258427f2209f21384b4e4c685efda24ac03]

        Reverse the boolean logic.
        
        To have the 'true' value associate with action and 'false' with
        inaction.
        
        Change-Id: Icf61b1cb8642a72390d1f2aa45ca25fb67ec0dbd

2016-10-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f7e01c583440c06f5f4a735790e3a22237a1b84f]

        add INTERCEPT test case
        
        Change-Id: I87038e7f0a33e81815591765550dc08944d7eb3d
        Reviewed-on: https://gerrit.libreoffice.org/29505
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [9b970120fe66a6671f8965919d34fe75baedd886]

        Bump IPHONEOS_DEPLOYMENT_TARGET
        
        Change-Id: Ic65e248b4a7f99ebb354dad87157e35cf3e55424

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

        Resolves: tdf#101953 controls become wider/smaller switching to/from graphics
        
        Change-Id: I20a82d1ff2f3a11b0f327eecc90a2bb30bd4df3d

2016-10-03  Stephan Bergmann  <sbergman@redhat.com>  [4b339dafd96366ca2de661c722c7a0e87bf70ac3]

        loplugin:staticmethods
        
        Change-Id: Iac376aff079cddd030a07883f3cccf71a7ff5f91

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [eecb4405daac3267b83d441c2edeb58c186cde3f]

        -Werror,-Wdeprecated-declaration
        
        'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first
        deprecated in iOS 9.0.
        
        Change-Id: I3a95cbd4ff6ff4924bb7fe1a4c1bac4fad405856

2016-10-03  Andras Timar  <andras.timar@collabora.com>  [dc9f7bbb8d81c1b8fce42a45f362597bb8ad05dc]

        set translatable attributes in .ui files
        
        Change-Id: Idcdf9fbbc6b980a376fc0b5d607cbb48aa1dc5f1
        Reviewed-on: https://gerrit.libreoffice.org/29503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [586479a9128f421c1e142ca733b12385d066274b]

        Updated core Project: help  359a2f1fadaa69574238147a9c954b8a42999019
        
        test-hid-vs-ui: Drop help for obsolete Bitmap editor controls
        
        From source/text/shared/01/05210500.xhp,
        referenced items ['BTN_MODIFY', 'BTN_LOAD', 'BTN_SAVE',
        'LB_BACKGROUND_COLOR', 'LB_BITMAPS', 'LB_COLOR', 'BTN_ADD']
        were not found inside cui/uiconfig/ui/bitmaptabpage.ui.
        
        Change-Id: Iff1fd4accaa961324ac89d38a5df3042cddfdcf5
        Reviewed-on: https://gerrit.libreoffice.org/29497
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [5b9884911947300f9220c1891bcdd21889a617cd]

        Updated core Project: help  b17d3edd630d48518a5d4e321e12150f722e327a
        
        test-hid-vs-ui: Drop help for removed Background controls
        
        From source/text/shared/01/05030600.xhp, referenced items
        ['transparencymf', 'previewctl', 'gradientslb'] were not found inside
        cui/uiconfig/ui/backgroundpage.ui.
        
        Change-Id: Ie40e117a74492a2ba12c37156d756bc1633267e3
        Reviewed-on: https://gerrit.libreoffice.org/29499
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [d79a36c7796be2011edad00b91d4ac6d5fb64310]

        Updated core Project: help  b01bc2e9957861ffdcfb787595d462d243c922f8
        
        test-hid-vs-ui: Drop documentation of removed Area Fill options
        
        From source/text/shared/01/05210100.xhp, referenced items
        ['TSB_STEPCOUNT', 'TSB_SCALE', 'MTR_FLD_Y_SIZE', 'CB_HATCHBCKGRD',
        'TSB_TILE', 'TSB_STRETCH', 'LB_HATCHBCKGRDCOLOR', 'TSB_ORIGINAL',
        'NUM_FLD_STEPCOUNT', 'RBT_ROW', 'RBT_COLUMN', 'MTR_FLD_X_SIZE',
        'MTR_FLD_OFFSET', 'MTR_FLD_X_OFFSET', 'MTR_FLD_Y_OFFSET']
        were not found inside cui/uiconfig/ui/areatabpage.ui.
        
        Change-Id: Ifc37878cd22cac5612ac93c1037ba9675d0a8060
        Reviewed-on: https://gerrit.libreoffice.org/29495
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b5823a849898f4400f231a33a97a49d541062029]

        add LARGE test case
        
        Change-Id: Id60b843887a9b55fa72bb26199972e32c2ab2ebb
        Reviewed-on: https://gerrit.libreoffice.org/29507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-03  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c08b96a139cbe38dcd4ada58cd0c0f8ddbe6a3f6]

        add KURT test case
        
        Change-Id: Ie1f469eebaf85cbb0a519d43e300353dff68922e
        Reviewed-on: https://gerrit.libreoffice.org/29506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [4922a4bd4fa0d4a3c7b3cfd24b3d3067b82dbb82]

        Updated core Project: help  e7f873912a9dddbb900367eb57900da4f3a0975a
        
        test-hid-vs-ui: Fix reference to remotefilesdialog.ui
        
        From source/text/shared/guide/cmis-remote-files.xhp,
        we did not find file hid/uiconfig/fpicker/ui/remotefiledialog.ui.
        
        Change-Id: Ic653879047ed013722a70983bbec93d814d158b8
        Reviewed-on: https://gerrit.libreoffice.org/29498
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [c05ce274fb6d573756ec4f0de8ef69fbb4b01bee]

        Updated core Project: help  840a0ad51ed5e6b93526452d4ce1784747e4b29c
        
        test-hid-vs-ui: Correct references to optiondbfieldpage.ui file
        
        From one of ['source/text/shared/02/01170904.xhp',
        'source/text/shared/autopi/01120400.xhp'], we did not find file
        extensions/uiconfig/sabpilot/ui/optionsdbfieldpage.ui.
        
        Change-Id: I28d250f89e246a6d291e8739afe0a8b7bb7c186c
        Reviewed-on: https://gerrit.libreoffice.org/29496
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [9e2d9f58082755e265e5192e53b30d9c540d0e39]

        Updated core Project: help  78d33a588bbdca06736a9c8ccacabf48371c7427
        
        test-hid-vs-ui: Fix reference to FrameAddPage
        
        From source/text/swriter/01/05060900.xhp,
        referenced items ['FrmAddPage'] were not found inside
        sw/uiconfig/swriter/ui/frmaddpage.ui.
        
        Change-Id: I1ee6472a6ecaeb5d73b192ef0e9d6efdf12e1736
        Reviewed-on: https://gerrit.libreoffice.org/29494
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [5df90d21692ad721a57415e7cb0ba99b35cb9137]

        Updated core Project: help  fbd92ec0fed986cb1435cf6db812b13456896bd1
        
        test-hid-vs-ui: Remove help about removed UI elements
        
        From source/text/shared/autopi/01170000.xhp,
        referenced items ['windows', 'outlook', 'ldap']
        were not found inside extensions/uiconfig/sabpilot/ui/selecttypepage.ui.
        
        Change-Id: I0737d77f3786ab835569d1bdddb4548e844f0e2a
        Reviewed-on: https://gerrit.libreoffice.org/29493
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Andras Timar  <andras.timar@collabora.com>  [98febb2684fad3a9e16bb284564442dfbb9a8af1]

        Updated core Project: dictionaries  e2a5fb6312c0b3c7533206d29b8779fd87d48f2a
        
        Update pt_PT dictionary to version 16.10.1.2
        
        Change-Id: I0f66f15b594bebaefc2b8ffbc26bff5450ebf292
        Reviewed-on: https://gerrit.libreoffice.org/29509
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f7697a633cd56003fcb1d86bee7eb658020af506]

        tdf#101094 (36): Fix behaviour of GET in fetching Headers only
        
        Implement a better way to GET only headers, as HEAD method
        substitute.
        
        Wrote a new version of GET, specifically for 'no payload' service
        because sometimes neon was returning an internal error about:
        'Compressed response was truncated' but without a specific error
        state.
        
        Change-Id: I84a3e5635193c3f68d335eba7af41b05980f4192
        Reviewed-on: https://gerrit.libreoffice.org/29502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-03  Douglas Mencken  <dougmencken@gmail.com>  [e8667a596d2c899ab73a03f3c8f824c9f0dbd72e]

        deal with even more typos in comment plus bin these ****fences*****
        
        Change-Id: I9ed2db862797f7ffedf6ae0b27ba99c54882a981
        Reviewed-on: https://gerrit.libreoffice.org/29501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [3970eede36f4caca96118614c93d7348a7bd8346]

        Surely this is Linux-only code
        
        The initial commit in 2012 even says so, and nothing has changed it
        since.
        
        Feel free to fix more properly by making sure this code can be called
        only on Linux..
        
        Change-Id: Idb0a2b5594daa0cde7f4797b51ba3e5876170f9f

2016-10-03  Caolán McNamara  <caolanm@redhat.com>  [1c1d9867b0f789b21730faf76c02d2f86fcee43c]

        Resolves: tdf#101711 problems with attempt to remove unused bg images
        
        only do the save, unset (and possibly restore) of a bg image on the
        stylesheet if it has one owner, this continue to make the original
        scenario function without (so far anyway) the various reported problems
        
        Change-Id: I73382961973b1c53bf2ceff205615727dd378c77

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [9e1ee599e00751bc2454a9e2549286f4afca81e5]

        Update min OS version to a more realistic value for iOS
        
        Change-Id: I63617c49ce176180709a32c59a468c6abe076a3d

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [143d6eb831c6a285463feb31af977acd59972d5a]

        Also look for iOS SDK 10.0
        
        Change-Id: Ibc975a3c61542a2872a48c310351653734c225ce

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [ecdb065d7a40eb6b8e86edb7ed22a4f5be67ed62]

        Updated core Project: help  1fdcc074098ce839d1bbd611cfae8f42dd3d75e6
        
        Remove help pages and other references to the Presentation Wizard
        
        This wizard was removed recently. Drop its help too:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=bb8040595c9b6f0ccde39e6833f27a50abb891d8
        
        Change-Id: Ib6ce2d1a62a556dafc4a857bf7aa0f55b8211b6a
        Reviewed-on: https://gerrit.libreoffice.org/29481
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-10-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [06faa823bc5dbb2aa2c096b5db2ffaeb15e56b04]

        remove obsolete comments
        
        gcc3.3 would not build with Point(0,0) in direct initialization of
        Rectangle: Rectangle a(Point(0,0),..);
        
        Rectangle a = Rectangle(Point(0,0),..); was the workaround which was
        replaced at some point in time
        
        Change-Id: I33e6607b6c7079812d9e4064cfe4d8b4badf2a95
        Reviewed-on: https://gerrit.libreoffice.org/29485
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [874035190625de4d82d357e61cc5bcf785c7b9fe]

        Fix typos
        
        Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203
        Reviewed-on: https://gerrit.libreoffice.org/29439
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8f9af8dd970d8e2a620beb35a6ce145d65d18df5]

        Fix typos
        
        Change-Id: Ie44267e7c9f92eb1920f05235826abff761251f1
        Reviewed-on: https://gerrit.libreoffice.org/29430
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-10-03  Caolán McNamara  <caolanm@redhat.com>  [0c29c153465f80085e0c4ec0fe36e42e10ed4fb4]

        loplugin:vclwidgets
        
        Change-Id: If31494809ba8ce0028a15a88cf1bb2ead2769701

2016-10-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ba64777045c9e34e24cccf83d74594092f6b0552]

        LOK: Calc: clear cell background in other views on editing
        
        Change-Id: Ia61bcdf7db0994b6681607403c56be707a9f17d9
        Reviewed-on: https://gerrit.libreoffice.org/29456
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>
        (cherry picked from commit 1922c8b1d46e0067ed21a18d249f04da6f3b0160)
        Reviewed-on: https://gerrit.libreoffice.org/29489

2016-10-03  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [051a9eb9ca205787e0763ef5118ef8e3c4b0aec9]

        Calc LOK: clear cell background when editing in parallel
        
        Change-Id: Id8eccf00ec6555d62c49e06130e3aa3a0eaaddea
        Reviewed-on: https://gerrit.libreoffice.org/29450
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit b16ba7314ef93b657dea4d6dd676b2dfd265bcaa)
        Reviewed-on: https://gerrit.libreoffice.org/29486
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [5fa79137b92417784c6123b88617bec6c7582d4e]

        Calc: fixed bug in parallel cell editing
        
        The background color by the wrong edit view was used causing a
        segmentation fault.
        
        Change-Id: Ife489989e382d6f4f905f0ca305928e64bbce588
        Reviewed-on: https://gerrit.libreoffice.org/29415
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8ef20328866320cba9267027ea7284f8ec7edccf]

        Calc: implemented parallel cell text editing
        
        Change-Id: If8cc7a637cee6ba66813d55b25160fee13a2a219
        Reviewed-on: https://gerrit.libreoffice.org/29410
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

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

        ClassLoader->URLClassLoader
        
        Change-Id: I1f46a99025ba33d08842da9b06611dcfa6b1b49c
        Reviewed-on: https://gerrit.libreoffice.org/29474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-10-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [3fcd1f80afcf789fbafae2a4360b62111089a5cd]

        Calc: edit engine could be accessed after being destroyed
        
        ScTabView <---------------- ScTabViewShell
        +ScViewData                 +ScInputHandler
           +EditView[4]                +EditEngine
                                        +ImpEditEngine
                                           +vector<pointer<EditView>>
        
        On tab view shell destruction:
        ~ScTabViewShell -> ~ScTabView -> ScViewData::KillEditView ->
        EditEngine::RemoveView
        
        but it occurs after the following:
        ~ScTabViewShell -> ~ScInputHandler -> ~EditEngine
        
        since data members are destroyed before ancestor classes.
        
        Change-Id: Ida56b8009c0d8a3cd23952259d78318e96ae5124
        Reviewed-on: https://gerrit.libreoffice.org/29409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-03  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f5ed92549b9f113cbe252820a01a098b2b9d65ab]

        LOK - when a view is enabled, the existing edit views are killed
        
        A view is notified about killing its own edit view, if any, in 4
        cases:
        
        - before being deactivated
        - soon after being activated
        - when a 'cursor position changed' event occurs in any view
        - when a 'selection changed' event occurs in any view
        
        Now these notifications are skipped when LOK is active.
        
        Change-Id: I94020987a35b1450ec41e2fa5fcce8cfa7e92130
        Reviewed-on: https://gerrit.libreoffice.org/28948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-10-03  Caolán McNamara  <caolanm@redhat.com>  [348dcf1edb1a45027b52ba1e6f15bbf4d484a2c5]

        Resolves: tdf#99324 accel underlines don't appear in extension option pages
        
        because they are not widget-layout tab pages, we have to dive down
        through the WB_DIALOGCONTROL widgets as well
        
        Change-Id: I13dbf88878efd89794158ce43137381008e18890

2016-10-03  Caolán McNamara  <caolanm@redhat.com>  [1bceb4e6aeaea138fac5ea9b3dfb8710babb3d43]

        fix indent
        
        Change-Id: Ia1bc9fe3c2c3833e36ec6fb9636856049acf03ec

2016-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [6534421e88c1edd245edfd4ca70dd4e6aa8be8e9]

        sd: mpViewShell can be nullptr in DrawDocShell::GetState()
        
        Start Impress, e.g. go to Tools -> Macros -> Organize macros -> Basic,
        then start editing a macro -> crash.
        
        Change-Id: Ie54a3467e0121c9f87834129ba89fe6485fea552

2016-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e86e96a32dcf551f2f103d149214306d26ea0238]

        Use closure to simplify use of for_each.
        
        Change-Id: I4bca7bec32e194418b811244cbfb8a3ab4c0cdfa
        Reviewed-on: https://gerrit.libreoffice.org/29465
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a31378fa043c72770aa7457c4e03194de8b3bab5]

        Fix typos
        
        Change-Id: Iad27d1f87568890180c142774c238a14d022946d
        Reviewed-on: https://gerrit.libreoffice.org/29441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Tor Lillqvist  <tml@collabora.com>  [9b79a4437d41a25ab61d5ab57ec3cb076af80816]

        Avoid pointless single-line wrapper for OpenCL isnan()
        
        Change-Id: I4056a1afac1413616a06d0b2f03d4bdead6cad10

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f0249a88fc502df142d36f2f67c976618b7ba6b6]

        Fix typos
        
        Change-Id: I6730c6c5eab9157533822e5045e9f86109062580
        Reviewed-on: https://gerrit.libreoffice.org/29433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Noel Grandin  <noel.grandin@collabora.co.uk>  [8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95]

        loplugin:countusersofdefaultparams in sw..vcl
        
        Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d
        Reviewed-on: https://gerrit.libreoffice.org/29471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc306db9b51e6f009803f7ba633674dc2840ac08]

        remove anchor test from the conditional format API test
        
        Change-Id: Ifcbcdf03d0d178f865c156fc8a6299741f814bc2
        Reviewed-on: https://gerrit.libreoffice.org/29460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [52c252882bd293eb7eaf8e5b98fd9c0e21cd827d]

        Updated core Project: help  adc609e9541410c20f3cd6fda2d1718c9850d094
        
        test-hid-vs-ui: Remove help text about removed option 'Tip help timeout'
        
        From source/text/shared/optionen/01013000.xhp,
        referenced items ['tiphelptimeoutnf', 'tiphelptimeout']
        were not found inside cui/uiconfig/ui/optaccessibilitypage.ui.
        
        Change-Id: I24905a46208f5f2ce3fa793ba523b74c680452d8
        Reviewed-on: https://gerrit.libreoffice.org/29478
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [1491130fbd764a6262f58f60863390560cf328bd]

        Updated core Project: help  5f851b07a431857b3fbb4d03d6883578ed6bffbc
        
        test-hid-vs-ui: Fix reference to the 'invertnormals' element in .ui file
        
        From one of ['source/text/shared/01/05350400.xhp',
        'source/text/shared/01/05350300.xhp',
        'source/text/shared/01/05350600.xhp',
        'source/text/shared/01/05350500.xhp',
        'source/text/shared/01/05350200.xhp'],
        referenced items ['inverthormals'] were not found inside
        svx/uiconfig/ui/docking3deffects.ui.
        
        Change-Id: I236f7f7218c3bc43fd7cf0c2d76ca1f89297046f
        Reviewed-on: https://gerrit.libreoffice.org/29477
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [0a65e0af504b6b4adb0fffa0866ca91da2697347]

        Updated core Project: help  d382facf6fe638dd8ec04bdf45cf92a4488cc597
        
        test-hid-vs-ui: Fix reference to the 'formatted' element in .ui file
        
        From source/text/shared/01/05020300.xhp, referenced items ['formated']
        were not found inside cui/uiconfig/ui/numberingformatpage.ui.
        
        Change-Id: I9a9fcee3ac21e79aba7e8637a8ed89597fccf296
        Reviewed-on: https://gerrit.libreoffice.org/29476
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Gabor Kelemen  <kelemeng@gnome.hu>  [6aef47e6315f04b0412d4cd51de44c431208c6c0]

        Updated core Project: help  91563122b47dfbc08aa2d3a5c2d73bb48eb8ff72
        
        test-hid-vs-ui: Remove help text to deleted option 'Current document only'
        
        From source/text/shared/optionen/01040300.xhp,
        referenced items ['doconly'] were not found inside
        sw/uiconfig/swriter/ui/optfonttabpage.ui.
        
        Change-Id: Ia19102b0ec8ef72918cd23f9585b90363eaf67fc
        Reviewed-on: https://gerrit.libreoffice.org/29479
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-10-03  Noel Grandin  <noel@peralex.com>  [9f0096d934fcdec6cd55e32a15fd438f628f894b]

        fix bug in DocumentSettings::LoadList when testing result of lastIndexOf
        
        managed to trigger it in a flat ODF test document of mine.
        
        I suspect that this might have something to do with one of the various
        conversions to OUString, the old String APIs might have returned -LARGE_INTEGER
        instead of -1.
        
        code was introduced in commit
            cbcfda9b2079ea4ef83b2a42828408b5f70f7692
            Author: Michael Meeks <michael.meeks@novell.com>
            Date:   Mon Sep 5 17:22:24 2011 +0100
            add XPropertyList enum, factory, and associated cleanup
        
        Change-Id: I39b4715cc12ef6366fe0466786589ef198602a98
        Reviewed-on: https://gerrit.libreoffice.org/29473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-10-03  Takeshi Abe  <tabe@fixedpoint.jp>  [bd631f933cf2f5a515abc303c277c1197aa54200]

        starmath: Add comments on indexing
        
        Change-Id: Ic87d04f65f8272832c8742f99821876cc28bb514

2016-10-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [db29cdcc70ba792ed54e0957929b4524816b1fb3]

        tdf#102872 TAB function is missing its argument
        
        Commit 98f0e0eda50690bd01842c806bd13e3bc5af2966 introduced TAB function
        but its declaration in basic/source/runtime/stdobj.cxx is missing its argument
        So it used TAN function as argument
        
        Change-Id: Id4461ca805f9c7034b0440de46b845f29f57e3b0
        Reviewed-on: https://gerrit.libreoffice.org/29437
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        Resolves: tdf#101470 don't restore last value when submenu appears
        
        Change-Id: Ia0cce8607334289b619b1f59dbdd67b000a06e01

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c7114b66bd615670950ef6f7c2d80adab3fb4c33]

        Fix typos
        
        Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2
        Reviewed-on: https://gerrit.libreoffice.org/29434
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

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

        coverity#1373353 Uninitialized scalar field
        
        Change-Id: Ifc65e3fbc2dd076f322482459f4ad96745f64882

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

        custom dtor is unnecessary
        
        Change-Id: I2b9d167628995747a6c1b032f3461d988ed485e5

2016-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e143e77d05c5798904e8e24cf99e7967efc61f1]

        sw: prefix members of WW8Fib
        
        Change-Id: I69f8b6dda03b9a8cc19fc1dbe5e8031cfb7329d2
        Reviewed-on: https://gerrit.libreoffice.org/29470
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [909b6b84944e17141109272d917dcf4887483e5a]

        tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV open() method
        
        The function call will act as a precheck on Web resource access
        error when accessing the open directly without the normal file
        open procedure, e.g. accessing Web resource property values first.
        
        An example of this direct open call are the extension fetching and
        the extension update check.
        
        Change-Id: I765a2fe29f432a07a649e5a35440ae351c681af9
        Reviewed-on: https://gerrit.libreoffice.org/29454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-03  Justin Luth  <justin_luth@sil.org>  [fe8ec3f3f09aae165c854294ad52d6870e70ef8e]

        n#780843 revert part of docx testcase
        
        revert testcase for commit 211916f86585cb4f6258eb30e0474e4c21cd37f1
        
        On import, it is impossible to know where automatic
        end-of-pages will be, so it cannot be known that all the
        content before the page-break will be on the first page.
        
        Removing this testcase because Writer does not have
        the capability to dynamically assign headers/footers
        to continuous break sections. This test worked on this
        particular document, but not on generic documents.
        
        Replacing it with a version of the document with more
        text before the continuous break, which produces the
        exact opposite footer results.
        
        Change-Id: If660edd47b4eb19798f79babe65c37e1a9848739
        Reviewed-on: https://gerrit.libreoffice.org/29408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [14d096e2bf7998de55350b8fe53ec511dedcc477]

        Fix typos
        
        Change-Id: Ie75beb4e282a4d1b784a5847262e39cf9c851527
        Reviewed-on: https://gerrit.libreoffice.org/29440
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Noel Grandin  <noel@peralex.com>  [ba3521f28831f41c92aa863ba6ba6da7c91c56f7]

        add more dumpAsXml()
        
        and make it format the output nicely, so I don't have to use 'xmllint
        --format' before I can read it.
        
        Change-Id: I065ee93193f3c6c7bab87212ab96021fb0d7c5ed
        Reviewed-on: https://gerrit.libreoffice.org/29407
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Chamal  <e12346@ce.pdn.ac.lk>  [bc4715ddac99ca104e1ba6b313f089cfe4039381]

        tdf#100726 Improve readability of OUString concatination
        
        Fixed the issue on sw/source/core/access/accpreview.cxx
        
        Change-Id: I74a19129580ca8f7f357d590832cac5a360ba636
        Reviewed-on: https://gerrit.libreoffice.org/29455
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [02981bec24fcbc160ac7e10aed3af6053aa1780a]

        remove pointer to local
        
        Change-Id: I21cb1e1798d7ca127005fd047d84ff535eb48019
        Reviewed-on: https://gerrit.libreoffice.org/29458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0349556c3d045d325d511d8ca4e6ddcac666cf2]

        add test for tdf#77873
        
        Change-Id: Ifd16c51029d2aa4deda0370f4d2867ed9c9e53d9
        Reviewed-on: https://gerrit.libreoffice.org/29461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b11ad787372c4b833cc58a3738e375af26309b8d]

        support TargetFrame in url field import/export code, tdf#77873
        
        Change-Id: Id09ecbd10b8ee60371f223d62f2dd6fe1c2296ca
        Reviewed-on: https://gerrit.libreoffice.org/29459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5961d5a0e543d7af7c2bd269b2627c6f8d67d036]

        uitest: annotate slidesorter window
        
        Change-Id: Ie8c0cf79b8b92908a001271934a81fa2a2d6e693
        Reviewed-on: https://gerrit.libreoffice.org/29447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-02  Jaskaran Singh  <jvsg1303@gmail.com>  [06f319937187f76ee402d53b3baa78c391c2af19]

        tdf#90937 Add a set of cell styles to calc
        
        The styles that are are added by this commit were created
        by the design team. Special thanks to Yousuf Philips and Mattiaz
        Poldaru for taking initiative.
        
        These styles have been taken from the attachment posted on the
        bugzilla thread. A few necessary lines have been added to make it
        work.
        
        Change-Id: I7503ea9114e3908a4007a5e5d6a09486a32a3674
        Reviewed-on: https://gerrit.libreoffice.org/29364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-10-02  Chamal  <e12346@ce.pdn.ac.lk>  [9563c13247dec8fdad8bf4e5748e3495f1a5f843]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Fixed the bug on sw/source/core/access/accpreview.cxx
        
        Change-Id: Ia16b03f4e5c377a0715608efbd0730c196b26f4b
        Reviewed-on: https://gerrit.libreoffice.org/29453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-02  e12346  <e12346@ce.pdn.ac.lk>  [793dae3e90692467c0f111cf5b127209f7f522fa]

        tdf#100726 Improve readability of OUString concatination
        
        fixed the bug on rsc/source/rsc/rsc.cxx
        
        Change-Id: I0c1c92f63b8c18d3acbdcf74e7284a2dae19da44
        Reviewed-on: https://gerrit.libreoffice.org/29451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-10-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d866c3af42bb32a328ce2fd7e460744e28efd08d]

        cppcheck invalidPrintfArgType
        
        signedness and long vs int corrections
        
        Change-Id: I67c6b9e05b16f5d8d4693879f1656db50dc7ec48
        Reviewed-on: https://gerrit.libreoffice.org/29355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a9483f7105b58b6d78c06aa5b3e6e4a3466ae8dc]

        add default cases
        
        mutes over 150 warnings on kde build environments
        'enumeration value ´...´ not handled in switch [-Wswitch]'
        
        Change-Id: Iefc8cd3bc820b1d8e039db6fc188533ceffb9d39
        Reviewed-on: https://gerrit.libreoffice.org/29225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [4514d7032b8a93d6bfacbb3354bafca98c0559b6]

        starmath: Prefix members of SmParser
        
        Change-Id: Ib39bf2a9b8c37d9f2ac4ed3db602c3b0a82a506b
        Reviewed-on: https://gerrit.libreoffice.org/29397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d88ba9042cc68cd6c8aecd1c54c79f11d0887624]

        fix indentation
        
        Change-Id: I74e02ba63e7a5d9fee37e7a2a384ddc4018804b3
        Reviewed-on: https://gerrit.libreoffice.org/29448
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-02  Eike Rathke  <erack@redhat.com>  [2907779a5c576b341ef33e795617a7c54de668a2]

        unit test cases for approxEqual() and approxSub()
        
        Change-Id: I4aa53d83feaccd3d08c69a35cee2fa84f1ec0964
        Reviewed-on: https://gerrit.libreoffice.org/29429
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [55c30b56ed9bfe44ab2a2a6861aa3d9ad2d16601]

        Dump the stored formula results for debugging.
        
        Change-Id: Ib9edd7e8d61d7a83191e4848fea47b7c9b1b1766

2016-10-01  Eike Rathke  <erack@redhat.com>  [2135eae2a97c17d89cb47a2074830fd2d7b2226f]

        let approxEqual() not scale too early for large representable integer values
        
        And since this is now too much code for inline move implementation to math.cxx
        Which again made it necessary to give libreofficekit lokdocview.cxx its own
        implementation that doesn't even claim to build against sal ...
        
        Change-Id: I0f80be9d9172ee20693b9babde715206f2c3d8c1
        Reviewed-on: https://gerrit.libreoffice.org/29428
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec3aabe66bde2c8bdea2c3692ac1c4981c8910a3]

        support crop and rotating for drawinglayer object in UI testing
        
        Change-Id: I57a9a43dc5289a9a987e4bf54a3c8d8d40824e67
        Reviewed-on: https://gerrit.libreoffice.org/29421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [86617760eb8bc6c0b2713b9496ade9203d1077a5]

        Engine() return mpOutliner, so can crash if Engine() used post delete
        
        if Deactivate called during ::dispose
        
        Change-Id: I066dcc52278f12442de0281c8d783353aed5a186

2016-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c0bcdde2a048b6e5465a14182947c09fcd170d45]

        Fix typos
        
        Change-Id: I6aeda978911b25caa45d4e459e581fc743e93d2c
        Reviewed-on: https://gerrit.libreoffice.org/29442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0d4996862b5df79fd601eff6193d5718f8f84047]

        Fix typos
        
        Change-Id: I9701cc93a9f4315e71c133237fdd96ef6964c8ff
        Reviewed-on: https://gerrit.libreoffice.org/29438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [441fa1c03664081d76bf6007c4ac0aee32f56342]

        Fix typos
        
        Change-Id: I1e0e6f1b99090f26a6cd657ee9019bf2fa906dd9
        Reviewed-on: https://gerrit.libreoffice.org/29436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6445d8d7d662d9bbeb20647bd14470ff7a4dba34]

        Fix typos
        
        Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8
        Reviewed-on: https://gerrit.libreoffice.org/29435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [943919692e8cd96839aeb8cc97598fd4e55c5eea]

        Fix typos
        
        Change-Id: I8374d6d08f4eb4ae2821e213371c615b92d7e9ab
        Reviewed-on: https://gerrit.libreoffice.org/29432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-10-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f15eb068fdc1e3e70a4c623b6bf462cda64f43ad]

        svtools: don't store "vcl" Graphic as a pointer
        
        Change-Id: Icf8a5fa72ef66659bbc9c70355d430ff6bf545fc
        Reviewed-on: https://gerrit.libreoffice.org/29412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88488d579b1e3fbd35465eeb76a40a552d6be93b]

        add resizing support to drawinglayer ui test objects
        
        Change-Id: Ic17b32c25677855388ff49f2f7daeb1a84557fde
        Reviewed-on: https://gerrit.libreoffice.org/29419
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d1b897287696789b66c848dfad94a43051769c2]

        add initial test for handlign drawinglayer objects
        
        Change-Id: Idbf13ef748447120baa1709be0a9c24367d0887e
        Reviewed-on: https://gerrit.libreoffice.org/29418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [786971a13adba78072c0ec03101c6c63d76a432f]

        add initial drawinglayer support to UI testing framework
        
        Change-Id: Id0450cdf655accb6bd1a50871e83d5c8ecdaab5f
        Reviewed-on: https://gerrit.libreoffice.org/29417
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-01  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d751af3f84909996d44b9354ce9ed34891d374e1]

        tdf#101094 (34): Fix test and missing field value in comparision operator
        
        Change-Id: I6be4a7861f2a978c260defd54dcbc8d124017439
        Reviewed-on: https://gerrit.libreoffice.org/29431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-10-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [32c29f79cb976f8b04eb635857ef3b8eecde443e]

        Revert "don't write item right before destruction"
        
        triggers warnings in the dtor if RefCount isn't reset.
        revert till we have better ref counts and don't need debug code in dtor.
        
        This reverts commit b74d2433c856d6d172d9588f4b6d59c31ec02853.
        
        Change-Id: I1835885d94e15339aa7602037d850e1524fd9662
        Reviewed-on: https://gerrit.libreoffice.org/29427
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [a77223b281d79db60c6905e77538f077200b1af8]

        rearrange SwCalc some more
        
        Change-Id: Ib1ffc112ddd006102b29536f7433a3f16bf63a3f

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [9b2a24b9e32ded1b6dc111ddc06b7ed07c0b7d6d]

        rearrange SwCalc a little
        
        Change-Id: I42278cf63f3cf2a1c3362fcb8c4eeacab2a9de48

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc41255dc725dfa912326cc5d9e420bd66471c64]

        add test for tdf#101910
        
        Change-Id: I3c0b98655a0a7a32e9022ce44a007d2303590e56
        Reviewed-on: https://gerrit.libreoffice.org/29423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [7ae4ac0d083b54da466ccd2f31860667e7751188]

        default copy ctor/assignment are sufficient
        
        Change-Id: I9076b5705ae213c4170cb313cd5b40b3214e2256

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [450c15a1181ef9aee0bdaa01bae06dd91c86acba]

        avoid coverity#1371264 Missing move assignment operator
        
        Change-Id: I5085b0a04cf24b8d4678165371e44dc3556300e3

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [fa3d4fea73c7c9d5f8790e8b4708776ef3eaab21]

        coverity#1373442 Uninitialized scalar field
        
        Change-Id: If827f7ed98be2cf123910ae8944a5f1da9cb7016

2016-10-01  Caolán McNamara  <caolanm@redhat.com>  [05528a63000ff9d41038db55a0e43a5d0588ac44]

        silence coverity#1373441 Side effect in assertion
        
        Change-Id: I1cf7b7d20a0b567c7363c5a9abc5bf1195b57262

2016-10-01  Szymon Kłos  <eszkadev@gmail.com>  [a2765c02cd44a7f4ab7d30716d8fe7c1811aa3a6]

        Notebookbar: fixed context handling
        
        After last changes context switching was not working.
        Removed unnecessary Resize call to avoid flickering.
        
        Change-Id: I7931f4d442737c704c41bb7944c6d95e45b964f7
        Reviewed-on: https://gerrit.libreoffice.org/29411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74b2cc607448d24146bd3508abb832d6ab42cb56]

        tdf#96161, always write the varyColors element
        
        The default value changed between MSO 2007 and 2010 so we need to always write the value.
        
        Change-Id: I563eafa84baa3df656c83d657ebbb4c381c09957
        Reviewed-on: https://gerrit.libreoffice.org/29420
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f658dc87794036182aa1f8586d82c5ee997cd8b]

        tdf#101910, mark ScRangeList updated when DeleteArea was used
        
        Change-Id: I98390b28c5a1bbbd391ff054b2f574951c7c00c4
        Reviewed-on: https://gerrit.libreoffice.org/29422
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf4ff92144726a91508fcaf4be21170eac5cb99a]

        add missing include guards
        
        Change-Id: If8fa3a98fec128a091b1dd1c2764ad80aac0bb90
        Reviewed-on: https://gerrit.libreoffice.org/29416
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-30  Michael Stahl  <mstahl@redhat.com>  [8e7997fe0c4f5a20918fbaabc1a00fd0db070b95]

        sal: WNT: print errno when oslCreateThread fails
        
        Change-Id: Iad0a2a7ba68b3f43c22e0b5a3cee646f8baba30e

2016-09-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [33a2e47c907f7e2c1995b4a1e910dec94c3cedb4]

        add RATE test case
        
        Change-Id: Id7da3c3e11ce05c2630d7ac6e9c715a92e554bb4
        Reviewed-on: https://gerrit.libreoffice.org/28885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4800eab008b5872289d92f40bf673d82ce7aa86e]

        add CONCAT test case
        
        Change-Id: Iea1601b8bb5979a10288cc1e768026b2388722df
        Reviewed-on: https://gerrit.libreoffice.org/29403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-30  Noel Grandin  <noel@peralex.com>  [eebcb73394b62093e33b5eb11744a0a4f401f331]

        add script for dumping poolitems values
        
        Change-Id: Ifad071ebc17c6c4d0f8d498264070f78c14d9bd3
        Reviewed-on: https://gerrit.libreoffice.org/29406
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [43e241541eefd21cfc7a8e8f51ef958c2a7ba4d7]

        Resolves: tdf#101004 crash on using slide master design from master view
        
        started asserting since...
        
        commit f7ed8b99b628625851fb28ec1a3dead710c8871c
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jun 23 16:54:52 2015 +0100
        
            allow slide design to affect multiple standard pages
        
        but looks broken well before that
        
        Change-Id: I03988696e7a25e4f8c932f55bcd1879994ac1005

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [264f3830d70f683f2f11ebf344ffa233a454cea6]

        coverity#1371302 Missing move assignment operator
        
        Change-Id: I3df51235e9c8140ac8711b4bd7a9a677fe9ad9eb
        Reviewed-on: https://gerrit.libreoffice.org/29402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-30  Michael Stahl  <mstahl@redhat.com>  [966677bea718d95b3931c4ec86f5add1bca6cb1f]

        vcl: remove WNT ImplFontAttrCache
        
        The fontnames.dat cache turns out to be unused in release builds; it
        contains the fonts in instdir/share/fonts but in the MSI these are
        always installed into C:/Windows/Fonts nowadays.
        
        Change-Id: Ibaac87515310d659566622e006b3b7ec01c7551e

2016-09-30  Stephan Bergmann  <sbergman@redhat.com>  [def490468df794166ce7bba1ec2d2feb410278ab]

        osl_getSocketOption shall return the new length
        
        regression introduced with c89f22ffcd4191f7cb8ef0e68adb2a0f0ec6c74e
        "INTEGRATION: CWS pj72"
        
        Change-Id: Icea8bc43e346dbe4cf7cbfdf1176704d52b339f4

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [524ce218ea40e0c419367c973cba7b7d677da740]

        Revert "these are equal to the defaults"
        
        This reverts commit 9e09827b0111b2acd8c2b78369ed46a5732931aa.
        
        Revert "coverity#1371302 Missing move assignment operator"
        
        This reverts commit e214fab7a318f7881d0bd2803f54ce4e1ac2cb83.

2016-09-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [51035a3d4518a56bd4177a77923f606612052247]

        add CHAR test case
        
        Change-Id: Ifb0eee3e011b66154fb74e729ae912f6a7f0b278
        Reviewed-on: https://gerrit.libreoffice.org/29247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [1c4d81fa3a91f57e318dd74ca0f601d6edca374c]

        fix perf bug (I think)
        
        In commit 93160bcb2dce54bbccb5935cd0a71b52ad5e5461 "convert PAINT
        constants to typed_flags", I removed two lines of code (based on faulty
        analyis), which appears to have caused a performance regression in the
        "ILmr" test
        
        Bug noticed and tracked down by Jochen Nitschke, I'm just testing and
        committing.
        
        Change-Id: I1c7dfc305765f7b20458421680f776a4a9324281

2016-09-30  Stephan Bergmann  <sbergman@redhat.com>  [98323f936ba454f974d168e79f2187a8d3324ef0]

        cid#1371195, cide#1371212: Replace PageHolder with shared_ptr
        
        ...removing the need for SharedCount, too
        
        Change-Id: I20c724c940c571aef1c12453da30c3e9fbb46466

2016-09-30  Stephan Bergmann  <sbergman@redhat.com>  [904959b85853be0a79c757f9df92e1a9b7e0c01c]

        Remove OStorePageData typedef
        
        Change-Id: I9f4e8fa41a59325fe7036acb66d045a833294bd6

2016-09-30  Stephan Bergmann  <sbergman@redhat.com>  [ba09cda3ef52f58a1d5387ee33b30042baf2bf34]

        Remove "#if 1  /* EXP */"
        
        ...whatever it was supposed to be good for
        
        Change-Id: I8f2a526aeaa484675e1bd6763fa692f8cbed2a51

2016-09-30  Stephan Bergmann  <sbergman@redhat.com>  [2950528c51b175ae704c674010d8538e3e83da08]

        No need for rtl_cache_* here
        
        ...which shows that m_pCount will never be null
        
        Change-Id: I87c6e4bf5d258c59a8e91cd194c64b1ce85b4445

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [673fe197751cca6477c851f6a64674ced768bc49]

        coverity#1371191 Missing move assignment operator
        
        Change-Id: If543e0685f808cfe72eaa0ff60c87bb3b1a5ea42

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [e214fab7a318f7881d0bd2803f54ce4e1ac2cb83]

        coverity#1371302 Missing move assignment operator
        
        Change-Id: I1dc1eab92b63198e190698d3ef514b0ac9682aad

2016-09-30  Caolán McNamara  <caolanm@redhat.com>  [9e09827b0111b2acd8c2b78369ed46a5732931aa]

        these are equal to the defaults
        
        Change-Id: Ib1ab02264b7fc68af880c90f20d3244e42dab090

2016-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c76ade9516ada09222a18af69eb381b2e859b24]

        i18npool: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I2ebe54af7b769189e248b1a3af55ee1b6a66174a
        Reviewed-on: https://gerrit.libreoffice.org/29399
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-30  Noel Grandin  <noel.grandin@collabora.co.uk>  [4481158f639661f8e59e74097eefb059c2a5cbfd]

        unuseddefaultparams plugin has been superceded
        
        by the countusersofdefaultparams plugin
        
        Change-Id: I79cdc4cf884deea212ee76e1436f07696ff49f44

2016-09-30  Khaled Hosny  <khaledhosny@eglug.org>  [281bd0b08a1c678209befd2355c29d823a2e85d3]

        Update HarfBuzz to 1.3.2
        
        * Only build the library, makes no-freetype patch redundant.
        * Don’t build ICU support as a separate library, otherwise we would also
          build the alternative UCDN Unicode functions which we do not use.
        * Don’t build FontConfig support stuff that was added a few releases ago
          as we don’t need it as well.
        
        Change-Id: Ia5f296c61a6ce2a589b1c521b3c2c7c75dbcf74d
        Reviewed-on: https://gerrit.libreoffice.org/29342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-30  Noel Grandin  <noel@peralex.com>  [4d87443bf59c3242d58b56cc1583d73213ae1f2f]

        loplugin:constantparam
        
        Change-Id: Idbe8c8e6b3d44cacce296ec8c79b2b244281057c
        Reviewed-on: https://gerrit.libreoffice.org/29321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-30  Takeshi Abe  <tabe@fixedpoint.jp>  [8e812b87ff7f8c5bf2c6f8858646c55effd2eea3]

        tdf#75757 Remove inheritance from std container
        
        Change-Id: I476c83ea195281f977bb6fa5019f983609ff3a6e
        Reviewed-on: https://gerrit.libreoffice.org/29347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-30  Gulsah Kose  <gulsah.1004@gmail.com>  [8e466c431e6d61911b2b15895a4b63df12422057]

        tdf#97164 Add text for visualition of percent symbol.
        
        Change-Id: I31dc1a7a4ed0bc0e760e10c1a2ff52660a258e12
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29299
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-30  Justin Luth  <justin_luth@sil.org>  [a324e85cbbe62c8d8b6b6c0d0692746c17673453]

        tdf#101815 editeng SetMustRepaint when InsertText
        
        Change-Id: Ib66e7d53c231ac40f59593fd45a0706418a9398c
        Reviewed-on: https://gerrit.libreoffice.org/28717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-09-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [96e1fcbb41fdfa070f96dc7a6c8c9b9281de1e9d]

        tdf#102769 Options: Display formatting mark chars next to their labels
        
        Change-Id: I62b23057649fe08396913b3c17cc36935e46161d

2016-09-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [89a3f825559753d6600807342ca96c169cd58c87]

        tdf#102235 Tweak terms to avoid misunderstandings
        
        Change-Id: I8dc57d894c00090d04b2baef986a64813affb954

2016-09-29  Michael Stahl  <mstahl@redhat.com>  [a0687f7e656a137cd0c1661094afc72f466ba629]

        tdf#83306 add unit test for compareWithLength and '\0'
        
        Change-Id: Iba48390035c560ea499c7fd793d5dd84d1f63cf0

2016-09-29  Michael Stahl  <mstahl@redhat.com>  [d3db7589f14ea1874095a66810e64577a6f004b0]

        vcl: fix some mysterious WNT font cache file
        
        Apparently VCL maintains a mysterious fontnames.dat file in the user
        config, but it's currently completely borked because the "styleName" is
        written differently than it is read.  Also increment the magic number to
        ignore existing invalid files.
        
        (presumably regression from 5c24789ca33d7b2b0c39626208cf0708fb470d95)
        
        Change-Id: Id94eef1c56ab928d3d2e43ec13d9a5d91b37df90

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [2434e019252cbc8b6a567eafe89ccfdf4749b838]

        reorg FillItemData
        
        Change-Id: Ia70bf1c7fb4bf524b92c3f97103cd74bccf46822

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [a15db9dbb306031c9a4903a6875de94473c740da]

        coverity#1371177 avoid Missing move assignment operator
        
        Change-Id: I15517a725e705db0f106b01eb9a013efeca4f47f

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [a218467c93cfe4c26414ac00cbb0503156d483ec]

        enforce some form of consistent indent here
        
        Change-Id: Ib26aaa29861e940748a31a3df7f8c5f0408e8c13

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [ea2b56a72a6d7deb68793d7b8bcdb2fded1fbd68]

        coverity#1371164 Missing move assignment operator
        
        Change-Id: I9817115f3bc0af542ed27605f8d0ca50107dd7d8

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [57d80be7fcd35625bd9e8007cb75088491ed5a1c]

        coverity#1371147 avoid Missing move assignment operator
        
        Change-Id: Ie9bc91be66ae0fe24bd1920d2ea59b0f5376e7b1

2016-09-29  Szymon Kłos  <eszkadev@gmail.com>  [be68bf55c303ce8aaaa79578178e6ff9a5e18d18]

        tdf#102776 : toolbar mode changing in multiple windows
        
        This patch provides better toolbar mode switching:
        - only in current module (if eg. Writer and Calc opened)
        - in multiple windows with the same module (two Writer docs)
        
        Change-Id: I81bfe626b677bc0168c4a7cd6ce5563ceed5c14b
        Reviewed-on: https://gerrit.libreoffice.org/29394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-09-29  Takeshi Abe  <tabe@fixedpoint.jp>  [663e26f24f1fa1abadc37838983bebd7407d65f8]

        tdf#53472, tdf#102268: Reimplement "intd"
        
        This reverts its original implementation introduced with
        93e6291c29d547c0c29c6e43b2ca4b36a3e8506f partially, and
        improves the patch proposed at 746633bd0315939fd5e0b50c90692d356d2ed678
        (but reverted at e265ea36df02310881e959a031b74578b323bfa5).
        
        Change-Id: If0aa5b985cac45a1cd9ea87bae293243af9d12b2
        Reviewed-on: https://gerrit.libreoffice.org/29271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [38d61128467aedc2935443be21c38168f5e00df6]

        coverity#1373423 Uninitialized scalar field
        
        Change-Id: I893bd383a6865e066de7aa0093d2d2642d89e82f

2016-09-29  Stephan Bergmann  <sbergman@redhat.com>  [ebf5a786cadfc562ed9ec05ca9fd751068868d89]

        loplugin:vclwidgets
        
        "VclReferenceBase subclass dispose() function MUST call dispose() of its
        superclass as the last thing it does"
        
        Change-Id: Iab326014d3de805f68729f6d2912f7e960368f11

2016-09-29  Stephan Bergmann  <sbergman@redhat.com>  [a8f206d9e888c5339bd5f98961c1a460dab5504d]

        loplugin:literaltoboolconversion
        
        Change-Id: I99859433f3e3541c8e44248e4a29ef2c5fb24845

2016-09-29  Olivier Hallot  <ohallot@collabora.co.uk>  [e379ef63bc5610fd85e92003548ad3ae0f2328f5]

        Updated core Project: help  e828dbadef246a13c1ba4b6c3f26064bad602a67
        
        Help page for Notebook bar
        
        Add help page for notebook bar.
        Based on the work of Szymon Klos eszkadev@gmail.com
        
        Added a warning text on the fact it is an experimental feature
        
        Now we get the warning
        
        Change-Id: Icf014a7c03469c5bf484ed3c449bb34cd23b0485
        Reviewed-on: https://gerrit.libreoffice.org/29043
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [a8f32f34b68d9368db5371c0889e7b5955b5a10f]

        Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns out
        
        and correctly truncates the file without replacing it by a delete
        + recreate.
        
        So we can drop the custom temp directory+move code of
        
        fdo#42122 - truncate files that shrink to avoid dictionary corruption
        
        This reverts commit 28300209604ee1bb8e5050322b29e95a07f679d8.
        
        and so don't need
        
        fdo#66420: fix user dictionaries on Windows
        
        This reverts commit d68de5195605bd9236851e0714dd9b03b0f5f3be.
        
        Change-Id: I7f2010f4113f78cd0667632253b56055d189cbff

2016-09-29  Michael Meeks  <michael.meeks@collabora.com>  [1498c4f631e9c90b11dbdb18e8b094b90e143466]

        tdf#101827 - mend busy contour dialog.
        
        Previous impl. had an un-necessary timeout to update the screen constantly.
        
        Change-Id: I28ba50166530d516d299b9c873cf59577043bf82
        Reviewed-on: https://gerrit.libreoffice.org/29392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b32b6c09d190effbe29389a87a80df36007d2e99]

        sw lok: disable pixel alignment of cursor logic values
        
        It just makes harder for a client to find out if the cursor of one view
        is at the same position as the cursor of an other view.
        
        Change-Id: Ifaebd1c93c45918c87f3c2c3d12bbb3af949184e
        Reviewed-on: https://gerrit.libreoffice.org/29393
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3399b0d4084d92879b1354bd05a9b891bd187a6]

        fix the build
        
        Change-Id: I95d98ec792c8741ee9d22ff174b388bb59cc7638

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a142d1dbdc33c9c4694e04f3b8b89848da47da6]

        add complete test for tdf#96453
        
        This is the fourth and final part of the UI test tutorial.
        
        The test combines the previous 3 items in the final test. The original test
        from the first tutorial is used as a template, the SvSimpleTable support
        is used to assert that the table contains the correct amount of entries,
        and the UNO helper methods that the document contains the correct amount
        of conditional formats.
        
        Change-Id: Ibe2047e10ff6368c145c88b2bcca9648aa7f8f54

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3da8806e079c8fa75330100e5c17658b4f7e79a0]

        add helper methods to deal with Calc UNO
        
        This is the third part of the UI Test tutorial.
        
        The code in uitest/libreoffice is generally useful UNO code that
        allows to interact with LibreOffice. This code should be independent
        of the UI testing framework and provide external developers a
        helpful starting point to writer python extensions.
        
        Change-Id: Ia1429577affd98dcf3f1aee3da3a7256499a1c78

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a801155464cf479b3fbf30f27e3f51030d69ba14]

        add introspection support for SvSimpleTable
        
        This is the second part of the UI test tutorial.
        
        The tutorial shows how to add introspection support to a new
        vcl::Window based UI object.
        
        Change-Id: I2b3ed68d313749787869c7e85f2e27c9d01fff4a

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4e19a2394f58191b4d60f445988450142650679]

        allow to listen to different events
        
        Change-Id: I4121d35e8052cf25bc2e6089e45c62c3bbcc859a

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d5c8fa716cfe8599107979db3966e14e8d220c44]

        use the new close dialog abstraction in impress
        
        Change-Id: I6fef4bfa5b964c83b21c73ec406bf7fc10958a41

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a4eecd49a6744838a23a0a6804a851511aed246]

        make use of the new event for closed dialogs
        
        Change-Id: I59102fda8390d9594999ceaa45105e38ecbc970e

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [814266e801fbc28ea431ac8b13bb40d8a8243cc7]

        send an event when the dialog is actually closed
        
        The last data structures in vcl are only updated when the dialog is disposed. Especially mpFirstFrame
        is not updated until the dispose. So we need to wait until that point for the UI tests.
        
        Change-Id: I7432600e879c4c7dcffa445ac6b3cd228d0aa856

2016-09-29  Giovanni Calligaris  <giovannicaligaris@gmail.com>  [f6998d9087c472954cc605c1308ec2df940dddd9]

        Updated core Project: dictionaries  a722518c294b898d9f3fbfc7f24b14a2008ef507
        
        Update Guarani thesaurus to v1.1
        
        added Makefile changes/additions
        minor correction and replace idx file
        glitch in dat file
        
        Change-Id: If26d8e5fcf9737534b4188416574faaedbb8a2e5
        Signed-off-by: Olivier Hallot <ohallot@collabora.co.uk>
        Reviewed-on: https://gerrit.libreoffice.org/29236
        

2016-09-29  Gabor Kelemen  <kelemeng@gnome.hu>  [5f94382659ecde865bb80be62159d50a761dae25]

        Updated core Project: help  708e33c4cb0054b38fced2fb160a5240e02feb01
        
        Remove 'Insert Video' and 'Insert Sound' help pages
        
        These were removed from the UI, now there is Insert - Media - Audio or Video:
        https://cgit.freedesktop.org/libreoffice/core/commit/?id=1875ea687b2c5c45fe3df626c05ca5f483417269
        
        Change-Id: I7b68098144282b7770da38313ca623061d188fa3
        Reviewed-on: https://gerrit.libreoffice.org/29385
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [17f912c5bb63426f0758dccbc3357a73f56f3137]

        Resolves: tdf#101433 reset RasterOpMode on cached virtual device before reuse
        
        Change-Id: I178aa499b080b0b684d41fdd4115a6398f944c43

2016-09-29  Michael Stahl  <mstahl@redhat.com>  [de7ed418e7813c85f192b558ff06e976eccaa54d]

        tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'
        
        For whatever reason oox shape import code uses OUStrings that contain
        '\0' characters.
        
        The rtl_uString / rtl_String are allowed to contain '\0' but the
        strncmp/wcsncmp functions stop comparing on the first '\0', so use
        memcmp/wmemcmp instead.
        
        (regression from 281989007fd7dea997ed9a65f513f80b1aff67dd)
        
        Change-Id: If148927f19d065a21f32f3c14433b0bda7ae9301
        Reviewed-on: https://gerrit.libreoffice.org/29384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [04f571349c1b540900fc5cebfa6a10904e349a75]

        Resolves: tdf#102334 Some hidden text not imported as hidden correctly
        
        began to be a problem since..
        
        commit 705a8c226aee3e68db492083b7cf8b704335328b
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Sep 23 20:35:50 2014 +0100
        
            WW8PLCFMan::AdjustEnds deeply flawed concept wrt change tracking
        
        but underlying problem is...
        
        commit b3cee382f449aa69213dc21f7b1ba6a5356d2865
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Jun 27 14:52:41 2011 +0100
        
            Related: #i76955# make this 4+ times faster
        
        Change-Id: I1cd42a0f51599efab9352c960a5f496626af7ac0

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56239a62557c413665b05b6f9692c48a455d4825]

        add test for tdf#96453 part 1
        
        This is the first part in the UI testing tutorial. The commit adds the skeleton for a
        UI test. Currently the test only opens the conditional format manager
        dialog and closes the dialog again.
        
        Change-Id: Iff1d662d0aa675efad6b9682bf86a246c7a5a8d3
        Reviewed-on: https://gerrit.libreoffice.org/29373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [462048b3502bdb79cb1171cc58d911666bc7d142]

        fix test failure
        
        Change-Id: Ia963b3930b5d2d0ab612619e0165dadd058b3fda
        Reviewed-on: https://gerrit.libreoffice.org/29372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0fff0211fbdbd23c8e9511f9e352ec65305e4fa2]

        add missing test files
        
        Change-Id: Idab1e1649b016d99ccd32158d36dc1d3e56a44b9
        Reviewed-on: https://gerrit.libreoffice.org/29371
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-29  Gabor Kelemen  <kelemeng@gnome.hu>  [f2c5a98b92c1245dbf8a514b971597b92470b29e]

        Updated core Project: help  09d83720ede6138a465e5531ae4dc8feb2bb39a0
        
        related tdf#96398 Remove help for Insert - Object - Plugin
        
        Support for external plugins was removed in 5.2
        so the corresponding help can go too
        
        Change-Id: I26f242da25a9ff9a2dcb86510cfe42247820719f
        Reviewed-on: https://gerrit.libreoffice.org/29383
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2016-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5263c2c564c88e3dafe4c1ab8d3d9c1c48ede73]

        LOK: conditionally include part number in invalidation payload
        
        Since desktop/ code queues, compresses and only emits callbacks on idle,
        it's possible that two invalidations are in the queue, and there was a
        setPart() call between them. In this case it's impossible to tell what
        part the invalidation was sent for.
        
        Fix this by conditionally including the part number in the invalidation
        payload. It's off by default, a new feature flag is added to request
        this behavior.
        
        gtktiledviewer enables this feature flag by default, though just to show
        the part number in the debug output. Android doesn't enable it.
        
        Change-Id: I73e6def848c0eb61d64e71026002c7a0e750aab4

2016-09-29  Michael Stahl  <mstahl@redhat.com>  [785eb0ed14cde731c2795f68f004f0b811cfe387]

        gbuild: try to avoid invoking gdb with LD_LIBRARY_PATH set
        
        Commit b078e0d638514b298616838fae090b8294bac32f introduced the problem
        that gdb will load via LD_LIBRARY_PATH the libpython3.5m.so.1.0 from
        INSTDIR instead of the one from the system, which makes it unhappy (at
        least on Fedora 24).
        
        Try to hack around that by detecting that the user wants to run gdb, and
        passing in a command "set environment LD_LIBRARY_PATH ..." so that "run"
        inside gdb uses the custom LD_LIBRARY_PATH but gdb itself does not.
        
        Change-Id: I1d29d2af1a77ffab3e718a876c17c29de444c6d9
        Reviewed-on: https://gerrit.libreoffice.org/29349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-29  Gabor Kelemen  <kelemeng@ubuntu.com>  [d77a23f8bb017024aefa63defbc64b1f7c05cda2]

        tdf#95386 Remove remaining mentions of Help Agent
        
        Replace it with the Help on Help command
        
        Change-Id: Ia454a2f6a123b4fb68fda1eae1e07e99ba81487f
        Reviewed-on: https://gerrit.libreoffice.org/29381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [481c3a9dd45414662d04837b60743bf0e7556165]

        sw: remove unnecessary debug code in fetab
        
        Change-Id: I78bff9b899a6bbe2ab831a6f0cba60f614609449
        Reviewed-on: https://gerrit.libreoffice.org/29379
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-29  Caolán McNamara  <caolanm@redhat.com>  [17f749afd75c407bf7adae9b8e15276de14ef5d5]

        only date autofilter menus need the space for the tree expanders
        
        so for lists that don't include dates then drop the tree view bits
        to save space to the left of the entries
        
        Change-Id: I44f624d8a06d578674806813239a408466c87d70

2016-09-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b052acce562373675209fa9b0b85bbd02fc50999]

        vcl: test JPEG reading - RGB, CMYK and grayscale
        
        Change-Id: Ice713966b9c721472441478c965212b5c8f74acd
        Reviewed-on: https://gerrit.libreoffice.org/29368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-09-29  Szymon Kłos  <eszkadev@gmail.com>  [558faa307d87510c2d9d12b23c12f261c424f835]

        Page margin popup converted to use outside sidebar
        
        Change-Id: I3c4cc20fc8f2818677a77f848a1566bb56ceb7c6
        Reviewed-on: https://gerrit.libreoffice.org/29363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2bebc1fc2e76f73d953ca1e1f64803fd4c42a62c]

        tdf#88206 replace cppu::WeakImplHelper* in sfx2 and svl
        
        some fallout in include/editeng/unotext.hxx
        which uses WeakAggImplHelper1 from implbase1.hxx
        
        Change-Id: I7237c46c1eb17752c63eeddc6a3aee41788fbbd2
        Reviewed-on: https://gerrit.libreoffice.org/29374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-29  Michael Meeks  <michael.meeks@collabora.com>  [d200c344cfd7bf25b6dc6cac5626728c3ef94fff]

        Fix naming of makefile to mend make dump-deps.
        
        Also add error message to make this more clear in the future.
        
        Change-Id: Ic9e3a2c89119ef1ec3e6cc1074b7419f7ee268b7
        Reviewed-on: https://gerrit.libreoffice.org/29375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-29  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [c9196b4996377eecba6c06cd916f0e2268c1933d]

        tdf#101549: Add script to remove tooltip_markups
        
        From the glade .ui files. Currently the script doesn't check for
        identical tooltip_text.
        
        Change-Id: Ic6b80e7eb0ced2e4515cc57d3b548b26cef5b67c
        Reviewed-on: https://gerrit.libreoffice.org/29366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-29  Justin Luth  <justin_luth@sil.org>  [13c0122ad18dd1db187de8afc2ef406421d6d0e5]

        tdf#90697 unit test for an unused FirstPage header
        
        Continuous section breaks are tricky to handle.  Here is a
        strange case where the first page header is defined in the middle
        of a page, so it is unused. Also added is an extra section page break
        for added complexity (which inherits from the previous section).
        
        Except for not dynamically switching to the most recently defined
        headers/footers (which Writer is not designed to do), these breaks
        are currently handled somewhat properly.  Adding this test
        to prevent regressions.
        
        Change-Id: I6fe464c8839660a6eb19e0dd205adfa6ec988d7d
        Reviewed-on: https://gerrit.libreoffice.org/29322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-09-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a87a31602165cb2a37c32f5928e4f9daade7271d]

        merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkable
        
        These member functions have the same purpose and share same
        functionality in great parts.
        The checks are rewritten for better readability and merged
        into IsObjMarkable.
        This adds IsInserted and a same page check to the function.
        
        Tested selection of nested grouped objects.
        Tested selection of objects in front of objects on master pages.
        
        The fix for #i43302# doesn't seem nessasary (saw no way to create
        empty groups) but leaving it on for now.
        
        Change-Id: I35d84c66dfd832d626ba2700f22d4c437593cac7
        Reviewed-on: https://gerrit.libreoffice.org/27786
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-28  Gabor Kelemen  <kelemeng@ubuntu.com>  [2f6f851acab5284f516ad6a91c05149ffed575d2]

        tdf#100015 (related) Move Math help icons to correct location
        
        So that they are actually packaged into the theme zip
        
        Change-Id: I119880dc1fb9448e69fd17a3ad0d2463027563a6
        Reviewed-on: https://gerrit.libreoffice.org/29339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6f213bed507d1d7547f6098a67b6e460d46bce6]

        tdf#99386, broadcast that cell content changed after merge cells undo/redo
        
        Change-Id: Idf41d1b07e26af66d9eefd18e5d5b582edc205e9
        Reviewed-on: https://gerrit.libreoffice.org/29370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-28  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [80942ca029a632beb48d0e1baf37e28a355c7dd9]

        tdf#102235 Replace Hindi with Indic and add some sample digits
        
        Tools > Options > Language settings > Complex Text Layout > Numerals:
        Choosing "Hindi" (eastern arabic) numerals is quite confusing
        for Hindi language which use Devanagari numerals.
        I propose to recall it "Indic"
        See https://en.wikipedia.org/wiki/Eastern_Arabic_numerals
        and add some sample digits
        
        Change-Id: I97e50d6e5c4715eb3aed9701457164269d5d75da
        Reviewed-on: https://gerrit.libreoffice.org/29000
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-09-28  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [652c97b8216c03676bbee08f749e2164e8808c8d]

        tdf#101549: Remove tooltip_markup from glade .ui files
        
        where there is also an identical tooltip_text.
        And convert the remaining tooltip_markup properties
        to tooltip_text.
        
        Change-Id: Id9995217468fb7046a2822dcef9a99072a7269ee
        Reviewed-on: https://gerrit.libreoffice.org/29367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-09-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c688bc302683338853c4ae485c09a34d871ecdb1]

        add GAMMALN test case
        
        Change-Id: I885c3d335dc1219ca5d24a91ea0ab39311e5ba63
        Reviewed-on: https://gerrit.libreoffice.org/29305
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a39c1f86abe5442ccdf2c693455c545562bd8139]

        add HARMEAN test case
        
        Change-Id: I5a7a04e4030e26bcf1eac4d9c72382b4fc68ec8e
        Reviewed-on: https://gerrit.libreoffice.org/29329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0055b6f13f931444785f68ef192f993c0f5616b9]

        add GAUSS test case
        
        Change-Id: I051def159eeb3ddab693b0ef340636504a635b42
        Reviewed-on: https://gerrit.libreoffice.org/29333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b08b16e8106b4ad47288b5b9af98cc1390203cb4]

        add GEOMEAN test case
        
        Change-Id: I5d0e94515a7cb87dc09eb5dcc0ee65e7de9593db
        Reviewed-on: https://gerrit.libreoffice.org/29331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ad48da87038bd0ae67c2edb4199813e1a2205a69]

        Reintroduce "tdf#90697 unit test for rtf import"
        
        This reverts commit 7c3cb23136229c748984b49847af6f729ce3e6ba.
        
        Change-Id: I3a38663f6dffbb47a4d120d59ba26ada76d4c701
        Reviewed-on: https://gerrit.libreoffice.org/29350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e44961c95d06303766ca15291befcc6323cc5c2b]

        cleanup includes
        
        related tdf#102630 Useless /org.openoffice.Office/Substitution feature
        
        Change-Id: Ifa260c962efcaacd7477fb03a3d4d07e43743e6f
        Reviewed-on: https://gerrit.libreoffice.org/29359
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [6adebd2b2b4cf1b78d6b545fcdf798164d7bbd9e]

        remove define 'local'
        
        Change-Id: I7b8ff60a25a5b835b7a2893befeb82b424bbcd2c
        Reviewed-on: https://gerrit.libreoffice.org/29354
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-28  Caolán McNamara  <caolanm@redhat.com>  [057d8abebb19fedd769a43120621488ba305cf93]

        Resolves: tdf#102343 unable to undo stylesheet changes in master...
        
        slides done via proxy textbox objects
        
        regression since...
        
        commit 12a4200e8ff7f045efcc7e9d15a24b15b248c437
        Author: Armin Le Grand <alg@apache.org>
        Date:   Thu Aug 9 08:42:27 2012 +0000
        
            Related: #i120498# Enhanced Undo/Redo and user experience...
            when editing texts in graphic objects and/or tables
        
        The issue is that the formatting changes in these master textboxes create
        changes in the stylesheet, rather than just changes in the textbox itself and
        the changes above don't take that into account and throw away these unusual
        undo objects.
        
        Change-Id: I209758cefa96b2f886161de1d44d6a68d007faa7

2016-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fd1516ed3eeb6523276eabbf9d7f8fcb246e96a]

        sw lok: fix one view inserting a comment, other view jumping there as well
        
        Views are expected to be more or less independent. So when one view
        inserts a comment, don't emit cursor callbacks in the other views, so
        that the other views don't jump to the comment position.
        
        Change-Id: I5e4eadccef971dce2b7c759f3094f6d348d07645

2016-09-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [41ef50797baf7dbd05ebda647ae591e8ed754987]

        editeng: invalidate everything only when toggling header-footer edit
        
        The repaining of the full screen can be costly in certain
        cases. Here we avoid it altogether if we don't switch
        between header/footer editing and document-body editing.
        
        If for whatever reason this results in some regression,
        we should then avoid the invalidation for the Online
        version only. The change is unconditional because,
        in theory, it shouldn't cause regression, and tests
        pass.
        
        Change-Id: I05467c98b5fa4857b94f6742004f98dca3799826
        Reviewed-on: https://gerrit.libreoffice.org/29272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [ebcbc970f8d0ecbba8c6d7e7c2a1b977d63bc2fb]

        tdf#102073: sw: do not create SwFootnoteNumPortion inside table
        
        The SwTextFormatter::WhichFirstPortion() wants to create a new
        SwFootnoteNumPortion for the first paragraph in every cell, because it
        doesn't have mpPrev set and SwTextFrame::IsFootnoteNumFrame() is true,
        and somehow this even causes an infinite loop in the bugdoc because
        initially nothing more than the footnote number fits inside a line.
        
        Just detect that it's inside a table and return false then.
        
        Change-Id: I1f010f1242d53d9f99a4d3a4f6fc3cee65aa3958

2016-09-28  Caolán McNamara  <caolanm@redhat.com>  [c9023860bbf2cc48c85a144eb7bb1f7d0a0fdd9f]

        fftester: cut out middle man in deref null ptr and get address
        
        Change-Id: Iba157f47e847cb2eba1d771a6f357019d68b4f13

2016-09-28  Gabor Kelemen  <kelemeng@ubuntu.com>  [af652b80a54526c3cef67813ab8b181612ba737d]

        tdf#95386 Remove remains of .uno:HelperDialog
        
        Change-Id: Id131de5bf2b97a35fc67258fe5029fad0b4edf5e
        Reviewed-on: https://gerrit.libreoffice.org/29352
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-09-28  Gabor Kelemen  <kelemeng@gnome.hu>  [d25904daaeffe42f4f77a20853c7384218b4544d]

        Updated core Project: help  112cf7c587ffbfb442148e1d49d3638596b91615
        
        tdf#100015 (related) New image locations in Math help
        
        Images need to be moved around a bit for packaging so references
        to them need to be modified accordingly
        
        Change-Id: I3dce3fa5f38aa2a4fc9b3f22c59327d99008cee3
        Reviewed-on: https://gerrit.libreoffice.org/29340
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-09-28  Gabor Kelemen  <kelemeng@gnome.hu>  [c54124a2f3470fe6a6b3e312cf72f858de6d7155]

        Updated core Project: help  d9c6d41f7cc34ced40b2a9ba433d41d429b0a4d5
        
        tdf#95386 Remove remains of .uno:HelperDialog from helpcontent
        
        Change-Id: Ibe3f7d9b89ad919a03c9b1b6d87a72c1d3883b47
        Reviewed-on: https://gerrit.libreoffice.org/29353
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-09-28  Gabor Kelemen  <kelemeng@gnome.hu>  [2ffd250be897292c779c8eb1a49d7eab34a4ee90]

        Updated core Project: help  2a71b08a718d170e6240a8e006ab71c98465a944
        
        tdf#98438 Remove reference to nonexisting Table toolbar icons
        
        Change-Id: I89c7dd720c5a8f7d3eb70c4c089a0ecc9a1723d0
        Reviewed-on: https://gerrit.libreoffice.org/29344
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [406ae1e2ed34b2789de858163faa1a07bd141b7e]

        sw: fix loplugin:staticanonymous
        
        Change-Id: I8e58200129eea0eae37c335265bf634b390da28a

2016-09-28  Caolán McNamara  <caolanm@redhat.com>  [e59821570b1b2a79f2f13504ec0bdb0be133a9b5]

        GetSvxShape does the same checks, so use it directly
        
        and drop the worthless unused xShapeTunnel
        
        Change-Id: Id9875691e8a01a11a84b0dd08a53fdee517924f4

2016-09-28  Jaskaran Singh  <jvsg1303@gmail.com>  [7b0aed617f1e57335837cf56ef2d222a96f8270d]

        Remove old cell styles from calc
        
        Change-Id: Ic3f7aa6d247af8a422899549b7238c7fb6cf2406
        Reviewed-on: https://gerrit.libreoffice.org/29338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-09-28  Caolán McNamara  <caolanm@redhat.com>  [5345b1562066d61b9ed79f072f8a953c67f847ed]

        Resolves: tdf#102358 writer cannot save 3d shape inserted from draw
        
        because SwXShape::supportsService always returned true for
        com.sun.star.drawing.Shape I surmise that getSupportedServiceNames
        should always list com.sun.star.drawing.Shape as a supported service
        
        This went awry with...
        
        commit 2f50ce6cfab2871cd879c1429e1938d3642616ef
        Author: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Date:   Thu Dec 5 19:17:18 2013 -0200
        
            fdo#54938: Convert sw to use cppu::supportsService
        
            Change-Id: Ic27bf31e5eb991ccceb8b97713d1e50a736709c8
            Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        
        Change-Id: I9821a620da8bac3b6b59da976a8c25bb2deafcf1

2016-09-28  Eike Rathke  <erack@redhat.com>  [e439058541cd02937cf43f399fef8767bd3d4996]

        sc-perf: avoid second call to ScAttrArray::Search(), tdf#87101 related
        
        In that scenario, of 36791233 calls only 9217 were necessary as most times
        nRow2 equals nRow1.
        
        Change-Id: I14228d065175addee76b9142c98110efe59701e7

2016-09-28  Jaskaran Singh  <jvsg1303@gmail.com>  [a995e219a4553202f24d0da59aa22c1dd5743dfc]

        Fix minor issue in importing cell styles
        
        Change-Id: I734f4bb6a6347487d210cde2639cb704e3aedae1
        Reviewed-on: https://gerrit.libreoffice.org/29337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [b7192612c18222e19a0867925e4fe1d5b0e12e8a]

        sw: presumably rEnd != rStart implies rEnd isn't on index 0
        
        ... because only checkbox marks with only one dummy character should
        have rEnd == rStart; the 2-dummy-character ones have the end position
        behind the 2nd dummy character, see lcl_AssureFieldMarksSet.
        
        ... and "fix" some more "unused variables".
        
        Change-Id: I25fb33891c1a74213bbeb2bbd7f3843809ee7273

2016-09-28  Caolán McNamara  <caolanm@redhat.com>  [219aae1cea7ba88d5a4503f8070566755efd3aef]

        Resolves: tdf#96748 'Default Language' show current ui lang not new default
        
        i.e. if you select it, then the General::UILocale is unset and a new
        default generated based on the L10N::UILocale and what langpacks are installed
        but what the entry string claims is "Default - Current Language", rather than
        "Default - The Language That Will Be Used", so split out the language selection
        code into a reusable bit and use that to get the name of the language which will
        be selected if this entry is used
        
        Change-Id: I13d901c9a47ef213aea86417501114d4231efae5

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [0145d83cc7872bf943de12e386645a7aa8868f5d]

        sw: -Werror=unused-parameter
        
        Change-Id: I1d437077ac1bf7bf6a53e1348ccbdce7b8b20bc3

2016-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b136fccf87b7341433e5a2aed8ec6b500940205]

        oox: use '= default' to define a trivial destructor
        
        Change-Id: I67f368c84dee85102c63bb4e3f811454a03c9560
        Reviewed-on: https://gerrit.libreoffice.org/29348
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-28  Stephan Bergmann  <sbergman@redhat.com>  [24d366e5357b4b7cac71c26fe153bacad6ace4a3]

        Remove $(CLANGDIR)/tools/clang/include form confgure.ac, too
        
        ...after it had already been removed from compilerplugins/Makefile-clang.mk with
        4d54e240262ffb2d2de1d72986f025657e230c77 "Who needs that
        $(CLANGDIR)/tools/clang/include anyway?"
        
        Change-Id: Ie99bb87a10cbf78ce1ab39d35dad976c51995b8f

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [bb069fe7b8b6a24f9ff4df4c7052961e17ea3a8c]

        sw: remove defensive programming bullshit in lcl_AssureFieldMarksSet
        
        In CppunitTest_sw_ooxmlfieldexport testFdo81492 a TextFieldmark is
        inserted at a position where already another TextFieldmark starts. The
        defensively programmed lcl_AssureFieldMarksSet notices there is aleady a
        dummy character at the start position, and does not insert another one,
        but then the dummy character for the end position is inserted, moving
        the start position index, which puts the start position behind another
        bookmark.
        
        So we end up with a field mark that has a end character but not a start
        character and an un-sorted m_vAllMarks.
        
        Change-Id: Icd15e83471e18f607eb41b2f7b0c2ce61c94ff9f

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [2bd8be10e231314e757f29a37177f529e6f1df47]

        sw: rStart variable isn't a reference
        
        Change-Id: I48c402e3dcd9606d7f40ee2096fa8803d5499d73

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [bcc3509cdbffef6a3f371434161efbfc4fbd8e5c]

        sw: make the debug code in docbm.cxx usable
        
        Change-Id: I45e412e107601947221d679992356b47d29ad4a7

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [39ac3aed06c65184e4c387234d045aee8f684e04]

        sw: assert that IMarks are MarkBase
        
        Change-Id: Id9e61dc624a34012dc7a53e262c76f8d25c4a455

2016-09-28  Michael Stahl  <mstahl@redhat.com>  [6c673a29947924148b9550517b98d8953680a2ca]

        sw: fix sorting in MarkManager::correctMarksAbsolute()
        
        The recently added tdf90697.rtf caused a libstdc++ assertion about
        non-sorted m_vAllMarks.  This is because a SwXParagraph was disposed, a
        bookmark on it was moved by correctMarksAbsolute onto the first
        paragraph in a table, and there was a SwXTextRange with a UnoMark
        pointing to the SwTableNode, so the sort order was not maintained.
        
        So if at least one mark was moved, re-sort the array.
        
        Change-Id: I0efc7827c826e696f29f8480bab1044b31ccfe39

2016-09-28  David Tardon  <dtardon@redhat.com>  [bfbbbd87d33c0d51a9ff844f2175400b753ba5b9]

        sync build cond. for avmediaQuickTime with Module_avmedia
        
        Change-Id: I7188f6b94ca8782fc9c5fb106cb08801fc5ef5c0

2016-09-28  David Tardon  <dtardon@redhat.com>  [99d2240ab618b4877af99234e8897315c00ad01b]

        fix build on 32-bit ARM on latest Rawhide
        
        Change-Id: If00c42235d6ec92634dc8c23fdcbb50e332ffa68

2016-09-28  Noel Grandin  <noel@peralex.com>  [5af110e20bbf3df91750e1173382ef442476603f]

        variable name and indentation improvement
        
        Change-Id: Ia3a97b08e1280e3665a56cdbb25ad07687dc7040

2016-09-28  Noel Grandin  <noel@peralex.com>  [678bdd064af207a7b90e3e44d652eb59be7db61f]

        extend dumpAsXml to EditDoc
        
        Change-Id: I71464b20c5897a2af3b4069f7f0963ef55dcd8c4

2016-09-28  Stephan Bergmann  <sbergman@redhat.com>  [62b2d8ff356e7ac74dc0a66f1630e704af270356]

        tdf#102630: [API CHANGE] Remove /org.openoffice.Office/Substitution tree
        
        ...from configuration (see issue for details).  Also, remove mention of that
        configuration tree from the documentation of the css.util.PathSubstitution UNO
        service.
        
        Change-Id: Ia0373bc7d19e650b7954b7dbb934a578c96fcab5

2016-09-28  Jaskaran Singh  <jvsg1303@gmail.com>  [43e9abd29cc3a9246a3d2789024c6c252974c9e3]

        Add functionality to set parent cell style
        
        Change-Id: I829a39f5b013f14a867c509052a5719a878a3a81
        Reviewed-on: https://gerrit.libreoffice.org/29325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3d9231dd4945dcd6c3d53ba11152049d382b975f]

        Add a bit more checking on the internal pivot table states.
        
        Change-Id: I8be8f510cecab8ec8aa07f2f81795bbfdf727a26

2016-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [57d925dede88d870a20f6ec469a26bf6961658ce]

        Let's keep the naming style of test document consistent.
        
        Change-Id: Ib832509bc4c4daa5eddb9a8e1a341a5892436455

2016-09-28  Eike Rathke  <erack@redhat.com>  [b325f332409ec72d8c5906c64d635e9f083ebfdd]

        sc-perf: remove one more unnecessary call to TrackFormulas()
        
        ... when leaving bulk broadcast.
        
        Change-Id: I3d456094ecc7759ed3e58af7901d544126c30b27

2016-09-28  Tamás Zolnai  <tamas.zolnai@collabora.com>  [049d2ffd329f88934a92b72e4ec650ea46bf8c61]

        Test the case for pivot tables sharing a group
        
        Fixed with 3b64a198568d5b2bb14066581aca112cc6182fd7
        
        Change-Id: Ideea06ea95f6c565e1487f2b27ef249c38c5d4dd

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [b466bd9292de9755270b19153c41aed12e204761]

        Resolves: tdf#101475 adjacent cells text is still too wide
        
        this still isn't brilliant I guess
        
        Change-Id: I18b6647133329afa85826a8014f839986a9b68de

2016-09-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b65c618f2d9c29838f5ed3cfe9cff4e34dea977e]

        MediaWiki export help: “WikiMedia” → “MediaWiki”; minor copyediting
        
        Why is “wiki” always capitalized? It’s not a proper name.
        
        Change-Id: I55941f192e149dc93a6576e5ca21edac78299cb4

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [f20996450e409406f4f55f9eb7ca9bfe1e455c35]

        Resolves: tdf#101884 keyboard navigation in User defined border control
        
        Change-Id: I92ea37754f057c560d19b41f814a1d649ea74876

2016-09-27  Eike Rathke  <erack@redhat.com>  [5c841052abdf082b4cbe06784cfdd76f11fafef2]

        sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.
        
        Multiple callers involved. Most significantly ScDocument::Broadcast()
        calls ScDocument::TrackFormulas() individually. Track/collect pending
        formula cells at the end of the bulk broadcast instead, which gives an
        instructions read speedup by factor 6 for the broadcast, and an overall
        speedup in the scenario for inserting the rows by factor ~2 wall clock
        time.
        
        ScDocument::InsertRows()
        Before, Ir Incl: 282,227,033,656
         After, Ir Incl:  66,307,994,805
        
        With cycle detection:
        
        ScDocument::TrackFormulas()
        Before:
                Ir Incl          Ir Self
         66,981,644,959   11,913,444,899
        
        After:
                Ir Incl          Ir Self
         10,819,556,073    1,973,232,494
        
        Change-Id: I85fe8b03ecb52cffaa6fa14354b3cc3467ecc111

2016-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cf444454c0c27e2f6d764164ea880b87163f45a]

        add test for tdf#101843
        
        Change-Id: I90bd5e8042e3157286774c97d2ea3c109da2b658

2016-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e7f6b0a056b51a425934f63745ae5c9fed2e51f]

        tdf#101843, ensure repeated rows set the hidden/filtered flag correctly
        
        Change-Id: I759107eeb074698d5e4987c76005788aee33287d

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [47f7e30f3584cbccd02cf3748399079778facd0d]

        tdf#102630: [API CHANGE] Remove SharePoints support from PathSubstitution
        
        ...apparently unused and broken (see issue)
        
        Change-Id: Ic20d287b59d3317fecdba03a3edf8f51611c91ba

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [0901c29d522f03c29c60fcda537918c2bf9eda63]

        Adapt external/liblangtag/clang-cl.patch.0 to liblangtag 0.6.1
        
        Change-Id: Idf75ffa042c4858ef9bea99d603adb691b295139

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [1aaba02fafe0b9131c2cdeba3fb4ad9924da81be]

        this should always be empty now
        
        Change-Id: I5849ce78407675150ca1fd96388a4569bcd14f4a

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [4da7971812b0a53ba80f7d9c29851c527488067d]

        Resolves: tdf#102177 focus not restored from context menus
        
        the problem being that the attempt to restore the focus in the document in the
        floatingwindow tear down is blocked because the menus have set that window as
        modal so the focus isn't set.
        
        The attempt to set the focus in the floatingwindow teardown causes the
        SavedFocus in the menufloatingwindow to be dropped, so the extra layer of code
        to restore focus after modality is removed doesn't do anything
        
        this is fallout from...
        
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Apr 5 15:27:38 2016 +0100
        
            Resolves: tdf#87120 no keyboard navigation inside floating windows
        
        which allows the focus to "truly" enter the menus, triggering the
        floatingwindow attempt, which fails but blocks the menufloatingwindow attempt
        
        easiest thing seems to make the restoring modality, and then restore focus,
        something that MenuFloatingWindow does before it finishes
        
        Change-Id: I97a4ac71419dcb04709e4667586d8343e89ddbeb

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [65fc486f7e28ec02ed481265dcaa30d09eaadc6c]

        ImplEndPopupModeHdl takes no argument
        
        Change-Id: I2e4a498bb9c4d5e887f55d38cdae6c6aeef44a4d

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [0d56cc15803965a1be6991a3630076f7ccf67817]

        detangle code that now looks silly since...
        
        commit 9b7dfb10641ba7978ffcbd1db0507163411ae027
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jun 9 16:52:21 2016 +0100
        
            EndSaveFocus does nothing on the !bRestore case
        
        removed the code that made it look like it made sense
        
        Change-Id: I2e7280fd6643e86d65cba04c8302be099d6f3d0e

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [95a6d24ed7a231c42ccd608fb93cbed989a62e3a]

        the only place the default xFocusId arg isn't used...
        
        the argument is (effectively) equal to the default
        
        Change-Id: I26fcd43d2bc8e37e6887c244f728e3231328e34e

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [120d8fc75c164555058d63ef7dca8bfbd8316a5a]

        Use FixedVariable::bAbsPath to check for special path vars
        
        Change-Id: I526c45ecf3c7e21b87c16eef5047707f74da7668

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [02f114096d56f717da4b1665b1d2d3a9dac20f4e]

        Remove redundant FixedVariable::nEnumValue
        
        Change-Id: I39a2a65e06cdf421786fbbfedecad604fcb3abd2

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [02c079fc4f111865252fb89d705361792b289caf]

        Remove unnecessary typedefs
        
        Change-Id: I0c65720a3db88242bdf36338864f6961478f547f

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [da2e1ea7d4a919a13caf159d1afce13843f7a621]

        Use range-based for
        
        Change-Id: If112967db4828f8570692af5dbbbd9e3c2a837aa

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [2c5934b1a10f36525be1220db062d1738b6aac62]

        Reduce var scope
        
        Change-Id: I5b5ea9968c7648e38a5cacda5e1f6ba8bea78749

2016-09-27  Szymon Kłos  <eszkadev@gmail.com>  [9b8e77e2936d3dc44450a68a80de39658d69cd17]

        tdf#101249 fixed crash after inserting OLE object 2
        
        Change-Id: I1997e69e09cfae10b26a3b3e851583714ee9b3e9
        Reviewed-on: https://gerrit.libreoffice.org/29318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-09-27  Noel Grandin  <noel.grandin@collabora.co.uk>  [3468dab9ff02ecdf5d0806a00e15b9b579c8dc35]

        clang plugins: do "dotdot" normalisation
        
        which fixes some false positives
        
        Change-Id: I555349180b5ca819f29695789f1545ba2177bd09
        Reviewed-on: https://gerrit.libreoffice.org/29320
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7c3cb23136229c748984b49847af6f729ce3e6ba]

        Revert "tdf#90697 unit test for rtf import"
        
        b/c of crash in dbgutil build
        
        This reverts commit 298571e2e10f5a925abc3cb75940dbef5701b583.
        
        Change-Id: I41e6e9d17809e416813b4ee4032f38d3278b4103
        Reviewed-on: https://gerrit.libreoffice.org/29319
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [45fa73f87258f51bf37c92052723c4b99c49dc2d]

        sw: avoid emitting invalid cursor pos during end text edit of comment
        
        A comment text edit (provided by editeng) works with relative twip
        coordinates, conversion of the cursor position to absolute twips happens
        in ImpEditView::ShowCursor(), provided that the pOutWin member has a map
        mode origin that respresents the offset correctly.
        
        This is not true during SwSidebarWin::DeactivatePostIt(), the map mode
        origin is already reset back to 0, so just don't emit callbacks during
        shutdown, the sw body text cursor will be shown later anyway.
        
        Change-Id: I02c15bb9fad99db8e43fd2f37df770dd165be788

2016-09-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d3ab1f8499a5e7040ff6bdf85b951bb9a3d6ac40]

        add BASE test case
        
        Change-Id: I40ca3d8b2851bd2ccbf2826eb7ccf80abbf80b7e
        Reviewed-on: https://gerrit.libreoffice.org/29193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-27  Michael Stahl  <mstahl@redhat.com>  [16c0807d75cfd9ecbca9c703ed0eadda80529aab]

        configure: reject Apple JDK
        
        Since commit 32bc8ddbf335dd26019edcf12758643b4cff9913 the jvmfwk rejects
        Apple JDK and while the Java code builds fine with it, various tests such as
        CppunitTest_dbaccess_hsqldb_test fail if it is the only installed JRE.
        
        The simplest way to avoid the problem is to not allow building with
        Apple JDK.
        
        Change-Id: I5701e38cffded4596ac94608867a038ff76f75ec

2016-09-27  Michael Stahl  <mstahl@redhat.com>  [9a5b10544a11df3c0b08532a9143cd9adced4a4d]

        configure: non-working ant is an error, not a warning
        
        For example ant 1.8.4 doesn't work with JDK 1.8.
        
        Change-Id: I709fd0591c330cbfe6542976eb2fa0c3aec1e63f

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [91af7e0ee6e6a526af2b6564a3cfd313e1eac1f0]

        SAL_WARN in case bBackToLoaded failed
        
        Change-Id: I3ee3801ae36b7394a97f46e76116cfd11c74de2d

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [50cacaea4d8f2a27ea4d9e626dbb518a57eb9ffc]

        convert floating add field to .ui format
        
        Change-Id: Ica9adc19f370d6340d2f5fac552cf1b995b390e0

2016-09-27  Caolán McNamara  <caolanm@redhat.com>  [e6fc195ae8a59d665395149ea5f06749c4c6a596]

        Resolves: tdf#98946 too many running MathTypes...
        
        causes mathtype to display a warning dialog, so
        try restoring them back to loaded after loading
        them in order to get their preferred size
        
        Change-Id: Idff714efa228a739f380dbae429d852a8f8c5298
        Reviewed-on: https://gerrit.libreoffice.org/29234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d378cd2f766eeb1fd1c98f62c9ae6b5b59fd00f1]

        tdf#87914 sw: add an initial .uno:SmallCaps command
        
        - handle it in SwTextShell (for normal Writer text)
        - simple icon in the galaxy theme
        
        Change-Id: Ib8f11dbca28b19a2fc0411c92d9f0b4b052277bb

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [bae1e2aa636f144fe01cb8d9721e54525fed8b2c]

        Add note
        
        Change-Id: I68af0bcfd6700ee40f2d0879e57de9d66c62c983

2016-09-27  Stephan Bergmann  <sbergman@redhat.com>  [653e0ccc4e6230f28dd4c553dc7e9482beafa3cd]

        tdf#101898: Only re-substitute whole segments with $(username)
        
        ...otherwise, if $(username) happens to be "user", it will endlessly re-
        substitute inside a (already partly re-substituted) URL of the form
        
          $(user)/...
        
        Regression introduced with 16fb0d3d0f68708c183c53bd18660a23970b77fe "tdf#98407
        PathSubstitution: Add substitution for $(username)".
        
        Change-Id: I1c8b64f383fdfd97fa5edc192e9ca4b46944d6f1

2016-09-27  Tor Lillqvist  <tml@collabora.com>  [6d6668bb22a063cabb86bc601603d205522ae865]

        Actually, just get rid of these file-local const variables
        
        Use string literals instead.
        
        Follow-up to b7dfa4d6625d066f5507420089434cb7ac29c968.
        
        Change-Id: I364c792d69c052b0d581490f425b2543172c62d8

2016-09-27  Takeshi Abe  <tabe@fixedpoint.jp>  [7664d30a9ab9b941e05a33cb1ddae3c92ddff288]

        sw: Drop unused forward declarations
        
        Change-Id: I2913466f8fa87b3c377a1abf65b8ccc477b73f40
        Reviewed-on: https://gerrit.libreoffice.org/29311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-27  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [298571e2e10f5a925abc3cb75940dbef5701b583]

        tdf#90697 unit test for rtf import
        
        When importing this rtf file, sections were interpreted as page breaks.
        They shouldn't, instead all content should be on the same page.
        
        Change-Id: I445ce507d14d21ef568734ab7020eed9cbfe57ac
        Reviewed-on: https://gerrit.libreoffice.org/29298
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-27  Rosen  <rosen@live.com>  [b7dfa4d6625d066f5507420089434cb7ac29c968]

        tdf#38835 - strip out non-trivial globals before main
        
        deleted calling OUString object calling in global
        
        Change-Id: Iac4cb9583bf8c00a6743d018f6234ca5181d72e3
        Reviewed-on: https://gerrit.libreoffice.org/29312
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [09e5845b7e68f7c74d5c9b6b3841a0f5ca4ede0a]

        add GAMMAINV test case
        
        Change-Id: I46c185f911604a2b70c0be9e5e05ce385871e271
        Reviewed-on: https://gerrit.libreoffice.org/29304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-27  Johnny_M  <klasse@partyheld.de>  [edb9901980842872e8a41eb7c7dad907346a3caa]

        Updated core Project: help  10fd59fe53de18975ae62bed7df510ea0432f728
        
        Improved topic relations for a selected set of pages
        
        Following pages are affected by this update:
        1. "Functions by Category"
           (https://help.libreoffice.org/Calc/Functions_by_Category):
        - Added a variable to its heading, so that it can be referenced from
          other places
        - Removed self-referece in its "Related Topics" (it was turned into
          the above heading reference instead, thereby also correcting the
          remote HTTP page reference to local help file referece).
          Note: Pages already using the reference will auto-ajust (e.g.
          "Related Topics" of
          https://help.libreoffice.org/Calc/Statistical_Functions_Part_One)
        - Corrected "Operators" reference location by moving it into
          "Related Topics"
        
        2. "Statistics Functions"
           (https://help.libreoffice.org/Calc/Statistics_Functions):
        - Added a variable to its heading, so that it can be referenced from
          other places (point 6 below)
        - Cleaned up references by adding a "Related Topics" section
        - Using links to heading variables in "Related Topics", for improved
          heading string consistency
        
        3. "Text Functions" (https://help.libreoffice.org/Calc/Text_Functions):
        - Added a variable to its heading, so that it can be referenced from
          other places (point 5 below)
        
        4. "Add-in Functions" (https://help.libreoffice.org/Calc/Add-in_Functions):
        - Added a variable to its heading, so that it can be referenced from
          other places (points 5 and 6 below)
        
        5. "Add-in Functions, List of Analysis Functions Part One":
        - Added a variable to its heading, so that it can be referenced from
          other places (point 6 below)
        - Moved "Related Topics" chapter to the bottom of the page
        - Using links to heading variables in "Related Topics", for improved
          heading string consistency
        
        6. "Add-in Functions, List of Analysis Functions Part Two":
        - Added a variable to its heading, so that it can be referenced from
          other places (points 2 and 5 above)
        - Moved "Related Topics" chapter to the bottom of the page
        - Using links to heading variables in "Related Topics", for improved
          heading string consistency
        
        The updated pages were tested as described in
        https://wiki.documentfoundation.org/HelpContent#Without_the_LibreOffice_Core_Repo
        on 32-bit Debian Linux with:
        Version: 5.3.0.0.alpha0+
        Build ID: d15082cac2306fb9562ff126eb5827b7b9eee1e1
        CPU Threads: 2; OS Version: Linux 4.6; UI Render: default;
        TinderBox: Linux-rpm_deb-x86@71-TDF, Branch:master, Time: 2016-09-19_05:41:30
        Locale: en-US (en_US.UTF-8); Calc: group
        
        Change-Id: Icbb3725fd16d3ff76e5e4244c2284349332cffb7
        Reviewed-on: https://gerrit.libreoffice.org/29306
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-27  Tor Lillqvist  <tml@collabora.com>  [c0c678ea9212abca4c70c737028c20073bb53b9d]

        Add note that Rectangle::toString() format now has a stability requirement
        
        De facto, at least.
        
        Change-Id: Ie83f275d376841a7e4e9f7e80895165fe70a69b9

2016-09-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dc99aa32becdd63c62db2cdb564b38a020fb6afa]

        Move up the less common case and reduce indentation for the main case.
        
        Change-Id: Id30a849af718629515251cac39eead39a2d9e5e6

2016-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4c974293e84685aa055922b70b2470fcff2d844]

        don't dynamically link to system boost in internal boost case
        
        Change-Id: If1cc03b3861ac89b14d8d726fa4ce042f0086b24

2016-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3531bebd1746e2f3cec2a18d92322ab482ee2ab]

        tdf#101104 this paranoid safety check actually causes a bug
        
        Change-Id: Id31f98f5f84eabf603045e4d9f7ebd448689eed5

2016-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8a5f46b6121106d3efc0a4d45922bf910f6f94c]

        OOPS, we were actually testing the wrong method
        
        Change-Id: I29adf81d3da56d7150e5182025d931ee62598e63

2016-09-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c55873f3e72a05cf94dabd7109c99e4b66c4f5a6]

        Return early on error
        
        Change-Id: I963c069e27903e3d1a709ce0c17666a17f45f132

2016-09-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [b905116dc41a4101e4e44d39d946bbba6a3a334d]

        This parameter can be const.
        
        Change-Id: Ia77b9bebb0653ce5d428956b4d2fca39461bb7c2

2016-09-26  Caolán McNamara  <caolanm@redhat.com>  [7fcefe280a5960ef6f56b46a7aeac8e1295850f2]

        Related: rhbz#1366710 fedora mips64 and mips64le use lib64
        
        Change-Id: I34aacd5c15595786b8dde4202a7538c4ff7889a3

2016-09-26  Caolán McNamara  <caolanm@redhat.com>  [54bba0f517cf134302e2a09233e1c9067f0e9c15]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id410f19787f25bc9633ff69fa947c477cc999420

2016-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89804c14ee99721d252e30468342384fbc8926b2]

        implement prototype for more stable calc cell style names
        
        This should ensure that as long as the style does not change the cell
        style name is the same after an import export cycle.
        
        Each ScPatternAttr stores a unique ID and we store the ID to name
        mapping during import. During export if we find a ScPatternAttr that has
        a key that is also stored in the map we write back the style name from
        the map.
        To avoid name collisions we block the style names from the import for
        the export.
        
        The missing piece to make this completely awesome is now to make sure
        that styles are sorted by name during export. That way we can reduce the
        diff between import and export even more.
        
        Change-Id: Ie4fe2aa00f07efec27ea129e314ac0b6b7e0d8c0
        Reviewed-on: https://gerrit.libreoffice.org/29255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Caolán McNamara  <caolanm@redhat.com>  [f626fd5f897796451685c06ce5f397a90aeaa8e6]

        Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every query
        
        the gtk a11y rather assumes that the a11y things "belong" to the matching
        widget/component and those owners will dispose them, so follow that pattern
        here and dispose the a11y objects when the parent is disposed
        
        to reproduce, enable a11y, load a csv, click once in the first column
        of the preview area and cancel the dialog and close libreoffice
        
        Change-Id: Ib830da499e9f2d6fed94fb12ede7c929b607ab10
        Reviewed-on: https://gerrit.libreoffice.org/29301
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-27  Tamás Zolnai  <tamas.zolnai@collabora.com>  [3b64a198568d5b2bb14066581aca112cc6182fd7]

        bnc#957991: Improve pivot cache reading performance
        
        Performance problem was caused by grouping. Pivot
        tables with the same source are linked to each other
        by the pivot cache and so all the pivot tables were
        updated when one group was added to one of the tables.
        
        This code change first of all fixes a functional issue:
        group name was wrongly imported and so pivot tables using
        group fields were broken. This caused by calling
        RefreshPivotTableGroups() on a pivot table which is not part
        of the cache yet and so update was not called on this table.
        Calling ReloadGroupTableData() solve this problem.
        
        Second part of the codechange is about the consistency
        of the pivot cache. We have an invariant in this code to
        have the same groups for tabels with the same source.
        To keep this invariant we update every newly inserted
        tables adding the neccessary groups.
        The performance improvement here is that until the table
        is not part of the cache, it does not updates other tables.
        Group syncronization is done when the table is inserted to
        the ScDPCollection.
        
        Change-Id: Iaff55ffa3ed9c9b48cb18bd150eb4e1f7b617353

2016-09-26  Rosen  <rosen@live.com>  [622bb4bc72ee6e8eae3193e80e13748be150e1e0]

        tdf#96505 Get rid of cargo cult "long" integer literals
        
        Change-Id: Ica3a8ddc187949de765c8a065ada766d5e29b8b1
        Reviewed-on: https://gerrit.libreoffice.org/29241
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8968b12f9ae88f592d8a8d17cdecfae8aa8722e]

        CppunitTest_sw_uiwriter: avoid SfxLokHelper
        
        It assumes that the process has only a single document opened
        (createView() creates a new window on the frame returned by
        SfxViewFrame::First()), while it's possible that in this test an other
        testcase forgot to dispose its component.
        
        This way testCursorWindows() depends less on other testcases, and
        ideally all testcases should be entirely independent of each other.
        
        Change-Id: I35decb0b69aeebd3984f4da4386c696a63fe3e04
        Reviewed-on: https://gerrit.libreoffice.org/29300
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-26  Eike Rathke  <erack@redhat.com>  [0f6a4ab13ec3dd4f9df0cb10e2de2c648cc4b0ac]

        prevent adding duplicates in calls to GetCurrencyFormatStrings()
        
        Identical currency format codes popped up with
        fabb8f48dd89d71378daf293a974a412deccc961 that adds several currency
        symbols for the same ISO currency code, which of course also duplicates
        the format codes that use the ISO code. Do not offer them in UI which
        just looks confusing.
        
        Change-Id: I0bf039c400aa2e3bad946848ed4e57c8cfcb0fc3

2016-09-26  Eike Rathke  <erack@redhat.com>  [fabb8f48dd89d71378daf293a974a412deccc961]

        Paraguayan locales [es-PY][gug-PY] use ₲, Gs and G currency symbols
        
        Gs respectively G were used as default so far, make them use the "real"
        currency symbol ₲ instead, but support and offer also both others for
        both locales. As discussed on the l10n list,
        https://listarchives.libreoffice.org/global/l10n/msg10167.html
        and thread.
        
        Change-Id: I5c60baa81f5a08029f524c9890bb6238d510f7f2

2016-09-26  Michael Stahl  <mstahl@redhat.com>  [bdf2c5932c081bbd028d2defaf576f93dc157a36]

        LLDB remove pretty-printing of long obsolete String class
        
        Change-Id: I8574c0b731efecb174370d09cfea2c89c27ab974

2016-09-26  Michael Stahl  <mstahl@redhat.com>  [79afde9b14e65c7c074617e63a094d911d0bc78f]

        LLDB pretty print rtl_String / OString too
        
        Change-Id: Iaf77d03d8116273054ae3efca88f44fd926bf211

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [097f2e8cd15b9e7b4e96aecf1964c4764b52d595]

        sc: fix Android build
        
        to_string() is missing in the std namespace on the broken Android toolchain,
        work it around.
        
        Change-Id: I91c15cdcc906f35c6daef6be94f1260a7361942c

2016-09-26  Noel Grandin  <noel@peralex.com>  [da870b35dd0cf8b7a987530e896b3e044f444908]

        remove unused ICoreParagraphStyle
        
        which was introduced in
            commit aef1e2dde5e53ba8416a393bbe155ef0c18511a7
            Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
            Date:   Mon Dec 21 03:55:14 2015 +0100
            move SwXStyle entirely into compilation unit
        
        but Bjoern can't remember why he introduced it:
        "Likely best to rip it out now and implement it properly when there is
        a good testcase for this XML filter scenario ..."
        
        Change-Id: Iaef19131d804369436097ab445d6c192587f9d9f
        Reviewed-on: https://gerrit.libreoffice.org/29297
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [56cda453daf71a368f316cb559e3e1f529e1c4fa]

        CppunitTest_sw_rtfimport: fix ASan/UBSan build failure
        
        pDocShell->GetWrtShell() can be nullptr, even if pDocShell is not.
        
        Change-Id: I2d60475abe545c2dbb13ede74d2d65432a3c93a7

2016-09-26  Szymon Kłos  <eszkadev@gmail.com>  [d8e91627b96e1325a8859d8ee54cdf5e15516bb9]

        tdf#101249 fixed crash after inserting OLE object
        
        Change-Id: I4ddd52f5da1745a2b9f2d6d54d5091d8f10107e7
        Reviewed-on: https://gerrit.libreoffice.org/29155
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9cc6653606c829805c6c01b9613a3a25d81c20b]

        sw lok: fix cursor position after inserting a comment
        
        Make sure SwVisibleCursor::SetPosAndShow() doesn't emit LOK callbacks
        till a comment window is active.
        
        Need to invoke the unit test from desktop/, as the sw tests have the
        status bar disabled.
        
        Change-Id: Iab26024e9bb4da9c939bbd6cf769ec5c4dcb9a19

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bc4bcfde4955e3e48255310500102775ba4af23]

        CppunitTest_sc_tiledrendering: std::string::find -> OString::startsWith
        
        Change-Id: Ic7185cc0430e7007b1e4f27ba5c43d947405e198
        Reviewed-on: https://gerrit.libreoffice.org/29292
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-26  TiagoSantos  <tiagofsantos81@sapo.pt>  [771d106280b13033805dfa3497048a86cce8ac45]

        pt-PT AutoCorrect Abreviation sync with pt-BR version with linebreaks
        
        - 'SentenceExceptList.xml'    - This is the abbreviations exception list. I have not done any work on it. Cherry-pick from the Brazilian version, so credit goes to them.
        
        Change-Id: I373c82535675bf75fc90360a4c2d8c6c27a4cad3
        Reviewed-on: https://gerrit.libreoffice.org/29277
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [ac060f97cc937787b4079e435c5b312f6894c277]

        tdf#102499 (2): Refactor the WebDAV resource access retry
        
        Change-Id: Ia29560d54a61f1238f3b4e945d78308a3a68c483
        Reviewed-on: https://gerrit.libreoffice.org/29269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-26  Michael Stahl  <mstahl@redhat.com>  [9373913086dcf16421bbe6cac49bb1444155c1de]

        sal: Mac OS X 10.8 fails test_log1p
        
        ... because its libc log1p() does not return -0.0 unmodified but as +0.0
        
        Change-Id: Ib3fcd005a9876e0e74775bf4f826a887cdd29279
        Reviewed-on: https://gerrit.libreoffice.org/29237
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-09-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [87adcc370b801572935c8c9f5dadede73a45ce1d]

        add ASC test case
        
        Change-Id: Iab5d990411fad6fb7397bbd36d959db6e28a182c
        Reviewed-on: https://gerrit.libreoffice.org/29157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Szymon Kłos  <eszkadev@gmail.com>  [5bd2931b57a6cb4ac1f39d7ddae874ac693cfab0]

        tdf#102063 Notebookbar wont appear on launch
        
        * removed static members from SfxNotebookBar to avoid crashes
        * Updating Notebookbar state after module load
        
        Change-Id: Ia4e3dcb0b6e2c5aa7c5205992dbf3575e72fa354
        Reviewed-on: https://gerrit.libreoffice.org/28841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [808ba5ac050fb5c9b3e1c77cb71feff1cf1a664e]

        sw: prefix members of SwXMLExport
        
        Change-Id: Idd5897a9b74cd86e19cb0791b8c22ebd8528e91e
        Reviewed-on: https://gerrit.libreoffice.org/29290
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [198fabe0f2dcfa920eb975da11e9b45d010dcb3a]

        soon is now
        
        Change-Id: Ib4b8b949f00609149f9134fb2f286cd7e0dc0255
        Reviewed-on: https://gerrit.libreoffice.org/29254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Stephan Bergmann  <sbergman@redhat.com>  [84b279b856a708022481408a3d553e6b8565678b]

        That syntax is fine with MSVC 2015 now
        
        Change-Id: I83fee880e1248dd874f7f459aa670c74deda6a7d

2016-09-26  Noel Grandin  <noel@peralex.com>  [93160bcb2dce54bbccb5935cd0a71b52ad5e5461]

        convert PAINT constants to typed_flags
        
        Change-Id: Ie0a02c87ca225ee7a8b8e76a2498836836e79c82

2016-09-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [c506954ce9a466fbc5204b3b5e2190ed907dfffe]

        tdf#101094 (33): Fix: use the correct exception
        
        Change-Id: I41e7cc0a1e176e44cb1b3fb87269eb6e052c6478
        Reviewed-on: https://gerrit.libreoffice.org/29273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-26  Noel Grandin  <noel@peralex.com>  [833156c6a6aa3603adf69384e63f01dbe8cb1f80]

        convert CR flags to typed_flags_set
        
        Change-Id: I20f602eedc72581e22f18c514d8f406690844c28

2016-09-26  Noel Grandin  <noel@peralex.com>  [606077ed58dfbc133d99a6a38a8aabf552a687bb]

        convert HASATTR constants to typed_flags_set
        
        Remove unused constant RTL.
        
        Inline PAINTEXT constant since it is only used in one place.
        
        Change-Id: I7b2c15e7579fc5bc475d00fe714f17592bd5e2a1

2016-09-26  Noel Grandin  <noel@peralex.com>  [5d944079fa264777293a869e38e38424edceedfa]

        convert SUBTOTAL constants to typed_flags_set
        
        Change-Id: If3d7f874d11de1eac53dc37c3e86667236db493e

2016-09-26  Noel Grandin  <noel@peralex.com>  [8cde91ecce5664d1e58970d1ecd57817e63f34ec]

        convert BREAK constants to typed_flags_set
        
        Change-Id: I33edff5feca07ed891df4c6c4dbc470748c4f4b4

2016-09-26  Noel Grandin  <noel@peralex.com>  [58a24575eb96a045cd8cacd2c96ab64aee992c0e]

        convert ScXMLImportWrapper import flags to typed_flags_set
        
        Change-Id: Id3aef9e6c43886d3c3fb9691a5d8f75499ed387c

2016-09-26  Noel Grandin  <noel@peralex.com>  [7f97b5e72c61066ea1ddd0f782e50070ce5f6363]

        convert CONTINUATION constants to typed_flags_set
        
        Change-Id: I38333e5d229aa520fbe0a8ad72007c503853956e

2016-09-26  Noel Grandin  <noel@peralex.com>  [69c29c9f895fa58c923af5e6dee1226f8bbfeceb]

        convert eNBOType constants to scoped enum
        
        and remove unused constants, which means we can remove the
        GraphicBulletsTypeMgr and MixBulletsTypeMgr classes
        
        Change-Id: I395691b48987543355379708e2c60d0de438d72c

2016-09-26  Noel Grandin  <noel@peralex.com>  [594c2b98f8c6c0c03a438e441596ba04e4a66164]

        convert eNBType to scoped enum
        
        Change-Id: I99340449d99ce6a6b45c91c913357bcdbbb9a946

2016-09-26  Noel Grandin  <noel@peralex.com>  [0e740b9b07cd3f7b03c875f9a0bfda251bae6cfe]

        convert ITEMCONN_ constants to scoped enum
        
        Remove unused enum values.
        
        Which means that these methods simplify to constant values:
           ItemConnectionBase::GetEnableState() -> TRISTATE_INDET
           ItemConnectionBase::IsActive() -> true
        so inline those values.
        
        Which means that ControlWrapperBase::ModifyControl is always called with
        a first parameter of TRISTATE_INDET, so drop that first parameter.
        
        Change-Id: I6d63b63b2f15faad2336665f60e7239e35b74e47

2016-09-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dc578a3b80868e43b2abb46f258751124ecb6d35]

        add ARABIC test case
        
        Change-Id: Ib7d65337063a6fb61af054f9c07fdb4bb8b62715
        Reviewed-on: https://gerrit.libreoffice.org/29154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Maarten Bosmans  <mkbosmans@gmail.com>  [a2021e8621aa7db997e1aa89f9c7fab923dc98ab]

        ScStyleObj: Translate some German comments
        
        Change-Id: I0e9b6300c15a42b4c5dd3d1d3a8097cd2fb934bc
        Reviewed-on: https://gerrit.libreoffice.org/29276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc742749b63e0b22161c99bd2450fcede64ff4b3]

        tdf97667, add dumpAsXml for the conditional format data
        
        Change-Id: I2f78be8588ed75e1e1e569af01190dad720ff442
        Reviewed-on: https://gerrit.libreoffice.org/29258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [423c67150631545b512e40d8c1e716b3ba8b6569]

        add CODE test file
        
        Change-Id: I037d034d044b41f8d7a3402d06fd0a78e4729efa
        Reviewed-on: https://gerrit.libreoffice.org/29265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9ae37d6c12e20f33224af9f74070c379d96c2141]

        add GAMMA.INV test case
        
        Change-Id: I0978bef88949b8464976c474da26c158ee0c1c63
        Reviewed-on: https://gerrit.libreoffice.org/29192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb64e937139dad31279078ca464157190cb54350]

        add test for tdf#100393
        
        Change-Id: Iee500b1721dc8cc8e76f86bd152353a4b0c67556
        Reviewed-on: https://gerrit.libreoffice.org/29257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6ed68c6324f909f3338cde0983aaaff17a801ab]

        handle the debug output earlier
        
        Change-Id: I4a47fd063ca9f57d6f5d38abcc84e21899f28876
        Reviewed-on: https://gerrit.libreoffice.org/29259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a11d34c7e08218b5ff9da4870c460297f312332]

        tdf#91312, don't forget to delete the old cond format indices
        
        Change-Id: Ia3267bd52d2905cb332daa11b0e7c93251f43e55
        Reviewed-on: https://gerrit.libreoffice.org/29260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cda8ce18310c2c32166e03acd5e2a852b960a892]

        add CONCATENATE test case
        
        Change-Id: I70d8176ad92f0cdb3fe4f12b5b6625bbb26f19af
        Reviewed-on: https://gerrit.libreoffice.org/29270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e49eb1c69c2850d81a72f59b1b23a3b24b31f953]

        loplugin:loopvartoosmall, use size_t for loop vars
        
        Change-Id: I1657bd1e7f491ffdf21b3de055be2515a8f23e9e

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [5b8d36d924ad32ecf83ac75dc2d4add7b78ab8c6]

        avoid coverity#1371177 Missing move assignment operator
        
        Change-Id: Ib31f553915e6a0863a6b3dc53320b9287503a517

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [6bd3c2ca4b904abfe54509ff292a99a64e228ab8]

        improve scoping
        
        Change-Id: I69019979b59929ea65bdca56a731ee764fbe3e08

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [88fe2590901b9c0955b97e0521b20dba9a8a97da]

        avoid coverity#1371166 Missing move assignment operator
        
        Change-Id: I0c5559c71f8a961bbab6fbd3a647aeca4a10b44f

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [be214eb2e193707f6bd4d1a279a6cadd1b734948]

        avoid coverity#1371161 Missing move assignment operator
        
        Change-Id: Ief3dd38ade3fca74ea35e2a1a71637cba3336b59

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [c606f4bfa49b930ab50b98eacbfae9d6d73a180d]

        coverity#1371240 Missing move assignment operator
        
        Change-Id: Icf7a55fb7c37b5642913b010a54a7690c0593474

2016-09-25  Caolán McNamara  <caolanm@redhat.com>  [958f7a7b772cff53e441b02c322ffbd80decc9a0]

        impl this with a std::unique_ptr
        
        Change-Id: Ia2a7971bf67bac2ed2c5dd3ef48a17f4f3d59a5d

2016-09-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4563921f23d79f6e3e431a314064c6dd201cfee2]

        remove unused parameter
        
        bTotalRanges is never used.
        SFX_ITEMSET_NO_DEFAULT_CTOR is no where else used.
        
        Change-Id: Ia35ea875f16a8ca04c2173b01074113f1825f565
        Reviewed-on: https://gerrit.libreoffice.org/29248
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4954fff93ad353fc4dfab0ced51084dfcd6043ba]

        disable the two unstable tests for now
        
        We need a replacement for waitUntilDispatcherAvailable that works with
        events. Using a timeout will always cause issues.
        
        Change-Id: I8893d701a5f0cf2fd497246d66b220466a000083
        Reviewed-on: https://gerrit.libreoffice.org/29275
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [04e6ed499ca95df6e122069b5497db7306529446]

        loplugin:unreffun, remove unused local class
        
        Change-Id: I3cf3a1733ac79f1d11d38b16543837b5fe26fcc6

2016-09-25  Maxim Monastirsky  <momonasmon@gmail.com>  [02ddfd10e9e46e2b121416d815303c386400ba6f]

        tdf#96736 Let MenuBarManager handle the save dropdown
        
        Instead of trying to do everything (icon theme
        changes, disabling commands etc.) manually.
        
        Change-Id: Iffd420bf09ccd566e96f39cb9684ab466a7c6555

2016-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f3fd652f396219a462060342f1e135afcfad5417]

        Remove code that's no longer used.
        
        It was just an experiment I did just for a brief period, beofore someone
        else did something totally different.  Either way, this code is no longer
        needed.
        
        Change-Id: If7b90244f77c8b2cf9a30c47187467b2f7e20ee5

2016-09-25  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [5678bc99fb685fe09191e8419a1121e565f97f80]

        tdf#101935 and tdf#102201:
        
        This fixes both the bugs.
        
        Change-Id: I7a64abc0cb12b5195a3b955549ce4f72f3530d57
        Reviewed-on: https://gerrit.libreoffice.org/29263
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-25  Luke Deller  <luke@deller.id.au>  [8dc46fc45b5c7d833caca331a9045167d1794f1a]

        Avoid failure in VBA test when window is too small
        
        The VBA test case "SplitRow" in window2.xls requires the spreadsheet
        window to be large enough.  It looks like this has been discovered
        previously and some of the assertions commented out with a note about
        the window size requirement.  However we bumped into a failure in one of
        the remaining assertions on one of our tinderboxes.
        
        To resolve:
        
         - Maximize the window at the start of this test case
        
         - Skip the test if the window size is still too small
        
         - Re-enable assertions which had been commented out due to this issue.
           (Note that VBA which reads Window.SplitRow appears to be broken in
            LO, so I have left two assertions here commented out with a FIXME)
        
        Change-Id: I5e87a360958f665457bbf8ec9c703a99794a62dc
        Reviewed-on: https://gerrit.libreoffice.org/29110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [e62c02a089e454eeea472e758e113e7e28568a02]

        tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retry
        
        Change-Id: I4ff36df3ac1cc0788322768378fb74f70892f922
        Reviewed-on: https://gerrit.libreoffice.org/29245
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-25  TiagoSantos  <tiagofsantos81@sapo.pt>  [0e156497a87608f266389192f6d22d35076a6694]

        pt-PT AutoCorrection main update (pt-BR selective merge)
        
        'DocumentList.xml'    - This is the second version, with the changes introduced in 5.2.1.
        The file is not a patch, so it should replace the former one.
        It should credit the Brazilian team,
        since the changes are mostly from them.
        I mostly triaged and cherry-picked.
        
        Change-Id: I863e653bbc1116a94b847ea3a02fa5e2599f0378
        Reviewed-on: https://gerrit.libreoffice.org/29249
        Reviewed-by: Marco A.G.Pinto <marcoagpinto@mail.telepac.pt>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-25  TiagoSantos  <tiagofsantos81@sapo.pt>  [b9fdee4a996cf9620a73072e785684464146fe53]

        pt-PT AutoCorrection Exceptions for Two Letter CAPS
        
        'WordExceptList.xml'    - Two Caps Letters exceptions.
        Cherry-pick from the Brazilian version, so credit goes to them."
        
        Change-Id: I44ec03d730cbdcf22d442738dee35c348eba11ff
        Reviewed-on: https://gerrit.libreoffice.org/29252
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fee48796b2f63972e2ba4d7a98ab01af98ed0be1]

        add CLEAN test case
        
        Change-Id: Ic987393ce47ca75615b4b147bd3dab0f5485b60b
        Reviewed-on: https://gerrit.libreoffice.org/29264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-25  Rene Engelhard  <rene@debian.org>  [7a37301822e15ab4553487a4798d2f999d3ae887]

        fix KDE4 build with KDE headers in /usr/include again
        
        Change-Id: Ie8e9a48bfe8249c8a68afeffeeaeee6be1a5dc97

2016-09-25  Rosen  <rosen@live.com>  [dad35b0463a16d3d6eca068100e95822ae466a9a]

        tdf#96505  Get rid of cargo cult "long" integer literals
        
        Change-Id: Ic1602a57d1662cb30b2339de9eeb6483fdfbef37
        Reviewed-on: https://gerrit.libreoffice.org/29242
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-25  Gulsah Kose  <gulsah.1004@gmail.com>  [7b8832ff972a4e9f3e03fd7d96882b2a78c03b3e]

        tdf#101390 Add Arrows toolbox functions on calc drawingbar.
        
        Calc arrows toolbox includes following commands
        .uno:LineArrowEnd
        .uno:LineCircleArrow
        .uno:LineSquareArrow
        .uno:LineArrows
        .uno:LineArrowStart
        .uno:LineArrowCircle
        .uno:LineArrowSquare
        .uno:Line
        
        Change-Id: I09c93447baeafd3f7d4993117458d4585d21cbaf
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/29021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a4555f3b3572f398c33bffd1ed2a40705431733]

        fix the OpenGL selection logic
        
        Now OpenGL is again not used on the build bots.
        
        Change-Id: I7369394c44ab1e16135e2b22f7f8effca0f25d3c

2016-09-25  Maxim Monastirsky  <momonasmon@gmail.com>  [a05b67585249b895a70e7fae89dc177e3aeaf57a]

        tdf#102266 Try to keep HUD up to date
        
        Recent HUD versions don't seem to support the activation
        callback, so we have to update menus in the background.
        
        (regression of 15436c009e756dd4c94046f9849ad5a186454af8)
        
        TODO: Is this manual iteration in GtkSalMenu::SetItemText
        worth it, or maybe simply calling Update() will be good
        enough, too?
        
        Change-Id: I7f08c3518e1767915d84036cdce7f678961595ef

2016-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9aef73aa452f86df8c760ca028914fc542909a58]

        show correct command to execute the test
        
        Change-Id: Ic7515c1d43737fb6864228d37be1b356acecfdc3
        Reviewed-on: https://gerrit.libreoffice.org/29253
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-24  Mark Hung  <marklh9@gmail.com>  [e23434e5af1bf11b00728b1925b0315fb7467b35]

        Remove Chinese comment in svl/qa.
        
        The Chinese characters in the comment caused a compiler warning that
        it can not be represented in cp950 codepage and forbid
        OUStringLiteral1 concatenation. Replacing it with meaningful English
        comment so others can understand it.
        
        Change-Id: Ibc571e68ee5d65a89e385d79962db0fd6b1298cc
        Reviewed-on: https://gerrit.libreoffice.org/29246
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-24  Caolán McNamara  <caolanm@redhat.com>  [ad4026693a372fbc4037bd8d7ced839e0d0f545f]

        this is a (dubious?) compareToIgnoreAsciiCase not compare, so restore
        
        Change-Id: I2c4c4d20f2f2c06310b926fb573ba41820022b43

2016-09-24  Henry Castro  <hcastro@collabora.com>  [918834c04fd44fd863e34523dce73104e7d2232f]

        sc lok: avoid full invalidate tiles
        
        Change-Id: Idd49dc61ba8dbd7af42f641bb019cf83814f9e8d
        Reviewed-on: https://gerrit.libreoffice.org/29240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-09-24  Caolán McNamara  <caolanm@redhat.com>  [88c7f08c49642ed14e62e96f63cae00ef608cbbb]

        coverity#1373358 Unchecked dynamic_cast
        
        Change-Id: I96526a735c0adb4c20c463f73c34701a9fafb76b

2016-09-24  Caolán McNamara  <caolanm@redhat.com>  [dd691312a3a0e0e18ade5c64a3c4f5115c3fde0f]

        we shouldn't need explicit lt_rtl_OUString, etc things anymore
        
        Change-Id: Ibeec3fcc353e07e61fb2c838b318e0a04081ce2c

2016-09-24  Michael Meeks  <michael.meeks@collabora.com>  [3be5deadcb46e09d84d99b2b108b65b06ff356e9]

        tdf#91043 - vcl: gtk file picker should tolerate empty filter list.
        
        Apparently LibreLex creates a dialog through UNO and sets no filters.
        
        Change-Id: I518beef6f9c6ebab0d2e49bda78a33a283ad93d3
        Reviewed-on: https://gerrit.libreoffice.org/29238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [c540ae79e0916479bc92b2659ff834adcad34041]

        MM don't crash on canceled SHELL documents
        
        We show canceled documents, as long as there wasn't an error.
        
        Change-Id: I821f89bc9355df5b2223876ad52fee2a717e670a

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [3c4dfb872d50413b605fb846dfdebd28947026e8]

        tdf#94987 Create directories for temp filenames
        
        Per default a temporary file is construted from a path and a leading
        pattern for the filename. For mail merge the filename can be read
        from a database column. If the path is not existing, a temporary
        directory is created.
        
        Normally the temp file function would fail, if the filename contains
        a slash and the sub-directory of the filename doesn't exists as a
        subdirectory of path.
        
        To implement tdf#94987, this adds an option to the temp file class
        to create the parent directories of the filename pattern.
        
        Change-Id: I02bf34294dac85598ee153d8cfcf00bc5d7775af

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [260cd3aeea2d02507dd131ee2028c4f48f7562f8]

        MM account next record fields for progress dialog
        
        When calculating the maximum document count, we were not accounting
        "next record" fields in the document, like in labels etc.
        
        Also any selection of records was ignored.
        
        Fixes accounting part of tdf#101841.
        
        Change-Id: I703d2186d44d2e5426c4af0d4b2d89e0fe820039

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [178a23a827f16e046e5d5efb2aa2aa3fc990452a]

        MM just increment after a successful next record
        
        This correctly counts the record id from 1, while using 0
        for the first item in the selection array.
        
        Change-Id: I363eab048cb041bf46454ef685baab1eb3b2138a

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [971947b38d1dbc6213e55403cf482a530cd9b449]

        tdf#101822 Revert "vcl: Stop-gap solution to ...
        
        ... start the gen / kde / kde4 plugins again."
        
        The patch was just hiding the real bug and introducing others,
        Ihe original bug is now fixed in all the X11 based VCL plugins,
        so it can be reverted.
        
        This reverts commit 37800290245fd0462295a8bbaabd9d761929fa65.
        
        Conflicts:
        	vcl/unx/generic/app/saldisp.cxx
        
        Change-Id: I95bea07e29293aaab178e30b5fb3cfe089d2d28f

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [06283e7b00f9f7b7ad1a3e30d2dcb85c8d550588]

        tdf#101822 X11 SalDisplay init => AfterAppInit
        
        This fixes all X11 based VCL plugins to move display
        initialization  into AfterAppInit (gen, TDE, KDE4),
        
        This is done by moving input method and display into
        SalXLib, so they are available in AfterAppInit.
        
        Otherwise the configmgr service won't be available in
        SalDisplay::BestVisual.
        
        Change-Id: I9380075b9770bceb8f453bbcb7fe31291634ff89

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [3bc2b8c5e0c4213b53a974944189bdf7f8155502]

        tdf#101822 Always de-zombie the glxtest process
        
        Make sure we wait for the glxtest process.
        
        Change-Id: I143290b80ba83e35f8d0f95d133c25178c5fe563

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [8dc174178fae4cc98bf7b95ce44bfafc40b5f39e]

        Clarify KDE4 and TDE config variables
        
        The configure flag is already --enable-kde4, so rename most build
        and configure variables, including the config headers, and the
        build module to include the major number.
        
        Also rename the TDE MOC stored as $MOC to $TDE_MOC to prevent
        conflicts.
        
        Change-Id: Ib947ae4b80349cc52eac7812cb93e8a42606b526

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [f486329a03b8667bd958624937f02edc9af143d1]

        TDE fix some clang plugin based warnings
        
        Change-Id: I3b44038e8a889e4c13126fd8d721e53e71ea9ec6

2016-09-24  Tor Lillqvist  <tml@collabora.com>  [e44b034512551c09689edcecfa7401ecbb4af80e]

        tdf#102382: nextEventMatchingMask should only be called from the Main Thread
        
        So don't then unless we are on the main thread.
        
        Change-Id: I6ba52ed7db5d73a4c1c6acf10bdf254a6f959da8

2016-09-23  Michael Stahl  <mstahl@redhat.com>  [41602324b00866b3c4f5f52759c8eb5ea8a1da0d]

        vcl: C++11 is awesome, they said! it's a whole new language, they said!
        
        Change-Id: I96f00bd00ffcfea8ca026aacbaacf9539e327eff

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [09a77ceaf64852fa3204c2d9221a293bb3820dae]

        cid#1371232: Add move semantics
        
        Change-Id: I8bd9a62da64adfc52be9ba954eb8dbc92d8ecc77

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [c53af84c9ca1a1d5090d72b03a8c483d7485f7db]

        cid#1371196: Add move semantics
        
        Change-Id: I7bf2d6f5e5b1d10cde210c814567017680c6a74e

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [4c1823923f47103a29f208b72e96e6e70773f18e]

        cid#1371304: Add move semantics
        
        Change-Id: I60051e720e816b1bd72193cbc028ce7264ba1e6a

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [6b51e526b70f32903608a1d4715bd26cd183aae3]

        "// not impl" -> "= delete"
        
        Change-Id: Ide848d53564a4c4f822ae3875102ee09f03e3ce5
        Reviewed-on: https://gerrit.libreoffice.org/29232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-23  Julien Nabet  <serval2412@yahoo.fr>  [5333743d3b8288fb40e4657aedf1db2255f6a62b]

        tdf#100994: use CGContextStrokePath instead
        
        This is a blind fix attempt to fix "Freeze when first action after launch with OSX Sierra with iMac 5K"
        
        I started from bt:
        frame #9: 0x00007fffbe094cf6 CoreGraphics`CGContextDrawPath + 183
        frame #10: 0x0000000102b16cda libvcllo.dylib`AquaSalGraphics::drawPolyLine(unsigned int, SalPoint const*) + 330
        frame #11: 0x0000000102929039 libvcllo.dylib`OutputDevice::drawPolyLine(tools::Polygon const&, LineInfo const&) + 361
        frame #12: 0x0000000102928d30 libvcllo.dylib`OutputDevice::DrawPolyLine(basegfx::B2DPolygon const&, double, basegfx::B2DLineJoin, com::sun::star::drawing::LineCap, double) + 768
        (see https://bug-attachments.documentfoundation.org/attachment.cgi?id=127502)
        
        then:
        http://stackoverflow.com/questions/32871234/how-to-make-kcgpathstroke-work-in-swift-2
        which advises to replace:
         CGContextDrawPath(ctx, kCGPathStroke)
        by
        CGContextDrawPath(ctx, .Stroke)
        
        and finally this:
        http://stackoverflow.com/questions/37838578/how-to-stroke-a-cgpath
        which advises to directly use this:
        CGContextStrokePath(context)
        
        Change-Id: I99f9800c39f18d16488f7ef4114a71722f9b8123
        Reviewed-on: https://gerrit.libreoffice.org/29194
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecdec24c035513dbf2ee1814eb437e2a9d9a3d6c]

        tdf#102384 sw: avoid moving cursors of other windows in SwTextNode::Update()
        
        There is a list of exceptional SwIndex containers in that member
        function, like bookmarks, at-char anchored fly frames, etc. If we're
        growing (so basically in the safe case), don't touch the cursors of
        other windows, either.
        
        This helps to avoid the surprising "I didn't do anything and my cursor
        moved" behavior.
        
        Change-Id: I9941fdcb6b7ad4b6e18a321cecc72fdf73d917fd

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [d17d7c63d2d15495f7faeead11672c1a9e798610]

        coverity#1371156 Missing move assignment operator
        
        Change-Id: I187bc61678b5283843227612c243c5a09d0e7eb1
        Reviewed-on: https://gerrit.libreoffice.org/29227
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [c136c978751e6d3f86fd2ca6c3d468049c0d3f51]

        coverity#1371219 Missing move assignment operator
        
        Change-Id: I72ed6082b561079b45e82d8258fa1abbe23117e2
        Reviewed-on: https://gerrit.libreoffice.org/29228
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-23  Michael Stahl  <mstahl@redhat.com>  [3de25678535de1589989f88daf847767caae3f94]

        vcl: Apple clang segfaults on "(", the "{" seems to work better
        
        Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
        
        Change-Id: Ib9c8639d4c821a39afb6b071ccd6c7072e6f9e7c

2016-09-23  Noel Grandin  <noel@peralex.com>  [3e22dfa5eb1ccebdc719a671d23bde7ccab256fb]

        convert formula error codes to scoped enum
        
        Change-Id: I5ff214bf1ec9031e30344bc125bc99916fd11bfb
        Reviewed-on: https://gerrit.libreoffice.org/28897
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-23  Eike Rathke  <erack@redhat.com>  [7d8196ea2f4ec3634dbad7367345e62c4ea9893d]

        perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related
        
        There were over 150 places in *::Notify() functions that did some
        dynamic_cast<SfxSimpleHint*> of which ~98% were unnecessary because the
        base class SfxHint passed was an SfxSimpleHint anyway. dynamic_cast
        operations come with quite some cost, so avoid if possible. Specifically
        for ScFormulaCell::Notify() that created a bottleneck in scenarios where
        cells were notified that already handled a previous notification. In
        mass operations doing the dynamic_cast before it could be decided
        whether having to act on it or not this made 2/3 of all time spent in
        the Notify() call.
        
        To get rid of that rename/move SfxSimpleHint to SfxHint and let classes
        derive from SfxHint instead of SfxSimpleHint. This comes only with a
        slight cost that an additional sal_uInt32 is transported in such hints,
        initialized to 0, but this is neglectable compared to the huge gain.
        
        For the rare cases where a Notify() actually expects both, an SfxHint
        (formerly SfxSimpleHint) and a derived hint, this changed order of the
        dynamic_cast involved so the simple SfxHint::GetId() is handled last.
        Modules using such combinations can further optimize by treating the
        simple SfxHint::GetId() first once verified that none of the other
        derived hints use an ID not equal to zero respectively none of the ID
        values the simple hint uses.
        
        Change-Id: I9fcf723e3a4487ceb92336189d23a62c344cf0ce
        Reviewed-on: https://gerrit.libreoffice.org/29205
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [751689283c9f3010f7978b6576b25ffc579202ef]

        These functions wouldn't be implicitly declared/defined, anyway
        
        Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00

2016-09-23  Michael Stahl  <mstahl@redhat.com>  [fcdf75d9460c933670a03b5d88de17838db23ee2]

        Makefile.in: check JAVA_HOME/bin, not JAVA_HOME/include
        
        On Mac OS X 10.8, the directory contains "bin" but not "include", so it
        re-runs autogen.sh all the time.
        JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
        
        Change-Id: I9065c8daef47df535f60267fc2c3e7cb23fc3910

2016-09-23  Michael Stahl  <mstahl@redhat.com>  [7ac64b9afa00f5d8b7da94d48793cd6f70812730]

        fix denglish comment
        
        Change-Id: I118e06b9664bdfc82de3c75471c28ec8e5dd84d2

2016-09-23  Aleksandr Andreev  <aleksandr.andreev@gmail.com>  [a303b53b3f04e737eacb53d259e5b45e59dfe93f]

        Updating cu collation data for Unicode 9.0 and CLDR 30
        
        See http://unicode.org/cldr/trac/changeset/12851
        
        Change-Id: Idce0985c3015a0bfc24cb44a5abdf0eb86e5d183
        Reviewed-on: https://gerrit.libreoffice.org/28969
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [18cd08ae42b0fbd1e8ded8c046a5c801b30b968c]

        cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classes
        
        For UNO ABI reasons, these classes need to be CPPU_GCC_DLLPUBLIC_EXPORT (so
        their RTTI symbols get exported), so they are careful to explicitly declare any
        special member functions that would otherwise be declared implicitly, to mark
        them CPPU_GCC_DLLPRIVATE.  But for LIBO_INTERNAL_ONLY, we always use
        -fvisibility-inlines-hidden (except for MSVC, where it doesn't matter, as
        CPPU_GCC_DLLPRIVATE expands to nothing there, either), so can leave those
        functions implicitly declared, so not to prevent move ctor and move assign op
        from being implicitly declared.
        
        This covers cid#s 1371143, 1371162, 1371185, 1371189, 1371290, and 1371308.
        
        Change-Id: I468088750a02f85a4790d956c37f4c30de03f00c

2016-09-23  Pranav Kant  <pranavk@collabora.co.uk>  [4151c09d9a03731c3ffbb1314ead26dbd8edae85]

        gtktiledviewer: Wrap dialogs in a GtkScrolledWindow
        
        Change-Id: I33be18779ea680f7a9c20814ca3c3d94d206900b

2016-09-23  Aron Budea  <baron@caesar.elte.hu>  [451c7de9d750f8a2f1348b1eae1bcd8ee042563d]

        tdf#102216: move row overflow check after EoF check (CSV import)
        
        With the check in the original place, importing exactly
        1048576 rows gave a warning.
        
        Change-Id: Iae98c07f638168d8537436045423ae6274ef7f64
        Reviewed-on: https://gerrit.libreoffice.org/29159
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [949fa9a462d1f5fa59dd845fb93d55c77d8b153f]

        qadevOOo: Remove unused imports
        
        Change-Id: I5295ba9af550d14f56f218765d43ce01a8177247
        Reviewed-on: https://gerrit.libreoffice.org/29223
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [065ef005e9c93db43efdb7733bf7371673fcbd17]

        Make createDesktop return XDesktop, not Object
        
        and adjust/cleanup calling instances
        
        Change-Id: I6b7be34fe6fce0a6fdbf2227f3e565b2f434c88c
        Reviewed-on: https://gerrit.libreoffice.org/29221
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [01889962cab8449e1d9682d22db0f6e1e28252fd]

        Resolves: tdf#99626 only the first queryTermination call in wizards works
        
        cause the first call looks up the "queryTermination" method on the object
        and replaces the object with that function, then calls on. Subsequent
        calls then try to lookup "queryTermination" on "queryTermination".
        
        Just pass queryTermination directly in the ctor (like all the other
        wrappers do)
        
        Change-Id: Ie042081c3c34e33b2f040d1ab1a33eeac4df9c3b

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [7adb5c683ce2ee35bc7e56ae6c9cb59bdd45187d]

        use std to impl this resource sharing
        
        Change-Id: I41ea7bf672040089ccca5cf2bc449a0d0e78b903
        Reviewed-on: https://gerrit.libreoffice.org/29219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [04f50946dee164220af1c99cc03b2d7c0a98ea3f]

        tdf#97721 KDE4 correct menu checkbox offset
        
        Qt paints checkboxes next to images, so they always start left
        oriented in menus.
        
        Change-Id: I33ab0cf443f6716f9f9adc3ec2c394337db5f923

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [3ed5847c3e9a6dfee5bb5b7f228822fc1431a54c]

        external/firebird: Use gb_Helper_extend_ld_path to add icu dir
        
        Change-Id: If51813fc559a78a54ae5dcae4b8b9213c5e1bae6
        Reviewed-on: https://gerrit.libreoffice.org/29215
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b316edff1ba12529c23683c50a077e349d084f56]

        Handle exception
        
        Change-Id: If295d9a6106c0d03313c80464134e060da72bf53
        Reviewed-on: https://gerrit.libreoffice.org/29224
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-23  Maarten Bosmans  <mkbosmans@gmail.com>  [463843656731758f7e9292c03ab85b302e4bba0d]

        Factor out common ScInterpreter::GetInt32() code
        
        This might also be slightly more efficient because for
        GetInt32WithDefault() when the value is missing, the
        default value is not converted to and from double anymore.
        
        Change-Id: I0a234265273086824f749b04aba022dd5cef322f
        Reviewed-on: https://gerrit.libreoffice.org/29203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-09-23  Michael Stahl  <mstahl@redhat.com>  [680b1b5976197e378b091c9f9abeb5d33c6ede5c]

        liblangtag: stop whining about missing supplementalMetadata.xml
        
        A good way to get developers to add files is to print 80 lines of
        stack trace multiple times on startup.
        
        Change-Id: Id563ab1d26d32e6fe3f14b2afb59949ea04f0d6a

2016-09-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [eb00cb1ba8bbee3c65b7bc0eff9a16e8debbf2d2]

        Remove duplicate comment
        
        Change-Id: I78d207a4be9eeb9ddf1782ed2488c928d9d1744a
        Reviewed-on: https://gerrit.libreoffice.org/29222
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6de79e3a10eb2ad72e70c79ebacf6f14cb64cf7f]

        Remove nonsense comments
        
        Change-Id: Iad1091f3c4363940e956219e1723e159c35ea280
        Reviewed-on: https://gerrit.libreoffice.org/29220
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [9d0571a2761cab230aa7447ba7a4ce3c3ab48079]

        why this odd unused assignment thing
        
        Change-Id: I4c87e3fb418211a5f3750746e1b6928fbe8f1741

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [01e4697b6ddd3193cba7a46a033dadf97e21135c]

        default assignment operators are good enough
        
        Change-Id: Iaa7fd4112084d673cf768ebb732e1ea8a3383bdc

2016-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5878bb1d2ff6b4e7b577aa5747da7d4ca673070d]

        editeng: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Icccd2db45616de708d83058d76ace312db8af94e

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [59097e8d4c4d0570a0863ebaad1259a4436ef816]

        coverity#1371281 Missing move assignment operator
        
        Change-Id: I7d0351931b0baa434bd24db05358e096cfa1b6e2

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [5840a28fd43146e1d76beacdedacd48107e5f8c6]

        coverity#1373351 make SetTabRows the same as SetTabCols
        
        Change-Id: I9cfe2f3ec96ee72ff2e7657661a003086d301db6

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [78cc97405be83aaea6bf47102c2465233bbcd25f]

        -Werror,-Wunused-variable (clang-cl)
        
        Change-Id: I829e2d45ac9fabc8fe1a26bebd9e6ce8c2af29c7

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [73a346d3e94509e00932080bb9c3b385d26627d2]

        This is fixed with MSVC 2015
        
        Change-Id: I032b872f75b59904c1c81e8932ad8058ece301b0

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [83ada47b08e582f45b352a980827a5813bcca3fa]

        -Werror,-Wignored-attributes
        
        (__declspec attribute 'allocator' in MSVC 2015 atlalloc.h; clang-cl)
        
        Change-Id: I88d2bc4667ded75a545c95f428e654be787b03f8

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [5d787f957db7a784cd9bbd092eb0bf1c9e80ba6d]

        Don't check HAVE_GCC_VISIBILITY_FEATURE with clang-cl (intended to fail there)
        
        Change-Id: I4cae18e1359f2e30ef4d4d7d550306489fcedd74

2016-09-23  Stephan Bergmann  <sbergman@redhat.com>  [3a2818280ad65c3d0aa9e720f62fec571713b2e7]

        external/liblangtag: Tunnel LD_LIBRARY_PATH to where it's actually needed
        
        At least make-4.1-5.fc24.x86_64's /usr/bin/make (indirectly) links against
        libfreebl3.so, so it could erroneously pick up our instdir/program/libfreebl3.so
        delivered there from external/nss.  But that's a problem for ASan/UBSan builds,
        where that libfreebl3.so is instrumented and expects to find certain symbols
        exported from the executable (and which /usr/bin/make of course doesn't have),
        so running make from within external/liblangtag/ExternalProject_langtag.mk
        fails.
        
        Turns out that the only place where LD_LIBRARY_PATH is needed during the build
        of external/liblangtag is when running
        workdir/UnpackedTarget/langtag/data/reg2xml.
        
        (This is unrelated to the recent changes to external/liblangtag by the way; just
        happend to show up now by accident, when doing an incremental build where
        external/nss had already been built when external/liblangtag got rebuilt.
        external/firebird has a similar problem, but everybody seems to run ASan/UBSan
        builds with --disable-firebird-sdbc anyway for now.)
        
        Change-Id: I6e045b6d33a154e350f4640265e6568f96634187
        Reviewed-on: https://gerrit.libreoffice.org/29211
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-23  David Tardon  <dtardon@redhat.com>  [7f3395c42dac1b15b3ed7e19d4390bd888e5a7da]

        upload liblangtag 0.6.1
        
        Change-Id: I4e9ef9e607a15ab49ea16a2c3920e36a3a1aded2
        Reviewed-on: https://gerrit.libreoffice.org/29179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-09-23  Mike Kaganski  <mike.kaganski@collabora.com>  [6bdcb730faa5b996882b4648b86b7caf93b8f421]

        Replace SWRECTFN macro with a class
        
        Change-Id: Ib400c5930be84d26665b0e12a61508c8fbfd7f08
        Reviewed-on: https://gerrit.libreoffice.org/29105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-09-23  Noel Grandin  <noel@peralex.com>  [e85d92a874524f677493dda5785be11ca6e99f17]

        Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""
        
        This reverts commit b0eecd2d3ba4a1a424a2d52cccf64fe6fc09c34b.
        
        Now that the necessary parent commits are in, we can re-apply this.

2016-09-23  Caolán McNamara  <caolanm@redhat.com>  [373b44a2fcbe78e8a3ff14cd410826af151a6adf]

        Resolves: tdf#101971 OleLoad under structured exception guards
        
        sample pptx crashes down in the depths of (apparently pre-installed on
        32bit Windows 10) Flash.ocx
        
        Change-Id: I4e083d492e56e72df47b2c172d7f07f0e39b82ea
        Reviewed-on: https://gerrit.libreoffice.org/29199
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [52977bdbefefe73fb8032692deb2d57633d5c3f3]

        cid#1373353 uninitialized members
        
        Change-Id: I88ae046866c616cc7de226e85eaab1a0e76eb59e

2016-09-23  Asela Dasanayaka  <rukmal.tb@gmail.com>  [bb06f2c00eea15c287fc06988d6f9b1f21098936]

        tdf#100726 Improve readability of OUString concatination
        
        concat string in module i18npool to improve readability
        
        Change-Id: I7f447d64703cf5eb07742329ff2656f67214898b
        Reviewed-on: https://gerrit.libreoffice.org/29206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [70c7e82003a539ed7f7ccbe596bde5ac9031d15c]

        move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...
        
        ... it's declared in poolio.hxx
        
        Change-Id: I8cc4a7152f66cf89fb01cd7a718974d76825ec04
        Reviewed-on: https://gerrit.libreoffice.org/29181
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [792da744f3a360b2336fde3c9796e8e22db61308]

        Fix Cppcheck report: reduce scope of the variable 'fTemp'
        
        Change-Id: I935de8e287f94f3219542dfe67f7bb4a05be14da
        Reviewed-on: https://gerrit.libreoffice.org/29200
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b74d2433c856d6d172d9588f4b6d59c31ec02853]

        don't write item right before destruction
        
        SetRefCount writes only SfxPoolItem members m_nRefCount and m_nKind
        
        Change-Id: Ibd06d4edc619b9a840a8a232d9395dd85c452149
        Reviewed-on: https://gerrit.libreoffice.org/29195
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Eike Rathke  <erack@redhat.com>  [854254c36f4c4804bb5c8fcde2edef444baed25c]

        attempt to fix build, ScImportExport( ScDocument*, const OUString& )
        
        ... is not unused but only in ifdef _WIN32
        
        commit c4cd079b8f613084a99a83b95c3968b65cbd8900
        Date:   Thu Sep 22 15:08:42 2016 +0200
        
            loplugin:unusedmethods in sc..vcl
        
        Change-Id: I36c8d57fddfffe8c99cf40ae514270f445388d08

2016-09-22  Michael Stahl  <mstahl@redhat.com>  [853a63997aaae1e54b638432b1b1391c070f4e2b]

        desktop: that wasn't unused, just rarely used
        
        Change-Id: I87c0fb287aa0b3fc5ad0216d8007772de3d03b2f

2016-09-22  Eike Rathke  <erack@redhat.com>  [a84f4d266d01ddc085772e9a839d05c267a9fe67]

        attempt to fix build, reintroduce TabitemValue::isLast()
        
        commit 7419057e3ec4365748fa6456e207f40fd9e09c62
        Date:   Thu Sep 22 16:34:14 2016 +0200
        
            loplugin:unusedmethods in chart2..svx
        
        removed that but vcl/unx/kde/salnativewidgets-kde.cxx needs it.
        
        Change-Id: I1ddc98ffafb1f6a1a22642a9a83cc58085cb4271

2016-09-22  Eike Rathke  <erack@redhat.com>  [d519232369c3dca7a3ad8011dcabc52479fa518f]

        attempt to fix build, PrinterInfoManager::changePrinterInfo() gone
        
        commit 7419057e3ec4365748fa6456e207f40fd9e09c62
        Date:   Thu Sep 22 16:34:14 2016 +0200
        
            loplugin:unusedmethods in chart2..svx
        
        removed that from
        include/vcl/printerinfomanager.hxx
        vcl/unx/generic/printer/printerinfomanager.cxx
        but not the empty base class implementation from
        vcl/null/printerinfomanager.cxx
        
        Change-Id: I9bfd1c77490c70b9bf7a69c93d34bd0249cce64f

2016-09-22  Stephan Bergmann  <sbergman@redhat.com>  [261113b5c78eaa93beed7e5961bca5fe8e1339b7]

        -Werror,-Wunused-private-field
        
        Change-Id: I88df0a06482a04609eb0c394dc7d9a023fc7e921

2016-09-22  Noel Grandin  <noelgrandin@gmail.com>  [e0e8d0fbcf018ac172865af5a3070f30b06d1df5]

        fix windows build
        
        by reverting part of commit
            commit 7419057e3ec4365748fa6456e207f40fd9e09c62
            Author: Noel Grandin <noel@peralex.com>
            Date:   Thu Sep 22 16:34:14 2016 +0200
            loplugin:unusedmethods in chart2..svx
        
        Change-Id: I72515c9b5f3739f57d4b63a724a9fa32075b2612
        Reviewed-on: https://gerrit.libreoffice.org/29197
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Noel Grandin  <noelgrandin@gmail.com>  [39293397dd4438f62d989a6bd390ac8396b6ca17]

        fix windows build
        
        by reverting part of commit
            c4cd079b8f613084a99a83b95c3968b65cbd8900
            Author: Noel Grandin <noel@peralex.com>
            Date:   Thu Sep 22 15:08:42 2016 +0200
            loplugin:unusedmethods in sc..vcl
        
        Change-Id: I4d925532369b37e13d97edd907c12f59a350e6ea
        Reviewed-on: https://gerrit.libreoffice.org/29196
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c30fbfba96ab2d8d6229d7f4010718bd2b3c97d9]

        tdf#75757 remove inheritance from std::vector
        
        Change-Id: Ief06d3ea0288e8ebf34f2f67f3d1dfc9405b6d49
        Reviewed-on: https://gerrit.libreoffice.org/29180
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-22  Noel Grandin  <noel@peralex.com>  [b0eecd2d3ba4a1a424a2d52cccf64fe6fc09c34b]

        Revert "remove SfxPoolItemArrayBase_Impl typedef"
        
        This reverts commit d141d5b3bd11ba6154b5d064fb69900405724b13.
        
        seems like I pushed it too soon, it depends on other commits not in yet.

2016-09-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d141d5b3bd11ba6154b5d064fb69900405724b13]

        remove SfxPoolItemArrayBase_Impl typedef
        
        Change-Id: Id4d3f80b3906395838afaffb2b0d00437d17f6dd
        Reviewed-on: https://gerrit.libreoffice.org/29182
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a49748caf2bc3d236862eef5d26383212d35e648]

        convert SfxItemKind to scoped enum
        
        reduced size because it is stored in widely used SfxPoolItem.
        converted 'if' chains to 'switch case'
        
        Change-Id: Id9b5e375b681c88e8c91c561abd1a50610aa4815
        Reviewed-on: https://gerrit.libreoffice.org/29186
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Maarten Bosmans  <mkbosmans@gmail.com>  [450a2fd5e2dafd1a0c08e73ef85db978f6b1a927]

        tdf#53698: Cache more than 1 item in NumberFormatCodeMapper
        
        In zforlist.cxx the function SvNumberFormatter::GetPreviewStringGuess
        switches between the system locale and en_US in order to guess the
        formatting of a number.  This results in poor performance, because in
        the created SvNumberFormat only the last used locale is cached.
        
        Caching more than 1 entries improves the load time for the document
        attached to tdf#53698 from 90s to 60s in case of non en_US locales.
        
        Change-Id: Id0eb4447dea6213015e2d958d8303a1e7892487a
        Reviewed-on: https://gerrit.libreoffice.org/29136
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Noel Grandin  <noel@peralex.com>  [7419057e3ec4365748fa6456e207f40fd9e09c62]

        loplugin:unusedmethods in chart2..svx
        
        Change-Id: Ifb6045885049733415895f58cdd911256f48323c
        Reviewed-on: https://gerrit.libreoffice.org/29187
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Noel Grandin  <noel@peralex.com>  [c4cd079b8f613084a99a83b95c3968b65cbd8900]

        loplugin:unusedmethods in sc..vcl
        
        Change-Id: I70fcf95dfd3db05b4fd6e5cee37866f673d3afa8
        Reviewed-on: https://gerrit.libreoffice.org/29183
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba3d6d8a39d31316923d2326059c07b0a7e3c05e]

        sd lok: fix pixel-to-logic conversion in DrawViewShell::MakeVisible()
        
        The problem, as seen by the user is that during shape text edit,
        sometimes just traveling with the cursor causes invalidations, which is
        unexpected.
        
        What happens is sd::Window::KeyInput() invokes
        sd::DrawViewShell::MakeVisible(), which does a pixel-to-logic
        conversion, but because the map mode is in general disabled in the LOK
        case, nothing happens. Then a bit later aVisArea.IsInside(rRect) fails,
        as it compares pixel and logic units, which results in
        sd::ViewOverlayManager::UpdateTags() scheduling an async call to
        sd::ViewOverlayManager::UpdateTagsHdl(), which at the end causes a full
        invalidation in sd::SmartTagSet::remove().
        
        Fix the situation by temporarily enabling map mode, so we don't detect
        a visible cursor area as a non-visible one.
        
        Change-Id: I6d16f24d13143dc263a89317fbc38111e652c0ac

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [c6fc963c534bc9069ef975246e5d619777b9f570]

        KDE4 enable and handle rollover menubar
        
        Change-Id: Ice2657c8e8ecccb67d1b14292514a42ff37caa39

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [843b9d5dba5098c2676491dda66bed31e57f4329]

        VCL add support for rollover menubars
        
        KDE theme engines can explicitly support rollover menubars via
        styleHint( QStyle::SH_MenuBar_MouseTracking ).
        
        So this adds support for this feature to the vcl::Menu.
        
        Change-Id: Ica923ff2d06cfd54e548ba858b3d90f70d9c255a

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [0de3368e4d82d579b8e2550391e142607cbb6aa8]

        tdf#97721 KDE4 no PRESSED state for checkboxes
        
        Selecting radio and check boxes is handled via
        QStyleOptionMenuItem::checked. Actually forwarding the
        QStyle::State_Sunken creates strange artifacts in all
        menus.
        
        Change-Id: Ia0b0864b9bec5961023b4f25315a8acf1fae4683

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [c04ce0acbb68f9770e29c2e25fb74c2eb7aa2e11]

        KDE4 no more progress bar flickering
        
        This will always redraw the progress bar over the last one.
        It stops the flickering at least in KDE4 from re-painting the
        background, but obvously will break any transparent or alaiasing
        effect, if it was used.
        
        There is actually a mbProgressNeedsErase in the global settings,
        so actually use it when setting a new progress value.
        
        Change-Id: Ic62784da4f6d08bf0e03a9e04848a5cc687ee236

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [78b944747e374c9245173072cf78e67118344d10]

        tdf#94172 KDE4 fix gradient toolbars
        
        Bug introduced by commit 4f5fe008a3d5f0b5ddfa656299306cff9d57d802.
        The code was moved from ImplInitSettings to ApplySettings and somehow
        a not (!) got lost.
        
        Change-Id: Ie3fa4fb99d030d106aab712cd6bdafada8c6d423

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [987a4a994edf1512aaa7a92721c4b6e829806b62]

        tdf#94112 KDE4 use disabled WindowText color
        
        Libre office just has a general disabled color. Instead of the
        general QPalette::Mid, use the color QPalette::WindowText of
        the palette QPalette::Disabled.
        
        Change-Id: Ie6943b455d3e6545289b241ee4ab85128f4fd7ab

2016-09-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [3c923db82a649ecec83f6231f97a847d0b8e19ce]

        KDE4 Switch default image color to transparent...
        
        ... and just fill the painted image once at the beginning.
        
        Also adapt background based on the control information from Qt4.
        
        Change-Id: I39c03b2ca779381920e2597b4bea7973fea6ae2a

2016-09-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [11e0a584dd980abc8f2276fc9408a5bf7d71abc1]

        add GAMMA test case
        
        Change-Id: If8778c62ec7c88e036c86ea7cb1fb018c251235e
        Reviewed-on: https://gerrit.libreoffice.org/29147
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [26d175afa94df41bb4a33e50dff3e788ba20ec36]

        add VLOOKUP test case
        
        Change-Id: Ia185cbf7b72ffe014b0f2a3f99bf21c0a33cee06
        Reviewed-on: https://gerrit.libreoffice.org/29153
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-22  Caolán McNamara  <caolanm@redhat.com>  [99ee7deaf0a7a61bc74e8cb2d8a654fb675f50bb]

        Resolves: tdf#102347 configure size/expose might never come...
        
        if you request a size you might not get it.
        
        This attempt dating through...
        
        commit 6dc1d2706f519d91617ac1a12fc2051d97ef98c0
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Jun 15 10:56:33 2015 +0100
        
            another stab at tdf#91393
        
            block paints only if the new requested size is larger than the original and
            unblock on explicit expose events as well as configure ones
        
        ...
        
        commit 8f324aebfb94c4b2023894121b954ad4f35eb395
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sun Jun 14 15:49:56 2015 +0100
        
            Resolves: tdf#91393 autotext (etc) not fully drawn
        
        ...
        
        commit e6a1956034c98204e30b0ca40330249d6f6f8155
        Author: Jan Holesovsky <kendy@collabora.com>
        Date:   Fri Jun 12 15:36:03 2015 +0200
        
            tdf#91301: Don't cache incomplete tabs.
        
            After introduction of the Idle processing, something has changed so
            that the underlying GetGdkWindow() does not update its size fast enough;
            even though the gtk_window_resize() is called before the Window::Erase()
            (that actually paints the background) etc.
        
        is all junk. I don't see the original problem of tdf#91393 or tdf#91301 anymore
        under gtk2 after reverting this yet anyway to see if they need another fix.
        
        Change-Id: Ide071eba279de726a9c6a80884bc9021c8914d9d

2016-09-22  Michael Stahl  <mstahl@redhat.com>  [a3504b128c752c8fccd55bfc7e2db24f1db53337]

        gbuild: remove gb_CFLAGS/gb_CXXFLAGS += -fno-omit-frame-pointer
        
        This did not take effect anyway because unxgcc.mk unconditionally
        overwrites it; see
        https://lists.freedesktop.org/archives/libreoffice/2016-September/075218.html
        
        Nobody knows why it was added so just remove it.
        
        Change-Id: Ib1a6d06ed8e380e63c588a72b6a65bfbeaacb924

2016-09-22  Michael Stahl  <mstahl@redhat.com>  [df989df233d6af30cc081996707e85ee5acf2c8c]

        gbuild: remove gb_CXXFLAGS += -mminimal-toc on PPC64
        
        This did not take effect anyway because unxgcc.mk unconditionally
        overwrites it; see
        https://lists.freedesktop.org/archives/libreoffice/2016-September/075218.html
        
        Change-Id: I33a2ae9aae44d974d6b5466a2d7dae61ae5cc92c

2016-09-22  Michael Stahl  <mstahl@redhat.com>  [9eac0d443d07949140d638e2fc43c2d312b62dd1]

        gbuild: gb_COMPILERDEFAULTOPTFLAGS doesn't exist
        
        ... since commit 8541943b8d08f62217e99c9d47a5f222e1fba86e
        
        Change-Id: I56b12ebd59b8387878f20d625381d3f743558a43

2016-09-22  Stephan Bergmann  <sbergman@redhat.com>  [73e4a2b25d30259f89931bc0ae43a820f66fb9ba]

        Missing "const"
        
        Change-Id: Ib0cd605cf8e71e94f4442c07300726aff1d9ce03

2016-09-22  Noel Grandin  <noel@peralex.com>  [1c15a20df81fef594ef8fa887247aef9f2248c28]

        loplugin:unusedmethods unused returns
        
        Change-Id: I4da3374e31d3c7407b401d66275da7f56ae83d30
        Reviewed-on: https://gerrit.libreoffice.org/29178
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Takeshi Abe  <tabe@fixedpoint.jp>  [875c5905c71635c8e75d0756cc86d953523726e2]

        sw: Clean up forward declarations
        
        Change-Id: I02eb887101f2ebe9eb5abe8e2291f8cf5d79d2ce
        Reviewed-on: https://gerrit.libreoffice.org/29141
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-09-22  Noel Grandin  <noel@peralex.com>  [fd22e36ff53c448d1d7831b0ac66ecc29621ff9e]

        loplugin:unnecessaryvirtual
        
        Change-Id: I7b1aa65a557f3855939ad8b183bba8ff656946f8
        Reviewed-on: https://gerrit.libreoffice.org/29173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [5f8eb78d994e1329b9524a709480b71fa862ff6a]

        Silence some MSVC warnings for autogenerated files
        
        Change-Id: I8b4430f9f8282ef7a6b23964ca51d3444a450305
        Reviewed-on: https://gerrit.libreoffice.org/29174
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e387193eab0e4729d02b6ffd2c972c3d71942947]

        sw: move LOK_CALLBACK_VIEW_CURSOR_VISIBLE to SwCursorShell
        
        That's where the non-view variant is emitted, and SwVisibleCursor
        said visibility=false even if the cursor was expected to be
        visible.
        
        Also fix the test callback that checked if the payload is equal to the
        "true" literal, but actually the payload was a JSON.
        
        Change-Id: Ifa0e23eb274925e8ab8ef5e7c21370ad2cd22282

2016-09-22  Eike Rathke  <erack@redhat.com>  [a4480555561df77e36c5f622cb63e4cf44b2490a]

        remove unused defines
        
        Change-Id: I72eea07e775fa1987081b952523dc4e32483fc8a

2016-09-22  Eike Rathke  <erack@redhat.com>  [43a8b03e6f250dad19ba36d41adaa0b39be88b10]

        rename GetId() to GetTablesHintId() and GetIndexHintId()
        
        In preparation of moving SfxSimpleHint that has GetId() to SfxHint.
        
        Change-Id: If781ba9578931d9543875ee288ce37c727bfba10

2016-09-22  Mike Kaganski  <mike.kaganski@collabora.com>  [806dfdafa803d643937bc6edcd1aaebeddfeb7ac]

        Use 'with open(file) as f:' to avoid 'ResourceWarning: unclosed file'
        
        Removes 220 warnings from build log (at least under Windows).
        Requires Python 2.5+
        
        Change-Id: I06b18b14a08f2c27528fcb009faddff081ffd54e
        Reviewed-on: https://gerrit.libreoffice.org/29172
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-09-22  Maxim Monastirsky  <momonasmon@gmail.com>  [769f640558dbaf787059bd8131f174a9b1e6d7d0]

        tdf#102355 Fix disabling entries via dispatch interception
        
        ... in ResourceMenuController based top-level menus.
        MenuBarManager doesn't set frame action listener for
        top-level. This wasn't an issue when top-level always
        was the menubar, but now top-level can be a popup menu.
        
        Change-Id: Ibc9116389239eb06f84a2e53b31eacc0a09d438e

2016-09-22  Luke Deller  <luke@deller.id.au>  [328310d52e0f52ed1ebbd23535a67a82693adc61]

        Fix JunitTest_framework_complex:CheckXTitle
        
        This unit test class relies on calling waitForEventIdle to wait for
        UI transitions to complete.  On Windows this is not reliable, due to
        VCL's use of PostMessage (Windows message queue) to asynchronously
        handle some events such as focus changes.
        
        This issue causes the test to intermittently fail when the dispatcher
        for the action the test wants to perform (like closing the print
        preview) is not available yet.
        
         - Change the test code to explicitly wait for the desired dispatcher
           to be available
        
         - Remove the sleep which was added earlier this year to address this
           symptom in one location
        
        Change-Id: Id701209a28cd0c806ab0a548508d31f9f11211f5
        Reviewed-on: https://gerrit.libreoffice.org/29167
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Maxim Monastirsky  <momonasmon@gmail.com>  [7acac4e5b2635f561143701c9634941293f6db14]

        Fix memleak in GtkSalMenu::NativeSetItemCommand
        
        Change-Id: Id952f3dc236d2dc2c6839ce75943bda162fabf82

2016-09-22  Maxim Monastirsky  <momonasmon@gmail.com>  [77bb1d838e1730a552346108fd608b373a05d3c8]

        Don't unnecessarily activate all menus in gtk2
        
        Change-Id: I9d4b4e55673f73dd6c518bb169416958fde72a32

2016-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [a912ec7dad25bdb099f80f18b7f8d4892747000b]

        desktop: guard against nullptr frame in doc_registerCallback()
        
        Change-Id: I96956d6631ed574c06df62e9b633d7e1e4d5a5f2

2016-09-22  Szymon Kłos  <eszkadev@gmail.com>  [af3df5340d5d1a26b0d031b03c85cf715ef6ad57]

        Notebookbar: separate .ui files settings for each module
        
        * each module have own list of implementations
        * deleted placeholder .ui files from Calc and Impress
        
        Change-Id: Ib7d4cafbb332447e769ca753003d31e9f3025f0a
        Reviewed-on: https://gerrit.libreoffice.org/29143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-22  Stephan Bergmann  <sbergman@redhat.com>  [d749277ac0e035a9e34351faa28fcb4201ccfb81]

        Fix sh quoting of ; and \ (the latter in the cygpath -w output)
        
        Change-Id: Iec52b93746b2fd9bbd6ad67667092717f39222d7

2016-09-22  Noel Grandin  <noel.grandin@collabora.co.uk>  [476ceebf4bc1b244dcdb34a743ce5c851a959952]

        tdf#101894 Copying a single sheet with a chart on it garbles the chart
        
        ..on the new sheet
        
        Bug introduced with
            commit 86e9ef21a06a9babefb778dfc3e02118d371d70d
            Author: Noel Grandin <noelgrandin@gmail.com>
            Date:   Tue Mar 8 20:41:21 2016 +0200
            sequence->vector in sc
        
        Change-Id: I7a6539005f42c7a7036c60b12a9ff2f77f71ba6b

2016-09-22  Eike Rathke  <erack@redhat.com>  [60d0b992ea3a910be79ae4a8e8b0bb32a358b18a]

        sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() calls
        
        Bulk scope prevents repeated broadcast/notify/track cycles of identical areas
        during mass broadcasts.
        
        Brings insertion time of tdf#87101 bugdoc from 3min30 down to 2min30
        
        Change-Id: I360fd52b622a8a327cdede47ed398260b7e8b4f6

2016-09-22  Eike Rathke  <erack@redhat.com>  [5306fabfea74c01b49f96920564c7eefa91e87aa]

        tdf#87101 Revert "fdo#83067 also volatile cells need to listen to all refe"...
        
        This reverts commit 0792aef9010007d5738723d8930990028bef2f9e.
        
        It created a bottleneck with massive use of OFFSET() functions mixed
        with other references, see tdf#87101 bugdoc. Will have to come up with a
        different approach to solve the "broadcast cell move" problem.
        
        Additionally, the unit test for tdf#83067 and the original problem still
        work with the reverted change, so we seem to generally have fixed
        something else in the meantime..
        
         Conflicts:
        	sc/source/core/data/formulacell.cxx
        
        Change-Id: Ida2e26398f99ff5878d43ffb46035bc4441dfff6

2016-09-22  Stephan Bergmann  <sbergman@redhat.com>  [14863b9a065ddc3332dd1da14c28708919b0101d]

        Make workdir/UnpackedTarball/langtag/data/.libs/lt-reg2xml find its libs
        
        ...after ecd5d49dc30d11845ccc1a14e26bf37d73959463 "liblangtag: prevent libtool
        from adding annoying stuff to RPATH".  "Outsmarting" libtool in the way
        described in 1d028d4783da69c5c0e6e0b59e0f8ac55eb9d2b1 "Fix Linux RPATH of
        various external modules" only works if there's no utility applications in the
        outsmarted module, that are run while building the outsmarted module (cf. the
        redland case in 1d028d4783da69c5c0e6e0b59e0f8ac55eb9d2b1).  To work around that,
        pass in an LD_LIBRARY_PATH (or equivalent) that finds the relevant libs as built
        in that module.
        
        (And gb_Helper_extend_ld_path was until now only available in com_GCC_defs.mk.
        There, it accepts any number of paths separated by ":".  When used in a
        platform-independend way like it is used here, it will only support a single
        path.)
        
        Change-Id: Ic615e436b19b8b9aa7daa019c8f5287de90c3abc

2016-09-22  Noel Grandin  <noel@peralex.com>  [a1720f3a01f4c44364ce8f93e6fc6de225a4a48b]

        convert C_ constants to typed_flags
        
        Change-Id: Ia80cef26edce3e0a664044f3ca65d33998546d0f

2016-09-22  Noel Grandin  <noel@peralex.com>  [12a2f6dfefb13cfcb75f191f835601357fbc7538]

        convert SIZING constants to scoped typed_flags
        
        Change-Id: Ibd504cd7059bcaae0a37c0df25d805efff573b99

2016-09-22  Noel Grandin  <noel@peralex.com>  [37acd3c0ca1b57834e02ea71b996cdd50743572c]

        convert CARDINALITY constants to scoped enum
        
        Change-Id: I35cc98086850e62a2ea8703fc4b086ed2adff66a

2016-09-22  Noel Grandin  <noel@peralex.com>  [394b8e396541d5620714204118a6fcda7465270b]

        convert UPDATE constants to typed_flags
        
        Change-Id: If32ec675678acf08febc82a48ae43f2358026f76

2016-09-22  Noel Grandin  <noel@peralex.com>  [6a23621be34edea5082382f63f6dde47f9735b71]

        convert COLORMODE_RGB constants to scoped enum
        
        Change-Id: I41d13e08d721402442fe807181bac19f5853debe

2016-09-22  Maarten Bosmans  <mkbosmans@gmail.com>  [110183572bfe9da0020b4c506d4b458bf69b1e85]

        tdf#53698: Add a NumberFormatMapper member to SvNumberformatScan
        
        This way the NumberFormatMapper can cache subsequent getFormatCode calls.
        It improves performance in case LANG=en_US.
        
        Change-Id: I81922f219c29a5aa302e5ad3afead107dee463e3
        Reviewed-on: https://gerrit.libreoffice.org/29135
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Maarten Bosmans  <mkbosmans@gmail.com>  [9df9949cc484ea0ba109e7d41fd03b15afaedb11]

        Remove NumberFormatCodeWrapper
        
        This class only adds a level of indirection, without any useful functionality.
        
        Change-Id: I806e1b9241caf025c62c12c93aad3101daac874a
        Reviewed-on: https://gerrit.libreoffice.org/29134
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-22  Stephan Bergmann  <sbergman@redhat.com>  [4c70a1a6666a079872b8f1966bd398e924dc1d1a]

        Check harder whether file is really under WORKDIR
        
        1977b57bc9aaea71252358fa502110c348153c70 "vcl: loplugin:override" had only hit
        in out-of-tree builds, where the #include in the generated
        workdir/CustomTarget/vcl/unx/kde4/tst_exclude_socket_notifiers.moc is an
        absolute path.  For in-tree builds, the generated #include line is
        "../../../../../vcl/unx/kde4/tst_exclude_socket_notifiers.hxx", so the returned
        getFileName() is .../workdir/../../../../../vcl/..., so was erroneously
        considered to be under WORKDIR.
        
        Change-Id: I9abef04b90ecb4921087a53ff196b833940085e5

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [b078e0d638514b298616838fae090b8294bac32f]

        python3: put a RPATH into libpython3.so
        
        libpython3.so is the "ABI compatible" wrapper library around
        libpython3.5m.so - it is not actually used by anything in LO right now,
        but let's ensure it has RPATH $ORIGIN just in case.
        
        This revealed that the AIX patch in python3 accidentally changed the
        SONAME of libpython3.5m.so from upstream's libpython3.5m.so.1.0
        on ELF platforms, because the SONAME variable was set in the shell
        command but read as a make variable in the next line, which is actually
        evaluated earlier.
        
        So rename a few files in packages to use the upstream SONAME.
        
        Change-Id: I3611f75eee62b0993b853230521a2fa41ac5cd9c

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [3d31cf66bb0c3f628cd175b50373f746ec45645f]

        coinmp: no need for bzip2 library
        
        Change-Id: I1f5115defa3619f13ce00d64d5532d2b08dc2ccb

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [ecd5d49dc30d11845ccc1a14e26bf37d73959463]

        liblangtag: prevent libtool from adding annoying stuff to RPATH
        
        Change-Id: I699e84614f09c6e1edad5bcd51eae73d1ab8123f

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [e58bd7a00eba8d2fd0f1db2e8121c81077a3101d]

        tdf#101976 related: check for read-only state of all Online Update settings
        
        Change-Id: I1c14d3fd8fd257f762f136f5b03ac0ec31b44254
        Reviewed-on: https://gerrit.libreoffice.org/29109
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [0794fb0edc85bf147e4d199e541efaad578e4b96]

        tdf#92266 better language selection in Windows installer
        
        It won't select 'kok' when we have 'ko', 'sid' when we have
        'si', but language variants will fall back, e.g. en_ZW -> en.
        
        Change-Id: Ie417b6be664d5148829d2f7280e20653f84bc7a3
        Reviewed-on: https://gerrit.libreoffice.org/28744
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [131446b38311b3437daa187ac534a0d05a9df9ee]

        tdf#93237 different Windows Uninstall DisplayName for 32-bit and 64-bit builds
        
        Change-Id: I6c7f9dd6e64a448b60904d8ee57fd45a45153f01
        Reviewed-on: https://gerrit.libreoffice.org/29102
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [dd3d1ff9544e2af15847385c24c59837e0db0af7]

        fix en-US language selection logic
        
        Change-Id: I60a90e310bd60c97f4d135a4740928c6e19d3ebc
        Reviewed-on: https://gerrit.libreoffice.org/28743
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [08d99b2b5f66d56ead828cd6a2744a188de27673]

        fix documentation of $(home) path variable on Windows
        
        Change-Id: Ie97d7d63f2fde98e51e2210c5ad1063ad7ab07db
        Reviewed-on: https://gerrit.libreoffice.org/29144
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [1f6af12705ddcf14eb4617a6f2f523b844e3f6db]

        Resolves: tdf#101708 only export loext table attributes in 'extended' variant
        
        Change-Id: I35f297e94e1eb6ed56020cf69102fad4c4d1e7f4

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [0bfefc0b396bd61cc5f508bf86afc12cfadaa483]

        Resolves: tdf#83037 <-->  corrected into ← →  instead of ↔
        
        don't use - as a word separator except for breaking up
        a compound word for the purposes of tdf#55693, e.g.
        TEst-TEst autocorrected to Test-Test)
        
        Change-Id: Ie52a16af0b5838d1ba0de9c5f9c30dcab05c3bc7

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [dbaf39901d419f1a601033b7aa4486911c0ca266]

        reorg of code can drop the special msvc warnings handling
        
        no logic change intended
        
        Change-Id: I84f7e3fd60a49f7c3b898c7dda37a92701a8ef68
        Reviewed-on: https://gerrit.libreoffice.org/29151
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7788287456cb633226203f259e212c143b83050]

        lok::Document::getCommandValues: expose sw redline author colors
        
        These colors are used in the tiles, so it's a good idea if the client
        can use matching colors for cursors and selections. But to be able to do
        that, we need an API to expose these colors.
        
        Change-Id: Ia688c07e6c300fecdf8dc428d5a3f000d1857387

2016-09-21  Julien Nabet  <serval2412@yahoo.fr>  [cd72269a6a2c85ae9dd4552aa4808ef4fd1f6c0e]

        tdf#102233: avoid infinite loop recursion in IsProtect node method
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=102233#c5
        
        Change-Id: Ic985662011b33d4b20b7c60df33c9ecc97326e85
        Reviewed-on: https://gerrit.libreoffice.org/28972
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [00f62f7b1762f34eec6c35492399628193b4f978]

        add bin/check-elf-dynamic-objects
        
        Change-Id: Ia21375e376c25f9731455ef505422fa9bab884cb

2016-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f240f073d228e62afd3f60563c23626efad0df7f]

        Related: tdf#102308 sw: ignore seconds when combining redlines
        
        The purpose of storing seconds was to get a better timestamp, not to
        make combining impossible.
        
        Also fix two issues with the existing testcase:
        
        - read both timestamps, so test doesn't fail if the second is 0 in the
          first redline
        - don't fail if minute changes while waiting for a second
        
        Change-Id: Ib6c8ecdcf2f0da9191f0b48e6aaefc0b2449583e

2016-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d0ebd056868e96469ca1356a0a2f37c433456f75]

        Add some missing documentation to idl files
        
        Change-Id: Id5a3a6d4cc08f55cd7ff31614248ce203b2e4e8d
        Reviewed-on: https://gerrit.libreoffice.org/29146
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [7c9150af57dfeecf4a0828d20238adc1ecaf18e3]

        sw: apparently CppunitTest_sw_mailmerge needs scfilt library
        
        At least my incremental ASAN build failed because it loaded an outdated
        libscfiltlo.so that was still linked against outdated
        liborcus-parser-0.11.so causing an odr-violation.
        
        Change-Id: I4a4e134ab14503b15742138e9c4c29cb2b98d655

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [22a53c2bb8c72610e96b50a71dd19c755ff17498]

        Related: tdf#102073 survive table in footnotes edgecases
        
        Change-Id: I31339e4adf9bf147cbd788dc1be4088b24d59b74

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [82dcd668689bce4b16a38baba09922d46d5952e7]

        return early on non-main condition, no logic change
        
        Change-Id: I056ef7100c908cde53794f028a3acef5dcb07779

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [b2aa15ed6e989c50402e3914bffbc1a352e127de]

        implement IsTableRightToLeft the same as IsTableVertical
        
        Change-Id: I56ab1e9766f53bf8445f8c0ecab4682fcd24b7ec

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [148ad4cd0981e8352023f574884340ce81730d7b]

        return early on non-main condition, no logic change
        
        Change-Id: Ia804e4c6bfb57e0984f3d6e76cd8d27a299cafe3

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [fa5337ce04a642cb54d802f102735d90728516b9]

        use #i format for these bug ids
        
        Change-Id: I90b6e426718ff11b4dfae00f7ee6b5e1036390f9

2016-09-21  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5057c70ed8fea6f68c1bb28cfc35243d46cf712b]

        remove #defines for HtmlContextFlags masks
        
        InsertFlyFrame was always called with CONTEXT_FLAGS_ABSPOS mask.
        Put the value of CONTEXT_FLAGS_ABSPOS in the function and remove
        parameter.
        CONTEXT_FLAGS_MULTICOL is used for headers/footers and footnote
        contexts. Put the mask in the enum class.
        
        Change-Id: I9b1bcd27270ee7fc0eddfaf10afa430a36b2adc9
        Reviewed-on: https://gerrit.libreoffice.org/29138
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-21  Jan-Marek Glogowski  <glogow@fbihome.de>  [adfb650bec005a46c2192852a8f5801497a19611]

        tdf#101359 handle less bookmarks then expected
        
        Change-Id: Iaa4a54aecbe894296609f462db451c2ed94b1213

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [f610982ea6210a20b497d17078d6f67d9d6a554b]

        oops /me stupid
        
        Change-Id: Ic6a3d52f0f5d288858f9164e31997a315993a34a

2016-09-21  Michael Stahl  <mstahl@redhat.com>  [1977b57bc9aaea71252358fa502110c348153c70]

        vcl: loplugin:override
        
        Change-Id: I884e1e53eb26d092e8d75319d331e42dbc320209

2016-09-21  Stephan Bergmann  <sbergman@redhat.com>  [ca3c8526efc57eb90dcb238dd740cfe41df13b31]

        Valgrind reports read of uninitialized bCLBool
        
        ...during e.g. CppunitTest_sc_subsequent_filters_test, where
        CL_DEVICE_LINKER_AVAILABLE is apparently a later addition (<https://
        www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clGetDeviceInfo.html>
        mentions it while <https://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/
        clGetDeviceInfo.html> doesn't).
        
        Change-Id: Icdaeffa4adb0765a6317f443130fa295761eb93f

2016-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1c856b3e282a43943f25717acd6ebbf6e2225f39]

        Fix typo
        
        Change-Id: I3055f06c2b72d651ebf633bc46aaf682716a8fc2
        Reviewed-on: https://gerrit.libreoffice.org/29139
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-21  Stephan Bergmann  <sbergman@redhat.com>  [6d0b2791c41f27068ef165c020193ff8b30e4ea8]

        ASan/UBSan reports read of uninitialized bHasStandardStyles
        
        ...during CppunitTest_sc_subsequent_filters_test, where
        7911f21cd3e0deb6c1966dc97b8a5e5cf994d3af "Add to a method to check if stlpool
        already has standard styles" apparently forgot to initialize it
        
        Change-Id: I66c6ccb8f3a3ec38ed326ccf35f3a82711c4ef6f

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [3e9e36f64d29a1abc9b4dd0893e3b80d9944469c]

        unused header
        
        Change-Id: I9339f192ae84d46a496ab76cb6430d32a28c7787
        Reviewed-on: https://gerrit.libreoffice.org/29108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-09-21  Andras Timar  <andras.timar@collabora.com>  [3d45d6fdb8f8a6adfc696d7b89b502cd0530460b]

        64-bit Windows build is not experimental for a while
        
        Change-Id: I1b973c60a19e59c98c669d08e8472c18c2fc0c58
        Reviewed-on: https://gerrit.libreoffice.org/29104
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-09-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [613147080a070518ee6965b373cd7c9553ce90e1]

        add SHEET test case
        
        Change-Id: I0b968bef2e9dba00879868e7b63865ac5531ba7c
        Reviewed-on: https://gerrit.libreoffice.org/29103
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-21  Noel Grandin  <noel@peralex.com>  [51c6e9153de507f37d1474b31f557265cb304c06]

        convert SfxItemPresentation to scoped enum
        
        Change-Id: Ibf605706a9f804ab509ac4f92f5f88fcf3daebc1
        Reviewed-on: https://gerrit.libreoffice.org/29131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-21  Caolán McNamara  <caolanm@redhat.com>  [25e4708c1f49986f3f082beb2e940aa2d7fb4d81]

        Resolves: tdf#100795 SAL_MIN_INT32 32bit overflows on finding min limit
        
        for control points, so halve it to the practical limit
        
        Change-Id: I1285631bebebf86e257a2fdd804c0c81dcefac96

2016-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [aaf8eb1cb09a5072de620269d2474eec622393d1]

        sw: use range-based for loop in textboxhelper
        
        Change-Id: I5275e4bd9e812a1b1229ad67fba671fdb23d2b37

2016-09-21  Andrea Pescetti  <pescetti@apache.org>  [74ac65c49cc1d53b1aa93c2b7c720255867aace2]

        #i114963# Enable IPC before OpenClients to allow client connections when printing.
        
        Patch By: aptitude@btconnect.com
        
        (cherry picked from commit 602bd18953b23b7aa939cc118d2aa7cb24b172be)
        Conflicts:
        	desktop/source/app/app.cxx

2016-09-21  Noel Grandin  <noel@peralex.com>  [90fd9bdef5ad4254971e68c2174da470ef3822bc]

        loplugin:implicitboolconversion
        
        Change-Id: Id7dafb926a0eb7fae5e481555eae3d35fe795900

2016-09-21  Noel Grandin  <noel@peralex.com>  [3153c581e071188f5487fc805c7916ef8f508d91]

        spelling Surregate->Surrogate
        
        Change-Id: Ic7d79036f4e94a487c9b12edb18d6e4098938585

2016-09-21  Noel Grandin  <noel@peralex.com>  [553f10c71a2cc92f5f5890e24948f5277e3d2758]

        add dumpAsXml() to more pool items
        
        Change-Id: I276109148bab8180ce2442f5ee69722357362453

2016-09-21  Stephan Bergmann  <sbergman@redhat.com>  [c33647429b179c024f0749be85c89f737a8b42db]

        cid#1371252: Add move semantics
        
        Change-Id: I7cf1b4c92fdddbef681654c780a9ee466c33ce0b

2016-09-21  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [dec8da2a9aadbb6758ee76c30582bd8620a10ecb]

        Ignore temporary editor/tool files
        
        Change-Id: Ibe47493edad6a6b016810ea777907d84d0f618f9
        Reviewed-on: https://gerrit.libreoffice.org/28651
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-09-20  Eike Rathke  <erack@redhat.com>  [a8a8ff59c5749bbe1f2f58ea8fd42d66e6ae2a81]

        sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXML
        
        Change-Id: Ib565687bff2205da0213f6d523dd2bc42c96ad47

2016-09-20  Eike Rathke  <erack@redhat.com>  [73c7e0921d752df53004ed55735f3e8888cc592f]

        sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numeric
        
        Speedup of this particular function and callees by factor 33 ...
        
        1000 calls for =12345.6789 and =123.456 alternating:
        
        Before:
        Ir       Irpc  Callee
        9859177  9859  ScCompiler::IsValue
        6246858  6246  SvNumberFormatter::IsNumberFormat
        3496261  3496  SvNumberFormatter::GetStandardIndex
        
        After:
         298000   298  ScCompiler::IsValue
         248000   248  rtl_math_uStringToDouble
        
        Change-Id: I36eac8c5fe1b1cbf34dfb480c9e7ca6607769364

2016-09-20  Tor Lillqvist  <tml@collabora.com>  [3b658417dc563e48906ba246ec2bfeaaefb5603b]

        loplugin:defaultparams
        
        Change-Id: Ic314f620e711f8e16980c568c28b7cc361c5c1a8

2016-09-21  Tamás Zolnai  <tamas.zolnai@collabora.com>  [7ecd33724fcfff08db1cfd963c68cd0ed83f98c2]

        Improve warnings in pivot table code
        
        Change-Id: I5230bcb4abbc720cc2177e26f8fa5b8969039624

2016-09-20  Henry Castro  <hcastro@collabora.com>  [0b5c4d382185c781ee5161b36bbe21be3db94a47]

        sc draw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION when view is created
        
        In multiple view environment, when a new view is created ensure to
        notify other views graphic view selections.
        
        Change-Id: If75f9525af6e851e096b6d273957b94882c441cf
        Reviewed-on: https://gerrit.libreoffice.org/29094
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [28447258fb6d9b8246f2a96d1a86945ef255d110]

        lokdocview: guard against int overflow
        
        If a too large rectangle is parsed, the width or the height may be
        larger than std::numeric_limits<int>::max(), in that case just set
        width/height to that max value, instead of allowing an overflow.
        
        Change-Id: Ic01319b01a3f9286501c346ea765868be57466a1

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [11aa8ac4e3ae212cd06ffe9f24c5d99af5dfb9a3]

        cid#1371314: Add move semantics
        
        Change-Id: I995cbdb2b6adc707abe5f1a179e94251641120bc

2016-09-20  Michael Stahl  <mstahl@redhat.com>  [b7faef01678573f7b060ad26798aa841689ce3e6]

        tdf#101536 sw: do load Insert Index dialog's document ReadOnly
        
        Turns out SwOneExampleFrame is used for different things, so load doc
        read-only only if it's an existing document.
        
        (regression from 6a8407d82d71083c8bdec6a106ba9092a5196cbe)
        
        Change-Id: I0a1ab0725ed9dccca23742c9d83cd9635a188edf

2016-09-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [ccb979c53931ab3f4712d0a3f7d0f844dcfc5c5d]

        tdf#101359 Really walk the document mark list
        
        In both functions we want to walk the current mark list and
        act on the MarkType::BOOKMARK, so mimic the behaviour of
        PopulateTable in HaveBookmarksChanged.
        
        My previous commit 96454829f7dc6480f9ddd4262bc03d5ccabadea4
        is broken and just works out of luck...
        
        Change-Id: I2f53b775208cad7e83992d1ae4fb67a41588cb92

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [5e0edd5fafbc8696fe75d9518a93b59969418c43]

        Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once again
        
        ...after 1658bd231bc662504a072097dc614c29fe2e116d "loplugin:unusedenumvalues"
        broke it again after 992fba98f4d0b6ff0d20c15b0ddff09edd37847c "ubsan: 9 is not a
        valid value for type ´SvxNumType´" had fixed it the last time.
        
        This time, acknowledge that SvxNumType can apparently take on rather arbitrary
        sal_Int16 values from the css::style::NumberingTypes constants, and make it an
        alias for sal_Int16 (whether or not keeping such a trivial alias is good or bad
        overall).
        
        Or is the bug elsewhere, and values of type SvxNumType should really only take
        on the restricted set of values originally encoded by the enum?  At least the
        below UBSan backtrace (from CppunitTest_sw_rtfexport) suggests otherwise, but
        then again there's also an SvxExtNumType enum (include/editeng/svxenum.hxx),
        encompassing more parts of css::style::NumberingTypes.  Oh, my.
        
        > svx/source/items/pageitem.cxx:49:25: runtime error: load of value 9, which is not a valid value for type 'SvxNumType'
        >  #0 0x2aafdaebe669 in SvxPageItem::SvxPageItem(SvxPageItem const&) svx/source/items/pageitem.cxx:49:25
        >  #1 0x2aafdaebf194 in SvxPageItem::Clone(SfxItemPool*) const svx/source/items/pageitem.cxx:59:16
        >  #2 0x2aaf7fab9b7c in SfxItemPool::Put(SfxPoolItem const&, unsigned short) svl/source/items/itempool.cxx:632:40
        >  #3 0x2aaf7fc4794a in SfxItemSet::Put(SfxPoolItem const&, unsigned short) svl/source/items/itemset.cxx:467:56
        >  #4 0x2aaf7fb96635 in SfxItemSet::Put(SfxPoolItem const&) include/svl/itemset.hxx:131:42
        >  #5 0x2aaf7fb89539 in SfxItemPropertySet::setPropertyValue(SfxItemPropertySimpleEntry const&, com::sun::star::uno::Any const&, SfxItemSet&) const svl/source/items/itemprop.cxx:256:14
        >  #6 0x2aaf9ef1a5d4 in void SwXStyle::SetPropertyValue<(unsigned short)1>(SfxItemPropertySimpleEntry const&, SfxItemPropertySet const&, com::sun::star::uno::Any const&, SwStyleBase_Impl&) sw/source/core/unocore/unostyle.cxx:1596:14
        >  #7 0x2aaf9ef3c72f in SwXStyle::SetStyleProperty(SfxItemPropertySimpleEntry const&, SfxItemPropertySet const&, com::sun::star::uno::Any const&, SwStyleBase_Impl&) sw/source/core/unocore/unostyle.cxx:2013:9
        >  #8 0x2aaf9ef8103d in SwXPageStyle::SetPropertyValues_Impl(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) sw/source/core/unocore/unostyle.cxx:3025:17
        >  #9 0x2aaf9ef821ee in SwXPageStyle::setPropertyValues(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&) sw/source/core/unocore/unostyle.cxx:3053:9
        >  #10 0x2ab00730d08b in writerfilter::dmapper::SectionPropertyMap::ApplyProperties_(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> const&) writerfilter/source/dmapper/PropertyMap.cxx:1489:24
        >  #11 0x2ab00731cede in writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(writerfilter::dmapper::DomainMapper_Impl&) writerfilter/source/dmapper/PropertyMap.cxx:1331:13
        >  #12 0x2ab006b9ede2 in writerfilter::dmapper::DomainMapper::lcl_endSectionGroup() writerfilter/source/dmapper/DomainMapper.cxx:2823:30
        >  #13 0x2ab0071db9f9 in writerfilter::LoggedStream::endSectionGroup() writerfilter/source/dmapper/LoggedResources.cxx:101:5
        >  #14 0x2ab006712a3b in writerfilter::rtftok::RTFDocumentImpl::sectBreak(bool) writerfilter/source/rtftok/rtfdocumentimpl.cxx:633:18
        >  #15 0x2ab0067a8c13 in writerfilter::rtftok::RTFDocumentImpl::popState() writerfilter/source/rtftok/rtfdocumentimpl.cxx:2789:13
        >  #16 0x2ab006a26134 in writerfilter::rtftok::RTFTokenizer::resolveParse() writerfilter/source/rtftok/rtftokenizer.cxx:105:33
        >  #17 0x2ab0067194f9 in writerfilter::rtftok::RTFDocumentImpl::resolve(writerfilter::Stream&) writerfilter/source/rtftok/rtfdocumentimpl.cxx:740:27
        >  #18 0x2ab0075ebae7 in RtfFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) writerfilter/source/filter/RtfFilter.cxx:147:20
        >  #19 0x2aafcf2873a5 in SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) sfx2/source/doc/objstor.cxx:2261:30
        >  #20 0x2aafcf22d4d2 in SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:764:23
        >  #21 0x2aafcf4a4d09 in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/doc/sfxbasemodel.cxx:1841:36
        >  #22 0x2aafcfde31b3 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:698:28
        >  #23 0x2aaffef07028 in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1110:37
        >  #24 0x2aaffeeead5a in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:379:20
        >  #25 0x2aaffeee3919 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:165:14
        >  #26 0x2aafff10ddac in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:596:12
        >  #27 0x2aafff10e11a in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/desktop.cxx:582:64
        >  #28 0x2aafab4c3938 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) unotest/source/cpp/macros_test.cxx:50:60
        >  #29 0x2aaf90aee900 in SwModelTestBase::loadURL(rtl::OUString const&, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:621:23
        >  #30 0x2aaf90aed267 in SwModelTestBase::load(char const*, char const*) sw/qa/extras/inc/swmodeltestbase.hxx:610:16
        >  #31 0x2aaf90aec404 in SwModelTestBase::executeImportTest(char const*) sw/qa/extras/inc/swmodeltestbase.hxx:222:13
        >  #32 0x2aaf90cf4d31 in testTdf65642::Import() sw/qa/extras/rtfexport/rtfexport.cxx:1013:1
        >  #33 0x2aaf90cf62af in CppUnit::TestCaller<testTdf65642>::runTest() workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >  #34 0x2aaf4ee5d7dd in CppUnit::TestCaseMethodFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >  #35 0x2aaf680c4cd6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) test/source/vclbootstrapprotector.cxx:36:14
        >  #36 0x2aaf4ee17a87 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >  #37 0x2aaf5ea4a8a6 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:89:12
        >  #38 0x2aaf4ee17a87 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >  #39 0x2aaf5abd5ef4 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:65:16
        >  #40 0x2aaf4ee17a87 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >  #41 0x2aaf4ed8c2ef in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >  #42 0x2aaf4ee17a87 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:25
        >  #43 0x2aaf4ee14101 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >  #44 0x2aaf4eede065 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:28
        >  #45 0x2aaf4ee5a929 in CppUnit::TestCase::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:13
        >  #46 0x2aaf4ee60ad3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >  #47 0x2aaf4ee5fa3d in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >  #48 0x2aaf4ee60ad3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:30
        >  #49 0x2aaf4ee5fa3d in CppUnit::TestComposite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >  #50 0x2aaf4ef1eeb6 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:27
        >  #51 0x2aaf4eedbe79 in CppUnit::TestResult::runTest(CppUnit::Test*) workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:9
        >  #52 0x2aaf4ef20440 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:14
        >  #53 0x52b642 in (anonymous namespace)::ProtectedFixtureFunctor::run() const sal/cppunittester/cppunittester.cxx:305:20
        >  #54 0x52604d in sal_main() sal/cppunittester/cppunittester.cxx:455:20
        >  #55 0x524192 in main sal/cppunittester/cppunittester.cxx:362:1
        >  #56 0x2aaf50b3c730 in __libc_start_main (/lib64/libc.so.6+0x20730)
        >  #57 0x437658 in _start (workdir/LinkTarget/Executable/cppunittester+0x437658)
        
        Change-Id: Id170860cbff9f4cae5c87cb5cfc70ffe3bc8c9c5

2016-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d09bfe6bf10fe16e087c7f30268b72f36c33302e]

        tdf#96662, only use the crossBetween="midCat" for line and scatter chart
        
        Change-Id: Id2be263daf2c5a9f2d69ed50b79ac029143f02ca
        Reviewed-on: https://gerrit.libreoffice.org/29080
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9dca1eef91faa710112ffd20a2b2d36b48a9287]

        tdf#102308 sw: improve redline timestamp precision
        
        It's not clear why it was like this since the initial import, but at
        least not clearing seconds is already an improvement.
        
        Change-Id: Ic452256d4ab47e6779ec71fe6576eacb5b74fb43

2016-09-20  Michael Stahl  <mstahl@redhat.com>  [bb0e9dd57e7ca0f346ac1102139edaec4e6b3790]

        tdf#101164 sw: Insert Database Columns dialog: expect selection
        
        ... as bookmarks, not raw row indexes.  Bookmarks is what
        FmXGridPeer::getSelection() / FmGridControl::getSelectionBookmarks()
        always produce, and it's unclear to me if there even is a case where
        something other than a bookmark ends up pasted into Writer.
        
        The only case where dbaccess creates a selection that doesn't contain
        bookmarks is in SbaGridControl::implTransferSelectedRows() if no rows
        are selected but i haven't figured out how to reach that state.
        
        (regression in OOo 3.3)
        
        Change-Id: Ib45787bc002447338df775102790843f2cb1dd3b

2016-09-20  Michael Stahl  <mstahl@redhat.com>  [984790f15d935f986fd0f5ed92f6a63c17eace35]

        tdf#101164 sw: Insert Database Columns dialog: ensure one of ...
        
        ... the radio buttons is active by default, in case there's no
        configuration to read the state from yet.
        
        Change-Id: If1c0462eb5cb9ea5177f1d5a8953b34fabd0829c

2016-09-20  Michael Stahl  <mstahl@redhat.com>  [14bcb68cbbd23db8705d40dd116d3970a00b08e7]

        o3tl: replace yet another sal_Size with std::size_t
        
        Change-Id: I3f6a401d6d5ed7b44a71dc8bda559dcc4d57ee32

2016-09-20  Noel Grandin  <noel@peralex.com>  [3f736b998d6606f5b6066bca528c15d5f40242b5]

        fix build
        
        by reverting part of commit b18e1bc61ccba9d0c74274e2fe45b2b422c601cf
        "loplugin:unusedfields"
        
        Change-Id: I69274b54f65e22ec15a053b54af84635d245f51b

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [0a6c8bde34efbb25f52fcd728d489544424f10ed]

        CPPUNIT_ASSERT_EQUAL disambiguation
        
        Change-Id: I31d30627badb08469f7e0fd3ded957df78b58275

2016-09-20  Noel Grandin  <noel@peralex.com>  [5865af093c9698c7358e6f3b8ae37cd2cb1cfaff]

        tdf#102223 EDITING Deleting all content from a cell changes font formatting
        
        The code in question was added in:
          commit 48ea88c8c8194d65105aa22108583369575926e1
          Author: Rüdiger Timm <rt@openoffice.org>
          Date:   Wed Mar 12 09:02:20 2008 +0000
          INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED
        
        So hard to tell what its original purpose was. Probably trying to clean
        up the model, but had the unintended side effect of removing styles.
        
        Change-Id: I7d774706c22cf72e914b356df9bbc5947ee2c1a5
        Reviewed-on: https://gerrit.libreoffice.org/28950
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-20  Noel Grandin  <noel.grandin@collabora.co.uk>  [b18e1bc61ccba9d0c74274e2fe45b2b422c601cf]

        loplugin:unusedfields
        
        Change-Id: I852e98b16fdcb88b04e39d11e3101d502c918c24
        Reviewed-on: https://gerrit.libreoffice.org/29078
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-20  Caolán McNamara  <caolanm@redhat.com>  [8a382d4ad190cf07cbd6b1fd6b903975134b0cf1]

        Related: rhbz#1362451 avoid recursive ownerchanged handling during ownerchange
        
        Change-Id: Id9c12b7ce6458348890d7c7ff7fdb2cd37c4601c

2016-09-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3e826f8897170caee4b8a51a8346c71cb767984d]

        tdf#102295: remove mutex - use atomic for watchdog timings
        
        Change-Id: I6587bad8b7906faeae39735343278b10be78c05b

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [e1954f5ba5f637c9df801401db3630c8e1138ccf]

        Related cid#1371287: Work around missing OStringBuffer move semantics
        
        ...by adding more assign op overloads instead
        
        Change-Id: I3686d6c29adc47b1a8c48be4260614fd53589c8b

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [95ee4cab864c0bafb23bc7d0e3ac25a0d91e22f8]

        Related cid#1371289: Work around missing OUStringBuffer move semantics
        
        ...by adding more assign op overloads instead
        
        Change-Id: I2d2e1b7f19d1b57528707ed5a5cce94b5fa5c2d0

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [7e965ee623a31392d86eb925acaf8ea664a33da7]

        Related cid#1371287: Improve code to not depend on missing move assignment
        
        Change-Id: I0397812ed7b728e03199d64929c42292fc9b1502

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [2bd18402f1de8401511e4199e3b2113d9149ebdb]

        cid#1371306: Add move semantics
        
        Change-Id: Id669a84742cc4ffa3bb9f225af7fa4d218999681

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [f0f600751feb5615499010c31e5a577568a88e7f]

        cid#1371245: Add move semantics
        
        Change-Id: I35daf9030478831262521497a1977bdfbe661dd8

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [9dbb9f9a07d43841473770e9d8c4d4f1f5ffba9a]

        cid#1371291: Add move semantics
        
        Change-Id: I9bca3413e023b6909fbf75e567ed75739189bc43

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [49f11e4a5cb60993e1421ccae831c810d494c4d7]

        Related cid#1371289: Improve code to not depend on missing move assignment
        
        Change-Id: I6f0b8247b6757ddee158bd870473b749f22e7671

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [b1e945d8969e5d27df4ce94e77d871576b2b2d32]

        Remove redundant default ctor definition
        
        Change-Id: Ifdeaf8cde86eb284e7b5c67e8ef3bfe816c5654c

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [61794421b1b77bd4211e82f4f9642b310aefdd41]

        Related cid#1371287: Improve code to not depend on missing move assignment
        
        Change-Id: I4c03ad08078e25ea7f7d754e6eaa587da7984c9d

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [e27a0ec89f6d13be0ddf4d68b844a78f939f7bf9]

        Related cid#1371289: Improve code to not depend on missing move assignment
        
        Change-Id: Id254fa76cafe33a36646d517d224ba6a05406c09

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [cf62e6c1d87bdee8021351cefaedec0796e15c90]

        Related cid#1371289: Improve code to not depend on missing move assignment
        
        Change-Id: I332010574a2ddd13590452f08da32f21f8ef882b

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [f6766271b361fe18a299df23cb0b6d67467f70d5]

        Mark new exported function as SAL_CALL
        
        ...for consistency with existing exported functions
        
        Change-Id: Ib513dc8ce4dbf4e614f5453f2bbd32dcac4b8666

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [480edfceca5470eb4fe9f11c9535645872ee4bd6]

        external/liborcus: Mark patch as upstreamed
        
        Change-Id: Id830c74cbdfb759300ae278df2ece642eb3579bb

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [075489b4b810692edc2ba9910eb3ca659a2b6745]

        Adapt loplugin:dllprivate to DISABLE_DYNLOADING
        
        Change-Id: I721cfeaa144c773ead457e1c9138009d4071a06a

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [ee0a0b840763df64ee8940697dbea69c6cccf5e9]

        external/liborcus: Let us override -fvisiblity=hidden
        
        (needed by UBSan builds that use -fvisibility-ms-compat instead)
        
        Change-Id: Ifabaf352cf2b9e77f9458eff46e240141f9e729d

2016-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5edebdf67720ac0867b088400e2b31806138dc25]

        tdf#84684 RTF import: fix ZOrder of child shapes inside group shape
        
        Both ODF and OOXML's drawingML seem to just not write ZOrder for child
        shapes (instead they just describe them in a bottom-up order), but RTF
        does use dhgt, it seems. Given that ZOrder has different meaning inside
        and outside a group shape use a stack of GraphicZOrderHelpers to get the
        correct result.
        
        Change-Id: I68dbd9f0ae59a1759da14bf414dc1d277d1c927d

2016-09-20  Jan Holesovsky  <kendy@collabora.com>  [81b9c4e20a1749d143715eb4367be104da7c872f]

        tdf#102295: AMD actually has two vendor id's.
        
        Change-Id: I9cc1341c8f8d154927a778dfa15b8d3013a9a487

2016-09-20  Jan Holesovsky  <kendy@collabora.com>  [cd98a0fd6c15069a5e1e5dfccedac13da686083b]

        tdf#102295: The relaxed values were actually too pessimistic.
        
        Change-Id: Ia117ae4a60a10994f3c59316e8c9a161aa8e5baf

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [1ea987f23a4514bcae5a6bd98014ade1af4a0107]

        Remove HAVE_GCC_VISIBILITY_BROKEN, never true
        
        The check for broken -fvisiblity-inlines-hidden doesn't mention a specific bug.
        Its roots date back to 072e89cf68dcf9b6713945e402dd7a9fe5cea48d "INTEGRATION:
        CWS newportstl" of the --with(out)-stlport area.  Lets assume whatever failure
        is long since fixed.
        
        Make this a fatal configure error for now.  The check should be removed
        completely after LO 5.3 branch-off.
        
        Change-Id: I7c64c2e8b9bd342beec9b84ff71f5712a6155b7d
        Reviewed-on: https://gerrit.libreoffice.org/29075
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [6a00d6e074287d112575b3eba6e575504bd9f069]

        Remove obsolete HAVE_GCC_VISIBILITY_BROKEN check
        
        <https://llvm.org/bugs/show_bug.cgi?id=12255> "with -fvisibility-inlines-hidden
        needed copy not emitted for virtual inline function" (which covers the relevant
        part of the Clang bug 11250 mentioned in the check) is reportedly fixed ever
        since at last Clang 3.2.
        
        Make this a fatal configure error for now.  The check should be removed
        completely after LO 5.3 branch-off.
        
        Change-Id: I47edf92968f32735a509ef649e0e85b891baab4b
        Reviewed-on: https://gerrit.libreoffice.org/29074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [f255c3e96e25a43a4724d80287554d892d7ffd70]

        [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always true
        
        * GCC documents -fvisibility at least as far back as the GCC 4.0 online
          documentation at
          <https://gcc.gnu.org/onlinedocs/gcc-4.0.4/gcc/Code-Gen-Options.html>.
        
        * For external code, odk/settings/settings.mk unconditionally set
          HAVE_GCC_VISIBILITY_FEATURE for all platforms other than Windows.
        
        Make this a fatal configure error for now.  The check should be removed
        completely after LO 5.3 branch-off.
        
        Change-Id: I1de415b6ed1591e0a7b6640ece861b6f0ef74112
        Reviewed-on: https://gerrit.libreoffice.org/29073
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [60b6b1eae563c727160724a8671844bf8136f5d5]

        Remove obsolete HAVE_GCC_VISIBILITY_FEATURE check
        
        <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905> "default-visibility class
        symbol improperly resolved as hidden-visibility" is fixed ever since GCC 4.2.
        
        Make this a fatal configure error for now.  The check should be removed
        completely after LO 5.3 branch-off.
        
        Change-Id: Ie365d5a0e2217a4efd1e8e2642963738ae7d20b1
        Reviewed-on: https://gerrit.libreoffice.org/29072
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [8af35c9590262965c603d8609b57cc76d23e8506]

        Remove obsolete HAVE_GCC_VISIBILITY_FEATURE check
        
        <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664> "libstdc++ headers should
        have pop/push of the visibility around the declarations" (aka gcc#22482,
        rhbz#162935) is fixed ever since GCC 4.2.
        
        Make this a fatal configure error for now.  The check should be removed
        completely after LO 5.3 branch-off.
        
        Change-Id: I3e8fde187b4b20652ee3164485ef868a9bf5a7ce
        Reviewed-on: https://gerrit.libreoffice.org/29071
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [63e034326b56f6c8696ac1d82a32ae8fbffdba2a]

        convert constants to scoped enum TblAction
        
        move enum to header because default function parameters need them.
        added default case to switch to mute 'not handled case' warnings.
        
        Change-Id: I54d8734232e7568fd21ad0178a8492b4903866a3
        Reviewed-on: https://gerrit.libreoffice.org/29038
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e245b05b2d0a64c4aed9bad96242ee6c021d43c5]

        adapt aMsgItemInfo to 5b8c22379
        
        Change-Id: If5fd822f3f90b204d2661cf7b4446cb925ee6f3b

2016-09-20  Takeshi Abe  <tabe@fixedpoint.jp>  [3a8035bcb6cf081572d86813021bbccab265a935]

        tdf#97049 Export "intd" to MathML
        
        Change-Id: Ie1fc33e18958e73d4876b2b5daceec127011c3cc
        Reviewed-on: https://gerrit.libreoffice.org/29003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [d5f1e7c5adac5f38379c56b536640f3aaf9ec7d5]

        Obsolete workaround for SUNPRO 5 compiler
        
        Change-Id: Ib51f08e1d0e0dff066b06ecd85976b777d722a33

2016-09-20  Stephan Bergmann  <sbergman@redhat.com>  [07339d03afe742c53c22cb4ff5f73fe3132cff54]

        Remove obsolete workaround for SUNPRO 5 compiler
        
        ...copy/pasted into three more places
        
        Change-Id: I6661244d0248af509cd867fc3e8c451551068a78

2016-09-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ece7079f77efea3fcbd205209fb16f6c9a12bf3f]

        Updated core Project: help  229282b80660a023077e5330afbbae51398b9690
        
        It’s called an asterisk
        
        Change-Id: If15846de1cd0df1023198bff74711419ec3137f5
        

2016-09-20  Gabor Kelemen  <kelemeng@gnome.hu>  [e57baf08d6b1911ac151e5485b2ea8331725324f]

        Updated core Project: help  e8cbb3daf90aa2a6f2e68c01841535b49d53d066
        
        tdf#97105 Fix location of the Freze Rows and Columns menu item
        
        This is now under View -> Freeze Cells
        
        Change-Id: I6968ee93a1d2f12451791b297b9497eae6e93cd6
        Reviewed-on: https://gerrit.libreoffice.org/29024
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-09-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e5c3c69423c0f32bf4bee147936e58ba4d3be181]

        tdf#102295: relax timeout timings for the GL watchdog
        
        Some OS/GPU combinations need more relaxed watchdog timeout timings
        as the shader compilation takes too long to complete.
        
        Change-Id: Ifd9ff7ecfa4b004d5411d6d364dd01a389a3fcec

2016-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [11370a0ce5a8ca503927cff38d79b38e513123fe]

        try to generate more excel compliant files, tdf#41722
        
        §18.3.1.10 says for the operator attribute: "The operator in a "cell
        value is" conditional formatting rule. This attribute is ignored if
        type is not equal to cellIs"
        
        but checking §18.18.15 there are at least 4 attribute values that are
        not related to cellIs. I have added them now but need to test that this
        really helps.
        
        Change-Id: Id15efc7e0148b4e3b54404d1ffd911adc56b11ec

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [38a61ddaf63768ebe19c92d561eac6f50d67ded7]

        Resolves: tdf#102293 triple click results in visually unselected word
        
        in previously unselected textboxes in impress
        
        started happening after...
        
        commit 16c7f8916661df24f4681ec82f6bd4d7ad85d141
        Date:   Tue Jan 12 16:36:49 2016 +0000
        
            tdf#97075 - don't render sdr overlays before we paint
        
        in impress instead flush the overlay after activating the edit object
        if we go on to put the cursor in there. Seems to work.
        
        Change-Id: Ib746c36d1074aee09771a3dc1d69834ce80a9c08

2016-09-19  Milos Sramek  <milos.sramek@soit.sk>  [5c71ae07229b1a76b6ad54c485c8cde55ea309e5]

        Explanation of the SPRM acronym added to definition of the Sprm class
        
        Change-Id: I536cd6ba2d531292d5148819dfd914b76f4b1111
        Reviewed-on: https://gerrit.libreoffice.org/29032
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [288013f25d2e52a76f7ce5368c505a6ccb3b64a2]

        sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redline
        
        For now only care about the start of the cursor, which can be only at a
        single redline.
        
        Add matching testcase + expose it in the gtktiledviewer status bar for
        interactive manual testing.
        
        Change-Id: Ib61757412d6b54bef64361d4a8563795ca0bab6c

2016-09-19  Eike Rathke  <erack@redhat.com>  [aa51bf1e17dfb4a0a95a24e7de7f55d2b44b9472]

        in GetInt...() check !isFinite() instead of isNan()
        
        ... and propagate coded double error instead of setting
        errIllegalArgument.
        
        Change-Id: I28456c3b0320181a80fe255e875a0bd78216c279

2016-09-19  Eike Rathke  <erack@redhat.com>  [388014fc19b2a785f887cdfee91100fc9ab8d58d]

        Resolves: tdf#100409 do not return coded double error for single matrix value
        
        Change-Id: I94477bf64ee7972e9822921a8a15d935cb01e53b

2016-09-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [5c8ad526447934a5eae94fa5f40584083a874d9f]

        Fix '--as-needed' build for zmf with system libpng
        
        Change-Id: I92378dae4a515a587c897fff83b15d8e836b0aa2
        Reviewed-on: https://gerrit.libreoffice.org/28974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a9917b66d6820ec9f2844f8292a46d8b0b9180b]

        tdf#100393, handle copying one cell to multiple cols with cond format
        
        The same fix has been applied for rows already.
        
        Change-Id: I77300680a657fb874d07641fbae928eb6c210acd

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [c708c9351bf2ef578e2f200ee834731c31d80261]

        fftester: isAsciiLowerCase has a isUnicodeCodePoint assert
        
        which is not helpful when the data is incoming from the outside
        world
        
        Change-Id: I00304ed0d577944a33f5fa6af155f1d130ab7d59

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [8d5db645ca0c910fc624d3513be7d312aea4a49c]

        fftester: only decrement if there's a valid position before it
        
        Change-Id: I64bddeb805ac5c2ad6d76e2b3271ae8a216d603f

2016-09-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b1e9c9ae07bcdffb23925162e261633be2ee9bfe]

        Add .editorconfig file
        
        See http://editorconfig.org
        
        Change-Id: Ia571ca5d53fb9f02bd8d208b922c8ec5ef1939e5
        Reviewed-on: https://gerrit.libreoffice.org/28962
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-19  Julien Nabet  <serval2412@yahoo.fr>  [f0207e3d2dec9f3e9e0c944e23bee92f467641f7]

        tdf#101919: rename ownCloud to Remote server
        
        Change-Id: I217fdc805ce425f8a4a17d0d0e924e532ec070de
        Reviewed-on: https://gerrit.libreoffice.org/28983
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-19  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [2a148e2b5ea11fd371042e836fa95438ffa738e7]

        tdf#101094 (32): Use a partial GET as a fall-back for HEAD...
        
        ... partial GET means a GET with no data returned, to test for
        resource 'real' availability in case HEAD fails or is disabled.
        At  the same time disable use of HEAD method on the resource
        for the whole access procedure.
        
        This change is needed to manage web servers that don't permit the
        use of either HEAD or OPTIONS methods.
        To accomodate pure web sites that enable only GET to fetch contents.
        
        Change-Id: If52316ddd6ce637fb7d2ef518423de246ee2dcfb
        Reviewed-on: https://gerrit.libreoffice.org/28992
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [914d72ee1edb351e4975a516240a38696f619217]

        Related: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...
        
        This is similar to de4908eb4d2f1f2ce38a37eea18a9efc4a0073b1 where
        
        the master page is not the sole owner. Which happens when copying
        and pasting slides which bring along a duplicate master page to
        an already existing one, and the attempt to remove the duplicate
        strips the fill properties from the shared stylesheet in use by
        the other
        
        regression from...
        
        commit b876bbe2cacce8af379b10d82da6c7e7d229b361
        Author: David Tardon <dtardon@redhat.com>
        Date:   Tue Apr 26 09:17:11 2016 +0200
        
            rbhz#1326602 avoid exp. bg bitmaps from deleted slides
        
        Change-Id: I0a3a34ade2ad8464b1edb67a6e28dab45c761a2c

2016-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [e58324aaca6875dbfe7c6c8333d747d2bfd9d089]

        convert storeAccessMode to scoped enum
        
        Change-Id: I67705cdff0440487019a2992571147d648be1bfc

2016-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [99e95346ac33f2d04536ab6c268936ab8b822b42]

        convert CopyOrNewType to scoped enum
        
        Change-Id: I4bc01dfbf3305e7eaa0887444e894d14e9e4d092

2016-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [9049c94b32f00b8239cd2b50e5ac29dabf41cb61]

        convert UndoOrRedo_t to scoped enum
        
        Change-Id: I8d4dec9a3a861a45e41f8c8699ae5f8d81211369

2016-09-19  Noel Grandin  <noel.grandin@collabora.co.uk>  [1658bd231bc662504a072097dc614c29fe2e116d]

        loplugin:unusedenumvalues
        
        Change-Id: I9dcc9f73af6db5b4f7cc946bc28931e5c230b34c
        Reviewed-on: https://gerrit.libreoffice.org/29012
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-19  Stephan Bergmann  <sbergman@redhat.com>  [4f86b7a86cae630c19f6f0d1b4d6672c25e2eb3c]

        cid#1371142: Move semantics for css::uno::WeakReferenceHelper
        
        Change-Id: I442b2d8061bd7d50cbf832b345a7a63461e26224

2016-09-19  Gabor Kelemen  <kelemeng@gnome.hu>  [2d31990ad0806e74f92841fb8f87db101e1a8fc3]

        Updated core Project: help  f3339c932c24d48eb854399d92cd7ca64fe3ea1c
        
        tdf#97823 Change SearchCriteria parameter of HLOOKUP
        
        VLOOKUP uses singular, as it looks for one value.
        Change it at HLOOKUP so it's both grammatically correct
        and matches the parameter in the linked VLOOKUP description.
        
        Change-Id: I4b8247ccb90fb726e3526675b4eba2f6fb51c29e
        Reviewed-on: https://gerrit.libreoffice.org/29014
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-19  Gabor Kelemen  <kelemeng@gnome.hu>  [c76366f8b1718d7e658b8bc51921c6c37c386aa2]

        Updated core Project: help  939edb112114cf3e740012a429d1f69a0d1d9bdb
        
        tdf#97823 Change VLOOKUP parameter SortOrder to Sorted
        
        Sync with HLOOKUP's Sorted parameter. This is a boolean
        indicating if the data is sorted or not, not the order
        like ascending or descending.
        
        Change-Id: Ic48de6597c6b1997502c4dffb4a5bb15cbe49d74
        Reviewed-on: https://gerrit.libreoffice.org/29013
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [6e02ee608c79806d2c08ea131c2bc0fb5d245b29]

        Updated core Project: help  da9f009d25a28d75b0c8dabdf57c0e72e505941e
        
        Add couple of screenshots to help files
        
        Change-Id: I5cfe4c7bb48c588aaecb1e9299e8e2b59c680fda
        Reviewed-on: https://gerrit.libreoffice.org/28613
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b8c22379e2eae74f7ed78326ab89483db5c6624]

        tdf#96453, tdf#100793 rework transfer of data between cond format dlgs
        
        The xml based transfer of information was a bad idea from the start. It
        can obviously not transport the temporary conditional format information
        from the manager dialog. Therefore the whole handling here was
        completely broken and deleted formats came back, changed formats were
        not saved and added formats got applied directly to the document.
        
        Now the document fornat list and the one from the manager are indepedent
        again and as long as the manager has not been closed with ok nothing is
        written to the document.
        
        Change-Id: I9802be11cd15c2d2d877e55c91d836735fe0e0ff
        Reviewed-on: https://gerrit.libreoffice.org/28995
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [96646c351e20fa6699fa368457a05ee70f76f103]

        sw: prefix members of SwAccessiblePortionData
        
        Change-Id: Ia41a57b11e2df5261657855e92701dce4cbe95aa

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [c9805c52264eb99b3d73f9038da716ac94501502]

        Remove mention of NSIS from NOTICE cause we don't use it...
        
        since
        
        commit 2ba4a4bf6384cd57664d316dd479bddfa38760d6
        Author: Andras Timar <atimar@suse.com>
        Date:   Tue Dec 6 19:28:21 2011 +0100
        
            remove NSIS support
        
        Change-Id: I2388acbcefbb9d7422d49c28e1a0a24f80fc1c1d

2016-09-19  Caolán McNamara  <caolanm@redhat.com>  [29c55564070aa1fa7846448a6ca90fe47c38bd0a]

        Related: rhbz#1373933 gtk3 emits a lot of style-updateds signals
        
        so don't throw away font settings every time, check if the font settings
        changed and only emit FontChanged if they differ from the last seen settings.
        
        Change-Id: I129887e3e866f395da3b906a38cf568abea5de8e

2016-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2673a358c78b864c1276f7956d5a348003b7a02]

        liborcus: fix Android build
        
        stoi() is missing in the std namespace on the broken Android toolchain,
        work it around.
        
        Change-Id: I9ea4f89bea346a4383fbb99e03b09ebae43d21e5

2016-09-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5a7dbe1ec161a5683086d22ec13506396dcdddda]

        o3tl: refcounts should be native platform int width
        
        Change-Id: I19854d85b680612733557c42ee58b35adb5ea4c3
        Reviewed-on: https://gerrit.libreoffice.org/29002
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-09-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [01542bf662fc83564e5d40eaa3a79dd1d8b0ec67]

        add BETA.DIST test case
        
        Change-Id: I514e06585fac3c16a40318f8d51d389fd13c9c5a
        Reviewed-on: https://gerrit.libreoffice.org/28997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4165e3fae6dce408c52aedda8319fc5cd8e93dc8]

        add FTEST test case
        
        Change-Id: Icae9ed5dee0f9b230e4629b47d9a3eaff0328534
        Reviewed-on: https://gerrit.libreoffice.org/28988
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-19  Gabor Kelemen  <kelemeng@gnome.hu>  [71b5a4ae856bb61aed8d91e66a43135665b9c301]

        Updated core Project: help  e21bf9fa94cae8ec3527bed2aa6b4c71501b65eb
        
        tdf#97821 Add section anchors to VLOOKUP/HLOOKUP links
        
        The missing anchors caused the links to not work
        
        Change-Id: I4af8d0467cec347dee535f510133819987e88491
        Reviewed-on: https://gerrit.libreoffice.org/29010
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-09-19  Arnaud Versini  <arnaud.versini@gmail.com>  [a46803587d48adccfb314dc0e7e9d07daed1b313]

        Replace local ASCII function with rtl/character.hxx
        
        Change-Id: I63568dabbcea4159276b4020af6bc01f9175dfa7
        Reviewed-on: https://gerrit.libreoffice.org/28996
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-19  Mert Tumer  <merttumer@outlook.com>  [7d794b193ef517de979bc1e481f655eb1124103c]

        tdf#96797 - Android: Viewer file filter is not working on ownCloud
        
        Change-Id: I6ffb450d935ae1f7b4900243b9ff2f8df408628f
        Reviewed-on: https://gerrit.libreoffice.org/27829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-19  Mert Tumer  <merttumer@outlook.com>  [c57e7685f22c4b010a7ddb25fa896f8405e95818]

        tdf#101260 - Android: Filter in External SD doesn't work
        
        Change-Id: Iaba74749c11cbac972fecf816e5bb090edd9e06c
        Reviewed-on: https://gerrit.libreoffice.org/27802
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-19  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [516c0608ba44a60abec3e0a67382e5bc7977316a]

        tdf#67973 UI: change option name from "Format" to "Page numbers"
        
        UI: change option name from "Format" to "Page numbers"
        in dialog Page styles
        
        Change-Id: Ia1f18e5ebfca4892fde01038be97472374eaf41f
        Reviewed-on: https://gerrit.libreoffice.org/28372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-19  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d15082cac2306fb9562ff126eb5827b7b9eee1e1]

        Updated core Project: help  9e65be21197548d68eca86906209f24e36ff4533
        
        update labels of File - Properties - Statistics tab page in Calc
        
        Change-Id: Ibfbfc2a1a84ad913a9e50e829b5abb95ea2e7d04
        Reviewed-on: https://gerrit.libreoffice.org/28998
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-19  Maxim Monastirsky  <momonasmon@gmail.com>  [1ef48f3bebe80a386490e2a0f8fd0ae40de07ada]

        GtkSalMenu: Need a way to remove icons too
        
        e.g. user switches menu icons option off.
        
        Change-Id: I2a3f2c170f262a4542bfea24eb746f3aa405cbd6

2016-09-19  Maxim Monastirsky  <momonasmon@gmail.com>  [ee8909ff066bb707c5d1234dc6d609bb5c0251f2]

        Missing g_variant_unref
        
        because g_icon_serialize is calling g_variant_take_ref
        on it, followed by a g_variant_ref_sink call inside
        g_lo_menu_set_attribute_value.
        
        Change-Id: I1b68c64b6845f2f58b70c54f1b0f3f53141c1d5c

2016-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9a16731899212dcbf9ef70510f053514dd5fe5bd]

        Update orcus to 0.12.1.
        
        Change-Id: Ib9500fe5d0331bee589dcdddb5f912903188011c
        Reviewed-on: https://gerrit.libreoffice.org/29001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-09-19  Tamás Zolnai  <tamas.zolnai@collabora.com>  [c8d0afbfd0b68e1c8227fe35029287b874bac654]

        Use localized name for pivot groups created via API
        
        Same string used in ScDBFunc::GroupDataPilot() method.
        
        Change-Id: I5b4d1b32af039caee76121fc534418a05a0882e0

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [046f3aa2d9285da7661c4d9f59c0baf406227553]

        extract the code to get the max key id to own method
        
        Change-Id: I56bd53e03a7ea97b15895528ec02a09a73d877b6
        Reviewed-on: https://gerrit.libreoffice.org/28994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a2d66c66642c6f1a65039861087592311457b37]

        fix indentation
        
        Change-Id: Iab226c47b63253bc8d0876af861e3e4731ff1ce2
        Reviewed-on: https://gerrit.libreoffice.org/28993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [827cc09948c09d934dd32ca1867252618f761eab]

        Related: tdf#101094 (31): Add a simulated HEAD method: use GET
        
        Some server have HEAD method disabled or not implemented.
        So we can use GET with no data, retrieving only the header info.
        
        The implementing code comes from LO WebDAV serf implementation.
        
        Change-Id: I3b3d81f5a07232c4f1647888685e820939bc978c
        Reviewed-on: https://gerrit.libreoffice.org/28982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-18  Noel Grandin  <noel.grandin@collabora.co.uk>  [e592877844573fa5ab934b7ab3b13aaa33ed621d]

        loplugin:unusedenumvalues
        
        Change-Id: Icf17f936ce6d07d0e152252833c8645cf9b1163b
        Reviewed-on: https://gerrit.libreoffice.org/28942
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-18  Mark Hung  <marklh9@gmail.com>  [17d7ac5c1a06d29cbeeb3efd245ebf2e6725da12]

        tdf#54860 make indention handles on the ruler movable inside the table.
        
        Handle of the ruler is disabled when the last row of the table is split
        across pages. ( i.e. SwTabCols.bLastRowAllowedToChange is true,
        which is implied by SwTabFrame.m_bHasFollowFlowLine. )
        
        m_bHasFollowFlowLine may restrict frame to grow its height in
        SwRowFrame::GrowFrame(), but SvxProtectItem affects horizontal ruler,
        so I removed it and it seems not harmful.
        
        Change-Id: I519dead13c7124449bc39ed5eb9af38d235eec25
        Reviewed-on: https://gerrit.libreoffice.org/28431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-09-18  Mark Hung  <marklh9@gmail.com>  [eb8217e17e09613ab1af43a89b52f04e7cb781e8]

        tdf#80724 try to reuse calculated underline font as much as possible.
        
        Underline was broken because for every portion it calculate a
        new underline font based on the following portion so that the
        portions do not have consistent underline fonts. And worse the
        last portion is never be treated as part of continuous underline.
        
        Change-Id: I7a62d89d5b1031a0e7c5e0339f0c591e58dceb12
        Reviewed-on: https://gerrit.libreoffice.org/28267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-09-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3287bc2f91438085b7604773d5e0346fc3c3f452]

        fix missing default ctor for ObjectTypeFormatEntry with MSVC
        
        MSVC can't create the default ctor (likely because members are pointers).
        deleting default ctor will trigger gcc (4.8) fault where aggregate
        initialization fails.
        create ctor which does same as aggregate initialization, this also
        prevents implicit creation of default ctor.
        
        Change-Id: Ica79c7404de240f38ad18100e6dbc25f1b427960
        Reviewed-on: https://gerrit.libreoffice.org/28981
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Luke Deller <luke@deller.id.au>
        Tested-by: Luke Deller <luke@deller.id.au>

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a2cc16f701a8e03307f6d5286e53c3305d9c6a4]

        make sure that we are not trying to load the filter lib in ucalc
        
        This casues crashes on exit as the ucalc lib loads the filter lib which
        is linked against the sclo lib. The sclo lib is statically linked into
        the ucalc code so that this causes the symbols to be two times in the
        program.
        
        Change-Id: I93e5a9b4dffa7c4b797ffef91b91f5f29f65348e

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bebb04bec523efe300863a39df719795cb4379cc]

        make sure the test is not executed before the libs have been built
        
        Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53ece9928587fedc93231a8f730455d638663296]

        place the calc default style file in the share folder
        
        Change-Id: I1b8bfee1abf82c5a55cbfc5c1674b115cdfe63b8

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [1c54582a045ccd434e7c4e0cadb7275468c6a53c]

        Enable cell alignment test in orcus interface
        
        Change-Id: I1078e29d6fa0c51a4457b43806340eaf10096a92

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [55fcc386401bca573a95bfed37a3de687f83884c]

        Add test for cell align in orcus interface(currently disabled)
        
        Change-Id: Icbb139cc520e4afd84986d245fab5f157431fc4e

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [7e45d7effb280a1116d7a4891813c39951849eb1]

        Correct initial values for cell align in orcus interface
        
        Change-Id: I54b7def1d1d1a5b518abc6774495dd371a928ef3

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [da891402371535f39613dc8be9e5d022e1e533a8]

        Add test for strikeout in orcus interface
        
        Change-Id: I72e917934919ddf5cc2cdd188a692c3fba94433e

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [cf03533f572a7aa542587bbc837dc124ffde66d3]

        Add test for font in orcus interface
        
        Change-Id: Ibe2b5ef344a8f1ca27d3b59be9ac53e2c6f5b3b0

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [301e0dd1d223cea43390bc886c3ae39d6cadb5e5]

        Add test for cell protection in orcus interface
        
        Change-Id: I952b5897bf3f728d103c43d93cadeffb92d1c3a9

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [cc65cc7846758cc3aad987be5ab7b70d4c68f39a]

        Add diagonal border test for orcus interface
        
        Change-Id: I762e3b5f634b96664a3687e89b1a117895265bee

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [a531c8ce9e0b7fad6efe58f089c4e58411ff9dd1]

        Fix a bug in border import in  orcus interface
        
        Change-Id: Ic058787b1779f7731c0fe60d73b221011abe2b6c

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [ab4aeb14edeedda65d29db228df16b50de447ede]

        Fix a typo in border style import in orcus interface
        
        Change-Id: Ib8dcf0cb031ed39987b14706026f658bbea0a080

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [9cab12f925e5b6656d9e8e0c58f81e0833dc12a6]

        Initialize border attributes in orcus interface
        
        Change-Id: I99994147830e96bea07f52fc6f2575f05cb0a40f

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [759b2fcb2ff3e916e7f69d182c74bac03e9f2da3]

        Disable printing default protection in imported styles
        
        Change-Id: Iba85a8a401542496f2313af576344d8ffdf768fe

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [2210d4bb2beebb392939cb6b94d00d24cac81a9d]

        Make sc/res/xml/styles.xml install on every build
        
        Change-Id: I1656a24057d9aae513cd9e7e736bfb7b258ba733

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [f13cea7a9c074e21102eacb16448454f38961787]

        Add Test File for Orcus ODF styles import
        
        Change-Id: I3131fe598b1af4731214d02e1ef09e7ab10f4761

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [983d1c4d4c6f69c6b4e2d2fa88d408e35ed6b220]

        Add test for orcus style import
        
        Change-Id: I4731ed1854f854651b828ae4cb27e6b040660bdf

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [c2dfe8f2fdb7b6df0bc939530dcef25605f7c86c]

        Change the way url is handled for orcus style import
        
        Change-Id: I6d5f9059f8a83ae5b148ff0498d8af0777acfac8

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [9b49fe9e47b561ae0bb665cd7f565c4262c5e6c4]

        Link orcus headers and libs to subsequent filters test
        
        Change-Id: If036666f16dec23539e0e5a78f3a28d9cdc8be53

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [9cb0042e9552e055fc34aea6abcb6c5359be1302]

        Export ScStyleSheetPool Symbol out of its lib
        
        Change-Id: I7fe0842be5e3c07b3d0b8936b276d3107e8daa14

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [16b8a44c6067b0ab72da730d9b24cff7bb09a104]

        Add facility for cell alignment to orcus interface
        
        Change-Id: If073c34bc9898f2a069815892431a2db22f43d3a

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [933ae1905617a2e2cc177a34a7060a2b26e5827c]

        Reform orcus interface to set border width
        
        Change-Id: Ic93b334205221548e4bd7920551034b1ccee4fa8

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [872c5e0c807ae248387ee425615e4c8080d01221]

        Add odf strikeout to orcus interface
        
        Change-Id: Ibf8d1e7b0272fe4112fda0249eafef1aa5438d9a

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [7c48d3d49463eae8afb4738b9b79f8024f773074]

        Reform orcus unit warning
        
        Change-Id: Iec221f019a65fcb42281f76b724ea306587f66c8

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [0dae3aacbf46ddd7dbef10b3f376ca2ad7665212]

        Fix reorder and overflow warning in orcus interface
        
        Change-Id: I700463434a99a87e485b61bac78513a286f507cd

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [77e568cd4c0e20fe26219487f89e56d80a11713a]

        Remove unused variable from orcus interface
        
        Change-Id: I3883b5361824838a3cb802cb9c577d4d39c070b2

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [862846ef4797bdcc0f2cd78178bf3e3d451222c6]

        fix assert in number format orcus import
        
        Change-Id: Ib0a8ce074c9245fa8ba66008524887f015c7bf76

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [99b353e00c2cdcae92c1632e4e14fa4033ba2277]

        use ScDocument's number formatter
        
        Change-Id: Iff04869b8e8ba73575bd5d336db42f1e08cec5d8

2016-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6efdcc4c0fa42e3a7b01924d6e5cf576a1ded8d8]

        fix assert when opening a calc document in new orcus styles import
        
        Change-Id: I6e62ddaeb20687bf3ad3e7de86f749e1047363b9

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [99dfc082da2886975b32c66a7812122194ba63ce]

        Reform function to apply protection in orcus interface
        
        Change-Id: Idb25283fbd504d64c3518b1a4b742e9e50f6ccff

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [6670cc357a015eb497437a559c25105a08c54474]

        Add diagonal borders to calc orcus interface
        
        Change-Id: Ia0d41baa4e4d6fdb5872c8ec3f462ff02a32f518

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [57f71f190a2b11fdcc471d94cdc60727f18a656f]

        Add call to import ODF styles when spreadsheet is created or loaded
        
        Change-Id: If2f6843337f554829a321cfbe0b7dfdba90dca48

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [e57e81ad89cf6271ee55fae077290c3f65bb5afc]

        Implement Interface for Importing Styles via Orcus
        
        Change-Id: I2ec4cb1ad358e2e4a49e82e916a54fae81558937

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [2aea6d519ff7e487af0b2a39d78e00c0227799af]

        Add a method to import ODF styles via orcus
        
        Change-Id: Id76593bbb9982ec6745737ade800ae669e8e4471

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [7911f21cd3e0deb6c1966dc97b8a5e5cf994d3af]

        Add to a method to check if stlpool already has standard styles
        
        Change-Id: I9173b0232d466a27cf8a7b35e0a9f0567b398115

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [6fbd64d89794033d438a031da4b4f6d64af53afc]

        Add functions for cell protection in orcus interface
        
        Change-Id: I86111e9584e9d629d5fbb6a17c8936de719d190b

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [7662f37e7ee9faf421ac3de3f627b3e772687967]

        Add functions for border width and style to orcus interface
        
        Change-Id: Ia707c7bf110f67f6537841999d0b1504fb24eab5

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [2730107f3f2626b3a666879a42421c7bbae739db]

        Fix getDirection for border in orcus interface
        
        Change-Id: I43077c6b61d883826476ab1234d6b70abadcae0a

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [d909d788095381bd9de39181b68bac0b9118bcc6]

        Implement orcus interface for font underline
        
        Change-Id: I35e0c6cf472877007244dc32f749ba621e9c3c9a

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [5a2b92977df1ce28f99b1a391fdfd3a37bd727f9]

        Declare font, border, protection orcus interface methods
        
        Change-Id: I486d861ba3c2c763964cdc3af2312661ef1a533d

2016-09-18  Jaskaran Singh  <jvsg1303@gmail.com>  [92be10ca0669fc05565507c4e62c674c5224e49f]

        Switch from orcus-0.11 to orcus-0.12
        
        Change-Id: I837ed3a30fae6fbe6cb658f1feecce1e88279ae0

2016-09-17  Luke Deller  <luke@deller.id.au>  [e28d52387383d5b9b3554f364e885a20f4292d81]

        Fix JUnit test case for AccessibleFixedText
        
        This test case was failing on platforms where the default font
        does not fit inside the default size of a fixed text control
        (hard coded to be 12px high in UnoFixedTextControl's constructor)
        
         - Adjust the test case to explicitly set the text control's size
           to its preferred size.
        
         - Re-enable this checking on Mac OS X, where it had been disabled
           in 2013 due to this issue
        
        Change-Id: I469a733f0a2719c60564d61c89bb64ab3ab622ba
        Reviewed-on: https://gerrit.libreoffice.org/28961
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4d6a17c60b38d453b6444a59da31fb7378e7f3b1]

        convert ShapePropertyId to scoped enum and use it for enumarray
        
        new type ShapePropertyIds replaces vector and plain arrays
        replace END enum member with LAST
        remove PROP_END_LIST from plain arrays and properties script
        store ShapepropertyInfo as reference in ObjectTypeFormatEntry
        store ShapePropertyIds as reference ShapePropertyInfo
        
        Change-Id: If273cc9e6c7bbd625dba5dc79f1c4ae0b21bdb3c
        Reviewed-on: https://gerrit.libreoffice.org/28960
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2aa61f07eccd3749d9e9f4a02f2e642bb03cad55]

        fix warning in windows debug build
        
        > o3tl/typed_flags_set.hxx(82) : warning C4309: ´static_cast´ :
        >                                truncation of constant value
        
        
        
        Change-Id: I396b68e47d682ffe90ba3afb2ebf846cf100e20c
        Reviewed-on: https://gerrit.libreoffice.org/28977
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [cea853720a66961ccd36246d67b26af23907de12]

        Updated core Project: help  29627a94f11a6c7c27041949b2353fb29fa12141
        
        tdf#100353 describe fourth argument of NETWORKDAYS function
        
        Change-Id: I970483f5bc0e8d2d6f172b7876d45cf23ba26e59
        Reviewed-on: https://gerrit.libreoffice.org/28967
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [52435312671923c4b5295ee55680c2db75270dab]

        Updated core Project: help  d26da961ff68cb9d764eaf6332430394f100ec1d
        
        remove redundant spaces
        
        introduced in 206a20ba56d185411cd099f324a0d9c0529eaf48
        
        Change-Id: Iea9fd5844f0aaf49e89c2e79a2a4cc9066b11806
        Reviewed-on: https://gerrit.libreoffice.org/28966
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-17  Gabor Kelemen  <kelemeng@gnome.hu>  [574c7dc7477a561785ed81087fee4a5592550815]

        Updated core Project: help  f8d42fe73a9a27a17ee421ef63340ac41eeb2539
        
        tdf#99885 Fix example on using the AGGREGATE function
        
        Change-Id: I27b783c937c7ad44839803f3fd7810a4d03a3d87
        Reviewed-on: https://gerrit.libreoffice.org/28936
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b1086c743c7749f966a360b8a428320f998dfe1e]

        Updated core Project: help  25ddb95121b787fc523c60b838eee35f3c25b814
        
        rename "Graphics cache" to "Image cache"
        
        Change-Id: I4fa5fdfc352a352c56972c9784422703a231579d
        Reviewed-on: https://gerrit.libreoffice.org/28968
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-17  Gabor Kelemen  <kelemeng@gnome.hu>  [e043b12b4b81a54d6936f62cd77475395c7983a6]

        Updated core Project: help  f3f6967430b24e04be249a063296d5b0f0769f94
        
        Menu item rename: View -> Fields to View -> Field Names
        
        Some occurrences were replaced in c375894037bb4da57fe7defc45b88d8c0c989dd8
        but some others remained.
        
        Change-Id: Ic68d79c92b82ff4f7c85a51b7e66f9da0d93ad60
        Reviewed-on: https://gerrit.libreoffice.org/28918
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [5b6185d27781d5876d1c6fb18d848a7babdfec88]

        Reduce scope of soma local variables
        
        Change-Id: I6e8938fa76e6afe0763610266b25ebf5ffe48d56

2016-09-17  Tamás Zolnai  <tamas.zolnai@collabora.com>  [94782edef386a9e32842d3caba39e69a04760248]

        Fix build with DEBUG_PIVOT_TABLE macro
        
        Change-Id: Ia2e38469ab8df268c6e03d77cae76e16e454ad76

2016-09-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [96454829f7dc6480f9ddd4262bc03d5ccabadea4]

        tdf#101359 Just advance list box for BOOKMARKs
        
        Since the list box just contains MarkType::BOOKMARK, just advance
        the list box position for marks of this type.
        
        Change-Id: I7b8743abb1ffb2fda2242c5e7301b3ff15ae355b

2016-09-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5e9d5eeb8a33fdcc500377d9eace40b5f5a7f750]

        tdf#101541 function WORKDAY.INTL not working properly
        
        When holidays are adjacent to weekend days, wrong results occurred.
        
        Change-Id: I9ec86e00f1a62ea941ff70617a1b448601aff9cc
        Reviewed-on: https://gerrit.libreoffice.org/28771
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-16  Eike Rathke  <erack@redhat.com>  [cfde267f21b047bc19fe77dbd7ce52bdd7a1141d]

        Revert "Revert "add MOD test case""
        
        This reverts commit 9dc3356f1499a2b90078be86ca7470eb2e96aba8.
        
        Should not fail now since
        
        commit b9a27d5856f60688456762bfcc29c38670009254
        Date:   Wed Sep 14 12:56:31 2016 +0200
        
            sc: disable function test documents for 32-bit PLATFORMID=linux_x86

2016-09-16  Eike Rathke  <erack@redhat.com>  [0666f041601ec1c7ee194e8d395ffa2b860a349b]

        Revert "Revert "add CUMPRINC test case""
        
        This reverts commit 9532f45ff009f67940c77dccd463f3088866b75e.
        
        Should not fail now since
        
        commit b9a27d5856f60688456762bfcc29c38670009254
        Date:   Wed Sep 14 12:56:31 2016 +0200
        
            sc: disable function test documents for 32-bit PLATFORMID=linux_x86

2016-09-16  Eike Rathke  <erack@redhat.com>  [8d9d982b6aadbfd9d9a0d9cf0b5a4e38bf404556]

        Revert "Revert "add GROWTH test case""
        
        This reverts commit 620e1697fe041a07ac15fde7620489d7728f2a27.
        
        Should not fail now since
        
        commit b9a27d5856f60688456762bfcc29c38670009254
        Date:   Wed Sep 14 12:56:31 2016 +0200
        
            sc: disable function test documents for 32-bit PLATFORMID=linux_x86

2016-09-16  Eike Rathke  <erack@redhat.com>  [588ebef9e8d1e2c703b79f51f2a1c8004cd7d96d]

        Revert "Revert "add LINEST test case""
        
        This reverts commit 9545b62ee3b8f8b2c3c0c3ca03009d8690721713.
        
        Should not fail now since
        
        commit b9a27d5856f60688456762bfcc29c38670009254
        Date:   Wed Sep 14 12:56:31 2016 +0200
        
            sc: disable function test documents for 32-bit PLATFORMID=linux_x86

2016-09-16  Eike Rathke  <erack@redhat.com>  [0523e11a2530ed101c580f93f94a4180e9dc0c9e]

        Revert "Revert "add LOGEST testcase""
        
        This reverts commit 9e3c49f4449519680f2b149c71367f44dfa7736f.
        
        Should not fail now since
        
        commit b9a27d5856f60688456762bfcc29c38670009254
        Date:   Wed Sep 14 12:56:31 2016 +0200
        
            sc: disable function test documents for 32-bit PLATFORMID=linux_x86

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [cfde3fd966ae9ef35fe685759e7e19bf0b8466ab]

        Improve test failure output
        
        Change-Id: Idf3838e1a434b0667e43b1168909e2d3d86cdc43

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [5fb8a050210a7cabf49daac0da8f80b94d60de2c]

        external/python3: Fix building against external/zlib
        
        ...whose (static) library is called "zlib" instead of just "z".
        
        (I ran into this when trying to do a 32-bit Linux build in a 64-bit environment,
        with only very limited 32-bit support installed in the system.)
        
        Change-Id: I9286975917ddf643a22803561677af035e66fb98
        Reviewed-on: https://gerrit.libreoffice.org/28964
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [ec3fb334b00c1790de2bff4444f15fe1aa5bec88]

        external/harfbuzz: Remove hidden dependency on freetype
        
        In external/harfbuzz/ExternalProject_harfbuzz.mk we are careful to configure
        harfbuzz --with-freetype=no, but then harfbuzz goes on to nevertheless link some
        of its programs against freetype.  However, those all appear to be test programs
        that we do not otherwise rely on, so just suppress building them in the first
        place.
        
        (I ran into this when trying to do a 32-bit Linux build in a 64-bit environment,
        with only very limited 32-bit support installed in the system.)
        
        Change-Id: I1bab2ff4b533e5a30d68d72ec001904cb63f5d94
        Reviewed-on: https://gerrit.libreoffice.org/28963
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [43d633d789d817916a11801d0bd3c927a75ac258]

        Try silence cid#1371124 ("Operands don't affect result")
        
        ...where Coverity doesn't reveal which instantiation of the templated code it is
        complaining about, but it must be ScRefFlags (sc/inc/address.hxx), which has
        underlying type sal_uInt16 and a mask of 0xFFFF.
        
        Change-Id: If0abd195885acdffb3c61cdab88d7a2c87c00c4f

2016-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d53bb5c044f039bd2fd38977a85012b03abbe32c]

        sd draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()
        
        This is similar to commit 7b784e4e3927d91a96cd0b54fc43c9b488822e47 (sw
        draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback(),
        2016-09-14), but this fix is for Impress.
        
        Change-Id: I995d2ed223aa6ce7845c440039d176b6beada84e

2016-09-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [46f09cb1252078ef23ed93a3551acbdcca9d31cd]

        tdf#101855 BETA.DIST: apply same constraints as Excel does.
        
        Change-Id: I617146665e72286aef3de35b859ca2e52d039bd8
        Reviewed-on: https://gerrit.libreoffice.org/28612
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-16  sll  <trtle@yahoo.com>  [1eebbd48fabbefaa52f5f223649c8d591915a884]

        tdf#98493 UI : "SCENARIO SELECTION IN NAVIGATOR (sheet group)"
        
        Change-Id: I71071ba71ce05487273ce66e64f930cd2ec7b8d0
        Reviewed-on: https://gerrit.libreoffice.org/28697
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [d9cff00683d31fbd4b3c4c2d6afbe164f4a85d47]

        Revert "convert ReaderWriterEnum to scoped enum"
        
        It causes breakage on some gcc's with "default constructor could be not
        generated" message.
        Will attempt to re-land later.
        
        This reverts commit 6da5ed6d7cea0917047dca92a9e32a7eb5e85ad6.

2016-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [6da5ed6d7cea0917047dca92a9e32a7eb5e85ad6]

        convert ReaderWriterEnum to scoped enum
        
        Change-Id: I6af2784857c835a823218ba88f4bf65a19a0d253
        Reviewed-on: https://gerrit.libreoffice.org/28959
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [1ba11723b89497f045cc10d548eb4228986af608]

        Missing include
        
        Change-Id: Ia4b86b8a6c8cc5ae87284080a31f8ddf9d99455d

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [0ba00ee1a2e4e711aca31cda7b1d8ef7a33c95b4]

        Replace remaining OSL_ASSERT etc. in binaryurp
        
        Change-Id: I6f013cacbefe9c681baa3e91f73f4fc05c99ba78

2016-09-16  Gabor Kelemen  <kelemeng@ubuntu.com>  [e488d3c9527e0e7cfd3dd56479db4ed6d4035ea3]

        tdf#101088 Add comments about translatable elements of classification
        
        Make it obvious which parts are translatable to avoid overtranslation
        
        Change-Id: Ic2772f6d4c394189b6fa089906985a7fdae75b26
        Reviewed-on: https://gerrit.libreoffice.org/28945
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcc92a7cb5aa1faa711c8da7f7d8ecee0a192c25]

        sfx2: add SfxLokHelper::getViewIds
        
        and also expose it in the LOK API. This way clients don't have to keep
        track of what views they created / destroyed, they can also get an up to
        date list with this method.
        
        Change-Id: Ibaee42c545803e04a31e7c13ab6ec370b99465c4

2016-09-16  Michael Stahl  <mstahl@redhat.com>  [9035f00ede7925eb699864d17baf7c897a8c7e53]

        embeddedobj: add a comment why the original size is restored
        
        ... in OCommonEmbeddedObject::getPreferredVisualRepresentation()
        
        Change-Id: I326b7df4350f34fc9a1c363ea0e9bc77d8f1e976

2016-09-16  Michael Stahl  <mstahl@redhat.com>  [dbf87d2124a0c01014b9e839804455d3be38831f]

        coverity#1372990 xmloff: use unique_ptr for RewindMaps
        
        Change-Id: I51e67607d94a465ce39e822f01a0c60efbf1a0f0

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [c480677f5f654ada532dfba21e3d34718c977131]

        In binaryurp, fix change from rtl_copyMemory to memcpy
        
        ...done in 36a2db3722b79ed3df075d7f3fa77fb761bcf5a4 "Replace usage of
        rtl_*Memory with equivalent from string.h"
        
        Change-Id: I068feab3140cdcb34ea8c80e273ea2761f0efb7f
        Reviewed-on: https://gerrit.libreoffice.org/28941
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-16  Yousuf Philips  <philipz85@hotmail.com>  [77cf4acc2765e43e3289fc9331111fb510c9a30c]

        Updated core Project: help  dbaafc06a3900c768074b2f5c2a0af8c7c6194d8
        
        tdf#102219 Correct shortcuts for navigator and references
        
        Change-Id: I3b2a35a05597e6002668e8c4a2afea207a9242bc
        Reviewed-on: https://gerrit.libreoffice.org/28943
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        

2016-09-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b193670284a4129aea04fa62c965663551d609de]

        tdf#79398 Add qa unit test for sub-format
        
        Change-Id: I61e640185ef77335d0e393a3827d78579473cd33
        Reviewed-on: https://gerrit.libreoffice.org/28604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc00592b4e48a111efc6ff78bdbf7af998e58e22]

        lok::Document: rename getViews() to getViewsCount()
        
        As this only returns the number of views, not the actual views. Since
        it's a rename, it's just an API (but not an ABI) change.
        
        Change-Id: Ib4f0ea56a90e5ae9c80ee1781aa2f29aff4259e7

2016-09-16  Caolán McNamara  <caolanm@redhat.com>  [ef7abe81df10cb8a8c04afbb1fbe700f94e73f04]

        Resolves: rhbz#1373933 gtk 3.21 emits a lot more "style-set" signals
        
        also deb#837356
        
        since gtk3 commit of...
        
        commit 0f116135f4a5033ce4e9dfa19f10624701fa615c
        Author: Matthias Clasen <mclasen@redhat.com>
        Date:   Fri May 6 10:12:14 2016 -0400
        
            Avoid emitting ::style-set by name
        
            GtkStyle is deprecated, but we still emit ::style-set quite
            a bit, so lets at least not be slow while doing it.
        
        docs say...
        
        'GtkWidget::style-set has been deprecated since version 3.0 and should not be
        used in newly-written code.
        
        Use the “style-updated” signal'
        
        and this code just came over from gtk2 without any thought about it at the
        time, so change it over to the "style-updated" which makes everything happy
        again
        
        Change-Id: I9e920d2fb2d820ff1b1b5a9ecb228484df3d6146

2016-09-16  László Németh  <laszlo.nemeth@collabora.com>  [0f433fb2f51953296e3050392e827dadfd19b22f]

        tdf#56907 extend dot leader character list in ToC for typography
        
        Add ONE DOT LEADER, TWO DOT LEADER and HORIZONTAL ELLIPSIS
        characters to the "Fill character" list of tab stop entries in
        Table of Contents formatting. These characters give typographically
        better dot leaders, than the default dense FULL STOP dot leader.
        
        See also http://scripts.sil.org/CharStories_2024
        
        Change-Id: I1d10c8bf59b2722c3ec78d59063a25534570129b
        Reviewed-on: https://gerrit.libreoffice.org/28937
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2016-09-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ea9da1dd7790de9a8057a00a22c9b28a4a7bc09c]

        add comment for raw number
        
        values are already in initial commit
        fd069bee7e57ad529c3c0974559fd2d84ec3151a
        (svx/source/dialog/tpline.cxx)
        
        corresponding chart2 commit
        668c6b0245b6076ac8fb3f5d734795117188675e
        (chart2/source/controller/dialogs/dlg_ObjectProperties.cxx)
        
        nNoArrowDlg = 1100 was initially commented out and removed later
        
        Change-Id: If11506c071cf18d06200032f3cd3b753bc0a4e59
        Reviewed-on: https://gerrit.libreoffice.org/28915
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ae65dbbafe3a07a701f8f45059d0a3d55b1afc59]

        fix copy&paste in DownBarFills
        
        Change-Id: Id1e61caa2252c2d27560b8565abd3255faaf684b
        Reviewed-on: https://gerrit.libreoffice.org/28939
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-16  e12346  <e12346@ce.pdn.ac.lk>  [171201c574b325653794bcd851d0aa7a80dc3249]

        tdf#96505 - Remove "long" integer literals in vcl/source/gdi/
        
        Removed the "long" integer literals in "vcl/source/gdi/". Some literals are
        left to match external methods
        
        Change-Id: I55aa9bd2935bfd82c9c1cc5cd1efcc4b7c3d9346
        Reviewed-on: https://gerrit.libreoffice.org/27784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [81ce0f37728295660a3b6a7a09920f16f3fc7663]

        filter: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ibb80377a581d70501dbd243307e883057508e67f

2016-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [a2b77b43685884fb4e9be04152a49294fa50db36]

        loplugin:singlevalfields in basic..idl
        
        Also fix obvious bug in the initialisation of the
        connectivity::odbc::OConnection::m_bClosed field.
        Probably closes some kind of connection leak there.
        
        Change-Id: I04579cf91bcd6d6c51c697d83971da4142743a82
        Reviewed-on: https://gerrit.libreoffice.org/28932
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-16  Caolán McNamara  <caolanm@redhat.com>  [389939b02bde4ea72268960310bbd1f2984200bf]

        fix build
        
        Change-Id: I700d3b791ad7380e4d875cf33b98879303f01fb0

2016-09-16  Tor Lillqvist  <tml@collabora.com>  [7b660e1423554928350e1de2cd4cb7eb577a27ec]

        Either -O2 is broken in Apple Clang, or some of our code is broken
        
        Already with Xcode 7.3.1 some unit tests crash when the code is built
        with full optimisation. Xcode 8 did not help. So use -O1. Yeah, this
        sucks. Don't have time to investigate in detail.
        
        Change-Id: I0cffad1a3ee3ee86b61eca3c856476133125049b

2016-09-16  Stephan Bergmann  <sbergman@redhat.com>  [b755094c831d449aba37eaf53e4f6e28b9ee5ad9]

        No need for an abstaract HIODev::close
        
        ...that was only called from dtors anyway, where its virtual-ness doesn't
        actually help (and would trigger loplugin:fragiledestructor if that were
        enabled)
        
        Change-Id: I477a22f2cadd1124b7106c5338e525629968a284

2016-09-16  Noel Grandin  <noel.grandin@collabora.co.uk>  [96e9ffa64706f523d67659a20a0ccce6fbd0cb91]

        loplogin:singlevalfields in include/
        
        Change-Id: I27842162fcf82120ecb811ee8e89e187430931fc
        Reviewed-on: https://gerrit.libreoffice.org/28931
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-15  László Németh  <laszlo.nemeth@collabora.com>  [7fc7fad400c619e518448ee521b2aba099dccf9b]

        tdf#95024 Update Hungarian Autocorrect patterns
        
        to help the transition to the new Hungarian orthography
        
        Change-Id: Ib7cfc98ef759890bdb322a4c86d6f3d4e76349bc
        Reviewed-on: https://gerrit.libreoffice.org/28916
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: László Németh <nemeth@numbertext.org>

2016-09-16  Takeshi Abe  <tabe@fixedpoint.jp>  [d9da9a6e4d6f9537ad6b95f6b631078d195a03d5]

        Drop redundant cast
        
        Change-Id: Ief00bc6e82cd4e54602e069c0bafd1dfc7bdd2ff

2016-09-16  Takeshi Abe  <tabe@fixedpoint.jp>  [a41587a7410f300b5225dc15ada2972a79b66322]

        tdf#102074 Allow to choose page direction on printing brochure
        
        not only for CTL, but also for CJK.
        
        Change-Id: Ic987e6f97a42d66aa859d5da496542ed099eadf0

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [381a790066dba9d9e32196c36e31dd13402bbac4]

        sw: remove some can-never-happen checks that are now assert()
        
        Change-Id: I16cd7253b3c8e65bf9f400ace2aa93e47c8981e4

2016-09-15  Sophie Su  <sea0721moon@gmail.com>  [5059efab2f982daf041701165d15587794ffbfc7]

        tdf#43157 clean up OSL_ASSERT in /core/sw/source/core/undo/docundo.cxx
        
        Change-Id: I866ba17ffe82294758fd54c525c030eda1e0761a
        Reviewed-on: https://gerrit.libreoffice.org/28418
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-09-15  Caolán McNamara  <caolanm@redhat.com>  [6dee1b1a8c12770d1e8139819aa532056deb3ed5]

        use std::unique_ptr
        
        Change-Id: Ibdbb7c32435684c7166ff3437a9fe812b3760356

2016-09-15  Caolán McNamara  <caolanm@redhat.com>  [a84a94ff53ee37c191da6e697d3fce0684418b2d]

        use std::unique_ptr and remove custom dtor for coverity#1371321
        
        Change-Id: Idf1e423fe78d44bca351624e81bcca85205a644b

2016-09-15  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [58abb0fd301c235ea3f8d2a00be299ca0e9c7a8e]

        tdf#82840 Add radio buttons for toolbar styles
        
        Add 'Icons Only', 'Text Only', and 'Icons & Text' radio buttons
        to the 'Toolbar' tab of the 'Customize' dialog. And remove the
        corresponding items from the 'Toolbar' menu button.
        
        Also removed some unused literals and code pieces.
        
        This patch is towards achieving the design and functionality
        suggested in the related bug report.
        
        Change-Id: I072b05ae64817e93c0dbd5fb434126b525c2fd48
        Reviewed-on: https://gerrit.libreoffice.org/28773
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-15  Tor Lillqvist  <tml@collabora.com>  [51e1f98e5a9817e7bdb740dd0dacfe5f49b6f07f]

        Remove outdated comment
        
        Change-Id: I8547760d4ea24205e21f215f25f0c58757bd9329

2016-09-15  Gabor Kelemen  <kelemeng@gnome.hu>  [213c31739bf55a04fcf76f22e96865116ee8883a]

        Updated core Project: help  e965f370818b8ab4de16db492402cdff4ee574e9
        
        tdf#101723: Wrong parameter reference in COUNTIFS explanation
        
        Copy-paste error, sync with function description:
        Criterion_range2 -> Range2, Criterion_range1 -> Range1
        
        Change-Id: I7c6a200072703944f013f67e220150abaede9418
        Reviewed-on: https://gerrit.libreoffice.org/28924
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8b40c0a61c5cae6904219d895351efffa8f2a58c]

        Updated core Project: help  206a20ba56d185411cd099f324a0d9c0529eaf48
        
        Correction for Hijri calendar
        
        [~hijri] works for all locales using arabic alphabet, except Oman (may be a bug)
        
        Change-Id: I42ba27032fdabe64b626db494e27b5f139f78325
        Reviewed-on: https://gerrit.libreoffice.org/28502
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-15  Gabor Kelemen  <kelemeng@gnome.hu>  [48f6a8be7e8cce6b6f577e7bb210bc69109db6d7]

        Updated core Project: help  6d24687976074e3bf84dcc4d373cc8a208b4e299
        
        tdf#102206 Change suffixes of LCM_ADD and GCD_ADD to _EXCEL2003
        
        Change-Id: I8004ad5eb82e3c1d522b655f8533750d87a64bd3
        Reviewed-on: https://gerrit.libreoffice.org/28927
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-09-15  Tor Lillqvist  <tml@collabora.com>  [3d118198f2ca165dd71cc1208fee08bfbc669ae5]

        Make sure some history is preserved for posterity
        
        Change-Id: Ie74f12ee6fda9f8bcba540d52ce7ec53236998bf

2016-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [84e91157c674b0b78b792fc1d4f841fe50b1dd9b]

        sw: allow select of redline by index
        
        Previously .uno:NextTrackedChange always worked by cursor position, but
        redlines are stored in the redline table, so they have a unique index.
        Allow specifying that index when invoking the command, and in that case
        ignore the cursor position.
        
        Change-Id: I7dbe8044feca8fcc48635482a22317b024f40ffa

2016-09-15  Gabor Kelemen  <kelemeng@gnome.hu>  [5518de780519ad95d2079d21255de3edf20879f3]

        Updated core Project: help  2251478b3e1440a5a0b1928dc492e15f679fca49
        
        Change file extensions in examples: sxw -> odt, sxc -> ods
        
        Some examples still used the old StarOffice extensions.
        
        Change-Id: Id6f7a28f0ff8511181f3641d8ad9f6f5896cef68
        Reviewed-on: https://gerrit.libreoffice.org/28925
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2016-09-15  Stephan Bergmann  <sbergman@redhat.com>  [9c8974a0445a2bbc6e7b47fec4e156991a0c3c6d]

        -Werror,-Wunused-private-field
        
        Change-Id: I8200bd0fa2480cbca71305027963fa1cd9106a91

2016-09-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [32e45a6f2a6b35ad72796387633b6b88ad117232]

        convert LogLevel constants to scoped enum
        
        rename some variables to distinguish them from type name
        use enumarray for log level strings
        remove unused DATA member
        
        Change-Id: Id3c38b82e679b3aede5ce790735443e769d5f236
        Reviewed-on: https://gerrit.libreoffice.org/28920
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [437377bbda0ac6b0be3c4f6fac59a4c782eecef8]

        tdf#101771 framework: avoid deadlock in AutoRecovery
        
        AutoRecovery::implts_updateModifiedState() should call external
        functions like isModified() before acquiring its own mutex.
        
        (regression from 403eefe81b8a0afe888c60452c17d6b2c5d8343f)
        
        Change-Id: Iae56eec2b6f392b7a7f65a5f54c73efa746263d0

2016-09-15  Stephan Bergmann  <sbergman@redhat.com>  [582321c1f6509868a054afe1daf757baf2ffbe88]

        Missing initialization of SvxBorderLine::m_pColorGapFn
        
        ...since 6dd4905a7ac93a48dc87358da3ba0a8078bbb6cf "loplugin:constantparam in
        dbaccess..editeng"
        
        Change-Id: Ib27615069ac1c7061ad691aada227ebdd70326e5

2016-09-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a097d680d2e8eccbfba42ae1cf6b316235460291]

        Revert "LOK: we use callbacks latch for not missing messages sent very early"
        
        This reverts commit bbae556d12e4edf7795b0b5643df77fd8cdbdacd.
        
        Change-Id: If1370751b612ff06ef5be13e8a4017af7dc34a7c
        Reviewed-on: https://gerrit.libreoffice.org/28908
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        (cherry picked from commit c0dd075d52409031876f5bc3923062ba5847fd53)
        Reviewed-on: https://gerrit.libreoffice.org/28929
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [e93b30c9d9f4deba597b73e04df7d4082b779b69]

        sd draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()
        
        This is basically the Impress equivalent of commit
        2ea385a54b53797ab3960869012f3ce3268eab2c (sw draw text: emit
        LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback(), 2016-09-13).
        
        Change-Id: Ib138845de6db2a8ad49dc8596af3e05ec5278610

2016-09-15  Caolán McNamara  <caolanm@redhat.com>  [74844277cc2194c9e43f5bd7a6f78a9603da32f3]

        disable generation of ole previews in ODF format until after load
        
        so the user update links dialog can control their generation
        
        SdrEmbedObjectLink becomes exposed to calc so it can
        detect if the link dialog needs to be used to update
        ole links.
        
        Change-Id: Id1dd7ea17342140eab9307d546528747e3a98090
        Reviewed-on: https://gerrit.libreoffice.org/28879
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f78ad80e5562567e8612269b8bed1283bafb6198]

        sw: clean up useless dbglevel=2 code in swbaslnk
        
        Change-Id: Ibb461df36578c700a6299ad35181e26af70ab928

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [309b65a0921fd6c1f7756e2a71fd92bb3629e9fa]

        Some of our supported compilers don't do constexpr, which means
        
        o3tl::typed_flags can't be 'static const'
        
        Change-Id: Ia2e40353f7a1b9e66617fa42f9eed6213f9e2d62

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [27be81819064cb96d98c881f45d6e3fbdf7a33d0]

        loplugin:singlevalfields in l10ntools..sax
        
        and ignore URE headers in the plugin
        
        Change-Id: I939df744c1173cf0f67d515f6c3fb4ac4cb25588

2016-09-15  Caolán McNamara  <caolanm@redhat.com>  [f7ae11ce60c0d1d63e09041e621f9e95bb952847]

        untangle this a bit, not immediately clear what it did
        
        Change-Id: I36e7cf246707ff6b8bbf19dbb2c750fe183e897c

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [86f6fc069f6ad8afea4092fb493014d2b69467d6]

        connectivity: firebird: loplugin:nullptr
        
        Change-Id: Ia711be1238de87ac5b52b02de077b70220369e4b

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [f6536d875bff70767b5bf389fe2ae34802a6b022]

        vcl: consistently use sal_IntPtr to marshal drag source / drop target
        
        This may be either an X11 Window or a GtkSalFrame*.
        
        Change-Id: Ib963cfb329bb711cfaab47f2748da139117cdbae

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [ab7d6b0d4fa8c91306f7b4f460a4596abc159912]

        tools: SvFileStream::LockRange/UnlockRange take 64 bit positions
        
        Change-Id: I85d9cc00daaaa127817aaaa6f54d3e6f86907fb6

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [b647996a9babbee7b33cf45192e57df6a124628b]

        replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)
        
        ... except in include/rtl, include/sal, include/uno, where sal_Size is
        retained for compatibility, and where callers of rtl functions pass in
        pointers that are incompatible on MSVC.
        
        Change-Id: I8344453780689f5120ba0870e44965b6d292450c

2016-09-15  Michael Stahl  <mstahl@redhat.com>  [a19a67e20e847a42063559694ec5beec71abcfb3]

        sd: loplugin:staticmethods
        
        Change-Id: I86dabc6e1fdd6fc9fd2fc35a6272061484af154d

2016-09-15  Stephan Bergmann  <sbergman@redhat.com>  [f1d9f6c8fa6cf801d1e92faeae711382ccf9fdde]

        Remove unused declaration
        
        Change-Id: Ica1bb8ed197f4581da4a4df61b91a91081602b91

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [6d17d6930e026aa76310767ba7013bb9e9e889b0]

        Remove OutputDevice::PaintScope
        
        PaintScope was introduced in
            commit bfceb557efcd607ef018ae35fc73f8d61a9b9a4e
            Author: Michael Meeks <michael.meeks@collabora.com>
            Date:   Wed Sep 16 09:17:37 2015 +0100
        
                GL paint-flushing guard re-work.
        
                Unfortunately, since we can have 2x SalGraphics' on a
        OutputDevice,
                and one of these can be a printer - things got very confused
        around
                which context to glFlush. This de-tangles the various reference-
        counts.
        
        and then mostly removed in
            commit 33fac4828038bc38ab4a0c4b891d762a5ae73e5e
            Author: Noel Grandin <noel@peralex.com>
            Date:   Thu Dec 24 09:21:23 2015 +0200
        
                loplugin:unnecessaryvirtual
        
                and unwind some apparently now unused VCL OpenGL and
        GlyphCachePeer
                stuff.
        
        Finish the job, it's not doing anything at all anymore
        
        Change-Id: I1365c2d0652ee92630d0649b2df6e5a7b7e37e73

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [3b48b3cc92c93911f61535d22a2c8731574ee51a]

        loplugin:singlevalfields in sc..vcl
        
        Change-Id: I68752a3daf5ddd8581c07759b8be2c1dabbb9258

2016-09-15  Justin Luth  <justin_luth@sil.org>  [b79b5e0df6dc5a0ba18054b0503d6fa804b69f02]

        tdf#53856 writerfilter set parentless style based on default
        
        docx import of base-less style "Text" was conflicting with
        LibreOffice's builtin "Caption"->"Text" paragraph style.
        
        This only worked when the parent .isEmpty(). Style names can
        use localization, so forcing the imported parent-name will not
        match between different language versions.
        
        Change-Id: I86d9965abb4ee90b04c713371529a679d045660c
        Reviewed-on: https://gerrit.libreoffice.org/28894
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-15  Caolán McNamara  <caolanm@redhat.com>  [7f0a219c9ad38ae33b51ff69d545f69659691c1e]

        Unmodified default SdrOle2Obj size is 101x101
        
        svx/source/unodraw/unoshape.cxx
        
        sets a css::awt::Size maSize to 100, 100
        
        svx/source/unodraw/unopage.cxx
        
        increases that by 1, 1
        
        awt::Size aSize = xShape->getSize();
        aSize.Width += 1;
        aSize.Height += 1;
        
        to call SdrObjFactory::MakeNewObject with 101, 101
        so default size is 101x101 (getWidth() vs GetWidth() confusion ?)
        
        Change-Id: I4d4375dff64d7b8e236d1a24322e749e04ee530f
        Reviewed-on: https://gerrit.libreoffice.org/28895
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-15  Stephan Bergmann  <sbergman@redhat.com>  [538635e089cac31ddf433f650e86de5e2b7f03cc]

        Make OGenericUnoDialog::destoryDialog non-virtual
        
        ...it is only ever called:
        
        * either from dtors, where the virtual-ness doesn't acutally help (and would
          trigger loplugin:fragiledestructor if that were enabled)
        
        * or, in module filter, from executeDialog members of (final) classes directly
          derived from OGenericUnODialog without overriding destroyDialog
        
        Change-Id: If9a7370385a27952189423e5632b3f01e18ddbb5

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [c3c4ae5fdac0341f01eeed8d5c633d203eed8b2a]

        use split() to simplify loplugin python code
        
        Change-Id: Ib6d7acf54ca6c12a3b096435f8a621244df88b4f

2016-09-15  Noel Grandin  <noel.grandin@collabora.co.uk>  [6df2c90c08b67b943022286e7152b51d52e0ef5e]

        loplugin:countusersofdefaultparams in vcl
        
        Change-Id: I046e6f16c5b171a06e2be2da2f72340634f3e979
        Reviewed-on: https://gerrit.libreoffice.org/28891
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-15  Gabor Kelemen  <kelemeng@gnome.hu>  [c77b933f907e1d3c4778dd63cb4295c08d4d3f31]

        Updated core Project: help  eb949d8e2f087ea0358719948e75a4aeacddd74f
        
        tdf#102198 Fix references to the "Save As Template" menu item
        
        Change-Id: I63a78ca9b99447bf8e458377419b0ba92550fe37
        Reviewed-on: https://gerrit.libreoffice.org/28903
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7a49cffaed5fe8db9199f5af6d7c1227d1bfd9c5]

        add FORECAST.ETS.MULT test case
        
        Change-Id: Ibc555a9a3c3c7158012b6809b2d8c7d9bf4fda2f
        Reviewed-on: https://gerrit.libreoffice.org/28912
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8697d18f717c75ddeedfe08161091da71007b859]

        add OFFSET test case
        
        Change-Id: Ifdb1a0d83ba9b539ea5bda0345f292330e691277
        Reviewed-on: https://gerrit.libreoffice.org/28881
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-15  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dc73f699da8e20f5753d481cf8680c761e62c468]

        add ROWS test case
        
        Change-Id: Ied7286dc5fa480ef3403ed5cfed3ab9b6a30b049
        Reviewed-on: https://gerrit.libreoffice.org/28914
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-14  Norbert Thiebaud  <norbert@sqdata.com>  [91cc48f3d4b8e11f44a366e395b010203ff9c5bc]

        cid#1372878 modulo by zero
        
        Change-Id: I37ed251597f44d382fde96c39ff9d07e4d14c50a
        Reviewed-on: https://gerrit.libreoffice.org/28859
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-09-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0f33526ec27a3abcfa1ca9348a46238b1432e5e4]

        put all SfxShell feature flags in one typed_flags class
        
        make values unique across modules.
        check if flag used in correct module.
        
        Change-Id: I656ffd3d527dd895777e14e1cc933c8b9b3f6e46
        Reviewed-on: https://gerrit.libreoffice.org/28906
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [bee4ff508a456a1552aacdf6fc838b8b7cffb9ec]

        desktop lok: avoid unnecessary setPart() in paintPartTile()
        
        If possible, switch views, not parts, that way started Impress text
        edits don't end as a side-effect.
        
        Change-Id: I3f18d4dda6bc24235bf1219416f153248a867fa4

2016-09-14  Eike Rathke  <erack@redhat.com>  [b9a27d5856f60688456762bfcc29c38670009254]

        sc: disable function test documents for 32-bit PLATFORMID=linux_x86
        
        Change-Id: I18ee46abbb5de79a35c4c78292dc9d6d43017de2
        Reviewed-on: https://gerrit.libreoffice.org/28893
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-14  Michael Stahl  <mstahl@redhat.com>  [999499ab25df8b293c009ddfa2e0bedbe5e6ce3d]

        gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015
        
        Of course not tested in any way but with any luck the project file
        format hasn't changed and it will "just work".
        
        Change-Id: I81c5043259feeabd69ef31ea7ef160901ac7ebdc

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [15f92676f74d58b0af8578d6c45d0faa3de19164]

        external/firebird: Hack around detection of clock_gettime on Mac OS X
        
        ...where the 10.12 SDK includes clock_gettime, marked as
        
          __attribute__((availability(macosx,introduced=10.12)))
        
        in time.h.  However, the way firebird's configure checks for it, it gets
        detected as available regardless of the used -mmacosx-version-min value (and
        even if the configure check would go via the time.h header, the availability
        attribute would only cause a -Wpartial-availability warning, not an error, so
        we'd need to pass CFLAGS=-Werror=partial-availability into firebird's
        configure.)
        
        Change-Id: I67e12743e1df0574e7fc4b2121add9fe1fb7677b

2016-09-14  Andras Timar  <andras.timar@collabora.com>  [486f9064367fd99029ba34a36486e3d70773131a]

        Revert 8c4dbcef8f and provide a better fix
        
        This reverts commit 8c4dbcef8f92c9bd1c2208e7de7971f184f8a3ff.
        
        bccu#1781 bug was in LibreOffice Online. After deletion of the selected
        editeng text, the selection did not disappear. By making the fix conditional
        to LibreOfficeKit::isActive(), we can avoid the weird selection problem in
        desktop editeng.
        
        Change-Id: I78c68b5a79db816ea4d0bdf3d75dd1ba4c269106
        Reviewed-on: https://gerrit.libreoffice.org/28900
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [16bbeb5713f4f9894e81ecf34a0e00f56a425f96]

        Change the shared bridgetest code from static to dynamic library
        
        ...so ASan builds do not complain about ODR violations due to multiple instances
        of vtable for testtools::bridgetest::CurrentContextChecker after
        a53808c0ed577468393aced90963af6496706959 "loplugin:dllprivate" removed the
        SAL_DLLPRIVATE from class CurrentContextChecker (which apparently /did/ have an
        impact with -fvisibility-ms-compat, as used by Linux Clang ASan/UBSan builds).
        
        Change-Id: Ifb1ba1819f7ea989300f4696d44f9599a1436563

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [0f6cb25be8ef72ec1e3cadded38f0698edf08cb4]

        loplugin:override
        
        Change-Id: If6d03fd0d3b5b69f3b07e697c4f6d7a3668ee69a

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [c765a6757fd3908ad88e759c5cd7742c2f27eaec]

        loplugin:override
        
        Change-Id: I0cd2007c9169fe480e28e684cfe1bd8b24da7123

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [b932b199602b418ae1d71a8e1751e30339e2fcaa]

        loplugin:override
        
        Change-Id: I1971301f2b07a6d0608d13d1ab60c6339a079468

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [f734b24f4f7d1096f393a66ee87feb48c551d996]

        loplugin:override
        
        Change-Id: I73f96cb391a430443f9bb80a5406627c5564dcd9

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [386aeda1f09936866881d272e7cff94ba59604a7]

        loplugin:override
        
        Change-Id: Id9c234d605b4f8107833980825b402006e4f0031

2016-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [eefccb4a103729e73ba7dcb512c615bc161d7b2b]

        sd lok draw text: make sure watching views have no cursors
        
        These additional views are only created to follow the updates done in
        the editing view, not to contribute additional cursors.
        
        With this, if the first view edits a shape text and the second view is
        created, then no unwanted text view cursor is created in the first view
        for the shape text from the second view.
        
        Be precise in the unit test and make sure that cursors from all views
        are hidden, because even without a fix the cursor of view #2 is hidden,
        but not from view #3, so the test wouldn't fail without the fix. (But
        hardcoding the 0-1 and 2-3 view IDs exposed by Impress before/after
        initializeForRendering() would be ugly.)
        
        Change-Id: Idf64f7bfcc35c98a5eada9a0a523a9b45b65a211

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [bd132e558df9e1cfe48beb7a67f9237ed78465c5]

        loplugin:override
        
        Change-Id: Ica137897f02c5caa4c4891f75531ada3957025d9

2016-09-14  Caolán McNamara  <caolanm@redhat.com>  [fc6744603ab8bb5a00c4f97435b5e509bdeaeb94]

        Resolves: tdf#101859 dispose unused popupmenu before dtor
        
        Change-Id: I097a342f29aa88ab2d0a6a80b9ac6e1e9a5e3d5a

2016-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecc29bf323a83b0379ffed31057c8ab409e0d2d2]

        sfx2: use range-based for loop in lokhelper
        
        Change-Id: I7c3421231dd74c8d1e2678a6aee92288fdd3221a

2016-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [0ea50b5b43a934f2ab080f50585e386ebce0b805]

        loplugin:countusersofdefaultparams in xmloff
        
        Change-Id: Ia92a878ac97b3cc668594946e77a718f27a3e3ed
        Reviewed-on: https://gerrit.libreoffice.org/28890
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Noel Grandin  <noel@peralex.com>  [20a9e101d909cb1953101e5962b74731e1265400]

        loplugin:constantparam
        
        clean up the plugin a little, and try to catch params which are default
        constructed, which doesn't seem to be working yet
        
        Change-Id: Ife45f18502a45cd26306424b7432c55fcbb0fd12
        Reviewed-on: https://gerrit.libreoffice.org/28861
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Noel Grandin  <noel@peralex.com>  [0761f97525b3f3ce2cd73f8db28bf389a3c44f57]

        loplugin:constantparam in accessibility to basic
        
        Change-Id: Id77cbcaefebf310a5d99c6ac12d154e182fd0a1c
        Reviewed-on: https://gerrit.libreoffice.org/28860
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Justin Luth  <justin_luth@sil.org>  [e44addfd5d227123928d1295bb8582799aaac6a0]

        writerfilter style: use emplace_back, avoiding typedef
        
        Change-Id: I106f94ad4b8c8711a563971cb43d71aa90b139f8
        Reviewed-on: https://gerrit.libreoffice.org/28868
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b784e4e3927d91a96cd0b54fc43c9b488822e47]

        sw draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()
        
        With this, in case the first view has an active text edit and a new view
        is created, then the shape text lock is instantly visible in the second
        view, even if the first view does not end + begin the text edit again
        later.
        
        Change-Id: I82d98ab1431a54a1a8897d16ce7fa0856baa2a10

2016-09-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f1018190a8f791b7dca195f223b9c987a73a83af]

        tdf#88205 use list ctor for uno::Sequence a11y to canvas
        
        Change-Id: Ib719c94c0488b8a48fdb013bc8fbd1a988595d18
        Reviewed-on: https://gerrit.libreoffice.org/28866
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Noel Grandin  <noel.grandin@collabora.co.uk>  [1e49e33c26950b606714c0dafb26cbcb2aeb3877]

        loplugin:constantparam in chart2..connectivity
        
        Change-Id: Ic9e1bd36a11c7148fa7595a2b6c6de9bd7a8653d
        Reviewed-on: https://gerrit.libreoffice.org/28834
        Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>

2016-09-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e1822c809b137859382139aace0c08be4547c157]

        add EXPON.DIST test case
        
        Change-Id: Ic038ec8030dd05120f74f5cc9a299e40671484c1
        Reviewed-on: https://gerrit.libreoffice.org/28882
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a63bd06b5f6652c331afac3fccd82b3de4ba4ff9]

        add F.TEST testcase
        
        Change-Id: I31fdab18b0e8c133f41877977c4a3b97f8af54fd
        Reviewed-on: https://gerrit.libreoffice.org/28883
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [08641cc939f65c86b0ec86e0c05fe8f252e9b23c]

        add PV test case
        
        Change-Id: Ib420b55de35c6110a3e08d4539ad2d3176379462
        Reviewed-on: https://gerrit.libreoffice.org/28884
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Maxim Monastirsky  <momonasmon@gmail.com>  [74fd959945dbbfbc3dcc331a08ff8fc7c6410295]

        tdf#74377 Keyboard shortcuts for context menus
        
        Configurable through the options dialog. The default behavior
        depends on the current vclplug (hide for gtk2/3 and OS X, show
        otherwise).
        
        Menus currently affected by this change:
        
        - SfxDispatcher based context menus
        - chart2 context menus
        - vcl's Edit control context menu
        - Several MenuBarManager based toolbar dropdowns.
        
        Change-Id: Iad9fb99dc90e01c17cba9c07c1a2b262b920e11d
        Reviewed-on: https://gerrit.libreoffice.org/28849
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-09-14  Stephan Bergmann  <sbergman@redhat.com>  [ebe46f14a266f7e538bc8b8fa6b9f7d78c5e308d]

        loplugin:override
        
        Change-Id: I7b746d652887d61e6a8a63b5b3ba37e0a158817e

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [6af14d2d18b9956692b27046569258bb9e8dd43d]

        loplugin:override
        
        Change-Id: I25cbca130c3e075d614d9bbb63b6264e8e73c165

2016-09-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c15e1d9b8e9e0b9b7e6817e00a482ac26d49d608]

        add FISHERINV test case
        
        Change-Id: I9bf023d07fdc4e85d956eee0327f57b9ba5b495e
        Reviewed-on: https://gerrit.libreoffice.org/28874
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [a53808c0ed577468393aced90963af6496706959]

        loplugin:dllprivate
        
        Change-Id: I1fe70a39c50aba8b84c117653185fc37dbbfeab0

2016-09-13  Eike Rathke  <erack@redhat.com>  [ccfbc9d3ac83fa238d6240b5365dc7572c64d241]

        unconditionally replacing Y after G (era) with E was always wrong
        
        For example, in en-US locale  G MM/DD/YYYY  saved and reloaded lead to
        G MM/DD/EE  using the Hebrew calendar.
        
        Use E or EE only if a secondary calendar was given.
        
        Change-Id: I6db22e89f435342aa4a1bce7fa13711c138007f5

2016-09-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4e7b0af6244d89c523868ef508f4bb254085672e]

        add FORECAST test case
        
        Change-Id: I5cc3df27a75ad56126ef6ade3167af93a1570733
        Reviewed-on: https://gerrit.libreoffice.org/28875
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ea385a54b53797ab3960869012f3ce3268eab2c]

        sw draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()
        
        With this, in case the first view has an active text edit selection and
        a new view is created, then the text selection is instantly visible in
        the second view, even if the first view's text selection does not change
        later.
        
        Change-Id: I3255febd5d65d6576ddbc57cf96836bdf0b06a72

2016-09-13  Eike Rathke  <erack@redhat.com>  [e12c9b41012e44275761b35795b83ec4bc838d42]

        do not add calendar modifier to format code when importing as E or EE keyword
        
        ... with implicit calendar switch.
        
        Change-Id: Ie4d848e261fe86bbe504954b2e0c7cf24bc181bc

2016-09-13  Eike Rathke  <erack@redhat.com>  [426723912fcb9bca39e0cada68e209f5f1be927c]

        that copypasta comment fragment makes no sense
        
        Change-Id: I835fd6045e5ab5aeb93c91edb07037b1ed3ea4a9

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [abbe7584543ad27e658de515c7dafcc1ce34a18c]

        Resolves: tdf#101924 fatal exception on Sounds like Japanese options
        
        suspected regression from
        
        commit 1a967fead616b201535449fa812775c88d5b2e3b
        Author: Eike Rathke <erack@redhat.com>
        Date:   Tue Mar 24 15:53:23 2015 +0000
        
            do not include non-mask bits in masks
        
        Change-Id: Ic35a4aecc4834fc255eae81d3d83cc4e74618604
        Reviewed-on: https://gerrit.libreoffice.org/28764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [9adafa3283dfc48a433ef9761a1ab7f7f672278f]

        tdf#87794 Hide contextual media player toolbar
        
        Change-Id: I71dce7a5ad7f898b4338f95b1fc3bfca5080907a
        Reviewed-on: https://gerrit.libreoffice.org/28820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [a6a193666dec43c19efa0cc24c4579ded5ab7fb0]

        Enable breeze dark icon theme
        
        This reverts commit 480ee0a664f6c2227973e46e1cd26c2bf885c2e0.
        
        Change-Id: Iad58d7c4b6f9196845efda9a22479093a8c4e367
        Reviewed-on: https://gerrit.libreoffice.org/28869
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Tor Lillqvist  <tml@collabora.com>  [6e18d56c77b705bafa0754e057a8048afa70dad8]

        Remove totally bogus comment
        
        Was initially in German with glorious ASCII graphics, but equally
        bogus.
        
        Change-Id: I9f7286049ed6a0ec7c1511dd3da018e5f6442b15

2016-09-13  Tor Lillqvist  <tml@collabora.com>  [647360d9489c0589467aad18008ddb347d1ebf85]

        Add comment wondering whether a #if makes sense
        
        Change-Id: Ib6e6ab79632325dd3d592265a9ee859b1bc2c3ca

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [8332db757c894344d78b3cac650f53b2a3f320bc]

        loplugin:override
        
        Change-Id: Ia2445bb53ea3508ee3be4e3eb5eb031e26f1bf9c

2016-09-13  Michael Stahl  <mstahl@redhat.com>  [66bdcb96ed9320398e57b06aabc30bd225de0cfa]

        xmloff: invoke SvXMLImportContext destructor with proper namespace map
        
        The recent pRewindMap fix revealed that the xContext object is destroyed
        too late so the destructors containing half the import code (because
        where else would you put complex logic that can fail?) are invoked with
        the namespace map of the parent element, which breaks RDFa import and
        JunitTest_sfx2_complex.
        
        (regression from 32ccb4ea863651c22bf33cc15012971d2a2d2810)
        
        Change-Id: I0c897ea0cae2db4d35f2ba19ba2f6e8026f1b3ec

2016-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [586789fe757c0eb350c360a49cf90431a0bd5b24]

        sw draw text: emit LOK_CALLBACK_INVALIDATE_VIEW_CURSOR from registerCallback()
        
        With this, in case the first view has an active text edit and a new view
        is created, then the cursor position is instantly visible in the second
        view, even if the first view's cursor does not move later.
        
        Change-Id: Ia82e7dc1ce9bb58c67a280179ecadc74d3b63026

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [798d55fcd8efc10fcef6b8ac3fa5abdbc82501ec]

        Adjust controls in animation deck and make it a11y accessible
        
        Change-Id: I0a9bbfdc88f3432a80900aeee04c2de71c1c54fb
        Reviewed-on: https://gerrit.libreoffice.org/28796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Andreas Kainz  <kainz.a@gmail.com>  [1fe95cc79365e4155ae142291a623693216e42f4]

        Breeze Dark icons for use on dark themes
        
        Change-Id: I160131bf2f91f33cbe9f885fd851b3e49a8ae300
        Reviewed-on: https://gerrit.libreoffice.org/27756
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [480ee0a664f6c2227973e46e1cd26c2bf885c2e0]

        Revert "Enable breeze dark icon theme"
        
        This reverts commit ee5df53075f852df7c81e2520663f5b03b17f41e.

2016-09-13  Noel Grandin  <noel@peralex.com>  [df89e038095bbd834aae355f52cf1176bdf67e5f]

        rename ContentInfo attribs field and methods to charAttribs
        
        to match naming higher up the call stack
        
        Change-Id: I8a89625de5d834b32fd6ea863ebc4152956a21fe

2016-09-13  Noel Grandin  <noel@peralex.com>  [c010ed6ba4302534ac712efc923a8a8bf1d0896b]

        impress: extend dumpAsXml to style information in ContentInfo nodes
        
        Change-Id: I783f6ad9b71f18c070537e4806381a103960b6eb

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [a915b14640ecf53756771363c2a29468cafc2717]

        Change presets label from default to preset in border tab
        
        Change-Id: I77bd74579ca254c880276deaceffd3be425a8e70
        Reviewed-on: https://gerrit.libreoffice.org/28654
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [4addd72e2db8e42a285d95d01b6bc80a7d0c675a]

        tdf#102006 tweak start center and make it more a11y accessible
        
        Change-Id: Ib7cd1bbb9d827cc5d8dcc413cb489be6a0111cfa
        Reviewed-on: https://gerrit.libreoffice.org/28791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [2075a1e4a4001300afeef3bf1c9c285022ed7473]

        tdf#101951 Add shortcuts to common alignment shortcuts
        
        Change-Id: I0e5b63fa1167b44d79c433f7ab864e11f18e3b42
        Reviewed-on: https://gerrit.libreoffice.org/28724
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [a2d48a4eef92cf3b7a62c6bd6601337a01848b9d]

        Adjust controls in sw paragraph dialog alignment tab
        
        Change-Id: I87a07d9cd1c4ec3edb4022c4ed3a42c8a891acc0
        Reviewed-on: https://gerrit.libreoffice.org/28656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Yousuf Philips  <philipz85@hotmail.com>  [ee5df53075f852df7c81e2520663f5b03b17f41e]

        Enable breeze dark icon theme
        
        Change-Id: I3f89d5ecce57e0901a31b76b986c4f72353f0a1f
        Reviewed-on: https://gerrit.libreoffice.org/27766
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-13  Eike Rathke  <erack@redhat.com>  [4ef10fce39575ec0bd3793b5fdf731c0b9af25a3]

        recognize NaN with no bits set in lower word as error
        
        Which can happen for example for -nan(0x8000000000000) as a result of
        calculating with -inf. This was displayed as NaN instead of a proper error
        value, now #NUM!
        
        Example test case:
        =FORECAST.ETS.ADD(50, {-1,-2,-3,-4}, {10,20,30,40})
        
        Change-Id: I1e1d95e1f188e0036b72be37dd20039c9a9a13f6

2016-09-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7aa10d2be124386928314160c4d81dd7978c7494]

        fix out of bounds error
        
        there are 22 entries, but Sequence was allocated with 21 fields
        
        Change-Id: I6af71e2ece99b643843b4d82e0c6be332be361fa
        Reviewed-on: https://gerrit.libreoffice.org/28852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [fad9786b06d188ba6e354620f57176f3d94a6637]

        detangle gadzillion checks into something readable
        
        no logic change intended
        
        Change-Id: Ib6af93afc1f80b7fc36239c96d5e0a71fcbcb789

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [6dd32d427452733467912045dd48cd59cfaec35c]

        chmod 644 some source files
        
        Change-Id: Icd8821278635c1bd27b5185cddf5dc25dfba7eb4

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [91dd2db17bd6cb9b357d1d69b187174e31eabef0]

        loplugin:override: No more need for the "MSVC dtor override" workaround
        
        The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark
        overriding destructors as 'virtual'" appears to no longer be a problem with
        MSVC 2013.
        
        (The little change in the rewriting code of compilerplugins/clang/override.cxx
        was necessary to prevent an endless loop when adding "override" to
        
          OOO_DLLPUBLIC_CHARTTOOLS    virtual ~CloseableLifeTimeManager();
        
        in chart2/source/inc/LifeTime.hxx, getting stuck in the leading
        OOO_DLLPUBLIC_CHARTTOOLS macro.  Can't remember what that
        isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.)
        
        Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e

2016-09-13  Eike Rathke  <erack@redhat.com>  [6f8ea7e89ea190b9462c945d55a3ad8777b2f3ef]

        avoid loading all calendars of a locale
        
        Change-Id: I42d572a5dbd4c89351bd1f03aae75b9b7dbe7e30

2016-09-13  Eike Rathke  <erack@redhat.com>  [f882555332fffbd3ea82c3a25a05ebebe3884415]

        switch to using LocaleDataWrapper::doesSecondaryCalendarUseEC()
        
        Change-Id: I6621e82249feeed3d88ee463447d08c4f812259c

2016-09-13  Eike Rathke  <erack@redhat.com>  [c22f9f0e00f26015f8019193c0db2fbb895b2cdc]

        introduce LocaleDataWrapper::doesSecondaryCalendarUseEC()
        
        Preparing to replace the number format import hack of
        95c91f098e8974c41c8d403a351fe53db6822165 and generalizing for known locales.
        
        Change-Id: I0413987e302eaa84ef6a7dde2ecb365144313e81

2016-09-13  Eike Rathke  <erack@redhat.com>  [1e0b7b7e4b95e896e32d49a2fed7a5760e509f36]

        cosmetics
        
        Change-Id: I32c1df5a8e7164c59ebfe0d1e1d11dd6f3b8edf8

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [5f58670b43e5284d9460b561e774175c7a2dd7ab]

        add xdg-email as the default email route
        
        because xdg-email is apparently the only route
        that knows how to support adding an attachment
        to thunderbird
        
        Change-Id: Ife1b56ccfe2434eb31ad67bef00f55197e96151e

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [187e2dbd6ece29c27c851a71bb02b2b52bb8d13f]

        coverity#1372877 I'm guessing this is what might have been the intent
        
        warning is 'Constant' variable guards dead code
        
        Change-Id: I06e65f576180d7ff62417828c26f969982788b55

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [3a10baaf8faad1a615a53400a9a168144c6d6599]

        coverity#1372442 Unchecked return value
        
        Change-Id: I2ff6c844e62ced35477f96a710a31cdd902f3505

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [780ac20278600e32fffd2d89a15fbeed86321179]

        Graphyic->Graphic
        
        Change-Id: Id405e6a41d8c8ed56471ec058633a21ee4346737

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [441f0434714a98b64b7956ce6cf44723eadc0883]

        coverity#1371335 Self assignment
        
        these copy ctors are seriously confused
        
        Change-Id: I07b2d8cc16ba983cd74782207260b3057f8e7d7d

2016-09-13  Stephan Bergmann  <sbergman@redhat.com>  [b017f869e80993679d17e27b76c5c0edc1a22452]

        loplugin:rangedforcopy
        
        Change-Id: Ie3faef85382f7e23244e10362bfbe3469357dbfd

2016-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [786cc8a5a3cd34329c72b867e5fd7896b10a7351]

        sw: emit LOK_CALLBACK_GRAPHIC_VIEW_SELECTION as part of registerCallback()
        
        Have a Writer shape selection in the first view, create a new view, the
        second view doesn't see the selection. But the same works if the shape
        selection is created when the second view was created earlier.
        
        Emit the svx selection state as part of SwCursorShell::NotifyCursor() to
        fix the problem, but take care of not sending the status to the new view
        itself.
        
        Change-Id: Iff3979235e1c12cc64867c3184354967f451370b
        Reviewed-on: https://gerrit.libreoffice.org/28857
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-13  jan iversen  <jani@documentfoundation.org>  [465d3076835d88972d99c92b9b518a0e1762fea2]

        Revert "tdf#73797 Enable object rotation (.uno:ToggleObjectRotateMode) for writer"
        
        This reverts commit 594182ce7c2551dd1d13a014cfdfd96a057e63de.
        
        Change-Id: Idf2580e84d4190ba0aaba1a3394a4318043da458
        Reviewed-on: https://gerrit.libreoffice.org/28858
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-13  Caolán McNamara  <caolanm@redhat.com>  [2546ca9dded58cfde5a4c35a3fde69ac3f27a767]

        coverity#1372879 Integer overflowed argument
        
        Change-Id: I9e5115a00781d07c9c57e39854d6e1482bd02795

2016-09-13  Justin Luth  <justin_luth@sil.org>  [5aaf4d89c5acfbdf1e85a760e3b3585f7d04e48a]

        tdf#89315 writerfilter add missing parents to out-of-order styles
        
        Styles that inherit from a parent style, but were defined in style.xml
        before the parent, were losing their base style.
        
        Change-Id: Ic12876dddb1aa961cd8ef7579061cca30c320c71
        Reviewed-on: https://gerrit.libreoffice.org/28785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-13  Tor Lillqvist  <tml@collabora.com>  [714de95ec549a7a79574cbe5a59450083c279dc6]

        Remove nonsense comments: // bitfield
        
        Surely the actual bitfield syntax is enough to tell the code reader
        that it is a bitfield.
        
        Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926

2016-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ae863c8ac4b712d67041e8bcf4069afbe71b494]

        tdf#101976 cui: fix crash when setting AutoCheckEnabled and it is read-only
        
        With instdir/share/registry/data/registrymodifications.xcu being:
        
        <?xml version="1.0" encoding="UTF-8"?>
        <oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <item oor:path="/org.openoffice.Office.Jobs/Jobs/org.openoffice.Office.Jobs:Job['UpdateCheck']/Arguments">
            <prop oor:name="AutoCheckEnabled" oor:op="fuse" oor:type="xs:boolean" oor:finalized="true">
              <value>false</value>
            </prop>
          </item>
        </oor:items>
        
        and then trying to set 'Check for updates automatically' in Tools ->
        Options -> LibreOffice -> Online Update.
        
        Change-Id: Ifb196b6351c8a9182dfcf2ddf0a1e0555bcccedd
        Reviewed-on: https://gerrit.libreoffice.org/28856
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-13  Tor Lillqvist  <tml@collabora.com>  [94d952dfbef9ab9d593491185e49ea4f5d4784c2]

        Add comment
        
        Change-Id: I53db8747403d55faf5e94f089c925e7491aae911

2016-09-13  Tor Lillqvist  <tml@collabora.com>  [677666d724c8f3e8fc24ec21d0d401c40a78287f]

        Bin noise comments
        
        Change-Id: Ie89d4a18d06b81748ceb593a08d10cd1c14640cc

2016-09-13  Szymon Kłos  <eszkadev@gmail.com>  [7aa6e5ce82eaca64f666b9fc6c0351bfd55d376a]

        tdf#102065 Notebookbar: Menu bar disappears when cancelling dialog
        
        Change-Id: I6f83248eddfc279fe69f0f9c1d64d6b453bb1d3e
        Reviewed-on: https://gerrit.libreoffice.org/28843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-09-13  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [e137caed30052359783f2b112eee72553be1bd4f]

        tdf#101094 (30): Better explanation of OPTIONS errors in debug build
        
        Change-Id: Iea0eef5d3cd67c73325eb7af883ef8ce286187cd
        Reviewed-on: https://gerrit.libreoffice.org/28850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-13  Noel Grandin  <noel@peralex.com>  [757fd37747fd59091fa17432e8c8858b8a207a84]

        fix a TODO in XclImpExtName::MOper::MOper
        
        where it was not mapping the XLS error code to CALC
        
        Change-Id: Ia44d6a6793960b52f43a0983d231347ba193636c
        Reviewed-on: https://gerrit.libreoffice.org/28839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-13  Noel Grandin  <noel@peralex.com>  [2cfcf12836afe5437b0fd8720bde3a997aae58ac]

        remove open-coded versions of GetDoubleErrorValue and CreateDoubleError
        
        Change-Id: I07a1540a1b9ca60fa1e62e9cc0091866d9f2f64d
        Reviewed-on: https://gerrit.libreoffice.org/28838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-13  Noel Grandin  <noel.grandin@collabora.co.uk>  [6dd4905a7ac93a48dc87358da3ba0a8078bbb6cf]

        loplugin:constantparam in dbaccess..editeng
        
        Change-Id: I1d0dc3d89933d86cd229e503b350fccc1523dedc
        Reviewed-on: https://gerrit.libreoffice.org/28833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a46076245ca6a85712f51187553f5abd3f0aa79a]

        avoid crash with nullptr access
        
        e.g.
        http://crashreport.libreoffice.org/stats/crash_details/7d19c6e6-19cb-4ba0-a51f-7b7eef514ae1
        
        Change-Id: I97c9da78bc30b730843753da677574ae247cb430
        Reviewed-on: https://gerrit.libreoffice.org/28853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e006b6889ef782e2f2af58c981f013262d52066d]

        add FINV test case
        
        Change-Id: I787608e8927ad61feb01c61dd17959ba763004d7
        Reviewed-on: https://gerrit.libreoffice.org/28846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed7e74ae1c7ecfc29df152a8397fb9f6e1763a60]

        try to avoid the deadlock around the clipboard, tdf#56818
        
        This deadlocks in the case that we have an external process
        communicating with LibreOffice as the SolarMutexReleaser allows a
        connection to be processed while the normal code has just released the
        SolarMutex. If the external call code now goes down the same code path
        we deadlock on the SolarMutex together with other mutexes in the
        clipboard code.
        
        Change-Id: I18fd6953c9566452a31b1a4c32c68494ec7a52ac
        Reviewed-on: https://gerrit.libreoffice.org/27251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-13  Takeshi Abe  <tabe@fixedpoint.jp>  [b570fa88adb005ce0868fdefe5d94489dcd00c93]

        sw: Make DelHFFormat() local
        
        Change-Id: Ifcfcccfa5a7c6f8696de5c2084736fa40659998d
        Reviewed-on: https://gerrit.libreoffice.org/28842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [27ff348d32ed46751e419660868a1d697a4888eb]

        add MATCH test case
        
        Change-Id: I485ad67c4f022ffdb059a9925e62fb2d60a9f01a
        Reviewed-on: https://gerrit.libreoffice.org/28848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-12  Tor Lillqvist  <tml@collabora.com>  [01755200f6c01afc5c5970141501aea084e8b770]

        Bin some noise comments and superfluous vertical whitespace
        
        Change-Id: I3c19457bb29cd1392f14598fc8798aed4b1a1a7f

2016-09-12  Tor Lillqvist  <tml@collabora.com>  [5177666536f65915c3ca07090a4b561b57ae6f63]

        Bin a few unused forward declarations
        
        Change-Id: Ic10de79427d3a353451c9b603495f55459a5936d

2016-09-12  Noel Grandin  <noel@peralex.com>  [a3baa68980307b7d0d19515f2f69583d4fd6833c]

        fix bug in ScDBExternalRange::findFieldColumn
        
        where it was calling "pErr = nullptr" instead of "*pErr = 0"
        
        Change-Id: I509381b13d00a0c1115fcf625a7363ec6f4da583
        Reviewed-on: https://gerrit.libreoffice.org/28837
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [57f2d719f37d5d8a4ee9a3bded8faee9011ac305]

        add FDIST test case
        
        Change-Id: I3ad539f4f59c0f6c9a43f69aca1d74aa9f3e3343
        Reviewed-on: https://gerrit.libreoffice.org/28845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b37ca33a703b8d06442e1c9907281aba28399a07]

        add FISHER test case
        
        Change-Id: I6817f7b9478ada45cc3c2b89292c1a6a4782326e
        Reviewed-on: https://gerrit.libreoffice.org/28847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-12  Maxim Monastirsky  <momonasmon@gmail.com>  [c4b520160cc1e3caac836cc2ad64df10d93a6dbc]

        tdf#90721 Line color initial behavior similar to fill color
        
        Change-Id: Icf6d35d188f57e1b91da1ce5947f35c97c4f2e78

2016-09-12  Tor Lillqvist  <tml@collabora.com>  [0b9987b61426c896bd15c6986280d8fb4ed3f040]

        Bin a few unused forward declarations
        
        Change-Id: I33d021d811ade38befa4c61de740ce86dfe08376

2016-09-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e93fcb551479964009e86d08419f5428c7e784f0]

        cppcheck: variable scope
        
        Change-Id: Ibe52bb265a064cd454d408ccac06f3bbbb5236e6
        Reviewed-on: https://gerrit.libreoffice.org/28683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4224e6cafa5aa5c604dfdc0daf7f145aa6c08be]

        sw: emit LOK_CALLBACK_TEXT_VIEW_SELECTION as part of registerCallback()
        
        Have a Writer text selection in the first view, create a new view, the
        second view doesn't see the selection. But the same works if the text
        selection is created when the second view was created earlier.
        
        Emit the selection state as part of SwCursorShell::NotifyCursor() to fix
        the problem.
        
        Change-Id: I7d71c9b58941c8ca8720b0e63e54bc757b1aaf61
        Reviewed-on: https://gerrit.libreoffice.org/28844
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [830ac71eca425caf04764076e3064b5f1ad05c52]

        Resolves: tdf#101879 explicitly put menubars at the start of task lists
        
        Change-Id: Ia6a36b08f84960b01472833504cd65bfbad473eb

2016-09-12  Mike Kaganski  <mike.kaganski@collabora.com>  [56badc051ceee678e978add00d36c8e4d2d37ddb]

        tdf#101889: add absent brackets to OpenSymbol
        
        The code points for the glyphs were chosen according to IANA and Unicode:
        http://www.iana.org/assignments/character-sets/character-sets.xml
        ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt
        Adobe Symbol font map has been corrected accordingly.
        
        Fixed MT Extra font to always have symbol charset.
        
        Change-Id: I45d4f33f2b640cc852175c7c5d5c875cb72a9297
        Reviewed-on: https://gerrit.libreoffice.org/28677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-09-12  Stephan Bergmann  <sbergman@redhat.com>  [3aaa820446f1ad3d3b0ddc557238b6fb3496dd54]

        tdf#91966: In SDK, set CPPU_ENV=mscx for 64-bit Windows
        
        Change-Id: Ib93b2db40f43f98d8369cb91ca35692cc92f023b

2016-09-12  Stephan Bergmann  <sbergman@redhat.com>  [bb0816673dc755f109fb1c8a78154a932119fd2e]

        Disable GCC 6 -Wnull-dereference again for now
        
        ...at least with both gcc-6.1.1-3.fc24.x86_64 and a recent GCC 7 trunk build it
        produces lots of incomprehensible (potentially false positive) occurrences in a
        --disable-debug build, like
        
        > [CXX] store/source/stordir.cxx
        > In file included from /home/sbergman/lo/core/store/source/stordir.hxx:30:0,
        >                  from /home/sbergman/lo/core/store/source/stordir.cxx:20:
        > /home/sbergman/lo/core/store/source/storbase.hxx: In member function ‘storeError store::OStoreDirectory_Impl::create(store::OStorePageManager*, rtl_String*, rtl_String*, storeAccessMode)’:
        > /home/sbergman/lo/core/store/source/storbase.hxx:237:23: error: potential null pointer dereference [-Werror=null-dereference]
        >          m_nUsed = rhs.m_nUsed;
        >                    ~~~~^~~~~~~
        > /home/sbergman/lo/core/store/source/storbase.hxx:236:23: error: potential null pointer dereference [-Werror=null-dereference]
        >          m_nSize = rhs.m_nSize;
        >                    ~~~~^~~~~~~
        > /home/sbergman/lo/core/store/source/storbase.hxx:235:23: error: potential null pointer dereference [-Werror=null-dereference]
        >          m_nAddr = rhs.m_nAddr;
        >                    ~~~~^~~~~~~
        > [...]
        > [CXX] store/source/storlckb.cxx
        > In file included from /home/sbergman/lo/core/store/source/storlckb.hxx:29:0,
        >                  from /home/sbergman/lo/core/store/source/storlckb.cxx:20:
        > /home/sbergman/lo/core/store/source/storbase.hxx: In member function ‘storeError store::OStoreLockBytes::readAt(sal_uInt32, void*, sal_uInt32, sal_uInt32&)’:
        > /home/sbergman/lo/core/store/source/storbase.hxx:595:26: error: potential null pointer dereference [-Werror=null-dereference]
        >          return isA<U>(p) ? static_cast<U*>(p) : 0;
        >                 ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
        
        <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16351> "NULL dereference warnings"
        looks like this is a known problem.
        
        Change-Id: I5eb0c9def7dd12e3a440d280e3fa2331317031b4

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [24731174015d04b7acb5041fdc836dd74f9313a1]

        coverity#1371323 Missing move assignment operator
        
        Change-Id: I806cb0a1ede9c025c00fab58a3fd8835887c0a44

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [703ad53629fb8f9002483142f906249e6160b4db]

        this doesn't need a virtual dtor
        
        Change-Id: I5c628a063fb5309f493729ee4bd7b122a3d2c3d5

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [9f3906f1f0c860449b452871f7cb19b77a508eb5]

        coverity#1371178 Missing move assignment operator
        
        Change-Id: Ib7df699269bcacd5dbf64662c47b538aee9235a5

2016-09-12  Noel Grandin  <noel@peralex.com>  [1d7dd96e313dd23ca8d49abf879d51db448f76ee]

        impress: extend dumpAsXml to table cell and styles
        
        Change-Id: If11ca945cae4f5127394dcc3871f4b6a76c24fac

2016-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab6dcd326ad7bf8c47a820514440bf8ac5f0d5f3]

        sw: emit LOK_CALLBACK_VIEW_CURSOR_VISIBLE as part of registerCallback()
        
        Have a graphic selection (and thus a hidden text cursor) in the first
        view, create a second view. The view text cursors should be hidden in
        the second view as well.
        
        Change-Id: Ic22db84aab62c8f43c2da3d4a19b56c993c9f012
        Reviewed-on: https://gerrit.libreoffice.org/28836
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-12  Michael Stahl  <mstahl@redhat.com>  [2934f6bcc75c781cdf9e614b9d7d8533eb680b3f]

        sw: partially revert commit d0b09f41efe938e94a84e783c9ff5742edcbfba8
        
        These still trigger sometimes in JunitTest_toolkit_unoapi_1
        and i haven't had time to track that down, so back to SAL_WARN for
        now...
        
        Change-Id: I4d9f653ffddc7c704d33950d847345f4895d3f87

2016-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cda220d6e4c60288da22ed983e7390d0597f0d7]

        Indentation fixes
        
        Change-Id: I78575ebd6b78b2f5873bcec6c8c46d941a92ceb2

2016-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [774d2a94d31c14fb24c07a5c85220e5ef528ad20]

        loplugin:constantparam in extensions..lotuswordpro
        
        Change-Id: Ifb30d5d53536045638d872761626a1b60fa52dad
        Reviewed-on: https://gerrit.libreoffice.org/28831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-12  Szymon Kłos  <eszkadev@gmail.com>  [69ce52fbf26fab9239562d2bfd407db67cfb6ec8]

        Page size popup converted to use outside sidebar
        
        Change-Id: Ia9c4c03a9780dca146adda8f1a126197d3e38643
        Reviewed-on: https://gerrit.libreoffice.org/28816
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [65828fa693507d699369f0dbc3c0bfc31638d945]

        sw: implement SdrMarkView::GetSfxViewShell() API
        
        With this, the graphic selection is no longer lost when creating a new
        view. That happened as the SwView ctor calls
        SdrMarkView::SetMarkHandles() while the new view is not yet current,
        which resulted clearing the graphic selection in the old view, not in
        the new one.
        
        A side-effect of introducing SwDrawView::GetSfxViewShell() is that now
        SwView::getPart() is called from the SwView dtor, guard against doing
        any real work there in that situation to avoid potentially reading
        already deleted data.
        
        Change-Id: I4fab39a907d2cbe228c0fc8d44bedc64893387d1
        Reviewed-on: https://gerrit.libreoffice.org/28832
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-12  Justin Luth  <justin_luth@sil.org>  [3943147ab341f1e4d1c6db34405010085488b0b1]

        tdf#86926 writerfilter prevent PROP_GRID_LINES exception
        
        Ensure that only values accepted by MID_GRID_LINES
        will be inserted, otherwise an exception can be thrown.
        
        
        Change-Id: I7bac5d502034e073d2d9071af952639abb399c3a
        Reviewed-on: https://gerrit.libreoffice.org/28766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [27826a91fde08081d15e74b0f3b5b7ef135d4001]

        fftester: break as soon as an exception is required
        
        Change-Id: Ia787c42f484c00242f1bcaca8ea7459890ec5745
        Reviewed-on: https://gerrit.libreoffice.org/28828
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-12  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b7b62d4a59bb274dffed93489068ceb3342f717e]

        gtktiledviewer - Calc fix: selection handlers were not removed
        
        Change-Id: I2b4ad4dbf281458d0994eff176a2f62e20fb603b

2016-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [1013587c03d168b54349b5d47c8359e97acc0ad5]

        loplugin:constantparam in package..stoc
        
        Change-Id: I04b6d14d3dd8d55ccc4d4eb9313bc37959690672
        Reviewed-on: https://gerrit.libreoffice.org/28824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [feb54746b2e3227466488f0f9be661f7df92358a]

        return earlier, no logic change
        
        Change-Id: I7356ead43eb1e0f673a436ecf9fec9129d0e02bd

2016-09-12  Caolán McNamara  <caolanm@redhat.com>  [168c867fc0950dfea61e682846d3a014995888b4]

        fftester: no table manager
        
        Change-Id: Icb3c640e04416f9120d37558646a570daeddf0a4
        Reviewed-on: https://gerrit.libreoffice.org/28825
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd4d65a88e54c01cdaecb8176fefc533de776579]

        sw: prefix members of SwAttrIter
        
        Change-Id: Ib9b18d71ba8a68dba6a4272908ed31fc78afcb94
        Reviewed-on: https://gerrit.libreoffice.org/28823
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-12  Noel Grandin  <noel.grandin@collabora.co.uk>  [25e4e9694ce12152693e9d272557e5d546becd40]

        handle nullptr in various clang plugins
        
        since we are using it so widely now, instead of NULL
        
        Change-Id: I990ff1334f657663e8791ab064d69e56636fe6e7

2016-09-12  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ba269f7294e2416659011cbb498a2c6b5f9d5199]

        add LOOKUP test case
        
        Change-Id: I64c1500b73d44297f0c714621e387591bc96761e
        Reviewed-on: https://gerrit.libreoffice.org/28821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-11  Caolán McNamara  <caolanm@redhat.com>  [78e57cf6622ac1b424c9e00885e378ee819df882]

        rework to avoid coverity#1371295 Missing move assignment operator
        
        Change-Id: I6cdaa375525b14299b374273b6651a2a89f0c500

2016-09-11  Caolán McNamara  <caolanm@redhat.com>  [8bd5dd43a90576f4c55a05ed2ba1af49d2168bab]

        coverity#1371190 Missing move assignment operator
        
        Change-Id: I20991a31a82ff96292cdd1be4fd2c4779f9f5514

2016-09-11  Caolán McNamara  <caolanm@redhat.com>  [b9f5607ba8e228d69dba89584ea75136b439b547]

        coverity#1371151 rearrange code to avoid assignment
        
        Change-Id: Iccba596ce958bcdd62aae572f3189592f96cad25

2016-09-11  Marco Cecchetti  <marco.cecchetti@collabora.com>  [539f981900e1823d880f2050291b48f4c51994dd]

        LOK: we use callbacks latch for not missing messages sent very early
        
        - lok::Document::setCallbackLatch: used on document load for
        set/unset the latch
        
        - now cell cursors of other views are correctly notified to the new
        view
        
        Change-Id: Ife6dca0e3e329b801d44070f55869afe95a2f313
        Reviewed-on: https://gerrit.libreoffice.org/28812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-09-11  Andras Timar  <andras.timar@collabora.com>  [956db071966dd9a7319503118c28de58015e0fca]

        tdf#101949 update Source Code Pro fonts to 2.030 and 1.050
        
        Change-Id: Ic314f2b970ea96ec1eb027979723985138638cdb
        Reviewed-on: https://gerrit.libreoffice.org/28818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-09-11  Yousuf Philips  <philipz85@hotmail.com>  [37ad8daabf596e039b4ca62e06e91d5a83128b7c]

        Tweaks to toolbar and notebookbar labels and tooltips
        
        Change-Id: Iafec55024317fe0c98268c35a08c01c7ec236e62
        Reviewed-on: https://gerrit.libreoffice.org/28742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-11  Yousuf Philips  <philipz85@hotmail.com>  [b966e2d88e88d4ad58514cd2db21853213d17b2b]

        Shorten transition group label from 'Random Bars' to 'Bars'
        
        Change-Id: Ib1dee217807d7703fb3a6f00a499e194592cb50b
        Reviewed-on: https://gerrit.libreoffice.org/28792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-11  Yousuf Philips  <philipz85@hotmail.com>  [c2518b877572fdde7da157263ee811eb66090080]

        Unify labels of name and description uno commands
        
        Change-Id: Id68bf487e6cc83d721c2f28f956d9b52d1a53ae5
        Reviewed-on: https://gerrit.libreoffice.org/28739
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-11  Yousuf Philips  <philipz85@hotmail.com>  [f37d6837bf864a08f567c10c5f5bc0d4e4b5f9f7]

        Remove toolbar labels from track changes toolbar
        
        Change-Id: I62cb3b8d0f57f7fd79cffce3b5aed5e384390e24
        Reviewed-on: https://gerrit.libreoffice.org/28814
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-11  Yousuf Philips  <philipz85@hotmail.com>  [55f1b2b305864212cb1f808c031c028e12b44020]

        tdf#91781 Add Edit > Comment submenu to writer
        
        Change-Id: Ie123620d863443f9f00b213749c988e338ade44c
        Reviewed-on: https://gerrit.libreoffice.org/28815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [78404fe5549fded2eaf0c5ea6e1ca66039e995af]

        tdf#88205 use list ctor for uno::Sequence<OUString> in sc
        
        Change-Id: Icda2d7a2f16fbcdf3a1e796026540bfa568be2d9
        Reviewed-on: https://gerrit.libreoffice.org/28800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7038a05224c88c58c5889dd1b7d70a8511f96f6a]

        LOK: new callback dropping implementation
        
        Now view callbacks have their own collection of last states where the
        key is made up by both the view id and the callback type.
        
        Callback dropping based on the last state is no more handled on
        queueing but on flushing, since what really matters is the last
        performed callback (for each callback type).
        Anyway in order to not modify the order of callbacks, that could be
        changed when an already queued callback is superseeded, dropping still
        occurs on queuing too, just by looking for the last queued callback of
        the same type.
        
        The result is a substantial reduction of redundant callbacks and fix
        the following problem in loleaflet: when there are more views for a
        speadsheet and cell cursors for two view are placed on the same cell,
        a continuos swapping between the two cell cursors can occur. That was
        due to a sequence of "EMPTY" and coordinates messages or cell cursor
        and cell view cursor messages which were sent in an alternating way.
        
        Change-Id: I79e14d11d4e8590aff715181e3410ad88c4e6175
        Reviewed-on: https://gerrit.libreoffice.org/28783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-09-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [785a7e58c4029dc36b624ef709e790f2fdaddee8]

        LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursor
        
        Rewritten the switch statement in `CallbackFlushHandler::queue`:
        
        - Now, the new callback data is emplaced after removing all states
        overridden by the new one.
        - View callbacks are checked not only for the same type but even for
        the same view id: that allowed to fix the following issue: starting
        from the 3rd view for a spreadsheet it could occur that only the cell
        cursor of the previous last view was displayed in the new view.
        
        Change-Id: I2b63526deb4dca39e3a1f430443ebc5d0f61938d
        Reviewed-on: https://gerrit.libreoffice.org/28782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-09-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bc005e8c9c1e7a03da63c168d9e55e9918f08e6c]

        update MONTHS test case
        
        Change-Id: I333fe1c0744563243723837a8ae27bfa7ba559d7
        Reviewed-on: https://gerrit.libreoffice.org/27408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1cef707d9e0f59d7137417533cb3d6f7ef16eae4]

        update years test case
        
        Change-Id: I796982f5675816a145048b906bbfcb8779b8c8c2
        Reviewed-on: https://gerrit.libreoffice.org/27410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-10  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cb4bd523a9acf47c2156469fa7ea76a0a15b3ded]

        update ODDLPRICE test case
        
        Change-Id: Ie3d8f18ef5a8ae0888e5e90077976a7710900dd8
        Reviewed-on: https://gerrit.libreoffice.org/27301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-10  Gulsah Kose  <gulsah.1004@gmail.com>  [594182ce7c2551dd1d13a014cfdfd96a057e63de]

        tdf#73797 Enable object rotation (.uno:ToggleObjectRotateMode) for writer
        
        Change-Id: Ida868d0fc077d6697a0c3754b1add6a48c5d426c
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/27995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [04695b95491b7e866298bf4231fb9cca25a35a93]

        Upgrade mdds to 1.2.2.
        
        This version contains one critical bugfix, which will probably fix the
        following two:
        
        http://crashreport.libreoffice.org/stats/crash_details/62f488c8-1c0e-4ac5-8651-16724b440bf8
        http://crashreport.libreoffice.org/stats/crash_details/298fd7a9-b0ab-46d2-816e-5aafb3b3be8e
        
        Change-Id: I5a26cea7f9293b5ed3026996a05ab8a3a671c38b
        Reviewed-on: https://gerrit.libreoffice.org/28794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-09-10  Caolán McNamara  <caolanm@redhat.com>  [3c15beae4335cfa88a5454e90f23080f1b9a20e9]

        fftester: no table manager
        
        Change-Id: I033454670d1ee662bc80bc07578690155d97ce28
        Reviewed-on: https://gerrit.libreoffice.org/28805
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-10  Caolán McNamara  <caolanm@redhat.com>  [44d4d9d4e998de9b4dc939af4fa40e51e6300951]

        fftester: use of deleted RTFParserState
        
        but we only use the RTFParserState to use its m_pDocumentImpl and
        the m_pDocumentImpl is never changed for the RTFParserState lifetime,
        so take the m_pDocumentImpl at ctor time instead and use that
        directly later
        
        Change-Id: I15152e3f6d9008553b4a384a5e5da21373904cc9
        Reviewed-on: https://gerrit.libreoffice.org/28802
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-10  Caolán McNamara  <caolanm@redhat.com>  [0832db1330bc44c9442ca9431daf77ff28911f88]

        fftester: this mode is intended for paste into an existing doc
        
        so rearrange this to avoid (with G_SLICE=always-alloc) use
        after free after the joinnext that expects to be able to safely
        join the last node
        
        ==3439== Invalid read of size 8
        ==3439==    at 0x269362FE: SwIndex::Remove() (index.cxx:165)
        ==3439==    by 0x26885591: SwIndex::~SwIndex() (index.hxx:59)
        ==3439==    by 0x26885829: SwPosition::~SwPosition() (pam.hxx:51)
        ==3439==    by 0x269AAF0D: SwPaM::~SwPaM() (pam.cxx:437)
        ==3439==    by 0x208D9AA5: TestImportRTF (swparrtf.cxx:182)
        ==3439==    by 0x404054: sal_main_with_args(int, char**) (fftester.cxx:384)
        ==3439==    by 0x40230D: main (fftester.cxx:77)
        ==3439==  Address 0x19143e48 is 104 bytes inside a block of size 248 free'd
        ==3439==    at 0x4C2CD5A: free (vg_replace_malloc.c:530)
        ==3439==    by 0x518A7F4: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:279)
        ==3439==    by 0x518AAD8: rtl_freeMemory (alloc_global.cxx:349)
        ==3439==    by 0x51895C3: rtl_cache_free (alloc_cache.cxx:1230)
        ==3439==    by 0x4EC7A8D: FixedMemPool::Free(void*) (mempool.cxx:49)
        ==3439==    by 0x26AC52FC: SwTextNode::operator delete(void*, unsigned long) (ndtxt.hxx:799)
        ==3439==    by 0x270BE0C0: SwTextNode::~SwTextNode() (ndtxt.cxx:275)
        ==3439==    by 0x26CC16D1: SwNodes::RemoveNode(unsigned long, unsigned long, bool) (nodes.cxx:2298)
        ==3439==    by 0x26CBD766: SwNodes::Delete(SwNodeIndex const&, unsigned long) (nodes.cxx:1210)
        ==3439==    by 0x270BFB60: SwTextNode::JoinNext() (ndtxt.cxx:715)
        ==3439==    by 0x208D9282: SwRTFReader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) (swparrtf.cxx:128)
        ==3439==    by 0x208D9A3E: TestImportRTF (swparrtf.cxx:187)
        
        Change-Id: I1cf70faae542a56f61fa651d6158774c28462999

2016-09-10  Noel Grandin  <noel@peralex.com>  [b1164b07f9fdcd06a77dbdd74d45245a7c42c93e]

        loplugin:constantparam in sd
        
        Change-Id: I2bc989802c12b379a1ba4202f54ecfef1f339c8c
        Reviewed-on: https://gerrit.libreoffice.org/28774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-10  Julien Nabet  <serval2412@yahoo.fr>  [1c6596af456e4cb98784a0728bcb936d3b1f9d0d]

        Typo: (un)kown->(un)known
        
        Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2
        Reviewed-on: https://gerrit.libreoffice.org/28801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-09-10  Noel Grandin  <noel@peralex.com>  [78ea29d51a23bf75f5753fae68ab8abe1072bbef]

        loplugin:constantparam in sc
        
        Change-Id: I82c78dd880c98532db407b0183a43705be2de67c
        Reviewed-on: https://gerrit.libreoffice.org/28777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-10  Andras Timar  <andras.timar@collabora.com>  [6ebca1d1094d8fd85e485e504e810a1954befcc3]

        check for read-only state of OpenCL settings
        
        Change-Id: Ia3695d5e4901e527ef847a86e737f6c7eba5085f
        Reviewed-on: https://gerrit.libreoffice.org/28730
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [df3dbec57ec286baa61677a694ae821e7408bc92]

        Updated core Project: help  6c8c4a5e044c5c22ca3acc7d968b096340562627
        
        replace "also :" by "also:"
        
        reported via pootle feedback
        
        Change-Id: I075ba046e72791ac44d37580972ee270134c4a35
        Reviewed-on: https://gerrit.libreoffice.org/28797
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        

2016-09-10  László Németh  <laszlo.nemeth@collabora.com>  [681d5fd37e469491268d40147c621187dc6f4b95]

        tdf#97191 fix emoji correction conflict with time format
        
        by removing the bad patterns from DocumentList.xmls, and
        adding "h" to the end of the bad en-US emoji short names,
        (separated by a space according to the orthography):
        
        :1 h: instead of :1:, :10 h: instead of :10: etc.
        
        Also complete the fix for tdf#93233, removing the :1:30:-like
        (never working) patterns.
        
        Change-Id: Ia39e1f0d5fdbf686713c6deacf2a56e0beb8b42b
        Reviewed-on: https://gerrit.libreoffice.org/28756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>

2016-09-10  Stephan Bergmann  <sbergman@redhat.com>  [7ed3e749f7b525bdbbbd353f85c765becb90daa6]

        Blind fix for MSVC
        
        Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77

2016-09-10  Andras Timar  <andras.timar@collabora.com>  [822209e28238088d3a63cbfa6826bba3634f418f]

        typo fix: oue -> our
        
        Change-Id: I4c592f467017cc88cd7deb124f9859e0ff515009
        Reviewed-on: https://gerrit.libreoffice.org/28775
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-09-10  Andras Timar  <andras.timar@collabora.com>  [d83925c38b809ce4c7a40cd8f839364d57a390dd]

        DejaVu fonts version 2.37
        
        Change-Id: I86ed4ce1683e572c497dd5170f2e15b8bb20d501
        Reviewed-on: https://gerrit.libreoffice.org/28778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f0bf2c32ae5adde6ec73a3eecdb108ab1457049]

        fix the build
        
        Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0

2016-09-09  Khaled Hosny  <khaledhosny@eglug.org>  [983e03a7d81c0ab24782b28ab899452fa6fd99ac]

        Hack to make Arabic subtending marks work
        
        E.g. in Amiri.
        
        Change-Id: Ibdac6b02bdbae40786d7c2c4725641be5cbfb80d

2016-09-09  David Tardon  <dtardon@redhat.com>  [8e11d353665242fc90ef485ff8f67a44206b6393]

        use std::unique_ptr
        
        Change-Id: I8ba37267e8a7058ade54783ea0e117a8f8816c45

2016-09-09  David Tardon  <dtardon@redhat.com>  [8d458a24f79ed9ba321daa3db283eb22dbd7c27f]

        use std::unique_ptr
        
        Change-Id: I642486578190ed5e74a917c60153cac084f35fe8

2016-09-09  David Tardon  <dtardon@redhat.com>  [97dbbf7282b48eccedf60696ad65cf4e9987c7a9]

        avoid manual memory management
        
        Change-Id: Ibc4e7191e5cbc5a14c32b32bab99116173070a87

2016-09-09  David Tardon  <dtardon@redhat.com>  [7469d7556919a4ebb54e71fbdf3be9c7f88afa13]

        use std::unique_ptr
        
        Change-Id: I39475538ed838e4210e256d85c6dd46232f8dc50

2016-09-09  David Tardon  <dtardon@redhat.com>  [bbb017f95ec70c8d10dc6e1473f14eeda9ff6144]

        use std::unique_ptr
        
        Change-Id: I52713ea0015a5f0118c337279f37bc38b1121f1e

2016-09-09  David Tardon  <dtardon@redhat.com>  [66e6278e9ad0537843cfecbfee9bcf808702a141]

        use std::unique_ptr
        
        Change-Id: I507b19dfd7445144258554b08bbf2fea0ed1698f

2016-09-09  David Tardon  <dtardon@redhat.com>  [064a33a3b8e194876a4e368f65d8df2ff86ce381]

        use std::unique_ptr
        
        Change-Id: I3d7a8a8296e1d107b1f364b5c0785fc9f19cbed5

2016-09-09  David Tardon  <dtardon@redhat.com>  [ab028d991a4c9618c59fd71ddcc4c8f64428264c]

        use std::unique_ptr
        
        Change-Id: I55c6282c7b60cceb702a5f2f0f24b8ad288ec716

2016-09-09  David Tardon  <dtardon@redhat.com>  [ecb2850003ed2e9d40da1c3d3ac3ee043ce2bf76]

        use std::unique_ptr
        
        Change-Id: Ic0cb9399e5cfc7237a3cda666b1d4f926761a9ca

2016-09-09  Justin Luth  <justin_luth@sil.org>  [bdd4a238a1d8a0cbbebbd759011050659668f92b]

        tdf#86926 writerfilter allow fallback if exceptions
        
        The multiset routine was put in to increase the speed of applying
        properties.  However, if one property causes an exception, the
        remaining properties are never applied. There is already a fallback
        routine (if the multiset can't be created), so use that instead
        of returning in a failed state.
        
        Change-Id: Iac53edd5fca8e8543d536609113a7b1109befd82
        Reviewed-on: https://gerrit.libreoffice.org/28765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-09-09  Noel Grandin  <noel@peralex.com>  [20c14c812ccc00692d42d294d3b8dea1774e3511]

        loplugin:constantparam in sfx2
        
        Change-Id: If5d401001abb7bf3fc642d47f537b57836e6d9c5
        Reviewed-on: https://gerrit.libreoffice.org/28772
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-09  Stephan Bergmann  <sbergman@redhat.com>  [9dc0f2b703d8fbc8698a3cf36949a981e55b68c6]

        Blind fix for MSVC
        
        Change-Id: I1b3e21e9fdf1ac14e095df203cb48fdd1b4fd028

2016-09-09  Noel Grandin  <noel@peralex.com>  [cb958bb5e0e81d343c91c08a8513006a7bf1d913]

        loplugin:constantparam in sot..svl
        
        Change-Id: I08db2db3b90725c556e3ba062da5d62d98f6e882
        Reviewed-on: https://gerrit.libreoffice.org/28769
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-09  Andras Timar  <andras.timar@collabora.com>  [f4fcec5f0802620192c31aad24db436ead1b2036]

        handle read-only state of collect usage information setting
        
        Change-Id: I0f612cc39636dd3e2a829b7a6c8dc2a0a5a4b530
        Reviewed-on: https://gerrit.libreoffice.org/28763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-09  Andras Timar  <andras.timar@collabora.com>  [89d77f9d96bbdb8385a49812c731ebbd8e331912]

        handle read-only state of wordcount settings
        
        Change-Id: I1ece8611bbc2d3635abf7270418cefe2834b797b
        Reviewed-on: https://gerrit.libreoffice.org/28762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-09  Caolán McNamara  <caolanm@redhat.com>  [6744039f1becbc182445685a5cba3ed8a0be2705]

        Related: tdf#101921 get taborder to match visual order
        
        Change-Id: I5cf751266c021de469ae57697c1ad25130ee09d4
        Reviewed-on: https://gerrit.libreoffice.org/28768
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-09  Caolán McNamara  <caolanm@redhat.com>  [3d7d318914bd69262da647e0db23ec47d6550afe]

        Resolves: tdf#101921 no tab navigation in style&formatting sidebar
        
        Change-Id: I737ed446d0ead9d748873fec90b62dcced35e328
        Reviewed-on: https://gerrit.libreoffice.org/28767
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-09  David Tardon  <dtardon@redhat.com>  [43c6b20b9fef7b6d331ae15cfcc9fd2632799584]

        use std::unique_ptr
        
        Change-Id: I46dd045b2648f711b3e29ffea0c2e264c141293c

2016-09-09  David Tardon  <dtardon@redhat.com>  [87bc9685c250b403d4c002b54d5c49a6a81222fb]

        use std::unique_ptr
        
        Change-Id: I33d75ede0031da63c00c35af7b42867fea0b8d80

2016-09-09  David Tardon  <dtardon@redhat.com>  [a13b6bd7317e39c3b54d4792aeea99fda0922a9d]

        use std::unique_ptr
        
        Change-Id: I71627aa2a524a59180e8934df9561cf67a1c6126

2016-09-09  David Tardon  <dtardon@redhat.com>  [44c7366d5b58116c14d1dfd41ab6d2c8daec223a]

        avoid manual memory handling
        
        Change-Id: I8b8d1126f20ee29fb3ac80e539da5e340226c304

2016-09-09  David Tardon  <dtardon@redhat.com>  [fccf28b5795b18907337bbb22a85d23a52280add]

        use std::unique_ptr
        
        Change-Id: Ic03888e22949c6c3fc529f9a557f58620fc76f20

2016-09-09  David Tardon  <dtardon@redhat.com>  [df19c3c8006174e452cea455328ebb25e81a444b]

        reduce the insanity level of the codebase a bit
        
        Change-Id: I4e0ee3cb87dd8f2bf8e35909e1b93d311c17a8c6

2016-09-09  David Tardon  <dtardon@redhat.com>  [22547c51cf9484b0d7e1a7ed317fe5f70aaab694]

        use std::shared_ptr
        
        Change-Id: Ie3f89c611f06be3c2fd5f43a4fa691f719078307

2016-09-09  David Tardon  <dtardon@redhat.com>  [8304c237c3d3538cdb597e668aa43df54d4b43c3]

        use std::shared_ptr
        
        Change-Id: I057b3f2ac6ec57b1a586bf450145a9690d891752

2016-09-09  David Tardon  <dtardon@redhat.com>  [7afc5ab572d4584f005a04cd57188a7c646b164b]

        use std::shared_ptr to manage memory
        
        Change-Id: I3fcf285a75a1bf8252e0784c9ff4aceee64f4b5b

2016-09-09  David Tardon  <dtardon@redhat.com>  [2e0cea44050e931bf7b290980a6b8c23de6526d5]

        use std::unique_ptr
        
        Change-Id: I8ebbb94ae5f77fa44f46fb771f7d8ad5fc89a5bc

2016-09-09  David Tardon  <dtardon@redhat.com>  [109ea4752b734683483aef5154d8debca2d300a3]

        use std::shared_ptr
        
        Change-Id: Ib285d2445077a0263a09b36bf1a6fa1fe7f59496

2016-09-09  David Tardon  <dtardon@redhat.com>  [b42af6cee1d2c8a2bdb37d1a6e7e53704b839ee2]

        astyle
        
        Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae

2016-09-09  David Tardon  <dtardon@redhat.com>  [05adc066ec8cbc0609e26ba0ddb2d8e766549309]

        use std::unique_ptr
        
        Change-Id: Idd19671bb2eab12cac2011160c617bf3f43659d7

2016-09-09  David Tardon  <dtardon@redhat.com>  [1eb1ff0faa395ae51696662c85df5e654331b94c]

        use std::unique_ptr
        
        Change-Id: I94aafd665116d01d2f6134c4b41ab70c34e23ab6

2016-09-09  David Tardon  <dtardon@redhat.com>  [260cbd3d3c86cd306129f3db290fed8b993b2909]

        use std::unique_ptr
        
        Change-Id: I21572ac8afb1c514ff78b1e23c7fb9259f0b01fb

2016-09-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [e5981249db34db2367bae2a2f3e7e8d9f8bd09a0]

        loplugin:refcounting
        
        Change-Id: Ic2ab440e011502a1df3cd658fd8a86acc5d5c31c

2016-09-09  Noel Grandin  <noel@peralex.com>  [c3c3e5b0554ca3f49649c96cf0b0b1b770713532]

        loplugin:constantparam in svtools
        
        Change-Id: I04caae0c9ae621c55e16d3bdc014a4729617feb3
        Reviewed-on: https://gerrit.libreoffice.org/28757
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-09  Noel Grandin  <noel.grandin@collabora.co.uk>  [d4b0ab2214425545aac5d98c49dc320ee39d6dc2]

        loplugin:refcounting
        
        Change-Id: I3ab5f1df08670fdad3e31aadafd3a02f1925dd88

2016-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3c72c734087b178cbcf1622e1088335c6eaf6a7]

        cppuhelper: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ia7c3de84b8001a30dbe1863be58a9639167cfa11
        Reviewed-on: https://gerrit.libreoffice.org/28760
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-09  Mert Tumer  <merttumer@outlook.com>  [fbda3f9a8d2d3f2ccd7999a3f110c56bce38c1d8]

        tdf#96810 - Fix Android Viewer: Keyboard can not hide with keyboard button.
        
        Change-Id: I87d83953094d31ed4e1bcf60c55dd19056a7994e
        Reviewed-on: https://gerrit.libreoffice.org/28005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-09-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [52e9cab97dbd7caded0eb63d33ccf12ec61aaec6]

        Updated core Project: help  ea2be76c292e9b2ad455bc47540d8e03626b7ee7
        
        tdf#100990 correct example for RATE function
        
        Change-Id: I8161bd5b805ffc0e852c2d2516e48eba8bdf10cd
        Reviewed-on: https://gerrit.libreoffice.org/28745
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-09  sll  <trtle@yahoo.com>  [e7446c7e7cef06c3f3aa2f19292a412944f0f8a3]

        tdf#62717 FILESAVE : Names Master pages are not saved properly
        
        Change-Id: If58a72fca0f9cbdeb6fc11cc36dbf13e22cdd99a
        Reviewed-on: https://gerrit.libreoffice.org/28750
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-09  Stephan Bergmann  <sbergman@redhat.com>  [31dc693029a6a6f68262ecb68ea7b6dafd291003]

        loplugin:refcounting: No more special-handling of SvXMLImportContext
        
        ...after 32ccb4ea863651c22bf33cc15012971d2a2d2810 "resolve the snafu with 2
        separate refcounted bases"
        
        Change-Id: Iaf13deb0b83b6dfe1a2cf3863e07cf042c8e4f47

2016-09-09  Maxim Monastirsky  <momonasmon@gmail.com>  [ccb986bae00ece4c1402ea89e66c9e46a331c8b1]

        Simplify SfxRecordingFloat_Impl by using SidebarToolBox
        
        Change-Id: I3d2348d8e3db91b0ae4e757efa14a0168604a2b0

2016-09-09  Akash Deshpande  <fastakash@gmail.com>  [79586cf338a6f02ca3568b12f88380cb61957dc9]

        Updated core Project: help  187a8d006c9b738a387eedd65c0cb71e8257e6ce
        
        help-to-wiki shell call replaced with a function
        
        shell call to run getalltitles has been replaced
        with a function call.
        
        Also added a new option to save the title file
        alltitles.csv  If this file is needed, to continue
        to generate this, please add -t to the run.
        Or else, please remove it so that a stale file
        is not kept around
        
        Change-Id: I2902243df59d415fb313efa7d4132b0190658fa3
        Reviewed-on: https://gerrit.libreoffice.org/28650
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        

2016-09-09  Stephan Bergmann  <sbergman@redhat.com>  [02235bc4610f22028c614a61b1493257fda4eaf0]

        Some --enable-ext-* switches got removed
        
        ...with 8dc38d9ded92960eda46343b67da8a8b95404b5a "Remove obsolete OxygenOffice
        bits"
        
        Change-Id: I796505a87a821d6f7f0b79ade9fdeec89932e561

2016-09-09  Noel Grandin  <noel@peralex.com>  [8bfcb53c3d1389632fc7f1eca53d73187a489dfa]

        loplugin:constantparam in svx
        
        Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa
        Reviewed-on: https://gerrit.libreoffice.org/28746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-09  Noel Grandin  <noel@peralex.com>  [976a4803e4cca4c5104c0ed60544a91a50ada012]

        disallow calls to ::Create in VclPtr subclasses
        
        where it can be actively dangerous, if the calling code thinks it's
        creating a ScopedVclPtrInstance, and it actually only gets a VclPtr
        
        Change-Id: I638b28207d60e8fc4ca3d31000c0735d06ce2eb3
        Reviewed-on: https://gerrit.libreoffice.org/28714
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-09  David Tardon  <dtardon@redhat.com>  [0f9a81c8f58c1a9e771d7ff90abe3c20e8283f94]

        remove manual memory management
        
        Change-Id: I07960df50645fb77b24eaad4a60f93b715cbb6a9

2016-09-09  David Tardon  <dtardon@redhat.com>  [6678ff2e84f134a670259b48a7ba1721fccdaeb6]

        improve comment
        
        Change-Id: I475902aa68b426ce27782ed80f45344b57eadd9c

2016-09-09  David Tardon  <dtardon@redhat.com>  [084de9dda40095937dfb990fc39edea31626dba3]

        remove manual memory management
        
        Change-Id: Ic715adae42ff34be892d19802629aa50077dc120

2016-09-09  David Tardon  <dtardon@redhat.com>  [7dd877b4be3ca9cad441b88e4510d5917d25b5b6]

        remove manual memory management
        
        Change-Id: I218784e052ee4d7b9a64ac54cdfaa0f8d08aacad

2016-09-09  David Tardon  <dtardon@redhat.com>  [c6a65137436c87a6e9f85d46193c42ba35698446]

        use std::unique_ptr
        
        Change-Id: I352e542de656d22963eb872f79b40e20008d0a32

2016-09-09  David Tardon  <dtardon@redhat.com>  [516992ec6e8d67552610928b91d7b0d9f7014600]

        remove manual memory management
        
        Change-Id: Ice48916fc9841a29b3a02997375347c7b605effe

2016-09-09  David Tardon  <dtardon@redhat.com>  [73f32870cf3b88b65c40e362fae9bb63e51ec5ce]

        use std::unique_ptr
        
        Change-Id: I3cbe6058cd0d1bccb786866a6adf4859424e36ab

2016-09-09  David Tardon  <dtardon@redhat.com>  [655b94643cae76e09d179adc8172790fcff3f881]

        remove manual memory management
        
        Change-Id: I3f5259ac7cf099a5d03d95a7e9132cc8cb6d0734

2016-09-09  David Tardon  <dtardon@redhat.com>  [4bda91ca86f0036320140178a533c6424b01e43f]

        use std::unique_ptr
        
        Change-Id: I26ab9b4fa441fcbcce8eb013a1d7dce5c8591b6d

2016-09-09  David Tardon  <dtardon@redhat.com>  [a363175cfc100664efa218b87a4d9a143014054a]

        remove direct memory management
        
        Change-Id: I9c7d53a9cfd5c03e1551626a96cdaa30fc4e546b

2016-09-09  David Tardon  <dtardon@redhat.com>  [a66933a890a70f5ff2ac43ccc03c26540ef2ccb3]

        use std::unique_ptr
        
        Change-Id: I5128b3e950657f3fe6fc71a8de56c9dd87ac2324

2016-09-09  David Tardon  <dtardon@redhat.com>  [91c8bec906cd3c39b9da5629391b151d1bad9a03]

        remove direct memory management
        
        Change-Id: I269d42704004f2d6e620fedc82a27e7982ecda23

2016-09-09  David Tardon  <dtardon@redhat.com>  [7977914ae7614657575f7d1ae2cf86f7ad69a580]

        remove direct memory management
        
        Change-Id: I9ab3fccd5b8a0cc64bfe7b70ed7a3e36d0e58a33

2016-09-09  David Tardon  <dtardon@redhat.com>  [3ef084c9bd7a7952a0e69efb9dbda81473c7856b]

        remove direct memory management
        
        Change-Id: Id0278f15e0c46a32cf07900dffdf27b3acb2649c

2016-09-09  David Tardon  <dtardon@redhat.com>  [4f776e0ff2d7b3635dc504c3251dddd03f76c205]

        drop useless comments
        
        Change-Id: Idbecb59bbefb4e63e1de80b8a28033be31e3dd58

2016-09-09  David Tardon  <dtardon@redhat.com>  [4da3d1e3d7469f9ee3de5f183fe0e94cedcb3b1d]

        fix indentation
        
        Change-Id: I0292b9408b0ff74f133daba955a81d9ac706b336

2016-09-09  David Tardon  <dtardon@redhat.com>  [45df4baf4e311e3f0e785bd7b2af9f65ffc436e8]

        use std::unique_ptr
        
        Change-Id: Ic6ebe839fa22e6a7b9904ad00877eddd78331ba4

2016-09-09  David Tardon  <dtardon@redhat.com>  [bb35e4dcf986619edb300f4dcd35d54b04dce034]

        remove direct memory management
        
        Change-Id: I5dd5d9130f11f47c4b48c1aae9748434ac751d95

2016-09-09  David Tardon  <dtardon@redhat.com>  [8b229333aeb98dae259dac068b67195a8baa1423]

        fix indentation
        
        Change-Id: I7f2bf5b4ee507cd50904a193bfd64b293cbdd922

2016-09-09  David Tardon  <dtardon@redhat.com>  [d0d596fc737404e1102fa49086eb585c473cc77a]

        drop useless comments
        
        Change-Id: I0493541da0d444ab94676365e93d4e0e5712bbea

2016-09-09  David Tardon  <dtardon@redhat.com>  [db77b0c691cb3725bdef016117aad0f32718af9f]

        use std::unique_ptr
        
        Change-Id: If5e2e9a47480cca5fea09f96e876aece9cb21f9e

2016-09-09  David Tardon  <dtardon@redhat.com>  [5b010b43d7cadc11ebc6756a9b7689c660f3d387]

        remove direct memory management
        
        Change-Id: I15823666ce8ea1840dc7b927d1a6f2f810edf2d2

2016-09-09  David Tardon  <dtardon@redhat.com>  [6c285099289b2d73c9e7da503341e22728be1787]

        remove direct memory management
        
        Change-Id: I9696b1c0ffe100c8089494197940377d3c6223f5

2016-09-09  David Tardon  <dtardon@redhat.com>  [e501c39a48ab3f73f1994ab03a7f194774ed7ff4]

        remove direct memory management
        
        Change-Id: I5857df56c782131a5849417f69067e6481fd6f6f

2016-09-09  David Tardon  <dtardon@redhat.com>  [1e8140083d7015b47fe326cfbf13da8c6ba8cef2]

        remove direct memory management
        
        Change-Id: Ie5103347fc30095778d96d46ce702bf4f0da00a6

2016-09-09  David Tardon  <dtardon@redhat.com>  [32ccb4ea863651c22bf33cc15012971d2a2d2810]

        resolve the snafu with 2 separate refcounted bases
        
        Change-Id: Ia275596d54ea27436f03d01297fb78b6ca09e8a6

2016-09-09  David Tardon  <dtardon@redhat.com>  [a013b8505534896bc926e54116ef14e7879b0545]

        upload libzmf 0.0.1
        
        Change-Id: I706d454226d17fe1386c876782f6ad2843f17197
        Reviewed-on: https://gerrit.libreoffice.org/28718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-09-09  Maarten Bosmans  <mkbosmans@gmail.com>  [6cf44da0395ce5d8dc9cfda838fb15c593507363]

        Related: tdf#100709 Add unit test
        
        This tests for the two bugs fixed in d16070a3.
        
        Change-Id: I453fc603ca98895c56c6e8df6315b8d1ea96bfde
        Reviewed-on: https://gerrit.libreoffice.org/28734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4a751b119129fc3c924b92cc9d527ab9b504b5c5]

        add F.DIST.RT test case
        
        Change-Id: I8afc84c7e397061f9794985d3ffca54d81713fdc
        Reviewed-on: https://gerrit.libreoffice.org/28645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [138d4fe2b61ed2a5cf6f3d66e54ee204cd452d62]

        add F.INV.RT test case
        
        Change-Id: I7ef191f8665921b194efbe26e99e544be7243a65
        Reviewed-on: https://gerrit.libreoffice.org/28643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9b3699b3b8b49aab42f16a493eeff60897788072]

        add F.DIST test case
        
        Change-Id: I85ab3fab1fc1c7bd709befb269a60e90aa33e66d
        Reviewed-on: https://gerrit.libreoffice.org/28647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1ec04556c9a3819f58ad810f06ff1aaa8bdb2f63]

        add ERF.PRECISE test case
        
        Change-Id: I1d6e4bedd63800f7070e1d4b1e4bbeeaba8e0fcf
        Reviewed-on: https://gerrit.libreoffice.org/28639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ed1dc7bcd8833620f150dbf8479ceeffdc826657]

        add F.INV test case
        
        Change-Id: I49cbe991ccbca0a4a420ad19c26cf4681d4d60a8
        Reviewed-on: https://gerrit.libreoffice.org/28646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3d1391e05a1dcbe0e8468fd84282137fcc73f152]

        add INDIRECT test case
        
        Change-Id: Ifcfcf47dd22560a1e6abdd393e9712ec68a4d5e6
        Reviewed-on: https://gerrit.libreoffice.org/28638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d6c6b9764fa3749d6f2fbca52d1918c66b6a5d00]

        add EXPONDIST test case
        
        Change-Id: I47ce7ff494484d4cbf2dbb0505c3d98d8640d72b
        Reviewed-on: https://gerrit.libreoffice.org/28644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-08  Yousuf Philips  <philipz85@hotmail.com>  [2846aae8feee12695aa920d49c611c5c13cf6f5f]

        tdf#92218 Implement Impress single toolbar mode toolbar
        
        Change-Id: I38c5b6a85c63da55be1382dc4e6ad42a22d33f26
        Reviewed-on: https://gerrit.libreoffice.org/28741
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-08  Yousuf Philips  <philipz85@hotmail.com>  [191b4d964458a052f491521d41eed2f7a7792156]

        tdf#91820 Add Insert > Form Control submenu into Calc
        
        Change-Id: Id5271b9eed490c70f5969a20642ff8b0c2393170
        Reviewed-on: https://gerrit.libreoffice.org/28740
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-09-08  Gabor Kelemen  <kelemeng@ubuntu.com>  [8dc38d9ded92960eda46343b67da8a8b95404b5a]

        Remove obsolete OxygenOffice bits
        
        Since 77104ccd7658cb8f3ac142ea9f7fabc15fc08580 the OxygenOffice
        distro configs are removed and no other official distro uses these.
        
        Change-Id: I2b4d5fea7e4b9098ac88733821af219db23c48fe
        Reviewed-on: https://gerrit.libreoffice.org/28738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-09-08  Mike Kaganski  <mike.kaganski@collabora.com>  [ba18832ceeda21f047a664b71a4333a54737e6c8]

        tdf#75221: make margin collapsing implementation conform OASIS proposal
        
        Since the margin collapsing (aka contextual spacing, implemented
        for LO 3.6 by Miklos Vajna, commits
        6f04bf5e90ff75288dcf75c43843edf798641e3d,
        0662778b0b4b9958ee5e5bd3bac69f9e290f9495,
        11059331718fb8faab483c75633b4e80d8028b7d,
        03f9b6bebc0ca77021be46664c7bcbe4cb297503,
        8631dbf85fb5ed56d225e32ea5a9c36c96b0d649,
        9f4bb5bd4f55b4a80544413efde26391849b1d7f,
        f722299e133568fe75f7cf9ce0c103a1553474c4) is only meant
        to suppress fo:margin-top and fo:margin-bottom, as seen in
        https://issues.oasis-open.org/browse/OFFICE-3767, current
        implementation is inconsistent: it nullifies all spacing, including
        normal line spacing.
        
        This patch makes sure that collapsing conforms to specification.
        
        Change-Id: I413f6469d7891dd85f1f7a2c666f219187ddaec4
        Reviewed-on: https://gerrit.libreoffice.org/28692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-08  Caolán McNamara  <caolanm@redhat.com>  [d45d8ae3c51606eb1d9e63396a0eab13c8742907]

        Resolves: tdf#101881 gtk3 3.18 menubar doesn't grab keyboard...
        
        the same way gtk3 3.20 does with gtk_grab_add, so on gtk_menu_shell_deselect
        the keyboard focus doesn't remain in the menubar.
        
        bisecting gtk itself I find...
        
        commit 5cbbb90e311d95192d1b68ba89c3190cdb652868
        Author: Carlos Garnacho <carlosg@gnome.org>
        Date:   Thu Nov 26 19:54:31 2015 +0100
        
            GtkCellRendererAccel: Use gdk_seat_grab()
        
            https://bugzilla.gnome.org/show_bug.cgi?id=759309
        
        is the commit that makes it do what I want, so add an extra
        gtk_grab_add/gtk_grab_remove around our entry and exit of the menubar
        
        Change-Id: I5bf09834b4e1a14d30403208d03b3abd28a382a8

2016-09-08  Caolán McNamara  <caolanm@redhat.com>  [bcf8f878899be13002b2c40f9f2b9363f20fec3a]

        remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...
        
        unused since...
        
        commit 7affe26a1291eef8c77e890228061f13e987bff1
        Author: Maxim Monastirsky <momonasmon@gmail.com>
        Date:   Mon Feb 22 18:47:15 2016 +0200
        
            Kill sfx2 menu support
        
        Change-Id: I902957b8379be7c314f5357750aeba5a2fcc0a00
        Reviewed-on: https://gerrit.libreoffice.org/28749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-08  Maxim Monastirsky  <momonasmon@gmail.com>  [d704c2b95e811798b900ac18974f7983ffca4090]

        Wrong command for shape name
        
        Change-Id: I99719229fe58233053ce39aa3f07b0d112b32bd7

2016-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7b0cd14117972dce5fc18e09057cb362fbc01de]

        sw: remove qa/tiledrendering/tiledrendering.cxx again
        
        It was first removed in aa94466699a98730d9e8d112fd52cea63c2226b2
        (Executable_tiledrendering is obsolete and can be killed, 2015-03-24),
        and then it was re-introduced with
        00f2787a4a68633206635743298926bf2e65a8fa (vclwidgets: wrap all
        vcl::Window subclasses allocated on stack in VclPtr, 2015-04-09) due to
        a mismerge.
        
        Change-Id: I243375d6a8d7804ed23f2080d2dbb3c0132789f1
        Reviewed-on: https://gerrit.libreoffice.org/28747
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-08  Maxim Monastirsky  <momonasmon@gmail.com>  [28ffa3e2abb5cf3a33314dd957deff752261cef6]

        Unused strings
        
        Since 7affe26a1291eef8c77e890228061f13e987bff1
        ("Kill sfx2 menu support").
        
        Change-Id: Ib08ba64e7d3dc479df15f04f4e9ab81e13611202

2016-09-08  Justin Luth  <justin_luth@sil.org>  [3870c0555aa461268a6d056543f4545d562769ce]

        tdf#81345 docx import fix default page break regression
        
        "regression" from 4e653d15eff26aa5283d8ba20611893f4c573f57
        
        If there are new style elements, then don't treat a
        default break in columns as a continuous break.
        
        This fixes both round-tripping, and initial import of
        columns and headers on this particular document. Since
        MS and LO treat sections so differently, it is a balancing
        act of what to change.
        
        Change-Id: I9c79bc1246108da6a5ebbf744acbcfcbb9d33d48
        Reviewed-on: https://gerrit.libreoffice.org/28728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-09-08  Noel Grandin  <noel@peralex.com>  [0f8a30318695447e205b17fb0af06362ab890bc3]

        loplugin:constantparam in sw
        
        Change-Id: Ibae4cac28e6ff52298c804519f683017729c07a5

2016-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [ac1c3f2ab68a17b6508901bf9b5abdad618158a6]

        more workaround lack of constexpr
        
        Change-Id: I1be117f9845d502d4b8dfa238dc13198f8b76dd6

2016-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [4e5ec21c5191dc6c90c51ae786ac692e804c1fb7]

        workaround lack of constexpr
        
        when dealing with switch statements and o3tl::typed_flags
        
        Change-Id: Ia72a3ff643ea1c41f9b328e980ba51f3cdfdf582

2016-09-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [64a6083df40c5ffe43333f557a96846ea4fa10f6]

        Related tdf#64575 Only allow "Fill Slide" for 1 Image/Slide
        
        Change-Id: I4887a5dd727eecacf7c80a581428f6440218bf86

2016-09-08  Douglas Mencken  <dougmencken@gmail.com>  [8d1885de86132a975075b23a043ead1ad4d9d4f3]

        convert PictDrawingMethod to enum class
        
        Change-Id: I10b8a5b13a68a0229de4b5db64020f5b7dbc5bc3
        Reviewed-on: https://gerrit.libreoffice.org/28731
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-09-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d43864ba4b59375c4a5d55987384a41333941516]

        Updated core Project: help  fbd93f4c667396b55f7c2df3707590ba56218b39
        
        tdf#101805 correct documentation for ERF.PRECISE function
        
        Change-Id: Ic621f1e60f41ebcda5b3f390713da4315cf68500
        Reviewed-on: https://gerrit.libreoffice.org/28735
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [fb627243020ce053fe2e705c7d64a5020977f208]

        Updated core Project: help  b62218feb4fc7d278699d425868fdc7ac1bb6212
        
        tdf#101064 adjust menu path to Format - Frame and Object - Properties
        
        Change-Id: Ib7692042bfb7daaf7325be8f183759b27eb315e6
        Reviewed-on: https://gerrit.libreoffice.org/28733
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-09-08  Noel Grandin  <noel@peralex.com>  [579426f798580093214fa8a7cc648318642c7e12]

        loplugin:constantparam in sw
        
        Change-Id: Ic49d1c3c7b57fb213964ddc21b0f774c762aad94

2016-09-08  Noel Grandin  <noel@peralex.com>  [847e004e65ec3c35acff607588d15cd75a84f121]

        convert nsRedlineMode_t to typed_flags
        
        including fixing a bug in SwXMLExport::exportDoc where it was ORing with
        a constant from a different type: nsRedlineType_t::REDLINE_INSERT
        
        Change-Id: I2bb154c9a35d106e64fd1a8b6e928d0384c9fafe

2016-09-08  Noel Grandin  <noel@peralex.com>  [3cac15856ade9fce161a49212c9d1861741122a5]

        loplugin:constantparam in sw
        
        Change-Id: Ifcb05b7fbca7fc6c8ad82bad38a927ba9f9511bf

2016-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [e61b20dc1aeb271fab1f143e336cdc5b886b3d17]

        rename CollapsAttribs -> CollapseAttribs
        
        Change-Id: Ic70f67fb7e0e557a3a726f44aef25931def49835

2016-09-08  Noel Grandin  <noel.grandin@collabora.co.uk>  [17b1bbb548cd193cde68a35b84d1ace6452e7036]

        improve comment grammar
        
        Change-Id: Ic7da4b4d67bb006290af6c7b9e5d084d13b6ca98

2016-09-08  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [6ccb82ddf302acbd56bd4ea67fce107883e5391c]

        tdf#101712 Writer Table Style; odf export; remove parent export for cell style
        
        Do not export the parent-style-name attribute for a cell style.
        The parent-style-name attribute should refer to a style of table-cell
        family. Not a table-template element.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/28729
        
        Change-Id: I350ec7cef0ac544ce4e5dec54015412a4070b1d8

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [1c2ac71f80e271a6352384e0bce8c8f432bf37f6]

        Resolves: tdf#100443 handle sun keyboard copy/cut/paste keys
        
        Thanks to Charles Lindsey for these suggested changes
        
        Change-Id: I22d14f16ee560f189c40ba0b143718278e0a8b7d

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [cb6fc75c5433b826afdbbb60259c0d6c658f8e14]

        Related: tdf#100443 don't use deprecated gtk keysym defines
        
        Change-Id: I7c018a304844b06e66b7f344a4deeabb43ae4026

2016-09-07  Stephan Bergmann  <sbergman@redhat.com>  [641722e9c6eda7f4bfe626ed6227c0906ef6afc6]

        loplugin:stringconstant
        
        Change-Id: I972a8423f3751de50c95d83ddcefe449493ccf57

2016-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d9e5b40c1a6d91323564e60b25ccf04df86db4b]

        tdf#78727 sw: fix missing textbox text when anchored inside flying table
        
        It was missing as the shape text range was deleted twice, as
        DelFlyInRange() thought both the fly and the draw frame format own its
        contents range, while only the fly one does (when called by
        SwDoc::MakeFlyAndMove(), called by SwXText::convertToTextFrame()).
        
        Thanks Red Hat for the pizza!
        
        Change-Id: I26e23550df085511e0e87f593f1a461057413d0e

2016-09-07  Yousuf Philips  <philipz85@hotmail.com>  [93b1279ce7aacc98ed102e0db30445db286b26e6]

        show go to page icon in menu
        
        Change-Id: I7d22dad7c0e31a12731b938aa7d6a059c28ada38
        Reviewed-on: https://gerrit.libreoffice.org/28702
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [eb20d3cdaacb96b23f1fc771120388e6628b09e2]

        tdf#101869 Allow toolbox to open from spacebar
        
        Change-Id: I3a60c8f590f78a9d750a428170d2a0521f267fd8
        Reviewed-on: https://gerrit.libreoffice.org/28727
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Yousuf Philips  <philipz85@hotmail.com>  [5f560fa672efc9651dd6c68a909cfcfe5ac38a12]

        Adjust labels in the bullets and numbering dialog
        
        Change-Id: If8892446dcabd8dc51d1193fe1fcccd64fa07bac
        Reviewed-on: https://gerrit.libreoffice.org/28706
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c1861bc8cebd2dda015c26919c4e69ef9d2f8539]

        Make PageColumnPopup Dropdown-only
        
        Change-Id: I69d8fd528238548521f1e201a19d1681c4ee3ec1

2016-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [35a80b643305d9a054120e5ab5c137903d5a946f]

        Make PageOrientationPopup Dropdown-only
        
        Change-Id: I48b119e2bc7571ccaa609e7a8cef7eb4ad8aeb0f

2016-09-07  Szymon Kłos  <eszkadev@gmail.com>  [d5137fe53e5f2e0b87dd27f6e7602a392b3931bd]

        Page column popup converted to use outside the sidebar
        
        Change-Id: Iedb239eba5d74d10cef68276c2a03028f8cf81bf
        Reviewed-on: https://gerrit.libreoffice.org/28703
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [e928e2daa3a8a9ad5d8ee7bf5982b41ec9cc6344]

        less dlopen, call gtk2 things direct, baseline is newer now
        
        Change-Id: Iff385fe836f8e959fb8b16aa76603b490bc44d9f
        Reviewed-on: https://gerrit.libreoffice.org/28719
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-07  Szymon Kłos  <eszkadev@gmail.com>  [56fdbdbe51d10d08936f4514bef82887000ea53c]

        Notebookbar: fixed crash while using two modules simultaneously
        
        Before patch after opening e.g. Writer and Calc with active Notebookbar
        crashed application.
        
        Change-Id: I0eb18778ff23acce19d662156185480c6112eaa1
        Reviewed-on: https://gerrit.libreoffice.org/28715
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Eike Rathke  <erack@redhat.com>  [95c91f098e8974c41c8d403a351fe53db6822165]

        Resolves: tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YY
        
        This still (unnecessarily) prefixes with [~ROC] but preserves the
        intended "no leading zero" semantics.
        
        Change-Id: I154be0978a8147ceddefcb546c257d44f770b5de

2016-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [583aec2552ed7f8eb22ea7ab7fff7d42e09a506d]

        tdf#90597 Revert "Jump to next change when accepting or rejecting a change"
        
        This reverts commit 1deaa9d304239b2d603cc85bbcb8b8f50d8714da.
        
        Change-Id: I4718ffea3f288b654cb037a5edbfa66f704a6eb5

2016-09-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7acb661bebc052125bb7362ed594737e1d387dfb]

        Photo Album Dialog: Don't add caption by default
        
        Change-Id: I025a42b765200cfa6ac9664c03051a9f523700a0

2016-09-07  Maxim Monastirsky  <momonasmon@gmail.com>  [a9c136b963134a0aa7cf20159acc1bc545f1d40e]

        Do not change the OBJ_CAPTION code path
        
        (and fix static method call)
        
        Change-Id: I5a73695eaa8b6b5b3506acd34b303dea28cfb5e5

2016-09-07  Gulsah Kose  <gulsah.1004@gmail.com>  [37a3fc1ca2a08e41dcf39946d891e7e315106d64]

        tdf#101390 Add Arrows toolbox functions on writer drawingbar.
        
        Writer arrows toolbox includes following commands
        .uno:LineArrowEnd
        .uno:LineCircleArrow
        .uno:LineSquareArrow
        .uno:LineArrows
        .uno:LineArrowStart
        .uno:LineArrowCircle
        .uno:LineArrowSquare
        .uno:Line
        
        Change-Id: I91af27826ea411eabfa61c11962cfb85d2d2aab2
        Reviewed-on: https://gerrit.libreoffice.org/28363
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2016-09-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [f10549961983b10148ba9ffe91a5e6c19bde909f]

        tdf#101812 Opening template manager switches to templates view in start center
        
        Change-Id: If80957bcebebe6c64237cd446465a3d6cc72bc18
        Reviewed-on: https://gerrit.libreoffice.org/28725
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Abhilash  <abhilash300singh@gmail.com>  [511acc66f543b0200ebe70cf072e5a8db8677809]

        tdf#64575 Photo Album: Better Image Layout
        
        Change-Id: I021c5fa921eb80edd996e0224e69e3b3d54b76d3
        Reviewed-on: https://gerrit.libreoffice.org/27654
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Khaled Hosny  <khaledhosny@eglug.org>  [6323e6628668849438e6e19ba7ad2c6598263261]

        Fix not-so-newly introduced perf regression in vcl
        
        Reverts f688acfdae00ebdd891737e533d54368810185e1 and the cluster
        boundaries part of 1da9b4c24e806ad2447b4a656e2a7192755bb6a8, checking
        the user of the GlyphItem::IS_IN_CLUSTER flag again, I think the old
        code provides what they expect.
        
        Change-Id: I47d279837af963a6db74ebd0019dcef83d98ae7a

2016-09-07  Gabor Kelemen  <kelemeng@ubuntu.com>  [e75057a4d79d96464ff7ddd1511641b23757a502]

        tdf101964 Make the Styles category name translatable in Templates dialog
        
        Change-Id: Ia3a7054d8c8cfc7ae86f11087c1c2d7209bd104a
        Reviewed-on: https://gerrit.libreoffice.org/28722
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Szymon Kłos  <eszkadev@gmail.com>  [1fc1e8ed0c24ea545658ee6e4aabd40d74b7125f]

        BigToolBox painting fix
        
        If the button was dropdown only type the arrow
        was on the same position as a text.
        
        Change-Id: I3d9693ef57c5c2d27549987339a1c388bc3ff724
        Reviewed-on: https://gerrit.libreoffice.org/28721
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3b3feeff98385bccce14b83bf32f079f624550c6]

        tdf#82840 Add 'Add Separator' button to toolbar customization
        
        Add 'Add Separator' button to the 'Customize' dialog's
        'Menus', 'Context Menus', and 'Toolbars' tabs. And remove the
        'Add Separator' item from the 'Modify' menu.
        
        In the following commits, more widgets will be added
        and moved around to achieve the suggested appearance
        and functionality in the related bug report.
        
        Change-Id: I1961e2ebeb326eca69d8f967b2b636793200aba0
        Reviewed-on: https://gerrit.libreoffice.org/28681
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [bece2e8415a9ef33bba492569c7c21e58878a836]

        writerfilter: avoid redundant get() call on smart pointer in TableManager
        
        Change-Id: Ie9361fb64a199a9690e2c6bc62a891406fb8b4b9

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [0b229f73b676d1e9f1dd28b04b6aae4de1f4de32]

        gtk: drop unneeded X11 includes
        
        Change-Id: Iea6f90e40401bd3f0e4c54de598df2262f14b686

2016-09-07  Johnny_M  <klasse@partyheld.de>  [980756ce042eede8ba617f1c54a387a7ecbaf5db]

        tdf#101863 Remove superfluous apostrophe auto-corrections in DE
        
        Following auto-corrections in the DE locale are are being removed:
        
        gehts -> geht´s
        gibts -> gibt´s
        wirds -> wird´s
        
        Change-Id: I511ad10b065e3ebe65bc06b9304b0822adbb4e6d
        Reviewed-on: https://gerrit.libreoffice.org/28628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-07  Noel Grandin  <noel@peralex.com>  [bcbbf987771793030c7377f065f01f53c8f23ee3]

        -Werror=unused-but-set-variable
        
        Change-Id: I1a7ed38a95b06029d821b000324b2cc880df1ebb

2016-09-07  Noel Grandin  <noel@peralex.com>  [21cbf3a33dbf06c119cc3c1f377b953fd97af94b]

        convert HTML_CNTXT constants to typed_flags
        
        Change-Id: I94197bd40e4eca751452494d41abba05f69c8b8c

2016-09-07  Noel Grandin  <noel@peralex.com>  [93136caef5a34d2d4017376fa7192d332765431b]

        convert HTML_FF flags to typed_flags
        
        Change-Id: I61c1c008925bcd4b51de327004b73e1c18b34189

2016-09-07  Noel Grandin  <noel@peralex.com>  [15da84c9c3a5323075c5e97ccd595a130f54cf20]

        loplugin:constantparam in sw
        
        Change-Id: I16badc615e98202668b1b201035b5137cb94c10c

2016-09-07  Noel Grandin  <noel@peralex.com>  [c158c00489d35af7f5f9278b8ee545678d6a42e5]

        loplugin:constantparam in framework..vbahelper
        
        Change-Id: I592f73012ae8a4df8488ef04dc0956d9400625bc

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [5e9982668224345f901631d664985e823530e05a]

        rtf: throw early on a bad nestrow token
        
        Change-Id: I9de8d09bce18fd1e8a145617794594a99a5f996e
        Reviewed-on: https://gerrit.libreoffice.org/28708
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [4349b6b060c95ca42f5a2ecebafe389e0e9dbb48]

        rtf: don't skip backwards on skipping bin specified bytes
        
        otherwise we could end up re-parsing the block endlessly
        
        Change-Id: Ia90a9e5b513951c91e1917483f9e030dbee98ffb
        Reviewed-on: https://gerrit.libreoffice.org/28707
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [6d812e114f1fac014da82955a73b44212b2c6022]

        cosmetic, substitute text::HoriOrientation::NONE for 0
        
        Change-Id: I793597b65a8bacac2cab67ece70b42478c793aad

2016-09-07  Caolán McNamara  <caolanm@redhat.com>  [318394abef910649d8ef4db39a0f4c469c03d3cf]

        wrong ScopedVclPtrInstance creation
        
        Change-Id: I524f507bc5720704460d94bb52f99cb7792703e9

2016-09-07  Noel Grandin  <noel@peralex.com>  [673b436c3592c5747f3dce4947168d6fa3ba45ea]

        loplugin:constantparam in vcl
        
        Change-Id: I0cae8e5de1170dec4c82df7f1f5377143a079876
        Reviewed-on: https://gerrit.libreoffice.org/28686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-07  Noel Grandin  <noel@peralex.com>  [702496391b2b9ef53f83752b34feb3c33d7fb4e9]

        loplugin:constantparam in vcl..xmlscript
        
        Change-Id: Icf66c08071b154259c9e551342d30331caf2b15a
        Reviewed-on: https://gerrit.libreoffice.org/28685
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-07  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ec47e78fee143a3f1705c35300003cb2369013c6]

        framework: cleanup redundant comments
        
        Change-Id: Id4cb444a1e21ec0ee94a2604c15bc43220a7b571

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [30af3971d826d55426f51a7beb14c24ac3880250]

        fftester: missing ValueLast
        
        Change-Id: I8e881871b1ae4dea757263d04796779e62e168dc
        Reviewed-on: https://gerrit.libreoffice.org/28693
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [a5a875940b231b3da5ea23378aa61fefa0a4ac79]

        if we throw in sw on HoriOrientation::NONE then don't pass it in from rtf
        
        Change-Id: Ie01cca9b7cc432fc1fe14bb600af5083d6ca6a0d
        Reviewed-on: https://gerrit.libreoffice.org/28687
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Stephan Bergmann  <sbergman@redhat.com>  [f7dd958ad383c31fe380273d4a59e24fe6fe8caf]

        Work around loplugin:unnecessaryoverride
        
        ("public virtual function just calls public parent", in the gtk3 case)
        
        Change-Id: I0d5653f835fe0e62a905943fda7d79538dabfee3

2016-09-06  Stephan Bergmann  <sbergman@redhat.com>  [548ab842a845e1e51922c8928be4ee57c8909146]

        Again avoid UBSan "left shift of 65536 by 16 places cannot be represented...
        
        ...in type 'int'"; i.e., re-apply 11cc9bdc21be241f2feb3ab4822d9d365dba4f96
        "Avoid UBSan 'left shift of 65536 by 16 places cannot be represented..." after
        67ef208b2b586603e205105a384231645d7f6712 "Fixes for migrating SvXMLImport to use
        FastParser" removed that fix, for no apparent reason.
        
        Change-Id: I8379d2ae8a39ce8a655688d1168d8de67186472a

2016-09-06  David Tardon  <dtardon@redhat.com>  [c6383758c7f22071346b25f0d3e45d17d73b5a64]

        use std::unique_ptr
        
        Change-Id: I0cc84cc6b18849118a2b7824a8e4b37ca063cd50

2016-09-06  David Tardon  <dtardon@redhat.com>  [7571242f793200379bf90f605f21225e03df85fe]

        rewrite using a for loop
        
        Change-Id: Ia58651d011064e4d324e5e7851b681f4d13d41a7

2016-09-06  David Tardon  <dtardon@redhat.com>  [7e4d1521058916cf0facdba91f5b0ae1e95d318a]

        drop unneeded dynamic allocation
        
        Change-Id: I9e19c33998137ee0065f92ccb980d1ff5a82115b

2016-09-06  David Tardon  <dtardon@redhat.com>  [9f965900a8a22cdf9dcd10f962e27b9ffc3ed8b8]

        remove extra whitespace
        
        Change-Id: I07dd8be5e74c0776d24222d8af2628535c9ba980

2016-09-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [77bb65881a7dff2f3935df6dae7f3b1e0b756e12]

        remove outdated comment, getter not needed
        
        DBG_CHKTHIS call was removed from Which() in commit
        d205ff49be10159d1766c2d06182c02255497def
        
        Change-Id: I4d5b806f0b0733ae3dc84c672ad9d6915d211f68
        Reviewed-on: https://gerrit.libreoffice.org/28682
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f2d5db38bac64b665c6e4a127bbbd63a7ed9af5]

        tdf#44986 RTF import: handle \trwWidthA by faking cells
        
        The DOCX import handles this at a tokenizer level, so let's do the same
        in the RTF case as well.
        
        Change-Id: Id7ff43fa9e9bcd05b13d187623d39fb072758057
        Reviewed-on: https://gerrit.libreoffice.org/28679
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cb970f2d3d4241ce209b84518ac798598fd0dc39]

        use range based loops in SfxItemPool
        
        access arrays with []
        try to clear up Delete()
        
        Change-Id: Ifcb741f56d263cf79c751aa6e32b410e6c22e6ef
        Reviewed-on: https://gerrit.libreoffice.org/28673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-06  Noel Grandin  <noel@peralex.com>  [d2143eacaf8b9799a1abd9bf1ce54df9bf73d29a]

        teach loplugin constantparam about default param values
        
        Change-Id: I334622bd34d8349f5b3988122d282b1062b225bb

2016-09-06  Noel Grandin  <noel@peralex.com>  [d69066115c73986b9956d1dfd070787ff6eebd6a]

        improve loplugin:countusersofdefaultparams to check constructors
        
        and their call sites
        
        Change-Id: Ie068cfe2a8f7c3887d38f186a5e91b0cfdcad236

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [180a0eac238ce456771ff20b8d3274b43408f54c]

        use same GtkInstance::AnyInput impl for gtk2 and gtk3
        
        Change-Id: Ib69884e0d02b0b245459eb05d5dfb54797d566ce
        Reviewed-on: https://gerrit.libreoffice.org/28680
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Yousuf Philips  <philipz85@hotmail.com>  [9ea5483d9bd44b136c89e45ef96bbf3df0a7cdef]

        a11y: fix missing labels in sw paragraph dialog textflow tab
        
        Change-Id: I3173cf240131788013345aa864156286affa476d
        Reviewed-on: https://gerrit.libreoffice.org/28657
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Yousuf Philips  <philipz85@hotmail.com>  [c97969af143bbc646bd24b25f1aae49a8decf662]

        a11y: Labels for fill characters options in paragraph dialog
        
        Change-Id: Ied1bbc4350da2de3df0e3e695eee7baaeb46499b
        Reviewed-on: https://gerrit.libreoffice.org/28659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Yousuf Philips  <philipz85@hotmail.com>  [606894486d7eb85d9748675ef4ef5bda12846753]

        tdf#91820 Add name and description to Format menu
        
        Change-Id: I6a7dddce37bdc57fa0de51c4095d5cb413b9fd11
        Reviewed-on: https://gerrit.libreoffice.org/28649
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Yousuf Philips  <philipz85@hotmail.com>  [13d421570e0a5638d5c137a7c3499357b54a17e9]

        tdf#101116 Improve accessibility of template manager
        
        Change-Id: Id4475bbb9945703d1611fb36ea299904afc6ad1e
        Reviewed-on: https://gerrit.libreoffice.org/28637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Yousuf Philips  <philipz85@hotmail.com>  [62fdfdded30e3e7507590a07791cc78e6b2b1d80]

        Make character dialog's hyperlink tab accessible
        
        Change-Id: I6b2351b5a46562236dc93c6de3daa185e2a72fb2
        Reviewed-on: https://gerrit.libreoffice.org/28653
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [2923907cbdc68b5723a00b92cbf6b6845c3c77f8]

        GtkInstance should use default no-op I18NImeStatus
        
        gtk3 already did, gtk2 claimed to support it, but
        will use the built-in gtk support for this. So this
        leaves this as gen/kde4 only now.
        
        Change-Id: I640ffafc93bf45a4729ecd33f0f85f23fa67b4bf

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [d2038058c0568041e1722e877aae2825931a8745]

        move all X11SalData stuff together
        
        Change-Id: I2dc27e8aa0231ad66955721029f61720d757967f

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [495ad69a2eb2b0b12bf799a8f973a7121c4722d2]

        don't need to include all these headers, reduce to required min
        
        Change-Id: I1f05ed32cabc059309f46ec0a195705f0e774bd6

2016-09-06  Takeshi Abe  <tabe@fixedpoint.jp>  [c966bac490bb161cb2f5ede962a6e3e7f002e178]

        starmath: Drop unused 1st argument of SmErrorNode's ctor
        
        Change-Id: I01d8fa4bcfbfd4757230ff54902967f709216111
        Reviewed-on: https://gerrit.libreoffice.org/28678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-06  Caolán McNamara  <caolanm@redhat.com>  [9f0827d5824f1418bd3e26bb3ac9458179898e9c]

        SalI18NImeStatus is stubbed the same way for everyone except...
        
        the gen vclplug, which is then unused for the gtk/gtk3 case
        so only possible to use in gen/kde.
        
        Make the default impl the no-op case and override just in
        gen
        
        Change-Id: Id0dd3fe4ae4e5b94bfc56219defab56905ec710a
        Reviewed-on: https://gerrit.libreoffice.org/28675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-05  drazil  <abcdefghi236@gmail.com>  [12c11e65780e48bc569c1028b0f5efec3373c5ee]

        tdf#43157 Clean up OSL_ENSURE in FontTable.cxx
        
        Clean up OSL_ENSURE in FontTable.cxx.
        
        Change-Id: Ibe0b58d00ac5cd63e6227f5d73e70fd1785aa694
        Reviewed-on: https://gerrit.libreoffice.org/28640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-05  Takeshi Abe  <tabe@fixedpoint.jp>  [d3035126aa8d35130a12263d052c3360a1e57cc5]

        starmath: Pass offset by const ref
        
        Change-Id: Ideb32c7c5d43ff8d1ed9882c4c2654bec5239267
        Reviewed-on: https://gerrit.libreoffice.org/28664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-05  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9ee01c424e37f7cd76d2edf38e9bc5f6e988d18d]

        gbuild: remove hardlink deliver
        
        Since there's hardly any 'deliver' going on anymore...
        
        Change-Id: Id349958d299c9742382d37deab2125bc09930c14
        Reviewed-on: https://gerrit.libreoffice.org/28655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-09-05  Aron Budea  <baron@caesar.elte.hu>  [fdc867a4bc6ac2810732af898c620a889cde725c]

        tdf#100442 use unordered_set for GraphicManager's maObjList
        
        Speeds up ImplCheckSizeOfSwappedInGraphics.
        maObjList didn't seem to depend on it being a vector.
        
        Change-Id: I0028186b5c4f53ae198b9b33a31c51f0b2e5eb45
        Reviewed-on: https://gerrit.libreoffice.org/28439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-05  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [67ef208b2b586603e205105a384231645d7f6712]

        Fixes for migrating SvXMLImport to use FastParser:
        
        These are necessary for implementing fast interfaces
        for the contexts.
        
        Change-Id: I37655c85c76b42782a49eeea3140490213047341
        Reviewed-on: https://gerrit.libreoffice.org/28641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-05  Stephan Bergmann  <sbergman@redhat.com>  [4e933ea84ec97ab5c4a353995c4c1ce7cdf54ea3]

        sal_Bool -> bool
        
        Change-Id: I0d491db88b181de63fcfb2e45a02571f272b6bfe

2016-09-05  Stephan Bergmann  <sbergman@redhat.com>  [f893a2b9ee74e15de4ead641635c728616b65bdc]

        Simplify Sequence construction
        
        Change-Id: I24b53d2879d1aa34d7882300c7b51e42e621160e

2016-09-05  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [f62d22286972d22809fafbd9cb44263d12a6aa85]

        tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.
        
        Change-Id: I8114e338451b5b2e79b2318f558cbd075f024f08
        Reviewed-on: https://gerrit.libreoffice.org/28584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-05  Yousuf Philips  <philipz85@hotmail.com>  [6004f5c61ec4b075075360e49b138d34ad84d056]

        tdf#101115 Make save as template dialog accessible
        
        Change-Id: Ibe853888e93fd4adeb322b9e426ba6f07c309f7f
        Reviewed-on: https://gerrit.libreoffice.org/28636
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-09-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8d3efdfe0cbc21e7bff57f6d265ed6d6cefece7f]

        fix LAST enum members
        
        SdrRepeatFunc doesn't use it.
        XPropertyListType needs LAST for o3tl enum range.
        this fixes warning in svx/source/xoutdev/xtable.cxx:359:
        unknown xproperty type
        
        Change-Id: I5c3b7d0fa55c46002240e4f1697b1f21a0e364f4
        Reviewed-on: https://gerrit.libreoffice.org/28672
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-05  Stephan Bergmann  <sbergman@redhat.com>  [7471d39ec6bfa494e5e5066e2942cf3b638a7fb3]

        distclean generated files
        
        Change-Id: I5498122f200aee198fb639189fdb93f89462c7b1

2016-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8b639fc7538d02efaf4d2c7abc6e371e9e52402]

        sw: prefix members of SwEntryBrowseBox
        
        Change-Id: If6e368a5d3bd1dfddb58556cbd9c249f9ced32fe
        Reviewed-on: https://gerrit.libreoffice.org/28671
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-05  Noel Grandin  <noel@peralex.com>  [60f35eb4b77f5a0704bcc2567a8976b332c564ca]

        drop default param from Fraction::Fraction
        
        because if I make call-sites use the default, I get warnings about
        ambiguous functional conversions
        
        Change-Id: Ifd452c946832d0f9d62a10a46d90fe1ea3e79945

2016-09-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [4aca836a468bb0e2a7aae0800164e2b81f96243f]

        tdf#82840 Add 'Reset' button to toolbar customization
        
        Add 'Reset' button to the toolbar customization dialog,
        and remove the 'Restore Default Settings' item from the
        'Toolbar' menu.
        
        Note that this 'Reset' button does not only reset
        the selected item but also restores the selected
        top-level toolbar to default settings.
        
        Since there is no 'Restore Default Settings' option
        in the other tabs of the config dialog, the button is
        disabled and hidded in the parent class ctor, then
        made visible again in the child class ctor.
        
        In the following commits, more widgets will be added
        and moved around to achieve the suggested appearance
        and functionality in the related bug report.
        
        Change-Id: I028c082daf423761e3511101069a0dc842743e3b
        Reviewed-on: https://gerrit.libreoffice.org/28621
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-05  Szymon Kłos  <eszkadev@gmail.com>  [cbe43883e465336da55c96665f9bb7672ffa3bb0]

        Page orientation popup converted to use outside sidebar
        
        * popup converted to .ui file
        * added .uno:Orientation
        * label & icon for .uno:Orientation
        * control inserted to the notebookbar.ui (Page layout tab)
        
        Change-Id: I93f35a65c4461635d0cfd1afd4546a9d2a8c4d04
        Reviewed-on: https://gerrit.libreoffice.org/28405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-09-05  Noel Grandin  <noel@peralex.com>  [74ab2a686144545255a2f07dde3f14f66f37753e]

        Convert PPDKey::SetupType to scoped enum
        
        Change-Id: I7c39c9bd4bc3b8fe82840665906f8d520e2e2d2a

2016-09-05  Noel Grandin  <noel@peralex.com>  [2e3717837ffe257f98c854ebde2c7a0ac0ff27fb]

        convert PrinterInfoManager::Type to scoped enum
        
        Change-Id: I3ae15e3ef9505b9857ab1dfa0ecdbf57e3a08150

2016-09-05  Noel Grandin  <noel@peralex.com>  [3dfbf76e587b7ed7ee40ef2b4c4ef4805df22900]

        convert DuplexMode to scoped enum
        
        Change-Id: Ic6f6e11437e75d17630683196c1b94dc25dd888f

2016-09-05  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2c39312bae5973eeac408cb5a615db946c01517d]

        correct copy and paste in debug message
        
        Change-Id: I6898c78d412544f0e2a44d7d48140731b676821a
        Reviewed-on: https://gerrit.libreoffice.org/28669
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-05  Noel Grandin  <noel@peralex.com>  [5d22a47b4431c5718d989e738d2963d0b880d898]

        loplugin:countusersofdefaultparams
        
        Change-Id: I38bfc88e85a9e5a024e982e555a0e0485a3010ad
        Reviewed-on: https://gerrit.libreoffice.org/28662
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-05  Noel Grandin  <noel@peralex.com>  [87ee6c044d79978d2121087f5e1a10f417adf9c7]

        convert Orientation to scoped enum
        
        Change-Id: Ifbfcf3557ca2a16d21e7a1d613ee54c1c6625f07

2016-09-05  Noel Grandin  <noel@peralex.com>  [04a8ba2084950f998d791edad29739c124c8c4b8]

        convert ScrollType to scoped enum
        
        Change-Id: I6dd02d4f7df028dada6cfd5d767a6ec1b1c1efe1

2016-09-05  Noel Grandin  <noel@peralex.com>  [a1cd62bcd589a7c1050e327f4cb0ad95f9ea19d1]

        convert ToolBoxButtonSize to scoped enum
        
        Change-Id: I365b0e34361eb339b04e5f4792f54eff5bf582a5

2016-09-05  Noel Grandin  <noel@peralex.com>  [256654c26fa0d474891809d30d0004c3d87a5841]

        convert ToolBoxTextPosition to scoped enum
        
        Change-Id: I467b3245d5366af461dfd45eb9fd6fa87a6bef17

2016-09-05  Noel Grandin  <noel@peralex.com>  [5fab198d0d6c2a6619cf7e5deac2f1fc969810ca]

        fix usage of std::unique
        
        in commit 26c149617c54e29902a "std::list<sal_Int32> to deque"
        
        Change-Id: Ifd6ad15d8f95512e31bac4c39d2092a53a7c0ee1

2016-09-05  Noel Grandin  <noel@peralex.com>  [2df04c81cf08301f8b4479471dd59352bf90b6e3]

        convert ExtTimeFieldFormat to scoped enum
        
        Change-Id: I6cb4e057f7a5b83edb51048f24372d19fbf48177

2016-09-05  Noel Grandin  <noel@peralex.com>  [0112840eb074dd0feeedb4aa132e7e04c2b855b1]

        convert ExtDateFieldFormat to scoped enum
        
        Change-Id: I717e5e727ee0e2b6d732ecc6a432c70926654902

2016-09-05  Noel Grandin  <noel@peralex.com>  [12569802394fb0a9850fcdb0647a0845a803f1ff]

        convert GradientStyle to scoped enum
        
        Change-Id: Ib740da708612df7a5f4b8c82262b9b1bd436604d

2016-09-05  Noel Grandin  <noel@peralex.com>  [933c0679d64a5585ebfd233180a1a818b493eec5]

        convert HatchStyle to scoped enum
        
        Change-Id: Ibef51ae5ae135ae584791959ec3f7bf78c50e2a8

2016-09-05  Noel Grandin  <noel@peralex.com>  [65ca57a447bae97714b1b32aa2df5705215a95ad]

        convert LineStyle to scoped enum
        
        Change-Id: I30cfa5a0649b806604c443f55683d1f2a430983d

2016-09-05  Noel Grandin  <noel@peralex.com>  [a881fd7e66294ada222e1d618a7d47a0549a2342]

        convert RasterOp to scoped enum
        
        Change-Id: I136423c105316c9b5b18e64d04a248fd7ac5590b

2016-09-05  Noel Grandin  <noel@peralex.com>  [8c5d90adaf1813c8f3a65487044b8fbe80f8bc85]

        convert FontAutoHint to scoped enum
        
        Change-Id: Ie60f2e94e178ab7ed292b20da88fb5958662a041

2016-09-05  Noel Grandin  <noel@peralex.com>  [fcdf143e519778bba1a852fd75b65122ba748f1c]

        convert FontHinting to scoped enum
        
        Change-Id: I13ce9e6d50e8d4e087c936bd86e8e96997f020cd

2016-09-05  Noel Grandin  <noel@peralex.com>  [4442d226438c1f558021b2df9fe6e540e72cbc7e]

        convert OutDevSupportType to scoped enum
        
        Change-Id: I7a1e4448dfff0ea6909149533d228829d980796c

2016-09-04  jan iversen  <jani@documentfoundation.org>  [619d5fceada2df7c7bc915cea51779fd115d0fcd]

        Revert "Update of pt-BR autocorr list."
        
        This reverts commit 27be36b66cc55886c47f0f424a354056392f75d0.
        
        Change-Id: I23add0b4942c4e9a52c0d314a3bf8fc8e20acf42
        Reviewed-on: https://gerrit.libreoffice.org/28668
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-04  Caolán McNamara  <caolanm@redhat.com>  [c233b1b63750a995fcc0547459fae4cf3ec9e735]

        coverity#1371177 default assign is good enough
        
        and
        
        coverity#1371311
        coverity#1371240
        
        Change-Id: I1f792b9a8e3e386633d4026d8b073ab615d243f3

2016-09-04  Caolán McNamara  <caolanm@redhat.com>  [c5653039412114a14eb0b53e6e1ca26efaf468cd]

        coverity#1371167 Missing move assignment operator
        
        Change-Id: I95bafeb32b0444bf387efc1f6a56018975f09f29

2016-09-04  Tiago Santos  <tiagofsantos81@sapo.pt>  [27be36b66cc55886c47f0f424a354056392f75d0]

        Update of pt-BR autocorr list.
        
        Work is based on work according to author:
        "   - 'DocumentList.xml'    - This is the second version, with the changes introduced in 5.2.1. The file is not a patch, so it should replace the former one. The diff file is on the bug page. It should credit the Brazilian team, since the changes are mostly from them. I mostly triaged and cherry-picked.
            - 'SentenceExceptList.xml'    - This is the abbreviations exception list. I have not done any work on it. Cherry-pick from the Brazilian version, so credit goes to them.
            - 'WordExceptList.xml'    - Two Caps Letters exceptions. I have not done any work on it. Cherry-pick from the Brazilian version, so credit goes to them."
        
        Only DocumentList.xml contained changes.
        
        Original was sent by mail.
        
        Change-Id: Iabfc21072eb1d7f70bf5382636cd85c326d484db
        Reviewed-on: https://gerrit.libreoffice.org/28667
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-09-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9684040d81ff2e9c5847d2d9c7fbec505775cbba]

        get index only when needed
        
        GetIndex_Impl can't be USHRT_MAX
        for nWhich > SFX_MAX_WHICH bSID is true and GetIndex_Impl
        returns nWhich - pImpl->mnStart
        
        Change-Id: I392e544d65196b7af143ee1864f9065e92b717d1
        Reviewed-on: https://gerrit.libreoffice.org/28665
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-04  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [c36489be617be3e8ca25612d29afb221bc7ae6c1]

        loplugin:defaultparams: Default method parameter
        
        Change-Id: I79f9eefecc6389bbf288d2be6b13129cd8f467ef
        Reviewed-on: https://gerrit.libreoffice.org/28663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [04d7143a5f47a3287d0e223352180024f13d9a3c]

        Fix "CntUInt32Item::PutValue - Wrong type" warnings
        
        ... when clicking the currency button.
        
        Change-Id: I9e137b98a7c2c3025dfd66056b041257e7cf0a12

2016-09-04  Julien Nabet  <serval2412@yahoo.fr>  [aaea58f49085184830ef8f55329827a931f9cea8]

        cppcheck: redundantIfRemove
        
        Change-Id: I8576c5042265399de6d9c72ffd67bce0fb256923
        Reviewed-on: https://gerrit.libreoffice.org/28661
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4d0b71be75804dd2b008d3da932d620893fbd780]

        remove reimplementations of SfxItemPool::ReleaseDefaults()
        
        use method from base class SfxItemPool to release and remove the
        static pool of default items.
        SdrItemPool is child of XOutdevItemPool using the same static pool,
        no need for own code in dtor.
        
        ~SfxItemPool has a Delete() call too but with conditions.
        leave child's unconditional Delete() for now.
        
        Change-Id: Ife4e6398b7b0fa69483bc3c795719778c5efcc51
        Reviewed-on: https://gerrit.libreoffice.org/28632
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [0c3a9aa403c209e522dc5c32258c33381677c91e]

        tdf#101779 Multiline tooltips in template manager
        
        This time just set a flag to use Balloon style,
        instead of forcing extended tips.
        
        Change-Id: I170bbe4b1bb95aeb9fde00cbecc2bb46c9078e9d

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [331d3a8b23cdbff0e1434aa5a553efdcc2c7c822]

        Related: tdf#101779 TipStyleBalloon for ShowQuickHelp too
        
        681294d55b6b4edcdef08982596cb4bcee32e635 converted
        TableDataWindow::RequestHelp to use ShowQuickHelp,
        but it wants to set TipStyleBalloon to be able to use
        line break. Also I want to do the same in the template
        manager dialog, in the following commit.
        
        Change-Id: Ie2569a5ab29620a5f4474dafd2309513c08bd7d2

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [d5081c16ac77971c9523405c4a10a10a628ce0da]

        tdf#101852 Revert "tdf#101779 Allow multiline tooltips in template manager"
        
        This reverts commit 2decee2ccd9a4167949843da0db99edaebe6acd8.

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [56205276698dc6633d8110f628339bb01ae1fcc3]

        Non-split currency button
        
        Change-Id: I002af2140dd372302509509baf8d5f400ed4341a

2016-09-04  Maxim Monastirsky  <momonasmon@gmail.com>  [3317b1f7eec887f4ed1303ef0ab8b43acd200f60]

        Restore the toggle state of the currency button
        
        Change-Id: Ibe7d8b183038c4a925282ccab1b637342a714712

2016-09-04  Julien Nabet  <serval2412@yahoo.fr>  [a57f8cb0709f7f2ff0aaf6f5be06f59c4d859074]

        cppcheck: Prefer prefix operator
        
        Change-Id: Ie5afc17cd0a27989c11bbf1d107b95ddad1218c3
        Reviewed-on: https://gerrit.libreoffice.org/28660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-09-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b1053933a9569fdf791aad1dce0ee4f1d3a082dd]

        cppcheck: nullPointer
        
        Change-Id: I171d396198dc91b0e0d2ce00f130359ff5f6018b

2016-09-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4a7a36b544e1ae3c87fef014922d572c409e94ff]

        cppcheck: variableScope
        
        Change-Id: Id290ca5e53c75b2c27dda6a6bb228a380084b115

2016-09-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [423b4ed6a2474f9ba1110b324b54950c2fc56c76]

        cppcheck: variableScope
        
        Change-Id: I3850017bdf3ac2ac0436d4f64f45d61be9c8691a

2016-09-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [dfc2fa4a9bf9e277461d77fb4004086c089187a8]

        cppcheck: variableScope
        
        Change-Id: Idd96330afaee66dcbeddc62c93691139c2a1830d

2016-09-03  Yousuf Philips  <philipz85@hotmail.com>  [ca504cd4ca381e5d24a82e588dac51c344c6f946]

        tdf#94551 Preset list: 3 entries per row and always show scrollbar
        
        Change-Id: I748b92d01031120e750f306549c7d46ed29a313a
        Reviewed-on: https://gerrit.libreoffice.org/28492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

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

        coverity#1371244 Missing move assignment operator
        
        Change-Id: I172f8397a96e5b7d0d4639e35c591caea2a0eef4

2016-09-03  Caolán McNamara  <caolanm@redhat.com>  [0047512ad973ad2d214eff6afd06c9eab856dfba]

        try and silence uninit_member
        
        Change-Id: Iac633a1793a79049aa6e7adde1692b469b03b74b

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

        coverity#1372444 Dereference after null check
        
        Change-Id: Ia756854e1f4a848b62dda38c9667ddd032989605

2016-09-03  Caolán McNamara  <caolanm@redhat.com>  [29012d14efab09ffd3a74a6695f80ee6882765b3]

        coverity#1372443 Unchecked return value
        
        Change-Id: I44532e3bf77e8397e1dc08d766c43ecfc0b0a59f

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

        coverity#1372442 Unchecked return value
        
        Change-Id: I09c4500a66da8a53630e8701e1531a04e178eaf8

2016-09-03  Caolán McNamara  <caolanm@redhat.com>  [1b3980564f518a3bbc871307807eb151cd02ea1a]

        coverity#1372445 Uncaught exception
        
        Change-Id: If28494c8727504c6f995576b59e6c79995e405a0

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

        coverity#1372446 Uncaught exception
        
        Change-Id: I831c0d2e6449eae76383163f08e7b16c7decc92f

2016-09-03  Caolán McNamara  <caolanm@redhat.com>  [696e83b663d4f3e00f23947613f9f3916a4dd14d]

        Resolves: tdf#101795 restore hiding on end of Gtk fpicker execute
        
        but don't hide it at the end of every RunDialog::run so that the
        dialog still exists and is visible if the "sure you want to overwrite"
        dialog needs to be displayed
        
        and restore the cui options stuff to its original state as well,
        undoing the earlier efforts of...
        
        commit c1bd3156cf66318023f36d81ce809a38072588e4
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jul 21 21:44:06 2016 +0100
        
            Resolves: tdf#101054 crash on options->path with non-native file picker
        
        and
        
        commit 3bbc0574d78d129359638b74612de2f93419eeb0
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jul 5 10:16:51 2016 +0100
        
            Resolves: rhbz#1352835 path options doesn't promptly destroy folder picker
        
        Change-Id: I5d6bcee9fb0a73a95cc29e8f3f2ee2aea91a135a

2016-09-02  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [f7513f0f53f2d074c08610a68fb787bb379c31d4]

        tdf101725 - fixed missing autotexts from Standard
        
        Change-Id: I1f751888e5fc28b54f4e32344769d568433eb387
        Reviewed-on: https://gerrit.libreoffice.org/28572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-09-02  Michael Stahl  <mstahl@redhat.com>  [9670f0d17ffed1ff07cb1deddcabc26c756e4bc1]

        editeng: don't let wild-card auto-correct leave current word
        
        If a paragraph has e.g. multiple -> in it then auto-correct of the first
        one will create via the .*->.* rule a new auto-correct entry that has as
        long-word the word that contains the first -> until the last -> and
        everything in between.  This will be somewhat irritating when it is
        eventually applied.  Avoid it by limiting the wild-card loop to the
        current word, which is apparently the intent anyway.
        
        (regression from a07425892205ff8951027ea20459b97370d01de6)
        
        Change-Id: I294bae863c44eb460627b61b4383133131fe4b3a
        Reviewed-on: https://gerrit.libreoffice.org/28608
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [a42f4aaba352a4d33ce77898e7b7b7bc0c10f1f8]

        fftester: apparent wrong property tested for existence
        
        Change-Id: I5d208bb2a85d7aa4eea9b1c950eeb6f35493f759

2016-09-02  Tor Lillqvist  <tml@collabora.com>  [326da3886e6f700ad1fb269df201fae9fa01d5df]

        tdf#101866: Get rid of two more erroneous upper-casings of strings
        
        Follow-up to f948dce856d51704e1962553198015dbebb6e527.
        
        Change-Id: I46c5a96a076fa6eec952e31201bb3563464cf602
        Reviewed-on: https://gerrit.libreoffice.org/28626
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-09-02  Yousuf Philips  <philipz85@hotmail.com>  [c261d785f3b39f4d96dc20a52ee5f2cb498cc71c]

        tdf#92733 Even better labels and tooltips for crop functions
        
        Change-Id: I3b2368e9a0a0183bb46b3162f7c0f1503346c5fc
        Reviewed-on: https://gerrit.libreoffice.org/28625
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e1eb87f36095acefe73579448ceef8442beba5f]

        sd lok: implement SfxViewShell::NotifyCursor() API
        
        The same API is already implemented in sw and sc already, the sd
        implementation allows selecting a shape in one view, then creating a
        second view, and seeing the selection of the first view in the second
        view, without de-selecting and re-selecting the shape in question in the
        first view.
        
        Change-Id: Ia36e4772584d132f1ff6a7eb07ca4cadaa384ee9
        Reviewed-on: https://gerrit.libreoffice.org/28623
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-02  Abhilash  <abhilash300singh@gmail.com>  [6228d6c52e4a6e6c0d82632a135211286e06852e]

        tdf#32581 Add the possibility to retrieve the filename of media
        
        Change-Id: I3ca1a9d830d3cb49753df61afa94413704c94a48
        Reviewed-on: https://gerrit.libreoffice.org/28259
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-09-02  drazil  <abcdefghi236@gmail.com>  [8e375369206606c541cff5f46ea6a87db2c808b4]

        tdf#62847 import image hyperlink in docx
        
        The image hyperlink is a resource id in the document and needs to be translated into real URL.
        First I define a new type CT_Hyperlink_URL in the model and associate it with an action handleHyperlinkURL.
        In OOXMLFastContextHandlerProperties::handleHyperlinkURL I dispatch it to OOXMLHyperlinkURLHandler to translate resource id to real URL then set the PropertySet with real URL.
        Then the correct URL will be captured while resolving GraphicImport, which will be stored in GraphicImport_Impl::sHyperlinkURL as an OUString.
        Finally the property will be set in the GraphicImport::applyName if the length of the sHyperlinkURL is not 0.
        
        Also adds a test file image-hyperlink.docx and a test in ooxmlimport.cxx.
        
        Change-Id: I6194b9cc6bcc1bfaa033ab05e94836fe96e33f14
        Reviewed-on: https://gerrit.libreoffice.org/28432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [c6ff9323c11160502b3339cc4bca92630ddcb836]

        upgrade Gentium Basic
        
        Change-Id: I054f552df5ac861abd7fe8f74ec52ba92e75faae
        Reviewed-on: https://gerrit.libreoffice.org/28620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bffce5c5c12deaa15bbd6484f30631f766ba2ee7]

        convert ppPoolDefaults to std::vector
        
        Change-Id: I13ba5b66f3ea70bae28181f580579c73a4353f68
        Reviewed-on: https://gerrit.libreoffice.org/28599
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [85cf08c19f3ba3ca9dc7b5320c0bdab90242b94a]

        coverity#1371213 Missing move assignment operator
        
        Change-Id: I2454a230cd9a524086beba1a2ca32ea0b70bf17e

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [590fc29a66bc3301023f28a7d4c33ac0b0f5eba6]

        coverity#1371159 Missing move assignment operator
        
        Change-Id: I1470d6a27cb5ee5a98ddb13f4f12cb0b7289b282

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [5e9f98148b332f5c4df4ef785af650fd61340907]

        coverity#1371145 Missing move assignment operator
        
        Change-Id: I3aa3267cb6a824d1a7a843f2f61d7ce08ae0cd52
        Reviewed-on: https://gerrit.libreoffice.org/28619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [84e8e11dc3c73bcfe63f5e9c6cc49ee18a511a9b]

        Resolves: rhbz#101681 set hyperlink tooltip for the full hyperlink area
        
        not just a single point in it.
        
        This way gtk3 knows the successive tooltip hints for the positions
        along the hyperlink are for the same tooltip
        
        Change-Id: I46a8c960e528f6a9aaab5bea145c6870f22e46c5

2016-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [c152008943160fa901ef8a356515a6a074370ff0]

        svx: move GetSfxViewShell() to SdrMarkView
        
        ... from SdrObjEditView. This way SdrMarkView can avoid
        SfxViewShell::Current() calls, and it can avoid clearing the LOK graphic
        selection of the old view when constructing a new view.
        
        With this, an existing graphic selection in an Impress LOK view is no
        longer cleared when creating a new view, thanks to the
        sd::View::GetSfxViewShell() override.
        
        Change-Id: I70a287aa9c2265bf59a9fb18e0c3839b8f119bbc
        Reviewed-on: https://gerrit.libreoffice.org/28618
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [9a01af253060123b86b702bb9d8ae8fe623edde4]

        coverity#1371150 Missing move assignment operator
        
        Change-Id: Iaf59b0dfc822fd00563ae15d25fde8c3cf2e2462
        Reviewed-on: https://gerrit.libreoffice.org/28614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-02  Justin Luth  <justin_luth@sil.org>  [52b29c60801cf75364fd8275a22e812797cb184d]

        tdf#76349 SpacingWithoutBorders: enable .doc RT
        
        Microsoft allows spacing in textboxes even if the borders are not
        shown, but LO does not.  Added a compatible setting, used an existing
        setting to allow the spacing, and changed .doc export not to zero
        out the spacing if the border was zero-width.
        
        Using the compatible setting in the export code is almost redundant,
        but it does require that the document was LOADED as .doc, and not
        "save as" from another format.
        
        This patch simply allows round-tripping - any user attempt to modify the
        border settings will enforce normal LO border rules.
        
        Change-Id: I60ac036e1bfac381eea15e33c21495ad3800277a
        Reviewed-on: https://gerrit.libreoffice.org/28601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [91733eff7fba157daf88b092189d842f9d6f1b68]

        sw lok: avoid hiding / showing sdr mark handles on focus change
        
        For one, this is unwanted: in the LOK case we want to switch between the
        windows without any side effect to be able to e.g. paint tiles.
        
        For another, this caused an invalidation loop when two views selected
        the text frames or images in Writer. The loop looked like:
        
        1) Press a key in view #1, so a setView(0) + paintTile() is necessary in
        view #0.
        2) SfxLokHelper::setView(0) to switch from view #1 to view #0.
        3) SwFEShell::ShellLoseFocus() on view #1, which hides sdr marks ->
        invalidate.
        4) SwFEShell::ShellGetFocus() on view #0, which shows sdr marks ->
        invalidate.
        5) paintTile() in view #0.
        6) SfxLokHelper::setView(1) to paint tiles due to 3). (Generates
        invalidations in both views.)
        7) SfxLokHelper::setView(0) to paint tiles due to 4).
        
        And so on, this way a call to SfxLokHelper::setView(0) resulted in an
        another (async) call to SfxLokHelper::setView(0) all the time.
        
        Change-Id: Ice855b9128f61bb7b823b499cad366998f297b5d
        Reviewed-on: https://gerrit.libreoffice.org/28611
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [8ac2bdfd797f9aad21c866fa5ca224bf82356c1f]

        coverity#704000 silence Unchecked return value
        
        Change-Id: Ie4a00562377a346df2edcd62468372a1091802a1

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [e753cd98a02c00d0bf55a7ae8e83a65367f39595]

        coverity#1027278 silence Unchecked return value
        
        Change-Id: I3f2aa0393876a146ed291ad9e10575312516527f

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [b4f2aff5add027bf9155ee9fee9aaff79986821a]

        coverity#1371325 Missing move assignment operator
        
        Change-Id: Iebe5ec7e2cdc6743dbabdecaa7cbb1c4a04893c4
        Reviewed-on: https://gerrit.libreoffice.org/28610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-02  Stephan Bergmann  <sbergman@redhat.com>  [cc6693bebb3dbcb6bd608bd95b8109919e2bf365]

        Fix MSVC 2015 build
        
        ...which has HAVE_CXX11_UTF16_STRING_LITERAL but cannot use chart16_t string
        literals with ConstCharArrayDetector (which uses sal_Unicode) as long as
        sal_Unicode is still wchar_t instead of char16_t for MSVC.
        
        Change-Id: I7c55e0361d1c8c717467d5ab6c942bce3569f3a7

2016-09-02  Stephan Bergmann  <sbergman@redhat.com>  [cb93207d215b696a05246472ba4d13a7a3a2949d]

        Avoid calling memcpy with illegal nullptr (when aHiddenValues.empty())
        
        Change-Id: I69801b2618c466e8fa31977feb2b07ec909cebff

2016-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [40f0ae88bc6b6964389073aba62b6af8d55982e5]

        dbaccess: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ia450aa3170a21424fce641d3c8dee43b49f8ef61
        Reviewed-on: https://gerrit.libreoffice.org/28609
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-02  Caolán McNamara  <caolanm@redhat.com>  [f352ee156c1f184b3aded8dc0ea3eeb68bfbca10]

        boost::intrusive_ptr->tools::SvRef
        
        Change-Id: I4c913dc62efe3f3747e78670f4efb0216d95c4ad
        Reviewed-on: https://gerrit.libreoffice.org/28585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-09-02  Noel Grandin  <noel@peralex.com>  [175c49baef5d8dd3f7a28fec5a3dce956303dc42]

        loplugin:countusersofdefaultparams
        
        Change-Id: I2ed581e58523ac8b52aa520f7a02f69f408665fe
        Reviewed-on: https://gerrit.libreoffice.org/28587
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-02  Julien Nabet  <serval2412@yahoo.fr>  [a8a7b7114d96b2013b00e9bc0ced81aad5495457]

        Revert "tdf#101629: fix https://addons.mozilla.org/ case"
        
        This reverts commit 454e1ebcfc589ce82c8c2d5585e22bea1ea5fc79.
        
        Change-Id: Id296e622dc8e14bd20549325d890196d8d36b1a5
        Reviewed-on: https://gerrit.libreoffice.org/28605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-09-02  Takeshi Abe  <tabe@fixedpoint.jp>  [c9f445d1dee474cf6e7435ba176318735aa2ae67]

        Replace SmNodeIterator with std::vector's iterator
        
        and drop obsolete comments in SmCaretPosGraphBuildingVisitor's ctor.
        
        Change-Id: Ibbe5a810ff265eb558906552bb560f9145eaf0cd
        Reviewed-on: https://gerrit.libreoffice.org/28571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-09-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [91ee1cdce712d50e1e6951bcd7ba82dac50d8038]

        add INDEX test case
        
        Change-Id: I88f8db37fe9951e534e8a6701d2e3e8b215e3fa0
        Reviewed-on: https://gerrit.libreoffice.org/28606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-01  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b98f96a244b81082b009d5bf3c657ef857173d37]

        add DEVSQ test case
        
        Change-Id: I2212a305a16c834ef0a679b6c741778c94fd5f3c
        Reviewed-on: https://gerrit.libreoffice.org/28558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-09-01  Justin Luth  <justin_luth@sil.org>  [79054f270a9cb9b4838d0f184e9bc31c2fce3a53]

        Formatting: consistent spot for TreatSingleColumnBreakAsPageBreak
        
        I failed to keep this instance in a consistent position earlier.
        
        Change-Id: I098e5e3f4c3d562d986ae9233cfd62d29fd0f4dd
        Reviewed-on: https://gerrit.libreoffice.org/28600
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-09-01  Eike Rathke  <erack@redhat.com>  [dcc56d663059b3baced58e34bb8186a05ceadf53]

        remove now pointless comment about alignment boundaries
        
        ... and adapt ScRawToken size comment to reality.
        
        Change-Id: Ia9c1cecc5d01f49c6d5fbe5b53472e6f0ef153cb

2016-09-01  Eike Rathke  <erack@redhat.com>  [f684d1edfd48b686549b893dc0612c31d9617bdc]

        cosmetics
        
        Change-Id: I22d4c04db2917f96e3c9ca1a71c628e859ad13c5

2016-09-01  Eike Rathke  <erack@redhat.com>  [ce23f28157e8925be815d7e7340e229e4302ce15]

        move comment to where it belongs
        
        Change-Id: Ia3110b911e6d367a3b5d246a95384efc2f72f9f8

2016-09-01  Stephan Bergmann  <sbergman@redhat.com>  [e11931da72eabd98f9ea49ae93bd76039b283268]

        GetPaletteName() may change pColorList
        
        ...since 571866eaba914742a48938abb6c8495e97868bf1 "[GSoC] Rework of color tab"
        
        Change-Id: Ia4ad8bf675abe6b279527eaed0b0e5ebc5b2f180

2016-09-01  Stephan Bergmann  <sbergman@redhat.com>  [9f765added5d3c672de4bda4493b65f9ce1b8187]

        No more need for ScRawTokenBase
        
        ...since 05eda0dc19af81ed0d5167bdd0a92113e6e8bc60 "loplugin:unusedfields in sc"
        
        Change-Id: Id80ec49fc93a6d599e2b36727c0424af77fae693

2016-09-01  Mike Kaganski  <mike.kaganski@collabora.com>  [1a9a77f84cac68bd5374df3e9ee4df88dc87a0ac]

        Related: tdf#74299: use OEM encoding for ancient DXF
        
        This patch analyses DXF version data to heuristically detect
        which files use OEM text encoding (DOS versions of AutoCAD).
        Also, it uses LO's currently-selected default document language,
        instead of system locale, so that user can change that to match
        language of the DXF, and get correct result.
        
        Change-Id: I3aec7e24f3d7efca35d0dd1acca8b277a076f210
        Reviewed-on: https://gerrit.libreoffice.org/28556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-09-01  Khaled Hosny  <khaledhosny@eglug.org>  [67192b3cfa54be7b0b60d450783ac2ac4c38bbc6]

        tdf#101361: Fix cursor key movement in RTL text
        
        Revert "tdf#32531 Fix for key movement in table cell of different
        directionality"
        
        This reverts commit a215cec969f7401b08cabb686c5b2b1d803399d0.
        
        This seems like the wrong fix for the original issue, as it breaks how
        “visual” cursor movement works in RTL text.

2016-09-01  Stephan Bergmann  <sbergman@redhat.com>  [4ec58562d48c26e2ddf4bfad1a692ce4d6cb018e]

        Missing dependency of test on instdir/share/template/common/internal/html.stw
        
        ...when testing sw/qa/core/exportdata/html/pass/cp1000068.odt, leading to the
        problem described in bf3c6237bb110d3eb84970e44593a7880e2e8536 "pTemplate can
        probably be null here"
        
        Change-Id: Ic96fabb3cab83b005a1ebae573a5bf4549270603

2016-09-01  Stephan Bergmann  <sbergman@redhat.com>  [bf3c6237bb110d3eb84970e44593a7880e2e8536]

        pTemplate can probably be null here
        
        Observed with "make clean && make CppunitTest_sw_filters_test" (which misses a
        dependency, a bug to be fixed next, so happens to not set up m_pTemplate in
        SwHTMLWriter::WriteStream, so dereferences a null pTemplate here.  Don't know
        whether there's also legitimate scenarios that can lead to a null pTemplate
        here, but at least the code in SwHTMLWriter::WriteStream setting up m_pTemplate
        takes into account that it can be set up as null, and the code in the called
        SwHTMLWriter::GetTemplateFormat takes into account that the passed in pTemplate
        (which used to be the same object as the outer pTemplate/pDoc, before breaking
        IDocumentStylePoolAccess out of SwDoc, see below) can be null.
        
        Regression introduced with 535971f3a166da6c0e44a6b7211c7f8c298f388f "Refactored
        IDocumentStylePoolAccess out of SwDoc."
        
        Change-Id: Iabb4ae2ca018ce3a19756d62b9002b245cb409cd

2016-09-01  Stephan Bergmann  <sbergman@redhat.com>  [802f2c88af919b18f08bf4568964ad7087bf9e8a]

        For Valgrind, zero out alignment bytes of 24-bit bitmap, too
        
        ...caused false warnings in CppunitTest_sw_filters_test testing
        sw/qa/core/exportdata/html/pass/cp1000068.odt
        
        Change-Id: I48943d5d4999e1b8c9a7ab50e39e65b2171b1b94

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [9292ca07dd3f9ee9dedd765ba7696a626bc25476]

        Resolves: tdf#100182 index entries lost on save
        
        regression from...
        
        commit 3e6ba91e2d6d362f4af91566e740f5dbc310e026
        Date:   Wed Nov 25 10:53:40 2015 +0200
        
            loplugin:unusedfields in include/xmloff
        
            Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
        
        which removed ctor for sDocumentIndexMark and sDocumentIndex
        when it should have just removed sDocumentIndeb
        
        Change-Id: I5ed5a2d30a3f76c6b45bbf74a3720420d0fcf676

2016-09-01  Eike Rathke  <erack@redhat.com>  [b9a2c849a657bdb9d5953b96f60409cb877b0005]

        exclude also single quoted strings from function name suggestion
        
        These may be sheet names or label names, but never function names.
        For example, typing ='e should not suggest "[EASTERSUNDAY], EDATE, ..."
        
        Change-Id: I818b91b533b868ccb6d2eb1eef74112162d2fe3d

2016-09-01  Tor Lillqvist  <tml@collabora.com>  [b4a1c54e6ca203fb364d37dccac5ce3160793989]

        More informative warning
        
        No idea whether the warning is useful, though, but at least now it
        tells what the value of Pos is and how much "too big" that is.
        
        Change-Id: Ib2794f0484a660715c78e1341b1f8c66e3e2f77e

2016-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [f96fa389f950dd97bd213402fb5ea6eb114f9ab7]

        sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()
        
        I'm not sure how to trigger this reliably, but Pranav got this:
        
        	#0  0x00007fb2f471bbf0 in SfxLokHelper::getView(SfxViewShell*) (pViewShell=0x0) at sfx2/source/view/lokhelper.cxx:82
        	#1  0x00007fb2f75edf4f in doc_paintPartTile(LibreOfficeKitDocument*, unsigned char*, int, int, int, int, int, int, int) (pThis=0x7fb290253c40, pBuffer=0x281fbd0 "", nPart=0, nCanvasWidth=1024, nCanvasHeight=256, nTilePosX=0, nTilePosY=11520, nTileWidth=15360, nTileHeight=3840) at desktop/source/lib/init.cxx:1338
        
        Given that SfxViewShell::Current() may indeed return nullptr (e.g.
        during shutdown), change SfxLokHelper::getView() to return -1 in that
        case, and adapt client code to handle that.
        
        Change-Id: Ia191c843c8a993f3d7157de432af57964c0a8f63
        Reviewed-on: https://gerrit.libreoffice.org/28583
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [98ce52b6786723d2402bd423638947bddd0f2fd7]

        coverity#1372406 Uncaught exception
        
        Change-Id: I24fe9cb3aa9002d4b94b6f934e39aff243c1e09d

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [02d1eb96e1f99eb85a7f997c98e3759f5575f1b6]

        coverity#1372405 Uncaught exception
        
        Change-Id: I9d2029be969d767eb096137017e8a7e646b69d2d

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [f28dd1d9d24092135aeef7ea76f73492d76d99e8]

        coverity#1372404 Uncaught exception
        
        Change-Id: Id78404a2fae06004a35c9bf07136bd4806a12e02

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [f9eaeae19dc06558737e59c5eec0b0628ed57603]

        coverity#1372403 Uncaught exception
        
        Change-Id: I9bdb04e55f28c5470e13debde9845c984954092f

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [321d5970c687fac40fb5da55b517f01ca630ad77]

        coverity#1372402 Uncaught exception
        
        Change-Id: I63743ccdeca1be66da5622bd286f08daebdd74ff

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [cb1539c4d66893a1522df1bbdbb90a69815c5e50]

        coverity#1372401 Uncaught exception
        
        Change-Id: I9624eeacbe8dc32fd22560737c3d69cf022b2724

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [a9dcaba2d50fae9e6eb861dbf45ec9aa9e588a4a]

        coverity#1372400 Uncaught exception
        
        Change-Id: I2319602a3b04bc0c5a6d4082ac62f98f7a697cf8

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [6ce409bd9cfdda559aa86082896df51dfc5556ee]

        coverity#1372398 Uncaught exception
        
        Change-Id: Icf6c0f8071a3ea2de81073dfcabc64fae6aeee9c

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [8e2ba391e4b78f361f9c5f189197680872fb48a9]

        coverity#1372397 Uncaught exception
        
        Change-Id: I5baed239582f91a30c451eb26c46ea9bf33c92a4

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [de32f503202be634d8de95744d4942d74a4a9511]

        coverity#1372396 Uncaught exception
        
        Change-Id: Idd2be5ba18d68ab9b5f7da12b69727480ad9ff50

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [2ff52852a267f6a7c63d00291bc38677916d39c5]

        coverity#1372395 Uncaught exception
        
        Change-Id: Ia384d4f7186e3ea870a6bb06fb8227ae0321715e

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [8f7886c742cae5e012e52029c20925aa7b0fb6ea]

        coverity#1372393 Uncaught exception
        
        Change-Id: I310fb547b81d89e9000760f6628e07d2e5c7effc

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [3c50bae22266ee708e7e81cf0334d8944261a891]

        coverity#1372392 Uncaught exception
        
        Change-Id: Ic8bb4748b0752796fcb76c1816441bb22b896809

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [c39378edb25686ed445f11fc60d1e0e07eed18dd]

        coverity#1372391 Uncaught exception
        
        Change-Id: I62358c3705c437dfe1e3e370a2cc857a21144ca2

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [ec2aa9c5ba7a6ccd1f71c26cd78af11007ad5baa]

        coverity#1372390 Uncaught exception
        
        Change-Id: I4bb01b0bb9865986d9da8ed294a46fa7a4488458

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [99542f5744b8feaec0c44081029cdedd93a77639]

        coverity#1372389 Uncaught exception
        
        Change-Id: Ic788073adcaefb3de2bff7e249f17a64fad48b19

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [1e9881441482f61c770a30f8294e6a38ec1a2ebd]

        coverity#1372388 Uncaught exception
        
        Change-Id: I55c4e2ad1f3384c4e8b0a6cc88b83fa96cf2dede

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [e4a1209443fbda58aed07a28cc28612f0b060bae]

        coverity#1372387 Uncaught exception
        
        Change-Id: I563e7987d00a68373c05dc4f1f3d62cd3e52de70

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [a6bc2ace5fd7b7c4dc2058c16dc0b94b0561edcd]

        coverity#1372386 Uncaught exception
        
        Change-Id: Ic1fd5486e6b26718086d2f062459f11c00f244d2

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [50caee009b82fcae7f851e3a1b21ecc3e47a82de]

        coverity#1372385 Uncaught exception
        
        Change-Id: Ic8a33ef10d627bc5868a77aa7f14b46682d735d2

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [66f7aaf7663c3d7f8c5a13093f7449d14e028b03]

        coverity#1372384 Uncaught exception
        
        Change-Id: I4451623ba950b93e0efba5b3ec755622c2bea2bc

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [ca409c68e22d6f9257311b399199f512cb150cd8]

        coverity#1372383 Uncaught exception
        
        Change-Id: Idfdd846d8439be91b059d53dab6591d202576fae

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [9f0e49cee4ddf96f48b65078adccaf16bb35b785]

        coverity#1372382 Uncaught exception
        
        Change-Id: I7c3e11542d2b82af212d2f52bc1b66f0e6ce187c

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [69bea8fde2bb98ee4b8522e9968a6648d0d1329b]

        coverity#1372381 Uncaught exception
        
        Change-Id: I37fb1503737f81edb92a0571cc6222a69ba465c2

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [e3190bdef2a3c85559aa761103c198930c7e1164]

        coverity#1372380 Uncaught exception
        
        Change-Id: I7e3fa90b9186b518188b322f9236bd588d00d846

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [07395b440f5f2f12aa122b7fd047865a5ed55611]

        coverity#1093229 Dereference null return value
        
        Change-Id: I6f9b6c024442f5152b5f2c72fa018f10b4b7866a

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [ba401ee10be2fb051bc961680f35b04e4e77a32d]

        coverity#1372378 Dereference null return value
        
        Change-Id: I4f5c6b79d884497574dee37a15752178c1eb59ed

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [ac192a7ef116e6453fee7872b558ff957e377c50]

        coverity#1372379 this can be a real assert cause we deref it afterwards
        
        Change-Id: Ic80132c5fa94d935910c1cfdb03f696b2812676a

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [1d07d8fb5ee361be5e15c753ddbde2f26fefe393]

        coverity#1372376 assert can't have Division or modulo by zero
        
        Change-Id: I0b7615bb5a29e1a275647670351f643784467885

2016-09-01  Maxim Monastirsky  <momonasmon@gmail.com>  [671ac3a9221598febdc6304fceabbb2ade86f41e]

        Looks like the menu highlight handler is now unused
        
        Change-Id: I75ff4bce35e7940e07b760f672e08ffe0dd208f8
        Reviewed-on: https://gerrit.libreoffice.org/28580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-09-01  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [662f5a5a16339ecda071ea6b95afefeea63c4fe9]

        tdf#79398 Insert LCID in the correct sub-format
        
        During XL export, LCID is insert in format if necessary.
        If there are several sub-formats ([>0];[<0];[0])
        this commit insert LCID in the correct one.
        
        Change-Id: I016c38a3338634113bfc0aa7e20e028e2e01e201
        Reviewed-on: https://gerrit.libreoffice.org/28427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [fcf417a77369853195d6727b2db8df290663256e]

        sc lok: implement SfxViewShell::NotifyCursor() API
        
        This way a new Calc view gets the cell cursors of existing views even if
        they don't move after registering the LOK callback in the new view.
        
        Change-Id: I5babc9921d37217ac199d4c19ed33cbb9620d119
        Reviewed-on: https://gerrit.libreoffice.org/28581
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-01  Noel Grandin  <noel@peralex.com>  [b8ee524330d924456931ad602eb4701b55a2aa85]

        loplugin:countusersofdefaultparams
        
        Change-Id: Ifc9cdbda77048791203e89350c2efa9a6c34c4a5
        Reviewed-on: https://gerrit.libreoffice.org/28555
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Noel Grandin  <noel@peralex.com>  [26c149617c54e29902a77d2f95ca7c64af13b52f]

        std::list<sal_Int32> to deque
        
        Change-Id: I28942e35cf240b83ad49def6252f2709baf525a9

2016-09-01  Noel Grandin  <noel@peralex.com>  [30ab4661371e6ae1e4b60c9e1f72f1205a326221]

        std::list<sal_Unicode> to vector
        
        Change-Id: If437d2588c75c76fdf03413c074f4f49f93a12f4

2016-09-01  Noel Grandin  <noel@peralex.com>  [1f7f8ab442917acad935cea1d30c2d3acf506320]

        std::list<sal_Int32> to vector
        
        Change-Id: I991fba4593665035df26a0e13f0219029f2eb917

2016-09-01  Noel Grandin  <noel@peralex.com>  [f1ea2177ce53ac873f3306d3ade7d23371df8cbf]

        std::list<int> to vector
        
        Change-Id: I018eec4fa6647e76c5f4d6a08350acda2950b33e

2016-09-01  Noel Grandin  <noel@peralex.com>  [74a944721c093e6a781d2bfa90b1ddeb11462b73]

        std::list<int> to vector
        
        Change-Id: I05d4531ac6d3daa8c996db374bc2a2425215dde8

2016-09-01  Noel Grandin  <noel@peralex.com>  [3c376151f5445f3a5ca147f962a12235128cfc01]

        std::list<sal_Int32> to vector
        
        Change-Id: I7784e9bebf3185eb3e0f699fc80005d3d92ac1b5

2016-09-01  Noel Grandin  <noel@peralex.com>  [9e9e7bd3c9dc9a3149436916e747c7f7ee040621]

        std::list<sal_uLong> to deque
        
        Change-Id: I99d4f5fb322301542519241ec65a38304ecc16a1

2016-09-01  Noel Grandin  <noel@peralex.com>  [6af36bae47e34c51b0f063e938554db3a922eed6]

        std::list<sal_Int16> to vector
        
        Change-Id: I4129ea523bd3e4882ff776328b46c72abf9f918f

2016-09-01  Noel Grandin  <noel@peralex.com>  [a378ece3831f3639022a6fb5543c279f517c7535]

        std::list<sal_Int16> to vector
        
        Change-Id: If1fbab63446ed7d1627f542a7aac4a9eb2fa6c88

2016-09-01  Noel Grandin  <noel@peralex.com>  [bb932b34f19bf8297549b9741b7cdcfe691ca374]

        std::list<sal_Int16> to vector
        
        Change-Id: I3b8b902108d632ea992018ca023984bf1366e804

2016-09-01  Noel Grandin  <noel@peralex.com>  [18e638ef6fa55d045f874d38574f30d8152094e4]

        std::list<sal_Int16> to deque
        
        Change-Id: I5e841fd7a9de74bba359c7e39d23d9a9b3fbc1f2

2016-09-01  Noel Grandin  <noel@peralex.com>  [649bae7fb2c6ecd7dcbbfd7f0d0ba37f598ac2f5]

        std::list<sal_Int32> to vector
        
        Change-Id: I9691983a026ce4c0d2979de85b0abaed48b90910

2016-09-01  Noel Grandin  <noel@peralex.com>  [d1f2d52e21aff9bf0e70ed3da261102eaa609f54]

        std::list<sal_Int32> to vector
        
        Change-Id: I468689916e508e65cbe37d7b1123f47b63d9b08b

2016-09-01  Noel Grandin  <noel@peralex.com>  [3069878c60da990a603754ced4a64be4e7855538]

        std::list<sal_uInt16> -> vector
        
        Change-Id: Ic08ac3fcb750ceff1f5b3201d4a3151ad567aa1f

2016-09-01  Noel Grandin  <noel@peralex.com>  [47a72493a9106a4783bfcb7c34a8cde579a2cba0]

        std::list<sal_Int32> -> std::vector
        
        Change-Id: Ie1d062bd4dabf7ca7de08193597225462447b076

2016-09-01  Noel Grandin  <noel@peralex.com>  [f651ea26eaa6b2a5b3dd1892397fbb1fac157d1d]

        std::list<sal_Int64> -> std::deque
        
        Change-Id: Ib34d6bf97fc97ea1c30c184a7de4ace7f533065f

2016-09-01  Noel Grandin  <noel@peralex.com>  [29285b3e9c96fdf11aac3be1ebf5ec7303b56027]

        ::std::list < sal_Int64 > -> std::vector
        
        Change-Id: Ia3c3b8dd1fc3c5865ad0642cfa93430b95fae9d2

2016-09-01  Noel Grandin  <noel@peralex.com>  [03f14c776093eea721aa8edda4ee38ed644b5caf]

        std::list<float> -> std::deque
        
        Change-Id: I698b8e35ec0a22390b42c03699155e48b5ccedba

2016-09-01  Noel Grandin  <noel@peralex.com>  [a53e6e2b3cc92e46961260137208eacec474093f]

        convert RefDevMode to scoped enum
        
        and fix the bForceZeroExtleadBug TODO
        
        Change-Id: Iac9295c6ce31112d69a870e3a229823eb1e9a4f2

2016-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a897f7cbf44f44f2baa750f85d9aecbbbd2b6f9]

        CppunitTest_sw_filters_test: fix ASan build
        
        MaybeNotifyModification() should be called only in the POS_INSIDE case,
        not when POS_EQUAL gets there via the fallthrough.
        
        Change-Id: I8a05ee508a14f62b12e93799b2e98a33041d6f33
        Reviewed-on: https://gerrit.libreoffice.org/28582
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-01  Susobhan Ghosh  <susobhang70@gmail.com>  [ced120105884ba423d96d7129475a2a6cdd86987]

        Hide/Disable the Page property Panel for Writer
        
        Change-Id: I3d8769f59811863ab38abeaefb289213d2c37570
        Reviewed-on: https://gerrit.libreoffice.org/28379
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e781d5c9356e4cfa98cb5d9e2e51c4944f4b615]

        sw: remove the old calculator implementation
        
        It was disabled build-time + also one had to turn it on from a debugger,
        doesn't seem to be useful anymore.
        
        Change-Id: Id04a763e8dc9f09ce28374210da4ec39fbb2b3e1
        Reviewed-on: https://gerrit.libreoffice.org/28579
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-09-01  Caolán McNamara  <caolanm@redhat.com>  [9472ed3fe6e46e18bad88e9e388af6c342436a32]

        fix non-debug enable-assert-always-abort build
        
        Change-Id: Ie120e56339d263ef7e2e7f1bdd04da62726d046c

2016-09-01  Michael Stahl  <mstahl@redhat.com>  [813a8944bdb337a0018208381aa30118151872ff]

        sfx2: SfxCommonTemplateDialog_Impl can't even decide if...
        
        ...no family selection should be represented as "0" or "0xffff".
        
        Change-Id: I08ef69bf35d130898cb995463dc29e72a372562c

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [705574be7ab3425ce7e43b38771b4f7e1b246f27]

        use SfxItemPool::IsWhich instead of custom implementation
        
        Change-Id: I56cbdc1ede491486643f73a98117c5cd4ce77c1d
        Reviewed-on: https://gerrit.libreoffice.org/28564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c48f940cf888816b3282b1c82136f57c010f1236]

        remove some unnecessary global.hxx includes
        
        Change-Id: I50afe36056d32352a1c3118bc445fd55bcf10b6e
        Reviewed-on: https://gerrit.libreoffice.org/28568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [eac1468db541feafcbabb88b59d3e555845bd3b2]

        use IsStaticDefaultItem from poolitem.hxx instead of custom checks
        
        Change-Id: Ic49a940d83e5b8944bd724203bb2045bb1eb22b9
        Reviewed-on: https://gerrit.libreoffice.org/28567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [95bfa2c03d9dacd73670071c8108285dfc0f7830]

        use SfxItemPool::IsSlot instead of custom implementation
        
        Change-Id: I435fb78f10f361120ee1865465dab93aa4661806
        Reviewed-on: https://gerrit.libreoffice.org/28565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d22525fcb03497a38ef5c9308ae7b50416ea9fb2]

        avoid warning in PoolItemTest
        
        > warn:legacy.tools:19758:1:svl/source/inc/poolio.hxx:139:
        > Start-Which-Id must be greater 0
        
        adapt ID range in the test
        and leave usage comment in SfxItemPool ctor params
        
        Change-Id: I93150be8d3d1e330c6574b9f8d05b3b1ef2ffa43
        Reviewed-on: https://gerrit.libreoffice.org/28570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fa5a9b970ebf73b2c3a316903ced1b1e8bddb2be]

        hide SFX_WHICH_MAX define
        
        Change-Id: I90ef9d3712847ce63b2bae206edcf859dbeeecbb
        Reviewed-on: https://gerrit.libreoffice.org/28566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Noel Grandin  <noel@peralex.com>  [1b86c57b08986109a7a5d431407fde273ab242d0]

        loplugin:countusersofdefaultparams
        
        Change-Id: Icfc2fdde493619fefaf6119d366f8f7166b3ff36
        Reviewed-on: https://gerrit.libreoffice.org/28547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-09-01  Maxim Monastirsky  <momonasmon@gmail.com>  [c780c6726dca5e2fe33297e44f25ae3e00703294]

        Gallery submenu was missing from native menus
        
        ... for both OS X and gtk3. The reason is that it was
        filled in item highlight handler, which isn't implemented
        for native menus. For now use the menu activation handler,
        like for the similar button in SvxLineTabPage.
        
        Change-Id: I437fd6536dbd9e6ba51282eaacc8b43c3a2d6cbf

2016-08-31  Michael Stahl  <mstahl@redhat.com>  [75c39b903f06b656293edf20ec4a5173a0755fb6]

        let's make Impress crash less - SfxStyleFamily edition
        
        Commit bcb41235deaf4b7ca90522bda3ba21a686819e6e - in addition to
        introducing the enum SfxStyleFamily - inconsistently converted one
        call of DrawDocShell::SetStyleFamily to use enum SfxStyleFamily
        instead of a mysterious "5", but did not adapt all of the code that
        extracts the SfxUInt16Item that subsequently extracts this value and
        expects a number 0-5.
        
        Since it's clearly inexcusably stupid to have 2 different public sets
        of integers identifying styles, make the usage of the second "array
        index" integers private to templdlg.cxx; the SfxUInt16 item now always
        contains enum SfxStyleFamily.
        
        (regression from bcb41235deaf4b7ca90522bda3ba21a686819e6e)
        
        Change-Id: I333575c504277c2046f8f5a6b36ae3f86b3b3201

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fa8db4cb890ffbbd20790eff2e295dfbc048b7b4]

        add COVAR test case
        
        Change-Id: I734d3a2b958a7d353e3b87db46793c836dbb0e27
        Reviewed-on: https://gerrit.libreoffice.org/28563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [80ed9726c0fc0aa8952fdf600f5336791c19bd7e]

        add COVARIANCE.S test case
        
        Change-Id: Ib7f716c76ea9f56c70045b9b6cc2fcbd0cab8d77
        Reviewed-on: https://gerrit.libreoffice.org/28560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [575b8be566243288ae35263087ced2049c35bb0c]

        add CONFIDENCE.T test case
        
        Change-Id: Ibd7b84360a27642dc9f9210876f514e9dc109c2d
        Reviewed-on: https://gerrit.libreoffice.org/28562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [19e055c87489a77606e0193475e372512499ba5f]

        add COUNTIF test case
        
        Change-Id: I5b4f961ff051ecbaf615d5584bb9964f05dc65fd
        Reviewed-on: https://gerrit.libreoffice.org/28559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Maarten Bosmans  <mkbosmans@gmail.com>  [4a63c145dcce8411c5707f6b99877cc87a4f6c5d]

        Resolves tdf#100709 Optimize SheetDataBuffer::addColXfStyle
        
        The insertion of RowRanges into the sorted set was done by iterating through the
        set until the correct insertion point was found.  By using set.lower_bound(),
        the complexity goes from O(N) to (log N) for a single insert.
        
        Regarding tdf#100709: the import time for the attached example document reduces by 12x.
        
        Change-Id: Ifb03d58a0e46a936ab61a5f0b512e956c87e5e2b
        Reviewed-on: https://gerrit.libreoffice.org/28510
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [2decee2ccd9a4167949843da0db99edaebe6acd8]

        tdf#101779 Allow multiline tooltips in template manager
        
        Change-Id: Ia3dc45fc35aeeabfabc119bb84847c479ed32fda

2016-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [89a0365082e6ba9c255c2f7d69b537bb9936d848]

        Revert "tdf#101440 Better rendering of tooltip in gtk2 and windows"
        
        See tdf#101779 for a proper fix.
        
        This reverts commit c505ec78ddf97fbcb6e39b7865df5a455d41bf38.
        
        Change-Id: Ie825c1d2d8b4ab5696078da95c1b7f3fc699b2cb

2016-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [7167c2b6548830b82280f2f3943d445e9afd6f5e]

        sfx2 lok: introduce SfxViewShell::NotifyCursor()
        
        It allows removing the hide/show cursor hack in
        SfxViewShell::registerLibreOfficeKitViewCallback() introduced in commit
        4d211384f048b689f20e46d4d586f342b110cb5c (sfx2 lok: fix missing view
        cursors in a new view, 2016-06-20), and instead let the application code
        in sw/sc/sd implement the best way to show existing cursors in a new
        view.
        
        This way the per-app cleanup of view cursors introduced in commit
        bc9b4fd4c83af3532204237157821d4884c42d8e (lok::Document::destroyView:
        clean up view cursors/selections, 2016-07-15) has matching per-app init
        code.
        
        This commit just adds the API + adapts existing sw code to use it, sc/sd
        still has to be implemented.
        
        Based on a patch by Marco Cecchetti, thanks!
        
        Change-Id: I38510fa4962f405b1b96a79024206c9e7f33cad2
        Reviewed-on: https://gerrit.libreoffice.org/28557
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f322c52b89f514b792179c4d7e6ee2c3aa893a4e]

        use initializer list ctors for res types
        
        make nSize and nOffInstData const,
        let Size() return fixed sizes
        
        Change-Id: I7e2792e1cd990e65582020353054087f94856151
        Reviewed-on: https://gerrit.libreoffice.org/28545
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2a1431208e4292e8563935f5e8cd0107113f65ea]

        cppcheck:noConstructor for RscEnumerateObj
        
        use initializer lists for ctors
        
        Change-Id: I1ac13d4178d070e02223cb70d8dc80d229a5fa7b
        Reviewed-on: https://gerrit.libreoffice.org/28543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [6330590e7aeeeaccd305bfd23f00badb59a43d8f]

        desktop: fix Android build
        
        to_string() is missing in the std namespace on the broken Android
        toolchain, work it around.
        
        Change-Id: I77fd06f869291e04c265b6b6d38b2e60b0d48caf

2016-08-31  Maarten Bosmans  <mkbosmans@gmail.com>  [d16070a30d421098faedd51c4333d1d42163268f]

        Related: tdf#100709 Fix two bugs in SheetDataBuffer::addColXfStyle
        
        The addColXfStyle method is supposed to add a formatId to all the cells in a
        specified CellRange where there is no previously set formatId in the
        maStylesPerColumn member variable.
        
        There where two bugs in this function:
         - If there is overlap between the row ranges already in maStylesPerColumnBB and
           the given RowRange, it should be updated to only cover non-overlapping cells.
         - In the case when the given CellRange spans multiple columns, the RowRange
           should be applied to all these columns.  When the row range given to this
           method is changed because of earlier set RowRanges in
           maStylesPerColumn[nCol], the RowRange was not reset to the given method
           argument for a new column.
        
        Change-Id: I4244c4303ca983801c5116cbd26971dd641411ab
        Reviewed-on: https://gerrit.libreoffice.org/28509
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-31  Julien Nabet  <serval2412@yahoo.fr>  [9876ffe934a21df1df4a457aa88aa8441243dba9]

        tdf#96749: deal with missing custom headers/footers in docx
        
        Some custom headers and footers are referenced in docx but aren't present.
        See https://bugs.documentfoundation.org/show_bug.cgi?id=96749#c1
        eg: warn:writerfilter:20417:1:writerfilter/source/filter/WriterFilter.cxx:214: WriterFilter::filter(): failed with exception
        Element does not exist and cannot be created: "header1.xml"
        
        See comment in bug: "The attached DOCX was generated by
        1C:Enterprise -- extremely popular monopoly business CRM in Russia,
        with huge userbase (millions of installations)."
        
        This is apparently not a fatal condition in MS Word, so all we need to
        do is to return when we hit such a problem (resolveEmbeddingsStream is
        a recursive function).
        
        Change-Id: I0e085a5f07dc6cc044bbd713e8f81d67dbe5d8b2
        Reviewed-on: https://gerrit.libreoffice.org/20993
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e8b19c216be98aa0dd7f837152fc5bc93cd0f367]

        use range based loops
        
        clear of standard containers is superfluous in dtors
        
        Change-Id: I3dd482573100a67a931122670abdcc60b8521790
        Reviewed-on: https://gerrit.libreoffice.org/28544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-31  Michael Stahl  <mstahl@redhat.com>  [cea58d4c27621725b068d26f3587491322769f45]

        slideshow: stop whining about PresenterCanvas' lack of XUpdatable
        
        Change-Id: I1e447f5eccb41325d96e9c4cb1598a05e702badc

2016-08-31  Michael Stahl  <mstahl@redhat.com>  [52bac50deb628cb21c88d5dcab032d4980bb8974]

        sd: fix un-sorted SidArray in FuChar::DoExecute()
        
        Triggers an assert in SfxBindings::Invalidate().
        
        (regression from ecc7308efa973fd1f1985ff9a0a0f01414b73f2b)
        
        Change-Id: Ida5b6c006ef6b8a839962c4f09c8341eee980270

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [725aa105df08b5fa4f25e5eb9eb07f9dafb79d99]

        add CORREL test case
        
        Change-Id: Ifffb6e2ba2c9d7370d49799f4b741e8687ea69bb
        Reviewed-on: https://gerrit.libreoffice.org/28533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [98294d715c72751d9dd47fd1995865e04b2bdf5a]

        Resolves: tdf#100094 hyperlink tabpage put hyperlink name in wrong field
        
        mismerge of
        
        commit 74593273655e475017bb2bd45aba3c6b132e372d
        Date:   Thu Jan 9 12:59:28 2014 +0000
        
            Resolves: #i123988# assure that hyperlink attribute...
        
        Change-Id: I45391b112666a07a0edfa49b2a8682c446a92cf4

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [23753b79188a7056784a21d841b98b57dcf6d4b5]

        add COVARIANCE.P test case
        
        Change-Id: I5e5fe6d302b46580048de69eeda3968981f322b5
        Reviewed-on: https://gerrit.libreoffice.org/28527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5967fbdd33f604b1024bf90ed59cb596d3dc715c]

        add ERFC.PRECISE test case
        
        Change-Id: I072ed4639feba9f6f32ee57e6425e6b2c0dde479
        Reviewed-on: https://gerrit.libreoffice.org/28532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [62db0d52613807376eed2443d97a278d3787bdb7]

        add COUNTA test case
        
        Change-Id: Ie86278cbcf11f5d4002a7345534ad9bc85ef7980
        Reviewed-on: https://gerrit.libreoffice.org/28528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [241c36cf29f4aa11fed8b2f908b12a55627b48b4]

        add COUNT test case
        
        Change-Id: I0709224de2735c9a1a0ea3c92d091145910ced3e
        Reviewed-on: https://gerrit.libreoffice.org/28531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c5f4f5aa1ada7e33b26474dc95efd67990a91029]

        add COUNTIFS testcase
        
        Change-Id: I367b1cd13175233a51e05844c0f6e3d1e7115afd
        Reviewed-on: https://gerrit.libreoffice.org/28530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [02bef409ec515904d00cf2977727dabb02cd3e79]

        add COUNTBLANK test case
        
        Change-Id: I2e220dd0e2b00a06e4fc3f06a5510961828929f5
        Reviewed-on: https://gerrit.libreoffice.org/28529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-31  Noel Grandin  <noel@peralex.com>  [bdc4010565af5059a1aa331719fbee1d74a230eb]

        tdf#101810 - Crash when selecting Bibliography from Tools
        
        fallout from commit aa0d0536 "tdf#97527 - vcl: reference-count Menu"
        
        Change-Id: I996a5b739f35d034b15fd5d0b4c94fd57688bf12

2016-08-31  Sophie Su  <sea0721moon@gmail.com>  [48e1f5028c5e507f1343bc695ec7e1079fd177cf]

        tdf#93333 in AutoCorrectDialog list also CJK languages if enabled
        
        Change-Id: If203511e6645848544895d2f0813f3f362a8e336
        Reviewed-on: https://gerrit.libreoffice.org/28437
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [677a0b459b8c1ad749969c4bb65b8d78cdf26cdc]

        add spaces in warning
        
        Change-Id: Id040cfdae4adf07492e5262e93336caf4396aa39
        Reviewed-on: https://gerrit.libreoffice.org/28546
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c53912e526b54f67067861a42ce54ae1e24a92af]

        cppcheck:assertWithSideEffect
        
        Change-Id: Ib3d2bb85c925a4208a9e2f0032857a11258c3bb2
        Reviewed-on: https://gerrit.libreoffice.org/28540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-31  Noel Grandin  <noel@peralex.com>  [9b0b3d40a2566af279204fa5991f35475fc8210c]

        convert LB_ constants to typed_flags
        
        Change-Id: I2293b0120bff73f51ed7ea4d12d5ef3eb1bcba81

2016-08-31  Noel Grandin  <noel@peralex.com>  [10609a987d81f1f08f42cba2f3e9337b31b4fe07]

        convert MOVE_ITEM constants to typed_flags
        
        Change-Id: I9be9226cbe9bf6b76df3132d1ed3f08ea65bf273

2016-08-31  Noel Grandin  <noel@peralex.com>  [60638b092d1da63ec99886e50435ad57cc290d71]

        convert SW_SERVICE constants to scoped enum
        
        Change-Id: I731d93f9ab77e60880365c8e2f5e62221d8da5ad

2016-08-31  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ce7484ffff5ccb7c41975da1ac453c6cbd49531f]

        LOK: queue-up events while processing client calls
        
        To prevent feedback effects and improve performance,
        we now queue up events fired during the processing
        of a client call on the LOK API.
        
        This has the advantage of giving us a chance to
        compress redundant events and to combine others
        (where possible) into fewer ones.
        
        Change-Id: I2f6ea12c5d85205e6495cb130f6a6262534b6bb2
        Reviewed-on: https://gerrit.libreoffice.org/28311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-08-31  Noel Grandin  <noel@peralex.com>  [6527b4073c72d3fdf2307a58a06023fe28fd9960]

        loplugin:countusersofdefaultparams
        
        Change-Id: I697b9081424acdc61107709392baa8af8ce29028
        Reviewed-on: https://gerrit.libreoffice.org/28497
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [127a34ef2cf9fe0ac13a273c12c6d45ef57eaf49]

        lokdocview: handle empty LOK_CALLBACK_DOCUMENT_SIZE_CHANGED payload
        
        Calc omits the document size in the payload in several cases, and
        online.git handles that, so handle it in lokdocview as well for now,
        instead of fixing up all the sc code to always emit the doc size in the
        payload.
        
        Change-Id: Ib2cca1770d2a160e32540e3a3158eb00bf13207b

2016-08-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d361d86f72d33fac41847b80883c524580f4cf3]

        opengl: remove unsused "bitmap ops" in GL backend
        
        Change-Id: I188570d11349a5344753f3948daedf0e17806c6c
        Reviewed-on: https://gerrit.libreoffice.org/28536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-31  Stephan Bergmann  <sbergman@redhat.com>  [32fc5177f7c60b4a875a7b10af9a20240177e9f6]

        loplugin:stringconstant
        
        Change-Id: Ia4b69d90b2cbeb9aeed9514c12a71abe5e4bd6d5

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [281027ea88d4d683449d4ce2cdb0563223741465]

        Resolves: tdf#98100 no valueset tooltips with extended tips...
        
        and no offline help available. I feel this was the original
        (day-0-checkin) intent of the code, otherwise why bother with
        the "| HelpEventMode::BALLOON" as that makes no difference
        to the existing logic. And this per-item help is what other
        similiar widgets do.
        
        Change-Id: Idda130450db322acefd9ecc13986067790f9a614

2016-08-31  Eike Rathke  <erack@redhat.com>  [31fa29d9006e615bbe4f7b3e20a0e6c27fcf8245]

        Updated core Project: help  c122aa7574e363c9dce332f1ca8b69b1cccde202
        
        change bad example for "Convert only if unambiguous" to something better
        
        Why is this even in the OpenCL_options help file?
        
        Change-Id: I319b59cea3d7f56b58de95292ca53b708e7e23c7
        

2016-08-31  Stephan Bergmann  <sbergman@redhat.com>  [7bf2b0f13d8e6b97f423e8d859f7927247442837]

        loplugin:stringconstant
        
        Change-Id: Id7ccf94640fa67c5143ebc14bc210ff764efca75

2016-08-31  Takeshi Abe  <tabe@fixedpoint.jp>  [ecafca50e9a6d0fac3c809f275342f571a1470df]

        Replace use of our own SmNodeIterator with range-based for loop
        
        in starmath/source/cursor.cxx and starmath/qa/cppunit/mock-visitor.hxx.
        
        Change-Id: I7733d5d17bb03532d6c4f1d6967c69d65bc3bede
        Reviewed-on: https://gerrit.libreoffice.org/28538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-31  Noel Grandin  <noel@peralex.com>  [5b473e72787d2b61601ecea59ad8f5bf5f738229]

        fix windows build
        
        Change-Id: I1d438150d516a5e621b5bdaa939b3cbf83a865a1

2016-08-31  Stephan Bergmann  <sbergman@redhat.com>  [8675a2c88d2516089d432eed278d2970ab1ad6d2]

        Remove irrelevant comment
        
        Change-Id: I38e505512f4b58320297d66795258fca58dfb3df

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [13d288a0d1151e285b3deec5df1b452238e7b0dd]

        build fix
        
        Change-Id: Ia752f08a483dbff355609502c10fcde12d56015a

2016-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba96008a02fa3d1675ac2cc0b9310736a8b75041]

        writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()
        
        This way
        
        nCurrentPos > (nLastPos + nPercentSize)
        
        doesn't do suboptimal add of two values, then truncate to int precision,
        then compare against long.
        
        Change-Id: Id2f380116a05e98fd073a58652c106bf88d13981
        Reviewed-on: https://gerrit.libreoffice.org/28537
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [6f11653287ad41df935bf25ffd6ffe8e7acb3bb1]

        Resolves: tdf#98097 no tooltip for colors in "Recent" colors area
        
        cause the tip is the color name and that's not stored, so store
        the name when we have one, generate a #rrggbb if there isn't one
        and on loading the names, "repair" the names if the names didnt't
        exist because this option didn't exist when the colors were last
        saved
        
        Change-Id: I33d373081e8a5a46ac585bc55fe449dba0519f99

2016-08-31  Caolán McNamara  <caolanm@redhat.com>  [2e31a37b87397e6d77cbffc127a0998f54e7f35c]

        fftester: non-contiguous cells, lets keep the test case though
        
        Change-Id: I6642961b616546da71df7c1830de1e2ebd427126

2016-08-31  Noel Grandin  <noel@peralex.com>  [ca41685fa922dc13d40726f91472cf800aacc081]

        fix build
        
        Change-Id: Ic2c1396b0945118887f176d1b7e8bd9ef972bdcd

2016-08-31  Noel Grandin  <noel@peralex.com>  [bf02fe3b4db51c8e5c80c3438f0fc166ef386861]

        inline some get-function-pointer-collection functions
        
        no need to have two different ways of getting to the SwMoveFnCollection
        structs, they are already exposed and used as global constants
        
        Change-Id: Iec6e1ee2d9cd2edb8237f24d72024652271a9d5e

2016-08-31  Noel Grandin  <noel@peralex.com>  [f1226d19d944791fc0150c064d1a9985d5913907]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: I7c202c6bff8ed405817ea1e7feb4a2c6427825ad

2016-08-31  Noel Grandin  <noel@peralex.com>  [12b4d982c2f0dbebd2380823f3f63fe30e219f09]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: I913a6be200b78790f465d2672d6da22a3b8d2b73

2016-08-31  Noel Grandin  <noel@peralex.com>  [f0a563cce1c6e6f6babbe33bc3382d4ad4439754]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: Ibcfac031bb0891b4849dc48904893bb891887788

2016-08-31  Noel Grandin  <noel@peralex.com>  [8c0db3e8ac158c8e131085843fcc326073e28c05]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: I81055c6973247e226dc9dc3fda072aef94fa8966

2016-08-31  Noel Grandin  <noel@peralex.com>  [d562c4e4ead3174a9cc720835ecfbfa16e40e15d]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: I542a5fb00a5c972230c072d72a745fddb095f708

2016-08-31  Noel Grandin  <noel@peralex.com>  [7bf9abffb69966882feecca4b35a04722e5b7822]

        convert FindRanges to o3tl::typed_flags_set
        
        Change-Id: I745b2f469e44b79a06a18bc5264aae75b096835c

2016-08-31  Noel Grandin  <noel@peralex.com>  [8b52d4e73a06d433d128d61a4939e92e4a497d71]

        convert SwDocPositions to scoped enum
        
        Change-Id: Idd9414b4a10398130337e474fb8fd4063e3bd4f8

2016-08-31  Noel Grandin  <noel@peralex.com>  [fd405ab457183f1c0d48d47bbd3308edb2e30242]

        remove the SwMoveFnCollection* typedefs
        
        which were just obscuring the code, and pass it around by const&
        
        Change-Id: I4fce5ef4bf616867c46a145f660a8e90d3c94462

2016-08-31  Noel Grandin  <noel@peralex.com>  [4300656d9f0015c6a894b76ddcf537b446d0b9ba]

        convert XmlReader::State to scoped enum
        
        Change-Id: I8020843ad238ac3487f7f2781693ca619db5e1b3

2016-08-31  Noel Grandin  <noel@peralex.com>  [9cd59f774621b99174af2cd698466d5c0d9a68e2]

        Get rid of a pointless indirect function pointer variable
        
        Change-Id: If6847f55e6a09970375998b6eee82ddefaf3eaed

2016-08-31  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [488c8053dc824d4736b02020bb440d43c4933eb2]

        Improve polynomial trendline equation representation
        
        Insert a blank between x variable and its coefficient
        Aplly also to linear trendline
        
        Change-Id: I7d1e61f12aa1cf98b4181df6a4849df1e5293793
        Reviewed-on: https://gerrit.libreoffice.org/27265
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-31  Arnaud Versini  <arnaud.versini@gmail.com>  [e53bb6a0f0257da68790437d7ac39a7e103fe9ea]

        store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT.
        
        Change-Id: Iec6cff8da24515f17a5ad2b9ba6e1f92df124921
        Reviewed-on: https://gerrit.libreoffice.org/28508
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-31  Arnaud Versini  <arnaud.versini@gmail.com>  [7173a4edab9a7c2e73d1caceb4422445a4d1c502]

        store : Replace store::swap with std::swap
        
        Change-Id: I85c1026502dc69b229aaf287858ae76f9391a34d
        Reviewed-on: https://gerrit.libreoffice.org/28506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [72eb18e520ea8165a6a20958a1551f55e5e14cab]

        gtk3: Implement menubar hiding
        
        Change-Id: Ia772f05daa74453fc3dc8fe0c257fdac358cd5c6
        Reviewed-on: https://gerrit.libreoffice.org/28490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-08-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [34dced99c33a97dab86c4538fa267ad4ad4fb41f]

        Ignore schema files for src tarball generation
        
        Change-Id: I1aeafbe35f7badb6c59eddf79de4e96229b66886
        Reviewed-on: https://gerrit.libreoffice.org/28494
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cc89cb56d51b4f43d999701ff97a89ff9fb5a31a]

        add Venetian (vec) ui language
        
        Change-Id: I643eb91691dddf2c4ece2edb27383cb7dd0e3fdc

2016-08-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [668655d7abde9099e97e8071fb3617078321a1b0]

        Updated core Project: translations  4a467ef3a02f7a0903868273eaa3788edd6b73fc
        
        add Venetian (vec) translation
        
        Change-Id: Iee6f75ba41586355efc4e63a4ef5698e47ffcb01
        

2016-08-30  Michael Stahl  <mstahl@redhat.com>  [9299b4ed1fd6aec795e55cf9a5a67f6111b48f7c]

        Revert "fftester: empty tabbox protection"
        
        This reverts commit da8583e9ae9dd7085e463b289533d2eeeccd761c.
        
        This should also be covered by commit
        dc83b3ae470914dbcb08fe1f0a4a4e1a1d3d8e19.
        
        Change-Id: I173eb3e7f51288574e4807553200a9ca59a45fef

2016-08-30  Eike Rathke  <erack@redhat.com>  [e3df93d03c19bc75d1aeb340f056f57db3f4f46c]

        return const&
        
        Change-Id: Ia36a6c13dab4c6dbdcff45bfa432835296eec868

2016-08-30  Eike Rathke  <erack@redhat.com>  [d3351ca3c73263fb0151970e7924dff5fa105504]

        LanguageType is unsigned int16
        
        Change-Id: I5745fe2a54936e7a2585fe311522d71f08b97bfc

2016-08-30  Xisco Fauli  <anistenis@gmail.com>  [75003438e4b429ffb3f013afd0e36d70545833cc]

        tdf#101237 SVGIO: Use black as default when parents' fill...
        
        ...attributes are empty or none and there's a reference
        to a clip-path present.
        
        Change-Id: I4dc4e3bcaac43a007fbdb8a1d006cbd39c737396
        Reviewed-on: https://gerrit.libreoffice.org/28500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-08-30  Justin Luth  <justin_luth@sil.org>  [93d7fc90b57bb08052299c94fa0a28bb8f494a9c]

        tdf#76349 writer: make 1column-as-page break a compatibility option
        
        Unable to find/create a proof .doc document, so only implementing this
        for .docx
        
        Change-Id: I3a0cb2ddf7b3aeecc9200e595f70d8c88af4b122
        Reviewed-on: https://gerrit.libreoffice.org/28501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-30  Eike Rathke  <erack@redhat.com>  [1fe51b19829d1393f0e376ec65b889b61d1b1ba1]

        construct only when needed
        
        Change-Id: I5729e80bdaf726c64edf3d50f7225b2181f6e2c9

2016-08-30  Michael Stahl  <mstahl@redhat.com>  [dc83b3ae470914dbcb08fe1f0a4a4e1a1d3d8e19]

        Revert "fftester: non-contiguous cells"
        
        This reverts commit 9accbfa0a52433cf03fe186fc69334d387981eb9.
        
        ... and the code change of "avoid crashing on load of fdo54724-1.rtf"
        commit 4ee3eabd0f058b26544c84b2b5aaf5478d921817.
        
        It's much simpler to detect early in convertToTable that there is a
        row with no cells in it, which should not be allowed.
        
        Change-Id: Iff6d235b29514edd57cc55addeefb24242595d88

2016-08-30  Eike Rathke  <erack@redhat.com>  [424d48d347c317fa1a542d65e68327aea08cb1ed]

        calling set::find() before set::insert() is unwise
        
        ... because the insert() fails anyway if the key exists already and
        adding a find() only is a performance penalty.
        
        Change-Id: I38da75754fb23b9db3b59e5a0bd81e5e5bb05ce2

2016-08-30  Eike Rathke  <erack@redhat.com>  [628bb5ce3c9774e9b499aad81bae300ef023b25c]

        pass the already available bcp47 string instead of yet another conversion
        
        Change-Id: I6ed8428b28300cdd0586d505211e45d76a622115

2016-08-30  Eike Rathke  <erack@redhat.com>  [9a2d6e7e77a660560af9d5b1bbe3a5171176f8d6]

        Related: tdf#83376 fallback to known in linguistic context is wrong, always.
        
        Change-Id: I2f06818e6569fd7e59b94d11b69808a2b81490d5

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [c7fd6532682a12d8981e6b19b4fbb75d6d3c412c]

        Resolves: tdf#97055 hyphenation claims its already active after closing
        
        cancel button works, hyphen all works, but closing it via wm close
        skips the cancel callback.
        
        simplest thing seems to be to call SpellEnd when necessary, flagging
        that its not necessary by disabling the close button on the RET_OK
        case
        
        Change-Id: Ib0a67c4395e9d20941e735ebb14f6bd7f7ddb66c

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [107e5981b45f8ee042f6fbf5e1aa84aa557f8989]

        default dtors are fine here
        
        Change-Id: I503f954a2729aa2737d783ed8c72f62d8a68da4c

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [a7b18aaa46c225d3546ad52aab0c460092c8edb0]

        no point in these dtors being virtual
        
        nothing inherits from these classes
        
        Change-Id: Ic887ac8a046b8697e310e19b6e7fdf9efae8f074

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [2b8b8740f211a649a358fbe2406cae12e9621a77]

        default assignment operator is fine
        
        Change-Id: I0b63abbfe7d29c35cf7c7dd047527b20ad46c538

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [dd5fa4cea7b0c6912754e6887a678a050d4a7610]

        declare default dtor as virtual
        
        Change-Id: Ic77dbe3ffb2d2856d437158914b877b913296e0e

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [181c6a88866511384b291de0701e0e0c9289703d]

        coverity#1371300 Missing move assignment operator
        
        Change-Id: I4add8d1f0e1f007d247d4fe9f6fa2048b792c1b0

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [606232e450888b12e24da9c3e56c91333a1bb6d3]

        rework for coverity#1371269 Missing move assignment operator
        
        Change-Id: I10f9ed448854b4ece61fd84b8aa49674d0828cac

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [29730225f2e1dcc0a2e0a63f1eebbc442055fecb]

        silence coverity#1371204 Missing move assignment operator
        
        and
        
        silence coverity#1371210 Missing move assignment operator
        
        Change-Id: I6d7a59fd789c16ee11a27d50ba8fd14f17ae77e0

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [a2dbaac6a802af438d82b9889d58fc6ac534ca09]

        default assignment and ctor are fine here
        
        Change-Id: I50edc71ee8bb4398764f2e15180a0269aac233ce

2016-08-30  Eike Rathke  <erack@redhat.com>  [04311182b6fadcbdeef7aec15c7eea0240ee628c]

        Resolves: tdf#83376 do not let linguistic tools fall back to known languages
        
        Falling back to known locales was necessary before the new language tag
        implementation that can register "unknown" tags on the fly. In fact here we
        want to handle tags unknown to us and not fall back to worst case en-US even,
        so that dictionaries, grammar checkers, thesauri et al for any language tag can
        be used with such tagged document content.
        
        Change-Id: I06e54f41e00e69779b4c0cbbc891f250545a17d2

2016-08-30  Khaled Hosny  <khaledhosny@eglug.org>  [cf425acfd4a5ff7c660523601964d45cbad74b53]

        tdf#56403: Text is right aligned in RTL locales
        
        Draw/Impress is setting writing mode to RTL (which in turn sets text
        alignment to right) if the current locale is RTL one. This does not make
        sense at all since it means document prepared on a LTR locale and
        contains LTR text will appear right aligned on RTL locales.
        
        It would have slightly more sense if SetDefaultWritingMode() actually
        just set a default (for e.g. new documents), but that is not the case
        here as it affects all documents.
        
        This was introduced in 2c32696a04bc195c8ce61a0df6dcafb8c0c49fe0 with a
        branch merge and no further explanation.
        
        Change-Id: Idee0f58e153498a6676a22242d2edd5054b908c6
        Reviewed-on: https://gerrit.libreoffice.org/28411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-08-30  Eike Rathke  <erack@redhat.com>  [3e289cf10b36f423ae6626296d739291850aa53b]

        use static LanguageTag::convertTo...() instead of LanguageTag().get...()
        
        They know best when a temporary LanguageTag instance is needed and when
        not.
        
        Change-Id: Ia0dc5b2d165b15362080d60dbb9f58cfa0403014

2016-08-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [022a58136d47a41cd490e00b2490329b8f7e6725]

        tdf#64145 Add empty subtitle string as default
        
        Only empty Title create automatic title.
        Empty subtitle has no other effect than remove subtitle
        if it is kept empty
        
        Change-Id: I7e7de198585885866efea24de3a66c26d3e340ae
        Reviewed-on: https://gerrit.libreoffice.org/27904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [91545e2661afe4e7a648b861eadc0a9eeacbe9ae]

        add HYPERLINK test case
        
        Change-Id: Ic7254e2c69a85f2020b0a79e79d9252fe0a0069d
        Reviewed-on: https://gerrit.libreoffice.org/28471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-30  Maarten Bosmans  <mkbosmans@gmail.com>  [f8a8a41c2ebbdf31127f74c6975fe140be0815e3]

        Translate some German comments and messages
        
        Change-Id: Id15e1afd991f3476e260ba40a8c45c7261113577
        Reviewed-on: https://gerrit.libreoffice.org/28493
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ab2b0625bb8ab8447a508d654d6e8c95d50dbd5]

        sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) API
        
        Unlike in Writer, there doesn't seem to be an existing UNO API that can
        be reused here.
        
        Change-Id: I011a2f34d4d09ad604991637322ceadf6b2eb181
        Reviewed-on: https://gerrit.libreoffice.org/28498
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [a037f6338c19e16bcbc0674214666a786872c59d]

        Disable CppunitTest_vcl_wmf_test under --enable-merglibs for now
        
        ...the problems caused by that test having the vcl objects linked into both the
        test's library and the mergedlib (which the test's library links against) are
        just not manageable.
        
        Change-Id: I6976407275f1f8d8cebfe2dfc6c09656a3936200

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [e7bbf98659260ac5756c43ec7513f1fa0833f62e]

        Fix placement of EXTRA_ENV_VARS
        
        Change-Id: Id9ae15aaf24b65abfcb4006490836eae8a1d8db6

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [c5d8cb41a5bb26927b183defdc36daef523c9ce6]

        loplugin:stringconstant: adapt to improved OUStringLiteral1
        
        Change-Id: I5c9bfbb97f0eabe1ea691faf522d22070243d234

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [6427b84b39d2f31f93615f9499c4a3d683e46a4d]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (writerfilter)
        
        Change-Id: Ia156b152a5df279d879e91cc0311c2f4da27cd05

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [8baef341d5a6f6199f4bce2ab88d53b471d7a760]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (vcl)
        
        Change-Id: Ic04f33413713b592c10ebf27c1e3460a44e3794f

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [e29b6be3c4c7843459ba7b9307af3272c4d94fff]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (unotools)
        
        Change-Id: Ic87ea0139f0c8624a8af5700d97375075c091f73

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [172b8a5cdb8b11116d666e460cfabe651004efec]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (unoidl)
        
        Change-Id: I8f7fb8bba65f99732bb172b45e309868047f545c

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [70986cc3d4b283ce58f659507c57062eeb4b4b98]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)
        
        Change-Id: I624505ceee232a531826915755717f2e09dc0a72

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [32f9120fa076ef9dcee1d29e0a596a36aade353c]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)
        
        Change-Id: Ifa1a6bafd3628b48ebceb09f8cd864361848e81c

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [185c3c8207de78ebb4f4dc053b5fe16f810929cc]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)
        
        Change-Id: I4d95f15896327101c1c19abc00edcecd7fee26a2

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [4d21c085e6acdc6b61d0e890ebcabeb4a4b8151e]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (svtools)
        
        Change-Id: Ifdfc684ea894e637617de845facbad645ed6331c

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d7beb36e94a65f7cfea44b964aa7fbd2a734937b]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)
        
        Change-Id: I5b9c503fd28209b893688e81ddd00eb843b44e37

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [f5a99c3748b9221ae58e38f85d549deeef425abb]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)
        
        Change-Id: Ic0a3a2ae6c0e2601cb415cba971620a71ded02a5

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [a86df4bbe0e4f3f3d20f3e33da77911019ad6350]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (sd)
        
        Change-Id: Ib044294174c665407dd2c1e8fd083e9f34733ec6

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [7a63e5f69add05afcfe2fb14f1c46dab54de66b1]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (scaddins)
        
        Change-Id: I30a66d2ff5233d6a2a6ec076e188f75a74843cc7

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d488a646b5a703aef34396041c997902dcbbf98d]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)
        
        Change-Id: I41af3d6acdb5dfdaa27febf99cc3c5aa031ad779

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [79a410daa9fbdc22eef2a0a4e4da4597c2071c4b]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)
        
        Change-Id: Ia39a4f4689ae0d6e2b7303a89251634bfe0eeb2f

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0cdfe1cdc167b355e3f88cb1c693210d074bf546]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)
        
        Change-Id: I359fcf33039b406d614bf71361a7882a101667d2

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [cd252e3ad8ca1b2c5c21c4279784a0c2ff9521b6]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl)
        
        Change-Id: I0da7434b67148824d1c2343f8ecb2b069df6baa2

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [bbecf9313404d0741ff1edd9fe85e653f0ed48a1]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (oox)
        
        Change-Id: I1a3190f136b69702615cdf796ff45abfd89155dc

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [82b27577d20025bc8e9b68bfe365a860992be0cb]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (i18npool)
        
        Change-Id: If4bc7dd5af49cca85f474e817cc3cc358c2b48c2

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [1a212efd3a3ef0d87abae0299c2da2fc5249492c]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)
        
        Change-Id: I25323e586bb80b833d1b2dace5498de853aa039e

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0b288bf8e90fbf6bc0208d223085238e77b6b0e2]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (filter)
        
        Change-Id: I3c58c694e869c0825b90479ac572f6af9d030c4d

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [5d268dcbaf135e4e03c39960ccc3a22cc75f170d]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (embeddedobj)
        
        Change-Id: I4d1d29155c09b15514f96a8b53f9865eefc78704

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0c9a71a7b2fd0a004e980724460a3763b76eb772]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)
        
        Change-Id: If8d2eb5e02a107cc1805e349a70df54160fed02a

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [56f21320f3214be0b361c09e08cf100a647d908a]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (desktop)
        
        Change-Id: Icdfcdb168d5570e37818bf866e2b4296c02824be

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d42bc6e313529e3bb08527406b97c28c1cba55d4]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (cui)
        
        Change-Id: I75013800fca4475ff2cb93a1f5c34cd37b93bc6e

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [489a47dfa080ab6cbedc9abbecc3bb9de7690618]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)
        
        Change-Id: I98a9e1404c2a9a39c8f930609c199c75f0a572f1

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d0cb35f3be4f49dbbd7f7477421a209f118e7811]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (connectivity)
        
        Change-Id: I1c9e33d3f4306199320e60cf0eb2970e687576ef

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [6f821ca4a1c07e79d8cdbfd84c08445ae4c5186a]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (chart2)
        
        Change-Id: Id8699d6923f8c3e1133db5ef66a21d939b9c5668

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [1bab5c741940fe582bd5d142a5ef686c340c17e6]

        loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)
        
        Change-Id: I7e9ceb5513b34115bb1f41e627af06bbffc6ecf1

2016-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [30b84816eb5c6cd44bdee459cac1bb9f90859aec]

        gtktiledviewer: don't crash on unimplemented tracked change list
        
        As it's currently implemented only for Writer.
        
        Change-Id: I8c281b2294564472f2c2c5b7de5dd3f86a11a94a

2016-08-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c9493b344a9bd104d0a882f5e9407880c0c63c20]

        tdf#96248 delete SfxPoolItems with Which Id >= 4000
        
        Which Ids > 4999 (SFX_WHICH_MAX) are Slot Ids and handled above.
        Which Ids >= 4000 and <= 4999 are used by EditEngineItemPool,
        defined in eeitem.hxx (values 3994 to 4048).
        
        the former hack prevented that some of PoolItems got deleted
        when RefCount dropped to 0. when trying to Remove the PoolItem again,
        an earlier assert hits.
        
        hack and comment are in source since initial commit,
        other referenced comment is nowhere to be found.
        
        Change-Id: I299b2ae4aed088d4ee438397d0bb91ca8d055cef
        Reviewed-on: https://gerrit.libreoffice.org/28429
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-30  Michael Stahl  <mstahl@redhat.com>  [1ae5c5ea82207d90b556e8139ad48ca4ceff9311]

        Makefile: improve JAVA_HOME check
        
        On Fedora it often happens that the $JAVA_HOME directory is not actually
        deleted but contains a bunch of ".rpmnew" and ".rpmsave" files in
        jre/lib/security - so check that the "include" directory exists.
        
        Change-Id: I34bf945b346e79dbe6f1a6e96ba1ba5139ff8f13
        Reviewed-on: https://gerrit.libreoffice.org/28491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-30  Noel Grandin  <noel@peralex.com>  [4e8ff25ff73c0175fb51d11eb4ca7157a3789e97]

        loplugin:countusersofdefaultparams
        
        Change-Id: I69f55593e6101906e0e97565f2cfc818852258dd
        Reviewed-on: https://gerrit.libreoffice.org/28486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [88c80411cb01ea4c73c533ac9efa8cc3e98e6954]

        loplugin:implicitboolconversion
        
        Change-Id: Ia50bd6ecc6a4b5efc2de81282a16203e89087314

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [fa15256e3d12aab1eaf5991c016fc10dea286675]

        Hack for shaky VCL test under ASan
        
        Change-Id: I0c89d1c23ddc1d0d6cd98d95ef31622a30d4862b

2016-08-30  Justin Luth  <justin_luth@sil.org>  [c06d77c5eb57c1a7f5692028b6b04132593f9156]

        tdf#101589 MS import: set 1-row table to don't split if row is set
        
        Since .doc and .docx don't have an option to "don't split table",
        we emulated that.  For this IMPORT case when there is only one row,
        consider the entire table to be unsplitable is the row is unsplitable.
        
        This will give the expected results if the user starts adding more rows
        to the table.
        
        Change-Id: I8a2d817ff714ba0df65b5a5e263b27df4264e848
        Reviewed-on: https://gerrit.libreoffice.org/28357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-30  Michael Stahl  <mstahl@redhat.com>  [7f95c479f7f24791b6e991d1ce0595aa05748845]

        sw: fix build, missing fmtlsplt.hxx
        
        Change-Id: Ie6efb0227bd93b957baa73fb5c723a397e4d7c41

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [3c117d18935fd216a3cda22d5a848f443270d019]

        default dtor and assignment are ok here
        
        Change-Id: Ic349222f29b302fbd44907c2d21c993b59341107

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [4a5e15aea704cf80bf22076ca1bc35746e99e76a]

        can declare default dtor as virtual now I belive
        
        Change-Id: I48005f1e8b405b4fa374edfd0d6ff69ffac437d7

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [776e2e2635487523cd1757f382f54487b36b5ad3]

        Resolves: tdf#96369 don't superscript ordinals for mixed text and numbers
        
        e.g. 5th is ok, but foo5th is not
        
        this is basically a regression from
        
        commit 17e6b8fd05af8fff86847c0ef1e8cc9ad013a1bd
        Date:   Thu Apr 7 13:33:48 2011 +0200
        
        where the older code would only do the conversion if the string
        before the number was comprised of non-letters, so go back
        to that logic.
        
        Change-Id: I928c365eb11891e78331bbd165dbdb9541ac0361

2016-08-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [45b89f4ebb0d3070d45a88ac033879fd11997976]

        cleanup: remove bin/lo-generate-source-tarball
        
        Use bin/lo-pack-sources instead.
        
        Change-Id: I5557a017dd741ba53793e238b4b17744cfe57bb6

2016-08-30  Justin Luth  <justin_luth@sil.org>  [129f93e46c29b388d38e9097869fd3e72dc40a5e]

        tdf#91083 ww8import: set table keep/split properties if emulated
        
        This applies primarily to multi-row tables.  (Single row tables handle
        don't-split emulation differently).
        
        Since .doc doesn't have table options to "don't split table"
        and "keep with next paragraph", we emulated that and now we detect
        the emulation and tick those settings again.
        
        Change-Id: Ie923195610aeb72927c9d75276ebf92e48969e6e
        Reviewed-on: https://gerrit.libreoffice.org/28423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-30  Yousuf Philips  <philipz85@hotmail.com>  [5758f8a7f8e2e9819ef09f4e1fe38921b247dc65]

        tdf#90497 Unhide document themes sidebar design deck
        
        Change-Id: Id936c255432816e6a5defa0a39e0ce9f4f93ebd6
        Reviewed-on: https://gerrit.libreoffice.org/28465
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-30  Caolán McNamara  <caolanm@redhat.com>  [9accbfa0a52433cf03fe186fc69334d387981eb9]

        fftester: non-contiguous cells
        
        Change-Id: I1bf57f6e365b9e99a1893b5333e043ac6bc7b476

2016-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d1748d143ab4270a2ca1b5117852b1b1bb4c526]

        Related: tdf#44986 DOCX import: handle w:gridAfter by faking cells
        
        This is similar to the w:gridBefore handling code introduced in commit
        cf33af732ed0d3d553bb74636e3b14c55d44c153 (handle w:gridBefore by faking
        cells (fdo#38414), 2014-04-23), except that the fake cells here are
        inserted after the real ones, not before.
        
        Change-Id: I4c03bd49e52016a58e0e002ae85dede6a96e5f55
        Reviewed-on: https://gerrit.libreoffice.org/28487
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [11cc9bdc21be241f2feb3ab4822d9d365dba4f96]

        Avoid UBSan "left shift of 65536 by 16 places cannot be represented...
        
        ...in type 'int'" warning when constructing an XML_TOKEN_MAP_END instance, whose
        nPrefixKey is 0xffffU.  Problem got introduced with
        41b3fd8ca54eff7e71c69bb0b60e63016f1ac8c2 "Make SvXMLTokenMap compatible with
        FastTokens", the intent was presumably to make the shifted value of
        
          ( nPrefixKey + 1 ) << 16
        
        be zero in that case.
        
        Change-Id: I0b83a03198a44e54077899e4484634286d06cdcc

2016-08-30  Tor Lillqvist  <tml@collabora.com>  [d0f8361289dc6ed88f0ae8074bea34b57d811341]

        Clarify what the error code actually is
        
        Based on how LOK_CALLBACK_ERROR callbacks are actually done in
        desktop/source/lib/lokinteractionhandler.cxx.
        
        Change-Id: Ibbe37c681252aa91c979d51b9aae6236ff9d88de

2016-08-30  Tor Lillqvist  <tml@collabora.com>  [7c673d27df5e22d7af981806999cdbbf15866680]

        Bin some noise comments
        
        Change-Id: I5815d8fe9a77c04ec73ac105decce3cc154487c5

2016-08-30  Tor Lillqvist  <tml@collabora.com>  [5d77b738cb397338c95be898bf845bd0be8edc80]

        No reason why these functions can't be static, too
        
        Change-Id: I95b68e912c87657a6884f8c56bfcc7bc52c2f2e5

2016-08-30  Takeshi Abe  <tabe@fixedpoint.jp>  [7b9ca5a60c32bf5aeb4066f362fe0c7b826bae9e]

        Every composite node is of type SmStructureNode
        
        Change-Id: Ie8e8b248dc8f08e612f640b2afd6639dfd3375ff
        Reviewed-on: https://gerrit.libreoffice.org/28474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-30  Tor Lillqvist  <tml@collabora.com>  [d19c2417a5b5bbf765c39ed69412248f639da41d]

        Bin noise comment and superfluous newline
        
        Change-Id: I9094a0a21880e516bb65b1a324b6220bab0e27da

2016-08-30  Noel Grandin  <noel@peralex.com>  [b62f4c2cd9685618fff2270760ce0787880f1c8d]

        convert RECT_POINT to scoped enum
        
        Change-Id: I3f0304d69d5d638230b64135c73497192dc00cb3

2016-08-30  Noel Grandin  <noel@peralex.com>  [cbea925b367535eb2652a2c8fa80b4cc746d95bd]

        convert SdrEdgeLineCode to scoped enum
        
        Change-Id: Ibf84608461234e1df4114f72d9057f5697c5e3a3

2016-08-30  Noel Grandin  <noel@peralex.com>  [e9a2d9e7be22b455c1597277c152379f732ce447]

        convert DbGridControl::NavigationBar::State to scoped enum
        
        and remove a nasty hack where we were passing around an extra constant
        (SID_FM_RECORD_UNDO) without actually adding it to the enum
        
        Change-Id: Ib79d0a4e2d1418797b01067529d500728e95bf7e

2016-08-30  Noel Grandin  <noel@peralex.com>  [15b084f2034dc892ef456f8c65f162c760c69fe8]

        convert DbGridControl::Option to scoped enum
        
        Change-Id: I160fb53b585bb7eb04348dd208ec5c705d595279

2016-08-30  Noel Grandin  <noel@peralex.com>  [e27fbbcdf5fc1723297b22464d8291843f1b83a5]

        convert ExpressionFunct to scoped enum
        
        and drop the trivial subset of it EnumFunc
        
        Change-Id: I9ee7de829121f04e97c167b133cdc78c5ffd0822

2016-08-30  Noel Grandin  <noel@peralex.com>  [2c86c131f77cfb70033ea83700dae7064c5127dd]

        convert ActionDescriptionProvider::ActionType to scoped enum
        
        and remove an unused constant
        
        Change-Id: I8d46d16d3f575aa416bfc5a965986ee5dfb1f93c

2016-08-30  Noel Grandin  <noel@peralex.com>  [110528e6a2a5b7d46eadb1fb29a56728180657da]

        convert DescriptionGenerator::PropertyType to scoped enum
        
        Change-Id: Id55ccb4bf0109f1bb6f870b38792e3454b567877

2016-08-30  David Tardon  <dtardon@redhat.com>  [ab66fe65443af83216c51d310e0a341e40810d17]

        remove useless (and wrong) comment
        
        Change-Id: I151945c4617a3fc0e68ef8e5ecf1949cb0ab5f53

2016-08-30  David Tardon  <dtardon@redhat.com>  [151b7879bea2a48fb0868e446a9629ff8fe388ad]

        fix copypasta
        
        Change-Id: I26a94dcc6339eceee685a2340cef5ff5ba595037

2016-08-30  David Tardon  <dtardon@redhat.com>  [cb9cd7527fd8b71250f8d40017582b73e8a41ec5]

        drop extraneous acquire
        
        Change-Id: I1f26d0994f5895f8bb8ccd6c2ddce7fc1ec24ecc

2016-08-30  David Tardon  <dtardon@redhat.com>  [d1479d311b5a69eb1bf352d2007224351ddd5f0f]

        add vsdx
        
        Change-Id: I85b6cdf6185efd8c11f393b1a30a9241be620749

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [5536aea8228778e00b9f1ca8199d858cd03780ad]

        Let OUStringLiteral1 take its arg as ctor arg, not template arg
        
        ...which makes it more flexible, can now also be used on non-const arguments.
        The drawback of the argument no longer being a compile-time constant is remedied
        by making the ctor constexpr.
        
        Change-Id: Ia4903a2cc86791fece92eac0cb8406b6659dd19d

2016-08-30  Mike Kaganski  <mike.kaganski@collabora.com>  [20f6a6b159c69771dc0e087f63b6c701908e32e2]

        tdf#99402: fix Metafile Font handling
        
        1. For DEFAULT_CHARSET/OEM_CHARSET, use correct encoding
        based on LibreOffice Default Language for Documents setting
        (Tools->Options...->Language Settings->Languages).
        For that, two functions added to tencinfo.h, that map language
        names to corresponding Windows ANSI/OEM encodings.
        2. If charset is DEFAULT_CHARSET/OEM_CHARSET for Symbol font,
        then always use RTL_TEXTENCODING_SYMBOL.
        
        Unit test is included.
        
        Change-Id: Ibff63e7a03dec42a9d2a74399936d6bc04f2ff1a
        Reviewed-on: https://gerrit.libreoffice.org/28322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-30  Stephan Bergmann  <sbergman@redhat.com>  [965f379b6ed2884f60b7fd6c0aae107fa5fceea7]

        Break test::setUpVcl into a test-setupvcl library of its own
        
        ...so it can be gb_CppunitTest_use_library_objects-included in upcoming
        <https://gerrit.libreoffice.org/#/c/28322/> "tdf#99402: fix Metafile Font
        handling".
        
        Executable_pdf2xml.mk linked against test since
        b0da8f00a0d41f2b17639fcee4ed4956421e55c5 "Make pdf2xml usable at least from
        within buildenv again", but that seems unnecessary and would now cause problems
        when linking the pdf2xml executable on Linux, as the linker for whatever reason
        wouldn't find the libtest-setupvcl.so referenced from libtest.so, even though
        the latter has a proper DT_RPATH.
        
        Change-Id: Iba5d80266520ce1f5dafedffa520d18e853f7ec5
        Reviewed-on: https://gerrit.libreoffice.org/28473
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-30  Justin Luth  <justin_luth@sil.org>  [11351e9a2e8f417772c33d36e5756c5e63d94984]

        treat even/odd header/footer enabled documents the same as others
        
        This doesn't have to do with even/odd section-breaks like I
        originally thought, so I'm comfortable removing the fail-safe
        exception that I originally included.
        
        Change-Id: I3eef867d275501615a502f76b71a16e3ecc7b58e
        Reviewed-on: https://gerrit.libreoffice.org/28464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-08-30  Takeshi Abe  <tabe@fixedpoint.jp>  [1f46cbf32a668e80f520d27093f56d6b61550852]

        VisitChildren() only for SmStructureNode
        
        Change-Id: I94167dd1b37198eab8e1f92049c094ac7a29e31f
        Reviewed-on: https://gerrit.libreoffice.org/28455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [163bb0a6527fdd3c16da3afcff8ab4d7c8f8921a]

        add legal blurps to docs.libreoffice.org generation script
        
        Change-Id: Ic84b49029c2c773a59c286add3602bcd5540368d

2016-08-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a46c9aa52a4963ab86bacb59f85b4e33596450fd]

        Updated core Project: help  a1ae3364bcbf664a39922cefc081ccc74fce570c
        
        Rewrite Trend Line Help page
        
        Insert new types of regression
        Update constraints
        Add new options (X-Y names)
        Reorganisation of the page
        
        Update:
        Convert all power value to <sup></sup>
        Convert unicode character sigma to its HTML code &#931;
        as &Sigma; is not recognized
        
        Change-Id: If1fe158d8c19ac80fb03ef3c7491ada5b666ccd0
        Reviewed-on: https://gerrit.libreoffice.org/28225
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-29  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [65d3436f3b0a5956c66b568df6636c059b2762bb]

        schema: copy of v1.3 schema to collect LO extensions
        
        This will be used during export tests, to ensure libreoffice
        extensions are properly added to the schema.
        
        Change-Id: Ia24d914fbe67c135fd8e3ed1add8dbf8fbc05a72
        Reviewed-on: https://gerrit.libreoffice.org/28449
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-29  Eike Rathke  <erack@redhat.com>  [e5cd5627ae21f68643c07d2f6330aa8b8cbf8659]

        name it Hungarian Rovas, tdf#97406 follow-up
        
        Change-Id: I62d5a503b199922b82e7cec3e0ef971bbbd43d09

2016-08-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [23ceebc4348e2463a23ccde76355a72d0324c9d7]

        add GETPIVOTDATA test file
        
        Change-Id: Ief1028336815671e43b4ae3c84fe2c8c31c882c2
        Reviewed-on: https://gerrit.libreoffice.org/28441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [800b9de7b345962599d487c820014845a66da7d9]

        add AVERAGEIFS test case
        
        Change-Id: Ie4c713f3724ffaa7100e40c469d1e117d0fa277d
        Reviewed-on: https://gerrit.libreoffice.org/28146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [478d5325753cd664a9f1ff33ed11efe67a8b40ca]

        add ERROR.TYPE test case
        
        Change-Id: I1df542dd2c4d09e7968cfc8db29a8ff33c2dc397
        Reviewed-on: https://gerrit.libreoffice.org/28466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4e8e637374f8dad5439da39bd0c4b8b0b7c13cde]

        tdf#101766: Fix new folder creation in 'Save Remote Server' dialog.
        
        Change-Id: I5297918ff6acf0631b8be370de3ac96bed474a47
        Reviewed-on: https://gerrit.libreoffice.org/28458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7dcbcfcf21cb05a606ab8954abf7c3fddda2c4fe]

        cppcheck:noConstructor for SfxDockingWindow_Impl
        
        Change-Id: I20d2c5351d7f4d3fd4c42ccc0528afd4c45d4426
        Reviewed-on: https://gerrit.libreoffice.org/28461
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2c240627c8a1a9cea1f9eedfb064214c8e93a39]

        sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()
        
        This avoids some code duplication, and also means that the redline
        author set by SwDocShell::SetView() affects the inserted Writer comments
        as well, while those were 'Unknown Author' in the LOK case.
        
        Change-Id: Ib51183302ee6904fdf69fb16f27ecfe6df39e6cb

2016-08-29  Michael Stahl  <mstahl@redhat.com>  [fae3b4cc192dbce54f87a6e1c67ab5d824eda947]

        boost: update generated wrapper headers
        
        ... and delete recently added clang Wundef patch
        
        Change-Id: I83af127fe98ff23feb944eb68dbd2334d23564c8

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [471408327978144dcc11f5f65f8208016867e03a]

        Remove duplication of "set up VCL" code
        
        The "this is called from pyuno" version in test/source/bootstrapfixture.cxx had
        had an empty deinitHook, but it appears to not hurt to give it the same
        deinitHook as the version in test/source/vclbootstrapprotector.cxx had had.
        
        Make test::setUpVcl accessible from outside module test for an upcoming use in
        <https://gerrit.libreoffice.org/#/c/28322/16> "tdf#99402: fix Metafile Font
        handling".
        
        Change-Id: I1d609445690b6ee5e331aa322cd4bf434a3de78e

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [66e2f20c5610eb500b4a9cf22ef024492ba0fd00]

        CairoFontsCache is only used in cairotextrender.cxx
        
        ...so move it there and remove the VCL_DLLPUBLIC
        
        Change-Id: I1fc75984f8a9935e34cd9ac36d878809b538bd1e

2016-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [698153d9096f705cc5e16e8ae6fc0ebd9210c79d]

        Indentation fixes
        
        Change-Id: I903fcd36878cd0b74757805bcbdb414feb713d7b

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [313fe1f7076fd7e078d5e52be9060150d60ce774]

        loplugin:staticmethods
        
        Change-Id: I2cd84261237eb1d60dfba5f85e444d5553e08798

2016-08-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e473e0e1b9bc354d53908cb0ca84db06c3051fe2]

        add HLOOKUP test case
        
        Change-Id: I4a4fcec694522060bede6ef66aed818b1dd37c14
        Reviewed-on: https://gerrit.libreoffice.org/28442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [d6d22cafcac210c8a0d8952c8ae41e38281e9a31]

        loplugin:nullptr
        
        Change-Id: I829b981553cd9e85c6bdae119fcf3df7600a679f

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [d0112acca482b1ea3eb066d4153f4f3795dbfe2c]

        loplugin:sallogareas
        
        Change-Id: I19e5abbf871674709df4b6983643735d8af66b85

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [925feb0f9265d4ed2c43e030a0278cbf0a405cf1]

        loplugin:passstuffbyref
        
        Change-Id: I0c14b9bca3259b9d24e1d869878872d930f1ff0e

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [a513130cba97f140574ec2d7b260e5f1000e7264]

        loplugin:sallogareas
        
        Change-Id: Iabbdee1e3d2cc72ac2771709cb02d70ce3a62ba2

2016-08-29  Michael Stahl  <mstahl@redhat.com>  [da7d3f708d0619fdb17128ffbaa430becb79121f]

        lcms2: Out-of-bounds read in Type_MLU_Read() (rhbz#1367357)
        
        Change-Id: I9c5a442125476412435ebefea29ad1b166faab8a

2016-08-29  Michael Stahl  <mstahl@redhat.com>  [9806bdaa1ee2d38dc63b0c8c85dbe9a8fadef488]

        download.lst: clean up duplicate FIREBIRD tarballs
        
        Change-Id: I3511e00a638f186b367d1c350e7334e340b6c4b7

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [c69c5ee809a014099a397ea0cc686405e778e882]

        loplugin:defaultparams
        
        Change-Id: If8cdddec3d092fc11ce0c571fc1788671755d2d6

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [abfc45841025d64700c4bb3d0c5d2addb3886974]

        loplugin:redundantcast
        
        Change-Id: I072f661c767fc29b0d2d79a9c479f6591acb7573

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [2ba31d772d58c458f359da8e06c7bfd5106ec031]

        loplugin:override
        
        Change-Id: I07167541ae506c7ac0a4fbcdbf14fbfaa163a200

2016-08-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4a70eac6045c4d3d5773ad0807dcde5a25391836]

        WebDAV: Make some SAL_WARN log wording a bit better
        
        Change-Id: Ib854d1ac74e952c786136176899e533804eb1e61
        Reviewed-on: https://gerrit.libreoffice.org/28459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-29  Susobhan Ghosh  <susobhang70@gmail.com>  [8393d4642273bfb3eb0cd0b68157e2b8674b70df]

        tdf#83830: Use samecontentlistbox in Header/Footer Panel
        
        Change-Id: Ib24f6e6ac91859467f105c4db9b094454443ff9d
        Reviewed-on: https://gerrit.libreoffice.org/28218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-29  Yousuf Philips  <philipz85@hotmail.com>  [4ef79854ea1219186296480d69fb10b05d1810c3]

        tdf#94547 Default set of pattern presets
        
        Change-Id: If8afd7af6bb3c69ac9a3e0c4bdae3dab127cbc2a
        Reviewed-on: https://gerrit.libreoffice.org/28409
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-29  Tor Lillqvist  <tml@collabora.com>  [e66fe457ff73520877820ef0c5d35ecffda73105]

        Get rid of a pointless indirect function pointer variable
        
        Sure, lots of them left. And actually, I don't know, maybe there is
        some deeper reason why such are used in the sw coding style. Feel
        free to revert these commits.
        
        Change-Id: I5a1c31fe32b3bdf6d40489d029be165c38a8ba05

2016-08-29  Tor Lillqvist  <tml@collabora.com>  [74f6d0df265a389f9e0668f322cec183451af2ff]

        Bin some dead code
        
        Change-Id: Ia77a8ee055b5d29490b863a7792edda995a3faa6

2016-08-29  Tor Lillqvist  <tml@collabora.com>  [6f9750ef54f7e0f2c1345b39dcf45bdf589630d8]

        Get rid of pointless indirect function pointer variables
        
        Change-Id: Ic8eddec51d59b531ae22421b796a148267b9f3c1

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [bdd60f1f5e0b995572321fd0865ccb8849d8ed76]

        Adapt loplugin:stringconstant to improved OUStringLiteral1
        
        Change-Id: Ibc5128df8bcf8cb5f2f09551c0de6dfdb46bdee0
        Reviewed-on: https://gerrit.libreoffice.org/28447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [2c10714426cc813c36aa82e4870b7b51c5c03050]

        Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCII
        
        ...not merely an ASCII character
        
        Change-Id: Id2b381b35fe3a15574728ed973d60263dfef7249
        Reviewed-on: https://gerrit.libreoffice.org/28446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [0c8fa58a2d73702770687ed15b98822d09f96ac3]

        Support ConstCharArrayDetector also for UTF-16 arrays
        
        The long-term benefit will be support of C++11 char16_t string literals (for
        cases of string literals with non-ASCII content) once we drop any compilers that
        don't support those yet.  The short-term benefit is support for an improved
        OUStringLiteral1 that accepts any sal_Unicode value, not just ASCII ones (see
        next commit).
        
        Change-Id: I3f8f6697d7eb62b5176b7e812b5a5113c53b83a4
        Reviewed-on: https://gerrit.libreoffice.org/28445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [c399004b42ae3694e13730712854556b6293763e]

        OUString construction from OUStringLiteral1 must not be overruled by...
        
        ...Except[Const]CharArrayDetector, under RTL_STRING_UNITTEST
        
        Change-Id: Ib185fb8406c4afcff1c854a2b74dae02a0ee2b3f
        Reviewed-on: https://gerrit.libreoffice.org/28444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f37fd4e2b47c7ffe81cd76db72b012a1210c1d1b]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ifa588c37added377d753cb7b32a6f1e6a3672c94
        Reviewed-on: https://gerrit.libreoffice.org/28453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d017362bc68fe40c4bd79db76614d84aa9be913d]

        sw lok: emit REDLINE_TABLE_ENTRY_MODIFIED when deleting self-added characters
        
        This doesn't work out of the box via SwRangeRedline::SetStart/End,
        because the range of the redline is adjusted when redlining is disabled
        by sw::DocumentRedlineManager::AppendRedline() when it compresses the
        insert and delete redlines into a single reduced insert redline, and
        then the redline is updated implicitly via SwIndex.
        
        Change-Id: I4b652348b256df75e4c774ea5f3fdd78f59deb01
        Reviewed-on: https://gerrit.libreoffice.org/28454
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [412f514365ce6646f6221768ed2c46206dd0c91f]

        MM don't keep undo information
        
        Doen't make much sense to store undo information for all merge
        based progress. Actually it even prevents crahes when undoing a
        merged ODT document.
        
        Change-Id: Ic3a3982f3e5eb4f6de9f027a6a5e376c2833e8a5

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [d943d4faf92f0b86c25f3cd6fe77ed8a7d4905d1]

        Fix SwDoc::AppendDoc for trailing sections
        
        We already treat the StartOfContent node special in the CopyRange
        function to prevent merging of SwTextNodes.
        
        For trailing sections, we have to expand the code to treat
        EndOfContent special too, because the supplied SwPaM range is
        handled as [mark, point[, so it previously missed the section end
        node, which resulted in "unhiding" the last section, if it was the
        last node in the document.
        
        Change-Id: Ie094e2a0182647a49c9ba45d08a7dd2cabe667c6

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [345b7023b80587e1a022ff7d2ce16e8afb23d9c5]

        MM block idle-handling of generated documents
        
        We don't need any background idle jobs for the generated documents,
        like spell checking, statistics etc.
        
        This can be done when (or even if) the document is presented to the
        user as a background task.
        
        Change-Id: I4c72ed6e0d2f90d43e7f04cd0ea4418cbffe1206

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [9031b1aeac7cc9e7eb1ab250a9b523240efae4f6]

        Add SAL_INFOs to dump the SwPageFrame lifecycle
        
        Debug area name is "sw.pageframe".
        
        Change-Id: I136cc8192137a8c682900a6ce2c557f6b6b3a6cd

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [0599989164b77f6c3368b3a2feedc8861107e37b]

        Don't oscillate empty pages in CheckPageDescs
        
        For the first case of dropping "wrong" empty pages,look ahead and
        pre-validate the next page, if it needs this empty page, to
        prevent case three for the next page.
        
        This prevents destruction and re-insert of the empty page.
        
        Change-Id: I475aa98a2693f814afcc41bd4bc73f04e742c105

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [adf4c82b6c4ec9d8892f5c417e4a81cf04808447]

        Flush the page break for correct layouting
        
        This is a workaround to create correct SwPageFrm objects for
        layouting, so the page break is actually visible when
        copying nodes, so we create the correct SwPageFrm.
        
        This is especially problematic for mail merge after the fix in
        commit 60d34e1c840d2c317bb7d0a5b14f4602c22b3fcc, which -
        correctly - checks all later SwPageDesc for every fix done by
        CheckPageDescs().
        
        Change-Id: Ie6ea2e9a0587199be4dbaf3ed63a94c29b318ce2

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [0b5352f67e9c684e59c4f8653ed7fcdd9ae5aa05]

        Use InsertPage in AssertFlyPages
        
        AssertFlyPages used its own code to insert pages. It had two
        flaws:
        
          1. It used the SwPageDesc of the previous page, unaware of
             changed page description of a new page, which would later
             be fixed by CheckPageDescs, eventually requiring re-layout.
        
          2. The Code has an of-by-one error when setting the initial
             bOdd, which would also insert wrong / inverse left and
             right pages.
        
        So this changes AssertFlyPages to use InsertPage, which has a
        little more overhead for inserts, but prevents later expensive
        corrections, especially when CheckPageDescs() inserts or removes
        "early" pages, which need to evaluate and move all page bound
        flys.
        
        Change-Id: I8806cebb26db60602d8438f117e0416e07228b3b

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [f075c30ed6b7820a7723cf18049c2ec2384c5dab]

        Refactor duplicated code in SwFrame::InsertPage
        
        Change-Id: Iff9a78cf2f5e6ded4d1b03a8303529aa324ddad9

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [978a54b99d7e2df9c0df61cdc3d4153a005618b0]

        Fix some variable scopes and clarify names
        
        Helps understanding the code, especially CheckPageDescs().
        
        Change-Id: I53e7d0ea65d6c6ae3da98acba4d366a47d2c4210

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [9eff9e699e17cc5a8a25895bd28dc8e4ceb8071e]

        Don't re-check valid SwPageDescs when layouting
        
        nCheckPageNum is set to USHRT_MAX, if all SwPageDesc were checked.
        Code manipulating SwPageFrm objects checks the pages via
        CheckPageDescs(). If this is currently forbidden, CheckPageDescs()
        sets nCheckPageNum to the first page to check.
        
        I guess the !pPage check is there to check the pages - at the end,
        if someone has missed the CheckPageDescs call. And we have to run
        the check, if the current page is unchecked AKA
          pPage->GetPhyPageNum() >= nCheckPageNum
        to do correct layouting.
        
        Change-Id: Ib67878115cde04b7161c919a67131a1e1dc67d8d

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [28b4c575703430602c72a442f59bb5f9f6aeb749]

        Remove now unused SwTextBoxHelper functions
        
        Change-Id: I39500424c79040b1887ea74081fdf0ea0bc5f009

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [f7f5d27066b696ac4e33246d3794bde8058e8622]

        Add convenience function getOtherTextBoxFormat
        
        Since we already have isTextBox to identify a text box, this
        just adds a call to SwFrameFormat::GetOtherTextBoxFormat() to
        actually return the corresponding SwFrameFormat.
        
        This gets rid off all the remaining occurences of the
        SwFrameFormat / Textbox sets and maps.
        
        Change-Id: Id5f05a1ff71e604658e7d8a0d0825f5671335b3f

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [0bcc5b3daebeb2a7d2b5ba132af4745cc6c78cd0]

        Switch isTextBox to use the format pointers
        
        This replaces all possible occurences of the text box format
        maps, which just want to know, if a SwFrameFormat is part of a
        text box to use the direct lookup via the isTextBox, which is
        now a cheap call.
        
        Change-Id: I3b4e2301f816aead1b719cd70a8ef118e685ccfc

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [5bed080c77f99f22fd52ad6cf2d6274e7c1e12a8]

        Link DRAW and FLY format for faster textbox lookup
        
        Currently we have to rebuild the list of text boxes for every
        lookup. Instead of a managed set, or a per-document list etc.,
        this introduces direct pointers between the corresponding
        SwDrawFramFormat and SwFlyFrameFormat of a text box.
        
        Change-Id: Iefba2d153d9d8b3f1185aa305e9f463a50e78f89

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [efb68beb538b97148c3dbf54ce46c3a8bc49cd92]

        Don't inheritate from boost::multi_index
        
        Drops all using statements and the namespace aliases.
        This is more in the spirit of tdf#75757.
        
        Change-Id: Id7c81baea0e2d1af151b7b9bdce8d9fe5f7a2089

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [d460ec312a5510955828be1ff35f92faef89e755]

        Convert SwFrameFormats to boost::multi_index
        
        This is almost the same situation as SwPageDescs. What makes this
        more complicated is the fact, that actually duplicated draw objects
        are allowed, in regard to the key values "type" and "name".
        
        And actually for some types, duplicate names are not allowed, e.g.
        SwDoc::FindFlyByName( const OUString& rName, sal_Int8 nNdTyp )
        expects a single result!
        
        Change-Id: I6e0ea1099c1c1e6cfe90926170e27179722e88b8

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [9c3d9e9fb49318ceda69f060a8e847b15d679245]

        Convert SwPageDescs to boost::multi_index
        
        Page descriptions are exported via XIndexAccess, so they need a
        stable array, currently a vector. On the other hand they are
        referred by a unique name, so the lookup in the unsorted array is
        O(n), not taking into account the amount of string comparisons.
        
        The multi index container adds an ordered unique index, which
        gets the lookup time down to O(log(n)) at the cost of a bit more
        management overhead for most operations, which is largely
        outweighted by the amount of lookup calls. These anyway have to be
        done on insert to guarantee the unique naming.
        
        Change-Id: I3fb892ff524f6a9804d9572c1825074c0810649e

2016-08-29  Jan-Marek Glogowski  <glogow@fbihome.de>  [9dd45f9e314d6c28fdeecbe559b33615b0ed1a2d]

        Fixup clang Werror boost build on MacOSX
        
        Fixes the Boost::Tuple header used by Boost::MultiIndex.
        
        Change-Id: I98eb047e699e04934ee09323633e28cecef84e70

2016-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [ab67543e09568368b41faf3510841a1dd48b993f]

        Toolbar popups need explicit deactivation
        
        ... if based on MenuBarManager, because unlike context
        menus, we reuse the same menu instead of creating from
        scratch each time, so that it suffers from the same
        "double activation" problem as in tdf#97665.
        
        Note that for GtkSalMenu the problem is only for the
        top level popup menu, as the Deactivate callback is
        properly called when sub menus are closed.
        
        The non-native case also had this problem, but only when
        closing the menu by selecting one of its items, and was
        fixed already in b41deb2ef057c3bd43fa61448bb4d7299138c8d4.
        
        Change-Id: Iee037f7baba0f80c32fb3a45f16511f8585c203e

2016-08-29  Eike Rathke  <erack@redhat.com>  [1d3bb054b2f69f3af5ba49f0cf5ff8c7ac72f625]

        Resolves: tdf#95162 Hung is RTL/CTL
        
        Change-Id: If408305564b1fddbef371f32d2b91b6a1e44a2b0

2016-08-29  Justin Luth  <justin_luth@sil.org>  [8fcb00173737f6243e459c9d7a80bf29b95c4839]

        tdf#101589 MS export: use dont-split-row for 1-row table
        
        .doc and .docx do not have a setting for "do not split table" so
        it was being emulated by "keep paragraph with next" for all but
        the last table-row.  That means that a single-row table with
        lots of content might be split.
        
        There is a setting to prevent a row from splitting, so use
        that instead in this corner case.  It needs to be
        separate from the other function in order to be
        set in time for docx to write w:cantSplit w:val="true"
        before the row contents. For some reason it did not work
        to move the whole function here.
        
        Change-Id: Idc11626e0e2cf1706b87a83f2bd4a802348cb633
        Reviewed-on: https://gerrit.libreoffice.org/28352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-29  Caolán McNamara  <caolanm@redhat.com>  [9ae319f938de37a9de1e8a8853af106b413a4bc7]

        coverity#1371317 avoid unnecessary copies
        
        and coverity#1371211
        
        Change-Id: I65e277c4af70a86f1513749de4eb116d929e858f
        Reviewed-on: https://gerrit.libreoffice.org/28448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [01c41fa9113272644ea81f2d51bfea07eb0954ed]

        sw: prefix members of SwHTMLForm_Impl
        
        Change-Id: Ifecf64e10833e2ede87e304db095c2480db64c81
        Reviewed-on: https://gerrit.libreoffice.org/28452
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-29  drazil  <abcdefghi236@gmail.com>  [41ce5e234c5b884b2efd426f46caec2831545b45]

        tdf#43157 Clean up OSL_ASSERT
        
        Clean up OSL_ASSERT in basegfx/source/tools/b2dclipstate.cxx
        
        Change-Id: I4107980aa079b0e0e8605de34ecfd01587647af6
        Reviewed-on: https://gerrit.libreoffice.org/28417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-29  Noel Grandin  <noel@peralex.com>  [5586629f7519bc7e9d715f043327e9b87e54e597]

        cid#1371230 Missing move assignment operator
        
        Change-Id: Ia58dda7eaadf6a91b7af67e011a6f44a4e7a3c0b

2016-08-29  Noel Grandin  <noel@peralex.com>  [86c0ce4d4637142b939ebaeb79c6bd35e49c1082]

        loplugin:countusersofdefaultparams
        
        Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e
        Reviewed-on: https://gerrit.libreoffice.org/28451
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-29  Tor Lillqvist  <tml@collabora.com>  [8f96ab602a9e7cad1215abb693f33824a7b37679]

        Emit notification to a LibreOfficeKit client also when a redline is modified
        
        Work in progress, not all modifications to a redline record cause
        notifications yet.
        
        Change-Id: I01614cd6ede9576e9cc329889fef86342567325f

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [c98cb7af5773f9e0e18f2896388954ae148e3cee]

        Typo
        
        ...(ever since c5bcf0e5e7a467b41c955a5f13affbccd23004eb "convert sw pos/size
        page to .ui"), leading to out-of-bounds reads, but which should be harmless, as
        all they could do is add bad StringIds inot aFrames, but the only use of those
        IDs in SvxSwFramePosString::GetString (svx/source/dialog/swframeposstrings.cxx)
        guards against bad IDs.
        
        Change-Id: I7a50230c12bcf8a197f787201442c503fe5974e7

2016-08-29  Noel Grandin  <noel@peralex.com>  [7577ce1b1dc34f0b4a3264938cc5fe5e71670291]

        cid#1371168 Missing move assignment operator
        
        Change-Id: I986b94df4aa8158f3e0623ab6cb392c178a820ce

2016-08-29  Noel Grandin  <noel@peralex.com>  [ae23dca9847e7f456d39ae8e71b433531eba1eb3]

        cid#1371235 Missing move assignment operator
        
        Change-Id: If5fc8d783211a131711b5961d6b076c24dd64412

2016-08-29  Noel Grandin  <noel@peralex.com>  [529cfa4a16c79600f6ac09811d027134055a8c0c]

        cid#1371170 Missing move assignment operator
        
        Change-Id: Iaf02d5bd3090190b6b9ad15a884d3f0444983297

2016-08-29  Noel Grandin  <noel@peralex.com>  [e2c309adf59e21b187e050a5fe17df91d7d57f8f]

        cid#1371176 Missing move assignment operator
        
        Change-Id: I57df53df6933e1945fabc0e4a7f0e1c5815aeaca

2016-08-29  Noel Grandin  <noel@peralex.com>  [c455eb45aa2ff3cfd882c928f04d679fd68f073d]

        cid#1371144 Missing move assignment operator
        
        Change-Id: Ice8c22324700d51b86696fc3df140bb9f84973cb

2016-08-29  Noel Grandin  <noel@peralex.com>  [3c127bc71d04167a731c4b58c77104e59d42dad7]

        cid#1371163 Missing move assignment operator
        
        Change-Id: Ie050cfae965adf7bc43c91f366904cf6876783c0

2016-08-29  Noel Grandin  <noel@peralex.com>  [74fbfde33205e0af1c44fbbe47963c827c7efedc]

        cid#1371173 Missing move assignment operator
        
        Change-Id: Idf179403426d9714fa73d0c3370a6debc30a0431

2016-08-29  Noel Grandin  <noel@peralex.com>  [4e07987ce8134312920682e3481c3f8e3d7b66c3]

        cid#1371154 Missing move assignment operator
        
        Change-Id: If434a0ee5c97018777646c96f52ddded46ce0337

2016-08-29  Noel Grandin  <noel@peralex.com>  [8ae8e5d12eea6c3416674b4ce83a29fa3e6f99b4]

        cid#1371171 Missing move assignment operator
        
        Change-Id: I3150428f130823cdb1584e30c54f5591896214cf

2016-08-29  Noel Grandin  <noel@peralex.com>  [0157009f2293a255e2de682832ef9074924dd4b5]

        cid#1371160 Missing move assignment operator
        
        Change-Id: Ifcddd08cd1ec6bfb7679ee0433524c4bd68803dd

2016-08-29  Noel Grandin  <noel@peralex.com>  [05eed2888c8e33257137536453a84f4c458dd249]

        cid#1371253 Missing move assignment operator
        
        Change-Id: Ic95894569380927da5dbd9aba4844f17bbbf25f6

2016-08-29  Noel Grandin  <noel@peralex.com>  [e0ecd9b536ea60038795be31386f5d2785cb4d4e]

        cid#1371241 Missing move assignment operator
        
        Change-Id: Ic914ac2ed5fb48cf340f2e54d074ee64e202225e

2016-08-29  Noel Grandin  <noel@peralex.com>  [ab0eecc0be4671c984dedf5a4941febcd5dec589]

        cid#1371256 Missing move assignment operator
        
        Change-Id: Idf50c8f56e1d409fbd1306ee0fec20360bf99c86

2016-08-29  Noel Grandin  <noel@peralex.com>  [68697779cbe7fe3268e9cdb553688228c1efb97b]

        cid#1371188 Missing move assignment operator
        
        Change-Id: I775db6b3c9db0847184f12fad778a1fc3fcd92eb

2016-08-29  Noel Grandin  <noel@peralex.com>  [8898f0e128d10b135a7388ec113b35949f326811]

        cid#1371206 Missing move assignment operator
        
        Change-Id: Ide97adea0bc0611dac676df923796d031d6752e5

2016-08-29  Noel Grandin  <noel@peralex.com>  [2b8c88b475455d2f4e66f8a632d96f42d1e223ca]

        cid#1371226 Missing move assignment operator
        
        Change-Id: I915b24d8f546f156b85ad18ad0418903fa3ce1ba

2016-08-29  Noel Grandin  <noel@peralex.com>  [6380dde50f2f7c2e93c3ef3a1c88254cd3760d7f]

        cid#1371209 Missing move assignment operator
        
        Change-Id: Ib383d2a12ac13a78f4ecf6817379ebbe0dc83194

2016-08-29  Noel Grandin  <noel@peralex.com>  [82ca8bf77c7ea4ea9f5604235cbab012532e4494]

        make the SfxObjectShellLock inline code a little more readable
        
        Change-Id: Ia312f3bf588c7987ee6956ab2675e73b7d9db6a4

2016-08-29  Noel Grandin  <noel@peralex.com>  [83c0f29341a80cc71aac30293543e4ab66ae34e5]

        cid#1371187 Missing move assignment operator
        
        Change-Id: Ib0b51a029adcb0b703aa975b6c5fc02a8b21ed63

2016-08-29  Noel Grandin  <noel@peralex.com>  [45d4b2945cbea49efd5c3d725f3e067bfbd229ba]

        cid#1371223 Missing move assignment operator
        
        and cid#1371216, cid#1371179
        
        Change-Id: I64faaada85cc92a8b47c2a665488f07050be6fc3

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [9e00f6d70cda2070e6dafbad8eded7d6e7f14ef9]

        loplugin:vclwidgets
        
        Change-Id: Icce2f463d9263de4c0e40b38600677dbe74d83b3

2016-08-29  Dennis Francis  <dennisfrancis.in@gmail.com>  [5c401d8a93cdf7dfa450604856680a2154366fcf]

        tdf#93329 : Fixes FTest algorithmic bug
        
        Also added tests for FTEST() with reference results from Octave that
        covers a reasonable range of variance ratios.
        
        References :
        
        1) Octave-Forge : https://sourceforge.net/p/octave/statistics/ci/default/tree/inst/vartest2.m
           with head = f8f3ede1f4e9576f0e05700d7bed0b3f2753e9c5
        
        2) R-project : https://github.com/wch/r-source/blob/trunk/src/library/stats/R/var.test.R
           From read-only mirror of R source code from https://svn.r-project.org/R/, updated hourly.
           branch : "trunk", head = d48a3960875fa373e1e68286245ee8e1bc7ac0fd
        
        Change-Id: Icc843be3a1497e4d69e8b39b31c4b6998594dfe9
        Reviewed-on: https://gerrit.libreoffice.org/26482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-29  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [41b3fd8ca54eff7e71c69bb0b60e63016f1ac8c2]

        Make SvXMLTokenMap compatible with FastTokens:
        
        Added seperate map for fastToken and Token, to get
        token using only fastToken. Default values are derived
        for fastTokens from prefixKey and localName. Duplicate/
        dummy tokens need to be overidden with different values.
        
        Change-Id: I17268754d8fd1bac29dd7bae05706ff20b8314ae
        Reviewed-on: https://gerrit.libreoffice.org/28415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-29  Arnaud Versini  <arnaud.versini@gmail.com>  [301279ea15f0310367598300f884062333628767]

        BASIC : Remove useless SbxBase::GetCreator
        
        Change-Id: I3d9aa358ffaefc11b7d2427f2b567c360be2c667
        Reviewed-on: https://gerrit.libreoffice.org/28434
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-29  Stephan Bergmann  <sbergman@redhat.com>  [31714a78eba0fc1cfa3c1a9e0456c2c7ee4edf77]

        loplugin:unreffun
        
        Change-Id: If65f8ef5accad8d6317b07938ec97c7b129763b5

2016-08-29  Olivier Hallot  <ohallot@collabora.co.uk>  [cbc9410d3a683b0e7725c86c98412cb0ace358f6]

        Updated core Project: help  32e04637f0cdf7f44b17c83fb78f66752430ab41
        
        tdf#80652 Help file for CMIS remote servers
        
        Also
        * User guide for using remote files
        * Check-in, check-out
        * Setting up a remote file service
        
        Linguistics/typos and overall contents accuracy fixes welcome.
        
        Change-Id: I7779e4bde91c1d304d87de083e76c64309c13992
        Reviewed-on: https://gerrit.libreoffice.org/28277
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [0b8d111086efd06ac1b1cc708ad57ff1a51b0c6e]

        silence coverity#1371316 operator= is equal to default, so unnecessary
        
        Change-Id: I9b301b6f661732ce4f6e9010324aa0a828736b50

2016-08-28  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [70152506d968f407fad3a1cb6959c67f99bd59ce]

        add ODF schema files to core repo
        
        Source: https://tools.oasis-open.org/version-control/svn/office/
        
        Please no changes to those files, these are the official, blessed,
        OASIS-approved standard schemas, in their respective version.
        
        Change-Id: I8538495fe7d9ece0c4e3ad097460a5f41ee7a403

2016-08-28  Arnaud Versini  <arnaud.versini@gmail.com>  [a8c5edcea9f58a9295776c2a3f200111a5a749ab]

        BASIC: Devirtualize SbiExprNode::~SbiExprNode and make SbiExprNode final
        
        Change-Id: I95581265e2cc7befc00e67d42b6516d49c794680
        Reviewed-on: https://gerrit.libreoffice.org/28438
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-08-28  Maxim Monastirsky  <momonasmon@gmail.com>  [34dad6cf5d68c50746bb387debc89726fad2aa69]

        Silence "non-nillable property without value" warnings
        
        Change-Id: I8135dde19023754dac506334ed576daba68b9365

2016-08-28  Maxim Monastirsky  <momonasmon@gmail.com>  [6bf7d1d0f69097b267d348d8d264e9b669f423a0]

        ResourceMenuController: Better error handling
        
        This should stop crashes in framework::MenuBarManager::FillMenu
        as seen in crashreport. Unfortunately no idea how to reproduce
        those crashes other than corrupting the installation (e.g.
        removing files).
        
        Change-Id: Iaed8e888dd74c4c1bb5d6fd7996ecf80f4645b68

2016-08-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [854dfdc9446629a0721bab15fbe6c2dcdf689dac]

        loplugin:salbool
        
        Change-Id: Icfc96f978a0fd73ceadbe3a4d57b9758e244ff2b
        Reviewed-on: https://gerrit.libreoffice.org/28436
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bf7a7d6d10d0a8e1c7771c8ae57123a91edb77d7]

        loplugin:implicitboolconversion
        
        Change-Id: I6fa51f65e75ca84f746ff5d1c7dcf97a5225d2d2
        Reviewed-on: https://gerrit.libreoffice.org/28435
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [476e7aca0eb3910786a39670f5b8e08c4e60283f]

        coverity#1326473 Resource leak on an exceptional path
        
        Change-Id: I22edbc104164cfd598cfa52e89a112415e63b2c7

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [3ad3365c4f7ba981024a2de7447faa5c73494c18]

        coverity#1354270 Uninitialized scalar field
        
        Change-Id: I770e02a6f7ef09c50cf93982dd88dfdb1a163bea

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [d17c9392f985a613f2575587e2f580868f20315b]

        coverity#1371444 Uninitialized scalar field
        
        Change-Id: I3a6c7c4aa688722a318271d5416313baf65db78e

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [fe828d3cb10ee7663236b5cc49588bfc07efa890]

        coverity#1242829 Uninitialized scalar field
        
        Change-Id: Icd847c620610b23e28daa58145bf333b7a9a10a3

2016-08-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [e0d0d87257d62ac61377a73909e17753f96e7aaa]

        tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS method
        
        When OPTIONS methods (or verb) is disabled (or denied) on a IIS 10.0
        web server, error 404 (e.g. 'Not Found') is emitted, so we need to deal
        with it.
        
        Change-Id: Ifd6df0ea4b89824133e212f73950d6c3acd00dd7
        Reviewed-on: https://gerrit.libreoffice.org/28430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0140d931e17a6392ead39a0250b2266fb6dfddf4]

        loplugin:defaultparams
        
        Change-Id: I9e6b81855e421186af92e53c71f5ba9bd8005319
        Reviewed-on: https://gerrit.libreoffice.org/28433
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-28  Caolán McNamara  <caolanm@redhat.com>  [45e01be11111213f689ba5f1fa319e3dc48ea9c5]

        Resolves: tdf#81883 dispose OCalcConnection's doc before shutdown
        
        if noone else does it, then ensure the doc is disposed before
        XDesktop it torn down
        
        Change-Id: I3136802a40c9cfb43039307dc65949d3264b6f2b
        Reviewed-on: https://gerrit.libreoffice.org/28428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-28  Mert Tumer  <merttumer@outlook.com>  [5bdea25f681fb252967f99a22a38cce6be3c0b48]

        tdf#96771 - bug fix for owncloudfiles with white space characters
        
        Change-Id: I373db55ed819ed5d2a574ba2590032ee628218f4
        Reviewed-on: https://gerrit.libreoffice.org/27634
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c665e7f6304f0fa7b3f90dc8d5fc2ad186adaf64]

        screenshot: fixup some details for screenshot dlg
        
        Edge-rounding and linewidth for selection/cursor, default
        filename for save dialog. Code cosmetics.
        
        Change-Id: I8a76d68f4f3070458ec4ba51a81bb046057218ab

2016-08-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e2d26860f99b5e162c0af62db809a22198ab0cf9]

        screenshot: added functionality to dialog
        
        Moved code to cui, added abstraction for AbstractDialog,
        adapted rendering, changed selection, added better selection
        visualization, added save ressources and dialog, creating
        pure screenshot with annotation display
        
        Change-Id: I533d9f559ee17cd46105b934bcf4beef87b96168

2016-08-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f9238c34f090adcc6a9da71349b776e7416ade91]

        screenshot: develop interactive screenshot dialog
        
        Implemented a first version of an interactive
        screenshot dialog that supports annotations, text excerpts
        for these and allows to create a screenshot file
        
        How to use:
        * enable experimental features in Tools->Options
        * open any random dialog
        * open context menu - there's now a 'Screenshot' entry
        * click that, screenshot dialog pops open, mouse over the
          grayed-out screenshot to highlight controls
        * click once to highlight, click a 2nd time to unselect
        
        Change-Id: I3bcd76b96ad023e11421e4fcfac866ebf4f5ff78

2016-08-27  Damjan Jovanovic  <damjan@apache.org>  [25aa9f30489801b2ed51395d7dad20ec0a2b0473]

        Resolves: #i96720# FilePicker: setDefaultName...
        
        setDefaultDirectory "broken"
        
        Display the proposed filename even when the URL
        specified for the file picker directory is invalid.
        
        As the Win32 file picker sadly allows both paths and URLs
        for directories, users try paths on other more
        restrictive platforms, and since the file picker there
        shows neither the directory nor the file, they wrongly
        conclude both are broken.
        
        Patch by: me
        
        (cherry picked from commit 42d181e761c9903bfe5dd71334cadacebd1d0dc8)
        
        Change-Id: I3f99937b667d7fe5198f6445ccd4d0e22d48c7c7
        Reviewed-on: https://gerrit.libreoffice.org/28426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-27  Caolán McNamara  <caolanm@redhat.com>  [b3533883fd0397dbe9110145d62ef35944b64f69]

        fftester: empty tabbox protection
        
        Change-Id: I56b0845205d6968355b3327721bf9ca0930903e1

2016-08-27  Caolán McNamara  <caolanm@redhat.com>  [a3d74764d89e396dd7e8e7812ea64a062d6aed85]

        fftester: topcontext check
        
        Change-Id: I2045ce82a1d536ab566e6a1218bea9c6a6696024

2016-08-27  Niklas Johansson  <sleeping.pillow@gmail.com>  [50bec3daab04d2c2d041fdb100d97c30ad441491]

        Updated core Project: help  c375894037bb4da57fe7defc45b88d8c0c989dd8
        
        Wrong name on menu item
        
        The menu item is View - Field Names not View Fields
        
        Change-Id: I04616d324a2cedca960a4a0662adb8941ee3f4ea
        Reviewed-on: https://gerrit.libreoffice.org/28402
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [33b38082ca63813f7c478945be198cc504efde4b]

        put StreamMode masks in scope of enum class
        
        Change-Id: I77682f7e289a59b986bb84edf014029a20266470
        Reviewed-on: https://gerrit.libreoffice.org/28420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Michael Stahl  <mstahl@redhat.com>  [81a7aeb0806298c7a8571a46e09f485f3cf5ea13]

        redland: upgrade raptor to 2.0.15, rasqal to 0.9.33, redland to 1.0.17:
        
        - drop rasqal-pkgconfig.patch.1:
          merged upstream
        - drop most of rasqal-msvc.patch.1:
          merged upstream
        - drop redland-query-rasqal-avoid-assert.patch.1:
          merged upstream
        - drop redland-pkgconfig.patch.1:
          merged upstream
        
        Change-Id: I4f03bed5fc5c4b30151c0c532572e438681da041
        Reviewed-on: https://gerrit.libreoffice.org/28416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-26  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [7fe8c0b852fa421fe52de99a7f59e45027139eed]

        Remove gcj support from build system.
        
        Change-Id: I79fe046ff8c932c5f6a9a5f70970168e42d23702
        Reviewed-on: https://gerrit.libreoffice.org/28406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [daafd2ddaf019da11f4d0474b1840ad708a3199c]

        tdf#100002 MM: directly try filename from column
        
        If we generate multiple files via mail merge with the same name,
        we append a number to any file, so the "basename" filename won't
        actually be generated.
        
        But if we get the filename from a database column, the user
        expects to try the original file name before trying a name with
        an appended number.
        
        Change-Id: I68411901ed90d8e9a21423de9233a5be4f41eb12

2016-08-26  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [9fc04e6e36fa4f40f942bb643b77b03979c8d29e]

        configure: check for coinutils too
        
        Change-Id: I57d165ed166d9b9e950f01978acf7e89d1dcc79a
        Reviewed-on: https://gerrit.libreoffice.org/28318
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-26  Jaskaran Singh  <jvsg1303@gmail.com>  [31596d7e0520db1a311764fde256e16f43c50349]

        Change the wrong message in test
        
        Change-Id: I1c0d9563c67f2480906299bc039a853926f707df
        Reviewed-on: https://gerrit.libreoffice.org/28413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>

2016-08-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [15f1721dcb8a0550a5f7db6c0bafd56e7b08ff39]

        tdf#101094 (28): Put back the thread mutex guard...
        
        ...the one I wrongly removed in commit
        72589082945e5a197f3fb4b884f48dd4ae275e5f
        
        Change-Id: I9f8e2f34a91b0fe481b1fe0f4655e3899a0589a6
        Reviewed-on: https://gerrit.libreoffice.org/28412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-26  Eike Rathke  <erack@redhat.com>  [f551477ab32ad2671d85a3070a0a436715ea7505]

        handle overwriting of symbols/opcodes in symbol map for known cases
        
        This silences the SAL_WARN_IF like
        warn:formula.core:6944:1:formula/source/core/api/FormulaCompiler.cxx:625:
        OpCodeMap::putOpCode: reusing OpCode 161,
        replacing '_xlfn.ORG.OPENOFFICE.ERRORTYPE' with 'ERRORTYPE'
        in English map 0x1018000
        
        that occurred during the first load of OOXML .xlsx documents since the
        old bad entries were added with commit
        89c4a69103b6e15e7f52401c51110b926c3ccf36
        
        In fact the direction opcode -> string was replaced, which it should had
        not. That specific mapping is only used though when loading msoxl
        namespace formulas from ODF.
        
        Also, the replacement of parameter separator and array column and row
        separator worked merely by chance, depending on in which order the
        entries where inserted to the hash map. Fixed along as it popped up with
        the new handling.
        
        Change-Id: I88017a8b38ccc30874c3dca7d78f0fa47a77a36f

2016-08-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c922161117dcaf33d6c61b0c5ffe860231e32e3c]

        tdf#95416 remove ../ style include
        
        move (default) dtors to source files, where members are complete
        
        Change-Id: I9f3273d322b62cb01e546ff30d9fb4d37747bb3b
        Reviewed-on: https://gerrit.libreoffice.org/28400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d54773ada2301d3a5c1ffc702715cd2d4006ad53]

        remove unnecessary default constructor and operator=
        
        They are equal to the default generated and therefore unnecessary.
        
        Change-Id: I4c0c77c025443fc074308bfd3ce2637a7e1af8bf
        Reviewed-on: https://gerrit.libreoffice.org/27946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a5b29a702e9102bf85d90a40d33cde81cafda45a]

        openldap: upgrade to release 2.4.44
        
        Change-Id: I9af1bedd06410bed17b37adc6213125e0c4f1f29
        Reviewed-on: https://gerrit.libreoffice.org/28393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [72589082945e5a197f3fb4b884f48dd4ae275e5f]

        tdf#101094 (27): Add a mutex guard to OPTIONS neon dispatch calls
        
        This is a sort of follow up to commit:
        510da29131e56ba0e1783e505e7131e6f7e0d6b4:
        
        "forced to make certain neon api calls thread-safe due to cups
        
        rhbz#637738 libgcrypt that's been initialized already by cups to be
        non-threadsafe is therefore then also non-threadsafe. neon uses
        libgcrypt. So in the (as this is the usual circumstance) case that
        cups is initialized before neon, then libgcrypt is not threadsafe
        even though neon attempt to initialize it as such."
        
        Change-Id: I1f868642ac15bf9fa25d3edd46390467d8fce1f5
        Reviewed-on: https://gerrit.libreoffice.org/28401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-26  Rishabh Kumar  <kris.kr296@gmail.com>  [2c2f0eaf6ae6f8b0e235e848b25959301d0941bd]

        [GSoC] Remove popup confirmation dialog in fill style tabs
        
        Enable users to apply custom values without adding it to the preset list
        
        Change-Id: Ida00c6eeb06e717a8aed30f4d230ab616c5b03dd
        Reviewed-on: https://gerrit.libreoffice.org/28333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-26  Maxim Monastirsky  <momonasmon@gmail.com>  [c73592e38a075242bc90c5cb2119f163defdad25]

        tdf#101672 non-split underline button
        
        Change-Id: Ib20dc0d0036f594adb83a50c2e3da66f565b2db8
        Reviewed-on: https://gerrit.libreoffice.org/28356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-08-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [22f3ea65355de33a01406ccf9910e0c746433f40]

        add COLUMN  test case
        
        Change-Id: I84aa4fb7029eece377db445c058e16824818717c
        Reviewed-on: https://gerrit.libreoffice.org/28390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a176045f928442e895c5b1ae2eaf71566d5ddc02]

        add COLUMNS  test case
        
        Change-Id: I411f82576359ba7da9e9f9bda701b7438e542603
        Reviewed-on: https://gerrit.libreoffice.org/28391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [48d7e0d3e94ed790abe52bafbef54a0d62519915]

        add Errortype test case
        
        Change-Id: Ib432198503063a5ce43b2d1b877c36a9aa587fd9
        Reviewed-on: https://gerrit.libreoffice.org/28394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-26  Eike Rathke  <erack@redhat.com>  [a0e60062d90652a3de5739630b152cd6215b6b6c]

        add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, tdf#97406
        
        Change-Id: I1804a08c69d496d6d1a7a8bb657b65fbfc24beb3

2016-08-26  David Tardon  <dtardon@redhat.com>  [4462447b8a48ad097e56c47e3736d80dc4aaa13a]

        tdf#94834 enable liborcus format detection on Windows
        
        Change-Id: Ia6b353ed800eabd5766cc76e799f6151b71f865e

2016-08-26  Stephan Bergmann  <sbergman@redhat.com>  [28cb2c1764f2365d69ce09cb69f0f5a676458a33]

        loplugin:refcounting: also cover temporaries being directly stack managed
        
        Change-Id: Ib0f7c60df1d2fba0d4d9d3fa6faf3bb97867ebc0

2016-08-26  Stephan Bergmann  <sbergman@redhat.com>  [6a1bebcc890c04acdc79236ff54cdd49b27be71a]

        Remove wrong check through template args from containsXInterfaceSubclass
        
        ...that was probably only there as a workaround for cases (equally wrongly)
        covered by the check for !hasAnyDependentBase in isDerivedFrom.  And the latter
        appears to no longer be necessary, probably because the cases it happened to
        cover intentionally are now covered correctly through some other logic that got
        added to this plugin meanwhile.
        
        Change-Id: Ife6370b4f966198fc731813afe62d765450382e6

2016-08-26  Stephan Bergmann  <sbergman@redhat.com>  [e3e66f7b07a920132c17a57e5434d0a472c6a250]

        Minor improvements of loplugin:staticaccess
        
        Change-Id: I731aab418fb42922208afdaa60d98ccd76377dab

2016-08-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [aa67fed597bb375d1180d85db7ac90999f86e1a4]

        reduce defines to bool
        
        nLastAction could be 0, ACTION_INSERTTEXT or ACTION_INSERTPARABRK
        only later was checked so make this a bool
        
        Change-Id: I49287d48ebd12f2fcb4fe71756fe39cf116f588b
        Reviewed-on: https://gerrit.libreoffice.org/28396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [532c2bba7d9985a10b112c880f21691f6b66c19c]

        remove SvLBoxBmp class
        
        not used by anything
        
        Change-Id: I35d12bdd29c5aef43296ce4709e69b29f4685acc
        Reviewed-on: https://gerrit.libreoffice.org/28398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ef699b4d41cc602322d980027956aab636c776d5]

        convert SV_ITEM_ID_LBOX defines to scoped enum
        
        and remove unused SV_ITEM_ID_EXTENDRLBOXSTRING
        
        Change-Id: Ic84d9341d0225b01b9ef46814483c66b1af307b5
        Reviewed-on: https://gerrit.libreoffice.org/28397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Susobhan Ghosh  <susobhang70@gmail.com>  [213a11b94caf28ffae927169ebd372a866f8f9b2]

        Add custom widget entries to glade catalog
        
        Change-Id: I0c51c70adcc81b04695ef07627e751a83c8d2f4d
        Reviewed-on: https://gerrit.libreoffice.org/28381
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-26  Daniel Sikeler  <d.sikeler94@gmail.com>  [e3b3c3fe41fde28b01ab1b2d8408d92dfa837dc5]

        Make SvXMLTokenMap compatible with FastTokens:
        
        Added new methods for the fasttokens and
        a lot of entries must be updated in later commits.
        
        Change-Id: I37de9c8d4bdeb75f678902a422a5961670480562
        Reviewed-on: https://gerrit.libreoffice.org/28355
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [674e0f0b43392a7e7fa515dad8427ccc901f7a01]

        tdf#100726 - Improve readability of OUString concatanations
        
        Change-Id: I3099818283a9801976288d0efa67a8711106f376
        Reviewed-on: https://gerrit.libreoffice.org/28360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-26  Takeshi Abe  <tabe@fixedpoint.jp>  [ea9a90d83d92076d41abfd31a1fd3a5d84b6ba92]

        SmDrawingVisitor does nothing for SmBlankNode
        
        Change-Id: Iea9139617d0a572f2577f31928d1a1e603b90ed6
        Reviewed-on: https://gerrit.libreoffice.org/28392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-25  Yousuf Philips  <philipz85@hotmail.com>  [139d3b3e8b157c1f365f888126269f0902acbaa2]

        Notebookbar: Single contextual toolbar implementation
        
        Change-Id: I72a0bffc3f1093d9f07ea9d4ba9101df2cf4d032
        Reviewed-on: https://gerrit.libreoffice.org/28331
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-25  Caolán McNamara  <caolanm@redhat.com>  [74475239774daddc9accbafbf53725b44325260e]

        coverity#704161 Resource leak in object
        
        Change-Id: I111f815526c3f50238f5df6f795abb397bb089e2

2016-08-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [1b8c61d5ca8e2a7ae7a0bcd189b7a87defecea03]

        Bump JDK buildtime requirement to 1.6
        
        Change-Id: I3dc715f3cd924d681658829254fd1392677d9e73
        Reviewed-on: https://gerrit.libreoffice.org/28382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-25  Caolán McNamara  <caolanm@redhat.com>  [2ae6847bb15957d437702987fa4dbc9a50be9b46]

        Resolves: coverity#1371769 'Constant' variable guards dead code
        
        Change-Id: I95e829ecc685603e147e68b44cb403d4f010e320

2016-08-25  Caolán McNamara  <caolanm@redhat.com>  [fd9e3d86951a95e6d2447a340740a8b12c0ff12a]

        DocHolder->DocHolder
        
        Change-Id: I8eddff0791a7887e1aee0515e73d40c54b97a0ae

2016-08-25  Eike Rathke  <erack@redhat.com>  [b0e0f225482834c9555d32b37b5656ffd571e243]

        use PushTokenRef()
        
        Change-Id: I626eeb2e996dc33915a045acfe6892e428c6db03

2016-08-25  Szymon Kłos  <eszkadev@gmail.com>  [3b01af931470c82375b4f962beb9f71243001230]

        GSoC notebookbar: hiding menubar
        
        + node in the Notebookbar.xcu determines if menubar is
          visible for each implementation
        + new .uno:Menubar command (toggles menubar's visibility)
        
        Change-Id: I8ee4ec5bdb78556a8561cc328cba8ecd9bbef60d
        Reviewed-on: https://gerrit.libreoffice.org/28044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [1594fd83c303139692c5dd6a7f2e236dbf99638e]

        -Werror,-Wswitch (clang-cl)
        
        Change-Id: I874e103486dd77842a2299e0f20fe42ef6a7eaf5

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [fa83177200bba96325663268a913af8447c1c689]

        -Werror,-Winconsistent-missing-override (clang-cl)
        
        Change-Id: Ie06e9ba94697c40fa03a535ad3f03c5ff181266e

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [d4aae1b104659194f2c0e8ccdbb0a98d13259d42]

        -Werror,-Wnonportable-include-path (clang-cl)
        
        Change-Id: Ia468adf0bea2f7fca9b370ef0ff8b05e34b3ac19

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [6810f00d09679644ec5971b235a0ec01dc572a8b]

        loplugin:staticaccess: Extend loplugin:staticcall to cover all access...
        
        to static members (data, in addition to function) via class member access
        syntax.  Also covers the (somewhat obscure) access to enumerator members.
        
        Change-Id: Iec54b8df2fdb423c0caf21a0dd0f9fe8fdf33897

2016-08-25  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [b7bf1ba2136b3d1e031673e7b541c6181e95ff61]

        tdf#100726 - Improve readability of OUString concatanations
        
        Improved readability of OUString concatanations. Also removed unused
        OUStrings "sColor" and "sEntry" from the code.
        
        Change-Id: Ie9792f499cd880be72229f8a8c71f05ff8e258b6
        Reviewed-on: https://gerrit.libreoffice.org/28375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-25  Eike Rathke  <erack@redhat.com>  [4d6dc9b84b0afd31a380e71fd53a3bc99d403430]

        ditch the now unused ever cloning PushTempToken(const formula::FormulaToken&)
        
        Change-Id: I0d09039a5f9cb797b5b72f3ee9044eab7c8f05c5

2016-08-25  Eike Rathke  <erack@redhat.com>  [a7d645f27f4723f38769a5b079765fa98399e8a7]

        use PushTokenRef() instead of PushTempToken(const formula::FormulaToken&)
        
        ... which unnecessarily clones.
        
        Change-Id: I06ecce94439c2923011f18f69be48a50048c6dde

2016-08-25  Eike Rathke  <erack@redhat.com>  [f26a37e4ad0b74c04b6c19c43c1ad209e6f92756]

        use PushWithoutError() when fishing from and pushing to the stack
        
        ... so no unnecessary copy is created.
        
        Change-Id: I0fbd31c0b6faf8691405a53884d8740f80d7ad4e

2016-08-25  Eike Rathke  <erack@redhat.com>  [035fc620b833a853a5ef84a7a05298be8d91a24c]

        move the nCurFmtType=UNDEFINED from PushWithoutError()
        
        ... to the only place where it makes sense.
        
        Change-Id: I8a2927af97abee28dd0ec89793c4745dcbd0031f

2016-08-25  Rishabh Kumar  <kris.kr296@gmail.com>  [28da3aed71a4850f47156d717b6a18fce98154e9]

        [GSoC]Remove Colors entry from Options dialog
        
        Change-Id: I6865bd159659d2386bf32876f5c65ac533522fbc
        Reviewed-on: https://gerrit.libreoffice.org/28330
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [269b58a04687f39042b57f5a3e59194b8ddfae58]

        Missing operator definition
        
        Change-Id: I39d3b68ca317a4a259b77532efc0897fc89a6fe9

2016-08-25  Noel Grandin  <noel@peralex.com>  [228d0950f5a0c0806355d3ecdf08d97d818b772b]

        loplugin:countusersofdefaultparams
        
        Change-Id: I7150494a56abc6ec9c7fba39cefe3967a475f073

2016-08-25  Szymon Kłos  <eszkadev@gmail.com>  [6488d249b0c5649313b6611660aca939e5c374bf]

        GSoC notebookbar: container with context support
        
        + added sfxlo-ContextVBox
        + notebookbar's .ui file must contain control
          implementing NotebookbarContextControl interface
          with id "ContextContainer"
        
        Change-Id: Ice81e23c4ba742564ebceeda95be120ea3f58c99
        Reviewed-on: https://gerrit.libreoffice.org/28247
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-08-25  Noel Grandin  <noel@peralex.com>  [b9ab0dd3e5eb3c948ee9a29006637e48d5751a5e]

        cid#1371276 Missing move assignment operator
        
        also cid#1371234, cid#1371249, cid#1371208,
        cid#1371250, cid#1371258, cid#1371266, cid#1371257,
        cid#1371221
        
        Change-Id: I18d952887b684e1999d003cec0f668789c851b52

2016-08-25  Noel Grandin  <noel@peralex.com>  [3d8154789bca1f5a0901859e23bf5e4b458af1ff]

        cid#1371277 Missing move assignment operator
        
        Change-Id: Ic737733f5951d5b21660a12a7a01202bd9bc303c

2016-08-25  Noel Grandin  <noel@peralex.com>  [69a5e1e562f7859a1c9745d578cd936a330b9aad]

        cid#1371281 Missing move assignment operator
        
        Change-Id: I29e1b042d2550bbe909ea432b161bdcb418d8976

2016-08-25  Noel Grandin  <noel@peralex.com>  [cff0edb0b874986886e5c98ca077bda640059a83]

        cid#1371284 Missing move assignment operator
        
        Change-Id: I84d4cfe58f9659b468a1fd62b7974fcdbf0bb1f3

2016-08-25  Noel Grandin  <noel@peralex.com>  [781fdb676fc89789180181e1ff2800df82c4c851]

        cid#1371285 Missing move assignment operator
        
        Change-Id: Ia822a01caec28f8137e30c05b6904c9fac367ce4

2016-08-25  Noel Grandin  <noel@peralex.com>  [877dfa3783316c4c2850b0e5bd3837765d7c12c2]

        cid#1371288 Missing move assignment operator
        
        Change-Id: I5181c76f558e1806de01f21422c715cc93f3cb3d

2016-08-25  Noel Grandin  <noel@peralex.com>  [37ffcb1ce74d08ccbca1545714bbf81669cd3d03]

        fix windows build, doesn't like default move methods
        
        Change-Id: I6e756a11aa07722ff18ed13219b780f3db3bc4a0

2016-08-25  Eike Rathke  <erack@redhat.com>  [d27b9f0f95367be3e9b4047bfa0648337241f7fa]

        ScInterpreter::Push() with const FormulaToken&
        
        Change-Id: I721963c4a372da0d36ed973edd375fe01ab502fb

2016-08-25  Eike Rathke  <erack@redhat.com>  [2561ec3f149cec3836982a29c017c0c6eaaa224b]

        away with the unconst cast
        
        Change-Id: Ie6a70fa9863bb70dbcf560fc523d8a38dfe67b71

2016-08-25  Tor Lillqvist  <tml@collabora.com>  [d911c1cf6980a67be24c4ff56547971afbfa2a4c]

        SCNR: Bin some unused forward declarations
        
        Change-Id: I59864e5464f1a5d5fb3f9717cb2a0ad18f52e300

2016-08-25  Eike Rathke  <erack@redhat.com>  [db8c3afe8c5a5756537d16cf0399e3b46876cc8b]

        let ScInterpreter::pStack contain const formula::FormulaToken*
        
        For two reasons:
        * introduce a new PushTokenRef() to push an already existing token,
          which can be used in several places that currently unnecessarily
          copy-construct a new token to be pushed
        * prevent unwanted side effects in case a token on the stack would be
          fiddled with, which was possible but just by convention wasn't done
        
        Change-Id: I715d81bcba8bdb415af45e889e9f9db1e0ac4888
        Reviewed-on: https://gerrit.libreoffice.org/28377
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-25  Noel Grandin  <noel@peralex.com>  [9fda8f5ad61c11d72718a50a175b23cb43bfa9ab]

        fix move operator= and add move constructors
        
        followup to:
          19828cc0 "cid#1371315 Missing move assignment operator"
        and
          0e748707 "cid#1371320 Missing move assignment operator"
        
        Change-Id: Id2479fef41cf8d98eef9246f3a86e6c9289c3d58

2016-08-25  Michael Stahl  <mstahl@redhat.com>  [a95ef3313387b8d30c5b60c397bb839afd7d60dc]

        cairo: try if --disable-xcb fixes android build
        
        Change-Id: I2a49f4e2b60fb51e4ec03dd82b7e54d1f39d887a

2016-08-25  Noel Grandin  <noel@peralex.com>  [065913d8aa830480961939aeec3c484c0b055f35]

        cid#1371309 Missing move assignment operator
        
        Change-Id: Ic00f39793f0341820ccce912f4350644a90104c5

2016-08-25  Noel Grandin  <noel@peralex.com>  [19828cc01ff1e3421907f77863a464e87c70f57c]

        cid#1371315 Missing move assignment operator
        
        Change-Id: I9da0ffe856a0a40094c1c553bb2c5e05d8d3ef5d

2016-08-25  Noel Grandin  <noel@peralex.com>  [0e74870782bd46a9654e63e19d081528fcccb6fa]

        cid#1371320 Missing move assignment operator
        
        Change-Id: I34da999f516abedd65135f67e7479706e64e7b20
        Reviewed-on: https://gerrit.libreoffice.org/28376
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [17e137d899de51f2cab485d4e339009954e558b5]

        Improve exception construction
        
        Change-Id: I2c1d28bb7c841f594fe2fdaf5f34fcdd730d8ee2

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [4a95aa62ba34e1573540dc4395241e2654718c48]

        cid#1371770 Uncaught exception
        
        Change-Id: I147e98d0eef2568c78ea95aee9fa68656f2e8e75

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [e353a8ffdd4dbf20dcfe3e8904848ce96deac5c5]

        cid#1371771 Uncaught exception
        
        Change-Id: I47105f30e702f9bc40cb711f862fb25796202d09

2016-08-25  Tor Lillqvist  <tml@collabora.com>  [507c04076086ed9cb2a2445a20f4698c6f2a5ba6]

        Drop duplicate forward declaration of SwPaM
        
        Change-Id: I59825a85de15d3056f1e17850f37562c5bb740f4

2016-08-25  Susobhan Ghosh  <susobhang70@gmail.com>  [6f437466f96868cb10187c404ed84fb6d3dcc645]

        tdf#83830: Use SpacingListBox in Header/Footer and Sidebar Wrap Panel
        
        Change-Id: I80ea84b6eaabcf241b313d46695cffdd74174c08
        Reviewed-on: https://gerrit.libreoffice.org/28104
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-25  Noel Grandin  <noel@peralex.com>  [79f1315a02b1dd4dd7b4a78dea410c3192663522]

        cid#1371326 Misused comma operator
        
        Change-Id: I8b27c4d20e86b6cf173374df0242f438909b4db6

2016-08-25  Noel Grandin  <noel@peralex.com>  [9a87305f5f4048c2b08136bbab434a2d6776d749]

        cid#1371328 Misused comma operator
        
        Change-Id: I3e585fb44612cb7ab2e6f04570b233310b01d8c8

2016-08-25  Noel Grandin  <noel@peralex.com>  [c5a2e968de63bbed210ec43327f3c8c3f286393d]

        cid#1371329 Misused comma operator
        
        Change-Id: Iba29bce22c59b25a452b454e2b7cad3c4e95f3a3

2016-08-25  Noel Grandin  <noel@peralex.com>  [c2e38d4dc455e47cee72b7b78e4f2dc0cf0e624c]

        cid#1371331 Misused comma operator
        
        Change-Id: I729c90f7873a7735eb59805e336f4dd337dea69b

2016-08-25  Noel Grandin  <noel@peralex.com>  [3aeb1f80527dc0adf4ed28f8b9bd67d970e65649]

        cid#1371332 Misused comma operator
        
        Change-Id: Ib7ba126d53e81dbd65451aa4bb33033f468ca295

2016-08-25  Noel Grandin  <noel@peralex.com>  [e64edc463553634c616abf93138279c7ca6f1a32]

        cid#1371333 Misused comma operator
        
        Change-Id: I5288cfb4e86bbcf07df1c74cdacdd5f0e7bf03fb

2016-08-25  Noel Grandin  <noel@peralex.com>  [ed104d2d671ab08c712f6840a96f01632dcd1d15]

        cid#1371335 Misused comma operator
        
        Change-Id: I05d330f4326304645aa75014c15a98d57e9039a1

2016-08-25  Noel Grandin  <noel@peralex.com>  [9bef4b9584eddcc19540c9a825b575c8409de7fc]

        cid#1371336 Misused comma operator
        
        Change-Id: I0aaf7dd1075ba9fe323f6a0e1b69203a57a8c7b7

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [40b44f7eb25114e5e4e19e571b8781580a938ca6]

        Remove line again that was committed in error
        
        Change-Id: I66c140a72bbbafe0227d2265ae9c4da73a39e0fa

2016-08-25  Stephan Bergmann  <sbergman@redhat.com>  [128e7ce3ffa50b11b2d5ff9777a27b095a84e5d7]

        external/firebird: Try track down "Couldn't turn forced writes off" failure
        
        ...that is sporadically observed on tinderboxes.  (Can be reverted once the
        cause is found.)
        
        Change-Id: I74135b3159fe686b7d7da33da569bde6c73b89e2

2016-08-25  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [5d5f1de548c1086dd3476e40bfe06aa4a5830a6d]

        tdf#100726 - Improve readability of OUString concatanations
        
        Change-Id: I9d729c5c135f556a0dab7bcb8274b940e3452140
        Reviewed-on: https://gerrit.libreoffice.org/28362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-25  Arnold Dumas  <arnold@dumas.at>  [89d3482b7a80c6fd508cf3954b7c52608445eae0]

        tdf#89329: use unique_ptr for pImpl in officeforms
        
        Change-Id: Icdf742cbdbecab11be6a3fdd4387ade1c8fd7c15
        Reviewed-on: https://gerrit.libreoffice.org/28368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-25  Noel Grandin  <noel@peralex.com>  [f360244e5ddb6b607e752a0df3c37ccefaec1d9f]

        drop enum IAccessibleViewForwarderListener::ChangeType
        
        since only one of it's values was in use, and simplify the
        ViewForwarderChanged method as a consequence.
        
        Change-Id: I00544c9b0a601c01e49519be5bafe192c6f735f6

2016-08-25  Noel Grandin  <noel@peralex.com>  [3aa7db4586c53a0815b74cc514ff8a6541dc7e01]

        convert SvxAnchorIds to scoped enum
        
        Change-Id: I4375fa07eb6ac81b21b904e965e4c2f9600ca99a

2016-08-25  Noel Grandin  <noel@peralex.com>  [ce51b64947f120c592853aec2d01542dcd2cc2c0]

        convert SvxChartStyle to scoped enum
        
        Change-Id: I007dc799777524ccfabbb1ce52b9495437ff9156

2016-08-25  Noel Grandin  <noel@peralex.com>  [4c2969b7be7701753386112d477a4b818d834708]

        remove unused SvxChartDataDescr and SvxChartDataDescrItem
        
        unused since
        
        commit 4388503b94cdd305de66ab8e37e9058a160f56ba
        Author: Vladimir Glazounov <vg@openoffice.org>
        Date:   Mon Oct 22 15:56:40 2007 +0000
        
            INTEGRATION: CWS chart14 (1.3.12); FILE MERGED
        
        Change-Id: I4bebb6250efe24a3b85a99441239aa6933156a9e

2016-08-25  Noel Grandin  <noel@peralex.com>  [ac32de25069851369b05a4fa4d831077e5df6940]

        convert SvxChartTextOrder to scoped enum
        
        Change-Id: I09094152cdf4a2756a5775d651dab92042386ee3

2016-08-25  Noel Grandin  <noel@peralex.com>  [7db7666f01d81c1c345380ff724356224e9e1db6]

        convert SvxChartKindError to scoped enum
        
        Change-Id: Ibf6798fb1bdb7d16801402798414171876da915d

2016-08-25  Noel Grandin  <noel@peralex.com>  [9781212b55a3a8afd3e00cd0400725e38babfbdf]

        convert SvxChartIndicate to scoped enum
        
        Change-Id: I65183bd4ce21544608397164fc2660830378d975

2016-08-25  Noel Grandin  <noel@peralex.com>  [2927a5c1c70b66062cc2b60f6f4eb7cf6c727d2c]

        convert SvxChartRegress to scoped enum
        
        Change-Id: Ibdaad10c7936a0e53ab61c2016c8c9f3ac278767

2016-08-25  Noel Grandin  <noel@peralex.com>  [8387ca6817f2fafcbb9c3bd9df76c91e93d4f772]

        convert CUBE constants to typed_flags_set
        
        Change-Id: I5f0b0e73ab3b4c10fdc9ea2dc817ea2fda8149a7

2016-08-25  Noel Grandin  <noel@peralex.com>  [271bd3522e1148c0260688a42fd78959225db8cb]

        convert DataAccessDescriptorProperty to scoped enum
        
        Change-Id: Ifb8fb1d28464f0638ec1485d77ad333b1acc667c

2016-08-25  Noel Grandin  <noel@peralex.com>  [6cb3884898a39f57bcb30b2663a258e3971083fe]

        convert E3dDragConstraint to typed_flags_set
        
        Change-Id: Idd6d3e1ed0248b54247b2d86ce771ac5f5bb7c41

2016-08-25  Noel Grandin  <noel@peralex.com>  [fdaa46f065b52780a5115dbd1e59476bb44e39ab]

        convert SvxDistributeHorizontal to scoped enum
        
        Change-Id: I7f3592ac8ef90686954624f37394a6e8f047ca44

2016-08-25  Noel Grandin  <noel@peralex.com>  [b8d03c61dbf8a680a7073d6416a219368fb054b8]

        convert SvxDistributeVertical to scoped enum
        
        Change-Id: I1797b9cd0164f8fcee2fb768a1db08ae17457534

2016-08-25  Noel Grandin  <noel@peralex.com>  [9296ec4403b642939ae49322c5d84066ac5854c8]

        convert SvxNumValCategory to scoped enum
        
        and fix bug in NumFormatListBox::GetDefValue in SW
        
        Change-Id: I459b7d5bd181235daa5d128315604f1ed1259ed4

2016-08-25  Noel Grandin  <noel@peralex.com>  [6d61808a3dd98a9d05dacb4e4db68bcdb31dcee9]

        convert ViewType3D to scoped enum
        
        Change-Id: I6dad22dc2b1743c61c72fe8d2b95badc20ea5fa6

2016-08-25  Noel Grandin  <noel@peralex.com>  [1332241a03500b09ab846a56e86a25e18b8230db]

        convert FmSearchProgress::State to scoped enum
        
        Change-Id: I7ca1afedd6ca9b626c1e61322bffc66016ec7d58

2016-08-25  Noel Grandin  <noel@peralex.com>  [479aa67fd94d648cb5637773189bfb286ff78d5c]

        convert SEARCH_RESULT to scoped enum
        
        Change-Id: Id4b5bffaa89a07d3ceaad89f52b07482f10ac9d0

2016-08-25  Noel Grandin  <noel@peralex.com>  [f35e645e8271dbc1b6ed65f5fe846df3ba0abdba]

        convert SEARCHFOR_TYPE to scoped enum
        
        Change-Id: I077c38c1b17be0b541dd4dc1a8679b1ca7e367a8

2016-08-25  Noel Grandin  <noel@peralex.com>  [07f355c95d7e317ce3878b88d87ac82f20f58ab7]

        convert FrameBorderType to scoped enum
        
        Change-Id: I089a981d1d33e15460d66b30ee2b9a91081da781

2016-08-25  Noel Grandin  <noel@peralex.com>  [f9f3426e8210329efdabfc3151c778d649fec129]

        convert RefMode to scoped enum
        
        Change-Id: I4ecaeaa1fb4989576cb7322048c8ec3a3f3080ae

2016-08-25  Noel Grandin  <noel@peralex.com>  [ce7eb4c7cbbd48301bbe0c07c42a089271d485d3]

        convert FrameSelFlags to typed_flags_set
        
        Change-Id: Ia62e4a99a67e1a094be8bf71ce551f88eef0ef5d

2016-08-25  Noel Grandin  <noel@peralex.com>  [9e2750f6ac0da27fd4fa799cd449d4df3b07041b]

        convert FrameBorderState to scoped enum
        
        Change-Id: I100b5f5030da5610a350ac42c993ca4cfa786857

2016-08-25  Noel Grandin  <noel@peralex.com>  [47c4daf0d777771185823ac9367f2108e950d12e]

        convert SgaObjKind to scoped enum
        
        Change-Id: I1bc1244646db661f181d4224d81f12d613976362

2016-08-25  Noel Grandin  <noel@peralex.com>  [bd4526b557fe787b3826ddf46bf8009fb45e05e6]

        convert GridRowStatus to scoped enum
        
        Change-Id: I5a3808c563ba09ed734f020f37ffeb5790000874

2016-08-25  Noel Grandin  <noel@peralex.com>  [492a8c34cc71c7becb59e90ffde71b9072ebab2c]

        convert InitWindowFacet to typed_flags
        
        Change-Id: I9bd230997aa58672114dffc42a22ad2802bbeaf8

2016-08-25  Noel Grandin  <noel@peralex.com>  [b8064bdf7fabdbfd2546830f6fb8f0de6b8d4329]

        new loplugin: countusersofdefaultparams
        
        Change-Id: I79e2c690f3e664c14af12cf763dd5a8ac20d6b04
        Reviewed-on: https://gerrit.libreoffice.org/28353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-25  Szymon Kłos  <eszkadev@gmail.com>  [1e84b23839d96068c862e746c9162db79d2c8c62]

        BigToolBox: fixed drawing with gtk2
        
        Button's width was equal to icon width when gtk2 was used
        
        Change-Id: I34e5c5c36653365ac422667a69d89aa6a91340a1
        Reviewed-on: https://gerrit.libreoffice.org/28361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1b78ee6fc00924fd8d502dc92b82738a404cee34]

        update credits
        
        Change-Id: I20497f102f212a66525ca7be2771baef4b8b55a5

2016-08-24  Jan Holesovsky  <kendy@collabora.com>  [e139edfa1df7e7353b420be20d298fd2882d9289]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I258906a66f83f5b9b63bd034a22bad3648117819

2016-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [28f9dec5be1420a6523a7a4f8396c43933b9c5c1]

        update emoji autocorrect files from po-files
        
        Change-Id: Iae15a220df278da393fd992faaa34c7f8e6f78fb

2016-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [53c03688b03293e88ff7ff9aa45662a50ef1a3c4]

        add linebreaks to pt-PT/DocumentList.xml for maintainability
        
        finding Waldo in a single loooooong line is not always fun…
        
        Change-Id: Idfa69a80843c20d563fdc704981f5bdb9b23ac2a

2016-08-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1ee86d783b6f08673b18a51bc91023c5835dfde9]

        Updated core Project: translations  cc220e305045212ebb6311476ff3999d88fa6def
        
        update translations for 5.2.1 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: I596fa1e8acc5be5e9ef1867b378b291a6853d935
        

2016-08-24  Michael Stahl  <mstahl@redhat.com>  [99cbdc9673eb252ae1badd77a6ec8424e0d55971]

        configure: NEED_CAIRO is obsolete since f70343bbbb
        
        Change-Id: I730700166ec6f5433bfa93b2344252f2f8408eaa

2016-08-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [42869757fc553d6851200a2e01895359fd16b182]

        m4: make explicit what boost library we are not finding
        
        Change-Id: Icd4e926a6e73ea1147419a9190d7888b6ac3e4c7
        Reviewed-on: https://gerrit.libreoffice.org/28312
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-24  Michael Stahl  <mstahl@redhat.com>  [13d139b934a705dfef377699ae6b753d9aa4ddfb]

        cairo: upgrade pixman to release 0.34.0, cairo to release 1.14.6
        
        * from pixman-0.24.4.patch drop:
          - Android support config.sub: obsoleted by new upstream autoconf
          - configure Mac OS X 10.4 (unsupported) linker warning
          - configure getisax Solaris check: it's unclear why this would
            give a wrong result on Linux, it certainly does't on Fedora 24...
          - __inline__ workaround looks fixed upstream
        * drop pixman-0.24.4.android.patch:
          obsoleted by new upstream autoconf
        
        * from cairo-1.10.2.patch drop:
          - Makefile.win32.common: drop this for now, we don't build
            cairo on windows and paths in this patch are still dmake INPATH...
          - Android support config.sub: obsoleted by new upstream autoconf
          - configure "libpng15" should be obsolete since it's overridden
            by png_CFLAGS/png_LIBS anyway
          - configure Mac OS X 10.4 (unsupported) linker warning
          - cairo-output-stream.c: fixed upstream
          - cairo-ft-font.c: presumed obsolete, FcResultOutOfMemory added in 2004
        * drop cairo.dlsym.lcdfilter.patch:
          FT_Library_SetLcdFilter since 2.3.0 so exists in RHEL 6 baseline (2.3.11)
        * drop cairo-1.10.2-oldfontconfig.patch:
          RHEL 6 baseline has fontconfig 2.8.0 so 2.2.95 isn't "too new"
        * drop cairo-1.10.2.wntmsc.patch:
          we don't build cairo on windows currently, and this doesn't apply
        * drop no-flto-clang.patch:
          fixed upstream
        * remove definition of COMPRESS var that appears to be completely unused
        
        Change-Id: I5d782b9267c348c266ef369db2f8ac2c3c70b90d
        Reviewed-on: https://gerrit.libreoffice.org/28365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-24  Michael Stahl  <mstahl@redhat.com>  [1efbdfcffff97ec0834274d13abe0f0d318b5f3c]

        libpng: upgrade to release 1.6.24
        
        Change-Id: I5528522d866262655eadcfcf09c038e0c6097bb9
        Reviewed-on: https://gerrit.libreoffice.org/28364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-24  Stephan Bergmann  <sbergman@redhat.com>  [191c0a9e7719b777146430486d703641aaff43bf]

        tdf#93630: Remember whether a doc was originally requested to be opened r/o
        
        ...so it'll be opened r/o again on SID_RELOAD.  Needs addition of yet another
        m_bOriginallyLoadedReadOnly state, after
        a199cad8376a5470c50125def2738b44b55ec018 "tdf#65498, tdf#87545: Don't confuse
        logically r/o doc with physically r/o" already added m_bOriginallyReadOnly.
        
        Change-Id: I9c7129a6f1b0e7618be616d5897ee6ef29e0abb7

2016-08-24  Asela Dasanayaka  <rukmal.tb@gmail.com>  [057ae1cfcac518e5693e75aca87d307ce90ba6fb]

        tdf#96505 get rid of "long" integer literals 'L'
        
        Remove L from integer literals in module basic all 0L, 1L, 2L and 3L
        
        Change-Id: Ia46ce3d206020e16fc17e95731244a557941528c
        Reviewed-on: https://gerrit.libreoffice.org/27816
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-08-24  Asela Dasanayaka  <rukmal.tb@gmail.com>  [9fcfe485cd23d7e560aa05efbd02401d62d144dd]

        tdf#96505 get rid of "long" integer literals 'L'
        
        Remove L from integer literals in module rsc all OL and 1L
        
        Change-Id: I4a47fead01c2e7f1febc5299eb0905ecf14cee2a
        Reviewed-on: https://gerrit.libreoffice.org/27818
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-08-24  Asela Dasanayaka  <rukmal.tb@gmail.com>  [a9bda90b3ad8ad8bb1e76c73e10df5c73607907f]

        tdf#96505 get rid of long integer literals 'L'
        
        Remove L from integer literals in module canvas all 0L, 1L, 2L , 7L and 8L
        
        Change-Id: Idd41a31857b4bb58ed8e7b6f4e727a73806098b1
        Reviewed-on: https://gerrit.libreoffice.org/27817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2016-08-24  Stephan Bergmann  <sbergman@redhat.com>  [b1c64670f11e8a0e2c89961018fe18ebc0c62841]

        loplugin:stringconstant
        
        Change-Id: I9d729c5c135f556a0dab7bcb8274b940e3452140

2016-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e04bea2bad6839df08b1b631f1233d51088b9902]

        SmCursor::FindTopMostNodeInLine() requires non-null argument
        
        Change-Id: I3643c8a299276d7f3568747e6428ced4c8a6e2bf
        Reviewed-on: https://gerrit.libreoffice.org/28345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-24  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [c899cc46fc6522b7fd7c243bf7a67dfbe2e1e586]

        tdf#100726 - Improve readability of OUString concatanations
        
        Change-Id: I59c605bb31859a2a419cc9e9e60c174e842a03db
        Reviewed-on: https://gerrit.libreoffice.org/28349
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-24  Arnold Dumas  <arnold@dumas.at>  [8573b1baa66c65cc170d1393cacf948b4ead3e6a]

        tdf#89329: use unique_ptr for pImpl in fmgridcl
        
        Change-Id: If0fb04f41d2b9cd124d28278d121cd29b3e4d651
        Reviewed-on: https://gerrit.libreoffice.org/28350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-24  Noel Grandin  <noel@peralex.com>  [c222fa9c2206e3b8b0e8cf55bf61be26e32ea2d7]

        convert SdrPathSmoothKind to scoped enum
        
        Change-Id: I9b4a4226322c4d4eb2ab220ecf0b0efb068eea8e

2016-08-24  Noel Grandin  <noel@peralex.com>  [9649154f1d844c76ca134d73cd3736452f4f55d4]

        convert SdrPathSegmentKind to scoped enum
        
        Change-Id: I1f5da7fb90b0100610677279e93b6e02347c120f

2016-08-24  Noel Grandin  <noel@peralex.com>  [8267445b2e923b9de0ebe8c15e928e91c834ab86]

        convert SdrObjClosedKind to scoped enum
        
        Change-Id: Icb3a6ce66687ea66f72df956dc695e0a4147365e

2016-08-24  Noel Grandin  <noel@peralex.com>  [3d226bdc444084615b29f79b977ade73fd653240]

        convert EditedAndValid to scoped enum
        
        Change-Id: I0f321de899771fe826224decddab1ec92d64a21a

2016-08-24  Noel Grandin  <noel@peralex.com>  [00c3ea0ac629f695d22bb1debba385532f965379]

        convert SvxNumberValueType to scoped enum
        
        Change-Id: Ic82c18c16de8bd756a444de47c9a68e88fa1c7ee

2016-08-24  Noel Grandin  <noel@peralex.com>  [20d1ee06c0242948e7e512db5465fdbdedc70916]

        convert PaperSizeApp to scoped enum
        
        Change-Id: Ifd452ed0ca53223ae9b45e1b3b232fcfc6d29496

2016-08-24  Noel Grandin  <noel@peralex.com>  [6971da088718321b3790ce4d1d7b238dc8b76ce8]

        convert CTL_STYLE to scoped enum
        
        Change-Id: I11cd4c4ac409f898676bc6049b21580f83450b03

2016-08-24  Noel Grandin  <noel@peralex.com>  [27caeb631927a3e9dd8510768535afcd8f393773]

        convert UpdateType to scoped enum
        
        Change-Id: I1000875c186ee21d065e97b522f464ed6b635758

2016-08-24  Noel Grandin  <noel@peralex.com>  [70d76c8165bc9393a92fa6d0dc9922364988abe2]

        convert OverlayType to scoped enum
        
        Change-Id: Ic7758ec96bdf7f532b5b95048dbb7eb5f360f74a

2016-08-24  Noel Grandin  <noel@peralex.com>  [151752f89465ff980f9a377361eb90e4180943d3]

        remove CellOverlayType
        
        since only the CELL_OVERLAY_TRANSPARENT value was in use
        
        Change-Id: Ia7a0dfbf09b08e2dfed62d51af42e1409b05f275

2016-08-24  Noel Grandin  <noel@peralex.com>  [02329af0cbd25f5901be2ec938984968080d17f5]

        convert SdrTextAniDirection to scoped enum
        
        Change-Id: I67d1ffb1169e9faf4df90dd70a5496aa485979cf

2016-08-24  Noel Grandin  <noel@peralex.com>  [92743c1da67485338aadfc9e9444146f9bacd6d1]

        convert SdrFitToSizeType to scoped enum
        
        Change-Id: Id732c74b590db7006058d1919be2438b649a795e

2016-08-24  Noel Grandin  <noel@peralex.com>  [44b2afa192fbf78d337cf18840c26b7d04e91a4e]

        convert ShapeProperty to scoped enum
        
        Change-Id: I2e0dc3aaefb174c8960bb6b8ce9a4ad830626ba4

2016-08-24  Noel Grandin  <noel@peralex.com>  [c33a1d47de07c327013979b1165f72298eaded45]

        convert ViewType to scoped enum
        
        Change-Id: I4904ceae765f3452d8695adcf73043a4a42bbf0b

2016-08-24  Noel Grandin  <noel@peralex.com>  [f72baec784e9956702c429b8464c6d1b624e5481]

        convert ControlType to scoped enum
        
        Change-Id: I0b307045c477ea50bd596c491b501b7e8ae91cd4

2016-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [dd64e9ea7a36e6169a4419ff3e737e2759df2625]

        loplugin:nullptr
        
        Change-Id: I565c774d24bf52d33ea3ed37fa397f835de5875c

2016-08-24  Mark Hung  <marklh9@gmail.com>  [d5fab973d0af95c433c5f6a9492014f7db642489]

        tdf#87224 Merge character borders across different scripts.
        
        Character borders were broken when it contains multiple scripts.
        Merge borders on kern portions and draw its border as necessary.
        Refer to correct previous portion so it decide whether it join
        previous or next border correctly.
        
        Change-Id: I881da36a5204ef627289ee799438c4ff915b00ef
        Reviewed-on: https://gerrit.libreoffice.org/27652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-08-23  Henry Castro  <hcastro@collabora.com>  [cc497d86e092315f78a89f3ace8b81623dad7b46]

        sc lok: fix re-sizing several rows/columns at once
        
        Change-Id: I7b3760432aa4b3120bfd586a1abc42a46fff0df8
        Reviewed-on: https://gerrit.libreoffice.org/28351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [499f79e4726048afe0f5adf69627dfa849e60aef]

        add BINOMDIST test case
        
        Change-Id: I33401304473a86220c31a882ffe0dad9a2be469d
        Reviewed-on: https://gerrit.libreoffice.org/28193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Tor Lillqvist  <tml@collabora.com>  [db231633af4667e24281e0be69ab63ad3081fdc3]

        Simplify user name option GUI: Just a single "name" field
        
        See https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
        
        And it makes the code simpler. Win-win.
        
        It is just a single full name that is stored in ODF and OOXML anyway.
        
        Take care of migrating separate given names, father's names and
        surnames from older user profiles if modifying the data. Handle the
        "Eastern" (as the code calls it) case, too.
        
        Change-Id: Iebf59f224995f722669f844d03053a55c088bc6e

2016-08-23  Eike Rathke  <erack@redhat.com>  [f11bb8e70363bfac6a01a91a31f8346fb367b0a6]

        use PushTempTokenWithoutError() instead of PushWithoutError()
        
        ... as the error token was new'ed anyway, which saves yet another copy.
        
        Change-Id: Ia498754b3d1898a04bf1c916185fceb36c115261

2016-08-23  Eike Rathke  <erack@redhat.com>  [960b00c50cb2fc1b44bab9d0b5e9bb86ac038239]

        rename rNum to aNatNum
        
        ... since it is a copied instance now.
        
        Change-Id: Ied3845cde42cb39ecabafa660d3ba7f6b1ca8b48

2016-08-23  Stephan Bergmann  <sbergman@redhat.com>  [8b1752eb78c74736a7efaf32a362c9b672703f69]

        icopyConstructFromElements's nAlloc is never negative
        
        follow-up to 7fa183cb1a04120b37069c63166182065c3d975c
        "loplugin:countusersofdefaultparams in chart2..desktop"
        
        Change-Id: I099229ac4a3670e26570b083e3b0a4a92984f663

2016-08-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d7ce684cae03e97b23f916a90db55e49f17a1601]

        tdf#79398 Add qa unit test
        
        Native number format [NatNum5] in Chinese is exported to [DBNum2] in XLSX
        with [$-804] to force Chinese language
        
        Change-Id: I271772515558d0b080abf2435642e578ea63f392
        Reviewed-on: https://gerrit.libreoffice.org/28097
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-23  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [4ccd991f6a6ca680ac2b7513ab3853e1ba9c71a3]

        GSoC - First cut at migrating xmloff/ to use FastParser:
        
        This lays the foundation for using fast parser and contexts.
        Tokens are detokenized and made to emit events just like
        legacy parser interfaces.
        
        Change-Id: I11659be68026e112fdd06f8a847f3f2c876dae35
        Reviewed-on: https://gerrit.libreoffice.org/28175
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aab3c44b903181271827a9b0fb0ebc345b427ffb]

        add ADRESS test case
        
        Change-Id: I1d90f03c302648e9fc92c1b8cb25578960b80077
        Reviewed-on: https://gerrit.libreoffice.org/28337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5553041f4d9b5d676cb82bc1953f7334b201d9da]

        add SUMX2PY2 test case
        
        Change-Id: I735cb5b51b22053d5b67dd3587a83eafb0b83f4e
        Reviewed-on: https://gerrit.libreoffice.org/28248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [7a70cd77e44797d07a348993277b44a062868e9f]

        tdf#79398 Add LCID with DBNum during export to XL
        
        Change-Id: I64a01ef5eb7ada9bc5edbeb873e09fd348d8f6d4
        Reviewed-on: https://gerrit.libreoffice.org/28256
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-23  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [5214eba02c011b5d15cc2ba33f4c6bd811e6cef1]

        tdf#82840 Add 'delete' button to toolbar customization
        
        Added 'delete' button for contents of Menus, Context Menus,
        and Toolbars pages of the 'Customize' dialog. And removed
        the 'delete' item from the 'Modify' menu in those pages.
        
        Change-Id: Ie59a32e0b92116f8058fe8efe288bfb215b522b0
        Reviewed-on: https://gerrit.libreoffice.org/28323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-08-23  Rishabh Kumar  <kris.kr296@gmail.com>  [32abc402ee108b5980ed47a6c3132c4fdbc069aa]

        [GSoC] Keep the column width constant in fill style tabs
        
        Change-Id: I55c182a31aa862a4683304f2e4ffff5d0cacf603
        Reviewed-on: https://gerrit.libreoffice.org/28332
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-23  Tor Lillqvist  <tml@collabora.com>  [95212d11fc82bba60f0b51256010725504dd41ce]

        Rename two functions that had misleading names
        
        GetAddress_Impl() and SetAddress_Impl() handled more than just
        addresses. So somewhat boringly, s/Address/Data.
        
        Change-Id: I56c4e5ff7a4983a7fbb04d056c64333a016164c5

2016-08-23  Tor Lillqvist  <tml@collabora.com>  [af348f508405cf34f3dc3043c2e1bc9bf38800f2]

        Update comment now that we use an enum class
        
        Change-Id: I2daefa5a0e63d9a571ee90a9b8be5e58fa2315a1

2016-08-23  Noel Grandin  <noel@peralex.com>  [49bbea41a2371bb9fb5a585a2efec61bd82a92c5]

        use rtl::Static for static std::ordered_set in XMLPropStyleContext
        
        we suspect the current situation of causing a crash on shutdown after
        the tokenmap unit test:
        
        (gdb) bt 20
        __gnu_cxx::new_allocator<std::__detail::_Hash_node_base*>::deallocate
        (this=0x7fffffff52c7, __p=0x78a700)
            at
        /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/ext/new_allocator.h:110
        std::allocator<rtl::OUString>, std::__detail::_Identity,
        std::equal_to<rtl::OUString>, rtl::OUStringHash,
        std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash,
        std::__detail::_Prime_rehash_policy,
        std::__detail::_Hashtable_traits<true, true, true>
        >::_M_deallocate_buckets (
            this=0x2aaab3166640 <XMLPropStyleContext::maParaSet>, __p=0x78a700,
        __n=11) at
        /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/hashtable.h:794
        std::allocator<rtl::OUString>, std::__detail::_Identity,
        std::equal_to<rtl::OUString>, rtl::OUStringHash,
        std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash,
        std::__detail::_Prime_rehash_policy,
        std::__detail::_Hashtable_traits<true, true, true> >::~_Hashtable (
            this=0x2aaab3166640 <XMLPropStyleContext::maParaSet>,
        __in_chrg=<optimized out>) at
        /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/hashtable.h:959
        rtl::OUStringHash, std::equal_to<rtl::OUString>,
        std::allocator<rtl::OUString> >::~unordered_set (
            this=0x2aaab3166640 <XMLPropStyleContext::maParaSet>,
        __in_chrg=<optimized out>) at
        /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/bits/unordered_set.h:93
        rtl::OUStringHash, std::equal_to<rtl::OUString>,
        std::allocator<rtl::OUString> >::~unordered_set (
            this=0x2aaab3166640 <XMLPropStyleContext::maParaSet>,
        __in_chrg=<optimized out>) at
        /opt/rh/devtoolset-2/root/usr/include/c++/4.8.2/debug/unordered_set:113
        
        Change-Id: Iff36d4f217b8bb07083d2e599afade1f86206165

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6489bb3db6315aabb47a4da246a201e895b2dfca]

        add CHOOSE test case
        
        Change-Id: I8cc9376489999671637943b21d9969b79cc53a8d
        Reviewed-on: https://gerrit.libreoffice.org/28340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3bf152fff140b265ee6f413d433951ea638ecdf4]

        add AREAS test case
        
        Change-Id: I38977f93795fd4cf567f452b8b2d9de1edfcc7d0
        Reviewed-on: https://gerrit.libreoffice.org/28338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [47156f0a167fde2ed96a2105ff23009dee88fdf2]

        add CONFIDENCE test case
        
        Change-Id: I4a950ba42cfebb4d6e0ea62bd9a3ebee28fbf1ec
        Reviewed-on: https://gerrit.libreoffice.org/28320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [90ded4cbf1ffbde2ef7926fb225759896ef075bf]

        Related: tdf#82677, remove cached element when appropriate
        
        Change-Id: I6f9e1218c2767ec69ca371c4f5a12c2f385c7363
        Reviewed-on: https://gerrit.libreoffice.org/28275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-23  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [00e1f840be4a1ff202d82377b3cbf233b352b1c3]

        Related: tdf#82677, add cache use in Content::getProperties()
        
        Change-Id: I47f583c808498aaf0f7cca1749fb5ef841ad10f3
        Reviewed-on: https://gerrit.libreoffice.org/28274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8f49381a2174300985de114ca68f64f97a4ebe42]

        Updated core Project: help  01b5fd2938a9680a773203fafc25acdae093f5bf
        
        Add new languages to Native Number [NatNum1]
        
        following c16efc81bd9fb1cfc85f7949eccbdeb5818e5093
        Build from source code in natnum1Locales[]
        i18npool/source/nativenumber/nativenumbersupplier.cxx#438
        
        Change-Id: Ifa17cca2f78c09f02cc21774cd8c9f10f790b849
        Update: correct ids
        Reviewed-on: https://gerrit.libreoffice.org/28181
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-23  Tor Lillqvist  <tml@collabora.com>  [5941496601600269296dde3e4ff8b615a8bb45ca]

        Let's say that if "givenname" is empty, "sn" is the full name
        
        Maybe eventually we can get rid of attempts in LibreOffice to
        interpret names as consisting of culture-dependent parts like "given
        name", "father's name", "last name" etc and just treat names as opaque
        strings. Let's start by saying explicitly that if "givenname" is empty
        but "sn" is not, then "sn" is the full name.
        
        See https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
        
        Change-Id: Id2c1df08c8faf65fd25d46a4380f5f53e60d5378

2016-08-23  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [98bd24f8b479132ca3f2d884749b738e9e6203e3]

        Related: tdf#82677, implement a PROPFIND 'propname' request cache
        
        PROPFIND 'propname' is the special usage to retrieve all the
        properties available on the URI resource, their names only.
        
        See <https://tools.ietf.org/html/rfc4918#section-9.1> for
        PROPFIND 'propname' definition.
        
        Add cache usage in Content::getProperties as well.
        The caching model is simple: a simple lifetime limit of 10 seconds
        to declare the property name list stale and request another list,
        accessing the Net.
        
        This should reduce the number of PROPFIND calls on the Net.
        
        Change-Id: Ie4ebd946dd81583dc964a62c7744f3e2c716c737
        Reviewed-on: https://gerrit.libreoffice.org/28273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-23  Stephan Bergmann  <sbergman@redhat.com>  [2b4d13f135cd0e0b7000f1de658c35c873f533b3]

        Reduce scope of variable
        
        Change-Id: Ib3669c8946b431b845bcb217e7cf4a5f7a89177f

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [82e956675743633bad292d74cc50b29c55a57303]

        add CHISQ.DIST test case
        
        Change-Id: I3b0f04d884583ff2961a7ac8540a19d30fe420eb
        Reviewed-on: https://gerrit.libreoffice.org/28321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [143cba448b3a3f3fb9da8b76569848a49244f892]

        add TRANSPOSE test case
        
        Change-Id: Ibe0d1104a8bc77dfee903e38b5904b12e9710418
        Reviewed-on: https://gerrit.libreoffice.org/28272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8f322453b06f5972f1c801190acebe966f7f0780]

        add TREND test case
        
        Change-Id: I09ccef8f0febacc6726daf6d596b6c4d8c256195
        Reviewed-on: https://gerrit.libreoffice.org/28276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c37ff58c6ecffa95f6c2b15f95056deac03b9242]

        add CONFIDENCE.NORM test case
        
        Change-Id: I6e1e6c1fe06e1c377f02a6780d5a14fa3a564928
        Reviewed-on: https://gerrit.libreoffice.org/28319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f82e4c18f0af898725fcb4e2040a4ea4f0461fa7]

        add SUMX2MY2 test case
        
        Change-Id: I224972450453f62e914e2d9fca704de918f17d07
        Reviewed-on: https://gerrit.libreoffice.org/28201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [294a14b6febb95ed8d1136d2abab45833c9d6e1f]

        add BINOM.DIST test case
        
        Change-Id: Ic17e3f9eddf964d766ba5e3027c8d4e3f38c9fe6
        Reviewed-on: https://gerrit.libreoffice.org/28178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b62642bcea09fe9ed365fc7e0d93fa8fd8746ccd]

        add BINOM.INV test case
        
        Change-Id: I81f5cd929deb94dbce327811f0603ef2d6422f5b
        Reviewed-on: https://gerrit.libreoffice.org/28177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [eea594839f3e20f4e4aa2b5bbe4bfe23d5f2f6e5]

        add SUMPRODUCT test case
        
        Change-Id: Ida187c8fea3bf598a47d1dd2c34054b27e6be2a9
        Reviewed-on: https://gerrit.libreoffice.org/28180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-23  Tor Lillqvist  <tml@collabora.com>  [17fbab444b130d1bb4c1abfc3feb1cfb33f7f39f]

        Add a comment about SwExtUserSubType <=> css::text::UserDataPart
        
        Change-Id: I6947b21307f0cd4b88403073f5ec1fcbff9a743d

2016-08-23  Stephan Bergmann  <sbergman@redhat.com>  [ff28315af105b1ec934a9b7181fadda8face3697]

        Remaining clang-tidy misc-move-constructor-init
        
        ...by turning the relevant ctor parameters into "const &" (following
        8f30da6386fa414b9fe4c704b294a978df77347b "Some clang-tidy
        misc-move-constructor-init").
        
        Change-Id: I6686dabe2f05156d6ecd49aa76a3a1166ccac045

2016-08-23  Zenaan Harkness  <zen@freedbms.net>  [690a1aa9dcf8ce98ec7f96a5980b571566152865]

        java extensions makefile - generify
        
        See http://listarchives.libreoffice.org/global/users/msg49357.html
        
        odk/settings/std.mk currently adds each .class file separately,
        therefore having to be updated manually any time one class or
        anonymous class is added, removed etc.; all the .class files in
        com/sun/star/lib/loader/ are needed in the jar anyway, so use a
        generic makefile rule.
        
        Change-Id: I3819ab94e2c056220993971de44408e46a4559ed
        Reviewed-on: https://gerrit.libreoffice.org/28317
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-08-23  Stephan Bergmann  <sbergman@redhat.com>  [21385d204995b5c8f5d5fbdfd8a845785e916595]

        Revert "Remove WorkPathVariable support from KDE backends"
        
        This reverts commit 8da1d7869a2bdbe006265f584e0d9af5046ef723.
        
        plus:
        
        Revert "Revert "KDE: don't throw on TemplatePathVariable""
        
        This reverts commit 72812a380c0d9587670bae1d1efa8700c874634e.
        
        I had misread the code and thought that handling of those two properties in
        shell/source/backends/desktopbe/desktopbackend.cxx would hide handling them in the
        specific KDE backends, but that is not actually the case.
        
        Change-Id: I32fae5ba34cc934ceca2f574d50fc327b506b001

2016-08-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5c6d594df392e7cb6c7a340454be69555f0e208b]

        tdf#92518 replace hard coded resource ids
        
        Change-Id: I7412c150248ed3601fb46afa44e63b32059551dd
        Reviewed-on: https://gerrit.libreoffice.org/28206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-23  Noel Grandin  <noel@peralex.com>  [f091a4d82e383b2beab91ecd01d9f6a700377a2e]

        convert SearchLabel to scoped enum
        
        Change-Id: I0c62a3166b9284895f119c600776dc2c7d6d1078

2016-08-23  Noel Grandin  <noel@peralex.com>  [f8d980a813fb0125a2d7bb332450b2ab1d943031]

        convert SdrHorAlign to scoped enum
        
        Change-Id: Ibddc5458c363b4174186c73bd0b3d9501933171a

2016-08-23  Noel Grandin  <noel@peralex.com>  [ec7d6860f0fdd3b8d0edc5b8f3620a295da965b3]

        convert SdrVertAlign to scoped enum
        
        Change-Id: Ie517acfea6b8e34def35e0362a8e9e387de588c4

2016-08-23  Noel Grandin  <noel@peralex.com>  [27ce6af929d12dcbd9aeddcceef5596ae21cdb10]

        convert SdrMergeMode to scoped enum
        
        Change-Id: I4569733d0c0b4a63e364f0d136bef8de71d62724

2016-08-23  Noel Grandin  <noel@peralex.com>  [2e8523f4083965085e19adac1e97eb3fb794d1db]

        convert SdrEndTextEditKind to scoped enum
        
        Change-Id: Ic331db66ad937eba6488e6a9bbb30131230a29d7

2016-08-23  Noel Grandin  <noel@peralex.com>  [6fc92adb8f89e653fd733e77ab24b4fcffe6a909]

        convert SdrHdlKind to scoped enum
        
        Change-Id: Ib0a06d94f8b51cce1f29f20d1c00d54be939c076

2016-08-23  Noel Grandin  <noel@peralex.com>  [c3b305149efd8a2407078ce5908ab1e1df567aba]

        convert BitmapColorIndex to scoped enum
        
        Change-Id: I3119d29f46376020e6d838578d1e10a6677a1623

2016-08-23  Noel Grandin  <noel@peralex.com>  [32918f74a6e1f49f5213efe39f27a0720aeca708]

        convert BitmapMarkerKind to scoped enum
        
        Change-Id: Ic0fbeaf9950a8b46f6509d9dd9632c85f45a203c

2016-08-23  Noel Grandin  <noel@peralex.com>  [618c5fea43904bc800344d08e9c7dcce5f6840b7]

        convert SdrHelpLineKind to scoped enum
        
        Change-Id: I640fc5497571f93068f613dff2f02e12848124f0

2016-08-23  Noel Grandin  <noel@peralex.com>  [e0b61fdd35462ff679743dff1203fb5dd50e86a4]

        convert SdrIterMode to scoped enum
        
        Change-Id: Iaa4631039e6b96627d8e547f21136f107e157d8a

2016-08-23  Noel Grandin  <noel@peralex.com>  [ba263e124ce263c3c893542062d9c473f5aae589]

        clean up the SdrObjFactory create callbacks
        
        passing params by setting fields on yourself is just gross
        
        Change-Id: Iee98a9e8e266b56fc886c76eab470ab1ff7ff8e4

2016-08-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [962719df881a8aefdec7f564293d1e0cd42a5540]

        remove dead resource name, related to tdf#92518
        
        added in commit 30008dfb2b5f29252687f975072ccf85e7d3590f
        "fdo#32869: Added navigation buttons to writer"
        
        fdo#32869 has other commit 6101a8f5f579023e52732603661a39b535e0ef0b
        which introduces new ID in shells.hrc
        +#define STR_SHELLNAME_NAVIGATION (RC_SHELLS_BEGIN + 62)
        this equals to 23312. 23313 was probably a typo.
        
        commit 8c041824b67caa53d3f7f96803b7a69ced6614b5
        "all these ids and their associated resources were unnecessary"
        removed this ID again.
        
        Change-Id: I02ef4f243aa0652b31feafcfbcc4545bc696d6f6
        Reviewed-on: https://gerrit.libreoffice.org/28329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3f5fc4c29e12c2c8ae8b0c8f57f7f1d6036dfd72]

        remove dead resource names, related to tdf#92518
        
        both entries exist since initial commit.
        
        first commit of chart2/source/controller/dialogs/Bitmaps.hrc
        668c6b0245b6076ac8fb3f5d734795117188675e contains:
        +    //#define RID_APP_START 30000
        +////#define RID_DRAW_TOOLBOX        (RID_SCH_START + 1)
        +////#define RID_DRAW_OBJ_TOOLBOX    (RID_APP_START + 10001)
        
        RID_SCH_START was 30512 -> RID_DRAW_TOOLBOX = 30513.
        10001 was probably added to next define in an ill attempt
        to avoid duplicate Ids and was 1 before
        -> RID_DRAW_OBJ_TOOLBOX = 30001
        
        Both Ids were unused and comments got lost.
        
        Change-Id: Ie4a7b2e8713857062dd57ce4039ffe8e5b1616d9
        Reviewed-on: https://gerrit.libreoffice.org/28327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-23  Arnold Dumas  <arnold@dumas.at>  [a29a94d71d37575f7ed0b04ee7aa83af697a5efd]

        tdf#89329: use unique_ptr for pImpl in fmmodel
        
        Change-Id: I631c72caafc31eeff46db6f98d1d09f25f5a8245
        Reviewed-on: https://gerrit.libreoffice.org/28281
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-23  Mike Kaganski  <mike.kaganski@collabora.com>  [850964c29c9a11aaafddaac69ffd1ae19f78ead1]

        [loplugin]
        
        Change-Id: Ie10af82c5c6e0cb5bb727fa95f92cc590e05b8fa
        Reviewed-on: https://gerrit.libreoffice.org/28342
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-08-23  Mike Kaganski  <mike.kaganski@collabora.com>  [0222a96d2406dbc04d8a6a317275f87896226995]

        [loplugin:staticcall] follow-up
        
        Change-Id: Id7d6baf412aa2f663ead04ed5778bdb1bb2aa8e7
        Reviewed-on: https://gerrit.libreoffice.org/28341
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-08-23  Mike Kaganski  <mike.kaganski@collabora.com>  [df3868dd4a037beeb9ab8eb1868ed4991a0885c6]

        [loplugin:staticcall]
        
        Change-Id: Ib78adbae9be5fd3330445ea13d90b03328fa7ba6
        Reviewed-on: https://gerrit.libreoffice.org/28339
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-23  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [290b25af222124051cc611061de9caf8f1efe966]

        tdf#95416 remove ../ style include
        
        Change-Id: Ie3228d4cdaabfcc6034ee3ac6dd2295a33021e71
        Reviewed-on: https://gerrit.libreoffice.org/27942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-08-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3e6052ce1b9a24f82358e574de32919fa2b6499f]

        vcl: Adds backend tests to check for correct rendering
        
        Collection of test that check rendering of VCL backend. This works
        by rendering primitives to the VirtualDevice, outputing the result
        to a Bitmap and checking the rendering by comparing pixels. This
        should warn when the primitive is drawn to a wrong position or if
        it is the wrong size or color. It also test some rendering tricks
        like XOR drawing.
        
        Currently this is not implemented as a CPPUnit test but separately,
        as its own executable file so we can check the results visually.
        The idea is also to add the tests into LO for the user to test or
        automatically to test the backend on first start (especially
        useful to test the OpenGL backend as some drivers could have
        unexpected behaviour).
        
        Change-Id: I2a565b9986ca68850e2752466e3cd5fc71991ba6

2016-08-23  Eike Rathke  <erack@redhat.com>  [129c0d6363e58f6d32dc9583edb6a0edd07521f9]

        unit test for matrix concatenation with empty elements, tdf#101137
        
        Change-Id: I7594b8860e4fb4117c9d448dcde6e198a8b04863

2016-08-22  Andras Timar  <andras.timar@collabora.com>  [3b353215eaa7223b821026dbfc91e710ca9e484d]

        Make the string 'and' translatable in Manage Conditional Formatting dialog
        
        Change-Id: Ieb6422c399866c02e6f1e6170a2753495a7be5fd
        Reviewed-on: https://gerrit.libreoffice.org/28279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ff3c297d4879293c99d88dcfee9bf24d8828b4ab]

        add B() test case
        
        Change-Id: Ia10101b06ce82e77935452176448cfb329f56413
        Reviewed-on: https://gerrit.libreoffice.org/28190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [18035958b53688fe7b6b2ecb22010929c2b0c6d3]

        add CHIDIST test case
        
        Change-Id: Ib97735a3bb5786a575f6e10ad664a3768084b904
        Reviewed-on: https://gerrit.libreoffice.org/28228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1fe44f6e9763203689c6d98aef82b5141d95410e]

        add CHIINV  test case
        
        Change-Id: If5ec185c840e66fd9c66d36733b587db1e7ced91
        Reviewed-on: https://gerrit.libreoffice.org/28227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [37d1b76c415a6dc1f7bbd9ec36271592f1bdafd6]

        add BETADIST test case
        
        Change-Id: I85652ea446b5c53b838fce2e0a0cd3fda20f3fa1
        Reviewed-on: https://gerrit.libreoffice.org/28176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9e48eb5de069d6a5dad9e9668ce01f6805fc82cc]

        add SUMXMY2 test case
        
        Change-Id: Ia305fc90a84f38f3c128a95df312c717ebefa971
        Reviewed-on: https://gerrit.libreoffice.org/28254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e2deb53e673fa2d6d61a528fe398806c453356d8]

        tdf#101658 Don't show embedded frames in Window menu
        
        Change-Id: I3e22a92815624cd9b287623c4958cf2df611bb97
        Reviewed-on: https://gerrit.libreoffice.org/28325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-23  Eike Rathke  <erack@redhat.com>  [31d39c24e1ff2d3602e0212eeeecd8de88da6d38]

        Resolves: tdf#101137 handle empty elements in matrix concatenation
        
        Change-Id: I2de90e1cdfc4f215f6d7c644e0ab74372a4c2639

2016-08-22  Yousuf Philips  <philipz85@hotmail.com>  [d133075affa49f387e73acee24a608075829f3b4]

        Add separator to writer sidebar paragraph content panel
        
        Change-Id: I5a73265ceb1b884288708e1aa7971e465b66c6ba
        Reviewed-on: https://gerrit.libreoffice.org/28106
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-22  Szymon Kłos  <eszkadev@gmail.com>  [dabb20ebd5fa3b0d4bdb063b32f6ffbe2f59c3a2]

        GSoC: tdf#101249 Toolbar Mode switching
        
        + added registry entry for storing current toolbar mode
          for each application
        + registry entries to store toolbar mode configuration,
          remember additional visible toolbars activated by user
        + changing toolbar mode hides and shows suitable toolbars
        + added menu controller for toolbar mode
        + notebookbar implementation entries are disabled when
          notebookbar mode is not active
        + each mode can open/collapse the sidebar
        
        Change-Id: I2b03f87c6dce53190d12102892d9ad30fbfd3bf6
        Reviewed-on: https://gerrit.libreoffice.org/27991
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-22  Rishabh Kumar  <kris.kr296@gmail.com>  [fc185fd35360a84136dd834bfdcd2e522350999a]

        Add spacing between listbox and spin box in gradient tab
        
        Change-Id: Ib0e3ec686681ea71f24ccc52fbc408c091bdb270
        Reviewed-on: https://gerrit.libreoffice.org/28328
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [01c463efa2e2b96eaaa18dfb9d613abb2fbf95b1]

        Avoid illegal cast of SwDropDownFieldType to SwSetExpFieldType
        
        ...once the loop reaches an SwDropDownFieldType (whose GetName() is empty), and
        m_pCategoryBox->GetText() is empty (which it appears is always the case here in
        the constructor?), as e.g. happens when opening Writer's "Tools - Options... -
        LibreOffice Writer - AutoCaption".
        
        Change-Id: I11128981f32691158e1d5de74117c1b1a9d5fea4

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [8da1d7869a2bdbe006265f584e0d9af5046ef723]

        Remove WorkPathVariable support from KDE backends
        
        ...now that b5c05876f73c31270bc374e4f481ef1d09a42e5f "Related: rhbz#1065807
        recover using xdg templates and documents settings" handles WorkPathVariable in
        the generic shell/source/backends/desktopbe/desktopbackend.cxx code.
        
        Change-Id: I3920cdb3f54688462813d212569c9b33a1371333

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [72812a380c0d9587670bae1d1efa8700c874634e]

        Revert "KDE: don't throw on TemplatePathVariable"
        
        This reverts commit e44a7eefb7f632977b4c8c91ad14244372c6e04d, which is no longer
        necessary now that b5c05876f73c31270bc374e4f481ef1d09a42e5f "Related:
        rhbz#1065807 recover using xdg templates and documents settings" handles
        TemplatePathVariable in the generic
        shell/source/backends/desktopbe/desktopbackend.cxx code.

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [4278cac8935339dddfa5473490124d11061a0b38]

        tdf#101661: Report XDG_{DOCUMENTS,TEMPLATES}_DIR only when it exists
        
        ...as had been done in the GConf-based backend prior to
        3cf557c12d27f1b2250e69a543136da098112d80 "drop gconf integration as per ESC
        decision".
        
        Change-Id: I56f256aaec542e0a62fc30a37d5c982e93e77812

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [c0ee13464f239d84bb4afaf34e491413eb49961b]

        Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"
        
        Change-Id: I430e1df81a378243b139c654869589f1a75f5897

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [87c271d4a9c373ea13bd682945c1cc8a9ac52bea]

        Silence -fsanitize=array-bounds in external/nss
        
        ...by making lgdbDataStr::names a "by-convention flexible array member".
        Otherwise, e.g. CppunitTest_xmlsecurity_signing_test fails with "index 30 out of
        bounds for type 'unsigned char [6]'".
        
        Change-Id: Ie5bf4199b8b49090a987143d355754a69512e309

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [72b621444a207405586876f015d4b32fab8cfc88]

        Remove noise from patch file
        
        Change-Id: I5b09280dbd5bda1751aa44b4ef6d5e3b8d88ea2c

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [dc884734a77673d86bb95287d79f65ce6bedaa2b]

        Make CppunitTest_xmlsecurity_signing more reliable
        
        ...by placing cert8.db (and automatically created key3.db, secmod.db) in
        workdir/CppunitTest/xmlsecurity_signing.test.user/, which gets recreated afresh
        on every test run.  (From solenv/gbuild/CppunitTest.mk, that path should be
        available in the test as the value of the UserInstallation bootstrap var, but
        then test::BootstrapFixtureBase::setUp in
        unotest/source/cpp/bootstrapfixturebase.cxx explicitly resets UserInstallation
        to someplace else.)
        
        Change-Id: Iebd2956134ec2226b28024e7c26e02b642a1e6b1

2016-08-22  Stephan Bergmann  <sbergman@redhat.com>  [2d8911d9396a10ad794eb42b6d5a44e8f5af4d91]

        ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/
        
        ...where their use of boost::shared_ptr (instead of std::shared_ptr) matches the
        use in libcmis, but makes them unlikely to be useful anywhere else.  So move
        them into ucb/source/ucb/cmis/.
        
        Change-Id: I68359be6b43d6889af4f241dcdcbdc0d9d70d717

2016-08-22  Yousuf Philips  <philipz85@hotmail.com>  [12c152ccbf2890378b92e7d00ecc532fee36b83f]

        tdf#89466: Adjust alignment and add left and right margins
        
        Change-Id: Ifcdd7586523d0cf839c9d896ce0d38570f822175
        Reviewed-on: https://gerrit.libreoffice.org/28268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-22  Eike Rathke  <erack@redhat.com>  [db4574f0bc4cc919e784a9efbd3968bb78996e30]

        clearly we want to match "-env:" only at arg start, not as substring anywhere
        
        Change-Id: Id7238329118ac6f9ddf58b31c6477be002895307

2016-08-22  Yousuf Philips  <philipz85@hotmail.com>  [1b12aa58b918068623a08076a9d292ee23766cae]

        TANGO: 32px icons for media insert and playback
        
        Change-Id: If3c593aee01c144b2188bc71345e3fe57a6fa450
        Reviewed-on: https://gerrit.libreoffice.org/28230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [734eb8b034c8035565d091aa016ce3b8df838b19]

        tdf#101636 Test index before reading OUString
        
        Change-Id: I0a4c02b172fc6d3273f6aa2cca855c27705b4d68
        Reviewed-on: https://gerrit.libreoffice.org/28282
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-22  Susobhan Ghosh  <susobhang70@gmail.com>  [e2325c8e15a92fff2cffa45d30485a50428ac1bc]

        tdf#89466: Fix slide orientation
        
        Change-Id: I19d8e56154cd36bc0e50fe08674d3f3566c133fb
        Reviewed-on: https://gerrit.libreoffice.org/28261
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-22  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [090e3fe4165aff11f557c7da2536fec44639607e]

        GSoC - Keeping both token lists in xmloff/ consistent:
        
        Added dummy tokens to keep the lists consistent and
        a test case to check the same.
        
        Change-Id: Ia58f1f77a5100a9fb3c7226fcad1fef1bd5aec39
        Reviewed-on: https://gerrit.libreoffice.org/28183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-22  Rosen  <rosen@live.com>  [308d541ed50c3ce3234a4a8ae86c968a70409d63]

        tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I7a07552fb7f7c6dc66178be5db249007da49eb40
        Reviewed-on: https://gerrit.libreoffice.org/28280
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-22  Arnold Dumas  <arnold@dumas.at>  [57574c988c9efda1b9c72338378973a6ce0741e8]

        tdf#89329: use unique_ptr for pImpl in svdouno
        
        Change-Id: I3e2fc34fecb735cb9696d2943e69cc9929930e23
        Reviewed-on: https://gerrit.libreoffice.org/28278
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-22  Arnold Dumas  <arnold@dumas.at>  [b65131af6005860d9977f669d8e68b8edcde239f]

        tdf#89329: use unique_ptr for pImpl in roadmap
        
        Change-Id: I1683b258d72c1ec4b29110203e8af7ff2596ebb0
        Reviewed-on: https://gerrit.libreoffice.org/28283
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-22  Noel Grandin  <noel@peralex.com>  [0552ec9828ad65b1cf90f4e5253f0108facd5bf3]

        convert SdrHintKind to scoped enum
        
        Change-Id: I77ad33425d440263a71bc94f41d8e141f16dfb78

2016-08-22  Noel Grandin  <noel@peralex.com>  [2309217a55c8d5e6bdde2a6d4775f10415505fcd]

        convert SdrViewEditMode to scoped enum
        
        Change-Id: I1f58efceaee7346187f92c7ebaf901abc305ac33

2016-08-22  Noel Grandin  <noel@peralex.com>  [e382aa144561dab9295b17c4d5b29d4bd33ad687]

        convert SdrHitKind to scoped enum
        
        Change-Id: Ia7a18814fed7787e47ac2d3c02654a3648c5491e

2016-08-22  Noel Grandin  <noel@peralex.com>  [b6d5719d06190f01e43ed11b190c61fa9612de05]

        convert DefaultType to scoped enum
        
        Change-Id: Ib5c596bf8f2493cbc6f95530f2b3cd9ef7ab4156

2016-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [8a5c2586dc4f6854f8155331aad1c3fb2d54462f]

        starmath: Do SmCursor::MoveTo() more simply
        
        ... without unnecessary copy and re-calculation of squared distances.
        
        Change-Id: I2900f8ef690cae750be036dcb3c4270c82286a4c

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [264466bd604d7613aa0a5e4b34c149ad66414580]

        coverity#1371453 try silence Wrapper object use after free
        
        Change-Id: I707debb1dab694b3de2942e1c8b9a1bd7ec2d283

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [fdcec8131e6e2c5eb9df243c34f34f7742b975bc]

        coverity#1371621 Uncaught exception
        
        Change-Id: I82e500ce3b6022f7783f645bbcd4e957588f7bae

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [a473f328aa2b3d3d8049e2b87e1cc91b03dc72ec]

        coverity#1371345 silence Illegal address computation
        
        Change-Id: Ia9e16d2b95389941a3a18af550fd508425dfd571

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [bd2180f62c506d18b8c902b8a8f9295cc177f129]

        coverity#1371343 silence Illegal address computation
        
        Change-Id: I3731b864cf8aaaca0345fcefa9fc24f52d1f8d9c

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [e7e1c1fddfdeb7d1d22174071aa9e8a1e2df2408]

        coverity#1371342 silence Illegal address computation
        
        Change-Id: If4106031a5fcdd912d6b414c2289042567f6cc23

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [e68c04130e0db3e53339503b1382d7f270048c5b]

        coverity#1371341 silence Illegal address computation
        
        Change-Id: I1dc6e21e7aa409d0f9c7b1621d45201ae939b728

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [4f995babd1be94cb7cb71d84903c72ace4e90942]

        coverity#1371336 what is triggering this false positive
        
        Change-Id: Iea7577f06612cc172d9a83d95ed3294cc57bb22a

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [0a5afd1bbbadeba1334c9dcb20d4721e167027fa]

        coverity#1371452 Wrapper object use after free
        
        have another stab at silencing that
        
        Change-Id: Ia3fe1c072bd8062a13991bbb2eca008264450138

2016-08-21  Arnold Dumas  <arnold@dumas.at>  [221a1766e7726fe2a3b1257e61c42a3d8d83a335]

        tdf#89329: use unique_ptr for pImpl in richtextvclcontrol
        
        Change-Id: Icaa9b8bed2ae6efc8d87b44b5f104c4a4b272f70
        Reviewed-on: https://gerrit.libreoffice.org/28263
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-21  Stephan Bergmann  <sbergman@redhat.com>  [fb21736979fea823b6141eafba64d2b44935bc57]

        Move loplugin:returnbyref to store
        
        ...it complains about
        
          SbxValues * data() { return &aData; }
        
        (include/basic/sbxvar.hxx) returning by pointer rather than reference, but I see
        nothing wrong with that.
        
        Change-Id: I1e65ed47322d3b52d0e34a8233f146af86e209f3

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [4b313d803279900f86992eb0aced91fb593e4355]

        coverity#1371452 Wrapper object use after free
        
        have another stab at silencing that
        
        Change-Id: Ia3fe1c072bd8062a13991bbb2eca008264450138

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [782dffe709158b1060a29f2882c8b72fe221bb7b]

        coverity#1371619 Uncaught exception
        
        Change-Id: I29f297eeef071c322d7056612d374775acabe755

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [7e35227ee719ba5870903b5b1b06aa0220bb6080]

        coverity#1371620 Uncaught exception
        
        Change-Id: I001a977419624267d887c2c603523aa0cf7d0e56

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [982fbb183e159c90e6aec17c648d7f6bc45c9c20]

        coverity#1371622 Uninitialized scalar field
        
        Change-Id: Id1408665b01889eabe449047f2d8f62229aeeb16

2016-08-21  Caolán McNamara  <caolanm@redhat.com>  [43297fc501cd51982db1e7ed1fa1d4a1c18d0871]

        Related: tdf#86473 git rid of special pixel snapping for rectangles
        
        Change-Id: Ia9ab5c58975df2de8c261d92a866cbe264d03205

2016-08-21  Julien Nabet  <serval2412@yahoo.fr>  [454e1ebcfc589ce82c8c2d5585e22bea1ea5fc79]

        tdf#101629: fix https://addons.mozilla.org/ case
        
        Don't call copy function if its argument is -1 because "firefox" isn't present in searchTerm
        
        There's still at least 1 other case to deal (eg: ../en-US/ as indicated in bugreport)
        
        Change-Id: Id78ec6c174abecd9cc101ac730f5e83b5acd167d
        Reviewed-on: https://gerrit.libreoffice.org/28271
        Reviewed-by: Susobhan Ghosh <susobhang70@gmail.com>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-08-21  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [6431e91eca9e44684066a32ed3d6411509dac781]

        tdf#101094 (26): Fix possible early relase of cache mutex
        
        Change-Id: If42393b2738ab107d380e55a0cbf2d6fa9940130
        Reviewed-on: https://gerrit.libreoffice.org/28265
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-20  Tor Lillqvist  <tml@collabora.com>  [932804559e845fb8ec6ac3a3b49308136a7e81e6]

        Check arm64 too
        
        Change-Id: I51f89eb05f7844a7b0a99eab1587bbe333b96b09

2016-08-20  Tor Lillqvist  <tml@collabora.com>  [ef5e3bfc71f94f77ecd13df9afe2fa768b020dbb]

        SAL_FALLTHROUGH
        
        Change-Id: I9b13e20b873e919aef93e5c7548112c47f57612e

2016-08-20  Caolán McNamara  <caolanm@redhat.com>  [676c9786ff8fac6a6593df51bd9cb3f10854a781]

        Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawn
        
        The other implementations of basically this in
        vcl/headless/svpgdi.cxx:AddPolygonToPath and
        vcl/quartz/salgdicommon.cxx:AddPolygonToPath hook this rounding foo off
        getAntiAliasB2DDraw FWIW
        
        Change-Id: Ideec049ec6ca04105721bf8acda44c31b2a73215

2016-08-20  Susobhan Ghosh  <susobhang70@gmail.com>  [44216ddbc620a1c05e98dda1f63ed6df0eae5275]

        tdf#87643: Make Shapes Deck experimental
        
        Change-Id: I6659f77611a34d8e7401f8e042ea9e31f539a7fa
        Reviewed-on: https://gerrit.libreoffice.org/28257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-20  Susobhan Ghosh  <susobhang70@gmail.com>  [62424100ce6db8e5f1ff5a8bbb587f8ca4c389fc]

        tdf#89466: Resize color and gradient controls to 150px
        
        Change-Id: I7a622bc47d3a070f6ad441a1fe3baac615b25058
        Reviewed-on: https://gerrit.libreoffice.org/28258
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [170105956f843047d4c79657584f0c01aa7814c7]

        configure.ac: configure-generated files sit in BUILDDIR
        
        Change-Id: I2e5515063189596aaa7438197c0c9d8897e938e9

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [4a647a04a7881964ce13b541399f89e4ab042ea8]

        Resolves: tdf#88953 byref args incorrectly passed in basic->c++
        
        partial revert
        
        of
        
        commit 22b094f5d8e1e82375b135abd3a6f99a9a555244
        Date:   Tue Jul 14 14:50:07 2015 +0200
        
            loplugin:unusedmethods basic
        
        and partial revert of...
        
        commit e2080e70fe8b085f18e868e46340454720fa94ca
        Date:   Wed Jun 18 12:14:29 2014 +0200
        
            new compilerplugin returnbyref
        
        and revert of...
        
        commit 536051f8862203e0e115a5394a6379acd83cc8fe
        Date:   Wed Jul 15 14:04:01 2015 +0200
        
            fix Windows build
        
            after commit 22b094f5d8e1e82375b135abd3a6f99a9a555244
            "loplugin:unusedmethods basic"
        
        Change-Id: I612937334fdb75365080c98a9d4da5ed7ae647e3

2016-08-19  Cor Nouws  <oolst@nouenoff.nl>  [b6df81b609f5cc9e7cc3080ed86e0433188bf097]

        Dutch example.xml classification: Corrections&improvements - tdf#100352
        
        Change-Id: I67812ad38e29f774e84f7685fc95c0579d718cbd
        Reviewed-on: https://gerrit.libreoffice.org/28241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [8f30da6386fa414b9fe4c704b294a978df77347b]

        Some clang-tidy misc-move-constructor-init
        
        ...by turning the relevant ctor parameters into "const &".
        
        Change-Id: Ia8d0aba5da10ad6b25f8689e2281e45b3d71c1fc

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e310a4705ce956551059040696166aefb2388cb]

        sw redlines: expose description as part of the UNO/LOK API
        
        A redline can have a manual comment and also an autogenerated
        description, like "Insert 'abc'". Expose this later property as well, as
        it provides useful additional information, especially when the comment
        property is empty.
        
        Change-Id: Id0f0ff62aef58d96b9b6071706c6f5b4a0d74800

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [e774d798f6734f3bcc10e74bf641efcce0dedc40]

        pShell can be null here
        
        ...e.g., when opening "Tools - Options... - LibreOffice - Colors" from the Start
        Center.
        
        Change-Id: Id83591996e03794dc7dc53ccda58df7d7624ff8d

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0bc553f3ef3c188a96ea4875f4722ad4d40da4a3]

        sw lok: add callbacks for redline table insertion / removal
        
        An alternative would be to follow the Manage Changes dialog approach and
        subscribe to the SFX_HINT_DOCCHANGED notification in SwDocShell, cache
        the old redline table and find out the differences to the current one,
        but that way sound much more complex without benefits.
        
        Change-Id: I20a45285b88255ccea9d6646c0b5288ac1c91879

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [3196e949bb23a33bdb8700dbe27782e0e6c8f1e6]

        Resolves: tdf#100901 crash pressing tab in r-o document with hyperlink
        
        rather odd union in use here. Trying to call SwTextField::GetStart
        on SwTextINetFormat blows up under visual studio.
        
        Change-Id: Ic8145d7645bd6a68ef19e018311a4de6e6958bcb

2016-08-19  Tor Lillqvist  <tml@collabora.com>  [f351446ac8aea9dc27d200e7abe62250acfb05cd]

        Automatically avoid export validation if not using Java
        
        Change-Id: Ic1c917b16a8d812b3170b14890eacf3b9859cc2d

2016-08-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b9ebc6e4c8b0ae72f4a208df29f99fe1404595ed]

        configure.ac: use sed from path_progrs macro
        
        Change-Id: I79a6352eabba6d6f3064df2340d53c2808210f6c

2016-08-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [53c98f01effb31c3308f0c27e4cc0bdd37fd974f]

        configure.ac: invert help text semantics for export-validation
        
        Change-Id: I5444c89db7bf46b1894026aa8a2d58ce4d2294df

2016-08-19  Noel Grandin  <noel@peralex.com>  [54ba67e5501d0ef6191fa106d199bc5e7d345c2c]

        more of 'make the location of download.lst explicit'
        
        Change-Id: I215c3f4cdc52eed977191fca3adaf72742cffb61

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [d02941ebdb023a6e3151878375a0ffbd163d9d51]

        Revert "coverity#1371372 Resource leak on an exceptional path"
        
        seeing as it doesn't build universally, java 1.7 onwards
        apparently
        
        This reverts commit 6830d8c2083fa66cc113f587cbfc4aa5a4f8a535.

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [3f8b89e2b0c598c1a8a6e09b0b7d3cc1dc3133a6]

        Undo inadvertent add
        
        Change-Id: I2c991387dae67ee1bb2fa97e94cd8f2fcca81a60

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [e73dc86924ad33a1522c7e4a284a66dabf54c160]

        Why not just drop that $(HOME)/icu54/icu/source/lib nonsense
        
        Change-Id: I2fed34ae680eb0bc01de90a7ef525cf8446cd940

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [e1c16a523eeb612cd25191a9c2994d8eded64b72]

        Revive external/firebird/macosx-elcapitan-dyld.patch
        
        Change-Id: I382080f89b59a6cc642c829377954b72dae44abe

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [af9800b7bf6d19b15fff9ef9c50b4b696f7dc3b9]

        Excess separator
        
        Change-Id: If86dc074ab1617837fbf771bb33e93ec1dc6ea2b

2016-08-19  Noel Grandin  <noel@peralex.com>  [8f6c5f21933c79aebbb2dcfc578799c573514dde]

        make the location of download.lst explicit
        
        to see if it fixes a tinderbox
        
        Change-Id: Ie87f2510330902a946bf5300dc63f67576fff146

2016-08-19  Noel Grandin  <noel@peralex.com>  [2749667151618307a5faab3af44132da05b77f0e]

        loplugin:countusersofdefaultparams in sc
        
        Change-Id: I4052af7a19616d33c3c5fda9650d8fc4dff32256

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [608bceee0505482d7bb443aeec95c132e21e01f4]

        coverity#1371338 Dereference null return value
        
        Change-Id: Id03176fc5d7870e257f2a7c48bea56d8e80035a6

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [84e059da41431a561db2f9d23cfff340091b9778]

        coverity#1371339 Dereference null return value
        
        Change-Id: I5ef9f7a22046bf1ca9b8a25c9fb0f2fc431c1993

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [6830d8c2083fa66cc113f587cbfc4aa5a4f8a535]

        coverity#1371372 Resource leak on an exceptional path
        
        and
        
        coverity#1371366 Resource leak on an exceptional path
        coverity#1371376 Resource leak on an exceptional path
        
        Change-Id: Ic0fd05f02b1d78a47d4ee924dee8f10811586d0d

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [21b0cbfdc531379cfdd8359941ac6c6a4b8b66fd]

        coverity#1371367 Resource leak on an exceptional path
        
        Change-Id: I4da5f6d427e8132d62860b46cb4def88b8afb25d

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [ccc355bc4e4368df51fbec33d6d0bcf035bffcca]

        coverity#1371375 Resource leak
        
        Change-Id: I53b5ddc26e77168c29ba1bcfd199b1accbc54d3a

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [16e6f1fb6b4f763fcb4af0c309f72b7819db72ed]

        coverity#1371374 Resource leak
        
        Change-Id: I6b96ab51c2013577b9d0299a86e545b4a899939a

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [ce757cdd9e68193ad08bffc0911f72e7cd3dc283]

        coverity#1371380 Resource leak on an exceptional path
        
        Change-Id: I278f8d50dfaaa45e582a34e43ddba3b143203796

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [29a479c3ceada7343974730c8c9eeaea0a5c9d1f]

        coverity#1371379 Resource leak on an exceptional path
        
        Change-Id: I0e26dfe610aa7e2cb5eb292aca239ba5e1ad34d9

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [2e333bcf78c6ee5d8aa9fe5edda910e34500bccd]

        coverity#1371454 DE: Dropped or ignored exception
        
        Change-Id: I324fe2b2cb2b5874b183fa9685d969708c345b39

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [6d1b332b411a615ad5677835b92d3dc43d4abd5a]

        Resolves: coverity#1371451 Useless call
        
        seems to be broken since...
        
        commit 74bd852583566fdfc7e2e35f8f9bd0ad1c821ecb
        Author: Stephan Wunderlich <sw@openoffice.org>
        Date:   Fri Jan 31 13:48:01 2003 +0000
        
            CHG: using AnyConverter instead of simple cast
        
        Change-Id: I005618f32ac50d3601e9ad0b790f37c08ba073ce

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [a75d49241df2e0dd2f1bcd3ce7fae3197eb5afe8]

        coverity#1371437 Uncaught exception
        
        Change-Id: I2daa658f51a81ce9292f236075dc37c16af4279d

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [a205a1ffade2520314553f1fc7cb529f6fc6e59e]

        coverity#1371438 Uncaught exception
        
        Change-Id: I83818be02fd7479bf6990dde076aad582a7f8f44

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [62e760e36c2f64dface18b0383ee61fdf7868aa8]

        coverity#1371439 Uncaught exception
        
        Change-Id: I642be9296babf077588eaf4c9da0aa11dc184fa0

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [dd8e0a4280feacd3cc81326e53de36b188f798ec]

        coverity#1371449 Uninitialized scalar field
        
        Change-Id: I9e43b01f40cc325b83d23903fcec9010f848fb28

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [55b4ca8b5e7283aafc7a539b629dc4c3dad8fb51]

        try and silence coverity#1371452 Wrapper object use after free
        
        Change-Id: I52ac98481a1a98c40ad8d6a31d8868b233337ec9

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [e00691e04d3e79145a93e89a7681b2847adea9c5]

        lets not have yet another indent style
        
        Change-Id: Iaf9d143c5f63b066d2a5d1d061354cc8b1cf1550

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [6b8585858a9ee065061f51070ea114e8c33a8ed2]

        coverity#1371353 Illegal address computation
        
        Change-Id: Ieeaf2ae7ba21a235141dcf303ca4485711c871db

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [05266d3fe8633cb88f7bc8cab74ea922b0da6ad6]

        coverity#1371352 Illegal address computation
        
        probable fix I guess
        
        Change-Id: I9b5582cfff6c489113c523f34bd1b6acb9d835fd

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [fef09fe0ddd53530ab32dd9ec91fdd07c5567343]

        coverity#1371337 Dereference null return value
        
        Change-Id: I209f28c1c78ffaec4f8f01b263e2e6320caa6a83

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [87e520e7b26c3eaf07ed10dcd0cb0f7f5cebd14d]

        Related: coverity#1371331 rework code a little
        
        Change-Id: I4ea8f7b4fdd891f552d23e86eb376bd33ac33411

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [b794ed87f46dba5af9567c235358efd66ecee5af]

        Related: coverity#1371328 rename variable slightly
        
        Change-Id: I5cd6e9f4f5b3d9d7086229e4753d443d0f82bed7

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [33f92fedf61c23843d87675af73d89cec363133c]

        Related: coverity#1371327 why use 'this'
        
        Change-Id: I49d92fdc86ac5b3eb61f75849d574cb260c77e2c

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [e1d50431a0107a1c0b0313a85b1856088353f777]

        coverity#1371130 'Constant' variable guards dead code
        
        Change-Id: I94ac63f009cb398ef88e4889084bb9a99eb8bf6c

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [af743edb6452beca15b47c288b97d50e8d2b8892]

        coverity#1371122 Unchecked return value
        
        Change-Id: I0f09f8a601d3159194d4fae0e22cc690d1633701

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [9031a01deaa2bc29dfc30ce7ae76e3852ace5808]

        coverity#1371120 Unchecked return value
        
        Change-Id: I0d515f405ddea289a9610e960c050b28bb842a2f

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [9ce9e22f664b5db0e6c21ee50ba6467bc369dd0b]

        coverity#1371119 Unchecked return value
        
        Change-Id: I6a39ee4aafe646c542f03c8548e1822837dfde5c

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [d785e039959d9274628488f7ef5b89af8445351e]

        coverity#1371118 Unchecked return value
        
        Change-Id: I59316bdbd6bf4eec2b382c5894f51f1208c84fb6

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [3a1e60b47b311ceaacf4676d62bf9b989ea6d26f]

        coverity#1371117 Unchecked return value
        
        Change-Id: I5243defe3cdcfecd5fac80a42863cda564f0aaab

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [c0b4aa8b7d0851208c5b6df00e1feab501aaf784]

        coverity#1371116 Unchecked return value
        
        Change-Id: I7d07b3e1b1eaaeb60adab2b957f6831794ee2eb4

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [ced06472f7b10bc301c66ebf1dd98d5dff8a7e6c]

        coverity#1371115 Unchecked return value
        
        Change-Id: I71749199bdfc7f00acc955038e519e790bd9c373

2016-08-19  Caolán McNamara  <caolanm@redhat.com>  [396138a6bc7192abe0837b419283860d3331f607]

        Resolves: coverity#705366 Mixing enum types
        
        and
        
        coverity#705367 Mixing enum types
        coverity#705371 Mixing enum types
        coverity#982694 Mixing enum types
        coverity#1027717 Mixing enum types
        coverity#1371228 Mixing enum types
        coverity#1371242 Mixing enum types
        coverity#1371280 Mixing enum types
        coverity#1371310 Mixing enum types
        
        MapUnit and SfxMapUnit share the same values and
        are freely cast from one to the other.
        
        Now that
        
        commit d30a4298bdb5ba53cd1fe659f2b742f218a2e527
        Date:   Thu Aug 11 15:02:19 2016 +0200
        
            loplugin:unusedenumconstants in package..svtools
        
        removed the SfxMapUnit entries that were directly unused, they
        don't match anymore and casting from one to the other is dangerous.
        
        Why there was two of these anyway escapes me, get rid of SfxMapUnit
        and just use MapUnit universally
        
        Change-Id: I4db5dcd04b59be2f85b62b728f96c90afe00c57e
        Reviewed-on: https://gerrit.libreoffice.org/28234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b4705e0e0c76503b1ca61cb567d222f49466fc5]

        sw: remove never read SwViewShell::mbInLibreOfficeKitCallback
        
        This was read in the now removed SwViewShell::libreOfficeKitCallback(),
        so add a similar flag to SfxViewShell instead, and restore the lost
        condition.
        
        This fixes paint/invalidation loops when inserting the first comment to
        a Writer document in gtktiledviewer.
        
        Change-Id: Iad5ef90848f3b309ef8db4553760dd36d9b8a37c
        Reviewed-on: https://gerrit.libreoffice.org/28236
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [cf31f48acca45396588aa410ddbe613b92f9fbce]

        At which point, TokenmapTest::setUp/tearDown are redundant again
        
        Change-Id: I0b3017427aa0d3cf9450734c677b442e61fdbe63

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b95e19d257d2afc1ec161c712e213aedfd6ccbe]

        sw: fix indentation in DocumentRedlineManager::AppendRedline()
        
        Change-Id: I61cc418378ef6135c3da15cfa47b85fb422a7b34

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c4dfb98b364128af3dbf5b54d56bc6abe8952a2]

        cppu: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I1a459954c84290d340a887212fd1f839f4ebe715
        Reviewed-on: https://gerrit.libreoffice.org/28229
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d890ec2f130188af9d998abf5968f06e7218b7a4]

        tdf#101592 sw: track changes state is doc-specific, not view-specific
        
        So update the bindings of all views after changing it.
        
        Change-Id: I5355f40ba27be521dcdf343b08305f3736979bbb
        Reviewed-on: https://gerrit.libreoffice.org/28233
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-19  Arnold Dumas  <arnold@dumas.at>  [e420085f6f106cd78b70ffc3abd02e32123230f4]

        tdf#89329: use unique_ptr for pImpl in datasourcehandling
        
        Change-Id: Ib019d26a72d234245cc1a7322bfbfb11705f29d3
        Reviewed-on: https://gerrit.libreoffice.org/28231
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [514c88a33bcbe5deae00a6b9e17a89b0044a8d2a]

        external/firebird: --with-fbsample[-db] is apparently about specifying dirs
        
        ...not about specifying whether to build the examples at all (which would be
        useful for us, but for which there seems to be no switch).
        
        Change-Id: I511b2228a6e5e2df7e0ecb83135ad27945bb04b6
        Reviewed-on: https://gerrit.libreoffice.org/28221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-19  Szymon Kłos  <eszkadev@gmail.com>  [b8cff0ca4d65383e7bee03d3470a14d34b117899]

        GSoC addedsfxlo-NotebookbarToolBox to the glade catalog
        
        Change-Id: I42baf03695955158b38c912a8a461bc5745daa49

2016-08-19  Noel Grandin  <noel@peralex.com>  [4753582d6858bb88048ec1744ee50ecf766174b2]

        attempt to fix the xmloff/tokenmap tinderbox failure
        
        Change-Id: I1b70ef90de374ade858b8207802b8048b2dfd248

2016-08-19  Gulsah Kose  <gulsah.1004@gmail.com>  [d01d60be2708c876eaf6b5b58ac784923286c24e]

        tdf#86083 Add group buttons for column and row operation.
        
        Change-Id: Ic95618f37b1b76d320a90c318301644847253edd
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/27570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-19  Stephan Bergmann  <sbergman@redhat.com>  [9bc591fa1e3723cee508e1484ad422fdef956d7d]

        cid#1371307: Move semantics for BinaryAny
        
        Change-Id: I30b8bb71f8a9e093183ee85484ccd694f3e1e10d

2016-08-19  Noel Grandin  <noel@peralex.com>  [178153e8220aa3bf29078f6df4ed6acd0b2f61e4]

        convert SdrUserCallType to scoped enum
        
        Change-Id: I0121b17242faee4238d82836453cec695f508db0

2016-08-19  Noel Grandin  <noel@peralex.com>  [6078d593fa27eab2035d97e7ef69872564e30f60]

        convert TableHitKind to scoped enum
        
        Change-Id: Ie9cde732a85adadc4edead9a29b456ff15b3f750

2016-08-19  Noel Grandin  <noel@peralex.com>  [1a37d46c794fd8aa5cf2dba0d74103c5c74e9ca2]

        convert SdrInsertReasonKind to scoped enum
        
        Change-Id: I225250ef296bb263bdb83c13e23412bf0204be51

2016-08-19  Noel Grandin  <noel@peralex.com>  [c2238e16fd131c4e6d49960e8b3caf5ec6a3d001]

        convert SdrAnimationMode to scoped enum
        
        Change-Id: I8a88a7ee538dab020e2ee08e4dce4b100f0bfa3b

2016-08-19  Noel Grandin  <noel@peralex.com>  [df418a41c1b90ab1a92eb150d01601f708856722]

        drop enum SvxViewHint::HintType
        
        and rename the containing class
        
        Change-Id: Id81623898b9ff102fcac6c2518240213b7d22233

2016-08-19  Noel Grandin  <noel@peralex.com>  [48c3b33d17591ff5b29f914ae5c0fdf787bf0d52]

        convert SdrCrookMode to scoped enum
        
        Change-Id: If7c62d6c6f5bfa5f4f4f7bdb1af9384f3fa7cea8

2016-08-19  Noel Grandin  <noel@peralex.com>  [eba160af2149f2ec70b78ea60f63f1b49065bba3]

        convert SdrCreateCmd to scoped enum
        
        Change-Id: I8772032dee25c790314384750b8c7277c4879318

2016-08-19  Noel Grandin  <noel@peralex.com>  [fc518ed954aa73eeeb529c21afbcfdfa55ef7fb4]

        convert SdrDragMode to scoped enum
        
        Change-Id: I244132d2240a46f42f14d453e5987968d274e907

2016-08-19  Noel Grandin  <noel@peralex.com>  [e00aa45d3456e2f76ed70d593d6ae1646aa1ae51]

        convert SdrObjListKind to scoped enum
        
        Change-Id: I37577e43ad6b9f0843b52cb3667f654abb335677

2016-08-19  Noel Grandin  <noel@peralex.com>  [5252d3951f2febdfc714f37ffef9f4c0794c4cec]

        convert SdrRepeatFunc to scoped enum
        
        Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a

2016-08-19  Noel Grandin  <noel@peralex.com>  [4625dcc13cbe6d5277e7c8bc99879b1c060796c0]

        convert ObjStrAttrType to scoped enum
        
        Change-Id: Ief45dea1a9a687777fe6e9b1c0efede90f1e71ee

2016-08-19  Noel Grandin  <noel@peralex.com>  [e5301736046340812162a75ac88ca735f176c93a]

        convert SdrViewContext to scoped enum
        
        Change-Id: Ic41d522cdb7f80614bd5f269fe1d63f022d8dd84

2016-08-19  Noel Grandin  <noel@peralex.com>  [565e08cdca16e9e166da85e3c4b9c9a375a186bc]

        convert SdrEventKind to scoped enum
        
        Change-Id: I96c298089d9ca75909380843c7dbc255c4953b88

2016-08-19  Noel Grandin  <noel@peralex.com>  [a6a2b2826dbf248821147212a2ee9ecdcadd301f]

        loplugin:countusersofdefaultparams in sw
        
        Change-Id: I668bfe93d77b06385544651583bcf71f6b5df2fc

2016-08-19  Yousuf Philips  <philipz85@hotmail.com>  [f97bc791b0879af3fd1bc2d1f7753ce5ffa6ac5e]

        Notebookbar: First round of changes to group implementation
        
        Change-Id: I8d40a44e7f76580c82e3109535300e50d1eb5a0b
        Reviewed-on: https://gerrit.libreoffice.org/28199
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d80ad9847e93be3cd20de6b233379ad328c8550c]

        Correct menu Insert>Trend line
        
        Only 1 trend line can be inserted. It is no more possible
        to insert trend lines for all series at a time.
        See comments in b0fbaa6fa28df570e8179f166fe0547892b2dbc7
        
        Change-Id: I3a8548af3d3cd641b4da342ee03681647844fde3
        Reviewed-on: https://gerrit.libreoffice.org/28226
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-19  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [9b9bcef5ef1858c63c8708bfae2ecea3d398eeb8]

        tdf#70565 Set correct default values to "0" of xfId attribute
        
        When xfId is not exist during .xlsx import
        it must have values set to "0".
        It is not impacts spreadsheets created with MS Excel,
        as xfId attribute is always created during export to .xlsx
        Not setting "0" value is causing wrong .xlsx import by LibreOffice,
        for spreadsheets created by external applications (ex. SAP BI).
        
        Change-Id: Ia4986236d5e902d0ff6f7a7a8da8f142b2c5061f
        Reviewed-on: https://gerrit.libreoffice.org/28069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [af3c42704398109fd23b9289ed951e7f2d00a3f0]

        Update odfvalidator jar - now built with java 1.6 target
        
        Package was inconsistent in target version, broke some tinderboxes
        
        Change-Id: I7933df8a87288a5199a3169c4243d4ae4bb31151

2016-08-18  Eike Rathke  <erack@redhat.com>  [faf8cca6dcf3fc03739f1e14af4d2b959c82c28e]

        Value member @since LibreOffice 5.3
        
        Change-Id: If7aa51768446eb41ce9f3a7d4493a021f380fa34

2016-08-18  Susobhan Ghosh  <susobhang70@gmail.com>  [3ac60abd6f487a32fa605c1761f5f7752f1125cb]

        tdf#83830: Limit width of color/gradient listbox to 150px
        
        Change-Id: I997605edb0ec85f5e68a0b2968533cea278710eb
        Reviewed-on: https://gerrit.libreoffice.org/28224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [9f8d23d3b71efbfb72b355229dfefce1fb177612]

        loplugin:stringconstant
        
        Change-Id: I6dd872afb8d96da2ceb09ee553795ae98d5c0d09

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [c76215cf99125eb21e259383fdff15d6c621d683]

        loplugin:defaultparams
        
        Change-Id: I738fa9270337b17c9373186cdcbc2e7f8cbc32d4

2016-08-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [0d5804cc8e26cbf315c85c3d1c5d62929f49b470]

        Fix sal log for 32 bit Linux build
        
        Change-Id: I2644079cafa46db8689463e1d0abc1cf3bdf49de
        Reviewed-on: https://gerrit.libreoffice.org/28222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [b69503ea67cea885fde8a36f41af37a56455fe19]

        WaE: -Werror=logical-op, I guess this is what was intended
        
        Change-Id: I8646045372fc66cf459a7bd1d977ced6502ef751

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [88c9133b16749e33872e358aedd81ebc81593e3a]

        coverity#1371121 Unchecked return value
        
        Change-Id: I1413b62112922af8d6872de413ca7decc0d75875

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [0afe3e257e9d7b76e252b1022d7d0e4e0c940384]

        coverity#1371123 Unchecked return value
        
        Change-Id: I892b4b0531d456f73777d81cb47847cde2ed7364

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [4495427eabddcb553b3dd7fe06a8abfb320dc51f]

        experiment with renaming for bogus coverity#1371326 Misused comma operator
        
        Change-Id: Idd2cc5e888c85a33c9d26aac26c48f3c74571724

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [1b69b87f0faade1b7bc3bfe552af33da5a2d657f]

        coverity#1371450 Uninitialized scalar field
        
        Change-Id: I7feaef7a97c0acc10f70a1c5807f5c7af0068b78

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [4819843badc7536370052320ff5fb9cd934254e1]

        coverity#1371448 Uninitialized pointer field
        
        Change-Id: Iedfa017dffa4681a9d698108b5dbc7388637c611

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [ffa4d16c798fecee0e268e0cfe02e488d7b971b0]

        coverity#1371447 Uninitialized scalar field
        
        Change-Id: I6c3e18a3ab56a719552cfe9f0f6951e6bce3c2e7

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [d33412979a2efe023a9bbaea4c70822c8a443f95]

        coverity#1371444 Uninitialized scalar field
        
        Change-Id: I3e4294f3459ab069f4bd5a8233cbd8a4c1dd2beb

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [2179871c1f28871749680ecc7dc3191770684129]

        coverity#1371445 Uninitialized scalar field
        
        Change-Id: Ib9d2cf811b86cadee77877c6d294505e985b0111

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [4cb71eca76ca5572f059e4af79ea1578cf766869]

        coverity#1371443 Uninitialized scalar field
        
        Change-Id: I801ca445a89fb1b613323201c3cbfeb26381a8e5

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [13194412aaed3b88655c3e4ce6ae34d742e8273e]

        coverity#1371441 Uninitialized scalar field
        
        since
        
        commit 7438bc1f0c4fd42420460a144cc074bfb8091705
        Author: Rishabh Kumar <kris.kr296@gmail.com>
        Date:   Fri Jul 8 02:48:42 2016 +0530
        
            [GSoC] Remove bitmap controls from area tab
        
        Change-Id: I7290fda782bf7bb5c8a47168f5f74798bc353769

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [fb46ba9dfa37ed3b56c9374230f1dd557d162388]

        coverity#1371440 Uncaught exception
        
        Change-Id: Ia9ce56ecbaecd6e63b3ec7086d3a677a7816c924

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [6d9953a4d951353b5f04acc0522a98ccb331d7ab]

        coverity#1371381 Dereference before null check
        
        this ones in 5-2 also
        
        Change-Id: Ia594fdc466d745df141b76ad7d8af3f362287766

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [cafe446d2456e5bed120045b1c693fbe31874262]

        coverity#1371377 Resource leak
        
        Change-Id: Ib8fddfe5c62b937d23306a31a2a8ab9c83179546

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [bbc2824876f102f237fbe40c16321c31fbdf4779]

        coverity#1371373 Resource leak
        
        Change-Id: Ic292feea48f073b4f3c72d23d4516186ed06328e

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [43641dbdfc25fdecee0c58acb98e016797399ea7]

        coverity#1371371 Resource leak
        
        Change-Id: Icf83030835a62a7ba91a085e87889c17a106993a

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [f36c0efc89201f49dd14d0a225a548753e0b8fac]

        coverity#1371369 Resource leak
        
        and
        
        coverity#1371370 Resource leak
        
        Change-Id: Ib08b893396a9abc210c8ed391170fc620a3dad3b

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [9b181fa48f20b09bcfd9de1fb433a1b21d1546c3]

        coverity#1371368 Resource leak
        
        Change-Id: I5c35b3eaa6e9afe10096bf5013f83ff51cb870a4

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [f20090c4313eddfac481b8ac8cb98f4bb9cfec0a]

        coverity#1371341 Illegal address computation
        
        a sample commit to see if this is what coverity
        doesn't like
        
        Change-Id: I7b1f5d10623616a5aa9c2c8cd84ff3ad71ca665d

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [b5abad1aa512004b32a58b38ba2c9e0c67ce19fa]

        coverity#1371136 Explicit null dereferenced
        
        Change-Id: I61a9bf2b99eabef1802de73ac10fab1c9279c238

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [cb17a73d98a8385a6f7e0cdd86af4947ea2be0ed]

        coverity#1371135 this is surely all wrong
        
        maybe this is the intent
        
        Change-Id: I8917719984bff4aba0e9ced48e031104e3d02c36

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [efe91354ef0445c0b7261174d5dd701feba66715]

        coverity#1371133 Dereference after null check
        
        Change-Id: Ic3ba3e3a6f1ec945c83c5aeaf8b905be3ec49686

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [42ed857640e7d506344713972e0cb6a971391a54]

        coverity#1371132 Unchecked dynamic_cast
        
        Change-Id: I8df35ce69d4960d8f5529100ba705fd4d3cf684a

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [951ceab4016f183d8c8be15f50c12538aa196a50]

        coverity#1371131 Dereference after null check
        
        Change-Id: I292ac0b59af2ed8897367d56ddb01bf4606a7693

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [f0d1a4fce2b1859bf0088badfd0c02ddc1054c15]

        coverity#1371129 'Constant' variable guards dead code
        
        since
        
        commit 920d4463f6e59b815852c173e2974ffc7b4bb284
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu Jun 23 13:13:28 2016 +0200
        
            loplugin:singlevalfields in vcl(part1)
        
        Change-Id: I7bba52453a57832e5c6d2f54d36c18cf04568ed0

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [063b5a081986a2a64980cb957fd9a0c33dc02ae1]

        coverity#1371127 Logically dead code
        
        since
        
        commit 4391d400e01e4a756d03d357d81e9769c34ae83b
        Author: Noel Grandin <noel@peralex.com>
        Date:   Mon Jun 27 15:11:50 2016 +0200
        
            loplugin:singlevalfields in svx
        
        Change-Id: I43bef29ec1ef8b526b32d511a6013de9ff0758d5

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [213c14a9fb3eed27b9aee343495aa880b9c11c72]

        coverity#1371126 Logically dead code
        
        since
        
        commit 19c3aac98f756f6a9cda44a4cc70a2a924fa85df
        Author: Noel Grandin <noel@peralex.com>
        Date:   Sat Jun 25 23:21:36 2016 +0200
        
            loplugin:singlevalfields in sw(part2)
        
        which revealed the reality of what
        
        commit 5faf5492741abfd013ae677b1ec2fc06276d8644
        Author: Lei De Bin <leidb@apache.org>
        Date:   Wed Sep 12 04:07:30 2012 +0000
        
            Resolves: #i119612# fix the order of Hebraic string are changed after..
        
        did to the effort of...
        
        commit 1ef7ca4438b74f9f7b24451df90b860418d70bb1
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Feb 24 13:28:15 2011 +0000
        
            Resolves: fdo#34319 on import take into account idcthint
        
            i.e. force on the font that word would use. We really need a idcthint
            implementation of our own to be able to do this completely correct.
        
        note that the comment from leidb missed out on the use of the value
        "2", so retain the 0, 1, 2, ff values on import, and make use of them
        where we used to use m_nIdctHint.
        
        Change-Id: Id96ec6b088232a99fd1cbb7901452b5a0f55f8d3

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [e554d2b7f6d6c6abbc89ff293944be473b0e1de4]

        loplugin:loopvartoosmall
        
        Change-Id: I1b7c1172b907a9bdc513324ccb91acc0d647fdb4

2016-08-18  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a3e3ad9007749e58b49fa457f993b7c55d660c57]

        Updated core Project: help  ea4100df0c087e2439ae438cfa7a3d35efb6dd27
        
        tdf#30456 Add help to Merge Cells dialog
        
        Describe the three options that will be introduced with commit:
        https://gerrit.libreoffice.org/27463/
        
        Change-Id: Iefe1b887d28d1845755e5beeadfa6d829c8d4acf
        Reviewed-on: https://gerrit.libreoffice.org/27467
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [bc0abca9a743e156b8117aeccd0648247c9c308c]

        No export validation for the host platform when cross-compiling please
        
        Sure, would make more sense to hardcode this in configure.ac. But
        actually I guess that export validation will be turned off by default
        anyway soon.
        
        Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [809241fbb2d81bef2eab9f87268915144f22c9a0]

        We don't need any export validation on the build platform when cross-compiling
        
        Change-Id: I3e5c92c2824f1b6503e85cff775424b48c3c38d0

2016-08-18  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [502574cb4f1c081b55445fd4b47de6693ef293e2]

        tdf#79399 tdf#101462 Add qa unit test
        
        Test Native Number formats NatNum and DBNum
        
        Change-Id: I6e62586d9bfcc27162017291ee110cb70f85d425
        Reviewed-on: https://gerrit.libreoffice.org/28098
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [686887e2cb71e4ffc1e16179b06adf938a9dc7f9]

        distro-configs: disable firebird on linux_clang_dbgutil_64
        
        As it's quite unstable and this way the clang tinderbox fails before
        deteching interesting problems (and firebird is covered by other
        platforms anyway).
        
        Change-Id: Ieaca3a6f5d036c9df22bdbe5a48bf27d2d9ce49f
        Reviewed-on: https://gerrit.libreoffice.org/28223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-08-18  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [07b25764a4c5479526951c0a0f8fbe4b43f4103e]

        Trend Line UI: R² was hidden
        
        Un-hide correlation coefficient
        better choice of shortcut
        
        Change-Id: I85acd8a91de2d337d8619ba164dcd14d1939fac9
        Reviewed-on: https://gerrit.libreoffice.org/28212
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-18  Eike Rathke  <erack@redhat.com>  [63592999a067d76c896ed79204330e1a4b934c80]

        refine HasColHeader()/HasRowHeader() conditions, tdf#91305 related
        
        Check not only the first row/column whether it consists only of text
        cells, but also the second row/column whether there are only text cells,
        and if so don't assume headers.
        
        Change-Id: I961e93599621c297e866caaf0062f387a7318838

2016-08-18  Wastack  <btomi96@gmail.com>  [0cc1ddf2d8d6bc7df74fdd8f8f97381df681177d]

        tdf#72987 GSoC Use Firebird backup format
        
        Store embedded database files as an archive (.fbk) file.
        The firebird database file is extracted when opening an
        odb file, and archived for each saving.
        
        Change-Id: I6c985f89a0fb01b2294f728b4581053521ca0c88
        Reviewed-on: https://gerrit.libreoffice.org/28045
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [93295a069b9ccccd6fa4da78a6b1ae98c63940f0]

        coverity#1371125 Copy-paste error
        
        this went wrong with
        
        commit 9b9e5cfd2fa629b2e1dc4a193e48a4a4e8d34126
        Date:   Mon Jun 20 17:40:13 2016 +0300
        
            tdf#99589 - tolower / toupper - dangerous to Turks ...
        
        restore the logic to the original logic, but with the new
        api
        
        Change-Id: I445064b19eeefabbd25849bae9ca569710cdfac5

2016-08-18  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [0868f670374cdcf6c2610d91ff8702f59b2e0bd3]

        enable export-validation in tests by default
        
        since ODF and OOXML validators are now being downloaded, so new default
        behavior is to use validation for export tests. To disable validation in
        tests -without-export-validation configure switch should be used.
        
        Change-Id: I5cfebae0375e6676ef8cba4cfdaac4b164eed97d
        Reviewed-on: https://gerrit.libreoffice.org/28014
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [79603023925547e1a2ace7cd4e113cdf702622b4]

        Move comment block back where it was
        
        Change-Id: I020c1def83d7cc37f9d5e14f2fefacb31a56bbbf

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [99ee4ebb0e934413bed881a02e4634e4d3f813ea]

        If no WARN in SAL_LOG, use the INFO selection for WARNs, too
        
        Often the choice whether some particular message is displayed with
        SAL_INFO or SAL_WARN has not necessarily been that well thought
        through. Many SAL_WARNs are not actually warnings but purely
        informative. If you want to see the INFOs for an area it makes sense
        to want to see also the WARNs for it. So make it so, unless a specific
        WARN selection is specified.
        
        Change-Id: I6286c5f856b29e68bedb7f20efadf56953f94b72

2016-08-18  Yan Pashkovsky  <yanp.bugz@gmail.com>  [4cd9e45a439b654c8e1ff7983fe7e4bd073b9c92]

        tdf#91305 fix sort calc
        
        Change-Id: Id8969e28d653add5ba4348ece622b2b53ce464da
        Reviewed-on: https://gerrit.libreoffice.org/28094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6011f07254f8003929320ad842d8d09daca0e09]

        sw: fix accepting/rejecting a change by index when cursor is not at a redline
        
        When there is no index, then the cursor position is used to find out
        which redline to accept/reject. LOK uses the index parameter instead, so
        there never disable the command.
        
        Change-Id: Icbe0905e4ebd170c6f33fe383cd3042d812a2eb0

2016-08-18  rpmbuild  <rpmbuild@fedoraproject.org>  [e527edf06f8befb45b76ee8ebabe62e6dc885e45]

        Resolves: tdf#91533 (rhbz#1364335) Tooltips are truncated
        
        Change-Id: Id9ec91ed9652f491e4e2a0556eeed27bf6517002

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [089620728299ab1688edaf066e9f9790d67449aa]

        cppcheck: noCopyConstructor
        
        Change-Id: Id5323cb6f52666f85965e11b07e4f2bca8af4e78

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [7a31ae209304730e06e1f33333ebc81e7c7b5de9]

        cppcheck: noExplicitConstructor
        
        Change-Id: I61ab542f4cc777ecd8f8393c7bcbb681e529de5f

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [4630157e29f565c110f4fa11223a2d2358508c26]

        cppcheck: passedByValue
        
        Change-Id: I3ffcfe1294a1cbb06aadd3a1a79e9259876e38cc

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [8a6eb111609fbb1e0270ef5ba475b027635c9749]

        cppcheck: nullPointerRedundantCheck
        
        Change-Id: I9d6c38ad3104369c7661bc8a8561807598aecfcb

2016-08-18  Stephan Bergmann  <sbergman@redhat.com>  [3323937085939952aaf0a98147d231dfdfb85321]

        Missing &&
        
        Change-Id: Ib7471e8050b2fb7e97bd90797d3839dca80b9689

2016-08-18  Stephan Bergmann  <sbergman@redhat.com>  [6782d9991c942042c9a959b57355b4bbce5cb314]

        external/firebird: Make GCC check work for Clang, too
        
        Randomly approximate that HAVE_GXX_FNO_SIZED_DEALLOCATION also implies support
        for -fno-delete-null-pointer-checks, and hope that approximation matches the
        various versions of GCC and Clang that are relevant for us.
        
        Change-Id: I265bf3432a852a094318a54975403eac60721ab4
        Reviewed-on: https://gerrit.libreoffice.org/28211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [ed815a242ef962afa52033a0d94ba6aa4539dd07]

        Add handling of a +RELATIVETIMER flag in the SAL_LOG environment variable
        
        Outputs a timestamp in decimal seconds (with millisecond accuracy).
        
        Simplified the handling of SAL_LOG if no "level" is specified. Now
        just a totally unset (or empty) SAL_LOG causes the default of "+WARN"
        to be used. Given how the code works, it would have become too
        unwieldy to check for all combinations of TIMESTAMP and RELATIVETIMER
        but no WARN or INFO.
        
        Change-Id: I7bb5bb665d4e764e7eee447e93486f6467042e97

2016-08-18  Wastack  <btomi96@gmail.com>  [0a9123152387f7a742481e9f35401270e29ed695]

        tdf#69949 GSoC Firebird implement autoincrement
        
        Change-Id: I6fe08b575f01b986f0a3c96b341f254279427b68
        Reviewed-on: https://gerrit.libreoffice.org/28062
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [bfbd66f151002af6f65b9c062cc511797690e625]

        Update officeotron jar once more for backwards compat
        
        Change-Id: I9feb6fb2f6631fb82c63e860fe816827fed279fd

2016-08-18  Eike Rathke  <erack@redhat.com>  [5dd8fdae4ad005481068852925aa5e4191c3a6bc]

        xmloff tokenmap: allocate map on heap instead of as class member
        
        Try to make the tinderbox happy..
        
        Change-Id: I564d554739fc38d2a901d38ad676c9ba28f3c233

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [e4626191f7739834d2f66a24b42e12de7a1115cd]

        Mention what negative or multiply specified flags mean (nothing special)
        
        Change-Id: I8ac1839aab3438aa685aa8cdab2e972447352599

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [fb77cc08421c25e9dccac627ca3be65096235e16]

        No need for nested unnamed namespaces
        
        Change-Id: I586c11d4fe61b56624ee158c04e365cfb0cc4012

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [fb00c725bba8b5ea30d47d28d0e54c071f1fe2a6]

        Add handling of a +TIMESTAMP flag in the SAL_LOG environment variable
        
        Change-Id: I9bdcd8b2d7b46a087d7f5461b6f7c3d9f02ec084

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [f8ba7ff1e57bc769a4437c10b11200a6c0b122d9]

        cppcheck: nullPointerRedundantCheck
        
        Change-Id: I2f8e3b4315cf63335ec4ab0c51bbf81f9c8a06f7

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [a3b7bec8409c1d169a96d277e39157d3bc71d914]

        cppcheck: useInitializationList
        
        Change-Id: I10b2985f615e1943f56aed086739258c43ede985

2016-08-18  Eike Rathke  <erack@redhat.com>  [92ba4bc561293cc29e4e92bc3791dd9db1da6b9c]

        Resolves: tdf#101572 New Belarusian Ruble BYN/Br for [be-BY]
        
        Change-Id: I742ca7ae410f49cfa84e595433b241c4a7ca9ecb

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [052e3ebbf7aab404dd6db9960f2e9374aefa9a1b]

        skip checking for icuuc lib
        
        cause its called icuucd under debug windows
        
        and change the runtime load to try icuucd if MSVC_USE_DEBUG_RUNTIME
        was in use at compile time
        
        Change-Id: I10fbe4890a24364a45ae5993ad7e8079ac3fd182
        Reviewed-on: https://gerrit.libreoffice.org/28210
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [6bfa24aacb56aaf0d16c278ec1f3561d5e3b4606]

        Use English category names instead of localized ones in theme search tdf#87597
        
        Added an OUString array to hold the original English strings
        for search categories. The array is initialized in ctor by using
        an initializer list of strings.
        
        Also grouped the related strings of category names. So it can be
        iterated easily without writing their names one by one.
        
        Buttons in the UI will be displayed with localized strings,
        but the search will take place with the original strings
        coming from the array created in ctor.
        
        Change-Id: Ieb72644203df1325e97693b14d5b3476020c6ff1
        Reviewed-on: https://gerrit.libreoffice.org/28027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5a95364bcb43210708764af91b00663e0b198450]

        screenshot: add screenshot ui test to check target
        
        Change-Id: I6f3540f919f109b88628ed081a184b9e29a35450
        Reviewed-on: https://gerrit.libreoffice.org/28203
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [ee6067eb4a7b41da3635540733d4c28e4687cadd]

        add CVE-2016-3301 testcase
        
        Change-Id: Ia8c1cd93bc6734a7066eb483100bf73af43b7ca0

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [37a8d5de8a79c4e418f465ad26e7f69a8008acf9]

        add CVE-2016-3303 testcase
        
        Change-Id: I3917f55a4086820393a1cfbf8ba63c5fe4b77b40

2016-08-18  Eike Rathke  <erack@redhat.com>  [60d4b7fe920649812e1b2c59f0b54c9c44df9be1]

        xmloff tokenmap: do not assume anything did not fail
        
        Change-Id: If13feffe41631b45605511fbad07965e0d5cb8d5

2016-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2afe318ce800c1b301f7e1aef769194aa676b12]

        gtktiledviewer: specify author name when calling initializeForRendering()
        
        Open two views, and type into both of them when a Writer doc with
        redlining enabled is open: the manage changes dialog now shows how the
        correct author is used when creating the redline items.
        
        Change-Id: I48fb90301bfcc04b06d5be5544324ca76fe7b3d7

2016-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb9362faad9fe702031c5e657a31b1963ad4d374]

        sw redlining: support per-view authors
        
        In case there are multiple SwView instances and SetRedlineAuthor() is
        called with a non-empty string on them, switching views will keep the
        SwModule redline author string up to date as expected.
        
        Change-Id: I363221049dbacd67d7c8f4ff3e778f8032a3bc43

2016-08-18  Susobhan Ghosh  <susobhang70@gmail.com>  [451ad09dcb07487dfd0cec58d315595c46863bc4]

        tdf#83830: Numbering dropdown set to 6 lines, label adjustments
        
        Change-Id: Idd354f08678671b94ac8d30510425a5e8baa29e9
        Reviewed-on: https://gerrit.libreoffice.org/28202
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-18  Yousuf Philips  <philipz85@hotmail.com>  [32d160300e7bd51c0f273275a3d8872e55af9ad3]

        tdf#87938 Add descriptive instructions to 2fa dialog
        
        Change-Id: I0bbe3ae4591785e32467dec8554493f0b549d009
        Reviewed-on: https://gerrit.libreoffice.org/28105
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [5a70a76082150ed96e9fcddf94915b751c20d003]

        add CVE-2016-3304 testcase
        
        Change-Id: Iecfefeb1bb463dc2590ccaadcbad5c60790ede77

2016-08-18  Tor Lillqvist  <tml@collabora.com>  [50e19b71a63741cfa353fdfdbb13c41784bfc55f]

        Better fix for Objective-C
        
        Not sure what the exact mechanism of the problem is, but anyway, this
        helps.
        
        Change-Id: I5812381af0e4f12fcbdd06eafb1eedc170ffb608

2016-08-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b276db51dcb5a9f5a2390a23880ba0a10bed0f4a]

        remove dead resource names, related to tdf#92518
        
        resource ids were last seen in commit
        7ebdd05613de2b779ff28a9fa3ae8115701a7cee
        
        Change-Id: Ic4bed7601690b105683df8ea96c5859bd391f9f0
        Reviewed-on: https://gerrit.libreoffice.org/28188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [ddeb13b497e3c118c3bcb0fe55e1a61498b9daa2]

        starmath: Use SmCaretPos::GetPosAfter()
        
        Change-Id: Ie05354f9e359b9dbc10f9d8ee8a9579c67ec5e5f
        Reviewed-on: https://gerrit.libreoffice.org/28185
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [cbab44f5eb27c8a45905167d2443f56b816b4a7b]

        Resolves: tdf#101347 conditional formatting super slow on exit
        
        since...
        
        commit 88a0c7d01b7dfd085a0569030f97cc7de0f0d106
        Date:   Sat Mar 26 13:11:53 2016 +0100
        
            switch to a listener based cond format update, tdf#95437
        
        I'm obviously assuming here that the notify doesn't matter
        when the broadcasted is shutting down.
        
        Change-Id: I0fef0ac1c1d8757199dcffb3c8ec1b05a73c1f17
        Reviewed-on: https://gerrit.libreoffice.org/28006
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Caolán McNamara  <caolanm@redhat.com>  [6f069cc1b7b566886d47c65d2e70580eb15fafd8]

        use preexisting helper to get DYLD_LIBRARY_PATH vs LD_LIBRARY_PATH
        
        plus line noise to extend the existing variable with another
        path if its already set
        
        Change-Id: I3e16a0a79da5d6c8c83fbad9c8d65abd9b7e2ca3
        Reviewed-on: https://gerrit.libreoffice.org/28196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-18  Stephan Bergmann  <sbergman@redhat.com>  [223c2258368e113beb7f5e6f2508dae7b394e26d]

        loplugin:redundantcast
        
        Change-Id: Iacdb05dd6c0c486975ac544a0a8a68abed80db67

2016-08-18  Stephan Bergmann  <sbergman@redhat.com>  [96b8a84118e0195be03983bde0b3448f3a216bd2]

        loplugin:redundantcast
        
        Change-Id: I1b1c348311930499e9ee971b87257db40f3873b3

2016-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [19eab7b79c13edc657f4e3f380889ed0206357bd]

        svl: no need to iterate in reverse order in GetRedoActionsInfo()
        
        We have random access to the array after all, so the non-reverse order
        is OK as well, and it's more readable.
        
        Change-Id: I966a56ae2e161d95f56927be1b2a9f9162d0f7bb
        Reviewed-on: https://gerrit.libreoffice.org/28204
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-18  Noel Grandin  <noel@peralex.com>  [6fdfa13a096c55f5038c4a850cfb108d30143d4b]

        convert SdrCaptionEscDir to scoped enum
        
        Change-Id: Iec6dfbdc65efde86ff24ddc51c48eb697bf4ead1

2016-08-18  Noel Grandin  <noel@peralex.com>  [55b74b454f4fceccfc05406b44919a5276e0b3ae]

        convert SdrCaptionType to scoped enum
        
        Change-Id: I5c1a2300ec6b3d9dc3085affa08cc544f46b27d6

2016-08-18  Noel Grandin  <noel@peralex.com>  [1cd85a60e3e24aa37015e57581bc2f1e20950f30]

        convert SdrEdgeKind to scoped enum
        
        Change-Id: Icadffb10750f8792ebd88c4f33f272fe565a3c7a

2016-08-18  Noel Grandin  <noel@peralex.com>  [b6471fa5150fca08db9f770aaa7a32c0ae5a5c46]

        convert SdrMeasureTextHPos to scoped enum
        
        Change-Id: I27dccc90565b9e3fb14e88581a181c421caee56b

2016-08-18  Noel Grandin  <noel@peralex.com>  [d4ec2ed0c598273479eb658b8cd10e043fe0bc73]

        convert SdrMeasureTextVPos to scoped enum
        
        Change-Id: I89cc8bc2cfdd3fe059bb38216a10d36dcfea3953

2016-08-18  Noel Grandin  <noel@peralex.com>  [d643cad3f067764ad0d7d7d8f238c590e6e509b5]

        convert ColorModel to scoped enum
        
        and move it into CUI, since it is only used there
        
        Change-Id: I6f8dcfc8d705aa2de2a05eec16f087f17c488872

2016-08-18  Noel Grandin  <noel@peralex.com>  [fde3facbc8bdeb820d828183948eceaec66e525a]

        convert PageType to scoped enum
        
        and move it inside CUI, since it's only used there
        
        Change-Id: I83ac1afaa60da9fb34480363a351608b133154cb

2016-08-18  Noel Grandin  <noel@peralex.com>  [65a4c406e9c0f2953547fbe006ff38644f489fc8]

        convert ProjectionType to scoped enum
        
        Change-Id: Iaab8f2ac68964272e3ea00195b3b05c520a1388d

2016-08-18  Noel Grandin  <noel@peralex.com>  [4a4c1bf4423a8b426c56c8d2b7013d6b5109309e]

        convert XFormTextStyle to scoped enum
        
        Change-Id: I88facbbbe262d9e26d2b45703c4f05c71bf51479

2016-08-18  Noel Grandin  <noel@peralex.com>  [a43de3d55bccfd8312dfcafbd387f3e8c7d1c633]

        convert XFormTextAdjust to scoped enum
        
        Change-Id: Ibc38e73aa5f2134cde7f1ea25b158ea9b8f241a9

2016-08-18  Noel Grandin  <noel@peralex.com>  [7d2cf760ec091a7b1ef6e42616a89b28446682f8]

        convert XFormTextShadow to scoped enum
        
        Change-Id: I1ff9d2f4aec60f050d9dde8e4c0e991169f585cd

2016-08-18  Noel Grandin  <noel@peralex.com>  [6e81c5829702d49b434788be33b687bb3f282b15]

        convert XBitmapType to scoped enum
        
        Change-Id: I749831dfb78c10f3f7b9ebed6a5ee296ba6b2886

2016-08-18  Noel Grandin  <noel@peralex.com>  [7232f03f9a74cc839710d4355470963610aff21d]

        convert SvXMLEmbeddedObjectHelperMode to scoped enum
        
        Change-Id: I12ccc8c7ba0885b3bacd0c17d430a853d327524b

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a06a8ecb743aa3ffb1be83fbb98f7aa06bc230cb]

        screenshots: fix sc screenshot test
        
        Seems to need a new document
        
        Change-Id: I644d2fcb9fe4ec66e964192d3dda61ca331acece

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ce6cbf86a5e4e23404a6102d18bb7433a64531d1]

        screenshots: add new global make target
        
        Up to now the screenshot creation was added/dependent of
        target slowcheck. Since quite some modules have added screenshot
        creations now, I added an own target 'screenshot' to allow to keep
        current slowcheck and screenshot creation separated
        
        Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2bc4917a9b9f961e74f2953a82b1f3a01212f457]

        screenshots: clang plugin & tabpage usage fixes
        
        Adapted clang compiler results, made TabDialog implementaions
        of ScreenShot API work with real UXMLDescription names, including
        a solution for using multiple tabPages with the same *.ui file
        
        Change-Id: I56df878b3db3bcc18fa2b4713b7ad72d42e8eb30

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b85600c9d49e555421612fdeca6c6316d192bbd6]

        screenshots: fix Linux, exclude a few crashing dialogs
        
        Change-Id: Ie06bb6b0bfd280e386bc418abdc496cb747f44b6

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2a5ac6f6348acdfacc3a551b184369fe7dbfa0cd]

        screenshots: unify dumping of dialog test batch file
        
        Change-Id: Ia1e79216d9537c65f8b7362778a2e1ad3ec6c2c2

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [51cd1024a689955beacb1a64f30931e2797f7f43]

        screenshots: add dialog test cases for xmlsecurity
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I5ae156d76d4b0b53a8c5a9950afdbc42d8e66b73

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5212bd732f516a163ff514319937473fa57e81bf]

        screenshots: add dialog test cases for vcl
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: Ie189030767feb0acafa879d6d3912851d0d6db5a

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d43fc027a5fb724ebd4cfc4b2072ba6ced77bb9d]

        screenshots: add dialog test cases for uui
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I95c254a2f98e0d5b1efc4f167be8499c5cf82436

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [89a0328551578ec60e1548776da9633263226cb7]

        screenshots: add dialog test cases for svtools
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I7a7a6c3ab38e8890404082dd359ff5f4f1ebf9fd

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d8c45ed297a2e8fc24b84a7b8aeae2ea1bb452a3]

        screenshots: add dialog test cases for starmath
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: Iee511be3b1a94e036b289e55d77f690e10627706

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [641d1367a50189769b34b1c3007aa8ad78484bf0]

        screenshots: add dialog test cases for sfx2
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I2bf5165828daed91a7e09205e6b329f0c844c3fc

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a88c482429144561ebaf716648268dba834aac93]

        screenshots: add dialog test cases for reportdesign
        
        One patterned dialog does not work what means all based on this one
        do not work, need to be instantiated for real probably...
        
        Change-Id: I8d82e0dbf937bb4c052486da21ada58afe7f5a08

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7906b063d3a3dffeea49a11d32cf93f8cba43e8c]

        screenshots: add dialog test cases for fpicker
        
        Change-Id: I6c94ff393e823552ea9c2332bd05abf5b2fafd54

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [8de6321946d08660b23514af528001d9cc976a78]

        screenshots: add dialog test cases for formula
        
        Change-Id: I2fb495dd8603b00127504240e4bec16726c2153f

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4e7396dbe06df9cb6d441b0cf6c245426c11ff68]

        screenshots: add dialog test cases for filter
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: Idd684f1fee55eebb58b4b56a2681cd4058be2880

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7a03c93bd6daee6f8f670629c7b3e3bedff209d9]

        screenshots: add dialog test cases for desktop
        
        Only one dialog had to be disabled, some others look not
        very useful
        
        Change-Id: I2f8e786c0bb94259c5d03e7a72cc1d6ed9bbc066

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [62e81fd51b92d1cfad72265d46ba168545edbb48]

        screenshots: add dialog test cases for basctl
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I79be2811df628286e5af058a5a8e0232ddf6a2f7

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [daf841bff75bbd4700ec901c114bfe0f4a8171ee]

        screenshots: add dialog test cases for dbaccess
        
        One dialog makes the execution hang, seems to wait for some interaction
        
        Change-Id: I68ef4f9b2a1575a6c70238f82eb27ee87aaae336

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [56336f97625acbd9cc9de9e36e34cc5d02343464]

        screenshots: add dialog test cases for chart2
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I90d977ae84a65e9576ba9cc9b178407997e4ba79

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34]

        screenshots: add dialog test cases for cui
        
        Only one dialog had to be disabled, some others look not
        very useful
        
        Change-Id: Icbf46365e1824ea320ce721b8c783883336e9278

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [62b84ba934d8fafe05ffc76ed73d05b450dc714f]

        screenshots: add dialog test cases for svx
        
        All *.ui files create a screenshot, but not all look useful
        
        Change-Id: I5aeec438b90488ea19cdb1251fee7dcf23e1c2cb

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [2db8b3a81554735552e366ebbad1227579dee4ca]

        screenshots: add dialog test cases for writer
        
        Writer has currently no known dialogs that get created
        with an opened writer document. There are some ui files
        that do not work with fallback (7), but most work (167).
        Not all look good, though.
        
        Change-Id: I92a6a5077e3a8c93148e162455093399ba1f99ed

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e56334255291a0ccb5165d7ceaa1391b906bb4de]

        screenshots: fix fallback cases for sd and sc
        
        Change-Id: I27dab5552e3924df30c8b09c46994b2d645bcde9

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [dc1e30095fa02fa4116fa96783bd4d51fe912473]

        screenshots: fallback screenshot to ui files
        
        Besides the already existing methods to dump adapted dialogs
        and create and dump fallback dialogs I added a possibility to
        process a given input file which may contain a list of
        UXMLDescription files (*.ui files), one per line. This file
        is processed (empty lines and comment lines using '#' allowed)
        and for each descriptor first tries to find a known, adapted
        dialog. If found it gets used, else fallback is tried.
        Added ui-definition files for sd and sc which contain all
        ui-files from these dialogs. Adapted the test base class to
        hold the needed functionality.
        
        Change-Id: I1d4c64af8cd5d9c89a53b193951c3e49669f5852

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d098f0c957824bd5dec89a799398d587ce9fb96f]

        screenshots: Use UI string and fallback for UI-String only
        
        Two changes in this commit:
        The Dialogs to be dumped are identified in their test files
        using their UXMLDescription to allow later to 'find' the
        known dialogs and use the specialized construction for these.
        Also added a fallback to construct a vcl Dialog based on only
        the UXMLDescription and the VclBuilder. This will be constructed
        without any active initialization/layouting, so should only be
        used for unknown Dialogs. Also added a dumpDialogToPath version
        to the tooling that can work directly with a vcl Dialog instead
        of a VclAbstractDialog.
        
        Change-Id: I90abb6f59c2fcc5d534907ae7e4b9a15edc2d694

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [836a77e5d6fdad5b74d296d5b55a6b0c8f016ade]

        screenshots: use new bootstrap fixture in sc and sd
        
        Change-Id: Ida0d3179726896b32b0876b1855b1f0be12d3b48

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [13184da2a39bc162b1912affd099daae74eb3a88]

        screenshots: move shared code to separate class
        
        Change-Id: I1760de221bc53d345c2bbfb4fe878c120073ea45

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [2e288225568077df79703da086668b0d533449c8]

        screenshots: this is really unused
        
        Change-Id: Iaaf171f7b91476be0f2d668402e6f309b81d53c3

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [01157c17018e2621b34ba46867a09296b9b92321]

        screenshots: use smart pointers
        
        Change-Id: I7b3780aecc7807e5905865f8d7eca816993ab148

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [a95241606c517c578c498ffefa95190ba1ed168d]

        screenshots: gen screenshots during 'make slowcheck'
        
        Change-Id: I666dfcb451367f5ac9f36207703cf090c1846b35

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [061a94ebb244d13e74608de098af49a6d1bf1967]

        screenshots: don't leak windows
        
        Change-Id: If39441d6419556d1ae7637626b17b81357d29c38

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [cb7dadfc099a73414a6d9345f615afcf4f0fe7f0]

        screenshots: support creating shots of tab dialogs
        
        try that with ScAttrDlg first
        
        Change-Id: Id84f5940ca3de9788446f2e513fa3991f31a2d5a

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [2dfbc3420138cf5fb16545c97f5ae0f1a7b9e7ba]

        screenshots: sc dialog factory ifc for tab dialogs
        
        Change-Id: Ia1f67a161cfadbf2b71d3647c50e1c0a4b24ae8d

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [04a200cf8e578a9f41d4511f31c1ee16fec4556d]

        screenshots: don't crash on opening csv import dlg
        
        Change-Id: I1ff56d79f7ff31317187cf077380481f1ef44366

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [34029d980bb7f213c766d42381f57c78df14ae17]

        screenshots: dialog doesn't even have a help button
        
        So drop helpID argument from its ctor (not to mention the fact that a
        help text with ID .uno:TabBgColor doesn't exist either)
        
        Change-Id: I0624f0474334cc799d67f7f292e11194de5195fa

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [cd2ecb3bd5f8b7855664ba8964c95be2e3378c75]

        screenshots: actually save screenshots for sc
        
        Change-Id: If563f5b0fd5b28589bfbe4cf91061951acd14ebf

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [ecdfab087c457ba693edae8ae75413c144209dab]

        screenshots: interface for sc dialog factory
        
        Change-Id: Ibe0f8ec2714002b2dc84ef0c0bb8cb845e906aab

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [a80bfcb38b0664a779f567b0f45b5445465ecf2d]

        screenshots: open more sc modal dialogs, part 2
        
        Change-Id: Ia5a1bbc00acff10405aa5205b9fd5a930deb5fc9

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [495224ac15f261b369935aab7c7946235dcb887e]

        screenshots: rPath argument is now unused
        
        Change-Id: Icd3c66b83419f25b198937b05ede9b22f1344726

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [14bb8b72c6a0aa2b302bded1a0f608c45bac9271]

        screenshots: modify tab dialog screenshot id a bit
        
        Use only ID of the current page.
        
        Change-Id: I27ef4d2112a047379cec6bc221ba403f1a0371e4

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [b8df3d4914f04c40570abca2afe0efac6d6c0d06]

        screenshots: names to copy screenshot IDs
        
        For tab dialogs. While at it, factor out file-saving code into
        a separate function.
        
        Change-Id: Ideffc9934c0d562fe365d0bb1942f31056d4a486

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [b5ff9533eef60c16c25fb66d97a3deaa73ed8494]

        screenshots: write created screenshots into workdir
        
        Use osl file abstractions for that
        
        Change-Id: I876ca61e1d42b29f7c592b2778d8847b15513b98

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [ab436a45ea10a7bb76f7f2ee3371259d1eed36d4]

        screenshots: open more sc modal dialogs
        
        Change-Id: Ie0d0bcea3409f99cce0b9dccd4f316d1da3c0d84

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [849c92d867ff3eaac58af55dca4f35a5c075996e]

        screenshots: kill work-around for pseudo-headless mode
        
        Start test with use_vcl_non_headless_with_windows instead
        
        Change-Id: Id6ff9c6f15ec927e1cbe2c599c526857982a76d2

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [a7c3ced4afaa3ca0c0cfc6a951b5f0d404836376]

        screenshots: opening some sc dialogs from cppunit
        
        Change-Id: I4e56f0264ada77e24f5d71fa9eaf48e5eedaaae8

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [181932b31ea9c07a9bec3677e73b67a9a6d4e3f2]

        screenshots: unset VCL_HIDE_WINDOWS
        
        Those screenshot cppunit tests need to run in non-headless mode with
        dialog windows exposed (i.e. VCL_HIDE_WINDOWS must not be set)
        
        To preserve the current behaviour (VCL_HIDE_WINDOWS is set always on Win
        and Mac, and in use_vcl_non_headless case on Linux), introduce 2 new
        variables:
        
        gb_CppunitTest_show_windows: unset VCL_HIDE_WINDOWS unconditionally
        gb_CppunitTest_hide_windows: set VCL_HIDE_WINDOWS=1 if HEADLESS is empty
        
        (i.e. let's not use emptiness of HEADLESS as an indicator, as it is
        empty in 2 mutually exclusive cases)
        
        Change-Id: Ib2f7a9cfb1202944d10856c44b6ac7c41156b333

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [28a806d3f1a301660d68fc514e7443df43728e35]

        screenshots: exclude sd tests for the while
        
        Change-Id: Ia5fc46f5030285049acf4836ba4cbd6285cbe5ae

2016-08-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [7d5bda0a2fdf8670b34e1e3f5043ddbe5399237b]

        screenshots: add missing cppunit files
        
        Change-Id: I9fd716671c7d1dc568d14b914c9a802fc6239a5e

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ed43afc3a7d7f8ceadb01827b2c67f793cddd7bb]

        screenshots: added support for minimal Screenshot ifc
        
        For simple TabDialogs with minimal interface. That works, but found out
        that for SD it's using a TabDialog with two TabPages with the same *.ui
        file. To avoid problems for now, adapted to use PageIDs again, marked in
        the code as to-be-changed.
        
        Change-Id: I30af6367f4d3c1e9097b1fe3d2b230ab4eab5ed7

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [797db46a892eda18ca9b76f96e091c13211f1a33]

        screenshots: added pretty much all sd dialogs
        
        Windows version works well. Linux
        needs some adaptions, working on it. Also need to take
        a look at tpure TabDialog/TabPage cases (see case 23)
        
        Change-Id: Id0d32e14810dbc62b7735becf1826a9b436ce546

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [72aec4f8f1babefa6a62ff3d035b6d7661de476a]

        screenshots: added stuff for Linux build
        
        Change-Id: Icc219fd6d2d8fc555f8e54d1fd0116e5976c5f7b

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [13a9727a6399df8df0b2719adb094c81e147a3e8]

        screenshots: added more virtualization/abstraction
        
        TabPabe Identification to UI-File names. Isolated some data
        initialization constructs. Added more dialogs to dump. Should dump on
        all systems now
        
        Change-Id: I7ee07309e0bf88064f789c13bcbff93c17370f77

2016-08-18  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3fb0839da320bb2256b7a2dcf46363fc25bbfbc9]

        screenshots: extend default paths where stuff gets written
        
        Change-Id: I1886d832bb9474371ea27d4d36f0446b221246d0

2016-08-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [eab85ed43846c7304980c098522f51de7ff11da8]

        configure: move export validation, check for min jre
        
        officeotron needs JRE 1.6 at minimum, so check for that and bail
        out sensibly. Had to move that entire block down after java version
        checks.
        
        Change-Id: I69b510c53a789478710dae6167a237c2edf40f2d

2016-08-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [327f5cc66f122979943d2c896eb1824791a854c9]

        Update officeotron jar - now built with java 1.6 target
        
        Mac did not like the previous 1.7 bytecode version.
        
        Change-Id: I0dc22731cadaed7883023cb89a84d7c9304714e1

2016-08-17  Caolán McNamara  <caolanm@redhat.com>  [9555b9c71031e2f91d0975f2eafa32481160508a]

        Tino should be Tinos
        
        Change-Id: I9f02547e2c800816abe395c42fecadba2ee7332e

2016-08-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b7ccf456349c5c72b6b021e6a27d2bd8f30d7196]

        Updated core Project: help  641b43850cb2903e640bfbdd5df413e80aff2b68
        
        tdf#99840 update info on saving of pen drawings in Impress
        
        Change-Id: I46546fa3a25cf2eed21438f6171f1959777166f5
        Reviewed-on: https://gerrit.libreoffice.org/28093
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-17  Martin Nathansen  <marsianer@gmail.com>  [e879ddeda3d81ec95022142f7d4e514bfec8b123]

        Resolves: tdf#101245 doc(x) protected areas not protected with disabled cursor
        
        Protected areas of imported doc(x) documents are now protected even when
        the “enable cursor” option is disabled: It is still possible to set the
        cursor into the protected area, but the text is not editable anymore.
        
        Change-Id: If45dfc82fb7cc70e0a6569a9d735eafcafda9bc2
        Reviewed-on: https://gerrit.libreoffice.org/28075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [2a871f0f24de805d8d11ae75a896004a5e522b8e]

        firebird: fixup cloop on Windows
        
        newly added patch was already essentially included in firebird-cygwin-msvc.patch
        
        Change-Id: Ibb4d17ced8fd58dd46ff8ca54c8a0d9d0422345e

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [40bab0a345305ec271baa374cab20d55eeb2661d]

        firebird: gcc6 compatibility part 2
        
        Change-Id: I78ef547f4996050bffe83ab7e0e6acd046264bf8

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [31b13ed9ef5c46e732208be17d7c90c3af89ed42]

        firebird: gcc6 compatibility part 1
        
        Change-Id: I4fbb131a629275626510d5311550e8bf8cdef6d5

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [5dad45d798eaaeaa4c6e480e4ce4cd06964e7a1f]

        firebird: have built-in cloop use same compiler as everyone else
        
        Change-Id: I44cbbc82e34b9f4047a2fbebc3b959e3e148452a

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [5e1476af00466e657290d952365f2cf91a59a614]

        Remove duplicate line
        
        ...that was added with both c4c10c17adfb139a208deeb1a47a9fcad924b9c3
        "INTEGRATION: CWS sb87: #i88687# let Loader call new unoinfo instead of old
        juh.jar UnoInfo.getJars" and 9d53b3321881bd54526f08a9219c539c1430f2b5
        "INTEGRATION: CWS jsc21"
        
        Change-Id: I355cbd933e3cff76416d02af8d6717326e0f3cb7

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [e175592a2732c34e16bcd9c19dc465e4974071c3]

        Add missing Loader$1.class
        
        ...that was introduced with abbf4777f29374025d576ef8daa3f6dcba02ddf5
        "cid#1326844: DP: Use doPrivileged"
        
        Change-Id: I8cd4d947b258313d4d171c5888490d1a860ebee7

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [4d4c19fe44cbdb2fa462c7044318fe34958261ea]

        Nah, just check for iOS explicitly for now
        
        Fixes build breakage on Linux with a system cairo.
        
        Change-Id: I4ef52fbd4a95f72c78433038654571d59efe8996

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [64ccdbe5060986feda35d035012b1ed1016139a7]

        fixup firebird with internal icu: link time
        
        Let us see whether firebird uses LDFLAGS on MacOSX now...
        
        Change-Id: If1a2d1f11f1c17d8e4cc21f0bae87ec042333e8e

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [bb10522fd92948b442cd5742677fcae65b8f8027]

        Revert "These 'inline' keywords are fairly pointless"
        
        Nah, they are a good idea in most cases.
        
        This reverts commit 1c8e4f74c63312fca5898452fae4ba32268fce65.

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [53f9b5affe109342f1f6f02a2211fdd8b7047571]

        Drop some iOS-only code that seems unnecessary and in fact crashes now
        
        Change-Id: I146e340548830c18bc6737a723e0b4d3a684d1c9

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [a1d9ed56029b5c6e70500314719ddcfae848aca0]

        We use a much newer ICU version now
        
        Change-Id: If631e7a4d3faabcce52e3c890faed5e649d2e967

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [1c8e4f74c63312fca5898452fae4ba32268fce65]

        These 'inline' keywords are fairly pointless
        
        Change-Id: I1018ca4954282d0b62a254d509e29493588960c1

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [cb87239694e17e014c345a231c0eb21cb121f6c2]

        Use correct path to the build platform's services.rdb when cross-compiling
        
        Requires introducing LIBO_URE_MISC_FOLDER_FOR_BUILD.
        
        Change-Id: I133a7f73e48090f67764838b45de4fe8b7580efe

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [fb83fd9d22e07f8a12e5f54eea60440123125717]

        Massage ifdefs etc for iOS to avoid undefineds
        
        I think it's best to not use cairo on iOS, even if we do use it on
        Android. We probably want to use native APIs for the functionality
        that cairo would provide. Just like we do on OS X.
        
        No idea whether the resulting TiledLibreOffice will still work like it
        used to in May last year, when I last tried.
        
        Change-Id: Ie15cad6918d7a66e2aff7faabfcade7f3246b060

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [f07b8e63fde24c04e0f496c356319440e03b4741]

        Surround use of StarBASIC with #if HAVE_FEATURE_SCRIPTING
        
        Change-Id: I996d5c9bf07a8cccb7790780f9772d512b155ffc

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [a995d607efae4ce805f2122778456c88bc34d965]

        Adapt to LibreOfficeKit API changes, LOK_USE_UNSTABLE_API
        
        Change-Id: I7d83c90a8f3930f043101ed81b090dd38c43f986

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [d97a4e5feb9cbed73f11d09171e4173bc6931f15]

        Why wouldn't we need liblangtag for iOS?
        
        Change-Id: I7bb75b17003a5a40f69da1f2db5f377d5f349c34

2016-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [087b71f423cf6c047137fb1316527132bb47fc05]

        sw: allow accept/reject of redline by index
        
        Previously .uno:AcceptTrackedChange / .uno:RejectTrackedChange always
        worked by cursor position, but redlines are stored in the redline table,
        so they have a unique index. Allow specifying that index when invoking
        the command, and in that case ignore the cursor position.
        
        The index is not stable after an insertion / deletion.
        
        Change-Id: I493a22e84800ded224fb6b9c61261744dc0fb64f
        Reviewed-on: https://gerrit.libreoffice.org/28192
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-17  Caolán McNamara  <caolanm@redhat.com>  [f2033c28f4ddb5984fc9b2374486f229f296d5f6]

        enable password export tests under macosx
        
        gerrit says they build with this cert folder
        disable variable in place
        
        Change-Id: Ibf711a01e6c055613c65dd94d85b523e7c8b5acd

2016-08-17  Caolán McNamara  <caolanm@redhat.com>  [34d7a1d9bf0866b9dddb684e723d9f1e5e9a3697]

        revert div by 0 ubsan hackarounds now
        
        Change-Id: I6497a87d3071f91d5465033d2dc6ecafaa6461f4
        
        Revert "use div() instead of /0 to content ubsan"
        
        This reverts commit fa293f7d6792a2beab048461c8a067e9ca980bb8.
        
        Revert "use div() instead of /0 to content ubsan"
        
        This reverts commit e043cce9a48c1e4f4dd232a58de64f03d1d3919f.
        
        Revert "use div() instead of /0 to content ubsan"
        
        This reverts commit ebe04c075649c677b55941e3b4e57fbca150b5db.
        
        Revert "use div() instead of /0 to content ubsan"
        
        This reverts commit fb2c146752074b132d665e40343a08dcb2e6672e.

2016-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ebe4259437254123697d6d62a4475f112efff31c]

        fixup firebird with internal icu
        
        Change-Id: I38e44875234aa0c8382ab6e01b4f4c5cc16b834e

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [be9cb972503d1eb6283d43a8bbabfef7f5ffef0a]

        Silence -fsanitize=float-divide-by-zero in some parts of sc
        
        ...that rely on floating-point division by zero to produce infinity
        
        Change-Id: I081c88a9631b1d8aab85c600c6da04f158089644

2016-08-17  Eike Rathke  <erack@redhat.com>  [7d733e16513a1b9413303d60feb03c5a0de941fc]

        Resolves: tdf#88257 handle FILTERXML array/matrix context
        
        ... in which subsequent node elements are to be stored in the result
        matrix.
        
        Change-Id: Ia980a99a2b9ffba0e651f5d4c2420c8acfb80615

2016-08-17  Mike Kaganski  <mike.kaganski@collabora.com>  [190f0685c866b6232564c9d207456d3292d7a551]

        tdf#69066: use Restart Manager to restart processes during installation
        
        The goal is to allow installer to automatically close and restart closed
        applications, and thus diminish users frustration when they don't know
        how to close explorer.exe, or how to start it again and bring desktop back.
        
        Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/aa370379
        
        Notes:
        * A dialog MsiRMFilesInUse must be present in MSI.
        * It will only be used when operating system's Windows Installer version
        is >=4.0, and OS is Vista or newer. If system's Windows Installer is older,
        then current FilesInUse dialog will be used.
        * MSIRESTARTMANAGERCONTROL property has default value of 0, that enables
        installer to use the Restart Manager. It is explicitly set in MSI just in case.
        * Do not use Restart Manager and do reboot is selected by default.
        
        Change-Id: If9d8be7cb478d81db03485ee912991ae9d568ed8
        Reviewed-on: https://gerrit.libreoffice.org/28171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-17  Olivier Hallot  <ohallot@collabora.co.uk>  [cc0a182b8f38d1beb1dac4c473eb2f79952fa563]

        Updated core Project: help  38af1adac0c495b5865cd70d8a29163ec2fcdc14
        
        Document classification help page enhancements
        
        Added more information on
        Objective of classification
        Categories
        Levels
        Customization
        Pasting contents
        Toolbar
        
        Grammar and liguistics checks welcome.
        Corrected lawsuits
        
        Change-Id: Ibdf652a9ee7927fa10262c7b3b54f1d750bf72c6
        Reviewed-on: https://gerrit.libreoffice.org/27857
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-17  Wastack  <btomi96@gmail.com>  [3828e10f7c3918f89312228739b428dc5046b52e]

        tdf#91324 correct firebird date format
        
        Store date inside the embedded firebird database as:
        Years as the years since 1900.
        Months from 0 to 11.
        
        Change-Id: Ic6269a183261c4c482f91f0d3871b42c54d4b99f
        Reviewed-on: https://gerrit.libreoffice.org/28173
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-08-17  Wastack  <btomi96@gmail.com>  [d3a510e6ec7a42a7a30a24b7373931b8a8ef1a54]

        tdf#73073 GSoC Firebird Set autoCommit true
        
        Use autoCommit for embedded Firebird database.
        
        Change-Id: I5633960b8e3d4e6ee8f9b4f29406c7208a059521
        Reviewed-on: https://gerrit.libreoffice.org/28047
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-08-17  Wastack  <btomi96@gmail.com>  [45f42681f4d1260c42140a313560534e605f81a4]

        GSoC Upgrade firebird to 3.0
        
        Embedded firebird is now version 3.0.
        
        Supports MSVC 14.0.
        
        Instead of fbembed, there are now two libraries: fbclient and
        Engine12. fbclient is linked as fbembed before, Engine12 is loaded
        at runtime from fbclient.
        
        fb now needs system libtommath, which is supplied
        as a new ExternalProject of LO.
        
        Change-Id: I132939bdee745795b22f675e4265e9590079c45f
        Reviewed-on: https://gerrit.libreoffice.org/27642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cb7d76bc5552245642ba423a87831cd9e0b2b92]

        writerfilter: fix Android build
        
        lround() is missing in the std namespace on the broken Android toolchain, work
        it around.
        
        Change-Id: Ib53ace52c3a7c345de1326e3566a279f2a3f1bce

2016-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [69fb6a307172e244497bc618a102afccdd7c93b7]

        lok::Document::getCommandValues: expose redline info
        
        Index is added as a property for each item, so that later changes can be
        identified by the index when they are accepted/rejected.
        
        Change-Id: I9362d208fdbed1f46d64558d44498d2b19150c81

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [62c4a8aacf76771e97a8da35096e6ad69a11979a]

        "make debug=t" enables debuginfo again
        
        ...which had inadvertently been broken with
        99db9f2295eb9a8b3288df9798a292b8d6e1b854 "Make --enable-symbols orthogonal to
        --enable-debug/-dbgutil"
        
        Change-Id: I3962aa8c67426f3aebc5ad746f7ac281c68d941a

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [ea704f00dea2c4fe0a229876993801ea83c3c4a1]

        Avoid division by zero
        
        ...when i == 0.
        
        Change-Id: Iae1adbe559370bdba195afb74e83b5c94e5de4e2

2016-08-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [9dbaf6b3b6112d9e16fd64ab0ed5dff6e513e5f8]

        tdf#95292 MM: add unit test
        
        bEndOfDB was handled inconsistently in ToNextRecord for record
        selections and normal record iteration.
        
        This unit test checks mail merge to generate the correct amount
        of three pages (actually five with the hidden, empty pages) for
        a five record data subset, mailing a linked label document with
        two labels. Previously the third / last page was missing.
        
        On Windows, this test originally failed, because the test document
        for synced labels opens the "synchronize" dialog, which is
        generated from an UI file, which are missing in the default test
        configuration.
        
        So this patch also switches the mail merge unit test to the
        "instdir configuration", which has locking enabled and prevents
        opening a documents twice. As a result we can't use a document for
        two test and have to load the source document for inspection after
        the UNO mail merge call, because it can just work with a file name
        as the source document. This way the document isn't opened twice,
        and the tests still pass on Windows.
        
        Change-Id: I98b33defc403c40b84af44d91ed7fdcf6cf347a3
        Reviewed-on: https://gerrit.libreoffice.org/23503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [0dd82f4ffe7ae462bae30b93d245d2234c55ef84]

        tdf#86087: Convert relative URLs to absolute upon import of docx etc.
        
        ...to fix the import part of tdf#86087.  Apparently, "fragment-only" relative
        same-document URLs (like <#anchor>) are supposed to remain relative; otherwise,
        various tests like testFdo69548::Import in CppunitTest_sw_ooxmlimport fail.
        
        Change-Id: I2dbba2f2f1e225f85e21600e68a3c4cffdb023b2

2016-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8004bcd6e1180bdeae03200b2e5f6f93351d5e07]

        sw: use std::lround() instead of manual rounding in RTFSdrImport
        
        Change-Id: If869c3f987996918904dca76de92d3e35789efa5

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [0214be9338f5a375014f8246f9908bbd22b27e58]

        -Werror,-Wunused-private-field
        
        Change-Id: I7c1f1438be7226b9ea4692f1c4e39782288f6196

2016-08-17  Stephan Bergmann  <sbergman@redhat.com>  [6be059453e243af45de6f5a3fa33d30b6dbf3d36]

        Use full absolute URL in footer-contain-hyperlink.docx
        
        What this binary change does is change in the contained
        word/_rels/footer1.xml.rels from
        
          Target="www.google.com"
        
        to
        
          Target="http://www.google.com/"
        
        because of:
        
        <sberg> vmiklos, do you know how
          sw/qa/extras/ooxmlexport/data/footer-contain-hyperlink.docx (introduced with
          4654e9b113a66c800161d0ee82d587055fff4f8b ["fdo#74271: Added unit test & code
          changes for footer contains hyperlink."]) was created?  It contains a
          word/_rels/footer1.xml.rels with a <Relationship Id="rId1"
          Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
          Target="www.google.com" TargetMode="External"/>, where that
          Target="www.google.com" is not a proper URL, but the testFooterContainHyper
          link test in sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx expects it to end
          up as "http://www.google.com/"
        <vmiklos> sberg: [...] that sounds like a bug, MSO resolves that as a regular
          relative file reference, i.e. to file:///...\ooxmlexport\data\www.google.com
        <sberg> vmiklos, ah, that's good to know; I'm trying to fix tdf#86087 ["FILESAVE
          FILEOPEN VIEWING: Can't open or save relative links in docx"] by turning
          relative URLs into absolute ones when reading docx etc. in
          writerfilter/source/dmapper/DomainMapper_Impl.cxx, but that now caused that
          test to fail
        <sberg> vmiklos, so I guess it's best to modify
          sw/qa/extras/ooxmlexport/data/footer-contain-hyperlink.docx to contain
          <http://www.google.com/> instead of merely <www.google.com>
        <vmiklos> sberg: yes, i think so
        
        Change-Id: I7986acb66f260faaf8fe5398f3778cc35fb9930d

2016-08-17  Caolán McNamara  <caolanm@redhat.com>  [a88e8607800e68461c4f7fc5e1f72f5f802c53fd]

        these are typically used for export substitution
        
        Change-Id: I6d31e7eaa87fc43faeefb5d4095efab8cedd3679

2016-08-17  Noel Grandin  <noel@peralex.com>  [8cb4a74de40973006e569f25958bd7585ddfc3e4]

        loplugin:staticcall
        
        Change-Id: I0e35e3e6b7540fb1b8a65b034095d2b1fe80715f

2016-08-17  Noel Grandin  <noel@peralex.com>  [d5de00cc73ca6b60f586c13f22d7b78470984dea]

        loplugin:unusedenumconstants in basctl..editeng
        
        Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08

2016-08-17  Rishabh Kumar  <kris.kr296@gmail.com>  [0e867bc4cba66c14d543e111ea8ab89dc2444ee0]

        [GSoC] Add new Bitmap controls to bitmap tab
        
        Change-Id: I0eb59e5082da1efa52dcb3b85f6e4129aad3e676
        Reviewed-on: https://gerrit.libreoffice.org/26402
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [293b6080e9f3cd911d0046bfa16f556616c59d04]

        UTF-8 is Unicode, too
        
        There is no dichotomy of "Unicode" vs. "UTF-8". What is meant is
        UTF-16 (OUString) vs. UTF-8. So say so in the comments.
        
        Change-Id: I14fa7f543e87ed9e54fb37374a0b17d7e09a0879

2016-08-17  Tor Lillqvist  <tml@collabora.com>  [d5ffeddff2a241c2cbbf1e3a03e41aee47307f87]

        loplugin:staticmethods
        
        Change-Id: I84fe6603010defcfae32250c86e75cf2237f64a1

2016-08-17  Szymon Kłos  <eszkadev@gmail.com>  [ce59d3be31c144279a8ab857a2f1fc71bafab343]

        GSoC notebookbar: BigToolBox
        
        + New container: sfxlo-BigToolBox
        + Writer: Paste button with dropdown menu
        
        Change-Id: I8fa9ff2cbf594078cc2347bef790b8647ce4e6ea
        Reviewed-on: https://gerrit.libreoffice.org/28156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-17  Akash Deshpande  <fastakash@gmail.com>  [9a3457b1be0f78e21b572f660ce170a6f09c56e3]

        Updated core Project: help  2e141341684eb610834db92693d715f3fd01d0dd
        
        tdf#94553 fix nested lists in wikihelp
        
        The problem was that only the first element in a nested list
        was getting the extra '#' character Added a re.sub statment
        to ensure all elements inside a nested list have this to ensure
        proper display Also backing out temporary/FIXME changes in
        the xhp files.  The run is now free of warnings with
        the desired changes showing up for 'Using Gluepoints' page,
        which has a nested list
        
        Change-Id: I4009408ee11e191cbd5e1560ca1d08f3e7b5c630
        Reviewed-on: https://gerrit.libreoffice.org/28107
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-08-17  Noel Grandin  <noel@peralex.com>  [fa8121a08f8ca86864184b7922793209f978f3d9]

        convert SvXMLGraphicHelperMode to scoped enum
        
        Change-Id: Ib0360b395fafe3c8123a0cc0fd0cbfd581fa5414

2016-08-17  Noel Grandin  <noel@peralex.com>  [36d02d78061889ac20f9484672100e92cf1cc0c1]

        convert XPolyFlags to scoped enum
        
        Change-Id: Ic2a6fad90a0f8c8516469db240ec9910824c1286

2016-08-17  Noel Grandin  <noel@peralex.com>  [48cb92cb1671bfdef3fcf43978455f19b26ca7bd]

        convert XPropertyListType to scoped enum
        
        Change-Id: I071c0d17c7c5982af47bccd92580bbac62bdf7b3

2016-08-17  Noel Grandin  <noel@peralex.com>  [430b93f7f3c9f5aeb89db634447cb554acd125aa]

        convert SvxEscapement to scoped enum
        
        and fix a potential bug with footnotes and superscripts in writer in
        ndtxt.cxx, where it was passing bad args to the SvxEscapementItem
        constructor
        
        Change-Id: I0d2de34c056e7824f3b456a86d502e10ac93a1c1

2016-08-17  Noel Grandin  <noel@peralex.com>  [49561be0fd2041fc9d32c4ac1ab1063f620a4e08]

        convert SvxTabAdjust to scoped enum
        
        Change-Id: I29a33b8ea5daaa4b9059d024ffa4a99ca924f7ef

2016-08-17  Noel Grandin  <noel@peralex.com>  [42ab2cfbd92bc30a62a2c126d4ad6d5726846d8b]

        convert SvxLineSpace to scoped enum
        
        and rename to be more explicit
        
        Change-Id: Id06e6b68ef30e1d0d0daf19c37a390060e8bcb01

2016-08-17  Noel Grandin  <noel@peralex.com>  [a49eeecd2372c620caa66428acaf27ebc7d70e92]

        convert SvxInterLineSpaceRule to scoped enum
        
        and rename it to be more explicit
        
        Change-Id: I3f8bd7928495dba1e94b785cdda06d9819ee66bf

2016-08-17  Noel Grandin  <noel@peralex.com>  [de47ae4f7e409d2e341829a044d8f721377e2663]

        convert SvxSpecialLineSpace to scoped enum
        
        And move it inside editeng, since it's not really used anywhere else.
        And fix a bunch of places that were incorrectly calling the constructor
        with the enum.
        
        Change-Id: I74e8ab8bcf315eb5ad0720e74d04a450f0a3e5c9

2016-08-17  Noel Grandin  <noel@peralex.com>  [d5ad8f9619d463a643ab53447cf3576a9ff1a716]

        convert SvxBreak to scoped enum
        
        Change-Id: If8b79ed617e5662550bd73bd1506d047217f2313

2016-08-17  Noel Grandin  <noel@peralex.com>  [fd0e67ce0d8cf84470b1414009ed1e0f81410b0f]

        convert SvxCellJustifyMethod to scoped enum
        
        Change-Id: Ifdb9192f6556477a28af05a74042f216d4e9e8fd

2016-08-17  Noel Grandin  <noel@peralex.com>  [95be297746fda812f5a64e5fd53c753dfd9b249c]

        loplugin:unusedenumvalues in sw
        
        Change-Id: Ia5faa65cd7824183cead2634edab96b5d23a6c02
        Reviewed-on: https://gerrit.libreoffice.org/28072
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0a3269183bf145511361a3968dca07824923dd4]

        sd lok: limit undo/redo access to undo actions created by the same view
        
        Unlike in Writer, the state and the exec method of .uno:Undo is
        different codepath so for now ignore the Repair argument of the command,
        assuming that the command is only dispatched if the command is enabled.
        
        Change-Id: I3bfe8d72522f32efe436e21c383c99b3612eab6b

2016-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [f36406bf441704d8904f860d81774f0f89ab270a]

        starmath: Avoid assigned but unused value
        
        Change-Id: I3d8ede40e2231e3b88c43b17e353ea962e02acc7

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [aa21f8acfa4d4997688ef4ddc04fcf95987e3424]

        tdf#100547 Save to ODF XY customized names
        
        Trendline equation: Following change 27069
        https://gerrit.libreoffice.org/27069
        Save customized names of X and Y variables in extended ODF
        
        Change-Id: Ie39487866f7671f4468a37f48847038fbd2cec2a
        Reviewed-on: https://gerrit.libreoffice.org/27233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [428711f03c31802e339e57384b9f925a0e4dcc12]

        Start tdf#100547 Trendline equation: customize X, Y names
        
        Change trend line UI to add fields: X name and Y name
        to change "x" and "f(x)" in equation representation
        
        Next to be done: save it to ODF file
        
        Change-Id: I0680ee1bbfbbb74016ecc858917e10d6790ac63a
        Reviewed-on: https://gerrit.libreoffice.org/27069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-08-16  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [84d9a3642c62d930f4064536659c76a48b9f337e]

        GSoC - fix build of fasttokenhandler
        
        Change-Id: If561895da71e08bd9e58fce281c412d9f9206cad

2016-08-16  Daniel Sikeler  <d.sikeler94@gmail.com>  [f577a422079c5333caa52e69ad09eb2b83de9134]

        GSoC - implement global tokenhandler for odf-tokens
        
        This generates perfect hash for odf-tokens and use them with the tokenhandler.
        With added test case to check to and fro mapping between tokens.
        This is taken from Daniel's work in feature/fastparser branch.
        
        Change-Id: I7cf77c1eb6c9dd68fd78108c6e0726507c7672e1
        Reviewed-on: https://gerrit.libreoffice.org/28073
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-16  Niklas Johansson  <sleeping.pillow@gmail.com>  [10c6bef34d8f40173f2d87037327706cb20ed33e]

        Updated core Project: dictionaries  92e62f751b0eda0ba54bfa8c265ca40a077bc0ec
        
        Update the Swedish dictionary to the latest release
        
        Various minor updates.
        
        Change-Id: Ib22e2d88a52e890304694d57da9a192c773744ce
        Reviewed-on: https://gerrit.libreoffice.org/28179
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [c16efc81bd9fb1cfc85f7949eccbdeb5818e5093]

        Native Numbers: update list of supported languages
        
        Change-Id: I3a6ef21e1d46aeecb5bfd84e43dd2563b201de0a
        Reviewed-on: https://gerrit.libreoffice.org/28170
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0da121bc6702b8ae1859708c7e5532f7b97e4c2a]

        tdf#30456 Enable to empty or not merged cells
        
        Insert options during MergeCells to empty hidden cells
        Three options:
        - Move contents to first cell (previous Yes)
        - Keep contents in covered cells (previous No, default)
        - Empty covered cells (new option)
        
        To be done: link to the help system
        https://gerrit.libreoffice.org/27467/
        
        Change-Id: I98e85296591cce8ba789d282cead1f1010e5e2ce
        Reviewed-on: https://gerrit.libreoffice.org/27463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [6e44bb1b67f41dc7dbf15fe4502578a38ac59738]

        Fraction Number Format: add UI/Sidebar options
        
        Enable modification of fraction number format through dialog UI:
        - negative in red
        - "Decimal places" is replaced with "Denominator places"
        - leading zeros for integer part
        - thousand separator for integer part
        
        Update: options in Sidebar
        Thousand separator works, also for ' ' as thousand separator
        
        Change-Id: I0ed2952ed9cd8afb5444b44997526e5019a5858d
        Reviewed-on: https://gerrit.libreoffice.org/27268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-08-16  Noel Grandin  <noel@peralex.com>  [e8ac831bd6d5f2524bab826bfbedf23f8952bbce]

        Fix 'AddressSanitizer: container-overflow' problem detected on OS X
        
        Patch by Noel. Committed and this message written by tml, who doesn't
        fully understand what the code does, but this definitely fixes the
        problem.
        
        Change-Id: Ifdc9faac0323028fa2888eb4a2d68e6ae5a905ae

2016-08-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f1bca4ad79dd95a412e8b321a168b518bf3e0eaa]

        Updated core Project: help  053c67aeb4049a175eda8dc4a1910516f58ce7b4
        
        Improvement in help page for number format codes
        
        added/fixed comments by LBP in code review 1
        
        Change-Id: Ic06e89a027d70d35c6985215b7fcc420d7b4e7ed
        Reviewed-on: https://gerrit.libreoffice.org/28110
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-16  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [5300b55a1dbcbea6ea244e66e3bc91a0218db5c9]

        tdf#101094 (25): Make a std::less explicit, add/remove TODOs...
        
        ... and a bit of function member signature change.
        
        Change-Id: I0d41277bca3991c7c105400e932df96f7bcf0d79
        Reviewed-on: https://gerrit.libreoffice.org/28172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a81eac7ce80732f983eb06713ac79c9cd4c5340f]

        tdf#101204 make VDB return correct results for fractional periods.
        
        Change-Id: I97f7ff5f0c632a2b2e0501919a4d0fc1414fa028
        Reviewed-on: https://gerrit.libreoffice.org/27779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3c5635b9bbd3de65760409c7f4e72b295b749be]

        LOK unit tests: document what is a view callback
        
        Change-Id: Ic605ca12cebfb6fd8239829942bbc6a70f45ac06
        Reviewed-on: https://gerrit.libreoffice.org/28168
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-16  Szymon Kłos  <eszkadev@gmail.com>  [aa2aa4a6d25874b5c3bb751bd42574b838f75fe2]

        GSoC notebookbar: icon size switching
        
        + added entry in the Options > View
        + changed sfxlo-SidebarToolBox to sfxlo-NotebookbarToolBox
          in the Notebookbar ui files
        
        Change-Id: Id5719953be9830b650af96d54e63936c553cda74
        Reviewed-on: https://gerrit.libreoffice.org/28169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-16  Caolán McNamara  <caolanm@redhat.com>  [76de7bbf3625efd9f4eeb2183bb0bd22e7a795db]

        Resolves: tdf#101511 package the emoji config stuff into install
        
        Change-Id: I02416f6b977fbe52ddf04ab1b12127c76797629c

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [38ff65644f38f631239f36f85877e3b134dfc4e2]

        Remove unnecessary UcbStreamHelper::CreateStream overload
        
        ...with an explicit XInteractionHandler, but which was only ever called with a
        null XInteractionHandler, so could just as well call the overload that doesn't
        specify one (but internally uses a special SimpleFilaAccessInteraction handler
        since f60eaab748add19683e66c7e4bc073c9ce7887f7 "Related: tdf#99312, add
        specialized interaction handler", which is probably also what is wanted for
        these two calls to UcbStreamHelper::CreateStream in cui and sd).
        
        Change-Id: I2bf7bebd32f1c06b7414a4646631a19b689ee52f

2016-08-16  Eike Rathke  <erack@redhat.com>  [9e3c49f4449519680f2b149c71367f44dfa7736f]

        Revert "add LOGEST testcase"
        
        This reverts commit f2da3173f8d91898638749039265b7ad3303df2a.
        
        It makes fail the Linux-rpm_deb-x86@71-TDF and Linux-rpm_deb-x86@71-TDF-dbg tinderbox builds.
        
        Change-Id: I78f270e24fe7e500f147fb1ab637c67e54d5d07d
        Reviewed-on: https://gerrit.libreoffice.org/28161
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-16  Caolán McNamara  <caolanm@redhat.com>  [1ce624ea8abd583eb8007c39669795e3ab808b35]

        Related: tdf#101511 don't crash is emoji data is missing
        
        Change-Id: I4209763671b1a84cd9d35e0c90f5f3dff05b23b8

2016-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [77235ac64be61afd707931675fec100c7c50d01c]

        editeng: introduce OutlinerViewShell::NotifyOtherViews()
        
        This allows notifying other views about e.g. cursor position changes
        even if SfxLokHelper::notifyOtherViews() is not accessible from editeng.
        
        Change-Id: I921e97344ffe562109a221f241e70b3f68ee9aaf
        Reviewed-on: https://gerrit.libreoffice.org/28162
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-16  Caolán McNamara  <caolanm@redhat.com>  [b101ff56e874824fa9f0d37a8468b07dbf3d002c]

        Resolves: tdf#101165 crash on deselecting all filters
        
        this affects 5-1, but not master because of
        
        7967e5e51e5210b8c3d3dc63502bd7d875eb36b7 which changed
        the trigger in ScCheckListMenuWindow::setAllMemberState
        but lets fix it in master anyway in case there's another
        route in here
        
        Change-Id: I49162bb73bf6dbef5cff68d35d10da2c47d9f2b5

2016-08-16  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [a5d144933088502bb79c99e0cd5808f4a18a4f76]

        configure.ac: absolute paths for validator execution
        
        Change-Id: I8440d784d9d2c07ab1c1fdbf291dcfc17270ee68
        Reviewed-on: https://gerrit.libreoffice.org/28159
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-16  Caolán McNamara  <caolanm@redhat.com>  [102815fe38dfdc2786bd5cf7a5acee564c912775]

        bump curl to 7.50.1
        
        Change-Id: I6ebc491a750e2a74901e60658f35d249f3ded24f
        Reviewed-on: https://gerrit.libreoffice.org/28157
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-16  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [1ed01e1bcc929d363ad5f3c4d2cf262a20134412]

        tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH, MOVE
        
        Plus another PUT forgotten on a previuos commit.
        
        Change-Id: I9e15cae2e858884cfd4c827ae767a2c5fcef1782
        Reviewed-on: https://gerrit.libreoffice.org/28158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [174c064b0409de94472a5a46f29f740525513506]

        loplugin:stringstatic
        
        Change-Id: I3812abe3b275bc1b89e340d0e8f52aa1d67905e8

2016-08-16  Eike Rathke  <erack@redhat.com>  [dd2679ecaa2b75670d5bf57fbe94147cf081654a]

        Resolves: tdf#101540 add Silesian [szl-PL] to language list
        
        Change-Id: I7f73a6286d080a5ebf1b7a1bb834a06f51be6529

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [1eca527f253b828f009f2bff36a033ee02faf2a3]

        loplugin:stringstatic
        
        Change-Id: I00cb0310c90601472472c570e6c3452605258059

2016-08-16  Eike Rathke  <erack@redhat.com>  [50e88b1dec896236b6d7653a767028d0bed1c857]

        update miBroadcasterPos before copying it, tdf#100852 related
        
        Also for CopyAsLinkHandler.
        
        Change-Id: Ia8ca5cbcd5edcf3b85f8d735d7c698572479ec22

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [0f06a4fdad74346ef9a69142d43a147f9e8243b4]

        loplugin:stringstatic
        
        Change-Id: I89cbdf1b831818e7d72b5f9b6334df35a35d4f9f

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [2faa219ac802d1b0a1cc58fadeb64fb560c969a0]

        loplugin:stringstatic
        
        Change-Id: Ia5d7ca7864dbef1489294783438b9d718159614b

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [a8a2f6474245fa957105a0c50af2115ff5b6db37]

        loplugin:stringstatic
        
        Change-Id: I062c3269b98e6833b99e50c1784f531e57ea3ea7

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [b4f2af4bb8d060423b3c50a7026e5045ff64c432]

        loplugin:stringstatic
        
        Change-Id: Icb05f681aa549a975ae4a1dee749e20ad4a215f0

2016-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2de168e99ba9cd2539f1ddbeffad7e3eb71a7b1b]

        tdf#100507 RTF import: don't set default para style to the 0th char style
        
        Regression from commit 1be0a3fa9ebb22b607c54b47739d4467acfed259
        (n#825305: writerfilter RTF import: override style properties like Word,
        2014-06-17), the problem was that the RTF_PARD handler wanted to set a
        default paragraph style, but it didn't check if the 0th style is
        actually a paragraph one. This resulted in using a character style name
        as a paragraph one, throwing in SwUnoCursorHelper::SetTextFormatColl()
        -> all paragraph properties were lost, including the left indent.
        
        Fix this by tracking the style type, and filtering out character styles
        when looking up a default paragraph style.
        
        Change-Id: I41faab0e72667b89ec9a507014b395a675847abf

2016-08-16  Akshay Deep  <akshaydeepiitr@gmail.com>  [c505ec78ddf97fbcb6e39b7865df5a455d41bf38]

        tdf#101440 Better rendering of tooltip in gtk2 and windows
        
        Change-Id: Ifd29f0f2c42dca722c8a7a0e2d9f6a56c2edaa66
        Reviewed-on: https://gerrit.libreoffice.org/28149
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-16  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [592a8657fa6bdc6ed72281d792c19ff0bff31387]

        GSoC Writer Table Styles; Update by example
        
        + Added possibility to update style by example.
        + Fixed SwTableAutoFormat::GetBoxFormat
        
        Change-Id: I80d9334ceda0ef7e0984fb54731850034b44cd44
        Reviewed-on: https://gerrit.libreoffice.org/28063
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [1fd006b020212d8f4743eac105f8d36889a21071]

        loplugin:stringconstant
        
        Change-Id: I73fae0d8a7859690b5bc2876f544d812c808dc8e

2016-08-16  Stephan Bergmann  <sbergman@redhat.com>  [63d94a6c507015b2094e4f16f2b7b5b3a6015d20]

        Fix check for aMinusSign in chart2/inc/SpecialUnicodes.hxx
        
        Change-Id: I15e344874d90cc38acb219e7c07579d68af89043

2016-08-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [aff3d8dbacf67c4109ea70770719f8ebfa326873]

        remove casts
        
        XPropertyList members take long for position
        
        Change-Id: I39b064f0934f9d4b30f71065537983dd8bce3697
        Reviewed-on: https://gerrit.libreoffice.org/28150
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-16  Szymon Kłos  <eszkadev@gmail.com>  [af97c180983e5a8ac147b97f7773d483bba8cfef]

        GSoC notebookbar: multiple .ui implementations
        
        + added menu controller for .uno:Notebookbar showing
          all implementations
        + switching between .ui files
        + officecfg stores implementation description
        + added second implementation file notebookbar_groups.ui
        
        Change-Id: I9f406daced7a111793f61a2e9f939cba27d92184
        Reviewed-on: https://gerrit.libreoffice.org/28067
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2016-08-16  Noel Grandin  <noel@peralex.com>  [5b1095fc03e90506cb8ed956fafb528d4f6b0044]

        loplugin:unusedenumvalues in sc
        
        Change-Id: If16f62c3a44a603aff7399f2064777069d5d85fa
        Reviewed-on: https://gerrit.libreoffice.org/28074
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-16  Arnaud Versini  <arnaud.versini@gmail.com>  [93de7661211d19f6fff201bff5625413a453258d]

        basic: Simplify SbxArray
        
        Change-Id: Idcc1e35d0a1d80591e2cebdae37a70cf029b022e
        Reviewed-on: https://gerrit.libreoffice.org/28147
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-16  Noel Grandin  <noel@peralex.com>  [127f70d66ac32b7a4ec818adaf1bdccb71865ee5]

        new loplugin to check for static OUStrings
        
        that are better declared as OUStringLiteral
        
        Change-Id: Ifb5d9a12bb31a68641940bec16971a8181a46567
        Reviewed-on: https://gerrit.libreoffice.org/27377
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-16  Abhilash Singh  <abhilash300singh@gmail.com>  [ce95e39f8e952159844e9dc04a1df402bb103634]

        tdf#44282 fix missing space for numbered lists in TOC
        
        Change-Id: I6baa6c775ac6142e4ba4197ce4d164628ef0ba1e
        Reviewed-on: https://gerrit.libreoffice.org/27423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-08-16  Takeshi Abe  <tabe@fixedpoint.jp>  [989e8bc0d792f0dc5778746fac45de129a22d7ac]

        loplugin:salbool
        
        Change-Id: Ib758a0b1c33173097aee80bff49b7c4937cf9fdf

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [c5977a89c28b285dfface71ca71e07bb0463ed19]

        Resolves: tdf#96451 do magic to enable embedded chart sidebar only for chart
        
        objects, and do the normal thing for other objects, e.g. math
        
        Change-Id: Ifb786a841b843b0317713769cb214a44dceaf546

2016-08-15  Eike Rathke  <erack@redhat.com>  [7b768dd9a78d2a979eb4d1b1b5b33a4f01a1a98a]

        Resolves: tdf#100852 update miBroadcasterPos before copying it
        
        Change-Id: I9ab9acfb0871355ceb2c3c83f51e7ba05a74d8f2

2016-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [40231526b6a0d6d8713932b3ae60d665f615833c]

        sw lok: limit undo/redo in SwDrawTextShell
        
        So that one view can only undo/redo its own changes. This is used when
        editing shape text, as that doesn't use
        sw::UndoManager::GetLastUndoInfo().
        
        Change-Id: Ibc3d6fcbd18398569190f06ed9b7399c54bb7d41

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [bf882eb5719ed1d1119a1ec8f2f7cad32af39322]

        mbInitialLayoutDone is unused
        
        Change-Id: Ic660ba53b450071ad222a3c1adb13e908dbf0023

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [fd0f33b7766f09f64b62e150633601f607ee6897]

        Resolves: tdf#92906 badly rendered elements dock after hide+show
        
        The show after hide is seen as "InitShow" which find the optimal size for its
        contents. That's ok if it was a toplevel dialog, but its not in this
        circumstance of a docked docking window and has to live with the given size.
        
        This seems to have basically come unstuck with
        
        commit 05d4077b724f91fca736d3c3fd64f28e304d7172
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Sep 1 07:17:09 2014 +0100
        
            rearrange matters to get FloatingWindows working loaded from .ui
        
        Change-Id: If47bb392c8235d946bb2fd07448c6f48479a5163

2016-08-15  Tor Lillqvist  <tml@collabora.com>  [d179edbf4000a75f325238f1ba49b94e49af4b79]

        Default libtool to /usr/bin/libtool
        
        We never want LIBTOOL to mean a GNU libtool (which is a totally
        different program) which might be present in $PATH before
        /usr/bin/libtool, specifically /usr/local/bin, which by default (and
        stupidly IMHO) is before /usr/bin on stock OS X.
        
        Change-Id: I633a9fd275503f77fc1a0dd3d24a6776579792ba

2016-08-15  Tor Lillqvist  <tml@collabora.com>  [2e41d84857f902ff89ed67be637ed0dd4ec2cd8a]

        Drop leftover EXTRA_CFLAGS and EXTRA_CDEFS
        
        Change-Id: I006d19498f4b5c3bd4088fd1e290c30e7022b1c9

2016-08-15  Eike Rathke  <erack@redhat.com>  [f23c637fdef9819434c5d33d3d9421fe8fc0ffc2]

        properly move bLCIDInserted=true into the condition
        
        Change-Id: Iaad1b3cb2ee4e7dd293af00eb738cfd66c8b94d6

2016-08-15  Eike Rathke  <erack@redhat.com>  [9545b62ee3b8f8b2c3c0c3ca03009d8690721713]

        Revert "add LINEST test case"
        
        This reverts commit 98cf484952eb2cec654a3d7d27463131b9f8509b.
        
        It breaks tinderbox build of Linux-rpm_deb-x86@71-TDF-dbg for yet unknown reason.
        
        Change-Id: I8384faa32b39e79c7e57a20a9a9d7a2e3c9a9b11
        Reviewed-on: https://gerrit.libreoffice.org/28142
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-15  Eike Rathke  <erack@redhat.com>  [620e1697fe041a07ac15fde7620489d7728f2a27]

        Revert "add GROWTH test case"
        
        This reverts commit e601533855e2d7958a2d216e40601400178374a5.
        
        It breaks tinderbox build of Linux-rpm_deb-x86@71-TDF for yet unknown reason.
        
        Change-Id: Ie68fd7ba1bb218940d90c66cae07a9c2374a864f
        Reviewed-on: https://gerrit.libreoffice.org/28143
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [634423fd57971e04f104a9722d46c2b344bb7608]

        Resolves: tdf#44241 highlight the newly installed extension
        
        this was changed by
        
        commit a6efec83cee0ab447f9e6a5716aee5d2165f95c7
        Date:   Mon Nov 28 10:54:55 2011 -0200
        
            Fix for bug fdo39748, Easy-hack Cleanup extension list.
        
        so restore addPackageToList to not remove the old one before potentially
        re-adding it, and instead follow the same model as
        TheExtensionManager::modified to refresh the list
        
        Change-Id: I8c3207760361dbd42e400fa9f323ca42971bbcc0
        Reviewed-on: https://gerrit.libreoffice.org/28137
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-15  Susobhan Ghosh  <susobhang70@gmail.com>  [f71a59b5836e03aac42f51ff4d36b73639a6f138]

        Add padding to sidebarparagraph controls
        
        Change-Id: I886d11af7b499d43dbe9f2e550607a7faae0b57f
        Reviewed-on: https://gerrit.libreoffice.org/28101
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [b46f82eb567e10a00c184d0da04d2961c2af1507]

        sw: prefix members of SwPagePreview
        
        Change-Id: Ied4c8aa5ead971d7a373ae580cd7bbe6df1859f8

2016-08-15  Yousuf Philips  <philipz85@hotmail.com>  [c2f95e69684948aa2db75b95afbf7a5eb77be953]

        tdf#87794: Media Playback Panel
        
        Change-Id: I2ad02ea031c2a1f558f76bd4c5dd816e400c5269
        Reviewed-on: https://gerrit.libreoffice.org/27363
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-15  Eike Rathke  <erack@redhat.com>  [3c82f7d762907c4bf9387bd2bc0680a58c1e2ca1]

        use SvNumberNatNum::IsComplete() instead of IsSet(), tdf#79398 follow-up
        
        IsComplete() takes into account if the language was also set, output is
        transliterated only if complete.
        
        Change-Id: I1b7c2c8dbd308604c7af9aa5d1aa3ff0c1b436ca

2016-08-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ab98c81e1c4913aac3ce6453aa95c581dd582058]

        tdf#79398 Export to XL DBNum codes
        
        Change-Id: Ibe24b68b89909eecdf73fe4f7db19de26396194d
        Update: only if corresponding code exists
        Reviewed-on: https://gerrit.libreoffice.org/28090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-08-15  Noel Grandin  <noel@peralex.com>  [6f6024610b6f5392a96ed07ce9abe5aab606519d]

        convert SvxSpellArea to scoped enum
        
        Change-Id: I91d3caabb667e7d4ff23e603026e072074058712

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [5b9480b5d29a7f5fc4ba509f180a71b162451b34]

        Related: tdf#87686 on refresh from selection, only consider the edit updated
        
        not the category list, which re-guesses the keys. So user input keys remain
        the same on resync
        
        Change-Id: I75a069bb3e828f8d5910f36996c6538c4cde4431

2016-08-15  Noel Grandin  <noel@peralex.com>  [ea2604180089ec749086f868a17ffef7cbcbbc47]

        convert SvxCompareMode to scoped enum
        
        and move it to SW since it is only used there
        
        Change-Id: I9cc7869564e24a8ce733f30ef453751a854cf7e0

2016-08-15  Caolán McNamara  <caolanm@redhat.com>  [9e87c064408aa9549336d4ce463e2c2315d30001]

        ubsan: -1 is not a valid value for type 'css::util::SearchAlgorithms'
        
        Change-Id: I59e435c1814da57c318c12f2c1539542960f5b90

2016-08-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b1ce5db192750210b1546417494664f91759719d]

        tdf#101462 tdf#79399 lcl_matchKeywordAndGetNumber returns integer
        
        This prevent [DBNumX] format codes to be recognized
        Fix in the same time tdf#79399 (import of [DBNumX] from XL)
        Do NOT fix yet tdf#79398 (export of [DBNumX] to XL)
        
        Change-Id: I08817818bf0ff30b4704bb69b2ac9aa3890c7aa6
        Reviewed-on: https://gerrit.libreoffice.org/28071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-08-15  Stephan Bergmann  <sbergman@redhat.com>  [581ea5dc351232f9b7b70bdcfe909d288298035e]

        -fsanitize=vptr
        
        Change-Id: Idce5149277a0fbbcb8bcb92c2f368b796ac0d843

2016-08-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2b68e03348b3b4009e8bb2af7979de36bd3450c5]

        tdf#100782 have XPropertyList hold unique_ptr
        
        Change-Id: I928f297e1be76b965898d83cb3dd2e79b23b7974
        Reviewed-on: https://gerrit.libreoffice.org/28095
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-15  Arnaud Versini  <arnaud.versini@gmail.com>  [3093732c17d14b0e6eb67868c514448f13bc66d0]

        basic: SbxBase should be abstract
        
        Change-Id: Ief4297e5c64cfb29645463aca3cc677dc06fc95a
        Reviewed-on: https://gerrit.libreoffice.org/28112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [f8f68042597cd38b8dab7413baadb093c4a01a00]

        tdf#101141 Show only template files in start center and template manager
        
        Change-Id: I7869a65ba0d036d8a4373bdb736909a2ea9d1285
        Reviewed-on: https://gerrit.libreoffice.org/27929
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-08-15  Arnold Dumas  <arnold@dumas.at>  [95abd2fcc7acc9faaf00812f9e808a86baae6bea]

        tdf#89329: use unique_ptr for pImpl in odbcconfig
        
        Change-Id: Ieba9b60dfa8e61d41a18096e1bddc3c8c70b2e2f
        Reviewed-on: https://gerrit.libreoffice.org/28113
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-15  Justin Luth  <justin_luth@sil.org>  [2a174c2f6fd58a31eb150b84de83e5ba1c4d3fed]

        tdf#97090 writerfilter - don't fill_SOLID with auto color
        
        fixes a regression from 24077b2d52ab3d0fd0db5afb25d8b94b62386e3e
        
        <w:shd w:val="clear" w:color="auto" w:fill="auto"> seems to be
        the default "fill disabled" state, so don't force a solid white
        fill in that case.
        
        Change-Id: Ia421e52e228bbf0d3a2cd9af72e0a580042e5dcd
        Reviewed-on: https://gerrit.libreoffice.org/27915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-15  Arnold Dumas  <arnold@dumas.at>  [b2465ef049d06b9ee91a6e8cd1e4c4e777d9f436]

        tdf#89329: use unique_ptr for pImpl in dlgsave
        
        Change-Id: I3743637b2ad5747073e61a46cdb28604dd9fb95f
        Reviewed-on: https://gerrit.libreoffice.org/28114
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-15  Noel Grandin  <noel@peralex.com>  [d64395704e1a41e8f39e70a219ce3be90928e04d]

        loplugin:unusedenumconstants in unotools..xmlhelp
        
        Change-Id: Id7ddc0fc1f57c5e8e7fb002e31d54fb8e9f8ffab
        Reviewed-on: https://gerrit.libreoffice.org/28050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9532f45ff009f67940c77dccd463f3088866b75e]

        Revert "add CUMPRINC test case"
        
        This seems to break the @71 tinderbox.
        
        This reverts commit da67f033d2a726a54ba10a1796beca50ed8b2624.

2016-08-15  Yousuf Philips  <philipz85@hotmail.com>  [9b92999a7213c8a6918544bffd9962062bf99584]

        tdf#92218 Another round of tweaks to single toolbar mode
        
        Change-Id: I685687df630fe1905f18476be8c0266546048ceb
        Reviewed-on: https://gerrit.libreoffice.org/28108
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-15  Yousuf Philips  <philipz85@hotmail.com>  [61da48e0b589ae4a660c9e8d858aa2e72d83645f]

        tdf#83054 Small tango icon for go to page
        
        Change-Id: Iaa55da9a620b16a2828964ecce894cd34e10f07a
        Reviewed-on: https://gerrit.libreoffice.org/28102
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-15  Takeshi Abe  <tabe@fixedpoint.jp>  [93eb0896bc30163dba47e20459dd0d14fb9770f9]

        starmath: Avoid temporary arrays
        
        Change-Id: I5ebb0acd1e6a808f3341d9b18a4a8e87b0679c5d
        Reviewed-on: https://gerrit.libreoffice.org/28068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-14  Stephan Bergmann  <sbergman@redhat.com>  [e22fc8076f347702670134cb7a36d523d046423c]

        loplugin:overrideparam
        
        Change-Id: I78513a531f93f6578290107b1d71977820dac965

2016-08-14  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [63af1c52c534840d1f55e3041351d24b85edcaa4]

        tdf#101094 (23): Simplify cache removal: MOVE, COPY
        
        Change-Id: Ia9ef644359c34ac30b78d48c79e8bc9d5c639f92
        Reviewed-on: https://gerrit.libreoffice.org/28111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-14  Caolán McNamara  <caolanm@redhat.com>  [992fba98f4d0b6ff0d20c15b0ddff09edd37847c]

        ubsan: 9 is not a valid value for type ´SvxNumType´
        
        which was originally fixed by...
        
        commit d29b75c402ea635b3865501e43c9f349885913af
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Wed Mar 23 10:35:14 2016 +0100
        
            svx: extend SvxNumType with BITMAP and CHARS_UPPER_LETTER_N
        
        but was lost again with...
        
        commit d30a4298bdb5ba53cd1fe659f2b742f218a2e527
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu Aug 11 15:02:19 2016 +0200
        
            loplugin:unusedenumconstants in package..svtools
        
        bring it back, but make it more obvious that the elements map
        to the othere sequence of numbers.
        
        Maybe we should just change this sal_Int16 and let it take the
        whole range ?
        
        Change-Id: Ibfa548c1d37aa078fc682530372727776e45f9cf

2016-08-14  Caolán McNamara  <caolanm@redhat.com>  [10290000117b562e3f179c3d1073774dd54cdfee]

        Resolves: tdf#101460 use most recent poppler release
        
        Change-Id: I660e1f13eb4b05fdb7257f422eca288c2d07cf4d
        Reviewed-on: https://gerrit.libreoffice.org/28087
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-14  Tor Lillqvist  <tml@collabora.com>  [32881f01833dbcefd5600e1135dd8743178bfd96]

        tdf#100965: Restart on initialisation-time OpenCL crash
        
        Add a flag to the OpenCLZone indicating whether we are performing the
        first-start OpenCL functionality verification, so that if we run into
        a crash that is caught by the VCL VCLExceptionSignal_impl() handler,
        we terminate the process with the EXITHELPER_NORMAL_RESTART
        status after first having disabled OpenCL use. The wrapper process will
        then restart soffice.bin. This is for Windows only so far.
        
        This matches what we do if OpenGL fails early during start of
        LibreOffice.
        
        Change-Id: Ibb9bf3a86b7521bf16728de2a118ad4323be674b
        Reviewed-on: https://gerrit.libreoffice.org/28086
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-08-14  Regina Henschel  <rb.henschel@t-online.de>  [7ffe3d742ee992cd704a52d9aeb9b131dded7d14]

        tdf101291 Resize cropmarkers.png to requested dimension
        
        The pick-up positions for handles were changed some time ago and fit
        cropmarkers.png of icon-themes Tango and Breeze. But Galaxy
        and HighContrast were not adjusted. The patch will bring this by.
        
        Change-Id: Ia55cc8c8196c2125f46f8f5755ec1063d68cb8e7
        Reviewed-on: https://gerrit.libreoffice.org/28089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-08-14  Julien Nabet  <serval2412@yahoo.fr>  [8180a8c33ad271d915e05320d051177e0254179a]

        cppcheck: redundant assignment tphatch.cxx
        
        Change-Id: Idf9ebf5df0d95e045a5766c740e22b80e57f7848
        Reviewed-on: https://gerrit.libreoffice.org/28109
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-13  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7ac849da78cdeb46bbd1a3c572574cf7dfbfccad]

        Updated core Project: help  a66bd48b54c7efea526cd2bbebbba924d8524c0e
        
        tdf#101163 adjust menu path to changing case
        
        Change-Id: Ia0c35fbff1f638040bd48971da8a536bf799367a
        Reviewed-on: https://gerrit.libreoffice.org/28092
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-13  Yousuf Philips  <philipz85@hotmail.com>  [96e1588c1a176e0751cf72b27f099ef3a1a544c0]

        tdf#83054 Remove help button from go to page dialog
        
        Change-Id: I52922b7029191a45b43579cd8b90f6245a1db19f
        Reviewed-on: https://gerrit.libreoffice.org/28103
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-08-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [6b2b648aff0f40eb85caafb49d3471545f891168]

        Updated core Project: help  6193c8a5f97aa5d6922b412019c6da0bfda97590
        
        Add format star to repeat character
        
        Number format modifier (*)
        
        Change-Id: I9362ce7f8e87b2f9b957085da241c040316ed813
        Reviewed-on: https://gerrit.libreoffice.org/28100
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bb7f530e909b86d10b0b686df327bc0d79d3c69f]

        Updated core Project: help  6071229bf10bad31360c9347d8a785fe8446608a
        
        New UI option Denominator places
        
        For fraction format, "Decimal places" is replaced by "Deniminator places"
        
        Merge both related topics as they are linked to the same page.
        
        Change-Id: Ic37b284e2504a989f940da1cbaf4dfbb0a5a8acc
        Reviewed-on: https://gerrit.libreoffice.org/28099
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-13  Tiago Santos  <tiagofsantos81@sapo.pt>  [5ad876c7d801466bca3864c625da46c3ff313d1e]

        tdf#97439 autocorrect pt-PT
        
        Added autocorrect files for
        pt-PT
        on behalf of Tiago Santos
        
        Change-Id: I126c573d6c3f150992a20d583583e0cc608e6a83
        Reviewed-on: https://gerrit.libreoffice.org/28078
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-13  Yousuf Philips  <philipz85@hotmail.com>  [e7d6f952f136d11451969dcf1da417fe5e0e88f9]

        tdf#83054 Ctrl + G opens Go To Page dialog in writer
        
        Change-Id: Ifeb61902d8ef601d9a9cb8f5ec02b995315c732f
        Reviewed-on: https://gerrit.libreoffice.org/27132
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-13  Yousuf Philips  <philipz85@hotmail.com>  [b13974b474ea3fd41c8eab1d21d26a79110c0be9]

        Add Export... function to save split button menu
        
        Change-Id: Iae47e0f671eed78923e3b97ef4bac65327458b41
        Reviewed-on: https://gerrit.libreoffice.org/27924
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-13  Susobhan Ghosh  <susobhang70@gmail.com>  [64ff7453408e578b95073db1740bfef4f500a2e4]

        tdf#89466 Add Master Slide and Close Master View button
        
        Impress only. Change panel title on master slide context.
        Disable controls in master view.
        
        Change-Id: Ic355a6c74d3f61ea23bcf80e2a2d7e7d7a7980b8
        Reviewed-on: https://gerrit.libreoffice.org/27840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-13  Arnaud Versini  <arnaud.versini@gmail.com>  [cb3a00514a6baa9fe7c0660a743b95e1baed7bb8]

        BASIC: Use more often std::unique_ptr
        
        Change-Id: I37f3b35afcf3b4dba30a6ba841a59e0d851f1ebb
        Reviewed-on: https://gerrit.libreoffice.org/27930
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-13  Susobhan Ghosh  <susobhang70@gmail.com>  [f8b734a4e2b235c12e86d84c7691e39d05786032]

        tdf#83830 Change 'Margin' to 'Margins' in Page Format Panel
        
        Change-Id: I4f47f113705d0841aa1acfc6d273a97843f05ef7
        Reviewed-on: https://gerrit.libreoffice.org/28082
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-13  Susobhan Ghosh  <susobhang70@gmail.com>  [e8365711e817876ee45b282fc16977b55f4dbca8]

        Add spacing between shape groups in Default Shapes Panel
        
        Change-Id: I6b0b5072fc095fe8c89fe4eba497ed0b7610203c
        Reviewed-on: https://gerrit.libreoffice.org/28085
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-13  Susobhan Ghosh  <susobhang70@gmail.com>  [6f9f401c94f7381880659a7641396c8173fcce6f]

        tdf#83830: Tweaks to page header and footer panels
        
        Change-Id: I79b92b39ec1448a662463fb2dcf68fc71509edfb
        Reviewed-on: https://gerrit.libreoffice.org/28076
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-12  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5d7a9281270120a1f34dc0c11ecad2019362f0fd]

        format validation: work around missing exec permissions
        
        Change-Id: I2b4f0f31a2f700bafd373a2d71be35424be1392d
        Reviewed-on: https://gerrit.libreoffice.org/28091
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-12  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e6c3625add4a730fa36d4552be5e836153e3385b]

        related tdf#101343 improve accelerators in Find & Replace dialog
        
        added missing accelerators for "Formatted display", "All sheets", "Find previous"
        resolved ambiguous accelerator for "Find"/"Find next"
        
        Change-Id: I732c311e4db705afff0d4bc69e6efa086eddad3a
        Reviewed-on: https://gerrit.libreoffice.org/28060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-08-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9d06ed4aff19bf16afb9ac448899187724766b88]

        tdf#91832: ensure GETLINK reports proper contents for reverse selections too
        
        Change-Id: I4e77a55de012b5edd0d922b5e534e4dd6bb714b6
        Reviewed-on: https://gerrit.libreoffice.org/28077
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-08-12  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f16c803e7f5186632adeffc2dad579cf2c720b15]

        Cppcheck: Variable is reassigned a value before the old one has been used
        
        Change-Id: Id49254f3f3b230de4e7d3f116b52a38f6042f6c1
        Reviewed-on: https://gerrit.libreoffice.org/28070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-12  Caolán McNamara  <caolanm@redhat.com>  [f2d09e621757fb5f394998afecba399b638f2428]

        add CVE-2016-3133 testcase
        
        Change-Id: Id147f208ff9db1cfdf3859df7090d0790a0e6400

2016-08-12  Caolán McNamara  <caolanm@redhat.com>  [b7060e96dfef8e672ae954eb435a9513400c4ea9]

        Resolves: tdf#87686 don't refresh index entry from selection on regain focus
        
        Remain populating it from the initial selection on popup, but on
        losing focus and regaining it, leave the contents alone. Provide a refresh
        button to provide access to optionally updating the contents from the
        document selection.
        
        Change-Id: Ifcde5fac341655f1219f4d2a7057e788d3bb0b18

2016-08-12  Tor Lillqvist  <tml@collabora.com>  [b9898f03eb05411c508b1b02588812074d40417a]

        The enter() and leave() functions are not used anywhere
        
        Change-Id: I42d2d6a12d49fc60c625dc2d230f70d05cf67673

2016-08-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [c89b8ab187f23020873af00f2c20cc9407e5a755]

        Tweak numbering listbox optimal size
        
        Change-Id: I7dedd5bc405da04a14bc7d74475c85a90e989e9c
        Reviewed-on: https://gerrit.libreoffice.org/28021
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-12  David Tardon  <dtardon@redhat.com>  [8d26a169794083f047a57e5c8d3f5da0aaab2583]

        tdf#101077 make double->str conv. locale-agnostic
        
        Change-Id: Ibb87f4a14fda6957149ca52083387760ff6e60a3

2016-08-12  Yousuf Philips  <philipz85@hotmail.com>  [6020cded6bb815131482fb6d6aedb290e425839c]

        Tweaks to page deck footer content panel
        
        Change-Id: Iba59edf038d802530d3758915479dbf19a75e8ca
        Reviewed-on: https://gerrit.libreoffice.org/28046
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-12  Eike Rathke  <erack@redhat.com>  [bbf671229cd06156e3d4eff5a2c7164ebd28e020]

        check SelectionForbidsCellFill() on EnterBlock()
        
        ... to prevent Alt+Enter filling a huge selection.
        
        Change-Id: I8ce905c6e5ad0cb4dadf309f7b995142414e7193

2016-08-12  Susobhan Ghosh  <susobhang70@gmail.com>  [b9592bbea315e04da36a1a26e687490ea93c4cc6]

        tdf#83830: Writer page deck and panels changed to non-contextual
        
        Changed label 'Styles' to Style
        
        Change-Id: Ie5f4457982469b8d5649dd96de8183dd341ec67e
        Reviewed-on: https://gerrit.libreoffice.org/28064
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-12  Susobhan Ghosh  <susobhang70@gmail.com>  [66636aeb7d2a6da8f409d17610f62be875e9bb64]

        Tweak pagesize listbox Optimal size
        
        Change-Id: Ic46962f69ed846d0322756a1a3ac18ea9da6b90a
        Reviewed-on: https://gerrit.libreoffice.org/28065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-12  Noel Grandin  <noel@peralex.com>  [91f58f4782e1c97f4f88937512ea80966175f2c8]

        fix windows build
        
        after commit 500a3be0 "loplugin:countusersofdefaultparams in vcl..xmlsecurity"
        
        Change-Id: I09b07f241dc45f2d23370addfb1bc10aa2caedc4

2016-08-12  Noel Grandin  <noel@peralex.com>  [d30a4298bdb5ba53cd1fe659f2b742f218a2e527]

        loplugin:unusedenumconstants in package..svtools
        
        Change-Id: I8136b93b9303ebecafd791159e813c335b1bc172
        Reviewed-on: https://gerrit.libreoffice.org/28052
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-12  Noel Grandin  <noel@peralex.com>  [500a3be0ea9184fc2823d704acf4037f70c6721e]

        loplugin:countusersofdefaultparams in vcl..xmlsecurity
        
        Change-Id: I538596a99e632178d928ff7e66ad45c71b73c6fd
        Reviewed-on: https://gerrit.libreoffice.org/28018
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-12  Noel Grandin  <noel@peralex.com>  [8806a86c9d1ba63259ea79dd1c955ef970ab1989]

        loplugin:unusedenumconstants in forms..sot
        
        Change-Id: Ic445e1bdd012c32ef7d84aec9df908467c3296a7
        Reviewed-on: https://gerrit.libreoffice.org/28055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-12  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [18009fe8fbe3982141ddca3f1fcd0900a63150a6]

        Related: tdf#99499, add a limit to the number of http redirections
        
        Check for maximum number of redirections according to
        <https://tools.ietf.org/html/rfc7231#section-6.4>.
        
        A practical limit can be 5, due to old RFC:
        <https://tools.ietf.org/html/rfc2068#section-10.3>, this limit is
        reported also in more recent RFCs, see final paragraph of RFC7231, 6.4.
        
        Change-Id: I2b394ef8d1ef391a527df349aa749819c496657b
        Reviewed-on: https://gerrit.libreoffice.org/28066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-11  Yousuf Philips  <philipz85@hotmail.com>  [8fb3e7971c52a13c2e8adf425ca02a13ea2e45c2]

        Add more shapes to Insert > Shapes menu
        
        Change-Id: I58a476199047ab08c74803a560ba63357b77db38
        Reviewed-on: https://gerrit.libreoffice.org/27996
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-11  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e7e66f273c0c187db9b9766905a262ce95828cf5]

        Updated core Project: help  d4501baed063dd06f7b74c1354a8681ea46c326e
        
        tdf#97923 adjust menu path to Insert/Delete Page Break
        
        Change-Id: I9a771b814452353da48dcbb19f39e4ff1d9770b4
        Reviewed-on: https://gerrit.libreoffice.org/27994
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-08-11  Eike Rathke  <erack@redhat.com>  [6fb5d747893038e0748f30c205e820850ff8e010]

        Resolves: tdf#96568 check SelectionFillDOOM() on EnterMatrix()
        
        Change-Id: I6843b4fac175b646a6dd725f5591c49e960a5f18

2016-08-11  Caolán McNamara  <caolanm@redhat.com>  [176111160ddfbe4b6b36b300062bab156d46b211]

        Resolves: tdf#100250 scrollbar has no bg
        
        Change-Id: I48e26b775337809759f8a76be7a9c457c94cd5c9

2016-08-11  Caolán McNamara  <caolanm@redhat.com>  [d9bf3df8143779f0caea2094efa4891370038977]

        gtk3: style combobox never becomes sensitive if it starts insensitive
        
        Place cursor inside a protected section in writer, e.g. a table of contents.
        Save, and reload. The cursor starts inside the protected section.
        
        With the native gtk3 menubar the styles dropdown in the top left is
        grayed out. Moving the cursor outside the protected area does not
        make it active again.
        
        Under gen it works fine.
        
        *Extensive* debugging shows that there is a cache based on the numeric
        slots of commands to their dispatcher, e.g. SfxBindings::GetStateCache
        so if you SfxBindings::QueryState for a given uno command then it will
        look up what dispatcher to listen to by slot id.
        
        This StyleApply command appears in a number of places in LibreOffice,
        the toolbar as .uno:StyleApply, *but* .uno:StyleApply?A_Bunch_Of_Args
        elsewhere in the menus.
        
        In the gtk3 plugin it so happens that all the menu items are parsed
        and listeners set before the toolbar is created. While in the gen
        plugin the toolbar is created, and the menus are on-demand later.
        
        So under gen the dispatcher is created for ".uno:StyleApply" and
        other .uno:StyleApply?* go through that one. Under gtk3 the dispatcher
        is created for ".uno:StyleApply?A_Bunch_Of_Args".
        
        So, when SfxDispatchController_Impl::StateChanged is called, the
        aDispatchURL.Complete argument is ".uno:StyleApply?A_Bunch_Of_Args", but,
        because it was supplied as a cached result from the shared slot, some
        listeners have been added that want to listen to ".uno:StyleApply".
        The name doesn't match, so looking up the listeners listening to the
        command with argument finds nothing, so those listeners on the name
        without argument are not fired.
        
        Here I look up all the property names that the listeners were added to listen
        to (1 in all cases I've seen in casual testing) and if either the name with
        full args or no args matches then inform that listener that something has
        changed.
        
        Change-Id: Ib5858ccb16dce41e249ee911751053fd277551b8

2016-08-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [8ff5e67dea29d9ceb100a67a69f6deb4c6f18e13]

        tdf#101094 (22): Simplify cache removal: MKCOL, PUT
        
        Change-Id: Id2c9f87e408b6754e17ef3792691d848deabfcd5
        Reviewed-on: https://gerrit.libreoffice.org/28056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [508f78298833f45fd9e2e789aa26cca125719baf]

        tdf#101094 (21): Simplify cache removal: LOCK, UNLOCK
        
        Change-Id: Ib963fc6e0834606dcb6f42b3c0df5a408ebc5351
        Reviewed-on: https://gerrit.libreoffice.org/28030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-11  David Tardon  <dtardon@redhat.com>  [1f2179bb313ad6cb9786a38412359c10b325a6b8]

        add StarOffice mimetypes to desktop files
        
        Change-Id: I4c68ad86a56e1b8ba4c142c62ffa2e486c89f90e

2016-08-11  David Tardon  <dtardon@redhat.com>  [5ade91546fcb11d27f8c61890a7dd51b49ee1b13]

        collect StarOffice docs
        
        Change-Id: Icf4989844b7d0b5bcdad0e28792a41b5d5b5c27e

2016-08-11  Caolán McNamara  <caolanm@redhat.com>  [f2a60c783a8099f07b05f25301833f405c161d59]

        factor this status change code out
        
        no logic change intended
        
        Change-Id: I74e58f61fdb5d9684384dac5ba9803fc2d411ca7

2016-08-11  Olivier Hallot  <ohallot@collabora.co.uk>  [20469b56502687f85ce0fa9e5f7a50273daa3e91]

        tdf#96015 (part) links to Askbot in the Help menu
        
        Add the entry "~Get help online" to the modules
        Help menu.
        
        on click, the system browser opens
        http://hub.libreoffice.org/forum/?&LOlang=<lang>
        
        <lang> is obtained from .getLocale()
        
        That in turn will redirect to e.g. askbot (but only few languages are
        using it at the moment) or other nl-specific resources.
        (nl-projects can request corresponding targets from infa, without the
        need to change the code – cf rdm#1983)
        
        The link can/should be extended to also include the version of LO and
        the currently used module to allow finer grained redirects.
        
        Change-Id: I56108dba4dd2684405623c4586103fc8ff9bea56
        Reviewed-on: https://gerrit.libreoffice.org/27028
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-08-11  Yousuf Philips  <philipz85@hotmail.com>  [1fcb7eafd95ebed7f5532d86a8cd8cd89196883e]

        GALAXY: Add show track changes bar small icon
        
        Change-Id: I8166fc40e683899ab562c2c80c06336d8a7b7598
        Reviewed-on: https://gerrit.libreoffice.org/28051
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-11  Wastack  <btomi96@gmail.com>  [70a295ea33c8a8f3f3643733388f9a37dab9f967]

        tdf#91324 GSoC adapt struct tm correctly for date
        
        Change-Id: Id0413d735eeeb506b6e706c5d31e7bf989ab5e41
        Reviewed-on: https://gerrit.libreoffice.org/27592
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-08-11  Mark Hung  <marklh9@gmail.com>  [2b4f9d0b2b0006fc7bebb9e696a32eabd1aeb993]

        Convert handles of built-in shapes in Impress when exporting to PPTX.
        
        For those shapes exported as OOXML preset shapes, their AdjustmentValues
        property was exported as the list of adjustment values ( avLst )
        in the exported PPTX file. This works for shapes imported from
        PPTX, whose AdjustmentValues is exactly the same as avLst of the
        original PPTX file.
        
        For built-in shapes in Impress, avLst and AdjustmentValues would not
        be the same because the path and the equation created by LibreOffice
        and OOXML are not the same.
        
        This patch convert position of handles to adjustment values according to
        the shape type case by case. It also adds default values if the built-in
        shape in Impress has fewer handles then the exported preset shape because
        Powerpoint seems to be very strict about the number of values in avLst,
        and deemed the file as corrupted if any of defined adjustment values is
        missing.
        
        Round-rectangular-callouts, rectangular-callout, and round-callouts
        are added to the blacklist so that they are exported as preset shapes.
        
        Change-Id: Icd1284790607e927b6a9a614ac463a96cadedd81
        Reviewed-on: https://gerrit.libreoffice.org/26479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-08-11  Susobhan Ghosh  <susobhang70@gmail.com>  [c878bfc8c90372217bfa41818825f4e047b794d8]

        Change background of shape thumbnails to dialog color
        
        Change-Id: I9fc84fc78d7652eb12408688cd9c0be16f7e2d78
        Reviewed-on: https://gerrit.libreoffice.org/28048
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-11  Noel Grandin  <noel@peralex.com>  [045879b5578203c2a6c38a1bce4d9b4fa7cc5cb0]

        new loplugin unusedenumvalues
        
        Change-Id: I2efcb0332cca23bd53088121b4cbfc702011d0b9

2016-08-11  Eike Rathke  <erack@redhat.com>  [5037dc9b23a9ef0ba44ed0c371da6af7332a7519]

        DKK currency symbol is 'kr.' not 'kr' also for [fo-FO] and [kl-GL]
        
        Change-Id: I33d5c499da40c91875918f215c0470748ec1ff93

2016-08-11  Yousuf Philips  <philipz85@hotmail.com>  [8b9d5798f157d18652adcc94bdf89f00b2a3b20c]

        Notebookbar: Tweaks to the home tab
        
        Change-Id: Id08b4d579b676ed16b7f7a2d8a20ca8d250cb7a4
        Reviewed-on: https://gerrit.libreoffice.org/28039
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
        Tested-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-11  Tor Lillqvist  <tml@collabora.com>  [3cff10827974cd773810faa2857ab81a6dcff0ee]

        Follow-up to 38a3743e0c5d52f9386f74097fd512d3133fbbe3
        
        Change-Id: If70b5754c161a0e1b262abeac8c54dde60515280

2016-08-11  osnola  <alonso@loria.fr>  [f471c55378290fb8dc3571c74cc6abe90d81c46c]

        add test files for libstaroffice
        
        Change-Id: Iabb5965eb09e9128f2cfc720bf69e97f6a96fa22

2016-08-11  osnola  <alonso@loria.fr>  [1faae1f37521df7734462443936e1469820fd489]

        integrate libstaroffice
        
        Change-Id: I85913f1bd1af5d102573040588cca9d8ddeebb5d

2016-08-11  Tor Lillqvist  <tml@collabora.com>  [6a2cc612decea57b9c3ab31f2f32aa2126c06cf7]

        Fix comments to match new reality: these are no longer optional parameters
        
        Change-Id: Idf054aa4ef095ce37f05a01adf59cb450a6906c6

2016-08-11  Noel Grandin  <noel@peralex.com>  [3716b144265dda695d7dd447dbe692a3f84c588e]

        loplugin:constantparam
        
        Change-Id: Ia06b9b189033b9409d7a59a211866f66a0614886
        Reviewed-on: https://gerrit.libreoffice.org/28016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-11  Noel Grandin  <noel@peralex.com>  [b796b24793827583550279d40bfe565c66ad284d]

        loplugin:countusersofdefaultparams in svl..unodevtools
        
        Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2
        Reviewed-on: https://gerrit.libreoffice.org/28017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-11  Eike Rathke  <erack@redhat.com>  [a97e6990435bbc47be4a4f6f349404f438e2c315]

        recognize another release's unknown currency saved as symbol we know
        
        This may happen when saving a currency with a changed symbol in the
        current release, load it in an older release, save it there and load it
        again in the newer release.
        
        For example DKK
        [$kr.-406] #.##0,00;[RED][$kr.-406] -#.##0,00
        new in master/5.3 (changed symbol from 'kr' to 'kr.')
        loaded and saved in earlier releases writes currency 'kr.' instead of 'DKK'
        reloaded in master since there was no match as currency lead to number format
         #.##0,00 [$kr.]
        
        Change-Id: I5c8f165a2f420d77f5a2c0921c33a57797f92526

2016-08-10  Szymon Kłos  <eszkadev@gmail.com>  [554dc4c33e8e967ef78a8ef3d637102cc9f73ce4]

        GSoC notebookbar: changed labels
        
        Change-Id: I824e7b871edb9506a25ca7918431bf917e237709

2016-08-10  Szymon Kłos  <eszkadev@gmail.com>  [d409aeaa23525e1494ef50c0453c4e7335f01945]

        GSoC notebookbar: slot available only in the menubar
        
        Change-Id: Ifaded8c158515e9d21229f91502a3873f17fc60b

2016-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9bcd3475131b24b0b8818cfdfa256854ca5a59d]

        sw undo: add a Repair argument to the .uno:Undo/Redo commands
        
        Undo/redo is limited to undo actions created by the same view in the LOK
        case, this argument removes this limit. This can be used by a client for
        "document repair" purposes, where undo/redo of others' changes is
        intentional.
        
        The sfx command dispatch has support for FASTCALL slots (a state
        function is not called, the command is always enabled) and also has
        support for state functions, but those functions only get the ID of the
        slots, not its parameters. What is needed here is a command that's
        disabled by default, but in case a Repair argument is used, then it's
        unconditionally enabled. So handle that case in the sfx dispatcher
        directly for now.
        
        Change-Id: I96c1130bf51abcdd722684b1fa4a8277f92fd555

2016-08-10  Eike Rathke  <erack@redhat.com>  [4d993ae8f267e35f7c030861a92226c940bb46cc]

        XML number format: do not enquote space followed by minus, tdf#97837 follow-up
        
        Which with
        [$kr.-406] #.##0,00;[RED][$kr.-406] -#.##0,00
        saved and reloaded gave
        [$kr.-406] #.##0,00;[RED][$kr.-406]" -"#.##0,00
        and thus an almost identical duplicated format with the built-in format.
        
        Change-Id: Ie39b97576842bc29ac301d2fe64f7331f6c57fc4

2016-08-10  Eike Rathke  <erack@redhat.com>  [17040a69abe325df05c22dcb811d81785211bf47]

        DKK currency symbol is 'kr.' not 'kr'
        
        Change-Id: I35078b36c803e73538a23bbc9cdc5ddd13a3835c

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [38a3743e0c5d52f9386f74097fd512d3133fbbe3]

        Revert "tdf#98837 - Fail loading a new document with read only property set to true"
        
        There was not really a good enough reason for the change, and it
        causes unfortunate regressions in 3rd-party code that previously
        worked fine. (It also caused two regressions in LO's own code, but
        those were already fixed.)
        
        This reverts commit 5334ff287c65f028753171c7b38da7ffbcebc1cc.

2016-08-10  Fabio Buso  <dev.siroibaf@gmail.com>  [2c76fd1e04441889fbc416d4e5815ef31b474193]

        tdf#67647 getStructuredFilter returns operator
        
        Change-Id: I010ea3c24b4d5411711a93e35d4b173f5bde9e55
        Reviewed-on: https://gerrit.libreoffice.org/28000
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6e8d4f773d970b69baedd8523a426f18a8d8eef]

        sfx2: make SfxLokHelper::setView() set also the active frame
        
        Without this, comphelper::dispatchCommand() doesn't work on the current
        frame. This causes e.g. undo not working when only a given view is
        allowed to do undo.
        
        In the desktop case vcl::Window::ImplGrabFocus() calls both
        SfxViewFrame::MakeActive_Impl() and
        framework::Desktop::setActiveFrame(), but in the LOK case the first was
        called directly, that's how the active frame was outdated.
        
        Change-Id: If97a9de316b4c8dd49e55cd273bdb2dfe9866f38
        Reviewed-on: https://gerrit.libreoffice.org/28032
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [f3346b1fc568f044aa02b01758a9598aed0c95e7]

        Intermediate iOS hack
        
        Just to get this one file to compile. More errors come later.  I just
        spent a short time on this while waiting for something else.
        
        Actually I have no idea what we should do on iOS nowadays. Do we want
        to use cairo? Do we want to use OpenGL? Would it make sense to mimic
        what we do on Android as much as possible? (But what do we do on
        Android, and is that by choice or accident?) Even if that might mean
        not using APIs native to iOS, but slower (not HW accelerated) FLOSS
        alternatives that perform the same functionality, broadly speaking?
        
        Change-Id: Id88a895b90f753417eced744141376656bcf72c3

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [8778a3e03945f5bafabb0274e3bd79aab6ee92f4]

        Surround PaintScope code with ifdefs matching declaration in include file
        
        Change-Id: Iede85fc847b330b5586b95facafb690df7209d1b

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [237ff9c497b5ad166032f567aaa1fcde91c81ed1]

        Include <vcl/dllapi.h> for VCL_PLUGIN_PUBLIC
        
        Change-Id: I5e248ed670502a2702f08e31739a8c82c29d5302

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [c4e89590c6e043c80576e26b61ef444f864359d9]

        gendata.hxx has moved
        
        Change-Id: I55223078e189416c4181141a7a904e93d5c6a01e

2016-08-10  Tor Lillqvist  <tml@collabora.com>  [5a833144b516f75e8f2ea1297dd0327c84010cc6]

        SAL_FALLTHROUGH
        
        Change-Id: I347c13b282ccbd40a5e2e4a504f0c8ee1882d602

2016-08-10  Susobhan Ghosh  <susobhang70@gmail.com>  [b2bbebb34efc9b931b4bf0feaf1fdede7cad4f62]

        Set slide/page format dropdown size to 6 in Slide/Page panel
        
        Change-Id: Iad70e5e946c3209246567b7b6449100a49cb8a40
        Reviewed-on: https://gerrit.libreoffice.org/28013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-10  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [18edd88edc0c45d9c3b8f6faa45bab481ec078f5]

        GSoC - Making legacyfastparser to use tokens:
        
        This tokenizes some elements, de-tokenize while consuming
        and emits elements through legacy interface. DummyTokenHandler
        is just to test the correctness.
        
        Change-Id: I1ea1e4d806ed4d426215f93b3f6b66a9776f6479
        Reviewed-on: https://gerrit.libreoffice.org/27849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-10  Noel Grandin  <noel@peralex.com>  [e5d24f50b7e527a5991a1d21f40edcb537eeb72d]

        clang3.9 compatibility
        
        Change-Id: Idbba88f1a890c068c9813aff2287f0983d1b8742

2016-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [583e41b9c8f734cb403b9ba9ffe2d0844fab981f]

        comphelper: fix loplugin:cppunitassertequals warnings
        
        Change-Id: If042462d8f250dbe2e1be278b7524dab243b08e8
        Reviewed-on: https://gerrit.libreoffice.org/28012
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b17b4da3a713b935e7eb8cf23978689800d10f7f]

        update credits
        
        Change-Id: I004192541467afc5d8f31fe4c3c5f466b7b3dd17

2016-08-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a363ac95bda1a4c3837bcd9dd29670bf0ab1853a]

        update emoji autocorrect files from po-files
        
        Change-Id: Ie8af6c3ee0f655387e12967632f9bd31ace204ff

2016-08-10  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [0943ee2decb8d5a1a2a5bf3b1c233934a89e9c97]

        GSoC Writer Table Styles; Create by example; fix undo
        
        - Create style by example, tracked by undo;
        - Fixed delete style, now is tracked by undo
        
        Change-Id: Ic39b549b0b970b1b15001d527a82fb26e4a630aa
        Reviewed-on: https://gerrit.libreoffice.org/27990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-10  Mike Kaganski  <mike.kaganski@collabora.com>  [1b482aec4e7b6aec86fb20bcda555c4060a80332]

        tdf#101385: don't try to get SharePoint folder outside of allowed range
        
        for a given site.
        This patch uses the fact that getFolderByServerRelativeUrl API returns
        site's root folder if used with empty path ('').
        Hopefully this isn't otherwise context-dependent, so that it doesn't
        return other folders in some unknown circumstances.
        
        More correct would be instead to use the site's root path directly,
        like '/sites/mysite'. But I don't know a reliable way to filter the
        API part from the base URI.
        
        To make use of the corrected SharePoint repository root id, the patch
        also redirects all cases where "/" object is queried, to session's
        getRootFolder().
        
        libcmis part of the patch will hopefully soon be merged upstream.
        
        Change-Id: I0f3b9930748de3fe4763eb27721739f097b9892d
        Reviewed-on: https://gerrit.libreoffice.org/27987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-08-10  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [ecc43f06a94587e8808c7edf73eae23e5243dc85]

        Update api URL for mozilla personas
        
        Currently, entering a search term or clicking on
        the category buttons on the Firefox Theme selection
        dialog of Personalization option doesn't work at all.
        
        With this url, it returns some results of firefox personas
        which are applicable to LibreOffice.
        
        Change-Id: Ie4da58cd987a1834dee969c09367229d3b69a47a
        Reviewed-on: https://gerrit.libreoffice.org/27986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-10  Yousuf Philips  <philipz85@hotmail.com>  [ae3a78fa5f1a08a9bbfe233a2d6244a4d1fef254]

        TANGO: Add show track changes bar small icon
        
        Change-Id: Ia80da0b1ef394d19073e1f18ee22590010bb0257
        Reviewed-on: https://gerrit.libreoffice.org/28002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-10  Takeshi Abe  <tabe@fixedpoint.jp>  [252773f2bcd12660875ba72df744054a6e55b253]

        Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNode
        
        Change-Id: Ib57b60f6b469b3018c5fb30a7a293089bd35e446
        Reviewed-on: https://gerrit.libreoffice.org/28001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [107a7cc5a2f1c018cbba6b35f3ea590027f8ec9a]

        Updated core Project: translations  0f9380734b89eb362e97e4e23bbf32d924b39132
        
        update translations for 5.2.1 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: I49f23c37a0f656727ba869e616e9d0b5679b9b15
        

2016-08-09  Caolán McNamara  <caolanm@redhat.com>  [d79a4f46926e81a6d0fe353feb3322673c1b509d]

        Resolves: tdf#101309 crash on deleted SdrObject
        
        when we're not recording undo, then SdrUndoDelObj just deletes
        the argument its passed. And this code assumes that it is transferred
        to the SdrUndoDelObj and it still exists.
        
        Use the same pattern as ScPostIt::RemoveCaption for this situation
        
        Invalid read of size 8
           at 0xB1713B6: SdrObject::GetOrdNum() const (svdobj.cxx:777)
           by 0x3C9E029C: ScDetectiveFunc::DeleteArrowsAt(short, int, bool) (detfunc.cxx:695)
           by 0x3C9E1D4C: ScDetectiveFunc::FindSuccLevel(short, int, short, int, unsigned short, unsigned short) (detfunc.cxx:1118)
           by 0x3C9E2405: ScDetectiveFunc::DeleteSucc(short, int) (detfunc.cxx:1207)
           by 0x3CF812BA: ScDocFunc::DetectiveRefresh(bool) (docfunc.cxx:480)
           by 0x3CFC9FAF: ScDocShell::DoHardRecalc(bool) (docsh4.cxx:1250)
        
         Address 0x50992d50 is 112 bytes inside a block of size 464 free'd
           at 0x4C2D22A: operator delete(void*) (vg_replace_malloc.c:576)
           by 0xB1D04BC: SdrPathObj::~SdrPathObj() (svdopath.cxx:1681)
           by 0xB1701F5: SdrObject::Free(SdrObject*&) (svdobj.cxx:394)
           by 0xB258666: SdrUndoObjList::~SdrUndoObjList() (svdundo.cxx:720)
           by 0xB258A39: SdrUndoRemoveObj::~SdrUndoRemoveObj() (svdundo.cxx:774)
           by 0xB25E29B: SdrUndoDelObj::~SdrUndoDelObj() (svdundo.hxx:298)
           by 0xB25E2B7: SdrUndoDelObj::~SdrUndoDelObj() (svdundo.hxx:298)
           by 0x3C7E5D0E: ScDrawLayer::AddCalcUndo(SdrUndoAction*) (drwlayer.cxx:1120)
           by 0x3C9E0238: ScDetectiveFunc::DeleteArrowsAt(short, int, bool) (detfunc.cxx:692)
        
        Change-Id: Idc6d1f8e9ad8b203dac55630f8c100e74d3e017b

2016-08-09  Eike Rathke  <erack@redhat.com>  [ebb9ae93c75d6dc8a50dd55019f86991030712f3]

        Function Wizard: clarify that CEILING.XCL rounds away from zero
        
        Change-Id: Iabb24d673c15ffa26bb7ea00373639e736e324d4

2016-08-09  Eike Rathke  <erack@redhat.com>  [e9aae8abd852acf3244df373c470c65e7b30cd4c]

        Updated core Project: help  4c58b1b195d7df86ea6ccee322478064f7f8a10a
        
        clarify on CEILING,CEILING.MATH,CEILING.XCL and FLOOR,FLOOR.MATH,FLOOR.XCL
        
        Change-Id: I557b2be54fad33e540017e093d3261e430e9a152
        

2016-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d8639aaf2f60157c99c3ee3a8bfa78e4efd010a]

        sw lok: limit undo/redo access to undo actions created by the same view
        
        So one view can't undo the changes of an other view by accident. If
        this is found to be useful in the desktop case, perhaps a dedicated
        config option can be added for it; for now the behavior is LOK-only.
        
        Change-Id: I7ff505d021bd6f6be36953ecc8f8bb971ce8927e
        Reviewed-on: https://gerrit.libreoffice.org/28007
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-09  Caolán McNamara  <caolanm@redhat.com>  [e328cab3c987a057411264209d1393440504a2cd]

        Resolves: tdf#101253 crash in gallery popup menu
        
        since...
        
        commit aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3
        Date:   Mon Jun 20 15:56:35 2016 +0200
        
            tdf#97527 - vcl: reference-count Menu
        
        Change-Id: I991a2cb17241c071f8170763e32e114304a5be91

2016-08-09  Caolán McNamara  <caolanm@redhat.com>  [adb9cbff1f6c380bfae85e7dd96ff6cff22ffbe9]

        python macros aren't listed under scripting organize
        
        since...
        
        commit deb989dd6d1f86e74864131be50ed92d8d43768c
        Author: Kenneth Koski <mechaxl@gmail.com>
        Date:   Mon Feb 29 22:22:10 2016 -0600
        
        blew away the uno.ByteSequence(str) path
        
        Change-Id: I8b73883c4f246ebafd2f810ca61b19da40f833e2

2016-08-09  Caolán McNamara  <caolanm@redhat.com>  [07544ac6c4f426db76bf70eb10e4fd4c6ae4a234]

        Resolves: tdf#101383 don't crash is merge has no targetview on mail setup
        
        Change-Id: I7d5d97443a64e2fe99d575e0e59914777f1723c4

2016-08-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [284c8ce11957f11693e6b5026adc1a564d35e7e9]

        tdf#101096 tdf#101147 Add qa tests for minute/month detection
        
        Test number formats of bug reports
        Test odd date formats which do not follow Excel detection
        
        Change-Id: Iaa6d25a0103cae5e3ddd76075a324240aa255c35
        Reviewed-on: https://gerrit.libreoffice.org/27494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-09  Caolán McNamara  <caolanm@redhat.com>  [7b355ad06e11bd81ce15f2a08044d6bbfae59131]

        Resolves: tdf#101382 turn SetMailMergeConfigItem into a shared_ptr
        
        so if the SwView it nominally belongs to is deleted while a
        mail merge wizard is open it still exists while the wizard
        has a ref to it
        
        Change-Id: I4f5acbcc1ea6404851cf6e0179fd3c795342f726

2016-08-09  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [3011a704d9ff8ddd052165150a5cd91166fad69d]

        officeotron usage in export tests without external dependencies
        
        officeotron is a OOXML documents validator which can be used for
        verification of export files in tests. Previously it was possible
        to use it only from external repository with extra build steps.
        
        Change-Id: Iae6ec3695fdfaf738d180405047ff04b2024c906
        Reviewed-on: https://gerrit.libreoffice.org/27388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cb52cf97d04859c0c730cf03430254041d6388b]

        gtktiledviewer: fix incorrect undo/redo state
        
        Edit state = false disabled undo, then edit state = true enabled the
        undo button, even the last LOK callback was '.uno:Undo=disabled'.  Fix
        this by storing the LOK state in a map, and using it when edit is
        enabled.
        
        With this, clicking on the Edit button right after loading a document
        results disabled undo/redo buttons as expected.
        
        Change-Id: Id6023f976f135555a43486f71603c823e59d8d60
        Reviewed-on: https://gerrit.libreoffice.org/28003
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-09  Jan Iversen  <jani@documentfoundation.org>  [08c963e49ddb25ee2f52ad218b72604faf323ba8]

        tdf#101386 changed URL to DevBuild page
        
        The general cleanup of wiki development, removed a page, that configure.ac uses.
        
        Page restored, and script updated to point at correct page.
        
        Change-Id: Ie9a7fb6d9079506171b6ca318736626bfc742b98

2016-08-09  Eike Rathke  <erack@redhat.com>  [4ff1318860ae664b066409354d37e040713b493a]

        create SvNumberFormatter with LANGUAGE_SYSTEM instead of ScGlobal::eLnge
        
        They both end up as the same locale, but with LANGUAGE_SYSTEM the LanguageTag
        still has the mbSystemLocale=true "this is the system locale" context.
        
        Change-Id: I7ff8a368e4dc9c6c471dd78be744c842b188478b

2016-08-09  Eike Rathke  <erack@redhat.com>  [7c7df2afa93f706cc72b8154b816d3edee1e7eff]

        remove the duplicated system locale check
        
        ... which is handled by LanguageTag::convertToLanguageType() anyway.
        
        Change-Id: I26656d64fdccf9c06d24c53e1e473e355732e00f

2016-08-09  Eike Rathke  <erack@redhat.com>  [0d386267458b881f15e555186b52f7e2517ceca1]

        do not resolve system locale when queried, rhbz#1364406 related
        
        When loading older documents that calculated a number format on the fly an
        inherited but default format of a type could had been applied using the fixed
        resolved locale instead of the default system locale, which then was stored
        upon save and remained sticky. This because a format the formula depends on
        already was applied using the resolved system locale.
        
        http://bugs.documentfoundation.org/attachment.cgi?id=78559 of tdf#63267
        exhibits the behavior on the hidden sheet 'Festwerte' when unprotected and
        inspecting number formats in column A under Datum.
        
        Change-Id: If23908f259458e988c5164cc5e268bfc9a6a6bcd

2016-08-09  Michael Stahl  <mstahl@redhat.com>  [49b06c2e838750a0b5504f5f8367818bfa893806]

        loplugin:sallogareas
        
        Change-Id: I3443ed8d481d7a0ac72c03c4d0fd0bcf100a09b6

2016-08-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a53ea24f9a3e31669f83ff76cdddfec9aec90389]

        sfx2: add comment to avoid range-based for loop
        
        Change-Id: I7bdbe6eec52bdf76e1b93729e73d10b8be974fcc

2016-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [af5fe812c8916483604b6bad1c1b4b9741577d5c]

        sw: prefix members of SwCalc
        
        Change-Id: I8603ce669c09419919ba9fb93788666f45783caa
        Reviewed-on: https://gerrit.libreoffice.org/27998
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [60cfbcf9e77d4d88aae94226d74300e2490f8549]

        LOK init: strcpy() -> strncpy()
        
        'strcpy' is insecure as it does not provide bounding of the memory
        buffer in general, so let's avoid it even here.
        
        Change-Id: If39319a2df7ddd9297938bc0be67fe5f8a2af962
        Reviewed-on: https://gerrit.libreoffice.org/27999
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [10652c109e732584e43b81ecbd6f97277edb5c7b]

        sc: fix Android build
        
        trunc() is missing in the std namespace on the broken Android toolchain,
        work it around.
        
        Change-Id: I9715bce8e888a6f35d06753e40ab34ac43642acc

2016-08-09  Arnaud Versini  <arnaud.versini@gmail.com>  [a22328eea392aeeb0d0cbe7492ce185a36777da1]

        BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxx
        
        Change-Id: I018bc2881bca1973ef5e5133f3954252d5cea65e
        Reviewed-on: https://gerrit.libreoffice.org/27993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-08  Yousuf Philips  <philipz85@hotmail.com>  [bc611f3373030082a8da518239cbfc1b58b25535]

        tdf#92733 Better labels and tooltips for crop functions
        
        Change-Id: I5f87fab29c39d7597d49733f49b43fff8cc04485
        Reviewed-on: https://gerrit.libreoffice.org/27939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8cb19762323016f4bb31494404e5c7e29d4081a7]

        it is possible that Sources is empty
        
        See e.g.
        http://crashreport.libreoffice.org/stats/crash_details/570429b8-21e3-494e-9677-ea95fa8a5293
        
        Change-Id: I8c05efd61fa5a91511c06c660c49a0c470a96c88
        Reviewed-on: https://gerrit.libreoffice.org/27947
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [cdb708291b59ac89b43c24154f0edc77f237eadd]

        Resolves: tdf#101359 getBookmarksCount includes more than aTableBookmarks
        
        aTableBookmarks is just "BOOKMARK"s while getBookmarksCount() includes two
        extra types. So cache the result of getBookmarksCount when filling
        aTableBookmarks to compare if the count from the time of filling
        aTableBookmarks is unchanged.
        
        Change-Id: I69fedab613f23e4e2b30498e4620a370d92272e0

2016-08-08  Szymon Kłos  <eszkadev@gmail.com>  [2d3470e120574662f1d203862df9e49c45d01365]

        GSoC notebookbar: updated .ui files
        
        Change-Id: Ibddb6f7c3bb8970f82cc58c71048416a7f09059c

2016-08-08  Julian Mehne  <github@nmehne.de>  [2175ea13ce37e46e83c3bd7da747eb2552a4030c]

        tdf#39468: Translate German comments
        
        Change-Id: Ie1bfc2f976f0f53e320cba0a69eb9f258415d8e6
        Reviewed-on: https://gerrit.libreoffice.org/27885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [9b5f03189c2e3919aeb9ad1a2d5bbb9a8d54abae]

        gtk: a11y: quieten warnings
        
        Change-Id: I4b4c7c22482ca0ee45a114798fcab65a9dc69789

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [de7a230bc2c560db2712d77e6588e446797c8998]

        Resolves: tdf#92530 put the rest of missing validity tips into the other grids
        
        this stems from...
        
        commit c43a4cb4ffc80c49b8e51ae0796321a6b73b5e99
        Author: Kohei Yoshida <kohei.yoshida@suse.com>
        Date:   Thu Jan 5 22:13:52 2012 -0500
        
            fdo#36851, bnc#737190: Make the data validation popup more reliable.
        
            Previously, the data validation message popup was not sticking on
            reliably on Linux, and flickers very bad on Windows.  That was due to
            the painting conflict between the top-most frame window and the grid
            window.  By making the message popup window a child window of the
            grid window, it paints more reliably.
        
        where the tip was resticted to the current grid because of problems from
        
        svx/source/sdr/overlay/overlaymanagerbuffered.cxx and
        OverlayManagerBuffered where the original flickering window isn't handled
        nicely by the background save/restore stuff there.
        
        So here its all been reimplemented as an overlay which plays better
        with that code, and if it doesn't fit, then its in all grid windows,
        so visually it appears as a single note that floats underneath the
        split window lines.
        
        Change-Id: I18ac42c2a0686ab509252830741d36fb17cae629

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [d07184581894740f08bdcaa4c06f39ed32b73874]

        Related: tdf#92530 turn the HintWindow into an Overlay
        
        Change-Id: I4cde152cfb4a3ec4127442a6ced9a80ef6235c8f

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [0ccf1e3bab080a74c4aea96dd3bb9ad29aac81e4]

        refactor in terms of a OverlayObject
        
        Change-Id: Iab1cc096b6020cbb106cece89349f479f7cb33cf

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [f045b7610e7a014f17f848140f877f4819ab5c54]

        Reimplement ScHintWindow::Paint using drawinglayer primitives
        
        they are very verbose and very unpleasant to work with, surely
        it doesn't need to be this horrific
        
        Change-Id: I6ad43eb73c94881cca594863f6637302ddc7f1df

2016-08-08  Michael Stahl  <mstahl@redhat.com>  [1015d35f2362953f415804476037d4f162eb49b5]

        OFFICE-3708: package: recognize correct SHA256 URL
        
        ODF 1.2 uses an incorrect URL to refer to SHA256, add support for the
        correct W3C URL on import but continue to export the incorrect URL for
        now.
        
        Change-Id: I3135bcf989070d20f85f14702db07595f304e706

2016-08-08  Noel Grandin  <noel@peralex.com>  [602647c2417e0e19e44f9c35a49fbb88ff8ac261]

        loplugin:unnecessaryvirtual
        
        Change-Id: If25d9307efda5f57b0f80a0cf5c2c5cab6a752d6
        Reviewed-on: https://gerrit.libreoffice.org/27981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-08  Caolán McNamara  <caolanm@redhat.com>  [8f25e553b91f5ed3544c580a450658cc76ffed56]

        Resolves: tdf#99324 let bare tabpage in dialogs get toggled auto-mnemonics
        
        Change-Id: Icdf2a908d131ff05a1c00b7305686edba26d4b24

2016-08-08  Takeshi Abe  <tabe@fixedpoint.jp>  [450a8ee1f49ca32184103a7ddc579351cfc24a6d]

        starmath: SmBraceNode always has 3 children
        
        Change-Id: I53ef8c215866fc45ee82b6805c41c93da0e024b7
        Reviewed-on: https://gerrit.libreoffice.org/27980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-08-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f60eaab748add19683e66c7e4bc073c9ce7887f7]

        Related: tdf#99312, add specialized interaction handler
        
        Needed to manage https certificates and authentication whenever
        needed.
        
        Change-Id: If20b85a9b349b203a8c46d453afa823629d114cb
        Reviewed-on: https://gerrit.libreoffice.org/27927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-08  Stephan Bergmann  <sbergman@redhat.com>  [0bab74d6357c6438cfb38d56dd8f75217af6bd2a]

        loplugin:overrideparam
        
        Change-Id: I34fc490407f2bdac036dced5360b438ffb1cb4e2

2016-08-08  Stephan Bergmann  <sbergman@redhat.com>  [b49fbe280398acccefb9aaf38ec23779353d5744]

        loplugin:passstuffbyref
        
        Change-Id: I90d280dd041051d8d8433519a7ad7fc17117fd74

2016-08-08  Susobhan Ghosh  <susobhang70@gmail.com>  [1420b5765b4b1261c50b11fe7d0355ca7ca692b7]

        tdf#83830: Adjust alignment of Writer Tab Panels
        
        Change-Id: I4590d8448c997665882b0b1e26b1bdfbd4b3539e
        Reviewed-on: https://gerrit.libreoffice.org/27758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-08-08  Arnaud Versini  <arnaud.versini@gmail.com>  [31186a1c7112690735f6d14dcc7fd0c8b033e1d7]

        BASIC: Remove useless BasicManagerImpl streams.
        
        Change-Id: Iac5683afd20d8a2b7bc43474580bd1d05ace562b
        Reviewed-on: https://gerrit.libreoffice.org/27934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-08  Arnaud Versini  <arnaud.versini@gmail.com>  [f5615df5e82ef2f84fd3f1672dfc002212105ba1]

        BASIC: Move SbiParser's destructor to cpp file.
        
        Change-Id: Id920a83693969ab2d93047524a9affa267a231dc
        Reviewed-on: https://gerrit.libreoffice.org/27931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f02a51e92c580f29c3367f3e563577f805a7013c]

        silence false positive OSL_ASSERT
        
        and assert hard as rRectangle size is MAX_PRESOBJS
        
        Change-Id: Ia486d4237e9efdf4f7b89dc3ec5c58916bdfd950
        Reviewed-on: https://gerrit.libreoffice.org/27941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5a8006c4b77ea7fce4e6c808031c785373624eb]

        make clearer what the code is actually doing
        
        Change-Id: Ic20f31f4fb3c2af3a479be238968904d37fcc668
        Reviewed-on: https://gerrit.libreoffice.org/27945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97cae1350fc83f8aed56e008d0ae08b669bd2933]

        reduce scope of variable
        
        Change-Id: I42fc09957f243c89a0c45309b92a91cf3c2692b1
        Reviewed-on: https://gerrit.libreoffice.org/27944
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0f4291e5c0fe6d61d621e692cbc8bea4cb4c401]

        no range based for loop when container is modified, tdf#100870, tdf#101320
        
        This crash has been responsible for around 20% of the 5.2.0.4 crashes
        with backtraces for the modification of the container similar to:
        
            sxlo.dll!SfxWorkWindow::SetChildWindowVisible_Impl(unsigned long lId, bool bEnabled, unsigned short nMode) Line 1834    C++
             sfxlo.dll!SfxDispatcher::Update_Impl_(bool bUIActive, bool bIsMDIApp, bool bIsIPOwner, SfxWorkWindow * pTaskWin) Line 1452    C++
             sfxlo.dll!SfxDispatcher::Update_Impl(bool bForce) Line 1326    C++
             sfxlo.dll!SfxApplication::SetViewFrame_Impl(SfxViewFrame * pFrame) Line 372    C++
             sfxlo.dll!SfxViewFrame::SetViewFrame(SfxViewFrame * pFrame) Line 3138    C++
             sfxlo.dll!SfxViewFrame::MakeActive_Impl(bool bGrabFocus) Line 1697    C++
             sfxlo.dll!SfxFrameWindow_Impl::Notify(NotifyEvent & rNEvt) Line 111    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::Notify(NotifyEvent & rNEvt) Line 198    C++
             vcllo.dll!DockingWindow::Notify(NotifyEvent & rNEvt) Line 633    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::Notify(NotifyEvent & rNEvt) Line 198    C++
             vcllo.dll!DockingWindow::Notify(NotifyEvent & rNEvt) Line 633    C++
             sfxlo.dll!SfxDockingWindow::Notify(NotifyEvent & rEvt) Line 1655    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::Notify(NotifyEvent & rNEvt) Line 198    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::Notify(NotifyEvent & rNEvt) Line 198    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::Notify(NotifyEvent & rNEvt) Line 198    C++
             vcllo.dll!Control::Notify(NotifyEvent & rNEvt) Line 274    C++
             vcllo.dll!vcl::Window::CompatNotify(NotifyEvent & rNEvt) Line 3747    C++
             vcllo.dll!vcl::Window::GetFocus() Line 1842    C++
             svtlo.dll!SvTreeListBox::GetFocus() Line 2096    C++
             swlo.dll!SwContentTree::GetFocus() Line 2571    C++
             vcllo.dll!vcl::Window::CompatGetFocus() Line 3716    C++
             vcllo.dll!vcl::Window::ImplGrabFocus(GetFocusFlags nFlags) Line 384    C++
             vcllo.dll!vcl::Window::GrabFocus() Line 3004    C++
             swlo.dll!SwNavigationPI::SwNavigationPI(SfxBindings * _pBindings, SfxChildWindowContext * pCw, vcl::Window * pParent) Line 835    C++
             swlo.dll!VclPtr<SwNavigationPI>::Create<SfxBindings * __ptr64 & __ptr64,SwNavigationChild * __ptr64 const,vcl::Window * __ptr64 & __ptr64>(SfxBinsfdings * & <arg_0>, SwNavigationChild * const && <arg_1>, vcl::Window * & <arg_2>) Line 131    C++
             swlo.dll!SwNavigationChild::SwNavigationChild(vcl::Window * pParent, unsigned short nId, SfxBindings * _pBindings, SfxChildWinInfo * __formal) Line 1306    C++
             swlo.dll!SwNavigationChild::CreateImpl(vcl::Window * pParent, SfxBindings * pBindings, SfxChildWinInfo * pInfo) Line 69    C++
             sfxlo.dll!SfxChildWindow::CreateContext(unsigned short nContextId, SfxBindings & rBindings) Line 457    C++
             sfxlo.dll!SfxWorkWindow::CreateChildWin_Impl(SfxChildWin_Impl * pCW, bool bSetFocus) Line 1436    C++
             sfxlo.dll!SfxWorkWindow::UpdateChildWindows_Impl() Line 1328    C++
             sfxlo.dll!SfxWorkWindow::UpdateObjectBars_Impl() Line 1283    C++
             sfxlo.dll!SfxFrameWorkWin_Impl::UpdateObjectBars_Impl() Line 1114    C++
             sfxlo.dll!SfxDispatcher::Update_Impl(bool bForce) Line 1329    C++
             sfxlo.dll!SfxBaseController::ConnectSfxFrame_Impl(const SfxBaseController::ConnectSfxFrame i_eConnect) Line 1326    C++
             sfxlo.dll!SfxBaseController::attachFrame(const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & xFrame) Line 584    C++
             sfxlo.dll!`anonymous namespace'::SfxFrameLoader_Impl::impl_createDocumentView(const com::sun::star::uno::Reference<com::sun::star::frame::XModel2> & i_rModel, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & i_rFrame, const comphelper::NamedValueCollection & i_rViewFactoryArgs, const rtl::OUString & i_rViewName) Line 604    C++
             sfxlo.dll!`anonymous namespace'::SfxFrameLoader_Impl::load(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & rArgs, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & _rTargetFrame) Line 721    C++
             fwklo.dll!framework::LoadEnv::impl_loadContent() Line 1122    C++
             fwklo.dll!framework::LoadEnv::startLoading() Line 379    C++
             fwklo.dll!framework::LoadDispatcher::impl_dispatch(const com::sun::star::util::URL & rURL, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & lArguments, const com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> & xListener) Line 116    C++
             fwklo.dll!framework::LoadDispatcher::dispatch(const com::sun::star::util::URL & aURL, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & lArguments) Line 55    C++
             sfxlo.dll!RecentDocsView::ExecuteHdl_Impl(RecentDocsView * __formal, void * p) Line 335    C++
             sfxlo.dll!RecentDocsView::LinkStubExecuteHdl_Impl(void * instance, void * data) Line 327    C++
             vcllo.dll!Link<void * __ptr64,void>::Call(void * data) Line 84    C++
             vcllo.dll!ImplHandleUserEvent(ImplSVEvent * pSVEvent) Line 1949    C++
             vcllo.dll!ImplWindowFrameProc(vcl::Window * _pWindow, SalEvent nEvent, const void * pEvent) Line 2497    C++
             vcllo.dll!SalFrame::CallCallback(SalEvent nEvent, const void * pEvent) Line 282    C++
             vcllo.dll!ImplHandleUserEvent(HWND__ * hWnd, __int64 lParam) Line 4110    C++
             vcllo.dll!SalFrameWndProc(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam, int & rDef) Line 5774    C++
             vcllo.dll!SalFrameWndProcW(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam) Line 5907    C++
             [External Code]
             vcllo.dll!ImplSalDispatchMessage(tagMSG * pMsg) Line 572    C++
             vcllo.dll!ImplSalYield(bool bWait, bool bHandleAllCurrentEvents) Line 591    C++
             vcllo.dll!WinSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents, unsigned __int64 nReleased) Line 654    C++
             vcllo.dll!ImplYield(bool i_bWait, bool i_bAllEvents, const unsigned __int64 nReleased) Line 510    C++
             vcllo.dll!Application::Yield() Line 556    C++
             vcllo.dll!Application::Execute() Line 472    C++
             sofficeapp.dll!desktop::Desktop::DoExecute() Line 1327    C++
             sofficeapp.dll!desktop::Desktop::Main() Line 1646    C++
             vcllo.dll!ImplSVMain() Line 177    C++
             vcllo.dll!SVMain() Line 216    C++
             sofficeapp.dll!soffice_main() Line 165    C++
             soffice.bin!sal_main() Line 48    C
             soffice.bin!main(int argc, char * * argv) Line 47    C
             soffice.bin!WinMain(void * _hinst, void * _dummy, char * _cmdline, int _nshow) Line 47    C
             [External Code]
        
        Change-Id: I4f699952d144a9c276ce53604dc66418abc4baee
        Reviewed-on: https://gerrit.libreoffice.org/27977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b86768a9a72ce6ef326615cb7c9ad5c76172921]

        GetInputHdl may return nullptr
        
        As can be seen in the other places we need to check for nullptr.
        
        See
        http://crashreport.libreoffice.org/stats/crash_details/553b9ef5-c85f-4cda-b432-472501795634
        
        Change-Id: Ic5cab914f403fcae7f4e1e6f0e66c6295f7f56dd
        Reviewed-on: https://gerrit.libreoffice.org/27949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87ef2d8f2808a951c92387ba0582ea02a19f89e7]

        workaround missing SetSelectedSheet call for print preview, tdf#99333
        
        Change-Id: If986b156397e15d2f1faa52b7d52b1ce0b37d213
        Reviewed-on: https://gerrit.libreoffice.org/27889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [855df248c8a380e253a35feefec21ebc1dee1aca]

        don't try to memcpy from and to a nullptr
        
        See e.g.
        http://crashreport.libreoffice.org/stats/crash_details/2218a489-b64c-4193-a7d4-cd01c6a607cb
        
        Change-Id: I6c123d3e9e5c6dbcb7756a686503904cbfd944a4
        Reviewed-on: https://gerrit.libreoffice.org/27948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-07  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [12408dad1b2af4055b91439e3cfbe46e0df52b41]

        tdf#101363 Fix precision of column width according to MS specification
        
        In MS specification the output value is set with double precision after delimiter, according to formula:
         =Truncate(({width in pixels} - 5)/{Maximum Digit Width} * 100 + 0.5)/100
        
        Explanation of magic numbers:
         - 5 number - are 4 pixels of margin padding (two on each side), plus 1 pixel padding for the gridlines. It is still unknown if it should be applied during LibreOffice export
         - 100 number - used to limit precision to 0.01 with formula =Truncate( {value} * 100 ) / 100
         - 0.5 number (0.005 to output value) - used to increase value before truncating, to avoid situation when 2.997 will be truncated to 2.99 and not to 3
        
        Benefits of limited precision:
        - small .xlsx file size
        - slightly better performance during .xlsx import
        - easier to track column width changes, especially in unit tests
        - according to MS Excel specification
        
        Change-Id: I0537df5f9d04f5c715784c2b0c4e0d4472904dcc
        Reviewed-on: https://gerrit.libreoffice.org/27932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-07  Lionel Elie Mamane  <lionel@mamane.lu>  [b6976604ca15259af3a3ee95e10d24937bd63b9a]

        Revert "tdf#67302 Resolving tablesSupplier name clash for postgresql"
        
        As explained in https://bugs.documentfoundation.org/67302
        this is the right thing to do in that directory, but cannot
        be comitted in isolation. All callers of that function in
        all of LibreOffice need to be adapted to the new syntax
        of the returned value (that is that the value is now properly escaped). This needs to be done at the same time in all drivers and all places that call this API (+documented in the release notes).
        
        This reverts commit d43f4390e006716ca538ad92d09bd012179efd66.
        
        Change-Id: I8f33fd68ec09d67dd6d38ae50d8ae156f11c5357
        Reviewed-on: https://gerrit.libreoffice.org/26593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-08-07  Caolán McNamara  <caolanm@redhat.com>  [145e2dfc4501cb3fa01a1771cb6829b5945df4a6]

        fftester: guard against empty table manager stack
        
        Change-Id: Ibb4cadb58aa17eacfc9741f7f13c780be347cd8b

2016-08-07  Caolán McNamara  <caolanm@redhat.com>  [ff5beeeae6cc40a21ba7b41a36286318348b77ab]

        can drop the intermediate OUString here
        
        Change-Id: I19ef66c037a69debc90f260f82cbc2bf6355ea8d

2016-08-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d8915b5dffce7089f3cda200d37ca2e64f727fa9]

        sc: drop missed osl/endian.h include ...
        
        in commit 05c89af876fc7bb2e02e7de84df0cfc2869b0071
        
        Change-Id: Ice51df4f91c083d0b5bd97e9299caa016bbad7c1
        Reviewed-on: https://gerrit.libreoffice.org/27933
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-07  Arnold Dumas  <arnold@dumas.at>  [f4d0818cd21f66b0d7f36f820fcf1b72e506e026]

        tdf#89329: use unique_ptr for pImpl in sdbcdriverenum
        
        Change-Id: Ie0bdc9693d2bade872ee3ac8d4cf6fd5c469493d
        Reviewed-on: https://gerrit.libreoffice.org/27891
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-07  Yousuf Philips  <philipz85@hotmail.com>  [79bca854451a24dd9cf17f8befaccfcb40d996fa]

        tdf#91820 Add insert pivot table to data menu
        
        Change-Id: Ib30a12120fce2e8bb63c0fed3311d3390ad6afb5
        Reviewed-on: https://gerrit.libreoffice.org/27925
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-07  Yousuf Philips  <philipz85@hotmail.com>  [dc25f08521ba73c4d5141c8c9b020de26159b1ed]

        tdf#91820 Correct insert date and time labels in menu
        
        Change-Id: I0eb4e32901a78c32b2219b24fdf9019ad80a7dbb
        Reviewed-on: https://gerrit.libreoffice.org/27926
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-07  Mark Hung  <marklh9@gmail.com>  [dde4e9a95479850bfc968fe712fe9e7ea7ef324e]

        Fix string concatenation in ww8export that breaks the build.
        
        Fix what has been done in commit 07966a9. Replace string constant
        concatenation with a single constructor.
        
        Change-Id: I8a848cd0211a75321263b0b7413c079db9245471
        Reviewed-on: https://gerrit.libreoffice.org/27928
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-07  Takeshi Abe  <tabe@fixedpoint.jp>  [dd612a61f9df81343ed5f810068002a7a25046a7]

        starmath: complete SmAttributNode has just 2 subnodes
        
        Change-Id: Ifbecef188b314d599d7e97717934143b2aac8c09
        Reviewed-on: https://gerrit.libreoffice.org/27912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [05c89af876fc7bb2e02e7de84df0cfc2869b0071]

        sc: drop most osl/endian.h includes
        
        only users in implementation of ScImportExport and ScImportStringStream
        moving them to impex.cxx
        
        Change-Id: Ic7a78f9dd11830ad0ed330c5349beddd724236da
        Reviewed-on: https://gerrit.libreoffice.org/27918
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-08-05  Mark Hung  <marklh9@gmail.com>  [07966a9999b0b3f27e1adeea1f4c97b3ba2944fa]

        tdf#98739 recover CJK and CTL fonts after symbols.
        
        This fix what has been done in 203e3c0f1190473d2e587a0801dc9f3883a6874a ,
        which set CJK and CTL font in SwWW8ImplReader::Read_Symbol but didn't
        close CJK and CTL fonts in SwWW8ImplReader::ReadChars.
        
        Change-Id: I7c1d3b2a284d00a524a61785a5a94ca2d589295e
        Reviewed-on: https://gerrit.libreoffice.org/27090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-08-06  Eike Rathke  <erack@redhat.com>  [e8932e33123ca84fa16be629461108b6bb50a90a]

        another fraction format unit test
        
        Change-Id: Ic33edb9ca34235d2e24e8b0b0d6455efd0f3076c

2016-08-06  Eike Rathke  <erack@redhat.com>  [1af2f6d038836534516f9f0423df51c51192d8f1]

        determine nFuncFmtType before PushDouble()
        
        ... as PushDouble() may use it to create a FormulaTypedDoubleToken for type
        inheritance.
        
        Change-Id: I9fd668802d2890185fd4e338478c1404586cda04

2016-08-05  Eike Rathke  <erack@redhat.com>  [d83a4d671ad72800037d78f3eada369e4b477d82]

        force integer display if numerator and denominator are equal
        
        So with {# ?/?} format 1.96 is displayed as "2" insted of "1 1/1"
        
        Change-Id: I756deeb884d41726c7d476a236d3c68b89fe9cba

2016-08-05  Eike Rathke  <erack@redhat.com>  [f2e3de4dfcf10f9a59f8fc3f051c620fd50ef3c2]

        Resolves: rhbz#1364406 inherit the actual format index also for date and time
        
        So summing [HH]:MM cells or calculating with dates uses the same format
        in the result, not just the default format of a type.
        
        This also fixes the apparently broken state stored by 4.4 (and earlier,
        later?) where no type information was stored with the formula cell,
        which may be just due to the old behavior of not applying the actual
        format but determining it on the fly instead.
        
        Change-Id: I14d0a7d07185bf5c77e0d7f6989a4a1d1a468d27

2016-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [a141cba76606c7dcc4965f0a25cc9a4ff2d8879e]

        gtktiledviewer: expose undo/redo info in a repair document dialog
        
        This shows the full undo and redo stack, with all the metadata available
        via the LOK API.
        
        Also fix SfxUndoManager::GetRedoActionsInfo(), so it's easy to show the
        undo/redo stack in linear time; and fix a use-after-free in lokdocview.
        
        Change-Id: I66625ed453efa61b5738d99d7d1ad8f468908240
        Reviewed-on: https://gerrit.libreoffice.org/27913
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [049ca7107ddb02c0b741c7aabd4c60971f418248]

        add MUNIT test case
        
        Change-Id: I747ddbe448b72bab0d7746d4d0a897f1c307c610
        Reviewed-on: https://gerrit.libreoffice.org/27907
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1187e51df39494e60f1e242ae95dece37a9560f3]

        add NPV testcase
        
        Change-Id: I996f8fbba28222f4669fb89a9e1a6bda5132de5b
        Reviewed-on: https://gerrit.libreoffice.org/27798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [88d98366ecc016b7bb3422c6b1e696de569bb9a2]

        add MMULT test case
        
        Change-Id: I15801021c8c3a30125ded3ea33af40e2284d4bbb
        Reviewed-on: https://gerrit.libreoffice.org/27851
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [98cf484952eb2cec654a3d7d27463131b9f8509b]

        add LINEST test case
        
        Change-Id: Ibcd9bae59b1722aaf744211a880d118a0162710f
        Reviewed-on: https://gerrit.libreoffice.org/27803
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [63dae82a1827cf5afd36b7cedc946a8ba44f8917]

        add AVERAGEIF (wildcards) test case
        
        Change-Id: I3cfcab9eb21107823f256dc2c30afd75c2531ab6
        Reviewed-on: https://gerrit.libreoffice.org/27911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2adaba5dd4caf87e3ba39e3ac2533ffda09bb948]

        add AVERAGEIF test case
        
        Change-Id: Ia8b5cdc375a770a241c3fb5c4e9522b604bf96af
        Reviewed-on: https://gerrit.libreoffice.org/27910
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2f4a6170e8f32881905ced85f3af043c7b832d1a]

        add AVERAGEA test case
        
        Change-Id: Id15ec960cd64704faa89498f1935a780bdd714e5
        Reviewed-on: https://gerrit.libreoffice.org/27909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [86eb33222d923053a72f0a4ebc6aa375f2aa5753]

        add AVERAGE test case
        
        Change-Id: I2ff39941ac36d90797d067776b5e6f9ba0fd565d
        Reviewed-on: https://gerrit.libreoffice.org/27908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc72abc793baa57199a5674c066df5ec024d1771]

        no need to check for nullptr before deleting
        
        Change-Id: I5512ad52c9a0f943b29656e16cceeb08ce164abf
        Reviewed-on: https://gerrit.libreoffice.org/27888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-05  Rishabh Kumar  <kris.kr296@gmail.com>  [5693ee7a41fbe4de337cef3b10294edd670be804]

        [GSoC] Add Transparency tab to background dialog
        
        Change-Id: I33dffe2435c44116842240e4b481947415317b5b
        Reviewed-on: https://gerrit.libreoffice.org/27906
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-08-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [ecba128020572966a161899083b7147e2adc5766]

        Fix certificate validation interaction
        
        This enables the certificate validation when
        StillReadWriteInteraction::StillReadWriteInteraction interaction
        handler is used.
        
        Certificate validation is needed for Web/WebDAV files.
        
        Change-Id: I38cba9fc8b586953477d7df02acfcc8347603220
        Reviewed-on: https://gerrit.libreoffice.org/27914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-05  Eike Rathke  <erack@redhat.com>  [91cad2de121a10c470b30832ac28597bdffd7101]

        Compare() and CompareMat(): PopError() to propagate
        
        ... an already existing error instead of overriding with
        errIllegalParameter.
        
        Change-Id: Iebdbe1fbaba8aa1628eacc2a3ad3d193af7a42bf

2016-08-05  James Clarke  <jrtc27@jrtc27.com>  [3cb45765f2accfa749cc56a087059600ec467f28]

        (initial) sparc64 port
        
        Change-Id: I8ec9bb5415a9e6b9083ba89a7790872d67625de1

2016-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dd8a0dcfdff21269f6423224d39d168519fb67e]

        desktop: add undo/redo support to lok::Document::getCommandValues()
        
        Expose the undo/redo stack and the metadata of each item.
        
        Change-Id: I66b81e855a945c97be3d491ed709959f310d4b73
        Reviewed-on: https://gerrit.libreoffice.org/27905
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e50a95b829b327b07ba35e831ae10fb8c40a71ee]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        in chart2 module
        
        Change-Id: I9c6f2efd59b3796e0e6f5389467fe888f4465586
        Reviewed-on: https://gerrit.libreoffice.org/27895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Tor Lillqvist  <tml@collabora.com>  [36d65037e7b5ac4ee6452430296b2ae8893ae366]

        Tell where the colon is missing in the exception message
        
        But sure, it would be surprising if the message was actually displayed
        even if the exception is caught and causes some failure
        somewhere... (See previous commit.)
        
        Change-Id: I7375b869d08a465d9720a619d5ef49a77c4782e5

2016-08-05  Tor Lillqvist  <tml@collabora.com>  [336a9ec1c4801ab57264b264ead90e5c14451230]

        URI-encode spaces in PRODUCTNAME for UserInstallation
        
        Failing to do this caused a mysterious uncaught exception in gengal,
        with no explanation printed. This turned out to be caused by the
        'CONFIGURATION_LAYERS: missing ":"' exception thrown in configmgr,
        which was caused by the unencoded space confusing the parsing of the
        CONFIGURATION_LAYERS thing.
        
        Change-Id: I9c91819906c2e0dd434d9f96a04bc14c0e0408ed

2016-08-05  Noel Grandin  <noel@peralex.com>  [a40278562557828634886924c82f58e215be9756]

        loplugin:countusersofdefaultparams in sfx2..svgio
        
        Change-Id: Ia01f3a9aa21c88df5fe5242ad4a3c0acbe68fda0
        Reviewed-on: https://gerrit.libreoffice.org/27903
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Noel Grandin  <noel@peralex.com>  [b4e12269e813338afc895986fbc4f2703cedd016]

        loplugin:countusersofdefaultparams in editeng..fpicker
        
        Change-Id: I6356c95296d81736fc6d66e510cd70606ee55f68
        Reviewed-on: https://gerrit.libreoffice.org/27897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Noel Grandin  <noel@peralex.com>  [dbe0b5aa9dc016498c623e76babcc486894d4235]

        loplugin:countusersofdefaultparams in framework..lotuswordpro
        
        Change-Id: I9833d85eb6543e996b0f357657c53b1c076ecde4
        Reviewed-on: https://gerrit.libreoffice.org/27898
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Noel Grandin  <noel@peralex.com>  [f12476f0f61824f6bf5120d3176731b17a43b817]

        loplugin:countusersofdefaultparams in oox..sd
        
        Change-Id: I4504939a3957606979c6ac36af6611e1fe072d01
        Reviewed-on: https://gerrit.libreoffice.org/27902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [99cb0d3e68921c52311b4dce032d8d2bf39a969f]

        configmgr: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I19e197db4158939875fab0d9e51d903aa1671b37
        Reviewed-on: https://gerrit.libreoffice.org/27893
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-05  Noel Grandin  <noel@peralex.com>  [7fa183cb1a04120b37069c63166182065c3d975c]

        loplugin:countusersofdefaultparams in chart2..desktop
        
        Change-Id: Iaca94acd6ef91f07ed0c0085390500c418099dee
        Reviewed-on: https://gerrit.libreoffice.org/27896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Rishabh Kumar  <kris.kr296@gmail.com>  [755a4838054050111f2118d0957041120831f5df]

        Don't save the color list
        
        Color list can't be modified, so no need to save the list
        
        Change-Id: Idb11343f7812e1a30df9a5c0d26b6f22bd92c107
        Reviewed-on: https://gerrit.libreoffice.org/27899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-08-05  Tor Lillqvist  <tml@collabora.com>  [d448733db9eb1de5054872421518c4a156383492]

        Clarify what --with-macosx-sdk actually does in its help text
        
        Change-Id: I999fe123d71c646d20f108801ca989355bee3855

2016-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [adbaad53624bd88c58cd1ee2ecfb7207c9ab59ee]

        tdf#101154 Classification -> TSCP Classification for the toolbar name
        
        Change-Id: Iebca1cfcecb1c498c195be919ed9f50e7eb40400
        Reviewed-on: https://gerrit.libreoffice.org/27892
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-05  Yousuf Philips  <philipz85@hotmail.com>  [08f3661b5d02f53d3dd15adc54dc07c7e63c4938]

        Breeze: Add svgs to repo
        
        Change-Id: Ia7293b0e28ba484d2bb0c9292a4fd06cc255e1d8
        Reviewed-on: https://gerrit.libreoffice.org/27750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f3d26af51588af441f62fb69bb7a5432845226ac]

        opengl: add #version to shaders - minimum 130 which is OpenGL 3.0
        
        Change-Id: I5710ce91e804641d4c997bc3d06970a5ed0cb5b1
        Reviewed-on: https://gerrit.libreoffice.org/27890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [8433d136bcad3e5618ae63d0add0014ef2ff7fd9]

        tdf#85110 Add missing space to Untitled document name
        
        When you create a new document, it is named as
        "Untitled 1", "Untitled 2" etc. but the properties dialog
        of the file is titled as "Untitled1", "Untitled2" etc.
        This patch adds the missing space inbetween.
        
        Change-Id: I63c6405f825d17b78fa05bf2b65d0b04d1ee0698
        Reviewed-on: https://gerrit.libreoffice.org/27872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-08-05  Noel Grandin  <noel@peralex.com>  [cbf9b547b685ef0dd3cdf143987176b01c007d56]

        use std::move in a few places
        
        found by
          git grep -n '.reset.*.release'
        
        Change-Id: I498709bd32b21d9dbbaa73603ce21d21c274f8dc
        Reviewed-on: https://gerrit.libreoffice.org/27863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Noel Grandin  <noel@peralex.com>  [f22fa994603311a36f467a6afea19bc4fad03814]

        loplugin:countusersofdefaultparams in canvas,chart2
        
        Change-Id: Id66a706171b73affeb508812744028d9f30133af
        Reviewed-on: https://gerrit.libreoffice.org/27868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [ce97110f37825f9666bff8ff2df0d2092620ae17]

        starmath: SmBinHorNode's symbol is not always an SmMathSymbolNode
        
        E.g. it is an SmGlyphSpecialNode in the "boper" case.
        
        Change-Id: I6311e0dca8e71c617d2c4c681b0b049217ec9867

2016-08-05  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [39e300612c97b7742c8d8417d4dc6c0022cfa040]

        tdf#101147 New approach to fix minute/month detection
        
        Other formats may be differently interpreted
        HH YY/MM => Month expected
        HH DD/MM => Month expected
        
        Change-Id: Iabb17911bf2907c02b6b898052b6933692f8074a
        Reviewed-on: https://gerrit.libreoffice.org/27823
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [a4e81b7c313e5cb0e0f23a8605502b4b0b7f599e]

        No QuickTime in the 10.12 SDK
        
        Finally. It has been documented as deprecated for years, after all.
        
        Change-Id: Ia7f81639b2e0b313e0a8931f49c3902c5856339d

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [aabfbdbd8b096d4dfc31cb75aa6a119a19d705ef]

        Drop unneeded include
        
        There is no <QuickTime/QuickTime.h> in the 10.12 SDK anyway.
        
        Change-Id: I0d937d4b036d118fcb503543a516e55f859a3718

2016-08-04  Szymon Kłos  <eszkadev@gmail.com>  [d3c3dcb4d581544d9fabc3b4b9160cbc9443543d]

        GSoC: notebookbar, position of popup menu
        
        Change-Id: Ia4491a8659c8e6532681f7fca83b432e311d79d6
        Reviewed-on: https://gerrit.libreoffice.org/27881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [55a4fd60b1df233ad0b35ed302f4dd0e308d3551]

        Don't use functions introduced in 10.12 when building to run on older
        
        getentropy() and clock_gettime() are new in macOS Sierra (10.12).
        
        Change-Id: I93640bbf20056d925c3116df336aeaebaaffda18

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [4c94b91718a65b34038b917dd29f738be3f4f6cb]

        Accept also macOS SDK 10.12
        
        Change-Id: I2e654de8af40486ef63146ad42a3f2988f9c3579

2016-08-04  Eike Rathke  <erack@redhat.com>  [124eec677920b4109f5a8b961aa54925548a9f7d]

        add unit test for nested array IF with range references as conditions
        
        Change-Id: I37d95ba9d8f84e5a7aeefd67628436545c942da7

2016-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f02b2aa51e32c46d5b6610480bc1ba22156a3ec]

        LOK init: avoid non-inline function definition in header file
        
        To prevent possible ODR violations.
        
        Change-Id: Ic9538244a0bf3760808904d2bcf608151c53f899
        Reviewed-on: https://gerrit.libreoffice.org/27883
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-04  Eike Rathke  <erack@redhat.com>  [e85bb29a029300bbed18ca0c25bdc9a31773e9cc]

        re-enable unit test for tdf#100637 nested array IF with scalar
        
        Change-Id: If2b6d5d8dcbad1472d12753083ba431b59713a7f

2016-08-04  Eike Rathke  <erack@redhat.com>  [e5632d9b2f194a89ec4e60cd99fc050691b14a1e]

        Resolves: tdf#100637 nested array jump condition needs own JumpMatrix context
        
        ... even if scalar. For all IF, CHOOSE, IFERROR, IFNA.
        
        Change-Id: If776dbcd7e5991b7a5629fff0b894a6015918572

2016-08-04  Eike Rathke  <erack@redhat.com>  [4e2673a5465f8c9f3124049f8240cefdeed453b3]

        rename MatrixDoubleRefToMatrix() to MatrixJumpConditionToMatrix()
        
        ... because that is actually where and how it is used and functionality is to
        be expanded for other stack types as well for tdf#100637.
        
        Change-Id: I29a0f7be6bf3d555ed86ebed06a636eff1d37087

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [705d7597480b2307d7e4929ce9386d80ce2a0f16]

        Related: tdf#101213 speculative drop of CAIRO_OPERATOR_DIFFERENCE use
        
        for tdf#99446 and rhbz#1283420 there is a hackaround which ended up in 5.1.5,
        which is not in 5.1.4, for corrupt glyphs under X. I can still reproduce the
        problem if I drop the CAIRO_OPERATOR_DIFFERENCE usage here with master and
        gtk2.
        
        This alternative hackaround to force a read of the underlying surface works
        just as well (help->license information is the reproducer).
        
        Change-Id: Ie3c5b07409537a1734226b4ce034620351297e25

2016-08-04  Szymon Kłos  <eszkadev@gmail.com>  [f13b2af50ebb4c32694c4fea5703796586b5b8ee]

        GSoC notebookbar: updated .ui files
        
        Change-Id: Ibc79cb49ed85ba3d96811bc5790faa16ea488472

2016-08-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0d8f433144413952ffe1c228289a558fc056094c]

        remove unused enum
        
        last user of BiffFontPortionMode was removed with
        commit 18825a4d596f69793ee11e643f6ea34317a880c9
        
        Change-Id: Ia352008ae9ac17966e952dd0ecad53cf7fb4424a
        Reviewed-on: https://gerrit.libreoffice.org/27880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [628a21e7e4dad565f676252fdd50cd7423e12f6f]

        like listbox put margins on both sides of an edit too
        
        Change-Id: I425b1005297b20ace85181edce72ab5829006a0e

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [cc62d87d5f1abcff2affd56f1077114289c68c7e]

        use same scheme in Edit and ListBox for rendering text in ::Draw
        
        Change-Id: I5b17103e838f221cf3815002979c6b8c9c443300

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [97746e61ffe48cf3612d2dff5535914a8a1219f6]

        Update to match what has been used for the products in the Mac App Store
        
        Hopefully will not break building for a dmg-stye distribution.
        
        Change-Id: Ibf32bb8e43fe4745461eb78e9e7e60d37163934f

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [9ae4892a3369d311ff738892aaf46bb21350514c]

        We don't build regmerge when ENABLE_MACOSX_SANDBOX
        
        So skip CustomTarget_regcompare_test. But maybe we should build it and
        just drop it from the app bundle we package?
        
        Change-Id: Ibd8556ef686d2e9b7d4004110bf8beb93faf8202

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [f4425dd17b12823d75b39e49bd29f4419c9deb5b]

        CppunitTest_desktop_app needs the Foundation framework when sandboxed
        
        Because cmdlineargs.cxx uses NSTemporaryDirectory when
        HAVE_FEATURE_MACOSX_SANDBOX.
        
        Change-Id: I120a1f69bc94be161b76a9b813623103adc5fbe7

2016-08-04  Tor Lillqvist  <tml@collabora.com>  [b640a1343bb73f0c36a316f42847de5d61c156e3]

        Introduce --with-product-name superseding --with-macosx-app-name
        
        The new option thoroughly replaces the product name mentioned in the
        AC_INIT() call. Work in progress.
        
        Also take care of spaces in the product name in a more systematic
        fashion.
        
        This should affect mainly OS X where the final app bundle that is
        installed should use the product name as such, including spaces, if
        any. However, our build system does not cope that well with having an
        app bundle with spaces in it in instdir. So in instdir, and also in
        test-install, spaces are stripped away from the product name when used
        as part of the app bundle name.
        
        Change-Id: Ic16b5039f23c96a4f39387a1869faeb25e05aafb

2016-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [33a5ab1eb74d140265b471fb33ca98aca7cfb1a6]

        svl: track creation time of SfxUndoAction instances
        
        It's not yet clear how to expose this on the UI, though.
        
        Change-Id: Iee6737922d36e896653b4fae557442747dda1b8b
        Reviewed-on: https://gerrit.libreoffice.org/27878
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [5a5db03acc605a02c76c0f2977079b3dcf48de22]

        Resolves: tdf#97120 printing controls uses wrong font and font sizes
        
        regression apparently since
        
        commit 825b3df7f1d987021ec4a08ff8e7ed78e5772c97
        Date:   Thu Oct 22 19:03:01 2015 +0200
        
            tdf#94138 fix printing of edit form fields
        
        revert the GetDrawPixelFont part of that so the font is pulled
        from the control and not the device its printed to, this makes
        tdf#97120 and tdf#97120 work properly again
        
        then revert
        
        commit 6c41727484a04ab89005ffb052937dae5d7dc223
        Date:   Tue Dec 1 17:44:23 2015 +0100
        
            tdf#94138 Use correct fonts for multiline edit when printing
        
        because that replicates the original GetDrawPixelFont behaviour
        so its not needed after the other revert.
        
        Then, to solve the original tdf#94138, in the edit StateChanged handler call
        ApplySettings(*this); like FixedText::StateChanged does to merge in the
        controlfont setting to the underlying OutputDevice of the control, which
        presumably is what is then retrieved from GetDrawPixelFont
        
        Change-Id: I992a0e2011ffce7748d39f7f2bc49fbf6b8eaa79

2016-08-04  Yousuf Philips  <philipz85@hotmail.com>  [c63aaa624aa6e949e127fb8ef00c4f3744c72b76]

        Sifr: Add thesaurus duplicate to links.txt
        
        Change-Id: I0cfecbef999bb251c1fd8829aed0a4f0268e176c
        Reviewed-on: https://gerrit.libreoffice.org/27870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef3ca1da6b6d994ea8c39f28a49a599f5cf67915]

        save about 50% of the import time for nearly empty ods documents
        
        It seems that currently most of the time is spent iterating through all
        the cells to get the optimal row height. We can easily optimize by using
        mdds::flat_segment_tree.
        
        Now we don't need to iterate through all cells and instead can work on
        whole blocks.
        
        Change-Id: Id9a0686490b0e91ad6552b428c38a9f6635a7938
        Reviewed-on: https://gerrit.libreoffice.org/27856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [eee24c0ee31714ede45d17f6f1f6c1df5aefaeb4]

        Updated core Project: help  63f0834e7b6747c46e3e4402ee5acd7fcc596d2b
        
        Update Number formats Codes
        
        - Insert bookmark links
        - Add 4th section (text) of a format
        - Add fraction representation
        - Correct uppercase for time formats codes, + warning disambiguation minute/month
        
        Change-Id: Ib2ba34c9572db340909f7efb4da45fa978b8dad2
        Reviewed-on: https://gerrit.libreoffice.org/27831
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba8fc726ebae7b1ebaf65ae462d56ee0b4af14a3]

        svl: expose redo actions in SfxUndoManager::dumpAsXml()
        
        To see if an undo action is actually deleted or just moved to the redo
        stack.
        
        Change-Id: I40632ea29353e50b643b8b1831d5ffdf443ca75a
        Reviewed-on: https://gerrit.libreoffice.org/27871
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [428a1da60b88415e7db21353a42bed85b8b76ed9]

        tdf#78506 RTF import: fix handling of invalid \levelnumbers
        
        In case ';' is written in \u form in \levelnumbers, then Word ignores the whole
        \levelnumbers contents, do the same.
        
        Change-Id: I93ce5810af2b5ed703e804199c0b236d2c4c36b5
        Reviewed-on: https://gerrit.libreoffice.org/27869
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [24d19042644f5a49c8ae148a5021a98bee860066]

        tdf#101008 fix XOR rendering
        
        Change-Id: Ied73966633e5ffd56faccea7ec1408bd83642b58
        Reviewed-on: https://gerrit.libreoffice.org/27862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-04  nadith  <nadmalinda@gmail.com>  [bd4c80b856a145563ba38242705e87028b1e0ed6]

        tdf#100726: Improve readability of OUString concatenation
        
        module cui and dbaccess fixed
        
        Change-Id: Ief6fca46622fe4e0da804c9a874f7ec93a0fd7af
        Reviewed-on: https://gerrit.libreoffice.org/27770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [7cbb0664b94bb9f4587098c1940de98e4f7aae16]

        sc: implement SfxUndoAction::GetViewShellId() interface ...
        
        ... in SfxUndoAction subclasses
        
        Change-Id: I1504e2cfb0f58ff97e2de7a641d72e4867238164
        Reviewed-on: https://gerrit.libreoffice.org/27861
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [2b3112b30a8dea8a009c11ddb209e12697f72e32]

        the sole caller is ok with rPoint being modified, so change to non-const arg
        
        Change-Id: I40a24502e2e8ad312e13e0c47ee1fde3118d2251

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [cc7a55450658696009fe01e94632e80bb3785d5b]

        only called if !bDraw
        
        Change-Id: I7310b5f8cbbc4176e76d92ce2bcd49168470843c

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [35f4248206e844cabd83757ec57ddde1c2ef66b4]

        SwLinePortion::GetCursorOfst is const and its ret is ignored here
        
        so nOfst is unnecessary
        
        Change-Id: I27f73057b55ebdf30eb69a19ee1b0647ba25583e

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [2702796806cae2b28ae78e78d29c3559bf97607e]

        pPos can never be null
        
        Change-Id: Ib7b57d628fbd80a1d2214917cd439e09d4803d91

2016-08-04  Caolán McNamara  <caolanm@redhat.com>  [24c009de4d6d27233027e9bcd86ea181d230be8f]

        Resolves: tdf#101269 cannot click/edit text inside a frame
        
        regression from...
        
        commit b0c0a074a2318a231f3f635784da494f1b713c53
        Date:   Mon Apr 18 11:03:43 2016 +0200
        
            clang-tidy clang-analyzer-deadcode.DeadStores
        
            suspect that some of these may reveal latent bugs....
        
        and restore method then removed by
        
        commit 47f62540bd2c2f107313bb0c6f141cd4460b6379
        Date:   Thu May 19 10:31:47 2016 +0200
        
            loplugin:unusedmethods in sw
        
        Change-Id: I14826eecadbc1a74e408f8907eea8746debe4db4

2016-08-04  nadith  <nadmalinda@gmail.com>  [c85a3ac70d813eef9baa9a5592c0a2d724bb9038]

        tdf#100726: Improve readability of OUString concatenation
        
        all most all of the places in the basic basctl modules this bug fixed
        
        Change-Id: I1a4a03e207c1b520449c31a05265585120da07f6
        Reviewed-on: https://gerrit.libreoffice.org/27662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Rosen  <rosen@live.com>  [3c9d834af059bf3e9485ab9f0190733aa21dd9a6]

        tdf#100726 Improve readability of OUString concatanations
        
        concat string to easy readability
        
        Change-Id: Ied5db1d74ad6266df558b859074257fd0049ad29
        Reviewed-on: https://gerrit.libreoffice.org/27858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Noel Grandin  <noel@peralex.com>  [f5e3b7b0e46dad98dc147bc85fa78248f374e2a9]

        loplugin:countusersofdefaultparams in accessibility,avmedia
        
        Change-Id: Ic173f43c882384fe594e8ba3e44aedc3796a45f6
        Reviewed-on: https://gerrit.libreoffice.org/27792
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7f01cf67f8181836430fd3c8433e8bf2f55c95f2]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        in SoundHandler, FrameGrabber, Manager, MissingPluginInstaller,
        and several classes in 'avmedia' module.
        
        Change-Id: I9ab42d2ef95f3b0c724a7be9eb9e2389336a6f38
        Reviewed-on: https://gerrit.libreoffice.org/27777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Noel Grandin  <noel@peralex.com>  [e5e7475febbca460c30eaf4959d3282688383ef2]

        loplugin:countusersofdefaultparams in basctl..basic
        
        Change-Id: I16fac3317ebf55581cb9aaef676a9759de51d695
        Reviewed-on: https://gerrit.libreoffice.org/27793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Arnold Dumas  <arnold@dumas.at>  [6d9cf658eda57c29c2848a7b6eaf5a8285e14972]

        tdf#89329: use unique_ptr for mpImpl in macroass
        
        Change-Id: I6d3263cf35db3bef6963b2443cb8538343ca9a3a
        Reviewed-on: https://gerrit.libreoffice.org/27812
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [0bd4154b176af84e036c4f0869e635e9fcefed1c]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        in basctl, basegfx, canvas
        
        Change-Id: I59383d2599793b99b560333387e163a3d80eecec
        Reviewed-on: https://gerrit.libreoffice.org/27778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-04  nadith  <nadmalinda@gmail.com>  [51cf057f4e5277ef5ce99c76dd67aeff702a448e]

        tdf#101185 OString concatanations for efficiently coding
        
        Change-Id: I1d3dd633b7de2dcd64f6cde892da3a5f02fcf80d
        Reviewed-on: https://gerrit.libreoffice.org/27844
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [def97cb031572b225ad829bb4cf812b1c8e2644c]

        tdf#75256 Sifr icon update
        
        Change-Id: I6d08448056f42b80c9ba04a3b5d99a5679952c5e
        Reviewed-on: https://gerrit.libreoffice.org/27845
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d133a1892bbb300737065ee4d2ee067e2e4ed950]

        don't call the function inside of the loop
        
        Change-Id: I3c05425777a83406309b6478001dfca1c5ecaa04
        Reviewed-on: https://gerrit.libreoffice.org/27854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [626a1aa960ed36f5c3370e2aab1e72d41df875cf]

        add more nullptr checks, related tdf#100820
        
        See
        http://crashreport.libreoffice.org/stats/crash_details/8569250c-b04a-43b0-b4b8-4b3a94daffe1
        
        Change-Id: I9070be3db57e77befe70c0a32ef6aa54c6c1cf85
        Reviewed-on: https://gerrit.libreoffice.org/27842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26bd99076a8d28865bbbe0122178a5a9ff2d55d0]

        add a way to mark system symbols
        
        Change-Id: I1a8aed186f0489a02e046f88c3f4342529499b29
        Reviewed-on: https://gerrit.libreoffice.org/27855
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f2da3173f8d91898638749039265b7ad3303df2a]

        add LOGEST testcase
        
        Change-Id: I28e11bda48fa6a1a19bf82ce35969c9a71e610c7
        Reviewed-on: https://gerrit.libreoffice.org/27804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b502a082d7780a97d3745b20c3f9b76304382568]

        add AVEDEV test case
        
        Change-Id: I23d4cbaf40b15afc57b8b45fa36134f3765f9cad
        Reviewed-on: https://gerrit.libreoffice.org/27838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [46bb9041b62837466ee1173c468f86f1bf510803]

        add MINVERSE test case
        
        Change-Id: Id4981055233e6ebbb9be5fd625103b13b02e15dd
        Reviewed-on: https://gerrit.libreoffice.org/27850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a04ccc9417bf1997d03e9863f321c1b1535fba8a]

        fix loplugin:cppunitassertequals in chart2
        
        Change-Id: Iefcbc438159046adef8fce216e5c9477e11e2931
        Reviewed-on: https://gerrit.libreoffice.org/27841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [8da4ba9be2d2deb8990f40fa0cc5d6b16d525c72]

        starmath: SmDynIntegralNode always has a couple of subnodes
        
        And the 0th subnode is SmDynIntegralSymbolNode.
        
        Change-Id: Icb15125abf1846204d0f9130ad1ec964c5172589
        Reviewed-on: https://gerrit.libreoffice.org/27820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-03  Eike Rathke  <erack@redhat.com>  [7fc61bc051fa2bb6a95bbc76d6239118f3eb434b]

        remove the now duplicated ERROR.TYPE mapping already present in BIFF4
        
        Change-Id: Ia6cf9abe31e6bc7874ebe2d8c881d1a4d3e03d66

2016-08-03  Eike Rathke  <erack@redhat.com>  [1b6caaeb7a323e91b6f6e2f3612a3bdc0a09fb45]

        disable unit test for tdf#100637 until fixed again
        
        Change-Id: I5f5b442534585bdb69878d8790fb887dd65f0ccd

2016-08-03  Eike Rathke  <erack@redhat.com>  [3efcfc63eec7a75545e4f01fd15448744ad651fa]

        Revert "Resolves: tdf#100637 narrow down the JumpMatrix path finish condition"
        
        This reverts commit e54cd3fbf40300416ef337981bd356b88ad44a41.
        
        It breaks other nested array IF expressions.

2016-08-03  Szymon Kłos  <eszkadev@gmail.com>  [eb798883fe0a6e2334f6af1d30623cb44a12b15f]

        GSoC: hide notebookbar in the start center
        
        Change-Id: Ia67c952fcf820b30052e03198e569c4baeb4540f

2016-08-03  Tor Lillqvist  <tml@collabora.com>  [e13aead8a19c65144fc254f9e3a694584ab1777c]

        Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion
        
        ENABLE_OPENGL means whether to enable the OpenGL slideshow transition
        code. It does not mean whether to enable use of OpenGL in general. So
        rename it to ENABLE_OPENGL_TRANSITIONS while at it.
        
        ENABLE_HEADLESS means whether to disable use of X11 and OpenGL on X11
        (and Wayland) platforms, I think, meaning Linux and maybe Solaris and
        the BSDs. Maybe it should be renamed to DISABLE_X11_AND_OPENGL.
        
        Change-Id: Ibb30f51646b1bcc477fe691a3fa38c7a1e3944ae

2016-08-03  Johannes Berg  <johannes@sipsolutions.net>  [1520d30268e1eebabbdf18b9a31bc783ab51d03c]

        translate German comments in svdotext.hxx
        
        Change-Id: Ia1d30a74abfbe0a3dcfc6e0038b9f805a787ad02
        Reviewed-on: https://gerrit.libreoffice.org/27830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-03  Johannes Berg  <johannes@sipsolutions.net>  [33d031502d13e249b1be80be59703609dd5755fd]

        translate German in fmtatr2.cxx
        
        Change-Id: Ifa10003b7bbae6404690ec9046107b533d6c67b1
        Reviewed-on: https://gerrit.libreoffice.org/27833
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-03  Johannes Berg  <johannes@sipsolutions.net>  [c2ffa4cb5f55ef8c591398a12be4b2df8ab0e280]

        partially translate German comments in ww8graf.cxx
        
        Change-Id: Iad9ce00869ac2dc989ee95e97ac3ef53de77c007
        Reviewed-on: https://gerrit.libreoffice.org/27832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-03  Tor Lillqvist  <tml@collabora.com>  [66a117c8473cfa8181e139e406470428edffd32c]

        ENABLE_OPENGL does not mean whether to enable OpenGL use in general
        
        It refers to only the (old) OpenGL slideshow transition code. So no
        reason to have glew conditional on it.
        
        Change-Id: I13bc3e3c25fd7a33e05b39b405af0c85ab6a8e96

2016-08-03  Tor Lillqvist  <tml@collabora.com>  [e782dc304415e47652eb33be86ce8c28062c3426]

        ENABLE_OPENGL does not mean whether to enable OpenGL use in general
        
        It refers to only the OpenGL slideshow transitions. So no reason for
        avmediaogl to depend on it.
        
        Change-Id: If85ad6bcd077d9e753c259aa8dc6ad5629105136

2016-08-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d14977d33bc3edb6a2c41db4d685d099bfe8d51e]

        tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlock
        
        Change-Id: I890a44bb98577de006355d8394d46baeeaadb13f
        Reviewed-on: https://gerrit.libreoffice.org/27837
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [9460d24883067160c53b53a018a88298131908da]

        svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()
        
        This is useful when it's called from gdb for Calc.
        
        Change-Id: I22b3e5bbfc5627bff27899a288f7c25179f750ec
        Reviewed-on: https://gerrit.libreoffice.org/27836
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-03  Szymon Kłos  <eszkadev@gmail.com>  [b7cb6546d12c9a887e20b8ee19398d11c060394a]

        GSoC notebookbar: updated ui files
        
        Change-Id: Ie087e0bf8bbce2770c6576817d32747607f38105

2016-08-03  Eike Rathke  <erack@redhat.com>  [ced79363cc30f225e766195ace4f892754fc85a0]

        Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT
        
        ... with same syntax but different semantics that was even more confusing.
        
        Change-Id: Ibe1efcd5c4e82c9ce8d9fe8ed0f85e86dac327f7

2016-08-03  Eike Rathke  <erack@redhat.com>  [fa2fdb6607a7b961affadb6ca633b8feed828467]

        rename ocConvert to ocConvertOOo and related
        
        ... to clarify that this is not the "real" CONVERT function.
        
        Change-Id: Ia71949ffabd2c983be0dbf9fa36bb8c52f0077ee

2016-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6283cf6b4342a0492f1127c2d7a8597255a75c3]

        sd: track view shell id in SdUndoAction
        
        This helps in case of e.g. setting the page size of an Impress slide
        from the sidebar.
        
        Change-Id: I6247d6efcc59f2c6311dcd33d0f989a39fd7b3f9
        Reviewed-on: https://gerrit.libreoffice.org/27827
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-03  Caolán McNamara  <caolanm@redhat.com>  [7ec4a495291c7427bba5256bf2c54f1da999ea52]

        Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLS
        
        i.e. INS_INSCOLS_BEFORE and INS_INSROWS_BEFORE have the same
        meaning as the old INS_INSROWS and INS_INSCOWS, so reorder the enum
        so they are at the positions of their corresponding originals.
        
        This makes macros recorded before 5-1 work like they did prior to 5-1-0.
        This unfortunately will have the same effect to macros recorded during
        the 5-1 period that the original change did.
        
        regression since...
        
        commit f97beeef352fdd9fd4f157a7a4c4f6af8341cbe6
        Date:   Wed May 20 16:54:27 2015 +0200
        
            Calc: Insert row/col before/after [1/2]
        
            This part renames all INSROW / INSCOL to
            INSROWS_BEFORE / INSCOLS_BEFORE which is
            the current (default) behaviour.
        
        Change-Id: Ide90b8cfebe4af1a3718d93c34657663c20ccc62

2016-08-03  Eike Rathke  <erack@redhat.com>  [dbbab7b1b0c2c1c43cc52b620212fb29c7b99bff]

        UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 related
        
        Change-Id: I7ba783b59a711fc9c9d6bbe68dcf8c3c1a0d409d

2016-08-03  Eike Rathke  <erack@redhat.com>  [3bc16f4a476f22935bd128cef797fb2d69758294]

        rename ocDuration to ocPDuration and related
        
        ... to clarify that these belong to PDURATION (currently DURATION in UI)
        instead of DURATION (currently DURATION_ADD in UI). The confusing UI name
        situation will be resolved separately.
        
        Change-Id: I09a7bc8437be1c4c9e72f94e61c877111fb48806

2016-08-03  Rishabh Kumar  <kris.kr296@gmail.com>  [571866eaba914742a48938abb6c8495e97868bf1]

        [GSoC] Rework of color tab
        
        New Features -
        
        1. Multiple Palettes in color tab.
        2. Remember the selected palette.
        3. Recent colors.
        4. Custom colors.
        
        Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451
        Reviewed-on: https://gerrit.libreoffice.org/26868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-03  Eike Rathke  <erack@redhat.com>  [569825ea2b64f3682932cd07dae2b244854f4157]

        comment about using GRAM_ENGLISH_XL_R1C1
        
        ... found when looking for GRAM_PODF_A1.
        
        Change-Id: I175f92f297c8720c2d0736d3a30815217e334276

2016-08-03  Eike Rathke  <erack@redhat.com>  [4afd35f691ffbf369e90e031b17379f52a31c510]

        use GRAM_API instead of GRAM_PODF_A1 in API context
        
        ... which right now is identical but may get corrections in future.
        
        Change-Id: Id4e1707afb32a3d8e073705072e5e65105f2a14a

2016-08-03  Eike Rathke  <erack@redhat.com>  [f21a73bc5b1f13708e0f3ccd2c9d654c3ddc76be]

        InitSymbolsAPI() for FormulaLanguage::API
        
        Change-Id: I203557ed50d0d54fe9977e3d51e7f979551b472b

2016-08-03  Eike Rathke  <erack@redhat.com>  [41eb7eef764d32b4e210a2ec5a745535418fb870]

        introduce formula::FormulaGrammar::Grammar::GRAM_API
        
        Change-Id: Iceaf114847129f0b014ffd61d547e131baf1f07b

2016-08-03  Eike Rathke  <erack@redhat.com>  [f85991efc2ef6a624360ce6225f5ad50f7fd4034]

        introduce css::sheet::FormulaLanguage::API
        
        Change-Id: I70624ded4060f50ad820a9590cb461fe58abceb9

2016-08-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [fcd222d8ccb061fd044b98f6f6180a92b8f0d912]

        remove dead code in drawinglayer
        
        static bools were probably used for debugging proposes
        and should not be in master
        introduced in commits:
         9f6018ec1472d7e4f2f26b300d8c00b09fda1fe8
         ddcf9b9ff2caaffcc59d250b2d7f50ca3ab20330
         d45ddb6d03846b0c576eeee062342962aa131bc0
         7a652a2b2ab5e0d37e32185c8c5fac3af482bb76 and
         70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7
        
        Change-Id: Ided2bf923696cd9fc537f1cb4fedd1a7d4b7c5cd
        Reviewed-on: https://gerrit.libreoffice.org/26880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [700bcdbd467e5f116e967f7ab6657fdbc7933e56]

        sc: replace REGISTER_..._EVENT macros with lambdas
        
        Change-Id: Ie4aef0c2e5cb89626e3549599b055a1d3ce4054b
        Reviewed-on: https://gerrit.libreoffice.org/27506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [219a4707ee8a90f87b91f4ddebe26d9c62b9ff62]

        sc: remove unused code
        
        which was used for import of old BIFF formats
        
        commit e73c4d5013d7a0bf7d72db1773d7125ab91cf269
        removed use of readUniString which lead to a cascade
        -> readUniStringBody
          -> readUniStringHeader
            -> readUniStringChars
              -> jumpToNextStringContinue
        
        skipRecordBlock got unused with commit
        45e4f9e99b75ef8a125228bc42df7fb98af9d7bc
        
        LinkSheetRange getSheetRange(sal_Int32, sal_Int16, sal_Int16 ) const;
        is obsolete since commit
        c4cb83504faa1d241a116001fd27f7148de300ba
        
        Change-Id: I14c49280ca6f5087852d4c5a26e23a4a12fd9338
        Reviewed-on: https://gerrit.libreoffice.org/27254
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-08-03  Caolán McNamara  <caolanm@redhat.com>  [61062608a27ceaef5424203d849f88c7fb77b8d0]

        Resolves: tdf#96873 include template image to make it available in help
        
        alternatively move it into the helpimg dir and change the usage
        in helpcontent2, but do it this way to keep it together with the others
        
        Change-Id: I84c6b10aed948a5fea835dc86bade5a4390c716b

2016-08-03  Michael Stahl  <mstahl@redhat.com>  [403eefe81b8a0afe888c60452c17d6b2c5d8343f]

        tdf#101136 dbaccess: use SolarMutex in ModelMethodGuard
        
        There is a deadlock here when storing a ODatabaseDocument on a
        non-main-thread while the main thread dispatches some event that calls
        into ODatabaseDocument, while holding SolarMutex.
        
        The storing of the document also stores BASIC libraries, and since
        commit fca62934f492125ea6728fd6d09f0c66c9e4fa69 the SfxLibraryContainer
        uses SolarMutex for locking.
        
        Now we could re-investigate that problem, but it seems unrealistic to
        expect ODatabaseDocument's implementation will never call anything
        that acquires SolarMutex.
        
        Resistance is futile.  Your locking scheme will be assimilated.
        
        Change-Id: I337d286f3e96c6b2e0dde8682b31faab3f508d20
        Reviewed-on: https://gerrit.libreoffice.org/27590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4acac00df5a85ff006ecead06c4018e88caaf401]

        svx: track view shell id in SdrUndoAction
        
        This is used in Impress e.g. when resizing a picture.
        
        Change-Id: I2e0a9228ed0ff9ecfd72696ef84e56f88e4c0f70
        Reviewed-on: https://gerrit.libreoffice.org/27822
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-03  Caolán McNamara  <caolanm@redhat.com>  [405db7afbdba02eed9a9a4c4f22000fe623b029c]

        Resolves: tdf#100123 prefer notation priority in detecting range/address
        
        i.e. try and parse whether something is a range or an address in order of
        document address convention, Calc A1, Excel A1 and Excel R1C1, rather than
        check if something is a range in any of those conventions before checking if it
        might be an address in any of those conventions.
        
        Change-Id: Ibb744c3eda78a80f33bdbfa5f5ddf0aa5b6361af
        Reviewed-on: https://gerrit.libreoffice.org/27821
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-03  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [8c80a56ea979eccc39cc748c35e4fd9d33e837dc]

        GSoC Writer Table Styles; Table styles panel; Delete table style
        
        + Enabled delete from context menu of Table style tab in Styles and Formatting panel
        
        Change-Id: I23523169e0427eb14571102e30fa693b5777af76
        Reviewed-on: https://gerrit.libreoffice.org/27797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5359520ddbef00c0b1930fd6c1685b2df943349]

        sw: use std::move() in RtfAttributeOutput
        
        Change-Id: Ie410d6d34a663fd438d4e4e966578acc74865c55
        Reviewed-on: https://gerrit.libreoffice.org/27819
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-03  Caolán McNamara  <caolanm@redhat.com>  [6968be5e274dc7948d474f0891bbcac9bdc68cc3]

        unused slot argument
        
        Change-Id: Ifdc94afa1af8b573ad9652b7f62ca9beee5df340

2016-08-03  Szymon Kłos  <eszkadev@gmail.com>  [89df751d4729c18c74b39ab4a1a5fddee878a16d]

        GSoC notebookbar: avoid crash while opening menu
        
        Change-Id: I9fb4d329e13d8bfc429adc40c7663645b811a8b8
        Reviewed-on: https://gerrit.libreoffice.org/27790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Szymon Kłos <eszkadev@gmail.com>

2016-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [9f8f6e032a61beaddeaa3bf3bb0ed08581c15b17]

        starmath: SmRootSymbolNode must have type NROOTSYMBOL
        
        Change-Id: I1ce875fba10e0e84fc015cecdb5a36e48ee8ea0e

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1b52171752d5e4f9fc101a8bc15f6feb6599aaa2]

        add YIELD test case
        
        Change-Id: I88bcd9433da6edb5aa59ff01f2590ca74c39219c
        Reviewed-on: https://gerrit.libreoffice.org/27805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4ff14e446d8659bdf64a9bd6166959be38de24e0]

        add MDETERM test case
        
        Change-Id: Id69ce2d5c19d0b55921dc21143aac7d7bdd0fef1
        Reviewed-on: https://gerrit.libreoffice.org/27810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e08e906afaed4585c21f5f1f58927b87a72fe667]

        add YIELDDISC testcase
        
        Change-Id: Ie39e922fcf4b56c0aa4c659472683653ceda4482
        Reviewed-on: https://gerrit.libreoffice.org/27806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Eike Rathke  <erack@redhat.com>  [88134dcba680418496f7a1c70a47fde0159ce390]

        break the Excel rule for YMD and DMY, tdf#101147 follow-up
        
        Clearly in {HH YYYY-MM-DD} the MM should not be minute. Also not in
        {HH DD.MM.YY}. Don't follow every bullshit. Period.
        
        It is debatable how to treat MDY, {HH:MM DD/YY} should be different from
        {HH MM/DD/YY}, Excel ironically takes both as minute, even in an en-US locale.
        
        Change-Id: I13d39a36294e3c40cc0e9bf72026804b299bb264

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [4e8bc5462a01818f0f9c92a09f1bdc68821187f4]

        Related: tdf#101196 prompt to restart after OpenGL config changes
        
        Change-Id: If0ade12ed4cf360bdac8cfbec7bb09c9a640fc6d

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [40c889105ff758ae09c7d9f423fbc3b85d5e2a53]

        Related: tdf#101196 shorten description, move info into tooltip
        
        Change-Id: Id3e083dc45135c8af724c64530b6eb4e36c7f6d2

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [1c33b3f5f693d432f74c795a87f87bd487b09d47]

        Resolves: tdf#101196 line wrap very long checkbox content
        
        Change-Id: Ie451b88240f755a0d64dd3db14d7981b8ed2a2a2

2016-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [c86e89c5bb040786193f7b8bba8516ffa706a14a]

        editeng: track view shells in SfxListUndoActions
        
        This is needed for e.g. tracking deletions by backspace in Writer shape
        text.
        
        Change-Id: I6f873872566313096c2c57f4a13ac2f1db67e77d
        Reviewed-on: https://gerrit.libreoffice.org/27807
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-02  Eike Rathke  <erack@redhat.com>  [c82a81bbda104ef08dd9e18725a09475b2d65183]

        Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCell
        
        ... from an ScFormulaCellGroup token array, because ScFormulaResult that holds
        the matrix dimensions is not cloned in that case as we don't clone from an
        ScFormulaCell.
        
        Change-Id: I13ab1b29db71ae1618580de995fe12ec423d4dc7

2016-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b567278c4aa6e3dee331b60c71eb996babcc9d08]

        editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndo
        
        With this, e.g. inserting a character in a Writer shape text remembers
        its view shell.
        
        Change-Id: Ic82a3f45a66cf622496e3131390d365440dffb3b
        Reviewed-on: https://gerrit.libreoffice.org/27796
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [db686815b41c52598f0952613ff8c6be34b2f0e0]

        fftester: guard against no drawing object property set
        
        Change-Id: I51736459f9f098d9d793bff3b9a1a403962e099d

2016-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dadd4abdadb970dd4912caaa56b7250c3a30cc9e]

        add missing nullptr check
        
        See
        http://crashreport.libreoffice.org/stats/crash_details/173c2c82-7241-44b4-8394-2b5635f7f938
        
        Change-Id: I2a03c6d6a77e3c872b8507c72b47a05db20fd564
        Reviewed-on: https://gerrit.libreoffice.org/27791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [bb9c9fdd3d5f71ab49d3a5189af8e13ef5239f4a]

        gtk2: toggle menubar mnemonics on if any keyinput on it or submenus
        
        this is closer to how I seem to see the gtk menubars work
        
        (gtk3 is native now so this doesn't affect that)
        
        Change-Id: Ie5225d2ccda698946f26408aae95d2a50cbb928b

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4e9bd1bc07e82810fba9c29ac7ee3e31ed4eec44]

        add SUMIF (wildcards) test case
        
        Change-Id: Ic07f45043bd3536fe00d3f6440165cd69792a33d
        Reviewed-on: https://gerrit.libreoffice.org/27783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b796090525e674154806c81d2c5ce9d872c3f541]

        add SUMIF test case
        
        Change-Id: I836acc35137a3edd0d73c2c5372230c7968a536d
        Reviewed-on: https://gerrit.libreoffice.org/27718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6ae6016a6a106cbda6cbb908862c7a00ee0b6678]

        add XIRR test xase
        
        Change-Id: I5df06aa71c0b23fa07009f46aa3d1555951f3245
        Reviewed-on: https://gerrit.libreoffice.org/27780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e601533855e2d7958a2d216e40601400178374a5]

        add GROWTH test case
        
        Change-Id: Ic874210a621923f053725a652f2a67d2ef242dae
        Reviewed-on: https://gerrit.libreoffice.org/27741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [f6d0d92a5e249413df99a7f3677a28efe6d45426]

        Related: tdf#92516 make menu accelerators always work even if...
        
        keyboard not used yet.
        
        The gtk2/3 menus appear to work this way. (And when not in gtk2/3
        it shouldn't disable the accelerators for other platforms anyway)
        
        Change-Id: Ib7a99bd9039cd07120b3b77380f810b5b028fd57

2016-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0762a119fc0a17b80dab1e49fb832a2214f85fdc]

        editeng: make SfxUndoAction::GetViewShellId() interface available
        
        Extend the existing OutlinerViewCallable interface to be able to obtain
        the view shell ID of a view shell, even from editeng.
        
        Change-Id: I13708b0e4f58ee86643b913c7d21de022a685223
        Reviewed-on: https://gerrit.libreoffice.org/27788
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-02  Szymon Kłos  <eszkadev@gmail.com>  [9162c483bcc6288cc2a92503b6ec34d58496327b]

        GSoC notebookbar: Calc, Impress placeholder icons
        
        Change-Id: I2a18c4d610ab1dac2627284c008207a3dbaab406

2016-08-02  Tor Lillqvist  <tml@collabora.com>  [78cdd1b224b9e3f2ed318c9e4b04c5d04abea603]

        Remove some presumably unnecessary leftovers from ancient times
        
        I could not find that SHORTSTDC3 or SHORTSTDCPP3 would have any
        meaning. They only occur here (and in our history).
        
        Change-Id: I45141e60c144207fbf3fc0c5e59340b80951b212

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [772191616a0cceebf91a9674ce7417d5cad0050f]

        Resolves: tdf#101241 Revert "fix paint table border in DOUBLE_THIN style"
        
        because of the never-ending invalidate and paint of tdf#101241
        
        there was no bug or route to reproduce the original problem so can't
        try to solve it a different way.
        
        This reverts commit 9a95520948de1d92c55252aa5f90606b01d6ac9e.

2016-08-02  Caolán McNamara  <caolanm@redhat.com>  [0321dbb9be72f92c02919457cdc3c4e76cfbd11d]

        Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with alt
        
        this returns things to passing the alt to the thing with the focus
        and depends on ::Command handlers passing the alt-press/release back
        up through the Command hierarchy to get to the default top-level
        handler eventually
        
        Change-Id: I869120f43810adfa2fac4670c2db143b790a1f9b

2016-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d40c515fdf86d807c199ff4179b9c862a9fe5b2]

        libxmlsec: drop xmlsec1-keyinfo-revert.patch.1 completely
        
        And instead attempt to set up the test environment correctly.
        
        Change-Id: I06c10b96749c0464da8d2dd9a59b48f16baeead5
        Reviewed-on: https://gerrit.libreoffice.org/27785
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-02  Jan Holesovsky  <kendy@collabora.com>  [010a2a8ed3214380d514be56171c974f99010bc1]

        Don't use spaces in the product names when packaging.
        
        Change-Id: I55f332117cc7530eb6d562846db379d95e628a22

2016-08-02  Noel Grandin  <noel@peralex.com>  [cc252e16418b1bf1cb77a96c21bcea994e5bddb7]

        loplugin:simplifybool
        
        Change-Id: I2e1f288bf71cd5598bccf12322f74c096386b3c9

2016-08-02  Noel Grandin  <noel@peralex.com>  [d961af95cdc62565b2e804fedf7221aa8bb4d840]

        loplugin:countusersofdefaultparams in sfx2
        
        Change-Id: I0a21e2f8069bc698700e97e7c5e4ae508240ff98
        Reviewed-on: https://gerrit.libreoffice.org/27761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [52f377c2590d71895998a170105d0b07c13c267b]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        in AnimationNode
        
        Change-Id: I2612286632dddbf96cbf918ffbeb09ac0c99d398
        Reviewed-on: https://gerrit.libreoffice.org/27774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-02  Noel Grandin  <noel@peralex.com>  [6c87b028406070332ab1c37dde323b1678cdf8e6]

        loplugin:countusersofdefaultparams in sd
        
        Change-Id: I848d9b555a26e9d343efdfaaaec44a2c7d8be5b5
        Reviewed-on: https://gerrit.libreoffice.org/27765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-02  Takeshi Abe  <tabe@fixedpoint.jp>  [389b08190092f9a9103b3ac098994ec83b2d0bfa]

        starmath: SmVerticalBraceNode always has a triple of nodes
        
        Moreover the middle ("Brace") node is a SmMathSymbolNode.
        
        Change-Id: Ia0e4f798b69a9a205269bbd3f6c63d2059e8c766
        Reviewed-on: https://gerrit.libreoffice.org/27769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-08-02  Eike Rathke  <erack@redhat.com>  [a859c37ee0126e0daca711893da1cbf6138ec25b]

        introduce mxSymbolsAPI and InitSymbolsAPI()
        
        Change-Id: I1c4673a25bb0f686e0705f87318a04166e6688bb

2016-08-02  Eike Rathke  <erack@redhat.com>  [fc5342fb30eb9a4444d31ccd91c14accd5126d4b]

        InitSymbolsPODF() from RID_STRLIST_FUNCTION_NAMES_ENGLISH_PODF
        
        Change-Id: I03f8d183303b869a4cfaa76ea4170da95574e5d5

2016-08-02  Eike Rathke  <erack@redhat.com>  [e128d2afa383eadd6b674738627740f261c51451]

        prepare to disentangle RID_STRLIST_FUNCTION_NAMES_ENGLISH
        
        RID_STRLIST_FUNCTION_NAMES_ENGLISH grew to a conglomerate of English UI names,
        names used in PODF (ODF 1.0/1.1) and XFunctionAccess API names. Copy it to
        independent resources so we can start to correct names in English UI, keep PODF
        oddnesses and cater for API compatibility needs.
        
        Change-Id: I7c2053d7627c4da220d8fc991158e8e7a81f0b37

2016-08-01  Szymon Kłos  <eszkadev@gmail.com>  [5e668425035db2f0bb709e7a0c28549f6a609d20]

        GSoC notebookbar: writer ui improvements
        
        Change-Id: Ib8d8dcaa1b6a1d22eaba5fad7e90719dfe6044b9

2016-08-01  Eike Rathke  <erack@redhat.com>  [28a63715f4434d39e90022f99bc2d88cea2dcd91]

        keep a broken expression as originally broken
        
        The invalid expression ISOWEEKNUM(A1,0+) lead to a replacement with
        ISOWEEKNUM(A1+) which of course is also wrong but loses the original
        context. Just exchange the call and convert to WEEKNUM_OOO(A1,0+)
        without fiddling with the parameters.
        
        Change-Id: Id1c42d3ba084382e09c164b6c35db996f2b0197a

2016-08-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [04e7304fc13d296dbb7113461d77d715f8701787]

        Small icon updates
        
        Change-Id: I567e3afc5c0293fa6de0efb012f5d4cddce86345

2016-08-01  Tor Lillqvist  <tml@collabora.com>  [1acd165eae7bf39ec89694fa85195b7e56278ef1]

        Look also for "RDPDD Chained DD"
        
        Apparently in some remote desktop situations the device string uses
        "RDPDD" and not "RDPUDD". No idea what the semantic difference is.
        
        Change-Id: I85532b90d759d02fffb73d0f3d22166aefd4edab

2016-08-01  Michael Meeks  <michael.meeks@collabora.com>  [af2eed716fbf5e78a5f41d7055b69d74643850ed]

        lok: re-load UNO bootstrap pieces and set UserInstallation on second init.
        
        Ideally should check whether the path is different. Changing the user-install
        path is useful for valgrinding online outside of a chroot jail.
        
        Change-Id: I6ad76af1245491acdcb6664896be89073406b742
        Reviewed-on: https://gerrit.libreoffice.org/27782
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cbaa49c0ee707a2e1e1d842279b32473e8c8a28]

        svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoAction
        
        Client code in sw, sd, sc and svx is adapted, the rest is just a
        placeholder for now.
        
        With this, e.g. the undo item for Writer's insert comment properly
        tracks which window was used for the insertion.
        
        Change-Id: Idad587e6ca07ba69bf59aa7013b251af8bf95bab
        Reviewed-on: https://gerrit.libreoffice.org/27781
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-01  Eike Rathke  <erack@redhat.com>  [2e3bc9fcee1c728d9fe91cbdf92b15d090c2b619]

        refine ISOWEEKNUM vs WEEKNUM_OOO detection
        
        Change-Id: I7cf5d51946235ea1bc6a4d0999fa98e1a3f8a095

2016-08-01  David Tardon  <dtardon@redhat.com>  [b7b951a90b210bdec5215f2ad09f8a10757a1b2a]

        tdf#100969 ensure proper update after model change
        
        Change-Id: I62836056aeda7497552d60d33fedd9490a6fe545

2016-08-01  David Tardon  <dtardon@redhat.com>  [f977b4c87ebb7ef213d71eb6afc9f757c25edc7b]

        fix copypasta
        
        Change-Id: I069b3bb80fbe095335fb350f984116bfc8a0f01d

2016-08-01  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [e7ea91f283ce9b96db58087d87d81d29bcb727a4]

        GSoC Writer Table Styles; Table Styles Panel
        
        Table styles panel:
        + Added simple table style panel tab icon.
            icon-themes/galaxy/sw/imglst/sf06.png
        + Listing table styles (hierarchical, same order as in container)
        + Listing all table styles (sorted by name).
        + Listing applied table styles.
        + Listing custom styles.
        + Listing hidden styles.
        + Hide/show style.
        + Applying style by double clicking.
        + Highlight current table style.
        Everything else yet to be done.
        
        Table styles (SwTableAutoFormat):
        + "hidden" property.
        + "userDefined" property. "Default style" is not user defined. Styles loaded
        from tblauto.fmt are also not user defined. Styles loaded from .odt are user
        defined. Styles created manually (before binary load/save roundtrip) are user
        defined.
        
        Change-Id: I739a48ae1d7ae66f4f8c08076871437ca491bd4e
        Reviewed-on: https://gerrit.libreoffice.org/27638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-08-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d1ffaf5315497140dedbc67c78f14706591b314e]

        sc: replace NAN macro with rtl::math::setNan
        
        Change-Id: I38f52faf974a3481adbf20a3b2484324d322f5bc
        Reviewed-on: https://gerrit.libreoffice.org/27747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-08-01  Susobhan Ghosh  <susobhang70@gmail.com>  [0380a6408030ad9db85b4be81095219d5572749b]

        tdf#93845: Style Preview Checkbox for Styles & Formatting sidebar
        
        Change-Id: Id5862339bbe0c80002dfd99cbf19d981d1d42682
        Reviewed-on: https://gerrit.libreoffice.org/27706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [f63a85d8f9437a634ddb6be1f858e28b5f7018e8]

        sw, writerfilter: fix indentation
        
        These files had a consistent style before, keep it that way.
        
        Change-Id: I325e13e402abb01c347d1185b85468f23a18bba3
        Reviewed-on: https://gerrit.libreoffice.org/27773
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-01  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [06cc80bb9535570dbb2ebade182c93ffc431277f]

        Put the initialization out of 'if' scope
        
        A better change than the one I did in
        97353e5c43815b45a6f365ccaea474899683d38e.
        
        The "DAV:lockdiscovery" property may not be returned, so the
        initialization should be done before getting said property.
        
        Change-Id: Iae87df798439fc582a66dd3c0fe353ebb859b7b6
        Reviewed-on: https://gerrit.libreoffice.org/27767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-08-01  Eike Rathke  <erack@redhat.com>  [8e495518c36359e565d6c172688e7120c477137f]

        Resolves: tdf#101246 errors are not strings
        
        Change-Id: I5a63dcc0452f0254e66e0ad743ae0d0926dfc14a

2016-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [6850f4e8454652ec475811860f5e8cf9bdea67a7]

        svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()
        
        It's a virtual function, and defaulted parameters there are problematic.
        
        Change-Id: I3f110c7ac36dfda90811b033620286ad9fce1af1
        Reviewed-on: https://gerrit.libreoffice.org/27772
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-01  Rishabh Kumar  <kris.kr296@gmail.com>  [55859becb87816aac0170f0f22d5d748fc022612]

        [GSoC] Add functionality to disable buttons in SvxMessDialog
        
        Change-Id: Ib25b65a6d1fd760d2a8535c1a97cfbb889d7a824
        Reviewed-on: https://gerrit.libreoffice.org/27715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-08-01  Michael Stahl  <mstahl@redhat.com>  [4b2cabedaa479913e72d827983f9a60f985f4424]

        curl: drop curl-android.patch
        
        fixed in new upstream autoconf
        
        Change-Id: I8c88330b2ed522a160fedac6abd962f92b32d2f0

2016-08-01  Michael Stahl  <mstahl@redhat.com>  [d76e3abe130007086099c62c5b425aaef82dc944]

        framework: stop adding silly empty accelerator/current.xml files
        
        ... to ODF packages.  Somehow this is even skipped sometimes, but it's
        much easier to just turn off the silliness than find out why.
        
        Change-Id: Iff509dfd8325fd517e6434bcb56edbd06a3c27f1

2016-08-01  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [aa6bca0dfa0a58aae91eb5fa3564add642cd4238]

        tdf#101147 Improve (again) minute/month detection
        
        For format like HH:MM:SS MM/DD
        second MM is detected as minute: see tdf#95339
        
        New rules:
        - first M following each H is minute
        - first M following first S is minute
        
        Detection Month/minute now fully compatible with Excel even with unwanted detection:
        SS:MM:HH DD/MM/YY
        second MM is minute even if user would expect month
        
        Change-Id: Ia789fbc2dbd6d2dcbe9b9c34d3f288674966dd10
        Reviewed-on: https://gerrit.libreoffice.org/27560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [0db0fda5a1f77872ca26a4407c88b49a7327c84b]

        sw: prefix members of SwMasterUsrPref
        
        Change-Id: I4988e6f58cfdabc0abcab56e912d46074b0946fe
        Reviewed-on: https://gerrit.libreoffice.org/27764
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-08-01  Noel Grandin  <noel@peralex.com>  [192365319df0982a73d105af0cc1000a95cb3e42]

        remove dead ASYNC code
        
        introduced in
           commit 0b21b8b146fc4b982c7c9bbb866b9ff18a29332a
           Author: Noel Power <noel.power@novell.com>
           Date:   Wed Oct 6 10:16:27 2010 +0100
           initial commit for vba blob
        
        and never activated or touched since then
        
        Change-Id: I34f9a5f702dd8f2254aa1efb94de61569220b90c

2016-08-01  Jan Holesovsky  <kendy@collabora.com>  [c3081a93de58a877edcdecf3461b6275fda38e43]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I3eab142e0df07371c1a5657d9304e556542a513a

2016-08-01  lbenes  <lukebenes@hotmail.com>  [a4a71214d69ce2ef3f1e8dbbf17362ce50e55a45]

        comphelper: fix MSVC 2015 build by removing pointless catch
        
        In C++11 the destructors are implicitly noexcept.
        
        Change-Id: I37e78e39bcc19dfbc81a781a5b353e49f09ae942
        Reviewed-on: https://gerrit.libreoffice.org/27708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  nadith  <nadmalinda@gmail.com>  [b38a2d57160fcb0204b05055190d3df6315f51b1]

        tdf#101185 OString concatanations for efficiently coding
        
        example of bug fixed
        
        Change-Id: Id9f911fa1ec43425018b00af5172e23be1274638
        Reviewed-on: https://gerrit.libreoffice.org/27705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Susobhan Ghosh  <susobhang70@gmail.com>  [4244236d1bfc6426b7d81f0a9d13e473c091b345]

        Padding adjustment to Custom Animations Panel
        
        Change-Id: Ib09d138d2f8e82d08ce1f2082a25690ce01ac7cc
        Reviewed-on: https://gerrit.libreoffice.org/27752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3e79c2f8c274c906d8ac259b4984b9637498e87b]

        tdf#91665 l10n: replace string lists - by separate strings
        
        Convert the stingarray to resource strings.
        
        Change-Id: Iae9c52c21fd004c052fa78d959dfa92ad1d16a7d
        Reviewed-on: https://gerrit.libreoffice.org/27641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [be53870adbae52613f35496296cac7b0dff66aa8]

        tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptions
        
        String lists are sometimes (mis)used to group unrelated items;
        the advantage(?) being that only one identifier needs to be defined for
        the whole group. The items are then referenced by index, which is
        rather fragile when they are used in different parts of UI.
        
        String lists like this one should be replaced by separate strings.
        
        Change-Id: I58c927790287b36c0cb204c815a2788bd7cf1e02
        Reviewed-on: https://gerrit.libreoffice.org/27665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Susobhan Ghosh  <susobhang70@gmail.com>  [82111a5f8206ce05fc762db14f4b066ce23d6f07]

        Add border padding to Slide Background Panel
        
        Change-Id: I6b0ae2e65cba6768f566dfffb3e54181987d5757
        Reviewed-on: https://gerrit.libreoffice.org/27749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-08-01  nadith  <nadmalinda@gmail.com>  [efef273e2c61b19a63572a71b103e3b1490f15af]

        tdf#100726: Improve readability of OUString concatenation
        
        this bug fixed in the modules between canvas - cppu
        
        Change-Id: I2022b022897dafde20251352376e3facdb9b8d75
        Reviewed-on: https://gerrit.libreoffice.org/27663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [dadb28a2fbe3e50361b60cee9dda43b1fba3629e]

        sc: replace IsAssciiDigit and IsAsciiAlpha with rtl equivalents
        
        Change-Id: I81537e2c3c9b7f3828c080fcc1a7ebc98ef2fde9
        Reviewed-on: https://gerrit.libreoffice.org/27748
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Noel Grandin  <noel@peralex.com>  [069d71b72566a0b8f234304d3bd4511ee86b6c60]

        loplugin:countusersofdefaultparams in shell..starmath
        
        Change-Id: I553d1b031b8d261a1caa8b77a8d687af21a6f8d6
        Reviewed-on: https://gerrit.libreoffice.org/27672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-08-01  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4475c191de479e7a5ddb20d14bc3aa32b0ab84d3]

        Related: tdf#96410 eXo Platform WebDAV: where lock fails...
        
        ...because apparently eXo Platform WebDAV does not support or supports
        poorly this section <http://tools.ietf.org/html/rfc4918#section-7.3>
        of RFC4918.
        It returns HTTP error 404 instead.
        
        Change-Id: I74cc99b29afa62110470e9ca785fce36e3d04bb2
        Reviewed-on: https://gerrit.libreoffice.org/27755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-31  Caolán McNamara  <caolanm@redhat.com>  [e02e103e3e90d1c6fa32605fdfdc4ac8cd27e6b8]

        Resolves: tdf#101221 VclPtr: funkiness with PopupMenu dtor before dispose
        
        Change-Id: I6f8d980cc14b7f8c7b7ed5ee66a54dfce9d6e09a

2016-07-31  Caolán McNamara  <caolanm@redhat.com>  [df0baf4b00a84669997c2105b63d96f0865bfb3b]

        Related: tdf#99324 let panels assign auto mnemonics
        
        Change-Id: I9882dc3611f4ba04d02b210eceee362514fd699c

2016-07-31  Caolán McNamara  <caolanm@redhat.com>  [76be678e7478e4863a8360e26425a39afa5af4fb]

        rename ImplWindowAutoMnemonic and expose
        
        Change-Id: Iddb0d84b6dbfeb263a68ddc3b8b5c39bbdcf46f6

2016-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [ff4217e9e4f90a8dd09e635a35665a64846b4505]

        tdf#101022 Export Greek symbol to MathML with correct mathvariant
        
        In StarMath notation "{ital %GAMMA}" is recognized as italic, and
        "{nitalic %iGAMMA}" is non-italic. That is, the ital/nitalic directive
        takes priority over special characters' flavor.
        On the other hand, in MathML a mathvariant attribute given in <mi>
        overwrites inherited value.
        
        This does not handle "bold-italic" case etc. yet.
        
        Change-Id: I9c72dc4472f8cec553417d516d9d82aebd43d15c
        Reviewed-on: https://gerrit.libreoffice.org/27604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d1d1109fd7bd5bdaa9aa09feeca9f15bf28aa57e]

        Updated core Project: help  5eafdadc8a35ac5340f256c7ce44e1d2802988c8
        
        tdf#99161 tdf#101024 rename strings in index/table of contents dialog
        
        Change-Id: If92620aef1914605e2d35681db59c9cfa1ff4e0d
        Reviewed-on: https://gerrit.libreoffice.org/27433
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3a7aa4cb86a62249ff2193238b94cfa3a60dffff]

        Remove unnecessary label tdf#99341
        
        Remove unnecessary label, update the explanation
        of the buttons, and reduce the width of the
        document recovery dialog.
        
        Change-Id: I74081d8fd479de419c3be4456228e3415ccc0483
        Reviewed-on: https://gerrit.libreoffice.org/27511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [190e19d391620f61cd1bdc7d76094eba36b3dd8b]

        Updated core Project: help  53110e73fd9ec70de24ad8e0100862efd8797cff
        
        update labels in Slide Show Settings dialog
        
        Change-Id: I8c1c22357997311f35693693a33a4557330fdebc
        Reviewed-on: https://gerrit.libreoffice.org/27757
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f83c27e6eff48493ad8b4972461f46836caf40f1]

        Updated core Project: help  0eb754e971171c3a0fe76419a9830462d2958066
        
        update description of the View options page
        
        Change-Id: Ib0f22c5bb4795cea83ff5ad76ba289808ef936cd
        Reviewed-on: https://gerrit.libreoffice.org/27754
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c4be96b1ece2fc44c78c8e6b91afcb1a7db9cb88]

        Updated core Project: help  0790746cf3a5be85c3164ee54ca939264ca6525d
        
        update description of Java Start Parameteres dialog
        
        Change-Id: Ie2d508504a414e27435f95e7748f072fc7919dad
        Reviewed-on: https://gerrit.libreoffice.org/27745
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [85bf1ba438c6254afe84efc42bc680ccc346064c]

        Updated core Project: help  c2a24f0eefe7529b73c511dbad12425ef350bbe3
        
        mark see also link as translatable
        
        Change-Id: I0ca1ff39e46fceb8b86d1551cf02540b471d3e49
        Reviewed-on: https://gerrit.libreoffice.org/27743
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0becce59e2c9d597117c3406d2fca884dafbec5c]

        Updated core Project: help  141d22f10418520b549f99939a6c060ef24584fe
        
        add missing commas
        
        Change-Id: I694c61ec62ebac77a4499a82da9a15b8bc1c5aeb
        Reviewed-on: https://gerrit.libreoffice.org/27742
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-31  Arnaud Versini  <arnaud.versini@gmail.com>  [8b03ea6555226ec00963297a097861a53188ff1f]

        BASIC: Remove completly useless osl/thread include
        
        Change-Id: I60c0b5d273344cb23c1226d7f2da81b6ee55892b
        Reviewed-on: https://gerrit.libreoffice.org/27753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-31  Caolán McNamara  <caolanm@redhat.com>  [8a6b2fb5b94de43316ab3ea95ff07cf5f46b6134]

        fftester: another table manager stack checks
        
        and a m_xTextFactory check too
        
        Change-Id: I9352410c42048b4dd7d6dbc3514351ab8f16790b

2016-07-31  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d5f4bcb2c10ca40ce853b96398e60aead8809621]

        Revert "tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: HEAD"
        
        This reverts commit 0acd13ec38fad1a63b86d2428299e469227a9069.
        
        Because it introduces a bug in saving a new file on a WebDAV
        server.
        Need to find a better solution.
        
        Change-Id: Ie353fac7203d599989ca67cf89c81c1a95f5b47e
        Reviewed-on: https://gerrit.libreoffice.org/27744
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-31  Jan-Marek Glogowski  <glogow@fbihome.de>  [3e241399476ca3c2e3775f485356197bb93863a9]

        Use "dot" for "source"ing shell files
        
        Quote from stackoverflow: "source" is non-standard and specifically
        not supported in ash, dash or pdksh... it's a Bashism.
        
        Change-Id: I4b47385c1e44c5e56bd84f23ff3645712015dcf4
        Reviewed-on: https://gerrit.libreoffice.org/27746
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-07-31  Mike Kaganski  <mike.kaganski@collabora.com>  [4311e8fb88c334cccad6f577610e1af8ae75bc59]

        tdf#100837: honor LibreOffice command line arguments for Office URIs
        
        This patch allows modifying open mode set in Office URI by using
        LibreOffice usual command line arguments. For instance, if there is
        -p "ofe:...", then the file won't be open for editing, but instead
        will be printed.
        
        Change-Id: I4bde9b6e1c0e92b63ee3834ee1fd8f6e1bd321f2
        Reviewed-on: https://gerrit.libreoffice.org/27629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-07-31  Zdeněk Crhonek  <zcrhonek@gmail.com>  [59f5436f60a0201c8aa6a2415625b71134022af9]

        add TAN, TANH test case
        
        Change-Id: I380150406dc40b09e6ae6cbcdf0f98b6d1887681
        Reviewed-on: https://gerrit.libreoffice.org/27726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Asela Dasanayaka  <rukmal.tb@gmail.com>  [cf0fea5546c9b6b30d18deb084ddaa5e08aad41b]

        tdf#96505 get rid of "long" integer literals 'L'
        
        Remove L from integer literals in module basegfx all 0L, 1L, and 2L
        
        Change-Id: Ia8a0d660033651f6d0a35392b74b67358b639fb3
        Reviewed-on: https://gerrit.libreoffice.org/27717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [91e4949832514e604e29f69ad8f9c70eb612dae2]

        Remove use of OUString::createFromAscii as it might not be null terminated
        
        Change-Id: Ic105e4ebc1370365472d7318c87594f857be9a5b
        Reviewed-on: https://gerrit.libreoffice.org/27674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f98b5111c6a290d78a820b9432a5077e6b1bb69e]

        add SUMSQ test case
        
        Change-Id: Idc9cfab7ee6851a614a154ad9df727a9fa313d5d
        Reviewed-on: https://gerrit.libreoffice.org/27725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [67e1d80336b4c3aa94853221e735485b21b78f53]

        add FREQUENCY testcase
        
        Change-Id: I7f61989182637cf4af57bc7e7acdde2e3a7433b1
        Reviewed-on: https://gerrit.libreoffice.org/27733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Caolán McNamara  <caolanm@redhat.com>  [8aa5c802e371e53d16810877210dc3068e11cb9b]

        fix curl android patch to apply
        
        Change-Id: I554f483ddf7bdc8b0347d7ae4d1fe7bb6aad8336

2016-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3537a541053ab1c3c20664b4994fffe6ae26e7a]

        loplugin:cppunitassertequals
        
        Change-Id: Iaf1874409310f2728a5170e4b08d5a8a81999ded
        Reviewed-on: https://gerrit.libreoffice.org/27713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Caolán McNamara  <caolanm@redhat.com>  [2acc9d06291b3f271c2a88bb4995d52d2d8d2152]

        fftester: context stack check
        
        Change-Id: I4a135a9f9ac2f16f9dab096f5c234ff1d6e5e853

2016-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71835fd8b5b04651e5be38b3b26a8dc80f5c3355]

        missing nullptr check
        
        See
        http://crashreport.libreoffice.org/stats/signature/ScPreviewObj::getSelectedSheets%28%29
        
        Change-Id: I210426b8ac23fdf6b1195afe7dbc388802335e71
        Reviewed-on: https://gerrit.libreoffice.org/27711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6da4b14735b78ddbe79ed8b6d870190763ce691b]

        add TRUNC test case
        
        Change-Id: I52c3d6f5c7a877be9f8349b72b7541c562654a01
        Reviewed-on: https://gerrit.libreoffice.org/27727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-30  Rishabh Kumar  <kris.kr296@gmail.com>  [47f8170e5b7dfd959e1fe77599289f280f30bbd4]

        Change data type of loop variant to size_type
        
        Change-Id: I7ec187defb51362caddef3439a1a09257ef9f4dc
        Reviewed-on: https://gerrit.libreoffice.org/27729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-30  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [0acd13ec38fad1a63b86d2428299e469227a9069]

        tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: HEAD
        
        Change-Id: Ia941cfb68924140c3ab171d4ed2c4e8675947ca3
        Reviewed-on: https://gerrit.libreoffice.org/27724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-30  Jan-Marek Glogowski  <glogow@fbihome.de>  [b6a698b093f78dc90836d502db3d0276f335fbfe]

        tdf#95251 MM just allow print as single document
        
        Remove kept block from revert of
          138d29aa09417eba4d15ade4c9f4dab2620b6326
        
        After this revert MM just supports pinting via a single merged
        document. Printing as inidividual files should have still worked,
        but as a workaround we remove this functionality, until the print
        backend can handle multiple-file print jobs correctly.
        
        Change-Id: I70d0852cdcc369b0fc9f344086830f15d8dea451
        Reviewed-on: https://gerrit.libreoffice.org/27721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-07-30  Mark Hung  <marklh9@gmail.com>  [462d2311384e71ab76f9d8d357d2bc1375490b13]

        Fix SolarMutex not locked when using IME on dropdown list.
        
        Surround ImplHandleIMEQueryCharPosition() by
        ImplSalYieldMutexAcquireWithWait() and ImplSalYieldMutexRelease().
        
        Change-Id: I3843ad351f3b92801cd1e0066a3c73f2a52c44bd
        Reviewed-on: https://gerrit.libreoffice.org/27117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-07-30  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [97353e5c43815b45a6f365ccaea474899683d38e]

        Fix the WebDAV lock owner name shown on file locked dialog UI
        
        Probably due to 8d411a4a1ef6844c00bc714f8b144d3729e4f4e8.
        
        See comment in the added code for details.
        
        Change-Id: I3e8a856a715385ed2ab1d9ecda31dd25e05e6c59
        Reviewed-on: https://gerrit.libreoffice.org/27716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-30  Justin Luth  <justin_luth@sil.org>  [4a6329badc9c8679945d1a1ec225e26e15d7bfd2]

        docx - inherit FollowPage before FirstPage
        
        GetPageStyle(bTitlePage == true) will check if the follow exists.
        If not, it will create a new style - which defeats the purpose
        of inheriting from the previous section if this section didn't define
        a new follow.
        
        Change-Id: I235bc9b7bc35c9875295733313a6452ba8896c4f
        Reviewed-on: https://gerrit.libreoffice.org/27700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-07-30  Rishabh Kumar  <kris.kr296@gmail.com>  [74a017e27d04be13f072d03cab3a623a6b6d43ae]

        Use static_cast for type casting and fix loop variant size
        
        Change-Id: Icc41693730ec8a68e3f3d68adff57fee02b7a689
        Reviewed-on: https://gerrit.libreoffice.org/27714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-29  Arul Michael  <arul71.m@gmail.com>  [88a5f7d56f9e6040450fb959ce8d091a50edcfde]

        tdf#88793 EDITING, subtotals don't apply formatting
        
        Change-Id: I29f33287715ccdee758c1e17dfabad1505049e1a
        Reviewed-on: https://gerrit.libreoffice.org/27680
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-29  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [916a11d26cb74da9dd534e07b35737def6cbf54a]

        GSoC - moving FastAttributeList::clear to consumer thread:
        
        this shares the load of clearing the attributes list with
        the consumer when producer is busy.
        
        Change-Id: I6e89858703c7af9c30b2d99fd6825dc81290b488
        Reviewed-on: https://gerrit.libreoffice.org/27649
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [7f32fddb445ef1c1e17f9028f252c21dd83e03af]

        tdf#101094 (19) OPTIONS: Add mechanism to manage not found Web URL: GET
        
        Change-Id: Ie3da55d230631c50968b00cdea176f30051abf37
        Reviewed-on: https://gerrit.libreoffice.org/27699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [a3e57b44b26db382b7fe3004aa0211e26c07e6db]

        tdf#91665 l10n: Replace string list by separate strings in ScPrintUIOptions
        
        String lists are sometimes (mis)used to group unrelated items;
        the advantage(?) being that only one identifier needs to be defined
        for the whole group. The items are then referenced by index,
        which is rather fragile when they are used in different parts of UI.
        String lists like this one should be replaced by separate strings.
        
        Change-Id: I78a2c8d1a8e5b1fed6a2d0afefd96ec126bb79af
        Reviewed-on: https://gerrit.libreoffice.org/27689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [a5fc27e0575eab115de3714ae07fcac7481f4daf]

        tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if not found
        
        Change-Id: I1b37bba50cd41ab5eeb960927148cf6b005f3fd4
        Reviewed-on: https://gerrit.libreoffice.org/27698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Henry Castro  <hcastro@collabora.com>  [ff051403381ca85724fec4f7bd2363141fa675f6]

        sc lok: add parameters for column/row resize
        
        Change-Id: I189178b6060c229dd8d93b6fdee7d4d81354ced5
        Reviewed-on: https://gerrit.libreoffice.org/27701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-29  Eike Rathke  <erack@redhat.com>  [bb442b7ee6bf93f791cfef007c3e9375afde8655]

        rename SelectionForbidsPaste() to SelectionForbidsCellFill()
        
        ... which is more appropriate for what it does now.
        
        Change-Id: If82420485e945598cf267b00bba2de69477671eb

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [4e58115b2d7f80450b40e27187e45e3ac9babde0]

        fftester: some more table manager stack checks
        
        Change-Id: Ic8dd72da175fee656889910b55d31ea161b944cc

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [d00fc303bca7765762a602531b7d3b40ce8f1740]

        fftester: another empty table manager stack
        
        Change-Id: If3148cb6e16cff4aad28c4f86467c66ed04bcd05

2016-07-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1ca11b55aecb18f9dcca1e9678910dc2e7593623]

        tdf#101166 treat argument PayType for Calc function RATE as boolean.
        
        Excel and Gnumeric treat this argument as boolean.
        Financially, payment at beginning or at end of period are the only
        existing options, i.e. there no other feasible options.
        
        Change-Id: I7ba9fcdac69b9b0756cdf48abde001a44c8b4c88
        Reviewed-on: https://gerrit.libreoffice.org/27612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [c772c8fd273d73af4734ce0ed1b4bb082dc1886c]

        bump curl to 7.50.0
        
        Change-Id: I368a18f70dfac51770afeb1f9e84ff83c19f0989
        Reviewed-on: https://gerrit.libreoffice.org/27671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5c78a453bce458afef45ec998b6dd7142f4877b9]

        Make Calc Add-In function RECEIVED behave like Excel and Gnumeric.
        
        EXcel and Gnumeric demand that Maturity > Settlement, Calc now does too.
        
        Change-Id: Id02918153d5c07f438c9160330b0dc09fdf13f6c
        Reviewed-on: https://gerrit.libreoffice.org/27619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bedae6b06c51c641c38fa7dd3e25dd2aaafb30cf]

        tdf#101094 (17) OPTIONS: Options cache removal: COPY
        
        Change-Id: Ifa60eabd0a31b66074d79b30a5be7d497585f602
        4a2c233261211b13ed06d05278bf42e446330487
        Reviewed-on: https://gerrit.libreoffice.org/27696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [2359e5a002f4df58548803320991064e6a6d968c]

        tdf#101094 (16) OPTIONS: Options cache removal: MOVE
        
        Change-Id: I7a610003295aa174d655f1e847e6d9a19d84a197
        Reviewed-on: https://gerrit.libreoffice.org/27695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [1596379bc00a32bc3b4e76a53aa884112b21764b]

        tdf#101094 (15) OPTIONS: Options cache removal: MKCOL
        
        Change-Id: I752ab44b88935da75198d27f8b490f97c863408f
        Reviewed-on: https://gerrit.libreoffice.org/27694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8590ab7e8603097de01467c8148828e98f6d0e3b]

        add missing uui dependency for opencl test
        
        Change-Id: I897e5ae6ed0fea89c1f1b9e30bd6cc6505318a17
        Reviewed-on: https://gerrit.libreoffice.org/27692
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d60708c5116b4c48b30b94095aafd3e77de46f6a]

        sw undo: implement SfxUndoAction::GetViewShellId() interface
        
        With this, it's possible to tell which view shell created which undo
        actions. It's visible only in the doc model xml dump only, though.
        
        Change-Id: Ia76d218a1d8b578aaad00ab733c772b10dda39f0
        Reviewed-on: https://gerrit.libreoffice.org/27693
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [3ee2cae3a36e5d052e02c3f7b226dc3b79bd2ebc]

        tdf#97831 follow up : remove unused arguments from stack
        
        Intention:
        Make e.g. [1+SWITCH(1;1;1;6)] work. Without this fix, the result is
        7 but should be 2.
        
        Change-Id: I2a72e458e5458c02c3ce2f4214b86ba13f7b1d11
        Reviewed-on: https://gerrit.libreoffice.org/27664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [e0eb85785b68867f1476553723dbfc6dc407106b]

        tdf#101094 (14) OPTIONS: Options cache removal: PUT
        
        Change-Id: I251bbb101b4be851deaab66cbe4e10ff1fa3376e
        Reviewed-on: https://gerrit.libreoffice.org/27691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [dfb714183f31d8a235797ef1ad3c517966ed4985]

        tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCK
        
        Change-Id: Ib5e52973252b3af7b0fbe440806eb1e669670299
        Reviewed-on: https://gerrit.libreoffice.org/27686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Eike Rathke  <erack@redhat.com>  [5cf5975cef114870268bee792e44570ddfdaafe8]

        limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 related
        
        Change-Id: Idabf5e51b7f423d7d58094ad1caef166728c3bed

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [1203bf57dea230cd6de7bb5fe359d8fcd3e033dc]

        Related: tdf#99324 get backingwindow to honour auto mnemonic on mod key change
        
        Change-Id: I533232729db4a6ad5812d18bb63c36f7401066c0

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [f305b882868a03295f1b3108976d14354fa1553c]

        unhook the alt handling thing from SystemWindow
        
        so it could be used from things that aren't dialogs
        
        Change-Id: I649c5a05ad9c0634be9cef2bbe16a4643e58fc12

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [37ada6f457e19b6ee2d2adb0b0ab3acb20705b51]

        tdf#101094 (12) OPTIONS: Add options cache ctrl in getResourceOptions
        
        Change-Id: If4f53e8efc51e5ec33747dfcbe8f4294bbd6160b
        Reviewed-on: https://gerrit.libreoffice.org/27685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Rishabh Kumar  <kris.kr296@gmail.com>  [7f262a41017685709c288b57c8f03244e8c6149e]

        [GSoC] Fix recent colors in color popup widget
        
        Save recent colors in user configuration.
        
        Change-Id: I1637e9fe3150bd1892f72ff9df06dc2a7c3e1e9e
        Reviewed-on: https://gerrit.libreoffice.org/27688
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [bb01247f71a46fb7cae18b51516096adfd059bbc]

        Related: tdf#99324 accel underlines don't appear in hyperlink dialog
        
        Change-Id: Ib16b239c88b1d1157fc18bc62b5f01c52e896a48

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [a32c0828f6f73710d5473bc1cb093519a2a31133]

        Related: tdf#99324 accel underlines don't appear in options dialog
        
        Change-Id: I47cb6df2118ea86dea7225842dcdc4c1dafc439f

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [6da9e55fb68f937d14944d347381d619ccef220a]

        this NOCOMMAND is never defined
        
        Change-Id: I6a2ae90182eaeb534176dd0a2591bfe0c2242a5c

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [94165d249e5de53f52ce38140312e341f9fb5cbf]

        assert from unsorted sid array
        
        Change-Id: I9f4d6274581bc800c8404fcbbe2369aa42d05302

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [2c0b4ff238f39b5fcce09c7d36e80ac1e7cb713e]

        tdf#101094 (11): Add WebDAV options cache configuration param.
        
        Added in officecfg five new properties to be able to set
        cache lifetime if needed.
        
        The new properties are available in advanced, expert configuration only,
        in org.openoffice.Inet.Settings.
        
        Default values are as follows (value is in seconds):
            OptsCacheLifeImplWeb = 300
                when the web resource is Web only, implementing OPTIONS.
                Min. 0 sec (no caching) max. 3600 sec (1h).
        
            OptsCacheLifeDAV = 60
                when the web resource is WebDAV.
                Min. 0 sec (no caching) max. 3600 sec (1h).
        
            OptsCacheLifeDAVLocked = 600
                when the web resource is WebDAV and it's locked by
        	this LO instance (e.g. lock store has a lock to it).
                Min. 0 sec (no caching) max. 3600 sec (1h).
        
            OptsCacheLifeNotImpl = 3600
                when the web resource does not implement OPTIONS method.
                Min. 0 sec (no caching) max. 43200 sec (12h).
        
            OptsCacheLifeNotFound = 15
                when the requested web resource is not found on server.
                Min. 0 sec (no caching) max. 30 sec.
        
        Change-Id: I719b97645e1d91a29134820b77678fd88fcb9ac2
        Reviewed-on: https://gerrit.libreoffice.org/27684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [ee79a2dd7ea60e902cab3a9203e307b8a78fee23]

        Resolves: tdf#101169 crash using column menu in base
        
        Change-Id: Ia4ce895d3562b29db648a7b568121a2867088493

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [fa293f7d6792a2beab048461c8a067e9ca980bb8]

        use div() instead of /0 to content ubsan
        
        for the same reason as...
        
        commit fb2c146752074b132d665e40343a08dcb2e6672e
        Author: Eike Rathke <erack@redhat.com>
        Date:   Mon Jul 25 13:32:17 2016 +0200
        
            use div() instead of /0 to content ubsan
        
            While we do handle double floating point division by 0 at least on
            IEEE754 systems, ubsan builds mock about.
        
        Change-Id: I2c96b63a4af3cb2e8483a1d0f2da91ea82da227c

2016-07-29  Eike Rathke  <erack@redhat.com>  [77327759c9053da493430ee01b4d7fe98c174574]

        disallow Random Number when entire sheet is selected, tdf#60056 related
        
        Change-Id: Ie9e229c3d3e5a5a7e3f3e90ebd181471927bd452

2016-07-29  Eike Rathke  <erack@redhat.com>  [c729ee7622b1d54b2dc82b1807c68899efeab6d7]

        Resolves: tdf#60056 disallow Fill when entire sheet is selected
        
        Change-Id: I866f84d72c27be962dbad8f8e4dcb345aa336bff

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [410382a423018faeac1b47400f930bef62be3e46]

        connectivity: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Iad115345c061074da89746de8a9d2af2eb78802c
        Reviewed-on: https://gerrit.libreoffice.org/27679
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7494466e43daa4d071224f401267e2b6fd4222aa]

        svl: add SfxUndoAction::GetViewShellId()
        
        In preparation of a Writer version that overrides this and remembers
        which view shell introduced which action.
        
        Change-Id: I4970f8ce9c56f1b57ab1ae92f3ea8be804ca27bf
        Reviewed-on: https://gerrit.libreoffice.org/27682
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [a840b2526b8b8e44991bef2eb7b6ba44a1a90d3a]

        only map GDK_SUPER_MASK to KEY_MOD3 and not GDK_META_MASK
        
        on wayland I'm getting a GDK_MOD1_MASK and a GDK_META_MASK
        on pressing the left alt. The check for KEY_MOD2 in
        Window::KeyInput trips up with the extra KEY_MOD3 bit set
        so the auto mnemonic underlines don't appear on pressing
        left alt under wayland
        
        Lets map only GDK_SUPER_MASK to KEY_MOD3
        
        Change-Id: I1e9cc9fc095f5edfa7ad7c71440232c6de1ecf04

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [b641d83bb9f8adba1a487ca0e04d7151f96c3eea]

        tdf#101094 (10) OPTIONS: Add a simple options cache class
        
        Added behavioral unit tests as well.
        
        Change-Id: I30f84c8f814d3460a421428ebe0d2fbc32c5c433
        Reviewed-on: https://gerrit.libreoffice.org/27668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [389d4d414291879b9097658080e405a06dc0c1fc]

        sfx2: introduce SfxViewShell::GetViewShellId()
        
        This is quite similar to SwFrame::GetFrameId(), i.e. it assigns a
        numeric identifier to each instance to help debugging, as those
        identifiers are stable accross runs.
        
        Change-Id: I9cc57e316435f0284a1d481a956a703be859d67e
        Reviewed-on: https://gerrit.libreoffice.org/27669
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Eike Rathke  <erack@redhat.com>  [4b90c9dc83d96908d3732d95e75c2f71d0f5d988]

        move range detection to ScViewData::SelectionFillDOOM()
        
        Change-Id: Ic5205428136fc323affed8d956d6ee0434d43988

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [9a40590d0ca45a587717b3931a5eed8c2c2c6f1b]

        this 0x4000 means KEY_MOD2
        
        Change-Id: Id260c776241cfa5af35c51ccee7ba6942a353f8d

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [be47f60b51c053c6329637e829ce16e2e90610fe]

        tdf#101094 (9) OPTIONS: Add options check in Content::getProperties
        
        Change-Id: I1937d51158f67055ed4bbeb60dafbf8ffee090ae
        Reviewed-on: https://gerrit.libreoffice.org/27667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [1d81d868d2e9988c124e68c4906ba50036615ffe]

        strangely misplaced modeline
        
        Change-Id: I4c8dabbd2eeac2e3edb72a426687af8692c77497

2016-07-29  Michael Stahl  <mstahl@redhat.com>  [a2095b151409f0fb57aa8feaa4c6282f84040245]

        comphelper,vcl: let DeInitVCL() join some AsyncEventNotifier threads
        
        comphelper::AsyncEventNotifier is an amazing class that dispatches
        events in separate threads, no doubt implemented during times of
        exuberant optimism about the tractability of shared-state
        multi-threading.
        
        Unfortunately the authors forgot to think about how all those awesome
        threads will be joined, so if they are somehow blocked, then it may well
        happen that the events are dispatched when the main thread is already in
        DeInitVCL, and the objects required for the dispatching already smell
        somewhat funny.
        
        This happens quite reproducibly when changing dbaccess' ModelMethodGuard
        to lock the SolarMutex too, then CppunitTest_dbaccess_RowSetClones
        crashes in DeInitVCL() because one AsyncEventNotifier thread was blocked
        until then by SolarMutexGuard, and this test never Yields once its
        document is loaded.
        
        Try to fix this by joining the "DocumentEventNotifier" threads from
        DeInitVCL() itself.
        
        Since there's no rtl::WeakReference to go with rtl::Reference, refactor
        the AsyncEventNotifier and create a new AsyncEventNotifierAutoJoin
        that has to be used with std::shared_ptr and std::weak_ptr.
        
        Change-Id: I50a0749795acb04b0776e543f7125767b697ea35
        Reviewed-on: https://gerrit.libreoffice.org/27581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [b3b7669e7fb74b04d925f21a7f0b048434eeffa3]

        Resolves: tdf#96677 effects page didn't link labels to what they labelled
        
        Change-Id: I29503324f221c42208267f4f0d36922e89119fdd

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [3a0aad2f5de3c78d0a3f0d6977903fbd41aa1d8f]

        Related: tdf#90450 don't overwrite text in size/pos statusbar item
        
        there still isn't enough space for it in writer, but at least
        what is there can be read.
        
        I'd love to get this info out of the status bar and into some
        overlay shown in the selection when moving the object.
        
        Change-Id: I688690a57253d3774c06f5edcb0931503c6d2ac6

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [4b73aff7d2e4af7d3a1359df52133cd2c59058c5]

        VclPtr: password prompts never dispose
        
        Change-Id: I917e5457be6de152b39e91ad41b6ed196dfe3e45

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [2a66c02553bbcfbb9e646c39ec291fb2eefbf6bb]

        Resolves: tdf#84121 wrong password passed to xpdfimport
        
        regression from...
        
        commit eb276d11a652601f743d69ada7a38016bd97d73e
        Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
        Date:   Mon Jul 8 14:01:17 2013 +0200
        
            fdo#38878: Upgrading internal xpdf -> poppler
        
        before this the hashed _OOO_pdfi_Credentials_ was used
        in the removed OOoImportSecurityhandler::authorize
        
        but after this the hashed password continued to be
        passed through stdin, while the unhashed password
        was the required data.
        
        Change-Id: Iadc8a372abcfab514f724dd95f05776e5153d007

2016-07-29  Noel Grandin  <noel@peralex.com>  [9da4c9bc711dd0b78889b51f8cd0043626f06af8]

        loplugin:staticmethods
        
        Change-Id: If32319c1d93756d633f07a21c76e0107181704b0

2016-07-29  Noel Grandin  <noel@peralex.com>  [8ff6ba3da87a6ae8c36e8c9e44e66147c4dfb4e1]

        loplugin:cstylecast
        
        Change-Id: I3adb510be10b12953e2889d0d3b74402479194ee

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [f9ae1b31f7791fba71f74af126cc061a048e12f8]

        fftester: another null DestinationText
        
        Change-Id: I84bf3788ac092c491d7c5a9f86421f1cf9f3e814

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [0dd22165346f4296718656d17ae98ebbfe563719]

        fftester: null DestinationText
        
        Change-Id: Icdd71733c4e9f4b36e6e957e4dea772087890faa

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [6ab2cabeae02b6beb3c33238773ba075f41c4bb9]

        tdf#101094 (8) OPTIONS: Add options check in Content::resourceTypeForLocks
        
        Change-Id: Ia1bcc1be9e61626da2d60ea679d4b6e7e114ac9f
        Reviewed-on: https://gerrit.libreoffice.org/27661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [73cd9c480c681d076e837aa7ba1ea706de3f3d0e]

        xmlsec: xmlsec1-keyinfo-revert.patch.1 is not needed on WNT
        
        Change-Id: I1dbb6bf57dc78f321e6e6d69b7e573309aff8f48
        Reviewed-on: https://gerrit.libreoffice.org/27658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [73c8bc849c0024d5d81ab0370cffa6aa24b56d22]

        sw layout xml dump: mention SfxViewShell addresses
        
        Change-Id: I2e5c8102684494fd3d7c1c70971a09d0c940a124
        Reviewed-on: https://gerrit.libreoffice.org/27637
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-29  Noel Grandin  <noel@peralex.com>  [27319418ed7601fa62993e39894bb8f8902a88d0]

        loplugin:countusersofdefaultparams in store..svtools
        
        Change-Id: I15b4400bddc5a4d0e3de5dfffe18b7e493f97df6
        Reviewed-on: https://gerrit.libreoffice.org/27580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [fd586445a47d50ebfff67a7d5e4a329cf064cb92]

        tdf#101094 (7) OPTIONS: Remove resourceTypeForLocks before unlock
        
        Not needed, unlock() checks if a lock is present first.
        If present, it means that LOCK is available, inferring the presence of
        UNLOCK availability.
        
        Change-Id: I007c4b02b27e8a40f15721c0308c894ad6f482fd
        Reviewed-on: https://gerrit.libreoffice.org/27660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f9a56767c6edc36cfd3d593a9b74e1daa8d7fac3]

        add SUBTOTAL test case
        
        Change-Id: I68a46cfad2cdc09c1963576275033ff40c678c04
        Reviewed-on: https://gerrit.libreoffice.org/27655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dc2cf46e619f5c2b1ad86eb2765717c30ef2075e]

        add sQRTPI test cae
        
        Change-Id: I77ffd10e94ecebb045e0a9e7c756180790645885
        Reviewed-on: https://gerrit.libreoffice.org/27651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a6de813d714db1a83a855b98906e9fb16a801a34]

        add SIGN test case
        
        Change-Id: Ica56ab0821718c75c902f97cad3d278cd568f157
        Reviewed-on: https://gerrit.libreoffice.org/27644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [eaa2dd78f66d765e5100bea226f26c72fd28b6d6]

        add SUM test case
        
        Change-Id: I0c322cb157b102faa8d5cfdeb696f7912d5aa720
        Reviewed-on: https://gerrit.libreoffice.org/27656
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aea52b1cd35773fc0007e4b0617cd80da9f43e73]

        add SIN test case
        
        Change-Id: I439ded1581bcbe623abbcd2a1e51402689c56057
        Reviewed-on: https://gerrit.libreoffice.org/27645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-29  Caolán McNamara  <caolanm@redhat.com>  [f5fd2c66f6d994761fa7d5f744f2f1bdd6a84cba]

        set antialias once when context is created
        
        Change-Id: Id36e716253768321e1ddfb977a22470c6b694147
        Reviewed-on: https://gerrit.libreoffice.org/27510
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-29  Takeshi Abe  <tabe@fixedpoint.jp>  [b4e3c29f8aab725b71e76a4b6387134cf6241d11]

        Fix typo: completelly -> completely
        
        Change-Id: I566c5554bf32ea18121c5a186365b97c91667c5d

2016-07-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4bd54da67439112cce7811c91c5c039fa7aa42f0]

        add SINH test case
        
        Change-Id: Ic82520cc0ff41ce9630460ffe6320f8f278f2bf8
        Reviewed-on: https://gerrit.libreoffice.org/27646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [776544f5e9b58a3fa05a9559c0fe9f678b2076c2]

        write the customWidth property also to XLS
        
        Change-Id: I3d12e141e1cf6c70c3fbae7b6fb25a2fabeed77b

2016-07-28  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [40d892a2db4d750aaf0562c63004e693c028273c]

        tdf#100946 Fix width calculation and add customWidth support (.xlsx)
        
        On some MS Excel version (OS X), the column "width" is
        not applied, if "customWidth" key (in "col") is not set to "true".
        It means that in case of .xlsx files, exported by LibreOffice,
        all columns have default width. To resolve that "customWidth"
        key was added during export into .xlsx file format.
        During development it appears that Default Column Width is wrongly
        calculated, and it was done not according to MS documentation.
        This issue was also fixed. After fix default column width is
        properly set.
        MS documentation:
        https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.column.aspx
        
        Change-Id: I0d1944081a5ea445d1e4284db62e9b4d504bf1c0

2016-07-28  Akshay Deep  <akshaydeepiitr@gmail.com>  [72e6f08c692c0625db5ce377fb478a99660adb0d]

        GSoC Emoji Control
        
        Tab Window
        Add emoji.json to installation directory
        Read the JSON data from code
        Filter emojis according to categories
        Insert Emoji at cursor position
        Toolbar control
        
        Change-Id: Ia5a577ce41398132872914ebfa499e4d4077d57e
        Reviewed-on: https://gerrit.libreoffice.org/26700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [6dcd231892d80d2f130d1b9ebb9cf7dfa1115df1]

        tdf#101094 (6) OPTIONS: Do not retry on HTTP error 501
        
        HTTP error 501 the server tells us the used method is not
        implemented, non need to retry.
        
        Change-Id: I4529d2bc27a87e8f3463ded578c6c55e0701ae17
        Reviewed-on: https://gerrit.libreoffice.org/27636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [211cb2dec3501a9ea224512ebedbc7cd1c46cd45]

        tdf#101094 (5) OPTIONS: Add options check in Content::getResourceType
        
        Added some verbose SAL_INFO to detail server responses to PROPFIND.
        
        Corrected a wrong comment and beautified a bit code I introduced
        in commit 3b26a2a403ca5e99b0dd07d042d47501c091af16.
        
        Change-Id: Id59749fe60fe0b451d8e0f4093d7902fe94bbed0
        Reviewed-on: https://gerrit.libreoffice.org/27635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [171586cc4df4a9470251e50ce51338c2d53acf9b]

        Resolves: tdf#94940 don't load font history if option is disabled
        
        Change-Id: I70348b4e4bb85850331044e901c03aabb0d22ef8

2016-07-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ba234a86b8164db616cf4f176d46407ce44c58e8]

        add SQRT test case
        
        Change-Id: I04a85820914a9b50ded0545d5a685b6bda205e77
        Reviewed-on: https://gerrit.libreoffice.org/27650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2105c5c33d1884e31eb277fb84383c6a14fa0590]

        add SEC test case
        
        Change-Id: Ic6eda2e0b5c398a0644d3274fa4f6169d6dc09d9
        Reviewed-on: https://gerrit.libreoffice.org/27600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b3484b1fce510e53eb8ee587616b107ad477511]

        use n prefix for numeric variable
        
        Change-Id: I70a7b10d46cdafc4dd59f8fc046587a6219a2218

2016-07-28  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [ad121df71ad463bed8caf147d27f020b548f0862]

        tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keys
        
        In .xlsx, the XML_outlineLevelRow and XML_outlineLevelCol keys
        are required for Microsoft Office365 application
        to properly displaying Outline values.
        
        Change-Id: If4184ddc4fbfaa409732ddb0fb4ca85b4a27b024

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [fed8226315b08078a0101785f12693f5a3daa6f7]

        Add various uui dependency
        
        Change-Id: I926a0df300aad01f531832f857373e9764c32b1a
        Reviewed-on: https://gerrit.libreoffice.org/27653
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [052082a45845717e69f1207214bb69b836a49b1b]

        add SECH test case
        
        Change-Id: Ib0877d9ad871a24e49ee59aac70b43e969480236
        Reviewed-on: https://gerrit.libreoffice.org/27601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7f1c0e2cafec4ccd9590fad9f6e834df4666b34c]

        add SERIESSUM test  case
        
        Change-Id: I662113d5c980ac3cf47d8f27450ffb7c0d3d6519
        Reviewed-on: https://gerrit.libreoffice.org/27602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-28  Eike Rathke  <erack@redhat.com>  [fe46041a6b2fd29715389cc5eb2dfbaf65f7f1f9]

        do not force the Paste command to enabled for Calc, tdf#60021 related
        
        ... so it actually gets disabled in menu or removed from context menu if we say
        so. Used with disallowing Paste for Ctrl+A selection or protected cells.
        
        Change-Id: I7d5f8bdc7b7adee65d08b93ddee015aef953d95d

2016-07-28  Eike Rathke  <erack@redhat.com>  [984b0d1599ff1672cb0d28019bd652d58d6bdefa]

        Resolves: tdf#60021 disallow Paste when entire sheet is selected
        
        ... which exhausts memory unless you have 100GB or more of free RAM.
        
        Change-Id: Ie6f02c48457f80acad33d2286194765f8343f2fb

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [4e85daeb78e9d9f290e49518b11efc2285f86713]

        add another uui dependency
        
        Change-Id: Ib24b00d501b9c56d83a8cbd8bca4351109e07f54

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [53423cb1f177369f72938ad45aa8a24568104e8e]

        Resolves: tdf#98793 create a MailMergeConfigItem if toolbar is active...
        
        and one hasn't been set yet via the mail merge wizard. This
        should have the same effect as launching mail merge and cancelling
        it, which is given as the workaround
        
        Change-Id: I9deb8173d2e18ccde705a923a74ef8a1175e9393

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [e3b8a1bb661c85644fa8b4e9fd2fe8267ee322fc]

        add another uui dependency
        
        Change-Id: I4e9298fced82c6ef21611873a756f509b049c662

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [e7da3b943c97a911dbeb69073e81c8e520723da1]

        add some uui component dependencies
        
        Change-Id: Iba980a6016ae7c604964ce1f12707818609fabdb

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [7e3925057a97b33727c1245007e639daef156a79]

        add some uui component dependencies
        
        Change-Id: Ie191d66d3902281ccf7962d025ecc60e48e20cba

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [0c11de439cc2047562fe3371bc304f9abd4d5d8c]

        add some uui component dependencies
        
        Change-Id: I4ea78c729bec2e8879426dae6116d747083c72b3

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [2710211eb2333cafdb894742a8fa73fb02dc513b]

        fftester: throw on empty stack access
        
        rather than spend the rest of my life protecting each one
        
        Change-Id: I181df33b052a0303f072ce0252d98562231569e2

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [7a887df4db129ac5222fd4068173b5a06d107a59]

        Related: tdf#75757 remove inheritance from std::deque
        
        Change-Id: Ia50ea146052c2014ea16474186e2d15ce93581c1

2016-07-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [262e1aca818539acc07e1fdb3df9a7717242bea1]

        opengl: improve logging when no context is available
        
        Change-Id: Ie747db5f46b0a83bda44d211b0ac69bc19092fbc
        Reviewed-on: https://gerrit.libreoffice.org/27615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [39b50f0cad5fe4576b4d112284938645a303e363]

        opengl: don't initialize MSAA when we create VCL context
        
        Change-Id: Ic8060ebdabb86d8b724ee419fdfcc1f58e8a0316
        Reviewed-on: https://gerrit.libreoffice.org/27614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7480838db5cd695fc46362dae291f9c1052321d8]

        opengl: improve context creation, temp window creation on windows
        
        If anything fails at context creation then don't forget to
        deallocate resources.
        
        Temp window creation is written C like, as it was copy/pasted from
        an C example.
        
        Change-Id: Ia9d704e42206b1d4c37db2954bba4f165e3c8389
        Reviewed-on: https://gerrit.libreoffice.org/27613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aeb0c407a620ea8c28903f61d9d53e6d9ae7c53a]

        tdf#100915 draw antialiased line just for polygon outline
        
        To get the anti-aliased polygon we draw a anti-aliased line around
        every trapezoid. This works fine until we draw a transparent
        polygon where the lines become visible because of blending. A much
        better and faster way is to just draw the polygon outline with
        anti-aliased lines. This is done with this commit.
        
        Change-Id: Ice50e5eb3343f2c5d51ade8ad0e170043541f0ff
        Reviewed-on: https://gerrit.libreoffice.org/27611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [7150d4840f090a38ac4390ac503ac10552ed1ae4]

        unreferenced local variable
        
        Change-Id: I33c2c9b1c4ea3979f16b36af170c515df1f6b0c2

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [5de2d02806669812d43e7f23db58ab7a16373ce6]

        fftester: empty states stack
        
        Change-Id: I05dfffced9a8677650a46b43f65a29e9b21c5524

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [df9414084b46c1712dc7151f50023438c62301e2]

        fftester: empty table manager stack
        
        Change-Id: Ia7f7ace8130d5dfe290207e0cd3d2e6a43b8ab46

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [38041f76d6a290b98d598f562767990cab36c21b]

        not interested in exceptions for fftester testing
        
        Change-Id: I825e89a9d515f2f19eca190b1e3cc2d2ad565df3

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [2e6d96408ea726b652215b11c4fc9ef56c8e1361]

        Revert "temp tinderbox fix"
        
        This reverts commit d4cb9c3a8851cb874fd8b6c77d4d7521da7579b7.
        
        Change-Id: Ifd11427ea6b4137d0e0c007e7f140fbc6caa3f31

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e21c32a2f81b4ae5302fc8d537e4f200a1a3e76]

        tdf#101168 sw: fix missing repaint on undo with multiple windows
        
        Need to lock / unlock all view shells, not just the current one.
        
        Change-Id: I754214a202c6bbb74daac6f933481cb3fe7b9dbb
        Reviewed-on: https://gerrit.libreoffice.org/27620
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [1b36d5f37450b07015710ed2ccad209653647eb0]

        add rtf to fftester
        
        Change-Id: If00b1de1e1be16214df78d15554d95847e3239e7

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [1ebd5de9de4291e7b5cbaaa912f5b4524c14ad81]

        Related: tdf#95144 now merge common code into a shared CertExtn struct
        
        Change-Id: I7514e092e4314d7cadee33df0e964362777b0b83

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [b073ef93313f9e07f9f8b7bf65dc74721b15da6c]

        Related: tdf#95144 rework to avoid bad casts
        
        Change-Id: I89f84dae055b9a1058771021cb42dbc442405206

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [2c110872b530029f84d213ae7f27d3f59fdd0f97]

        Related: tdf#95144 Revert fixes for bad casts and unused fields
        
        Revert "Bad cast from SanExtensionImpl to CertificateExtension_XmlSecImpl"
        
        This reverts commit 321b8ff86ba623b92aab5608eb94385e56823b65.
        
        Revert "loplugin:singlevalfields in writerfilter and xmlsec"
        
        This reverts commit a25327e4b18768e40c6044c86ce09136cfc23c10.
        
        cause these two together mean that we get a certificate is
        invalid dialog when the cert is perfectly fine on loading https
        sources
        
        Change-Id: Id8c1fb5ece4ecc0035500ce0b822a6b248d14282

2016-07-28  Aron Budea  <baron@caesar.elte.hu>  [d778cb3dfc97ed5b71217cd0f222eb9cacd68b3c]

        Updated core Project: dictionaries  3380b51b42480693d8b3ac97f08c6568a4f73201
        
        cut size of README_en_GB.txt
        
        400 KB -> 4 KB
        list of changes is now factored out (official change)
        
        Change-Id: Ib1a1f2701015c73bc580766e0b15a974f87ce873
        Reviewed-on: https://gerrit.libreoffice.org/27621
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [cb4279efa76a7750c1e0d7e83384473c2412b10e]

        returning reference to local breaks crashtesting build
        
        since..
        
        commit 508c95f1b655d9cfa6be37a5a9de9aff6fd383bf
        Author: Noel Grandin <noel@peralex.com>
        Date:   Mon Jul 18 09:22:27 2016 +0200
        
            improve passstuffbyref return analysis
        
        Change-Id: I29b2751c17df9ef7b4b3421d42575dbf001e6784

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e903fc1d477e2f65653b36364de0c46a5151955]

        sw: rename generic rSh in SwBaseShell::ExecUndo()
        
        So that it's a bit more obvious it's not a base shell nor a view shell.
        
        Change-Id: I723a6394c59f4013576e3c4e2ff3016369d2227c
        Reviewed-on: https://gerrit.libreoffice.org/27616
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-28  Michael Stahl  <mstahl@redhat.com>  [bc3de19411e0966bbcdc9e247b2af96bff4333b2]

        ucb: fix deadlocks in tdoc UCP OfficeDocumentsManager
        
        Reduce scope of MutexGuards so that UNO methods are called without the
        mutex locked.
        
        This avoids deadlocks in CppunitTest_sw_mailmerge after using SolarMutex
        in dbaccess' ModelMethodGuard.
        
        Change-Id: I0229ebc2983c85e2003d51053a6bd130240274c7
        Reviewed-on: https://gerrit.libreoffice.org/27582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ffa1c7bc86093b8445656bab1538939b9d3a6d88]

        tdf#101026 Create more correct replacement control vector
        
        Change-Id: I909adaab3dca3c1bac4331b164343cdbc1205df2
        Reviewed-on: https://gerrit.libreoffice.org/27365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-07-28  Justin Luth  <justin_luth@sil.org>  [11ded42ef7f056072e7bf1fb66a0e1ec5a556317]

        unit test for docprotection only when enforced
        
        Change-Id: I99cd5424855892846120c62b333d0e66aa3c7071
        Reviewed-on: https://gerrit.libreoffice.org/27457
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-07-28  Michael Stahl  <mstahl@redhat.com>  [878c4f2490f0554cd0b261ff3699cb156e73b59e]

        vcl: remove Application::InsertIdleHdl() and ImplIdleMgr
        
        This is obsolete since 5.0 introduced the new Idle scheduler.
        
        Change-Id: I8555fe35e2befb0cc2a4c39ae469a5c32a32fcb9
        Reviewed-on: https://gerrit.libreoffice.org/27598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-28  Michael Stahl  <mstahl@redhat.com>  [22c75d86db9351ab271942a755a2a75a76920943]

        sfx2: just use Idle in SfxItemDisruptor_Impl
        
        This Application::InsertIdleHdl() stuff is ancient and now obsolete.
        
        Change-Id: I082870328711b2159b05d8cb077c0e439b7ee94c
        Reviewed-on: https://gerrit.libreoffice.org/27597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [2777b6380c17bad8a966454947b9d991f9592224]

        tdf#101094 (4) OPTIONS: Add member function getResourceOptions
        
        Change-Id: Ia98456842f666ad97a9a8ffc82e787c0c88066f6
        Reviewed-on: https://gerrit.libreoffice.org/27608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f30184cc28abcfcc38c14152aa43e310e3a64a27]

        tdf#101094 (3) OPTIONS: Add options implem. in DAV resource access.
        
        Change-Id: I186a77739b40cd89a8a918fd22379eb4240292ff
        Reviewed-on: https://gerrit.libreoffice.org/27607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [538ea31c992acb9d47ffd783543e50e149272aac]

        gtktiledviewer: quit after the last view is destroyed
        
        To allow debugging crash-on-exit problems.
        
        Change-Id: Ie54a8391e721c3ba8034b4618dd30733bac97a27
        Reviewed-on: https://gerrit.libreoffice.org/27605
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [fa1b59710863b797d32273c58f6ab116d3ab5ad6]

        tdf#101094 (2) OPTIONS: Add neon session implementation
        
        Change-Id: I1032f552b8ee2a413fdbfbf414bd7b39d6cbe6e3
        Reviewed-on: https://gerrit.libreoffice.org/27606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [05676088e23a7da470ba5e574ddf03a29fb11c9a]

        cui: fix Android build
        
        Change-Id: I6396d7702de42ad2cec3843e919cca084e92c008

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2027aabc0a4efa9809dfa420c74e074f678e951]

        desktop: fix Android build
        
        Change-Id: I1ea8edba2dc34386c2748c3ee2310963252082e6

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [4fc3c8a3df485f6dccdcb2c51c6266fbd0dace3e]

        Resolves: tdf#101132 a11y crash in hyperlink
        
        regression from...
        
        commit aa6c54f337a616c9ca6a39cfc8708657018d8613
        Date:   Mon Jan 18 09:01:15 2016 +0200
        
            loplugin:unusedfields
        
        Change-Id: Ic2b7fe5f2d49a447a9936c4fb04bafcc7349ecf9

2016-07-28  Caolán McNamara  <caolanm@redhat.com>  [e043cce9a48c1e4f4dd232a58de64f03d1d3919f]

        use div() instead of /0 to content ubsan
        
        for the same reason as...
        
        commit fb2c146752074b132d665e40343a08dcb2e6672e
        Author: Eike Rathke <erack@redhat.com>
        Date:   Mon Jul 25 13:32:17 2016 +0200
        
            use div() instead of /0 to content ubsan
        
            While we do handle double floating point division by 0 at least on
            IEEE754 systems, ubsan builds mock about.
        
        Change-Id: I4cc696e3725beaeb75066e02166bf7bbfdedfde5

2016-07-28  Justin Luth  <justin_luth@sil.org>  [d40ed9d0cd3c4a66d4ebf65d3a530f0fc5a8da17]

        tdf#99434 docx enable docprotection only when enforced
        
        Change-Id: I9454a34d7b386acffc50e74d5ef6eed1966d572a
        Reviewed-on: https://gerrit.libreoffice.org/27456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-28  Tor Lillqvist  <tml@collabora.com>  [e4781d09418fe1dc7219f6ae11f516da622329aa]

        Bin leftover dead declaration
        
        Change-Id: Iebce0b744aa4929333b8fe67062739b9bd0034fc

2016-07-28  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f950b49393ee6539f2a7b3c306aa4fc119f24a84]

        tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONS
        
        This class describes the DAV options useful to LO.
        Added behavioural unit tests as well.
        
        Change-Id: I7ba0230f1a1469b12f9b3f59f21e5c2730c65b81
        Reviewed-on: https://gerrit.libreoffice.org/27595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [66dd26659e7c4bb731a88e7dbc809c5b53cb79c3]

        svx: fix loplugin:nullptr
        
        Change-Id: Iff5fbb5c8b2885b0ba84c08f1357fdfc82ecf016

2016-07-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cec4c3c563c70d846f372966f22e431b6358cece]

        vcl: Guard against invalid states
        
        Got crashes here in 5.0, seem to be gone in master, but better be safe
        than sorry
        
        Change-Id: I434800f0e4a465233024b6a1ae1f48b010319f5c
        Reviewed-on: https://gerrit.libreoffice.org/27594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-28  Eike Rathke  <erack@redhat.com>  [4f719263ae8dc44eabfba4654f9dbed92a9c5360]

        display the SearchAll() and ReplaceAll() results for notes, tdf#65334 related
        
        Change-Id: Ib9ff40b26526efdf242db2ef1804e54611f16b0e

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [d4cb9c3a8851cb874fd8b6c77d4d7521da7579b7]

        temp tinderbox fix
        
        Change-Id: Id233762e6b8547078544c55b2932462a10749882

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [01c12dd928f6d0e65d458295c3863314e8483269]

        add uui component to some other places
        
        Change-Id: Ic703b509bac0a57e0780bbb83537e7e4323a79d0

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [b014a121ac40fae6da41ecdcd69a79ce9ffbe74d]

        add uui component to some other places
        
        Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [b32d3f24bb1e1b6e2f24dd4ad60273aadc607cfc]

        add uui component to some other places
        
        Change-Id: Ia1e449f8f52e7d353944b8e80f9fc586f1eab2f7

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [ebe04c075649c677b55941e3b4e57fbca150b5db]

        use div() instead of /0 to content ubsan
        
        for the same reason as...
        
        commit fb2c146752074b132d665e40343a08dcb2e6672e
        Author: Eike Rathke <erack@redhat.com>
        Date:   Mon Jul 25 13:32:17 2016 +0200
        
            use div() instead of /0 to content ubsan
        
            While we do handle double floating point division by 0 at least on
            IEEE754 systems, ubsan builds mock about.
        
        Change-Id: Id2e34686b053707c83ca535689b693d80b606533

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [748525431147ff17248cb33fbfefd1b540717889]

        add uui to starmath import filters test
        
        Change-Id: I0482891fa628f810c42e6a780abdec35bc62ea7e

2016-07-27  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [3b26a2a403ca5e99b0dd07d042d47501c091af16]

        tdf#95144: Add a default css::ucb::XCommandEnvironment
        
        Makes use of a dedicated interaction wrapper to server
        ssl certificates correctly.
        See comphelper::SimpleFileAccessInteraction for details.
        
        Change-Id: I5728225065ec03f9b793940de316ccd97ee7114d
        Reviewed-on: https://gerrit.libreoffice.org/27596
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-27  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [84db6c1d9c57c3dc115dc22413442cf1aa5e69df]

        GSOC - Avoid tokenizing strings for Unknown elements:
        
        Added a special case when token handler is not set, which
        avoids tokenizing strings.
        
        Change-Id: I749a7af22e45180cc8bfc55843832b7ccb529ac6
        Reviewed-on: https://gerrit.libreoffice.org/27593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-27  Akshay Deep  <akshaydeepiitr@gmail.com>  [982d96408e2222a3c1e30caa3432c5962a0dd13a]

        tdf#101116 Template manager not correctly exposed to assistive technolgies
        
        Tooltips to work as labels
        
        Change-Id: Ie4637028b018a962ce8c59667c43ae4eee0fea74
        Reviewed-on: https://gerrit.libreoffice.org/27575
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-27  Eike Rathke  <erack@redhat.com>  [d93284f65cf14fdf5e2520b474eb7383ca1d99e4]

        use HasCellNotes() when looping and searching for notes, tdf#65334 follow-up
        
        ... so we actually find all if on empty cells.
        
        Change-Id: Ie504ce7df2a17877eddf21cf309990a2a8b692ba

2016-07-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e8e5853b88d7873a23050f44c74a7e86b1bca3d0]

        add WORKDAY.INTL test case
        
        Change-Id: Id7060c93a1aca8a986bdf75b4883b697147c0e81
        Reviewed-on: https://gerrit.libreoffice.org/27485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-27  Eike Rathke  <erack@redhat.com>  [156590e7c0bf3c81f50b3d9862961e50010ea08a]

        use GetCellArea() also in SearchAll() and ReplaceAll(), tdf#65334 follow-up
        
        Change-Id: I50bfeee96e57010455bbb9e8be4312a39d392411

2016-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f65ca15a2297f298536d07cfa8564a1f7c67abb]

        svx lok: fix handling of text edit drawing when view/page changes
        
        This is a follow-up to commit 9d91d371e92548c7f75a7d0155eecaf3769fdee6
        (svx lok: draw text edits in all views, 2016-07-26). Two corner-cases
        are now handled:
        
        1) When the SfxViewShell is created after begin text edit and
        2) When the other draw view is already created, but at the time begin
        text edit happens, the other draw view shows a different page.
        
        And the opposite of these: switching away from a page were we observe a
        text edit done in an other view or destroying a view that observes a
        text edit.
        
        When the complete view goes away, then SdrObjEditView::HideSdrPage() is
        not called, so also try to destroy the outliner view of the text edit
        from SdrObjEditView::DeleteWindowFromPaintView(). The GetSfxViewShell()
        call in SdrObjEditView::ShowSdrPage() is important, because we let the
        other draw view create the outliner view, but the outliner view should
        invoke our view shell, not the view shell of the other draw view.
        
        Also improve the SdTiledRenderingTest::testCursorViews() testcase, so
        that it asserts it managed to begin text edit and use a test document
        that still has a single slide and shape, but the shape is not
        auto-sized; otherwise invalidations happen even if outliner views are
        not created in all draw views, so the test would pass even without the
        fixes.
        
        Change-Id: I2c3bb27826c6887115366db818599fc8adabc5a5
        Reviewed-on: https://gerrit.libreoffice.org/27583
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-27  Eike Rathke  <erack@redhat.com>  [a02f7aa735c52f5d20df0e2a94cc06879cb3dfac]

        do not search in empty string if there is no note, tdf#65334 follow-up
        
        Change-Id: I6c347b5bccd4ffd6a43a80e9d73a0b5fcf82926b

2016-07-27  Eike Rathke  <erack@redhat.com>  [09cc958dee93ad0ad2ab0d8cc9cc4c09e46c3653]

        use GetCellArea() when searching for notes, tdf#65334 follow-up
        
        ... so empty cells with notes are included as last "data" position if they are
        below or right of the last "real" data, which GetLastDataPos() doesn't.
        
        Change-Id: I9bb7464033736e7e7fa24e635ef1a3d39626002b

2016-07-27  Eike Rathke  <erack@redhat.com>  [f027c77c520adbdf8cec59e0484fc87b33cf203b]

        include empty cells if notes are searched, tdf#65334 follow-up
        
        Change-Id: Ib67b9745ffff730b209df2b82dc7e46fc4774900

2016-07-27  Rishabh Kumar  <kris.kr296@gmail.com>  [5e0b0de0af07d3d8415370f1dea4dd61e811eed0]

        Bug fix: Fill bitmap item set only when bitmap tab is selected
        
        Change-Id: I9bb7bdeecfcd51e8191f82c649585af8458f1001
        Reviewed-on: https://gerrit.libreoffice.org/27578
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f06a3503b69819e1d018ee4f587655173dff503e]

        tdf#100834 Extend ODF for integer/fraction delimiter
        
        Any string can be used as delimiter between integer and fraction.
        It is now saved/loaded to/from ODF, as it was from XLS.
        
        Change-Id: Ie6364d1cdefc020ea615c18099118135c619f96b
        Reviewed-on: https://gerrit.libreoffice.org/27262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-27  Jan Holesovsky  <kendy@collabora.com>  [5bd8b05f9b0adb93aec4d6ad7b67c7003092b873]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: Ic95ca9b07e73a9f5b25834cd2d23c9180861b7c1

2016-07-27  Justin Luth  <justin_luth@sil.org>  [91ad1017b609be6fceccd392006dd9ab60724352]

        tdf#75573 - docx don't remove frame anchor paragraph
        
        frames anchor to the following paragraph.  Don't remove
        an empty paragraph if it follows a frame or else the frame
        will jump to the next page.
        
        This gets a bit complicated because headers/footers contain
        paragraphs that aren't really "following" the frame paragraph,
        and so wouldn't be used as anchor paragraphs.
        There may be similar sub-paragraphs for comments etc, but
        exceptions for those can be added when proof documents are found.
        
        Change-Id: I46988b40abe65e23a5c407dde38a951937978005
        Reviewed-on: https://gerrit.libreoffice.org/27455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [0d174c974819d781804026f4c7e916a8092315c5]

        Resolves: tdf#101003 don't give paras in editeng accessible names
        
        change since...
        
        commit c23ab5eaed57cc3fb5860e26c591c73c5b22687b
        Author: Steve Yin <steve_y@apache.org>
        Date:   Tue Nov 26 14:25:22 2013 +0000
        
            Integrate branch of IAccessible2
        
        keep the accessible description, but drop thea accessible name which
        is reportedly an undesirable change.
        
        Change-Id: I8f9c53ef967c4e566fde1829832aa035efce4f23

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [8bb1726007f641dff2aa17d2e79a089e09fd9770]

        formally->formerly
        
        Change-Id: I1d631f8dd09193c57b7b65e3202ed080ce15861b

2016-07-27  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [b7138e03ebc8a33258c099c5cf6015970646a40e]

        GSoC Writer Table Styles; Import bugfix
        
        + Binary autoformats are loaded into document on document creation
        + Imported table styles overwrite existing styles.
        
        Change-Id: I88c08d1356e1c54a03624a051611357670f225ba
        Reviewed-on: https://gerrit.libreoffice.org/27539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [9e63e60d6f00ee690fafb9f21f2cafb08a6ad92e]

        Resolves: tdf#63662 'Manual Column Break' always visible...
        
        even when non-printing chars is off.
        
        I think this began as an intermediate step for both page and
        column breaks to the header/footer overlay we now have for
        page breaks. Leaving this just for column breaks. It may
        have been set to always on with page-breaks in mind.
        
        Change-Id: I1617683e2bb8c1f9229e9c2313e7817e184fa5ea

2016-07-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [aab21302fa7ec76772456ad0cd8729a16e2a11e0]

        tdf#100755 Extend ODF to allow 0 in fraction
        
        As '0' is now allowed in numerator/denominator
        this commit extend ODF to save/load this format
        
        Change-Id: I3bc897dcce5393453acd7a434a21ae305feeb919
        Reviewed-on: https://gerrit.libreoffice.org/27263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [7c84a219e3cc8d623826343f547ba8adacca6d56]

        Resolves: tdf#65334 cannot search in cell notes
        
        regression since...
        
        commit c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094
        Author: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Date:   Thu Feb 23 23:36:49 2012 +0100
        
            remove mpNote from ScBaseCell
        
        and requires restoring some code subsequently removed in
        
        commit a1a1131c16227327d17bcf5ad2a5209ddc0f01a1
        Date:   Sun Mar 4 15:27:27 2012 +0800
        
            Remove unused code
        
        Change-Id: If931c3162cacaeb126e730e3e79c1c47be4ce434

2016-07-27  Noel Grandin  <noel@peralex.com>  [cb4787c36a300d6783da28540da737dbad951070]

        loplugin:countusersofdefaultparams in svx
        
        Change-Id: Ic46a0dcce477c8b27aa2d4771c48fd45ad73718c
        Reviewed-on: https://gerrit.libreoffice.org/27574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Akshay Deep  <akshaydeepiitr@gmail.com>  [4b598ccb3f25fc8bac23ed4434a11f6f6ff44bba]

        Start Center: Separate thumbnail view buttons in UI
        
        Change-Id: If406b3d13ef3b39334079f9c41ef0c25dd2e21f9
        Reviewed-on: https://gerrit.libreoffice.org/27571
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-27  Tor Lillqvist  <tml@collabora.com>  [70258bb2d637319d8ff1d19bf304f813c5b2e948]

        Drop OpenCL details from the 'Detailed Calculation Settings' dialog
        
        There is really no need for end-users to have access to these
        settings. We don't want end-users to shoot themselves in the foot. If
        power users really think they need to modify these settings, they can
        poke the LibreOffice registry.
        
        Change-Id: I567506f2d2adf3c3b1817ca82be808af4e9698f7

2016-07-27  Tor Lillqvist  <tml@collabora.com>  [d78012872a15cdd0347cbabfc13e03ce5511bf90]

        tdf#101063: Get rid of the whole "Test OpenCL" functionality while at it
        
        Its intended use case has never been particularly clear. (I wrote it,
        so I know.) We now test OpenCL usability silently at each from-scratch
        start.
        
        Change-Id: I4e04ae5876153f61089ece6a75ebfdecf4cfcc09

2016-07-27  Tor Lillqvist  <tml@collabora.com>  [a92da660cd4aae511785da4f3a276309c64b47f7]

        Remove effectively dead code
        
        We haven't displayed any list of OpenCL devices to select from in this
        dialog for a long time, so remove the associated code.
        
        Change-Id: Ife0c624a8bfb829bd1e62e0a000c7681d696f40b

2016-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0f1c0da77cf9f148b3f29aaf0965dfb43b8a32c]

        svx lok: avoid SfxViewShell::Current() during constructing a new view shell
        
        Currently when a text edit is started, then in the LOK case if there is
        an other view that shows the same page, then both draw views will have
        an outliner view showing the text edit. This means that in case a view
        shell is created after starting the text edit, that won't have an
        outliner view for the text edit.
        
        Before fixing this, calls to SfxViewShell::Current() has to be avoided
        when we're in the process of setting up a new LOK view. In case of
        Impress, this is a double initialization, and by the time
        SdrObjEditView::ImpMakeOutlinerView() is called, we're already in the
        process of setting up the second SfxViewShell (as part of
        SdXImpressDocument::initializeForTiledRendering()), but
        SfxViewShell::Current() still points to the old view shell.  Which means
        that the outliner view would refer to a view shell that's deleted soon,
        and we crash as soon as it tries to invoke a LOK callback.
        
        Fix this by adding a virtual member function to SdrObjEditView, and
        override it in sd, so in case applications want to provide a more
        precise way of giving the view shell owning a draw view, then they can.
        
        Change-Id: Ie0005f73237d4ff9cf576bf16fa5b46280f13759
        Reviewed-on: https://gerrit.libreoffice.org/27561
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [5733910b2b3ac82cb3cf7a1be6b3576c2e97145e]

        change from a 2 min dbgutil failure to a 3 min
        
        to try and align with the crashtesting timeout
        
        Change-Id: Ife3a4a3d63bbb9d9d5b612675e3728900262bf6c

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [93f9a32cdf720ee76f56f987a1ded2fd89145659]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id0a6cd461b2ba56e3b9b944514f3b0d0eb75cc44

2016-07-27  Noel Grandin  <noel@peralex.com>  [80ee8f832f8247f9189270121fc4b3fe64a9be71]

        loplugin:singlevalfields in sc(part4)
        
        Change-Id: I77bcfc0103f638cd3eddb676ee88a4749bc74b1b
        Reviewed-on: https://gerrit.libreoffice.org/26687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Rishabh Kumar  <kris.kr296@gmail.com>  [706b76d1d561ee628cec1cc13a8b4fd52f91ae4d]

        Align pattern preview correctly
        
        Change-Id: I7513934e3195297bc6b68ff7149e9fd78922dcdc
        Reviewed-on: https://gerrit.libreoffice.org/27562
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-27  Noel Grandin  <noel@peralex.com>  [187044b5e837c24223ca4625df48d0161a72945f]

        loplugin:vclwidgets
        
        Change-Id: Ie16efa4a66cc3ea1991878f20442f0c0bac79d10

2016-07-27  Noel Grandin  <noel@peralex.com>  [702e26d6568ff739ff3783564044ad8afa689b1f]

        loplugin:passstuffbyref
        
        Change-Id: I37cc39974784e59aa793c2a2ca0dbc59d00e3cb4

2016-07-27  Caolán McNamara  <caolanm@redhat.com>  [c755336853f20c7b2dd14e9c56eeb441d831be2c]

        Resolves: tdf#57978 don't show duplicate index keys in dropdown list
        
        Change-Id: I25e25157063ea4424f770b397d879cb7bfd46bcb

2016-07-27  Tor Lillqvist  <tml@collabora.com>  [63db4d577ff17a5af06087bc3fd6e930a4951415]

        loplugin:defaultparams
        
        Change-Id: Ib9a838b9d840baff62f1a0453eb370b6f665326d

2016-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3efe880c3bb4504b0ee7ff8f425d6a91e441aa4d]

        libxmlsec: mark part of xmlsec1-vc.patch.1 as upstreamed
        
        Change-Id: I4a8365c98eef87274ae1809047fd4ea582102f0b
        Reviewed-on: https://gerrit.libreoffice.org/27556
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e73c4d5013d7a0bf7d72db1773d7125ab91cf269]

        sc: meBiff is always set to BiffType::BIFF_UNKNOWN
        
        remove meBeff and GetBiff().
        adapt uses.
        remove enum BiffType, because only use is gone.
        keep BiffType symbols as comment for documetation.
        
        Change-Id: I7019a21b80fd5b5f0b92458f83dd9e34bc704731
        Reviewed-on: https://gerrit.libreoffice.org/27253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Noel Grandin  <noel@peralex.com>  [508c95f1b655d9cfa6be37a5a9de9aff6fd383bf]

        improve passstuffbyref return analysis
        
        Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c
        Reviewed-on: https://gerrit.libreoffice.org/27317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [9f4af777a832d8a0b9a21d793d421fa6228131e0]

        Don't Update() and Flush() status bar draws
        
        From reading the code of vcl::Window::Update, this already calls
        Invalidate and Flush in case of top-level widgets and also handles
        child windows.
        
        And there is no need to invalidate the progress bar text, if we
        just update the progress value.
        
        Change-Id: Ie296c6ffe5db5a927ad69104ce8ffe3d0d29034a
        Reviewed-on: https://gerrit.libreoffice.org/27285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Noel Grandin  <noel@peralex.com>  [9870f02b310567c1d50c8e11a49afea5fdc549a0]

        loplugin:countusersofdefaultparams in tools..xmlsecurity
        
        find methods with default params with only zero or one call site
        
        Change-Id: Ie5b30f60e9fe00ba1acf0dfc79b005ded46f05a0
        Reviewed-on: https://gerrit.libreoffice.org/27512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1485074d84f7804a2942d4942d7d194039948d05]

        update WEEKS test case
        
        Change-Id: Iaa60d3c00c662ac6b9f124cc6274c8a62bb57689
        Reviewed-on: https://gerrit.libreoffice.org/27409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-27  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bccac0bfb8b83500c3883216d8de475fd8d125de]

        update MIRR testcase
        
        Change-Id: I6dbe3a96bfedef628f2995d10e1be38815b336a0
        Reviewed-on: https://gerrit.libreoffice.org/27486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1326f3da1442cb9095d9900a3a5a7c56c691ae7e]

        add VDB test case
        
        Change-Id: Ibc8a43ecb2b7a90441fac4cfa4a8ff9fd0d60df6
        Reviewed-on: https://gerrit.libreoffice.org/27553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [14135f7823ebf737e54acb6addb942b3c4632a78]

        add TBILLPRICE test case
        
        Change-Id: I10bf3ca736790abd0e854f9bdbae02c4aacb948a
        Reviewed-on: https://gerrit.libreoffice.org/27551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0434c5c4f1a652c9b311aa68e20e64c10e70234a]

        add TBILLYIELD test case
        
        Change-Id: I0169dc24fcfe26c70c016f8e516a28f2b1090e12
        Reviewed-on: https://gerrit.libreoffice.org/27552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bae0d30e1983d371875477775ac83d993e6bd129]

        add ROUND test case
        
        Change-Id: I3788df674dd0207dc04d534f6d9d4fb550328261
        Reviewed-on: https://gerrit.libreoffice.org/27555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b5c6576f5e791043e7718ca62567336295f4655d]

        add radians test case
        
        Change-Id: Id4e46a24aa7b4d568b75d709c9e823f0d59b9f6f
        Reviewed-on: https://gerrit.libreoffice.org/27554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [871c8cd7ba696b29bda2275d128cdcac71192fca]

        add ROUNDDOWN test case
        
        Change-Id: I3b0d3a12f04bda02bb1a8ccb5a71bc352fefcddf
        Reviewed-on: https://gerrit.libreoffice.org/27557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [61ac0a9931c896402826276f96b1ae00ec1bb41d]

        add ROUNDUP testcase
        
        Change-Id: I21601657ed97824b4b8e40a7470e882f72ebd402
        Reviewed-on: https://gerrit.libreoffice.org/27558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Eike Rathke  <erack@redhat.com>  [157b56a049a9a5f868d1f3b9856a631a40043a14]

        activate the remaining 1945-04-02 test cases, tdf#100046
        
        Change-Id: I4d2f3d5602b162924c14348c0307a74ddeb93079

2016-07-26  Eike Rathke  <erack@redhat.com>  [8e91b0177cbf6554acf7ccfbcc573f647e7fcf4d]

        Resolves: tdf#100046 the dreaded 1945-04-02 Double DST, also tdf#79663
        
        A coward not having changed this earlier, partially taken from a patch that was
        submitted for tdf#79663 but broke API, thanks to Isamu Mogi again.
        
        This removes all the clutter around timezone and DST correction that was
        necessary for early ICU versions, which apparently gets things right now and
        the clutter can still be confused by corner cases.
        
        Change-Id: I9a90f933e8db8c6e0db145520ebf71cc27621abc

2016-07-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ce3577056dd44d35b38894b7ec573951208209eb]

        update credits
        
        Change-Id: I9679f7b0693ecc380d756b18025b09225afd414c

2016-07-26  Eike Rathke  <erack@redhat.com>  [22dceea0ca3cd68463e390395aa8de479b680240]

        add test data from tdf#79663, tdf#100046 related
        
        ... before changing anything.
        
        Change-Id: Iedf89713de1eb02e501723f679bf059b5a43415e

2016-07-26  Eike Rathke  <erack@redhat.com>  [4097b95d62db14f738f69e3bb4d1162739f3a06a]

        display data on test failure
        
        Change-Id: I432ba81929dd0badd48d2bd7b4344ceed4df2b43

2016-07-26  Eike Rathke  <erack@redhat.com>  [17fb4d43e86bd9622fb1b2c4378ab1e63a0025f0]

        two more testDateInput() dates
        
        Found in comments of i18npool/source/calendar/calendar_gregorian.cxx
        Calendar_gregorian::setValue()
        
        Change-Id: I4ab0aae15b7d97b22bc3a16d039542b5b49d3f14

2016-07-26  Rishabh Kumar  <kris.kr296@gmail.com>  [7438bc1f0c4fd42420460a144cc074bfb8091705]

        [GSoC] Remove bitmap controls from area tab
        
        Change-Id: Ie8d62b42c9b5ce9a4d087d809e7c395b8c71e667
        Reviewed-on: https://gerrit.libreoffice.org/27024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-26  Rishabh Kumar  <kris.kr296@gmail.com>  [a44a0690da6d7cdc173fffea2b87ca899eb41ecd]

        [GSoC] Add Bitmap tab to area dialog
        
        Change-Id: I6549e7eb4efd24d035b0383a750698a4c3f16cf7
        Reviewed-on: https://gerrit.libreoffice.org/27546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c9b2af045acc92c8665a8523407f530cc691d5bf]

        tdf#101138 opengl: blacklist intel drivers for Win 7
        
        Change-Id: I1b3db15b2fbdd948dcc9bacf7891f8429f066150

2016-07-26  tymyjan  <tymyjan@yahoo.co.uk>  [d2e4753c3f511cfc6b2932ce60d0bc2e09296f9f]

        tdf#75280 Cleaning up of sal_uIntPtr usage #4a
        
        Change-Id: I488baed0ffc3fea9c42bad1647a034cd5e9b28bb
        Reviewed-on: https://gerrit.libreoffice.org/27325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d357334a0237bda6d9c090990d44e46c6af8edf3]

        tdf#75757 Remove inheritance to std::vector
        
        Change-Id: I2ddaaf52f27b5297bda58a045946e87a24b66a83
        Reviewed-on: https://gerrit.libreoffice.org/27536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [adf874c7cc21aedd29286d2ca860b4fd201f87d2]

        Resolves: tdf#98984 make MailMerge listen for database change
        
        and update to take the new database set on the document instead of
        retaining the initial database
        
        note that now SetCurrentDBData also throws away the old m_xResultSet to force a
        new one to be fetched
        
        Change-Id: Id50287915064949296ee73211e16bbba46ced229

2016-07-26  Eike Rathke  <erack@redhat.com>  [9710fd565f17278dc5e5ee645b3924544a8c4235]

        Resolves: tdf#87474 handle renaming of named expressions/ranges in formulas
        
        Change-Id: If82b62505624c3c259371fa37de1994a94bbceb5

2016-07-26  Mike Kaganski  <mike.kaganski@collabora.com>  [c1b665fcdacd4141137f1e369527e2c0d94513ae]

        Restructure CommandLineArgs::ParseCommandLine_Impl
        
        CommandLineArgs::ParseCommandLine_Impl is restructured to remove
        multiple redundant booleans and make its structure more clear.
        Command line "events" (that specify following filenames treatment)
        are grouped to an enum. (NB: "events" is not invented by me, this
        is currently used term).
        
        Normalized treatment of --display param: now it is always ignored.
        Previously, if it happened to be a known switch like --writer, it
        handled as it's not after --display.
        
        Immediate parameters to switches --pt, --convert-to, --outdir,
        --printer-name are now treated likewise. They are treated as
        corresponding values, even if they happen to be known switches.
        
        --language (without "=") is no more a recognized switch. Before
        this it skipped all filenames until next file management switch.
        
        After this gets approved, TODO is to tweak Office URIs to take
        current event into account: e.g., to print opened file if it's
        after -p.
        
        Change-Id: Ic2f3980548f8906f695d297dc6677bd2cbd19c5b
        Reviewed-on: https://gerrit.libreoffice.org/27316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [b43b2b504f0164a2a3a69482c8d0f831c096c756]

        return early and drop a level of indent
        
        no logic change
        
        Change-Id: Idf67cad227234417b23f7a4f20f6444141eb4377

2016-07-26  Justin Luth  <justin_luth@sil.org>  [eb345a155bc9cb92fffd3e5ea0269207b3bac0f1]

        tdf#75573 allow style to define vAnchor
        
        If the default property value is valid, a style is never able to override.
        
        oddball default caused by commit 20c1a485774c7586401f6c1821c52f0bc39cb84a
            Rüdiger Timm <rt@openoffice.org>   2008-04-18 11:36:12 (GMT)
            INTEGRATION: CWS xmlfilter04 (1.22.14); FILE MERGED
            2008/03/05 11:07:44 os 1.22.14.3: default vAnchor changed
        
        Change-Id: I665b52ae75a9282d51c79f3351315cf3fed4776c
        Reviewed-on: https://gerrit.libreoffice.org/27454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-26  Tor Lillqvist  <tml@collabora.com>  [20438e3e63bc78e877f344437448a038a8a01985]

        loplugin:redundantcast
        
        Change-Id: I4b7341a180271d5e0f9b06a9815d1914d698eb11

2016-07-26  Tor Lillqvist  <tml@collabora.com>  [c27b0a8b2d2910b2ac9ea56a42fe8b2abc95e32a]

        Add test data for NORMSDIST
        
        Related to 4afa88f289de1150850b52d36f2345fd9a9fbc1e, the NORMSDIST
        implementation uses erfc().
        
        Change-Id: Ib089496c38c79d5f5eeaed899e844089710d6dec

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [431730d7e846a6c3b3b574a7efb21d17a9eded21]

        crash on clicking links in offline help
        
        Change-Id: I59f9ca3293dacbf02af49215cd8334291927f324

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [cca7d0df5d38401ae4ed5cbbf3d5fbcb7d0cb511]

        loplugin:overrideparam
        
        Change-Id: I5d6c249875e4dcebc63e8d0fcdddfcb48e8df18a

2016-07-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d91d371e92548c7f75a7d0155eecaf3769fdee6]

        svx lok: draw text edits in all views
        
        Use case: a document has a shape with text, and two views. If one view
        starts to edit the shape text, the model text is hidden (via
        TextHierarchyEditPrimitive2D), and the in-progress text was painted
        directly only in the view that edits it.  The remaining views presented
        the shape as if it had no text. This commit addresses the subset of this
        use case when the views are already created and they already show the
        same draw page.
        
        Fix the problem by looking for other views showing the same draw page,
        create a view of the text edit for them, and paint them in all views
        after the own text edit is painted.
        
        There is not much LOK-specific in this code, except that some extra code
        would be needed to not paint the blinking cursor of the text edit in
        other views, and then it could be enabled in the non-LOK case as well.
        
        Change-Id: Ib3096a3369fa56663ee209794e102090d362de66
        Reviewed-on: https://gerrit.libreoffice.org/27535
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [bfb8b56e1d8e1241045b435c42856f5606faad4f]

        this can be a ScopedVclPtrInstance
        
        Change-Id: Ia500b2901c6c89ca8755d6b7515d88c18182bb3b

2016-07-26  Caolán McNamara  <caolanm@redhat.com>  [a860df25dd7bf62ecb6b3d3ed38803b981f56d52]

        masses of MessBoxes not being disposed promptly
        
        since...
        
        commit ba81e5c6bd420b41a84ade6ccd774011a8089f7f
        Date:   Thu May 28 21:35:43 2015 +0100
        
            tdf#91702 - fix stack-based MessBox allocation.
        
        There is no special ScopedVclPtr<X>::Create or
        ScopedVclPtrInstance<X>::Create just
        VclPtr<X>::Create and a raw VclPtr<X>::Create()->foo
        doesn't call dispose on the owned X
        
        Change-Id: Ifacc8d5e742820701307c3c37b9b86487667d84f

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [87e2b0142a1724b9075f31acfc44011082ce8e12]

        add POWER test case
        
        Change-Id: I776535199d8123da2da65fd769e975aa4e5280f2
        Reviewed-on: https://gerrit.libreoffice.org/27500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9bf710065dcd3f43cd72b845d20afada9c1b4e12]

        add  ODD test case
        
        Change-Id: I081605e1dc24601baa707e57c9691aa9b42c2aff
        Reviewed-on: https://gerrit.libreoffice.org/27499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [40be01b16bee38088c5a1b048048718def485da2]

        add MULTINOMIAL test case
        
        Change-Id: Ia0496640f57e5c0085d9ce4cc081c44bfb819ad0
        Reviewed-on: https://gerrit.libreoffice.org/27495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2b0e7724bc6b24feae977d9a0462e4afe88ebeb1]

        add QUOTIENT test case
        
        Change-Id: I3abd51755dcb6f308eed537fbbbe9e87eb55a21c
        Reviewed-on: https://gerrit.libreoffice.org/27504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [05caac30889301660ca31fbf06bd8eb6d573e08b]

        add PRODUCT test case
        
        Change-Id: I0cfd22c8ecc42a1b7aaf2388e29b06d9e4c4095c
        Reviewed-on: https://gerrit.libreoffice.org/27502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8631f4399d49c4d5c2d2871b0523a70bad69acae]

        sw: use std::move() in DocxSdrExport
        
        Change-Id: Ifd92f0ea25288540915a6509a62df7b89e9304db
        Reviewed-on: https://gerrit.libreoffice.org/27533
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3686a811372352414d91d19a094be9f3f8f21a0f]

        sc: replace GetScenarioData() calls with GetScenarioFlags()
        
        if only the scenario flags are needed
        
        Change-Id: I9bda31250a8bbd83dda2fabb1d9eaaab90584052
        Reviewed-on: https://gerrit.libreoffice.org/27465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-07-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [60f36bb7cd5956fa30b3f7ebe8a1489ed0f98685]

        sc: convert SC_SCENARIO_.. defines typed flags ..
        
        ScScenarioFlags
        add ScScenarioFlags::NONE for 0.
        replace uses of '-= flag' with '&= ~flag'.
        
        Change-Id: I003c0ca1f59b060f52935fec8bb6282fd9981805
        Reviewed-on: https://gerrit.libreoffice.org/27464
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-26  Laszlo Nemeth  <nemeth@numbertext.org>  [00a58dfead6e05724b252f74e24f9f6c89a68d76]

        Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlier
        
        (TDR is Timeout detection and recovery, was introduced in Vista.)
        
        Change-Id: Ic49629adf7630e61cebcdfcc431ca96ba3fbaf7e
        Reviewed-on: https://gerrit.libreoffice.org/27518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2016-07-25  Takeshi Abe  <tabe@fixedpoint.jp>  [eee5d67d06c8e0c81ab0874171af0d5c4de18860]

        starmath: Fix invalid static_cast
        
        which caused an undefined behavior by downcasting SmSpecialNode
        to SmMathSymbolNode.
        
        Change-Id: I00b6d2111733bddffa31d12c85fbb5bbdd675f76
        Reviewed-on: https://gerrit.libreoffice.org/27531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-25  Akash Jain  <akash96j@gmail.com>  [e9915cbf4f29bc79360c6c6148405b4490bf90e4]

        Upgrade HarfBuzz version to 1.3.0
        
        Change-Id: I55a6258e370ff1cf2e901a8460cd2342118ea9d5
        Reviewed-on: https://gerrit.libreoffice.org/27524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-07-25  Tor Lillqvist  <tml@collabora.com>  [4afa88f289de1150850b52d36f2345fd9a9fbc1e]

        No need for own implementation of erfc() in OpenCL
        
        The own code was copied from the C++ one we used to have in
        sal/rtl/math.cxx but which was removed in
        a62bc6a65abb47adb0e4caff7e38823c15b302fc. However, it did not work
        correctly on some machines at least, like my AMD A10-7800 running
        Windows 10. I was unable to figure out why not. This lead to OpenCL
        being disabled by the Desktop::CheckOpenCLCompute() code we now run
        early on startup.
        
        Anyway, as OpenCL has erfc(), just use that.
        
        Change-Id: I7ba6104fc4975cd570358760fa97a19390a54cce

2016-07-25  Eike Rathke  <erack@redhat.com>  [1839bc8cf4148ae9d5455794ba286ebded54b5c7]

        obtain PreviousChar() only if necessary
        
        Change-Id: Ib23b34fd927eaecef1868fbeebde0a28399dc0c3

2016-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b5f66c672849bbdc3b31cea678cdaa83295ce9b]

        basegfx: use polygon initializer_list in some places
        
        Change-Id: Ibb83476376e1c46aedf67c9455292405219a45c1
        Reviewed-on: https://gerrit.libreoffice.org/27476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-25  Eike Rathke  <erack@redhat.com>  [c6e7dbaaa471861dcf76186ed3978ac95f81256e]

        Resolves: tdf#101096 remove the "H after M" rule
        
        wrongly introduced with c9ed6e832213129cc579c1c309ce9dbd3593c57a
        
        Change-Id: Ic6c9c404ad0af11eb5d638f453150ee0da60e633

2016-07-25  Eike Rathke  <erack@redhat.com>  [bcf84049c84fe62762efb3794167915b8b39ba33]

        Revert "tdf#101096 Improve minute/month disambiguation"
        
        This reverts commit cb94d2fbd9596aca45d915a599caa671a261c2a2.
        
        There's an easier solution not leaving unhandled corner cases.

2016-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c27d56b2a9ae4fb2f0a69d919339af0bbccae5a6]

        opengl: log device/driver info, remove unneeded info messages
        
        Change-Id: Ica3698d0dbff1ee7a1e822d2765eb4019ccef224
        Reviewed-on: https://gerrit.libreoffice.org/27498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [884590333127173f19bac6871e2f2998ac0ba3fd]

        opengl: check supported texture size on first GL init
        
        Change-Id: I27ef828a8d47d50adbbcc3fb0fd152f4f6ffc446
        Reviewed-on: https://gerrit.libreoffice.org/27497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b7ef90fba218b27f3757d117f5e2d3c872c5da8]

        opengl: add VCL_GL_WARN to write warnings into api trace file
        
        Change-Id: I416de926a769dccdf1c53072c1f7dda817c5402a
        Reviewed-on: https://gerrit.libreoffice.org/27496
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [eb09e512ae8283f52114c29f4a7d481fa82ab372]

        basegfx: initializer_list from polygon
        
        Change-Id: I2d6cdb7189217e1fadb1ecf4e11cf4dd04043ec6
        Reviewed-on: https://gerrit.libreoffice.org/27475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [cb94d2fbd9596aca45d915a599caa671a261c2a2]

        tdf#101096 Improve minute/month disambiguation
        
        To fix tdf#95339 M-H was treated as minute-hour
        But for "D.M.H" it should be treated as day.month.hour
        THis commit extends test to detect if
        - in case of M.H: there is day or year previous M => M stands for month
        - in case of S.M: there is day or year after M => M stands for month
        Some ambiguous cases like S.M.D are now treated as it was previously (month)
        
        Change-Id: I048eb227a738b6c453e39d9208bef0d1fda136a0
        Reviewed-on: https://gerrit.libreoffice.org/27493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-25  Eike Rathke  <erack@redhat.com>  [fb2c146752074b132d665e40343a08dcb2e6672e]

        use div() instead of /0 to content ubsan
        
        While we do handle double floating point division by 0 at least on
        IEEE754 systems, ubsan builds mock about.
        
        Change-Id: Ifff40fb917c6fb1cd6b7c812bc002c448b578f38

2016-07-25  Noel Grandin  <noel@peralex.com>  [98c90acdfc9813ad8789974df1705e0a240194fd]

        loplugins: more consistent naming of output files
        
        Change-Id: Ia26f697cb16078f235c94e4cff449a60c1bbd74e

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

        curl 7.50.0 has CURL as typedef struct Curl_easy
        
        Change-Id: I22e5e2cdf78c38087579071c1b1570a8adc7d3c4

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8e3eb727957aaed4af5f6945a205a9d18a69dc42]

        Updated core Project: help  034f593c7a63283b361349b152e598ea2ec51b90
        
        tdf#100962 adjust menu paths to track changes commands
        
        Change-Id: I9a0f4964cd29af3fb600b6cb4570ceae5f33f50d
        Reviewed-on: https://gerrit.libreoffice.org/27491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-07-25  Michael Stahl  <mstahl@redhat.com>  [2f758cdd01a998292a93091f951ad96668139a5b]

        move parseExport to SdExportTest base class
        
        Change-Id: I20cc59e21aa1b99d8cee5a9f60c0703e9c457187

2016-07-25  Michael Stahl  <mstahl@redhat.com>  [5206929f3a125a739adb860709586a0f50cb9611]

        sd: OOoXML import: fix loss of animations
        
        There are 2 different animation formats, legacy one used in OOoXML
        format, based on presentation:animations element, and SMIL based one
        used in ODF format, based on a node hierarchy with
        <anim:par presentation:node-type="timing-root"> at the top.
        
        The problem is that when the legacy animations are imported, they are
        not immediately set on the draw-page in the same way as the new
        animations are imported.
        
        "soffice --convert-to odp ooo28334-1.sxi" loses all of the animations,
        whereas loading the file in the UI and storing it all animations are
        converted, and if you use API load/store methods some are converted and
        some not depending on timing.
        
        The problem is that there is a necessary conversion step
        MainSequence::implRebuild() that needs to happen after all the
        EffectMigration calls for a particular SdPage are finished, which
        is only triggered by a timer MainSequence::onTimerHdl().
        
        Fix it by forcing a call to implRebuild() from DrawDocShell::Load().
        
        Note: SdDrawDocument::NewOrLoadCompleted() is a horribly misleading
        function name as it is actually called *before* loading the document.
        
        Change-Id: I9881cb9bf2ae6ccc5fcf06602343f2d0e0704699

2016-07-25  Michael Stahl  <mstahl@redhat.com>  [e32a795eee3d6b2c4c4be112674d37b39d3e315f]

        Revert "loplugin:unreffun"
        
        This reverts commit eeb852ea1ecb77c2980d44075429b06e7d420c3a.
        
        Only the function in export-tests.cxx which is now used.
        
        Change-Id: I0751a4fd2d651676cfee42dd077b1d438a98fc92

2016-07-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d54fdb0b1b9c8115c7766061d7d698d84c21c887]

        sc: implement LOK_CALLBACK_VIEW_LOCK
        
        This is the same shape text editing indicator that's available in Writer
        and Impress already.
        
        Change-Id: I5f7fbf2efdc92a10b169a3f1b27e24426f3dfb3d
        Reviewed-on: https://gerrit.libreoffice.org/27507
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-25  Tor Lillqvist  <tml@collabora.com>  [718d55d141dbb9cfc23a80490f4aeb90d4ff338c]

        Fix some misleading comments
        
        Change-Id: I0f29133c3e9b881835b970b2226583ec348828cb

2016-07-25  Rishabh Kumar  <kris.kr296@gmail.com>  [db8ee318293da8967a8294dc558ffae898ba8e6b]

        [GSoC] Fix palette selection in sidebar/toolbar color widget
        
        Remember palette selection after the popup is destroyed
        
        Change-Id: Iecd7fd4aa89cf9d2d6842c5b544d037df6818aaf
        Reviewed-on: https://gerrit.libreoffice.org/27474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [57c8915376dbb580760486071cac6533e05427bf]

        lokdocview: draw a lock inside the lock indicator
        
        Hopefully less confusing, the crossed out rectangle is also used inside
        the tiles for deleted comments, and the two are independent.
        
        Change-Id: Id06fbf6ec1b21dfbab1c126c3c432f91cf51430c
        Reviewed-on: https://gerrit.libreoffice.org/27503
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-25  Noel Grandin  <noel@peralex.com>  [69dbf6f08604f6a97390fb7ab06dfe86c1cf05a0]

        clang 3.8 does not seem to have EvaluateAsFloat
        
        Change-Id: I0d846a2e9bc6db192cbf8f5dbce104c11ff409b4

2016-07-25  Noel Grandin  <noel@peralex.com>  [62462664bef3729c6929ce7e0b1fcb1161219828]

        fix for overrideparam loplugin
        
        Change-Id: Ibf4d3ffee0bfe335c479a15fcd183dfd8c207335

2016-07-25  Tor Lillqvist  <tml@collabora.com>  [13c89ecd0cade4c17727d976af1088eaaf690b4d]

        Further documentation for SelectedOpenCLDeviceIdentifier
        
        Change-Id: I124b0225c2962c62bce71c128748263c9cd48fdb

2016-07-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [be23a192ccd25b707a9ff919d6357d9272ff7b75]

        sw: prefix members of SwTableOptionsTabPage
        
        Change-Id: Id82effaf20663d3c54ab42d02c4aef2b08101c6f
        Reviewed-on: https://gerrit.libreoffice.org/27501
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-25  Caolán McNamara  <caolanm@redhat.com>  [60ab08c6c5c4b5730c1cb54eca5558be214e8925]

        Resolves: tdf#101076 drag-create creates an unfilled shape...
        
        after using the slide properties->background->all slides
        
        This SetAttributes with nothing selected will end up setting the
        default object properties. Here I think we are setting the bg color to
        the master, and then unsetting the bg color of the slides to none
        so the master color shows through.
        
        So the additional SetAttributes call unsets the bg of the default
        object style
        
        Change-Id: I5cfd74eef5637b87d2a8778d4b8c8a0cbc0960db
        Reviewed-on: https://gerrit.libreoffice.org/27487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-25  Justin Luth  <justin_luth@sil.org>  [9920a0bf9d783978cd6f7b97f7528d8aa2571143]

        tdf#75573 - docx handle frame properties at styles
        
        A frame with only a style defined doesn't create paragraph properties,
        so the settings were just being ignored.
        
        If the stylesheet is the top context, then the settings belong to
        the style.  If this slightly aggressive approach causes a regression,
        then just use the style only if the paragraph properties don't exist.
        
        Change-Id: I3b14205dc2bc5305f1eeb4cb72a812e877b532c7
        Reviewed-on: https://gerrit.libreoffice.org/27453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-25  Noel Grandin  <noel@peralex.com>  [594dd232c8ff4808d4ad43cc41a9934a9c6d131d]

        loplugin:overrideparam enable checking that default values match
        
        Change-Id: I4ca21d12d6f5dd4bb0b2705f7e36249082b0838c

2016-07-25  Gabor Kelemen  <kelemeng@ubuntu.com>  [15613117f9c825aa8309b456e55fe954ec05475c]

        tdf#101089 Distribute the Dutch example classification file
        
        Change-Id: I3692f313b728219ed2d7d2b57aee7209f852d04e
        Reviewed-on: https://gerrit.libreoffice.org/27461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-25  Noel Grandin  <noel@peralex.com>  [938821fb08e427864db6a10642f385bde9803f6c]

        new loplugin overrideparam
        
        verify that parameters on override methods have the same set of default
        values for their params as their parent/super-methods do.
        
        Change-Id: Ibdbc1c6e417fbaa680ea025a6bbf5ba9c2e5bcd2
        Reviewed-on: https://gerrit.libreoffice.org/27437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4d4d77a1aad1bcae18bad35dad5308d33d6b2e51]

        sc: remove ScPointerChangedHint class
        
        nFlags is never set, ctor was removed
        in commit 716636d558e9cc9b910da6d127314d2b20cdf0b6
        
        Change-Id: Id1a608999042ff29b26162fddccaa35806a3e9e6
        Reviewed-on: https://gerrit.libreoffice.org/27488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [54cc2f587d2ee2deb9fb334b1b9464213b8823c8]

        sc: replace GET_SCALEVALUE macro with a lambda
        
        Change-Id: Id41cf9fec355f84fdc52565e089a8bb04c0e9bdb
        Reviewed-on: https://gerrit.libreoffice.org/27492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-25  Tor Lillqvist  <tml@collabora.com>  [facf48d58f7438031a3a5fabd0f59134f6d43851]

        loplugin:nullptr
        
        Change-Id: If8f933706b0acb86dcdebb85ec647abfd61fa949

2016-07-25  Noel Grandin  <noel@peralex.com>  [b0b6d4cf70d7ed0eb4b656d0ef1fdeb1c60eae28]

        inconsistent default param override in SwComboBox::InsertEntry
        
        Change-Id: Ica9f876747e039c1dfbac1f15db668724a49d096

2016-07-25  Noel Grandin  <noel@peralex.com>  [15ed9d81005149fce04a0597a52b20cd8d599235]

        inconsistent default param vals in SetMaxTextLen
        
        so just remove them, only one call site was using them.
        
        Change-Id: Ife00ad7f14d73f865058d1262f71dff1fd2a6abd
        Reviewed-on: https://gerrit.libreoffice.org/27458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [424b840ea761c9106830508e9b1d656f0edeb073]

        Updated core Project: help  95e2f998f1a995b7af4f7a4e7ddbf0803daf4cf1
        
        FORECAST.ETS.*: improve description of aggregation argument
        
        Change-Id: I1192fdeb6249cb63d45a40c099b47685a0dd51f8
        Reviewed-on: https://gerrit.libreoffice.org/27472
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b394480c8d552c2f5c4699f4f897756188c4d1cd]

        Updated core Project: help  8e6440c88f34ad595feca16d0cffbf14940d2fd8
        
        fix spelling of "coefficient"
        
        Change-Id: Id988f9127d8d7af2dbd72ec899168d21b7d2923b
        Reviewed-on: https://gerrit.libreoffice.org/27481
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2702c545963edeb12756dddc97a94b8f727462dc]

        Updated core Project: help  8b70a2a6b13121f589187c97a0ab79c0bc199d7d
        
        FORECAST.ETS.* confidence level: use precise argument name
        
        Change-Id: I4c2d43055b7a85bc39fa22e0721ba9aa0bd448b1
        Reviewed-on: https://gerrit.libreoffice.org/27471
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7f3f1804a67eaf3cdaf2a1bbd6b3fb3e2640d340]

        Updated core Project: help  01570676aa081f69e7663b5dac19d9253e0c648c
        
        Help index entries are in plural
        
        Change-Id: I6618b16d1669c65c2204d80d4c7632a21e7befea
        Reviewed-on: https://gerrit.libreoffice.org/27490
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f7d67acdaaf6f6bf1a50465360839900404cfe13]

        Updated core Project: help  48ad0ab9ce866e1f6aa651885337fde3ff8dbf07
        
        use consistent wording in data analysis functions
        
        Change-Id: Ic8bd4f8be1b3a5836e32f62fc5d102343f4ff34a
        Reviewed-on: https://gerrit.libreoffice.org/27489
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cb95159e79ee531f3908e30fefae73693672f0a6]

        add ISLOGICAL test case
        
        Change-Id: Icbe9ae60daa115ec0498931af4213edc665ed71c
        Reviewed-on: https://gerrit.libreoffice.org/27483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-24  Gabor Kelemen  <kelemeng@ubuntu.com>  [49edd6d296c5bccbcc614d87b7f1265ede6e6334]

        tdf#101088 fix Dutch translation of <baf:Scale> tags
        
        Change-Id: I8cf4ff4ab84ee10c51e98e2622dde4f7bafcf849
        Reviewed-on: https://gerrit.libreoffice.org/27460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-07-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [27b9f5bd796f7bbd7fb5ce3d00556e243fa9d7d7]

        add SYD test case
        
        Change-Id: I01f5a5e94e13f812ca3a727da32ea51d3454fee0
        Reviewed-on: https://gerrit.libreoffice.org/27482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [24e00c983e17c432b379f2a4e145ce8cbbe877a4]

        add PPMT test case
        
        Change-Id: Ib8347d195c880a6ee64121e6ad60d0c92a4a9760
        Reviewed-on: https://gerrit.libreoffice.org/27484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-24  Julien Nabet  <serval2412@yahoo.fr>  [b7a18f18efbba086454e3b5ec157b156980f97b6]

        tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneself
        
        See bt https://bugs.documentfoundation.org/attachment.cgi?id=126377
        
        Change-Id: I3c6546a5449fc42613e30a7f45f31862752b7187
        Reviewed-on: https://gerrit.libreoffice.org/27468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-24  Takeshi Abe  <tabe@fixedpoint.jp>  [90517f4071c0a5950f88227c5ec345f4aa6ca0cd]

        starmath: Add unit test for tdf#52225
        
        Change-Id: Id0e9cb3f2fb939bedc2f8e7a56d40a0f82c1e9ca
        Reviewed-on: https://gerrit.libreoffice.org/27469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b49005115076771da2669d120e72606bc2b0f532]

        don't use AA in SVP backend when getAntiAliasB2DDraw is false
        
        Change-Id: Icea880a824f57ca74eb9e22820893faf6cbf7945

2016-07-24  Julien Nabet  <serval2412@yahoo.fr>  [c360f90ea902ca697c7a7145825450d430b02e07]

        For a failing image load, indicate theme
        
        (only in case OSL_DEBUG_LEVEL>0)
        
        Change-Id: I31217c72c9bddaa748a5980252b40d025c76b730
        Reviewed-on: https://gerrit.libreoffice.org/27473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-07-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c3c4aec158a595826e37652a82c5782433022a7b]

        tdf#100849 Restore Tango currency-neutral icon
        
        This partially reverts f18096f1b5cce12033e6721fa6624f02e797acc3.
        
        Change-Id: I0697214e39406905b995e4fd30ee64702908e5aa

2016-07-24  Caolán McNamara  <caolanm@redhat.com>  [e22122e20ca69d0f2b0e8831e9ebf3afd2064329]

        Resolves: tdf#101058 crash on deleting certain table row
        
        regression from...
        
        commit 15d8b51bf82610c663f80fe552a1c0315e137ad3
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Feb 5 17:33:49 2013 +0000
        
            Resolves: rhbz#907933 crash on removing second last para in cell...
        
            if (basically) the last para is on next page
        
        so revert that and try a different fix which now works to keep the original
        problem crash-free and fix this one too
        
        Change-Id: Ia6b3ef48c43ceceb7ee7cc2b8b803314349f3785

2016-07-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f9f090d0d0f2b454d6c1dd14fe735e7e83fda9da]

        Updated core Project: help  96c3fd60a0d02dcd4d9fc1925aed3c28f5170b9a
        
        fix function name in syntax for FORECAST.LINEAR
        
        Change-Id: Ibbaadef2e51ad71d819df993ccbee9b124243054
        Reviewed-on: https://gerrit.libreoffice.org/27466
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-23  Caolán McNamara  <caolanm@redhat.com>  [3ce5a97f28780983cbaf57d65622df7766abb741]

        why do I keep getting these the wrong way around
        
        Change-Id: I5f40f1b51d5581d97ded5576c7a1ad05a59d29e8

2016-07-23  Gabor Kelemen  <kelemeng@ubuntu.com>  [22155f9adbbe853b6e03729605331c06f43972ca]

        tdf#101087 Add Hungarian example xml for classification
        
        Change-Id: Ic35a2c12973863545397c417704a1e68703daec4
        Reviewed-on: https://gerrit.libreoffice.org/27459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-07-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8278be98600b21eaa237c9b7a072ffcff370f3b7]

        Fix typos
        
        Thanks to Carlo Bertoldi for the german translation.
        
        Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb
        Reviewed-on: https://gerrit.libreoffice.org/27355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-07-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [88e73ff03886c7d59c3977b9add5c97efecf6044]

        Updated core Project: help  a5c501a84e0061e3316352f9ed5219419d9bc295
        
        rename option for cursor in protected areas
        
        Change-Id: I1e2ffcf03c952a5d40874d9aafe60ccd97d80dc3
        Reviewed-on: https://gerrit.libreoffice.org/27443
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [a3b3c5fcd7efd3e33a0f0078bd6fd23689c45c41]

        Related: tdf#101057 inherit MalformedVersionException from std::exception
        
        so we don't get std::terminate on MacOSX if its thrown up to
        JavaVirtualMachine::getJavaVM
        
        Change-Id: I1c6b79bf16cbaa66b8f79d495239e301d3ca58de

2016-07-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bfec304e86e8ffd258e99ffa3efbbfe1167486bc]

        tdf#100842 qa unit test
        
        test of text before after fraction, with or without integer
        test of text before after and in the middle of scientific number
        
        Change-Id: Ib4a1a722d4cf2350c73b1b721b4e77889dfc666c
        Reviewed-on: https://gerrit.libreoffice.org/27172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-07-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c2524387f3c26c3f0a01a2ce06a352429e27f87c]

        sc: remove unused ScCloneFlags: Adjust3Drel and NoCaption
        
        ScTokenArray::ReadjustRelative3DReferences() is unused now
        and is removed too
        
        Adjust3Drel got obsolete with
        commit 3f41b12c6685b82b5c2674bd9b9d5991adebeaf9
        	SwapRow() is no more!
        
        NoCaption got obsolete with
        commit c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094
        	remove mpNote from ScBaseCell
        
        Change-Id: I0e21a80ad06b2f0cb1346cf2eeeabbb7cce9d6e9
        Reviewed-on: https://gerrit.libreoffice.org/27439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [056fbbf93b45bf948911df11ba5273131844f9cc]

        Fix --disable-pdfimport build
        
        Change-Id: Ida06b892aea92cfe26fd62372e21ca611d8838d3
        Reviewed-on: https://gerrit.libreoffice.org/27447
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Michael Stahl  <mstahl@redhat.com>  [580ed47cf7dd56850b3a6868f7ab1fbbdc9b3e98]

        chart2: missing header <iterator> reportedly breaks MSVC2015
        
        Change-Id: I09b5a292e38044f14cd033a05e459cc69197de57

2016-07-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b6ba2508932c2815b996d4c3e90b1d0cbe907005]

        Updated core Project: help  33e1d32da35c7eae844a798ecbb4df9dd1964769
        
        tdf#92825 adjust menu path for AutoCalculate
        
        Change-Id: I7a18a0434d92db015721ef7e523aebaf76b3c7af
        Reviewed-on: https://gerrit.libreoffice.org/27448
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffd9972e2a21f6490f25c712cd0ba49e534238c8]

        sd: implement LOK_CALLBACK_VIEW_LOCK
        
        So that edited shape text doesn't just disappear in other views without
        any indication.
        
        Change-Id: I806051492f7bc247c0e66eceda4df5eba8322aad
        Reviewed-on: https://gerrit.libreoffice.org/27444
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Olivier Hallot  <ohallot@collabora.co.uk>  [2158eb10b4b1013af57c2cbe64575ad7889940ff]

        tdf#100351 example_pt-BR.xml for classification
        
        Change-Id: I2857d1209b7261cbbbf6908d7e8dde84be3e1da5
        Reviewed-on: https://gerrit.libreoffice.org/27371
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-07-22  Tor Lillqvist  <tml@collabora.com>  [6e70dc595e3291ff12c09c60b1e3ddf97a672aea]

        Add missing space
        
        Change-Id: I57d2fa94f6f4cc932f306de80897fc8071738c8c

2016-07-22  Tor Lillqvist  <tml@collabora.com>  [dbdfd36f8a176780115ed5f3a44b19ab90c2396c]

        SAL_DETAIL_WHERE already ends with a space
        
        Change-Id: I273e0e4301246122bd9e02556b771dc485877350

2016-07-22  Tor Lillqvist  <tml@collabora.com>  [61351e3e0dfe0ff809a7074bf06f32b3af15085f]

        loplugin:nullptr
        
        Change-Id: I2084b360b9ee20c212bc5b44d4460551aff0a3d6

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [c72db36c7c791b1f92d3dd29fbc40c8ef168c609]

        Resolves: tdf#100838 no transparency support on using original jpg data path
        
        This became a problem since...
        
        commit 76ec54e8c9f3580450bca85236a4f5af0c328588
        Author: Michael Meeks <michael.meeks@collabora.com>
        Date:   Mon Feb 8 14:24:15 2016 +0000
        
            tdf#97662 - Try to preserve original compressed JPEGs harder.
        
            Avoiding de-compressing and re-compressing them saves lots of time too.
        
        for the default JPEG Compress + Reduce Image resolution case
        
        but appears to always be a problem with the Lossless - Reduce Image resolution
        case.
        
        Change-Id: I24c69a59a16d69817e402cd87f84e744ee146a66

2016-07-22  Szymon Kłos  <eszkadev@gmail.com>  [d7da58ae362b661c03fc754e4e8f4a89798b0127]

        GSoC notebookbar: better default page handling
        
        + selected default tab page in the Impress
        + the default tab page is set when context isn't supported
        + switching between unsupported contexts is not causing
          switch to default tab to avoid closing of tab which was
          recently used by user
        
        Change-Id: Ieeda8a79e6c67708551351f9bb49d8b006c0e74f
        Reviewed-on: https://gerrit.libreoffice.org/27432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b920fa5e90343a7e9ca6e9f1934f22b527ed9791]

        Updated core Project: help  89084676982a55e4f0056360ec055dd156ee2439
        
        remove redundant emph tag
        
        Change-Id: I8de64440fb433bb51a32c93cd49ca5387221a936
        Reviewed-on: https://gerrit.libreoffice.org/27440
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-07-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2631704d46174e2537cdfbcfdb8602dca63b0493]

        Updated core Project: help  ff07ecb749ae707353ffe8fb0686857cc47dba2a
        
        paragraph dialog has "Outline & Numbering" tab, not "Numbering"
        
        Change-Id: I2a2a6c6e23022932d85d15da6228bab91ca45d1c
        Reviewed-on: https://gerrit.libreoffice.org/27445
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-07-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [625d5416fa21c46e4c90924d57c41c4a9d225ef0]

        Updated core Project: help  d2e8010196b99875138088ec814df71b22554d9d
        
        tdf#92825 adjust menu path for inserting header and footer
        
        Change-Id: Ifedf0c43050106da123dbf89ec2c165a8dcc1b5d
        Reviewed-on: https://gerrit.libreoffice.org/27442
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [897189cfc6b3f6f3a9a0148b060ea25e5f8d9eaa]

        sw: add new LOK_CALLBACK_VIEW_LOCK callback
        
        When we're after SdrBeginTextEdit(), but before SdrEndTextEdit(), and
        have multiple views, then only the active view paints the edited text,
        the other views look like the shape has no text at all.
        
        Add a new callback that exposes the position and size of the rectangle
        where the shape text will be painted after text edit ended, so clients
        can draw some kind of locking indicator there. This way the rendered
        result can differ in the "shape has no text" and the "shape text is
        edited in an other view" cases.
        
        Change-Id: I6096479a8a05c2547d15222e6d997b848af02945
        Reviewed-on: https://gerrit.libreoffice.org/27441
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Juergen Funk  <juergen.funk_ml@cib.de>  [4da8378302093dd3e3dc3e201ac5e188c55f8009]

        offapi: document SynchronMode argument
        
        Change-Id: Ie47a7f4afbfab40f172705323520d75ef4927b0a
        Reviewed-on: https://gerrit.libreoffice.org/27364
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-07-22  Michael Stahl  <mstahl@redhat.com>  [a911b96bb10b41a7f97ad40c423d84388d6b7d96]

        configure: remove mysterious NO_JAVA_HOME value
        
        This has been there since CVS import, but no reason is given why an
        empty JAVA_HOME value wouldn't work as well.
        
        This caused 086c13584dc672c4a07c6384ab7f08fa67ce0f95 to always invoke
        autogen.sh if one used --without-java.
        
        Change-Id: Ie72537ddd0247700fdcdb4126387935754c1bed5

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [5e46e382694587e88ecdebc7fa57e90fbaca7a76]

        crashtesting: fix tdf92993-1.docx failure
        
        Change-Id: I76f09a09fd6c3b114ba74737d4a1ba5dad0fd28f

2016-07-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d8bcfcf1b6e909b27f55e252b66f6e46b19ff6ab]

        add GCD, INT, ISO.CEILING, LCM test case
        
        Change-Id: I35440d57c5e3ebecfed6dfeefb14c8fb57ae0ead
        Reviewed-on: https://gerrit.libreoffice.org/27153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0baeea95f38a5cdb19936290c69d33541274ad41]

        tdf#90943 Don't ask to move cells if they are empty
        
        During merge of cells, test of empty cells was wrong.
        Test of first column should not be done if there is only 1 row
        
        Change-Id: If8011f3e6d6e9006d242a8c2ef0fcb2ce12180ad
        Reviewed-on: https://gerrit.libreoffice.org/27354
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [c4feea24c28b38c81205accbb7ae24a61f0b94e0]

        Related: tdf#100340 use same terms as export graphic dialog
        
        and move the Lossless/Lossy hints into tooltips
        
        Change-Id: Ia777dbef5124ea119925d521126262f7ddb709f6

2016-07-22  Yousuf Philips  <philipz85@hotmail.com>  [0bd3daf959a6ac94e2538f6b9b7f7c6892596210]

        tdf#100340 reduce the compress graphic dialog a little more
        
        Change-Id: I183c399207f6676ff660a59358dee32ebff8e667
        Reviewed-on: https://gerrit.libreoffice.org/27205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [fedd856894f3c9ae5a6c4afb58c43922e3e7dbeb]

        Resolves: tdf#101067 put SolarMutexGuard back in again
        
        commit 4f27ff917237be96eec897d4af90a3379be904c6
        Author: Tor Lillqvist <tml@iki.fi>
        Date:   Mon Jul 29 18:24:23 2013 +0300
        
            Avoid SolarMutex assertion in a dbgutil build when exiting Impress
        
        put in a SolarMutex in that ImpTimedRefDev dtor for what sounds like
        just this problem
        
        commit 9f0766917a4fb1bc8fe1786c3b46132dd63c1c66
        Author: Armin Le Grand <Armin.Le.Grand@cib.de>
        Date:   Fri Jul 1 14:40:00 2016 +0200
        
            tdf#50613 add support to load charts asynchronously
        
        took it out again, to presumably move it into TextLayouterDevice
        but we destroy this thing asyncronously outside of TextLayouterDevice
        so lets put it back in again
        
        Change-Id: If801a701701a3d87fce2f76bc22bb3184b46743a

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2263ff8550a896312d2eae16e0b1b2e9b0d6c884]

        svl: fix loplugin:loopvartoosmall warnings
        
        Change-Id: I003719f67e6c1f0f48580c414b2ef7a7a2a2abcb

2016-07-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3363539e425d5d8f75d976ca2261c07086d6d06a]

        tdf#100834 String between integer and fraction
        
        Fraction number format
        Insert Blank delimiter string between Integer/Fraction only if both of them are present
        In other cases, replace string with blank string if there are some '?' in formats
        Else insert nothing.
        
        If there is no fraction part, insert blank instead of '/' if there are some '?' in formats
        
        Change-Id: Ib606bdaa2b3809f15ce23acc3b5b6ee3fdbd230d
        Reviewed-on: https://gerrit.libreoffice.org/27252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-22  Michael Stahl  <mstahl@redhat.com>  [c13d130024c52598ef687a4cb189f6d77804de1d]

        shell: loplugin:nullptr / staticanonymous / stringconstant
        
        Change-Id: I67458301fb13601c5bf8d83c689fd861694ee460

2016-07-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2a5a69de7f4696e5bf6e2e1ada414b46c6a4d983]

        sc: convert SC_CLONECELL_... to typed_flags
        
        Change-Id: I4ce14eecaa9fbdc007bbb39f0543099c75f2ffcb
        Reviewed-on: https://gerrit.libreoffice.org/27428
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [99833c2d6c9882bfad17e3e7fb659f5a81184a3f]

        Resolves: tdf#59896 ww6 plcf generation reversed check
        
        regression since...
        
        commit 69e040a59e1c6497b606da8a27e8f605edd041bb
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sun Jul 17 00:19:00 2011 +0100
        
            check seeks, check available size, pointers to ref
        
        Change-Id: Idfcde46959e5693d200a91a619e7196f00f40ca0

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [672b7411637f92acd30622ec2aaee840cbbbd0a9]

        gtktiledviewer: align to top/left for Calc
        
        Otherwise when zooming out enough that not all available space is used,
        the default horizontal/vertical centering happens, and the row/column
        headers and the tiles become out of sync.
        
        Also revert to the previous default window size, I'm not sure why that
        was necessary. Currently checking the mentioned situation (empty Writer
        document with comments only) does not require this larger size, and
        testing two views is easier with the smaller size.
        
        Change-Id: Ia92a591387f62655a671e2d09f5053827fde5045
        Reviewed-on: https://gerrit.libreoffice.org/27427
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Szymon Kłos  <eszkadev@gmail.com>  [b949604b91f77dee3b2737ea09e1ac3ade4eed1c]

        GSoC notebookbar: file menu
        
        + added icon to the notebookbar, after click the file menu will appear
        
        Change-Id: I30e1ed7e2c4a194e150c7196652904fd4e5c9e8e
        Reviewed-on: https://gerrit.libreoffice.org/27347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [b5c05876f73c31270bc374e4f481ef1d09a42e5f]

        Related: rhbz#1065807 recover using xdg templates and documents settings
        
        Change-Id: If2c594174a6fa8c524d9664c9f197cb7c6d4641d

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [7eed51d0332e16f97789ac638246d6d891348fd9]

        There is no css.configuration.backend.GconfBackend
        
        since
        
        commit 3cf557c12d27f1b2250e69a543136da098112d80
        Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
        Date:   Fri Oct 16 12:15:55 2015 +0100
        
            drop gconf integration as per ESC decision
        
            Conflicts:
                shell/source/backends/gconfbe/gconfbackend.cxx
        
        Change-Id: If8e9b273e410250b45d3f645f6a31c1e80f02c6c

2016-07-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8eab200e4029bcaf1d919c7338c635a2a526d695]

        add NPV test case
        
        Change-Id: I7f645e6450fca23577e35df468369d1a8a67b6f9
        Reviewed-on: https://gerrit.libreoffice.org/27299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e6d0f6fe70cb84c0fda0cc8e61baf20f5ab250e]

        basic: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I80c773f3127ebbce4b9b2a122a91a2e2ca4f505b
        Reviewed-on: https://gerrit.libreoffice.org/27424
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-22  Szymon Kłos  <eszkadev@gmail.com>  [10b13ba41d608a14789a94f53344d76bceca9aae]

        GSoC notebookbar: image tab for Impress
        
        Change-Id: I45ef6691d32f3fd084143a80ac904e441b4a6098

2016-07-22  Szymon Kłos  <eszkadev@gmail.com>  [5ab2041ca2c0b1cae47c532b323e8938ff07f716]

        GSoC notebookbar: image tab for Calc
        
        Change-Id: Iebdbd7939854582bb72eb44b8a5cfda3294762d9

2016-07-22  Caolán McNamara  <caolanm@redhat.com>  [64d3270a89fd88d4d0cf70329af2c66f722fd95e]

        Related: tdf#101057 allow java update version number > 99
        
        Change-Id: Icc37cf248fbf35f108eb5bbb25c36fbd54a9fe85

2016-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [27aac319ca9f2d580aea45542c5d0428616f7e0b]

        sc: provide size in the payload of LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
        
        The sw implementation does so, and the API documentation also says
        clients can depend on this.
        
        Change-Id: Ib4d25d7207fd8358de2ec1186d4ca2306e996497
        Reviewed-on: https://gerrit.libreoffice.org/27379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c6c8c2a8b132b1555be3efb7181bac9a074bc208]

        sc: convert MatrixEdge... to typed_flags
        
        remove some unhelpful or obvious comments
        replace numeric values in last loop of ScTable::HasBlockMatrixFragment
        
        Change-Id: If7115b504689ce31b5caadbcae8ce2f5466e5b2a
        Reviewed-on: https://gerrit.libreoffice.org/27378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-22  Takeshi Abe  <tabe@fixedpoint.jp>  [f045d14791a84f478c40fbd6b0590f527b36cbff]

        starmath: Return early if the cursor locates after a text node
        
        No longer create unnecessary copy of nodes.
        
        Change-Id: Icf8cdd3ce0f9ebbf7159e9e7eaea7abe52c05060
        Reviewed-on: https://gerrit.libreoffice.org/27366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a3609cf5a8f724dc43f3b1dcd3e413b657001570]

        add LOG10 testcase
        
        Change-Id: I15032efcda9bf3ecceb67e74dac24a75793bbd67
        Reviewed-on: https://gerrit.libreoffice.org/27414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aeb6a9735d85254923183ea0a01d9acf3e5abf9a]

        LOG test case
        
        Change-Id: I8fefa18b819abed5e60e59bf6a2dfe3e0cd9d005
        Reviewed-on: https://gerrit.libreoffice.org/27415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9dc3356f1499a2b90078be86ca7470eb2e96aba8]

        Revert "add MOD test case"
        
        This reverts commit 19a80b06d6229c4dc3d73e6354100788cc1b2585.
        
        Change-Id: I7f7f82494e6e99badc9422c32d0b02d1c3b045ba
        Reviewed-on: https://gerrit.libreoffice.org/27421
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-21  Michael Stahl  <mstahl@redhat.com>  [beccfd1f8d87ae2196815d5a760054312e8e1c38]

        gbuild: always set CCACHE_CPP2=1 when COM_IS_CLANG
        
        There are not only spurious warnings from loplugin, but also from plain
        clang, at least with the Fedora 24 version.  So let's just try to always
        set CCACHE_CPP2=1.
        
        This should make the configure check for that obsolete.  The check didn't
        do anything on Fedora anyway because it sets up ccache by putting
        wrappers like /usr/lib64/ccache/clang on PATH.
        
        Change-Id: Ieb17be4a1b1fd0f7aedb16b18cb49015917a26d3
        Reviewed-on: https://gerrit.libreoffice.org/27345
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-07-21  Michael Stahl  <mstahl@redhat.com>  [ad3f7d1bd65a3ac6295a50171488cef6ebfb0a73]

        gbuild: set CCACHE_CPP2 automatically with --enable-compiler-plugin
        
        The plugins are confused about source file locations without
        CCACHE_CPP2, so try to avoid having to set it manually.
        
        Change-Id: I8c19cb1b4bea27963b2f416faa67a70c6c65da38
        Reviewed-on: https://gerrit.libreoffice.org/27344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7592a83e297540cde873b0bf65d4d2095e6a8d3e]

        add LN test case
        
        Change-Id: I81258a20d8c5e1209dbdfd91522261589a8f71d0
        Reviewed-on: https://gerrit.libreoffice.org/27416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1baac678374b0ebfd47f953a719f6af553176290]

        add RRI test case
        
        Change-Id: I76d3b0163ccab627fc6fd5bbf1f839d74941e07b
        Reviewed-on: https://gerrit.libreoffice.org/27412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [19a80b06d6229c4dc3d73e6354100788cc1b2585]

        add MOD test case
        
        Change-Id: If5eb3377eff62ca15a238a13c6f0ab8cc78cdbc7
        Reviewed-on: https://gerrit.libreoffice.org/27413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bdcadb09fc56154966152a9e159af4ede1642cb6]

        add PRICEMAT test case
        
        Change-Id: Iab0a5042f7dbc81f778afc56caa319da6001994c
        Reviewed-on: https://gerrit.libreoffice.org/27406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [da67f033d2a726a54ba10a1796beca50ed8b2624]

        add CUMPRINC test case
        
        Change-Id: I5632aecb674c7c6460bb5ec58718e8ddcd241816
        Reviewed-on: https://gerrit.libreoffice.org/27405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [20cabddbb7dec924c075cd147d72a0035c774a40]

        add PRICEDISC test case
        
        Change-Id: Ic174422b7b07cead24956c7d75df569672db9581
        Reviewed-on: https://gerrit.libreoffice.org/27403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9fae6d53d62d603743aa7d17c4abcca2c021365f]

        add PRICE test case
        
        Change-Id: Id48fad46031128f9ab2605f6750ecceb2cc8e33f
        Reviewed-on: https://gerrit.libreoffice.org/27402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [aa48d6b43919dba75252b417287ac3a3842d3647]

        add FLOOR.PRECISE test case
        
        Change-Id: Idc1ac5890d44bcf4eddf72e9c5420c1e0562f2c5
        Reviewed-on: https://gerrit.libreoffice.org/27400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f1f6f3fed1dda3a5cf32567eb93f077f38d24e68]

        add FLOOR.MATH test case
        
        Change-Id: Iee8d9e5c39b95e6fc477e25fbb38214b12b1130a
        Reviewed-on: https://gerrit.libreoffice.org/27399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2f174a57a9135146f8de90e5155b81038856ccde]

        add FLOOR test case
        
        Change-Id: I0cb93aa29f44793f5cb53d9e17dc2594326e4f42
        Reviewed-on: https://gerrit.libreoffice.org/27398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ff56ceb726eea1e61a4fc0d49e8a0f0abde70d53]

        add FACT test case
        
        Change-Id: I2463d58f4cb6b5841d8b5e8dbc78f640fe1dd377
        Reviewed-on: https://gerrit.libreoffice.org/27397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [eb2518f8e925fc266b5cd909c276a05de8fd81c6]

        add CSCH test case
        
        Change-Id: I9da88e180f51fee44d17189606f6e57d9496e06b
        Reviewed-on: https://gerrit.libreoffice.org/27396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b480121ed41ffe0b6ff5a1ba273f6299e2dfb636]

        add CSC test case
        
        Change-Id: I0be56198d3dcd14109deebebad8eaa7210ebbdc1
        Reviewed-on: https://gerrit.libreoffice.org/27395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fa5497a0aeab77844a6f3acdd475526e3aebb0b8]

        add COTH test case
        
        Change-Id: Iddc24720d07f5247f7188a3f4873315a70001cce
        Reviewed-on: https://gerrit.libreoffice.org/27394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [41c02f03df986d8f0b7f34768a366e74ce7c56f3]

        add COT test case
        
        Change-Id: I8551aecd26b6c2f6f47c563217f484f9a64d4e15
        Reviewed-on: https://gerrit.libreoffice.org/27393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2fda60fde16343b5ef72ec003cdfdffdc3f1a8ab]

        add CUMIPMT test case
        
        Change-Id: I31facf9db659ded918377ef0ba28bcd1d715eb9f
        Reviewed-on: https://gerrit.libreoffice.org/27404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a251f3f0a9b6a93da2d5a1425c6ac874e8861bdf]

        add FLOOR.XCL test case
        
        Change-Id: I87a823fba5288483d5b4c7b539ab236b0ba7cd45
        Reviewed-on: https://gerrit.libreoffice.org/27401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e09f58d9d6459d494b098ec714e2984d4a8ccf26]

        add SLN test case
        
        Change-Id: I3d00b60880a5fc6f736778afbbec0ebe4ce96595
        Reviewed-on: https://gerrit.libreoffice.org/27411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [c1bd3156cf66318023f36d81ce809a38072588e4]

        Resolves: tdf#101054 crash on options->path with non-native file picker
        
        regression from...
        
        commit 3bbc0574d78d129359638b74612de2f93419eeb0
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jul 5 10:16:51 2016 +0100
        
            Resolves: rhbz#1352835 path options doesn't promptly destroy folder picker
        
        only clear the xFolderPicker immediately in the non-async case
        
        Change-Id: Id6a411424d41262a9379ad3eb7976c8dd666a5cf

2016-07-21  Rishabh Kumar  <kris.kr296@gmail.com>  [e543f5cfc3a83f2d17901ca02646c3dcc8ed17b3]

        Keep spacing between widgets consistent in gradient tab
        
        Change-Id: Ida726439644c0b06d1562f82c8ba037dc7399e15
        Reviewed-on: https://gerrit.libreoffice.org/27391
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-21  Rishabh Kumar  <kris.kr296@gmail.com>  [63a7e84cfc64ee1dfa5cd70d39bdd52ca306b76f]

        Remove unnecessary container in hatch tab
        
        Change-Id: I49f513a6c78a68403b4275ba480add0ca71c4244
        Reviewed-on: https://gerrit.libreoffice.org/27390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-21  Rishabh Kumar  <kris.kr296@gmail.com>  [6f2b129a8e327f4226314944bc86eca78e5b1797]

        Minor UI changes for SvxPresetListBox
        
        1. Reduced item icon size.
        2. Add slider depending on the number of entries.
        
        Change-Id: I1fad15861438952664c26666afe89fffa08051f6
        Reviewed-on: https://gerrit.libreoffice.org/27389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9a91d492e4d77d41f21bde9ee4aa2d57d6be693f]

        add COSH test case
        
        Change-Id: Ifb47eebad5621b4058f351e5296e111b7d0c4233
        Reviewed-on: https://gerrit.libreoffice.org/27392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Jan Holesovsky  <kendy@collabora.com>  [0788ce918fd0c3bca06e6cff045cc4dba9de5ad7]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I9a37110b5d7b89e41393f1b4344b3ab3d673d700

2016-07-21  Olivier Hallot  <ohallot@collabora.co.uk>  [4b0243c03ecf1fd1c9686f8ea9064d23733cc0a6]

        Updated core Project: help  41395cd9ba77de6475ce59aa80856d614bdabc95
        
        Drop useless switch in page
        
        Change-Id: Idb0e5b27c839c0890b398228c8e11c37ef36f35e
        Reviewed-on: https://gerrit.libreoffice.org/27407
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a7892881b880f652c5a7a2ba4e0855041ec0afd8]

        add COS test case
        
        Change-Id: Iab84a02de01fc93e6d943173b8c10b6514bfc3d7
        Reviewed-on: https://gerrit.libreoffice.org/27387
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [82ce1d2cd27f7d6fe8046a74d0b7d8866b75c458]

        These fixes aren't needed after all.
        
        The root problem was instead fixed by...
        
        commit 144e73f50c49333f61c6f27b882be9dbc232ceb4
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Dec 22 09:05:32 2015 +0200
        
            fix Link::operator<
        
            so that it is consistent with operator==
        
        Revert "Related: rhbz#1343766 a11y queries during dispose trigger listbox crashes"
        
        This reverts commit c615943bda57eadfa73c14a7314938aabe0bd16f.
        
        Revert "Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashes"
        
        This reverts commit f120abb446bf3f5230ed06a3b148654dde36bb94.

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [062cb81a275f5c60b60cfb8035b2ae2b51c9044c]

        add NPER test case
        
        Change-Id: I862589b40c7a33f2ae073d5c2b1c1cde9e1e6335
        Reviewed-on: https://gerrit.libreoffice.org/27384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [00eb24cb30b7518e20d98d45d9e3e28e21cc2fd2]

        add FV test case
        
        Change-Id: I5195d299e82fbfe2dd4798020e236b49b9707189
        Reviewed-on: https://gerrit.libreoffice.org/27386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [25452f4bda8994a1fb5b5d4b8589c5825b1c3790]

        add PMT test case
        
        Change-Id: I7f7d92157195daa4e995ac2d29914dd021de42e6
        Reviewed-on: https://gerrit.libreoffice.org/27385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [a58e46482c2af06ee9be26313db3513f906d6c0b]

        Resolves: tdf#95340 orig lcl_ChkUnoCrsrPaM had reversed 'set' to lcl_ChkPaM
        
        merge lcl_ChkUnoCrsrPaM and lcl_ChkPaM keeping the original logic,
        turns out they differed in how they swapped the mark and point
        
        Change-Id: Id2575c9690442494c3286a26ab099e8c4c62f884

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [a3094a1f898b9efb765fe822fc507d3be4369361]

        rename lcl_ChkUnoCrsrPaM and split it up to be like lcl_ChkPaM[Both]
        
        Change-Id: I8850031da3901fb3d828c3af20f98ca741fc2a4a

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [12d9292cd948dbf78bdcab4a46694563b3cce3cf]

        bChkSelDirection is always false
        
        Change-Id: I1aaf2c17d76ac1d69dfcc268ae1b689c0f1c3fa2

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [dcae0b482ca78fc9cd6f8523f53aad8c8b486b0f]

        update to new naming and casting
        
        Change-Id: I389efc2f45f3110932318882faea82ab8565f89a

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [133ad42956ff38fe94020cd9aab316c9dfceff60]

        restore lcl_ChkUnoCrsrPaM
        
        Change-Id: Iab155151226f3a7f00ca649bd690c4391ade8a52

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [aaa5a098f4a3644a6f78cafa1c86f1db12c4f6ed]

        memset hammer for -Werror=missing-field-initializers
        
        Change-Id: I025bc48edad9fd0275f264a71e13dacd4c5bcc96

2016-07-21  Eike Rathke  <erack@redhat.com>  [456f10197739a12102d84a2390ddf988568f67b3]

        update language-subtag-registry to version 2016-07-19
        
        Change-Id: Ib3f2eb0791fe6948cf476c95e83624bd8ecc9ca4
        Reviewed-on: https://gerrit.libreoffice.org/27376
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-21  Henry Castro  <hcastro@collabora.com>  [29c892dfbe608312b0c07aaf10af4bcf9cdedc55]

        sd lok: fix hard to select a full table
        
        It requires a precise mouse down button in the rectangle border bounds
        to select a full table, so it has added a tolerance value.
        
        Change-Id: Ia8213ae452f93cd2faa957a50246638d1eb2198e
        Reviewed-on: https://gerrit.libreoffice.org/27356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-21  Eike Rathke  <erack@redhat.com>  [0d8cc6e3a1e110ccdd260cbceb769f0a8083ae26]

        move setter implementation from .hxx to .cxx
        
        Change-Id: I78d5d6955b98d6fb8fed4d3b705091d46e1047e3

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [82913e694a4169f9ddeef399e659aec78cc9c8d6]

        Resolves: tdf#100558 last 'section' of date field not incremented
        
        presumably a regression from...
        
        commit 3cad6c806e5247ce20b78eb688551aa5d872b934
        Author: Chr. Rossmanith <ChrRossmanith@gmx.de>
        Date:   Fri Mar 1 21:47:10 2013 +0100
        
            Replace (Xub)String with OUString in vcl(field)
        
        where UniString::Search returned a max short on not-found
        while OUString::indexOf returns a -1
        
        Change-Id: Ia3ef80dd318375ccdb3bdcee9bed7b70bf67cae1

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [27328034f5e2644b4a0287532e762e87ea36c4a0]

        gtk3-a11y: our eventbox is inside a grid now
        
        Change-Id: Icb49d6274b09fb426ab6c0f9f67b7c71c4ef9a31

2016-07-21  Eike Rathke  <erack@redhat.com>  [d7a0bc2a7eab58311f3925d0ce9b2b863188bfe8]

        directly set eFormulaSearchType if regex or wildcards are set to true
        
        ... and setting false to false doesn't changge anything. In both cases we don't
        need to call ConvertToSearchType() in GetFormulaSearchType() later.
        
        Also, in GetFormulaSearchType() check if both, bFormulaRegexEnabled and
        bFormulaWildcardsEnabled are true, which souldn't happen if the setters are
        used, but ...
        
        Change-Id: I58c4519e102a3d8d05c8816d059361ce3dda294f

2016-07-21  Rishabh Kumar  <kris.kr296@gmail.com>  [b4f6abd4ba8c3a65216af3910a32cb1dc089ef5f]

        Use assert() instead of OSL_ENSURE()
        
        Change-Id: Ide1e8982b1623c10d8447ad32d2b8cb8ee2451af
        Reviewed-on: https://gerrit.libreoffice.org/27358
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [9b47a8b21f87fa77d2d61ac4a2c2bbc7c0d67a19]

        Resolves: tdf#101011 atk needs a value for accessible-table-column-header
        
        This presumably became a problem after...
        
        commit 76c549eb01dcb7b5bf28a271ce00e386f3d388ba
        Author: Steve Yin <steve_y@apache.org>
        Date:   Fri Nov 29 13:03:27 2013 +0000
        
            Integrate branch of IAccessible2
        
        added a TABLE_COLUMN_HEADER_CHANGED usage which triggered it.
        
        Change-Id: If54b7a39a170566cf7def3548ba385fa5d99bb1c

2016-07-21  Michael Stahl  <mstahl@redhat.com>  [086c13584dc672c4a07c6384ab7f08fa67ce0f95]

        Makefile: re-run autogen.sh if JAVA_HOME went away
        
        On Fedora, the weekly OpenJDK security updates put the headers into a
        different directory each time because the full version of the package is
        encoded in the name of the directory.  Then a incremental build breaks
        somewhere in jvmfwk because the headers cannot be found in the old
        directory.
        
        So add a hack to detect a non-existent JAVA_HOME and re-run autogen.sh
        in the hope that the following incremental build with work.
        
        Change-Id: Iada3cfa3e9a0120d38c6b01484f505ff20770b72
        Reviewed-on: https://gerrit.libreoffice.org/27339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [20245ba9755e1c0199359c3462eff974f33c1bec]

        tdf#98798: MM Wizard should not leave MM toolbar visible when canceled
        
        This remembers now the state of the MM toolbar before the MM wizard was
        started and reset the visiblity of the toolbar to that state when
        canceled.
        
        Change-Id: I390feae3287c10d3d0c93dbfa64037229c5327e2
        Reviewed-on: https://gerrit.libreoffice.org/27359
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-07-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [79fdf19e94cec72b49ec3845ba45a6dd40eead5c]

        oox: avoid pointless multiplication at int precision in WpsContext
        
        When the output would be used at long precision anyway.
        
        Change-Id: I6eefda0533b8ee70b878f7ce7c6487f8b99a6025
        Reviewed-on: https://gerrit.libreoffice.org/27360
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-21  Caolán McNamara  <caolanm@redhat.com>  [e1b90609d50b9b8bb48e7c6548b197ed7de77253]

        Related: tdf#100813 crash in this doc on scrolling past page 44
        
        Change-Id: Ib9f1f6f43229ce29e7db7e3fcdacaa10fb692ca4

2016-07-21  Noel Grandin  <noel@peralex.com>  [56823b52e50b6229265e92724732c123d1567e3c]

        compile fix
        
        Change-Id: I1d1dc12b6c2ff3ea8d8ba4593bd94e02a87a9c35

2016-07-21  Noel Grandin  <noel@peralex.com>  [2cdc10d66bbfba9424dd6f51e64849a6969bb443]

        loplugin:vclwidgets
        
        Change-Id: I264644d1fb3582168879d47d0d538bef27902573

2016-07-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bd6247ad55d086b36305f9465a80ea0afbc2f5eb]

        Uploading libcdr-0.1.3
        
        Change-Id: I119ad3a0f8c5eb7f9a7e5d271150a489221ff964

2016-07-21  Rishabh Kumar  <kris.kr296@gmail.com>  [45e9ccb69909fab6934f62b439962814ffa9d827]

        Remove PatternLB dead code
        
        PatternLB is replaced by SvxPresetListBox in tppattern.cxx
        
        Change-Id: Ie4ec100963b714e07807f8b600cca2e165fb4641
        Reviewed-on: https://gerrit.libreoffice.org/27353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-21  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [a59b6be0850a68a1bb5d7099a004a86c0fcb6e40]

        odfvalidator support in export tests without external repositories
        
        Fetching external tarball for Apache ODF Toolkit, configuration of
        wrapper script for odf validator execution
        
        Change-Id: I8b3824a91ebc6ddc196416e197b6c688964a13a9
        Reviewed-on: https://gerrit.libreoffice.org/26596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-07-20  Eike Rathke  <erack@redhat.com>  [0ccb3ccc4c7bafeb2fbbd689c90f710bc65d37e0]

        add test for css::sheet::SpreadsheetDocumentSettings Wildcards property
        
        Though many other optional properties since OOo3 are also missing, is
        adding this even worth it?
        
        Change-Id: I72eeb3e55c6464b0e46e484177a773b2188846b0

2016-07-20  Eike Rathke  <erack@redhat.com>  [9cd4a2d92388d199293e44a63ebe32f7c61aceff]

        adapt description to reality
        
        Change-Id: I2062902e496715223ff9a4183c90f66d742d2687

2016-07-20  Eike Rathke  <erack@redhat.com>  [c48c5bad9d371da0e0c47c7ef5611a4afe4fd82e]

        switch also internal default to Wildcards, tdf#88581 related
        
        Change-Id: I95fc22ba8672ffd7f4c52734e46537420bfd32b0

2016-07-20  Rishabh Kumar  <kris.kr296@gmail.com>  [b0db1f4c79e12b4fc96f82b362b332d9ffb6e87c]

        Make pattern preset preview resizeable
        
        Change-Id: I24e46ca08993cb359eddade72cd9bc4fda4512ff
        Reviewed-on: https://gerrit.libreoffice.org/27323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-20  Eike Rathke  <erack@redhat.com>  [d77081946f59127aab4b017f455b0c5b489dcb84]

        RegularExpressions and Wildcards are mutually exclusive, tdf#88581 follow-up
        
        ... so treat them as such.
        
        This fixes the UNO API JunitTest that tries to enable RegularExpressions
        with the now default enabled Wildcards config, which then overrode the
        RegularExpressions when queried and returned false.
        
        Change-Id: I85f7617a20d4cc392e1ce34bcb2d14792f6d4170

2016-07-20  Rishabh Kumar  <kris.kr296@gmail.com>  [74aa685bf35358202efb9e17901be9a232845c2b]

        [GSoC] Redesign of Pattern tab
        
        1. New Pattern Listbox for presets.
        2. Context menu for Rename and Delete.
        3. Rearrangement of controls.
        4. Remove Save and Load buttons.
        
        Change-Id: I7edaf2496837443967711a307c01cdba284270d0
        Reviewed-on: https://gerrit.libreoffice.org/27352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-20  Rishabh Kumar  <kris.kr296@gmail.com>  [83a0ba1207a66d423350846b3f9c2f148602edd4]

        Add XPatternList to SvxPresetListBox
        
        Change-Id: I39bbf28c4468123c853577f7d7e94d619ec7da3b
        Reviewed-on: https://gerrit.libreoffice.org/27324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-20  Jan Holesovsky  <kendy@collabora.com>  [356456a8573b16838ac84ef11a4a084f4be36099]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I288f947fa74fd246dd07dd709fc8c20f72d89f86

2016-07-20  Eike Rathke  <erack@redhat.com>  [4a2d67df5c3c44766adb0d395dffae61387c22a5]

        Resolves: tdf#88581 default for new installations is Wildcards on
        
        ... and RegularExpressions off. So the default is interoperable.
        
        Change-Id: I295429d1b0ad61d5e9564f10970270df78026893

2016-07-20  Caolán McNamara  <caolanm@redhat.com>  [2aed0d49d7891b9360916b65771222810aeeac96]

        Resolves: tdf#98778 fix parsing of exponents
        
        regression from...
        
        commit 9e9f39d171cafa035d7b8e74187e25c3581cb89d
        Date:   Tue Mar 19 23:23:16 2013 +0100
        
            resolved rhbz#919020 Basic CDbl() and CSng() scan localized number
        
        Change-Id: I96535fd9bc9ec59d6e07739a3118c96eb2d8bd05
        Reviewed-on: https://gerrit.libreoffice.org/27342
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-20  Eike Rathke  <erack@redhat.com>  [35595869d19f052cb585c82a1a7e174debb944b0]

        unit test for tdf#100637 nested IF in array context
        
        Change-Id: I6f4e1ca61afeda4a2fbe249b3e0625280414afae

2016-07-20  Eike Rathke  <erack@redhat.com>  [e54cd3fbf40300416ef337981bd356b88ad44a41]

        Resolves: tdf#100637 narrow down the JumpMatrix path finish condition
        
        ... so a pending path result is not prematurely discarded.
        
        Change-Id: I87d58b0d242c3ece503e31a30aaf77150bb0f358

2016-07-20  Caolán McNamara  <caolanm@redhat.com>  [d8e225304b7c8465f5e7f038ec02270445e1b600]

        Resolves: tdf#100845 exception during vcl painting -> std::terminate
        
        GetText throws under the circumstances described in the bug where
        the record is missing
        
        Change-Id: I03b0ce9a19d93a7eb8842831b433b80a20628541

2016-07-20  Caolán McNamara  <caolanm@redhat.com>  [8955a5e7665758653678fad530e2936036e56fc6]

        The thesaruses are in mythes format
        
        Change-Id: Idf633d7d310c920ae605b7a1996d251352fad079

2016-07-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ea8084487411feea049f57712979fba4ad2fbce]

        sd lok: decouple vcl window focus from cursor visibility
        
        The problem was the the blinking cursor was hidden when another vcl
        window got its focus, so it wasn't possible to edit two shape text in
        parallel in two windows.
        
        The code path is like this:
        
        - show cursor, cursor is created: SdrObjEditView::SdrBeginTextEdit() ->
          OutlinerView::ShowCursor()
        - show cursor, focus case: sd::FuText::Activate() ->
          OutlinerView::ShowCursor()
        - hide cursor, cursor is deleted: SdrObjEditView::SdrEndTextEdit() ->
          OutlinerView::HideCursor()
        - hide cursor, focus case: sd::FuText::Deactivate() ->
          OutlinerView::HideCursor()
        
        So add a new optional bool parameter that allows not emitting the
        LOK_CALLBACK_CURSOR_VISIBLE callback in the focus change case.
        
        Also, if we're at it, make sure that painting emits no show/cursor LOK
        callbacks.
        
        Change-Id: I1068a1b1f5cd76fd09b5a79066834bfb0daebc77
        Reviewed-on: https://gerrit.libreoffice.org/27335
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-20  Xisco Fauli  <anistenis@gmail.com>  [ecb34112cc4c768fd2f57499151920fa7798776f]

        SVGIO: use clamp on strokeOpacity in case it's negative
        
        testcase: painting-stroke-08-t.svg
        
        Change-Id: Ia09a4581e5189cbb88aca4391474ada89e7af042
        testcase: painting-stroke-08-t.svg
        Reviewed-on: https://gerrit.libreoffice.org/27326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [33f48960c6ce718937767796d39a40344a356956]

        vcl: don't use the faster cairo code path when using OpenGL
        
        Change-Id: Ia5f2fbf8765db4828338df4eb1f6d7405004e738

2016-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [788e8e6f4b9a66b4a6ba7ffbf234cb2cbbe3e998]

        svx: rotate drawn (non-bitmap) handles with the object
        
        Change-Id: Id0cad502fd99737a35d894109deae4f26df36d06

2016-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [1c81af2c1814e8bd12701f85e09cebf5fe206647]

        Resolves: tdf#100903 Calc hangs when preediting Japanese with GTK plugin
        
        ... + Mozc.
        This issue shares a common root with tdf#56937.
        
        Change-Id: Ic5720c19f22f7e6b047e1251b34f90d04ce7eee7
        Reviewed-on: https://gerrit.libreoffice.org/27305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-20  Caolán McNamara  <caolanm@redhat.com>  [b184c54a512d05a7c7b80d6f06ec834f6a948a75]

        loplugin:vclwidgets
        
        Change-Id: I0a762a0eaa6cc9dc2f3c41b456faf98b919181ba

2016-07-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [66204ffa44952446ecfb8393b0521236729691d5]

        libxmlsec: switch to using upstream 'compile' script
        
        Upstream used to provide no such one, and it's needed for the macOS
        build. Latest upstream release does provide one, no need to patch it.
        
        Change-Id: I2c2350d0e074f58d13fedb0d72888dd24ac41f44
        Reviewed-on: https://gerrit.libreoffice.org/27322
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [86639b757b470ac7b1326afe13e19a1245499c51]

        sc: remove CHAR_CR define
        
        Change-Id: Ief0ef8916166d479e868fc56887aa788aae63260
        Reviewed-on: https://gerrit.libreoffice.org/27327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [f5f0758080b0da61e3d2088804cad0b0ed94d21d]

        Revert "hack for now"
        
        This reverts commit f5792667cafef77cc4c142f4261f8b64280bc0fe.
        
        it turns out it was the use of an intermediate GtkGrid which made a11y work
        a little differently under gtk3. Clearly not intended to be pushed.
        
        Change-Id: I6931163e07ea413acdd45ba1353f357d317fdfbd

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [8617010b851e000f336cf647f207557b5eeab8b7]

        Resolves: tdf#97404 outline space wrong on second level
        
        Revert "tdf#42788: FORMATTING - Numbering/ordered list"
        
        This reverts commit 6517141b6233c5f9667031bc92f66109fddf5b76.
        
        https://gerrit.libreoffice.org/#/c/23006/ was apparently
        intended to revert this, but it never was
        
        Then there was https://gerrit.libreoffice.org/#/c/23427/
        which was an attempt to improve it but it was abandoned
        
        Then there was https://gerrit.libreoffice.org/#/c/23542/
        whichw as another attempt to improve it, but it was too
        abandoned.
        
        all of which leaves us worse than when we started with
        a pile of unhappy abandoned efforts and cruddy indent
        
        Change-Id: I8b3666a957339030d5a946a2b387f452e7fb0099

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [f5792667cafef77cc4c142f4261f8b64280bc0fe]

        hack for now
        
        Change-Id: I62673e60ac8785c74fc4f97ad76bcb02c7e28941

2016-07-19  Jan Holesovsky  <kendy@collabora.com>  [1fe71ce42ed6977885a3253639bbc3f0881a47e7]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I615100fcdcc1bb6e461ecc1f8bdcef301cd68615

2016-07-19  Rishabh Kumar  <kris.kr296@gmail.com>  [ea96d97020322052a8d65e6e9bf521682819eb8e]

        tdf#100907: Cannot set white background for hatching
        
        Change-Id: Id10cb4d90a19717b44d02064eb69981c69a421de
        Reviewed-on: https://gerrit.libreoffice.org/27258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-19  Rishabh Kumar  <kris.kr296@gmail.com>  [1d602088136828cdf1114901587beeec95afea2c]

        Fix regression : Automatic gradient steps in gradient tab
        
        Adds a checkbox for enabling/disabling automatic gradient steps.
        
        Change-Id: I223279ec0f23f20f3ff544072cc7fd8662946296
        Reviewed-on: https://gerrit.libreoffice.org/27269
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-19  Rishabh Kumar  <kris.kr296@gmail.com>  [da4c58551ce1bdad3467b8f9bc1da5df78757b61]

        [GSoC] Redesign of Gradient tab
        
        1. New Gradient Listbox for presets.
        2. Context menu for rename and delete.
        3. Rearrangement of controls.
        4. Remove Save and Load buttons.
        
        Change-Id: Id6aa0daa7c9304bb6a383ce0db95a4a7a060695e
        Reviewed-on: https://gerrit.libreoffice.org/26954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bd894e5a7b9a9d6a3d3e4ea668bfea050ef39bae]

        update credits
        
        Change-Id: Ie49cfb83d86e85b593958fc4048022f71c351267

2016-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [307e58149193bd7c6b7efbc6e07691cb64ba9cf1]

        update emoji autocorrect files from po-files
        
        Change-Id: I0a4a5426c4ae2a0145420c273d2bfbb88074dc9d

2016-07-19  Akshay Deep  <akshaydeepiitr@gmail.com>  [ecb096841a1d7b4d468ba111df4ebafc13134c8e]

        Add Noto Emoji font for emoji support
        
        Change-Id: I57cc123ec5e1f90967e82a60fdea792974054f86
        Reviewed-on: https://gerrit.libreoffice.org/26800
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3b6b0ea6315d77a9715bd2080d2aef0b87f76369]

        Updated core Project: translations  80052aba6733db08b4b0124a0c8f2d8662c78713
        
        update translations for 5.2.0 rc3
        
        and force-fix errors using pocheck
        
        Change-Id: I6dfc62f300cce7174ebc591146350da534cabebc
        

2016-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c425926d48e513937ad727a56ab7744ca379e63]

        lokdocview: still allow view selections/cursors from other Writer views
        
        Writer pages are exposed as parts, but it still makes sense showing
        selections/cursors from other parts in that case.
        
        Change-Id: Ic76d93291bde2d959c149cf2ef5eba7ed33a45e8
        Reviewed-on: https://gerrit.libreoffice.org/27321
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [3aa52d36824d11b8774de15708fdfcbb93cd9dc3]

        GSOC - Handling namespace declaration missing case:
        
        initialization parameter to FastParser will turn off
        the namespace declaration missing exception. Test cases
        have also been given to verify the same.
        
        Change-Id: I4c3e02c7ad92d50e279f895ced53c78fc8f49b91
        Reviewed-on: https://gerrit.libreoffice.org/27278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [495cfa27c173741caa233575438c18746272b4aa]

        sc lok: notify other views about selection changes of multiple cells
        
        A single cell is handled by the cell cursor, which was already handled.
        This one takes care of the situation when multiple cells are selected.
        
        Change-Id: I11b3045e4884ad9629655e2c05c16af83d21e7b2
        Reviewed-on: https://gerrit.libreoffice.org/27318
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [e11e73ff02051ce9744ae302827abcaf6b5e16ed]

        simplify code now
        
        Change-Id: Ic9fed523c9077f3e9efa2af00ac5f9e9071a0dc9

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [d074b2728afa0b902c75ca0ebaae209454e6d922]

        Resolves: tdf#100909 artifacts in hole of polypolygon shape
        
        regression from...
        
        commit 1ca06ce59b7d3cea873d2dc109a2acaec0a80759
        Date:   Tue Aug 5 16:11:21 2014 +0000
        
            Related: #i125349# moved clip enhancements to base clipping functionality
        
        The "reversed" clipPolyPolygonOnRange path is the problem apparently. The case
        in #i125349# uses the other clipPolyPolygonOnRange path. So for simplicity just
        remove the branch that's causing trouble here.
        
        Change-Id: Ia4c60ebc44a8c239c1a7d5c84e9b970c2885ff05

2016-07-19  Michael Stahl  <mstahl@redhat.com>  [fbb3b60cdb7a22595eec80232bb3ccd83781cf00]

        xmloff: forms export: convert one xlink:href to relative
        
        Mostly in forms directory the URLs are converted to relative via
        exportRelativeTargetLocation(), but not in this one case on the
        form:connection-resource element.  Let's make this consistent.
        
        Change-Id: I9252d2686d04c273261b95966a5cf4e9bcbc0bca

2016-07-19  Michael Stahl  <mstahl@redhat.com>  [c49b87ac140f3f2c79c8211f38cd86118022bdce]

        xmloff: forms import: convert relative xlink:href to absolute
        
        There is currently only one place in the forms directory that converts
        relative hyperlinks to absolute on import, in
        OURLReferenceImport::handleAttribute(), but there are other elements
        that have xlink:href attribute as well, such as form:form.
        
        The export of form:form xlink:href does convert absolute to relative,
        in exportTargetLocationAttribute(), but if the model URL is actually
        already relative it will be converted to absolute instead, oddly enough.
        This leads to different absolute href attributes, depending on the
        directory where the file is exported, as can be observed with e.g.
        ooo95698-1.odt and fdo40634-2.odt.
        
        Let's apply a big hammer and make all "href" attributes absolute on
        import.
        
        Change-Id: I39d05707f3a8a899c7bbde8d9c0e2bc006c39e12

2016-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ba00c2173938ed2ea2f25074e866ea51370d727]

        lokdocview: handle part number in view selections/cursors
        
        This way we show view selections/cursors from other views only in case
        the part number matches. Anything else looks buggy in Calc/Impress.
        
        Change-Id: If3ecbfc4b05350606730319b1a570afc15fd9d0a
        Reviewed-on: https://gerrit.libreoffice.org/27315
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Michael Stahl  <mstahl@redhat.com>  [7127cba643e7b5e2abb7f8a875e2b74d4a89b7a2]

        desktop: simplify $(ENABLE_BREAKPAD) checks
        
        Change-Id: Ibe2da6214b1f6555922313b22e2882a2ddb4b9e7

2016-07-19  Michael Stahl  <mstahl@redhat.com>  [017f6fcf35e3e7087a08ea01f112c6dcdf34eac1]

        desktop: CppunitTest_desktop_app requires breakpad
        
        Change-Id: I314fd2ba94ec6efdfecbc9694138a6410665163c

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [31623bb04a86cc848beec359bd7567833aad5fd3]

        Missing @since tags
        
        Change-Id: Ief16e1facfa9c2e2be5722b9261bcd83a1f7b9be

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [7b86ff8c8a791ddf80d07be3f5309fb889c3f8be]

        Revert "bump nss to 3.25"
        
        This reverts commit f10b31c2fe16bfcbb7cb278fdec65deacbe06219.

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [0d2a328ab0ecac9e07dbb59762e571958fcc33d9]

        use CAIRO_FILL_RULE_EVEN_ODD by default
        
        as seen in tdf#100909 with gtk3 backend
        
        Change-Id: I67a270a96df980489cd2cb37461b3bf88de4df03

2016-07-19  Caolán McNamara  <caolanm@redhat.com>  [f10b31c2fe16bfcbb7cb278fdec65deacbe06219]

        bump nss to 3.25
        
        Change-Id: If99ee77bea40796cc56944724291a83068ff8198

2016-07-19  David Tardon  <dtardon@redhat.com>  [a0d3168ee4ac202790f1d4d0c95a6264cc8bf455]

        tdf#97195 make diamond transition work again
        
        Change-Id: I28236dd0c7dbd4e1798055229b2db2d0101a493e

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [90576b93244ea836714cb1b75dff16503a270772]

        clang-tidy performance-unnecessary-value-param in vcl
        
        Change-Id: I0b53c4bf5b4619cde357cf4eb432b153b1f7e6b5

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [454ab144c9f531a090a38ad23b5f50af85f1fbea]

        clang-tidy performance-unnecessary-value-param in sw
        
        Change-Id: I6cd0d28dade01366b087aebff894b6f003d87b31

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [58806ee799072776e04d49d95dcba525575f9ce7]

        clang-tidy performance-unnecessary-value-param in sc
        
        Change-Id: I1941c050a385e3a1020c5d2495471f5805c4c180

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [a293ff34143f90c6836591fc1f4aa419342c5e1b]

        clang-tidy performance-unnecessary-value-param in sal
        
        Change-Id: I2931871fc80f52b79d070961a3709117d0a8fd3a

2016-07-19  Stephan Bergmann  <sbergman@redhat.com>  [955c99d6eb699dae2804ab430262a9dff89c920b]

        clang-tidy performance-unnecessary-value-param in desktop
        
        Change-Id: I1b1bf615c5afcb6e14929fde456c6b734be65414

2016-07-19  Juergen Funk  <juergen.funk_ml@cib.de>  [0a76a41ae7a2ebd53f80f01ea9e2bcff3026d155]

        tdf#100929 - Windows Installer: "ADDLOCAL=ALL" doesn't set all features
        
        The CustomAction "SelectLangauge" overrides the ADDLOCAL-switch.
        When ADDLOCAL is set, skip the CustomAction "SelectLanguage"
        
        Change-Id: I716349a0645e2f8dd193103b35028e493ca8e3a1
        Reviewed-on: https://gerrit.libreoffice.org/27230
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [299b9377469473abd8f58ba7f1054794491bdc56]

        sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()
        
        This way a client can decide if the view cursor it gets is relevant (the
        views show the same part) or not.
        
        Change-Id: I7b274b28f0c4f0509df5071831acf50512eff640
        Reviewed-on: https://gerrit.libreoffice.org/27311
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ae30c85f61557bad0ce3ddf2fc80c710d9e31f69]

        add AGGREGATE testcase
        
        Change-Id: Ifbd959c29b2d18f3d5a5ea5125d240a8d07113d8
        Reviewed-on: https://gerrit.libreoffice.org/27302
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2b0234466a9dd10966649c4944a2f3490f8688ec]

        add ODDLYIELD test case
        
        Change-Id: Ia907e907252d02d52d3e420a98b11391554a8327
        Reviewed-on: https://gerrit.libreoffice.org/27300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [43e049c32302620bbc134732286529496853d78a]

        tdf#61901 RTF export: fix implicit font name of non-ascii text
        
        The problem was that in case we used \loch, then \f only had an affect
        on ascii characters, not on every other character range.
        
        Change-Id: I30a851fe28131f18f5c429273a24c1424d2cec22
        Reviewed-on: https://gerrit.libreoffice.org/27310
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [8d0c103bcd84ae428b4a3cc2c48167d277b9d718]

        add RECEIVED test case
        
        Change-Id: I6026afd71f8ee7dbb25fc1ffac09a54f12c1be9a
        Reviewed-on: https://gerrit.libreoffice.org/27294
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2189734436438b75a3285f80cb132fd9b08a8709]

        update CONVERT_ADD test case
        
        Change-Id: I22fe0040e152430719cb197a15652e7886f30ac7
        Reviewed-on: https://gerrit.libreoffice.org/27297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-19  Mike Kaganski  <mike.kaganski@collabora.com>  [c697ad1a44323e3491451ebdc25019751d8a1bc1]

        tdf#100837: Support Office URI Schemes
        
        This patch adds support for Office URI Schemes (see
        https://msdn.microsoft.com/en-us/library/dn906146).
        This will enable browser (non-CMIS) integration of LibreOffice
        with MS SharePoint server (v.2013 tested).
        
        In this patch, in addition to ms-* schemes, a new scheme is
        introduced: vnd.libreoffice.command, which is analogous to ms-*.
        Its purpose is to enable flexible configuration of server and
        client, where some types of documents are declared as handled by
        LibreOffice, and other are handled by other software. E.g., ODTs
        may have "vnd.libreoffice.command" scheme, while DOCXs could be
        "ms-word". Client may register LibreOffice to handle both, or to
        handle only "vnd.libreoffice.command" scheme.
        
        Unit test included.
        
        TODO in a later patch: add a mechanism to register LibreOffice
        to the schemes with OS.
        
        Change-Id: I1c449a211102036f87163058a4c90a93eb32c948
        Reviewed-on: https://gerrit.libreoffice.org/27094
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4306e6600623262964c88c1f8f66188896c3d2a6]

        sc: convert SC_DROP_* defines to typed flags
        
        flags are stored by ScTransferObj and ScDrawTransferObj
        in members nDragSourceFlags, implemented in the same way by both classes.
        set only in ScTabControl::DoDrag() and ScContentTree::DoDrag().
        
        convert to typed_flags ScDragSrc and
        move flags closer to users, from sc/inc/scmod.hxx to
        sc/source/ui/inc/viewdata.hxx
        
        Change-Id: I15f58a5c828e154114971a1fcf941a3e27acbd56
        Reviewed-on: https://gerrit.libreoffice.org/27303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d2ab8f8c33f0eb7c49c6ecb03da7b8616fce8db5]

        sc: remove commented out code
        
        this code does not work any more getFilterType() was removed along
        with meFilterType in commit c4cb83504faa1d241a116001fd27f7148de300ba
        
        Change-Id: I992a061d4eb6a1349377e6fc35f966999fb57ead
        Reviewed-on: https://gerrit.libreoffice.org/27244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [61fc9da45f845ae98d8e0f159bac6a4c2f39ddd7]

        sc: FilterType::FILTER_BIFF and FilterType::FILTER_UNKNOWN are never set
        
        only value ever set is FilterType::FILTER_OOXML.
        main user is FunctionProviderImpl ctor,
        thus used BiffType is always BIFF8, nMaxParam = OOX_MAX_PARAMCOUNT
        and bCallerKnowsAboutMacroExport is always true.
        so remove these parameters and the FilterType enum.
        
        a follow up should check uses of FUNCFLAG_BIFFEXPORTONLY and
        FUNCFLAG_BIFFIMPORTONLY as for such functions
        isSupported() returns always false
        
        Change-Id: I0d2941ba10642a86bad36d57b64a2c71517069ab
        Reviewed-on: https://gerrit.libreoffice.org/27237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Noel Grandin  <noel@peralex.com>  [36313d93ac6f88bb4b4e4ed7109db583c7ce9886]

        improve unnecessaryoverride plugin
        
        to ignore ImplicitCastExpr when calling superclass method
        
        Change-Id: I76a3068446acfee85aa1baeb216e57f63c7099c1
        Reviewed-on: https://gerrit.libreoffice.org/27279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a7b5be118191a4e8a6cd422b5b2438a1ac22f36f]

        sc dif import: plain number formatter is unused
        
        commit 2cb7d3c13cc55d8ee680fe19d99819529d8b9ba5
        revealed DifOptions is always set to DifOptions::Excel,
        so DifParser.bPlain is never true.
        
        remove import with plain number formatter and DifOptions enum
        
        Change-Id: I8e214f3fff8ecfc7e03622dd1fe3fb53c2fb1e25
        Reviewed-on: https://gerrit.libreoffice.org/27277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-19  Eike Rathke  <erack@redhat.com>  [62442d9066ea553a4b68b8a93fa54748cbe96e06]

        Resolves: tdf#99360 Revert "tdf#93889 Remove a busy loop"
        
        This reverts commit 6610ad9aee0c8299880cd1da6cd6a756860ccad9.
        
        It simply doesn't work, the dialog ends up being modal because
        bRefInputMode is always false.
        
        Calling SyncFocusState() in ctor doesn't help because
        pEdFilterArea->HasFocus() returns false even if we just called
        pEdFilterArea->GrabFocus() ... why?
        
        Also manipulating things with
        
            pRefInputEdit = pEdFilterArea;
            bRefInputMode = true;
        
        doesn't help. This is odd..
        
         Conflicts:
        	sc/source/ui/dbgui/sfiltdlg.cxx
        
        Change-Id: I90fc8cd99a2ab91dd581acfc51d7ca5eea8e1f61

2016-07-19  Eike Rathke  <erack@redhat.com>  [181a1a3b2df7ca427802c1c17f3344a869c91444]

        Revert "Resolves: tdf#99360 can't select filter criteria with mouse"
        
        This reverts commit db279db13286653bff269f8ae7471b22498be319.
        
        It does not solve the problem but prevents revert of
        6610ad9aee0c8299880cd1da6cd6a756860ccad9.
        
        Change-Id: I8ae22ee9af57bccb9812a7c40802cf19782bedd3

2016-07-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ab1f6f97e9c27daa405e75862aa25ecce1c0af88]

        update BITXOR test case
        
        Change-Id: I17f057ad9ceee46ba1f3c6a22262d03ed188e8b0
        Reviewed-on: https://gerrit.libreoffice.org/27296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [1918546e92ce7a60ecc4fac55f17a0b9dd0a03a0]

        dynamic_cast followed by static_cast and elide some casts when possible
        
        Change-Id: Ib7d303bc18aebaa562bb380a8f3ab7d9fddcbca9

2016-07-18  Marco A. G. Pinto  <marcoagpinto@mail.telepac.pt>  [5e455d5d0c55f63ba39c3337b24460398f195d3c]

        tdf#100960 Add new Portuguese AutoCorrect entries
        
        Change-Id: Ia7f6f6be6e008cce2e997df9f2b94f7acc849a83

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [918b9a4f38d017ecd813fb59d8c288a00557e2fb]

        Resolves: tdf#100823 crash during PopupMenu dtor
        
        Change-Id: I6d9aed05a76311a13470c9072543609f5a87501d

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [f11e85dd4f09f5cd1c7371e6a521dd4d9ec2f70f]

        'as well' seems redundant to me
        
        Change-Id: Ic9ae043fcd9c517973d5fcf7eeff7a77c1d66664

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [ea3f74ba0a9d291f26a79f2568d59f1a030d0585]

        Resolves: tdf#99963 line wrap very long checkbox content
        
        Change-Id: I11ab52b8c6600d5d479ac3d4d2cd78d1957d8676

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [ff4ce0796681c37822df5b5c5e4fbaeb09b37352]

        Resolves: tdf#100964 singlevalfields cleanup took wrong branch
        
        regression since
        
        commit 22864b44fd00b5a778ef597f8dfcb407d4166306
        Date:   Fri Jun 24 12:57:04 2016 +0200
        
            loplugin:singlevalfields in dbaccess
        
        Change-Id: Ie00bb7a8c2bc268dac876ff21657c987406dac7d

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [8624d2c8e3be89c794d3cfcfb72685fcb18e4d24]

        Resolves: tdf#100731 include palette in checksum
        
        Change-Id: I084d840b9fa078ebea3ff1471d8c8bc88171abc7

2016-07-18  Takeshi Abe  <tabe@fixedpoint.jp>  [0789b66353f75f4791754727629f553aa717be67]

        vcl: This seems a missing return
        
        Change-Id: I99c3be904e9ee2ad8f76d09d1d8998a6898fb81e
        Reviewed-on: https://gerrit.libreoffice.org/27283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b944e498a3053497394963b4e7bda2951ddcbcc1]

        don't write past the end of the array
        
        Found through
        http://crashreport.libreoffice.org/stats/crash_details/6ba2edbd-d268-4074-8b87-590a5694cc26
        
        Change-Id: Ic95d472fd117c2d286fabb775ef49e287a2874fa

2016-07-18  Stephan Bergmann  <sbergman@redhat.com>  [a268011a6fe4c5bd0cbacbb0571a61517cad8be2]

        -fsanitize=signed-integer-overflow
        
        Change-Id: I1a79d34dd25073de46bda47af1789fd7e69fe648

2016-07-18  Aron Budea  <baron@caesar.elte.hu>  [64ecef189f6ecc924d94a48a089df4ec7cac7b13]

        Updated core Project: dictionaries  c875ba1abbe81955d5510aef909a62c01d4515de
        
        tdf#97393, tdf#100019: updated EN (CA, GB, US, ZA) dictionaries
        
        Update is based on Marco A. G. Pinto's 2016.07.01 release of
        English Dictionaries extension. Includes 2016.06.26 release of
        CA/US dictionaries by Kevin Atkinson.
        
        Version in description.xml bumped to 2016.07.01.
        
        Change-Id: I7b3416286abf9aa3d987bed28c9efdc3e7cbf1a6
        Reviewed-on: https://gerrit.libreoffice.org/27273
        Reviewed-by: Marco A.G.Pinto <marcoagpinto@mail.telepac.pt>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [66e8e2488bb777e04cf403b588e5ff05db07fffe]

        sw: prefix members of SwXTextSearch
        
        Change-Id: I3231605c0468462a36d75318d0070e5e3c36f4d6
        Reviewed-on: https://gerrit.libreoffice.org/27276
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-18  Takeshi Abe  <tabe@fixedpoint.jp>  [b1a6d157683b8182089ed5854179c8da8c416304]

        Resolves: tdf#100941 LibreLogo: replace literal '\n' with newline
        
        by simple SearchAlgorithms2's ABSOLUTE(=1), rather than using
        SearchAlgorithms' REGEXP(=1).
        BTW avoid RowDirection because it is for Calc only.
        
        Change-Id: I50ab460110ed43befb3e378e94f4fda0f2777f4d
        Reviewed-on: https://gerrit.libreoffice.org/27250
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [9d76d9d9abb08788f2882612cfe6d0df6e19af39]

        protect against empty m_aTableManagers stack
        
        Change-Id: I29fecc5e0efb3b3d907f0c6505d42818fa464ffc

2016-07-18  Stephan Bergmann  <sbergman@redhat.com>  [e8b2fc7a92ca4d725b125a13795a48c01d2f8231]

        Adapt to older Clang that don't have CompoundStmt::body_front
        
        Change-Id: I41555c0a2b35ad950797f65e02ed1ee060c4bf0a

2016-07-18  Szymon Kłos  <eszkadev@gmail.com>  [1d3ee7663da5f9f2ab2e2b8181cf2f6be5d6e524]

        GSoC notebookbar: don't show empty space for hidden tabs
        
        Change-Id: Ia00f64c1cb5d990e852cc297b6b7bd76df4b1b05
        Reviewed-on: https://gerrit.libreoffice.org/27191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-18  Szymon Kłos  <eszkadev@gmail.com>  [e8fc80a0f03065ceb2c4f80facf08948d573b9af]

        GSoC notebookbar: dropdown with hidden objects
        
        + added dropdown for hidden content
        
        Change-Id: I86c9277d91b18fbe9e8505ccf170196fdb28638f
        Reviewed-on: https://gerrit.libreoffice.org/27241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [54d8d7718b8ed3b3ddd47f3c2b993be689aeaab3]

        fix build
        
        Change-Id: I90d6826e4544fd39120982f80d41e237a5edbab6

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [25ab24b4c4fe748a05a59fb4eba0b2f96e71da38]

        Resolves: tdf#100896 crash in hyperlink dialog
        
        regression from...
        
        commit 98747742b20c82382ed16b193e7bec175e905978
        Author: Noel Grandin <noel@peralex.com>
        Date:   Fri Jun 24 13:12:25 2016 +0200
        
            loplugin:singlevalfields in cui
        
        which cut too deep
        
        Change-Id: I0e42eed48196c9e037ba343eea93c2c854c0991c

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [1bc9a5a909be343520ce31b7c9a79998fabf65a2]

        odd SvxBitmapCtl is used in only one place
        
        Change-Id: I82a4c8f2e36153b0bc59571ce39956637e278fcb

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [c3addf79d4c67d4f8f3bb2cdba0ecb6b10062636]

        nothing inherits from SvxBitmapCtl
        
        Change-Id: Ie1796caf1a53d0beef3ff456f2c4b32213b8977e

2016-07-18  Caolán McNamara  <caolanm@redhat.com>  [76258ecb71494ced74c1c4c3e54715976471218e]

        SvxBitmapCtl::nLines is never read
        
        Change-Id: Ib03eb766b1f45247204e64543dbf80c24f8608c7

2016-07-18  Noel Grandin  <noel@peralex.com>  [147d18ad4ab720b749469222fc620bffed47c106]

        -Werror=enum-compare
        
        Change-Id: I6bb2c9bcefd9dbb0efd262b1462625a157d11e6f

2016-07-18  Noel Grandin  <noel@peralex.com>  [09b0ade4f84d7f20a31217c6569c23c13e09c9be]

        remove some now unnecessary debug trace
        
        Change-Id: I15fef941c5a9c9d7627ca22029a95c8e6928ee20

2016-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [58b592a59122144d6c5446f200dd2f48108c8909]

        CppunitTest_sw_tiledrendering: blind stack-use-after-return fix
        
        Change-Id: I23c0324979939955f94408a452020e9776358967

2016-07-18  Arnaud Versini  <arnaud.versini@gmail.com>  [ee2ad513de94ac395fd6be6f28c5202745ea7a2a]

        BASIC: Remove useless overrides
        
        Change-Id: I49eb680bb0945a65a98978e98750fd62669fd820
        Reviewed-on: https://gerrit.libreoffice.org/27255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-18  Noel Grandin  <noel@peralex.com>  [76ad32bec8e2c00c21247041b16d9e09e73d2504]

        add tagging to ThreadTasks so we don't need more one pool
        
        If more than one place in the code submits tasks to the shared
        pool, then waitTillDone() becomes unreliable.
        Add a tagging mechanism, so different callsites can wait
        on different sets of tasks.
        
        Also try to protect our worker threads against exceptions from
        the thread tasks code.
        
        Change-Id: Idde664ab50008d31a2dd73910bb22f50e62ae22f
        Reviewed-on: https://gerrit.libreoffice.org/27042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-18  Noel Grandin  <noel@peralex.com>  [9bf9f88e4c7e0b182ec6d8b4aefb7d735bb0653b]

        clean up some "failed to load image" warnings
        
        By adding entries to links.txt and tweaking some of the
        commands to remove the icon flag.
        
        With these changes I can add an assert(false) in
        ImageAryData::Load and still pass make check.
        
        Change-Id: Iebb41318fa821628920a49019f201efa9fbbfbab
        Reviewed-on: https://gerrit.libreoffice.org/26095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-18  Pranav Kant  <pranavk@collabora.co.uk>  [b91bb2f2702a82255969ae1da298159ee109d14a]

        lok: Skip saving unmodified doc if DontSaveIfUnmodified=true
        
        Change-Id: Ia2687bd4bef61df1ff101cab2a19394859b7df58
        Reviewed-on: https://gerrit.libreoffice.org/27212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.co.uk>

2016-07-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ee6f818083a69cb2f264fe47fa7d4dfab0a0cca7]

        Updated core Project: help  6f3812ba40737f10d77149c8a258896c2a6ac2b8
        
        fix text of menu items for table of content and index
        
        Change-Id: Ic1091e3bd824d73544be47d7d6a64e76febc28e7
        Reviewed-on: https://gerrit.libreoffice.org/27270
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-07-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [28ac6fdc11559b58ac62089300aa99530b0b822d]

        sc: remove enum BiffFragmentType
        
        unused since commit 45e4f9e99b75ef8a125228bc42df7fb98af9d7bc
        
        Change-Id: I22af37cf591e20aea9f39dd360fffa0a457e6adf
        Reviewed-on: https://gerrit.libreoffice.org/27266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2cb7d3c13cc55d8ee680fe19d99819529d8b9ba5]

        sc: convert SC_DIFOPT_* defines to typed_flags
        
        Change-Id: Ic4ec298fa9147edf8fda20fbcceebf6b803b342d
        Reviewed-on: https://gerrit.libreoffice.org/27271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-17  Stephan Bergmann  <sbergman@redhat.com>  [be232a1b76fb263d17d2e52a420b6aba7272f3fd]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I56241813298f0c76dfbffd91e1090df326755cb6

2016-07-17  Stephan Bergmann  <sbergman@redhat.com>  [8babcb7e669ce2f752945c1f89647b759ec568d3]

        loplugin:staticcall
        
        Change-Id: I4ec0585bec93c7bc79a31c699df7d68b955eef56

2016-07-17  Stephan Bergmann  <sbergman@redhat.com>  [8569cf1d91c68a46c904314861eb35fda9e219ce]

        loplugin:passstuffbyref
        
        Change-Id: I0114bd98b92b9810d7d829ddce8461a2844e0506

2016-07-17  Stephan Bergmann  <sbergman@redhat.com>  [1fc8fb3175fd7539e4db3fcbc6f246871a1786e7]

        loplugin:passstuffbyref
        
        Change-Id: I7c8cd99210d1048b73e074831080e9c7121292fc

2016-07-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [37a1a54ed160a6f47e1e64acf922e174c3ffa349]

        Updated core Project: help  8da351ef5bbddfd5d702ce0aa1a7578ac363d1c0
        
        rename menu item "Table - Table Properties" to "Table - Properties"
        
        Change-Id: I83e91691ac20171b19a99daada49d0a2d4b19e98
        Reviewed-on: https://gerrit.libreoffice.org/27267
        Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
        Tested-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
        

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a067900cccebe092e71d2dc540aaf0da3c7f091]

        uitest: add a complex math test
        
        Change-Id: Ib246c3041f066ecedd1ebbe564566a1824d293bc

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91e05f1631e530b2eaf71deed0a83265e086abd6]

        uitest: recognize function keys in keycodes
        
        Change-Id: I0246b21d88aa43e36728c556b22372a8c04299fe

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2f6f4f38a219ea3968517812300df8d24e23bcd]

        uitest: add demo for new element selector math wrapper
        
        Change-Id: I64c98254c5d5ae1cc6c9729654028201f1773c90

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1bfdddb51bf2fe22a7c935a797bf7f7221b0202]

        uitest: add wrapper for element selector
        
        Change-Id: I641a290b3a9cf46ba484a9a851a27456cc68678c

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d03d7a79406c4bd25a776a4f7247588662b121b0]

        remove wrong outdated comment
        
        Change-Id: I3fe6957b73776152b90c34ac411167f6f4e9e4f5

2016-07-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e57a5905fb2975307af654710430d0a876dbd061]

        Use mdds' event callback to count formula blocks in each column.
        
        And use it to speed up certain formula related operations.
        
        Change-Id: I43b1d860d6b665556624ba7bc716826799919015
        Reviewed-on: https://gerrit.libreoffice.org/27261
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-07-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0473f6fc0445272b1e9d01ca9166d4fae58a5a56]

        sc: remove enum BiffTargetType
        
        unused since commit 9800f0c54c3832ef939e404eb84b9fc4a917669c
        
        Change-Id: I04611d0dd47598f383e8cd73c2061f5dfa86605c
        Reviewed-on: https://gerrit.libreoffice.org/27264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-07-17  krishna keshav  <princy.krishnakeshav@gmail.com>  [bd9644249d19fdf1825eccdac992db592d5ec850]

        tdf#100913 Remove tOID typedefs in ObjectHierarchy class
        
        Replace use of toID with ObjectIdentifier in 'ObjectIdentifier.hxx'.
        
        Change-Id: Ic0157974eca2992167319f7d19a0224056cc985e
        Reviewed-on: https://gerrit.libreoffice.org/27243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-17  Andras Timar  <andras.timar@collabora.com>  [b569bc15c6236a3e0f9f4ef6f138dbf4a22cb8d1]

        tdf#100942 DejaVu fonts version 2.36
        
        Change-Id: Ieddafeaa1ccba5646a885ba65b6428fbea771d1a

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0d2580c47ab134019dfde06df6222035b7acfc1]

        uitest: add makefile part for new math tests
        
        Change-Id: I90adb3bf9eefcf687e4a76d58aefb9a5775e5e88

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e646286c306fc92867641cc399f640b69c0ec62a]

        uitest: add initial demo for math edit window
        
        Change-Id: I4fe1dc7fe2f5179dc97fc80a80604d54ae3ad333

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf5110d0704ba95d9a080f7dea64162c346317a9]

        uitest: annotate the math edit window
        
        Change-Id: Ic902ba191d632d6a9e399c6809a8e88fdfc26301

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d66e284151105dfea4e8b7eeae3166c510964919]

        uitest: add some initial math ui tests
        
        Change-Id: Iad02a40b683d7b3bbbad0214c82ad4b5b6878ea9

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72dd364fa9fca9b8668878517df8489f1fb1f8ba]

        uitest: add 2 more properties for listboxes
        
        Change-Id: Id8fb7973f868c12f920051ef3719ed0ff0712828

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07403d67e43da90563a6a8dc4817f1e90feefa59]

        uitest: add demo showing how to select active frame
        
        Change-Id: I76bb79047b9d15228dc29379203300ccf50fc4f1

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b29d15dec890f1defd99a792c28d3a1f576847e0]

        uitest: don't hard code my path in test
        
        Change-Id: I65959552f74d860ee8773f1f5649bd160686f288

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f5575f8c4f7766db0c7468a03ce1bed46821cfd]

        uitest: add demo for handling two files
        
        Change-Id: I03cbe67922df521a6cef5f3448c0c9dce10b662d

2016-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f260194ae283fde803c4cf30c913ecc0d9d10358]

        uitest: add some work to load several documents
        
        Change-Id: If9bf0e88fd7b223f10c31e3b0ed357da2bc4f9b0

2016-07-16  Caolán McNamara  <caolanm@redhat.com>  [997c7accd393bc665538403a5738ce1a626d9665]

        Resolves: tdf#100910 yes/no doesn't clear bg
        
        Change-Id: If6a31cefe7137d338a57b5a28dfda63809957190

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bdf577a1b346b2494e6073810e0c059cdbae24af]

        uitest: remove some debug output from new test
        
        Change-Id: Ib1342d4ea81885e4ca434f6f5f263af9a8a04e25

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [129e09efba3d5b7f8d6e3b43cb24cd4131398023]

        uitest: extend chart edit test to change chart through dialog
        
        Change-Id: I9ffdddff84e290a4df25067be5bf574fac273ce7

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2b2278aaba7f78afb1d8d3bf8fdb199f5a8cdbb]

        uitest: provide wrapper for chart objects
        
        This allows now to operate on chart objects and call commands on them.
        
        Change-Id: I399b275c563deb507aaf4f3f49373871e733af91

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a20e663322d0c37e985df1b9cefdb4827ed74ef]

        uitest: provide a way to open a dialog through an action on an object
        
        This allows for example to open a dialog through clicking on a button or
        through a chart command.
        
        Change-Id: Iaca6faa3a1b26f4f677a3a670e2c9891373524d3

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a980b6c8aee6e3f6916dc0dc617f53e70191234c]

        no need for this temporary OString
        
        Change-Id: I8b5d69f7e64a83e52a41c285f5ef186a666ccd55

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8781dbe09981bbca4b5ed792fdb6c82dc1b17d27]

        uitest: provide all the children for charts
        
        This now also includes legend entries and data points.
        
        Change-Id: I0e4d1f21a20035cd632a7755dbbea17baec4b083

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01767d5d9d43d4ef4bd948f00a1cd2c113714b20]

        uitest: add first demo for editing the chart
        
        Change-Id: I28e1c4d4726afc97fd1a42fe1d931b195231cb12

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f03a801318501a4904dbe7c1d09d0b9dd1cb852]

        uitest: some initial work on the chart selection
        
        Change-Id: I3317eba5383206de6f619da548ee3047861eef07

2016-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1e1b38349d2c28420598f3b8612682989f5db90]

        uitest: add initial support for selecting chart elements
        
        Change-Id: I3af11d44067618b5188f3dbf4abccc171dd98d0c

2016-07-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [7b2966dbf283b168fa0cc1eadf989387ab6e25b9]

        nBufSiz can be a non-class local constant
        
        Change-Id: I2a7d32eabd01622261a1163781ac2a8b64bdee3f

2016-07-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [30d722a8f91b667cf56cab2ab6e2f5b2ed18408c]

        Reduce #include dependencies
        
        Change-Id: I5c6c379717869028102ab2a1ae7929dfbc447904

2016-07-16  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [38b596d11f913477836cd29489017cf4a5e1debd]

        GSoC - Sync namespace handler calls with elements:
        
        This syncs the namespace declaration calls with element's events. A
        test case is also added which enables threads of fastparser.
        
        Change-Id: Ic40a380c8523688ee6b2ec76bb3d36a0452923bd
        Reviewed-on: https://gerrit.libreoffice.org/27222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-16  Yousuf Philips  <philipz85@hotmail.com>  [018077bb5993d83dc85ee6027c1ac998c218fec9]

        Notebookbar: Round 1 of improvements to toolbar labels
        
        Change-Id: Ic1412c66e1cbf0e1c9cc3325443d931fedb5f972
        Reviewed-on: https://gerrit.libreoffice.org/27178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-16  Eike Rathke  <erack@redhat.com>  [ab1b351840160655a9f0caedbb35e9fdf203c5a0]

        Resolves: tdf#100764 check row when determining bounds for deleted range
        
        Regression introduced with a2e591e26549294cdb07eb685d4069343404d898 for tdf#86502
        
        Change-Id: I493c458faedccfd6e2ddf849073a52661ef2e4d0

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [a2c557d80ac68c06ea59586245a7431e061938f0]

        Related tdf#37531: Make --cat headless/hidden like --convert-to
        
        ...which automatically takes care of the open problem from
        08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args
        sent over pipe" that --cat terminates the called soffice.
        
        Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [8d8668be3444560de127274201a3ab68b1dff950]

        Related tdf#37531: --convert-to output relative to caller's CWD
        
        Change-Id: Ifad33650694c16e89fc5e51fd4322da732f7d3eb

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [08367272b95a944cad6bf0bc6915544f2a6ee243]

        loplugin:redundantcast
        
        Change-Id: I2d963eb8395b8eca776032d32d72f5ec85891c70

2016-07-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b719a57d5ff2a88dba6234a7064aca6ad5a44089]

        tdf#100834 Treat string between integer and fraction as delimiter
        
        In fraction number format, strings located between integer and fraction
        should be treated as blank delimiter
        
        Change-Id: I83e78fb0fe08178ee194fc2a213ee260ce15c639
        Reviewed-on: https://gerrit.libreoffice.org/27128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-07-15  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d32dab699f6584a13eb10fc1eb2801423ef52fb2]

        tdf#100755 Allow '0' for denominator symbol
        
        Fraction number format
        Accept '0' in numerator and denominator format: 0 0/0
        Represent integer 3 as: 3 0/1
        Load and save format to Excel
        As it cannot (yet) be saved in ODF, replace 0 by ? during save to ODF
        
        Change-Id: I4721a751431d3f9b903b369d199146ddfb76b43d
        Reviewed-on: https://gerrit.libreoffice.org/27062
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [7e70b938618a49c4130502421d6909a2a3871579]

        tdf#83054 Preselect current page number in the text entry
        
        Change-Id: Ie65cde1f2967042afb2988cc429613fda3f0e93f
        Reviewed-on: https://gerrit.libreoffice.org/27242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [5a18ed5e4d8cf0192e62e56eb6481353d74c4a84]

        loplugin:nullptr
        
        Change-Id: I35e2ee930d29cc8547a0fcf39d199727d7815748

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [08960441558743f222280637985690bb8b41b861]

        Related tdf#37531: Handle conversion args sent over pipe
        
        However:
        * "soffice --convert-to pdf foo.odt" creates foo.pdf in the called soffice's
          CWD, not the caller's.
        * "soffice --cat foo.odt" prints to the called soffice's stdout, not the
          caller's (though this will unlikely ever be fixed), and then also terminates
          the called soffice.
        
        Change-Id: I2f4420881b2bee00b0476c76f739966c13101be4

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [24d0a0549d068e9a1c111ec1d574b478642b80ef]

        Log PipeIpcThread communication
        
        Change-Id: I9e818351a435d39a9d1d8988214185f5bc504e8c

2016-07-15  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [0710fcd58d29d7ba98f0305caab79f9b7b1519a2]

        GSoC Writer Table Styles; Cell Style XPropertyState
        
        Implemented XPropertyState for SwXTextCellStyle,
        that allows to skip export of default valued attributes.
        Implemented odfexport tests.
        
        Change-Id: I906c63d4937e378cf89750616fc9ec929c7f3e44
        Reviewed-on: https://gerrit.libreoffice.org/27215
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [bc9b4fd4c83af3532204237157821d4884c42d8e]

        lok::Document::destroyView: clean up view cursors/selections
        
        Change-Id: Icd3f96a922e7d1aec0d52e90df87ec45790c9807

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [85c5a172953ac29d1fcab3f4c2f19fa897074e52]

        sfx2 lok: handle when SfxViewFrame::Current() returns nullptr
        
        In these two cases no need to call it and dereference the result
        unconditionally, there are other ways to get the info.
        
        Change-Id: Idb5969e909dc2faed97a5a4ac79dfcc1aec8ddcd

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [8090b53e0e16e9aef95f2f5557985f7c2e7c69f3]

        lokdocview: ignore notifications on view shutdown
        
        Callbacks are processed on idle on the main thread, so by the time we
        parse them, possibly the widget is already gone, avoid that problem.
        
        Change-Id: Ie8e16423d1ffe087e0dd21425026f7a5d644c27b

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [c415f37a40fdca0492ef0bdedbbf4ffcd567b386]

        writerfilter: avoid inclusion of deprecated C++ header
        
        Change-Id: I2eb6dd36a51ffc2c48e5f4951fd6250e12e9aad3

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [92474c05f858502414eabf20c932f72c7e9bda1b]

        sw: indentation fixes
        
        Change-Id: I6cdc7cff7c45e58c9b684ff53a8dd84af7cf0c83

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [99f05d9947db2dd0676fafa66106d17e4d8eea6d]

        gtktiledviewer: allow testing of destroyView()
        
        By calling it when we're not the last window.
        
        Change-Id: I6fd4763243fc088ccfe015b6c03b6b3f25146fac

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [018e89337d18e5aa153faae5b3df41188d1c174c]

        Improve loplugin:unnecessaryoverride
        
        <sberg> thorsten, remember what that "TODO" in
         SvxAccessibleTextPropertySet::getSupportedServiceNames was to be about exactly,
         in a909acb7009acadffa53e74ea05ddb88803490f1 ?
        <thorsten> sberg: that's a nonsense, prolly copy'n'pasted, or a 'please review
         me'
        <sberg> thorsten, OK, thanks (that override will eventually go away with
         loplugin:unnecessaryoverride, and the TODO comment be lost)
        
        Change-Id: Iba964c61768459aac4067bbd4e1f7d4f78f6adac
        Reviewed-on: https://gerrit.libreoffice.org/27232
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a3653f87502e40cf00d8f1ed1c0ecf5a979e67d]

        sw lok: fix shape text editing with multiple views
        
        When changing the active view shell,
        sw::DocumentLayoutManager::GetCurrentViewShell() is not instantly
        updated, only when e.g. the focus changes. This means that calling
        setView() + paintTile() pairs on random views typically did not use the
        matching view shell, but the last one. This has a visible effect when
        editing shape text, as the non-text-edit views had the outdated shape
        text visible, unlike on the desktop.
        
        Fix the problem by using SwDocShell::GetWrtShell() instead.
        
        Change-Id: Ia4b67d0a8931692ed4fc5c5e97cc1a09ef81e647

2016-07-15  Noel Grandin  <noel@peralex.com>  [6e72f0251bb8767942edf74f612547c12ca0cdf1]

        new loplugin unnecessary override
        
        Change-Id: I88d3e33823d68745b98625050a8a274f9ef04bcb
        Reviewed-on: https://gerrit.libreoffice.org/27135
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-15  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7da80de2c75e048a08ea6e923a9f433a638a9f12]

        sc: remove FUNC* and OOX_XLS_IS_LIBNAME macros
        
        FUNCLIB_TO_FUNCFLAGS is odd because the only FunctionLibraryType
        is FUNCLIB_EUROTOOL = 1, left shifted 12 times gives 0x1000
        same as FUNCFLAG_BIFFEXPORTONLY.
        
        remove the FUNC macros.
        create a new FUNCFLAG_EUROTOOL value for the euro tool lib
        and map it to FUNCLIB_EUROTOOL.
        
        inline OOX_XLS_IS_LIBNAME macro.
        
        Change-Id: Ia5d1f634ae4dfa5fd8cc5109e47113b2a5b95d7d
        Reviewed-on: https://gerrit.libreoffice.org/27221
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb8d731c1a5d1acbab95b2db0dcf7ce09e0a1df3]

        svx: extend README about VC/VOC/OC
        
        Change-Id: I48f47e203fb6b5c7adf553b33b26eb2ffef1f926
        Reviewed-on: https://gerrit.libreoffice.org/27190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-07-15  Eike Rathke  <erack@redhat.com>  [3d70765218986abba8b6d7c8e3cadd83a62ee035]

        mapping ERROR.TYPE to ORG.OPENOFFICE.ERRORTYPE was always wrong
        
        Change-Id: I02b941a1a884a984b39632cad36579130cd71d6c

2016-07-15  Eike Rathke  <erack@redhat.com>  [89c4a69103b6e15e7f52401c51110b926c3ccf36]

        add missing functions to FunctionData saFuncTableOOoLO
        
        Change-Id: I9cd23fcbeabaf29b4ea9b85691e2871b32666cdd

2016-07-15  Eike Rathke  <erack@redhat.com>  [24fe9e30d5b9c85da55c8f2ba85d0c3a50fa180a]

        STYLE only one parameter required, two optional
        
        Change-Id: Ifb0fa665a6ae3af03c307052a45bba5cf77b9208

2016-07-15  Wastack  <btomi96@gmail.com>  [ba3f703f01089361ac3ff3d2f231b17097c1d173]

        tdf#71009 GSoC firebird metadata functions
        
        Implement getImportedKeys funtion in order to have
        a working tools->relationships feature.
        
        Change-Id: I7f1660f284bfdc960d3aca034c3d26109770b4cb
        Reviewed-on: https://gerrit.libreoffice.org/26882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-07-15  Wastack  <btomi96@gmail.com>  [88346f606a16865bcf7492f67a7207d0078787a1]

        tdf#91324 GSoC adapt struct tm correctly
        
        Change-Id: I645ebe888186e550b95dd072e063260bc69aa178
        Reviewed-on: https://gerrit.libreoffice.org/27120
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [8be8152bcb7327d046049dee640ca438deaa4dad]

        loplugin:unnecessaryoverride in mysqlc
        
        Change-Id: I7c8ecc8f675abf4495c991bdb680e31b59421e26

2016-07-15  Jan Holesovsky  <kendy@collabora.com>  [8969af9e29bff94708093ac1a8dc15d5ef9c480b]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I4bf7f85397f83554f511f80621b5086cda6ab1a9

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [922d67cbdb3af76b9c4ffea090b6653fe3c2112c]

        remove excess whitespace
        
        Change-Id: I11d775eed216e7d8a59d0b891dffcf191780aa9b

2016-07-15  Stephan Bergmann  <sbergman@redhat.com>  [f7803b302aecb3acebf79e1782ab7e8cf85c5c64]

        loplugin:commaoperator
        
        Change-Id: I7ba83b999b3b12411348c21cabcd47b8ad9c4034

2016-07-15  nadith  <nadmalinda@gmail.com>  [054cf21948e86cbe5b809fa61c7a99d27fc8cf5d]

        tdf#100726: Improve readability of OUString concatenation in basic module
        
        Change-Id: I96c3215cf9f8932127e681aaaaee649774cac2e4
        Reviewed-on: https://gerrit.libreoffice.org/27229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-15  nadith  <nadmalinda@gmail.com>  [e7d709cb2487dc67179812afa5c36d111d9400be]

        tdf#100726: Improve readability of OUString concatenations in basctl module
        
        Change-Id: Iad8e3a2b74062640660c0ea8121dc6a5d043c080
        Reviewed-on: https://gerrit.libreoffice.org/27228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-15  nadith  <nadmalinda@gmail.com>  [bfe6c2dedbac4caa8a080a7a7b2d783ae5d5d813]

        tdf#100726: Improve readability of OUString concatenation a bit
        
        Change-Id: I6c51b9004089721f199bc35b1e5c13df36847f02
        Reviewed-on: https://gerrit.libreoffice.org/27227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-15  Takeshi Abe  <tabe@fixedpoint.jp>  [1eb533a0456f508972b3af16b8b867672d09ac49]

        starmath: Make AdjustFontDesc() precede Prepare()
        
        because what Prepare() does depends on both nFontDesc and token
        of the SmTextNode.
        
        Change-Id: Ib7f8c408eb8f95a10f27ccbd3d80cdd0d6ea6d56
        Reviewed-on: https://gerrit.libreoffice.org/27210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-15  Xisco Fauli  <anistenis@gmail.com>  [e6d2827fc385353f07d1703714f715718576c130]

        tdf#62525 vcl: use cow_wrapper for PPTCharPropSet
        
        Change-Id: I506688a495ac145a25d2094be48ea53497d1e8a8
        Reviewed-on: https://gerrit.libreoffice.org/25914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-14  Eike Rathke  <erack@redhat.com>  [fc305bb6d656736bedc2f89789e18d8c9a3bbf2c]

        strip second parameter from ISOWEEKNUM if literal double != 1.0
        
        For other arguments convert to WEEKNUM_OOO, which now can be saved as
        ORG.LIBREOFFICE.WEEKNUM_OOO.
        
        Change-Id: I63fd3df1ec4ccaa535a1437200854d8734544a2c

2016-07-14  Eike Rathke  <erack@redhat.com>  [77ccf8a9ca527ff261218208c1b838922001ce9b]

        store WEEKNUM_OOO as ORG.LIBREOFFICE.WEEKNUM_OOO
        
        Now that the previous two releases can read it.
        
        Change-Id: Ie04c7b0fd94f5906b678d738370e4fc0696da79c

2016-07-14  Eike Rathke  <erack@redhat.com>  [908449639beaeafb04b9a9668ee20b0042389426]

        let FormulaTokenArray::RemoveToken() return the actual count of tokens removed
        
        Change-Id: Iebf654e7b4c682036b4ff334298948557b755eac

2016-07-14  Eike Rathke  <erack@redhat.com>  [f9021f7eea06b1e5498534988f95e9cdbb79bc11]

        re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..
        
        with 4ff5a5558472beee85eb1234dcc2aa2ed9000f6c
        
        Change-Id: Id99c3ae74515f24c55a3734698c560dcac8bacd9

2016-07-14  Eike Rathke  <erack@redhat.com>  [9da8627e2d6ee5d0056fe393d88b86c0bc9d2d15]

        add missing ORG.OPENOFFICE.* functions to XclFunctionInfo saFuncTable_OOoLO
        
        Change-Id: I9b32db43f84efc314ec4c715e9299ca2301c8120

2016-07-14  Eike Rathke  <erack@redhat.com>  [69a3f884a511fdd9ed6703cbbd1955f3fbf4472d]

        yet more functions to save with prefix and namespace to OOXML
        
        MULTIRANGE, GOALSEEK, EASTERSUNDAY, CURRENT and STYLE are LibreOffice /
        OpenOffice.org only and need a _xlfn.ORG.OPENOFFICE. prefix and namespace when
        saved to OOXML.
        
        Change-Id: Ie5d4eb14b1ec958f9ebec5f149d0d1d7b4dd644e

2016-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac0b3b05ab52d0ac06137cf93d71187c7957ec99]

        vcl headless: ignore visibility in GetClientSize()
        
        This fixes the missing-invalidation problem outlined in commit
        22023b104cd1e024aecc28a6161bea519a584407 (vcl lok: fix missing paints
        due to zero-sized windows, 2016-07-12) also in Writer, not only in
        Impress. Starting text edit, doing a change, and ending text edit now
        results in the expected invalidations.
        
        Ignoring visibility seems to be a better fix for the missing paints.
        This way the headless case doesn't hit the corner cases of 0x0-sized
        windows. Also, the gtk vclplug's GetClientSize() only returns 0x0 in
        case the underlying window is disposed or it's minimized, but it does
        hand out the size before Show() is called, so now the headless backend
        is in sync with that.
        
        Change-Id: I78698cbfce954c8c593d279ab057a87cfbe87260
        Reviewed-on: https://gerrit.libreoffice.org/27224
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-14  Henry Castro  <hcastro@collabora.com>  [4dd0d77675dd13c9de7c9ac5dbc0cb6b8ca53865]

        sc lok: add more toolbar items
        
        .uno:SortAscending
        .uno:SortDescending
        
        Change-Id: I3d307b43fb18ffce75b00a0b919b63320bf6db05
        Reviewed-on: https://gerrit.libreoffice.org/27223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-14  Stephan Bergmann  <sbergman@redhat.com>  [45813450258ccaed8aa117a50085da6eeae97221]

        Avoid undefined behavior when converting (large) double to size_t
        
        Change-Id: I4cc487a21177efed26a10809dbb6126b504fce6c

2016-07-14  Eike Rathke  <erack@redhat.com>  [feef105196021c03191d22dd952d8c82276a7bd0]

        save ERRORTYPE as _xlfn.ORG.OPENOFFICE.ERRORTYPE to OOXML
        
        Was wrongly saved as ERRORTYPE without _xlfn. prefix and namespace.
        Be able to still read ERRORTYPE.
        
        Change-Id: Ia028fe06d930f60b4260adf589ee3190b90ea099

2016-07-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [4727c26eba6b27e9a24fff40920332aa117439e9]

        Remove outdated comments
        
        All these features have integrated in LibO 4.2 by Tomaz Vajngerl
        See tdf#40317
        
        Change-Id: Ie71b9d40102be09f65f19f8241f66a8c58cd0a75
        Reviewed-on: https://gerrit.libreoffice.org/27216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-14  Michael Stahl  <mstahl@redhat.com>  [771416c171eaae615670c4399b2d2533ed95f9b4]

        there is no "FormularProperties", math is called "FormulaProperties"
        
        Change-Id: Id44ec98c5f2588918ee6253df9accc9d8ea94ab8

2016-07-14  Kenneth Koski  <mechaxl@gmail.com>  [deb989dd6d1f86e74864131be50ed92d8d43768c]

        Improving uno.py code style
        
        * Fixing pep8 violations
        * Improving comments, docstrings, and unifying coding style
        * Using functionality copied from six library for Python 2/3 compatibility
        * Using standard traceback formatting
        
        Change-Id: I62bd0e8513ffc59202163002fa4adea3d92572c3
        Reviewed-on: https://gerrit.libreoffice.org/22848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-07-14  Stephan Bergmann  <sbergman@redhat.com>  [2744b00906757864f806a06b44776e887cd94d60]

        Blind fix attempt for some GCC versions
        
        Change-Id: Id84c3e8d2306f65ce3153de54efff8c13adcaf37

2016-07-14  Stephan Bergmann  <sbergman@redhat.com>  [7a3485a62f9da2e0a7a7c26d8673815185511188]

        Disambiguate DeflateThread classes
        
        ...in package/source/zippackage/ZipPackageStream.cxx and
        sw/source/core/ole/ndole.cxx.  The -fvisibility-ms-compat used under -fsanitze=*
        (cf. gb__visibility_hidden in solenv/gbuild/platform/com_GCC_defs.mk) causes the
        vtables of both classes to each be exported weakly from the package2 and sw
        libraries, respectively, and e.g. CppunitTest_chart2_export under ASan happend
        to erroneously use the vtable from sw in package2, causing a bogus error.
        
        Change-Id: I4e3ca96f1fd9a423b8df9fb1d9682dab8cb63192

2016-07-14  Susobhan Ghosh  <susobhang70@gmail.com>  [3ee3c29d03cf8c647f798d00b0a947042150449d]

        tdf#100886: Show Default ShapesPanel when Shape is selected
        
        Make Shapes Panel only available for Draw
        
        Change-Id: Ib83a07333a0a3c53871184df313a79bad1576942
        Reviewed-on: https://gerrit.libreoffice.org/27175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-14  Jan Holesovsky  <kendy@collabora.com>  [53d18f277227c957d9c7370d423e4cd2a69649bf]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: Id4ab82db5e0ac95e26299730797a6eac0f925fb8

2016-07-14  Stephan Bergmann  <sbergman@redhat.com>  [b48f0eed566683b8e10e7494d5fb02f3dd42968d]

        loplugin:passstuffbyref
        
        Change-Id: Ia53c80a4018ea99141cf6b4cd826d78210c5b2dc

2016-07-14  Rishabh Kumar  <kris.kr296@gmail.com>  [be95afad421230784f0ea1ec2054974c4359b9fa]

        [GSoC] Avoid reload of preset list in hatch tab
        
        Change-Id: If2acb6df3c046de63b6b4069474e19fb87222a11
        Reviewed-on: https://gerrit.libreoffice.org/27167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-14  Cor Nouws  <oolst@nouenoff.nl>  [f9ef86c7a1c10e16c4aa4988706047058ef7f167]

        Dutch example.xml - file added too.. - related: tdf#100352
        
        Change-Id: I8f16c5982a4ca10bebf0acd5de718b9dbdfe61d8
        Reviewed-on: https://gerrit.libreoffice.org/27200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-14  Xisco Fauli  <anistenis@gmail.com>  [09f88760acddc96cb38febd36fd987eefaa04bc0]

        tdf#62525 vcl: use cow_wrapper for ImpXPolyPolygon
        
        Change-Id: Ida272942d2fdb0a4a7d4906bbbc2423b459591ac
        Reviewed-on: https://gerrit.libreoffice.org/27170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [742e632d8acbe5d0a036d748c062a6616acfdf4a]

        Upgrade libxmlsec to 1.2.22
        
        No major changes for us, except that finally we bundle the latest
        upstream (but still heavily patch it).
        
        Change-Id: I6bcfcdf48ec5d25eb3f7b14c89838942b4a11b48
        Reviewed-on: https://gerrit.libreoffice.org/27196
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-14  Takeshi Abe  <tabe@fixedpoint.jp>  [ef5ffe57db1dbf504ede59cf74d695d9c0a7f97b]

        starmath: Drop redundant SetLineColor() call
        
        10 lines later the same code appears again.
        
        Change-Id: I06bccbb89e9bc3dd1339ca4f8c2482a2ee75c9f2
        Reviewed-on: https://gerrit.libreoffice.org/27176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [800a196718abbfd38d93c845e563e055ef778b04]

        chart2: avoid use of realloc
        
        by using ctor initializer list, removing redundant realloc
        and other small tweaks
        
        Change-Id: I73775ef3677244de5c04e8743c43228d6cb3b008
        Reviewed-on: https://gerrit.libreoffice.org/27174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-14  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [de162ef3c7d447e1faf3bc8d0766fc0e34d80b49]

        dtrans: remove commented-out code
        
        This was disabled since f87fd75f68148b9b5ddff7f62ce12c5ec1d7757a
        INTEGRATION: CWS dtransfix (1.11.136)
        
        Change-Id: Ica132a8b5ed13f5b70944c48e2ec5f6fdd88159e

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [b93cfe09c21b996cd3f1c40037e0ebf712922006]

        these can be references now
        
        Change-Id: I4b58c362cd01387f05aa7bf70b3f47794fd5bc32

2016-07-13  Mark Page  <aptitude@btconnect.com>  [9641e51cd71d537313f9b238a0bab73701128b3b]

        Remove SfxInterface::operator[]
        
        This operator can be confusing when reading the SfxSlotPool source
        Also this operator could return nullptr that SfxSlotPool doesn't
        check or require.
        
        Change-Id: I8d6009ea1b1f18e7022f1e7065c27f31feb02a6a
        Reviewed-on: https://gerrit.libreoffice.org/27185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [595c049afe0aff08ec350100bda5a2528f660a8e]

        Resolves: tdf#98240 limit width of widgets of standard filter
        
        and make the dialog non-resizeable because the ancient
        core impl can only have 4 rows visible at a time
        
        Change-Id: I3da6f7d8737c689f43904c40048748c00adcc3df

2016-07-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [87c7d2902f419041b76bb7b5af8e38d5acbac733]

        sc: fix build breaker
        
        in commit 17722af09e527641db7c080013a94ea13f904377
        nBOF changed to a static member but call was not adjusted
        
        Change-Id: Ibed65161f6825e5bf8d62a689352a2780670cb09
        Reviewed-on: https://gerrit.libreoffice.org/27192
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [71ab1ee978a6da8edeabc7c65e9a34e679ec8e43]

        tdf#100880 editeng spellchecking doesn't work sometimes...
        
        believe to be a regression from
        
        commit 73f0b3bd5553c5d023d0a1dbfdc00836e2937961
        Author: Matteo Casalin <matteo.casalin@yahoo.com>
        Date:   Sat Dec 28 13:37:26 2013 +0100
        
            xub_StrLen to sal_Int32 + some const
        
        and lets fix it the same way
        
        commit 9705fbc1119da91e73c00a2ec848565929eeb483
        Author: Norbert Thiebaud <nthiebaud@gmail.com>
        Date:   Sun Mar 2 12:19:16 2014 -0600
        
            Fix editeng missing spellchecking redline on load
        
        (probably) fixed some other regression caused by that
        
        Change-Id: I52775aff50dcc634fd2f08eb685cc4ad9850c82c

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [8b04b9f4654bad5d1456576e68b25bd3510240d3]

        Remove wrong, needless downcast
        
        ...from SaveInData (which has a virtual dtor) to MenuSaveInData, while the data
        could also be ContextMenuSaveInData (not derived from MenuSavaInData).
        
        Change-Id: I4928fa97ed7738516699f8e57f354ef0f334c4f1

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [c615943bda57eadfa73c14a7314938aabe0bd16f]

        Related: rhbz#1343766 a11y queries during dispose trigger listbox crashes
        
        though not able to reproduce, I have an in-house complaint similar to
        
        commit f120abb446bf3f5230ed06a3b148654dde36bb94
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Jun 8 11:35:15 2016 +0100
        
            Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashes
        
        except with a listbox in the bt
        
        Change-Id: Id31561e009a1f0ec9272a0e7216296e4017e5688

2016-07-13  Noel Grandin  <noel@peralex.com>  [17722af09e527641db7c080013a94ea13f904377]

        loplugin:singlevalfields in sc(part3)
        
        Change-Id: I7309e7e30bd892f0b1bd47c44cdbba79da5e5a9f
        Reviewed-on: https://gerrit.libreoffice.org/26686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [ce2a1922f1159369cd28ee60b2999e0652c6abac]

        -Werror=maybe-uninitialized
        
        Change-Id: I649c25c4da055a8e92260ac36144283f3d66aabb

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [2cdc693c56c266e149473241e6b3cb54fb2a2a03]

        Remove __cplusplus-checks from apparently-C++-only files
        
        Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6
        Reviewed-on: https://gerrit.libreoffice.org/27187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [80f9ad9011843dbc9d166147402366438bcfe29a]

        Make TooltipLabel default to PopupLabel
        
        Because we often have similiar tooltip and menu names.
        
        Change-Id: I0ab66269b0b1f2985f23cf92289b3da69b6ddfd3
        Reviewed-on: https://gerrit.libreoffice.org/27186
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [8c4dbcef8f92c9bd1c2208e7de7971f184f8a3ff]

        Revert "bccu#1781: Impress/Comments - selection not updated on delete"
        
        because selection is visually mangled in the editeng.
        
        type a word in calc, hit return, double click on the word, then end, hold down
        the shift key and move to the left, every second letter gets highlighted.
        
        The original bug is private so I don't know what problem it wanted to fix
        to see if there is a better solution.
        
        This reverts commit c8a09eb373b78d9936fb00ac98b6876eb8740c4d.
        
        Change-Id: Ib1b535aca98daaae210db4e3d62900fbc389e816

2016-07-13  Noel Grandin  <noelgrandin@gmail.com>  [38ae35db26cd5bed2eabc90e1a02afeb4e0eff54]

        tdf#84635 - Slow layout of large tables
        
        Based on suggestion from Aron Budea.
        And do something similar to most other places keeping vectors
        of weak references where the code looks like it will hold more than
        a few entries.
        
        Measurements:
        the 26 page file file takes
            51s without my path
            15s with this patch
        the 69 page file file takes
            5m28 without my path
            51s with this patch
        the 84 page file file takes
            8m28 without my path
            58s with this patch
        
        Change-Id: I8da94c525fc73ebd969e0343c6f074be4f0063b1
        Reviewed-on: https://gerrit.libreoffice.org/27093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [176d54fa5dd4aeda1cc77a1e46b7bfff0c07b8ce]

        chart2: inline local macros
        
        make use of Sequence initializer_list constructor
        and use makeAny to simplify further.
        removed unused includes
        
        Change-Id: I7d5b901a8bb375533c8ab945632dc8668806ca1a
        Reviewed-on: https://gerrit.libreoffice.org/27173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [194d4a02b9117064106fba0bde6b9494831d6475]

        chart2: remove unused ContainerHelper.hxx includes
        
        remove using namespace ::chart::ContainerHelper;
        to match other uses
        
        Change-Id: I343086a6b7d70c84499b209680973431c7317219
        Reviewed-on: https://gerrit.libreoffice.org/27184
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-13  Noel Grandin  <noel@peralex.com>  [c4cb83504faa1d241a116001fd27f7148de300ba]

        loplugin:singlevalfields in sc(part2)
        
        the meFilterType field in WorkbookGlobals lead to a chain reaction
        of code removal.
        
        Change-Id: Iaa8b467c1c76cab78f8ce1796709590b666028db
        Reviewed-on: https://gerrit.libreoffice.org/26682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [c8720ee6ecfc653ad024b8e99d2a0dff95db9de8]

        Remove useless comments (one was even wrong)
        
        Change-Id: I4ef60e11878676b8276f85811e811908242ab1b2

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [fb7793ea70a2e2d0f6439c9222d2c92cf5d04687]

        Remove unused log-area
        
        Change-Id: I4a11f040bb56de0bc761b185395dc87533c3bf01

2016-07-13  Stephan Bergmann  <sbergman@redhat.com>  [e764999b7162e90c1d8295785a336dfa81caaa1a]

        Sort lists
        
        Change-Id: I5bfbc8dbba63531ddb05e40e94f626aa5c86071d

2016-07-13  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [50a6f3d51f32e7176c3b2d036c60bb48d51d6a1a]

        GSoC Writer Table Styles export of paragraph and char properties
        
        + Export of paragraph and character properties
        + Tests
        
        Change-Id: I689deb2c524fdcd462c69a33ad9bc2865890793d
        Reviewed-on: https://gerrit.libreoffice.org/27115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [380b2d2e449eee1e794efa1b16b69289419a9a66]

        Resolves: tdf#100340 make compress graphic dialog less wide
        
        'regression' seems harsh, its not so wide it didn't fit on a reasonable sized
        screen or look particularly horrific.
        
        Change-Id: I20d55b8aac609ee0d683eb9a1c2b173aa0c9d8da

2016-07-13  Noel Grandin  <noel@peralex.com>  [6431f5554bd585935e7a9bc354609a4363a09509]

        loplugin:singlevalfields in sc(part1)
        
        Change-Id: I25760def2c12e4ca87843c2f3ce1a60b5a9b2e44
        Reviewed-on: https://gerrit.libreoffice.org/26680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7580d67eff34b626903163f26d6448f80a3edc45]

        uitest: all files moved to the new directory layout
        
        Change-Id: Ib5a6fc98fafb774ca5c7cc1323dbe4eb8a1c4aff

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f587841de509515fd977cc12b8d3903f442e87d]

        uitest: move more parts to the new directory structure
        
        Change-Id: I9dab4c0beef08b04e65dc0dae337a822041cf218

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65a31df69f8fd07fdd8cd7423348b474e39b960d]

        uitest: remove the imports for pyuno and time
        
        Change-Id: I384e9ee1a38aad80bf3a4906a4955c57e4895538

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bec5a2639636635c9184beda2f63fe4a9a16a9b8]

        uitest: move more code into the new directory layout
        
        Change-Id: Ic5d08f08c1fccc74be09cea7887d3acb910e7636

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd68096c6cc55ed0087517e0c60285e40efb92f5]

        uitest: remove unused imports
        
        Change-Id: I620d01f2cfbc5327c2fcaf020d50e9184fc1d1b2

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [647176064429c94b16ae2ce02963e2d0e85b9cbc]

        uitest: remove print statement
        
        Change-Id: I1065acf0f2406881532e75459bfddbdb7967ad8b

2016-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ebbb996ac159f57e0730c938667535af148cae1]

        make sure that the thread has joined before disposing UI elements
        
        See e.g.
        http://crashreport.libreoffice.org/stats/crash_details/80884848-16e7-4512-be4a-74c53bfce34b#allthreads
        
        The thread can run while the UI elements have already been disposed. The
        StopExecute call is not enough to prevent that from happening.
        
        Change-Id: Iab4209776e1403a6520c106f3521476ee50848a4
        Reviewed-on: https://gerrit.libreoffice.org/27087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-13  Caolán McNamara  <caolanm@redhat.com>  [d31e13efa8eca0997f02bceadff659f06d4dc9a0]

        Resolves: tdf#59570 scrollbar used instead of slider
        
        Change-Id: I14241c8a4418e8356a590a32b661f283b606f9fa

2016-07-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4719c4959ac2cd5ebef5bc3e617385639fd5ba4]

        sal: fix remaining loplugin:cppunitassertequals warnings
        
        Change-Id: I9f9b647ed73e06a5e926eff8f95dda92fec134c0
        Reviewed-on: https://gerrit.libreoffice.org/27177
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-13  Noel Grandin  <noelgrandin@gmail.com>  [cba5a9223a7e8141dc171c3e2e992ce1c0df8330]

        no need to create temporary OUString for comparison
        
        Change-Id: I0a321e8ffbe379588a288084ec2e74e1a8c296b2
        Reviewed-on: https://gerrit.libreoffice.org/27171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ea95a97c1ddcc6ad4f90ac2397ffb8c7b77b490f]

        add COLOR, COMBIN,COMBINA,CONVERT_ADD test case
        
        Change-Id: I5c276c11885913129ab2c947f28c52439ef0d188
        Reviewed-on: https://gerrit.libreoffice.org/27048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-13  Zdeněk Crhonek  <zcrhonek@gmail.com>  [4546efb5c9bd531992aeddf2ac1394a5fd71a7c2]

        add MIRR test case
        
        Change-Id: I7c16212b5f1832aa5d79c8e883fc5cd103f0657b
        Reviewed-on: https://gerrit.libreoffice.org/26925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5ce65d04fd3a6ca69be72e8415b74470c230f2e5]

        chart2: cleanup local var assignments
        
        and remove comments about a gcc 3.3 workaround.
        some comments went obsolete with other commits
        like 367105e0248c7b80b60b2554d04f5f248b4259b3
        
        Change-Id: I15fff464e2f71a6ade29c141bb17216770f54ced
        Reviewed-on: https://gerrit.libreoffice.org/27127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [22023b104cd1e024aecc28a6161bea519a584407]

        vcl lok: fix missing paints due to zero-sized windows
        
        How to reproduce the problem: open an Impress presentation in
        gtktiledviewer, create two views. Start editing the text of a shape in
        one view -> nothing happens in the other view.
        
        There is no invalidation in the other view, as
        sdr::contact::ViewContact::AddViewObjectContact() is not called for
        either of the views. Editing with a single view only worked as when
        clicking into the shape, the ViewObjectContact is created.
        
        On the desktop, those ViewObjectContacts are created on the first paint
        of the slide, but in the LOK case the vcl::Window instances had a 0x0
        size, so an invalidation didn't result in a paint -> no
        ViewObjectContact was created -> no LOK invalidation was sent.
        
        No testcase, as I didn't manage to write code that actually triggers the
        failure under cppunit with the fix reverted.
        
        Change-Id: If29fcea4258a45f3d6d9aab284445756609fa13c
        Reviewed-on: https://gerrit.libreoffice.org/27159
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-13  Xisco Fauli  <anistenis@gmail.com>  [7346a0cbea43f49578c5209da1416aa0b27fbddb]

        tdf#62525 vcl: use cow_wrapper for ImpXPolygon
        
        Change-Id: If3596f7b2b546f360774e995867d18c9ba543737
        Reviewed-on: https://gerrit.libreoffice.org/26785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Pranav Kant  <pranavk@collabora.co.uk>  [a54d466edc456be5dfd5c695c6b99f570e228916]

        lokdocview: This can be fired even without document
        
        ... so handle it and avoid the assert
        
        Change-Id: Ib244746fabeaf41b5ca927d94fc4c3bda19bef26

2016-07-13  Noel Grandin  <noel@peralex.com>  [c9b4e298137ed7c3112de533d44ddf56b1ebca6d]

        loplugin:constparams in tools
        
        Change-Id: Iea05efbb90a0a95fefd18ae9673095a31422f06c
        Reviewed-on: https://gerrit.libreoffice.org/27137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Pranav Kant  <pranavk@collabora.co.uk>  [5ff1e6bdf7f5b9db3b72d62537047fc45b7d104b]

        lokdocview: Add missing callbacks
        
        Change-Id: I2fd32bb210f1b5f0a090c29af707cb6ca6e8dd77

2016-07-13  Mark Page  <aptitude@btconnect.com>  [f7b1cd66167050afecf487e3d89ea12de74200b5]

        Moved SfxModule owner to SfxApplication
        
        ::GetAppData replaced with SfxApplication::GetModule
        that now returns SfxModule*
        
        SfxModule no longer registers self for ownership
        instead it is now registered using SfxApplication::SetModule
        
        Change-Id: Ifbbe1b2b4c5122da8e643b7926d47878d116c6c8
        Reviewed-on: https://gerrit.libreoffice.org/26914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-13  Eike Rathke  <erack@redhat.com>  [633413a37ee7442cd899db1269fd3ef404efe58a]

        Resolves: tdf#100768 accept empty missing argument also for first parameter
        
        ... and let the interpreter decide about validity. Only if at least two
        parameters are given, empty/omitted or not.
        
        Change-Id: I2d7070e56f616b1940ff577c43e257eabb81b412

2016-07-13  Eike Rathke  <erack@redhat.com>  [4f322f8c6edfceae31e5c61ee2506996083637bf]

        tdf#100759 pass empty Any for omitted missing argument to Add-In functions
        
        Add-In functions have to explicitly support a missing argument, not get a
        default 0 substitute value passed.
        
        For this, some already existing function test cases had to be adapted. YEARS
        and WEEKS last arguments are required, and the FVSCHEDULE and ODDLPRICE cases
        now work as in Excel.
        
        Change-Id: Iec362db2a23b431db5917613faad2ea88a09a89c

2016-07-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1c54cbf5bd811423ddfc29bea321510a1533d7d9]

        update credits
        
        Change-Id: I6d1fbba2231faaf3ef64564705cf5b1fbcc8433a

2016-07-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [7f980b43a79168dec3172ea7b9abe52c6f354bc0]

        tdf#99107: Unify single click behaviour across panels
        
        Change-Id: Ib182f6caae61eda5f85d241ddb1499671df0a28b
        Reviewed-on: https://gerrit.libreoffice.org/27134
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-12  Szymon Kłos  <eszkadev@gmail.com>  [0b7135a62b6ec91e1f03566c1fcada85833925ee]

        GSoC notebookbar: added priorities in Calc
        
        Change-Id: I8a2426e80411940aa295ed46eefca58c6864943a

2016-07-12  Michael Meeks  <michael.meeks@collabora.com>  [e9a1afbd3e12c6935cbacbff84b1b70fea0add85]

        tdf#100883 - opencl impls. that use SEH are still bad.
        
        Amazingly we fell-back to the old calculation path for
        crashes in older LibreOffices, might as well have this on master.
        
        Change-Id: Ifc1de41c93329207d7a1917c736e361d840c2821
        Reviewed-on: https://gerrit.libreoffice.org/27166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37204431c68a4725b4539fa35e9fcea4fe94c166]

        avoid name clash for CDataFormatTranslator in ftransl, tdf#100872
        
        E.g.
        http://crashreport.libreoffice.org/stats/signature/com::sun::star::datatransfer::DataFormatTranslator::create%28com::sun::star::uno::Reference%3Ccom::sun::star::uno::XComponentContext%3E%20const%20&%29
        
        Change-Id: I55d7fc9a83526de0cc5f838f0ee2c7e4649dbe6b
        Reviewed-on: https://gerrit.libreoffice.org/27157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa595c5da60ec525919e286bea1506eeff1fd5c0]

        remove my sleep statements
        
        Change-Id: I0fb35541863c1390c5a95e60539404547398cba3
        Reviewed-on: https://gerrit.libreoffice.org/27156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-12  Caolán McNamara  <caolanm@redhat.com>  [962e0bb4b31265b046fe4fb57d3087e20f5fe4ef]

        Related: rhbz#1351369 gtk3 clipboards have to live to end once created
        
        like the other platforms do
        
        Change-Id: I31340254573d13dc808d1e3038e3a36ae97f6c22

2016-07-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [60a465026f4db1e05f771d9e6f422d7063b0ccd4]

        Updated core Project: help  d17b91b6c497fa9b97ed6d588fcfb37bbdf1d0ad
        
        (Regular) tooltips can no longer be disabled…
        
        … so this is always true.
        
        Change-Id: I1154f86cd7dde358a669f6a3020119e9685ac83a
        

2016-07-12  Pranav Kant  <pranavk@collabora.co.uk>  [dd48972fc2b66ec2810db1a7cdf673fd5b0e9c40]

        Fix a warning when DontTerminateEdit is mentioned
        
        DontTerminateEdit was added in a5a71cea62ac3041006c5e9815ae2317999639ac
        
        Change-Id: Ia1d2ac626dbdeea689a1f36494963be18316127f
        Reviewed-on: https://gerrit.libreoffice.org/27161
        Reviewed-by: pranavk <pranavk@collabora.com>
        Tested-by: pranavk <pranavk@collabora.com>

2016-07-12  Stephan Bergmann  <sbergman@redhat.com>  [ba94c97644bf75d39eb30de30ef29b44ad83233d]

        loplugin:cstylecast: Better heuristic...
        
        to determine code shared between C and C++
        
        Change-Id: I1fadf69bf9d0a2bde527b7c3f2ec4c687d70e4ae

2016-07-12  Caolán McNamara  <caolanm@redhat.com>  [46b52c22bfb6b145af3c8407fd96321381e78d99]

        Resolves: tdf#100538 make searching in shape text a libreoffice-kit only thing
        
        This effectively reverts for the normal-app
        
        commit bdc1824ea7acfa2fe9d71cdbe57882acce155577
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Tue May 19 17:20:10 2015 +0200
        
            SwPaM::Find: search in shapes anchored to the range
        
        The catches are that...
        
        writer will use SvxSearchCmd::Find and not SvxSearchCmd::Replace when Replacing
        text, and replacing it afterwards. So replace doesn't work. It might be possible
        to mitigate that by passing down the m_bReplace to SwPam::Find and do a
        SvxSearchCmd::Replace on the editeng SearchAndReplace in that case and then change
        the return code to not-found/found-in-writer/found-in-drawing to figure out what
        to do there.
        
        regexps are disabled in the ui for draw/impress, maybe because they seem not be fully
        implemented right wrt matching empty paragraphs, so using regexps in writer and
        letting them into editeng via this loophole is new territory for the editengine
        
        I think if I was trying this I'd fix regexp in editengine, then try add
        searching/replacing in drawing boxes sort of at the end of searching in the
        main document, something like how searching in frames works.
        
        Change-Id: I2875b374a7ede8edd7f479254cbc2da36488abc8

2016-07-12  Eike Rathke  <erack@redhat.com>  [b43eece4680d149985382c8528119577ab3d7c2b]

        redemption argument must be >0 now, tdf#100766 follow-up
        
        Since 0759f31172253d6c5be3b938446ff1b8313adebd we check that, so test
        for error here.
        
        Change-Id: I395360d96ece31d8fb6a969c75d06b5e441c3051

2016-07-12  Takeshi Abe  <tabe@fixedpoint.jp>  [a323172a92434189ec14eff5b3ca0d6c3b63f269]

        starmath: no need to create temporary string for comparison
        
        Change-Id: I906ef285ec6164284924ca4771a6da758bd23fd6
        Reviewed-on: https://gerrit.libreoffice.org/27140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-12  Caolán McNamara  <caolanm@redhat.com>  [a563758746a6cd3900c88928c115275229617ed0]

        Resolves: tdf#100861 replace all doesn't work
        
        Revert "lool - search all - unit test failure - solved"
        
        This reverts commit d6f1ca24932ba85607ba3e526c5721132cd39252.
        
        Change-Id: I328ece1029955ff9f4e5043084d649898e3e8809

2016-07-12  Caolán McNamara  <caolanm@redhat.com>  [0e149c017d3ecd9523492bcc05d44d39746a4131]

        Related: tdf#100861 same selection recorded multiple times...
        
        in FindAll libreofficekit impress test
        
        on find all we loop through the textboxes searching for the string.
        
        We start by searching into the first textbox with the string in it.
        mbStringFound gets set to true and this first selection is reported.
        Now the current pos is still in that textbox at the end of the string.
        
        The next loop will find nothing in this textbox, but because mbStringFound
        was set in the earlier pass, the same selection gets reported again.
        
        The next loop will move to the next textbox.
        
        To keep this fix as simple as possible just check if the selection was
        the previously reported one and skip it if it is.
        
        I believe this is the problem that
        
        commit d6f1ca24932ba85607ba3e526c5721132cd39252
        Author: Marco Cecchetti <marco.cecchetti@collabora.com>
        Date:   Mon Jan 11 16:43:02 2016 +0100
        
            lool - search all - unit test failure - solved
        
        wanted to solve
        
        Change-Id: I30e7b9c581488b48fa27f138209f291063b459a3

2016-07-12  Stephan Bergmann  <sbergman@redhat.com>  [a6060e02f7f8c1966e5f54bbe186a445a74942e7]

        Fix typo relase_ChildImpl -> release_ChildImpl
        
        Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7

2016-07-12  Stephan Bergmann  <sbergman@redhat.com>  [9624bde1c36a3c1b86d8d88f97bc729ac4d65853]

        tdf#100866: Don't let exception pass connectivity::release
        
        ...which is only ever called from onexcept XInterface::release overrides:
        connectivity::release itself appears to be only called from
        connectivity::OSubComponent::relase_ChildImpl [sic], which in turn is only
        called from various XInterface::release overrides across connectivity.
        
        Change-Id: I94b682ec531acecd0ef9f8c100f67a71c361941e

2016-07-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e4b3772ef966fb3db8dfaa55dfc5f5582d61761d]

        tdf#100762 Add support for array arguments to NPV.
        
        Change-Id: I8935ed85df456bd5f86adf0392a19eb0b6a2f656
        Reviewed-on: https://gerrit.libreoffice.org/27034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [0759f31172253d6c5be3b938446ff1b8313adebd]

        tdf100766 : ODDLPRICE apply constraints to comply with ODFF1.2
        
        Change-Id: I7706a950b904603b6d87306e4a8faa0c4f0cc8d8
        Reviewed-on: https://gerrit.libreoffice.org/27006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [897049ef655d09f477c4c766221a5b1b42087d63]

        tdf#100729 ODDLYIELD : apply constraints in compliance with ODFF1.2
        
        (and Excel).
        
        Change-Id: I1cc40494fb2451a06864f770af7c33d26013dcaa
        Reviewed-on: https://gerrit.libreoffice.org/27002
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [2fd00e59ad6cf55c4fc621724de863947ef6dcf6]

        tdf#100528 follow up; filter nonsense results.
        
        With unrealistic depreciation rates (>100%), the caluculated amortisation
        value can be < 0. Although mathematically correct, financially this is
        nonsense. The patch returns 0.0 when the calculated amortisation values
        gets < 0.0. (Excel does the same.)
        
        Change-Id: I928bba647429ff6141abfdbd996d4562e31da746
        Reviewed-on: https://gerrit.libreoffice.org/26996
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [29089b562ea6d0137cf054d9710b7238e327aa4f]

        lokdocview: log the view id of the callback messages
        
        So that e.g. it's possible to see which invalidation affects which view.
        
        Change-Id: I6b6db2fa07eaecd1315ce8160c3b3b86e9e5a348
        Reviewed-on: https://gerrit.libreoffice.org/27138
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [3d4a68aa04d13de374641792d3d4981783045dbd]

        tdf#100767 make MIRR compliant with ODFF1.2
        
        Support array argument for values.
        At least one value must be positive and at least one value must be
        negative.
        Text and empty cells in the value range are ignored.
        
        Change-Id: I1c086767bd4cf997be40f5f58fde75a639acb132
        Reviewed-on: https://gerrit.libreoffice.org/27036
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Noel Grandin  <noel@peralex.com>  [e12fbdd64b83f988191b8d085c99467fd8a52555]

        only traverse the dtor's statements once
        
        rather than twice, once implicitly from TraverseCXXDestructorDecl and
        explicitly from VisitCXXDestructorDecl
        
        Change-Id: I62a794faa530f2b54b82c86de0629afa28f30091
        Reviewed-on: https://gerrit.libreoffice.org/27139
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0727e6e79994b66836841978a554b7f6855449dc]

        tdf#100842 Do not insert things in the middle of the number
        
        With fraction number format, if number is longer than number of digits in format
        jump to the beginning of number before inserting extras:
        strings, blank, star filling
        Do not do this for exponent of scientific format as it may contain
        unwanted 0 at beginning.
        
        Change-Id: Ide99f5cba198f76541f0e4e17b29469a99b57b9f
        Reviewed-on: https://gerrit.libreoffice.org/27097
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8192da8e4de7a058ef95253f992f4143f83fa0f1]

        tdf#100600 sfx2 classification: never replace the control with label
        
        Thanks to Caolán McNamara for pointing out where is the condition of the
        replacement in VCL.
        
        Change-Id: I7e1ef4a016a37b25e084c4c6467a42ca557069a4
        Reviewed-on: https://gerrit.libreoffice.org/27133
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-12  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [b0d96a82a4f6a0832d03d185f4a53db669adcc99]

        tdf#51524 Preserve hidden column width after saving into .xlsx and .xls
        
        Change-Id: I7f69a1e8f8ef46d8b0ab889df30498ec54917230
        Reviewed-on: https://gerrit.libreoffice.org/27035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4364e93bd71912b4b003c3260aaa6d86ff60ce79]

        fix installation set creation after 24e2ee04 broke it
        
        Change-Id: Id9ec8bfbe21e76294e0d84c78318d20cda33c969

2016-07-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [362a4c585efc62695cb2abe1c9bb00785aac9a8d]

        Updated core Project: help  3f158b0dba476baf0816ce22159860d6dea58084
        
        remove pointless (since empty) switchinline
        
        Change-Id: I4db96b80c90b312f2c79468388693cb9a934f525
        

2016-07-12  Michael Meeks  <michael.meeks@collabora.com>  [605a5dc088385ad21c33028d8107125c0316ddb1]

        opencl: bail out early in missing OpenCL case.
        
        Change-Id: I2ff1466ec89f4ad9743cedbfa5dd52be8bf86590
        Reviewed-on: https://gerrit.libreoffice.org/27136
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-12  Caolán McNamara  <caolanm@redhat.com>  [2e6608de95d0d845b6a2eccfaba7baebc992e7c8]

        fix assert about unsorted ids when search+replace in impress
        
        Change-Id: Ib4d549a18365f954cb3e35ac016a4c69803cff99

2016-07-12  Noel Grandin  <noel@peralex.com>  [03fefeec9988248cbc6ae8725720f4ca0df99871]

        new plugin constparams
        
        very basic detection of pointer and reference params that can be const.
        
        Off by default until the relevant changes have landed.
        
        Change-Id: I88bba4e67307e3fb0e11dad252ec59c913828763

2016-07-12  Noel Grandin  <noel@peralex.com>  [52b91f3454394a1792dec018804bf2c969f564e5]

        new loplugin fragiledestructor
        
        fix up a small number of places that it finds
        
        Change-Id: Iedc91e141edfb28f727454f698cd2155a7fd5bf4
        Reviewed-on: https://gerrit.libreoffice.org/26566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-12  Michael Meeks  <michael.meeks@collabora.com>  [c44726c48228d9c6a5960e302b1c0bd16b0099c4]

        desktop: validate OpenCL drivers before use.
        
        OpenCL validation needs to happen before drivers are used in
        anger. This should isolate any crashes, and/or mis-behavior to
        We use app version, CL driver version and file time-stamp to
        trigger re-testing the device. If anything fails: hard disable
        OpenCL.
        
        We use an opencl validation sheet (cl-test.ods) and install it.
        It is a minimal CL set - it requires a very short formula group
        length, and combines several CL functions into few formulae to
        test more.
        
        The sheet structure, in particular the manual squaring / SQRT is
        necessary to stick within the default CL subset, and ensure that
        formulae are CL enabled from the root of the dependency tree up.
        
        Change-Id: I18682dbdf9a8ba9c16d52bad4447e9acce97f0a3
        Reviewed-on: https://gerrit.libreoffice.org/27131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-12  Stephan Bergmann  <sbergman@redhat.com>  [9c711f05fa10dc70e4257a1f48d43f539353541a]

        Remove bogus dependency from opencl to configmgr
        
        Since f41eb66302208f384a475fb20c98b6d1b0676cb6 "opencl: OpenCLZone, detect CL
        device change and disable CL on crash" vcl links against opencl (so indirectly
        linked against configmgr), which caused CppunitTest_configmgr_unit to include
        the configmgr object files both statically (through
        gb_CppunitTest_use_library_objects) and through the linked-in configmgr dynamic
        library, which in turn caused ASan builds to report an ODR violation for a
        doubly defined 'typeinfo name for configmgr::Access'.
        
        Change-Id: I9ae8637ac02c116dd2d03017f2ebb4004f4b14ad

2016-07-12  Stephan Bergmann  <sbergman@redhat.com>  [cd1e2f5cc3a97d48b12d858cd74275f51c4de268]

        Avoid global data with (non-constexpr) ctors/dtors
        
        Change-Id: I787ec685275d119dd4eea86f51b6dd85bc0260d1

2016-07-12  Justin Luth  <justin_luth@sil.org>  [ecea3431ca761369d8180a74eba2877533050516]

        tdf75573 docx - complete frames before starting alternate streams
        
        An unused odd header was set to be discarded.  The handling of
        unregistered frames occurred at the same time, and thus ended up
        being discarded as well.
        
        Since a frame shouldn't encompass both the alternate stream
        and the current stream, finalize any unfinished frames first.
        
        Change-Id: Ie9123769724da461dd265936aa6b97de7f4dfbbc
        Reviewed-on: https://gerrit.libreoffice.org/26972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [43bc09d6ddfafe4989f922ac2b41f0ac2bedc136]

        chart2: make m_aEntryMap a non member constant
        
        Change-Id: Ic45ba10808ea2ce6bc6520bb4222cd8b3ebd8ea6
        Reviewed-on: https://gerrit.libreoffice.org/27098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0168bdc2310223fd8b7035a73d0fc850ecf07827]

        Vivid Template: Thumbnail image with english text
        
        Instead of German
        
        Change-Id: I9ea57164f5daf1daef578b05a982cc4ed3259a90

2016-07-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [96c4ef44ae7b86edc5b7b20d88ee5caf2ddf5a45]

        Metropolis template: Change color to white
        
        Black color on blue background is not very readable.
        
        Change-Id: Idd23ba21cea036e8b660f98c10f9ab527ef95937

2016-07-11  Marco Cecchetti  <marco.cecchetti@collabora.com>  [83d5a4a9c256eaef4c04f799db38b373d9cff4d5]

        calc - perf test for formula group S/W interpreter
        
        Change-Id: Ifebfbff0a1d0ee9ceb801bb6b647a26573254b28
        Reviewed-on: https://gerrit.libreoffice.org/27129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [38f7902f4551cbd2770e84f6df45e3c78271b800]

        Impress: Add new template "Pencil"
        
        * From https://wiki.documentfoundation.org/Design/Whiteboards/Templates_for_LibreOffice_5.0
        * Submitted under CC0
        * Slightly modified by me
        
        Change-Id: Ie5d3b0ba5561f8ac6796666a2c522acd71c3f0fe

2016-07-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [24e2ee04ff33bebd7ce426f8d927f43ad8497b22]

        Move all Impress Templates in one folder
        
        Change-Id: Ifad82946403f11a44147d2569063bb4af635393c
        Reviewed-on: https://gerrit.libreoffice.org/27126
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e75d38367a7b502a6f98fceb2a9cdc0ab52902f3]

        Impress: Add new template "Vivid"
        
        * From https://wiki.documentfoundation.org/Design/Whiteboards/Templates_for_LibreOffice_5.0
        * Submitted under CC0
        * Slightly modified by me
        
        Change-Id: I4eab5a2a7314d355c20a13bb8ece8e005f31ab35
        Reviewed-on: https://gerrit.libreoffice.org/27125
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [3510a48794ebe5d34364301a0bdaca10e66258dd]

        loplugin:literaltoboolconversion: Better heuristic...
        
        to determine code shared between C and C++
        
        Change-Id: Ib1f3892b388ebd6a67cc88831a99dfb4ccdfbc2f

2016-07-11  Caolán McNamara  <caolanm@redhat.com>  [27ca06cbca5a483695009089a1107dbf55b3b9f5]

        Fix a SolarMutex assert
        
        take the document of https://bugs.documentfoundation.org/attachment.cgi?id=125819
        select the text shape and use file->edit and the solarmutex assert happens
        inside SetTextToSelected_Impl
        
        so move the mutex up a little
        
        Change-Id: I972c4886a200a87ed10f49e36937defdbf5d9525

2016-07-11  Szymon Kłos  <eszkadev@gmail.com>  [0240927c82822059e2a8e42f29b2766f2ff6c73d]

        GSoC notebookbar: added priorities in all Writer tabs
        
        Change-Id: Ib9ac09392f0e50cdd5577b579e5f19d362a53a0e

2016-07-11  Szymon Kłos  <eszkadev@gmail.com>  [855007f94c28735c954b0ce007e97fe7e26d9203]

        GSoC notebookbar: File tab
        
        Change-Id: I98640b0b4585b2fe1088b13b07dce82a185fd8bf

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [744c924754accf77514599f660af52480999c144]

        Adapt to Clang 3.4 again
        
        Change-Id: I33c1cee01593b06efca6e1aae283ce80d5cd77be

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [d1c0a77ed1ba96b29e9b260b9ea1696634a9a094]

        getFactory only called with nullptr "key" argument
        
        Change-Id: I5148e1902cb3c1d2bb87b623dfd843ccadf6c430

2016-07-11  Caolán McNamara  <caolanm@redhat.com>  [19694ee33b6605e0b881392ad98eeec164ea770c]

        Related: tdf#100573 try a different approach to solving tdf#46637
        
        Try scrolling to the selected cell if its not fully visible already
        in SetCursorAtPoint to get the cell fully visible if possible
        
        Change-Id: I7ba6ee4196a2fab989a5a4ca1e391c863945176b

2016-07-11  Caolán McNamara  <caolanm@redhat.com>  [829dc5ddc53bf0c8e371dd5dd32a7edbf24cdbbf]

        Resolves: tdf#100573 revert original attempt to resolves tdf#46637
        
        Revert "tdf#46637 - Make partially visible cells fully visible on mouse click"
        
        this can be safely backported to 5-2 series as a standalone revert
        
        This reverts commit 08f6107edf3021c31571769e45f7c4b5267d6924.

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [a88cfade0878754f98ffe1ed0dbfc7ea17528166]

        int -> bool
        
        Change-Id: I8e8bedcc510a895cda90c9979bf75afca0ea9071

2016-07-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [09f6bfadad0be9ebe24abcde1876a0b2d0c9fd97]

        tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.
        
        Non-integer values should be truncated as Excel does.
        Also, make the function return an error with negative values.
        
        Change-Id: I6a8ce1fb82d20294d9398ca2af308f88b51d5e82
        Reviewed-on: https://gerrit.libreoffice.org/27096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [3d76efdaad84e288e5e85b4f25e69892fec12f25]

        tdf#100811 Add extra conversion units to ODFF function CONVERT
        
        for full compliance with ODFF1.2.
        (UI name of function still is CONVERT_ADD.)
        
        Change-Id: I6b620c35a5be2bb7195ff0e569dfe6c9cf63ad6d
        Reviewed-on: https://gerrit.libreoffice.org/27106
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [b451c312384c4d62edd246d9ecb7fd99f6c8861a]

        loplugin:staticcall
        
        Change-Id: Ie3f403560ddd9fcdf560b2705bf6b70be28d7d45

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [9f994a9753fa134b2594b32b3b8ec1c1d13f0442]

        loplugin:staticmethods
        
        Change-Id: If898ac15d958d4f0a5bcf0062a8d9869ef5e84e5

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [6f8d047519c8e80371a646ce4bad8f7304aab6ea]

        loplugin:salbool: Better heuristic to determine code shared between C and C++
        
        Change-Id: I09c9c57d5adeb665cc2508fad9727085a3289bfb

2016-07-11  David Tardon  <dtardon@redhat.com>  [c726059adf71f9c812df3363b4902c52023827b6]

        tdf#97195 fix crash in diamond shape transition
        
        The setScene() function was a hack from the beginning--it was only
        introduced to avoid the need to override displaySlides_() in
        DiamondTransition. And it worked until someone started to make false
        assumptions about the scene, like that it is unchanging or that both
        slides have the same (non-zero) number of elements...
        
        Change-Id: I401cccc4dfbcba0a5f5544d3aac94d1cae027c99

2016-07-11  Jan Holesovsky  <kendy@collabora.com>  [a125527a0d1a81a3f1089cebbb91dbc5e7890b68]

        Fix --enable-mergelibs build.
        
        Change-Id: I839b9f8769508b8b4cc4e766db51188353767b0c

2016-07-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f76a151bd5d1712396414387f29cf4c281144213]

        Remove these from the customization dialog
        
        Looks like copy&paste, no need for these to be here (have no label also)
        
        Change-Id: Iad51bf19d01635f787e2a3f76a32fecaeb9bb656
        Reviewed-on: https://gerrit.libreoffice.org/27113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-11  slideon  <adamkasztenny@gmail.com>  [740771c506233732b2678562bb4d1c0d98cd6d0c]

        Add test for empty Calc doc defaults
        
        Checking boolean values of many properties for an empty
        Calc doc.
        
        Change-Id: I54ab4975e65600db4362d94f421f40f794643938
        Reviewed-on: https://gerrit.libreoffice.org/27080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-11  Szymon Kłos  <eszkadev@gmail.com>  [9ade2ec1acfbeb8317a30edb85b6bb565be9a944]

        GSoC notebookbar: added image tab in the Writer
        
        Change-Id: Id72bf97fe31625c63bb16b7796c22661cb6fe008
        Reviewed-on: https://gerrit.libreoffice.org/27109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-11  Szymon Kłos  <eszkadev@gmail.com>  [4f71b88ad0ee71aead9ef20bb6efa58c5e1753b9]

        GSoC notebookbar: impress table tab
        
        Change-Id: I50338e2f5405171785ea610a9febc3d4f5df96e5
        Reviewed-on: https://gerrit.libreoffice.org/27052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [f541b99855bd70781f8d7d655ab259ff9eb596f0]

        loplugin:nullptr: Better heuristic to determine code shared between C and C++
        
        Change-Id: I51e1c5fa4639e51fac90f92adf3d87d12960d589

2016-07-11  Caolán McNamara  <caolanm@redhat.com>  [545d5157f26b7fd3c5648ae6e727b1e1addca68f]

        Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindow
        
        from dialog and send the 'alt' to the active floating window, if there
        is one, before trying the menubar.
        
        so popups like the calc autofilter one can display their accelerators
        when alt is pressed
        
        Change-Id: I52e45b72885b1b0a7362cecc30e41d218a48a58d

2016-07-11  Eike Rathke  <erack@redhat.com>  [89a5464a21046821648ec77f03db8316ceb4e6f8]

        Resolves: tdf#100847 also external svEmptyCell is 0 in numeric context
        
        Regression of 243f19a1878d52a4074b59041dc3bc57ab84e417 that now
        differentiates between numeric and string content of external
        references' cells.
        
        Change-Id: I7a9635357cc7651353067a38f9ac8bc295f88546

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [3849758adc0592327568ff465ccf255786632b4b]

        loplugin:staticcall
        
        Change-Id: I800eef0517f063ff7e08a95de9da268fb0e9d621

2016-07-11  David Tardon  <dtardon@redhat.com>  [b0535f3944975c1f6cdadc149d70502843331f86]

        rhbz#1351292 correctly set edit mode
        
        ... when switching between different shells, e.g., from Outline to Slide
        master.
        
        Change-Id: I22ef6f6cac73c52fb1bedd97e653b4b57c5a7a24

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [db1be55072a792c536841f02af0bc7da362aa4fc]

        Prevent MSC from instantiating implicitly defined DLLPUBLIC member functions
        
        ...which would require some classes to be complete which are usually incomplete
        here and only happen to be complete with (implicit, on Windows) --enable-pch.
        
        Change-Id: I653d6376e9ee1a8509c0f1a0096af4559ef0702e

2016-07-11  Takeshi Abe  <tabe@fixedpoint.jp>  [a9d273ed8e05c2524a43ebbc548e1efe0c94c4bb]

        starmath: Prefer assert to SAL_WARN here
        
        as defined enum cases are exhausted.
        
        Change-Id: I6564cc0cd64d593f6aa02f0651ecb490bf7845bd
        Reviewed-on: https://gerrit.libreoffice.org/27081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-11  Michael Meeks  <michael.meeks@collabora.com>  [dead5dc1ae3baab5e25d641322d138dd3d242bff]

        tdf#99512 - opencl - restrict scope of vlookup optimization to doubles.
        
        Change-Id: Iab7316cb167f34c13adafe142af0fdd73eb7d04c
        Reviewed-on: https://gerrit.libreoffice.org/27100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-11  Caolán McNamara  <caolanm@redhat.com>  [d5bd18ecac5806b7b4e39a1919b6b56df0f94ce3]

        Resolves: tdf#100463 tolerence in contour editor doesn't work
        
        probably since
        
        commit f51f03a46102333bac6a7fe06bc8538492f413a5
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Wed Mar 5 12:24:14 2014 +0100
        
            Do not needlessly truncate MinMax argument before comparison with bounds
        
        Change-Id: I5c92f0af3e05ad68ed88fa860b36e8426e160bf9

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [99db9f2295eb9a8b3288df9798a292b8d6e1b854]

        Make --enable-symbols orthogonal to --enable-debug/-dbgutil
        
        Change-Id: I523bc1d848e40489370eefe00046e0a257ed2505
        Reviewed-on: https://gerrit.libreoffice.org/27058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [436ee0989d1bc321886fac5a3507fc1d16650abd]

        Get rid of odd ENABLE_SYMBOLS=FALSE
        
        * None of the other ENABLE_* support anything but TRUE or empty.
        
        * Other checks for -n "$ENABLE_SYMBOLS" in configure.ac are confused by it.
        
        * solenv/gbuild/gbuild.help.txt talks about "If not empty", not mentioning "FALSE".
        
        * A missing (redundant) explicit --disable-symbols left gb_SYMBOL uninitialized
          (instead of setting it to $(false))---but without consequences, as all the places
          checking gb_SYMBOL explicitly check for $(true).
        
        Change-Id: Id004189de27a7936862dab3a5fd84d549c06af2b
        Reviewed-on: https://gerrit.libreoffice.org/27057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [bccb43027e8198ef6b112dd7632d0782a23b557e]

        Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGS
        
        ...in preparation of making them orthogonal
        
        Change-Id: If75b334c954138b3aed4f8d1ac33061a2267ad52
        Reviewed-on: https://gerrit.libreoffice.org/27056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-11  Stephan Bergmann  <sbergman@redhat.com>  [7659a47a3d7789a0ce6d2ab17119970faa277e29]

        Centralize setting gb_DEBUGINFO_FLAGS for gb_SYMBOL in LinkTarget.mk
        
        Change-Id: Ie8ca63d48f66833a778342af8fbe19006fb6f143
        Reviewed-on: https://gerrit.libreoffice.org/27055
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [85dccfb3496b2ed3a56e5cce8940227023a77e1e]

        sw: prefix members of SwColumnPage
        
        Change-Id: I94bc95a25ac11de419f18490b7d466ee22631778
        Reviewed-on: https://gerrit.libreoffice.org/27095
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-11  Noel Grandin  <noel@peralex.com>  [3fa31e224881f3ba277639abd49f13f184f088a2]

        removed deprecated FileDialogHelper::SetDisplayDirectory
        
        and convert usage of it
        
        Change-Id: I2e3a71ec94492e5482bdf720d256e67adaf3f095
        Reviewed-on: https://gerrit.libreoffice.org/26951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-11  tymyjan  <tymyjan@yahoo.co.uk>  [e9bded5b87b491c0a0d7a62512e9c0923a08ce28]

        tdf#75280 Cleaning up of sal_uIntPtr usage #3
        
        Change-Id: I465d126652f4dd21c19ee6730466719445d835b3
        Reviewed-on: https://gerrit.libreoffice.org/27074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-11  Justin Luth  <justin_luth@sil.org>  [07fb94655f4745eb4e80bf6e8d4cdd95371f23bb]

        tdf#99090 docx export page-break only inside a paragraph
        
        If a paragraph hadn't been started yet, a w:r was being written directly in
        the /document/body which caused MSWord to complain about a corrupt document.
        
        Change-Id: Ie7f629869aab0f3d2405660a033c3f23bbd6baca
        Reviewed-on: https://gerrit.libreoffice.org/26771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-11  Arnold Dumas  <arnold@dumas.at>  [c0ca75f1af9a94dccfd1011eac8821bb1a316d6b]

        tdf#100726: Improve readability of OUString concatenations
        
        Change-Id: I31877a43e6fe3e9d6b36278673d40f3b14325972
        Reviewed-on: https://gerrit.libreoffice.org/27092
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-11  Arnaud Versini  <arnaud.versini@gmail.com>  [9b0995439e02981c47f6234b33e6e8988fadf315]

        BASIC : Remove useless 16bits Remove function from SbxArray
        
        Change-Id: I050a034437d3370a28c9e5ab47abee369e634f7d
        Reviewed-on: https://gerrit.libreoffice.org/27089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f41eb66302208f384a475fb20c98b6d1b0676cb6]

        opencl: OpenCLZone, detect CL device change and disable CL on crash
        
        Guard OpenCL calls with OpenCLZone, so if a OpenCL call crashes we
        detect this and disable OpenCL so next time the user doesn't encounter
        the crash at the same calculation because he has a broken OpenCL
        drivers. Similar has been implemented for OpenGL with good results.
        
        Additionaly we persistently remember a known good OpenCL device ID and
        driver version so we can match this and perform calculation tests when
        they change. This is to ensure that the selected OpenCL device performs
        as we expect. In this commit the calculation tests aren't included yet.
        
        Remove complex static initializer in opencl wrapper library.
        
        Change-Id: I1a8b81ee31298731efcf63dc6a476955afc035e9
        Reviewed-on: https://gerrit.libreoffice.org/27064
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-11  Mark Page  <aptitude@btconnect.com>  [b8c8b0d0c2bb2a1ce61e4d94d0a3e0636db658fa]

        Modify ImpGraphic class, GraphicReader context to use unique ptr
        
        Change-Id: I51c3995f4a6e940a5235524eb94dd356b27ae8d7
        Reviewed-on: https://gerrit.libreoffice.org/26955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-11  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a4d40892b78070c9e54e0c8a30ed20d3395e68cd]

        Fix typos
        
        Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
        Reviewed-on: https://gerrit.libreoffice.org/27088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-07-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54f83fee8451928b7078c0f9c96ec4187309bc00]

        tdf#56818, use SolarMutex instead of own Mutex
        
        There is a SolarMutexReleaser in the call chain so that using an own
        mutex can deadlock.
        
        Change-Id: I1dd0b0c78ce6cf436a470319e616099cb947b6e0
        Reviewed-on: https://gerrit.libreoffice.org/27085
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60362e62ad5c9982ac7a0afec74f714cf0d9efa7]

        rename variable to reflect that it is not a reference
        
        Change-Id: Ifcc15e2a500bdc77dd21e96eea3873c3e78e7e55
        Reviewed-on: https://gerrit.libreoffice.org/27086
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-10  Stephan Bergmann  <sbergman@redhat.com>  [900dad1e857949762bfdc328b652ea38ca385e19]

        loplugin:unreffun
        
        Change-Id: I8649e6bbe3b5c1189ef3c07bcbc1c2155d265b59

2016-07-10  Stephan Bergmann  <sbergman@redhat.com>  [435be8e8e15e5f0c6d156f55378baf2aa9460bac]

        Remove redundant SvxGet* wrappers around LinguMgr functions
        
        Change-Id: Ic431ce4880d0c1277ddb411ca59b3c8e8ca36518

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [c25ee07a77a5ff278804aa3dbd8dbfcc3ac3ca46]

        Related: tdf#100632 naming consistency
        
        Position X/Position Y in dialog vs. Horizontal/Vertical in Sidebar
        
        Change-Id: Ib5e1eb6dd891bd8817acf2de8f83790043b6d6cb

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [0e69b6bcc5baaf1f524e70c2bbb41836b597bbb4]

        so the global Application GetAutoMnemonic is always true, simplify
        
        Change-Id: I6c23273bd02841f72b489535f8a546e561df94e8

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [a97d67cd0bf0819d4559fa79d5fcbcd86222fe6a]

        ditch the application per-language IsAutoMnemonicEnabled setting
        
        Change-Id: I9734ada09edb6544a332893a7c5d31730b0d081d

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4]

        ditch the multiply dialog width * X where X is based on language thing
        
        Which should be unnecessary since the vcl layout work and optimal size widgets,
        and its a small and arbitary set of languages for which its set.
        
        Change-Id: Ifa397218510ade251f795cdd9360d6bdccb115b7

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [ec950f8ebb2745ccff2275dcc09d2034cd73dfeb]

        ditch the font/screen-scaling thing
        
        its of limited utility wrt the vcl layout work and optimal size widgets,
        and its confuses people looking for hidpi settings
        
        Change-Id: I37d21b480446f9fe2845b3a2d9fd59cdeddf1a93

2016-07-10  Henry Castro  <hcastro@collabora.com>  [cc8ffd0f49662aaa9d754239c071b207327c896f]

        lok: disable unused UNO commands
        
        Change-Id: I9804c1c8528747e719971f51b59d0a01a9fba878
        Reviewed-on: https://gerrit.libreoffice.org/27091
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-10  Caolán McNamara  <caolanm@redhat.com>  [3749bea854890e916e263b1a3c888d36556430de]

        making a disabled image from a 1 bit depth icon gives index asserts
        
        cause the disabled color cannot be mapped to the 2 entries in the
        palette, so use 8bit dests if the src is 1bit
        
        regression from
        
        commit 507d0ded64db51a8826d07c507f612a6c02c3869
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Dec 1 12:18:57 2015 +0000
        
            keep disable image at same depth as original
        
        seen when clicking on the image loaded from tdf#100632
        
        Change-Id: Ic69bccfa0fc86707b4fd9e757d8374d80e4b0071

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [272e761a13a6f58333cd574831852233e688d934]

        split the assert into two
        
        Change-Id: Iab515327c9ba6ad9b22d68971f097b6848e704ea
        Reviewed-on: https://gerrit.libreoffice.org/27084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f5af917e3b91037002419ba33c6921a74ca7d4e1]

        uitest: running uitests under gdb makefile part
        
        Change-Id: If1e1d9217cfcc1f51fa611457ac7758fd2d9960b

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24460da8d18bcc0df87824a1402080a97a8797ab]

        Menu's dispose needs non-zero ref count, tdf#100829
        
        Change-Id: Ie1db4aa8ab2487b9ef058478a2f86d43cf8eba41

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [098d4a3b3f46213794e061a407eb40e9dc6c78d5]

        uitest: support the gdb param also in the uitest runner
        
        Change-Id: I86833d9fdf42199480f1d448c56e63ff22d4923e

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbc1f7b70262a40fdf7227ff589646ba459cdcc3]

        uitest: support starting the LibO with gdb
        
        Change-Id: I23fe7563b3d0fe8084541d702583bc38997413ac

2016-07-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5875ef76bf34b2f5dafe6cc1d25267bd5203685]

        uitest: handle the new template dialog in impress
        
        Change-Id: I98507b0e810db88ad94ea093db2d7dc7f495e7ab

2016-07-09  Caolán McNamara  <caolanm@redhat.com>  [903e60753f4cf8fb03e27ed312a699f72ac1649a]

        Resolves: tdf#100732 hang closing Print Preview with X-icon on menubar
        
        triggered by change...
        
        commit f9bb13419549d621ffd55d9d81e0732a89560e2e
        Author: Juergen Funk <juergen.funk_ml@cib.de>
        Date:   Fri May 13 10:42:17 2016 +0200
        
            tdf#99815 use XNotifyingDispatch in sfx2
        
        which allowed the problem introduced by...
        
        commit d0c3c24da2506bff1719a276f2eff34589fa7663
        Author: Kohei Yoshida <kohei.yoshida@gmail.com>
        Date:   Wed Jun 6 01:28:55 2012 -0400
        
            Check if the system window has a close handler, and if yes, call it.
        
            This allows the close event in the preview window to be handled in a
            custom fashion, instead of having it call the normal "close window"
            command.
        
        to show up
        
        Change-Id: I5c46fb7a49ae44fd748b5b7192aeb951c7d65191

2016-07-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [30f81c01d247cdffa0de86367d5f2be80887a251]

        tdf#100352 Make the watermarks and colored infobar work in Slovenian
        
        The elements <baf:Scale> and <baf:Identifier> must match the values
        set in sfx2/source/view/classificationhelper.cxx to work. I moved the
        translated words to their proper place.
        
        Change-Id: Id860a375654e371742ba15435d3e73506ef5ef0e
        Reviewed-on: https://gerrit.libreoffice.org/26685
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-07-09  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [fdd1c64821a81d653ddc911e35149ff969e2f198]

        GSOC: Adapt XLegacyFastParser to function like XParser.
        
        Made XFastParser to pass namespace prefix instead of URI for
        Unknown attributes and elements, Namespace handler is provided
        to resolve those. Test for XFastParser unknown elements is removed,
        since testing XLegacyFastParser indirectly tests that also.
        
        Change-Id: Ia41ff5d3d4c07cef0ca23ba858bfb2a94b91b1f5
        Reviewed-on: https://gerrit.libreoffice.org/26982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-09  Caolán McNamara  <caolanm@redhat.com>  [563dd59cdf84be980f4e0e2fb12566dd7e4a1633]

        Resolves: tdf#100809 Paragraph styles drop-down list
        
        Change-Id: I9453c3c877dcd39268f7c910e8918947bdeb8fd4

2016-07-09  Caolán McNamara  <caolanm@redhat.com>  [b05dade3edc9186af0fe093a501eed3d908ded5d]

        Resolves: tdf#90526 don't show splashscreen for -pt -or -p
        
        Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6

2016-07-09  Caolán McNamara  <caolanm@redhat.com>  [75ae1437397af2d4c7d16d0d11952c87105c582e]

        Resolves: tdf#71064 failed to open display with -h but not --help
        
        when there is no DISPLAY set
        
        Change-Id: Ic4f10d6f4781d01a05e51862b41311a2c1a3dc66

2016-07-09  Caolán McNamara  <caolanm@redhat.com>  [88a3cd7a39fc3dbbe8627c4bb1fc1195136df432]

        Resolves: tdf#78112 print preview underlines spelling errors...
        
        after unrelated display option used, e.g. display field shadings
        
        Change-Id: I61cb2456fb4b048fab571d0f2c57855ea4da0336

2016-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98cbfb087eed0d1defa6ef26385fcf47f95c05fc]

        uitest: kill the LibreOffice instance if it ignores terminate request
        
        Change-Id: I47c69878ebaa834eb75208ce8e5c26544e3e62bd

2016-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f2d8b1d5994e23a55d83a4604401383a153df18]

        uitest: throw an exception instead of crashing when we can't find child
        
        Change-Id: I0527a1d207a87b7ba8d2e65cb866fe3ea1f25af6

2016-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c75ff557b5121c3ea9f77e3c1fffeed69b783ae4]

        use EHs also for libcurl
        
        Change-Id: Ibcd97e298e63074bbabb71d11af12bd3ff3266e7
        Reviewed-on: https://gerrit.libreoffice.org/27070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-09  Matúš Kukan  <matus.kukan@gmail.com>  [e0192c0908412c4e1c47cea12ea1adef9b9b3973]

        Implement XServiceInfo for com.sun.star.comp.MemoryStream
        
        Change-Id: Ie5499d2ac4aac67dc73fdc58958443b8060c4139

2016-07-09  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [5f37f56088eae48508336d68100b68cca407668a]

        tdf#74608 Constructor function for MemoryStream
        
        Change-Id: I5b0667c4c2808913cde686afa7315ef2319b4d49

2016-07-09  tymyjan  <tymyjan@yahoo.co.uk>  [5a6ab81651a98dd726ab7d40101dc81f62895fd4]

        tdf#75280 Cleaning up of sal_uIntPtr usage #2
        
        Change-Id: I673d99a61b6805e8ad2ef91736839620283a898c
        Reviewed-on: https://gerrit.libreoffice.org/27063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81889ab4ce49e83ef4914dbff403b839c718a08a]

        tdf#100820: missing nullptr check in writer's apphdl.cxx
        
        Change-Id: I32c22b1e2c6ee23ca712bde7b7f86dada654b802
        Reviewed-on: https://gerrit.libreoffice.org/27067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-09  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c11c4a11d0b441c7156e0e1420bdc3afca4224e3]

        add DEGREES, EUROCONVERT, EVEN, EXP test case
        
        Change-Id: I64019554f52409057d4f1bc60dc954be8948df3e
        Reviewed-on: https://gerrit.libreoffice.org/27066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e758bbdf21b865ecc76f5bb33d00fa2793b5320]

        fix typo in jenkins config
        
        Change-Id: Iff1298d01d5e453d6d2559d28e086e7f6dd444a1

2016-07-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc02dff0c6f28b68333d09b2399d66d41ba6fafc]

        add configs for new gerrit build under jenkins
        
        Change-Id: I2ba40b1b1a3d35bc851e675d87fcffc1adfdff0f

2016-07-08  Rishabh Kumar  <kris.kr296@gmail.com>  [934552238ff72fa961c8789560ec0ee00621c279]

        Add XBitmapList to SvxPresetListBox
        
        Change-Id: I163e39c7e2830164059e22d5dbc4249c84e3dffc
        Reviewed-on: https://gerrit.libreoffice.org/27023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [70969e6663c0563d95c7fd6fc8909b334158b4b4]

        loplugin:vclwidgets
        
        Change-Id: I6dac37005782042e2599a2895600c1bfede90beb

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [c7fc9c87622e99316e2c17fe6bdc7f3a04f71fbd]

        loplugin:loopvartoosmall
        
        Change-Id: I43bf298321c905514602e3c73d2d6a719e8d81cc

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [22663a12c35753977253699fbc61441acdce27ec]

        loplugin:staticmethods
        
        Change-Id: Ia9a3b93df2c885a56705b35b88fe0a8f50a10b74

2016-07-08  Eike Rathke  <erack@redhat.com>  [6d4f2dcc7cbba771e9d9b00de50368db4a88ef1b]

        Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar
        
        ... implementing signed years with year 0 gap.
        Date(31,12,-1) last day BCE
        Date(1,1,1) first day CE
        
        New class Date member functions:
        * AddYears(sal_Int16) to be used instead of
          aDate.SetYear(aDate.GetYear()+sal_Int16) to handle year 0 gap.
        * convenience GetNextYear() to be used insted of GetYear()+1
        * convenience GetPrevYear() to be used insted of GetYear()-1
        * AddMonths(sal_Int32)
        * operator=(const css::util::Date&)
        
        New class DateTime member functions:
        * operator=(const css::util::DateTime&)
        
        Made some conversion ctors explicit, specifically Date(sal_Int32)
        
        Adapted hopefully all places that used a sal_uInt16 year to use
        sal_Int16 where appropriate.
        
        Eliminated some quirks in date handling found on the fly.
        
        Added era handling to i18npool icu calendar setting interface, which
        missing was responsible for 0001-01-01 entered in Calc being set as
        -0001-01-01, hence subtracting one day resulted in -0002-12-31.
        
        Change-Id: I77b39fba9599ebd5067d7864f6c9ebe01f6f578f
        Reviewed-on: https://gerrit.libreoffice.org/27049
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [06287b9c348281612854d67c4eb2e7a38dc722ca]

        Resolves: rhbz#1352881 turn off undo generation during undo
        
        Change-Id: I6aa4ceb09b252ad0b04d8e0a89d8c3327f565b49
        Reviewed-on: https://gerrit.libreoffice.org/26980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-08  Susobhan Ghosh  <susobhang70@gmail.com>  [ab9708e179762f97bd1a0ee4c0d4b439f1dabfd5]

        tdf#87643: Default Shapes Panel for Shapes Deck
        
        Change-Id: Ib3d4a32e70b6dc2ae0898846a27d3ffcb43c2a75
        Reviewed-on: https://gerrit.libreoffice.org/26770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-08  Rishabh Kumar  <kris.kr296@gmail.com>  [94a001bc62abc4e561e99fdd82c7eee46579fe4e]

        Make bitmap preset preview resizable
        
        Change-Id: I733994c93b598a357dfe24c525d74978d3f70237
        Reviewed-on: https://gerrit.libreoffice.org/27011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-08  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [731be5ca597a5c83d5bb82478058458a3779345b]

        GSOC: Added test case for mishandle of namespaces.
        
        Added a test case for misuse of namespace declaration and
        resolving an element name.
        
        Change-Id: Iadda81a82353de45418fff6315c2d9b94626126a
        Reviewed-on: https://gerrit.libreoffice.org/26661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-08  Eike Rathke  <erack@redhat.com>  [1e0f1b62c3162b858a331ebf823b5c1b61a4cf4e]

        GetStVarParams: unnecessary to count if we have a size anyway
        
        ... and streamline the error handling.
        
        Change-Id: Idbae0487aa7052aa39cb1dd8cb8d0072aef3c90c

2016-07-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [b9c9bf666b4eb7ee4568fe155a2c8b50a02c4ad5]

        tdf#100753 propagate error with VAR and STDEV functions.
        
        Change-Id: I1b3ece177f5586f5cd64a34d16193d01d4bd5bd9
        Reviewed-on: https://gerrit.libreoffice.org/26979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [aae1018af692fec4b983cc68db7cc13c27512b1e]

        SvxGetOrCreatePosDic parameter is unused
        
        ...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import", so kill
        the equally old "TODO: remove argument or provide SvxGetIgnoreAllList with the
        same one" comment for good now
        
        Change-Id: Ie7b64306b8d06fc72d0bb49cc1e5fa3b00f59d6b

2016-07-08  Armin Le Grand  <Armin.Le.Grand@cib.de>  [be08f61d6f4121079c534af386139db23d0dd2c3]

        Disabled async/parallel chart loading for now
        
        Need to check deeper for circumstances leading to problems
        
        Change-Id: I58c9601008edc53c958d59d04a30d11bc0c1bba3

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [f374e01af32c7752b31455642e7d76f2056a2aeb]

        Resolves: tdf#100813 crash during pagination of particular docx
        
        Change-Id: Id2c99cc6c5fe4c3a5bcf3c0b3f16b603cdd46239

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [d79ab5dc5824de2b00c14c66af339761bde9e9fc]

        DialogControlFlags::Mod1Tab is never set
        
        Change-Id: If681e1f296934c7e20934b0e000a3288f989ed35

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [af8c151f0af0aca74d6bde7132fae4098064d02f]

        ScrollFlags::NoErase is never set
        
        Change-Id: I0cd0140b26100c6cd6d91ad060526310ef2ba7f6

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [ddc6fe92a6d0b8f85260a25d7097ec821c4b54db]

        ScrollFlags::NoInvalidate is never set
        
        Change-Id: I7646b9572429540704a6f84734f647c10540825d

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [56f79350d2556d4c8336e768f33d02423b0a9fbb]

        ScrollFlags::NoWindowInvalidate never set
        
        Change-Id: Ib1f0f85fc6c1b68fcebdf94635536a9bdba06d93

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [3ec79d5a00ff71366c31e7f4b8b6ae9f8d80e820]

        PosSizeFlags::Dropdown is never set
        
        Change-Id: I22d43822a54ec80b01b889cb4ab32073fdd2a3d0

2016-07-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ddd78b0706cb6ac67867f3ce3d23f6076d14df50]

        tdf#100052 sd: Add labels to insert before/after commands
        
        Change-Id: If3c273d8c579a30594b5570fced3f0617e9656a5
        Reviewed-on: https://gerrit.libreoffice.org/27047
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9d80c032febaaf72b0991ea7add30af506af820a]

        loplugin:redundantcast: redundant static_casts
        
        Change-Id: I4d50b77745d68a23136221ef06f327137e89fa7e

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [1257344e89e80715c35e621b7693f401f147bdf1]

        loplugin:redundantcast: redundant static_casts in xmloff
        
        Change-Id: I0893b51a3c7e48451dd93bcda77e9005d6eb799c

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [0ce1ecab48fc9fd9713359728dd1a10746600541]

        loplugin:redundantcast: redundant static_casts in vcl
        
        Change-Id: Ib543e45d8eb1d54ef5c27769c601379fe615b23d

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [167e055b91fa97063985253a8e5d73a2b712a26b]

        loplugin:redundantcast: redundant static_casts in unoxml
        
        Change-Id: I75db798c0b7d6951fc278b91f4162fa7c7ffd79c

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [2e23166be8a1f33ec0023b70acd8a098c0d18b84]

        loplugin:redundantcast: redundant static_casts in ucb
        
        Change-Id: Ifd6a843ce5af9409512c4303a103fdc158e38c40

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [fdbe9a90bc5f39d59fd5dbbd0a198bc95360abcd]

        loplugin:redundantcast: redundant static_casts in toolkit
        
        Change-Id: Iee61c812384e24a9ac68f1e0ee4ba590838442ca

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [e26dfe3a29eed9982cd8e6e3df4912a6210d09b0]

        loplugin:redundantcast: redundant static_casts in sw
        
        Change-Id: I09c1ebaf5742e983ee05942a4c7c17c6aa5179cc

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9af0403ddc024b843c214eb43923692fb1dfd9eb]

        loplugin:redundantcast: redundant static_casts in svx
        
        Change-Id: I50ddaa998d28de04416f6406cc165fa863594a5c

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [92c517b9f9043ecea67128b097b49e6ae7c46683]

        loplugin:redundantcast: redundant static_casts in sot
        
        Change-Id: I29403dacedcff60f2d4c5818636db24fad4ab67e

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [0d4a49b23d6a0b206d3901a657d29944ad43007f]

        loplugin:redundantcast: redundant static_casts in sfx2
        
        Change-Id: If51f17f040866bbfb223f11a2571cc9f87f0599f

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [85185f8884278ace3024d38ac16739bf637eae1b]

        loplugin:redundantcast: redundant static_casts in sd
        
        Change-Id: I843ca15d3515273bd78bf9f111974f9be5252549

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [23cae677a4ad05ca3ca6b39ab30e11ae3c403378]

        loplugin:redundantcast: redundant static_casts in sc
        
        Change-Id: I20311bd69cff3a417f09b0faf5b5d125b81c22ff

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [025592c074ec4a21bab0db572aac1233462919ae]

        loplugin:redundantcast: redundant static_casts in sax
        
        Change-Id: I8f9398a0d6e362c8f786e17e63ec48e4c4f77866

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [f9279bc3dff109331b54f2b0096bd4fcc81da7ae]

        loplugin:redundantcast: redundant static_casts in sal
        
        Change-Id: I2641f16530ec7f1087c217a74aeb39b5c3a8aba5

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [028dbf78be00cf74c8b7af7f45906b50215219c0]

        loplugin:redundantcast: redundant static_casts in rsc
        
        Change-Id: I6cdc267965d787ac4caa6ccb9e277fff18f9841f

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [1b2a4dd785555dbcb79fcc2a1e2b604a0d706199]

        loplugin:redundantcast: redundant static_casts in jvmfwk
        
        Change-Id: I6aef36bd21043460e74b5e3d478665a35213bb1a

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9779398983825093c5038670f2e7db5838f4857b]

        loplugin:redundantcast: redundant static_casts in framework
        
        Change-Id: I3556fac0bd5100db44f389aeb9f64b635f3e0569

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [52e92d5622e8d94051d48fa97cf36d7c47fc0589]

        loplugin:redundantcast: redundant static_casts in editeng
        
        Change-Id: Ifc6d62fce28d540d07d95ec06c3a2b95030f1f0c

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9600746f224470d06a8ec1d383ec16fefe847002]

        loplugin:redundantcast: redundant static_casts in dbaccess
        
        Change-Id: Ia959a92044ba2fb7fef1938bd236e4a3a9f55908

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [45755853b8ccc11e4f52978337d0965675415b74]

        loplugin:redundantcast: redundant static_casts in cui
        
        Change-Id: I97385a4fade4794f5aebd0b65eaf4c92ed06bd66

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [8a75a6c105a67ee4604e4787773326ada5fb4679]

        loplugin:redundantcast: redundant static_casts in connectivity
        
        Change-Id: I2428e27f04b9f967c21ea0dd29eff6ee63167ec3

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [4aa7d9e63a86496d1538844c82165fd00a763f6b]

        loplugin:redundantcast: redundant static_casts in comphelper
        
        Change-Id: I6112c3cc40383d00ea134bdc650e457f942e0dcf

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [7fdbdc5367cc4e86affd4eeb36eb33c9dc4e411f]

        loplugin:redundantcast: redundant static_casts in basic
        
        Change-Id: I6504cb70518f8770a0d44b1fb4d8ad91e43dc2b6

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [e15fc694912e930957ca4402c7ec0027231a0f56]

        loplugin:redundantcast: redundant static_casts in basctl
        
        Change-Id: Iac1a400f37ee25bfbebbe95bb22f9708581899f4

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [62c564ccd2e2e665e56c2440e827c7aca330a46c]

        loplugin:redundantcast: redundant static_casts in animations
        
        Change-Id: I7449a82672d412a963eab7df793182af85b4cb53

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [e0fe01bb033b834e37b9340ea849557b346ee16e]

        Prepare for loplugin:redundantcast checking for redundant static_casts
        
        Change-Id: Id113c4e99e74c40b577841e3486aea295bbd0310

2016-07-08  David Tardon  <dtardon@redhat.com>  [4c28c8051ac99bd2a39ad06af35d87c2ddf2677e]

        tdf#100807 upload expat 2.2.0
        
        Change-Id: Ic059d9cc94d4a5cf016dcf63cf5a8bf9c05d8c8a
        Reviewed-on: https://gerrit.libreoffice.org/27037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [13a87348f018c93f05b64e10f0a7e1aaf6d58b17]

        cppcheck: noCopyConstructor
        
        Change-Id: Ic81697b8b1d826bf421a3b52f9a00f34536af8c8

2016-07-08  Susobhan Ghosh  <susobhang70@gmail.com>  [af69de6344d94f4fe3f469d425fe8c0117ab33cd]

        Use PageNumberListBox in cui
        
        Change-Id: Id7e71ade1946b5f33701a71073f1cc5a7870af6a
        Reviewed-on: https://gerrit.libreoffice.org/26564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-08  Akshay Deep  <akshaydeepiitr@gmail.com>  [1c39db584f9f1877a9fa5ce00e8d19dd997d8078]

        tdf#83054 Writer: Add "Go to Page" Entry in Edit Menu
        
        Change-Id: I09026910687b019fe33d4016612b8247ff076100
        Reviewed-on: https://gerrit.libreoffice.org/25949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [84059c853f15e0e3b1433193e8136350869c23d7]

        Resolves: rhbz#1352965 gtk3 infinite clipboard recursion with clipit installed
        
        Change-Id: Ib67afaf532b8409e05fffbf1b8312d664460567d

2016-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [af8419fa1d3cea57481e0e53518237eea2d9cdad]

        sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLE
        
        With this, in case a text cursor is turned into a graphic selection in
        view#0, then view#1 can also hide the text cursor of view#0.
        
        Change-Id: I7de89b8537ef8b0985336793b719d93733604bff
        Reviewed-on: https://gerrit.libreoffice.org/27044
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d1865293a66eb902237e70877226b7cec31105c]

        if mpCurrentProgram and pProgram are NULL this crashes
        
        See
        http://crashreport.libreoffice.org/stats/signature/OpenGLProgram::Reuse%28%29
        
        Change-Id: I2d1c9d9faff05d0d57a2c217a9ee594b1c22b61d
        Reviewed-on: https://gerrit.libreoffice.org/27043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Szymon Kłos  <eszkadev@gmail.com>  [d3dd6b5c41cbd16620bf53189b9c08ad5600fdc8]

        GSoC notebookbar: container with priority
        
        + extended vcl builder to parse priority
        + IPrioritable interface for controls with priorities
        + added IPrioritable as a base for VclContainer
        + Added PriorityHBox - box which shows controls if we have enough space
          PriorityHBox listen vcl events from SystemWindow to detect Resize
        
        Change-Id: I74ac1a80e7d0a061f5e7a8584dbb2abf956053c7
        Reviewed-on: https://gerrit.libreoffice.org/26983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [b39596b109e05e6b49687e072bcb1e0b39b21dcc]

        tdf#47813 Fix alignment for SmUnHorNode
        
        Originally SmUnHorNode::Arrange() was somewhat kludgy. This change
        implements a similar manner with SmBinHorNode::Arrange().
        
        Change-Id: Ic18d2e7f70becfabb2c651719926e358a4585526
        Reviewed-on: https://gerrit.libreoffice.org/26841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [17cb84338d6921d012af1e1245f434f90bc25142]

        Resolves: tdf#100713 on cancel curData points to deleted parents vector entry
        
        Change-Id: Ic2f313c357ce9526eb045791e2d27451e52a7572

2016-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [2fcb8022a22b55b6680af57f2b101d56a3d88e36]

        starmath: Fix missing negation
        
        which was a regression from fa614231733800f4a961b77e36c86f8840d12251.
        
        Change-Id: Ia7bab72dbd6f82519024809cf6384e1442a02327
        Reviewed-on: https://gerrit.libreoffice.org/27033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [aac93f19ada5fca1b4239030dc010b52c8a537b2]

        don't need to link to these libraries anymore
        
        Change-Id: I0e9424180e0c909c35ed94436c08693fa32edbba

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [b2c6c91391f01faa287de18e59e4762031ef6ddc]

        Related: rhbz#100713 move extensions restart to a better place
        
        move it to when the dialog is closed rather than trying to
        launch it as soon as any modifications take place because
        those are happening during threaded code and the restart
        is always cancelled by the dialog itself leading to repeated
        restart dialogs
        
        Now at least it doesn't crash, but if we open an oxt on the command
        line, a restart will reopen it, which is probably not what we want.
        Maybe this restart on an extension modification is a bad idea in
        the first place.
        
        Change-Id: Ib7d6179e6703ed3353fce44c3e54f5be1c1dfa68

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [d44c1c2ca6072aae9ceea4be6796eeb15b7bed56]

        LinkParamNone can be complete but uninstantiatable
        
        Change-Id: I39bd23cd95ff97c6aeb00c9b02901ad6262767c1
        Reviewed-on: https://gerrit.libreoffice.org/27031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-08  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f80e6b9eade543bd1ebc4be4ae2ad5f3a1f8b643]

        renamed local var  'clipRegion' to silence werror
        
        Had to rename 'clipRegion' to 'localClipRegion' to silence
        a warning created by [-Werror=shadow]. The shadowed entry
        is a function definition, so in this case the warning is
        questionable and maybe unwanted by the compiler
        
        Change-Id: I05aa93ad1d9b34dc8e82a4a2a099cf8070c01463

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [467887d3c938b48d13f70e559e15ffd081de512d]

        Related: tdf#100713 fix more recent bug to try and see older bug...
        
        at the moment AddonsOptions::Notify is called with a null this
        which crashes during adding an extension
        
        regression from...
        
        commit 3bdc5063f942b9ea3b6e39e707926fbc516c19f9
        Date:   Wed Jun 22 02:30:43 2016 +0200
        
            tdf#89329: use shared_ptr for pImpl in addonsoptions
        
        Change-Id: Ic28951e56bb8beca2a01ef2a1864eadcf3864e5b

2016-07-08  Caolán McNamara  <caolanm@redhat.com>  [efbe959732687d7a96041a3f7b90e817abbd8145]

        gtk3: this is why the active position in a menu jumps to some weird place
        
        if there is a reason for this then perhaps it needs to be protected
        with pEvent->window == widget_get_window(pThis->getMouseEventWidget()
        
        Change-Id: I714b67c3e6ace932a605dcd00d337c92c5fdfd19

2016-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9f50f2e52569f07abcdab668122571be9119ae1]

        CppunitTest_sal_rtl_ostring: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ie5168b9844dadd042bcbd825e8f48030ac1ef91c
        Reviewed-on: https://gerrit.libreoffice.org/27032
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6e226ab4ad52252c33d0abf770da5344d575459c]

        add BITXOR test case
        
        Change-Id: If70d48667d54258e0673f12a1ec05300c15f949c
        Reviewed-on: https://gerrit.libreoffice.org/26928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Justin Luth  <justin_luth@sil.org>  [a60b2f7c227709d27d6294558fd396557a9ffd20]

        tdf#64372 docx import: don't ignore continuous section break
        
        If the previous break was also a continuous section break,
        this break was simply ignored ever since
        commit 1fdd61db155cf63d5dd55cc2bfb45af33796e131.
        
        Thus, the default handler took over and assigned PROP_PAGE_DESC
        if there was some kind of page style known
        (either the first page/Standard defaults or any "converted" styles
        that had been created) which effectively became a new page break.
        
        Change-Id: I839570b0330ba274552cc671014e997c42765f4b
        Reviewed-on: https://gerrit.libreoffice.org/26567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8847d3ab4a5ea567f97b05181ed307135ade258]

        oox: indentation fixes
        
        These files had consistently no space between the "const" and "&", keep
        it that way.
        
        Change-Id: I5463c488d807344d67fb22ad544c049ea749be94

2016-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d1f51307d61d0b9a8a8e4847b9e7e5c0177322e]

        Upgrade libxmlsec to 1.2.21
        
        Obsoletes xmlsec1-ooxml.patch.1 and xmlsec1-vs2015.patch.1.
        
        Adds xmlsec1-keyinfo-revert.patch.1 till the LO side is adapted to the
        new xmlsec requirements.
        
        Change-Id: I1a46ad8fd7e9c8b4fa7a97591a1d90922969393d
        Reviewed-on: https://gerrit.libreoffice.org/24403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9960537e66868413c64014815deb698c3fa74758]

        add CEILING.PRECISE test case
        
        Change-Id: Id154e8033f8caa0d6ff9c6e5550005d9ac4a4659
        Reviewed-on: https://gerrit.libreoffice.org/27010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1c72b4fe1511455f956651153b907017721c1df1]

        add ODDLPRICE test case
        
        Change-Id: Id788779808e6c6a362d5e793ed9eb6a22be23ae7
        Reviewed-on: https://gerrit.libreoffice.org/26924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ba0ff617fb7d37409fb6aceec36dd9de62ea5789]

        add IFNA test case
        
        Change-Id: I0d5a4a86166c52ad619112d01e3b5e00488c8578
        Reviewed-on: https://gerrit.libreoffice.org/26927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [6762a87618f7e1755539d6a5764ea45c3a495fa5]

        add CEILING.MATH test case
        
        Change-Id: I4914056ffc3fff08c94058f7593ad616ad487386
        Reviewed-on: https://gerrit.libreoffice.org/27008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9b2f818895665244cc99b748aee931affb752723]

        add CEILING.XCL test case
        
        Change-Id: If17b2cf3488e86d7c8cd8d022f6f4d0629cc95fb
        Reviewed-on: https://gerrit.libreoffice.org/27014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-08  Stephan Bergmann  <sbergman@redhat.com>  [97be7f906daa5ff639c7869857261550e02d99ee]

        loplugin:nullptr
        
        Change-Id: I5878df00006ca8a1b4e249c4b3775f21c610d151

2016-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54f2a4184d1296814e64cfeab1d06ae90d002357]

        tdf#100295: try to cover second place in curl using GetTickCount64
        
        Change-Id: I08e51f70c7b0c92a8c1b8b06e7eb2f1437e2f3f4
        Reviewed-on: https://gerrit.libreoffice.org/27025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [00a9f80948d27bcc031969902aedd5fbfa08eaca]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Icd5cc30d88f514a724dfe4858d0077650584820d

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a9d87f33d229babcd898f9b5af575eb94b382a28]

        loplugin:nullptr
        
        Change-Id: Ic37247f1e4ffe5a32e2fbb73464dfdfa59a79296

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [63ed9d7f5b75f35ae49396de0c5f6a3216c494e1]

        Related: tdf#50613 use an own instance of ThreadPool
        
        Using the global ThreadPool (getSharedOptimalPool()) can lead to
        problems when more than one usage executes and one of them
        already calls waitUntilEmpty() what of course influences the
        other usage. Thus I added an own instance of ThreadPool for
        async loading of chart models in writer
        
        Change-Id: I4bea64af0d36e87081abec95c75574966d0fe5b9

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [5046ebd813b2c155698f9664b629ca5587b8a28b]

        tdf#82214 optimize PatternFillPrimitive and SVG
        
        Use buffering in the drawinglayer, and don't do slow stuff in the
        windows gdi renderer.
        
        Conflicts:
        	svgio/source/svgreader/svgstyleattributes.cxx
        
        Change-Id: Id955ee6a3b03e568c2678f02d77af35d2e5ba1d4

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [4609380bb0bde0d4437b72b752c1c24ee2950361]

        tdf#82214 optimize performance for primitives
        
        See svg bug doc, which is processed quite slowly. Beyond needing faster
        renderers, there is also demand to improve the handling of primitives
        created by SVG import.
        
        Conflicts:
        	drawinglayer/source/primitive2d/patternfillprimitive2d.cxx
        	vcl/win/gdi/gdiimpl.cxx
        
        Change-Id: I10992a5746b8b2d6b50e3ee3fe415a035685c9ba

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [c1f476d91805e6a9573bba3ea8f5f980e0ea7b54]

        tdf#99165 avoid passing empty control points for beziers
        
        Some graphic sub systems have problems to create correct
        geometry for fat line drawing when 'empty' control points
        are handed over for bezier curves. Avoid this by offering the
        mathematical correct default in that cases.
        
        Change-Id: I20f484ef4537076889d832d83581844690514acc

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [3dc8ee7d8eec40093af5df3113ef226bc59220ff]

        sw: tdf#50613 fix async chart load handling
        
        Especially if synchronous loading is requested, an async worker is on the way
        and we would need to 'wait' for the data.
        
        Change-Id: I20f9938738c1b46bda6b9a7f5a761e82153aed3b

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [68e8d075d92ae4002898a4665a9d7c50162c2511]

        sw: tdf#50613 fix waitFinished into a loop
        
        Change-Id: Ic8a720657c326d8d51bb3a73688b8f02b7096488

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9f0766917a4fb1bc8fe1786c3b46132dd63c1c66]

        tdf#50613 add support to load charts asynchronously
        
        Generating primitives for chart visualisation can be moved to a
        paralell executed task that loads the chart, thus speeding up
        initial visualization. This is not possible for e.g. PDF or print
        targets, only for edit visualization. On fallback, the replacement
        images of the charts are used which are metafiles and have less
        quality as primitives, but load quicker.
        
        Change-Id: I68caa9e1bec50832bce535b5f54633d53cdef037

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [de7d596d116b5231bff000a57be3fae481744bab]

        tdf#83360 avoid inconsistent connector path data
        
        When loading/importing connectors from ODF format, use the available path
        data _only_ if the redundant data of start and end point coordinates of
        path start/end and connector start/end is equal. This is to avoid using errorneous
        or inconsistent path data at import of foreign formats. LibO itself always
        writes out a consistent data set. Not using it when there is inconsistency
        is okay since the path data is completely redundant, just to avoid recalculation
        of the connector's layout at load time, no real information would be lost.
        A 'connected' end has prio to direct coordinate data in Start/EndPosition
        to the path data.
        
        Change-Id: Id5aff0889e1e61112b6185f2384b7922f90a16a9

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [64e1113916a6b19b30f95b454018528571ac84df]

        tdf#50613 buffer OLE primitives for charts
        
        If OLE is a chart, buffer the primitives used for presentation as
        info at the SwOLEObj, after getting them the first time using the
        ChartHelper.
        
        Change-Id: I6d7486185f6eac450de9328d37ea800f424f351b

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [30fdc46969f3c90c47cddf18d0dde640c8ea280e]

        tdf#50613 add close_path to correctly show closed polygons
        
        For closed polygons it is essential to add a close_path to
        correctly show the last line join.
        
        Change-Id: Ib6f37bbc5e85133f21a936b186eb0ab12773f7da

2016-07-07  Armin Le Grand  <Armin.Le.Grand@cib.de>  [cb382034b061b4acd4f0fd490f42af34517a7b8d]

        tdf#50613 speedup fat line drawing on linux using cairo
        
        Drawing fat lines is slow on linux due to X11 having no direct
        support for it. This leads to creating the PolyPolygon geometry
        for each fat line, then tesselate and draw as trapezoids. This
        is not buffered in any way and is done at each paint.
        As a side effect, fat lines composed of multiple anti-aliased
        lines also show errors since AA-ed edges do not add up graphically.
        Since we have cairo now available it makes sense to use it
        for fat line drawing, it is markedly faster despite being a software
        renderer. No such gains for PolyPolygons though.
        
        Change-Id: If4001556e2dd4c15ecf2587cad6ce1e864558f2d

2016-07-07  Rishabh Kumar  <kris.kr296@yahoo.in>  [8550366138d576123b9e66a1a7915a04026d79cd]

        Revert "Add XBitmapList to SvxPresetListBox"
        
        This reverts commit a38901295082ff72948a18fe9c82c37973061490.
        
        Change-Id: Ibfee6df54c24baf8b4e9cfc47be3f12e0ebd82a4
        Reviewed-on: https://gerrit.libreoffice.org/27020
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
        Tested-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-07  Mike Kaganski  <mike.kaganski@collabora.com>  [d1a32a01be704cf91ec1c2b779f21784e8c443a7]

        tdf#100783 Avoid infinite recursion in Content::getObject()
        
        With certain CMIS host URLs, it is possible that exception handler
        in Content::getObject() will recursively call itself with the same
        data (xParent from the same URL).
        
        This patch checks if the new URL is not the same as own, to avoid
        this.
        
        Change-Id: Ifaeb4ff27a9c809c5c96fa35ec190c3263a8fe62
        Reviewed-on: https://gerrit.libreoffice.org/26977
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-07-07  Rishabh Kumar  <kris.kr296@gmail.com>  [a38901295082ff72948a18fe9c82c37973061490]

        Add XBitmapList to SvxPresetListBox
        
        Change-Id: I104463039f3aad5d19b3badca9a104021acf3b94
        Reviewed-on: https://gerrit.libreoffice.org/27012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-07  Rishabh Kumar  <kris.kr296@gmail.com>  [bae5a12b04d6ea99729f69005ca9931148d7ee3b]

        Increase spacing between SvxPresetListBox entries
        
        Change-Id: Ia92ab9afd2cba5b5f327eb6ff722ea51ae5dba2f
        Reviewed-on: https://gerrit.libreoffice.org/27018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-07  Julien Nabet  <serval2412@yahoo.fr>  [0f54db1ce9a2d29a9f7cd0ce21de1f044df873de]

        Simplify a bit by using return iterator from vector erase func
        
        Change-Id: I5d927171cb05a253ef8f5f8abd9af11b499f9fc0
        Reviewed-on: https://gerrit.libreoffice.org/25786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-07-07  Rishabh Kumar  <kris.kr296@gmail.com>  [cdf3a3907e19111bc602f9697b2c158cd32adb23]

        Change fill styles correctly
        
        Change-Id: I0a20693d5db1df5f560acdf014aee05360854e9b
        Reviewed-on: https://gerrit.libreoffice.org/27016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [eba4f69a321c574abf5b936fb39141e0c4f92fda]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I76cfdcd031430dc10c464896af2e79221e9da0c3

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [3b6a0b1e66e6423ed3d5c96f4d1397b33c3a2548]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ie6dd8317cb5add8a5072dd6aca2833d2d22b78d9

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [8c81f307eef0c4eb66cf0994fa444b676650c7be]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ide1102f4dcc5f31de0f896b570fe453b8074454d

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [da7259b584678d51a2ea10e3d387c3a34d567414]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I0d1ee65be8a3e4b01454dba34bbeb4de58744853

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [04aed0574fdfd3f173c32d2370c8596e63fba3b1]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I7b11fa9efc507635506bfedb141ad02c2afa68c9

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [dad4ddbbde689340d90f0480b838577dbbe618fe]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I0add8faa004c14226ef76125a55dc9e82b37a488

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [69257ddb575829b1677afef90517e316b1b5bb12]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ia113176ebeca497c557ace01408467b17bcdfe31

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e4d7ed0394f39f77b3f99abff327e845e3b52083]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I1d02b91f908c744dd3f7664cd453a791da7bd675

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [5f1e7fe6f0573b7b5565eb9d76b686ebc97a06ea]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I08992bb66d5459333e018bb52dceee3e808fac8b

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [716caf6fe00ed98e5fd0d6d208f5a25e956bc861]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Iac3011e99956d1ebb288184fd93555973c76ccdc

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [600df7c9ba0c9278bb0ef1e9e4fd70d59804e188]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I9adb9cce899591380c18fa8a336408ba9b21defd

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [828d792379f21d5dba15a3c5033b9bedbf837782]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I89b22238078c00339a06d7023e024e25a4d4e5bd

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [2ed35ad17e4f5dd8a329681a92b896fd14850465]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: If18ea216cc3416e4a7e2041e50b5a64b1e90886a

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [9f7f7d6cfa379a25730bfe8fb2d4638c08e59b90]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I7e7cdfa5efaf18bb47d40947d4e1d91a2c9b5a57

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [eb96c8634a890071c72592a51afdacc2120a08b9]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ie219b6b6cc876cb46faadd7aa9c4f997702781bb

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [b917adc4d6679dac5aa96b3fb2f09f7155ea85db]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I3b52f6a392b6f6dcc8e3d528dc61bf49c510737d

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [aace63283a5d4d6945c0d589c26125607a606486]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I68ec15e8b52dd387b18077941811702b40caf020

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d127fb02b1dfe4c173df955473d73e4767ef3638]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I5ef89d0f0f97dace7dc15dc07b3328177aab462b

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [2bcafc519e25965b5658e80d6af2ec24fe2deb8e]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ifc0f5788c906b2c014f277b2d290c33806c357ab

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [7a0a0babf64d2462e244fdc7a6c6db795edb9887]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Iaeeb594821f8b2875ca08afdf62d442d33e186ba

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [3ada0545adc7533c02b37cb55f0cab09dcdac96b]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Idb9dba0a96236b7b4240a1e94693d16e77484a29

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [768a6fc9c0ce926fc026eb0c93001b3058798917]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I3774f16c09b89fc6888bff3a388c290c32bb8a14

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [b46492d06e389728bee7a2f2a8560c3891ef099b]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: If24b3ba75023c68fddcaec1ff7ae5f2517761587

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [623c2f723b3c599f05988c6d4db2a8e72a32c02d]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I678e89d9ff562446e7bbe8542a616c1b083dfcd1

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [c6ef03093eb76274851744ecf463a373a814a47e]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I2707d16e6dd7bc5617094963933fced147a496e8

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [2eb5a59a220d4cd2167fb59349ab13ca7663b78d]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: If18f0a749c1e474c302fd797c2a2abc2b33a0730

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [646aabc06c4bd10b2dbf9ac83ccb5c7ea1cc7283]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I32ed424eb1ba8bd5e4b904219645eb1a20cea003

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d94d88d375ceb32237eadb549c3a4cee544ca9ab]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ie05f9427dcd88d3b64cfe02c2ece5c0cf40be547

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [607ef95608592f2db88a8b4cf65dfc2e488b07a9]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I19eaebdb25db8881d84625a4b9d0df0a588aab4f

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a2b2b7b07e0ddffdd836bd1b6009c0c8523fa1ae]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ic7827a5bb9afe04e76336e98e66483eabcaa9dde

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [91c64aa718cfa14f9e568ec7d0dc967c28d24cfd]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I22e493f08f11b10d709dd8b4a223a75d52bb5899

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d4c576fb7207ee6f2ee4899fa4ee903c306595d4]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I21cd93811f8491172ae7d3841b1abc55d401c1ae

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [518d998e47a88a93c232f50e09b54addb1cf923b]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I121d77de11705a4314b875374bf9f499a8afff47

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [82dafd096a193df97a035e17a49d9ac4cb6c44f6]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I9bc14b4df6bdda68bae44a1972e6b412fa6adccb

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e4651e2003c0d079b915ccef335374c1bf015a5a]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I5bb3c63790cb153c0d6f57a681ec6dda71d482be

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [cb53d9c4a2b0e57871567c3c819bb349d12542a6]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: Ibeb53a944551b9a654979fefaae85ba3f82c52fb

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [303dd4af5e32c4dc7af76064449317cc2b2affe0]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I8726896e20b6a6c122ffbfbc4213856f826bd8c7

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [269a888905bcee0b773b1206766e838b211f82a2]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I51957af512cae8ec838fd9b14bd576356edd2611

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e0341d9be8817650482a4ff70006977fb00ef4cc]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I9a647ba5c867e2152c204e1da98b5139091e51bd

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a465a96a0ae90e115dec26c4e51f1114feb936ac]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I7bc9219d2e04e68f8b2bd8802f60098669d28e44

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a291c8fbaa7734cc8002c907a36bd286eb4faa1a]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I11d6467a35fb9e32cc0608549bd323b1f6683b9f

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d956a5d29e68a9d89d31459bc891cfb260daa0c8]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I5c973d41381f2bfd39e7a8cf48fd5807852bdc72

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [0b424c25066cc9c9bc7f72ce56096933eee6feab]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I614d91e7e4a686613dc0cbe1b9f4fabb978ffc77

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [580c0f5ede31ae497a9fe86790a142a5bce63e69]

        loplugin:passstuffbyref also for {css::uno,rtl}::Reference
        
        Change-Id: I2ddc6111cede4f7322aabbd1e5ecc671fe101d4e

2016-07-07  Henry Castro  <hcastro@collabora.com>  [84e4786e6a6d4e638127a890fc93520ce73d683d]

        sc lok: add number format toolbar items
        
        Change-Id: I420750d99d5998cb589d0d6ec0fb6555c41a85cf
        Reviewed-on: https://gerrit.libreoffice.org/27015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [6b9f42ea1dc0926bc445982ad57bf93561f1bd03]

        Resolves: rhbz#1351224 wayland grab related crashes
        
        only one popup active at a time. Try and find the right path through the
        uncanny valley which allows popups to appear, to get all mouse input that
        happens to them, forward keyboard input to their parents, dismiss when the
        mouse is clicked outside them and not crash if another popup wants to appear
        to replace it
        
        Change-Id: If4b39df41ca3dccde1e506d5328b06731a8c80eb
        Reviewed-on: https://gerrit.libreoffice.org/27005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [fb045517532aababc06fb4b1112def53b03d9144]

        crashtesting: assert on export of tdf99571-1.docx to docx
        
        Change-Id: I2c8d82ac21451a2d2cc748dc28ac210c8e5ddf5f

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [84b1ab44aed51da8393b01a7cfddfa78234e2acc]

        FloatWinPopupFlags::NoMouseRectClose was never set
        
        Change-Id: I5df81113c5ab4009eff82ec0d8c15094a1e24a3a

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [e057560229d664bcd0ad71ea9ed2352283cd6e21]

        FloatWinPopupFlags::NoMouseClose is not used
        
        Change-Id: Idc96f005ca17d17bb302d1af4d52e188fd908cd3

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [d5165e37480ef322474f617d6450f233b478c8a9]

        FloatWinPopupFlags::NoAnimation is not used
        
        Change-Id: I17645bbbe3c15fa9e807012f1fdcfc9364a21864

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [5fee9c4976cf35c3d4f57f26a3e13b22f527af86]

        FloatWinPopupFlags::NoAutoArrange is never set
        
        Change-Id: I3b3173d4d0041585a5b6a0db58cace6cf46db6ca

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [0b976716e3040bed9d53f4b14397d06affa464b2]

        FloatWinPopupFlags::AnimationSlide is never used
        
        Change-Id: I5beb16f642184aac3ec0467fcaee14bfbb374b4f

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [b67bcaa6d4cc098de58e18d31a04801a832f9012]

        FloatWinPopupFlags::NoFocusClose is only set, never read
        
        Change-Id: Ide67b9279b626d3427c93891d27378ffd1f004cc

2016-07-07  Mike Kaganski  <mike.kaganski@collabora.com>  [90cf31d8fefb46adc582bc2466fae15778f2cfd7]

        tdf#99729: temporary fix unit test for cleartype-disabled config
        
        With cleartype disabled, the non-white count is twice less than with
        it. This is a first-aid temporary fix until a better fix is made.
        
        Change-Id: Iadff638656d2d35a03cc452b792b0fb5ed138456
        Reviewed-on: https://gerrit.libreoffice.org/26981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [0076e925427bd988708e378e26ebc0def39cf85e]

        drop commented out FloatWinPopupFlags lines
        
        Change-Id: I6063e0e5fdf53245dee610c72f8b9fa4543d9cae

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [96c3c11c4110c63dcf3d792eea0a5bab63961df2]

        drop SAL_FLOATWIN_NOAPPFOCUSCLOSE
        
        Change-Id: I42c73f8f5493c01be8d999522da9a5f88dfdc713

2016-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d793b1ff6d0666a25de60be48cf97fddae52bae8]

        loplugin:passstuffbyref
        
        Change-Id: I2793583f70057df36045505e318be7fc379aedaa

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [2ab9dd333406327532a106f2d20256a2d1e96bb9]

        g_warning->SAL_WARN
        
        Change-Id: If2a1fa3514069f5a5dc4ab9a6b853833e39bab01

2016-07-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8340f6dcfb2f391feeddb1bc24931cd6f145669a]

        tdf#100646 Make correct use argument PartType in financial functions.
        
        PartType was used as double and with horrible interpretations of boolean
        values, like [<=0] equals false.
        Functions affected are
        CUMIPMT, FV, IPMT, PMT, CUMPRINC, PV, NPER.
        
        Change-Id: Ieeb522c23ed1cc2046e4ddb9fe10b1008550e8c1
        Reviewed-on: https://gerrit.libreoffice.org/26906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-07-07  Bryan Quigley  <gquigs@gmail.com>  [a8c2d1c9fa60ca85a0474429a579e74384317aea]

        AppArmor fixes to fix tests
        
        This lets you run LO build tests while that LO is confined by
        apparmor.
        
        It assumes that you can have RW access to wherever LO actually needs
        it in the instdir.  This obviously doesn't superseed file permissions
        so you can still make the binaries read-only, etc.
        
        Change-Id: I313459cdf115f4fda5f621b2a0c9a1da022ef525
        Reviewed-on: https://gerrit.libreoffice.org/26987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-07  Takeshi Abe  <tabe@fixedpoint.jp>  [68585e3045e07c1b8d269d3e8d428d7a38646dbb]

        starmath: Remove a couple of unused error codes
        
        Change-Id: Iae3118150cf9119e48b1740ea630dea0ebef895a
        Reviewed-on: https://gerrit.libreoffice.org/26998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        Related: tdf#92478 speculative win64 scanning fix
        
        TWAIN-2.3-Spec.pdf says...
        
        All TWAIN 2.x Sources must be prepared to work with either TWAINDSM.DLL or
        TWAIN_32.DLL, which may still be used by older Applications.
        
        The TWAIN DSM is a shared library named TWAINDSM.DLL.  There is a 32-bit and a
        64-bit version of this file.
        
        Change-Id: I047d872271573a5b2efc3ee2af4ecfc4e142a2b2
        Reviewed-on: https://gerrit.libreoffice.org/26541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [1190e7385291fb0e6cd3505e88e589c80b02db00]

        gtk3: if a popup is withdrawn close the popup
        
        we don't always get the click that causes the popup
        to be withdrawn when the mouse is clicked outside
        the application during a grab
        
        Change-Id: I2dbef23813972ebd75c8899711a2d1309110f968

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [a71de3f2b42b8251f4d86ac38c4161df28f47a25]

        make this a little more clear
        
        Change-Id: I1e13ba97bd057b755fc65b2c90a6b74669422b22

2016-07-07  Caolán McNamara  <caolanm@redhat.com>  [0ea778884287bee7cb61308a1c85f5689387ff08]

        hitting esc while insert->table float is open crashes
        
        Change-Id: I96817f0c061c29eafba942884fcf37788341ff20

2016-07-07  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [40fba0f4418084d50cc5c388cb0b6e1abe395d61]

        GSoC Writer Table Styles Import
        
        This patch is implementing import of table styles (table-template).
        
        Modified shared code: Added "background" to the cell styles export.
        
        To make cell export properties map accessible by both export and import code,
        moved from xmloff/source/table/XMLTableExport.cxx to xmloff/txtprmap.hxx.
        
        To avoid export of default valued properties implemented XPropertyState for
        SwXTextCellStyle
        
        Change-Id: I8b4f12e4b51f478f8ce8fde1203cd4611d7ae852
        Reviewed-on: https://gerrit.libreoffice.org/26721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [046244bcfe1c5c1cd2325fe74b933c05e43cf190]

        sw: prefix members of SwSrcEditWindow
        
        Change-Id: I6944a398bc7689ef4d2daf4ac8b9f601c0dff450
        Reviewed-on: https://gerrit.libreoffice.org/26997
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-07  Andras Timar  <andras.timar@collabora.com>  [049eed046a27cb9d48e89d9e228cd3a4f91ec548]

        Updated core Project: dictionaries  a4a8bb897b5e5dc0b90579b73ed071d47f66f699
        
        Update pt_PT dictionary to version 16.7.4.1
        
        Change-Id: If00be0e9c05c5cf1cc67427eed723484ad33e6d2
        

2016-07-07  Justin Luth  <justin_luth@sil.org>  [1127bed4d943036473dbbda6bcfae1ec0a23ed2e]

        tdf#95367 inherit page style if no new one imported
        
        CopyLastHeaderFooter doesn't do much good
        if the previous section has blank stylenames.
        (usually because of continuous section breaks).
        
        Change-Id: Ida1e42ab0b650c7c43f06539b3cc058fe5c27919
        Reviewed-on: https://gerrit.libreoffice.org/26911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-07  Takeshi Abe  <tabe@fixedpoint.jp>  [048f298d9c87ec46c2415a1d23b87b20a1035cab]

        starmath: Drop useless PE_BINOPER_EXPECTED
        
        as no code generates the error.
        
        Change-Id: I86f2db28030090e0a9284e7771f26821468bb685
        Reviewed-on: https://gerrit.libreoffice.org/26974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-07  slideon  <adamkasztenny@gmail.com>  [9547d9f7ac91cbca162270d429b1e776aea5fc51]

        Add test for XML Range Conversions
        
        SwChartDataProvider's XML conversion methods were untested.
        Also add tests for SwChartDataSequence's clone method and its get/
        set property value methods.
        
        Change-Id: I6323a7af1eae747592f5016b13fb5e2e3f0b71d1
        Reviewed-on: https://gerrit.libreoffice.org/26995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-07-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [296c74f61e5534898507529c8ebdd20d6dec73b9]

        update credits
        
        Change-Id: Id597c51484924f0398bbb30ba419809beb9a96b5

2016-07-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d3c1fa9362873dc03d4b6daad9fe3ff9c6d6de06]

        update emoji autocorrect files from po-files
        
        Change-Id: I7f92c40ea33a04a2c7ea8545d423c645503fd445

2016-07-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [264a157584d8257ec20398a45ae4e49529932d6c]

        Updated core Project: translations  4659a8d992ac88a1f941ce8d3e81124406d58e57
        
        update translations for 5.2.0 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: Ib04fb536c08f6a16d587ac60ac5a5cee0e82e6cf
        

2016-07-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc4797a79e3f465e1fa930be7c69d8ec7d91c15e]

        tdf#100295 force curl to build for XP
        
        Change-Id: Ia705704bc80a951f0da04936783dd8965bda842b
        Reviewed-on: https://gerrit.libreoffice.org/26886
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-06  Rishabh Kumar  <kris.kr296@gmail.com>  [c56974019c6f73f72bedeb84715d966009c8724e]

        Reload the preset list after deletion
        
        ValueSet assign Ids to entries when the list is loaded.
        Ids are not changed after deleting entries.
        
        Change-Id: Ia4442992561bf2cd82ff325abef8e34715851e1d
        Reviewed-on: https://gerrit.libreoffice.org/26986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-06  Henry Castro  <hcastro@collabora.com>  [880e013d7c9a4457de4fe6c7038a25f1b5a03c4c]

        sc lok: add toolbar item wrap text and merge cells
        
        Change-Id: I266b7171ee0a8a324ee8f71680f76c132b5c5fbd
        Reviewed-on: https://gerrit.libreoffice.org/26985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-06  Stephan Bergmann  <sbergman@redhat.com>  [57440dfcbd552f1e601d74d888f3887b126f8cb1]

        clang-tidy performance-faster-string-find
        
        Change-Id: Ia645dd9c5301d93abea90646ad32e94b8cb8ce17

2016-07-06  Stephan Bergmann  <sbergman@redhat.com>  [7eaf8b17dd3020c54ab58ae513c1175c95d5ccce]

        clang-tidy performance-implicit-cast-in-loop
        
        ...where the first component of the pair returned by the iterator would be
        const, so an implicit conversion would be required.
        
        Change-Id: I62b6ddd799261e1dd63ea5c42a85d8b071f8b8b7

2016-07-06  Stephan Bergmann  <sbergman@redhat.com>  [0f92d79708118d99fca4c60c30cd5c63c24e02fb]

        Silence loplugin:staticmethods under --disable-debug
        
        ...after 0d3f9667bbc7b1a22d33dc92a2028fc712495a8e "AllocatorTraits::size can be
        static after all"
        
        Change-Id: I7fb2558c322dd7d92f3a3bda9a93a1b3da575d2e

2016-07-06  Rishabh Kumar  <kris.kr296@gmail.com>  [6a4e4fc74b8b66961fbfa86cde88ce72f84d1544]

        Add XGradientList to SvxPresetListBox
        
        Change-Id: I0b4af0eb465b997e8bea012b1f2e3cc07cce6ddb
        Reviewed-on: https://gerrit.libreoffice.org/26953
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fc95bc132db20e7701088c76da6ec039031feadf]

        Improve Tooltip Labels for Writer Toolbar
        
        Change-Id: I68b639b85974739d23affe373d686e094b3ef715
        Reviewed-on: https://gerrit.libreoffice.org/26978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-06  Rishabh Kumar  <kris.kr296@gmail.com>  [21f36336c96743503e2732ff2fc1d3542e1a0088]

        Make gradient UI bitmap resizable
        
        Change-Id: Icaa06911a620697d86a8854ba6bc46874c195b97
        Reviewed-on: https://gerrit.libreoffice.org/26949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-06  Caolán McNamara  <caolanm@redhat.com>  [246eca3e5a698671e4ce7e078d994ffd317c2a68]

        OSL_TRACE->SAL_INFO for the Invalidate all children output
        
        Change-Id: Ib5db114502ebf86ab1581104b914c84eceb50829

2016-07-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [37d97ff389d0941b32405f3433d2e595e10c76ab]

        tdf#99996 tdf#100594 tdf#100754 Add qa unit test
        
        - tdf#99996: new algorithm for better fraction representation
        - tdf#100594: forced denominator with one ? for numerator
        - tdf#100754: forced denominator with text after fraction
        
        Change-Id: I0990c7b3848ba5def629346f71be732d75ca248d
        Reviewed-on: https://gerrit.libreoffice.org/26867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-06  krishna keshav  <princy.krishnakeshav@gmail.com>  [50094d8f8eb7067009c3e9a86053d82e4c0af739]

        tdf#77667 Remove gcc3 workaround
        
        where it could handle instantiated objects as parameters
        Removed objects of 'Point' as 'Point()' can be instantiated as a parameter.
        
        Change-Id: Iad2dceed6dfe8bd3cc555758c518620cd975a8fc
        Reviewed-on: https://gerrit.libreoffice.org/26967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-06  Caolán McNamara  <caolanm@redhat.com>  [de4908eb4d2f1f2ce38a37eea18a9efc4a0073b1]

        Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...
        
        the master page is not the sole owner. Which happens when copying
        and pasting slides which bring along a duplicate master page to
        an already existing one, and the attempt to remove the duplicate
        strips the fill properties from the shared stylesheet in use by
        the other
        
        regression from...
        
        commit b876bbe2cacce8af379b10d82da6c7e7d229b361
        Author: David Tardon <dtardon@redhat.com>
        Date:   Tue Apr 26 09:17:11 2016 +0200
        
            rbhz#1326602 avoid exp. bg bitmaps from deleted slides
        
        Change-Id: I91fb8f622a0e35741ecc37cef14fc93199bb730b

2016-07-06  Rishabh Kumar  <kris.kr296@gmail.com>  [50ba4a079ec6dbf00277bcfbbf15dc2f10d8cdcf]

        Redesign of Hatch tab
        
        1. New Hatch Listbox for presets.
        2. Context menu for rename and delete.
        3. Rearrangement of controls.
        4. Remove Save and Load Buttons.
        
        Change-Id: Iad2479bc418f7a257a410df7f11c23ed8dd7734c
        Reviewed-on: https://gerrit.libreoffice.org/26869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [f3ca52306a604d6702cd31d58c5c1902340090ab]

        starmath: Drop unused PE_UNEXPECTED_END_OF_INPUT
        
        Change-Id: Ic5e6df6d332ef20dec22ac84544f53e0e79f5eb1
        Reviewed-on: https://gerrit.libreoffice.org/26938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-06  Noel Grandin  <noel@peralex.com>  [724e6762a5e1a00b526783f4e303f7b9f8752e34]

        loplugin:vclwidgets
        
        Change-Id: Id276128a249aeac98ac3374b975bf1cd946d5aa7

2016-07-06  Noel Grandin  <noel@peralex.com>  [716844c6ab7cfc18efd61b0f77e285d453b6cc29]

        restore loplugin:vclwidget checking for calling clear() on VclPtr fields
        
        Change-Id: I85eda1c33016c1461d897fc0a3b70457209a7405
        Reviewed-on: https://gerrit.libreoffice.org/26806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [eff871de05c5efdac0d0397b539b3b5e999672c9]

        fix missing semicolon that breaks packaging windows installer
        
        regression from 76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
        
        Change-Id: Ia8e74034ee04a96cf1a502d28c9c6ed015653047

2016-07-05  Noel Grandin  <noel@peralex.com>  [2a23d9cc4d5d3e746fec62a41bf85bb81a4c299d]

        when disposing popup menus, don't leave dangling pointers
        
        Change-Id: Ia1b49937ba0693a567097367b99b75a3011666bf
        Reviewed-on: https://gerrit.libreoffice.org/26960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-05  Michael Meeks  <michael.meeks@collabora.com>  [6f0e3d508dea229e456e3b29abe2f2b3c77a2cf9]

        sc: re-factor perf-tests.
        
        Reduce copy/paste coding.
        Don't setup array (matrix) formulae - we don't accelerate those anyway.
        
        Change-Id: I02f122ed03e90fe509c9764307aacf82ca7b4ba7
        Reviewed-on: https://gerrit.libreoffice.org/26965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-05  Michael Meeks  <michael.meeks@collabora.com>  [adc3932dfc4fe763b7db0af8843b01614bdc6aa2]

        cui: add calculation mode to Help->About.
        
        Change-Id: I4765436bed8a58c5097afcf7dce768d3ec325015
        Reviewed-on: https://gerrit.libreoffice.org/26964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fd6655080e181de4b78e31f13fe8ba35de8edfe5]

        tdf#73742 Don't replace existing image when inserting one
        
        If we want to replace an image, we have an entry in the context menu for that.
        
        Change-Id: I7a5326fecb72896c0709c9272769b8d51e4a5ca2
        Reviewed-on: https://gerrit.libreoffice.org/26947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Stephan Bergmann  <sbergman@redhat.com>  [28a03248b1d1649e157b788e43dfe8326f165379]

        Workaround to call /app/bin/xdg-open when run under flatpak
        
        LibreOffice wants to open URLs by calling /usr/bin/xdg-open, which the flatpak
        org.gnome.Platform runtime does not provide.  However,
        <https://github.com/flatpak/xdg-desktop-portal> will provide a Desktop portal
        through which an application can make an OpenURI request.  So the idea is to
        include a fake xdg-open application in the LO flatpak, that will use gdbus to
        call that portal.  However, I see no way to make the LO flatpak provide that as
        /usr/bin/xdg-open, so instead provide it as /app/bin/xdg-open and hack LO to
        use that path when run under flatpak (where the LIBO_FLATPAK environment
        variable is already used for the OfficeIPCThread).
        
        Change-Id: I63bc0bfb937ef767958ba4d34b0c3653e38ec868

2016-07-05  Pranav Kant  <pranavk@collabora.co.uk>  [9fee132c18b658c9ea9fb1114c1fefa56b57532a]

        sd lok: Fix image insertion
        
        OutputDevice::GetOutputSizePixel() returns invalid value for LOK
        case which leads to incorrect image positioning when inserted.
        
        Lets use page size for LOK, and place the image correctly to center
        of the page.
        
        Change-Id: Ie002d9a2d638cfab954c75a8cb545a003740f547

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [04081b6907132c867041dd492408b5349f26cd42]

        a11y crash on deleting certain frame in certain document
        
        I've an internal RH document which crashes in a11y when a paragraph with a
        graphic and a drawing frame in it is deleted.
        
        The SdrObject is removed and deleted, but when
        SwAccessibleContext::DisposeChild is called the object does not pass IsShowing
        so its not removed from the accessibility map. Leaving an entry in the map
        pointing to a deleted SdrObject
        
        So here take the route-one approach of always removing from the map
        accessibility children which depend on a SdrObject which is getting deleted,
        whether or not it is inside the visible area at the moment.
        
        The real change here is to SwAccessibleContext::DisposeChild and to
        SwFrame::RemoveDrawObj
        
        Change-Id: I764cd54d6216d233756f52b5be66c80737b5e38d
        Reviewed-on: https://gerrit.libreoffice.org/26824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-07-05  Eike Rathke  <erack@redhat.com>  [dd7a2c95b86d158be8d0637bdff13b9a0ed9954b]

        Resolves: tdf#90285 do not reuse the same StartListeningContext
        
        ... that after UpdateInsertTab and related may point into broadcasters'
        ColumnBlockPosition that have been shifted to the next sheet.
        
        Change-Id: I6f657021b6102cec427734a8ff3105f0c4309a7a

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0c0f1dc146b74bd3ad58f9c5b7cfa8c4a6606283]

        tdf#100052 Add insert before/after to sd table context menu
        
        Change-Id: I75c840c5d43e4b6edb79f51f0942fb6fd063e73d
        Reviewed-on: https://gerrit.libreoffice.org/26952
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Akshay Deep  <akshaydeepiitr@gmail.com>  [98ab98b4bef7b4eb0dc392c4f5f7416b1827b4bf]

        Template Manager: Merge local view and abstract view
        
        Change-Id: I789ca15f04d27c1fe1422ff1a81746004b627977
        Reviewed-on: https://gerrit.libreoffice.org/26890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a20b4e242bd0eee468352a7135975a57298c7a2f]

        tdf#100052 Add insert before/after for draw tables also
        
        Change-Id: Ifaf3b699e7415a1f784063616ac3fa4819d739c6
        Reviewed-on: https://gerrit.libreoffice.org/26950
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [58d5be58d35c8fa1db9be78027aeeb94ae8e1969]

        changes to floating windows shouldn't trigger re-layout on their parent
        
        cause they are not inside them so don't affect the parents layout
        
        Change-Id: I3c08b874ac450fb4c824b62a4e882df93c34fa68

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4c09bceca3dc86987fd4d5f701b66535d3f3fe21]

        tdf#100052 Add insert before/after for sd tables
        
        Change-Id: Ifb2152503a3da6cf811f303048efdbc00cc1c940
        Reviewed-on: https://gerrit.libreoffice.org/26948
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Stephan Bergmann  <sbergman@redhat.com>  [52be16973ddb533b91c4c4393c1b85e575d17009]

        Fix link in comment
        
        Change-Id: Iaa7bef1330e7bb1e3e5c3b01685540867af2bdb8

2016-07-05  Stephan Bergmann  <sbergman@redhat.com>  [8f216e36f351fccd4cff05b142c5ba589c419000]

        tdf#94378: Respond to OnStorageChanged
        
        ...as emitted from SfxObjectShell::SaveCompleted when toggling edit mode.
        
        Change-Id: I4d99554c3587cf3fd67993ce94ccd77629b5e259

2016-07-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [696b515dcfe9e003037370b99e3ba8d2c9c20c28]

        tdf#100446 fix compatibilty issues with Excel.
        
        Use cases added to the unit test showed various differences in results
        between Calc and Excel. The code changes makes Calc now return the same
        results as Excel, even if the result is somewhat unexpected.
        
        Change-Id: I348f7f2cc2c39a30f4db68dbed98b03de48f1ff5
        Reviewed-on: https://gerrit.libreoffice.org/26544
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4c68d3ad80734e15d093eeee211519e97e2a8ec]

        use a dynamic library for minidump shared code
        
        This has the disadvantage to make the minidump_upload executable depend on LibreOffice libraries but there seems to be no other way to make the 7.1 SDK happy.
        
        Change-Id: I82c37f503ed29cb50711eae7db22063f49747a48
        Reviewed-on: https://gerrit.libreoffice.org/26055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        (cherry picked from commit 3498cd3e7b2c820fc3f3025eb4434666a444fda1)
        Reviewed-on: https://gerrit.libreoffice.org/26915
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-07-05  Noel Grandin  <noel@peralex.com>  [7001ca25ec7251c5bac4a5ff304d1f26794b58a0]

        merge LineProperties with chart::ErrorBar
        
        Change-Id: Ic3490a15339ff981e90a86cb69c206c231db9161
        Reviewed-on: https://gerrit.libreoffice.org/26932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [860a82766f2c6d4fad340bf6ab283a7cd22a1fd5]

        Remove last traces of First Start Wizard
        
        Change-Id: Idf7171ecfd90edf47fb29d44b8036578a2e6ad61
        Reviewed-on: https://gerrit.libreoffice.org/26935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Stephan Bergmann  <sbergman@redhat.com>  [499f6f492060c89852a0ddef55f48ff9606c26ef]

        loplugin:loopvartoosmall
        
        Change-Id: Idc7b602d27a3198b222f5c9b6dc21b18d101bd45

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [000263f799d4aa9ad21e63f474def55438ce601e]

        Resolves: tdf#100770 crash on loading specific docx
        
        use same safeguards as RemoveLastParagraph does
        
        Change-Id: I43ed4eb28f44654054fd266bc464840af7014fea

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9106b326e69ac63807c60a43620f1d87bd70b406]

        Open sound dialog: Set default path to home dir
        
        Before it was the gallery dir
        
        Change-Id: I1d291fbd21c50e622f88f136cec666025cdbbc52
        Reviewed-on: https://gerrit.libreoffice.org/26934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-05  Noel Grandin  <noel@peralex.com>  [64354e6479e750e4a126abfae5d3f32a1110315e]

        merge BibTabPage with BibGeneralPage
        
        Change-Id: I16a80e7e98fdd2be08b5a8ce586b709a3720e694
        Reviewed-on: https://gerrit.libreoffice.org/26929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-05  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [b6b34d538398f8214daa5b160f764dc8b82ff9c5]

        Clarify calculation precedence tdf#39440
        
        Use parentheses to clarify the code.
        
        Change-Id: I864dc6dacadb5b9ba9dca8e0abd9fa4e6db1eddc
        Reviewed-on: https://gerrit.libreoffice.org/25677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4ed2a7305f80192bdbe2eace48c4ee65e9938f7d]

        Custom animation sound: Set default path to home dir
        
        Before it was the gallery dir
        
        Change-Id: Ia02dfa796f3c6ee426447331a459fa5e8c47ef89
        Reviewed-on: https://gerrit.libreoffice.org/26933
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-07-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a9457266cb24e6d65394aaac90f9355c78f1ecb6]

        Expand unit test for SWITCH function with extra use cases.
        
        Change-Id: I109b2bb50dcc6959cf8a2dc435df676b2146d16e
        Reviewed-on: https://gerrit.libreoffice.org/26239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [3bbc0574d78d129359638b74612de2f93419eeb0]

        Resolves: rhbz#1352835 path options doesn't promptly destroy folder picker
        
        Change-Id: I5133f63fd92f384221fa2812c6e2a0e7f3b37ac1

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [7566851d653ec052e9b7baa98ec2a993328f84e4]

        Resolves: tdf#91995 copying cells to undo doc shallow copied note pointer
        
        maybe UpdateCaptionPos isn't needed if we do it this way and deep
        copy it.
        
        surely we have to copy the note here, otherwise it gets deleted by both the
        source and destination document
        
        Change-Id: I6bc885c45b2938d0c775572c48642e67cd1ef5ca
        Reviewed-on: https://gerrit.libreoffice.org/26913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-05  Caolán McNamara  <caolanm@redhat.com>  [80509950d35cebaede89fcb52c446a1fd3e45ba3]

        Resolves: tdf#100761 after insert note, focus cannot return to inputbar
        
        suspected regression from.
        
        commit 11d605cc5a0c221d2423b6e63f502db660d085d2
        Date:   Mon Feb 1 18:39:51 2016 +0200
        
            tdf#84843 Stop using PseudoSlots for drawing slots
        
        Change-Id: I64aba363f7562c6b16ae1d679968149fea1ba763
        Reviewed-on: https://gerrit.libreoffice.org/26909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a2278241d0bcb07a543d7b75cb2ea6d9ae8202e4]

        starmath: Remove unused GetRect()
        
        Change-Id: I8544520a920f5ba2863a9d1b74e73f5cf47238aa
        Reviewed-on: https://gerrit.libreoffice.org/26887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-05  Noel Grandin  <noel@peralex.com>  [b9854c60c6d481662cc1ac56d038d2c5c7124260]

        merge tdoc_ucp::OfficeDocumentsEventListener with
        
        tdoc_ucp::ContentProvider
        
        Change-Id: I4c743ce3d61d048ae9cf762462d9042337cd9d47
        Reviewed-on: https://gerrit.libreoffice.org/26903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-05  Noel Grandin  <noel@peralex.com>  [add9a35ba687f8c55a6ebba3a56e50c779321984]

        merge CGMOutAct with CGMImpressOutAct
        
        Change-Id: I4d3d59b6c34edef9cd5bfd460f6379e4d1afa460
        Reviewed-on: https://gerrit.libreoffice.org/26930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-05  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [6916368748d7f161673e2a5e5bd9b39b69fdad56]

        tdf#100754 Allow text after forced denominator fraction
        
        For a fraction number format with forced denominator, stop detecting
        denominator value after digits
        
        Change-Id: I68281c5fc5b8a4c395932dff532179e694cf9827
        Reviewed-on: https://gerrit.libreoffice.org/26907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-05  Rishabh Kumar  <kris.kr296@gmail.com>  [0f8ca94774ba66faa2b43af1f904e2886d85bf8a]

        Icon view listbox for XHatchList
        
        Change-Id: I40d39c28bbc217cb63a3857c8a90dba72d196878
        Reviewed-on: https://gerrit.libreoffice.org/26896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-07-05  Mark Page  <aptitude@btconnect.com>  [308a088211a0df6a75a1f5cd63aa7ee9dcb54536]

        Remove unused DELEGATE_PLUGGABLE_RENDERER to simplify mtf code
        
        The code was added July 2008 as a way to delegate mtf action
        rendering to external services.
        
        Change-Id: I5b2277fada1a8ad85e82cb2c10c822df09da836a
        Reviewed-on: https://gerrit.libreoffice.org/26371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-07-05  Noel Grandin  <noel@peralex.com>  [dac06d9cb05552022ef8ee958c75297ed58c01b8]

        merge svt::StoreString with svt::StoreContentURL
        
        Change-Id: I6f2a7102c697cecc96e8b950b499bc9b0f91240e
        Reviewed-on: https://gerrit.libreoffice.org/26904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-05  slideon  <adamkasztenny@gmail.com>  [a12955be5bcfab3dda482a562eed66d7b0ffd996]

        Add test for sw_NormalizeRange
        
        The docstring for the function gave some examples, but this method was not fully tested
        
        Change-Id: I53bca734183297a9cca860c55b27570ad0e0f3e6
        Reviewed-on: https://gerrit.libreoffice.org/25886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-07-05  slideon  <adamkasztenny@gmail.com>  [bcbc72fc3371bba6362ecea3d864761a39a809b2]

        Add test for the TableBorderDistances struct, and the Uno Names
        
        TableBorderDistances was not tested. Add tests for setting/getting the
        TextTable name and template names. Test implementation and supported
        service names of various XTextTable components.
        
        Change-Id: Ieb9f2983c5d421f8c8ab4c99596444fb4ff001fe
        Reviewed-on: https://gerrit.libreoffice.org/25888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-07-05  krishna keshav  <princy.krishnakeshav@gmail.com>  [9b95f149b2a98df33710d5caf460575d8ee6ab52]

        tdf#90834 Turn in-line version control history comments
        
        cleanup in sw/source/core/layout/layact.cxx
        
        Change-Id: I495fef2fd6bab2ac0f6633134ec3fead8b023eae
        Reviewed-on: https://gerrit.libreoffice.org/25598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-07-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [051329101dc249535dd09eeb34caf1c21719064f]

        tdf#99996 New algorithm for fraction
        
        This new algorithm, based on continued fraction representation:
        - is smarter (165 lines schrinked in 31)
        - gives same results for 1 to 3 digits for divider
        - gives better results for more than 3 digits for divider
        - is faster: 1.5% for 1 digit, 5% for 2 digits, 20% for 3 digits, 70% for 4 digits
        
        See details in bug report
        
        In addition
        - removed uncessary fonctions: ImpGGT and ImpGGTRound
        - forced denominator do not required anymore calculation of nFrac and nDiv
        - replace sal_uLong with sal_uInt32 for time
        - replace sal_uLong with sal_uInt64 for fraction
        
        Change-Id: I9bf3a54a5284104718a53406f8784379fd19f6e6
        Reviewed-on: https://gerrit.libreoffice.org/26621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-07-04  Eike Rathke  <erack@redhat.com>  [9f8e2065c42f1724ac7a24f1bb0531e8c954698a]

        explicitly disable partial cell shift with change-tracking, tdf#73335 related
        
        ... in ScDocFunc::InsertCells()/DeleteCells() that can be reached via
        API but ChangeTrack produces a SC_CAT_NONE action because the partial
        shift is not handled. UI slots are disabled for this.
        
        Change-Id: Ie0f992b05753bb1467d3f7a80263714bfcc1a2d7

2016-07-04  Michael Stahl  <mstahl@redhat.com>  [ed913ce8352dc4ad9f4688180a9b27d02e8f524f]

        tdf#73335 sc: ODF export: ignore ScChangeAction SC_CAT_NONE harder
        
        ScChangeTrackingExportHelper::WorkWithChangeAction() must not add
        attributes when it does not export an element.
        
        Change-Id: Ia6625b73114ab8bf93c4b7a31b484d11bef2fde9

2016-07-04  Caolán McNamara  <caolanm@redhat.com>  [2511e272481172b439d167fd8b09d14c755f223d]

        Resolves: tdf#90285 during sheet copying the old sheets retain their old index
        
        at the point that ScDocument::CopyTab calls StartListeners so when
        
        void ScColumn::StartListening(sc::StartListeningContext& rCxt...
        
        calls rCxt.getBlockPosition(nTab) it calls it with the old nTab index
        in ScDocument::maTabs, so the return block position is not correct.
        
        Here I bubble down the requested ScAddress and use its Tab/Col/Row
        members rather than trust the members of the indexed-into elements
        
        Change-Id: I291e8c1146c2caa4d0976780b1ee6bcc41994e3c
        Reviewed-on: https://gerrit.libreoffice.org/26552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-07-04  Justin Luth  <justin_luth@sil.org>  [f76b8d1cfe07e84744bc57a22e815d347f3f8f23]

        tdf#96750 docx - ensure all styles are initialized
        
        Change-Id: I50467cb2798ef81dd89006768c66aa7e93cb411c
        Reviewed-on: https://gerrit.libreoffice.org/26892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-07-04  Pranav Kant  <pranavk@collabora.co.uk>  [6db7f9e673a29d88ce3509a1edf4011ab5f3ba67]

        sw lok: Handle lok handling code first, for PageUp/Down
        
        m_aVisArea is not set in case of lok, which means
        m_nLOKPageUpDownOffset would never be set for lok case.
        
        Change-Id: Ie0416ebb680695430c76b25416f4744172dc3daf
        Reviewed-on: https://gerrit.libreoffice.org/26902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.com>

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [3e27c437709e8f1e0df78826452f29330c68ebb5]

        Avoid -fsanitize=alignment in external/nss
        
        ...in a way that might be a performance issue, so include the patch only
        conditionally.
        
        Change-Id: I483a77d0d199c2dee00139fdd4fa41223192289c

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [321b8ff86ba623b92aab5608eb94385e56823b65]

        Bad cast from SanExtensionImpl to CertificateExtension_XmlSecImpl
        
        ...both ultimately derive from css::security::XCertificateExtension, but that is
        all they have in common.  The special handling of 2.5.29.17 (and thus the bad
        casts) was introduced with d5feca7dcd9b2de4332c6b53657f6f5acbeb7b9a
        "tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added".
        Lets assume that it was an oversight there that setCertExtn (which is a function
        of CertificateExtension_XmlSecImpl, not inherited from a---common---base class)
        should not be called on such special-case SanExtensionImpl instances.
        
        Change-Id: I96cfd42f606c79920d1548f323b68f17ff4e9081

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [d746a99558a3f9c8625988ed87264ff12b355859]

        Certificate viewer dialog can have various kinds of parents
        
        ...like the "Security Warning: Domain Name Mismatch" WarnDialog (cf.
        TITLE_UUI_SSLWARN_DOMAINMISMATCH in uui), not only a CertificateChooser.
        
        Regression introduced with c42be58e4c006ab3e1f262b644789cba8659d0ab "Show the
        certificate use also in the View Certificate dialog", for which this fix is
        hopefully fine.
        
        Change-Id: I6efced1ebaad07c314fe7a5dd1cdc8e91d34555e

2016-07-04  Mark Page  <aptitude@btconnect.com>  [e9c3eccdb1ebf77d09dd7ad47b0708e1cb44417d]

        Modify the ImpGraphic class, mpGfxLink to use an unique pointer
        
        Change-Id: I74eb2347970ef19f7a215b86bfeae9945c07dbea
        Reviewed-on: https://gerrit.libreoffice.org/26889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [f81316af4f3c69d1f405040f4eddc523ce792add]

        merge sdr::event::EventHandler with sdr::event::TimerEventHandler
        
        Change-Id: Id81c6b67d95d976dae417cf225bd43347c716d06
        Reviewed-on: https://gerrit.libreoffice.org/26905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Rishabh Kumar  <kris.kr296@gmail.com>  [d92b41ce9c87547fde5c43b3bea05b3be79a63f6]

        Make hatch UI bitmap resizable
        
        Change-Id: I34e1db1f462c87d7b3a2ff9531189bea189b2ce8
        Reviewed-on: https://gerrit.libreoffice.org/26894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-04  Noel Grandin  <noel@peralex.com>  [4e3ed5aeb5c998ee4077138fe802b471bea9fcb2]

        use SAL_DEPRECATED in uno::Reference
        
        and fix a couple of usages that have crept in
        
        Change-Id: Ia3e7fcc05dac6e0d205e69c0e0372c74653e7c5e
        Reviewed-on: https://gerrit.libreoffice.org/26851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [6964c17415ae2d77a6aa50eeb8464faba7a47d14]

        merge sfx2::IXmlIdRegistrySupplier with SfxObjectShell
        
        Change-Id: I7e8bad6b1c944f14b850b91b902b82613c26faeb
        Reviewed-on: https://gerrit.libreoffice.org/26899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [c752aad43352478ef7065ca7ab844650811e6745]

        merge vcl::DisplayConnectionDispatch with vcl::DisplayConnection
        
        Change-Id: I0eb83905896e1d7549a5bd4adde45e9d69209401
        Reviewed-on: https://gerrit.libreoffice.org/26888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [3459ab4a5de1af443a85f66cecc0eeeb6d46df3f]

        merge ftp::ResultSetFactory with ResultSetFactoryI
        
        Change-Id: I061145fefef33aa3e7349adf7da03222c3b2a911
        Reviewed-on: https://gerrit.libreoffice.org/26898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [20b9cbd0e586fe89f8e1bdd942135445a256af7b]

        merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainer
        
        Change-Id: I14e9401056e31ee9d4ad5945a73ca31969430b4c
        Reviewed-on: https://gerrit.libreoffice.org/26891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [64acc9d576be9166c2da6edc6f8478e2cf31f606]

        merge dbaui::OQueryView with dbaui::OQueryDesignView
        
        Change-Id: I9982d6c27863f533bfdb929d99602f0188972950
        Reviewed-on: https://gerrit.libreoffice.org/26895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Caolán McNamara  <caolanm@redhat.com>  [43fbd02a82f9c87c75e83671c95c2617cc30d035]

        this flush refers to the gtk2/X impl
        
        where there is two connections to the display, for gtk3 there
        is just the one connection
        
        Change-Id: I2da02efa12205ab4ca39d9585965e5d6d0adf474

2016-07-04  Caolán McNamara  <caolanm@redhat.com>  [a760ff5b41612c0c6aefeac5fb06691f819ceee2]

        lets assume its ok this was commented out
        
        Change-Id: Ic22c8b1f0f0b9e7427eae756f9f16630f951baa6

2016-07-04  Arnold Dumas  <arnold@dumas.at>  [aee49860ee413547e2779dbd622700343ce255b3]

        tdf#100726: Improve readability of OUString concatenations
        
        Change-Id: I7018f3c339ffcab7d46d97f1d3784da1be644f0a
        Reviewed-on: https://gerrit.libreoffice.org/26870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8d2f282abeb0b701f7c49000d5433462bbda8602]

        typo: emtpy → empty
        
        Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717

2016-07-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7]

        "it is working properly", not "it is working property"
        
        Change-Id: Ief34f2e110060dc9d6200e8533c64b1e12bfb37b

2016-07-04  Mike Kaganski  <mike.kaganski@collabora.com>  [3a9c151e6eeb3c81902fab2644522a8df9e7161d]

        tdf#100734: Update bullet of paragraph on UNDO
        
        Change-Id: I1afe0b4ca537eea752d3bced8bbc8944380c3514
        Reviewed-on: https://gerrit.libreoffice.org/26874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-07-04  Akshay Deep  <akshaydeepiitr@gmail.com>  [00dd9cf513826282f3036be8483615dd665bfeb6]

        Add Impress Selection to show by default
        
        Change-Id: I0108bff79f1bd6b4d7e75f2e3a4f00e7ab50696e
        Reviewed-on: https://gerrit.libreoffice.org/26861
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-04  Szymon Kłos  <eszkadev@gmail.com>  [d430e8e55f95e95f41bf6c7a7534fdb5bd190614]

        sidebar: adaptable paragraph indent icon size
        
        Change-Id: I4f000ffb3fee660e6bf9efa9592617f1d037f17c

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [a743b7ca36a5dcb48ec014d8bf7afe66e630e231]

        ASan: value nan is outside the range of representable values of type 'int'
        
        Change-Id: Icd0a383ddec97c1129a3937fbcd8c9a9e61ff8eb

2016-07-04  Mark Page  <aptitude@btconnect.com>  [66576fc1f6cf34d658993fa5f92020bc29fe3f88]

        SfxModule to use initializer_list instead of variadic arguments
        
        The compiler can perform type checking with initializer lists
        
        Change-Id: I1d26b56a3a2b67fe719f33d758ca9b0c95ebd4d1
        Reviewed-on: https://gerrit.libreoffice.org/26852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3cc30343bef48c7f19a3b6774cfd500e00258f76]

        tdf#43157 clean up OSL_ASSERT in connectivity
        
        replace with compile time checks
        
        Change-Id: I9f3dd3b44fe0aa953feaa34a1bc0ccbdc3600899
        Reviewed-on: https://gerrit.libreoffice.org/26801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [7855ea48309ee2ba06ee5f3d5dac27ecfc4ca4a6]

        remove comphelper::string::remove
        
        and replace it with OUString/OString::replaceAll
        
        Change-Id: I37b1c3b51251dfd9d749d6f1060c75b3a93d7f1a
        Reviewed-on: https://gerrit.libreoffice.org/26850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [cd71034b26a404c8f9b763865ef6ebdd0adeebb7]

        comphelper::OBaseMutex -> cppu::BaseMutex
        
        convert usage of deprecated class, and remove the old class
        
        Change-Id: I19fb9271090d19e5531622b58492e1a848d306e2
        Reviewed-on: https://gerrit.libreoffice.org/26843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Noel Grandin  <noel@peralex.com>  [70bfe5f71c1d45c14ce831051480a11c58ffc34d]

        remove deprecated Link functions from Registry
        
        Change-Id: Id678d4b6263df86993b289e8439faac847dd7c5f
        Reviewed-on: https://gerrit.libreoffice.org/26855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [f904bd567facfe29c81f99100f924e3cd1385312]

        loplugin:stringconcat
        
        Change-Id: I4156d1d57d0afaa2fc7ef93370fa824b38d273e4

2016-07-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [41051ebbc416aafafec79c6795a8f8587c58d0e5]

        Localize error message in ODataTypeRepository
        
        Change-Id: I92b5a69daf405d71bf8f72685696c647a64cc9d1
        Reviewed-on: https://gerrit.libreoffice.org/26807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-07-04  Stephan Bergmann  <sbergman@redhat.com>  [b60a5dc5b8551ba0144be965873fb78f8db5acce]

        loplugin:stringconstant
        
        Change-Id: I09f4dc83cd1408c4286a11a94f592b8e3d2b027c

2016-07-04  Otto Kekäläinen  <otto@seravo.fi>  [428e23f4f7025506e767d895e9b46492a8432aed]

        Fix some spelling errors in comments and strings
        
        Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
        Reviewed-on: https://gerrit.libreoffice.org/26883
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-07-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2]

        add ANORDEGRC test case
        
        Change-Id: I10fdf45171505ba53e971c1a634ffa66a4a09f9a
        Reviewed-on: https://gerrit.libreoffice.org/26811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b5cd1220b849a9759dd4446032a7e1affbf151f2]

        tdf#98710 check the font is bound, substitute FON fonts
        
        If we can't bind the font then we can't proceed with rendering
        and caching of the glyphs. This may avoid the crash but the font
        won't be drawn. This happens for old Windows 3.1 bitmap fonts in
        FON format which Direct Write doesn't support. So in addition
        substitute "Script" and "Roman" FON fonts with "Times New Roman".
        
        Change-Id: I16b480399b47989738a703ad84c0398493f9f4e3
        Reviewed-on: https://gerrit.libreoffice.org/26885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-07-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [21a3d78cf080dc4d86edab2a7378055a2d848bfe]

        tdf#100458 Don't forcefully change cell type
        
        Just quoting the source comment from the breaking commit
        61c39eae570d6d6040b65bfe93127b30e6080cc8.
        
        // If a matrix formula has a matrix reference cell that is intended to
        // have // a blank text result, the matrix reference cell is actually
        // saved(export) as a float cell with 0 as the value and empty <text:p/>.
        
        Ok
        
        // Import works around this by setting these cells as text cells so that
        // the blank text is used for display instead of the number 0.
        
        This seems to be wrong.
        
        Forcing the cell to a util::NumberFormat::TEXT actually kills
        the cell value, if the text is a result of the formular.
        
        I'm not sure if forcefully changing the cell format at this point is
        correct at any time, if a cell type was already determinated.
        
        I imagine that an undefined cell type should probably be fixed at the
        end of the row import, if Calc detected an error case, or even generally,
        
        This patch is just a minimalistic initial fix. If it's correct, it
        probably needs an additional code comment.
        
        Change-Id: If7d9d69467d56c7d8fd2444f9e8b3ae906285264
        Reviewed-on: https://gerrit.libreoffice.org/26435
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [bb01a3536d6446864f81a81b626461f8defe5da3]

        starmath: Drop unused definition
        
        Change-Id: Ifb91d3a913d6fe3f92ef93bd0e25b8c6152727f3
        Reviewed-on: https://gerrit.libreoffice.org/26872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-07-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [147bf38036e1b8d140519ed8687018471e222eff]

        add CEILING  test case
        
        Change-Id: Ie335210609a556fc4081b16292ba756819bfa4d1
        Reviewed-on: https://gerrit.libreoffice.org/26827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-04  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0aa577970daaf0d29d11a42fbea6b1f1c1b4bcf9]

        add NOMINAL test case
        
        Change-Id: Iec3e70ceeae38d6a5c18996e89fa5ae10a9f9668
        Reviewed-on: https://gerrit.libreoffice.org/26862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-04  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [cc503abb860c33a54a188640a5962dbdf7052284]

        tdf#100347 Fix Outline export into XLSX format
        
        In previous XLSX export implementation the outline
        for column was not saved. Also rows without cell content
        was not saved if it was collapsed or outline level was set.
        This commit resolve all such issues
        
        Change-Id: I401f23e97f4803209fcd31c7d93baca3bd2a2385
        Reviewed-on: https://gerrit.libreoffice.org/26625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-03  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [46094ff4b0ea06931f2af3fc45d00fd38c3ebf26]

        tdf#48767 Fix orientation issue after export to .xlsx
        
        After save to .xlsx in usePrinterDefaults was added into PageSetup.
        Due to bug in MS Excel, when usePrinterDefaults is present,
        (no matter what value), the orientation of the Page is alway "portrait".
        To resolve that issue, if usePrinterDefaults is set to default value,
        then usePrinterDefaults XML field is not added during export to .xlsx
        
        Change-Id: I3ab310babb278913bce3d66f7fae1192ed9727b9
        Reviewed-on: https://gerrit.libreoffice.org/26871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-03  Rishabh Kumar  <kris.kr296@gmail.com>  [c89294233b6a9ffc1bd75e6e9226ad723b7d5538]

        Grid line color change for SvxPixelCtl
        
        Change-Id: I0a7c0f2f8da9323a341fe378dcb7ef596aa133af
        Reviewed-on: https://gerrit.libreoffice.org/26884
        Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e364e52b9a551f78ff477939abbc555a47eb02ce]

        tdf#81939 Add qa unit test
        
        Test removal or not of escape char in number format strings in XLSX
        
        Change-Id: I02a7e1bfd9df1ffd3bbad7dc072cfc85be68f949
        Reviewed-on: https://gerrit.libreoffice.org/26877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-03  Arnold Dumas  <arnold@dumas.at>  [68900bad945c847f62a614cd2c2653ef3a9827ca]

        tdf#57950: Replace chained OUStringBuffer::append() with operator+
        
        Change-Id: I5e6cb493a5e742232cd312014d4b5b2820cf8314
        Reviewed-on: https://gerrit.libreoffice.org/26878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-03  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d5784e91e9cd83336dc16392fd65cb11c5373c9c]

        Improve readability of OUString concatanation in LibPage
        
        , ScriptDocument
        , PropBrw
        , VBATest
        , SbUnoClass
        , SbModule
        , and SbiSymPool
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I73926989345193b133e538d5aeca36f12723162c
        Reviewed-on: https://gerrit.libreoffice.org/26853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-07-03  Henry Castro  <hcastro@collabora.com>  [bad68fd0b4a40062990c96a1a3f8d7a31bd84180]

        sd: add status bar UNO commands
        
        Change-Id: I7da065edf76ccdbf9e410756c4d1fe81462975ed
        Reviewed-on: https://gerrit.libreoffice.org/26881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-03  Henry Castro  <hcastro@collabora.com>  [f41c20dc2384ba7765278adce0cd817781beb43a]

        sw lok: add status bar UNO commands
        
        Change-Id: I4ffa3a3e07d00cfac48e67a0c32e85de0eda803d
        Reviewed-on: https://gerrit.libreoffice.org/26876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-02  Henry Castro  <hcastro@collabora.com>  [7e3e55c39e0f01321aee9875f55627f4eefcec27]

        sc lok: add status bar UNO commands
        
        Change-Id: I2dbed808a23609773baf9154820a7121c7919c70
        Reviewed-on: https://gerrit.libreoffice.org/26809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-07-02  Rishabh Kumar  <kris.kr296@gmail.com>  [527b88efbd9175e4fe376aa3617533f75ef99393]

        tdf#100728: Crash when area dialog is opened
        
        Change-Id: I2246c5bf3a1d33e7a08fa9062e568a4c95fef571
        Reviewed-on: https://gerrit.libreoffice.org/26875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6cac8409642e3b53dd21ccb833a0d0b85e005f85]

        android: another constructor function that fell victim to tdf#74608
        
        Change-Id: Ie7619ec157c1ce825ad82b2de8b5e7742fd5c96e

2016-07-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [66be4feef7e0d3661f01fbb2372700de5eeea070]

        android: prevent crash if storage is unavailable
        
        Change-Id: I350acc1735d5fd22a27434fc5ccf2ab39bf3d2cf

2016-07-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3b219e5487ae274722f0c4cef7f24f9246bf6abd]

        allow android ndk version 12.1.x
        
        Change-Id: Id1bbc683afda021c0801327bceee10cb4f28e9f6

2016-07-01  Michael Meeks  <michael.meeks@collabora.com>  [ef47ce2397d4ed453fe01d994d13a13f442ec3bb]

        tdf#90336 - further cleanup of OpenCL options page.
        
        Still problematic; since we only show OpenCL as being available
        if it has already been initialized and used.
        
        Change-Id: I5e82a3f778f4f2025408330b6d9da51402d01e79
        Reviewed-on: https://gerrit.libreoffice.org/26866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ebfc5b95559a9bcb2fc0508b51fd00e8eb20260]

        svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTION
        
        So a view can be aware where the graphic selections of other views are.
        
        Change-Id: I0cc420cfe4bf3824fbfa1a58da889cac5e9a7b60
        Reviewed-on: https://gerrit.libreoffice.org/26863
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Rishabh Kumar  <kris.kr296@gmail.com>  [a2c09913d87127230cfc6944dc7454088f966165]

        Remove unused controls in Pattern tab
        
        Change-Id: Ie53dbbe652413c1ce098d1690d68ae8acc491ca4
        Reviewed-on: https://gerrit.libreoffice.org/26858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [cca44fe22978c6c1c5f3ec500e5ac07becf53745]

        lokdocview: replace handle_graphic.png with manual drawing
        
        If we draw a black graphic handle manually, then it's possible to color
        it later, this isn't easy if a bitmap is painted.
        
        Change-Id: Ib4456fd5155862d52e3ffa79ee49c7bfd16fb742
        Reviewed-on: https://gerrit.libreoffice.org/26860
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d77d81604d8604652772e0819e5cf5e472865c65]

        CppunitTest_sc_tiledrendering: clear reference to local var in time
        
        Should fix
        <http://ci.libreoffice.org/job/lo_callgrind_linux/2013/console>.
        
        Change-Id: I4ff4ddafbbb15ee360cb845afe8e8b4dbbf04460

2016-07-01  Arnold Dumas  <arnold@dumas.at>  [85aa807316f32415d4e53656a20249617a22785c]

        tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I45b0ae284ccd34f53ee93114ae45ebacd212251f
        Reviewed-on: https://gerrit.libreoffice.org/26857
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-07-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e4532e9d14af1ce48861df9e3d0367e09f00ba5f]

        Mention that this is about *toolbar* icon size
        
        Change-Id: Id48edf2677d6adc31983ca21e248447af9a58a23
        Reviewed-on: https://gerrit.libreoffice.org/26859
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Caolán McNamara  <caolanm@redhat.com>  [fe7b8bc9fdb57087ba9daa22cdec77d735eb71cd]

        gtk3: XEmbed isn't going to happen
        
        Change-Id: I7a7589a159a7fccdc224262bf5f91f8d98f5f619

2016-07-01  Noel Grandin  <noel@peralex.com>  [b5f60ef8417868863bd9ed95becd635f70d4720a]

        fix accidental vcl::Region->Region
        
        from my commit 8dbde084 "fdo#82577: Handle Region"
        
        Change-Id: I55a7b7fc6a6f2cf270eb7f51c5e3fd1d1f59263f

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3c36c789f481b855c0fb556a09f4b81401ed3db]

        sc: add LOK_CALLBACK_CELL_VIEW_CURSOR testcase
        
        Fails with the sc/source part of commit (sc lok: add
        LOK_CALLBACK_CELL_VIEW_CURSOR, 2016-07-01) reverted.
        
        Change-Id: I4a1a7d97b744dd089fe15bd58af6cca5e0b79e8f
        Reviewed-on: https://gerrit.libreoffice.org/26856
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [4961274c5b13017bc4e6904c8bdeb9c2a49566de]

        fix mis-merge
        
        Change-Id: I529b7abff98e38e503ffbcb39946e30d12a053cc

2016-07-01  Caolán McNamara  <caolanm@redhat.com>  [6752590fec030067bde038ee6c28cff05f972eac]

        don't autocapitalize words that follow a field mark
        
        Change-Id: Ia8efa88aaf47edba9a590c858d0ea30d7bfe2977

2016-07-01  Szymon Kłos  <eszkadev@gmail.com>  [4760c44c80e6dece5fe1a2e170b0f69c500a9681]

        GSoC possibility to change icon size in the SidebarToolBox
        
        + Added registy entry to store icon size
        + Added UI to change settings: Tools -> Options... -> View
        + Loading last settings in the SidebarToolBox
        + Settings update listener
        
        Update icon code from: framework/source/uielement/toolbarmanager.cxx
        
        Change-Id: I1d713c50fccfc19e1c8ea82eba68556ddb76cd3c
        Reviewed-on: https://gerrit.libreoffice.org/26362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Mark Page  <aptitude@btconnect.com>  [663b7aec30703c8479c9dec2f8955bdc28bdca5e]

        Modify the ImpGraphic class, mpAnimation to use a unique pointer
        
        Change-Id: Icb2be06cf5476d4d04752ab2270fe1c58453fe8f
        Reviewed-on: https://gerrit.libreoffice.org/26791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e3451c096987e6fc7eaca409fd45a62e13ae4c5]

        CppunitTest_sc_tiledrendering: replace ifdefs with a single makefile condition
        
        Change-Id: I1dded11e0572dee7cd917a1aa8c2e2ca53b81d84
        Reviewed-on: https://gerrit.libreoffice.org/26849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4c917dbf999fffcb7ebf946fc3c8579f1713583d]

        Slide transition sound dialog: Set default path to home dir
        
        Not the gallery where user sees only one sdg file
        
        Change-Id: I0f30f3d566c0f2e4784e0feb5825f1c3e5926804
        Reviewed-on: https://gerrit.libreoffice.org/26848
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [faaa6a4bcb5cca22ebca0b2312ae53bbb5e91129]

        Add link option to sd file open dialog
        
        Change-Id: I4627996fa142d350ba97aa53ac303dfdc7968f7e
        Reviewed-on: https://gerrit.libreoffice.org/26847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5198c98337882319fae176135dcce1ad375ed2f6]

        Add new open dialog type: Play and link
        
        This is needed e.g. for the "Slide transition sound" files
        where we want to play files and also give the choice whether to link or not
        
        Change-Id: I5aaef7152be8e5c0a0f88c4d7234926f233c5d92
        Reviewed-on: https://gerrit.libreoffice.org/26846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [6373f9ec6d056ffaef4a209b20a6ec7bab51c7b3]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I2b03835f83fca604f8ef4db2cb292e6123140e86

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d3f5800a9655ac61a5ef8d0b1b2bc0f436b32cfe]

        svg-export - Removal of the SVG 1.1 path API in Chrome
        
        On Chrome browser most of shape effects and slide transitions did not
        work anymore: that was due to the fact that several animations exploit
        the DOM api for handling path segments of the svg:path element.
        Starting from version 48 such an api has been removed from Chrome:
        https://bugs.chromium.org/p/chromium/issues/detail?id=539385 ;
        Moreover Chrome does not yet provide an implementation for the new
        svgpath api introduced in SVG 2.0 draft: so there is no native support
        for handling path data directly.
        
        The present patch adapts the JavaScript implementation of the old SVG
        1.1 path api proposed here: https://github.com/progers/pathseg .
        
        Change-Id: I536202291e0b8895f91d9e499a32fa57c110b2c1
        Reviewed-on: https://gerrit.libreoffice.org/26839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [b3b78c6016cfbacf321721a4d4628507cd935b27]

        clang-analyzer-deadcode.DeadStores
        
        ...after 19bacff27bd2201fb136963e11e865b8a31d849e "loplugin:singlevalfields in
        sd"
        
        Change-Id: Id0fb95abc3c4f2830abe833fe63f6ec26b9aa18f

2016-07-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6fb44f527c8cf63f4487145298b00e65925ddede]

        filedlg: Improve code readability a bit
        
        Change-Id: Ic018c5795fabc0bf8425b8b5cabae4ab6eb68317
        Reviewed-on: https://gerrit.libreoffice.org/26845
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [59e4bd07211d8509dcb3e89f6645c0ba3085df23]

        svl: remove pointless catch around "delete" statement
        
        In C++11 the destructors are implicitly noexcept so if any of the
        subclasses of SfxUndoAction would have a throwing dtor we would have
        found out by now.
        
        Change-Id: I4e044f8c2c391464cdc236bac15465860fa0ef62

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [e31914d7f4588c475c5d59ffbc0187503967591d]

        python3: override LINKCC properly, it needs -pthread
        
        Build on Fedora 24 fails with "Python/thread.o: undefined
        reference to symbol 'pthread_key_delete@@GLIBC_2.0'"
        
        Change-Id: If23838722e1cd0220c509d25932ae0539e8da7a1

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [ca6592c0ae5de338e48cb0d999468548859b4af1]

        remove executable bit from .mk files
        
        Change-Id: Id79898bb4f71103830ad7f74da71fbd5102e4fb5

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [5a002a0ac6441bf6d292a7ae21d9b916c8782371]

        clang-analyzer-deadcode.DeadStores
        
        ...after 19bacff27bd2201fb136963e11e865b8a31d849e "loplugin:singlevalfields in
        sd"
        
        Change-Id: Ic8dbc4d9f2710b848bfd462285ec86193e55ee8b

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [eeb852ea1ecb77c2980d44075429b06e7d420c3a]

        loplugin:unreffun
        
        ...after recently splitting up the test .cxx files
        
        Change-Id: I11542454188b3636ef880beb7f28f2638828e99e

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [fb4580f6aae4d2d5377913c255e42e0919466ab3]

        loplugin:unreffun
        
        ...after 0a93639221a9de78eb548cf73a616f74c464d7ce "sd: split up sd_export_tests"
        added assertion_traits<Color> to sd/qa/unit/sdmodeltestbase.hxx
        
        Change-Id: Ief66367b6cd5499d75ac563b6f99427789394ff5

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [546c3469af49e4b21fcefd719e93437e4de14485]

        bccu#1910 -  better handling of not supported animation nodes.
        
        Earlier, when a not supported animation node was hit all effects in
        the same slide was ignored since the whole animation tree was
        invalidated. This patch tries to minimize the impact of this issue by
        removing only all children nodes of the direct parent container of the
        not supported animation node.
        
        Change-Id: I31896cf29d18e64ff44d7d4bcdc60392ac1c1ec3
        Reviewed-on: https://gerrit.libreoffice.org/26838
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [232541ef2504fc58691eefc2f15f85eacda25075]

        bccu#1900 - added support for discrete activities
        
        Change-Id: Ib11f32faf50ba9616b0d5d517ae3820806ed42d2
        Reviewed-on: https://gerrit.libreoffice.org/26837
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [a3dae1ec55ba8da99d598565fb49eb995ac0e10f]

        bccu#1900 - additive and calc mode were not parsed correctly
        
        Change-Id: I00c4af6a6c992fc41c4b993621cded59800b5e06
        Reviewed-on: https://gerrit.libreoffice.org/26836
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [14272dde34e2d4bf0ee31133a36145377ce74cb5]

        bccu#1870 - added support for rotate attribute
        
        Change-Id: I0b29fa65171c12c25122176af3c9b4e7a9c0826f
        Reviewed-on: https://gerrit.libreoffice.org/26835
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Andras Timar  <andras.timar@collabora.com>  [e545a1668965f4ac59673b31696a95695230fedb]

        avoid 'Compiler Error C2026 string too big, trailing characters truncated'
        
        Change-Id: I57e74cbf7bf3a51f73f554c1f17b8c4420a1e386
        Reviewed-on: https://gerrit.libreoffice.org/26834
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Andras Timar  <andras.timar@collabora.com>  [6b400cd64e6fa2b69926cbb5f2bcbf339dd2348f]

        bccu#1800 fix bogus loops in slide animations and transitions
        
        Change-Id: Ic0b6a7b526f4ae09653d29f73bff7fde78a25cbf
        Reviewed-on: https://gerrit.libreoffice.org/26833
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [27b3bfbe3139a8b21b8d01a74ac2e71423f4edb6]

        loplugin:stringconstant
        
        Change-Id: Ie5aee19517cff0c724f03f73c0e79a057ae9c2b6

2016-07-01  Eike Rathke  <erack@redhat.com>  [835fa9bd687518f44465cb22348a13984cdf779d]

        no need to check twice
        
        Change-Id: Iad2942851fced632c0c662bf754b1d687740105c

2016-07-01  Eike Rathke  <erack@redhat.com>  [f45a78ac585b847c64c4bb78436f895b243ca2f6]

        use GetInt32() for integer Add-In parameters
        
        Change-Id: Id62acb1800b3a302d62900699a01d1a5cdf1ab56

2016-07-01  Eike Rathke  <erack@redhat.com>  [415cd81d90aa5dd4f9a5d914fabd4c2371f53e4c]

        let GetInt*() truncate to integer towards 0
        
        like it should always had been the case ...
        
        Change-Id: I75b9e71bbaad5e356a45b416a3b42dc4becec801

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [3a944846a8460e33fc0cb79f38823e503fb1385c]

        loplugin:defaultparams
        
        Change-Id: I359b7c58fed6343f58a75bc2afedb78ff7c16719

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [880c6e40f694342408681929ae5c4fe12bd63332]

        bccu#1307 - svg filter - added support for clip region meta action
        
        Change-Id: I90beea5e101a14f0dc9df8c7db0bb55782aba110
        Reviewed-on: https://gerrit.libreoffice.org/26832
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [0f95f4f99cf09b597cb9d7b575aed7ba776919dd]

        svg filter - rewritten context handling
        
        Change-Id: I9c18f6ca641de2957cbbf8fd57035f5aa2e5c294
        Reviewed-on: https://gerrit.libreoffice.org/26831
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1085035078ac1546238be5de2ec47f70a8caffb1]

        svgfilter - polish code formatting
        
        Change-Id: Ic63cfeb352326f3375ba664a775e58c566901320
        Reviewed-on: https://gerrit.libreoffice.org/26830
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8dfeaeae4747e16c9ebf358005cf296b8d739e0b]

        lool - bccu#1307 - stop colors for background gradient was wrong
        
        Change-Id: Ic5ddd4d3a3018c014a77b2e54d639b5589f9d477
        Reviewed-on: https://gerrit.libreoffice.org/26829
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [43e8c7632146b1b373b51a3a2e294c43339b18cc]

        lool - bccu#1307 - images must be scaled in a non-uniform way
        
        Change-Id: I4093452d543ba45d8c1a2c1fc0811646e12c23a5
        Reviewed-on: https://gerrit.libreoffice.org/26828
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [68c5c0bb7eed007bbfbb2e51107fc0196825e85a]

        sc lok: add LOK_CALLBACK_CELL_VIEW_CURSOR
        
        So a view can be aware where the cell cursors of other views are.
        
        Change-Id: Ifcf06c0019c6af8b859e2e92222e4f3fd18da74f
        Reviewed-on: https://gerrit.libreoffice.org/26844
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [3fc82623635ff8e57df2c92811abd9d7e481c046]

        sd: sd_export_ooxml still takes the most time, split it in 2
        
        Change-Id: Ib102ba9b54c4b7730c583e3cb5e769f70fcb5b09

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [0a93639221a9de78eb548cf73a616f74c464d7ce]

        sd: split up sd_export_tests
        
        Move all PPTX export tests to a new file.
        
        Change-Id: Idb90baf6b145cdfaf5301583489a7257c5fa23a4

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [f3cb21a3fb0141d27b8b7435a2d938439ab7a657]

        cppunittester: always print execution time of each test
        
        Not much point in disabling this by default, nobody but the author
        will find it.
        
        Change-Id: I637b214644d2cc7bc70b8bca4f214955355ea951

2016-07-01  Michael Stahl  <mstahl@redhat.com>  [110a500b68bbc9010cf1cf896ef611c397c27d6f]

        re-enable unit tests accidentally disabled with HAVE_FEATURE_ATL
        
        Macro is only true on WNT, but the tests should be enabled then.
        
        Change-Id: Ife5657c8204c9906afd42b4b4671a7fa6356a748

2016-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b020026741d8bdd511c5eb310e3e8b11ce297b61]

        CppunitTest_sal_rtl_ostringbuffer: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I1b7710556f179f35694c05e209854bbcb152041f
        Reviewed-on: https://gerrit.libreoffice.org/26842
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-07-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [35de25aac00f9698c5df338bb6399384a71f6c1c]

        Improve readability of OUString concatanation in SvxPixelCtlAccessible
        
        , SvxShowCharSetVirtualAcc
        , SvxBmpMask
        , SvxSuperContourDlg
        , and SvxTPView
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: Id0641673e1e6fb04b3193c2b8e9a2ab3156b4552
        Reviewed-on: https://gerrit.libreoffice.org/26794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-07-01  Justin Luth  <justin_luth@sil.org>  [1a13a9a46ae240966fa9152b35671384c07e7004]

        remove stylename dependency from rtfimport
        
        It was not the intention of this unittest
        to specify the name of the style.
        Better not to hardcode a "random" name in a unit test.
        
        Change-Id: Ibf96f8c0e88ec61c4994d57c67d8958cde9a8d25
        Reviewed-on: https://gerrit.libreoffice.org/26735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-07-01  Stephan Bergmann  <sbergman@redhat.com>  [bfff963fefa930839171c4233699339979f3ceec]

        clang-analyzer-deadcode.DeadStores
        
        ...after 0f17e343306fd457c542067c09242ddd04ca39e9 "loplugin:singlevalfields in
        chart2"
        
        Change-Id: I111d6a0eb5380d9559799db348deb43594f90630

2016-07-01  Takeshi Abe  <tabe@fixedpoint.jp>  [faddbce32ed863bda4238e54dd11df1b468ccd86]

        Make SmStructureNode's ctor initialize the number of sub nodes
        
        This also drops newly unused SetNumSubNodes() as a result.
        
        Change-Id: I9b33cb547eb6883da4b45dc5760144cce8fa14ee
        Reviewed-on: https://gerrit.libreoffice.org/26795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-30  Stephan Bergmann  <sbergman@redhat.com>  [45129b0a204fc2a40b2d071cc6c9f36d027c3242]

        loplugin:badstatics: new static only found with libc++
        
        Change-Id: I93f12629fe6aa4bddae7379a5a7ac4f4c42c7923

2016-06-30  Rishabh Kumar  <kris.kr296@gmail.com>  [4fbd96f6b34244bc274f2471474f9bacf2d6f4c1]

        Minor changes for Pattern tab
        
        Change-Id: Ibc10b24c2367fd7a6ca068ee61fd4098d2f66bdb
        Reviewed-on: https://gerrit.libreoffice.org/26825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-06-30  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [1a4da5839546fd2a1d446a5eeb459ed981e873f3]

        Rename GetFoucsPosIndex() to GetFocusPosIndex()
        
        Change-Id: Ic05d69976d053037c9d02cf5f8b843c6b590000c
        Reviewed-on: https://gerrit.libreoffice.org/26803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-30  Eike Rathke  <erack@redhat.com>  [14e31d6cf4c4ba8a28b932c77994bc905686dba5]

        Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()
        
        Needed to adapt the WEEKS and YEARS test documents to cope with the
        change.
        
        Change-Id: Ia52505418f4fed684bd04290c608e2a65eee2fbc

2016-06-30  Caolán McNamara  <caolanm@redhat.com>  [ad59dcf7dad19540403f5812677901e6fad30257]

        everything is called Dispose, hard to find anything
        
        Change-Id: I473ed39c975886a6be30860cb61f6fe59c5508a4

2016-06-30  Mark Hung  <marklh9@gmail.com>  [0381026924947c6164d1eebe7395c91f619965ce]

        tdf#100179 correct cell merging in pptx.
        
        Change-Id: I7a5bc6fb33c64d1ff398986eff5b960fe037df4d
        Reviewed-on: https://gerrit.libreoffice.org/25791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-06-30  Szymon Kłos  <eszkadev@gmail.com>  [5ee7caad68fecfb2124dd90e077597e92b6400c9]

        GSoC added button with small padding
        
        + vcl builder setups action for custom buttons
        + new control: vcllo-SmallButton with WB_SMALLSTYLE property
        
        Change-Id: I54891969f26d237eac8e45532906d76040264272
        Reviewed-on: https://gerrit.libreoffice.org/26781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Caolán McNamara  <caolanm@redhat.com>  [675c8faefd8756f7c43312f23eb341797bcbca4d]

        Resolves: tdf#100692 crash in sidebar on deleting image from writer
        
        stumbled on this in passing and it has the same bt as
        
        http://crashreport.libreoffice.org/stats/signature/vcl::Window::setPosSizePixel(long,long,long,long,PosSizeFlags)
        
        Change-Id: I1f19275029b05f353dfa823a2ff435e5045250a6

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d12ed381be17a6bb2dac33ac82c46d85dcd41771]

        tdf#65356 Photo Album: Disable "Insert Link" in the add dialog
        
        since we have that option in the dialog directly
        
        Change-Id: Id8f0e39df7c468759cb4dc4d94f0042f09c8296b
        Reviewed-on: https://gerrit.libreoffice.org/26797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e9891e5dd8e9c83a1bf0483aa314e743a1c02e50]

        Add new open dialog type: Preview only (without link)
        
        This is needed e.g. for the "Insert Photo Album" dialog
        where we don't want the "Insert Link" option in the file open dialog (tdf#65356)
        
        Change-Id: I01aecaaf8194a8123931b0482b4a37155654dfc2
        Reviewed-on: https://gerrit.libreoffice.org/26796
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [6168f10b6280b2d60de44a333f3f1dc23cbb9bcf]

        sw lok: mix missing invalidation due to page calc in visible cursor change
        
        Steps to reproduce in gtktiledviewer:
        
        - two windows, then enable edit in both
        - view #0: go inside a word
        - view #1: select the same word
        - press Del in view #1 -> no invalidation
        
        Fix the problem by changing the LOK-specific GetPageNum() call in
        SwVisibleCursor::SetPosAndShow(), so that it doesn't re-calculate the
        frame, that way later when SwLayAction::TurboAction_() attempts to
        re-calculate the layout, then the frame will be still invalid, and that
        re-calculation then triggers the necessary invalidations.
        
        Change-Id: I8c4472b9809537fcbd4a20c73f39be7ebca16b1f
        Reviewed-on: https://gerrit.libreoffice.org/26802
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-30  Eike Rathke  <erack@redhat.com>  [0ac0061b437310c8bfb9d8b3596dae579a264b46]

        use GetInt*() in the most obvious places
        
        found with /approxFloor.*GetDouble
        
        Change-Id: Ice058c9cb318d7b0b0cadb9a26b4eb9f3691752f

2016-06-30  Eike Rathke  <erack@redhat.com>  [2b376803a79c8eb74ebe2569badd271b63ccd4d6]

        use GetInt*() in the most obvious places
        
        found with /approxFloor.*GetDouble
        
        Change-Id: I2a08d8c268e6c1d64270d9c9f343b69a62f27708

2016-06-30  Eike Rathke  <erack@redhat.com>  [366a1669368856b329144a791c030445149fdd72]

        use GetInt*() in the most obvious places
        
        found with /approxFloor.*GetDouble
        
        Change-Id: Ib14a60e872c6a3adde2aa11f96f391c42b4e510c

2016-06-30  Eike Rathke  <erack@redhat.com>  [f8f655da5919858994dafb292429cf4d0298be4c]

        return SAL_MAX_... instead of 0 for GetInt*()
        
        Most places will use GetInt*() to obtain flags or enums in a range
        0..somenumber and explicitly check for valid values, so returning MAX instead
        of 0 will save us an extra comparison of nGlobalError and push/return.
        
        Change-Id: I84c5d693d3642ea643308dc4650a391de2ebe82a

2016-06-30  Eike Rathke  <erack@redhat.com>  [2087b8f2f66487f6e5940eb5fc318944a1865e31]

        introduce ScInterpreter::GetInt32WithDefault()
        
        Change-Id: Ic3a5c65e4846a4582461564f572be83897b1d12d

2016-06-30  Eike Rathke  <erack@redhat.com>  [75c364e426eb34ba1be2ac71f768fd3969e85226]

        introduce ScInterpreter::GetUInt32()
        
        Change-Id: Iba1a8cfcab01083a23b4956d7da51651ad3a447f

2016-06-30  Eike Rathke  <erack@redhat.com>  [7b2432a2b7fa7a7cc87160e7cc1823a0354988ff]

        use GetInt16()
        
        in the places changed by 2606915f0f480af30367a5d0f67adbf930c2c6b9 and
        002697221215e009cdf20fd5c12b50350b8a2128
        
        Change-Id: Iea056b3101c5c41ee932defe13edf4769cb9eab1

2016-06-30  Eike Rathke  <erack@redhat.com>  [7dd093b283fa629e00958f6d91e6006d1e604fdf]

        introduce ScInterpreter GetInt32() and GetInt16()
        
        in preparation of replacing oversimplifying casts and special handling
        like in 2606915f0f480af30367a5d0f67adbf930c2c6b9 and
        002697221215e009cdf20fd5c12b50350b8a2128
        
        Change-Id: I81327dbc2218f40359c3485cf3d639d19fd69cef

2016-06-30  Stephan Bergmann  <sbergman@redhat.com>  [2ea01fb9002c4aceba724cabad663d6026381c0c]

        loplugin:badstatics: further (Linux-only) static only found with libc++
        
        Change-Id: I048212e3feb3f548d5a65940dd71ccb71cade778

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [dc93e3330e143113df6cf74861315c15a80324b5]

        Photo Album: Allow assigning keyboard shortcuts
        
        Change-Id: Ie3a31a02733048421423f8f44846fc7374ae71f0
        Reviewed-on: https://gerrit.libreoffice.org/26799
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9596ab09d05d0e939d408c0f359c9d9de2fbe3cc]

        Photo album: Remove padding from preview image
        
        So that it aligns well with the other controls
        
        Change-Id: I32fcb50bf378443dc27c10a1a674ff672b95a15f
        Reviewed-on: https://gerrit.libreoffice.org/26798
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [49f93558f073f97e33f3303ebca823a14e238e99]

        tdf#65356 Photo Album: Allow inserting images as link
        
        Change-Id: Ic7d1228b9e0a5ee5a303c5e3f4ce4d5a1b2b2036
        Reviewed-on: https://gerrit.libreoffice.org/26793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Stephan Bergmann  <sbergman@redhat.com>  [f63b5c5cbc8f5a9dd32f7cf5010187f8ae24206a]

        distclean the generated bin/bffvalidator.sh
        
        Change-Id: I3ea4f0682250ddb475c66a9782194177e6ae7586

2016-06-30  Caolán McNamara  <caolanm@redhat.com>  [937cbdb579820aa1dd0526682df1ea98a34168c5]

        fix Window::~Window: inconsistency in top window chain leak
        
        Change-Id: I4f32b77a4b107e5315e0c2bc9b20db897135c8b0

2016-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bfd4234fd863ee75f4f07d9bded061063bbde3d4]

        lokdocview: avoid pointless setView() before getView()
        
        This fixes the following use-case:
        
        1) Start gtktiledviewer, click New View
        2) Click Edit in the first view
        3) Click somewhere in the document in the first view -> nothing happens
        
        Change-Id: I79d63538607f03b78851a639adf158d918745276
        Reviewed-on: https://gerrit.libreoffice.org/26789
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-30  Stephan Bergmann  <sbergman@redhat.com>  [944ed68645fbf9731c699dda9361719759af4ac4]

        Explain usage of -isystem instead of -I
        
        Change-Id: Ib7153db5c2c1542ff7e9a0daa6d7124225c7701c

2016-06-30  Stephan Bergmann  <sbergman@redhat.com>  [4d54e240262ffb2d2de1d72986f025657e230c77]

        Who needs that $(CLANGDIR)/tools/clang/include anyway?
        
        It was included ever since 02a8d36ebf3d54784903f2899eafe010bedf2f4c "initial
        support for clang compiler plugins" but will probably point at either a non-
        existing dir or a dir in the Clang source tree (that does not even contain all
        the include files that the corresponding installation dir would contain, as some
        include files are generated during the build).  For a properly installed LLVM/
        Clang, all include files should be found underneath a single include/ dir.
        
        Change-Id: Ie23cb1ae701eed1ee78448eb6c828d07b15121c2

2016-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [79e8a15ae49540ac107808b03328fad90557e381]

        RTF export: it's enough to pass these by const ref, no need to copy
        
        Change-Id: I6854c3c8e9a2b5c6d478551c5f9bba19e114152c
        Reviewed-on: https://gerrit.libreoffice.org/26787
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-30  Noel Grandin  <noel@peralex.com>  [fbd23182ee1804fd87a13d79a71e231549767408]

        loplugin:unusedfields
        
        Change-Id: If06fffa8db050df0f9c1c7da6163575bf522382e
        Reviewed-on: https://gerrit.libreoffice.org/26754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-30  Mark Page  <aptitude@btconnect.com>  [f160d8c879b7184b2a41f2310a09c0432c14379a]

        Modify the ImpGraphic class SwapFile to use a shared pointer
        
        Change-Id: I2cf85f91d9022a4ea10804efe2e986e95a63419f
        Reviewed-on: https://gerrit.libreoffice.org/26284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-30  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [471ca6690262463c58225b5c8efb74e8fcf5e1ac]

        Improve readability of OUString concatanation in ODatabaseExport
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I3cf18cfb6879ea1598ad98a0bccd3ec91c88c875
        Reviewed-on: https://gerrit.libreoffice.org/26760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [ec6956491a0c6553a9fb91f64c6ceb7cd8e8aa52]

        Step towards disposing of ScDataFormDlg properly
        
        There were some VclPtrs hiding inside std::vector (twice), so fix
        that, but the destructor is still not called (getting Window::~Window
        inconsistency assert). With this patch however the screenshot cppunit
        test no longer fails
        
        Thanks noelgrandin for help
        
        Change-Id: I8b46c4608cbab2070e36ef4abec226bcd997425e
        Reviewed-on: https://gerrit.libreoffice.org/26772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-30  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6f34143dfb061cb8dda76b9e4f449f1e6b4fc181]

        tdf#89616 Find toolbar: Activate search arrows when input has text
        
        Not only when input is modfified
        
        Change-Id: Ic6b94dbfba34ec6eb88c9c385aaa36a7bac19de7
        Reviewed-on: https://gerrit.libreoffice.org/26782
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-30  Justin Luth  <justin_luth@sil.org>  [8448d0930177da0014b7faa99bb124227ae1c16e]

        remove pageStyle name dependencies from rtfexport
        
        It was not the intention of these unittests
        to specify the name of the style.
        Better not to hardcode a "random" name in a unit test.
        
        Change-Id: Ic071bf42dc45c4fa831fec433e3c02b161b4268c
        Reviewed-on: https://gerrit.libreoffice.org/26734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [615c37503cffa92a663245d7cb140f316ace0506]

        LOK: change back type of view ids to int
        
        Commit 45c2410041c48c22bd860efb42d4daadad7869b0 (LOK: change type of
        view ids to uintptr_t, 2016-06-17) fixed the problem of view IDs being
        reused for the price of random IDs, which makes debugging harder.
        
        Implement a simple shellToView() function that makes sure view IDs are
        not reused, and stop exposing view shell pointer addresses, which allows
        reverting the LOK API change.
        
        Change-Id: I63089e6de08ee7e1c7706757d43a11f6cf4d6e06
        Reviewed-on: https://gerrit.libreoffice.org/26773
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-29  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [76c2125ee3eeb64a95501c26c2fa660cd0f8818c]

        Add MS binary format validator support for wine
        
        Run bffvalidator also from Linux, reportedly works from wine 1.9
        upwards. Wraps stuff in a shell for path name conversion.
        
        Change-Id: I3093b10bbbf89aaff97f63485b8ccadb417b3561
        Reviewed-on: https://gerrit.libreoffice.org/26784
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-29  Michael Stahl  <mstahl@redhat.com>  [11f69994b0231a760231b712d9faf6806334232f]

        compilerplugins: -isystem /usr/include breaks the build
        
        ... on Fedora 24, and it's a Bad Idea in general because it breaks
        "#include_next" ordering of GCC's and glibc's variously distributed
        headers.
        
        Change-Id: I0c8b51a6d7191ec9cc5187636ea2717e8fd97715

2016-06-29  Caolán McNamara  <caolanm@redhat.com>  [71bf7daf530cd633b0308db7cf0bc16d49bab0b9]

        dynamic_cast followed by static_cast
        
        Change-Id: I9ebdc33ceabc8aaa34dc897cc47e692fedde9199

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [ded8e74df2ed808177620a6c2458beb6d03fd18d]

        loplugin:badstatics: whitelist some more statics
        
        ...which use std containers and are only found at all with the libc++ container
        implementations, not the libstdc++ ones.
        
        Change-Id: Ic9af06139823befad4af1a9a825cba10c115aceb

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [bd9988ee969a73690a254fc7e6ada110b8681dc1]

        No need for a derived class
        
        Change-Id: I42e96a0c7818abdaff15f5cd2b1111839aa771e6

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [3d97b2000979200db53f77db20e882e85c66c0b6]

        Simplify finding elements of theAddInAsyncTbl
        
        Change-Id: Id9a2d84e1efb86a89e620dca5cd35274979aa1b9

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [8775290658df28f331bfc2611a072fd691620417]

        loplugin:staticmethods
        
        Change-Id: I506f1e79a7500ab79dd0f199150949face091931

2016-06-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [97fda453bc43fbae3d0a9fd05259e92d3205fd06]

        tdf#100594 Calculate nFrac with fNumber for Forced Denominator
        
        nFrac was calculated with fraction value = nFrac/nDiv which could be rounded
        in case of few digits in nDiv
        
        Change-Id: I568121b0e7b5ea0b67bbff7bbbb37d2c272c3691
        Reviewed-on: https://gerrit.libreoffice.org/26663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b3bba0b8452d1e5798bd01f09a642718bcecf30f]

        tdf#97837 Add qa unit test
        
        Add a number format with "/ " at the begining like in bug report
        
        Change-Id: I98ae12434608e16c8e202a1c4acfda50df4db6f1
        Reviewed-on: https://gerrit.libreoffice.org/26576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [7c6a8f404bad90fb4d96dbf75e8824f673e16899]

        tdf#81939 Remove escape char only for fraction
        
        In XLSX files, in number format, all escape characters were removed.
        But it is only necessary for space character in fraction.
        Preserve escape character in other cases.
        
        Change-Id: I6f82b7285cf91726725b723b0bb109bcced066b8
        Reviewed-on: https://gerrit.libreoffice.org/26466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-29  JBurant  <jiri.burant92@gmail.com>  [c58ef7f10839d78859c470c160fe20ae2d49e6ab]

        tdf#90336, make it visible in options, if openCL will be used
        
        I tried to hide the black and white list settings and
        to add the info, whether OpenCL will be used.
        
        Change-Id: Ida7d34078bdb6fc2597376a61138cf9ec0c8eeaa
        Reviewed-on: https://gerrit.libreoffice.org/23847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [8614502d737de5b00889c06cd88499b00867bb5d]

        Further clean-up
        
        Change-Id: I884acbc85108f9cbd5e244c73a1f4c58a8c89613

2016-06-29  Tor Lillqvist  <tml@collabora.com>  [68106cbac586f25836d3482c068eee2ffb7c99fc]

        Don't waste too much time evaluating the "score" for the "native CPU"
        
        This code took tens of second typically, which is utterly pointless.
        Instead run the loop for max a second, after which estimate how long
        it would have taken to process all of the data.
        
        Don't confuse the "native CPU" term here with a CPU-based device
        of an actual OpenCL implementation. That is a completely different
        thing. This "native CPU" thing here is just our way to estimate how
        much time it takes to do calculations using normal C++ code on the
        CPU.
        
        Change-Id: I92f5eedc06bbaaef6a9b5322fefec9d41f0db505
        Reviewed-on: https://gerrit.libreoffice.org/26774
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4f580f4a4683ab09c94cfd2dfa9d203881e3eb5]

        framework: fix typo in dispatchdisabler
        
        maDisabledURLs is a set, aDisabledURLs is a sequence, the intention is
        to copy the set into the sequence, not to copy the (empty) set into
        itself.
        
        Change-Id: Ib262e863b1f1aa4c455bd7552df3dc2c3f73a400
        Reviewed-on: https://gerrit.libreoffice.org/26765
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-29  Noel Grandin  <noel@peralex.com>  [42486dde49d9a9494c1f4889bbccde1f5aecd91e]

        move #includes to top of file
        
        instead of being randomly embedded somewhere deep inside the CXX code.
        
        Found with:
          git grep -nP '^#include' -- *.cxx | sort -g -k 2 -t :
        
        Change-Id: I9ee432d3b665ecb6ec600bd51cc4b735a1b1127a
        Reviewed-on: https://gerrit.libreoffice.org/26764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-29  Takeshi Abe  <tabe@fixedpoint.jp>  [d5b05cafdec62209803e38010b3354660e3e67cd]

        starmath: Replace OSL_ENSURE with assert
        
        as negative n would be undefined for OUString::copy(..., n).
        
        Change-Id: I950ec60656142450a5d5f6804324f6080c9c4c2a
        Reviewed-on: https://gerrit.libreoffice.org/26753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-29  Arnold Dumas  <arnold@dumas.at>  [9742ee52a842653f7118c4ad8e38c02a6e43e97a]

        tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        Change-Id: I6fc54accb6c08e34909db2131e0abc84d32da2f5
        Reviewed-on: https://gerrit.libreoffice.org/26763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [6951f28bbac44b29741089e88f842f124baf317f]

        tdf#100592 Add extra number formats for fraction
        
        Change-Id: Ia3a5fa02029e06e083fcc10748b0deb3048dae79
        Reviewed-on: https://gerrit.libreoffice.org/26675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [9ed5793a8b602f992ad0f52b919e066d25eda49e]

        clang-analyzer-deadcode.DeadStores
        
        cf. <https://lists.freedesktop.org/archives/libreoffice/2016-June/074681.html>
        "Re: chained editeng: Add TextChainFlow related files"
        
        Change-Id: I0b1611db620c0e0ee56890e652066afb95b3e9ce

2016-06-29  Caolán McNamara  <caolanm@redhat.com>  [88f7aae022bedd61588424a11bbc033217ba4e43]

        Resolves: rhbz#1350478 identify that we own the selection with a unique target
        
        so we can tell that we own the selection in the absence of reliable selection
        ownership notifications under wayland
        
        Note that gnome#768177 means that requests for CLIPBOARD targets after
        requests for PRIMARY targets can time out, which is why my attempts at
        doing this before giving up with
        
        commit 88cd9dd591d7921e5bce33c170b457ae5aa871bb
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Jun 24 15:06:36 2016 +0100
        
            Resolves: rhbz#1326304 cannot detect loss of wayland clipboard ownership
        
        didn't work.
        
        Change-Id: I1154899e478b6e0cc6f70aa0c90c26663299072c

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [a29240256506bfabfbda78edd9d0744b8899cc38]

        Further clean-up
        
        Change-Id: I2b867a93fd8c5cf3c1e4f53863c441478d9201e1

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [102d87fc3619368af903523108188680c07b6d0d]

        Fix inconsistent dependencies of "make $MODULE" vs. "make $MODULE.build" etc.
        
        ...where the latter failed to rebuild compilerplugins if necessary, while the
        former did.
        
        (No idea about the proper dependencies of "make $MODULE.showdeliverables".)
        
        Change-Id: Ib6f8e193445229745475aa52eb7a78ebb30e49e5

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [bc578df9aed185b79bd42c9ffe95186d800fff59]

        loplugin:staticmethods
        
        Change-Id: I0f1be4e783dfa039cf8cec085df9827adbd56b35

2016-06-29  Michael Stahl  <mstahl@redhat.com>  [e2b267b1906817cc45f0e4896bed58cff5b6b0f9]

        vcl: GTK: fix libstdc++ "irreflexive" assert
        
        /usr/include/c++/6.1.1/bits/stl_algo.h:4737:
        Error: comparison doesn't meet irreflexive requirements, assert(!(a < a)).
        
        GdkRectangleCoincident is clearly not a less-than operator as required
        for std::sort.
        
        Change-Id: If2e65d420dc8cdf0707081361a40d4eaea28424e

2016-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [71b2dc0de9514d9972211f03641f64b7ed9ed8f3]

        vcl: handle PDF data in Read/WriteImpGraphic()
        
        Initially I wrote the test to cover
        f7d6f3e4e3fda3cd4936880918e2831246634a3e (svtools: survive swapout/in of
        graphic with embedded pdf, 2016-06-28), but as it turns out the actual
        swapin/out code is in vcl, so extend that as well to support pdf data.
        
        Change-Id: I320ea729dce9440b84a5089607807322ea7b0b04
        Reviewed-on: https://gerrit.libreoffice.org/26755
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-29  Caolán McNamara  <caolanm@redhat.com>  [488fd60c2dc2372f3dc33f5a5313e4f032adf968]

        Reinstate: tdf#99729: fix text alignment (no autofit & no full width)
        
        with extra disposes to shutdown the test thingies in the right order
        
        This reverts commit a4780b3c8b45261e59ed3cbb34c4463d58ad8079.
        
        Change-Id: I13282d6bc54a0dceb3ed91a04cd438a9011154fe
        Reviewed-on: https://gerrit.libreoffice.org/26756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9724eaa94e1f1e58dbbba2ecad4287245e0f0bf0]

        tdf#100413 Use same default values for preview string and format list
        
        Add specific default values for:
        - scientific: to distinguish engineering notation
        - fraction: to have quarter format understandable
        
        Change-Id: I73b74713a4bc502e9967b8d2c9983cfc6244912e
        Reviewed-on: https://gerrit.libreoffice.org/26391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [ac265f6210452ee48c1766942a3a311aedc3cdcd]

        Further clean-up
        
        Change-Id: I16b8bfe2c4a337acf188ec8ffa2ed084ca437faa

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [5d88bf766c8951b15010c8080c3cb56d52321fb2]

        Further clean-up
        
        Change-Id: Ice5fcb8f598b079afde3346f569d9619f1383506

2016-06-29  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [541fcc978d69e6ba10e4005fd6e38658100bc112]

        Move accessibility relations to .ui files, Part 12: tdf#87026
        
        By removing unnecessary variables/strings/function calls,
        and making proper changes in the related .ui files.
        
        As of this commit, all accessible relations have been
        moved to .ui files other than a few exceptions.
        
        Change-Id: Ic9dffdde414d245c13f13ee08543f90884991222
        Reviewed-on: https://gerrit.libreoffice.org/26707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ed27be2a91adce19bed8822622ea4e23d415725e]

        add XOR test case
        
        Change-Id: I07a2cf1d38757614c469e2cb7bfb3730ea32f3cc
        Reviewed-on: https://gerrit.libreoffice.org/26741
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4780b3c8b45261e59ed3cbb34c4463d58ad8079]

        Revert "tdf#99729: fix text alignment (no autofit & no full width)"
        
        This reverts commit 0cb200d000fad8ba31c7400e08cd031823f27308. Even if it
        was verified by Jenkins, it broke CppunitTest_sd_import_tests on a
        number of tinderboxes. Need to at least find out how to reliably trigger
        the crash and fix it before it goes in again.
        
        Change-Id: I7ed52cae559648ec101b7a343046a7d74a7c48d3

2016-06-29  Noel Grandin  <noel@peralex.com>  [6a1c5619be878d2ea7a38ec98d53c36fe3d416f6]

        loplugin:passstuffbyref
        
        Change-Id: Ic96736e5dc07abcbb738bcc4664981e3e142eee9

2016-06-29  Tor Lillqvist  <tml@collabora.com>  [277bcdf1d1b5bb6a172de7f9f9a7fe77c75e2e49]

        Get rid of some repetitive warnings about unimplemented MetaActionTypes
        
        Change-Id: I79b11918a7d1fd9d47dcf2f14f27924ab739c21f

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [04c2f370fa894315780d3f838e22e2e4c9479168]

        loplugin:defaultparams
        
        Change-Id: I17fd4679e0a6a58856021b40575ac9603da01b37

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [9503a69514460ccf56cf570e04236b001da13f22]

        Remove unused template parameter
        
        Change-Id: I3b1f54f88351512cbe2e555f9ca9c1c0dcc2c098

2016-06-29  Justin Luth  <justin_luth@sil.org>  [50bf96d31ab2eb546f6c71cc93c1fa5dd4bf3044]

        tdf#90697 docx - don't change continuous break into page break
        
        As soon as you set PROP_PAGE_DESC_NAME, you are inserting that
        style as a page break.  Setting a pagebreak via a continous break
        was first introduced in commit 50cb1667020494906afaacb68d4163d1eda527cf
        but the unittest for that commit no longer uses this code.
        I'm suggesting it be reverted.  It really messes up round-tripping
        when continuous breaks are removed/replaced with hard page breaks.
        
        There are a few odd cases where the very first section needs to set the
        page break via the continuous break, so it hasn't been eliminated
        completely.
        
        Change-Id: I5b0e4bb7612ee9df47e5c49b8c2316dc001b5238
        Reviewed-on: https://gerrit.libreoffice.org/26662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [1294013bf5d373ded1d050370569acdc2b68c5f5]

        sc/source/core/tool/scmatrix.cxx no longer triggers this?
        
        Change-Id: Ie8d18d66e89621f0cb4762ed5abfe2ec39788f72

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [24dcbccee7b1e35473187a77852afc8eee87ed2a]

        loplugin:stringconstant
        
        Change-Id: I7c7c7a43c6c6e0fd03a8533b7794dd52126dc047

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [733198de1b7fc3907609217147704f493f6146e6]

        Remove support for Clang < 3.4
        
        Change-Id: I81e97c5f720535b33dd3ce72d01151765e4e93a0

2016-06-29  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [94809ea0d4101679794bb239313c4d73fab30419]

        Improve readability of OUString concatanation in SvNumberFormatter
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I5aa95161f9284ce40354316d6d01be97e60241e4
        Reviewed-on: https://gerrit.libreoffice.org/26736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [df8bb7b32161ede37a0a82b421046435ad586f5c]

        svx: add XOutBitmap testcase
        
        This fails with commit 7d76bb251e0c88ff17282a33b801a5d17a434af5 (vcl:
        add graphic export-as-pdf filter, 2016-06-24) reverted.
        
        Change-Id: Idea5c282d610d949958d757677ee642d97ca1c8e
        Reviewed-on: https://gerrit.libreoffice.org/26747
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [1ce7176ba1b39f02ab45056023f8e7622f48cc74]

        Remove support for Clang < 3.3
        
        Change-Id: I185852a738bac10dc6d331afccfcbc7ae1225cb1

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [6439d93cbe64bacba1bcb858dd7cbb6a33fca60b]

        typo
        
        Change-Id: I31053ae472f74eaf3a86159a273424174329d0bd

2016-06-29  Stephan Bergmann  <sbergman@redhat.com>  [94cba04b33c9be270ee00002947f2456d453cf57]

        Further clean-up
        
        Change-Id: Id07b37629eb2a0b6d33297bffcf86d41c5d6fbe2

2016-06-29  Akshay Deep  <akshaydeepiitr@gmail.com>  [58f578263022e9fda5c235f09f88ec02e15965a9]

        tdf#100660 - Starting document from a template crashes LibreOffice
        
        Change-Id: Ida89fa8d35d1e22c706bc3703d2397b572bc01b5
        Reviewed-on: https://gerrit.libreoffice.org/26752
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-29  Takeshi Abe  <tabe@fixedpoint.jp>  [f6c004800a73059eea5267f58bdac118e7a37656]

        starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNode
        
        Change-Id: If3b81de299eca8b398a65534d1b201bf38daf19f
        Reviewed-on: https://gerrit.libreoffice.org/26733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-28  Eike Rathke  <erack@redhat.com>  [ae51f416fa375ad86e1836c1ad03b5da2c551fe5]

        identify boolean element type at least for inline arrays (i#87219)
        
        Since 23e5540a05e940cb4a591815e6b85a485b01fc32 we can use
        GetDoubleOrStringFromMatrix() and check for SC_MATVAL_BOOLEAN.
        Only if transported of course..
        If not, then even a {FALSE,FALSE,FALSE,...} result is better than the previous
        {FALSE,TRUE,TRUE,...} for any array sequence where all TRUE results resulted
        from the previous call to ISLOGICAL() ...
        
        Change-Id: I879e0cbc6557e73ac24713267b5122f923500501

2016-06-28  Eike Rathke  <erack@redhat.com>  [23e5540a05e940cb4a591815e6b85a485b01fc32]

        do not override type SC_MATVAL_BOOLEAN with SC_MATVAL_VALUE
        
        None of the callers checks for SC_MATVAL_VALUE but all use IsValueType()
        instead, which includes SC_MATVAL_BOOLEAN, but we may want to explicitly
        identify SC_MATVAL_BOOLEAN.
        
        Change-Id: I6737eb2909c819b6c54f7e62cf8ebfc12af14fea

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [0d3f9667bbc7b1a22d33dc92a2028fc712495a8e]

        AllocatorTraits::size can be static after all
        
        Change-Id: If9ce8a094af878497e980cdcfaf11604d613e5b8

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [0d3738a2580d72b778547bfcdf691fdeb0eccbdd]

        More Clang 3.4 "(anonymous namespace)" fixes
        
        Change-Id: I7cb43f915565dadd611b90ee30373e472f97efb5
        Reviewed-on: https://gerrit.libreoffice.org/26748
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-28  Caolán McNamara  <caolanm@redhat.com>  [886637d355e77cd61d85279f145c06b07385fecd]

        Resolves: tdf#100574 Crash when selecting and applying border style...
        
        when a first torn off instance was opened just before the second one
        and then the second one sends focus back to the first when its popped
        down.
        
        The second one listens to losing the focus and disposes itself which leads to
        dereferencing deleted stuff.
        
        So add a reference count to the places these tear offs call popdown so its
        still gets disposed but not deleted during the popdown and then protect against
        members being disposed with a enough checks to get back to safely
        
        Change-Id: Id5f8eb4771df36305e308a2a9a5035018948f121

2016-06-28  Michael Stahl  <mstahl@redhat.com>  [4dcba01d97b72db35885c505e647425059740a4c]

        gbuild: recognize newfangled screen TERM=screen.xterm-256color
        
        Seems to have changed from Fedora 23, where it was just "screen", to 24.
        
        Change-Id: I9078c337093d12d62e9afe10b1f02aaf346d4b43

2016-06-28  Rishabh Kumar  <kris.kr296@gmail.com>  [76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00]

        Convert Bitmap tab to Pattern tab
        
        Change-Id: I5cf02f1889090539f7adb826483c91a1ef3c3925
        Reviewed-on: https://gerrit.libreoffice.org/26015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-28  Szymon Kłos  <eszkadev@gmail.com>  [6af8c9ef2de39b933274c96fd661d219b2bed8a3]

        GSoC notebookbar: added animation tab for Impress
        
        Change-Id: Iff9d0269f0f8ce0e0a311c1bbcaf5f749c305348
        Reviewed-on: https://gerrit.libreoffice.org/26744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-28  David Tardon  <dtardon@redhat.com>  [b7c62273bc4afc5032add706f6cc301532d02831]

        fix assumed typo
        
        Change-Id: Ice084d8c0651b1b08e8e8cce6f4a6f1c09e8dd3e

2016-06-28  David Tardon  <dtardon@redhat.com>  [cff87aac4ec77957569377d690bc4aa8f7146e0d]

        update other places that read data from cairo image surface
        
        Change-Id: Icb8761e5ff89e1c0e0e034a751fe9a50ad5ab90a

2016-06-28  David Tardon  <dtardon@redhat.com>  [e9ef81eeefba5c4ec6de3fe72aefb6af26de30c4]

        rhbz#1341064 fix OutputDevice test on big endian systems
        
        Change-Id: I902acd90797ab26304bc5b239b862cae9f3075ef

2016-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [0cb200d000fad8ba31c7400e08cd031823f27308]

        tdf#99729: fix text alignment (no autofit & no full width)
        
        If TextBox contained text that is larger than the box, and
        autofit was off, and autosize was off, and full width was off,
        then text always aligned to box's left top corner, regardless of
        text anchor setting.
        
        Related problem (i103454) was fixed in 2009 by Armin Le Grand, but
        only for full width text. This patch extends the scope of that fix
        to correctly process other cases.
        
        The fix introduces a new compatibility flag:
        AnchoredTextOverflowLegacy
        If it is true, then old behaviour is retained.
        It is always false for new documents and imported documents.
        When opening existing ODF documents, it's true by default, unless
        it is explicitly set in settings.xml.
        
        Unfortunately, I couldn't find a way to access the document model
        from any of SfxBaseModel::load() or SfxObjectShell::DoLoad, where
        it could enable setting the compatibility flag universally when
        loading own format. Instead, I had to do it individually in each
        of SfxObjectShell::Load() implementations.
        
        Unit test is included.
        
        Change-Id: Ifad79d546739daafff59fb6c7fb0dce51babc53d
        Reviewed-on: https://gerrit.libreoffice.org/26737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [c1ab6613ae7b45f2d90aafd6c6a829a471ceca55]

        More adaption to Clang 3.4
        
        ...where NmaedDecl::getQualifiedNameAsString (which is expensive and bad,
        anyway) apparently returns something other than "(anonymous namespace)"
        
        Change-Id: I05ef96665c48f8f596dd0d317388e91a75b8307b

2016-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [429f4e294e87e1172a925f164ad9e3ef125019a3]

        Don't call a function when its result is already stored in variable
        
        const bExternalModel was already set to xModel.is(), and xModel
        hasn't been modified since then.
        
        Change-Id: I8cc6e6776e633287cc755b0489458cadbf1ae664
        Reviewed-on: https://gerrit.libreoffice.org/26716
        Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
        Tested-by: Mike Kaganski <mike.kaganski@collabora.com>

2016-06-28  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [67188d0e552c9dc50905f7f693d2bb24751a11c5]

        tdf#100528 Add constraints for AMORLINC function
        
        Function returned different results than Excel does because of missing constraints.
        Added constraints are all defined in ODFF1.2 for AMORLINC.
        
        Change-Id: Icd5f9de9cf252e6864e3aa9b47346f6f75669c92
        Reviewed-on: https://gerrit.libreoffice.org/26572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-28  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e227b6516295c6954d24a8eb67d2f0c0475c32e9]

        tdf#100523 Add constraints for AMORDEGRC function.
        
        Function returned different results than Excel does because of missing constraints.
        
        Change-Id: Iea8424a8429e0c48a19fe2818ca4be26c90afd32
        Reviewed-on: https://gerrit.libreoffice.org/26571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ffe9eb48a78bccf3d01a0effd5f2715174d38ff]

        sd draw page: add PreviewMetafile UNO property
        
        This allows an unnecessary GDIMetaFile -> WMF -> GDIMetaFile roundtrip,
        and also avoids the odd black border at the bottom / right of the
        preview metafile in the PDF import-as-graphic filter.
        
        Change-Id: I7e3e782bbe0cf56def352e23b60864bb7773b607
        Reviewed-on: https://gerrit.libreoffice.org/26743
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [9308f353186fb39a02eddfc281fc72ac1026e0b6]

        Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)
        
        Change-Id: Ie2859f03b31c57deb7fd0deba3285f782e33b239

2016-06-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [36936d5a8c2e6fc32dcc65d860bdfdafd2fbb766]

        add IFERROR test case
        
        Change-Id: I0d9d27715ed987b6cdcc88ac6ce000083d184e90
        Reviewed-on: https://gerrit.libreoffice.org/26742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-28  Noel Grandin  <noel@peralex.com>  [1aafc64b4d3ca2a01057209f047b136297c7842b]

        loplugin compat with clang 3.4
        
        Change-Id: I264fe688519b8b2173d5cccd8a453847a7fb89d9

2016-06-28  Tor Lillqvist  <tml@collabora.com>  [f948dce856d51704e1962553198015dbebb6e527]

        tdf#75387: Don't case-fold strings for formula group calculations
        
        There should be no need for it as far as I see. Possibly it made some
        sense back when we thought we could use OpenCL for operators and
        functions that are supposed to ignore the case of strings they
        handle. But we hopefully should never try to use OpenCL for string
        data nowadays anyway. And actually, the case-folding ended up
        affecting strings handled by the so-called software interpreter. For
        the tdf#75387, the sample sheet worked fine when OpenCL was enabled.
        
        Change-Id: I1c170ebf09551fea0964f394cdb3c65079672257

2016-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [c9f05625a7d34bed2229d59466420cd56f904c41]

        Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7e
        
        Also make changes to make loplugin:staticmethods happy
        
        Change-Id: Ia55d063c0fa5a1d9392e09f23ebb1266f46745b9
        Reviewed-on: https://gerrit.libreoffice.org/26740
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-28  Noel Grandin  <noel@peralex.com>  [442dd6a153385d7c2826eabe0737d4d53332f392]

        loplugin: move parentFunctionDecl() into common code
        
        Change-Id: Ia10a76a98a63c6ea3b516d9146281f672b213ab3

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [e3e79246cb7dd28a8b3511cefd0c41cf19b3e7de]

        Simplify some PutProperties calls
        
        Change-Id: Idf91592e6cf34b5591f221c3c5bdc937bbe46014

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [c63ae748b301db1f4996b43f6faf4bb317c37467]

        Adapt OS-X--only code to aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3
        
        ..."tdf#97527 - vcl: reference-count Menu"
        
        Change-Id: I47457205ae99025d2ca13965dcf2fac79962124a

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [ea6536a42b73c9205c9c69ddc5fecb9ed83c440e]

        IsOwnStorageFormat can apparently be a private helper function
        
        Change-Id: I5b36d48749faaab7c1280b5d086bf0d65a313469

2016-06-28  Szymon Kłos  <eszkadev@gmail.com>  [876348f5acdaa109e0f878786345e1e12fce19a1]

        GSoC kill notebookbar after the real impress close
        
        Change-Id: I641ebdd7610289a872dd0c8de9b297e5e6ba0b45
        Before: notebookbar was closed even if exit was canceled by user

2016-06-28  Noel Grandin  <noel@peralex.com>  [48a8d6d8434908690bc2a51d27f1051bd550c9b0]

        loplugin:singlevalfields in various
        
        Change-Id: Ia0d8f463a4dba9ec63aa0159441e3e607dd3bf5e
        Reviewed-on: https://gerrit.libreoffice.org/26738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7d6f3e4e3fda3cd4936880918e2831246634a3e]

        svtools: survive swapout/in of graphic with embedded pdf
        
        Use case is to insert a pdf file in Impress, then choose Save from the
        context menu of the image. On one hand, for some reason only bitmap
        images can be saved, so add an exception for the graphic-with-pdf case.
        SVG is not affected, as it counts as bitmap with its PNG replacement
        image, it seems.
        
        On the other hand, copying the GraphicObject around triggers
        swapout/swapin of the graphic, and there the original pdf data was lost,
        fix that.
        
        Change-Id: I8b4b67cd951e39b0250a101766f487ddb1088cab
        Reviewed-on: https://gerrit.libreoffice.org/26739
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-28  Tor Lillqvist  <tml@collabora.com>  [b5dfe9b95fa0f995542c151d8e1b79a03e91c626]

        Drop overflow warning that was produced repeatedly on Windows
        
        I see hundreds of the "'operator *=' detected overflow" warnings on
        Windows doing perfectly normal things. The call site for those
        explicitly checks anyway for an invalid (overflowed) result.
        
        (Sure, there might be other call sites where the warning possibly had
        some degree of usefulness because an overflowed result is not checked
        for. I am willing to take the risk.)
        
        Change-Id: Ie88ad11d159ee7aa505c22633a7e2cda1246ff31

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7e]

        loplugin:staticmethods
        
        Change-Id: I6e5a1c33eeb5eb139f12d4a9d696c53ad65a3af7

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [09353c627822d61fbffd6038224d0da72f768710]

        loplugin:override
        
        Change-Id: I5307c3ca3ebef72a08055e9389bc53e760d4178c

2016-06-28  Szymon Kłos  <eszkadev@gmail.com>  [16452737613c9f1b6d8dff7e0b2726460543df21]

        LeftRightMarginScale: updated comments
        
        Change-Id: I1b35845ee273723b617334daa39854079a8e6992

2016-06-28  Noel Grandin  <noel@peralex.com>  [7e49e303f800d1508643daa5a00e7f1603e6b73b]

        loplugin:staticmethods
        
        Change-Id: I597015df5c12040b1b2a108bcfbe2831fee6ec23

2016-06-28  Tor Lillqvist  <tml@collabora.com>  [5263b653b360e140c94eefe6d1f758aacc07ca78]

        Drop the dash from "Read-Error"
        
        Change-Id: I12c058bbb01df9c2aad794b5d500ab7ed0502d81

2016-06-28  Noel Grandin  <noel@peralex.com>  [0f17e343306fd457c542067c09242ddd04ca39e9]

        loplugin:singlevalfields in chart2
        
        Change-Id: I8b8bf093736a191c90d765dce82b00e15bb398d6
        Reviewed-on: https://gerrit.libreoffice.org/26708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [db11f792018f6905733323a4979c6a5e697807ca]

        loplugin:unreffun
        
        Change-Id: I7a5a00e3a85cf0705d5e4e2fca2184e991f56b7a

2016-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1632d6380cb905c3d3c022079e703abf7ce14f5e]

        ODP export: add embedded pdf support
        
        This is basically the draw shape equivalent of
        SwGrfNode::GetReplacementGrfObj(), that already had explicit code for
        PDF purposes.
        
        Change-Id: I00a619082f59a3e377d45c3a59615cadae295586
        Reviewed-on: https://gerrit.libreoffice.org/26724
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [979c4a4140d6b86a4219b3daf1c3fbd9f8730459]

        loplugin:staticmethods
        
        Change-Id: I3f94a493822b8f6f83473578cd133a54ecc6be30

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [ff177bf17d547b0c116a9ca486af3d4724056f3e]

        loplugin:stringconstant
        
        Change-Id: I590e5f6e6752902caf3da0d5d1924d59b10c421c

2016-06-28  Noel Grandin  <noel@peralex.com>  [4ae3f434ad3006285f1766c187f9e7a99edc170b]

        loplugin:refcounting on NotebookBar
        
        extending two different ref-counted base classes is a no-no
        
        Change-Id: Iabbf98c0cba73a1b1643b4275d15af7608b2e827

2016-06-28  Szymon Kłos  <eszkadev@gmail.com>  [c4e0d6596da5ef2aa040b9974aac987c6a93bb6d]

        notebookbar: added slide transition tab
        
        - created VclVBox control which creates SlideTransitionPane
        - SlideTransitionPane extended with second constructor
          which loads ui in horizontal mode
        - introduced CloseMethod for NotebookBar to kill widgets in right order
        
        Change-Id: Ic3ba35cb7734aa744a4804c5b670fed7c1bec204
        Reviewed-on: https://gerrit.libreoffice.org/25844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-28  Susobhan Ghosh  <susobhang70@gmail.com>  [be40d4e7102d79d1e3aac5771869585cd1545379]

        tdf#83830: Add None as Margin Preset in Format Panel
        
        Change-Id: I2ca37fc34bd71d18029f7e43f918143c14d9c85b
        Reviewed-on: https://gerrit.libreoffice.org/26657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-28  Justin Luth  <justin_luth@sil.org>  [0f9666134e58d5b03189636335b3a1f407b968b5]

        remove stylename dependency on testunit n750255
        
        The bugtest was to check whether a column break pushed text to
        pages 2 and 3, not to check the name of the style.
        Better to do a simple layout test in this case.
        
        Change-Id: I97fd6bfdb382d0acda20f6f7aae7068db3394a53
        Reviewed-on: https://gerrit.libreoffice.org/26718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-28  Stephan Bergmann  <sbergman@redhat.com>  [1a6f599e9883eb2c2f51788ebc1de3465e0c31cd]

        loplugin:stringconstant: Don't warn about "OUString(OSL_THIS_FUNC)"
        
        Change-Id: Id5f021bd798cb94b7246faed539304dae04b4700

2016-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [3f9acf02b0a45deb258c96b638c6fddd9af31ff9]

        tdf#99729 prerequisite: model-level user data r/w
        
        This commit introduces a system for reading/writing common
        model-level user data (like compatibility flags from settings.xml).
        It is designed to reduce code duplication in cases where an option
        is applicable to any type of document.
        
        Change-Id: Id4e31df14f49cbb673f4a6df943ccec6d98eb9aa
        Reviewed-on: https://gerrit.libreoffice.org/26719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-28  Mike Kaganski  <mike.kaganski@collabora.com>  [d37e39081328e94b7106c8f3ca1dbc629ecb9a80]

        tdf#99729 related: make SfxObjectShell::IsOwnStorageFormat acccessible
        
        This patch removes SAL_DLLPRIVATE attribute and renames
        SfxObjectShell::IsOwnStorageFormat_impl() to
        SfxObjectShell::IsOwnStorageFormat() to allow unsing in derived
        classes in other modules.
        
        Change-Id: I24650ad4624adc117d08b0e747c05ff050b4046d
        Reviewed-on: https://gerrit.libreoffice.org/26732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-28  Arnaud Versini  <arnaud.versini@gmail.com>  [9c4d92c93976a390a98b61c34b24ba78d5640772]

        VCL : Simplify SystemWindow initialisation
        
        Change-Id: I9a899cddd8effc1c5deef5db9124b21e9e958392
        Reviewed-on: https://gerrit.libreoffice.org/26727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [41bc79521eadb0c39b8f208ba6fe32b82ef1ed42]

        Improve readability of OUString concatanation in OStorageHelper
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I5cc22276fc385a381d64e00f20d6d2b302ea587f
        Reviewed-on: https://gerrit.libreoffice.org/26720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Xisco Fauli  <anistenis@gmail.com>  [3bdc5063f942b9ea3b6e39e707926fbc516c19f9]

        tdf#89329: use shared_ptr for pImpl in addonsoptions
        
        Change-Id: I159ba04fa70f324d2a7f5b3c592337b92c7f097d
        Reviewed-on: https://gerrit.libreoffice.org/26560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Noel Grandin  <noel@peralex.com>  [08f2993b09d5684dc148801f6f6b402ab653aad8]

        loplugin:singlevalfields in reportdesign
        
        Change-Id: Ife4dcb77f4c98ff2741939d31d5275d46f3b9b68
        Reviewed-on: https://gerrit.libreoffice.org/26711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Noel Grandin  <noel@peralex.com>  [4391d400e01e4a756d03d357d81e9769c34ae83b]

        loplugin:singlevalfields in svx
        
        Change-Id: I7a2d11e1343f6382c3556c4536fc8ae40e210b74
        Reviewed-on: https://gerrit.libreoffice.org/26710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Noel Grandin  <noel@peralex.com>  [2a4c68a6ffa46eb7b6d7fafdf5e9c19970cdd6a5]

        loplugin:singlevalfields in filter
        
        Change-Id: I6f7220e54178ba9e2c25adda2c1e048d3a222d43
        Reviewed-on: https://gerrit.libreoffice.org/26709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [612ebb9b972fde18b1492b601116a8c03adb2912]

        add BITAND, BITLSHIFT, BITRSHIFT, BITOR test case
        
        Change-Id: Iaca091205954a947101a9185673d5dad9c4abaa1
        Reviewed-on: https://gerrit.libreoffice.org/26731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9b7efe43b62a786a812e1ca9e27a2fa7848ce795]

        add ATAN, ATNH, ATAN2 test case
        
        Change-Id: Idb71f928327b97b937d659695569df930e9a6d2a
        Reviewed-on: https://gerrit.libreoffice.org/26728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [55dd720d40e700f8f108c10ef1afa444f4495331]

        add FVSCHEDULE test case
        
        Change-Id: I55602625a0f8b434e9356529e52f36230ae0360a
        Reviewed-on: https://gerrit.libreoffice.org/26730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-28  Takeshi Abe  <tabe@fixedpoint.jp>  [f07aa1136ee68329a2b5f7cb88d2a8b5c83f474b]

        starmath: This condition must be met
        
        Otherwise, the following static_cast would be broken.
        
        Change-Id: Iad4738292ed6903eed78d5af98f77194d5a1d8fe
        Reviewed-on: https://gerrit.libreoffice.org/26696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e74382fd6385138b164df5e4f93a0e7df2857f2c]

        add ASIN, ASINH test case
        
        Change-Id: Icc46c6437f45bdeef3999708e5faac95ded9424a
        Reviewed-on: https://gerrit.libreoffice.org/26726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [04136c95c5be30004e627f2866fe6ecea60a04f1]

        Move accessibility relations to .ui files, Part 10: tdf#87026
        
        By removing unnecessary variables/strings/function calls,
        and making proper changes in the related .ui files.
        
        To find the accessible names for ListBoxes in optpage.cxx:
            I checked out the old revision and got strings from
            the related src file. Then added them into the .ui file.
        
        Change-Id: I05a11f92e07ddb0bd3deab086dd65052ec8395a5
        Reviewed-on: https://gerrit.libreoffice.org/26439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-27  Yousuf Philips  <philipz85@hotmail.com>  [4318931ac9993527b7ae24a1284903db91254989]

        tdf#96969 Use Ctrl+Shift+Space for Select Column in Chinese
        
        Change-Id: I7b7d6ac6d4ce0b72dee0d568724a2c3065ea3db6
        Reviewed-on: https://gerrit.libreoffice.org/26725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-27  Mike Kaganski  <mike.kaganski@collabora.com>  [a47abed65e55683f2511ea7608aceae0d38eae86]

        A typo correction
        
        bVerticalWritintg -> bVerticalWriting
        
        Change-Id: Ie12c12d2784cc263eeec8824293e3bb51bfc6fd9
        Reviewed-on: https://gerrit.libreoffice.org/26717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [c6db7f77386e4e3a8c3ec97be4eb42c74556141f]

        Move AccessibleNames to .ui file for WrapPropertyPanel tdf#87026
        
        GetQuickHelpText() returns the value of the tooltip text.
        So moving them into .ui file as tooltips.
        
        Change-Id: If7f8f5a585f5a765b0c41374beec2843c0335e75
        Reviewed-on: https://gerrit.libreoffice.org/26389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [0ea96b1a2f5cf523af451b41915bbafd81a95a2c]

        Move accessibility relations to .ui files, Part 11: tdf#87026
        
        By removing unnecessary variables/strings/function calls,
        and making proper changes in the related .ui files.
        
        As of this commit, all accessible relations of type
        "SetAccessibleName" have been moved to .ui files
        other than a few exceptions.
        
        Change-Id: I5972211f58de70889066dec3c74341b405f82c85
        Reviewed-on: https://gerrit.libreoffice.org/26520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-27  Eike Rathke  <erack@redhat.com>  [2d6a88135ef107e5927c7a6cd2542ad1bc8bbe09]

        unit tests for stringToDouble() separator without digits
        
        Change-Id: I85cfe8123a6ef1c3a1aa1b1085e2961055dfa907

2016-06-27  Eike Rathke  <erack@redhat.com>  [9a6527a98fb968b3fe6bc293ff7520a9480d43d0]

        stringToDouble() do not parse separator without digit as 0.0
        
        Occurred in CSV import without "detect special numbers" activated for data like
        ,.,
        where the . dot resulted in a numeric cell value 0
        
        Change-Id: Ie715d7a8ed02196b59968a92919ad286b3bedf64

2016-06-27  Eike Rathke  <erack@redhat.com>  [1511f5c399182c003c19cc18b316f2fdaac0501d]

        comfort the unhappy compiler
        
        Change-Id: I376040a22b17037893704afbce2b651f8cf2c074

2016-06-27  Eike Rathke  <erack@redhat.com>  [08d8642491771577bfadeaedf3e03bdcea404d26]

        stringToDouble() fix broken reverse logic for NaN and INF
        
        ... and do not test up to three characters if the string is shorter..
        
        Change-Id: I52b74cbde10c14c991cc8c68760c87c1e08ab7e4

2016-06-27  Szymon Kłos  <eszkadev@gmail.com>  [1df394503f1e62b091453c95c05a212892ae8d58]

        GSoC notebookbar: switching tabs depending on context
        
        + sfx2::sidebar::EnumContext moved to the vcl module
        + TabPage contains vector with context values
        + vcl builder reads control's contexts from the "class" mark
        + ContextTabControl shows tabs depending on context
        
        Change-Id: I661b0d3f35d46ace2a2e8eb1d374148f0c60017d
        Reviewed-on: https://gerrit.libreoffice.org/26447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [0c80b4dfd27109def7a5bdc34c3fcc5499db6c0d]

        Add SAL_INFOs describing why vectorisation is disabled for a formula group
        
        Change-Id: I592be80307ee8fe91cc52f19c46895699460a7cc

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [694afdbaecfab1f98279fafd1483f3c2734ce788]

        SfxProgress::SetState always returns true
        
        Change-Id: Ib606b0391f814ea9ff4383397a40a8a692563fa3

2016-06-27  Eike Rathke  <erack@redhat.com>  [bf64e7d61596170ee9f9823d96a91fd3fbff91a8]

        fix CSV import dialog crash, tdf#97527 follow-up
        
        Regression of aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3 that changed a
        PopupMenu member instance to VclPtr<PopupMenu> without creating one.
        
        Change-Id: I7fe4cf1741c9bd4ced08c8125b6f49e1cc185478

2016-06-27  Michael Stahl  <mstahl@redhat.com>  [5a042dad2779eefc76269e14b888bd84df590aac]

        tdf#100495 sw: Exchange Database shouldn't delete the created odb file
        
        (regression from f01f31201f9b26b3071ab25f9a5a3a0311ff7423)
        
        Change-Id: Ie5b83a82711229bda045b7ef7a9167cfd873f616

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [5e9b46f66fe2120106d74a1679c2810b30a8ef70]

        Bin unused log area
        
        Change-Id: I40f2364bd4941941a8766bc492e303e56c9e4256

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [b99758f7aad28b0fa3906704068ba15499fb7c44]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: If1a2ab69d919bf2e7d462f76e7545924945b2cb5

2016-06-27  Eike Rathke  <erack@redhat.com>  [2795cb694b6563772e1326b74cfd678ed251681f]

        add an isPODF() block to ScCompiler::IsOpCode(), tdf#100641 related
        
        ... as we can't rename RID_STRLIST_FUNCTION_NAMES_ENGLISH names.
        
        Should we need yet another resource block to differentiate between
        PODF/API names and actual always available English names? Ugly but
        maybe. A much better approach would be if Text[en-US] would be always
        available, additionally to the current localized resource.
        
        Change-Id: If8eaf18643f4e24c811149c52efff1097a3c1596

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [4e3bcddeb561309f94973115e05d5ac63b178e0d]

        Add some SAL_INFO output
        
        Change-Id: I8b47034f5b1fed465415399de89979102df8d9a7

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [c62baccba2d4cdf61a2caca232278b7e6c6348d1]

        Add some informative comments
        
        Change-Id: I3c85543efe824c06781486aff2d836e5ba48e66e

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [eca4625cfd4bbc0562777a9464ea9bb1ffe5d9f0]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I4715798922e1210babe93d861594d48bdd850bfd

2016-06-27  Eike Rathke  <erack@redhat.com>  [d480e5c7f68d61cf51c233f62c07293f212b9f4a]

        rename *effective to *effect, tdf#100641 related
        
        ... to unify naming.
        
        Change-Id: I0964822d53eafd69ea4ed0656dfdfcb3f5bfd561

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [fd07d67bea790b9885322e7124e07506aa50e170]

        clang-analyzer-deadcode.DeadStores
        
        regression introduced by e1af7f0c438bc242e4562aa0286c99787b5ad544 "clang-tidy
        modernize-loop-convert in c*"
        
        Change-Id: I2f1fcb324f9bf7e97a8a514f41ac1208f1f1ca74

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [7e781aa15ab8c6bb727ccf290db7768bc9ba6245]

        Clean up uses of Any::getValue() in xmlscript
        
        Change-Id: I863ce5cdf53aee40c12cfe1b8ae4399b7cf006ce

2016-06-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [232dcd258dc03c318e197fe4bfb0080353423760]

        Simplify Document Recovery dialog tdf#99341
        
        By removing unnecessary header widget
        and shortening the description label.
        
        Change-Id: Id421e49e73ccd8e5932309469698843e1e7e0431
        Reviewed-on: https://gerrit.libreoffice.org/26607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1c346ba848c54424d6ffa88df7a5ff6a3717430]

        ODF import: add embedded pdf support
        
        The use-case is to have a .svm and .pdf alternative, need to pick .pdf
        from those.
        
        The test fails with any of the below commits reverted:
        - the xmloff part of this commit
        - fda68426374ed915783fd306c2f56463c757774a (ODT export: add embedded pdf
        support, 2016-06-27)
        - 878a860dff10bd91491d6c9f2f4e2308bfe4f0b2 (vcl: add initial PDF
        import-as-graphic filter, 2016-06-23)
        
        Change-Id: Id5b298d25a46af6ce7aa5f8c71a29c3914e1a7ce
        Reviewed-on: https://gerrit.libreoffice.org/26706
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [de243e8e134c8780e54ebe8402a8a930962852fc]

        Clean up uses of Any::getValue() in vcl
        
        Change-Id: Id835d8d11abcd49320c2ea01ec0ad60402f9e759

2016-06-27  Eike Rathke  <erack@redhat.com>  [48f018ea9bb94be0d1485fd2a02957bad962976c]

        tdf#100641 change UI name of EFFECTIVE to EFFECT
        
        ... to be the same as in other implementations and ODFF and OOXML.
        
        Change-Id: I754283b97e91c5e0f992d878096cf964a1244e04

2016-06-27  Szymon Kłos  <eszkadev@gmail.com>  [723467bd88a50323ccd2e4046d0a36332c664a66]

        [API CHANGE] notebookbar: paragraph spacing controls
        
        Change-Id: I9d2672cd156f2dcc2ee4c544902e9d42632cab70
        Reviewed-on: https://gerrit.libreoffice.org/26039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [bf9728a85413df8324a428bb2c19c9c8a02ba022]

        Clean up uses of Any::getValue() in unotools
        
        Change-Id: I2e1d98c5947d0d72c369fa6b2df17eb2eec1f64c

2016-06-27  Justin Luth  <justin_luth@sil.org>  [121109610f9af0b294cf042c6ae5abc6fcc4f326]

        tdf#76322 writer: allow column breaks in headers/footers
        
        The code blocking this came in the original OpenOffice flowfrm.
        Either IsInSct() or FindFooterOrHeader() works to resolve
        this bug.  I chose FindFooterOrHeader because it seemed
        to match the existing targets (docbody, flyframe) better.
        
        Change-Id: I51fc3bdc51c76e290b47ec7b9044780e5b67136c
        Reviewed-on: https://gerrit.libreoffice.org/26208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-27  Eike Rathke  <erack@redhat.com>  [f3f89f4f3180b0fd63c5290c665894c6a27f2ae2]

        accept EFFECTIVE as EFFECT in OOXML import
        
        Change-Id: I18a914972d69a37e9dcf5b18ffbea9177004dad7

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [0e4ca9b0cfe015f7ab3b964d1b90de7c2cba42de]

        Clean up uses of Any::getValue() in ucb
        
        Change-Id: Ifeae43257ce9c2ba8513652c21b512bcffd87841

2016-06-27  Eike Rathke  <erack@redhat.com>  [ed5bcef57b678cb92c68bf842a72e50f4dd1e2ea]

        correct OOXML function name is EFFECT instead of EFFECTIVE
        
        Change-Id: Ieb7484afe210e378efd43ba3a181cd90d29619b9

2016-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [fda68426374ed915783fd306c2f56463c757774a]

        ODT export: add embedded pdf support
        
        Once a .pdf file is inserted in Writer using Insert -> Image, Writer now
        advertises a replacement metafile for it (to make LO <= 5.2 and other
        ODF readers still be able to read the graphic, where the replacement is
        the same as the original metafile, but without .pdf data), and the ODF
        export writes the .pdf data with the correct extension / mime type.
        
        Also extend the checksum logic to take care of the pdf data, so on
        export xmloff won't think that the full and the replacement graphic are
        the same.
        
        The import side is still missing, so no testcase yet.
        
        Change-Id: I5c5b7c80ca4024ecbcb5b2d4442d21ca33755546
        Reviewed-on: https://gerrit.libreoffice.org/26695
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [f474952b9e0e85ea71d26c18351d27b00711ff84]

        Clean up uses of Any::getValue() in testtools
        
        Change-Id: I3440328371abfc223f39c6bd2994423bb9b38cf0

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [a48aefcae40663b63005d49a04fc7b89a473d613]

        tdf#98515: Bail out early if kernel would have ridiculously many parameters
        
        The Right Thing to do would be to compare the accumulated kernel
        parameter size against the CL_DEVICE_MAX_PARAMETER_SIZE of the device,
        but let's just do this sanity check for now. Bail out if the kernel
        would have more than 50 parameters.
        
        Calculating the accumulated kernel parameter size would be more
        complicated and I don't want to touch this code more than
        necessary. The kernel compilation will fail anyway if the size of
        parameters exceeds the limit and this sanity check is just to make us
        bail out a bit earlier.
        
        In tdf#98515 the slowness seems to indeed be caused by the OpenCL code
        generation , and there the number of parameters was 999, so this
        sanity check does fix the slow loading issue (I checked).
        
        Change-Id: Iead6dfb94ec8e7b2968ffed9423f0f9522a10ce9

2016-06-27  tymyjan  <tymyjan@yahoo.co.uk>  [08fc0da4033b8ea2b3ae67aa06175e839771396b]

        tdf#75280 Cleaning up of sal_uIntPtr usage #1a
        
        Change-Id: Ief2cc6ab03316c2530d386d662db21ca1c9ddb30
        Reviewed-on: https://gerrit.libreoffice.org/25898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-27  Caolán McNamara  <caolanm@redhat.com>  [f7c888994db744396c69aa1be720c2089ada5798]

        Resolves: rhbz#1342823 toolbar menus popdown immediately
        
        Change-Id: I9cecf50fb85d84e108ccc23d22bf97d2ac510a9b

2016-06-27  Mark Hung  <marklh9@gmail.com>  [3dbc0bf907fb2872238746776532f2e2602bfbfd]

        tdf92852 correct layout type mapping for 'Title, 6 Content'.
        
        While creating slideLayouts, a number of layouts are iterated and
        master pages are created temporarily. The layout property of the slide
        is set based on the mapped value.
        Old value (33) seems to be typo, and is not accessible by users via UI.
        The layout contains a graphical object and hence generates unexpected
        image in the exported PPTX document.
        
        Change-Id: I53af11058994a48ed6239f57f9b2b95484c76411
        Reviewed-on: https://gerrit.libreoffice.org/26559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [502793c4304228dcc477259630b006ea08ea6f4e]

        sc: remove leftover includes
        
        boost::property_tree and std::stringstream usage was removed
        in commit 3464bb16e667d6cabcb02eaaeb07c6938eb9d7a5
        
        Change-Id: Ic752948b580d215ecc5c36e5da8c4b14b8174928
        Reviewed-on: https://gerrit.libreoffice.org/26694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-06-27  Stephan Bergmann  <sbergman@redhat.com>  [11f623a32540d822d539b7f3978363892feb9fe4]

        Clean up uses of Any::getValue() in svtools
        
        Change-Id: Id11dc4724fed4e43981534ffac5ec5358f9387b2

2016-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [85ce665ee43b1f20df593fc36f935c5799418f54]

        sw: prefix members of SwFntObj
        
        Change-Id: I98af56984ae559eb4a7fcd1df261e4274b61d66a
        Reviewed-on: https://gerrit.libreoffice.org/26692
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-27  Noel Grandin  <noel@peralex.com>  [a25327e4b18768e40c6044c86ce09136cfc23c10]

        loplugin:singlevalfields in writerfilter and xmlsec
        
        Change-Id: I51305ce4a6929b36f41eb7c7c83606ca8c5c89b8
        Reviewed-on: https://gerrit.libreoffice.org/26691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Akshay Deep  <akshaydeepiitr@gmail.com>  [77725bf4df6e9cf63469c1d7f8888ea339575b5e]

        GSoC: Remove TemplateRemoteView from Template Manager
        
        Conflicts:
        	include/sfx2/templatedlg.hxx
        	sfx2/source/doc/templatedlg.cxx
        
        Change-Id: Ia0623707e452c79346d92b5a5ab75a4063928c20
        Reviewed-on: https://gerrit.libreoffice.org/26658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-27  Tor Lillqvist  <tml@collabora.com>  [e7ca62bbd485c5f450e720c8102db2ab9561429f]

        tdf#100222: Show the dialog just once even if both toggles were changed
        
        Change-Id: If6058d68f80ebc3e235f0a681cfe3240985e2429

2016-06-27  Valter Mura  <valtermura@libreoffice.org>  [9f8bdd9e1dd954ad3be2c40e8919ec51bf129659]

        Updated core Project: help  f4fb6dfe872c87ae28d3c17647ccc0230def948c
        
        Remove stray parentheses
        
        Change-Id: I9f9b991f0a6050fb7145fa229034ee8310c54cac
        

2016-06-27  Noel Grandin  <noel@peralex.com>  [f9889a69b9b47cdc19d30cb599667ded03887afe]

        check for field being returned by non-const ref
        
        Change-Id: I660c98dcbfa6052628ff667886981d075f34b2b7

2016-06-27  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [e4b332358789c0d4df88401021c17e0c88671eb3]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Cleanup in basic/source/runtime/runtime.cxx
        
        Change-Id: I1176251af9c4ca56c29dfafab20caccd7a28d60f
        Reviewed-on: https://gerrit.libreoffice.org/26627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [82644f5952fa8780ffd590d23b194bf1866ed099]

        loplugin:singlevalfields in sw(part4)
        
        Change-Id: I73d94ae89edb2e6f37cfa087a0d85b5a90df4a8a
        Reviewed-on: https://gerrit.libreoffice.org/26679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [f384ae4c81c2459f9955697ecc36412f7409b936]

        loplugin:singlevalfields in sw(part3)
        
        Change-Id: Ie971a1483f4fedda61c81a097399d3d562862891
        Reviewed-on: https://gerrit.libreoffice.org/26677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [19c3aac98f756f6a9cda44a4cc70a2a924fa85df]

        loplugin:singlevalfields in sw(part2)
        
        Change-Id: Ic1b186c82a6b37ae0cd8028a60e2ad09233d8e5d
        Reviewed-on: https://gerrit.libreoffice.org/26665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [1bf97d99e7529f1a69688522ac271636059a3391]

        loplugin:singlevalfields in sw(part1)
        
        Change-Id: I0c6f545a8818da1f226c3958580abeeff0dc87b7
        Reviewed-on: https://gerrit.libreoffice.org/26664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [b1225d201f8c23c75e31e09a0f5e9ff838866776]

        loplugin:singlevalfields in sdext
        
        Change-Id: I9bf194fb58b3bd37071647a83a629b6782836890
        Reviewed-on: https://gerrit.libreoffice.org/26659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [19bacff27bd2201fb136963e11e865b8a31d849e]

        loplugin:singlevalfields in sd
        
        Change-Id: Idde7bdbd57080518fc416ce97a062ab979393d8e
        Reviewed-on: https://gerrit.libreoffice.org/26656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [db39c653e5de92bc371040a3f81cc5c4ea6dedf3]

        loplugin:singlevalfields in drawinglayer
        
        Change-Id: I19f50b0afa624391bd0d8ada7afca822298e10cc
        Reviewed-on: https://gerrit.libreoffice.org/26655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [78ca0ce54a2cd79736247ea8cf69ad5fc797ee1a]

        loplugin:singlevalfields in svx(part3)
        
        Change-Id: I6b7a33b5f1297309a7225cac8150dbf1175506b6
        Reviewed-on: https://gerrit.libreoffice.org/26642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [c47d85be7839d0721a09f2eb100c4ab0abb7a985]

        loplugin:singlevalfields in svx(part2)
        
        Change-Id: I1a1db1bdd446879a3abba3cb76a4ca575f859c1f
        Reviewed-on: https://gerrit.libreoffice.org/26640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [d6d1fc2683eeb88a569795e6bd27ad5db035f511]

        loplugin:singlevalfields in svx(part1)
        
        Change-Id: I9f655f0573ea301faa6cb54733832c26864eae4f
        Reviewed-on: https://gerrit.libreoffice.org/26639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [98747742b20c82382ed16b193e7bec175e905978]

        loplugin:singlevalfields in cui
        
        Change-Id: Iead1e3130779566661eccf91556816724afcaa66
        Reviewed-on: https://gerrit.libreoffice.org/26635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [22864b44fd00b5a778ef597f8dfcb407d4166306]

        loplugin:singlevalfields in dbaccess
        
        Change-Id: I5c8990187b2b488eb75369c2a3e3dc7f855ce06a
        Reviewed-on: https://gerrit.libreoffice.org/26633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [cea4c1afdf4ae0cbda8ae531f2e26d911d0fd6e1]

        loplugin:singlevalfields in basic and fix leak
        
        And fix leak in BasicManagerImpl where it would never have freed
        the streams.
        
        Change-Id: I1e99c2c6a70a8cac27dd5c86a7042efc3de7a578
        Reviewed-on: https://gerrit.libreoffice.org/26632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Noel Grandin  <noel@peralex.com>  [1ac18c60bb280855cfcc8d92886709cd6db35118]

        loplugin:singlevalfields in vcl(part2)
        
        Change-Id: I4782c6f6d3d090ba0f9e29af8afdd7d88aa2d382
        Reviewed-on: https://gerrit.libreoffice.org/26598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f22898c157995eecf5dbd610591d378820cf992]

        I screwed up with the breakpad minidump_stackwalk patch
        
        This does not affect normal LibreOffice and is only important for the
        server side.
        
        Change-Id: I270262ed6e1b22c3ef41099fda19fa386f386203

2016-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e54b208df3ee037a21c4d36678c5561c0f4718ae]

        always compile breakpad with O2
        
        Change-Id: I4cda93fee47244cf3eb7b13bb6cb2a3eab007cf0

2016-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74c01bb89faa1c900fb9b63a04c469a8166996d9]

        better use a backward compatible way to change the output
        
        Change-Id: If5829e321db8af1f09cccafaf34a18343492f514

2016-06-27  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3464bb16e667d6cabcb02eaaeb07c6938eb9d7a5]

        bccu#1893 - [PERFORMANCE] .uno:ViewRowColumnHeaders too slow
        
        For very large spreadsheets, the boost json generator
        (property_tree) is extremely slow and memory-inefficient.
        
        There is little need for generic json generator, however,
        since there are exactly two nodes (rows and columns)
        and each is an array of size/text pairs.
        
        The new logic uses a string with reserved capacity
        to accomodate the output and generates it in one
        step.
        
        The speed improvement is orders of magnitude (hours to seconds)
        for very large spreadsheets.
        
        Reviewed-on: https://gerrit.libreoffice.org/26480
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit c9d5ff919c87566fdbc6a2ddde0bcd30d471c425)
        
        Change-Id: Ifaf316c270ed6e4b923ec44189a315f69e7e9b0e
        Reviewed-on: https://gerrit.libreoffice.org/26485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c8a94cae37029b037507ce86d149ba56ca341f11]

        add ACOSH, ACOT, ACOTH test case
        
        Change-Id: I52ebf882df64813fd11d07b945c153ad5cf11d1b
        Reviewed-on: https://gerrit.libreoffice.org/26681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-26  Justin Luth  <justin_luth@sil.org>  [aa06a33946951e872b5e81d1c2bc8b7f60c861e1]

        n#766487 additional docx testcase
        
        This testcase has been a real thorn and adding this test
        for the first page style will make it even worse.
        
        original testcase commit b776233cba128bd7610834691da612b2b1a438a0
        
        Change-Id: Ic9401da31849604c5afa1a511c128071bc562808
        Reviewed-on: https://gerrit.libreoffice.org/26660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-26  Takeshi Abe  <tabe@fixedpoint.jp>  [b075882016d8388d20cc7490eb0733a9d0d97a5f]

        starmath: Fix invalid static_cast
        
        It was an undefined behavior that static_cast'ing a pointer to
        SmVisibleNode to SmStructureNode's.
        
        Change-Id: Ic391175a5535cec84bd7f9ec58fa13a411398331
        Reviewed-on: https://gerrit.libreoffice.org/26676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-26  Caolán McNamara  <caolanm@redhat.com>  [2184b08dd185f3f20d8b2098d3f652aed629b51f]

        Resolves: tdf#100619 vclptr assert with menu set to menubutton
        
        Change-Id: I2e621567e3bbc01d6f52844014dba9e46fe79f41

2016-06-26  Caolán McNamara  <caolanm@redhat.com>  [d1051a203a7f89997128313f6a4f065f51f6c00d]

        mpOwnMenu is unused since menubuttons stopped getting loaded from .res files
        
        Change-Id: I11a1ff3d5427156c9d8485dd9294782459c11f8c

2016-06-26  Andras Timar  <andras.timar@collabora.com>  [9b6a02d8d48c135103aaa980fd27eec07b9223b6]

        Slovenian example.xml (related: tdf#100352)
        
        Change-Id: I2538b3d1b0197abb07d76b903b824ebbd36695c3
        Reviewed-on: https://gerrit.libreoffice.org/26597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-06-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9aadbf407b209585fbed5158c133d6ce3ca168d1]

        add ACOS test case
        
        Change-Id: I2a2a5078879b7afee02aeeed2675be16301572fc
        Reviewed-on: https://gerrit.libreoffice.org/26674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1d122bfcb1b59533711c961e0c1984c299886c69]

        add ABS test case
        
        Change-Id: I72d3e34c6dc3b86a4ff0a0f2dd88c1267174e1d5
        Reviewed-on: https://gerrit.libreoffice.org/26673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [db0650a50bc74c5644cbe096b4b223252e478589]

        add OR() test case
        
        Change-Id: I5c178cce442be970dc6290f185b8c91345bc226d
        Reviewed-on: https://gerrit.libreoffice.org/26672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ca97a862d0e7cd51954c11a923fabf59ce20f856]

        add NOT() test case
        
        Change-Id: Ib7c62e4e20bd0c9746492b1312a89db0b6c2ff38
        Reviewed-on: https://gerrit.libreoffice.org/26671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-26  Noel Grandin  <noel@peralex.com>  [cd01a470e438ac3f25f561221ef72e29cf8e1df8]

        dont ignore destructors
        
        generate more false+ than it helps to find interesting stuff
        
        Change-Id: I752f08a28e629bce00264108399b2a4c8afd388f

2016-06-26  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ff25ea3d5ccf3a990767cbb1ef99037d3f84b072]

        Restore qa unit test of number formats from zforlist.hxx
        
        Date formats, DateTime formats and Currency formats
        did not follow NfIndexTableOffset order.
        
        Add extended Fraction formats
        
        Change-Id: I584c080ec29d81e4c2b76ffa4a6422dfb736992e
        Reviewed-on: https://gerrit.libreoffice.org/26530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>

2016-06-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [feb6a07259c57ab00118f197ef2b3e1d5575c48e]

        lwp: pass numbers by value
        
        and add const to LtTm refenrence
        
        Change-Id: I3515db0fa1b79ce73592de6cba0ec79c39a9e9f4
        Reviewed-on: https://gerrit.libreoffice.org/26315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6402c19c9b4d51dd7feaa3129b6f15b20704d356]

        uitest: move the EventListener to an own file in the new dir structure
        
        Change-Id: I8d6c2d9f2a9386d8eec64780b7d197c9675764aa

2016-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65979ca6ebf341a4733b2755d099e365e6dd0fa0]

        uitest: add a way to have sleeps in some test runs
        
        Now adding a -d or --debug to the command line options will enable the
        sleeps in the uitest.debug part. This makes it much easier to debug a
        test in the visual mode.
        
        Only remaining part is now to add a test runner into the build system
        that makes use of that mode.
        
        Change-Id: I03d55b10f06dd12a63a8d87c135967901bef0fba

2016-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [901aa845b7b7fe0e0f2ed483d3b8e7b7ffd8b894]

        uitest: move for files into the new directory layout
        
        Change-Id: Ic8289da6bd32ed9645253b996269be6e82bd1d7c

2016-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b6acf6fe6256e2b4fc2673b7b226ea2cbb011c5]

        uitest: remove old test runner
        
        Change-Id: I5d29fb4c275223d00ca01f57f7fac0aa7b518740

2016-06-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97ad8133644d8eb7678aa3c180f3d8f9247a0d90]

        uitest: bring some order into the file mess
        
        The uitest/uitest directory will be used for the actual uitest
        framework.
        
        The libreoffice directory should contain any common LibreOffice related
        code.
        
        Change-Id: I3f6394ff4be83b89a8764eab10a154e755237d35

2016-06-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [c924baf95fe47ea642924b3bc47cd81bf4e89d10]

        tdf#100343: Refresh ValueSets after changing their value
        
        yet another RenderContext regression
        
        Change-Id: I77061f6047fee4be2b70739ff2523a24a847ef12
        Reviewed-on: https://gerrit.libreoffice.org/26647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf9fd0da729cf8250d54821219a569ff095a3435]

        loplugin:privatebase
        
        Change-Id: Ide542c847304087e555b1742274e509184a0edce

2016-06-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [822aac91426848ae36fb5a6bd5ee55db6b60de6a]

        add IF() test case
        
        Change-Id: I87342daedda6b8683c07516074ec964b70e43421
        Reviewed-on: https://gerrit.libreoffice.org/26652
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e945944274e3dbb675e03f2a3f2303506c7c758c]

        add DB()  test case
        
        Change-Id: Idc995d974ddfcc565464a1d41eaa02aefbfd017e
        Reviewed-on: https://gerrit.libreoffice.org/26651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-25  Rishabh Kumar  <kris.kr296@gmail.com>  [59246096295ab94f9e2f47260100f83501fc1bc2]

        Remove dead code
        
        Change-Id: Ie4aaf3c64e827bafbd3c2477b47752dabd48ad1a
        Reviewed-on: https://gerrit.libreoffice.org/26653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-06-25  Takeshi Abe  <tabe@fixedpoint.jp>  [84bbe3a104e5ffca8a62c50b0fe6e2029764319a]

        starmath: Drop unnecessary definitions
        
        Change-Id: I709e612fd03dfa50d6f7bcfa4545fcd23f0ebe60
        Reviewed-on: https://gerrit.libreoffice.org/26654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-25  Takeshi Abe  <tabe@fixedpoint.jp>  [3fd21b123fb2338b9f1ed0b483a86ae878a6d769]

        starmath: Remove unused definition
        
        Change-Id: I46674e606ad7ef586597c926a21dd745ee762011
        Reviewed-on: https://gerrit.libreoffice.org/26634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02f43b0ad3865ef7af17fe51bc87680ffe881dc0]

        uitest: add special char widget demo
        
        Change-Id: I513ae293cfed488723e221a7eec37f103efefa92

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4f3c63931721d6b8a6994e4d71e88a6c9fe57c5]

        add some info how to use the symbol upload script
        
        Change-Id: Ic1d1b57966661b6012efcda0b007b9e75b6be0ef
        Reviewed-on: https://gerrit.libreoffice.org/26650
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c717158a82bed756c4d20f6304a29600affa0f66]

        add code_id to the minidump_stackwalk
        
        Change-Id: Ibcc32344780b7ad5814678cf7dd9a2167ede1661
        Reviewed-on: https://gerrit.libreoffice.org/26649
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Xisco Fauli  <anistenis@gmail.com>  [0325b22a2a2b537a71f53b7c5d3e6c13fef68911]

        tdf#62525 vcl: use cow_wrapper for jobset
        
        Besides:
        * Convert ImplJobSetup to be a class.
        * Use ImplJobSetup's setters and getters everywhere
        * add some const-correctness at places
        
        Change-Id: I32101048e9be4f3950a4540b0666ed548bbcb211
        Reviewed-on: https://gerrit.libreoffice.org/24594
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46773b0b59bb9061c5f5660e65e4ebc0d455fe02]

        uitest: add a mode to just run one file
        
        Change-Id: I99906dfc34ebcb7ab0ce76ca446435ae0902443f

2016-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6db92434c664116eb1ec6cb127f2cd957a03bb65]

        uitest: add wrapper for special character window
        
        Change-Id: I22acd9da3570e967f427207e242638f2bfd6ffb7

2016-06-24  Michael Stahl  <mstahl@redhat.com>  [c931f3a5184928bc333796362a5616a93c6ed6d7]

        libzmf: __ANDROID__, not ANDROID
        
        The former is defined by GCC, the latter by gbuild -D$(OS)
        
        Change-Id: I5960f8f74defcab964729c4deca5b1a988125d24

2016-06-24  Caolán McNamara  <caolanm@redhat.com>  [053a843bccaef2d2323be3ddff6217c592a4c5db]

        Resolves: rhbz#1349501 gtk3: smooth scrolling events can be disabled...
        
        better fix, if we listen to the eventbox we get either SMOOTH scrolling
        or not smooth events, not both. We get SMOOTH when supported, and not
        if not supported so no need to reintroduce the miserable hack, which
        doesn't work under wayland anyway
        
        Change-Id: I993e71d3553322425a506cd93d812efe081bf3c9

2016-06-24  Michael Stahl  <mstahl@redhat.com>  [b72c14f68b317b27be12a2432cdeae351537d57a]

        libzmf: blind fix hack attempt to work around buggy android headers
        
        Change-Id: Ie7b265e909389ae80d8ced3d803d7e355cda2211

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [d56dc64795dcd913d5fa663275bf34b75a0c82e6]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I1660e3ed5eb5fac276f3715fe1ffa2308408f1b5

2016-06-24  Michael Stahl  <mstahl@redhat.com>  [4e3ff19b33c84557fd20e68960499933b4e52638]

        tdf#84834 sc: stricter type detection for dBASE files
        
        The detection is rather sloppy, the bugdoc gets erroneously detected as
        dBASE because it starts with '0', has a not-too-large header size at offset 4,
        and a '\r' at a 32-byte alignment towards the start of the the not-too-large
        header.
        
        Add a plausibility check for the number of records in the file, which
        helps for this bugdoc.
        
        Change-Id: I466dfae18aa32fd62b79b9f524f22bea719721be

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [eedc5b15fb5c9a352657edec841b6a30c408e5c8]

        loplugin:redundantcast
        
        Change-Id: I1ca323870cfbfae05768489ebd8d0fc59191de06

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [e6daf6bfb0c3c3e3ba03c825d778436c369f19a3]

        Fix check for calls to OWeakObject::release
        
        Change-Id: I90030dee12676eb356ebe2244358052cfcd725de

2016-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [81db0773fe499fd4b326925dad42a7099f19fcb3]

        Upgrade mdds to 1.2.1.
        
        Change-Id: Ifc5b9d94bad191c0e19d5e6dada492caeb9cba76
        Reviewed-on: https://gerrit.libreoffice.org/26638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [58362bfda5e3eda4e91f0ad5a565670882bb18bb]

        add DISC, DOLLARDE, DOLARFR test case
        
        Change-Id: I3048f265a5f435d686964a7853ff3a4d90911837
        Reviewed-on: https://gerrit.libreoffice.org/26641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [f8a18a464eb2cd8ee7a07b8ddef0fa5d79d638ef]

        Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>
        
        "Use more ArrayRefs"
        
        Change-Id: Ied0ab11dd9366b3f499100b2627f4919cca52c9c

2016-06-24  David Tardon  <dtardon@redhat.com>  [2ff98b560cfaa747b19e013857d89d16fe99fd76]

        upload libmwaw 0.3.8
        
        Change-Id: I4779d538199ecccb8997e3bfdbf97d7b0ea9679b

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [67fccad964a1e556e762939177e588620b2a1889]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Idb7996e9063955dbb8126243670bdc30bd8dd97a

2016-06-24  Caolán McNamara  <caolanm@redhat.com>  [88cd9dd591d7921e5bce33c170b457ae5aa871bb]

        Resolves: rhbz#1326304 cannot detect loss of wayland clipboard ownership
        
        gtk_clipboard_get_owner always returns what you set with
        gtk_clipboard_set_with_owner and that doesn't change if some other
        application takes over the clipboard
        
        The "owner-change" signal doesn't contain any useful data under wayland,
        and doesn't fire when you'd expect either, just when the app becomes
        active or gets focus or something like that. So you get it when you
        do have the clipboard and when you don't, so that's no use either to
        detect loss of clipboard ownership
        
        So, forget about clipboard ownership, and always take the data to
        be pasted from the system clipboard, so when we are pasting from ourselves
        its "paste"->m_aSystemContents->gtk->"copy"->m_aOurContents
        
        Undoubtedly something else will break now
        
        Change-Id: I32f2e1a2cc3310687f61a094fdfa940fa0cfcc39

2016-06-24  Caolán McNamara  <caolanm@redhat.com>  [65a88b51b3df8e4c2756fde4058194d892c627f1]

        warn->info: its just a fact
        
        Change-Id: Id3f468cc4bb4f6f0b34bcc8486817c3f9c994020

2016-06-24  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [639aa16945f1280716b3d3cb44ebf90eab416887]

        Force lowercase on WebDAV received header names.
        
        Header names are case insensitive, some server uses mixed case
        instead.
        
        Change-Id: I0c3d70edabf9ca5ceec0158be99351bf93249461
        Reviewed-on: https://gerrit.libreoffice.org/26601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-06-24  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [9325c18044a8adc852e2d1b42a5a479ab6195da8]

        In case of Web site access, add Content-Type to HEAD request.
        
        This remove a necessity for another HEAD request when MediaType
        is requested while accessing a Web site, a cleaner implementation of
        d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d.
        
        This behavior is active only on a standard Web site, when PROPFIND
        failed earlier on the program flow, without retrieving the property
        DAV:getcontenttype.
        
        Change-Id: I60456f9ad8746c3cba3c070218243adef0c0dd01
        Reviewed-on: https://gerrit.libreoffice.org/26605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>

2016-06-24  Noel Grandin  <noel@peralex.com>  [f2f8835bfb1ec57885c94aa2aac8d1a17fc09ed3]

        loplugin:singlevalfields in framework
        
        Change-Id: I5f5efe2180905343654bdbe4d765e7fd311a2d8a
        Reviewed-on: https://gerrit.libreoffice.org/26636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Michael Stahl  <mstahl@redhat.com>  [136a2fd6c08193793d546e69108765316c96668b]

        compilerplugins: add OWeakObject::release() override check
        
        Change-Id: I767857545d7c91615cf162790c04f0016de9fdf6
        Reviewed-on: https://gerrit.libreoffice.org/26555
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d76bb251e0c88ff17282a33b801a5d17a434af5]

        vcl: add graphic export-as-pdf filter
        
        In case the metafile was imported from a PDF originally, then this
        allows storing the PDF stream next to the graphic. This means that e.g.
        in Writer choosing 'Save' from the context menu of the graphic can write
        the original PDF stream, not the replacement metafile.
        
        Change-Id: I4ab45d5af17fe46d7538df6d79d6b57ed163572a
        Reviewed-on: https://gerrit.libreoffice.org/26628
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-24  Michael Stahl  <mstahl@redhat.com>  [47443d720d5f2bee0993222fd6383a59056d8591]

        ucbhelper: get rid of pointless scope in ContentImplHelper::release
        
        Change-Id: I5a35674115388288190e3a6496010badc32cf589

2016-06-24  Noel Grandin  <noel@peralex.com>  [920d4463f6e59b815852c173e2974ffc7b4bb284]

        loplugin:singlevalfields in vcl(part1)
        
        Change-Id: I0031199937cc95793951a070c4b3d8910933e69f
        Reviewed-on: https://gerrit.libreoffice.org/26595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Noel Grandin  <noel@peralex.com>  [2b7109a12ab772bf53766d6e06b422c8e687d482]

        loplugin:singlevalfields in basctl
        
        Change-Id: Ia533309bb0e7f33b492b230a372916c0c6fd6ec3
        Reviewed-on: https://gerrit.libreoffice.org/26631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Noel Grandin  <noel@peralex.com>  [6247ff3fed5373a0079f899e816743909d0a62f8]

        loplugin:singlevalfields in hwpfilter
        
        Change-Id: I53adaca40f0cce6c155f3e35e92809dc6b2a4ab9

2016-06-24  Noel Grandin  <noel@peralex.com>  [19ebfdbadc214ea3f8dc27d926ce46674b1f184c]

        loplugin:singlevalfields in codemaker
        
        Change-Id: I77e6ed891f4712aadb9085549d7699435c2da558

2016-06-24  Noel Grandin  <noel@peralex.com>  [358bb8eed4383906f5b8773c57aae2325b6ff0e7]

        teach singlevalfields loplugin about function pointers
        
        Change-Id: I81f77e2b3f94c208866fa8d124b0b00ea5387563

2016-06-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e1296e295e7d4f1104d2c90b1f51d52251358bea]

        tdf#100411 start the flush timer when batching (PostBatchDraw)
        
        When we batch a draw command we need to start the flush timer
        (if not already started) as otherwise it could happen that we
        won't flush the offscreen texture at the correct time or at all.
        This fixes a problem with drawing of pop-up "help" text.
        
        Change-Id: I6afcf173c3ac517ed0612cd413d95e28c19faa81

2016-06-24  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [d945e97d8f85465f04f59fd197ded2edb56caac3]

        GSoC Table Style Family: insertByName, replaceByName, removeByName
        
        - also implements SwXTextTableStyle::replaceByName
        
        - some refactorization
          + use std::unique_ptr
        
        - fixes some bugs:
         + posible nullptr dereference in tblafmt.cxx
         + SwXTextTableStyle::getName() returned translated name
         + remvoed unnecesary SetXObject in Cell Style Family replacebyName
        
        - tests
        
        Change-Id: Idd25d54695ab5a4bdd4daf7ebf37b05fbc2366e7
        Reviewed-on: https://gerrit.libreoffice.org/26578
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-24  Noel Grandin  <noel@peralex.com>  [c144288abe73262178a8fd94baef895e1744c304]

        loplugin:singlevalfields in comphelper
        
        Change-Id: I22711d226a266dc00c32beff54398a55c4c9691a
        Reviewed-on: https://gerrit.libreoffice.org/26599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-24  Caolán McNamara  <caolanm@redhat.com>  [17189e8e63254dbe5e4c9c755a4817664e4ee0d5]

        tweak fftester to upscale everything to 24bits...
        
        to flush out color index problems
        
        Change-Id: Ifc7a56e0938eb10d82dc880e94ac09062d239ce1

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [ed49818ab0af63f3246e8c27ba87aef4d9fbb829]

        Clean up OContainerListenerAdapter
        
        * elide OContainerListenerAdapter_BASE
        * no need for protected members
        
        Change-Id: I70095dadc4b1f42f04c8ea76b2236bf99a226da9

2016-06-24  Noel Grandin  <noel@peralex.com>  [29bea29ec1a56255455f855e2b29321553cb524c]

        loplugin:singlevalfields in ucbhelper
        
        Change-Id: I738bda6e6e161fb5ea96bd496a21ccf72680cd7f
        Reviewed-on: https://gerrit.libreoffice.org/26604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Noel Grandin  <noel@peralex.com>  [1506b14a7ed546c3e78625eaac667bdd5e60f57f]

        loplugin:singlevalfields in sfx2
        
        Change-Id: Ice6d47ccbc3ebf8971887b8b64c0d6860c76eec8
        Reviewed-on: https://gerrit.libreoffice.org/26602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c73e7364b2fe4a8b24eca536f60a7a4228ddb25]

        CppunitTest_sal_rtl_digest: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ic23ba93667f5de4b2cdb7868f9e3fc8cf8bacbd3
        Reviewed-on: https://gerrit.libreoffice.org/26626
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-24  Jan Holesovsky  <kendy@collabora.com>  [0c6806b03ac6dc6d5fde8bbede57985a2cad271f]

        I suspect the condition was wrong here, change the logic slightly.
        
        Change-Id: I232d81bce275ba08de5872d69856fe691f80d50c

2016-06-24  Jan Holesovsky  <kendy@collabora.com>  [dcdcbfef61b86688eb26a3382532e324d122d747]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I50ffe014c37c100714d50c0568551ee4021cd9eb

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [25dafb5f83b7d3f1123690f35e540cec8df38d92]

        -Werror,-Wunused-private-field
        
        Change-Id: I23caef822107596c9c04a8d4c28b30f32b7095ba

2016-06-24  David Tardon  <dtardon@redhat.com>  [f31de94b2dfbbb74a5f9767aef66b21aa56af2cf]

        fix android build
        
        Change-Id: Iecc55d0e1efd74b9895aa8f71934efa887bb6984

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [c0ec592ca65e844132be24b20a0c9daffe5f3a6d]

        Define functions as deleted
        
        Change-Id: I8227c439a9d74283d108514cdd349b9e534342f7

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [11e72223f2a4ac424309bef34268b6ff5821cda8]

        -Werror,-Wunused-private-field
        
        Change-Id: I27a139506a9a88a00031958f6569eccb51375ef1

2016-06-24  Stephan Bergmann  <sbergman@redhat.com>  [c3cdaa39505d85d530d848128d5370f97b57a411]

        -Werror,-Wunused-private-field
        
        Change-Id: I06019eb424850f7e49447a6869950734dfc1f640

2016-06-24  Noel Grandin  <noel@peralex.com>  [6a5e30d52c345cbeb89eab0722fe866db0d62fc6]

        loplugin:singlevalfields in xmlhelp,xmloff
        
        Change-Id: Ia40d1c9a153b5237c46d5a2b807dceff30775f4a
        Reviewed-on: https://gerrit.libreoffice.org/26589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Noel Grandin  <noel@peralex.com>  [24ca187b6370ca56c8acd92bc405028dd9deb5f2]

        loplugin:singlevalfields in svtools
        
        Change-Id: I80fe1d4646af2b8d8e6362a25f6cda4b7ac29eab
        Reviewed-on: https://gerrit.libreoffice.org/26603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Noel Grandin  <noel@peralex.com>  [db12f068f849dc0e03d43ee6688ba342e985fa04]

        loplugin:singlevalfields in editeng
        
        Change-Id: I99c7ab28be7853535674cd7fab975da4252441f1
        Reviewed-on: https://gerrit.libreoffice.org/26600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-24  Takeshi Abe  <tabe@fixedpoint.jp>  [f02c1ca61c936ad555c33c16ccccadf0ce9674c2]

        starmath: IndexOfSubNode() is for SmStructureNode only
        
        ... not for the base class.
        
        Change-Id: I9f6a6de93a4db964c8b019349049fdef4afaf224
        Reviewed-on: https://gerrit.libreoffice.org/26583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f4b8affe8f4bee197bf5ffb73d52fafee3e904db]

        add MONTH  test case  (minute test case layout)
        
        Change-Id: I01fa1a0b148285321705f87076cee531d210cff8
        Reviewed-on: https://gerrit.libreoffice.org/26177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [259fd2c0abd5627ac5689c752a57edc045dbfcfa]

        uitest: make the testing available on windows as well
        
        Change-Id: I6db5bde8860030e6e812c5fc421b5dcc97ed67c3
        Reviewed-on: https://gerrit.libreoffice.org/26624
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3f943a79913db52b2c56a56a137c8601ade976c]

        uitest: seems like the python_shell is not a necessary dependency
        
        Change-Id: Ia725af391dcfe6a1d8d2f79317ddfde241951d26
        Reviewed-on: https://gerrit.libreoffice.org/26623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2d5afcaaf43e359e9a01387293b4cf2b2dc0dab]

        uitest: the correct python executable for windows is in instdir
        
        Change-Id: Ica1efa92d6b3b26b3d138763c8f548c59d53e346
        Reviewed-on: https://gerrit.libreoffice.org/26622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e36a3a4ef429036b580a6ae53902d8426073d9b6]

        add COUPDAYBS test case
        
        Change-Id: I12e3a7f8abe7b0c3ed5af1cdf512bbdcd4dc7f3f
        Reviewed-on: https://gerrit.libreoffice.org/26579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [757f221bceb74ccc2af8a9d4de149076280f29fb]

        add DDB test case
        
        Change-Id: I211bb3b12c3c0f43f5b2cf662bd0e99f8282255f
        Reviewed-on: https://gerrit.libreoffice.org/26617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b1bb8983bb2860d0a5fcdcb3fa25e3b082c7c48]

        uitest: also print number of skipped tests
        
        Change-Id: I7fbc6513358be252b091154b5ed44d10c8f51c4f

2016-06-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [940eeadf9bd303c67edb2e6b6d5a1207c8aa8c3d]

        uitest: add execution time for each test
        
        Change-Id: I056f739b97b03ce514ffa692bfe4bfeb62f76de8

2016-06-23  David Tardon  <dtardon@redhat.com>  [b3b09e461c84a910acb61060647cc476e8f6bae8]

        add integration test for libzmf
        
        Change-Id: Ic56be82cfc2b2439a4f0e60797796e4583f93554

2016-06-23  Susobhan Ghosh  <susobhang70@gmail.com>  [dd1528b81f4c90c1db8f8eeb38bacc727490c6b6]

        tdf#83830: Remove experimental status from Page Deck
        
        Change-Id: I4214d92947734bab954a07118cdee96950a97814
        Reviewed-on: https://gerrit.libreoffice.org/26591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-23  Michael Stahl  <mstahl@redhat.com>  [e7d8cb3ec22906d5d45ba65e0a0cfccd68d202e8]

        sw: fix STL asserts in lcl_MoveAllLowerObjs *again*
        
        Comment added in cf91483690291272f48ff95c1aebd165da8ae4f0 evidently
        insufficient.
        
        (regression from b415494bf0468b74318b61f114e2ff4ae68c00ee)
        
        Change-Id: I9a017aefc3a77b0760fcdc3b8e43ff7c6ac516ac

2016-06-23  Michael Stahl  <mstahl@redhat.com>  [9084c11fb472f2024e609770ce922c911227e7a8]

        sfx2: exception on storage commit is an error (related: tdf#91807)
        
        For no good or obvious reason, SfxMedium::StorageCommit_Impl() swallows
        embed::UseBackupException if there is a pTempFile, which (as the comment
        claims) is "always now".  This results in the temp file actually being
        copied to the user-visible file and the SaveAs "succeeding", when it
        clearly did not.
        
        Also move the exception throwing to the end of ZipOutputStream::finish()
        to avoid more memory leaks.
        
        Change-Id: I448cc43291754ef20adfa6b65916282fcc365a11

2016-06-23  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [716f4ef1625cece6fe8326213df24c52d56c9432]

        tdf#100562 Add constraints for function DB
        
        Constraints in http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#DB
        were not all checked.
        
        Change-Id: Ife9ff7ce73d239efd0a67625990493db770f0c20
        Reviewed-on: https://gerrit.libreoffice.org/26606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0806fe8c08629e2b0bea527359b1b4bf41af686b]

        add COUPPCD test case
        
        Change-Id: I5e0e02657516e702b00e2010fc9a8c61fd9eff68
        Reviewed-on: https://gerrit.libreoffice.org/26577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ef2ae91e2ce62fb6e85b645175b88ccc6add48eb]

        add COUPDAYS, COUPNCD, COUPNUM test case
        
        Change-Id: Id0df7161f8ae687a7cca17d7a25f83a5d9417397
        Reviewed-on: https://gerrit.libreoffice.org/26581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [73b56d684df0ba93fac8f9d32be5b08c0f0b4af4]

        add COUPDAYS test case
        
        Change-Id: I0a322f555aa27d0ebff490f38d63ff8034f29668
        Reviewed-on: https://gerrit.libreoffice.org/26580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5a626116c75367029302902f02a9c9d1a90e7afe]

        add AND test case
        
        Change-Id: I305749ac4192a656c692aff6dcdec45e0d914f23
        Reviewed-on: https://gerrit.libreoffice.org/26575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-23  Caolán McNamara  <caolanm@redhat.com>  [7dfd50f947671d79b9119f10259857700d5728d8]

        Resolves: rhbz#1349501 gtk3: smooth scrolling events can be disabled...
        
        by the user with GDK_CORE_DEVICE_EVENTS=1, and so manage to disable their wheel
        scrolling
        
        Change-Id: I7df63f738983c90dea75b9f43a36133910446aba

2016-06-23  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [aaed6fe55a67ee3e92bedf9eed2e2f7c044be19d]

        integrate libzmf
        
        Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774
        Reviewed-on: https://gerrit.libreoffice.org/26574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [878a860dff10bd91491d6c9f2f4e2308bfe4f0b2]

        vcl: add initial PDF import-as-graphic filter
        
        This allows Insert -> Image e.g. in Writer to read a PDF file, and
        insert the metafile equivalent of the first page into the document.
        
        Currently the original PDF document is lost on import (unlike when
        inserting an SVG file).
        
        Change-Id: Ib0472c5d9bd9a1da054353fa3a3a638a1052721e
        Reviewed-on: https://gerrit.libreoffice.org/26586
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-23  Justin Luth  <justin_luth@sil.org>  [2721111437706372eaac9bf1d748723196c573ac]

        tdf#76349 writer: treat single-column break as page break
        
        Writerfilter imports docx-defined column breaks that exist without
        being in a column.  Word treats these as if they were a page break.
        Writer basically just preserved and ignored them.
        
        I limited the fix to only consider SVX_BREAK_COLUMN_BEFORE since
        writerfilter is only given “column break” and treats it as column_before.
        
        Change-Id: I0d974441d53243c4426048dd7cb60b3897b803f6
        Reviewed-on: https://gerrit.libreoffice.org/26181
        Tested-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-23  Stephan Bergmann  <sbergman@redhat.com>  [4809fedd7cd3443100fba1c776267e2d87eb3f95]

        Clean up uses of Any::getValue() in svl
        
        Change-Id: I2005ce59d6211181ed039eaff60ffd31084e1d40

2016-06-23  Tor Lillqvist  <tml@collabora.com>  [c7c27b9b191291cf36e4940aef3e3e7371855797]

        tdf#100222: Inform user that a restart is needed after toggling OpenCL use
        
        Change-Id: Ic33cb02440276bc0601c86f2c9eab7d74a6b9874

2016-06-23  Caolán McNamara  <caolanm@redhat.com>  [83f977c7f40d1a5fb975b8ce7c9958c992dba3f1]

        Resolves: tdf#100460 queryContentCells doesn't count annotations...
        
        since
        
        commit c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094
        Author: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Date:   Thu Feb 23 23:36:49 2012 +0100
        
            remove mpNote from ScBaseCell
        
        Change-Id: I281a207e26aec8886b1f46b9279e1135b61586da

2016-06-23  Tor Lillqvist  <tml@collabora.com>  [7000e1a0640156645252d15d505949bff3d1eb4a]

        Improve OpenCL logging and warnings
        
        Explicitly catch and report the 'Unhandled' and 'OpenCLError'
        exceptions, too, in DynamicKernel::create, instead of relying on a
        catch(...).
        
        (Actually not sure why we need three separate classes of OpenCL
        handling exceptions.)
        
        We have the code to show the file and line where something exceptional
        (or actually not so exceptional) happens with OpenCL, so make use of
        that then.
        
        It is a perfectly normal thing to throw (and catch) at least the
        UnhandledToken and Unhandled exceptions (when compiling a formula and
        noticing that we don't want to use OpenCL for it after all), so it
        does not make sense SAL_WARN about them. Just SAL_INFO is fine.
        
        Change-Id: I56770f47622cb4bc40f2216c5e78d3da3c7c9adf

2016-06-23  Caolán McNamara  <caolanm@redhat.com>  [84dc0157df9cb173ec74da2bd27507329efc3816]

        Related: tdf#100460 GetNotesInRange doesn't count last cell in range
        
        e.g. open document from tdf#100460 and select select A20:A21 and right click
        and there is a hide comment entry. Shrink the selection to just A20 (which has
        the comment in it) and the right click menu has no hide comment entry in it.
        
        std::for_each(it, itEnd
        
        means it < itEnd but here we want the rows indicated by
        
        nStartRow <= nEndRow
        
        so we need to increment itEnd by one to get the right range
        
        Change-Id: I48e8c0748f520671e09f04b16961bf9729960317

2016-06-23  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [456902abb40397e45f30efdfa2433d9d773d5344]

        Improve readability of OUString concatanation in LocalizationMgr
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I56ba7aa1477361a686ffb50955525b73cce24197
        Reviewed-on: https://gerrit.libreoffice.org/26585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-23  Caolán McNamara  <caolanm@redhat.com>  [1413c5d39a45329b47c85511a3161c6f5a43c4f8]

        map MenuToggleButton to GtkToggleButton with a custom menu property
        
        we don't have non-menu ToggleButtons yet, so thats not done here.
        
        since we first started with GtkPushButton:menu_attrib to indicate
        menubuttons gtk has grown menu buttons, but they don't have the
        idea of a gtktogglemenu button, so this attribute still has a role
        to play I guess
        
        Change-Id: Iebfe5ccf996e22784cf9aaf2bcf367eed79ae686

2016-06-23  Susobhan Ghosh  <susobhang70@gmail.com>  [3881fffe4233ce3aa02051b205c114c1cb520d67]

        tdf#83830: Page Styles Panel
        
        Added new helper class to svx for numbering
        
        Change-Id: Ie7db4059568024e9bed460fcf7c9215bd2ef788f
        Reviewed-on: https://gerrit.libreoffice.org/26020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-23  Noel Grandin  <noel@peralex.com>  [2fe32490f097ac107603ba5b1fa15599d720b8f6]

        loplugin singlevalfields, need to check default constructor code too
        
        Change-Id: Idcc8de6f1d403a57c59e84774bd7a97e2f3fc224

2016-06-23  Stephan Bergmann  <sbergman@redhat.com>  [7de0439fe25d3d2b133253db76df6515bb272389]

        loplugin:unusedvariablecheck
        
        Change-Id: Ia9c5ea707990d03dd4042c2e0a791976cc1b5f74

2016-06-23  Stephan Bergmann  <sbergman@redhat.com>  [b498cf62624b842b81a26872a14fa62f8fe3a12e]

        -Werror=unused-function
        
        Change-Id: Ib579e8896a751383d31c1dbf7e6ebf5c0774a976

2016-06-23  Stephan Bergmann  <sbergman@redhat.com>  [20f58e790441bf62bd9e3ed575a1d97f7144e85c]

        -Werror=unused-but-set-variable
        
        Change-Id: I0b3586bb3acca4075b26790a8dfe3f97d6921feb

2016-06-23  Michael Stahl  <mstahl@redhat.com>  [496cba2e8b3fdf72812d67602306d1d4700a8d60]

        Makefile: move check-if-root earlier
        
        Somebody who might invoke make as root might also invoke make with -j,
        so don't start building in that case.
        
        Change-Id: I0c87aba948cd78a23ad4c49f880700f65684424c

2016-06-23  Noel Grandin  <noel@peralex.com>  [8d861bd7028a6ac3cf21ca9758d1f72eef2ac05c]

        new loplugin: singlevalfields
        
        look for fields that only have a single constant value assigned to them
        
        Change-Id: Iafcd37fdb8a8119bbc00f92981a1a01badf9c5a2

2016-06-23  Stephan Bergmann  <sbergman@redhat.com>  [1f1f26bf0fcd695fcfb4b034bca001631646674e]

        loplugin:implicitboolconversion
        
        Change-Id: I21aeb9504be38e4a6b55892730131a878234ced3

2016-06-23  Noel Grandin  <noel@peralex.com>  [5bd5baff3f2a55bc2d84e1e352a00dd6969394e3]

        remove some more (void) style function definitions/declarations
        
        found with
            git grep -nP '^\s*void\s*\)'
        
        Change-Id: I1206031cf957cb6f957cae64ec5cae1280bda694
        Reviewed-on: https://gerrit.libreoffice.org/26590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-23  Prashant  <lprashant.94@gmail.com>  [d43f4390e006716ca538ad92d09bd012179efd66]

        tdf#67302 Resolving tablesSupplier name clash for postgresql
        
        Change-Id: Ic9bedc678699e136c09a51575f1d27131c5ffd29
        Reviewed-on: https://gerrit.libreoffice.org/25069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  anwilli5  <anwilli5@ncsu.edu>  [9e28b2f9ac3f205db223352cb88eb3546a8e1c0e]

        tdf#96607 'Save as' doesn't update global auto-recovery state
        
        The auto-recovery service maintains a list of structures (one for each open
        document) containing information needed to carry out the auto-save
        functionality. One such piece of information is the location of the backup
        file, stored in a struct member named 'OldTempURL'.  At every auto-save
        interval, this list is iterated through and a function (implts_saveOneDoc)
        is called during each iteration to save the current state of the associated
        document.
        
        The algorithm works as follows:
         1. A new backup file URL is chosen so as not to conflict with any already
            existing backup files in the backup directory.  This URL is based on the
            file name and incorporates a number (starting at 0) that is incremented
            until a name is chosen that doesn't conflict.
        
         2. The document is saved to this new backup file URL
        
         3. The previous backup file (indicated by its structure's 'OldTempURL') is
            deleted
        
         4. The new backup file URL is stored (in its structure's 'OldTempURL') for the
            next time the file needs to be saved.
        
        Assuming you start with a new Writer doc and then make some changes, when it is
        time to auto-save, the backup file name 'untitled_0.odt' (excluding path) will
        be selected, the latest state of the open file will be written to that backup
        file, and the full URL for the backup file will be saved into the struct
        'OldTempURL' member.
        
        The next time changes are made and an auto-save occurs, this algorithm will
        result in the name 'untitled_1.odt' being selected, the file contents saved
        into this new file, 'untitled_0.odt' being deleted, and the full URL for the
        new backup file being saved in 'OldTempURL'.
        
        The third time through results in 'untitled_0.odt' being selected (since this
        file doesn't exist on disk), and subsequent iterations of auto-saving cause
        the backup file name to alternate between the two aforementioned.
        
        The problem occurs during a 'Save as' operation. When this happens, the backup
        file is deleted (which is fine - it was just saved, and the next auto-save will
        back it up) but 'OldTempURL' is not properly reset (see below for more info.)
        During the next auto-save, 'untitled_0.odt' will be selected for the new backup
        file name (since no file exists by this name), and one of two things will
        happen (based on how many auto-saves have occurred):
        
         1. 'OldTempURL' points to 'untitled_1.odt', and the algorithm above continues
            to work correctly (at least in that it continues to backup file contents.)
        
         2. 'OldTempURL' points to 'untitled_0.odt', the name chosen for the new backup
            file.  In this case, the document contents will be saved to this file
            (step 2) but then the file will be deleted (step 3).  'OldTempURL' will
            maintain this URL from then on out, causing this case to be hit for all
            future auto-save intervals.
        
        So, 50% of the time (30 minutes out of every hour) auto-save will stop backing
        up file contents on a 'Save as'.
        
        The function that handles the 'Save as' case (implts_markDocumentAsSaved)
        clears 'OldTempURL' and sets other relavent struct members for a local variable
        copy of the global struct, but doesn't copy them back. :(  These changes are
        effectively lost when the function returns.
        
        There are several other cases where this appears to be happening as well, but
        more work is needed to determine whether this is actually the case:
         - implts_prepareSessionShutdown
         - implts_saveDocs, handling the 'dangerousDocs' and in a few other places
         - implts_openDocs
         - implts_resetHandleStates
        
        Also, there is some JUnitTest code for auto-save, but it is currently disabled
        (and fails to run successfully.) It'd be great to get these working again, or
        to just write python equivalents. Implementing this would like take me a while,
        though, so for now I just tested manually to ensure that this fixes the issue.
        
        When I have some more time I'd like to work more on this, but I wanted to send
        this patch in for now to address bug #96607.
        
        This may also address bug #99890, since some of the struct members that don't
        make it into the global state relate to the file name.  I haven't explicitly
        tested this case, though.
        
        Change-Id: Ic702d6f78e60c7cf828a1564ccca118dd45d152b
        Reviewed-on: https://gerrit.libreoffice.org/25948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  Zhengqiang Wang  <qiang_jsj@live.cn>  [45909a8e7ec2c4ef366836ab6bf975a6c2fdd007]

        tdf#100153 modify noSmoking shape
        
        *modify customshapeproperties.cxx
         fix compile error : make oox dbglevel=2
         The define of dumpCode() has been removed by c714b43b0137ad253f51e1c65417c9874b8509e5
        *modify presetShapeDefinitions.xml
         fix noSmoking shape
        *modfiy oox-drawingml-cs-presets
         this file is generated by presetShapeDefinitions.xml
        
        Change-Id: I383d6b6961b546585035afd8c1a4398385a11914
        Reviewed-on: https://gerrit.libreoffice.org/25801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [ea5a5b1dbb669415586520c2b0c526b133aa07e4]

        tdf#99589 - tolower / toupper - dangerous to Turks ...
        
        Change-Id: Id3b9abd557f2b8dfc942589362452cbdb0232da9
        Reviewed-on: https://gerrit.libreoffice.org/26546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [9b9e5cfd2fa629b2e1dc4a193e48a4a4e8d34126]

        tdf#99589 - tolower / toupper - dangerous to Turks ...
        
        Change-Id: I8b0fe9354232a7b60f3605fa6f90f6741f7bf683
        Reviewed-on: https://gerrit.libreoffice.org/26537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  skswales  <stuart.swales.croftnuisk@gmail.com>  [8ab7db320ff158949d2eadaa6e654115201ddf61]

        tdf#97872 File association in Windows registry
        
        Fix for double backslashes in paths to programs in shell/open etc.
        registry entries for all non-native file types such as .doc that are
        mapped by installer to use scalc.exe/swriter.exe etc.
        
        Change-Id: Ice8033d4fee079c0fb6d8f84e00ebd784e85d135
        Reviewed-on: https://gerrit.libreoffice.org/25849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  Michael Stahl  <mstahl@redhat.com>  [8d8b9b80b114b94b20b0bf1438d80e925b49e3bf]

        package: fix exception handling in DeflateThread (related tdf#91807)
        
        In the bugdoc of tdf#91807 there are at least 49 corrupt zip streams
        that raise exceptions in the DeflateThreads.  Because the maximum
        allowed number of threads happens to be 48, this results in an infinite
        loop in ZipOutputStream::reduceScheduledThreadsToGivenNumberOrLess().
        
        (regression from 7e2ea27e5d56f5cf767a6718a0f5edc28e24af14)
        
        In case an exception is thrown, don't re-throw it immediately, which
        might cause trouble such as leaking all of the ZipOutputEntry instances
        in m_aEntries.
        
        Change-Id: Ia74ab8e46fa1349c049d05dbec3454bfbe7d61d9

2016-06-23  Michael Stahl  <mstahl@redhat.com>  [cd292ba17c62a90f3530326f7fc87036da16a353]

        vcl: avoid vcl_filters_test crash with ASAN 32-bit
        
        ASAN usually aborts on operator new[] allocation failure but with
        allocator_may_return_null=1 in ASAN_OPTIONS it returns null instead; it
        doesn't throw std::bad_alloc though.
        
        Change-Id: I28d67a787e90604c12ad06fd97d265664bd62ef2

2016-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed2d342e97e43ff25f450ab6a5752baded6813e4]

        Remove unused SfxObjectShell::libreOfficeKitCallback()
        
        All clients have been converted to use
        SfxViewShell::libreOfficeKitViewCallback() instead.
        
        Change-Id: I793dad5194769f331037b12a1b1afba96ddea4ba
        Reviewed-on: https://gerrit.libreoffice.org/26584
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-23  Jan Holesovsky  <kendy@collabora.com>  [4d1118e5cc9f2a4dc20ea73fba4cb09d9e2a3ce5]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: Ia8b1145d43828a40611e5f59651d9dc6ff7d5360

2016-06-23  Jan Holesovsky  <kendy@collabora.com>  [a07a69850acddae631d6bd9496ace0c35accdda5]

        Introduce FillAutoStyle() method to reduce copy'n'paste.
        
        Change-Id: Ibdb6ae15790cc117d3d8c41c57924f9b22e85cba

2016-06-23  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [535ac37c5ff9b9dc60f6f56e4cfd518eff764975]

        support for ms binary format validation in sd module export tests
        
        Change-Id: Ie03b0485bbe8ecaa452f19fbcbfe3bf5829aff68
        Reviewed-on: https://gerrit.libreoffice.org/26515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-23  Caolán McNamara  <caolanm@redhat.com>  [d531743ca34232aedc0b437a9ff5807dea8d51ed]

        VclPtr: svtools error message dialog doesn't dispose
        
        Change-Id: I83640cc60d5e0239d228c749c32f896df5e2d9f2

2016-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ab4f31b6e23bc33ca9bb3bd6ca44da029148a8d]

        compilerplugins: move oncevar into store
        
        As suggested by Stephan and agreed by Noel -- as its warnings are not
        useful in all cases.
        
        Change-Id: I3c6034ae9d3c74aeb089a67dc48c1f91a3ea3a21

2016-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb19a820e8ceec28bcb346b32f4288babc442720]

        Revert "desktop: fix loplugin:oncevar"
        
        This reverts commit 8dc2873081bff3fe7107d472a91a24af8b67a87d. Instead of
        working around the warning, the plugin will be disabled, as its warnings
        are not useful in all cases.

2016-06-23  Akshay Deep  <akshaydeepiitr@gmail.com>  [596065ff05165f5b59cfcfdcee09166931455e19]

        GSoC tdf#87697 START CENTER: Indicate selected thumbnailview
        
        Added new "Active" state to PushButton class
        Active state used in MenuToggleButton class.
        
        Active => Pressed + Flyover
        
        When hovered in Active state, Active => Flyover only
        
        Change-Id: Iece1550b6d742a7ab3c9f4c7516ec855e1a1b6ef
        Reviewed-on: https://gerrit.libreoffice.org/26470
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-23  irem  <iremsendur1@gmail.com>  [2c1056d679187a702bad3a2ba5dcb6b068e1aa5e]

        tdf#46279 Show restart message after extension installation
        
        Change-Id: I91feab63b77055b8f73d0fb481a76586b249160c
        Reviewed-on: https://gerrit.libreoffice.org/24595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-23  Noel Grandin  <noel@peralex.com>  [aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3]

        tdf#97527 - vcl: reference-count Menu
        
        some places are marked with "dodgy"- need to check those to see
        what is going on, because they are leaving dangling pointers behind
        in the Menu class
        
        Change-Id: I41d5c7c0fec2f70ce9e3ffdc48cd03d26c0a869b
        Reviewed-on: https://gerrit.libreoffice.org/26516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b722f3d6fc72877e8caaaae7291d5d736ddc494d]

        uitest: improve the message of the ui test runner
        
        Change-Id: I5026590506b4ddf3db95fb14fe6b0890255a5a25

2016-06-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [65dd6547f33a1b10a084625b8a02ab277d26f81e]

        Updated core Project: help  c23a2a94aae6b2f1290145323460848eff867305
        
        Replace ASCII approximation of trademark symbol with real character
        
        Change-Id: I70c466baaaa8e2fbcba8c4c36fd4df6f14cda22b
        

2016-06-23  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [a553fa42f30e794541d1218435b478c620b03d9a]

        support for ms binary format validation in chart2 module export tests
        
        Validation is done with Microsoft Office Binary File Format Validator if it
        is enabled. However binary files are failing validation, so validation is
        disbled in corresponding tests.
        
        Change-Id: I9f6ff5c3dd9e3e3c0bb37ce895e60e38a0b43e9a
        Reviewed-on: https://gerrit.libreoffice.org/26510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-23  Takeshi Abe  <tabe@fixedpoint.jp>  [8456d83ed928c9c14b833393d5e15f64e394a3b1]

        starmath: Add a test case for parsing -
        
        Change-Id: I0fc0b7e2abbadee2f13d477c5ddd2290f37487a0
        Reviewed-on: https://gerrit.libreoffice.org/26563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-22  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [228c25fd17727660a3372307e3f73dbcff5e71d2]

        tdf#98106 Preserving hidden and empty rows after xlsx export
        
        Change-Id: I1ff2bab766eadac1dd5d483453af0e760634083d
        Reviewed-on: https://gerrit.libreoffice.org/26421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [92cee94a262a3a2f43c87bb940c50cb90a2ebd89]

        crashtesting: fix bmp->odg failure...
        
        id:000178,src:000000,op:havoc,rep:16.bmp
        id:000383,src:000047,op:flip2,pos:18,+cov.bmp
        id:000403,src:000047,op:arith32,pos:22,val:-33.bmp
        id:000317,src:000025,op:havoc,rep:8.bmp
        id:000119,src:000000,op:havoc,rep:16.bmp
        id:000167,src:000000,op:havoc,rep:8.bmp
        
        revealed since
        
        commit 81e3ca4f60e6ac0823c1233841c22a759cfe937f
        Author: Tor Lillqvist <tml@collabora.com>
        Date:   Tue Jun 21 10:34:21 2016 +0300
        
            Use real assert() instead of DBG_ASSERT()
        
        sanitize invalid palette entry indexes at the outer perimeter on initial load
        to try and avoid having to do it in all sort of places in the interior.
        
        we load the palette before getting here, so we should always know the palette size here
        
        Change-Id: I8856787d28310898c3806647fc181a97cfa88514

2016-06-22  Stephan Bergmann  <sbergman@redhat.com>  [c4077396a6b1ff2c6b2ff40ce3263c884515142b]

        loplugin:stringconstant
        
        Change-Id: I98c383106c8d5874bc8eb3daf05ca3f172d9f41a

2016-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1c7510e7cbbf4b4ba559919d21938d49be16670]

        svtools: fix -Werror=unused-parameter
        
        Change-Id: Ic8887571e376483e84d7c2eb270d3daaa37c63f3

2016-06-22  skswales  <stuart.swales.croftnuisk@gmail.com>  [6a17c118f312699ab26147148cd2e7844c41a777]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        fpicker module TCHAR elimination and A/W clarity
        
        NB fpicker was already being compiled as UNICODE
        
        Use SendMessageW() as appropriate for clarity
        
        Use SAL_N_ELEMENTS for buffer capacity (number of WCHAR) when retrieving class name
        
        Change-Id: Ie6d0b1df1b9a2fb18f4cdfc51e5d4c3c55c9ca17
        Reviewed-on: https://gerrit.libreoffice.org/26526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd3e8ad79d5a9757c9a0ed2b0fe82f3bb00dbba4]

        uitest: remove debug print statements
        
        Change-Id: I7dc68ef48a69f4878a20e6cb1dd3203dfc3097fd

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e41cb9684784bc65733995c1e486b62b647d980c]

        uitest: we also need a SolarMutex when deleting the wrapper object
        
        The wrapper has references to vcl objects and the destructor might have
        the last reference to a vcl::Window causing a delete. Avoid potential
        problems (I have seen one deadlock in the chart wizard code) by taking
        the SolarMutex.
        
        Change-Id: I8afcf79842b2f8e8f822b975629d5c8e18a86163

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6da7ccfc2ac3382c896a679b98061fce4a6d6cf2]

        uitest: remove sleeps and prints from impress and writer parts
        
        Change-Id: Ic4c4ba74701303df1ff38c5ed6ed7d521b369053

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [18d64ed6b47c6a39ccef9cd704f135bae390d5a9]

        uitest: remove sleeps from demo ui parts
        
        Change-Id: Ib1fc73c317186ede3f41029aa40b0c6a075c085d

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16e6889e6291d22f4f8f44f2701e8b315d04a084]

        uitest: remove sleeps and prints from calc demo
        
        These sleeps are only necessary when you want to run them non-headless
        and see what is actually happening.
        
        Change-Id: I20bd80c680c8569bc3c885f261e03db494afee06

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f928a9983423be545583269cb8274e9bfc7cf95d]

        uitest: convert writer demo to new python unittest framework
        
        Change-Id: Ifff8fe9cb0f005c8a4e892d756ae6b0b95db3544

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb821500ed026cfddae99c3695660556c75002d3]

        uitest: convert the impress test to the new python unittest framework
        
        Change-Id: I7a5cf03daac1b0426672a9d6611aa4cab4aaf91c

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19e380cfd980233b71915f34a1ba83d24bd5303e]

        uitest: move the demo ui tests to the new unittest approach
        
        Change-Id: I70222d701191f28f9dffb3bfdfbb7510d64d0251

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8b376adba93a48e77ec9e81c96744d1e4997d88]

        uitest: convert all calc demos to the unittest based approach
        
        Change-Id: I6ad7898f92c74f37ed2936337d6570904860d535

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fa28812f3574efaca42769e9e4ff28f7d545bd8]

        uitest: start the switch to python's unittest
        
        Change-Id: Ic6e0d99a567b7080928accb61ed036b1c25ec7ff

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [660e5597813f88b1aca564198fdf5f78298adc13]

        uitest: we will need the python unittest module
        
        Change-Id: Ic0589be9b3769279b201dfd314534a087c7f4309

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fbe0a6f6a32ece52f97801f33eab54705d53bc3]

        uitest: add treelist demo
        
        Change-Id: I41796a2a557143030cbd016399c2c1bf5cde37bd

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71f562f8f77f14b76fde4329f7238fe2e7d6a054]

        uitest: support tree lists
        
        Change-Id: Iaa1a49d7e38c8d87bb3cfd749af94a0b92feee0d

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33d873b61f2b966c11019fc5e435b04aa0a1476d]

        uitest: add tabcontrol demo
        
        Change-Id: Ibcdf5c1a43ed943c22745545257d5d324ed139ec

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e2d4a326e25b460b0590d1cccb0ae2834743fc0]

        uitest: add support for TabControl
        
        Change-Id: I4cdffe62cdabaf110eaaeb0d31a45c44833d354a

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47b9dad7976fe0611b60efa8c38c148445c99949]

        remove unnecessary whitespace
        
        Change-Id: Ia9c9accf3c5509393c3e09692b6a7eae756907f9

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdfdf580f70e74dff393f9a0a6bac5c32264a42c]

        remove visual noise
        
        Change-Id: Ia4b0439af933653bcff5aed9127b2503c622ce0e

2016-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8b6bcc65f2870562da16d65f4ea2bfb70bd7886]

        uitest: add initial version for calc element demo
        
        Change-Id: I09b724cb80d75b17fd3ad5f3736245f9fca1d17a

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [9d2fa0bfdc93fa9bfed7dea89d603b1611d7a6e0]

        crashtesting: fix tdf95481-1.odg reexport to odg failure
        
        revealed since
        
        commit 81e3ca4f60e6ac0823c1233841c22a759cfe937f
        Author: Tor Lillqvist <tml@collabora.com>
        Date:   Tue Jun 21 10:34:21 2016 +0300
        
            Use real assert() instead of DBG_ASSERT()
        
        sanitize invalid palette entry indexes at the outer perimeter on initial load
        to try and avoid having to do it in all sort of places in the interior.
        
        png spec says that the palette has to appear before the first IDAT so we
        should always know the palette size here
        
        Change-Id: I6e04223adce1c88d037f9cf34862e6f54e381bb0

2016-06-22  Jan Holesovsky  <kendy@collabora.com>  [56a4c9b9ce28a87f18ea82675d215328905c2f12]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: Ie4b92f3763d2d695709a4919faceb520f874897f

2016-06-22  Tor Lillqvist  <tml@collabora.com>  [9c07735a0160864c949ac27de1821d6967181516]

        tdf#93124: The arbitrary number 100 seems to be too high, let's try 50
        
        The test fails on a tinderbox. Adding a temporary printf shows that
        the number there is 71.
        
        Change-Id: Ic8fbaab9e3d3434e20ba6aef5cc1acd66b5f4283

2016-06-22  skswales  <stuart.swales.croftnuisk@gmail.com>  [a50cdeb70ec19369f42ed08abfd4a5301d05edb5]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        shell module largely already compiled UNICODE: A/W clarity
        
        Verified by installing release build and trying property sheets etc.
        
        Change-Id: I4965cdadbce635d86da1996c3c1bbd37a981ffde
        Reviewed-on: https://gerrit.libreoffice.org/26556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [547e4b3a80708600edbc3f5669b4428877b5a951]

        Resolves: tdf#100303 Report crashes on close of conditional formatting dialog
        
        Condition multiply inherits so the Builder::disposeBuilder call was missed
        
        and prenotify occurs during ::dispose when there is no m_pConditionPlayground
        anymore, so m_pConditionPlayground == 0 where pPlaygroundCandidate is 0
        passes, so a random widget gets cast to somethings its not, hence the bad
        cast exception
        
        Change-Id: I6d081dd55df1a68ab893294858e1ab0054d5e049

2016-06-22  Tor Lillqvist  <tml@collabora.com>  [6b77e536118660b10f9d25b61717c3874e5c9a8d]

        Revert "try to debug images_tango.zip failure on arm tinderbox"
        
        dtardon says: i forgot about it. it didn't help me anyway
        
        This reverts commit 44819f98aa39cbc8e5d9d07e112fa051077322eb.

2016-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [a46091b8de6e315d6e3f96922d5d0abb4d7ade22]

        sw: fix loplugin:defaultparams
        
        Change-Id: I017c0107f421590bc61c4b1b7f3df458dd0b18f9

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [9ffd60792c0d445f3061d9593c233660799cd401]

        g_bytes_icon_new is only in glib >= 2.38
        
        Change-Id: I57f2d016eb6d35d2bc9be090444be1190d68d11d

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [2822d1891b551a58c691cac37c11d3b9c2255755]

        valgrind: use after free
        
        sal/osl/unx/conditn.cxx:90: pthread_cond_destroy failed: Device or resource busy
        sal/osl/unx/conditn.cxx:92: pthread_mutex_destroy failed: Device or resource busy
        
        "Desktop disposed before terminating it"
        
        seen under valgrind with CppunitTest_sccomp_lpsolver
        
        Change-Id: I643cf114b902c38a6a54487fd78c55d84ed78cfc

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [8488b3ba00e23e8ae6e089f450965c93c7a13d26]

        G_MENU_ATTRIBUTE_ICON is only in glib >= 2.38
        
        Change-Id: I7761ac05fbc9be39a6982ba66054c75a331816be

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [911c4d8472303053c19b14457a533d8b2f0a2ea9]

        crashtesting: assert on export of tdf96006-1.odt to rtf
        
        revealed since...
        
        commit 81e3ca4f60e6ac0823c1233841c22a759cfe937f
        Author: Tor Lillqvist <tml@collabora.com>
        Date:   Tue Jun 21 10:34:21 2016 +0300
        
        surely here we should ask the palette how many entries are
        in it, not assume from the original bitcount that all entries
        exist.
        
        presumably the palette can only have <= 1 << BitCount entries in it
        
        Change-Id: Ieb1b98f2f13f702a6a6a20d8cf3d8e9a695141b2

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [68cf256f506d4601a2d2cf3ec2d56713afd491e6]

        Resolves: tdf#88985 block app from exiting during macro execution
        
        but stop basic execution on the exit attempt, and then resend exit at a safe
        place when basic execution has stopped
        
        Change-Id: I77c43acffa0b82e8125dcb3b10ad9bf0d6dd26c3

2016-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8dc2873081bff3fe7107d472a91a24af8b67a87d]

        desktop: fix loplugin:oncevar
        
        Change-Id: I51b5d199c79c644906df355c8fbd33e5c98e7d89

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [1ad4575723a91883b8c179e247fd06d822ca7f84]

        g_icon_serialize is only in glib >= 2.38
        
        Change-Id: I824ebd9083bd702e90f577471248be43707cc811

2016-06-22  Caolán McNamara  <caolanm@redhat.com>  [9e921023eecbbee3316a5dac3469d17d4d0b658f]

        DBG_ASSERT->SAL_WARN_IF didn't reverse condition
        
        Change-Id: Iea3d1870df6422422a04e6027711ffa8ec65924a

2016-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [03e83de83bcc640cf359fe7997edcdadb5067b36]

        Remove no longer needed ImpEditView::mpLibreOfficeKitSearchable
        
        All clients has been ported to use
        ImpEditView::mpLibreOfficeKitViewCallable instead.
        
        Change-Id: I3a2513ac5900f801a2e7aec79807f4e333dfba3d
        Reviewed-on: https://gerrit.libreoffice.org/26561
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-22  Xisco Fauli  <anistenis@gmail.com>  [c65d731446bb62fdb1dd4321bf4c96bf1353c4d0]

        SAL_FINAL to final
        
        Change-Id: I58e9c533819218482f89239f6d9b07e3497d4438
        Reviewed-on: https://gerrit.libreoffice.org/26558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7e2ad84c9f77116b8faa27c0db6fd3dd26b68bc9]

        Increase width of Copy Table dialog in Base
        
        Currently the "Help" button is cropped and partially visible
        on the Copy Table wizard. Increasing the width to 700 seems to
        make it fully visible again.
        
        Change-Id: Ib64ab0724d944f310f1c76a01ee91f00087bc320
        Reviewed-on: https://gerrit.libreoffice.org/26548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-22  Noel Grandin  <noelgrandin@gmail.com>  [3e53c6ba9313dae334c0b4db78c911fa960a9fe2]

        move the attribute parsing code to SvParser
        
        and simplify considerably
        
        Change-Id: I2a4af15e77904b62abc81dad78a2990e2eab05f0

2016-06-22  Noel Grandin  <noelgrandin@gmail.com>  [5a39ad3b259a20fa1c78e34ca9146dcec7fe90b0]

        move the method param parsing code into SvParser
        
        Change-Id: I5718c309acd213f94e96efc2e9a98ab0344fe341

2016-06-22  Noel Grandin  <noel@peralex.com>  [dc1df1b8f92b873b0776bff4ca3da79af05392ba]

        simplify parser
        
        Change-Id: If6b9ed2a0cb373c8bec5d3ff20488f5ee00231ff

2016-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [380a646b957052f96b3f9440d20dc63fc72e1d46]

        lokdocview: ensure setView() + doSomethingElse is atomic
        
        Otherwise it's possible that a keystroke is sent in for a different view,
        when that other view reacts to an invalidation (invoking paintTile())
        caused by a previous keystroke.
        
        I.e. open two views, place the cursor at different positions, type fast,
        and some of the characters appeared at the incorrect view.
        
        Change-Id: Ie5e471f1b9c2d69adaa87111fba74d4abe184ef8
        Reviewed-on: https://gerrit.libreoffice.org/26562
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-22  Jan Holesovsky  <kendy@collabora.com>  [b4861b60b2f6d7ffd9efcd8e028e2578da4b464f]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: Iec55b1d2e290e2bcc0286225b6f731314f058625

2016-06-22  Takeshi Abe  <tabe@fixedpoint.jp>  [336beb8b39c5486afd9b2aaa95ae897de3e13a29]

        Drop unused #include
        
        Change-Id: Ic0cf4605cc7d02fdd537d05cbaa744c52126e6f1
        Reviewed-on: https://gerrit.libreoffice.org/26545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e505ab71991546ce5d9ec9ee2622493193475b9d]

        add ACCRINTM test case
        
        Change-Id: Iad85f67c5d395d8c74125e0dcb7ff0a7a29ae0b5
        Reviewed-on: https://gerrit.libreoffice.org/26553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [eca55c4b8d8cb119aa1b8ad8744fa68f8fcc0ac7]

        sw: replace pointless XComponent and XTextContent overrides
        
        ... from SwXTextGraphicObject and SwXTextEmbeddedObject.
        
        Change-Id: I22c2937617b84262c124d2504a8f9d889895005b

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [33b9476b047f2815664c01c1f9c124087c779318]

        sw: use ImplInheritanceHelper for SwXTextGraphicObject
        
        ... and SwXTextEmbeddedObjectBaseClass, and get rid of pointless manual
        overriding of XInterface and XTypeProvider.
        
        Change-Id: I6695d825b5caba08aca9764eb3052eab77ee6fdb

2016-06-21  Varun Dhall  <varun.dhall@studentpartner.com>  [b252bbf9355bb4d1dad262f24ad8ceed3ac696fd]

        Added Test for tdf#72788 clear direct formatting
        
        Change-Id: I9732691cb71272d690b800316a87c06b96eb7b05
        Reviewed-on: https://gerrit.libreoffice.org/26529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-21  Jan Holesovsky  <kendy@collabora.com>  [63c121129815726d763414533e8b8a91cba38791]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I89fc21757493a42e17d518da585bafdb8f2e303a

2016-06-21  Andras Timar  <andras.timar@collabora.com>  [2abea8fda83d641e365fede84edec0e7c02f2c07]

        Updated core Project: help  3a26a9f702b811e7bef168b04696e66993d0b13d
        
        missing paragraph role
        
        Change-Id: I7f3e30a07bbdc8a9dcb8c63519ba1a78c1ada0dc
        

2016-06-21  Jan Holesovsky  <kendy@collabora.com>  [bd7d74791954f9de709b7595498613d728e5fb6a]

        Simplify dynamic_cast followed by a static_cast.
        
        Change-Id: I86e756ce46f6cdb84bddc3faae74782c8b4ad519

2016-06-21  Susobhan Ghosh  <susobhang70@gmail.com>  [1bbf0612ea35c73adf0c2aabedf457f7d85acdc0]

        tdf#90078 Add import bitmap button to Area Panel
        
        Change-Id: I49712f807d38a614fd707d06c9453545360db89f
        Reviewed-on: https://gerrit.libreoffice.org/26527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-21  Andras Timar  <andras.timar@collabora.com>  [1d852cd65709f1d0cbed64f906291b7641f4dde6]

        Updated core Project: help  d9e375bb5271e34a84f176d471ca9d4d15071ccc
        
        handle <item type="code">
        
        Change-Id: Id6b828ffdd45530af5fda09046b85cd9fe21eecb
        

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [cdb4efad0eba9a049d36b20c459fa530636d9c79]

        connectivity: disable connectivity::release() for now
        
        This bizarre thing essentially does the same as
        WeakComponentImplHelperBase::release(), except that
        1) it forgets to call disposeWeakConnectionPoint()
        2) it doesn't catch exceptions from dispose()
        3) it restores the m_xParent member after the dispose() call
        4) it's racy because the "else" branch may be executed at a time
           when another thread has already concurrently deleted the object
        
        This is rather mysterious and there is no obvious reason why a manual
        dispose() call should clear m_xParent (as the users tend to do, by calling
        dispose_ChildImpl() from their disposing()), but a dispose() called from
        release() should restore m_xParent again.
        
        Let's try to stop doing this madness and see if anything breaks.
        
        Change-Id: I88a60fe1a7eeb625442faf436c9a3deb3c59941c
        Reviewed-on: https://gerrit.libreoffice.org/26554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-21  Andras Timar  <andras.timar@collabora.com>  [337b38ab581fbe08cd840c1be70ea1dd5395e3a9]

        Updated core Project: help  e84bf1290365b9fd331f06cd1c03bf11c1f4cc1e
        
        tdf#98401 fix wron paragraph role
        
        Change-Id: I7a8ffd79550d6355d59bcb256f09c4a0b785ebd2
        

2016-06-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [614d20645065cab2467b7419707a1eda69992cdd]

        update credits
        
        Change-Id: I98c62533785a72b88044fb36bda3edd010aa6bb9

2016-06-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1804a3735e32b09d6ec7521f1a7d32de4a75d071]

        Updated core Project: translations  0027ac636c89b3a606e76291246c0e49b64fe4db
        
        update translations for 5.2.0 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: I0ddd38b998824a5718c70610f21ac163db83f507
        

2016-06-21  Pranav Kant  <pranavk@collabora.com>  [d7b45c97b30f109aff0be6602a8fc8103af71e7f]

        lok: Change version string to JSON format
        
        Change-Id: Ie1264fed9964b09006980df2e151e170b48b4082

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [3fecccad4ab76bd005de8dd541da02b67b08e266]

        connecitivty: [loplugin:nullptr]
        
        Change-Id: Ic717e1d119e1a5b8a87caca263322d9e58fe6c68

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [8ad0fb82d41822aedaa3bef8f6602bd9763c97b8]

        bridges: [loplugin:staticanonymous]
        
        Change-Id: I9d2c233c7060ea5c7a6bc028a8146ee8b2fd555b

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [67f3a9a48f17b09b9e56c50080040ee73f3f4ec2]

        bridges: [loplugin:nullptr]
        
        Change-Id: I7386569030fc95553bfb423d23d291430388992b

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [371ddde018459143e4b3598a68c3786f46d989fd]

        bridges: [loplugin:salbool]
        
        Change-Id: I1924f2b18763e42013c2b5ce80b664674e460fc7

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [bd8c0293010a767a9889cf1b5e92e4828b6b07bd]

        compilerplugins: ignore GCC bridges more generically
        
        Change-Id: Ib76b14d37bbe3c32aa0637037d73d0d5dce01b25

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [d7777467a3a06bc367d0f9aa1bbf9e361609da7d]

        bridges: -Werror,-Wimplicit-fallthrough
        
        Change-Id: I1ad51d4dc7e6bddfc5fa8d6252a7d6349bd5dfb7

2016-06-21  Michael Stahl  <mstahl@redhat.com>  [633e6cf96e9d5a23f5204ca7c02ee4cfa0215f46]

        compilerplugins: don't warn about __lxstat64
        
        Change-Id: I71e21d6aff55caa1bc3e8e25f0b4c60386120d00

2016-06-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [770b650c0548ca4ebb55ffccf14a3cfc907e9c43]

        remaining LibreOffice → %PRODUCTNAME in crash dialog
        
        Change-Id: Ied3f0644e90a05d7d38755c4f42165247edb6b37

2016-06-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [546e63bcbde605d4647441e32d60bd72508fa750]

        Updated core Project: help  2f6e93f728e4c7b278b57479bf1fd8fda3344fff
        
        remove "-" between FileAttr-Function and FileLen-Function
        
        to be consistent with the rest of the functions
        reported via pootle-feedback
        
        Change-Id: I6e95109a8cf4145dc84ab0f3ad699d74ee05d932
        

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [45182f36ef263d6fd94cc79bb242fbfb5a471c22]

        sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcase
        
        Fails with 9f66db9c474f71f43d7a3667230241fd4fa4183f (sw lok: add
        LOK_CALLBACK_TEXT_VIEW_SELECTION, 2016-06-21) reverted.
        
        Change-Id: Ide21167ce2dc4287b1860b5f03a6975dc9edd4c6
        Reviewed-on: https://gerrit.libreoffice.org/26550
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  Xisco Fauli  <anistenis@gmail.com>  [bb6500aa74feabcf884801d7ca9ce70b5449cafb]

        tdf#89329: use shared_ptr for pImpl in slidesorterbaropt
        
        Change-Id: If5b7fd23448a584d1faebaf0a540e61f091471fa
        Reviewed-on: https://gerrit.libreoffice.org/26331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-21  Stephan Bergmann  <sbergman@redhat.com>  [9cef658364e4d8441f490e4fe89c3bfa14cd24b3]

        Clean up uses of Any::getValue() in stoc
        
        Change-Id: I455b708bfcc9d5aa71bb0ffc21efec205302169e

2016-06-21  Noel Grandin  <noel@peralex.com>  [7669bf3884ac053baca04e09d7c9994870983a4a]

        bMirrorMode and nItemImageAngle are unused
        
        Change-Id: I87da73db3a58b2e94b3bdda2cea5874701303a18

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b9053d371fc8b8543faf7add5fb6d61aab26605]

        lokdocview: handle LOK_CALLBACK_TEXT_VIEW_SELECTION
        
        It's similar to the normal selection, but it's colored and has no
        handles.
        
        Change-Id: Ibd9594b4834ff4f9b1cfd85912ed5cee3c8b8c71
        Reviewed-on: https://gerrit.libreoffice.org/26543
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f66db9c474f71f43d7a3667230241fd4fa4183f]

        sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTION
        
        So a view can be aware where selections of other views are.
        
        Change-Id: I5026b1ff2b99a4eedfd0bde32a05ceb8e2f424bc
        Reviewed-on: https://gerrit.libreoffice.org/26542
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  Noel Grandin  <noel@peralex.com>  [46bf504e0384d7491b9543604e594228c64318a1]

        simplify
        
        Change-Id: I67de532443cbb9e64bed67fe28ee94fef38f5eae

2016-06-21  Stephan Bergmann  <sbergman@redhat.com>  [038069806e4e2a8760fa415a23c28ccd338239f4]

        Clean up uses of Any::getValue() in pyuno
        
        Change-Id: I35c4ac0b84e439982f87420aa7587c99ee367920

2016-06-21  Noel Grandin  <noel@peralex.com>  [cc66f408f99602618be12ce6c47152233291e1db]

        fix DBG_ASSERT condition to match message
        
        Change-Id: I7073d3063d17ade9b0d4f88013c47eabb646af58

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [e65b5c19985d725779d8381cc3bd75c441c0ff2e]

        Remove no longer needed vcl::ITiledRenderable::registerCallback()
        
        All clients has been changed to use
        SfxViewShell::registerLibreOfficeKitViewCallback() instead.
        
        Change-Id: I2538268dc9c4b449f68b5d2b05a72de584c29fd0
        Reviewed-on: https://gerrit.libreoffice.org/26540
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  Tor Lillqvist  <tml@collabora.com>  [e63be69226a6282d0dac1bc327d8fa8f7e7bbada]

        Put more local functions into the unnamed namespace
        
        Change-Id: I483a1943c3c229aa839a72b333061f92c6b728ba

2016-06-21  Pranav Kant  <pranavk@collabora.com>  [90c75f775b6d1ca68389782a3768ee554b528e5d]

        lok: Expose LO version information
        
        Change-Id: Ided924e928c04385457c7a2e231fdf57e7e38970

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [1811e656f08ba011a3c2a51cc60e90d2fa58e4c2]

        tdf#100352 sfx classification: support localized policy files
        
        The example policy is at:
        
        instdir/share/classification/example.xml
        
        If there is a localized version, e.g.:
        
        instdir/share/classification/example_hu-HU.xml
        
        (same syntax as already used for the autocorrect files), then use that
        instead of the configured policy.
        
        Change-Id: I0369e69f90a633af0676981f0c5760f8477b3c8c
        Reviewed-on: https://gerrit.libreoffice.org/26535
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  David Tardon  <dtardon@redhat.com>  [461e91ca91186c1ed23316127fffe4230e3aacd2]

        tdf#100455 check for minimal dconf version
        
        Change-Id: I8e164bb4afc221cefd93d519569cdefa4486349f

2016-06-21  Stephan Bergmann  <sbergman@redhat.com>  [85fba6b5b7f516e359d015ad31325feefffe1126]

        loplugin:override
        
        Change-Id: I8ce79a9c4398657e2a6b4c94fecd21ade71e4ed0

2016-06-21  Tor Lillqvist  <tml@collabora.com>  [81e3ca4f60e6ac0823c1233841c22a759cfe937f]

        Use real assert() instead of DBG_ASSERT()
        
        These assertions guard important invariants. We use real assert() also
        in the neighbouring bitmapaccess.hxx, for instance.
        
        Drop annoying exclamation marks.
        
        Change-Id: I9d08cb80b18e8f3a922357ec33c1418f8f1b33e6

2016-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [406e39fad66c6f4b0f589dcc682c57464b230d69]

        vcl: fprintf -> SAL_INFO
        
        Only touching dbglevel > 0 code here, so clearly only
        informational..
        
        Change-Id: Id6991c93f971bcc2a8badc809b98870a85322992
        Reviewed-on: https://gerrit.libreoffice.org/26531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-21  Xisco Fauli  <anistenis@gmail.com>  [5ee7d509e7c6d78e758286efb6145385a310cfa5]

        tdf#89329: use shared_ptr for pImpl in optionsdrawinglayer
        
        Change-Id: Ic9da196c1dfe138ff6408a37fa8ff70492d00bc2
        Reviewed-on: https://gerrit.libreoffice.org/26282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-21  Jorenz Paragas  <j.paragas.237@gmail.com>  [8a6bffd2fefcc81dc34951ba2e178d9938b59fb3]

        tdf#42949: clean up includes in include/formula with iwyu
        
        Change-Id: Ieb601d98be80aeb2239d4f0a330d90e63f1abc43
        Reviewed-on: https://gerrit.libreoffice.org/26398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-21  Noel Grandin  <noel@peralex.com>  [6efa9c8e87bbc49ff558cf5e9017628cc4312f6e]

        GALLERY_USE_CLIPBOARD unused since 2001
        
        Change-Id: Idd21f60187e27fc100021ba07374357f502150e7
        Reviewed-on: https://gerrit.libreoffice.org/26508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-21  Noel Grandin  <noel@peralex.com>  [5f2b7007fd501025afa4a3ec62c4435bc8eaa18f]

        improve error message
        
        Change-Id: Id1408cb1d8f04b36ffab65b684a94b14db9d9c50

2016-06-21  Stephan Bergmann  <sbergman@redhat.com>  [002697221215e009cdf20fd5c12b50350b8a2128]

        Avoid undefined behavior when converting from double to short
        
        Change-Id: Idfae52f6807cec225a52d3d6c79f03fd9da965c1

2016-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d211384f048b689f20e46d4d586f342b110cb5c]

        sfx2 lok: fix missing view cursors in a new view
        
        When a new view was created, the old views got the position of the new
        view, but not the other way around.
        
        Make sure that the old views notify the new one right after registering
        the callback.
        
        Change-Id: If26edbd57aa939e453d95f4907a0e5722329dd65
        Reviewed-on: https://gerrit.libreoffice.org/26523
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c2fc93cae194a1aad94721edc51078b168a34f5f]

        tdf#100451 convert texture buffer to 1-bit and 4-bit palette buffer
        
        OpenGL doesn't support palettes so when the texture is created,
        the bitmap buffer is converted to 24-bit RGB. This works nice for
        showing the bitmaps on screen. The problem arises when we want to
        read the bitmap buffer back (like in a PDF export) as we have to
        convert that back to 1-bit or 4-bit palette bitmap buffer. For 4-bit
        this was not implemented yet, on the other hand for 1-bit it was
        implemented but it didn't take palette into account so the bitmap
        was not correct (inverted).
        
        This commit introduces a ScanlineWriter which handles writing
        RGB colors to 1-bit and 4-bit palette scanlines. The class sets
        up the masks and shifts needed to place the color information
        at the correct place in a byte. It also automatically converts a
        RGB to palette index.
        
        Change-Id: Ie66ca8cecff40c1252072ba95196ef65ba787f4c
        Reviewed-on: https://gerrit.libreoffice.org/26532
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-06-21  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [fafb309d2ec6b7a7125409dabffd13613ad65a0d]

        prefer OUStringBuffer to concatenating OUString in a loop
        
        And improve OUString readability and efficiency.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I8d847b1ca3cde7cb8733d6f8a649612745cf6aae
        Reviewed-on: https://gerrit.libreoffice.org/26511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-21  Takeshi Abe  <tabe@fixedpoint.jp>  [2fb88cb41e9d606280271c8dd78d2a776aa06ce2]

        This can be an assert()
        
        Change-Id: I2b0a8f50359e5b12fa27bf48c355f736e2b05033
        Reviewed-on: https://gerrit.libreoffice.org/26491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5d336fb1d515b0967bc730e47ac3e4b850cf9872]

        vcl: remove some commented-out code
        
        Change-Id: Iac827fd102404ae615dfd1685886010e949ff653

2016-06-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0c1767d9466adf0729eb8e1f43ddb80a31886898]

        vcl: fix dbglevel>1 build
        
        Change-Id: I94c35499d395d10a86a821a28e57ad3c1d8ec485

2016-06-20  Caolán McNamara  <caolanm@redhat.com>  [f9b46bbd2446a6c9a0aaab31016536bda4a77294]

        tdf#96540 dragging between sheets can change the current cursor position
        
        so the at position at time of drop may not be that at the start of
        the drag.
        
        So set the current cursor position to ScTransferObj when the drag starts
        and retrieve it later
        
        Related to:
        
        commit ac3b66057ba677903b6de354317417b267be0fa0
        Author: Kohei Yoshida <kyoshida@novell.com>
        Date:   Thu Sep 16 11:09:29 2010 +0200
        
            calc-selection-fixed-cursor.diff: Migrated
        
            n#502717, i#21869, i#97093, when making selection, don't move the cursor position
        
        and
        
        commit c433fa0639ccf5caeb0c128c8a3794322e2a1c81
        Author: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Date:   Fri Jul 6 02:04:44 2012 +0200
        
            adjust the calculation of the cursor pos if ALT is used, fdo#48869
        
            Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7
        
        I haven't used SetSourceCursorPos everywhere a ScTransferObj is created, just
        where its created through a drag event
        
        Change-Id: I50c36b4a2ba45426edebc1f1dfa5e262db3c5d03
        Reviewed-on: https://gerrit.libreoffice.org/26512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [ed5dd24cbc5d81ae20a497d02fa968fd7fc7431a]

        Add MS binary format validation in writer export tests
        
        Validation is done with Microsoft Office Binary File Format Validator if it
        is enabled. Since currently all doc files are not passing validation, they
        are included into validation blacklist.
        
        Change-Id: Ia36c5c9f2248122b13401a6d2834b729dbb75d6c
        Reviewed-on: https://gerrit.libreoffice.org/26422
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-20  Vort  <vvort@yandex.ru>  [b65f46127a9a1042edd4198f4a44820d7ea357a6]

        tdf#96080 PDF Import: fix incorrect whitespace characters sequence
        
        Change-Id: I0f8e0217cb661be318af611216191def1b209ea1
        Reviewed-on: https://gerrit.libreoffice.org/26426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78c7929ac4f03d90e956cc1052208c646feaabf3]

        tdf#89657 sign Mac languagepack installer and force-start-close LO
        
        starting LO once satisfies Gatekeeper's verification, even when the
        langaugepack's content are added afterwards
        
        Change-Id: Ie548df39a7ec07cc485c40148e4ca75101346798

2016-06-20  Arnaud Versini  <arnaud.versini@gmail.com>  [7e5b36af8c524671a30b91dd2323d812686aca2c]

        UCB: Simplify ucb_impl::Regexp rtl/character.hxx usage.
        
        Change-Id: I2298732602ad6f5acc040673f550040802ec580c
        Reviewed-on: https://gerrit.libreoffice.org/26328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-06-20  Mike Saunders  <mike.saunders@documentfoundation.org>  [fe63bcdf700e4fe5c3c3ed8721f9748ecb7aaf34]

        improve wording for crash report dialog a bit
        
        Change-Id: Ibf27d45d9a9a0dd57a82fdf9c44f4017a43d953a
        Reviewed-on: https://gerrit.libreoffice.org/26525
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [ada901d2c412f8a1b1ae668e883114ccb9c69277]

        lokdocview: handle LOK_CALLBACK_INVALIDATE_VIEW_CURSOR
        
        It's similar to the normal cursor, but it's colored and does not blink.
        
        Change-Id: I6a869a98f46979946f320905426e016fe011cbc6
        Reviewed-on: https://gerrit.libreoffice.org/26522
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [92712332f32988e7827520f3480aaef9dfd5804a]

        Restrict tryPropertyValueEnum to enum types
        
        Change-Id: I54a6fdc341185fe4bdb9cc7d1b1a1feb0737bf47

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [033517b4e6dfb648678500b23ebe5cd54bee9001]

        Remove unused includes
        
        Change-Id: I25bb67449c8c572075d354e62b1c731e95655b4f

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [978e7b03f8c966ec23b6781d67f612e4665a09f7]

        This code unlikely wants conversion from UNO Bool or Char Anys
        
        ...which would be the main difference with convertPropertyValue, in addition to throwing an
        exception upon failure that would be caught directly by the surrounding try-catch block
        
        Change-Id: I960e23b797c71be655c4059125effade84d0630c

2016-06-20  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7dddccdcec91d8136d95469f4e607ce0829bde65]

        reduce warnings in vcl
        
        pHelpWin is always false,
        array sizes can be checked at compile time
        
        Change-Id: I945ede9432b4927b30c31018a1420396176ecb94
        Reviewed-on: https://gerrit.libreoffice.org/26518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [0ac092ed0b04ce4ea8b401a56998e36bc2cca402]

        Clean up uses of Any::getValue() in cppuhelper
        
        Change-Id: Ibe25c23a273db957905af972dcae64e3a0d3be8a

2016-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62c047ffb397802c09df9070492e70725928cadf]

        switch to EHs on windows
        
        This seems to be a good idea based on several discussions
        in the project. In the end catching SEH exceptions is just
        going to cause strange platform dependent bahavior.
        
        This patch is based on on
        http://thread.gmane.org/gmane.comp.documentfoundation.libreoffice.scm/39102/focus=55516
        and includes some additional cleanup of the sal signal code.
        
        Change-Id: Iedc998e37e6495afec445eccb60fa1c2b1a7defd
        Reviewed-on: https://gerrit.libreoffice.org/26497
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f6ad98c4764402dc6e876106867e49e3e888f8f]

        Remove no longer needed SdrModel::libreOfficeKitCallback()
        
        All former clients are changed to call
        SfxViewShell::libreOfficeKitViewCallback() instead.
        
        Change-Id: Ic5dcf0a8a4241338fcd6941f13ce438157676481
        Reviewed-on: https://gerrit.libreoffice.org/26521
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [c544a8b674dd7ac9dd466a84a440ede030942438]

        sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSOR
        
        So a view can be aware where cursors of other views are.
        
        Change-Id: I6133fb55aa2869843c0284b7d76264bab3b3d5da
        Reviewed-on: https://gerrit.libreoffice.org/26513
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55bd0ac154a7118f7cce48ffd1e44a48d9099413]

        add some OpenGL info to the crash reporter
        
        Change-Id: Id377bc3bd814fad822d577603b1f147b71ad9ae2
        Reviewed-on: https://gerrit.libreoffice.org/26445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2286144f86a14463fd93145a533144f74fb0c0e9]

        Updated core Project: help  1abe8b8b3462e7f62e1d5563402672c0b2ae4851
        
        “Page Break Preview” → “Page Break” in Calc
        
        Change-Id: Ic0d6cbe429305760a21ebc9fdbee67f0d752fe23
        

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [f92fb1cc0a4fb3e2024665a4274c543f64946538]

        Check that EASTERSUNDAY with negative value causes error
        
        ...even though that's not obvious from the implementation of
        ScInterpreter::ScEasterSunday (sc/source/core/tool/interpr2.cxx), which calls
        SvNumberFormatter::ExpandTwoDigitYear on that value, which also only checks that
        the value is < 100, but not whether it is non-negative.  However,
        ExpandTwoDigitYear takes its argument as sal_uInt16, so any negative value is
        guaranteed to be converted into a large sal_uInt16 value that is not < 100.
        
        Change-Id: I6f10672e510918f6e9010061541829fcd98e6dd0

2016-06-20  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [309bc35559cb823415139044272b10feccdb6ae7]

        GSoC Table Styles, Export Cell Styles
        
        Exporting cell-styles
        Exporting table-template
        To be able to map SwTableAutoFormat to table-template 1:1
        extended table-template by the following elements:
        	loext:first-row-even-column
        	loext:last-row-even-column
        	loext:first-row-end-column
        	loext:first-row-start-column
        	loext:last-row-end-column
        	loext:last-row-start-column
        
        Added attributes describing box format to SwXTextCellStyle
        
        Change-Id: I2967ba461dfc6f030c1e5cdbba62e2673d3b232b
        Reviewed-on: https://gerrit.libreoffice.org/26185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-20  Caolán McNamara  <caolanm@redhat.com>  [7423629f0abec966bd9403800ca0bd5c96a8b3a6]

        cppcheck: oppositeInnerCondition if new fails, its going to throw
        
        not return nullptr
        
        Change-Id: I8f46e49b28fd9547fb3e32dca0c6b99ee2cd5c7d

2016-06-20  Caolán McNamara  <caolanm@redhat.com>  [a2effff0d0c9b5f86cd6721982fa2e162b73142f]

        cppcheck: catchExceptionByValue
        
        Change-Id: I1e6001d2c806a5808b2c2a8057d0ea403ab0f894

2016-06-20  Caolán McNamara  <caolanm@redhat.com>  [83524482162caf4b875a6ea2c404f5aca46b26a0]

        cppcheck: redundantCondition
        
        Change-Id: I02566ed92197a2573cd4a1a6c7e9fe54aeab3301

2016-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [aab2af1557d00a76258899c97bc024e85adb0ba0]

        sw: prefix members of SwWriteTable
        
        Change-Id: I4e8885b9fd85fdecec4f936c3c306887f1964c4b
        Reviewed-on: https://gerrit.libreoffice.org/26498
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-20  Xisco Fauli  <anistenis@gmail.com>  [fb784cf569ad2a27d844d7c52f8a804aa2f8deaa]

        Mark these functions as final
        
        Comment from Michael Stahl in Gerrit:
        "to prevent potential disasters if somebody adds
        a sub-class and overrides ImplCommit,
        which is then not called here."
        
        Change-Id: I2d991c713734fd516827a5dd6c8929aa64e59409
        Reviewed-on: https://gerrit.libreoffice.org/26278
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [149edab4435256b13a8681ac69bd4c35f6da8bb7]

        -Werror,-Wswitch
        
        Change-Id: I319f932f24a5b4c2eb331eac6795731a1bc483ca

2016-06-20  Akshay Deep  <akshaydeepiitr@gmail.com>  [487a6b491f8a514541eccf3aef20277493c66744]

        tdf#79889 Make Recent Docs thumbnail titles consistent with recent files menu
        
        Change-Id: I839039e68c766480458a5956cf1261819c0ea005
        Reviewed-on: https://gerrit.libreoffice.org/26465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [50a0473e821081c1db2646dd4c3fcc24f5c11bf3]

        Clean up uses of Any::getValue() in comphelper
        
        Change-Id: I433cca20fb29c6b6ede934edcb2e200f15b060f2

2016-06-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [4833ed2f7fed76cba5fa40b0490da14c6838e8b6]

        tdf#100441: Fix listbox state in master vs. normal mode
        
        Events appear in following order:
        normal -> master: 1. EID_EDIT_MODE_MASTER, 2. EID_EDIT_VIEW_SELECTION
        master -> normal: 1. EID_EDIT_MODE_NORMAL, 2. EID_END_TEXT_EDIT
        
        This is only partial fix, selecting the right master page in other than
        normal mode is still broken
        
        Change-Id: I2dd91e77c4ed5627079fc9d2b39e40c8e74a9f8e
        Reviewed-on: https://gerrit.libreoffice.org/26484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-20  Noel Grandin  <noelgrandin@gmail.com>  [cf5208b67180dc1deaeca611706087b1e2acc1ae]

        Convert PART to scoped enum
        
        Change-Id: If4c2849beb207593d3d450ae3846ed24eaf66ca4
        Reviewed-on: https://gerrit.libreoffice.org/26173
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-20  Jan Holesovsky  <kendy@collabora.com>  [2d67042dc2f0672d1aca4784e61eb2a5d0e91e08]

        tdf#95797: Don't jump to the cursor position after auto-save.
        
        Apparently the commit 07c7c88bc2d9d860ea92ab562ea0431ec1949b29 changed
        the condition; I suppose that not deliberately.
        
        Big thanks to raal for the bisect!
        
        Change-Id: I775e133396ceb763e31aca101d365880652e1ac8

2016-06-20  Caolán McNamara  <caolanm@redhat.com>  [9924925d2c815294d677411acfca8725611d0ca0]

        ScFilterListBox::LoseFocus doesn't seem to have a purpose...
        
        after the strange code was removed by...
        
        commit c3a5012c5a9699040698505d3e34672382c026b8
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sun Jun 19 17:42:56 2016 +0100
        
            Related: tdf#99310 data validity cell range dropdown empty under windows
        
        Change-Id: Icf6acdb2e5fff90aff45704f17f7918c877e166e

2016-06-20  Stephan Bergmann  <sbergman@redhat.com>  [2606915f0f480af30367a5d0f67adbf930c2c6b9]

        Avoid undefined behavior when converting from double to sal_Int16
        
        Change-Id: Iced9d25a15f25076b1c23b064eabfe5f0899882c

2016-06-20  Noel Grandin  <noel@peralex.com>  [8f56d408729108ed1c6fdca258d3ef6029863c78]

        improper use of this/that just bugs me
        
        Change-Id: Ie05062cfe384971f5c358769ab16461a76f911cf

2016-06-20  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [ef5b37726335034de44e6e7cc2035f798d66f753]

        tdf#90834 Turn in-line version control
        
        Some unnecessary comments removed
        
        Change-Id: I01b90f760106819e2c5d065e0bb32d5f132ae33c
        Reviewed-on: https://gerrit.libreoffice.org/26462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ffdb195297d2042bbfaef0179d8a7d0c252b6fd5]

        add TIMEVALUE test case
        
        Change-Id: Ibbb5bd78b5d2878d0a73a3ff85879ad2b6f7225d
        Reviewed-on: https://gerrit.libreoffice.org/26385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dd9843b51aac32e2baca0c3b8d3896ad1d0f93ab]

        add TYPE test case
        
        Change-Id: I1fec7355de2ab67251ae39dd5ba1d06f30779910
        Reviewed-on: https://gerrit.libreoffice.org/26476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ff012c4fb09a71c1a70e760e227d5271d522b4de]

        add WORKDAY test case
        
        Change-Id: I919ce6aec83acd458b8a067f61375215672765d2
        Reviewed-on: https://gerrit.libreoffice.org/26388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bbe41a5ef65ee9c3e08a1eeaf7e63fa3392db7f5]

        uitest: add demo for spinfield
        
        Change-Id: I45751598df2c14c1e8e3a7f17705fe52321b0c89
        Reviewed-on: https://gerrit.libreoffice.org/26493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf748bb20fd949cc67661de20e6f53a842089f60]

        support typing into the spin field
        
        Change-Id: I2cae24d36d1eebf48f52646d84e7f6d291c8e473
        Reviewed-on: https://gerrit.libreoffice.org/26492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4a6f300f5d529f2853930b1674bd63a4c953584]

        uitest: set id for chart window
        
        Change-Id: I443dcccf6d560c252da38a0f0c63cc48a212c127
        Reviewed-on: https://gerrit.libreoffice.org/26494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [180bcf4a97a251e884200be3f718643cfaaa2311]

        Updated core Project: help  2db75854e290a7ce93e869214b3d6fba86d93ae7
        
        tdf#100478 Correct the syntax of two examples of the N formula
        
        Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb
        

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e1394d2f6ca6e9758a416fa9e9222d353ea5b0e3]

        add N() test case
        
        Change-Id: Ia7c3f57b17c63c64296307f618c14aa875f03796
        Reviewed-on: https://gerrit.libreoffice.org/26474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ace640ae32c20a83c4c328eed59a9caa68819cf4]

        add ISODD and ISODD_ADD test case
        
        Change-Id: I0395c511d9e0c96942d8857b7dd2db2edbbd6a1d
        Reviewed-on: https://gerrit.libreoffice.org/26471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Takeshi Abe  <tabe@fixedpoint.jp>  [ef54bbc95b0cd0c12caa723369abda9f276b834b]

        starmath: Possible cases are exhausted
        
        Change-Id: Icc48aa8ffa6a56f804c4d01f2fb3bcdf7de838d4
        Reviewed-on: https://gerrit.libreoffice.org/26397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [92726cafb610b73976e750195b380d665326b57a]

        add ISBLANK test case
        
        Change-Id: I41d5e39d30fdf92fe2df86fc7f02b98f7ec7ef74
        Reviewed-on: https://gerrit.libreoffice.org/26446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a9047a06465ac407aca3b6ce35278920e8719cc3]

        add ISTEXT test case
        
        Change-Id: I82e02f08767b5b23089051019f94b873ce52e062
        Reviewed-on: https://gerrit.libreoffice.org/26473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b81a1f0aa7efa6c47d03afb7a68c7ad38d506b17]

        add ISREF test case
        
        Change-Id: I615e248b0f1e4325bf4b52c42ee889995da44a0a
        Reviewed-on: https://gerrit.libreoffice.org/26472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [ea76c515cc8bb064cdd0f352761375d63d218faf]

        add ISERR test  case
        
        Change-Id: Iba099d662f93052c074bb5071be5e46083b1c6ab
        Reviewed-on: https://gerrit.libreoffice.org/26450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e1c435ba88c8ec14145b59398a8a46056f277d4c]

        add ISNUMBER test case
        
        Change-Id: Ib61e97bef590a33277f5d37d7ad80e87f9093491
        Reviewed-on: https://gerrit.libreoffice.org/26469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [290f3629554e04f72398cdab44c76f2356c93925]

        tdf#39468 translated german comments in sc/filters/lotus
        
        Change-Id: Icf87fadd9a9ffb344d4f1134a54b300fdb86a7b7
        Reviewed-on: https://gerrit.libreoffice.org/26481
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-19  Yousuf Philips  <philipz85@hotmail.com>  [f2ca0749440442fb141cf8862b62b5272bc07b5a]

        tdf#91820 A round of minor tweaks to Calc's menus
        
        Change-Id: I4724e5fd927371ce5df58451dbd0a0ae7eeca0e9
        Reviewed-on: https://gerrit.libreoffice.org/24086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-20  Maxim Monastirsky  <momonasmon@gmail.com>  [1771e2b2753af2c078b575c44e788ee70500bbca]

        Try to fix the crashreport with SaveToolbarController::modified
        
        No idea how one managed to trigger this. The only way I see is
        to add the save button to one of the custom shapes dropdowns.
        The ToolBox there has mpData->mbWillUsePopupMode set to true,
        which causes ToolBarManager to call the update method of the
        controller twice. update registers additional modify listener
        each time, but there is only one "remove listener" call in
        dispose.
        
        Change-Id: I2a1d6e02f6d8b6bc847fb7694fffa6e85b1f5604

2016-06-19  Stephan Bergmann  <sbergman@redhat.com>  [8f375cc11feb9c903b5507e807062a24c63a11ef]

        loplugin:defaultparams
        
        Change-Id: I7a74f10d3dbae16641c6c3aa3b8e53dde12df047

2016-06-19  Stephan Bergmann  <sbergman@redhat.com>  [07b5ac90d55d54bf4514ccb17531967c73f35434]

        loplugin:redundantcast
        
        Change-Id: I0fc720f677440ed659c445151c5fd4e53f63444c

2016-06-19  Stephan Bergmann  <sbergman@redhat.com>  [82da3d95c1bb2ba410a89fc1721b1ccb4f25b7cb]

        loplugin:salbool: Implicit conversions from non-Boolean fundamental types
        
        Change-Id: I67eac95686678e6f5a2d60798535b2c65a9ba5d7

2016-06-19  Caolán McNamara  <caolanm@redhat.com>  [c3a5012c5a9699040698505d3e34672382c026b8]

        Related: tdf#99310 data validity cell range dropdown empty under windows
        
        if I make this block unconditional then it also disappears under Linux
        so I speculate that this is why its missing under Windows.
        
        I can't see why this is the way it is (since initial import in 2000),
        
        This is reportedly a problem since
        
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Apr 5 15:27:38 2016 +0100
        
            Resolves; tdf#87120 no keyboard navigation inside floating windows
        
        Change-Id: I6159d419bccef851c8f9e965d063882173d91620

2016-06-19  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c337011d2052ec3ddb80e61bcc4b0574b4e898ba]

        LOK: tile rendering regression fix
        
        Calc fast rendering requires us to offset
        the are being rendered and shift all
        bitmaps accordingly. This however is
        breaking Impress rendering since the
        offseting logic is common (in svx and vcl).
        
        This adds new API to enable or disable
        this local rendering (as opposed to
        rendering a full document as was previously
        done.
        
        The new flag is then set by Calc to
        enable the offseting logic in isolation
        without affecting other applications.
        
        In one case isolation was achieved by
        checking the MapModeUnit.
        
        Change-Id: Ia0aadfc3f6df7c1a891b97dc731f5897414c9420
        Reviewed-on: https://gerrit.libreoffice.org/26367
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 60fdcda65bad242f99895cb453182578250fbdea)
        Reviewed-on: https://gerrit.libreoffice.org/26378
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-19  Caolán McNamara  <caolanm@redhat.com>  [1409b974003ca69e4682507f5d34c55f346b864a]

        Resolve: tdf#100429 gtk3: set custom icons in native gtk menus
        
        Change-Id: I4798274f38c34c99d6f22f3c7959ebd9673a8966

2016-06-19  Caolán McNamara  <caolanm@redhat.com>  [0e2a6561043c23b712b534fc3d33336d6bfcc50d]

        coverity#1362777 Explicit null dereferenced
        
        Change-Id: I5db9cf469677b8509c19d6489472a4cf0babeca5

2016-06-19  Caolán McNamara  <caolanm@redhat.com>  [e3b81f3df69cdbc086f2960e1fb00d17b8c90178]

        bogus warning
        
        since...
        
        commit 9c79945ca62b18213728cdd23d9f390304aee1de
        Date:   Sun Jun 12 20:11:20 2016 +0200
        
            convert DBG_ASSERT in vcl
        
        Change-Id: I67b2f0d21965a70980c4f0c522a0431107216a27

2016-06-19  Pranav Kant  <pranavk@collabora.com>  [5bf9c67fa14e8b3c30e6ca7afc414414b4eb3ad6]

        sc lok: Unit test for empty column selection
        
        Make sure newline characters are not copied, fixed in
        82ed95b7554cfa3b5e98f67cc53c6219e3a09886
        
        Change-Id: Ic8d45ba44c1092d733bed4afc049463e546d10d9

2016-06-19  Pranav Kant  <pranavk@collabora.com>  [3960e15735a7defb19d921bb7b861b59e7b9548c]

        sc lok: Remove useless comment/code
        
        Change-Id: I69a0c2b6810b38de5de94eb9789839a4d6de8d87

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2ae269e0845c8644a9b8333cc5f41cdd3d887cde]

        add ISNONTEXT test case
        
        Change-Id: I752f159bb2b48062eb2b529aa651259d9be4ce08
        Reviewed-on: https://gerrit.libreoffice.org/26468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [05f7b74f62f5535221c2c142f37b1a8c732fa5f6]

        add ISNA test case
        
        Change-Id: Id19085be0bf1f94580e7aa3854a4aec64d256d55
        Reviewed-on: https://gerrit.libreoffice.org/26467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [5895da019fc452585bb4283e4e4dc2d1ec497642]

        add ISLOGICAL test case
        
        Change-Id: I4edc8a4b3ee25fa8211bd54a1d2bbd211cb6e9a9
        Reviewed-on: https://gerrit.libreoffice.org/26464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0b404df6a6ecdaa96f82873c7c89e5435192dde5]

        add YEARS test case
        
        Change-Id: I12f6f6156b19ffad76e7dac18af3513308ffb672
        Reviewed-on: https://gerrit.libreoffice.org/26463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [441ea27519c60f2a75274f48e546905f607f7611]

        add WEEKSINYEAR test case
        
        Change-Id: I41dbfce46d9f12a544870869814e967e40e9d1d8
        Reviewed-on: https://gerrit.libreoffice.org/26461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a27efff9fb590df6bc7a97aee4fbd194a1443c1a]

        add NETWORKDAYS test case
        
        Change-Id: Ie6a473f8aa6b8b94e8c6956ff4ffb86b20cd11e6
        Reviewed-on: https://gerrit.libreoffice.org/26460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [3152801c2dd2ca05077e20dd81ba445862cea0e1]

        add MONTHS test case
        
        Change-Id: I87d2ef419dd88ee11b8dcf8f00c7e0aaa794dd70
        Reviewed-on: https://gerrit.libreoffice.org/26459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [677aa732a2f79c14f7817f544333c49858178b59]

        add ISFORMULA test case
        
        Change-Id: Iabbfbace60c371da8487d7c67866a937f96ed4ef
        Reviewed-on: https://gerrit.libreoffice.org/26458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [90735bd48d525bc20020def63de3be6e30bb0a9a]

        add WEEKDAY test case
        
        Change-Id: I1a72a2019dbffff1c71a7572d32c2de7b8a34e58
        Reviewed-on: https://gerrit.libreoffice.org/26457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a7a6637b717cb682a8e1243332ce692e5bef9ddd]

        add WEEKS test case
        
        Change-Id: I0387ce1de450699043fdaa67f61e5c057e517c12
        Reviewed-on: https://gerrit.libreoffice.org/26456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33fdd7a42302d3d09f41b92d17ce28336241d926]

        Revert "add CELL test case"
        
        This reverts commit 9bf453a8e5a48520e5b2b4beb94f16df583e52e7.

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c]

        uitest: add the demo ui uitest
        
        That test just shows features of the test and the use of different UI
        objects.
        
        Change-Id: I49e9fa2d42634951ae5a78aa3a9bf79fefacd298

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e672eb7a08aa839481d13bf4aadaa7456824e0c9]

        uitest: also add the impress uitest demo to the makefiles
        
        Change-Id: Id5d5c53b5d51b7c8984c93e8c89b0a71b8c660bd

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2df3910714451ae66a6693f6f17e11f1c8e7bdd4]

        uitest: reduce the sleeps
        
        The sleeps are not necessary but make it easier to see what is going on
        in the demo if you run it manually. In the uicheck case they are useless
        and just make the test take longer.
        
        Change-Id: I8d6d5a4fb1b068112e7785253bff936e198a7c97

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [665231b76ba3ffa574576ce4509e47a6863c20a5]

        plugin:defaultparams
        
        Change-Id: Ibeec35b72e6dc81c72a9120ed14ae165e6137d26

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [10c4f2e141c014c54a8da1985aa4c24fb716d7cc]

        add INFO test case
        
        Change-Id: I61fd45b7e6c846ea539d4bef3aa2d25654bde668

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [484ef777e9eeb4eaab4b406791abded4b7fcb407]

        add FORMULA test case
        
        Change-Id: Id8fc8e94cbc5aa367a9fc690f149f94269749559

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [db5888247f8a5d51216ce9b3c222a176b6ca065b]

        add CURRENT test case
        
        Change-Id: Ia085fb87cec8aedbbd046ae334bd841a5df7ee31

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9bf453a8e5a48520e5b2b4beb94f16df583e52e7]

        add CELL test case
        
        Change-Id: Ia6074aea7fd33e06a6fa29919785f85ef89895ec

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [16c7540cedf3260fee020e44c66016ed2bc0e276]

        add HOUR test case
        
        Change-Id: If3c719b89b517baec42b5e0f12bf27a8392461fd

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [deb2d99e3aecfc0d8c4f0ab1f8d7188603920dc0]

        add EASTERSUNDAY test case
        
        Change-Id: I71444493f2cb78bb5e88a1e9dad697a663cf5be4

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [9abf7490696b25ff8a04df9361788685994a2e0c]

        add ISEVEN and ISEVEN_ADD test case
        
        Change-Id: I74a9e5a35c89a97a84de8188677128f4e38ee641
        Reviewed-on: https://gerrit.libreoffice.org/26454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-18  Zdeněk Crhonek  <zcrhonek@gmail.com>  [71488cdc9a716a08cbe08e3e1246eb868485b19d]

        add ISERROR test case
        
        Change-Id: Ie1166447641f1b4c9580ab30550a232ee36e39a7
        Reviewed-on: https://gerrit.libreoffice.org/26453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d534e939d4b9c8ac09cd1e7e28e5ad43d1ee56ec]

        uitest: add the radiobutton demo
        
        Change-Id: I271a7388c2114304da26050f909c366edd8143b5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab74c7d4eae55d7301b0eabad8ec7f253028bc62]

        uitest: loplugin:stringconstant
        
        Change-Id: I863615af7a942b91513511ba515b82f3523c6aa5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53bdc87a596676d3c4a787615f30466e4efc3f7c]

        uitest: loplugin:staticcall
        
        Change-Id: I0e8fd138689e73cd0b320d0898e0410baa2bcfa9

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6a92c923769f0f3351fa081b17cb132536f934c]

        loplugin:unusedvariablecheck
        
        Change-Id: I8bd6447915942c1869ec186d8ca01e5ac43b3e8a

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89f3205a4aa0c3834a5099ff639d9474e996d93b]

        uitest: loplugin:sallogareas
        
        Change-Id: Ieb01166fbb0b07d1218072ae8bb953a36582361c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97aa073301a85c82dff4de2d57268f47192d099d]

        uitest: loplugin:stringconstant
        
        Change-Id: Ib63a978bd488f41602d982789699ba3f3ca2dcf0

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27e08d44f47b1830776f1efbdcd5e0838914f684]

        uitest: loplugin:implicitboolconversion
        
        Change-Id: Id852960cdfd49331251e89306a6a32eb9e45a666

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55f93456744615174739364bb03676aa0f6986ce]

        uitest: loplugin:staticmethods
        
        Change-Id: I741a41ea12fe0ee70a73e144d4601c8aafe30ac8

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5abf40cb3cb37311ef658c799e17aabb8d54fb9e]

        uitest: plugin:sallogareas
        
        Change-Id: Ib0ebd774542129f8a7c68e276f1f03cc46f32fb8

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c82caaab4cf63c9cda20791f77acae6649f518b]

        uitest: loplugin:override
        
        Change-Id: I014e036c803ef7eeba265eb36782781c3a62672c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [275dfaaffb2494214607a1c3e02a3e7fdd850865]

        uitest: make the calc keycode demo a bit easier to understand
        
        Change-Id: Ia24747994dc45b8c6636aee37a55d2ba4672993a

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [017d7b9f5483cc9373ace5fd02f55987d7eabe2a]

        uitest: add more impress tests
        
        Change-Id: I89bd0af49e530382f0201a108f8798f9a9d689e3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60fdd56760269d1cca2cade50a0f7a5e2635f5ed]

        uitest: support more impress operations
        
        Change-Id: I74ab526dabbee1f8c203274f187c065d9fb413fd

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fdfc55da301435dfd52b0365b8edda7aa893f983]

        uitest: add initial code for impress main edit window
        
        Change-Id: I82eabe1df33878316907e664ddbcd8edf6a73d33

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b67527fb75cd95201d9251064e8b9d5b1c4fe62a]

        uitest: dump the implementation name as well
        
        Change-Id: Ifefc5eb8c271aae0c815bb68535b1e3eb8afb2cd

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a32eb53ca1a379277b80a1ba01072a441f090919]

        uitest: annotate a few draw/impress windows
        
        Change-Id: I6352842535fddc99d30a4d0180ac01e7f8d5cd48

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a259b9935990ec7c1fd804c0ff9f0a8b6e9044ec]

        uitest: start with work on impress demos
        
        Change-Id: I8407fe37f8906e21abc1033d6adf44f31cad1572

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [313265c26df651d57d59fa4527baf6752f6b2f2d]

        uitest: add writer demo ui tests to makefile
        
        Change-Id: I4ba2321deb196f22c95db533266d82c541a95f0a

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83b0ec6201172190bdcb16753c1166264f5f6cc5]

        uitest: add demo for selecting writer text
        
        Change-Id: Iffc3e16bf0fa5a02058b6ad008ff3f61ea2a23af

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1317d040c93816021268426d593b3e2cae871fe]

        uitest: the demo is supposed to show how to goto the page start
        
        Change-Id: I61d2a74b50be2ab8b5077344ecd41cfa0cba2e64

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ba10adaa853da547aa90d69b666ada4e683fe32]

        uitest: support selecting writer text
        
        Change-Id: I6d1c4e5a05bdcb3299af86a9044d912239659fb9

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2dc8ded7008908e9290cff3db4d14682e7cbe71]

        uitest: add more properties to writer state
        
        Change-Id: Iadf223b38d84c1a6fb9892642f39e63dd16c72c8

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a52f261c6969992bb0b7ed3d8618884e1f62272]

        uitest: add demo showing how to use page number
        
        Change-Id: I718f4c6c8f01ceb556b9beadce5af88491c4efe0

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b78bd71b8d607e3ff773da1f972fec68934d4840]

        uitest: provide a way to jump at the beginning of page
        
        Note that page numbers in writer are 1-based
        
        Change-Id: I614ff08927b4cb92d3819b557ec6791199da69a4

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b21af2d243bf033f9a9375f48be840e61300fce]

        uitest: provide information about current page
        
        Change-Id: Ie0ef65a023e156f65370e11f024fa6349841841e

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [229ab4ba12c3bf4ff535c150a9d2ef4ba29cfd57]

        uitest: make handling the state of an object easier
        
        Change-Id: I3dcb78752b62a42d3aa283910241fef813dc352b

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb024cd4e9749ef4ad5a1bc19570623883da1d3b]

        uitest: add a way to convert property values to dicts
        
        Change-Id: I21afd1c9b88525e576745905ee1ce21746f2d50c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [18bfce49b17d648914df7f51dca9c5b115053b11]

        uitest: add demo showing how to type text into writer
        
        Change-Id: I32598d12c85ad36d5c5d9ab00c184bfb7e39a4bd

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9f8f73926ebbf030233731ed7f6bde06eb80d09]

        uitest: forward unhandled actions to the base class
        
        Change-Id: Iac08e77d9b0e80f2af93c8b229d083603f1d22d4

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebbb900ea24e7db9b3956e24a8c5ba0263e62f03]

        uitest: add initial writer demos
        
        Change-Id: If0aaf07b061fde3d5efa0d604af002efc872f726

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4eae49218f449b4057d15633c5be2b3b0f9b88f9]

        uitest: add wrapper for writer's main edit window
        
        Change-Id: Ibd6ffe85ca95cdc915f5c73b1b566de1d7413ee7

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [725815366eb5543b4465af60a1072f1738db9147]

        uitest: set id for main writer edit window
        
        Change-Id: Ie039b9983dd2aa6ec2c79b35bfd87161a57438b5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1191005c01ae5f512d7841736dd6eb6f0dc8049]

        uitest: use the new cell content enter function
        
        Change-Id: I75ff56a903226797284dff7f556bd425d40b4fd4

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ffaaf37c1e052339c1148283a773ce7e520739f]

        uitest: split the demo
        
        Change-Id: Iec2acce4e7777995d3e5a8e4bea5f069f579721d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d7ace84c8b80177a5c8dae6f7ca9d8291fd2e5d]

        uitest: add a demo case for new keycodes
        
        Change-Id: Ieec7fcd9b942d99d0dc16794856af4b1eabebde8

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7af600b43c40aa0744a951f55f5d6b63fe168088]

        uitest: add calc uitest helper functions
        
        Change-Id: I9201f697ede4d5f9a541eb06f20162ec5ad0542d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51a2cdb4fbe376c519544b8e484e03eebe943f76]

        uitest: support more special keycodes
        
        Change-Id: Ief5fde7c9840de0f7b0a34fec24837e3a8e5ae70

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [559f2e233108ed5e9da305ffbf945d6ed568f7eb]

        uitest: add demo showing how to activate chart
        
        Change-Id: I40293ca1f786c08a51d01fde5e90b75af2e67f6b

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc0c5d6163e99d29498c9b8599d9bdf9a3e4ca6c]

        uitest: add demo showing how to deselect an UI object
        
        Change-Id: Ie755dd93296de4031abe36833872c58032271d22

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20f74cf32bef511fd99f6d4689a5425a9145ebf1]

        uitest: add way to deselect OLE object
        
        Change-Id: I34515de0b149147e40c23df6fef1339d0b69d469

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d92504b2d8ff04b2fd8cea4fe4897cfbf82621f]

        uitest: allow activating OLE objects
        
        Change-Id: I960f5d644afb9392f8b3fe1d2f393c499af57bdb

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54d5931880e141fb3eb963da7040035569cfd8f3]

        uitest: allow to select charts in calc
        
        Change-Id: I7fd899d7abda968e9c849e46714208a650b3cfdb

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e0e414cd79c6faaa8a2770742b103b5df7efa487]

        uitest: provide charts as children of calc's grid window

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a9861c47b66afed9f9a22ee7f507ba99cd4162a]

        uitest: add demo for chart wizard
        
        Change-Id: I36b89e167408c2ab8b2a0f7d275ecb2dda4722b7

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [99a934520777a5d3f6323e8f52f8dc388239cfe7]

        uitest: add wrapper for radio button
        
        Change-Id: I8b4b35ac313796364502f8e9e2e836dc21f48a42

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cca08f80b37e05564cffd2f51afd54322848112c]

        uitest: allow to disable tests
        
        Change-Id: I67afd5d537e8dd80549c1bf6de51fc92b127f836

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3868095865f2336c5d04dbd5799990bb7b37e0e]

        uitest: add missing override
        
        Change-Id: I5f3941550bd9256125d74f25e9e512b302e1e27d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [742a1d7ea13be85947e103a506844dea450da1cc]

        uitest: set ids for a few UI objects created in code
        
        Change-Id: I421b97448bb596b134908ca6ddd60d7b4f60b186

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f06c50870c507444177ed604e08884d44f3e9770]

        Wall is a good idea for the vim ide integration
        
        Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42237e141b9dca778066f00fa1ca9e83fb27fd8e]

        uitest: now we can actually enable the ui test demo
        
        Change-Id: I18557ea0a7801ba118fd2486338112d8aa917b75

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ee75350a9bd5e5b3d4183ef0168c717896f202a]

        uitest: close all the documents in the tests
        
        Change-Id: I4ad9c2603edbf3ac6fc4db60481dc93c16ea63ff

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c5abdea5fe40350df6234e71b70cab1f11764ac]

        uitest: add method to get all children of a ui object
        
        This makes writing ui tests so much easier.
        
        Change-Id: Ice7d98c354fc9b68ee4532bc854561b5b9446e3f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ec1c63b91ac1f0c77f7ead33b4cbbd9d80a613b]

        uitest: add the ui demo tests
        
        The makefile part needs to be added but the tests currently hang as I'm
        not closing the dialogs yet.
        
        Change-Id: I8f938fb9b46213e6b1c7295bde780f119053447e

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40804d6179c42bb39ec70f539f51ecf93934814c]

        uitest: report when a dialog was not executed correctly
        
        Change-Id: Ibe603045b095e020e572bac986d766ac555b0e04

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [511f6f85d90884f864b5bf42eedb758841f72957]

        uitest: make it easier to debug which test is causing issues
        
        Change-Id: I10a777d15d99a1fea756160ec39093a2781119b1

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d46da071cb4412b708a54cab8252e56c85a9427d]

        uitest: add all calc demo tests
        
        Change-Id: I33417d49665f48cb20b1fb1dbe20a7a2cbbf5074

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0af2f86a286558c08ad4df87a15f5ba89f19eb01]

        uitest: add README
        
        Change-Id: I9511da3100bda9cedd18f6a4e3765bc6f3fbcb78

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ead72d365c722f2234ace08fdb3d313f709ace5]

        uitest: build system part for new uitests
        
        We now can call the uitests with make uitest.uickeck
        
        Change-Id: I20c73efd93c7987f3b841cd0e3e7842ee7a5dab9

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a8b2e211cf1e0c8facc1458b92bddf52758e17e]

        uitest: use a constant instead of repeating the value
        
        Change-Id: I636f3750a6326c7293d5cdeac89b7f9507be2001

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d1693edfa9bd9ec154b8faf5463511d618d0df4]

        uitest: use 0.1 second sleeps
        
        That improves the performance significantly.
        
        Change-Id: I5ef4f9a6f3d5839c042b6778e0e3b315f9c4df84

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e1da3d42f3a9746664227ca38302ed4b8e6f201]

        uitest: add initial support sending special key events
        
        Currently supported are:
        
        CTRL
        ALT
        SHIFT
        
        Change-Id: Ibf90f5a8b74f33f1ca69c66d18eb86889c0c52ea

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bffe9274e0390beb405c72ea0a944a4c25c935c]

        uitest: allow selecting different tabs in gridwin
        
        Change-Id: Id8104eac183b4f7129d7f23092c52b58376ed492

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e435812a1f1a6a53fe8f95297cdacdebb3d36a53]

        uitest: move code from calc_demo to normal demo for gridwin
        
        Change-Id: I17f61ff790b7d0b28e4292e201d4feaa9a100bde

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [350ab43d02d83621eb2d5091ca194676084e019b]

        uitest: add close_doc to the demos
        
        Change-Id: I4329d4b574e442e7bd30a2a5b4dab3f97a6d6403

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b45794e92162c2d298ddc8a3ebefe3be52180ca8]

        uitest: add close_doc calls to all calc tests
        
        Change-Id: I49285cd47adf40569f5adb07aacb45a544cd7dc3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d4dcf380033902fe4eb70425138e419fb711271]

        add comphelper::string::split
        
        Change-Id: Iccc989a786e8e7b8dca1996b635248d7bf7fc5d8

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbd80e546c51875ff310462312090abb84076b35]

        uitest: this comment has been fixed
        
        Change-Id: I3ac73498b1b9cf3dfc3e8810853b5b291ec6992a

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51fcf95fdfa09f4739eb37ec69e029741aaf5da4]

        uitest: use the close_doc call in the calc demo
        
        Change-Id: I8750e6fdbd0fb953795ebcd764184cbc23b6f65c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f21a01311aaf2608d0b5ad3ab887730463c1f39]

        uitest: handle closing documents correctly
        
        This now covers also changed documents correctly and just discards the
        changes.
        
        Change-Id: I75f36cf6874782eaf296bad42974f4a03f55eaa5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56f61df183da7a5061296fb5eaf1690a8ba8a3ef]

        uitest: better support for multiple events
        
        We might want to do different things for different events
        
        Change-Id: Ib71832208c8929b76800c025b9eed001526731ba

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02764051e96192bac3411a60f78bb7a6fc68a040]

        uitest: support multiple events in EventListener
        
        Change-Id: Id3d30294d87ecd786a5cbaea5a7a21c54bd0ff08

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51b91575523fcac72e37fc615b7c136f2a360bf1]

        uitest: change the calc gridwin test to show problems with formula input
        
        Change-Id: If2afb8cce99ba426d4f0ce3785a658ae41e0911a

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c324ae604a90e22cae2189a8e7da0d275677206]

        uitest: add test for cell text input
        
        Change-Id: Id7c907c14c8de4e61fddcd9cc25de7f1bfec4e85

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8b9df71d773dcceae8136d4305e097755c7fbd7]

        uitest: warn when we can not handle the select type
        
        Change-Id: I7c3055f84edd2bbab0799cf2c61269355ba82055

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17ad238a1e2d840526748095ba5a64928df03ee3]

        uitest: provide some more state information about gridwin
        
        Change-Id: Ic5c481c7d7f84b7e6a155d2b3b2c427349b1db9d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2959c99bae8a8199a8c5c4d4933707ab98acfffa]

        uitest: let us remove the kill part
        
        it did not work cross-platform
        
        Change-Id: I53bdd03110fc570e15b03292b987b3c1af002a61

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4afc494084c967549fa077d44cefcaa80c45f2d]

        uitest: remove useless sleeps
        
        Change-Id: Ia04478ea5b8e644cbe691578284b031d73cb9ad1

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7edc59d748dcc2b572f11e9c067e44b2886affb3]

        uitest: add example for extending the cell range
        
        Change-Id: I983b7e2220efc86a021d81618f2db56194fe1ebc

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac78b8f9f1d326c2d6bae6cf14ebcffaac47c605]

        uitest: support extending the select cell range
        
        Change-Id: Ia3093e06cc2168f415bd8477b57a57e0fe897e4d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce3d9d8d7ce80a8cc4a94e75b46666bd3f245483]

        uitest: add demo for calc's gridwindow
        
        Change-Id: I1a3bf7523d71e6bb3bf9d61859d8d5d2b275f95f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [755a7b74b44a8dadc403f94dda0e3450df1daa17]

        uitest: add wrapper for calc's gridwindow
        
        It already supports selecting cell ranges.
        
        Change-Id: I8c3e4a42dea8956e2429b82b50ff8506c1774bbb

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a86405470fafd86132b8452746a86b54f2396fff]

        uitest: let us return a string based type
        
        This is less important for the UI testing and more for debugging and
        logging.
        
        Change-Id: Id65fcacc591129869ca0f80f828eb63ce044cf33

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [540a6554956bbee62b5f669d672d64e03a9d888c]

        uitest: an enum is a bad idea for the type
        
        Change-Id: I1efd59b2f664f0aa9be733466fa7c1057e92ef27

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bdcb8d2197cfb98b7d96d4c7d1dd840cebc02dfd]

        fix indentation
        
        Change-Id: I3a65eae9a7d55aa42540567a19052d6339ecdbec

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a27d2f108d3380971b3813f50258f34053eb2e2a]

        uitest: don't try to execute empty strings
        
        Change-Id: I63c45b68551323aa5955ee58fb67ae3846faf01c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae9dc22955e5b83cb2671c21d9bfea7dd3b389b5]

        uitest: add initial version of wrapper for tree list box
        
        The tree list will also be the first case where we need non-vcl::Window
        based children. We should create one child for each entry to make it
        possible to interact with them correctly.
        
        Change-Id: I49e1ddf7b271946fd595ebfe2f4f2d0c8a535fdc

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65ce002f4ff1559d836c1af2749963031fdc4efe]

        uitest: add demo for tabdialog handling
        
        Change-Id: I217fb4a5fb1a8743def4e76522f90f0ee6a17917

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e407b0e6861175dca85d08e013a639c11d372589]

        uitest: support selecting different tab pages in tab dialog
        
        Change-Id: I541f83a87f5f3d459b2baf4587b76cb2fce5d5fc

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a9253d3f5b0eba7b9129f7e64aec1e8867719f6]

        uitest: fix bug in the uitesting framework
        
        Change-Id: I2f2b766c315403810f8446231d852345b837d633

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0802b4d7babefdce302aeb390637d7d1a728b58b]

        uitest: some small improvements for the TabDialog wrapper
        
        Change-Id: I1ab984859a88119aab56e34388078dbfb83d41ef

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce6285889a6f9cd7d556e7ed2426d1674e05c777]

        uitest: don't use WindowUIObject if not necessary
        
        Change-Id: Iff31ce674651cb2a6150dd9a0822bfbf8f0b5aea

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd262e8803811f7a5cfc77907090709d723fe9d5]

        uitest: fix wrong factory function for checkboxes
        
        Change-Id: I6392fbf162869c400a9f992e64a145f3bea8f2bc

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [073c47e3719acdc5094144a1cba813317aec88a5]

        uitest: move declaration for the uitesting wrapper objects to include/ dir
        
        This allows non-vcl wrapper objects to inherit from the vcl base
        classes. This is especially important for the WindowUIObject base class
        object.
        
        Change-Id: I91ef69839ff4c031d3bcd21d70b4b9e7d62ad572

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77dd7f82911b2e8cd076dd71f3b3901b84fb98d6]

        uitest: a slightly better approach for the factory problem in the ui testing
        
        Change-Id: I15dbf2446791c4be9be4e18e63c0d03104d8d405

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38755971d4ea5169b6a0991298e75727247a87b4]

        remove excessive whitespace
        
        Change-Id: I184da822985b21e3c4f8157c585b2d0f83770d12

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f1c82f2a08231d716a1a2acace350f3a4987f9e]

        uitest: work on supporting ui objects in sfx2 for uitesting
        
        Change-Id: I693fe9cf697701a8cde5b78c382982c852ae7dfa

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [971b76d95a8e2c19be04c38319299cf0a20bd98c]

        uitest: provide a way for non-vcl modules to register factories
        
        There are still two huge problems around my approach. It still requires
        to add some code to the existing widget class so that it registers the
        UI object wrapper. And secondly I have not yet solved the problem of
        longer inheritance hierarchies. E.g. A <- B <- C.
        
        However it is a first version that allows for now to extend the UI
        testing code into other places. I'm soon moving the header for the
        ui objects to the public include so that all objects can inherit from
        the basic vcl wrapper objects.
        
        Change-Id: Ifac9d635b4a68737048f50cd2a9d3e8830b165a5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ded5707f77f035edea57399c981fa1f99b8891e]

        uitest: use forward declarations
        
        Change-Id: I0c2680766e914601078030856e4d4098878be9b5

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bdc19ef7b62b629412ed3bfac8239fc44e35380]

        let us not call getenv for each window
        
        Change-Id: I26c34e9fa4efa34ac47343b4c0894c23bba0c13f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00c7916459ee175e36dcea80c6f7d5db5caff3c5]

        uitest: add spinfield uitest support
        
        Change-Id: Id2dae42396beaa4818c60a57ac8aa76e4eddf24d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b35be797f53b388a0d95d6c8db27e683343bcea2]

        uitest: add demo creating a local range name
        
        Change-Id: Ieb908e58b9ab4daed7d03279fbc66ddea2435cb3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52bac0169009a5f28cca7b8c6d85dc2775893908]

        uitest: fix warnings
        
        Change-Id: I490b40ef80408ee393cb0664fb4eceeb8e48bf1b

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2b5de7e5ed9d03a2e9a38345a2460c74c351047]

        uitest: avoid crashes when trying to access missing UI object
        
        Change-Id: Icf6acf23be021bcf386c574289966eff813a67e3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d1004f0dcc3df135128fe5411c5dd0635e8ee7e]

        uitest: forgot the uitest spi button wrapper in the factory
        
        Change-Id: I5dfc9b74c2017b6aee9d3c4c01b892e9826cda58

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [720130a5272480cce4dd0604ecbfa4b01bdaaeec]

        uitest: replace assert with correct error handling
        
        Change-Id: Ie998858ea1c67b3bc8a03c50ee55860cd87a8809

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5155fa72f670c6bcfad969363e25a70a1dca7fd5]

        uitest: add test for tdf#98427
        
        Change-Id: I4cc29cfd3b2ac0b4889e82c3565319455cafc1eb

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2a5edacf8d225585230372098c67eb7ff7c2092]

        uitest: also remove the screenshot part from function names
        
        Change-Id: Iac4f1724ed9c2a470ea1a1fe1ab0e834eb3f1795

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02c3817bb0e14f4ca3b4457361183be99714bc35]

        uitest: remove all references to the screenshot functionality
        
        Change-Id: I3fb853fafbb2bc8271597cc1743fee99913257af

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29cd5a2f5e14a7f3d95cacb644a69a2df91ea8f8]

        uitest: move uitest python part from dev-tools
        
        Change-Id: I5a6464cb4e110d1da48b5f525f63e0a7de6dea58

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24d5e156cb82430fd315a55115a3d2b43ef559e6]

        uitest: add todo comment
        
        Change-Id: Ie2f5f1342f3d91aeb43d5c9c62a2dbac4c801451

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83653ae3dcd3167db4b992aa37780be90354047e]

        uitest: initial support for spinbuttons in uitesting
        
        Change-Id: I4e62cb65cecdff8ac1a89c3f9c3a14e5206a9115

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ccbdd25ca9cb6cebf7c6956532cd2022e824641]

        uitest: add initial support for combo boxes to uitesting
        
        Change-Id: I82aa2d877216bc1bb984bd16e2d1d54a15fcc4fa

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d85d19d05dc9f16b576da28c9665515cdcfcb9ce]

        uitest: don't allow access to disabled or hidden listbox
        
        This should maybe be extended to other parts of the framework.
        
        Change-Id: I03137bc34a1e4b8e6ba4024f66d1dfde122bb9d2

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9dd436c412372cb2120d3b657de7c4a5c2f6ed89]

        uitest: initial work on tab page ui testing support
        
        Change-Id: I76fdaad1f84d3b18b130decd7bdb4eef82d341e9

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d8076122e39335200017cc16bd92fdd8667460e]

        uitest: provide a few more properties for list boxes
        
        Change-Id: I3d4af79a97daacb3d431a4018c88c0eb943e4723

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7eb0ea3810261579f2db2fc116e6a970659268b]

        uitest: provide a few more properties in the state map
        
        Change-Id: I0819a1bb2134d77852633e7a94bf94dadcdfdec0

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2cb3587ad1b91cf744e55459f18a93eb2428eb65]

        uitest: add initial implementation for ListBox
        
        Change-Id: I9fcc884afab63a9601c560f733a13551b5036cbe

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b590736b3a8bbcecf6e295b5fac159dacaefca54]

        uitest: handle a few more dialog types
        
        Change-Id: I91f1ea7ec68111c1f90a53171bd939e5f2ee59a3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9b0ea5067ee8b7c49c4c39c713c383096fcc0c3]

        uitest: add checkboxes to UI testing
        
        Change-Id: I923fa22b0395b2f41bffe3798fb3e4eb18fe5dc2

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef6acba3375e1d2cbd6f9cef745b7bd154c2c4f2]

        uitest: add ids for buttons in MessageDialog
        
        Change-Id: I172eb79abff515acc734288a008eb4426754432d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c91fc9d09aa9625236676cc435561db607ba4a8]

        uitest: add a few more properties for the ui testing
        
        Change-Id: Ibe62c753cc9c51bda765ad6192b2014f51539fab

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ecc2d4d33f71ea5fcd32ec6a6d0955b2a9bf66c]

        uitest: send signal when modeless dialog is ready
        
        Change-Id: Iacd066d1ebfc5dd48c1be6ac0905ad39ef33d261

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36b39fe4f39874de8e18aa56ee34148261fbf286]

        uitest: add getState method to css::ui::test::XUIObject
        
        Change-Id: Idaa559956fd3a59c79038d3940d664a1d2bff867

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2bb637426cb48bfcec1e0041c3ad3144d044485e]

        uitest: support the parameters in the executeAction command
        
        Change-Id: I78df2fe58b9d1386f360bef4c0eeddb6afe83b8d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8317e2e5a9b74b10914072516211a9cc1ed7b6ba]

        uitest: start annotating a few important non-ui calc windows
        
        Change-Id: I504e386eea4249c7b0d69181eb6019a05aa80a74

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4866a15e3acc0783574f8e4802c85ddb44c06671]

        uitest: send a document event when modal dialog is executed
        
        The event is sent shortly before the Dialog will go into
        Application::Yield. Therefore you know that you can rely on the dialog
        being visible shortly after the event has been sent.
        
        Change-Id: Ifa911adae60ac877161ec43f27cb57d611a60059

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7a840568c1bc721efef4de09bc8be162575c627]

        uitest: send all commands in async mode
        
        This avoids that we are stuck when we call a modal dialog.
        
        Change-Id: Id8c6a7a4c1369359b1355095b87cccaa95123f89

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [343ba6ac089a926c9ee6cadd58b6c3637bcbc5eb]

        uitest: actually implement the UNO interfaces
        
        Change-Id: I3cbb3d8f7c6fa0d2616a31192a959f89d4cc7703

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [070d9231560ab8272fe3baa392d9cf3a2f7d6f95]

        uitest: improve the UITest UNO object
        
        Change-Id: I88eb14bb0846ee8baff9c3d15ee93d777601f260

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6d51e4f0a5e4c8d56e460155abdc1f4e008c887]

        uitest: this is obviously wrong
        
        Change-Id: I48be9d1daeff83913909f57bf972ca171367a2b0

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2df3be07190af89e0f2936058c3240fd066b6a9]

        uitest: ReallyVisible contains if the Window is visible on screen
        
        ReallyVisible is calculated by going through the hierarchy and check if
        all parents are visible.
        
        Change-Id: I41dec643618a9ee57a0d04efb9d72c45723b3f65

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6de9c77b56ee4b9bc100a7d01d07fc94a83d7667]

        uitest: if action is not executed forward to base class
        
        Change-Id: I0432f1bbe0e282e854df534094908a8eba62eaa3

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25aab2f970fa6655b321d213cd782f40dd279801]

        uitest: add way to type text in any window through ui testing
        
        Change-Id: I9bbb60c1b64a10488ccf74f12e144802485bbc82

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [924e89fb959a27611f1858a2ed8ec5e8f7326a71]

        uitest: rename getType to get_type
        
        Just for consistency.
        
        Change-Id: I13577b9318039493f585268fd7189f5cbc4dec46

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d79f69ca93ace838201ff575200b7587dc082160]

        uitest: set text through key events in ui tests
        
        This is much closer to what happens when a user inputs some text and
        ensures that the modify handler is called.
        
        At some point we need to introduce a general keyboard handling. This
        includes functions like DEL, RETURN, ...
        
        Change-Id: I0561d8ff83bbf93c460be82634b4d3a23b42b68b

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [41160b5ed4be15bf0e57ff9ebd492429a14ebb71]

        uitest: add ui test wrapper for Edit
        
        Change-Id: Ife00f65311c44703edae06971f77faa6b0e2eb3f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3fdb733874cdc53afd92d14a49d1d76c7c7f12ac]

        uitest: remove wrong comment
        
        Change-Id: Ia926854eefdf4b972ceb0766da16730d552dfe8f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f776f44cd0b4252fa4dfbc8ba17f8868a155d90f]

        uitest: correct log macro
        
        Change-Id: Ic4c701d385d3d439dd9f92da201fffd31adbfad2

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7333783ee5849ca40fb8079cfc32ea40eee4bcfc]

        uitest: add UNO interface for ui testing
        
        Change-Id: I0ee5d1e93808103a1541ced6fc7ea9d05a70fc89

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8eaa56046d0c072256ac0b0ca563006b83b79d6b]

        uitest: more method documentations
        
        Change-Id: I545a9e40f6fb1f07e685d6901d2158b83012331c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d5acf9d60b02e3056a989b37820bc1b35c331be3]

        uitest: add method to get top level window that has current focus
        
        This might be a modal dialog (mpLastExecuteDlg) or a modeless dialog/the
        toplevel window (mpFirstFrame).
        
        This window should be used with get_child to find the correct window in
        the current scope.
        
        Change-Id: I0a1e63d0aa19c782069ba5876549f274dabb109b

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d96bd57cccda438906fbe38e8ad5985320966323]

        uitest: add a few more wrappers for ui controls
        
        Change-Id: I81d53aaeca83f22887a461dc2151001118dad2e9

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c0f510e884dc7d97beb657f59835863f1592102]

        uitest: initial work on executing dispatcher commands in ui tests
        
        Change-Id: Ib46ef5ea31e77d54786c0d732845984ce3c9c07f

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [401d3bcf8b0aa4bdea4f83baa495241a4d4b7029]

        uitest: let us use the include/vcl/uitest purely for the interface
        
        All the actual implementations don't need to be exposed to the outside
        world.
        
        Change-Id: If92469b99e6c39493767de947434c6d78ae3804c

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60d175de5b8bf90cc546d2177e66497f2ecaae15]

        uitest: it helps if you actually compile the source code
        
        Change-Id: Iac35bf1e699c64f16b4479ed5a6c7fb101e12f9d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40f9be70ef94a0aee64c2c849603b416c1bc17d9]

        uitest: move the uitest files to vcl
        
        This allows us to use them in vcl as well without introducing dependency
        problems.
        
        Change-Id: Ib97af2d559902f1a6b47f9255bb0426411670647

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dde9b4d86f75159f0d591f22aa10a7d4571aa441]

        uitest: some more work for the UI testing
        
        Change-Id: I79193190f8f614b2d6a71032f05a0518eb9d1a1d

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d5c3f1bf261d98f6d1c0eddcddc4226ad073afb2]

        uitest: add groundwork for ui testing framework
        
        Change-Id: I51b81da870fd220d56b32c20b9e6c4604912a014

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af5b0086239b2d0e33b4dcc5b7d401a0e1fc6a70]

        uitest: store the id of each vcl::Window
        
        We will use the ID in the UI testing to identify the widget.
        
        Change-Id: I4dd79a02355e1de40f3c2ddc6a61a805b4e30778

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [909d87cc6187ecffa2704e67ffbe372fd2d90e49]

        move the code for tdf#99410 to the sal init windows code
        
        Change-Id: I4ead30fa1736a3a99fb3379e89367934c8df2809
        Reviewed-on: https://gerrit.libreoffice.org/26444
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fabd384e1596d8a5d8753985cca9a4c14c49a1fc]

        better message for crash report dialog
        
        Change-Id: I02903cda46809798ec7664cf620c06ea7687e54e
        Reviewed-on: https://gerrit.libreoffice.org/26443
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-18  Olivier Hallot  <ohallot@collabora.co.uk>  [6d0298f8049cf4a3565a5563d16095b8da317bf0]

        Updated core Project: help  16c021b2259e92fd21da3689309375fcc21891b2
        
        Better wording for FORECAST.ETS.* help pages
        
        Change-Id: Iac41e281088fb1ca48f1b5509d38301405ff6348
        Reviewed-on: https://gerrit.libreoffice.org/26437
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-06-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [093ebf2722015c8d05d4ae6d379020e1c7e57467]

        Fix simple typo in parameter name
        
        Change-Id: I8c4a5e701c20c70c7df091a34efb38936ee59f9d
        Reviewed-on: https://gerrit.libreoffice.org/26420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-18  Xisco Fauli  <anistenis@gmail.com>  [c13f60e7cd18df6b0ab70289f5b91ee01e4ae126]

        tdf#89329: use shared_ptr for pImpl in moduleoptions
        
        Change-Id: I2dfcdde6ef1782edc22ca6d70d353549706eb14f
        Reviewed-on: https://gerrit.libreoffice.org/26322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [9db384d9947c8d0bb566160c50b34bc8f6a2cc72]

        Get rid of unnecessary OUString creation in DeckTitleBar
        
        See also: sfx2/source/sidebar/PanelTitleBar.cxx#162
        
        Change-Id: I22eca7eeabb6ba7dd64b7840a3eac3ce9a455a9b
        Reviewed-on: https://gerrit.libreoffice.org/26412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-18  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [1801c00d39a911d80edbb59e0895974297f1373b]

        Improve readability of OUString concatanation in ScNavigatorDlg
        
        It is more readable and more efficient as a bonus.
        See: https://goo.gl/jsVAwy:
        
        Change-Id: I0831b2f6ab2912a15ff33397a7959596b7bd3cb8
        Reviewed-on: https://gerrit.libreoffice.org/26451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [63f15b36f7a196edb20ce7a0aba6f6b3d28dd652]

        LOK: fast tile rendering (cell editing)
        
        Cell editing uses editeng which has a different
        set of requirements. The coordinates are in
        100th mm and so we have to convert the ofsets
        to 100mm.
        
        Change-Id: I278457ffc2273eb786101875c85ddfb959d4c5e3
        Reviewed-on: https://gerrit.libreoffice.org/26205
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 0dbffca63191712d9f77297061a3d4651b8410aa)
        Reviewed-on: https://gerrit.libreoffice.org/26377
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [9d6f4cf26e59b846bcdf4139c6aeb76db5a554f7]

        LOK: fast tile rendering (graphics and buttons)
        
        Since embedded graphics and buttons use
        absolute coordinates, we set the origin
        to be the top-left corner of the tile.
        This includes the origin + ScrPos (see
        previous patch).
        
        Then, the coordinates of the graphic is
        shifted by this amount to make sure it
        renders in its relative position to the tile.
        
        This renders embedded graphics and buttons
        at their correct position, with some limitations.
        
        Tiles large enough to cover a graphic object
        show the graphic object where it should be.
        However, rendering a relatively small tile
        doesn't render the graphic. This seems to be
        an issue with moving the graphic's coordinate
        at a later stage than the 2D Processor decides
        what objects intersect with the 'view area'
        that is rendered.
        
        Another issue is that graphs don't render.
        What they seem to suffer is incorrect scale
        and a fix coordinates (they show up as tiny
        thumbnails at the top-left corner and grow
        in proportion to the real graph when resized).
        
        These shall be addressed in a separate patch.
        
        Reviewed-on: https://gerrit.libreoffice.org/26204
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 5f01d80f75dc86b393cc2fdb66b94aece964c674)
        
        Change-Id: I4b71bf5f2e357d1114d46022bc00905ceed0c2f9
        Reviewed-on: https://gerrit.libreoffice.org/26376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-17  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [9113f17e65b1dafbc178fd269e2967c1e2632f0e]

        LOK: fast tile rendering (text only)
        
        For every tile, the bounding columns and
        rows are found. The origin of the device
        is set to the top-left corner of the
        top-most row and left-most column, respectively.
        
        Because tiles don't have to align with a
        column or row, the ScrX and ScrY (Screen Position)
        coordinates are set to the offset a tile has
        to its top-most row and left-most column.
        
        Rendering of text is super fast as the
        minimum area is rendered for a given tile.
        
        However, it doesn't work for embedded objects.
        This is addressed in a separate patch.
        
        One pending issue with text is when editing.
        The text doesn't correctly render while
        editing a cell. This is almost certainly
        because the edit control is not rendered
        at the correct offset (in the middle top
        row it can be seen showing up to the right
        of where it should be).
        
        Reviewed-on: https://gerrit.libreoffice.org/26203
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit ecc33ce663625ae1114a56fe3d1625c5ed274685)
        
        Change-Id: I6f1ea0aa2f19a7fda926f596a2009290680c593c
        Reviewed-on: https://gerrit.libreoffice.org/26375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-17  Michael Stahl  <mstahl@redhat.com>  [131e604073f89e6c1dd54be88b94b7befd881f2e]

        cppuhelper: fix use-after-free race in OWeakConnectionPoint
        
        OWeakObject::m_pWeakConnectionPoint is returned from
        OWeakObject::queryAdapter(), and stored in
        OWeakRefListener::m_xWeakConnectionPoint.
        
        This is cleared in OWeakRefListener::dispose(), called from
        OWeakConnectionPoint::dispose(), called from
        OWeakObject::disposeWeakConnectionPoint(), but it can happen that
        another thread is in WeakReferenceHelper::get() and has copied
        m_xWeakConnectionPoint onto the stack before the OWeakObject is
        released and deleted, then calls OWeakConnectionPoint::queryAdapted()
        after it is released, accessing the dead m_pObject.
        
        Change-Id: I7782e6fb7e07f5a48cf7064115217376714ba8e8

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [bb1e59d596ffa29d40b4538e18a08e5e91d469a9]

        Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValue
        
        Change-Id: Ibfb27b3eded45e2646dada37ce3663f427985ae9

2016-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [45c2410041c48c22bd860efb42d4daadad7869b0]

        LOK: change type of view ids to uintptr_t
        
        This fixes the following problem:
        
        - createView() = 1
        - createView() = 2
        - destroyView(1)
        
        and then view #2 was renumbered to 1.
        
        Instead expose the pointer address of the SfxViewShell as the ID, which
        is not changing in such a situation.
        
        Note that the SfxViewShell <-> ID mapping is an implementation detail of
        SfxLokHelper, and only pointers are converted to IDs, user-supplied IDs
        are never converted back to pointers.
        
        Change-Id: If79ef8b99ba391011b5d82b219ad13447d44cd5a
        Reviewed-on: https://gerrit.libreoffice.org/26423
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-17  Caolán McNamara  <caolanm@redhat.com>  [9ec54e92407cd632c4e38317f914edd557835a86]

        Resolves: tdf#90579 swap_single_to_multi_blocks seems broken
        
        when there is associated data in the src. Its copies those pointers
        into the block that will appear in the destination. Then can destroy
        the source block, which deletes the contents of those pointers, and
        then inserts the new block which has dangling pointers to the deleted
        data.
        
        https://gitlab.com/mdds/mdds/merge_requests/2
        
        Change-Id: Id9614d95652c8032b03cb5748a284917043d8d21

2016-06-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [cc355c50e34aab0b5fcb15037ad1e8e394622772]

        add NETWORKDAYS_EXCEL2003 test case
        
        Change-Id: Ib56c08f916cdae74c54bc13d4ef7ced46a227520
        Reviewed-on: https://gerrit.libreoffice.org/26384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b7a217c1c43a5374d6f557cd946a9c0d7e4dc806]

        add NETWORDAYS.INTL test case
        
        Change-Id: Ia78f9d29025e593dfa4202af67c95bdb5432d15c
        Reviewed-on: https://gerrit.libreoffice.org/26383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [10f112376b5767aacef99aff239c87b17ac38d27]

        tdf#100453 – bin/unpack-sources needs to be executable
        
        otherwise building from source-tarballs fails when it tries to extract
        fetched submodule tarballs
        
        Change-Id: I75bcd6821e244ca2a3375ec2916ee7c38ec9844e

2016-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb0fb156e483bf20cb046f0226f0fc363c37f91a]

        cui: fix loplugin:passstuffbyref warnings
        
        Change-Id: Ic756db3decb4b4bfde345bc0adc092907622287e

2016-06-17  Caolán McNamara  <caolanm@redhat.com>  [a72b705ec232d2d3abd4c4dcff994751591e1135]

        update mdds README for new home
        
        Change-Id: I2641abe8e049361d5eb92e19b9ed57b8e7209386

2016-06-17  Susobhan Ghosh  <susobhang70@gmail.com>  [b461236af355d8f504064ac6cfe259b9f8a7b01e]

        tdf#83830: Page Header Panel & Page Footer Panel
        
        Change-Id: Ic927bd52949f1bd196bec0efd3d49f9bb2841bd6
        Reviewed-on: https://gerrit.libreoffice.org/25781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [0ce234f9dddd54368c4a508740669b1703f5c186]

        loplugin:refcounting
        
        Change-Id: I39fbc89cffe25e85b8cd1f2e36f0a20c07e33497

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [48d71ee45fbf1e70b9b46ab61dcf3b45e13f2e44]

        loplugin:passstuffbyref
        
        Change-Id: I2fb13854a6da3f114dba386169e5aef7f741b922

2016-06-17  Yousuf Philips  <philipz85@hotmail.com>  [42dc04de01cb937b5a64d23f54e8dfe5f4c9b35f]

        tdf#91781 Move bookmark and cross-reference to root insert menu
        
        Change-Id: I06485c07e6c6fd3621fdfc99b7176107bb0ee999
        Reviewed-on: https://gerrit.libreoffice.org/26418
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-17  Michael Stahl  <mstahl@redhat.com>  [debe788bcf3ec258b6b95df3db1f7bfeba881be1]

        cppuhelper: WeakReference isn't thread-safe
        
        ... but its documentation claims that it is, which is partially
        misleading, so fix both the documentation and the data race in
        WeakReferenceHelper::clear().
        
        This actually crashed in clear() in the multi-threaded ZipPackage code
        on exporting the bugdoc from tdf#94212, presumably because clear()
        races against OWeakRefListener::dispose().
        
        Change-Id: I85665c11b8157e90d15e8263758e24e66efeb86c

2016-06-17  Rishabh Kumar  <kris.kr296@gmail.com>  [6b3eb4788f63602c0a446ad8f56539d3b65bb302]

        Reduce duplicate code and remove DBG_ASSERT
        
        Change-Id: I2abf050bd6627cda993ff03bdf1d1867e209bda5
        Reviewed-on: https://gerrit.libreoffice.org/26392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b5706f41f97998785e1e7ad356580772da80c42]

        comphelper lok: remove the g_bViewCallback global
        
        Its purpose was to allow incrementally migrate all callers of
        SdrModel::libreOfficeKitCallback() to use
        SfxViewShell::libreOfficeKitViewCallback() (which allows notifying only
        the currently active or all views) instead. That is done by now, so it
        can go.
        
        Change-Id: I521bbbe5c638dfd844ebf025153459a37362d3c3
        Reviewed-on: https://gerrit.libreoffice.org/26413
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [e30f3bcd25762236eb739584dc71691123527c9f]

        Revert "fdo#38913: Prevent invalid parameter handler crashes"
        
        This reverts commit a82e532ce006c54b2740de74d1da5d11307da7c1.  That hack should
        no longer be necessary now that the root cause for tdf#38913 has probably been
        found and fixed with b5876bfcb69a65c87d602bae687b3c0634c0a1e7 "passing a NULL
        pointer to fileno is not allowed".
        
        Conflicts:
        	sal/osl/w32/salinit.cxx
        
        Change-Id: Id3a3d3163945acc9b5d5e74a8d357dfa2ce63f37
        Reviewed-on: https://gerrit.libreoffice.org/26411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-17  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [98e3e2414b4cf80343af3499414f6a5ef86d7ae8]

        GSoC Table Styles, Add TableStyle properties
        
        Added properties for the following odf attributes:
        	table:first-row-end-column
        	table:first-row-start-column
        	table:last-row-end-column
        	table:last-row-start-column
        
        Change-Id: Iac140e00a3439740623649ea234504f08146aaf3
        Reviewed-on: https://gerrit.libreoffice.org/26359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-17  Michael Stahl  <mstahl@redhat.com>  [5593d9e1422cbf8a122fa612713a832274d30559]

        sw: speed up the navigator
        
        The call to SwTextBoxHelper::findTextBoxes() in SwDoc::GetFlyNum() made
        this so unbelievably slow that in a dbgutil build opening the navigator
        on the bugdoc of tdf#94212 the UI freezes because getting all the fly
        frames takes longer than the 1 second timeout.
        
        Lets's not retrieve the flys one by one but instead all at once, which
        makes it usable again.
        
        Change-Id: Ic41c1648a82dcc3f758ae1b08bac6058f541f25e

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [793fd7e54856216bd58e1d402f63cec208291019]

        loplugin:override: No more need to request dtor be marked 'virtual'
        
        ...rather than 'override', cf. <https://gerrit.libreoffice.org/#/c/26347/>
        "loplugin:override: No more need for the "MSVC dtor override" workaround".
        
        Change-Id: Ib528938ed4be248117bb7114f34d4e9421bc3275

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [f70a9eebf61c562fd9f4d9e4f128d3fc8a5c6473]

        loplugin:override
        
        Change-Id: I2c33f5f91f16c465cb329204529b76e1c6165535

2016-06-17  Eike Rathke  <erack@redhat.com>  [dc6bf6c8ae94fd89f30e39d63dfe02fdb042e98d]

        Resolves: tdf#91365 use underlying numeric value if available [API CHANGE]
        
        ... at least for setting the cell content. There are more places where
        the numeric value could be transported but all Data Pilot pivot stuff is
        based on text strings :-/
        
        This appends a double Value member to com::sun::star::sheet::MemberResult
        
        Change-Id: Ia9e8ac47d0877bd4a59a69d5921ce4ea082e8a69

2016-06-17  Maxim Monastirsky  <momonasmon@gmail.com>  [011128aa9493a680c3e9da6d074f125a90ec455c]

        SaveToolbarController: back to using XStorable
        
        See 747a0fdda2a7723c2f8a8a022b468bcf29c700e3
        ("SaveToolbarController: Better support of readonly docs")
        for the background. However this doesn't work, because
        the save slot is disabled in other cases too, not just for
        r/o docs (e.g. locked UI during file save, or when cond.
        formatting window open in Calc).
        
        Until a better solution is found, at least make sure that
        the button is disabled, instead of going into the normal
        save mode, which doesn't work.
        
        Change-Id: If6e1b91b7c780fffac22cdb25c82bbd0a8520dc4

2016-06-17  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [c3453ea24608123195588ea910b8db7b13922054]

        Add MS binary format validator support in test fixture
        
        bffvalidator (Microsoft Office Binary File Format Validator) can now be
        used for verification of MS binary export tests
        
        Change-Id: Ibc65e64726a454cdd33946006b36427b9cc6fbd2
        Reviewed-on: https://gerrit.libreoffice.org/26405
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-17  Akshay Deep  <akshaydeepiitr@gmail.com>  [27bd030aa033565dfdff56c298c797c80cee5160]

        tdf#79198 START CENTER: Close button doesn't reappear after being clicked
        
        Change-Id: I23e3aed71eec85e8b8f0aceac125809fd56be4d5
        Reviewed-on: https://gerrit.libreoffice.org/26399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-17  Akshay Deep  <akshaydeepiitr@gmail.com>  [80cb33570557010547a08b5b1cd6bc0c1ee018fc]

        tdf#75369 Start Center: Non-installed applications aren't greyed out
        
        Change-Id: I52de5d7062bebe816e90ba39f559cd57dfc1067c
        Reviewed-on: https://gerrit.libreoffice.org/26406
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [be4dd3954a57518168647c18af298ecda0fb2428]

        CppunitTest_sal_rtl_cipher: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I94e79ae616d5cb9287e69544e283ce4d288a19ef
        Reviewed-on: https://gerrit.libreoffice.org/26401
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-17  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [551a5066fcc8000850d34408d8c1bcdd5b599db3]

        GSoC: Mapping legacy sax parser and XFastParser
        
        This implements legacy parser interface using XFastParser, and
        unit test is also added.
        
        Change-Id: Ia2eb7d517d80a3f7ec0cf26ffa2e5747ad22b186
        Reviewed-on: https://gerrit.libreoffice.org/26229
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-06-17  Caolán McNamara  <caolanm@redhat.com>  [4561119a8bab986df25a5ce2a544aa96394cbd5d]

        Resolves: tdf#100421, don't crash on deleting particular table
        
        Change-Id: I52a4cf0732240aa26147313ae6a52c4fd8d8933c

2016-06-17  Caolán McNamara  <caolanm@redhat.com>  [e41a694c8b4fd1503b31f3a9da326e9f7ddd1b79]

        Related: tdf#100421 crash in a11y on load of source odt
        
        stldebug assert because end is before start and we can'g
        get to start from end in a std::set
        
        Change-Id: I0471220d3940e08b564f88841703a539aaf369d6

2016-06-17  Xisco Fauli  <anistenis@gmail.com>  [81071d8a877c5883b871a2699955ab3ef62b0bee]

        tdf#89329: use shared_ptr for pImpl in helpopt
        
        Change-Id: I9d3fa64405f70cfa942935eaae6cc520f172d70d
        Reviewed-on: https://gerrit.libreoffice.org/26281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [63db3a2bf78225b9304d08397c9c53316a3c9d4a]

        Updated core Project: help  fe617af636ad6b2a9b0b45d290a7d23604624733
        
        tdf#100445 Fix name of style applied on Ctrl+0
        
        Change-Id: I38bb9fb7c6d79f19b22391feab08ddaa18ccc29a
        

2016-06-17  David Tardon  <dtardon@redhat.com>  [9aa437deffb10ed11e9f1a8d09c8d1dd4615056a]

        use assert, this time correctly
        
        Change-Id: I845d9a8e49ca3ecbd7052875783519d18596dd52

2016-06-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3449ceadd9adab9bbed420d0a602b781067640e1]

        Updated core Project: help  2b3576acb7553a05ff5935dcd346306be8488b3a
        
        Checkbox renamed to “Enable cursor”
        
        Change-Id: I0b73868c51d6d6637fa933f6ba37f897f1429f3b
        

2016-06-17  David Tardon  <dtardon@redhat.com>  [2a5f6ad9b926cac23e4a1c128681a8e8d9c75d86]

        use assert
        
        Change-Id: I12113ddefbba9120427aeed6d1246ff12c92188a

2016-06-17  Caolán McNamara  <caolanm@redhat.com>  [d6665da4eae15cf21eecaf048d1c9eb7381b3b99]

        Resolves: tdf#96251 address wizard crash when run from start center
        
        Change-Id: I20de1fbdd3ca609a1818dfe8f81ba66b1cb15281

2016-06-17  Akshay Deep  <akshaydeepiitr@gmail.com>  [59c45c8e6d16cb145f3551f9ecd1a3c45ca5d4d8]

        tdf#90577 Start Center: Clear List item should more accessible
        
        Change-Id: Id7179ec32f2f9306fde98e1b7449861c809111f8
        Reviewed-on: https://gerrit.libreoffice.org/26404
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-17  Mark Page  <aptitude@btconnect.com>  [48b7176fc09279d06d12fbab5619770767faad60]

        Remove the "using namespace std" from filter
        
        Change-Id: Ied355374a0bf662a9be70d83615446cbac9ee0b2
        Reviewed-on: https://gerrit.libreoffice.org/26373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-17  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [17f440e7e7f1621edebc58f8be5e85b68ee7dcf4]

        GSoC Table Styles, TableStyle isInUse, isUserDefined, mutex fixes
        
        Also added:
        + SwXTextCellStyle::IsInUse()
        + check_styles.py
        	SwXTextTableStyle::isUserDefined() tests
        
        Change-Id: I76cb166107f186098599c4a8da6f94f7c40cc545
        Reviewed-on: https://gerrit.libreoffice.org/26366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-17  Zdeněk Crhonek  <zcrhonek@gmail.com>  [67afad9f35f1fa7838a2beca43be0d9b330a755a]

        add WEEKNUM test case
        
        Change-Id: Id9d104f7d1a2ed429444769d560bd4caf17694a4
        Reviewed-on: https://gerrit.libreoffice.org/26387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-17  Akshay Deep  <akshaydeepiitr@gmail.com>  [5b8c86f2a3eb5e092fb96f5ae2eaf58c10c8f4f0]

        tdf#100423 Template Manager: ctrl + A and del should work correctly
        
        Change-Id: Ibe0326827e6dacb670bb948ca4f6e9797ab7edeb
        Reviewed-on: https://gerrit.libreoffice.org/26374
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-17  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [cc56044ea01538781f16576512b66538f2720394]

        More efficient OUString concatanation in LineNumberingDialog
        
        According to https://goo.gl/jsVAwy:
        
        All the other alternatives, like explicit OUStringBuffer and repeated append()
        should be now worse in all possible aspects. In fact, this should result in
        just one OUString allocation, one data copy for anything and at most one
        length computation, so it should possibly beat even strcpy+strcat, while at
        the same time looking good.
        
        Change-Id: I23bf5b5a0b8d79b2d8995700eefc20ab3fb6f79c
        Reviewed-on: https://gerrit.libreoffice.org/26386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [1bc3c88bc9ed085bf7e173cb12f313934d92f309]

        sw: fix crash on pasting from an already closed document
        
        As pointed out by
        <http://crashreport.libreoffice.org/stats/signature/%60anonymous%20namespace'::lcl_checkClassification%28SwDoc%20*,SwDoc%20*%29+0x0>.
        Thanks to Michael Stahl for figuring out the list of steps to reproduce
        this bug:
        
        1) Create a new Writer document
        2) Type some text
        3) Select all
        4) Copy it
        5) Close the document
        6) Create a second Writer document
        7) Paste -> crash
        
        Change-Id: I8cfcad465803e37ec9d01d035428c5ca953adf14
        Reviewed-on: https://gerrit.libreoffice.org/26380
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-17  Xisco Fauli  <anistenis@gmail.com>  [a1f836e40d30fa39478e31ed8bc7bd947d4803c9]

        tdf#89329: use shared_ptr for pImpl in dynamicmenuoptions
        
        Change-Id: I66bdeeee7f70e6ca16a39e8804aaf8a5f0d08205
        Reviewed-on: https://gerrit.libreoffice.org/26327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-17  Stephan Bergmann  <sbergman@redhat.com>  [f35b1397ae3e7e975ea1c423df5c7a8ee711d335]

        Clean up uses of Any::getValue() in chart2
        
        Change-Id: I53224053ea05c715f5e359a4c68e1ae5efbfe792

2016-06-17  Noel Grandin  <noelgrandin@gmail.com>  [e6c004dd9f24c32f5e7468182a5e8d42293ec7b6]

        convert DBG_ASSERT in xmloff
        
        Change-Id: I2f4bbbef451026fc34638e17fa29b6db2c14d850
        Reviewed-on: https://gerrit.libreoffice.org/26191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-17  Noel Grandin  <noelgrandin@gmail.com>  [9c79945ca62b18213728cdd23d9f390304aee1de]

        convert DBG_ASSERT in vcl
        
        Change-Id: I732fb1a789f90ca7a7f393cc41a6afe84fecf3d3
        Reviewed-on: https://gerrit.libreoffice.org/26200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [29e91d5eedd2bf20504ce9ada625d33fec19dc9e]

        Ensure updated accessible names in SwSortDlg ctor
        
        Set accessible names after the conditional block because text of m_pColLbl may be changed
        
        Change-Id: I2902fd346384be2c9ffa471c71ad94cacede7d14
        Reviewed-on: https://gerrit.libreoffice.org/26352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-16  Caolán McNamara  <caolanm@redhat.com>  [e50caebc02ee2045a38a39b4a4c644da0d678541]

        Resolves: tdf#100327 gtk3 fpicker yes/no dialog modal trouble
        
        not sure why we ever hid the file dialog when putting up the
        yes/no dialog. So lets just do the more apparently sensible thing
        on the gtk3 path and leave gtk2 alone.
        
        Probably fallout from using window groups
        
        Change-Id: I4d0e8fae9568b050b674cf6ef4d8c88e65dd2ca1

2016-06-16  Rishabh Kumar  <kris.kr296@gmail.com>  [d9aa7006c0880bc16adb8de140b46cd47a7c8248]

        [GSoC] Member function to identify Pattern
        
        Change-Id: I72ca21204248bfe279445f01ab247f19ec958fb1
        Reviewed-on: https://gerrit.libreoffice.org/26361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>

2016-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bf3ae663a2189e37959235cda8c6a4051e10a1a]

        comphelper: enable LibreOfficeKit::isViewCallback() by default
        
        This requires porting the sw/sd/sc_tiledrendering test code to the new
        internal API, as only the public LOK API is unchanged.
        
        Change-Id: Ic6a2f96421da4a16bdee7d0cbb3f6e35bc6ddff9
        Reviewed-on: https://gerrit.libreoffice.org/26379
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-16  Caolán McNamara  <caolanm@redhat.com>  [e841ed93d6c6d817be1f7fdc18ff971325c861cc]

        Resolves: tdf#82532 parent mutex dtored before child dtor uses it
        
        Mutex belonged to DisposeListenerGridBridge which inherits from
        FmXDisposeListener, FmXDisposeListener dtor accesses a reference
        to the parent mutex in its dtor, but the mutex has been destroyed
        at this point.
        
        Move the mutex from parent to child. FWIW these classes are on
        the candidate list to merge.
        
        Change-Id: Ic639eaed97c2b0625c368ed249f09920af37f94e

2016-06-16  Olivier Hallot  <ohallot@collabora.co.uk>  [ee24e7f2b689bf0f63ba618fc7ee7ac6bc644172]

        tdf#100351 attempt to fix untranslatable string
        
        string "National Security" was not ported to pootle.
        
        Change-Id: I35b4659f5b5e239e86a7c0517c5a9a719a2aa612
        Reviewed-on: https://gerrit.libreoffice.org/26309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-06-16  Caolán McNamara  <caolanm@redhat.com>  [adda2a25b1f5d27060dbc17b187ab55fb64c21f4]

        Updated core Project: help  5f7e3ad041ddf022f6b0feb11fac1debbcf835b2
        
        Recover lost basic in help indentation
        
        regression from...
        
        commit 6614bedceadcc07ec082c5e926107f27903bda5c
        Date:   Mon Jan 25 20:07:10 2016 +0100
        
            fix validation errors by round-trip through helpauthoring extension
        
        with git show 6614bedceadcc07ec082c5e926107f27903bda5c | ~/recoverindent.py
        
        import fileinput
        import re
        import sys
        
        added = []
        removed = []
        filename = ""
        
        def processlastfile(filename, added, removed):
            if len(added) != len(removed):
                print "BROKEN"
                sys.exit(-2)
            if len(removed):
                f = open(filename, "rw")
                linestring = open(filename, "r").read()
                start = 0
                for x in range(0, len(added)):
                    if added[x] == removed[x]:
                        continue
                    if added[x].strip() != removed[x].strip():
                        print "BROKEN"
                        sys.exit(-2)
                    if filename == "source/text/sbasic/shared/03080301.xhp" and x == 6:
                        print "skipping special hunk", removed[x], "in source/text/sbasic/shared/03080301.xhp"
                    else:
                        start = linestring.find(added[x], start)
                        if start == -1:
                            print "BROKEN"
                            sys.exit(-2)
                        linestring = linestring[0:start] + removed[x] + linestring[start + len(added[x]):]
                    start = start + len(removed[x])
                open(filename, "w").write(linestring)
        
        for line in fileinput.input():
            if line.startswith("--- a/"):
                if filename is not "":
                    processlastfile(filename, added, removed)
                added = []
                removed = []
                filename = line[6:-1]
            elif "role=\"bascode\"" in line:
                m = re.search('>(.+?)<', line)
                code = m.group(1)
                if line.startswith("-"):
                    removed.append(code)
                else:
                    added.append(code)
        
        processlastfile(filename, added, removed)
        
        which puts the code back the way it was, except for one string
        which had changed and was fixed manually afterwards
        
        Change-Id: Ic67abf36bb5d27be58a51ebbf5022830f56dcb37
        

2016-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a93217908d12ab9e34052a52dfd59d87fca75e52]

        sw lok: move filtering of callbacks during paint to desktop
        
        This will be important when in the per-view case
        SwViewShell::libreOfficeKitCallback() won't be called anymore; as
        pointed out by online.git's TileCacheTests::testSimpleCombine() test.
        
        Change-Id: Ie68f8c51facdba127763df660e9220f820805ecc
        Reviewed-on: https://gerrit.libreoffice.org/26372
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-16  David Tardon  <dtardon@redhat.com>  [90fa0d8f1a00c690d5199129d26fbe6ee4762972]

        sort the array
        
        Change-Id: Iab15a4344d2174db2763603d0107bc9ec372e4fb

2016-06-16  David Tardon  <dtardon@redhat.com>  [c4c7fe98b0f05329edf7930ff92b44892d4724e6]

        rhbz#1343752 fix view status in menu
        
        ... after commit 229fc164dc1773484b74eca016863cf68860e81b .
        
        Change-Id: Ibfbbb86c81527f008b8e1cbe9d8ca3174a944931

2016-06-16  Eike Rathke  <erack@redhat.com>  [f64cca248b1dca5fbcb67486dccbc601e7ca3892]

        DumpToken() dump the OpCode's symbol name as well
        
        Change-Id: I7426d3b911aea561c4e9d027e4dd77a4f585b74b

2016-06-16  Michael Stahl  <mstahl@redhat.com>  [ed8a2341b9631ad312ff40d23331c66d537aad20]

        properly prefix various global variables and hide them
        
        Change-Id: I6b97e6a4c6ac4c0e26bcbb2b132b333920c16f19

2016-06-16  Caolán McNamara  <caolanm@redhat.com>  [f04c48a7e764775bdd98715e5d17845f1786bd44]

        Resolves: tdf#100422 crash if you exit mail merge wizard...
        
        after loading previous document or template
        
        Change-Id: I3bdd1159e367b0297aee84763bf5c4312e9e91fa

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [8132c691dea66f9e402161ff8fac8e31f313b72d]

        Improve output of UnoAnyPrinter
        
        Change-Id: I1461264fe7f951c9ecec777c6217d0acfb7e4254

2016-06-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e74d125954051736f7862eb239e04ba1b199801f]

        tdf#85949 Add 1.15 line spacing in the paragraph dialog also
        
        Change-Id: I55a6028d1db2f2ebbdf0ed4a91e2db88098899fc
        Reviewed-on: https://gerrit.libreoffice.org/26370
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e837ddd75a6d2b6edc41ba05ded6215d63e3be5c]

        tdf#85949 Add 1.15 to the Line Spacing dropdown
        
        Change-Id: I45b63522c43086f62f451ea0a17e8bdd15911ea1
        Reviewed-on: https://gerrit.libreoffice.org/26369
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-16  Jorenz Paragas  <j.paragas.237@gmail.com>  [26fa322583147f87511b2d77e8701228838f8c73]

        tdf#42949: clean up includes in include/dbaccess with iwyu
        
        Change-Id: I40de14b82b698b927cb461376470dc177c16d58c
        Reviewed-on: https://gerrit.libreoffice.org/26345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [c3becbd21f17fe7a90e724aa9b170a57d52320bb]

        loplugin:passstuffbyref
        
        Change-Id: I3388ca4e484a567ed6f00d7ed177a1e45c8af706

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [ef1dc167cd3339b1e92d8e18b1f5c3c2cfbec6ab]

        tdf#100412: Cope with recursive gdk_threads_enter/_leave
        
        07157e644fa9666850767ff6bd54c1511167a0a2 "Keep track of ThreadsEnter/Leave
        acquire counts per thread" was done under the assumption that these calls never
        happen recursively, but tdf#100412 makes it look like such calls do happen, so
        that in a pattern
        
          gdk_threads_enter
          gdk_threads_enter
          gdk_threads_leave
          gdk_threads_leave
        
        the second gdk_threads_leave could find yieldCount non-zero.
        
        Change-Id: If9837764d22473f21cf5b10d769929f3c86a0ba7

2016-06-16  Eike Rathke  <erack@redhat.com>  [cfc22e4614499de3987fcf4ca178e6349666c9af]

        no-break space between number and percent sign, tdf#63272
        
        Change-Id: Ia240d52ba1edffa70d5e50fee82f48102cc2fe7e

2016-06-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ae0e520099c37c2f833e5927f75f809fb4349d28]

        Fix comments: Headinline -> Heading
        
        Change-Id: Ib904016501afe4c519793bff6127109508529733
        Reviewed-on: https://gerrit.libreoffice.org/26363
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-16  Rishabh Kumar  <kris.kr296@gmail.com>  [886c35539b3a6d4da974fb91a697097c346b0016]

        Remove color name field from color tab
        
        Click on 'Modify' button to change the color name
        
        Change-Id: I90397ae81edc3a9b5368f9fc2a9f2811a1e774e0
        Reviewed-on: https://gerrit.libreoffice.org/26090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [9f9c2a2703a338ec18309ff382703ab8b517b6dc]

        tdf#100068: ScreenshotId for tab dialogs
        
        Change-Id: I80ec2cef190d106bb45455424a6a0ed901590221
        Reviewed-on: https://gerrit.libreoffice.org/26155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b35d662fc092c250a01fb80d07780ce7da7262e9]

        Updated core Project: help  02b56e7da2dba0f2cbc1847f8c52bc7ade6a8e32
        
        Update several strings for Windows 8.x–10
        
        Change-Id: I9346d905c8f65bf282790a35802f5e2328525bb5
        

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [e6ed4ba3ac4c5fae2bbdca9c21728d68a1f386fa]

        Local linkage for static var (and drop misleading "m_" prefix)
        
        Change-Id: Ide9d2262192899f7a1444760c0df806d30514919

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [f23dd396f515b0d82b0db77d01781f28dd7b2fc8]

        Local linkage for static var (and drop misleading "m_" prefix)
        
        Change-Id: Ibb66eadf4d10fa4e67dae09287e82dcc937bfea3

2016-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [63965d7dc571c7dce999980737f9d57a7c5151da]

        tdf#91684 RTF import: handle fFlipH and fFlipV shape props
        
        Change-Id: I930f99647de00c2e43ef94b1ac0320daa440eae9
        Reviewed-on: https://gerrit.libreoffice.org/26349
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-16  Susobhan Ghosh  <susobhang70@gmail.com>  [b0a9ba98ba83154680f8aea0fd0e58b85e2cfb04]

        tdf#86759 and tdf#89466: Enable Page Background Panel for Draw
        
        Rename Slide Background Panel to Slide in Impress.
        Reorder Properties Deck
        
        Change-Id: Ib2039c41c56a0182887f19aa362d633dcabfe9dd
        Reviewed-on: https://gerrit.libreoffice.org/26159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-16  Mark Page  <aptitude@btconnect.com>  [d2106d8c8c1af64924f5423223388dbbe99af352]

        Remove the :: prefix in ::std for sw
        
        This patch was created using a script
        Variable name textual alignment is preserved to the same level
        
        Change-Id: I6b4858f8059b8cf71fc253e87d6df634362d62e9
        Reviewed-on: https://gerrit.libreoffice.org/26306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bd4ef2734b60d2188874178f173c9163ced09ce7]

        tdf#97837 Detect delimiter only for date, time, currency
        
        Other formats do not require delimiter
        Except for minus sign
        
        Change-Id: Ica5a62c175345062383247760fe5e2a061aeebe8
        Reviewed-on: https://gerrit.libreoffice.org/24902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-16  Rishabh Kumar  <kris.kr296@gmail.com>  [dabee9834be560c0b2ca174e88002f0eae1d155a]

        tdf#94724: Make Gradient and Hatch preset names consistent
        
        Change-Id: If191fe7dd5a3986a5f75e149d2d37c36c1256b04
        Reviewed-on: https://gerrit.libreoffice.org/26277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-16  Stephan Bergmann  <sbergman@redhat.com>  [a3b7ef13f21d598db230a65b44f43287da202807]

        loplugin:refcounting
        
        Change-Id: Iafc3987df4357098aab816fb7fd4619f9a6ee173

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [2d2ef979c2feb8cd70a1dbc3f47cf7f86a5d39ea]

        tdf#89329: use shared_ptr for pImpl in menuoptions
        
        Change-Id: I93ece349dc15ea9af00c661ac34fed80a57ea3d2
        Reviewed-on: https://gerrit.libreoffice.org/26318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [dad8d71f4a73b64e534c1977e09e54905b8e27e8]

        tdf#89329: use shared_ptr for pImpl in toolpanelopt
        
        Change-Id: I2035971f6633aed1389ffae5815c7000699b9735
        Reviewed-on: https://gerrit.libreoffice.org/26279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [94d2b31d984382ba76c623236f6daf678204844a]

        tdf#89329: use shared_ptr for pImpl in pathoptions
        
        Change-Id: Id932a0886f0a8a3cb05a3d0474e29a2e0b84ad4e
        Reviewed-on: https://gerrit.libreoffice.org/25630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [a25d1a111150288b066351dfe11f75e5e4f81cfb]

        tdf#89329: use shared_ptr for pImpl in historyoptions
        
        Change-Id: I0020b7e66fe8e09db9a96127a77c3792afab63a8
        Reviewed-on: https://gerrit.libreoffice.org/26324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [4c8ff754ea25a77476a31aec9a9214c30490f0ad]

        tdf#89329: use shared_ptr for pImpl in localisationoptions
        
        Change-Id: I9b2f7f7e59a71c056608635773c4b4fb2120a902
        Reviewed-on: https://gerrit.libreoffice.org/26323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [3c31796bedc77dc55ee645987da0922c17162454]

        tdf#89329: use shared_ptr for pImpl in securityoptions
        
        Change-Id: I91c9c9dcbb9df644836c87d4789521d668c2ba49
        Reviewed-on: https://gerrit.libreoffice.org/26319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [6cf574071e83663f8e1bcf70b0135a6258788a29]

        tdf#89329: use shared_ptr for pImpl in cmdoptions
        
        Change-Id: Ie6297cf8c26964a6c7cc017c1257c61825c2c791
        Reviewed-on: https://gerrit.libreoffice.org/26320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [11c2acfa5a837b7d1fff31e20a87eddbba08f742]

        tdf#89329: use shared_ptr for pImpl in printwarningoptions
        
        Change-Id: I0b202ae78d2afe5fad4aa4bb4a3323f2672b1b93
        Reviewed-on: https://gerrit.libreoffice.org/26321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [2400c271748f85355b689391d3aec405fcf3bff7]

        tdf#89329: use shared_ptr for pImpl in extendedsecurityoptions
        
        Change-Id: I3d344c4872bbed9527f254a4eabc48534e38452f
        Reviewed-on: https://gerrit.libreoffice.org/26326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [912f14c4e5c7db2a3acc0ae75995114ddfb12dea]

        tdf#89329: use shared_ptr for pImpl in fontoptions
        
        Change-Id: I844f23d7674fe6e564575b150ba1f94754da4d3b
        Reviewed-on: https://gerrit.libreoffice.org/26325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Xisco Fauli  <anistenis@gmail.com>  [f698ddfeffda7391965b7bb8b488420332ac37bf]

        tdf#89329: use shared_ptr for pImpl in miscopt
        
        Change-Id: I7c60116d4f14e1451e7b96568104baada01dfaca
        Reviewed-on: https://gerrit.libreoffice.org/26330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Arnaud Versini  <arnaud.versini@gmail.com>  [c0d9642b4df485c32350cdc7a16084a2eac2cbf7]

        VCL: Simplify ToolBox initialisation
        
        Change-Id: Ia83e2011897b8c6b81cbe476a22944abd2230291
        Reviewed-on: https://gerrit.libreoffice.org/26329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-16  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [fbed9850fd51327b9ca5971f603a06a49483ac14]

        Fixed a typo where highlighting was highlightning
        
        Or maybe it was intentionally done by some lightning superpowered guy?
        
        Change-Id: I76c6b6ef94dae4c97a26537451cff0179074995b
        Reviewed-on: https://gerrit.libreoffice.org/26295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [875c553f5d5f5d2329bf40b1b39118259ec6a93b]

        Expect fewer than MAX_CONCURRENCY threads in test (2)
        
        Change-Id: I895ae4dea12e66fcbd0f4635c6ba5915d0431187
        Reviewed-on: https://gerrit.libreoffice.org/26346
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-16  Takeshi Abe  <tabe@fixedpoint.jp>  [fca1c92a2b79480f7842a90698115ae862442df9]

        starmath: more assertions hold
        
        Change-Id: I9a7fb2f4d45c5b34c0ea1d186dd90353fedc8a6d
        Reviewed-on: https://gerrit.libreoffice.org/26299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-16  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3ab13873ebb6dc4738be2e2184ee4433a2447c1d]

        Expect fewer than MAX_CONCURRENCY threads in test
        
        Change-Id: I4346b6d79b46bccb5b79e27744c3cf80aa88fc9a
        Reviewed-on: https://gerrit.libreoffice.org/26344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75ca2defe8edba8d198a05e7f64674418171536d]

        SfxObjectShell::Current may return nullptr
        
        See
        http://crashreport.libreoffice.org/stats/crash_details/caa7efba-fbe8-4c58-966d-c4bc356b5a63
        
        Change-Id: Idc8b3a2e482a5423080735f46f50d415835f747d
        Reviewed-on: https://gerrit.libreoffice.org/26341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f32fcf59854fe1abe375c8702cc5c4258abbf3d]

        work around MSVCR2013 bug around AVX, tdf#99410
        
        http://crashreport.libreoffice.org/stats/crash_details/d7bc6c8a-e8c2-4c1f-8291-ccab84ea892c
        
        Change-Id: I76f9614bc54988c001c9b252707e4b5d4c588112
        Reviewed-on: https://gerrit.libreoffice.org/26339
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [9e28a809d3e9fcd69b07933d698e1e166867b5c8]

        tdf#100209: Master slide of master slide makes no sense
        
        so just disable the controls when in master view
        
        Change-Id: I9551cc5c0d123e58555d248b78859c1f77de6690
        Reviewed-on: https://gerrit.libreoffice.org/26276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-15  Michael Stahl  <mstahl@redhat.com>  [aa35f2981334ba2e5aed4269fe851054bbc584dc]

        tdf#98797 sw: try to fix crash in SwMailDispatcherListener_Impl
        
        Commit c48df7ad7d49ac093058ceb28d6d3f272f6e2e07 added a isDisposed()
        call in SwMailDispatcherListener_Impl::idle() and i can't see why that
        would not be necessary in the other functions that access
        m_pSendMailDialog if it is necessary in idle() - it's not obvious *why*
        it would be necessary in idle() in the first place but obviously i don't
        understand when SwSendMailDialog::dispose() is invoked (which is what
        deletes m_pStatus, dereferencing which the backtrace crashes).
        
        There is code in SwSendMailDialog::dispose() to handle the case that the
        xMailDispatcher thread is still running, and stop it without joining,
        which would obviously trigger this crash if it were ever executed.
        
        (Maybe i should actually try what happens at runtime, but these
        mail-merge dialogs are all scarily confusing.)
        
        Change-Id: I550f6107b064b0c97f3d33bed5bd3830fa2e86f4

2016-06-15  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [60e75fb276778459f6055360646d879b8c615d83]

        tdf#98955 hardware_concurrency not ideal for thread pools
        
        A new static member getPreferredConcurrency added to
        comphelper::ThreadPool to return a configurable max
        number of threads.
        
        By default the new function returns the hardware_concurrency
        value provided by std::thread. When MAX_CONCURRENCY envar is
        defined, the return value is limited to whatever is set there.
        
        Three call-sites that used std::thread::hardware_concurrency
        have been replaced with getPreferredConcurrency.
        
        Unittests added to cover the functionality of the new member.
        
        Unittests are capped to 4 threads.
        
        Change-Id: I3332e393a88a5ed436316fa712ed920a4b37f4af
        Reviewed-on: https://gerrit.libreoffice.org/26254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-06-15  Caolán McNamara  <caolanm@redhat.com>  [b43b7a59ca24927c4f4bd90935b4f0075304abe7]

        move aLastWheelEvent into svdata
        
        just to keep them together and to drop the need for a static
        
        Change-Id: I55c784f9fc075f4542542ee2ec649eff32d708ec

2016-06-15  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [a00757e75b7d55239f97c1ca9e50c68252ff227f]

        Move accessibility relations to .ui files, Part 9: tdf#87026
        
        By removing unnecessary variables/strings/function calls,
        and making proper changes in the related .ui files.
        
        Change-Id: I52e3f2a16519aee13b06f0efc6beb3385bcb0f1c
        Reviewed-on: https://gerrit.libreoffice.org/26066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-15  Caolán McNamara  <caolanm@redhat.com>  [bdfccfde308f0267965933a8273e6e9201a2c67c]

        crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6f
        
        drop hint of previous window to get mouse wheel event
        when that window is disposed in order to drop any
        references to it immediately that happens to avoid
        anything else lingering too late
        
        move the VclPtr into ImplSVData alongside the rest
        of the things like this so we can remove the over-the-top
        DeleteOnDeinit which itself replaced a relatively harmless
        static Window*
        
        Change-Id: I1e172071b711b6e4ded9a813ee3de730d3dfdf38

2016-06-15  Eike Rathke  <erack@redhat.com>  [df149997849c1e07d735fdeefccf875e7361aa4c]

        do not override nGlobalError with error from ConvertStringToValue()
        
        ... so an already existing previous error is kept.
        
        Change-Id: Ie731f17e93afa512542cc3ba2378031e978f9462

2016-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5876bfcb69a65c87d602bae687b3c0634c0a1e7]

        passing a NULL pointer to fileno is not allowed
        
        See crash reports at
        http://crashreport.libreoffice.org/stats/signature/do_msvcr_magic+0x7
        and documentation at
        https://msdn.microsoft.com/en-us/library/zs6wbdhx.aspx
        
        Change-Id: Ia9166d3b9fa10b87585821504e39cdfecbd22eda
        Reviewed-on: https://gerrit.libreoffice.org/26317
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-15  Caolán McNamara  <caolanm@redhat.com>  [4d18c1de112c1439ae4e41de7c19ffa449afea68]

        crashreport: 644837b5-c445-4779-a75d-dd69fc2e3a6f
        
        This can be reproduced by switching to master slide sidebar in impress
        , use the mouse to wheel up and down and then go straight to clicking
        the window manager close button
        
        The dispose doesn't ultimately drop its reference to the document
        so keeps it open if the scroll-wheel previous event widget vclptr
        keeps the widget around
        
        Change-Id: Ic90bcadf2489094358737be7f522129bd555a1ba

2016-06-15  Eike Rathke  <erack@redhat.com>  [68455c20cb5edf2bfc57243b44fc81b7fa5ea5db]

        set string conversion error also at interpreter if available
        
        Change-Id: Idedb9192938a01ecfda3dd93e69c16a896801fd7

2016-06-15  Eike Rathke  <erack@redhat.com>  [f219bd4c3599e0933760f8a9f0155fc97a9ab23c]

        Resolves: tdf#100409 GetDoubleWithStringConversion() in GetDoubleFromMatrix()
        
        Change-Id: I1e88e9fa6361c6f1f2aebebc101d44bc8e974283

2016-06-15  Eike Rathke  <erack@redhat.com>  [481b8589d135baced12469bec4ee734b23faac21]

        introduce ScMatrix::GetDoubleWithStringConversion() preparing for tdf#100409
        
        ... as GetDouble() returns 0.0 for any string and we don't want to
        change that, most relevant places already check for numeric/text
        beforehand.
        
        Change-Id: Ifbc04e892f6f504040026042faa38674ced880fb

2016-06-15  Pranav Kant  <pranavk@collabora.com>  [57857add9cc33aa2493118a1563bfdbe27f98675]

        gtktiledviewer: add a UNO command debugger
        
        ... to fire desired UNO commands from a dialog. Helpful when you
        need to check some arbitrary UNO commands not supported via UI
        yet.
        
        Change-Id: I55df75ef235f5eb6922c50619610caf1c88241fb

2016-06-15  Pranav Kant  <pranavk@collabora.com>  [93803d86b97f9dc0e2fc003b9a19036e525a41f0]

        gtktiledviewer: Fix runtime gtk warnings
        
        Not all buttons are toggle buttons.
        
        Change-Id: I6cddc619f3f760e447ea3ffea07f776e03cdaab9

2016-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [c97422fa103618ba19bde0d815674a0173058bb4]

        sfx2: bring the view shell's LOK callback up to date with SdrModel
        
        This fixes CppunitTest_sw_tiledrendering in the LOK_VIEW_CALLBACK=1
        case.
        
        Change-Id: Ib79e57908c3edda0154341baba8279ede4281a42
        Reviewed-on: https://gerrit.libreoffice.org/26313
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-15  Caolán McNamara  <caolanm@redhat.com>  [38971bd6543143df41192b0552c51a8119d452a0]

        Resolves: tdf#100140 crash on exit of report design
        
        This was triggered by
        
        This appears to be triggered by 08cf2fd01064306eef7fdbb5b62320947c4d1089
        
        commit 08cf2fd01064306eef7fdbb5b62320947c4d1089
        Author: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Date:   Fri May 20 16:48:00 2016 +0200
        
        which changed the order that things registered through
        registerDispatchProviderInterceptor are used by, so swap the order of
        registerDispatchProviderInterceptor calls here to sync with that
        
        Change-Id: I047e4c7f6cb488c646df717e22c8ac91864c3938

2016-06-15  Michael Stahl  <mstahl@redhat.com>  [b4855bd63c05096df1a2da339133f243bb30d902]

        tdf#100105 sw: RTF export: fix empty hyperlinks
        
        For empty hyperlinks the EndURL() is called immediately after StartURL()
        Due to the way the various buffers are written, the group closing braces
        are written before the groups are opened, which is rather invalid.
        
        Using the m_aRun buffer instead of m_aStyles appears to fix the problem.
        
        (regression from b8907bf3d3b37c686a414ffbbd2d732348aab5b9)
        
        Change-Id: I6910e1afa0ee262ae0496cf1d3aa83ae3e537ad0

2016-06-15  Michael Stahl  <mstahl@redhat.com>  [cd7671ef5e3102e91c68588d1ccc39d2521af561]

        tdf#100325 reportdesign: try to set URL as DocumentBaseURL
        
        ... if it is missing, similar to what SfxObjectShell::DoLoad() does.
        
        Change-Id: I5b0ae1f892355a5e9786d590c821656b58d29cf2

2016-06-15  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [8f75eeebbf354ef58d3d0ced6ea1c2d8df89e64f]

        GSoC: sax2/ unit tests:
        
        Parsed the same test files using XFastParser and built string, we
        asssert that both the strings built from XParser and XFastParser
        are identical.
        
        Change-Id: Ie1e0dc6b676ca32dd10d75c3cb272b5c8b795ab7

2016-06-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [384c75b7e8b50a64a1c0e8fd1ffef1350e2522d2]

        tdf#61396 Possibility to edit a template not in Template Repository
        
        Menu Sequence:
           Open Template...
           Save as Template...
           ----------------------
           Manage Templates
        
        Change-Id: I0d0c8ca15d8dc38662e7f84a4f598933c13dd512
        Reviewed-on: https://gerrit.libreoffice.org/26179
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [50787b48a8378a555a71cc2c6b0966debb2e5104]

        sc, sd: add per-view support to recently added LOK_CALLBACK_SET_PART calls
        
        These caushed an assertion failure when opening a Calc or Impress
        document in gtktiledviewer.
        
        Change-Id: If9cf1ef6c5a9d8e1b0d578b20dd3f513989b669b
        Reviewed-on: https://gerrit.libreoffice.org/26311
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-15  Caolán McNamara  <caolanm@redhat.com>  [1792493e765f8027c2605bd72b9978c6769a262d]

        Resolves: tdf#91603 if we cancel/discard recovery dialog, continue as normal
        
        Change-Id: Ifd5df74063bcaf2f3a198b090ed2126449d7b8f8

2016-06-15  Akshay Deep  <akshaydeepiitr@gmail.com>  [4f61b652323e1bde5c45bc9dece3c61b2f69b83d]

        Template Export: Don't overwrite the existing template in a directory
        
        Change-Id: I19470c7eeb961665cb5248861b030479a0796a24
        Reviewed-on: https://gerrit.libreoffice.org/26290
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-15  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [0b2d974ede41ca77d18ec1469770045a18f1a4d1]

        LOK: fire SET_PART event when Calc page is changed
        
        Change-Id: I9a2ed653bcb6afe803b781fc686c02f817d84e75
        Reviewed-on: https://gerrit.libreoffice.org/26303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-15  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [b6e7ddcc7e6eec4957c1c069d0c22eb1dbb3bb28]

        Add MS binary format validator support
        
        bffvalidator (Microsoft Office Binary File Format Validator) basic
        support in configure for later usage in export tests. It should be
        installed from
        https://www.microsoft.com/en-us/download/details.aspx?id=26794
        and enabled in configure with new switch
        --with-bffvalidator=<optional path to validator>
        
        Change-Id: I6faa08d3277f0328b3dfa310222a11d115e5aa15
        Reviewed-on: https://gerrit.libreoffice.org/25870
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [67f2aee609308ad6d43eed4f0df084e9abd50301]

        Fix per-view CppunitTest_libreofficekit_tiledrendering
        
        Triggered by:
        
        LOK_VIEW_CALLBACK=1 make -sr CppunitTest_libreofficekit_tiledrendering
        
        The problem was that on shutdown SfxViewFrame::Current() returns 0 and
        then SfxLokHelper::getView() should not be called (as documented by an
        assert() in it).
        
        Change-Id: If0475ca591408d5b041c1cbde5b553d0fb8dd056
        Reviewed-on: https://gerrit.libreoffice.org/26300
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-15  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [7e62c8c9989725c4cd764b9ca01ee46bee947f7b]

        LOK: fire SET_PART event when Impress page is changed
        
        Change-Id: Iebddffbdc66397b1f2937ed7320f7800c8bab4cc
        Reviewed-on: https://gerrit.libreoffice.org/26301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [58959a946c0a412c3f997d8511eacb316626cd42]

        This doesn’t need to be translatable
        
        Change-Id: I6a79214d24452dc2813d22d60f97eead220a7c5b

2016-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8a1d072ff8e686fad4a507b85d163d699ed59e0]

        sfx2: implement per-view LOK_CALLBACK_CONTEXT_MENU
        
        Change-Id: Ia321d2f03bf77eba87b1135799b3cb0409f23ebf
        Reviewed-on: https://gerrit.libreoffice.org/26293
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-15  Eike Rathke  <erack@redhat.com>  [d9911e0d13c96feb0b0d1feacef6be7be29ccfe1]

        Resolves: tdf#100396 handle unspecified WEEKDAY arguments and support new ones
        
        ... introduced with Excel 2010.
        
        Change-Id: Ide47fea0e8bc109dc47f591c33ec1d1a13c08d72

2016-06-15  Stephan Bergmann  <sbergman@redhat.com>  [2afe8701aefab454c8bf1dcc063227ea9d290dcb]

        Remove unused SwMiscConfig instance
        
        Unused ever since it was introduced in 5d7ce6db70b362b9f69aee2aaf651cbddcf35b84
        "INTEGRATION: CWS swmailmerge", and access to any SwMiscConfig members has
        always been done indirectly via SW_MOD()->GetModuleConfig()->..., so looks like
        aMiscConfig is unnecessary (and Oliver agrees with me on that).
        
        Change-Id: I98b1962a43ba969cdadf1e42fdb1d3522ae4bc35

2016-06-15  Stephan Bergmann  <sbergman@redhat.com>  [6a5c8d09b5285e44795fdb82f161a1aea275e436]

        Use SAL_WARN on swallowed exceptions
        
        Change-Id: If4d7b51de338c026b3308a733c8f4a41478158b2

2016-06-15  Jorenz Paragas  <j.paragas.237@gmail.com>  [cef14b816aee25ce8a59a2200900989523372996]

        tdf#42949: clean up includes in include/filter with iwyu
        
        Change-Id: Id08a999764bfeeff3bb3409b46f48b278009ccbe
        Reviewed-on: https://gerrit.libreoffice.org/26238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-15  Michael Stahl  <mstahl@redhat.com>  [bc387975b11d87868884ec770a2a42a4f7092b5f]

        tdf#100275 sw: fix target node of bookmark copy
        
        Replaces the defensive programming band-aid of
        5c1a1d1c66aff497702abc20df5832fa348f1008 with a real fix.
        
        The problem is that lcl_NonCopyCount() has some special case code
        to ignore the first node in the target document, which erroneously is
        executed for every bookmark, which results in the 2 bookmarks in the
        bugdoc being created with nDelCount 1 and 2 so they land on the same
        node, which is not allowed for cross-reference marks.
        
        Extract the adjustment into a separate function that is called once.
        
        (regression from 689962feae2054f965a7378c3408b0ccfad2bbd5)
        
        Change-Id: Ie14c650f7fdb259c13cb9048226da30971d2ab3c

2016-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [637371d4d90c2403f02d588ebe745368014b1032]

        writerfilter: clean up virtual keywords where override already implies that
        
        Change-Id: I04938ceba4e4740535caee396ca8e13ca50a003c
        Reviewed-on: https://gerrit.libreoffice.org/26288
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [90018d327e9a41085585519a704f9fa07953cbf3]

        Related: tdf#90480 explain in the font color dialog why colors aren't used...
        
        if the a11y option "Use automatic font color for screen display" is active.
        
        I guess we could go to town and have a button to zoom to that option or to
        directly disable it, but I've never encountered this problem before so surely
        it isn't that common that we need to immediately do that.
        
        Change-Id: Id19cac56591829f5644a8ac66c3d873c77e152f8

2016-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [962b0aca0ee38e25364c6e2dee5267c213d8fc39]

        update credits
        
        Change-Id: Ie4c9f67d07d81c0724c206c3a309dd5ec68fb963

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [61a80d121d96cf9f02b24f3f1984374c71b7579b]

        silence warning about unknown ACTIVE_DESCENDANT_CHANGED_NOFOCUS
        
        Change-Id: If0c1461b4c74b0b7eb17d47c61d13df3230d4b44

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [9f0997eb167d0ef2193a59d43ab55ea5f13ebaac]

        Resolves: tdf#59222 Crash in Basic with an array of values...
        
        from a range address
        
        trying to make all SbxVariables reference count their parents
        is ludiciously hard, so just reference count this one known
        crashing case
        
        Change-Id: Ie1fa6624e8184146dd00d766cdbacef674153ef6
        Reviewed-on: https://gerrit.libreoffice.org/26272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-14  Eike Rathke  <erack@redhat.com>  [be2cf3d28b91cff4127c95cfe4481f36bdeb24fb]

        do not use OUString::number() to "format" numeric values
        
        Change-Id: Ie35a34152556e19eff1f196ddd0ddd51a6da1a23

2016-06-14  Eike Rathke  <erack@redhat.com>  [5b562504fa8beb69b3322baae221269d93610d46]

        intern SharedString
        
        Change-Id: I192b1bb8f2c93002d2c2d22ae8f7c865c75bd9b4

2016-06-14  Eike Rathke  <erack@redhat.com>  [be053a75aa851acd85d08b97f2eb636354a92e63]

        intern SharedString
        
        Change-Id: Ic8e6d3595002094792462b585d427f58c5c84156

2016-06-14  Stephan Bergmann  <sbergman@redhat.com>  [25a60d19d56a4bdb4f1b6ef27d842f90617fcff8]

        /org.openoffice.Office.Writer/FormLetter/MailingOutput/Format is xs:int
        
        ...i.e., sal_Int32
        
        Change-Id: Ib6adcfc40ee509f383fbd62093affe73ab92d61d

2016-06-14  Stephan Bergmann  <sbergman@redhat.com>  [83360372383fdcbab18560a5113c92115b166cd5]

        tdf#94205: Some remaining new+std::move -> o3tl::make_unique
        
        Change-Id: I6a9a46d37bf09f6b497d591498c40103f4c96f59

2016-06-14  Eike Rathke  <erack@redhat.com>  [3c2803bdbc598deeaf6efe43870d4f9d61cb2c6a]

        allow text as dates in inline array of holidays for NETWORKDAYS()
        
        Change-Id: I0c5438a0ee23a5974495a9f782b3f22ef7472c87

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c8bbb6025a2ecccc42264d97f76928ef9ab43f7]

        sc: implement per-view resetSelection()
        
        Fixes the following crash:
        
        - start gtktiledviewer with a Calc document
        - enter edit mode
        - create a text selection (selection of multiple cells e.g.)
        - leave edit mode -> assert fails
        
        Change-Id: Ic8a65a692679afe1e293f7467f7a72cadcf9f083
        Reviewed-on: https://gerrit.libreoffice.org/26266
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [19822c8a2d35570593bf2f39f16cbc40a30b09db]

        sc: implement per-view LOK_CALLBACK_HYPERLINK_CLICKED
        
        The last place that crashed when clicking on hyperlinks.
        
        Change-Id: Ia114d98ada6cf8a3be56a25e48f3e84471c37e66
        Reviewed-on: https://gerrit.libreoffice.org/26265
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [4e596d1cb10e0902c354ce8a94f9d1fc7e6e0cf2]

        drop dramatic distracting comment
        
        Change-Id: Ic4b5537075e7ea9a713409982bb21e12f6b53e3f
        Reviewed-on: https://gerrit.libreoffice.org/26271
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [d81fa4eb3a8960c1a1280fdd07bafa29de8290d2]

        tdf#100342 fix order of weekdays in NETWORKDAYS
        
        For the definition of working/weekend days, ODFF1.2 uses 0..6
        for Sunday..Saturday. NETWORKDAYS used ISO ordering (Monday..Sunday),
        but now complies with ODFF1.2.
        
        Change-Id: I169433adfac5d66af979181c328658040d7ab77f
        Reviewed-on: https://gerrit.libreoffice.org/26246
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8a2dcce4f089e9fb7ce5cfd51cdb15ce4a87674]

        sc: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
        
        Need to notify all the views when inserting or deleting a sheet.
        
        Change-Id: Ifadf6af4a307d555eacfa4623eed84400d06c293
        Reviewed-on: https://gerrit.libreoffice.org/26264
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c07257be27869d66736211fde75efff835432138]

        sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        One view doesn't crash the other one now when the search is performed.
        
        Change-Id: I9ba0a07a76d9c11c4cec279305efb4e5025ec12d
        Reviewed-on: https://gerrit.libreoffice.org/26263
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Michael Stahl  <mstahl@redhat.com>  [5f5b740761a8a38b48de523f7a03dcd24c166e37]

        sal: rename O[U]String parameter
        
        Callgrind tinderbox complains that "string" shadows some global, so
        let's try "rString" instead.
        
        Change-Id: I3973f23ef6e8ebf861d66012fede84cb8a685be8

2016-06-14  Stephan Bergmann  <sbergman@redhat.com>  [9c6a58f8c4291686a6190f142ef5d33dd20617fb]

        Clean up uses of Any::getValue() in basic
        
        Change-Id: Ice269eae6b0278d5e089d973aae72b3f871c1272

2016-06-14  Aron Budea  <baron@caesar.elte.hu>  [53055f2e8652baf8df5c187787ab48843fed10a5]

        Updated core Project: dictionaries  277e2326151aad0b97863bda696af33b371122f9
        
        tdf#90786 Put license file in the right directory
        
        In 5.2 beta1 the license file is now added, but installed
        in dict-gd/dictionaries instead of dict-gd
        
        Change-Id: Ifc6e2201b905875d13ce4d3e8e94a55cc2761678
        Reviewed-on: https://gerrit.libreoffice.org/25996
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-06-14  krishna keshav  <princy.krishnakeshav@gmail.com>  [3c573174dab0f1c6a85ce50ad4210c8772bdcf9a]

        tdf#96505 Get rid of cargo cult long integer literals
        
        cleanup in sot/source/stdsor/storinfo.cxx
        
        Change-Id: Ib904cb3ddc18dc90e479b35ca21ae4649abd0f0c
        Reviewed-on: https://gerrit.libreoffice.org/25684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-14  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [4537a027c5c734e094191d01a46c2da734dbfe5b]

        tdf#96505 Get rid of cargo cult long integer literals
        
        removed 0L and make it 0
        
        Change-Id: I7adf48009bf67c2cf0ac43cc05285075bb1d85ce
        Reviewed-on: https://gerrit.libreoffice.org/25600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-14  Eike Rathke  <erack@redhat.com>  [afe705be76ffb62d4f0845a40ac321917649288c]

        PopExternalSingleRef() guarantees nGlobalError is set
        
        ... if token could not be obtained. So no need to check if(pToken) and
        we can simplify the error handling at some places.
        
        Change-Id: Ie741a46efd6f33b5be48e8e4ff9bca2bbbc95b04

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [d999069ec6ace6e43b054f26a48f99cbec621628]

        crashtesting: fix ~SwIndexReg assert on exporting tdf46441-2.odt to .doc
        
        Change-Id: I770c1f5ed4ebfb216810e30de83eb053606c2f8d

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1b4de9d8b480d0a773f4bf6bfc5f752f47c32f0]

        sc: implement per-view LOK_CALLBACK_CELL_FORMULA
        
        With this, one view can edit one cell while the other view edits an
        other cell within the same sheet (without a failing assert).
        
        Change-Id: I355caea69daa17fcd4b4813d0f31ff2072f9c847
        Reviewed-on: https://gerrit.libreoffice.org/26260
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [c63125f88bf90d33f6fd48964422c3b0633d027d]

        Function to change sidebar panel title, via UNO API
        
        Change-Id: I147da965d71746220958852bf796197c30f219a3
        Reviewed-on: https://gerrit.libreoffice.org/26243
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-14  Eike Rathke  <erack@redhat.com>  [243f19a1878d52a4074b59041dc3bc57ab84e417]

        check ExternalSingleRef token for svDouble type
        
        ... before accessing GetDouble(). Else convert the string.
        The new assert() introduced in FormulaToken::GetDouble() virtual dummy
        was hit by loading gnome334723-1.sxc
        
        Change-Id: I144b0cabee3aac44d206d76a83b1c4d81ab4a02e

2016-06-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2b8efb33743cdbdcd5ae976627fa6e8a7abaf686]

        add YEAR test case
        
        Change-Id: I44dc868a78f5a366e1bfc7c7e6f18502fbdfff31
        Reviewed-on: https://gerrit.libreoffice.org/26128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b2b496901ac765c4581a191a37a1731c0b87f99]

        we are using our own minidump_upload executable
        
        Change-Id: Icee770ff8e2db019031d618528a9aab83041389d
        Reviewed-on: https://gerrit.libreoffice.org/26244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f258538b842e3a8639efc8c2c7afc16a1b0819e]

        sc: implement per-view LOK_CALLBACK_INVALIDATE_TILES
        
        Port enough callbacks to the view callback, so that gtktiledviewer
        doesn't crash on opening a file.
        
        Change-Id: Iec39608ce3cdf7dcf5a7272f8c9a3415483a8e76
        Reviewed-on: https://gerrit.libreoffice.org/26251
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Stephan Bergmann  <sbergman@redhat.com>  [e0681a63566a5e4ccd7570f7884f73b05ba3f349]

        loplugin:override
        
        Change-Id: Ib66e1f58eaa383a66660a28e39cdbd11dade2972

2016-06-14  Eike Rathke  <erack@redhat.com>  [478613c550236d19b8254c49e5886dca1f0b8aac]

        explicit svl::SharedString(const OUString&) ctor
        
        ... to prevent accidental surprises. Not interned shared strings
        constructed from OUString have mpDataIgnoreCase=nullptr so can't be used
        for case insensitive comparison.
        
        Change-Id: I03323354298a73e93b18d2796ec447c072fdefa5

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [c44d5589dfc4312ab98408dec68c8577240dd7d3]

        the __RSC hack is only needed in src files and things included from src files
        
        Change-Id: I50c122426030ba5b508dcd6ac33464ecab154981

2016-06-14  Xisco Fauli  <anistenis@gmail.com>  [6eebac959595f4bd7d4bd40c8325f1bc2782b3b8]

        tdf#89329: use shared_ptr for pImpl in misccfg
        
        Change-Id: I90d3d008f68991613775234b29379c31b8f4ad39
        Reviewed-on: https://gerrit.libreoffice.org/26237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  Xisco Fauli  <anistenis@gmail.com>  [decc3bfae82ddde724b351d8c4618436d45e43fb]

        tdf#89329: use shared_ptr for pImpl in compatibility...
        
        ... and remove some, at least from my point of view,
        useless comments
        
        Change-Id: Id97c90dd7764ae4569468abc73c79ae9b2a56e75
        Reviewed-on: https://gerrit.libreoffice.org/26235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  Xisco Fauli  <anistenis@gmail.com>  [7a60b2f3deaeced4352152525d1bb511a26b42bb]

        tdf#89329: use shared_ptr for pImpl in defaultoptions...
        
        instead of unique_ptr as in commit
        7bc1c79c26e52d5196fb36eee5c2f12f12d49ba6
        
        Change-Id: I4e57378a333455b818162c6cc8484be9dcaddb03
        Reviewed-on: https://gerrit.libreoffice.org/26236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  krishna keshav  <princy.krishnakeshav@gmail.com>  [e8c8d824607bdad288680678f259b3e78308bab0]

        tdf#88206 Change use of cppu::WeakImplHelper*
        
        Change-Id: I8562a69bf624902a54da004b0786cae2a98102e5
        Reviewed-on: https://gerrit.libreoffice.org/26168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  Arnold Dumas  <arnold@dumas.at>  [d18a6a56d39bed7a427e4fa0d55ea816d1a0b76d]

        tdf#89329: use unique_ptr for m_pImpl in chardlg
        
        Change-Id: Ic7ac35ebdab7143d75a9f2c8d0e6f99796ffb0e3
        Reviewed-on: https://gerrit.libreoffice.org/26232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  Xisco Fauli  <anistenis@gmail.com>  [3db4830c4137563f68c92aef4a31f2a39ac00748]

        tdf#89329: use shared_ptr for pImpl in syslocale
        
        Change-Id: I646495e3538cb438a06765fe8cde252bad667bea
        Reviewed-on: https://gerrit.libreoffice.org/25969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [60e57960f25202f7b23bf4dbbda46780fb6032a9]

        lok_doc_view_reset_view: don't touch the view id
        
        Otherwise the following can happen:
        
        - view #0 is created
        - view #1 is created
        - view #1 changes part, so lok_doc_view_reset_view() gets called
        - view #1 calls postMouseEvent(), but claims it happened on view #0
        
        Also log all setView() calls in the widget.
        
        Change-Id: Iefcf82d9396b2af75586e79dde59998320f41d60
        Reviewed-on: https://gerrit.libreoffice.org/26245
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [75f4372dd6a7ff1a1029231a6e3959bfe84f6445]

        svx: implement per-view LOK_CALLBACK_TEXT_SELECTION
        
        To fix table shape selections.
        
        Change-Id: I85810c20b8cc51646d3c8a8b974d0e8a4f96d1ae
        Reviewed-on: https://gerrit.libreoffice.org/26242
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Caolán McNamara  <caolanm@redhat.com>  [e8a9eba781368101faa37b3803ee4ffb4c050112]

        drop these typedef header guard
        
        Change-Id: If52f2bba475e7a8a5b7c63d5114f2725c9ce8617

2016-06-14  Rishabh Kumar  <kris.kr296@gmail.com>  [64bc2eff89f3214aa0c90a0becc39c6ac11879b1]

        Minor bugfix for the Color tab
        
        Bugs fixed:
        1. Allow resizing of SvxColorValueSet on Addition and deletion of colors.
        2. Refresh color in SvxColorValueSet on modifying the color.
        3. Select the second last color on deleting the last color.
        
        Change-Id: Id01a1347683ea183dfb9fbc5c14a4e101eeef9aa
        Reviewed-on: https://gerrit.libreoffice.org/26084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3acc06230169f141930945ebbff43b1a88dfdee]

        Related: tdf#91684 RTF import: fix scaling of group shape children
        
        It was assumed that the child size is in twips, but it's in relative
        coordinates.
        
        Change-Id: I51352180c2e61a70b1a34faad5d73f96121168a8
        Reviewed-on: https://gerrit.libreoffice.org/26240
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-14  Susobhan Ghosh  <susobhang70@gmail.com>  [656513d15116a3c6feeadc6a3353a304e0b3ef2b]

        tdf#83830: Moved margin preset control to Format Panel
        
        Added new margin presets.
        
        Change-Id: I65927ebfaf61515cedd76bb85e0a6d543fc16b89
        Reviewed-on: https://gerrit.libreoffice.org/25520
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7f878db51569b3af66b5a5df4d078ddf77e3d173]

        add TIME test case
        
        Change-Id: Ica82485f3e86c5b64753f01897210c54eccbd844
        Reviewed-on: https://gerrit.libreoffice.org/26230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-14  Zdeněk Crhonek  <zcrhonek@gmail.com>  [70c9bff919125f4696e836935eabf7e9ac833976]

        add SECOND test case
        
        Change-Id: Ib19f76c0decce64afd70f059670b870cf53a1943
        Reviewed-on: https://gerrit.libreoffice.org/26228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-14  Stephan Bergmann  <sbergman@redhat.com>  [a94a0b148ceef61004564599c381048658ddc151]

        Could swear I'd seen this produce a bogus compiler error
        
        ...but now it apparently works
        
        Change-Id: Iac1b4e49788ac620ed55dec7a52c839ba2937f5b

2016-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [5338ee66e8b5b368f1536121bda621076d83a72b]

        starmath: SmTableNode has type NTABLE
        
        Change-Id: I406b38f41c694d7b4df4d2bc78e7731eb2ef02e4
        Reviewed-on: https://gerrit.libreoffice.org/26210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-13  Akshay Deep  <akshaydeepiitr@gmail.com>  [a8bd44573b75d1399257d6f5d052611439607189]

        Code cleanup: No need to explicitly show tooltips in Template Manager
        
        Change-Id: I32b0bb79c38a91cbafb3075963155d3b38b3012a
        Reviewed-on: https://gerrit.libreoffice.org/26231
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [e0c6f71a8ea87c8a424c57e6f71f02f143d37ee9]

        coverity#1362679 try and tell coverity these are non-null by restoring...
        
        to the pre vectorization code layout before...
        
        commit e5d378b1ba04c470e0c6c16b48af97ab5818e2bb
        Author: Kohei Yoshida <kohei.yoshida@gmail.com>
        Date:   Tue Apr 3 18:26:29 2012 -0400
        
            Check for empty-ness of vector before accessing the first element.
        
            I hope this will keep Stephan's tinderbox happy.  If not...
        
        changed it, now that c++11 data is available to us
        
        Change-Id: I184092502d1f30fcec78f3fa807de70ddc6c2aef
        Reviewed-on: https://gerrit.libreoffice.org/26224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [de432c0af127cc42a75292ec2288c13cbe0f1a44]

        sd: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        This way views can search without disturbing each other.
        
        Change-Id: I40e69b6102a959ef1f1825a7af1438c2f2fcf807
        Reviewed-on: https://gerrit.libreoffice.org/26227
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [a61b7b81556c7ed3adc7022d488865f878237fb7]

        sd: implement per-view LOK_CALLBACK_HYPERLINK_CLICKED
        
        Change-Id: If0759525326f963b497a6e011027719fc376eaf9
        Reviewed-on: https://gerrit.libreoffice.org/26226
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf11fe9fa1e2caf752c1f9ec3ead1ef20425143f]

        gtktiledviewer: fix the per-view part selector
        
        Need to populate it & register handlers for the non-first windows as
        well.
        
        Change-Id: I27231027c3f33fb081768c51ecc291b9f2a7e99b
        Reviewed-on: https://gerrit.libreoffice.org/26225
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [351aa7246deee977e90c0f0756df96e3b965effe]

        sd: implement per-view LOK_CALLBACK_INVALIDATE_TILES
        
        With this, gtktiledviewer no longer crashes on load when opening a
        sample ODP file.
        
        Change-Id: I19857d6dcfab74c9fa282754e450c951f7ca564c
        Reviewed-on: https://gerrit.libreoffice.org/26223
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [8110dd24d11229b6518c8b2cd5289c20589e8258]

        Fix loplugin:passstuffbyref to not warn when ref param is bound to ref
        
        cf. d150eab88ee26d5c05a6d662a2c13c6adea8ad78 "loplugin:passstuffbyref: For now
        disable 'pass parm by value' warnings".  At least all the other changes in
        4d49c9601c9b3e26a336e08e057d299895683480 "Let loplugin:passstuffbyref also look
        at fn defn not preceded by any decl" were OK but the one reverted with
        b3e939971f56d53e60448a954a616ec295544098 "coverity#1362680 Pointer to local
        outside scope".
        
        Change-Id: I022125fbcb592e7da3c288c0fd09079dd2e87928

2016-06-13  Eike Rathke  <erack@redhat.com>  [ab7e112bcf2ecd09ea129ef81177df8036110cb6]

        fix obtaining ScRefCellValue results, tdf#97831 follow-up
        
        ScRefCellValue in interpreter context has to be used with GetCellValue()
        and GetCellString(), using raw ScRefCellValue getString() and getValue()
        is not enough.
        
        This also changes behavior with referenced empty cells that
        sc/qa/unit/data/functions/fods/Functions_Excel_2016.fods
        tests for, but I assume that tested our implementation, not what Excel
        does in these cases. Needs checking.
        
        Change-Id: I16194ad59cce3d15271e7610e8ed90ac1786bcaa

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [3bd190aea386d16bee9c129699d1e19580a2d4ba]

        Resolves: tdf#100048 we can rearrange the hidden child to allow tab traversal
        
        the problem is the hidden window used to be the temp parent for
        the ref edit and button when this dialog is in shrink-ed to reference mode
        from the cell-range option on the criteria page
        
        Change-Id: Ic11299aae159b4f58f2158442b0a787fb0607c03

2016-06-13  Susobhan Ghosh  <susobhang70@gmail.com>  [3e19a763b95c45c275d15356ff5531e855cfcb03]

        tdf#83830: Removal of Page Margin Panel
        
        Change-Id: I05c0b2ba42cf395a2b30ce658e1f1d034e95f21f
        Reviewed-on: https://gerrit.libreoffice.org/26217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-13  emahaldar/em  <aparajitah@gmail.com>  [e8dfe9bca7c2430df9d231ec79ed540e45f18789]

        Give unique, comprehensible names to timers tdf#97087
        
        Change-Id: I9f2be193b995d43d4e3440e55a025629fe5bcaed
        Reviewed-on: https://gerrit.libreoffice.org/26222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [558df654ed5096fc47f91086d01dd2ebec7a2d75]

        Revert "coverity#1362679 try and tell coverty these are non-null by restoring..."
        
        didn't mean to push that just yet
        
        This reverts commit 9c13ba3b79249dae41c8ac844e435a1a226cd56e.

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [9c13ba3b79249dae41c8ac844e435a1a226cd56e]

        coverity#1362679 try and tell coverty these are non-null by restoring...
        
        to the pre vectorization code layout before...
        
        commit e5d378b1ba04c470e0c6c16b48af97ab5818e2bb
        Author: Kohei Yoshida <kohei.yoshida@gmail.com>
        Date:   Tue Apr 3 18:26:29 2012 -0400
        
            Check for empty-ness of vector before accessing the first element.
        
            I hope this will keep Stephan's tinderbox happy.  If not...
        
        changed it, now that c++11 data is available to us
        
        Change-Id: Ie5e584c02f51d9cc8dc3b3f65f7cfc90822f65c2

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [1092cc0c75f6d2ab649dd31b1db9f0a9f0944355]

        Related: tdf#100337 revert x-crossplatform ToTop...
        
        which was added in...
        
        commit 82abd23f3ee1900b7579e5a0afa23581d5836f01
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Nov 12 16:05:44 2015 +0000
        
            Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3
        
        because it reportedly causes a windows-only regression
        
        and instead fix tdf#93317 by presenting windows and taking focus
        using the last received user input time to ensure that the ToTop
        on the main window doesn't take precedence over the following
        gtk_widget_show of the quit dialog
        
        Change-Id: I08d1889232af75ca214ccafe9e4e9364df74fbe2

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [cfe33278f542af05fd1a2df040af1cd0aea9ed45]

        sd: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
        
        These callbacks were invoked from the model, so need to iterate over the
        view shells and invoke them on all the views.
        
        Change-Id: Ie8107f4782b513b874d0b94464ea372994dabbe9
        Reviewed-on: https://gerrit.libreoffice.org/26221
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Szymon Kłos  <eszkadev@gmail.com>  [9dee3fe26e9fe3b343128315f3250914d70a2922]

        notebookbar: reduced padding
        
        Change-Id: I43df4ba611d7b377829ac3b5f17ff26077e9f13d

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e08e5615c96e4f709871e061b5a4f21333b8f139]

        sw comments: implement per-view LOK_CALLBACK_INVALIDATE_TILES
        
        After registration and invalidation is handled per-view, the scrollbar
        and the text control of the comments is rendered correctly.
        
        Change-Id: I5cfa8b43fdc3a2ce7a008269b0283ee25d141440
        Reviewed-on: https://gerrit.libreoffice.org/26218
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [e11f90fb28487503ffda1880857036f50430ef79]

        gtk3: m_bSetFocusOnMap is only used on gtk3
        
        Change-Id: I3cf9e13dafb59031ab8dc4e678de9d502a376d52

2016-06-13  krishna keshav  <princy.krishnakeshav@gmail.com>  [46e372a6015033fabf1b2ac1bb46dec993b25178]

        tdf#43157 Clean up DBG_ASSERT
        
        Change-Id: I2a7d5d507a875e555441a9d30d54e638e5dea026
        Reviewed-on: https://gerrit.libreoffice.org/26099
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-13  Eike Rathke  <erack@redhat.com>  [e89c0e4fb783bd36d5f5fea154ee8608e542dae4]

        Resolves: tdf#90419 diminish precision error in Series Fill
        
        There may be more elegant ways to accomplish this, go and find one..
        
        Change-Id: Iceaa0783db9cf3d3e1aa20f075fe7e0618a1feb6

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [136301b3db886d8eed7e7cd8e25d749ed417797b]

        Remove unused member var
        
        Change-Id: I0f4143cb2a34cf18e6c926432d707d84ef0ea579

2016-06-13  Jorenz Paragas  <j.paragas.237@gmail.com>  [1812a6467defa244c2002dec6b055ad3983e5883]

        tdf#42949: clean up includes in include/vbahelper with iwyu
        
        Change-Id: Iaf93ff58229e9362b03b3e810611e969ef8baf38
        Reviewed-on: https://gerrit.libreoffice.org/26206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [26772e210d131e1566309c79c739519d810be7d7]

        editeng: implement per-view LOK_CALLBACK_TEXT_SELECTION
        
        These were the last callback invocations in editeng that did not support
        the per-view callback.
        
        Change-Id: Ic703f6708a37f059dcdbbc321d6b18a7fd04edae
        Reviewed-on: https://gerrit.libreoffice.org/26216
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Varun  <varun.dhall@studentpartner.com>  [a3625c415bd9d297ab65a1016b2c8d8c6991e981]

        Added Test for tdf#73162 TOC/Index
        
        Change-Id: I1bd6dc18277aa009c23c75b85932d1c93fc13b5e
        Reviewed-on: https://gerrit.libreoffice.org/26190
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-06-13  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [3464befb48ccf1bf9ad4c8f321c7342db43c4019]

        GSoC Table Styles, CellStyle
        
        - insertByName
        - replaceByName
        - removeByName
        
        Change-Id: I964aa0dc2e7f5a5be9eaec719b8944e847eb9d6a
        Reviewed-on: https://gerrit.libreoffice.org/26037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [8d51397bfd98615e74e116582a50e29846ecb76e]

        Related: tdf#93135 adjust the ui to reflect the text fit options entanglement
        
        We have two major groups of text fitting options in draw/impress
        
        ones that apply only to custom shapes
         * Word wrap text in shape
         * Resize shape to fit text
        
        those that apply to other elements, e.g. text boxes, legacy rectangles and lines
         * Fit width to text
         * Fit height to text
         * Fit to frame
         * Adjust to contour
        
        Of the second group, only "fit to frame" is always available. Text boxes
        have "Fit width to text" and "Fit height to text", while stuff like legacy
        rectangles and lines etc have "Adjust to contour" instead.
        
        A fun issue is that (currently anyway) the bit for "resize shape to
        fit text" in custom shapes and the bit for "fit height to text" in text boxes
        is the same bit, SDRATTR_TEXT_AUTOGROWHEIGHT.
        
        So before this change in all circumstances the same collection of checkboxes
        for all settings was visible. With context used to enable or disable which
        ones could be set according to the type of shape it was. Simultaneously there
        is logic to enable/disable checkboxes depending on if other checkboxes that
        control contradictionary options were checked/unchecked. e.g. "Fit to frame"
        disabled if "fit height to text" is enabled. So its not apparently why some
        can be enabled and some disabled by clicking about the place in the shared
        collection.
        
        In this commit we split the sizing options into their two families, one frame and
        column for each of "custom shapes" and "everything else". When adjusting
        a single selected object we use context to determine which column to show
        or hide. When editing multiple objects or the underlying graphic styles we show
        both columns. When editing a presentation style we show just the text box
        column. (The use of HasText in the original code is a concern, cause it doesn't
        make sense to me, using it like that means that in the original dialog
        format->text on an empty text box from F2 shows the contour option, but after
        entering text and then format->text it shows a set of different text box sizing
        options, so that's dropped here)
        
        Because (currently) the same SDRATTR_TEXT_AUTOGROWHEIGHT bit it used for two
        apparently different things then we visually toggle on all things that use that
        bit in multi-column mode when its togged on, i.e. on editing a style visually
        both "fit height to text" and "resize shape to fix text" are kept in sync when
        you toggle one or the other. We don't disable the "resize shape to fit text"
        checkbox (unlike the fit height to text checkbox which controls the same bit)
        if "fit to frame" and "adjust to contour" are set, and give it additional
        powers to unset those if clicked.
        
        This hopefully makes the ui describe the way things actually are.
        
        Because this SDRATTR_TEXT_AUTOGROWHEIGHT is currently sort of doing two purposes
        selecting a freshly drawn custom rectangle and using format->default formatting
        will cause it to change properties because the underlying
        SDRATTR_TEXT_AUTOGROWHEIGHT bit is cleared.
        
        The way things should probably be I guess is that there should be a
        SDRATTR_TEXT_AUTOGROWSIZE property (which used to exist but wasn't hooked up to
        anything) just for custom shapes which overrides the old family of options if
        set.
        
        Change-Id: I49241c90d919eeb5caa8775beab57746d5c6df04

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [a924d8f4c031504592a53e69c7c79c1359daa88a]

        looks to me we can merge these ctors
        
        Change-Id: Iab1e9888d35ecad7b1ca9713a571f32d59389cd1

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [fb7b701c189a1b479dde6cc5a30c612825ce4bf7]

        Clean up uses of Any::getValue() in editeng
        
        Change-Id: I2bce1aba3e01e5c8d67d47b88cddca1f7ad37a93

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6353d61d396b5b62cb82f4f28cc8399742c9772]

        editeng: imlement per-view LOK_CALLBACK_CURSOR_VISIBLE
        
        Also assert that we don't try to invoke the model callback in editeng in
        the the view-callback case.
        
        Change-Id: I9f7b7d74da154ac8d0fe3404b7d8114008f74773
        Reviewed-on: https://gerrit.libreoffice.org/26211
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Eike Rathke  <erack@redhat.com>  [ff1edd625709dd8e140e31609158c59a6413f72e]

        remove the correct but unwanted no-break space in percentage, tdf#63272
        
        As per l10n request
        https://listarchives.libreoffice.org/global/l10n/msg09997.html
        
        Change-Id: I4f83c85abc15c12f77ac478589736cd799760832

2016-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d02beda2cc2867e693ddb8c3e6ad99ad77ae65c]

        sw: prefix members of SwCacheAccess
        
        Change-Id: Ia18ad7e283898418118237c1997a6ee72c468341
        Reviewed-on: https://gerrit.libreoffice.org/26209
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-13  Noel Grandin  <noel@peralex.com>  [27ecc40785b103297f0725928af1d98ffb856dc3]

        improve formatting of DBG_UNHANDLED_EXCEPTION message
        
        put more useful info on the same line, and indent following lines, to
        visually separate them from new log messages.
        
        Change-Id: Ieda71aebf68420a0521ce98c621b0236d533bc53

2016-06-13  Noel Grandin  <noel@peralex.com>  [9f4e283fc8af97c4599e21006ad73b73fc141f81]

        loplugin:sallogareas
        
        Change-Id: I6ce045db236b81aa8bc7bce2a0e20c4132c5931f

2016-06-13  Eike Rathke  <erack@redhat.com>  [194cea28985867957783965bc19a31513b1d603e]

        coverity#1362685 Uninitialized scalar variable (UNINIT)
        
        Change-Id: I5da1a04d2fce6583fad0934d06dcba452181f256

2016-06-13  Eike Rathke  <erack@redhat.com>  [1d4ad943ed1bd0c3a0e8ea9c6acd1a65427f8bb5]

        coverity#1362684 Uninitialized scalar variable (UNINIT)
        
        Change-Id: I19ba749ae4cca43602330834f155eca89638c711

2016-06-13  Arnaud Versini  <arnaud.versini@gmail.com>  [e4adc7ff5d45833ca3da9dae156dc66e50b9f088]

        VCL: Simplify Splitter initialisation
        
        Change-Id: I95e42012d8503493a89aee94fd05b2a878535f06
        Reviewed-on: https://gerrit.libreoffice.org/26198
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-13  Ras-al-Ghul  <dipankar1995@gmail.com>  [90371480b5e8eab4f79a43faa216dec42ddafbb4]

        tdf#98602 Duplicate code in onlineupdate/
        
        Converted libmar into static library and removed duplicate code.
        
        Change-Id: I51c58ae9a6a1f1128422b4a79491d0cd62e6ced6
        Reviewed-on: https://gerrit.libreoffice.org/23312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-06-13  Caolán McNamara  <caolanm@redhat.com>  [b3e939971f56d53e60448a954a616ec295544098]

        coverity#1362680 Pointer to local outside scope
        
        this doesn't seem to make sense anymore since...
        
        commit 4d49c9601c9b3e26a336e08e057d299895683480
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Wed Jun 8 17:14:34 2016 +0200
        
            Let loplugin:passstuffbyref also look at fn defn not preceded by any decl
        
        so lets revert that to be safe
        
        Change-Id: I78fe8ae48dc4c4f3d5786c7232d7e791ff50d9b4
        Reviewed-on: https://gerrit.libreoffice.org/26189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [d150eab88ee26d5c05a6d662a2c13c6adea8ad78]

        loplugin:passstuffbyref: For now disable "pass parm by value" warnings
        
        That needs fixing, to check that the parm is not bound to a reference, cf.
        <https://gerrit.libreoffice.org/#/c/26189/> "coverity#1362680 Pointer to local
        outside scope".
        
        Change-Id: I3656354ccd10affafa006c9e46cf1db608b5b2a7

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [e9c14873ecdc3728135aa26f21d6df468ea0b623]

        loplugin:sallogareas
        
        Change-Id: If054c98f887b62adaf6c73ee35e664507a69b6df

2016-06-13  Noel Grandin  <noel@peralex.com>  [de9333d9b6f87d6f6d13e5ddf1fc65b8fef635e8]

        loplugin:vclwidgets
        
        Change-Id: I3567c3f9c5fe8374abd81d3f6e9a4a41e6a4c23d

2016-06-13  Noel Grandin  <noelgrandin@gmail.com>  [c2d195447feb4d7f8ab6642a8d05bfb85797eb05]

        Convert DBG_ASSERT in xmlsecurity
        
        Change-Id: Ideec43617ff214b7e0dcbb0a1969955b34ee19e4
        Reviewed-on: https://gerrit.libreoffice.org/26196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [e2574399f7b78bc05eaf11dad41f7c1e5215dc1d]

        loplugin:sallogareas
        
        Change-Id: Ib28e76ed6947431c6466d11aaadca8d95abfc275

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [8445ab32a371963f025d170e7baf1a0ddd36bd4b]

        loplugin:sallogareas
        
        Change-Id: I97fe4a566531015fe6c9fd275aaa46723aee9513

2016-06-13  David Tardon  <dtardon@redhat.com>  [e19759c9ad5e98f158009686ea3c695456265e91]

        fix build
        
        Change-Id: I01a111160d43e2f398ff4c560810b737b62b6ba3

2016-06-13  Stephan Bergmann  <sbergman@redhat.com>  [8683bbf11ffa479e0de74e7c01728445ee7072aa]

        Remove redundant redeclaration
        
        Change-Id: I61f811ddfff624f76eb75695cb12576b8aeca47a

2016-06-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d3c96c9f82f086b828f955f7dac030a942fc631d]

        Fix typos
        
        Change-Id: Ic3efae53430fbb2c1eb7962c3cf69bf99315e55b
        Reviewed-on: https://gerrit.libreoffice.org/26202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [76d4cda6170eedef3596ff6b5b9ef89b9c8d7c83]

        opengl: vertex colors are defined in range 0-255 (GLubyte)
        
        Change-Id: I27962119ade7bcbc20b94eb548bd2c9dfb386404
        Reviewed-on: https://gerrit.libreoffice.org/26207
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-06-13  Takeshi Abe  <tabe@fixedpoint.jp>  [f536a83d51443d19dba58157cea28fb67a090e02]

        starmath: SmElement owns SmNode
        
        SmNodePointer is no longer used, so drop it.
        
        Change-Id: I5194cc7e1d9e551f4131cbcac0d84351bb2f2eab
        Reviewed-on: https://gerrit.libreoffice.org/26146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-12  Yousuf Philips  <philipz85@hotmail.com>  [3b37ea1648ef6782bebe734b68fb7df6aa490cc0]

        tdf#100333 Ctrl + G for Save in Spanish
        
        Change-Id: Iec5c18e32c35d10c4992490d2b039d5106d3f1c6
        Reviewed-on: https://gerrit.libreoffice.org/26194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-12  Arnaud Versini  <arnaud.versini@gmail.com>  [4ccc83fb257faabf8b36d585629a0b08e6404059]

        VCL: Simplify MessBox and its children initialisation.
        
        Change-Id: Icf24af615e6020b40f92f565194b2328e99f47ad
        Reviewed-on: https://gerrit.libreoffice.org/26199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-12  Noel Grandin  <noelgrandin@gmail.com>  [272a8afa60fe9a6b497c69a58b0054ad5b880690]

        convert more DBG_ASSERT(false to SAL_WARN
        
        Change-Id: Ie52f28f28c67a91c4d3d4517d5c6a466890c7a55
        Reviewed-on: https://gerrit.libreoffice.org/26195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-12  Caolán McNamara  <caolanm@redhat.com>  [29eac0e49e372092cb119898e9f1116ab4e00532]

        Resolves: tdf#100313 OutputDevice::isDisposed doesn't work anymore
        
        since
        
        commit 51fe4d63dfdf0ea24d2fecf75d25cbe607ed1c09
        Author: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Date:   Tue May 3 00:34:05 2016 +0300
        
            tdf#97527 vcl: reference-count Menu
        
            Change-Id: Ia12434fede69ad247ed67691517437a9ada31acd
            Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
            Reviewed-on: https://gerrit.libreoffice.org/24596
        
        which created a base-class VclReferenceBase for OutputDevice and
        Menu and so moved isDisposed from OutputDevice to VclReferenceBase,
        but *duplicated* the mbDisposed in VclReferenceBase so the
        bit set by disposeOnce in OutputDevice was a different bit to the
        bit returned by isDisposed from VclReferenceBase.
        
        Which meant that the fix of...
        
        commit 26c32cfee9fc9a769adba19f455e4d6c13b6d89d
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Nov 27 16:10:10 2015 +0000
        
            Resolves: rhbz#1283426 using vdevs based on now dead physical devs is unsafe
        
        no longer worked.
        
        Finish moving the mbDisposed to VclReferenceBase to fix this
        
        Change-Id: I9bc1ba3d03f3aae7c3f58eb277176d9521bdb05d

2016-06-12  Caolán McNamara  <caolanm@redhat.com>  [7c983445656e1f1942cf2d7398a77342004ed168]

        Resolves: tdf#92478 avoid crash on using scanner on windows x64
        
        which appears to correspond to backtrace
        http://crashreport.libreoffice.org/stats/crash_details/ad46ef89-6b98-44f9-b060-ccb25015269d
        
        Change-Id: Ic5a4b66028db6ba4aea08baf5bf4a672f71745a0
        Reviewed-on: https://gerrit.libreoffice.org/26197
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-06-12  Arnaud Versini  <arnaud.versini@gmail.com>  [52a115fad6a4121f659fd029c9fd9102b6faa9ee]

        VCL: Move local methods to anonymous namespace
        
        Change-Id: Iac31e2653c40ff118e319ecf3ee14da91152f65e
        Reviewed-on: https://gerrit.libreoffice.org/26193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-06-12  Yousuf Philips  <philipz85@hotmail.com>  [f72270a6a23e2577cb3b67f154e1ec55df8afadd]

        tdf#92218 tweaks to single toolbar mode toolbars
        
        Change-Id: Ia8311c48dfa116b4557880a48a7299659a10cb0e
        Reviewed-on: https://gerrit.libreoffice.org/26131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-12  Noel Grandin  <noelgrandin@gmail.com>  [ab10f9fc11948ca0f463aa8c0c784a574c89f8f7]

        convert DBG_ASSERT(false, to SAL_WARN(
        
        Change-Id: I400d728c5d99228c5ca52e369037395b4da2af5c
        Reviewed-on: https://gerrit.libreoffice.org/26187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-12  Arnaud Versini  <arnaud.versini@gmail.com>  [c0d7dfa56c8a335bdea1be2ddce33a0f19b28bbd]

        BASIC : Add SbModule::FindMethod
        
        Change-Id: I3418c4a3d24b3b6630d6c80a6c8aa9d4ffb7e73a
        Reviewed-on: https://gerrit.libreoffice.org/24346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-12  Noel Grandin  <noelgrandin@gmail.com>  [2ed5fa14f0e7624db241fde26e10fdd1009adfc7]

        remove some unnecessary casting
        
        Change-Id: I451df09db58256fed68ce8537b2d8eb4b6ab6942
        Reviewed-on: https://gerrit.libreoffice.org/26184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [aa3d649e5f4200551ec23edbc3d51734e5d94c47]

        coverity#1362678 Dereference after null check
        
        RelocateToWindow is only called by RelocateToParentWindow
        
        RelocateToParentWindow is only called by RelocateToWindow and
        ViewShellWrapper::relocateToAnchor
        
        ViewShellWrapper::relocateToAnchor never passes nullptr as
        its argument to RelocateToParentWindow
        
        so presumably this can never be null
        
        WriteFrameViewData was never called by that logic and
        ReadFrameViewData was always called
        
        Change-Id: Ida584b330d7c7539515a5e7287206f6469699b98

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [110d3b3d405eded0f0eda8e0987be16f66152f32]

        coverity#1362676 Dereference after null check
        
        ImplGetDefaultWindow has to exist, its created if its not
        
        Change-Id: I51364ef1a525856424c0b7afcd8c906d3eb73fb9

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [08c9c0a3ae3a34609f31da5c229dfaedacdd27d6]

        coverity#1362681 Untrusted loop bound
        
        and
        
        coverity#1362682 Untrusted loop bound
        
        Change-Id: I97eacad09abed4f91744b36f572761e43a3477fb

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [51a09942d9f9b0d8ef9c24bff2ee1dc270e43d5e]

        coverity#1362677 Unchecked dynamic_cast
        
        Change-Id: Idf3819ef702c259c448a0c346a3fa1896f1088a2

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [7fa26f6a3948eb75abee63bd49f71ae9589fba69]

        coverity#1202784 Division or modulo by zero
        
        Change-Id: I8fda65d21ab0aed7ccc149a57272b337580374b0

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [b1578655f2a0cdf31d343a8ccec080783a8bcefc]

        coverity#1362687 Uninitialized pointer field
        
        and
        
        coverity#1362688 Uninitialized pointer field
        
        Change-Id: Ie9711dc7131ee41e4acd9d0a628d63272bf2a0c6

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [0b555719403d494c40a7e12eb44e88cd28123a4f]

        coverity#1362686 Uninitialized scalar variable
        
        Change-Id: Ic077e3324897f427b7d509bce7884ecb5945c725

2016-06-11  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [8b135ba875a22a86d89f25bbc229cf2b7edcbe8c]

        tdf#97087 Timers and idles should have programmer comprehensible, unique names
        
        Given unique name to a idles
        
        Change-Id: I185bff390981923c98e0aa7189b058748c057108
        Reviewed-on: https://gerrit.libreoffice.org/26182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-11  Caolán McNamara  <caolanm@redhat.com>  [0f32ba56a1e775e8ecd6c827ebd48f7f2fb51c81]

        Resolves: tdf#100272 row ally index is ROW_INVALID
        
        which is < 0 so bad things happen, consider ROW_INVALID/COL_INVALID before
        looking for a11y child at that index
        
        Change-Id: I16a9d86879e1a894c63932705c056268e98db7aa

2016-06-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [99226f343e4ad9ebcbb4e31c17d3fb706153e18b]

        try auto rotate tick labels only when useful tdf#99883
        
        By default we try to fit as many tick labels as possible on an axis.
        One way is (auto) rotating the labels at 45 degrees.
        
        But rotating only works for horizontal axes with horizontal text or
        vertical axes with vertical text, else rotated tick labels need more space.
        
        Join the check for this prerequisite with isAutoStaggeringOfLabelsAllowed.
        
        while here make isAutoStaggeringOfLabelsAllowed local
        and wrap stuff in anonymous namespaces
        
        Change-Id: I5784d0e5aa42ff90927e19d0bd2c6fed488d39f4
        Reviewed-on: https://gerrit.libreoffice.org/25792
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-06-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ffac8e3a483c84de2961784fceac2b21aa39a18c]

        tdf#83455 Remove color-inverted line images from Sifr
        
        Change-Id: I3cee31526c0789e059730f303250eae0e79bf166

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fedd019fb2fb9c970ac550177e0f7ac238e73e95]

        add ISLEAPYEAR test case
        
        Change-Id: I439fc530250598b201d99ef20f64604ebbdf7263
        Reviewed-on: https://gerrit.libreoffice.org/26126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [2392ffcc128487e0711e33edf850b058f8ea749d]

        add EOMONTH test case
        
        Change-Id: Ia0dfb7ad1b2aebb604b7ed62a197fdb8dcd9f5ad
        Reviewed-on: https://gerrit.libreoffice.org/26124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f9a8d57028d6de9b1f11d7a1dbc42305fab2e21e]

        tdf#99770 Update service name from “LotusLive” to “IBM Connections Cloud”
        
        Change-Id: I95c4f606e32b2748b9007e3a9b1a0ff3ef430f9f

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [200039cd022721bdc7847434325aa52f508dbf08]

        add DAYS test case - repaired
        
        Change-Id: I84a18d9494e74d70b03885fb66caf527e718b090

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [f19044f9c4adfa2adb303b2ff871706dc6e32532]

        add DAYSINYEAR test case
        
        Change-Id: I5475b2d77f0db9bddc70ab64c3d191aac12a04f6

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [87f09f48ce36494ed391e803a65b53c81c7ffb58]

        add DAYSINMONTH test case
        
        Change-Id: I770ced8c1073d6dba99eed46b6b3b5be38e27932

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bb6acbd0c3e8240c976ed62e04275ec67fa5a61d]

        add ISOWEEKNUM test case
        
        Change-Id: If881524e0006a32320cccdff944d169e203380f0
        Reviewed-on: https://gerrit.libreoffice.org/26176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-11  Zdeněk Crhonek  <zcrhonek@gmail.com>  [56c42c1e93f05d592ae7fc830a3b2b5cf68acdaa]

        add MINUTE test case
        
        Change-Id: I28a4df341a69641735870ead5afbd72bbfbed5b8
        Reviewed-on: https://gerrit.libreoffice.org/26175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-10  Susobhan Ghosh  <susobhang70@gmail.com>  [0d66c76fc61c09df17b0a1bebbcc5270df267117]

        tdf#83830: Change Page Deck Icon and Tooltip
        
        Change-Id: I8d6ade1dfaf972fb4b657226f30422a329270030
        Reviewed-on: https://gerrit.libreoffice.org/26174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-10  Xisco Fauli  <anistenis@gmail.com>  [c17c4ca9f49f3f7f7c023c6afd172f43cf283a78]

        tdf#89329: use shared_ptr for pImpl in ctloptions
        
        Change-Id: I196f2bbff0e7796804c2d74eb68ebf914796993d
        Reviewed-on: https://gerrit.libreoffice.org/26138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [fd8f328462fc20d9a3a03b5f8ceb78faedeaa602]

        Clean up uses of Any::getValue() in cppcanvas
        
        Change-Id: I9a69b35ee7dc2da3912a72361e0e742bf480e6be

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [d453d74b09fc812118eba5a996ebbee28fe592cb]

        Clean up uses of Any::getValue() in cui
        
        Change-Id: I31da32c90a09cd0746f2d05ed2cbd7ffde3f81e4

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [0cb1c2fdc106281e1594c4e714f1c79f0ad0ec8d]

        Clean up uses of Any::getValue() in dbaccess
        
        Change-Id: Icaad71e51301e017a48ab3f87b151f5e0de26cd9

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [e5ca1f73a08a05c957b73929cafa748ba82a033c]

        Clean up uses of Any::getValue() in desktop
        
        Change-Id: I20cc2dba64a07012c7d03ab5d2aca56dd8cfb042

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [177afb1ec39d3ac9c66c7dfdc51ef9ad22e7b752]

        Clean up uses of Any::getValue() in extensions
        
        Change-Id: I67b9127d8aa67a702086ef5bc61372ae54c2142e

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [e4eb0f6ecee2d82966c0da156185415e5886f60f]

        Clean up uses of Any::getValue() in filter
        
        Change-Id: I4cd1b554be56d4d43db4108925397a8498781491

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [9741e7a437da478ceb05a6122ee3e4a111d60d18]

        Clean up uses of Any::getValue() in forms
        
        Change-Id: I335aabc92ecb5de107dad3ecdfa6e025ec0d1b0f

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [7bf2f61ac786e969e33693647b1365aca3b2731c]

        Clean up uses of Any::getValue() in framework
        
        Change-Id: I55982944bf2ee3d9aa6899bcc59e94f9342b4036

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [0def3a7dc4c0eacd95eeba71af71eface4f42260]

        Clean up uses of Any::getValue() in oox
        
        Change-Id: I76d83ad472eb0cd44b593a86dac1f8c1ee8c3585

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [c97c898f65196292e7084bcad696c666adb9149f]

        Clean up uses of Any::getValue() in sc
        
        Change-Id: Ic272f616533021ee2148adaf28eed68301aa4602

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [a7ce813f4898d99084f2b2929823acc9a2747ad4]

        Clean up uses of Any::getValue() in sd
        
        Change-Id: Ie4f165efd14d7cdfc99d600f3ddc000d438e0c6a

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [047081b923ac62bc8aa47cf6ca3bc7fe513a9993]

        Clean up uses of Any::getValue() in sfx2
        
        Change-Id: Ic0f28cc4eea5462e79ddeeb39eb538b0b4b8c623

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [fc7e6d9547121d6f44d03cbbf00d2ad6266247e1]

        Clean up uses of Any::getValue() in starmath
        
        Change-Id: I2f3be0d3473331b8dbd5d008b79acfbfed65f847

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [e8470e703e569ed895055e0fb6c0f37843f84e3e]

        Clean up uses of Any::getValue() in svx
        
        Change-Id: Ie0b253227df8ea4bd24643aa2622afadabf4eb54

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [80c35d97b9b3b60a091aae77de0ffef38cbf531a]

        Clean up uses of Any::getValue() in sw
        
        Change-Id: Ifaa239ab3e285e8cf998339456ece5ce99008af9

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [b05ab09bccacc8e23685c455e24ab64cbf6e7ae3]

        Clean up uses of Any::getValue() in vbahelper
        
        Change-Id: Ie86b1fa0fab5f640ebad9a7fa87266a9787b3118

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [65731b68bdc67d5be1b459eea7919ec6ca26c4bc]

        gtktiledviewer: fix runtime warnings caused by .uno:InsertAnnotation button
        
        It's a GtkToolButton, but not a GtkToggleToolButton, so don't cast
        command buttons down unconditionally.
        
        Change-Id: Ie7c9bdf6fa8725363e40c1544f4e1e835a559f3a
        Reviewed-on: https://gerrit.libreoffice.org/26171
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [6bca1cd1e47039878684105db537a120a39c3675]

        css.presentation.PresentationOrder is of UNO type LONG
        
        ...i.e., sal_Int32, so cannot be read by casting the Any's value to sal_uInt16.
        When writing out to PPT format, silently clamp the sal_Int32 to the sal_uInt16
        range.
        
        Change-Id: If428f54f19c347a59719bc457c28a68053b7a9ef

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [81fdb0919f3bf0adef670942ba79a2121aebd6df]

        All WinWord/* props in Writer.xcs are oor:type="xs:long"
        
        ...i.e., sal_Int64, so cannot be read by casting the Any's value to sal_uInt32.
        (SwFilterOptions::GetValues is apparently only used from
        SwWW8ImplReader::LoadDoc.)
        
        Change-Id: Ib2efa34093318fc3f55bbc2a93c2379990b1b791

2016-06-10  Arnold Dumas  <arnold@dumas.at>  [e1ca24369142af3e721e789bf757be671e1905b7]

        tdf#43157: Clean up OSL_TRACE
        
        Change-Id: I237c0aad5eefaf7e3dda2f84924c86cd7f82021b
        Reviewed-on: https://gerrit.libreoffice.org/25970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [89bbd0ecbf18a1e9030e49443fa15d068b19f767]

        editeng: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR
        
        Given that the per-view callback is in SfxViewShell, and editeng doesn't
        depend on sfx2, add an interface class in editeng to invert the
        dependency.
        
        With this, gtktiledviewer no longer crashes when starting editeng text
        edit with per-view callbacks.
        
        Change-Id: I783cdc646b890a6b597000f1d88428c8042417cf
        Reviewed-on: https://gerrit.libreoffice.org/26169
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Tor Lillqvist  <tml@collabora.com>  [30104ff4c76b7f31450f525b4a6d7ebad9823aad]

        Add a pause() method to XToolkitExperimental
        
        Pauses the main thread of LibreOffice for the requested amount of
        time.
        
        Change-Id: I5978a3a9b9561623c698526d8c29695d71df3d03

2016-06-10  Gulsah Kose  <gulsah.1004@gmail.com>  [e9fadde3c56a1e8bbb1ffe3ded861fbcd3252407]

        tdf#87667 If image is cropped, set cropped size as original size.
        
        Change-Id: Ief76037f087a2225442294b972d331fc4476bbec
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/25486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-06-10  Noel Grandin  <noel@peralex.com>  [34d9db285589c58e6f0dd1b37adc882252847637]

        no need for this message to be SAL_WARN
        
        Change-Id: I3861d28cfcab9b5f18451259a996d7561d5f6c00

2016-06-10  Caolán McNamara  <caolanm@redhat.com>  [5c1a1d1c66aff497702abc20df5832fa348f1008]

        Resolves: tdf#100275 makeMark may return null under some circumstances
        
        Change-Id: If3b83413c028c6cd1c055e632b6f050ec7f2475d

2016-06-10  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [67868423378130c0e88eed99a6921e81fe94352c]

        Move accessibility relations to .ui files, Part 8: tdf#87026
        
        By removing unnecessary variables/strings/function calls,
        and making proper changes in the related .ui files.
        
        Change-Id: I04244b360b4bb32ccbbe5bde4756a9166ae1fcaf
        Reviewed-on: https://gerrit.libreoffice.org/26018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [8132d7f9d71d9f6418855d2d6241dae804beeb8b]

        o3tl::tryGet on a temporary is dangerous
        
        ...so rename to o3tl::tryAccess to make it more obvious that the returned
        proxy points into the internals of the given Any, and forbid calling
        o3tl::tryAccess on a temporary
        
        Change-Id: Ia412c6b2b06693811b9b7f0076a08bbf97142df9

2016-06-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [285744fef87f4ca0278834b97d7f618bdba5f4c0]

        tdf#99519 Added more intelligent handling of animated GIFs
        
        Isolated to a single Primitive2D class based on the AnimatedSwitch-
        Primitive2D which does the specializing in one place. Buffers small
        GIFs completely, handles 1st frame always buffered, huge GIFs get
        animated by just playing he next frame.
        To reach more with the current approach we would have to re-implement
        AnimatedGIF import, replay it internally on a sys-specific Surface
        and blit the current content (with alpha) to our display
        
        Change-Id: I46c3325fa7936df73bea9a9284a0421f1475a34b
        Reviewed-on: https://gerrit.libreoffice.org/26103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-10  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [b0b29c244c4fdf4348c145b9a343940cff6519f1]

        CygWin is also known terminal
        
        This will enable colors in build output in CygWin
        
        Change-Id: I88ba01c35320783a418a87a12cbb17c56000c396
        Reviewed-on: https://gerrit.libreoffice.org/26153
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [52696e31e740d4076092f89531e58d11538f478f]

        sw: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        This way searching in one view does not affect the search state of an
        other view.
        
        Change-Id: I6d873b1609a8f6cb3cfe07e1f2fa92024c3545d9
        Reviewed-on: https://gerrit.libreoffice.org/26161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Caolán McNamara  <caolanm@redhat.com>  [8f04f1a1093f0cab56b9cd3872f7667011f9fcf4]

        If we set TextFitToSize we have to unset TextAutoGrow[Height|Width]
        
        e.g. like ImpSetAttributesFitToSize and ImpSetAttributesFitToSizeVertical do
        otherwise you can right click on an outline->text change the value from its
        default of "fit to frame" to "fit to width" ok, then use rightclick->autofit
        to toggle "fit to frame" on and now revisit outline->text and all three
        are set and none can be toggled off
        
        Change-Id: I48e2f364679e055ac776f1e7c5a04efaa2b6d0d2

2016-06-10  Eike Rathke  <erack@redhat.com>  [189f2e52b8e194c12b182d9321f2efac4d04dfcd]

        assert on FormulaToken::GetDouble() virtual dummy
        
        Change-Id: Ic31c2b943dcc6dfdaaefe3daa120c91cf29ce0e7

2016-06-10  Akshay Deep  <akshaydeepiitr@gmail.com>  [ef9e713f6a06191d327dbf236fcc7607d16f61e3]

        GSoC: Template Manager: Add respones for User Interaction
        
        1. Success message when templates are successfully exported
        2. Query message before copy executes when moving templates
        
        Change-Id: I11048aa7946d623840e45130affe1b848a3da357
        Reviewed-on: https://gerrit.libreoffice.org/26143
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [27a8c0d921a5a6cb7e2f430cdb62ab934b57233f]

        sw: implement per-view LOK_CALLBACK_HYPERLINK_CLICKED
        
        So that the view that initiated the mouse click gets the hyperlink
        value.
        
        Change-Id: Ibef1c5df3f27f782ce6e24c9650f92c96b8b79e3
        Reviewed-on: https://gerrit.libreoffice.org/26156
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Noel Grandin  <noel@peralex.com>  [38bb2c68319bd1561c35c66dc3699dd8a7a5866b]

        improve sample message
        
        Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc

2016-06-10  Noel Grandin  <noel@peralex.com>  [7846169215aa5f7bfe78ce1050638d63cf6e412c]

        dispose of ImplEscherExSdr correctly
        
        to remove the warnings messages, and turn the warn into an assert to
        prevent it coming back
        
        Change-Id: Ie754ac07f8bb505439a1194f843d09c396353aa6

2016-06-10  Caolán McNamara  <caolanm@redhat.com>  [9b49e1817d4d045b724aed6267f8f00c6bf295cc]

        gtk3: use gtk_window_group_get_current_grab instead of gtk_grab_get_current
        
        now that we are using window groups, otherwise the problem of tdf#99604
        comes back
        
        Change-Id: I7a940ea72bfd7fd4a7f68f1e60395d5014ce155c

2016-06-10  Stephan Bergmann  <sbergman@redhat.com>  [a411e3c9a3058bf1432782deeac1daa9a8d18910]

        Const correctness in o3tl/any.hxx
        
        Change-Id: Ife6ce05430c99cd5452166c942320a3a301578ff

2016-06-10  Eike Rathke  <erack@redhat.com>  [2b6710c2b50c83f62824fd2b258b112a5e911da1]

        check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-up
        
        Change-Id: Ic7897b5240f9f3f66eb71485ef9eed4fa8ce87e1

2016-06-10  Michael Stahl  <mstahl@redhat.com>  [47462fbb9ad784fe909557d9c6806c730d9f62fe]

        sw: restore the useful bug references
        
        Change-Id: I8cc8ee1c1c9195846397f734c42e019f0c27fd49

2016-06-10  Mayank Gupta  <techfreakworm@gmail.com>  [16ddfa21d6e92af6d2ce30a3d80f7184d3a462af]

        Slideshow: Add 'Oval' Shape Transition variant
        
        Committer's note: There is no Oval or Ellipse transition in MSO formats,
        so fallback to circle on export to those.
        
        Change-Id: Ibc3d617d3bb94bdd0702bb4d60ce5fbe2eea8e24
        Reviewed-on: https://gerrit.libreoffice.org/23661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cf68b0eac1a81ebcb2fa8f0e90fc4f7e350bd3a]

        sw: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
        
        This is interesting for all views, but given we invoke the callback in
        SwViewShell, it's only necessary to notify the matching LOK view
        callback and still all views are updated.
        
        Change-Id: Idc59b2bba1a944a9ad1dd0acd934a85130b32993
        Reviewed-on: https://gerrit.libreoffice.org/26154
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Noel Grandin  <noelgrandin@gmail.com>  [8a70742bf395fc2aab6197f04ddbfbd8ee16f263]

        Convert RenderType to scoped enum
        
        Change-Id: I2f4bb201babc9050b19de2dacc0dea462255dfa2

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [213b15fa59ce768086c41dbcdc5c29109a09ad9d]

        svx: implement per-view LOK_CALLBACK_TEXT_SELECTION for graphic sel
        
        Handle multiple views when clicking on a graphic, and thus sending a
        "text selection is now empty" callback. This avoids an assert when
        clicking on a Writer image in gtktiledviewer.
        
        Change-Id: I2b6d7e561ccc4a6e0782fdad37d4b104c08f1eeb
        Reviewed-on: https://gerrit.libreoffice.org/26152
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Michael Stahl  <mstahl@redhat.com>  [9e52ec96d7a5b809bd51836c154e07ec41c3d8e3]

        configure: remove old --enable-crashdump
        
        This used to enable the old crash reporter but the new one was added
        with --enable-breakpad instead.
        
        Change-Id: I9f1f7dd38d04e20819039f940a2c79fd630fce2c

2016-06-10  Noel Grandin  <noelgrandin@gmail.com>  [6925222271d9404ec9f2340b4101ce9b1420539c]

        Convert SvxPraVertAlignItem::Align to scoped enum
        
        Change-Id: I2f73a200b04322dd65e0758f4238347bfea832fb

2016-06-10  Jorenz Paragas  <j.paragas.237@gmail.com>  [5b156b37d487b96ec19d65e01cd8cedd26a2150d]

        tdf#42949: clean up includes in include/oox/vml with iwyu
        
        Change-Id: I753880ce146fef6523561290b8e13310d9f7219c
        Reviewed-on: https://gerrit.libreoffice.org/26142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Jorenz Paragas  <j.paragas.237@gmail.com>  [4c8d656b897229d5a6f2126fe274d338ec997f76]

        tdf#42949: clean up includes in include/oox/token with iwyu
        
        ...although the includes were mostly correct.
        
        Change-Id: I82d62f9e239d9e2523c8561e54bf7af1183b8828
        Reviewed-on: https://gerrit.libreoffice.org/26141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Xisco Fauli  <anistenis@gmail.com>  [be9f916fdf6a561746391945d2bc2a823f62fa9d]

        Convert set of #define to enum class in helpopt
        
        Change-Id: Ic6c31f810fa9e2ab64390702c85fcb4e3db5fad3
        Reviewed-on: https://gerrit.libreoffice.org/26140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [10fa03258fcc7d9e820bd68a25d9d781c6dd7397]

        configure: we have enough options already no need to repeat them
        
        Change-Id: Ie115a158a5a47265c21c49bde8e2fae5cbd60b6a
        Reviewed-on: https://gerrit.libreoffice.org/26116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Noel Grandin  <noel@peralex.com>  [febeefc6c7b4d48d6371eaf8664fc7f9ab2ab5d3]

        loplugin:mergeclasses SfxMacroTabPage
        
        Change-Id: I74790c665fbd191914291365ce711fea9f1cf320
        Reviewed-on: https://gerrit.libreoffice.org/26147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [8970f569f1309d16d3686c75925810c94504f891]

        tdf#90834 Turn in-line version control history comments
        
        cleanup in sw/source/core/view/vnew.cxx
        
        Change-Id: Ifc53ad8a195835291aa7fb4c2a2db1a8e468117b
        Reviewed-on: https://gerrit.libreoffice.org/25595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2667a55a898ae00b991619d6e66e4a5426e9bff]

        CppunitTest_sd_tiledrendering: replace ifdefs with a single makefile condition
        
        Change-Id: I61e5cad8dee9f6dace6fe78b01a6ecefbd9d8f78
        Reviewed-on: https://gerrit.libreoffice.org/26144
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Caolán McNamara  <caolanm@redhat.com>  [dfb2a8deab1324047a4ed81a131a1ef3552c3e8e]

        Resolves: tdf#100181 quickstart crashes immediately without Quickstarter
        
        Change-Id: I0257651b3841dea596077cfacbf7d69a20b04252
        Reviewed-on: https://gerrit.libreoffice.org/26134
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3d837739b2ff14213b420ea613ce2fe1730a2cc]

        sfx2: implement per-view LOK_CALLBACK_STATE_CHANGED
        
        With this, bindings updates ("cursor moved into a bold area", etc) are
        correctly sent to (and only to) the matching view.
        
        Change-Id: If10ff46dd0243cfc2f1c5566c53a7e81efa635b4
        Reviewed-on: https://gerrit.libreoffice.org/26145
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Michael Stahl  <mstahl@redhat.com>  [6d9d932b77f84c66df0dcd2d2f3c8d71b12287af]

        sw: -Werror=unused-variable
        
        Change-Id: Id0f3e7a8048953894a8b9a2deeed1284d38d709f

2016-06-10  Noel Grandin  <noel@peralex.com>  [557652cd8de557e2742a29cca8b1818a458e25eb]

        remove bBreakAfter& param from SwLayHelper constructor
        
        the constructor is only called from one spot, which does not
        care about the output value of bBreakAfter
        
        Change-Id: I184091d3862265f0718b52c2cd82cad861274c1c
        Reviewed-on: https://gerrit.libreoffice.org/26110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-10  Mark Page  <aptitude@btconnect.com>  [99200d7cc2a952f92074934c647db076aae5e48b]

        tdf#96099 Remove various smart pointer typedefs in vcl
        
        Change-Id: I4ac1bb25d3d63f150b42d9e1708efc344bbdb6a7
        Reviewed-on: https://gerrit.libreoffice.org/26113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Noel Grandin  <noel@peralex.com>  [fc7e6d8445af39ffc6a753d7104167ee8f376b9c]

        loplugin:mergeclasses SdrItemBrowser
        
        Change-Id: I90c6006be05f182fd442ce8d3641f4f17cdb6793

2016-06-10  Noel Grandin  <noel@peralex.com>  [c6d0a104aa7abdd5e08fa5c6c528f5b4cfd73c86]

        update mergeclasses results
        
        and do one trivial merge
        
        Change-Id: Iff30553f73de946c74fa6b082928e7d47adadd04

2016-06-10  Xisco Fauli  <anistenis@gmail.com>  [5f1b9ae3994282ec1be3690292957b8b99032e2d]

        tdf#89329: use shared_ptr for pImpl in cjkoptions
        
        Change-Id: I0ad43869d24e210b3591af25f108c68ed8f6160b
        Reviewed-on: https://gerrit.libreoffice.org/25634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [901026cfbbf12f778e039a7b523bf30e8019e8ed]

        svx: implement per-view LOK_CALLBACK_INVALIDATE_TILES
        
        This is the last callback that was unconditionally invoked on the model
        on load, before the SfxBindings timer starts.
        
        Change-Id: Id494963459ac2bee4d0f9e642af88e04e94353c3
        Reviewed-on: https://gerrit.libreoffice.org/26129
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-10  Akshay Deep  <akshaydeepiitr@gmail.com>  [4188a5cc5f1fbd492f9ece60a7bf7742d5fdebd8]

        GSoC: Template Manager: Enable Keyboard shortcuts
        
        delete key: delete operation
        shift-f10 and contextmenu: create context-menu
        ctrl + A: select all
        
        Conflicts:
        	sfx2/source/control/templateabstractview.cxx
        
        Change-Id: I97486c050c5dbb88b8551aa8a9bb9ba4285ad003
        Reviewed-on: https://gerrit.libreoffice.org/26044
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-10  Takeshi Abe  <tabe@fixedpoint.jp>  [1fc4af8695ae0ffb7590198e0d3791a19084a99b]

        Pass it by const ref
        
        Change-Id: I0c2b48a503e2501210af690f02858dade994a733
        Reviewed-on: https://gerrit.libreoffice.org/26048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d18f46c0aefda2f60a137d7ede1223d8667075f1]

        Updated core Project: help  6343e2e9b252deb2f1fb0b9ec20ed578ac258a8e
        
        Duh!
        
        Change-Id: I17ae04efde155cc38f8c3506400fb7431c3da641
        

2016-06-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1472ffd5f89cf2136f3708bfae5ae2e624c2074d]

        Updated core Project: help  5d7082c339ed01e67d8296f60b8429f39ca2452f
        
        Remove duplicate <emph> and whitespace
        
        Change-Id: If3a14040d2395584ef81b4d0d1f21bac2f471fd2
        

2016-06-09  Akshay Deep  <akshaydeepiitr@gmail.com>  [a7220f6a19556b982bedb52c87d8d345eab85118]

        Templates: Display titles and category as tooltips
        
        Tooltip text:
        1. Template Manager:
             All Categories: Title + Category
             Category: Title
        2. Start center: Title
        
        Conflicts:
        	sfx2/source/doc/doc.hrc
        
        Conflicts:
        	sfx2/source/doc/templatedlg.cxx
        
        Change-Id: I0bfd5e78120f13338f88c1b0617df3a057cce02f
        Reviewed-on: https://gerrit.libreoffice.org/26040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-09  Michael Stahl  <mstahl@redhat.com>  [741077bf1cdb0c9240ee3e90f07a42bef5bb7a8f]

        sc: eeek, a boost::ptr_vector! take it off! take it off!
        
        Change-Id: I3fffecd295577cc8eaa521e819b3c922f8c3f56e

2016-06-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1193443b15b0e38cbfb41573b31acf9a8d90ce2c]

        fix packimages that broke android build
        
        Change-Id: Iecab49bfdf16790b777ff9069074479ec3d4188e
        Reviewed-on: https://gerrit.libreoffice.org/26130
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-06-09  Yousuf Philips  <philipz85@hotmail.com>  [f0e3a36f6508dcfa0a3c672e15e15f3582e02110]

        tdf#84909 Impress: Rearrange the standard toolbar
        
        Change-Id: Ia2582fa118b5622c36ed80525273ac28a224fc6d
        Reviewed-on: https://gerrit.libreoffice.org/26070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-09  Yousuf Philips  <philipz85@hotmail.com>  [c8200675c7fd6550c78b20b7c87ebf03047bb6d4]

        tdf#91781 tweak to Writer's insert menu
        
        Change-Id: Id099a1f393fa115faf53899f94db5d53f3daa849
        Reviewed-on: https://gerrit.libreoffice.org/26062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-09  Maxim Monastirsky  <momonasmon@gmail.com>  [de4c5283ac475c0eec757057471fc75d3f933576]

        tdf#100286 Fix deactivate flags
        
        regression of 11b4a6ddce31f173f10b703eb63fde2c88c0bc70
        
        Change-Id: I4981fee4264c833cd3166491d3812c40c78e3d67

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [22367b58dbca65149ec9bc64d851be4d57759f6e]

        sw: implement per-view LOK_CALLBACK_SET_PART
        
        Used when e.g. jumping from page 1 to page 2 in a document, and the page
        number widget should be updated in gtktiledviewer.
        
        Change-Id: If5359ffbfd215c71785ab51f8dcd18cc8bf017ee
        Reviewed-on: https://gerrit.libreoffice.org/26115
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [ffbd9647698738084c7a69fc72a2a7317109df7c]

        wrong hunk included
        
        Change-Id: I5fbeea83393e811cdf333f3cf456cbd6cc2f9d6c

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [f89b9d8b8064a2f323f5b3362f88cb873bad8fcc]

        Resolves: tdf#100248 vcl menu scroll timer still active post dispose
        
        Change-Id: I8988a42e7e505c967661c4a5f3c1e4ef3fbc08e0

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [9b7dfb10641ba7978ffcbd1db0507163411ae027]

        EndSaveFocus does nothing on the !bRestore case
        
        Change-Id: I8e199535803faf364469f9b9df46f339febe25c6

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [98da362f1691734437cb37f902fb1cdab613ac0a]

        EndSaveFocus return value is unused
        
        Change-Id: I746e47b118a8b8c687c435371e2bdf2dc22cbf88

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce90a3cb3dcf35d8b7dbf886b62bb3ebc2c1ebef]

        svx: implement per-view LOK_CALLBACK_GRAPHIC_SELECTION
        
        With this, selecting an image sends the selection callback only to the
        relevant view.
        
        Change-Id: I0d5d611b969715d8eafa8d813202984acff32fbd
        Reviewed-on: https://gerrit.libreoffice.org/26112
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  jan iversen  <jani@documentfoundation.org>  [4bcb4774a331cbe7edbb8d92bc6b628e79eee9a6]

        Revert "Slideshow: Add 'Oval' Shape Transition variant"
        
        The patch caused problems with the export filter tests, to check that you need to add --with-export-validation to your autopen.input 
        
        see https://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/export-validation for more info on how to set it up
        
        This reverts commit 248c5ea771255b54e64394458a321ccf829bbd02.
        
        Change-Id: Ib3b8fa7bf80630feeca1f24dfb1ceb5a945d7162
        Reviewed-on: https://gerrit.libreoffice.org/26114
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Noel Grandin  <noel@peralex.com>  [d6a6f587a852ba5c993c658b6b6432a65207f5b7]

        tdf#100257 - Data : XML Source does not work
        
        Revert "sc: boost::ptr_vector->std::vector"
        
        This reverts commit 280553e30f4ddc932838f98a9efaac03a988a0df.
        
        Change-Id: Ia50c9cf7902e2e830c6e7f7a13c8f04341556e6c
        Reviewed-on: https://gerrit.libreoffice.org/26106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fd43512c37ed5c3937b94d0a8d53d7e9c2ac0d1]

        svx lok: assert that per-view callbacks don't invoke the model callback
        
        They should invoke SfxViewShell::libreOfficeKitViewCallback() instead.
        
        Change-Id: Ie7150e9decb40de917a5257aa4090595bdc5e387
        Reviewed-on: https://gerrit.libreoffice.org/26108
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Michael Stahl  <mstahl@redhat.com>  [c488214817516c13603deb1c180fef02f4c700bf]

        tdf#96089 sw: fix scope of bBreakAfter in InsertCnt_()
        
        The problem is that bBreakAfter is passed by reference to SwLayHelper
        and stored as a reference member there, so it has to live at least as
        long as pPageMaker.  (Unfortunately C++ can't statically check that.)
        
        This then somehow caused the number of pages created after initial load
        to be 812 instead of the correct 396 determined from the layout-cache in
        the bugdoc, and that then caused Drawing objects to move backward during
        the following re-pagination, and then SwDrawContact::Changed_() calls
        SetFlyFrmAttr() and that sets the document to modified, which triggers the
        AutoSave that was reported in the bug.
        
        (regression from b4b7703e4335460cf48bfd6440f116359994c8ff)
        
        Change-Id: I14dc4644c2e127b3c3ff0e6876eedcc534e1a68e

2016-06-09  Juergen Funk  <juergen.funk_ml@cib.de>  [6a5cb3dae1760283c2c9156de666964ea4794f0f]

        tdf#99815 fixups after XNotifyingDispatch
        
        - remove unused variable
        - check of given parameter over constructor
        
        Change-Id: If506ef9065c67da35f672466e1e49f82e2a5a678
        Reviewed-on: https://gerrit.libreoffice.org/26093
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [d368560882e8a4567f3328ce877b6e5242d18620]

        desktop lok: implement per-view CallbackFlushHandler
        
        With this, per-view cursor callbacks work again, as they did after
        commit 32f419fee5f9df4facb7a9b3ec910471d2a20247 (sw: implement per-view
        LOK_CALLBACK_CURSOR_VISIBLE, 2015-09-18).
        
        Change-Id: Ic589276f99164a1a8d46f7a029d1a59ab6e971f3
        Reviewed-on: https://gerrit.libreoffice.org/26102
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Mark Page  <aptitude@btconnect.com>  [8561f8bfccb73ce4ac834598c4c32ac5c81774e5]

        tdf#96099 Remove various smart pointer typedefs in canvas
        
        Change-Id: Ied6ec5f7830c53a339de985d173c1dec711ac8f7
        Reviewed-on: https://gerrit.libreoffice.org/26092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-09  Maxim Monastirsky  <momonasmon@gmail.com>  [bdd67652b6b60164220c259b5c4dbef1aba85102]

        Try to get rid of svt::ContextMenuHelper
        
        Change-Id: I7b43e417607b20c300e3c18e7da76a6173a18b7d
        Reviewed-on: https://gerrit.libreoffice.org/26098
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Eike Rathke  <erack@redhat.com>  [2c08ec226e771de10c8863b7f1cda016fea442d2]

        Resolves: tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956
        
        Change-Id: I4b25f1eb8e3cf0236b69607bb9ab9b4c57ae918a

2016-06-09  Akshay Deep  <akshaydeepiitr@gmail.com>  [40ca34340e4b387bdce92b86cb572556c5437c7d]

        tdf#100260 Template Manager: Cannot open context menu without mouse
        
        Change-Id: I900cc79e2834c1942840ee9fb1a8ab680b646c92
        Reviewed-on: https://gerrit.libreoffice.org/26082
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-09  Noel Grandin  <noel@peralex.com>  [6363f7277fc9efc86ac699d0ea973021ed2b652c]

        remove "read request longer than buffer" warning
        
        code is actually relying on this clamping behaviour
        
        Change-Id: I7f85679929b2c163dbabe01fc7bb8f1fe2327679

2016-06-09  Eike Rathke  <erack@redhat.com>  [3724a9fa0d923c848d542562637880493cde9ca9]

        attempt to document the obscure MAX_DAYS value
        
        Change-Id: I8d8b36e6f61df4a683ce2d32ab0fde8ef003a2e0

2016-06-09  Akshay Deep  <akshaydeepiitr@gmail.com>  [0801e73583fb0b7015d857a481894565c29076a1]

        Template Manager: Improve "Rename Category" functionality
        
        Change-Id: I0b32179133eca5cf01df6d581a25843da40a8a7e
        Reviewed-on: https://gerrit.libreoffice.org/26043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [de455afe5151d6e0bf89f3e4349f18cb42e752cf]

        desktop lok: move CallbackFlushHandler impl details out of header
        
        To reduce the amount of rebuilt code when changing something there.
        
        Change-Id: I8f3c18c29d5c08d70910ee2b204cafb99d6b4011
        Reviewed-on: https://gerrit.libreoffice.org/26088
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [f75ead4293d3b9d63f2596d66c411c44c0c70f38]

        reported abs narrowing complaint
        
        Change-Id: Icd27fea97e720607263e5f8a2d233c462f979e1b

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [40997628ad23e4c663a456f8623763ad9d1fd373]

        fix mangled indent
        
        Change-Id: I48962100019e7bc69601e0da2e729a5c66634c3c

2016-06-09  Noel Grandin  <noel@peralex.com>  [45913cd580ae5b01aade79936f2c4720d29e5b7a]

        pretty up the output and add a sample string
        
        Change-Id: I1c37b32e2127ba99b48b5ce3176e605f4e797475

2016-06-09  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [258301879bcd20397c38bbd522dea2c923bd9fc2]

        tdf#96971 SetXORMode - remove un-needed parameter
        
        Change-Id: I901e5de3e4e25f0cae5c71d6e83fd94459fe7b7e
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e420a335f783bb4d2ee9d74d56f91e16d189566f]

        tdf#94004 Wrap Power trendline equation
        
        Wrap equation trendline if it is longer than chart width
        Continue https://gerrit.libreoffice.org/18397/
        
        Change-Id: If805f712a29c412a01209533842f9a6c797cbaf1
        Reviewed-on: https://gerrit.libreoffice.org/25418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [0159ef4fbfd23ba97b20f97eb0677564bebd4ee7]

        Resolves: rhbz#1344042 deb#826654 scale gtk3 smooth scaling events...
        
        to give traditional amounts of scroll on a single mouse wheel event
        
        ditch non smooth scroll events now seeing as apparently they are always
        available so the other types are irrelevent now
        
        if we get x and y scroll, then like macosx just dispatch x and y scroll events.
        
        Note: there seems to be a bug in the stack below us where the first scroll
        event after getting focus is one of a 0 x and y delta.  Because we now check x
        and y against 0, we don't launch a scroll event in the case of a 0x0 scroll
        which stops us occasionally appearing to go backwards on the first scroll after
        getting focus. Which is the same thing I see on e.g. gedit, the first mouse
        wheel scroll after getting focus doesn't actually do anything.
        
        Change-Id: Iec8f2e4627cd84e3896270a0847a5c4907fa083f

2016-06-09  Eike Rathke  <erack@redhat.com>  [a856bb67be5346136cc1c81a0b5230afe8db8fbe]

        change number format for formula results if of different type
        
        ... so =IF(B1,B1) changes from FALSE to the content of B1 instead of
        TRUE if B1 was empty or 0 on the first run but another value on the next
        run, with some logic to not override user applied formats.
        
        Change-Id: I0207adf0d71844f7bc2bb0f51ff308cca65aec52

2016-06-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [4d636391e3e588779c88c566ac7df5fd1990afea]

        tdf#94004 Wrap Logarithmic trendline equation
        
        Wrap equation trendline if it is longer than chart width
        Continue https://gerrit.libreoffice.org/18397/
        
        Change-Id: Iee374e5db56178a9e87b0f462c3e7deb5e913ab8
        Reviewed-on: https://gerrit.libreoffice.org/25416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9a9c778d81e8ae54dcc42290241a5fc72be29bf2]

        tdf#94004 Wrap Exponential trendline equation
        
        Wrap equation trendline if it is longer than chart width
        Continue https://gerrit.libreoffice.org/18397/
        
        Change-Id: I3938aaeec6c56582ecfe50dbfc54ec711f1b963d
        Reviewed-on: https://gerrit.libreoffice.org/25393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [19baa61e1d7b140b9e24717f7080617ab3d324d4]

        tdf#99795 drawAlphaBitmap should scale the bitmap if necessary
        
        drawAlphaBitmap didn't use a high quality scaler for scaling
        the texture but used the default scaling method in OpenGL (either
        GL_NEAREST or GL_LINEAR, whichever is defined when texture
        is created) which are low quality scalers - especially when
        downscaling textures.
        
        Change-Id: I6236b2ee92b9e5044b176a40a444027072b09b58

2016-06-09  Mayank Gupta  <techfreakworm@gmail.com>  [248c5ea771255b54e64394458a321ccf829bbd02]

        Slideshow: Add 'Oval' Shape Transition variant
        
        Change-Id: Ibc3d617d3bb94bdd0702bb4d60ce5fbe2eea8e24
        Reviewed-on: https://gerrit.libreoffice.org/23661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Gleb Mishchenko  <gleb.mishchenko.96@gmail.com>  [a97b392879c96145701b2454b26dc0c4f6aa4bb2]

        tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi
        
        This patch changes occurences in makefiles
        from
        $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \
        	udkapi \
        	offapi \
        ))
        
        to
        $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config))
        
        (corrected instead of abandon, jani)
        
        Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e
        Reviewed-on: https://gerrit.libreoffice.org/23426
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-09  Noel Grandin  <noel@peralex.com>  [aaebe3c45d3ceac7aba19ad8fd5b1cb621e337b3]

        remove some manual ref-counting in connectivity
        
        Change-Id: I0d00b4566c13817b296f237e993f4ce63ef0c664
        Reviewed-on: https://gerrit.libreoffice.org/26053
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [a7415828b86a02216ffed44a4fa5b785f17d657c]

        Revert "tdf#88206 Change use of cppu::WeakImplHelper*"
        
        this doesn't build, I think mysqlc is considered !LIBO_INTERNAL_ONLY
        seeing as its an extension
        
        This reverts commit 2d2a33934ecb952433a635ce5dab76cb2837b8a0.
        
        Change-Id: I600b986632b90e482475628e09256ca5c2b0a6cf

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [cb6e27b018ba93351633dc7b9bb714100f52f0c6]

        ditch SIP_SA_AUTOGROWSIZE
        
        put SIP_SA_CHAINNEXTNAME into that position to keep this
        list in the same order as the SDRATTR_TEXT_ list
        
        Change-Id: I6be4b373d188a2a6e4cd52cc1c8a18f3f9514503

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [8c5452044b54b00a8cd5cd98b01d61995d7e2660]

        Resolves: tdf#93135 there is no SDRATTR_TEXT_AUTOGROWSIZE property
        
        as far as I can see there is no use of SDRATTR_TEXT_AUTOGROWSIZE anywhere,
        just a reuse of SDRATTR_TEXT_AUTOGROWHEIGHT for a different mechanism to resize
        the surrounding shape to fit text in custom shapes.
        
        Note there is another different feature to resize text to fit into its frame
        of SDRATTR_TEXT_FITTOSIZE.
        
        Change-Id: Icf08966c70ef79271f462da7d4b2c6e8e855d5df

2016-06-09  Caolán McNamara  <caolanm@redhat.com>  [d1df071c3fc452817746a8daa13000d2df667aba]

        Resolves: tdf#93135 can't resize shape with "resize shape to fit text"
        
        These are regressions from...
        
        commit 4a847bb4a2002d7f8f5854b7276ac67d369bdd3b
        Date:   Sun Aug 2 21:20:48 2015 +0200
        
            tdf#93079:  "resize shape to fit text" state can't be disabled
        
            Wrong copy-paste
        
        and
        
        commit b2bae9b940fc34d2eecd7839e3cba1f41d111e87
        Date:   Thu Apr 9 23:38:47 2015 +0200
        
            Related tdf#34467: Fit to Frame for text boxes is broken
        
            Wrong Copy-paste
        
        Its turns out that there is *no* SDRATTR_TEXT_AUTOGROWSIZE property.
        Only a SDRATTR_TEXT_AUTOGROWHEIGHT property
        
        e.g. see CustomShapeProperties::UpdateTextFrameStatus of
        svx/source/sdr/properties/customshapeproperties.cxx
        
        "change TextFrame flag when bResizeShapeToFitText changes (which is mapped on
        the item SDRATTR_TEXT_AUTOGROWHEIGHT for custom shapes, argh)"
        
        So the inconsistency between
        
        getting the itemstate of SDRATTR_TEXT_AUTOGROWSIZE
        and then
        setting/getting SDRATTR_TEXT_AUTOGROWHEIGHT
        is better resolved by getting the itemstate of SDRATTR_TEXT_AUTOGROWHEIGHT
        
        will have a follow up patch to remove SDRATTR_TEXT_AUTOGROWSIZE to show
        its not used by anything
        
        Change-Id: I8b8abde17c15761c621815ed2be62d6a8a5cd69a

2016-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [87def0e248cef61e5be8acfb66c191f8552db344]

        CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warnings
        
        Also in:
        
        - CppunitTest_sal_osl_security
        - CppunitTest_sal_rtl_crc32
        - CppunitTest_sal_osl_thread
        - CppunitTest_sal_rtl_locale
        - CppunitTest_sal_rtl_process
        - CppunitTest_sal_rtl_random
        
        Change-Id: I853457f4ddc387728ea4fa201c278c361369a591
        Reviewed-on: https://gerrit.libreoffice.org/26085
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-09  Xisco Fauli  <anistenis@gmail.com>  [5e7564dc6917d65d8b5f30534b78c1fe58cf4463]

        tdf#89329: use unique_ptr for pImpl in dataaccessdescriptor
        
        Change-Id: I0d04c23b8760ce2e7df9523d99a1fd862e501038
        Reviewed-on: https://gerrit.libreoffice.org/25938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-09  Szymon Kłos  <eszkadev@gmail.com>  [aea4fdb65ace539970e468e77792a377071108b8]

        tdf#87938 google 2FA fix, new pin code page
        
        Updated libcmis 2FA patch:
        + changed challenge page parser
        + handled abort in the auth code provider
        
        Change-Id: I2bbb102ec735788132e094d3908ac12432e9508c
        Reviewed-on: https://gerrit.libreoffice.org/25372
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-06-09  krishna keshav  <princy.krishnakeshav@gmail.com>  [2d2a33934ecb952433a635ce5dab76cb2837b8a0]

        tdf#88206 Change use of cppu::WeakImplHelper*
        
        removed <cppuhelper/implbase1.hxx>
        
        Change-Id: I2888e42eec480f0940c3e4f9bcc000c150d1161b
        Reviewed-on: https://gerrit.libreoffice.org/26076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-09  krishna keshav  <princy.krishnakeshav@gmail.com>  [1d38894b1a21ce475165f55b7a358801a2563c1d]

        tdf#88206 Change uses of cppu::WeakImplHelper*
        
        removed <cppuhelper/implbase1.hxx>
        
        Change-Id: If54eb2fb64be1884ba058858da0d220bbce673f1
        Reviewed-on: https://gerrit.libreoffice.org/26074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-09  Stephan Bergmann  <sbergman@redhat.com>  [a43529886fa994c3afd466c11623dfc66060252a]

        Fix ambiguous calls
        
        Change-Id: Ia115185b615f86a49004133e00211c197b61db7b

2016-06-09  Noel Grandin  <noel@peralex.com>  [6ab52cbb0ef1d2d08938d9355300155dbbb691fe]

        reduce "no DbgTestSolarMutex function set" warning
        
        Change-Id: I68c67e77a2759c8542dd4a44a78a9fcf8aa7dcc0
        Reviewed-on: https://gerrit.libreoffice.org/26056
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-09  Noel Grandin  <noel@peralex.com>  [10aaf339862776c9906e195d34c238187f0ea6ac]

        convert some manual ref-counting in dbaccess
        
        Change-Id: I2df7b6b79bff4a5c7358288518c5518b6a7032bf
        Reviewed-on: https://gerrit.libreoffice.org/26051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-09  Akshay Deep  <akshaydeepiitr@gmail.com>  [4599858e21925f2f5febed8eebf4f5bd0fa97163]

        Hide Default Template icon when resetting default using toolbox menu
        
        Change-Id: I7a3e7c9413edbdfb74e0415dd7e203d65201eb08
        Reviewed-on: https://gerrit.libreoffice.org/26081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-08  Eike Rathke  <erack@redhat.com>  [91640c080c7a0643cce95f605ca7774da4c4dd77]

        make SvNumberFormatter::IsCompatible() static
        
        Change-Id: Ic40d0852c8e0a8f0957fc782c85c1084c7fe265f

2016-06-08  Eike Rathke  <erack@redhat.com>  [333b644d112d94e3d675e5915b8b1e535b0841e4]

        assert on "forgot to add a jump" for OpCode
        
        Change-Id: I6c430b8a4079cd0d74e5c9e71a3f7b5b638d4ef5

2016-06-08  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e044eafc485ef29a68b3a8e0e7c75b372ebb1ac9]

        tdf#48140 Remove unused headers from xlsx import to improve build performance
        
        Change-Id: Ie22dc56cceddcb91e946083c6bcf4c041545e75b
        Reviewed-on: https://gerrit.libreoffice.org/26001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-06-08  Stephan Bergmann  <sbergman@redhat.com>  [4d49c9601c9b3e26a336e08e057d299895683480]

        Let loplugin:passstuffbyref also look at fn defn not preceded by any decl
        
        Change-Id: I752bc96d2d521d790e919283cabb14b6526626f4

2016-06-08  Stephan Bergmann  <sbergman@redhat.com>  [46c7ecf760bbea6541507c319e8e722f9b4ec712]

        loplugin:passstuffbyref
        
        Change-Id: I637e1c9d5af1f9d8ad5141c8d07ea72232656070

2016-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9cea9137b2534da4056f72d3c8a07f85a02f85be]

        tdf#100269 svx: fix undo of table column resize
        
        SdrTableObjImpl::LayoutTable() assumed no re-layout is needed in case
        the total width of the table and the number of columns is the same, but
        undo of resize is a situation where we also need to check the individual
        widths of the columns, otherwise layout won't be up to date.
        
        Change-Id: Ia5ebb05af79dda1c0d8c5bb10e7f37f81ee1d035
        Reviewed-on: https://gerrit.libreoffice.org/26061
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-08  Akshay Deep  <akshaydeepiitr@gmail.com>  [4501272cd2fee3534ef34b07a85aa0d26b7cae68]

        Resolves: Default template is not loaded when starting with Template Selection
        
        Change-Id: I378cc64da27a00fb6e2c4197e36864035d2b537a
        Reviewed-on: https://gerrit.libreoffice.org/26041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-08  Noel Grandin  <noel@peralex.com>  [f9a6d8255240c5841746400de7c9ed6a170e6f53]

        remove "trying to resize readonly stream" warning
        
        some of code appears to rely on this clamping behaviour for correct
        functioning
        
        Change-Id: I3448994967cdc7631476a947fac0c0dda55181d3

2016-06-08  Akshay Deep  <akshaydeepiitr@gmail.com>  [e07f23b148fe95b2418cb9dc5f1d335db8713c9f]

        Template Manager: Enable "Move" and "Export" buttons on right click
        
        Change-Id: Ibdf3d0cd721333730638e71d2d5258092074af93
        Reviewed-on: https://gerrit.libreoffice.org/26042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-08  Akshay Deep  <akshaydeepiitr@gmail.com>  [06eba148481b9eeeff3ea30ea73f2ea3765bd92f]

        Disable multiselection in Impress Template Selection
        
        Added possibility to select single item in ThumbnailView.
        Then, used it in Template Selection dialog.
        
        Change-Id: I39b2ea83479ae1536285d4037fb1d24455a52ddc
        Reviewed-on: https://gerrit.libreoffice.org/25998
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-08  Eike Rathke  <erack@redhat.com>  [d1b6149415a07e8de86d955df2f5d9693b3b8408]

        PushCellResultToken() with final FormulaDoubleToken
        
        Change-Id: I3c628527c3e5bb676be791e3a31d617c4cc917ae

2016-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a106165e7fd39215c4717e1486aef05f6af9180f]

        Related: tdf#100269 sd xml dump: expose layout of table shapes
        
        So that it's possible to assert the layout from cppunit tests.
        
        Change-Id: I09631f978ed44bb1c27806089b6d69c70db643c3
        Reviewed-on: https://gerrit.libreoffice.org/26054
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-08  Caolán McNamara  <caolanm@redhat.com>  [7f25ccc81a35d2a89880cacf7835aa4b875f2ab2]

        Resolves: tdf#89394 revert attempt to ditch missing file from recent files
        
        this reverts
        
        commit 93eefe54f5d6b6092371bad1e86444489d29eee2
        Author: Krisztian Pinter <pin.terminator@gmail.com>
        Date:   Fri Sep 6 14:45:13 2013 +0200
        
            Make SvtHistoryOptions not return files if they can't be opened
        
        which seemed like a good idea, but was only really to fix a cosmetic
        problem, while the outcome was a more serious issue
        
        Change-Id: Ic9c9c136e1e50f5e28fe377b64f56e501fb836ca

2016-06-08  Noel Grandin  <noel@peralex.com>  [6d78ce11e1215a1c284585b4811aa0eeedd7187c]

        loplugin:cstylecast
        
        Change-Id: I412f88094269ba111a984b714202b58d96758a20

2016-06-08  Eike Rathke  <erack@redhat.com>  [6b6e82c555c7c10c9af73119ce25ad69867f49d2]

        convert the final double result to FormulaDoubleToken
        
        ... if it was a FormulaTypedDoubleToken, and set type information.
        
        Change-Id: I2debcda4650d621311d5d7670ffdedecb2e25a04

2016-06-08  Michael Stahl  <mstahl@redhat.com>  [a59c4e26abbdd0720d24d3ddc0d6a05a67a31aaf]

        tdf#97103 sw: fix restoring of SetRedlineMode on DOCX/RTF export
        
        In order to prevent ~SwIndexReg asserts, this was changed to restore
        the redline mode not in MSWordExportBase::ExportDocument() but in
        SwWriter::Write().  Unfortunately only the DOC export actually uses
        SwWriter::Write(), so fix the original problem differently by moving the
        cursors onto a EndNode.
        
        The m_pCurPam will be deleted anyway, and the m_pOrigPam usually also
        will be, and in the case it isn't deleted i hope it's not important :)
        
        (regression from 0b037361b890a83a735186b98d5a3cef124027f4)
        
        Change-Id: Ib3d0cc32862256fdc4363b6035c190cbbcfe5df3

2016-06-08  Rishabh Kumar  <kris.kr296@gmail.com>  [58664b1d43c393bf92b3aafdb90b7fb9a2ba832b]

        Fix widget's library name
        
        Change-Id: I22c66a63bfc71971da87db00b364e56ec55f7222
        Reviewed-on: https://gerrit.libreoffice.org/26052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-08  Mark Page  <aptitude@btconnect.com>  [22fa9289fdc6fd8d82d754adfef39fee3fd3c52f]

        tdf#96099 Remove various smart pointer typedefs
        
        Change-Id: I76843139e43ca1c158a977e24d210d5af93e4d0f
        Reviewed-on: https://gerrit.libreoffice.org/26014
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Mark Page  <aptitude@btconnect.com>  [f595e70cfee85a423f592190c607231cb00e3180]

        Simplify GfxLink using smart pointers
        
        Uses std::shared_ptr for sharing graphic data
        
        Changed constructor to std::unique_ptr<sal_uInt8[]> to ensure
        the delete[] operator is called when GfxLink internals takes
        ownership of the data
        
        Change-Id: I4edd4634df8d6ba4d94953260c1a7ac560ccf04a
        Reviewed-on: https://gerrit.libreoffice.org/25402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Mark Page  <aptitude@btconnect.com>  [5164ac456f3cb51949fe3bec293660fab74d26de]

        tdf#96099 Remove SfxInterfaceArr_Impl typedef
        
        Added comment in SfxModule with warning about using smart pointers
        
        Change-Id: I1997d41a0a77c7e82e486bcdaee0ea876fdc61ad
        Reviewed-on: https://gerrit.libreoffice.org/25999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noel@peralex.com>  [aed4c42491b294cb57efc950a4d0209116be6452]

        remove some manual ref-counting in framework
        
        Change-Id: I469439abfa4e9dcd29f2d1693b03d37b3d61c81e
        Reviewed-on: https://gerrit.libreoffice.org/26047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Caolán McNamara  <caolanm@redhat.com>  [c80d34ad551efe858c47445b13370aa8223357c7]

        gtk3: use window groups so modal dialog are modal to their toplevel frame only
        
        so e.g. launching help from a modal dialog gives a new toplevel window
        which is not blocked by the modal dialog on the other window.
        
        likesize can go from one blocked e.g. writer window to calc and type away in
        there happily
        
        Change-Id: Id9376b393514e91dfd667dfce132f1f37367084e

2016-06-08  David Tardon  <dtardon@redhat.com>  [44819f98aa39cbc8e5d9d07e112fa051077322eb]

        try to debug images_tango.zip failure on arm tinderbox
        
        Change-Id: Ia30069e57e43895ced52b3922d6321e404e78449

2016-06-08  David Tardon  <dtardon@redhat.com>  [0a5a20e929558c3717b9fe9de04c3e82d5b378e8]

        merge cond. blocks to one
        
        Change-Id: Iad5858955244e12a849336f84938a39b6f3219e0

2016-06-08  Caolán McNamara  <caolanm@redhat.com>  [f120abb446bf3f5230ed06a3b148654dde36bb94]

        Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashes
        
        Change-Id: I29863ca95e64ccd31795f78c29c89ff35009d718

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8dcf60ecbe9c159831ece3b6201882f1d0033472]

        tdf#100184 fix the lifecycle of a texture in an atlas
        
        Previously, when a texture atlas was destroyed we teared down
        the  ImplOpenGLTexture even if there were OpenGLTexture instances
        around. This caused that we could try to access an already
        deallocated ImplOpenGLTexture which causes a seg. fault.
        
        Now we change this so that a FixedTexture is no different than a
        OpenGLTexture - we just release the reference, so any existing
        OpenGLTextures for our texture would still be valid.
        
        An additional problem is that FixedTexture registers a callback
        for slot deallocation so we know when a OpenGLTextures that holds
        a specific "slot" on the texture is deallocated. However if
        FixedTexture is not existent anymore, the callback still gets
        triggered and is trying to access invalid memory. To solve this
        we need to unregister callbacks before FixedTexture is destroyed.
        
        Additionally improve validity of a OpenGLTexture is valid. If
        ImplOpenGLTexture is not allocated (nullptr) is one case, but in
        addition to that if ImplOpenGLTexture has an id == 0 it also means
        that it is not valid (anymore).
        
        Change-Id: I87346198e8928e112619da62687d5856cb8aafb8

2016-06-08  Noel Grandin  <noel@peralex.com>  [6cd3882bec5aa63b61d7cc9db66ff3bae5d43f1c]

        remove some manual ref-counting in forms
        
        Change-Id: I6334dca6e98bfd4531033bec203518ca27f64bc0
        Reviewed-on: https://gerrit.libreoffice.org/26049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noel@peralex.com>  [a4e33ce06eeb662d6c19d3144d73922bc8cee41a]

        remove more "unsupported MetaAction" messages from test logs
        
        TEXTLANGUAGE is ignored in our other metafile processing code, so ignore
        it here, too
        
        Change-Id: I2fede2f7c45e5a0bbd9aabf7b2aba45432409199

2016-06-08  Eike Rathke  <erack@redhat.com>  [bd8d91e9deed91ca63b8149b1c32a2ce2c962c6b]

        use the new type information we now transport, tdf#35247 related
        
        Change-Id: I47e9bf8e7012024f3bf715569ab0192f973d2a2f

2016-06-08  Eike Rathke  <erack@redhat.com>  [86d8893c270dcca6b29a8b7dd15654089481af4d]

        use FormulaTypedDoubleToken in PushDouble() for temporary interim results
        
        ... and extract type information in PopDouble()
        
        Change-Id: Ib184a8d893bf1072d051a80259b44f6e28fc9271

2016-06-08  Eike Rathke  <erack@redhat.com>  [1ec01a340a063ef6d1b773e6a693c09234bd4f27]

        introduce FormulaTypedDoubleToken to carry type information of a double
        
        Change-Id: I88b4964ca95eefa41d415ed66fc106c834a686b6

2016-06-08  Eike Rathke  <erack@redhat.com>  [e24bedbb73a000b204069dde432965b503a7120c]

        ScDPResultTree::ValuesType can be empty
        
        Change-Id: I1a1213b6d887c1a2f0bfb5c8946e5bd67043cd01

2016-06-08  Rishabh Kumar  <kris.kr296@gmail.com>  [7b186b14ba1c1bd983798e1a987fe6310cf1b749]

        Addition of new controls and their rearrangement in color tab
        
        1. Addition of RGB and CMYK fields for the previous/old color.
        2. Removal of color mode(RGB/CMYK) listbox and replacement with RadioButtons.
        3. Changing color mode should not change the previous selected color.
        4. Hide CMYK controls and color mode RadioButtons.
        5. Addition of Hexadecimal color values.
        
        Change-Id: Iafc51e750e1f08345771edc9a733b91f6c771500
        Reviewed-on: https://gerrit.libreoffice.org/25538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-08  Stephan Bergmann  <sbergman@redhat.com>  [dd68325ef3ac8c01036d859ba83d8e880bf34528]

        Get build unstuck for now re missing glm/glm.hpp
        
        Change-Id: I9fe14cc1e8b3a34142e6f08743fa619babdc8302

2016-06-08  Noel Grandin  <noel@peralex.com>  [eb1afabe91f3d8df716587c2c58d164222bc14e8]

        use NULL instead of nullptr in external facing code
        
        Change-Id: I9f0846f06e0b42af841d575de5196fae78840c53

2016-06-08  Noel Grandin  <noel@peralex.com>  [4cad126dc11a4798d5554da55b94ef51e0b0e21d]

        split AddRemoveListener into two methods
        
        Change-Id: I247dc8a9033b39d5e49dc06e725f638644fcd02d

2016-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [42dae96f97bfcc44d5e6ccf727e1cdb178123d56]

        sfx2 classification: use auto where it improves code readability
        
        std::map<OUString, basegfx::BColor>::iterator itColor = aColors.find(aLevel);
        
        vs
        
        auto itColor = aColors.find(aLevel);
        
        and so on.
        
        (And do the same at two other places as well.)
        
        Change-Id: I538998c8b8afdf18a7eb139fa4d469205c561370
        Reviewed-on: https://gerrit.libreoffice.org/26046
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ce72e34b359c323ef7ff96a70500810a9cd8703a]

        opengl: batch drawing of polylines
        
        To get polylines to draw in a batch it was necessary to refactor
        the polyline code to work with GL_TRIANGLES instead of the previous
        used GL_TRIANGLE_STRIP. For this and to make the code easier to
        handle a new class was introduced: LineBuilder, which purpose is
        to assemble vertices for a polyline (line ends, line joints).
        
        In addition we need to know the line width, anti-aliasing (AA) per
        vertex basis (in addition to color, normal and extrusion) so we
        can draw many polylines with one draw call. This info is now
        stored in Vertex struct which is used when drawing lines or
        triangles (fills).
        
        Uploading of vertices has also been changed, previously we
        uploaded the vertices with the drawcall. a convention in Modern
        OpenGL is however to use VBO (Vertex Buffer Object) for this.
        With this we can upload the to the GPU vertices independently
        and not upload them if this is not needed (which is currently
        not used yet). A vector of Vertex structs is now uploaded to the
        GPU using a VBO which is handeled with a new VertexBufferObject
        class.
        
        In addition to reduce the ammount of duplicated vertices, we use
        a index vector (handled by IndexBufferObject class) where we only
        define the indices of the vertex buffer which should be drawn.
        
        Change-Id: I49dc9c6260b459f4f4ce3a5e4fa4c8ad05a7b878

2016-06-08  Noel Grandin  <noel@peralex.com>  [4bdbfdd6426460c562746c67c29a3b5e2bef8563]

        fix release in ODynamicLoader
        
        otherwise, if the refcount goes to zero, we delete the object,
        and the static pointer is now pointing to freed memory.
        
        Change-Id: I0cdd303590e4e70797bfddb8b403db4d831aab04
        Reviewed-on: https://gerrit.libreoffice.org/26045
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-08  Tor Lillqvist  <tml@collabora.com>  [c022a8fd6e153ee14f3d97f147af1abdd32f47e9]

        Not sure why loplugin:passstuffbyref did not warn about these cases?
        
        Pass a SalColor by value here, too, for consistency.
        
        Change-Id: I17ea621d376670284875d0af4830bf9c6f5da202

2016-06-08  Noel Grandin  <noel@peralex.com>  [80c874dc87ad3018df6e6f0edb7cca174f75db37]

        remove "object is disposed" warning in OBroadcastHelperVar::removeListener
        
        doesn't add anything of value.
        
        Change-Id: Ie2dea7c43570640284771c992d0072ab61de425e
        Reviewed-on: https://gerrit.libreoffice.org/25871
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noelgrandin@gmail.com>  [7fb70ff650ce3a1e4a39bd1b936f511d6be8986c]

        Convert ButtonValue to scoped enum
        
        Change-Id: Ia882914fb99844f21ce89d7218321933ef084b22
        Reviewed-on: https://gerrit.libreoffice.org/26036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noel@peralex.com>  [c941b5a103b5f2105106834c74842a3909216f9a]

        remove some manual refcounting in tools
        
        Change-Id: Ic911b38f77dda7ce564f315a97624c9054c77a38
        Reviewed-on: https://gerrit.libreoffice.org/26010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noel@peralex.com>  [5dd00fedb49f86564f93f07f89faabcb6fad87f6]

        remove some manual refcounting in reportdesign
        
        Change-Id: I660b94acaf07f7ff79b787a6e7bbbcbdbeae0ac0
        Reviewed-on: https://gerrit.libreoffice.org/26009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Noel Grandin  <noel@peralex.com>  [e626ebf50884520b38137a52a6ffc654c377956d]

        remove some manual refcounting in sc
        
        Change-Id: Ie13b28ffaf861dc85063e5a4b23fef8c929033d9
        Reviewed-on: https://gerrit.libreoffice.org/26006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-08  Takeshi Abe  <tabe@fixedpoint.jp>  [261f734b3c0e62ada51485ba81a535d32049c946]

        starmath: The formula tree must be of type SmTableNode
        
        This also omits the last push & pop on m_aNodeStack at the end
        of parsing.
        
        Change-Id: Iefff8fa801ea7cb9015d6cba0d5a972dee675cb7
        Reviewed-on: https://gerrit.libreoffice.org/26003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-08  Tor Lillqvist  <tml@collabora.com>  [d106ffc5f1c611657e7ccd96ac9dab70cc7ebe53]

        loplugin:passstuffbyref
        
        Change-Id: I67f256349cbe63c73c006bf0a8e7cd5b59944136

2016-06-08  Tor Lillqvist  <tml@collabora.com>  [1495e5b263c0d5c008d6d7294632f2492b6f1062]

        loplugin:passstuffbyref
        
        Change-Id: Ic14ff3235071f8300c6054000e4b0e397d7c99a3

2016-06-08  Stephan Bergmann  <sbergman@redhat.com>  [cdb41f2f7a2d7cdb779f5e23edd7e2d74228dd26]

        Apparently a copy/paste typo
        
        ...introduced with 1ffd7e1accbee482d4bb6698d4ad145d8a6a780d "INTEGRATION: CWS
        impresstables2".
        
        Change-Id: I7303a63c16c819c8fd808ffc43008c3ab3402819

2016-06-08  Gökhan Gurbetoğlu  <gokhan.gurbetoglu@pardus.org.tr>  [3b197594d8786a486b15cab0db78a5ac78a227bc]

        tdf#39440 Reduced the scope of the variable c
        
        Change-Id: I14cf653a661664eeb31015bf8aa94f7c140dd87f
        Reviewed-on: https://gerrit.libreoffice.org/26002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-08  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [05cd178535619d7cfecc15c059a92c2006f9282d]

        sw SwXTextCellStyle fix possible nullptr dereference
        
        Change-Id: Id6303afdbd294066332c1806699a47086331e9ef
        Reviewed-on: https://gerrit.libreoffice.org/26038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jakub Trzebiatowski <ubap.dev@gmail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-08  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [3fd25d2fd8dd29a2c775dee2781591074f1f8f34]

        fdo47267 odf import unit test
        
        Change-Id: I0f745483245b0e75b250ae1c2752f2e157307f0a
        Reviewed-on: https://gerrit.libreoffice.org/26012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-08  David Tardon  <dtardon@redhat.com>  [66592cc3dd00813eb07aea7396f123e50af4235a]

        initialize the counter
        
        Change-Id: I55c2a95a860dc814569b00c2edc9e135feb95bcd

2016-06-08  Pranav Kant  <pranavk@collabora.com>  [82ed95b7554cfa3b5e98f67cc53c6219e3a09886]

        sc lok: catch unhandled exception
        
        Now, after 432b27ec73940738bb0b4f9d3d749c70a2525700, we do not
        export newlines when empty range is selected. Trying to get
        transfer data in such a case throws an exception.
        
        Change-Id: If2b16bfa2c1932b0599108b989e62e200c1b3b27

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b2179939dea723ea8695018b03903b9e85121771]

        opengl: improve overlap tracking
        
        Insteado of tracking the overlap with only one rectangle use more
        rectangles and add elements to the rectangle that increases the
        combined area the least. If a new entry overlaps with at least
        on rectangle then create a new list. Current limit the number of
        rectangles to 30.
        
        Change-Id: I3db619afc1fdd98fe7314c930e909bf2c93d7b2c

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [18260a0d9a381a105ffb032ee8f1050c77062102]

        opengl: deferred texture drawing in RenderList, add drawAlphaRect
        
        Drawing accumulated textures (in Accumulatedtextures) is independent
        of drawing with render list which causes problems with rendering
        order when render list and accumulated textures are flushed. To
        solve this we need to combine both so we can check for overlapped
        drawing.
        
        Previously drawRect was using RenderList batch drawing but not
        drawAlphaRect which is essentially the same as drawRect but
        additionally supports alpha value. This adds support to draw
        alpha rectangles to RenderList and converts drawAlphaRect.
        
        Change-Id: I82bf0b410e5ebabb13bab7b29a2e53a6fdaa404f

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bb157523310eb237dc16818f24df58d110242367]

        opengl: fix transparency when drawing polypolygons
        
        Change-Id: I963b1bbf322acb20bf4e21834ba9c7ae400eaf7d

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2003076c4318511a3d621558d3b44b4e8e6c6529]

        opengl: batch draw polypolygons
        
        Change-Id: Ie9c41f95815a57c3a9e68ce7b7b0c1e09291988b

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [344dc6939c45552dc162ea8b3f892e2ae4998d64]

        opengl: batch drawing of pixel, line, rect draw calls
        
        Change-Id: Ib1619fa476f488c5315411b1ad4d1b7464c70c69

2016-06-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d0ec6c7b72f5826b9645c997b03d6f032b4f72f7]

        opengl: VertexUtils, deferred flush update, remove unneeded calls
        
        VertexUtils - collection of utils for working with Vertices.
        
        Add deferred flush to some places directly where it is called
        indirectly. This is to assure that we don't produce regressions
        if we change the behavior in the future.
        
        drawAlphaBitmap is the same as drawBitmap so when drawBitmap is
        called just redirect to drawAlphaBitmap
        
        Change-Id: Ibef1ba88865856d92d9e93734cf5d6561af785c0

2016-06-08  Juergen Funk  <juergen.funk_ml@cib.de>  [f9bb13419549d621ffd55d9d81e0732a89560e2e]

        tdf#99815 use XNotifyingDispatch in sfx2
        
        - move DispatchHelper somewhere public
        - use it from generic dispatcher call sites in sfx2
        - return result of dispatcher calls (conveyed via
          XDispatchResultListener) to calling code, instead of faking it
        
        Change-Id: Ie8041133e99dd99e45819f98798829b96532b9e6
        Reviewed-on: https://gerrit.libreoffice.org/24953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [439b47e84bb12ec1c5cc2332b4c6a9ea59f462ad]

        enable breakpad in distro configs
        
        Change-Id: Ib321a62223c77e3f62d48f358a228465280458ad
        Reviewed-on: https://gerrit.libreoffice.org/26022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-07  skswales  <stuart.swales.croftnuisk@gmail.com>  [29e0b587df4e509558c22fa478992b07486828d1]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        Functions suffixed with A/W (ANSI/Wide) as needed for clarity
        
        This completes the _tstring/TCHAR/TEXT elimination for setup_native/
        
        Change-Id: I66292fd490a09f75b8691274255ba41870074065
        Reviewed-on: https://gerrit.libreoffice.org/25771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [0e3f354daa15e92a5a762a638f1674922864943e]

        tdf#89329: use unique_ptr for pImpl in unoshape
        
        Change-Id: I1a7a7b68f58430d0975087b0f7c7ab36dc29a686
        Reviewed-on: https://gerrit.libreoffice.org/25966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16e6fcfc367d9a1b0d67d1b4df0c087887f1ec34]

        we also need to set initialized falg for deferred initialization
        
        Change-Id: I2ca727ea5a371e916b6acec5ba7ed1fb287208ee

2016-06-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b14092052f484d6771b7cd212e33dbfc70702410]

        update credits
        
        Change-Id: I2ab962d75638f2b09ea5b7db52d951b0ea88b73c

2016-06-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d5c1091faaecac7a00ac653719bbc2fb37563516]

        update emoji autocorrect files from po-files
        
        Change-Id: I2cd9d220791bbb70d5247630c2a42a031d15f541

2016-06-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1549a8fae90c6d8114fc691e8f7e44d0ad96c2fd]

        Updated core Project: translations  5a19b0e2aace7ae41441a09e9aa31be7350ec18f
        
        update translations for 5.2.0 beta2
        
        and force-fix errors using pocheck
        
        Change-Id: I7bf80dbe27c76ab3fbd4e7aa39b5e2e5afb0db07
        

2016-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78b100ec9cb0db2f7b33ece5ad3287a67a37246f]

        only init the OpenGL context if we need it
        
        Change-Id: Ia88a1720d204b9933f1476bd703b99180e45abde
        Reviewed-on: https://gerrit.libreoffice.org/26023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [665844d8dd0cf4b3fc6cdb56f3e155704ba76b00]

        Switch "Delete" and "Rename" in Template context menu
        
        Change-Id: Ib40a27c25d15c4dd65bbfc4d50f55b16496c7a0a
        Reviewed-on: https://gerrit.libreoffice.org/26024
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-07  Eike Rathke  <erack@redhat.com>  [81f2bbc2fc42688d5f884d3dde58abe4c265694a]

        Resolves: tdf#89186 descend into dimension children to obtain leaf result
        
        Change-Id: Iea6c292c6d7347c4abb221672e583118196e6c1f

2016-06-07  Stephan Bergmann  <sbergman@redhat.com>  [77c55e962140d0c822f05a5d972c450e807ab220]

        Any::getValue always returns non-null
        
        What this code looks like it wants to do is check whether rValue is either a
        Sequence<sal_Int8> or else a Reference to XBitmap or XGraphic.  It was
        introduced with 1ffd7e1accbee482d4bb6698d4ad145d8a6a780d "INTEGRATION: CWS
        impresstables2" which mentions "fixed merge error" multiple times in the commit
        message.
        
        Change-Id: I81467074efb433e0b52eb82e2c81d4b5890e67e9

2016-06-07  Eike Rathke  <erack@redhat.com>  [1bcfa6212553b1d130036f0d1e5bc0dc0692b706]

        attempt to obtain numeric constraint values for GETPIVOTDATA(), tdf#35247
        
        This helps for a very basic
        GETPIVOTDATA(A1,A1,"fieldname",DATE(1999,12,23))
        to recognize the date value, but still fails for not so simple
        expressions or if there are more than one constraints, as we don't
        transport type information in tokens yet.
        
        Change-Id: I3dba8959b580e823af2b1352adb147ca9e4b9285

2016-06-07  Caolán McNamara  <caolanm@redhat.com>  [ec2425ad5fb39df5ad952b27d49e172fdd7ff00d]

        Resolves: tdf#100258 crash on disposing media player
        
        SfxDockingWindow::dispose() will call SetFloatingMode false
        its floating, which recreates the mpMediaWindow and so
        the assert occurs about living children.
        
        So toggle out of floating mode before deleting mpMediaWindow
        to avoid that
        
        Change-Id: I0b1cae149261fa43611b9f9a39465ce718e33484

2016-06-07  Michael Stahl  <mstahl@redhat.com>  [93f3bd545b65a4df1ed04118f696a85a0e50c423]

        unoxml: fix data race in CEventDispatcher::callListeners()
        
        JunitTest_unoxml_complex crashed with an assertion:
        
            error: attempt to increment a singular iterator.
        
        This is because the CEventDispatcher::dispatchEvent() attempts to copy the
        m_TargetListeners onto the stack, before dropping the mutex to call the,
        listeners, but the copy is unintentionally shallow and the ListenerMap
        that is the value of the outer type is not copied, so this member is
        accessed in callListeners() without MutexGuard.
        
        Fix this by replacing ListenerMap* with ListenerMap as the value,
        which also allows getting rid of explicit delete calls.
        
        15 0x00002b7793e5ace8 in abort () at /lib64/libc.so.6
        16 0x00002b77948c1565 in __gnu_debug::_Error_formatter::_M_error() const () at /lib64/libstdc++.so.6
        17 0x00002b77b802a7d8 in __gnu_debug::_Safe_iterator<std::_Rb_tree_const_iterator<std::pair<_xmlNode* const, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener> > >, std::__debug::multimap<_xmlNode*, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener>, std::less<_xmlNode*>, std::allocator<std::pair<_xmlNode* const, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener> > > > >::operator++() (this=0x2b77b7d99c90) at /usr/include/c++/4.8.2/debug/safe_iterator.h:291
        18 0x00002b77b80275ae in DOM::events::CEventDispatcher::callListeners(std::__debug::map<rtl::OUString, std::__debug::multimap<_xmlNode*, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener>, std::less<_xmlNode*>, std::allocator<std::pair<_xmlNode* const, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener> > > >*, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::multimap<_xmlNode*, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener>, std::less<_xmlNode*>, std::allocator<std::pair<_xmlNode* const, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEventListener> > > >*> > > const&, _xmlNode*, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEvent> const&) (rTMap=std::__debug::map with 1 elements, pNode=0x21a9c10, aType=..., xEvent=...) at /unoxml/source/events/eventdispatcher.cxx:103
                pMap = 0x2203b10
                iter = {first = , second = {<com::sun::star::uno::BaseReference> = {_pInterface = }, <No data fields>}}
                ibound = {first = , second = {<com::sun::star::uno::BaseReference> = {_pInterface = }, <No data fields>}}
                tIter = {first = {pData = }, second = }
        19 0x00002b77b80284e4 in DOM::events::CEventDispatcher::dispatchEvent(DOM::CDocument&, osl::Mutex&, _xmlNode*, com::sun::star::uno::Reference<com::sun::star::xml::dom::XNode> const&, com::sun::star::uno::Reference<com::sun::star::xml::dom::events::XEvent> const&) const (this=0x21fbee0, rDocument=..., rMutex=..., pNode=0x2200890, xNode=..., i_xEvent=...) at /unoxml/source/events/eventdispatcher.cxx:242
                captureListeners = std::__debug::map with 0 elements
                targetListeners = std::__debug::map with 1 elements = {[{pData = 0x2202a30}] = 0x2203b10}
        
        Change-Id: I66fb7a461df0f8066383365850536f7b0394306d

2016-06-07  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [45a6fdad8101e4ba552ca4d4532d0b03b79dd15a]

        sw UNO Cell Style family, SwXTextCellStyle
        
        Cell Family :: getByName
        Cell Family :: getElementNames
        Cell Family :: getCount
        
        Change-Id: I37d567ee284054f847c704d9fce370d174a0c48c
        Reviewed-on: https://gerrit.libreoffice.org/25896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [934908168ebdb4a021e18e6bea57accc21d5ad86]

        Missing selected + hover state in Template Manager
        
        Change-Id: I35c91cea34953a5c4a78031eb809001e902197f1
        Reviewed-on: https://gerrit.libreoffice.org/26013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-07  Caolán McNamara  <caolanm@redhat.com>  [15436c009e756dd4c94046f9849ad5a186454af8]

        gtk3: move the updating of native menu to right after its activated
        
        try fix that view->toolbars isn't in sync
        
        Change-Id: I095be3003f076193878f2c3ce2a2be5acbe0e33f

2016-06-07  Caolán McNamara  <caolanm@redhat.com>  [c450705d51a4fe67d1e9391b2f78235b79766cfe]

        gtk3: wrongly activating the parent menu and not the desired child
        
        Change-Id: I57193a424b5f19a59e98bdfe26e0cab38d4204ea

2016-06-07  Stephan Bergmann  <sbergman@redhat.com>  [b5ad72bbfca85946e352b56d9d2ee5eb71cd2132]

        Replace VALID_CONVERSION macro with function
        
        ...to avoid bogus -Werror=unused-result from trunk GCC in the macro expansion.
        
        Change-Id: I227a0edfb22255c31d285609761dbefb4e50e09a
        Reviewed-on: https://gerrit.libreoffice.org/26004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-07  krishna keshav  <princy.krishnakeshav@gmail.com>  [7a11763823eef04e9602c7de3fff44415061d7cb]

        tdf#99589 tolower / toupper - dangerous to Turks ...
        
        used 'toAsciiUpperCase()' and 'isAsciiUpperCase()' from rtl/character.hxx
        
        Change-Id: Iafbf97c4e2f026443411cf080ba2f0872b726bbe
        Reviewed-on: https://gerrit.libreoffice.org/25877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [279f1a204f8c5b5121e9f1f9c431d17bdab1f5bd]

        tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}
        
        The width type is an attribute, not an sprm; this resulted in zero cell
        margin in the table -> the text overlapped with the border shape.
        
        Change-Id: I611feb084a16c76faf281d376e1a4a31e162f53d
        Reviewed-on: https://gerrit.libreoffice.org/25997
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f08e1630ae56e6f3335a11020e6d2c33c4ce2863]

        sd: make test "testTdf93124" more robust
        
        Check that the bitmap ihas been exported and imported correctly
        instead of seg. fault.
        
        + use ScopedReadAccess
        
        Change-Id: Ib79b5beddef5dc4f7c3435bae94c2f6a26f8ac10

2016-06-07  Stephan Bergmann  <sbergman@redhat.com>  [d8df3ed9dfef931d5384a18f3ac3b1f49ee3200c]

        error: unknown tag: internal
        
        Change-Id: Ie96b4ed27060498a39bb5fb1ea7a4cb3e17408ff

2016-06-07  Eike Rathke  <erack@redhat.com>  [b6a1034a666049869b079482c21ef0eff1cafb9b]

        fix include guard
        
        Change-Id: I12d2e52ed026e4e6945dc837ec9083e65142b54b

2016-06-07  Caolán McNamara  <caolanm@redhat.com>  [a33d18c1e38dd783e779ca1dbf54e1ad90cae751]

        Resolves: tdf#88237 crash without java but with nlp solver installed
        
        Change-Id: Ifb451c299e4586a3a38c83a3111f3ac0b46d9315

2016-06-07  Noel Grandin  <noel@peralex.com>  [970b0ebb67d4033d70795e586a26c7a695c14194]

        [API CHANGE] Drop deprecated  I*Description interfaces
        
        And make the fields of com.sun.star.uno.Type private
        
        Change-Id: Ied7698b4157460e9726f271092c92b6b382239fd
        Reviewed-on: https://gerrit.libreoffice.org/25971
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-07  Dennis Francis  <dennisfrancis.in@gmail.com>  [f30aa6e51f7fe2fd3da47629de5a0dc13706e866]

        tdf#97340 : Handle autofilter search for dates correctly
        
        Change-Id: I5c8413d560789a626ea87eb28a89059960177f1f
        Reviewed-on: https://gerrit.libreoffice.org/25850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [28fca2e3132e3b66b337c53df58233615c48f0fa]

        Resolves: Template selection dialog has wrong parent
        
        Change-Id: I500e78c0256cf6b7de03a537190e842f5e878e6e
        Reviewed-on: https://gerrit.libreoffice.org/25959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [837c1e2e9cc6886e74e4f32d6296d07daf23a2e1]

        Move accessibility relations to .ui files, Part 7: tdf#87026
        
        By removing unnecessary variables/strings/funciton calls,
        and making proper changes in the related .ui files.
        
        Change-Id: I059bf02bc6ea29bf1b92d21f5a10a76548ecd1fc
        Reviewed-on: https://gerrit.libreoffice.org/25973
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-07  Caolán McNamara  <caolanm@redhat.com>  [8f6ce60fdb9a8a583f3a925ef345265cee299b89]

        cppcheck: noExplicitConstructor
        
        Change-Id: I2bd2fd9c5768128130659213305b7da04686125a
        Reviewed-on: https://gerrit.libreoffice.org/26000
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [71bdc1d936f7930a176f760d7148a152dd9cb3e4]

        Remove unnecessary strings in bmpmask dialog tdf#87026
        
        By moving accessibility relations to the related .ui file,
        and deleting calls to SetAccessibleName where possible.
        
        Change-Id: Ic2b309d54d3579158bdf33468f0895ca2b2a393e
        Reviewed-on: https://gerrit.libreoffice.org/25956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [ca1d1c41f1dd4702bdffb1936b85bb6ac617219a]

        tdf#89329: use unique_ptr for pImpl in float3d
        
        Change-Id: I80eb64cd91651f521fb6dba6bef22dc1d77188e1
        Reviewed-on: https://gerrit.libreoffice.org/25937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [082d46908533dc254018fa8f5d517b025bb2fca4]

        tdf#89329: use unique_ptr for pImpl in svdoole2
        
        Change-Id: Ie189576336e0670102d7675b59f30e3fc357671d
        Reviewed-on: https://gerrit.libreoffice.org/25942
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [a5e7c9ca89c5bf5664a687650ce0a94d7764e2b8]

        tdf#89329: use unique_ptr for pImpl in svdobj
        
        Change-Id: I2126e54b6b4571a490819bac0aff2bd10f766ffd
        Reviewed-on: https://gerrit.libreoffice.org/25941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [bc6a00bab90f49018ce7fe623f173cc785eeb807]

        tdf#89329: use unique_ptr for pImpl in xmlsecctrl
        
        Change-Id: I2a4d6b3924aabede4dd77283abc157bd38e12dbe
        Reviewed-on: https://gerrit.libreoffice.org/25967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-07  Xisco Fauli  <anistenis@gmail.com>  [8dc73a2c0801db12b0d03a54c7ec59b12f1276e3]

        tdf#89329: use unique_ptr for pImpl in fmpage
        
        Change-Id: I47bc9c2e70ddad5d560cc41db645d9a7085a9aa9
        Reviewed-on: https://gerrit.libreoffice.org/25936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-07  Akshay Deep  <akshaydeepiitr@gmail.com>  [916b3e30099ee01f6c33ba01c7a8adc24cf965cc]

        Reset Default in Context Menu for default templates
        
        Change-Id: Ifedb4f5b4dada0e9e0ac40ffcaed4c2821df501d
        Reviewed-on: https://gerrit.libreoffice.org/25995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-07  David Tardon  <dtardon@redhat.com>  [397ad4d4b844d0c1a24fceb20cde460554b9910f]

        pass image lists using a response file
        
        Change-Id: Ic00715edd1173ebb01ce5853e2835d71235fa4df

2016-06-07  Takeshi Abe  <tabe@fixedpoint.jp>  [5012f694d46bd20263d2ceebc28143be1999c0fd]

        starmath: Make ctors explicit
        
        Change-Id: Ic1b7ce74f73bd41824e0af78675b4e18af32b1f5
        Reviewed-on: https://gerrit.libreoffice.org/25960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-06  Damjan Jovanovic  <damjan@apache.org>  [b3f1afc28fa537e6d4ff15de457a4a9dc4af809e]

        #i124867#: jpg options shows initially wrong estimated file size
        
        File main/svtools/source/filter/exportdialog.cxx
        
        ExportDialog::GetGraphicStream() creates the compressed file from which the
        file size is obtained, calling GetFilterData() to obtain the properties used
        to save it. GetFilterData() returns image properties, like JPEG colormode
        and quality, PNG compression/interlacing/translucence, BMP color and RLE
        coding, etc. In the case of JPEG, the quality is read from
        maSbCompression.GetThumbPos().
        
        The problem is that in ExportDialog::updateControls(),
        maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaning
        the stream is created with the old thumb position.
        
        This patches it to call GetGraphicStream() later, immediately before using
        that stream, so that its properties such as compression are updated first
        and the size is calculated correctly.
        
        Reported by: myspaces at hotmail dot fr
        Patch by: me
        
        (cherry picked from commit 48cf17d5fac7e77aa82caa454cd0f26cd10faaa0)

2016-06-06  Eike Rathke  <erack@redhat.com>  [f88f6bcfce233c336c9025d466c5c2fb0b671de3]

        Resolves: tdf#35247 introduce a locale independent numeric field filter
        
        ... that tries to match a locale independent query string.
        
        Going via string queries is likely only necessary for the ugly
        alternative "fieldname[member]" syntax, if it is actually unnecessary
        for the field1,item1,... syntax needs to be evaluated and if so a
        distinct GetPivotData() function evaluating numeric contraints as well
        could be introduced.
        
        Change-Id: I2c1fc81c1022b0bba5eef8d86c0c815bb6e31f2d
        Reviewed-on: https://gerrit.libreoffice.org/25975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-06-06  David Tardon  <dtardon@redhat.com>  [82f93bff42c0ce3b138ca61040c964f42632d000]

        use smaller hammer
        
        Change-Id: I97c7cd945806265e1d447744d1b0531f14d637a6

2016-06-06  David Tardon  <dtardon@redhat.com>  [0df28a3702edb89d1214e65af190394a737bc8d6]

        there is no image list in firebird
        
        Change-Id: Ic7060ae60b5f11220c922da2ce7fc3183fdf2f61

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [2a11499583cfc8c65e2fa99fbcdfdd7b94e966c1]

        sw: simplify identical branches in WW8AttributeOutput::DefaultStyle
        
        Change-Id: I0d500ecbcd0bc0d6b9f772304345acd4ddb5df11

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [62d270116bf34778bf581f21b27fa9cdbff7de0e]

        tools: rename SvStream::Read/Write to ReadBytes/WriteBytes
        
        Change-Id: Ib788a30d413436aa03f813aa2fddcbc4d6cd2f9a
        Reviewed-on: https://gerrit.libreoffice.org/25972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [d0bc637426060593046c8d3a4d01d0b05b052cc5]

        Normalize on using @throws instead of @raise[s]
        
        ...as the former is used almost exclusively
        
        Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b

2016-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [07f5d9839fc28343447b2879a3ccf138bd025544]

        sw: prefix members of SwCache
        
        Change-Id: I2896dffca4d13dd95612fa463c66eb5a769d5650
        Reviewed-on: https://gerrit.libreoffice.org/25952
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [106bcf136892944d9430ffa70d21de641bb44441]

        loplugin:sallogareas
        
        Change-Id: Id9204f2499bd995f36c5962da56a6d486fe4ca59

2016-06-06  Noel Grandin  <noel@peralex.com>  [dfa8ecef62f4f55aa614013a80ad9aeb61a4fdac]

        Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag""
        
        This reverts commit abde31a2bc68302e1afafe1fcc3f5d85369010f8.
        
        Since my analysis was completely incorrect, and the bug was elsewhere.

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [55a07417c8df1f451cac33d5dfc6a2ef450fa544]

        svx: -Werror=unused-function
        
        Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [296125b0bf28af9ec6f0ab1459b392e26ed3eb3f]

        connectivity: -Werror=unused-variable
        
        Change-Id: Idaef923205a5f21d7c4c84cc74d3a369107f7325

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [722f6109296e115f56281bae548f809ef60327c2]

        sc: -Werror=unused-variable
        
        Change-Id: Ife22868a5bdc41b5c30bbd187f207998791487eb

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [6bd1465395064f60c4ac45bbd79571149a702d0b]

        loplugin:sallogareas
        
        Change-Id: I32a1b278643ab54dd16966d0e41f3cee0bafb024

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [f6d6a9c26448996498ec2a19c9ec64e6056a82f8]

        tdf#89329: use rtl::Reference for pImpl in querystatus
        
        Change-Id: Iebc26867ebca7b61c0c54eb36bef035f4c9fc28a
        Reviewed-on: https://gerrit.libreoffice.org/25909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [77a64e38637de0332f9f4ccf968bdd246f0b36eb]

        -Werror=unused-variable
        
        Change-Id: I173624a5740ae01b33138eeaa25b9d79ecd22d59

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [0fbe22a77289a624e1346ab457734c2f64f8e6fb]

        css::uno::Any move semantics (for LIBO_INTERNAL_ONLY)
        
        Change-Id: Ib582a744321e0f209395651ac2edffe30152ffba

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [1bf3cafd4cd6c3133adaad764e4f216a5d0ead1c]

        sc: StarCalc/DOS import: fix an endian issue
        
        Change-Id: I0f76661d1aec104ee7e22a8abd5f734553796c33

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [da4f7d5d76e054627b61521657d40141b9728e15]

        filter: "tga" import: fix some endian issues in ImplReadPalette
        
        Change-Id: Ia8ec7b7e19cf9b6b19497cbd77ae5a4e2fdccee7

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [3e9aa8b2b29f5222d93ace0e02207fe3bd7d853f]

        lotuswordpro: fix some endian issues
        
        Change-Id: I224c2d894071d6ec7d0afd5e2780a42b842aa32e

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [4849f342b6969abb777d91a1fa77ec120f861c48]

        connectivity: DBase: fix some obvious endian issues
        
        These calls to SvStream::Read/Write operate on structs that contain
        32-bit integers.
        
        Change-Id: I2d45128ad482013cd9ef1fca0dd259dfc09c904f

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [6325cdb735effc5c9ff85819b20aec4271158519]

        filter: PPT import: PptPlaceholder is 1 byte large
        
        The array of 8 bytes corresponds to 8 enum values and is read directly
        in ReadPptSlideLayoutAto(); this was wrongly converted to enum.
        
        (regression from e5a03da8eb02c333502d6b427625e7bf554ff203)
        
        Change-Id: I5757e06459467b3c84c4a404493fa3be23e4e9a0

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [06a6f3b352d4471892c6516aebf2e948cac329b0]

        vcl: "sgf" filter: replace manual byte-swapping with SvStream methods
        
        Change-Id: I316744a036f540140c494bd7997ae7c5077913d2

2016-06-06  Michael Stahl  <mstahl@redhat.com>  [86b3215240ad9d008df5870cbf692c6986c3b7a1]

        vcl: "sgv" filter: replace more byteswapping with SvStream methods
        
        Change-Id: Ibc34bb75a77b0dcba491e2c297b59bfb352ca2ef

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [2562d39d56bb48df3fb7daf8365ef93ff5f0dfdb]

        Revert "loplugin:sallogareas"
        
        This reverts commit 94e6d9d0667781fc733bd18d7cf2b81d4a5366cb, which wasn't
        necessary after 69c997428b748357918994ae1b0e2dbd052687d0 "loplugin:sallogareas".

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [9321b5288d2263247b0c089151a31aeba8e1a0d3]

        loplugin:simplifybool
        
        Change-Id: I38d30d086bfd819eab806696aa4c9ad830667113

2016-06-06  Noel Grandin  <noel@peralex.com>  [f4608bde584f9606781d12065a12e3683d6ea101]

        remove unused field
        
        Change-Id: Ic8c9b50f496ee97da3f03af966005f28c37ff7e9

2016-06-06  Noel Grandin  <noel@peralex.com>  [5f42a268c30c1feccc13fd0a08ac2f0ed54fdbac]

        remove unused imports in java code
        
        Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8

2016-06-06  Noel Grandin  <noel@peralex.com>  [94e6d9d0667781fc733bd18d7cf2b81d4a5366cb]

        loplugin:sallogareas
        
        Change-Id: Id285f7b7f100f7bfd21ca786ef260243aad35825

2016-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0d819ac5667a07f629f2acb5d3c542fa76d348b]

        SwXDispatchProviderInterceptor: implement frame::XInterceptorInfo
        
        With this, framework::InterceptionHelper can make a better decision what
        interceptor to call: it can avoid calling SwXDispatchProviderInterceptor
        when the sw code would just call the previous interceptor anyway.
        
        Change-Id: I92897f2c8baa264dc9ccbc11b63f415da30a910d
        Reviewed-on: https://gerrit.libreoffice.org/25961
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [69c997428b748357918994ae1b0e2dbd052687d0]

        loplugin:sallogareas
        
        Change-Id: I76a1ca53ea51488f1338276042e1e435ed34f602

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [5d9ea4129458a329c6f5b98b5c925f24b771f149]

        loplugin:defaultparams
        
        Change-Id: Ib86c93a1858ef29323a1dd7b766497dde470b712

2016-06-06  Noel Grandin  <noel@peralex.com>  [3fff330558232ea8df6558117b60b781f98e9ff5]

        fix crash
        
        introduced by commit 4d666f5092d7c4f2ece9702dda4d874e44cdc6f7
        "tdf#89329: use shared_ptr for pImpl in slstitm"
        
        Change-Id: I69da5a716f1e6c9f56e0be5a97182be9dd329abc

2016-06-06  Noel Grandin  <noel@peralex.com>  [02858c3d4900fba4d7fa596b221eb426b35ca3e9]

        fix synchronization of JobQueue
        
        Change-Id: I51d58896065a06564d7963aab1145ba9083fdefc

2016-06-06  Eike Rathke  <erack@redhat.com>  [d5146c0e3ca7459db4fdc3b348cec4012555ea35]

        no-break space between number and percent sign, tdf#63272
        
        Change-Id: Ifa02ad6bd1d06dc44a776b3a4dbf6c4b366394fc

2016-06-06  Mark Hung  <marklh9@gmail.com>  [40b0b9ab7703a165295b008f47df14d2ec076fb1]

        Ensure that OpenCL device id returned from getDeviceSelection() is valid.
        
        Change-Id: I756bb57d471db3d3ca1d9c3733d359c7c16b4e66
        Reviewed-on: https://gerrit.libreoffice.org/24959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-06-06  Susobhan Ghosh  <susobhang70@gmail.com>  [8b99402338773150fc0c8c6f894eb610e056d79e]

        tdf#83830: Page Format Panel
        
        Change-Id: I16d263f07eb49eaa32a161958b48f4059fffafdf
        Reviewed-on: https://gerrit.libreoffice.org/25530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-06  Akshay Deep  <akshaydeepiitr@gmail.com>  [ecece54942a8e5f20ae6dc69f25a2499d38c78bd]

        Improve Impress Template Selection Dialog
        
        1. Hide controls: export, move, action menu, repository menu, Online Button
        2. Checkbox to easily hide the dialog
        
        Change-Id: Id2899edb9ba280c9a714d09fa534f975600b05af
        Reviewed-on: https://gerrit.libreoffice.org/25913
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-06  Akshay Deep  <akshaydeepiitr@gmail.com>  [1efbab1eb4e01ae3116301df861067a2e488c717]

        Hitting return in search field should not open a template
        
        Change-Id: I85d8096489debdbda1b3883f9335dd1218e567ec
        Reviewed-on: https://gerrit.libreoffice.org/25915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-06  Akshay Deep  <akshaydeepiitr@gmail.com>  [f944195baabfda068cc37bd4e8ddf60e6cc990b7]

        tdf#94131 Easier access to set a default template when saving a template
        
        Change-Id: I2a3732a178f47ce49c77089a6e0865b609efd499
        Reviewed-on: https://gerrit.libreoffice.org/25916
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-06  Jan Holesovsky  <kendy@collabora.com>  [47d0e1be83810ccdb2d5350167c3713ea5d923ba]

        tdf#84411 unit test: Trivial follow-up updates.
        
        Change-Id: Ia19fec237d3301297e4e1caa2338519264c4b724

2016-06-06  Marco Cecchetti  <marco.cecchetti@collabora.com>  [770493f3cf4c724e115b51a4280b00fe00b7f42e]

        tdf#84411 - unit test
        
        Change-Id: I0be17c6e9e7f14d73597410a52539240f22a9b68

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [5c2f970557791aa2b4a65a1c1298492a0f313225]

        cid#1362511: Concurrent data access violation
        
        Change-Id: I35a381f9601178a3aab98b11172d33372d5c3dc1

2016-06-06  Noel Grandin  <noel@peralex.com>  [abde31a2bc68302e1afafe1fcc3f5d85369010f8]

        Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"
        
        This reverts commit e319ef1171dab61fff2201f5c1470ca09894c395.
        
        Apparently, at some point, someone added a 'bool bDummy' param to
        SfxModule, but only updated 2 of the 5 callsites. Since we're
        passing in pointers here, at the other call sites, the bDummy
        param evaluated to 'true'.

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [9f0ed9d8ebdc31fe546ba280966481a0b2a6994e]

        Use o3tl/any.hxx in scaddins
        
        Change-Id: Ifb19d216a00db90d6a267099077f90e6c54cd942

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [61e0433fdf1bfd391378ff9fcbf697aec4c5e61a]

        Use o3tl/any.hxx in connectivity
        
        Change-Id: I5c0d84b20b9146c4fc65bfdc0e9c65a05c93d71c

2016-06-06  Stephan Bergmann  <sbergman@redhat.com>  [e5d45064fc2e858c27ab7d97a7a7fa024d210133]

        Improve o3tl/any.hxx
        
        * Ensure tryGet<XFoo> (instead of tryGet<css::uno::Reference<XFoo>>) doesn't
          compile.
        
        * Add forceGet (as discussed at 0d7c5823124696f80583ac2a5f0e28f329f6f786 "New
          o3tl::try/doGet to obtain value from Any", to be used momentarily).
        
        Change-Id: I57eb6ef18a6ab0d52bb26df7eb4e51b485fc83ed

2016-06-06  Jan Holesovsky  <kendy@collabora.com>  [6aa46396f6cb3de4e34a7684c59162bb6a3f37fe]

        Reintroduce some code removed with "Remove unneeded Pane code in ..."
        
        This code was removed in 71cf1aefca1ecf10272308d7c75201bd39d3b0f6, but it was
        guarded by an "ifndef", not by an "ifdef", so it should still stay (unless I'm
        missing something).
        
        Change-Id: Ib344e73d39d1fcd3b84784977769708726d8ed1e

2016-06-06  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [efb38949a44dec7e9f5fee7e9ec34164633d926c]

        fdo47267 fix import crash
        
        fixed import crash introduced in d4188f643db050c962a937547d19a9a08bd2235d
        
        Change-Id: I0bf76fd345438e3cd303ee85c770aa0515c056df
        Reviewed-on: https://gerrit.libreoffice.org/25887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-06  Mark Page  <aptitude@btconnect.com>  [e319ef1171dab61fff2201f5c1470ca09894c395]

        Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag
        
        The SfxModuleArr_Impl is a static container of SfxModule, since
        this is private to the SfxModule class it does not require
        wrapping.
        
        The bDummy flag is unused, and complicates the class
        
        Change-Id: Ib03b215543a0c37d4edf20b2d0fc141a783e115e
        Reviewed-on: https://gerrit.libreoffice.org/25859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Tor Lillqvist  <tml@collabora.com>  [9d4bc00abbada676e17ff44c5bc1cc7a77765575]

        loplugin:staticmethods
        
        Change-Id: I1c178eedb1443372cdc474e36133400c0ad476ba

2016-06-06  Tor Lillqvist  <tml@collabora.com>  [d6efb4e417b3f85782c82fd97788db6b26740a19]

        loplugin:unusedvariablecheck
        
        Change-Id: Icbf2138d3ac69fb0022134fb7ceab34935ccdc2a

2016-06-06  Tor Lillqvist  <tml@collabora.com>  [043b2900aed2f6e2c22e90710302b15afec312b4]

        loplugin:passstuffbyref
        
        Change-Id: Ie1cd7d63aaf2963137138def86cf5f4e141569b2

2016-06-06  Yousuf Philips  <philipz85@hotmail.com>  [3eb15d6119ff36d79aed3b8a42bac42c25afea4e]

        tdf#85594 Unify Calc drawing toolbar with Writer
        
        Change-Id: Iac74d5d8f8b20cd771ce67c713ef53eccaa6f1f0
        Reviewed-on: https://gerrit.libreoffice.org/25895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-06  Yousuf Philips  <philipz85@hotmail.com>  [33459c1b7c76f909ccdbaa707ef27d7e3be80550]

        tdf#81475 Minor tweaks to writer toolbars
        
        Change-Id: Ifdc1e7305dcd3db5a77f9d9f30094031c24b9460
        Reviewed-on: https://gerrit.libreoffice.org/25894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [a4a97fb56c526a0f3793e55826afce42f4b0eeef]

        tdf#89329: use unique_ptr for pImpl in configvaluecontainer
        
        Change-Id: Ide38cacc59a44515287d51dadb23836eaac14518
        Reviewed-on: https://gerrit.libreoffice.org/25904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [c9ff3efd2cc1a0bcf09b073972ecf21b244f9fd8]

        tdf#89329: use unique_ptr for pImpl in accessiblestatesethelper
        
        Change-Id: I768bfd5a19a2633e6d6cd37f919c20cbfc76824e
        Reviewed-on: https://gerrit.libreoffice.org/25905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [52af06b471ed3e4627be3950330ad311b71c275b]

        tdf#89329: use unique_ptr for pImpl in xmlnumfe
        
        Change-Id: I1c07b20f187d4b7045d68e0b7f95725de039bf77
        Reviewed-on: https://gerrit.libreoffice.org/25743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [37c0fd253e7a73d08d35b60fecd7aa09816d9073]

        tdf#89329: use unique_ptr for pImpl in objsh
        
        Change-Id: I572436af608821c3f6fad4deb66ebe2598a2df8a
        Reviewed-on: https://gerrit.libreoffice.org/25912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [6b51e9afe01171a46f19fb96b1c2a2074d5a92ca]

        tdf#89329: use unique_ptr for pImpl in prnmon
        
        Change-Id: I73fe5dc51f2352c5def618ad4011b436f15230a2
        Reviewed-on: https://gerrit.libreoffice.org/25900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [1c087eb58df11bbfb14a564e5ad73e29664b73ce]

        tdf#89329: use unique_ptr for pImpl in viewfrm
        
        Change-Id: I330b3910e3e551ce43c2772fc63777de27901e0d
        Reviewed-on: https://gerrit.libreoffice.org/25910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [7f3116bb8d58897e35505ff1d012f9e5bf2cfa72]

        tdf#89329: use unique_ptr for pImpl in window
        
        Change-Id: I0cb050875a7cb03b730cbbf93078f36fc1f372ce
        Reviewed-on: https://gerrit.libreoffice.org/25901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [4fcbf856049e56f916d1044fa8cd7e3759a87079]

        tdf#89329: use unique_ptr for pImpl in dialog
        
        Change-Id: Ic08e35a08f3f72383be305e3458b83fe06e3e1a5
        Reviewed-on: https://gerrit.libreoffice.org/25902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [cc813c946c2fdb2e050db773572431a537e37215]

        tdf#89329: use unique_ptr for pImpl in unoctitm
        
        Change-Id: I580c6c9999b35137ae883a84898b9d03fd7cb056
        Reviewed-on: https://gerrit.libreoffice.org/25899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [d2e0d10d481f76e142635463bdccb6bc6706cc13]

        tdf#89329: use unique_ptr for pImpl in app
        
        Change-Id: Ia4e53f6e2973c1dd439e22bd93329bfc6e21ba75
        Reviewed-on: https://gerrit.libreoffice.org/25908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [738aefb51aa034188a5342b4b04e15629038e087]

        follow up fix: initialise PointSequenceSequence directly
        
        commit e95be04a73e977022455335d7cbf56804638f761
        uses wrong ctor: Sequence( sal_Int32 len )
        
        Change-Id: I08751c10942f705ead008155a6e7e9dcfb0a2ca9
        Reviewed-on: https://gerrit.libreoffice.org/25945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [3e2ce043daeb4ba470a64909765336e9bc931fd4]

        tdf#89329: use unique_ptr for pImpl in mailmodelapi
        
        Change-Id: I12a6cb23b938f0d9151fb90437956ddb9d63d66f
        Reviewed-on: https://gerrit.libreoffice.org/25907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [353e5ea62ed6a273a3856bd1e3cb4d2380804e83]

        tdf#89329: use unique_ptr for pImpl in accessiblerelationsethelper
        
        Change-Id: I29578afa206e869a5b2e6fb42c7f5ebf4a6f2fe8
        Reviewed-on: https://gerrit.libreoffice.org/25906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [82407c651ee8b5d8876d4a1f76898de33c69e232]

        tdf#89329: use unique_ptr for pImpl in viewsh
        
        Change-Id: I8847b734c90adf2710f5481af41883eb5017c44a
        Reviewed-on: https://gerrit.libreoffice.org/25911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [101e7d94092291c2117b7a1a61b1a8155a5e750b]

        writerfilter: fix excessive whitespace
        
        Change-Id: I87eee678fb3d50adb0a51143f1779d64a780eab0

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [8a9559c59c0ee78cdab929b3e01fcd4bc9d569b2]

        tdf#89329: use unique_ptr for pImpl in TColumnHelper
        
        Change-Id: I4a7594cb2a9424fddbd79e2b5d77431bf329eec9
        Reviewed-on: https://gerrit.libreoffice.org/25903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [e41d9a9ef9579c1f31dbca988d27f8320146a334]

        tdf#89329: use unique_ptr for pImpl in sdrpagewindow
        
        Change-Id: I001da407617c5dc992986191e78f2cba403ac161
        Reviewed-on: https://gerrit.libreoffice.org/25939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [fd393faa68d5979d319900438a789d40630a56ec]

        tdf#89329: use unique_ptr for pImpl in svdmodel
        
        Change-Id: Ied5f57b2cf4004de70d0aec8e1b6b69603428a69
        Reviewed-on: https://gerrit.libreoffice.org/25940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Akshay Deep  <akshaydeepiitr@gmail.com>  [a6ea18a9cc83a85f4bf4fce78b7dbef3d1a419c6]

        Mark Default Templates in Template Manager
        
        Change-Id: I1dff486605efce09e862d2924b24949601ae0f17
        Reviewed-on: https://gerrit.libreoffice.org/25816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-06  Noel Grandin  <noelgrandin@gmail.com>  [268a518a1ac1698a769dbce17e52ac99d7737ac4]

        Convert RunType to scoped enum
        
        Change-Id: I81732f2db5711109e021838da997c0f25b2ea879
        Reviewed-on: https://gerrit.libreoffice.org/25925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Noel Grandin  <noelgrandin@gmail.com>  [bc1e738708c4b343a63c78bf024cc2df5160b207]

        Convert IteratorState to scoped enum
        
        Change-Id: I71850584a727261e9e7b2115bdfb488ba76b6d21
        Reviewed-on: https://gerrit.libreoffice.org/25919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Noel Grandin  <noelgrandin@gmail.com>  [11b4a6ddce31f173f10b703eb63fde2c88c0bc70]

        Convert DeactivePage return code to scoped enum
        
        Change-Id: Idd5372ad20fc6676864b31b3796f8b9bc0ad73dd
        Reviewed-on: https://gerrit.libreoffice.org/25918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Noel Grandin  <noel@peralex.com>  [7d1b01070c330d45212cd69ea692b2263c23c2a6]

        remove some manual ref counting in svx and xmloff
        
        Change-Id: Ica0b6ff8ff7fa9e65cd758160d6e3ea7110ebb46
        Reviewed-on: https://gerrit.libreoffice.org/25824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Noel Grandin  <noel@peralex.com>  [9f138ffe9da2f448a455f4b51facab82e5e243d7]

        remove unused constants in HRC files
        
        Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1
        Reviewed-on: https://gerrit.libreoffice.org/25817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Noel Grandin  <noel@peralex.com>  [0323253a7c67316cb96e4a64792ab4fe74aac1ca]

        remove some manual ref-counting
        
        triggered when I noticed a class doing acquire() in the
        constructor and then release() in the destructor.
        
        found mostly by
            git grep -n -B5 -e '->release()'
        
        Change-Id: I96e43a3d30ffd9ae9a34275f24cd914d8f7b026f
        Reviewed-on: https://gerrit.libreoffice.org/25806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Xisco Fauli  <anistenis@gmail.com>  [4d666f5092d7c4f2ece9702dda4d874e44cdc6f7]

        tdf#89329: use shared_ptr for pImpl in slstitm
        
        Change-Id: Icb9167f8e7612f40992e7146c0dce539c0b0eac7
        Reviewed-on: https://gerrit.libreoffice.org/25632
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-06  Bryan Quigley  <gquigs@gmail.com>  [71cf1aefca1ecf10272308d7c75201bd39d3b0f6]

        Remove unneeded Pane code in Presenter Console
        
        This code hasn't been touched (on purpose) in years, it appears
        to have been used to resize part of the console. (It's prefed off)
        
        Change-Id: Iaaeaa8a95c71ae91299bbeeea24869bf2a237b6b
        Reviewed-on: https://gerrit.libreoffice.org/24663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c7558f56d82bca2ed736ca4185f1e87c76cf7aa]

        remove old debug output
        
        Change-Id: Icf0e38c6725a129d3afb22b1cc79f72071c8e919
        Reviewed-on: https://gerrit.libreoffice.org/25934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0ade7b0d7764ffa40dc4598389f0a5e0cdf0b039]

        add EDATE test case
        
        Change-Id: I3afc4aff71dc8a137b57f4e5fa2fc010c437bfb1
        Reviewed-on: https://gerrit.libreoffice.org/25702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-05  Zdeněk Crhonek  <zcrhonek@gmail.com>  [7b587a2699d0bba0d5fda9c0dbddcb07fc52022d]

        add DATEVALUE test case
        
        Change-Id: I887c03b782e6ab7ea713a68150e920c49dc71b96
        Reviewed-on: https://gerrit.libreoffice.org/25703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-04  Caolán McNamara  <caolanm@redhat.com>  [301a87c861842a616e3e5593c664980466d58ffe]

        Resolves: tdf#100201 crash on apply custom color
        
        regression from...
        
        commit 789055bc2acb4c71483fd60ea258d158bd5aec10
        Date:   Tue Apr 12 16:39:03 2016 +0200
        
            clang-tidy performance-unnecessary-copy-initialization
        
            probably not much performance benefit, but it sure is good at
            identifying leftover intermediate variables from previous
            refactorings.
        
        This case has a comment explaining the problem that appeared post
        change.
        
        Change-Id: Ib0c0883c57f103656cda00e3a94399a515d7fe41

2016-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [4005d61cd1bdd71bb74c316f3ad30d23ba459b90]

        tdf#96516 fixup: when removing entry, entry count does not stay constant
        
        Change-Id: I192a2d14787581545e66c46a84507f6dfd191c57

2016-06-04  Mark Page  <aptitude@btconnect.com>  [954f853c7b776719a6dfd5230d2be6ea3e948fcf]

        tdf#96099 Remove sfx std::shared_ptr typedefs
        
        Removed SfxItemSet_Pointer_t and SfxStyleSheetIteratorPtr
        
        Change-Id: Ibfa6a79809fdbbe2648dacc02625e620ceaf9bf0
        Reviewed-on: https://gerrit.libreoffice.org/25851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [660b91b07788077cfee9ba309d45db6819c00781]

        report the crash id back to the user
        
        Change-Id: I5cc1e698294a5674d691529af8cc14e4cd87a711
        Reviewed-on: https://gerrit.libreoffice.org/25865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2796282721dd2ed4d2c67e4e8982fb32263b55d]

        don't just silently ignore the return value
        
        Change-Id: Ia65c29b61e78de4b908b11cd803d93da4b7e3a2d
        Reviewed-on: https://gerrit.libreoffice.org/25864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e074fb8183ac8649c9cb202da4ce93526c1b6d8]

        integrate the minidump upload into the normal LibreOffice
        
        Change-Id: Id1808ceebf6c54698f7d1656a0ce96bcaece89ac
        Reviewed-on: https://gerrit.libreoffice.org/25863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d1fc99275315bd6f45c1b73540f2b55e94bef9f]

        extract the minidump uploader code into a static lib
        
        The plan for the near future is to still ship the executable but replace
        the interal use if possible with using the static library.
        
        At some point when it is not needed for debugging anymore and everything
        works correctly we should only build the uploader executable in dev
        configurations. The huge disadvantage of the interal solution is that it
        is nearly impossible for a user to upload a crash report if LibO starts
        working correctly. Also LibO overwrites the file with the information
        after the upload whereas the executable does not.
        
        Change-Id: Ib9854946be3a34e580964c18e1a9c0cce16221d1
        Reviewed-on: https://gerrit.libreoffice.org/25862
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [e95be04a73e977022455335d7cbf56804638f761]

        initialise PointSequenceSequence directly
        
        this list initialisation is short enough
        to remove the local helper function
        
        Change-Id: I17fab47e51fc0b1a0aa0462d517d7861f8a278e0
        Reviewed-on: https://gerrit.libreoffice.org/25884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-06-04  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [21e0900061262ddc0eb4f91a23016af244848310]

        Make doc validation work on Windows
        
        Change-Id: I37a3c729db320abbb43664eeebaa0f46eb889197
        Reviewed-on: https://gerrit.libreoffice.org/25885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-04  David Tardon  <dtardon@redhat.com>  [4e3dc8c141c2efd037c1f214b5edff071812b6a8]

        remove use of Archive::Zip
        
        Change-Id: I7c1e0057c3c1c0b6be524d1e9ad37357259ebd7c

2016-06-04  David Tardon  <dtardon@redhat.com>  [c3393443b4b08b0999d10150125fa4737d5848f4]

        drop unused option
        
        Change-Id: I317160ca6ffc0ff1c7db443f844f02f91fad5929

2016-06-04  krishna keshav  <princy.krishnakeshav@gmail.com>  [b2abb97a6545096d6952430f7ff37cadb1a23707]

        tdf#96099 Reduce number of typedefs used for trivial container types
        
        Change-Id: Iecf8052d3f7ec5593205184622d53550e6a52161
        Reviewed-on: https://gerrit.libreoffice.org/25836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [411e7e88030d86e64339a53462d2fb06180c3538]

        fix 32bit linux build
        
        Change-Id: Ib42627c04b2c06e34f2dd108f8a04eaea916488a

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [a779d979b9dd87589f00cfcb245f70c6b26d8c2c]

        accidentially reverted fix for tdf#96745
        
        Change-Id: I52380248002f6c41f0c6f154f913b05ef32b93d3

2016-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2d18f8a7125f4f4d1d72be11fb3fb6637f25fde]

        add some more error checking to minidump uploader
        
        Change-Id: Ia06fec80ea67e88b8c26cdeb5bfc9cee2459ad4a
        Reviewed-on: https://gerrit.libreoffice.org/25861
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-06-03  Michal Kubecek  <mkubecek@suse.cz>  [de899f0b350e51b1932fa4674f7ce2ae386cd1ce]

        connectivity: firebird: use ODS12 test database for Firebird 3
        
        Firebird 3.0 uses new database file format (ODS, On Disk Structure) so
        that we need to use either ODS11 or ODS12 version of test database for
        dbaccess_firebird test, depending on whether building against Firebird
        2.5 or 3.0 libraries.
        
        Change-Id: Idecdc35b0ac87ab7f46cb79b5c044c65423a2c7e
        Reviewed-on: https://gerrit.libreoffice.org/25846
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-06-03  krishna keshav  <princy.krishnakeshav@gmail.com>  [faaacb997b3c404048bd986caf9e4b5f5263cb3c]

        tdf#96099 Reduce number of typedefs used for trivial container types
        
        Change-Id: I1ec93e281d7c2648a150c98144905f1158502dcc
        Reviewed-on: https://gerrit.libreoffice.org/25835
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-03  Akshay Deep  <akshaydeepiitr@gmail.com>  [74f6f03f55eb6d641d2b26aae883943c69683563]

        Template Manager: Ctrl + A to select all templates
        
        Change-Id: I8398268752c78a30d5fc076d6f2b6249cbf89ec2
        Reviewed-on: https://gerrit.libreoffice.org/25860
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-03  Akshay Deep  <akshaydeepiitr@gmail.com>  [9b7bf60536bfab26445c0165f50392c1258c4cda]

        tdf#100195 Enable Keyboard Navigation in Template Manager and Start Center
        
        Change-Id: Ic5447a4af091a4e3dcab4d909fc6bfb9e559defb
        Reviewed-on: https://gerrit.libreoffice.org/25848
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [a4740c8ea92cc50c1dc6e87d06db190800269a5d]

        A slightly better DbusIpcThread
        
        ...that doesn't burn CPU by always directly returning again from a
        dbus_connection_read_write call with zero timeout.  But still doesn't look like
        it uses DBus the way it's intended to.  Help appreciated.
        
        Change-Id: I0d130adfb921409a27a847053b0b3646dc566a86

2016-06-03  Akshay Deep  <akshaydeepiitr@gmail.com>  [f402a06a6abd011b2be024ce3b847edfbcb82908]

        Reduce duplicate code in Template Manager
        
        Remove ViewBar and put contents in ActionBar
        
        Change-Id: I6551d36503f659f076ecf2b6766c6a14db771a1d
        Reviewed-on: https://gerrit.libreoffice.org/25833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [dc78e5c6f5f55b0289012f4c4e6013d2935b1cc6]

        Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...
        
        exists for the lifetime of the ScGroupTokenConverter
        
        otherwise in tdf#98880 ScDocument::InterpretDirtyCells releases
        that backing storage that the DoubleVectorRefToken relies on, and
        the ScVectorRefMatrix relies on that, so...
        
        when sc/source/core/tool/interpr4.cxx calls ::IsString on the ScVectorRefMatrix
        which calls ensureFullMatrix. That makes use of rArray.mpStringArray where
        rArray's mpStringArray is set to that rArray by
        FormulaGroupContext::ensureStrArray and the storage of mpStringArray belongs to
        the FormulaGroupContext, but that context was reset and destroyed up the stack
        in ScDocument::InterpretDirtyCells so the data is now invalid
        
        We could turn the unique_ptr into a shared_ptr and have the ScGroupTokenConverter
        take a ref to the currently active FormulaGroupContext to ensure any generated
        DoubleVectorRefToken/SingleVectorRefToken point to valid data during the
        lifetime of the ScGroupTokenConverter
        
        Change-Id: Id457934cdff18570961cb261cf5c46b6ef8ea083
        Reviewed-on: https://gerrit.libreoffice.org/25815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-03  Tor Lillqvist  <tml@collabora.com>  [f062b89b277a0830f038cafdd13bd074b5188455]

        Try to fix tinderbox build running in RDP session from Linux on Windows pre-10
        
        It is a complicated scenario, but I think something like this is going
        on:
        
        Before Windows 10, only OpenGL 1.1 was supported in RDP sessions. Our
        code detects RDP and tries to disable the use of OpenGL in that
        case. This code for this is in the neighbourhood of the blacklisting
        of OpenGL implementations. But the use of OpenGL in GLTF and chart2
        does not go through code paths that would take that into
        consideration, so it tries to use OpenGL anyway, and eventually we end
        up in InitGLEW(), where the recently added check for OpenGL 3.0 or
        newer causes an (intentional) abrupt termination of the process.
        
        Change-Id: Ia57bfc8d2cefe4e6d7a00282973608d17967d3fd

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [fce299fc64fcfe5280966631613edda7e6031c16]

        Resolves: tdf#96008 crash when an extension with legacy decks is installed
        
        ReadLegacyAddons modifies its vectors of maDecks and maPanels in this case, but
        a load of things have (c++) references contents of the original contents.
        
        Its such a rats nest that the easiest thing seems to be to make them
        vectors of shared_ptrs and hold DeckDescriptor and PanelDescriptor
        by shared_ptr and it all works out
        
        Change-Id: I3f628e12c7d5f4224d14d5e0769e450ce893fb54

2016-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a22af0b1702d625f12711e9997daebbddb02b6e0]

        CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warnings
        
        Change-Id: Ib0594ba236284aa69d180fb72ce60435b679ea05
        Reviewed-on: https://gerrit.libreoffice.org/25852
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-03  Noel Grandin  <noel@peralex.com>  [52225a3b7fd48f79e8376caf498564b7cffc152b]

        Convert ComplexTextLayoutMode to scoped enum
        
        Change-Id: I257f8e15fec92f0701235a6fe4b6a2272498c4f1
        Reviewed-on: https://gerrit.libreoffice.org/25667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [1741c0ff36e57f0629ff360a79b18c2d11bb8092]

        drop "Solar-Version not set on rIStream" messages
        
        nothing else in our codebase seems to care if we set a version on an
        SvStream
        
        Change-Id: I6c0e78dade5f1e79c4b5bf1ffe2a35d5261b6008

2016-06-03  Takeshi Abe  <tabe@fixedpoint.jp>  [013f9d5aaa5799a7fe3ddfc2ff61ec449c0462b0]

        Null pointer dereferences must not happen
        
        This is a follow-up of 09981cd6383ecb99e4b6c83b98b03af5cf3ff59b.
        Inspired by coverity#1362478 etc.
        
        Change-Id: If5507c52552393cccbb255cbf4b7e9f4b80db917
        Reviewed-on: https://gerrit.libreoffice.org/25840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-03  krishna keshav  <princy.krishnakeshav@gmail.com>  [6d29b6d80aef8b94cd8ef0608c2af31532afc942]

        tdf#96099 Reduce number of typedefs used for trivial container types
        
        Change-Id: If4678b6e4b6e0724c50415679bb7188d900b5eba
        Reviewed-on: https://gerrit.libreoffice.org/25643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [05aaef55252bc9f90cbbcc1967c38ab9a5a6c798]

        on switching to slide layouts panel move into slide layout context
        
        i.e. exit current textbox edit and shape selection
        
        Change-Id: I16a2fca158cb4caab7b6bd001742df698735dd2b

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [b81daea4a78083def286fa2d5360b152b7a703fd]

        OpenThenSwitchToDeck actually *toggles* deck visibility
        
        so rename it to that and add a OpenThenSwitchToDeck that actually
        does that, using the Toggle varient as the callback from the
        sidebar button which toggles the current deck on/off
        
        which retains the features of
        
        // tdf#67627 Clicking a second time on a Deck icon will close the Deck
        // tdf#88241 Summoning an undocked sidebar a second time should close sidebar
        
        but means that calls to OpenThenSwitchToDeck from e.g. slide layout
        don't auto close it if that deck is already open
        
        Change-Id: I3e3724626b93447a7ab6bc7032e9c6839dabcf55

2016-06-03  Jan Holesovsky  <kendy@collabora.com>  [629f5c01ae1512724d0b2105bfd205d7c2deae19]

        Add an assert for a good measure.
        
        Change-Id: I764e5c96b60705f01db9525ee02fdf9959db5663

2016-06-03  Szymon Kłos  <eszkadev@gmail.com>  [599f6db17c4d2e23496fbd23b1dec53c2402e4b1]

        notebookbar: load ui for the start center
        
        Change-Id: Iaf0e46436524e081edb287efd4074becaf02a98f
        Reviewed-on: https://gerrit.libreoffice.org/25799
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-06-03  Xisco Fauli  <anistenis@gmail.com>  [0216b8dc6179fad02a9cbbc99898eef81f679f4f]

        tdf#89329: use unique_ptr for pImpl in sbxvar
        
        Change-Id: I74734c34e72ba5d508830dbcff88f0d3b93a0766
        Reviewed-on: https://gerrit.libreoffice.org/25742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [4b917b2cfccfd8c324969793c0ea530bd9273aa5]

        ignore comment WMF meta-actions in WMF writer
        
        Means nothing to this class and reduces spam in our unit test logs
        
        Change-Id: I56a1d01b98372691003410b6d7b0e5326b2ee7eb
        Reviewed-on: https://gerrit.libreoffice.org/25828
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [623de75b6515b8e9b6ce2766e7d90277c8714d82]

        script for grouping warning messages by most common
        
        A script to search our test logs and sort the messages by how common
        they are so we can start to reduce the noise a little.
        
        Change-Id: I8a6e6167c42447f9869ac700300d1b243f055e2b

2016-06-03  Michael Stahl  <mstahl@redhat.com>  [00ea075e86ee6dfcb6162b673c8e717e4186dd68]

        sw: replace some OSL_ENSURE with assert
        
        ... and delete a couple that are obviously dead.
        
        Change-Id: I2cef18371cc57f5fd82500d0ab6d74030004a761

2016-06-03  Michael Stahl  <mstahl@redhat.com>  [1e815327cde1718794de6a9b4e260b9efd0ec349]

        sw: convert some OSL_FAIL to assert
        
        Change-Id: Ia5244d58b8975a371c2d74809021c2332ffa496b

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [e8db81b2fb3bde736deb42d23f3ecfd680212767]

        Resolves: tdf#93971 freeze on load of specific html doc
        
        this is similar to
        
        commit 6acd5c45c764d81aea1539e66adbfadb51df0aa3
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Jan 21 15:25:03 2015 +0000
        
            Resolves: fdo#87601 specific html doc hangs on load
        
        and is a consequence of the old changeover from unsigned shorts for old string
        class to signed int for new string class
        
        Change-Id: I47022c641cbc329d8802765927005d43211b0d88

2016-06-03  Noel Grandin  <noel@peralex.com>  [0d1ce0a79e1ab1193d741df52ededf5933d93115]

        Use AtomicLong in ThreadId instead of synchronizing
        
        Change-Id: Ia10bab23b0cecb587cd3faa9c7e93b18384ecb88
        Reviewed-on: https://gerrit.libreoffice.org/25827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [f3c1d240bd4f32d014db00a9864c56f77b7cb127]

        loplugin:constantparams
        
        Change-Id: Ib162ba9297b9d900ea42c7e5216e152d3e58a361
        Reviewed-on: https://gerrit.libreoffice.org/25769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [643b70006fd5f6762561696421808f20d4e1e86f]

        Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAM
        
        Change-Id: I8ff0e104aad045f3835dc8facc760a8339b1d088

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [9cf0ac710a6ace0a833fa193c7e18c4a7405bc42]

        Resolves: tdf#100199 crash: switch to Display Mode - Master Modes - Notes
        
        via toolbar
        
        Change-Id: I0ad3cce6d96cede8033a05e35c934c3163d214e3

2016-06-03  Caolán McNamara  <caolanm@redhat.com>  [9334aa604f73bf659088c6a1cacba854cfdee5e4]

        Resolves: tdf#55566 opening two docs with open document macro events can crash
        
        OfficeDocumentsManager::buildDocumentsList was set up to ignore disposed
        documents, but didn't ignore documents which were still uninitialized (i.e.
        waiting for the macro warning dialog of the other in-construction document to
        return a decision)
        
        Change-Id: I936e29ab6fad14a33609e8d57d11d7d0178075e4

2016-06-03  Tor Lillqvist  <tml@collabora.com>  [90dcb7d3269340542cfed82b4c0133451cc66829]

        Clean up Windows error reporting a bit
        
        We have comphelper::WindowsErrorString(), so use it, in SAL_WARNs,
        right where an error happens. Get rid of the fairly unhelpful
        ImplWriteLastError() function.
        
        Avoid duplicated error reporting.
        
        Change-Id: I83374a65980b7c0ffa35fc493b4fb1f2e94f0dbb

2016-06-03  Tor Lillqvist  <tml@collabora.com>  [4aee1237a59808cbd58c9c02870063d5a7156710]

        Strip also a CR if there (and there seems to be such)
        
        Sad that it took so long for me to notice.
        
        Change-Id: I14b8a61930bb0b2dd1c5e9cce2a6c3e375dcb6ed

2016-06-03  Tor Lillqvist  <tml@collabora.com>  [210c39dd9a6ebaa964c03c20e4b442ea36941ae9]

        tdf#100193: Check earlier and harder whether OpenGL is good enough on Windows
        
        If we notice early enough that OpenGL is broken or not good enough, we
        can disable it and terminate with EXITHELPER_NORMAL_RESTART. Not
        beautiful, but works.
        
        The earlier added check whether shader compilation and loading of
        shader program binaries from a cached file works is now just one of
        the aspects that are checked.
        
        Change-Id: I9382576cc607f1916f6002f1fa78a62e23180fe3

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [c6d553b5fac93d97cb0d316586db34f4d5a8def1]

        loplugin:refcounting
        
        Change-Id: I97a2d4538e0667fe7220a94589a4296c02d882a2

2016-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8f0f834a174f1c63de16dbeb61de91d33de2092]

        Add initial CppunitTest_framework_dispatch
        
        Fails with commit 08cf2fd01064306eef7fdbb5b62320947c4d1089 (framework:
        last dispatchInterceptor gets asked first, 2016-05-20) reverted.
        
        Change-Id: I0e025a5d8996ecafa6b2fef753d6134079936b00
        Reviewed-on: https://gerrit.libreoffice.org/25808
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [69a3080ae9d1439bd325f55d6c799952b02536e0]

        loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)
        
        Change-Id: Iabf9b94626b599b4fe799523b3523e18df5203c5

2016-06-03  Xisco Fauli  <anistenis@gmail.com>  [2d2971090b31776719e83d811c17a01aaf5222c7]

        tdf#89329: use unique_ptr for pImpl in accimplaccess
        
        Change-Id: Ib10088b5669695dd5e288fe043ad72056a34b1e4
        Reviewed-on: https://gerrit.libreoffice.org/25745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [9196de99ed4dff2c1f8708bfd68da9b6424ae53b]

        Move page size listbox from cui to svx
        
        make it a custom widget so it is accessible e.g. to sidebar panels
        
        Change-Id: Ic36a9a8af96a09fc76efd8e9ae75b8ebdf81717e
        Reviewed-on: https://gerrit.libreoffice.org/25764
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-03  Xisco Fauli  <anistenis@gmail.com>  [d0879b721d8c429248f9da7ce02c6c71327e2954]

        tdf#89329: use unique_ptr for pImpl in imageitm
        
        Change-Id: I935da01bd03a9812facf30e1d45da1c4949188ed
        Reviewed-on: https://gerrit.libreoffice.org/25633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noelgrandin@gmail.com>  [a6593e7fd3660b806864911c219903608c0c5b59]

        Drop unused enum LATHE_PART
        
        Change-Id: If06ee75ff6832199079b1f175f09e59a94fecf58
        Reviewed-on: https://gerrit.libreoffice.org/25790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [5157caf48ac28829afa141dbf8302b2e574a7a12]

        Convert NupOrderType to scoped enum
        
        Change-Id: If04deb1bc080679d1b71d155f7568ab89cb5888d
        Reviewed-on: https://gerrit.libreoffice.org/25765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [dfad705d5f0c05cbebb4155d69212b35c58a22c0]

        Convert whichOfficePath to scoped enum
        
        Change-Id: If31c00ac8820e6dfce5047e997c35f5e1878db6f
        Reviewed-on: https://gerrit.libreoffice.org/25763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Noel Grandin  <noel@peralex.com>  [db4e8806aace921ca1348c1bc0949a7e554f34ac]

        Convert FontRights to scoped enum
        
        Change-Id: Ib46fe9dbe4b41bfe2e85e9171e8dcf7a96ccb483
        Reviewed-on: https://gerrit.libreoffice.org/25717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Xisco Fauli  <anistenis@gmail.com>  [e88107c0552a2165d3e3e8137ebbd80d97b5570e]

        tdf#89329: use unique_ptr for pImpl in embeddedobjectcontainer
        
        Change-Id: I679555e2eb51e2b9660bb035a08d8da8b1687cab
        Reviewed-on: https://gerrit.libreoffice.org/25747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Xisco Fauli  <anistenis@gmail.com>  [25d46298c0a84b351d06fa78d48f2019cb845d4d]

        tdf#89329: use unique_ptr for pImpl in interaction
        
        Change-Id: I21ad7278f7978e7eebf6962fdf1fac2d3cb2bddb
        Reviewed-on: https://gerrit.libreoffice.org/25637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [1ac1b375ee3e6359d1519ac94f3ad9e69009859c]

        Follow-up fix (odd missing ~TheAquaA11yFocusTracker error)
        
        Change-Id: I18501185f52ab4e90d16313cba299b7501106db3

2016-06-03  Michal Kubecek  <mkubecek@suse.cz>  [e5d48f12faec6027bf79411cb69111d90f4e4129]

        configure.ac: allow build with Firebird 3.0
        
        Relax the checks in configure.ac to allow building against recently
        released Firebird 3.0. In this version, libfbclient is also used to
        access local database files (embedded server mode) rather than
        separate libfbembed.
        
        Change-Id: Id498cbca22409f95ee299a6165cc765efa25eca7
        Reviewed-on: https://gerrit.libreoffice.org/25845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-06-03  Stephan Bergmann  <sbergman@redhat.com>  [64e83932264f0d708e4ce2dce9b36a933afd2fbf]

        loplugin:refcounting
        
        Change-Id: Ia7bd500728e122f1f4c7ff4c020cc067e72613ca

2016-06-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [6b3b352b06d92ef20194b9a992a521af2ef07b48]

        try to avoid 'by-design' solar-mutex deadlock during ci
        
        Change-Id: I9e1d79613adf6184f76c2e07aca0b78a9329838f
        Reviewed-on: https://gerrit.libreoffice.org/25839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-06-02  Stephan Bergmann  <sbergman@redhat.com>  [2712fc0869e5ba3b7a1da41e0ce72431d3b0deee]

        I assume these special plugins were not intended to be enabled unconditionally
        
        ...with fa135fd0e05fc4ba784b4349d65f2e5ed26c0f55 "remove unused SID constants
        and associated code"
        
        Change-Id: I51b2a9e3c8ce13401818bca0c40167a4364212f1

2016-06-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e70cdaba2e2fd7f186d5bd670d249cf3b9f16038]

        Updated core Project: help  17405f4ca6d12814f5abc0f97028745308edca9a
        
        tdf#99637 add expert configuration property for number of undo steps
        
        Change-Id: I6ea67b95d3cc535166adbb0459a25b335f96d544
        Reviewed-on: https://gerrit.libreoffice.org/24774
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-06-03  Pranav Kant  <pranavk@collabora.com>  [432b27ec73940738bb0b4f9d3d749c70a2525700]

        sc: Don't export in case of invalid range
        
        For example, copying an empty column or row range, and then
        pasting as unformatted text exports all the newline characters
        inspite of the fact that this is an invalid data range.
        
        The problem becomes worse when someone tries to copy an entire
        column which implies exporting MAXROW times newline characters.
        
        Change-Id: Ie0a09890e2d0cd5f44d89d520959248e65365ad7

2016-06-02  Eike Rathke  <erack@redhat.com>  [020d395b59b4c631491ded910c0405584ef46e1c]

        preserve ISO date+time format when editing such values
        
        Change-Id: I6dcbe6c9aeff87d735303713f328c84203f76b60

2016-06-02  Eike Rathke  <erack@redhat.com>  [e7418e96cee263a0a74027335d7f5a119bb43ce2]

        add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format code
        
        Change-Id: I4fe6ef01a4c7fb795e4499e54aa55ebaaa0d433d

2016-06-02  Eike Rathke  <erack@redhat.com>  [5c24711c6517943d22a978112dc74fa4184dc5f7]

        actually list additional builtin formats NF_FRACTION_3, NF_FRACTION_4
        
        Scanning only a subset span is ugly anyway, just hack that in now.
        
        Change-Id: I5a5f7a64f3b49e2f590130072a2a48c2b5af21b7

2016-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b91d9e2d9138b2eb09629d0a2d7e63869f5b9f1b]

        android: gnu-libstdc++ dir is versioned in ndk-bundle
        
        even with only one toolchain, so test whether path exists without
        version, otherwise just stick it in.
        
        Change-Id: I58c7f9e9582efdccb446e1bcf161d2c9e913a3af

2016-06-02  krishna keshav  <princy.krishnakeshav@gmail.com>  [66c41718f91dcca9c487742e9313c657ede4ce3f]

        tdf#90834 Turn in-line version control history comments
        
        cleanup in core/sw/source/core/view/viewpg.cxx
        
        Change-Id: Ie0f406db111b4418e92245a9e998e6ff99eb75fe
        Reviewed-on: https://gerrit.libreoffice.org/25596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-06-02  Rishabh Kumar  <kris.kr296@gmail.com>  [9f5bb8cddd28be2c45ac5bdf438d4996337f6380]

        Import custom Hatch background color
        
        Change-Id: I36593afb557f9826f2b0117cd93d2712bc676cdd
        Reviewed-on: https://gerrit.libreoffice.org/25784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-02  Eike Rathke  <erack@redhat.com>  [a92eddbddee76fdcd9f98464fee26865692940e9]

        [PATCH] up the free usage formatindex start from 50 to 60
        
        In preparation of adding some builtin format codes, actually already
        NF_FRACTION_3 and NF_FRACTION_4 needed that.
        
        Change-Id: I734a1ef5e6405aceaace7d44e8901a6183dc2a64

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [31038459b576b5ef53c3ccadb1e2aee0e61d20ff]

        coverity#1362478 Explicit null dereferenced
        
        and
        
        coverity#1362479, coverity#1362480, coverity#1362481,
        coverity#1362482, coverity#1362483, coverity#1362485
        
        Change-Id: Ia3a32b69bcbe5ac3e7cc50dacfa02e8bf1aab787

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [7cf46388e4e0a9e6e59e1321c46c62801dde5ee2]

        coverity#1362486 Unchecked dynamic_cast
        
        Change-Id: Ia495ac1434500048ce2f6ffd8d85e3ece13d2bad

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [da220c87700064f83c1312148531a9c0fdff4aa3]

        coverity#1362484 Dereference after null check
        
        maybe this is what was wanted, still looks a bit dubious, won't
        crash straight away at least
        
        Change-Id: I1be934af9d7ec95f3a7079f2f34a3e3661311944

2016-06-02  Michael Stahl  <mstahl@redhat.com>  [f6ed2305abb0289ad51605ceeaee607a0bc8d7bd]

        vcl: GIF import: don't use __LP64__ to check for a 64-bit system
        
        __LP64__ is not defined in MSVC AMD64 builds, since it doesn't have
        64-bit longs.  This caused the vcl_filters_test to fail because loading
        the file for which that check is a work-around succeeded.
        
        Change-Id: I4df48d4b196a1d08e9bd5ef61b64ec63501037c9

2016-06-02  Michael Stahl  <mstahl@redhat.com>  [e144eeb1ca868e93f5a69ca14a12b036def45980]

        vcl: remove pointless check
        
        This would have been more useful if it checked one of the other types
        that use inheritance. It would also be more useful if it actually did
        something to report the issue instead of silently reporting success.
        
        Change-Id: I684146244d4eec15669b499e40214b8ede70741f

2016-06-02  Michael Stahl  <mstahl@redhat.com>  [af8509fa194e6747c82a9df9a1c465be82a32637]

        vcl: fix "sgv" import filter on 64-bit MSVC
        
        This filter reads entire structs at a time from the SvStream, including
        structs that are derived from other structs.  This happens to work fine
        with GCC by chance, but MSVC AMD64 by default aligns structs to 8 bytes,
        and that means if sizeof(super-stuct) = 20 then 4 bytes of padding are
        inserted and that ruins the import.
        
        This causes vcl_filters_test to go into an infinite loop reading
        SaveAsPicture.sgv.
        
        Fix this by reading each member of the structs separately, which also
        means that the filter doesn't need to byte-swap every member on
        big-endian platforms since SvStream methods already do that.
        
        Change-Id: I237725dbcde5232006728179e645776fcb79cac3

2016-06-02  Stephan Bergmann  <sbergman@redhat.com>  [0d7c5823124696f80583ac2a5f0e28f329f6f786]

        New o3tl::try/doGet to obtain value from Any
        
        ...in an attempt to reduce usage of type-unsafe
        
          void const * css::uno::Any::getValue()
        
        These new functions are often more convenient to use than the existing ">>=" and
        Any::get<T>.  Note how they are careful to provide a pointer directly into the
        given Any, instead of creating temporaries.
        
        As an example, replaced most calls of getValue across xmloff:
        
        * Cases that first check for a specific type (via getValueType etc.) and then
          call getValue can instead call tryGet.  (But beware that tryGet supports some
          conversions, which a check for a specific type may have missed---either
          intentionally or by accident.  Also beware the somewhat common idiom of
          checking for TypeClass_ENUM and then using getValue to obtain a sal_Int32;
          this cannot be replaced with a call to tryGet.)
        
        * Cases that seem confident that the Any is of the correct type when calling
          getValue (but apparently are confident due to some higher-layer protocol, as
          the surrounding code does not do any checking via getValueType or similar) can
          instead call doGet.  It throws an exception if it turns out the confidence
          wasn't warranted.  (Many of the existing calls that directly dereferenced the
          return value of getValue as sal_Bool look suspicious, in that the author might
          have thought the given code would also cover a VOID Any---which technically it
          even would have happened to do.  If any RuntimeExceptions thrown from these
          doGet calls start to crop up, these changes need to be revisited.  Some may
          even be rewritten as uses of ">>=".  But at least "make check" did not show
          any such problems.  Also note that casting the value obtained from getValue to
          any css::uno::Reference<X> with X being anything but the base
          css::uno::XInterface was always prone to producing a bad pointer, in case the
          interface actually stored in the Any derived from X via multiple inheritance.)
        
        * Should there ever be cases where an Any is known to be of the requested type,
          some additional forceGet could be introduced (which would assert instead of
          throwing an exception).
        
        Change-Id: I2d8739e86314eff73abfcafe01d806f5bc5c34db

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [e5d8dc12fcf64fbbefadefbe863c772dc9134d38]

        Resolves: tdf#100191 crash: switch to Display Mode: Notes via toolbar
        
        Change-Id: I65f5f68433940fa0b50ad951fbb96085178a42d9

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [ede822998331d75f1a17d86d609cb732d880accd]

        DataAccess.xcs says xs:short not xs:int for this type
        
        noticed when examing tdf#96251
        
        Change-Id: Iec8748ad323bcb59e8e1f6b4135b4a3b313a6e44

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [9f68bd964d7aacd52ce601b96909a964547af600]

        these overrides just call only their parent version
        
        looks like the sort of simplfication that could be automated
        
        Change-Id: I29ce13fe1b98e99be096e44239b971f6971c5f98

2016-06-02  Tor Lillqvist  <tml@collabora.com>  [44e89fa6151434be24dca38c32b8cb952455f372]

        Accept also hex vendor id in hex in opengl_blacklist_windows.xml
        
        (And not just names from the hardcoded list.) Surely we want it to be
        possible to add a blacklist entry for a hitherto unhandled vendor to
        the file at a user site without having to modify the parsing code and
        rebuilding LO.
        
        Change-Id: I01ca45cb91df06e1634a565b3e469fb85fe4e116

2016-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [adf7df9c021bd0291eb80d1f9e6596d5b9b090c8]

        use android app's target-sdk (22) also for owncloud lib
        
        maybe should be set via configure, to keep them in-sync
        
        Change-Id: I3747992bb2bbdd88f3668418280bbafc8c998a02

2016-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c58cd511ab6c280a72ed725dbca653d3b1274f2a]

        allow use of android ndk 11.1.x
        
        Change-Id: I1ae9419383c56a026d05d6adf4adf81dc981f56a

2016-06-02  Tor Lillqvist  <tml@collabora.com>  [2cf09f0dcfa4b24a6c3c5560aa82b72a95a7b41b]

        tdf#99919: Blacklist that specific vendor, version, and device combination
        
        Change-Id: I12b45b499bdf2041d6b50fa85e30612916462b3e

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [913d85c6a7f6b2d1c39a56c06947b3913c3b219a]

        a stab at fixing the macosx build
        
        Change-Id: Id50077d03c80819312ed55326d33108e24fd4e30

2016-06-02  Szymon Kłos  <eszkadev@gmail.com>  [7961a61efa8ed97a98d06dd2c08bd686faba8384]

        Invalidate the AutoText Dialog after selection
        
        Changes:
        - added invalidate call after entry selection and expand
        
        Behaviour before patch (Linux):
        1. Open Writer
        2. Open AutoText Dialog: Tools > AutoText
        3. Expand/select entry
        
        Insert button is still disabled / entry is not expanded.
        To force repaint you had to use mouse scroll.
        
        Change-Id: I814db71dea02273998f675c3b140d554f2e109ba
        Reviewed-on: https://gerrit.libreoffice.org/25783
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [53bc54209388f608521de48e289226188c138cec]

        STREAM_STD_READ already includes StreamMode::NOCREATE
        
        Change-Id: Ib8c81056619a383cedc828b945c1802ff1ce42ca
        Reviewed-on: https://gerrit.libreoffice.org/25802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-02  Caolán McNamara  <caolanm@redhat.com>  [f52bbd2bab18c45c687ee466d1caa57a4d515785]

        fix debugging build
        
        Change-Id: Idb1b1d50260a969446ac1385f93163bea6cf6b04

2016-06-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3498fd9fe905c2021fe1298769c8e2025c2d6f39]

        Remove SetAccessibleRelationLabeledBy calls tdf#87026
        
        And make proper changes in the related .ui files
        
        Change-Id: Iea998b6de25831c08950a8afa725713288113bfa
        Reviewed-on: https://gerrit.libreoffice.org/25807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-06-02  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [eee5256e6649c5ccbd26f30b53351c808f6c56e4]

        tdf#63272 Fix location of percent sign for Turkish
        
        Change-Id: I6f2d1c2c947e01a686fdb7a7f175dd7541924afa
        Reviewed-on: https://gerrit.libreoffice.org/25805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-02  Lionel Elie Mamane  <lionel@mamane.lu>  [09224f23168786fbe28641a87cbffddcbed6e31b]

        don't detach from database if we are not attached
        
        this leads to a cascade of uncaught/unexpected exception and thus abort in debug build
        
        Change-Id: If417d2fd2037379e3006f98bc046713729ea4648

2016-06-02  Noel Grandin  <noel@peralex.com>  [a21d34941c01622a479523d9eb2ab4086ff14ca0]

        drop some more RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: I528b0ecb5282178d8e727471beb126cb7d3f2eb4

2016-06-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7aae883b90850af3f3a0aaada5704682f77c3d02]

        tdf#100187 fix division by zero in comboFragmentShader
        
        When feather is 0.0 (used when anti-aliasing is disabled) then
        we get a "division by zero" situation. As per OpenGL secs. the
        shader should not fail in this situation however the result is
        undetermined. Most GPUs handled this correctly but on some the
        lines didn't draw at all. This should fix this issue.
        
        Change-Id: I56ca2f10c393491807321969c72085ef7690d16a

2016-06-02  Rishabh Kumar  <kris.kr296@gmail.com>  [fa8759400ef4adda2fe5570a9343960529786f39]

        tdf#100121 : Assertion failed in Area fill of a text box inside a chart
        
        Replace MetricField by NumericField
        
        Change-Id: I4bde312b709aa6073908c21bc8ed33bcdb3a9b1f
        Reviewed-on: https://gerrit.libreoffice.org/25797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-02  krishna keshav  <princy.krishnakeshav@gmail.com>  [c0843884a0929ae4e5ad30e2410d8a8f6dfb1670]

        tdf#96099 Reduce number of typedefs used for trivial container types
        
        Removed "typedef" for std::unordered_map<int, int> in vcl/win/gdi/winlayout.cxx
        
        Change-Id: I2798a21be61d6ceee680762d4145a2ae1fc1242d
        Reviewed-on: https://gerrit.libreoffice.org/25644
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4ca9e855389176bd913c60840b516cb122273b81]

        replace simple macros in chart2
        
        with static constantants or a named value (enum)
        
        Change-Id: I8ef21bc3b9797ed9319e790fc12241d59f07b88c
        Reviewed-on: https://gerrit.libreoffice.org/25760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [85a013ac3fcb8da33babd1f8d11dfa9016cc1547]

        remove wrong comment
        
        comment is there since initial commit cd3b0741a8f509f20c5b6deaa32f2158b315939d
        
        but HIDESELECT is handled in svtools/source/brwbox/brwbox1.cxx
        and used in chart2 and dbaccess
        
        Change-Id: Idf0524f14a0f719b2287d234c912fef4fe24b7a3
        Reviewed-on: https://gerrit.libreoffice.org/25762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ef3585340eb440fd9269de8a5f0f729642f67514]

        remove ENABLE_GL3D_BARCHART define
        
        enabled since commit dfb2ab0cee2ba04ce8816580447e7db8160ffac4
        
        Change-Id: Ib260ff1ce4089ecf4778114d249d59af67c94c2c
        Reviewed-on: https://gerrit.libreoffice.org/25759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Noel Grandin  <noel@peralex.com>  [3e4fad756a451eca546eb4b2cf481172c523c71a]

        Use ArrayList for JobQueue
        
        and make various internals of the class privatey
        
        (This is not an ABI change, as package
        com.sun.star.lib.uno.environments.remote is not considered part of the
        stable URE interface; it is not included in the documentation at
        <http://api.libreoffice.org/docs/java/ref/index.html>.)
        
        Change-Id: I25719239c0208b770ecd96b452b4220ac02b309d
        Reviewed-on: https://gerrit.libreoffice.org/25779
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [59fe25a4240b6b456456779b63694de18827d6f7]

        CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...
        
        ... sorted_vector
        
        Change-Id: Ie6c5f0e187228e2cf7769c62c86ff3cba80ab6ce
        Reviewed-on: https://gerrit.libreoffice.org/25804
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-02  Xisco Fauli  <anistenis@gmail.com>  [7693c228297331fb6abee75f56796fbcd8813d02]

        tdf#89329: use unique_ptr for pImpl in propertysetinfo
        
        Change-Id: I8df0ed4d7c7df27f570ad09936f17941c30aae91
        Reviewed-on: https://gerrit.libreoffice.org/25749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Xisco Fauli  <anistenis@gmail.com>  [c37ce6c3c5c336290186f8d78ae00064064d7b8c]

        tdf#89329: use unique_ptr for pImpl in propertysethelper
        
        Change-Id: I5891fe7c298b4b3409ac6579ed167a4e0183c89a
        Reviewed-on: https://gerrit.libreoffice.org/25748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Xisco Fauli  <anistenis@gmail.com>  [e0f60043cc6013eabd22dc73f7371a4f19f54625]

        tdf#89329: use unique_ptr for pImpl in componentmodule
        
        Change-Id: Ida8e271b1dd755289371e457a7c83657b8a84f99
        Reviewed-on: https://gerrit.libreoffice.org/25746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Noel Grandin  <noel@peralex.com>  [84d15d6e5418bd5024bb21b6c8fdc2700667ac04]

        loplugin:unuseddefaultparams
        
        Change-Id: I0fe173534dc2e70c3d507eae757a91e48a26acfc
        Reviewed-on: https://gerrit.libreoffice.org/25757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Noel Grandin  <noel@peralex.com>  [8e8a88ec1ad02c153ae3c7653edc81716dc91b7a]

        loplugin:unusedfields
        
        Change-Id: Ieed5f4d9411478d2568b8e5f4bbe0782bd1d309d
        Reviewed-on: https://gerrit.libreoffice.org/25724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [b6056eabfa8583d687165e3f9656cd322230829c]

        Passing its const ref is sufficient
        
        Change-Id: I85db4fcc3698d02ac6a7660042152092e6eeb99e
        Reviewed-on: https://gerrit.libreoffice.org/25752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Page <aptitude@btconnect.com>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-06-01  Stephan Bergmann  <sbergman@redhat.com>  [242b51c9f6ba0c580b73b713cbaacc4fb922c28e]

        loplugin:stringconcat
        
        Change-Id: If9f31840b57ea1a80e85ef4a38f9d3c408babf13

2016-06-01  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [fe10783e4abd5509676c777c7aa6f172ab3a8bf6]

        sw UNO API XTextTable add TableTemplateName property
        
        Change-Id: I8450fd4003ad5f9b082817765a2d44fc00dea15e
        Reviewed-on: https://gerrit.libreoffice.org/25688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-06-01  Pranav Kant  <pranavk@collabora.com>  [c14627d66ca8d9fe14272fadb5305857101f513e]

        sc lok: Add new param to .uno:EnterString to prevent committing
        
        If new param, DontCommit, is specified start the edit engine and
        edit the current cell. This helps in not triggering calculations
        that depend on the current cell. In case DontCommit param is
        missing, it will work as it used to.
        
        Change-Id: I62408932e52ff68fa11568cfc16a43e4c1e919c5
        Reviewed-on: https://gerrit.libreoffice.org/25753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.com>

2016-06-01  Akshay Deep  <akshaydeepiitr@gmail.com>  [9be9c58e8867d5bf356a5d8c704723a3eb5b23b1]

        Rename Label: 'Start with Template Selection'
        
        Change-Id: I8e39463f2528db5f93cd0bcc3b512bfbc706ba73
        Reviewed-on: https://gerrit.libreoffice.org/25787
        Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
        Tested-by: Akshay Deep <akshaydeepiitr@gmail.com>

2016-06-01  Michael Stahl  <mstahl@redhat.com>  [35db469326c0608dba7637d892af0004d13f8557]

        libxslt: upgrade to release 1.1.29
        
        * drop libxslt-freebsd.patch.1
          fixed in new upstream libtool
        * drop libxslt-config-guess.patch.0
          fixed in new upstream autoconf
        * drop libxslt-android.patch
          fixed in new upstream autoconf
        * drop libxslt-configure.patch.1
          fixed upstream
        * drop libxslt-vc15.patch
          fixed upstream
        * drop second hunk of libxslt-vc10.patch
          fixed upstream
        * drop 0001-Fix-for-type-confusion-in-preprocessing-attributes.patch.1
          fixed upstream
        
        Change-Id: I7427725ed6c82da53de12c9e1676e6ce02fd6483
        Reviewed-on: https://gerrit.libreoffice.org/25775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-01  Stephan Bergmann  <sbergman@redhat.com>  [ec9bcdff7b11aa60ef7f6904104506f00cea8b90]

        loplugin:passstuffbyref
        
        Change-Id: Ic2c7381c4ad033a86ed3485081d16590cfea6ad0

2016-06-01  Rishabh Kumar  <kris.kr296@gmail.com>  [00fbca564251368da34caaceb719164e34764e10]

        Make class HexColorControl global
        
        Change-Id: I755e5aab5425d5d136d5fe7c75706a93cf4559ae
        Reviewed-on: https://gerrit.libreoffice.org/25665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-06-01  Stephan Bergmann  <sbergman@redhat.com>  [5d78d488fd16fc7403c68cb42330e561ea30046c]

        Can use boost::make_optional
        
        ...reportedly available since Boost 1.34, and configure.ac checks for at least
        Boost 1.47.
        
        Change-Id: I07952de220f1eee5f91ad83a1965420eb6b09ada

2016-06-01  Akshay Deep  <akshaydeepiitr@gmail.com>  [bb8040595c9b6f0ccde39e6833f27a50abb891d8]

        Impress: Replace Presentation Wizard with Template Manager
        
        Drop the Presentation wizard and show the Template Manager instead
        when starting Impress.
        
        1. Opens a blank template with Template Manager.
        2. If user selects a template, load it over the blank template.
        3. SfxTemplateSelectionDlg for impress integration.
        
        Change-Id: Ia9c3cafc973e3741c6ea9f838018a35956f37f4a
        Reviewed-on: https://gerrit.libreoffice.org/25642
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-01  Michael Stahl  <mstahl@redhat.com>  [6a8407d82d71083c8bdec6a106ba9092a5196cbe]

        tdf#99827 sw: don't create AutoText dialog's preview doc ReadOnly
        
        Since commit 5334ff287c65f028753171c7b38da7ffbcebc1cc the framework
        refuses to create new documents as ReadOnly, so don't do that.
        
        Change-Id: I9d94ca9859baaf5407bad88a2b4b5b2e26b99b94

2016-06-01  Noel Grandin  <noel@peralex.com>  [d22f8bb62669f8bbfef13a5b6b55faf4584d70ec]

        fix compile error in SelectionDialog (java unit test)
        
        I suspect that this code is not actually in use anymore
        
        Change-Id: I1888c4beec9add7d82e321ad09e1116d1205fbca

2016-06-01  David Tardon  <dtardon@redhat.com>  [9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9]

        final solution of the ARCHIVE question
        
        Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8

2016-06-01  Eike Rathke  <erack@redhat.com>  [c5c2181a14c6ca9ed47729e6d8dbda2cc3552221]

        percentage format with no-break space, tdf#63272
        
        Change-Id: I53968fb15b6e0d6e1ab5cedb7a9b6c4ffae8e534

2016-06-01  Caolán McNamara  <caolanm@redhat.com>  [de8c740ca1aaebd51e3f18b05110f756ddce5cf8]

        1 bit masks need each byte to be reversed
        
        to match CAIRO_FORMAT_A1 ordering
        
        as seen under gtk3 with animated gif of tdf#99519
        
        Change-Id: I62d7197522ad779683e46837ddeabbfe21f3717b

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [9bf1dac4be55f8591d5fd2b8aa93c9369191c02c]

        tdf#99994: Add unittest
        
        Change-Id: I1a58dc21fdcdf8e7688508105fbd6438c7f4bda0
        Reviewed-on: https://gerrit.libreoffice.org/25690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-06-01  Eike Rathke  <erack@redhat.com>  [c098b863ee8532a2c74376214fa8d1353a7414f7]

        Updated core Project: help  d2dbd0dacb5c653680ed94d6a2ebabd52e300a0a
        
        eliminate use of locale dependent date strings where possible
        
        ... unless used in input or formatting example.
        
        Change-Id: Ibda8fdf6db62b61ec4bb0e2e6bfd096f37849916
        

2016-06-01  Noel Grandin  <noel@peralex.com>  [2c7d40a635f15bb6bd1907959854f3e74b1a5f78]

        loplugin:staticmethods
        
        Change-Id: I3c8d34e6b9dabed3bef4c6e3628830c526eff5b3

2016-06-01  Caolán McNamara  <caolanm@redhat.com>  [50e39c58f152888e7001a1b0e3a9fd84b691216e]

        Resolves: tdf#53899 if there is no CurrentController, use the ScTabViewObj
        
        as the CurrentController for the duration of the first recalculation.
        
        That way any StarBasic has a CurrentController available to it during
        initial load.
        
        Change-Id: I8aa85562a44b49192dd8729c9da57392470b9106
        Reviewed-on: https://gerrit.libreoffice.org/25514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-06-01  Eike Rathke  <erack@redhat.com>  [abd6b40992d5866a7a87edc300caba984a66398e]

        Updated core Project: help  8353d5baa0186d0774a9ddd598677b31bff5922c
        
        eliminate the mentioning of locale dependent date string in ISLEAPYEAR
        
        Rather use DATE() and "yyyy-mm-dd" ISO examples.
        
        Change-Id: I41c9dc57167f8c70e8674fcd4b4038ab8e835141
        

2016-06-01  Tor Lillqvist  <tml@collabora.com>  [14469e86d30615618401c5984e05f5609edb1e12]

        tdf#95581: Assume tiny shears are rounding artefacts etc and can be ignored
        
        See bug report for more discussion.
        
        Change-Id: I50ee82abac4ddfbdca0fb03d17c0518860466a52

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [619a41940f0a3be91c8419a571943217183ced18]

        tdf#89329: use unique_ptr for pImpl in accessiblecontexthelper
        
        Change-Id: Ib78ee2f1faa4f9430e08bfbd0cfb0863da7d6dcb
        Reviewed-on: https://gerrit.libreoffice.org/25744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0f9d3c5bc448868732e8e21568a596340512ce3]

        RTF export: use auto where it improves code readability
        
        for (std::vector< OUString >::const_iterator it = rStarts.begin(), end = rStarts.end(); it != end; ++it)
        
        vs
        
        for (const auto& rStart : rStarts)
        
        and so on.
        
        Change-Id: I75eff3c28fea11e78415a2183622090804d34f0e
        Reviewed-on: https://gerrit.libreoffice.org/25755
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-06-01  Caolán McNamara  <caolanm@redhat.com>  [f97eb75d5d4728187d0041eecb7be04951d92c22]

        WaE: loplugin:defaultparams
        
        Change-Id: I6934ea008c2c46af80a406e8085e18e1be7fa67b

2016-06-01  Caolán McNamara  <caolanm@redhat.com>  [732dcfead9933079d3ffd6905907e8486441790e]

        bump apr and apr-utils
        
        Change-Id: I35c2b6aede588dc65bcefa5f80fdb4d4840f7bc8

2016-06-01  Justin Luth  <justin_luth@sil.org>  [c36b560c8d7acf5259d2a8f97317f303667140a3]

        tdf#66469 impress: update outline text before saving
        
        When custom annimations are present, any changes to the
        Outline text were not updated unless EndTextEdit was called.
        Ending Text Editing would cancel the cursor location, so
        simply sync the changes and then save.
        
        Change-Id: Iaf3b29e64d08c9d2fb6c18d7b0e3b3cc89c16d7f
        Reviewed-on: https://gerrit.libreoffice.org/25739
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-06-01  Sam Tygier  <samtygier@yahoo.co.uk>  [68ccab350ca5b907f185c729e94a14df15fedc23]

        tdf#99994 Avoid invalid access by reusing getFontFamily() result
        
        getFontFamily() can give a different result on the second call so in
        order to protect against access to an invalid element of the vector
        the result must be reused.
        
        Change-Id: Iec7d58537263cb5c8a7c2ea95761dd929d659e01
        Reviewed-on: https://gerrit.libreoffice.org/25704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-06-01  Stephan Bergmann  <sbergman@redhat.com>  [5a728825e707c5a61c9236e6364d58472d2557db]

        typo (-Werror,-Wuninitialized)
        
        Change-Id: I26fec96cc5cce0aa400cbdd7a1e706085f9c575a

2016-06-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4291d61851438b2ca4c767a697904ee7748489a6]

        pass by reference
        
        Fraction does SAL_WARN when we create an invalid Fraction
        and SAL_WARN again when converted to double (returns 0.0)
        
        remove the warnings here and use 1.0 for invalid Fraction
        
        Change-Id: I26de55ed7e3c9b4dac69c422fcaf7900804a0807
        Reviewed-on: https://gerrit.libreoffice.org/25467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [d080fb811d23fe4d4a3bb2efd079cc9446709f73]

        tdf#89329: use unique_ptr for pImpl in msgpool
        
        Change-Id: I97f7deab763b4da8e267e871cb78d0547711e777
        Reviewed-on: https://gerrit.libreoffice.org/25751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [2ba7893243fff5d6fbd0b706368877b7a5123569]

        tdf#89329: use unique_ptr for pImpl in objface
        
        Change-Id: Ie4d84a7e9958c5291b3a9db7f9e7e019ff27cfbd
        Reviewed-on: https://gerrit.libreoffice.org/25750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [c8ff6e35d6350dace92c8184a03e0524704327d0]

        tdf#89329: use unique_ptr for pImpl in itempool
        
        Change-Id: Ie0a5e5a16cf4b724ff55b0a89ee0ec803df6eb41
        Reviewed-on: https://gerrit.libreoffice.org/25635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Noel Grandin  <noel@peralex.com>  [c150ac07873e2861d0b4531fe88648801c9995be]

        loplugin:unusedmethods
        
        Change-Id: Ia7981447e96d9ac87526ad1276585ab3077d7f08
        Reviewed-on: https://gerrit.libreoffice.org/25707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Xisco Fauli  <anistenis@gmail.com>  [3aaa90c36c2910847576bd9362276b0e9b5acca4]

        tdf#89329: use unique_ptr for pImpl in toolbarmenu
        
        Change-Id: I2adafe082bd83edc31777f11f66313a51fde7d81
        Reviewed-on: https://gerrit.libreoffice.org/25478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Noel Grandin  <noel@peralex.com>  [fa135fd0e05fc4ba784b4349d65f2e5ed26c0f55]

        remove unused SID constants and associated code
        
        found with a python script that looks like:
        
        process = subprocess.Popen(
          "git ls-files *.hrc | xargs grep -hE '#define +SID_' | cut -d ' ' -f 2 | sort -u",
          shell=True, stdout=subprocess.PIPE)
        for line in iter(process.stdout.readline, b''):
          line = line.strip()
          if line.startswith("//"): continue
          if line.startswith("sfx"): continue
          if len(line) < 10: continue
          i = subprocess.check_output("git grep -nP \"#define +" + line + " \"",
                                      shell=True)
          if i.count("#define") < 2: continue
          print line + "
        " + i
        
        Change-Id: I40eac2569c2b5b129d9459cb723a9d6f26d09264
        Reviewed-on: https://gerrit.libreoffice.org/25715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Noel Grandin  <noel@peralex.com>  [79aaa464134970b15f6858f98cb9f8e37aced23c]

        Convert orientation to scoped enum
        
        Change-Id: If66319f51d8fa070b5575cc6e8eb6890d03768ff
        Reviewed-on: https://gerrit.libreoffice.org/25718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Noel Grandin  <noel@peralex.com>  [76cacf1a6045b133ba07c84c67b34f85a389c81e]

        Convert printer enums to scoped enums
        
        Change-Id: Ic0f9d57181809b3fef3abbad462456fc2d5ced55
        Reviewed-on: https://gerrit.libreoffice.org/25719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Noel Grandin  <noel@peralex.com>  [b860b73f2ba3322663106eeb1de7e07af6959248]

        Convert VCL_MESSAGE to scoped enum
        
        Change-Id: I976536849fa5585c96cee23b660c56d3d0116933
        Reviewed-on: https://gerrit.libreoffice.org/25720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-06-01  Szymon Kłos  <eszkadev@gmail.com>  [bf3f3a6bfb08c2d1a2c95f1c1cf62117e0002235]

        notebookbar: working number format listbox
        
        Change-Id: I1555934646148b9cd4164cbaaf09dcb9affe861e
        Reviewed-on: https://gerrit.libreoffice.org/25579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-06-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cbf36dd473fdc9e8d8b78c9e9317836a7cbbc6c7]

        update credits
        
        Change-Id: I0932fb77c37c9e48eb5ecb4b26ee44553b8368a5

2016-06-01  Michael Stahl  <mstahl@redhat.com>  [1aff9299ab2e308674af51a138294017d2cc3b8d]

        extensions: more README
        
        Change-Id: I9cd902ce606c800e67cc142daf698962544b26bc

2016-06-01  Michael Stahl  <mstahl@redhat.com>  [c11e60f11f34b12bf73a08a96634202a8d3aef0c]

        tdf#99643 OLE automation bridge: fix 64-bit pointer conversions
        
        XBridgeSupplier2::createBridge() is always called in-process and should
        therefore expect and create Anys with native-sized encoded pointers,
        so use sal_uIntPtr.
        
        Change-Id: Ia757ff38568b07de8085a1a9d323d806bcca0f63
        Note: Currently all calls in LO code are with source=UNO, target=OLE.

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [299946676fdced263305db35164950ada1caba0b]

        try to fix arm build failure
        
        Change-Id: Ib0ab738f09d7112d455743a58529463aa6a73941

2016-05-31  Yousuf Philips  <philipz85@hotmail.com>  [3e14a07a909439fa012e2831c1a163c527b07d50]

        tdf#98290 New Mac shortcut for fullscreen for all apps
        
        Change-Id: Iacb8cd21e2323dff575da130ea9ec4fd98096a88
        Reviewed-on: https://gerrit.libreoffice.org/25221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [9a0fd9c7f424fb787e1fae2113f0a42f0895a1e9]

        Resolves: tdf#93386 crash when closing a Database with macro editor open
        
        Change-Id: Id3ecee744cb10f539f2b57e83a4b6e4c7744d3d5

2016-05-31  Mark Hung  <marklh9@gmail.com>  [005ae2fa195bddd1073f3d883cf041d9ac80fad1]

        tdf#93883 don't add space to empty paragraph when bullet is turned off.
        
        Change-Id: Ia1bad61cb5585dae0501e8cd657fc84bfea60ab2
        Reviewed-on: https://gerrit.libreoffice.org/25679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [09981cd6383ecb99e4b6c83b98b03af5cf3ff59b]

        Use std::vector for SmCaretPosGraph
        
        instead of employing ad hoc linked list and its iterator.
        
        Change-Id: Ibc4709a2e67aa805cf54117303c47d9a8a5eede9
        Reviewed-on: https://gerrit.libreoffice.org/25699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [a61063ca2cce4753a061693a50cccab95865ad6b]

        Drop warning-related parts of external/boost/clang-cl.patch.0
        
        ...which are no longer necessary after e5c6574f5df8d2a5914beb03dce604beb8d62ee8
        "boost: warning-patch-ectomy"
        
        Change-Id: I4e79a4c7b9b20f9b49dc05e6a86831837aa4bbf0

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [2de8345dc439fd9ad39cdbf9baecb58bbd46e09f]

        Resolves: tdf#100148 use the selected font for the edit area
        
        I have some doubts if this is a good idea or not, but that's
        the request so lets try it out for a while.
        
        Change-Id: Ibe3f92476de1ced53daf6f41a363f70eff9f361e

2016-05-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b933f9b817d8449a87841e413cbe96ce31a63555]

        tdf#84411 - OpenCL: S/W interpreter throws std::out_of_range error
        
        The problem is that in an array fragment, row start can be beyond data
        row end.
        
        Change-Id: I33658c87c21d1be237f4675241e3eabdd4ec7058

2016-05-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b75670009ca885869aa6b58ac33766808e23653c]

        tdf#100160 - Changing OpenCL state doesn't update sheet
        
        now we re-check for vectorization state of formula token each time
        OpenCL is enabled or disabled
        
        Change-Id: I652397dd154f5fbf788cb511c70e53a47cc94293

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [a1ebcf401da3ae0cc8a12320b8b549a2d8d6e5bf]

        we can rely on mnemonic widgets for these a11y relations
        
        Change-Id: I54b3ce6b66a04d19aac82ec1cd840d88db26a2ea

2016-05-31  Eike Rathke  <erack@redhat.com>  [5868d927bccfc9594c4f791d0800337a0ce60c18]

        Resolves: tdf#63272 [fi-FI] percentage format with no-break space
        
        Caveat, the space needs to be quoted, otherwise it is taken as the group
        separator that when trailing a number divides the number by 1000.
        
        Change-Id: Ic24b90d500a6c9351ef7463b2b1adf9d066442df

2016-05-31  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [f96041798bfc3db27f23015f6799ad6e299b8fcf]

        Remove self-labeling SetAccessibleRelationLabeledBy calls tdf#87026
        
        And add some accessibility properties to the related .ui file
        
        Change-Id: I42e2c3f9af6c00536c4ec8cbe0669a7202d4377e
        Reviewed-on: https://gerrit.libreoffice.org/25723
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-31  Tor Lillqvist  <tml@collabora.com>  [98f45568239960617a867c9accf5bf8af7db5a40]

        tdf#100159: Remove (harmless) duplicate call
        
        Change-Id: I3a836f5d401aaf93154182e6ed195dbc82fc058e

2016-05-31  Yousuf Philips  <philipz85@hotmail.com>  [198cba6e9af2d8a2d8d201a8b26d9a835744c659]

        tdf#91781 A round of minor tweaks to Writer's menus
        
        Change-Id: I0c37f9e0349af0cd9dc41c500543da7532fb9198
        Reviewed-on: https://gerrit.libreoffice.org/23976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-05-31  Tor Lillqvist  <tml@collabora.com>  [e971a7192c81c4db84192c6a545dc045aab1a37d]

        tdf#100159: Use shader preambles as needed, add missing shader combinations
        
        Some shaders are in some cases (or always?) compiled with a preamble,
        so add that then as applicable when compiling and caching them in
        advance.
        
        Add a few shader combinations that I hadn't noticed.
        
        Change-Id: Ib66027e03a36cd4b161fe9f57ceaa338f9fb042d

2016-05-31  Jan Holesovsky  <kendy@collabora.com>  [3f98cf32836eb10af7fc673b1fe61421fcb98d3b]

        tdf#100092: Deterministic scheduling to prevent unpredictable behavior.
        
        Low priority idles can fire more or less randomly, and consequently two
        consequent runs of LibreOffice differ in the amount of the idles that have
        been performed during an operation.
        
        This commit adds a possibility to turn on a 'deterministic mode' where two
        subsequent runs of LibreOffice trigger about the same amount of events when
        they perform the same set of operations.
        
        Change-Id: I92566ef4eee20e7d604cfd48f01c4df30c77e653

2016-05-31  Yousuf Philips  <philipz85@hotmail.com>  [da27c5d58948a782f25338320f9c57cfe542986e]

        tdf#92218 Implement Calc single toolbar mode toolbar
        
        Change-Id: Ie261b71000c37f18efe0658bbf239c9639a5fcf3
        Reviewed-on: https://gerrit.libreoffice.org/24088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-05-31  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ca662fa2a6bc44419147ab51c3c9a40d56ff4c2a]

        Updated core Project: help  1e2ea6f97cc4a3e329250a1e5708e2f45447e289
        
        No need to be redundant
        
        Change-Id: Id5ebb8b186920eeedad311663057c383eb7bd61c
        

2016-05-31  krishna keshav  <princy.krishnakeshav@gmail.com>  [9eb08b9534567801988c4137281ff153117edd32]

        tdf#94205  Use o3tl::make_unique instead of new + std::move
        
        removed std::unique_ptr and std::move to make_unique in sw/source/uibase/dbui/dbmgr.cxx
        removed 'pInsert' as fixed in 9d8184b34e9e4c53f93e4d44ac53590e9231c520
        
        Change-Id: Ief5e66f9691f81d294f6393c25d98f5301876928
        Reviewed-on: https://gerrit.libreoffice.org/25621
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [f51656c5b29ee317daa92aa9937fc65b66ab3e83]

        Reuse BOOST_CPPFLAGS computed by configure.ac
        
        Change-Id: I58cba84030f6a7872f912e0136dfb8d3970ac890

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [446d33c39fdabff117b1228e087d037b048fd1f2]

        gtk3: crash on reusing a popup menu that has a sub menu
        
        Typically popup menus are created froms scratch each time, which is why
        this wasn't a common problem.
        
        To reproduce, under gtk3, set a template as default in the template manager,
        reset it using dropdown, now set another template as default, and reopen the
        menu.. it crashes
        
        Change-Id: I6107fbd921ada71ef7d676031651deb4b1b2d2fb

2016-05-31  Akshay Deep  <akshaydeepiitr@gmail.com>  [b660074d50acf7befed44c5ed770188b8f3077ec]

        Remove inline renaming of title in ThumbnailViewItem
        
        Change-Id: I8fa2cae3390dd1576aab531bc826b8bb5985eaf9
        Reviewed-on: https://gerrit.libreoffice.org/25645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-31  Tor Lillqvist  <tml@collabora.com>  [302dcca61a8b1c0dd7ef9e8234f06dc14be680eb]

        It is EXITHELPER_NORMAL_RESTART that we want
        
        Change-Id: Ica1d68dcdd98aef061a2bed0b5389cef327e1ca5

2016-05-31  Xisco Fauli  <anistenis@gmail.com>  [292e25e66d67b528dfc81665aac2c58897871667]

        SVGIO: Modify a unittest to check "inherit" in font-family
        
        Change-Id: I4a339b419a5abd1ad02f7aef2abd016a1c2260b8
        Reviewed-on: https://gerrit.libreoffice.org/25695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [ab0dc9524a36a394e97df9499bf1f5e4b94cfdca]

        Resolves: tdf#92695 protect both branches against missing ToolItem
        
        Change-Id: Ide54fddf7b217e65a405bd80853d5302a419f046

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [c380f0fc125f50ad8efca2ce032d3d2a67d78f0a]

        Related: tdf#92695 we already have ImplGetItem from mnHighItemId here
        
        no logic change intended
        
        Change-Id: Ia53a21db56c857e1274c60f846fc955fef9e3dfb

2016-05-31  Caolán McNamara  <caolanm@redhat.com>  [ba4e50c856e5279c05b90297660b396868a6d815]

        Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevel
        
        Change-Id: I5ce7ae39e7db62551733a005f3163ebfbb027af6

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [9d8184b34e9e4c53f93e4d44ac53590e9231c520]

        Don't use pInsert after it has been moved
        
        Regression introduced with 38ea2d0ecc1d59844f9371ae6da7980c4e3a9e10 "sw: replace
        boost::ptr_vector with std::vector<std::unique_ptr>".
        
        Change-Id: I15f556319693c4728812d5ffd5002d0eba58ae82

2016-05-31  Noel Grandin  <noel@peralex.com>  [5c977a9ddff3c221c098a57855ede7c0ef4fe31f]

        Convert ControlType to scoped enum
        
        Change-Id: Iaa13c3e7030296a97bab144103745867d43b4b19
        Reviewed-on: https://gerrit.libreoffice.org/25554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [526ed1f7dbd9150734edcb03727d49e1b1306f56]

        tdf#77349 RTF import: automatically generate names for images if needed
        
        The DOC/ODT import can call SwDoc::SetAllUniqueFlyNames() at the end of
        the process to assign unique names to fly frames which lack a name.
        
        Add a similar (but much simpler) feature to the domain mapper to avoid
        empty image names in the DOCX/RTF import result, so it's easier to click
        on the items in Writer's navigator.
        
        Change-Id: I432fc741f8d75d735e1dfe88daba50ba0797042d
        Reviewed-on: https://gerrit.libreoffice.org/25705
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-31  Xisco Fauli  <anistenis@gmail.com>  [9bfae70fcb91f15ecc0a58a0f5eb3e5f3c8d89d9]

        tdf#89329: use unique_ptr for pImpl in style
        
        Change-Id: I206f1a7ee5a4020f712a969d26bde9268d9f2c53
        Reviewed-on: https://gerrit.libreoffice.org/25636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Xisco Fauli  <anistenis@gmail.com>  [53f9762889f96a5c29e1b414e0b9e2866ad1c2e6]

        SVGIO: Add support for font-family in unittests and unify...
        
        .. textsimpleportion's assert
        
        Change-Id: I97d4c76dcfaa6d3ebebfe3eebfabc8ee7799589d
        Reviewed-on: https://gerrit.libreoffice.org/25691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-05-31  Xisco Fauli  <anistenis@gmail.com>  [5d613f920510a5a16ddb50c1577d8c29f1a8e069]

        SVGIO: Add support for "inherit" in font-family
        
        Change-Id: I180ab3b119af124d2d1113df055986168d39d30d
        Reviewed-on: https://gerrit.libreoffice.org/25694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-05-31  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [be0c898587f9464cd7a11be5e6b1d4e8dbd078d8]

        Sw UNO API SwXTextCellStyle; TableStyles createInstance, XNameAccess
        
        Making createInstance("com.sun.star.style.TableStyle") possible
        Making SwXTextTableStyle a XNameAccess container of SwXTextCellStyles
        
        Implementing basic SwXTextCellStyle
        
        CellStyleMap based on svx/source/table/tabledesign.cxx
        
        Change-Id: I5afff1f514582a63a6eb9f9fb44667665749855a
        Reviewed-on: https://gerrit.libreoffice.org/25558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [91a8c5c21b54162230ae83bf02ebfcb1a3d11659]

        more typo
        
        Change-Id: Id027d7c5dfb089ec8a2b4155b35bd2a9801d8f72

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [57bea576806beb539a556fe3753d0eaaa8a62c7f]

        typo
        
        Change-Id: Ibcfa5115c77e891d8cf021a2598229489f705dec

2016-05-31  Noel Grandin  <noel@peralex.com>  [e48a13af9f48155cd35e3081a8afd53c1f5e6398]

        fix KDE4 build
        
        after 3d7325898547c94826cfdd "loplugin:unusedmethods"
        
        Change-Id: I32303948c5046b2880cd4e64cada32ea776a0861

2016-05-31  Stephan Bergmann  <sbergman@redhat.com>  [6cf436799cb145c61f8324c074541950ee1a23e8]

        More comphelper/extract.hxx clean up
        
        Change-Id: I36c1ebea58bcd32b65a48d3447c106aeecdac230

2016-05-31  Noel Grandin  <noelgrandin@gmail.com>  [59dbfecedb76ecf2ff8d464c144a0adf85eb3766]

        Convert RSC_TOOLBOXITEM to scoped enum
        
        Change-Id: Ic90b6950016417d5f57963ab69fd20905a943bb7
        Reviewed-on: https://gerrit.libreoffice.org/25683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Noel Grandin  <noel@peralex.com>  [5ca16c7b3153395d9107f84d366c796a22930756]

        Convert ToolBoxLayoutMode to scoped enum
        
        Change-Id: I95b2432fc9f4df8d055227331a44151af4d773ab
        Reviewed-on: https://gerrit.libreoffice.org/25672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Noel Grandin  <noel@peralex.com>  [3d7325898547c94826cfddc6852d400e84e2dda1]

        loplugin:unusedmethods
        
        Change-Id: Ifeb818227a960cab8fd2e8e7352468efbfe1232c
        Reviewed-on: https://gerrit.libreoffice.org/25668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Noel Grandin  <noel@peralex.com>  [fafb2cf4de2eb2de46afab0738b7fd95663c0164]

        Convert PrinterSupport to scoped enum
        
        Change-Id: I2bde7261b8e8f31e6dd5a02cd4130156a04b8a7f
        Reviewed-on: https://gerrit.libreoffice.org/25657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Noel Grandin  <noel@peralex.com>  [fe6ac2d11a6f870094bd630759f998d8ed9272e3]

        Convert GfxLinkType to scoped enum
        
        Change-Id: Iae074ef0927a55f1fbf401cb66f4f183213f547c
        Reviewed-on: https://gerrit.libreoffice.org/25656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Noel Grandin  <noel@peralex.com>  [0b23eec200c8c12db5778405df44f4bf8e38e4ad]

        teach refcounting clang plugin about uno::Reference
        
        uno::Reference is only allowed to used with classes that have a
        ::static_type member.
        So convert all those places to rtl::Reference.
        
        Maybe we need some LIBO_INTERNAL_ONLY constructors on rtl::Reference and
        uno::Reference to make this a little smoother?
        
        Change-Id: Icdcb35d71ca40a87b1dc474096776412adbfc7e3
        Reviewed-on: https://gerrit.libreoffice.org/25516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-31  Phillip Sz  <phillip.szelat@gmail.com>  [88c03cd07a171e05c7fb4dcade8baa28e7c5a770]

        find-german-comments: clean up
        
        Most of these syntax changes are found by pylint. Also:
        
         - Use argparse instead of optparse, which is deprecated
         - Fix a bug where we tried to multiply by float, which does not work
        
        Change-Id: I7de5a29bd431755e6c28a8bc80b804c775a0c2cb
        Reviewed-on: https://gerrit.libreoffice.org/25669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [27ae0020d7609973eaeb2d95ab1e2897c40685a8]

        Prefix SmDocShell's members
        
        as well as remaning aInterpreter to maParser.
        
        Change-Id: I5f86737ffe05be981477e9dc65d433de0e1d5378
        Reviewed-on: https://gerrit.libreoffice.org/25650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [93874236610dd50a46b6db229e022ae364af582a]

        tdf#97835 tdf#61996 tdf#95339 Add qa unit test
        
        tdf#97835: suppress decimal separator
        tdf#61996: skip quoted text
        tdf#95339: detect SSMM as seconds minutes
        
        Change-Id: Iee3ff723b0c5d2a298d8c7ef03112d5e30d4e4df
        Reviewed-on: https://gerrit.libreoffice.org/25597
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a3471916370c53c6627ba4010489f539c174bdf9]

        tdf#100122 Correctly treat fraction without integer part
        
        If there is no integer part (with format such as ?/?):
        - sStr should be skiped
        - SFrac should be completed with the right number of ?,
          j==0 must also be treated in ImpNumberFill
        
        Change-Id: I57448eb3b0c68e10779d7fa565379e2604f7f63b
        Reviewed-on: https://gerrit.libreoffice.org/25612
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b07e0a11766f2d2878a0dc2681feddb0c381c68d]

        Choose ODF version for fill-character
        
        OASIS reference: https://issues.oasis-open.org/browse/OFFICE-3765
        
        XML_TEXT in FinishTextElement_Impl follows a different logic
        See https://cgit.freedesktop.org/libreoffice/core/commit?id=66c6d1ef204f3507e7663a1b8b1be05b9ec71092
        
        Change-Id: Iac966f74c26c2b72ed54db26cf17a35717263007
        Reviewed-on: https://gerrit.libreoffice.org/25590
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-31  Eike Rathke  <erack@redhat.com>  [c75ce37560c05271ba56c9dd0d98c5001e83cc2f]

        prevent out of bounds string access
        
        Yet another reminiscence of String to OUString conversion..
        where the terminating NULL-character was obtained and
        SvNumberformat::InsertBlanks() effectively did nothing.
        
        Could be triggered already by entering an '_' underscore character as
        number format code, which is a place holder for blanks of the same width
        as the following character, which there isn't then yet.
        
        Change-Id: I0534e1417d4bd35e9e7ed4bd0170b9ea3b5fb575

2016-05-30  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d7834317c7c925e9096b464c5f5f3e7f76e3fda3]

        Move accessibility relations to .ui files tdf#87026
        
        Change-Id: I2ce2c236d124d31aaacacb0c24ba52b3a70b489c
        Reviewed-on: https://gerrit.libreoffice.org/25555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [7b042d2865c5bb2c2dde1dd47de124bc0df61ae8]

        tdf#98226: fix undo of table AutoFormat
        
        The new call to SwTable::SetTableStyleName() was not recorded in
        SwUndoTableAutoFormat and hence persisted even after Undo.
        
        (regression from 73f4a06c0bce51c7c8b9ae9adfdc7ffac27d06b4)
        
        Change-Id: Ia7f769dafa62f02ff8e4b0596b48266190c7a69b

2016-05-30  Olivier Hallot  <ohallot@collabora.co.uk>  [ee8c883d8d65f77ec0dbd27948cbc49f30986cc6]

        Updated core Project: help  b1d1171b0dd1eda694c801478f183a0a15ae92ee
        
        Fix help page with new term
        
        Change-Id: I2b18f319e176a426dac5401561910169de44f5b3
        Reviewed-on: https://gerrit.libreoffice.org/25689
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [697eaa91bd008e992b325e05ce3f20853ad965f7]

        tdf#100068: Initial implementation of ScreenshotId
        
        it's the same as HelpId in default implementation and extended with
        '=?config=foo' string otherwise, depending on different configurations
        the dialog/tabpage can have (e.g. different widgets hidden/shown)
        
        Change-Id: I01312a5a88ef7ba784bca315b336420cdb63c8dc
        Reviewed-on: https://gerrit.libreoffice.org/25455
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-30  Eike Rathke  <erack@redhat.com>  [f65b29ff13211449144455668014a80aa8b331a3]

        we already have pClipDoc
        
        Change-Id: I0485f15b6771d10d4b077f5034db77e4c13ef877

2016-05-30  Eike Rathke  <erack@redhat.com>  [9d07f557572bdeaeda8e923525c8895d79fc0d22]

        actually multiple destination sheets are handled, tdf#97158 follow-up
        
        ... so ScMarkData doesn't need to be passed. Which it wasn't anyway
        because the destination sheet span is part of CopyFromClipContext.
        
        Change-Id: I0addd370d96ab78b22ed957081a1212fc70419a1

2016-05-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [aab59c3c17ce16882864fe41056ad6c1c850c953]

        sw: prefix members of SwLayoutModeModifier
        
        Change-Id: I280a79f5060623c8a30ecfde99cf650ebde4e5fd
        Reviewed-on: https://gerrit.libreoffice.org/25653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [2805adb0d3cf68d7def01a93bf07fb2e8121ec10]

        Resolves: tdf#100057 force libxslt to give up when we cancel a transformation
        
        we're already using libxslt internals, so using XSLT_STATE_STOPPED isn't an
        additional exposure
        
        This probably isn't all that useful to the original reporter in terms of
        importing useful data, but it does turn a hopeless situation into something
        that can be cancelled.
        
        Change-Id: I08e9a1dcd9ee78e1804faec500bbcca36a546988

2016-05-30  Eike Rathke  <erack@redhat.com>  [dc9eac5a5f4f247ba5efb67931ffde61f2c8d5b6]

        Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheets
        
        ... so check that and bail out to let the remainder of CopyFromClip()
        handle it.
        
        Change-Id: I9d139de905fd108ae41fed79a38860058525272c

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [00a45faf5ef929572c6f0df686716aec991503be]

        Fix int2enum
        
        * The data argument to the Any ctor call needs to point at sal_Int32, not int.
        
        * All calls to int2enum guarantee that rType is an enum type, so assert that.
        
        Change-Id: I0ccd498420638fee80aeeccc93d9c1e3309f83b0

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [d8545e78e7d27bb704cef9befa3cc0ff65c68bb3]

        Simplifiy unnecessary uses of int2enum
        
        Change-Id: Ic811eac425717f7eac018dfd90c46bd72267c697

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [ac5fd13937a6eb708c45064948219b0ade040641]

        boost: restore boost.gcc47679.patch
        
        One of the tinderboxes fails with mysterious warning:
        
        include/tools/gen.hxx:418:36: error: '*((void*)& aViewportExt +16)' may
        be used uninitialized in this function [-Werror=maybe-uninitialized]
             nBottom = rSize.Height() ? nTop+rSize.Height()-1 : RECT_EMPTY;
        
        Change-Id: I62bf99d1a623ba4bd9d7db5fe049366d0f20e26f

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [84fb4be390a7a09c27f3aa1f004c022f0cdc192a]

        editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()
        
        Change-Id: Iea61f2de2b907974bbb05c66abf6cdaeab87b8b2

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [4d23189aee9adeb87e749a21305f22a43fb3fb17]

        add gen-boost-headers script
        
        Change-Id: I02102f6c37863963efa9a312a5a0fbbc1f42f345

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [e5c6574f5df8d2a5914beb03dce604beb8d62ee8]

        boost: warning-patch-ectomy
        
        Upstream maintainers, with few exceptions, generally don't care about
        warnings in boost headers, hence we re-base our warning fix patches on
        every upgrade, which is a pointless exercise in frustration.
        
        Most of the patches are for GCC/Clang warnings, where we could use
        -isystem to suppress the warnings (with corresponding hacks in the build
        system, because -isystem also disables dependency generation) - but
        clang-cl does not support -isystem.
        
        So generate a bunch of wrapper headers into external/boost/include, that
        disable all known warnings and use #include_next to get the real boost
        header. This allows us to get rid of most of the existing patches.
        
        There is however a bug in GCC that preprocessor warnings like -Wundef
        cannot be disabled with a #pragma, so those patches cannot be removed.
        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53431
        
        Change-Id: I2992bf4a463015f1140489df867bd80757f84541
        Reviewed-on: https://gerrit.libreoffice.org/25563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-30  Eike Rathke  <erack@redhat.com>  [0002249b15d0d3aa89b7eafe0791921c0427abea]

        remove unnecessary temporary ScRangeList copy
        
        Change-Id: I46b9992f34820d21e4d0aa39a77cf6477648721a

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [5b342e10cbec2487085216346c055875a8eb9657]

        valgrind: Invalid read of size 8
        
        saw this in passing checking something else
        
        ==12972==    at 0x6DEF40B0: rtl::Reference<PlacesListBox>::get() const (ref.hxx:169)
        ==12972==    by 0x6DEEF221: VclPtr<PlacesListBox>::operator bool() const (vclptr.hxx:189)
        ==12972==    by 0x6DEED3DA: CustomContainer::GetFocus() (iodlg.cxx:429)
        ==12972==    by 0xD9EC83B: vcl::Window::CompatGetFocus() (window.cxx:3734)
        ==12972==    by 0xD93A604: vcl::Window::ImplGrabFocus(GetFocusFlags) (mouse.cxx:383)
        
        ...
        
        ==12972==  Address 0x2e4b4690 is 288 bytes inside a block of size 424 free'd
        ==12972==    at 0x4C2D22A: operator delete(void*) (vg_replace_malloc.c:576)
        ==12972==    by 0x6DED9F14: SvtFileDialog::dispose() (iodlg.cxx:518)
        ==12972==    by 0xDB04B1F: OutputDevice::disposeOnce() (outdev.cxx:161)
        ==12972==    by 0x6DED1954: VclPtr<SvtFileDialog_Base>::disposeAndClear() (vclptr.hxx:208)
        
        Change-Id: I702eab8dbcf07885e4a3415ace6706c25854174e

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [dd2a2abadd32423bb46f6163eb3525e448edbda0]

        replace ImplConvertMenuString now
        
        Change-Id: Ib68b711fb98a917c2d40d0a659353e3983a3766e

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [33a49289dfdba94c92dfd466635c4c663e916848]

        move the one single use of EnableMenuStrings to its call site
        
        Change-Id: Ie5087f564c024cae526757ed1445c97113e8a68e

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [e8dff0479e568c6d8de517782ac22ba987f81da1]

        SetFloatingLines is now unused
        
        Change-Id: I867633d7d19dd03b8bd2771f1eaac897ef97b5bc

2016-05-30  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [ea7de7b2d3dc62b2ae73c2184398b227f8a85890]

        fdo#34362 Setting table border from toolbar resets "spacing to content"
        
        Change-Id: Iec51c02ab389015d268849aa0dda870c11323f46
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [8fec9e7e4ca97e14551a737583226f89b0c6eecd]

        Some clean up of uses of css::uno::Any::setValue
        
        Change-Id: I04e8aef35a6083b61d775c8eb3f96757da2b31bd

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [e630df7853a62225cd77fc4262689ef5607d2907]

        Just use Any::operator <<= for sal_Unicode values
        
        ...now that sal_Unicode no longer clashes with sal_uInt16 on any platform (in
        LIBO_INTERNAL_ONLY code), after e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle
        wchar_t as native C++11 type on windows"
        
        Change-Id: Id423dd6235bf14823fa5611b804c0974edbe64b3

2016-05-30  Tor Lillqvist  <tml@collabora.com>  [46d5d475b114b93a76502d58637468e404a8562b]

        Trivial follow-up fix to 64061d8dd687efa1c78e5284ab01f2f16e5817c3
        
        Change-Id: I322690bba054736a1201b3f4d8f4d5670f7799b7

2016-05-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [1544a26ac9f7dd60605dd21e9cbe29d490aafdce]

        tdf#99661 Add max-denominator-value attribute to number:fraction
        
        Add max-denominator-value attibute to <number:fraction> to comply with ODF 1.3
        See https://issues.oasis-open.org/browse/OFFICE-3695
        Specify loext or number according to ODF version
        This value is only used to stored the number of digits in numerator.
        No other values than 9, 99, 999,... are expected.
        
        Add loext:max-numerator-digits attributes to <number:fraction>
         to distinguish
        ??/?? and ##/## or any combination
        Not saved for ODF strict
        min-...-digits indicates the number of '?'
        max-...-digits indicates the total number of '?' and '#'
        This needs to be saved with both min-...-digits at least one
        because previous versions cannot have min-...-digits of 0. See tdf#38097
        
        Change-Id: Ibd785579aa75edc315e3bd94935a146d82bbeeef
        Reviewed-on: https://gerrit.libreoffice.org/24903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-30  Tor Lillqvist  <tml@collabora.com>  [933a9d9245fdeceefd92fba9a5cb4db6bca92984]

        On Windows, compile OpenGL shaders in advance and disable on failure
        
        If the shader compilation or loading of an already compiled shader
        fails, disable OpenGL in the registry and exit with the
        EXITHELPER_CRASH_WITH_RESTART status. The wrapper process will thus
        run soffice.bin once more, and this time OpenGL will not be used.
        
        Change-Id: I3cc4a615f00a8a1adb584493861e4956c83cec32

2016-05-30  Tor Lillqvist  <tml@collabora.com>  [64061d8dd687efa1c78e5284ab01f2f16e5817c3]

        Move exithelper.h to include
        
        We will want to use EXITHELPER_CRASH_WITH_RESTART in vcl, too.
        
        Change-Id: If34244a361b157e0e9c7cca55fc34f0574f39984

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [be3e09a2f7effada123c6a75201eb5a0029481c2]

        loplugin:passstuffbyref
        
        Change-Id: If5c3c92eb2828348cda165d72147d7a570af59f8

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [336b62080bd06000e5ac3c7687b34bac2afc79a9]

        Missing include
        
        Change-Id: Id61e2de27ec307fa7773d3f0d5a0810005f1c364

2016-05-30  skswales  <stuart.swales.croftnuisk@gmail.com>  [7fe92c766adf97bdeb4d844ffe6d0650a964572e]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        setup_native/source/win32/customactions/shellextensions in MSI Installer compiled as UNICODE
        
        Functions suffixed with A/W (ANSI/Wide) as needed for clarity
        
        Change-Id: I711f781b47c0efdb1e3d9bf995f7658dbb0e38d1
        Reviewed-on: https://gerrit.libreoffice.org/25556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e0c8c5b711e4cacb3f666a939f285289479d3d20]

        Choose ODF version for min-decimal-place and force-exponent-sign
        
        Change-Id: I873dbf53bbb865577fd51ee70142c1b45ea54ce2
        Reviewed-on: https://gerrit.libreoffice.org/25588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [73f84ab139cb1d2564f9292fba08d69a0ab822c1]

        Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferable
        
        on drop that it set on drag. It does some uno tunnel foo to drag the data it
        needs back out of it in some grotesque fashion.
        
        So we have to follow the same style of hackery as under MacOSX to detect
        on drop that there is an active drag started by ourself and so use that
        active drag's transferable as the source transferable for the drop, rather
        that use the intermediate universal GtkDnDTransferable.
        
        Change-Id: I3c3a94416db908603bde8f15dc5b1c9d726b8dbd

2016-05-30  Caolán McNamara  <caolanm@redhat.com>  [cd34f76d4ef7371892be4b8970a45d2d3e81e9db]

        this signalIMPreeditChanged is a cnp from gtk2 impl
        
        Change-Id: Ib2e624af2e07b28a2e2ca0e3a0a16f3fe453aeaa

2016-05-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [20ad9893d5d3be13d8aa17764e483afaa083b5c0]

        tdf#100134 xmloff: only update the progressbar twice for every percent
        
        This restores the state before commit
        e1b78d36008d1fd188ca8dc154ad069d3476520c (#95181#; call the setValue
        method of the XStatusIndicator as often as possible to enable
        reschedule, 2001-11-26), which doesn't seem to be necessary anymore,
        perhaps due to the current scheduler that has priorities.
        
        Rather than a plain revert, still allow the progressbar to jump back, as
        that seems to be used relatively frequently. So just filter out the
        calls that would increment the value, but only with a small difference,
        compared to the shown value.
        
        Change-Id: I7136b20f1c64e267b0b4a35bbe2564e5163d9468
        Reviewed-on: https://gerrit.libreoffice.org/25654
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3239ecb4916e0b5ac7583c6de884c9c00f5ebc90]

        FORECAST.ETS.* functions: default aggregation is 1 (0 is not allowed)
        
        Change-Id: I71470b0871a181dd9ce090053a41238698744424
        Reviewed-on: https://gerrit.libreoffice.org/25577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-30  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [d2a44e62704f185a0acecbb6320b92a4df3063b9]

        tdf#99696 fix build error for 64bit Windows in unit tests using ADODB
        
        This patch fixes the problem that the build for x64 fails in basic module
        on 64bit Windows installed 32bit Excel Application.
        
        New code checks the existance of ODBC driver for excel insted of the
        existance of Excel application(at this time the bitness of ODBC driver for
        excel would match that of building LibreOffice).
        
        What we need is probably not Excel Application but ODBC drivers for proper
        bitness.
        
        Change-Id: I62285eb2351f2022754fc34cb2d54db1bd9e8142
        Reviewed-on: https://gerrit.libreoffice.org/25301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [46a987fe08c6f7d20da437eed621d670ce44aea7]

        Fix tools/date.hxx Date vs. css::uno::Date mismatch
        
        ...that was there ever since at least 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        "initial import".  None of the "make check" code appears to trigger this code
        path.
        
        Change-Id: Ic85b2ef4cf0a0ad06b467558e823cfa4ee31a08c

2016-05-30  Richard PALO  <richard@NetBSD.org>  [acbbb01940588604de965c4fcef64b2e17473fe6]

        tdf#100021 - format argument issue in process.cxx
        
        avoid warning whether pid_t is long or int
        
        Change-Id: I533175b53166cb233169902d277906f5ce979421
        Signed-off-by: Richard PALO <richard@NetBSD.org>
        Reviewed-on: https://gerrit.libreoffice.org/25593
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-05-30  Stephan Bergmann  <sbergman@redhat.com>  [ee1bf3538b139220f5f55778202e5606f4dd74c6]

        Fix bitmask
        
        Change-Id: I0da9c57b2b442bb4c4b34ae63507fb98e7fbbe51

2016-05-30  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [2b99f832dc611355eedace357cd50d976723d1dd]

        tdf#99589 tolower / toupper - dangerous to Turks ...
        
        Converted toupper to toAsciiUpperCase
        
        Change-Id: I595e39bd00a15ede6fc9ea3da3c2a4b2a2322a82
        Reviewed-on: https://gerrit.libreoffice.org/25566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-30  Noel Grandin  <noel@peralex.com>  [a52231c78526e14977d2129fa1abe812de567f03]

        com::sun::star->css in connectivity
        
        Change-Id: I9489e92dc89a6d83a26ff4f0d9aad26acd28ad9f
        Reviewed-on: https://gerrit.libreoffice.org/25537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [a499d1b980be1eb2bd6ccfa07b1d87c02fcb1343]

        Convert WINDOW flags to scoped enum
        
        Change-Id: I952fcc940cfe4daca5a810a406a2b8ecd3bd6f47
        Reviewed-on: https://gerrit.libreoffice.org/25582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4405180546bce4b4237f1a23c0bc5bcc5d7bb3a7]

        use the existing url to path function also in the ini file part
        
        Change-Id: Ia92261a63cfe1d51f68f312a27d5ba4b42719c47
        Reviewed-on: https://gerrit.libreoffice.org/25647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7259f07deaa9f9d5ce5c5b0f8f0847c673449135]

        use the existing URL to path tools
        
        Change-Id: I20aa47556205f5efc70f8f5ea39c63009110f986
        Reviewed-on: https://gerrit.libreoffice.org/25646
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d4be0c0f1fd1c9bdfe815eddd0ff6b49b5bba39]

        generate correct json files
        
        Change-Id: I0d39724e550427c7de31ebc4221f1b008a2451c3
        Reviewed-on: https://gerrit.libreoffice.org/25648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [284ca1a5840c5fcbf4f9d1eff02ae607cdc2c222]

        Convert RSC_TOOLBOX to scoped enum
        
        and drop unused (in .src files) constants
        
        Change-Id: I1ef085d128893dc3234592e248451f248efb08ba
        Reviewed-on: https://gerrit.libreoffice.org/25581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [aa0b05f1856c1be670208f7c9cbc8d8830b1e349]

        boost: remove boost.std.move.patch
        
        Apparently required only on obsolete/unsupported Mac OS X versions.
        
        Change-Id: I68540e3ac0d6830ed42854def0367a17f15feacd

2016-05-30  Michael Stahl  <mstahl@redhat.com>  [e355e54f2fddcf3146f33c9690e580e6b77aacef]

        configure: set BOOST_CPPFLAGS also in --without-system-boost case
        
        Simplify the makefiles.
        
        Change-Id: Ia695961e936e4a1ffdaff73eb56adc3c3905ed0c

2016-05-30  Xisco Fauli  <anistenis@gmail.com>  [5251a7c39c7c2ee6bc16965484913002d662d44d]

        tdf#89329: use unique_ptr for pImpl in fltrcfg
        
        Change-Id: Icbb7d122d7f553215de562a98b0127764b30faa1
        Reviewed-on: https://gerrit.libreoffice.org/25628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  apurvapriyadarshi  <apriyadarshi.1995@gmail.com>  [04068eb6f9c153950e4fda75733728fc8922f668]

        tdf#94205 Use o3tl::make_unique instead of new + std::move
        
        Removed std::move() and replaced it with 03tl::make_unique
        
        Change-Id: I684c62e04e8e8e9df61379eb064ee2b1c012c762
        Reviewed-on: https://gerrit.libreoffice.org/25610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-30  Xisco Fauli  <anistenis@gmail.com>  [7bc1c79c26e52d5196fb36eee5c2f12f12d49ba6]

        tdf#89329: use unique_ptr for pImpl in defaultoptions
        
        Change-Id: I355888c44d1413f8d0ebd7a247649b79647c38ec
        Reviewed-on: https://gerrit.libreoffice.org/25629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [ea01963baf5cc9f5a11f85e04fa61c56bc8a37f0]

        Context Menu for templates and other fixes in Start Center
        
        Removed:
        1: Save Mode Variable.
        2. maSelTemplates and maSelFolders
        3. OpenRegionHdl
        4. cmpSelectionItems
        
        Change-Id: I108da3a0ddfb4954a60fbb0df44eba0457326ca9
        Reviewed-on: https://gerrit.libreoffice.org/25459
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-30  krishna keshav  <princy.krishnakeshav@gmail.com>  [a7e2d4923b220900f41d0b70904377c771939e6f]

        tdf#94205  Use o3tl::make_unique instead of new + std::move
        
        removed std::unique_ptr and std::move to make_unique in vcl/opengl/FixedTextureAtlas.cxx
        
        Change-Id: I7cbff152c3daae68a18ec08607cac030a1f4af8e
        Reviewed-on: https://gerrit.libreoffice.org/25613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [990082f37c31380d9fedd62c5dac1b5bff4c9636]

        Convert FontRelief to scoped enum
        
        Change-Id: I545c83d742db27f1a004b66e5eb1ef768f62e011
        Reviewed-on: https://gerrit.libreoffice.org/25626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [446d0887ff5421822e0296e20cbb36f08f1e6445]

        Convert TextEffectStyle2D to scoped enum
        
        Change-Id: I1ef784473408a220788f0ce7550bf16809fa2cd2
        Reviewed-on: https://gerrit.libreoffice.org/25625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [c47b170c71ecdcaacf2e12e5ce28e7d411bb52e6]

        Convert SelectionMode to scoped enum
        
        Change-Id: I86c435de3918540cb54a0cb24568e58456c2f9d1
        Reviewed-on: https://gerrit.libreoffice.org/25611
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [8ac4240efe975e9689e8dfc23dc3c1b88eee6dcf]

        Convert ApplicationEvent::Type to scoped enum
        
        Change-Id: Ie65951d5fd1e155e3d3b36d4725792fb95fb9a52
        Reviewed-on: https://gerrit.libreoffice.org/25608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [12aafb69fab3c7f91aa727ace19c1df7c53edd64]

        Convert DialogCancelMode to scoped enum
        
        Change-Id: I7aca03334c6609a8729bbc88ada6ecce4309c21d
        Reviewed-on: https://gerrit.libreoffice.org/25607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [f3fd69585db35dd0ba229b080705927733e8f949]

        Convert TxtAlign to scoped enum
        
        Change-Id: I1f2c631fd77b772ccbf0763d168048fee8f3c910
        Reviewed-on: https://gerrit.libreoffice.org/25606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Akshay Deep  <akshaydeepiitr@gmail.com>  [395db598591edc123148770de42dac30bf505296]

        Resolves: Error when overwriting a template in Template Save As Dialog
        
        After overwriting a template, overwritten template does not exist in the
        template manager because SfxDocumentTemplates is not updated..
        
        Change-Id: I7e8605091de71b921f8dbed5ab2022ac292fe4b2
        Reviewed-on: https://gerrit.libreoffice.org/25584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [92bad2a3d97586dc1127580e1d5a002679105149]

        Convert ImageSet to scoped enum
        
        Change-Id: I9957435f769957d76e95248914a422e82019e22d
        Reviewed-on: https://gerrit.libreoffice.org/25604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [6a5a2350c1c4924dd3fe92c8a3016c8c8ca1c275]

        convert TransparentType to scoped enum
        
        Change-Id: I25ec59fd41b5aa8741a9e864b5204481a84c3ba6
        Reviewed-on: https://gerrit.libreoffice.org/25601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [06cb2df4dba489d83c44babc2b36f91ec9fde5c9]

        Convert VclAlign to scoped enum
        
        Change-Id: I03718cc63ec5c1260ebd599bddb1a787ca8f5788
        Reviewed-on: https://gerrit.libreoffice.org/25603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [a6dacbe1d7d17283c20c75d3c97f72a0f876a716]

        Convert TimeFormat to scoped enum
        
        Change-Id: Ia40c70493a61886c76e515c3b2953243025c2438
        Reviewed-on: https://gerrit.libreoffice.org/25602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noel@peralex.com>  [98d09839353325afefea2dad549b1f9adf10aea1]

        Convert MTF R2 constants to scoped enum
        
        Change-Id: I9c18e5bbbd176cf5276000e43f4c3a993e4e0d87
        Reviewed-on: https://gerrit.libreoffice.org/25545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noelgrandin@gmail.com>  [b0950b157859c63561958d894f3363ccc9cad8c4]

        Remove CycleMode enum
        
        to never takes any value other than NORMAL
        
        Change-Id: I9558ee8864537c695ce1172a0cfad421d5f591ee
        Reviewed-on: https://gerrit.libreoffice.org/25587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noel@peralex.com>  [77d5491e15c96b5864fccd3ffc3d6a7b90e93367]

        loplugin:unusedmethods
        
        Change-Id: I08e9bb65b2530148b80c67f01d51e594fc698acb
        Reviewed-on: https://gerrit.libreoffice.org/25543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Noel Grandin  <noel@peralex.com>  [3e9e667af2d8d307844b29d608b377a04b6bb139]

        loplugin:unusedmethods SfxLinkUndoAction
        
        Change-Id: I1ad7c2452dd9bc80e7404f41484b9667adbcfa7b
        Reviewed-on: https://gerrit.libreoffice.org/25542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-30  Justin Luth  <justin_luth@sil.org>  [12868914a39b0e8fb32f63d1307c1bb1c535fb9c]

        tdf#99870 writer: don't delete selection with delete-comment
        
        When using the keyboard to select text and then deleting a comment,
        all the text between the cursor and the comment would also be deleted.
        (Not necessarily the selected text, but everything
        from the point or the mark would be included in the delete.)
        
        Change-Id: Id15a00d112d118227bc4a34b5102bb09d8d167b0
        Reviewed-on: https://gerrit.libreoffice.org/25216
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-30  Takeshi Abe  <tabe@fixedpoint.jp>  [e71ab23aa3c1a645b383beafe848d06ed08d8838]

        starmath: Drop redundant IsFormulaArranged() check
        
        as ArrangeFormula() itself checks bIsFormulaArranged,
        and does nothing if it's on.
        
        Change-Id: Icc76208f6881d4de99e88feae5f19d7e8890e4e9
        Reviewed-on: https://gerrit.libreoffice.org/25570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-30  Julien Nabet  <serval2412@yahoo.fr>  [7a2bca302f8299d70f77952110fb4ccfa4b258c2]

        cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypasta
        
        Change-Id: Icd903335fdef3921781e2f16e98a0e10bda31e3f
        Reviewed-on: https://gerrit.libreoffice.org/25641
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-29  Caolán McNamara  <caolanm@redhat.com>  [2ad5055145201efe5a244656a0715b391149e825]

        coverity#1362173 Dereference after null check
        
        Change-Id: I75c6f6fba947ac56c198afdef9b5ad078a76cdc5

2016-05-29  Caolán McNamara  <caolanm@redhat.com>  [b5ff87efd8b1ecf7d06b64a76ae70c7942aba91c]

        coverity#1362175 Uninitialized scalar field
        
        Change-Id: Ia2da9cc6a2e2f6c5f3f85c2ad3d95fb1adad6225

2016-05-29  Caolán McNamara  <caolanm@redhat.com>  [6f5a6d1668e0a0a9db9099a17bde769f128ef0ed]

        coverity#1362019 Uninitialized scalar variable
        
        Change-Id: I18d913fc6e0131f0c31c9d0cfe0f39e1161035eb

2016-05-29  Stephan Bergmann  <sbergman@redhat.com>  [fe4e6a9b104173ba7310ff481fcf931d1d6f8601]

        loplugin:unreffun
        
        Change-Id: I31e62926ddfddc8bbdab681a55cdc381d3275794

2016-05-29  Caolán McNamara  <caolanm@redhat.com>  [847cdd8efd0662d61d288a4d944edc30e864d145]

        Resolves: tdf#97839 a single character may be more than 1 utf-16 code points
        
        Change-Id: Iba2460bfb9335615796db3f5e233b870a8d63339

2016-05-29  Stephan Bergmann  <sbergman@redhat.com>  [cc6599137796797772b3395c79b35af48e368cce]

        loplugin:simplifybool
        
        Change-Id: I4a07ec3eb9ab3d01c6104346a9bd9654bdcb1efe

2016-05-29  Julien Nabet  <serval2412@yahoo.fr>  [634fd0016ef7396a782d28272852302841f37201]

        tdf#100115: _nColId is sal_uInt16
        
        like the other methods, so fix it in canCopyCellText + copyCellText
        
        Change-Id: I3395f8823602f0a1791908945e3dec5034d3d612
        Reviewed-on: https://gerrit.libreoffice.org/25605
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-05-29  Zdeněk Crhonek  <zcrhonek@gmail.com>  [1c5e150ec81fca20af80c4372bbc96413a481340]

        add DAYS360 test case
        
        Change-Id: If670fcbf870d96e2328c02bc0f42beb5cd8e60ff
        Reviewed-on: https://gerrit.libreoffice.org/25583
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fdcd13c1c2b8b9fbc3480c8fa92920d8c8d4e5a7]

        tdf#100080 set unused shader attribs with values, fixes GL on AMD
        
        AMD drivers don't work well if a shader has a defined but not
        enabled shader attributes. For this reason we need to make sure
        that all attributes are set to some value even if the shader
        doesn't use that attribute. Intel drivers, on the other hand,
        crash if you enable an attribute and don't set it (set it
        to null) - so we can't use this workaround.
        
        Change-Id: Ic076cf8a5fac8ef048d0054e6e4340b47b4d5188
        Reviewed-on: https://gerrit.libreoffice.org/25591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-29  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [8915919b57473fd88e338e874652d0b87e0c2482]

        bccu#1851 - CTRL+A in Writer comments shows selection at top-left corner
        
        Change-Id: Ia87b86a45a38449d59eb7bcea7f8cb4068655a17
        Reviewed-on: https://gerrit.libreoffice.org/25571
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit b736ea1b02346ba190f280f254714bb6e1983858)
        Reviewed-on: https://gerrit.libreoffice.org/25572
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-29  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [33d4f7e5624d77ef1ce51aece1c8a0ef7ea21603]

        bccu#1843 - Calc copy/paste chart tile invalidation problem
        
        Reviewed-on: https://gerrit.libreoffice.org/25489
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 28795d0faabd1e1be124fa90bef06d7f47a63311)
        
        Change-Id: I2f0bf28e87f4188abd81eb6c42bae915b2a046a8
        Reviewed-on: https://gerrit.libreoffice.org/25490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-29  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c8a09eb373b78d9936fb00ac98b6876eb8740c4d]

        bccu#1781: Impress/Comments - selection not updated on delete
        
        Change-Id: I694d76785fcf6ec9c158c34cbe07f4d1f2c7a41d
        Reviewed-on: https://gerrit.libreoffice.org/25219
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit b95e4e8681c9cefb4e1d4177192164e041baf9d9)
        Reviewed-on: https://gerrit.libreoffice.org/25428
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [05b7ebaf98e0733bc8ce8c2ee7b297efb270baed]

        LOK: don't filter cursor visibility during painting
        
        Change-Id: Ia44ffe08dc8f46e0d10a73db374a283eb032f771
        Reviewed-on: https://gerrit.libreoffice.org/25120
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit f805637353e4463d5b64f1b010bb580e191bd3aa)
        Reviewed-on: https://gerrit.libreoffice.org/25427
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [06c54eabd692849b2da923f54a97e1ccdfa2ac30]

        LOK: ensure KeyInput is handled with the correct MapMode
        
        The MapMode is set explicitly to make sure the coordinates
        of the comment widget is in absolute terms. However
        PostItMgr::MakeVisible invalidates it. This is to
        ensure that the MapMode is restored after MakeVisible
        is called when LOK is active.
        
        Change-Id: I2adf749488e6eb46d29a0b29c4dfd644606c92ab
        Reviewed-on: https://gerrit.libreoffice.org/25015
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 0b223bac012fae1af2d2bf1fe9c038cbe88846ed)
        Reviewed-on: https://gerrit.libreoffice.org/25426
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [a5302d565f59e5017d283d7ab767fee7f2bae11e]

        LOK: invalidate annotation window upon showing
        
        Change-Id: Ib2624c55759c8ac81986bf3b516fd17cbde19ec9
        Reviewed-on: https://gerrit.libreoffice.org/25014
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 4523f78312bd07449fa205301d99a81ef0f69420)
        Reviewed-on: https://gerrit.libreoffice.org/25425
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [692863ac3880c16c127250e5ba590406298b39ab]

        LOK: improved event handling and fixes
        
        During painting, when notifications are disabled, we could still
        receive notifications that are imporatant and cannot be suppressed.
        So certain events are let through during painting.
        A comment describes this better in the code.
        
        Some widgets (notably postit/comment control) emits events in
        relative (local) coordinates instead of absolute. This is patched
        in many cases but some cases still exist that are rather hard
        to patch due to the complex interaction with other parts of the code.
        These supurious local coordinate updates (notably cursor invalidation)
        are supressed to avoid the bad side-effects they cause in LOOL.
        
        Change-Id: Ie22a316d54ea163c6976ed04314d6ced8247824c
        Reviewed-on: https://gerrit.libreoffice.org/25013
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit b5c2a3fdbbf4161b0699ba515f63f98d7607ddf2)
        Reviewed-on: https://gerrit.libreoffice.org/25424
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Mihkel Tõnnov  <mihhkel@gmail.com>  [91244b95b7826ec5c1075c00e6b4013804c4ab2f]

        Estonian localization of aboveWord and belowWord
        
        Change-Id: Ie872c593c531b99360efe7fcf807e76cb88acb79

2016-05-28  Szymon Kłos  <eszkadev@gmail.com>  [148526249745d11262cbf8ebddae92c9933efd4c]

        notebookbar: sw ui adjustment
        
        Change-Id: I89d1a1fe20a617155a11dc59c49454bcd24e3e3d

2016-05-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [60dd1527d2b59e63c9e6b73cfbe59ba6cefbba16]

        Improve alignment and use of space in Document Properties dialog
        
        Change-Id: Id4da1138931ef1601541b7108a4e90b3656a5ccb

2016-05-28  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [8128d597224b55965c4f1bba3d824f193a55041b]

        sax2/ unit tests.
        
        Test xml files are added, string is built for each file
        and namespaces are handled.
        
        Change-Id: I0ab799ca5c9de7311ccca2a6033a96e02598064f
        Reviewed-on: https://gerrit.libreoffice.org/25468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ab0189433c1593c3c3ccf6a947aa7ba84e806d91]

        Updated core Project: help  a9a0e8625655eabdf702cfc754412488a79c0513
        
        Misused word: “strait” → “straight”
        
        Change-Id: I9129c1d493ef47087fc3d39a58cc5142b4df8e38
        

2016-05-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [caa315b477ec53c67a1f0d747410ca9b64a99a14]

        Revert "add DAYS test case"
        
        This reverts commit 75e4c582828d1706664f4582be2f6589aef48df3.
        
        Change-Id: I52a4bc79790ce479ad3b9762942d6bbc49d4b294
        Reviewed-on: https://gerrit.libreoffice.org/25573
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-28  Henry Castro  <hcastro@collabora.com>  [05ba8e567bd4fca2bef9bcf7a43d4c3d6c0cc5ad]

        lok: add uno command AssignLayout
        
        Change-Id: I959d1a57945a3b5aa3f2c273c4b885ed5f628f6e
        Reviewed-on: https://gerrit.libreoffice.org/25569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-05-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [75e4c582828d1706664f4582be2f6589aef48df3]

        add DAYS test case
        
        Change-Id: I6720a1cfaf5f7463b839ba5ef59e4479ed3781c1
        Reviewed-on: https://gerrit.libreoffice.org/25564
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-28  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d4e7f4fb32eff278021d2a2eab3dd6274b20700f]

        add DAY test case
        
        Change-Id: I010be093e84107d2b0cd46a90f32ce6df081744e
        Reviewed-on: https://gerrit.libreoffice.org/25560
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-28  Takeshi Abe  <tabe@fixedpoint.jp>  [3afac0812b6b946f175c40bee41aa0ff4e3f9c83]

        starmath: Make some functions of SmDocShell public
        
        so that SmModel is no longer required to be a friend of SmDocShell.
        
        Change-Id: I7153a9ef13ae829710acf580ff0a9c30705aeb25
        Reviewed-on: https://gerrit.libreoffice.org/25528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [9d2f7be4e65595241db3cf5135b69bd9e4ce6a30]

        shortcut the signal handler during batch test
        
        Change-Id: I7848555743e8d54e755dc82cbf0148eeed54110f
        Reviewed-on: https://gerrit.libreoffice.org/25178
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-05-27  Szymon Kłos  <eszkadev@gmail.com>  [7b9c4f56a0555d3d3a1f8fe5dd2a099354172583]

        notebookbar: working border style dropdown
        
        Change-Id: I37d140d50d37b682617051bed56b850f4f2a00a5

2016-05-27  Eike Rathke  <erack@redhat.com>  [3129b75fca1ec38fc79cbc5397b28923fc273ff9]

        strip 0 argument only if not part of an expression, tdf#70806
        
        Change-Id: Ia1f986a594194a1c564d815bbe2faa987eea971a

2016-05-27  Tor Lillqvist  <tml@collabora.com>  [483b4d6bfdb4800811e87a07f25b24e3f6019e38]

        tdf#98666: Don't cache progress bars either
        
        Fixes the bug only partially, though.
        
        Change-Id: I262f671659e8ad0a3ecd735f5b36362c4119b26c
        Reviewed-on: https://gerrit.libreoffice.org/25557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-27  Tor Lillqvist  <tml@collabora.com>  [e0849330bc4875384704fe031d563f8971ca4d96]

        Get rid of unnecessary directory levels $D/inc/$D
        
        Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48
        Reviewed-on: https://gerrit.libreoffice.org/25532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-05-27  Eike Rathke  <erack@redhat.com>  [a88ee01b8683ded7d9da6dbcbf4d3e0c2ed4cadc]

        omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806
        
        Change-Id: I2833a1005c6941e66a09172b337e23b0bf7f2002

2016-05-27  Lionel Elie Mamane  <lionel@mamane.lu>  [51c8d22ec5e4d306f8f64afb355f95a23deb335d]

        tdf#93403 check for changed DataSource on all Controls on form reload
        
        1) OBoundControlModel: when reload() asks us to connect to database column,
           redo it even if it was previously done.
        
        2) FmXGridPeer: when getting Reloaded event that we subscribed to
           (and specifically from frm::ODatabaseFrom), pass along the event
           to all columns before we treat it. The columns (controls) are
           themselves subscribed to it, but they may get the event after us,
           which means our treatment still uses stale data, which we continue
           to display.
        
           The column controls should continue to subscribe by themselves for
           the case that they are not in a grid, but direct children of the
           form.
        
        Change-Id: I0cbcf2dc792e8650157a69ddc414d755de0e549a

2016-05-27  Lionel Elie Mamane  <lionel@mamane.lu>  [0df3760bc2035a54454db9fe2774dca58c58593f]

        tdf#96516 do not increment position counter when an entry is removed
        
        Change-Id: I81a4455df1fd5962d0362f4e5fa3396764a0ae5a

2016-05-27  Akshay Deep  <akshaydeepiitr@gmail.com>  [37b4163ce16a6171bd25653494e58bc03daedc2b]

        Template Manager: Option to rename category
        
        Change-Id: I7a9a0a42afbf5f8a293a130a0b84e72a54540579
        Reviewed-on: https://gerrit.libreoffice.org/25539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-27  Noel Grandin  <noel@peralex.com>  [850a8d27ca696f18ce0c529346f8bb8505499545]

        Convert GRAPHIC to scoped enum
        
        Change-Id: I1fd09a729cbda00f99841532e0dd3fa66bce7bea
        Reviewed-on: https://gerrit.libreoffice.org/25534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-27  Michael Stahl  <mstahl@redhat.com>  [6c974272423ca19c94d8d5e182fec46836309d60]

        Revert "Remove more RSC_DOCKWINDOW related stuff"
        
        This reverts commit 538a217263230765961f6cabbc8d8e168b3eaac0.
        
        Depends on the previous reverted commit
        
        Change-Id: Ie3cdef43e746712beab31af2abaaede4e53d5506

2016-05-27  Michael Stahl  <mstahl@redhat.com>  [ff5ce47439a32d3fe3b6f5461a8e10441d54a8c9]

        Revert "remove unused RSC_DOCKWINDOW flags"
        
        This reverts commit c8754b38ce205845aad5cde3c5ad4070ce38f7d5.
        
        This causes toolkit.AccessibleDropDownListBox to fail with:
         LOG> ImplementationName Unknown, does not implement XServiceInfo
         Exception while getting Environment Couldn't create a test object

2016-05-27  Tor Lillqvist  <tml@collabora.com>  [5e91e48a15b11424e6ee19cf13a7faf981c00e16]

        Typo fix
        
        Change-Id: Ibf279e723c11a4a5f62ce082938e723a46e40f6d

2016-05-27  Eike Rathke  <erack@redhat.com>  [bcd7d8633d9e6e3b09468485ac514452137cf228]

        Updated core Project: help  5b1cb4f0bfbae734818ae791165cd1ea7ac5fdcb
        
        tdf#70806 DCOUNT and DCOUNTA DatabaseField argument can be omitted
        
        Change-Id: I340142fedd2239ff318c8f70fe228e696540cfdd
        

2016-05-27  Noel Grandin  <noel@peralex.com>  [538a217263230765961f6cabbc8d8e168b3eaac0]

        Remove more RSC_DOCKWINDOW related stuff
        
        Change-Id: I89f929c32a71be4fb2f7a867940de4c008079518

2016-05-27  Michael Stahl  <mstahl@redhat.com>  [4c52c27caf3b81e084f4b161d5ba3924ec9d5dda]

        sw: these all look like intended fall-throughs
        
        Change-Id: Idfea426b69d07dc6d8eb8d0edb59b0ec0f4ecdf9

2016-05-27  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [7a06806a8d7f541855a90a1eab8f4b7c6539ab63]

        Move accessibility relations to .ui files tdf#87026
        
        Get rid of SetAccessibleRelationLabeledBy and SetAccessibleName
        in C++ files by moving the relations to .ui files.
        
        Change-Id: I8b425a0c7d923ff6f99540f0a6c18112f6f4d0c0
        Reviewed-on: https://gerrit.libreoffice.org/25518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-27  Rishabh Kumar  <kris.kr296@gmail.com>  [e4358002ace626c20a9e4069b9417073d09d8140]

        Fix gradient angle spinbox in Area sidebar tab
        
        Regression introduced by commit - 3c99f8500f657ed84b316390d5175a6f5e56bc69
        
        Change-Id: I65a56b44f851d374e0a6aac8b7c544f4156b67f2
        Reviewed-on: https://gerrit.libreoffice.org/25524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-27  Noel Grandin  <noelgrandin@gmail.com>  [c8754b38ce205845aad5cde3c5ad4070ce38f7d5]

        remove unused RSC_DOCKWINDOW flags
        
        Change-Id: I2e2d82760b10876a7cf2a8cfb375926eb24d23e4
        Reviewed-on: https://gerrit.libreoffice.org/25462
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-27  Caolán McNamara  <caolanm@redhat.com>  [a9d2302d4d0732a0c1203bbb7c0182b8de59403d]

        Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmap
        
        Change-Id: Iddd18280c780d8b9f5e11fcc2af80749917192c4

2016-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [23172fc9337c7f0928de0d938de31a0341c32e89]

        CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...
        
        ... cow_wrapper and vector_pool
        
        Change-Id: I1f224a6bd933592dcb34defd5ad5c480d82346cb
        Reviewed-on: https://gerrit.libreoffice.org/25531
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-27  Noel Grandin  <noelgrandin@gmail.com>  [9eb2e683ab051edd0bce18841f0ac05df5038854]

        tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)
        
        and put an assert in SfxPoolItem::SetWhich() so nothing new
        creeps in.
        
        Change-Id: I6497650fa61ffb2b6941ffff2d471c8f117be1df
        Reviewed-on: https://gerrit.libreoffice.org/24324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-27  Noel Grandin  <noel@peralex.com>  [fd964e3b9f60bf2043fdc39ab8161a586049b481]

        improve exception throwing in java class util.utils
        
        so that we get nice stack traces in our test error logs instead of just
        the title of the exception
        
        Change-Id: I47f30d80b9efbc7dbeff7f4456755e416e577b5a
        Reviewed-on: https://gerrit.libreoffice.org/25510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-27  Phillip Sz  <phillip.szelat@gmail.com>  [02b666c4770b4a4c7a5bb5dba9c3738515921e00]

        find-german-comments: enable scanning subdirs
        
        This makes it possible to scan sub directories, when you give them
        as arguments to the script.
        
        Also update the directory_whitelist.
        
        Change-Id: I0a8468348fffe0814905d6f5602fad3f8d6b69e3
        Reviewed-on: https://gerrit.libreoffice.org/25523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4aca087c7cb9ffe831b277a62ad3e993c3b2ca58]

        support the json key value data upload for crash report on client side
        
        Change-Id: I93f77f9363c016e0cc5a3e3c867de9f426e5bdf0

2016-05-27  Takeshi Abe  <tabe@fixedpoint.jp>  [79e247d657ec400ce851c8b14500448113ee6013]

        starmath: Prefix members of SmSetSelectionVisitor
        
        Change-Id: I3a5d195d65fe3a9b7b7859e3ad4c1d051628f44d
        Reviewed-on: https://gerrit.libreoffice.org/25491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e10a4c1cc9f8b2033997c7f032255071aafab9c9]

        add DATEDIF test case
        
        Change-Id: Id564484299b9de69daa428edd8d476b09e373dec
        Reviewed-on: https://gerrit.libreoffice.org/25517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-26  Zdeněk Crhonek  <zcrhonek@gmail.com>  [a378dc77a57cb3a8b33f4687355e6e10ddda7cc9]

        add DATE test case
        
        Change-Id: I32ae859f6521caefd57de1ce60db37d4779e2290
        Reviewed-on: https://gerrit.libreoffice.org/25515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-26  Eike Rathke  <erack@redhat.com>  [27608d3364a578fa885a51d4677fe386d3d73a5f]

        Updated core Project: help  f5f2b4982350ee6e0616d49742b29b0a57edbbbb
        
        tdf#70806 get rid of the "number 0 for the entire database" nonsense
        
        1. there is no "entire database" in this context
        2. 0 was an old workaround for an omitted argument that Excel knows for
           DCOUNT and DCOUNTA functions to count records that match the
           criteria without applying a further count on a selected column, but
           not for other functions
        3. Excel does not know a 0 argument
        4. ODFF does not specify a 0 argument
        => so give examples that don't use it.
        
        Change-Id: I03654e90798a97bfd37a5f20de26d45e96726206
        

2016-05-26  Michael Stahl  <mstahl@redhat.com>  [59ceaff255e2759f2e416d76b95f6efa22819c39]

        svx: need a UNO interface to use css::uno::Reference
        
        Change-Id: I16a144ed410f5ef3f49ec4febf199aa2db96bdaa

2016-05-26  Michael Stahl  <mstahl@redhat.com>  [598a8869913c824465f837c30b19dcc377b04460]

        comphelper: fix the comphelp.component
        
        Amazingly doesn't break anything, it ends up as &gt; in services.rdb
        
        Change-Id: Ide718c7fac28af57cb452aa6ab75d58d91b40a0f

2016-05-26  Steven Guo  <steventimothyguo@gmail.com>  [85f404151e308bc1e97a0f3f15702c1c40a3b59b]

        tdf#74608 Constructor functions for OPropertyBag
        
        Added constructor function for OPropertyBag in /comphelper/source/property/.
        
        Change-Id: I28d6aa5c6fa2aa4324cf4ac61c5f2e3ab0a5e14a
        Reviewed-on: https://gerrit.libreoffice.org/23541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-26  Jorenz Paragas  <j.paragas.237@gmail.com>  [5c05f1b201be8c1b978dc8d409f3c4dbf0b4beb6]

        tdf#42949: clean up includes in include/oox/ppt with iwyu
        
        Change-Id: Ib2cf76418e8406b925113ae7a9e3c5b07ffd2de2
        Reviewed-on: https://gerrit.libreoffice.org/25011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-26  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [bdb112ea8bcf6f6f80483c31af05fefb2a40e026]

        sc lok bccu#1610 - Tiles not rendering in large spreadsheets
        
        Variable max info rows instead of hard-coded allows
        for collecting info on more rows.
        
        FillInfo, however, is extremely slow for large
        row count (a few thousand) and needs improving.
        
        Reviewed-on: https://gerrit.libreoffice.org/25293
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 4c338a328d6be0450bfdcb08876abfd149cb80ca)
        
        Change-Id: Ib0e475513bc3ba98fff66a5b9d405aeba1057331
        Reviewed-on: https://gerrit.libreoffice.org/25423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-26  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [d4188f643db050c962a937547d19a9a08bd2235d]

        Sw UNO API TableStyles getByName
        
        Implementing TableStyle family getByName, hasByName, getByIndex
        Implementing SwXTextTableStyle
        Implementing basic tests
        
        Change-Id: I256189db8631a713c4aae6b449409bbfaa776f24
        Reviewed-on: https://gerrit.libreoffice.org/25410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-26  Michael Stahl  <mstahl@redhat.com>  [f2d039f67743c7588df5cfd725915627b6efb0ba]

        canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...
        
        a narrowing conversion (at least other people's MSVC says so, mine
        doesn't complain)
        
        Change-Id: Ic87da76567778884b81361067075fd9325e2d276

2016-05-26  Michael Stahl  <mstahl@redhat.com>  [423f709ad78b2de2f29484cf444a429018c1b246]

        boost: remove patches for headers that are no longer used
        
        The following libraries are mostly or completely unused on current
        master, in MSVC 2013 and GCC builds:
        
        * crc
        * dynamic_bitset
        * ptr_container
        * random
        * signal2
        
        That's much less removal than we hoped, but it turns out that a lot of
        boost headers include other boost headers, so removing includes in LO
        code only goes this far.
        
        Also move one property_tree hunk from a wrong patch file to more
        approriate one.
        
        Change-Id: I6ad3a5987b025a57ca92402cca9a0e1f659128e9
        Reviewed-on: https://gerrit.libreoffice.org/25513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-26  Szymon Kłos  <eszkadev@gmail.com>  [7e4a55dd8faa5eb73b297c9f2134955d187d902e]

        notebookbar: updated sd ui file
        
        Change-Id: I2378dc70664d71c4ede1345f6a662e7143d8330e

2016-05-26  Szymon Kłos  <eszkadev@gmail.com>  [dded05d5c4d904ec412d05ea0ee09a07fd9d6cce]

        notebookbar: updated sc ui file
        
        Change-Id: I7ca393f9f431a7b43faadec9fb7ca9e7e3937cc7

2016-05-26  Rishabh Kumar  <kris.kr296@gmail.com>  [3b9cf275138199c3f03ec1d331dfa4e8fb3500bd]

        Update CMYK color field correctly
        
        Change-Id: I90f19aa33d619d2177d81376bcdfac13d45e0ca9
        Reviewed-on: https://gerrit.libreoffice.org/25324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [7417311fc0f888223ae05f1cfc750de1735c5c9e]

        Resolves: tdf#96279 set correct parents for password dialogs
        
        otherwise on Dialog::Execute before it becomes visible and
        a password dialog is needed the new dialog will automatically
        look for a parent, but will be parented by the main window
        because the dialog it should be a parent of is not visible
        yet.
        
        Change-Id: Ia34e43d7ef2b204b348f2eb5aab542ee8ffe840e

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [8cce65007b506da38ca79ee8b5cdd62a1460fddd]

        avoid a global uno::Reference to the current XCommandEnvironment
        
        because the Env is kept until we exit, which we get away with now. But we won't
        get away with it if we set the parent window property of the InteractionHandler
        belonging to the Env. Because we then end up trying to destroy the vcl dialog
        well after all the vcl, etc infrastructure is torn down and crash on exit.
        
        Here I'm assuming that its safe to use a WeakReference because we're just using
        this to smuggle into the c-style callbacks a Reference to a Env currently
        belonging to something else
        
        Change-Id: I2d6b90ae23d5a24431dc49d4316bdc3194560403

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [efe57384953c2a9eeb5f8fd65c2d548759ef05f7]

        cppcheck: variable scope
        
        Change-Id: I27ab82d32df984a86af1a2abda491581bff70a2c

2016-05-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5784ba5ffed88c4fa5da0ac6d06fd2e70a8456c1]

        correct description of the SWITCH function
        
        Change-Id: I5180efcf5930c60c5340e195069cbffa2b459fc1
        Reviewed-on: https://gerrit.libreoffice.org/25255
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73770a3722de42034f5d4cd35f29d6b92856fea4]

        move the test file to the correct dir
        
        Change-Id: I4279cbfc174554e0e37039831c4799e12d2e0e09
        Reviewed-on: https://gerrit.libreoffice.org/25511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [86d84ae4bba0d4c45bc13232645318291a8aed75]

        tdf#89329: use unique_ptr for pImpl in transfer
        
        Change-Id: Ia28a7bd63c8f3a06ef2fd508619bae3a31af450c
        Reviewed-on: https://gerrit.libreoffice.org/25479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [859773200c59aa59f9a8e7ea589e9896ce2da6e5]

        tdf#89329: use unique_ptr for pImpl in sfxhelp
        
        Change-Id: I357b53f644384452c5dc2b74d3aba3d3dafae00e
        Reviewed-on: https://gerrit.libreoffice.org/25314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Helena Svobodova  <hel.svo@gmail.com>  [f90b77d0f27294b00ceb58b21f4d644fa84a3289]

        tdf#93243 Replacing boost::bind with C++11 lambdas
        
        Some boost::binds replaced
        
        Change-Id: I8a0326d930921314d02285775450ac26230620ad
        Reviewed-on: https://gerrit.libreoffice.org/25071
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-05-26  Akshay Deep  <akshaydeepiitr@gmail.com>  [9b8da7a53b7bd3b43076a7d9bc3ce735bbe7f80f]

        Start Center: Rename "Edit Templates" to "Manage Templates"
        
        Change-Id: I184c0508dba673153153a83cf033c9fb057a3435
        Reviewed-on: https://gerrit.libreoffice.org/25507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-26  Noel Grandin  <noel@peralex.com>  [89d2ddacbb29377b97a8479a105f1a27c513cd5a]

        improve the logging of resource loading failures
        
        this message was particularly unreadable in the unit test logs
        
        Change-Id: I5faa5b33ae75488664d498232ec26c66f11361f3

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [3c65f07ede73105cca4b1b9597d6f8b02f226db9]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ibb6bc9a17418a8fb0b5f882285088a5b80fd5beb

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [3185d9b8fbaad56fc7170a277569b5e441d946f4]

        Related: tdf#97854 confirm that on !bDelete there's a ref to the connection
        
        so that its not deleted on removal from the vector
        
        Change-Id: I6c1f7691ee415abf0f419fdd7fcf2341fe2bd1f3

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [e55f83e1731e1031c63d8463b57c434cceb126e3]

        Resolves: tdf#97854 crash on deleting inner join relationship
        
        seems to be a regression from...
        
        commit 356bc0f697299e5fb6156ce25dc69845eaa6f9e6
        Author: Michael Meeks <michael.meeks@collabora.com>
        Date:   Wed Jul 1 19:03:55 2015 +0100
        
            tdf#92434 - fix iteration, and remember to disposeAndClear.
        
        which is part of the VclPtr stuff
        
        so hold the connection by VclPtr when removing it from m_vTableConnection
        and only call dispose on it when _bDelete is true, not always.
        
        Change-Id: I38e65c6928499dc1e8bbf6b71e9901a4eaa5d913

2016-05-26  Stephan Bergmann  <sbergman@redhat.com>  [77829f9221c1d9c9747304c90a0ceb8a16864a26]

        Various loplugin warnings
        
        Change-Id: I27101eb92a5ce6665c6dfaf761c06a33c7646dcb

2016-05-26  Stephan Bergmann  <sbergman@redhat.com>  [cc8bbf9392336371ba65e04aa13bed82d9e45a70]

        loplugin:override
        
        Change-Id: Id9ffc0d790006638584792cd7a0d1c798e686a22

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [60041cb237ea73c2c1885dd6afd99d88780c2dfc]

        VclPtr in container warnings
        
        Change-Id: I653aad3a88438faa985466e091e22be1c23ca953

2016-05-26  Tor Lillqvist  <tml@collabora.com>  [e63036368ab225ad03bfcc5fea15bc748ed49775]

        loplugin:nullptr
        
        Change-Id: Ic0802a92e857b427bd95840b16078f8f3c308a52

2016-05-26  Noel Grandin  <noel@peralex.com>  [cc12a1b7277f8b6651655462c38b1ed418722fcb]

        Convert TextDirectionality to scoped enum
        
        Change-Id: I1046e791a73ec07be5a946c63a2256939a323e91
        Reviewed-on: https://gerrit.libreoffice.org/25497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Stephan Bergmann  <sbergman@redhat.com>  [9aa3086558605dbca5a738aef48178215722807c]

        -Werror,-Wunused-private-field
        
        Change-Id: Ic28b5ad47f0f8b2c0703be3fb67478572984d7db

2016-05-26  Henry Castro  <hcastro@collabora.com>  [ffa4b788191aa55d3ab57b499e89bb6cb56dbe6a]

        lokit: ensure progress value sequential
        
        When it is saving a impress file, the status indicator sometimes receives
        lower values, that it is reflected to client side a flash to the progress bar.
        
        Change-Id: Ib3e8499357984843650c8d897c7b1d6baeb65ff6
        Reviewed-on: https://gerrit.libreoffice.org/24326
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-26  Rishabh Kumar  <kris.kr296@gmail.com>  [2060543586fa01d77ed17fd7904a903313b2251e]

        tdf#83830: Writer page sidebar deck
        
        Change-Id: I6eb16a5a721fad28aa7822b0ca8d7c06a0c08541
        Reviewed-on: https://gerrit.libreoffice.org/17904
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-26  Caolán McNamara  <caolanm@redhat.com>  [7d397201060ba71a188b5ef9853984a635e70531]

        Resolves: tdf#98436 crash trying To create remote folder before connected
        
        Change-Id: I953167c9b78f9c9eba560390ecef7ccd8e5f1f68

2016-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b16390e5eacb87ff455c5a9f78b7639b0098d74]

        CppunitTest_sd_import_tests: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I344687f8dfa018ea7af21ce8088954ed64b4c915
        Reviewed-on: https://gerrit.libreoffice.org/25492
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-26  Michael Stahl  <mstahl@redhat.com>  [0edec345cdbceae4847d1780f914ce16e56c0959]

        vcl: replace boost::shared_array with std::shared_ptr
        
        This was already using get() everywhere.
        
        Change-Id: I6d1eee4fe9b0494a1c49ac44917d9fc7c22b43a4
        Reviewed-on: https://gerrit.libreoffice.org/25470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-26  Noel Grandin  <noel@peralex.com>  [74713b34a36577f19eb3194246de73fa4f2bb741]

        loplugin:unusedmethods
        
        Change-Id: Ib36bc0e87d00abb638cbfec511cd13b6179eabda
        Reviewed-on: https://gerrit.libreoffice.org/25431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [132f7b2a8cc986ee79c4124ed2bc368d6dfaa418]

        tdf#89329: use unique_ptr for pImpl in basmgr
        
        Change-Id: I2d6c6b997155183b058872db354de1b407998d3a
        Reviewed-on: https://gerrit.libreoffice.org/25472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [205863589da24441546f77f36fda8bc27489ac93]

        tdf#89329: use unique_ptr for pImpl in addresstemplate
        
        Change-Id: I3e2cac86101e8a82eefacbe937cf40139fa77090
        Reviewed-on: https://gerrit.libreoffice.org/25473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [61a70fb5094ca6edfef9500f358c517e6674cb0c]

        tdf#89329: use unique_ptr for pImpl in hyperlabel
        
        Change-Id: I697eb48591c53ba27c99fc86baa4b8b33e7c9fd1
        Reviewed-on: https://gerrit.libreoffice.org/25474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [9a2bbaad2667c025744792948961606fbcc5029c]

        tdf#89329: use unique_ptr for pImpl in roadmapwizard
        
        Change-Id: I37c24d830ae702579fe14ecba627d7f1d363eef6
        Reviewed-on: https://gerrit.libreoffice.org/25475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [832c9b7b9107ca2f2a85dbf4e0e42a4c2b62a174]

        tdf#89329: use unique_ptr for pImpl in svlbitm
        
        Change-Id: If047546c953a5f3bf7af3f99fb7f9d604e0bdba8
        Reviewed-on: https://gerrit.libreoffice.org/25476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [bb694dfef762327a5446338aa1a1ad23ed8970ed]

        tdf#89329: use unique_ptr for pImpl in svtabbx
        
        Change-Id: I40a826f6430532769590e6c34d8a98997127fc2e
        Reviewed-on: https://gerrit.libreoffice.org/25477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [2ef6a52edddcca851c8b4555fd45e8f88d23a7bb]

        tdf#89329: use unique_ptr for pImpl in treelistbox
        
        Change-Id: I5ba1638c905893f62d6d24d7c88cbb66aaa7c786
        Reviewed-on: https://gerrit.libreoffice.org/25480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [2c7a0652b86a24b6ea42746002dfaec09737f58a]

        tdf#89329: use unique_ptr for pImpl in wizardmachine
        
        Change-Id: Ie29a95fb913a7141ad6789db236f12c73c283a58
        Reviewed-on: https://gerrit.libreoffice.org/25481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [15fed4931ed100fbf0c4769b5b75ac51a95edf84]

        tdf#89329: use unique_ptr for pImpl in fileview
        
        Change-Id: Ief2fd163cc024b4a654a32c24cef832c68ad5e96
        Reviewed-on: https://gerrit.libreoffice.org/25482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [c6e776e44124f8245117377cbd28af8e0c050ab1]

        tdf#89329: use unique_ptr for pImpl in inettbc
        
        Change-Id: I1205acb2823db95cc75c0b559581d278646b616a
        Reviewed-on: https://gerrit.libreoffice.org/25484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [656f7c15c5a6e3cbc7df3e2e56287289d1296f8a]

        tdf#89329: use unique_ptr for pImpl in htmlcfg
        
        Change-Id: Ic85c082f1e6f6934efbe2c0aa73ee4e5d48c58bf
        Reviewed-on: https://gerrit.libreoffice.org/25483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [f1aa4c4e281703b3f623202f4727703482076ea8]

        tdf#89329: use unique_ptr for pImpl in ivctrl
        
        Change-Id: Idd525be5934e752c3bed5e2d79c36c2305b4441f
        Reviewed-on: https://gerrit.libreoffice.org/25485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [d0e5ed941a7e7b35ccb557ab243fc78d399c3ed5]

        tdf#89329: use unique_ptr for pImpl in optasian
        
        Change-Id: Iaa97d318b8e6b327edd6eecc6a591c55082f7531
        Reviewed-on: https://gerrit.libreoffice.org/25330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [a59fc8cbd013ace88f0a462bf807e178a95cffd8]

        tdf#89329: use unique_ptr for pImpl in SpellDialog
        
        Change-Id: Ic4231e2c20ec89c59b0bedd32cac6363b830442c
        Reviewed-on: https://gerrit.libreoffice.org/25329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Xisco Fauli  <anistenis@gmail.com>  [039c1043ca5d650a38a35c51988512e62a1591d2]

        tdf#89329: use unique_ptr for pImpl in optinet2
        
        Change-Id: I3f23ed564a10a9e6b0884fa1ad109d4d81ad1b6c
        Reviewed-on: https://gerrit.libreoffice.org/25332
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noel@peralex.com>  [509f0c6a8aa36b7fa532f784e10bbe9ec4e57c4b]

        loplugin:unusedreturntypes
        
        and clean up the python script
        
        Change-Id: I0a7068153290fbbb60bfeb4c8bda1c24d514500f
        Reviewed-on: https://gerrit.libreoffice.org/25439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noel@peralex.com>  [92d3025521ec8939b66500347f8d38ed5b24e3c8]

        Convert MtfConversion to scoped enum
        
        Change-Id: I694fe139531a10467265b028ad15df0eda6d723a
        Reviewed-on: https://gerrit.libreoffice.org/25442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noelgrandin@gmail.com>  [702eb3d389f7525674f0743a46c987bc981394f3]

        convert RSC_IMAGE to scoped enum
        
        and drop unused RSC_IMAGE_IMAGEBITMAP
        
        Change-Id: I6c38e5e8e17d288ab525bbef368ebbc7e860e154
        Reviewed-on: https://gerrit.libreoffice.org/25458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noelgrandin@gmail.com>  [a92cb70768576bf906449f34db01afadc9ac7816]

        remove unused WORKWIN constants
        
        Change-Id: I2216f52999271a3d39c8062c1ad58bd6664306a7
        Reviewed-on: https://gerrit.libreoffice.org/25465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noelgrandin@gmail.com>  [12eec0ce0ce0d2008e80f294c4b2d4d3e6e3ef55]

        Convert METRICFORMATTER to scoped enum
        
        Change-Id: If7004e0ca3f2dc229b1b36c07811eef09456b437
        Reviewed-on: https://gerrit.libreoffice.org/25464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Noel Grandin  <noelgrandin@gmail.com>  [ba91f894cc135ee4ea3a9ba945fb32e27eba2638]

        Convert METRICFIELD to scoped enum
        
        Change-Id: I283d578071af549c0f8f50de728859b6715e47b5
        Reviewed-on: https://gerrit.libreoffice.org/25463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [cbe78f817da8db78d226b3ad2b1a10d0c2dcf188]

        tdf#100051 Partially revert "loplugin:constantparam in sw"
        
        This partially reverts commit 9585c8b8c8d8724cc1bad4a2060c828c15599929.
        Instead of removing the nCount parameters, make use of them in
        SwXTextViewCursor::go{Left,Right,Down,Up}.
        
        For the following testcase: a document with 1000 lines, and calling
        goDown(1000, true) the spent time goes from 4 secs to 1.8 secs with this
        for me.
        
        Change-Id: I10351a6dbaa6d3fff883520c85701f60b05b4873
        Reviewed-on: https://gerrit.libreoffice.org/25450
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-26  Julien Nabet  <serval2412@yahoo.fr>  [31eda69d6b65f224209a100f3ed0801a5c305e1b]

        We indeed can't do anything with LN_CT_Font_notTrueType here
        
        Avoid this warn:writerfilter:18041:1:writerfilter/source/dmapper/FontTable.cxx:144:
           FontTable::lcl_sprm: unhandled token: 93155
        when testing https://bugs.documentfoundation.org/attachment.cgi?id=125266
        
        Change-Id: I7bc7cea8398b4430a2e67130f5869057ec0cd256
        Reviewed-on: https://gerrit.libreoffice.org/25469
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-26  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [908bcbc183a720143e7525ae3e825ff7719192ab]

        tdf#97831 unit test document for new Excel2016 functions
        
        Change-Id: I9bd1a74d39a66fd3fee56350af5c7c9a4359be93
        Reviewed-on: https://gerrit.libreoffice.org/25457
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-26  Takeshi Abe  <tabe@fixedpoint.jp>  [f5ea7c09c8a6924b72c9b756a8e435ff40dad6c6]

        starmath: nodes in the clipboard are owened by SmClipboard
        
        This also omits the bIsOnlyIfSelected parameter for former
        CloneLineToList(), which was true at its sole call site.
        
        Change-Id: Idb71323f68f13ecc90d430ec8e18e0eef766ae4b
        Reviewed-on: https://gerrit.libreoffice.org/25444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a042951ad4db2b84021e1d43361511dec998ce82]

        fix configure typo
        
        Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d
        Reviewed-on: https://gerrit.libreoffice.org/25487
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-25  Henry Castro  <hcastro@collabora.com>  [b2f994469f3e2f1fe72e9f103b840aa949ace6dd]

        lok: reset the font list when there are no items
        
        In the pre-init stage the devices were initialized with no
        font list, but later the font list is updated. So those devices
        were not updated.
        
        Change-Id: I157d4c7079f9b1252916eb92b512aadb8e77329f
        Reviewed-on: https://gerrit.libreoffice.org/25419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [61b43a02cc2b19cc39e801d68714958398d4a401]

        bump product version to 5.3.0.0.alpha0+
        
        Change-Id: I35fce4ddd6418bb9019c66ca2b5ee4dfd7a8bac5

2016-05-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5b168b3fa568e48e795234dc5fa454bf24c9805e]

        update credits
        
        Change-Id: Ia4d4e0687e79d546876042beebea4eafe66d3f37

2016-05-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [75f37680e1b4ba7f729bee45438a0dfcc1ce18c8]

        update emoji autocorrect files from po-files
        
        Change-Id: I61d30e9b44089e97c7732d651a43b7b9999eb901

2016-05-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [899177cc1ab8abfbb8d59f7173ef7058832df003]

        Updated core Project: translations  155bdb645119af4f39f846c9b4e72157df126da1
        
        update translations mainly for pl (merged from 51)
        
        Change-Id: I0f6688dddab0f9a1992d44df2fd91041d981e474
        

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [1029b6cb067eb8cb8c2c00663f4403f9e13fde05]

        sw: replace boost::shared_array with std::shared_ptr
        
        Change-Id: I99eec60db7f6d586b3b424661e03a7891422ab2e

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [66e798dda73b66471940ee99298ba4069345630a]

        vcl: replace prematurely optimized GlyphEmit with a std::vector
        
        Change-Id: Ie0cdc224c1b224ea549c011f1d07beb38261516f

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [03ddce193b3a031d9156775a8ee94206ba5b39ce]

        canvas: replace BOOST_PP usage
        
        Change-Id: I46bb4aba6c08fb753b22242069ef0b00d4c77f12

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [aa7772a80bca16df21b24c3632fce8244d6055bf]

        filter: generate that with the python script, not BOOST_PP
        
        Change-Id: I9ab4cf721dd135aaae021fa05b8b6df54389a9b7

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [6b54253d4ff0c550a116fee87629ab5c32123af5]

        sw: boost::numeric_cast not really ideal in core code
        
        ... since that can't handle exceptions particularly well anyway.
        Negative position would be a bug anyway, so assert() is appropriate.
        
        Change-Id: Ib246200b3c64ec049fa39835d922092d5a660f55

2016-05-25  Eike Rathke  <erack@redhat.com>  [386b284241a16d96eaf792e2385c41f57ce3d870]

        remove now moot comment, tdf#86282 follow-up
        
        Change-Id: I7e720de93a5f47ca6a81addbb75c113dc2fe53f0

2016-05-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [c9fcddceeb132f238a22448e8ab2d3a896174d4f]

        add DVARP test case
        
        Change-Id: I8b591ce8a96484df9a2c7e570227f75f80732e34
        Reviewed-on: https://gerrit.libreoffice.org/25461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-25  Eike Rathke  <erack@redhat.com>  [d9e7a54809c88c4ac166630c11038188c8f50a6f]

        tdf#86282 switch to base name sheet name again for external references CSV
        
        ... now that we can handle both, a base name and Sheet1 name.
        
        For the following reasons:
        
        * Since 4.3 we write and expect the base name as sheet name for CSV.
          While 43030487c45f49bccdfad987c60d9483b938ebac switched that back to
          Sheet1 or its equivalent to be able to load older documents, a mixed
          environment of earlier and later versions gets confused by this.
        
        * The name Sheet1 can be localized and even customized by the user and
          thus fails to update/refresh in a different localized or customized
          environment. This also was already the case for all versions prior to
          4.3 but apparently wasn't recognized or brought in connection with
          some possible failures when updating externally referenced CSV files.
        
        * Deriving the sheet name to be stored from the base name prevents all
          problems related to localized or customized environments, and keeps
          interoperability with all versions from 4.3 on.
        
        Change-Id: I8d71b3ad6370747115ea419a21094b649326642c

2016-05-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [0b37b431329cfe32ad6a824ff9e99dd5d015456a]

        add DVAR test case
        
        Change-Id: I1e7e86ec28138453a56170d7bc40076708930c0b
        Reviewed-on: https://gerrit.libreoffice.org/25460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [377f97cc92fda4c6281dc418d20b9de8479c6996]

        vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>
        
        The getTTCoverage either leaves the bitset empty or inits it with 128 bits,
        so it's not particularly dynamic.
        
        Change-Id: Iac0aa6a023acc54da86d681e75ca550faf91ef26
        Reviewed-on: https://gerrit.libreoffice.org/25456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [e954697a9d39e40473fb9f59a791ccb7129e763c]

        Resolves: tdf#97879 loop in style hierarchy on odt loop
        
        Change-Id: I0098c434b89b6a57e8b888a4d4f643e4d0865d29

2016-05-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e664254c3efcc611d018f4e813c30f38cc116b06]

        Updated core Project: translations  b71e619f4c8288d185bbeb7522cb953c9a540934
        
        auto de-fuzz strings with change in context only for sl
        
        Change-Id: I1ea4481c8b9df1d53b5ff20257f021ef652f5cff
        

2016-05-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dff45f736bb40c869dbacbc50957b34c2ad133e8]

        Updated core Project: translations  87fc3ca7cba6ea6be066cc79bed965aaa596f426
        
        update translations for 5.2.0 beta1
        
        and force-fix errors using pocheck
        
        Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
        

2016-05-25  Eike Rathke  <erack@redhat.com>  [ec693d9b9df631605028271f62daa7dfbe8e273d]

        tdf#86282 handle both, base name and Sheet1, as external reference sheet name
        
        While 43030487c45f49bccdfad987c60d9483b938ebac fixed things for older
        'name.csv'#Sheet1.A1 references, loading documents that meanwhile stored
        'name.csv'#name.A1 lead to #REF! when the external links were updated.
        
        Now recognize both, the base file name and Sheet1 name and set up one as
        the alias of the other, so both variants can be handled.
        
        Change-Id: Ie9314e11be19c3316a06e10583777e2d5f5ec1b8

2016-05-25  Rishabh Kumar  <kris.kr296@gmail.com>  [f131e6ef72bcb778bef11a497777bef099d9c4d9]

        Disable line arrow heads when a shape is selected
        
        Change-Id: Ib2a6056f9739dad5c3b7567ded6c2ba3aca63247
        Reviewed-on: https://gerrit.libreoffice.org/25447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [80502737b2ac722d4adfd4e89d3dc46799ded97e]

        Resolves: tdf#98895 range search crashes open office if range is null
        
        Change-Id: I12cf1045e1fd606cff58b68254eaf5cba6dee838

2016-05-25  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [3b298fb67ade536679678768c55eeb8468b6cf33]

        tdf#87026: Move accessibility relations to .ui file for LinePropertyPanelBase
        
        Now that all LibO dialogs have been migrated to .ui format,
        accessibility relations no longer need to be defined in C++ code
        and can be moved to .ui files.
        
        Change-Id: I602907ea0f7f8d40f26a06f6af82a2898693696f
        Reviewed-on: https://gerrit.libreoffice.org/25454
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [0ea1ff986cae245ec0c17da03a5fa0a90b59b679]

        Resolves: rhbz#89554 Dragging table to other page causes crash
        
        Setting the Cursor pos causes a Calc which deletes the current page
        and everything blows up, so try a CalcLayout before setting cursor
        to avoid that.
        
        Change-Id: Ia7d132532f19e0164e125a240877caa9cf8bdc04

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [86ac0bd31464bd802d4367f2152e7f8e0e9506e9]

        Window::SetData and Window::GetData are nearly unused now
        
        except for..
        
        a) one use in sw which we can replace with a map
        b) one use in svx which didn't do anything
        c) one amusing piece of crazy in cui
        
        Change-Id: If66d9f7eab1eaddfb2bdab7815c3a6f22f4d7745

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [8d1295a104235ce003c9f44fc24072985706290f]

        new src file has ExtraLong in use anymore
        
        Change-Id: I1d31fb41a8f7def6a95a46dd61d0be4b608c6994

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [bad1f11fff68ad204521a2dfb42dcd4a315a32b6]

        no src file has BorderStyle in use anymore
        
        Change-Id: Id2d2d845c73a7c83bef2e66ede542e99b0475af8

2016-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [db1a4f8d1d44351ca65742d3d94371a0c0536ff2]

        tdf#74795 RTF import: handle row-level default cell margins
        
        Change-Id: I5bdd7b8624a9e2ac1aef963ccc5ed457ebda3f84
        Reviewed-on: https://gerrit.libreoffice.org/25443
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [401c2105be6d66e5c7ed436558a9a6c41cce4aae]

        this temporary window will never see key input
        
        Change-Id: I89942224b708565d098702a85ea841c2736dff40
        Reviewed-on: https://gerrit.libreoffice.org/25437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-25  Noel Grandin  <noel@peralex.com>  [64ab90d1cb496610240d01dec65893cf2f36b964]

        remove unused enum ImageColorTransform
        
        Change-Id: Ifb4a36afaae06f4bdc3ec4f1d4d7886bcccdf45d

2016-05-25  Jan Holesovsky  <kendy@collabora.com>  [99b8598495ba76e8fd32af2ace17e0b29b3beffd]

        sd bccu#1840: .uno: commands for inserting rows / columns in Impress.
        
        Change-Id: Ic07722c3e1f75d909ec8f123919a1898dfde05b0

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [07f1a395098a7a3ac75eb5f05c35aa3982e33e67]

        (nearly) nothing uses GetUniqueId anymore, so remove it.
        
        The odd one out is the usage in Formula, which attempts
        to restore focus to a particular window identified by
        an unique id. In this case restore focus by keeping a VclPtr
        to the desired window.
        
        Change-Id: I1dc335325c109d75745c6bba2e12662e6ae50638

2016-05-25  Noel Grandin  <noel@peralex.com>  [d9ac7def8ba320853e8865535a7a14f9af77521e]

        Convert BMP_FORMAT to scoped enum
        
        Change-Id: I751ab762b6e6f961e9e73a8a2ca92a3f5a5eb1c8
        Reviewed-on: https://gerrit.libreoffice.org/25189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Noel Grandin  <noel@peralex.com>  [102196f06400864ef49af961352b5c285ee1f3ab]

        Convert AUTOCOMPLETE to scoped enum
        
        Change-Id: I201c8f8b41855b2777f0e7131aeaf33cafb82804
        Reviewed-on: https://gerrit.libreoffice.org/25438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [a0a31d1a5ba7a2f9eee7b891f0d29f82d9ad13b7]

        -Werror,-Wunused-macros
        
        Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [b408317af902c31826cc6024bc1314c1419d9f7a]

        Silence clang-cl -Werror,-Wmicrosoft-enum-value in external include
        
        Change-Id: Ic08f063efc27e4bd573c684955e69edb7e4f8bc1

2016-05-25  Tor Lillqvist  <tml@collabora.com>  [dfa1f2c83ff57e2e225c0c79ced1d13a48f2317a]

        Use VCL_GL_INFO here
        
        Failing to open a cached shader binary is a no reason for a
        SAL_WARN. It is normal that they don't exist when first trying, that
        is the very nature of a 'cache'.
        
        Change-Id: Iaa40af11f0679b859f1fa8b246665c61640df379

2016-05-25  Tor Lillqvist  <tml@collabora.com>  [2864c50d0ad8a00eb5b518728d70af81120da4ab]

        Avoid redundancy: The same information was logged in readProgramBinary()
        
        Change-Id: Id5619c9c102ba72826265c1b5f46ddb58596b8b1

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [d6eef45d4ddb7d5b2d80d61e5dc09b14b64787f6]

        slideshow: appease MSVC 2013 with the std::chrono types
        
        Change-Id: I00ecc510192e71b12f746f876d564ac9b7c3a6c5

2016-05-25  Noel Grandin  <noel@peralex.com>  [0788f65f4643d2e10cd13277725247010dc4425e]

        convert ImageType to scoped enum
        
        and drop duplicate definition in framework.
        
        Change-Id: I6cb95241e659ad58429bffeaaf2f95b07ad12df6
        Reviewed-on: https://gerrit.libreoffice.org/25400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Tor Lillqvist  <tml@collabora.com>  [591a9129451234a60a88849f8ce01af3c7c5b9b6]

        Don't claim to be reading a file before trying to open it
        
        Change-Id: I8a3332c4b1acaa4dc69ff9349d2e9241fb4f340f

2016-05-25  Tor Lillqvist  <tml@collabora.com>  [5f459af600597d3508676252b23ff8b5e00427dd]

        tdf#98792: This assertion is not needed
        
        In some cases this assert() even prevents stuff from working
        nicely. (In a build where assertions are active, obviously, so this
        commit has no effect on "production" builds.) See bug report for some
        (fairly clueless) comments by me.
        
        Change-Id: Id1847f6e0a7dc30e63e6dd7d5800515c4229b9d1

2016-05-25  Noel Grandin  <noel@peralex.com>  [472219209849daee7a9924f0f54d5f0bdfe4b772]

        Convert XmlReader::Result to scoped enum
        
        Change-Id: I6a0d1dcf5ae51d2ac08aacdfec50865f93e51c21
        Reviewed-on: https://gerrit.libreoffice.org/25365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [96fb3c52f5d04c8257cefd97630173005e6e466c]

        l10ntools: replace boost::crc with rtl_crc32
        
        Tested with output of "make translations", it apparently computes the
        same CRC function, despite the documentation specifying different
        polynomials, but maybe that is just different notations...
        
        Change-Id: Ia28a881f5cdf54326fe5051527acd445e7a5771c

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [da732faa8220caaf754775c44bef202bacb46341]

        slideshow: replace boost::posix_time with C++11 std::chrono
        
        Change-Id: Ied221b25f1bbe486cac6bb88bbc752a3c19c33ce

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [fa63fe59a14d3d39c87517ceef9a7fc5c4e7261c]

        remove (un-)definitions of NDEBUG from source files
        
        The build system already defines NDEBUG only if OSL_DEBUG_LEVEL=0 AND
        ASSERT_ALWAYS_ABORT=FALSE so the C++ code shouldn't override that.
        
        Change-Id: Ie67a576646cc7e18c3ffac67a3c81b80747ea438

2016-05-25  Michael Stahl  <mstahl@redhat.com>  [4384ee727ce00db931e6d23d526c467b0491941c]

        oox: replace boost::array with std::array
        
        Change-Id: Id9a8f7dbbf13890e7c9787d9b0737f1087e4a509

2016-05-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1e3b7cbff66eb81a008eca03b56fcd128ddbe45f]

        SWITCH returns error if compared value contains an error, tdf#97831 follow-up
        
        Partial revert of commit a2aea8bac55cef23297573733ba28f563f5aa791
        
        Change-Id: Ia059dd434a52e959495c0ea6ffc47e68df7a474a
        Reviewed-on: https://gerrit.libreoffice.org/25165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [77e7dc648ebb8b7d946111e2be4dfdbba72840b2]

        Resolves: tdf#96244 get the right Writer window view for Formula window
        
        if you hit F1 and F2 together, then the help window is a writer window
        too (in disguise) so asking for the "active view" on processing the F2
        in the real writer will get the help window as the active view, which
        doesn't match expectations.
        
        Take the view from the bindings, where its correct from when the event
        has been dispatched.
        
        Investigating a bit further, the F2 formula window only works correctly
        when its in an "active" window. So get the correct view from the dispatcher
        but only accept that view if its the active one.
        
        Change-Id: I2fd52ca6b68e887d34b07b70b830722f1d00b37a

2016-05-25  Caolán McNamara  <caolanm@redhat.com>  [7e5ade130910006d50a8fdb9cde00c17c06014b7]

        because pCW->bCreate is always set to true, the conditional isn't useful
        
        Change-Id: Icba66b3832cdf8dbd916604f08cb1d5f9bb81873

2016-05-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [c9ed6e832213129cc579c1c309ce9dbd3593c57a]

        tdf#95339 Extend test to distinguish minute/month
        
        Detect minute in user number format such as SSMM or MMHH
        
        Change-Id: Iadb29dabba167b8f59903ff05e7367857378738a
        Reviewed-on: https://gerrit.libreoffice.org/25222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [fe1d9bfadf2a707dff10cab1eab837fc2f2b550e]

        correct description of range argument of MINIFS and MAXIFS
        
        Change-Id: Ie319836f1d916d3a53237fdbc80d6530a000afa9
        Reviewed-on: https://gerrit.libreoffice.org/25256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-05-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4d361734ee4e89bec355f8e1ea2341b01a192522]

        use consistent case for argument names of IFS function
        
        Change-Id: I19480507e90df46deee15a6a4e80b0fcd6a9c70d
        Reviewed-on: https://gerrit.libreoffice.org/25254
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-25  Noel Grandin  <noel@peralex.com>  [edc87278036107dc392253bdcb99dce54a1d0a41]

        Convert Disposal to scoped enum
        
        and drop unused FULL value
        
        Change-Id: I3b9c26cb164785ef86f1a8d57cce962b015c85d6
        Reviewed-on: https://gerrit.libreoffice.org/25432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2af018e4dd99fccdc85a28b38ff924fb16a750cf]

        Fix typos
        
        Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
        Reviewed-on: https://gerrit.libreoffice.org/25420
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [75cec5cd54a731039b63d564be378a1202fb9e8b]

        Template Manager: ListView in Save As and Category Selector Dialog
        
        Change-Id: Ie3e12e345096c570be11280833889321d0cf7aa5
        Reviewed-on: https://gerrit.libreoffice.org/25370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [72a1fbe16b147911ff90fb5145ea3e2d783193f8]

        New Template Manager: Remove inheritance of TemplateContainerItem
        
        Conflicts:
        	include/sfx2/templatelocalview.hxx
        	sfx2/source/control/templatelocalview.cxx
        
        Change-Id: I5eb120853be768c3770a71829c40d00c97fcdadb
        Reviewed-on: https://gerrit.libreoffice.org/25272
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [d37a18ff0576dcbc1e776bef7dc475928c0dd948]

        Template Manager: Filter by Application (Default)
        
        Change-Id: I3ff4a55e3c53df15079730a8d0a283108a74f212
        Reviewed-on: https://gerrit.libreoffice.org/25377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Noel Grandin  <noel@peralex.com>  [233df63c540f4431ae67693021309ccb66b8f764]

        Convert SC_MF to scoped enum
        
        Change-Id: I3089006b502e33710bfb2564f051ebf2892ad08a
        Reviewed-on: https://gerrit.libreoffice.org/25085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [dc24a1d86c2bb3232c734b1a9d098f7331f47f99]

        Creating a new category on move should update the category list
        
        Change-Id: I54ba75056d8fa47ff2153914182ad354da7c07f6
        Reviewed-on: https://gerrit.libreoffice.org/25398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Akshay Deep  <akshaydeepiitr@gmail.com>  [5b42c982c10a3a877f1ca9d425b8c0c8e7723520]

        Template Manager: Tooltips to display category
        
        Display categories in search view or all application filter
        
        Change-Id: If4a14ef822a84b4a651ce47d0a448767cfbce80b
        Reviewed-on: https://gerrit.libreoffice.org/25352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Tor Lillqvist  <tml@collabora.com>  [2f6f409c7a2355f0d9c2267856cb24694cfc25e6]

        tdf#98792: Add the 'Nirmala UI' font as fallback for 'Gautami' for Telugu
        
        Nirmala UI is the new pan-Indic font on Windows 8 and newer, and
        apparently not optional. It supports the Devanagari, Bengali,
        Gurmukhi, Gujarati, Oriya, Tamil, Telugu, Kannada, Malayalam, and
        Sinhala scripts. So we should list it in many more places, I guess,
        not just for Telugu.
        
        Note that this commit does not really fix the root issue(s) in
        tdf#98792, i.e. why the shaping is wrong when, and/or why the font (or
        glyph?)  fallback works differently depending on whether the document
        is passed on the command line or opened from the Start Centre. See bug
        report for more notes.
        
        Change-Id: Ife361475716123781fb4a4923701890206b28b26

2016-05-25  Noel Grandin  <noel@peralex.com>  [2a4f9cbf01c8ee4ecf571e4a8b9e121050e7bd95]

        Convert FontHintStyle to scoped enum
        
        Change-Id: I6e59bf8beacc524897aede45420574148c0fecde
        Reviewed-on: https://gerrit.libreoffice.org/25397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Noel Grandin  <noel@peralex.com>  [8821dc7f3ad75ec5a686952703dec25e16901656]

        Convert XMLTextParagraphExport::FrameType to scoped enum
        
        Change-Id: I9e36f6566310e960a2b49f5a57f4b4491d32bb9a
        Reviewed-on: https://gerrit.libreoffice.org/25366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3349594bffc1eda4ee1d258be207b40f2f6f9b12]

        tdf#98753 Find Toolbar does not display "Search key not found"
        
        Revert "Toolbar: Refactor insert toolitem code"
        
        This reverts commit 27bdc70d83d4a4f1ebb89429f61b39084e739aaa.
        
        Change-Id: I1d46cddfd656ab8c809b6cd6308725a8e67fe538
        Reviewed-on: https://gerrit.libreoffice.org/25433
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [7ffe20be0ddcda00e6ef92b90334d74f4f856f9e]

        Fix mis-merge
        
        Change-Id: Ia16ac2eec2b31aeb12b90e0f3fb2f3a37940c314

2016-05-25  Julien Nabet  <serval2412@yahoo.fr>  [8a83562dd09fa1c38629e5250f20c4b091e934b1]

        VclBuilder: pStore may indeed be empty
        
        eg: sd/uiconfig/simpress/ui/photoalbum.ui
        It just prepares an empty store for being able to add some files
        
        Change-Id: I1481a09fa37d85c78b052026ac612dcd039025cc
        Reviewed-on: https://gerrit.libreoffice.org/24328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-25  Xisco Fauli  <anistenis@gmail.com>  [62ddce422ce80592107d9125e8e9bd59f7f770a5]

        tdf#89329: use unique_ptr for pImpl in xmlcnitm
        
        Change-Id: Iec37e509b78e58e90591bad26735ff31462eaf5c
        Reviewed-on: https://gerrit.libreoffice.org/25328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [a890e3189b4146aba3dfaf2f3e1ac212bb02c8a4]

        SAL_FALLTRHOUGH in Windows-only code
        
        Change-Id: If35da46c209746a86687e1c3f60f72f2f08aa681

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [3ec901fab2cb3e1a1c8222498761e72c28175bd3]

        Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)
        
        Change-Id: If5ee201aab8c4451971a11ea7d7ff943c9a1a726

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [4907188c4abc0dbde5538a4bb1eda27ae95880ea]

        Harmless missing break
        
        Change-Id: I0e0abfea2f38fdc25077a8c5a9a7d2438cde2362

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [b911fa87dc12e6cdcba414f2cf795e20eee012e7]

        -Werror,-Wunused-macros
        
        Change-Id: Ie0684d80740d592ea01546eea36a13c03b9eec4b

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [8d96f4b663b54b199c93dbb8aa496e77e342170e]

        Silence clang-cl -Werror,-Wmicrosoft-enum-value in external include
        
        Change-Id: Ied864f8fde22a83ed35b5ce51054f055e84bac78

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [a87cd5f979156e513abebfab449912f266eb88ff]

        -Werror,-Wunused-variable
        
        Change-Id: I83ef9f123156061ec5befb38dba4f46aec95d96d

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [e5b927651de97f2f0fdeb3e7f4715eb40a0917d9]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I15a8399d120450b01bd35c7ad974d3af749811ad

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [112d7c1d24ab786bfabdcfbd092718c8af392c7a]

        Missing include
        
        Change-Id: I11a004458ac90db92f4bf9e54827b6727c5cbc67

2016-05-25  Stephan Bergmann  <sbergman@redhat.com>  [28c1e1af6c014f1e505fc8599e30bbbc6c363164]

        Missing include
        
        Change-Id: Ia34ac1496e534c4fcb91dbb0e3b05734dfeede7b

2016-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc93f460298891680f69d6f5bf935f26138c2e30]

        crash report lib should be part of mergelib
        
        Change-Id: I23c338f9fcf7eeea4a440013ea6c1b9206e040f3
        Reviewed-on: https://gerrit.libreoffice.org/25430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [dfe876bcfbccf1d56e51a58e28cc7015d5b94972]

        add DSUM test case
        
        Change-Id: I0afb85a16f1128542eae5e966ac0d98f1d66861e
        Reviewed-on: https://gerrit.libreoffice.org/25414
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-25  Zdeněk Crhonek  <zcrhonek@gmail.com>  [e0fce805bfad3574b3714dc09d71c8012deafc30]

        DCOUNT test case - one more test
        
        Change-Id: Id4753112ec287f185440d1fd6f231841c944daec
        Reviewed-on: https://gerrit.libreoffice.org/25413
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [44326f8dfabd81bf8b5a5c741f29ae8c57b4a88e]

        remove unused struct member
        
        TYPE_BSTR_MAP.type was never used, this makes struct obsolete.
        replace magic numbers with constants
        
        Change-Id: Ifbe236c102f78cc570401254dda2fba9bb2c2a95
        Reviewed-on: https://gerrit.libreoffice.org/25228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-24  Akash Jain  <akash96j@gmail.com>  [9364a49a87684e54b7b04a6a110a2325bff5d96b]

        Add option to enable HarfBuzz support independent of platform
        
        Make HarfBuzz compile on any platform using the --with-harfbuzz
        option. Support is experimental only.
        
        Change-Id: I84fb80f3f8abed8ac877a294cf7ef39cf4cb2e9e
        Reviewed-on: https://gerrit.libreoffice.org/25369
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-05-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d5397bf17d1b2d268c1d5905079b69619ea0467a]

        C++11: disable ctors/operators with delete (dtrans)
        
        replace the old declare and don't implement pattern
        with C++11 delete keyword.
        remove obsolete default ctor declarations.
        
        Change-Id: I90cce42445e3b0558dc9b6e0f9cd2a27359e5d9e
        Reviewed-on: https://gerrit.libreoffice.org/25411
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  skswales  <stuart.swales.croftnuisk@gmail.com>  [68502698d29e577a7a451f1a796677128901cfe3]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        win32/customactions/sellang use A/W suffixed functions as appropriate
        
        Change-Id: Ic609a6dfb8033585cd2043a77985578abfdae893
        Reviewed-on: https://gerrit.libreoffice.org/25167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  skswales  <stuart.swales.croftnuisk@gmail.com>  [074bd09ee6f3113792b60ee721aabb731c5d7ace]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        Quickstarter removal code in MSI Installer compiled as UNICODE
        
        Functions suffixed with A/W (ANSI/Wide) as needed for clarity
        
        Change-Id: I50aa27a753542fc0ddf002f385de78ba106b17ab
        Reviewed-on: https://gerrit.libreoffice.org/25153
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  skswales  <stuart.swales.croftnuisk@gmail.com>  [163dcad72e03e214d842e74d1f71ed025cbdd870]

        Work towards tdf#72606
        
        EasyHack _tstring/TCHAR elimination
        
        These were already compiled UNICODE - changes for clarity and consistency
        
        Change-Id: I846063ddf37af80b3a8787b45d97215e1770c0f3
        Reviewed-on: https://gerrit.libreoffice.org/24859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [c5ab14e2bca0cc4fabd25b27f078a1c38fda4fa7]

        Resolves: tdf#100024 CRASH when setting a background image
        
        possibly triggered by changes like...
        
        commit bb3671180eb7327be9ac178e0d8341322f63d72a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue May 17 20:38:37 2016 +0100
        
            Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...
        
            which is called for removepage, insertpage *and* change page number. e.g.
            ctrl+shift+end and similar *move* the page, in those cases not removing before
            adding results in duplicate pages/slides in the list, causing inconsistencies
            on what gets selected on undo
        
        which made things not get arbitrarily duplicated during page changes
        
        Change-Id: I0acf241947c9688f3512b54cc3d8f6892126495b

2016-05-24  Noel Grandin  <noel@peralex.com>  [6c419129f27d61295508d14448351f62e994806b]

        optimise references list handling in OWeakConnectionPoint some more
        
        After my commit	1e063e8b "optimise references list handling in
        OWeakConnectionPoint"
        
        Reduce scope of locking, and copy a the performance trick from
        OInterfaceContainerHelper.
        
        Change-Id: Idc218e9d4edf45f8c37c7e517d1a26821800448b
        Reviewed-on: https://gerrit.libreoffice.org/25406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [019e3cb1c37d74bf389b04ed9102259bdc28193e]

        don't use the VM URL anywhere
        
        Change-Id: I0967c8fcea972b2dde58e3481f4767e225d3b2ba

2016-05-24  Rene Engelhard  <rene@debian.org>  [e097ec339f581f394d6ec12082a45c9f7a9955f4]

        respect verbose in external/libxmlsec/ExternalProject_xmlsec.mk
        
        as for the other external libs
        
        Change-Id: I3d397b3d0afde3df9032cf52dd82d59427924c20

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aaff9f4862b89a4318b93d19511694e5d6321acc]

        use correct path for minidump_upload on windows
        
        Change-Id: I1cd60d8b8b1c55b039f76bdaa4f73dc31e654d12

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b35dcb579c90b9f8759d49ece6c71795367eec2]

        add the file extension for minidumps on windows
        
        Change-Id: Ib5692ef839c500cac7d2551d0b0ee6faf141132a

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b990ae17a032affd5cb04db9f8d93daa89e3109]

        use correct URL for crashreport
        
        Change-Id: Ia7d584685961e8573c1c35f2560a66664632f5f7

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [838e71646edff6e8cc7fcb4d7ac7ed4cd12a8ab5]

        copy and paste error in minidump uploader
        
        Change-Id: I114325f2de2f2953d158b88f5f0e0a3bac853368

2016-05-24  Michael Stahl  <mstahl@redhat.com>  [469aa7fb9e42757267347b986f0e2b1184ebb508]

        libxml2: upgrade to release 2.9.4
        
        Change-Id: Ia3109b704155b9baa28f2a5f224e55af161f4fa1
        Reviewed-on: https://gerrit.libreoffice.org/25412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [fef6bb7af23c2db714713a3b277fd5c40fd5705c]

        Resolves: tdf#93474 crash on importing a macro library
        
        its a SfxLibrary which is not a XLibraryContainer
        
        (a SfxLibraryContainer is however)
        
        I think the issue is simply an empty name making code go down the container
        rather than library route.
        
        Change-Id: Ib0245d402fe375ac26ab9f2b14fe708b2a34a7a7

2016-05-24  Rene Engelhard  <rene@debian.org>  [91fcc0032c2d0d343b914dfe3bea0b0bf1589e91]

        KDE4 cflags no /usr/include usage to fix build failure with gcc6
        
        Change-Id: I53106b9ebfa7cc5c7b6c6d6f3bb3a4e5f2261f4f

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [26333736f103342344b9b0fa20a3a04d426fac4f]

        Resolves: tdf#99712 Crash in impress annotation context menu
        
        which is an issue since...
        
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Apr 5 15:27:38 2016 +0100
        
            Resolves; tdf#87120 no keyboard navigation inside floating windows
        
            lets try and treat these the same as we do normal toplevels
            like dialogs if they popup with GrabFocus.
        
            This way focus can be set on widgets inside the floating windows, and
            so keyboard traversal of widgets etc all works.
        
        which allows keyboard focus inside floating windows to allow a11y keyboard
        navigation inside them without jumping through difficult hoops.
        
        Change-Id: I6024c048e80d09a70cb3a628378975248a55d6b6

2016-05-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ada1f674902467940e9b4d13fc8100690d7e07d8]

        opengl: prevent seg. fault - VCL_GL_INFO still needs the context
        
        Change-Id: Iaf71104d85e8a0b8f5b101f614a6c4b90ce63f87
        Reviewed-on: https://gerrit.libreoffice.org/25409
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [0d116ad98d7c25df4ad63839bcf2fd7f152956df]

        Resolves: tdf#99733 don't crash on moving range of cells
        
        Change-Id: Ib9afc8ef292e517954b24321100862f5235290e5
        Reviewed-on: https://gerrit.libreoffice.org/25405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [b33fb0a8a09c2c383b5ed7915da52742cd457fec]

        CVE-2016-0718 and CVE-2015-1283 expat woes
        
        Change-Id: I83691e616bf964db2cb1e708b57f65b92ea2697e
        Reviewed-on: https://gerrit.libreoffice.org/25401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [2bc173abb63b2146c05fdea79c239b82c1bc5daf]

        convert PIVOT_FUNC to scoped enum
        
        Change-Id: I6d50ad6fa0dbe7b21ad73e14dc2df3c854d08153
        Reviewed-on: https://gerrit.libreoffice.org/25076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [d31935043f7b4ce44811cd6de51f64eb207a6b3a]

        Convert WINDOW_HITTEST to scoped enum
        
        Change-Id: I18c3798ae41eeffe96797828709f6ee42b32fcbe
        Reviewed-on: https://gerrit.libreoffice.org/25395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [fe0bba96ac0682eeba1757ede42b5fdef22764b8]

        Convert VclPackType to scoped enum
        
        Change-Id: I5bcc4f8686c1ce5bf7def948ce50837fa542786f
        Reviewed-on: https://gerrit.libreoffice.org/25394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [9ff8c95e54bed9ffd6ae4636c9e8385ad3160643]

        Convert SnapType to scoped enum
        
        Change-Id: I3980c2999bab191bb9357c883868db17db79e81f
        Reviewed-on: https://gerrit.libreoffice.org/25353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [1520d59850f027bace775e6055bb4632667573c3]

        sw: prefix members of SwColumn
        
        Change-Id: I5f7f0ae87a94e7bdb012bd73dea5cbb5115df448
        Reviewed-on: https://gerrit.libreoffice.org/25399
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [7528fd4491f271f4b0faf1ca5d858bb9fac124ec]

        support old gtk3s
        
        Change-Id: I20429aa8c06a319f9eb11079b320211f38e16827

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [a6173cae917bbc4c1490675adbdb69365e285b6d]

        too much debug spew, SAL_INFO this
        
        Change-Id: Ia4e69fa0ffad14564d021b86fdbb0d3d3b8c71b8

2016-05-24  Andras Timar  <andras.timar@collabora.com>  [0da63c69614807ce688a704552fdb7abce5da5b0]

        Updated core Project: translations  cfc31b7c53b06bab97be6b2cd9503423120ea1fe
        
        Updated Slovenian translation
        
        Change-Id: I5be97aae390d20b18bdbdc93b376104e3bbe5f73
        

2016-05-24  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [8b8159784821b7ddf031aec925353c274a10875e]

        Implement basic TableStyle Family
        
        Change-Id: I3da13d26ced05e1948d483d432d6268b10c208b5
        Implementing: getCount, getElementNames
        Reviewed-on: https://gerrit.libreoffice.org/25351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-24  Caolán McNamara  <caolanm@redhat.com>  [2e2a13e7160f258982b09125f5e32acd267b3f3a]

        fix crash on pressing esc on Insert->Table floating window
        
        Change-Id: Icc06626608228a1fb4e043ccc73b6a6fb438401a

2016-05-24  Noel Grandin  <noel@peralex.com>  [95d20a3799998b9816bd2e8aebdbc96c61cead3e]

        Revert "remove some manual ref-counting"
        
        until I have a better understanding of the UNO reference
        counting.
        
        This reverts commit 111de438ea3e512a541281dc0716cc728ea8d152.

2016-05-24  Noel Grandin  <noel@peralex.com>  [3caf31b05d7bbf3d50a1bbda6c8b95982cb5c2b5]

        loplugin:unusedmethods in sc
        
        Change-Id: Ic378126a30be853d10fe174c451cee3c6ded404f
        Reviewed-on: https://gerrit.libreoffice.org/25109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Stephan Bergmann  <sbergman@redhat.com>  [2c8e66129f14c6d0b9174d27546e233b3995d8d4]

        Revert "Simplify GfxLink using std::shared_ptr to clarify ownership"
        
        This reverts commit d64431ac5a7bede7661c64e0bd6d46805841e704, which caused ASan
        to complain about "alloc-dealloc-mismatch (operator new [] vs operator delete)"
        (while e.g. building Gallery_arrows), as GfxLink::mpSwpInData is a
        std::shared_ptr<sal_uInt8> holding a pointer to an array of sal_uInt8.

2016-05-24  Xisco Fauli  <anistenis@gmail.com>  [3c91b8d80bb95eae05b095a3ee9ea8d664adce64]

        tdf#89329: use unique_ptr for pImpl in filedlghelper
        
        Change-Id: I50eb43fb87e971d9d65214d24b8f7f5c73ef0c96
        Reviewed-on: https://gerrit.libreoffice.org/25308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Xisco Fauli  <anistenis@gmail.com>  [7077c7aae78c63d48fa8ddd5b02eadb53db5d7c5]

        tdf#89329: use unique_ptr for pImpl in tabdlg
        
        Change-Id: Idf5d0d1f8b2dd68b1fe1a43e1fb1bf46837b58ec
        Reviewed-on: https://gerrit.libreoffice.org/25321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Xisco Fauli  <anistenis@gmail.com>  [e0788463c3ec790ee002fc1610a9206f2ac7c10d]

        tdf#89329: use unique_ptr for pImpl in tbxctrl
        
        Change-Id: I309435b73e3d490cc091dd875f7f600e6f2f354c
        Reviewed-on: https://gerrit.libreoffice.org/25322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8441cd025a694b25ca6795ac05f1a6dd910a6bbb]

        this is unnecessary and os.path.abspath seems to be confused in cygwin
        
        Change-Id: I125eb2e3416c998ca16f9c9772a1e24183a222af

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [daa721dcb7e381fb8e254592eff31aef86efead8]

        make the symbol generation also work correctly on windows
        
        Change-Id: I2fc5e8fb2535ac076f045435c828126a52ea5bbd

2016-05-24  Stephan Bergmann  <sbergman@redhat.com>  [8e44dbaadc60c4dd7d43627442088b1ad81b0143]

        Fix license header of new file
        
        ...introduced with 2986e54412bbaf95ef768b9ffc18c9a465678337 "Fix tdf#99506:
        Insert OLE object with icon failed"
        
        Change-Id: I17186b838c062cf630cf68c72e053ac88fb8c85d

2016-05-24  Guillaume Smaha  <guillaume.smaha@gmail.com>  [2986e54412bbaf95ef768b9ffc18c9a465678337]

        Fix tdf#99506: Insert OLE object with icon failed
        
        Change-Id: I7fe5814b268e4c70977699edaa89926ca3fda92e
        Reviewed-on: https://gerrit.libreoffice.org/25080
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3650eacc9e4bf230d892eaac9366b7ebc16ed5c1]

        fix previous commits
        
        Change-Id: I91e9f1d0f40dd3dd50b03a27ded2f96c71cd1ffd

2016-05-24  Xisco Fauli  <anistenis@gmail.com>  [9129a4d689463b1212bc08f363108e858841c84d]

        tdf#89329: use unique_ptr for pImpl in shell
        
        Change-Id: Ie925d6c47d718ef46349c11b7450b1f2c1a93c21
        Reviewed-on: https://gerrit.libreoffice.org/25318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [3a077c0c3f41575cdce7e7e2f65916b0e8eb85dd]

        tdf#99973 - Crash when changing Locale Setting in options
        
        regression from commit 0f672545 "clang-tidy modernize-loop-convert in
        toolkit to uui", probably because the list is being modified while the
        loop is executing
        
        Change-Id: I18cd21001aee132e06d577c469aed5eb46a16a7f
        Reviewed-on: https://gerrit.libreoffice.org/25368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [2a16ad7e4a2646fb9df447bc0aab195af5ea770f]

        Convert XMLTextType to scoped enum
        
        Change-Id: Iac147e57784e11d29f2b34e60dc3c624d6090c8b
        Reviewed-on: https://gerrit.libreoffice.org/25367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [6bda2bf6fe8afba0b47ad89033ea3dbf6dc8b797]

        Convert XmlReader::Text to scoped enum
        
        Change-Id: I4741b13fcf887a95b85886cb41f8236e128e81a2
        Reviewed-on: https://gerrit.libreoffice.org/25364
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [111de438ea3e512a541281dc0716cc728ea8d152]

        remove some manual ref-counting
        
        triggered when I noticed a class doing acquire() in the constructor and
        then release() in the destructor.
        
        found mostly by
           git grep -n -B5 -e '->release()'
        
        Change-Id: Ie1abeaed75c1f861df185e3bde680272dbadc97f
        Reviewed-on: https://gerrit.libreoffice.org/25363
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [d3f21849ec8580fdb59a1f0b35453657f4050e0f]

        Convert T_DRIVERTYPE to scoped enum
        
        Change-Id: I87cfefbd35df5a8db8bac72f937a5906071b7568
        Reviewed-on: https://gerrit.libreoffice.org/25356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [5785d6022bff839dc930f5d20b79afcc79808ac5]

        Convert OKeyType to scoped enum
        
        Change-Id: Ic604991cdc0bf3e6dc5604a4a2b33f62b92f0915
        Reviewed-on: https://gerrit.libreoffice.org/25355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Noel Grandin  <noel@peralex.com>  [93e61f9663df7e3986d88d6cb7db795af96a11b4]

        Convert ImageType to scoped enum
        
        Change-Id: I7928fe7f1d6e96dcf42b03bd04fa9499371bbd98
        Reviewed-on: https://gerrit.libreoffice.org/25354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0cd5d93c1e313d8d71f3338451c683c7aeef8f10]

        make debuggin failures a bit easier
        
        Change-Id: I0b17ab513e05ee95c378399348557cfee8341fb0

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e4e503a5399990064d9d91c392a7bec7502b01d]

        add build system part for upload crashreport symbols
        
        Change-Id: Ib8dc0267034716740ba6d7f60cf635adc4bd1561

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d586e3bf04d486aa28709ff98926e2817629d59f]

        fix the crashreport symbol upload script
        
        Change-Id: Id99ac569f6c9f839002798b6f5794b05ed228988

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b862ad8436f8f2ff06c40d36be5434bdf17eb204]

        also create the symbols.zip file
        
        Change-Id: I4c96dbecd90de83fe9ac76a93ec0520ffb6932d6

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be1dcb5982b587f83e0cef719caf2db64906c9a6]

        remove old symbols directory
        
        Change-Id: Id6bd2dfd05f1c13d928dbf26414b01086740df74

2016-05-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [17e329e4092a2e49f47452d89fea51eb702d4fd2]

        ruler: close the polygon when drawing indent handle (gtk3, gl)
        
        Change-Id: I9d1d20f889f73c73a1b861485a956a25f743e245

2016-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [4ab3149381352c86cb84fc01fe69b2c7929c98fb]

        starmath: Fix missing call of AnnotationSelection() for SmCursor::Copy
        
        ... with unit tests of Copy/Cut/Paste.
        
        Change-Id: I74dd6f235b52ef2c1388ea0d15d32af0fb30b2c8
        Reviewed-on: https://gerrit.libreoffice.org/25362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [91585d248c7eae60fde0956da3da95c55fafdbcc]

        add DSTDEVP test case
        
        Change-Id: I263ed01d155c5939ff52487bcf0920acab4c1e5c
        Reviewed-on: https://gerrit.libreoffice.org/25374
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Zdeněk Crhonek  <zcrhonek@gmail.com>  [04dd8cb484d623720361ab7537a902b3e70f389b]

        add DSTDEV test case
        
        Change-Id: Ie7a597ec7799d4e6fcba760b5cd2e20ead53601a
        Reviewed-on: https://gerrit.libreoffice.org/25371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8857877aa609de4c8476330c34a24906f5fdc05b]

        return paths and not URLs
        
        Change-Id: I03553a1fe98ac7ac780333b2ec247ed0cd781ffb
        Reviewed-on: https://gerrit.libreoffice.org/25379
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73755fdefbf841d0ac9e504c00c0d032ed5daad8]

        update the minidump location as soon as possible
        
        Change-Id: I7525ba7ff48b6df51ce8f7fdccf5ff512cdfec89
        Reviewed-on: https://gerrit.libreoffice.org/25378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cee4cc9bb3b5f0121a8f57e4203c2cdabffe6715]

        handle std::string vs std::wstring during export
        
        Change-Id: I00a32eb465b54e2a2747eebd00605212f14e5384
        Reviewed-on: https://gerrit.libreoffice.org/25380
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fa9416906e615f5f19ad8524176d2ed693662769]

        Updated core Project: dictionaries  697bbfa625583164f546b3f58a18858b56b871eb
        
        gb_Dictionary_add_thesaurus doesn't like whitespace
        
        Change-Id: Ib8bd172570967b02fc21d01ea389d0b0b29c05ea
        

2016-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3cac38b2311538a0aecca765eb62c30c5098a85c]

        opengl: combined shaders to reduce shader switching
        
        Combine most common shaders for non-texture drawing and texture
        drawing into two combined shaders. Inside the shader we switch
        between the code paths with if statements.
        
        Using if statements (or any other branching statements) is
        discouraged inside shaders but on the other hand we reduce program
        state changes if we have less shader changes - which is more
        important for us as we want to push more work to the GPU.
        
        Change-Id: I6701b93faa9b0f55dd0af6d983ce4c2de4539c70
        Reviewed-on: https://gerrit.libreoffice.org/25357
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ac06e4ef9d56677e1469e94b99045b3e02c7511f]

        Updated core Project: dictionaries  1f3eaa2dc7e2bc04fef06a0ed76ee18bb195e00f
        
        thesuaurs.idx is generated by gb_Dictionary_add_thesaurus
        
        as there is only one thesuarus, no need for the thesauri variant that
        does nothing else but call the thesuarus one..
        
        Change-Id: Ia366e13e9cee0f15d282377124404a4cf0c3039b
        

2016-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c64119e4f49e74773ad0826f10ebfbe8dd27d2bd]

        fix the crash report location also in another place
        
        Change-Id: I3ab133fbdcdcc8a17ec9159d1c88b19f35b6a7b0

2016-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7c86b4b3d3ebf323e1c3f13e9e2dff8be61d17d]

        add a build system target to generate the symbol files
        
        Change-Id: Ib690eb05deaec5d8ce91f6b76daadf427d7ad964

2016-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f825963973814530752e451fc7155fc054923bd]

        also handle .bin files in the windows symbol code
        
        Change-Id: I85b0490c515987d56e04d0e5b42111c52bbabbc3

2016-05-23  Rishabh Kumar  <kris.kr296@gmail.com>  [7a4bd998e900c7f7a28f9068b97707ef76c99b85]

        Addition of new controls and their rearrangement in hatch tab
        
        1. Removal of rectangle hatch angle dial widget
        2. Addition of slider widget for changing angle in hatch tab.
        3. Move hatch background color control from area tab to hatch tab.
        4. Rearrangement of controls
        5. Removal of hatch controls from Area tab
        
        Change-Id: I596098b328fc183d2fdd5259e90013dbf74d9ad7
        Reviewed-on: https://gerrit.libreoffice.org/25147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [d1182223dcd3aca6b0922f1b27bc1537bceca7ae]

        like menus do, restore focus to prev control when floatingwindow popdowns
        
        in the FloatWinPopupFlags::GrabFocus case
        
        Change-Id: Ibebf23c83133f74f00e5dbb2540f108a383462cc

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [015456844faa8bfc848e3ed933d694c3a2fd8fbf]

        Updated core Project: help  f2361eb91e2e47b0ecbc02bedb8763c08007f0c4
        
        remove spurious space before </paragraph>
        
        Change-Id: Icf4d5ba12ab65bbedaf75bdee4ffc36131ea731e
        

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7073b9c34cdcc34d7075342a4fef0e59dd113ace]

        Updated core Project: help  caeff7f2fb309f76e5a74cab62016bf2d185840a
        
        remove spurious space before </variable>
        
        Change-Id: I06d328b73455d5b6ea04d7c04c9b09fcb7bad366
        

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [242001a3a03f3008725d8b97cf5a8641437bd9a9]

        Updated core Project: help  30ecec125c4383354379201fc1191fccfb082059
        
        remove obsolete attributes from changed strings
        
        as it doesn't matter if the context changes, since they'll need to be
        modified by translators anyway
        
        Change-Id: I120289e3d944030ba1933c888795137d7ef71324
        

2016-05-23  Szymon Kłos  <eszkadev@gmail.com>  [5dee1106703a14c0128880736db77cd7507df776]

        Google 2FA: better info for user
        
        Google sends SMS with code in format "G-XXXXXX".
        User should enter only numbers wihout "G-".
        
        + added "G-" label which is shown in the Google
          authentication code request before PIN field
        
        Change-Id: I8eaecbbe7b8803269444f947e97ee67c33db61b2

2016-05-23  Stephan Bergmann  <sbergman@redhat.com>  [7f07c69df4110db804fd47193135c19b249cbbed]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia30ad12d63423252c527de096cd1ae0ba3fd6aa5

2016-05-23  Eike Rathke  <erack@redhat.com>  [43030487c45f49bccdfad987c60d9483b938ebac]

        Resolves: tdf#86282 do not use file name as sheet name for linked documents
        
        ... and external references.
        
        Change-Id: I6e23eeff39086091f13914a3f964aec1016a7de4

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [81a8d1250319023f6ca272e0b233ef638cae40f7]

        Resolves: tdf#99874 gtk3: all-black xbm cursors
        
        Change-Id: I1feca80dd75f7a09e05ac43293e8645da391a775

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [bfc51d3fa8cd72e70837be1a9d1bc2195dc8ccf4]

        tdf#89329: use unique_ptr for pImpl in optsave
        
        Change-Id: Ia442a6a5c570c45b03fc878099f1c50005ee7538
        Reviewed-on: https://gerrit.libreoffice.org/25331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [908e46c7116d62718fc377b1e0eb53b39d42dc1f]

        use the TDF server as target for crash reports
        
        Change-Id: I0518bbad2f3550f8cac453c98af88a092448b5cd

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [fb5b0f59b9c923f235eb40b5cef69f8e9a1d9eeb]

        tdf#89329: use unique_ptr for pImpl in frmdescr
        
        Change-Id: I337e1ee34fe1571ca75c8ff8762b5d43fecc2cb4
        Reviewed-on: https://gerrit.libreoffice.org/25310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Andras Timar  <andras.timar@collabora.com>  [58544f07e133356d6109dab8a7d1168c91289cfe]

        Updated core Project: help  1ab77b7cc2e30fdd7ee68d3ae2f9777225003186
        
        Ctrl + Down Arrow in fact jumps to the beginning of next paragraph
        
        Change-Id: I5f55da8e8298f7cb3758e931ef3804b7df66bf0c
        

2016-05-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [b810b92fa4b580958b7134aecd245abd7100ba6e]

        PaperOrientationModifyHdl is now unused
        
        Change-Id: Ibaa4fa23e83a2820931add5597cc96c9a8250fef

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [24cdcb91dc8aee57dd4c11134e04c8162b5e8b7c]

        Updated core Project: help  d05478e9a284ab1f4189ecc85e50f7205e0d9af3
        
        typo: "the the" → "the"
        
        Change-Id: I315fd3151e4b52495f3f55a5a65813b13debd8a6
        

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c85b792735f993776be235d3eed1a711344339a2]

        Updated core Project: help  36b3f0c90d172c341c556f63cc5c312220118b3e
        
        typo: periodical_abberation → periodical_aberration
        
        Change-Id: I29e6938ddbad2cf31e07a80fadcffa12ced7c839
        

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [011734e32806f8435328457a056a3e3b43fb87ad]

        tdf#89329: use unique_ptr for pImpl in progress
        
        Change-Id: Ie591d3ac8af2b1a05be51c672ebf5a6ed7ac87f2
        Reviewed-on: https://gerrit.libreoffice.org/25320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [186e39dda733992f3c2979d95897bdd6ff146e3f]

        Updated core Project: help  2ab9b7fddbbc6f81dc69a740fc120194a7fd8671
        
        hid="" → hid="."
        
        Change-Id: I64a889f1cd519a0cf1898e913ad68f850d472eb6
        

2016-05-23  Aron Budea  <baron@caesar.elte.hu>  [741b3f1727a59ac266cc3dcf9305d82f660f270b]

        Updated core Project: dictionaries  2f0ddaeeb4323ac99afd35d2c4fda643c9ee8bcf
        
        tdf#97393 Update English Dictionaries to 2016.05.01 release
        
        See comment 8 and 9 in tdf#97393.
        I tested if spell check works with the new dicts in 5.1.3,
        didn't test install.
        
        Change-Id: Ia1b93a029a809975e913e69a93ea6477fd1e4cc5
        Reviewed-on: https://gerrit.libreoffice.org/25348
        Reviewed-by: Marco A.G.Pinto <marcoagpinto@mail.telepac.pt>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7bb1a616aa272c96a2662064ed16846f168e6a27]

        Updated core Project: help  7f87433d5583fc8cd8811306521d134735f8cb13
        
        "Insert - Field", not "Insert - Fields"
        
        as per LO HIG - https://wiki.documentfoundation.org/Design/MenuBar
        ("Use singular form in labeling when applicable (e.g. Insert+Shape,
        though multiple shapes are listed under the submenu, a user can only
        select one item).") and already changed in UI
        
        Change-Id: Id15afe7e3c92b54526ff694f7959ab3e01a2d606
        

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [1765ae3f74c65ad52b79d4ee29ac761f16ddd7bf]

        Resolves: tdf#99981 make ScriptSelectorDialog modal for its parent
        
        Change-Id: Ia522b36cd1f5d47d08afa74a22cec11de465f567

2016-05-23  Noel Grandin  <noel@peralex.com>  [47f62540bd2c2f107313bb0c6f141cd4460b6379]

        loplugin:unusedmethods in sw
        
        Change-Id: I05e224bcc7d2b08cf1349c14e3acf274d422e109
        Reviewed-on: https://gerrit.libreoffice.org/25145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Zdeněk Crhonek  <zcrhonek@gmail.com>  [bb45874129d36f96439a45b1eb0c8c03a2956782]

        Add DPRODUCT test case
        
        Change-Id: I45e813bfaa3b52fc6bc19382c31bc63b7ecdc9f1
        Reviewed-on: https://gerrit.libreoffice.org/25323
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-23  Noel Grandin  <noelgrandin@gmail.com>  [f107d453819fe06e1e8d46ffb3cc866f119d74fd]

        Convert SbxClassType to scoped enum
        
        Change-Id: I48afcdd9924d22b52a8db21aa253061e4d38c85b
        Reviewed-on: https://gerrit.libreoffice.org/25259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Susobhan Ghosh  <susobhang70@gmail.com>  [833088b18015381dc8f90e4e868f96b7e882334f]

        tdf#89466 Fix update of elements and add listener in slidebg
        
        Handle Slide change event, removal of PaperOrientationModifyHdl​
        Fixed sync and update of MasterSlides. Fixed Paper orientation.
        
        Change-Id: I63ece7a4717f216f897b265664758c2c14abb191
        Reviewed-on: https://gerrit.libreoffice.org/24927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [00271c8eaf77c453a403a85f23233dca71d834f3]

        tdf#89329: use unique_ptr for pImpl in optpath
        
        Change-Id: If9e627e2f0f091e8411d0c6f16f29b583723419a
        Reviewed-on: https://gerrit.libreoffice.org/25327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [08cf2fd01064306eef7fdbb5b62320947c4d1089]

        framework: last dispatchInterceptor gets asked first
        
        Align implementation with API contract as spelled out in
        offapi/com/sun/star/frame/XDispatchProviderInterception.idl -
        no idea why this change happenend in 2003:
        
        Date: Fri Apr 4 16:16:05 2003 +0000
        INTEGRATION: CWS fwk01 (1.1.72); FILE MERGED
        2003/04/01 12:40:09 as 1.1.72.1: #107642# change order of used interception objects
        
        At any rate, with this change extensions actually get a chance to
        see dispatch requests first, and process/ignore at will.
        
        Change-Id: I58876150ee6d67e592f41b3e82a9ffc314e091a3
        Reviewed-on: https://gerrit.libreoffice.org/25215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-23  Mark Page  <aptitude@btconnect.com>  [d64431ac5a7bede7661c64e0bd6d46805841e704]

        Simplify GfxLink using std::shared_ptr to clarify ownership
        
        The functionality has not changed in this class, however the ABI
        has changed (this class is DLL Public)
        
        Change-Id: I11005f03e747d56cb59550e071755429390db7a7
        Reviewed-on: https://gerrit.libreoffice.org/25081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Stephan Bergmann  <sbergman@redhat.com>  [cffc2471bc7d08f27a995e4e0f6fcf49d74d0f5a]

        Silence C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
        
        Change-Id: I40173fe1bb22b8444b1a85f8bdecc07a9f9c354f

2016-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [df43ab2dfb695eedd6faf28f184446dde4d900ce]

        Updated core Project: help  a52d4ff5939aca0856be9a9cd9cda3306931a43e
        
        COS(PI()/2) doesn't return 0 (fpu accurracy), use COS(PI()*2) instead
        
        since that gives 1 as expected.
        
        Change-Id: Icd1a0424f90ef9256c706cecc0ab3b7e2c741181
        

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [027c836915deadc901920d84b2718f9617caea0e]

        Resolves: rhbz#1338546 use-after-delete of WindowImpl
        
        Change-Id: I528aacd042ff17e6f6cdcd434d1c790b2139928e

2016-05-23  Noel Grandin  <noelgrandin@gmail.com>  [5c5209c2d9f2626d2c024493a7f9cde9577e6261]

        Convert GradientStyle to scoped enum
        
        Change-Id: I1da151dd25648e363ba88bf88caa3e820f0ee424
        Reviewed-on: https://gerrit.libreoffice.org/25270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fde4ccb0752f4a34b995ee3b0937098c3d189c1b]

        Mention removed options in javamaker and cppumaker
        
        Change-Id: Ibba65c905a3a42053c4f844439a534b84a23089a
        Reviewed-on: https://gerrit.libreoffice.org/25150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [1c05f29a1d83be9e2ea56a7a3f290c441bfc07e1]

        resort restart reasons
        
        Change-Id: Ie7b57e7f3266f0f1c3576e82de3c949760c2916d
        Reviewed-on: https://gerrit.libreoffice.org/25358
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c8fc1f40ad8e20af32574e0aa73bdec51ae64e14]

        opengl: use line shader for all line drawing not just polylines
        
        Change-Id: I9c2d5c5ca4761867a0a38cb3bc3c4973454ee992
        Reviewed-on: https://gerrit.libreoffice.org/25157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6473093d4f6ee7d06905ddd71c90180fcffb0bef]

        opengl: use existing code for "legacy" polyline, polygon render.
        
        Rendering polylines, polygons, polypolygons which take an array
        as parameter ("legacy" code) can re-use the other, already
        existing code paths (same thing as "headless" svp backend does).
        
        Change-Id: Ie45812d7fce6bc70484e9f0c05cc81e995800bcb
        Reviewed-on: https://gerrit.libreoffice.org/25156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [514966907c6fb8ca05e5445a8376de923ba177bc]

        writerfilter: use auto where it improves code readability
        
        for (std::vector< std::pair<Id, RTFValue::Pointer_t> >::const_iterator i = m_pSprms->begin(); i != m_pSprms->end(); ++i)
        
        vs
        
        for (auto& rSprm : *m_pSprms)
        
        and so on.
        
        Change-Id: I2b4d975af096fb59815b074cbcb9934bead9e6f0
        Reviewed-on: https://gerrit.libreoffice.org/25350
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-23  irem  <iremsendur1@gmail.com>  [a4e8419c8a1eb3e56ef973de4b15fdafc91248a2]

        tdf#99211 Use the restart dialog for notifications about restart
        
        Change-Id: I97a10cddafc464ccbdd37902c5d24b73246f5c3f
        Reviewed-on: https://gerrit.libreoffice.org/24877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-23  Caolán McNamara  <caolanm@redhat.com>  [42e51c4a6320763d9b60914da4372eae9a11f17d]

        in unlikely case >>= fails
        
        Change-Id: I368456acb085905736f1e221eeb3c79df375c7f0

2016-05-23  Pranav Kant  <pranavk@collabora.com>  [5c7ab8259c7016441df45e04fd3be242e6205c1d]

        lok: Subcribe to more uno commands for state change
        
        Change-Id: Id2870b176de4163fbe01e4ac380b4981d3187d90

2016-05-23  Noel Grandin  <noel@peralex.com>  [f1ea2290e66ac3cbb0d43e9e0727d421f29388eb]

        loplugin:stringconstant
        
        Change-Id: I4600970fc1eb288aeb6fd5fb55947d936981f491

2016-05-23  Noel Grandin  <noel@peralex.com>  [a654f116aa0cdf8150f1b3cfbb81107f6b8019c6]

        loplugin:staticmethods
        
        Change-Id: I49d23df461ba8922b2e561c0f9466f3a625e0479

2016-05-23  Noel Grandin  <noelgrandin@gmail.com>  [4a98af674c90de499909174af409d0e29cc155e2]

        Convert HatchStyle to scoped enum
        
        Change-Id: I27878a67457d32e6922dfb6da73f896ff6ab1d01
        Reviewed-on: https://gerrit.libreoffice.org/25271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Akshay Deep  <akshaydeepiitr@gmail.com>  [72ffb6f590293fb8d3ba428f1700dc05703b014f]

        New Template Manager: Default Thumbnails in TemplateSearchView
        
        Change-Id: Iff0cb63defaf3bb98022d891f91339044931cb39
        Reviewed-on: https://gerrit.libreoffice.org/25251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-23  Regina Henschel  <rb.henschel@t-online.de>  [66a953bf3aa6cb1abd55380d846accd68981537a]

        tdf#99984 render inferred mrow as group {}
        
        In case an element has no content, but has got an SmXMLRowContext,
        an empty group {} is inserted. The result is, that empty table
        cells are rendered without error, so that files, which use a
        mtable element to arrange things, no longer break on import.
        
        Change-Id: Iae158226e6478f2f9f397b8485044860ee8767c2
        Reviewed-on: https://gerrit.libreoffice.org/25273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-23  slideon  <adamkasztenny@gmail.com>  [f3657368a6cab2e1931c8845035b914e49360eb3]

        Add a test for comparing table cells and table cell ranges
        
        Also add the method sw_CompareCellsByRowFirst into unotbl.hxx so that
        it can be used elsewhere, just like sw_CompareCellsByColFirst can.
        Change-Id: I4a88455ba73356013f9f630d07610825568c263c
        Reviewed-on: https://gerrit.libreoffice.org/25260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [945ce7e10a6a215595ec653b8697340a15943888]

        tdf#89329: use unique_ptr for pImpl in request
        
        Change-Id: Idc1bc93c10bcef7344fc5f816a509308fc0c40c7
        Reviewed-on: https://gerrit.libreoffice.org/25317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [dba7aaff1ac2e175f8a79caef7573d9120cf7c5c]

        tdf#89329: use unique_ptr for pImpl in printer
        
        Change-Id: I8adbac922b7a44ae99325a489f87762dd86397de
        Reviewed-on: https://gerrit.libreoffice.org/25316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Xisco Fauli  <anistenis@gmail.com>  [a1cfd9ff7dc0371720c4e2670e318a8282bd9735]

        tdf#89329: use unique_ptr for pImpl in new
        
        Fix "error: declaration of ‘pImpl’ shadows a
        member of 'this' [-Werror=shadow]" too
        
        Change-Id: Ib0fc66375ed7d9ae700d5a81a2adb5975fcae592
        Reviewed-on: https://gerrit.libreoffice.org/25319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Noel Grandin  <noel@peralex.com>  [ea0f63336db0e36cae94fdff3c9778088c0fc092]

        convert tnode to scoped enum
        
        Change-Id: I66b343db2c6e61e2316773f8995f78bbb1890eef
        Reviewed-on: https://gerrit.libreoffice.org/25210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Noel Grandin  <noel@peralex.com>  [7b26389414b203a4f3225acf0c027b93bcb234ac]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        Change-Id: I7113a13ac36db5beef3a17e9849c1f5506df2374
        Reviewed-on: https://gerrit.libreoffice.org/25194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-23  Akshay Deep  <akshaydeepiitr@gmail.com>  [85ea267b7a8fbd5859569db6ef7ac8dd1bd9bcd1]

        New Template Manager: Improved search for templates
        
        Change-Id: I0a94abe09d82a58d892eb83aea0952d28aeb05ea
        Reviewed-on: https://gerrit.libreoffice.org/25249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-23  Tor Lillqvist  <tml@collabora.com>  [c30ab370d7f574a1993e8770c9589296cbd54118]

        loplugin:override
        
        Change-Id: Id782278645789d0b252ba3c096ca9e5538a3e5b3

2016-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [da68f03bb6f7806440c8aba3163b5196f1c98738]

        starmath: This should be an assert()
        
        Change-Id: Ia8dd75512168fd0775a8019fc514627a7353b056
        Reviewed-on: https://gerrit.libreoffice.org/25231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [366de0553beb0f545b3cb0a74831ae120f01c7d6]

        Updated core Project: help  0f8cc79cae99f7f3d8bb7d47a1a19be2ec09ac38
        
        replace duplicated "pentagon" by "hexagon"
        
        Change-Id: Ifcd8441f175040dbcb81dfd4d2a62a7c50b8583b
        Reviewed-on: https://gerrit.libreoffice.org/25300
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-22  Olivier Hallot  <ohallot@collabora.co.uk>  [a900da32799f3da6e895b55159058d0588f9b4ba]

        Updated core Project: help  ea6c97353fc81c1e40e5b10cc70d1436e8a8d809
        
        Do not translate numbers... (3)
        
        Change-Id: I2480be8d515d210413dc6e732467bdf9c420bdbe
        Reviewed-on: https://gerrit.libreoffice.org/25279
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-22  Olivier Hallot  <ohallot@collabora.co.uk>  [e58c7450df89da19da74f5cd2a2f263616a50844]

        Updated core Project: help  bd649dfd6750991c54e1509c3b2afeb55d9ef267
        
        Fix Data menu help file w/ new entries
        
        Change-Id: I6055007c5b8811f65a8937c2ebd6eec913a95e95
        Reviewed-on: https://gerrit.libreoffice.org/25277
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-22  Olivier Hallot  <ohallot@collabora.co.uk>  [4fab5256c5342ecd2a00f3670cc7f7b32b3b5f29]

        Updated core Project: help  fd115b0ed12623d445a1d6a6d7554429d91727e9
        
        Do not translate numbers ... (2)
        
        Change-Id: Iff0930493bed0a839869a02518aa879cc6d11068
        Reviewed-on: https://gerrit.libreoffice.org/25276
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-22  Olivier Hallot  <ohallot@collabora.co.uk>  [0a7dfad2abd64fb7e2ffb8f94f0f3740b6a7e3d2]

        Updated core Project: help  a86c7d5fbd0c2014afe0590a1bfdc1f2001d91a0
        
        Do not translate numbers...
        
        Change-Id: I87d272719a0a666744951d82f7c522b6cd554bc7
        Reviewed-on: https://gerrit.libreoffice.org/25275
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13a52d0a718825f82f3d4b1684bf86b812fce1f2]

        mark destructor as virtual, loplugin:override
        
        Change-Id: Ic80de66c575d62020df834db1300d9a4364ab336

2016-05-22  Stephan Bergmann  <sbergman@redhat.com>  [59a6454b66213cabee3d4ebe1f007cbca1a644e1]

        -Werror,-Wunused-private-field
        
        Change-Id: I286afa5f5f849217c282c8408822522d9ce5a10b

2016-05-22  Stephan Bergmann  <sbergman@redhat.com>  [3a9657b85d2ff5e365c96496ffa749efd4885501]

        loplugin:staticmethods
        
        Change-Id: Icd00538ececfb6ebff795f75ab17e50b536b67b2

2016-05-22  Stephan Bergmann  <sbergman@redhat.com>  [63d108589724cdadfdcaf7c704382a8eb31ea8e3]

        loplugin:passstuffbyref
        
        Change-Id: Ia243148779b82bd8a1d1e82990622c01e2026a06

2016-05-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [033b2ae8775d1dcf49f798e267761000cc51627c]

        tdf#94004 Trendline: wrap equation to fit in chart area
        
        If equation is too long compared to chart width:
          equation is wrapped
          and if equation has General format, the number of digits is reduced
        
        In this patch, only polynomial equation is treated. If this approach is ok,
        I will extend to other regression curves.
        
        Conflicts:
        	chart2/source/view/charttypes/VSeriesPlotter.cxx
        
        Change-Id: I1bfd897881d752655faec6df034c0dde7f78c51b
        Reviewed-on: https://gerrit.libreoffice.org/18397
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-22  Stephan Bergmann  <sbergman@redhat.com>  [beeb71085036d09494e44f43670d6d26f30c6277]

        loplugin:staticmethods
        
        Change-Id: I5cc2c15f49c8ed4f43dcddb5684e933b94d362ec

2016-05-22  Stephan Bergmann  <sbergman@redhat.com>  [568828c3489ee8b9e7f32035eabc41fbb6b2c1fe]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I1938ffb82038d90bd34ba14148663ef8a1494d96

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [fc1e5ccb9fdf294a5289a415c6cded2955bc8a98]

        tdf#89329: use unique_ptr for pImpl in childwin
        
        Change-Id: I500912a67696eab72c58e2c72fc3aec97542925d
        Reviewed-on: https://gerrit.libreoffice.org/25303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [5e32815a1d9d8591fcd0a4f31f3f6337a69c7505]

        tdf#89329: use unique_ptr for pImpl in docfile
        
        Change-Id: Ib073dd45dae3f26d4528288e83d53122102866de
        Reviewed-on: https://gerrit.libreoffice.org/25306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [7a7f49a734aaaae0e5fe3a4f54914b01fb0d511f]

        tdf#89329: use unique_ptr for pImpl in pszctrl
        
        Change-Id: I60d129df8eebfed3996d491379fa9d69aa3fe097
        Reviewed-on: https://gerrit.libreoffice.org/25315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noelgrandin@gmail.com>  [bc9459f095c55609f4d90533c0f11f17922ebb34]

        Convert BreakupUnit to scoped enum
        
        Change-Id: Icda4584c79a8af2c2e5fc5a29c498f7869641aa5
        Reviewed-on: https://gerrit.libreoffice.org/25299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noelgrandin@gmail.com>  [7e55fbab6348c2a844fc7ecca8de61416db8fdae]

        Convert SpreadMethod to scoped enum
        
        Change-Id: I2a04247bd58ed6f2af8da7e109b31ff83d6d5e49
        Reviewed-on: https://gerrit.libreoffice.org/25298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noelgrandin@gmail.com>  [e66c1a6f32fa682c60be672020f4ee8890b96a11]

        Convert HelplineStyle2D to scoped enum
        
        Change-Id: I32b3c61ed40fe041a395544c1ab32d8e1b5f89fa
        Reviewed-on: https://gerrit.libreoffice.org/25297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noelgrandin@gmail.com>  [44e20713ebcd3b3ed9a490f54b0b17bd6cd57372]

        Convert RSC_IMAGEBUTTON to scoped enum
        
        Change-Id: Iedb0cfa8678627dbd0445e05524bd26a2c5838a2
        Reviewed-on: https://gerrit.libreoffice.org/25258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noelgrandin@gmail.com>  [ef0e063938d1821f362a975ae83c2ab212267b98]

        Convert RSC_IMAGELIST to scoped enum
        
        Change-Id: Iaf5f0723ab3e23e9afa1836a1b4cd8af2d86f010
        Reviewed-on: https://gerrit.libreoffice.org/25257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [a887bed580a3e6388f8da0c5a19fd87888e11e95]

        convert TAscendingOrder to scoped enum
        
        Change-Id: Idd88c08df47c4175702cea0e0a36c6b3e031469f
        Reviewed-on: https://gerrit.libreoffice.org/25212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [84c7efb4aebbfcd2526e9f73f023bbda3c11a75c]

        Convert DragMode to scoped enum
        
        Change-Id: I68dafefc74bad355047738605defd97f3c6bebcd
        Reviewed-on: https://gerrit.libreoffice.org/25209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [ae033e72144645bb86e70071acc6bf7e2f0dda80]

        Convert BitmapAccessMode to scoped enum
        
        Change-Id: I0f2b86f0a34e257d00856ce4f1dbbb1869ec967a
        Reviewed-on: https://gerrit.libreoffice.org/25208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [57ef4457becdb5c66a3c0db9e499e1ac491860f2]

        Convert javaPluginError to scoped enum
        
        Change-Id: Ib3a32227d50fa9e0f9cc4106ce40a4c3e840f8c7
        Reviewed-on: https://gerrit.libreoffice.org/25206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [90cd1b56c98c56010ca43704df94d6096beee6e0]

        Convert oslCheckMode to scoped enum
        
        Change-Id: I7cd31d5624682bf7bd021586769593499d2481af
        Reviewed-on: https://gerrit.libreoffice.org/25204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [602fc6153fd1d326a827351e7ade649638446f7c]

        Convert AllocMode to scoped enum
        
        Change-Id: I642d7546059f1af993ab15eb3948949109df05c4
        Reviewed-on: https://gerrit.libreoffice.org/25203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [866d1bbecb7cfe8256d38e5fb77c7bce149e648f]

        Convert PreeditStatus to scoped enum
        
        Change-Id: Ibc1329d9c6c2c5fe84fa2c0b0d420da82a82adc1
        Reviewed-on: https://gerrit.libreoffice.org/25202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [3aeeaae41e8fa5a025b9b792da75c6766f17f8f2]

        Convert EmfPlusRecordType to scoped enum
        
        Change-Id: I4da601998f65deb7105f4b58281edf41ba6e58bc
        Reviewed-on: https://gerrit.libreoffice.org/25201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [dfc6b7506738465b14c6bcce63ce5eb7266c969a]

        Convert WinMtfFillStyleType to scoped enum
        
        Change-Id: Ifcbcac1883285d175e1b72e99f300afad2f4d092
        Reviewed-on: https://gerrit.libreoffice.org/25200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [a0ac522f6b9850c478c28bb54cafe82fed95a389]

        Convert SetType to scoped enum
        
        Change-Id: I1f724340a990ce8a811fa84e1f5fc54fad54ae81
        Reviewed-on: https://gerrit.libreoffice.org/25198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [835de2917eb2941150edc38285e41488380323e0]

        Convert HYPERDLG_EVENT to scoped enum
        
        Change-Id: I8a0248bb91ee67596aa44d11ca862d2e127a65ad
        Reviewed-on: https://gerrit.libreoffice.org/25197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [eaba47bce44a373116b0583dc293c8c3238b7bea]

        Convert XOUTBMP to scoped enum
        
        Change-Id: I8d10cdc78ca73d86bdc9aa08fca591f6eb85eb9e
        Reviewed-on: https://gerrit.libreoffice.org/25196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Noel Grandin  <noel@peralex.com>  [c093af75202f6c9d8e6ae7d8e933b82da6f2c11b]

        Convert LIST to scoped enum
        
        Change-Id: Ia8a1dbf0277c553e8bd7b3a1da5b9f865f076608
        Reviewed-on: https://gerrit.libreoffice.org/25195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [20d38addcdd6e4dccd78f2f7ee18ab45a26dd7ed]

        tdf#89329: use unique_ptr for pImpl in frame
        
        Change-Id: I34256941b366e0a3d7c78818b6e8576f4a5669a2
        Reviewed-on: https://gerrit.libreoffice.org/25309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Zdeněk Crhonek  <zcrhonek@gmail.com>  [d374786a67372e88a226ac5aa04898d538b04f7c]

        add DMIN test case
        
        Change-Id: I6d7f8797609a466a8b01973a72453be27b6a1dae
        Reviewed-on: https://gerrit.libreoffice.org/25294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-22  Jean-Pierre Ledure  <jp@ledure.be>  [4b9c8b6682c7912fc4485baae3aa6ecb99fa0bb3]

        Access2Base - Long binary and char fields in database functions
        
        Review of Utils._getResultSetColumnValue()
        to include LOGVARCHAR and LONGVARBINARY field types
        
        Change-Id: Id1bd073a8f7d910377d7e1ecca96d682cd856946

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [1d38c10d5b98c3c2efb08a4685863e69205bfa68]

        tdf#89329: use unique_ptr for pImpl in bindings
        
        Change-Id: I57d06a0e534062259acdeb7ecb0aee71500dac2c
        Reviewed-on: https://gerrit.libreoffice.org/25304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [5ff0bef5caa0b310b8e177cef2cba4034661f8d0]

        tdf#89329: use unique_ptr for pImpl in dockwin
        
        Change-Id: Id5e2496d218d15ddc571ff49d4bf5b86fa4aae3d
        Reviewed-on: https://gerrit.libreoffice.org/25307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-22  Xisco Fauli  <anistenis@gmail.com>  [369ca1d72bc877c6ccce991c92ae1a246956ca57]

        tdf#89329: use unique_ptr for pImpl in basedlgs
        
        Change-Id: I02838652d59933218055a8a67ea3a865cd10c192
        Reviewed-on: https://gerrit.libreoffice.org/25302
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [56d2cab4704f079ca173d65619432665bc1a1c92]

        split GLWindow into platform dependent parts and move to respective backends
        
        Change-Id: I636d9bdac907000e4089aebdc5548ea89ec58083
        Reviewed-on: https://gerrit.libreoffice.org/25252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [29428a5979ecf37eca7eb690a6acbc2897122753]

        add DMAX test case
        
        Change-Id: I954b556df5f3423bd3219d4b09d7548b320077fe
        Reviewed-on: https://gerrit.libreoffice.org/25248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-21  Zdeněk Crhonek  <zcrhonek@gmail.com>  [fe17fd2aa662b7b535af3a7063d90c849d712cbb]

        add DGET test case
        
        Change-Id: I9291ecebd47828a42ebb1fda027cadbf3738bd56
        Reviewed-on: https://gerrit.libreoffice.org/25247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [db787d50d0f57753d2ca46755f681ed959d69ae3]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I9311a1fbe7e22780bd086ffeb5ca24476f3121b8

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [16ccc5b60ac709dd1fe5e693cd0b476709718b74]

        coverity#1213133 Dereference after null check
        
        Change-Id: I3f1c1c22a22aa8f2c464108ce82a8fcd57d9ec44

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [387e383b40f329e65b7c8136217403dddcecf6c3]

        coverity#1209589 Dereference after null check
        
        Change-Id: Icb08a505a547ff0b2fe49dcf4ff560d4718daffd

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [42fd75d4af0205e8eb3538060dc3a94b8e77fd3b]

        coverity#1362017 Uninitialized scalar field
        
        Change-Id: I7b13104ff579f9dd40dbc05245146440e55e7e18

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [5d4e68d51eecfbe37e17f59cc7f7f042c69a65e9]

        move glX stuff to X-only modules
        
        Change-Id: I8ca818dac72f0368b6af10c838603e63c7c85b1e

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [81283a891f274226113f6d136c251c2ba1538b4c]

        GLX_EXT_texture_from_pixmap path cannot be called...
        
        slideshow mbHasTFPVisual is always false since
        
        commit eccaf91ec9c50d42ce98c90abe2c129bedbbc60e
        Date:   Mon May 19 19:21:29 2014 +0200
        
            use VCL's OpenGLContext for 3D transitions
        
            Change-Id: I510518461eb8bc9669d0de2679c34c473f66b175
        
        and GLWindow fbc has always been null since that incarnation of opengl started,
        so even if mbHasTFPVisual was true it would crash.
        
        OpenGLHelper::GetPixmapFBConfig is *almost* the same as the old removed code
        for setting fbc, but if I use that then for me the transitions still don't work
        at all.
        
        Examining further shows GetPixmapFBConfig lacks the test for
        GLX_BIND_TO_MIPMAP_TEXTURE_EXT that the old code had.
        
        If I add than, then it "works", but examining *that*, reveals it only works
        because GLX_BIND_TO_MIPMAP_TEXTURE_EXT is unsupported on my rig, so the
        GLX_EXT_texture_from_pixmap code still doesn't get executed.
        
        I apparently can't test the original working configuration, and I'm not
        particularly interested in getting X working and I just wanted to make sure I
        didn't break that case, so...
        
        this removes the uncallable since 2014 code entirely rather than try to
        fix it.
        
        I suspect this may leave the cairo-canvas CanvasBitmap::getFastPropertyValue
        "1" branch now also dead
        
        Change-Id: I6727576056533fa54a4f82378954fb53891f5873

2016-05-21  Caolán McNamara  <caolanm@redhat.com>  [b8d163f4334424e78290eae49713e6ba2405b30f]

        Split OpenGLContext up into SalInstance specific classes
        
        which, at least theoretically, allows there to be vclplug
        specific ones. i.e. a gtk3 specific one which doesn't
        assume gtk3 is running under X
        
        Change-Id: I6c007a87abbd3049b6fffc70d349e3b7ac445eec

2016-05-21  Noel Grandin  <noelgrandin@gmail.com>  [da03b62bb4d44ad1410a4dff15f97bacd55fb99b]

        loplugin:passstuffbyref
        
        Change-Id: I60dd37a3dbac8b82c115290f2f3a9e8440a1cba6
        Reviewed-on: https://gerrit.libreoffice.org/25250
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-21  Stanislav Horacek  <stanislav.horacek@gmail.com>  [fcec7522c15c9c7c70244320b8e21380498322ec]

        tdf#97221 restore original message for failed check of update
        
        the message is not specific for server errors
        
        Change-Id: If282acfaefa4fc5843757dff730dd84ece528210
        Reviewed-on: https://gerrit.libreoffice.org/25217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f56fb307d59897a33aa425bde06fab22ab3f8d0e]

        add test for tdf#99947
        
        Change-Id: Ieede4a60587bf6a4d570761e0cf5fc59b74f9912

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97ecd865c64d9f2bbba7002e87595f3b7401063b]

        use CONV_XL_OOX for xlsx export, related tdf#99947
        
        Change-Id: Iff6ba46600a55a93eaa1f076b96bb18dec779f0e
        Reviewed-on: https://gerrit.libreoffice.org/25230
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f18a996409657a2f8f53cca1fad3c045f8f031ec]

        use correct separator for ScRangeList, tdf#99947
        
        Change-Id: I2ee291207e899e9d64879176714f12d56dc69112
        Reviewed-on: https://gerrit.libreoffice.org/25229
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [348c64e51593d42999a4130690377771b6bc9942]

        disable the test that crashes windows
        
        Change-Id: I8f0f4dbc6453d7b9e00aba1399231a83b01668c2

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f601e7673423e4c7b87047b4dcebfa58c82862f0]

        add the breakpad exception handler also for windows
        
        Change-Id: I85a297ff79d9216cf2329b642bf8fe0bfe3e6886

2016-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [238bb82f5975a9f80ddc52bd21b931a0f7f10f2b]

        add missing file for breakpad library
        
        Change-Id: I1e88b2c9d6ab91a43d03b3f87ba4e83842f2ac03

2016-05-21  László Németh  <laszlo.nemeth@collabora.com>  [785e530e836e98a58c51fd8cc19ba6871cd89769]

        fix bad index/assertion failure with line ending autocorrect patterns
        
        Test case: type "->" and press Enter in a new en-US text document.
        Result: crash or missing replacement of the arrow.
        
        Change-Id: I052ae868b6fe0b1e5557c40471d31a20bd1e5ca9

2016-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [31cfb242375c62e2ee5cbbf08eae7aaffb834dfe]

        starmath: These functions are used in local only
        
        Change-Id: I603be0a0890844019700f402ae79203ddc86c952
        Reviewed-on: https://gerrit.libreoffice.org/25186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [27b6cdb5ab5af33dbba561923c8db81e144c88b9]

        framework: avoid excessive queryDispatch calls
        
        Make better use of the css::frame::XInterceptorInfo interface, to avoid
        calling queryDispatch() pointlessly on interfaces that have explicitely
        opted out. Since that already broadcasts which urls we're interested in
        - so just don't bother calling entries who are not matching.
        
        Change-Id: Id5e780568fd60c38f4cee4ee800d747d65a31dae
        Reviewed-on: https://gerrit.libreoffice.org/25214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-21  Eike Rathke  <erack@redhat.com>  [ccf99226447e82b8b6ebb6167c5607d19913b091]

        document findings on external range reference handling
        
        Change-Id: Ib9f3bdb41d8fc8b3c370508675b39a331f5ba0a1

2016-05-21  Eike Rathke  <erack@redhat.com>  [01e76ceb2e22ccf9a61789aef1fe982332b777bb]

        handle external references in CompareMat() as matrix
        
        Change-Id: I1ab606bd1df0cea8ebbc14f70702423506bb8c70

2016-05-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e222946ce8890680eabc1573fdd0f3f00fdf6e06]

        add missing spaces to list of formats
        
        Change-Id: Ibecec5a7a0c3f6f0eaf258ad6dbf66869d59e975
        Reviewed-on: https://gerrit.libreoffice.org/25225
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [168648e9dc27a091a7ecaf012766f2c470bbfd84]

        remove double space in string of Slide Background content panel
        
        Change-Id: Ia3b8ec61bcf92e297b3650ba3617eb2f0580b7fc
        Reviewed-on: https://gerrit.libreoffice.org/25224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-20  Zdeněk Crhonek  <zcrhonek@gmail.com>  [b0c1f7c7ad691e4faaa32206067e3cbb36bcdca3]

        add dcounta test case
        
        Change-Id: If6f7a21d2a80e07d14c011bd5cf8978e287ec4fc
        Reviewed-on: https://gerrit.libreoffice.org/25199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-20  Eike Rathke  <erack@redhat.com>  [34e70369f571c78e4bb235470ce710f531e0d026]

        unit test for unresolved external references, tdf#93101
        
        Change-Id: I02d948206aeba56a8d825646eeef0fcbf6e9b505

2016-05-20  Eike Rathke  <erack@redhat.com>  [9512dd16c92231514b9a5df3891517861a882d73]

        handle svExternalDoubleRef just the same as svMatrix in MATCH
        
        Change-Id: Ibd2b6fcc2be85948a7e228494e4e388e79c1e9ab

2016-05-20  Olivier Hallot  <ohallot@collabora.co.uk>  [ca2f7eb2d729553b1e2be9c206c803c6f06e8ade]

        Fix CopyPasta in MAXIFS range description
        
        Change-Id: Ibbf97ec006f1fbe95eff189035b0ee4c70f5586d
        Reviewed-on: https://gerrit.libreoffice.org/25205
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-20  Eike Rathke  <erack@redhat.com>  [ccc49b79a8425138d46e7be2acf3ef43b5aa232f]

        use vector replication for single row/column arrays
        
        ... also in GetStringFromMatrix() and GetDoubleOrStringFromMatrix(), not only
        in GetDoubleFromMatrix().
        
        Change-Id: Idb4bd7d7ed7574cf80d2998d1e5bfa5a6015b833

2016-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4c53a6eaeea4cb69244b294e68aa19d4324b0ec]

        Updated core Project: help  f977f89d5e1bc34ef79f2d292e11c69fc22b2a7d
        
        Initial classification bar documentation
        
        Change-Id: Ieeff90ecf810e9e36e7f80815d57ccc0bc0e8067
        

2016-05-20  Eike Rathke  <erack@redhat.com>  [981ff6dfd8627981462ec7c10a8a74d636d3d0d5]

        always use GetNewMat() in interpreter context instead of plain ScFullMatrix()
        
        ... so error handling interpreter is set and im-/mutable flagged
        correctly.
        
        Change-Id: I3e2647b6e4a4f4bcfdf7264d6942844941ea6c6b

2016-05-20  Akshay Deep  <akshaydeepiitr@gmail.com>  [ca040d16d06fead95ad7ed8d10f5995fbade1219]

        New Template Manager
        
        1. Save Mode removed from Template Manager
        2. Context Menu for TemplateViewItems (Handled from LocalView for Local Repos)
        3. 'showAllTemplates()' replacing 'showRootRegion()'
        4. Filter Combobox for templates (Remembers filters also)
        5. Search Filter (Synchronized with Filter ComboBoxes)
        6. Removed Tabs from Template Manager
        7. Removed Buttons from TemplateAbstractView
        8. Unused GtkToolButtons removed
        9. PushButtons in UI
        10. Modal dialog for Import and Move (Works from "All Categories" now too)
        11. ContextMenu for TemplateSearchView
        12. Delete Categories(Folder) in Settings Menu
        13. Save As Template Dialog
        
        Change-Id: I88f6568c35271c17dbd7e6877d50119a8cfe4d60
        Reviewed-on: https://gerrit.libreoffice.org/24545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-20  Eike Rathke  <erack@redhat.com>  [365c4d8c60e89fd57a91f51ca51a8796fe91edd7]

        handle svExternalDoubleRef in all IS*() functions, tdf#93101 related
        
        Change-Id: I48813de703ea926b8828f4e262393f7643216989

2016-05-20  Eike Rathke  <erack@redhat.com>  [f053086fbc625fca8ba7b956738d33ba78a80f9b]

        handle svExternalSingleRef in all IS*() functions, tdf#93101 related
        
        Change-Id: I14181dd2dbb5d412e3dd165dcbf7468cb8ea8b21

2016-05-20  Tor Lillqvist  <tml@collabora.com>  [c42be58e4c006ab3e1f262b644789cba8659d0ab]

        Show the certificate use also in the View Certificate dialog
        
        Change-Id: I25ba55456be62307348eec529bfd434f8a90bac4

2016-05-20  Tor Lillqvist  <tml@collabora.com>  [2be281097fc0531a6a18835119ab406dfb8494d2]

        Add SAL_INFOs of the list of system and physical cert stores
        
        Change-Id: I5c232e72c4a7fc18bc0f7ea29a9c912bf71284ba

2016-05-20  Noel Grandin  <noel@peralex.com>  [2cf9772a3e06c156c7d0a79466db57ced7fe281d]

        loplugin:refcounting
        
        Change-Id: I5cb9297c44b076dfca2a37f234ba823ba217b507

2016-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [626f6cd534a3563bf854b32fd5f46cff65357929]

        Add initial CppunitTest_sfx2_classification
        
        Change-Id: Id896d10b8e735b4c95e14863428e4061326c3fbc
        Reviewed-on: https://gerrit.libreoffice.org/25193
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-20  Xisco Fauli  <anistenis@gmail.com>  [f88cf9129d5b81cf9dd380f63be87ba196121e42]

        tdf#89329: use unique_ptr for pImpl in svx/
        
        Change-Id: I6c252272feb9915b580b3525a606c26c19cbe773
        Reviewed-on: https://gerrit.libreoffice.org/25114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [7cffe9dd6440e0eb6a17c950b207f5fb669e8636]

        Convert STATE to scoped enum
        
        Change-Id: Id2bb63be495a50376dbaccf6eeb27a900fc2ac7b

2016-05-20  Noel Grandin  <noel@peralex.com>  [1e470313b81ba5249181c3d8ad7429b06dd7bd53]

        Convert TEXT_STATE to scoped enum
        
        Change-Id: I86822b99c81f1e6f2cd6a117f15fdc3d20d18495

2016-05-20  Noel Grandin  <noel@peralex.com>  [0593041d86e479981485644abfd56f94289270de]

        loplugin:unusedmethods in sfx2, SfxUnoControllerItem goes
        
        Change-Id: Ibbae76b45da924e44fb91dcb3548106e8b908fbf
        Reviewed-on: https://gerrit.libreoffice.org/25160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [dcea8c75d68ce19beffab08bb6682cf1743be66a]

        Fix typo in code
        
        Change-Id: Idc46b1973afc1a3af5b48d53b0cec1a6bb924c92
        Reviewed-on: https://gerrit.libreoffice.org/25184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-20  Gulsah Kose  <gulsah.1004@gmail.com>  [b12354a2de297f05dcdf4602290b56d64675006a]

        tdf#87668 Add control to show or hide "Original Size" option.
        
        Change-Id: I022ff86af2e480b061023aac50ff9f79fc6dbf9e
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-20  Eike Rathke  <erack@redhat.com>  [824cf015683383b553c744a746ac8e8ea65495cf]

        tdf#93101 handle svExternalSingleRef in ISERROR()
        
        Change-Id: I9e2a4aeb16d6777153d2f47a1c1af68fe2e97780

2016-05-20  Eike Rathke  <erack@redhat.com>  [2f94ff566f7827792175daedb92f12a7e61ad95d]

        tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix()
        
        ... including error propagation, and use GetNewMat() instead of a plain
        ScFullMatrix so the interpreter error handling is set up.
        
        Change-Id: I862c46f9afc2afd0bb2a23aa767158e0945583a5

2016-05-20  Eike Rathke  <erack@redhat.com>  [7de92ad48d8c4fe7a1f9fb24ef8afc7d8907788e]

        tdf#93101 propagate external reference error from refcache token
        
        Change-Id: I90491a7b18fddaddb3bbb4d7a3f8b9555b9b1198

2016-05-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [b5245993c0450b49607a352b642a1cc97031c29e]

        tdf#98852: Show text-specific effects when selection contains text
        
        This regressed as effect list(s) moved to sidebar, text-specific
        effects were simply always skipped even if it'd be relevant to
        offer them in the given context
        
        Change-Id: I2dc9cd360b462fb232573434da743e517661a6b8
        Reviewed-on: https://gerrit.libreoffice.org/25190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-20  Noel Grandin  <noel@peralex.com>  [6c785f65ea5cc961c0a079455973f3086731b2c9]

        fix KDE4 build
        
        after 72edb696 "loplugin:unusedmethods in vcl"
        
        Change-Id: I15d884b39b38da80bcf10ca81161d0dcb5683954

2016-05-20  Noel Grandin  <noel@peralex.com>  [4a8caa37fe83c389f4fd43219e8ea0f21f03c6fe]

        warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits
        
        in VisualStudio
        
        reported by Luke Benes
        
        Change-Id: I908039750a3e89e4d1b77631f7d309191735c765

2016-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5840c2787c61bcbb5401d2aa0fc9e163e303f76c]

        sfx2 classification toolbar: set state of all listboxes on status change
        
        With this the listboxes reflect the state of the document after load.
        This also means that the only difference between the first listbox and
        the remaining ones is the first one influences the UI as well, but
        everything else is implemented.
        
        Change-Id: Ibea0e2fbc431f7327342fd8c2a1d31c34b73d6a8
        Reviewed-on: https://gerrit.libreoffice.org/25188
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-20  Noel Grandin  <noel@peralex.com>  [72edb6967f245f0c99c6a61e0ce8d0a245600cba]

        loplugin:unusedmethods in vcl
        
        also drops the CairoFontsCache ref-counting, since nothing was actually
        using it.
        
        Change-Id: If05ecb054b6b8d97b0d3010185cf23c28390ec04
        Reviewed-on: https://gerrit.libreoffice.org/25105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [aad5eced795c60f873b67fe97baeefb9ef1bfef8]

        convert SC_COMPILER to scoped enum
        
        Change-Id: Ib8fdce056847b2b2514f61da18c106bb3e78631c
        Reviewed-on: https://gerrit.libreoffice.org/25079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [fd6e86572abf570c7b8f0618ff4779f213d7b279]

        Convert ID_LEVEL to scoped enum
        
        Change-Id: Icdb5f39329ddb94fc1a51e59c8ac99d2684f9cbc
        Reviewed-on: https://gerrit.libreoffice.org/25164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [9bbd828f81b9139dfeaf5e211d476f1b2f72e7c2]

        Convert PROP_FLAG to scoped enum
        
        Change-Id: Ia08a22cffa07c6c3a82497671d0e246fc5aa88a0
        Reviewed-on: https://gerrit.libreoffice.org/25163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [d09af095b52b0d9f2733ac139e6ced16837b8e4b]

        remove more linking noise from VisualStudio build
        
        Change-Id: Id6254b9b261e61e567ce3a557fa8e6cb30cfc3ae
        Reviewed-on: https://gerrit.libreoffice.org/25155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Noel Grandin  <noel@peralex.com>  [8a2149c1059c70d67b4897e8a7751cf028a5136b]

        clang-tidy misc-assign-operator-signature
        
        Change-Id: I2953a88d9e2f5923732865ef17615d5928ac5f5f
        Reviewed-on: https://gerrit.libreoffice.org/25154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b89a57aa5ac4faf59bc1e13eb1e0cad9933bacc]

        writerfilter: use '= default;'
        
        Replace default bodies of these trivial special member functions. Also
        remove RTFSprms::operator=() as it matches what the compiler would
        generate anyway.
        
        Change-Id: Ib5e30dfdd9b428a6d7800cec056c3f55ca92f4a4
        Reviewed-on: https://gerrit.libreoffice.org/25187
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e02d0871471261df63d3d7fa8326f0fd18226922]

        Fix typo in code
        
        Change-Id: I71ede9bf7d3f7de236dd161f30b36f52efec2c56
        Reviewed-on: https://gerrit.libreoffice.org/25185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb69665923c819b9ab53ed7a634b3b698bdc7ea0]

        sfx2 classification toolbar: add select handler to all listboxes
        
        And also fill them up. With this, it's possible to set all policy types
        in a document.
        
        UI still reacts to the first listbox only, but File -> Properties shows
        that the other types are also set correctly.
        
        Change-Id: Ibf41ad7ea54819a4d149bce8e5f4d72b02f8d635
        Reviewed-on: https://gerrit.libreoffice.org/25176
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-20  slideon  <adamkasztenny@gmail.com>  [7b704dfbdb23540ff6366fa60c73474bbda9dc26]

        Add test for checking the color of characters and paragraphs
        
        check_change_color.py only checked for page-related colors previously.
        
        Change-Id: I3b188db34c1f43ed6ed977f792615bb6646fbcce
        Reviewed-on: https://gerrit.libreoffice.org/25183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-20  Eike Rathke  <erack@redhat.com>  [6821ad076c276b997c44520fd700817566a718c5]

        Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to do
        
        i.e. subtracted nMaxRow from MAXROW that is set for entire column
        references, resulting in row 983040=1048576-65536, instead of doing a
        modulo operation.
        
        Also, entire column/row references are now untouched so they still
        reference the entire column/row.
        
        Note that in Excel BIFF8 an absolute addressing of row 1 and 65536 means
        entire column, so B$1:B$65536 saved and reloaded results in B:B, which
        may be unexpected.
        
        Change-Id: Iae65d47ba937b9ade95e4ea1be98012b80e1c9db

2016-05-19  Zdeněk Crhonek  <zcrhonek@gmail.com>  [195ad648cf284384e82fa727442fa98b6e86e792]

        add daverage test case
        
        Change-Id: Ifec16ce8281c3f9d426784a8c3becdbc432831aa

2016-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1eb998f88e44739e46f4e36e1798a5196accbd0d]

        missing component for calc function test
        
        Change-Id: I2584b2504d66ca345c2669ad0291dd13c186c594

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [3009c97aa31bad369a9de14e7d0352dff0d7bd79]

        loplugin:stringconstant
        
        Change-Id: I30520ef862d5c925d1f5c236fb37aa719005bb49

2016-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a4ae9b147d0a83b811836757e9634a884260cee8]

        tdf#75757: remove inheritance on vector (SwTableBoxes)
        
        - move SwTableBoxes::GetPos(..) up to SwTableLine::GetBoxPos(..)
        - SwTableBoxes is empty over plain vector then, make it an alias
        
        Change-Id: I72420d4fe1042a713d3e82f3df66f18ccbfca3f6
        Reviewed-on: https://gerrit.libreoffice.org/25166
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [ad1a9797d15f7d9a78d9948963d57a91dc6c0935]

        Revert "loplugin:staticmethods"
        
        Accidentally pushed.
        
        This reverts commit c2aa62f4430cdaa1ddcca555359e787c77d14f16.

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [cf377db60e94ddd28729c12c52452bcb06a93d6e]

        Add column displaying intended usage to certificate chooser
        
        The names for the KeyUsage bits defined in RFC3280 are stored in the
        .ui file for localisation
        
        Change-Id: Ia2cbfd28c8a5df6c94d4926fe98ea7048ff41dde

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [c2aa62f4430cdaa1ddcca555359e787c77d14f16]

        loplugin:staticmethods
        
        Change-Id: I2adeabddc80a69ad7b9080119b2c2b32ad917f4b

2016-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [16a8a52c84b8fd0c062fe8915838e2fbcd730cdf]

        sfx2 classification toolbar: add listboxes for all policy types
        
        Previously only a single listbox was shown, but
        SfxClassificationPolicyType has 3 elements.
        
        Change-Id: Id51b73467ff4e85a1cef3e1aa71f636ae7c7afb9
        Reviewed-on: https://gerrit.libreoffice.org/25161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-19  Eike Rathke  <erack@redhat.com>  [2d3f0f2dade850af8b7e179bcc076f1ba543bfbd]

        mention purpose of FLOOR.XCL() and CEILING.XCL(), tdf#99856 related
        
        Change-Id: I57c0c13a43dd790cf092c384429bcb8772babd5a

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [5e0bdb52e9411dda2cd1086005b469fd833dca9f]

        Make X509Certificate_MSCryptImpl::getCertificateUsage() actually work
        
        According to MSDN, calling CryptDecodeObject() with X509_KEY_USAGE
        fills in a CRYPT_BIT_BLOB struct, not a CERT_KEY_USAGE_RESTRICTION_INFO
        one.
        
        Avoid potential complications of using CRYPT_DECODE_NOCOPY_FLAG.
        Instead, just follow the normal pattern of first finding out the size
        of buffer needed, allocate a such buffer, and then call the API again,
        passing that buffer. When called without CRYPT_DECODE_NOCOPY_FLAG, at
        least, it's what pbData points to that contains the usage bits, not
        the pointer value itself.
        
        Add SAL_WARNs for cleartext error messages in all error cases.
        
        Change-Id: I9b9f7d08d6013753d127c723dedd959109a85c97

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [b030ba2e13a02c231783966b23ded76247bb9690]

        Resolve: "TODO(Q1): Make GetSystemData method virtual"
        
        and remove the casting silliness, allowing the removal of
        cairo_cairo.?xx
        
        If anything is to go wrong I'd guess it'll be the windows directx stuff.
        
        Change-Id: I3e22c07b9c26ade9b27a245fdd8408de540643f4

2016-05-19  Takeshi Abe  <tabe@fixedpoint.jp>  [ab25d7cfec956b6c31551ee5c00bd6bcae4b0bb5]

        starmath: Assign the proper token to SmTableNode
        
        ... for a similar motivation with b43b79648f4fbcd815092268d1b7a5af9e278f52.
        
        Change-Id: I9fc42fc8e34958295eeec5759c072c8259fc38b6
        Reviewed-on: https://gerrit.libreoffice.org/25122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [aea9c5ecdc17dbc15497afa4b6202f8af8a1a6d5]

        rename to two GetSystemData methods to find all call-sites
        
        anyplace calling GetSystemChildSystemData on a SystemChildWindow is definitely
        right
        
        anyplace calling GetWindowSystemData on a Window *might* have intended to call
        GetSystemChildSystemData on a Window casted back to an underlying
        SystemChildWindow.
        
        Change-Id: I7dcf3a50d0b7ed29bc08cfdb15cc0dcb86be8fa7
        Reviewed-on: https://gerrit.libreoffice.org/25158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [2383d557e5751387451cefa33516736228429137]

        clang-tidy misc-unused-alias-decls
        
        Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124
        Reviewed-on: https://gerrit.libreoffice.org/25075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [a656be64e21fd0ec5e12d34a47e2daf777e04b9b]

        clang-tidy misc-unused-raii
        
        Change-Id: Id97291511efbaa304f25da3ae5700604b574d165
        Reviewed-on: https://gerrit.libreoffice.org/25027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [874431bcd18ea08269f03831486f3f3b749eee36]

        loplugin:unreffun and loplugin:nullptr
        
        Change-Id: I0b8e094d5f5db4b9add46894c4a606256c2d6904
        Reviewed-on: https://gerrit.libreoffice.org/25159
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [f70540c4a58fd81c5a24c535aa4038c0fa8a02d3]

        another one in older kde of course
        
        Change-Id: I90ac5d2e57fcce0318b0ea8ea60226c76d1ee532

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [6d65d57ddc04265a7e68a44f2eb9a8ae6e0776d2]

        GetSystemData: this cast achieves nothing
        
        SystemChildWindow has the dubious GetSystemData non-override,
        but this is a SystemWindow and the case is a static_cast, so
        just drop this meaningless cast here
        
        Change-Id: Ib11b522eff2646f39deb1152bf3e3096dd654db5

2016-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f6ae2c3f1928f2962c70329595fd7a5e88fdc84]

        sfx2 classification toolbar: add a label next to the listbox
        
        This is in preparation of adding two more listboxes; they would be
        confusing without matching labels.
        
        Change-Id: I7c1d880458a74d25463c60f9cfbf30f0a00f6442
        Reviewed-on: https://gerrit.libreoffice.org/25149
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-19  Noel Grandin  <noel@peralex.com>  [04ddc7b3d7b22721dd311a24ddd9822342120981]

        loplugin:unusedmethods in svx
        
        Change-Id: Ia22e8b55d263224dbb85169b6165a5c116e163aa
        Reviewed-on: https://gerrit.libreoffice.org/25088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [6a20f95fc9912f54f5817119749940d5dcf4fe90]

        loplugin:staticcall
        
        Change-Id: I6702cd329aa5931f3edbf67257f4b7db79000f32

2016-05-19  Maxim Monastirsky  <momonasmon@gmail.com>  [373ef6eeb026a03b2198c3517d23daf282189702]

        Revert "tdf#35208 Allow choosing encoding for old Excel files"
        
        This reverts commit 4f1ce46b8d65360436e09750242101b566e6186c.
        
        Change-Id: I4b93ef8233f172935e72401ec51abd3d4c8a9fac
        Reviewed-on: https://gerrit.libreoffice.org/25152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [7415b7d4e594c75708ca19a2b21fe9b09136498d]

        Document getCertificateUsage better
        
        Change-Id: I8262133fa2cb759dd8f203b3399dc8865346c884

2016-05-19  Khaled Hosny  <khaledhosny@eglug.org>  [1a140de1f8b02759288adc33a64d35b0a0806600]

        Try to stop the tinderboxes from spamming me
        
        Change-Id: I6ee66973b08604d619dc49cf699d1d1219f54820
        Reviewed-on: https://gerrit.libreoffice.org/25151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [9ae808c190ddf94856cdfa16acef8cdd5d8f91a4]

        merge duplicate code
        
        Change-Id: Iac8f5e9596300bbaaa4b2ce6c6fc4d11793745a5

2016-05-19  Noel Grandin  <noel@peralex.com>  [e9af29ba8328cad918c5146e3cb1be0a72ebd791]

        loplugin:unusedmethods in writerfilter to xmloff
        
        Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099
        Reviewed-on: https://gerrit.libreoffice.org/25148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [e94deb06391f516ee9c1fa019b3521e222a5615b]

        First cut at adding sax2/ unit tests.
        
        This is a first-step towards implementing the legacy parser using
        the XFastParser.
        
        Change-Id: I37fc0419dbef1d6f067e45e0b1f2fd6051fb158d
        Reviewed-on: https://gerrit.libreoffice.org/24883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Caolán McNamara  <caolanm@redhat.com>  [c70a5937e3a2057886c01bc78ac5a6b42e8c702d]

        gtk3: for x11 case set Display and Visual so opengl slide effects can work
        
        Change-Id: Ib354a3bc0e2069117717068d7cfc02623765a6fa

2016-05-19  Noel Grandin  <noel@peralex.com>  [3fae8c02855360c4573932ae0f518a45658cfbe5]

        loplugin:unusedmethods in sfx2
        
        Change-Id: I90e2c0a0091843aee16931382d125a4328ac69fb
        Reviewed-on: https://gerrit.libreoffice.org/25125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [b3ff2f450f2e20af8e8f77515ad0615106859292]

        loplugin:unusedmethods in slideshow to svtools
        
        Change-Id: Icf0056e13c88d7d347e668adaeddd4ed72af85cf
        Reviewed-on: https://gerrit.libreoffice.org/25141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [d4d2fc24793960a07275e49706b90928b4a0c764]

        clang-tidy modernize-make-unique
        
        Change-Id: I550bb69ddcef69906027516ccde62cf8e87c295b
        Reviewed-on: https://gerrit.libreoffice.org/25138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [71b74f8fd1fc84cf92dddeab02647b8b765d0d4a]

        CppunitTest_sd_uimpress: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I173cec0fc3ca9d8501537f38399ef034bde1482c
        Reviewed-on: https://gerrit.libreoffice.org/25129
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-19  Oliver Specht  <oliver.specht@cib.de>  [7b24f21a46d8f9321434e40e6f9821df0ed2e2d3]

        tdf#98985 create merge results at the right time
        
        When using mail merge toolbar the resulting documents are now created
        on OK in Save/Print and Send dialogs.
        Additionally the 'To' is set in the save dialog and the
        MailMergeConfigItem ist not deleted twice anymore.
        
        Change-Id: I21f1f49d8bbd40c11b6f771e15b89e0f6c4bc87a
        Reviewed-on: https://gerrit.libreoffice.org/25104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-05-19  Tor Lillqvist  <tml@collabora.com>  [5cf5dc32202e2b785f5a7979a16da3b2a35dee5f]

        loplugin:defaultparams
        
        Change-Id: Ib3d2367fc5c0e97b269e6a4b18f85c20ca89221e

2016-05-19  Noel Grandin  <noel@peralex.com>  [35b3ae2ceb6e647c44f1a8adc9d7b0548a3ca383]

        clang-tidy clang-analyzer-alpha.core.IdenticalExpr
        
        Change-Id: I110d8d63d5a6657c18aba97227c046027eb8f7f4
        Reviewed-on: https://gerrit.libreoffice.org/25086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [b73f45ef0bf3230275c11fc9c70c22625332b695]

        loplugin:unusedmethods in sd
        
        Change-Id: I27da3e7afd86217ec9f75958775da9c144d7a0a5
        Reviewed-on: https://gerrit.libreoffice.org/25111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [727d4dbebaf947593ce5caae6915238c8c4f3da2]

        loplugin:unusedmethods in package to rsc
        
        Change-Id: I61c6f56a69891d656a41d3617d0ce2b34d848c84
        Reviewed-on: https://gerrit.libreoffice.org/25108
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1]

        loplugin:unusedmethods in l10ntools to lotuswordpro
        
        Change-Id: Ibda82734821f3faa9388f7508e6a3e39e5b5007d
        Reviewed-on: https://gerrit.libreoffice.org/25106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [65bfed2bdb92b336ed64ac9d9fb1e7ace047885b]

        loplugin:unusedmethods in unotools
        
        Change-Id: I5729c2a20dd5fb310570cb9e4bb0e0874dbc8049
        Reviewed-on: https://gerrit.libreoffice.org/25102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [239cba2b06bc7894270aa68e381cc06a9d52773c]

        loplugin:unusedmethods in ucb/ucbhelper
        
        Change-Id: I2935904e2cbecec6c928f4cbc88979bc2d1a40f8
        Reviewed-on: https://gerrit.libreoffice.org/25090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Noel Grandin  <noel@peralex.com>  [581e4da5847733a0e87d5ff9cd1c9f2b9fa471fe]

        loplugin:unusedmethods in tools
        
        Change-Id: I26a4ce6e849615d6d24632650ca03c40ab16502e
        Reviewed-on: https://gerrit.libreoffice.org/25089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-19  Jan Holesovsky  <kendy@collabora.com>  [0a17332884db7a999df7190e674cfe2ecc0069c6]

        Fix unnecessary indent.
        
        Change-Id: Icf60f59e997afba28ac5115f7d7c4709a3f11a4a

2016-05-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [53e6e3242066d821d48bffb7c53b6aae51fbeb24]

        Add "GSoC" to technical.dic
        
        Change-Id: Ic1702feabf2d6162bcd95cdc0987351d77dd7358
        Reviewed-on: https://gerrit.libreoffice.org/25124
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [32180be989695e1f379749dcbb76f46dee66b682]

        remove leftover comment
        
        of commit 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae
        
        Change-Id: Ic3847bf36666de598f79d19c1b28ff0f8a4881f0
        Reviewed-on: https://gerrit.libreoffice.org/25123
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [313426e466ea36dccd20d22104000dee340e501e]

        tdf#99926 Add "Save as template" to Save dropdown
        
        Change-Id: Ia594e69e46253eb2db4fcf27ca108323a3d45f5f
        Reviewed-on: https://gerrit.libreoffice.org/25113
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e480b2cf3e362760de8e35cbb950104e47ebe7ec]

        opengl: track the state of blend, DrawArrays on OpenGLProgram
        
        This adds tracking of GL_BLEND and glBlendFunc which are usually
        set when setting up the current draw call on OpenGLProgram with
        SetBlendFunc method.
        
        Until now the final draw call (glDrawArrays) was called outside
        of OpenGLProgram. This is a problem because we need to know if
        we did call SetBlendFunc or not between when we used or reused
        the current program. So we added DrawArrays to OpenGLProgram and
        refactored all draw calls in OpenGLSalGraphicsImpl to use this.
        
        From now on glDrawArrays should not be called directly but always
        through OpenGLProgram.
        
        Change-Id: I530b4b948af8a962669a3751e1a95ff3986ffec9
        Reviewed-on: https://gerrit.libreoffice.org/25083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-19  Matus Uzak  <matus.uzak@gmail.com>  [bd3ed061de068a03a7c75f093c9a9bd7b6f3ba57]

        tdf#49561: PPT import: Avoid to override formatting from StyleTextPropAtom
        
        Change-Id: Id874cb369b08eb7f8226413c6541fe6cd18eceaa
        Reviewed-on: https://gerrit.libreoffice.org/24662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-19  Akash Jain  <akash96j@gmail.com>  [ac47f00f57ceee1d759393321b87477fa094b111]

        set aChar using iterateCodePoints
        
        aChar was being set using the operator [] which didn't return the
        whole character codepoint. This is a issue when the character is
        represented by a combination of more than one code unit
        
        Change-Id: Ie5174b955c5a9ca8f37058f84fd43a317b40c666
        Reviewed-on: https://gerrit.libreoffice.org/24992
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2016-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c82eaeee06089c323d40695b722f4ee9432f2db]

        somewhere I lost the filename
        
        Change-Id: Id806b0a9824c8f65dd8afa06bbbb93af60e24c57
        Reviewed-on: https://gerrit.libreoffice.org/24028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2dcd1ae04c599025267f74edc298707ef6f94c0d]

        update the location for breakpad as soon as we have access to profile
        
        Change-Id: I33b29c06fdc9ec9b6d4c7d5f1b6db6024f39e92e
        Reviewed-on: https://gerrit.libreoffice.org/24027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [389d8db4d90d427f886d06c3f7304ad973f0d39c]

        add some spaces to make it easier to read
        
        Change-Id: I2eb1c74bc0d91d3a12a66989b696fccbf1d2825e
        Reviewed-on: https://gerrit.libreoffice.org/25117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-19  László Németh  <laszlo.nemeth@collabora.com>  [c0aba6918a8c613d1e4d70ddf9c3be346e34cf4a]

        extras/: fix Hungarian word lists
        
        - WordExceptList: add official "MSc", "BSc" [§: Ftv./CXXXIX. (2005)]
        
        - DocumentList: remove _1, _2 etc. replacements to avoid of
          unnecessary conversion of URLs, file names etc. (:_1:, :_2: are
          still supported).
        
        Change-Id: I96500aa17d80e05fdb04ec2973a033e9bc767c26

2016-05-19  Eike Rathke  <erack@redhat.com>  [a2e591e26549294cdb07eb685d4069343404d898]

        Resolves: tdf#86502 split formula groups referring bounds shifted into
        
        So references can be updated or invalidated individually when deleting
        cells with shifting cells up or left.
        
        Change-Id: I03a57e94cf0fa9bb0716ffec21960e85ad5c7094

2016-05-19  Maxim Monastirsky  <momonasmon@gmail.com>  [4f1ce46b8d65360436e09750242101b566e6186c]

        tdf#35208 Allow choosing encoding for old Excel files
        
        Lots of BIFF2-BIFF5 files out there don't have CODEPAGE
        record at all, or have one with a wrong value, and/or
        FONT records with wrong charset value.
        
        To solve that, this patch adds a new "Choose Encoding"
        entry to the file picker, so that users could specify the
        encoding to use for a given file, instead of relying on
        the information that might be present (or not) inside the
        file. It can be also used in headless mode,
        e.g. --infilter="MS Excel (encoded)":61
        
        This doesn't affect BIFF8 import, nor the default behavior
        when not explicitly using the "Choose Encoding" entry.
        
        Change-Id: I89d850d7679b81bd399044478fac7a02e8b7680e

2016-05-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [90891602fc826d11985910fc8e892706cd419539]

        limit scanf string field width
        
        Change-Id: I9070bae914d923171b6eaf8209de00922dc87be7
        Reviewed-on: https://gerrit.libreoffice.org/25052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [77eaa0e4f3727a06a03a0c92b83e9fe2f6a2efb1]

        tdf#99935 Fix rulers visible state
        
        regression of 5e54d9e9bc856520808a446f20575e29a50d017b
        
        Change-Id: I7dd032a7bf29ce8387d880c103852846e743b2e7

2016-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed4410850af1e62a27db10d5f15ad98c50dedce5]

        add test for tdf#88657
        
        Change-Id: Iaa1fdac2afd17a9ef5fc67bc8bdde6f4690a04fc
        Reviewed-on: https://gerrit.libreoffice.org/25115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc29ace3438eea09afe3ddbb5118458cbb531b06]

        better fix for memory leak around calc header-footer UNO objects
        
        Change-Id: I396a2c57b38623d82fe973ad8d53f08b1b480e2e
        Reviewed-on: https://gerrit.libreoffice.org/25116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-18  Eike Rathke  <erack@redhat.com>  [6a0081642633eb406059295b90fd0c9b0cd1130f]

        add Vim C-indent options to C/C++ template modeline
        
        So we get those at least for new files.
        
        Change-Id: I33b3dcc55a94802c139d8747683a64854e64ad9c

2016-05-18  Szymon Kłos  <eszkadev@gmail.com>  [83e400de42d71ef6fbd007100eecfb46162c3002]

        tdf#99925 temporary fix, hide the notebookbar in the start center
        
        Change-Id: I1fcf89d59a0f69a565beea1b2da900c2a9394d82

2016-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbd6e694a8675fd915dbfbd6b7113eb461739fcb]

        sfx2 classification: allow storing one category for each policy type
        
        The ClassificationApply UNO command already had two parameters, a Name
        and Type, but the underlying SfxClassificationHelper::Impl could still
        only store a single SfxClassificationCategory.
        
        Change it into a map, so it can store multiple categories, one per each
        policy type.
        
        Change-Id: Ic98d939c18092aa3764af2e57828cdbbc2645844
        Reviewed-on: https://gerrit.libreoffice.org/25087
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [1ea14bb0bbb7ca79c0a60a1041243bbebda31e18]

        Resolves: tdf#95620 crash in presentation wizard
        
        possibly a regression from VclPtr or maybe from
        VclBuilder, or a bit of both.
        
        Change-Id: I46acf07e219334547429da7b2983d5be9cdb6ef8

2016-05-18  Noel Grandin  <noel@peralex.com>  [d59125638bf4c58507d4311f614abc429c7b3b8d]

        update unusedmethods plugin to ignore externC and copy constructors
        
        Change-Id: Idf7a9403d313ba6a0e031c59601e20c880b6118b

2016-05-18  Eike Rathke  <erack@redhat.com>  [48d0affa114d6838c0e99f3f3588dd611a4a2b72]

        Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for Calc
        
        Change-Id: I29906de6a4075b7de82bd6e16560b56b9b648e91

2016-05-18  Rishabh Kumar  <kris.kr296@gmail.com>  [fe3d9ac20b0f27b8beca7e54efa8ba571e76101d]

        Addition of new controls and their rearrangement in gradient tab
        
        1. Addition of increment spin box and slider in gradient tab.
        2. Addition of slider for border controls in gradient tab.
        3. Rearrangement of controls.
        4. Removal of gradient controls from Area tab.
        
        Change-Id: I56c3767a0d54990338982cd45ed10a10dd8a94c1
        Reviewed-on: https://gerrit.libreoffice.org/24910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [cc03133e1b719ad6ae3885f2eca519196843f2c4]

        refactor this repeated code into a single method
        
        no logic change
        
        Change-Id: I362d888323bb22ded7812147811efbebce933564

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [db00223e6d3132eac9603e5dabd20cd03f599cb3]

        Related: tdf#99523 select only the desired slides
        
        when selecting the same slides in the document as are
        selected in the slide pane, don't forget to unselect
        any slides already selected in the document.
        
        impress is nuts in carrying around two selection
        mechanisms.
        
        Change-Id: I97d744c1c57b68dc312a17a5cd5290e1b6ccf083

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [bb3671180eb7327be9ac178e0d8341322f63d72a]

        Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...
        
        which is called for removepage, insertpage *and* change page number. e.g.
        ctrl+shift+end and similar *move* the page, in those cases not removing before
        adding results in duplicate pages/slides in the list, causing inconsistencies
        on what gets selected on undo
        
        Change-Id: I7e0a0231e90a77adea03619a0dd92ddbbcbba442

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [a0de7474400ae0a84daf688de12c9344d028df93]

        move the KeepSlideSorterInSyncWithPageChanges to a level lower
        
        so that is a SlideSorter is present it is kept in sync on
        undo/redo. regardless of whether focus is in the SlideSorter
        or in the main shell.
        
        Change-Id: I11b3333b4447a6020862092e89e9a89de1768f87

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [e226c19e9136dda366c1485a9d53a0c5d433387c]

        give this tremendously useful snippet a descriptive name and de-duplicate it
        
        This is the magic smoke which sets the right selection on an undo of move
        slides when the slidesorter has the focus. If the main shell has the focus
        then the undo doesn't reselect the original slides like it does when this
        artifact is in the mix.
        
        Change-Id: I5ebe0195225136bfaf81e28ad4ba8e9ec431cc22

2016-05-18  Noel Grandin  <noel@peralex.com>  [27fd3c4e66c079a0b19a5ff0ff1bf25caaa9b637]

        update vclwidgets loplugin to handle VclReferenceBase
        
        Change-Id: I447cdb8c65d880b3c5ff28b35cefdc56ff784852

2016-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ceaa06bc7153387238eead0a69d874ed35241793]

        tdf#82073 RTF import: handle \clcbpatraw
        
        Quoting the RTF spec: "Same as \clcbpatN for use with table styles."
        
        Change-Id: Icdb89bac5b41036dadb1901f18aeb21ef2512908
        Reviewed-on: https://gerrit.libreoffice.org/25077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-18  Phillip Sz  <phillip.szelat@gmail.com>  [1dec3cb29bd7ec028d6b2139d0199225b5cf5d67]

        find-german-comments: let's use python 3
        
        Under python 3 we must use bytes.
        
        Change-Id: I86d2a875f4e06a9cb9724d86348f420bb8ea19e9
        Reviewed-on: https://gerrit.libreoffice.org/25084
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-18  Noel Grandin  <noelgrandin@gmail.com>  [21a68e1745dec1f4c4fd5b90d3a58000ed11c324]

        convert TAB to scoped enum
        
        and rename the SID constant to something more meaningful
        
        Change-Id: Ic07888936df3d537158fd2fb671b0df11350d676
        Reviewed-on: https://gerrit.libreoffice.org/24986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-18  Noel Grandin  <noel@peralex.com>  [2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae]

        update unusedmethods plugin to deal with constructors
        
        and fix the operator< implementations in some of the other
        plugins too.
        
        Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035
        Reviewed-on: https://gerrit.libreoffice.org/25057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-18  Eike Rathke  <erack@redhat.com>  [4e59eecc077d27dd9762e7c890b2aaf92a212959]

        add D.M.Y date pattern to Gaelic [gd-GB]
        
        Apparently people don't like to use the defined D/M/Y form.
        Per request of Michael Bauer.
        
        Change-Id: Iea85fb142f97b6a26c9c2f535176bc96ef6af5b5

2016-05-18  Phillip Sz  <phillip.szelat@gmail.com>  [95fecb5f6df6e7be917cc7cd14fe705b4a08a21d]

        find-german-comments: make it work on arch
        
        Make this script work on systems, where python3 is default.
        Also give it a better coding style.
        
        Change-Id: I09bf72298c2a736266f1bdfc8572cc3e65d7d3d9
        Reviewed-on: https://gerrit.libreoffice.org/25068
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-18  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [7eb86f35537aa9fc1b861c8880e474b369870937]

        Inlucde TableStyles in GetStyles test
        
        Change-Id: I8df7cb9baf2359c632bb2a23ed5f3e6eb0f6577c
        Reviewed-on: https://gerrit.libreoffice.org/25058
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff42ad90bae398285eb630c34be230a4f0619d68]

        sfx2 classification: add Type parameter to the UNO command
        
        So that sc/sd/sw doesn't have to hardcode
        SfxClassificationPolicyType::IntellectualProperty.
        
        Change-Id: Ib7c2376622ecaa8c7fc8401cec2ba16d12b8b8d2
        Reviewed-on: https://gerrit.libreoffice.org/25078
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [433cb02f88c75428fe5a34ca090fd43ae1cc855d]

        tdf#95954: Reasonable background for roadmap widget
        
        also move setting control font/text style to ApplySettings func
        
        Change-Id: Iec71ebb42424e0d29fb5c5e155773b61bfcf2313
        Reviewed-on: https://gerrit.libreoffice.org/25054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [4c9799d809ec99d5eef610ce2311c25f694e7a74]

        add CVE-2016-0168 examples
        
        Change-Id: I35d4c6755c1b67cfa8f4ecc4a38e10bc17d173ea

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [c9f20a6db6fe11ac5b225ff3d45d9e72b4064669]

        add CVE-2016-0169 examples
        
        Change-Id: Iba85c7cdb10092ef2377b9bd8c20879f888f46a6

2016-05-18  Caolán McNamara  <caolanm@redhat.com>  [44ba6f851884ac0ba64cc7ab5d04ccdf6c7b467e]

        add CVE-2016-0170 example
        
        Change-Id: Ie68f91b324c695a57a74a5a81748056a7e03191e

2016-05-18  Aron Budea  <baron@caesar.elte.hu>  [333cac48ad947da8d90ba8ad68d799f98fa30878]

        Updated core Project: dictionaries  2c83becf155a7e4303257891efea1c3e55465b08
        
        tdf#90786 Bundle license file, and update Scottish Gaelic dict to 3.1
        
        Files taken from extension Scottish Gaelic Spellchecker.
        
        Change-Id: I86df3bb532a13862cff2c1d0ea49042e279a15ec
        Reviewed-on: https://gerrit.libreoffice.org/25036
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [11f27739ffb0f069a145e411b2ae6b6fb5e16f7a]

        sfx2 classification: specify policy type when setting a category
        
        This will allow specifying multiple categories for multiple policy
        types.
        
        Separate storage and .uno: command support is still missing, though.
        
        Change-Id: I47f6ac2e2b0ba2632b32349e4e004ffade05784a
        Reviewed-on: https://gerrit.libreoffice.org/25064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-18  Noel Grandin  <noel@peralex.com>  [45ec74a080e17fc1b521d009d9a5a630a6434bab]

        convert NAV_STATE to scoped enum
        
        Change-Id: I855a320884c42807fadf9ce42adc0ece8c65ce1c
        Reviewed-on: https://gerrit.libreoffice.org/25067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-18  Noel Grandin  <noel@peralex.com>  [397f567ebc5f216c39d75e0b37137bc17c8d46f1]

        Convert UPDATE_FAMILY to scoped enum
        
        Change-Id: I75dcf0ddf82e0bc8677a66f953f6cb0fdd626990
        Reviewed-on: https://gerrit.libreoffice.org/25066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-18  Noel Grandin  <noel@peralex.com>  [d96c114171dada05caffd9a50f870809ebd0c450]

        clang-tidy modernize-make-shared
        
        Change-Id: I3fa866bfb3093fc876474a9d9db29fe05dc2af3a
        Reviewed-on: https://gerrit.libreoffice.org/25056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [70aa5799336de6cbd1d964e2e9a176b44d438db2]

        starmath: Remove obsolete TG::Discarded
        
        which was originally TGDISCARDED until cc1a0ba927ad6f85103059aa8e6108017f436304,
        and its usage was gone with 9adcd261054a0e99ae032be5e7428e28a6663975.
        
        Change-Id: Idb01f30b7b140b17deead7c5a83128fa1f3bdf4c
        Reviewed-on: https://gerrit.libreoffice.org/25074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [378576a9082d64f0ae2becae8a7e2528999bd7a5]

        Convert ATTR_* to scoped enum
        
        Change-Id: Icbf19ca281c260ba0795c7a8e5745d1e603ac8a5
        Reviewed-on: https://gerrit.libreoffice.org/25050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-18  Khaled Hosny  <khaledhosny@eglug.org>  [f688acfdae00ebdd891737e533d54368810185e1]

        Try to fix perf regression in HbLayoutEngine::Layout()
        
        Regression from 1da9b4c24e806ad2447b4a656e2a7192755bb6a8. We should
        cache the break iterator as creating it is pretty expensive.
        
        Change-Id: Id9bbe9aa9835d1b38bc7c8219464ee9c62335325
        Reviewed-on: https://gerrit.libreoffice.org/25073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-17  Susobhan Ghosh  <susobhang70@gmail.com>  [bdcb496858a7d37e7d24436dcededa8613469df0]

        tdf#88502 Added error box to denote connection errors instead of progress bar
        
        Change-Id: I8217fa487ed58f5d396e8769c76dd2d16f390472
        Reviewed-on: https://gerrit.libreoffice.org/24757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-17  Eike Rathke  <erack@redhat.com>  [6c98575877a64ca7afeb98c5d20e27ba47c14485]

        change Gaelic [gd-GB] QuotationStart to U+2019
        
        Which is "’" RIGHT SINGLE QUOTATION MARK but due to Gaelic use of '
        apostrophe as in a' d' the activated AutoCorrection in an otherwise
        English context turns it into a typographic left single quotation mark,
        which looks odd.
        
        Per request of Michael Bauer of the l10n team.
        
        Change-Id: If6b542636aad2a05b6f4b58f354b96becbf5f8dc

2016-05-17  Khaled Hosny  <khaledhosny@eglug.org>  [225411ebb572e4bb8b551509b37e20a529a91603]

        Outdated comment
        
        Change-Id: Ia9503b49387e3510073955da7ef042c4f46ff8ae

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [5b30054ee1088491335f41efd4243bf258a5cab8]

        fix JunitTest_sfx2_complex
        
        post...
        
        commit 6ebf9cfbf54052d7fae50cdab146cc5c63ba262a
        Date:   Tue May 10 19:16:47 2016 +0200
        
            Set different ui file for NotebookBar in each app
        
        this stuff needs to be inside the SolarMutex
        
        Change-Id: Idad938f413c7ef7f8574231116ea4cd518e3a035

2016-05-17  Arul Michael  <arul71.m@gmail.com>  [2d15020ea29d5541d1c44ff44a06eb5bcb35c52e]

        tdf#99255 Calc crashing on Undo after Spell Correction
        
         Avoiding null pointers being set for ScPostit* while
        creating the undo document during spell check.
        
        Change-Id: Ieb09cb2cee1c030f275eb5030dd779d543753c8b
        Reviewed-on: https://gerrit.libreoffice.org/25030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-17  David Tardon  <dtardon@redhat.com>  [55a7d9ff6c2f754ea8ba1def8c1ff464629eb81d]

        avoid assert
        
        Change-Id: I60ea0f29226d12e98ed88716d092d7f9f7df184f

2016-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0f964d3c32b276613b07b3cc0312ed94618169f]

        sfx2 classification: make categories list independent from policy type
        
        This needs adding the policy type prefix in
        SfxClassificationHelper::SetBACName() (when selecting a category), not
        early in SfxClassificationHelper::Impl::parsePolicy().
        
        Change-Id: Id2881ecf2fa2caad58be237e3563026ae270801f
        Reviewed-on: https://gerrit.libreoffice.org/25059
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [dfe7142cdd05707123c688b2a746bed63180ff52]

        MouseClick -> MouseMove + MouseClick undesirably mimics a drag event
        
        when we click, if the click does not occur at the last known location of the
        mouse, we generate a mouse move event to this location, and then send the click
        event.
        
        But we are sending the move event with the current mouse-button held down state
        so it appears as a mini drag from the last known mouse location to the click
        site.
        
        This makes the slide pane in impress believe an attempt to drag a slide has
        occured, which is super annoying when trying to use the slide pane a lot.
        
        It would seem a more sensible thing to generate a move event with the buttons
        masked out and then continue to send the true button click afterwards.
        
        Change-Id: I5d0caf2cc1c9381800346f0b069af58123473cab

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [5c3c69bb15d324d48f171ce2c3a3f3fea2f08958]

        tidy this a little bit
        
        Change-Id: I32c03940f36acb6b70c7d846d6e9ffdba84b8807

2016-05-17  Szymon Kłos  <eszkadev@gmail.com>  [6ebf9cfbf54052d7fae50cdab146cc5c63ba262a]

        Set different ui file for NotebookBar in each app
        
        Changes:
        + added ui file for start center, calc and impress
        + NotebookBar not visible in Math, Draw
        
        Change-Id: Ie35935e67524ac712930b088591e9e53955de4a1
        Reviewed-on: https://gerrit.libreoffice.org/24860
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-17  Damjan Jovanovic  <damjan@apache.org>  [2049e55f507b00cf70f72706900e75d20ff3bb30]

        Make CSV line parsers consistent with CSV field parsers.
        
        Our CSV field parsing algorithms treats fields starting with a quote
        (immediately at the beginning of the row, or after the field delimiter) as
        quoted. A quoted field ends at the corresponding closing quote, and any
        remaining text between the closing quote and the next field delimeter or end
        of line is appended to the text already extracted from the field, but not
        processed further. Any quotes in this extra text are taken verbatim - they
        do not quote anything.
        
        Our CSV line parsers were big hacks - they essentially read and concatenate
        lines until an even number of quote characters is found, and then feed this
        through the CSV field parsers.
        
        This patch rewrites the line parsers to work exactly how the field parsers
        work. Text such as:
        "another" ",something else
        is now correctly parsed by both Calc and Base as:
        [another "],[something else]
        instead of breaking all further parsing.
        
        Patch by: me
        
        (cherry picked from commit 60e93b8b5b6bc4220d66e95cd234a37f3c8f8fd7)
        
        Change-Id: Iced60fad9371e17a2e5640cd7169804b18cf5103
        Reviewed-on: https://gerrit.libreoffice.org/24999
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d94b827c404e2801797c97a830eecfc6d1489202]

        it is "git submodule", not "git submodules"

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [0defd98b5995a27117023c289d628a6efbc5d2cc]

        The other Invalidate is a OSL_TRACE, so silence here likewise
        
        Change-Id: Ib7e7d53e8feb378229a71985bb6108ce9b58cb29

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [47bf48a035f768689b92a977caffbd312f6a2a5d]

        shut up about the PAGE_CHANGED event from slide pane slide switching
        
        Change-Id: I8ebe1b3db894cd3a2e9834ec73949cc6504366b9

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [0e609b5d9576c612ca98a820374daf94fdf485fd]

        fix indent
        
        Change-Id: I5be34b446166e221d02c55ad5eb7b25182f20891

2016-05-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [37ed508022e0be8b793caa4748cfee634c1c8a9c]

        tdf#99130 use subdivision on B2DPolygon, angle based subdivision
        
        Remove the subdivider we used until now as there is a better
        way to subdivide a polygon with getDefaultAdaptiveSubdivision,
        which in additiona also caches the result. The subdivider used in
        getDefaultAdaptiveSubdivision was a limited count based subdivider
        so this exchanges that with an angle based one which gives much
        better results.
        
        Change-Id: I95c009ccf3d54305df0d8eef177cab0df0a23bea
        Reviewed-on: https://gerrit.libreoffice.org/25033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f935bf47d1928f3b4df9cde600ce365cd63e485d]

        sfx2 classification: do not hardcode policy type in SfxClassificationParser
        
        TSCP_BAILSv1 says:
        
        "{type} designates the type of a policy. In BAILS 1.0, the recognized
        string values are: ExportControl, NationalSecurity and
        IntellectualProperty"
        
        Previously {type} was always assumed to be IntellectualProperty. Change
        the parser to not hardcode the policy type anymore; also change the
        getter for the string constants to not contain this prefix.
        
        SfxClassificationHelper::Impl still doesn't support multiple policy
        types, though.
        
        Change-Id: If52b40577f1c5751dacb83617fb28862d9d5bdb3
        Reviewed-on: https://gerrit.libreoffice.org/25055
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-17  Olivier Hallot  <ohallot@collabora.co.uk>  [6e96587601e7f73869d09ac2e3296b606b290721]

        tdf#99850 Menu entry for Select Sheets...
        
        Change-Id: I045677d79894791b8add3b79eddac73e3a526d4e
        Reviewed-on: https://gerrit.libreoffice.org/25035
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca0da38c1739df56494859212c662a2e92ab4d28]

        loplugin:commaoperator, this should have been a |
        
        Change-Id: If0d6e896752ec564df6f32f4b871c3f3dde1a825

2016-05-17  Caolán McNamara  <caolanm@redhat.com>  [9288886b01907545e22b98dca1dc666a11d71e55]

        maDeletedPages member of slidesorter is only written to, never read
        
        Change-Id: I5eb58462306f3d8cab54eb00f4ff492c80585dbb

2016-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [44aefdf90d29cea1a057b22005dce7247f4eb028]

        odk: add missing modelines
        
        Change-Id: I0bd2d761b5a75681c8c3e53664084dd3b8176107
        Reviewed-on: https://gerrit.libreoffice.org/25051
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0026b25e796eb89fa01fb42a759e89af4ab43e5]

        sw, writerfilter: indentation fixes
        
        These files had a consistent style perviously, don't break that.
        
        Change-Id: I8d204e78463e7fe302a172a1af6ad3de51997977

2016-05-17  Tor Lillqvist  <tml@collabora.com>  [4555ffb1a815b6b80ec5cf7dfcb03fed957c0461]

        loplugin:stringconstant
        
        Change-Id: I3e45e701740f7d4a5698a0df319721bc596a8d94

2016-05-17  David Tardon  <dtardon@redhat.com>  [f2ae310d4ddd2cad8091a584e9e7855c38cfbe2f]

        mark function as override
        
        Change-Id: I453a4f6b7d5b2243a6fb5feb8fec60660305dba1

2016-05-17  Noel Grandin  <noel@peralex.com>  [cc1a0ba927ad6f85103059aa8e6108017f436304]

        convert TG constants to scoped enum
        
        Change-Id: Ide719e8bb0d5aacc8d5da18f385b6373c7e48184
        Reviewed-on: https://gerrit.libreoffice.org/24973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [4e41e784b97a5b6f5e0cc1f5b24b816ef887b310]

        Resolves: tdf#99523 exit text edit and unmark objects before moving slide
        
        otherwise correct undo isn't recorded for moving the slides
        
        Change-Id: I08338a413f10242c4bdf92a73d504f125bc26631

2016-05-16  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [51fe4d63dfdf0ea24d2fecf75d25cbe607ed1c09]

        tdf#97527 vcl: reference-count Menu
        
        Change-Id: Ia12434fede69ad247ed67691517437a9ada31acd
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-16  David Tardon  <dtardon@redhat.com>  [03701c986cd1082c5cd9aea7b479811c7a079bca]

        rhbz#1327847 emit .desktop trans. in predictable order
        
        Change-Id: Ib07e27a9df6a08868ea505e141e2526435d2a0ef

2016-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8db7dcfd038d9609d7c093dbf634b3503434539]

        leave a note about problem seen in the chart2export callgrind profile
        
        Change-Id: Id880f511ea2f81ecf06ac782bd6c49d738311bab

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [a840c78c8be318301844cc3609d0149c312077a5]

        there is no SelectionPainter, so this member is less than useful
        
        Change-Id: I5b995541fc2be535528df5e745cd89d83e9bdcd0

2016-05-16  Oliver Specht  <oliver.specht@cib.de>  [d41d8383b783f048af626acb9460a9c973a5ee8d]

            tdf#64748: added placeholder option to pdf export dialog in Writer
        
            This patch introduces a setting 'Export placeholders' to File/Export as PDF.
            It works like the related printer setting.
        
        Change-Id: I3a11a4601b1244b57e55c9b73b58116d355e105c
        Reviewed-on: https://gerrit.libreoffice.org/24976
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [689e53de62e83c17df592b3d020599acd2b41a4e]

        no need to double dynamic_cast
        
        Change-Id: I183d03c4c28f87790665ac971abc9544e86797f1

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [2f5bba2511ef5ef3ad92f8f9547e25128570c324]

        gtk3: min slider size too small since 3.20.0
        
        "GtkScrollbar:min-slider-length has been deprecated since version 3.20 and
        should not be used in newly-written code.
        
        Use min-height/min-width CSS properties on the slider element instead. The
        value of this style property is ignored."
        
        sigh....
        
        Change-Id: I0fe44b0a3dd31bd60c07f58ae5245496a7463fe2

2016-05-16  Jean-Pierre Ledure  <jp@ledure.be>  [fc0f2c5f88544ae2f5ab208efa137747a14da44d]

        Access2Base - CopyObject method extended to MySql and Sqlite
        
        Tables must belong to the same database.
        INSERT SQL statement syntax extended
        Table- and fieldnames correct surrounding
        Correction of incident declared in
        https://ask.libreoffice.org/en/question/69795/access2base-findrecord-only-for-numbers/
        
        Change-Id: Ice148d872cacfc80df421132020ab1717e7c908c

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [8c82dfe085ec0a7c27123927743387ecd8406846]

        it would seem safer to update before HandleMenuDeActivateEvent
        
        i.e. Activate, Update and Deactivate
        
        Change-Id: I707f6801fca39bb767e49d6af0b9b3ceccb25e94

2016-05-16  Caolán McNamara  <caolanm@redhat.com>  [a30e3ea231dd1a355e616fed33eb7c4c4866c12c]

        Resolves: tdf#99857 missing items from toolbar right click
        
        we do an activate/deactivate to force the vcl menu to update
        so we have a full model before we try to show the gtk one.
        
        This particular toplevel menu has a deactivate handler which
        empties out the submenus on the deactivate, so we don't get
        the full thing, so we end up with missing entries.
        
        The Deactivate to empty the menu is a bit dubious. Even if
        we limited the activate/deactivate to submenus we still
        get the deactivate before the "select" so the ordering is
        fragile.
        
        The Deactivate handler seems dubious anyway, why not just
        clear it out after the Execute has finished which is
        simpler and more direct anyway
        
        dde83e3cea5b5fc1f91ebd336a2071ce8ff75e75
        
        Change-Id: I56145f6236db1787cc4ee623c513cb927bf2a972

2016-05-16  Noel Grandin  <noel@peralex.com>  [42801672f0acc3b2ffbc30602d881b43e62d07cf]

        fix null pointer crash in loplugin:commaoperator
        
        Change-Id: Ie077ed9a8f200b39da25938b35a3622e52cc5110

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [d9bdc157b43ce412ad4689ee78b81068b1224d30]

        remove ACCELITEM stuff from rsc
        
        Change-Id: I97dade0324edfb2d67ee33ef07498166b499c13c
        Reviewed-on: https://gerrit.libreoffice.org/25003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [a05281b30edc0cf9efecf90a7b6240b90f9c8267]

        convert FORMS to scoped enum
        
        Change-Id: Iaf443c6789b4497a336c2f49a1d5e3c2abe4df32
        Reviewed-on: https://gerrit.libreoffice.org/24960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [1e063e8b7ea070a5b6990b3d6740ecae05aea66d]

        optimise references list handling in OWeakConnectionPoint
        
        avoid the expensive sequence copying and deleting in
        OInterfaceContainerHelper.
        
        Change-Id: I00867b8a25b27d2a0b0babdf41a082c014e0e07d
        Reviewed-on: https://gerrit.libreoffice.org/24949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  David Tardon  <dtardon@redhat.com>  [ef2f40f5583875ca86f41747b79e4385c997601f]

        stop right away if there are no points
        
        Change-Id: I099db29c066392f53935f78f62c122f7176aaea2

2016-05-16  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [d25342d332162f9f28230665bfb14adac3643f3e]

        Fix mixed up comments in window.hxx
        
        Change-Id: Icb9d200d40a9a38dfb273ce3415cc553084c87ca
        Reviewed-on: https://gerrit.libreoffice.org/25026
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [651b9d39e98a3e136666d7391ae580e93068cc4f]

        convert VIEWOPT_1 to scoped enum
        
        Change-Id: I7294c55d455320cabb977df99af14832e48b4136

2016-05-16  Szymon Kłos  <eszkadev@gmail.com>  [511db54e95d02292417d7cd076e4bd6d50956d64]

        tdf#87938 libcmis: Google 2FA implementation
        
        2 Factor Authentication for Google Drive, changes:
        + parsing additional page with challenge - pin code verification
        + calling the interaction dialog requesting the code
        + dialog title changed to more general: Authentication Code
        + dialog shows url field only if not empty
        
        Change-Id: Idb3ebbad6a12849b9e50af87b46324bfbe966bab
        Reviewed-on: https://gerrit.libreoffice.org/25002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [5e54d9e9bc856520808a446f20575e29a50d017b]

        Convert VIEWOPT_2 to scoped enum
        
        Change-Id: I605d2fc11c00bce7012a1347fbe5408ac6800027

2016-05-16  Noel Grandin  <noel@peralex.com>  [0a2b17943945f38b8b0a60e15525d120f789fefb]

        Convert VIEWOPT flags to scoped enum
        
        Change-Id: Ia89e397b98f118166737201623288c271d1639e7
        Reviewed-on: https://gerrit.libreoffice.org/24952
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [52372ae0370cb755ed810eead456d75c8cb1adf3]

        convert NUMERICFORMATTER to scoped enum
        
        Change-Id: Ia6762153a73f01a237bfc03bf9a95a4117d1d998
        Reviewed-on: https://gerrit.libreoffice.org/25010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [b852642ecdcba105d14b1927309cfb176fb7d417]

        remove unused RSC_SYSWINDOW and RSC_WORKWIN
        
        Change-Id: I2c7db8a635c6770ff3221ee28b9349668d8d5881
        Reviewed-on: https://gerrit.libreoffice.org/25004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [ee6af9f72c298972d7f255aa92f365b33a9e53b2]

        convert RSC_MENUITEM to scoped enum
        
        Change-Id: I35469edc7d8e5621f016f5eba613474d45711cd3
        Reviewed-on: https://gerrit.libreoffice.org/24998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [743cdf36d128bc1d0ea3315675b0bb5f85388099]

        convert RSC_MENU to scoped enum
        
        Change-Id: Ice3784b4168738550d2c0f5ee6da1bd49d15becf
        Reviewed-on: https://gerrit.libreoffice.org/24997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [1938fd869b8226af00925caa7ac991618d35ee0c]

        Convert RSWND to scoped enum
        
        Change-Id: If6e5753ade8b096a4ba1c10b47c2360ff26d181f
        Reviewed-on: https://gerrit.libreoffice.org/24993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [c2fc91664f71c447209d2cd29c0df1d7faba4927]

        Convert LB flags to scoped enum
        
        Change-Id: I6bce097e803ece5ddf7764651900e0d14a2d0393
        Reviewed-on: https://gerrit.libreoffice.org/24985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noelgrandin@gmail.com>  [1b6ad8e649732a6875085bdad8aa1c53dbf14a30]

        conver CHAR to scoped enum
        
        Change-Id: Ie7f22c6986a0973e6d50bbd1fe9c10f6b478a2db
        Reviewed-on: https://gerrit.libreoffice.org/24984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [c6ca2fac56afd8179a5ff16253ef4cbe9fa42d2c]

        convert IconChoice flags to scoped enum
        
        and removed unused entries
        
        Change-Id: Ibe7ebb7723d9418893a2e2768e2a84eb16d1a046
        Reviewed-on: https://gerrit.libreoffice.org/24970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [1e557229881d1bee299ab2a422e6eaa3337759ec]

        convert SvImpLBox flags to scoped enum
        
        and remove the dead ones
        
        Change-Id: Iac72c4a4e16290936a9965afb8c637d181bccb2d
        Reviewed-on: https://gerrit.libreoffice.org/24965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [34178c86ce4439e39464084d1a17ac07f330a0e9]

        convert GALLERY_ITEM to scoped enum
        
        Change-Id: I7b3b2b72baf58cd7713418ea36d6a2fe6e0e12e9
        Reviewed-on: https://gerrit.libreoffice.org/24962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Noel Grandin  <noel@peralex.com>  [58944b5c6e49023d93f08e9e18eaa47f445dc5f8]

        convert CONTROL_STATUS to scoped enum
        
        Change-Id: I1639b7f0f0a735fd97f5bce6ff018dd7d8eb5726
        Reviewed-on: https://gerrit.libreoffice.org/24961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968]

        Fix typos
        
        Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
        Reviewed-on: https://gerrit.libreoffice.org/25025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-16  Jan Iversen  <jani@documentfoundation.org>  [e265ea36df02310881e959a031b74578b323bfa5]

        tdf#98238, tdf#99591 reverted old commit
        
        Revert "tdf#53472 Integral Symbols too small for some integrands"
        
        This reverts commit 746633bd0315939fd5e0b50c90692d356d2ed678.
        
        Revert on request from regina, since this commit caused 2 new bugs.
        
        The code of the reverted patch is kept in the file for further
        investigation, once it has been confirmed that it works.
        
        The file had 3 commits later, these are not affected by this commit
        
        Change-Id: I5b24a9b88ac909c83115e8c8a430dc768c9effd4
        Reviewed-on: https://gerrit.libreoffice.org/24898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-16  Takeshi Abe  <tabe@fixedpoint.jp>  [75c10400a60c084c26269de1e6cebac8e2583619]

        Avoid C-style cast
        
        Change-Id: I777920cb2e9dcc3f2b20f5a96c88bf48fcb94895
        Reviewed-on: https://gerrit.libreoffice.org/25024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8c1727b37c7cdaec20407a38aeceec853b15d32]

        get breakpad signal handler working on windows
        
        The LibreOffice signal handler overwrites the breakpad signal handler.
        Just store the old handler and call that handler before we do any work
        in our own handler.
        
        Our own handler implementation is just insane as we are even trying to
        take the SolarMutex which can easily deadlock.
        
        Change-Id: I2401bba18701115561d00c7fc11138ead2a48205
        Reviewed-on: https://gerrit.libreoffice.org/25022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df5235560730ff73729c496476a0be02eb8c4ac6]

        parseExport only needs to export files
        
        This saves about 50% of the chart2export test time as we no longer
        import files that we will never need.
        
        Change-Id: I7ddbae9e8b3194d10e2c25b59cfdd2fa5d345b9d
        Reviewed-on: https://gerrit.libreoffice.org/25023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-16  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [98505584ba3f324e36800704bbdacc2b7cf0ef71]

        Give unique, comprehensible names to idles tdf#97087
        
        Timers and idles should have programmer comprehensible, unique names.
        
        Change-Id: Ida131a4e3ddb7f065d876d78dd501fa831d4cf4a
        Reviewed-on: https://gerrit.libreoffice.org/24605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ffb19d826604930dee96fc356597eeac5f0817c1]

        comment unused biff constants
        
        keep them for documentation
        
        Change-Id: Id0b8753ce10df2e656551f4d1d25543544504db3
        Reviewed-on: https://gerrit.libreoffice.org/24856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [145b2c94f245b07ba5079eda111bd9bfb85ee29f]

        fix typo
        
        Change-Id: Icfc4b73d5664c205ad642c660af5227f403d20ff
        Reviewed-on: https://gerrit.libreoffice.org/25021
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-15  Maxim Monastirsky  <momonasmon@gmail.com>  [4154f8bc5a905a39f18914613788b3a17f139745]

        tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINE
        
        Change-Id: I450f3922408879ec812e4a92fc4950388ce00a73

2016-05-15  Caolán McNamara  <caolanm@redhat.com>  [e11afdff0199cb212401f9424ac40cd69784cfdc]

        coverity#1361575 Logically dead code
        
        commit 6312dfdc16f7da09f48628f51bb20b09dc5b7001
        Date:   Wed May 11 20:11:18 2016 +0200
        
            convert TSS_TYPE to scoped enum
        
        changed
        
        -  if ( ( nInstance < PPT_STYLESHEETENTRYS ) &&
        to
        +  if ( ( nInstance < TSS_Type::LAST ) &&
        
        but PPT_STYLESHEETENTRYS is 9 and TSS_Type::LAST is 8
        
        Change-Id: I08fb0ad04332cd17e1bdc724799f2927a77359a7

2016-05-15  Caolán McNamara  <caolanm@redhat.com>  [49cdc1da7660328d64a964fbc26611bf8ce158aa]

        coverity#1361587 Dereference null return value
        
        and
        
        coverity#1361588 Dereference null return value
        
        Change-Id: Ia282c37e94d9d4131d18b3ccf6a8b7cb12c12344

2016-05-15  Caolán McNamara  <caolanm@redhat.com>  [e141017c686c4fb1dbd3533dffff396f62f103f7]

        coverity#1361589 Resource leak
        
        this is the pattern used everywhere else.
        
        Change-Id: I18bdb43203bae8b9e36d59b4c457aa2087fdc117

2016-05-15  Caolán McNamara  <caolanm@redhat.com>  [a3123cd0105c1feec3a06d071c97cb758b307bf8]

        coverity#1361592 Uninitialized scalar field
        
        Change-Id: I6cb8827c9da73516e71aee889cfdfcb7598a9926

2016-05-15  Caolán McNamara  <caolanm@redhat.com>  [dcc4b29d9b87a56a240f12342f0fef5c1b455100]

        coverity#1361590 Uninitialized scalar field
        
        Change-Id: Idb2ab797294f676e4e734cd272244928adf3f221

2016-05-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [23ad336bfe61316b08f85e827b98fc593ac6908a]

        Updated core Project: help  ce76ee35c4ee0c5cd6e7b450df2d95b289461e2d
        
        tdf#99809 Add back some syntax highlighting tags…
        
        … accidentally removed in 8799ced9da7b7aeb37fadf700e062cc3255ebfe0
        
        Change-Id: I799b62bb169dbc0505ed03deef6e460d75a66e9d
        

2016-05-14  Michael Weghorn  <m.weghorn@posteo.de>  [adc0ced6533449f33473db560b8ba27d4bd326f9]

        tdf#99699 Do nullptr check BEFORE calling method
        
        This fixes a segmentation fault accidently introduced with
        commit a1fb4ac1991a8da2e527b64a0a01a88a8f2959e3.
        
        Change-Id: I244e325934db22e1bffd03486cc5e84f539101f2
        Reviewed-on: https://gerrit.libreoffice.org/24994
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4127e4cd7bd27b9a616e1550cc9845096a66114]

        add framework for new calc function tests
        
        Change-Id: I65aa84d1fa7537ea180232e5c7308a76c3919870
        Reviewed-on: https://gerrit.libreoffice.org/24996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-14  Raal  <raal@post.cz>  [44d8b85af34e75a3594fbf02693eb257a250638e]

        add yearfrac test case
        
        Change-Id: I83a917ebaa360266f84e822fafba7b4834a69387
        Reviewed-on: https://gerrit.libreoffice.org/24995
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [1dbdc947fcc9d843764731e6dae7ce60082576e0]

        Fix bogus nGroup for SmMatrixNode's token
        
        It was an obvious mistake because TRGROUP's type is SmTokenType.
        
        Change-Id: Ib3b932482c61bd9568aa579d94f742d0dd0b5462
        Reviewed-on: https://gerrit.libreoffice.org/24948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-14  Caolán McNamara  <caolanm@redhat.com>  [d328afa3441c99f8be85adbb78099c198e8d35ec]

        crashtesting: Error: attempt to increment a singular iterator
        
        revert
        
        commit 96fab0513215cc416e96e1b2089466afd0d2791c
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu May 12 10:07:50 2016 +0200
        
            clang-tidy modernize-loop-convert in writerfilter to xmlsecurity
        
        for OOXMLPropertySet::resolve which modifies the mProperties it iterates
        over
        
        e.g. fdo67086-1.docx, fdo72640-6.docx etc
        
        Change-Id: I14f829d1425d56110c0aa8d42e751bd2f1d3dd2a

2016-05-14  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b00d1e37c8d178f8199a45d1c9f08cae6bcef698]

        cppcheck: uninitialised members in vcl
        
        and remove clear() on std::vector types in ctors
        
        Change-Id: I8e239676d46e30049d4d5886a5b8de99cadd3f45
        Reviewed-on: https://gerrit.libreoffice.org/24983
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-14  Eike Rathke  <erack@redhat.com>  [442387bdf493aa6a752fd2531507625dc9e5a4fc]

        recognize #REF! particles of invalidated references, tdf#86575 follow-up
        
        ... also in OOXML where they were wrongly written so upon next save
        they'd become a single #REF! as Excel expects.
        
        Also for Excel A1 UI notation.
        
        Change-Id: I5039d941f003bd4bed762c0e8cd754c23f1c8aa7

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [efc05c0a1ecac549c8340a8f9ec4e47556569adc]

        remove various crutches for boost::bind/boost::mem_fn
        
        These aren't used any more, and the C++11 std equivalents don't use
        get_pointer() overloads.
        
        Change-Id: Ib97a6a595863e21a1621c63709ea2b28f6550fde
        Reviewed-on: https://gerrit.libreoffice.org/24982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [577b4e499b870a8afd56f2d9ac1fe0313162bf8d]

        filter: convert boost::bind
        
        Change-Id: Ib17cfa114b7a218c31690c780cf14e128a7992c2
        Reviewed-on: https://gerrit.libreoffice.org/24981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [98f759bec1024d1f4e28b8c1880e542b7832b8fc]

        sdext: replace boost::bind
        
        MSVC 2013 with non-debug runtime requires an additional assignment operator
        in OUStringBufferAppender.
        
        Change-Id: Ic93fc8d6b1d4760f0eb89e34beb1fcb18e783f73
        Reviewed-on: https://gerrit.libreoffice.org/24980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-13  Eike Rathke  <erack@redhat.com>  [bc1c92ef41e5f70eee7799d301b54985999482bb]

        recognize #REF! particles of invalidated references, tdf#86575 follow-up
        
        ... so they result in an invalid reference again producing a #REF! error
        instead of a bad string producing #NAME? error.
        
        This way we can handle the invalid #REF!.A1 and similar references that
        were wrongly written to ODFF between 2013 and 2016 until 5.1.4
        
        As a benefit, this is now also the case in UI, e.g. when recompiling
        changed names with already invalidated references.
        
        Change-Id: I117d709f594b7c37d899528a51220c1855b7817d

2016-05-13  Stephan Bergmann  <sbergman@redhat.com>  [5b78551dcf54158adffe3236a45946942af5f354]

        Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.
        
        ...so that the JNI UNO bridge will not accidentally reinterpret a Short[] as a
        short[].  <https://wiki.openoffice.org/wiki/Uno/Java/Specifications/Type_Mapping>
        makes it clear that the former is not a valid Java representation for UNO type
        "sequence of short".
        
        Needed one fix in bogus test code.  Also fixed the two bogus places in odk/examples
        mentioned in f53e427291321eabe8d060a737e750a94739f911 "Resolves: tdf#99272 new
        Short[] used instead of new short[]".
        
        Change-Id: I8321eb1294ec77b3a9bf73cafb6e7fe337157bb7

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [86ab6471520a5300df2b8bc577987550362f4921]

        more places we use other than end ellipsize
        
        Change-Id: I72b6cb29a8c32540309dcc20fbe5f66dd1a1b774

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [33482f6668b4d56f706ea76081e25174e509e703]

        we don't have an end ellipsize (yet)
        
        Change-Id: I987ba9a74d126cc1535db428d105ca3a3fb7c362

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [130f8eef234c6f44798d597814a0debc202fe8cc]

        Related: tdf#99523 two undo actions listed after dragging a slide
        
        to a new place. "Delete Slides" and "Drag and Drop Slides", there
        should only be the "Drag and Drop Slides" shown.
        
        There is one more EndUndo than StartUndo. The extra one is the
        last one of View::DragFinished. I surmise that this is meant
        to match the BegUndo of View::StartDrag which is not called
        in this situation.
        
        This doesn't fix tdf#99523, but its the first thing I noticed,
        so fix that first.
        
        Change-Id: I3c31a3cfe83f28892112568bacfb25294366d6cf

2016-05-13  David Tardon  <dtardon@redhat.com>  [07794b4c221dceb06da4d4b3fd7e3678457663af]

        tdf#35957 check for preconditions earlier
        
        This cuts the number of calls of
        chart::VSeriesPlotter::calculateYMinAndMaxForCategory from ~10 billion
        to 1760 and load time from a minute to a second...
        
        Change-Id: I8ec07d82aa0e915659ce4cbdf6cd1bdd381d6245

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [f9c92771af05886c2d35f4446d514488fd448109]

        sw: document the MoveInvalidXAccToEnd() oddity
        
        Change-Id: I9e1e3b277a75a2f8c95fa71308af6aff7d81ccc7

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [6afa142fdecc3a7f2f182bcd2c035bf3089f1ce8]

        tdf#99722 sw: avoid buffering a11y events for not-visible frames
        
        The problem with the bugdoc is that all pages are moved by 60 twips or
        so in CheckViewLayout(), which generates a event for every SwTextFrame
        but there is no SwAccessible for the SwTextFrame yet hence it is a
        CHILD_POS_CHANGE on the parent, which happens to be (because SwPageFrames
        are not accessible) the SwRootFrame so that's how we get an enormous number
        (~90k per 500 pages) WeakReference in the buffered
        SwAccessibleEvent_Impl pointing to the same object (the SwAccessible of
        the root frame).
        
        Then at a later stage the events are actually sent and
        SwAccessibleContext::InvalidateChildPosOrSize() discards all but 80 or
        so that are on the first page.
        
        So check the visiblility before buffering the event, to avoid
        scalability issues in the WeakReference.
        
        This brings the cpu-time from 1:37 to 0:17 for the 500 pager, and the
        full bugdoc is now just 3-4 seconds slower than with a11y disabled.
        
        Change-Id: Ia91653fd7572f32ce3cf765a4ecd2b7077ace8f6

2016-05-13  Eike Rathke  <erack@redhat.com>  [b35b601d9e3b43eaedb8576b70d10b657f625d6e]

        Resolves: tdf#99730 lower the barrier for inferior systems, cripple the test
        
        Change-Id: Ifdb9330a0614800831d2e0b673d975e6304738e5

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [833029e751432e9e736c4f38f23654511d26e8f9]

        Resolves: tdf#99692 crash in SwPostItMgr with change tracking
        
        and annotations
        
        presumably since the original
        
        commit 0761f81643a6890457e9ef7d913ab5c88c2593a4
        Author: Oliver-Rainer Wittmann <orw@apache.org>
        Date:   Thu Dec 19 18:50:58 2013 +0000
        
            - rely annotations on text ranges on new annotation marks
            - support arbitrary text ranges for annotations
            - fix undo/redo regarding annotations an text ranges
            - support annotations on overlapping text ranges
            - fix *.docx import for annotations on overlapping text ranges
            - fix ODF import of annotations on text ranges
        
        Change-Id: If2aa4ba74f03d0af11def55c2bd299211b3d5d77

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [eb2da27e0834925d449373593fb650db49671adf]

        Resolves: tdf#99556 if the num of arguments is not 1 infer a raw
        
        not just if the num of arguments is > 1
        
        Change-Id: If0cae16cc52685315708ac3b2b8456ede7c1a6ce

2016-05-13  Noel Grandin  <noel@peralex.com>  [edbe07c75fb937a171a7a10c1ef703768e0e7f19]

        Convert VIEWOPT_CORE2 to scoped enum
        
        Change-Id: I2ceda4d350df56e2a70c47cec589d6e8427d2b0a
        Reviewed-on: https://gerrit.libreoffice.org/24956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [296a67874a9e5ee1f93a38716e996207b1d2b59f]

        Resolves: tdf#96092 crash on activating manage changes sidebar
        
        Change-Id: I39ab778114e2317ac471e92f9441ed4a83e7023b

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [ae9f04c445ae66cafdbe24a15615f04cc6dd5415]

        fix ShowTrackFlags legal bits
        
        Change-Id: Iaf3db8f860e6605b3f1d2d025a2e4e4ae3ca4ed7

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [198bb1e5f055ba59d65b529cd6de25671273056a]

        only ever seen this with Khmer OS fonts, and their name is in ascii anyway
        
        Change-Id: I4d6d7d9f79f111ea4ba7dcef201ef31c3ad7d4f9

2016-05-13  Noel Grandin  <noelgrandin@gmail.com>  [6312dfdc16f7da09f48628f51bb20b09dc5b7001]

        convert TSS_TYPE to scoped enum
        
        Change-Id: Ic76d7bfcfe4015c6a02dc5989f8300e5ddde706e
        Reviewed-on: https://gerrit.libreoffice.org/24896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Jorenz Paragas  <j.paragas.237@gmail.com>  [96d5516429bc1846fc6cf7119590f7b05a65eef8]

        tdf#42949: clean up includes in include/oox/ole with iwyu
        
        Change-Id: I9cbdc78b540b0f735c451ac561f0f0ccdaf7efbd
        Reviewed-on: https://gerrit.libreoffice.org/24911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbdd303ab1cba5bb094aba086196c89811e7b835]

        docxtablestyleexport: can pass the serializer by const ref
        
        Change-Id: I32409693ffefe753db5b7a5afc2fbec4030e5e93
        Reviewed-on: https://gerrit.libreoffice.org/24950
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-13  Caolán McNamara  <caolanm@redhat.com>  [f53e427291321eabe8d060a737e750a94739f911]

        Resolves: tdf#99272 new Short[] used instead of new short[]
        
        bridge code expects to see short[] not Short[] so the mapping
        doesn't work and office blows up
        
        regression from...
        
        commit ecc90694175190cd6e2b9d1bed8f32850d41ce88
        Date:   Wed Oct 15 14:14:28 2014 +0200
        
            java: use 'Short.valueOf' instead of 'new Short'
        
        git grep "new Short\[\]" shows two suspicious cases of this in odk, but they
        were always thus, so leaving them untouched.
        
        Change-Id: I3306659b5c3f4e0643c200373da777da248bbd42

2016-05-13  Tomáš Chvátal  <tchvatal@suse.com>  [efec1f7024f11f68c3fca476416c78414266f259]

        Fix unittest failure on aarch64
        
        Change-Id: Ice8d67a7531ef718a9e45d3e5d30817822383749
        Reviewed-on: https://gerrit.libreoffice.org/24924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [a345c5912d9e292ddd885546a60353d1769fbc86]

        slideshow: replace boost::mem_fn with std::mem_fn
        
        Change-Id: I0b02b2b13cacac48d94e541671a446368f5e527f
        Reviewed-on: https://gerrit.libreoffice.org/24885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-13  Michael Stahl  <mstahl@redhat.com>  [e4df5736f753078944f96548b4922c75f70a6afd]

        slideshow: tweak BaseContainerNode::forEachChildNode
        
        Mac OS X clang/libc++ refuse to invoke a "const" std::mem_fn object.
        And you thought that MSVC was the only one with a deficient stdlib.
        
        Change-Id: Ib7a659adbd270a20b9fdcd661df1bd78d40768ca
        Reviewed-on: https://gerrit.libreoffice.org/24901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [412cfb531bd137c3d01f21e24b12827ddb9b8b7b]

        convert EXCHG_OUT_ACTION_FLAG to scoped enum
        
        and split it off into its own field and parameter
        
        Change-Id: Ib13dea5e9475a74cd66a0da4e5ec50a51fbda9d5
        Reviewed-on: https://gerrit.libreoffice.org/24926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [0f6725454823a5789f3e1c70dad024c46d3f6fc9]

        clang-tidy modernize-loop-convert in toolkit to uui
        
        Change-Id: I805aa1389ef8dde158f0b776d6b59579fa3082e4
        Reviewed-on: https://gerrit.libreoffice.org/24921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [f12b17867ef8fa2cfc2ddb7ecda9d7acc57cfa59]

        clang-tidy modernize-loop-convert in vcl
        
        Change-Id: I79e97a4826bfe3918de223cccf48646a1404f901
        Reviewed-on: https://gerrit.libreoffice.org/24922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [96fab0513215cc416e96e1b2089466afd0d2791c]

        clang-tidy modernize-loop-convert in writerfilter to xmlsecurity
        
        Change-Id: I334411c6b57c028ffb41b5deb72002f9d54038c3
        Reviewed-on: https://gerrit.libreoffice.org/24923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [b3d5da663ff09c72455a8d3bf9be7c00220271bb]

        convert SHOWTRACK to scoped enum
        
        Change-Id: Ibf06f6c79f80d7265ae3239c1ea0088118e92e21
        Reviewed-on: https://gerrit.libreoffice.org/24894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Julien Nabet  <serval2412@yahoo.fr>  [3581dde3246b2bcdeee079879090d2317adc8f63]

        Fix wrong comment
        
        Change-Id: Idcb57eaa43c753bf4920787c5f342e1ac923ff3f
        Reviewed-on: https://gerrit.libreoffice.org/24939
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [7074b5e4be3954e3650f8fb92c766e0dd7c2a419]

        Convert ACT to scoped enum
        
        Change-Id: I68ec79c9c85abcd91da379eecf3ed4331a15861b

2016-05-13  Noel Grandin  <noel@peralex.com>  [a01a492d1089799ee721dc34e421a36c10270215]

        convert PROT to scoped enum
        
        Change-Id: I7aaa5c45a224d2f97861864bed00eaddb9b7f317

2016-05-13  Noel Grandin  <noel@peralex.com>  [383e00bde033981eacdfc45ee6d1a9e0c4b030ef]

        Convert WHEELMODE to scoped enum
        
        Change-Id: Ia65f88b94c6c1151546f3e2d592b6a02ac49aaa4

2016-05-13  Noel Grandin  <noel@peralex.com>  [7d902940508decad933c19bc97e5409873ab5189]

        convert EXCEPTION_ to scoped enum
        
        - simplify VCLExceptionSignal_impl
        - drop "minor" part of error code, nobody passes it in, and nobody
        checks it
        - rename Display to UserInterface, to prevent -Werror=shadow
        
        Change-Id: I503fd8a50ded30d59c30fb388796f6b1a0c058de
        Reviewed-on: https://gerrit.libreoffice.org/24892
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Noel Grandin  <noel@peralex.com>  [c2f912b51efa458ba9bd1601a8676ab119aca1bd]

        convert FilePicker flags to scoped enum
        
        and merged into the other flags variable.
        
        Change-Id: I23ed21936b9de1537a06168de04530b9fb6bcff1
        Reviewed-on: https://gerrit.libreoffice.org/24889
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-13  Julien Nabet  <serval2412@yahoo.fr>  [e809b97b63c16326ef45c8e41c428c9fb7f49c4d]

        Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction
        
        Change-Id: Ifb121344a8f235d71bab33c03808e3f44d7bee7c
        Reviewed-on: https://gerrit.libreoffice.org/24942
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-13  Johnny_M  <klasse@partyheld.de>  [55a07f3e9160ff5a1dffd4228f6e1bcf3e23922f]

        Updated core Project: help  8799ced9da7b7aeb37fadf700e062cc3255ebfe0
        
        tdf#99809: BASIC: Update Rnd function and Randomize statement
        
        BASIC's Rnd function and Randomize statement were updated on
        tdf#70474 and tdf#90110. (See
        https://gerrit.libreoffice.org/#/c/15818/ for the latter change.)
        Their documentation needs to be updated accordingly.
        
        Change-Id: I17f6a04858a20a969dc427be43dd903aedc04ecb
        Reviewed-on: https://gerrit.libreoffice.org/24943
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-05-13  Takeshi Abe  <tabe@fixedpoint.jp>  [b43b79648f4fbcd815092268d1b7a5af9e278f52]

        starmath: SmMatrixNode should have the node TMATRIX
        
        ... rather than the one after its closing brace.
        So far having an arbitrary node is OK for SmMatrixNode
        because existing code does not refer to it, but it is
        saner to keep relevant nodes in the syntax tree.
        
        Change-Id: Ia5412454c996eedde1545cd8a2f323eb95593eb9
        Reviewed-on: https://gerrit.libreoffice.org/24909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [db729f3b685fd832a3ec7387b339cf2bbeb4bd4d]

        Update mdds to 1.2.0.  Note that the API version is also up.
        
        liborcus-0.11.2 is out only to make it buildable with mdds-1.2.
        
        Change-Id: I9648d827b008da252c57be0ebfd2efccb008ac70
        Reviewed-on: https://gerrit.libreoffice.org/24944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-05-12  Julien Nabet  <serval2412@yahoo.fr>  [0876e5a20ac9873dd111eb2a30a76488b642614f]

        Remove wrong TODO
        
        Change-Id: I9d3744a802b6d213fa5ac32f6e7a24537cba1970
        Reviewed-on: https://gerrit.libreoffice.org/24941
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f041bf31e071611a15ffa1559d2f5df05a685f0]

        framework: register DispatchDisabler service
        
        Change-Id: I72d9f8b00ba8b2e4e5dc70d7fd77e13ccf9d3bcc
        Reviewed-on: https://gerrit.libreoffice.org/24940
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-12  Michael Meeks  <michael.meeks@collabora.com>  [02833c03ee856a62d7185829b7c47bc088e086cc]

        framework: initial implementation of a dispatch disabler.
        
        This should allow remote, eg. URE dispatchers to trivially disable
        lots of the UI without requiring a large volume of round-trip IPC.
        
        Change-Id: Ibd0681ac993196f826b4ed411da5ffedb7f85786
        Reviewed-on: https://gerrit.libreoffice.org/24938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-12  Michael Stahl  <mstahl@redhat.com>  [e3b990a47fc4b0b1191eb15a53badfc71aebc1fc]

        tdf#99722 sw: silly performance issue when firing a11y events
        
        SwAccessibleEventList_Impl::MoveInvalidXAccToEnd() pointlessly copies every
        single element when iterating over the list and then deletes the copy again
        (which is expensive due to the WeakReference member).
        
        This speeds up loading the first 500 pages of the bugdoc from 4:20 to
        1:37 in a Linux dbgutil build.
        
        (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba)
        
        Change-Id: I7c7299e5e82095f5a51f395bc5076ca899b59f81

2016-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [532506b1f88388735cafd6544a140e3069cc6a73]

        CppunitTest_sw_uwriter: fix loplugin:cppunitassertequals warnings
        
        Change-Id: I535f28ff9307702e6070bfeaeb6e811d079e373e
        Reviewed-on: https://gerrit.libreoffice.org/24914
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-12  Eike Rathke  <erack@redhat.com>  [e74de117e5b2fd944ac3e0dd5368315331a0d351]

        if we can't use assert() as intended then use SAL_WARN()
        
        Change-Id: I5b8d4a8054fb2cfbab2b762371e52fac73cf5e55

2016-05-12  Eike Rathke  <erack@redhat.com>  [c0977216d79a15dadbcf1c6805e7d50f83e0265f]

        Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"
        
        This reverts commit 1d54b93670ac2c40661e3890ecea987d334cba31.
        
        Calling abort() here was not the intention.

2016-05-12  Eike Rathke  <erack@redhat.com>  [c19e7cf433133929c38a58f1addb1fd544ebe02d]

        use SAL_WARN()
        
        Change-Id: Ic57614054a7552d778b7bcb36ba3a52865291b5c

2016-05-12  Eike Rathke  <erack@redhat.com>  [d7d1ce3cd89fb08b07ec87ecafba39da4751abc0]

        if we can't use assert() as intended then use SAL_WARN()
        
        ... even if we lose the "hit me on the head" feature.
        
        Change-Id: I7a8ea4ef25a4aa21b06fae8751e7037ff27bad8b

2016-05-12  Eike Rathke  <erack@redhat.com>  [64fa77675d9522988827fc4c263637dd6ffa9822]

        Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"
        
        This reverts commit 544d2408e7d8c89ee9e6c802b5487b5a8fb6e0fd.
        
        Unconditionally calling abort() here was not the intention.

2016-05-12  Eike Rathke  <erack@redhat.com>  [0c991c5dbf1f33372e9c6a405fd2a8a49edb93fd]

        comment the outdated documentation
        
        Change-Id: I6ee52d2d61ebb1763f2f86c467021fc80467601f

2016-05-12  Pranav Kant  <pranavk@collabora.com>  [e260525220f9c3eb36383932187a2dc5b80f016d]

        sc lok: Invalidate the new extended area
        
        Change-Id: I1fa58ca935860ed3c5983f4e6b15c9f7c8feda9b
        Reviewed-on: https://gerrit.libreoffice.org/24925
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: pranavk <pranavk@collabora.com>

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [64e24d9bfc02910b80d77b83dcf3346eff546f96]

        Revert "tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version"
        
        Turns out the problem has already been fixed in master in a different
        way by mst. Sorry, I did not have a master build to check in Windows,
        I was actually working on fixing the bug in a 5.1 tree.
        
        This reverts commit 0a986598cf64fc386d267693a78047c2dd71a61a.

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [0a986598cf64fc386d267693a78047c2dd71a61a]

        tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version
        
        Also, I don't see the point in using lstrcpynW() instead of a plain
        wcscpy(), as we were passing the manually specified very length of the
        source string (including terminating nul character) anyway. We did not
        use a copying function that would have taken the size of the
        destination buffer as a limit parameter, for instance.
        
        Change-Id: If9e2f56b16358201c113e06289f63ed3454e00c9

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [2ed28620955108d56f40fc6613185f2595572e60]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: I7b2d5275614af69f6065d1838a76436801be30ef

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [13801e2c734d44cff49ea3d700749010dcb4c099]

        Massage code to avoid warnings
        
        Change-Id: I51e982f7a1a2434f2e26621f9d26ee09136f38f7

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [544d2408e7d8c89ee9e6c802b5487b5a8fb6e0fd]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: I97f68c32f6fca768f961a5252b042d115d271aab

2016-05-12  Krishna Keshav  <princy.krishnakeshav@gmail.com>  [aa74c30eddaa72a2c000f46e01d3ef3611dd98fa]

        Removed 'altstrfunc.cxx' and .hxx
        
        renamed and moved 'start()' to  it's only call site -
        as 'startsAsciiCaseInsensitive' lingucomponent/source/languageguessing/simpleguesser.cxx.
        moved inline bool to it's only call site -
        as 'isSeparator(const char)' from altstrfunc.hxx to lingucomponent/source/languageguessing/guess.cxx.
        
        Change-Id: Ic624ba3cab90bd454311219966c19fb550388da1
        Reviewed-on: https://gerrit.libreoffice.org/24864
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [1d54b93670ac2c40661e3890ecea987d334cba31]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: If2fc8dd5a3b2dab2f1b3654dbdb42e112ff64347

2016-05-12  Michael Stahl  <mstahl@redhat.com>  [2f353af253ff437ad0cb34a2000c30da0f4ecf79]

        reportdesign: replace rest of boost::ref usage with C++11 lambdas
        
        Change-Id: Ib530bbecbbb19fa09b24d3837d8f8f023d4ed359

2016-05-12  Michael Stahl  <mstahl@redhat.com>  [3e61eb69ac1cff727072011e228eabfc8bc055c0]

        reportdesign: replace boost::bind with C++11 stuff
        
        Change-Id: Idd164e36d6f20a24123886ee1f15202c796eacc6

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [3d1b29a7da5c95de7dc9456d05e46bf563eab9c9]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: Iea1951275966aa9e428505eba3b8133bc10b90f5

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [11b3262dd116118d46b0fbfea5f4dcea1de755c9]

        loplugin:nullptr
        
        Change-Id: I2eb28f3408967d9de4143f6b9212056ac8614d1c

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [f3e18ad14e41fcda64f835ac1beb187a218db3d7]

        loplugin:passstuffbyref
        
        Change-Id: Ifa990214aaf749d039043aa51d3301dc0f1f0e4f

2016-05-12  Noel Grandin  <noel@peralex.com>  [0c2d51e0daf2ce5e18af915ec40ec3196db8ab88]

        Convert SCA flags to scoped enum
        
        Change-Id: I761022dd78f6c1d19cf4f2650a5ac7b2212c11c3

2016-05-12  Noel Grandin  <noel@peralex.com>  [aba06d6f8d69632559ca9a74320fcd048855a3a3]

        Convert EA flags to scoped enum
        
        Change-Id: I7fbd4cea13fc311624804f7acd9dd66955b860d3

2016-05-12  Noel Grandin  <noel@peralex.com>  [5b6b61b00bc850c58046cfdb59e4a919e55edab7]

        Convert BA flags to scoped enum
        
        Change-Id: I22a6f41091d69ad4ed91a745e9b7cbcebd9fad55

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [4baf56e63d7386475b631a7cf86cf0d08d139681]

        loplugin:passstuffbyref
        
        Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [9ea219dc5aa4b1cb64b73574c79ce645963d772d]

        loplugin:passstuffbyref
        
        Change-Id: I5a98cea6402b0a02c0e7c329d07d05759a74ec95

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [42b7285efa5e633dc520cef3b724685078c0ee26]

        Fix bitmask
        
        ...from e82fe5f00afe0364fbcbfea3e91e10b85faae34c "Convert BOOL_ATTR to scoped
        enum"
        
        Change-Id: I78500163391eae2927ea96d3f14bf4ea5535b0f6

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [c66761f98d8c64e2b20dd3a0f7a33be5880c6b47]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: Iff742ad9a53086028049dd2df3bf63303c32c317

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [0dc02bb9618e9852c5b3326a678910283922ffd7]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: I6abfef139197379f04e1a9df80e974c5d4021890

2016-05-12  Noel Grandin  <noel@peralex.com>  [0dc0f9733f2c83ec350aa9f04a4b31d66ab97284]

        Convert DA flags to scoped enum
        
        Change-Id: Iabbf4b32a1b5b47e6cfe791a15f111918d5bd3a9

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [f7b3cef45b26321f76ec24e5fd027b1c096d3118]

        Massage code to avoid warnings
        
        Change-Id: I112f5e7c845184b9aa5285ecfa40b5bbb34ffde1

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [a17f715102a368d98f41c7f2dcdb7f5379393d9f]

        Massage code to avoid warnings
        
        Change-Id: I51eacdae13f86e6d51e54b990152d273bf49eedf

2016-05-12  Noel Grandin  <noel@peralex.com>  [75bcafb4957980c005a793b3f319990854fa8f51]

        convert CCA flags to scoped enum
        
        Change-Id: Ic52872ac60845e92cc3774c693fdd7918efefe89

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [6d12687bc111271aac1e3a01bb3ba872e4eba2d9]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: Id6dd53d8802f19fd7b78d4613ba2085d093a35be

2016-05-12  David Tardon  <dtardon@redhat.com>  [8a7df40a489dbf607315ad9597accfca38a05fad]

        use unique_ptr
        
        Change-Id: I49f08a066f3a5f6f3479060d8a528a7cfdfdc02c

2016-05-12  David Tardon  <dtardon@redhat.com>  [9d93b5cad049526933f251f89372c2a8dd051b3f]

        avoid crash when using the New Slide toolbar popup in Impress
        
        Change-Id: I5aeb77fa8764179699d884647e8734d413752130

2016-05-12  David Tardon  <dtardon@redhat.com>  [2f57b2280c453fd5e02b97fa63c67d3b796d492f]

        do not try to use obj. that is already being disposed
        
        Change-Id: Ibb25e5bfc3e161be9fdac124b5a107a6d180bf1e

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [29093124c04e8a3745064c0ae7e43c2bb7e34113]

        Massage code to avoid warnings
        
        Change-Id: Ibd4cb3a7d81544f941e2849f5dcba2fe7b961cfb

2016-05-12  Noel Grandin  <noel@peralex.com>  [e82fe5f00afe0364fbcbfea3e91e10b85faae34c]

        Convert BOOL_ATTR to scoped enum
        
        Change-Id: I7991c6d05503dcbc1e5fd45d07227b766c409f65

2016-05-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8bcacdc832058a7728ab5e8260a2266033033a07]

        tdf#63994 Calc Multiline Input: Create new line with Shift-Return
        
        Change-Id: I5ddf6d51aaf7168cf116169f30a1c308b3445a6d
        Reviewed-on: https://gerrit.libreoffice.org/24694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [34499f08b560a33de35f34ec8ea2d9f2ffaf616b]

        Silence -Werror,-Wimplicit-fallthrough under NDEBUG
        
        Change-Id: I030404b445f310a850e0fee2f7ff06baebc9932a

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [52909035af5e91e89a8baad3b74828e648628dd3]

        have another stab at fixing the -Wimplicit-fallthrough in json_parser
        
        without triggering a -Wimplicit-fallthrough in unreachable code
        
        Change-Id: I971272ffcf87d7224265a9a3ae87fcf8129c7a7a

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [c880eb6b699ffda22231d008e3bcc842db32576f]

        tweak assert and switch to squeak by NDEBUG and nonNDEBUG
        
        Change-Id: I996d69d83acb77e96cb105f65a0243bd5fe80295

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [43c95611d2621d1f2f9d60b26c07aad25c62baed]

        tdf#99369: Try harder to bail out for non-horizontal text
        
        Look not only for fonts with rotated glyphs (where the first character
        of the face name is '@') but also for font objects with non-zero
        orientation or escapement in general.
        
        Change-Id: Ia88d38010e52ada8193f2b8057d9f3250108e9f1

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [92c4c76f55049ed888fa9b4c2fba6b88f18e4cc5]

        fall-through->SAL_FALLTHROUGH
        
        Change-Id: I91ed1614162f3b7de13a0fe4ce1af689dce21510

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [eacea16a6ca4c6b38c28de1aa1dec884f48042d9]

        have a stab at fixing the -Wimplicit-fallthrough in json_parser
        
        Change-Id: I2e6909cd804159a3540de4eb8ddecc1bd9131457

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [3beb77bb6753a77b7d801fdc65fad78b98331813]

        Resolves: tdf#99464 don't allow a menu as a dialog parent
        
        which is an issue since...
        
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Apr 5 15:27:38 2016 +0100
        
            Resolves; tdf#87120 no keyboard navigation inside floating windows
        
            lets try and treat these the same as we do normal toplevels
            like dialogs if they popup with GrabFocus.
        
            This way focus can be set on widgets inside the floating windows, and
            so keyboard traversal of widgets etc all works.
        
        which allows keyboard focus inside floatinging windows to allow
        a11y keyboard navigation inside them without jumping through difficult hoops.
        
        Its typically better to explicitly set the parent of the dialog rather
        than depend no the auto-search stuff
        
        Change-Id: I869f3ef6c86d32dd9a1f5b53a2677be9f16a1598

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [9226f602bade8a153fe2d5877cc47856cdcffd0c]

        rejig for legibility, no logic change
        
        Change-Id: I73418e29dd85488613ea5c54ca8d505715ed3cbf

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [11ef5ee940b32641ae2697d0426e8a0108f2a858]

        in non-debug build, leave sPath empty
        
        (avoid -Wimplicit-fallthrough with NDEBUG)
        
        Change-Id: I60332c4b05c805a7972189774283cdd518f77af0

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [94b361b0054dda1896f993e813950c6f120d8d86]

        loplugin:stringconstant
        
        Change-Id: I5515f35871b23b67564d5eda52bf3323e7e047bb

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [3eaf7ae663e7dd0fded01dd73bbedda59e8a0af3]

        Massage code to avoid warnings
        
        Change-Id: I847e1a109bd20e64161a7735ee30b2fe1ca507b0

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [89f22051f22538bbf90951a6f6d2da13a17879b7]

        WaE: -Werror=logical-op dynamic_cast dbg test is on the result not input
        
        Change-Id: Ib3750fe1d2ce480beb5b4c512ed74701f29eecfc

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [c1b6d154724a64d8a46bc95de1e23e614bfcbc75]

        Massage code to avoid warnings
        
        Change-Id: Id86085e60c588d80ae50e8e5af07f2065b89048c

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [81ad706b95ea0e350cf5ccc8fcb18ca4b375bffa]

        Replace comment with SAL_FALLTHROUGH
        
        Change-Id: I9ccba0369453af3b4b3328b9fca94429369c6524

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [1859d3881abaa3a6254ab8671dbd8f9355f0d5fa]

        Replace comment with SAL_FALLTHROUGH
        
        Change-Id: Ibc5937b852ee8220d5d347e18a824df4c97ade40

2016-05-12  Michael Stahl  <mstahl@redhat.com>  [c567c0cf4484de490c3439d45310a23e77c38f7d]

        dbaccess: replace boost::bind with C++11 lambdas
        
        Change-Id: I468f9c7af9c8c8189c51790e0301dd8c60a9f83c

2016-05-12  Michael Stahl  <mstahl@redhat.com>  [28159e91ba936e9da13bb4e194b34605065e4362]

        sdext: replace boost::bind with C++11 lambdas, part 2
        
        Change-Id: Ife5fbf7a7a41182de00dca339cba160e3bb0062f

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [0b8a989aceed4f719924410907ab69d2a0cab989]

        warn to info for something that isn't a surprise
        
        Change-Id: I7427d2970d81d700f1ecc3e48c33ffb5a8045f2c

2016-05-12  Caolán McNamara  <caolanm@redhat.com>  [71c4a2b761885c2d5515e89fd5aedf7d1e8a249b]

        mpDefDialogParent is not used since 2002
        
        i.e.
        
        commit c0ae87cb5f2989bc4b8dff4907994d513ee87e39
        Author: Stephan Schäfer <ssa@openoffice.org>
        Date:   Tue Oct 22 08:39:05 2002 +0000
        
            #103442# choose DefDialogParent on-the-fly
        
        and so calling SetDefDialogParent doesn't achieve anything
        
        Change-Id: I2ec72da47b2dac03fdddbdb9eba5ae4bf205eb22

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [533fd775d51472e6cff93487a27136f67f06d77f]

        Massage code to avoid warnings
        
        Change-Id: Iec529b4750770c52aa0a746390ba272ce6390fb5

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [a966293cad1f5e6ad7798991dc4c8d1fdb83a5cd]

        Replace comment with SAL_FALLTHROUGH
        
        Change-Id: Iff490d06eaf73e0b55bfb7aa6c41b5fd3851ea44

2016-05-12  Stephan Bergmann  <sbergman@redhat.com>  [8d711b2dfdd552e1210eb92091317da27fa7a1b8]

        Missing SAL_FALLTHROUGH (see comment above)
        
        Change-Id: I25d7c76462699e0f206e622841744fef9527108b

2016-05-12  Noel Grandin  <noel@peralex.com>  [899e8cedd7679dcd3cf26a6268a37dedcf66433d]

        simplify SalGraphics::copyArea flags argument
        
        Change-Id: Iaaef4d90d7fe817a32cd51652d41c2e49c8909a4
        Reviewed-on: https://gerrit.libreoffice.org/24832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Noel Grandin  <noel@peralex.com>  [b415494bf0468b74318b61f114e2ff4ae68c00ee]

        clang-tidy modernize-loop-convert in sw
        
        Change-Id: I1f4a0ad6658bd3154c48940296aa8edc1ea1612c
        Reviewed-on: https://gerrit.libreoffice.org/24876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Noel Grandin  <noel@peralex.com>  [875984617cfd6c773eb93f339929eb3fabd3e97b]

        clang-tidy modernize-loop-convert in svx
        
        Change-Id: I09e5243e5dff46ceccef1a707e648ee9cb0c37c5
        Reviewed-on: https://gerrit.libreoffice.org/24875
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Noel Grandin  <noel@peralex.com>  [6bc3c2bdc5279314881b7e950d76d4d813470d11]

        Convert SFX_EXTRA to scoped enum
        
        Change-Id: I57fa684d91d10a132c718152ca646edd1c7bd189
        Reviewed-on: https://gerrit.libreoffice.org/24882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Noel Grandin  <noel@peralex.com>  [1342818790083ec1324f76c4eb1813827a4f5b72]

        convert SFXWB file dialog flags to scoped enum
        
        Change-Id: I1ab5191dc582c46785da58d50b2e68c30b5cbc9b
        Reviewed-on: https://gerrit.libreoffice.org/24881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Noel Grandin  <noel@peralex.com>  [0f4ac20e0456b32995f7a3aff4e46b59e64704a6]

        Convert RulerType to scoped enum
        
        Change-Id: I2233b70e5413bfa3156011e1b3306d539003795b
        Reviewed-on: https://gerrit.libreoffice.org/24879
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [e1efe3359c5105f1347ab7527aeff109e62b7e3f]

        loplugin:stringconstant
        
        Change-Id: I9eed9713a0d208e7aa4cdddc0cedb97edf831239

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [f1fa4a58fc6e203b44031f3a344ec79c14ec2173]

        loplugin:defaultparams
        
        Change-Id: I4905e4c1dd72dabe2229d99742ee0012295a9742

2016-05-12  Tor Lillqvist  <tml@collabora.com>  [1275d9614724308b97724dacb7713f07fdb173d0]

        -Werror,-Wimplicit-fallthrough
        
        Fix "fallthrough annotation in unreachable code". Clang is clever
        enough to know that code after assert(false) is unreachable in a
        non-NDEBUG build.
        
        Seriously, micro-optimisation of the case that should never be
        reached?
        
        Change-Id: I10d7ae60895437be52c27aa93539d17e0f091ac4

2016-05-12  Julien Nabet  <serval2412@yahoo.fr>  [7d3b676ce1ec99c64ec3ad3a3f94cb9d42c2128c]

        Silence bogus GCC 5.3 -Werror=strict-overflow
        
        Thank you Stephan for the hint!
        
        Change-Id: I22b5a9c9e65297cba5a2894e46d2fee59825a045
        Reviewed-on: https://gerrit.libreoffice.org/24900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-12  Takeshi Abe  <tabe@fixedpoint.jp>  [cc63036369b29d7985e2e773470f6f9aa068f4e2]

        Convert FLG_* to scoped enum
        
        Change-Id: If767fff10a0bb28735578b4ec3dcf7b9e2d326a2
        Reviewed-on: https://gerrit.libreoffice.org/24872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [4517ac374166c07df6fbe715797f6e1d9885805d]

        sal: -Werror,-Wimplicit-fallthrough
        
        Change-Id: Id8262e735b9f95d8b476a4939c362648e2a4328a

2016-05-11  Julien Nabet  <serval2412@yahoo.fr>  [842970f8469e0147ff9fdb06ebf8ee1a3299e78e]

        -Werror=unused-variable for non debug build
        
        Change-Id: I110ae4973e98b0fa3c8c5273e778eab9ddcd7476
        Reviewed-on: https://gerrit.libreoffice.org/24899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [a7a96078ff5d7b0d5655db64e49ec4d48c6bb3f4]

        Resolves: tdf#99464 set what parent the dialogs are dialogs for
        
        With nullptr a parent is searched for and assigned (unless NoParent is
        set which means no parent)
        
        since...
        
        commit dd46727b99d4bb5135451aa7e5e1bdb197373843
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Apr 5 15:27:38 2016 +0100
        
            Resolves; tdf#87120 no keyboard navigation inside floating windows
        
            lets try and treat these the same as we do normal toplevels
            like dialogs if they popup with GrabFocus.
        
            This way focus can be set on widgets inside the floating windows, and
            so keyboard traversal of widgets etc all works.
        
        I believe an active menu is allowed as a parent (which I'll investigate and see
        if we can fix or revert that if necessary), but its good practice to explicitly
        set the right parent rather than depending on what happens to be on top anyway.
        
        Change-Id: I744f6d9bc133058a4a9db94d6c27d2e36e22179e

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [58a64174a8679b10464180d3807e4b89a1535b42]

        slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>
        
        Pretty sure FuncT(...value_type) is wrong since value_type is
        std::weak_ptr which does not implicitly convert to a callable pointer;
        this caused build failure on Mac OS X with clang/libc++.
        
        Change-Id: Id9de4a7825347a84cce2aab5367a457a003bb352

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [7ac1062c66427186f06697885a96e54ff1af6e0e]

        slideshow: replace boost::mem_fn with C++11 lambdas
        
        A bit more verbose but we have less than 10 mem_fn now so better
        elimintate them all so hopefully we can get rid of the corresponding
        boost warning patches.
        
        Change-Id: I79e2f9994841125916d92bdce9973d956f2a68ce

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [148da261c8d92cfa6e6959fa6cf7119615a76539]

        sd: replace boost::mem_fn with C++11 lambda
        
        Change-Id: I5502730d042d385033f34ae888835637376ffb44
        Reviewed-on: https://gerrit.libreoffice.org/24887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [c7325f39031cb5c968c88c4efc6f58c0df8e01c7]

        sdext: replace boost::bind with C++11 lambdas
        
        Change-Id: I2a30e764b96530e21d5ff201b18f98d1cd334a6d
        Reviewed-on: https://gerrit.libreoffice.org/24888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-11  Pranav Kant  <pranavk@collabora.com>  [a5a71cea62ac3041006c5e9815ae2317999639ac]

        sc: Add new param, DontTerminateEdit, to .uno:Save
        
        ... which determines if current editing mode before save should
        be terminated with save or not.
        
        Change-Id: I49318013f1244eb8681a19ed3da50fbecd336a3d

2016-05-11  Pranav Kant  <pranavk@collabora.com>  [0241896fad3fea09f31e4637bc3dcf2baf12a67a]

        lokdocview: Add debug info; paintTile rendering time
        
        Change-Id: Icdb14e9a5fedb3dcfbad502e323b333c3dbcc534

2016-05-11  Juergen Funk  <juergen.funk_ml@cib.de>  [0761614ccf5beb9051fb132c5f1990198f32967f]

        tdf#98924  In windows, change the keyboard layout per application
        
        reint the key maps when in windows change the language for the
        application
        
        Change-Id: I71045386b4fe4d6db5572effa07a2f01ce79e74f
        Reviewed-on: https://gerrit.libreoffice.org/23556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [812e640561e932ab178b0cba16165272ef876b1a]

        Enable Clang -Wimplicit-fallthrough
        
        ...now that all intended ones are marked as SAL_FALLTHROUGH.
        
        Change-Id: Ibc76299cdac0d33285a47b106e7a548a5efffcbd

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [01f787a21a9dd0116545fbaa13d0a073db5b5d74]

        Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"
        
        Would be great if people knowing about the respective code areas could look into
        these, and either change them into plain "SAL_FALLTHROUGH;" or "break;".
        
        Change-Id: I6bd5e04bbb84452bea57d10946522b456c2ad5f0

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [6356b3374788cc9e90e23dd17cc3ff536ac7fed8]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I4394a2e54da7c8a0e998db818211b0935b4cb1cd

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [0a5f9d780662f40ffd6bd03eaec79b909277e4e7]

        SAL_FALLTHROUGH is intended here
        
        ...given 8100100298b877765e1781fb0eed285e82749ad1 "fdo#80167 RTF export: don't
        loose page breaks" (and confirmed by Miklos on IRC)
        
        Change-Id: Ib70df00c565c5ec163fb13ead501d2100743d2dc

2016-05-11  Oliver Specht  <oliver.specht@cib.de>  [b22ce3294695c7ef4c80f7ec4c4db10b13ad7ab2]

        set parent window of windows system file picker on save(as)
        
        If no parent is provided the Windows system file picker uses either the current
        foreground window or the desktop. The decision depends on the thread id of
        the foreground window. To make sure the document window is used as parent this
        is now also sent to the system file picker as it was already done for the
        internal file picker.
        
        Change-Id: Id589cbc1f91db30e065175aaea42ef1512ffb1b9
        Reviewed-on: https://gerrit.libreoffice.org/24635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [315aebd9706fde5c8d4a4b6d1f5587edf5607671]

        Looks like SAL_FALLTHROUGH is intended here
        
        ...given 3006acbabc363af9dfe7deab11759678ababb7b9 "New: Vertical flag"
        
        Change-Id: I99c89017f43aeb6f7cf2808dffc498b99d8765fc

2016-05-11  Oliver Specht  <oliver.specht@cib.de>  [c4af0759048c38dce6f6b64cf50b40341032b023]

        tdf#98981 added initialization of e-Mail configuration QueryBox
        
        Change-Id: I96a742439825ae422bc345294c2964159d168d3f
        Reviewed-on: https://gerrit.libreoffice.org/24650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f1242573ee4ae7f63a9b85209a859c1047affb8a]

        Fix horrible codestyle
        
        Change-Id: I3bbeb625abd9ba130fc6fea97689ead682fa074b
        Reviewed-on: https://gerrit.libreoffice.org/24893
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [838994da2af5f069654456dc86c5ffbc4322c37c]

        Missing break in switch
        
        caused by c2ea2e6ca99395cc6d9ea8f2edf009252dc87957 "coverity#704901 Dereference
        after null check"
        
        Change-Id: I7e53493bcb2857ccc840429cd2fd2e802180aa19

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [e5b404fcde3b177a36ed138e2cc541d6210eb11e]

        Looks like SAL_FALLTHROUGH is intended here
        
        ...given how 85789fbad4d47007e27db277839fdc12b9eb09a7 "Fix #85710#: Changing
        content anchor but not anchor type" changed the code
        
        Change-Id: Id19b277ecbc4f39577cc622a486c58ee15bdc520

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [8a1440cf04e621798f3e4319c6023e8b4aa08c45]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I34629f1f4c77aaf12bb9b668b24f98e8d3e8eaef

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [3c8f49d7f8d70282236bf4f3d6b5a700e169f8e8]

        Missing break in switch
        
        The case SID_CURRENTDOC used to harmlessly fall through to
        
          case SID_ATTR_SIZE://XXX ???
              break;
        
        which was removed with ebabf6d1fa648d62dd63529e9fe64dcb631caee8 "fdo#86018 Don't
        do anything when clicked on placeholder in statusbar", making it erroneously
        fall through to the case SID_PRINTPREVIEW instead.
        
        Change-Id: Ib7792ed4198ea3e25696a63f0d7ab4df78848e6a

2016-05-11  Michael Stahl  <mstahl@redhat.com>  [eca8497238ac331db5ce9cdc35fb2e2f5f5354b3]

        sd: remove pointless micro-optimization
        
        Change-Id: Ib5c9e79d21969922feeed5cd1908f238608401e4

2016-05-11  Tor Lillqvist  <tml@collabora.com>  [c994d59fe05a6b54d8821ac0db9efa9b87fe2e7e]

        loplugin:implicitboolconversion
        
        Silly fix for "Implicit conversion (IntegralCast) from 'bool' to
        'gint8' (aka 'signed char')". The GLib TRUE is defined as !FALSE, thus
        it is a bool value, which the loplugin doesn't then like being
        assigned to a 'signed char'.
        
        Change-Id: I04ae41c0ff89adad8962954e04215026b5f79c4c

2016-05-11  Tor Lillqvist  <tml@collabora.com>  [9b1febead3f026a53211de492fdb72d7ae89e2e4]

        There is nothing called 'flushAndSwap'
        
        Probably what is meant is the name of the function, which is doFlush().
        
        Change-Id: Ia949a2f8ce19950b1cd0b676c5146488ce7182ee

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [7200965a31cafed1d37de9946b417ceac2e850e0]

        Resolves: tdf#92951 make PaneDockingWindow dockable again
        
        Change-Id: Ia7a59849777247c2beaabd3c9a4938317a7ea2d0

2016-05-11  Julien Nabet  <serval2412@yahoo.fr>  [40222365ceb2e16b75a16a3837da1cb27d1c2224]

        -Werror=strict-overflow
        
        sc/source/core/data/markmulti.cxx:242:50:
        assuming signed overflow does not occur when assuming that (X + c) >= X is always true
        from gcc (Debian 5.3.1-17)
            while ( nBeg != MAXROWCOUNT && nLast < nEndRow )
        
        Change-Id: Ic547a65d321577924c84b2b01b5cb2fa2ed31f8e
        Reviewed-on: https://gerrit.libreoffice.org/24863
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [84987b8cdccfd76ca5c231513770850de6436201]

        fix mac build: missing quote
        
        Change-Id: Iab61990c27d8de6ec023d9890dc2c69433a4816e

2016-05-11  Katarina Behrens  <Katarina.Behrens@cib.de>  [ad70397b7fa5af17c1769711ba80904b5543a7cd]

        tdf#89466: SvxFillTypeBox::Selected needs to be called
        
        when something is selected in order to flag that its
        an acceptable value and should not be reset to the
        previous value on losing focus
        
        Have to use SvxFillTypeBox instead of base ListBox
        to achieve that and so SvxFillTypeBox has to then be
        SVX_DLLPUBLIC
        
        Change-Id: I92f6264cc9cc0a9c7c8c0b5c3c73517fe456d13e
        Reviewed-on: https://gerrit.libreoffice.org/24858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [43896bcbea44aa92ee80ee7ba6cb39f5f514c751]

        Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6
        
        Change-Id: If772231e824e71c327103e147e3eef69e82339f6

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [fac124afd23b23c648900d14c41881dc246f5e0e]

        make this cunning more explicit
        
        Change-Id: Ie461646e076da4aa4b144c68e0e08c0424474ad8

2016-05-11  Caolán McNamara  <caolanm@redhat.com>  [ab30f3367686f37c18a5c11e3621e29e37b11409]

        gtk[3]: the frame argument is now unused
        
        Change-Id: Ib9989545495a8682d7cac97c02ab73d7c622aecf

2016-05-11  Noel Grandin  <noel@peralex.com>  [fcc2543d567fbab2396dc3ce4f4513c0c1d38108]

        remove unused FILEDLG_STATE constants and fields
        
        Change-Id: I2d7460e575b0935e5001b2c78d0ffb0dd33f3c39
        Reviewed-on: https://gerrit.libreoffice.org/24880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [adcd59aebbdeba925eb5c5c4b74a90855bca286f]

        Convert RulerExtra to scoped enum
        
        Change-Id: I81f5380e27a741ab6049bcec6b4136d8f2d1169a
        Reviewed-on: https://gerrit.libreoffice.org/24878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [8e4a113229298b4fa5bddd6cf71715d1fb87c3ef]

        Convert RULER_MARGIN to scoped enum
        
        Change-Id: Ia8711614fdb9090faeebfe294cbb064ded20b5fb
        Reviewed-on: https://gerrit.libreoffice.org/24874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [a4f9fce47bffdda69c81ef64805e441610fca5b1]

        Use SAL_FALLTHROUGH where intended
        
        As discussed on IRC:
        <alg> sberg: intended - double includes the lines from single, aka triple
        <alg> sberg: Okay, please add comments there. I was referring to
         FillHatchPrimitive2D::create2DDecomposition where the same switch is used
        
        Change-Id: Ie007bdb54a56ead1b9139451d20f2ea6aa7e6f20

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [42ea4312c0b81cfcd08e7689278c57411ae3c2ac]

        Include cppumaker-generated .hpp, not .hdl
        
        Change-Id: Ib0451f26edbfbcdfdca78caa97bd09bc65ec2782

2016-05-11  Noel Grandin  <noel@peralex.com>  [08234bab5e3287724344cd127ea88090561d9fc0]

        Convert MESS_BTN to scoped enum
        
        Change-Id: I9332216f58268b20b3b8e9488471279d70c519ad

2016-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [307ab87fecb702b3aa72525ce4556b9c49fa5515]

        CppunitTest_sw_macros_test: fix loplugin:cppunitassertequals errors
        
        Change-Id: I1cb5f51a4dda9b2a38f4de84e4e69b0f1a7e623b
        Reviewed-on: https://gerrit.libreoffice.org/24873
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [982b887bf9686b8b02960aae7dcc38a3b7c49ea8]

        xdg-app got renamed to Flatpak
        
        Change-Id: Ib5ea4ad5b6033ee1634ea2f245742f862a40042d

2016-05-11  Noel Grandin  <noel@peralex.com>  [10cc455580b2349e99ac48732cc451f7e2126953]

        convert SAL_FRAME_TOTOP to scoped enum
        
        Change-Id: Id996e1e6fc29f6323bd4e82785386de26d075cae
        Reviewed-on: https://gerrit.libreoffice.org/24834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [4e8a0a75f46356639ac9e00086e2ec9b9f333c77]

        Missing include
        
        Change-Id: If7abf2ad3ac738e7103491e38a0e53ba424f5550

2016-05-11  Stephan Bergmann  <sbergman@redhat.com>  [88100c5acd81db37fc0a2131b4c87f6f0648bd6f]

        Lost initialization of mbMouseOver
        
        ...with b0ea829f686b0cb690e2c2828389263f36ee7c5d "vcl : Simplify vcl::Window
        initialisation and destruction"
        
        Change-Id: I40aafecd746b4981206e338e4e65004624701dea

2016-05-11  ackepenek  <ahmetcan.kepenek@gmail.com>  [79e68375e48303ae1a36a0a61814cdb87cca3415]

        tdf#99145 refactored to pep8
        
        Change-Id: I4896cd0bda97331a8291588e6a4f29a881d1229c
        Reviewed-on: https://gerrit.libreoffice.org/23925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-11  Noel Grandin  <noel@peralex.com>  [63ba54a168dbc777cdcec2393be476bdd5f79bc1]

        convert EXTTEXTINPUT_ATTR to scoped enum
        
        Change-Id: I94706bdea91d367fc8c2bbd482f6b4d8f55449d7
        Reviewed-on: https://gerrit.libreoffice.org/24821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Jorenz Paragas  <j.paragas.237@gmail.com>  [7b9ea3348ac08d775ae452132239853724c65a41]

        tdf#42949: clean up includes in include/oox/mathml with iwyu
        
        Change-Id: Iefb4e7184009318c0b8859aa895e0b25fc9d9213
        Reviewed-on: https://gerrit.libreoffice.org/24871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [3e5a01617e14e9cbd6c4ab79dac1cbbd9ac3f4c1]

        Convert BORDERWINDOW_STYLE to scoped enum
        
        Change-Id: Idbd538c69ebb40a319decc1e3a9cf06c99eb6423

2016-05-11  Noel Grandin  <noel@peralex.com>  [28d200d4140271f212240dd6e867ee0fbffa3dad]

        Convert BORDERWINDOW_HITTEST to scoped enum
        
        Change-Id: I67341099c5465cc77840a8087d186b825d79048d

2016-05-11  Noel Grandin  <noel@peralex.com>  [2d21ec205d1eca652fd501790d9d86a3336d6074]

        Convert RULER_BORDER to scoped enum
        
        Change-Id: Ia8dcffe817e6f7a5f8470ce08c25103c527d221d
        Reviewed-on: https://gerrit.libreoffice.org/24854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [dc29492cd77a10163f004836afffdf8bd3c381d1]

        Convert RULER_DRAGSIZE to scoped enum
        
        Change-Id: Iddf7562273072eb4d5d60efc730d5c40bfc79f46
        Reviewed-on: https://gerrit.libreoffice.org/24852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [f09ab2ccb8bbbcf9b9db3cec94ce9b59f901a1c6]

        convert RULER_INDENT to scoped enum
        
        Also separate out the INVISIBLE flag into it's own bit, because the
        constant is shared with other fields.
        Also fix some dubious code in SVX that was setting stuff on the field
        that meant nothing.
        
        Change-Id: If460be575eee38b8e9f01af4d73f93f6426c604f
        Reviewed-on: https://gerrit.libreoffice.org/24853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [33efbfda45a96f540f976abf3dc00ab256872af4]

        convert MappingType to scoped enum
        
        Change-Id: I1f00e1fbdb9213d0c2f30da116684b77842282f5
        Reviewed-on: https://gerrit.libreoffice.org/24851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [265068d65b39688b8a4756dfbcd46453dd1f9b70]

        clang-tidy modernize-loop-convert in scripting to svtools
        
        Change-Id: I98229d14109cf243839d632feabde1391ea9bad5
        Reviewed-on: https://gerrit.libreoffice.org/24847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [9e0335d1db22bd3ad3f4bb249b30a00fd55558f4]

        Convert FONT_FAMILY to scoped enum
        
        Change-Id: Id7cc5c76ba45cdd6a06a981ad14e83713cfe5c1a
        Reviewed-on: https://gerrit.libreoffice.org/24840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [eff219140f5dc81424b3281438dc5ed0a9dd6a9a]

        Convert BORDERWINDOW_DRAW to scoped enum
        
        Change-Id: I25d8c8921445749be05974af5c00e9fde82382a3
        Reviewed-on: https://gerrit.libreoffice.org/24837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [36028d9010b697ac97da2acc0fa21610ea8731b0]

        Convert BORDERWINDOW_TITLE to scoped enum
        
        Change-Id: I9e3088c4ba51010a013f5bbaa2bb545ffa11409b
        Reviewed-on: https://gerrit.libreoffice.org/24836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Noel Grandin  <noel@peralex.com>  [6104a9807500c59196ff007d24cfe111f0b2754a]

        remove unused return type from SalGraphics::SetFont
        
        Change-Id: I0ca41130f5e1028a70f1242f7af3366b7c57c572
        Reviewed-on: https://gerrit.libreoffice.org/24833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-11  Akash Jain  <akash96j@gmail.com>  [1da9b4c24e806ad2447b4a656e2a7192755bb6a8]

        Change code related to setting diacritic and cluster property of a character
        
        To determine whether a character is a diacritic check the characters unicode
        combining class if the font has no GDEF table.
        Also change the way to determine whether a character is in a cluster or not.
        
        Change-Id: I1ef45d5ffe610216d492ce4a1caacf2c01bfde78
        Reviewed-on: https://gerrit.libreoffice.org/24844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [b871a97d35a4160b7403c07bfac10aaa744fbbfd]

        starmath: Drop unused non-const variant of GetLeftMost
        
        ... resulting in one less const_cast.
        
        Change-Id: I3dad339f25524fc22e7a02b08ee7ec01b341e991
        Reviewed-on: https://gerrit.libreoffice.org/24810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [750e39302ee9bc7e2583b8efbca79c25c93d0bff]

        tdf#99588: Fix radio button groups (and thus up/down key cycle)
        
        Fix both Operations group (orig. report) as well as the other
        group (Shift cells) which was broken too, but since the buttons
        happened to be in alphabetical order, the bug didn't show
        
        Change-Id: Ib4d3dca29b286efe58f066dd20c4d4a9d6bf07dd
        Reviewed-on: https://gerrit.libreoffice.org/24857
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [4266caadbbe67fa23de0df3b84f4d923cfd57201]

        Assign 0 explicitly, avoiding intermediate downcasts
        
        Change-Id: I43a9adeaf7078551a3447032fbf65affab817b15

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [92849803822407301c79db98245711d054f8fe9b]

        Constify some temporaries
        
        Change-Id: I4d88975c4c4639ff933dc155bd258f1617c2198f

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [ec3f3cf11b9874b22f6cf71c66932844c5a6938e]

        This temporary Size is not really needed
        
        Change-Id: Ieb20b30bb017118acc6fcc00d175cab9b47732c2

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [a123e824d985750288567b18ec609546e1f09ebc]

        Use member initialization list
        
        Change-Id: I98486822d1cac8fd16c8d916011c3d99baf1f1ae

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [297e22838e1acbb7ffaa1d4879c3f56718ac947a]

        Reorder class field
        
        Change-Id: I7e4c7704cba8d1e2528b966267a350bdd7394e24

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [a79e3cc00bc9192497a3cb53e2d11edeb0b709c2]

        Fix code format and remove some unneeded parentheses
        
        Change-Id: I7ffd93c98736f1904cef5c5bfcfa18dbf365cd6d

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [aa31ad04fdf88ea255a4a06e2cd149bd424aa897]

        Avoid some temporaries, constify
        
        Change-Id: I5a9a02b5dae88679d7f39a85b26796a161688815

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [7471dee1dd7746b7fe37d8573c43813fc00dd1b6]

        Avoid some OUString temporaries
        
        Change-Id: Icd7a63ac144c9ef365e64ab09d611cdfe3edf739

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [eb81253a379566f76c5a29b7e2636896110d8a78]

        Avoid some OUString temporaries and constify
        
        Change-Id: I4789e9c0a4c2978e703ad4f8a088c8d267cd0972

2016-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [c64a7dd4270296bef1b577ced45b51122a379e3f]

        Avoid some temporaries and constify
        
        Change-Id: Ie9ae7edb78e3c5768e4d253ab43a1dcdcf44078c

2016-05-10  Jorenz Paragas  <j.paragas.237@gmail.com>  [4bf7614503292fe69d3e5835621c1cdcaa4536cb]

        tdf#42949: clean up includes in include/oox/helper with iwyu
        
        ...and fix the many compiler errors that occurred as a result.
        
        Change-Id: I497c326272b2f02737ca3765720d6815b735423b
        Reviewed-on: https://gerrit.libreoffice.org/24735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3742748699cc09b04bff3d7c606f1c7a21427357]

        Fix typos
        
        Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3
        Reviewed-on: https://gerrit.libreoffice.org/24760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [498d3d9c4b1b1201f1a8eaeb52cfd0dd9eaa047b]

        Presumably missing break in switch
        
        The code was like this ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a
        "initial import", but it looks more like the break was always missing than that
        it was an intended fallthrough.  Note how the symmetric FIRSTRIGHT case does end
        in a break.  Also note that in the original code, the fallthrough case RIGHT
        guarded its modifications with
        
          if (bTbx || n <= nPos)
              aInnerRect.Right() -= pCli->aSize.Width();
          break;
        
        (where the surrounding if got since removed), so it was presumably less likely
        that an erroneous fallthrough actually caused any modifications.
        
        Change-Id: Idf7ee117f1e22dee19343684a2f56fbf464bdb7f

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [bb86fd9e3c75464ac27fa1534e85a5ae236ec484]

        Presumably missing break in switch
        
        In fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import" the case
        SDRDRAG_CROOK fell through to the default branch, but which was irrelevant, as
        the default branch's if-branch would only hit if bCroner || bVertex, in which
        case the SDRDRAG_CROOK's if-branch would already have hit and returned.  Then
        dc1fddc142ab438775e2c1bae4a0e148d263ce0d "INTEGRATION: CWS
        cropmaster2000_DEV300: #i83933# added interactive graphic cropping" moved the
        case SDRDRAG_CROP in between.
        
        Change-Id: I66939fc62416e0a442b02e674d90812ce76f3b2b

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [5ffd2c1595d1f67f5e4b14e48188a1f37f1956b5]

        Presumably missing break in switch
        
        Was like that at least since d2000efb31f864e912c6cf52760eea0e602b6893
        "#i106421#: move msfilter to filter", but as clarified on IRC:
        
        <vmiklos> sberg: doesn't look intended, i think ESCHER_Prop_lineDashing and
        ESCHER_Prop_fNoLineDrawDash are supposed to be mutually exclusive.
        
        Change-Id: I5ea92e6bdc9800c4511ca041c0572d1f9ffca49c

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [ca6c108caaeca5c8176164fcad70ae7a77865892]

        Missing break in switch
        
        First 749a0845500d69f99bf1901bab82361f67b5e4f6 "don't show area and line panel
        in pie chart Chart selection, tdf#94320" added the case OBJECTTYPE_DIAGRAM
        falling through to the default break case.  Then
        14237c1678167da725fee079532c4669264d697f "use trendline context for trendlines,
        tdf#94931, tdf#94934" added the case OBJECTTYPE_DATA_CURVE,
        OBJECTTYPE_DATA_AVERAGE_LINE block in between.
        
        Change-Id: I9d06b5054128c4a31381e33620f4a2b898e0e969

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [1d3494b55bc6d89a0ec4ca64a52e354337d937a0]

        -Werror=empty-body
        
        ("suggest braces around empty body in an ‘else’ statement")
        
        Change-Id: I7c6de1ed2cc1c2cc39e2c8f530866c31ab038907

2016-05-10  Krishna Keshav  <princy.krishnakeshav@gmail.com>  [1fcd8dfb70124acc935c24e066dfd3e2144baec9]

        tdf#99589 tolower / toupper - dangerous to Turks ...
        
        replaced tolower with to AsciiLowerCase() in
        lingucomponent/source/languageguessing/altstrfunc.cxx
        l10ntools/source/gL10nMem.cxx
        
        Change-Id: I1340da18b263a4a921e2e8d96c0f133fe300086e
        Reviewed-on: https://gerrit.libreoffice.org/24682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [6bf020fb7ef0a13188ece51d41dd101141b42b41]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I0dd8f3c1d9330bc58cf52212c9752adf51444d3d

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [8eb8b9c1d27d97c722ecd992521226a7a49d984c]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I1f147c4a0ebc6895435722d8385131917f88ecb5

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [7a8b384271d947248430cfb189165fc64cdbec0c]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Id0470b3e60a455bc3807f4fa5da98cf5f1877d00

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [bdacf96e3a52c30675c6cc0cbe037870cbeb4dda]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Id6e230d026184ab243e994a17515f2e5539d3646

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [9c121778fec1d502ab0e1d7ff2da6f82df0cc8f2]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Ief09facecb6243815309a59e23a5673db5e1d94d

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [d567f8e242c40474cdbf0f43243185d334bbc331]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I49c216ed6e1e401fcc2029c047d7a7feeb767b36

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [d3ad80f08e4821eb0ac6999c3812384e8bfeb757]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I6df171debbf4940bf27898c3ff5d8597f437897f

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [ad5323b2aae7a69e58629717fb71618ffb727e8d]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Iba1556d1918a336e376c0fda5e7e14b3e890d267

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [23b5935c7d5e14196bf2b961c7702281bee97ec3]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I8fcd7bf2583c935e060a29e43c88614681d81d13

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [3dfcfdb9ed32c2fff3a3df510e289db7697cdce1]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I8a42f027d4970fe31c0e713d1402668499c8dda7

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [03f440c379a03500a40cc34097c68a150d7a226d]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I796ec3b79d7c26d9efe275b4232ae85cac80b578

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [2ea7fe2522856167c5dc50a4f5b82805761a6977]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I646abf83b4dce8c92a3ba1c136d968bb9291dd83

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [ddb4988c581cb891c6f55ef4435f6b625b7bfe2d]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I005943a7c7bc4f8bfc647b2cf44f143a66a7e997

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [7d91753c5bf91a830620651652fe96dbeed77a92]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Ieee43fce49b7f07d6b356e8c2e34e9e92b605957

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [21fcb2b4a2e4c2c846b9d844434dcd84f8dd728b]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Ib0cb61ce63b065f6e2845ef7e8da0827556110ba

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [bade0a1517245c6f57caf586de6c9c8bc49ed4b9]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I0dccdf984f4b171feab20e8400376cf8846ffe2e

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [2188f877ed4c5536e21dfac125d04bb4364ce330]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I07f247f003a5522e7d655f30f7c68d1b8f7225f2

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [0664c36889e082589dc3dd584ab657536c561af2]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I041971ad00b6b2e41509fa6b877c0563748f1336

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [b994589cec224de4d0ab33d115c76ada7823921e]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I41dec58c163bdd33b71b3519fa0fd6eca72faae6

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [f01ba80990c96b8761079c363b87aea676e5acd9]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Ib67f7cb71255a32810f09a6b7e528f024bbef9df

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [6a922dcc4feddca3596df9e68da853913b403560]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: Ic764a6499b8f5ecac62d326151b0957c53866e08

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [895eaa5b02591f61f2e9c9e7a8dc0a82231477cc]

        Add SAL_FALLTHROUGH, where apparently appropriate
        
        Change-Id: I28bca2b15cb2d6f521efbcc27e93be2338500489

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [b6ecea71bebb3c889cca16cc202cb0d030119c3e]

        Add SAL_FALLTHROUGH to what looks like flex-generated code
        
        Change-Id: Icd980dbbdc8b55d76b7f8abe4dd1a9d7e475143d

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [d2cc57bf4286773260261e1c82315ef8b3a174e5]

        Silence Clang -Wimplicit-fallthrough in gperf-generated code
        
        ...in preparation of eventually enabling -Wimplicit-fallthrough for Clang.
        
        Change-Id: Idca352d011505e83dbe275cb19626c8b9d8560c8

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [14cd5182c5f64c43581c82db8c958369152226ac]

        Replace fallthrough comments with new SAL_FALLTHROUGH macro
        
        ...which (in LIBO_INTERNAL_ONLY) for Clang expands to [[clang::fallthrough]] in
        preparation of enabling -Wimplicit-fallthrough.  (This is only relevant for
        C++11, as neither C nor old C++ has a way to annotate intended fallthroughs.)
        
        Could use BOOST_FALLTHROUGH instead of introducing our own SAL_FALLTHROUGH, but
        that would require adding back in dependencies on boost_headers to many
        libraries where we carefully removed any remaining Boost dependencies only
        recently.  (At least make SAL_FALLTHROUGH strictly LIBO_INTERNAL_ONLY, so its
        future evolution will not have any impact on the stable URE interface.)  C++17
        will have a proper [[fallthroug]], eventually removing the need for a macro
        altogether.
        
        Change-Id: I342a7610a107db7d7a344ea9cbddfd9714d7e9ca

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [e4bb2b4f4875c15bd68297b5be716edd6859841e]

        Note pull request for boost patch
        
        Change-Id: I92a98bb196c9f6e7dfdca7008a34fb4fd3e10799

2016-05-10  Caolán McNamara  <caolanm@redhat.com>  [b04664511e297b796c8882d05a4fac91924169d3]

        separate this piece of goo out into a standalone thing
        
        no logic change
        
        Change-Id: Ib03a2516c9b3cf6bedf52760d8f7cb68cc70464f

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [fcbd824f1b45ae7242cd7b86e98b5d947441759e]

        Use BOOST_FALLTHROUGH in external code
        
        ...in preparation of enabling Clang's -Wimplicit-fallthrough
        
        Change-Id: If64f9b18591b3cd2528adc6c2d6011d509d4afcd

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [a0d546cdcad435bdabd007b4921043716be6e2b5]

        mbErrors is never read
        
        In the original 5624be5a3520a16d57724064e16df3722d728010 "CWS-TOOLING: integrate
        CWS graphite01" it used to be read in debug-only code that meanwhile got
        removed.
        
        (And getIntValue can now be a non-member function, as noted by
        loplugin:staticmethods.)
        
        Change-Id: I758268064181d44c90f5c4d1841fb09f4c532669

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [f37541c61406a315378143517b127c203db3def2]

        Harmless missing break in switch
        
        mbErrors isn't read anywhere, anyway.
        
        Change-Id: Ieef912c046535c130b82d2d2e0536a1ec0446905

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [b401d47ebcc9b9df26ccafb74e065f972f752fcf]

        Harmless missing breaks in switch
        
        The fallthrough will only happen if eCodeType is anything but NF_KEY_MMM..., in
        which case the following cases will fall through to the end of the switch, too.
        
        Change-Id: I2fea503a0ce919dad645e3749b2173676fda5373

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [036ed9a613c4affea26713e5762710b6d2ce09bb]

        Harmless missing break in switch
        
        The fallthrough will only happen if !pDocShell.  So if HAVE_FEATURE_SCRIPTING,
        the following case's if-branch is not entered, leading to break.  And if
        !HAVE_FEATURE_SCRIPTING, it leads directly to the default-branch's break.
        
        Change-Id: Ia0ac8d849ea3c762893001bfb2c64acd9725dd92

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [0f3ac23d732239b50207cfbb8cf810ef41fa9835]

        Insert explicit "break" when falling through to empty next case
        
        ...which itself only contains a "break" (or nothing at all at the end of the
        "switch"), as otherwise Clang -Wimplicit-fallthrough would warn about these.
        
        Change-Id: I25c1cf2ca74dfeba7ca0385ca8f1c1bf30bbf91b

2016-05-10  Peter  <launchpad@ptoye.com>  [356cef643585469d17232543e4cb98ee4f3c225b]

        Updated core Project: help  603ab87d4a7356a1490a00fc62a7e2f691b5ece3
        
        Cleaned up some English
        
        Change-Id:  I5f81ef8381536aeca8eac8d409c75f20d4245786
        Reviewed-on: https://gerrit.libreoffice.org/24796
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-10  Noel Grandin  <noel@peralex.com>  [9058b06443bb901d39641c47b6d7806eb9055b41]

        Convert SAL_INVERT to scoped enum
        
        Change-Id: If9f725c791f9d01efba098caed8387f21862fa04
        Reviewed-on: https://gerrit.libreoffice.org/24825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [058f84c946debbd9e4acf2641368fa8275c15057]

        No need to wrap SAL_WARN in DBG_UTIL
        
        Change-Id: I0d401f09cb504c89329a27533c2df30b59bb60ad

2016-05-10  Noel Grandin  <noel@peralex.com>  [961b715d9d28e50608ab487624ded5231ca7bb78]

        convert SAL_ROP to scoped enum
        
        Change-Id: I2c49ec843c0f95e8246cdf9d3185c11e81a3bde3
        Reviewed-on: https://gerrit.libreoffice.org/24824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [aa544a002e534a313ad9dd365e80f052789d9963]

        Convert SALOBJ_EVENT to scoped enum
        
        Change-Id: I41fcdbb2381008b99f6cb7cafb085d35f8db9374
        Reviewed-on: https://gerrit.libreoffice.org/24828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Eike Rathke  <erack@redhat.com>  [8898a2359504c0c1e80c39468b8be10065597182]

        assert OpCodeMap and fallback-init maErrRef
        
        Change-Id: I1e289c6891f3d0273104a909428a4aa0daeb738f

2016-05-10  Eike Rathke  <erack@redhat.com>  [f92a6153ad9d8469fd8d6ae03e31fac993da091a]

        use passed rErrRef instead of obtaining resource string
        
        Change-Id: I96ae74d8d82468bebcc79cebebf86731685c446f

2016-05-10  Eike Rathke  <erack@redhat.com>  [e17b76954cac42d9dec214eb7efb4d2c3d0274b7]

        use passed rErrRef instead of obtaining resource string
        
        Change-Id: I3041b0a4f4427bbcbaf07e7a0694e9cfe5d10014

2016-05-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0214aa8ce427905477602dbf1d55278c4959fcac]

        opengl: Check if texture is valid before asking for Id
        
        Change-Id: I6482ca005df385d79bcd55f3b1db3559021ab371
        Reviewed-on: https://gerrit.libreoffice.org/24835
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [3336a0ef240fe218a1ee3cc4d939a97317d69ebd]

        more OSX fix
        
        Change-Id: I585ff0105f00793a80e0b5fa25e7dd08fb2fc95f

2016-05-10  Noel Grandin  <noel@peralex.com>  [f5afe70cf8b83708d27e15682725c01ce347a6a7]

        more OSX fix
        
        Change-Id: Id9500cf86988614d9dfa04a52b73decd2a4855e0

2016-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [015fd55c94b7b650ed8e572cafaf3b0f903b01b9]

        tdf#96275 RTF import: fix anchor of shapes inside tables
        
        Table text is buffered, so buffer the shape import as well, otherwise
        the anchor will precede the buffered text -> incorrect anchor position.
        
        Change-Id: I527b898e2cd5fafaf122a20e11df66ba8d3185cf
        Reviewed-on: https://gerrit.libreoffice.org/24822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-10  Noel Grandin  <noel@peralex.com>  [f6fb8a152797de4c5339b2fa5a3adf0e2ee0c349]

        fix OSX and Windows builds
        
        after my "Convert SALEVENT to scoped enum" commit
        
        Change-Id: Ib4a3f0e18fa5d8160446d5b5cd505bae651da7d5

2016-05-10  Tor Lillqvist  <tml@collabora.com>  [08977ff115fca510f0152cf26ccf3df24640d8b4]

        loplugin:rangedforcopy
        
        Loop variable passed by value, pass by reference instead.
        
        Change-Id: I12d1cb639cbe7a5686a1854168362b85322fa2e5

2016-05-10  Tor Lillqvist  <tml@collabora.com>  [347e46da399b8cc96d9dd8dbfd62120db473b555]

        Check if we have an OpenGL context before using API that requires it
        
        Avoid GL errors when glDisable() is called without a context.
        
        Change-Id: Ie9eae498c207a82934228ad2f74b7096308f5530

2016-05-10  Jan Holesovsky  <kendy@collabora.com>  [6928136177a4caebfdc01d5f0c1106fa8e1683fa]

        sc lok: Extend the spreadsheet area when we are "close enough" to the end.
        
        We can tweak later what the "close enough" means - for the moment it is 10
        columns and 25 rows.
        
        Change-Id: I92127a71aa6683c03692e96b9e0da7827942c94b

2016-05-10  Jan Holesovsky  <kendy@collabora.com>  [5ab5c19b13bfb35eaf84e8ea5863b30d47cb515a]

        sc lok: Move the handling of the area back to GetTiledRenderingArea().
        
        Change-Id: I4dbfc090ab43065c719f83b5355cd9832ee4d1e3

2016-05-10  Noel Grandin  <noel@peralex.com>  [e9c3dfaa9ee1096a520f527e9a99c7edcf3f34cf]

        fix OSX build
        
        after my "Convert SALEVENT to scoped enum" commit
        
        Change-Id: I1b91997fdadfd70cb2a00a33ec00f2f51727656a

2016-05-10  Henry Castro  <hcastro@collabora.com>  [c73ea11e6fa3cdc37bd4f64d9dd314fe1aa64d08]

        sc lok: set a limit for tiled column and row
        
        In the tiled rendering case, not all column and row are rendered,
        so it was set a limit for tiled column and row.
        However, when a client request to move the cursor beyond the limit,
        the tiled column and row is updated and they are rendered later.
        
        Change-Id: Id0de533ebf7b3c6e0343f9dc15336150729299fa
        Reviewed-on: https://gerrit.libreoffice.org/24777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [57f84e5b1f27a442981602bc428270a5ecb95959]

        Convert TOOLBOX_MENUTYPE_ to scoped enum
        
        Change-Id: I8eb25fc274b45b8add04dfc03e4b52f130ad04de
        Reviewed-on: https://gerrit.libreoffice.org/24827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [effde80f670c60986a92ca0f1c5c9922eb17908d]

        Convert StatusBarItemBits to scoped enum
        
        Change-Id: Ic979d1470052039c4b966edd1d896af31ef55668
        Reviewed-on: https://gerrit.libreoffice.org/24826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [034e481613742e7fc6f9d14c34dd1896bc1ba671]

        fix Windows and OSX build
        
        after my "Convert SAL_EVENT to scoped enum" commit
        
        Change-Id: I1a52a1e3428c9b68d67bd521a3136f3a529392f5

2016-05-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [22188da2410f90c2cc533b529314fae73f3b29fd]

        remove STATIC_ARRAY_END and usages
        
        used in loops, rewrite to range based loop
        
        oox/source/drawingml/color.cxx has some mappings in plain arrays
        make them arrays of pairs which can be used in range based loops
        
        Change-Id: Ib6693197d890f595c27ca24b9f9b4e0763747f4c
        Reviewed-on: https://gerrit.libreoffice.org/24809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-10  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [9727c0e736dd880fff84848f153ca066da226237]

        remove usages of STATIC_ARRAY_END in sc
        
        if used in loops, rewrite to range based loop,
        else replace STATIC_ARRAY_END( ) with std::end( )
        
        Change-Id: Ib05063eb78f82c8af967bc82e9759af2a58258c8
        Reviewed-on: https://gerrit.libreoffice.org/24808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-10  Noel Grandin  <noel@peralex.com>  [12df0a2ac89cc8da216d2244aa52ca3c291ba93f]

        fix OSX build
        
        after my "WindowStateState scoped enum" conversion.
        
        WorkWindow::IsMinimized needs to check the return code of
        SalFrame::GetWindowState, or it can end up reading uninitialised memory.
        
        So mark the member as SAL_WARN_UNUSED_RESULT.
        
        Change-Id: Iaeb132ed2fbf08162dbd7ec2e126dfa679cbda6c

2016-05-10  Noel Grandin  <noel@peralex.com>  [385ce0323fd6b5c13ab26414d68c6ca2afcfc97d]

        Convert SAL_EVENT to scoped enum
        
        Change-Id: I4e605e7acfe9d4fe409d32f20880b4c0e85a0ea7

2016-05-10  Caolán McNamara  <caolanm@redhat.com>  [4cd0f67562770eb3e88efa9072add80ac2f80c06]

        EXTTEXTINPUT_CURSOR_INVISIBLE is set on the wrong field
        
        Change-Id: I6d92c86035dd321eb6df46bcd01aed7a0113b0a4

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [100cd38d0530ebaec19338c0c612a73e15fb1b4f]

        Missing break in switch
        
        Forgotten in 4f1f8b8e993b98095bf50c9e432fb0400d318b1f "pivot: new pivot table
        layout dialog" (as clarified on IRC).
        
        Change-Id: If35e1a9616e596b16bcb007f6ea172b634c11b85

2016-05-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f93edcbe400c91079ae43e74e46d5e0b2f023cb6]

        Updated core Project: help  50ae47d7856c77dd682d0e7007acc70ee34fb5b5
        
        tdf#99739 tdf#91945 Margins and edges aren’t the same thing
        
        Change-Id: I6809b79bdde36fd5ee86f0eeb54c29871f54c19c
        

2016-05-10  Caolán McNamara  <caolanm@redhat.com>  [05cc87ce45fad402445c8d748817e386e56148af]

        rtf: m_aStates can be empty in the inner condition
        
        Change-Id: Id262a3019a693f236630b798579f360c9462d12e

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [1f7a31a461bb3a6fcd277ab57875405875568f8b]

        Missing break in switch
        
        Apparently forgotten when introducing the case PROPERTY_ID_GENERATEVBAEVENTS in
        4fae740db79d4e7cc97440e2bab8d1ef612d9b51 "Disable fake VBA events for the
        old-style form controls."
        
        Change-Id: Id2783fd4f087669bd200a9c33eaad2bb6b7b50cd

2016-05-10  Stephan Bergmann  <sbergman@redhat.com>  [021bba1b9d9d0e483a76607aaafaf7eb81ff6bed]

        Avoid non--async-signal-safe functions in child after fork
        
        Posix requires that a process forked from a multi-threaded process only calls
        async-signal-safe functions between fork and exec.  This has been observed to
        cause trouble at least in an ASan build, where a forked sub-process (that wants
        to proceed to exec java from getJavaProps,
        jvmfwk/plugins/sunmajor/pluginlib/util.cxx) hangs in
        __sanitizer::BlockingMutex::Lock from within ASan's operator new replacement,
        from within the SAL_INFO in SvpSalInstance::CloseWakeupPipe, from within the
        atfork_child handler established with pthread_atfork.  The rest of the calls in
        SvpSalInstance::Create-/CloseWakupPipe appear to be async-signal-safe.
        
        This pthread_atfork handler got introduced with
        dbced8e8584b631524dacf607f752ebb734901db "Don't share the wakeup pipe with child
        processes".  It is irrelevant when the child process will proceed to call exec.
        And if the child process does not proceed to call exec (which is the intented
        use case why it got added), the above-mentioned Posix requirement makes it look
        unlikely that the child will operate properly (i.e., not call any async-signal-
        safe functions), unless the parent process was single-threaded.
        
        Change-Id: I9ecaf98597b396e0db83fe98fb11a7df7686e1d6

2016-05-10  Luke Deller  <luke@deller.id.au>  [77171fc384b3c6359cdae026a0c38f2f112c9d60]

        Remove default outline indent, fixes tdf#95576
        
        The default document outline style has indents set appropriately for
        numbered headings.  However numbering was disabled in the default
        outline style 20 years ago (!) so update the indents accordingly.
        
        Also revert commit 05fd8cb848ecba425124d61cd76e2f9418d5378c which
        attempted to work around this issue by explicitly setting a zero indent
        on the default paragraph styles "Heading 1", "Heading 2", etc, as this
        is no longer required.
        
        This change fixes a DOC import issue tdf#95576
        
        (!) Reference: see this old German comment
        https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/core/doc/number.cxx?id=84a3db80#%6E647
        
        Change-Id: Id289143ed859861f2584e21969f16f348e215f6f
        Reviewed-on: https://gerrit.libreoffice.org/24806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-10  Noel Grandin  <noel@peralex.com>  [02dac9f7c956f6073d810f4a0c80c733f40aea6d]

        fix Windows build (second attempt)
        
        Change-Id: I5aa3bcf16cbcda984a74ec85a49a354087f5044e

2016-05-10  Tim Eves  <tim_eves@sil.org>  [1caae7289d696686e88f60155cef895c5d781f53]

        tdf#99207: Fix incorrect RGB ordering in Graphite DWrite path
        
        Direct 2D accepts colours specified as UINT32 ARGB values or
        floats. However GDI presents colours as COLOREFS which are 32 bit
        FBGR (F is a flag not an alpha) values. Passing a COLORREF to
        D2D1:ColorF swaps the red and blue channels. This patch converts
        the COLORREF into RGB float triples using the GDI colour macros.
        
        Change-Id: Iee5c00bfb10fa8771a2a1019976f70633cca4094
        Reviewed-on: https://gerrit.libreoffice.org/24819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-05-10  Noel Grandin  <noel@peralex.com>  [5949683a5da9efd11fa387007363a754f39833d9]

        fix Windows build
        
        Change-Id: Ia00af427fda31867a19457b7ef30158b385639e6

2016-05-10  Arnaud Versini  <arnaud.versini@gmail.com>  [b0ea829f686b0cb690e2c2828389263f36ee7c5d]

        vcl : Simplify vcl::Window initialisation and destruction
        
        Change-Id: Ie3a8435d0adff795645618deb2c3c3da813e54f3
        Reviewed-on: https://gerrit.libreoffice.org/24681
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [c748debd8f1c6a8c0cd202013edebd74d608ada1]

        convert WINDOWSTATE_STATE to scoped enum
        
        Change-Id: I5448c7e46042850f18970c7613ec5a37df57bce7

2016-05-10  Noel Grandin  <noel@peralex.com>  [9c7222c11c331ecd1562e963e78ab85be75b8e49]

        convert WINDOWSTATE_MASK to scoped enum
        
        Change-Id: Ic8259d81d8080c518aa07697e253a59cd6efaa4b

2016-05-10  Noel Grandin  <noel@peralex.com>  [00bfc137d3a62a252f158c4a9100dd1379f410fd]

        fix Windows build
        
        Change-Id: Ib80cc10c259e26e997e3a548fbf267621c050e29

2016-05-10  Noel Grandin  <noel@peralex.com>  [990ab0342a7b0c66a4bf9bac75d5c881f0f7266b]

        clang-tidy modernize-loop-convert sfx2
        
        Change-Id: Ief72064e2869945734215a7c67440adc6c1550c3
        Reviewed-on: https://gerrit.libreoffice.org/24799
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Noel Grandin  <noel@peralex.com>  [f469309e265b8cf692b2048eb29ce972f939c3f2]

        clang-tidy modernize-loop-convert scaddins to sdext
        
        Change-Id: I63ccc56df1a1de8bc443abb95e520246c457912f
        Reviewed-on: https://gerrit.libreoffice.org/24798
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-10  Takeshi Abe  <tabe@fixedpoint.jp>  [65b327b873e67ae24133b6e4afef5e8a12ed822e]

        Simplify code with ForEachNonNull
        
        Change-Id: Id149ecee4fa7737b529f3a3a19bb4bb9ed778dcd
        Reviewed-on: https://gerrit.libreoffice.org/24778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [c550c3eba08ef74f47bebe792a16791161006bcb]

        tdf#89466: Handle no background and bitmap case also in sidebar
        
        Change-Id: I9e36a7963cb3065b81c1ba25f983d722d5f30ed8
        Reviewed-on: https://gerrit.libreoffice.org/24802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3615d5517ee84ddf9a9b2c28ff6a3a37fcb70db]

        writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimpl
        
        These were half of the lines of rtfdocumentimpl.
        
        Change-Id: I3f24cd5d23c91bf0d53b898266c187699ae6ee56
        Reviewed-on: https://gerrit.libreoffice.org/24790
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a75aa73b2bf793faac1adb3b5f67e09d252d5fe9]

        tdf#38097 min numerator/denominator at least 1
        
        In <number:fraction> attributes min-denominator-digits and
        min-numerator-digits should be at least 1.
        Gnumeric can create file with 0 values
        
        Change-Id: I08ef51c23ce686136f51277671bf630807353484
        Reviewed-on: https://gerrit.libreoffice.org/24670
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8f8fa5674d3853ed8ca6762b512e6b63c53f1039]

        tdf#88657 calculate denominator length
        
        Get length of denominator which could be different from numerator length
        
        Change-Id: I9f5c10917185eb029d52efbc0f20be5f81c74d10
        Reviewed-on: https://gerrit.libreoffice.org/24712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-09  Michael Stahl  <mstahl@redhat.com>  [c47f6d35ee101531452b3035aa5042709d8a44e6]

        desktop: warning C4101 unreferenced local variable
        
        Change-Id: I6059dd33828e4d8034e0489068615e96bf5f2e02

2016-05-09  Yousuf Philips  <philipz85@hotmail.com>  [e8ab8d1ea86d2cadaeed05d14b21d14d23667913]

        tdf#98290 New shortcuts for fullscreen, spellcheck and options (Mac)
        
        These shortcut keys are based on Apple's HIG
        Cmd + Comma    - Preferences
        Cmd + Colon    - Spellcheck
        Cmd + Ctrl + F - Fullscreen
        Also added a common preferences shortcut for Windows
        
        Change-Id: I7ee03ca6ffe52f5a802cade0c9b6245c9799e627
        Reviewed-on: https://gerrit.libreoffice.org/22794
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [81d866a78d33dfc483b004b0cfc783a3d9005592]

        LOK: drop identical invalidation notifications
        
        And drop duplicate GRAPHIC_SELECTION notifications.
        
        (cherry picked from commit 7cdfe080432f69c2247cc7ff28316b653bd654ff)
        
        Change-Id: I0c372efa9a58620e24cea219d82479cdc9dff359
        Reviewed-on: https://gerrit.libreoffice.org/24771
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [e394a8eab65c65e5ce377950ccaad8964ca6bdc3]

        LOK: SAL_WARN for each removed event is unnecessary
        
        Change-Id: If5e4c7b8751ae4eeb278475fb00118e32c6bb565
        Reviewed-on: https://gerrit.libreoffice.org/24730
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [755827016d0fffaffd155806c378b5d972ac9016]

        Don't change part on text documents to paint tiles
        
        Change-Id: Icb5fb46cbc9d2f72c814cf9f1f166382493d403f
        Reviewed-on: https://gerrit.libreoffice.org/24702
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit aadab5f4a72e38ccc8bbe9b7811d2cdcaa00124c)

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [70e8e788beb122b5779693ecece8f65e27192256]

        Allow painting for arbitrary part
        
        Painting should not cause any state changes, but
        to paint a tile on a different part than the current
        has to change the document, which sends notifications
        to all clients.
        
        A new API, paintPartTile, allows for painting tiles
        on any part without sending change of part notifications.
        
        Furthermore, because we block notifications during this
        operation, no tile invalidation is issued due to
        changing of the part.
        
        One issue remains in the cases when the LO Core
        resets the cursor position internally and we resume
        editing after painting, the cursor might be at the top
        of the page. This needs fixing separately.
        
        Change-Id: If19bd1c90ecad4d5ed5e8d09513741b7994fa6e5
        Reviewed-on: https://gerrit.libreoffice.org/24698
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [bc990b011a928ab55b42361415c6eeb5cb9d172c]

        Some LOK notifications are dropped if they are superseeded by later ones
        
        Change-Id: I323e46a2a6c60b200b182b89199945f99a7f384a
        Reviewed-on: https://gerrit.libreoffice.org/24567
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit cf98799fff7ae999bd62cec6486c986bf44000cc)

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [fda7a716a782f95f89d8b2b980e0b67058d7fec8]

        std::tuple -> std::pair
        
        Change-Id: I2f11436a5c9691c2a0aac3655bc2c543d1c3d684
        Reviewed-on: https://gerrit.libreoffice.org/24566
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 8a6dab5da851f38a8ecef633e06e3cb2ac5e7849)

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [840e979757d7d9d7104f54269271c617b9b8d473]

        More LOK callback notification compression
        
        SET_PART, CELL_CURSOR, CELL_FORMULA, and CURSOR_VISIBLE are now deduplicated.
        
        Change-Id: I4c17307c6f8b7c68bdfe55b4e90da4d34c55d085
        Reviewed-on: https://gerrit.libreoffice.org/24565
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit a9771e1f4d0d2602713983ab1f3e743784e9ae72)

2016-05-09  Tor Lillqvist  <tml@collabora.com>  [f2361df4b60172a3067073b20786afcf215bd588]

        Improve two informative messages
        
        Use 'enable/disable' terminology consistently: don't mix 'enable' and
        'set' in the same phrase if they both actually refer to the same
        thing. Also, don't say that it is 'already set' when it is already
        'disabled'.
        
        Change-Id: If4cea9845b47cdf678d5591f05ac08cc086c9a0b

2016-05-09  Noel Grandin  <noel@peralex.com>  [1408f39eef633b60f12f25c8381d2dc055b2cc30]

        fix windows build, ambiguous symbol
        
        Change-Id: Ib3a2419198a6e2b1ee5330f99bc526f2d63edd7c

2016-05-09  Mark Page  <aptitude@btconnect.com>  [c91672c1719dd7a981e2d2e87cfebefe4c72a572]

        Update the wmf filter to simplify object ownership
        
        Changed the GDI style structures to use inheritance,
         thus object deletion no longer requires a static_cast
        
        Used std::unique_ptr for GDI objects to enforce object ownership
        
        Modified the WMF Writer to use std::vector, instead of a
         raw pointer array when processing handles
        
        Change-Id: Ic635ff9d641427b901eb18468529ea6367859b53
        Reviewed-on: https://gerrit.libreoffice.org/24634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-09  Noel Grandin  <noelgrandin@gmail.com>  [17076d8ecf77f313b7a93912528f9cb0fd0d3ea8]

        convert OUTLINER_MODE to scoped enum
        
        Change-Id: I7ac45d7fbd5e77a105cbe942c6d4fd6cfc8ff909
        Reviewed-on: https://gerrit.libreoffice.org/24789
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  Noel Grandin  <noel@peralex.com>  [70d5cd845d4fe218588155cf43bdf854e8fc54f3]

        fix windows and android build
        
        Change-Id: I4644c1e5ac143efc6b1e75d041f71fe7d9156f0c

2016-05-09  Caolán McNamara  <caolanm@redhat.com>  [6e970c11645f1a05638e49da9e2911fe59628838]

        cid#1358836 reorganize to silence Resource leak in object
        
        Change-Id: I4cb51f537cf6b40748dd8902dc39362d8846ba22
        Reviewed-on: https://gerrit.libreoffice.org/24708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-09  Yousuf Philips  <philipz85@hotmail.com>  [418982797f9bd2b2e9e5e47f81ba5041c91d6a0c]

        tdf#98290 Cmd + G as Find Next shortcut for Mac and Gnome
        
        Change-Id: I8ad22fb9d48a0b9bdaa7981d83afe0097ea44f70
        Reviewed-on: https://gerrit.libreoffice.org/23407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-05-09  Caolán McNamara  <caolanm@redhat.com>  [8c38b2925546b537bc5eba8a0449041fef3e338a]

        gtk3: always update on UpdateFull
        
        e.g. templates menubutton button which isn't torn down and recreated each time,
        but hidden/shown
        
        Change-Id: Ib80e0dc0ca5abfb5efa2966283034b7ba1840978

2016-05-09  Caolán McNamara  <caolanm@redhat.com>  [b18d49e09a66b9ad29e1c75796ebbf75d407c8d5]

        fftester: subtable is a subtable of itself
        
        Change-Id: I9de983e3c9436ab3a37d3482b0f18f04c7cdaaca

2016-05-09  Noel Grandin  <noelgrandin@gmail.com>  [50ac0f503b763d08aef4a193c38e64b70220bfba]

        convert FONT_EMPHASIS_MARK to scoped enum
        
        Change-Id: I137c78b337e57d3442db08334128e79d186b278f
        Reviewed-on: https://gerrit.libreoffice.org/24753
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  Krishna Keshav  <princy.krishnakeshav@gmail.com>  [26d314d2e25945941d49a4872d7ffa27cfc2fdc8]

        tdf#99589 tolower / toupper - dangerous to Turks ...
        
        Used toAsciiUpperCase() from character.hxx
        
        Change-Id: I79f4638866daf8952103c8a521db925150e8dcda
        Reviewed-on: https://gerrit.libreoffice.org/24709
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-09  Luke Deller  <luke@deller.id.au>  [f4604e43a653a067633c24e069b272b6309b2151]

        Fix call to deleted Any constructor
        
        A recent commit 6e70103d deleted some Any constructors and methods, and
        updated all the places where these had been called - except it looks
        like one call was missed, active only when building against Python 2.
        
        Adjust this call following what was done for the Python 3 case.
        
        Change-Id: I0f92b7476b617d9fdf0e5f698e363360497d115e
        Reviewed-on: https://gerrit.libreoffice.org/24759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-09  Julien Nabet  <serval2412@yahoo.fr>  [a7b4a0a9f387310832cce7a6850ec438ce03b31e]

        tdf#99479: Delete column with styles resets the 'Apply Style' drop down
        
        To start, the problem appears in SvxStyleToolBoxControl::FillStyleBox()
        pStyleSheetPool->First() returns null to pStyle because pStyleSheetPool is empty so we don't enter in while ( pStyle )
        and can't add non default styles
        
        So why pStyleSheetPool is empty?
        
        pStyleSheetPool comes from pPool (SvxStyleToolBoxControl::Update()),
        pPool is retrieved from pDocShell->GetStyleSheetPool() (=> static_cast<SfxStyleSheetBasePool*>(aDocument.GetStyleSheetPool()))
        which is retrieved from xPoolHelper->GetStylePool(); ScDocument::GetStyleSheetPool()
        
        Let's move on, why xPoolHelper is empty?
        
        it's because when we delete the column, it does this:
        0  ScPoolHelper::SourceDocumentGone (this=0x2c006c0) at /home/julien/lo/libreoffice/sc/source/core/data/poolhelp.cxx:116
        1  0x00002aaad4e28eae in ScDocument::~ScDocument (this=0x8d6ac40, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/sc/source/core/data/documen2.cxx:426
        2  0x00002aaad57a85f8 in ScDocFunc::DeleteCells (this=0x2c04bb0, rRange=..., pTabMark=0x3231ad0, eCmd=DEL_DELCOLS, bApi=false)
            at /home/julien/lo/libreoffice/sc/source/ui/docshell/docfunc.cxx:2415
        3  0x00002aaad5cfa0f3 in ScViewFunc::DeleteCells (this=0x3230fd8, eCmd=DEL_DELCOLS) at /home/julien/lo/libreoffice/sc/source/ui/view/viewfunc.cxx:1512
        
        But calling delete on pRefUndoDoc shouldn't call SourceDocumentGone since it's been created as a ScDocument with SCDOCMODE_UNDO eMode
        not with "SCDOCMODE_DOCUMENT" eMode. Since xPoolHelper is instantiated when only "SCDOCMODE_DOCUMENT" eMode
        (see http://opengrok.libreoffice.org/xref/core/sc/source/core/data/documen2.cxx#224),
        only destructor call of a document with eMode "SCDOCMODE_DOCUMENT" should be able to destroy xPoolHelper
        
        So the fix is only to call PoolHelper->SourceDocumentGone(); when (xPoolHelper.is() && !bIsClip) but also if !bIsUndo
        
        Change-Id: I1089d20264d0594c7e8ebe9263ebad6e68485c12
        Reviewed-on: https://gerrit.libreoffice.org/24345
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-09  Noel Grandin  <noel@peralex.com>  [bcb41235deaf4b7ca90522bda3ba21a686819e6e]

        convert SfxStyleFamily to scoped enum
        
        and update the RSC compiler to accept such
        
        In the process fix some confusion in SD where it was confusing
        SfxStyleFamily and the index of the relevant family
        (which other parts of the code in SVL use)
        
        Change-Id: I1efc9f85fbed8ab76eafe8f6e1ada411753ae5f9

2016-05-09  Noel Grandin  <noelgrandin@gmail.com>  [b55b7a057f19521ad88fc6a274fcf071b798eb3e]

        convert SFX_SLOT_INFO to scoped enum
        
        Change-Id: Ib640fc2cfce23bf8ce92ec1549034078123c06aa
        Reviewed-on: https://gerrit.libreoffice.org/24752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  Noel Grandin  <noelgrandin@gmail.com>  [1edcad0daca7f00559fe7cf100438e105623b3eb]

        convert SFX_STYLE_ITEM to scoped enum
        
        Change-Id: I929603a12c29931074a467d1472ef686c1d4e8ee
        Reviewed-on: https://gerrit.libreoffice.org/24751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [116cf0b298ed62f26a60db51164f6510007d2579]

        modernize loops
        
        use one style (reverse_iterators) for reverse loops and
        use range base loops if possible
        
        Change-Id: I231572bc5923e450d7a54bb88c7d8ef63d04f41d
        Reviewed-on: https://gerrit.libreoffice.org/24758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-05-09  skswales  <stuart.swales.croftnuisk@gmail.com>  [8a4dd6f45b12e7d44ad595bc0fadc37075061119]

        Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
        
        Built and tested Windows MSI installer
        
        Change-Id: Id49f7df80e01aaa608fe80687002f44d22bd3200
        Reviewed-on: https://gerrit.libreoffice.org/24707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [6046732216279ff349f683cea6c2f6d151f41f17]

        tdf#96348 Get rid of unnecessary DLLPUBLIC decorations - VclEventListeners
        
        No need for VclEventListeners to be VCL_DLLPUBLIC
        
        Build passed "make check" on linux and Windows.
        
        Change-Id: Ib3330b3af434ee4d3622c6e0d6ac705c3087c672
        Reviewed-on: https://gerrit.libreoffice.org/24766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-09  David Tardon  <dtardon@redhat.com>  [11bf96474f79eeb952d4cc36b1bf033f0569e350]

        use existing function
        
        Change-Id: I130e701902a22016cd06649e1c9ba3d932d64e1c

2016-05-09  Tor Lillqvist  <tml@collabora.com>  [e21611090147943e78c6d7a3a7080a9a97c54bf0]

        loplugin:redundantcast
        
        reinterpret_cast from 'void *' to 'std::vector<std::tuple<int,
        std::string> > *' can be simplified to static_cast.
        
        Change-Id: I1899a1c570c4c56d8c7fe73745eac45061fb8bae

2016-05-09  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [3d27afd26f7b85c46a7c7d08498000b9dbcea1c8]

        Desktop compresses text selection start/end notifications
        
        Change-Id: Ia85ded04d0eaf9d9b846fab6d86a44a758fccb69
        Reviewed-on: https://gerrit.libreoffice.org/24320
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 45037438d84485356a5ceb820ecc3e0bae4b112e)
        Reviewed-on: https://gerrit.libreoffice.org/24380
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-08  Feyza Yavuz  <feyzaayavuz@gmail.com>  [0ab7ad3bb0138c2614f66dba8af39cabe760f910]

        tdf#92768 Support hiding title objects
        
        Change-Id: I879fc3d81a8fe8ca2f928305f5dc7fd9ebcfd294
        Reviewed-on: https://gerrit.libreoffice.org/24564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-08  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [dc464bdb08cf6a3a3b118245b6eecbda5e94fb42]

        Desktop compresses mouse pointer notifications
        
        Change-Id: Id76f4e2952c4c551b626d094c11eb3339d76e50c
        Reviewed-on: https://gerrit.libreoffice.org/24319
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit 7c01cf652850a8b8d3fd5ef6eb0a12ca6e725943)
        Reviewed-on: https://gerrit.libreoffice.org/24379
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-08  Julien Nabet  <serval2412@yahoo.fr>  [de34052e31c6cb6caefe89e52dee3039eb3fbacb]

        cppcheck: fix some redundantAssignment reports
        
        Change-Id: I8e93fc0bff95c5c7a15ccecaaf19fce12e69ca6d
        Reviewed-on: https://gerrit.libreoffice.org/24765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-08  Caolán McNamara  <caolanm@redhat.com>  [4e509d80ee7b22ce0e79d62f7afb7a008726fe5f]

        fftester: fail on double parse of the same table
        
        Change-Id: I3e462cdc8812d0ac55d9896d2b04ace34a6c4670

2016-05-08  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [ace0b3bdec391aa170fe95c16a1a5d4a07d052df]

        Test desktop notification compression
        
        Reviewed-on: https://gerrit.libreoffice.org/24314
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>
        (cherry picked from commit bb52a54aa49cbb75820f8ddbfc8e9e94b63281cd)
        
        Change-Id: Ibb9a62bb5e1500a068c24346d6d433012a1bc7dd
        Reviewed-on: https://gerrit.libreoffice.org/24378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-08  Caolán McNamara  <caolanm@redhat.com>  [7c775c157693b076b014104b3548d202e0267895]

        Resolves: tdf#96604 remove and restore full stack of grabs
        
        Change-Id: I51b5943f52ccdce6b4b50131f5f2b7d2c1ff7368

2016-05-08  Arnaud Versini  <arnaud.versini@gmail.com>  [e97a8f339ac262b3ead1f0f7e71166587eb7bc3b]

        BASIC : Remove an useless static_cast and use make_unique
        
        Change-Id: I32ec7e02ebf5a469db87bd2206d5fcd604b86795
        Reviewed-on: https://gerrit.libreoffice.org/24720
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-08  Takeshi Abe  <tabe@fixedpoint.jp>  [6cd62368915466a2b2054cffb172fd368a6b329d]

        starmath: Drop useless last entry of aTokenTable
        
        Change-Id: I3189c875cc8b2046f5a0353fb641a7d6ea9fdd9a
        Reviewed-on: https://gerrit.libreoffice.org/24692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-08  Julien Nabet  <serval2412@yahoo.fr>  [5d60bbc071eb05642094ea176eff7d7ac8d59adf]

        Translate German comment
        
        Change-Id: I7a6481370cacd1c33510654d17b20d254e753476
        Reviewed-on: https://gerrit.libreoffice.org/24754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-08  Olivier Hallot  <ohallot@collabora.co.uk>  [173902e1c2999c482512333bc58cb531c5325ece]

        Updated core Project: help  91e86eaee7102c538c432140a4ab6b44c25a9cd2
        
        HC3: XSL to extract bookmarks from XHP files
        
        Change-Id: Idaf6e4e890a1be1a44d96a5a36786fd480dc01f9
        Reviewed-on: https://gerrit.libreoffice.org/24756
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-05-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d22ca8d8cb050b9006720f39c612c5c32eab8795]

        tdf#99258 bail out if we fail to reserve the texture
        
        Change-Id: I830e313352b69a7665bff953aadb1334be0dc847
        Reviewed-on: https://gerrit.libreoffice.org/24509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-05-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [21c4f87e2be0c7e69452219370f95ca9c89cedeb]

        Updated includes path
        
        Change-Id: I4ba692b73ce7d6cf84fdf528b6d410e07cbc36ca
        Reviewed-on: https://gerrit.libreoffice.org/24719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a5fee58c72c80f6592d9d11f7b5156da275fbc2c]

        Updated file path.
        
        Since commit 6c7659b584ea7ed3652ca4eb9a2297f36310c365
        the new path is include/sal/types.h
        
        Change-Id: I742ea2f6df06ff7345f3bbed0c90af13acafdbd7
        Reviewed-on: https://gerrit.libreoffice.org/24718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-08  Julien Nabet  <serval2412@yahoo.fr>  [fbf1963d94c7585df944784bd485901dcdb75acf]

        Remove useless typedef DescriptorContainer
        
        Change-Id: Ie5463de6946d1682e28ff8359c3274980af8a1da
        Reviewed-on: https://gerrit.libreoffice.org/24736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-08  Tor Lillqvist  <tml@collabora.com>  [cf2cff00de75baa2d5be27ad032d0fa4d5cfb578]

        loplugin:redundantcast
        
        Reinterpret_cast from 'void *' to 'desktop::CallbackFlushHandler *'
        can be simplified to static_cast.
        
        Change-Id: I648e91d0ca234162833f19595ae60838f81963bc

2016-05-07  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [ead37770442a0244094779d199303b7b7e6d634c]

        tdf#84394: add testcase and unit test
        
        The testcase for tdf#84394 is quite interesting as it exposes a lot of
        issues with import/export of nested objects in Calc. Add it to the
        repository (I happen to be the author of the test case, so I give
        myself permission for it) and add a unit test to validate that the
        previous patch fixes at least one of the issues that plague its import
        in LO Calc.
        
        Change-Id: I996ea0f694d78faede77fce84838d2dd0831353e
        Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24296
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-07  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [1ca277fad69d8a53788a5d457a2dd99bd50b6910]

        tdf#84394: xls load: delay cell-anchoring of object groups
        
        When cell-anchored object groups are loaded, their anchoring must be
        delayed until all nested objects have been loaded, lest the invalid
        rectangle dimensions lead to incorrect positioning of the object.
        
        To achieve this, we keep track of the DffObjectData of the pending
        group, and move the anchoring to a FinalizeObj() method.
        
        Since DffObjectData has a const reference to a DffRecordHeader (which we
        need when setting the object anchoring) whose scope has closed by the
        time we call FinalizeObj() on the parent object, the stack of pending
        DffObjectData has references to clones of the original DffRecordHeader
        held in shared pointers. (This is to minimize the invasiveness of this
        patch wrt the Import* API.)
        
        Change-Id: Id23f5549dbc82306271cc02afc750f37eeea3ca2
        Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-07  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [c327bb5c88573c96f22e9a8cfc4b8a733ae6b671]

        New LOKDocument callback queue to flush events lazily on idle
        
        Since desktop now queues up callback notifications
        and flushes them to the client on idle, the
        unit-tests must yield and process all tasks
        before they validate post-conditions.
        
        (cherry picked from commit e6a429770bde5da75239961ae88c06c78cfa5686)
        (cherry picked from commit 1f278848117080cd6e819f04ba428be52416af7c)
        (cherry picked from commit 6ca6f22777eb3651109cbf403577d0022a735c9b)
        (cherry picked from commit 548faf728cf097d93c3f6478ceea5f8747e789c6)
        
        Change-Id: I78307db29a9ce647ffaed3539f953227c605968e
        Reviewed-on: https://gerrit.libreoffice.org/24377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-05-07  Julien Nabet  <serval2412@yahoo.fr>  [3ee2edf47a148e14937d8964847dfb46f027ce05]

        Typo: SYSTEN_LIBGLTF->SYSTEM_LIBGLTF
        
        Change-Id: Idf81e7b6d3629ae1170d52ca23dbab4db63eebae
        Reviewed-on: https://gerrit.libreoffice.org/24733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-08  Maxim Monastirsky  <momonasmon@gmail.com>  [0000c4b7924fcb1ac5e1895ef0069a712d186d9f]

        No need to cast the same thing twice
        
        Change-Id: I47e2ac07f811a2ce4bed7f732c37aedab16bc00d

2016-05-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [00f2ff01ae92648299d4ffeb115c3efb63267e24]

        Updated core Project: translations  4fd90ce7f236732dca67322d4d5a9e0c9f632ea5
        
        update translations for master
        
        and force-fix errors using pocheck
        
        Change-Id: I4aa086b8281e7bdce41590d33caaeb79dfdee46d
        

2016-05-07  Susobhan Ghosh  <susobhang70@gmail.com>  [3f22f287b4ae80c5879f87071be93c3ea5d1001c]

        tdf#88502 Firefox Theme URL in custom theme search
        
        Removed "suggested" from categories label. Fixed
        URL checking.
        
        Change-Id: Ifbea40cf724c91f6af72c485d9ae7eb599afff65
        Reviewed-on: https://gerrit.libreoffice.org/24716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-05-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [d7859f40b0b51c88ea78967ace3f62f76d9786c1]

        tdf#89466: Switching between different fill types work now
        
        ... somehow ...
        
        Change-Id: I6a9ccc60f35a2be092a60c01db04018b736a18b7
        Reviewed-on: https://gerrit.libreoffice.org/24706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-07  Noel Grandin  <noel@peralex.com>  [9613b493172fe9aa8efd9c9c090f82ca2e89cf21]

        clang-tidy modernize-loop-convert in sc
        
        Change-Id: I620028d69b11ea0469efd7b02ac7bbc7edab1066
        Reviewed-on: https://gerrit.libreoffice.org/24690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-07  Arnaud Versini  <arnaud.versini@gmail.com>  [464348e82d8cbb0a6d3e5638da3f737f3e6f2d00]

        BASIC: SbiParser Remove useless static_cast and indent the code correctly.
        
        Change-Id: I8c7a01c3023f998785c8b719f7ae53da57ff3e47
        Reviewed-on: https://gerrit.libreoffice.org/23939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-05-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8d1f3c6cd9a0935f745282f89d69be53322cf373]

        Updated core Project: help  6bf8d987d05e14c5efaf9f7ab6da79642d227307
        
        tdf#99715 AutoCalculate has been moved to the Data menu
        
        Change-Id: I4fc9162aa46cdad1af6052d02fd6e3da73a3bfb8
        

2016-05-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52871b360c73efd59bfbc811b8b89a02b6375b29]

        nuke the old ucalc perf testing
        
        We now have the real perf tests and converting this test seems quite
        complicated as it uses a lot of private symbols. If we really need these
        tests again we need to write them through some exported symbols.
        
        Change-Id: Idfb568e026d63d6784400c08a82c9a7a40039e00
        Reviewed-on: https://gerrit.libreoffice.org/24711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d223aa57a1d6e356f24cd5ac4ddd702336b2ee87]

        these static vars are cargo cult copy&paste
        
        Change-Id: Iabf02c2afc156cf30841eda48f3d67b18bb1e720
        Reviewed-on: https://gerrit.libreoffice.org/24710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-07  Eike Rathke  <erack@redhat.com>  [2844f3114c2a7b122fe299ed21ed06ca57866e47]

        actually propagate a match expression error, tdf#97831 follow-up
        
        Change-Id: Iaeecf371af8dd5f6c2cbdea2f114566e8bf7cf47

2016-05-07  Eike Rathke  <erack@redhat.com>  [c54f6161480fc3721bf8e208cd12a7446ab608b7]

        coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-up
        
        ... so SWITCH with less than 3 parameters returns the proper error code
        instead of #N/A.
        
        Change-Id: Ib5d696a640f7084ca46c3cf8f378ea6e659e3f11

2016-05-07  Eike Rathke  <erack@redhat.com>  [0ed8a6a5bbe31c9713d017594fbbcf38618e8c1d]

        coverity#1359229 handle PopDoubleRefOrSingleRef() as usual
        
        Change-Id: Ib74f00725f2e8b78cbbb92ef9760da74401c1984

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [3342a05529b1fb33db4f1126b5836249551890f3]

        vcl: oops, so there was a macro there
        
        Change-Id: I824fa3c83a5bc8b68a6554c9bfe5ce5b3c2d711f

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [631191c72f84a4ed1c2f8312d0764ef480961dce]

        svx: replace boost::assign::list_of with C++11
        
        "The purpose of this library is to make it easy to fill containers with
        data by overloading operator,() and operator()()" - can't make this up!
        
        Change-Id: Ia6f0840232a8048817dc8a09f4ab233b585ae9da

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [e38acc4096c8ece3bf64d285db9628dd1868bce2]

        sd: replace boost::enable_shared_from_this with std::enable...
        
        Change-Id: Ia4f31a03b20bb0abe7e0ff8e423a0b046a828607

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [58080e8f78f57e4340bbc428b167472e8e6c05d1]

        basegfx,oox,slideshow: replace boost::next/prior with std::next/prev
        
        Change-Id: I38fde54d0fdbb9c61e3df004242a70e14429f52f

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [c06be53493013abadf844929b7724b6b2ddda1a0]

        connectivity: replace boost::remove_reference with std::remove_reference
        
        Change-Id: I7c11fcdaf8065fa86d224ad2fab88b0bcb907255

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [1a6a475089c740f7343572f404f0a45d21484a13]

        cppu: replace boost::is_same with std::is_same
        
        Change-Id: I7014737403da4b53b83488d17399b1c214b7a5db

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [7a2afb2d7776db26e133c6c18bf9715eb43bf4dd]

        xmloff: C++ is an imperative language, so let's write imperative loops
        
        ... instead of some over-engineered pseudo-functional boostified monstrosity.
        What the hell was the original author thinking?
        
        Change-Id: I64581b3f78792933373ed8f74ebbb38a8a27f1f8

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [f93ab86ea42789e6c3a18de83a2c838e3cd88de2]

        coverity#1359233 Unchecked dynamic_cast
        
        Change-Id: Icafdf8c187fc69866281e90bbb575e99c0f19024

2016-05-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [7848ba85695e715a8faaf40c22df133388da5d8c]

        tdf#89466: Getting/setting page background works now
        
        Change-Id: I60194adfdca2e4bd9d7d44cc1d43ec14f0774fc3
        Reviewed-on: https://gerrit.libreoffice.org/24658
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [77ba88a0beaa78024ef29b8879edce0b7371ad9e]

        coverity#1359231 Unchecked dynamic_cast
        
        and
        
        coverity#1359232 Unchecked dynamic_cast
        
        Change-Id: I416e9156c6f3b1a933d6d664a992420067b68d1b

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [bcab5bb03e2944eeb96fb0948c61e175929d07a2]

        coverity#1359235 Resource leak
        
        Change-Id: I3f307211c70384b55b62314a7aa302ffcdfc7398

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [9a7da369f73f3306ddd6ed050df3fcdc959742e2]

        coverity#1359236 Uninitialized scalar field
        
        Change-Id: I504b84ad39a8519f495676b7821e3079ac74aaf0

2016-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba178877324384b19709c0789f496ddf44c8556a]

        fix typo, related tdf#96890
        
        Change-Id: I2c7663f988548449b2bfa7360279ea320e29b120
        Reviewed-on: https://gerrit.libreoffice.org/24701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [82573976439dea2db42b350356fa4747f38f7f24]

        tdf#89466: Don't reset page background on size/orientation change
        
        Change-Id: I5fbf44235784f285d42d2e83466d2f0d70fd0f5d
        Reviewed-on: https://gerrit.libreoffice.org/24659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-06  Eike Rathke  <erack@redhat.com>  [bb0ef99fb9dce30e99a7e9f7fa295a634d07b423]

        Resolves: tdf#86575 for OOXML write plain #REF! if deleted parts
        
        Change-Id: Ie3233d72bdbdd0ab82386c98a46755ce64ef3e7f

2016-05-06  Eike Rathke  <erack@redhat.com>  [eeb203089f2ba6dffba9a2543c9a7e8bf551bbc5]

        write the [#REF!] as defined in ODFF, tdf#86575 related
        
        ... if a part of the reference was deleted, instead of [.#REF!A1]
        
        Actually this is a regression that already can be tracked down to
        c54616f62bc70a9d39abf8837a9d7c3031c80a41 which changed things to use
        ValidAddress() only.
        
        Change-Id: I70f68722d7af02f6da3380c2dd9d54704c20b451

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [d20e08a3ab819ac24f7ea49a98b4dd3683120857]

        Resolves: tdf#98636 if the menubar hierarchy has been changed
        
        then update the whole thing by re-calling SetFrame
        
        Change-Id: Ib16006a76ca04dc104232a056c43fda2b5b24074

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [b41a5e899bcb567595f489fab37cbebcc5efacc0]

        reroute UpdateFull through ActivateAllSubmenus
        
        Change-Id: I8689abacbfc970a9124bb97a3962bcfb0df9c67d

2016-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9514bcc28caa83d39b40137ca09ebe83dc97e0c]

        writerfilter: replace 's_m_' prefixes with just 's_'
        
        The intention was to replace m_ with s_ for static members, not to
        prepend s_ to the existing prefix.
        
        Change-Id: If8538061de8b1d22a89c8987201f4cae4ed484df
        Reviewed-on: https://gerrit.libreoffice.org/24700
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [02cdd8734636ea66259fbbda395d95aa9efd7b03]

        tdf#90923 sw: invalidate layout when font substitutions are changed
        
        This should cause all text to re-format with the newly substituted fonts.
        
        Change-Id: I73f64cc679f818524940a52c2f7e696b02891c43

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [3b12b5f44c1c46a4aae644a577cb015e2940af59]

        vcl: PhysicalFontFamily::maFontFaces must be sorted
        
        When toggling the "Apply replacement table" setting in
        Tools->Options->Fonts, the fonts are re-enumerated once per
        OutputDevice, so if the sorting isn't maintained properly duplicates
        will be inserted and the number of font faces goes from 400 to 40k.
        
        (regression from a20a52a2f47c67ab30bf764d420c663f7173f032)
        
        Change-Id: I7daa53ff28187056e34efa4e2173dea45a47df27

2016-05-06  Michael Stahl  <mstahl@redhat.com>  [afad4eeaffcad716f135de2bd111bd0aca68e07f]

        svtools: FontList loops with > 2^16 fonts
        
        Change-Id: Idfe5d76ee384dff3280f81686cbf408c2f675dc6

2016-05-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [8d10c23705f30e55f36220a7d9bad86c0c53c66a]

        tdf#89466: Getting/setting page orientation works now
        
        Change-Id: I1fd2f8cf3985079e9f8d752344646bd3a5769725
        Reviewed-on: https://gerrit.libreoffice.org/24657
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [945064c0b7ad4da6e215668ae7e4edb14945f00c]

        gtk3: getting new entries added after the menu is visible is problematic
        
        Change-Id: Ibc2fc35c3d5315eb7d25181c2c2eba4cb5509a96

2016-05-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [8e8b51cbe2e61c60da14b0a6bae72f76f36c2503]

        tdf#70998 Termchange: Graphic->Image
        
        Change-Id: I561a4d81a4fa8d5a6cc5f92b11ed480e833dadcc
        Reviewed-on: https://gerrit.libreoffice.org/24697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-06  Tor Lillqvist  <tml@collabora.com>  [72ea8912b8f2a6b0d6dae8ac47908211512c34f9]

        Make this a bit saner
        
        Not sure about usefulness, though.
        
        Change-Id: Ia1ef46a7ab7f599e90fe91e77707b20786573182

2016-05-06  Tor Lillqvist  <tml@collabora.com>  [edb1c6583cfabd398c05b10317fcc5e871bb622a]

        loplugin:sallogareas
        
        Change-Id: I4ca21392f38d1ab567e87d6f231641993c0e862c

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [27014f563577c3c5da19e37a57d4e73c0ebae140]

        Resolves: tdf#92067 and tdf#99599, use a foolproof action naming scheme
        
        encode the GtkSalMenu and the item id into the action_name so
        each one is unique and directly refers to the menu and item in the
        menu so knowing which one is which is direct and simple
        
        Change-Id: I81bb278e73946f864e29aeab884e07e16835dad3

2016-05-06  Caolán McNamara  <caolanm@redhat.com>  [d4c7f26971cb20f1a0b8a184cd6a00129a838dac]

        gtk3: separate the two different usages of Activate
        
        Change-Id: Ic7442209efac40bd0cd034ff006e87128b0bea35

2016-05-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [46a05c224687c7942b3b0d92d1e0be32bfc9af43]

        tdf#70998 Termchange: Graphic->Image
        
        Change-Id: I972dee306bf1af3b85ea09533465faac338b6b3f
        Reviewed-on: https://gerrit.libreoffice.org/24689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-06  Armin Le Grand  <Armin.Le.Grand@cib.de>  [657413b5deea11a850970f23cba2cf34a5bdf8ea]

        Refactor 3D renderer to use multithreading
        
        This try uses full 3D renderers working on the same ZBuffer
        target, but are capable to render one stripe per thread.
        This is rougher in granularity and uses multiple cores better
        than the first try (see gerrit 24393) which was too fine-granular
        being based on scanline render parallelization.
        SecUred some more classes based on SdrPrimitive3D for multi-
        theaded usage (places where local buffered stuff is done)
        
        Change-Id: I4ddd5885ad41dd6432d0695e528818a86e427bfd
        Reviewed-on: https://gerrit.libreoffice.org/24538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-05-06  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d324b4b3e1d32b25a6347f2f77ae921a584ee9b0]

        tdf#99426 Use correct path for lock in PUT method
        
        Change-Id: I2091024a601bebede5d2fb8596dda1054ca4ef3b
        Reviewed-on: https://gerrit.libreoffice.org/24691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-06  Rohan Kumar  <rohankanojia420@gmail.com>  [5c7ce42dfc35d9cceef5f05a96e813b4e3913d38]

        tdf#91794 OSL_DEBUG_LEVEL > 1 & DBG macro removed (impress/draw)
        
        I replaced the DGB(x) macro from the code with the SAL_INFO(...)
        statements wherever i found necessary. I removed the DBG function
        definitions also.
        
        Change-Id: I6eb21fa993fe2bfdfbc678e65d237321f12b98dc
        Reviewed-on: https://gerrit.libreoffice.org/22317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-05-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [23f86273068b2389fc8703a8cc6b5c77968c918d]

        tdf#99701 Calc multiline input: Give button a fixed width
        
        It should not depend on the scrollbar size as the scrollbar
        is very thin in some environments (esp. GTK3)
        
        Change-Id: I5cb4b145c21614482d7d402cebc33600f29cce09
        Reviewed-on: https://gerrit.libreoffice.org/24688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-05-06  Maxim Monastirsky  <momonasmon@gmail.com>  [fe620cb2ac2cdd75e7dbdcc0af422dff58c4fb41]

        Set toggle/radio ToolBox bits in .ui too
        
        The way gtk works doesn't exactly map to our ToolBox
        behavior, but still we can use that to some extent.
        
        Change-Id: Ia525e4356a612e3abfacb54d591dba05750278f2

2016-05-06  David Tardon  <dtardon@redhat.com>  [2fb31f248fe86c52c1070cbc8b18b24872a4bedc]

        improve perf. of VCL event dispatch, take II
        
        Change-Id: I5052f0c3e2c8739b336da52ef9590e5008255247

2016-05-06  David Tardon  <dtardon@redhat.com>  [fe4ac23ed8054a8e863d911c6fb0a38c4449672a]

        tdf#99703 Revert "improve perf. of VCL event dispatch"
        
        ... as it causes a crash at exit.
        
        This reverts commit 9ff1d7f8140de1224bb37fba0cb266a58f37e66d.
        
        Change-Id: I48bfd8974e6ed6c5ba3f8282eb8717f685d580be

2016-05-06  Jorenz Paragas  <j.paragas.237@gmail.com>  [1aeca4b64aac45e64eaab32a0726850ff30dea31]

        tdf#42949: clean up includes in include/oox/export with iwyu
        
        ...and fix the usual compiler errors that occurred as a result.
        
        Change-Id: I54781d3f01e9f5a87fd008870c825b2d8154fd59
        Reviewed-on: https://gerrit.libreoffice.org/24686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-06  Noel Grandin  <noel@peralex.com>  [f3d9aab8410c00298f29ca0194c5d33d53c63ff2]

        teach passstuffbyref plugin to check for..
        
        unnecessarily passing primitives by const ref.
        
        Suggested by Tor Lillqvist
        
        Change-Id: I445e220542969ca3e252581e5953fb01cb2b2be6
        Reviewed-on: https://gerrit.libreoffice.org/24672
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [654c98064d3fd2bd1e13ae2bda5f84e8d51d0071]

        sw: no need to copy these in rtfattributeoutput
        
        Change-Id: I6afbde0943cc5a0a760b873c17a08bb0f5a8c1c5
        Reviewed-on: https://gerrit.libreoffice.org/24687
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-06  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ee5850893e15acda1d7ce7cf17da7c80f2fa810a]

        vcl: save one heap alloc
        
        Change-Id: I4557d643debbf47c10e1ccd2141f04680333a11d
        Reviewed-on: https://gerrit.libreoffice.org/24685
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-05  Regina Henschel  <rb.henschel@t-online.de>  [b8528dcb9c0c5ee75742df3c0e5ee9f373fbf154]

        tdf#94221 repair dialog for text along path
        
        This corrects some errors in converting old kind dialog to
        glade. Separator items are count too, but were not considered.
        Therefore button and action were not sync. Two RADIOCHECK and
        CHECKABLE were wrong.
        
        Change-Id: Ie2c2f2febe7f7264fd08b8847dc72c3ee8d49a8c
        Reviewed-on: https://gerrit.libreoffice.org/24684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [19dde56de6f4d8613f156148f1e60256a8f5172a]

        fftester: double use of XFTable, ref this up
        
        Change-Id: I8e0c2319b2f43b66686fbce372c5df63c75b343a

2016-05-05  David Tardon  <dtardon@redhat.com>  [fd99dc83659b8c9e4dff9c55ed43c936f9a5b7fd]

        only set cur. page once when removing mult. pages
        
        Change-Id: Id9da135a91d9591eed04fb25d2891169c45ecaaf

2016-05-05  David Tardon  <dtardon@redhat.com>  [56f87839b572e7e6da534ccd4ed962005bc4add2]

        remove superfluous check
        
        Change-Id: If5c522a58bfced722e3b423c867911d3dc6cec48

2016-05-05  David Tardon  <dtardon@redhat.com>  [9ff1d7f8140de1224bb37fba0cb266a58f37e66d]

        improve perf. of VCL event dispatch
        
        Anectodal evidence: for removal of 32 slides from 64 slide presentation,
        time spent in Window::CallEventListeners has been cut down from 70% to
        19% of the total time.
        
        Change-Id: Ic8fbb44fa935f068e1b18235592dec0d7e71aec7

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [ef7cfddd9196ec1fecc42c7c1c95d1d90c501f3a]

        crashtesting: fix a gadzillion docx export crashes
        
        and stop creating a graphic object from a url twice
        
        Change-Id: I94cb1e9ffc4eaf1b56a8bfd5795bd14e126518f8

2016-05-05  Jean-Pierre Ledure  <jp@ledure.be>  [5f46f90f39b947affd0e2e37add753eb6285da93]

        Access2Base - DLookup function works now correctly with MySql and Sqlite
        
        Bug revealed on https://ask.libreoffice.org/en/question/68080/access2base-dfunctions-with-mysql/
        Root cause: SELECT TOP 1 construction is invalid for MySql. Use LIMIT keyword instead.
        
        Change-Id: Idb0bebe1adb8ca1f88dbc8f8ba039f117456337c

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [e6c8d8a75f2d985ea9a14e2108d9dda89b6fd00d]

        gtk3: New Folder dialog from Templates dialog doesn't get keyboard focus
        
        ctrl+shift+N, and click new folder, no keyboard input is accepted.
        
        The dialogs don't get keyboard events, because the keyboard events
        go to the top level window because of...
        
        commit 011ce226e89ecabaf621603d692547c88061eaba
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jan 19 13:22:10 2016 +0000
        
            Resolves: tdf#99604 ungrab modal dialogs
        
        (should be tdf#96604) which stripped away the grab from the sub dialog
        
        but I did that because menu dropdowns from comboboxes inside modal
        dialogs didn't receive mouse focus otherwise.
        
        I had set our "modal" dialogs to be truly modal and triggering that
        problem with
        
        commit 8d5822983e9b6a1e04874ce4d2c807fd0cf1ee04
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Dec 14 11:36:50 2015 +0000
        
            Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogs
        
            which makes modal dialogs (which are most of them) place correctly
            under wayland. Modeless ones are still uselessly shoved far to the
            left, but this makes things near usable and gives the same "graying
            into the bg" effect for the main window as other gtk apps
        
        which I still contend is "a good thing"
        
        if we stop removing the grab from the modal dialog, then we still have
        the problem that the menu dropdowns from comboboxes inside modal dialogs
        don't receive mouse focus otherwise.
        
        After trying to add/remove grabs around showing/hiding menus we run
        into another pit of trouble
        
        (commit 72e6a1365cb08986b542a5beb797634bca62d85b
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed May 4 16:29:35 2016 +0100)
        
        so, lets save the widget that has the grab before showing our first
        menu, clear the grab, and restore it on hiding the first menu again.
        
        and still ditch that metacity hack around thing at this point too
        
        I truly hate this crap
        
        Change-Id: If10e758585f156b33680b8d40355302cc1ae72f3

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [0771f36bf5910a8a8103c6575792ca55cf65d5d4]

        Revert "gtk3: New Folder dialog from Templates dialog doesn't get keyboard focus"
        
        cause testing in libreoffice 5-1 shows that it breaks the menus there, we
        need that more complicated grab after all, we just don't see that on
        master because of the native menus in use there.
        
        This reverts commit 72e6a1365cb08986b542a5beb797634bca62d85b.

2016-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [82350673eae51abe73b8de81af52b736e9ad5b9e]

        Don't crash when switching to slide sorter
        
        ... and also check dynamic_cast's. The panel still doesn't
        work in slide sorter mode, but at least won't crash.
        
        Change-Id: I878577b282ca5637ffeacdb804ce44c3d57a2a21

2016-05-05  jan Iversen  <jani@documentfoundation.org>  [a8a099a92d51f897ddce7c2ca959a98cd9e7b1b1]

        genlang .src lex support for sfx items
        
        Change-Id: I011daee882fd1831bf5dfa7bc69290af4727de95

2016-05-05  jan Iversen  <jani@documentfoundation.org>  [c96118225db74864a7e41749d68bd5c13598aba7]

        genlang, made gDiff.sh intelligent
        
        Removed output from identical files
        
        Change-Id: Id9619b7cd005aa8087fcccf4e679ee13e14955eb

2016-05-05  jan Iversen  <jani@documentfoundation.org>  [795300b6a1f000c6889353ceac1afe8790bb7cc0]

        genlang helpcontent2 is now identical
        
        Helpcontent2 generated pot files at different locations
        than as stored in pootle (strange).
        
        Change-Id: I647d6acaf775d4a8c304855c90cfafd5e9a7d392

2016-05-05  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [3085aba021b411370ab6bc2400e0652cf279d6d3]

        Fix linking of 64 bit artifacts in 32 bit Windows build with VS2015
        
        In some 64bit Windows environments we get the link error while building
        libraries for 64-bit Explorer extensions.
        This patch will fix this error.
        
        This error occours only when we build 32bit LibreOffice on 64bit Windows
        with Visual Studio 2015.
        
        In some environments UCRT SDK directory does not match Windows SDK
        directory.
        In that case UCRT library's directory path is incorrect at the linking
        phase.
        
        Change-Id: I245b1a70f5e1137a8840aa2e7a70f521eab18cb3
        Reviewed-on: https://gerrit.libreoffice.org/23982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-05-05  Noel Grandin  <noel@peralex.com>  [f07ff7ed8a23b4982ed9cd7d9e2083c9d0928384]

        clang-tidy modernize-loop-convert in oox to sax
        
        Change-Id: If0d87b6679765fc6d1f9300c6972845cf3742b9c
        Reviewed-on: https://gerrit.libreoffice.org/24674
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [931a72efbc8708fab91e849b39a84e6b7939c7de]

        Fix widget name
        
        warn:vcl.layout:16932:1:vcl/source/window/builder.cxx:491:
        Requested top level widget "SlideBackground" not found in
        modules/simpress/ui/sidebarslidebackground.ui
        
        Change-Id: I614fe73006f8c148eed6c98bc1875b4303f27879

2016-05-05  Noel Grandin  <noel@peralex.com>  [f84d9ae0c9edbf5395aa8c9171c0fa1e1a41a6ab]

        fix crash in WallpaperImpl destructor
        
        after commit b6f3b2b0ab9404917b7805bb89701c110b468768
        "tdf#62525 vcl: use cow_wrapper for wall"
        
        OutputDevice::DrawBitmapWallpaper passes a stack allocated object to
        Wallpaper::ImplSetCachedBitmap, which in turns takes a pointer to that
        object, and then unconditionally deletes that object in it's destructor.
        
        The original code did a
           *mpCache = rBmp
        so restore that.
        
        Change-Id: Ie65fb84e48750bb2c698dc08e0b6c5c7a0dea694

2016-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [877f6bbf4bec5501443365cadbf9bee94a00d9f8]

        SvxIconSelectorDialog was never destructed
        
        Change-Id: I6cc9bd70f3e3f4266af0eddfff8be406021a1d66

2016-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [36d68e49255d5fc2ded3c5a4aaa91b718122044d]

        Hide text highlight color button for cells
        
        Change-Id: If52d000ac80eb05c4f65cc42092ba91b9bb752c7

2016-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c4a4082286b3ea3c11ae37a149bfde78fff7ecc]

        jurt: add missing modelines
        
        So that it's harder to introduce tabs in those files.
        
        Change-Id: Iccaf0095fd103c4a3da44afc38f1a9d23be9863f
        Reviewed-on: https://gerrit.libreoffice.org/24673
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [72e6a1365cb08986b542a5beb797634bca62d85b]

        gtk3: New Folder dialog from Templates dialog doesn't get keyboard focus
        
        ctrl+shift+N, and click new folder, no keyboard input is accepted.
        
        The dialogs don't get keyboard events, because the keyboard events
        go to the top level window because of...
        
        commit 011ce226e89ecabaf621603d692547c88061eaba
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jan 19 13:22:10 2016 +0000
        
            Resolves: tdf#99604 ungrab modal dialogs
        
        (should be tdf#96604) which stripped away the grab from the sub dialog
        
        but I did that because menu dropdowns from comboboxes inside modal
        dialogs didn't receive mouse focus otherwise.
        
        I had set our "modal" dialogs to be truly modal and triggering that
        problem with
        
        commit 8d5822983e9b6a1e04874ce4d2c807fd0cf1ee04
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Dec 14 11:36:50 2015 +0000
        
            Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogs
        
            which makes modal dialogs (which are most of them) place correctly
            under wayland. Modeless ones are still uselessly shoved far to the
            left, but this makes things near usable and gives the same "graying
            into the bg" effect for the main window as other gtk apps
        
        which I still contend is "a good thing"
        
        if we stop removing the grab from the modal dialog, then we need to grab
        the keyboard and mouse on to the menu on showing those. This then runs
        into the problem that sometimes we want the keyboard to go to one window
        and the mouse to go to another, i.e. mouse to the floating menu and the
        keypresses to its parent combobox.
        
        Which was the joy of...
        
        commit 27e0fee7da99f3df722668d132bc034bef421514
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Mar 27 15:28:28 2015 +0000
        
            gnome#745909 grab/ungrab keyboard for menus
        
        and subsequent fix of
        
        commit 57ec66e294b1405a85029aa1f1c0e9485ad4e5b4
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Jul 23 09:55:01 2015 +0100
        
            Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generations
        
        so...
        
        lets drop the ungrab on modal dialog attempt and leave that alone. That means
        that the keyboard focus travels around the modal dialogs stack correctly.
        
        For the mouse and keyboard events in menu problems, instead gtk_grab_add on the
        menu itself, and convert the separate grab of keyboard and mouse to different
        places with a single grab of everything to the menu, and in the keyInput of
        such menus where the keyInput would have gone to their parent in the past,
        forward it on ourselves directly.
        
        Using the gtk_grab_add makes the bOwnerEvents mode of mouse grabbing not work
        correctly anymore. So throw my hat at it, and instead use the simpler mouse
        grabbing where all events go to the menu, and doesn't send the events outside
        of it to the parent, the side effect is that now clicking outside the menu
        doesn't make it go away automatically because its the parent window which used
        to do that.
        
        So instead of dismissing the menu within the gtk plugin when the button click
        is outside the application, take it onto ourselves to dismiss the menu when the
        button click is outside the menu.
        
        and ditch some metacity hack around thing at this point too
        
        I hate this crap
        
        Change-Id: If10e758585f156b33680b8d40355302cc1ae72f3

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [92f9ac2e2bee7021101e7a9fb2d5d7bfbc03fb48]

        silence default button spew in template dialog
        
        Change-Id: I0ef5b6c273238fc564ec6f0d81ac18c0ce00842d

2016-05-05  Caolán McNamara  <caolanm@redhat.com>  [3232fededce59da9c65a15c6a8220d7e9c1a425a]

        drop commented out code
        
        Change-Id: Ifb4a19bf9c86cf6294859da73ac380e93b2deb45

2016-05-05  Noel Grandin  <noel@peralex.com>  [92303ad93f89000537e7e01da4e88aa22db53711]

        loplugin:nullptr
        
        Change-Id: Iacfe15cdb3c827892ef3db049a0405337faadc0d

2016-05-05  Noel Grandin  <noel@peralex.com>  [fa2313d8cff5f4b9f42bf8f3f7a6ca1c1dda47de]

        loplugin:simplifybool
        
        Change-Id: I994ff5ad74dcc68eef31c3779b5711160cc5ac5a

2016-05-05  Noel Grandin  <noel@peralex.com>  [cca981b83ad80fc67a705c925db179c46814014f]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I14a8df27dc5bf8f16f5955d45f21f5f4079d79e0

2016-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [138b2890927c5c856419ac1592f168ca6a072893]

        Related: tdf#84695 sw: fix TextBox begin text edit by pressing normal char
        
        When a draw shape is selected, but its text is provided by a TextBox,
        then F2 and Enter could start editing already, but pressing a normal
        character didn't work (unlike for TextFrames or regular draw shapes).
        
        Fix this by calling into lcl_goIntoTextBox() at one more place.
        
        Change-Id: Ia594279918a6c3087cac8b0c859ce7432e4a685d
        Reviewed-on: https://gerrit.libreoffice.org/24671
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-05  Mike Kaganski  <mike.kaganski@collabora.com>  [940b21a87cffffca0985c33e9ebb78ddf3aa0c3b]

        tdf#93124: Fix incorrect text fit in imported PPT - take two
        
        This patch just fixes incorrect decision when the block alignment must
        be applied.
        
        Also, unit test is included.
        
        Change-Id: I458184778c5e9e115d1a4eac749ecb6991b227a8
        Reviewed-on: https://gerrit.libreoffice.org/24648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-05-05  Eike Rathke  <erack@redhat.com>  [cbb6367e75e3cc8b5b2b6f2ed703e5a316d8f325]

        gather calls to IterateParametersIfs() in one place, tdf#97831 follow-up
        
        Change-Id: I62d8a32c624a550947edf423e89069e4d1892687

2016-05-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c57dc741a6f221f53f3c8da2f521c6ece63246c2]

        tdf#97831 [part] Add Excel 2016 functions to Calc
        
        Functions MINIFS and MAXIFS
        
        Change-Id: I4bd2e8b82f8377af81f4373d0c33ac286588b8df
        Reviewed-on: https://gerrit.libreoffice.org/24619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [75ac19149d21f5164e7bb3ea1b114670e1d7859e]

        loplugin:staticmethods
        
        Change-Id: I679fd93c409035ce87101f7fe150822c2214765e

2016-05-04  Eike Rathke  <erack@redhat.com>  [7a8331eb7f4e782cd9febc9923b99d4c02cd2945]

        fix export crash test due to assert hit, tdf#61996 follow-up
        
        Fallout of 88a79589843efc24f8af99bd511a1fff0f7bebef
        Cause was a crappy number format that now is parsed differently and
        results in UNDEFINED type, hence XMLTokenEnum was XML_TOKEN_INVALID
        which later made assert(XML_TOKEN_INVALID < eToken) in
        xmloff/source/core/xmltoken.cxx GetXMLToken() bail out.
        
        Handle that during export and map to number-style.
        
        An example of fdo82933-1.ods that triggered this is
        
        [>0]" $"\"#"٬##0٫"00"٬"\";[<0]" $("\"#"٬##0٫"00);" $-"\"#"٬"\";@
        
        Already import massively complained about
        xmloff/source/style/xmlnumfi.cxx:1710: invalid number format
        but not only for this format, the document contains a pile of crappy
        stuff.
        
        Possibly number format code scanning could be improved to type that
        NUMBER instead, which it could be as only the #...00 and #...00) are
        actually digit related, everything else are string constants. However,
        that likely was not the intention of the document author..
        
        Change-Id: I7c2b202b0b87e1a7fa7a9f56862a6bb7618ad9ff

2016-05-04  Michael Stahl  <mstahl@redhat.com>  [db0d96472519042e3527805b8fa5c90038934bf5]

        sfx2: fix SfxViewShell::CheckIPClient_Impl()
        
        Probably the Edit->Plug-in removal removed the wrong branch there since
        m_bPlugInsActive was always true before.
        
        This caused embded::UnreachableStateException to be thrown out of a
        Timer and that was only handled as a FatalError in desktop::Main,
        for example on kde84498-1.html.
        
        (regression from 4b3c211cfb4f64f0f31461aa2e623d64224c4423)
        
        Change-Id: If9e2578f722ea5c5b0821d3d894bb439dbf3c40c

2016-05-04  Susobhan Ghosh  <susobhang70@gmail.com>  [46c87a5e8a52afd0060a399f71e8814cc120852c]

        tdf#88502 Firefox Theme URL in custom theme search
        
        Persona Dialog modified. Search supports Firefox Theme URL.
        Added display of installed theme on personalization dialog.
        Fixed category buttons. Added SOLID as category. Removed
        invalid/duplicate results.
        
        Change-Id: I603c0c292fe5c3e380553b9a2eaab6f4bc0683e1
        Reviewed-on: https://gerrit.libreoffice.org/23385
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [eda7d3cc451d3baa12c38057721d5c50862a51dd]

        Add covertPropertyValue bool overload
        
        ...as the behavior of the generic covertPropertyValue template instantiated for
        bool would be quite different from the behavior of the convertPropertyValue
        sal_Bool overload, leading to potential surprises.  (Though it seems there were
        no uses yet of covertPropertyValue with bool, only with sal_Bool.)
        
        Change-Id: I107a0608fc4271e95464a7f9bdc340a9e6dc1336

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [92a2bb96491b7f12c97474192f47d44683b6245c]

        Declaration of sal_Bool overload of convertPropertyValue had been missing
        
        ...ever since b525a3115f54576017a576ff842dede5e2e3545d "initial import"
        
        Change-Id: I0824b673d222b6376ca199ad37f916ccaf80aa58

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [1376eddaf7d14c6e91919c3bc3aa4b7a98f713b5]

        Remove leftover declaration of convertPropertyValue overload
        
        ...that had originally been introduced with a comment
        
          // This template is needed at least for msci4 compiler
        
        in b525a3115f54576017a576ff842dede5e2e3545d "initial import", and whose
        corresponding definition had been removed in
        6231a9b4e926d5dc213f94ddf35b14bab411d77d "visual studio version 4 is long gone"
        
        Change-Id: I0cf4913a2c2c4701d41cf24d2f89c1de0bd86323

2016-05-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [49c876b0fc05e4172a422f067137c99443cced96]

        tdf#89466: Getting/setting page size works now
        
        Change-Id: Idd421c45b0e3e82a792672849ef34189398bddb5
        Reviewed-on: https://gerrit.libreoffice.org/24451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [c4170770def6abdfa4201101b8ca5fd7769135f2]

        tdf#89466: Give those slots a separate GetState method
        
        only SID_ATTR_PAGE_SIZE does anything so far
        
        Change-Id: I30de1b8b72702b0ddd536ed4026b433ed9295bb7
        Reviewed-on: https://gerrit.libreoffice.org/24450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [e0dd123b3e6fa6e0bccff3bd1fbb132997d3266c]

        tdf#89466: Access to page setup dialog, alignment of labels
        
        Change-Id: I687457d26cf8e6f9e8d5fb5667eddd66baf3719e
        Reviewed-on: https://gerrit.libreoffice.org/24449
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-04  Rishabh Kumar  <kris.kr296@gmail.com>  [93b4bf647a5899f54ef51f8b4bfed0faa66b466e]

        tdf#89466: Slide Background tab
        
        Change-Id: Ic3ba6b47a1e5fcaeec76c4e4ff0ba6128653af86
        Reviewed-on: https://gerrit.libreoffice.org/17007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-05-04  Henry Castro  <hcastro@collabora.com>  [c950792fd97894ae08304a7ded83b3d405f9a7d0]

        filter: svg: avoid undefined variables
        
        Change-Id: Ibc3b678decfb36f5ac5779edb43aef1657507df2
        Reviewed-on: https://gerrit.libreoffice.org/24627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [b57184b2fb7f08fb48dc43958932e9f24d8d856f]

        Better fix for Windows-only code
        
        Change-Id: I8437ec66b615754d71c726f715a6beeb4a0f7dda

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [ce3951edd4bb06bc8f7b6bba55dbb56ac9c96f10]

        Missing includes
        
        Change-Id: Ic0618ff8a8f01937a467e4ba5184fe68f14cd24b

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [ef184fcd888b9fef3f6f7f915e74ce633661f505]

        Fix Windows-only code, part 8
        
        Change-Id: I875c4f4382221baaaedcdfe9513ed75706e8517b

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [6cf34974b8ea742e7a91e8ef7c85d25ee14a2646]

        Fix Windows-only code, part 7
        
        Change-Id: Idf118bee77b55004897ae085e124b9cec2ba4237

2016-05-04  jan Iversen  <jani@documentfoundation.org>  [709ef9f91876072407c587db63851f6da73d265f]

        genLang .tree files got "help_section"
        
        Added text type to .tree files
        
        fixed line wrap problem when saving to .pot
        
        Change-Id: I551521bb81e21724edf8f3bfa8aba1516ca7e879

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [d916619658a2486ee8cdb5d819a6f0308ee07ccf]

        No need to explicitly delete ctor the compiler wouldn't implicitly declare
        
        Change-Id: Idd0e764765bd76e1f6a2d8ec6e18ebac27b91ec6

2016-05-04  Xisco Fauli  <anistenis@gmail.com>  [b6f3b2b0ab9404917b7805bb89701c110b468768]

        tdf#62525 vcl: use cow_wrapper for wall
        
        Change-Id: Iaf0b288a4c40f1e471a0a59b6baf17c317810d23
        Reviewed-on: https://gerrit.libreoffice.org/24575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [c3ec547ca9762d42b8864b0872b12f3cd8999b0b]

        Fix Windows-only code, part 6
        
        Change-Id: Ib9a311dd199db81b0be46a7c32c49a10e1b866e7

2016-05-04  Xisco Fauli  <anistenis@gmail.com>  [23dfb9e14571d96f9bd23d178f397ee35c36f686]

        tdf#62525 vcl: use cow_wrapper for mapmod
        
        Change-Id: I25ddaeb051f171388bb490a23bf03dbaf0add281
        Reviewed-on: https://gerrit.libreoffice.org/24438
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-05-04  Thorsten Behrens  <thorsten.behrens@CIB.de>  [2cf939b2da466b33189de153a1bbbb5c40485cee]

        -Werror=maybe-uninitialized
        
        Change-Id: Id516aa921d13ff5c0085fb9cf76fefd56acb31ad

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [8efd941ca2638ce367938ef3aa289005fe42e905]

        Fix Windows-only code, part 5
        
        Change-Id: I1e51996d1035624b373dc5d27a7528f8351e0934

2016-05-04  Eike Rathke  <erack@redhat.com>  [3a767d91bfa70af4303b905cefa038181d56cc9a]

        Resolves: tdf#94146 a11y crash, obtain formula using the correct pointer
        
        Fallout from IAccessible2 integration. Of the union, wrong string
        pointer instead of formula cell pointer was used.
        
        Change-Id: I1afaf0ffff14a770ab52e8cbf880708bd66b3ef2

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [0db367ac7c44547b62d6bd6926e3535072f0cfad]

        Fix Windows-only code, part 4
        
        Change-Id: Idf3f8c24a61973068f5354873d25dc2317fbb732

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [cbc68e27872b9a7948d20820cd9b4484d72cec3d]

        Fix Windows-only code, part 3
        
        Change-Id: I1a87cb1b8c5b5603c4043cd2d5de37a336ad88b6

2016-05-04  jan Iversen  <jani@documentfoundation.org>  [e8fb6ae467feef14e89913588be1b845c41c3c46]

        genlang keygen with newline changed
        
        when generating the keyid for text, all newlines
        \n must be converted to 0x0A
        
        Change-Id: I626776e94a6573d044522990a7f9ccc3d52b825b

2016-05-04  jan Iversen  <jani@documentfoundation.org>  [7031189b9ce472ed908e719be67dd2ca057d5f06]

        genlang correct xcu filter
        
        modified algorithm for adding "."
        
        Change-Id: Ibaa59cf5faa7bf211ead222dbb2e5a391929d679

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [6d1c52c5f79541d6129c83e7b4cdc2d5975e2e00]

        Fix Windows-only code, part 2
        
        Change-Id: I5e860cd88e851b7bce5fa503108ffe61a36c0817

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [f7b2782e24c7b67dc127cb0a453901c3fc0a1fb7]

        Fix Windows-only code
        
        Change-Id: Iaf6d668f65e31c60dba8140d789f6578ef461264

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [2894df68fee2eff2ce960dfeebc6b263ccae645f]

        sal_Bool -> bool
        
        Change-Id: I770a8507cdc1ee56456642b1f878381d6cf9d0b3

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [f153d5cb12372dddaaceaaaa0c0892f4ba3d12aa]

        Remove unnecessary ScUnoHelpFunctions::SetBoolInAny
        
        Change-Id: I4814618758bbb2fe1ed3fbf279b0bbbb370d5cef

2016-05-04  Noel Grandin  <noel@peralex.com>  [58a32075ca4f457f570af75aef368dd6c389aca7]

        use Any constructor instead of temporaries
        
        Change-Id: Iffb82a2cee1a28d89eeea2b905aaa14086ee475a

2016-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [7d47700972d267fe7c5270c5dadd45a523a2baec]

        Underline should be a split button
        
        Change-Id: I072293e7939d3d9f9349f40aec58729c3731d972

2016-05-04  Jorenz Paragas  <j.paragas.237@gmail.com>  [24e56929445f0e3e22c7129bf18e912ae1ac6fc1]

        tdf#42949: clean up includes in include/oox/dump with iwyu
        
        Additionally, include cmath instead of math.h in dumperbase.hxx.
        
        Change-Id: I0ee7158c86bdf266c783340bcf891aff44399066
        Reviewed-on: https://gerrit.libreoffice.org/24632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a5a731daec8dcb4f44bb618b71e6995ec1deb561]

        tdf#97831 follow up : use ScInterpreter::ReverseStack()
        
        Change-Id: Ic72a71ab4f90680f1e3496d68441151a36b8f41e
        Reviewed-on: https://gerrit.libreoffice.org/24630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [d8d768a0bc06d154a24fffe400e4e9f5534adc3b]

        loplugin:staticmethods
        
        Change-Id: I4b9dc149f5b2a18df0cab91e7706be14d584cf8f

2016-05-04  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [9144a54a7612aa75cf58e857ddd4913f8bac6965]

        tdf#94260 Convert pixel to 1/100 mm
        
        The scaling factor 0.28 is chosen as per
        https://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#pixels
        
        Change-Id: I8dc7846699fbb2aa6e2a181a041b66d3cc33b8e5
        Reviewed-on: https://gerrit.libreoffice.org/24547
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [6e70103da07ec67b1c1f106a8fcd064e3df97271]

        While at it, delete Any functions on sal_Bool*
        
        (at least for LIBO_INTERNAL_ONLY), to help further reduce the occurrences of
        sal_Bool across the code base
        
        Change-Id: I70654a0cb56655984c717b7b894f26c9ab47536e

2016-05-04  Szymon Kłos  <eszkadev@gmail.com>  [019a0fbdd860994ba727f19eba0879136406d0f9]

        underline popup control possible to use outside sidebar
        
        Change-Id: I48097007c7dc0439b33233939c1d73902dfeb679
        Reviewed-on: https://gerrit.libreoffice.org/24491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-05-04  Szymon Kłos  <eszkadev@gmail.com>  [00fc1ee1b50229be13b5a5082022d14adf28fc2f]

        notebookbar: rearranged layout
        
        + only 2 lines of icons
        + large icons
        
        Change-Id: Ibabab3ce4893d457df4b957ad78886dbb8626c64
        Reviewed-on: https://gerrit.libreoffice.org/24625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [312bf21ae6ab3a375d8dd1e6c9fb6bffe480897b]

        Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyref
        
        c4acf692e858530b8353dd65876501eb38ce9bab "loplugin:passstuffbyref" had
        accidentally reverted 390ddd3bde617388e481b6747aa7bbea17d5ddf1 "tdf#99353 take
        the footgun away from FilterCache".  Many thanks to Matteo Casalin for spotting
        it.
        
        Change-Id: I572b940cf215d6e83cac56fd8d2ac2f24b659579

2016-05-04  Stephan Bergmann  <sbergman@redhat.com>  [4efe3bd73605e77c6b05ce069c8a505b9975d74e]

        loplugin:implicitboolconversion
        
        Change-Id: I80f7967c5d537d1318890687631c0ceebef75fae

2016-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e05ad4fc8b3a0a0e92c31c0afe935acfcb8efb97]

        CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)
        
        Change-Id: I84dcd5ccc48d46f4aaa1ad33b341bfe7542757a3
        Reviewed-on: https://gerrit.libreoffice.org/24631
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b73137aa58fe3a3562ec02f25114d769910b9740]

        Correct value types for the respective function objects.
        
        Change-Id: I88771e976fe2a40fd4734b57dcf1728162ba559a
        Reviewed-on: https://gerrit.libreoffice.org/24629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-05-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fa507ae23e1e5e0dd73fe881284bfb41a2eb1315]

        Replace namespace ScErrorCodes with formula...
        
        and remove that 'using namespace' statement in the header...
        
        Change-Id: I2f994af5088ce6d1ffe92c8d36285a4f6fdd2248
        Reviewed-on: https://gerrit.libreoffice.org/24628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-05-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fe81d707b5b4e832b249ae879a75f336cd06a81f]

        update credits
        
        Change-Id: Icb4a443dba8eb22e49fe622ed5ef7c84fabc901b

2016-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [a4eba3762a01c1b686cf7de19b9391d56606e08d]

        tdf#82160 Reset mouse pointer if doc loading failed
        
        Change-Id: Ib05226345c4b83d9190839de5cc04068ce1879d8

2016-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [cc679439593d4da7b7abf7b456b3feed6e68268b]

        LoadEnv::getTargetComponent() is supposed to return nothing
        
        ... if loading the document failed. Make sure that's the case
        also when the frame containing BackingComp was about to be
        recycled. Can be tested by trying to open password-protected
        odt, but canceling the password prompt.
        
        Change-Id: I733357b3a961fd88db010dd8eb89e01f0cad10fa

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [dcfc07842be6ef540845413f17739747359ef1f8]

        Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLY
        
        ...where sal_uInt16 no longer clashes with sal_Unicode after
        e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle wchar_t as native C++11 type on
        windows".  This allows to consistently use Any ctor instead of makeAny,
        regardless of argument type, in LIBO_INTERNAL_ONLY code.
        
        Change-Id: I9acdcc48be71a90d17013959c8275454e8fa01a0
        Reviewed-on: https://gerrit.libreoffice.org/24620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-03  Eike Rathke  <erack@redhat.com>  [fac5f2af5190e6da9bedfcdf02426be59ad99166]

        NameToken with Sheet instead of boolean Global
        
        ... to transport an actual sheet number for other-sheet-local names
        within names when importing OOXML.
        
        Change-Id: I00f2ffe07271c1c2a8ce9e10514e10872396f566

2016-05-03  Michael Stahl  <mstahl@redhat.com>  [ea3ce0b3073c72f474365e438ddabd19de915b76]

        tdf#99383 vcl: don't dispatch events from SolarMutexReleaser
        
        Having SolarMutexReleaser effectively do Reschedule() on WNT and not on
        other platforms doesn't seem such a good idea.  Let's try to restrict it
        so that it still calls ImplSalYieldMutexAcquireWithWait() but no longer
        dispatches messages, timers and idles.
        
        (regression from 482c52e91fe41a52e68827e9bf64a9736427d517)
        
        Change-Id: I52a2c88e9c2473e35909bf270b9e3ae7acbe0d17

2016-05-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7ecaf61287606001eac9b3d76df95a0a900e11c0]

        bump openssl to 1.0.2h
        
        Change-Id: I1e7c090ff58dc296641a1ce00a2ca4189e9e4156
        Reviewed-on: https://gerrit.libreoffice.org/24617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-05-03  Jorenz Paragas  <j.paragas.237@gmail.com>  [af1174b2dea72359e8eb0e15297c61cf82571250]

        tdf#42949: clean up includes in include/oox/drawingml with iwyu
        
        Add includes in other files to fix compiler errors.
        
        Change-Id: I566e2e081094cb074d20afbe7ceee49f759c725b
        Reviewed-on: https://gerrit.libreoffice.org/24510
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [12c222a3ae3d65b0c088e42bec426ec0e5ca5b75]

        C++11: disable ctors with delete in include/
        
        replace the old declare and don't implement pattern
        with C++11 delete keyword
        no need to hide this design choice behind access restrictions
        
        Change-Id: I7e8430a07189aa48514a4613c3a8c2950b230f49
        Reviewed-on: https://gerrit.libreoffice.org/24495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [acdc855f0b9b97e23ea5282f5a31e28dbcf2b311]

        Trivially improve sal/types.h code indentation
        
        ...to trigger rebuilding of PCH on Windows after
        e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle wchar_t as native C++11 type on
        windows"
        
        Change-Id: Ia1cafb8a2f207f34b6fb1cb53fbaf23d90e6b296

2016-05-03  David Ostrovsky  <david@ostrovsky.org>  [e16fa715c43dcdf836ce8c400b6d54eae87b627d]

        Handle wchar_t as native C++11 type on windows
        
        The option /Zc:wchar_t- prevented to use wchar_t as a built-in type
        according to the C++ standard. In Visual C++ 6.0 and earlier, wchar_t
        was not implemented as a built-in type, but was declared in wchar.h as
        a typedef for unsigned short. Now, years later after the end of life
        this outdated toolchain, there is no reason not to use native type.
        
        The only issue could be the ABI compatibility. But on a quick look at
        least, it looks like none of the mangled C++ symbols in the stable URE
        interface actually depend on wchar_t.
        
        We forgot to get rid of /Zc:wchar_t- in 5.1. Do that for LibreOffice
        5.2, though.
        
        Change-Id: I8d6b380660859efa44c83c830734978d31d756a0
        Reviewed-on: https://gerrit.libreoffice.org/22589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-03  Eike Rathke  <erack@redhat.com>  [a2aea8bac55cef23297573733ba28f563f5aa791]

        IFS/SWITCH propagate error only for active paths, tdf#97831 follow-up
        
        Change-Id: Ief07f0d582e2f283a3ede88a7d202e8cff0e14bf

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [bc4d465484c67fa27d6c59807176d5f57155d9f5]

        Clean up makeAny functions
        
        Let the templated makeAny(v) just call Any(v), so that any special handling of
        argument types needs to be only done for the Any ctor, not also for makeAny
        (both the original makeAny implementation and the Any ctor implementation
        internally use cppu::getTypeFavourUnsigned to determine the UNO type, so this
        does not cause any difference in behavior):
        
        * The specialization of makeAny for bool can be dropped.
        
        * The overload of makeAny for OUStringConcat is replaced with an overloaded Any
          ctor, so that
        
            Any(s + "foo")
        
          works now, too.
        
        Curiously, only the Any ctor had been deleted for a sal_uInt16 argument (which
        can conflict with sal_Unicode), but not makeAny.  So introduce a specialization
        of makeAny for sal_uInt16, so that that continues to work.  (For backwards
        compatiblity in the non-LIBO_INTERNAL_ONLY case; and in the LIBO_INIERNAL_ONLY
        case we're moving away from the sal_uInt16/sal_Unicode clash anyway thanks to
        C++11 char16_t, so it is arguably better to allow makeAny for sal_uIn16 than to
        prohibit it.)
        
        Change-Id: I7803703769730024863bb4e5b1b3416b81bd8960

2016-05-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [29433c6496e8aa2d82ce56731d4bb734538a9f80]

        tdf#97831 [part] Add Excel 2016 functions to Calc
        
        Functions IFS and SWITCH.
        
        Change-Id: Ic43d42a933bcac883e9aa2213dd4ddeddf45abf0
        Reviewed-on: https://gerrit.libreoffice.org/24424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [04baf07416aefe7afccec8e45e620bf16643eadb]

        -Werror,-Wpessimizing-move
        
        Change-Id: Ic20ae0c0534220a2613b73a2bd2e1aa277aecce9

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [c4acf692e858530b8353dd65876501eb38ce9bab]

        loplugin:passstuffbyref
        
        Change-Id: Iaaaa0569a3e16bd79eeb7830ab9fb4be6ae57f98

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [6e717957b25f3d4a38d9256c0088828d6c709371]

        NULL -> nullptr
        
        Change-Id: I7e4e36fbff89cb45c01a11dc70c4e6f17fe3bc38

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [69a62d4dc1ffe9ee61405f3715d3d523347deb6b]

        NULL -> nullptr
        
        Change-Id: I94d0df867b6ef59cf6485e4cee7ac655155f9b87

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [a6960391accbe238a78c9b128342e4ad52a68a8b]

        NULL -> nullptr
        
        Change-Id: I0bd2dc2e2ed1f699133e3e7753359b969fbee322

2016-05-03  David Tardon  <dtardon@redhat.com>  [46410f7e5b79cf42aa52d7a81fe4608c34601ce6]

        use unique_ptr
        
        Change-Id: I28615a645e6e4763bb03362a90da93a818985a78

2016-05-03  David Tardon  <dtardon@redhat.com>  [750935fddb07650967066e00b663f0ab79f820b6]

        drop obsolete comment
        
        Change-Id: Iad565ccd92b4518ee57f10b65ca4d8ca0730474d

2016-05-03  David Tardon  <dtardon@redhat.com>  [390ddd3bde617388e481b6747aa7bbea17d5ddf1]

        tdf#99353 take the footgun away from FilterCache
        
        FilterCache::impl_saveItem changes the properties of a config. item
        one-by-one. But it also listens to the configuration changes and reloads
        the whole item from the configuration on change...
        
        Change-Id: I9e4ed1c6b013925d07f0942717fe3421f924279d

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [0b1e4a306705d8c25db6e233244101ba6c4c16b6]

        Prevent Any::setValue from reinterpreting bool* as sal_Bool*
        
        ...which only happens ot work in environments where sizeof (bool) == 1.  The
        simpler alternative is to use the operator <<= template without passing explicit
        UNO type information, anyway.
        
        The std::nullptr_t overloads are needed to disambiguate calls with a nullptr
        argument.  (Which can at least be meaningful for VOID, but for other types what
        it happens to do is store a default value of the given type.)  As std::nullptr_t
        is only C++11, this all needs to be LIBO_INTERNAL_ONLY.
        
        Change-Id: Iff06a6ba94250bd4ae4afc937c2a2bfa75f0888f

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [ab3d2e568fe1595584c66c2ff07843e72f608944]

        Prevent Any ctor from reinterpreting bool* as sal_Bool*
        
        ...which only happens to work in environments where sizeof (bool) == 1.  The
        simpler alternative is to use the Any ctor template without passing explicit UNO
        type information, anyway.
        
        The std::nullptr_t overloads are needed to disambiguate calls with a nullptr
        argument.  (Which can at least be meaningful for VOID, but for other types what
        it happens to do is store a default value of the given type.)  As std::nullptr_t
        is only C++11, this all needs to be LIBO_INTERNAL_ONLY.
        
        Change-Id: I0f72c73a088ef96e069c3ed8c78546b16d89b50a

2016-05-03  Michael Stahl  <mstahl@redhat.com>  [2ce95e838260ed1e7e64ac8f5662aa2e2234ab9e]

        sw: HTML filter: avoid turning on Undo with ridiculous hacks
        
        SwHTMLParser::SetControlSize() loads a "hidden document" into the same
        model (!) that is currently being imported (!), just so it can get a
        awt::XControl from the ViewShell; unfortunately creating the ViewShell
        happens to enable Undo too, so turn that off again.
        
        This avoids triggering the assert in SwRegHistory::InsertItems() on
        kde122884-1.html
        
        Change-Id: I3d8fcd5c43bcb8e7ed8775710acbc2d40f2ffdd0

2016-05-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [48435bfddf38de2b31df50e70438ef7946a0c3cb]

        tdf#97835 No decimal separtor for empty decimal
        
        If decimal part is empty (with #) decimal separator should not be added.
        It was not removed if there was text after value.
        
        Change-Id: I891cad8b6bec0f27f4cef8aea80c5dad264f062d
        Reviewed-on: https://gerrit.libreoffice.org/24586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [88a79589843efc24f8af99bd511a1fff0f7bebef]

        tdf#61996 Skip quoted text in number format
        
        Quoted text should be detected and skiped
        before detecting conditions
        
        Change-Id: I1c78fed7f543fb335fbb8ec9ed50d9ab9dd10aa7
        Reviewed-on: https://gerrit.libreoffice.org/24550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-03  Szymon Kłos  <eszkadev@gmail.com>  [f23c32e4bf42a80455ebae10d830b7ffded4fa9f]

        tdf#98644 : better error message when wrong password entered
        
        Change-Id: Idf4da8000cce43cb66cb94fdfc8be8a3d6909fa6
        Reviewed-on: https://gerrit.libreoffice.org/23475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3beb146b34fa931e2d63f4738a3ae69fe286545f]

        tdf#31449 Correctly test if fraction has no integer part
        
        Test if fraction format has no integer part is modified
        to take into account all cases: ??/?? or ##/##
        and do not detect false positive like ? ??/??
        
        Change-Id: Ia8677a5ad496e5df56ce6bf1290323555e46ba0a
        Reviewed-on: https://gerrit.libreoffice.org/24540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-05-03  jan Iversen  <jani@documentfoundation.org>  [bf95f4f0ce93c793770c3fdbb9e5eec8d22af208]

        genlang .ulf uses LngText as id.
        
        Added fixed subid for .ulf files
        
        Change-Id: I9e882e3ab40e334c7d504d583b8e515d9dc36d6b

2016-05-03  jan Iversen  <jani@documentfoundation.org>  [6bc720cedbcfb5ccc3f6d8bb5abc987db8445467]

        genlang .xcu dot handling and level func for .src
        
        .xcu stores a '.' between keys and keys with no name count
        .src has commands without name (identifier used instead)
        
        Change-Id: I135c5f5594c429ebc1b278dbb7d5709b7b8ca119

2016-05-03  jan Iversen  <jani@documentfoundation.org>  [fc5755c062e7116529eb865e51fdaf1d747d1e68]

        genlang .src single line macro
        
        Macros do not always end with \\ only those for translation
        added #define exception to the lex layer.
        
        Change-Id: I656bb8776d970288c243302cdc74a0afd975975e

2016-05-03  Michael Stahl  <mstahl@redhat.com>  [39d719a80d8c87856c84e3ecd569d45fa6f8a30e]

        tdf#99529 sw: don't pop up input field dialog before inserting field
        
        The dialog calls SwEditShell::UpdateFields(), so if there is already
        a existing field at the current cursor position it will be "updated"
        before the new field is inserted.
        
        Change-Id: I8ddbbe00534950759781a1ce8d0dca0376663462

2016-05-03  Michael Stahl  <mstahl@redhat.com>  [20ae3d14187dacce2c2a1d2eab389e6110fe8442]

        tdf#98512 sw: add unit test
        
        ... and fix the SAL_WARN not to warn spuriously.
        
        Change-Id: Ic951fc0d811e5cab39989285d34bdd2fff8f95fd

2016-05-03  Maxim Monastirsky  <momonasmon@gmail.com>  [9a2fccbc3870c5e9f65283df3fbed25f93fd47e2]

        Better label for .uno:OpenSmartTagMenuOnCursor
        
        Change-Id: I4aa578ecdfeaa23b7d665b59b7719f2e0258eac7

2016-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [eca3455190ed9a2c4796e7954f2533dc71cd1ab6]

        Resolves: tdf#98940 (-1 not mapping to maximum string length anymore)
        
        Change-Id: I58e4a63bce17b880a97c7ccfb4d42dfb930e54c5
        Reviewed-on: https://gerrit.libreoffice.org/24268
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-03  irem  <iremsendur1@gmail.com>  [2fce97c51ceb15c7722ed828b2cc0ea4b21c8c95]

        tdf#99211 Use the restart dialog for notifications about restart
        
        Change-Id: I2093e99d7b377285f6b3248a90072f0dea12f732
        Reviewed-on: https://gerrit.libreoffice.org/24556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [a05ab9ef5e1804faed90f3df2f7fb8cb49065590]

        Remove unnecessary setBOOL, makeBoolAny
        
        Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4

2016-05-03  Bryan Quigley  <gquigs@gmail.com>  [4b3c211cfb4f64f0f31461aa2e623d64224c4423]

        Remove Edit -> Plug-in as no longer used
        
        This functionality seems to only have been used with NPAPI plugins.
        They've been previously removed.  Per the help text, if it is still
        used by anything, you can use the context menu instead.
        
        MN_READONLY_PLUGINOFF also appeared to be unused, so removed.
        
        More code might be removable, but would affect activate on click/visible.
        
        Change-Id: I12d5bf54edd3a2f716912179b87e798b47b3cc3d
        Reviewed-on: https://gerrit.libreoffice.org/24500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-03  Takeshi Abe  <tabe@fixedpoint.jp>  [022b466db1142f95a4f0088b46abeb2787323b5e]

        starmath: Avoid C-style cast
        
        Change-Id: If8fdb9def831ea9720c3cad1379be47aba7dec30
        Reviewed-on: https://gerrit.libreoffice.org/24584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-05-03  Caolán McNamara  <caolanm@redhat.com>  [bc10fa6d3b4b28b1e4edbbd5c463f2b9b707ed48]

        cppcheck: noExplicitConstructor
        
        Change-Id: I9c8d41faf903f2d4ec26338a19be1328a68c69db

2016-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [6bacfc8d95163a3eacc2784660282a8ce7d9a552]

        tdf#95707 RTF import: handle device-independent bitmaps
        
        See
        <https://msdn.microsoft.com/en-us/library/dd183374%28v=vs.85%29.aspx>
        for more info about the header structure that has to be prepended to the
        real data to make our BMP import filter happy.
        
        Change-Id: Iabdf4cd169b82ea951d1c1b12432d97d61b7af51
        Reviewed-on: https://gerrit.libreoffice.org/24604
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-03  Caolán McNamara  <caolanm@redhat.com>  [79acc3da353ad05382db7b59d3be8e40983da4b7]

        bump to hunspell 1.4.1
        
        Change-Id: I20d9abfd73586daf1ed99f0e1a2481840e61f90e

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [388ffd22b1a1cba175521153b3427672c74e31e6]

        -Werror=maybe-uninitialized
        
        Change-Id: I137814b80790b2cb4c8a2a2b78048024db0b4f86

2016-05-03  Noel Grandin  <noel@peralex.com>  [82e9cfc9910005e55f57ab13dd685f8860f47d27]

        use Any constructor for bool values, instead of temporary vars
        
        mostly found with:
           git grep -n 'setValue.*cppu.*UnoType.*bool.*get'
        
        Change-Id: Ie8e5aa6402d25dbe90b0f492031a245bb222c1a5
        Reviewed-on: https://gerrit.libreoffice.org/24464
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-03  Stephan Bergmann  <sbergman@redhat.com>  [eb7593daa4bac21bd68182c8bbbd3ee3bd7b64dd]

        Updated core Project: help  b4f803adf47059a195de82e8757a3fe1856f4596
        
        Fix bookmark element
        
        ...that was broken by previous 7baa265c995f1d27cef325bf1583a579737e11df
        "tdf#99637 Don’t mention Undo settings now in Expert Configuration"
        
        Change-Id: Idecc9cca5bdef2da8a027ae9e1ce6f76d46dcdb5
        

2016-05-03  Mark Page  <aptitude@btconnect.com>  [e76d458422b0f0f713cc17bf47ca94c33ac570a7]

        Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexity
        
        Change-Id: Ia81d3b30a874c2e722f7b836db9fab0be2d6e27b
        Reviewed-on: https://gerrit.libreoffice.org/24488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-05-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fa6efd4511a999618fd3958c1c72811dc0ef83ee]

        Updated core Project: help  7baa265c995f1d27cef325bf1583a579737e11df
        
        tdf#99637 Don’t mention Undo settings now in Expert Configuration
        
        Change-Id: I5a6c8a193a1f80683a79e1e1b255d67586493a6e
        

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [f88554edd46d2dc8d6c8eaba74c89ccd3e537104]

        Related tdf#98644: In login dialog, give a hint that the password was wrong
        
        ...by changing the dialog text from "Enter user name and password for..." to "Wrong
        user name and password for..." when an old password is already given.
        
        Change-Id: Ie167c5ea263e9f75e0269c528dc88b69270208f3

2016-05-02  Eike Rathke  <erack@redhat.com>  [edd4370f5ba49a26a526995b6a28f623d68041ce]

        check presence of token, tdf#96426 follow-up
        
        Change-Id: I4c368dfd113b02d208013b4ba79dff606769a150

2016-05-02  Eike Rathke  <erack@redhat.com>  [b79d226017b1cb090838165f5a701f90fc278709]

        Revert "crashtesting: fix ooo123540-1.xlsx etc"
        
        This reverts commit bfca69eddd3d94e74d6b73f91476b79c8f72cce7.
        
        Rather let the caller check for a valid token instead of checking it
        twice for other places that already do, and we usually need two valid
        tokens before even one call makes sens.

2016-05-02  Eike Rathke  <erack@redhat.com>  [8474c5f14966c9268f92499870feb3c3d21658b3]

        silence ScTableRefToken::GetSheet() SAL_WARN about unhandled
        
        Change-Id: I539bad573bfc459103acc0cb0227bad7681b79aa

2016-05-02  Eike Rathke  <erack@redhat.com>  [4f5c97849b8d4aa4a6698e9528e39570a6d47a7a]

        unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERS
        
        Change-Id: I82cd43774388a426b4c7dc536952dc3f9584cf9e

2016-05-02  jan Iversen  <jani@documentfoundation.org>  [6a3139493857631784f64419048ee258cd0c4493]

        genlang macro support for .src files
        
        Added macro detection in .src filter
        Updated gDiff and gRun scripts with enhancements
        
        Change-Id: Idddd3ef72e8ccee65d03fe5080e27699ceebb079

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [b14c3a5e330263c2e735deb59e44236ce205894c]

        Remove unused pbOpt parameter
        
        Change-Id: I4c566a122d600d41d7d8049779628a08e68ca277

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [5df086e79fc520c41c865943b3e0c997f7467e3f]

        sal_Bool -> bool
        
        Change-Id: I6e86cb7ffbd8c8cbf3cccaef656cf7b7e755e24f

2016-05-02  Eike Rathke  <erack@redhat.com>  [a0b9fa819c9193dee1405cee13690adf00e2d9b9]

        Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERS
        
        Change-Id: I717fc6d1d7c2bc01ed2a256f6fc08a055be24e4b

2016-05-02  jan Iversen  <jani@documentfoundation.org>  [6cc547b33bf3ba250b1f08dc94fd7da91860a985]

        vm174 .xcu update
        
        One project uses "." as prefix, but LO uses ".."
        
        Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe

2016-05-02  jan Iversen  <jani@documentfoundation.org>  [8aed53c10425fab4813b439abe3ee60939dc9a14]

        genLang .src conversion, first version.
        
        LO uses the .src quite differently, so a new implementation
        was made.
        
        The unused old functions are hanging in a #if 0, and will
        be removed later.
        
        Change-Id: Ic466a1b97f9f65c9f658612bd2aa325396e929c3

2016-05-02  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [3db082a75210bbf0fc657831443c589a4226b997]

        Related tdf#98416 Libcmis: add a patch to fix Google Drive login
        
        The new Google login sequence uses two html pages: one for user email
        the other for password.
        
        The older sequence used only one page for both user email and
        user password.
        
        Change-Id: If875ba3ec9680d7e8c700a269873e427ac037a8e
        Reviewed-on: https://gerrit.libreoffice.org/24513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-05-02  Michael Stahl  <mstahl@redhat.com>  [af1a3d8b484ed96938e8c2a8cf34f5f424791657]

        translations: reset this to something that actually exists
        
        Change-Id: Ib8cfb9e2568ef4607ff1b514ba6d8072f6ade0b6

2016-05-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [eff1c971a6ec129d3b71180918e8d7f851b573c7]

        reposition helpcontent and translations submodules to master
        
        10b818d4b68f5df490c9c8f499e3a7aa83d7e5bb incorrectly changed the pointer
        
        Change-Id: I4ae1e23cdb9850b726db4104eb68678c8815f1ff

2016-05-02  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [d46bfe13675735caf6d7fbf11ed2d1f5d30a49cd]

        tdf#74608 Constructor function for XMLBasicExporter
        
        Change-Id: Ib4721b3f67956a8da48851841ef86bb7b79df1e7
        Reviewed-on: https://gerrit.libreoffice.org/24553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-02  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [955ca134fd62f809efdf1ce87c8646586871597a]

        tdf#74608 Constructor function for XMLBasicImporter
        
        Change-Id: I0a2c74c71d1633427598e793d7c211e5283c7a33
        Reviewed-on: https://gerrit.libreoffice.org/24559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [6943396614bb223e05a9de36e7bbc955ed8e6492]

        Simply use implicit conversion from GLboolean to bool
        
        Change-Id: Ic758f578d44f8c3fef71ff8ed6ff710c4f1458b0

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [583cfc97e98fcde242967fd6108c8635bc0ada25]

        Remove debug code
        
        ...that got introduced with c30b5d2a382162be94e6a6ac5d5794a074ebfaaa "cid#1358838
        cid#1358839 cid#1358840 assert to avoid null pointer dereference"
        
        Change-Id: I50faaf291ac9059ee557d059393a97a0fcc397bf

2016-05-02  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [2dc8f1b25c157a597905fb33f1527244baf977f3]

        tdf#74608 Constructor function for XMLOasisBasicImporter
        
        Change-Id: Iec1c875f6aa34c37ac26a5dac008db547e8965ca
        Reviewed-on: https://gerrit.libreoffice.org/24551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-02  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [b8c04ea449750b39ab5dc64f91f74688fd9a4d3a]

        tdf#74608 Constructor function for XMLOasisBasicExporter
        
        Change-Id: If5409621f515918e715e3c0b71ec1b3d6fd1ef92
        Reviewed-on: https://gerrit.libreoffice.org/24518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-05-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [7aa67d528b9f543fb61527cae7f0f487426cb414]

        glew: honor TMPDIR
        
        Change-Id: Id5c20ec78dcde0144bd7718b7e9825b92ed70f3f
        Reviewed-on: https://gerrit.libreoffice.org/24582
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [104e2278fcfd82423d6341bd214a1df0b319aa1c]

        sw: translate last Anz occurrences in headers
        
        Change-Id: I36e11fe9b5a8979478029162e0f51015fc1360fb
        Reviewed-on: https://gerrit.libreoffice.org/24583
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-05-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9793d761cbd25e1722b21c38ebb08d60588d5759]

        Fix typos
        
        Change-Id: I38b5e720af67d0bfb1be72ff82a7f5c595a94c14
        Reviewed-on: https://gerrit.libreoffice.org/24535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-05-02  Takeshi Abe  <tabe@fixedpoint.jp>  [c6883d467c7d977cf3ad84904c1f6afb009ab3a0]

        Fix typo
        
        Change-Id: Ib8e891f3af7a9de87c54bc65be98d94a16545d71

2016-05-02  Stephan Bergmann  <sbergman@redhat.com>  [74a1b26ffb576205bbdc5e94aeb503306eb6aabc]

        -Werror,-Wlogical-not-parentheses
        
        Change-Id: I0ed6445964523b17ca5635d4d26cd429ff60c294

2016-05-02  David Tardon  <dtardon@redhat.com>  [c4ed5807bda4d100c3fc053fbb3f738d3c2d24e3]

        drop cruft
        
        Change-Id: Ib3364e97407061ee7710cb87f1f33a2736ed9c0e

2016-05-02  David Tardon  <dtardon@redhat.com>  [ee4f35090657fdce572c5bc6238aceb4098a6e4e]

        use unique_ptr
        
        Change-Id: I55ff9ae568a0d44c8ee8be922adf40e12038e436

2016-05-02  David Tardon  <dtardon@redhat.com>  [a084962e8c3deaeb3c1b6b9119215b48cf27e76e]

        fix typo
        
        Change-Id: I841a9c12664950b2f1fe8cdf43e3d815f292eb3d

2016-05-02  David Tardon  <dtardon@redhat.com>  [b876bbe2cacce8af379b10d82da6c7e7d229b361]

        rbhz#1326602 avoid exp. bg bitmaps from deleted slides
        
        ODF export uses SvxUnoBitmapTable (impl. of
        com.sun.star.drawing.BitmapTable) to create fill bitmap styles. That
        returns all XATTR_FILLBITMAP items that are in the document's pool. So
        we ensure that bitmaps that are only used on deleted (either explicitly
        or by undoing their insertion) slides are not in the pool.
        
        Change-Id: I54c594a94989158f22b156fe660c1e716b988b3e

2016-05-02  David Tardon  <dtardon@redhat.com>  [859c00663f79d81b28f08a7c24a7aebddd8b7ffe]

        add member prefix
        
        Change-Id: Ic53e0c564176649b6cba84ea898c3c2f69fcad8c

2016-05-02  David Tardon  <dtardon@redhat.com>  [10b818d4b68f5df490c9c8f499e3a7aa83d7e5bb]

        use unique_ptr
        
        Change-Id: I38d5c436985b0a68530be01c7482a68cf4e99018

2016-05-02  David Tardon  <dtardon@redhat.com>  [ffacf4ba0f8c77cd66561962ab540f3e6b726649]

        change brackets to match the rest of the file
        
        Change-Id: Ib859d8a012522e4f07f503ded0ee80e725a24ab8

2016-05-02  David Tardon  <dtardon@redhat.com>  [5db489719d95e66dcf4fc8ff5c0cc518a6da9dad]

        use unique_ptr
        
        Change-Id: I047a2436ce5603a8642aa621694560aca669b2f1

2016-05-02  Takeshi Abe  <tabe@fixedpoint.jp>  [07a641b110beee4f7c76617fcd6ed558025321a2]

        Reduce scope of variables
        
        Change-Id: I0018a6601f48f32736d10fd1eab58e926d97f91b
        Reviewed-on: https://gerrit.libreoffice.org/24458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-05-02  Maxim Monastirsky  <momonasmon@gmail.com>  [097bf754c09e8b1ba57e3367baa010898611b61b]

        tdf#99338 Fix GrabFocus during dispose crashes
        
        Change-Id: I309e1e5f0d28c408c8a95190bf645abf680491b6

2016-05-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [438f2db139dfee1036da3baae85c82c9a14448b5]

        fix copy&paste error
        
        since commit 4cab94239be70bd5800a8808652514f14501d303
        
        Change-Id: I8fbd55977bdf8531a66123948c0c4d23657713d4
        Reviewed-on: https://gerrit.libreoffice.org/24558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-01  Nurhak ALTIN  <nurhakaltin@gmail.com>  [a42169cdae80f88e1c4b52c333e928d239d917f5]

        tdf#99311 Detect SSDs in pagein
        
        Avoid doing the pagein work if we can detect a non-rotational disk.
        
        Change-Id: I1ce11050d7ed2a805568343cd385f2612d7c8939
        Reviewed-on: https://gerrit.libreoffice.org/24560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  Armin Le Grand  <Armin.Le.Grand@cib.de>  [75d9f7a4332f8dec141159c88fe70a9f18a5daae]

        Complete drawinglayer attributes
        
        All DrawingLayer Atrributes used for ptimitives need a default
        constructor. Since the o3tl::cow_wrapper is used in combination
        with a static default incarnation of the impl class it is better
        to define that. Also needed is a working isDefault() implementation
        that compares the impl class to the static default. Added missing
        stuff for this.
        
        Change-Id: I98e9fee7343112cd979b972229423ac0ef3994a6
        Reviewed-on: https://gerrit.libreoffice.org/24496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [0975b5e4bdcd564b38b244589a44f5dd6cbdc63d]

        tdf#49853 Some shortcuts should always end up in the view
        
        ... because they are also used internally by vcl controls,
        so we want let those controls handle them when they are
        focused.
        
        [VCL_NSApplication sendEvent] is more natural place for
        this probably, but doing it there we'll lose the "blinking"
        effect of the menu bar, even when the focus is in the
        document area. So try harder, and handle it inside the menu
        code. If this will create any trouble, we can always switch
        to the simpler solution.
        
        Change-Id: I827ab0585aabe1ed53fc31c5b8e1dddadef3361d

2016-05-01  erdemdemirkapi  <erdemdemirkapi.1995@gmail.com>  [7fb97f25d16bd65fe8d32ca12c8b7acc89500991]

        rsc - remove obsolete FILE_LOCAL macros.
        
        Change-Id: I92c19459646eaceffe87ef0f002c988595f221c5
        Reviewed-on: https://gerrit.libreoffice.org/24549
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  Mert Tumer  <merttumer@outlook.com>  [1bb8952350b35511a41c31c46913ddf742d10d64]

        tdf#99605 - add missing constructor methods.
        
        Change-Id: I338f129c14902e2fb98e4b961ce64c61f8633b29
        Reviewed-on: https://gerrit.libreoffice.org/24561
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a47ed7a765f815492ce743d609410b0f6c92e18e]

        loplugin:simplifybool in sw
        
        Change-Id: I528f631165a618a70c3143c56273d8513b2cc5d2
        Reviewed-on: https://gerrit.libreoffice.org/24554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-05-01  Julien Nabet  <serval2412@yahoo.fr>  [998adf0b8b82126d6ff00f1d74a10865245a4bc8]

        Typo: OAddessBookSourcePilot->OAddressBookSourcePilot
        
        Change-Id: I26587b761c91433fe80b9439e7e7c5e420db6192
        Reviewed-on: https://gerrit.libreoffice.org/24552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-05-01  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [87cccfbf7e9c3031bb12dd966626f28e134c8f75]

        Replace '||' with '&&'
        
        so that the condition doesn't always evaluate to true
        
        Change-Id: I66ba3d4c7985e1fad60f12836e44167f19216588
        Reviewed-on: https://gerrit.libreoffice.org/24548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  erdemdemirkapi  <erdemdemirkapi.1995@gmail.com>  [3f8a2f6bfb1fba694b833fe6fa67b2651a579fda]

        tdf93563 volatile signal re-enterancy guards
        
        Change-Id: Ic3e8b78d204145e94f7bc56aab60914f4f64f6e9
        Reviewed-on: https://gerrit.libreoffice.org/24515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  Burcin Akalin  <brcnakalin@gmail.com>  [60fbe5099bb174039a9d9b397477607c9be50e78]

        tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
        
        Change-Id: If7b44c772744c63e603740be6267453118cfd01b
        Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  Mert Tumer  <merttumer@outlook.com>  [c6e8c96d50fc2082a3c4b9553196a42bbdd6df37]

        tdf#99539 - fıx crash on android 5.1
        
        Change-Id: I3d484f7d7d9e466ae1b2ac4afe2b59d060fa8b77
        Reviewed-on: https://gerrit.libreoffice.org/24537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-05-01  tymyjan  <tymyjan@yahoo.co.uk>  [3acbc64869877868d30f7e1b8e5254282aed27f7]

        tdf#97499 Fixed containers parameters clearing #8
        
        Change-Id: I82ca89ac483e9742be0d38a3c6882a240c7c38d8
        Reviewed-on: https://gerrit.libreoffice.org/24499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  tymyjan  <tymyjan@yahoo.co.uk>  [8e4ee4bc68be0fd75636466864b3f6e2716b2748]

        tdf#97499 Fixed containers parameters clearing #9
        
        Change-Id: I097106e1887be283320fc518ddafda76608b46ee
        Reviewed-on: https://gerrit.libreoffice.org/24521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [3962ae32d442b1a33d78a877690930fc45e990b0]

        tdf#96890 The file "groupuinames.xml" is invalid XML
        
        Change-Id: I623d5bbae5a016569f5c1f8174c22ee97db94467
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/24539
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2bdb8da2dc6806bac79ede6875680ca5c7b27044]

        Fix typos in code
        
        Change-Id: I24f7b812fe625f3d91a49fb57701a36a8c68eb36
        Reviewed-on: https://gerrit.libreoffice.org/24542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [75d965e5fc6e03513e8da1014c58d67f586b798b]

        Fix typo in code
        
        Change-Id: I670b016fb937fd4e87939afedd6d2047533812bf
        Reviewed-on: https://gerrit.libreoffice.org/24531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [26851eccbd7e3d60bad7010b0a113aca89876f6e]

        Fix typo in code
        
        Change-Id: Ib674c32da1f9f4c1920c7286fa41b1297f8e1f8f
        Reviewed-on: https://gerrit.libreoffice.org/24530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0fa225fe5b5558b68fd29f208b1fbb8b03b80951]

        Fix typo in code
        
        Change-Id: Ia1ec84da61aa353d481ada98c41cbebaca623c0e
        Reviewed-on: https://gerrit.libreoffice.org/24532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [931b6a153754cb2515650f6b6f46a4dd77c06a03]

        Fix typos in code
        
        Change-Id: I408f630732a10567a3352e0c96f1289a1cf6ca81
        Reviewed-on: https://gerrit.libreoffice.org/24534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [506c929a0a209acd8ba3b1e3e94f089f51d01c16]

        Fix typos
        
        Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0
        Reviewed-on: https://gerrit.libreoffice.org/24536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b0388ef109a70c51566153a1456c52276ac84906]

        Fix typo in code
        
        Change-Id: Ib1daf257018d5a5da90773dd39086f18666fea9f
        Reviewed-on: https://gerrit.libreoffice.org/24533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d15163eceb2f97cfc87975acfcb7b0a6e0ea54fe]

        Fix typos
        
        Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256
        Reviewed-on: https://gerrit.libreoffice.org/24543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8465e99a27168a2c0a62e84b819e9e133f47ddf8]

        add test for tdf#98990
        
        Change-Id: I0789d250aa52994948c392c1e8f06c5546defc8f
        Reviewed-on: https://gerrit.libreoffice.org/24546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-05-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [039b75d6cdc26dcce03e37c67115405e6f2a8ebe]

        follow-up for tinderbox fix
        
        > vcl/opengl/texture.cxx:53:5:
        > error: calling static member function through member call syntax,
        > use 'TextureState::generate' instead [loplugin:staticcall]
        
        Change-Id: Ie550549fb23b0199014ed41adcc2f3da8c4d1520
        Reviewed-on: https://gerrit.libreoffice.org/24544
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-04-30  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [75850b0af2f62a5ef91661da78c21656dd83276e]

        fix for tinderbox
        
        >vcl/inc/opengl/TextureState.hxx:28:10:
        > error: this method can be declared static TextureState::generate
        > [loplugin:staticmethods]
        >vcl/inc/opengl/RenderState.hxx:22:10:
        > error: this method can be declared static GenericCapabilityState::readState
        > [loplugin:staticmethods]
        >vcl/inc/opengl/RenderState.hxx:24:17:
        > error: implicit conversion (IntegralCast) from 'GLboolean'
        > (aka 'unsigned char') to 'int'
        > [loplugin:implicitboolconversion]
        
        Change-Id: Iafcfe6c88b7e570d7c73a9e8920fdd7c6248ad7b
        Reviewed-on: https://gerrit.libreoffice.org/24541
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-04-30  Caolán McNamara  <caolanm@redhat.com>  [a2565e067b903b6d6ef0ac6c38e18d085a719934]

        crashtesting: fix ooo123540-1.xlsx etc
        
        Change-Id: I178c3e5818f4538bc306694115bc3d1cbe95513e

2016-04-30  Armin Le Grand  <Armin.Le.Grand@cib.de>  [a00a27f68ec6baf6d9c6194f840c000c80d1cf36]

        removed defaulted argument from function call
        
        Change-Id: I09a48b1223e7a339b4760a8b719a927db2b418a3

2016-04-30  Michael Meeks  <michael.meeks@collabora.com>  [81d2967bc7be11e7efa40a296fee40210843e5e7]

        tdf#99587 - make rsc work in tr_TR.UTF-8 locale.
        
        toupper / tolower problematic with exciting Turkish 'i's, bug introduced:
        |*    Ersterstellung    MM 13.02.91
        
        Change-Id: Ifa5cfa7cf28cc3948b9206cda426eb1409dd7cc7
        Reviewed-on: https://gerrit.libreoffice.org/24519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f363ee99482c86140f8aa7e6503e316d6d085f2]

        ignore missing children, tdf#99422
        
        Change-Id: I2d4a7f03940045c34369876aea78c3eda81da78b

2016-04-30  Jan-Marek Glogowski  <glogow@fbihome.de>  [320ae3dba8b95a1286d579c37b33b34116c5bb5b]

        Fix tdf#96515 unit test
        
        This also makes the test font independent, as it just tests
        the growth and shrink of the first page in "HideWhitespace" mode.
        
        Change-Id: I65d6b7c761939679f72fa24c744f1df23f8ba321
        Reviewed-on: https://gerrit.libreoffice.org/24520
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-04-30  erdemdemirkapi  <erdemdemirkapi.1995@gmail.com>  [e070fa3eab9cef868aab38643060e20ae0c77b26]

        tdf#96505 Get rid of cargo cult long integer literals
        
        Change-Id: Idf21193d31b1e8ea73a5a0754f5cf3e5c030c061
        Reviewed-on: https://gerrit.libreoffice.org/24516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fc2590cfa112222500a6c847917d7545f60024c6]

        Fix typos
        
        Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
        Reviewed-on: https://gerrit.libreoffice.org/24317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-30  Feyza Yavuz  <feyzaayavuz@gmail.com>  [783b02de3bc75cd0be1a6e919d4755a297fe7a84]

        tdf#92768 Support hiding title objects
        
        Change-Id: I34723ab353fbced5eb339fb0afbcb0677b3eadd4
        Reviewed-on: https://gerrit.libreoffice.org/24517
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-30  jan Iversen  <jani@documentfoundation.org>  [b766c766c6bfb9bf539f474168d41c466d77dcc6]

        genlang, update to compile with VC 2015, and script cleanup
        
        VC2015, detected a problem that VC2013 did not.
        
        Change-Id: I4378ad5b2c831900460839aebe0a18bbc4bc062a

2016-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [540fee2dc7553152914f7f1d8a41921e765087ef]

        opengl: track the state of glViewport
        
        We don't want to set the viewport over and over again.
        
        Change-Id: I60b84a009d4058743e30587616604f9b6fc0f601
        Reviewed-on: https://gerrit.libreoffice.org/24507
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a57d048f88ba6cac3ce1550e2a8a143a8887eb05]

        opengl: sync scissor and stencil state, generic capability state
        
        Scissor and stencil test needed to be disabled in flush() (which
        means every postDraw call) because sometimes the state became out
        of sync with the current state. This commit adds sync() function
        which synchronises the actual OpenGL state and adds debugging
        mechanisms to warn when the state becomes out of sync (so we can
        inspect the exact moment in apitrace).
        
        Added a GenericCapabilityState for GL capabilities like
        GL_SCISSORS_TEST, GL_STENCIL_TEST, GL_BLEND,... and refactored
        existing ScissorState and StencilState to inherit from it.
        
        Change-Id: Ifc159108a5ce850c78a89b1f5b8d12ecdd84f459
        Reviewed-on: https://gerrit.libreoffice.org/24506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b8f0e6452cc019744c44997c92831d94086b35b7]

        opengl: track the state of stencil test
        
        Change-Id: Id3e15e91316df740f04a42ed8c95b77d83240b5a
        Reviewed-on: https://gerrit.libreoffice.org/24505
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [51e953a3579fb91f30f7f0d6159b737684976959]

        opengl: track the state of scissor test and the dimensions
        
        For performance reasons we shouldn't set glScissors if it is not
        necessary so we remember to what dimensions we set the glScissor
        and don't set it again if this is not necessary. The same goes for
        enabling/disabling the GL_SCISSOR_TEST.
        
        Change-Id: I5e1383081b4e76bdded04525c780d3a724f9db5c
        Reviewed-on: https://gerrit.libreoffice.org/24504
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ba0a5708803d899de4c40cfe2c1697ae83b4827a]

        opengl: track state of active and bound textures in context
        
        Add TextureState which is responsible to track the state of
        texture binding (and unbinding) and changing the current active
        texture unit. This is necessary because all GL calls reset the
        internal state without checking what the current state actually
        is and this can accumulate to a large amount of overhead.
        
        We also unbound the textures (glBindTexture with 0 as ID) after
        every operation which is also a major unneeded overhead which is
        fixed by this commit.
        
        Change-Id: I770a6a744c0c41850c576b928f027375962088aa
        Reviewed-on: https://gerrit.libreoffice.org/24503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-30  Eike Rathke  <erack@redhat.com>  [02a8589553b5ce0e57a7ee9e66327376125b4378]

        Resolves: tdf#76523 copy used names or pointing to sheet to other document
        
        Change-Id: I767ed1f212c257741fd982e8bbd0882a29d439c1

2016-04-30  Eike Rathke  <erack@redhat.com>  [8162cf2a005be68262525c2a11947fa0e10d15ed]

        unit test for copying names not used in formulas during sheet-copy
        
        ... but global or local name references copied sheet, or all local names.
        
        Change-Id: I84b22f444b72b032a339d5826989ad934cc10981

2016-04-30  Eike Rathke  <erack@redhat.com>  [043df58d1acf247f6ea85985b0531de41906bd4f]

        during copying sheet copy all global and sheet-local names pointing to it
        
        ... not just names that are used by formula cells copied along.
        
        Change-Id: Ibe7d0e4b45c8e4c68dbaa1f570903e942be85087

2016-04-30  Eike Rathke  <erack@redhat.com>  [450a10d5fb193ec2a7d85ae604790b9dda1e3602]

        introduce ScRangeName::CopyUsedNames()
        
        Change-Id: I2f3e88f70e5d7b9b4728f5bdd0a8237c7bcc7dcb

2016-04-30  Michael Stahl  <mstahl@redhat.com>  [17f4fc71164a1440e6805221fee19fae322129b9]

        sw: SwHistoryResetAttrSet now unused, remove it
        
        Change-Id: I6b87b82cb359298e768dd4eb90a788cafe6b8b1c

2016-04-30  Michael Stahl  <mstahl@redhat.com>  [b44e70e3d17c79eaf78f9bfe8bd0275d7ed9325f]

        tdf#98512: sw: remove duplicate undo history add
        
        Follow-up to commit ed81bf39dd3431d28860fed6a2d4e8814126cc61.
        
        In almost all cases SetAttr() and InsertHint() will already add
        the history hint themselves, so this code in SwRegHistory::InsertItems()
        looks somewhat pointless as it inserts a duplicate.
        
        It turns out it's needed for hints that insert dummy characters, because
        firstly for the hints-without-end the NoteInHistory() was not called, and
        secondly when InsertText() inserts the dummy character it may actually
        delete the hints array if there are no pre-existing hints, and a new
        hints array will be created where the SwRegHistory isn't registered.
        
        It's not obvious how the hints array actually can become empty in
        SwTextNode::InsertText().
        
        Let's fix that and assert instead that the history hint was inserted.
        
        Change-Id: If8e0ff1fe28a162f144149a536a7566f94219c0d

2016-04-30  Michael Stahl  <mstahl@redhat.com>  [6d81c777232f3abeb3b05f89ad37f266d65eabbb]

        sw: SwFieldVarPage: disable "Insert" button on "Input field"...
        
        ... if no variable name is selected.  It doesn't work in this case.
        
        Change-Id: I36745806bcfc688b54b1ec49d0376b05bb5bbea6

2016-04-30  Michael Stahl  <mstahl@redhat.com>  [bf47fef3a87d8546f18a36ade4e85f7c6ecf993b]

        sw: try to survive restoring a field dialog without SfxObjectShell
        
        The SFX will apparently restore the field dialog on startup if it was
        open on the last shutdown.  Since i don't know how to disable this
        useless "feature", let's fudge things a bit so we don't crash
        immediately.
        
        Change-Id: I2c401440374d055774fdc8fcbd79a1262c42da0b

2016-04-29  Caolán McNamara  <caolanm@redhat.com>  [78b450c282d9ec6b558a4d59797924d836651dc6]

        coverity#1358842 Missing break in switch, presumably there should be one
        
        Change-Id: I18918d061006e614a9c370a68348c42efb00449e

2016-04-29  Caolán McNamara  <caolanm@redhat.com>  [478a4032da69654245d478e15902feda1e49c84c]

        coverity#1358844 Uninitialized pointer field
        
        Change-Id: I66f34570c49f647cb1fd7775ef263e5e720d8064

2016-04-29  Caolán McNamara  <caolanm@redhat.com>  [77327a03904ad7d6f58b07ec698cd15f02a4d6fa]

        coverity#1358843 Argument cannot be negative
        
        Change-Id: I97911406d55464f042922a2e37b33f92e2c024ef

2016-04-29  Seraphime Kirkovski  <kirkseraph@gmail.com>  [7739bd5f54606603b9b8199f2cb12c4a1cb86b4f]

        Iteration must not start at the end
        
        Change-Id: I2aebcc909aa9222fc1881e57bbc844025a154e84
        Reviewed-on: https://gerrit.libreoffice.org/24497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c30b5d2a382162be94e6a6ac5d5794a074ebfaaa]

        cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereference
        
        Change-Id: I95f069cb3efa7137c9382c9d9eb6d1353471d28e
        Reviewed-on: https://gerrit.libreoffice.org/24498
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-29  Stephan Bergmann  <sbergman@redhat.com>  [ec515932972c6ab116e69844511fccb0bd57aff3]

        What is bin/distro-install-file-lists supposed to do?
        
        It is called from the recipe for distro-pack-install in Makefile.in, and I'm
        (re-/mis-?) using that make target for xdg-app builds (mainly to populate the
        /usr/share metadata via bin/distro-install-desktop-integration), which then
        fail because there is no $DESTDIR/gid_Module_Root.
        
        Is anybody using that make target still in a way where
        bin/distro-install-file-lists is doing something useful (and why is it that
        $DESTDIR/gid_Module_Root is existing in that case, but not in mine), or is that
        some leftover stuff than should be removed?
        
        Change-Id: I27197c4ae3f57f028f5b181315484e25c1edbaf7

2016-04-29  Stephan Bergmann  <sbergman@redhat.com>  [7480966c82f33e0e873ffeb5398e4192b976bb49]

        Adapt bin/distro-install-desktop-integration to BUILDDIR != SRCDIR
        
        Change-Id: Ief204145282d9a13f9a4839aa70c642e569ef6b6

2016-04-29  Stephan Bergmann  <sbergman@redhat.com>  [217622494a34d505efdbdf8201ea3e837e597046]

        Convenience --with-distro=LibreOfficeXdgApp
        
        Change-Id: Idab663e79cd4836ec1c14020fcd5c462c1cbf5dc

2016-04-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a308454241487971a773a8c4d55106b1907ac793]

        Template Manager -> Templates
        
        As agreed in the design team.
        Most places already use "Templates".
        
        Change-Id: I6186546883059bf0308fabd61b162eb649647ec9
        Reviewed-on: https://gerrit.libreoffice.org/24493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9f0e3802e621fb02efde1778c151b93630cdd2fa]

        tdf#99574 fix sluggish scrollbar for an immediate paint
        
        Change-Id: I34e87ac580aa1ddb6bc3851bbe99689189c787f6

2016-04-29  Rishabh Kumar  <kris.kr296@gmail.com>  [b1d4f658aa927ef0d62ffc387ab9593ad5dd8b3b]

        Refactoring transparence tab code
        
        Move transparence tab code out from Area tab code.
        
        Change-Id: Ia7276aa3b1c438b6c8cff89ab5ca3752ff6bcc0e
        Reviewed-on: https://gerrit.libreoffice.org/24368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-04-29  Matus Uzak  <matus.uzak@gmail.com>  [554158f7d33742284905ed4953dd09041ea04a5d]

        tdf#99030: PPTX import: Fixed lost slide background color
        
        Regression from commit f3d1ac7
        
        Change-Id: I5cb9fe1bb6c753c34b49e72194a9fbe4c10c1654
        Reviewed-on: https://gerrit.libreoffice.org/23930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-04-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [aafe8426051eff4394d9421a0f4c83bf9b7c5fdf]

        use initialization list
        
        last commit to please cppcheck
        
        m_bCreated in SdPublishingDesign is commented as unused
        but is read and written by a raw stream to a 'designs.sod'
        so something might break we remove it
        
        Change-Id: Ie8f08a2354e247284e3aafee8097db29bcee8567
        Reviewed-on: https://gerrit.libreoffice.org/24490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>

2016-04-29  Xisco Fauli  <anistenis@gmail.com>  [bc43165a473c774f6b9c762c465efe2273b4483a]

        tdf#62525 vcl: use cow_wrapper for lineinfo
        
        Change-Id: I7fe29813e78c23b043b98f212a6ccd092def78b7
        Reviewed-on: https://gerrit.libreoffice.org/24437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b753c34a02b882d2b44e5d203fae95c5bcd781f3]

        sw, xmlsecurity: indentation fixes
        
        Change-Id: Iafb20132df4aba6b45cf49a7814084f66d087b25

2016-04-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f1b298e3588a34335a7f7b161c0ec846ed06115b]

        tdf#64654 create no extra SdrModels, do not insert PresObj
        
        Corrected to not create SdrModels for each inserted Slide, also
        corrected SdrPresObj creation/usage in combination with
        AutoLayout.
        
        Change-Id: I40b3d4ae71bbfa3763b6b98756dae3d6aa2cae33
        Reviewed-on: https://gerrit.libreoffice.org/24429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-29  Matus Uzak  <matus.uzak@gmail.com>  [f9c8651506adddad4941fe08e9e76a78d14a9fe0]

        tdf#90736: PPTX import: Improved table border line style support
        
        Map preset line dash values from ooxml to the smaller set of LO's
        predefined table border line styles.  Map custom dashing scheme
        to a simple dashed line style.
        
        Change-Id: Ia81d94cb7e20b05f1c2cc0c20c8ad398c5613d6c
        Reviewed-on: https://gerrit.libreoffice.org/24048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-04-29  Akshay Deep  <akshaydeepiitr@gmail.com>  [d6ffb7405d3267f1e76aed7a5e3162b8700f6817]

        tdf#98037 SIDEBAR: Replacing 'Speed' drop downs with comboboxes (2)
        
        Custom Animation Dialog: Enabled dynamic update of time in ComboBox
        
        Change-Id: I42e83486f6eea2684fb9a4f45981bd2f3d3336ab
        Reviewed-on: https://gerrit.libreoffice.org/24465
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [371f4f7171820e02ec59bf36f2758f13ef397850]

        tdf#97504 Add toolbar button for character spacing
        
        Change-Id: Ib1def4e692e063c1ff49fff48a8f20bc25ba8106
        Reviewed-on: https://gerrit.libreoffice.org/24489
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-29  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c581db082228048112ba2f71bbfcecea683c93ba]

        use initialization list in lotuswordpro
        
        this exposes 3 unused private members, detete them.
        reorder some initialization to match declaration order.
        remove a broken and redundant member initialization
        and destruction in xfindex.cxx
        (starts loop at 1 and default ctor/dtor do the same)
        simplify default ctor in xfframe.cxx
        
        Change-Id: Iaada8849e030d494a9bc7f7b0c3f8f1da3828290
        Reviewed-on: https://gerrit.libreoffice.org/24466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [47405e009500538732926739ae4b2636c0957238]

        tdf#97831 follow up improve error handling
        
        (And make code consistent with other Excel2016 functions.)
        
        Change-Id: Id46b98fd1b7e8e036b6584ef382d1ff2171edab7
        Reviewed-on: https://gerrit.libreoffice.org/24485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [86b49add3a7ec24923cb7f95461465a8863ab5ad]

        sw: no need to copy these in docxsdrexport
        
        Change-Id: I2d5d0ce4555250b1c2480167743258300b76c9fa
        Reviewed-on: https://gerrit.libreoffice.org/24486
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-29  Douglas Mencken  <dougmencken@gmail.com>  [1206e599538f331139d80809ccd0ef07a04ec2e8]

        libsvtlo: convert set of #define to enum class
        
        Change-Id: Iade24fc589e5325bf6fb1a2e5f2d609ddb3f5ec5
        Reviewed-on: https://gerrit.libreoffice.org/23544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-28  Oliver Specht  <oliver.specht@cib.de>  [df90b5a1c9b602e524d0f92c7066c912f611b03b]

        Revert "add additional modules to merged lib"
        
        Breaks tinderbox build in cppumaker
        
        This reverts commit 3393e04edd0f4f6baf5faeda2ed761332f45d9e5.

2016-04-29  Oliver Specht  <oliver.specht@cib.de>  [3393e04edd0f4f6baf5faeda2ed761332f45d9e5]

        add additional modules to merged lib
        
        acc, expwrap and store are loaded at startup anyway
        
        Change-Id: I28020962238be3fe73a1b1dbba59a45c7d3c1e1d
        Reviewed-on: https://gerrit.libreoffice.org/23459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-29  Oliver Specht  <oliver.specht@cib.de>  [523a3d18e98cd51aa8bf76cf76314a22ddc2b2cf]

        tdf#99434: import/export documentProtection-forms from .docx incl. test
        
        the setting <w:documentProtection w:edit="forms"> disables editing of content
        outside of form controls.
        
        Change-Id: I0d11373d9010778ed5798598020e453cde06fa0f
        Reviewed-on: https://gerrit.libreoffice.org/24365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [16777b6bb0267c2b0602f1007a1e1fecac81329b]

        mark numbers in mail merge dialogs as untranslatable
        
        Change-Id: I4dd5d8914e637ee3e8c89752e2daf563222cc494
        Reviewed-on: https://gerrit.libreoffice.org/24467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-28  Eike Rathke  <erack@redhat.com>  [37b071c9330d28f08d5a9f7bf11e577040925684]

        move to ScDocument::CopyAdjustRangeName() and namespace
        
        Change-Id: I1ec3c8cc1b8d3cb899d49192295b14ffac02849a

2016-04-28  Eike Rathke  <erack@redhat.com>  [75d588556ebe7f542673de67e87a6cb570ef75d1]

        move to ScDocument::FindRangeNamesReferencingSheet()
        
        Change-Id: I8ddd83eca3eaf0bd04c8c73a16329517ec3c21b3

2016-04-28  Eike Rathke  <erack@redhat.com>  [c692b9cda192c8e31ddd59a9a9598c7e798e80d9]

        adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheet
        
        Change-Id: I3de5982b8b8ad179010787ed7be721be54f761af

2016-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d4974ba066174fb1e000d5e0a2c41a4f7feaf18]

        i18npool: fix Android build
        
        Change-Id: If7321acf4cb8542709cd3f2b418af97586862d46

2016-04-28  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f8eb7f9c7db6c3dd460868d00758733318cdc266]

        use initialization list
        
        use anonymous union to make initialization and
        access easier
        prevent overwriting type and use scoped enum
        
        Change-Id: I76037ec666c5740096849b0c58fd9a187ada1d54
        Reviewed-on: https://gerrit.libreoffice.org/24455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-28  Noel Grandin  <noel@peralex.com>  [2e2781d0541dcbf3104973068905a55752c358e5]

        move stylepolice back to store
        
        recent updates did not meet with universal approval
        
        Change-Id: Ic059729797049361c7a8a4ae000cd39a5993f6af

2016-04-28  Stephan Bergmann  <sbergman@redhat.com>  [786f29a9edf81cc85c62459b3ea2fd91646d4e56]

        Use COMPILER_PLUGINS_CXX during configure
        
        Change-Id: I600a6b96a64fc82cde72200b78f60001a2dba82a

2016-04-28  Noel Grandin  <noel@peralex.com>  [26d73dbf53831cf4d5aec1f4db32bedb2c1e06be]

        loplugin:stylepolice
        
        Change-Id: I151e4d94f1f5dc84ef3f91218686ca9d1b9bc36f

2016-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [2465cb26763b2ed8de65f35bce791fb55fe0e746]

        vcl: fix loplugin:stylepolice
        
        Change-Id: I40455e04a5f69dc0956ccb01c48d8a40245a4506

2016-04-28  Michael Stahl  <mstahl@redhat.com>  [e2b37bfb8a991e0ed2cfd230f7f34aa36f411430]

        framework: CheckXTitle still sometimes fails on WNT...
        
        ... when dispatching the .uno:CloseWin.
        
        Change-Id: Iaf0651ea7e05bd8a6629d5af6e62f5918ef241ce

2016-04-28  Jorenz Paragas  <j.paragas.237@gmail.com>  [29c4f7bd5863e34c449062aca6f8aee5ec7510a2]

        tdf#42949: prefer including Reference.hxx over Reference.h...
        
        ...and so on for Any.hxx and Sequence.hxx.
        
        This commit follows up on two of my previous commits, which are
        6a4a15c87c03feffb90cc416ce22d2819e41442d and
        474eca1f9b42749665bbf69f6dc62c66ea4ad7fd.
        
        Many non-static inline functions that are declared in Reference.h and
        similar files are not defined in the .h file, but their definitions
        are in the corresponding .hxx files instead. Thus, let's prefer
        including the .hxx files over the .h one so that we don't include
        inline functions without their definitions.
        
        In practice, the corresponding .hxx file is included transitively
        from many other places, but it's better not to rely on that.
        
        Change-Id: I3bada39eb879ae736c0360f435b16cd5a61adba8
        Reviewed-on: https://gerrit.libreoffice.org/24456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-28  Caolán McNamara  <caolanm@redhat.com>  [02c5ab35077e994af1318b0b35ec06332849934b]

        FixedLine copyspacer was removed from .ui but referenced in .cxx
        
        since
        
        commit 4e6fd4f4b5e82f6d15d181934adbe7d23dde617a
        Author: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Date:   Wed Apr 27 13:48:34 2016 -0500
        
            Print dialog: minor spacing tweaks
        
            Change-Id: I58ea5ec681746b36d6eb1899b7fd9a42adb29dae
        
        Change-Id: I79eccb80108c1ceea52deae6c3116e8325356aed

2016-04-28  Oliver Specht  <oliver.specht@cib.de>  [5f63e19ddffdf3eaa2351968550498fdae35475d]

        tdf#74328: loading section page no. as 16 bit unsigned
        
        The sprm sprmSPgnStart97 contains a 16 bit unsigned value. Test included.
        
        Change-Id: I300e9a94c13666cf8e71d3613b8f1171c7314cdd
        Reviewed-on: https://gerrit.libreoffice.org/24431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-28  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [376c337d46acf8819bf032251bfc7d5eb31db198]

        tdf#97087 Give comprehensible, unique names to idles
        
        Timers and idles should have programmer comprehensible, unique names
        
        Change-Id: Id0f2c0a77cd28c3ec5473e8432569739b58d2101
        Reviewed-on: https://gerrit.libreoffice.org/24388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-28  Noel Grandin  <noel@peralex.com>  [91adb929d747ef1434fb1732fdbf51283fda78e8]

        clang-tidy modernize-loop-convert in h-l/*
        
        Change-Id: I843528327b25d18476f8959cabba16371213a48a
        Reviewed-on: https://gerrit.libreoffice.org/24460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-28  Noel Grandin  <noel@peralex.com>  [43b4903db3e925c652e25c34362490f8adc9c5ec]

        teach stylepolice plugin about ref-counted-pointer naming
        
        Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752
        Reviewed-on: https://gerrit.libreoffice.org/24459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-28  Noel Grandin  <noel@peralex.com>  [7d6308dad9f4a079d57719a6e3a9c4cebb47d051]

        loplugin:stringconstant
        
        Change-Id: I780775ed5fa516d10c787ac2e11a034a7fc7da9c

2016-04-28  Akshay Deep  <akshaydeepiitr@gmail.com>  [d3d546a8e15c96a97dbad986e73665201b02a85c]

        tdf#98037 - SIDEBAR: Replacing 'Speed' drop downs with comboboxes
        
        Changed speed dropdown in SlideTransitionPanel to Duration combobox.
        Used Custom Widget VclComboBoxNumeric with MetricBox class.
        Unit set in seconds.
        
        Change-Id: Id295b0ecbd62c60e434d8c65f74d50cdc39c9ecc
        Reviewed-on: https://gerrit.libreoffice.org/22865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b94d753ac9e3894da055d31bbb7bb20e11b97b5a]

        Related: tdf#65642 RTF filter: import \pgndec
        
        This as a side effect also implements support for DOCX <w:pgNumType
        w:fmt="decimal" .../>.
        
        Change-Id: I747c3f610dc13f614b6f962c2a498c987765ebb6
        Reviewed-on: https://gerrit.libreoffice.org/24457
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-28  tymyjan  <tymyjan@yahoo.co.uk>  [12694155608762056d5cbf0f89dd1675a7aefb45]

        tdf#97499 Fixed containers parameters clearing #7
        
        Change-Id: Ieb9ab0f9c011a24ba329cfb063e3d7733dd1afcb
        Reviewed-on: https://gerrit.libreoffice.org/24440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-28  tymyjan  <tymyjan@yahoo.co.uk>  [6dbcebab6d6b82bed03dae2aedf774b7a4e9841e]

        tdf#97499 Fixed containers parameters clearing #6
        
        Change-Id: I89ad45eacfffd3783687b158a45f3eda0b95dece
        Reviewed-on: https://gerrit.libreoffice.org/24433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-28  Guillaume Smaha  <guillaume.smaha@gmail.com>  [4d2bb795820ef30f230605194207a3bd50299127]

        Unit test for tdf#96097: Can't save/pointer null
        
        Change-Id: I56af30142bba8579ca7f24bbbb2d12390832051b
        Reviewed-on: https://gerrit.libreoffice.org/24372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-28  Szymon Kłos  <eszkadev@gmail.com>  [b4bbca013ee4ba5bf8ea1211ee795121d7af9ade]

        RemoteFilesDialog: icons for view mode buttons
        
        Start Center > Remote files
        Deleted text and icons inserted into view mode buttons.
        
        Change-Id: I0f3caad792d2b87993c08014f38d4f68599132ae
        Reviewed-on: https://gerrit.libreoffice.org/23249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-28  Guillaume Smaha  <gsmaha@linagora.com>  [d7ef7e3e4bc9c6277e5b2d08c2657fea8cf0e639]

        tdf#96097: Can't save a doc with signed macro after autosave/save a copy
        
        Change-Id: Icc886a8d228cb786c6f318cfa2556ef113c553eb
        Reviewed-on: https://gerrit.libreoffice.org/24081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [45217f70ff14e905e5757f5abfdcf00553d6bdb7]

        Some Tango updates
        
        As usual, mainly from Adwaita, with minor adaptations by me.
        
        Change-Id: I719d5e4c9c51c6f9476eb6b6bce0e117dc24d5e5

2016-04-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [212bb39bb663a68ac30e25572101b687e729409e]

        Updated core Project: help  743ed49ef0759b6cbd65d707ae9b8bba90e81a4d
        
        “Mail & News” is just “Mail” now
        
        Support for the news:// protocol was removed in core commit 6d089a4c7
        
        Change-Id: I858331b9fc73502915cbd5fc2a8618e0837ba2a6
        

2016-04-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [42d7c0d8c5e72e3de7475b14dd8b866709705029]

        Updated core Project: help  32a855a02c55f864af7b2d1a7ebddd55043e297b
        
        tdf#92825 Update Impress’ Master menus
        
        For now I removed the tip paragraph on “Format > Slide Layout”, which is
        a very old window (from ~2004-era OOo) that nowadays is replaced with the
        Sidebar (and before the Sidebar, it was replaced with the Tasks pane).
        This tip linked to more obsolete content… It’s a growing snowball. We
        really need to get ourselves busy and rewrite all that.
        
        Change-Id: I70e48f7613a0b17649e88f12c986a5ff1969deba
        

2016-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [615e3502c5217585501dac27318a2f22847a5605]

        Resolves: tdf#88320 parsing fails with a subscript number
        
        ... ending with comma and followed by non-space.
        
        Change-Id: Ia00c662e31940270690c64e1840417436565a6c7
        Reviewed-on: https://gerrit.libreoffice.org/24260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-04-27  Xisco Fauli  <anistenis@gmail.com>  [a7bd0355cc45ab6d77579c6604a835a5fd0e96cb]

        vcl: remove unused variable and redundant method
        
        Change-Id: Id3662a21b6a687f9283f93778e5b70183e4f0c04
        Reviewed-on: https://gerrit.libreoffice.org/24435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f710c017a666621c5b837de1f4624662f6a32e5a]

        add todo list with open performance problems in calc
        
        Change-Id: I3f9969b142b2673aadc9b85c77e226c7b2806d51

2016-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [e4ae5e2d4049765f65f8b5560216f3ffded19903]

        SubToolBarController: Use initialize to change tb bits
        
        update is called so late that the dropdown addition is
        noticeable by the user.
        
        Change-Id: I36d76770125f927a851caef010e81f12f40d4405

2016-04-27  Eike Rathke  <erack@redhat.com>  [f5cd030ee0d15ae0519d68b8675773ce0b223a36]

        extract adjustCopyRangeName() from adjustRangeName()
        
        Change-Id: I1dd41a4fe96187750d4269e732ca39c19de3c060

2016-04-27  Eike Rathke  <erack@redhat.com>  [bd2800df8462808c53221fe422eaefd42d0a71e7]

        make findRangeNamesReferencingSheet() independent from a passed FormulaToken
        
        Preparing to extract some functionality.
        
        Change-Id: Ic0e298273f6f047a7d35aaa31fb99d9a45128ad0

2016-04-27  Eike Rathke  <erack@redhat.com>  [cc5f8c6bf09c88859a317f822800e569670873f8]

        FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()
        
        index,sheet was slightly confusing as we lookup an index within a sheet.
        
        Change-Id: I164dd48187e6652639094e33ca83a91a96c893a0

2016-04-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4e6fd4f4b5e82f6d15d181934adbe7d23dde617a]

        Print dialog: minor spacing tweaks
        
        Change-Id: I58ea5ec681746b36d6eb1899b7fd9a42adb29dae

2016-04-27  Xisco Fauli  <anistenis@gmail.com>  [80590c1162bd7b1e3230785168dc87e0ce069f8a]

        tdf#62525 vcl: use cow_wrapper for Hatch
        
        Change-Id: I520b2a6a8c309b3702208633ed86225f61b7368c
        Reviewed-on: https://gerrit.libreoffice.org/24376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-04-27  Maxim Monastirsky  <momonasmon@gmail.com>  [579c2de3a88483eff0664d3a303b19cbd386db47]

        tdf#80999 Canceling password prompt should abort detection
        
        ... instead of continuing the detection loop and being
        "detected" as plain text. The detection API will from now
        return a type based on the file extension only, which is
        far more useful than "plain text" anyway. Plus the media
        descriptor has a flag to indicate that the detection wasn't
        completed, which can be also used by the loading code to
        abort the loading process.
        
        Change-Id: Ida37e2687bd5cd86b5780620724e9bce82e11946
        Reviewed-on: https://gerrit.libreoffice.org/24428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [ef52ce82bf55b37279e344ea5fef67b4277fb009]

        tdf#89866 tdf#96504 vcl: fix printing of form controls with images
        
        Originally in 2004 commit 0339e43208cd7b98d302e420b39ac32911acaa56 added a
        "DBG_ASSERT( GetOutDevType() != OUTDEV_PRINTER, "DrawImage(): Images can't
         be drawn on any mprinter" );"
        
        Recently commit f749ffbdf4c007f1a42bcafc9c2723c47bac22d1 made the mistake
        of trusting this assertion to be correct and added Printer::DrawImage()
        overrides that do a hard "assert()" now and don't do any drawing.
        
        Armin claims that the implementation of OutputDevice::DrawImage() should
        actually work for Printer as well due to fall-backs and thus the
        original DBG_ASSERT was misleading.
        
        This matters when printing documents that contain form controls
        such as ImageControl.
        
        Additionally, Image::Draw() should not return early when
        IsDeviceOutputNecessary() is false, because that is the case when
        printing, where instead a meta-file is recorded.
        The called OutputDevice::DrawBitmapEx() will check
        IsDeviceOutputNecessary() internally anyway.
        
        This check was actually always there, so i do not understand how this
        should have worked in LO 4.2, as the bug reporters claim.
        
        Change-Id: I92ba19e7036197d1dde88c361f8e1cb59fae3a60

2016-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [db4cba76033124cbf1baa560b99700987fcdd3ae]

        beans: if loading a library fails, show the reason
        
        Don't do it for the MSVC libraries though, e.g. on my system loading
        msvcr70 fails, but the SDK example works without problems.
        
        Change-Id: I81bc0b64967e7abb74ca1fff7a2e4b4dbd75d5a5
        Reviewed-on: https://gerrit.libreoffice.org/24432
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-27  Caolán McNamara  <caolanm@redhat.com>  [b71f470e370c1819cba99abe5ef654d28bbf8749]

        Resolves: tdf#99498 don't overwrite trwWidth value if set on a table
        
        Change-Id: Ia39da999a2de1ca2b8bec5fc7f35d2f9ffe2dd19
        Reviewed-on: https://gerrit.libreoffice.org/24430
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-27  Eike Rathke  <erack@redhat.com>  [0445de5e0d9bccd7634911ca3547c0e14f4f47c5]

        accept UTF8 as explicit charset value
        
        ... to follow the (wrong) docs on the net.. it doesn't harm.
        
        Change-Id: I30c34edb6dc1c56084625de8e52bfb5afe82fcf7

2016-04-27  Luke Deller  <luke@deller.id.au>  [817c3b17fa57a7c4c4f80569bc00a21001fb6807]

        tdf#99474 close direct char fmt at end of para
        
        When exporting to doc, ensure that the FKP entry for direct character
        formatting is closed at the end of a paragraph, so that any direct
        character formatting in the next paragraph does not apply to the
        end-of-paragraph marker (CR).
        
        Also revert the changes for i#119650 and tdf#87437 which targetted
        more specific examples of this problem, as those issues should now be
        covered by this fix.
        
        Add a test case for the example from tdf#99474
        
        Change-Id: I2cb482adb39a84f152707dafcb18f289ca0bd550
        Reviewed-on: https://gerrit.libreoffice.org/24402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [99ea437f7570ab59f186583f368398919db67c3a]

        lokdocview: log postMouseEvent() arguments
        
        Change-Id: Idd4db9259448d3dcf4e0820b8845a1ab395f0bff
        Reviewed-on: https://gerrit.libreoffice.org/24427
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-27  Jorenz Paragas  <j.paragas.237@gmail.com>  [de4b758ff31f9e92dffb8fe3cf295a7d3c12f611]

        Improve the gen-iwyu-dummy-lib script a bit.
        
        - Fix the check for --enable-compiler-plugins not being included in
          the resulting StaticLibrary_iwyudummy.mk file.
        - Disable warnings about unused const variables to reduce noise.
        
        Change-Id: If54dfd55f46631bbc526326bed5c272358fb9cf3
        Reviewed-on: https://gerrit.libreoffice.org/24419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [4ec71284708bbeb0c4eb92c49a8a3e41de137b13]

        convwatch: use PerTestConnection by default
        
        It's more robust to restart soffice after every file, even if it takes
        more time, overall it's better than having to prune all the files that
        are invalid or cause loops before running convwatch.
        
        Change-Id: I7f7155f71bb2522ae48182aa1b5ca61fc47ae4d5

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [66f769feb25f62042ac101132ce73043e6bcd135]

        convwatch: logExceptionInvoke is kind of pointless now
        
        ... that runLoadPrintFileTests catches the exceptions anyway.
        
        Change-Id: I6441551558e057427a9732451415f4c449a3609a

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [61e8275de6043bbb888feea02ea8c7bea3e6abe8]

        convwatch: don't generate images for documents that failed to print
        
        Change-Id: I2dba6ccbb7cbfb3719c2169dc74204014caf2e84

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [844ca4dcc658843cbada3d5f9e107e2513467659]

        convwatch: add a watchdog for the layout loops :(
        
        Change-Id: I33996f0d84e1a4b303b6f2cf7afa6cee32665a77

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [32b6b0e934ff3ec08f4fa3bcf8b832cc8bff80a1]

        convwatch: if a document fails to load, log that instead of failing
        
        Bugzillas have lots of zip-files with wrong mime-types
        and non-well-formed files.
        
        Change-Id: I1238a35da0f222759439316a33b8927a3544a965

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [97d9733b24ce94d0bd5f912706e9547f769788e6]

        convwatch: don't buffer stdout logging
        
        Change-Id: I0d32b150b65bf6bd30a988c2e028c5d7e05f195e

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [a1f3f7da8d06671d9b719cc9f83a67cdf2b1c815]

        convwatch: let's print some timestamps
        
        Change-Id: I455017ad3458362b78d6306886344ccec3c9247b

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [7895f7e1a8d12a89b69fe55326fde7b7f5a34b8f]

        logerrit: disarm the "resubmit" foot-gun
        
        Recently some new developers accidentally used "resubmit", intending to
        upload a new revision of their change, but it actually always creates a
        new gerrit change.
        
        4e15809a78ea3c6062e20e439cf8df3d06cd8569 claims that "resubmit creates a
        new Change-Id for the current change and thus allow to submit changes for
        review on release branches that were already reviewed on master", but
        that is not actually required with gerrit versions that were in use in
        the recent years, gerrit is capable of tracking Change-Id per branch.
        
        Change-Id: I66eda4dbc6f4ff1e235105b3f55041cda88a6b60

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [3585cfe5f55f3ac8131a19abc5cbbf857364de9a]

        todo odd warnings being printed
        
        Change-Id: I227ba7063827952525a4b190f864b4c7ffb3a6d8

2016-04-27  Michael Stahl  <mstahl@redhat.com>  [e1fc96df40cb758399ca3b6e74660f381ef16916]

        tdf#99460 sw: layout: don't split table before fly
        
        First the table is formatted properly and then the following paragraph
        is formatted, along with its anchored objects.
        The Fly frame is aligned to the bottom of the page by
        SwAnchoredObjectPosition::_AdjustVerRelPos() without checking for any
        overlap, and thus overlaps the table.
        Then SwFlyNotify and Notify_Background() invalidate the table's PrtArea,
        and the table responds by splitting numerous times, until finally there
        is a page where the table does not overlap with the fly any more.
        Instead of the table splitting, the paragraph with the Fly anchored to
        it should move to the next page; suppressing the table invalidation in
        Notify_Background() appears to achieve that.
        
        Change-Id: If65879f1756856bda344e0ef8fbffbc33e80f3ec
        Reviewed-on: https://gerrit.libreoffice.org/24307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-27  Guillaume Smaha  <guillaume.smaha@gmail.com>  [2c47053e7edd062e6a7abd3ff889b756018ff7c3]

        Specify Alfresco 5 in the list, it also compatible
        
        Change-Id: I29d32253259c296e2e5fedcff241573479b2d4a3
        Reviewed-on: https://gerrit.libreoffice.org/24426
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [3caf268f9a73c5d398a0d49e0e91eb18525465cf]

        Make SDK examples compile again
        
        Revert (parts of) various commits that tried to use LIBO_INTERNAL_ONLY features
        in external odk/examples/ code.
        
        Change-Id: I275c3e8979c995430329bca61e51b2841503234f

2016-04-27  Noel Grandin  <noel@peralex.com>  [5e4fc9540993ee5e10f1986918acdd868a1fcf1b]

        clang-tidy modernize-loop-convert in f*
        
        Change-Id: Id866aa244378758e3bdb9e99d02cdd2ae6104e16

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [0c2d6574c6cca4bbb0cc469fb2c976774394e01a]

        Remove ancient, dead CONTEXT_DIAG code
        
        Change-Id: I24123a54fe847b35f6b3674e2caa9bfb4b339d4a

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [11ba28a47d467ae7d747f7300c0bd82623b90ef6]

        Remove ancient OSL_DEBUG_LEVEL printf
        
        ...alerting about something that is not too exciting anyway
        
        Change-Id: I7596f14e52a0272762f923882f5f92fc3ac1ddf4

2016-04-27  slideon  <adamkasztenny@gmail.com>  [fd0d4f845da5c247be0543db34de9615be8f81a7]

        Add default line width defines for TableBorders
        
        This define makes things clearer.
        
        Change-Id: Idd4abf11ed7657c688ea95aac1958ee4b1fd32ee
        Reviewed-on: https://gerrit.libreoffice.org/23732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-27  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1520d0d6f3fdb78a09dfb436ba1d2f6804805311]

        cppcheck: silence warnings in compilerplugins
        
        mostly missing explicit before ctors and
        uninitialized member vars
        
        one odd use of std::find
        > compilerplugins/clang/implicitboolconversion.cxx
        > 800 stlIfFind warning	Suspicious condition.
        > The result of find() is an iterator, but it is not properly checked.
        
        Change-Id: Iade53494cd7fe8ddb0e110e431449ae5a517fe3b
        Reviewed-on: https://gerrit.libreoffice.org/24398
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [e02a29c0a733e4c2a98ed9c7c290928314bb307d]

        Improve documentation
        
        Change-Id: I13683f971bf56f6c5e226d749e60ccb25af559a5

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [81105d9534979b6d14a5ceb58e70845892d550fa]

        -Werror,-Wvarargs
        
        "passing an object that undergoes default argument promotion to 'va_start' has
        undefined behavior [-Werror,-Wvarargs]"
        
        just drop the variadic overload and use the one taking a WizardPath (i.e., a vector)
        
        Change-Id: I6e389f60f8b7cb0633bf173bde69af1c5af86048

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [d3f80583ee90c9b652ac5d1ef8957ec0db65fdd2]

        -Werror,-Wvarargs
        
        "passing an object that undergoes default argument promotion to 'va_start' has
        undefined behavior [-Werror,-Wvarargs]"
        
        just replace the variadic function with one taking an initializer list
        
        Change-Id: Ied3dfe835dcebef48cf35374ec4d8835f98e6779

2016-04-27  Stephan Bergmann  <sbergman@redhat.com>  [49f2d7cd98cefdbe9e179a8558cf89e09d8019e5]

        loplugin:stylepolice: adapt to libc++
        
        Change-Id: I8a471d0fb7a206f1a235c3019ae9d07b44056e01

2016-04-27  Oliver Specht  <oliver.specht@cib.de>  [a4da4cc6602263dc2c14e885ec3a1d72d099253a]

        tdf#99527: show all accelerators in menus of extensions
        
        XCUBasedAcceleratorConfiguration::getPreferredKeyEventsForCommandList() throws
        if the command string of a menu entry is empty. Parent entries of sub menus of
        extensions are empty. As the method doesn't know about the source of the command
        a dummy entry is supplied.
        
        Change-Id: I1d12bbf41c22b66e9ee29f1f05ea216134168795
        Reviewed-on: https://gerrit.libreoffice.org/24423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-27  HaidongWu  <personal_wu@hotmail.com>  [ed81bf39dd3431d28860fed6a2d4e8814126cc61]

        tdf#98512 Fix the Undo action of insert an input field.
        
        Change-Id: Ia3214564f78a300bfd3f2e6de677fcdff39e107b
        Reviewed-on: https://gerrit.libreoffice.org/23055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [1ef1ed40cb45a095ef3458ef6012490242151772]

        starmath: Drop unnecessary cast
        
        Change-Id: Ia892100507de7365bcecfa0708f76931f84d797b
        Reviewed-on: https://gerrit.libreoffice.org/24389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-04-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [fe2bf7b05936bb3e84ccc5ddc3dad865a22de551]

        tdf#99518 Use correct decimal separator
        
        Change-Id: I39169e7c7344fcfd594a0e0d2ab0a762cc3d5829
        Reviewed-on: https://gerrit.libreoffice.org/23961
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-27  Fabio Buso  <dev.siroibaf@gmail.com>  [e7f55f15ccd97bc92e1400bc5862171a621da3e2]

        tdf#45904 Move java XViewPane test to c++
        
        Change-Id: I3c99fb4c611a3b45d31412731c548b59e95d7179
        Reviewed-on: https://gerrit.libreoffice.org/24285
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [72f89e0f0e2e766eb9739b6833a91139b4ae5e29]

        update credits
        
        Change-Id: I63a025efc0208b93887bc02acb360311b56688e9

2016-04-26  Tor Lillqvist  <tml@collabora.com>  [29da9d383e1a6a9987fe4bcfaac7421d2524a2d4]

        loplugin:stringconstant
        
        Rewrite call of rtl::OUString::operator= with empty string constant
        argument as call of rtl::OUString::clear.
        
        Change-Id: Ib53fcfcca95e8c46f8ae24d648d7b9bf421df3f5

2016-04-26  Tor Lillqvist  <tml@collabora.com>  [7671d643079b04f9e928425435a38aa98c7c4a55]

        loplugin:defaultparams
        
        Not necessary to pass this argument, it defaults to the same value.
        
        Change-Id: I090566ebc968c69351cd019e1a5b2b6a0749f03f

2016-04-26  Tor Lillqvist  <tml@collabora.com>  [7b1b9d42b03032f50edf3f088f7d06b98895d21d]

        loplugin:bodynotinblock
        
        Statement aligned as second statement in if body but not in a
        statement block.
        
        Change-Id: I213d0b304fe23c9b7c739257201425475f7cb3b5

2016-04-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2bb6221b39192d23ff0ceac3619461949edb5204]

        C++11: disable ctors instead of not implementing them (sc)
        
        replace the old declare and don't implement pattern
        with C++11 delete keyword
        
        Change-Id: I96c71d512d8dab4ad7c806c2e871604163fc49c1
        Reviewed-on: https://gerrit.libreoffice.org/24399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-26  Regina Henschel  <rb.henschel@t-online.de>  [32cec4ca8bf1e09dd33aa461984e8e8ae34f4a7c]

        tdf#48066 render stroke-miterlimit correctly in SVG import
        
        The property stroke-miterlimit is transported to the renderers
        via a new member mfMiterMinimumAngle in class LineAttribute
        Several drawPolyLine methods are adapted. This patch does not
        include changes in MetaAction. Presentation mode, printing, and
        PDF-export is still wrong.
        
        Corrected LineJoinMiter to LineJoinBevel in canvas, that s closer
        to NONE. Removed DrawPolyLine method without MiterMinimumAngle
        and adapted calls accordingly.
        
        Change-Id: I6bcd24add5d85c4d9a39e3788e0682091c5fc9c4
        Reviewed-on: https://gerrit.libreoffice.org/23946
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>

2016-04-26  Eike Rathke  <erack@redhat.com>  [4905c8bf7834b1ca79139c62f4e8b0672e9ddc13]

        early bail out if nGlobalError, tdf#97831 follow-up
        
        Change-Id: Ic45d11cecc4bb372dac3deca27ae3665303d5b29

2016-04-26  Feyza  <feyzaayavuz@gmail.com>  [1670e45f6acbe8c5230c983c365c16b357496be1]

        tdf#58845 Added shorcut for Extension Manager
        
        Change-Id: Iabd60e57de34f7463b7be2074ec2276572cdcdb0
        Reviewed-on: https://gerrit.libreoffice.org/23376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Yousuf Philips  <philipz85@hotmail.com>  [554a7a5c89d582bd638f4f21234e0a97119336a9]

        tdf#84909 Draw: Reorganize buttons in connector split button
        
        Change-Id: I192bf6285bb76a049eea631bd5341460ad05272c
        Reviewed-on: https://gerrit.libreoffice.org/23929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Yousuf Philips  <philipz85@hotmail.com>  [31539dd176e6b334e9e4c8a1b963bd3ef97b74c9]

        Dock track changes toolbar on outline toolbar line
        
        Change-Id: If5c4fa58b8e7ce8eaa5758a0c88a4ab9c13498c3
        Reviewed-on: https://gerrit.libreoffice.org/23962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Yousuf Philips  <philipz85@hotmail.com>  [0c817c3b4bfa2c68439645fb41fe6bac577b9f09]

        Change label to title case similar to other surrounding labels
        
        Change-Id: I4b02aada5e50e7b30ed23fe12fab1c99f38ccfeb
        Reviewed-on: https://gerrit.libreoffice.org/24056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Eike Rathke  <erack@redhat.com>  [98ac8e769cee49852e1bfee5fc5a38ab20959eba]

        check availability of stack and some nitpicks, tdf#97831 follow-up
        
        See comments on https://gerrit.libreoffice.org/#/c/23601/5
        
        Change-Id: Ib8d5a6cbf87f8b6cafd825f380c7e65c3227aefd

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [2ac66f5a36d4fc3675ee32eb26b243a8e0912692]

        Enable Clang plugin warnings in Bison source code
        
        -Werror is generally suppressed in Bison-generated C/C++ code (as in all other
        generated code) to silence warnings from the Bison skeleton code.  And the Clang
        plugins suppress warnings in generated WORKDIR code based on the presumed source
        location (i.e., taking #line directives into account).  So introduce a new
        PLUGIN_WARNINGS_AS_ERRORS mode where warnings from Clang plugins are reported as
        errors even if -Werror is suppressed.  That way, any warnings in the Bison
        skeleton code still do not lead to compilation errors, while (at least plugin-
        emitted) warnings in the genuine source code do.
        
        Unfortunately this cannot also be enabled for Flex source code, as at least
        Flex 2.5.39 generates poor code that does not properly prefix all skeleton code
        with appropriate #line directives, so that some skeleton code would be mistaken
        for genunie source code, and compilation would fail due to errors.
        
        Also, %glr-parser Bison input appears to generate no #line directives at all (at
        least with Bison 3.0.4), so all of connectivity/source/parse/sqlbison.y is
        considered generated code and plugin warnings are still suppressed throughout.
        
        Change-Id: Id746e81cbfa5f77628b0a34c7b82780948e7db08

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [13213de7968586e5c36fe3f74cecdc872ab6ada4]

        loplugin:nullptr
        
        Change-Id: I02e177e07fc5fef225351392c9cd5743a2212967

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [db151516b5a724426580bb081c849150bf47e963]

        loplugin:nullptr
        
        Change-Id: I699ce2c97d7874eac78b3afcd08ba011f56156bd

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [d36b8733c010e054a6f785767b2ba09520863e32]

        loplugin:nullptr
        
        Change-Id: Id58f3320ff152286fa6b3268cdc9c2af2d7e068b

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [f88f82233df696bb8b5e6294ad448e4eb20e8270]

        simplify
        
        Change-Id: Iecb9ea0106cf57ef3c873d3a62407a3da5706d92

2016-04-26  Akshay Deep  <akshaydeepiitr@gmail.com>  [35aded0e43c74f920dfa6960323506599257264e]

        tdf#98037 - SIDEBAR: Replacing 'Speed' drop downs with comboboxes (2)
        
        Changed speed dropdowns in CustomAnimationPane and CustomAnimationDialog to Duration combobox.
        Used Custom Widget VclComboBoxNumeric with MetricBox class.
        Unit set in seconds.
        
        Change-Id: I86e18da77dcdd72d429a2c02d56aa4b1cf5f6c54
        Reviewed-on: https://gerrit.libreoffice.org/23157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a76c5e21378e5364f1f7554a32d89072feff8b0c]

        tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc
        
        Functions CONCAT and TEXTJOIN.
        
        Change-Id: I38092f77df719d11f6746ac10fe14dc53b7e93e7
        Reviewed-on: https://gerrit.libreoffice.org/23601
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-26  Akshay Deep  <akshaydeepiitr@gmail.com>  [0bdb8baf57ac243f574db6273eed70127379e3fc]

        tdf#64292 tdf#94639 Meaningless Functions in Template Properties Dialog
        
        Removed useless Template Properties Dialog.
        
        Change-Id: I453abb67de9eb1515f98ff78cc7bebcc69482a1e
        Reviewed-on: https://gerrit.libreoffice.org/23339
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [56cd140064149b2055a2f50d86352d539b35bcad]

        loplugin:salbool
        
        Change-Id: I079d12c7d3406e371c434214f4ad66f6decab954

2016-04-26  Stephan Bergmann  <sbergman@redhat.com>  [f3c120ec2278591d9304fa0249fbd40121e727c2]

        loplugin:simplifybool
        
        Change-Id: Ie3662271f57df724329cb5fa52881479890277f9

2016-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9ade68d8d432a5e771e9674284f454c0f4c250d]

        lokdocview: log setGraphicSelection() arguments
        
        Change-Id: I36af712274e1a3f9dacd5d62ab42032ca9e9acdd
        Reviewed-on: https://gerrit.libreoffice.org/24390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-26  Jorenz Paragas  <j.paragas.237@gmail.com>  [6a4a15c87c03feffb90cc416ce22d2819e41442d]

        tdf#42949: clean up includes in include/oox/crypto with iwyu
        
        The includes in CryptTools.hxx that are within #if/#endif directives
        are not altered. iwyu suggested replacing the includes for nss.h,
        pk11pub.h, and sechash.h with hasht.h, pkcs11t.h, seccomon.h,
        and secmodt.h. I decided not to because it might make CryptTools.hxx
        harder to refactor in exchange for little gain.
        
        Before creating this commit, I ran 'make check' after passing
        --with-tls=openssl to ./autogen.sh to ensure that building with
        either OpenSSL or NSS (the default except on iOS and Android) works.
        
        Change-Id: I20260d18f073ffd8077bbcc597e7a8e4954e2ec5
        Reviewed-on: https://gerrit.libreoffice.org/24386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-26  Oliver Specht  <oliver.specht@cib.de>  [c3572701cf5481edc7432b062e0fa69697c212be]

        tdf#89953: put zero kerning if item state has been invalid
        
        Change-Id: I96d81ed7654dc310df68a7ff376bbcd2e1d5810b
        Reviewed-on: https://gerrit.libreoffice.org/24361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b308e7934002ff5d0fa1da9ae18384f674606dc9]

        CppunitTest_sw_rtfimport: disable testTdf90097 on OS X
        
        As it fails on MacOSX-x86_64@49-TDF. It's strange, as it passed Jenkins
        verification...
        
        Change-Id: I04e4f091aff6855969bc40182c4b69b36f4a1b81

2016-04-26  Noel Grandin  <noel@peralex.com>  [e8fd5a07eca70912ddee45aaa34d434809b59fb7]

        update loplugin stylepolice to check local pointers vars
        
        are actually pointer vars.
        
        Also convert from regex to normal code, so we can enable this
        plugin all the time.
        
        Change-Id: Ie36a25ecba61c18f99c77c77646d6459a443cbd1
        Reviewed-on: https://gerrit.libreoffice.org/24391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-26  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e6adb3e8b4de3c0f78d249b83de19b849ef65b59]

        tdf#98163 Flush ressources at CustomShapes during import
        
        During ODF import using API for CustomShapes Outliners and
        VirtualDevioces get created and not destroyed due to referencing.
        This makes the ressources blow up, even under 64bit windows.
        Also see tdf#93994 where this was already fixed on page base,
        but this is not sufficient for this case.
        
        Change-Id: If9b37d341fcfa4e65485c54054d47964ee2fff5f
        Reviewed-on: https://gerrit.libreoffice.org/24305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-26  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ed42a984099b8847aedbdd638c7e20e0b68a9290]

        tdf#99388 suppress close comment when PopupMenu is active
        
        With comments in draw/impress these use vcl::windows of type
        AnnotationWindow. When the PopupMenu bottom-right is used,
        this gets a LoseFocus event and gets closed since this is the
        standard mechanism this window closes. This is fatal when
        the PopupMenu is open since it uses it as parent window.
        To avoid this, a flag is added to the AnnotationWindow
        to avoid triggering the close event in that state.
        
        Change-Id: Ic27782e56d192c0963868d9ca560945f8a34394f
        Reviewed-on: https://gerrit.libreoffice.org/24280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-26  Aron Budea  <baron@caesar.elte.hu>  [f91674bd4b5022a63dc5e6a89fe9a1b832d96798]

        tdf#60418: improve perf of opening/closing odts with form tags
        
        Opening/closing times using "Without Frame tags" attached file from
        bug report changed as follows on my system (debug build):
        
        open: 2:06 -> 1:32
        close (doc unchanged): 1:52 -> 0:18
        
        The performance fixes in the different CXX files are independent,
        eventattachermgr.cxx is related to doc close, the others to doc open.
        
        Change-Id: I24fc4558f79b9123494a3939c0a313fcd47a067f
        Reviewed-on: https://gerrit.libreoffice.org/24359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [6046062719f30849cd97161c6a89d27a0b0d2a20]

        tdf#90097 RTF import: handle fRelFlipV property for line shapes
        
        Can be extended later in every direction: fFlipV, fRelFlipH, non-line
        shapes.  See oox::drawingml::Shape::createAndInsert() on why the
        convertMm100ToTwip() conversion is necessary.
        
        Change-Id: Ifee401dd8dd392c2c9ff85cc871ca0169fcf930b
        Reviewed-on: https://gerrit.libreoffice.org/24385
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5538066d349eac50c561c1e68cd8c8749c39dbb9]

        Better label for "Test Mode On/Off": "Preview Dialog"
        
        It is no toggle command, and "Preview Dialog" is more descriptive.
        
        Change-Id: Ic7fea1668d699e39524f01ec355383ef706398f3
        Reviewed-on: https://gerrit.libreoffice.org/24254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-26  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2c47576ff290bb563cf6df30e0c7d7689920f153]

        Fix typos in license files
        
        Change-Id: I58394df037e0683d7f8dd926a26e47b2cd1ec218
        Reviewed-on: https://gerrit.libreoffice.org/24387
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-26  Noel Grandin  <noel@peralex.com>  [17c4f7f0bc986ed2623a60eea99be01036899af3]

        clang-tidy modernize-loop-convert in e*
        
        Change-Id: If56abefa81b41479e3ea9890dee1c43f006086de
        Reviewed-on: https://gerrit.libreoffice.org/24384
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [501720afbf226443c1121379efb661d2902113df]

        Updated core Project: help  fa9de2c321c3bf9e29b78fbec4f3c534887029b2
        
        Update link to dictionary page
        
        Change-Id: I65c27555fb686b4291ef78894e74f16c75c52a9b
        

2016-04-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7ee2ec50637f2c9397cc23b8912d922d0365ec02]

        Updated core Project: help  7b6a881fae188afa224c71cd4685fabe80ac47fc
        
        tdf#89953 Help update for character spacing controls’ simplification
        
        Change-Id: I9f9e3e19ef7d5e2cf97603231fba7df747d738a2
        

2016-04-25  Eike Rathke  <erack@redhat.com>  [4613f38c50c719bef36190246e1d13558b4ecbc0]

        comment flat copy sharing code tokens
        
        Change-Id: I80f8f7cc8f812fe412346876593c11aa221cb1b9

2016-04-25  Eike Rathke  <erack@redhat.com>  [403d0d4a5452f2b31edd89d67fbcc532fd7fbf5a]

        be explicit about what it does, CreateFlatCopiedTokenArray()
        
        Change-Id: I3652e4e46f85343488fb77bc4169bf6825086cf4

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [a68a285076fed9dc055bd9eae48cabd800632563]

        bridges/inc/bridges/cpp_uno/bridge.hxx appears unused
        
        Change-Id: I2b938739ebf4a5b13414bfa8ba27e83dd02b971d
        Reviewed-on: https://gerrit.libreoffice.org/24370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5749afcc71438190853267029ee17d636c2cc910]

        update the ants only twice per second
        
        This fixes some performance problem when the whole sheet has been
        selected. Updating the whole paint range 6 times per second seems
        excessive.
        
        Change-Id: Ia4de5d66a8c316b70a0dd7daac00b9f10d7d9dfd

2016-04-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [afb9c90c0d9013d2a85a3f28ddf6c3495c6be207]

        Updated core Project: help  a14d38465c010b4feedfe6c2317a6eef59ffa09b
        
        tdf#94057 - add "bascode" element to xmlhelp dtd
        
        it was introduced with d06c698b799e0e4ceaf3a3760c9589fe29dc29a9 on core
        to have LO apply syntax-highlighting for Basic (for 4.1.0)
        
        Change-Id: Ifbe4b511cad8810b2ebd179fb62097bcd22a556a
        Reviewed-on: https://gerrit.libreoffice.org/21793
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-04-25  Yousuf Philips  <philipz85@hotmail.com>  [30a3a6c1cfab98c2fb5d4b8404c8061feea79b42]

        Updated core Project: help  5a80d0373c0edd1350e9f36e24579c2289aed7d9
        
        Fix mistake made in the rearrangement of writer's insert menu
        
        Change-Id: Id8c357fafaa6cf3137a46ae32a8d18d529fbd6ce
        Reviewed-on: https://gerrit.libreoffice.org/24214
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-04-25  Xisco Fauli  <anistenis@gmail.com>  [188439aac2e2e85821b4a114c1298bdf36a7b2ea]

        tdf#62525 vcl: use cow_wrapper for font
        
        Change-Id: Ib08d2a20c7b8dab9772c568eb4ccb8e235a30eee
        Reviewed-on: https://gerrit.libreoffice.org/24308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-04-25  Eike Rathke  <erack@redhat.com>  [03124f5be5466c7f7cac012de05ef387b9718c4a]

        Resolves: tdf#99461 reverse logic of TokenPointers::skipToken()
        
        ... so that all code tokens are adjusted even if shared with another
        flat copied token array, but RPN not if shared. Was vice versa.
        
        ScConditionEntry has shared token arrays for pFormula1|pFCell1
        respectively pFormula2|pFCell2 hence the references weren't updated.
        
        Change-Id: I52256b5ea20da753a2a29ff437f09c921566e070

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [79c4d547b4d0f9e2f2a77bd4472255d9229cea58]

        There is no css::uno::Sequence<sal_uInt8> in UNO
        
        Change-Id: I1d2207a5a8832155e29c334cbfe5dc5d794b80da

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [16228ad68288d1e1dd45956298933cb37aaaf514]

        Lots of violations in gcc3_linux_x86-64/share.hxx, too, when using libc++
        
        Change-Id: I6f32f7b1dcb97c9651bba2c03c495fb70448e524

2016-04-25  Khaled Hosny  <khaledhosny@eglug.org>  [a8d853fd9c1d84d63cf41b31ea548b6be8a621ec]

        Update comment a bit
        
        Change-Id: Ib2b9ea1b6509a57c08c9205e5fab124524bc91ea

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [3d081a3f4d9b2d234c020a3468389816fadb061b]

        Just don't bother with Clang <= 3.6
        
        ...where Preprocessor::macros and Preprocessor::getLocalMacroDirectiveHistory
        would need to be done slightly differently
        
        Change-Id: Id46b05ac42012597c91a556b17ed008b6c7c5912

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [6a0a9870a3b42eca22af064579c8f1b5149c1fa4]

        -Werror=maybe-uninitialized
        
        Change-Id: Iafa3712d3b600e11b687e7ec5a4ea5a14e87a48b

2016-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e58aa27adf5cc28a8a734263e0e0b6e331b095a9]

        bean: fix the OfficeBean SDK example
        
        Regression from 26b4f5be815bc7c77deb3d38d23b51c9dea9fcd1 (java:use
        System.arrayCopy to copy arrays, 2015-06-09), as the old code used to handle
        the case when aArguments was null.
        
        How to reproduce:
        
        1) Source the SDK environment.
        2) cd instdir/sdk/examples/DevelopersGuide/OfficeBean/
        3) make OOoBeanViewer.run
        4) Click new document... -> Text Document -> NullPointerException
        
        Change-Id: I5521c7fd200f6c74c5f2665f2e4a99f0d6abfeeb
        Reviewed-on: https://gerrit.libreoffice.org/24366
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [21f5a2716f35d91fe79c8bf1698b6809bcf31957]

        Some more sal_Bool -> bool
        
        Change-Id: I576f264f31fabf58de6cafa28eb7ba5e5f43c148

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [e4738bfd0e5a05e157993f105b8cf7a0b83b1131]

        Some more sal_Bool -> bool
        
        Change-Id: I974a1c8d64f5b13b9052365c3219dcd2dc6927dc

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [35e26c8a4bd7886420714775bf17d58ecc71a48f]

        Some more sal_Bool -> bool
        
        Change-Id: Ibb07e8c5b9ef44dac5ce23c590783c1462c532d7

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [da81ff5c0eb3119c486ad7b8930e2036877795a5]

        Some more sal_Bool -> bool
        
        Change-Id: I4ee61f3f1d14cf4a90224199ed72e4de0890b5af

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [1f8983592f2a64246090151dca8c03c02027ec2c]

        Some more sal_Bool -> bool
        
        Change-Id: Ie056687f7845e3ee133627f8961795f6bd8730f7

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [1f0e049d13260e17ec91ead172ae471892e9e059]

        Some more sal_Bool -> bool
        
        Change-Id: I1ddb99cf9b401d11e0701974646e1e22739c14ee

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [9788477e3e156edf454fccefb69da173e8e9fea6]

        Some more sal_Bool -> bool
        
        Change-Id: Ic36c3d707e75c541e443cc4c0b4da9625ae08ef3

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [da0e5863d83249c0cc34e6d070161235ba87aed1]

        Some more sal_Bool -> bool
        
        Change-Id: Iaae2c92e011c55f8739ecb7972ef9a3f71300765

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [46a795c6299f6dd89d5f3d81f337016584098d83]

        Some more sal_Bool -> bool
        
        Change-Id: I32874fb49b361c14f33810e606ede1e49c1acd30

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [c21bc9e5aa8aa1003a10b6e39182e4e70af80486]

        Some more sal_Bool -> bool
        
        Change-Id: I2dcc7bb0c8d5a6e205d627330735237f85fd9f9f

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [5258b85ff4cc49ea02873ba7311f9873eb101d4e]

        Some more sal_Bool -> bool
        
        Change-Id: I997d780abb5fc02156c2e6d7a3ecc34ca46b67cb

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [4b9faadd866f66e3e086e37d07cdaf81d988939f]

        Some more sal_Bool -> bool
        
        Change-Id: Ie29e3610ae7fc7a489b367fd6797db7547d47c49

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [279f0505545eed63be061f6eee47655ddd082ed8]

        Some more sal_Bool -> bool
        
        Change-Id: I4df1afecfe4c554fa98060e6ba1507911323656c

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [1af499d3e7746f47927dd086437946a4d7c4015b]

        Cannot extract Any to sal_uInt8
        
        ...which has the same underlying type as sal_Bool.  The
        /org.openoffice.Office.Writer/Numbering/DefaultBulletList properties FontWeight
        and FontItalic are of type xs:short, i.e., sal_Int16.
        
        Change-Id: Id8ea7300b5fda65f7fe7df98d4f8b32c22da9886

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [aa04c6d20df8746353db00c4ac8a265b45cf6b51]

        Cannot extract Any to sal_uInt32
        
        ...which has the same underlying type as sal_Bool
        
        Change-Id: Ief5a9b9a4d286488efe6e67ee72e7cc23d6f4075

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [ba84f9ce04172806d685ee0d21856827874c7a66]

        Cannot extract Any to sal_uInt32
        
        ...which has the same underlying type as sal_Bool
        
        Change-Id: If0548d2830b5924dec06e487c83a468fe8567c87

2016-04-25  Eike Rathke  <erack@redhat.com>  [7e0eeacd1d1aa4c8643f1f490cdd5102ee0434a8]

        add English (Mauritius) [en-MU] and French (Mauritius) [fr-MU], tdf#99372
        
        Change-Id: I98a0bc42a7d7f5c0943c9861556392399b9d0313

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [758e6f39d96237881198818e3bac432012be61d8]

        loplugin:passstuffbyref
        
        Change-Id: Ic214bb8870a67314ec64bb4bc0aa869767cba3ae

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [8d1fa417bc49a9e9eee923e3ce6a37d7b0f056f1]

        loplugin:defaultparams
        
        Change-Id: I82f73ba5a70be06c7fdac67bf8813ea4c0dded41

2016-04-25  Noel Grandin  <noel@peralex.com>  [753fa20383568b3fc568f209328fdf50f25274a1]

        fix Windows build
        
        Change-Id: I35b0d9a1ed6b4929217e75a03132f53844acd5b9

2016-04-25  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [7812f966ced53be01e9fc52301f9157edcc65303]

        remove redundant initialization
        
        DataNode has a default initializer who sets all members to 0
        
        Change-Id: If5086fa54701394f9ba3eadd1c130ddede945fb2
        Reviewed-on: https://gerrit.libreoffice.org/24331
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-25  Noel Grandin  <noel@peralex.com>  [d8acc42e5bf83c8864554fb35e9e135b7cba0e87]

        simplify OPropertyMap init
        
        Change-Id: I4ac86aea7ea391c1c708308b12670005e5eb7d6f

2016-04-25  Noel Grandin  <noel@peralex.com>  [a5810faae384f7f73e8e835c1f536785a60881d2]

        clang-tidy modernize-loop-convert in d*
        
        Change-Id: I0830a41b48e884ef63d32b5873c7007195659bb9

2016-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [cafc53f8b4c08443524b1da6f4918d49afd45bb5]

        tdf#99452 svx: fix undo of table row edge drag
        
        The problem as seen by the user: if you have a table of 2 rows and 1 column,
        and the separator line is dragged upwards by the mouse, then undo doesn't
        restore the original situation.
        
        Two items are created on the undo stack: sd::UndoGeoObject and
        sdr::table::TableRowUndo. Let's say the table height is 8000 mm100 and the two
        cell heights are 4000 and 4000. If the user resizes the first cell, so that its
        height is 2000, then the new table height will be 6000. The problem is that
        when undo is executed, first sd::UndoGeoObject resizes the table, distributing
        the newly available 2000 between the existing rows, and then
        sdr::table::TableRowUndo sets the row height of the first row: the height of
        the second cell will be larger than expected. Fix the problem by not doing a
        relayout during sd::UndoGeoObject, but doing a relayout after
        sdr::table::TableRowUndo in this case.
        
        This is done by:
        
        1) Adding a new SdrDragStat::mbEndDragChangesLayout, so that
        SdrTableObj::applySpecialDrag() can inform SdrDragObjOwn::EndSdrDrag() that
        TableRowUndo will do the layout instead of UndoGeoObject. (This is done only in
        case a row edge is dragged, as otherwise it's not guaranteed that a
        TableRowUndo will follow the UndoGeoObject on the undo stack.)
        
        2) Adding a new SdrUndoGeoObj::mbSkipChangeLayout, so that
        SdrTableObj::applySpecialDrag() can let SdrUndoGeoObj::Undo() not do the
        layout.
        
        3) Adding a sdr::table::SdrTableObjImpl::mbSkipChangeLayout, so that
        SdrUndoGeoObj::Undo() can let SdrTableObj::NbcSetLogicRect() not do the layout.
        
        4) Marking the table model as modified in TableRowUndo::setData(), so it does
        the layout at the end of the undo group.
        
        Change-Id: I8adde3cdad5741e6fcb420e333ce336e18c77cf1
        Reviewed-on: https://gerrit.libreoffice.org/24363
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-25  Jorenz Paragas  <j.paragas.237@gmail.com>  [474eca1f9b42749665bbf69f6dc62c66ea4ad7fd]

        tdf#42949: clean up includes in include/oox/core using iwyu
        
        This allows the headers in that folder to stand on their own and
        not depend on any transitively included headers. All changes to
        other files are needed to fix compiler errors related to missing
        includes that occurred afterwards.
        
        Change-Id: I2083b30763f0b2c1aacdff00226e5f567ae52db4
        Reviewed-on: https://gerrit.libreoffice.org/24355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [65827ea3ebe99da58fc94ff9be2e1e579eb1e0a2]

        GDIMetaFile: rename members missing their prefixes
        
        Change-Id: Ie21807952d74b89b0e8b6f376f8807737b6685f0
        Reviewed-on: https://gerrit.libreoffice.org/24360
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b68a722ff5ed70ce4a7d2eaffd972cb3fd0922bc]

        tdf#89953 Character spacing: Apply changes to sidebar widget also
        
        * Step by 0.1 not 1
        * Allow to enter negative values without selecting condensed/expanded
        
        Change-Id: Ibe2898cf77f56e52a276166d2ee882fbd23452af
        Reviewed-on: https://gerrit.libreoffice.org/24304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-25  Noel Grandin  <noel@peralex.com>  [adff28271ba55a94337c00a4d338ac18e6f69a43]

        the container document commands std::set can be static
        
        Change-Id: I00558dad4b8206e5e2a7bf004e32196a15dba3cd

2016-04-25  Noel Grandin  <noel@peralex.com>  [b2e2400736cbc5fc7e21edbe968f888566de9237]

        no need to copy the list of available commands on every call
        
        Change-Id: I131f34a94c998f3dd9fd7a457fb213778040c771

2016-04-25  Noel Grandin  <noel@peralex.com>  [668e3d422c6f87a534911a7884bd22fac47c4262]

        use std::vector<> instead of embedding next pointers for ErrorHandler data
        
        Change-Id: I759fc0d2bbc113873e2dda8edc8eb2eaf8036626

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [a82805f8f97eeb6acadd7806cdb7120bed45a376]

        Kill comphelper::MakeMap
        
        Change-Id: I97e9e79ef51e3d78f01b831dd3eee91218058823
        Reviewed-on: https://gerrit.libreoffice.org/24344
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-25  Stephan Bergmann  <sbergman@redhat.com>  [2b68383e44338ffc3d5fb519fd91ff31f0a2b35a]

        Kill comphelper::MakeSet
        
        Change-Id: I2e5f8c2cd67406d9d275960a37c4aa45e283eec3
        Reviewed-on: https://gerrit.libreoffice.org/24343
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-25  Noel Grandin  <noel@peralex.com>  [d848960a3e77a8608a48f3ba394928c955f1e2d9]

        rename Errhdl_Impl to ErrorHandler_Impl
        
        Change-Id: I2405c74487a869def2436f19917937f69ab32916
        Reviewed-on: https://gerrit.libreoffice.org/24310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-25  Noel Grandin  <noel@peralex.com>  [f4b8b9ad1109b63afea6d8111a2e0799399a2fb2]

        rename EDcr_Impl to DynamicErrorInfo_Impl
        
        Change-Id: Id184df4e4466930ba75e47e257ceb75be2fab34b
        Reviewed-on: https://gerrit.libreoffice.org/24309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-24  Caolán McNamara  <caolanm@redhat.com>  [924126df792915092ee6201d1f068e43ffb80b67]

        Pasting -- from a pdf from a fallback font doesn't give -- as output
        
        Type -- into a writer document, on a machine without Courier installed
        set that text to Courier. Export to pdf, select inside e.g. evince and
        paste to a terminal. You don't get --
        
        0x2D is mapped from unicode 0x2D and unicode 0xAD in the adobe
        encoding. So the latter trumps the earlier one and <ADAD> is pasted
        instead of <2D2D>.
        
        Reverse the order that the encoding is mapped from unicode so lower
        more "ascii" options are preferred over the higher more "unlikely"
        unicode options
        
        Change-Id: I8f251253fca468d269493801e668617a935ee15d

2016-04-24  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4721c734c1ee38eddb2b14a9b680805a4c61992b]

        Translate debug message (no automatic tools)
        
        Change-Id: Ice7515b1c83c6ed7472e744badd400c46e804e26
        Reviewed-on: https://gerrit.libreoffice.org/24318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-24  Akash Jain  <akash96j@gmail.com>  [975c833943bab627eb461457ab1df35744b291cd]

        upgrade harfbuzz version from 0.9.40 to 1.2.6
        
        Change-Id: Iebaece9f41c92b4455b8857d1720edbcff799191
        Reviewed-on: https://gerrit.libreoffice.org/24282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2016-04-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [59dc694c9f858f0c892818ba6370665b352de6a8]

        C++11: disable ctors instead of not implementing them (chart2)
        
        replace the old declare and don't implement pattern
        with C++11 delete keyword
        
        Change-Id: I10b14cece4ecaddc5f96ee098b5fa36a8782a0fc
        Reviewed-on: https://gerrit.libreoffice.org/24340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3a6e3d7811ceff077d4dd3f5f77b7e88cb223e00]

        remove comment about old compiler issue
        
        left change in place as it improves readability
        original commit was 59433cfbff6eba5a13051945f34b827ddc66917e
        move scope of variable
        
        Change-Id: I86f7a7c741556d75079bd4cb3cfecafcdd229d24
        Reviewed-on: https://gerrit.libreoffice.org/24325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-24  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b42842c42cae974008098a1658f13cf549a9aaef]

        delete unused headers
        
        leftover after 7f2bd815816cf70719b5de8af78f1c86545fcc60
        and follow-ups
        
        Change-Id: I2e6e200cb085e8ecad1ee1aafc64bbd15558c68b
        Reviewed-on: https://gerrit.libreoffice.org/24332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-24  Arnaud Versini  <arnaud.versini@gmail.com>  [6bcb322264d5ad82071123de16669f47f6454b61]

        Don't use SolarMutexGuard for returning a constant
        
        Change-Id: Ia6e31d7fe9d90f8094e2043de29a896c9e840c53
        Reviewed-on: https://gerrit.libreoffice.org/24347
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-24  Stephan Bergmann  <sbergman@redhat.com>  [68d88e2bda287f5656b7c1631dc4ac3e72e2f303]

        Remove unused comphelper::MakeSequence
        
        Change-Id: I0f34fddbfd709455f1aa2f1bfaa70d72a2752f74
        Reviewed-on: https://gerrit.libreoffice.org/24342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-24  Stephan Bergmann  <sbergman@redhat.com>  [b477a9e0b620a5e1c709e404c5a4e816ef5794f1]

        Kill comphelper::MakeVector
        
        Change-Id: I6525f9189b25f007d3ffd190b37c73552a900de2
        Reviewed-on: https://gerrit.libreoffice.org/24341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [86d32551c2249297d02884f20a107a20c8aabb03]

        Updated core Project: help  aefc01b1da7c55698de8bbcb483c0e8f07738984
        
        This advice is outdated since 2011 and LO 3.5
        
        Change-Id: Ib6a9c59b05b74b47801bf620eacb46b125e4e64a
        

2016-04-24  Eike Rathke  <erack@redhat.com>  [5291e4826a9512bd6d8d3b03199c49222a83e972]

        unit test for tdf#99468
        
        Change-Id: I833ad2779d0eda6f5183b2dd062dffaa410a7937

2016-04-24  Eike Rathke  <erack@redhat.com>  [ffbe1b43bff59aae506446a5f408bba8ba9315c2]

        Resolves: tdf#99468 do greedy '*' match if substring match is not allowed
        
        Change-Id: I89ac29b7e8c2e8c567e85a5025dbc1f50050465d

2016-04-24  Julien Nabet  <serval2412@yahoo.fr>  [618e7622d08b20f6ea5f38144b61a187aced86af]

        tdf#99450/tdf#99462: fix insert twice the same object in Photo album
        
        For tdf#99450, see https://bugs.documentfoundation.org/show_bug.cgi?id=99450#c6 for full details
        
        tdf#99462 is also a consequence of this double insert.
        See https://bugs.documentfoundation.org/show_bug.cgi?id=99462#c2
        
        Change-Id: I474495457088b93e0e86ea2e504f61c383ba059d
        Reviewed-on: https://gerrit.libreoffice.org/24327
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cf9d9a3348a951df0a1261a0daee7e98fd8f28a4]

        tdf#93060 Start Center: Update this string to dodge problematic term
        
        I’ve never liked the chosen wording of this string; it has been merely
        a decorative item, of limited usefulness. So I’ve decided to replace it
        with something that describes a somewhat hidden functionality (drag’n’drop)
        while avoiding the misuse of the word “sidebar” to refer to the bar
        containing the application launcher buttons.
        
        Change-Id: I299e9e1e97a4e7aa176bc7bbc24cf0e9bea5abb5

2016-04-24  Eike Rathke  <erack@redhat.com>  [0c5663cfb13f4f55e246d42ac464d5e2c2f23099]

        first range can be anywhere before second at RPN end, tdf#96426 follow-up
        
        ... not just adjacent to the one at the end. So we actually can handle
        INDIRECT("A2:C2") INDIRECT("B1:B3")
        
        Change-Id: Ie8030ebc13bb1ae2246611f5722da97970b8c544

2016-04-23  Eike Rathke  <erack@redhat.com>  [f5523a6ef40197164a2bb56a5f58abc73757568d]

        FormulaByteToken(ocClose) was always wrong
        
        ... should be FormulaToken(svSep,ocClose) instead. Though it didn't hurt
        at the end of a formula where this was generated for auto-correction.
        
        Change-Id: I71bd8270ccc268e645eb60298e84acffe39d3a0d

2016-04-23  Eike Rathke  <erack@redhat.com>  [0f8a8332a52cd03b43aaab86e0c232e0964d7111]

        more differentiated significant whitespace recognition, tdf#96426 follow-up
        
        Change-Id: I081409a82a9ff64f163115bf4597afbb9b2f5fa6

2016-04-23  Eike Rathke  <erack@redhat.com>  [e0875f8e348a3aca036bc0cc629fb038fabc8062]

        narrow down where a space could be an intersection, tdf#96426 follow-up
        
        Change-Id: Ic53a4a0d19a11298895efb28e2786e48a071e72b

2016-04-23  Eike Rathke  <erack@redhat.com>  [b0992e11905e36a64edeb92a13acfde5837c1878]

        fully check for adjacent RPN end, tdf#96426 follow-up
        
        Change-Id: I886e559c6f6041bf4889fdd6d89c12a10be70e5f

2016-04-23  Eike Rathke  <erack@redhat.com>  [9a0735bcf984b2f23d60ee377324ddc10a49d048]

        SC_OPCODE_STOP_... values are exclusive
        
        ... didn't harm here though as there are gaps between sections.
        
        Change-Id: If3f4e9e5c41233dc47fde18219c8eb5bc5796d9e

2016-04-23  Eike Rathke  <erack@redhat.com>  [4f8d72d06883d29bf5c4113f8035fed8c1febae9]

        use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places
        
        The array overflow detecting places that unconditionally deleted the
        token in case of overflow should do so only if no reference is held,
        i.e. the token was allocated with new and passed immediately without
        being assigned to a FormulaTokenRef. Just to be on the safe side.
        
        Change-Id: If2ccabec3725ac73fe82c23f51a291246847cfdb

2016-04-23  Eike Rathke  <erack@redhat.com>  [26adceb098134d918f6d57c8687ab057e24adc39]

        Resolves: tdf#96426 significant whitespace as intersection in Excel syntax
        
        Also when reading/writing OOXML, so change SC_OPCODE_INTERSECT of
        RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML accordingly to " ", where
        previously "!" was expected and written, which was plain wrong.
        
        Change-Id: Ic0cfd7afc657f07bfd8e37de61b3621cc68685ff

2016-04-23  Eike Rathke  <erack@redhat.com>  [f41257dc9913cd6020a3a37bf425c20b51e18ece]

        simplify the ReplaceToken() offset logic to absolute offsets
        
        Change-Id: I8d02fb63bc0c5cb48aabaf7a8800f5f9ac95cbf5

2016-04-23  Eike Rathke  <erack@redhat.com>  [9185f889ed9da48aad07d6a552224561f38e9b99]

        newline shortage
        
        Change-Id: Id2487480270bb2be765495bb6d5982c85ae2117f

2016-04-23  Eike Rathke  <erack@redhat.com>  [7756822206e84669f55cec1e75ede8c09d5693a7]

        alignment
        
        Change-Id: If7dbdcd93a43d4e14f853b7d3436fa31c0091403

2016-04-23  Eike Rathke  <erack@redhat.com>  [737040e5db1b74f49d3a075ac4c64e218b1134de]

        change multiple ifs to switch case
        
        ... obtaining mpToken->GetOpCode() only once.
        
        Change-Id: I909fef97540998a7f09115738fb76a1e963480bf

2016-04-23  Eike Rathke  <erack@redhat.com>  [4c5932cf06f0434a0df32203d567cab976402011]

        join two lines that cause an annoying debugger step over experience
        
        Change-Id: I50bf6710f7319f5c2ea18d8a3aa02f5c613de063

2016-04-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [5892c6b2268b5b2290faca9cbdb2807f6a810d96]

        gengal is not s script anymore so it is already signed on mac
        
        69858a99c9b566303551a1bff91172917c5d624f removed the script layer
        around a gengal.bin
        so there is no gengal 'script' anymore and gengal is a binary
        that was signed at link already.
        
        remove the exception that force a sign of gengal as a 'script'
        which caused an error due to re-signing.
        
        Change-Id: Ie22efceb8e5ab20018be784968487917c6f0a95e
        Reviewed-on: https://gerrit.libreoffice.org/24306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-04-22  Tor Lillqvist  <tml@collabora.com>  [d95a98b06c9c94de3cf43f28ad3fde95425c24f7]

        Blind fix for Android build
        
        Change-Id: Ifdcdc50bab452408d1c50530095c6fbf77aa600f

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fdc1bd89559ea5efe2b3f6aa45b5158fedaed587]

        loplugin:nullptr
        
        Change-Id: I5090b2e55eb618b53748966133fe9166ee736866

2016-04-22  Tor Lillqvist  <tml@collabora.com>  [dbced8e8584b631524dacf607f752ebb734901db]

        Don't share the wakeup pipe with child processes
        
        Create a new pipe in the child process.
        
        In a normal desktop LibreOffice each fork() will be followed quickly
        by an exec(), so the FD_CLOEXEC would be enough for that. In
        LibreOfficeKit-based software that uses the preinit mechanism, though,
        the intent is that one can fork child processes without exec().
        
        This solution uses pthread_atfork(). Another way would be to add
        suitable public API callable from the LibreOfficeKit client
        initialisation code in desktop/source/lib/init.cxx to explicitly close
        and reopen the wakeup pipe in the default SvpSalInstance.
        
        Change-Id: I03fad4ce4adf14c16cb0f537b3baab58fba38922
        Reviewed-on: https://gerrit.libreoffice.org/24256
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [db18de5868454ed5c242d54e483ea8f403a80601]

        tdf#89953 Character spacing: Increment by 0.1, not by 1
        
        and adjust the page size to 1 instead of 10
        
        Change-Id: Ia6d964b8bb057ef8161890d36dd059922bbcbe9a
        Reviewed-on: https://gerrit.libreoffice.org/24302
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9a745d54a5c7470180f41494283983a3b8b84a51]

        tdf#89953 Character spacing: Allow to enter negative values
        
        without selecting from a condensed/expanded listbox first.
        
        Change-Id: I1111e6f1d7cdc6c0bc79d542f49c58f1022ad739
        Reviewed-on: https://gerrit.libreoffice.org/24301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [3ae1e174014fc708833f3b43682573de1650af56]

        loplugin:reservedid
        
        Change-Id: Ifa75d3f228db87f7a899612964bf08e9573fb5be

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [48810db0e690ade1b4eba55ddbb302d375cc613e]

        Avoid reserved identifiers
        
        Change-Id: I544ccc79ac0ddc2e5800bc4bd863ff86b4ec8f6a

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ea4c7f05a5f6fa6fd4f688556f84279c3038adda]

        Avoid reserved identifiers
        
        Change-Id: I0164df28e2d05f4f73bd640d3ca3cc3220b57df6

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [235b1f3dfdee3e765e43105342dac69eeb8fb5fe]

        Avoid reserved identifiers
        
        Change-Id: Id2ef8fb53207be64d0f7342734f0d9fab832b674

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ff5021927dbd63e9675593a6896b36b05ef40b5f]

        Avoid reserved identifiers
        
        Change-Id: I4654278f9a718042efde46755ee25e62494e3fb6

2016-04-22  David Tardon  <dtardon@redhat.com>  [36ef03797a262d553bee8853f36f9cae62e99b81]

        pass original flags
        
        Change-Id: Ice0d7744f51a1170bf1ed246d5b31db05a9a9bca

2016-04-22  Oliver Specht  <oliver.specht@cib.de>  [8d41866f76ce3909b8d1bba6d0b74c4acb91202b]

        tdf#81833: form protection can be modified as compatibility option
        
        ProtectForm is supported to prevent editing outside of form controls
        but could only be imported from doc and stored in odt but not changed.
        Now it is part of Writer's compatibility settings dialog.
        
        Change-Id: I7337fb3f0774d3c1d26cd8e1485958399b2a70e2
        Reviewed-on: https://gerrit.libreoffice.org/24294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-22  David Tardon  <dtardon@redhat.com>  [334599030e7b45153107a3075f9049a7463aac80]

        pass original CFLAGS
        
        Change-Id: I1a2e9d41226822934b64ad31a61c816b3163a9ed

2016-04-22  David Tardon  <dtardon@redhat.com>  [590d80cea8fcd7c51140cff38392c4c180327330]

        pass original CFLAGS
        
        Change-Id: Ia37fa1ad21a9411d78b0c30c769b3934d43d1389

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [92f10ad9bcc9b24401a730175ae5a5252b803b06]

        Various loplugin warnings in opencl/
        
        Change-Id: Ia6254777bc7972e2272dba542e315a8d3bd0fdf0

2016-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [334e2dc9c3da4519e31e0452a40d3a958c401876]

        opencl: better logging of devices and device selection
        
        changes:
        - Clew misses a lot of things, added defines needed for gathering
          platform and device info.
        - Refactored profile saving and loading to use libxml2 instead
          the weird type of saving the profile data.
        - Added an additional "log" file which is similar to the OpenGL
          but it writes the OpenCL relevant information like which devices
          and platforms are available (+ all the extra useful version
          information) and which device was selected (if any at all).
        
        Change-Id: I0fe793c756f8f4f1761fe120fc361df36e581903
        Reviewed-on: https://gerrit.libreoffice.org/24270
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb5438a3d16634eb267584122169758ab2b76930]

        tdf#97915: add Intel driver 3.0.1.10891 to blacklist
        
        Change-Id: Ie28f48a3aeb5afe7480c42e9267756fc7f70c836

2016-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4dd94c6637c503b7cf6e551a8b658a688d6a79ca]

        tdf#97887: add Intel driver 5.2.0.10049 to blacklist
        
        Change-Id: Ied93077ad22490ff02fe0f1e0e90ff01eb4c7b88

2016-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [508ca1d7531a58d58df934a4c8237921ae97ce1c]

        SfxUndoAction::dumpAsXml: show address of undo items
        
        The order of undo items on the undo stack is: the newest item is the
        first. But for grouped items SfxListUndoAction is a list, so newest
        elements go to the end of the list. It's easy to get confused without
        seeing the exact addresses.
        
        Change-Id: I5c336f2317e4f5869b9fd227c800b2e15d0644ff
        Reviewed-on: https://gerrit.libreoffice.org/24295
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [2c562c6ae0970d175e9b219e75afd77fcd1fc490]

        Is __OPENTRANSPORTPROVIDERS__ (still) needed
        
        ...to be set before including Carbon/Carbon.h?  Was originally introduced with
        c34f2e30bbad1a6b92308d0daabe413bd1bc161b "INTEGRATION: CWS pj51: #i61959# patch
        applied", but might just be cargo cult these days.
        
        Change-Id: I20cdc938d28e075614f6711a06ab785700833aff
        Reviewed-on: https://gerrit.libreoffice.org/24293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [715d4d803a8649b4aa46ff7ef89786a1de435604]

        Avoid reserved identifiers
        
        Change-Id: Icc658a3adce2e93c3cc4e8a88689f462b1c7c8a1

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [0ac89e300f936a7f731ece3d286849e67cf44a40]

        Avoid reserved identifier
        
        Change-Id: I2577b4986f1b033253b368c570507e757893f98c

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [9181f09e28afdee26ffd0ed5f6d0c5dea0669cd1]

        Avoid reserved identifier
        
        Change-Id: Iefea30eb0db96462aee87349968baf4756e1b786

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [caf64a8c814bf821eef302fc6c2570c05b7fb169]

        Avoid reserved identifiers
        
        Change-Id: I48654972e66b9a298940d800b2e04018cfd5bef8

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [64d4e2a4c9c833f8f8730f06d4e822c1a8ccc9bc]

        Avoid reserved identifiers
        
        Change-Id: I5a68cac4f923218a000c79a01c436bf1dc897971

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [aaa1265fb31e52a3039fa9019efc7adcd0aa99d9]

        Avoid reserved identifier
        
        Change-Id: Ifad7619d1d5ed101cf098787461bca31b02fc81e

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fa72b7fd719eefdbf4f12535f1ee7fbf232360e3]

        Avoid reserved identifiers
        
        Change-Id: Ie1830e7645b8bb8b8020fdb384471801a1aaca31

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [eda2f38dd5373d1ef869a5b7ddd649a2e6d7339e]

        Avoid reserved identifiers
        
        Change-Id: I56a0bbecf64b6f9a268a8c4b93aeab0acf54931f

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [a57049915d32f549cbda6aa8c8d189531aec522b]

        Avoid reserved identifiers
        
        Change-Id: I263603fb81d368ebc8450b2d8cc01752fcd3f29d

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [7e7bef2748c100aed9ec98fbceb8608fc2906ef2]

        Avoid reserved identifier
        
        Change-Id: I3dde927ee22032e0f516df16a7f9921ccb3cca7f

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ff1356ab02a79b47e2b39f57f2a0864334deb5a2]

        Avoid reserved identifiers
        
        Change-Id: Ie1664e06dc02f7070e4ef77155e6541c70b2f8e8

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [85825e0fd54551735ef05b8484f71974734b9135]

        Avoid reserved identifiers
        
        Change-Id: I27ff0f4f0eb395d7e0a60dd604758c220a3134c4

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fc233b52ce2acc1bcd7cecc3d51bcab870c81932]

        Avoid reserved identifiers
        
        Change-Id: I3542622f6b3752f7254abd07d9f3a8141f10c3dc

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [046dc22ce15d363ee28d8ad1710c16e76e75a139]

        Avoid reserved identifiers
        
        Change-Id: I782784f34975d708fdf179d098ce6654aad7a976

2016-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec533b46ef174037e6cfadceb5fb38cbe805e2d2]

        SfxClassificationHelper: avoid implicit cast in loop
        
        const std::pair<OUString, OUString>&
        
        vs
        
        const std::pair<const OUString, OUString>&
        
        Avoid copying by just using 'const auto&'.
        
        Change-Id: I711edc13d20194ee4901d1afe1f48d1f49657a53
        Reviewed-on: https://gerrit.libreoffice.org/24291
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fd2ba0d7cd3598f329bd18f96c0716b68e396378]

        Avoid reserved identifiers
        
        Change-Id: Ifccf58c748ca8189949efeecc1ac7329a07be1f7

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [1862152330422fd34ee2ecc97f4f948d77fd00db]

        Remove unused PID__START/END
        
        Change-Id: I577f35e46d99de539368e428ac33ac4362a4a56e

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [be48e04b5bd51015595c0f0792a646c51164fd34]

        Elide const vars
        
        Change-Id: I1b2a7b071f9740e8c848f543e32fd47f054c8318

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [29840e676927eb44c5857e854df283d58aae93c3]

        loplugin:salbool
        
        Change-Id: I186376ceeb53126bc31d63d00a988be6cb7a5637

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [988e5c7b480c974c5bcc5c808092d0ea725511a2]

        loplugin:passstuffbyref
        
        Change-Id: I45cc7c949dd8288bcc39f23c224370764c5cf0ec

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [db496668e0dec6cede2428f55efe7c192cd9c1de]

        loplugin:salbool
        
        Change-Id: Ibcae25d2476de37842e4a0e670b5951f431195a2

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [178622f47cfaade04952d9c2e721deb605871cd2]

        loplugin:salbool
        
        Change-Id: I14a902c644c467d8e02474e5d0ba8d3dced2860f

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [78526aebc83623297cb769de6618a4eddf6a93ee]

        loplugin:salbool
        
        Change-Id: I4298f1da63d29133412962a9e4552a7ed473ad28

2016-04-22  Stephan Bergmann  <sbergman@redhat.com>  [8a09cd241c30969d1b5e61c17f611ddc1c09591c]

        loplugin:salbool
        
        Change-Id: I3a96fd12e6fa3a64bd1888373dfce0f8f621aad4

2016-04-22  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [37d34e2b6a96569313178ce864096722230cb3b9]

        Related tdf#88502 a better implementation than the one in...
        
        ...commit 70bb8c257e7fc402da60fa70109cece1fe4c69d1.
        
        This commit reverts previous implementation in commit
        70bb8c257e7fc402da60fa70109cece1fe4c69d1 and makes use of a dedicated
        interaction wrapper instead.
        
        See comphelper::SimpleFileAccessInteraction for details.
        
        Change-Id: Ia037ea14267afaf66d8f9aa2324649264a7cb4bf
        Reviewed-on: https://gerrit.libreoffice.org/24275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-22  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bbe51f039dffca2506ea542feb78571b6358b981]

        Add an interaction handler wrapper for simple file access.
        
        This wrapper is to be used when you want to avoid the error
        messages displayed when accessing a file (the messages activated
        by ucphelper::cancelCommandExecution), especially when accessing a
        Web/DAV connection to enable https certificate validation and
        optionally enabling the authentication dialog that may be needed
        in these operations.
        
        Change-Id: I19f3072b91b6c4f453a54b56a3d9883b3383dfa5
        Reviewed-on: https://gerrit.libreoffice.org/24274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [608b8cc54e4e1728dec97fc7c27beb587cfbabcf]

        remove unused BiffStringFlags
        
        users are gone since bb5fa5773461e14de153266ccfa36e5f454ff9b8
        
        Change-Id: I8a73fdbec0df467bcaa3dc26fae5c965fd5bc612
        Reviewed-on: https://gerrit.libreoffice.org/24266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9]

        Fix typos
        
        Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3
        Reviewed-on: https://gerrit.libreoffice.org/24286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-22  Arnaud Versini  <arnaud.versini@gmail.com>  [2e1a724c2029783e84d7c508c6010afac0d6d10f]

        Try to fix tdf#93967 by using VclPtr to keep the window alive
        
        Change-Id: Ibc03ae15b22eba672475ace602858ad60e95418d
        Reviewed-on: https://gerrit.libreoffice.org/24283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [ebc76403c4acb8fc176dd1239b930c1e7529bde7]

        starmath: Simplify SmParser::DoTable()
        
        yet doing the same.
        
        Change-Id: I2ebdcb96179830eb02af8ed12dd27c69a78ed276
        Reviewed-on: https://gerrit.libreoffice.org/24240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [11f13f55b7e76811946979f363638597d882b88b]

        starmath: Drop member variable set but not used
        
        Its usage was gone with 9adcd261054a0e99ae032be5e7428e28a6663975.
        
        Change-Id: Ibd322531365c2e0ccad85d553781611dfe96d54e
        Reviewed-on: https://gerrit.libreoffice.org/24277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [cd6ec105eb154b5f839b1ed27d30f3ee52ae0e6d]

        starmath: Make coUserDefinedCharContFlags more readable
        
        No bits changed because:
        ((KParseTokens::ANY_LETTER_OR_NUMBER | KParseTokens::IGNORE_LEADING_WS | KParseTokens::ASC_DOT)
         & ~KParseTokens::IGNORE_LEADING_WS)
        == KParseTokens::ANY_LETTER_OR_NUMBER | KParseTokens::ASC_DOT
        
        Change-Id: I1e00d0cdb07a1450f98655ec3cc8483e4d348b74
        Reviewed-on: https://gerrit.libreoffice.org/24122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-04-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772]

        Fix typos
        
        Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4
        Reviewed-on: https://gerrit.libreoffice.org/24257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-21  Jan Holesovsky  <kendy@collabora.com>  [b74163742ff1288ad9ea1ec8e83ac08faf686893]

        lok: getPartHash should be at the end, it is a new API call.
        
        Also add it to the init.cxx so that it is actually used.
        
        Change-Id: I255411158d0822718116ac05aad1ee925a9a7a9a

2016-04-21  Eike Rathke  <erack@redhat.com>  [74e9456c6d7c43739c3e57640e52b3f851c4f558]

        unit test 'C' locale shall map to 'en-US'
        
        Change-Id: Id4772b087add703537b588c961283466436f10c1

2016-04-21  Eike Rathke  <erack@redhat.com>  [600c2ca58bf7c2a38d4a41a80bdc1ad8373a9ff0]

        handle 'C' locale in simpleExtract()
        
        ... so liblangtag isn't called and we explicitly have it known from
        there on as well.
        
        Also, don't set mbInitializedLocale=true in the LanguageTag ctor with
        Locale anymore as we don't know there if a semantically correct Locale
        was passed (which technically the 'C' locale is not). Instead, set it
        centrally in LanguageTag::registerImpl() where conversion to maBcp47
        string takes place.
        
        Change-Id: I71551bd4b59d896c0674286edee816e05081ecd4

2016-04-21  Caolán McNamara  <caolanm@redhat.com>  [db279db13286653bff269f8ae7471b22498be319]

        Resolves: tdf#99360 can't select filter criteria with mouse
        
        regression since
        
        commit 6610ad9aee0c8299880cd1da6cd6a756860ccad9
        Author: Jaskaran <jvsg1303@gmail.com>
        Date:   Wed Mar 2 07:51:40 2016 +0530
        
        original body of this method were protected by "if (IsActive())" before
        conversion, adding that back into the new version makes things apparently work
        again
        
        Change-Id: Id7e89c7724ed804d0330645c4e05dee113ce2079

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [783419657cda0565716d363928c8cf5ac5035f8c]

        loplugin:salbool: sal_Bool[] -> bool[]
        
        Change-Id: I3c5bf7a53c9ae173f8fce885ecf022f092aa43a9

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [8c423eeb49606087243fb6bbf31c0981c55dc773]

        Use Sequence ctor taking initializer_list
        
        needed adapting loplugin:implicitboolconversion to not warn about
        
          Sequence<sal_Bool> arBool({true, false, true});
        
        Change-Id: I971918aab7c958ef8f1e4e0548a84314e95f8325

2016-04-21  Caolán McNamara  <caolanm@redhat.com>  [4f92eb777ab17e0a2ee478572a46d060742902e1]

        Resolves: tdf#99425 crash when closing dialog editor
        
        with undocked "Object Catalog" toolbar
        
        Change-Id: I70d51cec699333c5cfc1461d61734c1bbb5323da

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [a1236528795739ce7eb8ac1206f33a1f1ad2c209]

        loplugin:rangedforcopy
        
        Change-Id: I227aa955417385da7cd43cc3641342e66e62ed96

2016-04-21  Henry Castro  <hcastro@collabora.com>  [1a74c6333a79ccf0579b33ebc42ce2ccc23ccadb]

        lokit: add getPartHash
        
        In the tiled rendering case, the slides, no matter
        if it is inserted or deleted, the part names always return
        sequential names i.e. Slide 1, Slide 2, ..., Slide N.
        
        However the client side needs to know what slides had been
        deleted or inserted, so it is necessary to send the hash codes.
        
        Change-Id: I0e9caeec660c3e42dd9f751bdce7690f9ad365a1
        Reviewed-on: https://gerrit.libreoffice.org/24267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4779f443e9a58e3bd9ec7668796a877ef2362d99]

        bump product version to 5.2.0.0.alpha1+
        
        Change-Id: I92ac49c3d59b6b1517edd9884e85e67e017cfd63

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [cad49138dadc9e226950bb7b6a939a60408ea6f6]

        typo
        
        Change-Id: I67721e86073bd2f67bee3ffbbb81fd5d143997d8

2016-04-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bc8bb13f11a306fb12b1ac5dcf0e3d1c8d59388b]

        update emoji autocorrect files from po-files
        
        Change-Id: Ie1209b68ab4d420934e8cdbc7ad7be5f0190f20c

2016-04-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [824898e9106bc2b079dccc0f321fc5ca506e45a7]

        Updated core Project: translations  0732bbfc5365529452255fc0263416c0455b127b
        
        update translations for 5.2.0 alpha1
        
        and force-fix errors using pocheck
        
        Change-Id: I75bca3b0cc0333302eac4d11c98ad26dfdc35fd6
        

2016-04-21  Noel Grandin  <noel@peralex.com>  [ca771c7e27ddcc5406dbee781f72ad1d7e213b29]

        fix windows build
        
        after my commit
        e1af7f0c438bc242e4562aa0286c99787b5ad544
        "clang-tidy modernize-loop-convert in c*"
        
        Change-Id: Icbc8c30186b0ea33933365951718dfad3fd7c4e2

2016-04-21  Tor Lillqvist  <tml@collabora.com>  [6dd392621891e159e2ccbc96453028f3b8ff2b7e]

        Make the OSL_ENSURE message match reality
        
        Change-Id: Id006ebb6138d8cb1ec6f2242527e550674ab523a

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [8d934b73ccac14c76f6596c33b087e22ba82be09]

        Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53a
        
        "SourceManager::isMacroArgExpansion has only one param in older Clang", which
        caused false positives like warning about sal_False in
        
          CPPUNIT_ASSERT_EQUAL(guard.p->m1, sal_False);
        
        in cppu/qa/cppumaker/test_cppumaker.cxx
        
        Change-Id: I1c5a67527aef381e336d71cb8fefbb87961bbf96

2016-04-21  Eike Rathke  <erack@redhat.com>  [b481d42e56c9585a3a6018ee851dcca41e89666f]

        also exclude the "specific English" table from mapping to LanguageTag
        
        ... otherwise entering a tag for such combination would result in a
        different locale instead of an on-the-fly assignment.
        
        Change-Id: I0c1b2005298cb39f98cf816d4765ce21a5cbc9bc

2016-04-21  Noel Grandin  <noel@peralex.com>  [e1af7f0c438bc242e4562aa0286c99787b5ad544]

        clang-tidy modernize-loop-convert in c*
        
        Change-Id: I77d2548f8be97792660761e6156cd24734a95aaf

2016-04-21  Noel Grandin  <noel@peralex.com>  [8762aa986dbca42e61cc8fb1b2c1d2ca66bcfcbe]

        clang-tidy modernize-loop-convert in b*
        
        Change-Id: I8ac6eb59e213eafa78e3dc4578738b53e8adef5b

2016-04-21  Noel Grandin  <noel@peralex.com>  [b19ac3c4c6b4a41a1f3acac68b299fd676428a87]

        clang-tidy modernize-loop-convert in a*
        
        Change-Id: If8eada464c6dc7350e50fc90eb27aa47bd90e198

2016-04-21  Noel Grandin  <noel@peralex.com>  [7b65087eabf9bd233a899723f662665ee5867378]

        move stylepolice plugin into store/
        
        seems std::regex is not too well supported yet, at least in
        libstdc++-4.8
        
        Change-Id: Ib9feb33d2f197d40fc67dc93468aa2f7dae05bac

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [bc492623ad094197db13cb55c7e6cce35962f860]

        Remove redundant checks
        
        (that started to cause loplugin:salbool after
        13758a3d154e8e450fdfe8bcdeb6b3a03996c53a "SourceManager::isMacroArgExpansion has
        only one param in older Clang")
        
        Change-Id: Ibbdf4552d81385cf952e2d47d1fe23daf78824b5

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [2ee765872f07f1cb0e2c99f22b48808476089cf5]

        aColumns is only used as a set
        
        (cf. 40d6b81b9ee0a878d0dadb40941c50aa394a7501 "Replace map to sal_Bool with map
        to bool")
        
        Change-Id: I04bdd6c33793e277182fa80d187f212ab23c252e

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [9b8feec33d95f10642ee013ae1310320feb62067]

        tableNames_t is only used as a set
        
        (cf. fde48126df56ede640499f24ac67f6754b84efbf "Replace map to sal_Bool with map
        to bool")
        
        Change-Id: I0bb24a78d15eb876565e64ce7ca0f4bb04dce2e2

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [a4d7976c99b9ec49202dcac7e4dcb416755415bf]

        comphelper::UStringMixLess defaults to bCaseSensitive = true
        
        ...which then behaves the same as the default std::less<OUString>
        
        Change-Id: If18ef434a752bc77012e665d3621bc319f2897e8

2016-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [91b18cee97b110fe60391faa945a6fd166f1d8aa]

        Related: tdf#65642 RTF filter: import \pgnlcrm
        
        This as a side effect also implements support for DOCX <w:pgNumType
        w:fmt="lowerRoman" .../>.
        
        Change-Id: Ifb524b25236a8bc774690266a4fa205154204109
        Reviewed-on: https://gerrit.libreoffice.org/24273
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-21  Stephan Bergmann  <sbergman@redhat.com>  [13758a3d154e8e450fdfe8bcdeb6b3a03996c53a]

        SourceManager::isMacroArgExpansion has only one param in older Clang
        
        Change-Id: I5aa4f7cca70b8196263613b92c018323152411a1

2016-04-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c285d043be71251731c8bf30f44b7587d5fa7169]

        XListBox: Add more hints about return values
        
        Change-Id: I74385b762ed70ec9d8303f1cb94f76b9edac7cc5
        Reviewed-on: https://gerrit.libreoffice.org/24261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-21  Noel Grandin  <noel@peralex.com>  [5abc669599001bf888b97c4d3c2715e1fb7523b9]

        new plugin stylepolice
        
        check for local variables which follow our member field naming
        convention, which is highly confusing
        
        Change-Id: Idacedf7145d09843e96a584237b385f7662eea10

2016-04-20  Julien Nabet  <serval2412@yahoo.fr>  [5bb308a9ad16f6002486a60e4a753693818580b6]

        Revert partly some of my previous patches
        
        to avoid invalidation of end iterators
        
        Change-Id: I0970b6d753ee1dd1f4805d0d27b8eb4f8210581b
        Reviewed-on: https://gerrit.libreoffice.org/24265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-20  Eike Rathke  <erack@redhat.com>  [b7e3c63f1a384a278da4f6515f5279dbd5f46772]

        explicitly map 'C' locale and other known definitions to LanguageTag
        
        Starting up a dbgutil build with LC_ALL=C gave
        
        i18nlangtag/source/languagetag/languagetag.cxx:1362:
        LanguageTagImpl::convertLocaleToLang: with bAllowOnTheFlyID invalid 'C'
        i18nlangtag/source/languagetag/languagetag.cxx:1533:
        LanguageTag::getLanguageFromLangtag: pLangT==NULL for 'C'
        i18nlangtag/source/languagetag/languagetag.cxx:1593:
        LanguageTag::getRegionFromLangtag: pRegionT==NULL for 'C'
        
        Nothing harmful in this case as the default fallback is 'en-US', but it
        also indicated that other known non-standard "locales" such as
        "sr-latin" or "german" were not resolved to the defined values. Likely
        such weird values are not in use anymore, but..
        
        Change-Id: Ib3469354ceb236552540da5fd11d8f9e9c5ab1fd

2016-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [100eb15b4d8529d7a11d98a28742f31f0f792fa1]

        tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo items
        
        As seen by the user: after finishing the text edit of an Impress table
        cell, the text changes are still on the undo stack, but the table ones
        (like background color or vertical alignment) get lost.
        
        This happens as SdrUndoManager::SetEndTextEditHdl() removes all undo
        items from the stack which are created after the start of the text edit,
        and creates a single item, but that doesn't include the table changes,
        just the text ones.
        
        Fix the problem by creating a copy of the CellUndo objects when it text
        edit mode, and pushing them to the undo stack in
        SdrTableObj::EndTextEdit(), which already writes the undo stack and runs
        after the undo manager cleared the text edit items from the undo stack.
        
        Change-Id: I7d2768c86b5b262e98be1d09d7fa08d581430bb5
        Reviewed-on: https://gerrit.libreoffice.org/24264
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [e8425c48102321d4f5a8bd687c8ca1ac7bae797e]

        loplugin:salbool: Warn about uses of sal_False/True
        
        ...that can generally be rewritten as false/true, and sometimes could hide
        errors, see e.g. <5be5f00fe16b0e255b31fbaba5f119773d1cd071> "So this is
        apparently about right-to-left levels, not a boolean flag".
        
        Change-Id: Ib39a936a632c2aab206f24c346252e31dcbb98f3

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f3059ab1dcb4a413f487fbac1329044f9f5a7e90]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I96cef821fc1d87963b8928af5dfc8ba97557da74

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [ef0161b649d54454bfb588a251d48ea9c3b79f79]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I2f5c4c341c4c38e1603748fb7c1f50e42547d005

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [5ef76efb407a3dba8898a9a9b1b80cc548a94105]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I5896c6b8bf2aa9c7c66ca5f7c50cee1b0738ea0a

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [2170e2f230b612c035a1264a1d7a7c45b5d24622]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I38560113652ac39104b942a4cb80b1e03944513c

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [d88ad8b99d416c98134fcd27bbc2cad794f2ec6f]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I5f38167cc2fd0104ad388c63f766bda6acae96e2

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [d81c4d2af9415fcf02541e7efb1df587f5654784]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Iee861bbf1c7a8bf02ec5f04f0ff936e54cfec7b7

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [d0a271e9ea476d627de7e4d15dc490574d3afeba]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I94b3d976bd6d4cd3ce918668a5a921857675b6c9

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [ed36962e464c26803009852684e2330bf954db02]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I0bdb1669eff6b2e2fbecae7d1cc720dfc0d53c20

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [df10d8ae13df3998ba50b815b9c40a996c40c872]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I97ad48b13fc5c134fea5a2a85001bbfefe6793f5

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4f8756f075e7777f4a681eb80dc002083129b5a5]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I57c1bd476183c941a70cc0c60fd4e42bbe95ccb2

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [db67f6f40839814c148f1a414e3c3bde188111f9]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ife577280d5176d9f48bff719c7b52fc829ae49f1

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f9ec2400464f4ce84a0d4e4b1e125449ea212bb1]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie47a53763332119d290ebe5646af987ddd44be9d

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [1c71c60d59bad925035715d78ca4014d6d4c9aea]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ib340ec1731cba5a4409f0e8d8bdde48753312672

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [b7e28df9bb45f4f9ce2dad0325b905f26b12c0a0]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I04d2884dcb81482c5c3450c98cccb36096a126d4

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [caae9ec4e0aaa0ecc6676650a2e99c116294f7ed]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: If03cdd1fc6943c3783cedf8b735c8a29a3ecd0c7

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [c838f2ed9f14e79c68adbf004f20513855e6edd3]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie66903c2aae5535a507e1549b58d892b80237842

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [2c6840eb95eb925be78f2b5279594ef5c71c2e98]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I5c33d8ed3551d9ad4432824995bfdc3f73cfc5f8

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [bb34461d280d499d93ef982e9b7391fd791ffa35]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Iadc107a89e6c489bf5261042ec6853a1354c434d

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a34ded25d61c61c5c25792a1bace4970a754afc6]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I706d2b85ba6a49ee34f9fe88a960943e87079902

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [58a6d1f042d75d53a55077f0c8ef24feebf3473b]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I4a86e2484adfafb53831b9e1e9971514f017ce36

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [c763ceb4a6104ac4af504681babc069aa6ae5bd3]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I3a3295b538e79186914390b6da73cc8bc25419a5

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [88338ed6291f3552b583f539f1588984ec188e56]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Iae070e04800fec430f630dad1cd4265c1717a59d

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [9a10b6f1ffc9f9331c3bb55c1ac2a70828ee14bb]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ib9ede3670960728cef12eaa9c082340426724843

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [efd8f9224c9a32664076ee2e9b64a7990a9b75fa]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ic748f5d0df9622aae0faa600fe13f82103bbf4bf

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [982a2c06a9048890115e2c517336d278cf278ba8]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I97f0ed6c3f4fa36523b6ecc05ab8b4e79a3a3c91

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a8884ad99c491624d776a4a21f06e6453f71b25a]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I3cb9226ef6bebb5062abfae312dce95f0ef74385

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [259ece83e9b114ccc8403bbde97e5b11d4319865]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I0a24f0d6fa58407f9e365a5c812743151b88513b

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [0003e99b393e817ff3cd753f3798012d0ab2f8fb]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Iae2e695c26e19275ea02bc6737c311d31a45e1d7

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4b9573ba669173d0d0d7653c9bcef276ec151cec]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ic3e7658ccfd23fa29af46eac971deac5a0373377

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [67187c14175778b7939692d6be6e8bab2930be1b]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I9b99327d58a63dfa5c292784cefb4894ee6d7fa8

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [607b6ced16e840dc860bbd3ea934816b6e1c6680]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I923b1b92f07c2db6d88c7682f1733fd8fd765f90

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f2966da1111ec0c74177dcb643ecba951f79aa8c]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie9914a13b46de54897a031e40b6176455b7831fb

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [abe81a0b7b5014aefec1ede55cc6b7b947c47484]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I6c656f991999791469015500aff1905fdb16ba65

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [b8f04b740fe3e61269daeccbbb9bc5752e5fd5b3]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I0a21a23a2f8b9e87f53283c88973109dd54af1b4

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [cb30036c3c9723e75c4b0ca73db6acdea4b66adb]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ieee84933a3067cada2e8105ac61db994f282c383

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [d3415256cf8f214e50f5106523437c323f15d453]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I015b172ea88eef9af37303fafa4bdf9749f114b0

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [ac6dc5751e785b25a36f6368bf0996ea7c73329b]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I886fa2cc662072ad746d3828ba66bbd368121de8

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [2a455e4a36fe41f0c7a6e6a87582529043d7520f]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I1879dece7dfb206dd55b13ca5572b962e20d37f5

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [398027e8b218d88837c169baca3a9213237cbc0d]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I379e89e1e6b9fd8668ba7ac59af33f63487a4f66

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [14fc21bd303f8d1e45cc528394efccfcd6093ef3]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I810c4a1fe48f66833ef8f67796d910d59ba994f6

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [227f6998d5a66ff46123832ee6e2415382ae1e8d]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie511eeb586e8c592bc255a09eff1bcf673a29ea9

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [53b57f3ec48c3ddd48ae1c9a5a806bb2217ba6a5]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ic81341bfb5d2271993451c3bdcf6e94222ac6ec2

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [99b05d1169646710c19c1c20953ed625cb967d9f]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Idd106e7ab94a7377807872d7742263225b22da28

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [0f1e0324312470340b3695c85385e51d1db21e67]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ia4afa4cc65215053ac44cc0b48e528064837c49e

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [73b9846e8242f4d383717d627cb84e97b91c58f3]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I689887a14e6797a83c31069d3fa7a3b20d33a681

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f43b89b7ed9f24bfe34d1337ed92fad3633e49de]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I65fdd933e2a3973053359024d8d9c733f79a6477

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [b347e5da870d8a4fa8e6e093165fea7dc21dae79]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I3f7f71f05db09219f0de3ec14bdb56bd16fb0c8d

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [07b4791dc8d0a8b1144f6c619b7aa6f7af8bb5de]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Icfa6686ee96e4c9ddf23abc3ece6beae6521473a

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [ed467869d8010b51d1f76c86b3628e23ec434655]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Idf27ee5370f1fa24adf22908d9e801c7d40db935

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4d31d08215d2ed9062319c0caa55130029e5d0d8]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I58d7c95c77e67f315b33d1f83ac80148f93af450

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [bfb185c408f6630d17bdcf9243666cc1b0af5bd7]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I74cf43df85a878ee9af69901b2535f63461cb61e

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [07ea0e64f26ae4ba0a0474352df0bffb4409bd16]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I887a9161107e58c9343d240c2b54e02f4e59567f

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [2ee796ba49a13c38c1eb1e98c5e8b78d1ce18b64]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ief96e7038461f514d8fe5bf16b7181b122715775

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4bff11d579dce8e2bb4f35f9218003bb28cf5a01]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I31a6e4ba81fab2843e5bc9a390fa7b0a5ec29411

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [bc9047540a9c6c961bd686c61bed13ce18a28edb]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I8542bfaf9e27792369617c44258ddcc393e490a2

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [9ad66e5ae924b22c589601085c0a7355073a1daf]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I626b79e1450d78aec96c206db82bf64a47305d08

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [cde88284e8df3c2b943904239cef8b8aedbbf57a]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I8130752ca7ccd47cda91458e39fbb56470ee38e5

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f8ce00be4ea1b4f69dfe37c641001ec935f86792]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie48c55954d479092ef0447711c442b760905a2b4

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [6009d338236733006e69b184bfcfab355fa81493]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I5cd8fd979fd4caa3d7cde599096627bfdd0dec7e

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [e5434c67b183b0baae675321382d41ef3cc4f4e1]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I0953cecd363dd75e6a4438d34d47035f53f334a6

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [918faa4a1647c165cbaf41108858bd33a530c37b]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [e7f330fa4aad63873a552e84bfdbf6452832b007]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I47acc5590a935c7f9089231efbb1319664942f16

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [15e410e5afac989e423d6ce158ef65288c67ee7b]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I6fada7331ee369c35cbe019db4e730ce56cd1a1f

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [f555ab4e96a3d796c67cbec1c948cb920ebb3750]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Idb7e5ff0c73bbc2c462b92cd96444eb5d2d4194b

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [08bb436ff9661fb4c2df156ee4c8b4be80b9369c]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: I1230a1785c61b8ef5dab97176e7c06600ac95a5b

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a30148d3fca38da4b97730eddb93af5e3a59f0dc]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ie7f382fb47463d9bc315dc767c1d0550145ec935

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [9a978d62ad4e0925247931857c9b4a8f1750a106]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ideaafe1920c9e27de7ed9e9f4fe9fc7cb8c3b6aa

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [da50c790a74af391cd46e20dbb457e975894b9cf]

        loplugin:salbool: Automatic rewrite of sal_False/True
        
        Change-Id: Ib91f20761167ab78b68813d8877dceea5fef801f

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [6546ed8c7948841f147c3848acccc8defbe9997a]

        Replace sal_Bool with bool in vector<pair<...>>
        
        Change-Id: I158e78ff4c7fc5d5d894a27599d533419eea1fe7

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [40d6b81b9ee0a878d0dadb40941c50aa394a7501]

        Replace map to sal_Bool with map to bool
        
        (Though this looks like it wants to use a set instead of a map, anyway.)
        
        Change-Id: I755581d3915dca902e7b96efea16d4d29cb0158a

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [fde48126df56ede640499f24ac67f6754b84efbf]

        Replace map to sal_Bool with map to bool
        
        (Though this looks like it wants to use a set instead of a map, anyway.)
        
        Change-Id: I63907d2fa3bc3a50ff1ea2a44b39b0859eb56d94

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [80018b600602097aa207b2942caa6910b599c8c8]

        Replace map to sal_Bool with map to bool
        
        Change-Id: Ib75d197293d7854976b131f61dc78536a4ac8a97

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [980af0f1ec217521dddb5a3604a0d51695a56b8f]

        SvxNumberFormat::SetIncludeUpperLevels takes a sal_uInt8, not a sal_Bool
        
        Change-Id: Ifc86437140bae3223238fa8e5aaf5a4d57537b32

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [79bffab70856d04d94c56f35ad2fa1212756ad95]

        Remove redundant comparison against sal_False
        
        Change-Id: I6e5e5d730a8e7e3efc50472db08d0ed258ffbb3a

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [5eef994ba9286b0fa0c606e4441d3ac83a6ed8e3]

        Replace vector<sal_Bool> with vector<bool>
        
        Looks like the use of these vectors is simple enough to not have to worry too
        much about the common wisdom to avoid vector<bool>.
        
        Change-Id: Ie4d6b51e42365a7c8d1de59a787bb13f78cd2a11

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [e2baeba6e263d3fbc474ed7e5640a8cbc2936768]

        loplugin:simplifybool
        
        Change-Id: I6e8c06c28d710709d4a6b240e634d0216823cbe4

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [242b2ad3e1220c8df322615c543e161e5369e2f5]

        Remove redundant comparison against sal_False
        
        Change-Id: Ibbaf7c3e013a4b098640f4354f8d1e46c13e43af

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a3858ed3a785507e7ed9c02cb1e145d2a4c4659b]

        Use cast to bool to normalize sal_Bool values
        
        Change-Id: I8a886f752d2a16ec4c10656bcd0b3631647971b2

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [12a4f93d1d412d58b1b13d814de589b10aa41e01]

        Use bool instead of a sal_uInt8 bit
        
        Change-Id: Id918fd609afaa4fcfcd90f60baac165d7d6280d9

2016-04-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [cbae4ec3c9733c16ae69cfc5a23c9a54aadc7fc3]

        tdf#99361 Separate checkbox in Sidebar
        
        "Thousands Separator" and "Engineering notation" used the same checkbox,
         so help tips texts were the same.
        This commit creates a second checkbox which is hiden/shown
         according to category selected
        
        Change-Id: I804c2c7b4625497da8e423a952b357fbd8bbfa19
        Reviewed-on: https://gerrit.libreoffice.org/24173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [8d7b9d7d23ae6a02be4c9408fc01e756aef0e4a2]

        SvDDEObject::nError is never read
        
        ...at least since 98eabdaa5a7f4a35b87925361a5a437077e274c0/
        14483df71f08d2bf676d558708429af066fd9ecd "INTEGRATION: CWS mav09: #i27773# move
        implementation from so3" moved the code to where it is today.
        
        Change-Id: Ia57aee6e0ea2f1c179ca542046dd26b86c9b7e04

2016-04-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b24cc067695d7986f231303218e7b853d827b316]

        tdf#99361 Separate checkbox in Number dialog
        
         "Thousands Separator" and "Engineering notation" used the same checkbox,
         so help tips texts were the same.
        This commit creates a second checkbox
         which is hiden/shown according to category selected
        
        Change-Id: I94913e63e47b760deb747ce7cd3d74ab4c109599
        Reviewed-on: https://gerrit.libreoffice.org/24224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [840a48b5ff2e0262680d3ef02c63173f98c07d1c]

        Updated core Project: help  858dfcab49af9ca0c3144efa27495dbeae982e13
        
        Fix second-level headings to actually be “level=2”
        
        Change-Id: I393ca75c683323088e7d55a6d0bf3ee177994d33
        

2016-04-20  Mark Hung  <marklh9@gmail.com>  [3c99cc8b824e3a9f7341e3cb3a2f48c846664491]

        tdf#97567 xmloff: use programmatic name for imported automatic style.
        
        Adopt programmatic name in created document model to prevent
        imported automatic style from referring a programmatic name that is
        not imported to a default style.
        
        Note for English UI, the pragammatic name is the same as the
        display name, hence using a display name wouldn't cause the
        problem.
        
        Change-Id: Iaf31431a516e3d097e2a22a6be51aa68f6a6eef6
        Reviewed-on: https://gerrit.libreoffice.org/23247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-04-20  Jan Holesovsky  <kendy@collabora.com>  [c9b1bfd0802fdbadf4bcc1e9ced51c7a769f5cc6]

        TextCharacterSpacingControl: Fix loplugin:vclwidgets warning.
        
        Change-Id: I16c0f137d4dbf9b495b4be8ca32c009e2676ee0b

2016-04-20  Noel Grandin  <noel@peralex.com>  [b0c0a074a2318a231f3f635784da494f1b713c53]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        suspect that some of these may reveal latent bugs....
        
        Change-Id: I9de9aabbda9c8952715631577c29c1830df1eb71
        Reviewed-on: https://gerrit.libreoffice.org/24200
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-20  Caolán McNamara  <caolanm@redhat.com>  [29a9f433c268414747d8ec7343fc2b5987971738]

        Resolves: tdf#91778 drawing the background over an active cursor
        
        will overwrite it, which means that when it toggles "off" afterwards, it uses
        invert on the freshly drawn background which will visually make it appear "on"
        and not off
        
        Just explictly turn it off and restore it and avoid the whole potential
        problem.
        
        Change-Id: Ie21d77e9d704124011e43b42c98b26eaf208eef2

2016-04-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7a264c3bbaab6b32741333c6862c902930d8654c]

        XCheckBox: Add reference to where the parameters/return values are documented
        
        Change-Id: I9d775397b7905a8b33c67069fd3eae2ddb810149
        Reviewed-on: https://gerrit.libreoffice.org/24246
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [98f644c13962c67326d24e7f2cbaa790d835261e]

        XListBox: Add hint about return value on empty selection
        
        Change-Id: I92d324b9e0ff48f6a4b3d62d6e9d22bf6ec7561a
        Reviewed-on: https://gerrit.libreoffice.org/24245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-20  Szymon Kłos  <eszkadev@gmail.com>  [ccaf108651ee7e477b09f496f33ea778307fe60b]

        character spacing control possible to use outside sidebar
        
        Change-Id: Ic0c6458268b529bd0107d6ed5a35f49241cfb833
        Reviewed-on: https://gerrit.libreoffice.org/24146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7aa4344e4fec0e8bb49d6ba210bc3a78b7e1365]

        libxmlsec: split the upstreamed part of xmlsec1-vc.patch.1 into a new patch
        
        Change-Id: I1a6201a21cdf3a42475487a42cd80d11cd5e42b6
        Reviewed-on: https://gerrit.libreoffice.org/24253
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-20  Stephan Bergmann  <sbergman@redhat.com>  [6b7594a84eaff5594d019ecc0ad324ebaa6f760d]

        Use IsRightToLeft()
        
        ...instead of computing this from GetRightToLeftLevel()
        
        Change-Id: If0068c8aae581b6f097ba3897b4a3031db8d9afd

2016-04-20  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [97725c3a1fa020fb3562e5fbcb1ac348c2138434]

        cleanup AS_HELP_STRING in configure.ac
        
        Change-Id: Ie3492616ea885961933b812820bf65f6b051b868
        Reviewed-on: https://gerrit.libreoffice.org/23375
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-20  Julien Nabet  <serval2412@yahoo.fr>  [3dca8575d63db50b0120fbff09bbfcd056fa3732]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I83273c31a03cf79126e71d55b39211c18f8bfcd0
        Reviewed-on: https://gerrit.libreoffice.org/24249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f4827e1bba5d6951cfc995531342395f8bc9a630]

        update credits
        
        Change-Id: I52af3ba76cb6dbd8572eb524ce9d0c0bfb2c0596

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [6819992113947e7a6272bf750fee712c2df41905]

        tdf#99396 SvxTableController::SetVertical: implement undo support
        
        All the table and cell objects know how to undo this change, what was
        missing is the begin/end undo calls and the broadcast of the cell
        format change.
        
        Change-Id: I3dfd203faf5c579da2937fedab5647129a8e903a
        Reviewed-on: https://gerrit.libreoffice.org/24247
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-19  Dennis Francis  <dennisfrancis.in@gmail.com>  [219d1f3385907f8bb375b626b0a35f8239fa1550]

        tdf#99329 : By default show sum and average statusbar functions...
        
        and correctly handle the non-default profiles from <= 5.1.*.
        
        Change-Id: If230364a81774e43836956eb38fb8257ddf176b2
        Reviewed-on: https://gerrit.libreoffice.org/24118
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joel Madero <joel.madero@gmail.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-19  Eike Rathke  <erack@redhat.com>  [563638f2e52b8ea6408422de7861ad82594b9842]

        introduce DEBUG_SD_CONFIGURATION_TRACE instead of OSL_DEBUG_LEVEL>=2
        
        ... and partly revert the corresponding pieces of
        3d2f43438d4fe6947965a98262b0db42c8d5e680 that removed them as unused
        code.
        
        Change-Id: Ib5418df6a675004d0822b77ef12a77564d3348c8

2016-04-19  Stephan Bergmann  <sbergman@redhat.com>  [5be5f00fe16b0e255b31fbaba5f119773d1cd071]

        So this is apparently about right-to-left levels, not a boolean flag
        
        Although the cases where GetRightToLeftLevel() is contextually converted to bool
        look fishy, and might have been intended to use IsRightToLeft() instead?
        
        Change-Id: I741b90cb6f1ccdac0886c451d05f4cfac79dbd5f

2016-04-19  Stephan Bergmann  <sbergman@redhat.com>  [d60d70d92cec7bbc471f8f0c653d443282227d34]

        warning C4101: 'rException' : unreferenced local variable
        
        Change-Id: I64d3ff11d635c8600116867e2ea95442035adac0

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3057b5cdb989d44613518900b25ebad8b7c600a2]

        Related: tdf#99396 sd: make table controller undo code unit-testable
        
        With these it's possible to create a table controller with the unit test
        user profile (that lacks .ui files) + also the sd undo stack can be
        asserted.
        
        Change-Id: I48f09e4bb985c32227deed736cd158dec9f4f315

2016-04-19  Stephan Bergmann  <sbergman@redhat.com>  [024d2fde2aae13b07cf5c7b4d85fc3c6abce6913]

        In lok_init_2, allow vnd.sun.star.pathname user_profile_url
        
        ...which takes a raw filesystem pathname that is internally converted to a file
        URL (similarly to what is supported for the INIFILENAME and URE_BOOTSTRAP
        bootstrap variables in rtl::Bootstrap).  That way, the gtktiledviewer executable
        doesn't need to try convert a pathname into a URL.
        
        Also adapted various parameter names to make it obvious that URLs get passed,
        not pathnames.
        
        Change-Id: I33ab31fe142d94ee47885033ef48278ef5ff55a2
        Reviewed-on: https://gerrit.libreoffice.org/24241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cac70559013e575009657aa3c5168b88b1f14691]

        drawinglayer: fix Android-specific typo
        
        The intention is to call the real function, not the template itself.
        
        Change-Id: Ib10ac4877b33554fe3a5c0918de43bea6e62cfc9

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5353d0a9a30cff4a17e883887688511ab21c416f]

        cppcheck: silence known conditions warnings in sc
        
        Change-Id: Ibb9f05d2166d75c50f91f65905b3018a5fdb2455
        Reviewed-on: https://gerrit.libreoffice.org/24203
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce12a5021a080cc1781e0e0256af5e0085e11ef2]

        drawinglayer: work around broken Android toolchain
        
        Change-Id: I8679f44663aa81e04684751847cab4f06df3a71e

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a06ef161cc27a3d1bcc8b970928f776500c267e]

        sd doc model dump: include undo manager info
        
        So that it's easy to see where the implementation for a given undo
        action is.
        
        Change-Id: I93b8603f75d0b5a68922e02540b9db6824f4d0db
        Reviewed-on: https://gerrit.libreoffice.org/24243
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-19  Stephan Bergmann  <sbergman@redhat.com>  [75ee4bb944acc27d6d10a880c7e3b46b2084895e]

        Missing include for std::round
        
        Change-Id: Id9e67f800192eb9ddbf79960d4b17012531d0e08

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5e07bd49ac6bcc8dc8573228e952da693241997]

        drawinglayer, sw: indentation fixes
        
        Change-Id: Ia84182629f33220a0d85bde00c16f9c26f45e3c5

2016-04-19  Eike Rathke  <erack@redhat.com>  [2efd20c7a18fe5e864509c75443883ccf35bc3a4]

        const as const can, tdf#99322 follow-up
        
        Change-Id: I8c9714e6c6b15fbb1068b79d2efae48927a1fa77

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [7218011f134250a2ad3e03ff28d5665265c50605]

        sc: fix loplugin:passstuffbyref
        
        Change-Id: I6716817b0ca439b63cc7b49eb7a611c2c15a9b00

2016-04-19  Michael Meeks  <michael.meeks@collabora.com>  [1abcf1bcbfa90ee1714b4d37fb38b639dabbcdfe]

        tdf#99387 - protect LOK document size API from corner-cases.
        
        Change-Id: I5dd1d37ea783a65f0c8f3ad9c3c9cabf72ae036d
        Reviewed-on: https://gerrit.libreoffice.org/24239
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-19  Eike Rathke  <erack@redhat.com>  [35abb3aacb4072171e8c580e1306e3c44e368646]

        call StartNeededListeners() only on affected columns, tdf#99322 follow-up
        
        Iterating over the entire document is an unnecessary performancce
        penalty if the set of affected columns is already known.
        
        Change-Id: I84598066f878ca4615d6a5e1d6c70ebaa686e446

2016-04-19  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [97dee1df42dc2933d1350eb1e67361674614417a]

        WIP tdf#89609 Ignore subsecond precision in iso8601
        
        Explorer shell extension fails to convert date
        into locale specific string if it has sub-second
        precision.
        
        Change-Id: I11bd38fc2876aa1f8235dbfb8c7850ff22ac2a8b
        Reviewed-on: https://gerrit.libreoffice.org/24220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [df784ec1bf3d1745a291056df28bec799d4fdee3]

        tdf#99314 lokdocview: add new userprofileurl property
        
        So that users of the widget can use a custom user profile, allowing
        running widgets users and LibreOffice in parallel.
        
        Change-Id: I1bd0a8e53aa3216adc721052cf30f0dd174327bd
        Reviewed-on: https://gerrit.libreoffice.org/24237
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-19  Arnaud Versini  <arnaud.versini@gmail.com>  [a7e23e7f7b5489da2441adf5b8afbee507709821]

        BASIC : Partially revert SbxArray simplification.
        
        Revert partially commit 0fa6c88007f61176ac707cb5d77fd35cf1521123
        (BASIC : Simplify SbxArray) to make sure SbxArray::Put add too much objects behind 65k limit.
        
        Change-Id: I2d86f213711665f8cb522879ff78ff5bc9f42b31
        Reviewed-on: https://gerrit.libreoffice.org/24223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [75dcd65a8630c531d3b240b139749faa2e190d9c]

        cppcheck: silence known condition warning in sw ww8
        
        remove variable bDataImport and if clause
        correct indentation
        
        Change-Id: Ib7dd7b91cecbe9c47a50f7487be055b1247423a1
        Reviewed-on: https://gerrit.libreoffice.org/24211
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-19  Stephan Bergmann  <sbergman@redhat.com>  [0d7eb3ed98ebb21bc77f5cbe4997acb6988ddd6e]

        Elide macros used once
        
        Change-Id: I5d5c916c966c9e9f2c77c9655f3e8d13a7032117

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c977def4a1f38662db96383eb3dc7047a1e772dc]

        cppcheck: silence known condition warning in svx tablecontroller
        
        Change-Id: I5c56c99e6b2cc767e0a7a411f9d66f1eee630b2a
        Reviewed-on: https://gerrit.libreoffice.org/24207
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [5d3d8467b3d451742e65f86626ffb275f866327a]

        cppcheck: silence known conditions warnings in sw annotsh
        
        Change-Id: I0e5d0eea0c3d8cd14938f45353ca4f27cf09d176
        Reviewed-on: https://gerrit.libreoffice.org/24212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4740a1a553b1d69b1e381e3961085744244af26f]

        cppcheck: silence known condition warning in sd
        
        Change-Id: I918eb21eef5696295ed1b9eb86e04121651245f8
        Reviewed-on: https://gerrit.libreoffice.org/24206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [cf56b5d44fdc989f5ed2f5121bb43f452317fae4]

        cppcheck: silence known condition warning svx xmlexport
        
        Change-Id: If2dcb406d7bd1be8f5552ba75b6cabdbb6c97cb5
        Reviewed-on: https://gerrit.libreoffice.org/24208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1be6c440c645e441af0e04ba7711e4b2d80aad63]

        use the column style for as default, tdf#71897
        
        Change-Id: I583235c28957a203df843d65887b4ca05f2a81ae
        Reviewed-on: https://gerrit.libreoffice.org/24230
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a71576f1c5a2a76eaedca99c025d027b55ce8c90]

        setting the properties through uno is not necessary anymore
        
        Change-Id: Icdd78ffb386b6b5222558dde0a6a9439b1431781
        Reviewed-on: https://gerrit.libreoffice.org/24229
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6342041cdd700922af5e07cde0d1bd8e6ea42f0a]

        hard code value for scrollbar to tabbar ratio, tdf#89058
        
        The regression was introduced with
        1d1d1c62caf2ee6a96946e96d782e03f3ef80439 which traded interoperability
        for some UX "gain".
        
        Change-Id: I36517fc550e12714ad5855ce0bc5883f7a948a51

2016-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [170a473597534cf59887b1d817538322e7039862]

        don't try to open in new window by default, tdf#70959
        
        This fixes a regression from 99932fa89be0e041abf5ce5da3271600c841ff19
        
        Change-Id: Idcee34c97173fb79503a560f5246230a9bfaeb51

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a07d5aef3f251855a4856f1e59649194a07899e5]

        follow-up for clean-up declarations and includes
        
        small change for commit 150ac9cf05ed9da6a2af5bc3f820280fd853e519
        use forward declaration instead of include
        
        Change-Id: Ida9742b49233dc2bd2731e816dd6dc4d5705bb07
        Reviewed-on: https://gerrit.libreoffice.org/24222
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Eike Rathke  <erack@redhat.com>  [44e2da58226448c5617eac08ca2ae3d9a9ad2afa]

        Resolves: tdf#99322 re-establish group area listeners after update reference
        
        Change-Id: If2ec5f938c7278ce817de3d89dc84cc0584507ac

2016-04-18  Eike Rathke  <erack@redhat.com>  [332ffb5e84a114ac74d209da6eb1856fbba22b66]

        check API call argument value
        
        Change-Id: I5eb0fbd6a6671c2cded38800c3223bccf0f7ff60

2016-04-18  Eike Rathke  <erack@redhat.com>  [0d9e0eb6173cb47d8e311384f5aa79a6d10bfac5]

        remove old commented out code
        
        Change-Id: I6871370341c8533e93f820e8f71ce09fe3d4d7be

2016-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [422f10c5d7ebe6f4b778636c9c1eb6dbdf708a27]

        tdf#99315 VclPixelProcessor2D: fix double border line width
        
        Regression from commit 2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe (better
        drawing support for borders of different width, fdo#33634, 2012-04-04),
        the problem is that previously the width of inner/outer double border
        lines got rounded to integer values quite early, but after the commit
        they are kept at a double precision for much longer, which needs pixel
        correction in VclPixelProcessor2D.
        
        Example: if the border with is 1.47, and the line gets moved by 0.2
        pixels, then the inner and outer edge of the line will be 0.2 and 1.67,
        which gets rounded to 0 -> 2 in the pixel processor. Previously the
        input was rounded to 1, so moving by 0.2 resulted in 0.2 -> 1.2, which
        got rounded to 0 -> 1. The result is that sometimes the line width is 1
        pixel wider than expected.
        
        Fix the problem by allowing VclPixelProcessor2D to request pixel
        correction from BorderLinePrimitive2D. It wouldn't be possible to do
        pixel correction only in VclPixelProcessor2D, as it has no idea what to
        correct: it only gets polygons, so it has no idea if e.g. the top of a
        polygon is the outer edge of a top border line or an inner edge of a
        bottom border line.
        
        Change-Id: I1971f3a952fbcdc598ab46c659e12d976c13cbe6
        Reviewed-on: https://gerrit.libreoffice.org/24221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-18  Martin Nathansen  <marsianer@gmail.com>  [6a92ada1f624b3d37976845517595e15ed5a73f6]

        tdf#99371 fix for DDE link update via Function Wizard
        
        With this fix the DDE links can be edited again without
        producing additional wrong DDE links. However below
        the updated DDE link there is still a unnecessary table
        added which should be fixed.
        
        Change-Id: I51e5a7ec84d2fc1429e68554dc131e4e456540df
        Reviewed-on: https://gerrit.libreoffice.org/24213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ec730348a62748a4d53e2d73fc87cee92f53d044]

        cppcheck: silence known condition warning in sc vbahelper
        
        Change-Id: I5afc4563fa119a71069daa608020cd215477b872
        Reviewed-on: https://gerrit.libreoffice.org/24205
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [1b75b28ac5fd3b491e50c4a04148964c16a89df9]

        cppcheck: silence known condition warning in reportdesign
        
        Change-Id: I6debdd6fce7296e8a8827eab7a99fe96ef176d12
        Reviewed-on: https://gerrit.libreoffice.org/24202
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [385c265065d21170466bfcd001c9cb22cd93b53d]

        cppcheck: silence known condition warning in connectivity
        
        Change-Id: Ic1e1b2f7aeb6d4c0a2f59f298df125c12a75b081
        Reviewed-on: https://gerrit.libreoffice.org/24197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4054901d699309e98588ad7843701ded03327201]

        cppcheck: silence known condition warning in cui
        
        Change-Id: I8dfe3aa3c133ebb8ab6de058ae8335513bfb3f3b
        Reviewed-on: https://gerrit.libreoffice.org/24199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [322eaf80a777117548d05bf350c3b569877a033b]

        cppcheck: silence known condition warning in forms
        
        Change-Id: I191dc169eea01d49ee357716a6bcc249e91437ec
        Reviewed-on: https://gerrit.libreoffice.org/24201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d9508c82330ffce6b20fb7ed13c7bcc01f298053]

        cppcheck: silence known conditions warnings accessibility
        
        Change-Id: I4dd933038c344e51f285acd1b11c3b17630457d9
        Reviewed-on: https://gerrit.libreoffice.org/24196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Stefan Weiberg  <stefan.weiberg@germandev.org>  [54a547dbc157d66d5977f2e078655c5d4a03a420]

        tdf#90290: use custom asserter for formula check
        
        Change-Id: Ic31d54b2929ce731a9330dca86256ac973375dfd
        Reviewed-on: https://gerrit.libreoffice.org/24215
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [7214f83b35aceb2ca0a4a3bac61f0ba9f888ec7c]

        Enable further GCC 6 warnings
        
        ...not already automatically enabled through the existing -W switches.
        The set is assembled from information in
        <https://gnu.wildebeest.org/blog/mjw/2016/02/15/looking-forward-to-gcc6-many-new-warnings/>.
        All issues found have already been fixed with earlier commits.
        
        Change-Id: I1abb6ba3a12c0ffb2756d06476e395b24e596f8e
        Reviewed-on: https://gerrit.libreoffice.org/24219
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [a2f7c634b3e20324a803b36112dbd764c2179d26]

        Remove unused XMLNS_XLINK
        
        Change-Id: Ibb2831ed71f61461e7f23edd6eea29ba64df05a9

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [ead6507f060caafb588861d8ec8aee82bd880e67]

        Elide macro used once
        
        Change-Id: Ie0ad7834f54a5bf9cea65b4bb6d7501a90da0f24

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [7d8bdf84623334dabfacc795a8a82ff5184319c5]

        Clean up framework/inc/dispatchcommands.h
        
        Change-Id: I6a9a8ae34c2f5abafd4192287fb12d4289a761ff

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [80df81c560364a246fc26ef87d22279c18bc778d]

        cppcheck: silence known condition warning in sw undobj
        
        Change-Id: Iedbb6bbdcdccf4ea44a7ad4d2e11ce630431034f
        Reviewed-on: https://gerrit.libreoffice.org/24210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [ca440cf5486099778107c2e263bf7fa9a1a0fdd5]

        Remove dead ENABLE_COMPONENT_SELF_CHECK
        
        There is no sign it got ever used past 4011187ff516846635d4e2c3256dca3eb8c3719f
        "MWS_SRX644: migrate branch mws_srx644 -> HEAD" at least.
        
        Change-Id: Ia98613420a095b326ad26c024ff74f3c62bf4f99

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [868feeed831685b4e573cc8a5a3e9ed1bceae472]

        Fix comment
        
        ...after 9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a "Avoid reserved identifiers"
        
        Change-Id: Ieec5e6b46483f557f63fd22855484df5688dd1b4

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [7ef97b93d7fbf41bb4d9b01f736c28cb382603c9]

        loplugin:passstuffbyref
        
        Change-Id: Ie10757b8026e0bdf8be40f41bb04bb02334241f3

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [3f4012152db815f897fbb39a618224aab53486d3]

        loplugin:passstuffbyref
        
        Change-Id: Ib4c63e4942acec1b02bac1a5bc387e1931eaae12

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [06a49d7ff98f058788fe4e2263daff51a66d234c]

        loplugin:passstuffbyref
        
        Change-Id: I00ae9a495c69c8394f54c76d61c886229d746579

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [3a72fb6155b31679c7813d3c778f7cd26d2142b1]

        Avoid reserved identifier
        
        Change-Id: I207203433b6300dda662c2c0b5c1d9e167c1c4c6

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [b5758dfd0230a4c868c6fc689a350fe8ed6a70f6]

        Avoid reserved identifiers
        
        Change-Id: I8ee75a8ba2ca579cf945a7ef2a9746a2eb13611a

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [d1379416c6915dd48fa5e350460215aa3d3e6ce8]

        Avoid reserved identifiers
        
        Change-Id: Ie20bd7a9b3824ce2208d23ded2eae4959dff7bc4

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [142997f2e91b4e9e994babcf3221ef07105e2cc6]

        Elide const vars
        
        Change-Id: I859614f65afb783004ca9230d3d4bfc354b5afc5

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [234bb569e8eb3569b22b36043a1454e7fa170aab]

        Avoid reserved identifier
        
        Change-Id: I527143a87c3793dc899ff25a73209e2997116b73

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [277193b12217e6ec1b49719d15a7e11d177f1a5c]

        Avoid reserved identifier (_CreateShape -> CreateShape)
        
        Change-Id: Idcdd35302e60392fae9f63de1828e1a41ab89610

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [ea83bf52953baa9b09771271e453a5f9a6c5280d]

        Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)
        
        Change-Id: Iee63999e4953a083783cb5c9811640150616472d

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [d9adda92cc6328cd44bf09753caefe23b028a81b]

        Ignore external code
        
        Change-Id: Ie527703e9687a42bfc39439952b9d1a83d7cad24

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [e88136701a7f6e573b8c05ee209e8142f2e20ad6]

        Avoid reserved identifier
        
        Change-Id: If0194bf8c888bc743b64984f6b655be4fe52aa1b

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [d13536228fff8c191af45446951d0662605da792]

        Avoid reserved identifier
        
        Change-Id: I8b85f65e5d3e66aa93e161ce1895547d7d863ca1

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [a6f229bb452e3f1ce43f6c893b00cef3c5503c21]

        Avoid reserved identifier
        
        Change-Id: Ic1f02173e268934df2edbbb2ed752b4736c6e959

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [991e3cefad97cbb6e349013c6e541504e26a9082]

        Avoid reserved identifiers
        
        Change-Id: I2b0fe700057fea790e8b5d651770b27f0a553fbf

2016-04-18  Stephan Bergmann  <sbergman@redhat.com>  [8ff5486df1aa8e69be5bbf1d506f720fc2733778]

        Elide const vars
        
        Change-Id: Iffa2247dab35c82c22dbbcac66150d03974d6b9b

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [2b9a215805ef50c1af727721d78465398ad53223]

        postit dialog is too tall
        
        the initial size hack has come unstuck, do it the now-standard
        way or explicitly setting an initial size in code
        
        Change-Id: I89c73e433b1974514fa2a68eb9bd5373142c313a

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [e1184f131bbce6b5856d428743562021e0f69206]

        cppcheck: cstyleCast
        
        Change-Id: Id3d126c1e5dc21d683c2717e5e16ca0cd64114a5

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [a0fc0182efb3ce1daea5cfe70ce2e3a6f4996709]

        cppcheck: unused variables
        
        Change-Id: Ief3d2cd7af2047e49ea026d8a94d7532769a820c

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [3339789afd583249fbab09435c81398669b4343b]

        cppcheck: catchExceptionByValue
        
        Change-Id: Id8e2fc67a1de4f608188d070f0f536576ad0e69a

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [0154776f2d0bc13e44411e67f6b02bd5032b18a0]

        cppcheck: noExplicitConstructor
        
        Change-Id: Iee9d28c9630a144e4da8e46e58f01a4be99aa961

2016-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56c5a0ba7781a325123852737970fa7f0179ff7f]

        tdf#94682 limit the number of textures for the glyph texture atlas
        
        Previously the number of textures in a packed texture atlas was
        not limited. After some time the number of the textures could
        grow quite a lot, however the first textures could contain very
        little glyphs that are valid. In this commit we add a new method
        ReduceTextureNumber which when called, reduces the number of
        textures that are tracked by the texutre atlas to the specified
        input number, and returnes the texture IDs that were removed so
        the caller can now clean-up any invalid (OpenGLTexutre) objects.
        
        Change-Id: I7790e8dddb4586167f860e0ecc81bda1f4dae21a
        Reviewed-on: https://gerrit.libreoffice.org/24209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-18  Martin Hosken  <martin_hosken@sil.org>  [4e066825d43400969041669c82d8a4e0bfd91adf]

        reactivate ICU Khmer patch
        
        Patch has been upstreamed with
        https://ssl.icu-project.org/trac/ticket/12504
        
        Change-Id: I1f3ddad87a2a6568ced3f9d2b2df3e0af0ee18aa
        Reviewed-on: https://gerrit.libreoffice.org/24117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-18  Michael Stahl  <mstahl@redhat.com>  [8a0e6b25219e59b12034348b8b264117059755ec]

        tdf#96887 vcl: stop using periodic timers on WNT
        
        Every time the periodic timer fires, it does a PostMessage() to the
        main thread.  The main thread will only process the first message and
        discard the rest anyway, but with a short enough timer and other
        threads hogging the SolarMutex it's possible that the message queue
        overflows and other PostMessage calls fail with ERROR_NOT_ENOUGH_QUOTA.
        
        Try to avoid the problem by having the WinSalTimer always be a one-shot
        timer; when it fires and the main thread processes the posted message,
        it is restarted with the new due time.
        
        This requires creating a new TimerQueueTimer because
        ChangeTimerQueueTimer only works on periodic timers.
        
        Change-Id: I816bd3fa5fbfbea4f26be8ff680a1c916618d3f9
        Reviewed-on: https://gerrit.libreoffice.org/24024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-18  Michael Stahl  <mstahl@redhat.com>  [8bf82dd3979871cc1284570fcb2b3dcaa442a17e]

        offapi: add some missing @since tags
        
        Change-Id: I4201b4e36e783c5ec37e5c2ca1b19144d7cec2ad

2016-04-18  Noel Grandin  <noel@peralex.com>  [67d333c608a662621c1069aacdec75e45e33a183]

        tdf#99352 - Some VclPtrs leak past DeInitVCL
        
        Change-Id: I74b27b1d8b662a644df580ae128643b8495355f8
        Reviewed-on: https://gerrit.libreoffice.org/24204
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0c1e6136ca84ec3bd2c0bb96689c0235b8585b25]

        Updated core Project: help  1ca8cf973396ef4f41dd3474b79d79fe84105b93
        
        😡
        
        Following up to commit 30d9fee354cb7fbb4b129615fdb32d86085011d0…
        
        Change-Id: If59869b1fb9864895aa2c8b24b025f785af9ed16
        

2016-04-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8869a456c88c205afbd828103a9fa3bb908c5cd4]

        Updated core Project: help  30d9fee354cb7fbb4b129615fdb32d86085011d0
        
        Unnecessary markup
        
        Change-Id: I35adf2b4a7746ccc148da6eb4664d6e93710a5c7
        

2016-04-18  Michael Stahl  <mstahl@redhat.com>  [29ad0f5d16c9f27fa3d12c3d1337a70cec976bbb]

        dbaccess: replace boost::bind with C++11 lambdas
        
        Change-Id: I84d7e2e3b00985815fb1945fbaf87cf5944bd8e6
        Reviewed-on: https://gerrit.libreoffice.org/24116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [7405d9d15738ea2357f95ff6a0f864a17f3dc0e8]

        reorg to silence coverity#1358586 Using invalid iterator
        
        Change-Id: If93cead2f4caa203b2d1a3e9c787625e6386dc3e

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [60c8704cf42ed24f3b8f3e698fd3072b82270af5]

        coverity#1358589 Uninitialized scalar field
        
        Change-Id: I072dc4a54949fb3186be4a41e8865bdf0794297a

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [5f78d62051d720552088895ac94fb02a06cf6e22]

        coverity#1358588 Uninitialized scalar field
        
        Change-Id: I32596c33b9d8fc261d51c880ff1c049879f17509

2016-04-18  Caolán McNamara  <caolanm@redhat.com>  [072b32442e3f6f220936a93ad1fcbde57746b747]

        try next hunspell 1.4.0 prerelease milestone
        
        try using reverse iterators here then
        
        and remove dictmgr which we don't seem to use or need
        
        Change-Id: I981fccc4ca7562d5ab707dc2f605e409169dec07

2016-04-18  Rohan Kumar  <rohankanojia420@gmail.com>  [0ef6945b494ee86ed601fb9b09613cb4825040b1]

        Fix unconditional seek in sanedlg
        
        I fixed my previous mistake of keeping that
           xTransporter->getStream().Seek( STREAM_SEEK_TO_END );
        in live code by wrapping it under OSL_DEBUG_LEVEL > 0 .
        
        Change-Id: I3f3bd3308e90610ab3d14f112e4da8bf46ecd25c
        Reviewed-on: https://gerrit.libreoffice.org/24188
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-18  Noel Grandin  <noel@peralex.com>  [789055bc2acb4c71483fd60ea258d158bd5aec10]

        clang-tidy performance-unnecessary-copy-initialization
        
        probably not much performance benefit, but it sure is good at
        identifying leftover intermediate variables from previous
        refactorings.
        
        Change-Id: I3ce16fe496ac2733c1cb0a35f74c0fc9193cc657
        Reviewed-on: https://gerrit.libreoffice.org/24026
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [150ac9cf05ed9da6a2af5bc3f820280fd853e519]

        clean-up: unused using declarations and includes
        
        Searched source for using declarations.
        Checked if those symbols reappear in the source file,
        even in comments or dead code but not in #include statements.
        If they don't reappear, remove the declaration.
        Remove includes whose symbol got removed.
        
        Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0
        Reviewed-on: https://gerrit.libreoffice.org/24148
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Arnaud Versini  <arnaud.versini@gmail.com>  [0fa6c88007f61176ac707cb5d77fd35cf1521123]

        BASIC : Simplify SbxArray
        
        Change-Id: I988fcfed2b03039cbc167eaee1d09bffe42cd411
        Reviewed-on: https://gerrit.libreoffice.org/24171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [e781dfe877ac12c214e306a89f0702c117c89197]

        Remove needless typedef from xmloff/source/style/impastpl.hxx
        
        Change-Id: I573f7933c6353ae92774517a522fc63f871a09fb
        Reviewed-on: https://gerrit.libreoffice.org/24178
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [a6af1b545a6435ec3fdbc88e39bf765839f8614b]

        Remove the hardly used SyntaxLineSet typedef
        
        Change-Id: Ib38bbbdcc65620329d1471d0d61ede65c4f834e6
        Reviewed-on: https://gerrit.libreoffice.org/24176
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [666dc67eaff92d019ea57a571f0156533f4507f8]

        Remove needless typedef from basic/qa/cppunit/basic_coverage.cxx
        
        Change-Id: Iba1c48d58daa618107ad84240d613f675d447aad
        Reviewed-on: https://gerrit.libreoffice.org/24175
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [98b6e3875b1ef377d57b5507651cd2abc17d0d89]

        SfxViewFrame: rename members missing their prefixes
        
        Change-Id: Ib690fed0a0ab76325370c2ca42d4e25c4d0a2882
        Reviewed-on: https://gerrit.libreoffice.org/24186
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-18  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [bb92c93a964f71ce574ddd940be6821da50b7235]

        - Removed the only-used-once FontLevelVector typedef
        
        Change-Id: I78bdd690cd80b7caee816b005790b0130dffefeb
        Reviewed-on: https://gerrit.libreoffice.org/24177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-18  Julien Nabet  <serval2412@yahoo.fr>  [101e5bbc8aaa77d5db36e0969a512b5a283f1672]

        Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)
        
        Change-Id: Idd8992fcb76c25120202b24a23820d85ca09e434
        Reviewed-on: https://gerrit.libreoffice.org/24174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92ddd584f1b8777932d86e26120977b9b66af8a4]

        remove define for ERRORBOX
        
        Change-Id: I6b5695fb36143b36d72b4c7a4b072d41d94f6501
        Reviewed-on: https://gerrit.libreoffice.org/24167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-17  Julien Nabet  <serval2412@yahoo.fr>  [2f3dcc44cecf34e00bf7bfc48640915ac87e29b5]

        tdf#99357: Basic, return if .with pNode null
        
        Program received signal SIGSEGV, Segmentation fault.
        0x00002aaaaed9741e in SbiExprNode::GetVar (this=0x0) at /home/julien/lo/libreoffice/basic/source/comp/exprnode.cxx:118
        118	    if( eNodeType == SbxVARVAL )
        (gdb) bt
        0  0x00002aaaaed9741e in SbiExprNode::GetVar (this=0x0) at /home/julien/lo/libreoffice/basic/source/comp/exprnode.cxx:118
        1  0x00002aaaaed9afd6 in SbiParser::With (this=0x50eac70) at /home/julien/lo/libreoffice/basic/source/comp/loops.cxx:266
        2  0x00002aaaaed9d1a7 in SbiParser::Parse (this=0x50eac70) at /home/julien/lo/libreoffice/basic/source/comp/parser.cxx:437
        
        Change-Id: If0ecacd007a14e2ba81181da0fe472ea667c4cb7
        Reviewed-on: https://gerrit.libreoffice.org/24147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7fbeba2c4c1094204b5db7320dad8f667e291c01]

        fix last mdds perf problem in MatConcat, tdf#88849
        
        Change-Id: Idf00ff11e1aa4a3439e17938570385ee3b25726c
        Reviewed-on: https://gerrit.libreoffice.org/24125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-16  Julien Nabet  <serval2412@yahoo.fr>  [60b61b7859ca357e0a2b6953888954a46d64999d]

        tdf#97380: don't destroy completely window when replace dialog
        
        0x00002aaaf64ff222 in basctl::ScriptDocument::Impl::isApplication (this=0x9999999999999999) at /home/julien/lo/libreoffice/basctl/source/basicide/scriptdocument.cxx:210
        210	        inline  bool    isApplication() const   { return m_bValid && m_bIsApplication; }
        (gdb) bt
        0  0x00002aaaf64ff222 in basctl::ScriptDocument::Impl::isApplication (this=0x9999999999999999) at /home/julien/lo/libreoffice/basctl/source/basicide/scriptdocument.cxx:210
        1  0x00002aaaf64fa12e in basctl::ScriptDocument::isApplication (this=0x576b458) at /home/julien/lo/libreoffice/basctl/source/basicide/scriptdocument.cxx:1311
        2  0x00002aaaf648f6d7 in basctl::MarkDocumentModified (rDocument=...) at /home/julien/lo/libreoffice/basctl/source/basicide/basobj3.cxx:256
        3  0x00002aaaf645e2a9 in basctl::implImportDialog (pWin=0x576b210, rCurPath=<error reading variable: Cannot access memory at address 0x999999999999999d>, rDocument=...,
            aLibName="Standard") at /home/julien/lo/libreoffice/basctl/source/basicide/baside3.cxx:1154
        4  0x00002aaaf645eda9 in basctl::DialogWindow::ImportDialog (this=0x576b210) at /home/julien/lo/libreoffice/basctl/source/basicide/baside3.cxx:1213
        
        Change-Id: I7365b2cacc8a3783fdc8e573bbc10ff574d9c4ed
        Reviewed-on: https://gerrit.libreoffice.org/24139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e188aea73c8ea65a8a20477ef730a661e726aaa2]

        Updated core Project: help  a83f16b977a22efea55105438a7e9d5919a9b0a3
        
        remove doubled + in switchinline
        
        via pootle-feedback
        
        Change-Id: I661e5cc68309ffe1d43803e89fc546e95faf2b73
        

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [673929607943e59e7c6c373d15f157c57307489b]

        add VALGRIND_GDB also for normal unit tests
        
        Change-Id: I1920ece6ca683403d72a68b6705da2dea7c9ad9b

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [934952678ba68d8137f6855aa71fa593c3158b02]

        fix crash in perfcheck
        
        Change-Id: I8e053f5f0c6994c44485f61f5b3dc489271b8c5f

2016-04-16  Julien Nabet  <serval2412@yahoo.fr>  [5b72c4ce7fce353f42e7c8d1798514d49997d920]

        basctl: prefix some members
        
        Change-Id: I59660153a33e83dc9457fbee082e8da444b04b58
        Reviewed-on: https://gerrit.libreoffice.org/24126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [603a9ada2d8cea9191ca66892ca53fee10678d8a]

        switch to a row based storage
        
        The row based approach fits better with mdds
        
        Change-Id: I2a03ccadffaa499c17084c6b131aa3f8eaf66573
        Reviewed-on: https://gerrit.libreoffice.org/24123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ed903145bff0082e0d19290e0355859e3031207]

        make the test case smaller to limit runtime
        
        Change-Id: I374f33d2001f872075d2d0be1527d19f1be1175a

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce21baa36a703f0ea79936870c743c453b90c5b0]

        add test case for smaller MatConcat case, related tdf#88849
        
        Change-Id: I8faf836e87ae371a156e07ec7a5bc274ccf32efd
        Reviewed-on: https://gerrit.libreoffice.org/24124
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-16  Andras Timar  <andras.timar@collabora.com>  [92f12d0dd707a1d89f710832ae253b7ca05a1fe6]

        Updated core Project: translations  b0a83a046ece7e828d6a7a2d1304661a8367012c
        
        Updated Slovenian translation
        
        Change-Id: Ia4c57fc04b46f66b928883f7b1550de66d4e313d
        

2016-04-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [192cf74e65f5ef00590bff0f7dd3ee51b6ab8456]

        be consistent with number of dots (»Image..« → »Image...«)
        
        via pootle-feedback
        
        Change-Id: Iaf9ef1a864f8cc759419d70cc7fc50ac5746adf6

2016-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5595eeefa3f09e7a4f40c1e55cd135378ab862e5]

        add missing test file
        
        Change-Id: I92c879c4efc84115556801fc9a3095ef6b876348

2016-04-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [98d41b6e9b07b22fd711d50cd8a5a37136421600]

        Give this dialog a meaningful name
        
        Change-Id: I5eb3aae0e02f3587da441b9771d21520fca3f146

2016-04-16  Douglas Mencken  <dougmencken@gmail.com>  [d5e7eb0c2cad00ae88a9bacf88381f0177d09b61]

        bin these
        
        Change-Id: Ic43d15d68533ee19b1a7268e5b139e4584ceeb42
        Reviewed-on: https://gerrit.libreoffice.org/24121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ae73cdb9fc674b642347429fecd52456987a7831]

        Updated core Project: help  7f951d4a26bf5ec2937c216b14c11f9f5246419d
        
        tdf#99316 “AutoText” is now in the Tools menu
        
        Change-Id: Idae2e35965b46ceff3a1810009af9f43f7958c76
        

2016-04-15  Michael Stahl  <mstahl@redhat.com>  [e63f6503fc160ed8c1b8867ac8300fa9f3e9723e]

        hunspell: MSVC debug runtime iterators don't want to decrement past begin()
        
        Change-Id: I258dc551d14ba72113b284be3566ba924434ab4c

2016-04-15  tymyjan  <tymyjan@yahoo.co.uk>  [e2e35d56abc29f86b5f77e195a06a93caa3c60b0]

        tdf#97499 Fixed containers parameters clearing #5
        
        Change-Id: If9868734b255605f2376c30e66ca144e6fd8b803
        Reviewed-on: https://gerrit.libreoffice.org/24034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-15  Michael Stahl  <mstahl@redhat.com>  [555c9add26e06030402c73f885de98f4b96826f0]

        drawinglayer: fix WNT build
        
        Change-Id: I0a545008e1bd7f99fe1f928b4cd42fbcfdc85517

2016-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e3e9e0ae125cef1cdce149ce632c21c481be8654]

        add test for tdf#88849
        
        Change-Id: Id72d94799e20f0b290d5d5b05fb2b351d0750178

2016-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d9f86e96874b238b4b960b65f1f10a1dc6ef881]

        fix calc perfcheck build
        
        Change-Id: Ied1ca0c9c3e2c7cd34c4d21e27a95df21ab80bf9

2016-04-15  Stephan Bergmann  <sbergman@redhat.com>  [304f50684d3ac08e973fd27e6acf3e821394d164]

        loplugin:refcounting
        
        Change-Id: I4f696bdb7b37da5949182d522b0d3c6c41fdc756

2016-04-15  Caolán McNamara  <caolanm@redhat.com>  [1098921996c81a4d6dc917bbc16d5f834ebf6728]

        test pre 1.4.0 hunspell
        
        Change-Id: Ied87b41ec02b993fd08ac13f325b9489b6f07456

2016-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ee570a4e625719f8bf270d372926c0d829ae6f0]

        Related: tdf#99315 BorderLinePrimitive2D: fix solid line primitive width
        
        Regression from commit 2c62596cf264ef10749d8bfdb2bb2ebef2d98fbc
        (fdo#75260: Correctly draw double lines for both Writer and Calc.,
        2014-03-03), the problem was that when decomposing a double border line
        promitive to solid line primitives (which happens for the legacy
        "border" type, while both the Calc UI and Excel importer creates
        "border-thin" ones), the decomposed inner line's height was larger than
        the requested width.
        
        As a result there was no gap between the polygon of the inner and the
        outer line of the double border, looking like a non-double border.
        
        The width of the outer border is still incorrect on the screen, though.
        
        Change-Id: Ia9713c315ce8f23e2579b257169798e7c82c0a64
        Reviewed-on: https://gerrit.libreoffice.org/24115
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-15  Stephan Bergmann  <sbergman@redhat.com>  [2e6a05d6da0ae33a456b1ca40677df56611e779c]

        loplugin:defaultparams
        
        Change-Id: Ie1ae7247ddbdb6cd2390e173ba91b269e7be1195

2016-04-15  Stephan Bergmann  <sbergman@redhat.com>  [a8ba4a14627dc3ab7439679a974640fdffcf633e]

        loplugin:passstuffbyref
        
        Change-Id: Ic2625b08a57b0f8c1e93b861a8a8add12f02229d

2016-04-15  Julien Nabet  <serval2412@yahoo.fr>  [e9793bb9792dadfd6c0503bbac260c512451cf06]

        Use an iterator for loop to avoid calling n times std::advance
        
        Change-Id: I8ba45094cc86cdef07ebbfe334c6c42a108f073e
        Reviewed-on: https://gerrit.libreoffice.org/24107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7ae232623a423b078dd54d06e5fe52e89994b391]

        tdf#95845 Use CommandInfoProvider in forms
        
        Change-Id: I697f8c442cc4db7b38601c32fb71e0201f145354
        Reviewed-on: https://gerrit.libreoffice.org/24106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-15  Michael Stahl  <mstahl@redhat.com>  [9a081c5cb56c834e7b63ee1ad5b88f11119891ff]

        disable MSVC warning C4091
        
        With MSVC 2015 it is triggered by odd code in Windows 8.1 SDK
        DbgHelp.h and imagehlp.h.
        
        Change-Id: I8694e4598fa8e3a6d6c6e8a0f94429af16f40c6b

2016-04-15  Michael Stahl  <mstahl@redhat.com>  [43faf91ee36646af5c13cfc5af649c3ff2f3297b]

        vcl: replace boost::bind with C++11 lambdas
        
        Change-Id: I275674edf4fc16fdf7aa1155ae488d96ecc4d643

2016-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a2be39af5697356f2f4c0ae773f4b2530b2d9df]

        add test for tdf#72240
        
        Change-Id: Ia27b84094e21758286422921e2bd017f9874dc06
        Reviewed-on: https://gerrit.libreoffice.org/24104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67abc250e5f30844797996e09e66e61c2ef214db]

        fix InsertTab and DeleteTab in ScMarkData, tdf#72240
        
        Change-Id: Id3168e4cac6c52b36833b454518cce55b51e36b4
        Reviewed-on: https://gerrit.libreoffice.org/24103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-15  Andras Timar  <andras.timar@collabora.com>  [00d6a4b24b497e35595dfe8181af9522440c9aab]

        Updated core Project: translations  7ff876ba02b07e56e49d66026c702a26b05439a2
        
        Updated Slovenian translation
        
        Change-Id: Ia01bf0c4f1627a576ffa307bee2bdb71c37d9d55
        

2016-04-15  Noel Grandin  <noel@peralex.com>  [4ff087565baf6e540667494a7fe3a229d66b1886]

        update badstatics plugin to look for VclPtr<> statics
        
        maybe we should create a "StaticVclPtr<>" class that checks if VCL is
        still "alive" before destructing the object?
        
        Change-Id: If8619f689c29294efa19c37ec782fa07acec728d
        Reviewed-on: https://gerrit.libreoffice.org/24085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-15  Noel Grandin  <noel@peralex.com>  [7ac9973da65d80832069afa76fd7325cf53c9293]

        clang-tidy misc-forward-declaration-namespace
        
        Change-Id: I0566e9992e0d96ee710c8bce2ae6f44a9e83b4e4

2016-04-15  Takeshi Abe  <tabe@fixedpoint.jp>  [a3569e968713598270cf97a1ea4636913cf4b984]

        starmath: Fix bounds checking
        
        Change-Id: I6b7eae01838eaf8138f777c0a9e84a3ad9f97082
        Reviewed-on: https://gerrit.libreoffice.org/24078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-15  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [70bb8c257e7fc402da60fa70109cece1fe4c69d1]

        Related tdf#88502 Add default XCommandEnvironment to ...
        
        ... Content::getResourceType
        
        During WebDAV operation the css::ucb::XCommandEnvironment is almost always
        needed.
        Depending on the operation, sometimes the client doesn't set it, in order
        to disable the exception processing that takes part in
        ucbhelper::cancelCommandExecution.
        
        Change-Id: Ib4bf6a7ca3a902437cab9050c3e310342c655ff2
        Reviewed-on: https://gerrit.libreoffice.org/23327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c5f7d39ccc54869a19b0e5f65a94b2b5919ca014]

        svx: Remove unused strings
        
        Change-Id: Ib5e2ae7ba7ca543f0f03ce4296b60ce4bddf75b9
        Reviewed-on: https://gerrit.libreoffice.org/24102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-15  Caolán McNamara  <caolanm@redhat.com>  [7ec9c4c703967ecc871b349b46bf56d759c80978]

        add CVE-2016-0122 test
        
        Change-Id: I065f6d7c62ffa604fc5cc3e522c991068652c8bb

2016-04-15  Douglas Mencken  <dougmencken@gmail.com>  [766280b8ebbb61d4c06828322575911839adb7ce]

        fix case when fileName lacks "/MacOS/"
        
        Change-Id: Ic89d1c3be1939c8989ad5ee806980e8904f8e44d
        Reviewed-on: https://gerrit.libreoffice.org/24069
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-15  Noel Grandin  <noel@peralex.com>  [494bd08c48c40d6ddd807e0ec40a315786e93975]

        remove tools/solarmutex.hxx
        
        Deprecated in favour of comphelper::SolarMutex
        
        Change-Id: I159077562660de5df25601fa471447f4b64a2cf1
        Reviewed-on: https://gerrit.libreoffice.org/24079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-15  Xisco Fauli  <anistenis@gmail.com>  [3daee9953da215fb7c0740259dcb37713dd17cd1]

        SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abb
        
        Change-Id: Icbfd60bd15196649011919e8dea064276e1964b0
        Reviewed-on: https://gerrit.libreoffice.org/24097
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-15  Stephan Bergmann  <sbergman@redhat.com>  [c65f6dfb9fdc77ec9004339c1970e6950b0eab17]

        loplugin:passstuffbyref
        
        Change-Id: I5c2883dab8045e70467c6d09a75dcb423eecf702

2016-04-15  Andras Timar  <andras.timar@collabora.com>  [588a36339f8f16180aed8d3b1196b3aae4797a98]

        typo: Aggegration -> Aggregation
        
        Change-Id: Ica0bef9d0ac4a5d6a2c01a1f5abf859817713f85

2016-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd7b246c6661e48489f4ee5ca23c2911640e2002]

        RtfAttributeOutput::StartRuby: guard against nullptr pRubyText
        
        The member function checks for nullptr earlier, so check everywhere to
        be consistent.
        
        Change-Id: Ic357551dd95affe50ff6ef3cfdd44e36af9a0c38
        Reviewed-on: https://gerrit.libreoffice.org/24101
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-15  danielat998  <daniel@fearnley.net>  [fbfcde95eb0bde55857b1102716b4514eddd5417]

        tdf#95079 added a few things to techincal.dic
        
        Change-Id: I1e78df2d088152194dd29114d6390fa6bfe993a4
        Reviewed-on: https://gerrit.libreoffice.org/24065
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d6bf3bcd8b51012d55a2ec962800a8549e2b85e1]

        Updated core Project: help  9a2a76302f6c7143286b5c66b63eee5c7c9a1281
        
        Repeated word
        
        Change-Id: Ice349b2a0e4aa812724dba94ae6b1f880ccf4b78
        

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [561ae8b0803f2ff1d09345c204c2973c44dba25d]

        -Werror=logical-op (GCC 6)
        
        ...where NoSymbol is apparently defined as zero in X11/X.h (though the X11 docs
        at <http://www.x.org/releases/X11R7.7/doc/libX11/libX11/libX11.html> are silent
        about that), even though XKeysymToKeycode is specified to return zero, not
        NoSymbol, if "the specified KeySym is not defined" (<http://www.x.org/releases/
        11R7.7/doc/libX11/libX11/libX11.html#id2813072>); lets assume NoSymbol /is/
        zero, and static_assert that assumption
        
        Change-Id: Ib3db59373fb084fcd936e0c7be1b76be994e261f

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [b35dd680122cd71ee7ff0d828a5e484a63b62e2c]

        Work around -Werror=logical-op (GCC 6)
        
        ...when SIG_DFL happens to be defined as nullptr, by initializing the Signals
        array to SIG_DFL in the first place
        
        Change-Id: Ie9183540e2e8fd795aa288bf30266bc5d9af3e69

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [c455fc6064da0cfe5bc05ce2ac678c1fc89c92a4]

        -Werror=logical-op (GCC 6)
        
        "logical ‘and’ of mutually exclusive tests is always false"
        
        <sberg> alg, in editeng/source/uno/unoipset.cxx:208 (wid < START && wid > END),
         is what's actually wanted to check for contained or for not contained in the
         START..END range?  You touched the code last, in
         b0c2ec72ff171d8b4303d39f11f67497e88e2d8c, 15+ years ago (although the line
         itself was already like that in the initial import,
         fd069bee7e57ad529c3c0974559fd2d84ec3151a)
        <alg> sberg: sorry cannot remember - but looks correct. All values outside
         OWN_ATTR_VALUE_START/_END are answered with defaut. The renge should be the one
         from ditEngine
        <sberg> alg, the code as is is clearly incorrect, as the condition is always
         false
        <alg> sberg: Ah, yes! Should probably be an '||'
        <sberg> alg, OK, thanks, I'll give that a "make check" try (a bit scary to thus
         enable code that had effectively been disabled since at least the turn of the
         century)
        <alg> sberg: Yes - scary is the right word. Looking further, eState ==
         SfxItemState::DEFAULT should result when outside, thus pItem->QueryValue would
         be taken which *should* get the default from the pool when not in the local
         ItemSet range. In theory, the same *should* happen
        
        Change-Id: I906361272dfe3f6af0e1ed3cb4e245ead7eabaec

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [23622f240d3bed55fc89a3e78e88b10758bd5b4b]

        -Werror=logical-op (GCC 6)
        
        "logical ‘and’ of equal expressions", as DEFAULT and INHERIT are both defined as
        zero in the UNOIDL css.animations.AnimationFill constant group
        
        Change-Id: I59e53fe9bf73f6eec8f7aa82a216736a79e0d47c

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [3f507037e64994f18d661ce4f3cc06a7cd1c818c]

        -Werror=logical-op (GCC 6)
        
        "logical ‘or’ of equal expressions"
        
        Change-Id: I156cb8f09dadb7b625585cfd28d584ba0ae7633e

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [ac93d8475e89e9f02980999b4f8d1f2591ffcf81]

        -Werror=logical-op (GCC 6)
        
        "logical ‘or’ of equal expressions", as RTL_TEXTENCODING_DONTKNOW is defined to
        be zero
        
        Change-Id: I1df1579734a3b9b5ecce5a072916cd57dbcd1458

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [1e752272d9448694778a251c09137e4fbd2c83dc]

        -Werror=logical-op (GCC 6)
        
        "logical ‘or’ of collectively exhaustive tests is always true"; apparently a
        typo in 63114e6d863de32e2d93f0da54caca928916d9c2 "Create SvxFieldData instance
        directly from the UNO textfield object"
        
        Change-Id: I9e504ccb5ebad5a42a8c07d7f16d7c316dd82cf1

2016-04-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [21e3cd642b8b478416c498f66ffc4ff22bfa5fc2]

        Drawings: Fix capitalization
        
        Change-Id: I8372b3349c833218e2851c4248187fd0948b75f3
        Reviewed-on: https://gerrit.libreoffice.org/23264
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [54bb5a76aea1eea378d24c7bca5a901b0aa932da]

        tdf#70998 Termchange Graphic/Bitmap -> Image
        
        Bitmap refered to everything that renders into a bitmap internally while
        graphic can also be svg/metafile.
        As the common user cannot differentiate this, we'll use the term "Image"
        for both.
        
        Change-Id: Ibf307f8f286a7974d7967a83b85ce62ebafe4ac9
        Reviewed-on: https://gerrit.libreoffice.org/23293
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-14  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ffbe65924d532f5ec35fc32ecd95f9535b478214]

        tdf#40863 only use polygons with area for WinClipRegions
        
        Due to a former fix CustomShapes have extra polygons with a single
        point in the top-left and bottom-right corner of their BoundRect,
        a workaround to allow getting their correct BoundRect in slideshow.
        Unfortunately this makes the win command CreatePolyPolygonRgn fail
        to create the needed ClipRegions so that the geometry is processed
        without clipping. Changed to only use polygons as input that have an
        area.
        
        Change-Id: I0eeda5776402777ed00de92f42a55f206575f58b
        Reviewed-on: https://gerrit.libreoffice.org/24059
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [3630f38227bd1398d351f6f3f4465229d1bfcddf]

        Avoid null ToolBox::mpData deref during Frame::close
        
        Oh my, whatever the true cause for this SEGV in JunitTest_framework_complex (but
        probably the same cause as in previous 7f863e890640d0924a6e6f85cf99447dcd7836f7 "Avoid null ToolBox::mpData deref during Frame::close"),
        <http://ci.libreoffice.org/job/lo_tb_master_linux_dbg/6652/console>, processing
        an incoming URP request
        
        > ToolBox::SetDropdownClickHdl(Link<ToolBox*, void> const&) at vcl/source/window/toolbox2.cxx:1735
        > framework::ToolBarManager::Destroy() at framework/source/uielement/toolbarmanager.cxx:232
        > framework::ToolBarManager::dispose() at framework/source/uielement/toolbarmanager.cxx:473
        > framework::ToolBarWrapper::dispose() at framework/source/uielement/toolbarwrapper.cxx:106
        > framework::ToolbarLayoutManager::destroyToolbars() at framework/source/layoutmanager/toolbarlayoutmanager.cxx:654
        > framework::ToolbarLayoutManager::reset() at framework/source/layoutmanager/toolbarlayoutmanager.cxx:363
        > framework::LayoutManager::implts_reset(bool) at framework/source/layoutmanager/layoutmanager.cxx:413
        > framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) at framework/source/layoutmanager/layoutmanager.cxx:2816
        > (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) at framework/source/services/frame.cxx:2953
        > (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) at framework/source/services/frame.cxx:1449
        > (anonymous namespace)::Frame::close(sal_Bool) at framework/source/services/frame.cxx:1689
        > framework::Desktop::impl_closeFrames(bool) at framework/source/services/desktop.cxx:1674
        > framework::Desktop::terminate() at framework/source/services/desktop.cxx:238
        
        and the main thread idling in Application::Yield.
        
        (ToolBox::SetDropdownClickHdl happens to be the only one among the
        pToolBar->Set*Hdl(...) functions called en bloc in ToolBarManager::Destroy that
        dereferences mpData.)
        
        Change-Id: I2c54f5deb5e132b25e577d4092d65e2069affb3e

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [bec9f636da388f90fa2c7b11b8192528e4f563d9]

        loplugin:sallogareas
        
        Change-Id: I220735e76174438d18929a9a92e289933c12fb0c

2016-04-14  Bryan Quigley  <gquigs@gmail.com>  [577fbba417454da8cd461da71fee8b97896d2497]

        tdf#99251 Update AppArmor Profiles
        
        Make them less resrictive when executing other exes
        This lets the splash screen work again.
        
        Modify AppArmor.sh to be more useful.
        
        Change-Id: Icf06910c845d9389b9b75c1623037e1d07489728
        Reviewed-on: https://gerrit.libreoffice.org/24043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-14  Eike Rathke  <erack@redhat.com>  [a2b289c403b7759032a2a50ae23b27f7bd74409f]

        Resolves: tdf#73973 it's [crk-Latn-CA] and [crk-Cans-CA]
        
        Change-Id: I0da8562fc378f873e208919999bfc85f30d26778

2016-04-14  Noel Grandin  <noel@peralex.com>  [62633dfe026bc3badf7066e5fb454036bae9cfdc]

        clang-tidy performance-unnecessary-value-param in various
        
        Change-Id: I7168d44dab8e6a8e37bb7920d744ff32f5e52907
        Reviewed-on: https://gerrit.libreoffice.org/24019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa458c31a5dfa2be8b6bd8f1b4e402ce8c27edde]

        don't export the same lib multiple times
        
        Change-Id: I4201246b2a1692c6edffa962de49d032fd825b70

2016-04-14  Noel Grandin  <noel@peralex.com>  [b0c435f88b25cc4e6f0bdd582b8c3eed9c24be9c]

        turn on the passstuffbyref plugin again
        
        now that I have committed all of the changes to return types it
        found
        
        Change-Id: Iaee121037ce83e94001e4591d232b075dfeade7c

2016-04-14  Michael Meeks  <michael.meeks@collabora.com>  [19219efc8610f25fe6b3277b99c8607847ecc8b1]

        Unit test hook for online / fonts.
        
        Change-Id: I2ae50c826f7fc66367a379447ab3b99cd1f29b4d
        Reviewed-on: https://gerrit.libreoffice.org/24077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-14  Rohan Kumar  <rohankanojia420@gmail.com>  [81c9d54db34647fb1db311b228de6749c089dcf8]

        tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals
        
        Removed OSL_DEBUG_LEVEL > 1 conditionals to reduce the
        problem of multiple debug levels
        
        Change-Id: I453f74198e08308c3891e923ebaee58a276e34ad
        Reviewed-on: https://gerrit.libreoffice.org/22616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [eec11a3064e40c810971350223a6b42cc150bc4c]

        Race between Frame::dispose and timer-triggered LayoutManager::AsyncLayouHdl
        
        Change-Id: I8e9ca61c2a8334697b7a0adef7a2fc20f503f299

2016-04-14  Stephan Bergmann  <sbergman@redhat.com>  [dd1509b1f35b69d4c7707f7e4b05f86734c775af]

        Use the true exit code 77 here
        
        Change-Id: Ice61e770dd3cc9ac3beb7646a6fb298c1a4e46d9

2016-04-14  Noel Grandin  <noel@peralex.com>  [b8eb2946511ce617323b13dffe2b1d9704e0be60]

        loplugin:passstuffbyref in various
        
        Change-Id: I80070c83204e531c2f599f8a56193d6ffe0e5022

2016-04-14  Noel Grandin  <noel@peralex.com>  [d8644c8edb405abd9d71e62e43e898c1d2a28fd2]

        loplugin:passstuffbyref in vcl
        
        Change-Id: I17a4dc73c3fc81b0bfebdf442021af65f8f6166c
        Reviewed-on: https://gerrit.libreoffice.org/24075
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-14  Noel Grandin  <noel@peralex.com>  [6656693836a382e6dac3a8c7ae794517b5f92bcc]

        remove dead fields from WinSalSystem::DisplayMonitor
        
        Change-Id: I76254f194ac1bbd019b8c46f3f3f0f28e4e7f0ec
        Reviewed-on: https://gerrit.libreoffice.org/24074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [235dcc11e7e5291188e134f37a03849d741c4f6e]

        Related: tdf#65642 RTF filter: import \pgnucrm
        
        This as a side effect also implements support for DOCX <w:pgNumType
        w:fmt="upperRoman" .../>.
        
        Change-Id: Ibf3bedca03c6c2a2b96eecb36ff6c4cf6e2281b4
        Reviewed-on: https://gerrit.libreoffice.org/24073
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-14  Noel Grandin  <noel@peralex.com>  [84a86d8a085844fafe3c5c7abc63bfa6d18ae715]

        loplugin:passstuffbyref in cui
        
        Change-Id: I13c2956ad5012373a41c8e6c2af70583fa18c339

2016-04-14  Noel Grandin  <noel@peralex.com>  [e7d3fa58047c44bd3641973c065d1af9c2ac1fa0]

        loplugin:passstuffbyref in chart2
        
        Change-Id: Id14015b1a02047c4d2e9d4ed4a9edfd0cb409c59

2016-04-14  Noel Grandin  <noel@peralex.com>  [29a4b74caca601d10c15d58aa5df5166ec3e517c]

        loplugin:passstuffbyref in writerfilter
        
        Change-Id: Ia85f5a7a9846802de7a1495e70d16c9e3418dc3e

2016-04-14  Noel Grandin  <noel@peralex.com>  [f6ea0b2eb44073baf1445dc8e62fc8a245e5d378]

        loplugin:passstuffbyref in ucb
        
        Change-Id: I4ba18c767c67c9c8d23aac3f8de728b7a229804d

2016-04-14  Noel Grandin  <noel@peralex.com>  [eb1603cb5383be7e25f35053dd64f044ead90099]

        loplugin:passstuffbyref in slideshow
        
        Change-Id: I6a58315ae63d543053d613a18ff769329f309c32

2016-04-14  Noel Grandin  <noel@peralex.com>  [cc2f103744fc5e36a2e583442e41bc6b9d0d0b90]

        loplugin:passstuffbyref in sdext
        
        Change-Id: I954510b953dab133bcf7b37cf598757b7d8e5fca

2016-04-14  Noel Grandin  <noel@peralex.com>  [baf34a9e44fbd39c3657cabd22d871bc804ab12d]

        loplugin:passstuffbyref in sd
        
        Change-Id: If5a68861451efe025b77f71a20e805b71240b827

2016-04-14  Noel Grandin  <noel@peralex.com>  [89fa923a28fb351bb4faad1f69ca94d17f8a5b06]

        loplugin:passstuffbyref in sw
        
        Change-Id: I124bdd4f28c7d7508e77b902dfa23c398454bf38

2016-04-14  Noel Grandin  <noel@peralex.com>  [d1f6f79d0df21c2bb3be9d191233eabf22afb14e]

        loplugin:passstuffbyref in sc
        
        Change-Id: I75c483972db787ea9c941eaac0df023f1929b09c

2016-04-14  Noel Grandin  <noel@peralex.com>  [492f2ff0053a11aa6e49a18a9a8caf87edb68436]

        loplugin:passstuffbyref in reportdesign
        
        Change-Id: I6e024c3043e1fa9f618e96088581ade3c3a00c3c

2016-04-14  Noel Grandin  <noel@peralex.com>  [029a6abf615acdf5d386fc4e56fe35ae1c5403b9]

        loplugin:passstuffbyref in lotuswordpro
        
        Change-Id: I2bca01e1ac3585674804b94d1cd65c18c41998ac

2016-04-14  Noel Grandin  <noel@peralex.com>  [868444c803a3ba197068d487d3507089cc1e9afa]

        loplugin:passstuffbyref in xmloff
        
        Change-Id: I5995510c5c0686e5e69e8853d81dcba83ae96211

2016-04-14  Noel Grandin  <noel@peralex.com>  [f34cc90df9e6e7bc7d58a4ed4be71a63f0ec5ae4]

        loplugin:passstuffbyref in vbahelper
        
        Change-Id: I09e6ea5cbab5b06dd284a096503b19c15b2136ce

2016-04-14  Noel Grandin  <noel@peralex.com>  [1f83c3d560ca7224e81c85b119ef580682ecf876]

        loplugin:passstuffbyref in unotest
        
        Change-Id: Icfd516f9fab9c6af6898b1880e51f747f4e25793

2016-04-14  Noel Grandin  <noel@peralex.com>  [00240e54ed826618e08a0ca2b94fa7caac8f4e1a]

        loplugin:passstuffbyref in unoidl
        
        Change-Id: Id8cca55a9e179cf7dbbc09b553ec9a00b9ef03ef

2016-04-14  Noel Grandin  <noel@peralex.com>  [828ed49a24018a30f03ce1c6f0b79f7068ba2bb2]

        loplugin:passstuffbyref in ucbhelper
        
        Change-Id: I680e4ca0d20d5ddabdc875a1d6bec27322956f5e

2016-04-14  Noel Grandin  <noel@peralex.com>  [c6075095ddc40fbaee1cc8a34b22ba3092db6810]

        loplugin:passstuffbyref in toolkit
        
        Change-Id: I0f44beaec29a24e81e3c3ccace00013091eeae92

2016-04-14  Noel Grandin  <noel@peralex.com>  [40f8d2566022140ca3f2d45d7cbd8b7ab51125ed]

        loplugin:passstuffbyref in svx
        
        Change-Id: I7d405830785cb12aaceb65d6ed03dda04aa90fd8

2016-04-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb4015bb28dd7430efaaa523d04a155eb7e46305]

        use atan2 from std instead of glm
        
        Some system glm libs don't (yet) have atan2 available and it is not
        really needed in this case anyway (as we don't use it for glm::vec2
        for example) so just replace it with std::atan2.
        
        Change-Id: I5d417338ec167489f0252821650c64be454cca8a

2016-04-14  Julien Nabet  <serval2412@yahoo.fr>  [85dd50819b8b736e8a791ed3f001145a0df54265]

        Use const_iterator when possible (svx/dialog,engine3d,fmcomp,form)
        
        Change-Id: Ie08593a3b5b3043a1f212d51d77ced467c309749
        Reviewed-on: https://gerrit.libreoffice.org/24064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-14  Tor Lillqvist  <tml@collabora.com>  [466257699559390237615f651ce0f30f07543434]

        149
        
        Change-Id: I63f055756ff5f571d5ebe89aa4aee52d8ae2c510

2016-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [44c1cfc7d8ab7afb1e01ac57d3feeb410ba43748]

        no need to call rowHidden and rowFiltered repeatedly, tdf#90659
        
        Change-Id: Ie104a0d6c2ee0a88363fb461762e2bcca00976dd
        Reviewed-on: https://gerrit.libreoffice.org/24052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ea6196f0a51d1bf4cd722468406dcc8c64c7435c]

        tdf#99244 opengl: miter limit for poly lines
        
        Change-Id: I1c363a8f1d21bbacab0c5785544aa8becfe39363

2016-04-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [92d7fef02574051826e46a3a7e3d33a1afa062d7]

        Missing spacing in Show Detail dialog
        
        Change-Id: I70ba6ec821d0d82b8c73810d7d3cf3acd0bad0f7

2016-04-13  Eike Rathke  <erack@redhat.com>  [c58655c5a221d986fa3c3eed2f28810269205721]

        upgrade to ICU 57
        
        This does not apply patches
        
        external/icu/khmerbreakengine.patch
        external/icu/khmerdict.dict
        
        anymore, as the khmerbreakengine.patch failed to apply with several
        hunks of which one was 16k. Asking the patch contributor to follow-up on
        this.
        
        Change-Id: I78d4371d04a7b03417d402a222bcd384f02a619e
        Reviewed-on: https://gerrit.libreoffice.org/24067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c664b27505223257f93f05425c52a88172ca199b]

        tdf#94306 remove unused boost dependencies
        
        remove <boost/noncopyable.hpp> in pch and
        remove boost from makefile if it was the only boost entry.
        
        Change-Id: Icb945ae59c137571f4f63807601738eea5c3e831
        Reviewed-on: https://gerrit.libreoffice.org/24061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-13  Pranav Kant  <pranavk@collabora.com>  [f00fd79f8a66d3ff78509421dd7c8257832e913f]

        lok context menu: Add module specific unit tests
        
        For calc, now click on the image to have more diverse context
        menu with checkbuttons etc.
        
        Change-Id: Ibe2471348b2572523f2684144bd18664ab48a2bb
        Reviewed-on: https://gerrit.libreoffice.org/24006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.com>

2016-04-13  Michael Stahl  <mstahl@redhat.com>  [9a31442171cf8bd79574c318d91ef220ee7389bb]

        vcl: fix valgrind warning in g_lo_action_group_query_action
        
        Change-Id: I0755254d4d6d24689d4f5b39c3a6c9a29ae53b99

2016-04-13  Michael Stahl  <mstahl@redhat.com>  [49d320c6202a569f996c27fd824239f5f1f8a036]

        tdf#97853 connectivity: fix inverted condition
        
        Also in 2 places IS_TYPE was converted to dynamic_cast instead of a
        typeid check; use typeid there too, just for consistency.
        
        (regression from ac9671f94800b647f82b12e718968311a025e87e)
        
        Change-Id: I0df47a845eff660c791304c22c97704589ab999f

2016-04-13  Stephan Bergmann  <sbergman@redhat.com>  [7f863e890640d0924a6e6f85cf99447dcd7836f7]

        Avoid null ToolBox::mpData deref during Frame::close
        
        Oh my, whatever the true cause for this SEGV in JunitTest_framework_complex,
        <http://ci.libreoffice.org/job/lo_tb_master_linux_dbg/6628/console>, processing
        an incoming URP request
        
        > ToolBox::GetMenu() const at vcl/source/window/toolbox2.cxx:1775
        > framework::ToolBarManager::ImplClearPopupMenu(ToolBox*) at framework/source/uielement/toolbarmanager.cxx:1309
        > framework::ToolBarManager::dispose() at framework/source/uielement/toolbarmanager.cxx:470
        > framework::ToolBarWrapper::dispose() at framework/source/uielement/toolbarwrapper.cxx:106
        > framework::ToolbarLayoutManager::destroyToolbars() at framework/source/layoutmanager/toolbarlayoutmanager.cxx:654
        > framework::ToolbarLayoutManager::reset() at framework/source/layoutmanager/toolbarlayoutmanager.cxx:363
        > framework::LayoutManager::implts_reset(bool) at framework/source/layoutmanager/layoutmanager.cxx:413
        > framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) at framework/source/layoutmanager/layoutmanager.cxx:2804
        > (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) at framework/source/services/frame.cxx:2953
        > (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) at framework/source/services/frame.cxx:1449
        > (anonymous namespace)::Frame::close(sal_Bool) at framework/source/services/frame.cxx:1689
        > framework::Desktop::impl_closeFrames(bool) at framework/source/services/desktop.cxx:1674
        > framework::Desktop::terminate() at framework/source/services/desktop.cxx:238
        
        and the main thread idling in Application::Yield.
        
        Change-Id: I41ff8007ee4bbc37473aa5f077ff706b51d31c64

2016-04-13  Michael Stahl  <mstahl@redhat.com>  [470f16acc2a798f0ae1ebe9ce2080084ab167e80]

        tdf#96996 sc: fix the data pilot
        
        ScDPSaveData::GetInnermostDimension() should iterate in reverse (that
        fixes the reported bug), and ScDataPilotFieldObj::setOrientation()
        loop needs an early exit.
        
        (regression from 37856f59d2351951b95cf5eb3a5e4f0c011a8762)
        
        Change-Id: I7e0309385f3444bfd3ad21268cce4d25e60d7b05

2016-04-13  Stephan Bergmann  <sbergman@redhat.com>  [d3f49514905fc0c4a8e30e1536340e25014cfc50]

        Also dump registers
        
        Change-Id: Ibff54fcbcf1bbd96a32ec48923b57eaa71a3ca1a

2016-04-13  Oliver Specht  <oliver.specht@cib.de>  [3f58746ab8080b4ada243afdfbc581df39ef0390]

        switch off 'warning treated as error' in external/nss in Win32
        
        This prevents errors from ms sdk sal_supp.h: warning '__useHeader': macro redefinition
        
        Change-Id: I122bbf6171c73d77970a549353dca67dd26d0300
        Reviewed-on: https://gerrit.libreoffice.org/24055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-13  Khaled Hosny  <khaledhosny@eglug.org>  [20c9d0f3849ed8ccda7d4d270aabddf37db5c390]

        Fix showing tooltips in RTL UI with GTK 3
        
        Change-Id: I29c2c7988fb97e2472188a600a483e5f6ed12d80

2016-04-13  Michael Stahl  <mstahl@redhat.com>  [a7df6b4964e4c9af33e1d030042b6c0a5e59dd55]

        tdf#99264 svx: don't pass null pointers to SfxDispatcher
        
        (regression from 51d7f466df85f679f54e4e690f8b5e602192eb7b)
        
        Change-Id: I79863f8e5767acc90dc3c6ef5e94d2d90a03dd0e

2016-04-13  Armin Le Grand  <Armin.Le.Grand@cib.de>  [ebe94af4eca68360c99f3421f1298f94747de003]

        tdf#99165 initialize nLastX, nLastY
        
        ... even when inited in 1st loop run to avoid warning 'maybe-uninitialized'
        
        Change-Id: I67607767b8091d220efcf4c4ca70f570f955e297

2016-04-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [0de868cd0f430efc6256926c2865530818d7b7dd]

        tdf#94306 replace boost::noncopyable in sfx2 to sot
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Remove boost/noncopyable.hpp includes.
        Add missing default ctors.
        Make some overloaded ctors explicit,
        seems cppcheck doesn't flag: T(const template<X>& rx).
        
        Change-Id: I63c5a3ac84a33ea6d49868e2d9aa281ada79958e
        Reviewed-on: https://gerrit.libreoffice.org/24050
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-13  Noel Grandin  <noel@peralex.com>  [19b34c0039c6293f9b37aa70f8055aa2be28ba09]

        loplugin:passstuffbyref in svtools
        
        Change-Id: Ie166eaef65e56fafe4e57a5559b587d7558d7aa4

2016-04-13  Noel Grandin  <noel@peralex.com>  [fe8896bab01ccb595c993e54866a01f554b54f4f]

        loplugin:passstuffbyref in svl
        
        Change-Id: I1434d96ae800d8e155262831472cf632d640b4c5

2016-04-13  Noel Grandin  <noel@peralex.com>  [523036daaddf466eee46183bbec9a71d45c48a41]

        loplugin:passstuffbyref in sfx2
        
        Change-Id: I8c9d6e972f74ee04c8befda3b4cabb6e9b6b2054

2016-04-13  Noel Grandin  <noel@peralex.com>  [746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce]

        loplugin:passstuffbyref in sax
        
        Change-Id: I95f0a17b9b8bab592a60f6b5223b4668c5355275

2016-04-13  Noel Grandin  <noel@peralex.com>  [d60d957a680d9c98823aac05facb652bf619a750]

        loplugin:passstuffbyref in oox
        
        Change-Id: Iec989e9060c77dd5b010224b37633179cee4f7e9

2016-04-13  Noel Grandin  <noel@peralex.com>  [299d938bf05faf60b848a9d4862e58bb42db3e65]

        loplugin:passstuffbyref in jvmaccess
        
        Change-Id: I0c5daabe31393db08654dd9f22abc757f6c67d4c

2016-04-13  Noel Grandin  <noel@peralex.com>  [86d20ae1e5f54bb60042b085b8b8ef77f65ce17e]

        loplugin:passstuffbyref in formula
        
        Change-Id: I6a46110c6d0092b21e7b3a0245ccf11ca7ccac85

2016-04-13  Noel Grandin  <noel@peralex.com>  [e133f3eb0ff6d03a5a2df38627793b1f1aee04c6]

        loplugin:passstuffbyref in filter
        
        Change-Id: I68e69620d4725aac66ded11e7d316caf03098249

2016-04-13  Noel Grandin  <noel@peralex.com>  [27b6782f5b17167e4258656aef9aef34a10699db]

        loplugin:passstuffbyref in editeng
        
        Change-Id: I11deb7c73a1c160d587d74c9851ff10c875c972b

2016-04-13  Noel Grandin  <noel@peralex.com>  [ecebf3bd99b100382f4bc9242ca8e882f83b275a]

        loplugin:passstuffbyref in drawinglayer
        
        Change-Id: I563c18c35291ced91bc29ab9162c5363ee8b19f9

2016-04-13  Noel Grandin  <noel@peralex.com>  [9fce680e27e57f0539f55c7ecb5c8e1d96029267]

        loplugin:passstuffbyref in dbaccess
        
        Change-Id: Ice52ebbfeca45c8587fdcd0d3dea5c02c7de27e3

2016-04-13  Noel Grandin  <noel@peralex.com>  [ef268562602a4bef0e128f95beaef9732ac00c7d]

        loplugin:passstuffbyref in connectivity
        
        Change-Id: I751977ecc1b532f72dd5673767471cb0a2cdbd06

2016-04-13  Noel Grandin  <noel@peralex.com>  [216ffb038f4a2f43286d96b83a64346a2351c8c1]

        loplugin:passstuffbyref in comphelper
        
        Change-Id: I502a0ec6627f37e17c4a9adebda58299167a8126

2016-04-13  Noel Grandin  <noel@peralex.com>  [1343916af23a0f238c5297c4e8d16942db489daa]

        loplugin:passstuffbyref in codemaker
        
        Change-Id: Ib6a3342fdeeb7eb566e12eb599022b99c5f54b7e

2016-04-13  Noel Grandin  <noel@peralex.com>  [9b640c03e054f030b2a3cf17cc453d5bfacc4981]

        loplugin:passstuffbyref in canvas
        
        Change-Id: Idde288ab4bb7935e5da2a84190fd4b398961d358

2016-04-13  Noel Grandin  <noel@peralex.com>  [311bc1fc8b39d7f2168a04437034fb5b29c2c8b2]

        loplugin:passstuffbyref in basic
        
        Change-Id: Ie93b33502325f00ba95ab168a445a347148f9edd

2016-04-13  Noel Grandin  <noel@peralex.com>  [2d72addff24ddab4842e2660062a58ccfd9cd0d3]

        loplugin:passstuffbyref in basegfx
        
        Change-Id: Ia7fc22152af2facf3134d9e0975cfb9608b2e931

2016-04-13  Noel Grandin  <noel@peralex.com>  [7573abfdef5b02f37d3bb7040a282f13e791101c]

        update loplugin passstuffbyref to check return types
        
        of methods like
           Foo getFoo() const { return m_foo; }
        where we can rather do
           const Foo& getFoo() const { return m_foo; }
        and let the client code decide if it wants copy Foo.
        
        Inspired by a performance problem where we were unwittingly
        copy constructing a large struct repeatedly just so client code
        could interrogate the members of the struct.
        
        When all of the changes this plugin finds are applied, I find
        that 'perf stat make check' shows on average a 1.7% reduction
        in CPU cycles.
        
        Change-Id: Ic27b4f817aa98f2a2a009f2d4e4a962cbe9c613e

2016-04-13  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [97abbec95665b43a9a09e10a0fb31854cdbd5c0d]

        tdf#94306 replace boost::noncopyable in stoc to xmlsec..
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Remove boost/noncopyable.hpp includes.
        Add missing default ctors.
        
        With this commit there should be no users
        of boost::noncopyable left.
        
        Change-Id: I6b1e47824912a6a80cc3f00f34938ebc048d8975
        Reviewed-on: https://gerrit.libreoffice.org/24051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-13  Noel Grandin  <noel@peralex.com>  [9a2ff36b51f86ca3ade8093d7698314c0d3db6a6]

        remove dead stuff from Windows SalData
        
        - drop mbInTimerProc field
        - drop mnSageStatus,mpSageEnableProc fields i.e. SAGE.DLL (System Agent) workaround, which died out with Win95/98
        - convert some TRUE/FALSE constants to true/false where the field is a bool
        - drop maDwmLib, mpDwmIsCompositionEnabled fields
        
        Change-Id: I7b773f915dbc329eb0262bc8fee2ea7c72d25c66
        Reviewed-on: https://gerrit.libreoffice.org/24047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-13  Noel Grandin  <noel@peralex.com>  [32102b9aa75a296b99f3fdaf370bd83bfd629f4e]

        remove Windows95 MouseWheel support
        
        since we no longer support Windows95
        
        Change-Id: I6b2fe5fdb2cde3c69fc0d18bcaac25afccbffc16
        Reviewed-on: https://gerrit.libreoffice.org/24049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-13  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9cda847a0bec307a909b927e0928cdbb0b00fc81]

        tdf#99165 always provide control points for beziers
        
        Some graphic sub systems cannot handle cases where control points of
        bezier curves are not set and produce wrong geometry for fat line drawing
        when MITER or similar LineCap and/or LineJoin is used. To avoid that,
        provide the mathematically correct fallback control points instead.
        
        Change-Id: Iabc724e51fb89e702f858db820c920f7b5b7d302
        Reviewed-on: https://gerrit.libreoffice.org/24031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-13  Stephan Bergmann  <sbergman@redhat.com>  [e2d97f16482cf997e91433cc411d107f26bf7b75]

        Use UNO service constructors
        
        Change-Id: I8ac2621a4594b2d8a7cf8fdafd2191f3bf52579b

2016-04-13  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [c03a11b8f0c93b1c55d9abc9aa224aeb298d1976]

        tdf#97087 Give comprehensible names to timers
        
        Timers and idles should have programmer comprehensible, unique names
        
        Change-Id: I837d1890c687936f8a31278c0102391e6f87212d
        Reviewed-on: https://gerrit.libreoffice.org/23917
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dcd271f7e62e6d175cb187dbb2bbd099f5ca28e]

        Upgrade libxmlsec to 1.2.20
        
        Obsoletes xmlsec1-update-config.guess.patch.1.
        
        Also update xmlsec1-ooxml.patch.1 as it was upstreamed at the end (with
        improved error checks, etc), which wasn't possible before without loads
        of conflicts.
        
        Change-Id: I6fee428f73f8908289d87cc262ad323ec62e65cf
        Reviewed-on: https://gerrit.libreoffice.org/24032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-13  Julien Nabet  <serval2412@yahoo.fr>  [5304b948781e1f8a1bf5249a260db738e4113079]

        Related tdf#99089: avoid second crash
        
        Second bt quoted in https://cgit.freedesktop.org/libreoffice/core/commit/?id=43109b751bf5fd36318de56b2fb686acc724673f
        wasn't solved, try to fix it now.
        
        Change-Id: I68484f9417ff0bf747306ac8774cad5fdf84b924
        Reviewed-on: https://gerrit.libreoffice.org/24042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-13  Stephan Bergmann  <sbergman@redhat.com>  [b96014360051875bd0edddf3639a8c577d64ef5b]

        Fix non-OpenCL builds
        
        ...after ec53ac63e342d9d00e1aed4372a903630b6a191b "Move clew/clew.h into
        external, too"
        
        Change-Id: I33e9f839f9bcc86f009b90ed9579e61197657e1b

2016-04-13  Takeshi Abe  <tabe@fixedpoint.jp>  [3fbfddc6c98c82d98ce9b2cc9aa49104e354a987]

        Stop assigning null to intrusive_ptr
        
        which added at f6d61562d41b8a49449d881da66a3d8fa519487f.
        But they seems unnecessay because, even without them,
        soon the intrusive_ptr goes out of scope then its dtor
        decrements refcount.
        
        Change-Id: I6e35ecb7d5a0b5ccaef6ea9b7507300dcb589801
        Reviewed-on: https://gerrit.libreoffice.org/24013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-13  Szymon Kłos  <eszkadev@gmail.com>  [b0e8f9ff2d59f5c1617f4c45ac457ec16a41cee5]

        tdf#98395 : Remote File dialog showing wrong details in columns
        
        Before patch:
        - File type in the Size column (only first launch)
        
        After patch:
        - File type is not visible
        
        Change-Id: Ia2e3775f49dd9bfcc77a985812e040f70201f45c
        Reviewed-on: https://gerrit.libreoffice.org/22921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-13  Akash Jain  <akash96j@gmail.com>  [e1d777722efcc9e6ae9900cff69f35b0ef8a1d3e]

        remove unused m_xFrame in CheckXTitle unit test
        
        Change-Id: I1b654b308b79d13d23a1b9a935fd2eaf84836d91
        Reviewed-on: https://gerrit.libreoffice.org/24044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [28ac7d0f0cea9067d7faba3b72a164729df26e5d]

        update credits
        
        Change-Id: I5525fcf891f5dae6d6972e045f4d3d7c6084b955

2016-04-13  Maxim Monastirsky  <momonasmon@gmail.com>  [0f27cc992a99568e46ffe807ef9dbb5ba0bc601f]

        tdf#84258 Link icons and use new commands in menu/toolbars
        
        Change-Id: Ia034fd91926ec6729346274f524d3751d59fcf35

2016-04-13  Maxim Monastirsky  <momonasmon@gmail.com>  [9ced1d7f5aa8ba728a62ae403f126dd6c35b8923]

        Tooltip/bits should also depend on state change
        
        Change-Id: I18093e42dd2fc54483e620759e4ba00c988ce9db

2016-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fd4ca5523a0e92c1531faacc3c38b936c1af31f9]

        lp#1569589: a more honest attempt at disposing SvtFileView_Impl
        
        Dunno yet if that completely fixes the story -- the reference here are
        quite messy: ownership isnt exactly obvious.
        
        Change-Id: I54d71ac724590e85549bd152c963fdc8de46746e
        Reviewed-on: https://gerrit.libreoffice.org/24040
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [453adce56ff8d8a9aedc3a175a2eb0afefdb17eb]

        move xls export code from shared xls + xlsx part of code
        
        Change-Id: I016b8981c4399959e76fd5089ab8014b25a31bbe
        Reviewed-on: https://gerrit.libreoffice.org/24030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b581b8e507107c7a7dfaccc498878d714631ad3a]

        lp#1560328: clear cache before disposing rest of VCL
        
        Change-Id: Iac325cf934953c61cb4dbbb67cfbab1777dc45cc
        Reviewed-on: https://gerrit.libreoffice.org/24038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Xisco Fauli  <anistenis@gmail.com>  [de32fe50299a8891102528379e291919d2b66f56]

        SVG: Add unittest for tdf#47446 and tdf#98599
        
        Change-Id: I86bec5694eb0c85596d2573111ddb355bd3ae09e
        Reviewed-on: https://gerrit.libreoffice.org/24011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [473472ea3c5e38395a35195f728f5b6ed449318b]

        Skip intermediate _LITTLE/BIG_ENDIAN when determining OSL_LIT/BIGENDIAN
        
        Change-Id: I1e3247a15eef62455e48229732418e7c824bb0b4
        Reviewed-on: https://gerrit.libreoffice.org/24036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ec53ac63e342d9d00e1aed4372a903630b6a191b]

        Move clew/clew.h into external, too
        
        For consistency with what 38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1 "clew: move
        this foreign code to external/clew" did for clew.c.  Library_scfilt depends on
        clew/clew.h, simply make it depend on the full clew external.
        
        Change-Id: Idcbf56a69084e108832c8970507ebea0f7ff400b
        Reviewed-on: https://gerrit.libreoffice.org/24035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-12  Xisco Fauli  <anistenis@gmail.com>  [f18d1d7be8085d82a013a34ed6d1cb2253d7721c]

        SVG: Check that masking-path-07-b.svg doesn't hang
        
        Change-Id: If8b9a0dd955611f8ebb2859fa9b10a61bfb2230b
        Reviewed-on: https://gerrit.libreoffice.org/24010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1d4018f15bed477a0a2a5f21a58e4ebcab69659a]

        tdf#99104 Checkbox in User Data page isn’t aligned to anything in the section
        
        See comment 6.
        
        Change-Id: I492b8fa9a0e018ded46a6ebe290088898bdfe3d9

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [b84279a085c117f937e00d25cd476659e3b6f765]

        Avoid reserved identifiers
        
        Change-Id: I487dea681421cdc72e9491ec19247c8e6437b16b

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [cb9d95bd422bf6cdce54f92823c7bee583e0d093]

        Avoid reserved identifiers
        
        Change-Id: Idaa3059658fa0e8942b7b9b7be3198aeda8205e4

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [5771fefc239a5d9cc7345c880a9cbfeddb17e6f5]

        Avoid reserved identifiers
        
        Change-Id: Iadc182d2531f7c01d2dd122559be26588a96bc20

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [8d574e2d63277e171a1c4c53570a2b47b133c954]

        Avoid reserved identifier
        
        Change-Id: Ib4249b97f2c30559f483782ed3ab52e38e6f3080

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [dd4f6ce146380d83d210d5c8ce4f7eaa33ed32f6]

        Avoid reserved identifier
        
        Change-Id: I578a5ec6a839fddecb372ed78ca7425548e3ae8b

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [0c3b327ed02def4becbb1abbc61d962cfc1ba01e]

        Fold elementimport_impl.hxx into elementimport.hxx
        
        Change-Id: I5e71078ddf98d389b0dd9fcf4252417ddd74ffec

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [20ff812d1c9ceae66a48d21190cc6c4cfe9abcbe]

        Avoid reserved identifier
        
        Change-Id: Id2c34c5515ca72bba98ff618171b94a6d2da3620

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [556d9a6b3c73b775d2cf9bb885164d37bbbaa724]

        Avoid reserved identifier
        
        Change-Id: I9d36c79e73d061689b6f9b9ddc5f5a99f8a2d2ab

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [16524faa47befbc7fa74636f99097b5654ad5818]

        Avoid reserved identifiers
        
        Change-Id: Ieb94e82b102673fd3c916d09d8390e6528b37c11

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [e07ca6480d723309bd7a9ea638fd7381d294db21]

        Avoid reserved identifier
        
        Change-Id: I2e632b1e3f6f8725b184918c2205c3772bb37e32

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [dcc22d9860f013b3986bcca71f7d102c72ab353d]

        Avoid reserved identifier
        
        Change-Id: Ie881d77774ea05b5683850c113cf3f6b1d6f2ca7

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ec1ddec33c98bcd3e8975031cf611f3fe7ddff63]

        Avoid reserved identifier
        
        Change-Id: I5c166398df5a16c5c9123ce3c046cbf6d64b9fa4

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ea7b57272cea8d74d0d47ee3dddd019f256f80f2]

        Avoid reserved identifier
        
        Change-Id: Ic59b23de2c11e8a0a86c3711a4507cd76e07896f

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [7816dd1bbbc35c48f5a60657ed73c5b43377f2ed]

        Avoid reserved identifier
        
        Change-Id: I8590b2c145a536872d692afcaa50279c99b3f974

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [e6e59b52d18f9678b6a40263fcf85ca6bbde7a20]

        Avoid reserved identifiers
        
        Change-Id: I7d5eec4c8bcfc79edb3c0ea37cf73b4249f44f46

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [9576cf9c3f011abec32b52e6d9342e4567abd9ac]

        Avoid reserved identifiers
        
        Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [99520681fcb780a5e0ef21e0e56ab94821647eeb]

        Avoid reserved identifier
        
        Change-Id: I2c9d6a750f3a7d1ce29f3e9fe315defc63c46e46

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [1e418f852770b69965b6cababa5a1d1844544a19]

        Avoid reserved identifiers
        
        Change-Id: I10be69e36c79c15d2e02457558e37ec3efbf80c1

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [173525bb44bffb8958ede6b10bd5ac429c97ca3e]

        Avoid reserved identifiers
        
        Change-Id: Icaf083db79b2ceb88e9b0e9e4e2a131cf6ba498b

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [555619ddf726d22e1769a9fe796e38f805ed1a16]

        Avoid reserved identifiers
        
        Change-Id: Ia3a9d2edb9ce7bcf9450dd10589d823383210269

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [da28ca76faa01cc029de74b6d76a385f31bcc67e]

        Avoid reserved identifier
        
        Change-Id: Ie86787cdcf96453c94e6859e66b158d9188f3491

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ea9939269eb08056604a64354537734c567c05cb]

        Avoid reserved identifiers
        
        Change-Id: Ifc47504370a2ebc8119a60091fdf1ced4b532aa3

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [13f97509af55fd05abd6688e0de21d085c6258bd]

        Avoid reserved identifiers
        
        Change-Id: I65681e938c809467f9497568149d25f5f68ed5bf

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [cd96f8998da97b578bde7a58ff1f0d2db8fe0c99]

        Avoid reserved identifiers
        
        Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [7fb8332701edddb00f7ad8b2ac0c43d8d9a29b3c]

        Avoid reserved identifiers
        
        Change-Id: Iac8e8e78c3a3f58e8a45b1f28b7d3bb884dd817e

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [d74faef25d5489874a5b1887a34bc7dfb548bc9c]

        Avoid reserved identifiers
        
        Change-Id: I93e7c254f8777c2dfbb192b306c991387d9cc641

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [1bfc7d0a89c317de1bf6819ffa14a1074bb49be0]

        Avoid reserved identifiers
        
        Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [942b760088cde7e4b87bba132443f01ebd939a33]

        Avoid reserved identifiers
        
        Change-Id: I41a490832c9dd312775f420807e4bed93557a24e

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [412471ccb001f8805cc9c5e5e3e8fa24be71f5e2]

        Avoid reserved identifiers
        
        Change-Id: Iaa556ac8ce6a2220ab3643968193fbab5077a56f

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [028dcd41ab6b28732e168d834ec76d1c67020eda]

        Avoid reserved identifier
        
        Change-Id: I0d75653dcde39b0fbd8af723295262615978d903

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [830a86731414d81c2f36ba97c620e9d794ec94c4]

        Avoid reserved identifier
        
        Change-Id: I31b50e58e3bce9448ae8de127171c0a1f25fa1af

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [4f2b9f026d582350da71d7f4015bfaaf2c7030ce]

        Avoid reserved identifiers
        
        Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [41ed0760e73171e3484183484fddc8b96c1b3c97]

        Avoid reserved identifiers
        
        Change-Id: I6075ee18168f19e73c415bf4f0c3423b7a489175

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [9a9ddfa6c0cd165dee693e5af2a51c542f7d3276]

        Avoid reserved identifiers
        
        Change-Id: Iaff499c3c8012cfc13849b9b85ec544e1f5d6db8

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [d713784043a5c911105660aeccd8b665a877c4ca]

        Avoid reserved identifier
        
        Change-Id: I10a889a44126d8a07c47bee42eac2aee7a024426

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [57732042dadcad1586010788ac39eec05a7974bd]

        Avoid reserved identifiers
        
        Change-Id: I85135c3fa5e6fe823491739c3c1ab601505f0626

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [0b7043270c532ecea577e8961dc982d0724eae7f]

        Avoid reserved identifiers
        
        Change-Id: I481621d58b94163e32f9b5f19187d8ad587f2b1d

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [634c164990014bb6a7ee19117c9e272fcb4245fd]

        Avoid reserved identifiers
        
        Change-Id: I15faa079a6e124b10bcd50bad19cf1301bafc500

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [1b0c14658c169657fcca03c731cbb693524fac9b]

        Avoid reserved identifiers
        
        Change-Id: Ia2be9eeda4c1035f8e1d3b68446807aeffe59453

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [470cfa9860232ab70e017e6084d80f80d469555c]

        Avoid reserved identifiers
        
        Change-Id: I12118ad040d1791c7afa517081040961cc7e4677

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [5b246318073a9dbe26b8d83b59753e1b7a595980]

        Try to fix Windows build
        
        Change-Id: I46d1d3428ba1cfd8c0ab47aff6b32807e52c3c48

2016-04-12  Julien Nabet  <serval2412@yahoo.fr>  [2aabf1023990c68f48d740fcdd9a48ce5ed7b23c]

        Use const_iterator when possible (svx/customshapes)
        
        Change-Id: Ieb7b3d2eb8cc2626b21508fed3c6c3f01076c792
        Reviewed-on: https://gerrit.libreoffice.org/24025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [f2fd2019b37d1a3fabffab46c476c552f0ec6c25]

        Yet another SaveToolbarController refactoring
        
        Nothing changed for the end user.
        
        Change-Id: Ib5833ae81e94a7cc9aa9ac0eba29702364ea755c

2016-04-12  Xisco Fauli  <anistenis@gmail.com>  [1250acb00fbafb1afaa2d49c627feb9f07f60c3c]

        SVG: actually this code is unnecessary after...
        
        ... f5d4a688346a939a58b1df69d771dede177b3370
        
        Change-Id: I2911763c38a6be275bcd7ae0c9a51cd7a2e9fe4a
        Reviewed-on: https://gerrit.libreoffice.org/24012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-12  Xisco Fauli  <anistenis@gmail.com>  [93cf43de1bb28929e8b8fbed7f32693c62026e67]

        SVG: Add unittest for #i125329#
        
        Change-Id: I2d6fbd81c8d95283cf8937739e338ddac14d8df0
        Reviewed-on: https://gerrit.libreoffice.org/24008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c108fbe0a31cf74a171351e297f4987f2f4a2862]

        fix crash in test
        
        Change-Id: I0119575a33f28462d56fcc5aff7b3cf7f3493b84

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f3dfaaa1070c67b9e9e938cbd4619c656914a35]

        fix broken test
        
        Change-Id: I23b594f3e12a8f935e653356d4057f2913cc725f

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bff788ff811400d816cec6582e9abdf73be90fb7]

        xls does not allow 3D refs in cond format formulas, tdf#62770
        
        Change-Id: I4f2bf913d09452ccfed9976ccd56a82daf1c3ec8

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce66533a066dcc9c899da8b15c788642ac4ae979]

        conditional format formulas don't support 3d refs in xls, tdf#62770
        
        Change-Id: I5238a3be7bc11a33eb3b60f3950ebfb0f565e805

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3dee5e2c1d6b2c56a98bf28939afdcbc21b94b14]

        better variable names for range name case in xls formula import
        
        Change-Id: Ib9de454b7445bfd4c3bb12202d53119c129a2369

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [988e2a750e9b12bdad519b834083ee7f6794a0b6]

        remove that unused old code
        
        Change-Id: I576f6be6d229e29d0ae35ffb00d118bfd44b5544

2016-04-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [087162b7142cf666478986461cdfa15c3d7fe382]

        fix infinite loop in text search, tdf#99208
        
        Change-Id: If77055d6b292d5126165252d7198e8abf9d2c44d
        Reviewed-on: https://gerrit.libreoffice.org/24029
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [34806c91fb790dc8ab196b492dea82d87344b412]

        Don't use bitfield bool members in MenuBarManager
        
        For one, there's likely few enough instances of MenuBarManager that the code
        pessimization of using bitfields probably weighs worse than the space
        optimization.  For another, the code generated by at least Clang trunk tends to
        confuse Valgrind, <https://bugs.kde.org/show_bug.cgi?id=242137> "Valgrind on
        LLVM compiled code reports tons of 'Conditional jump or move depends on
        uninitialised' false positives".
        
        Change-Id: I4c2ef22e7e54e2a220e2cb490ca0566af4f81f52

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [b6fc8ae0e3a0580c6f23f0cec5618a0457885529]

        Remove stray spaces from start of log messages, redux
        
        Change-Id: I6d8e330665860d376629ff6df8897d3826d0883b

2016-04-12  Julien Nabet  <serval2412@yahoo.fr>  [ebbc55f27052229d4a445884f83c426ee2ddc402]

        Use const_iterator when possible (svx/accessibility)
        
        Change-Id: I9bdd0a03f69bb92ed668da2ad596e23164d7f290
        Reviewed-on: https://gerrit.libreoffice.org/24022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [d0778636a4b4ee55781c01a86869b11df4e0fc8b]

        loplugin:defaultparams
        
        Change-Id: I5748482eb246b2ccf87a02df6406e2624ee66921

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [117dc3c5ecb7874e1a9d2ac96f9df65b8f3d3944]

        Remove stray spaces from start of log messages
        
        Change-Id: I0bf6945a030867b3575fcef81c0d32addb85b992

2016-04-12  Julien Nabet  <serval2412@yahoo.fr>  [4f849cc13862350b71142efecfe3a5f2f2acb899]

        Remove INTERFACE_TYPE macro in svx + 1 OUString ctr call
        
        Change-Id: I25a189fb7fa4271fb12d7a2e35f9a0989087bf5d
        Reviewed-on: https://gerrit.libreoffice.org/24018
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-12  Julien Nabet  <serval2412@yahoo.fr>  [5d3ac320eeb1c0eff6e8a0300ab3832f781ec177]

        Typo: PopupPanal_Spacing -> PopupPanel_Spacing
        
        Change-Id: I0a3ab537a9c14ffe49c3b695ba6f40cf16d201d8
        Reviewed-on: https://gerrit.libreoffice.org/24015
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-12  Pranav Kant  <pranavk@collabora.com>  [d76b1b5b06c064938986c0b921b8d537fdf8bf4c]

        lok context menu: unit test
        
        Change-Id: I244fbf4b98368c7c0d66cdd865e1243639727026
        Reviewed-on: https://gerrit.libreoffice.org/23985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: pranavk <pranavk@collabora.com>

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [2e18f598c7aa6bbf299bd1a4e9c854393a23e27a]

        loplugin:unreffun
        
        Change-Id: Ia0f7e2507438cb966e45306d6d018d652a307601

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [9141c65b541bf6860bc8dd0c6ae1924f211b1139]

        Avoid reserved identifiers
        
        Change-Id: Iefc0bf0e7d64b0ed4b339ca89191649e4bc6fba2

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [06c536c61aa25570e34114c32f4f766340355bcc]

        Avoid reserved identifiers
        
        Change-Id: I3149c64903825ddd1f751425436cfa0285c84a6f

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ff6077595f6736cd6943d9f48afd2516b4d1578a]

        Avoid reserved identifier
        
        Change-Id: I5f512c2519fa4305527a80ee34ea51a620dcdc2c

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [f01f41970bd67d47161c2a2d569c883b585a273b]

        Avoid reserved identifiers
        
        Change-Id: Ibae35afb647622707b1104cd6e938692951d566e

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [57aaf3022239699939c37bab9a4ec65a9a6d7fb7]

        Avoid reserved identifier
        
        Change-Id: Ie3e28611003ae51ba4d0278cec41744f2ca08223

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [1c2c47ca580eeb6b825c0ea8d929967a49a51bec]

        Avoid reserved identifier
        
        Change-Id: I3b1505e788af009a0ff4bb2502883de5bfb45617

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [682ffda0902c56f6d2ac06fada618d51216091c9]

        Avoid reserved identifier
        
        Change-Id: If9c507146855fa23df576d038e9b2f0e3d69ac20

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [623f6d1c72e328fdc7e2c168edecf39a5d269e4a]

        Remove unconditionally enabled _SVG_WRITE_EXTENTS flag
        
        Change-Id: I0bcf1e4929c4bdc0781637dfe95a8a7b47554430

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [2d42a1bcf6f602aed5a6c7d2b8634a62b9513f87]

        Avoid reserved identifiers
        
        Change-Id: I175de0aa53559fb092644d18e05e2d890fe05fca

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [703d4020d4df0deabcbd40b9b3e4aa038ba68f0b]

        Avoid reserved identifier
        
        Change-Id: I443d7d82de72841b1ac1f2ed026c647e3f1957fc

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [374b06c7d2d46bc58896360f957df599ccc1d13e]

        Avoid reserved identifier
        
        Change-Id: I5e6938385ce870579982f21ad824081f4cc1ef60

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [8274655443eaf20ad10500ce3dc57349912181c8]

        Remove empty scriptdlg.hrc
        
        Change-Id: I4a4bf1aa1d6afe819c22288474be302fe95740d1

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [58ecaf1f470d92db95a5f02adf3b5e4147442a57]

        Get rid of _SVX_NOIDERESIDS
        
        Change-Id: Iab728d51c24ccbedad5fa181850a673129d489ae

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [9a80171db18d7c8988dfd7598e8af17c6b2e02de]

        Avoid reserved identifiers
        
        Change-Id: I6c8565653ece37251a98103f71408ace2a0946a8

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [3a09d852db28245633d06d0c79744a7780b19f1a]

        Avoid reserved identifiers
        
        Change-Id: Ie832e82ca3767114457780581444f6fc8aa9fdd2

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [0251dee849113ca12ad83a4db627516aa1e8e3a5]

        Avoid reserved identifier
        
        Change-Id: I8adf61a63e6e6102a44cd18652192fde0a89287a

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [459f9c9c2b20cebd500f055d67a634160442ce56]

        Elide macros used only once
        
        Change-Id: I1f1adf0790490a600ec164793ab7ee8ed0adc29e

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [89edb26c253f3c4f1f0717716b15d1b2e5471c5d]

        Remove unused _SFXMOD_HXX
        
        Change-Id: I1058455f4d5f3bfbe25b196181bd57043aff1c40

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [e474c8b86a9923d73e66506799b98243dccc6ea8]

        Get rid of odd _HCHAR_, _UTYPE_, _ZZRECT_ guards
        
        Change-Id: Ic44d1c751319897c55fdd03c912cd670624f928f

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [6254b1f70e60af43b2b120ab8c07074f0ddc9d33]

        Get rid of _DATECODE_WEEK_DEFINES_
        
        Change-Id: I1b50fadd64df0a18339410068696a836850e9248

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [ec9b2600293f4910937e6e49c96c2797c9664abc]

        Remove unused _USECOMPRESSEDDOCUMENTHANDLER
        
        ...introduced with 9f34fde7a8750b856570b5e855d2ecb226bf0c23 "libxmlsec" but
        always unconditionally defined.  Fix some indentation.
        
        Change-Id: Ib46d4d7153d84975e9bcd8351779634f8d43240c

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [8a36e1a3d9ce23bca2f52bef86b837796b944d7a]

        Avoid reserved identifiers
        
        Change-Id: I0a8dc9591c00188d0a31feb784d14ec53f389f27

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [80d5581d79710c5cc6cdbed7b7104da4afe10fd8]

        Avoid reserved identifiers
        
        Change-Id: I5390fe81a7b35d62a27cd1ec6fb00ea012e70dd9

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [b98d885cb61d102d67d78a66c5124120b1c3fa39]

        Avoid reserved identifier
        
        Change-Id: I8b8d0322e62a64379eb72ca648c06b092c363f6a

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [dd1d1b31b34bd95a1c64ac9f3fa7126c57753dc5]

        Avoid reserved identifier
        
        Change-Id: Id89697b602508446be0c9578b49532de6c22be9f

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [b2706fcf9c4f2df0715aa4550bbecf17cb7732ab]

        Avoid reserved identifier
        
        Change-Id: I0ed8754bb06328b61a41079a4f446d8dd2b61bb7

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [d29c68225965ea2c4953efc05b69770a8cdaf39a]

        Avoid reserved identifiers
        
        Change-Id: If64f146fd9c6417ed16d459cef39b3a2d47bfb4d

2016-04-12  Michael Stahl  <mstahl@redhat.com>  [1a3fd60b983c9b98c75c746359abf434d013683c]

        vcl: simplify WNT SalYieldMutex::release() further ...
        
        ... by asserting that the current thread is the owner of the
        SalYieldMutex.  Anything else would be a bug anyway.
        
        Change-Id: I564c184ae21b99a096f67edbc729b3f2b0e307de

2016-04-12  Michael Stahl  <mstahl@redhat.com>  [edac93859ba8b6446dce08b0cffb9def3d9ff182]

        vcl: simplify WNT SalYieldMutex::release() a bit
        
        The ordering between clearing mnThreadId and OpenGLContext shouldn't
        matter since it was already inconsistent.
        
        Change-Id: I0b7b6457547e9e38527de58ba062fd7092178056

2016-04-12  Michael Stahl  <mstahl@redhat.com>  [6f047b5866ee7c3f707a4f12ef9f95e7dbdb6e93]

        WNT: check result of PostMessage()
        
        ... so the next time something overflows the main thread's message queue
        it's easier to debug.
        
        Change-Id: I90a35e46f3b2cab190c7da5e53024ec549159ac6

2016-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [3bbd98301ad95a9aff74bd2ae08c1e2e04a0f10b]

        starmath: Drop unused #include
        
        Change-Id: I3ca3f7732583111c8f49cc6fc71ba9fcada08f96
        Reviewed-on: https://gerrit.libreoffice.org/23990
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-12  Xisco Fauli  <anistenis@gmail.com>  [afe7392f88d8aa42f20a62788a14a132617f6602]

        SVG: Clean up this code a litle bit
        
        Change-Id: Ib941321d43a9a04d57f3c7c4a55528927fed5036
        Reviewed-on: https://gerrit.libreoffice.org/24009
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-12  Rohan Kumar  <rohankanojia420@gmail.com>  [31bddb874d2be54b81cdd7ea142b58db18e11a5b]

        tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed all the OSL_DEBUG_LEVEL > 1 conditionals by SAL_INFOs
        or OSL_DEBUG_LEVEL > 0
        
        Change-Id: I261644a179e763612204bbb0e54a869fa1a62298
        Reviewed-on: https://gerrit.libreoffice.org/23035
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Rohan Kumar  <rohankanojia420@gmail.com>  [35d7ca80930997febb31eb7cdd95eeb684514bec]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals by SAL_INFO(..)s
        or OSL_DEBUG_LEVEL > 0 and made sure that it doesn't break the
        build
        
        Change-Id: I3eccdd769ff32e57e12209706e5fbbdd9638de54
        Reviewed-on: https://gerrit.libreoffice.org/23068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Rohan Kumar  <rohankanojia420@gmail.com>  [77ba9d7e3055d69667e6c3545f311492a34056c6]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 to OSL_DEBUG_LEVEL > 0 conditionals
        as suggested in easyhack. I didn't convert those fprintf statements
        because they were required for debug output formatting according to me
        
        Change-Id: I54d5b0873f527fd04d736eeb01d18f73eb9be74f
        Reviewed-on: https://gerrit.libreoffice.org/23069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Rohan Kumar  <rohankanojia420@gmail.com>  [aba0c20fb059e5cc484af5feae29e6f51e584fa8]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I disentangled my previous patch to make one patch per module. I also
        modified the patch according to new directions given by Sweet5hark
        
        Change-Id: Id690f7c1e87230e4d10e1c9fe472f35d1d1caa8b
        Reviewed-on: https://gerrit.libreoffice.org/22924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [941e891d16853e5eff3e40cf48cdafb3146b2750]

        lp#1566050: prevent cyclic reference zombies
        
        regression, likely from 2660d24a07866e083c5135ea263030f3e3a2e729:
        
        1/ Since that change mxAccessible in ScCsvGrid holds a rtl::Reference on
        a ScAccessibleCsvGrid
        2/ Which in turn holds a VclPtr<> (aka a rtl::Reference with lipstick)
        on the ScCsvControl
        
        These are a circular references, making both of them live forever and
        leak past the point where on LibreOffice close all of Vcl is long gone,
        when these are dtored. Clearing mxAccessible on disposing should help.
        
        Change-Id: Iebb2635ec4ea143e7f0dbfebad2e6141a68e72e8
        Reviewed-on: https://gerrit.libreoffice.org/24020
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-12  Noel Grandin  <noel@peralex.com>  [48b8898bd7a4c51eb541edfd1aa51ac71c5ac5af]

        clang-tidy performance-unnecessary-value-param in basctl
        
        Change-Id: Ie48eb08edd1335661d1ef57ae652713143951317

2016-04-12  Noel Grandin  <noel@peralex.com>  [f045c536db5bdeacd36c075d3428e1a644bbc348]

        clang-tidy performance-unnecessary-value-param in framework
        
        Change-Id: I80987ea1bfac7478574de46ee30fc58fcc17eb68

2016-04-12  Noel Grandin  <noel@peralex.com>  [230cd638676fc5adf7e3fe5e69d29eadb194d7f8]

        clang-tidy performance-unnecessary-value-param in starmath
        
        Change-Id: Ic8d319dac1d18f548d47ac84e489c04412a38d1a

2016-04-12  Noel Grandin  <noel@peralex.com>  [9649026cf50533595c172cd81b96acd45603d86b]

        clang-tidy performance-unnecessary-value-param in sd
        
        Change-Id: Id55410931305a9695a001977a5227b430a984e99

2016-04-12  Noel Grandin  <noel@peralex.com>  [6a8873c874db41e8818a74eb6bf2561dfdb296db]

        clang-tidy performance-unnecessary-value-param in filter
        
        Change-Id: I6818f6c9593bfe7105cc194fcf6f69131046e4f3

2016-04-12  Noel Grandin  <noel@peralex.com>  [dbd1f4b75a22150af80a6fbd8de1a38d5dc4b4c3]

        clang-tidy performance-unnecessary-value-param in dbaccess
        
        Change-Id: I9cec61867b4e6e8abde7749047974c6de87b9669

2016-04-12  Noel Grandin  <noel@peralex.com>  [f520af173500bc2a0c35e20e96353a5e2305bb63]

        clang-tidy performance-unnecessary-value-param in cui
        
        Change-Id: I93a09bf8e475ec1aa2ebf7754c7048c81696922b

2016-04-12  Noel Grandin  <noel@peralex.com>  [9cfa0810bd4af4c1ebfcedaa62e82db87b3aea08]

        clang-tidy performance-unnecessary-value-param in chart2
        
        Change-Id: Id33dce9714737dd28ce48c22f966c9747c2db20b

2016-04-12  Noel Grandin  <noel@peralex.com>  [c473472fc03dc71f237caeb36395ce155121288a]

        clang-tidy performance-unnecessary-value-param in writerfilter
        
        Change-Id: I1f61be80ac1ebe42668580b09a261e7e3af1a403

2016-04-12  Douglas Mencken  <dougmencken@gmail.com>  [8dcb7cf2a55bd0bf6ebbd89e2b91a078e6623996]

        vcl: split out part of ImplGetTabRect into new function
        
        Change-Id: I387417bf8fdfa85379b6d8eaa32738d0ed7ab519
        Reviewed-on: https://gerrit.libreoffice.org/23900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [9c9970952b0adec4a8c6de9a4cd54d0980cd47ec]

        tdf#96887 enhance SolarMutex AcquireWithWait for Windows
        
        Currently the Windows-specific method ImplSalYieldMutexAcquireWithWait()
        uses a messaging mechanism to learn about the SolarMutex being free again.
        This is not reliable when the MessageQueue overflows (MS allows 10000
        messages per queue). It is more safe to use MsgWaitForMultipleObjects.
        This also allows to not only wait for the SolarMutex to be freed, but
        also to detect when SendMessage() is used which needs to lead to a
        reschedule to not block current Window handling.
        
        Change-Id: Id317dda62aaa1fe7677d8d28929e6936e5a22705
        Reviewed-on: https://gerrit.libreoffice.org/23921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc70e4c4e192372f77511bc6ce2bc77b9c9539be]

        tdf#99224 PPTX export: implement support for images with text
        
        In case an image had text, then ShapeExport::WriteGraphicObjectShapePart()
        wanted to write "only the text", but PowerPointShapeExport::WriteTextShape()
        had no idea how to write an image, so at the end nothing was exported.
        
        Change-Id: I6c1ad0b41d4c5dc260b952322fb8a59e7f175603

2016-04-12  Noel Grandin  <noel@peralex.com>  [9760db660a3b9db267a9fc635e2cb1e4136cf5f3]

        clang-tidy performance-unnecessary-value-param in sc
        
        Change-Id: Ia2255e1e3f7a8834a4b5d2a6bbab2c6dd498d356

2016-04-12  Stephan Bergmann  <sbergman@redhat.com>  [553f7e515d9183d50221bbda9e8e6a023e4d6c57]

        Revert "tdf#88206: use variadic variants for cppu helper"
        
        This reverts commit cf1ecad26d22e3dc5f556f976bdc49a31bfa5630. Library_mysqlc is
        external_code, so cannot use these LIBO_INTERNAL_ONLY features.

2016-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb646c1472d3b77066b01128baf1c9cafdb40233]

        tdf#99135 VML import: handle image crop
        
        The spec says in theory a % suffix could be also supported, but let's
        wait till that is seen in a real-world document.
        
        Change-Id: Ie026915e38dcb03c99085a1740075364b00e1c8d

2016-04-12  Noel Grandin  <noelgrandin@gmail.com>  [f9aee52eb56c69373c98ced5aff2128ea8c26f1d]

        give tools::ResId a shave and a haircut
        
        m_nRT2 and m_nWinBits fields are not in use anymore, at least as far
        back as 2013, when the heading files were moved around
        
        Change-Id: Ie3299a5999976450803332aeab72d5c0e68227e2
        Reviewed-on: https://gerrit.libreoffice.org/23960
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [4c7ec9f112c042a7246b002f94c1afc627569708]

        cleanup: remove unused com/sun/star/uno includes
        
        Sequence.h(xx), Any.h(xx) and Type.h(xx)
        and remove unused using-declarations from these files.
        
        Add a few missing includes provided by them.
        
        Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4
        Reviewed-on: https://gerrit.libreoffice.org/23805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-12  slideon  <adamkasztenny@gmail.com>  [7f29612cf010c89d5d2dffd4c868a79ad6f9897c]

        Add other tests to check_change_color
        
        Add tests for GridColor and FootnoteLineColor
        
        Change-Id: Ia1112cbff5fd77ae1fa83fac362e917eb35f530d
        Reviewed-on: https://gerrit.libreoffice.org/24001
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-12  Noel Grandin  <noel@peralex.com>  [7c99b5586d7cb145079129470fdbf720399eee3c]

        clang-tidy performance-unnecessary-value-param in sw
        
        Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287

2016-04-12  Noel Grandin  <noel@peralex.com>  [dc0d98590f07c7dae4504b7ed0c0127794f032d8]

        clang-tidy performance-unnecessary-value-param in xmloff
        
        Change-Id: I8e6d8e66cdab2e50ee10882e139be29c14ce50f6

2016-04-12  Noel Grandin  <noel@peralex.com>  [03fd8d24c2e4603731e796b24e51289736c65621]

        clang-tidy performance-unnecessary-value-param in vcl
        
        Change-Id: I403f148060891feec56d7d2ef173a9c4934baf9e
        Reviewed-on: https://gerrit.libreoffice.org/23995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-12  Pranav Kant  <pranavk@collabora.com>  [0a8abaadf322dca5628c6e62eb18b19394995c40]

        lok context menu: Include uno commands for submenus too
        
        Change-Id: I4ba49ba94a3270a5d53754320e5fbd49e3f5c848

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [b0e678c86136ef6d65cea66168a99217664c0278]

        FwkTabWindow is unused since d6d86237b1b438919609988049ac4a152612fee1
        
        Change-Id: Ifad573ac687548a889165012e7b7bb2f4b82750c

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [747a0fdda2a7723c2f8a8a022b468bcf29c700e3]

        SaveToolbarController: Better support of readonly docs
        
        The sfx2 impl. of XStorable::isReadonly isn't really helpful
        for files w/o write permissions that were switched to edit
        mode, as it returns the state of the UI. So instead let's just
        rely on the state of the .uno:Save slot.
        
        Change-Id: I3b033be3c9424a4479e9224f02d186960b540d21

2016-04-11  Rene Engelhard  <rene@debian.org>  [cb6d938a07f727138a5ec2db1cbefaf4b1be3c50]

        don't install qstart.desktop if it's disabled (--disable-systray)
        
        Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [a3a1c50d6495860327e8cf9db869c466aa054d22]

        SaveToolbarController: Blacklist in Basic IDE too
        
        Save as/to remote don't work there. Still would be
        nice to have the modified state icon change there too,
        but that's for a future investigation.
        
        Change-Id: Id119a40c39f9c69738b1e61e23ffe3424276229e

2016-04-12  Maxim Monastirsky  <momonasmon@gmail.com>  [e58b8075983330737642c68bd7e67071efecd906]

        SaveToolbarController: Blacklist RelationDesign in officecfg
        
        Change-Id: I8aa14bb76a26aa12771000b393bee37d26ba85e7

2016-04-11  Stefan Weiberg  <stefan.weiberg@germandev.org>  [cf1ecad26d22e3dc5f556f976bdc49a31bfa5630]

        tdf#88206: use variadic variants for cppu helper
        
        Change-Id: I58a00f721cbb37f97fdbc599d57c26b1e89f4c73
        Reviewed-on: https://gerrit.libreoffice.org/23998
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [5183dad60e5a5ce04f1f606a09d5ef3e850a464d]

        Lock member access in Frame::disposing
        
        What a mess.  Ideally, Frame would use its own rBHelper.rMutex, not SolarMutex.
        But much of the framework code it calls into uses SolarMutex, too, making it
        difficult to change that without running into the risk of deadlock.  And then,
        some member variables are cleared early in Frame::disposing, while others are
        only cleared en bloc at the end.  Be conservative and keep it that way (as other
        Frame functions recursively called from within Frame::disposing could observe
        the difference and rely on the current behavior), even if that means creating
        lots of small, independent locked regions within Frame::disposing (which can be
        detrimental to both performance and correctness).
        
        Change-Id: I28f9a379ce03ed661e96c7deb8eb73cb58fb2cf7

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [cd43b8cf32f749a5c65ec13998ae491311f58d1a]

        Turn disableLayoutManager into a member function
        
        Change-Id: I489859a53f98a1e70f8a79c3a974dd0d8954ccd1

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [819175e1f04cfeac734fec1fb0f8077f36c953cc]

        Remove leftover comments
        
        Change-Id: Iabecc0d240c499ef81d8b85c8d0b37383813b06a

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [8c7e9633d38e343b28a336f990f7fb4e1ffe9a46]

        Remove obsolete comment
        
        Change-Id: I43b65f48d75e293c3fe721e6d5a401f1e176df12

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [14b26b73472ab0ec02b2e395d3417e13e4c78a28]

        Combine successive private blocks
        
        Change-Id: Id0da294261d9f42e4ba31864827e38e29bf44ea0

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [9258fc222d79d9407172ed70c7e1a69b1cf1f25d]

        protected -> private
        
        Change-Id: Ic021240bbc2069d6d47b51c0b8e0d81739a72151

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [eda008c4faa6515cff02738996bac89ef4b41040]

        Fold impl_initializePropInfo into initListeners
        
        Change-Id: I14d6461d442a8e0ff1efd719e7e2233ffbc523a5

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [69741ccf3dac255cf7de48ea5286a343298d995d]

        No need to lock SolarMutex here
        
        Change-Id: Id626dc7c5c75b885b3665e06596b7a58d225cd4c

2016-04-11  Noel Grandin  <noel@peralex.com>  [2c93d340ae4e854b5c9d3aa8c38a8bba0ae6b74b]

        clang-tidy performance-unnecessary-value-param in vbahelper
        
        Change-Id: Ifbe78c4a43b9d77d6ecf481bb1a9aaac6bcd01a6

2016-04-11  Noel Grandin  <noel@peralex.com>  [fb42d03b5a404ac73e24d90e094885c14c3b7584]

        clang-tidy performance-unnecessary-value-param in unotools
        
        Change-Id: Ife11111b0265da5d5a8a98766a94f3b640b357f5

2016-04-11  Noel Grandin  <noel@peralex.com>  [b76c2ea81df92e1a863ce04e02005f58ab5ea5f9]

        clang-tidy performance-unnecessary-value-param in ucbhelper
        
        Change-Id: I595485e8804d6f2e4e0f9bc8a78c8cb132411f7d

2016-04-11  Noel Grandin  <noel@peralex.com>  [50d02ad99f73aafbf25350c7275920af53d20ae1]

        clang-tidy performance-unnecessary-value-param in tools
        
        Change-Id: I57b2fd191dfd937f3327f148b27767b364acf667

2016-04-11  Noel Grandin  <noel@peralex.com>  [28c96a09105f87d76441234a6e77f2ac1e1473df]

        clang-tidy performance-unnecessary-value-param in toolkit
        
        Change-Id: Ic08723ef15f2bc31031e3887b9916ecc7e2205da

2016-04-11  Noel Grandin  <noel@peralex.com>  [e9cded40c8727cec7d0d29219c14ef0d0eef5195]

        clang-tidy performance-unnecessary-value-param in svx
        
        Change-Id: I3e8cd7cedb3e7b7ef05760d21b10994ce615324b

2016-04-11  Noel Grandin  <noel@peralex.com>  [c399630f9cd94bc570659c3bdfd6526e3532c46f]

        clang-tidy performance-unnecessary-value-param in svtools
        
        Change-Id: I6360a780aac9a387fed3a1c9a086196dbba0b089

2016-04-11  Noel Grandin  <noel@peralex.com>  [76bff82cc637c10c8dbbbb7148e07555cf8e7ff4]

        clang-tidy performance-unnecessary-value-param in sax
        
        Change-Id: I46aad7b0a96210e5f3f278c3f6f3a945825b7cae

2016-04-11  Arnaud Versini  <arnaud.versini@gmail.com>  [d036e4df855798b31ff0e782c98be43be455883f]

        BASIC: Remove useless static_cast from basmgr.cxx
        
        Change-Id: If389aaabd22751908beba7dee9dbc79460692524
        Reviewed-on: https://gerrit.libreoffice.org/23958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0207ed2a00f1a5962d9b920bdf9898937476aa85]

        sd: inline BEGIN_SHAPE/END_SHAPE macros
        
        They are used only once.
        
        Change-Id: I9d3f3ae1fd8210f09bc11b267ccb2d0a437701f8
        Reviewed-on: https://gerrit.libreoffice.org/23991
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-11  Caolán McNamara  <caolanm@redhat.com>  [93efd7ebbad293d3729b8ea4b9726aff498f607f]

        Resolves: tdf#98366 paste document has 10x10 sized SdPages...
        
        so long lines in them are clipped out in the preview.
        
        Change-Id: I355986ff4a9c9e53f8e8f5d41b63f74c633f41ee

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [a2f91994dffb5945ff70de864591d594d2fe7f59]

        Avoid reserved identifier
        
        Change-Id: I6dfb2961adeb412405c58e0a0b51e130cbd3e0c3

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [662035ed6334711d053cb4a7b2d37ff95c1f6838]

        Don't get excited about "inline"
        
        Change-Id: I4f067bd60706814b4d2cc6057a0342696021ad75

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [b5d7b60fe3c0befb07ba739b0168bfc17851667f]

        Avoid reserved identifiers
        
        Change-Id: I3c3ca71a2e0098ec8df49c6bf4c2045218c91ee9

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [0548af776fc617acfe95076df0edc1b41ce536b1]

        Remove unused macros
        
        ...that were introduced with b5a9cc71d246c26da8aca4203da84c10c104c222 "Exif
        reading/writing and Jpeg lossless transformations support" but apparently never
        used
        
        Change-Id: I7e3367b5753b06746a82ae18453b6f9a291ff77a

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [e5963700ff6e60e9679cf37bc0b65f5cfb406f5a]

        Get rid of _XPMPRIVATE
        
        Change-Id: I37396cfe303bdc17520a69ee7cbdbdbc219eea1c

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [9dee2bf5b40dc0e730a4f0c2aacc03a068322388]

        Get rid of _XBMPRIVATE
        
        Change-Id: I4e2cd2d98299ee0b25e05b8a96fb8c3b8390b66d

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [5f12e1902a4e9716c610388615fbe4a289133d63]

        Get rid of _GIFPRIVATE
        
        Change-Id: I3e6b8d424c460987f7a6269ad035ecaeafe48366

2016-04-11  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [87e949b68e9931ed5f19ab6ceb8a709ec2d3d6cf]

        tdf#49554 Fix misleading error message
        
        Fix misleading error message about primary key
        on first page of table import wizard, and give
        additional info about the process by adding
        an info label.
        
        Change-Id: I7c511abc512b7ab87321c055057bae4f42e29af1
        Reviewed-on: https://gerrit.libreoffice.org/23969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [654fa8aaed2f959103e3402e2036e9b1e0d734fc]

        loplugin:stringconstant
        
        Change-Id: I4776cca99c362998a979507880dce1eccf8e5e04

2016-04-11  Oliver Specht  <oliver.specht@cib.de>  [daf209b64d36ee5261ee18e91548d02ce374fbe3]

        allow disabling recent files menu entry
        
        patch 85071c6c7b120935b03926228916393a94aa5ef0 fixed the problem of submenus
        in tools/language but broke the disabling of the recent files menu entry
        This patch makes it possible to disable and the recent files entry without
        breaking other menu entries
        
        Change-Id: Ia1ba7c0a75cdf82faacead4f92902f65f05186ba
        Reviewed-on: https://gerrit.libreoffice.org/23988
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-11  Juergen Funk  <juergen.funk_ml@cib.de>  [58bcea744ac4d9f73f055527369ef54cbc8f1a97]

        tdf#87944 COLOR-PICKER stays on wrong position.
        
        After this patch dab2582f05979cd99a5937cb95a387cfed70bb8d
        under windows always open on the wrong position
        (open in the middle of the application but not under the
        pushbutton)
        
        Change-Id: Ib245df6ccb2be768f7a12b638864d5c3cea1a390
        Reviewed-on: https://gerrit.libreoffice.org/23557
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-11  Mark Hung  <marklh9@gmail.com>  [e9230b2b09a8dc0ea71263a1c321f4f63a222ac9]

        tdf#48300 bring window to top and restore window when minimized.
        
        While XWindow->ToTop() in Linux do the both for default ( None ),
        ToTopFlags::RestoreWhenMin has to be specified in Windows in order
        to restore the window, and ToTopFlags::ForegroundTask is necessary
        when ToTopFlags::RestoreWhenMin is specified in order to bring
        non-minimized window to the front.
        
        Change-Id: Ief4a825a18d874a0c35211c9022a4261da6bcf8f
        Reviewed-on: https://gerrit.libreoffice.org/23938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [cab0323ebce6f46baad32c41829e3a5e93a10e4b]

        tdf#74885 Fix direction in CMIS property editor scrollbar
        
        Use outer container size to compute scroll max range.
        Remove class member function no longer used.
        Remove class field no longer used.
        Rename some local variables.
        
        Change-Id: Ida2f631ce7a49b2ce4cd4ee2913437b020058ae1
        Reviewed-on: https://gerrit.libreoffice.org/22804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-11  Julien Nabet  <serval2412@yahoo.fr>  [f088a556ca17658b442da6ad9ddd52be138750ef]

        Remove an useless check I had added
        
        Reverts partly https://cgit.freedesktop.org/libreoffice/core/commit/?id=43109b751bf5fd36318de56b2fb686acc724673f
        
        Change-Id: Ief7fd752d260031e243ea4304f6c55fa4dc42bfd
        Reviewed-on: https://gerrit.libreoffice.org/23984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-11  Noel Grandin  <noel@peralex.com>  [cb9bcae7baf70eba601daba8857bdea783ad0dca]

        clang-tidy performance-unnecessary-value-param in formula
        
        Change-Id: I9f90c55f74216c2f3452e5b30d85b304668330b3

2016-04-11  Noel Grandin  <noel@peralex.com>  [5cf725b626428b09072e6a3464765c3069f1e43f]

        clang-tidy performance-unnecessary-value-param in editeng
        
        Change-Id: Idfebcc36c756023e491baf2c4259bd580785dd44

2016-04-11  Noel Grandin  <noel@peralex.com>  [fad7d4417e3b4a9d0dda505d4b9aa99d2715aa54]

        clang-tidy performance-unnecessary-value-param in drawinglayer
        
        Change-Id: I59d65ba81afab41e781f9dea5339a01d7918c51c

2016-04-11  Noel Grandin  <noel@peralex.com>  [f3120c0aa898eca9d28c75c037497dbf63effc2f]

        clang-tidy performance-unnecessary-value-param in connectivity
        
        Change-Id: Ie84eeac24f22c5e3d3a4f63728a73023d626ccc0

2016-04-11  Noel Grandin  <noel@peralex.com>  [f678b82f0e4dea47dfc8938f01442b6eb1ce23ad]

        clang-tidy performance-unnecessary-value-param in basic
        
        Change-Id: I997213ca28efc2df04d454ffaf3c81c9cbad09ac

2016-04-11  Noel Grandin  <noel@peralex.com>  [bfff081e74ad06a7e353669eec345c6440db57cb]

        clang-tidy performance-unnecessary-value-param in svl
        
        Change-Id: I8abc272d12e62e25be358dc4c73008971f1cd609

2016-04-11  Noel Grandin  <noel@peralex.com>  [9f877f677346968774d4366f105114fe7f36dd69]

        clang-tidy performance-unnecessary-value-param in oox
        
        Change-Id: I1ac86906ea21c00f8d77834c94583be7d9e9974e

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [b9d091e7d4eb3014aa6198f64f414702105b5aab]

        No need to clear component context during dispose
        
        ...which simplifies access to m_xContext member.
        
        Change-Id: Ia028b5ae26d94527b6668365ab1197103afb8c22

2016-04-11  Akshay Deep  <akshaydeepiitr@gmail.com>  [2e6ed7e0a0f7395d548cbbff71cb72ba32d10309]

        tdf#89095 Start Center: bigger thumbnails for templates
        
        ThumbnailDefaultView is now able to dynamically update the size of the thumbnail in its item.
        Removed padding for thumbnails.
        
        Change-Id: Ibc267c848a844098a59525c76e234f4f9c4d0ed1
        Reviewed-on: https://gerrit.libreoffice.org/23816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-04-11  Caolán McNamara  <caolanm@redhat.com>  [b8cd2221bc0376c63b5d9d09fd1fa232b765e229]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ie25240030fd848a5b30526746206bfd5fe543091

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [5c362058471aad3efff85c6a5d146f6e7baa4583]

        Fix indentation
        
        Change-Id: Ia043e0a5b7ec9623f6575a83374720be1f3b6b83

2016-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [363444aa6e6a2a0a81d6a82c4a4d6417291f87a2]

        vim-ide-integration: clang does not always like gnu++1y that much
        
        And gives the error:
        
        include/c++/4.8/cstdio:120:11: error: no member named 'gets' in the global namespace
        
        when it's build against libstdc++.
        
        Commit 9e6221f114ba4422caa79f38ee0a20fb8a8931cd (clang does not like gnu++11
        that much, use c++11 instead, 2014-09-06) added support for invoking clang for
        IDE purposes even in a tree configured for gcc. Extend this in case configure
        sets -std=gnu++1y for gcc as well.
        
        Change-Id: Ib767ef8f30bd6eb9ac825a1521184041f1269d93
        Reviewed-on: https://gerrit.libreoffice.org/23983
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b15ee18a5e81b7c3908fb5343930638cac4918d9]

        cppcheck: silence warnings assertWithSideEffect
        
        Mark some class methods as pure.
        warnings look like this:
        > dbaccess/source/core/api/RowSetBase.cxx
        > 593    assertWithSideEffect	398	warning	Assert statement calls
        > a function which may have desired side effects: 'isAfterLast'.
        
        Change-Id: I1b69340c3714be4678b599fa9a8ca933122aa857
        Reviewed-on: https://gerrit.libreoffice.org/23981
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Yousuf Philips  <philipz85@hotmail.com>  [d91f38bcff7014564c71cb8782fee28b3090caab]

        tdf#99161 Change Index/ToC dialog title and tab
        
        Change-Id: I80349233e4fe3969da98814edaa1df52bb9adb35
        Reviewed-on: https://gerrit.libreoffice.org/23959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0dec0ffec52a7dc01ac3f8ef26bd5a7d12ac4cf2]

        cid#1358429 null pointer dereference
        
        Change-Id: Iec3e2218c356c5a3d01edc0aa55ad9fd18e957f2

2016-04-11  Jan Holesovsky  <kendy@collabora.com>  [b846677427015231d4b377bbcae9ae3618baf1cf]

        RID_SVXSTR_LANGUAGE_RESTART is not needed any more.
        
        Change-Id: I426026938c4cf0e6af22be11dca8e68f991004c0

2016-04-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4e07c7e279b21c4ae93b832a65e221e2dab5391d]

        coverity#1358428 fix "Null pointer dereferences"
        
        Change-Id: I629ff54ea721f4d9626258690767088b1abfb0c6

2016-04-11  Stephan Bergmann  <sbergman@redhat.com>  [3c3bd96ce8e95f0572b7b3a78c2ca1c4fb977802]

        No need to wrap SAL_INFO in OSL_DEBUG_LEVEL > 0
        
        Change-Id: Ibb62a7fd5975ca891333f78a6f3c7c50329aa073

2016-04-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [d84ef731d8f5d8c1e896ecda3d03d4bb9129578d]

        tdf#94306 replace boost::noncopyable ...
        
        ... in modules editeng to oox.
        Replace with C++11 delete copy-constructur and
        copy-assignment.
        Remove boost/noncopyable.hpp includes and
        one unused boost/checked_delete.hpp include in linguistic.
        
        Change-Id: I5a38d8e5ac1b4286bdeb3858d56490a53d13fe80
        Reviewed-on: https://gerrit.libreoffice.org/23928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [2553c5b95d4596fc1ef679a42073d5bc62737914]

        tdf#84938 replace #defined constants with enum class
        
        replace if constructs with switch
        remove temp variables
        
        tried to squeeze the enum in one of the 3 classes
        but it doesn't feel right anywhere.
        ScHeaderFooterContentObj doesn't use it, except for initialzing
        ScHeaderFooterTextObj.
        ScHeaderFooterTextData holds it but nothing more.
        ScHeaderFooterTextObj uses it but always has to get it via
        ScHeaderFooterTextData.GetPart()
        
        Change-Id: I838ebff2e116e24a1c9359d6652bf5b1d30da48a
        Reviewed-on: https://gerrit.libreoffice.org/23352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [c210bf4510585b554e0e9a371f27fa27e2874762]

        tdf#94306 replace boost::noncopyable r.. to sdext
        
        ... in modules reportdesign to sdext
        Replace with C++11 delete copy-constructur and
        copy-assignment.
        Remove boost/noncopyable.hpp includes.
        Make some overloaded ctors explicit
        (most in sd slidesorter).
        Add deleted copy-assignment in sc/inc/chart2uno.hxx.
        
        Change-Id: I21d4209f0ddb00063ca827474516a05ab4bb2f9a
        Reviewed-on: https://gerrit.libreoffice.org/23970
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Berk Gureken  <berkgureken@gmail.com>  [cf81f3ba0602eeffad8907a1bb9cdd24e62c2d1e]

        tdf#79656 Restart now window for language change
        
        When you change the UI language and click OK,
        Restart Now window opens instead of warning window.
        
        Change-Id: Ic503bf4536a855891456f48745b748786857200f
        Reviewed-on: https://gerrit.libreoffice.org/23421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-04-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [b4ddacbc552905d0434e9204ee954cb4522a00cd]

        fix copy assignment signatures
        
        get value by reference
        
        introduced in
        commit 8c2f2e1dd77cdce9bdf63beff5a79f91adc44630 and
        commit f9b200ce54cd67ddc04747f9676568a86e14d864
        
        Change-Id: Iba84dd752f4cbdde9f3676c434d107efabe63a38
        Reviewed-on: https://gerrit.libreoffice.org/23974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Noel Grandin  <noel@peralex.com>  [e5dd156a44625865684b5dfa90a95108259deb50]

        loplugin:constantparam
        
        Change-Id: Ie690088d7a7d568703afd22f544628fc8012a7e1

2016-04-11  Noel Grandin  <noel@peralex.com>  [4cbcec9ed4c51277b00c155a5fa097880c0dee4b]

        clang-tidy performance-unnecessary-value-param in sfx2
        
        Change-Id: I035eec1f3701c48b9a85c60400c68f9365299b48

2016-04-11  Noel Grandin  <noel@peralex.com>  [f3a43c723eaf751d5ee28b13c0cc6f8014094bbe]

        clang-tidy performance-unnecessary-value-param in comphelper
        
        Change-Id: Iff26c89ea6079e0f12691dbc04bb36f02b85c305
        Reviewed-on: https://gerrit.libreoffice.org/23920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Noel Grandin  <noel@peralex.com>  [f3dabe7507b578484805255eae31d8a1358e605c]

        make GetGlobalUNOConstant and GetUNOConstant take an OUString
        
        and eliminate converting backwards and forwards between
        sal_Char*/OString/OUString
        
        Change-Id: Iaf52ce93f0e732ab338f75d21b95ab4b020a4d6f
        Reviewed-on: https://gerrit.libreoffice.org/23919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-11  Julien Nabet  <serval2412@yahoo.fr>  [234f10eb26b70bb2ab412dd46d2763f3a7f555ff]

        Replace OUtoCStr macro
        
        + use SAL_INFO instead of OSL_TRACE for the impacted lines and surroundings
        
        Change-Id: Icf12f51d68af15527ec7baf79a2d60608d849c97
        Reviewed-on: https://gerrit.libreoffice.org/23975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-11  sunweb  <sunweb@hotmail.ru>  [2c9f86854d58bf544b9c596f23844a0d857078ee]

        tdf#99110 more improvements for formatting dates for uk
        
        Change-Id: Ie5ce24292d3346aaf28315ef20a626190a3ec664

2016-04-11  David Tardon  <dtardon@redhat.com>  [f025b7ea8d2af57fcbc8aa69a8dae636d9219ad3]

        tdf#99110 use the right case
        
        Change-Id: I00cfe81921f0c9c7a3a0c7834491ca0c25e21fca

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [2ebe52450d3018c1b96c308098e9e2dc7c5048bd]

        Replace AddEntry macro
        
        + remove useless call to OUString constructor
        
        Change-Id: I6544e74dad2b24c694967aae9766af8870c8c06e
        Reviewed-on: https://gerrit.libreoffice.org/23973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [297fd836b70d062c84980ef0c68f1e802c77a6d9]

        Typo: multible->multiple
        
        Change-Id: I1c61841be58d49132ac3c69a6b227d75e829f769
        Reviewed-on: https://gerrit.libreoffice.org/23972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [efa26982992d9533db7ef10c788cb9476a7fdcd5]

        Typo: rubust->robust
        
        Change-Id: Icc6bef40a66d5616667d55bf02f10e19153457a7
        Reviewed-on: https://gerrit.libreoffice.org/23971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [1d371bb521c506e27ca5b2b6999a77071db9fd45]

        Replace macro IterateLayoutItems
        
        + use const iterator when possible
        
        Change-Id: I6aa0c312394309455df804947565a3b876aa4d19
        Reviewed-on: https://gerrit.libreoffice.org/23968
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Pedro Giffuni  <pfg@apache.org>  [429a15cc292a92c2f00be6febde7da66ed792b70]

        Drop redundant parenthesis.
        
        Found with coccinelle:	http://coccinelle.lip6.fr/
        
        Currently only applied to C code.
        
        (cherry picked from commit aaf15142bcbc44f0e06a3357d2b21ecf9c673d21)
        
        Change-Id: I7d43b024752ebd47e84e2e51028f8fd132410800

2016-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28d0e255e231639c4d79f6dedbe972d6daeae7f0]

        tdf#94429, tdf#92198, tdf#95233: STYLE in conditional formatting
        
        This is only a quick ugly hack and not a real fix. Basically we need to
        prevent either using STYLE with more than one parameter in conditional
        formatting functions or forbid the usage of STYLE completely.
        
        In some way the usage of STYLE in conditional formatting means that our
        current conditional formatting is not yet perfect. STYLE inside of a
        conditional format is just insane from an evaluation perspective.
        
        Change-Id: Ia1cc8c8cc8f00c8d4a055b1c2d128de3e1f8e4fa

2016-04-10  Marco A. G. Pinto  <marcoagpinto@mail.telepac.pt>  [34177135a31d3efe0a6746f85ed5a5d0524b4581]

        Update pt-PT autocorrect file
        
        Change-Id: Iadbd57ccdf4ae0fb37e8ba632ab9747d549bbab3
        Reviewed-on: https://gerrit.libreoffice.org/23840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [43109b751bf5fd36318de56b2fb686acc724673f]

        tdf#99089: avoid some crashes in Basic
        
        First stacktrace:
        
        soffice.bin: /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:577:
        sal_Unicode rtl::OUString::operator[](sal_Int32) const:
        Assertion `index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())' failed.
        ...
        3  0x00002aaaab327452 in __GI___assert_fail (assertion=0x2aaaaeea62a8 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())", file=0x2aaaaeea6260 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=577, function=0x2aaaaeea6860 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:101
        4  0x00002aaaaed91e89 in rtl::OUString::operator[](int) const (this=0x7fffffff2770, index=0) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:577
        5  0x00002aaaaee1c66f in SbRtl_Val(StarBASIC*, SbxArray&, bool) (pBasic=0xa2a7ec0, rPar=..., bWrite=false)
            at /home/julien/compile-libreoffice/libreoffice/basic/source/runtime/methods.cxx:1792
        
        Second stacktrace:
        
        0x00002aaaaee6054d in printfmtstr (rStr="", rRes="", rFmt="\£0.##") at /home/julien/compile-libreoffice/libreoffice/basic/source/sbx/sbxscan.cxx:534
        534             while( *pFmt != '\' );
        (gdb) bt
        0  0x00002aaaaee6054d in printfmtstr(rtl::OUString const&, rtl::OUString&, rtl::OUString const&) (rStr="", rRes="", rFmt="\£0.##")
            at /home/julien/compile-libreoffice/libreoffice/basic/source/sbx/sbxscan.cxx:534
        1  0x00002aaaaee617ce in SbxValue::Format(rtl::OUString&, rtl::OUString const*) const (this=0xb12dd60, rRes="", pFmt=0x7fffffff20e0)
            at /home/julien/compile-libreoffice/libreoffice/basic/source/sbx/sbxscan.cxx:883
        2  0x00002aaaaee217af in SbRtl_Format(StarBASIC*, SbxArray&, bool) (pBasic=0xa2cffa0, rPar=..., bWrite=false)
            at /home/julien/compile-libreoffice/libreoffice/basic/source/runtime/methods.cxx:3519
        
        Change-Id: I1798a1545ce08efa9d6fc39f4696195f9dc96c67
        Reviewed-on: https://gerrit.libreoffice.org/23956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [683e0ee64ab546c1671999a1047f811584f434d3]

        tdf#99155: fix crash on clicking subcategory title in customanimations
        
        Change-Id: I87b8664366c44d80a3ad1b4062ccb99bb1cdb8b9
        Reviewed-on: https://gerrit.libreoffice.org/23955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Julien Nabet  <serval2412@yahoo.fr>  [79fc3337851994acf813dacd2a518ba408d37581]

        tdf#99176: Fix redundant condition
        
        Change-Id: I76038b6d1358d0c5dbab76638c2cefc23f41366e
        Reviewed-on: https://gerrit.libreoffice.org/23954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be829fa15777b3b1a6727eee231c89894e7c425e]

        don't pool SvxFieldItem, tdf#92773
        
        In documents with many different hyperlinks pooling them is incredibly
        slow. I doubt that in most cases the hyperlinks are the same so let us
        just not pool them.
        
        Change-Id: I2387aee57ef0ab3183d9cc3486ddbf8ca2883e0b

2016-04-09  Caolán McNamara  <caolanm@redhat.com>  [7b9a5e8124328da9d81aed58cf944c91560a7c07]

        valgrind: leak on export of ooo98646-1.doc to docx
        
        Change-Id: Idd1015fd9dfe12c085a61756fb9448fb6df09326

2016-04-09  Caolán McNamara  <caolanm@redhat.com>  [3ac0778c0a2b2f693a1029b7b05c1be4f71944a9]

        coverity#738785 reorg to silence Uninitialized pointer field
        
        Change-Id: If2225e77215e2a6fb6b9e9dfc6021a2c20babe50

2016-04-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [656f639dc3664437a491fa8dd5ecf44fd430fa27]

        Ignore lo.png output from make dump-deps-png
        
        Change-Id: I9d968a14db440a54e3accefb12e2d0a5685d0b37

2016-04-09  Caolán McNamara  <caolanm@redhat.com>  [1b04d59eb8d3411111ee393289d2c0703c68643c]

        valgrind: use of uninitialized data on load of ooo98646-1.doc
        
        Change-Id: If6aab00a5b2283376a04b70580df6c1c4e5304a2

2016-04-09  Caolán McNamara  <caolanm@redhat.com>  [b5a33af1989b92285c89cc108806f296afea33c7]

        coverity#1358391 Inferred misuse of enum
        
        might be good to change nId to the enum and use the enums then
        
        Change-Id: I302f13fd960227e682f98ce2946b8567442641da

2016-04-09  Caolán McNamara  <caolanm@redhat.com>  [617bbc9da95f7e4b13e3a999fd3085a4fee23ae4]

        pCont can be null
        
        Change-Id: I7af6c5f4a14e330924a1ea12ebb6328884b8a565

2016-04-09  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [bef802a7bf7acb8331a1d776db9bbcc3bf16220b]

        tdf#99172 support for vertical align import/export property for text boxes
        
        Change-Id: I1cf8d8d57a7245800e2b28b674301ebcb5470348
        Reviewed-on: https://gerrit.libreoffice.org/23927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95eb1c9e51e11abcc1f6d8ba7554fbc5c9590b98]

        add test case for tdf#96549
        
        Change-Id: I2df85972b92a9caf780ccacec102e6a9cdd652a6
        Reviewed-on: https://gerrit.libreoffice.org/23933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8322dffb4dfc7015ee0842f133b79080eb2b0d8]

        import all formatting properties for column style, tdf#96549
        
        Change-Id: I782f3ea7cfa9af335bd117b9f4ad6ac9c719115b
        Reviewed-on: https://gerrit.libreoffice.org/23932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c9337ecce749ab2769ed1986d05dbb37e2e3fab]

        add test case for tdf#98554
        
        Change-Id: I7437a1ed8dd915411f6014bc01d4224fe5604f1d

2016-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a86f37c5182d11d8f43a8b173d0d4dcea4be42c4]

        use the better color import method also for databars, tdf#98554
        
        Ideally we would move some of the magic here into the ThemeBuffer class
        but this requires a lot more test cases.
        
        Change-Id: I29adadda6b40cd1863ad3d68554acf7f27c57900

2016-04-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5639909d59b158708305ce3b2e6afe3760032e84]

        work around Excel theme color bug, tdf#98554
        
        Change-Id: Id0cd37b37394a0759ee6ffccafd8def719c14312

2016-04-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ee2f723e467e5ac17c34c51639deb3612f75d415]

        Updated core Project: help  5ebb8347c5656e487d3d44423ccdedf7c7789da1
        
        tdf#98885 Stop mentioning the removed globe button
        
        Change-Id: I36a1a6df6c05058093a32cf1dd210c1c2bec76ec
        

2016-04-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [bc08c4f175d03b0a16580e110ff1e5a35e0b1969]

        Updated core Project: help  0971afd90a64d4463bae0bc9f5db091d276640c1
        
        tdf#99003 Rename Target to URL
        
        Change-Id: Iba302d6f56150e2f0e1489b29398c82472ff49da
        

2016-04-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [05614d69ec152fe5ff21bb1f21382c5af096fa5d]

        tdf#99003 Rename Target to URL
        
        Change-Id: Icbbd3191e00d3eb187f50c18083b8db7b27544ee
        Reviewed-on: https://gerrit.libreoffice.org/23926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-04-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [922ee9a9da62febfe38a7780b11cf0d7ea0d5685]

        tdf#94306 replace boost::noncopyable in d...
        
        dbaccess, desktop and drawinglayer.
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Nothing special, only one unused include in
        dbaccess/source/filter/xml/xmlfilter.cxx.
        
        Change-Id: Iebabbc658215162450d4caf08d4fb2f116c456d9
        Reviewed-on: https://gerrit.libreoffice.org/23918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [25934decf8bfd94506bccd48ac66be9d7eb4dce2]

        tdf#94306 replace boost::noncopyable in chart2
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Delete default-constructors when comments suggested it.
        
        Change-Id: Ieeaf6ca998a4165d6eacf5e900c6a09aafdcfbe6
        Reviewed-on: https://gerrit.libreoffice.org/23903
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd61dee6457a44687f1142dd55bfee6b64fda2ef]

        tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...
        
        ... when it was 'manual'.
        
        Regression from commit c1e563f6efd09cd3463f1b92a3022ae288c92087
        (fdo#76741 [DOCX] Table Alignment and width type, 2014-04-04), DOCX
        import code had to deal with two kinds of horizontal alignment when it
        came to floating tables: the alignment of the table itself, and the
        alignment of the float parameters. The problem is, in general it's
        wanted that the table is aligned according to the floating parameters,
        but in Writer the "from left" UI setting is described differently for
        tables and fly frames: tables use LEFT_AND_WIDTH for that, while fly
        frames use NONE.
        
        Fix the problem by touching the default only in case the floating
        parameters have something that's different from NONE.
        
        With this, the width of tables is no longer lost when they are described
        to be floating ones in the DOCX markup, but FloatingTableConversion()
        decides to ignore that.
        
        Change-Id: Idd41c3e03e6ded8552e9d15b6080e4b45eb18d3d
        Reviewed-on: https://gerrit.libreoffice.org/23923
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-08  Jan Holesovsky  <kendy@collabora.com>  [b98f2cc3cf8bd2721ec8118af64edd3424c69dc2]

        lok context menu: Handle the case we only get the slot-id.
        
        Change-Id: I7a2537ccebf80c79bf61f041bfb18cd6ddc93ca2

2016-04-08  Eike Rathke  <erack@redhat.com>  [7dda56143f17f9b85bcc9630f2fad12b65541fc2]

        unit test for replacing fragments of shared formula groups, tdf#97897
        
        Change-Id: If17b0f812c33f338e7ff5af381c1ed17b9965eba

2016-04-08  Stephan Bergmann  <sbergman@redhat.com>  [40c3e906c6617a6b2a6fcab0c3879c19919b75e8]

        loplugin:unreffun (missing "= delete")
        
        Change-Id: Ie9252e29b06242e8ab0b839f52de8b81897d269e

2016-04-08  Stephan Bergmann  <sbergman@redhat.com>  [112150c00f7a0cb1a20bf7216feea95c57cf0dbc]

        Silence loplugin:unreffun
        
        Change-Id: Id68ec3e157445249bd96635d50e1de9c68cc0a46

2016-04-08  Stephan Bergmann  <sbergman@redhat.com>  [fbb96dcf54fc061d21f6259acb1ade9b2e216026]

        Base Frame on WeakComponentImplHelper instead of TransactionManager
        
        ...to get the deadlock under control the fix for which had to be reverted with
        22fbbfe984f5da2592674f9260f5e4988b1341fe "Revert 'Avoid deadlock when two
        threads call into Frame::close'".
        
        Generally, replaced instances of TransactionGuard(E_HARDEXCEPTIONS) with
        checkDisposed() and instances of TransactionGuard(E_SOFTEXCEPTIONS) with
        nothing.  A TransactionGuard would not establish a locked section per se (only
        would it engage in locking when TransactionManager::setWorkingMode is called,
        see the deadlock mentioned above), so the potential for introducing new races
        should be manageable.
        
        While at it, get rid of those implcp_* "debug methods" used to SAL_WARN about
        bad arguments to some UNO interface method implementations.
        
        Change-Id: I5ea9c1c8b20fd38457c558dbcb3a853a51a09b6e

2016-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c07f04ab422eadba0f2c3c128a0e3ff78e90cdf2]

        tdf#99140 DOCX import: fix table at the bottom of the page to span over ...
        
        ... multiple pages.
        
        In short, one more blacklist entry when conversion should not be
        performed.
        
        Change-Id: I764f02cc58ae1b7af802b81e570e4feaf73ee2c1
        Reviewed-on: https://gerrit.libreoffice.org/23912
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [f9ddd6e317a7bfd662516d197c3caea976aef3b3]

        Change #include <cairo-svg.h> to <cairo.h>
        
        Since we don't need cairo's svg feature, and we build internal cairo
        with --disable-svg. Also remove commented-out codes which use svg.
        
        Change-Id: I5a8e8c672588bb6eca28696f21221770972ec3d3
        Reviewed-on: https://gerrit.libreoffice.org/23456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cd089979607566bc26259ff9edb079842aabdd4e]

        opengl: refactor GL texture slot mechanism to be more general
        
        Slot mechanism in ImplOpenGLTexture was written to support needs
        for FixedTextureAtlas. This commit makes the slot mechanism more
        general so it can be used in other kinds of texture atlases like
        PackedTextureAtlas.
        
        The ImplOpenGLTexture still tracks slots, but it is not needed to
        define beforehand how many slots there are. The deallocation has
        been factored out, ImplOpenGLTexture instead calls a callback
        function that a slot with a specific "slot id" has been
        deallocated.
        
        Change-Id: I23950d325b803969f958d03ebf34805687c4e620

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f65e77c965bb47d53c994d90b7fd0bf5009b343b]

        opengl: cleanup texture, const internal format
        
        - Move IncreaseRefCount and DecreaseRefCount to texture.cxx
        - Add a constInternalFormat constant for the internal texture
          format that we want to use.
        
        Change-Id: I1c1e1f784075dc0d20b033d3bd2e52d2ffbd8252

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [094faaae6982472375420e57d6b9e34eefdbced8]

        opengl: fix wrong clipping when drawing text
        
        Change-Id: I41a182c5309586337032328dfe82b1c6715f0dc2

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [80d0b2916db81a7f47bb1d368677016bbb870df6]

        opengl: use packed texture atlas for glyph cache in win. backend
        
        Change-Id: I6a627699d49bad47213788877fa3947ad2ef83f4

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [40e9ed91bd8bbfecfc3832d73a81741d0aa97d3a]

        opengl: texture atlas impl. to efficiently packs textures
        
        Change-Id: I66b3eddadb172da26aa1a62f2a795895769db93b

2016-04-08  Tomaz Vajngerl  <tomaz.vajngerl@collabora.com>  [96a098c0e8a009b77a26061dac3318da71d34ee4]

        opengl: deferred and optimized (text) texture drawing
        
        Switching between textures is not cheap, so minimizing the amount
        of switching performs better. So instead of immediate drawing we
        can accumulate texture draw actions and defer drawing as long as
        possible. After that switch all accumulated textures and draw
        everything needed with one GL draw call.
        
        This is beneficial for text drawing as we cache many glyphs in
        per textue.
        
        Change-Id: I1b94b9ac6a5f2c1a3dbbd75f4df76436a5d40f31

2016-04-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f781997ee1dcb61b01b04cc050001e2f46b12dfe]

        tdf#94306 replace boost::noncopyable in c...
        
        comphelper, connectivity and cppcanvas.
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Removed unused boost/noncopyable.hpp includes from
        some source files in cppcanvas.
        
        Change-Id: I90780820e21fbfd291ac10c266e7d16616e3a81b
        Reviewed-on: https://gerrit.libreoffice.org/23905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-08  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [98d7b02f2b69f2f88a03054183933df7f190017d]

        tdf#94306 replace boost::noncopyable in cppuhelper
        
        and related modules.
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        
        Change-Id: I18aa9fe4ff696f9b5472cbe4cd0097cb174618b7
        Reviewed-on: https://gerrit.libreoffice.org/23904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-08  Caolán McNamara  <caolanm@redhat.com>  [b7bf06d5d6f640df1304b605a2eaa5276f998dcb]

        foundry may be null
        
        Change-Id: I39359389a42e35e0131db1d0451fbd5531843f75

2016-04-08  Jan Holesovsky  <kendy@collabora.com>  [788616fe7ce7c56d9dcfccafdd3e1f55036aa8a7]

        lok context menu: Expose the disabled commands too.
        
        OTOH, don't show choices that don't have the .uno: command, we have no way to
        handle them.
        
        Change-Id: I0df6ffe2049bbf11ba4b8931164be6a3381d3916

2016-04-08  Pranav Kant  <pranavk@collabora.com>  [610db8d5d0500aed2ca6d4da822cf70746b44d49]

        lok context menu: Expose context menu
        
        Change-Id: I0968689630e10f838c075e86357eb36a9a220d0d

2016-04-08  Stephan Bergmann  <sbergman@redhat.com>  [396ed6ff96c02fccf6b26e983d628a5afce7d656]

        Drop unused uses of TransactionBase
        
        Change-Id: I606fc8e06823df9caf8786b1ae4d432c061ddc80

2016-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f3360957009b5cf05a592443df61a37536a9f1c]

        SfxTabDialog: rename members missing their prefixes
        
        Change-Id: I6c739d4c64fb0b460e993f2a326a0acfec98b1c7
        Reviewed-on: https://gerrit.libreoffice.org/23902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [753c474b199a9c12f182c89c487133f9fa88e352]

        fix many ooxml validation errors
        
        This code was just horribly broken. Every requested property would
        return the color value which if interepreted as an alpha value gave
        invalid values.
        
        This now contains an assert that might trigger in the next set of crash
        testing.
        
        Change-Id: I959084dbce2d28878b50ec52ece71397d4ace561
        Reviewed-on: https://gerrit.libreoffice.org/23909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5a4b01f63d3f2a7d7d6fa8cf9ca6a328c5da7a6a]

        vcl: draw toolbox grip with ellipses instead of pixels, HiDPI
        
        Previously the non-native grip was drawn manually with filling
        (lots of) pixels to get kind-of 3D effect for grips. This is not
        ideal for HiDPI and can also be slow on certain backends.
        
        This commit simplifies grip drawing by just drawng ellipses
        (circles actually). This makes it easy to extend the drawing to
        support HiDPI scaling and it also looks better and simpler.
        
        Change-Id: I9df192b69f7f920cececf12b40c1f70342e6d485

2016-04-07  Noel Grandin  <noel@peralex.com>  [ba95e61314fb310575fe1dfd035234f4d6d7ca02]

        fix bug in SbxArray::Merge
        
        bug was recently introduced by
        commit a5c232831395f8987a8395816c5a60105a52b6a0
        "BASIC: Store directly SbxVarEntry in SbxArray"
        
        bug was found by clang-tidy
        
        Change-Id: Ibcce6d6024ac60eb143cd873760586a7f6231858
        Reviewed-on: https://gerrit.libreoffice.org/23890
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [6f1df6dca04579dea5e54113cc9c0003ee98ebfe]

        starmath: Assert that SmAlignNode must have only one child
        
        Change-Id: Ia59e453040b121c27a1326ee4bdc8a7ccaa4074d
        Reviewed-on: https://gerrit.libreoffice.org/23588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e88ba02a70c3f2279ed7ceefeb94f843537bcf8e]

        tdf#97087 - Give Idles comprehensible and unique names
        
        Change-Id: I435d26c00f48506a3f6bfb22aae156e91636842a
        Reviewed-on: https://gerrit.libreoffice.org/23887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-07  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [e943da4189e829c7b65b6d171bd6d16ca5e0b425]

        Fix simple typo in SAL_INFO tdf#97087
        
        Change-Id: I925ff84c827b668d11cff8de13b0834dafc47e28
        Reviewed-on: https://gerrit.libreoffice.org/23886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [fa94cdc7fae33987b49985405d84a483010421f0]

        vcl: Make it noncopyable by deleting copy ctor & co
        
        Change-Id: Ia141d1d48d915f1ecc0351e47d7b9700891ebad2
        Reviewed-on: https://gerrit.libreoffice.org/23891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-07  Caolán McNamara  <caolanm@redhat.com>  [70cc48f17a61296021c035f351c3db68bc5e08ad]

        gtk3: the list/combo box hack to get internal buttons no longer works
        
        with gtk3-3.20.2
        
        Change-Id: I608f3476a82233cb49e0b43c95f5a984d7c89c92

2016-04-07  Caolán McNamara  <caolanm@redhat.com>  [42adbfea50385d5af68040bf67149d0007a1e7bf]

        don't need gComboBoxEntryWidget anymore
        
        Change-Id: Ia48817eb1476ef6479c3b8e53666e63198cc9310

2016-04-07  Caolán McNamara  <caolanm@redhat.com>  [dfa05574ea01eca00f69822f872146f0da5d0303]

        coverity#1358119 Uninitialized scalar field
        
        arguably a false positive seeing as coverity ignores implicit default ctors but
        not explicit ones
        
        Change-Id: Id01f6a2728c197239563081c92275d44869b5d96

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [a0c96b0aa845866ce412427a55a25941712ab3cf]

        Remove unused Int32HashCode
        
        Change-Id: I0f43db050155b231dda8f78ed8f8144609c7125b

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [031d314eae926244246565b401d86396eb5b73d6]

        Just use the hash<sal_Int16> default
        
        Change-Id: Ice2c0cbf382997c2d07cc8cd4a7b085a153fffef

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [4be81de0d623571d81c167f326dfb913fdb08df6]

        Resolve OUStringList typedef
        
        Change-Id: Ifb5dc5128b5619abb83eea427c7fb1115fd825f3

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [02041335d89cfb23b59218c9201ff16baf423b81]

        vector::clear is just fine
        
        Change-Id: I5d8ec98d437913861b584cf3077618a2d6b0a0be

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b24937c11477af44789c3c80d1d79a966895dc44]

        Remove junk that erroneously remained in previous commit
        
        Change-Id: I18ca0d4daf44eafe88d6f812fa17576edbfb8dfd

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [9a2dea064082465ba912391f637d4710ad355a64]

        dllexport class deriving from template means trouble with MSVC
        
        Change-Id: I9d170168eac26c52fd6ca8d22124e8ff78b81226

2016-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b9207f49f436a886bcb94ae902e16c47484b3cb]

        add test for tdf#99093
        
        Change-Id: Id47abea42867f418e80a40357baa5f6435ecbdd6

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [f57c9921de4d64fbe27e80e2e7c13dea23853089]

        Get rid of BaseHash wrapper (to unbreak Windows build)
        
        Change-Id: Ieae7d6af7a4753958ebf2aeae9d2ae6fafe5efe9

2016-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d56deaeb2a1e8007e50fc2334f416fddd4e3cde3]

        tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()
        
        No logic changes intended, but makes it easier to add new rules when
        making the decision.
        
        Change-Id: I84d8e6a2b8a4b9ae6fe5cefd381292c2f68be45f
        Reviewed-on: https://gerrit.libreoffice.org/23901
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [92e33ae10d63b5acd8643d33c032dbb022bd75be]

        tdf#98710 - catch exception due to crash in dwrite
        
        Change-Id: I448b166866710825d2b3c582796c392436fe072e
        Reviewed-on: https://gerrit.libreoffice.org/23892
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [e2ef26991681d6e24c32f08660382af4ca48475c]

        Fold PropertySetHelper into its only use, Frame
        
        Change-Id: I148e15c2c91a985cd110f5589adbf26c102b1cfb

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [d6d86237b1b438919609988049ac4a152612fee1]

        [API CHANGE] Remove undocumented TabContainerWindow service
        
        It originally got introduced with b1da5a57d93e8e9b43b9bba9fabc3b7e61289edc
        "CWS-TOOLING: integrate CWS alf01" but appears to have never been used.
        
        Curiously, there were two commits to its code
        (f565a4b3d9b47ca3336df4f8d8d56d4e2dcceec5 "#i107087# TabWindowService must set
        member pointer to zero on VCLEVENT_OBJECT_DYING. The window life time is
        controlled by the docking window! Adding missing RemoveEventListener call" and
        84c0ebe7d3e7dbc3796967d52f9535fecc9e6947 "#i107087# Remove event listener from
        tab window on TabWindowService dtor") that mention
        <https://bz.apache.org/ooo/show_bug.cgi?id=107087> "button merged in standard
        toolbar + own UI caused office crash", but the description of which ("when i
        merge a toolbar button in a standard toolbar and provide own UI (via the
        toolkit) the office crashed sometimes") doesn't give a hint how this service
        would have been used.  (Maybe it was intended to be used by extensions, but
        never got documented neither in offapi's UNOIDL nor in
        <https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide>.)
        
        Change-Id: I86746f73ee99ebe7f5afbc902204a9353e5ccb7b

2016-04-07  Krunoslav Šebetić  <kruno.se@gmx.com>  [07cedfb6c8b98d1d3483cec18eba0bf4e5a79d63]

        tdf#98771 Update DocumentList.xml and SentenceExceptionList.xml for Croatian
        
        Change-Id: I3af29ce57f3c2ed62da63c5a3e9075c582a95d94
        Reviewed-on: https://gerrit.libreoffice.org/23896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-04-07  Rohan Kumar  <rohankanojia420@gmail.com>  [c829898453d75c0f13ff589b7f8adf8fb062a39f]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I disentangled my previous patch and converted fprintf statements to
        SAL_INFOs
        
        Change-Id: I4b993e00f82bdf904586ab5e7c954c4ee3ff1bac
        Reviewed-on: https://gerrit.libreoffice.org/22925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-07  Rohan Kumar  <rohankanojia420@gmail.com>  [f0de4374fffe7fb72ce0e9006af57092834dfe1e]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed the OSL_DEBUG_LEVEL > 1 conditionals with OSL_DEBUG_LEVEL > 0
        or SAL_INFO macros
        
        Change-Id: Ia2a483ea0f992bf182a6beed2b4558a4fb7c5680
        Reviewed-on: https://gerrit.libreoffice.org/23079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e214df32fb3637bd7810a299fb8b38810b1a3874]

        we need the position in the formula converter, tdf#99093
        
        Change-Id: Ic3dd13aa4d4b8190b78f3e6f1cdda844e39cc719
        Reviewed-on: https://gerrit.libreoffice.org/23884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [013090d5f6855da3220fcb841c8a319526888864]

        ScHeaderFooterTextData default ctor had been added in error
        
        ...with be3c2ff9233e8d4c5afe9c696cb5a60b24b25efc "tdf#94306 Replace
        boost::noncopyable with plain C++11 deleted copy ctors"
        
        Change-Id: I817b96fea3056f5d9914e5d1c829d07ca9755d34

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [aea456a37445f402f1fb3eb1415ca6af7046cf1e]

        clean up
        
        Change-Id: Ibf0df59d2773a3356b21e1b4c70889511b373e56

2016-04-07  Tor Lillqvist  <tml@collabora.com>  [e821558b2e233a9c04712555a6bdcb5020c1209f]

        No need for <malloc.h> here
        
        Change-Id: I809143b0c2b5fe36ce01f44e6eca2f33ae36198f

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [dee0a619bff88776d2b6c5b824fc8e8950418f70]

        Revert "reduce unnecessary realloc'ing"
        
        This reverts commit 9f6e6fabcd5718e0b65437c5ce398e520f47aae1, which is wrong, as
        it would cause the functions to now try to read aReadBytes.getLength() bytes if
        that is initially larger than nBytesToRead.

2016-04-07  Tor Lillqvist  <tml@collabora.com>  [c076babe3ce636d60a699f66e4912c4d043b0412]

        Drop pointless "internal" directory level for already internal include files
        
        Change-Id: I1ece44616704483cd4d9d2b6204329414f82a98c

2016-04-07  Eike Rathke  <erack@redhat.com>  [94a95dce43e07b40350ed849db148b2946e3fd5e]

        Resolves: tdf#97897 (re)broadcast if formula groups were split
        
        DeleteSelection() and DeleteSelectionTab() remove listeners for split
        formula groups, broadcast change after listeners of new groups have been
        established.
        
        Change-Id: I017e92b5cbc5f866768f3732e9997028c0c065fa

2016-04-07  Tor Lillqvist  <tml@collabora.com>  [c5e119f51bd07fb11ac04a58dacf3f79695d02a9]

        Drop pointless "internal" directory level for already internal include files
        
        Change-Id: I496fdbab3e17c806c2d16513412c4c1b9120bc3c

2016-04-07  Tor Lillqvist  <tml@collabora.com>  [43a31e3a727760cf4cf82cdc19ca4c8dcc8a057d]

        Bin unneeded forward declarations of static functions
        
        The file contains their definitions before they are used anyway.
        
        Change-Id: Iaa541ec9a12e4971c0cd4ba7cfb4790d328b7b63

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [8faf41a1d5572f2360ac79396310b6250a470528]

        Prevent MSVC from emitting special member functions of dllexport class
        
        ...that fail instantiation when ToolBox is incomplete (which is normally hidden
        by --enable-pch).
        
        Change-Id: I49ea33cecae9f44dfcd9c7bd8bf0f00f3548ed94

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [16048590bb486ffa3b0a257c31390dc500f7360a]

        external/hunspell: -fsanitize=shift
        
        Change-Id: Ifc78a8f1a0a6fa29ef9becc5432e581f42241467

2016-04-07  Michael Stahl  <mstahl@redhat.com>  [082005bf81b1c72da042193449974bbb610ca85f]

        sw: replace boost::noncopyable with C++11 delete
        
        Change-Id: Iac20763c7d1db467420f9c2fbb3cd636839d4c80

2016-04-07  Michael Stahl  <mstahl@redhat.com>  [1f036d51fa581c3a4f80065d0fbe77b7076665e4]

        sw: replace boost::noncopyable with C++11 delete
        
        Change-Id: I5c97c500096dee70bf9208daae38c3f042ac57d3

2016-04-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [71aa80300c89c726254049f775d1c48518b6dfe4]

        refactor pagein, as it still seems to cause rare crashes
        
        Change-Id: I51e6cdf79c19c3709e00dc10175527ec6583a758
        Reviewed-on: https://gerrit.libreoffice.org/23872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-04-07  Jan Holesovsky  <kendy@collabora.com>  [b8454666ec08cab835af56ba473843397052156a]

        notebookbar: Reduce the vertical space between buttons.
        
        Change-Id: I6cb7761503e36cfce421b23275dd0bd71f5179ca

2016-04-07  Jan Holesovsky  <kendy@collabora.com>  [78e654a71414d90712931dd59ef22a5ab5478e68]

        notebookbar: More Writer's notebookbar.ui tweaks.
        
        Change-Id: I738c618aa8b3bca91e6616b3f9741630ffb20532

2016-04-07  Szymon Kłos  <eszkadev@gmail.com>  [6b559999f83273819d197753da93475e4d87e957]

        updated notebookbar.ui in the Writer
        
        Change-Id: I5f400ca922e446f7dbc3ad99b18862f088751e13

2016-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [44a3eb37cd982c59f8350d53db3798b675230b35]

        tdf#99120 DOC import: fix lack of first share after odd section break
        
        Commit 848b1a05c5c41b5e7ff19c984f60c297a8143990 (fix for bnc#659631,
        2011-02-04) made wwSectionManager::InsertSegments() use
        SwPageDesc::WriteUseOn() directly, instead of going via
        SwPageDesc::SetUseOn() that takes care of not throwing away the higher
        share bits of the bitfield. This way the "is first shared" flag of the
        bitfield got cleared, even when the input document had no title page
        declared, so first header/footer must be shared.
        
        Fix the problem by using SetUseOn() in the DOC import as well when it
        comes to handling odd/even page section breaks.
        
        Change-Id: If167f4582919fa177840ed81e0a53aa379485598
        Reviewed-on: https://gerrit.libreoffice.org/23885
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-07  Krunoslav Šebetić  <kruno.se@gmx.com>  [a3eadcd418b3768b3438c31cf47015270ec3a1f5]

        Updated core Project: dictionaries  de93f4fc07eba5fac0ae40bb45cc8e6acb331743
        
        Update Croatian dictionary
        
        - Corrected few words, added part of the speech, replaced some incomplete classes.
        - Added new author
        - Large update of AFF-file
          It was necessary to restructure the file to be able to do regular and systematic
          updates. Added new sections like ICONV, updated REP section, added quite a few
          sfx classes and more.
        - Changed 'Version value' field to 2016.04.03.
        
        Change-Id: I6d17729f52f4204e93342a35bfbcb60cdf8ce414
        Reviewed-on: https://gerrit.libreoffice.org/23845
        Reviewed-by: Kruno <kruno.se@gmx.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-04-07  Douglas Mencken  <dougmencken@gmail.com>  [06a0f80114c92de9d113fd75c3250fbd44752a39]

        drop double check of the same
        
        Change-Id: I552b53b18f2b05f71fb9ebf60912c9e8ca1d156c
        Reviewed-on: https://gerrit.libreoffice.org/23861
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-07  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f9b200ce54cd67ddc04747f9676568a86e14d864]

        tdf#94306 replace boost::noncopyable in canvas
        
        Replace with C++11 delete copy-constructur
        and copy-assignment.
        Some helper classes had boost/noncopyable.hpp
        included but didn't use it.
        
        Change-Id: I339f2c413a944649d9d63c046e8b7f7ee6e46791
        Reviewed-on: https://gerrit.libreoffice.org/23866
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [04216006ee038232067bcf74d67b14e8918063f2]

        CppunitTest_desktop_lib: avoid #include "../..." style include
        
        Change-Id: Ib5ce0dee00c9306f89ad4b43af4b34e604147a1c

2016-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7be1a36f5a287aaf13f8156f5d16f6c3522e7863]

        fix indentation
        
        Change-Id: I1d1f127e10390246c6bf887cb7d847199be4e091
        Reviewed-on: https://gerrit.libreoffice.org/23883
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [662b327bfb03aacb2ad956d182f87adc131e9e31]

        loplugin:stringconstant
        
        Change-Id: I35551656e5d5d65fd94d60b04e7a07cf1f4be003

2016-04-07  Akash Jain  <akash96j@gmail.com>  [f6695647b6c96a1875fd05a59e840ead11cd5520]

        add waitForIdleEvent in remaining tests
        
        add waitForIdleEvent in remaining tests in
        framework/qa/complex/XTitle/CheckXTitle.java
        Change-Id: Ibc98070c797ef56df60cd925353c9e364e83abe0
        Reviewed-on: https://gerrit.libreoffice.org/23869
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b9792cb9553abb11cc3c7fb6c68a88f716b07b57]

        Avoid reserved identifiers
        
        Change-Id: I63ab4de02702c6f74caa3a65f7d297e2a95a65cd

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [449907b707ebcc45642dd7890f6dfd6923bfc285]

        Avoid reserved identifiers
        
        Change-Id: Id04cfda67c128f038d608699285b6f5500698e04

2016-04-07  Stephan Bergmann  <sbergman@redhat.com>  [9c38c84c4840f5c4129494f713e89a7d82cb79e4]

        Avoid reserved identifiers
        
        Change-Id: I438a7f28ba6bc68ec4e6244a4343e4040ab1b997

2016-04-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [641840dc0f63d23acceb7edd833f4a31f216009d]

        tdf#98960 - DrawTransformedTexture adapted to the new area scale shader
        
        Change-Id: I7c911f2aaccbffacfa5673b120b6177b8bea0672
        Reviewed-on: https://gerrit.libreoffice.org/23864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-04-06  Caolán McNamara  <caolanm@redhat.com>  [157469896ef56720f33676222b95e81c04ab5c72]

        caught on the way out as well as the way in
        
        Change-Id: I436c057b8e81b9dff755f5fda2c137b2d16a9751

2016-04-06  Caolán McNamara  <caolanm@redhat.com>  [ce9e8630b4df2f515bd77d77b3450890b87de30a]

        bump hunspell to 1.3.4
        
        Change-Id: If7c4868c4296d1ca0e485dc06fdf3472e2e8653f
        Reviewed-on: https://gerrit.libreoffice.org/23863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [2105f5b4403fcda7cdadbd108d6578ca759af219]

        Elide const var
        
        Change-Id: Idbbfd0f3e8fc96550c99a0750ff466629d6007bf

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [6720da5d7a59323df6fde12b2a24e548d6a9b812]

        loplugin:stringconstant
        
        Change-Id: I0285ba64213bfd5180e09a40ea6fdf4b210f431b

2016-04-06  Eike Rathke  <erack@redhat.com>  [b6ba851c02570c17e0484c94065a2e72c5675e58]

        (re)broadcast, same as in ScDocument::SetString(), tdf#97897 related
        
        As with ce28d83912d14bc81c455af64893842de78a8c8d
        
        Change-Id: I7cd30509138368d73b43c82d71d520d55417d416

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [6a37ea928d2c0ef9dd7fd7031b3e4e6341a162e2]

        Avoid reserved identifiers
        
        Change-Id: I57d2efee3e89a2793d0b9620c894a14f8970f284

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [f5b325a748f388bb9283a4dcd16d13670b40aa6f]

        Avoid reserved identifiers
        
        Change-Id: I3f077d9937a86b362942173e787dd7cc65a0bbce

2016-04-06  Douglas Mencken  <dougmencken@gmail.com>  [871f49e7fadb863b55c96c3f58ea7cc8fb033b40]

        convert blob's hex bytes to ascii symbols
        
        plus drop some auxiliary variables & assignments
        
        Change-Id: I2e9243fb70b46ada46cee09197ba4cecbc62e7fd
        Reviewed-on: https://gerrit.libreoffice.org/23701
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-06  Caolán McNamara  <caolanm@redhat.com>  [95b720f6d7ba2639c06ba07c3f70aca871a45950]

        revert to fix tdf#98783 missing menubar
        
        Change-Id: Ia322149a7ed461f528af856d9907fe4620f9e97f

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [d02a015593fc129d55e03e2b6d4caacd4e6d3787]

        Avoid reserved identifiers
        
        Change-Id: I5a4415c1f722cfd57d07f656e235a824b5ef521c

2016-04-06  Michael Stahl  <mstahl@redhat.com>  [22fbbfe984f5da2592674f9260f5e4988b1341fe]

        Revert "Avoid deadlock when two threads call into Frame::close"
        
        This reverts commit d2a59bb53ab6c6a364538bdc6928420d8cf72ba0.
        
        Ironically causes a different deadlock, with a non-main thread holding
        SolarMutex and blocked in SendMessage, and main thread dropping
        SolarMutex now and blocking with SalYieldMutex::acquire() instead of
        ImplSalYieldMutexAcquireWithWait().
        
        vcllo.dll!SalYieldMutex::acquire() Line 139
        vcllo.dll!SolarMutexGuard::SolarMutexGuard() Line 1477
        tklo.dll!VCLXWindow::removeFocusListener(const com::sun::star::uno::Reference<com::sun::star::awt::XFocusListener> & rxListener) Line 1066
        fwklo.dll!`anonymous namespace'::Frame::implts_stopWindowListening() Line 3042
        fwklo.dll!`anonymous namespace'::Frame::setComponent(const com::sun::star::uno::Reference<com::sun::star::awt::XWindow> & xComponentWindow, const com::sun::star::uno::Reference<com::sun::star::frame::XController> & xController) Line 1508
        fwklo.dll!`anonymous namespace'::Frame::close(unsigned char bDeliverOwnership) Line 1770
        sfxlo.dll!SfxViewFrame::Exec_Impl(SfxRequest & rReq) Line 261
        sfxlo.dll!SfxStubSfxViewFrameExec_Impl(SfxShell * pShell, SfxRequest & rReq) Line 706
        sfxlo.dll!SfxShell::CallExec(void (SfxShell *, SfxRequest &) * pFunc, SfxRequest & rReq) Line 204
        sfxlo.dll!SfxDispatcher::Call_Impl(SfxShell & rShell, const SfxSlot & rSlot, SfxRequest & rReq, bool bRecord) Line 265
        sfxlo.dll!SfxDispatcher::PostMsgHandler(SfxRequest * pReq) Line 1088
        sfxlo.dll!SfxDispatcher::LinkStubPostMsgHandler(void * instance, SfxRequest * data) Line 1065
        sfxlo.dll!Link<SfxRequest *,void>::Call(SfxRequest * data) Line 84
        sfxlo.dll!SfxHintPoster::DoEvent_Impl(void * pPostedHint) Line 45
        sfxlo.dll!SfxHintPoster::LinkStubDoEvent_Impl(void * instance, void * data) Line 42
        vcllo.dll!Link<void *,void>::Call(void * data) Line 84
        vcllo.dll!ImplHandleUserEvent(ImplSVEvent * pSVEvent) Line 1959
        vcllo.dll!ImplWindowFrameProc(vcl::Window * _pWindow, unsigned short nEvent, const void * pEvent) Line 2524
        vcllo.dll!SalFrame::CallCallback(unsigned short nEvent, const void * pEvent) Line 273
        vcllo.dll!ImplHandleUserEvent(HWND__ * hWnd, long lParam) Line 4111
        vcllo.dll!SalFrameWndProc(HWND__ * hWnd, unsigned int nMsg, unsigned int wParam, long lParam, int & rDef) Line 5767
        
        Change-Id: Iba97daf9cc90028c3b0ef693f928affa32bf5a0e

2016-04-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [45f683a495411af8e059527c137af335ade79c37]

        tdf#96871 Do not force auto log Y scale to B^0
        
        Remove tests to fix automatic Y minimum log scale to 0.
        
        Change-Id: Ic33fbbc3d5ee86db964f74976d85e5a2e1068cca
        Reviewed-on: https://gerrit.libreoffice.org/23559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [5aadbc15a5ab18441026a3dfc75a35dba0146337]

        Avoid reserved identifiers
        
        Change-Id: I2217920ced336189a94c0a5d1e3ac0ccd3912881

2016-04-06  Olivier Hallot  <ohallot@collabora.co.uk>  [4de70892adcfb546e540680d803531d80c31c808]

        Updated core Project: help  e22230a873bf0cd2e10746557f6d0003ee7a9859
        
        tdf#97824 improve description of SUMIFS conditions
        
        Change-Id: I5f81ef8381536aeca8eac8d409c75f20d47212dc
        Reviewed-on: https://gerrit.libreoffice.org/23846
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-04-06  Olivier Hallot  <ohallot@collabora.co.uk>  [10d0c4e9ec3bc08d3e5a2f1d2525055062207713]

        Updated core Project: help  a3913200aa6a0cbfc9cb762999b83a3cce5f5ef8
        
        tdf#98870 Update Options-LO-General help page
        
        Remove help tips
        Add Send usage data to TDF
        
        Change-Id: I4193ea81dba8dce31b7a5caf310cc9f3aa4d4372
        Reviewed-on: https://gerrit.libreoffice.org/23526
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [b3986614ccab718283c3bfc9bb4e51a1f145b713]

        starmath: Drop unnecessary forward declaration
        
        Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68
        Reviewed-on: https://gerrit.libreoffice.org/23848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [15421d71bfaecb7a5ad6df237b6f6aad60a27d9f]

        Avoid reserved identifier
        
        Change-Id: I3ded47656c4e0f1c3134337bddab5713f29be27e

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [165b087b19c644ad872dcaf84b1ca6b3dfedda68]

        Avoid reserved identifier
        
        Change-Id: Ica4dc147a49525f0ec65241c2a9f1d3eb75b7285

2016-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1ee1925ff1bbe502d9a708a98e025bb50a17c90]

        Indentation fixes
        
        Change-Id: Ieba9dfed344e04067278300365172162d6d44aae

2016-04-06  Michael Stahl  <mstahl@redhat.com>  [279c31469ff2d6fe7c32b43827f6f88ddff1916e]

        sal: GetSystemTimePreciseAsFileTime requires Windows 8
        
        3979afceecb98780549fda60c7f75c8015bb33d8 broke the build on Windows 7.
        
        Change-Id: I142208c062d56d6a3daa8213a877411edde45e55

2016-04-06  Noel Grandin  <noel@peralex.com>  [88e3b846b8a4bd4ce5507d1bc5441ee4167e5326]

        remove some dead bits of DDE
        
        Change-Id: Ieb1d4e23f1a62b56d14a655a676d9c7d5f33c51c
        Reviewed-on: https://gerrit.libreoffice.org/23849
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-06  Eike Rathke  <erack@redhat.com>  [ce28d83912d14bc81c455af64893842de78a8c8d]

        (re)broadcast if value replaces cell of grouped formulas, tdf#97897 related
        
        Replacing a grouped formula cell with a different content may lead to
        the remaining cells of the group not being recalculated if they listen
        to a range that contains the current position. For example
        
        A1: 1
        A2: =SUM($A$1:$A1)  => 1
        A3: =SUM($A$1:$A2)  => 2
        
        Enter 2 in A2 => A3 should be 3 but is not recalculated.
        Loading http://bugs.documentfoundation.org/attachment.cgi?id=122714 of
        tdf#97897 exhibits that behavior.
        
        Change-Id: I10b91e77549a7534143be3d6e3cc03026cdaa764

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [fb411e93aead3458d7a3e1f262311330f69a157e]

        Avoid reserved identifier
        
        Change-Id: Ia2af17bbf08cebc9e3c8f772583a61bde194328f

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [308eee791f084fe925a993cbda401db3e1211c22]

        Avoid reserved identifiers
        
        Change-Id: I0505cf418688d568c0c110bc70b2552e2fb8265c

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [2a0d0e7e9940173f32092cd93c900449fe4d50eb]

        ...and ignore DisposedException from multiple Frame::close
        
        ...follow-up to d2a59bb53ab6c6a364538bdc6928420d8cf72ba0 "Avoid deadlock when
        two threads call into Frame::close"
        
        Change-Id: I26fae3fffce683888805efcc450065c3737ec3c5

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [d2a59bb53ab6c6a364538bdc6928420d8cf72ba0]

        Avoid deadlock when two threads call into Frame::close
        
        ...as happened at least once in JunitTest_framework_copmlex with
        
        > Thread 27 (Thread 0x2ac7e60d1700 (LWP 30831)):
        > #0  0x00002ac7b781c89d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
        > #1  0x00002ac7b7816a36 in __GI___pthread_mutex_lock (mutex=0x1ce1720) at ../nptl/pthread_mutex_lock.c:116
        > #2  0x00002ac7b6e6b257 in osl_acquireMutex(oslMutexImpl*) (pMutex=0x1ce1720) at sal/osl/unx/mutex.cxx:99
        > #3  0x00002ac7bf928098 in osl::Mutex::acquire() (this=0x1ce16f8) at include/osl/mutex.hxx:56
        > #4  0x00002ac7c022d123 in SalYieldMutex::acquire() (this=0x1ce16f0) at vcl/unx/generic/app/geninst.cxx:54
        > #5  0x00002ac7e48442ab in SolarMutexGuard::SolarMutexGuard() (this=0x2ac7e60cedb0) at include/vcl/svapp.hxx:1476
        > #6  0x00002ac7e4aa7747 in framework::AddonsToolBarWrapper::dispose() (this=0x2ac7e7fbcd50) at framework/source/uielement/addonstoolbarwrapper.cxx:73
        > #7  0x00002ac7e4947503 in framework::ToolbarLayoutManager::destroyToolbars() (this=0x2ac7dbf88018) at framework/source/layoutmanager/toolbarlayoutmanager.cxx:654
        > #8  0x00002ac7e494364c in framework::ToolbarLayoutManager::reset() (this=0x2ac7dbf88018) at framework/source/layoutmanager/toolbarlayoutmanager.cxx:363
        > #9  0x00002ac7e492a1d6 in framework::LayoutManager::implts_reset(bool) (this=0x2ac7dbfbcc40, bAttached=false) at framework/source/layoutmanager/layoutmanager.cxx:414
        > #10 0x00002ac7e493a404 in framework::LayoutManager::frameAction(com::sun::star::frame::FrameActionEvent const&) (this=0x2ac7dbfbcc40, aEvent=...) at framework/source/layoutmanager/layoutmanager.cxx:2807
        > #11 0x00002ac7e49e57dc in (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&) (this=0x2ac7e7fb2050, aAction=@0x2ac7e60cf73c: com::sun::star::frame::FrameAction_COMPONENT_DETACHING) at framework/source/services/frame.cxx:2845
        > #12 0x00002ac7e49ded07 in (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (this=0x2ac7e7fb2050, xComponentWindow=empty uno::Reference, xController=empty uno::Reference) at framework/source/services/frame.cxx:1509
        > #13 0x00002ac7e49e293b in (anonymous namespace)::Frame::close(unsigned char) (this=0x2ac7e7fb2050, bDeliverOwnership=0 '\000') at framework/source/services/frame.cxx:1770
        > #14 0x00002ac7e49ce635 in framework::Desktop::impl_closeFrames(bool) (this=0x2ac7daf2f430, bAllowUI=true) at framework/source/services/desktop.cxx:1674
        > #15 0x00002ac7e49cd6ee in framework::Desktop::terminate() (this=0x2ac7daf2f430) at framework/source/services/desktop.cxx:238
        > #16 0x00002ac7da45deb4 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) (pThis=0x2ac7daf2f4a0, nVtableIndex=3, pRegisterReturn=0x2ac7f41b36d0, pReturnTypeRef=0x1ce84c0, bSimpleReturn=true, pStack=0x2ac7e60cfd00, nStack=0, pGPR=0x2ac7e60cffc0, pFPR=0x2ac7e60cff80) at bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77
        > #17 0x00002ac7da45cccf in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) (pThis=0x2ac7f40f0ea0, aVtableSlot=..., pReturnTypeRef=0x1ce84c0, nParams=0, pParams=0x0, pUnoReturn=0x2ac7f41b36d0, pUnoArgs=0x0, ppUnoExc=0x2ac7e60d0560) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:241
        > #18 0x00002ac7da45c459 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) (pUnoI=0x2ac7f40f0ea0, pMemberDescr=0x2ac7f00027c0, pReturn=0x2ac7f41b36d0, pArgs=0x0, ppException=0x2ac7e60d0560) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:430
        > #19 0x00002ac7e40401ea in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const (this=0x2ac7f0002870, returnValue=0x2ac7e60d09d0, outArguments=0x2ac7e60d0998) at binaryurp/source/incomingrequest.cxx:239
        > #20 0x00002ac7e403e88b in binaryurp::IncomingRequest::execute() const (this=0x2ac7f0002870) at binaryurp/source/incomingrequest.cxx:73
        > #21 0x00002ac7e406927d in request(void*) (pThreadSpecificData=0x2ac7f0002870) at binaryurp/source/reader.cxx:83
        > #22 0x00002ac7b998953b in cppu_threadpool::JobQueue::enter(long, bool) (this=0x2ac7f0002d30, nDisposeId=47038213394384, bReturnWhenNoJob=true) at cppu/source/threadpool/jobqueue.cxx:107
        > #23 0x00002ac7b998dc25 in cppu_threadpool::ORequestThread::run() (this=0x2ac7f0000fd0) at cppu/source/threadpool/thread.cxx:165
        > #24 0x00002ac7b998fb0e in threadFunc(void*) (param=0x2ac7f0000fe0) at include/osl/thread.hxx:185
        > #25 0x00002ac7b6e8190b in osl_thread_start_Impl(void*) (pData=0x2ac7f0001020) at sal/osl/unx/thread.cxx:240
        > #26 0x00002ac7b781460a in start_thread (arg=0x2ac7e60d1700) at pthread_create.c:334
        > #27 0x00002ac7b754ea4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
        
        > Thread 1 (Thread 0x2ac7b6cf7340 (LWP 30697)):
        > #0  0x00002ac7b7819b10 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
        > #1  0x00002ac7b6e5b316 in osl_waitCondition(oslCondition, TimeValue const*) (Condition=0x2ac7f41e10b0, pTimeout=0x0) at sal/osl/unx/conditn.cxx:228
        > #2  0x00002ac7cca51370 in osl::Condition::wait(TimeValue const*) (this=0x2ac7e7fb20d8, pTimeout=0x0) at include/osl/conditn.hxx:84
        > #3  0x00002ac7cca50f90 in framework::Gate::wait() (this=0x2ac7e7fb20d0) at framework/inc/threadhelp/gate.hxx:123
        > #4  0x00002ac7cca50708 in framework::TransactionManager::setWorkingMode(framework::EWorkingMode) (this=0x2ac7e7fb20c8, eMode=framework::E_BEFORECLOSE) at framework/source/fwi/threadhelp/transactionmanager.cxx:98
        > #5  0x00002ac7e49dfc3c in (anonymous namespace)::Frame::dispose() (this=0x2ac7e7fb2050) at framework/source/services/frame.cxx:2008
        > #6  0x00002ac7e49e2cd3 in (anonymous namespace)::Frame::close(unsigned char) (this=0x2ac7e7fb2050, bDeliverOwnership=1 '\001') at framework/source/services/frame.cxx:1801
        > #7  0x00002ac7bbbe25fe in SfxViewFrame::Exec_Impl(SfxRequest&) (this=0x2ac7f4691cd0, rReq=...) at sfx2/source/view/viewfrm2.cxx:260
        > #8  0x00002ac7bbbcd658 in SfxStubSfxViewFrameExec_Impl(SfxShell*, SfxRequest&) (pShell=0x2ac7f4691cd0, rReq=...) at workdir/SdiTarget/sfx2/sdi/sfxslots.hxx:706
        > #9  0x00002ac7bb71f792 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (this=0x2ac7f4691cd0, pFunc=0x2ac7bbbcd630 <SfxStubSfxViewFrameExec_Impl(SfxShell*, SfxRequest&)>, rReq=...) at include/sfx2/shell.hxx:204
        > #10 0x00002ac7bb715e41 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (this=0x2ac7f40fe8e0, rShell=..., rSlot=..., rReq=..., bRecord=true) at sfx2/source/control/dispatch.cxx:262
        > #11 0x00002ac7bb71b6fd in SfxDispatcher::PostMsgHandler(SfxRequest*) (this=0x2ac7f40fe8e0, pReq=0x2ac88c000cf0) at sfx2/source/control/dispatch.cxx:1085
        > #12 0x00002ac7bb716698 in SfxDispatcher::LinkStubPostMsgHandler(void*, SfxRequest*) (instance=0x2ac7f40fe8e0, data=0x2ac88c000cf0) at sfx2/source/control/dispatch.cxx:1065
        > #13 0x00002ac7bbabb3f8 in Link<SfxRequest*, void>::Call(SfxRequest*) const (this=0x2ac7f48361f0, data=0x2ac88c000cf0) at include/tools/link.hxx:84
        > #14 0x00002ac7bbabb37b in SfxHintPoster::DoEvent_Impl(void*) (this=0x2ac7f48361e0, pPostedHint=0x2ac88c000cf0) at sfx2/source/notify/hintpost.cxx:44
        > #15 0x00002ac7bbabb348 in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) (instance=0x2ac7f48361e0, data=0x2ac88c000cf0) at sfx2/source/notify/hintpost.cxx:42
        > #16 0x00002ac7bfaba968 in Link<void*, void>::Call(void*) const (this=0x2ac88c00b008, data=0x2ac88c000cf0) at include/tools/link.hxx:84
        > #17 0x00002ac7bfab7adc in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x2ac88c00b000) at vcl/source/window/winproc.cxx:1956
        > #18 0x00002ac7bfab4db7 in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) (_pWindow=0x2a43020, nEvent=22, pEvent=0x2ac88c00b000) at vcl/source/window/winproc.cxx:2524
        > #19 0x00002ac7c01278c9 in SalFrame::CallCallback(unsigned short, void const*) const (this=0x2a43890, nEvent=22, pEvent=0x2ac88c00b000) at vcl/inc/salframe.hxx:273
        > #20 0x00002ac7c0133999 in SvpSalInstance::DoYield(bool, bool, unsigned long) (this=0x1ce1640, bWait=false, bHandleAllCurrentEvents=false, nReleased=0) at vcl/headless/svpinst.cxx:293
        > #21 0x00002ac7bffa63b5 in ImplYield(bool, bool, unsigned long) (i_bWait=false, i_bAllEvents=false, nReleased=0) at vcl/source/app/svapp.cxx:509
        > #22 0x00002ac7bffa1148 in Application::Yield() () at vcl/source/app/svapp.cxx:553
        > #23 0x00002ac7bffa10d3 in Application::Execute() () at vcl/source/app/svapp.cxx:473
        > #24 0x00002ac7b70ee229 in desktop::Desktop::DoExecute() () at desktop/source/app/app.cxx:1322
        > #25 0x00002ac7b70f0304 in desktop::Desktop::Main() (this=0x7ffefac27e38) at desktop/source/app/app.cxx:1647
        > #26 0x00002ac7bffb3639 in ImplSVMain() () at vcl/source/app/svmain.cxx:172
        > #27 0x00002ac7bffb4e18 in SVMain() () at vcl/source/app/svmain.cxx:210
        > #28 0x00002ac7b714f3b5 in soffice_main() () at desktop/source/app/sofficemain.cxx:135
        > #29 0x000000000040097d in sal_main () at desktop/source/app/main.c:48
        > #30 0x0000000000400957 in main (argc=8, argv=0x7ffefac27fe8) at desktop/source/app/main.c:47
        
        Change-Id: Id06a8fcfe449f566785c51174b1ad3e81459032f

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [81284624d8ec661139123015319d0683bfe07537]

        Avoid reserved identifier
        
        Change-Id: I87a6afeffaf7c87c6037a416783f1f22015b2fbf

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [3131621b7901056a3d6e43f4869bccaa21b17923]

        Avoid division by zero
        
        At least JunitTest_framework_copmlex triggered the UBSan failure
        
        > vcl/headless/svpgdi.cxx:924:46: runtime error: division by zero
        >     #0 0x2b7114500e3b in renderSource(_cairo*, SalTwoRect const&, _cairo_surface*) vcl/headless/svpgdi.cxx:924:46
        >     #1 0x2b711450074c in SvpSalGraphics::copySource(SalTwoRect const&, _cairo_surface*) vcl/headless/svpgdi.cxx:937:33
        >     #2 0x2b7114501f37 in SvpSalGraphics::copyBits(SalTwoRect const&, SalGraphics*) vcl/headless/svpgdi.cxx:980:5
        >     #3 0x2b7113461871 in SalGraphics::CopyBits(SalTwoRect const&, SalGraphics*, OutputDevice const*, OutputDevice const*) vcl/source/gdi/salgdilayout.cxx:529:9
        >     #4 0x2b711359a1fc in VirtualDevice::InnerImplSetOutputSizePixel(Size const&, bool, unsigned char*) vcl/source/gdi/virdev.cxx:352:17
        >     #5 0x2b711359bef6 in VirtualDevice::ImplSetOutputSizePixel(Size const&, bool, unsigned char*) vcl/source/gdi/virdev.cxx:391:9
        >     #6 0x2b711359edc0 in VirtualDevice::SetOutputSizePixel(Size const&, bool) vcl/source/gdi/virdev.cxx:437:12
        >     #7 0x2b70fa4b6f3f in sdr::overlay::OverlayManagerBuffered::ImpPrepareBufferDevice() svx/source/sdr/overlay/overlaymanagerbuffered.cxx:45:17
        >     #8 0x2b70fa4c0c2c in sdr::overlay::OverlayManagerBuffered::ImpSaveBackground(vcl::Region const&, OutputDevice*) svx/source/sdr/overlay/overlaymanagerbuffered.cxx:159:13
        >     #9 0x2b70fa4cecab in sdr::overlay::OverlayManagerBuffered::completeRedraw(vcl::Region const&, OutputDevice*) const svx/source/sdr/overlay/overlaymanagerbuffered.cxx:414:17
        >     #10 0x2b70fa787fc4 in SdrPaintWindow::DrawOverlay(vcl::Region const&) svx/source/svdraw/sdrpaintwindow.cxx:334:13
        >     #11 0x2b70fb9d388f in SdrPaintView::EndCompleteRedraw(SdrPaintWindow&, bool) svx/source/svdraw/svdpntv.cxx:753:9
        >     #12 0x2b70fd77da81 in FmFormView::EndCompleteRedraw(SdrPaintWindow&, bool) svx/source/form/fmview.cxx:474:5
        >     #13 0x2b70fb9d64a0 in SdrPaintView::EndDrawLayers(SdrPaintWindow&, bool) svx/source/svdraw/svdpntv.cxx:789:5
        >     #14 0x2b7182085fe9 in SwViewShell::DLPostPaint2(bool) sw/source/core/view/viewsh.cxx:240:9
        >     #15 0x2b71820d94c5 in SwViewShell::Paint(OutputDevice&, Rectangle const&) sw/source/core/view/viewsh.cxx:1797:21
        >     #16 0x2b717c26e635 in SwCursorShell::Paint(OutputDevice&, Rectangle const&) sw/source/core/crsr/crsrsh.cxx:1273:5
        >     #17 0x2b71839ae182 in SwEditWin::Paint(OutputDevice&, Rectangle const&) sw/source/uibase/docvw/edtwin2.cxx:475:9
        >     #18 0x2b71100ee7e0 in PaintHelper::DoPaint(vcl::Region const*) vcl/source/window/paint.cxx:309:13
        >     #19 0x2b71100ff14a in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:611:9
        >     #20 0x2b71100fb252 in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:549:17
        >     #21 0x2b71100ff463 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:614:1
        >     #22 0x2b71100fb252 in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:549:17
        >     #23 0x2b71100ff463 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:614:1
        >     #24 0x2b71100fb252 in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:549:17
        >     #25 0x2b71100ff463 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:614:1
        >     #26 0x2b71100fb252 in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:549:17
        >     #27 0x2b71100ff463 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:614:1
        >     #28 0x2b71100fb252 in PaintHelper::~PaintHelper() vcl/source/window/paint.cxx:549:17
        >     #29 0x2b71100ff463 in vcl::Window::ImplCallPaint(vcl::Region const*, unsigned short) vcl/source/window/paint.cxx:614:1
        >     #30 0x2b7110100536 in vcl::Window::ImplCallOverlapPaint() vcl/source/window/paint.cxx:635:9
        >     #31 0x2b7110102811 in vcl::Window::ImplHandlePaintHdl(Idle*) vcl/source/window/paint.cxx:667:9
        >     #32 0x2b7110100ee7 in vcl::Window::LinkStubImplHandlePaintHdl(void*, Idle*) vcl/source/window/paint.cxx:645:1
        >     #33 0x2b71101446d7 in Link<Idle*, void>::Call(Idle*) const include/tools/link.hxx:84:45
        >     #34 0x2b711380dff9 in Idle::Invoke() vcl/source/app/idle.cxx:25:5
        >     #35 0x2b711385011b in ImplSchedulerData::Invoke() vcl/source/app/scheduler.cxx:45:5
        >     #36 0x2b71138535e5 in Scheduler::ProcessTaskScheduling(bool) vcl/source/app/scheduler.cxx:177:9
        >     #37 0x2b71139a90d4 in ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:521:5
        >     #38 0x2b7113982d83 in Application::Yield() vcl/source/app/svapp.cxx:553:5
        >     #39 0x2b7113982b1a in Application::Execute() vcl/source/app/svapp.cxx:473:9
        >     #40 0x2b70df7a4294 in desktop::Desktop::DoExecute() desktop/source/app/app.cxx:1322:5
        >     #41 0x2b70df7aeda3 in desktop::Desktop::Main() desktop/source/app/app.cxx:1647:17
        >     #42 0x2b7113a0208e in ImplSVMain() vcl/source/app/svmain.cxx:172:19
        >     #43 0x2b7113a0f776 in SVMain() vcl/source/app/svmain.cxx:210:16
        >     #44 0x2b70df9e9d01 in soffice_main desktop/source/app/sofficemain.cxx:135:12
        >     #45 0x4f0f0c in sal_main desktop/source/app/main.c:48:15
        >     #46 0x4f0ee6 in main desktop/source/app/main.c:47:1
        >     #47 0x2b70e137057f in __libc_start_main (/lib64/libc.so.6+0x2057f)
        >     #48 0x418f48 in _start (instdir/program/soffice.bin+0x418f48)
        
        Change-Id: I2bc4abe48c129e006582b9870229f44d2d2bb1ed

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [30e24a0a29c3f5237babd06ddf0855ecf38054a0]

        Avoid bad downcast from SwViewShell to SwEditShell
        
        At least the checkTitleNumbers(complex.XTitle.CheckXTitle) in
        JunitTest_framework_complex triggered the UBSan failure
        
        > sw/source/uibase/uiview/pview.cxx:1139:25: runtime error: downcast of address 0x61300047e500 which does not point to an object of type 'SwEditShell'
        > 0x61300047e500: note: object is of type 'SwViewShell'
        >  d3 03 80 0d  10 f6 8e e0 fa 2a 00 00  80 b2 1b 00 90 61 00 00  80 b2 1b 00 90 61 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwViewShell'
        >     #0 0x2afadd5b9594 in SwPagePreview::Init() sw/source/uibase/uiview/pview.cxx:1139:25
        >     #1 0x2afadd5c0e29 in SwPagePreview::SwPagePreview(SfxViewFrame*, SfxViewShell*) sw/source/uibase/uiview/pview.cxx:1251:5
        >     #2 0x2afadd58c7a5 in SwPagePreview::CreateInstance(SfxViewFrame*, SfxViewShell*) sw/source/uibase/uiview/pview.cxx:85:1
        >     #3 0x2afa4a476c8c in SfxViewFactory::CreateInstance(SfxViewFrame*, SfxViewShell*) sfx2/source/view/viewfac.cxx:28:12
        >     #4 0x2afa49b677a5 in SfxBaseModel::createViewController(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/doc/sfxbasemodel.cxx:4255:32
        >     #5 0x2afa49b6ac45 in non-virtual thunk to SfxBaseModel::createViewController(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/doc/sfxbasemodel.cxx:4217:57
        >     #6 0x2afa4a38bd08 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) sfx2/source/view/frmload.cxx:600:50
        >     #7 0x2afa4a37f627 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) sfx2/source/view/frmload.cxx:728:13
        >     #8 0x2afac3723d1a in framework::LoadEnv::impl_loadContent() framework/source/loadenv/loadenv.cxx:1117:24
        >     #9 0x2afac3707b02 in framework::LoadEnv::startLoading() framework/source/loadenv/loadenv.cxx:379:20
        >     #10 0x2afac37007d5 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/loadenv/loadenv.cxx:165:9
        >     #11 0x2afac396848d in (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/frame.cxx:608:12
        >     #12 0x2afac39a369a in non-virtual thunk to (anonymous namespace)::Frame::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) framework/source/services/frame.cxx:587:62
        >     #13 0x2afa4a4cdd1a in SfxViewFrame::LoadViewIntoFrame_Impl(SfxObjectShell const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, unsigned short, bool) sfx2/source/view/viewfrm.cxx:1897:5
        >     #14 0x2afa4a501df3 in SfxViewFrame::SwitchToViewShell_Impl(unsigned short, bool) sfx2/source/view/viewfrm.cxx:2096:32
        >     #15 0x2afa4a4a7491 in SfxViewFrame::ExecView_Impl(SfxRequest&) sfx2/source/view/viewfrm.cxx:2181:29
        >     #16 0x2afa4a4a5d16 in SfxStubSfxViewFrameExecView_Impl(SfxShell*, SfxRequest&) workdir/SdiTarget/sfx2/sdi/sfxslots.hxx:709:1
        >     #17 0x2afa483dfe06 in SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) include/sfx2/shell.hxx:204:35
        >     #18 0x2afa48392c56 in SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) sfx2/source/control/dispatch.cxx:262:13
        >     #19 0x2afa483bf830 in SfxDispatcher::PostMsgHandler(SfxRequest*) sfx2/source/control/dispatch.cxx:1085:17
        >     #20 0x2afa48398545 in SfxDispatcher::LinkStubPostMsgHandler(void*, SfxRequest*) sfx2/source/control/dispatch.cxx:1065:1
        >     #21 0x2afa49d320a7 in Link<SfxRequest*, void>::Call(SfxRequest*) const include/tools/link.hxx:84:45
        >     #22 0x2afa49d31b50 in SfxHintPoster::DoEvent_Impl(void*) sfx2/source/notify/hintpost.cxx:44:5
        >     #23 0x2afa49d319e5 in SfxHintPoster::LinkStubDoEvent_Impl(void*, void*) sfx2/source/notify/hintpost.cxx:42:1
        >     #24 0x2afa69f03327 in Link<void*, void>::Call(void*) const include/tools/link.hxx:84:45
        >     #25 0x2afa69eec39f in ImplHandleUserEvent(ImplSVEvent*) vcl/source/window/winproc.cxx:1959:13
        >     #26 0x2afa69ed7183 in ImplWindowFrameProc(vcl::Window*, unsigned short, void const*) vcl/source/window/winproc.cxx:2527:13
        >     #27 0x2afa6cf9a0f9 in SalFrame::CallCallback(unsigned short, void const*) const vcl/inc/salframe.hxx:273:33
        >     #28 0x2afa6cff0a85 in SvpSalInstance::DoYield(bool, bool, unsigned long) vcl/headless/svpinst.cxx:293:17
        >     #29 0x2afa6c484a64 in ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:509:9
        >     #30 0x2afa6c45ed83 in Application::Yield() vcl/source/app/svapp.cxx:553:5
        >     #31 0x2afa6c45eb1a in Application::Execute() vcl/source/app/svapp.cxx:473:9
        >     #32 0x2afa38280294 in desktop::Desktop::DoExecute() desktop/source/app/app.cxx:1322:5
        >     #33 0x2afa3828ada3 in desktop::Desktop::Main() desktop/source/app/app.cxx:1647:17
        >     #34 0x2afa6c4de08e in ImplSVMain() vcl/source/app/svmain.cxx:172:19
        >     #35 0x2afa6c4eb776 in SVMain() vcl/source/app/svmain.cxx:210:16
        >     #36 0x2afa384c5d01 in soffice_main desktop/source/app/sofficemain.cxx:135:12
        >     #37 0x4f0f0c in sal_main desktop/source/app/main.c:48:15
        >     #38 0x4f0ee6 in main desktop/source/app/main.c:47:1
        >     #39 0x2afa39e4c57f in __libc_start_main (/lib64/libc.so.6+0x2057f)
        >     #40 0x418f48 in _start (instdir/program/soffice.bin+0x418f48)
        
        Change-Id: I4a32bcf4dea4616d4726c28ba01adba9083ad1c6

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [70ad4333d6809b890d14939f9bef926b8e73d323]

        See if waitForEventIdle helps here
        
        ...the test often fails with the assertNotNull in prepareQueryAndDispatch
        firing, suggesting there's a race in getting the dispatch processed before
        proceeding
        
        Change-Id: Ib338d761df638a0c5d53777352cfe7519742112b

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [ffd919b2d0ee261b2364726985e804c6f6229655]

        Avoid reserved identifiers
        
        Change-Id: I4c76a7d3f5a209578b5a7c230fbbcdea2ec47ae0

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [311167193b4a80fab68b275e0a0f8dfb8e71f005]

        Avoid reserved identifiers
        
        Change-Id: I2c83911433a8f89e7366d9f7711ca4879e44bae9

2016-04-06  Michael Stahl  <mstahl@redhat.com>  [5a7b0d2c7f3a305eb5f4eb629c0a08a256cc9ae3]

        vcl: lstrcpynW actually takes length *including* null terminator
        
        ... which is surprising, but means that these arguments are too small.
        
        Change-Id: I9c58e7fefa30d19c701df4f04043ddb474b28986

2016-04-06  Michael Stahl  <mstahl@redhat.com>  [2f89245fb7e1c94bed49dde10b08ab1cf41b597b]

        tdf#98989: vcl: fix handling of non-scalable fonts like "Courier"
        
        For a VirtualDevice only scalable fonts are cloned, but for non-scalable
        bitmap fonts still an empty PhysicalFontFamily with no PhysicalFontFace
        is created, which causes text to disappear (height 0).
        
        Suppress creation of such families like it was done in LO 4.3, so that
        the fall-back can handle it and map "Courier" to "Courier New".
        
        (regression from 8d6697587776136f3121733e1c29d4200720dbd9)
        
        Change-Id: I6542a3f7a01bdf46ae2bcf328fa04064f7f86332

2016-04-06  Michael Stahl  <mstahl@redhat.com>  [e6371f31623a25cc556922735459274ed48e7b7c]

        sw: fix typo
        
        Change-Id: I1f439382dd11a4082cce20e410ecdbcdab31adb9

2016-04-06  pasqualm  <pasqual.milvaques@gmail.com>  [1e3d634e413abf2b4c2a6c70a87586d8c598054c]

        tdf#90319: make image flipping work when aLinearContext(...) code path chosen
        
        Image flipping can be processed following different code paths in bitmap.cxx.
        Has been verified that it was broken in Linux Mint (with cinnamon) because
        there a buggy code path was chosen which was not fixed
        in commit 3119440a80282692640378fde5e37974ab63f096 in master.
        This commit solves the problem for this code path
        
        Change-Id: I22257e70761ca5469c0424b5f9925681cfd4e2e3
        Reviewed-on: https://gerrit.libreoffice.org/22753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2016-04-06  David Tardon  <dtardon@redhat.com>  [97a0893f1db495830e81a9ff4d073adaa8078d74]

        tdf#99110 translate currency for uk
        
        Change-Id: I1420d92d7e5ea229b7c1a8d11fa30111ffb62557

2016-04-06  David Tardon  <dtardon@redhat.com>  [811219418cc2ca17f7ab31d13835a664a45d4acf]

        tdf#99110 translate reserved words for uk
        
        Change-Id: I66c866815501f185de4c3ac7296ef42f1a1ab025

2016-04-06  David Tardon  <dtardon@redhat.com>  [f8b6a503af8a203ed85f2c502a57c802806e5c75]

        tdf#99110 add genitive cases for months for uk
        
        Change-Id: I77f7b555d17de761d65c4ef3ccc8a502800998f5

2016-04-06  Jan Holesovsky  <kendy@collabora.com>  [3f4c85b80069f0cf7cd23cba26c9ba8c2449e0a1]

        SidebarToolBox: Remove unused param.
        
        Change-Id: I47d4ffe68f09156987e545511be469991dd6105d

2016-04-06  Jan Holesovsky  <kendy@collabora.com>  [cd3835495e2167ff90e5cdd0869138b3e2239aff]

        SidebarToolBox: This function was needed only for InsertPropertyPanel.
        
        Change-Id: I7101ca70418d4d33b0dfbbd2ba6753b6891d7c3c

2016-04-06  Jan Holesovsky  <kendy@collabora.com>  [b091d1c745d2895b0634983488bd379d357c3342]

        tdf#73070 follow-up: Remove also the InsertPropertyPanel code.
        
        The panel is not visible for 2 years now, so remove the code too.
        
        Change-Id: Id02de5fb1fda471763b2aac893ef7d0fc61ef1c0

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [6d7366c80bee15c8d00168efa30c731cead566cb]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I9e6a44fb54484aebc3f223b3c71d2de18bb5d553

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [4a08f09c207821b32e6d23ea307f4c410a8ccdf6]

        -Werror,-Wunused-variable
        
        Change-Id: I22ac9714e59d6bc95ef739fff4832799a2f61bbc

2016-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [d635b351849b8b576c907abf22500d0fa89ab54f]

        tdf#99100 DOC import: handle subset of STYLEREF natively
        
        Commit 4215bca95511af8e4ee96e3c8f521b35f638aef3 (export 'Chapter' field
        type as 'StyleRef' into .doc, 2015-08-21) mapped SwChapterField to
        STYLEREF in the DOC export. This field type was handled as a field mark
        on import. Instead of always handling it as a field mark, recognize the
        case when it's the subset we write and we can handle natively, and in
        that case create an SwChapterField again on import.
        
        Leave the complex case unchanged as before and keep using field marks
        for that.
        
        Change-Id: Icfa8c4be6538da5e02e2d5071af30a46ccfa712b

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [9351353b63886f494782f28f5400f5d71d22bcbd]

        Avoid reserved identifiers
        
        Change-Id: I18ebddef41955948fd4528ae74f4fe9c7439d53b

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [8d1bc5056e0a3f647bd9044749d6a7c603029075]

        Avoid reserved identifier
        
        Change-Id: I56dfbda84e000d974a9dd0644b3dbc2963d3e353

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [c83173940a34f2d388fe4257e70048747dca6f29]

        Avoid reserved identifier
        
        Change-Id: I2f8dc470100e91841eebbe1e3b02a3d31ab3a535

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [45adae8fd6e4a6f63220b619d16fb5bd06b82d95]

        Avoid reserved identifiers
        
        Change-Id: Ibba1a36d4f3744fa68f7e9d0076c997e076262cb

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [f7a3bdf623ca0c8db81997d2b60ed4acb3b51149]

        Turn SbiOpcode into scoped enum
        
        Change-Id: I75d808dd3a42e57e7f55bad97e24fef65bb62dc6

2016-04-06  Stephan Bergmann  <sbergman@redhat.com>  [7beeced463648fc67defea2ad48d58dd42f0ca1e]

        Avoid reserved identifiers
        
        Change-Id: I3fbc7cb107bdab770d5ce9ed3ecddb962d2d4666

2016-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b87c4d8a7539c6b36250adc5626f13458a4c3016]

        Upgrade libxmlsec to 1.2.19
        
        Obsoletes our xmlsec1-1.2.14-ansi.patch.1 and xmlsec1-android.patch.1.
        
        Change-Id: Ic6499b1a79e3f5a6d94beb62c0c338789c782c86
        Reviewed-on: https://gerrit.libreoffice.org/23844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-05  Damjan Jovanovic  <damjan@apache.org>  [00cf864e5d317016d7224c199aa982d07bd70113]

        Resolves: #i126901# CSV import: values with + or - followed by...
        
        thousand separator and 3 digits (eg. +,123) are imported as a number
        
        Do not allow numbers parsed from CVS files when "Detect special numbers" is
        off, to contain thousand separators before digits, even if after a +/- sign
        (eg. -,123 or +,789). Treat these as strings instead.
        
        Also added unit tests for this.
        
        Patch by: me
        
        (cherry picked from commit 10458a24f4e6cc311e65fb80ce576fed39937be2)
        
        Change-Id: Ic946fc6a11326861f238157ddb651bc5a5b28edd

2016-04-05  Caolán McNamara  <caolanm@redhat.com>  [dd46727b99d4bb5135451aa7e5e1bdb197373843]

        Resolves; tdf#87120 no keyboard navigation inside floating windows
        
        lets try and treat these the same as we do normal toplevels
        like dialogs if they popup with GrabFocus.
        
        This way focus can be set on widgets inside the floating windows, and
        so keyboard traversal of widgets etc all works.
        
        Change-Id: If447429756cf5d136b9c2e2f62fafb37c167b1ce

2016-04-05  Caolán McNamara  <caolanm@redhat.com>  [92d43df81e282d20c129b105b2c7300a312091eb]

        convert src line width popup to .ui format
        
        Change-Id: I39e8bfd89538c36c97afb3e4e86c3ba9156274e0

2016-04-05  Eike Rathke  <erack@redhat.com>  [3c36ba50f65d663f35264f2a11c99c0ff98674a2]

        Resolves: tdf#98990 accept R1C1 notation entire column/row references
        
        ... which consist of only C4 or C[3] without a range operator.
        
        Change-Id: I1865f0ec4c4fec1101b93b6b40d6f26871a65f07

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [6858d559fe1d2a0b7163ad0c04be4f123c68bf21]

        Values read from the Windows registry shouldn't be assert'ed
        
        Change-Id: I1a6cc78025790fa22e91ae91dda5644bdc384ca3

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [1b4c832fd87a53f926ad0c0c9dc287af2dffbdcd]

        These are SAL_INFO, at best
        
        Change-Id: I2f4c34de154aa71db721dc30da29173d6c37709f

2016-04-05  akash  <akash96j@gmail.com>  [1087ac3755da09f20a04f451a781f4fc8b53a680]

        Prevent broadcast of title change events without a source
        
        Do not send title changed event if the source of the event is null.
        This case can occur in multi-threaded scenario where one thread calls
        disposing while some other thread calls impl_sendTitleChangedEvent().
        
        Change-Id: I86a65824ab5c60a3fd8d3fb323f6d78944b57a23
        Reviewed-on: https://gerrit.libreoffice.org/23736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [062d0b1e36217a88ea3a727a14df68bd81f6092e]

        m_dbg_bMakeItFaster is always false
        
        Change-Id: I7ee117fcc5538ab9bc92cd30fd0f61e52a5a93bd

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [5b32ba4217e88f3f6fab0baaa79988623e55ba0e]

        -fsanitize=nonnull-attribute
        
        Change-Id: Ice9fef5bdfd3e993b1b2ba035cbc971b8dacbe3a

2016-04-05  Akash Jain  <akash96j@gmail.com>  [3e253963b93330dcd9e38c39de6601dbd43f13e4]

        Add unit tests for XTitle interface
        
        Added several unit tests for the XTitle interface.
        Tests are for bugs tdf#96044,tdf#98837,tdf#96896
        
        Change-Id: I9b3990dff02d5d5738024b60e94555199b625a2e
        Reviewed-on: https://gerrit.libreoffice.org/23834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [739cbf2e0952532f96cb74689fa5a3bc8be8eb11]

        RequestHandler::Disable(join = false) is problematic
        
        ...as it causes ~RequestHandler to be called with mIpcThread still running,
        triggering the assert in ~RequestHandler and keeping the thread potentially
        still running during exit.
        
        The odd SalMainPipeExchangeSignal_impl acting upong just SIGTERM (instead of
        turning off the IPC thread early for each invocation of LO's signal handler,
        say) is effectively like that ever since
        ee3351d78c9b6ffbc4dfe62853e81b84e65879c7 "#89023# splash screen optimization";
        just change it to use RequestHandler::SetDowning instead.
        
        Change-Id: I238476706c2463130a6ede64a062d46af953ba6f

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [3cdc8c27672e7e9253c9ca9abfc611a0f789da9c]

        Missing include
        
        Change-Id: I094b4a1c89676426b286f72a2f510e48fed98b3b

2016-04-05  akash  <akash96j@gmail.com>  [d0075ad8f2e38e23d578f80928236b3a2780f25b]

        tdf#96044 - After exiting print preview main window number bumps to #3
        
        Make TitleHelper listen for controller events.
        When the controller disposes, it calls the disposing method and releases its
        leased number. Direct cast to XEventListener is ambiguous, so upcasting
        path has been defined.
        This commit depends on the commit f80de31099be1ba7c6f753187f6703a915151c27
        
        Change-Id: I79d859edf8e66ae6e777ba8e8d6c9d1dac4048e1
        Reviewed-on: https://gerrit.libreoffice.org/23722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-05  Oliver Specht  <oliver.specht@cib.de>  [0bb43aabab4fe772d2be7dfe3cc228473da19c2d]

        headless build: reset ENABLE_GLTF and use that setting as before
        
        Change-Id: Iea54c59393c7c2955ec5fa321d9e9ea7b57b198a
        Reviewed-on: https://gerrit.libreoffice.org/23831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [bc504b08f008b1813a29bb90c226340407c2077b]

        tdf#91794 OSL_DEBUG_LEVEL > 1 removed in libo/filter module
        
        I replaced the occurences of OSL_DEBUG_LEVEL > 1 with the debug
        macro DEBUG_{module}_{area}.
        
        Change-Id: Ibbf7345d3dc43354ff80a8ceafb4a812749513c7
        Reviewed-on: https://gerrit.libreoffice.org/22355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [931d003ade7c4a88f46be1e89b32d58e5eb9d083]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I disentangled my previous patch and uploaded one patch
        per module
        
        Change-Id: Ic7351452833816358cff96e154d6d5d40f094aa8
        Reviewed-on: https://gerrit.libreoffice.org/22666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [a7ec6c29aaed1ed7dd8713a9b8698d12181c40a3]

        loplugin:constantparam in chart2
        
        Change-Id: I9adcf4516107aaa960463be13090c2ac15685e09
        Reviewed-on: https://gerrit.libreoffice.org/23833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [9866efe3e5a670bab54d931be31e1989aeb382a7]

        loplugin:constantparam
        
        Change-Id: I821ed77a6c6014c9a82d31a4b117ed6f1b4abf18
        Reviewed-on: https://gerrit.libreoffice.org/23832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [4b4c9184279c2cb5998348b09e084b295de1c8aa]

        loplugin:salbool
        
        Change-Id: I6c1910aeb2866d9646f1ea8e53dbd7a8a351a49d

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [0161f713c722392796347cf12d94423e218bdc4c]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I blindly replaced OSL_DEBUG_LEVEL > 1 conditionals to OSL_DEBUG_LEVEL > 0
        as suggested in the easy hack
        
        Change-Id: Iac829aa648fd0bd5d170e92a72809a2078e1f020
        Reviewed-on: https://gerrit.libreoffice.org/23066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Mark Hung  <marklh9@gmail.com>  [7605d173988e8df19830bfe4e0d00e745f09d9a0]

        Allow NSS to build under cp950 in windows.
        
        Change-Id: I4a5ef736ad714dd3b1beb4054e2347973db70e39
        Reviewed-on: https://gerrit.libreoffice.org/23704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [f636b1cdd48a8a699433da38068907845b9bf18a]

        loplugin:nullptr
        
        Change-Id: Iabc4df52491adff974de4656f626ab19848dd3f0

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [9d1c8e66f7020fa0150b23bd450e514f848bd20b]

        UBSan: Restrict BorderWidthType values to valid range on input
        
        ...lotuswordpro/qa/cppunit/data/fail/null-1.lwp would read 15 into m_eBelowType
        
        Change-Id: Icedcb4c8e2e6309b2e1bd82025feb02bad1ab7da

2016-04-05  slideon  <adamkasztenny@gmail.com>  [d513cd3bf635af857624b8c8e693f82f3073e0b4]

        tdf#97361 Fix check_table and remove = None assignments
        
        The = None (or null) pattern is a Java convention, its not needed in Python.
        
        Change-Id: I0041d4030db05234eeefc8606f571da38174f962
        Reviewed-on: https://gerrit.libreoffice.org/23669
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [0ea748be9cc2db67dd72f9989f495c5f7cbd8071]

        tdf#74608 Constructor function for SequenceOutputStreamService
        
        Change-Id: I0f162bd0ec61262a182ebab8cea1cfe27419a54e
        Reviewed-on: https://gerrit.libreoffice.org/23610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [0452db13db40e81522fb6bc49136d25b6ffcff41]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals, replaced DBG_ASSERT to
        standard assert(..) and used SAL_INFO() in some places
        
        Change-Id: Ib6d6065e3f141e60f865fef1faacdb5598e12431
        Reviewed-on: https://gerrit.libreoffice.org/23073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Jaskaran  <jvsg1303@gmail.com>  [a215cec969f7401b08cabb686c5b2b1d803399d0]

        tdf#32531 Fix for key movement in table cell of different directionality
        
        Change-Id: I7bd864176c9766dc8d030dd73d9b8ddd81ea2ee5
        Reviewed-on: https://gerrit.libreoffice.org/23107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [901d04d3965ed73696586de06c6890e79299f266]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0 in order
        to reduce debug levels. In some places i also used SAL_INFO(..)
        and SAL_WARN(..) statements to replace their deprecated OSL_
        counterparts
        
        Change-Id: I73ecc20ffd654501b16820e3bf748f1bcbcdab79
        Reviewed-on: https://gerrit.libreoffice.org/23004
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Rohan Kumar  <rohankanojia420@gmail.com>  [d6411207bd83b34b4d6c6fd68cd41d3005228b05]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals to SAL_INFO
        statements
        
        Change-Id: I6f74f5146473464758f35629877a76bb2bc39b4e
        Reviewed-on: https://gerrit.libreoffice.org/23071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [e1193272cd442051a6c1623a46fadf02ea0789a5]

        Consistently use "desktop.app" log area here
        
        Change-Id: Ie31f1ea788cc2b8b0d6c672d93df84adb3326a05

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [a61b9a87029dd23cdb5ca588f69a669d9689a11a]

        Remove whitespace randomly inserted
        
        ...with 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1
        removed (desktop)"
        
        Change-Id: Ief7193bb5cb10e633744b545bca9416ffa37c20e

2016-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab450ee1ca2bee69cba752045781a3298311b181]

        tdf#84695 sw: make TextBox in shape accessible without mouse
        
        F2 or Enter can now switch to text edit mode.
        
        Change-Id: I1aea09bd2fc4fa64db49b2037894082fe33af934
        Reviewed-on: https://gerrit.libreoffice.org/23836
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-05  Takeshi Abe  <tabe@fixedpoint.jp>  [4e17e64c62e7d0eeeacb61d14ba00583388a6eb2]

        Mention tips for hacking OpenSymbol font
        
        thanks to <https://lists.freedesktop.org/archives/libreoffice/2016-April/073967.html>.
        
        Change-Id: I645a4fc33e882a6e6dfced919ac5832fb1c2645b

2016-04-05  Noel Grandin  <noel@peralex.com>  [e4f02b250402d48793fe1bb79d419c0e1a822cb5]

        tdf#99073 fix double-click tree node expansion in base
        
        fallout from
        commit	cf0c04a428754dfd5aa477cebc5441bc74e27005
        "convert Link<> to typed"
        
        Change-Id: I3452b76320c5355aaf84a0bd67c99b281bb46d0f

2016-04-05  Stephan Bergmann  <sbergman@redhat.com>  [856f7fc68683b2ed92f65bd79f1b6a23570e06cb]

        -Werror,-Wunused-function
        
        Change-Id: I2d0a21b0f38feafa6e3fde0245b1fdb9b5771152

2016-04-05  Noel Grandin  <noel@peralex.com>  [c10d56c6c33ad27d9f4fb12e499a8b246d88da9f]

        tdf#98647 fix bug in tools->outline-numbering
        
        fallout from
        commit e85b2333bce7b1dcae73861df6d90b48b9f4efe5
        "convert Link<> to typed"
        
        Change-Id: I8f98bcf6d1eff596e139f9f3a2e3d32fcce67d11

2016-04-05  Noel Grandin  <noel@peralex.com>  [b8c528a3515616bf0ec852c2f7b1bb07dc9f7ed2]

        loplugin:constantparam in sd
        
        Change-Id: Ife610abb1f8ed19ab219301d41d7fc2174ff1d29
        Reviewed-on: https://gerrit.libreoffice.org/23830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Akash Jain  <akash96j@gmail.com>  [5334ff287c65f028753171c7b38da7ffbcebc1cc]

        tdf#98837 - Fail loading a new document with read only property set to true
        
        When opening a new document, via any API,  (URL: "private:factory/swriter")
        with read-only property set to true, Writer opens with a new document in
        edit mode. But the title still has (read-only) in it. Since a document can
        only open in read-only mode if it has been saved first, the loading of new
        documents with read-only property set to true will now fail.
        
        Change-Id: I370e6fb1c94b6476c2ded872d6d7c820b25db53a
        Reviewed-on: https://gerrit.libreoffice.org/23812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-05  Steven Guo  <steventimothyguo@gmail.com>  [be3c2ff9233e8d4c5afe9c696cb5a60b24b25efc]

        tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors
        
        Replaced boost::noncopyable with play C++11 deleted copy ctors
        in sc/inc/* files.
        
        Change-Id: I2e6310f2f2bac673dd3b5d14e80ce80a98795672
        Reviewed-on: https://gerrit.libreoffice.org/23059
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [af23aa9a763bd8ebe160b95a48e1b0e650ec9ed3]

        loplugin:constantparam in xmloff
        
        Change-Id: I55c984abc1a026b6b9a2488dca35f5d8e587120f
        Reviewed-on: https://gerrit.libreoffice.org/23828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [8375affb39ac72f5a20d8a1377ccea59fe94aa73]

        loplugin:constantparam in ucb
        
        Change-Id: Ifa36b58a36232e6333a1c85d85d0372fb0de219b
        Reviewed-on: https://gerrit.libreoffice.org/23829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [b9372f0e909c32d143540bf0ce7b79003d9b26e9]

        loplugin:constantparam in comphelper
        
        Change-Id: I81e6af1ee869caa3b40d2d00604e8e22517d92d7
        Reviewed-on: https://gerrit.libreoffice.org/23808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noel@peralex.com>  [50bb5eddaac2b16f387ba610cdcfd934269dc73c]

        loplugin:constantparam in editeng
        
        Change-Id: If8342112e0657014266133954269b9396085a27d
        Reviewed-on: https://gerrit.libreoffice.org/23807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noelgrandin@gmail.com>  [db43ef00c12bc0f7fefd6d028c9a2ed8f771cd47]

        sequence->vector in xmlscript
        
        Change-Id: I4f99cd9dc659f54bd4818559dd3e0dbce1e8f5d4
        Reviewed-on: https://gerrit.libreoffice.org/23795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noelgrandin@gmail.com>  [e72c80c01629798a93948d4419f109ac324de4ef]

        sequence->vector in writerfilter
        
        Change-Id: Ibc86ecc2b5dbeefd4d0411491a73f388ce303b4b
        Reviewed-on: https://gerrit.libreoffice.org/23763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  Noel Grandin  <noelgrandin@gmail.com>  [55d146b732bf30f6a83a962b4394df8f2563a4b7]

        sequence->vector in sw
        
        Change-Id: I042fd1ce0fd9a55ebe4372599fede97990712528
        Reviewed-on: https://gerrit.libreoffice.org/23758
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-05  David Tardon  <dtardon@redhat.com>  [ac19ed0fed3197af2ed3f07e00185befcb90a8fe]

        upload expat 2.1.1
        
        Change-Id: I2b8b1c9ac42830548287a580b53002ba74e2483e
        Reviewed-on: https://gerrit.libreoffice.org/23809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-05  Ricardo Palomares  <rpmdisguise-java@yahoo.es>  [00d1a655104e3c2905fffc483736484b2802fa8c]

        Updated core Project: dictionaries  8b0fc351153d8a56d0cb4f424c501ad1695e1cd2
        
        Bring shipped Spanish dictionary up to version 2.1
        
        Change-Id: I2a94ab9d837b8f4128f651458089fd8618c0f934
        Reviewed-on: https://gerrit.libreoffice.org/23768
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-04-05  Tor Lillqvist  <tml@collabora.com>  [7732ab4f7d913a5ec7d3b6acc0f101c31020c17c]

        loplugin:staticanonymous
        
        Change-Id: I4bf258c6db0d4994b4ffa2088c9963921a5e61fa

2016-04-05  Tor Lillqvist  <tml@collabora.com>  [9473274d41e8645b9aa82e1ba5f2d2a41e2485b0]

        Bin noise comments and superfluous vertical whitespace
        
        Change-Id: I21620816a80e542fe9771ef22322c4bc42ce50bd

2016-04-05  Tor Lillqvist  <tml@collabora.com>  [08b8de7c93a80f6c5a0d131fa07da8b1eb622ff9]

        loplugin:staticanonymous
        
        Change-Id: If86e2df6d24766c5685466c4c6fc63ecba798000

2016-04-04  Rene Engelhard  <rene@debian.org>  [c1b90fa342e09ab30068f6294fc866c63d7ae4c4]

        fix OO_SDK_NAME; s/openoffice.org/libreoffice/
        
        Change-Id: I21635701a95f1dfd1d5df1bbabdb5b81bf280639

2016-04-04  Rene Engelhard  <rene@debian.org>  [2aca3194e92f6001251526a0e72031c12bb37e20]

        fix setsdkenv_unix.sh to work with *-linux-gnu* (as on e.g. armhf)
        
        Change-Id: I74edcd7e54f8edd05a4518d08b1af1e21f3add93

2016-04-04  Arnaud Versini  <arnaud.versini@gmail.com>  [c1e4d402c61cc33a67d32b037bda027dadb0964a]

        BASIC : Use a vector to store the argv stack
        
        Change-Id: I29c93aec598b7f784f549ce05f6b32dfabbfc3ad
        Reviewed-on: https://gerrit.libreoffice.org/23815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [82a04a82699a87daa67c162896d6f7e2c1bbfe26]

        No DBUS_TIMEOUT_INFINITE before D-Bus 1.4.12
        
        Change-Id: Ie53359fb2b6a73fa3611e56314ae2df00457adc0

2016-04-04  jan iversen  <jani@documentfoundation.org>  [2ef9d5de7df7b38e091af7bd7276e68812493cc0]

        genlang, update to satisfy clang.
        
        changes due a log from clang tinderbox.
        
        minor changes to interpret more files
        
        Change-Id: I3821aab91dc21e74c870628a4f2265ab61d37cca

2016-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ada44f631490f8910ce0bcf55353f70d7d0df6d]

        tdf99069: lock the solar mutex before updating sidebar
        
        Change-Id: I55808b72bcebab95ead3e140c9da94596826c27d
        Reviewed-on: https://gerrit.libreoffice.org/23811
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [17b4b5d0b22a8ea958b5f799430170c1dde72332]

        ...and MSVC "warning C4701: potentially uninitialized local variable used"
        
        Change-Id: I4a7eab0cbca2da04b81867158d15c94eda16d3b2

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [e645eb272b89b1e7344f4b2e24a8f66fca1ce132]

        Try silence bogus -Werror,-Wsometimes-uninitialized
        
        Change-Id: I85528ab58e6f29464a3b4a78096e5b9575735220

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [e962fa79bbbfe3b596b06838596c288d99ed3d4f]

        -Werror=shadow
        
        Change-Id: I231396660573e395ef7f949687c6e536a8a60b20

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [5da71ff3b088f224cd3a731ce51c620e0cd3e5d3]

        Add DBus-based IPC mechanism for xdg-app
        
        first cut; triggered on LIBO_XDGAPP env var for now
        
        Change-Id: If4586aedb58499e36a5d87cc8d171400ce7e9499

2016-04-04  Stephan Bergmann  <sbergman@redhat.com>  [ec655c8e8f6ff476fb70135927ce38d1b1000982]

        Prepare for using other IPC mechanisms besides an osl::Pipe
        
        Change-Id: Ie34330508563bef25185216bdc1dc3ae84d084d4

2016-04-04  Noel Grandin  <noel@peralex.com>  [890e13344ba83ef9f06bb5a8cde0f068ecb3c7a6]

        loplugin:constantparam in sot
        
        Change-Id: I8bf1ee672f035831d197e4a65bd40bae41278da0
        Reviewed-on: https://gerrit.libreoffice.org/23800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noel@peralex.com>  [afd3ab436bf920ef80c642891e9e63133fca41a0]

        loplugin:constantparam in sfx2
        
        Change-Id: I9a5a9fd1f4f43e0b7ef13d14979cb231f6aa9d46
        Reviewed-on: https://gerrit.libreoffice.org/23801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noel@peralex.com>  [8372d8532ba3aa3d1ec346a73d8fe9f406001f79]

        loplugin:constantparam in i18nlangtag
        
        Change-Id: I3d7cbac7ca58f3de9771a1221196f851255f3fb9
        Reviewed-on: https://gerrit.libreoffice.org/23802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0f9bb795251d950b5dd960fcd030170c8eb67aa]

        tdf#99074 DOCX import: handle <w:view w:val="web"/>
        
        Instead of always using the Normal view, use the Web view when the DOCX
        file contains Web Layout.
        
        For this to work, expose sw's DocumentSettingId::BROWSE_MODE via
        css.document.Settings.
        
        Change-Id: I7787ca058d8cb8a346b2001a2bd70c3df86d8673
        Reviewed-on: https://gerrit.libreoffice.org/23806
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-04  Maxim Monastirsky  <momonasmon@gmail.com>  [ac8c392dc42534adf1dcfe23c9c850b05124f7a6]

        tdf#93837 Add UI names for sd menus
        
        Change-Id: I44e989504b441450ea566e64b5231f41ff8a9a49

2016-04-04  Maxim Monastirsky  <momonasmon@gmail.com>  [3a93a75fe1d89520692edc2f615b1c8d5cd0c52b]

        Restore some erroneously removed code
        
        Change-Id: Icc6fe929b86d494099bd1b7fafd5fc4c2787dbbd

2016-04-04  Maxim Monastirsky  <momonasmon@gmail.com>  [804209f6b37babf339874d599db7d03ce594fe4e]

        Missing label for .uno:CloseObject
        
        Change-Id: I988e0832086d0530d299de0636d9bd779f751b44

2016-04-04  Noel Grandin  <noel@peralex.com>  [1e55aad7990a47a7d4353ec3365ca46b6c54a10c]

        loplugin:constantparam in svl
        
        Change-Id: I6c336034a12fda493825b4a8388d3bde6bead910
        Reviewed-on: https://gerrit.libreoffice.org/23729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noel@peralex.com>  [17b1852133427e6c0b4266ccb63e24980aff94f0]

        loplugin:constantparam in unotools
        
        Change-Id: I0501e6e7eadd735b1666a8ecb2c5e6da73ce7e67
        Reviewed-on: https://gerrit.libreoffice.org/23728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noel@peralex.com>  [ecdf7aaede66c209fa5c101c0435322a765f02ee]

        loplugin:constantparam in svtools
        
        Change-Id: Iceb1b57997e0369946150ef0764b71da59a6b7a6
        Reviewed-on: https://gerrit.libreoffice.org/23725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  László Németh  <laszlo.nemeth@collabora.com>  [3979afceecb98780549fda60c7f75c8015bb33d8]

        osl_getSystemTime: use high precision timer of W32, if available
        
        Change-Id: I7029f37639ead7a8b597ff39d1abcd295fab0551

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [6b2d75f966140746e4fed4c0dd43a452e0cfdbae]

        cppcheck: noExplicitConstructor
        
        Change-Id: I68310e2abc8f0ca114adb2b52f82157a0f455202

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

        cppcheck: noExplicitConstructor
        
        Change-Id: I9510a16bf4ac5dd2c3da16c618841918daea8cfb

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [9fb09a9cb3752496c8cde0ae399f83261848c441]

        cppcheck: catchExceptionByValue
        
        Change-Id: Icd52f56b7686a6901793e6c8fce1ffbb3b92af13

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [43c23b624ebf467c3955b54a914905b3bfd1a8e3]

        cppcheck: truncLongCastAssignment
        
        Change-Id: I2d7c2c41f9ad5eb1e30e2bb4cbfb101deab1c907

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [a4bc9a43198074b529693f1852093d8d72eaae98]

        currentlayout may be null
        
        Change-Id: I1e53482e722b82f052434f45e37a2fbdb2ea6ffc

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [a31840be018cdc9a32f0a27e522b758cd3400b69]

        reduce unnecessary reallocing
        
        Change-Id: I01880cfecdab4addb358c74cbcdc02c98c0d6224
        Reviewed-on: https://gerrit.libreoffice.org/23764
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [06c6832e5a5b58ee5143e67a2e0c9d837ab26110]

        sequence->vector in vcl
        
        Change-Id: I0ef3f4dd249c5d8587d9e960f9d2f95afd9076f8
        Reviewed-on: https://gerrit.libreoffice.org/23762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [f13e80b8a596ef3215a53cd39c9d0fac3e0375b7]

        reduce unnecessary reallocing
        
        Change-Id: I62368cf733ca6397099a843f3bbae3da08552798
        Reviewed-on: https://gerrit.libreoffice.org/23761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [21eef3b4b0e7a1a1b1b3ce8a63eb6352f5eb6e62]

        unnecessary realloc
        
        Change-Id: Iafd6495a8b6a2b371cf004e4383ed92ac6ae4bd2
        Reviewed-on: https://gerrit.libreoffice.org/23760
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [fd4b1fb453c11f8789674afc324d04ac9fb7be67]

        sequence->vector in toolkit
        
        Change-Id: Ia042eea672bb7535192132ae0b133d1745dc8cde
        Reviewed-on: https://gerrit.libreoffice.org/23759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [d3055b56c7a67e80e1c6e3bdd3838dd977a26926]

        sequence->vector in svx
        
        Change-Id: Iae188e15033983a08c76a7b88c4fa8f9777f0978
        Reviewed-on: https://gerrit.libreoffice.org/23757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [3900df378ccce285b49a71dbbc3e7bc23c9e7d64]

        remove some unnecessary realloc'ing
        
        Change-Id: If3ba03d5928d3c8267ab14e26e5a5afbc37afef5
        Reviewed-on: https://gerrit.libreoffice.org/23756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noelgrandin@gmail.com>  [3efd7a07cbccd03ecb289e95fb9343460ace4a7f]

        sequence->vector in sfx2
        
        Change-Id: I31c3075db663253b37f0a8dc64338ec6f6172801
        Reviewed-on: https://gerrit.libreoffice.org/23755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [9e087de13351624a9fff2edf33d98221a967e040]

        coverity#708016 Uninitialized scalar field
        
        Change-Id: I6ec7614eab32f08596f259ef445a999cbb8b69e8

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [e5c7c9697065aebf4bcf75278e70b8fc84f0fbf6]

        coverity#705112 Using invalid iterator
        
        Change-Id: I95a4646e7ecff90babd8c140fdfa5f6fc47ce399

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [f9dd9b867973024d998a45fce37b6acc3d3e8454]

        coverity#1358029 Dereference null return value
        
        and
        
        coverity#1358028 Dereference null return value
        
        Change-Id: Id659899b0df87a78359a9332be571afb326538df

2016-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e444871a4c9d819c136b383c81b7f7df386a78d]

        Use std::size_t
        
        And include <cstddef> where necessary.
        
        Change-Id: Icc1208528d6a8b04375d55ccbf3cd6ef046b454f
        Reviewed-on: https://gerrit.libreoffice.org/23796
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-04  Noel Grandin  <noel@peralex.com>  [b62e6b011a3c9a340353546b73ff2eda0e793215]

        loplugin:constantparam in svx
        
        Change-Id: Ib3c1262d5488e3e348ae985f53ff8c63f2175555
        Reviewed-on: https://gerrit.libreoffice.org/23724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Noel Grandin  <noel@peralex.com>  [953f8f2cfecbe3005eb7de84daf1c9d86379244c]

        loplugin:constantparam in tools
        
        Change-Id: I8b2a722b525722bd09ed1f27c648062d6f29cce7
        Reviewed-on: https://gerrit.libreoffice.org/23723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Akshay Deep  <akshaydeepiitr@gmail.com>  [e099c5bdaa458105148059228ec11c98b9d13029]

        Make InputDialog class global to reuse it's code and tdf#97425
        
        tdf#97425 -> Use InputDialog to edit Java Class Parameter
        
        Change-Id: I41ac9ffbc660c4bbb9d4fd3335e95d64ccdd2842
        Reviewed-on: https://gerrit.libreoffice.org/23580
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-04  Jan Holesovsky  <kendy@collabora.com>  [d69c03a3520205db549b2c84e7825967c8ea3ac5]

        Kill some written-only member vars in SidebarToolBox.
        
        Change-Id: I26b89fefafea90a24252dc3a167682b4daf0193c

2016-04-04  Akshay Deep  <akshaydeepiitr@gmail.com>  [beeef93480fae65840646e4e36aa888efe92579a]

        tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog.
        
        Added Find Previous Button.
        Replaced backward checkbox with 'Replace Backward' from other options.
        Modified Dialog Layout as per the attachment in bug report.
        Removed vertical spacing in parent_container_box to reduce height of the dialog.
        Removed InfoBox from ReplaceAll functionality in writer, shifted it to SearchLabel.
        Attribute labels only show up when attribues are used in search, else they remain hidden.
        
        Change-Id: I0e9ded854fc2601524d6fc2a0ba5e9cb602e11a4
        Reviewed-on: https://gerrit.libreoffice.org/23057
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-04  Noel Grandin  <noel@peralex.com>  [0085eb42fdb7cceece11004841c50f3008c9e120]

        cppcheck:passedByValue
        
        Change-Id: Ideb62ec1838463f65fc763650294e4fa311567f1
        Reviewed-on: https://gerrit.libreoffice.org/23797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  Caolán McNamara  <caolanm@redhat.com>  [c9a04aed449c3cf992224cfedcee7f330357b01a]

        hold bullet para by reference
        
        Change-Id: I58025ea906426a7db4079042fa38954f1a3d076b

2016-04-04  Jan Holesovsky  <kendy@collabora.com>  [f0a8d90525f28f0cc3008abad23bb119bf4c64a8]

        Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.
        
        Change-Id: Ia1b8d4325207879634ace6d812358dac33fdc2fc

2016-04-04  Niklas Johansson  <sleeping.pillow@gmail.com>  [e667bcfa1749e6a9179b0900305f3179076dc63c]

        Add tool to check for duplicate accelerators
        
        The tool mentioned in tdf#94865. It should be possible to use in
        any installed locale. It uses the accessibility api to read the menus
        and retrieve the menu items and it's associated accelerator keys.
        
        Change-Id: I3abe1bff526db15e40c5cf792588c5eda1fbedad
        Reviewed-on: https://gerrit.libreoffice.org/22039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-04-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [62967a0afc596811fe308640acdd90a6df57185f]

        get rid of a TODO comment
        
        Checked if the < is correct. It is.
        Calc function Choose has 1 index argument plus up to 30 value-arguments,
        so the maximum argument count is 31.
        FORMULA_MAXJUMPCOUNT is 32.
        
        Change-Id: I0bc8cc122902848dadfc92d56b6f06fbec43e4be
        Reviewed-on: https://gerrit.libreoffice.org/23794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-04  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [edc63d3abb5c4dae223f745f6384e7d0e5fc717e]

        tdf#45129 Customize Toolbars: Add category "All categories"
        
        - added string "All commands" to resources
        - moved code responsible for flling functions list to a function
        - defined SVX_CFGGROUP_ALLFUNCTIONS
        - added "All categories" category
        
        Change-Id: I4f03c8bc0af44dba2ef89ddd64b3fac67c5f2695
        Reviewed-on: https://gerrit.libreoffice.org/23572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-04  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [3dd9a3027d39ee9932b26abcde12363c881bff6a]

        tdf#90855 replace Dialog::Close with Dialog::EndDialog
        
        Change-Id: I1b23ba8b93e8451b8f5b9db56a212f3c497b80de
        Reviewed-on: https://gerrit.libreoffice.org/23565
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-04-04  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [8c2f2e1dd77cdce9bdf63beff5a79f91adc44630]

        tdf#94306 replace boost::noncopyable in ..
        
        .. accessibility, avmedia, basctl, basic and bridges
        remove boost from module if not needed anymore
        
        Change-Id: I6177f8276766a0a7df1703e81bf1b448912df6e2
        Reviewed-on: https://gerrit.libreoffice.org/23744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-04  slideon  <adamkasztenny@gmail.com>  [9338e4f5b1ffcba2d5b0bd8960dd8795d8909ff1]

        tdf#97361 Refactor dbaccess test again
        
        Remove duplicate code, add helper functions and constants
        
        Change-Id: Ib8702e2ce9918b47a608f6eb6fd2af7fd4dd1d0d
        Reviewed-on: https://gerrit.libreoffice.org/23727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-04  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [157bfa806388053e573e97b26871d6de4d6dce52]

        Remove commented-out code portion
        
        Remove inactive code portion which has been
        sitting there for about a decade.
        
        Change-Id: I70d87333ed6f12c1e02913201ffba93be654a471
        Reviewed-on: https://gerrit.libreoffice.org/23747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-04  tymyjan  <tymyjan@yahoo.co.uk>  [c20cc7e79b3b3d8bcf9136bfdc2bab6dd6a4be06]

        tdf#97499 Fixed containers parameters clearing #4
        
        Change-Id: I7c96181399f4d7e62d4aceca404b22d68f903513
        Reviewed-on: https://gerrit.libreoffice.org/23754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  tymyjan  <tymyjan@yahoo.co.uk>  [bfb9612226314cd037c8eda30cc6ebbb46dc8512]

        tdf#97499 Fixed containers parameters clearing #3
        
        Change-Id: I1c105de7e1df251533179fba77e3797ef1c4e2d4
        Reviewed-on: https://gerrit.libreoffice.org/23752
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-04  tymyjan  <tymyjan@yahoo.co.uk>  [362ab03eb276fd7cf73a6882faa4e4f14fcab2a4]

        tdf#97499 Fixed containers parameters clearing #2
        
        Change-Id: I2e77c3b33ae3b8a49a7890cac77be566391972f2
        Reviewed-on: https://gerrit.libreoffice.org/23751
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

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

        coverity#1358027 silence Using invalid iterator
        
        Change-Id: Id4306122a7d51491392996b8914e1411e9a4ed0f

2016-04-03  Caolán McNamara  <caolanm@redhat.com>  [9814cf713c57b211f5632733a853150d1d1e8da9]

        subtable corruption is possible
        
        Change-Id: Ifbf4312df583724a22328491bea3b6e05b82418f

2016-04-03  Arnaud Versini  <arnaud.versini@gmail.com>  [917e3656e920caed61f0ecfc156cd2f8e470087e]

        BASIC : Use a vector to store the go sub stack.
        
        Change-Id: I80987f3f7c036279a8292a7fbbd2dcd232196226
        Reviewed-on: https://gerrit.libreoffice.org/23753
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-04-03  Xisco Fauli  <anistenis@gmail.com>  [9b0069c2833313ba9fab91f45edd354ba334f94b]

        SVG: Using the marker property from a style sheet is equivalent...
        
        ... to using all three (start, mid, end).
        However, shorthand properties cannot be used as presentation
        attributes.
        
        Change-Id: Ie3842b8fa87f562f038600f8f012d8434363b3cd
        Reviewed-on: https://gerrit.libreoffice.org/23749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-04-02  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f7a75a66fa46627aa6edc6439650c1e3c06836d7]

        cleanup: remove unused Reference.h(xx) includes
        
        and unused using-declarations from Reference.h
        
        Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19
        Reviewed-on: https://gerrit.libreoffice.org/23735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a0b1a10ddcf5e17116055a0c82200231bf5cd55f]

        Chart: Improve polynomial trendline equation rendering
        
        Convert power figures in supersript figures
        Replace minus sign
        
        Change-Id: Ia0e77b5de3b6f2368efd1315576f9709d7b1b2d9
        Reviewed-on: https://gerrit.libreoffice.org/23714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-04-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0b5a02eeaa50ffe77d18374162b984a36e69c6cf]

        Updated core Project: help  d0053c52b6f70094b4a7e9d7aaa1a0f1ea7f840e
        
        correct name of direct cursor icon and add its toolbar
        
        remove application switch because all text relates to Writer
        
        Change-Id: Iaa509566856b1e8020834b03dcd391de448e65b2
        Reviewed-on: https://gerrit.libreoffice.org/23746
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-04-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [72cbcf97fadd46a6895797beb37aaa379e015855]

        The label of this dialog can grow very long…
        
        … so place it above its associated entry.
        
        Change-Id: I8fce05bef2cb6ea4589caed60f9384fb42170234

2016-04-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [3946f73128a83345cf4cbfd6623851693a8da460]

        sd: add license boilerplate to source/ui/animations/CategoryListBox.hxx
        
        Change-Id: Ib49bfa10a59c59cb568e0235cdd30ceee8a74840
        Reviewed-on: https://gerrit.libreoffice.org/23745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-04-01  Olivier Hallot  <ohallot@collabora.co.uk>  [82d14b4f9c086c48214445b8e49fdd748e13c05f]

        Place help button on the left in dialog
        
        The New folder dialog, that is opened by the Template Manager dialog
        has now the help button on the left.
        
        Change-Id: Iabc55a031247e1ea33887dffc929dde17549f8fb
        Reviewed-on: https://gerrit.libreoffice.org/23740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd1b2f923e0b0be89a5d1c8cbc647133aac09ed5]

        tdf#99004 SwAnchoredObjectPosition: handle textboxes when determining surround
        
        Writer TextBoxes are always wrapped "through", so that they can appear
        inside their shapes. However, the surround of the shape may influence
        its position. So when surround is asked for anchor position purposes,
        take the surround of the TextBox's "parent" shape instead of the one of
        the TextBox directly.
        
        With this, the TextBox in the bugdoc is properly positioned inside its
        parent shape as expected. (The problem only happens when at least two
        shapes are anchored to the same paragraph.)
        
        Change-Id: I0cf8a41080e6759aa395c119d862c4be79574d66
        Reviewed-on: https://gerrit.libreoffice.org/23720
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [d3d45ab54e78fa760860923d0ff5c4692d89c99c]

        Remove dead -tofront processing
        
        aArguments must adhere to a certain grammar, and if it doesn't (which would be
        the case if it started with "-tofront"), then the Parser ctor would have thrown
        an exception and we wouldn't reach this code anyway.  Looks like a remnant from
        Sun webtop times, got originally introduced with
        c9d844f62c388d463445097f1cc453535491e171 "INTEGRATION: CWS cl03: #109140# -start
        -> -show", but there appears to be no other mentions of -tofront across the LO
        code base.
        
        Change-Id: I5097bf38753f6cc9184a934da81342b3ccf330b4

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [9451e9a6ad3b95fd6c9c6ad1de92905c86143293]

        Clean up
        
        Change-Id: I607108e5ec26992ec4763c4de3e1f53b4fbe886d

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [50461cff6aeaa6e142559b0a37b9c3110de7ff50]

        Rename ipc_ -> handler_
        
        Change-Id: I9509af144143de9f6ec3fc6ac925be99727c9c68

2016-04-01  Eike Rathke  <erack@redhat.com>  [4cfba1ff6b8f063ad3914bf88c0e7ab5c549bc08]

        we have an empty Sequence anyway, use it; cleanup follow-up
        
        Change-Id: Ie7f3881a24e4bda09785b1d464fd2d2431a04e81

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [9a14c7e1a99b4559fd5035b055f041dac7f48522]

        sequence->vector in sc
        
        Change-Id: Iebf0aae6a3141430c43988e91d50f07b1c629e04
        Reviewed-on: https://gerrit.libreoffice.org/23698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [86e9ef21a06a9babefb778dfc3e02118d371d70d]

        sequence->vector in sc
        
        Change-Id: I23edfbacb9ad0fb11ac8e6f789a73367f043eeda
        Reviewed-on: https://gerrit.libreoffice.org/23697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [29da3a4a71b964df0a9337a9d554a8b94c484635]

        Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lck
        
        ...from 9e596250a6e968c5d1e2fb0de582ae242e02acf9 "tdf#97966  Drop static keywords"
        
        Change-Id: I04d3559bceb214743695e2a008c1a1383535a635

2016-04-01  Noel Grandin  <noel@peralex.com>  [64a06ba4bd35e91acd1d9743f9851904eebd1add]

        loplugin:constantparam in vcl
        
        Change-Id: I5af0906ced6d0e917b54dee22577fa40d134464c
        Reviewed-on: https://gerrit.libreoffice.org/23719
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [644aea938b470dd870267983411c484c166a783d]

        sw: document what are these numbers in the WW8Fib ctor
        
        Change-Id: Iecc096031f654668bd571e3c8a417cc8e0c6661e

2016-04-01  Eike Rathke  <erack@redhat.com>  [8dc3b88b567d5fc4a75453654da860c47ae16403]

        copy used names to other doc, not only referencing sheet; tdf#56518
        
        Change-Id: I434663a2ffe9b0565cabcf210c643ec57c7ba07b

2016-04-01  Noel Grandin  <noel@peralex.com>  [88e5fa24eab7b89e946a340e9cf75951cbbffd79]

        loplugin:constantparam in sw
        
        Change-Id: I68f1594ca3f647d055f5087def74452452f86910
        Reviewed-on: https://gerrit.libreoffice.org/23718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Eike Rathke  <erack@redhat.com>  [73480e7a18536b62d314929fbfe27a8f2c0a03cc]

        early bail out only on same doc
        
        ... and rename that variable to what it actually does..
        
        Change-Id: Ifd6b9a612d8a8dbc700e42eeb5a732295af283a3

2016-04-01  Takeshi Abe  <tabe@fixedpoint.jp>  [04bb10f1d8370465be835fe65df4cb63198829e7]

        starmath: Reduce scope of variables
        
        Change-Id: I6f69752177ee5e3044aa99c1bbe55fc4f8c85c24
        Reviewed-on: https://gerrit.libreoffice.org/23703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [c906657cc0ff58e22ef2950878aa32b34cb71a99]

        HAVE_FEATURE_MACOSX_SANDBOX doesn't initiate IPC in RequestHandler::Enable
        
        ...so cannot return with IPC_STATUS_PIPE_ERROR anyway
        
        Change-Id: If98bcc9b7cc1fbcc367e50759be0e8d6003d941b

2016-04-01  Eike Rathke  <erack@redhat.com>  [131a8d2bfa6263a1817fca6a39c1664ff82a80bc]

        harmonize the nNewSheet handling
        
        Letting copyRangeName() modify nNewSheet wasn't good and could had lead
        to a mismatch of sheets between looking up a name and inserting it.
        Instead, determine the values in adjustRangeName().
        
        Change-Id: I68e8b025a1a1ce81bc4c62a7c0450f1bb661454f

2016-04-01  Michael Stahl  <mstahl@redhat.com>  [2a9e6ecc61b232be08d8b1687874289ca0fe8d43]

        nss: remove nss-pem.patch
        
        It looks like commit 30b9c6a457de61f3c94431ecc75716f866c3379e made
        this obsolete: by default, curl's configure will pick some OpenSSL
        certificate database in /etc to use, which is in PEM format.
        
        But since every distribution uses a different path in /etc for that,
        it will work only on the same distribution as the build host anyway,
        which makes it mostly useless in practice.
        
        So we don't need our NSS to be able to read PEM format now.
        
        Speaking of which, PEM support was only required for Linux builds
        anyway, not for WNT/Mac builds.
        
        Change-Id: Ib9bc6ec0b7d71c14e9a53454e6efed038072e913
        Reviewed-on: https://gerrit.libreoffice.org/23435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [67d347513754208775b67587e7ee360df4b9bf20]

        Unused include
        
        Change-Id: I3541c7a09b203b6a4ee81ffc5e778c017191fe27

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [c752f6644c38f4bc6af731d8539b9ad523ee7d13]

        No need to #if this code
        
        ...it's enough to conditionally set ipc = false in RequestHandler::Enable.
        
        Change-Id: Ie64b476d6ad5a5fbedb7542c5dab69daadf17f1e

2016-04-01  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3c43a4810f505c071bcc99aeda47162a4b7b1681]

        tdf#94306 Replace boost::noncopyable in sc/source
        
        and sc/workben with C++11 delete copy ctors
        add default ctors needed missing
        delete some ctors instead of making them private
        
        Change-Id: I0a131f95444ef040e5d580d8326f372b8167e19b
        Reviewed-on: https://gerrit.libreoffice.org/23717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Noel Grandin  <noel@peralex.com>  [229f10c6d0b88f795038063ce7af61e40a3be35a]

        fix brown paper bag in extensions
        
        from my commit 8c8fdb0a668d759adac11bd83203c8eeded390d5
        "sequence->vector in extensions"
        
        Change-Id: I85432c50915bf9cd663e1c22c20766cd00bbfc4b

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [a18ec9d947aa49b7c98d52d5f24971ab326c4f7f]

        cleanup ScAccessibleSpreadsheet::getSelectedAccessibleColumns
        
        use early return
        
        Change-Id: I8dea61cb095ae31ad7deb8c4191c5ecf9810d9cd

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [8c8fdb0a668d759adac11bd83203c8eeded390d5]

        sequence->vector in extensions
        
        Change-Id: Iaf7feae5927795e8b5508f9ef49369fad802a57f
        Reviewed-on: https://gerrit.libreoffice.org/23689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [bd66648fc2d361a9a18e62522c244cd245abf198]

        sequence->vector in filter
        
        Change-Id: I2b18a4affed75dfc36d44ba485b2ac44d0e082cb
        Reviewed-on: https://gerrit.libreoffice.org/23690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [929eab216427d9f1c96df8b3ae9dafcad728e04e]

        sequence->vector in forms
        
        Change-Id: Iea09367a51af8d0003a3ae58f8e7e0e825906367
        Reviewed-on: https://gerrit.libreoffice.org/23691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [3f7f497192deb486b1b959996c14f8f094146945]

        sequence->vector in framework
        
        Change-Id: I457c3da4f4a31f58d688dcd96a2ccfc36518490d
        Reviewed-on: https://gerrit.libreoffice.org/23692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [dba6451b2f25b3d8510e0a848977166ee5e6c8e3]

        sequence->vector in scripting
        
        Change-Id: I5efd5ed8755b6127f08f711b8b7337b87b89bbd4
        Reviewed-on: https://gerrit.libreoffice.org/23700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [46b4634de93bdda2a8427c6c545dc6160d5201d0]

        sequence->vector in linguistic
        
        Change-Id: I28ed0b4bb2a140493fca693807011b91b3569986
        Reviewed-on: https://gerrit.libreoffice.org/23695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Noel Grandin  <noelgrandin@gmail.com>  [9f6e6fabcd5718e0b65437c5ce398e520f47aae1]

        reduce unnecessary realloc'ing
        
        Change-Id: Ic597814706573576a0ba330a69a7a38aa97e5224
        Reviewed-on: https://gerrit.libreoffice.org/23694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [e097e419ee5c47239262a16526f4e37775fb2004]

        tdf#97966 Compiler plugin
        
        Warns about redundant 'static' keywords in unnamed namespace.
        
        Change-Id: Iecab69161e24d73e39a8dd5baaba6929e12d4f29
        Reviewed-on: https://gerrit.libreoffice.org/23679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [84fd42c1f58627f3e03ee6062fa2812a4890d941]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: I7769c9d2a131d7389ef6ab08c0fbd12bc624778c
        Reviewed-on: https://gerrit.libreoffice.org/23678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [9af411abce1e22d55b73d5bbac3b7a6a8535eb3b]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: Ie3160af9decf04ceeda02dc20a6518afaa80f972
        Reviewed-on: https://gerrit.libreoffice.org/23677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [cb495d71063d60da46215a2510736eccd910fa7a]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: I364aa7d67c2bf867588798e07df95c3f3f2bd7f3
        Reviewed-on: https://gerrit.libreoffice.org/23676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [eea3f508c35f8f391825761ab6e1f3fbfb2fd0c1]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: I87f2ed75888b51ec9e0cb75566bf7c2351b479b4
        Reviewed-on: https://gerrit.libreoffice.org/23675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [1271eadfac7e77ff7b249e64be3857ffdc0a261c]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: Id9dd5a53d6ea5134ebb473bd0463f8f42965a211
        Reviewed-on: https://gerrit.libreoffice.org/23674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [20ba5d464a9fba3090af6a644a331ee237356fea]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: I8bcd7e8a492ee4dbfa5141416c7c038a1391cf20
        Reviewed-on: https://gerrit.libreoffice.org/23673
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [9e596250a6e968c5d1e2fb0de582ae242e02acf9]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: Icff7c0308843d6a7608be24d7fcf11fa079c7b72
        Reviewed-on: https://gerrit.libreoffice.org/23672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [62d1632498d92b6e73b952c9d379edebe3052341]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: I18ddafbf3d41f6779fb43e36ba1f1c48b37757a0
        Reviewed-on: https://gerrit.libreoffice.org/23671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Wastack  <btomi96@gmail.com>  [0b8e5ca5a25dfe9f20b098fdbd94f7e9f223f5c7]

        tdf#97966  Drop 'static' keywords
        
        Including no keywords from extern "C" blocks
        
        Change-Id: Id0304994a692f1004993dda2ffd7fb819ab8e8d0
        Reviewed-on: https://gerrit.libreoffice.org/23670
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-04-01  Stephan Bergmann  <sbergman@redhat.com>  [0de40868b49b9fc387391e2cbca1c8e910ef3bd3]

        loplugin:staticanonymous
        
        Change-Id: I1a96ef6bff7a99ab46f7c88722426cba48b46c81

2016-04-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [403793990c1258db5b2bc4f709e6028a3d5ea2cb]

        tdf#90834 Cleanup in-line version control history comments
        
        Turn in-line version control history comments into
        meaningful good comments: frmform.cxx
        
        Change-Id: Iadfeca748b7d1f0a8e5eadb684ebf66d8e026931
        Reviewed-on: https://gerrit.libreoffice.org/23705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-04-01  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [20f98f52392504666c467417558fdf93e3c16c27]

        tdf#90834 Cleanup in-line version control history comments
        
        Turn in-line version control history comments into
        meaningful good comments: itrform2.cxx
        
        Change-Id: I5339c31d28dc840cfa21a22a96d1de73466009f7
        Reviewed-on: https://gerrit.libreoffice.org/23706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-04-01  Douglas Mencken  <dougmencken@gmail.com>  [94a061eae6f3ec82abf52e229cb30d201f9eabe6]

        convert "Impossible" ensures to warns
        
        ... everything is possible
        
        Change-Id: Ic1dfab77e24e777c14de91a18352cff86904d2ee
        Reviewed-on: https://gerrit.libreoffice.org/23710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [29f1c4ed9be3557894af3824213447cf96166534]

        Upgrade libxmlsec to 1.2.18
        
        A trivial one, upstream has a single bugfix in its XSLT module (a
        feature that's rare in practice in ODF documents).
        
        Change-Id: I68e7d3249892f8587058bc0f7a832719d3cddeff
        Reviewed-on: https://gerrit.libreoffice.org/23713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-04-01  Martin Hosken  <martin_hosken@sil.org>  [2973476aac4a7bde6c17b93808a258fd205b8f37]

        Fix up upgrade to graphite 1.3.8
        
        Change-Id: Idd7945176e1f667c29ff11144dc78870110bf562
        Reviewed-on: https://gerrit.libreoffice.org/23716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-04-01  Eike Rathke  <erack@redhat.com>  [6959ed39e4f6f4a71a860acbf734b19b14f9c604]

        re-enable copying global names to other docs
        
        Change-Id: Ide022525decbbec1fb4a498074752615786daab4

2016-03-31  Michael Stahl  <mstahl@redhat.com>  [37f5df5537341232fdb0d68868408dec8fd84116]

        breakpad: fix module makefile
        
        ff9b7d118b34b53ec947af881fccd822e2aeb1fd removed the ExternalPackage
        instead of the ExternalProject.
        
        Change-Id: I9240526b29d0559e1485253383d39b5858e4039b

2016-03-31  Eike Rathke  <erack@redhat.com>  [3d88efbe9ed1c42f2e8ccd2e71724f0cb96d3c3e]

        unit test for copying nested names during copying sheet
        
        Change-Id: Id165e7e2ce229949b919424338a4938e15aaab4d

2016-03-31  Eike Rathke  <erack@redhat.com>  [58f4f2491b4f1705ad7064131203b0854485fc43]

        add ScDocument::InsertNewRangeName() for sheet-local scope
        
        Change-Id: Id7e13a31a092e83c9c7cf6334cced45a28000f98

2016-04-01  Maxim Monastirsky  <momonasmon@gmail.com>  [30b10b1a589945b570445518163feb6eac8e95e1]

        tdf#98849 SaveToolbarController: Correct initial modified state
        
        Regression of 69882b0ef861099fd6bfa802d6f7ba5d1391c269
        
        Change-Id: I3698efff2f1e62e513d779400eff7f1c4a4145e4

2016-03-31  slideon  <adamkasztenny@gmail.com>  [75092faa821b236eaed27b7d0e6f1f1a28d1a2e2]

        tdf#96505 Remove 0L occurences from avmedia and basegfx modules
        
        No compiler warnings on my machine
        
        Change-Id: Ibd303c64f04f6f52272ac19c3069da2f14cb4e9a
        Reviewed-on: https://gerrit.libreoffice.org/23558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-31  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [485c4f5ba17bdad12db19770ff708b84c938694a]

        Updated core Project: help  5aa3e6e32c24f5f695629d6e9627f5d8502452a3
        
        People who confuse “lose” and “loose” make me cringe
        
        • https://en.wiktionary.org/wiki/loose
        • https://en.wiktionary.org/wiki/lose
        
        Change-Id: I8e1ca11b1dcffd9df7d0f3291d9604e8ec1afb43
        

2016-03-31  Eike Rathke  <erack@redhat.com>  [d2a2d436aa10839c83a5471c9d37e2d69011825a]

        copy and adjust nested named expressions during sheet-copy
        
        Change-Id: Idec3d7f2282bb2521c1f46e4488bf85a47b19ea4

2016-03-31  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [e3e0ac4d3d3d7f701618358ccbb3d667683c6b20]

        tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calc
        
        Change-Id: If8aa0158c60d5727d9bdd66aa351c50c987c3e5f
        Reviewed-on: https://gerrit.libreoffice.org/23662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [50223ea6e212b60b7d33839c2753c5601fb50f95]

        tdf#98987 sw: add AddVerticalFrameOffsets compat mode
        
        The situation is the following: we have a text frame, with at least two
        anchored objects: one is wrapped not-wrap-through, the other is. In case
        the non-wrap-though one shifts the text content of the text frame right or
        down, then layout may or may not want to re-consider what is the top
        left corner of the text frame for anchoring purposes.
        
        Regarding the x position, sw layout repositioned the anchor point
        depending on the AddFrameOffsets compat mode: it's enabled for documents
        imported from Word, disabled otherwise.  Regarding the y position, no
        repositioning was done, however the bugdoc shows that Word does the same
        repositioning on the vertical axis as well.
        
        Add a new AddVerticalFrameOffsets compat mode that enables vertical
        repositioning as well, and enable that mode for documents imported from
        DOCX.
        
        Change-Id: Idc5cad7d86662008a92ff3bf5fbb3806aa2c7b07
        Reviewed-on: https://gerrit.libreoffice.org/23702
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-31  Tor Lillqvist  <tml@collabora.com>  [a88837470d7a01e63c28ac3930c1f10d84dc218d]

        loplugin:unreffun
        
        Presumably the use of testSearchAllFollowedBySearch was removed by accident.
        
        Change-Id: I074426cd644fb64d0a8d3682b361e1aa8c20be0f

2016-03-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c728b0ae7f52691b1a3d5ab555225f5e8ac95a5]

        tdf#93300, handle hard formatting with cond format correct
        
        For number formats we always applied the conditional format above the
        hard formatting.
        
        Now we handle styles, conditional formatting and hard formatting
        correctly.
        
        Change-Id: I52dbeeb848b982985d6b17dad920baedffb218e4
        Reviewed-on: https://gerrit.libreoffice.org/22574
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-31  Michael Stahl  <mstahl@redhat.com>  [eaced256be7e5c2ebcea01d14b2f521629e22848]

        sd: overloading in C++ fail episode 6315
        
        Change-Id: I334037739f00bbb318fa780fcca898e099bc8fb8

2016-03-31  Arul Michael  <arul71.m@gmail.com>  [99bf0b931401f556033f67297aa9783c4cf19b00]

        tdf#92963 Pasting a whole row with data crashes all open LibO apps
        
         In ScColumn::GetNeededSize the memory pointed by rOptions.pPattern is freed and
        new value is set again in ScFormulaCell::InterpretTail function in pDocument->SetNumberFormat
        when pDocument->GetCondResult is called in column2.cxx:130.For fix setting the newly calculated
        ScPatternAttr* value after the GetCondResult call.
        
        Change-Id: I045404465b6dfa561b0821bb3b1875463aa7887a
        Reviewed-on: https://gerrit.libreoffice.org/23688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-31  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1877fc4b4154dcc48fb743e33874d321dc464ba2]

        Label these uno commands
        
        They appear in the Customize dialog with just the uno command name.
        
        Change-Id: I195ef344b966f2b207628a7fccaf601a4608515f
        Reviewed-on: https://gerrit.libreoffice.org/23707
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [374b69716dcf83dbbc1e240eb02e5101d9b6a983]

        sequence->vector in sc
        
        Change-Id: I3edf08fe5db798dbc1190db375cfb82c5b9bc5da
        Reviewed-on: https://gerrit.libreoffice.org/23696
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-31  Jan Holesovsky  <kendy@collabora.com>  [8c32ffd59aef2c7b319d64c310e7d0a46dbb9e2c]

        sd lok bccu#1525: Unit test for the fix.
        
        Change-Id: I55107bd36a9b716ecbef4d01dd670617b141cc48

2016-03-31  Jan Holesovsky  <kendy@collabora.com>  [ee246512cb0103f22f8afc0de245ea7f82143776]

        sd lok bccu#1525: Don't rely on the window size in the LOK case.
        
        Otherwise the table is inserted in the top left corner.
        
        Change-Id: Ia5d7099d4bace6f18cd7e8d3409427119240b756

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [2d74cbe769e4562d6edcd0d35868fa80e6d9dd15]

        loplugin:nullptr: Check for more pointer types
        
        (but did not turn up further matches)
        
        Change-Id: I7e4843d00a2e3b46edec46c5b56b6ba1b2e098fd

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [4c363dd65a18e9b8d4dcd1b0aaf545a40c3dbec5]

        Typo in HAVE_BROKEN_STATIC_INITILIZER_LIST
        
        Change-Id: Ia29868d1832b529d438a5a5448b751683c226846

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [f0070f535f34d69ac2bb198e4673e06552756b8b]

        Missing include
        
        Change-Id: I0babe806f04aa41110e87f9fd6b6febf892cd66d

2016-03-31  Michael Stahl  <mstahl@redhat.com>  [1ab775bdbae1aa1888848faee2a51f2f4aadae57]

        onlineupdate: revert SAL_N_ELEMENTS changes
        
        It's not clear if the foreign code in onlineupdate is supposed to
        include sal headers, so revert the 2 changes from earlier today there.
        
        Change-Id: I604720b4bd4897204e354ec230582b0fd2036716

2016-03-31  Juergen Funk  <juergen.funk_ml@cib.de>  [51737960911d41593ffd9792a6a85aeaa86824fd]

        tdf#79787 Normal cell borders are showing dashed/dotted reopen in MSO
        
        New Mapping from LO to MS, decription in
          sc/qa/unit/data/README.cellborders
        
        Add a Unit-Test for testing the mapping
        
        Change-Id: I5324bf85b6299dbc63ce3c8ef479f19b0b1b3f1f
        Reviewed-on: https://gerrit.libreoffice.org/22665
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-31  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [8d123bf1491bcc7415f4dde3ddd397a11146bb38]

        tdf#90855 add table header entries to resources
        
        removed hardcoded table header entries
        
        Change-Id: Ib0268421d1b0035e7764555054377d08ee47a29d
        Reviewed-on: https://gerrit.libreoffice.org/23520
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-31  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [bb2fdee74fddd42914d0fa7d7b3820d0bd33237a]

        tdf#98885 - hyperlink dialog - remove useless button
        
        removed browse button and its code
        
        Change-Id: I0b2a611760d346d5f0fff6d129676410aea30c41
        Reviewed-on: https://gerrit.libreoffice.org/23599
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-31  Noel Grandin  <noel@peralex.com>  [c8fd5210b638fca6b20f4884f00f314eeca67b56]

        fix MSVC build
        
        after commit 41bdaa37cc62f656cc164992c4c7d39bec7e57e2
        "tdf#84938 convert SW_* script constants to scoped enum"
        
        o3tl::enumarray and MSVC does not like classes with private constructors
        
        Change-Id: Id954ecb6100b0a51c25b4405e322d20c37e09fea

2016-03-31  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9fa87bb1a42c45446f78b4d8c8096d7ce90a8022]

        tdf#98812: follow-up
        
        pFont->mpFontInstance can be NULL.
        
        Change-Id: I934703bc40621dc412e444cc9a370c7031cbbb86
        Reviewed-on: https://gerrit.libreoffice.org/23654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [3d7ac24d2f2ffbd2f5919916534601c140aa82e8]

        tdf#84938 convert DLG_CHAR_ constants to scoped enum
        
        Change-Id: Ia58860f3f106d332596d2a682638edae6a270213

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [2cc5877a0cd08560478fe1f4206d7904e61e0557]

        tdf#84938 convert INSERT_NUM_ constants to scoped enum
        
        Change-Id: If5880558bb04a71ebc4ef76aa4f5aac3d10040f9

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [81fbf1386a36972be7d3eff3f7a0c6bab80be764]

        tdf#84938 convert VIEWOPT_ constants to scoped enum
        
        Change-Id: I7d72ed66ea2cf920a0a03a2aa71b5de079f0cf6e

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [77c494de9bf9191a66fb6f90cc2148f60c25c088]

        tdf#84938 convert AS_CHAR_ constants to scoped enum
        
        Change-Id: I8800c0ae0b028d2c4c4eb4609c44190928a2de9e

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [e15299b327734a622cab29bd682803a86b5a8c9e]

        tdf#84938 convert FRM_ constants to scoped enum
        
        Change-Id: I785d154a5df9a33b7d513dee1d3d859e5e800e7a

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [77a5c97418112127ce8adb5aa902b7c5b7d8c3c3]

        tdf#84938 convert NA_ constants to scoped enum
        
        Change-Id: Id348f202483d17b63c0762a60f8ddc5f01b8e01f

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [eb20c5c707e12780008c3a87803324f516a935e0]

        tdf#84938 convert SWBLK_ constants to scoped enum
        
        Change-Id: Ib5ff447973850cac8c1a31dd4778dda4d1c8c83c

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [183c990a47da6f2bbbd4a40ff16f9605b5fdda3a]

        tdf#84938 convert FINDMODE_ constants to scoped enum
        
        Change-Id: Ibfe8a0bab07b2572079841f7957a7a52f2127f94

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [0c536453950c21b066478daa93ba69d4ac83a5de]

        tdf#84938 convert INV_ constants to scoped enum
        
        Change-Id: I587d8ae6510aa5e464214c05a5da9e5e2e0b7228

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [8d463bbf6ac7f76054924c1f35a71ffa4bdd4c96]

        ...one more detail to get things fixed
        
        Change-Id: If5d3cb2242e08e559380a4e2c86c96dc6cdc0c71

2016-03-31  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [ef9757605619c6bcbdde61c93c834a0467453d67]

        tdf#97525 vcl: make DeletionListener internal
        
        move include/vcl/impdel.hxx to vcl/inc/
        include impdel.hxx in salframe.hxx
        remove vcl/impdel.hxx includes in pch
        add missing <list> includes
        
        Change-Id: Id146363b2e20ce0238542929c26a83efb1e8c4bd
        Reviewed-on: https://gerrit.libreoffice.org/23664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-31  Michael Stahl  <mstahl@redhat.com>  [51d7f466df85f679f54e4e690f8b5e602192eb7b]

        sfx2: make SfxDispatcher::Execute() less variadic ...
        
        ... and less overloaded; C++11 initializer_list should make undefined
        behavior as fixed in ba0a866b83f016fd460320e7d057dd107e019f19 less
        likely.
        
        Change-Id: I15cc0804451b6a4fcbfaa623f9a30db222207865
        Reviewed-on: https://gerrit.libreoffice.org/23666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [7a2d55a1943e51895d808e87f1766b44761a495a]

        Fix Windows part of 97858ca008fd8cf405e52795c8db415ef6c5afb3
        
        "tdf#93548 Refactor sal signal to reduce code duplication"
        
        Change-Id: Ib0a872fb6023b6989c7931f4d57d911ddf76936f

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9329618eeec0aaa07b09197bec5e5bf266558d0f]

        Spurious closing parenthesis
        
        Change-Id: I0b723b758a4728816587a26d9b9b28cdc06f5dd1

2016-03-31  Akshay Deep  <akshaydeepiitr@gmail.com>  [94418a9ede50a35ab19dbbec93e610b9de8c8057]

        Slide Show Settings Dialog: Help should be a secondary action button.
        
        Change-Id: I126f0d5c1ca3bcf54600fb938f3321da4e7700ee
        Reviewed-on: https://gerrit.libreoffice.org/23562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [ab48f014167b85bc0871c96b84e3b70201ed353e]

        Clean up
        
        Change-Id: I93efe38ee7148c87d2fabd6f3c77d28b85b6e511

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [41bdaa37cc62f656cc164992c4c7d39bec7e57e2]

        tdf#84938 convert SW_* script constants to scoped enum
        
        Change-Id: I09ad92f194a136318ea77edb802ac6601c4e58dc

2016-03-31  Stephan Bergmann  <sbergman@redhat.com>  [385f6862e303030d24a2c9d3459c074fcf15c279]

        HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThread
        
        Change-Id: I55ca1b91ed3b52e9b2b0f802692cbe45d50826e1

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [8138dae8577b4fcc30bd269516d9213587f6d732]

        tdf#84938 convert SW_MC_* to scoped enum
        
        Change-Id: Id2a64dd31e5e1a61ac5873255e1452ca9bff97e3
        Reviewed-on: https://gerrit.libreoffice.org/23655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [6439005484bdf6754b910b1ce025b3fb33b6623f]

        use SAL_N_ELEMENTS more widely
        
        found using
           git grep -n 'sizeof.*/.*sizeof.*[0]'
        
        Change-Id: Icd4a6cc1ca8ec8ebd68e1701a02789c74cf0eb2a

2016-03-31  Noel Grandin  <noelgrandin@gmail.com>  [1aa4df615fa5599d05e9dd5e925b5852676185fa]

        use SAL_N_ELEMENTS in for loops
        
        for with
          git grep -n 'for.*sizeof'
        
        Change-Id: I6211024385e03ac5eeeb38690d2c1c699e015c2f
        Reviewed-on: https://gerrit.libreoffice.org/23569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-31  Noel Grandin  <noel@peralex.com>  [2bd1e7aafeebdfe0e1656ed1ff01762039be5af1]

        loplugin:constantparam in sw
        
        Change-Id: I2d99ff8149f6348a3781e01e9b3079f6c2505d6a

2016-03-31  Jan Holesovsky  <kendy@collabora.com>  [7a7be32e5265f897174f3880adc061dac0203f1f]

        Updated core Project: help  721523df6af6ea33f2a7b7bc3d7d6a269c28bb1f
        
        Fixed a dead link to api.libreoffice.org.
        
        Thanks to Juergen Klatt.
        

2016-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d922d7da4fa11b8c22bbdffd141fa1398b2fcd4]

        tdf#98806 RTF import: handle bookmarks in table text
        
        Mapper().props() was called directly, so all bookmarks pointed to the
        start of the A1 cell instead of the correct text range.
        
        Change-Id: I40eeb85b61d2ae9138cd666d4a6a3c08eda47da3

2016-03-31  Julien Nabet  <serval2412@yahoo.fr>  [e944b64a3ec3b6dbe8d91638eb46478d6f88d8dc]

        Replace AddContext in sidebar/EnumContext.cxx
        
        + remove extra duplicate AddEntry("Chart", Context_Chart);
        
        Change-Id: I9624000d5f9470cd4cb5072c24aa24aced740fe4
        Reviewed-on: https://gerrit.libreoffice.org/23665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff9b7d118b34b53ec947af881fccd822e2aeb1fd]

        support building breakpad on windows
        
        Change-Id: I74b0e5a8e922935c9667491e5f33c514c3315d2a
        Reviewed-on: https://gerrit.libreoffice.org/23667
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [5f15c7866ef03d7cbbd967e341651fa0c7b64bcd]

        tdf#89420: Honour doc boundaries (in)visible also in Impress/Draw
        
        I haven't figured out how NOT to draw the frame at all, so let's at
        least draw it using the same colour as document background
        
        Change-Id: I3e31bec65ab34772bd2f8137be7e5e5258758184
        Reviewed-on: https://gerrit.libreoffice.org/23652
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-30  akash  <akash96j@gmail.com>  [f80de31099be1ba7c6f753187f6703a915151c27]

        tdf#96896-Fix infinite recursion to prevent Writer crash
        
        To prevent infinite recursion set m_xOwner to null.
        Removed impl_sendTitleChangedEvent from disposing method ensuring that
        title is never constructed for a component that is disposing.
        
        Change-Id: I9bc20a9a582d5d911509d2aa30fb0d0122eb588e
        Reviewed-on: https://gerrit.libreoffice.org/23509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-30  Stephan Bergmann  <sbergman@redhat.com>  [d2f9f27774ec138c9f66c55f582a123d8ebd19ff]

        loplugin:nullptr: Find some more cases in templates
        
        Change-Id: I1f127d56e40b04f2b4df85c0afbcfd424d68a8cc

2016-03-30  Wastack  <btomi96@gmail.com>  [14060e76e33cfb305c1469fecf7db688bf8a8858]

        tdf#97966 Drop 'static' keywords
        
        Change-Id: I2e495243b75fc239dafbf63c7644115f0a923f4a
        Reviewed-on: https://gerrit.libreoffice.org/23607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-03-30  Michael Stahl  <mstahl@redhat.com>  [ba0a866b83f016fd460320e7d057dd107e019f19]

        tdf#96505: fix wrong SfxDispatcher::Execute calls ...
        
        ... that are now busted on all 64-bit platforms since commit
        57d0caacee2f395be2e89b78f8ece2d47b2c8683 but were already busted only
        on 64-bit WNT before.
        
        SfxDispatcher::Execute(sal_uInt16 nSlot, SfxCallMode eCall,
            const SfxPoolItem*  pArg1, ...)
        assigns the varargs to a "const SfxPoolItem *", so passing in
        "0L" is only correct if long is 64-bit, but on WNT 64-bit long is
        32-bit, so use "nullptr" already.
        
        Change-Id: I50448d8ad121c4881be549623d44c44b00e56d98

2016-03-30  Tor Lillqvist  <tml@collabora.com>  [1f611f3bb3b3d30b2b30570a09b4477ffb585ce4]

        Accept iOS SDK 9.3 (and let's forget 8.x)
        
        (But building for iOS has bit-rotted in several other ways, sure. I
        have no plan to fix that.)
        
        Change-Id: I7617cdd363cd1f3750b1afa999de5f654b9f09fa

2016-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5e0236566b913aebb1376d97c7d37a23c69bd84]

        sw layout dump: show Prt() next to Frame() of SwFrames
        
        To be able to see what layout thinks about margins.
        
        Change-Id: I45b29cb8f71a96f4720158c2357bcbb295738130

2016-03-30  Stephan Bergmann  <sbergman@redhat.com>  [9b39649fa1ce4d81658a6c9448cfdf76581813f0]

        loplugin:staticanonymous
        
        cf. <https://gerrit.libreoffice.org/#/c/23630/> "tdf#97966 Compiler plugin"; in
        code not covered by Tamás's pending "tdf#97966 Drop 'static' keywords" changes.
        
        Change-Id: Ifbaef83fdb1fde7e25fafd5746cdbf99c334c5be

2016-03-30  Michael Stahl  <mstahl@redhat.com>  [5f4f6b3146eb56c757b36eda43dcaf63c690ffb9]

        avmedia: fix varargs call for WNT 64-bit
        
        SfxDispatcher::Execute(sal_uInt16 nSlot, SfxCallMode eCall,
            const SfxPoolItem*  pArg1, ...)
        assigns the varargs to a "const SfxPoolItem *", so passing in
        "0L" is only correct if long is 64-bit, but on WNT 64-bit long is
        32-bit, so use "nullptr" already.
        
        Change-Id: Iaf41efa795fd4439daab7ed7ec334d8ad8c476f3

2016-03-30  Stephan Bergmann  <sbergman@redhat.com>  [06895bd2c785d79dd00261ded31def10b5a7157e]

        loplugin:nullptr
        
        Change-Id: I7f6d030317fc7910e69c742b3160b0156e9f9200

2016-03-30  Michael Stahl  <mstahl@redhat.com>  [9feacaf1d884a6eea7e83dcefef4ee2af5c6f2e0]

        vcl: same confusing condition here
        
        Change-Id: I970bd11ac0e818290cf6c3c24314f19ae0322dd0

2016-03-30  Michael Stahl  <mstahl@redhat.com>  [1fe53fe514dac2445197a663025ccb35ddd6b794]

        RepositoryExternal: fix confusing condition
        
        This looks like it does XOR but vmiklos says it should do OR.
        
        Change-Id: I11cee255fb243d0cd763e97d13da1e31a8e598e9

2016-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [911261a3a581b9f2f4262f1d5403d9be3bbecf63]

        sw layout dump: show name of shapes
        
        Change-Id: Iefd4a8e5a61c26a474886c968ebf7e85bcec0396

2016-03-30  Jan Holesovsky  <kendy@collabora.com>  [3abd3e5bef7a6157a70423af1a8c027de917b408]

        notebookbar: More advanced example of the notebookbar.
        
        Change-Id: I8c56777b8d200f38cd369944d9e9a67f4d41d393

2016-03-30  Jan Holesovsky  <kendy@collabora.com>  [97efceb163ab77bbae90773940a169ee2849b447]

        notebookbar: Move the proof-of-concept notebookbar from vcl to sw.
        
        Change-Id: I58b79c433e208ab4451c2e76af7604cfe254c1d0

2016-03-30  Jan Holesovsky  <kendy@collabora.com>  [d150cc71a37f11c6e47cc528a74782722bff048c]

        notebookbar: Trying to use the SfxChildWindow for it does not work too well.
        
        The notebookbar is not a child window, so trying to graft it on the
        SfxChildWindow infrastructure is more pain than gain, unfortunately...
        
        Instead, it's enough to create the appropriate functions for ExecMethod and
        StateMethod, and call them from Writer / Calc / etc. with the appropriate .ui
        file; that's easier & works equally well.
        
        Change-Id: I08d98d4f481bd02e90ba11df0bd1c1149697a7fa

2016-03-30  Jan Holesovsky  <kendy@collabora.com>  [d039c4812db5ba4beed72deb44fe6b04137af6e5]

        notebookbar: Rename NotebookBarWindow to NotebookBar, and move accordingly.
        
        Change-Id: If04a8f62aba0bcb712ae6405db318a4bd073fc54

2016-03-30  Szymon Kłos  <eszkadev@gmail.com>  [1fb314832ebd14cde6457feb2bf4f19e1bfcaa82]

        notebookbar: Instantiate the notebookbar via sfx2 infrastructure.
        
        Change-Id: Iaed4596246245560e646d9086e717d5fb516897e

2016-03-30  Xisco Fauli  <anistenis@gmail.com>  [2c29716d349353997bf7cdde63cd9f867c5baeb6]

        tdf#97657: SVGIO: Don't iterate over parent's clip-paths...
        
        ... when it's a clip-path content
        
        Change-Id: I222b429a61409d9670b9d60357895542a15afc15
        Reviewed-on: https://gerrit.libreoffice.org/23624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-30  Stephan Bergmann  <sbergman@redhat.com>  [f8f87780f5f7be5ff185b0b8b3206d760d9dfed6]

        Remove undocumented perftune.ini FastPipeCommunication
        
        ...originally added to OOo in 2005 with 9277dc7501f70d80ea1302c128c2786c01b69706
        and e3eecbfeb639529f3a15c0acfe4697a619d454fb "INTEGRATION: CWS cov2src: #126234#
        Join MWS COV680 m4 into SRC680".
        
        Change-Id: I149686eca8bda5ea7a363cd995447576e217ec13
        Reviewed-on: https://gerrit.libreoffice.org/23600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [2428e1164b5f38da9fc2f24c5bb478e548f54a6f]

        Fix Android build
        
        Change-Id: I7247f19b03302b2270e0f6f32c6e6b6e760fd7bd

2016-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [43a17602fb894c10931581b20deec4a47889f310]

        Related: tdf#65642 RTF filter: import \pgnlcltr
        
        This as a side effect also implements support for DOCX <w:pgNumType
        w:fmt="lowerLetter" .../>.
        
        Change-Id: I47b60a0390ef081dc15b26e40393e35bf7bad130

2016-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1250ad9561e8f7d3227bb97b9e1f7b2968b5c900]

        Related: tdf#65642 RTF export: \pgnucltr testcase
        
        There is no reason this unit test is import-only, this area of the
        export filter was untested so far.
        
        Change-Id: Ia271bccf59c1b21474e7b854cbaa0992b722e552

2016-03-30  slideon  <adamkasztenny@gmail.com>  [c19219d5f49b305d31ad251bc87a87b0109c2402]

        tdf#97361 Refactor load_save_test
        
        Make new helper functions, minor style cleanup in other tests
        
        Change-Id: Ifb188fa8227cdd1a1a5af88e692315c5f93da67d
        Reviewed-on: https://gerrit.libreoffice.org/23547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-30  slideon  <adamkasztenny@gmail.com>  [7b3dbf6cd1bad9a1cc94221952ac6cc54280b7d2]

        tdf#96099 Remove trivial typedefs from vcl module
        
        This typedef was not needed.
        
        Change-Id: I442068a3e394a23551655294dc8f1765bc8f2887
        Reviewed-on: https://gerrit.libreoffice.org/23618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-30  Tor Lillqvist  <tml@collabora.com>  [bf7aabd53c4308e93a5507d039cf10bb7362e3f4]

        loplugin:stringconstant
        
        Change-Id: I266bc972dbb6ab53920a0b453b181c3f5c608642

2016-03-30  Tor Lillqvist  <tml@collabora.com>  [ad777d0f07d519f409b056ecdafec623e7edd926]

        Improve wording
        
        Change-Id: If6d0e38070cd99de903639944ecc8db16c653302

2016-03-30  Julien Nabet  <serval2412@yahoo.fr>  [a0527676b17838c310701f169ce23d0386b82eb6]

        Use const_iterator when possible (svl except svdde)
        
        Change-Id: Ie19467a020d1839146d5a6324e54ccf223d99dd6
        Reviewed-on: https://gerrit.libreoffice.org/23603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-30  Julien Nabet  <serval2412@yahoo.fr>  [1d060568ce8e7b8aa04c418e282962131801bea4]

        Replace MACRO_PRFIX and MACRO_POSTFIX in eventsupplier.cxx
        
        Change-Id: Ifd08a3414468e7685f55af66ed05f7a88187fa0e
        Reviewed-on: https://gerrit.libreoffice.org/23606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-30  Julien Nabet  <serval2412@yahoo.fr>  [709e99af4958216c75b27c07793d5140214f179d]

        Replace IMPL_FORWARD_LOOP in sfx2/source/bastyp/fltfnc.cxx
        
        Change-Id: Ic9eda24be82a54c3907ffe6eb749e927db87dee7
        Reviewed-on: https://gerrit.libreoffice.org/23605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-30  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [fa7416a6af4b40d9223c27ce58e66b69bdd53fd1]

        tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calc
        
        Change-Id: Ie9a16fa1b44d41cc9d10b50c37ba15f3b7e786c8
        Reviewed-on: https://gerrit.libreoffice.org/23561
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c69316037e29db52393d898100e6593a6cd5a24]

        add TODO comment for a bug
        
        This bug is the first one that was discovered because it is now much
        easier to see which parts of the code work on cells, pattern areas and
        whole columns/rows.
        
        Change-Id: I8f22bf421298947d65bfc2fc9c986d85169e6545
        Reviewed-on: https://gerrit.libreoffice.org/23636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b22e51d0c60f959c2db77bd3d23119b53bd87545]

        extract another function from ScDocument::FillInfo
        
        Change-Id: Ief094beebbff2bce9f087853cbda6adeeafe07fc
        Reviewed-on: https://gerrit.libreoffice.org/23635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b27428d2136e67ee7c7449a7db562a957af390d6]

        stylistic changes in ScDocument::FillInfo
        
        Change-Id: I98bb25d414106259a809698941a000d6d0bc35e0
        Reviewed-on: https://gerrit.libreoffice.org/23634
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f0668a0e18f4fa01864ede5fa3f66b36bd4ad85]

        limit scope of another variable in ScDocument::FillInfo
        
        Change-Id: Ic53bcaa5e33f221a643de4e854990769b5c04a74
        Reviewed-on: https://gerrit.libreoffice.org/23633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36eec4d179898302578c428564f1b60406c0716c]

        limit the scope of a few variable in ScDocument::FillInfo
        
        This makes the code at least a little bit easier to read as we can now
        see much easier when a variable is used to transport state between loops
        and when it is just a variable local to a loop
        
        Change-Id: Ib92ff1596bda35f9892accc820bc3596bafb7d96
        Reviewed-on: https://gerrit.libreoffice.org/23632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [772e66406b90bdb898e73b4fa944a6e55a42683b]

        extract another function from ScDocument::FillInfo
        
        Change-Id: Iac607e1fe915c8bc90316508c98855a60117d435
        Reviewed-on: https://gerrit.libreoffice.org/23631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ecda97eeab36ceab022458345f2c61c31ab2d94]

        extract another function from ScDocument::FillInfo
        
        Change-Id: If6f898d514dc454a7f1c5448769a95269e9066d7
        Reviewed-on: https://gerrit.libreoffice.org/23550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-30  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f11a228cfd326bc089d7ff1c11a1561cdf5ee986]

        tdf#98960 fix OpenGL crash by optimized image scaling
        
        using area scale shader - 2 passes impl - sqrt scale factor
        
        Change-Id: I973ae0a281735787b045ce8fd5df03f8caa8f189

2016-03-29  Julien Nabet  <serval2412@yahoo.fr>  [824139e28b3c9e0d448ee8abc580f06a4a434002]

        Replace some defines in sfx2/source/appl/newhelp.cxx
        
        Change-Id: I82d13a71b59bd9cefc800f592d2b8312b70d1725
        Reviewed-on: https://gerrit.libreoffice.org/23604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-29  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [ce28ed09efd9ff831e502f079facef3d442f159a]

        Revert "vcl: fix Android build"
        
        This reverts commit 8058189b53394fe335735cfd04f822f46b1a35b3 because
        these functions are now removed by dea0abc58c558d3c62e806d06035b1a30420264e
        
        Change-Id: I69b19319b645879edec04a47b16f78ab07fc9bcf
        Reviewed-on: https://gerrit.libreoffice.org/23516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [dc6106f989f814d2e5c21943484598d456d0044a]

        framework: cid#1357163 fix the fix d5e4fe23
        
        The branch was never taken in the old code, and re-acquiring the mutex
        without releasing it first is pointless.
        
        Change-Id: Ic865dccf2c442d2625436e175aef91be59d05325

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [973dc1ebe03b0f1f0b0e167d64bac8b42c6f241c]

        vcl: misleading copypasta in documentation
        
        Change-Id: I673940fde7484500cbf30d4a4b760a8bf4448e33

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [fb8d3a65c52de029135297b1aae2eb5c5bae8ffe]

        configure: put back lines erroneously deleted by 96c1ae1
        
        Change-Id: I495d7508cab853717952735a2a0365a915165e51

2016-03-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [789a3e61785a2458429890e28ad9a37fab8cdade]

        that should not have become part of the previous commit
        
        Change-Id: Ia116e5f9fdbd34cd1017ec1f2dabf6e581c4c707

2016-03-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a70824f0220b88f3f209266f8e1cba98dc89ca8f]

        extract another function from ScDocument::FillInfo
        
        Change-Id: Ifd39ec5ad7aebac532ea7145274005507a5b177f

2016-03-29  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [97858ca008fd8cf405e52795c8db415ef6c5afb3]

        tdf#93548 Refactor sal signal to reduce code duplication
        
        Change-Id: Iff331a48fadc23da8b24f9ca3a841000313a03dd
        Reviewed-on: https://gerrit.libreoffice.org/23477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [35313dead30ed869e9ebd5dbd8950bc5f6c714d6]

        Remove obsolete comment
        
        The code it commented got removed with 77c52217238b6a1b08b74852aa79163306c688a9
        "INTEGRATION: CWS sb83".
        
        Change-Id: I709db766806a75823e3436a0b3d5a6eba307ecca

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [d3084fb2442b9584b46fba743158c3fe46defa81]

        Remove undocumented perftune.ini QuickstartPreloadConfiguration
        
        ...originally added to OOo in 2005 with 8a9d865b32b760804adf53b0d68fd74785890915
        "INTEGRATION: CWS cov2src: #126234# Join MWS COV680 m4 into SRC680".
        
        Change-Id: I7167c99e28b56c9048de32576e793e2eaa1fc6a6

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [a9a9f694089505c5fbbf5e099d5e185e1a46ab29]

        avmedia: the Module makefile already checks and disables that
        
        Change-Id: I4620a0358e06e56684954f208d19bd4350e397a5

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [0c58b399ea2c163babeff42e8fa5a28df847aba4]

        cairo: fix malformed conditionals, these should have empty "then" branch
        
        Change-Id: Idc83582f0b4317a4d272bc5fa8eaf2dc98785fc6

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [e1acc542517b40e34d1960642dcaaaa579a71706]

        LOK shouldn't reach this code anymore
        
        ...after 79b0d4ba2cbc5a35adaa9628cc18eb0f46d01f9c "Don't launch the
        PipeReaderThread from LOK"
        
        Change-Id: I0a8674cc2df738e723f43e372f622dd5a02c5a7f

2016-03-29  Tor Lillqvist  <tml@collabora.com>  [6cad2caf44e29bba9c1289b55770891187a3d486]

        Bin pointless comment
        
        The history of the file can be browsed using the version control system.
        
        Change-Id: Ibf087fb476a91bd36d5cafe62def4120ddece1a1

2016-03-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [84f7867de70fb91e7e3bd8acc8175b4be4be31dd]

        tdf#98859 use ObjectOriented approach for Gdiplus
        
        Current usage of Gdiplus uses direct procedure calls to e.g. allocate
        Gdiplus specific objects. This includes the risk to forget to free
        those objects. Using Gdiplus Objects in scopes avoids that.
        
        Change-Id: I48f086d708cce67229edff0983b96e63c19907d7
        Reviewed-on: https://gerrit.libreoffice.org/23492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [79b0d4ba2cbc5a35adaa9628cc18eb0f46d01f9c]

        Don't launch the PipeReaderThread from LOK
        
        ATTENTION: Users of LOK need to ensure somehow that no two processes operate on
        the same UserInstallation simultanously. Especially the lokdocview widget in
        gnome-documents is known to be problematic in this regard, cf. the mail thread
        starting at
        <https://lists.freedesktop.org/archives/libreoffice/2016-March/073839.html>
        "LibreOfficeKit and the UserInstallation".
        
        Change-Id: I7bc2edb281c925e479b8006151d8549441c9e9e8

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [b87df796ebc8f4d1a5cdfa290a0c6a676d4cc941]

        loplugin:staticmethods
        
        Change-Id: I090c01ef2fc52b8bec74ec78e23f1104877c734f

2016-03-29  Apachev Ivan  <myromeu@ya.ru>  [9b69e258b82e6dad94b2784f250b6a105108ee0f]

        tdf#96099 fixes trivial typedefs, ::std::vector<OUString>
        
        Change-Id: If01819b43c6cf4665e0aca90f9fb2b4363feae69
        Reviewed-on: https://gerrit.libreoffice.org/23060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [eae2331f83bd58bacccd898d60f6c5f54856c036]

        tdf#98882 DOCX import: set default para properties on the Standard para style
        
        That's what the DOC import does, and that's the reason e.g. the strange
        unwanted crop of the as-char anchored picture doesn't happen there.
        
        This also needs the "reset all existing style properties back to
        default" logic to be adapted: the Standard style has to be reset before
        the default are set, and later it should be left alone, otherwise the
        defaults are lost.
        
        Change-Id: Ie422a0b64b80a826fa4f469145a26283fb32d734
        Reviewed-on: https://gerrit.libreoffice.org/23593
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [dde79dd5044f6b5d6d9973f8f335956bfcb6fb4c]

        Rename OfficeIPCThread to RequestHandler
        
        Change-Id: I2076d903e83a0b8eb3aa0ce2413630e2c5415b15

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [a91272a6a423e911b832b2f103a77521b4106ed1]

        Extract PipeReaderThread from OfficeIPCThread (a misnomer, now)
        
        Change-Id: Ie30cc14bdc772fd898d24a3e3caf41ac9718712f

2016-03-29  Matus Uzak  <matus.uzak@gmail.com>  [bc14ec0f86647a39a954bd1c32b1671c22d7f475]

        tdf#95932: PPTX import: Incorrect inheritance of shape style
        
        Inheritance Order: 1. Reference Shape's properties, 2. Shape style,
        3. Shape properties.
        
        You MUST NOT inherit reference shape's style, because it's already
        part of inherited reference shape's properties.  That would overwrite
        shape properties applied at point 3, at slide layout/master level.
        
        Change-Id: Id1ab550295988b0087a67c6819dfe32f84825e4e
        Reviewed-on: https://gerrit.libreoffice.org/23182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [0f2e6f1fbb42fe33bee3ffd5b5200b17be3382d9]

        cid#1357164 correct CovertyScan possible DIVIDE_BY_ZERO
        
        Also covers cid#1357165, exclude possibility that value equals
        zero at the same place negative values get excluded
        
        Change-Id: If3fd6143fb13f0d29f5fba304f9f337f7a7aa74c
        Reviewed-on: https://gerrit.libreoffice.org/23592
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-03-29  Oliver Specht  <oliver.specht@cib.de>  [07aa86973f4c312eac92e0d4b32b607f5f991ddb]

        tdf#94449: special text attributes are not removed with paragraph style
        
        commit 3c0805e1f4f4d14e92c7e655d59c87de5c207e48 introduced removal of
        all character attributes applied to the complete paragraph if a paragraph
        style was applied. This should not remove special attributes like index
        entries, reference marks etc.
        
        Change-Id: I6fe92066269da2cf10c871ca319faf6fda91f4be
        Reviewed-on: https://gerrit.libreoffice.org/23591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-29  Tor Lillqvist  <tml@collabora.com>  [d1904070e749d38d7af6323d6dcb3c3c156a3853]

        ScOpenCLTest is not a FiltersTest
        
        Remove unneeded derivation and thus the load() function implementation
        too.
        
        Change-Id: If796741198fea141c0d68505893a7f70f048d515

2016-03-29  Tor Lillqvist  <tml@collabora.com>  [d739811038c54081ea4039a939af8f320b31378b]

        The OpenCL shared library is called libOpenCL.so.1 on Linux
        
        libOpenCL.so is just the symbolic link to it, typically from
        a development package. (On Fedora, from ocl-icd-devel.)
        
        (Sure, libOpenCL.so.1 is also a symbolic link on Fedora, to
        libOpenCL.so.1.0.0. But anyway, libOpenCL.so.1 is not from a
        development package, but from ocl-icd.)
        
        Change-Id: I18ca2e52e025001f709b1b57e12cd01d5b52d08e

2016-03-29  Tor Lillqvist  <tml@collabora.com>  [22fd8e743f455ab072086fb91c29a40f391403a9]

        Avoid running out of memory on Windows when OpenCL is available
        
        Call Clear() on the ScDocShellRef (derived from tools::SvRef) members
        of the ScOpenCLTest object in tearDown().
        
        Otherwise the memory used by the ScDocShellRef objects in each
        ScOpenCLTest object would be held until when all the ScOpenCLTest
        objects are destroyed in the end. (CppUnit creates all the
        ScOpenCLTest objects in advance, then calls the test functions on
        them, and then destroys them.)
        
        The issue was a side-effect of the (otherwise nice) fix for
        tdf#89267.
        
        Change-Id: Ie5c59f2f089386c0abc135136397e1653c975fdc

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [1c21379e6533c97f7a2f5d1e7db49408da4b74b7]

        Simplify code
        
        Change-Id: I793f6ce3297b114ebe79b9937e07291e1b238ab1

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [3273e7facd858c7a5a2d46dc452029a06afe96f2]

        The whole block is only relevant for HAVE_FEATURE_OPENGL
        
        Change-Id: Iae065ee34c5536843ddba39b72b6fff4836cbf86

2016-03-29  Michael Stahl  <mstahl@redhat.com>  [4b039f27a2fe85a76ac8ccbf882fe9aff6870b4c]

        vcl: replace boost::shared_array with std::shared_ptr
        
        The boost::bind here looks totally pointless too.
        
        No idea why this uses rtl_allocateMemory, let's keep that.
        
        Change-Id: If51ba9837a318f11094ee39225233212a848a955
        Reviewed-on: https://gerrit.libreoffice.org/23502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-29  Michael Meeks  <michael.meeks@collabora.com>  [017a864caf4c57f1dcff28fce824f2a41ea6e027]

        handle failure to expand ~ in path elements.
        
        This can occur in some online corner-cases.
        
        Change-Id: Id8b419179d775a21110d682ba76d8a02f45eb828
        Reviewed-on: https://gerrit.libreoffice.org/23577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-29  Michael Meeks  <michael.meeks@collabora.com>  [33482731bf0dc8736112f703f14a059231091670]

        sal: re-enable most getSystemPathFromFileURL tests.
        
        Change-Id: If03ec4f8705b75b9d007078260ef8cca5155a8f3
        Reviewed-on: https://gerrit.libreoffice.org/23576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-29  Oliver Specht  <oliver.specht@cib.de>  [49152948ddfb1a457ab2fc149fcede57dc2c255b]

        tdf#94570: document statistic of none odf files fixed
        
        The fix allows first time calculation of the document statistic.
        
        Change-Id: I54d2f208fa75e6c3502c27678b85a9995d4daec5
        Reviewed-on: https://gerrit.libreoffice.org/23589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-29  Douglas Mencken  <dougmencken@gmail.com>  [4bb270345c4c2d50156f662e1c17477ac510743d]

        remove unecessary bitfield from AquaSalFrame
        
        it also makes GCC not complain as “trying to encode non-integer type as a bitfield”
        
        Change-Id: I3330dd23a214c2a37814d02317b7a5ea252ff4af
        Reviewed-on: https://gerrit.libreoffice.org/23563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-29  Steven Guo  <steventimothyguo@gmail.com>  [e81ad8c8ed960cf0765a4c3896b5ee449c973cd0]

        tdf#74608 Constructor function for SequenceInputStreamService
        
        Added ctor funtion for SequenceInputStream(Service) in comphelper.
        
        Change-Id: I043e46aa283709f316e7ad794e15438f6b2d955f
        Reviewed-on: https://gerrit.libreoffice.org/23564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-29  Andras Timar  <andras.timar@collabora.com>  [21fb7dd4640088ede9e50fa634cc97e509a670f1]

        Updated core Project: translations  cf5d5c4a8aa535b6e5178d08300f622e78d21e73
        
        Updated Slovenian translation
        
        Change-Id: I074dbd55be7696d3763da499996b8c423d74fb3e
        

2016-03-29  Douglas Mencken  <dougmencken@gmail.com>  [3e48e0ed7114d4a9c26c3ae5087c4f1c352a8a65]

        uno/check.cxx: use alignment calculated at runtime instead of hardcode
        
        Change-Id: I0f9a48ef01bee4153cd9231bdef4b5a763b6bda2
        Reviewed-on: https://gerrit.libreoffice.org/23283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-29  Andras Timar  <andras.timar@collabora.com>  [6fa19d6f9d5e108cfa54725847648e1ac2ffbffa]

        set translatable property in .ui files (bin/ui-translatable.sh)
        
        Change-Id: I8b382bddac208d12216842ace6511b8b9127f205

2016-03-29  Xisco Fauli  <anistenis@gmail.com>  [3041df16f8315859ddf22075eac8f9ad4fa37b8e]

        SVGIO: Don't inherit style attributes from parent if the...
        
        ... shapes define their own attributes.
        
        Partially revert commit c2d130425cc876cceb96cc7e47636426a9e48fa8
        
        Change-Id: Iee98003f4ff63575a28818b091ab77431337192f
        Reviewed-on: https://gerrit.libreoffice.org/23571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [d5e4fe23b2af09a2989a0b1c37b13bb4b2ea8787]

        cid#1357163: 'Constant' variable guards dead code
        
        ...after 2f804099b7daa42aecb8fa445072a381671f3385 "loplugin:constantparam in
        framework"
        
        Change-Id: Ife3ca1da7652ffc52ae2d6057712dcaa35ba2e06

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [ed7ad21acf35ffdad8656b25e664131bcf38b331]

        cid#1357162: Logically dead code
        
        ...after 07da25064f75cdf7163669f9bf860a9ee2f8b33c "loplugin:constantparam in
        svl"
        
        Change-Id: I6f7cc3ca0822de079c0855ee46f66368bd78e0b7

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a]

        Avoid reserved identifiers
        
        Change-Id: I759939aa74570be63f5d41814c22aad1851d65c4
        Reviewed-on: https://gerrit.libreoffice.org/23587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [df15d17fa54257019ed92fe65d3a4a200a5f6027]

        gbuild-to-ide: fix missing include in clang json database
        
        This wasn't noticeable in modules that use '#include "..."' for files in
        the same directory, but does make a difference e.g. in sw.
        
        With this, the include list in the database matches what gbuild in fact
        uses.
        
        Change-Id: I564c70d069fae41ea67ae7e57a188e99fa2ef861

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [8fac348a5a3ab535fa12a9da2a6d4fbee4ecca8d]

        cid#1357172: UNUSED_VALUE
        
        ...after 9585c8b8c8d8724cc1bad4a2060c828c15599929 "loplugin:constantparam in sw"
        
        Change-Id: I29ac058ce3f42ff4ceb60c8de09352c2810967b8

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [ccc8aab451ba492dabe017a6f5078ac41d248fcb]

        Avoid reserved identifier
        
        Change-Id: Icf8858590d0e1563acebc9d55fe6898ce7416dd5

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [7d67fbd94dccc6ab48045fdae6e0f2db67ae10f3]

        Avoid reserved identifiers
        
        Change-Id: I210133e82bc72dcb89da5f7700314ddcf6bee269

2016-03-29  Stephan Bergmann  <sbergman@redhat.com>  [f2c2e7a71ea653993ba1349de7b36dfe92c5c62d]

        Avoid reserved identifier
        
        Change-Id: I77c80c1aec96d520d1c0a3d95a2b91d3bccb3fff

2016-03-29  Julien Nabet  <serval2412@yahoo.fr>  [02fb3fd0533222dfea5b6b9232425a5e28cd340f]

        Use const_iterator when possible (reportdesign)
        
        Change-Id: I2695fdf64670f4df844c1362a84af83f48fc29be
        Reviewed-on: https://gerrit.libreoffice.org/23575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-28  Rene Engelhard  <rene@debian.org>  [691105cb718591fd8e7b78a44e527ba62c997a09]

        don't build/install minidump_upload with ENABLE_BREAKPAD=
        
        Change-Id: I0f7d9811d669c2884b0c1704878678b01529e52f

2016-03-28  Julien Nabet  <serval2412@yahoo.fr>  [a8ef64199b4bb03fb652b7dfbed7be126bd99059]

        Use const_iterator when possible (connectivity)
        
        Change-Id: I749e4c3ffa0c89f919459c376edad4804b2b66ca
        Reviewed-on: https://gerrit.libreoffice.org/23573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-28  Julien Nabet  <serval2412@yahoo.fr>  [2b60e64c18e16391ab7e04d1ded1119b8b5428ac]

        Use const_iterator when possible (whole dbaccess)
        
        Change-Id: I3d10a7914353b384fc7a2195a70398869f675211
        Reviewed-on: https://gerrit.libreoffice.org/23570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-28  Julien Nabet  <serval2412@yahoo.fr>  [df47441ebe0eaf97c2ab7ce854323c18f4d1fe79]

        Reduce scope in QueryDesignView.cxx
        
        Change-Id: Ia7f3ee29427dbe103560fe5d831eb40e771b3aba
        Reviewed-on: https://gerrit.libreoffice.org/23568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-28  Julien Nabet  <serval2412@yahoo.fr>  [5e12e630ff0a5c3dcc6d29d9c841044dd710d2a5]

        Use const_iterator when possible
        
        Change-Id: I7454a8e5547da95b747eeb3b1d9dabe3a56a69f3
        Reviewed-on: https://gerrit.libreoffice.org/23567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-28  Olivier Hallot  <ohallot@collabora.co.uk>  [fd6ff8e92d51aa704e7de21adb2da01a5f6cb703]

        Updated core Project: help  3b7250f9ebada03c3b5f1f8ad983002cdefd7cd1
        
        Improve help3xsl/ online a bit
        
        Change-Id: Ie514d8ba70b4620bdfc22ab989b2f45ec45c1d0e
        Reviewed-on: https://gerrit.libreoffice.org/23566
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-03-28  Jean-Pierre Ledure  <jp@ledure.be>  [741df817d020a63ae7aa91989bfe8d25f8348923]

        Access2Base - add Picture property to Control object
        
        Change-Id: I68713ccc6d8920de6945206285e35320eef5b4ea

2016-03-28  Akshay Deep  <akshaydeepiitr@gmail.com>  [529848375abbe5b11e06e7ce37fca1feb20630a8]

        tdf#59698 Template Manager: 'OK' and 'Help' buttons added
        
        Change-Id: I0ec224eb5c6b11a8d589def477f3cf8429195f2c
        Reviewed-on: https://gerrit.libreoffice.org/23552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-03-28  Tor Lillqvist  <tml@collabora.com>  [08df97bbe68efbe31d40cb3fd40fe24103a078f5]

        WaE: 'userSpaceScaleFactor' is deprecated: first deprecated in OS X 10.7 ...
        
        ... Use -convertRectToBacking: or -backingScaleFactor instead
        
        Change-Id: Ided81790349304172ab911f93475cdc40a676a7b

2016-03-28  Tor Lillqvist  <tml@collabora.com>  [e9c911074849c3729a8f5023b9db209801a8c4af]

        avmediaogl now seems to require ENABLE_GLTF for some reason
        
        Change-Id: Id5b65b944ed06598238f5ab139c52d4de5ca1f84

2016-03-28  Chirag Manwani  <cmkmanwani@gmail.com>  [d31a6e77478d36798a0b410f6977cda51ae45360]

        tdf#90795 Fix Hyperlink Dialog for HiDPI
        
        Change-Id: I30964d3bd3b5c4433e72be45bfa0202661248051
        Reviewed-on: https://gerrit.libreoffice.org/23347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [454ad54ccfbfd09c46a46211a9469d3d85050fbd]

        mkdoc_portal: fix issue with main doc page generation
        
        Change-Id: I64fd0e7c9a574b0ed8164ca6faaf589a2ed83ed5

2016-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [72a6864221db7aabbd352a2c8bf230ce56a2e89e]

        typo in doc generation makefile
        
        Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20

2016-03-27  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [1cc2d4115e7e36f01dde759209802e2ac2477117]

        tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calc
        
        Conflicts:
        	sc/source/core/tool/cellform.cxx
        
        Change-Id: Id949800f6e13e268df798d2f1868f26deff66191
        Reviewed-on: https://gerrit.libreoffice.org/23543
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-27  jan iversen  <jani@documentfoundation.org>  [9605ed83182b2ef670c0a0c559bbe1e7a5d902aa]

        genlang, added genKey function
        
        KID generation is an integrated part of the POT files.
        
        Updated lex files for simplification
        
        Change-Id: I8ba64e7119edc5267b2acd75c468ed2ff1cf16c2

2016-03-27  Julien Nabet  <serval2412@yahoo.fr>  [92a294678500852c343cfacd33da1ec5a7a40d4c]

        Revert "vcl: two printing headers should be private Unix headers"
        
        This reverts commit 6b2889b3c4b2da175c4f95bde4495a1a89deedc3.
        It breaks several TBs
        eg:
        /Users/cloph/source/libo-core/sw/source/uibase/dbui/dbmgr.cxx:140:10: fatal error: 'config_cups.h' file not found
                 ^

2016-03-27  Julien Nabet  <serval2412@yahoo.fr>  [cd7ebd853ff8999060745fb10c89a1b0565a0c07]

        Remove vars used once
        
        Change-Id: Iee5c87e6bd2153062072238e6f833493c298dae6
        Reviewed-on: https://gerrit.libreoffice.org/23555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-27  Yousuf Philips  <philipz85@hotmail.com>  [ba9783d36f4b9de07688c6883edfeecef8ccccb5]

        tdf#92218 Implement Writer single toolbar mode toolbar
        
        Change-Id: Ic6cc130e0dcb91584b11aecb937bc8d7039d2427
        Reviewed-on: https://gerrit.libreoffice.org/22818
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [6b2889b3c4b2da175c4f95bde4495a1a89deedc3]

        vcl: two printing headers should be private Unix headers
        
        Change-Id: I17a8d361b6c24dd9c4853d82e788c48084133e69

2016-03-27  Jean-Pierre Ledure  <jp@ledure.be>  [c85a438f412f32a94f8e872ed7b419b9f7667d6e]

        Access2Base - GetChunk - tests of BLOB field type
        
        Change-Id: I02f51ff264c64458c99c47ea48d960a50c65cb75

2016-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efea43b4c4f42023a540079866b065068ae8a8e5]

        extract function from ScDocument::FillInfo
        
        A first step in breaking the function into smaller pieces.
        
        Change-Id: I94aeb11fd9c44a7eaa198cb39f208b574ef2758d
        Reviewed-on: https://gerrit.libreoffice.org/23548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c90f1f339330644ec34c76247b5c299a18d318b4]

        mark the reference as const
        
        Change-Id: I66ee342205acb9875899af9a65da9eb9cd5ecc74

2016-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82510829d5be4321166ae80679b43b376f41ae9e]

        don't inherit from std::map
        
        Change-Id: I50e9b27c45f6f7bd52af9e0c8a188124d6413cbc

2016-03-27  Julien Nabet  <serval2412@yahoo.fr>  [ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d]

        cppcheck: fix duplicate Expression
        
        Since https://cgit.freedesktop.org/cgit/?url=libreoffice/core/log/&qt=range&q=872755ac336eb9ad33c6c98dd73deea2206acf71
        
        Change-Id: Iee49087caf77c6cce4d52aac562c5bd3620b659f
        Reviewed-on: https://gerrit.libreoffice.org/23551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-26  jan iversen  <jani@documentfoundation.org>  [83f9151b13b0bb4ad670f9c4a9f02dbb06f233af]

        genlang, clenaup top of Lex files
        
        Duplicate functions in lex files removed
        Top part simplified and made identical.
        
        Change-Id: I7288bfdbeba9d1ec96b5d2bc7b21dd65337cd8d7

2016-03-26  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [58d863eec084029716eccab7f941727fc650415e]

        sc: replace local macros
        
        inline one time use macros
        convert other macros to local helpers
        HMM2XL(x) probably means hundredth millimetres to excel or xls.
        Excels seems to use pixel and the ratio of 1/100th mm per pixel
        happens to be 26.483 hmm/px @ 96dpi
        
        Change-Id: I84de6106b24daa7bd1fb355fc9bc4c355bc285c7
        Reviewed-on: https://gerrit.libreoffice.org/23478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4da8e041bd3d6b6c286bafb5a43c6a2ba25dc4d]

        remove debug functions
        
        Change-Id: I7a3aaa223c08d9fc79baeed59546d7268bd8e57b

2016-03-26  Xisco Fauli  <anistenis@gmail.com>  [c2d130425cc876cceb96cc7e47636426a9e48fa8]

        SVGIO: Shapes within a clippath element might inherit...
        
        ... fill, stroke, stroke-width and others attributes from
        parent element, like use element
        
        Change-Id: I911bc50409428e81135b81e6dfc82acd1c21d113
        Reviewed-on: https://gerrit.libreoffice.org/23527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae5bf728937a9233a5090adca94c2ffc106ea8b6]

        no need to iterate through all cells
        
        Change-Id: I4621e58032a79b8438b4094b8c66d5d7a104e8af

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59003139bd336dc4a85d537c9befe3204638d476]

        also test that we are not still listening to the old area
        
        Change-Id: I7ad84ec75f435e3171b064eaaf60a819b09aeb02

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba64def7776e592a37fbb1833edacb397ba373a2]

        add a few unit tests for conditional format reference listening
        
        Change-Id: I0609bf9033a7a2dd40afaae9effbfa06de5e4c83

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [988a49426f42c1445bc26677cf8041b7a233015c]

        fix indentation
        
        Change-Id: Ibd65797b70cac33eb3302ad2020ffe38a01a2d85

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [931c6a095c5f26dc78c531b127aed2ebc86af98d]

        add a few unit tests for ScFormulaListener
        
        Change-Id: Ie6c26967167a2dffa0e2047a78eb2b44b6c502f3

2016-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88a0c7d01b7dfd085a0569030f97cc7de0f0d106]

        switch to a listener based cond format update, tdf#95437
        
        Change-Id: Iaee665a37a9637c40cd02a89a19240ade6e5af37

2016-03-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b41aed83c416a7b00285fc2b198d286d8169f08d]

        MM: Some wizard pages are just too spaced out
        
        Change-Id: Idbcc7d98883a9150ef38ae304a121fb6903382e6

2016-03-26  Olivier Hallot  <ohallot@collabora.co.uk>  [9ec8732e086613f4620850acf97fe74b8b1600d1]

        Updated core Project: help  7c4cc47475a5eef1dc30be04ee4f752882fd0cce
        
        New help system with browser and XSL transform
        
        See README.txt for initial information
        
        Change-Id: Iccb36975207db55c49bbfc8385bf78b948b77c2e
        Reviewed-on: https://gerrit.libreoffice.org/23343
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-03-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [379fb96dbd5ce0fdb0aaf5244d50583dc13d7611]

        Avoid nesting parentheses in this string
        
        Change-Id: I3b6fc9ca49e4a7b0019c2c9b376eb87ae8d14e4f

2016-03-26  Julien Nabet  <serval2412@yahoo.fr>  [6807e21f5f8d7da8b9a7593a21eb09404712dd20]

        tdf#90561: Add AS keyword in Query-designer for hsqldb
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=90561#c8
        for more details
        
        Change-Id: Id812b68a9482e152ca60ea20bf3026e219a0ab8c
        Reviewed-on: https://gerrit.libreoffice.org/23515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-25  Eike Rathke  <erack@redhat.com>  [19567deb49cdb4a49f251b1aacb305f68aee3c4a]

        unit test for copying sheet-local names before original position
        
        Change-Id: I3a70539480b5b1d85b717fd6638359aa9ce5075a

2016-03-25  Eike Rathke  <erack@redhat.com>  [0189bfe9828c3f52cd72cf2f9da22d110e08c327]

        sheet-local names' references of original sheet are updated later
        
        ... in contrast to global names that are already updated before content
        is copied. So don't modify the token's original sheet number before
        adjusting the copied sheet-local names' references.
        
        Change-Id: I3edfb53370a5e8811d7301af95238a865ff38f0c

2016-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [007b317fef91aa809deff8380a9e62c350eaf511]

        use the ScRefCellValue already available, tdf#97989
        
        Change-Id: Iccfff23f72d33ee012f91a230f2598b8fe3131cf
        Reviewed-on: https://gerrit.libreoffice.org/23514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-25  kadertarlan  <kadertarlan1@gmail.com>  [b8e595263841ff719bd38128507fdb5ae238f173]

        tdf#97362: Fixed Python Unit Test(check_table.py)
        
        Change-Id: I6c88091e5231a42a7eb4ae82cb6231bd9330ae40
        Reviewed-on: https://gerrit.libreoffice.org/23501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-25  Oliver Specht  <oliver.specht@cib.de>  [96c1ae1d8e78ae8b9bd7d4001645cad24d62b720]

        fix headless build
        
        disables OpenGL and glew usage, lets --without-gui do what
        --without-x did before and disables X related test
        
        Change-Id: I680b47c9962a0d43c8ece593db0b82e347ceebdb
        Reviewed-on: https://gerrit.libreoffice.org/23474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [44a6d8ac3063511a149d4abdd6c2a556b3f477fe]

        Updated core Project: help  a367b5ee9d109a611f8684a46b9254de73ec4af8
        
        tdf#92825 adjust menu path to Slide - New Page/Slide
        
        Change-Id: I2f34d6dc88a0337294c6aafe35e25e1a7d474bc8
        Reviewed-on: https://gerrit.libreoffice.org/23418
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-03-25  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [08da15cabdcef60191f4ed98ed694eba3e35b5e1]

        tdf#90855 Improve the 'Insert Bookmark' dialog
        
        implemented:
        - display page number
        - displaying bookmark text
        - goto (button and table doubleclick)
        - help
        - rename
        - selecting multiple bookmarks in TableView or in EditField by ";"
        - sorting by any column
        
        Change-Id: I7523dc066380bc360bd484c88a6f4ba45e867320
        Reviewed-on: https://gerrit.libreoffice.org/23156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-25  Stephan Bergmann  <sbergman@redhat.com>  [d1b8dcd5d3fa545df4f4ed2714d4424b32286173]

        loplugin:defaultparams,staticcall,literaltoboolconversion
        
        Change-Id: Ie758fc9d7d8546f7631bb865b307be56386a2057

2016-03-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e7a156b4b1b1a22a077968810db9f9958130339]

        Upgrade libxmlsec to 1.2.17
        
        So we can drop xmlsec1-configure-libxml-libxslt.patch.1, as upstream
        commit be72c468dfd3165105ed5cdc949493332c4d3064 (fixed configure issue
        with emapty --with-libxml/libxsl and config scripts in /bin directory,
        2010-07-19) fixes the same problem.
        
        Change-Id: Ibb01fb2c5e4074d39168df487180fa88c7bb8035
        Reviewed-on: https://gerrit.libreoffice.org/23498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [477a1f2c60e80efda3cdef3e3b22bf483819e97d]

        tdf#96484: Missing Icons in Find Toolbar with Icon Style Galaxy
        
        - add the relevant links to galaxys link.txt
        - reportedly a regression from b6d1a5f0, though I cant see how that
          commit might be guilty here
        
        Change-Id: Ibfb0a2c9fe5db51297b4c697ce81394f9327fb89

2016-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7296b98445f270beb73cf07d22fc4263fdaff53f]

        fix another involuntary behaviour change from 0c5cbcd7
        
        Change-Id: Idd8e48777b2a5e8e91754ec0afa9dd5b50d8bf00

2016-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [600ad9d1552e5458bb0a8c47c892bebe219ebb01]

        tdf#94734: fix icon in sidebar disappears when changing font colour
        
        - properly initalize maImageOriginal along with maImage in various
          places
        - this is a regression from 27d94c482e82ea5d4f202109614c6fb3578fb0a4
        - that commit is mostly innocent in itself though, only exposing
          omissions from b8f21298288890d52c06fef6c84441634c56c986
        - having both maImage and maImageOriginal is extremely fragile as-is --
          likely I'd be helpful to have them private in ImplToolItem and then a
          SetImage accessor with a tristate eOriginal/eCached/eBoth enum
          parameter to prevent oversights like this in the future ...
        
        Change-Id: I294d7ed8e07be5cadec0ae251cc08c8d089bd059

2016-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9c1921c5031e5b372ee9d8db1e00fe7211cdd31]

        use the ScRefCellValue that is already available, tdf#93405
        
        Change-Id: I68a2ddbe5049d10b5c11c2d77b26dce8dc55ab28

2016-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4518faa31dec03ffabee30437e6960558a940957]

        we already pass the ScRefCellValue as parameter, tdf#93405
        
        Change-Id: I27f7e8ffe93545fe872a0c5b64f26dc90cb70e6f

2016-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee98f0e691e3cf945725a9f1daa90542407e3358]

        these two methods are identical copies, related tdf#93405
        
        This already gives a 15% improvement as we now only query the cell twice
        instead of three times.
        
        Change-Id: I2e0533f05ace6773ad0710b2c586ca325aeae91b

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [62ab87f70b22b70b162b50973072565066f707cf]

        vcl: let's try to convert that to an assert
        
        Change-Id: I41867f0d18e604ffb67a37ba3ab3a08a59749c13

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [99207a26df0083851ba8e23be72d5c6974f98a3b]

        vcl: tdf#98812: acquire reference count of WinFontInstances
        
        ... when they are inserted in WinSalGraphics::mpWinFontEntry.
        
        Not sure why one of these drops to 0 but is not removed from the
        WinSalGraphics when formatting this particular bugdoc.
        
        Acquiring the instances when retaining pointers to them should make
        the life cycle a little less insane.
        
        Change-Id: If1404f46a13736b2a226e198bdf0c3ca8e09bb38

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [1cd0a3153db52e454818b4996a288997d60ae053]

        unordf: replace boost::shared_array with std::shared_ptr
        
        It was using a custom deleter anyway.
        
        Change-Id: I700b7cf314b7f837a7143206ba42e412c5a1670d

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [9cdfc240324679b1214ee175a3ed233f4cf4ecef]

        unordf: replace boost::noncopyable with C++11 delete
        
        Change-Id: I996ca0589db8b73db045c87bbecfab03be9dbaef

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [a764d03e0cf34bb11f82fbb44850feda312ce24b]

        filter: [loplugin:simplifybool]
        
        Change-Id: I491708d12c0c220705fe79a16ca85cf874692b77

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [bfa502177fecb13d1c6dfd73deca99b4ed70e423]

        MM: fix debug document dumping
        
        Previously the debug documents were dumped to the temporary mail
        merge directory, which is removed at the end of MM. So this dumps
        the document to an extra directory.
        
        Also fixes the broken reinterpret_cast "env" => "int" conversation
        to get the real number of documents, which work with multi-digit
        numbers.
        
        Change-Id: I456b506e9a70cffdfc93cb3eadd39c454a536343

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [c0e1567f9415f7b2605f12e322f19b1436e2c81a]

        MM: remove lock from saved documents
        
        Actually we have to call DoSaveCompleted to get rid of the locking.
        Instead this adds a parameter to skip the recent file registration
        used in non bCreateSingleFile modes.
        
        Change-Id: I57151f08ad8d737007da84c4566685cc37612dfb

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [c2cdb65373eb25719a606c06ddb11ed198257627]

        MM: remove multiple unneeded indention levels
        
        Change-Id: Ia363904d3c3fbabdb7aa0dd9aa0715d7d6982f85

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [bc477f93a76c1ffeec21e4c59c02f64e5bdd305e]

        MM: rename MergeNew => Merge
        
        Since all old code from the original Merge function is gone, just
        do the rename.
        
        Change-Id: I7cc1b4b58cc73bea83a723b2478a8b4bf59a382f

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [55654acd1d026491004528371995ce112b33721b]

        MM: don't try to save the source MM document
        
        Just create in internal copy, if the source document is modified.
        
        Change-Id: I4587b3df5ff0b42c98f1b69fe18b4f11f5c9b8e4

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [2a6cd03fab17e503c9f98e6f4f2e35c43a383f5f]

        MM: just show the print progress dialog for print
        
        Change-Id: I75a33c14f4a2b5ab404ce937e5d23392f6021a1b

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [83d747d59ab0785f654f007d7fb6638fa792e976]

        MM: fix silent mode on merge start
        
        We currently don't handle the change of silent mode during a running
        mail merge job correctly, so don't allow it.
        
        Change-Id: I2cb8cc1c737e93e8b2a90a6e73fb3e49008fe91d

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [e3e2a4a2d18b567f0add7cfcdede7b0c4cffbece]

        MM: move mail creation into a local function
        
        And also use C++11 range-based for loop loops.
        
        Change-Id: I7bafc419a21cdd6bb7aaed7d67b640409d308f79

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [f97c84f42159e7e41da05a662277836a8d3c03bb]

        MM: don't register files in recently used...
        
        ... in email and !bCreateSingleFile file mode. Also saves a bunch
        of instructions. For my simple document it was ~10% of the save
        time and 75% is the creation of the preview thumbnails...
        
        Change-Id: I14f7092007b1acfed6cbe0f2f4cd6eaecd32b514

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [d2f21bfcddeec33d7b6e9dfeb6b1293c7a038fa8]

        MM: use working doc DB manager on save
        
        This is related to tdf#97318 but doesn't fix it, as the wizard
        works with a single merged document, which is split later.
        
        When saving the working document in !bCreateSingleFile mode, we
        have to restore the documents DB manager for two reasons:
        
        1. We otherwise would save the whole database content.
        2. We crash with embedded databases of the original DB manager.
        
        Change-Id: I9b209854703ec95c2c63c83019e857f2d26f753d

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [2b11dee4847dc21a0ce54224815468307a5d0eb2]

        MM: correctly handle directory in dialog
        
        For convenience we present file URLs in the systems local file
        notation. But the directory selection dialog expects an URL, so
        we have to convert the local notation from the edit entry to a
        file URL.
        
        Change-Id: Idff6f7d4b135eef087c61560b0603b9a6669dbf7

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [aeb01b75e56916bf36707ad703a16c90ad7f2419]

        tdf#96914 MM: don't round trip the source document
        
        To get a unmodified document, the mail merge via File -> Print
        used to write a document and reload it. This is not a problem with
        normal documents, but with embedded databases this results in a
        second database with the same name, which disposes the first
        registered database and the xResultSet from the mail merge dialog.
        
        As a workaround this just creates an internal copy, sets the
        correct database settings and resets the modified status.
        
        We still need a more general solution to handle documents with the
        same embedded DB name in a sane way, probably by making the embedded
        database a private object of the documents database manager.
        
        We also need to keep the IsLabelDoc information, otherwise
        cloning label documents breaks MM due to undetected, existing
        section links. This is currently handled MM internal when creating
        a document clone, but probably a reset function for the rest of the
        document settings should be created and used.
        
        Change-Id: I20ddea30196d65cb89f69977867f012816ec6001

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [bdb0c4e128ffb7b0d30fd90153762802de514cda]

        tdf#95292 MM: cleanup bEndOfDB handling
        
        bEndOfDB was handled inconsistently in ToNextRecord for record
        selections and normal record iteration. The new unified semantics
        are defined to set bEndOfDB for the first failing record fetch.
        
        This includes a rename of the function ExistsNextRecord, which
        did never check for a next record, but just verified the current
        record set to be valid.
        
        This way we can also drop the bAfterSelection selection, which
        was just needed for the inconsistent bEndOfDB handling.
        
        Change-Id: Ibbd7ae95e5969b51e32f44b442e5dc778655e8a9

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [e817940a83ba7f2768acc245e005ca096d34776a]

        MM: move SwPageDesc handling into SwDoc::AppendDoc
        
        If you append a doc, you want to handle styles correctly. So it's
        actually the correct way to handle the styles in AppendDoc.
        
        The nDocNo is used instead of a boolean to speed up finding better
        unique names in the mail merge case.
        
        Change-Id: I4b16e89588164b9e0763759c7d719dfc204b63a1

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [435ca34e14af3a8a5bacd54a011adbe235ac772b]

        MM: merge cancel and error variable
        
        An error always includes the "cancel", while a cancel doesn't have
        to be an error. So merge handling by using an enum.
        
        Change-Id: I154dccbd3063d7ce37ee3cb90b4f193cb1edd466

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [5c1433d87cd015e30d3fc5c6554550e2cc46cc1c]

        MM: cleanup of comments and asserts
        
        Also adds a README to explain some of the code flow of MM.
        
        Change-Id: I363fdd73824a8d41f7073b6de2e9c24184005397

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [30bb83c8b99177bfa410214429b4ceb21fe10e4e]

        MM: a failing print job is an error
        
        Change-Id: I0476d0084d6f7e70b123dbb25927822053ca4e1a

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [09401b49ebfc1988eea71017f13da4146ec95b7b]

        MM: don't send email if document generation failed
        
        Change-Id: I91d13d0694c0586a2dbc159f7ba9d53086b6746c

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [88761228addde6ac0425dd56381caf86922f7117]

        MM: some assertion on MM input
        
        Change-Id: Id29ede49acf86ad6109eab88fbae5d9bbb2d8720

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [d97029895b3e3e6299e759e52629c04b1eac217f]

        MM: abort email MM without an email DB column
        
        Change-Id: Ia35a64d08f47af577426749712fa37c3b3b0b6e6

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [e637b6743a506ef74c93ccbe15ab6642f3baa34f]

        MM: move email subject and address into descriptor
        
        Both are not related to the DBManager, but the mail merge job.
        
        While at it, also drop the insane bSubjectIsFilename handling, add
        an independent sPath, rename sAddressFromColumn to a more general
        sDBcolumn, as it's also used for file name lookup in FILE mode, and
        unify the DB column data handling.
        
        Change-Id: I1b583f4a67279a229329ba7cd15fb8d2c215737c

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [3e33c891ab9c49e6fb4b3767c5e6daae651ebc82]

        MM: cleanup bCreateSingleFile finish
        
        Took me a while to realize most of the post-mm finalization code
        actually depends on bCreateSingleFile. This allows us to simplify
        the code structure.
        
        Change-Id: Ifd8a8a882d9902bedd40c8b1d1e4a8507b5877fe

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [ffe0b2c3b6d153dbb0a4a7c3a788ca22ae022ae6]

        MM: rename and constify variables
        
        Instead of the huge comparisons (in terms of text space), this
        deconstructs the mail merge type into smaller uppercase variables.
        
        bCancel is renamed to m_bCancel to especially distinguish it from
        the bNoError local variable, as both are supposed to be handled
        together.
        
        Otherall this should improve the readability of the code.
        
        Change-Id: I51ab17f7cd90a9e195d09dfcf37a0d194aa9fbbd

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [c103bdedfe5c6042414209c536d731bbe6138ff5]

        MM: refactor DBManager related duplicated code
        
        Moves the duplicated code for saving documents, configuring the
        printer and DB cursor forwarding (next record) into static local
        functions.
        
        Change-Id: I75f183a2a515ecbae276461613a05ab50c56e600

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [dea0abc58c558d3c62e806d06035b1a30420264e]

        tdf#93236 Revert "support fast MM printing in...
        
        non-single-file mode only for CUPS"
        
        This reverts commit 138d29aa09417eba4d15ade4c9f4dab2620b6326.
        
        The patch breaks all print opions affecting multiple pages, i.e.
        page range selection, pages per sheet, blank pages, reverse page
        order and copies.
        
        Conflicts:
        	configure.ac
        	sw/source/uibase/dbui/dbmgr.cxx
        	vcl/inc/cupsmgr.hxx
        	vcl/unx/generic/printer/cupsmgr.cxx
        
        Change-Id: I8c39e7f0e71ef9688254c0a0dba049e1836b733c

2016-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [4ba9bf6ad0e7383e0af421a5fea79e3b9d34fce6]

        Revert "tdf93236 N-UP printing in combination 1/4"
        
        Whole subject was: "tdf93236 N-UP printing in with mailmerge broken
        file-print 1/4"
        
        This reverts all dbmgr.cxx changes, which were a result of this
        commit. This patch merges the reverts for the following patches:
        
        * "sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxx"
          commit 4b01af28e6fee1ec3096ed713d1db832b3508420
        * "coverity#1346891 Unused value"
          commit 1876d9a807ee0b3480ab108273930897cc697d88
        * "tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4"
          commit d8ff907197037045fd0cb173e341f515968b65b1
        
        Change-Id: Ic51230c484fb9ee5dba2331c51ced1d20a787afa

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7fb8dc9a3c2f40823b2b0c12c7962dc408092cc]

        cid#1357166 null pointer dereference
        
        Change-Id: Id1db85f7f52c2b35e069a0252457959b16a2fd02

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [80e3a7a671858f31133cf1fabfb5a3ca0b9a4680]

        cid#1357167 missing break
        
        Change-Id: I847106a409035b6432c799994008cd2dc7c05de0

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [db7811852b7dcb662d24cad9fc4fe8a1d6519a80]

        cid#1357171 uninitialized members
        
        Change-Id: I8be96ed9ff66c9790b75e59fba17dd54eb12b7a2

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ef1c79e670fce2a3203d2a372e23b39fb290443]

        cid#1357170 uninitialized members
        
        Change-Id: Iccf20a4889c1b7598ef83f927844b9a0ddef7ee4

2016-03-24  Eike Rathke  <erack@redhat.com>  [6c26ef04cf4f47ee16d4cb96648b9627f3b69c28]

        Revert "Text General inconsistent with cell formatting dlg", tdf#95385
        
        This reverts commit 547617955af87640b46211b6715032bc6576279a.
        
        Modifying locale datas' number format is a wrong approach.

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4eb82cf9fea5c1df49fad6ee2d91fc51854cd29]

        tdf#88453 sw layout, nested table split: shrink inner tables as well
        
        Commit b4b5dbee1ec7770ed64d7270de46d5cfc06b87b6 (tdf#88453 sw layout:
        fix split of nested tables with large amount of rows, 2016-03-23) took
        care of two similar problems when splitting tables which has nested
        ones (setting cell height to 0 when its content height is 0, and setting
        row height to 0 when its cells' height are zero).
        
        Turns out there is a third aspect of the same problem: when row heights
        are set to 0 during shrinking for table split purposes, the table height
        has to be set to 0 as well, in case the table contains only 0-height
        rows. With this, the original bugdoc's layout is the expected one.
        
        Change-Id: I3f5392eb914a60e9caa5182dc6d44bd3a93f41d6
        Reviewed-on: https://gerrit.libreoffice.org/23497
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-24  Eike Rathke  <erack@redhat.com>  [64afe3040bf3d07bb0b13f03b33fce074383ee39]

        const as const can
        
        Change-Id: I6826c2f12d601a91462af454b90272ea7a7e932f

2016-03-24  Michael Stahl  <mstahl@redhat.com>  [0c244247d1a0f484ab04b6aa38512db22d5eed8a]

        sw: replace boost::noncopyable with C++11 delete
        
        Change-Id: I67d8d06012ac8835d957c77b122c8f0cda84a712

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [d78e644679be47d96bbb2e9d5909f2b559fa29c4]

        xmlsecurity: fix Windows XP build
        
        xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx(511) :
        error C2065: ´CERT_SHA256_HASH_PROP_ID´ : undeclared identifier
        
        Change-Id: I644d6797d81a506ca9b91d83eead16503af93905
        Reviewed-on: https://gerrit.libreoffice.org/23494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-03-24  Eike Rathke  <erack@redhat.com>  [f0cce530862e22823ae65977ea2972809237c28e]

        unit test for copying global names to sheet-local names, tdf#75372
        
        Change-Id: Ice179cfcbb81b6455648d67e6f8aec516f7c8576

2016-03-24  Jan Holesovsky  <kendy@collabora.com>  [d2c1bc036de4b24a0f4602fbc7fd978fa8d603eb]

        Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled in.
        
        Change-Id: I81bde1f85489ede4b8c826389146ad0990d6abb6

2016-03-24  Eike Rathke  <erack@redhat.com>  [ccabf4a408a246a931011732a5711e3b5334b17f]

        tdf#75372 rework sheet-copy names for converting global names to sheet-local
        
        This during copying a sheet copies global names that from a copied
        formula cell reference the copied sheet and converts the copied global
        names to sheet-local names. References to the original sheet are updated
        to point to the new sheet.
        
        It works for names used in formula cells copied but needs enhancement to
        pick up nested names, i.e. names used in names that do not reference the
        sheet but the nested name does.
        
        Change-Id: I1aa16cb28c9f7b3581bec289435492c21e6fcd73

2016-03-24  David Tardon  <dtardon@redhat.com>  [18cce14dd6389bd67e6c8311ebac8a6d7241a1ee]

        disable export notes pages when printing selection
        
        Change-Id: I71d348ed3b6ed5d6bcd24f7932591bafc1ef569f

2016-03-24  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9970a6d41a34e7d062758ac7142db0a2796553ac]

        Remove german variable and use directly
        
        Change-Id: Ia31bd59e3f5619338e3793a776f048309272cab2
        Reviewed-on: https://gerrit.libreoffice.org/23489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-24  David Tardon  <dtardon@redhat.com>  [6392347e27ed500b30acc62e9e27618eab5a8ee0]

        tdf#39271 allow to export only notes pages
        
        Change-Id: Ia03062cf31b6bab8196dc317a7e8fbcfc86fadf0

2016-03-24  Jan Holesovsky  <kendy@collabora.com>  [0e59494525d8e94a9b7deeb63fcbb1c04801de4c]

        Revert "disable the SW interpreter by default, tdf#98657"
        
        Now the root cause of tdf#98657 is fixed, hopefully we are good to enable the
        SW interpreter again...
        
        This reverts commit 70dad291a6baf1eff59b61f9d344c10018585dd4.

2016-03-24  Jan Holesovsky  <kendy@collabora.com>  [5d644eff8f593358f9f9d21949faa630d94e5665]

        tdf#98657: Fix a corner case when NaN's were added to ScFullMatrix.
        
        Change-Id: Id3befb82c39f9caacc908d664d42365ce6996054

2016-03-24  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [856038857f566269d8b21fc1c86aa4b5eb7ae048]

        FREETYPE_CFLAGS is already set when using external freetype
        
        When you're on Debian derivatives, using internal cairo but external
        (system's) freetype, the "ft2build.h" is in /usr/include/freetype2/,
        not /usr/include/, which is already in FREETYPE_CFLAGS since configure.ac
        
        Change-Id: I24c697776bd77d423ebeafd38315cb76cad28f9b
        Reviewed-on: https://gerrit.libreoffice.org/23334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [1048fd03bae1432af19a794312787d6e4627f3ed]

        starmath: Drop inline wrapper functions
        
        Use corresponding static functions instead.
        
        Change-Id: I362744878d9c88de858cb957106c7a70a45122bb
        Reviewed-on: https://gerrit.libreoffice.org/23369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [641c40b32aaea89add1c7acd3e17c949592c582a]

        starmath: Drop unnecessary check of loop invariant
        
        Change-Id: I7f5f2b7e9fda1d788e8f92ffda619c46523a91d5
        Reviewed-on: https://gerrit.libreoffice.org/23485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [222c64df382ad05635a3bdbd05b761fb5bdc2c49]

        starmath: nCount == aVector.size()
        
        Change-Id: I9ea654292718ebd9f1769ca8accf4e39def7f959
        Reviewed-on: https://gerrit.libreoffice.org/23460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6aa836329d17bf0aca4aead6bb9c35a6783ec215]

        don't sanitize value to an insane value, tdf#97863
        
        Change-Id: I0e4de6b676fb61536dadefc96a719cf50be128ed

2016-03-24  jan iversen  <jani@documentfoundation.org>  [b0a601cf48b853b0ee3ccd6aba7b9c9dc9610b7f]

        genlang, gRun.sh produces the same files as old tools
        
        The process of getting gRun.sh to produce the same files
        (same content is later), have identified a number of
        strange things:
        - many files with x-comment are not in en-US, but DE
        - some files have translations present in DE
        - many src/hrc files are not considered for translation
        
        Change-Id: If4fb9928353c181c3123421c5dd357304a8b4f0c

2016-03-24  Eike Rathke  <erack@redhat.com>  [e3d81079cb97989086647d8419b6d423713e2319]

        use FindRangeNameByIndexAndSheet()
        
        Change-Id: I94c0ba0d613e235c538cd7bdd3c36c98618fec42

2016-03-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [1a045a9df7918adf4c0d8a62db3331f120266c6e]

        tdf#97398: Toggle deck/panel visibility individually for each app
        
        Change in visibility of a shared deck ('any, any, ...') or panel
        made in 1 app must not affect its visibility in the remaining apps
        
        Change-Id: I78472ce078409edec796ef649349df4bda62a709
        Reviewed-on: https://gerrit.libreoffice.org/23432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-24  Noel Grandin  <noel@peralex.com>  [682b9b33c71066bbf703c22e9689367e7bd569b6]

        loplugin:constantparam in sc
        
        Change-Id: I8608a6cb47972e9b838cc5ea431863348758ded0

2016-03-24  Noel Grandin  <noel@peralex.com>  [c09d0aa46ceaeb96869eae1a23a86040189472f4]

        loplugin:constantparam in sd
        
        Change-Id: I1a7f4cab28a70c45e5232e1c44f6ca6f7b014bff

2016-03-24  aqcoder  <flw.aquarius@gmail.com>  [0f543e38722f25a2969d500513167a3305097ed8]

        tdf#97362: Convert Java unit test to Python(check_change_color.py)
        
        Change-Id: I0fa4973b6af028666428fa58438eaf39f7b81d27
        Reviewed-on: https://gerrit.libreoffice.org/23482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d267cdd48e8b736a81a9e76ea5803e6847d791e]

        sw: nAnz -> nCount
        
        Change-Id: If6e1fbf74dcdfde4a2406c1662bea71188635830

2016-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a8cd51780eaf362536284ee8bd388916a172690]

        werror: loplugin:staticcall
        
        Change-Id: Ifce20e96dc088b982307fc60ba185f5dddfc28cc
        Reviewed-on: https://gerrit.libreoffice.org/23481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7da3a53958695bfb1405fa513f71beddc6c0ecb7]

        don't allocate and destroy a LocaleDataItem for each cell, tdf#97989
        
        Change-Id: I8bcdc7a42c87d17fde1dc9c79bc361bb625f992b
        Reviewed-on: https://gerrit.libreoffice.org/23480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-23  Varun Dhall  <varun.dhall@studentpartner.com>  [013b7f6cb249fa08d00cb9124a1ab3429d72d6d2]

        Added Test for tdf#63553 copy/paste of cross references
        
        Change-Id: I9d50b170b228e270e60212cb10711fb537dae706
        Reviewed-on: https://gerrit.libreoffice.org/22809
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-23  Marco Cecchetti  <marco.cecchetti@collabora.com>  [19c5fb059b4c2bca88d37bafe4c0bada1f0f48a7]

        sc - added fixed and variable array formula range perf tests
        
        Change-Id: If1efa2340e4ed8acca6fde08dcd422f4bd5fd531
        Reviewed-on: https://gerrit.libreoffice.org/22721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59c1c5a4e84b18f9ccf20fb46903aa37b61cf957]

        add test for new ScMatConcat code
        
        Change-Id: I084e08575e8efd27bebdd9ae9880322913789ba4
        Reviewed-on: https://gerrit.libreoffice.org/23440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c8991813dc303c7ffc8fef7d8d8f0779657fde6]

        better use mdds in matrix concat, tdf#88849
        
        Change-Id: I6155b86d0afbefafdf982962ffd0216334834379
        Reviewed-on: https://gerrit.libreoffice.org/23425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-23  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [8e9658b43153f20f644c053cf7ffe5c7883dd14d]

        tdf#90834 Cleanup in-line version control history comments
        
        Turn in-line version control history comments into
        meaningful good comments: widorp.hxx txtfrm.cxx
        
        Change-Id: I51e0d772afbe4b4e81ca3771bfbe4c0fd6d5b69d
        Reviewed-on: https://gerrit.libreoffice.org/23431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-23  Akshay Deep  <akshaydeepiitr@gmail.com>  [75c272c146045235783e1dfe26a162a8f4dee493]

        tdf#94760 Better default values for graphics cache
        
        Changed Total Graphic Cache Size to 64 Mb.
        Changed Object Cache Size to 12 Mb.
        
        Change-Id: I772b92f9412ccbf40c1df4e4182dcff6d634b7de
        Reviewed-on: https://gerrit.libreoffice.org/22967
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4b5dbee1ec7770ed64d7270de46d5cfc06b87b6]

        tdf#88453 sw layout: fix split of nested tables with large amount of rows
        
        This does not fix the original bugdoc, just the case described in
        comment 2. The bugdoc has an outer table of a single cell, and that cell
        has a nested table with a single column and many rows.
        
        When we split the table, we set the height of the last row frame to
        zero, then the height of the last but one, and so on, till the reduced
        table fits the page, then move the 0-height frames to the next page, and
        so on. All this recursively, to support nested tables.
        
        The problem is that 0-height is set only for the contents of the cell
        frames, but not for the cell or row frames themselves, so in case e.g.
        the default ~0.10cm inner margin of the cell frames, even a 0-height
        text frame results in a cell frame height of 111 twips. And this error
        can accumlate if there are enough rows, e.g. with the default fonts 123
        rows are enough to trigger the situation when even a completely reduced
        table doesn't fit the first page frame, and the layout throws up its
        hands.
        
        Fix the problem by setting the height of the cell and row frames to 0 as
        well in case their content is 0-sized anyway (so a re-format will later
        restore their correct height).
        
        Change-Id: Iefbbb7bd6ef97a9a81929eb2599adb961e52fd38
        Reviewed-on: https://gerrit.libreoffice.org/23476
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-23  jan iversen  <jani@documentfoundation.org>  [11231f9179db9821effc884e8adade48fdf89938]

        genlang,  removed clang problems
        
        The clang plugin does not not like
           for (<foo>;<foo>;<foo>) ;
        (most compilers do not complain, when using the ' ')
        
        Also a virtual destructor need "override" in the
        implementing class.
        
        Change-Id: Ib99702f11dbd24595935594ee97c136c8e604aff

2016-03-23  Michael Meeks  <michael.meeks@collabora.com>  [a5728dca0926ccad4f87e62da76483565d70d649]

        vcl: idle timer update method currently unused.
        
        Change-Id: I4bc36592240dd3639e10e6b7c39400b5f52d932d
        Reviewed-on: https://gerrit.libreoffice.org/23471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-23  Michael Stahl  <mstahl@redhat.com>  [aead01fdc9dcf588203a90685c038319dc408c4f]

        sw: -Werror=deprecated-declarations
        
        Change-Id: If2f2f35ed2b7307d97b84b55083dae8c2f9b0f16

2016-03-23  Michael Stahl  <mstahl@redhat.com>  [89ba55076fdc8a97071b584d74b418bd5a8c08b1]

        sc: sc_mark_test can just link to scqahelper
        
        Change-Id: I90a5ca71ab8e2306eae337493a30ff0a56d5394f

2016-03-23  Michael Stahl  <mstahl@redhat.com>  [bbf3083e0d9645a8862dec1957f34a26f123fa6f]

        sw: replace boost::noncopyable with C++11 delete
        
        Change-Id: I672b187c92ccb71a6c4b9bc5e1169970fb61aa7d

2016-03-23  Michael Stahl  <mstahl@redhat.com>  [7b08ccceffac5b5df904f84ca0b5aa646d6bd00e]

        pyuno: add some debugging hints
        
        Change-Id: Id01e689911de8bc4402803e130db99b1b7c5b365

2016-03-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f6a74ce9bbe4788fbeff463b52557b7e5aaa809f]

        no need for IPC on Android, removes the need for the cache-hack
        
        removing the cache on each launch prevented opening files via intents
        (i.e. from your mail application) unless the viewer was already running,
        as it also deleted the temporary file that was created from the intent.
        
        Change-Id: I0a4d9432f475e8434902ae11fc2b0c35fd25a71f

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [9f6d7d40b00fd67200c1a2a863cded790e77a40a]

        loplugin:literaltoboolconversion
        
        Change-Id: I25fe5df2b7dc6dd238f73b8a0f2f4f40a6f238ee

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [b77493bd2414caf8fa240f0fb5bb4e544ac7f480]

        loplugin:cstylecast
        
        Change-Id: If31f077ece1de7fed8b86c1730841b2eff9f27e1

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [707c6c233808133eee4c0ddfe3045ba0b2b2b4dd]

        loplugin:stringconstant
        
        Change-Id: I82c0f91dcc20af28decd6d6eb7cf5f0f946f0987

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [be6d1c093c3bf1cb6c1781cd2710946eac529c63]

        loplugin:nullptr
        
        Change-Id: I74cefa83771b932384f22831d1e9db0b5bcc92e9

2016-03-23  Oliver Specht  <oliver.specht@cib.de>  [46fa816aa0a713c54836b9689fa7a1c9ff55ef5a]

        tdf#63211: saving embedded images to HTML optional
        
        This change re-introduces linked images in HTML export
        but keeps embedded image export in mailmerge e-Mail function
        
        Change-Id: I9e956b590f4c675b5954e19e4d3948c36b55f1e6
        Reviewed-on: https://gerrit.libreoffice.org/23359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-23  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [f9cf53a082f1d99b313ebd09c8791541859eac40]

        tdf#82641 Changes to currency drop-down list
        
        Common codes have been shared in a static function. Now the list
        shows complete set of currency options.
        
        Change-Id: I17639b3123d2fd86c5a414df927ef5f07e37d845
        Reviewed-on: https://gerrit.libreoffice.org/23444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-23  Eike Rathke  <erack@redhat.com>  [8f61630300974b0a41e8b2ea6b9ec87f1c9faa5f]

        add a recursion guard to lcl_FindRangeNamesInUse()
        
        Change-Id: Ia4a8f0273bb30b696b3499e75fa70e5c1a0981f1

2016-03-23  Noel Grandin  <noel@peralex.com>  [ef3ca022d9de6eab86b7db5c9d7a88b0c4c8bba2]

        constantparam loplugin improvements
        
        clean up the python code, filter out setter methods
        
        Change-Id: I8294dd305a30708cf0e81c5328935ec8f6cdc8d4
        Reviewed-on: https://gerrit.libreoffice.org/23466
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-23  Jaskaran  <jvsg1303@gmail.com>  [8d411a4a1ef6844c00bc714f8b144d3729e4f4e8]

        tdf#92817 Fix for Error on Save with empty lock file
        
        An empty lock file is of no use except that it doesn't allow you
        to save your file with that same name. An empty lock file doesn't
        have OOOUSERNAME and SYSUSERNAME. So in that case we could take
        ownership of our lock. bOwnLock = true makes it our own lock.
        
        Change-Id: I9490f87d69bcad3c09f6c98b4fb9318f53e1d4bd
        Reviewed-on: https://gerrit.libreoffice.org/23125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-23  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2355067fa131c136555cb290c4e9d5042e005184]

        trying to get a GL context after GL de-initialization - fixed
        
        Change-Id: I5f38f72b0e2c0204875d0dfbb759d6b13415560a
        Reviewed-on: https://gerrit.libreoffice.org/23434
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-23  jan iversen  <jani@documentfoundation.org>  [46271755841ade4445bad1b2a02d4c3b083025d4]

        genlang, added prel. support for ui files.
        
        the gRun.sh script tries to manually build identical .pot
        files as the existing tools
        
        It was noticed that now .ui is converted but .hrc and many
        .src files are not.
        
        Change-Id: Ia15d415c4027e34668dab752b1fbc7d99663cfe8

2016-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d29b75c402ea635b3865501e43c9f349885913af]

        svx: extend SvxNumType with BITMAP and CHARS_UPPER_LETTER_N
        
        With abaf6bde4ee91c628bd55a7ec2e876a5d0ecff6e (tdf#65642 RTF filter: import
        \pgnrestart and \pgnucltr, 2016-03-22), CppunitTest_sw_rtfimport causes an
        SvxPageItem::eNumType (of type enum SvxNumType, with values 0--7) to contain a
        value 9 (which suspiciously is css.style.NumberingType.CHARS_UPPER_LETTER_N),
        which is undefined behavior.
        
        Extend the internal enum (which is supposed to be a prefix ot the UNO API one)
        to contain two more items. Should fix the problem pointed out at
        <http://ci.libreoffice.org/job/lo_ubsan/212/console>.
        
        Change-Id: I91b8c38de357ceee9e8691e15f885cdfbc0ef7ca

2016-03-23  Noel Grandin  <noel@peralex.com>  [16611ad233292c838085cb8ee8dad04f6bf5b64d]

        loplugin:constantparam in accessiblity
        
        Change-Id: I31c6a6b323d1d58c2304114652ca2881847a5b91

2016-03-23  Noel Grandin  <noel@peralex.com>  [c92d8866af8f115c0a43786abda7f08c53999a3a]

        loplugin:constantparam in basctl
        
        Change-Id: I08ab924a9bb69bede4247cfe8c50921520a4f4a7

2016-03-23  Noel Grandin  <noel@peralex.com>  [402572e25c0c9eb1f01c928f2ae422ab62a55ba1]

        loplugin:constantparam in basic
        
        Change-Id: I6831cb8628eed76db35070934f62dccb1345ba12

2016-03-23  Noel Grandin  <noel@peralex.com>  [0eeb811f5e390c82ff85e61ec9909253a0a03d0d]

        loplugin:constantparam in connectivity
        
        Change-Id: Idfc7d9709a917ce2ebbc06119a906daf4cee8d48

2016-03-23  Noel Grandin  <noel@peralex.com>  [6dc6b7914057934fcab41212472bdee51a48079b]

        loplugin:constantparam in cui
        
        Change-Id: Ia495bf0810355c7c74fd7de17759432832ea6711

2016-03-23  Noel Grandin  <noel@peralex.com>  [26d02747847a8ec9745713d7e2409c72b5fd7138]

        loplugin:constantparam in dbaccess
        
        Change-Id: I81c1385ec6881fe9b8f75b5506268f5e7b03e2cb

2016-03-23  Noel Grandin  <noel@peralex.com>  [46377531593cf3484f4b48c5398a03bbaaf0d053]

        loplugin:constantparam in desktop
        
        Change-Id: I9c7cab31a37214479e3f66d4b8a71de75a50f2e0

2016-03-23  Noel Grandin  <noel@peralex.com>  [1900790736610f71b12c5f0b260672b090b0701c]

        loplugin:constantparam in drawinglayer
        
        Change-Id: I93b14a4ced909fa87bc3ad69d6fe9741a218018f

2016-03-23  Noel Grandin  <noel@peralex.com>  [168efab3c49b14f17bf455e74b8a9f153f5534a9]

        loplugin:constantparam in editeng
        
        Change-Id: I50ee4a0a3403cbed2aa8cdd6daaa951c9d0dad37

2016-03-23  Noel Grandin  <noel@peralex.com>  [121912a5022b07fc04db4ed017c6b9606cec469c]

        loplugin:constantparam in extensins
        
        Change-Id: Iab77bb089e77460f75466259d7b63ed49453b8f4

2016-03-23  Noel Grandin  <noel@peralex.com>  [dbf54937c46051b65605822407158b073132b927]

        loplugin:constantparam in filter
        
        Change-Id: I383770bc8bd75e5b5325e133587eda2fe28f9fdd

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [beb2c3bed1a6973f02fafa7831b9ab5e51e7badc]

        -Werror=unused-but-set-variable
        
        Change-Id: I77a73caf56878060ba3688c87e9b6d5dd3ae28b1

2016-03-23  Noel Grandin  <noel@peralex.com>  [d4163c17ef47fdbc7d45adc5803b9844739b3324]

        tdf#98600 and tdf#98622 fix metafile parsing (part2)
        
        more regressions from commit db17d3c1 "new loplugin: memoryvar"
        
        Change-Id: I611697f2bc818f2f42a704bfb5297637c30060c9

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [1e2078d45161c306f4a8dda97b2ddde57e5e7471]

        -Werror=unused-but-set-variable
        
        Change-Id: I7c0f1e37f3a53dfed09c4e13d10826022b3ca777

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [e6b1169627a5657d8ed568b1da0c101b27a8d045]

        Typo in comment
        
        Seems most plausible that 5ffdcea247f64e36f56cfbfa3ba2bde0777945d6 "Use
        OfficeIPCThread::WaitForReady rather than sleeping" meant "ready" instead of
        "read" here, given it also added a call to OfficeIPCThread::WaitForReady
        following that comment.
        
        Change-Id: I82219d7f1b95798973c2b00cd70219062e97d214

2016-03-23  Noel Grandin  <noel@peralex.com>  [aec2477b41ea09e914ff64965099d0cea1411ba7]

        loplugin:constantparam in forms
        
        Change-Id: Iebce160fd6c3de63ba179d747768fd4cf420baec

2016-03-23  Noel Grandin  <noel@peralex.com>  [73140c6f3485e3f221fe6f272c21104b8575e12c]

        loplugin:constantparam in fpicker
        
        Change-Id: I7225c996030eed494e3ca8a9dabc501fc505e101

2016-03-23  Noel Grandin  <noel@peralex.com>  [f8a7bbdacbf00d85745281b843ed01d29657d109]

        remove unused AUTOSELECT_USERFILTER code
        
        added in
           commit 90fcf5718668f0f9f41ac141a7fc4306633e693a
           Author: Oliver Bolte <obo@openoffice.org>
           Date:   Wed Apr 13 07:54:11 2005 +0000
        and untouched since then
        
        Change-Id: I995c094edbd3d85a6f637f7cb3e7aa4a0326c8bb

2016-03-23  Noel Grandin  <noel@peralex.com>  [2f804099b7daa42aecb8fa445072a381671f3385]

        loplugin:constantparam in framework
        
        Change-Id: I7b7914365ef5d5c6f120f34c93f359c156aa6a02

2016-03-23  Noel Grandin  <noel@peralex.com>  [5b79f5a4e5126a427c14c46e65b3a0b898024f60]

        loplugin:constantparam in idl
        
        Change-Id: I2fa4c74c9709d3a8495341f00d974ba960c18deb

2016-03-23  Noel Grandin  <noel@peralex.com>  [1e509513d95e810d44246e65fe3d1547772bc06b]

        loplugin:constantparam in linguistic
        
        Change-Id: Iffdcaae0b7cd99a481068c0c97ee25f5b40ee6ec

2016-03-23  Noel Grandin  <noel@peralex.com>  [b6fc1f033f3c23cac389ddaec32af04dc80cc1a2]

        loplugin:constantparam in lotuswordpro
        
        Change-Id: I09c2301adb674fbed68a2659f828c7501a90b0c6

2016-03-23  Noel Grandin  <noel@peralex.com>  [de0e1e7d4bc99be3e9b9355adf243677914de4c0]

        loplugin:constantparam in reportdesign
        
        Change-Id: Ic1bba5e63359894115b3d1e293a5d9efdab041e1

2016-03-23  Noel Grandin  <noel@peralex.com>  [e73638279b3e6634b47ca77de993cf2be08ae5d5]

        loplugin:constantparam in rsc
        
        Change-Id: I54f80c9c759eec4b73d1fd194e3efc8156bd3e2d

2016-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5de18e6a1fe643f1cf15b8456587208ecb11e1c5]

        xmlsec: clean up the nss keywrapper part of xmlsec1-customkeymanage.patch.1
        
        All of this is already provided by src/nss/kw_*.c. If I build xmlsec as
        a shared lib, I even get linker errors due to duplicated symbols. For
        some reason that does not show up in our situation where we build nss as
        a static lib and link to it in xmlsecurity.
        
        Change-Id: If6e00bf3a818a0146c9c30c51174d8e0acab43a9
        Reviewed-on: https://gerrit.libreoffice.org/23443
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-23  Stephan Bergmann  <sbergman@redhat.com>  [8383055a258676726b589c8c912c19b30addbedc]

        Unused private fields
        
        Change-Id: I69fd266df5cfb5392d1f2b5501bfb0b9e5f2cd83

2016-03-23  Noel Grandin  <noel@peralex.com>  [26012ae8f65ca16e584b3688b0f1f9e76e97db84]

        loplugin:constantparam in sc
        
        Change-Id: I437367b8c6960db730a69c020ba82792a9170d01

2016-03-23  Noel Grandin  <noel@peralex.com>  [50b39947cb23ec6a9de3845da4aea9ae53fd3cfa]

        loplugin:constantparam in sdext
        
        Change-Id: Ib349a856665776ef51524b3c6613774f739bbdfe

2016-03-23  Noel Grandin  <noel@peralex.com>  [4665a216287d05d2c9c0cac0f5ac0d965fb36ed4]

        loplugin:constantparam in sfx2
        
        Change-Id: I12aa9b28a9a1e66425717820cfcedff55434dd2f

2016-03-23  Noel Grandin  <noel@peralex.com>  [4b37994a02a3fd371dc039ebd932c7d65c144871]

        loplugin:constantparam in slideshow
        
        Change-Id: I36215c1e5c698b1dd2a984163639b024739b3113

2016-03-23  Noel Grandin  <noel@peralex.com>  [b4e3f5e9a733694ea0b810984c54ef9aca5e432a]

        loplugin:constantparam in starmath
        
        Change-Id: I7a1b83ec51565f56b07ae77177e064c04f703d5f

2016-03-23  Noel Grandin  <noel@peralex.com>  [28d53e1a5fe5c84f6dea9793e8cc819e58fee684]

        loplugin:constantparm in svtools
        
        Change-Id: I637efc68d02da527cf543d7e7bfbf51e5e70a1ad

2016-03-23  Matus Uzak  <matus.uzak@gmail.com>  [f3d1ac75c4b7fa63022e54a9cbff46ba99535076]

        tdf#93868: PPTX import: Incorrect inheritance of shape fill properties
        
        DrawingML: The useBgFill attribute specifies that the shape fill
        should be set to that of the slide background.
        
        Change-Id: I8b568e730f00326d51e7b604579f4ff990b26f8a
        Reviewed-on: https://gerrit.libreoffice.org/23039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [15b53976e5d119877e53f34b34cee33a5f2883fd]

        odk: remove PREDICTABLE_URLS from doxygen config
        
        Change-Id: Id3125481c6871176c2fd58dee3696482df88e7d3

2016-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70dad291a6baf1eff59b61f9d344c10018585dd4]

        disable the SW interpreter by default, tdf#98657
        
        The formula group code stores empty cells as NAN which is handled
        correctly in the OpenCL code but causes huge problems in the normal
        calculation code as we can't assume that NAN is an empty cell anymore.
        
        IMHO the concept does not work outside of the OpenCL code and I think it
        is safer to not enable this broken code by default.
        
        Change-Id: Id7057f61de565e82e050e5d45fa9a1efb2c7a48f
        Reviewed-on: https://gerrit.libreoffice.org/23445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8a15e74da7d7266992db0fe13d6f3189898ea61]

        missing nullptr check, tdf#98427
        
        Change-Id: I657dc0c84eab6ff5b31976fac3317adc0a99dd51

2016-03-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [524df0cc563bfe9e22c505d369c12303e2273df7]

        android: add constructor functions that fell victim to tdf#74608
        
        various changes to add constructor functions for UNO component
        implementations (see tdf#74608) caused those to be "invisible" to the
        android viewer, as solenv/bin/native-code.py determines what's available
        in the android lib.
        This change adds back the nimimal required ones to allow opening (basic)
        documents again.
        
        Change-Id: I8e6ef6d42dd566f94c5133bab1d6e5d6f465e118

2016-03-22  Stephan Bergmann  <sbergman@redhat.com>  [50f7123962ee31a1aefece81c91864460a29493e]

        Closing is implicitly done in the osl::Pipe dtor, anyway
        
        Change-Id: I6002e42c75d68de9f999b481f41f18f5f765266b

2016-03-22  Stephan Bergmann  <sbergman@redhat.com>  [54dae86076d01306ecfe74fa21d577d82332ab3a]

        ~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread cleared
        
        ...as only one instance of OfficeIPCThread is ever created (in
        OfficeIPCThread::EnableOfficeIPCThread), which is then either assigned to
        pGlobalOfficeIPCThread (if this is the first soffice instance), or
        pGlobalOfficeIPCThread is left unassigned and the OfficeIPCThread instance goes
        out of scope at the end of EnableOfficeIPCThread (if another soffice instance is
        already running).
        
        So mpDispatchWatcher also does not need to be cleared here, as it is only ever
        accessed through pGlobalOfficeIPCThread.  And thus, there is no longer a need to
        lock GetMutex() here, either.
        
        Change-Id: I56cffc43361d01d747084153f318b8488519cf9b

2016-03-22  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [da966b5e49e49beb29be5fbdb092ad36dc7fa0ff]

        tdf#90834 Cleanup in-line version control history comments: widorp.cxx
        
        Turn in-line version control history comments into meaningful good comments.
        
        Change-Id: I3b8ec19fc59f7c816696167cb64238ef35464341
        Reviewed-on: https://gerrit.libreoffice.org/23380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Eike Rathke  <erack@redhat.com>  [d6b32653ad34f0879ad1ada421a3a2655dd766e1]

        Resolves: tdf#98642 comparing RPN insufficient in shared formula detection
        
        Change-Id: I78812c2d6fdb3464ccc2ebeee901a76f675effa4

2016-03-22  Stephan Bergmann  <sbergman@redhat.com>  [9e05463f4b482a89c36159c57a80dd61474b9b9c]

        Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex locked
        
        Change-Id: Ia8093525935b02a019bbecd81a087af54471c592

2016-03-22  jan iversen  <jani@documentfoundation.org>  [2765717bacd699bd5ed2f5bdaaa378b3e50af2a1]

        genlang, completed gRun.sh
        
        gRun.sh is not completed to run commands on the files
        interesting for translation.
        
        gRun.sh will be modified to produce the same .pot files as
        the current tools.
        
        Change-Id: I936d5ea7b03adbb043ebbfd7eda9d047f0939c2f

2016-03-22  jan iversen  <jani@documentfoundation.org>  [861d6f0b78f09ecb80d93e499cf677ca9abe4503]

        genlang added --base to shorten command line
        
        Especially helpcontent2 has many files, which
        explodes the command line.
        
        --base sets the relative base directory for files,
        it is added to <files> when reading --files.
        
        Change-Id: I8c77ddfa4037d56e87541fac65f13bd307110731

2016-03-22  jan iversen  <jani@documentfoundation.org>  [0d0598fc8f7fffe90b9e14b3825f98770ce1affa]

        genlang, PO files contain both comment and resource extra
        
        the .ulf ==> .pot keep the x-comment, therefore the memory
        db is expanded with sResource and sComment.
        
        The memory db API is changed to add the 2 new fields, which
        causes a change in all callers.
        
        Change-Id: I38527c8d2db9d56ecf9ae42550ed5420371b658e

2016-03-22  jan iversen  <jani@documentfoundation.org>  [3ec0b7ed0d2028517afaee5c3ffa0b9f04a68bd2]

        genlang .xhp ==> .pot identical
        
        Checked .xhp conversion.
        
        The current tools have a problem with windows
        get an error "cannot convert path to URL", seems
        it was not tested on windows.
        
        Also "make translations" does not cover submodules.
        
        Change-Id: I36a0a3643eb40ff9c02735acdf79498d16691069

2016-03-22  jan iversen  <jani@documentfoundation.org>  [aad4aa640f691dab012b5b63f3d7f242f18a1c21]

        genlang .tree ==> .pot identical.
        
        the conversion .tree to .pot works
        
        Added script gRun.sh with local call of genlang until integrated
        gList.sh find all files to be translated.
        For now, files that should be translated but are not, are ignored
        this is due to 100% compatibility with current executables.
        
        Research shows that .tree and .xhp are handled by the same old
        executable to the .pot files are not complete.
        
        Change-Id: I1634207b72075e74438ebfbc22a7753cdddd20ed

2016-03-22  jan iversen  <jani@documentfoundation.org>  [095ca2a21119eca3c915c486aba85a5a7a6af2ad]

        genlang, .xrm ==> .pot works identical
        
        The conversion from .xrm to .pot is now identical
        
        Missings are adding the POT_CREATE_DATE timestamp
        and generate the KID.
        
        Change-Id: I421f0451b896c447767a32945ab82a8adc84fc7a

2016-03-22  jan iversen  <jani@documentfoundation.org>  [283cdcf922fcc1605e8f4825c784fe9b3eb8d4ca]

        genlang, removed std::
        
        Added "using namespace std;" to the cxx/l files
        thereby being able to remove std:: from all files
        
        Change-Id: I92b411870deb7a97b6fd1f7e33674a1e072c0cc1

2016-03-22  jan iversen  <jani@documentfoundation.org>  [fe150b57b6c146cb174bfe066d4f6a2ba9b65760]

        genlang, generating .pot files for .xrm files
        
        Solved new pot directory structure
        
        only tested .xrm files, but should be able to extract
        all .pot files.
        
        The LO tools generated the KID as part of the msg, this
        is not implemented.
        
        msgctxt is used as comments, this requires a slight change
        of the lex programs.
        
        Change-Id: Id9aadbd419fb44b73b633410f7dddd90d310ee8d

2016-03-22  jan iversen  <jani@documentfoundation.org>  [40a218baf8823d883c8d9d2839ff95780e7ff0ed]

        genlang, moved save function to convPO from convGen.
        
        .pot files can only be generated in convPO, therefore
        it is logical to have the functions at this level.
        
        Added a fix due to LO standard for saving .pot files
        (this fix might need to be updated, when moving on from .xrm)
        
        Ready to save .xrm input as .pot, and compare results.
        
        Change-Id: I1849e896258942f7895e5f6bd3b834391e7a7e95

2016-03-22  jan iversen  <jani@documentfoundation.org>  [f7f97dadcd33ed191ef04436fe630821c2330e3d]

        update genlang, activated lex calls.
        
        All lex files no longer have a special namespace, instead
        yylex --> <foo>lex
        and therefore unique for the linker.
        
        Also corrected command line argument handler.
        
        Change-Id: Idfdec97bd43f3be8d2b217b9aac1bd74b202dc93

2016-03-22  Stephan Bergmann  <sbergman@redhat.com>  [b3443e16c75704e547abd57e91156b76a5e5d218]

        No need for a static Security instance here
        
        Change-Id: I03f0042bd9de07b8d254118d1b4a0a016e217476

2016-03-22  kerem  <hallackerem@gmail.com>  [59a89dc69fda12adeba14e7c47d247380716ce94]

        tdf#88462 convert manual XInterface implementations
        
        Change-Id: Ia77c4d95b6f9c6ac3488406c5fe7585ec6e876a1
        Reviewed-on: https://gerrit.libreoffice.org/23424
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f47f49449cc69561906410a10dd574ab170aece9]

        tdf#95977: fix fly positioning regression from 0c5cbcd7
        
        Change-Id: I7e11c7072ba0ec82237985da79f8572fdda05778
        Reviewed-on: https://gerrit.libreoffice.org/23428
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-22  Douglas Mencken  <dougmencken@gmail.com>  [d9e3a8d65a056596e1f5490c8813d2543eb95153]

        sw/qa: some light on “horrible heuristics”
        
        Change-Id: Ice6336a0013b049c1796ca5f71171ed7f1bfd113
        Reviewed-on: https://gerrit.libreoffice.org/23243
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [ea04b2a7dc878cdfccef0110a9a40ff1b728965d]

        These functions are defined only when ENABLE_CAIRO_CANVAS
        
        Class X11SalGraphics are derived from class SalGraphics, which is
        defined in vcl/inc/salgdi.hxx. So these override functions should be
        defined in the same condition as the base class.
        
        Change-Id: I5af0ee9c89c74e66b8f2dbd44890606fc5e41b14
        Reviewed-on: https://gerrit.libreoffice.org/23373
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [e5d83653e78965a876b2ac1119736c4726bd783d]

        Explicitly check for libGL before building
        
        Change-Id: I5a84bc396925828a11d3c680d1a52e99321547a1
        Reviewed-on: https://gerrit.libreoffice.org/23335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [449cededd7f20b52e6bc417cd9351bfe3230cb05]

        android version can also be compiled for x86
        
        and x86 has smaller alignment than arm or a x86_64 host,
        so needs the MAX_ALIGNMENT_4 to not trigger the static_asserts
        
        Change-Id: I5643a33e4975e7bad20693f99fb8bbd5248c7c1c

2016-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [e3428225160923ecbc36e44a94389d8f44ab225d]

        sfx2: Fix memleak
        
        i.e. free pMedium when CheckPasswd_Impl() returns ERRCODE_ABORT.
        
        Change-Id: I452074e5189afe64016226c1a193a68f40e9c43d
        Reviewed-on: https://gerrit.libreoffice.org/23387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Michael Stahl  <mstahl@redhat.com>  [998be2816fd74cf8894b675d04f9cf9773c72da6]

        sw: "Current Index" doesn't make sense in context menu
        
        This string is used in 2 places now, in the menu as a sub-item of
        "Tools->Update" where it fits in, and in the context menu when
        right-clicking on an index, where it clearly doesn't.
        
        (regression from 447c313586e9b36acff393feae15f5e1b63861ae)
        
        Change-Id: I280f6c806d543f2fc1fff00976e5007b44b6452b

2016-03-22  Eike Rathke  <erack@redhat.com>  [97269062ca08d4265e15eb0e8343f90f10810403]

        enquote sheet name of other-sheet-local named expressions, tdf#96915 follow-up
        
        Change-Id: I8fde73dc86c29054ec05bbc60e212ae660c78376

2016-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [011e65c93053c88eb752e50ef47c69872608cbcd]

        starmath: Use initialization list for some ctors
        
        Change-Id: I51b5df153574a2dfba96106a6268ccdf9715934d
        Reviewed-on: https://gerrit.libreoffice.org/23423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [056be3551279a2e0e4d766e898e93ab500401da6]

        use an empty block as empty cell flag, related tdf#88849
        
        This should reduce the memory consumption for matrix objects quite a
        bit.
        
        Change-Id: I7a768f0c45777678000f4f8c25868107b22d62a7
        Reviewed-on: https://gerrit.libreoffice.org/23383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-22  Mayank Gupta  <techfreakworm@gmail.com>  [af06ced81c640ebbcac037cd610bc99694fb7c13]

        add HAVE_FEATURE_ATL to disable failing tests due to ATL
        
        Change-Id: Ifcdf8bf9eb4c22df6493f85592c9c72fac28876e
        Reviewed-on: https://gerrit.libreoffice.org/23144
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-03-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ac20c17080d0942531f35015da7131d5275fdbe1]

        Updated core Project: help  de40cf2cd0acf0bcd2512bca652cacd683128fba
        
        tdf#98789 rename "Optimize" toolbar to "Optimize Size"
        
        Change-Id: Iac2b656a9143ac490484620e7453c4a1ef07331d
        Reviewed-on: https://gerrit.libreoffice.org/23412
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        

2016-03-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0846d0346c223dc7757c3e2b747ce5772594384f]

        Updated core Project: help  5577cbe18de762f50e7efdda83f1e90ec08fd3b0
        
        rename legacy toolbars in Impress
        
        Change-Id: I89ee31ccd26d7c678add4994c5354ba67bce11d5
        Reviewed-on: https://gerrit.libreoffice.org/23413
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        

2016-03-22  Noel Grandin  <noel@peralex.com>  [9585c8b8c8d8724cc1bad4a2060c828c15599929]

        loplugin:constantparam in sw
        
        Change-Id: I56925a8fd776b3ee787cc26adbaa08c58dd022c0

2016-03-22  Armin Le Grand  <Armin.Le.Grand@cib.de>  [23391fdb5cffb62006415ad1f4c96b6ed5d50cf8]

        tdf#98646 Fixed freeze by flattening loops
        
        DrawViewShell::MakeVisible was using loops for finding the area
        to change the visible part of the EditView to. That could (and did)
        potentially loop for a long time for very large objects, deep zoom or
        numerical problems. That loops were flattened, the results checked
        to be the same.
        Also added a test for numerical overflow for getting values from the
        Rectangle describing the object size. Despite these values being
        the result of erraneous import, I opt for checking and avoiding using
        these values.
        
        Change-Id: I783dc1f2ad9b6a60a47e660b0d576ea3f22a4e42
        Reviewed-on: https://gerrit.libreoffice.org/23278
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-03-22  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7e2ea27e5d56f5cf767a6718a0f5edc28e24af14]

        tdf#93553 limit parallelism at zip save time to useful amount
        
        At ODT export time writing and zipping comtained data packages is nicely
        parallelized, but not limited to an upper bounds of threads to use.
        Together with memory consumption this makes ressource usage and runtime
        behaviour bad to crashing (mostly on 32bit).
        I have now limited the processing dependent on the number of available
        cores to get a good processing/ressource ratio. The result uses much less
        memory, is faster and runs on 32bit systems.
        
        Change-Id: I8bd516a9a0cefd644f5d7001214bc717f29770ab
        Reviewed-on: https://gerrit.libreoffice.org/23305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-22  David Tardon  <dtardon@redhat.com>  [0f0cea28c75a6565c7803b54536d4a8720ead160]

        delete hidden pages before deleting unused masters
        
        Change-Id: I40b624c0e6e6cff2c88815f7d16e862f09d79d5c

2016-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [abaf6bde4ee91c628bd55a7ec2e876a5d0ecff6e]

        tdf#65642 RTF filter: import \pgnrestart and \pgnucltr
        
        This implicitly adds support for DOCX import of <w:pgNumType
        w:fmt="upperLetter"> as well.
        
        Change-Id: Ib19ecb8f7ca0c867ae3be2b41e49ac4cacfd5bb6

2016-03-22  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a7ba6358eec442aaa28fdd952102dbd10ca2569e]

        tdf#84938 replace #define with scoped typed_flags
        
        'RangeType' becomes 'Type', goes into ScRangeData
        and is strongly typed now.
        This revealed a misuse of RangeType in vbanames.cxx where
        the uno equivalent was expected, but it had no impact because
        both values were 0.
        
        Change-Id: I0b4764d1411c709a1faa243ec70afeb160410990
        Reviewed-on: https://gerrit.libreoffice.org/23415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-22  Gurkaran  <gurkran@gmail.com>  [d27e3eca2cca1249a0bdd9e6385ca693d471ef9b]

        tdf#84323: Make osl::Condition::wait more readable
        
        It is to improve the readability of calls to osl::Condition::wait.
        
        Change-Id: I5945343c5a7e4729ab599380414d18280bd176fe
        Signed-off-by: Gurkaran <gurkran@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/23417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-22  Gurkaran  <gurkran@gmail.com>  [9e7447d39e356857ef5786b513e99cee79385247]

        tdf#84323: Make osl::Thread::wait more readable
        
        It is to improve the readability of calls to osl::Thread::wait.
        
        Change-Id: I025d89abf8e84ca73ba08f001be3f45b86c89957
        Signed-off-by: Gurkaran <gurkran@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/23416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-22  Martin Hosken  <martin_hosken@sil.org>  [7f36f4ce9f9f3d430009ba472d275d038abecb16]

        Fix wrong pattern definitions in khmer dictionary breaker
        
        Change-Id: I0132196744046391759a6e5110d054feee3deea3
        Reviewed-on: https://gerrit.libreoffice.org/23420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-03-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ac488ccba124fc2539f765d354a0b97c9b843f51]

        Updated core Project: help  fa2b64a955335a5dd0ad50bc5348a17a388b101e
        
        Typo
        
        Change-Id: If20a4bf9d3370e407571cbe901584b7ff62ae7e2
        

2016-03-21  Michael Stahl  <mstahl@redhat.com>  [3cccd9c1b01fe12c795bb7fb0ff5b1a49544c727]

        sw: load_save_test is not a unit test
        
        This was originally added as a complex test as a convenient way to bulk
        load/store documents, before nice features like soffice --convert-to.
        
        Running it as such doesn't do anything, since the "FIXME" directories it
        reads files from don't exist (actually it even failsa to run on WNT).
        
        Change-Id: If74fc30997a0f5f67009b765f5e9e79d72d00ece

2016-03-21  Michael Stahl  <mstahl@redhat.com>  [38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1]

        clew: move this foreign code to external/clew
        
        ... so that hopefully it won't be "cleaned up" and needlessly diverge
        from any hypothetical future upstream.
        
        Change-Id: I10503072f618ac6b74bc52d4d59c0d8951bd8d0d
        Reviewed-on: https://gerrit.libreoffice.org/23075
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-21  Julien Nabet  <serval2412@yahoo.fr>  [a79b1192c3241a350115e5a653935bb6986a9099]

        tdf#98787: Crash after showing mailmerge toolbar and showing preview
        
        Change-Id: I38034875a7175acd16e451e733c0d4c103c36eef
        Reviewed-on: https://gerrit.libreoffice.org/23411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-21  Eike Rathke  <erack@redhat.com>  [c4af2adea07fe87a0d785f413fd8cc4b1adc5e33]

        unit test for copying cells within named range, tdf#93127
        
        Change-Id: I7bf6cd1c328e1d6eda5b67f05ec4870efe001b68

2016-03-21  jan iversen  <jani@documentfoundation.org>  [0149e87df9f09f325f8a04f495d561b8deb1e625]

        Revert "tdf#44282 fix missing space for numbered lists in TOC"
        
        This reverts commit 9ebe054ddb2d938b24ca4688be9bcbc62745f67f.
        
        Causing problem with outlining > 2.
        
        Change-Id: Ic2e2413d8b0b437011b5930472a49b6a6a7e5d0c
        Reviewed-on: https://gerrit.libreoffice.org/23410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-21  Douglas Mencken  <dougmencken@gmail.com>  [439f2b8d1d6b594493a4a78249c35e7387b318d4]

        clarify confusing code style
        
        Change-Id: Id05b1a361dcc3e63d5c26b48dded0914c1dbefb4
        Reviewed-on: https://gerrit.libreoffice.org/23390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-21  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [526790bc2386520a4644a1c8e72e84cd4f10c42f]

        fix windows 64bit build on vs2015
        
        Visual Studio 2015 will report as follows at the time of 64bit build.
        
        /core/vcl/win/gdi/winlayout.cxx(3972): error C2397:
        conversion from 'long' to 'FLOAT' requires a narrowing.
        
        Change-Id: I1a96bd9244c693a3d41b4bf4c2df80ad3b106adc
        Reviewed-on: https://gerrit.libreoffice.org/23367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-21  Douglas Mencken  <dougmencken@gmail.com>  [a736c949091c21b94d8b3bec4a3503d5c0ad4670]

        drop unused header
        
        Change-Id: Idca6bfe816f9e5fbade92a57b99eba59a17c1394
        Reviewed-on: https://gerrit.libreoffice.org/23372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-21  Eike Rathke  <erack@redhat.com>  [7d267d3b168ba3b13763733e8c319a79d990773a]

        Resolves: tdf#93127 copying cells does not modify named expressions
        
        Change-Id: Ic3d0b0a709ecfeade4b3a9c4be9e0c9cfd766103

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [71c21660a79cffbb4415193f28f0f3de274bac11]

        Make aDelimiterTable a local var
        
        Change-Id: Ie551a52310d4723643433973bf7ecf024068e4d5

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [ffe2e46470b3132348ad4cb24456ca9a684f30ec]

        loplugin:staticmethods
        
        Change-Id: Id40b00234f78afc238d6b3af1283e0429587ee49

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [1424d020e162b82a4147e17baad8ef18ea34d3e0]

        loplugin:staticcall
        
        Change-Id: I2ff2d5a2a1423b39f960f9bdc8893cf2bb69b88b

2016-03-21  Rohan Kumar  <rohankanojia420@gmail.com>  [28aaa27438fb3a743792ce821ba1f523a5d9947f]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed all the OSL_DEBUG_LEVEL > 1 conditionals and also
        made SAL_WARN open to production code which was earlier under
        OSL_DEBUG_LEVEL > 0
        
        Change-Id: Ibe71defed9a7191ec8e4a934e746ef0f3ebd8b3a
        Reviewed-on: https://gerrit.libreoffice.org/23065
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [3d952e795a2101d2bfd2c0dcd6047049c38e6f54]

        No, I don't want to see that "bootstap" typo on every start of soffice
        
        Silly of 221144f9c995fe30adf577c02f756b3123fb2550 "tdf#91794 OSL_DEBUG_LEVEL > 1
        removed (desktop)" to make that output conditional on just OSL_DEBUG_LEVEL>0.
        Can't use sal/log.hxx here, and demand for this debug output is probably rare to
        non-existant, so just remove it.
        
        Change-Id: Ie8c7846f785c7875375af215934c71ff28085458

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [0630544a1a7f435ff3fec7075d19d352b5ed5b90]

        No need to wrap SAL_WARN in #if
        
        Change-Id: I31cef28308acf86aec7e2bbd00ab49019fa73891

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [ed9af64644daad7abe6c839b02a89f5c2ef2ae80]

        Just use plain bool here
        
        Change-Id: I82c19f2f0e0ef88497db54f426c91af2aee0bc99

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [a375d0c539ac8ccd23a96c8e615a246aa3f374a7]

        Redundant explicit cast to void*
        
        Change-Id: Ife89d8362031534169c5e70ff09e20c916cd61f8

2016-03-21  Lionel Elie Mamane  <lionel@mamane.lu>  [57bf3a33406950b6a2a90b50e219b548b53928cf]

        off-by-one error: columns are numbered from one, but the array from 0
        
        Change-Id: I14ef451999fa1f9d57757a9e231fc66be4e53f3a

2016-03-21  Yousuf Philips  <philipz85@hotmail.com>  [93e607517342cc3fa672957535570d1790058807]

        tdf#97251 Always show the text direction alignment control
        
        Change-Id: I349ac47e08f9a9d55dd955026988273e126ad4c7
        Reviewed-on: https://gerrit.libreoffice.org/22673
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-21  Stephan Bergmann  <sbergman@redhat.com>  [319ab1d20df6fa32f129bd28746a4567d14a6bef]

        UBSan: SfxInt16Item/SfxInt32Item mismatch
        
        ...presumably a typo in 0bd43b8c782135e5eb3018ee345a3bd409419a1b "sc lok: Extend
        uno commands: .uno:SelectRow/Column"
        
        Change-Id: I725876ab17ffeb5814919f7b418fedb4506ecf91

2016-03-21  Maxim Monastirsky  <momonasmon@gmail.com>  [a112d3dc70f25bd2ceb35f563414f79391f13593]

        Move clipboard stuff to the top like in other modules
        
        Change-Id: I0e07e58f058ce7dde57277868597a56273d3b5ce

2016-03-21  Maxim Monastirsky  <momonasmon@gmail.com>  [2d4e9abc07b013bcf0fb6cec56ddd326c7fd1da4]

        tdf#93837 chart2: Convert shape context menus to xml
        
        Change-Id: Ie0589c576b26dd74b9bc16d78a37a01c9bb2985e

2016-03-21  Maxim Monastirsky  <momonasmon@gmail.com>  [56cbb3792d34ae91df8898ff2a8c30e97064a75f]

        Link .uno:ToggleAnchorType -> .uno:AnchorMenu
        
        So we don't break already customized toolbars.
        
        Change-Id: I5f29413409085d186e69cb8682c6a3480888adc7

2016-03-21  Eike Rathke  <erack@redhat.com>  [94923b51402a8c97a0b70f4344e9d2920d7c5f48]

        Revert "tdf#96393: reuse layout if available"
        
        This reverts commit 9fdd671fb276a419089f26e47739c4a783d15e93.
        
        Not only introduced it the regression of
        https://bugs.documentfoundation.org/show_bug.cgi?id=98437 in that
        dialogs with options shown closed in a different size than they would be
        opened with options not shown now open in the previous closed size, but
        it also introduces regressions for dialogs with nested windows where if
        the initial layout is skipped for the remembered outer window size the
        inner windows are not initialized anymore.
        
        One example is the Calc Manage Names dialog, where the table is a nested
        window that now has an initial width 0 and thus the column headers that
        should be equally sized distributed are lumped together at the top left
        and only two are displayed instead of three and the table content is
        messed up.
        
        Change-Id: I319d931cde2b7b87261e4c04122b91cd0f64b117
        Reviewed-on: https://gerrit.libreoffice.org/23402
        Reviewed-by: pepp <pelloux@gmail.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-21  Maxim Monastirsky  <momonasmon@gmail.com>  [ae00a95ea458a0328d7b12d25c231e9f4ac8eed8]

        tdf#98745 Optional save button without the dropdown
        
        Change-Id: I66499a9108dce76e661df9b5b45b249caf9eece8

2016-03-21  Maxim Monastirsky  <momonasmon@gmail.com>  [e4765bdfecf94287aeaf3f27cca185b533761784]

        Need to get the shortcut of the real command
        
        ... as command alias can't have one by itself.
        That's the same we do for menus.
        
        Change-Id: I555a41282001300fa9aa0e585c073656789c4ebd

2016-03-21  Marco Cecchetti  <marco.cecchetti@collabora.com>  [f5a53794e188c8ee49173749578a6b81b52a82f4]

        tdf#98324 - PNG prints as black block with OpenGL - fixed
        
        Now the correct color palette is used.
        
        Change-Id: If26c7cb149d1d6c24ae78137ff54669b3091fdb2
        Reviewed-on: https://gerrit.libreoffice.org/23378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-21  Pranav Kant  <pranavk@collabora.com>  [3dbcae4df48426ec6115ce4d3b5fa2afad96226b]

        sc tiled rendering: Fix a corner case with shift modifier
        
        With shift modifier, all rows/cols should get deselected upto the
        current cursor position from the last cursor position *if* the
        last cursor position *with* KEY_MOD1 resulted in a deselection of
        row or column.
        
        Added a unit test to support this.
        
        Change-Id: I7b338ca52505d59480209802ee65a6d64b0ac67d
        Reviewed-on: https://gerrit.libreoffice.org/23364
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-03-21  Oliver Specht  <oliver.specht@cib.de>  [4bf2b6b2e6641c82e2b714e394482f1a1620b436]

        tdf#98405: apply color value when switching from 'none' to 'color'
        
        Change-Id: I8e04160774dd7555cc872f1df65b310c8b8f8485
        Reviewed-on: https://gerrit.libreoffice.org/23360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [db1ee6571d82bca1763de71c11dd67993ec01df7]

        sw: MAN_ANZ_PLCF -> MAN_PLCF_COUNT
        
        Change-Id: If66c03001b80a8fd54abf819906ac80b59f4edac

2016-03-21  Justin Luth  <justin_luth@sil.org>  [feafa40e30505a1740272f2036441f1ca23cbfd6]

        avoid null pointer crash during mail-merge
        
        It is possible to have a null TextNode in a FieldMark when
        copying bookmarks between documents.  The logic was tweaked
        to add a test preventing the exception.
        
        Change-Id: Ifaf779b9adc4bb07584bf6362cfe9d32aef315bc
        Reviewed-on: https://gerrit.libreoffice.org/23389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [46bb02de2ec35e818ab84bd87d1f041bc9db0ef6]

        Updated core Project: help  912b8cc190c9242ec4bda65c506cde9f94fc0f69
        
        Update menu paths for AutoCorrect
        
        Change-Id: Iba4bd56720974d673f48aba51405bb0967306713
        

2016-03-21  Julien Nabet  <serval2412@yahoo.fr>  [e0df62ae59b84b48787fa21fe083a0454c82a914]

        tdf#98789: use "Optimize Size" also in toolbar
        
        Change-Id: I6e372b83416682b058bfa7690ec18138864a9d44
        Reviewed-on: https://gerrit.libreoffice.org/23381
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-21  Stanislav Horacek  <stanislav.horacek@gmail.com>  [50cbd34f2b1bf1726686ea1eb0482b2da579814a]

        Updated core Project: help  0788e159144aed4d05f0df53499d493eea23cd51
        
        add Sheet Tab Color to the Sheet menu
        
        Change-Id: I8c7af8d8f204a71cd1ceb03cd0117cd53a36a19f
        Reviewed-on: https://gerrit.libreoffice.org/23386
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-21  Stanislav Horacek  <stanislav.horacek@gmail.com>  [fd63645abb1c46821fd6edd2f391f3657a7370bb]

        Updated core Project: help  2bb98d0fff9ea44a2a9d6734eb31940922c22cc7
        
        fix link to Page Break page
        
        Change-Id: I75f0fe92eea68ef777215413f7ce1ee3fed0ccd1
        Reviewed-on: https://gerrit.libreoffice.org/23384
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-21  Stanislav Horacek  <stanislav.horacek@gmail.com>  [cd210a450e3c5e2ed7e273550ac56be9ced3e706]

        Updated core Project: help  412201d482982e12252a90de36e93b80ccfc55d7
        
        Table toolbar: rename "Optimize" icon to "Optimize Size"
        
        Change-Id: I441fdbb2f921fc7c3985ace1bf8bb365eec48847
        Reviewed-on: https://gerrit.libreoffice.org/23379
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [143ab8ded1ecfdb32f634a50ede970b0994bdf84]

        no need to declare the variable outside of the for loop
        
        Change-Id: I1289d7e9b5f3459882582b494006a69075a0b860
        Reviewed-on: https://gerrit.libreoffice.org/23382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-20  Tor Lillqvist  <tml@collabora.com>  [1c553c98c28ed7b69a779b5ec608ccdb74ed8d34]

        loplugin:stringconstant
        
        Change-Id: I94db03d7aa812df584cc13e75c132c09ce4b33aa

2016-03-20  Tor Lillqvist  <tml@collabora.com>  [1ed0091c91d17f3f3cf28d41e15225bc1cb33a92]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ic197ab65be361ae3e642da2e20da4aba5cb93a74

2016-03-20  Arnaud Versini  <arnaud.versini@gmail.com>  [a62ad21f980a7675362a43fe889e8342fa4bad4a]

        BASIC: Calling SbxDimArray::Clear should also call SbxArray.
        
        Change-Id: I832a192bbb3ddd2d32d80f22ae8f2cf95e3edfb7
        Reviewed-on: https://gerrit.libreoffice.org/23192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-03-20  Stephan Bergmann  <sbergman@redhat.com>  [89e3e02d3aaf7568ce839cec95e28e2b41b58a5f]

        -Werror,-Wunused-private-field
        
        Change-Id: If1eba07dcf5bb71c51db80ca7a5e6532bfcf2fbe

2016-03-20  Arnaud Versini  <arnaud.versini@gmail.com>  [bb3930bb91c776e6853ee7bcd4db26b1bcc47348]

        BASIC : Use std::vector in SbiRuntime to save references
        
        Change-Id: Ica819538b39e58416825e651d057620a66f731cd
        Reviewed-on: https://gerrit.libreoffice.org/23193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-03-20  Tor Lillqvist  <tml@collabora.com>  [e8aea8fd732763f0b808c88debcc99522672fbd8]

        tdf#90834: Drop an 'in-line change log' style comment
        
        Change-Id: I7eada6b0d422ff5934d9c21d8f2307017d93b559

2016-03-20  Stephan Bergmann  <sbergman@redhat.com>  [779f06f9a83185e477e6afe7e31e3705fc22f397]

        Ambiguity between clang:: and llvm::PointerType
        
        Change-Id: I2727ef17b9ab780c608878aaca9ce0fda01b9c22

2016-03-20  Stephan Bergmann  <sbergman@redhat.com>  [e7404d27face0a3566fec3ddf3f63340d6ba332b]

        loplugin:redundantcast
        
        Change-Id: Ic661caef5015ab0eafa812dab9f27c774b7326b5

2016-03-20  Muhammet Kara  <muhammet.kara@pardus.org.tr>  [bcfff3e9fa4609c7f915c14de40eef80181cf815]

        tdf#90834 Turn in-line version control history comments to good comments.
        
        Change-Id: I562b4310059e359c912dd2b4862539e9da28953a
        Reviewed-on: https://gerrit.libreoffice.org/23374
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-03-19  Gurkaran  <gurkran@gmail.com>  [157c60a7077098bb9b142e825fee8bec18d015db]

        Remove commented-out code
        
        Follow-up to 2f7815ab6b3f93f7f9712d403846f1874b8e3a2b
        
        Change-Id: Ifd2dca4105caf5693a8ae17d26f950a3aef418bd

2016-03-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [3445fb9326fb632498cf2123aa1213be40e789c1]

        Revert "tdf#93124: Fix incorrect text fit in imported PPT"
        
        Change broke autofit feature, see bugreport.
        
        This reverts commit 5ca1f04976930c6fd656ebf89d667c80e2466897.

2016-03-20  kadertarlan  <kadertarlan1@gmail.com>  [1d5767c6e464b914812867aac5c3ccd0745dd1ea]

        tdf#45904 move java based api tests to c++
        
        Change-Id: Ibd9411e844c8e42fe625ffd979e936f827099ee9
        Reviewed-on: https://gerrit.libreoffice.org/22604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-19  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [c94ca74133784dd93b7185e20f79602d6e314206]

        Switch personalization search url back to mozilla.org and...
        
        ...remove comments no longer applicable.
        
        Change-Id: I7a148d1c8df44bac95de6b9b409eaa39202dfc8e
        Reviewed-on: https://gerrit.libreoffice.org/23328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-03-19  Gurkaran  <gurkran@gmail.com>  [2f7815ab6b3f93f7f9712d403846f1874b8e3a2b]

        tdf#97973 - cleanup spinbuttons theming logic.
        
        vcl/unx/kde4/KDESalGraphics.cxx had a special case to build the widgetRect
        for spin-buttons which is cleaned up.
        
        vcl/unx/gtk/salnativewidgets-gtk.cxx had a wrong comment and special case
        regarding CTRL_SPINBUTTONS which is cleaned up.
        
        vcl/win/gdi/salnativewidgets-luna.cxx had a wrong comment regarding
        spinbutton which is cleaned up.
        
        Change-Id: I3c2797800221e150be165666bf71b65302724444
        Signed-off-by: Gurkaran Singh <gurkran@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/23345
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-19  Takeshi Abe  <tabe@fixedpoint.jp>  [e688987b28d4995820d38cd88c8c66be33044492]

        starmath: Replace lt_SmSymPtr with a lambda
        
        ... as std::binary_function is deprecated in C++11.
        
        Change-Id: Idf73bcd832fa80addf46e3545de3b6787d3b3de6
        Reviewed-on: https://gerrit.libreoffice.org/23370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-19  Alexandru Moscu  <moscu.alex@gmail.com>  [c9c78dc1a57fecb291e8b98b3e67eb92e5ca12e2]

        formatting and whitespace
        
        Change-Id: Icc086404a2ef32a38e972da9158f6156fdf74ef2
        Reviewed-on: https://gerrit.libreoffice.org/23363
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0737674ad7ca6af2ada0b8b42f55e9ed46d87db]

        simplify new test
        
        Change-Id: Icb43a88c03c364d7bdcbc99ff64804df7174fec1

2016-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbc99bf76db0029b6a242f1f2d658feefd1063f4]

        fix previous commit
        
        Change-Id: I5f7ec7f48bbcb995609c3d3ef4f64b9e6230b395

2016-03-19  Jaskaran  <jvsg1303@gmail.com>  [2fd81edb9a6b89e1aa2d9c83006ad28660f85d71]

        tdf#70448, Test for SetFormula function
        
        Change-Id: Ie6899b90f02f8344710515af847170783a5e0d0f

2016-03-19  Dennis Francis  <dennisfrancis.in@gmail.com>  [187669de1096ebbf4347ec1126eb6b693f6c5a96]

        tdf#50916 : Unit tests for the refactored ScMarkData...
        
        ... and for the newly created ScMultiSel class
        
        Change-Id: I567d9dfa83da05de05b35e3b3949060358ea7e70

2016-03-19  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [b869ee1950c3035a7f24de186e5112be6f71371a]

        tdf#96099 fix trival typedef, sc/source/core/, std::vector<std::string>
        
        Change-Id: I45c2e397374732b6ad44803863fe271bffbe4ddb
        Reviewed-on: https://gerrit.libreoffice.org/23013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-19  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [bf17a8dfbb9f966c90b5d6eb0a7b8e7838392d27]

        tdf#82641 Currency drop-down list
        
        Currency drop-down list has been added. It retains
        the position of selected entry. Clicking on button
        toggles between the previously selected currency
        and number formats.
        
        Change-Id: I0dea8fc2773497bfaababa418f119d0a5e76cb03
        Reviewed-on: https://gerrit.libreoffice.org/22958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90946203acbabcfa68fd0ba692e7cc9f67af7173]

        simplify code a bit
        
        Change-Id: Iffc3fa3240750892e40393c147acc6ba32cec117
        Reviewed-on: https://gerrit.libreoffice.org/22573
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-19  Mike Kaganski  <mike.kaganski@collabora.com>  [5ca1f04976930c6fd656ebf89d667c80e2466897]

        tdf#93124: Fix incorrect text fit in imported PPT
        
        To make text adjustment to full width, the alignment optimizations
        had to be removed, and bAutoFit was removed, too.
        
        Allso, to fix tdf#41245 again, the SDRTEXTFIT_AUTOFIT that is set in
        SdStyleSheetPool::CreateLayoutStyleSheets had to be overridden.
        
        I touch the following commits:
        
        http://cgit.freedesktop.org/libreoffice/core/commit/?id=d2000efb31f864e912c6cf52760eea0e602b6893
        http://cgit.freedesktop.org/libreoffice/core/commit/?id=3550256daa5451c1d51d220d5489c1b20150c374
        http://cgit.freedesktop.org/libreoffice/core/commit/?id=812aff65ad0661fed9687a429c763dc8f2144a0c
        
        Change-Id: I7f7934e2982baf0240c740e09fcb9bd348079064
        Reviewed-on: https://gerrit.libreoffice.org/18895
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-19  Tim Eves  <tim_eves@sil.org>  [0eea1465a06119903fca5f5b6dfe5b05a80546ba]

        Fix failure to print when using the D2DWrite path
        
        It seems that D2D1DCRenderrTarget cannot bind to a DC on a printer
        device. Now whenever that attempt to bind the DC fails we run the
        legacy API path as a fallback.
        
        Change-Id: I6ad8d82e5280fd2dcf669310bab0f5bfc23a138a
        Reviewed-on: https://gerrit.libreoffice.org/23366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-03-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [eb778a1e6359df243783fee28d2ddbb7aac444f9]

        sc: replace conversion macros
        
        try harder to fill array at compile time
        replace C-cast with static_cast for code checks
        
        Change-Id: I9043c983e1f86c8fb4e7325129f07689cf928b21
        Reviewed-on: https://gerrit.libreoffice.org/23325
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-19  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [3c9ebafd0d98c6ea4425aba93cf134fa444be340]

        tdf#84938 replace #defined constant with scoped enum class
        
        put 'enum class Type' into ScServiceProvider
        
        The mapping of historic stardiv.* service names relied on
        correct order in array aOldNames and fixed numbers for service
        types via #define.
        This mapping is now done the same way as for the other service names.
        Nice side-effect, we don't need to assign numbers any more.
        
        getFieldType moved up in one namespace with the other stuff
        for ScServiceProvider.
        
        Change-Id: I932d1d1475563db82061ec7b5913f2361a6f4362
        Reviewed-on: https://gerrit.libreoffice.org/23365
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-19  Eike Rathke  <erack@redhat.com>  [b86b97e54590872fc0ea85fbea22c2d00d241181]

        adjust sheet references when copying sheet-local named expressions
        
        ... so references to the local sheet point to the new scope's local
        sheet and not to the originating sheet.
        
        Change-Id: I7f33f4e9b379ec01d6c2587e92ffe851892fc32d

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4d300f559c4c5704133c01efa6fbcd9193a16c8]

        sw: restore lost SwMMResultEmailDialog::SendAsHdl_Impl()
        
        Adapt SwMailBodyDialog to not require a wizard at all, and similarly let
        SwGreetingsHandler work without a wizard when m_bIsTabPage is false. Do
        this by not calling m_pWizard->GetConfigItem() in SwMailBodyDialog and
        in the parent class, instead always work with a new m_rConfigItem, and
        let the subclasses decide if they obtain that from a wizard (tabpage
        case), or from the view (toolbar case).
        
        With this, it's again possible to add an inline message in case the real
        mail merge document is an email attachment (odt/pdf/doc case, does not
        affect html or plain text).
        
        Change-Id: I4bf68ac4c06772b50d468d6b30959c5970babcb3

2016-03-18  Pranav Kant  <pranavk@collabora.com>  [91904157beb804e78570dedf3b57fc8407d399a8]

        sc tiled rendering: Unit test for extended .uno:SelectRow/Column
        
        Change-Id: I0ab89598af28e12bebc271f7bce1e6166cb83b1d

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [1592f030f8cab535b7ad0516abca0e309f84d4a3]

        sc lok bccu#1602: Don't crash when the copy functionality is not allowed.
        
        Change-Id: I0fe5871782d5892f9eda201be042648a45b9f9d4

2016-03-18  Eike Rathke  <erack@redhat.com>  [51bd0c6b8f7bcaabecbda467285d6ffb9a73382b]

        unit test for other-sheet-local names, tdf#96915
        
        Change-Id: Iee3edb4603830a4912cda5c1f16029560be04857

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [8d515ccd7c25120ee1f8d6d5494c8853f1268162]

        sc lok bccu#1519: More general solution to detecting cell resizes.
        
        This covers even the row height updates when the text in the cell changes etc.
        
        Change-Id: Idb570fa2c3c4d3c6bcdb381f8ce07a0311354083

2016-03-18  Eike Rathke  <erack@redhat.com>  [cf56d2449c27130ae40dc940ddcdb13de1128b7f]

        adjust other-sheet-local relative sheet references, tdf#96915
        
        ... so they still point to the same sheet as if used on the original
        local sheet.
        
        Change-Id: Id40378deaf70c1645bfa52ea28aa39775d16aec5

2016-03-18  Eike Rathke  <erack@redhat.com>  [090de0e963fd3b0c7c4f8db4124b71b0fd92f61f]

        let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 related
        
        ... though CopyRangeNamesToClip()/copyUsedNamesToClip() don't handle
        them yet.
        
        Change-Id: I570c13725ed6448688d1a2ce877f8bc1d1ff9916

2016-03-18  Mohamed Thabet  <thabetx@gmail.com>  [9ebe054ddb2d938b24ca4688be9bcbc62745f67f]

        tdf#44282 fix missing space for numbered lists in TOC
        
        check if there is a number, if so add a space after it
        
        Change-Id: I1c9024aeda2048e60526f26b57a466fea90e56ec
        Reviewed-on: https://gerrit.libreoffice.org/23195
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-18  Noel Grandin  <noel@peralex.com>  [c91b103930f4f441ab333d6f3026d6c19d4b4d0f]

        convert SvButtonState to scoped enum
        
        Change-Id: I601f9e2fe33e85cf3f7dc52ee20d68202bd2b09d

2016-03-18  Noel Grandin  <noel@peralex.com>  [1c73135493e844c04446f58e7001920381787317]

        convert SvLBoxButtonKind to scoped enum
        
        Change-Id: Ia8e19473132cf95837acc499c5831b5ca8786a68

2016-03-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0d3d8af033fa11730abf6a0fac13f23eb0b0403b]

        tdf#98740 Infobar should not be in the customization options
        
        Change-Id: I741246174a8a3b642224c63faa2891ab383b645c
        Reviewed-on: https://gerrit.libreoffice.org/23354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b21f343acc872696037f8981950bfa5b90e37ec]

        sw: fix loplugin:staticmethods in SwMMResultEmailDialog
        
        Change-Id: I1ed72bcf26429d9bc4c4036a56f1fbae6d90d15c

2016-03-18  Eike Rathke  <erack@redhat.com>  [64e542413851236c75e25185c137d6fd6ddfe3a1]

        Resolves: tdf#96915 implement other-sheet-local named expressions
        
        Change-Id: I0d62536caa6eb455473a755067abc585662cd9a5

2016-03-18  Noel Grandin  <noel@peralex.com>  [f4c59e5364e449bd8ce5420ff57331677ff859b9]

        loplugin:constantparam in sd
        
        Change-Id: Idad86a005a7df1af38722fa0e909ed9b6e0858fa

2016-03-18  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [cd6d590e2e687c3852a4e7bda9571d499b86d8d4]

        Remaining argument from loplugin:constantparam in ucb
        
        Still one remaining after b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7
        
        Change-Id: If1dfaa6bbc9f8582f7b2a7dab49815a0a4c6a7b8
        Reviewed-on: https://gerrit.libreoffice.org/23355
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d20d9c78d09ef9cb7e94e92c061c82af2ef133d]

        sw: fix loplugin:staticmethods
        
        Change-Id: Ideeb944b6803563ef766e9ef568546349db2e15e

2016-03-18  Noel Grandin  <noel@peralex.com>  [e17b95b9deaa2414c372b88a86db8f20cfc452fa]

        loplugin:constantparam in cui
        
        Change-Id: Iccba51d7b1d11ae5b309e380fd396be796992d7e

2016-03-18  Noel Grandin  <noel@peralex.com>  [d78940f3cbb73b38f2f768c88cc98495021a892e]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ib71a0f2dbbc02a4caacda20561f352e4b7593cdb

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0380111ba8edca2c5360cb74271d2a18f6ba8da]

        sw: fix -Werror,-Winconsistent-missing-override
        
        Change-Id: I96100de40fa4cef548633251c4be3a8502c64fc9

2016-03-18  Noel Grandin  <noel@peralex.com>  [0008c67004d3eb8e1fc7a5e13cd50269ba80e7d2]

        drop unused params from SvLBoxItem and all it's subclasses
        
        looks like this is fallout from commit
        ac7acb0a "Merged SvTreeListBox and SvLBox."
        (in year 2012)
        
        Change-Id: Iaebeae64fc7cd3ba11f5f45b53bcb65bf906e906

2016-03-18  Dag Wieers  <dag@wieers.com>  [f1ff9375184607b86ae8807d7cf1220962425b51]

        Related: tdf#42629 Improve the readability of the status bar functions
        
        Currently there is no spacing between functions in the status bar.
        Which makes it hard to read. E.g.
        
            Average=4.5;Count=8;Max=8;Sum=36
        
        I think spacing and using colons works out better:
        
            Average: 4.5; Count: 8; Max: 8; Sum: 36
        
        Change-Id: I866bd06519bf03bbe146eee47128a476aff06ba1

2016-03-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [b5ba4a9d099d59cf5bd45b420afb77e0e92d7306]

        Restore WebDAV credential dialog functionality...
        
        ...that was broken in 3d264450989cecdc59a2e64f46a0328432ba0d08.
        
        Change-Id: Icd601196867258490f9241efc3d0d6ebea334a2a
        Reviewed-on: https://gerrit.libreoffice.org/23353
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Noel Grandin  <noel@peralex.com>  [dd351c8524b270d1fd0f61998e10dba0ccd624b6]

        loplugin:constantparam in dbaccess
        
        Change-Id: Icfe7d3d4630f4b5b3b2491ba56245257bad31bb8
        Reviewed-on: https://gerrit.libreoffice.org/23349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f250922ac59142e6e35e5663ffeefcc14052073]

        SwMMResultPrintDialog: disable from/to numeric fields by default
        
        Again, same situation as in SwMMResultEmailDialog.
        
        Change-Id: Id26aa0601db712133147856dfe179415d579e75a

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0c9c48377da0881afe7969578c5c3223bfed382]

        SwMMResultSaveDialog: disable from/to numeric fields by default
        
        Same situation as in SwMMResultEmailDialog.
        
        Change-Id: I9205f8d62125b66012cd35e2bc25cf60834b11a5

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c48df7ad7d49ac093058ceb28d6d3f272f6e2e07]

        SwMailDispatcherListener_Impl: guard against disposed m_pSendMailDialog
        
        SwSendMailDialog normally creates its SwMailDispatcherListener_Impl in
        SwSendMailDialog::SendMails(), and SwMailDispatcherListener_Impl has a
        reference to its parent.  Usually when the mail merge ends, the
        MailDispatcher thread invokes SwMailDispatcherListener_Impl::idle(), and
        that disables its parent dialog's stop button.
        
        However, once the mail merge ends, SwSendMailDialog also schedules a
        deletion of itself via SwSendMailDialog::RemoveThis(), and it may happen
        that by the time idle() is called, the dialog is already disposed.
        
        Fix the problem by only accessing the parent dialog if it's not disposed
        already.
        
        With this, we no longer crash from time to time when all mails are sent
        out.
        
        Change-Id: Ib36188b558e1b8a857462c26d49ff7ab1d29093a

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8020686ff93fc19c4089c66c1039d1239f33361f]

        SwMMResultEmailDialog: disable from/to numeric fields by default
        
        In the old code these were hidden by default, and when the user clicked
        on "Send merged document as E-Mail", the click event handler disabled
        them.
        
        Now that there is a separate dialog for email sending, disabling has to
        happen in the dialog constructor.
        
        Change-Id: Ie0024a470e042e120ee424bf6a74dffa6f7a43a6

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [77068aa0f83f526ab115c183e02e3aa8c7bf1967]

        sw: add back lost tree model for sendas in mmresultemaildialog
        
        These were part of mmoutputpage previously.
        
        With this, it's possible to send email with MM again, though we crash
        before the results (were the mails sent out successfully?) could be
        seen.
        
        Change-Id: I19724e829d50aafdd20198596422be1ff079b3f5

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b007889438594026337d1a378edff09115453c13]

        SwMailMergeWizardExecutor::EndDialogHdl: avoid accessing already deleted view
        
        Valgrind points out that SwView::GetMailMergeConfigItem() is called on a
        pointer that is already deleted. SwView gets deleted, because it is
        closed by SwMailMergeWizardExecutor::EndDialogHdl().
        
        Since the new MM toolbar the source view is never closed (since the
        toolbar is part of the source view), so adapt code here to always show
        the source frame at the end of the wizard, instead of conditionally
        showing or closing it.
        
        With this, MM to a merged document or individual documents no longer
        crashes for me.
        
        Change-Id: If90302f0619f621420e832a1acc0a05865b8f87d

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [603239c7b63f3de80641b03ca15edf80355b711c]

        CppunitTest_sw_mailmerge: fix testMissingDefaultLineColor
        
        SwDBManager::MergeMailFiles() assumes that there is a config item in a
        merge description all the time, but SwXMailMerge::execute() doesn't set
        one for the nCurOutputType == MailMergeType::FILE case, so don't rely on
        that.  Especially given that MergeMailFiles() later explicitly handles
        the pTargetView == nullptr case.
        
        Change-Id: Ia46539c650885834d54c499fb63188d9bf9ac9ba

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [f8f90fa24f373df09df6fd664a393972bd0054fe]

        mailmerge: Create the documents for printing.
        
        Now the printing from the toolbar works.
        
        Change-Id: Id52deb78f0fcce96afc7727c63e6020f1743a430

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [f7a28b3b0bc63a485ffb6edce88f390793cbd6c1]

        mailmerge: Create the target view independantly of the mailmerge execution.
        
        Change-Id: Ib6a53b89b0fe2a30eac104afd1c8fe75d2348edd

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [51be0ed6dae648778720147ac2c510d9b5889585]

        mailmerge: nStartingPageNo and sStartingPageDesc shouldn't be return values.
        
        Change-Id: I86a049411c2ec461e66009e6dc54d8ea086e7f12

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [56a51fb78e26e4e7de6cacf31a99dc3a97ce7349]

        mailmerge: bPageStylesWithHeaderFooter should not be a return value.
        
        Change-Id: I8d39b6b031b543e4cc6a31cf57d207b04a19ba38

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [72b292106d5d66b794f98a85e1fe0c970302c913]

        This assert is useless.
        
        Change-Id: I2a76f449d4fb3452583407dc3cbb73f10a3d1705

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [94779d7b72037a02e163e88c0832e23cad92ebee]

        mailmerge: Kill SwMailMergeChildWindow.
        
        It was used to return to the Mail Merge wizard after pressing the [Edit
        Document] button in the wizard.  The wizard pages that had such a button are
        gone now, so the childwindow for returning to the wizard can go too.
        
        Change-Id: I53284633979179fd67ed6fd21a2188aa859a8a22

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [84405da245d7162e7484b2e48553b0eaab5c2a35]

        mailmerge: Create the layout when pressing Finish.
        
        Change-Id: Ifde5fcf29329c58be1a71cfbcf08f95c4516ca0d

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [0b04f0d9666c7193ebf3309c1d8f6a235fed2f2b]

        mailmerge: Remove "Edit document" page, fuctionality available via toolbar.
        
        Change-Id: I0a5d1ed6703871dc5e90acf5e1119e0126755282

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [c55b3849a825ca0e00c48db91251f69205323bda]

        mailmerge: Toolbar edit box to show or change the current entry number.
        
        Change-Id: I935c059da44f2309c3cb1a8b2e93341c353bee01

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [16e248bec76f2c1587383d26581ecc8241c755f8]

        mailmerge: Implement toolbar controller to exclude entries.
        
        This can be used as a "How to implement a custom widget / control in
        the toolbar" example:
        
        * the Controller.xcu change introduces a .uno:MailMergeExcludeEntry command so
          that it can be added in the toolbar .xml description (in this case
          mailmerge.xml)
        
        * the swriter.sdi introduces the .uno:MailMergeExcludeEntry command for the
          sfx2 handling - so that it can get notifications about enable/disable
          changes, invalidates, etc.
        
        * wrtapp.sdi + associated apphdl.cxx change make it possible to forward
          command invalidates (the rBindings.Invalidate(FN_MAILMERGE_EXCLUDE_ENTRY);)
          to the MMExcludeEntryController::statusChanged() for further handling
          (in this case setting the checked state according to the current data)
        
        * MMExcludeEntryController::createItemWindow() implements the custom widget
          itself (in this case a checkbox, but can be any VCL widget, even a custom
          one)
        
        * the rest (sw.component and the associated getImplementationName(),
          supportsService(), etc.) takes care of the instantiation of the controller.
        
        Change-Id: I68269538f779a6680b0ba98395b7985d3f1ab95a

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [1f1cff03c4f15ee9fe7786a98ba8259a64823e0a]

        mailmerge: Kill the "Personalize document" mail merge wizard page.
        
        The new workflow expects the user to use the "Edit individual documents"
        toolbar button instead, and then edit the newly created document as necessary.
        
        Change-Id: I3bda01a06f2e317a41ce0c766e35dfa361b45f91

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [2881c93eeeb4f60af1f0b73c4e6d651702fa9826]

        mailmerge: Disable printing / email when they are not available.
        
        Change-Id: Id6ad5c5b5fa8ce3d39ca07da1430fd5aad1bc3c7

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [9b27093374277ccb69df7416c801eea3b35f31c2]

        mailmerge: mmoutputpage.ui is not needed any more.
        
        Change-Id: If941292cb83b941d51bfca414ad63dc48fd07dff

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [673da10a8ea572185ac150e1e8fa11f77728cf56]

        mailmerge: Fix indentation.
        
        Change-Id: Id66c165adf27a49fc65877103339668f1276d336

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [783ffaefacac42e39758f27647b6971af0de1d73]

        mailmerge: Select the 1st radiobutton when opened.
        
        Change-Id: Ib99138e13861c386348c17f3c57e9cb149a75a45

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [a5bc6d1c24ae65b139c0e84b074f94b04f90877d]

        mailmerge: Fix behaviour of radiobuttons in the new dialogs.
        
        Change-Id: I9694804392c16c7fe3a8bf76d59031995f1d990b

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [f482e2dbf91955c8923fe29562e101cf4bd9006f]

        mailmerge: Close dialogs when the operation is completed.
        
        Change-Id: Ic7a1c95f78f1b71f785038636d2dd8f9fb37bae7

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [e770de4fdb74ac5db5d4fbfcf4856ea08e7403d7]

        mailmerge: Create toolbar buttons for the Save/Print/Email dialogs.
        
        Change-Id: Ia983a313a02b470a23244b2844ff01b12593f723

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [ba0796b331247b27886384377c480e413c3ee83d]

        mailmerge: Killed the 'Save, print or send' page.
        
        Introduced the appropriate dialogs instead; they are not accessible from the
        UI yet, though.
        
        Change-Id: I54a4af1980e3caa6683bc4406feeb08142c9b8f5

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [6b355901a7e7a1fd8710e743621ad655068a5817]

        mailmerge: Implemented "Edit Individual Documents" toolbar button.
        
        Change-Id: Ia867e24a3a96b8a5d22a5c07a83e16b8b049fd60

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [6d0832228b76c2a0030ab5f05e06ef33f6dcb804]

        mailmerge: Icon for the Mail Merge Wizard too.
        
        Change-Id: Iae5f6d12a2593249a693ceae894fc864887d0ae9

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [7342baff976f2bbd5ccf2444fc1b5e19e003b238]

        mailmerge: Really show the icons for first/prev/next/last mailmerge entry.
        
        Change-Id: I101b39fb12746902399fe3e40f6ec589836b9b2f

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [d0f7cdc36d9858c3eed461377564a1875305d6e0]

        mailmerge: Icons for the first/prev/next/last mailmerge entry buttons.
        
        Change-Id: I7187a228ac93ba502ca325a1dacd27207d3d3d86

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [00fa85e701d4a8984cfa3a24c9b7a3963b031fa0]

        mailmerge: Make the SwMailMergeConfigItem instance long-living.
        
        In order for the toolbar to work, we need the SwMailMergeConfigItem instance
        in the view living even when the mail merge wizard is not around.
        
        With this change, there's a small glitch that the SwMailMergeChildWindow
        sometimes stays open even when we leave the wizard, but I plan to remove this
        window / button anyway, so no real harm at the moment.
        
        Change-Id: I2bf0c49504b9cf2f17f6fce7ab4cab7cb5be6426

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [906333af8eb920ec9a317088ac3cea433bcc7163]

        mailmerge: Decrease indentation level by an early return.
        
        Change-Id: I90dad46d9bced5e0faee4ab3adabc46d7e1bbc9f

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [55202ecb16884249896d4d33989f600604a45415]

        mailmerge: Enable/disable the first/prev/next/last mailmerge entry buttons.
        
        Change-Id: I48f0972b52c0c39e3ba691f4037412622927638b

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [827ff2e8531619e96666a5690f538a0a27e5780f]

        mailmerge: Introduce buttons for first/prev/next/last mailmerge entry.
        
        Change-Id: I3dc63d568dc4cd6f7e06b057ca4a387e4ad0677e

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [299cc331bebe951b8b6fcfdd1e279ce6d2123ece]

        mailmerge: Don't hide the source document.
        
        Change-Id: Ie920ae1ea05ba81fb2da1198d9d79ba028e1e95a

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [ac522d12b6e10b04f1c62709a96673062fdd000a]

        mailmerge: Introduce a mailmerge toolbar.
        
        So far contains just a button to start the mailmerge wizard, and it is shown
        when the mailmerge wizard starts.
        
        The plan is that the last 3 steps (Edit document; Personalize document; Save,
        print or send) will be removed from the wizard, and instead introduced in the
        mailmerge toolbar.
        
        Change-Id: I3a55a5b3b8a73bc6775579ac42c4ae30c6c9bac6

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [7b93b5e96af5427ab4d909e09b7ea98c8600a014]

        mailmerge: Minor refactor.
        
        Change-Id: Ia92b624ee32349ab936ad1a6fc62b4489fd5cde7

2016-03-18  Jan Holesovsky  <kendy@collabora.com>  [5550d1f6fdd94abb91b3f024da9d060d2d638d45]

        sfx2: Improve git-grep-ability for at least few toolbars.
        
        Change-Id: Id5a2b98f7ce892fdf9969c676d987ee041913468

2016-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [19a98755b9a9d90091c413cfa5f285ea4a06097e]

        Upgrade libxmlsec to 1.2.16
        
        No instant drop of any of our patches this time, but a considerable
        amount of xmlsec1-customkeymanage.patch.1 is now redundant, as part of
        the key wrapper code is available in this upstream release for both
        mscrypto and nss.
        
        But that can be cleaned up in a separate follow-up commit.
        
        Change-Id: I197eaffe3a52f2f9c02af982872185e017965006
        Reviewed-on: https://gerrit.libreoffice.org/23344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-18  kadertarlan  <kadertarlan1@gmail.com>  [b27aabc4ea3692a6ffbf28d8da0f75ad51feece9]

        tdf#97362: Convert Java unit test to Python(load_save_test.py)
        
        Change-Id: I7c3f2e786f94137b850770c77fbd24578f56b0af
        Reviewed-on: https://gerrit.libreoffice.org/23254
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-03-18  Tor Lillqvist  <tml@collabora.com>  [eef1d712c409878678b4ffbf33e44cac6d564cc2]

        loplugin:stringconstant
        
        Change-Id: I644cf737d5021d6b395749fe97974626a2ca6d7f

2016-03-18  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [7fcf65da3bc95371f5d2763bcad21b52bae8ab6a]

        autogen.sh probably should search UCRT for yet another location too
        
        This patch adds a function to autogen.sh.
        autogen.sh will search UCRT path using not only registry database but also vsvars32.bat(one of Visual Studio Tools).
        
        I seem that autogen.sh fails to find UCRT path in some environments installed Visual Studio Community 2015 or Enterprise 2015 at the moment.
        
        Change-Id: Ib24b8f60f0d9a656d3d69931b18fde8a897f4e61
        Reviewed-on: https://gerrit.libreoffice.org/23273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-03-18  Tor Lillqvist  <tml@collabora.com>  [6d17b2f140850f16a59f170f63a37a07bfa6f03a]

        loplugin:defaultparams
        
        Change-Id: Ice974025968b6b10dc657a1676b2ecf9c07f420c

2016-03-18  Noel Grandin  <noel@peralex.com>  [59a3d972d2909650506409eeb6d4a71fa263dc29]

        replace typedef OIndex_ADO->sdbcx::OIndex
        
        Change-Id: Ib6ac581689f640811051623b17978bc5caa8c246
        Reviewed-on: https://gerrit.libreoffice.org/23351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Regina Henschel  <rb.henschel@t-online.de>  [243f8abf829323877733612c311019ec63956d82]

        tdf#95421 Galaxy anchor markers can be dragged again
        
        The anchor markers in Writer could not be dragged, in case the
        Galaxy icon-theme is used. The reason is, that in their corner
        color is missing. The altered file adds some very transparent
        gray in the corners. The change is hardly visible.
        
        Change-Id: I6e0befcbf16826d4331bf0b9771b58c02a73e37f
        Reviewed-on: https://gerrit.libreoffice.org/23342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-03-18  Noel Grandin  <noel@peralex.com>  [9391688f616a22cfd4521f2472bdbda4c6609383]

        loplugin:constantfunction in editeng
        
        Change-Id: I8f8414b4867d3248e6d836ed8037de4da41b97f1
        Reviewed-on: https://gerrit.libreoffice.org/23331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Noel Grandin  <noel@peralex.com>  [9704207c386867d1859b06dd25232e06022965d9]

        loplugin:constantparam in formula
        
        Change-Id: I3adeed435b62ae60b5d0d4b763dceced5675cd85
        Reviewed-on: https://gerrit.libreoffice.org/23330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Noel Grandin  <noel@peralex.com>  [6b84445e33cb13602a0da9ab92d382748bcbbd51]

        loplugin:constantparam in package
        
        Change-Id: Ifd9bb81ff9ccfaf5093c04024d7ea93946b00e66
        Reviewed-on: https://gerrit.libreoffice.org/23329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [bdcef25c5cfacbaac7d439a7ad2106308dc3a7e5]

        Revert "odk: Doxygen configuration upgraded"
        
        This reverts commit 6aa3e71bdd95b26cc807ae77ba6387fe80298001.

2016-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [a83698b980424be214829b3ee7cdbf8d2a778755]

        tools: split out color macros into own header
        
        Change-Id: Ib983601d60a3dae1e738bb385dfbb36094bdb064

2016-03-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [6aa3e71bdd95b26cc807ae77ba6387fe80298001]

        odk: Doxygen configuration upgraded
        
        Change-Id: I3abc336bad9bd06ed6569ca7a68c032df8e29877

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5e4aec90aefbb86c98ccaba9c775d4a539f1b934]

        getTypes/queryInterface/getEvents: remove superfluous getArray() and simplify
        
        Change-Id: I5b19d01d2760c95d9c52b15f8d6174dc4aafb4e3

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [47b6239950adef2ced7f4602acc7d6b22b9ca721]

        GetItem/SetItem: use GetStyleSheetBase()
        
        Change-Id: I7c3b563c6bd095ac9305a5cffdda206c5de94926

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a4d50fa571ff24fb6d842675e550539de2a9c7da]

        getPropertyValues, getPropertyValue, setPropertyValue: formatting/whitespace
        
        Change-Id: I9a08b46037eee210fd9beae7670a2efb0e5e8888

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [daf39a7626f1ccaf2c0a32c33a4c3edc1b6069fd]

        refactor GetPropertyValues_Impl
        
        - use GetStyleSheetBase()
        - check preconditions and special cases early
        - limit scope of variables
        
        Change-Id: Idb49f84e97348bcbf8a3a75831b56ad82872720e

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [281623aa411d5ed9ef2f2f14293af98f07bb0013]

        formatting: setPropertyValues, lcl_makeHeaderFooter
        
        Change-Id: I55e9d5a0616b5ee8d0d678317086d0fdb2386e1a

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [189ffe46107f10e3da80c4f11bc629bebd584960]

        refactor SetPropertyValues_Impl
        
        - use GetStyleSheetBase()
        - check preconditions and special cases early
        
        Change-Id: I95eb4cde66b9da2969bb257bd2de6b319b2b3950

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [83963a33da88f47f6e9b865188f9ec442d1ad770]

        use unique_ptr instead of manual mem-mgmt
        
        Change-Id: I68a3d1721fd6e1bcc206bdaec8dcf89a256b5ca1

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe60e39ac322303dbba91d49cf215c0c9f3edabe]

        formatting/whitespace
        
        Change-Id: Ia0cdeefdfe7b3800568b96b4bf904d7d0d62f4b9

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac378355651a34bd0b88cdbea9de78beed6eac95]

        refactor Notify
        
        - check preconditions early
        - SfxStyleSheetHintId::ERASED is already handled by first if() branch
        
        Change-Id: I971eb460c3f006f19dde30f7aac30117be41a621

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fdf280853d54d6786479e15f231f5d447627fba1]

        fix plenking, remove superficial getConstArray
        
        Change-Id: I19afc0fe11e5457dfe2efc6b0224a6857d60a74b

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [abb0c77a9bd76bf8eb46ee0ab1277cc4535731ee]

        refactor getPropertyDefaults
        
        - check preconditions early
        - use GetStyleSheetBase()
        - get nPropSetId from m_rEntry
        
        Change-Id: I45854bf2b232552ccaffaedeeaa13f77fec82ecd

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2ad92da790a65cfb447867e27ce959b85febfea1]

        refactor setAllPropertiesToDefault
        
        - check preconditions early
        - move the SwDocStyleSheet creation out of lcl_GetFormatForStyle
        
        Change-Id: I877d2d32ca8b631332f234a2cd3eefd43f099d43

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [36a2245198f8bdbf5840ec9c6b85075184e15503]

        refactor setPropertyToDefault
        
        - check preconditions early
        - extract finding the SwFormat in a helper function
        - use ranged-for instead of naked pointer arithmetic
        - OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I3f5754632c9dab29ce3acc4f59e33cb32e239cbb

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee105a940751bcc31e18643220b631301a82587b]

        whitespace: fix plenking
        
        Change-Id: Ie5473191f5121eab95a3aaef67738240e5c75393

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4dbc3f0dfb8e7b337477fa70d6fd687a3f1d2ef9]

        refactor getPropertyStates
        
        - refactor out Header/Footer special casing
        - check preconditions early
        - OSL_ENSURE -> SAL_WARN_IIF
        - use m_rEntry to find nPropSetId
        - remove bDone cludge and use switch/case for remainders
        
        Change-Id: I7fcac7e9c44190b6695bb0ced4278b50bd7f1c46

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fee21c82cbabeceb4a7776ebdb46905f5dac769d]

        minor whitespace fixes
        
        Change-Id: Iea6e6bff9dfbb713b587b01d08e3e570e683609d

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [454aebe35e63d16348e680286f90883b0f27051c]

        rename/move main logic from GetPropertyValues_Impl to GetPropertyValue_Impl
        
        Change-Id: Iaf428141383f29da33c3102c40dd5a8f5392edff

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [017433ae8e398c5d1a8bbec69e69e7f7a4d7bac2]

        refactor GetPropertyValues_Impl
        
        - use m_rEntry to get nPropSetId
        - pull invariant checks out of loop
        
        Change-Id: I77d1677f8cfdc0899cb2bb3b6fb240aa1c26cfcb

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5dfb05b6a70388507807e2a9228fb794310aa14b]

        formatting (whitespace only)
        
        Change-Id: I8750c4ff902aebdb5ef264aed6cf56ec143ed779

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4b4484b6c9c663f4cad46c0421887c6cf9a3b05d]

        refactor SwXStyle::SetPropertyValues_Impl
        
        - check invariant m_bIsDescriptor outside loop
        - OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I9250f7242cd9dd42b1d133c45f2ce8568d354982

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c523212ee2ed7cb3865859e502e07edf97d48717]

        rename lcl_SetDefaultWay -> SetPropertyValue<HINT_BEGIN> for consistency
        
        Change-Id: Iae4df011a477d1699d35b241cc8fb0bc50dd6d89

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b85707f05cc89d3c23e83ab16c0a4f9449a80469]

        join ParagraphStyleCategory stuff in one table
        
        Change-Id: I2e7736bd2fc01a6ee5b333d21e0c54b556ff6c5b

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dce016343feb550bc2c789f2561beed4452ebbd6]

        remove unpublished exception specs
        
        Change-Id: I133fa1cde6e6dc73188df45dfe95f5fe0927710b

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4eff593dcf7f948f87e9141960b42af5c0777c1f]

        refactor out PrepareStyleBase, rename lcl_GetStyleProperty for consistency
        
        - remove ifs, dispatch from one table now
        
        Change-Id: Idcd2dd5e04f91c3b0f2d935e273cfd50a7585e89

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [34bad3a7241946d364114dce97f8efe3cb251dc4]

        use dynamic dispatch table
        
        Change-Id: I087947aac261d905f547914bda605ce11df5dfa2

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [171a7d8cb278666d831f070c2348c062e2f7a576]

        refactor out to limit scope: RES_BACKGROUND, OWN_ATTR_FILLBMP_MODE, default
        
        - also kill dead code in default case
        
        Change-Id: I4964aedec76d0a770c9492511c78549bf17801ce

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1ff54bf2899dcf36d984c72dc962ecb1045bd1e7]

        refactor out to limit scope: SID_SWREGISTER_COLLECTION
        
        Change-Id: Iff082b4937fc28984d64acf98dae0098e580ee1f

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4482c062a5277bd2a5b1306a61a70e91112ebe08]

        refactor out to limit scope: FN_UNO_CATEGORY
        
        Change-Id: I00c4f6269f80e6bc6eb924e02932b1c22b101dfc

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d9dd018705a7ae2bac2afd2b6db7e0aaaac530c7]

        refactor out to limit scope: FN_UNO_PARA_STYLE_CONDITIONS
        
        Change-Id: Id9c0347f11837482d8d9a2cb2c6e97c2c6eb87e4

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2fea23f13fbc285b749cf0645ed418aa68d34e39]

        refactor out to limit scope: FN_UNO_DISPLAY_NAME
        
        Change-Id: I0a186de2e013d3b3b876ce61333d2f1736936ce8

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5d26fe7e64bd58f7ec706aa3260382bef5b45a2f]

        refactor out to limit scope: FN_UNO_IS_AUTO_UPDATE
        
        Change-Id: If7b16373f7655afb4ca0527c181fcff555482a46

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bf9b147b1b1e87b59185e9a94a5dbb1945379972]

        refactor out to limit scope: RES_PAGEDESC
        
        also check preconditions early
        
        Change-Id: I11c6616ce2ca1b6634760b68387faf4139af7ca7

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [150c1dcab007dd8acc1551791f42eef692f9e531]

        refactor out to limit scope: FN_UNO_FOLLOW_STYLE
        
        Change-Id: I01ad0a3e88303f3286bc1bd7db5eaba1db3af813

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6abe9cfa924236b9915888470723fec612e1a16d]

        refactor out to limit scope: RES_PARATR_OUTLINELEVEL
        
        - also: OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I0754b886661b39baa65a2e5de671fd50b2c26d46

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c21667c0f961a47cff7f477e3db30679586add98]

        refactor to limit scope: FN_UNO_NUM_RULES
        
        - assert hard on nullptr which is used later
        
        Change-Id: I785b4dc2f666a9345b9bf55036423514415c767c

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3853ea5fd129800a2185b874587329d4332205a4]

        refactor out to limit scope: RES_PAPER_BIN
        
        - also use get<> instead of stream operators
        
        Change-Id: I1657ebf70f16dda6d614c51f1b8dd054c6091468

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [54db77d45662e9611d85362069f33ce3c53e7921]

        kill bDone cludge and reduce conditional depth
        
        Change-Id: I39ab7ed69b4699e383677193e590b26641f559fd

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b327211d4238f3451ce9efc6f08cd2a7b4ae4027]

        refactor out to limit scope: FN_UNO_STYLE_INTEROP_GRAB_BAG
        
        Change-Id: I8524eaaf615da03f8b5d140971d84b9603c74193

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [682d8cd9d33b843d7b76293de0816729b801e25d]

        refactor out to limit scope: GetStyleProperty<FN_UNO_HIDDEN>
        
        Change-Id: I8efd3ae69eb3c7cd059907e05e6884194459034c

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [631f7c410495a7a07d11f0bb727b5d9d2bc4b9e4]

        refactor out to limit scope: GetStyleProperty<FN_UNO_IS_PHYSICAL>
        
        - create GetStyleSheetBase helper for reusing later
        
        Change-Id: I3e9c963f38af2387a4b14fb0d91f80b31d46eb6d

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b27a6b8be5adffb5d041e069e70a3d7e2ecf959f]

        remove members as parameters
        
        Change-Id: If77fee3dfce83db03ea66d2de82d55101bc2d240

2016-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [321f54b2c8100a8ebd2ca362968674792427a45b]

        make lcl_GetStyleProperty a member
        
        Change-Id: Ib4c36f337e03016b8bad5b564d267bf035979c1a

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [e511f962c0b70e0ce0d19c42be1f198b6191fad1]

        Resolves: tdf#98726 sneaky transparent clearlooks-phenix scrollbars
        
        Change-Id: Idc05d7b6c2b42086eafa9ad8ab8e63116d6f676c

2016-03-17  Jan Holesovsky  <kendy@collabora.com>  [161b58558a76af99c00b8fe96c188657c4b9ef56]

        sc: Improve documentation, and a cosmetic change.
        
        Change-Id: Id99b963602816710a2c6767795343a9518833b43

2016-03-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [9ffa51c3cb27cf3ec58c24c8e5b41cd2bf09fd5b]

        clang and ccache do not play nice if CCACHE_CCP2=YES is not set
        
        that cause surious warning that are turned into error with -Werror
        indicate that this will cause errors (not only warning)
        and disable ccache if it was an implicit enable-ccache.
        error out if it was an explicit --enable-ccache
        
        Change-Id: I351af8b8d73175cd2ce9e52ee3c376ba6a387af1
        Reviewed-on: https://gerrit.libreoffice.org/23338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-03-17  Pranav Kant  <pranavk@collabora.com>  [0bd43b8c782135e5eb3018ee345a3bd409419a1b]

        sc lok: Extend uno commands: .uno:SelectRow/Column
        
        Now also accepts a row/column index with modifier key to do various
        selection/block selection/negative selection operations
        
        Change-Id: Idfb56b94ca2eb4553eb9388b786f5d1e89448ec2
        Reviewed-on: https://gerrit.libreoffice.org/23256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-03-17  Jan Holesovsky  <kendy@collabora.com>  [8d754e8609f918c2c08a6c6b91a8e12b99efba52]

        tdf#98458 sw: Fix performance problem when searching in large documents.
        
        Change-Id: I0056a411d7a3bb018401d87bdd4a0112fed31df6

2016-03-17  Jan Holesovsky  <kendy@collabora.com>  [43c64fa24d3d9922b080b5cb7bb5df249a759c1a]

        Revert "tdf#98458 sw: make search in shape text optional"
        
        Actually there seems to be a simpler solution to the immediate performance
        problem which I'll commit next.
        
        It still might be necessary to introduce the search switch at some stage, but
        first let's see if there are complaints.
        
        This reverts commit 8e0b08c3053ed5472409b1ea7e02653aad38f7d6.

2016-03-17  Rohan Kumar  <rohankanojia420@gmail.com>  [547617955af87640b46211b6715032bc6576279a]

        Text General inconsistent with cell formatting dlg
        
        I just replaced Standard to General in order to ensure some sort of
        consistency as mentioned in comment 1 of bug description.
        
        Reviewed by the localization team.
        
        Change-Id: I7d75e7e9855d43a9ff709478a2f3e867b2a479a2
        Reviewed-on: https://gerrit.libreoffice.org/23310
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [86689c5ceeb238bab480f476e5aa768d082d2f58]

        return of cid#982483 Dereference after null check
        
        with
        
        commit e41d23abb03a0c5a5c50be290c2265513e178889
        Date:   Tue Mar 15 19:43:36 2016 +0100
        
            tdf#84953 Only resize proportionally when dragging on a corner
        
        Change-Id: I7575b17e63e3f6f767169eb38d54f8792ff970c3

2016-03-17  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [080f355f11ee3422e9512815efd9f8d7eb896d32]

        tdf#65219 Fix temp files clean up in sd unit tests
        
        Change-Id: I99037b01c1d644b1803b315cc5e3d8fa5a19bcfb
        Reviewed-on: https://gerrit.libreoffice.org/22986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [4331b137fdbe6992ca63ceb70a6f48ed6f9a86ea]

        Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRow
        
        insertRow notifies listeners that it is going to insert contents,
        if a script listens to that and eventually triggers insertRow again then
        one inside the other causes corruption and pestilence
        
        Change-Id: I6b568d0a67f6108536d58c407b79d02bf29f297a

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [f1aca4db8bd82e8beefeccc8e12c752f686133ee]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id506e26ab4986a3972ebf24397c5c0c8d131fe69

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [d4b48e0de7f817c0d4607382724778acf191f9f8]

        Resolves: tdf#96989 videos playback at maximum possible volume
        
        On systems with flat-volumes then setting the volume directly on the playbin to
        100% results in resetting the global volume to the maximum possible volume.
        
        We expect to set as % of the current system volume. Putting an intermediate
        volume object into the pipeline does the more expected thing.
        
        Change-Id: I911d6fffba0983e4fd7b455e820959a96115de34

2016-03-17  Noel Grandin  <noel@peralex.com>  [0ed7ec1b44edd88037b7b822a49042c4af299491]

        loplugin:constantparam in registry
        
        Change-Id: Ic3c60325a722422912d06fe21d072c5f5c4bccb1
        Reviewed-on: https://gerrit.libreoffice.org/23322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Noel Grandin  <noel@peralex.com>  [db93b92d78714ed193b3cbe52b18e3cfd9da99b8]

        loplugin:constantparam in sfx2
        
        Change-Id: I53e690ab8d50fb3ce43ba633fc018e7b66e591cd
        Reviewed-on: https://gerrit.libreoffice.org/23321
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Eike Rathke  <erack@redhat.com>  [336d816176650726f6d14539464d9fd28ddd032d]

        ensure a correct index is assigned to a duplicated ScRangeData instance
        
        ScRangeName::insert() assigns an index only if the passed ScRangeData
        instance's index was 0. Duplicating an ScRangeData object duplicates
        also the index, so effectively two instances with the same index could
        be inserted to the named expressions collection, a following
        ScRangeName::findByIndex() retrieved one of them by chance.
        
        Change-Id: Ic141ffb1a683bda5907f4359167da84faf1649e1

2016-03-17  Noel Grandin  <noel@peralex.com>  [2a78e3eb92466ede9ea8fd3c3632c286fbd915a2]

        loplugin:constantparam in sot
        
        Change-Id: I380b5a824b1bc8cd322471519d2d87ab7f2bca1c
        Reviewed-on: https://gerrit.libreoffice.org/23320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Noel Grandin  <noel@peralex.com>  [ce66911720b3245b21fb14bb83619c42610e5ac6]

        loplugin:constantparam in svtools
        
        Change-Id: I1a3c4a36e29a6712c589ffd3aaada593880d978d
        Reviewed-on: https://gerrit.libreoffice.org/23304
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Noel Grandin  <noel@peralex.com>  [07da25064f75cdf7163669f9bf860a9ee2f8b33c]

        loplugin:constantparam in svl
        
        Change-Id: If23e43beb401047825641817e09d7fdeb904f9d9
        Reviewed-on: https://gerrit.libreoffice.org/23317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Caolán McNamara  <caolanm@redhat.com>  [16fc620a2206292ed27d2298bc2fa60fc3e718a8]

        too many configurations, too many platforms variants
        
        Change-Id: I10a284b7c27b145b003ff01a77dc5c0d51f418ad

2016-03-17  Noel Grandin  <noel@peralex.com>  [c23757066d914ac04a39abcd72279c7c3d8919d5]

        loplugin:constantparam in svx
        
        Change-Id: I50fa7e4c7525d2f8107a11d8203957a47680eb80
        Reviewed-on: https://gerrit.libreoffice.org/23303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Tor Lillqvist  <tml@collabora.com>  [f6a0ed20ba79c72788fa029fe99572e2d5a666e7]

        Add a humble wish
        
        Change-Id: Ie94f991acebda4e9074dba46d7bd65b433e0ce9b

2016-03-17  Regina Henschel  <rb.henschel@t-online.de>  [f5d4a688346a939a58b1df69d771dede177b3370]

        tdf#98599 SVG: consider attributes of 'defs' element
        
        The element 'defs' is not rendered, but children of it may
        inherit the attributes. Therefore these has to be considered.
        
        Change-Id: Ic6c21645439731db63f22adf5a5a4e2af2b74b71
        Reviewed-on: https://gerrit.libreoffice.org/23309
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-17  Douglas Mencken  <dougmencken@gmail.com>  [be2c79c0fab348ade79f20f7a3727be818997d7f]

        sdext.presenter: change OSL_TRACE -> SAL_INFO
        
        Change-Id: I34724f28b96b00b8afe2b618d8d47561082987ca
        Reviewed-on: https://gerrit.libreoffice.org/23311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e0b08c3053ed5472409b1ea7e02653aad38f7d6]

        tdf#98458 sw: make search in shape text optional
        
        Instead of forcing it silently on everyone, add a new search option and
        enable it only in case it's requested, as shape search is expensive for
        large documents.
        
        (Regression from commit bdc1824ea7acfa2fe9d71cdbe57882acce155577.)
        
        Change-Id: Ibb6e76ad5c870dfd63b36429e16ef6d572f5f1fd

2016-03-17  Chirag Manwani  <cmkmanwani@gmail.com>  [5b3fee11f4019820cc1212a0441020609418dbf1]

        tdf#84938 Replaced #defined constants with enum class
        
        Change-Id: I2078f15f03fbadab8a0253763d779c3eb7cdf448
        Reviewed-on: https://gerrit.libreoffice.org/23302
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [a9a7768399e95d912509c1e6a277634fd8b388ed]

        sc: remove unused member variable
        
        aCmdArr is only set but never used
        
        Change-Id: I90b2b954383122696190692890fa1fb6143486f4
        Reviewed-on: https://gerrit.libreoffice.org/23306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Douglas Mencken  <dougmencken@gmail.com>  [f3704e5756cafaa638724b227ae6a93df3c98eda]

        desktop.deployment • get rid of PLATFORM_ #define~s
        
        it’s just damn double work to maintain
        
        Change-Id: I1ea9f28024770460a575890333347cf8b8681e5c
        Reviewed-on: https://gerrit.libreoffice.org/23315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Noel Grandin  <noel@peralex.com>  [8ca50d20c189dda2fcc4477303ef2947c72bb01e]

        loplugin:constantparam in tools
        
        Change-Id: I3774661799c074561c694515baba42a375d0a077
        Reviewed-on: https://gerrit.libreoffice.org/23301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-17  Martin Hosken  <martin_hosken@sil.org>  [a976a19ca82661d8b459b85f5514b0e4c9222d47]

        Fix bug in khmr linebreaking and update dictionary
        
        Change-Id: I2b776925c2c95cb56ccd592d036823c26054e059
        Reviewed-on: https://gerrit.libreoffice.org/23316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-03-17  Maxim Monastirsky  <momonasmon@gmail.com>  [1caac283894d0deeac564c67cd816cc2907f9ac7]

        tdf#92049 NewMenuController: track icon theme changes too
        
        Change-Id: I2f2c990b2cbacddf94bf74329d641d5a7e489773

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

        WaE: loplugin:nullptr
        
        Change-Id: I279d0021e7cdfd7e2d73ec6542e9ba27f300606c

2016-03-16  Tor Lillqvist  <tml@collabora.com>  [e3d0e8069e3bd82831b0070f70052f2202180192]

        tdf#97319: Give up on caching non-BMP glyphs
        
        I can't figure out why successive non-BMP glyphs in the bugdoc get
        drawn on top of each others. So bail out...
        
        Change-Id: I9c6241916347ec31d616e5cbf00bf3b1869edba2

2016-03-16  Michael Meeks  <michael.meeks@collabora.com>  [652e8a2b37bded8afe73f8ee03bb6664443c7cab]

        tdf#98607 - fix drag and drop regression.
        
            regressed in: f2f1f52d8b84ac088496a4964d799bb84007fc45
            Added belt and braces fix.
            Thanks to Maxim for the bisect.
        
        Change-Id: I5b263870d76f44ef8833b27f0d8d391210216459
        Reviewed-on: https://gerrit.libreoffice.org/23307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-16  Armin Le Grand  <Armin.Le.Grand@cib.de>  [d1d80806bacf77cdd42d8de19fddd39018c0a2d9]

        tdf#98678 removed double for-loop
        
        By error the for-loop was added twice, removed one
        
        Change-Id: If098dae28857bd87a07bb828bab2c7330c5fd7f8
        Reviewed-on: https://gerrit.libreoffice.org/23294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [08dadbd90ec29011dc2367493f49c57d75f1e51b]

        CppunitTest_xmlsecurity_signing: fix typo in testODFBroken()
        
        On a system where the certificate can be validated, the expected result
        is OK, not PARTIAL_OK (copy&paste problem from OOXML).
        
        Change-Id: I1b52921498de24c9a14a780bf48b791ec1e0c706

2016-03-16  Jan Holesovsky  <kendy@collabora.com>  [2a5bb8f7d76079a52d8b5fb83911f690a13b7ae5]

        sc lok bccu#1519: Broadcast cell size changes, they affect the document size.
        
        Change-Id: Icd42c0252c28a24ac9c6c535a146a2f3b3beda17

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [7055a93318e18853184235753abe247f93a3b085]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: Iae002c0f925772a56f56162b0e4ac63de2b50d10

2016-03-16  Tor Lillqvist  <tml@collabora.com>  [6eb7cd38e348e8a9d6498bfc2d41e91725eb34aa]

        loplugin:defaultparams
        
        Change-Id: I6d973c5402317b99c1d0eed85d4bb1de83d35fe2

2016-03-16  Noel Grandin  <noel@peralex.com>  [a607782cb6151c92d2e69bfcdf293a1975a6ac18]

        more fixes for "loplugin:constantparam in unotools/"
        
        Change-Id: I357164f80970958ead86cf9ff691fe6f6f73b0f1

2016-03-16  Tor Lillqvist  <tml@collabora.com>  [54a679338ee1dab29477d5a491403ff91f98b6dd]

        Remove code that has been commented-out for long
        
        Commented-out in a198aa60a9d346128043e3e65ae82bb8ff670272 in 2005.
        
        Change-Id: Id174dae6632fa8d8e9845b06b916a8515cd6acf3

2016-03-16  Noel Grandin  <noel@peralex.com>  [78f0d15893c56d7368ddd7ded4e70f2a3bb9d2f4]

        loplugin:constantparam in xmloff/
        
        Change-Id: I376f1d4ac65de584f9caa6ba8e25e43216374112
        Reviewed-on: https://gerrit.libreoffice.org/23295
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-16  Noel Grandin  <noel@peralex.com>  [732476f2e3c10edf1776171605d8ce6c6b22338f]

        fixes for "loplugin:constantparam in unotools/"
        
        which only compiled because bool converts to char in C++, sigh.
        
        Change-Id: I710bdd78bd93255635189da8e9751bff741a75a2

2016-03-16  Noel Grandin  <noel@peralex.com>  [3d264450989cecdc59a2e64f46a0328432ba0d08]

        loplugin:constantfunction in ucbhelper
        
        Change-Id: I80e00b5ac2621378801f89532ed88b377ef72b60
        Reviewed-on: https://gerrit.libreoffice.org/23297
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [125c845f406fca336baea89614a5017f909bab40]

        attempt to address reported loplugin:vclwidgets warning
        
        Change-Id: I6ccefa2d5d1c57cf9f1c4041d14c92d03ded1333

2016-03-16  Noel Grandin  <noel@peralex.com>  [f958db475d19ac60f39616e075717c2fe3ee4839]

        loplugin:constantparam in unotools/
        
        Change-Id: I016cf96af3a93c8f2114657a7e59599f68446ddc
        Reviewed-on: https://gerrit.libreoffice.org/23296
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e41d23abb03a0c5a5c50be290c2265513e178889]

        tdf#84953 Only resize proportionally when dragging on a corner
        
        Change-Id: Iec4eda867216575e058fa673788d9345da05c872
        Reviewed-on: https://gerrit.libreoffice.org/23291
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

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

        ubsan: load of value 768, which is not a valid value for type
        
        Change-Id: Ief0b70f19630d8d8cc925145848c7a2c8a2813ad

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

        Resolves: tdf#98473 replace || with ‖ to avoid illegal gtk3 action names
        
        again, was reverted by
        
        commit 48c2e04bdb60429823cb8b12a14d954af544a2bf
        Date:   Mon Mar 14 22:10:23 2016 +0100
        
        which I'm assuming was a merge error
        
        Change-Id: Iad3c2149438822d1e8b1406e35372a3e2b50bfa3

2016-03-16  Takeshi Abe  <tabe@fixedpoint.jp>  [a57c44486aa3d0e7ff0df9897950453d66c789c9]

        Update URLs of Adobe Glyph List For New Fonts / Specification
        
        Change-Id: I212a6167ce2c7b634d8ff47e9991fd36df7cd06a

2016-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [042f16a19e3d5f884759dae71264433b988df0e6]

        vcl: fix loplugin:defaultparams
        
        Change-Id: Ic947d1a4a341a778c88d1225b1a2ea66df697084

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

        coverity#1355502 Dereference before null check
        
        Change-Id: I2833454ca4afd9e11a6c0c4fb1386f0dbb0d13d8

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [338b8bec48cf31822d3de1bd7aa6e212848490be]

        coverity#1355503 Dereference before null check
        
        Change-Id: Ie5791423546c15470d0e0aaeb80f8bc9c1c99eeb

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

        coverity#1355505 Uninitialized scalar field
        
        Change-Id: I95d76b6c06d194b762ecd0534c51314744eb42ae

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [8c249068fc2d41ca7025e41cc0672cbcff964d75]

        match types for legibility
        
        Change-Id: Ifd84a9a9dc54772a56d3bf0e345782f7f77562bd

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [5873b3643d5b0b71a1de3df7fea4534a1fa6ebcd]

        coverity#1356337 Resource leak
        
        Change-Id: Id00ee8abd5f22bf0594ad41e3922222872d6c5ca

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [95548f1615e506ed70d304d2d540430a30b2f7b5]

        coverity#1356338 inline markup didn't work
        
        Change-Id: I8b1bb924afe13a034125c892205aae8167a10bd1

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [86f504ee014d17172267f14742b8edd5789cbbc6]

        Related: tdf#98637 make this a tractable problem
        
        This is just too hard, it would all be much easier if the ActionGroup existed
        right from the start of the entire process. So smuggle in to the ctor the
        toplevel frame that the menubar will be inserted into so we can use its
        ActionGroup from the start.
        
        That would suggest that we could then just keep the hierarchy in sync as it is
        created rather than finding opportune moments to update /generate it.
        
        Change-Id: I550f94a994210423ab9cea1986e643056cb5bd29
        Reviewed-on: https://gerrit.libreoffice.org/23287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [84aee1ae9d4e03054dfcf5f8a9f10ecd2b0496b8]

        coverity#1356339 Uninitialized pointer field
        
        Change-Id: I3a99a0bcfb58c72b444c7a5596f4bfa53b306025

2016-03-16  Caolán McNamara  <caolanm@redhat.com>  [1c122eb61d1ea6e8eb597d16cc3df0826bde8c9f]

        Undo my poor mans recursion control in favour of the real thing
        
        i.e. undo
        
        commit ea441294e15b23f703f139055e9a18287745ca23
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Apr 2 13:19:32 2015 +0100
        
            avoid endless recursion in fdo84763-2.ods
        
        and rely on
        
        commit 29ee431c1cf859c3d5a5041cff5cb04b89db27a0
        Author: Eike Rathke <erack@redhat.com>
        Date:   Tue Mar 15 17:39:03 2016 +0100
        
            Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()
        
            ... same as for ScFormulaCell::InterpretTail()
        
        Change-Id: I85dc6e37d987ce9fe41a9e4c337e02a1cec4f0c8

2016-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f87317c3264b6aecfb6b7dcf99fa1783d79d9605]

        SwFrame::Retouche() -> Retouch() rename
        
        Change-Id: I2a93358c64f831a3dd014942c900b7ae46a3836f
        Reviewed-on: https://gerrit.libreoffice.org/23290
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-16  Noel Grandin  <noel@peralex.com>  [f0f973da8560e16cba85d2c9465c3a8c4c0ebbb3]

        loplugin:constantparams in vcl/
        
        also some improvements to the plugin
        
        Change-Id: I0e3a519d70756e577fcb1bd47dd66864b5b4c871
        Reviewed-on: https://gerrit.libreoffice.org/23289
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-16  Tor Lillqvist  <tml@collabora.com>  [6eb91bdf75fe0085584efa6abf955c14c7acb9fd]

        loplugin:implicitboolconversion
        
        Change-Id: I9edc0d2e478f83e39e93e70e6c05c77b0125aad0

2016-03-16  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [f53fc22f04ccd799035acbec718c42176a4554c9]

        sc: replace define with helper
        
        Change-Id: I79915d5449e64c9eb46ff91ce3279ce27af12fec
        Reviewed-on: https://gerrit.libreoffice.org/23257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [53f645a9c959d93bde9230862c415c4ab2e3817b]

        fix windows build
        
        34a7b51ea482d4487d4fb8e61cde18aa1ff9b8ff (for 5-1) auto → size_t made
        32bit happy, but win64bit still failed with:
        error C2784: ´_Ty std::min(std::initializer_list<_Elem>,_Pr)´ : could
        not deduce template argument for ´std::initializer_list<_Elem>´ from
        ´__int64´
        
        Change-Id: Ib44840f692f1bcdea90decfe443c6eb72806002a

2016-03-15  Caolán McNamara  <caolanm@redhat.com>  [367f13fd584d5b67cbc3a7787892f12655a65d6c]

        crashtesting: Related tdf#91291 assert on indexing into empty string
        
        Change-Id: I157389607d2a54349c54ebdb3e283deee126ca67

2016-03-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [89e0a84a82ddb8c22c46f6f2d4d5f466a43c3b8a]

        sd: add license boilerplate
        
        Change-Id: Iab97ad48b44d2c1bc8c6712dfe9e3d52a974f0a0

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4af2f26a955d172e8b72579c9bc6534e98b9f72b]

        tdf#97919 Also resize ole objects proportionally by default
        
        Change-Id: I1c3b13aa4cb0127451353f20179f39b6eebe12ec
        Reviewed-on: https://gerrit.libreoffice.org/23284
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ddff603053051ed674ff267d5b75ddda9076903c]

        sd image resizing: Small code cleanup
        
        The decision whether to resize proportionally should be made in FuPoor::doConstructOrthogonal
        
        Change-Id: I9f27bc377db2933f781f962b0048527ded533b34
        Reviewed-on: https://gerrit.libreoffice.org/23281
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [604021c66f0c409b241eafd89a3d3b43f2632437]

        tdf#96115 Fix wrong emoji source string
        
        Change-Id: If744655825104c89e077eabef5b1b71a752f2414
        Reviewed-on: https://gerrit.libreoffice.org/23282
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f669eec43ee902071c8f56a322a6dfb1a4a66e45]

        tdf#97919 Resize media objects proportionally by default
        
        as we do with images
        
        Change-Id: I5b27b8310736b9dfd5c274614ad4d1e4becb1fa9
        Reviewed-on: https://gerrit.libreoffice.org/23277
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Eike Rathke  <erack@redhat.com>  [29ee431c1cf859c3d5a5041cff5cb04b89db27a0]

        Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()
        
        ... same as for ScFormulaCell::InterpretTail()
        
        Change-Id: I444f259fe4e86ed0638a04f1b5d9272edd182e2e

2016-03-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b4d9ba8aa9c63c5e527bf640f136c77990eb6747]

        update credits
        
        Change-Id: I7ea667687d4a11c026d69382d9e62533bc0db4ea

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5d03194b056bc7f5b5f16c03a06a7d6697980c19]

        DrawViewShell: Remove unused code
        
        Change-Id: I288f8793a649b8c672821a39c6d9f1238a104b7e
        Reviewed-on: https://gerrit.libreoffice.org/23275
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0b14ea0fb39bba3ae33fc8aa6d020e3f0c233643]

        DrawViewShell: Fix indentation
        
        Change-Id: Iedeb9d36c20b6d9038990dc5b03ce9b560becac7
        Reviewed-on: https://gerrit.libreoffice.org/23274
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [aabb7c09d10c832b904189beade07fdc21214e57]

        Remove nonsense comment
        
        Change-Id: Ied26d086379a890202c3c5ad0b17ef808ea52b44
        Reviewed-on: https://gerrit.libreoffice.org/23276
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [940e65304437362f7926042a1eac385802ab3eb9]

        tdf#79312 sc: Don't close the spellchecker when finished
        
        This has been done for Writer and Impress, but not for Calc.
        
        Change-Id: I16e4f3ef41233a6cb135a66b70aa0c710fee9dfe
        Reviewed-on: https://gerrit.libreoffice.org/23268
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [09e201fcf2813152335d50588dae0c38adc88d51]

        fix nss build when targeting windows XP (using 7.1A SDK)
        
        otherwise build fails because of macro redefinitions warnings (that are
        now fatal because of warnings=errors)
        
        Change-Id: I0a15083d9ffd032c48ab491695319309f3053fb7

2016-03-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ce08a8e24edb9a9371642d666ae9a983b16d02bd]

        Update-check: optional reporting of H/W and OS info also for installsets
        
        expands 56a9594649872f4076b6891f917138d2b1e8d028 to also apply to
        installation sets, not only instdir
        
        Change-Id: I962b63feac02ac6dd06c77be660dd74d876c985e

2016-03-15  Eike Rathke  <erack@redhat.com>  [4d857425e0a149f88d3036bdb19b72c7f267efa4]

        define ODFSVER_LATEST at a central place
        
        It's already enough to have to adapt the
        SvtSaveOptions::GetODFSaneDefaultVersion() mapping for new
        ODFDefaultVersion values, get rid of the
        SvXMLExport::getSaneDefaultVersion() place.
        
        In the hope that DO NOT USE is taken seriously..
        
        Change-Id: I1eeae698249f68cc375b22cc4cc799107bc14e41

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b78fa03d34734925167112d8ceb6a8b53d6d7735]

        SwNavigator: Small code cleanup
        
        Change-Id: Iebc0bd9c136205030c80a49c9453e2d57aaed33e
        Reviewed-on: https://gerrit.libreoffice.org/23267
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [77db147eeff5643338c678ec73b6ca962b6c162f]

        Fix some comments
        
        * Format some comments as doxygen comments
        * Remove some unnecessary comments
        
        Change-Id: I2a33ee70f73bef565bff662f77e13a15f32df253
        Reviewed-on: https://gerrit.libreoffice.org/23266
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1c2edd6e7ce5ea479b76ca263a3b6188403b6d7f]

        tdf#93562 Navigator: "Draw objects" -> "Drawing objects"
        
        Change-Id: Iebf67e8acea6cf6c1f699fae111c7c244548ebc2
        Reviewed-on: https://gerrit.libreoffice.org/23263
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-15  Caolán McNamara  <caolanm@redhat.com>  [66db55aa84e8401a9eccedb02c67150833a344ba]

        Resolves: tdf#98636
        
        On changing a menu item from a non-submenu to a submenu then update
        the newly created menu as if it was the first full update of
        the entire menu hierarchy.
        
        On changing a menu item from a submenu to a non-submenu its evidentially
        not sufficient to unset the G_LO_MENU_ATTRIBUTE_SUBMENU_ACTION attribute
        so remove the submenu-item and add a new non-submenu item to force
        its new type
        
        Change-Id: I2030d9198d6849643a5991ddfffc1cc3425ba72e

2016-03-15  Michael Meeks  <michael.meeks@collabora.com>  [04ce76c7211295865e750a2441f94c267ba2f51c]

        vcl: improve opengl glyph cache debugging.
        
        Show cutting rectangles, base-lines, and count box widths.
        
        Change-Id: Ic6a08c4c029d6b576ea55479bbf6293accae6f15
        Reviewed-on: https://gerrit.libreoffice.org/23251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-15  Douglas Mencken  <dougmencken@gmail.com>  [841a58da93e10f543876eefca470d8fd4bd96ded]

        beanshell: improve compatibility for script engine
        
        javax.script.Invocable may contain either
        • two `invoke' methods
        or
        • `invokeMethod' and `invokeFunction'
        so let's support any variant
        
        Change-Id: I47196af79cc2de75725ded29992ab1f6f4cd623e
        Reviewed-on: https://gerrit.libreoffice.org/23163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-15  Takeshi Abe  <tabe@fixedpoint.jp>  [36389d83d7eaa9b14236b14c46f1e5101a471b8f]

        starmath: odd number of columns is fine
        
        This can save horizontal spaces in every row but last.
        
        Change-Id: I092d24f311517cd9d31e3f72bd51f5b1040d43f3
        Reviewed-on: https://gerrit.libreoffice.org/23236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-15  Caolán McNamara  <caolanm@redhat.com>  [9e0004f2cc64ffa23ecd5c7c82016624eb8a5a20]

        recurse protection for XFConvert
        
        Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b

2016-03-15  Noel Grandin  <noel@peralex.com>  [c5bee7b8c1055e5052a261c8755bdb150fb27494]

        tdf#98600 and tdf#98622 fix metafile parsing
        
        regression from commit db17d3c1 "new loplugin: memoryvar"
        
        Change-Id: I8b11871cadcf50649533680be51c767d6bb98350

2016-03-15  Tor Lillqvist  <tml@collabora.com>  [73443fd278811837650160482c34c15e8830f0d3]

        tdf#97319: Handle surrogate pairs in glyph caching for SimpleWinLayout
        
        (For UniscribeLayout we use glyph indices.)
        
        Change-Id: Id1907cb766b9285d32e484049bec1b99159c5768

2016-03-15  Tor Lillqvist  <tml@collabora.com>  [e2e3d75364ec7906954383c4fa6c883e416a37cc]

        s/SEP/SMP
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=97319#c8 .
        
        Change-Id: I66f5ea5ddd2a98de1d6445f3c6a91f1943dd7ca4

2016-03-15  Tor Lillqvist  <tml@collabora.com>  [1edbb90c9e9296bec33f4c590f3133160b7f9702]

        We use strlen() on these char arrays so better terminate them with 0
        
        Avoids an assertion failure for me.
        
        Change-Id: I811a3702baf76465acc580bc0e05db8a3c7f5364

2016-03-15  David Tardon  <dtardon@redhat.com>  [2adf4ae59a0d92e289bbd63c8ed3490a58c4cbbf]

        update return type
        
        Change-Id: I34b53e660263a1ff89de9c468f197ecc5e7fe9dd

2016-03-15  David Tardon  <dtardon@redhat.com>  [18d357807496603a53300bfcdfaf4f5a3f1a6f0c]

        restore removed function
        
        It is used by the tubes collaboration stuff.
        
        Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43

2016-03-15  David Tardon  <dtardon@redhat.com>  [d41c44f9048e1877c129704842a0c59e90dce3d8]

        WaE: unused variable
        
        Change-Id: I6e4f2043118cf0946628f50f51c3d5635b1ce682

2016-03-15  Noel Grandin  <noel@peralex.com>  [52e438caafc3cd24b3759b08c1aaee88e5b67877]

        remove unnecessary parentheses in case labels
        
        Change-Id: I987bf68c767709080c67c8b183c036a4109c6caa

2016-03-15  Noel Grandin  <noel@peralex.com>  [a0d5f0896ed7f2de8ceffd664ee469a383ce7d53]

        loplugin:salbool
        
        Change-Id: I4d76392263cce45eb34cbc2f35afff0416b08c4a

2016-03-15  Noel Grandin  <noel@peralex.com>  [fd91c0ac507ac2d565d5112b7dbd87014b142cf6]

        remove the office close timeout in subsequentcheck
        
        and lets see if anyone complains
        
        Change-Id: I0ec236006476064e67cda9869ab45c1860ed351b

2016-03-15  Noel Grandin  <noel@peralex.com>  [b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7]

        loplugin:constantparam
        
        Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5

2016-03-15  Jakub Trzebiatowski  <ubap.dev@gmail.com>  [89e0663c55f7f1763536a345d63111115c71ef26]

        tdf#96099 fix trival typedefs, Path to std::vector<OUString>
        
        Change-Id: I23fca48becbfdfd92db02a11b739a668fc1cd8c4
        Reviewed-on: https://gerrit.libreoffice.org/23007
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-15  Tor Lillqvist  <tml@collabora.com>  [869262bcc980d1d964036dbaba87a456479f53b7]

        Re-introduce two lines apparently accidentally removed yesterday
        
        ... in 43d57d105d2acf97e79e90f8d640923b91ac64a8.
        
        Change-Id: I07a1b9cb4edb34558c1b4aaf56a01b635de49f65

2016-03-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fccebf16bd27a1517b7b99c669bc00c5f5052a07]

        Updated core Project: help  83c3d042399c96436df6ab0b2ba2de8d8c11fad0
        
        Typo
        
        Change-Id: I230a52d4e88514e0357a01b312f363fd860649ae
        

2016-03-15  jan iversen  <jani@documentfoundation.org>  [885eb42469f9191f7df270dfd1c8bda5dcec0e2f]

        genLang update
        
        Decoration removed
        
        Indent etc. updated to LO standard
        
        License in generate pot files changed to LO standard.
        
        this commit is a pure text edit, NO functional changes.
        
        Change-Id: Ie0a26d3cff470dd5f91241ca6b962b17851c9d5b

2016-03-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [2848692ff421d3b450e33c72234a370d6e6ad9ef]

        script/makefile to build doxygen docs in parallel
        
        Change-Id: I6b56ac08db71eb354e0b2d57913e6e78d2652877

2016-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [bfa7b700480fdc4c52ea91f30bcd274d963721f5]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I simply replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
        as suggested in easy hack
        
        Change-Id: Id30d93fa439fa4cddf4a56c90b6054203c7882b1
        Reviewed-on: https://gerrit.libreoffice.org/23233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [20efe5ebcbc49ef3ea46bb13b8aec05c81b86308]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_ASSERT() with standard C++ assert
        
        Change-Id: I92e07d62f3dfe2ad914c49e2b596aef28c35e225
        Reviewed-on: https://gerrit.libreoffice.org/23231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [b64c7f946ad56a7566e117b63657e654afaab2bd]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals and the g_warning() with
        SAL_INFO() and SAL_WARN
        
        Change-Id: Icb4ab72245111b52c59a47cc659dfdb79d5690ee
        Reviewed-on: https://gerrit.libreoffice.org/23232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [b69d253fe4192c7224b4205ca52109070d2df5ed]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
        and added SAL_INFO statements intead of OSL_TRACE
        
        Change-Id: Id3fda00e64eacc952e9317d854b179ac8f26d6ed
        Reviewed-on: https://gerrit.libreoffice.org/23229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-15  Rohan Kumar  <rohankanojia420@gmail.com>  [afbdde44b85e0d76bbc102188391b296113802dd]

        tdf#91794 remove OSL_DEBUG_LEVLEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0 and made sure
        that the build doesn't break.
        
        Change-Id: I9a07da5b0f19d695339705e00112956a56589327
        Reviewed-on: https://gerrit.libreoffice.org/23230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-14  jan iversen  <jani@documentfoundation.org>  [4043af877587622935be828049b7b18cc27ad1d8]

        genLang update
        
        Last singleton gone, structure is now
        
        handler (local in gLang.cxx) holds
           a variable of l10nMem
           a temporary convert_gen variable (to analyze file)
        
        l10nMem contains hash list of all PO information
        
        convert_xxx is inherited from convert_gen and instanciated
        with a static function convert_gen::createInstance
        
        the lex functions (in c) uses a "this" pointer to find back
        to the class. This needs to be done better.
        
        l10nMem contains a link to convert_PO, to save files, this
        needs to be split.
        
        Change-Id: I3ad31aac27aac739845062f8da61c8c1c3bf9c31

2016-03-14  jan iversen  <jani@documentfoundation.org>  [48c2e04bdb60429823cb8b12a14d954af544a2bf]

        genLang update
        
        removed gL10nMemDB (combined with gL10nMemDB) to avoid CLANG problem.
        
        removed (temporary) gL10nMem dependency on convPO (circular dep).
        
        Change-Id: I17646be2ccc0feaaa8850a9b753f86c8c62e9f24

2016-03-14  Fabio Buso  <dev.siroibaf@gmail.com>  [575b1efb193ac5e921b83ead157c1c639aec0e92]

        tdf#97885 SIDEBAR: Message missing from blank properties tab
        
        Change-Id: If810c351644ef80d3882b34861fde0400236bdf3
        Reviewed-on: https://gerrit.libreoffice.org/23127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-14  Caolán McNamara  <caolanm@redhat.com>  [4530bc5079e6830444386bde2d0769a2719aadcd]

        coverity#1355498 assume Unchecked return value is deliberate
        
        Change-Id: I8b0597a5ab87d4d4529e3ccc097902486a41e957

2016-03-14  Tor Lillqvist  <tml@collabora.com>  [41c57363faf857a41a4fc61079c32282dda970ab]

        Bin a few pointless static const integers
        
        Change-Id: I59f2547523129155b9d17699cc985fe0bd78f7e6

2016-03-14  Tor Lillqvist  <tml@collabora.com>  [9082f204a91324523287dabe9e288c1fa0d43aa1]

        Bin leftover #if 0 snippet
        
        Change-Id: I848a5dca6d18c3df57f563bb137efaed2e000461

2016-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c62afab9d4138583eb22afe46608b323f902f095]

        fix memory leak in headless backend
        
        Change-Id: I90282c86b45845fc35b23b275301be24a2f18a4d
        Reviewed-on: https://gerrit.libreoffice.org/23248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-14  Caolán McNamara  <caolanm@redhat.com>  [032cb7ed80a504b4abec479f30c2c03f10e14639]

        Resolves: tdf#98473 replace || with ‖ to avoid illegal gtk3 action names
        
        Change-Id: Ic5098c439ac94d68f881e06378938fab29e8bb3d

2016-03-14  Eike Rathke  <erack@redhat.com>  [0aa29f32f9c39f598f43cdf3664b89d6cb151b17]

        prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-up
        
        Change-Id: If875b538f2143eb572371dfcc086145c2f6e80f5

2016-03-14  jan iversen  <jani@documentfoundation.org>  [4cbb7cdf1be8219c34eb38e6a0d59aa8418c8a85]

        genLang update
        
        removed source/gHandler.cxx is now part of gLang.cxx
        (and defined as a local class)
        
        Change-Id: I6fccfb9d9cebe964ba4458cdea5121a44186c1ab

2016-03-14  jan iversen  <jani@documentfoundation.org>  [872755ac336eb9ad33c6c98dd73deea2206acf71]

        genLang update
        
        convert l10nMem to lo standard
        
        removed l10nMem_impl and added it direct to l10nMem
        
        Change-Id: I7e226a8dab51fd52ecbc8da36068ebdfb5c1e17f

2016-03-14  Susobhan Ghosh  <susobhang70@gmail.com>  [bf8f926acc8afd6a2dcd2b889d427c01e06dbf85]

        tdf#95845 Use CommandInfoProvider to receive UNO command labels
        
        Added GetCommandPropertyFromModule to CommandInfoProvider.
        Removed GetCommandText.
        
        Change-Id: Ie987984b6465d540029196df371c0c0467999a59
        Reviewed-on: https://gerrit.libreoffice.org/22918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-14  Caolán McNamara  <caolanm@redhat.com>  [0ee0e8010f986b67d696111ff4ea269ccf904aba]

        Resolves: tdf#98638 sometimes menu grab doesn't take
        
        due to older timestamp vs earlier grab. Which suggests we should probably use
        GDK_CURRENT_TIME everywhere or (probably better) use gtk_get_current_event_time
        everywhere
        
        Change-Id: Ie04ab254b9fea423143cc9a129d2eecb683ed300

2016-03-14  Noel Grandin  <noel@peralex.com>  [b9d63d49be66ed1bfc4a76924f1c52ec3630adc8]

        remove some unused Java code
        
        found by UCDetector
        
        Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df

2016-03-14  Noel Grandin  <noel@peralex.com>  [8353667d35bc511378c9b14261b6bb11b7bd56aa]

        com::sun::star->css in chart2
        
        Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69

2016-03-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6c47de46613b531bd975d073cf31c3fda6f8b8da]

        User-Agent: disable reporting of languages - also for installsets
        
        extends 2a9095570a2430568f5c5e1c91edd6a717e099a6 to not only apply to
        instdir, but also to packaged installers (that use data from scp2)
        
        Change-Id: I446c521ce2b95549c2930275bee917c120c19e9b

2016-03-14  Noel Grandin  <noel@peralex.com>  [43d57d105d2acf97e79e90f8d640923b91ac64a8]

        com::sun::star->css in xmlsecurity/
        
        Change-Id: I4b89f97671ab526e5731d2f1f99802e23f3fd4b5

2016-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [c3605e91a8ecc12b4cd5b5239616541f6d50068a]

        Fix build after oor:nillable TSAURLs change
        
        Fixes the fallout from bd1a3e75738d65a3bdd615c106ea57a999d51376
        
        Change-Id: Idfc019a034f3dd855ae85676962382879051e900

2016-03-14  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7fdc29469d3d098c1b2d5b1cfc7ed907031eb932]

        tdf#95616 - fix flickering issue
        
        Change-Id: I0d5bfdf44dde2cd06c193f34e81c6ce71291bba1
        Reviewed-on: https://gerrit.libreoffice.org/23238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-14  Noel Grandin  <noel@peralex.com>  [218cd09611583437c05c33e2aa3b2b81cb416f98]

        inline some use-once macros
        
        Change-Id: I7ebd8fe70b083a772118a1aab8cdfbf795d6f1e5
        Reviewed-on: https://gerrit.libreoffice.org/23235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-14  Noel Grandin  <noel@peralex.com>  [f7965b0bcd559451c471a26bf5fd6f542887d95e]

        remove some unused typedefs, and inline some use-once
        
        Change-Id: I5ada1cff98c0a3e065d126444f8052f444323743
        Reviewed-on: https://gerrit.libreoffice.org/23234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-14  Tor Lillqvist  <tml@collabora.com>  [03637a75c1bebf8b35b520139b9ddfa3238ee53f]

        Fix what seems to have been off-by-one errors in glyph bounds calculation
        
        For some reason the error had a visible impact (as far as I an see,
        anyway) only for Graphite fonts. The bottommost pixels were cut
        off. (Also leftmost, but that was not so easily visible.)
        
        <tools/gen.hxx> Rectangle type, I love you.
        
        Change-Id: I6f7438ec21d2bc1b9bef31cd70e649856f7ec7d5

2016-03-14  Tim Eves  <tim_eves@sil.org>  [e45d80f20ff6a05888f92ae942abed67609d5b20]

        tdf#97171: Use DirectWrite for OpenGL glyph caching
        
        This is a squash of several separate intermediate commits, the most
        relevant log messages of which are repeated here:
        
        Refactor some previously private methods into public ones and
        reimplement parts of D2DWriteTextOutRenderer to user them. Also
        apply them to rendering the OpenGL glyph atlas, in an effort to
        workaround some bugs in legacy Windows text rendering APIs.
        
        I assume we want to initialise the rectangle with zero
        left/right/top/bottom and not using the default constructor, which
        sets the right and bottom coordinates to the magic value -32767. That
        made the 'bound' rectangle end up with rather amusing boundaries, like
        left=-32766, top=-16, right=-32576, bottom=6.
        
        Try calculating a chunks ascent & height from the inkboxes rather than
        using the font metrics which might not alway be correct when glyphs
        inkboxes are tall than the ascent or lower than the descent.
        
        Mark the mnAscent in the chunk bitmap debug output.
        
        Fix several miscalulations in positioning glyph to be rendered into
        that atlas.
        
        Fix vertical alignment problems. Inkboxes are returned with all
        co-ordinates relative to the glyphs not the fonts ascent.  Therefor
        bounds.Top() is not the vertical overhang but the -ve height of the
        inkbox above the baseline.  This fixes the calulation of the per Chunk
        ascent.
        
        Fix horizontal occsional alingment issues in OpenGL cached glyphs. The
        left edge of the src location rectangle for the first glyph in a cache
        chunk would set to extraspace and not zero, but all other rectangles
        in the chunk would be set from the aEnds array. This produced a bug
        where only certain letters would be mispositioned, proportional to the
        fonts point size.
        
        Rename OpenGLGlyphChunk::mnAscent to mnBaselineOffset to reflect curr
        use.  Changed at Tor's stuggestion to better describe to it's use as
        it's value would be per chunk and based on the maximum ink box bounds
        of the glyphs in the chunk, rather than having anything to do with the
        font's real ascent value.

2016-03-14  Douglas Mencken  <dougmencken@gmail.com>  [2a1b70c4b2d5debf235c088a1e3c71a3457c1af7]

        GetEnglishSearchFontName is what is supposed to use here
        
        Change-Id: I210359c28b5e66b64627cb49cdf388ee35015a92

2016-03-14  Caolán McNamara  <caolanm@redhat.com>  [1f780088e8171c088ccb1c8bd82e314c1e4016f0]

        Resolves: tdf#94968 return false is expanding failed to add anything
        
        Change-Id: I377c478f3f55c0b41c47ee025f2e09850ece56f3

2016-03-14  Jan Holesovsky  <kendy@collabora.com>  [0ce8320eeb1df7eb4f54774e92c2b0e5488570e3]

        Revert "tdf#98602 Duplicate code in onlineupdate/"
        
        Unfortunately needs more work, I've pushed it too early...
        
        This reverts commit e60506acc53098b4b479d565048c316562657cec.

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

        configuration warnings about non-nillable properties with no default set
        
        Change-Id: I5814f2e474e0ef5a37c5f43f8bb853219fd7981f

2016-03-14  Ras-al-Ghul  <dipankar1995@gmail.com>  [e60506acc53098b4b479d565048c316562657cec]

        tdf#98602 Duplicate code in onlineupdate/
        
        Converted libmar into static library and removed duplicated code
        
        Change-Id: I6a6c8ce24103a400e1835ccf7e6421024f5cec4b
        Reviewed-on: https://gerrit.libreoffice.org/23179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2016-03-14  Douglas Mencken  <dougmencken@gmail.com>  [60286229fa54b71c67a5d25a7cce59e54b6b8680]

        scripting: JDK 1.5 compatibility: don't use java.awt.Font.MONOSPACED
        
        MONOSPACED is defined in java/awt/Font.java as
        /* @since 1.6 */ static final String  MONOSPACED = "Monospaced";
        
        Change-Id: I31847c939387c139971ff55f786773c7ce51448c
        Reviewed-on: https://gerrit.libreoffice.org/23164
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-14  Björgvin Ragnarsson  <nifgraup@gmail.com>  [894a858ffa656ae3f37ee879fe35d34a8d2f41e5]

        Updated core Project: dictionaries  62c77533b3ab49fd93252f72dda6beeff4c76892
        
        Update Icelandic dictionary and thesaurus
        
        Based on latest hunspell-is code and Wiktionary dataset.
        
        Change-Id: Id48106c3ff0f61d5c0d415f06680b1253753d1e3
        Reviewed-on: https://gerrit.libreoffice.org/23200
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cdf055109d75ce37611bd0c4f796d67614d93d2]

        use unique_ptr for memory owning ptr
        
        Change-Id: I26efcebf750ff9947b936e990ce87ddbcb41b7ba

2016-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82ed61ab269eca25c8bc22537327e812efe222bb]

        fix memory leak in cond format xlsx export
        
        Change-Id: I0f11b30b33abf029f56ccbd8c0eb95b0acd35df4

2016-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [982fcf11b763ac1b4cd2b68291ea7d94fe14752d]

        Revert "tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals"
        
        This reverts commit 0c3ff8ca07265304f9ea0a7aca8c83703cff01a1.
        that was breaking debug and dbgutil build on windows (at least)
        
        Change-Id: Ide58bd4551029bb4e1ef791bb65ad191fbb25cae

2016-03-13  Caolán McNamara  <caolanm@redhat.com>  [ea943b3badeaf2a68ef08d0911e95603f0b889fc]

        quieten debugging soffice startup
        
        Change-Id: I3f9ef32d789b7b344cc09bbed6f344e428a31ca4

2016-03-13  Caolán McNamara  <caolanm@redhat.com>  [a6435dc298a7dec944eedadd46a17fa6d76e5169]

        coverity#1355505 Uninitialized pointer field
        
        Change-Id: I95259c8a572529f47ef4fddf59f9ca29d078b6f4

2016-03-13  Caolán McNamara  <caolanm@redhat.com>  [e1c9efceaef0f706889aa987def592d7ae62285a]

        loplugin:cstylecast
        
        Change-Id: I2d03c5054ef1b863052b221c0740ed3bb993600e

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3887e8439a6928d2f608315f7050d012be65d208]

        fix memory leak in array xls import
        
        The ScMatrix instances are leaked because there is no DecRef called on
        them when we Reset the TokenPool.
        
        Change-Id: Ie5e1a10c6be94b45df784c04f6db744928f213ff
        Reviewed-on: https://gerrit.libreoffice.org/23194
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [98d48dad9e807a4a40f4c3d1b5280d9e5156cb18]

        tdf#98416 fix curl's configure check for nss (missing -lnssutil3)
        
        without -lnssutil3, the configure check for nss fails when using
        internal nss:
        configure:24028: checking for SSL_VersionRangeSet in -lnss3
        […]
        …/UnpackedTarball/nss/dist/out/lib/libnss3.so: undefined reference to
        `NSSUTIL_ArgParseModuleSpecEx@NSSUTIL_3.21'
        
        causing curl to build without ssl support:
        SSL support:  no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls,winssl,darwinssl} )
        
        This makes gdrive and other remote file methods fail
        
        Change-Id: I098feb10a760c2f80a474d9205d6f1e403477efd

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4bd382c8a6cf5a79898c692752408477cd4cfc5]

        add assert preventing memory leak
        
        Change-Id: I0c659bf4fab2319f06df09dd11a768a295e95722

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d565391dffaddd302c1ec0735c96473dc33827bb]

        this old concept was just a bad idea by me
        
        Change-Id: Ib13a7a252bdb3f54e520076666f98498c10b4d47

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70b4de3257759057102b399a8e6bdbca4bff87b7]

        no need for strange assert fail message
        
        Change-Id: Id982d0b12e18213a8d76a2d562109d7e2a41d8b5

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [424966f0e967150ae51eaa886c12561cd7d3226e]

        fix strange memory leak in VclBuilder
        
        Change-Id: Iba34c25b19a94a8d4c147f8ccaef95f34183414b

2016-03-13  Caolán McNamara  <caolanm@redhat.com>  [342d3f45e2219a1cb1fd9dbf7c3f9636ad4ebca3]

        loplugin:stringconstant
        
        Change-Id: I80e034bc3718ddb9bb518073653e374133e6ab6f

2016-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d629547f4a592cbd7ca7802386448fc7128135cc]

        fix indetation
        
        Change-Id: Iea12f654d737cfdadae99461ff996220fcb7901c
        Reviewed-on: https://gerrit.libreoffice.org/22575
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-13  Tor Lillqvist  <tml@collabora.com>  [09bea7e0ee55caa2060b5de294238a0802bae99f]

        Add a README to avoid unrealistic expectations
        
        Change-Id: If9b2f7e660457dd123e991f45f05e1b1cb4d3528

2016-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [02de3a5206c7633d62ebc43edad37747e2c7a1de]

        vcl graph: stop abusing a pointer for a bool
        
        Change-Id: I816fe3a52c03fa5a3fd372492985783f9f6ff91c
        Reviewed-on: https://gerrit.libreoffice.org/23181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-12  Caolán McNamara  <caolanm@redhat.com>  [bc573d62203d6001fac95d93107cd181882b5cf2]

        WaE: loplugin:stringconcat
        
        Change-Id: I28a106e978cdfd70847737784f9bff6ae365fda7

2016-03-12  Caolán McNamara  <caolanm@redhat.com>  [e22618a355c0e506b8cfac9c52e9564db26949d2]

        Resolves: tdf#92067 with duplicate menu entries track which to activate
        
        rather than just stick 2/3/4 at the end embed that this is a dup as the
        prefix and strip that off at dispatch time and pass the dup index around
        as a counter to how many dup candidates to dismiss to find the desired
        one.
        
        Change-Id: I81d97090a7e9b8c2995a3b27934f3ee5636d05fe

2016-03-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0cead356b8bc8983a0bd45a661b299dec8f64330]

        Update liborcus to 0.11.1.
        
        This is mostly a build-fix release, to absorb patches previously applied
        locally.
        
        Change-Id: I1d1808c3ca27f04f89f4df6c0b40a646ca07d242
        Reviewed-on: https://gerrit.libreoffice.org/23180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-03-12  Julien Nabet  <serval2412@yahoo.fr>  [6c1428121189bc233f4bb8a97bd96c75dd942fa0]

        Remove some unused include stdio (svx)
        
        Change-Id: Ide50d9dc67b9383bd7c0f4e710ea04e5d6892b02
        Reviewed-on: https://gerrit.libreoffice.org/23175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [602f4c8a6133d337853edf47750044a77ef6247d]

        fix memory leak in copy_paste test
        
        Change-Id: If16f6c0cb4d2bd2ae820b62fc7d563df09b27bbb

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22ea08bdb5d64636cf76a58d6b34be01f5f50791]

        fix memory leak in cond format export
        
        Change-Id: I3c0379dfa972cb552382153f3d363eaf3bfe604d

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [867bf5b48eeae3925de2196d38554518938f9c1a]

        fix memory leak in change tracking export
        
        Change-Id: Idffa7c4a9c9519c150458db3749e7b67fbbb463c

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0ac896fea5613f38a7586e7ce991570437d654d]

        fix memory leak in bugfix_test
        
        Change-Id: I944d2be4290cd381c3bee93ce12f67695bbb7ce8

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98abd6bbed4151df6b3318526863f842be3ac4a7]

        ignore a few low level libc leaks for now
        
        Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9c3b23c3b68b7dfa84e0c96e3acb74b4ebb876a]

        fix memory leak in pivot table code
        
        Change-Id: I191e2748980b627b38e604ad456612535bda0302

2016-03-12  Jean-Pierre Ledure  <jp@ledure.be>  [259fc9f32eb70bd3b07775f2e11524ab75510e1c]

        Access2Base - Correct error message and other typo's
        
        Change-Id: Ia046bcd8ca8e90566348b507f18d881030bd64c3

2016-03-12  Julien Nabet  <serval2412@yahoo.fr>  [33b2d58895a57319364fef540051b1ef544fc954]

        Remove some unused include stdio
        
        Change-Id: Ifdb9d133237eecd3132dffb0f85c005beac169d2
        Reviewed-on: https://gerrit.libreoffice.org/23174
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-12  pasqualm  <pasqual.milvaques@gmail.com>  [a6ca4ec7f55b94e431dd1d520a03e19fe796c4b6]

        tdf#97978: add support for opening mde and accde files in base
        
        This patch modifies the base 'open existing database' wizard so accde and mde files
        can be chosen as targets for access and access 2007 databases. Both file types are
        the runtime-only equivalents to accdb and mdb files so base can use them in the
        same way as does with the former
        
        Change-Id: I5b6002089a2d3c19498ff6e05bae3facc5a4e2d0
        Reviewed-on: https://gerrit.libreoffice.org/22957
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-12  Rohan Kumar  <rohankanojia420@gmail.com>  [221144f9c995fe30adf577c02f756b3123fb2550]

        tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)
        
        [UPDATED PATCH]: I removed the trailing newline characters in the
        SAL_WARN macro as pointed by Jan Iverson
        
        Change-Id: If90b0d44777ec2ab1bd646f22f4c9cdf798cf8b4
        Reviewed-on: https://gerrit.libreoffice.org/22315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-12  Julien Nabet  <serval2412@yahoo.fr>  [1151fec7a8c3dfcbc364aa941f477004309b1e59]

        Let's use the iterator return by erase method (final)
        
        Change-Id: I1934b0c2a9ae9fa089d7e9ded4a289908fb2709a
        Reviewed-on: https://gerrit.libreoffice.org/23173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-12  Rohan Kumar  <rohankanojia420@gmail.com>  [0c3ff8ca07265304f9ea0a7aca8c83703cff01a1]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0 conditionals
        and in some places i used SAL_INFO(..)s
        
        Change-Id: I87e2e4d73be22630dbcce6df2650b924cba9f8ec
        Reviewed-on: https://gerrit.libreoffice.org/23005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-12  Rohan Kumar  <rohankanojia420@gmail.com>  [f3d454647ae5f0398ce3b38a71ed525bc16c3722]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 conditionals to OSL_DEBUG_LEVEL > 0
        as suggested in easy hack
        
        Change-Id: Ie852e95992bb8b0c49f2d01348ed598dfc26a39a
        Reviewed-on: https://gerrit.libreoffice.org/23074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-12  Rohan Kumar  <rohankanojia420@gmail.com>  [eda245925170eab692143deed367ab11a9adb310]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed the OSL_DEBUG_LEVEL > 1 conditional and replaced it
        to OSL_DEBUG_LEVEL > 0 as suggested in easy hack.
        
        Change-Id: If5f086f280d01e7a80be59f3c992dc2d0a7663cf
        Reviewed-on: https://gerrit.libreoffice.org/23062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67f4b98b9833f0529cf62928b274ba9234853d2f]

        fix memory leak in detective sdr objects
        
        The SdrObject ownership needs to be transferred from the SdrObjList to
        the Undo object. Only SdrUndoDelObj takes ownership of the object
        SdrUndoRemoveObj does not.
        
        Change-Id: I28f9c538eb4e54ec89ada8521f63d2f49d47a1ff
        Reviewed-on: https://gerrit.libreoffice.org/23172
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baa938b44d1067f81a9dad772e1d15eb48fd12e6]

        fix memory leak in ucalc
        
        Change-Id: Iad38472638438eb52e9e46be0a284adbb8ccb689
        Reviewed-on: https://gerrit.libreoffice.org/23169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91831f3af171673b67b095ecb70c607bbfca1300]

        use unique_ptr instead of manual new delete
        
        Change-Id: I5cbc792818a61e787d4bdad6b605535cc16c8437
        Reviewed-on: https://gerrit.libreoffice.org/23170
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0295a1f2ac39a0a457f68eae25d44aca28fcb0f8]

        fix memory leak in ucalc
        
        Change-Id: I8a2fd72894651e9c2c7d099f87853804ba483443
        Reviewed-on: https://gerrit.libreoffice.org/23168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07125507097c7b9f277fe79a6d21c76246fd5bd2]

        no need for fancy delete macros for local variables
        
        Change-Id: Ib81562dda616ab6c9e2ad69c076818a9a2c42085
        Reviewed-on: https://gerrit.libreoffice.org/23167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfbb89a77e50d12f9b8cbab063804b023bdcf9fa]

        fix memory leak in ucalc test
        
        Change-Id: I5b0f12020eed953b73f1f1b2f867b33172073487
        Reviewed-on: https://gerrit.libreoffice.org/23166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b2b3369fcc0c06fdb0a384518a4a799c4aed4f8]

        declare variable when we use it
        
        Change-Id: I7f85568318133b19ccd315ff9084efdd15b3eed7
        Reviewed-on: https://gerrit.libreoffice.org/23165
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb472d035b0329e1efcc03c2b4a2d7651c55b452]

        we knowingly leak that during the unit tests
        
        Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
        Reviewed-on: https://gerrit.libreoffice.org/23171
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7452a44466607ad9a3c90f801016aa1985397b88]

        use correct cppunit assert macro, loplugin:cppunitassertequals
        
        Change-Id: If50f49e9a14e4594778d12e2890e4ebd47b670d4
        Reviewed-on: https://gerrit.libreoffice.org/22756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-12  David Ostrovsky  <david@ostrovsky.org>  [3bd54fd17bddea8b7460279153209729a54c9369]

        Fix lcms2 on MSVC 14.0
        
        Without explicitly specifying toolset v140, the build was
        failing when only MSVC 14.0 was installed:
        
          The builds tools for v120 (Platform Toolset = 'v120')
          cannot be found
        
        Change-Id: I6fb386d56e38cbf922de5069e70a3d3def147c0b
        Reviewed-on: https://gerrit.libreoffice.org/23162
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2a4fce4071b9bf28b1701083d84575729fc32f82]

        Updated core Project: help  cd69c2af776143be1768661c5d4587ce7f9f0335
        
        tdf#98616 Update menu path for creating a pivot table
        
        Change-Id: I484974df93271670ecd10562e173bd7a70dc7dda
        

2016-03-12  Julien Nabet  <serval2412@yahoo.fr>  [8eef10a5fd6ce6373fb54ee3d9ab053c997d2785]

        Let's use the iterator return by erase method (part b)
        
        std::list seems ok but let's try for std::set and std::multiset
        
        Change-Id: I1d4875468517c732680ba98ac9f2e08d1baa61bd
        Reviewed-on: https://gerrit.libreoffice.org/23161
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-12  David Ostrovsky  <david@ostrovsky.org>  [682da4010b45cbb3268ea8b2b3da455bca413acd]

        Fix glew on MSVC 14.0
        
        Without explicitly specifying toolset v140, the build was
        failing when only MSVC 14.0 was installed:
        
          The builds tools for v120 (Platform Toolset = 'v120')
          cannot be found
        
        Change-Id: I5849821f291b705ad75db8b4c9404af8458902ba
        Reviewed-on: https://gerrit.libreoffice.org/23160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-03-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [65b4d2a6185b1b98e22101c7d33ab42b3a4a4525]

        Typo
        
        Change-Id: I834c8473a6c2ad135359c45af868132bbb6960f8

2016-03-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b5ba60e39f689d5db7868b1149271787dcb5602f]

        Updated core Project: help  b54536ff09619519e8d5bbd87b08b13fe027abfd
        
        English
        
        Change-Id: I9b07a614becef43d07bb946d07a2efbb91794a0e
        

2016-03-12  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [51d0b4037b36a4a74c9181b95edb18017542ab79]

        tdf#84938 Change defines to typed_flags
        
        Put defines into an enum class and use typed_flags template from o3tl
        to give them flag operators.
        
        There were some shift operations to apply flags from start references
        to end references, these went into a helper in address.hxx to hide
        them. A marco with shift operations in address.cxx was rewritten in two
        helpers without shifts.
        One shift remained in ScRange::Format with a comment.
        
        The other flag untypical operator was a minus 1 in a helper for
        ScRefFinder::ToggleRel, which iteratates through all possible
        combinations for absolute references. This is used to make referecnces
        absolute via SHIFT+F4. A replacement would be too complex.
        
        Change-Id: I4850f1623e01e56c60ac2260b95fc5cad8b6fd71
        Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-on: https://gerrit.libreoffice.org/22840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-12  David Ostrovsky  <david@ostrovsky.org>  [dc519b6dea7653e4b68b45aa664e3c0b5189d682]

        Fix .NET detection on 32bit platform
        
        Change-Id: I5eaa098d1de6b57245aca7bba2274139e60ba402
        Reviewed-on: https://gerrit.libreoffice.org/23159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-03-12  Julien Nabet  <serval2412@yahoo.fr>  [5da0983a7ce4bc28bff495ae09a218d26281a150]

        Typo: documet->document
        
        Change-Id: I7ec134282af33386cab001ed076fb8fa90d33608

2016-03-11  Rohan Kumar  <rohankanojia420@gmail.com>  [b430ec96e3b131734239305715e2593dc4b57af2]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals and in some
        places i replaced OSL_ENSURE(..) with assert()
        
        Change-Id: Ide7e4b633e85a699f680f47caac5bff36bf180a2
        Reviewed-on: https://gerrit.libreoffice.org/23076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8dd5dbbb6ef27e7e5405e38761576a61f11a3b19]

        tdf#97897 (first problem) fix for not recalculating on F9.
        
        Set current formulacell to dirty to enforce recalculation.
        
        Change-Id: Ie02b6a5ce7df57e6acca2fa3854cab883834af69
        Reviewed-on: https://gerrit.libreoffice.org/22772
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-11  Dennis Francis  <dennisfrancis.in@gmail.com>  [7bc97db5b972f27693161beb9182f8a5850f5551]

        tdf#42629 : Allow multiple status bar functions at a time
        
        Change-Id: Ide9ced5ff4cedebd41a85814f74549648a896f16
        Reviewed-on: https://gerrit.libreoffice.org/22060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-11  Jan Holesovsky  <kendy@collabora.com>  [97c872d015350810fb0180ffdb10de7f039363a4]

        lok: Avoid dereferencing nullptr.
        
        Change-Id: I40a53cf08e2a789299cd7a05d531b4f920653989

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [c86a4d6b077af0841c600e9705340aa92b81d92c]

        Updated core Project: help  f0301528ebc8a907be01e9435bb43b8d2b9449e0
        
        selectcertificate: add help content for the description
        
        Change-Id: Ie93709cbebcf11866cded6958c14375028910944
        

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [27fc89cce931039f8f585c10b8ee41023c777b5e]

        xmlsecurity: extract OOXML export code into its own class
        
        It was odd that import code had its own OOXMLSecParser, but export code
        was buried in the controller.
        
        Change-Id: Ie1964bf9c54a8b779981e8d72bf4810090cf960c

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c11778ee6919b0f16acb17a896f65d4021f3089]

        CppunitTest_xmlsecurity_signing: add ODF verification testcases
        
        Change-Id: I08734b7841fc83b327ebbf5c8ae43f7969e94e12

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [69bb5e849825e32d9fe929519813ede56ca76997]

        Thread safety
        
        Change-Id: I13282ac1d6b3f1323e9056a4160301bd503ac271

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [8db7c0de57d3c5129236fc6cfc37e93cfb75e49f]

        No need for a complicated arg to SetReady
        
        Change-Id: Iacb900ab7de0f01a78441019d2455abacc974617

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [34eb5546a1f8824c275337644d6db1c344e596fc]

        Turn static s_bInEnableRequests into an ExecuteCmdLineRequests arg
        
        Change-Id: Idb0b252d986bc866409928f4a126f55608c6347c

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [ee31139b64eb9517619578bb02b3261b85d635ae]

        Combine mbDowning, mbRequestsEnabled as mState
        
        Change-Id: I3110f1690f0d7b0f19e7576f02cb1159342881a1

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [f3caa92527aee3c95960e95c90e1e1cdd33f1342]

        pDocsRequest cannot be null
        
        Change-Id: I399175f154e0a75779b90b74396c13fe2acbca49

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [1290a4082c298eecd597a7f268b6a19e1e64e9b8]

        Create DispatchRequest via list-initialization
        
        Change-Id: Ic1fc17b028281e64290c6c1d25bbd94fbf27251d

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [2cc88911db9cf81e09270a49c0ee7a13600aa3ab]

        Resolve trivial DispatchList typedef
        
        Change-Id: I5a304701aed843f6cdbffcdcf6e04255453f0f48

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [9095c5495b0760aef4bd0a4f9539e2178a11063a]

        Use range-based for loop
        
        Change-Id: Icf9dd7ffdc39ff64e9eac11050c8bfbfef6f004d

2016-03-11  Michael Meeks  <michael.meeks@collabora.com>  [2a9095570a2430568f5c5e1c91edd6a717e099a6]

        User-Agent: disable reporting of languages.
        
        Nowadays we have them all, so it is big, non-useful data.
        
        Change-Id: Ia08b863852e6a0916f30e2ecdc14eea4fafe2ab0
        Reviewed-on: https://gerrit.libreoffice.org/23143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-11  Yousuf Philips  <philipz85@hotmail.com>  [fb3d0279d5c565d2f89ceb0d951b6fad2206c4e9]

        Updated core Project: help  c8c86435d40ad2ec5b0e1c5f6bdb9888445d13ab
        
        Helper file to package the help so it can be viewed in help viewer
        
        Change-Id: I419d7ac89953e969d271f1ef2d82d091cd1b079c
        Reviewed-on: https://gerrit.libreoffice.org/22962
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        

2016-03-11  Rohan Kumar  <rohankanojia420@gmail.com>  [004c233d30a432ba4e8e4c0d0052d34798850bd4]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals and replaced them with
        OSL_DEBUG_LEVEL > 0 as suggested in easy hack
        
        Change-Id: I6495bf203365356e0969a057f5238c2343931d2b
        Reviewed-on: https://gerrit.libreoffice.org/23061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-11  Rohan Kumar  <rohankanojia420@gmail.com>  [2e0c1e03e85ef6a20ca362f263c60b141741f698]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
        and made sure that it doesn't break the build
        
        Change-Id: I9febeed949a24d7bc5afb13dedde03fd812b5b20
        Reviewed-on: https://gerrit.libreoffice.org/23077
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-11  Tor Lillqvist  <tml@collabora.com>  [67ef33f914eae7d9752cd7d354e76210f33f59f0]

        Passing a string to a std::ostringstream ctor is tricky
        
        For it to do what one typically wants, also std::ios_base::ate is
        needed.
        
        Change-Id: If520c98cbd4d3913b644c2137623c2b7e9c5c708

2016-03-11  Caolán McNamara  <caolanm@redhat.com>  [235411c9d47ecba88e46d859ea93bcecefb0c46e]

        gtk3: various bits means different things again
        
        Change-Id: Iafa1e65fb0cc096513cdfe12a09fb0ef4c4d2db0

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [053103915717e41436b7a397d9cfa3ea0e3519cc]

        neither doxygen nor javadoc make use of <type scope="…"> annotations
        
        even more so when they are invalid xml.
        Thus obsolete since the switch from autodoc to doxygen, see also
        https://lists.freedesktop.org/archives/libreoffice/2013-June/053077.html
        
        Change-Id: Ifc2ef7754eca70bf923a2f7e4a652a8d394c370b

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [69db01422057771d462287e84352b48fc773a845]

        ThreadPool doesn't exist - etiher point to IThreadPool or implementation
        
        Change-Id: I96e1607945802d06dcc01b64267117d98f9a9994

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a86734ef31b18eb07747a6b12a8fc55d3992c2ef]

        interface is called "DisposeNotifier", not "NotifyDispose"
        
        Change-Id: Ib60120bedb360b178a09a649de635ae3459f3af4

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [37e1495307731e6ab099c12b1d40307de31c1a09]

        ComponentFactoryWrapper was removed in 2002
        
        with commit 9e50970ccf5b12d634a8a786579220c0728f1076
        
        Change-Id: Icb1077f9aa47874ec601a93adc3561d0d99c4261

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ee39cab29128588eebb02629888b1def8d898758]

        [I]ThreadPoolFactory is dead since 2003
        
        f195124f6d58624f31469259a4dd6333e1f5c9cd killed it off for good
        
        Change-Id: Ibf217096d2f14caa5a7b1572895c81ab295f0c46

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [82bf21f4d047d72abbed46b5be1703b8eeb9b7f0]

        NoConnectionException is com.sun.star.comp.beans.NoConnectionException
        
        and not com.sun.star.lang.NoConnectionException
        
        Change-Id: Ie7b5a2aaa365fefeca1de470c18edc68c29e4a74

2016-03-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ee69514c847a61955e2d236199385403abe54e05]

        javadoc is HTML 4, not xhtml or html5, so <br/> is not allowed
        
        Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [54da5514c3b9a180a081e9836741e3297f71da7d]

        Looks like no need to instantiate PresenterCanvas via service manager
        
        (see commit message of 86ce77b9255ab92cceb6164828c90b0b3e1ee9ed "Don't adertise
        PresenterCanvas as com.sun.star.rendering.Canvas service"; maybe it was just
        cargo cult to make it available as a service in the first place)
        
        Change-Id: I31291a7685c89d469309754cc4630b824a276890

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e75979eaed5c417da5f33f7259f070afbaa674b8]

        sc: handle classification during copy&paste
        
        This is the same feature as done for sw and sd internal copy already.
        
        Change-Id: I6b8bd1228510fb2fb65ed1c2ab5e8307c38664b2

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9db5512084bb0df58322d755b7b1770a9779ab57]

        sc: make metadata available in copy result
        
        Calc had the same problem as Writer: metadata is part of the doc shell,
        but the clipboard document has no doc shell. So need to store this info
        in ScDocument in some way in the clipboard case.
        
        10:45 <@moggi> vmiklos: I would most likely add a ScClipOptions similar to ScDocOptions and only populate it in the clip document
        
        Change-Id: I4ad01faa55cfb6fb58213d67003c8c0f9849800d

2016-03-11  Noel Grandin  <noelgrandin@gmail.com>  [7f1d68a798fcde681fb01a17f0ff0fd4b2b6fb7f]

        these don't need to be fields on the class
        
        Change-Id: I6f8bab0b9c286270f1e896629379762e38d448c5
        Reviewed-on: https://gerrit.libreoffice.org/23120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-11  Takeshi Abe  <tabe@fixedpoint.jp>  [e7e1d50fc0c8077be9d9603eab8ef86098c9aa24]

        Resolves tdf#88485: Allow to select rightmost symbols in the dialog
        
        by adjusting target area with proper offsets.
        
        Change-Id: I66100c898354909623991c3af3e78287d6f5a9a0
        Reviewed-on: https://gerrit.libreoffice.org/23147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-11  Caolán McNamara  <caolanm@redhat.com>  [9048e7f58763cf87460a25cba374741352ceb98b]

        Resolves: tdf#98390 ChartAreaPanel throw during ctor
        
        after a ChartSidebarModifyListener pointing to it has been created and added to
        the model, so ChartSidebarModifyListeners exist which point to a dead
        ChartAreaPanel which has never even completed its ctor
        
        workaround this by checking that properties it querys for exist
        before accessing them and triggering the IllegalProperty throw
        
        Change-Id: I0c251360714592c78132c0867903216f3866489a

2016-03-11  Rohan Kumar  <rohankanojia420@gmail.com>  [96e44b3b510bc97ddda6caf937d031ae6a656d58]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced the OSL_DEBUG_LEVEL > 1 to OSL_DEBUG_LEVEL > 0
        conditionals. At some places i removed the logs containing
        OSL_DEBUG_LEVEL > 1 as OSL_DEBUG_LEVEL > 0 is compiled in
        production code
        
        Change-Id: I4466e7a2025b055f89fc525d7412f10bd4d8a07f
        Reviewed-on: https://gerrit.libreoffice.org/23067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-11  Rohan Kumar  <rohankanojia420@gmail.com>  [a32bfdfd280b51d1bd5283243e286f056d3986dd]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 2 conditionals with OSL_DEBUG_LEVEL > 0
        conditionals
        
        Change-Id: Ibfb3a4e00da7ef6a213dcd4659c7963935cfad1f
        Reviewed-on: https://gerrit.libreoffice.org/23081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [30b9c6a457de61f3c94431ecc75716f866c3379e]

        tdf#98416: Explicitly disable curl hardcoded CA certificate store
        
        Add --without-ca-bundle --without-ca-path options to curl configure
        in Linux, to explicitly disable the hardcoded curl CA certificate
        store.
        
        If the store is not disabled, curl configure will try to find
        one suitable for the Linux distro on which it's being built, leading
        to possible problems when building on a Linux distro type while
        targeting another Linux distro type (e.g. building on Red Hat
        derivative targeting Debian derivative).
        
        Change-Id: Id1ddf1d74e33bc66e4f7187e376d7379f5c4f36a
        Reviewed-on: https://gerrit.libreoffice.org/23141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [b2d53cc003d070181d80af92d1568de1bdcfe73b]

        typo
        
        Change-Id: I8ae443a69aab715a59f347a2de5a36b458a934f5

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [feb480d780215555541a264701ea811a5002accc]

        Synchronize all access to _sync_counter, _passedAync
        
        Change-Id: I34e9b3fb9481af30ddda8cde45ccbb27819fc452

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [86ce77b9255ab92cceb6164828c90b0b3e1ee9ed]

        Don't adertise PresenterCanvas as com.sun.star.rendering.Canvas service
        
        Window::ImplGetCanvas (vcl/source/window/window.cxx) tries to obtain such a
        Canvas service (passing in 6 initialization arguments), and the CanvasFactory in
        canvas/source/factory/cf_service.cxx apparently goes through the implementations
        advertised to implement that service, looking for the best match.  At least for
        Linux-rpm_deb-x86_64@70-TDF-dbg tinderbox, it somehow manages to pick the
        PresenterCanvas (instead of one of the more obvious choices among the variants
        in canvas/soruce/{cairo,directx,vcl}), but which only epects 5 initialization
        arguments, so CppunitTest_cppcanvas_emfplus fails with a "PresenterCanvas:
        invalid number of arguments" exception. (And the choice of the PresenterCanvas
        looks more than dubious anyway.)
        
        Normally, instances of PresenterCanvas appear to be created "directly" from
        PresenterHelper::createSharedCanvas (sd/source/ui/presenter/PresenterHelper.cxx)
        so it shouldn't hurt to no longer adertise this implementation as providing the
        Canvas service---and it might not even be necessary to make it available via the
        service manager at all.
        
        Change-Id: Ie76bfc87fec51b6d5361930204e55ef9cb80370e

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d42dc0e7ce90c0996a28d8ee084baa183c90457]

        cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific before
        
        As these fire already during the build.
        
        Change-Id: I750ea04be317fffb8bc321a2b7b4da0447789c8f

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

        tweat ExtMargins with same recurse protection as Margins
        
        Change-Id: I24640971ea6ca89878043966293492a991f01008

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [6aa5bdc371d0feab085e46b5dc58b1c56369cef1]

        ...and now it got included twice
        
        Change-Id: I5cb7eda5a8dc1bddd3e76e1d3aae94f264d609d9

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [28fb13b473012369ef5037e4d1b094dcc29dccb1]

        Missing include
        
        Change-Id: Ia99c17d90f66860bcd9ef6bb1732437e425a4a04

2016-03-11  Caolán McNamara  <caolanm@redhat.com>  [849e78756b33ff5307311349b8b1fc4bcc85d0e4]

        include memory
        
        Change-Id: If91042b2a72b0dd70cc630e1140f602ac1b823d2

2016-03-11  Xisco Fauli  <anistenis@gmail.com>  [1868a62a32cff30e3ba214cbd03917d2c6518073]

        tdf#47446: SVGIO: Take markers' parents into account too
        
        Change-Id: I41b7228ab5980581ab5e1c8c4d4d466da6045086
        Reviewed-on: https://gerrit.libreoffice.org/23124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-11  Jan Iversen  <jani@documentfoundation.org>  [00badb6fb53aa28f4184aaecd8455dcd5267c5f8]

        update genLang (l10ntools)
        
        Upgrade gLang to LO standard
        Compilation of genLang module is disabled for now
        activate manually by adding to Module_l10ntools.mk
        
        Change-Id: Ib82cae6a013d10d158ec5faa81ace512c0096a39

2016-03-11  Caolán McNamara  <caolanm@redhat.com>  [66fee51115a2174bde47c3af01a7d1fdcf1ef602]

        Resolves: tdf#98418 AttributeList must support XCloneable
        
        regression from
        
        commit 8998768a34751d35403678a81464a26835b2230e
        Date:   Sat Feb 6 18:38:32 2016 +0100
        
        Change-Id: I217fb66621505b77b6102954c07ef513e2d4b25e

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [8e94196776e902330c39257f276f995612d9a0f7]

        Better fix for -Werror=shadow
        
        Change-Id: I2dff3eeef6e9d2bcf089f054475c164c8c641941

2016-03-11  Wastack  <btomi96@gmail.com>  [ce549d2a09ad9884a7e598162cf0ca6b6bc3150c]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: Iced527f48afa828cc9acf5b6461674a2706cbcd7
        Reviewed-on: https://gerrit.libreoffice.org/23135
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [9a13cff64783a7de3dce7d484c150605bd42a4d6]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: Id991cead4f01830eafd9cf8dd63b519ef07c9451
        Reviewed-on: https://gerrit.libreoffice.org/23134
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [018c6adf85097d07a0b0fbce3d7155ca5a369ae1]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd
        Reviewed-on: https://gerrit.libreoffice.org/23132
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [7a0b8decb7d81fefced39ee04368dd0112e8ac28]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: Id70f9e55fb4ad7d3a501399b055208ea10369c82
        Reviewed-on: https://gerrit.libreoffice.org/23131
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [b91fb8465cdaaff077b9f5c2a73cfc873350126f]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: I67e6076d65b90fb386ab439c5716820a6322af38
        Reviewed-on: https://gerrit.libreoffice.org/23130
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [951917e73cc5d52453830daa47fd30b5fd834bc0]

        tdf#97966: Remove 'static' keywords
        
        Change-Id: I0a3f17d43917d05734980329231ef6e7cadfd58a
        Reviewed-on: https://gerrit.libreoffice.org/23129
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Wastack  <btomi96@gmail.com>  [83452dd0836fe0da96095a322231d837fc31934b]

        tdf#97966 redundant static keywords removed 6
        
        Change-Id: Iaf034f3b2282a973f6503edea41cb3184543fb11
        Reviewed-on: https://gerrit.libreoffice.org/23133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fea7b00e26d9e5ee9ae995d484540adadf85fda]

        xmlsecurity: add missing CSP switch to certificate generator script
        
        Without this the generated .p12 test file can't be used for SHA2 signing
        on Windows, as xmlsec.git's README points out.
        
        Change-Id: Ib97a337eca3b92dde5e0ccadee7420c492a8971c

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb63915f0ab18cd7225a573bcb9a5121c7d6b0f1]

        xmlsecurity: clean up no longer relevant email addresses
        
        Change-Id: I224a0914bd3506b4e2ce057c53838ec78187b060

2016-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f9fa48ad0539646c68f544af1d55711d7f74c15]

        writerfilter: avoid ugly cross-directory include
        
        Change-Id: I16db4e16e5c2fa3aa3bfb22f83d2c36695499b5c

2016-03-11  Stephan Bergmann  <sbergman@redhat.com>  [5d59315809eae08f2340864dd18f667ce2b24198]

        There's only a single DispatchWatcher, no need for a static mutex member
        
        Change-Id: I410d07210bd80379fd2de1b8d76843794fa5f660

2016-03-11  Tor Lillqvist  <tml@collabora.com>  [32e70912a20dc066dd1575e71b18de432a56b135]

        loplugin:unreffun
        
        Change-Id: If96188840ea0d230869a6af8c1aa366dca6a8275

2016-03-11  Tor Lillqvist  <tml@collabora.com>  [c914b6ccf1e2f7d4f7edc2ac6c502e5327dfe0ca]

        loplugin:redundantcast
        
        Change-Id: I08d68a1ff4e798d1cace56fa18c7f70a48eb6231

2016-03-11  Tor Lillqvist  <tml@collabora.com>  [53e8f648654a8d7404bbc3049328baa65473fb80]

        loplugin:redundantcast
        
        Change-Id: Ia31f94cd55f16769d8354812619a5faac4623f7a

2016-03-11  Takeshi Abe  <tabe@fixedpoint.jp>  [d31df8fb80ee7408b9c79ffd7acaf2561f75432d]

        starmath: Make examples of exponential function consistent
        
        ... by prefixing "func" so that it is the same as Exponential Function
        in Functions of the Elements window (RID_EX in commands.src).
        
        Change-Id: I823c345a0f376f0679930aa7975bdeb03575cd43
        Reviewed-on: https://gerrit.libreoffice.org/22389
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-11  Julien Nabet  <serval2412@yahoo.fr>  [05ff3d112b79202f393f9067fec4fe72f2d8ac3c]

        Let's use the iterator return by erase method of iterator list
        
        and avoid to retrieve list->begin and loop from the first element
        
        Change-Id: I536b7a03c4033b02a7226d25f64764c10c28bdd0
        Reviewed-on: https://gerrit.libreoffice.org/23126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e94d5233dd7939c54eb52fff456e817cecdf0a4c]

        work on sane lifecylce for SfxFilter
        
        all SfxFilter instances should now be hold inside of a std::shared_ptr.
        
        This fixes a number of huge memory leaks in the test framework and
        removes one huge source of memory issue in sfx2. SfxMedium contains a
        pointer to the SfxFilter but does not own. Therefore it is required that
        any SfxFilter belonging to a SfxMedium lives longer. However this seems
        to work mostly by hoping that all SfxFilter instances are stored in a
        global array. As we have seen with the tests this is not true (there are
        also some cases inside of sd that seem to not follow that pattern as
        well).
        
        Change-Id: I12fd04a504cc4efc0a94967abd91c6fe2c6a8ce8
        Reviewed-on: https://gerrit.libreoffice.org/23140
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb827f2a342602f7e62dbdebb638326193315eb6]

        fix a few memory leaks in the calc test framework
        
        Change-Id: Ic32d31913f40636e2b579d46ecf287110090772b
        Reviewed-on: https://gerrit.libreoffice.org/23139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63bb0e891e94206bbd50c657bca8661d135ef5e6]

        allow to call xpath expression on different files in container
        
        Change-Id: I0b95ac19e2f6a01cadb4de32937282f489dbca7f
        Reviewed-on: https://gerrit.libreoffice.org/23137
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a63c9c5de4de41d7b27fcee2c5e403145c970002]

        just take a reference
        
        Change-Id: I9c156cc931fa1312df3588d86e2c592c8fd79c30
        Reviewed-on: https://gerrit.libreoffice.org/23136
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a474b37ef155ad640633bcffb0c7eaee0009243]

        add assert to prevent memory leak
        
        This is on my way of tracking a nasty memory leak in the change tracking
        export code.
        
        Change-Id: Ia46ef201f757dcd7f8764c3adf487de7fec58019
        Reviewed-on: https://gerrit.libreoffice.org/23138
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-11  Yousuf Philips  <philipz85@hotmail.com>  [129d199d27f6961ea0c850686f76c83e2fc1953d]

        tdf#97906 Ensure that F4 isnt used in Writer for Data Sources
        
        Change-Id: I6bc9aa925e7ea0a9d1ee24605127b2e005811aab
        Reviewed-on: https://gerrit.libreoffice.org/23047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-11  Maxim Monastirsky  <momonasmon@gmail.com>  [42d6a165b053ebdccbd6979eb849b1abe305d2ba]

        framework: Kill BmkMenu
        
        Change-Id: I182e752f5602d946f27206a1bb744c5d2248bdf8

2016-03-10  Eike Rathke  <erack@redhat.com>  [36722b6b02f67826293946c461fb3943ec55e92b]

        wrap vcl::window* pointer members in VclPtr, tdf#97344 follow-up
        
        Trying to satisfy loplugin:vclwidgets
        
        sc/source/ui/inc/checklistmenu.hxx:199:28: error: OutputDevice subclass 'ScCheckListMenuWindow *' declared as a pointer member, should be wrapped in VclPtr [loplugin:vclwidgets]
            ScCheckListMenuWindow* mpMenuWindow;
            ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
        sc/source/ui/inc/checklistmenu.hxx:200:21: error: OutputDevice subclass 'ControlToPosMap' (aka 'unordered_map<vcl::Window *, size_t>') declared as a pointer member, should be wrapped in VclPtr [loplugin:vclwidgets]
            ControlToPosMap maControlToPos;
            ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
        sc/source/ui/inc/checklistmenu.hxx:201:31: error: OutputDevice subclass 'std::vector<vcl::Window *>' declared as a pointer member, should be wrapped in VclPtr [loplugin:vclwidgets]
            std::vector<vcl::Window*> maControls;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
        
        Change-Id: I47ba432fd76899681ec0afd852c71b584629eeb9

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

        coverity#1355504 Dereference before null check
        
        Change-Id: I1f19fa2b55054bff7bb7e34d8a07dcf29fd229be

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

        coverity#1355499 Unchecked return value
        
        Change-Id: I0b9329d00bfcebb6e29db6786715b19a7697d087

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

        coverity#1355501 Dereference after null check
        
        Change-Id: I84001559ed2bafee16a176eb11ea991397b733bc

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

        coverity#1355507 uninitialized scalar field
        
        I think
        
        commit b2fb84499e1f75735e8fd90bc2eece3fed9af5f6
        Author: Noel Grandin <noel@peralex.com>
        Date:   Mon Mar 7 14:19:22 2016 +0200
        
            loplugin:write only fields
        
        wrong wrong and took out this param along with the unused nIndex
        beside it
        
        Change-Id: Idc34e03b5d59d4b0017fff456b79c807fda2535f

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [eee4dd746ea3fc09d51d008446ec82e3de456eed]

        Fix memory leaks
        
        Change-Id: If9f7dc4a28d5e005959f0d4a0a2ed317b699f292

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8e9a7cac42d554402a6ead3a83ae8b7defc9247b]

        No more need for jfw_freeJavaInfo
        
        Change-Id: I2426a76936b4099a243ce8c102da867e7868aac3

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8546831b3b36e29c1ee42b790cbecd3fd8d8bbaf]

        Turn JavaInfo sal_Sequence* member into rtl::ByteSequence
        
        Change-Id: Iecd476970b0b7a46afe223f71e95b0010048d7b1

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5dcdb35ab1e99dbeb283d3694ab7ebba354e9197]

        Turn JavaInfo rtl_uString* members into OUString
        
        Change-Id: Ieb23b0c36ef56a4793a56cdb450df34e4d9bce1d

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [81dd7115e8da9a365a2d26e225f6ec4d2d8ccb5f]

        Manage JavaInfo instances via new/delete
        
        Change-Id: I10a113718e525b646c51aa8a19f9f2b75a36714a

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [624f9696a9d18480f04cca85c174099dbb8dbee5]

        No need for SAL_CALL here
        
        Change-Id: Iefa38d62235eb54ed5f1ff78b49127bd7bea1f5e

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [bf6c5c9b0f75ff2675db96767b468250248a7e30]

        No need to repeat SAL_CALL in definitions
        
        Change-Id: Ief75af9d08d9b7e31d821773db2363fa201f3038

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8471ba7b97a2a01039133674d3960c5c16803833]

        No need for extern "C" here
        
        ...and fix resulting loplugin:salbool fallout
        
        Change-Id: I5ae1497608d31c20b0d10676450a7673dee1c651

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [b6dbc5e70805fd5905ac6e1ec46234ae0020c4cb]

        -Werror=shadow
        
        Change-Id: I82d2d44fd43ff2a641df74b9e05aea01991d001c

2016-03-10  Jan Holesovsky  <kendy@collabora.com>  [235136c17868627412db8dda148d3c4103907c0c]

        sc lok: Don't interact with the user during .uno:SortAscending or Descending.
        
        Change-Id: Ib3679413ba59e86438dac83abfa9b624e291e5a9

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [83de4879c3cd416c423dd147be6511a1d074c8c9]

        Improve error message when URL cannot be opened externally
        
        It need not be due to no browser, but might also be e.g. a misspelled URL
        like <htp://...>, see mail thread starting at
        <http://listarchives.libreoffice.org/global/users/msg48090.html>
        "[libreoffice-users] LO 5.1 Presentation can't find system browser on OSX
        10.11."
        
        Change-Id: I74ce7abb4e78d72ce9bf92424f66608c6780d2d3

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [45a771ef727585ceb8ebcd4b4627f3aa9bfa9b37]

        Avoid reserved identifiers
        
        Change-Id: Ic2c7cc2a78e8e58c3ca28acd9b6a35ddaceeab60

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [7b9429473a68c3fbaac3685c6f1eb825bca97e27]

        Avoid reserved identifier
        
        Change-Id: I4d0dc49e44b9e9f7504008ea1d10876cd80e76f8

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [cda55df8a0091271ba372e4e191f86fdeae7ae53]

        Avoid reserved identifier
        
        Change-Id: I6c60905541de56229bc26e9dc6e589d4099e9266

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [4a296a0548c0e7ac76dca1f0fbd8e67be1f2e76c]

        Avoid reserved identifiers
        
        Change-Id: I75158ff7588452f38306b0bed351a6532b9c8d1f

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f9202971b4bd7cf21fe56fb59e26675c0cc28cc1]

        Avoid reserved identifier
        
        Change-Id: Ifc4929a5ef43194af33b0aa2816aaf21bc61cd0e

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [fede8cfaa7f43862c503476a13472020cba9ce1e]

        Avoid reserved identifiers
        
        Change-Id: I33b9966c0d57b4f9b2028352dfbb68359653f976

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [0417cdceb91160e3e9eb6ada561649a1b15858b2]

        Avoid reserved identifier
        
        Change-Id: Iba05a29b75666a595e58dfe753bba0825d09f61f

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [88754ea53da4098d2a1d00b9a99c0169eb5b0469]

        Avoid reserved identifiers
        
        Change-Id: I0e353e3d892e1d01155dd7e48f8d24597604d3c4

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [e01e2342fb063d5763706802657915720c5f3d0e]

        Avoid reserved identifier, remove unnecessary typedef
        
        Change-Id: I1172bff37539d1ffb8da7b53c0e5f1913f7b7ec7

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8988d1a744c983ecd1435cb7b75d17a6f5acf9f9]

        Avoid reserved identifier
        
        Change-Id: I69e8a6b2d449aff92e7bd8d0d4c39b0d1c71c97c

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [82ef1b8111883a04d56983892eb416f0df975237]

        Avoid reserved identifier
        
        Change-Id: I4e846dcfa3325a1b700da0ec16a380b97a9fb2ed

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [cafad3b73e5bbcc8b4f86cb7d5359b0adab75984]

        Avoid reserved identifier
        
        Change-Id: I47c9613771bb99c43c12dfe43e2d3c2417403b56

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [732417ca248519555fdf5fa344f048bfce900bd3]

        Avoid reserved identifiers
        
        Change-Id: I0b9e187be888cb1f89b52dcc60edadf6399802d6

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [1fd693e91d1b8ace3e90e0183ac379b738a42c62]

        Avoid reserved identifiers
        
        Change-Id: Ie27122c31703b1a09874d21a686cd0bc54ebbccb

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5c968ab1da2a81da13a51c9e1b3de5ee49afe323]

        Avoid reserved identifiers
        
        Change-Id: Id82db66f932c033491c6014eecdff4cc48f5c083

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [588fca321363ab9dc93fbe9296f1eec69460f779]

        Avoid reserved identifiers
        
        Change-Id: I7fe3cbd19358dafb998cae189f07e93a9ee791a2

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [fc93d61fa9e5733cd55bcae15604bbf247ca701a]

        Avoid reserved identifier
        
        Change-Id: I8fa13369070d8364c8f1f574dfa056d021d4c083

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [6d711b55d8440d3615923fd983d56d886266f8ea]

        Avoid reserved identifier
        
        Change-Id: I59b2e4859fab89fb7508b8c929d4d586495c6022

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [19a5374b063551e448aa4ece115d6f711fc0772b]

        Avoid reserved identifiers
        
        Change-Id: I52cab3f30c5a1365dd51d7db2c2cf2b3a609fa11

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [e4602e54af8777dbee3e420ac806556293f13ac7]

        Avoid reserved identifier, remove unnecessary typedef
        
        Change-Id: I2dfce92ef98ca18ac0fe2c415240216228b4ee0a

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [afc34aac2c6863f01d7e750083a422b86db408ea]

        Avoid reserved identifier
        
        Change-Id: I554fde45000114dd19f117d93ef5c7a780231594

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [af6fdd68240c3b05c3cc16b422839bd6dc14175a]

        Avoid reserved identifier
        
        Change-Id: Ie62bbf64a9cdb74725fd48a8f8dcc1ab76d97219

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [d429ea8ac159283dc5ff862c254868a987a9f42b]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: I6c0aaac10b2244271f3cdf45f4eceb6d685b213c

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [201812ee8bd8ed91df0a293649bfbd4a7dd6b059]

        Avoid reserved identifiers
        
        Change-Id: I751e75e0b63e95cc92be7b61a77ed21eeb52bc1f

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [4a7237cb3130a7f9d6739f670606598f0e836e06]

        Avoid reserved identifier
        
        Change-Id: I6ac0dfb8bb013e8106bdeb9df00aef3abe4d3af6

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [4657286f22f7975b96d37eeaea205fcacfb27ec5]

        Avoid reserved identifiers
        
        Change-Id: I815c839b19e5b2d7d5b5bab821614ad953006de2

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5da802b44ddecf6855a34ebe9353a587e3e6a848]

        Drop __store_ prefix from static entity (avoid reserved identifier)
        
        Change-Id: Ib03727f6b47d8f013f78a590d36d568ebc405bf3

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [7605a786540720c98cc87c44c4e79bf66b991af9]

        Avoid reserved identifier
        
        Change-Id: I3df7e42b69e3900eae8d10d28a97d776fabd9f4b

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5318e60b1289e888bacd6563ae55059a9e8e9f34]

        Avoid reserved identifiers
        
        Change-Id: Ifa0efa673cd60eb7bd668b72b4550da6025ffd1e

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [09f6a525fa736f7f295cd59c578f331c5d3a96e1]

        Remove unused tag type names (that happened to be reserved) in typedefs
        
        Change-Id: Ic378d548cdeeac3d41323e86c5e64ed10b370858

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a34986a76dd19536410b70f999108eb67d1443c3]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: Id7ab1345869d09b079cceae2095447e8851337d1

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [e58704ff8142a937fe156048979e8a0dc1e8b460]

        Avoid reserved identifiers
        
        Change-Id: Ie6a7e3fafd1394f93164a46fa0e7e149cf947ed2

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f5b426ebd7f224f51983a604a207fdcd760be3ce]

        Avoid reserved identifier
        
        Change-Id: Iccd3a443fc0df0b7090f91b3510e0677a0094fb1

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9b7b7351a22bc3e131c44cefaff8c32e87d35079]

        Avoid reserved identifier
        
        Change-Id: I1255d0a5a1d112077c258a141b384a655ba62dff

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [37e887d1823ae08662866416a47b9cc3b975d625]

        Remove unused tag type name (that happens to be reserved) in typedef
        
        Change-Id: I593e7f711c108b273f7a9d0bdcf90c84e97c4d29

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [daa6a98549045b450a15fb8e9082ef531e668b77]

        Avoid reserved identifiers
        
        Change-Id: I6add6c03c92576127c3e3f93892bcc00c1f51424

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [132b4e91bc6a4d4cb545f62475e3156cb22c4e6d]

        Avoid reserved identifiers (use unnamed namespace, just in case)
        
        Change-Id: I3e34368a674e9f128a32604c82181b1b99632c37

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9128faccd3e745a1087755c3086ea012109980b9]

        Avoid reserved identifier
        
        Change-Id: Ib02af22430421a2f49de742853ca0f5c42e21cd0

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [20c6cb0e793fa495f8ebfb51a3855ea76ad9a256]

        Avoid reserved identifiers
        
        Change-Id: Iaf015fdcf9818655243e138c6c655c5f86511ac3

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [317118c1c85c57d23d6b5c7c2dcf680a8d591841]

        Avoid reserved identifiers
        
        Change-Id: I036cb407c29ee375e1893b7418c7fa63bf1d592a

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [df808bec43ce5204b9b6730e91bef17bf1557ee9]

        Avoid reserved identifier
        
        Change-Id: Iea66c7230f4570d6a2b88a514958788eb4105ffb

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ee4e520d11bfb266c69c66511eee443d0bc7cc31]

        Remove unnecessary typedefs (that introduced reserved identifiers)
        
        Change-Id: I42d09cccf07dca6733f763b1026f6c138cb70a61

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [708b42b359d96d6232d190b0a4a53ddae063957b]

        Avoid reserved identifiers
        
        Change-Id: I309985d65752c4aa041cdb7c060c32d4312d442d

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8c3b333955fd1e8a7d31f177723fdfaff3e588c1]

        Remove unnecessary typedefs (that introduced reserved identifiers)
        
        Change-Id: I726ca611cce66d7e25dc91b8baaec7e588eb1b8e

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [127fbac23afa1fc94dd7f8aae390e1ff55ed5d64]

        Avoid reserved identifiers
        
        Change-Id: I074b5c4b9caec0a1c22f36e153a84104c5187e91

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9747c41d6c3106a82092b3732323d9c78f500ed8]

        Drop __osl_ prefix from static entities (avoid reserved identifiers)
        
        Change-Id: I725783d10bc1e6300c480542c536d409433ff532

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [34dc2317b2f9e5f181dc0a5420e24cafc3561a09]

        Drop __osl_ prefix from static entities (avoid reserved identifiers)
        
        Change-Id: I68e51e09ffea9328034254b694b01082dbb4e3bd

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [278983f5d805d61d0982cd2d4ed36eb3989b05c5]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: If19a3029bd7d312e40eead77856fb705d12b5fc6

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ebee3a74e8f2acaaf3057bb553ef369b9de0226a]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: I29c643a972c10f22328022b66c57c6b86f748cfe

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [4870b950d440fe527a07de5b59256c07a6013591]

        Rename _imp_get/setProcessLocale (avoid reserved identifiers)
        
        Change-Id: Iab013039d3f99ee06efc1556b768f16ec8bcee2a

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [45aaf13b8dfc5854acff7c1d4b42bbfd7e69ac35]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: I6d60bbf938a5e609efeb56d9c7650e83dd9bbbdb

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [630584ec35ba8ac0c2006eb6bbc12c836d94ef58]

        Remove unnecessary typedef (that introduced a reserved identifier)
        
        Change-Id: I2b8e5e4736fab924c02fca81aabb37c4e2361265

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a63b599779522660a53d6acff74e604db2325413]

        Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)
        
        Change-Id: Ibb7e6fc2a0fdc357e31f02d8b88e6d3c0ae02f44

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8b33a291c61b7c1bfb1c29eb0217ee69f40e91c4]

        Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)
        
        Change-Id: I9baa60e56cc1f0086218f1ee633e0041436a8f2a

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [23ee02c02538339374e991383ef390fa18859387]

        Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)
        
        Change-Id: I4f72ded322d563c6d429e0cfbf4120e4faa85c98

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [17504818a4ad2e5864ae9293751d42a7cad1e27d]

        Avoid reserved identifiers
        
        Change-Id: I6275327a1b079f8cc0939e608dbbaff544ab05b0

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [c59ec659ee5cd262c765ed101605b1c87fea2a6d]

        Remove unused tag type name (that happens to be reserved) in typedef
        
        Change-Id: Ibe1cae135879ae0e6cbc0eb01bb1704be22b8c4e

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9878e8914f9e428c304606c69b5e5af5b86c5ac1]

        Remove unused tag type name (that happens to be reserved) in typedef
        
        Change-Id: I72855ec7f5cd9873c9ab202fdcb06f5967585c41

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [eff3f82033b5862af6300876aa69d9de0486d61b]

        sd: handle classification during copy&paste
        
        This is the same feature as done for sw internal copy&paste and for the
        sw RTF filter: if the copying would leak information, better not to do
        that.
        
        Change-Id: I39186d7b798d822f1f3a5a4b1ce2aa000c6f7906

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c9f080aca4665980e8cf25ee42ad1b5ec64624b]

        sd: copy doc metadata to clipboard document
        
        Just like in sw, doc metadata wasn't copied to the document. As a start,
        copy the user-defined doc properties. Note that this just takes care of
        the source -> clipboard part, it's still up to the clipboard ->
        destination code to decide how to merge the properties at the end.
        
        Change-Id: Ic506e25ab598f4748d443d65664a193d589acd3c

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [275443f052887f67a6d459d443293690daa3ae24]

        sfx2 classification: merge common code from sw and writerfilter
        
        The two versions were almost a duplicate.
        
        Change-Id: I3148150d62484a55fc8d59ca354998f211435c0b

2016-03-10  Takeshi Abe  <tabe@fixedpoint.jp>  [ac8e83cfb41265c6d8a3f05000e2593bc01494e7]

        starmath: no need to override SmFontPickList::Update/Remove
        
        Just use them instead.
        
        Change-Id: Ic82d2c3edc1d0ccd2551f8cf208f108168148786
        Reviewed-on: https://gerrit.libreoffice.org/23111
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-10  Maxim Monastirsky  <momonasmon@gmail.com>  [21b92f386c32defa498284df752d909c9555c4c1]

        MenuDispatcher::m_pMenuManager is always nullptr
        
        ... as shown by 7da15debe39b50255cc08b3fef7ae38185a9174f.
        Which means that MenuManager is unused, and MenuDispatcher
        does nothing useful.
        
        Change-Id: Ic85619531054a573d971d38b52609e1cbcaf780c
        Reviewed-on: https://gerrit.libreoffice.org/23117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [70c8d27892f811121a891ebd4742c97d19632f93]

        Upgrade libxmlsec to 1.2.15
        
        The primary benefit is that this release supports sha256 out of the box,
        so we can drop xmlsec1-nss-sha256.patch.1 and
        xmlsec1-mscrypto-sha256.patch.1.
        
        Change-Id: I78606c02591ac8ae7e347b0faa510ae2483e3183
        Reviewed-on: https://gerrit.libreoffice.org/23096
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [069e92f5ccb7b8601e9fa8de4d3ec9639afa1ea6]

        loplugin:stringconstant
        
        Change-Id: Ib5883379db40a0685d75a3573ed91a2c440bb102

2016-03-10  Dennis Francis  <dennisfrancis.in@gmail.com>  [d799daa48987c4fa19696967dd98f690e7b94c4f]

        tdf#97344 : Allow focus change using mouse in autofilter popup
        
        Also modified CycleFocus() to skip controls that are
        disabled.
        
        Change-Id: I6d84e0d4aacc719b83c70e92a17f58f1756ff072
        Reviewed-on: https://gerrit.libreoffice.org/21922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [3b0fda641467cc99ef86eb538de02b7bfda8fae0]

        mpDispatchWatcher is a natural place to hold the DispatchWatcher singleton
        
        Change-Id: I6221023f0158388b05db045453111974c5cb0458

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9daa9799acbd3ca74c1932cff35c5cf71b26d7ea]

        Just use "this"
        
        Change-Id: If9921d73188e95395b81eb2341487423df7bc750

2016-03-10  Caolán McNamara  <caolanm@redhat.com>  [702790258c6b3ec05ce04f7c2839a48776381535]

        fix for 10 sec hang with audio-only formats with gstreamer1
        
        just do the same as we did for gstreamer 0.10 and set the
        size found condition once we get the message even if there is no size
        
        Change-Id: I826d76dd1097432e5bd33d4acc1a187b8e5068da

2016-03-10  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [69ac605191860aceee09f1147a5234222d1b3300]

        tdf#57523 - Regex search "^$" finds all empty cells in given range.
        
        Just added a condition to trigger ScTable::SearchAndReplaceEmptyCells
        which already finds and replaces all empty cells.
        
        Corrected range detection to find empty cells in data area only.
        Odd behavior when selection was left or above actual data area
        has been fixed.
        
        Change-Id: I4b0cedd9d28ebdcaf580ca1bc8da780cf6342c54
        Reviewed-on: https://gerrit.libreoffice.org/22766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [0827a83a776e8be6329d1aa3caa72bf19431ad08]

        Remove unnecessary class DispatchWatcherHashMap
        
        Change-Id: Ie73f964651aac4571ce0ddd56b5b821669188495

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [0dcd3c9572f36aa1b19a8898a2378810e6251647]

        Hold DispatchWatcher by rtl::Reference
        
        Change-Id: I2bdd63c864a5b1486f01907f9598a0c25a0f144d

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [85ecc7d1dd54c20cbfc191ef4f4cf945bb59d267]

        ProcessDocumentsRequest ctor inits pcProcessed to null
        
        Change-Id: I109f4acae9ac0a61004d06a82a479541f14cfd22

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5a9fa5ca17073f409b8ffc13d909b218b5bcb40d]

        No need for heap allocation here
        
        Change-Id: I34e96e3101f80398f238cdb5a94c00fee4b0faae

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3fcf5a3b8ea26c289b12216d7f8fdb7e07814b7]

        writerfilter: -Werror,-Wunused-variable
        
        Change-Id: Ia67b8728f3992279b89b8c212f2f9258baaf8edb

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1f9369b8181b4f135bfc8a0f1fdf1be7609fd0f]

        RTF import: handle classification during copy&paste
        
        With this, it can't happen that "paste" returns an error, but "paste as
        rtf" succeeds (from a classification point of view).
        
        Change-Id: Ia6807e5a6c065557cdd735a574ea858d29a97160

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e75f6e549eb825c310d16d11babf0fba5ee7fd7a]

        sfx2: make SfxClassificationHelper not require a full doc shell
        
        So that input filters can build their own doc properties and can also
        use CheckPaste() without having the full original document around.
        
        Change-Id: I0b8a63702f73ce04e8728a360b56ab9d1ca67af1

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b84f5a0efa4a24a3e8074bc27fb21529b9c4d3a6]

        RTF import: set user-defined metadata only after parsing all of them
        
        This helps setting all or no metadata in case an error would happen in
        the middle of parsing metadata entries.
        
        Change-Id: I349f53148627dd07f1304ebe00f0664bd23e26ea

2016-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a114b8ffaac52322c318d2dba543a2ad52cc892]

        sw: make metadata available in copy result
        
        The "copy" part of copy&paste works in sw by creating a separate SwDoc,
        then copying the selection of the original SwDoc into it, so filters can
        easily just export the whole clipboard document. A side effect of this
        is that the clipboard document has no documnent shell, that would
        contain the metadata.
        
        Add a new member to MetaFieldManager that can store metadata in the
        clipboard case, let SwTransferable::GetData() write metadata there, and
        finally adapt the RTF export to look for metadata there as well.
        
        Change-Id: Icfe32abca4290af8bf5b24a34160c43d4c87c04a

2016-03-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [1b98d7a3c4f1de39226e44e5b27351d8bfbbe6c0]

        tdf#94370: Make previews of master pages finally appear
        
        Just force the whole ValueSet to be formatted. Individual rectangles
        are already being invalidated (when PREVIEW_CHANGED event comes), but
        something naughty must be happening in ValueSet that those changes
        don't show.
        
        Change-Id: I4fd8af36e34c3a445d7b16b59e45256f016fd9df
        Reviewed-on: https://gerrit.libreoffice.org/23115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-10  Krunoslav Šebetić  <kruno0407@gmail.com>  [582631125960db3866742641a0536dbccaa76b55]

        Updated core Project: dictionaries  3bbf614616d6da0c94b8953299c467c1db7b912d
        
        tdf#98531 Updated Croatian dictionary
        
        - converted .aff to UTF8 to match .dic encoding
        - removed nonsenses like "word1yyyyyyyyyyyyyyyword2" or "wordyyyyy."
        - added 123 new words
        - added some new classes to .aff (just because I could not use default ones, nothing fancy)
        - tried to improve suggestions by adding a REP section
        
        Change-Id: I002e86fbc1b8e239404220c550e08e12b99e5910
        

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [22d6c786ef60f2db7d9f255b2ee1c35a0590e6a5]

        Adapt to "Extract Directories from BootstrapFixtureBase"
        
        (60b1c95cc47831246f097ee13dda8bcd71c57eb4)
        
        Change-Id: I7d2319624b7a4ae38b1673c5a0053626f7f58c1c

2016-03-10  Caolán McNamara  <caolanm@redhat.com>  [51d1fca2041ba4478c5abae59b1ed4fee37ea1ee]

        Related: tdf#98419 gtk3: reimplement passing window move control to wm...
        
        for wayland
        
        Dragging toolbars around to move them (starting with an undocked toolbar, not
        the moving outline fake thing) doesn't work under wayland (as far as I can see)
        without using gtk_window_begin_move_drag i.e. gtk_window_move doesn't work.
        
        But this is supposed to be used from the initial mouse click (while it works
        under wayland from a move, it doesn't work under X from a move) so rework the
        last attempt to occur right at the initial click to drag.
        
        Change-Id: I612f188b3e8482307bc816f5aa775530e6092eda

2016-03-10  Matus Uzak  <matus.uzak@gmail.com>  [6802f760a69f3b1f203d70399f0d73764f9159d5]

        tdf#89927: PPTX import: Incorrect inheritance of text run fill properties
        
        Make use of FillProperties in TextCharacterProperties.  DrawingML:
        Fill related elements in Text Run Properties are in sync with Table
        Cell Properties and all of Line Properties.
        
        Change-Id: I7c513ecfc5f94cf49e98a657384b5c0f5dddc1c7
        Reviewed-on: https://gerrit.libreoffice.org/22979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-10  Tor Lillqvist  <tml@collabora.com>  [a076feda8e6541ce611866e3f20f65648ec2b50b]

        Follow the coding style of surrounding code
        
        Change-Id: I80a2d935d92c8330f3815b6e79ccc58bc39541b0

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [0cc4e711d3d4dd9cf512ef490fabf8395eb46d3f]

        Remove unnecessary parentheses
        
        Change-Id: I6815a02ae8f47c40c3b8cf5692126142de867480

2016-03-10  rohan  <rohankanojia420@gmail.com>  [5c4717416b7eeaf99765725785278a7437fdaf8a]

        Fixed minor negation bug in SAL_WARN_IF
        
        I corrected the mistake that i did while converting OSL_ENSURE to
        SAL_WARN_IF while submitting a patch regarding removing OSL_DEBUG_LEVEL > 1
        conditionals. Thanks to Julien Nabet :)
        
        Change-Id: I374373bf151a43b1ababf4c28b509da71068f755
        Reviewed-on: https://gerrit.libreoffice.org/23112
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-10  Oliver Specht  <oliver.specht@cib.de>  [36bf13247b01075b533b127c7e5ffc760f9642f8]

        tdf#97591: mark RTF clipboard format as text/rtf
        
        text/rtf replaces text/richtext which is not RTF
        
        Change-Id: I2be750b595ba23ed75698b68c0d4ffd8f3a12870
        Reviewed-on: https://gerrit.libreoffice.org/23086
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [416526cfa382d3482042f3c917bcb2bfa178402a]

        Make CppunitTest name match *.mk file name
        
        ...so "make CppunitTest_ucb_webdav_local_neon" works as expected.
        
        Change-Id: Iecdd5d1ad19be4789bca60d455a3dfdd8fee9cb3

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [3d82b08bcea45408b1998934558e2e28721125df]

        These tests can just derive from plain CppUnit::TestFixture
        
        ...and then no longer need to override any base class setUp/tearDown
        
        Change-Id: Iaea19dfb341325bb45062d0ac0b5fa1eed0d34e0

2016-03-10  Caolán McNamara  <caolanm@redhat.com>  [68d200f490a7a21c365bf43c710c46a87f84483d]

        gtk3: set decoration bits etc before realize
        
        cause wayland is sticking a title bar into the toolbars otherwise, sigh
        
        Change-Id: Id012e9508cc0dfafbda344974a96d8a038c6c9f4

2016-03-10  Tor Lillqvist  <tml@collabora.com>  [7f25a5a0736c90a70d58fde6afaddd1ae4c24cb6]

        Add comment wondering what the code thinks it is doing
        
        Change-Id: Icb135c12b2bc159e0542994bb496b45bf1fdb9e2

2016-03-10  Tor Lillqvist  <tml@collabora.com>  [bda20c0f39acec27b39556fd7ee1cacfc2813720]

        Factor out the calls to FillRect in the DrawTextImpl() implementations
        
        They were all in fact doing exactly the same, so do it at the call
        site instead.
        
        Change-Id: Id61cf9f5881411ddb7df5c3fd98c83252637e4d7

2016-03-10  Noel Grandin  <noel@peralex.com>  [0f0c7d55f5ca96d1fdfe55b722bd272f95aa3ebd]

        rename findLastNotOf -> findLastTrue
        
        Change-Id: I7b74c7f947e9bbca8c663cacf027712621511ea6

2016-03-10  Andras Timar  <andras.timar@collabora.com>  [aa6070aab9447a190b76c538acb7d64032698b73]

        Updated core Project: help  581ea6ad44ece0d44bb062d824b3ee165bc57f20
        
        remove empty paragraph
        
        Change-Id: I4395184bc6107020abdabb542690eb2a5fb9b781
        

2016-03-10  Akshay Deep  <akshaydeepiitr@gmail.com>  [b3a28e359a527a307edf843e8590c2a73591cfe3]

        tdf#87812: SIDEBAR: More animation information in list control
        
        Added Effect Category in second line of list item.
        Changed variable names according to conventions.
        
        Change-Id: I611f3cd377eb5865f125c76c145266571b6d4985
        Reviewed-on: https://gerrit.libreoffice.org/23095
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-10  Oliver Specht  <oliver.specht@cib.de>  [d2aec5d4f804f543fa83356ec18feeb6d76b5a16]

        tdf#97619: update to match selection fixed
        
        If style to update is part of the request then use that style
        instead of the currently selected style to update _and_ apply it.
        
        Change-Id: I49537ba3a116253c4a54c2b70eded33e12d0b00c
        Reviewed-on: https://gerrit.libreoffice.org/23083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [00b57f59a17d0ad025215f1a8ce4e0c2a6c66ea0]

        Special case for ANDROID is supposed to no longer be needed
        
        ...see Miklos' comment at <https://gerrit.libreoffice.org/#/c/23078/1> "Extract
        Directories from BootstrapFixtureBase."
        
        Change-Id: Ib8bd52a9960e4631802e5649c97147c074adddc6

2016-03-10  Noel Grandin  <noel@peralex.com>  [3915ffc46fc063fa1f9be68c29a4157984f1bdb3]

        loplugin:constantparam in tools
        
        Change-Id: Ibd093ba4e8140ed3fda87ef340280433302f82a5

2016-03-10  Noel Grandin  <noel@peralex.com>  [4358dc795cbd2b49aa87c89795cf63413b82400c]

        loplugin:constantparam in sc
        
        Change-Id: Ia7bc394fdc0dba720751c2a58d55bfe34b239098

2016-03-10  Noel Grandin  <noel@peralex.com>  [f946e905c6c6bb041ae580b14b711c6964af97bd]

        loplugin:constantparam in sd
        
        Change-Id: I7f5065c08f539ceefa4b8d3925b9c09e72b25a44

2016-03-10  Noel Grandin  <noel@peralex.com>  [451dd390894e0adb6ac1349fcef88eaedff79d29]

        loplugin:constantparam in extensions
        
        Change-Id: Icdfde86b1291a9b831f6eac4d8c00faa326106b7

2016-03-10  Noel Grandin  <noel@peralex.com>  [7da15debe39b50255cc08b3fef7ae38185a9174f]

        loplugin:constantparam in framework
        
        Change-Id: I41c83b6214e3af7b3a40c8e00df5f100e39ebad7

2016-03-10  Noel Grandin  <noel@peralex.com>  [c3a3e646c921eb4fd03bd0dd772274bc36cc7510]

        loplugin:constantparam in toolkit
        
        Change-Id: I45d6c37bfe17ef686b50d688698bcc3a7f3cc311

2016-03-10  Noel Grandin  <noel@peralex.com>  [70fca3e901e41fa52589eb3f06e6839c4a8582de]

        loplugin:constantparam in editeng
        
        Change-Id: I078061c502c09bccf515151d3a5bdcd1176e64fb

2016-03-10  Noel Grandin  <noel@peralex.com>  [f803aae0f318f99eb435c8fe7fc095fcd966d5ce]

        loplugin:constantparam in formula
        
        Change-Id: I18246d34d27f1b12dfd107166b31ef16d9632462

2016-03-10  Noel Grandin  <noel@peralex.com>  [9039ba799563ed87055f43c8717ad672e57c2d46]

        loplugin:constantparam in forms
        
        Change-Id: I5e2dce3a1fcdb0ce836b9297feb287852ebc7d17

2016-03-10  Noel Grandin  <noel@peralex.com>  [ad2ccc2365f99adf6bbfbfde555bbd2146629210]

        loplugin:constantparam in cui
        
        Change-Id: I41e62f217dab471e8a8ff257516c75d4db0e7837

2016-03-10  Noel Grandin  <noel@peralex.com>  [9509a2b4d2e9d532b0583a8310fe71cd0564804f]

        loplugin:constantparam in drawinglayer
        
        Change-Id: Id0d212ff212e6ac8a2a4ab9a2552f8f8e975371e

2016-03-10  Xisco Fauli  <anistenis@gmail.com>  [fb33451a27d8668bc14f5bcfd6ea742fc4c5b84c]

        tdf#97539: SVGIO: iterate over parent's clippaths
        
        Change-Id: Iadb335bf5b328fa3fd9683da5433c299e62afa8e
        Reviewed-on: https://gerrit.libreoffice.org/23106
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [60b1c95cc47831246f097ee13dda8bcd71c57eb4]

        Extract Directories from BootstrapFixtureBase
        
        (as some tests derive from the latter only for the Directories part, not for the
        setUp/tearDown overrides: those tests will be cleaned up next)
        
        Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f
        Reviewed-on: https://gerrit.libreoffice.org/23078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-10  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [50336412f775af154509d67b1ebbdb4b5feb147b]

        tdf#89329 Use std::unique_ptr for pImpl in svparser
        
        Change-Id: Ia791bade1a1f9d27a48994f8bb380ffec50e23bb
        Reviewed-on: https://gerrit.libreoffice.org/23072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [3a8844752c22e18d27aa310ae859f8cb660865b9]

        loplugin:rangedforcopy
        
        Change-Id: Iba02e6a142b52d00c824eeddb1970546f7aba3e9

2016-03-10  Stephan Bergmann  <sbergman@redhat.com>  [6a96ad54ee202adbc0cbe2b84156c270c906db40]

        loplugin:staticmethods
        
        Change-Id: Ieaebacd43fa27b91b1ab3e6704bb591488954492

2016-03-09  Yousuf Philips  <philipz85@hotmail.com>  [08b4813172ff5566a9ea75e9fa54875edc2e593b]

        Updated core Project: help  17d37456a2c3e912a137b7af643de8aa4aa34bbb
        
        tdf#92825 Rearrange Writer's insert menu
        
        fix merge conflict
        
        Change-Id: I8c67b61fdc6042291890bf80b47d762dd89d76d4
        Reviewed-on: https://gerrit.libreoffice.org/22972
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [380e5a98d2f20d77b8fc51bbea74f554dd24cdd1]

        Related: tdf#98419 use gtk_window_begin_move_drag bodge for wayland only
        
        Change-Id: Ica19aef9b94e0c11e014f48b7801ecb0c110c44b

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [377400d8547e66598589995e8da7d8969496f89b]

        -Werror,-Wmismatched-new-delete
        
        Change-Id: I0357af933795aad10db8ab23ae9ef0373e73287f

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [7f9118adeb94416b53083d9de8d485eafad4ad60]

        loplugin:vclwidgets
        
        Change-Id: If4ec250577c6ebdc302b89587f4475713baa4b81

2016-03-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [676e6222eb679baa7cfa517708a0f621541152cb]

        Updated core Project: help  dec91da1bdf9b9abbb0d54551cf6722c7aeb3ce8
        
        "embed" is not a valid child of "paragraph"
        
        Change-Id: Ic0b57adaaa4124f22a669e5df0c95c3fd03e606e
        

2016-03-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [07079c35f153f0fcbeb289524d61202534332a7c]

        Updated core Project: help  08e2403dab9af5f30b87890a36a115d8643ac593
        
        "link" is not a valid child of "section" element
        
        Change-Id: Ice47d8d89008bb129aad8901636ecc7a9414f6f6
        

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [7fbe34824dfbe0aee1dc6d82a586723318cdb00c]

        cups_dest_s::instance can be null
        
        Change-Id: I7015bd2e13d5bf08cb9181dc9470372f0b3002c0

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [220d9c24d0e81668862010ed3e68e4f46fe9924b]

        include/jvmfwk/*.h -> .hxx (only ever included from C++ code)
        
        Change-Id: Ia912e937d5a48afb6f8f5345b20bb7bd517fc4f1

2016-03-09  Tor Lillqvist  <tml@collabora.com>  [2823f7bd4898ab9ebc7ea2937b9db235dc52ae84]

        Make the new D2D Graphite rendering work also in the OpenGL case
        
        It used to render just black boxes.
        
        The change in DrawTextImpl() semantics from
        61085083e4a5060ba7e2135818264d63c6da13c2 was not properly implemented
        in the new Graphite code. The return value is not some kind of
        "success" indicator, but tells the caller whether to continue the loop
        at that level.
        
        We do need to call FillRect() to fill the requested rectangle of the
        HDC with white. On the other hand, the call to Clear() is not needed
        and in fact makes no text show up.
        
        (I now see that that same code snippet that calls FillRect() is used
        in all the DrawTextImpl() implementations, so it should be factored
        out to the call site in WinLayout::DrawText().)
        
        Change-Id: If0533ea1edf065b06ae888c6e57c026f447bcf78

2016-03-09  Olivier Hallot  <ohallot@collabora.co.uk>  [417262ab8324585f7a977ede80c9736ef6463b77]

        Updated core Project: help  9dc3878117e8d2c4e6e6cf09b41fb2e06867a477
        
        tdf#97021 Help pages for FORECAST.ETS functions
        
        Write help page for FORECAST.ETS.* Calc functions
        
        Change-Id: I4fc3a0f18bb09e033b011206c41bec841e0d01f5
        Reviewed-on: https://gerrit.libreoffice.org/23093
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-03-09  Michael Stahl  <mstahl@redhat.com>  [45bf6d0f87aba113e0f9d5002bc130c286d50f27]

        external: add some READMEs
        
        Change-Id: If4ba9ff89d3fa1e092bc20abb72a9a0dbef5396a

2016-03-09  Michael Stahl  <mstahl@redhat.com>  [4d77c8088b52c649e80c12e208131a6844a53b12]

        nss: upgrade to release 3.22.2 fixing CVE-2016-1950
        
        Change-Id: Idc89778b488f2c84e5b0d495d2f44e623cc542b5
        Reviewed-on: https://gerrit.libreoffice.org/23070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-09  Justin Luth  <justin_luth@sil.org>  [598e6a024163f1510d076000788b7745625f5ed5]

        tdf#96685 - ensure FindFocus a11y context is valid EditableText
        
        signalIMDelete and Retrieve Surrounding Text search for the accessible
        context that has the focus.  When a context with the FOCUSED state was
        found it was automatically returned, assuming that the reference was valid.
        
        In Draw tables, especially when using the arrow keys to move between
        cells, that often was not true.  So, instead of returning a broken
        reference, keep searching through the children until a valid
        AccessibleEditableText item that is marked as FOCUSED is found.
        
        Change-Id: I71e3e9bfda56d1dfbdbd93945882560a39e40714
        Reviewed-on: https://gerrit.libreoffice.org/22263
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [cfa109827302faa7ed1247105236fe786dc53ce7]

        Updated core Project: help  35c3a7c5774b09f974ebd34919c13b3aaa51bd4a
        
        update parts related to direct cursor mode
        new Edit menu item added, icon on the Tools bar renamed
        
        Change-Id: If5edfff9fb8a71bdf3ed1aea02a23ba469e1fbf2
        Reviewed-on: https://gerrit.libreoffice.org/22880
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-03-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [761aa646fd4996ecb5dc1a01849e48e9c07b4adc]

        Updated core Project: help  eb89b812abd9181f75ebb4f99e89e792065fc934
        
        tdf#92825 adjust path and commands related to footnotes/endnotes
        Insert - Footnote/Endnote -> Insert - Footnote and Endnote - Footnote or Endnote
        Tools - Footnotes/Endnotes -> Tools - Footnotes and Endnotes
        
        Change-Id: Iffbc2f0283d073cd3b20a222d131b158e2022958
        Reviewed-on: https://gerrit.libreoffice.org/22878
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-03-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [166ec1a644270e754741ff6dbbcd9b86715922a2]

        Updated core Project: help  a31d58505cd00e5209c91f7f39aad4369086bf7f
        
        update context menu commands for indexes or tables of contents
        and another strings in the dialog for indexes/TOCs
        
        Change-Id: I40b10a9e256e6ffba134cb0ef6595429e346a4bc
        Reviewed-on: https://gerrit.libreoffice.org/22872
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-03-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [78a11821665c632638f4766a8a3637f2ede6412c]

        Updated core Project: help  7855cc1db88cb5f8bc7494fa1c21ae27ab4dd150
        
        rename "Table - AutoFormat" to "Table - AutoFormat Styles"
        
        Change-Id: Ieb972b48477308c0a5787a46fca89e1184279043
        Reviewed-on: https://gerrit.libreoffice.org/22873
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-03-09  Szymon Kłos  <eszkadev@gmail.com>  [5813660e7bfe128ac076e592fe31de64a6863780]

        icon view for RemoteFilesDialog
        
        New view type can be accessed in:
        
        Start Center > Remote Files > Icon View
        
        Cloud service for testing purposes:
        
        1. Start Center > Remote Files > Add service
        2. Set type to: Alfresco 4
        3. Set host to: http://cmis.alfresco.com/cmisatom
        4. Click refresh icon and enter login:admin pass:admin
        5. Click OK and open this service
        
        Change-Id: I3d4674bb84d1df1b678111adffe2f835d2bb2356
        Reviewed-on: https://gerrit.libreoffice.org/22437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-09  Takeshi Abe  <tabe@fixedpoint.jp>  [1de73e4ddfff3a67c9470e8434c2bb2cb3f43dd5]

        starmath: Drop SmNode::FindIndex
        
        Its sole usage can be replaced with SmNode::IndexOfSubNode.
        
        Change-Id: Icfd4a3fe846b585c5fa3f47e0768729aba66d73e
        Reviewed-on: https://gerrit.libreoffice.org/23064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [4eb5f363ed9a3181a817f12d5ec49eede13b9c9c]

        Resolves: tdf#82781 avoid dereferencing invalid iterators
        
        when using print preview with cursor on 2nd page which consists solely of
        hidden text with show hiddle text enabled.
        
        inner mrParentViewShell.Paint can invalidate iterators, as later
        detected with the mbNewLayoutDuringPaint flag but we dereference
        for the purposes of drawing the shadow before we get there.
        
        easiest thing seems to be to just grab the bits of info we want before the
        inner paint occurs.
        
        Change-Id: I09c9b06449db440b7beba7de9e71c239ee64f6ca

2016-03-09  Eike Rathke  <erack@redhat.com>  [62b40429946c0e5021912072dc79a60fc11fce06]

        Resolves: tdf#95226 second case, stack error count in JumpMatrix context
        
        For the early bail out on errors to work correctly and not prematurely
        end calculations the current error function needs to be stacked in
        JumpMatrix context, otherwise we may end up with
        ((nErrorFunction=74)>=(nErrorFunctionCount=2)) or some such..
        
        Change-Id: I3559e15180694961585db92f6aa98a46430ae372

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [5b3f84cec471ddbde98a46220096cdb952bb1935]

        Resolves: tdf#95428 backspace in readonly macro editor hangs
        
        Change-Id: I16568b00e92d18f32818188ba3ab8df92bbd13aa

2016-03-09  Michael Meeks  <michael.meeks@collabora.com>  [368d7a1a40f14c92e06e0d0e6356f24cfb444707]

        vcldemo: improved text rendering test.
        
        Merge in some interesting font / unicode combinations from bugs.
        
        Change-Id: I2c89cf505a7850fcc482826328e1cdb8e37508aa
        Reviewed-on: https://gerrit.libreoffice.org/23056
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

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

        deref of null
        
        regression from
        
        commit f17a4694b07856292804c23b80ce92967d401bb8
        Author: Arnaud Versini <arnaud.versini@gmail.com>
        Date:   Sat Feb 13 20:17:41 2016 +0100
        
            BASIC : use std::unique_ptr for storing SbiExprList
        
            Change-Id: I37f2a1c837c6742cf6d403962d2730b5e80004ec
            Reviewed-on: https://gerrit.libreoffice.org/22345
        
        because they have been moved into the container at this
        point
        
        Change-Id: If21e0321ffdce66aa9629637d0ff8c16efbbd25e

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f7af133d9bade2cf226b65fab501d68113f8cc6]

        Move classified copy/paste strings from sw to sfx2
        
        So that other modules can use them as well. The RTF import in
        writerfilter is one potential user.
        
        Change-Id: Ib009e1be2aff14d0fcac643c0c6000d2895515b0

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e1a6ba26fd0cb251f831dd2a0f60103ca1342e2]

        RTF export: write user-defined document properties
        
        Change-Id: I07dfd626f7d248e264fd1724f6f2bd1241be39d0

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

        toolbox.src in starmath is all unused resources
        
        since
        
        commit 3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173
        Author: Julien Nabet <serval2412@yahoo.fr>
        Date:   Sat May 2 19:03:21 2015 +0200
        
            tdf#68871: Remove the old Elements panel from Math
        
        Change-Id: I61ceb2e3b8dfb0a402db061cf08930f2cf2c7d32

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ff32dc66e3adb00209c82bddebfbeb47a275066]

        RTF import: handle \staticval
        
        With this, user-defined document properties are imported from RTF.
        
        Change-Id: I8dfb8e802bd26906827620550d6f5d88f047d364

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [d11b43fe02a6daf2384d50de14f98fbfd55c180e]

        RTF import: handle \proptype
        
        Change-Id: I398785ff0ac47a678e3171982119a85b107404b4

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf773edad7033b23c53b5e9a60ecc0b56d7f83f9]

        RTF import: handle \userprops and \propname
        
        Change-Id: I3fa0be5186603006e671779933625efff5d31867

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [38dd218425b3e4a56d71af7082eea1dda24b48da]

        CppunitTest_sw_uiwriter: add classification copy/paste testcase
        
        Change-Id: Ic3ac02fe28bee0ea3189fb2c9d3548f5ca13fe5c

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [76e2cede5a415df8d3e7a874f56be7a0b5953e12]

        Move copy/paste classification check from sw to sfx2
        
        So that it's easy to unit test it and other apps can use it as well in
        the future.
        
        Change-Id: I38d601924b7fbb17615ff6e9c031a71b40777c4c

2016-03-09  Xisco Fauli  <anistenis@gmail.com>  [644ace4143fe2576bfd71c8ab3da9d666d6523bb]

        tdf#47446: SVGIO: Set marker's fill attribute to black...
        
        ... if it's not set
        
        Change-Id: Iefec59f885c3708defec2b636836617bf97387fc
        Reviewed-on: https://gerrit.libreoffice.org/23046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [86692366b7edbd6dd1ce329a172fb78d402ac328]

        Resolves: rhbz#1315385 use preferred size if widget supports it
        
        when deciding if a popup needs to be placed up or down to stay
        visible on screen
        
        Change-Id: I718e0ee4a79152e919ac95841e15d4b53764ac78

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [68c656a130d78322e7098478ff7ad5bdcabc2645]

        These members can be private
        
        Change-Id: I424eb3ce7301fea29c081fd698fd32b84ba29df3

2016-03-09  Tor Lillqvist  <tml@collabora.com>  [b04a27ad6fa1088cc6887ccadab3165c43dfab02]

        Revert "Add --with-prebuilt-openssl"
        
        Building OpenSSL works fine for me now with a fresh Cygwin.
        
        Change-Id: Ic824704746ab59324e7a533b6c5545b6f1aa59f6

2016-03-09  Jaskaran  <jvsg1303@gmail.com>  [a1a63373f99a50eb0db0d8474e36278541d7c5cc]

        tdf#82335 Register Libreoffice for Kingsoft file types
        
        Registered LO for Kingsoft document , spreadsheet, presentation
        and their template types.
        
        Change-Id: If2b9f428b22f6d104c5ffe699f5264a22b814a0e
        Reviewed-on: https://gerrit.libreoffice.org/23037
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-09  Mike Kaganski  <mike.kaganski@collabora.com>  [345d5b172cb81f86e91cb5c0b49f54d4957b9663]

        tdf#98421: properly import vertical mirroring of images from PDF
        
        Since commit ae0e830f9ace78b889713e7e74ce46f88fa21470, mirroring
        is handled correctly in LO, so no need to handle it specially in
        PDF import code. Commit 11c865031cffc170d3db6b00fb48c683fb4ff070
        fixed import to Draw, this one fixes import to Writer.
        Also, unit tests for both cases are provided.
        
        Change-Id: I9ef9753a364af34f9e158052855c5dba1300c934
        Reviewed-on: https://gerrit.libreoffice.org/23028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [8b009ed87a2690ae0a307b52369c72cf968ab3b1]

        fix for older gtk
        
        Change-Id: I1a3286b2f967f50fbaef7e3726e48ae82fd145aa

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [1ae7ef393f4e49d25a742aa98d9f1a81016ab458]

        loplugin:defaultparams
        
        Change-Id: I2024819c7c9e582e6c3dbf431964a730a2f3fc5e

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [bb444d2a3ba5324a1615f094481d3206141fdf10]

        loplugin:defaultparams
        
        Change-Id: Ief616bc74965b2938834ac9ffd66a03c6433d259

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [29fc44c6f8478f218d7b9959cf8a9e7141a26ce6]

        fix debugging stl iterators assert in bibliography toolbar
        
        bibliography: click autofilter toolbar icon to get drop down, select an
        entry and assert on use of invalid iterators.
        
        In this specific case we want to reset them all, so add a new simpler
        method to just do that and not do the (always supposed to be true) comparison
        
        note: in ORowSet::checkUpdateIterator
        at m_aCurrentRow = m_pCache->m_aInsertRow; these iterators are then invalid
        the whole iterator caching and fiddling here is concerning.
        
        Change-Id: I74952896f47ac482b6bacb26afe5b1cfcf6bc49c

2016-03-09  Noel Grandin  <noel@peralex.com>  [c8a93253e43e81e5dbc89937f2a21ca75e0582bc]

        remove unused NOT_POOLABLE enum value
        
        and simplify the resulting SfxItemInfo field down to a single bool
        
        Change-Id: I73e24e83d39afc7660ac85872ba96bc790713cb2
        Reviewed-on: https://gerrit.libreoffice.org/23058
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-09  Caolán McNamara  <caolanm@redhat.com>  [9885a4f10f6b900a2a870e5fe691c4a465522b75]

        gtk3: try and keep sync with yesterdays upstream scrollbar changes
        
        Change-Id: If3942704602b82bc99ce49a230930ef59cc862da

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [5f31291fb9242592b61a231b1586ed8e6924d0b2]

        loplugin:defaultparams
        
        Change-Id: I3e48d61607dd54bc0d0f35308e388037283267ad

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [81c5f8c26759c22b332f3a9d730be7fe5b0289fd]

        clew: Untabify, remove spurious spaces at line ends
        
        Change-Id: I4bdcc848ffcd4084d0f8ed6bf3de59c5feab6dd8

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [815a5b139f53e7222fe067221255dee81cb58ca8]

        clew: Fix line endings from CRLF to LF

2016-03-09  Xisco Fauli  <anistenis@gmail.com>  [ecc7f698b5f080530f006218fa3dd82da43d9abb]

        SVGIO: Fix problem when style's parent contains a mask element
        
        Change-Id: I26aab6c0f959f6cc78d040f59f1acf0c7e29931b
        Reviewed-on: https://gerrit.libreoffice.org/23045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [49b78749b1323dc7978d15135bc42646cb0db719]

        mpUpdater has been proven unused
        
        ...by 435d6d50c3cdb6711942ee40dc2fae1865361845 "loplugin:constantparam in sfx2"
        
        Change-Id: I28db5cc1fd6506ba9e374d28b40e5d0cf7d676bd

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d5bf6562746dab498ab54a6003d47f1cbf8ee15]

        Indentation fixes
        
        Change-Id: I536ab12cfedb6dae605af2f29a7a9b34fad06ba0

2016-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [469e17ac5be4205c0f3e704607c38274f092e617]

        sw testcases: avoid using UI name for default style name
        
        Change-Id: Ic2e08245dd022555ad6308283d406d81141a9124

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [50bf3061e6645125ef4355f214dd35656012048b]

        typo
        
        Change-Id: Id990e76769c3b5e2e048f3faf754efbae2b41c3f

2016-03-09  Tor Lillqvist  <tml@collabora.com>  [553610565ad0395155ae394a9682b28a10205bb4]

        loplugin:defaultparams
        
        Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c

2016-03-09  Stephan Bergmann  <sbergman@redhat.com>  [524ae3589c35e4e153d9644da97180668bfbed36]

        Use plain assert (to complement use of static_assert above)
        
        Change-Id: Id4ac9e86a6af3fa84f7a9680051dfe2564f8c5c5

2016-03-09  Tor Lillqvist  <tml@collabora.com>  [74a92007566c8a3797fe98197df6e35113236d98]

        loplugin:defaultparams
        
        Change-Id: Ic3dad4fc22612ac69002000c601af5868c8a35d9

2016-03-09  Noel Grandin  <noel@peralex.com>  [1b1080fe8a2368410982c5b11575de183fb1bfa9]

        loplugin:constantparam in dbaccess
        
        Change-Id: I44b5a586a1b0da47e032dff097ebf545f5fe76fc

2016-03-09  Noel Grandin  <noel@peralex.com>  [ed4375c6d834e68a3f7c7dfb39a6ae0755da4785]

        loplugin:constantparam in idl
        
        Change-Id: Icb5e64f17d9472320a79363b1e926e2b4ab05273

2016-03-09  Noel Grandin  <noel@peralex.com>  [1dc23829b9a38d4c6be4a0649dee28a5693ac87a]

        loplugin:constantparam in connectivity
        
        Change-Id: I5e71b3de15e043066cd4177dd42b231527eb71e4

2016-03-09  Noel Grandin  <noel@peralex.com>  [978cfb856b013580921dc2c262565438692d4221]

        loplugin:constantparam in accessibility
        
        Change-Id: I65f2f39c6bd5c222d7d8a21748ad02c521b7377d

2016-03-09  Noel Grandin  <noel@peralex.com>  [5c1c8f53d7f6fa5eeaac7fca75bafad9154e1be5]

        loplugin:constantparam in basctl
        
        Change-Id: I07d22585e768335f61d70bf18807479a2675804a

2016-03-09  Noel Grandin  <noel@peralex.com>  [cc091b034336d3ded4538c039eb9086d271a3d98]

        loplugin:constantparam in basic
        
        Change-Id: I5b49406535c1ec95e47fe237a23184a499b875e5

2016-03-09  Noel Grandin  <noel@peralex.com>  [30a7c24bcd18b6de382e5fc53023405a4941cfa9]

        loplugin:constantparam in lotuswordpro
        
        Change-Id: I8f8efa6b01fa0bcab074ac54029d95778cb388ab

2016-03-09  Noel Grandin  <noel@peralex.com>  [cb629a39b1f42032dfc8ccb9132c34cac3713070]

        loplugin:constantparam in reportdesign
        
        Change-Id: Ic98927f6d671b266479c3bbbc2a237c815bc2423

2016-03-09  Noel Grandin  <noel@peralex.com>  [3a95902b940d32c2bd1e66a537b15357d5c57f16]

        loplugin:constantparam in slideshow
        
        Change-Id: If6c9b8e551d6e6dc857f634e1e8db092541c1031

2016-03-09  Noel Grandin  <noel@peralex.com>  [435d6d50c3cdb6711942ee40dc2fae1865361845]

        loplugin:constantparam in sfx2
        
        Change-Id: I50a2d8221f907f0e844e558f3dbdd0346c010201

2016-03-09  Noel Grandin  <noel@peralex.com>  [96a2aa94b2a68e12ab74cb6d8f4a16f6c63e4ccf]

        loplugin:constantparam in svl
        
        Change-Id: Iefc441262cbdc6f115ea4ca5a673456b59477e13

2016-03-09  Noel Grandin  <noel@peralex.com>  [44bccf92bc78daa93e969e8b37aeef96a3b38987]

        loplugin:constantparam in svtools
        
        Change-Id: Ica82c2758030729ee0d1480c16720cf6c8fed487

2016-03-09  Noel Grandin  <noel@peralex.com>  [ff745fc0d973b8d793c3ec21f258ebe695ce3ee2]

        loplugin:constantparam in svx
        
        Change-Id: Ib2a432fc334898c75ab5e5cf629a21fd310bd467

2016-03-09  Noel Grandin  <noel@peralex.com>  [c09b3e32372537be739182b02ae83a96386d1e1c]

        loplugin:constantparam in sw
        
        Change-Id: I8fa1af4a34770b71f6f4bb28b3313edf4875322b

2016-03-09  Noel Grandin  <noel@peralex.com>  [af74913da2b63857a248ac8fc4fa438b7a8663ec]

        loplugin:constantparams in ucb
        
        Change-Id: I6b925336b13404ccf0f78f194bd3488a22f99b97

2016-03-09  Rohan Kumar  <rohankanojia420@gmail.com>  [0a8c9fde3ba59a278c9ee4d18f099cfeec71fbef]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals and left SAL_INFO()s
        statements alone. I also removed OUStringToOString(..) calls that were
        used by SAL_INFO(..)
        
        Change-Id: I01cce00265531d7f0ad0a6f564fef6262d3d1205
        Reviewed-on: https://gerrit.libreoffice.org/23036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-09  David Ostrovsky  <david@ostrovsky.org>  [adfa77254927dcb3f2a87eb0d23c71ad7282948b]

        Add missing includes
        
        These include were needed to compile on Windows, MSVC 14.0 with
        clang-cl.
        
        Change-Id: I4ca5cec8314920e90fcca6fa69ec4df87d680f29
        Reviewed-on: https://gerrit.libreoffice.org/23044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-09  David Ostrovsky  <david@ostrovsky.org>  [1baf5c3c66700b8072436ae0fdb210a442cc7e68]

        Fix unrecognized -Wv:18 option for clang-cl on MSVC 14.0
        
        Change-Id: I4ac94475b663c1ec1f5148b766a81a31adb1d49e
        Reviewed-on: https://gerrit.libreoffice.org/23038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-09  Tim Eves  <tim_eves@sil.org>  [64172644c898d4f5f29494b2f8b5fbcdc2cd9824]

        DirectWrite rendering for Graphite to work around ExTextOut bug
        
        ExTextOut has a bug on Windows 7 and above where it incorrectly
        positions certain diacritics, using DirectWrite and Direct2D fixes
        this. Implemented on-demand loading of the DLL so the old ExTextOut
        based renderer will be used when drwite and d2d1 cannot be found
        allowing this work on Windows XP (where this bug doesn't seem to occur)
        
        Change-Id: I767d62c8188511e745373b61ba51e7e2745f7b8b
        Reviewed-on: https://gerrit.libreoffice.org/23020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-03-08  Jaskaran  <jvsg1303@gmail.com>  [45701913f642b17aabd67b52de9002cc79cf07ae]

        tdf#75280 Replace sal_uIntPtr to better types in /connectivity
        
        Many other occurences of outdated sal_uIntPtr still remain.This
        commit does not fully fix the issue.
        
        Change-Id: I744a4399a12cefb48e948c20c2d0dec833116b81
        Reviewed-on: https://gerrit.libreoffice.org/23034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-08  Michael Stahl  <mstahl@redhat.com>  [7faecc70c286c0e1a3068b77ccde771640928b37]

        tdf#87530 finish the regression test
        
        Need to store the document twice to actually reproduce the bug.
        
        Change-Id: I2332bce1e30546b3a9fe2ec020f2eea8e8d0da58

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [ea5bc30fbbfc5f3695290701cda9033f28bf5fe8]

        Extract static_asserts out of OSL_DEBUG_LEVEL > 0
        
        Change-Id: I604b41a5063728833d57e2589e6d3ec39eb67166

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [4f56db98af686bab0ec90b4342428b7fd42b2f7b]

        Clean up namespace
        
        Change-Id: I8207f7906cb8914b6c272efaf8f136a1bce7e4b0

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e]

        Extract checking code to its own check.cxx
        
        Change-Id: I9d5b14c374ce62ac7b970faa30c38a5a76568ed4

2016-03-08  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6651aca57bae1bef3343f26d1a0fd59d3802c1cd]

        tdf#98052 - even polygons were not drawn on the alpha device
        
        Change-Id: I5725ec23869b295c8021bef0330ee6f69f206351
        Reviewed-on: https://gerrit.libreoffice.org/23024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-08  Eike Rathke  <erack@redhat.com>  [0947c9be4d09999a9bd3842fbd66690572c40eee]

        Revert "tdf#98403: UGX Currency is "Uganda" not "Ganda""
        
        This reverts commit 42032f5d3b960185a9e4b1b63680af0ae27dca2d.
        
        langtab.src lists language/locale names!

2016-03-08  Eike Rathke  <erack@redhat.com>  [6f6c21ad91d10f160ab904985cfcaefd98102636]

        Revert "tdf#98403: "Ugandan" is better than "Uganda""
        
        This reverts commit da75a89925bce029c9464586ebf73e18e0342a9e.
        
        langtab.src lists language/locale names!

2016-03-08  Dennis Francis  <dennisfrancis.in@gmail.com>  [7c0f6b9d0fb8d7d9e54865ccf1047bb8f8148101]

        tdf#94561 : Create notes drawing objects only once on sheet copy
        
        Skip copying notes in CopyToColumn() and then
        call CopyCellNotesToDocument() only after copying hidden rows
        and filtered rows info. Skip copying notes drawing objects
        in ScDocument::DrawCopyPage() when inside ScDocument::CopyTab().
        
        Change-Id: I38296bb5d1cc062d473ea4a5a3143f6c1787fc4a
        Reviewed-on: https://gerrit.libreoffice.org/22331
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-08  Eike Rathke  <erack@redhat.com>  [10f048bafa52bc443249bf7abe23ad5c96f98f80]

        unit test for tdf#98389 huge external range reference matrix
        
        Change-Id: I838421dc6e15baea5f209d1b096509742dea58dc

2016-03-08  Wastack  <btomi96@gmail.com>  [7218090791da47aa37292f16bc1fa6f30607a58a]

        tdf#97966 Drop static keywords from two functions inside an unnamed namespace
        
        Change-Id: I4fca1e813eccfeb5185e7a50aa301e7ad1ee61b5
        Reviewed-on: https://gerrit.libreoffice.org/23015
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [32c2a2f8dc04af8a49ad3580af0ea647c45eb877]

        sw: detect copy&paste between different classification levels
        
        With this we cover all 4 cases of copy&paste between possibly classified
        documents. When both are classified, then we also check the
        classification level, if they have the same scale.
        
        Change-Id: I8c02781fc9755114cd6a2fb93be11dca7b3441d0

2016-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [740a72e66ddf3efd4028d8268239f9a50f759499]

        sfx2 classification: expose impact scale and level
        
        This allows application code to prevent copypaste from a more
        confidential to a less confidential document.
        
        Change-Id: I121c7566c948340e7b41d3f8462b0d65a2441b0f

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [1316543eb89a8c30edf547c76852f3e0f8ae848e]

        TODO: Work around loplugin:salbool in cppu/source/uno/data.cxx for now
        
        Change-Id: I1730c09669426e049aba941ef27341581ce31887

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [c94f5b026010de00504b19015d0454ca19966da2]

        loplugin:cstylecast
        
        Change-Id: I3771f84ec94c62988c075dd26ee1de17200af705

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [c2fe73d6a976e5a9131ff4aa04e7b5cea674ef19]

        Remove redundant checks (that trigger loplugin:implicitboolconversion])
        
        Change-Id: I86c0b56b7d330e3e3450a5806a89ca8fb7a1bfae

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [05bca569232d0ece0c6700513b7b1351238c85ec]

        tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionals
        
        Updates pointed by sberg
        
        Change-Id: Ie12548dfa9ad3a6836efbfe64153bc075f138fc6
        Reviewed-on: https://gerrit.libreoffice.org/22622
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-08  Chirag Manwani  <cmkmanwani@gmail.com>  [b38f58a3f959b5e36813f8c2d88bdb2baf03a1b9]

        tdf#97703 Removed empty setUp/tearDown methods
        
        Change-Id: Ia62de30ae94bdae87cd5109c44eab40af4d020e5
        Reviewed-on: https://gerrit.libreoffice.org/22985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-08  Caolán McNamara  <caolanm@redhat.com>  [68b5875647dd3f39f9e01eec75383a5b9b3ef3a6]

        convert custom bibliography toolbar to .ui format
        
        Change-Id: I70eb0e2ff96879d1168b241852a0079f540b0319

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

        Updated core Project: help  7d13cf69810e9a6ea8ab42bbf943d9a708e66fc6
        
        update help ids for bibliography toolbar conversion
        
        Change-Id: I3059a98f6ad79f413395550bc1a270a5396decf3
        

2016-03-08  Steven Guo  <steventimothyguo@gmail.com>  [5819268ad709f52417b59421260e86e9c7e90f75]

        tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors
        
        Replaced boost::noncopyable with plain C++11 deleted copy ctors
        in /basic/* files.
        
        Change-Id: I9c0eb0a51ec5cb25c88c72b55f42864e73006e6b
        Reviewed-on: https://gerrit.libreoffice.org/22969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [b9a25b254b93568607285f9396c87f4286d7132e]

        Various loplugin warnings
        
        Change-Id: I7a405bc22d6ff337d53ad2c187f2ae1726798bb5

2016-03-08  Takeshi Abe  <tabe@fixedpoint.jp>  [7fd9579c36688bc857022c8a0805f7da539fb92e]

        starmath: Use assert for impossible null-dereference
        
        Change-Id: I3a0e78985470f210dd093dce3e87671980e647f4
        Reviewed-on: https://gerrit.libreoffice.org/23016
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [16fb0d3d0f68708c183c53bd18660a23970b77fe]

        tdf#98407 PathSubstitution: Add substitution for $(username)
        
        This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc)
        
        Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2
        Reviewed-on: https://gerrit.libreoffice.org/22901
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [f9ddda353851b019c2eb8a427ee9f8042f8107b0]

        Remove ornamental noise
        
        Change-Id: Ic8d33142b6bd7d271e94ec93661f0260bb2ea6e2

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [2ed1b3e0cdd74a6bb78c666375d0f4af2218b5db]

        Keep entries sorted (and no need for a @section here)
        
        Change-Id: I356a6bde62d883adf4cfa9e34e87791eee9668ca

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [a3fd6896633be3936c59abc7e01805482ac2f47a]

        Remove unused macros
        
        Change-Id: Icc1f5dbe7bac1d80429cafda7e88061193dd137a

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [987626ee9482407b666abd1d9578aacb410e9935]

        Remove dead code
        
        Change-Id: Iebaf8af5dbf11cd255f67202bbb18f61b1bd39fd

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [07c514662a41553aba3c1c272072c12e8a3e35a1]

        Remove unnecessary include
        
        Change-Id: I5a0b1528a7ad3cff15d185600d4bd74c25fb30bb

2016-03-08  Maxim Monastirsky  <momonasmon@gmail.com>  [6b879eefa707236a713d57e04cdc89e117dba5b3]

        Unused define
        
        Change-Id: I3f0218ad6fec542d285bfbfdd2d508375f74dee5

2016-03-08  Michael Stahl  <mstahl@redhat.com>  [466c03f9566344b24aaa70b374daf46054914290]

        Revert "tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals"
        
        In a build --with-lang=2 languages this generates millions of lines of
        output, it prints for > 2 minutes straight.  Our build system is not a
        terminal benchmark, and i have no idea what the problem with
        "OSL_DEBUG_LEVEL > 1" conditionals is anyway, so revert it for now.
        
        This reverts commit 3f80f144cff8d8ddd1d33e7b8ca6dbe2ad8d8491.

2016-03-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [291e00bb43b22d1848a3e628eefca20defe6621e]

        Don't leak docshells
        
        Change-Id: Ifc19a005925342865384fa7bd189bba929c58d28

2016-03-08  Tor Lillqvist  <tml@collabora.com>  [56f9a64899fe4e4b09acdc05a137c69185738668]

        Remove spurious \r from OSL_TRACE output
        
        Change-Id: I84f34f25a5d0deb6a23c233b981daacea4fe9d33

2016-03-08  Michael Stahl  <mstahl@redhat.com>  [07d4c443e21cd22545d4516515c50b1c8dd39a9b]

        sc: remove unnecessary orcus external usage from makefiles
        
        This caused incremental builds to fail after today's orcus upgrade.
        
        The cxx files of these tests don't actually include orcus headers, so
        the libraries were not re-linked in incremental builds.
        
        Change-Id: Ibfcf216a7848f3c0adfae4ef59c4b756c290d6b2

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [29cb1f192312d395067b5024e40aea3388f7674d]

        Remove ancient StarPortal leftovers
        
        No UNO bridge has a "user" token in its description anyway, so
        needsSecurityRestrictions always returned false.
        
        Change-Id: Ibc3aa25212a2e8b245c13578fa29582be42791e6

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [6326d76101857e94f241dc671c3e3a2a7bf9b031]

        tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
        
        Updates pointed by Sweet5hark
        
        Change-Id: I747e92ca9ee39a027b1e9b27b131f249a33b77db
        Reviewed-on: https://gerrit.libreoffice.org/22980
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [ea3151acb4915e56c702e4edfa92a9b571c3d104]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I replaced OSL_DEBUG_LEVEL > 1 to OSL_DEBUG_LEVEL > 0 in most of
        the files as suggested in easy hack
        
        Change-Id: I2c46dfd9de2ae965680494146120ea3c7530cc98
        Reviewed-on: https://gerrit.libreoffice.org/23012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [5c1234eac2b9f3a3ea032e4828a15bedca6b9ebe]

        loplugin:nullptr
        
        Change-Id: I0c78ddab5efb7a295ccf42b6539b5aa3b7009bf9

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [576ab772555ed9f06995d9b5d605c90191500a76]

        tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I either replaced OSL_DEBUG_LEVEL > 1 with OSL_DEBUG_LEVEL > 0
        statements or i used SAL_INFO(..)s
        
        Change-Id: Iefb6b83e86e1767e55600b6e1989ee91207fb220
        Reviewed-on: https://gerrit.libreoffice.org/23000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [26b69a9d0f6ae454ccd57019a68ef96be2568ba5]

        tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed the fprintf statements and replaced them with
        SAL_WARN statements.
        
        Change-Id: Id75e310e3a95b249fdf92a4dd5a9bcf1b7fb9be6
        Reviewed-on: https://gerrit.libreoffice.org/22984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [856cf7115d7b52f38371047b4a1aeae747a5d9bc]

        tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals in order to
        reduce debug levels.
        
        Change-Id: Ia1890277aec8ba0b57e325564a107d7fe2f6e967
        Reviewed-on: https://gerrit.libreoffice.org/23008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-08  Rohan Kumar  <rohankanojia420@gmail.com>  [3f80f144cff8d8ddd1d33e7b8ca6dbe2ad8d8491]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I removed OSL_DEBUG_LEVEL > 1 conditionals, replaced them with
        OSL_DEBUG_LEVEL > 0 as suggested in updated easy hack
        
        Change-Id: I4af8cd2a9bf9980fc98967d499d1fc30642251f4
        Reviewed-on: https://gerrit.libreoffice.org/23010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-08  Yeliz Taneroğlu  <yeliztaneroglu@gmail.com>  [df750471d757562671e612fe83d758231dd58b58]

        tdf#74608 comphelper: Constructor feature for InstanceLocker
        
        Change-Id: If2c597d56d4dde74ec8361b74bdd1933f42afa4b
        Reviewed-on: https://gerrit.libreoffice.org/22940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-08  Caolán McNamara  <caolanm@redhat.com>  [9c72eca1fbec84c65b3c9733666470d94577da7a]

        need stdexcept
        
        Change-Id: I008591c9d64a99939237e267b9ef6f28b2ef7964

2016-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad5427c03cf4d6506039a994cfb8a51d3ecda3e2]

        sw: detect copy&paste from classified to non-classified documents
        
        It still allows copy&paste between different classification levels,
        though.
        
        Change-Id: I142b6c2ab752a5b786fe6a16e29a89e549254d0f

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

        avoid infinite regress in busted documents
        
        Change-Id: I639617e41cd9a9a51a3dd3efa32ac1cf2991b9d2

2016-03-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [08306201bc88b2efe915e27799b44aaf00a3db7e]

        tdf#94635 synchronise argument labels in function wizard with
        
        used labels in the help text.
        (See tdf#97021 for help text.)
        
        Change-Id: If4812ee71806233c9e33ae904aa2c80b8bc4e3b5
        Reviewed-on: https://gerrit.libreoffice.org/22978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-08  Maxim Monastirsky  <momonasmon@gmail.com>  [6d2db6cf7caf55422eed69212236aab8542a3415]

        Move anchor submenu to separate popupmenu file
        
        Objectives:
        
        - Reduce copy-paste, by defining the list of commands
          only once, and reusing everywhere (menubar, context
          menu, toolbar button).
        
        - Kill SwTbxAnchor. Once we have separate popupmenu,
          we can just load it with the generic controller.
        
        Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c

2016-03-08  Noel Grandin  <noel@peralex.com>  [2600220f53f51be2d017b012c56293bf8cf835ef]

        loplugin:constantparams in vcl
        
        Change-Id: I2114436f4bef3ac71a3035a206186cefaf88bca1
        Reviewed-on: https://gerrit.libreoffice.org/23023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-08  Noel Grandin  <noel@peralex.com>  [7f40ed57eb921e491f2fb83c820cb453babd9843]

        loplugin:constantparam in xmloff
        
        Change-Id: I531dcf0861ab5a545eec16bf4aa92ac92eb9626e
        Reviewed-on: https://gerrit.libreoffice.org/23022
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-08  Eike Rathke  <erack@redhat.com>  [9cae3a88587deaf22ee83b2e36487013a1220a3b]

        setCellRangeData: check matrix size before operating, tdf#98389 follow-up
        
        Now that we can have the one element error matrix we can't blindly call
        ExecuteOperation() on it that would access elements out of bounds.
        
        Change-Id: Ib6e5525f685c9324235f128a943dd716ea7a3fca

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

        building against 110 different operation system variants is a pain
        
        Change-Id: Icbb9e2590f1b8b18c021b978baf7f79c838c4c9c

2016-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [078c00e3a3c971ac83154948d5f08462532b9dc6]

        tdf#97601 sw: don't mark an already modified chart as modified
        
        Regression from commit e2b260fc98e833d4e64426b90992094f2da0498c (sw: let
        layout not mark embedded object as modified, 2014-06-03), an infinite
        loop was caused by:
        
        1) SwDoc::SetOLEObjModified() triggering the maOLEModifiedIdle Idle
        2) which at the end called SwWrtShell::CalcAndSetScale()
        3) which at the end called chart::ChartModel::setModified()
        4) where chart code called back into SwDoc::SetOLEObjModified() via the
        modification listener, and this happened again and again.
        
        The original fix wanted to avoid marking the document as modified
        without a user interaction, so fix the bug by only calling setModified()
        if it prevents a not-modified -> modified transition. This keeps the
        original bug fixed, but prevents the infinite loop, that is always a
        modified -> modified transition.
        
        Change-Id: I3b56a91afaacd3e0b7cb646a492fd15f1b5168ee

2016-03-08  Tor Lillqvist  <tml@collabora.com>  [fcd8844cb01722fbc09a9947440912bf57b1b6c7]

        Bin unneeded inclusions of dbggui.hxx
        
        Change-Id: I5cac6fb0278e3952e2538f06188ed510644fcaa0

2016-03-08  Tor Lillqvist  <tml@collabora.com>  [13e9870bb554d23eef18f327970b1c378bcf7068]

        Bin a pointless level of macro abstraction
        
        Change-Id: I343844aca956a1ce05c733f60a28d51115574ef8

2016-03-08  David Tardon  <dtardon@redhat.com>  [07b3d72efad04e4caa28b3195c5c0bec6e5bd833]

        Boost.Thread appears to be unneeded
        
        Change-Id: I62ec68ed2ff67ac62137de2fcd7106ada90721ae

2016-03-08  David Tardon  <dtardon@redhat.com>  [23d2e0e8ca3dd34e96f39bf74fe4705ef640330d]

        follow the boost lib naming scheme for DateTime too
        
        Change-Id: Iae7967bd5f161ecbe888824a4bcb9b87ec8d947a

2016-03-08  Stephan Bergmann  <sbergman@redhat.com>  [5e79a328645e6bc2ac3cbd7f2d6b9298772c0598]

        New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)
        
        ...in LibreOfficeKintInit.h's lok_loadlib, now that RTLD_GLOBAL isn't only
        needed for UBSan (62b124b2704adf11a63681164d05a8eb49dfb105 "Ensure RTTI symbol
        visibility for Linux Clang -fsanitize=function,vptr") but also for
        -stdlib=libc++ on Linux (see
        <https://whatofhow.wordpress.com/2016/03/01/libclibcabi-on-linux/>).
        
        Change-Id: I24ed6612c3d922eba695423d46af5635c77f7077

2016-03-08  Noel Grandin  <noel@peralex.com>  [b4fda7b3f9cf928f45baf6846dd70e97cdb9904a]

        new loplugin:constantparam
        
        finds parameters that are only ever being called with a single value
        
        Change-Id: Ibd0c9b6e6dbc1d1b5d5a005eaa19959560a6e50f

2016-03-08  Jan Iversen  <jani@documentfoundation.org>  [c0bd26d73d438b6efc14b56231a6e7f05c8e4b92]

        Updated to solve problem with gerrit patch 22363
        
        Regina posted comment on 22363, that this change was needed.
        
        Change-Id: I9021d40ee7c1ca7ca74d67c61fe58ce976da38c0

2016-03-08  David Tardon  <dtardon@redhat.com>  [b4339fa7eee12f173b2273aed5dc6b8abae528f4]

        define boost_filestystem external for system boost too
        
        Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e

2016-03-08  David Tardon  <dtardon@redhat.com>  [ed41a33ca22f46b123df4132d376247682af07af]

        detect Boost.Filesystem
        
        Change-Id: I86c268f49f44bd1e208a9de781a16bf19450c64c

2016-03-08  David Tardon  <dtardon@redhat.com>  [57c439a15e151fa9f7c298ceb15165749958c53c]

        reduce copypasta
        
        Change-Id: I5303caf69128a0a6d28fccfcf2ab63ed466e3853

2016-03-08  David Tardon  <dtardon@redhat.com>  [d72a33c6aed0ca8f9fe0b90bc6d72e7313985524]

        reorder
        
        Change-Id: I8ff9f61475fddb475fe08e867c5446c825abb7dc

2016-03-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b325b4c286b56a63316063a3ac4648bf7b7efcbe]

        Update liborcus to 0.11.0.
        
        Markus did half of this, and I simply carried the torch.
        
        Change-Id: Icd3ee1e4b5bd562faee06dfd9dce52a4bed49a71
        Reviewed-on: https://gerrit.libreoffice.org/22943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [a420a4346ec21ea561f1321767d6a5eed98df02b]

        openssl: fix WNT build
        
        For reasons beyond human understanding, the many-tentacled horror that
        openssl calls its build system puts headers in "inc32" directory on
        Windows and "include" on other platforms in 1.0.2g.
        
        Change-Id: If03c80f5a31bb6e378cd187051b020579af7f7bd

2016-03-07  Stephan Bergmann  <sbergman@redhat.com>  [92dc6a29970731f0b30e434c362897b0a0afc61f]

        loplugin:defaultparams
        
        Change-Id: Ibc922d84aeaba4e2dbfac3a23f253db76408db45

2016-03-07  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [123b41c3870810d61fde5e17c74a352e3fd2a694]

        tdf#65219 Fix temp files clean up in sw unit tests
        
        Change-Id: I57f4dc90bc2ad8488af8cd42515b195f4320a9d9
        Reviewed-on: https://gerrit.libreoffice.org/22939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [c7ca0718f721c6551ebf5514c58a2f517ee2c6e8]

        RepositoryExternal: missing dependency in openssl_headers
        
        Change-Id: I4a9f6c07204f2784ac6cac28bed9dfa700950c09

2016-03-07  Eike Rathke  <erack@redhat.com>  [faa379ffb2163b6484650dfeb3eb5e80d3be112f]

        add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size"
        
        Change-Id: I81f7b278ba75abca6db59ab12dd1cf79dda15d20

2016-03-07  Eike Rathke  <erack@redhat.com>  [b3253b2bdc7d9545ef9f430d0b7bcca3cd685812]

        remove unused errInterpOverflow
        
        Change-Id: Iaac45af141220f5a7460b7313507d3927a2b2581

2016-03-07  Eike Rathke  <erack@redhat.com>  [25d8652796f7cae024dbfcbd5347280f9689797c]

        a few more candidates for errMatrixSize
        
        Change-Id: Ia3ea04d15ce73526e87dfb5670eedff983daa40e

2016-03-07  Eike Rathke  <erack@redhat.com>  [36483fde78b872a362b7f606d8e5371c231a2957]

        introduce a dedicated errMatrixSize
        
        ... to distinguish from other errors, and really, errStackOverflow
        should mean exactly that.
        
        Change-Id: I3d2bfbd38b056c7d0a346797db560717312de069

2016-03-07  Yousuf Philips  <philipz85@hotmail.com>  [a9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6]

        tdf#62437 Hide OneDrive and Alfresco Cloud until they are functional
        
        Change-Id: I0a1426f81e5ece30c4ca416716b5ada2d53a0412
        Reviewed-on: https://gerrit.libreoffice.org/22881
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-07  Yousuf Philips  <philipz85@hotmail.com>  [4f40cd8b9dbad0769519bc02f60faa683e344334]

        Add tilde shortcuts to keyboard shorctuts
        
        Change-Id: Ib9d0d59845270152c2a8233d81b9cfac96259141
        Reviewed-on: https://gerrit.libreoffice.org/22974
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-03-07  Eike Rathke  <erack@redhat.com>  [72d710ca5a323b66a77c78f24e7017b1330cca63]

        use ScMatrix::IsSizeAllocatable() instead of GetElementsMax()
        
        ... which also prevents a (theoretical?) overflow of size*size.
        
        Change-Id: I11e27718c9750ad1b17f6f16bb1b293aa4a2f574

2016-03-07  Xisco Faulí  <anistenis@gmail.com>  [af46264bccbc16bf1edf9c5cbe944a4b883a1353]

        Revert "tdf#97538: SVGIO: Add unittest"
        
        It fails in Tinderbox Linux-rpm_deb-x86@71-TDF
        This reverts commit 3c465c259c617e30b01c5ea25b5203a605cd4269.
        
        Change-Id: I20fc69dd785354cc6567b73251ee9161a811bdf0
        Reviewed-on: https://gerrit.libreoffice.org/22987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [a2fb2cfd45452512fb1d3e79b3cc1f4c7cef2e77]

        sal: UNX: in oslDoCopy, rename into destination directory ...
        
        ... not into the source one as that will likely fail with EXDEV if
        source and target are on different mounts => osl_File_E_EXIST.
        
        This broke the xmlsecurity test SigningTest::testOOXMLAppend().
        
        Change-Id: I07ada1d5564fd72a059d588e127a5906a499aca4

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [a95c02314202b41bfac5555b68f97018adca31d4]

        xmlsecurity: check that osl::File::copy actually succeeds
        
        ... which it doesn't, currently.
        
        Change-Id: I0280a11006afb08b95ff643e8b999b4e5a733d2d

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [47cf950fe83da10df44fda8f31ed73569d1232da]

        gtk3: popover positions come pre-computed
        
        i.e. the position provided is the location where the popover is to be drawn,
        not the bounds of the thing to be pointed to, so adapt them so gtk will point
        to the desired place.
        
        e.g. the slide names/numbers in the presentation slide view sidebar
        
        Change-Id: I8c87d5dba32e27f9e627b3282f34d87a8ee460ca

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [a3020baeb54e796df4fbfca5ef02c1e3580c7d6e]

        drop unused resource
        
        Change-Id: Ibe52933faa6b13e2d89ab296c1cc15b70f5835af

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [c26b4bbcdb0e63579bff4ffe9ada235572c6ff0e]

        drop unused headers
        
        Change-Id: I73a673de54c0cff77a00a21f8a4c87766f956256

2016-03-07  David Tardon  <dtardon@redhat.com>  [64b99327d301dc193edcb64d26bd823703acdb34]

        drop handling of templates in SrsTarget
        
        Change-Id: I5445837ec4f647e91fe2aeab1251e48628f5e7f1

2016-03-07  David Tardon  <dtardon@redhat.com>  [3c84fd27e898fbf872e415620e1f90f755c5f561]

        drop now-needless deps
        
        Change-Id: I2ef0b873a58710de399889cee3abf6b6ecf4fb1e

2016-03-07  David Tardon  <dtardon@redhat.com>  [6ea8411f2a149f4f28be12b1bd22c42ee2f6a274]

        remove remaining uses of gb_SrsTemplateTarget_get_target
        
        Change-Id: I5ddf0ba5fc289a124b39b9c14b7f5fdd3d7b54a4

2016-03-07  David Tardon  <dtardon@redhat.com>  [d795f83695b4e741fe453b9ca14b64df4ef4b6aa]

        expand src templates
        
        Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352

2016-03-07  David Tardon  <dtardon@redhat.com>  [24905f42b9efb381e7ccd43c0ab98facf5149af3]

        expand src templates
        
        Change-Id: I13afaa9d0c7c9b46b3ebaedf299de41bed551e7c

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [01798050c13fdfc51aff95967f6b0177d5d7f5bd]

        upgrade openssl to 1.0.2g
        
        We can't "break symlinks after extracting tarball" because they populate
        that dir during the build now. So instead cripple mklink.pl to
        copy instead of link. (Configure no-symlinks simply skips the symlink
        step instead of copying, so that appears useless)
        
        Change-Id: Ib30b2c1b8b3de72511d09c478297a7a5a4bc691e
        Reviewed-on: https://gerrit.libreoffice.org/21880
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-07  Douglas Mencken  <dougmencken@gmail.com>  [d676bd620afe47a0b7a445d864bfcdd2e6e3473f]

        apple_remote: autorelease --> release in dealloc (destructor)
        
        using autorelease here leads to “just leaking” because there's no autorelease pool for thread
        besides, make sure that released fields do not contain used•to•be•a•valid•pointer value
        
        Change-Id: Id6cb37643230f64dbe9f6128f52236f04d0c88e4
        Reviewed-on: https://gerrit.libreoffice.org/22981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-07  Douglas Mencken  <dougmencken@gmail.com>  [487ba71c9ea30fe3b77dfc15e86d67f44c7cc79a]

        apple_remote: fix “variable set but not used” for non-debug builds
        
        Change-Id: I038fd0bee0e983a91557226aaba1dcff56512ccb
        Reviewed-on: https://gerrit.libreoffice.org/22856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [884151214add5b476bffb8c6037a92db3ca9d0b1]

        this RID_FULLSCREENTOOLBOX resource is unused
        
        Change-Id: I441b27c92db4e406cd3326917c40b0ae0d6c0cad

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [5ea0d6b10dc641fe36f0ada2c182f4482554f461]

        these ResIds are used solely for their number by now
        
        so cut out the middle-man ResId
        
        Change-Id: Ic83db355cc1a0c7dc70958bca79b466baadaedd0

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [faba0876638582b8b3d7ece80ca2ae170d03f4bb]

        full screen toolbar resource is not used
        
        the full screen toolbars are defined in the fullscreenbar.xml files
        
        Change-Id: I9f83d24b455709cbb8f2f40cfda54fb4a545c4d4

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [5d58e77317c80d1e2002a9f81b7eab419df11bce]

        coverity#1353440 try and refactor to avoid Argument cannot be negative
        
        Change-Id: I3a75e27ba1b721a99e0547b418df883e2c1753b4

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dda6452f190f9196eee845bbe0d5d28346a1e52]

        xmlsecurity: default to OK instead of Cancel in CertificateChooser
        
        Change-Id: I2dd2d2caf772cf5a0e564367acff0c5522b2c286

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [88b1a724311a2f9b2c75e8ea9c1494be61433371]

        CppunitTest_xmlsecurity_signing: add remove all testcase
        
        Fails without the previous commit.
        
        Change-Id: I7606b9a5ef3509077b1a3a6e884f0e2bb4c79614

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a04b1e4f2086bfdeaba04d7b67e8b8e21e5037f]

        xmlsecurity OOXML export: remove signature content types when removing ...
        
        ... signatures.
        
        ExportSignatureContentTypes() was already a "remove all, and then re-add
        necessary entries" operation, so just make sure we still call it for
        zero signatures and it'll do the right thing.
        
        Change-Id: If9182b39ac6d8f2cf66f33a02d9ddcab170ba5ea

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d7cd95840bd3dec2e1e7e8e5f99c69673767215]

        CppunitTest_xmlsecurity_signing: avoid modifying tracked test document
        
        Without this, running the test modified
        xmlsecurity/qa/unit/signing/data/partial.docx.
        
        Change-Id: I3dd5cb6c90037fce0c550be9b1c189959b848ebe

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e60abe659d7448ae6f839740dcfe87fd8b1520d7]

        xmlsecurity OOXML export: remove signature storage with the last signature
        
        So that no empty _xmlsignatures directory is left around after removing
        signatures.
        
        Change-Id: I3af77ba943a483a009a4eebaf40a58404f479e5a

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [57e6b9f3f4861f6283841e24a189eae3c02db9e8]

        xmlsecurity OOXML export: remove signature relation with the last signature
        
        The signature relation refers to _xmlsignatures/origin.sigs, but
        that's not written when all signatures are removed.
        
        Change-Id: I5ee1c8849962cba4b338e6f43243bcf89aedad36

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [64f86c7fec0a0e88d7d91703ea1aab68714608d1]

        xmlsecurity OOXML export: don't write signature relations when all ...
        
        ... signatures are removed.
        
        With this, the _xmlsignatures/ sub-storage inside the document is empty
        when all signatures are removed.
        
        Change-Id: I391bd1d3b6fdb724952a7158a043b1e602d532a9

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [170e0e028085745564c2755ba7e02b0a327b9e7d]

        xmlsecurity: extract final signature export logic from DigitalSignaturesDialog
        
        To be able to unit-test this later without creating a vcl dialog.
        
        Change-Id: I4794e212ffefc2efa3bddaf58e6c6bf2a4ea8d9a

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [e451b03e8c21ad23cb1abfd6dd68b6d1e8188121]

        gtktiledviewer needs gtk3 not gtk2
        
        Change-Id: Iede2008139cb570ff65202762e92f6694548a065

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [a998217202106f65e52f743db0cad8209d6ee972]

        return early and drop else
        
        Change-Id: I4887f01c94e6d7d716d2a074d503fca505a4aff8

2016-03-07  Stephan Bergmann  <sbergman@redhat.com>  [5f33f600f962c2cfaa1ed4994dbc3209a7b09813]

        -Werror=unused-but-set-variable
        
        since b2fb84499e1f75735e8fd90bc2eece3fed9af5f6 "loplugin:write only fields"
        
        Change-Id: I610e88373ebca576e5607b224ad648c1d3e47bab

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [7c5955d858f3d92cd3be2411d0b13919e5d5ab98]

        !(==) -> !=
        
        Change-Id: Ie1c3c61dea2052e85179157e3e0b6c07dd60bb48

2016-03-07  Noel Grandin  <noel@peralex.com>  [b2fb84499e1f75735e8fd90bc2eece3fed9af5f6]

        loplugin:write only fields
        
        Change-Id: Ia0fb487c5590e096659b81f76c4dc543e184c59c

2016-03-07  Noel Grandin  <noel@peralex.com>  [c89f73a6033b28484f5e10054b542fa69a9fe475]

        loplugin:unuseddefaultparams
        
        Change-Id: Id895d61c0bbea99379bb6e9b4e6d6c54da4c98db

2016-03-07  Jaskaran  <jvsg1303@gmail.com>  [00ecf7899a97d09ecf4a8b6d81b10e1f66903f5a]

        tdf#97499 Remove some Default arguments in unordered container
        
        Change-Id: Ic008e244b8ae1888fa45379371f5525ee77f6087
        Reviewed-on: https://gerrit.libreoffice.org/22887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-07  Eike Rathke  <erack@redhat.com>  [088ba465d6bb0931c7034d564a3077e21078cb13]

        disable means Enable(false), not true.. tdf#98389 related
        
        EnableAdjustHeight(true) lead to the side effect that when clearing the
        range of a pivot table during import, formulas in the same rows were
        recalculated with then empty data. Through xSheetOp->clearContents() in
        PivotTable::finalizeImport() of
        sc/source/filter/oox/pivottablebuffer.cxx
        
        In the case of the bugdoc attached to tdf#98389 that lead to all
        VLOOKUP() calls resulting in #N/A errors because an empty string was
        looked up.
        
        Change-Id: Ie629ce871d255cc871671165c4da974f21041cec

2016-03-07  Eike Rathke  <erack@redhat.com>  [9e60bbdb3aa5f80ca80c9c4fdf7accd12c4a5d1c]

        Resolves: tdf#98389 check memory requirement of matrix
        
        Attachment 123203 of tdf#98389 has external references of the form
        [1]Data!$1:$1048576
        which effectively address the entire cell range of sheet Data and
        allocating a matrix for a billion cells attempted to allocate 8GB+xGB of
        memory which the system said no-no ...
        
        Some brave soul along the road once decided that a check on the number
        of elements wasn't needed anymore and dared to remove it during
        refactoring.. This change reintroduces the check and adds it also to
        other places that try to instanciate or resize a matrix.
        
        When allocation of a matrix for an external range reference fails it is
        checked whether the request is for such nasty entire rows or entire
        columns ranges and if so tries to shrink the range to the actual data
        area used, which at least in this case helps and works.
        
        Additionally it fixes a long standing bug in the cached area to array
        mapping which caused the cache to not be hit but instead the matrix was
        aquired over and over again for the same range, causing a serious
        performance bottle neck specifically for VLOOKUP and related functions
        where the same external range is used in a lot of cells.
        
        Change-Id: I35f67b48e665bf1cc8d672325c32b889f2e05c57

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [727ebae15e623660b9cc6f8db0e7558830bf920d]

        Resolves: tdf#96172 crashtesting: avoid crash in layout
        
        sectfrm is riddled with workarounds for "half dead"
        section frames. This is yet another one.
        
        Change-Id: Ic03ad8971002d7dce308475f1497d1dda8045d15

2016-03-07  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [14c14094e8587d28eb9cd2a3b5c0c57b355635b5]

        tdf#65219 Fix temp files clean up in sc unit tests
        
        Change-Id: I23bf5d47c2cce31d6dd076eeac58cb2ce47b248a
        Reviewed-on: https://gerrit.libreoffice.org/22953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [48c887fc7a9adfe390512c807c99b08b5f5b41f3]

        convert DEFINE to anonymous function
        
        Change-Id: I9b62f02ac0013d1da13c176155c5742972a43fe3

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [a0b634bf57511f250e0406dc382178a1699804f0]

        OSL_ENSURE followed by deref -> assert
        
        Change-Id: Ib815da2f341096775052d2280d62a210a856fdf8

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [1827987fd11cd726005977e49d001283033f0419]

        upgrade neon to 0.30.1
        
        Change-Id: If84ce83cdbde530f7a6743c93ae210b030a41c30
        Reviewed-on: https://gerrit.libreoffice.org/22977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [6a351c5cf91d0f667168d834ba2eb5c04121c7d5]

        basic: tdf#87530 if a new password is set, must set mbLoadedSource flag
        
        ... so that the library is stored (and encrypted), and not copied
        unencrypted from source storage.
        
        Change-Id: I9546087ec6f07007aa1ec377d2e959f2bae99a38

2016-03-07  Michael Stahl  <mstahl@redhat.com>  [aeb43916366b293935314efe9454c66b4877b9d1]

        basic: tdf#87530 don't copy storage that doesn't exist
        
        If the Basic library is newly created it may not have been stored to the
        document storage yet.
        
        (regression from 5246fa262450f686674850c53df666422f441c86)
        
        Change-Id: I9c2fc1d7446795b9c1c2224671118b2a671dcad8

2016-03-07  Stephan Bergmann  <sbergman@redhat.com>  [4b8c29015d7c70121a161da0f3a85fa4ea0c5987]

        Make detection of HAVE_CXX14_CONSTEXPR work with "selective debugging"
        
        ...where "make ... debug=t" is used to build some parts of LO with debug enabled
        without re-running autogen.sh (so NDEBUG will start to be undefined, so
        constexpr functions calling assert will start to trigger GCC PR66460).  See mail
        thread starting at
        <https://lists.freedesktop.org/archives/libreoffice/2016-March/073554.html>
        "Compiler crash when building libreoffice with debug."
        
        Change-Id: I6e3c0375c1e5843616fb9fe287d0bf5ee40e64f7

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [55b81956ab5f0f80a2edf69421164ac74597bfd1]

        Resolves: tdf#98425 gtk3: grab the SolarMutex when setting the clipboard
        
        Change-Id: Ic439affbd69532534f5caf82a743786d5975939e

2016-03-07  Caolán McNamara  <caolanm@redhat.com>  [0c9c5911b6df0226ef5c8d5465fd02a2bb581eb6]

        lwp: fix infinite recurse
        
        Change-Id: Ibd17c0f68a9bac92e591fd2c998de45a84b372aa

2016-03-07  Noel Grandin  <noel@peralex.com>  [359e0b47a0f96ffa595a0c38a5e5318d797812fe]

        loplugin:unuseddefaultparams
        
        Change-Id: Ia414f7845425ef73859ed04853378e96cc738795
        Reviewed-on: https://gerrit.libreoffice.org/22971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Chirag Manwani  <cmkmanwani@gmail.com>  [cc84aaf70ac56092b32d1d329143eca0550dce12]

        tdf#97703 removed empty setUp/tearDown methods
        
        Change-Id: I244d481bce4723d172e26c0d31aab0a541334604
        Reviewed-on: https://gerrit.libreoffice.org/22959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-07  Steven Guo  <steventimothyguo@gmail.com>  [472d900e81722fd1ce3808c3f46160abcd265f77]

        tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxx
        
        Replaced the #define Sb_Attr_* constants with SbAttributes enum class in runtime.hxx and adjusted uses in methods.cxx.
        
        Change-Id: Ic7f6f6452849ffc9675ffd697ffc130276082318
        Reviewed-on: https://gerrit.libreoffice.org/22948
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e3a15c728255a7874179c7104de366b0e056928]

        libxmlsec: move new files back to xmlsec1-customkeymanage.patch
        
        That was the situation before commit
        ec6af4194e80f5f0b2e46ca59802ff397a2a4a24 (convert libxmlsec to gbuild,
        2012-11-29), and if we ever manage to upstream this patch, then it'll
        just make the review process harder if half of the patch is in separate
        files.
        
        Change-Id: I0d12d72ea7a1a2591d1ef5232c006b6b7fea7aff
        Reviewed-on: https://gerrit.libreoffice.org/22973
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-07  Xisco Fauli  <anistenis@gmail.com>  [d5649ae7b76278cb3155f951d6327157c7c92b65]

        SVGIO: tdf#97539: clip-path elements might contain...
        
        reference to other clip-paths
        
        Change-Id: I3722b31cefa4df6225e369b3d1db9f46be5933ff
        Reviewed-on: https://gerrit.libreoffice.org/22956
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-07  Xisco Fauli  <anistenis@gmail.com>  [3c465c259c617e30b01c5ea25b5203a605cd4269]

        tdf#97538: SVGIO: Add unittest
        
        Change-Id: I5bf523ac532ad19a005d99e19deb1e0ec9ce96e4
        Reviewed-on: https://gerrit.libreoffice.org/22955
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-07  David Tardon  <dtardon@redhat.com>  [19f2b99b90f522a4a0cecdd06d0e3e6360737b34]

        fix build, this time for real
        
        Change-Id: I9dbaedc6b4427399618261cac35b2ab9caddc54e

2016-03-07  David Tardon  <dtardon@redhat.com>  [cf3782000fb634de19593649d4db4922956d4ea0]

        fix build
        
        Change-Id: I372e87f94b52c9880662573a56f28b07fede7d8d

2016-03-07  David Tardon  <dtardon@redhat.com>  [a5ed319273ba57c52e34c967faaca11abd6dd18e]

        fix build
        
        Change-Id: If6e42d519187990b27fbf15f22d600af86d952f0

2016-03-07  David Tardon  <dtardon@redhat.com>  [ac47ff033498a991cd8d7e70a2d0ebf308d5ca46]

        drop removed templates from the list
        
        Change-Id: I3017a5904569d9f773d3c69cb6aa27f860b8b2a8

2016-03-07  David Tardon  <dtardon@redhat.com>  [fae56aad84e58a765503b41e9bfe87fbd290556c]

        expand src templates only used in a single place
        
        Change-Id: I0af62539f9dfe636eb242acd766559ffe1097217

2016-03-07  David Tardon  <dtardon@redhat.com>  [71e1a44ba192dea67c69588d5aa547629efde327]

        expand src templates only used in a single place
        
        Change-Id: If10e2fb1448867e79df3ddc962f93b904af94b3d

2016-03-07  David Tardon  <dtardon@redhat.com>  [055fb754c6d7438d4d9e7b45ce458943a0a4793e]

        expand src templates only used in a single place
        
        Change-Id: Ic18e4c0a1617f0284b7ffcfb8859cdced4949471

2016-03-07  Tor Lillqvist  <tml@collabora.com>  [9ffb33a5f041d2a4d9516ab163d9967afd0404dc]

        Bin overly verbose OSL_TRACEs of questionable usefulness
        
        Change-Id: Ic535aef31c2a8d73f9c496ffdc535494c15d3c12

2016-03-07  Tor Lillqvist  <tml@collabora.com>  [b5e280fdd0f14f29d54800adff2c0090c35664bf]

        Bin overly verbose function entry/exit debug print macros
        
        Change-Id: Icdbb9344a669e5f78d5db85dc555e91a56ded34c

2016-03-07  Chirag Manwani  <cmkmanwani@gmail.com>  [cbbeb771ba3df1d87a69d2115234d88f520ce0e6]

        tdf#96099 Reduce number of trivial typedefs
        
        Change-Id: I39e9fcfdf2203239ac56d1c8195ca7ac07054817
        Reviewed-on: https://gerrit.libreoffice.org/22898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Douglas Mencken  <dougmencken@gmail.com>  [eb0774032011e45bf97f3102bf2005b4ae85f07d]

        fix typo getSupportedPlaforms -> getSupportedPlatforms
        
        Change-Id: I6adecfc0475b3c93a538874515be478efb733fae
        Reviewed-on: https://gerrit.libreoffice.org/22968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Noel Grandin  <noel@peralex.com>  [70f87284c6ce77a49b1fac1431cea206f4b1dfa9]

        improve defaultparams loplugin
        
        to catch calling params with defaults like "= OUSString()"
        
        Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9
        Reviewed-on: https://gerrit.libreoffice.org/22932
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Noel Grandin  <noel@peralex.com>  [37a6bafea8416541d7d250d66a9e951400b197a3]

        loplugin:unuseddefaultparam in various
        
        Change-Id: I03d7381aad055cbe9bd905e4082586073f4112e0
        Reviewed-on: https://gerrit.libreoffice.org/22900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Noel Grandin  <noel@peralex.com>  [5f6e5cb695ff4ab1e17653661d8243d836436a7e]

        loplugin:unuseddefaultparam in editeng
        
        Change-Id: Ifd86b0f6cca5d5d30daeee1c087c0124f2f18f3c
        Reviewed-on: https://gerrit.libreoffice.org/22899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-07  Takeshi Abe  <tabe@fixedpoint.jp>  [b89feb8018bf3610faf01e73995d576f6566e20b]

        starmath: Make SmNode abstract and noncopyable
        
        ... and remove unused SmStructureNode's copy ctor/assignment operator.
        This seems desirable according to the old comment in SmNode::Accept().
        
        Change-Id: Ifb51c64ca784f1295374d31cc210cbe3e45aa2f8
        Reviewed-on: https://gerrit.libreoffice.org/22801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ed51d4293dd919a03edca11ec48c607bbfa31076]

        opengl: fix loading shader with preamble that uses #version
        
        The preamble was inserted into a false position so the shader
        could was constructed incorrectly and would fail to compile.
        
        Change-Id: I4c51adde9014a326bbe38a5d2d17dd0047e33195

2016-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [729572957402e43d055482b51080034109b16ec6]

        opengl: fix inv.scale values are always integer - cid#1352479
        
        Force cast to double to avoid integer division - which gives a
        wrong inverse scale value.
        
        Change-Id: I0135e44ef07f3915619f9dfead9aadf50fc03685

2016-03-06  Caolán McNamara  <caolanm@redhat.com>  [f12e8d66189651540ba60664328828ab2e8756c6]

        coverity#1326576 Useless call
        
        Change-Id: I1d51b96042f229de42ed26d90ecc2a070eb5b3a6

2016-03-06  Caolán McNamara  <caolanm@redhat.com>  [278bc4ecfdb23b47c8890db81304526393d5106f]

        coverity#1355250 Logically dead code
        
        Change-Id: If5a07e11cf63d0dbb83853fce48b2eb7b458663b

2016-03-06  Caolán McNamara  <caolanm@redhat.com>  [ba9393b6446b1d779208f8581751d389641c4a18]

        coverity#1355253 Uninitialized scalar field
        
        Change-Id: Ib89a7e44562b6bf8a8ae41e71e3d91ad5569b8d1

2016-03-06  Caolán McNamara  <caolanm@redhat.com>  [22d2b498ce0962f2083160a5739cca09206771d1]

        bIsExpanding is unused
        
        Change-Id: I187ca7dc0e9e1a99e82145f4bcdce6abaac68278

2016-03-06  Caolán McNamara  <caolanm@redhat.com>  [3342a557e4009acde4416339798375d6954541f8]

        coverity#1355252 Uninitialized pointer field
        
        Change-Id: I34c5565adcfd3fd39f9b03967e5c4272767a58ea

2016-03-06  Maxim Monastirsky  <momonasmon@gmail.com>  [1f9374af4f8ea343db0c239d2449893ac4efc675]

        Use menu URLs for context menu interception
        
        This way it's clearer what this name stands for, as it's now
        the same name that used to manipulate the same menus via the
        XUIConfigurationManager API. It's also consistent with the
        names we use for spelling/grammar (see SwView::ExecSpellPopup)
        or read-only (see SwEditWin::Command) menus.
        
        Change-Id: I0619578cea9d1f495168e2fa5060d1a664bfcd59

2016-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc5e56e6910718bd8e1fd568408960d778b3d25a]

        use the initializer list
        
        Change-Id: Ie97eb9d3d162f22f83442c843d3c7f98434f91a8
        Reviewed-on: https://gerrit.libreoffice.org/22938
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7afe51975e21e99a8aa08183c77c0b2774a62b8f]

        don't use same file in two tests
        
        Change-Id: I853e5390cf5c3f6fe8ac8e00a876ed021c35a766
        Reviewed-on: https://gerrit.libreoffice.org/22954
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-06  Xisco Fauli  <anistenis@gmail.com>  [5f0c3172b3d2a5d3a71ab19caa5b462b539cbbe6]

        SVGIO: Check minX, minY, maxX and maxY in polypolygon
        
        Change-Id: I768bef34ad0ba7708134e73981dabf0d47c2f259
        Reviewed-on: https://gerrit.libreoffice.org/22952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-06  Yousuf Philips  <philipz85@hotmail.com>  [e5f56d0c6e2a7d75a1f5ee27550b1270641da977]

        tdf#96969 Calc: Change shortcut key for Select Column
        
        Change-Id: Iaaceef8af479ab40b157b06ed73a71c56e20ece7
        Reviewed-on: https://gerrit.libreoffice.org/22795
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-06  Julien Nabet  <serval2412@yahoo.fr>  [72f50743af65eaa90b33486388e57fae9511f310]

        cppcheck: help it a bit to not fail with syntax error in its AST
        
        Change-Id: I22e1405b2ad94ec4d47011c3f11d108a1bde4fba

2016-03-06  Julien Nabet  <serval2412@yahoo.fr>  [dff052784ec1d40bf15f0babb669b739d1be8e12]

        cppcheck: fix redundantCondition
        
        Change-Id: I4b8883ae7e0bf0990ae8736dba598ab3943ad401

2016-03-06  Julien Nabet  <serval2412@yahoo.fr>  [025cf075c16778a1c5d46d9ef273ee08505e3858]

        cppcheck: fix duplicateBreak
        
        Change-Id: Iab3be6d6b7dac0497f7de6dc64b4c7828e0754d5

2016-03-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [96be131c5ef00bfae3c0c83231989fdfe9f7f5bb]

        Minor optimization, and improved comments
        
        Change-Id: I6732725ef48d69f4c01762a117a60447e313aea0
        Reviewed-on: https://gerrit.libreoffice.org/22936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [078188793b2753bf607bb629464935ccefd28136]

        Remove unuseful nStartIndex data member (and fix indexing)
        
        The methods that modify nUinqIndex already maintain class invariants:
        * Insert() never decrease its value
        * Remove() can replace its value with that of the removed item,
          which was no lower than the one specified in constructor call.
        Besides, boundary checks against nStartIndex are not really needed
        since the various methods rely on map::find.
        
        Finally, FirstIndex/NextIndex/LastIndex/GetIndexOf did not adjust with
        nStartIndex the index value retrieved from tha map, thus provifing wrong
        values. Since the map now stores the real indexes, consistency is granted.
        
        Change-Id: I5e47cd2672677805304d4c4860826fe272812abf
        Reviewed-on: https://gerrit.libreoffice.org/22935
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [bc2e74f3c3093819c499921cf62615e9a8d7301c]

        Simplify recycling/search of freed UniqueIndex-es
        
        Change-Id: Icb8b375a95718a72abdd6650dda49fb9f43026a4
        Reviewed-on: https://gerrit.libreoffice.org/22934
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-06  Yousuf Philips  <philipz85@hotmail.com>  [cd0c89f768870f0a9540bb9cffc9a7ea953bb297]

        SIFR: Add and improve slide master icons in Impress
        
        Change-Id: I735bf8236421b94230dd2e32e7d0bf72474c9842
        Reviewed-on: https://gerrit.libreoffice.org/22941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-03-05  Olivier Hallot  <ohallot@collabora.co.uk>  [bd244c404f8df7b972fbbb1c474f357c7ca29bd1]

        Updated core Project: help  dc56b449b539d845460903a0c614ee9df48b7962
        
        tdf#89419 Help entry for OpenGL options
        
        Add help entry for OpenGL in Tools - Options - LO - View
        
        Change-Id: Id4c8914c86b6dc1ed04a93f97512e3069d6696eb
        Reviewed-on: https://gerrit.libreoffice.org/22915
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [714281d859ac1b25c6cf678aec865654f8ce1dee]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Use correct assert in places from the clang plugin output in the bug report,
        also fix some asserts of doubles and argument order (expected, actual)
        
        Change-Id: I4e8e36f3025d74af2baf4a9be27fe4869c82e8cd
        Reviewed-on: https://gerrit.libreoffice.org/22911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [c0207352c053690adad68caa7d4e34b8fe1c1956]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I3d3079b061a52a384762a354e66759713c91ba77
        Reviewed-on: https://gerrit.libreoffice.org/22910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [2406edd37d425a7f710667b68fa285d1df70763d]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Id17cf3a1001af950fdbc09239d023bf52790710f
        Reviewed-on: https://gerrit.libreoffice.org/22909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [0355b6b5d252e10193171e86cc5edbf0ab1e9503]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Ic02ed30b7135d648c8aac97f65e286c163597f86
        Reviewed-on: https://gerrit.libreoffice.org/22908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [4ccd0d99f00b11f1615a50f5eabaf261cc218c76]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I682eba5e733fdd3f93781d48c0cfcb3452ba7da0
        Reviewed-on: https://gerrit.libreoffice.org/22907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [907e76271161c241fd8abe99773258e641687e79]

        tdf#98264, use DOUBLE_ASSERT_EQUAL for double comparison
        
        Change-Id: I590dcf408163e2470ee387f0394f6daa1145da49
        Reviewed-on: https://gerrit.libreoffice.org/22906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2015a162dde204ada7d4271bc4c2022984869654]

        cid#1355251, use delete[] for arrays
        
        Change-Id: I1b34af41051d3cf58eddf124aa79b2e68a2e26f7
        Reviewed-on: https://gerrit.libreoffice.org/22937
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [7b59e5e22f379782cd94f9bf9f25d8c12f0008f9]

        vs2015 spam C4267 even in 32 bits mode, silence it for now.
        
        Change-Id: I55ba6e9c51a5bbfc366a36e8e0baef9cf05d5bbc
        Reviewed-on: https://gerrit.libreoffice.org/22933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-03-05  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [c189b032236498e93cbc79c63617303aa1ba81eb]

        tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Ieae48c6a2b611d853f2320e27d5836d8c5dbedfb
        Reviewed-on: https://gerrit.libreoffice.org/22905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Julien Nabet  <serval2412@yahoo.fr>  [da75a89925bce029c9464586ebf73e18e0342a9e]

        tdf#98403: "Ugandan" is better than "Uganda"
        
        Change-Id: I3403afc6c7be58ba2796bab28805d08d6b8a3ad6

2016-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [59d57076bd3f88622246f5a869d90caf319a277a]

        Updated core Project: help  b70052acaf1076f4afa5a4febb79af21730dcafc
        
        Click the what, again?
        
        Change-Id: I3b2ea3ddb165e53ec62c573079532a465ab75a07
        

2016-03-05  David Tardon  <dtardon@redhat.com>  [0b163fba65a11e907a81d1234f2a76e379399f73]

        upload libmis 0.5.1
        
        Change-Id: I13feacdbf5d86798424167c89f768040ba7b01ce
        Reviewed-on: https://gerrit.libreoffice.org/22927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-03-05  Yousuf Philips  <philipz85@hotmail.com>  [6a85a5ddf5e368871293d9bcaece0593b50b0f1d]

        Calc: Improve label text in find toolbar and replace dialog
        
        Change-Id: I25eba84394693c9ae50efa8d6587df536052c4ca
        Reviewed-on: https://gerrit.libreoffice.org/22874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3d8833bd8392ee274ced8d5b1a6e91f9b17deff]

        fix crash in cppunitassertequals plugin
        
        Change-Id: I0427c70aa3a7f55aba4bbe0fe571aab08596541a
        Reviewed-on: https://gerrit.libreoffice.org/22922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-05  Julien Nabet  <serval2412@yahoo.fr>  [42032f5d3b960185a9e4b1b63680af0ae27dca2d]

        tdf#98403: UGX Currency is "Uganda" not "Ganda"
        
        Change-Id: Ibfd0b1f8f0af4717691523b87ffce1bcb2ee4b5d
        Reviewed-on: https://gerrit.libreoffice.org/22926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-03-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [f04999cc84152ef9fc216d339da4b5fc2c52e256]

        Delete obsolete/unuseful comments
        
        Change-Id: Iadec409743e144a97c4468052dc0a04b91ca9619

2016-03-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [ae35981823114d51376bf86bf1db665db62482c3]

        Do not duplicate count of items
        
        Change-Id: I373b39f36fee7c37f2c10cc748f309412d68b688

2016-03-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f7f577df3bc056c77d63aafa26e4d21c53af0aa]

        Let find fail, instead of using a dubious upper bound check
        
        Change-Id: I874ef402d241aa4de02057ca9dc747ae0497b1e0

2016-03-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [1d4914e9e5cad4f443a742a34862620143176dbc]

        Use Index consistently
        
        Change-Id: I20b7c1bd2ecccc21967c4edab37a94c971aa8a8d

2016-03-05  Lionel Elie Mamane  <lionel@mamane.lu>  [adee5647eaa887d286efbdc5a33fe8ca74d70995]

        janitorial cleanup
        
        Change-Id: Ic586d9a3bdc3ae850d48848c8ae1cff7f7b4a551

2016-03-05  Lionel Elie Mamane  <lionel@mamane.lu>  [2491b3217677d51ff3b4ee1a04fcde7a3b8f52a9]

        tdf#97462 reportbuilder SECOND() force rounding to nearest nanosecond
        
        Change-Id: I690a81997c79956fc19ddf83f958768d5e7a313e

2016-03-05  Tor Lillqvist  <tml@collabora.com>  [02734aa459ebf96b10e5da82240704e401563a4e]

        Actually I don't see why this would need to be inside OSL_DEBUG_LEVEL > 0
        
        Also combine two short SAL_INFOs into one.
        
        Change-Id: I8ae9f4ec2dc06880281787ee0e4adb6dda26a4cf

2016-03-05  Tor Lillqvist  <tml@collabora.com>  [fce232a2cea0a96fc73d97e9d1d1a65ed8cf2fdd]

        loplugin:sallogareas
        
        Change-Id: I82430517e045ebee6fd4fff2c95a83a61a19d854

2016-03-05  David Ostrovsky  <david@ostrovsky.org>  [1a056fdb25bd5c682f395ff94a6e1ce5618ed55a]

        Fix nss on MSVC 14.0 in debug mode
        
        outdir doesn't seem to be created. Use current directory for
        pdb files as the obj files are already stored in the current
        directory.
        
        Change-Id: I41dd65714d314cd374cc5de073d48f1a58b18c56
        Reviewed-on: https://gerrit.libreoffice.org/22888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-03-05  David Ostrovsky  <david@ostrovsky.org>  [59907b36008010d87cc31b1f8ab581d5e4ac1c0b]

        nss: Fix pointer truncation from 'char *' to 'long'
        
        Change-Id: Ie1659c62cbf77f8b685fdf7d79cd62336fa99005
        Reviewed-on: https://gerrit.libreoffice.org/22916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-03-05  Yousuf Philips  <philipz85@hotmail.com>  [d9f751a416db1a6d583e91d0d74b36185429245c]

        tdf#97906 Calc: Correct cell reference shortcut keys
        
        Remove Shift+F4 shortcut key for cell reference and add it to the OOo
        Legacy compatibility mode. Improve wording of cell reference error
        message. Unify shortcut for Data Sources to Ctrl + Shift + F4.
        
        Change-Id: I0f4ab3768d2663984bb294763c2e4b299c5e8186
        Reviewed-on: https://gerrit.libreoffice.org/22803
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-05  Yousuf Philips  <philipz85@hotmail.com>  [61a91be4aaf6bdb40d6d1bde33b44eaf14014525]

        tdf#88027 Make insert date and time work in es, fi, ru, and pt
        
        Change-Id: I34f25d0e37c48335b458bc2aa92150500106ff29
        Reviewed-on: https://gerrit.libreoffice.org/22792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-05  Yousuf Philips  <philipz85@hotmail.com>  [a46a4154fde96d71d1b73068f1479722e4163647]

        tdf#87610 Replace Bookmark with Anchor in Writer Web
        
        Change-Id: Ia698aec5a4ea9bb2452263f5ff975e045da66393
        Reviewed-on: https://gerrit.libreoffice.org/22747
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-05  Yousuf Philips  <philipz85@hotmail.com>  [58bef396cfcdd2c861d261e5b6fa68a859ff653d]

        tdf#91857 Tweaks to the slide and slide show menus
        
        Change-Id: Ie4bfb5525fe56da0cd02e8d5d42bfeef438ff664
        Reviewed-on: https://gerrit.libreoffice.org/22736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-04  Yousuf Philips  <philipz85@hotmail.com>  [bffe939877d52d05d69ebbf94c26062304555d49]

        Reverting Bubli's fix to make the buttons on the left
        
        Change-Id: I65f1574d48f2c7f29b7dc4f642fc4713442ce743
        Reviewed-on: https://gerrit.libreoffice.org/22920
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-03-04  Matus Uzak  <matus.uzak@gmail.com>  [87d0df65a93db4d720e25e8ef5da4068380b5c58]

        tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table style
        
        The default table style defined in tableStyles.xml file can be used
        when a table is initially inserted into a document.  It must not be
        applied by default to any of the tables not referencing a table style
        explicitly from the tableStyleId element.
        
        Change-Id: I025cdfba352c87a32f9a1e297fbc8b9fc2c8c0a4
        Reviewed-on: https://gerrit.libreoffice.org/22619
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-04  Matus Uzak  <matus.uzak@gmail.com>  [01157183eadc1e1848cad13950ed67feb62fa62a]

        PPTX import: Table cell props: Override default graphic style if applicable.
        
        If no fill type is defined for a table cell, then set it to XML_noFill
        explicitly, in order to override the fill type defined by the default
        graphic style or the graphic style named standard, added by LO and
        exported into ODP.
        
        Change-Id: I9c5aa4c2a939ee7b8c75ae686d845cd14a718254
        Reviewed-on: https://gerrit.libreoffice.org/22618
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-04  Eike Rathke  <erack@redhat.com>  [e0331002d39244cf9c8944fe291d1d009f919eb5]

        do the calculation check only conditionally, tdf#91794 follow-up
        
        ... not in all debug builds.
        
        Change-Id: I6f53c6c6860ee00b740484ed31317d5e58922082

2016-03-04  Rohan Kumar  <rohankanojia420@gmail.com>  [5f164b6e01496655ee0616e16d251e066d99ea73]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        I made small changes to disable some test code conditionally by adding a few
        new debug macros.
        
        Change-Id: Ieaf6f1b29343fb896cc64163a116c629165e8db3
        Reviewed-on: https://gerrit.libreoffice.org/22711
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [6381d26d73c614681601fda4a49c96e11a0e6f06]

        tdf#79679 vcl: dashed lines show as solid lines when importing EMF files
        
        Issue is a regression in commit 09c722873b2d378d2d155f5f1dd7d8f3fb2012e9.
        (EMF/WMF: fix rendering of pen styles (dash, dot, dashdot, dashdotdot).
        
        I've looked at how the latest version of Word on the Mac works, and it
        turns out that the spacings for the PenStyle enumerations in the LogPen
        objects for all the create pen EMF records are as follows:
        
        * PS_DOT           - ■ □ ■ □ ■ □ ■ □ ■ □ ■
        * PS_DASHDOT       - ■ ■ ■ □ ■ □ ■ ■ ■ □ ■
        * PS_DASHDOTDOT    - ■ ■ ■ □ ■ □ ■ □ ■ ■ ■
        
        (where ■ is the actual filled in area, and □ is the space between the
        filled in areas)
        
        In other words, each dash fills in the space of three dots, and there
        is the one dot worth of empty space between the dashes and dots. Each
        "dot" has a width and height equal to the width specified in the pen.
        
        So basically, we seem to be arbitrarily setting the dot, dash and
        distance lengths arbitrarily, which were reasonable guesses but tended
        to produce very odd lines at different zoom levels.
        
        Change-Id: Ie8b5fa396e4fb0f480cb3594c8129a59f472c1b8
        Reviewed-on: https://gerrit.libreoffice.org/22886
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-03-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c788f63726df3340e787bb92477d7ad31e7bc952]

        follow up of tdf#94635
        
        fix no opcode mapping warnings:
        warn:sc:32739:14:sc/source/filter/oox/formulabase.cxx:1431: OpCodeProviderImpl::initFuncOpCode - no opcode mapping for function ODF 'ORG.LIBREOFFICE.FORECAST.ETS.MULT' <-> OOXML '_xlfn.FORECAST.ETS.MULT'
        'ORG.LIBREOFFICE.FORECAST.ETS.PI.MULT'
        'ORG.LIBREOFFICE.FORECAST.ETS.STAT.MULT'
        
        Change-Id: I55bbf79b40944d76486085f5aceb842197c51b5c
        Reviewed-on: https://gerrit.libreoffice.org/22914
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

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

        Resolves: tdf#98399 RET_USER_CANCEL is non-zero and returned on cancel
        
        Change-Id: Id4231454dfb34cac6ee89d63beb18a83c63a44c1

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [8141f0d5e710df0852cf33549d7f62e637d316c3]

        duplicate defines
        
        Change-Id: Ie3a8fbd430651dafaa837fabad0d0f818449b3fb

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [244d22a3d27b303d44f59296a19dc4cb31fd429d]

        Work around -Werror,-Wunused-macros with clang-cl
        
        clang-cl as-is does not provide the intrinsics provided by MSVC; you need to
        explicitly include Intrin.h (provided by clang) for that.  So, as a hack,
        specify CC/CXX as
        
          clang-cl.exe -FIIntrin.h ...
        
        to have the intrinsics always available.  But Intrin.h includes stdlib.h, so by
        the time sal/osl/w32/random.c defines _CRT_RAND_S before including stdlib.h, the
        latter has already been included without _CRT_RAND_S support.  So, as a second
        hack, specify CC rather as
        
          clang-cl.exe -D_CRT_RAND_S= -FIIntrin.h ...
        
        But then clang-cl starts to emit -Werror,-Wunused-macros, as defining
        _CRT_RAND_S in the main file has no effect here.
        
        Change-Id: I5dfe9872dea7e8eb476d9260f17ab8d8893f48af

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [9055fb48402eaeb9ba876b7893e2f9a39fea06b1]

        clang-cl: Enable more warnings etc. (like in the Clang/GCC case)
        
        Change-Id: Ia1fb09b89d3ccc3c7f4a11799f0d8eac99c6c7a9

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [af662f323d864e47d6218a2a63700e13b6e907fa]

        -Werror,-Wshadow
        
        In the second part, looks odd that those two lines are a perfect copy of what is
        already done near the start of the function, but I have no insight at all into
        that code, so just leave it at that.
        
        Change-Id: I6b1d973f77a3d9389880ddec500968144ba615f2

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [6cadf68aefb9cf56c34f249675904bf1966786f4]

        -Werror,-Wshadow
        
        Looks odd that this isGet block is a perfect copy of what is already done before
        this else-if block, but I have no insight at all into that code, so just leave
        it at that.
        
        Change-Id: Ieefd6618cb6b0dc49bc4d2c4733b02be2a8e3f7e

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [788afcfb4d0895593eb93f5837bc5ba13f0b96c7]

        -Werror,-Wnon-virtual-dtor
        
        This looks like a real bug, causing leaks in the derived VistaFilePickerImpl
        (but harmless for the derived AsyncPickerEvents).
        
        Change-Id: Ic0de3f56574b89fb45eccb09fb27b78427f712d4

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [af46bbb2ef7c8c11f8a9324d6188fcc189490cc9]

        Looks unused
        
        PATH_MAX was reported unused on Windows with clang-cl, but the whole block seems
        rather a leftover than something that is really required.
        
        Change-Id: I545701ef83de0c2a1d74457778b86b70e334a457

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [af04ae6b02f3048607bbff6a1b721ea5a2a8de63]

        Constness issues
        
        Change-Id: Ib72b6225f20e1e53e9d811ddb2d266f17f57404b

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [1590a19cb56445227a90d7e9e8ed6a11ea7fddf0]

        Avoid more warnings in external includes (clang-cl)
        
        Change-Id: Ia0fe12b1159a5fa9fd36b8731bfab178b403e67e

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a80d75c701f7a83998e05d53a5899fbccb21d2cc]

        -Werror,-Wreorder
        
        Change-Id: I57a5c19143d59cfec42b0109846b7d62fec2b0ad

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [f26996bd3398afa789a5491968244563ccf70908]

        Silence -Werror,-Wnon-virtual-dtor in generated so_activex.h (clang-cl)
        
        Change-Id: If9472d25f469030102b26894793ba45ab0fafaa3

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [368d7e97475a0282c868b32d006b237201cd0e39]

        Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)
        
        Change-Id: I726679681137e54d55af13ad1d4900525fa60eba

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [8fd288d86acbc6d490ece19d48f1b1af63774a98]

        -Werror,-Wsign-compare
        
        Change-Id: Ia7b0518a05cda8881ab6feed9852e9f060813b5c

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [591e0c10af469cd1ceee2a958c70f1b480883bff]

        crashtesting: moz397551-1.svg detect self-referencing 'use' loop
        
        Change-Id: Ibc9001f02c89bcfdff396cd694d0de378c6d1863

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3cefd33eb54d355d21f3541963ad1e89793c95f1]

        CppunitTest_xmlsecurity_signing: add signature removal testcase
        
        Fails with the previous commit reverted.
        
        Change-Id: I050a03fa923980e46b31eff457d0b83f6c38ceaf

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c30bf0284c643b6c574fcc5dabb840bb51174b30]

        xmlsecurity OOXML export: handle keeping all signatures but one
        
        The removal of the _xmlsignatures sub-storage in
        DocumentSignatureHelper::OpenSignatureStream() serves 3 purposes:
        
        1) Remove no longer needed signature streams
        2) Truncate signatures relation stream
        3) Truncate still needed signature streams
        
        2) and 3) could be done using io::XTruncate as well, but if the whole
        storage is removed to handle 1), then individual truncate() calls are
        not necessary.
        
        Change-Id: Id9ed9c87c94f340dc947124b28f085561798d361

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [4351ff1f12268a0b97413e811503ac65a51665eb]

        xmlsecurity: extract signature removal logic from DigitalSignaturesDialog
        
        So that it'll be possible to call that code without an active dialog,
        from a headless unit test.
        
        Change-Id: I1728a666ff5d84b337efd7e2b7eb68469896257a

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [4225092a3586498f27dcb3cc54ae7f5b8ea53d4e]

        cid#1326861,1326862: Eq: Problems with implementation of equals()
        
        Cloneable, odd additional equals overloads, odd hasCode implementation---all
        smells like clueless cargo cult.  And I see no place where it would get used.
        
        Change-Id: Icca89531ce9181fb47eacfb6fae704f4f45012a9

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [305453d2c79221d03452efd917eee122426fd32b]

        This ScriptEntry ctor is always called with empty languagedepprops
        
        Change-Id: Ia8ddfecf2f809e9f0132ba59812446973532476c

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [8a4e256d67fae1751eda4f774cdee41ef632de04]

        Scripting.location is unused
        
        Change-Id: Ia534b5aa579a678f8b0273e6c8c12a6ad335c67a

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [90033c542bcbb613e1a7de078d597e5956215cae]

        ScriptEntry fields can be final
        
        Change-Id: I7616641584b7ea8192cf3724d8b7d5b88af39da6

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [8e4c33799f5a789b908b67714992c730978a5c20]

        Turn forwarding among ScriptEntry ctors around, dropping one
        
        Change-Id: If3c86c7e5c4acaf4a3e48194e24c3c73e4e99499

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [9b70fdf5ed6d16eb8590ea940976402225d38ee8]

        Remove unusd ScriptEntry ctor
        
        Change-Id: I7109877e789659b87cbc16e9c5da39dcc8249e09

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [05dba6868ec7a5f5fa89cfd44125996bc06bb06b]

        Forwarding-only ctor, can be private
        
        Change-Id: I9ed2aa9c2bf2e17705dc711560154a9596c8264a

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [04b5ae6221bfe2e2a2828f4f1903e2a334761327]

        This ScriptEntry ctor is only needed by ctor of derived class ScriptMetaData
        
        Change-Id: If3e6aae326aa53825edca9d5dc207d185d288cce

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [2e96766428b719c0dc42395bfcff5ed062f6f3f7]

        Remove unused ScriptEntry.setLogicalName
        
        Change-Id: Iad58e4227433b766bbdce92a53c95aed48320f88

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [cf6e5f5b6d5d18fc1792f436d573a292e7a38943]

        Parcel.getByName apparently wants to return ScriptMetaData
        
        Change-Id: I4a710384ec3a0d719f2ad1fbbe7b43b0be1fa1d9

2016-03-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [0cb71c1017d67e762928a12dd4a6d643d84a40bf]

        tdf#98052 - polypolygons were not drawn on the alpha device
        
        In OutputDevice::DrawPolyPolygon when b2dpolygon are used for drawing
        the source polygon is not drawn on the alpha device.
        
        Change-Id: I54f4e5a13469d9844866cea61b074420219b836d
        Reviewed-on: https://gerrit.libreoffice.org/22892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [9dcd54014c315586e8c1aae08c6079dac7acb0b6]

        cid#1327083 SWL: Sleep with lock held
        
        It's unclear to me why the disposeOffice method was marked "synchronized" in the
        first place with fbd72be142ed23b3b526c8d0c3e002f15ca7ec74 "INTEGRATION: CWS
        qadev16: #114831#."  Maybe just some cluelessness?  Lets see whether we ever run
        into any problems after removing it.
        
        Change-Id: I1f262b6b4b4f4e8911754a6b3fa3d61f5df0aeae

2016-03-04  Pranav Kant  <pranavk@collabora.com>  [e04284587a5db51d96430137baa76bbef3937a5d]

        lok: Export only programmatic style names
        
        First, it reverts b0111f494c1ee2d75ac4f1544c06c24d464cc416. It
        was a bad idea to export UI names via LOK because the client
        would need the programmatic ones anyways for UNO commands. We
        cannot expect UNO commands to accept UI style names and work,
        though that's another thing that they will work in most cases
        because mostly UI names are equal to programmatic ones. Clients
        are now supposed to have their own UI name <-> programmatic name
        mapping, if they want style names to use for translations.
        
        Secondly, it fixes a bug that was already there mixing programmatic
        names with UI ones in an effort to put default writer styles on
        the top of the list.
        
        Change-Id: I307f987fe740b3c43b0e14ec4773edcb672a11df
        Reviewed-on: https://gerrit.libreoffice.org/22810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [63af0c148109268626112848f3a2ad7a1fcbfd4c]

        add config namespace cause we use config: elements
        
        Change-Id: I34d47e854999eb2e8fd118351ff3b3577a1083d7

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [a775bfb99ee978ee777cc1c792e6784dcd85a733]

        Don't build ui-previewer in the App Store case
        
        Change-Id: I25ca4b8672702095cc04723bc9c6bdf01a06382f

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [d0370811694dfed0fbfdfbb6570c606533c2a8d1]

        harden OS X code signing script (handle spaces in bundle name)
        
        Change-Id: Icf9bdcd0bcd988d32477cf9ab7f8d917ff6a2275

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [7bba75cf5b3c42576f4cdbfb82f61c2de4932f8a]

        remove unopkg script from MacOSX folder of sandboxed app
        
        Change-Id: Ib59953225480e6923e418b966cce289f07f863b5
        (cherry picked from commit f16f8ee5c2a269339a36bf6af9b24b50b4328a37)

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [32c8ba64928ff541274cda3cd49b406da97d0c14]

        Don't put symlink to MacOS folder of sandboxed app
        
        Conflicts:
        	ure/Package_install.mk
        
        Change-Id: Ica4cfd3befa67aa1d03140ad2a766dfbb208ec0a
        (cherry picked from commit d6785e162fa8cc4b03de76cd2d089d62ae45c068)

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [3a663f7a4580b97518aee4e0c797b549c67ef1a5]

        Don't package unoinfo in case of Mac OS X like app structure
        
        Change-Id: I517ed7ac43b0655c7e571e0b9fead32c4f2e7948
        (cherry picked from commit ec51b41ba4831ce43a4f3ead47c72d2d6a884f61)

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [ea1ca253d3b24fd64cf6678785e4170f42ee06f9]

        shell script in Contents/MacOS is not accepted
        
        (cherry picked from commit c5d91c02192f4272ad2a200beffa059a7dc7a146)
        
        Conflicts:
        	scp2/source/ooo/file_ooo.scp
        
        Change-Id: Ib047b763bfeff9dbf43db8fc11e6fd7f1fa179f8

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [606efa8fb419a154a9bb285a3ea8f6a5bab3c8c2]

        pgsql-sdbc: put local code and constants in anonymous namespace
        
        Change-Id: Iaccda39ddf651f6b2ef326c9b3903670c25bcdde

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [5cbb6631e6d4c1000bff936712b4bd4aafbe04d5]

        pgsql-sdbc: factorise common code
        
        Change-Id: Iea185bc216e92baee9f97157b8ac13a9a64f99b5

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [0b0c99edbbd29a89ddc5af60f9abba141e42a4a4]

        tdf#92538 pgsql-sdbc make a reasonable sorting of types
        
        Change-Id: I74283234834b5057857620ed2466068e88628585

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [ac1468e2ef5de7db8ea82a66422e224af509c7e3]

        pgsql-sdbc: "text" dataype is *LONG*VARCHAR
        
        Change-Id: Idd01299ef4592b43e573c3b0996d4822664c6bcf

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [a55f22ef4c5348c37dbf88cf9b493f1b9face467]

        fixup startsWith vs == in string comparisons
        
        probably left-over from OUString transition
        
        Change-Id: I29f8f34ad44828608aa16b0b0a0759e887e280af

2016-03-04  Noel Grandin  <noel@peralex.com>  [4d0003df737040adad22a808ae4c3d150bdd029f]

        loplugin:unuseddefaultparam in cui
        
        Change-Id: I83c35b7a71d0becb98e739f076f42ce58b9e1cd8

2016-03-04  Noel Grandin  <noel@peralex.com>  [9b3b0b1cebf9aae8a8da43b26df9b907b69d5c03]

        loplugin:unuseddefaultparam in filter
        
        Change-Id: Ieaad3145c01dc4ea7b3e7eb7859db89ebd1d7fe1

2016-03-04  Noel Grandin  <noel@peralex.com>  [1fd781e7cd33f325ec7e467ecd49e0cb6ff4762b]

        loplugin:unuseddefaultparam in oox/reportdesign/sd
        
        Change-Id: Ia26cf182ddc7c903d86bf74a8175858adb88121c

2016-03-04  Tomáš Chvátal  <tchvatal@suse.com>  [a4c17041271eca2181cf11e5a0b59f4001c20cee]

        Fix python2 build of pyuno with older py2 versions
        
        SyntaxError: ('invalid syntax', ('//usr/lib64/libreoffice/program//uno.py',
        368, 77, "            return _ConstantGroup({c.Name.split('.')[-1]:
        c.ConstantValue for c in td.Constants})\n"))
        
        Change-Id: Ie87c21fbfd83fc4d6f918eb55128db235c2220a8
        Reviewed-on: https://gerrit.libreoffice.org/22863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [d7c4c45bc8daa9e3dffe2d5d6557c250f1d683c0]

        Use existing "sal.osl" log area
        
        Change-Id: I7d48c1543b0d3239c8e646ca0765421f933cfecc

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [c3ab4e1970c1dcd260985fe92ffade8a60459e72]

        sal/test/testbootstrap.cxx is dead test code
        
        ...so no need to add dead log areas here (as questionably introduced with
        f59136a2ed1e3eb01cc5b62c5a7da07c34cbdfae "tdf#91794 remove OSL_DEBUG_LEVEL > 1
        conditionals")
        
        Change-Id: Id0544a76f9c426bc06e327f0f2ec2d421da1fa50

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [56388a7ea91ef5b0e526a14bc7e1b00edca83202]

        Probably better to not disable this cache in all debug modes
        
        (f59136a2ed1e3eb01cc5b62c5a7da07c34cbdfae "tdf#91794 remove OSL_DEBUG_LEVEL > 1
        conditionals" had changed it from OSL_DEBUG_LEVEL > 1 to > 0)
        
        Change-Id: I40714993fb55ec27b80d225cec28c64f2959ab73

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [72b724ad8eb5ee6a8a4b2e35cf29a8d14007efd5]

        Spurious spaces
        
        Change-Id: I60bb1e303f7a26b4324cccf2858258a375b53f34

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [0b9ceae7da92709637c4ee65b62901b346209d16]

        coverity#1326474 Resource leak on an exceptional path
        
        Change-Id: I13047e59fc10ab169072f84c75ba88c569d16bd6

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [1e83fab9b47dc34129035ca1660a27c6a00b15d9]

        coverity#1326516 Resource leak on an exceptional path
        
        Change-Id: I91cc5614fb0db76eabd46cbe7e39ae33227728b7

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

        coverity#1326237 Dereference after null check
        
        Change-Id: Iac84adff096c5b847b2a63ac57ddf5b2f5e34e11

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [5adfcaaadc45b38ed0358a3dde4c39d79b6ceedc]

        coverity#1326304 Explicit null dereferenced
        
        Change-Id: I9eb58884e41d9669d2413f7b5b63bddf6a4b4320

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [8a1c6cba0a7cd579274826f1831934f67d957fe4]

        coverity#1326460 Dereference null return value
        
        Change-Id: I18a80d7695f081c6f274dd7de68bd4dee1054be4

2016-03-04  Caolán McNamara  <caolanm@redhat.com>  [1ffa92cfe374b1f479166300bc7e27e41ad48acd]

        coverity#1326333 Unguarded write
        
        Change-Id: I94026a7b66a0cac01a1e42d8eee0ec7b4d5fc513

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [d35eac83abff0a8860cd31c6e08b294e5ee8688f]

        This is test code, OK to unconditionally print to stdout
        
        ...and where appropriate use CPPUNIT_ASSERT_EQUAL to have no need to always
        print out certain values
        
        Change-Id: Iad2ccb235b09852fffd3f010cf069c45b36e2d4b

2016-03-04  Noel Grandin  <noel@peralex.com>  [46c67c43236a8250e56d6af1a1caada73e8abb70]

        loplugin:unuseddefaultparam in tools
        
        Change-Id: I027f4d53e3aa793bd61bf110899e464a9b6430ec
        Reviewed-on: https://gerrit.libreoffice.org/22891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [ff45bc33465d54253f9e3da2e24b1b2b09c2b1d9]

        tdf#98083: Always save cell format
        
        it was pretty bad idea not to save it for rich-formatted cells
        (tdf#92296) as there is more to cell format than just a font
        
        Change-Id: I0e5e7d7187c69519bb8f4de2b627e385fccd3d46
        Reviewed-on: https://gerrit.libreoffice.org/22762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [066a81ee8dec07525b8f6c05ee71cf498ea65d72]

        This is test code, OK to unconditionally print to stdout
        
        Change-Id: I419aba8728b3a65fca69c82a4f950daaf4815187

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [443208dce74746c0a7771d3bc55a5d61de5260bf]

        Remove write-only g_nSocket* debug vars
        
        Change-Id: Ie8a1d015242450094928863013030b4cb0bb1f4e

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [4b47853acc33b7f372fdbf4aad311c3c943cf7fe]

        Clean up a SAL_WARN_IF
        
        Change-Id: I8a945f3e83559f421aa1a0b4fbfcec1b25932ef7

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [78a209b951d2f6e6bb3001b45c242a85fcf9ebb0]

        CppunitTest_xmlsecurity_signing: add signature append testcase
        
        Fails with e.g. commit 963264a417ce807201f0021fc6000ce7d6cf0245
        (xmlsecurity OOXML export: don't loose old signatures when adding a new
        one, 2016-03-03) reverted.
        
        Change-Id: Ia2b0f3d8914bca14075481f5ac8cd4c0033d26c1

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e89610dad647ea5c77805ff06af1ea9870ae9f15]

        xmlsecurity OOXML export: only cache existing signatures, not our temp. one
        
        When adding a signature, first we export it to a temp. storage, then
        read it back, show the verification to the user, and then later we do or
        do not write the temp. storage back to the original one.
        
        This means the signature gets exported two times, and MSO only considers
        the final result valid. So when caching signatures (to avoid a real
        export based on our data model), don't cache the one we just added to
        the temp. storage, but do a real export second time as well.
        
        With this, MSO considers our appended signature (next to an existing
        one) valid, too.
        
        Change-Id: I4d615298463e037ea4e654ff5c3addcef8b0a094

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [38c39dc49c502683a3ccbcbfaa7e7ecee413c30f]

        xmlsecurity OOXML export: fix appending new signatures next to existing ones
        
        We append a new signature to a document by re-exporting the existing
        ones, then writing the new signature. Given that existing signatures
        aren't canonicalized before hashing, write them back as-is.
        
        With this, our own signature verification is happy about the export
        result, containing an existing and a newly created signature.
        
        Change-Id: I0ff57a2266c6070a945f0c45ca5793406678be60

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9fb9062a999b3342010e6d26919e6d49065abb1]

        sw, sd: indentation fixes
        
        Change-Id: I4813488d94e6ae2877cdaf39a3849bccb83c389d

2016-03-04  Andras Timar  <andras.timar@collabora.com>  [6e9a41dbc25402350e4b767d8f10e8e855f7531a]

        create empty .lproj directories for languages supported by OS X
        
        The previous solution had problems. InfoPlist.strings were empty,
        because localization has not been working since the CFBundleTypeIconFile
        entries were removed from Info.plist. Icon file basename was the key
        in documents.ulf. So we packaged 0 bytes long files. The second problem
        was that we used LibreOffice language codes, and OS X language codes are
        different in some cases. This caused problems such as French strings on
        English UI (e.g. Open/Save dialogs), because the system did not
        recognize en-US.lproj and en-GB.lproj, and fell back to the next one: fr.
        
        Conflicts:
        	Makefile.in
        
        (cherry picked from commit 91902ef1411943f65da296fefd15fff9170d9c0c)
        
        Change-Id: I9c502cdf737b497ca2ceef8f3c535ccfea2f6134

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [ca3e8b0299b3a3f6e8029a47cb7391512c49ac4a]

        Remove potential old leftover before moving the app bundle
        
        Change-Id: I7f0a8ae184a2f3d8a4476415b56df4ad8e4e342f
        (cherry picked from commit 53c396c7008b807cffcc501171520b28c3f2ad24)

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [8c25e92bb9c289598fc8c83d712d67c5539cd21b]

        We don't build the Apple Remote code when sandboxed
        
        So no need for the related entitlements.
        
        Change-Id: I54ba7c0586ee77f30096b50755a9a85bbb7965a5
        (cherry picked from commit a1379c6d2555c77b1b096165ac2aab42808e90a7)
        (cherry picked from commit d78c567c78e9d0f4e122caab527da23f69dec6d3)

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [fd34a19b4d8ccbd8740cf6056be87b8c267caaec]

        Seems that we don't need the com.apple.application-identifier after all
        
        Conflicts:
        	lo.xcent.in
        
        Change-Id: I3bc499b15c31724dca2d49123dcdbec8dfd934f6
        (cherry picked from commit fc01d27ea172809ae7bdbd85df161d5a033d4533)

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [2bcef51421963677daed826d6ea4be19ecdc174b]

        tdf#92191: Don't use any IPC pipe in a sandboxed OS X app
        
        Creating the pipe fails when sandboxed. This caused us to not start
        the OfficeIPCThread, and that then meant that the file open requests
        coming in through VCL_NSApplication's application:openFile: method in
        vclnsapp.mm were not processed properly.
        
        The OS takes care of not starting multiple LO apps simultaneously
        anyway, so we don't really need any pipe, I hope.
        
        Conflicts:
        	desktop/source/app/officeipcthread.cxx
        
        Change-Id: Ia920520ce2928787313f83199028f9c9942f61f3
        (cherry picked from commit e2f4c9eae3f53aaba968d7567f912df6fa911326)

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [8ba6e0d6b1471d56fd0733d5966bdc2e34cc0a05]

        Skip some executables in the OS X sandboxed (Mac App Store) case
        
        I doubt end-users will miss gengal.bin, regview, or regmerge.
        We need the gengal program at build time. But don't bother shipping
        it on OS X, at least not in the sandboxed (App Store) case.
        
        Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24

2016-03-04  Tor Lillqvist  <tml@collabora.com>  [02c0669017d4334e0746417178c8a8d9c6faa484]

        Mention that there are two disjunct sets of callbacks
        
        Change-Id: Ia8f18666c766cafa63cc702bfdfa69e971cf0e71

2016-03-04  Noel Grandin  <noel@peralex.com>  [03614918c028e82df353308837864c6fc7ff992c]

        loplugin:unuseddefaultparam in sc
        
        Change-Id: Id461fc600bec5fe372875c2dcf405997fcf9f0b4

2016-03-04  Noel Grandin  <noel@peralex.com>  [fb6c99f21e03afb85d00459ca1e1abb07e71d126]

        loplugin:unuseddefaultparam in svtools
        
        Change-Id: I3ef15fa33791bc5e59c36c1e80f669c7e1e7044b

2016-03-04  Noel Grandin  <noel@peralex.com>  [1fbc20dad2520862f8142f1cabae169bf1450b87]

        loplugin:unuseddefaultparam in svx
        
        Change-Id: Iacd4ed12c6c5dfdc2f31f85c8c1ce2cee8a8641f

2016-03-04  Noel Grandin  <noel@peralex.com>  [9cc8a26fcdd4dbf7d5d65869bf84b824339751ce]

        loplugin:unuseddefaultparam in sw
        
        Change-Id: I1a8a25c09ae0c8ba39fcedb032562df93fdd6ba4

2016-03-04  Noel Grandin  <noel@peralex.com>  [9a1e6d916eff1236cc1be2056c91e56018a482bf]

        loplugin:unuseddefaultparam in sfx2
        
        and fix an issue with calls to templated methods in the plugin
        
        Change-Id: I9c9537a0690ff671286c007846d5f4cfb7d2982b

2016-03-04  Jaskaran  <jvsg1303@gmail.com>  [6610ad9aee0c8299880cd1da6cd6a756860ccad9]

        tdf#93889 Remove a busy loop
        
        Add SyncFocusState(). Before we needed
        pRefInputEdit or bRefInputMode.
        
        Change-Id: Ib1d8c4d26f45824fd6652ef29d56ddf8d276319d
        Reviewed-on: https://gerrit.libreoffice.org/22823
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [3aafe0568be80120afcdd92ea491b55d66bcbac6]

        -Werror,-Wnon-virtual-dtor
        
        Why was CDTransObjFactory a class with virtual functions in the first place?
        
        Change-Id: I315243a2268be67e03feb923ca7f64fd37818337

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [0e53c653fbfe4ba2e49db5e34bd62a3a3b02c980]

        -Werror,-Wnon-virtual-dtor
        
        Why was CCustomControlFactory a class with virtual functions in the first place?
        
        Change-Id: I4449a6f69f45a5b294b1906d0ce8a1a8a52c1d7f

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [10aec5f91f7b11e41ed931df7a1e7388a19d19c6]

        Silence -Werror,-Wnon-virtual-dtor
        
        Change-Id: I643c7e8ad12f255822c51a8f295e95f8799ef36a

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [e6a381850951f9e61c82413a489b1e96937624a1]

        -Werror,-Wunused-macros
        
        Change-Id: Ia8ea71174361b1f685a1a9c038c7ee809e54e0ef

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [3889b2894fd7284aa7b2b9aeab763c7be658058d]

        external/redland: -Werror,-Wundef (__GNUC__ vs. clang-cl)
        
        Change-Id: I1998dc90f20958ea8631e4db49e7f5206c907978

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [7d697c7e22108035ef73a903dfc024b2b948b419]

        external/python33: adapt to -Werror,-Wundef being enabled for clang-cl
        
        Change-Id: I82bedca98ed5ec22b434c7b25c87bf5d77e7ed21

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [69ae92100401aad31cbfe1c4b4247befffb2d80a]

        external/nss: -Werror,-Wundef (__GNUC__ vs. clang-cl)
        
        Change-Id: I4641767451ac1ec9f580d24bafa57a11e2f99ac3

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [61b541e9ef725ea75cf2e5c8407b0b8fa151fb1b]

        external/liblangtag: -Werror,-Wundef (__GNUC__ vs. clang-cl)
        
        Change-Id: I4213eb841d7eb3627ae64cc242b81b8e7f09cc79

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [6b68df576344f24f549030604c5413eb2062551a]

        Adapt to more warnings being enabled for clang-cl
        
        Change-Id: I62b1e2f5b4918514a7a04bb6a44e55fc21a475af

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [c6086ca6535692496fbd718d174d8eb5a5dea7c7]

        Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl)
        
        Change-Id: I9466931485ed5421be589def16185d5c036bdcb8

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [ba57e60a6ea1dfb236a36c1cc620554104bf848b]

        Silence -Werror,-Wnon-virtual-dtor
        
        Change-Id: I3fdf72b014d2ca0b0bd96fc5eba5606b13b32258

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [7f0e9654e559af00f21ffc39cbcf25032e0c10da]

        -Werror,-Wshadow
        
        Change-Id: Ic87e8aacb2e8215751422969e78cc58e18fc5a42

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [183dbfe3a7ea2f8af00f5c188472432355c7085e]

        -Werror,-Wshadow
        
        Change-Id: Idf72ab1a311fcbbc81b16d9a3c1e78aaa10332c0

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [5a7289dc14bc79d74890ccc9bb62c33c30380966]

        Silence -Werror,-Wnon-virtual-dtor in external includes
        
        Change-Id: I2ef42eca934588b219de52dfc7c373395118cc32

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [f43e0fe4d64da654a48ae5d912a8c8f1a8596b11]

        Silence -Werror,-Wundef in external/poppler includes (clang-cl)
        
        Change-Id: I42ae8b5d1769eba3e5af68b3b183c77f40c35ca8

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [35133f60356a5ea4322f4df13e1e814e4001ba07]

        -Werror,-Wunused-macros
        
        Appears to no (longer?) be relevant here, as reported by clang-cl.
        
        Change-Id: I339f8b04eb733a9c6a97fcd4b9b4758e6a84d5c3

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [b542088240751aba8485c7d6cceefb7bdb14e591]

        -Werror,-Wshadow
        
        Change-Id: I944d7bd40a297dac97b954196a0e8e286f0ba712

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [00af78ed9059cac0de235e3bdcf5ee8725258d1e]

        -Werror,-Wunused-macros
        
        <https://msdn.microsoft.com/en-us/library/windows/desktop/ms647466%28v=vs.85%29.aspx>
        "About Strsafe.h":
        
          When you include Strsafe.h in your file, the older functions replaced by the
          Strsafe.h functions will be deprecated. Attempts to use these older functions
          will result in a compiler error telling you to use the newer functions. If you
          want to override this behavior, include the following statement before
          including Strsafe.h.
        
          #define STRSAFE_NO_DEPRECATE
        
        Appears to no (longer?) be relevant here, as reported by clang-cl.
        
        Change-Id: I94a576b71a2a34edd6009059fc5047ba59ec0f12

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a1a24137b3d39e8f19765e4041f07372cecddd2c]

        Silence -Werror,-Wnon-virtual-dtor
        
        Change-Id: Ie346bca98a2da91e20ddb533ab19720f193291d4

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a0997faf074256fdef087b7c25a5d9d1263e7f16]

        -Werror,-Wunused-macros
        
        Change-Id: Ib333ad2880e0a1cbfed2f6a919ca2b92f42dde45

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [392d32856d5bfe10a21d7eab522f983435de6c89]

        -Werror,-Wunused-macros
        
        Change-Id: I0ac1ba124ba452deeeeaa473ccbbf865e490c447

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [ae95f93527c5720caa2f3c48aefb67e1f89ce2d2]

        -Werror,-Wshadow
        
        Change-Id: I1e26a805ac96f1c57d2f7c795b598c4eaa8d2a3e

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [cb859ddcb14414c1f2e520db23b08d2190bd091c]

        -Werror,-Wshadow
        
        Change-Id: I4893f538911449953fadf4cf10f6adb819bc023f

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [9bc10687fca69364ddf55dce53ebca7d1aeba83f]

        -Werror,-Wshadow
        
        Where wglChoosePixelFormatARB is defined as a macro expanding to
        __wglewChoosePixelFormatARB (as WGLEW_GET_FUN is just expanding to its
        argument), and __wglewChoosePixelFormatARB is declared in global scope in
        workdir/UnpackedTarball/glew/include/GL/wglew.h.
        itself) in workdir/UnpackedTarball/glew/include\GL/wglew.h
        
        Change-Id: I0c4d09e9112c2233d25a262ea1f2b35bdf49645c

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a93374a7b4168d132171d2f44e47e506d8350de5]

        Silence -Werror,-Wnon-virtual-dtor
        
        Change-Id: Ibe968bdb968a0a86723fcc2c9fa958261724c7da

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [b1d9fe788e635619b379627abebeacd270ca7770]

        -Werror,-Wshadow
        
        Change-Id: Ie6a35ce1fece5de31f455d88ab3e12010b8047f5

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [6fbac177dd7d38b567f66d6c119ec69615f003d9]

        -Werror,-Wunused-macros
        
        According to
        <https://msdn.microsoft.com/en-us/library/windows/desktop/aa383681%28v=vs.85%29.aspx>
        ("Enabling STRICT"), it is used in combination with including windows.h, so
        maybe this #define STRICT (which was there ever since
        a934115b3ea90d7883681a6ca8922a4b859be36f "Initial revision," w/o also including
        windows.h) was always unnecessary (as reported by clang-cl).
        
        Change-Id: I02cf2584fe2fd52e9513791b18fdf6e7982e89b3

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [e4f8d0c9c41088dd3f18f09a0338a89baf1e0410]

        Silence -Werror,-Wnon-virtual-dtor
        
        Change-Id: I46f7b68aded50abc0015b458507adbf84d0ffe76

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [b955d437cadd6ca5a66c7a6df5cefd34eda7518d]

        -Werror,-Wshadow
        
        Change-Id: I40f92daa60a08d93ea7bbe309fd16fa7ef27e78b

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [d08b3d29de36c849b47e4ffddcf4fc0a426a206d]

        -Werror,-Wunused-macros
        
        "VC_EXTRALEAN can only be used in MFC projects."
        (<https://support.microsoft.com/en-us/kb/166474> "How to use VC_EXTRALEAN and
        WIN32_LEAN_AND_MEAN to enhance the build process in Visual C++")
        
        So presumably indeed not needed here (as reported by clang-cl).
        
        Change-Id: Id98c6e9e862e716cf5e238623c6ac4ca0603fd63

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [7a43da06139c04ca9739b5261d36fbefc8976bb0]

        -Werror,-Wundef
        
        see c665a1bc0f45aa4a4c679e6f004581168e03f93d for __STDC__ not defined under
        MSVC/clang-cl.
        
        Change-Id: I65d8a3b33ff40fc80c52b294b0c5bc75d9f5cf2f

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [a70586d9980d71bd3310fcda69f16ac1dafae2d4]

        fixup tdf#92538
        
        Change-Id: I57650fe955a31f433d611d9e74a0762d349bed64

2016-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [280f234e5e9fb2879ef99d6888bd0b5b30d16b45]

        fixup tdf#92538
        
        Change-Id: I62fbead59ac83147da6da984f89b64b1d7e4f90d

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [c665a1bc0f45aa4a4c679e6f004581168e03f93d]

        -Werror,-Wundef
        
        For MSVC/clang-cl: "__STDC__: Indicates conformance with the ANSI/ISO C99
        tandard. Defined as the integer literal constant 1 only if the /Za compiler
        option is given and you are not compiling C++ code; otherwise is undefined."
        (<https://msdn.microsoft.com/en-us/library/b0084kay.aspx>)
        
        Presumably fine to just replace #if with #ifdef here (as is used in all the
        other cases surrounding it), and not care whether it actually expands to true.
        
        Change-Id: Ie58c76d7e72321b06a11a370fd28221e85fcf871

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [cd8e720b0602434480e84d492346fa68419c3df0]

        -Werror,-Wunused-macros
        
        Whatever those _POSIX_ for _MSV_VER were supposed to be good for (have been in
        there at least ever since 4f4b74153d27a9579c49b225b2690e7f9416fe78 "Moved cpp
        from cpp to soltools"), but cause -Wunused-macros at least when building with
        clang-cl.
        
        Change-Id: I356bf663cd1e86298ba72a179f46bb9d0c10016b

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [3c53b783f3578ffe26e5812c00ba7bffb41bfa86]

        -Werror,-Wunused-macros
        
        Change-Id: I5402d52ec42fa27c58b276eeb22eeb270c3d7948

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [2e73ae7a62013ce896d237809703f6efc1c8dabe]

        -Werror,-Wshadow
        
        Change-Id: Ib20a02a846b745b65ffcf9ec1d45b39a6e0c50e4

2016-03-04  Stephan Bergmann  <sbergman@redhat.com>  [4b5efd930895c87829f1fc404bfc5de8f139f873]

        Silence -Werror,-Wnon-virtual-dtor (clang-cl)
        
        Change-Id: Icac0f029461c886ebb03aedcd54189116b66d8a3

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [505473154bd2e717d21b1a7ff1fce322403049df]

        writerfilter: prefix members of RTFTokenizer
        
        Change-Id: Icba6646e183bc283e3c86a223a7f76306123200b

2016-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [48b0fed24d0fc9e3b6780e298ee629c650530f78]

        writerfilter: prefix members of RTFHori/VertOrient
        
        Change-Id: Icc0a4af0e5995116d65d0dea0881e10ca8d92232

2016-03-04  Akshay Deep  <akshaydeepiitr@gmail.com>  [5351188c8ea2426e9545543646a40dc6d6df1a14]

        tdf#87812 - SIDEBAR: More animation information in list control
        
        Modified Custom Animation ListBox entry to include multiple lines.
        Added Effect names in Custom Animation List Control.
        
        Change-Id: Ic974ffc9fca6803ff76135620df1fbe9edcde565
        Reviewed-on: https://gerrit.libreoffice.org/22403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-04  Aleksas Pantechovskis  <alex.pantec@gmail.com>  [57d0caacee2f395be2e89b78f8ece2d47b2c8683]

        tdf#96505 Remove long integer literal specifier when not needed
        
        Remove L from integer literals if it does not produce warnings
        and does not change semantics
        
        Change-Id: I9573a47d3e3401993a1f0fbcf7df4be20f9e6eba
        Reviewed-on: https://gerrit.libreoffice.org/22867
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-04  Noel Grandin  <noel@peralex.com>  [f5e131b2bcd2c88a47e5988d5f319bffd767c4dc]

        loplugin:unuseddefaultparams in vcl and xmloff
        
        and teach the plugin about code that takes the address of a function
        
        Change-Id: Ia9d5afef44520aca236659e8176f1e27135ef4fc
        Reviewed-on: https://gerrit.libreoffice.org/22861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-04  David Tardon  <dtardon@redhat.com>  [fee4fe8e589e101140d9b318ac757825bf836506]

        upload libpagemaker 0.0.3
        
        Change-Id: I7d0f7e9a1bf9d2d590337cf4bb8cc4860c05444e
        Reviewed-on: https://gerrit.libreoffice.org/22864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-03-03  Xisco Fauli  <anistenis@gmail.com>  [31e037c348ef0e04393926891617fde1b0051a35]

        SVGIO: Check height and width of polypolygoncolor
        
        Change-Id: Ibc5844d4e4a89fae7bbc8d2b854384d0c433500f
        Reviewed-on: https://gerrit.libreoffice.org/22883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-03  David Ostrovsky  <david@ostrovsky.org>  [7df498c828b36259397e2dd2769d99e7f30f7470]

        Fix coinmp on MSVC 14.0
        
        Iterator category tags carry information that can be used
        to select the most efficient algorithms for the specific
        requirement set that is implied by the category. OsiCuts
        defines bidirectional category tag, but doesn't implement
        operator--(). This is illegal: [1].
        
        * [1] http://paste.openstack.org/show/489235
        
        Change-Id: I68a6d297d5c33848c4b8a324e081c5118fd936a4
        Reviewed-on: https://gerrit.libreoffice.org/22882
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-03  Michael Stahl  <mstahl@redhat.com>  [70fd98f16fea0afa7b7943764b0934064dbd2c43]

        vcl: type inference is beyond MSVC's limited abilities
        
        Change-Id: I3e6c84c1f49e9523e881ce12dbb2f7e0d1df956e

2016-03-03  Caolán McNamara  <caolanm@redhat.com>  [5f6065f980756fdb81c7018bedbb7f54e2b8214a]

        coverity#1355126 Logically dead code
        
        maybe we should be using more precision, but we haven't
        been in the past
        
        Change-Id: Icf1e1e95099c783435e04f60d8ade755a8d2d4d5

2016-03-03  Caolán McNamara  <caolanm@redhat.com>  [cd5cc12d4330d68d0a233a82eda30e983ce202a4]

        nLog10Divisor is 1
        
        Change-Id: I8820d435e2f26d04ac3eccb710383399d050e020

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [56f81d96e321d941abb43ed6b26a987bf815f36a]

        We don't use 'using' for other std types either in this file
        
        Change-Id: I561e515da65db619330b536e3c8c6de555730740

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [db145e5073e42ae71a77c5987ae673cfe97426d1]

        delete works fine on nullptr
        
        Change-Id: I373df68f8ce59d34d98a8c5608a16deb278ecec3

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [0f2075338c7c6dfc2a7116eb2f6103060fe73104]

        loplugin:nullptr
        
        Change-Id: I139b93f3285c61e2a4ba2d7959273dbcd1f95694

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [599dff308a5cb0e9ca4337839493742839abded2]

        loplugin:unreffun
        
        Change-Id: I13b718ae04c30d02003fa31322de655f9386b815

2016-03-03  Arul Michael  <arul71.m@gmail.com>  [fca1147953989ef26e641e2ee9bb7e6390a69dd6]

        tdf#97215 Sorting with update reference causes crash
        
        The memory of SvtBroadcaster* of a cell is freed in EndlisteningCell()
        during SplitFormulaGroups call. The same memory address is assigned back
        to the cell again when the contents are transferred back after sorting.
        This is because the CreateSortinfoArray is done before
        SplitformulaGroup. For fix getting mpbroadcaster from the Document
        instead of SortinfoArray since we change the broadcaster in document
        after creating the SortInfoArray.
        
        Change-Id: Ic492d5019e26ff204307db4fefccc48ec99c0a6d
        Reviewed-on: https://gerrit.libreoffice.org/22607
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-03  Lionel Elie Mamane  <lionel@mamane.lu>  [ac2505632c96b2653aea2d65178053d1ad9430ef]

        tdf#92538 use proper schema name for type names
        
        Change-Id: I7e428e4530765925bd35c7f4fcde7f95ceb12243

2016-03-03  Rohan Kumar  <rohankanojia420@gmail.com>  [f59136a2ed1e3eb01cc5b62c5a7da07c34cbdfae]

        tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
        
        Change-Id: If329cf8257684e7bd2936641b8f14ec3e9b9f733
        Reviewed-on: https://gerrit.libreoffice.org/22647
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f336f63da900d76c2bf6e5690f1c8a7bd15a0aa2]

        tdf#94635 Add FORECAST.ETS functions to Calc
        
        Change-Id: Ifbfff1c27fb3960a06f467630da0fa39665f0ce4
        Reviewed-on: https://gerrit.libreoffice.org/20073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc75888c9e4cd09476287a8489c99fbf073feddb]

        xmlsecurity OOXML export: don't attempt to sign other signatures
        
        For one, MSO doesn't do that either by default.
        
        For another, this would currently result in a io::IOException, because:
        
        - the root storage is opened read-write, to be able to add the signature
        - then _xmlsignatures/newsig is opened read-write to be able to write
          the signature
        - opening _xmlsignatures/something as read-only still opens the
          _xmlsignatures storage as read-write -> boom, we tried to open the
          same sub-storage read-write two times, OStorage::openStorageElement()
          detects that
        
        Change-Id: I2b90dc044bcfb835df4f19a339a0447e69f42975

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [963264a417ce807201f0021fc6000ce7d6cf0245]

        xmlsecurity OOXML export: don't loose old signatures when adding a new one
        
        With this, at least we don't completely throw away existing signatures.
        The roundtrip of them isn't perfect yet, though.
        
        Change-Id: Ibc3408364403a057169e384902afe13b1e397480

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [122c01989d4843db52725d375af22f866345d80a]

        xmlsecurity: avoid calculating the certificate digest late in XSecController
        
        Every other aspect of the certificate is calculated earlier in
        DocumentSignatureManager, so calculate the digest there as well.
        
        Change-Id: Icd97f3ecb084bbce60fcdfa496b6aaf0ac75026d

2016-03-03  Stephan Bergmann  <sbergman@redhat.com>  [dd7a2f9a980505acd87abfad4f14526228e8a124]

        loplugin:nullptr
        
        Change-Id: I3c65591d2693b6aa8bb860bf00100dc28f01db0c

2016-03-03  Stephan Bergmann  <sbergman@redhat.com>  [b0cda1b0b6245e43ad9721cf756ab2a6fdc01b38]

        loplugin:stringconstant
        
        Change-Id: I1a594a3d62790125244d221aeaa6d989adf30d97

2016-03-03  Stephan Bergmann  <sbergman@redhat.com>  [22b064a7859dbbf8e1f7988f95748bbbf0fb4c0c]

        loplugin:nullptr
        
        Change-Id: Ie50bf53a24d44a7f645f381a3d07710cc3986151

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [ebdb1b85b7ab75e36ca5efc2580497f779a9ee04]

        Unzip the InfoPlist.strings files into correct locations
        
        Not sure how useful it is to only provide translations for the ODF
        document format names, though.
        
        Change-Id: I22a2e5b896e077ca3067a30635f7cdf67c2f5e7c
        (cherry picked from commit 16f62d80c38f3920a40fc078edecad905ba2b196)
        (cherry picked from commit 348ac6a9d28d5961b8804a7be09d334fbc8ef21a)

2016-03-03  Andras Timar  <andras.timar@collabora.com>  [7af143a69ff183c7cc22e498833377b99704cf42]

        Don't package ui-previewer in App Store case
        
        Change-Id: I122c65d7f6dec7588ea2624e291e9dfe04dff22c
        (cherry picked from commit 89dff9226690829b985371c3f2b29e57bfed06ed)

2016-03-03  Andras Timar  <andras.timar@collabora.com>  [291b9180baf585d1cdf2ab34d5390e54186f5ed0]

        ERROR ITMS-90511: CFBundleIdentifier Collision
        
        Change-Id: I4413853a2e8c23af770323a1e7b21cedb637cfb1
        (cherry picked from commit ca7078abb540623bf4ac5728b94036a7b4782622)
        Reviewed-on: https://gerrit.libreoffice.org/22858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-03-03  Andras Timar  <andras.timar@collabora.com>  [0f1133a2f0163318ca0cb2eb0dca2be829b5c4e5]

        put python starter shell script to Resources folder of OS X app
        
        Change-Id: Iaed947b9168fbd1e2d2c79da724426b56bd8a830
        (cherry picked from commit 4f606fd7bf1ca0bd440fdccac39aa5f4a5e35a36)
        Reviewed-on: https://gerrit.libreoffice.org/22857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-03-03  Michael Stahl  <mstahl@redhat.com>  [c96dc8822d8bb7c1b8309888b22254cac2abc5ce]

        ucb: replace boost::bind with C++11 lambdas
        
        ... and remove now unused comphelper::TNamedValueEqualFunctor.
        
        Change-Id: Ia6cac4ae4e34d2ba134e2f2a4a5b4daea58bf0b3

2016-03-03  Michael Stahl  <mstahl@redhat.com>  [b184b4249d114bafba7d2afd00093747db556d33]

        sal: replace boost::bind with C++11 lambdas
        
        Change-Id: If8e16b7805b5b25dafe053e35cd98079abbea83c

2016-03-03  Michael Stahl  <mstahl@redhat.com>  [521c5602e366a8d4d826fcd910428965de5d9d4e]

        sd: replace boost::bind with C++11 lambdas or std::bind
        
        Change-Id: I1fc9ca7712fde802c885f5cfeedec1575d913f85

2016-03-03  Caolán McNamara  <caolanm@redhat.com>  [daa7754026ba5b025076b90f7a4427cd5820e736]

        gtk3: position the native popup menus exactly where we want them
        
        Change-Id: I2594925cba1f7c9c90178906d9c782024ad1cf4f

2016-03-03  Caolán McNamara  <caolanm@redhat.com>  [fbea89b6b2a4a91fecc4200d59bf03166c3f8908]

        refactor these two bizarro positioning things into reusable chunks
        
        Change-Id: I3f89aca650d31658ce17b3b1496a7babba23bdc6

2016-03-03  Wol  <anthony@youngman.org.uk>  [509bc5e5cf8129d07b5d8cf22d4bfe9c968303c6]

        Fix java home detection on gentoo
        
        On gentoo (and some other distros?) /usr/bin/javac points at a script
        that chooses the version of java to run. So when configure resolves
        the link it doesn't end up where it expects to be. This mod detects
        this situation, clears java_home, and lets it fall through to the next
        test which completes successfully.
        
        Change-Id: I7400ac06485475203abd584f60aed7eca81c7f90
        Reviewed-on: https://gerrit.libreoffice.org/22847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [f345a2c52af0333b46b4b74e686883c8cb9ffab4]

        We don't want those bin/InfoPlist_*.zip files in the app bundle
        
        (cherry picked from commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af)
        
        Conflicts:
        	Makefile.in
        
        Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc
        (cherry picked from commit b21140e2de219cd97cae5b7b9b988e1fd70da029)
        Reviewed-on: https://gerrit.libreoffice.org/22860
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-03-03  Michael Meeks  <michael.meeks@collabora.com>  [a419ef186038e92f27ac5e201e231578867a66e9]

        tdf#98380 - opengl - get font anti-aliasing right.
        
        Change-Id: I087c4939c19bc5966da45cb848d71e95ac982e33
        Reviewed-on: https://gerrit.libreoffice.org/22854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4fe540aa4f77a4d76e4c6042d5790211aebc450]

        sc: add classification toolbar
        
        Again this is just UI to call into sfx2, where the functionality is
        shared with Writer and Impress.
        
        Change-Id: I73ce6fb54d50c23df19ed2c610766b7c515e94d6

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a56ba98ec5e287f872d957493f9e81ee27a24c00]

        sd: add classification toolbar
        
        This is really just a UI, all the functionality is already shared in
        sfx2 with Writer.
        
        Change-Id: Ide5697fe51d30f74490306a70164a3957a8a6429

2016-03-03  Eike Rathke  <erack@redhat.com>  [6e7e8af8ed2ee873a5c8a8b7b42fe3b99797be90]

        unit test for tdf#98297, exclude/include error values with COUNT/COUNTA
        
        Change-Id: I2cc7d6ebdcb9411060462d7afa704f9e100c6c5e

2016-03-03  Noel Grandin  <noel@peralex.com>  [337f517af60d25351bc89f3814dcaf48f3aaa5b6]

        loplugin:unuseddefaultparams comphelper
        
        Change-Id: I78280a13fc0d82fc87041b5dad0c3f2f7d462652
        Reviewed-on: https://gerrit.libreoffice.org/22853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-03  Michael Stahl  <mstahl@redhat.com>  [944cdf5fa830e1d85b72c0d815e8fee29410e742]

        sd: replace boost::bind with C++11 lambdas
        
        Change-Id: Idfac081e0b8aecde488166fe741d5b34cfcc66fe

2016-03-03  David Ostrovsky  <david@ostrovsky.org>  [6153a30e1eba0f7fc05dc2070ebb23f0b2a6df9d]

        .NET detection: Don't try to add not existing path
        
        This fixed this warning:
        
          cygpath: cannot create short name of \
          C:\PROGRA~2\WI3CF2~1\NETFXSDK\4.6\bin
        
        Change-Id: I2d4e3d2c5e4c3348552355f91a340438eb0f9e8a
        Reviewed-on: https://gerrit.libreoffice.org/22850
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-03-03  Noel Grandin  <noel@peralex.com>  [5adde1bf69828da955f5f8ae8d36a4bd52eee055]

        loplugin:unuseddefaultparams various
        
        Change-Id: Ibf8489c957b307156689de4c7cb8440ddd4e4546
        Reviewed-on: https://gerrit.libreoffice.org/22852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-03  Oliver Specht  <oliver.specht@cib.de>  [83dccbadc2c6caa804039199915d4a8c1f3f2d5a]

        tdf#98224: endless loop in replace all stopped
        
        If a drawing in the document contains the search text then the selection of that
        object removes a selection (SwShellCursor) that marks the end of the search.
        This is now fixed for that special case.
        Replacing text in drawing doesn't work - as before and also not all
        occurrences of the searched text are found.
        
        Change-Id: I4a10ddf2dc547572ebb55b6355439d6e320bc980
        Reviewed-on: https://gerrit.libreoffice.org/22851
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-03  Tomáš Chvátal  <tchvatal@suse.com>  [1f182f130edeb8282f0e7e325fb823200f2db34a]

        Update etonyek patch to apply with sle11 patch
        
        Change-Id: I86b43ba29a6b7d0d4c36491234c3354c3d6edf0c
        Reviewed-on: https://gerrit.libreoffice.org/22838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-03  Jan Holesovsky  <kendy@collabora.com>  [8fb170cbe929fcbf85b24284bf31ec6b06150fbe]

        sd lok: Remove LOK_CALLBACK_PARTS_COUNT_CHANGED from the API.
        
        LOK_CALLBACK_PARTS_COUNT_CHANGED did not cover more complex scenarios, like
        more pages deleted at the same time, etc.
        
        Instead, we need to trigger the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED, and the
        client has to be smart enough to update the previews in a way that does not
        consume too much resources - ie. it has to have a link between the part names
        (which are unique) and the previews, and request only the missing ones.
        
        Change-Id: I36ff5dc86f360e3c7bd2c55fae8aaa99e054b4eb

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae5c80502b4f7d9bfb6a09cd28ab72594552037d]

        sfx2 classification: replace default start date with current time ...
        
        ... unless the policy changes the default already.
        
        This was the date of the classification is stored in the document, and
        can be inserted as a field as well, but if the policy has an explicit
        classification start date, we don't overwrite that.
        
        Change-Id: I17974d73a415a2c8032df48aa7b7f4eebb7178ab

2016-03-03  Noel Grandin  <noel@peralex.com>  [2437ccd3e90db011fb7e04f31eb4033d50919d77]

        loplugin:unuseddefaultparams in formula
        
        Change-Id: I7f0baa2709db24e8299f0e1c19c0703aee1cbf4f

2016-03-03  Noel Grandin  <noel@peralex.com>  [a9b7c6f4b72ecf141203c03664bed0ca81057e01]

        loplugin:unuseddefaultparams in include/filter
        
        Change-Id: I893b50835717d449e495e00e9b33de0b60467a6e

2016-03-03  Noel Grandin  <noel@peralex.com>  [99469ae7b9e3c6311ad2d5f894345df03efe7587]

        loplugin:unuseddefaultparams in filter
        
        Change-Id: Ife21ac3fc2ede30694a1c7e2f9296105aa548218

2016-03-03  Xisco Fauli  <anistenis@gmail.com>  [57de81580dc3a9c53c43871150109181da1bb646]

        tdf#98113: SVGIO: Add SvgANode class to handle transport ...
        
        ... attribute in anchor elements.
        
        I used Svggnode class a a reference for this.
        
        Change-Id: Id2a58bd913f9984dc91163ca0f333c016aa981f1
        Reviewed-on: https://gerrit.libreoffice.org/22822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-03-03  Takeshi Abe  <tabe@fixedpoint.jp>  [ad82b7bac267f1680ba869f5f0d46202d09cbeea]

        starmath: Drop ENABLE_DEBUG_DUMPASDOT feature
        
        The feature for debugging seems unused so long that defining
        ENABLE_DEBUG_DUMPASDOT breaks the build but no one complains.
        So let's ditch it.
        
        Change-Id: I0b472cd1acbcfd0c2550c3bd36661c91bc2e2986
        Reviewed-on: https://gerrit.libreoffice.org/22608
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ba96ffcd8ee2296b5a30451a9310b5b097df514]

        editeng: fix -Werror=unused-but-set-variable
        
        Change-Id: I14364bc833c97dbb5dfe323c65282f69ba7e393f

2016-03-03  Stephan Bergmann  <sbergman@redhat.com>  [a39fb49535bbcdecd0a605250f82335aee690937]

        various loplugin warnings
        
        Change-Id: I9078ba18d8897a89a472fe75385542dac0c6bf78

2016-03-03  Jan Iversen  <jani@documentfoundation.org>  [fba6f6fb514ee84bd42f765d11a5627590d04cfd]

        Removed call of genLang makefile
        
        genLang produces errors on the clang tinderbox, due to the way
        it uses a singleton.
        
        Removed genLang from Module in order to satisfy tinderbox, while
        fixing the problem.
        
        Change-Id: I03a6175de8340f1c0ad5953b32659106e10d75f5

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [cad7f8ddd91ab6fa6711f442c14ae02f5164ef29]

        writerfilter: prefix members of RTFFrame
        
        Change-Id: I2cfc356a4bc570484b9fd1566e338aa4081c6f24

2016-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6e9b853c55c8b6095617db4b3f79eeaf9a5acab]

        writerfilter: RTFParserState is meant to be a struct with no member functions
        
        So move its only member function to RTFDocumentImpl.
        
        Change-Id: I93874c729bc21f0545f62e654577e4b9842e898c

2016-03-03  Tor Lillqvist  <tml@collabora.com>  [65de9aa744fd51ee3d90a400f8413ae2805520ce]

        Follow our code layout style
        
        Consistency is important. (I know that we are wildly inconsistent in
        many things, even inside individual source files. Like the spacing of
        the expression in an if statement. But putting an opening brace on a
        separate line is something we do quite consistently.)
        
        Change-Id: I7c50628653b94a4da0fc4dc8db8869a5f1a64527

2016-03-03  Jan Iversen  <jani@documentfoundation.org>  [999c68f12f1d95b16a97294949a0e6ba6d3ba259]

        genLang project (awareness)
        
        the genLang project aims at replacing all l10ntools with more
        modern versions, based on C++ and lex.
        
        The current extract works basically as a standalone "find" over the
        source tree. genLang can use that, but also a more efficient way, by
        having translation-worthy files declared in the makefile stubs.
        
        genLang itself is a C++ framework, where each file type is defined as
        a class, making it easy to add new file types.
        
        genLang can easily be adopted to transform the help files into e.g.
        mediawiki format, and later merge a url back into the code.
        
        The project was first developed (solely by the author) in a non
        published branch of OO. This branch was never merged but deleted
        and therefore never published.
        
        The files have been adapted to the LO build system and setup.
        
        The primary commit is just to raise awareness, that this is being
        developed. The following commit, will update the source code to LO 
        standard. Before replacing the old modules a dedicated review will
        be asked for.
        
        
        Change-Id: I4504992474333c476c179903f822bfaf1441cca9
        Reviewed-on: https://gerrit.libreoffice.org/22819
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-03-03  Noel Grandin  <noel@peralex.com>  [b76842f63b19e9855fbdfee7c201ff73672464b6]

        loplugin:unuseddefaultparams in editeng
        
        Change-Id: I1dc0ba262c06bd69cf92aae20b344fe23f460f55

2016-03-03  Noel Grandin  <noel@peralex.com>  [4dedf654d83ddc22c93d98fe6c7225b8e1e416bd]

        loplugin:unuseddefaultparams in connectivity
        
        Change-Id: I03cc69a924913713a0da819899ce259305b88016

2016-03-03  Pierre-Eric Pelloux-Prayer  <pelloux@gmail.com>  [9fdd671fb276a419089f26e47739c4a783d15e93]

        tdf#96393: reuse layout if available
        
        If position and size were loaded from the WindowStateData
        structure there's no need to recompute the layout.
        As an added benefit if the user previously resized/move the
        dialog, the new one will open using the same geometry.
        
        Change-Id: I306504080357f9be8f3e628ba13ca5dc2957dd52
        Reviewed-on: https://gerrit.libreoffice.org/21850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-03-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [be326abdd5371e9f8715a064289bcff64af47bdb]

        remove double defines
        
        search ABS_* defines and replace with equal
        SC*_* defines from address.hxx
        then removed double defines
        
        Change-Id: I1a5385daf6e1fb6f959f142c04f2515e7b85a80e
        Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-on: https://gerrit.libreoffice.org/22826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-03  Steven Guo  <steventimothyguo@gmail.com>  [74c93c91ebce735e0defacc30054ca809c2db02d]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Replace chained O(U)StringBuffer::append() in PivotLayoutTreeListData.cxx
        
        Change-Id: Ia1cc2f32e038bca2421cc5e9aca3b4f15d7c8432
        Reviewed-on: https://gerrit.libreoffice.org/22828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-03  Noel Grandin  <noel@peralex.com>  [d298cfd9864d5a742f966fa6584b34f3b72cd6a0]

        loplugin:unuseddefaultparams in mysqlc
        
        Change-Id: I83e27ed242b6ec1fbd19e473a4d8c0f4588e6f86

2016-03-03  Noel Grandin  <noel@peralex.com>  [e13ba2d41deb93da53607a924e234730f4e0349c]

        loplugin:unuseddefaultparams in dbaccess
        
        Change-Id: I5f417aea43b4aa841ee45e947b982e6341c7b18b

2016-03-03  Noel Grandin  <noel@peralex.com>  [bd2bf6bd559163389d1e6b6b948fc29cee5f13f5]

        loplugin:unuseddefaultparams in basic
        
        Change-Id: I286efdac6af47a859693fccc71b445915f76945c

2016-03-03  Noel Grandin  <noel@peralex.com>  [2b7215e6fa12cd947bdbbe195909642a850cfd69]

        loplugin:unuseddefaultparams in oox
        
        Change-Id: If05662102e161d3dd56bbb6ed3964e63ba853cf9

2016-03-03  Noel Grandin  <noel@peralex.com>  [fecfd9c4987229c7fb335c6c6ba847e2ec30d40d]

        loplugin:unuseddefaultparams in sc (part2)
        
        Change-Id: I356a86bfca20cbf2c52185697042dce5237e847d

2016-03-03  Michael Meeks  <michael.meeks@collabora.com>  [7ccdb94e2c5774f924bf89b34387c7d41e2e4c30]

        vcl: scheduler - remove obsolete comment.
        
        Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3f1

2016-03-03  Maxim Monastirsky  <momonasmon@gmail.com>  [57c3b726d0845a2070acccbe6a30837c3cc8a341]

        Break SmartTagMenuController-VCLXMenu cycle
        
        Change-Id: I6da45f6b6750f78d309fa3080eada1931640f188

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [57200e6a1cbea3201dc6c0b20e483b29ad979599]

        sd: replace boost::bind with C++11 lambdas
        
        Change-Id: I17328cd13b44b4406013ec06521246ad8363b5a3

2016-03-02  Armin Le Grand  <Armin.Le.Grand@cib.de>  [f3ff67d3c3047de3ad43f8bb3f805d82eaef0479]

        tdf#96922 Suppress EditView PageVisuailsation in GraphicExporter
        
        PageBackground is due to old constraints in exporters not completely
        hindered when IsPageVisible() is already set for signalling that
        all EditView-specific Page visualisations should be suppressed.
        As long as these exporters are not adapted, use the setting of
        SetPagePaintingAllowed() which consequently achieves this.
        
        Change-Id: I2222a799533f763b54b2210a46c24aa8ae92d7a2
        Reviewed-on: https://gerrit.libreoffice.org/22837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-03-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [01ffe26fdf1c4575cffdf64468e3c1c996a2d200]

        Updated core Project: help  17ec8364ffd8f814d9bed18441ae6e8389eb360d
        
        tdf#92825 adjust navigation to indexes and tables of contents
        
        Change-Id: I144816d4cd81ba85f57f7e62ebf914de56d82a81
        Reviewed-on: https://gerrit.libreoffice.org/22842
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e0570b7436bd629169f8acdb7dcd33e9c1688a30]

        Updated core Project: help  cdeb341a7ac1a01ac1fd28d80b70eb7bbff5e1af
        
        rename "Highlighting" icon to "Highlight Color"
        
        Change-Id: Icd548e704e3d1adbd85f31b3d7d2be63c613fa83
        Reviewed-on: https://gerrit.libreoffice.org/22841
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3231e5c3626e5a194de0cc521606df54318117f4]

        Updated core Project: help  47cc97d2ef4f3f59a2d3d5e66a25d04fc0fff463
        
        tdf#95155 rename "Appearance" to "Application Colors"
        
        Change-Id: I3880b9552842f52dfe6bbb86a5485a23f5eb4d8a
        Reviewed-on: https://gerrit.libreoffice.org/22844
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-03-02  Maxim Monastirsky  <momonasmon@gmail.com>  [9d6e1de029e992d189882ed7098acb6ac8cfe1fe]

        Context menus were never destructed
        
        Change-Id: I34ae9dbb5b00fa2b6a1ef5c115a796d4e28eafa9

2016-03-02  Eike Rathke  <erack@redhat.com>  [b2f5336b08b5f638f890a626eb2aeefaf499a79b]

        Resolves: tdf#98297 exclude error values from COUNT in array/matrix
        
        Change-Id: I202dcc2a2b90ee8ed27815b97a2aad6e4df2f1b9

2016-03-02  Tomáš Chvátal  <tchvatal@suse.com>  [6d7aeebcce020125caf660636e7dc7a5f160858e]

        Fix patch to apply on SLE11, just some unknown patch binary hickup
        
        Change-Id: I6cb707663e2abad8761b172773ee70f9caf4a87d
        Reviewed-on: https://gerrit.libreoffice.org/22835
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-03-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [57a7466a2122131f4a8a95312ca7715a54745e92]

        Updated core Project: help  3ceee913def605d1f2e4c42545b8b4a6d56a13aa
        
        Minor tweaks to statistics help content
        
        - Use “Choose” rather than “Menu” in menu paths for consistency
        - Remove the UI-only convention of using an ellipsis
        - Drop a linkless paragraph of “Refer to Wikipedia”, it’s useless
          if it doesn’t have a link
        - Now that we’re on Wikipedia links, refer to them more elegantly
          and add a dot to end the paragraph
        
        Change-Id: I6e3964b8926710cd57ee6750fddb039c2c846c34
        

2016-03-02  Caolán McNamara  <caolanm@redhat.com>  [3f66ab95539846ace9867842f25d460d583915c3]

        coverity#703997 silence Unchecked return value
        
        Change-Id: I6801d8ff6d0646e14e359ab55bf523790abf7e41

2016-03-02  Caolán McNamara  <caolanm@redhat.com>  [0c622c988523da4edc68d68ca4f4358c1fef83e4]

        extra menubar displayed after exiting embedded object edit
        
        when using native gtk3 menubars.
        
        The issue is that MenuBarManager does not own its MenuBar.
        And in this embedded menubar situation a new menubar is newed and passed to
        m_pInplaceMenuBar but nothing destroys it.
        
        Now with native gtk3 menubars this becomes obvious as the native menubar stays
        behind, while in the non-native case the old menubar is replaced by
        the new one so while it still leaks the menubar you don't see it.
        
        Change-Id: Id732cb66664a71efc471d7bad35f4de890e1017e

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [16a87cb29ec007ae7bed8d4116f1d6e3dd36a175]

        shell, scp2: clean up empty script packages
        
        Change-Id: I93abddac491578d470f85bf3e814a0d7a91f0351

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ba5369032202fd727cbf1af61284fdb5e3f4ec7]

        sfx2 classification: add config listener to avoid restarts
        
        So that when SvxPathTabPage sets a custom classification path (or resets
        it back to the default), then no restart is needed, the toolbar will be
        updated instantly.
        
        ClassificationCategoriesController::statusChanged() was called already,
        all that was necessary is to remove old entries, to trigger a re-read of
        the policy.
        
        Change-Id: I98edea19fedfb5c1197981085193f959c19647a1

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5582f0596876c82df343dd0e5d354cd4403e9594]

        unotools: handle classification path in SvtDefaultOptions
        
        With this, it's possible to reset a custom classification path back to
        its default value.
        
        Change-Id: If0230fa6bb6ab014634dcdface8c470321163097

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4d43cc2152e5cdd274ad76c90532694cc1fb6e2]

        cui: classification path is a file, not a directory in SvxPathTabPage
        
        So when editing the classification path, open a file picker, not a
        directory one.
        
        Change-Id: I8f7e18f90dc2b5f180e7ddda7157c1e374ed6e4e

2016-03-02  Bryan Quigley  <gquigs@gmail.com>  [cafd3adcbaa6714dc3674788401cf0f58fbbcb5e]

        Just use xdg-open
        
        Remove kde4/tde/open-url.sh and have LO just use xdg-open.
        It's available on TDE builds as well as any recent KDE.  We recently
        did this just for gnome-open-url and have had no reported issues.
        
        Change-Id: I4e1ee6caef368051af92023fa382b6fed9d9397e
        Reviewed-on: https://gerrit.libreoffice.org/21173
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [3fd13a33670e8526bfe32bd4af83315cb35db697]

        configure: try to make --without-x less confusing
        
        In a supreme twist of irony, people now assume that --without-x somehow
        enables them to run LO in Wayland.  Let's see if renaming it *again*
        to --disable-gui is finally clear enough.
        
        Change-Id: I5993ee63670f43fb90f32f375f8b0632478c8283

2016-03-02  Eike Rathke  <erack@redhat.com>  [e7fe70ff9cad56176c67f26e365c990f0be94e6c]

        Updated core Project: help  4960c1ad663747257f1dc69a649f715a32a9e77e
        
        add warning for case sensitivity and Excel interoperability
        
        Change-Id: I79cc6d6c48225f8559339f65df99de838c2e7ae6
        

2016-03-02  Eike Rathke  <erack@redhat.com>  [7dc10c5fca6ab4437b4f42a7d83b4e409f407eec]

        shift "Decimal places" down by 2 to align with "Limit decimals" again
        
        Change-Id: I4e22e02b54cc7528da002dd9b6426cc6637fecac

2016-03-02  Noel Grandin  <noel@peralex.com>  [037de512546917786c313d23995daaa0521a8e6e]

        tdf#98175 fix Impress crash
        
        Caused by my commit f29c0b2b3e8861909fa2c6c37bf631ab01590541
        "boost::shared_ptr->std::shared_ptr in slideshow"
        
        where I foolishly converted
           shared_from_this()
        to
           std::shared_ptr<Activity>((Activity*)this) )
        all over the place, which is bad, I should have used
           std::dynamic_pointer_cast<ViewEventHandler>(shared_from_this())
        
        Ah, the joys of C++ memory management.
        
        Change-Id: I9b538e78730c9107870f406cb8ba482d491dd568

2016-03-02  Eike Rathke  <erack@redhat.com>  [cdd7a0fe48aefee420d1f75b9dff04a26362773a]

        add tooltips about Excel interoperability
        
        Change-Id: I8b08893ca40f242f63e04c037500c6864c6c238a

2016-03-02  Eike Rathke  <erack@redhat.com>  [63e914719e7f8a0b75810ef6fa98c43a9bffe085]

        replace wildcard/regex checkboxes with radio button group, tdf#72196
        
        Change-Id: I505a0de789190dc7345a703ac50008276d0ed195

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [ddc363b2b2496dfe72775650d8929901ca8be5a2]

        test: dump MetaPolyPolygonAction too
        
        Change-Id: I3ecafc104c91d7f4e93805b2e03359cf60d2db4b

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [632804b1f9066f5ac701338e500ae5c0ed1875dd]

        vcl: document that it's possible to dump GDIMetaFile to XML
        
        Change-Id: I921577df6c905e935d05ff0e9d2b2c6e8d22cc89

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [69ff012f1a2d10b3284586474f2add4e88eabcfb]

        sw: tdf#91131 when renaming a SwNumRule, also ...
        
        ... update the DocumentListsManager::maLists because without that all
        list styles created in the UI will have GetDefaultListStyleName() ==
        "Untitled1" and then deleting one of them deletes all these entries from
        maList, which makes the DocumentListsManager unhappy.
        
        Change-Id: Ic40e561fc540881ab29566a3f5ecdc8a180c97ef

2016-03-02  Michael Stahl  <mstahl@redhat.com>  [38f3b3fd31143495249a67c9526fe2a47dafe861]

        sw: SwDoc::RenameNumRule() relies on caller checking that ...
        
        ... the new name is not being used.
        
        Change-Id: Idd392fa4ab6379ec21c5b308767c052bf28fa5aa

2016-03-02  baltasarq  <baltasarq@gmail.com>  [d9dacecd9068f8ba2be8b92cdd881dbb17a59cfb]

        tdf#84938 Change average enum for scoped enum
        
        This is a [partial] patch for tdf#84938, involving the substitution of an average enum for a scoped one.
        
        Change-Id: I4b3a19914d30a14dec2640355ba392b943e1ddd7
        Reviewed-on: https://gerrit.libreoffice.org/22808
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [87629f39bbae1ad774d588c50d030bff0ba8d8a2]

        cui: show classification path in SvxPathTabPage
        
        It's not really able to modify it yet, as it wants to select a
        directory, and we need a file instead.
        
        Change-Id: I05b0e5a42ef64e56caeae35054fb331e3f1a712c

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf1721917c3dd565c102fc14e977cfd3cab1fa0e]

        sfx2 classification: use SvtPathOptions
        
        In preparation to be able to edit the policy path from SvxPathTabPage.
        
        Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d

2016-03-02  Tor Lillqvist  <tml@collabora.com>  [a0cc0d2a45ae480e4e1f968b213360ec0b17fdee]

        Update to match reality
        
        Change-Id: I60d5b6b362bec591bb29fa409361ba8d1f2d4b81

2016-03-02  Stephan van den Akker  <stephanv778@gmail.com>  [fe3ac0788666294eff66bb999f68e9cce9c3169e]

        Fix the import of line joins and caps from EMF files
        
        Change-Id: I976336d35366b661e402db484820b4dd9a7b0228
        Reviewed-on: https://gerrit.libreoffice.org/22821
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-03-02  Caolán McNamara  <caolanm@redhat.com>  [3a4b68260bc6c1e8bcb694f640c70652b830c621]

        gtk3: menubar close button shouldn't get keyboard focus
        
        Change-Id: I6ddd512afa1e41d2dec7c92f61d65ed5bbfa9ace

2016-03-02  Caolán McNamara  <caolanm@redhat.com>  [57d85c0e8d479fb3994b58265c44ac22fcd3a656]

        setListenerState does nothing
        
        and thus callStatusListener does nothing
        
        so there seems no reason to have a m_statusListeners
        which is filled by addStatusListener but not emptied by
        removeStatusListener
        
        Change-Id: I7efdf7ccfd123bf7c2aa6add4f8db969a0019089

2016-03-02  Noel Grandin  <noel@peralex.com>  [e09df5a70a57c06b2be846ca673dcc8b4f003918]

        loplugin:unuseddefaultparams in sc (part1)
        
        Change-Id: Ie7c23bfee7cb6c73e455a47801f7eb1b481a8cf0

2016-03-02  Stephan Bergmann  <sbergman@redhat.com>  [da83d2899ec20a6cd181c7a0d5f465bd11088a5a]

        Avoid signed/unsigned mismatch warnings with MSVC
        
        Change-Id: I1cca248722d2c9cd4c5b41cca04a0d89b79f3dfa

2016-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f9416d703a3d38f4ff59beddc06eb8e1efa52e4]

        libxmlsec: start tracking patch upstreaming effort
        
        Change-Id: I45519896d745bcc4162d655746585051d47b732d

2016-03-02  Hank Leininger  <hlein@korelogic.com>  [87c011134031374cf9104ec2fc39ef121d8a6802]

        tdf#98210 do not require R_OK for pipe dir
        
        Also better error handling if pipe dirs are really not usable.
        
        Change-Id: I1c865b9a9f1f08d2cffd07343494feca585ec75e
        Reviewed-on: https://gerrit.libreoffice.org/22727
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-02  Sedat Ak  <sedat.ak.bm@gmail.com>  [f0c38c67e4a5d1b1fa58873f2db88310d8bf295a]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I956832e69f25ddc25523ffc1c0f289aecf930f68
        Reviewed-on: https://gerrit.libreoffice.org/21927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [ad0aec407d09711f58acbacbf6296ca53b760725]

        Fix error C2057: expected constant expression
        
        Change-Id: Ie345ede60c1204c38a1c157c6335e3ded81fc26f

2016-03-02  Noel Grandin  <noel@peralex.com>  [f69585c35411ca74e17bb6cd1cf535489472a4c2]

        loplugin:unuseddefaultparams in chart2
        
        Change-Id: I03a3580fdbd1f6cf08af329b07edcfe09ecbb9aa

2016-03-02  Noel Grandin  <noel@peralex.com>  [33265f52dfa6a4612156288a170a8e41cff2cfd8]

        loplugin:unuseddefaultparam in cui
        
        Change-Id: I445b96a2ed4364616b2cb6a23efe36afb3f862f7

2016-03-02  Noel Grandin  <noel@peralex.com>  [09b5fe4c898cacd69042d1c585e27daf5d86cae7]

        loplugin:unuseddefaultparam in desktop
        
        Change-Id: I9a7ac03dcbc3849eced0f8431e186b59b31b2418

2016-03-02  Noel Grandin  <noel@peralex.com>  [b0e18a68c86733b6d88a0c990d4fa4d938680727]

        loplugin:unuseddefaultparam in forms
        
        Change-Id: I5a2b50163acfda3878fe5625a605e3437a7cc700

2016-03-02  Noel Grandin  <noel@peralex.com>  [7607b608d626267011d6cd00080cb608b0badf97]

        loplugin:unuseddefaultparam in framework
        
        Change-Id: I4c5baa6f524e3382794c4844b7444904cc38584a

2016-03-02  Noel Grandin  <noel@peralex.com>  [88eda6e3f932c97e998343829acbc444d03f5167]

        loplugin:unuseddefaultparam in l10ntools
        
        Change-Id: I688ed796c054002ed05a1a2faa04c6f7a3123ef0

2016-03-02  Noel Grandin  <noel@peralex.com>  [5055b4ad7be50e905ebc0c032fa9f5cdc6316fc1]

        loplugin:unuseddefaultparam in lotuswordpro
        
        Change-Id: I60a7a6d1b576411bea63f1616f2103ec6f126915

2016-03-02  Noel Grandin  <noel@peralex.com>  [1fe8e60c014df28c6d5a9bf06e868d4764e661d5]

        loplugin:unuseddefaultparam in reportdesign
        
        Change-Id: I7663ed82da85794ed8409f03e21940cd26786c5a

2016-03-02  Noel Grandin  <noel@peralex.com>  [1e34462c538cda04f9afcbdb0f7b9ead26fc94be]

        loplugin:unuseddefaultparam in rsc
        
        Change-Id: Ib4cbc48295e7c16683765d1c1420fcf73235517d

2016-03-02  Noel Grandin  <noel@peralex.com>  [b887f73ff0f152a7cf943dcab1eee09c3fb0d877]

        loplugin:unuseddefaultparam in scaddins
        
        Change-Id: I47f7ead34832c19d5194c1e4ccf190384262f436

2016-03-02  Noel Grandin  <noel@peralex.com>  [e65506968f98340522df9af1a2bfa7ab736bdc45]

        loplugin:unuseddefaultparam in sd
        
        Change-Id: Ic1bb6903a7e4d4aae44b0a2a21a46590d5b4027f

2016-03-02  Noel Grandin  <noel@peralex.com>  [a8aafaee134eb82e033175a820096d72205ce5e5]

        loplugin:unuseddefaultparam in sdext
        
        Change-Id: I6919b8ca82e81153f4f8b663f00c9ede5ffe6305

2016-03-02  Noel Grandin  <noel@peralex.com>  [bd5ceabb533a3af7e4140e195de885bf23f650bf]

        loplugin:unuseddefaultparam in sfx2
        
        Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5

2016-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [0d34f4ac9b17348d7956285c6cefb28bea2537b6]

        Data member nStartIndex can be const
        
        Change-Id: I94a3bdd01186061fbd95b62494c24a50f0c4866d

2016-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [f00967cf38ed0c2c197284391fc521825bb3c2ac]

        sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndex
        
        Change-Id: I212cb3bb9d920741629fc4564bbd28b393e8fe00

2016-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [4845155e0126571e4176819c5f27b76160146ce0]

        UniqueIndexImpl::size() is unneeded
        
        Change-Id: I36c4d80ecf3ba3c88c98f5ad0a3fc1728332b25b

2016-03-01  Eike Rathke  <erack@redhat.com>  [02caf16fc7d0455a235341966db89c77cbf1da0d]

        remnants of the past ...
        
        ... when OUString had to be automatically converted to String, but
        nowadays we can return a const reference instead.
        
        Change-Id: Ic3a68e100bd176b223575da8713c9dbdfe71c3d7

2016-03-01  Matúš Kukan  <matus.kukan@gmail.com>  [5a1cd2f30d9cc8b9a6ce5eaed06af199080055b7]

        OSingletonRegistration is dead now
        
        Change-Id: I64a5ffa8790496bd39ba26e0c789db9eedc51071
        Reviewed-on: https://gerrit.libreoffice.org/22788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [9bd334a475e24d8454ef51b4d9aa5bd7668ee58e]

        sfx2 classification: don't hardcode the policy path
        
        This moves the path from code to configuration, UI is still missing to
        actually edit that configuration key though.
        
        Change-Id: Ie9e9fa986544c8df99203b7f50f19f886ad64009
        Reviewed-on: https://gerrit.libreoffice.org/22817
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-03-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [398fadca9a82917ed865e328ba454d8015803b66]

        tdf#98277 Display shortcut only in tooltip, not in toolbutton name
        
        When toolbar buttons have no icon, the text is displayed instead.
        In this case the shortcut should not be displayed (only in the tooltip).
        
        Change-Id: I42ac855c8f9bbbad5114b77a29927003b8ca095e

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [9582fd9807854c5ed69d272ecd064d2393ff5ed3]

        -Werror,-Wshadow
        
        Change-Id: I007ea13a059d8b067e4819fb61f0ea2e15c638a5

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [377bb64b543b5cae297f184edaeedab7e0d83658]

        -Werror,-Wnon-virtual-dtor
        
        Change-Id: Ibeed52359852451b800e083ddc4c221dea41a294

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [6d1a9af30eefe00dd8fc190a2434bc5c19d7584d]

        -Werror,-Wunused-macros
        
        Change-Id: I0269ae5c13c75327648c0018007d78dbf37f1648

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [9f61007bb01ac7f47fa164e4cb252a4338ee9bdc]

        valgrind: fix g_variant leak
        
        Change-Id: I6d10c7d20f9bc1dfcaa60ad89a9092fe06922074

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

        coverity#1327140 UrF: Unread field
        
        Change-Id: Iab2d56eae3d068db7347a486e848a1bedb917034

2016-03-01  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [2a5b8f34eba2f560759f27bb415dc599e657ab28]

        Exclude xmlsec headers from precompiled headers
        
        Internal headers should not be exposed, rather
        xmlsec-wrapper.h should be used. Unfortunately,
        the latter causes undefined symbols on Linux
        when pch is enabled.
        
        Change-Id: Id68f1cde5090f1a8ba9530894e08edbeb3ad4165
        Reviewed-on: https://gerrit.libreoffice.org/22811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [58a22dc030460e7164663ef84acd01f7a993af28]

        officecfg: add .uno:ClassificationApply tooltip
        
        Change-Id: I03d3cff3365e7ffb6a1218398cb0a6b3de1ce3be

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0e6d8a5827ce1cbc73caeab10c2e7ba9e66035b]

        sfx2 classification: select current toolbar listbox entry when state changes
        
        With this, if .uno:ClassificationApply is invoked from e.g. a macro, the
        toolbar listbox is updated to reflect the classification of the
        document. Previously the listbox wasn't updated.
        
        Change-Id: I45a7c6ee2f3b06e048fa119264c615e78bc46b37

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

        coverity#1352213 Unchecked return value
        
        Change-Id: Iae1c0a09eae410136569ed1480dbcdfff589f20e

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [20ad023a918204da922c4c262b50a411f2e2dace]

        ccu#1573 sc lok: fix reporting of hidden row height
        
        For columns we use ScDocument::GetColWidth(), which returns 0 for hidden
        columsn. Do the same for rows: so instead of using GetOriginalHeight(),
        use GetRowHeight(), and then 0 size will be reported for hidden rows as
        well.
        
        Change-Id: Ic23b6af744bbc8e194e1906614adebe5ba0c7ced

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [a531af237d21a9a6597b2766893c909e1ac5cc25]

        gtktiledviewer: log .uno:ViewRowColumnHeaders command result
        
        Change-Id: I6d71071371ef54f70613246162c893daa56b7bb9

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [2fb8c4b642bae77e0a515512450129503db5aa38]

        coverity#1326385 Dereference null return value
        
        Change-Id: I0097e9759c1ac3a1e03d9c2741c109e147dce540

2016-03-01  Noel Grandin  <noel@peralex.com>  [16067d4f903bebc506daa8149f9b15f1f1b4e629]

        loplugin:unuseddefaultparam in shell
        
        Change-Id: Ib14fd4f7f0a23f83801f448aa2c22e550057ec71

2016-03-01  Noel Grandin  <noel@peralex.com>  [def71473d25e88729c644e35523d267c8cd04e57]

        loplugin:unuseddefaultparam in sot
        
        Change-Id: I36f88f060377fa754d4a47956932d73c47d14ece

2016-03-01  Noel Grandin  <noel@peralex.com>  [08e14eb270ef446c68ac27a3bca49494aa02da2d]

        loplugin:unuseddefaultparam in starmath
        
        Change-Id: I740d931c0236c1a4d40013b458f249692695d6e5

2016-03-01  Noel Grandin  <noel@peralex.com>  [1685ff1478b6ded2d9d23120cbd2e3dc3fe97ea7]

        loplugin:unuseddefaultparam in svgio
        
        Change-Id: I47fe88cd8c943acb9162cdfca53fb5fdbaacec04

2016-03-01  Noel Grandin  <noel@peralex.com>  [b3483a07bc49d6726480a4ac76473bbee5a535d5]

        loplugin:unuseddefaultparam in store
        
        Change-Id: I825eb075b73daa5bf52e1d41c32cf2100abebe47

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

        coverity#1352212 Unchecked return value
        
        Change-Id: I75a6853a6708585201dbc4722e7a19cd568a48f7

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [144ce8b3ff38a39507a4167662ef5b4aec63907a]

        coverity#1326304 Explicit null dereferenced
        
        Change-Id: I1fba88431ec7e5154f39bb0c76e622c6129011d2

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

        coverity#1326444 Dereference null return value
        
        Change-Id: I0163b298a3c3359b0f035515408f2a81ef405377

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

        coverity#1326460 Dereference null return value
        
        Change-Id: I15e41410064ad6957237e8e79fceb48e152681af

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [1fb6a3aa87f6f68194246f8de0d62796a98ddce2]

        coverity#1326847 DP: Use doPrivileged
        
        and
        
        coverity#1326848 DP: Use doPrivileged
        
        Change-Id: Ida9706055ade82cdf901f2f78687ee0270b499c4

2016-03-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3ff17bda5ba3e627e9b996506dc72b68cf67483b]

        tdf#98277 Extensions: Display shortcut in toolbar tooltip
        
        Change-Id: Icc16860d8b47a3724838fdb3dcb72dfb4398167d
        Reviewed-on: https://gerrit.libreoffice.org/22779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [8bac7e410adfb991ba847a2ca94400b3e655d1b1]

        gtk3: gdk_x11_display_set_window_scale needs 3.10.0
        
        Change-Id: I4c86082eca0e7618de30841e6fe7040be7326098

2016-03-01  Caolán McNamara  <caolanm@redhat.com>  [60fdfda3d05fe34ce74456f5bb6c6eb965963176]

        replace SetExtendedFrameStyle + m_nExtStyle hack to direct updateWMClass call
        
        Change-Id: I2b7dd0ea24794d08557620dda8ca1de71244ec61

2016-03-01  Noel Grandin  <noel@peralex.com>  [c6eb232cb7b2a1fc58edb379463d1aa589973af4]

        loplugin:unuseddefaultparam in svl
        
        Change-Id: Ifc82563c8930332d460df4d97935ba6e9946689f

2016-03-01  Noel Grandin  <noel@peralex.com>  [3da977def7fa97e791c279c05de6b2e06b79fcd4]

        loplugin:unuseddefaultparam in tools
        
        Change-Id: I2a974ba76566700c2037fcb38de3ecfea9d2651d

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [436aea863573b358e491f48b20af02ab0f5eb2eb]

        loplugin:vclwidgets
        
        Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579

2016-03-01  Sean Young  <sean@mess.org>  [f2bd96f7dd5225c2547889b55809701caf12d3c2]

        MS Write conversion should default to CP1252
        
        2f7f818eeada83c0491dbf40253934d177c36621 "Add Microsoft Word for
        DOS conversion" changed this to CP1251 by mistake.
        
        Change-Id: I5d51d8518322a7e542ae8931cf7e72053d89f971
        Reviewed-on: https://gerrit.libreoffice.org/22787
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [8ab503a871bf884187381f75cfd15808c340e5c5]

        loplugin:sallogareas
        
        Change-Id: I2cd994a4f497a59f33e6ed3a23388565fd7b88c2

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [33e7228678813f20dd46d8218d0595ce03e022f1]

        loplugin:override
        
        Change-Id: Ib051a2468b219aeae9eedef6d6930ea67815ab6e

2016-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [829596eb36de32bd87b426d9ad11901eabeae7be]

        tdf#96326 RTF import: handle checkbox form field undefined result
        
        The RTF spec is quite terse on how the form filed result should be
        interpreted, but the binary equivalent documents properly that
        checkboxes have 3 valid states: 0, 1 and 25, the later meaning
        undefined. Use the default value in that case.
        
        Change-Id: I672bf8d1f63d7880227b7fa7b5c81f91e1877b2a

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [5420ef4687992a2e2bfdd99d85325615d317547b]

        loplugin:sallogareas
        
        Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9

2016-03-01  Stephan Bergmann  <sbergman@redhat.com>  [7916f250c42ccb7624feb1a1f6524e2aac3a1036]

        loplugin:stringconcat
        
        Change-Id: I2ca9ebdce00fdaeeb2ee690fffd75b21e9acc14b

2016-03-01  Noel Grandin  <noel@peralex.com>  [0310edd7dc1867a1f0736e463000dd0e08afae63]

        -Werror=unused-but-set-variable
        
        Change-Id: I5ed8f2b49453493a143bcb1e15006f22212beefd

2016-03-01  Noel Grandin  <noel@peralex.com>  [40971354138e14a2aacfa4605ba0c096e000d578]

        loplugin:unuseddefaultparam in svtools
        
        Change-Id: I4e9712bea0cc8cf2d48759738806a584dda8268e

2016-03-01  Noel Grandin  <noel@peralex.com>  [5e913234da65484778d53179ee2005aec01d0f0e]

        loplugin:unuseddefaultparam in svx (part2)
        
        Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4

2016-03-01  Noel Grandin  <noel@peralex.com>  [595f46344e18fd6275ff7b862269e4c131449591]

        loplugin:unuseddefaultparam in svx (part1)
        
        Change-Id: I0fc8d00447491e8474508952c21d07aa22b6f055

2016-03-01  Justin Luth  <justin_luth@sil.org>  [44e700f70d750cf1c6aac89d0dd07a4f57879b1b]

        tdf#97960 - .doc: preserve font size in empty cells
        
        fixes regression from commit e1b123896d5b0a96c2959b6b6768c7cffabafd4f.
        
        Change-Id: Iccc10cdba89cdae6a5618d29022e0eaf609c9d6f
        Reviewed-on: https://gerrit.libreoffice.org/22759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-03-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [cb01ea920550769e8a04b3cb809c70ed324ba342]

        tdf#97369/#97587 - Further fix SUMming in the software interpreter
        
        When SUMming in the software interpreter involved trailing empty
        cells, code tried to read beyond numeric array limit.
        
        Change-Id: I50c1148e7e79d02bedb02a771df172035112915c
        Reviewed-on: https://gerrit.libreoffice.org/22791
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-03-01  Xisco Fauli  <anistenis@gmail.com>  [817f6bd75e98a321c238b5906bfcb031908914b2]

        fix typo
        
        Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956
        Reviewed-on: https://gerrit.libreoffice.org/22793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-02-29  Michael Stahl  <mstahl@redhat.com>  [5e2284de5bcfd95f21b3d85998f336999fa9ff3e]

        desktop: fix undefined CrashReporter::AddKeyValue on MSVC
        
        Change-Id: Ie10b4849957734c2548c73dff8485cc673769e13

2016-02-29  Michael Stahl  <mstahl@redhat.com>  [f7a6da202c20fb265653d450d95126a6c9daa0e0]

        RepositoryExternal.mk: ENABLE_HEADLESS needs cairo too
        
        Change-Id: Ia34093fd9afacb73746af0813f2c219119f9a1a1

2016-02-29  Michael Stahl  <mstahl@redhat.com>  [86df8242b522c4d52817f163c5fa2453923d69f0]

        svx: avoid instantiating OBJ_NONE (SdrObject)
        
        This happens when using the Drawing toolbar in Writer, the "Text Box"
        button.  SdrCreateView::SetCurrentObj() already has the right fallback
        code in the "else" branch.
        
        Change-Id: Icddfa77ce10eddbfb2dc7165ce11ac6dec80b1ee

2016-02-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bd95b5e2857b6e8f1f74a3c0bc3059056ae726d6]

        update credits
        
        Change-Id: I1630c9ee618bd880ff4e06cafa0b6fabff03a3a4

2016-02-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de93a4b653c247e0fb6f5f6d46c773b8bc9ef4e7]

        fix error in new cell dump property code
        
        It is also ALT+CTRL+SHIFT+F9 for now.
        
        Change-Id: Ic632ae070118e5c4083f47302b8b0086ccebdcd2

2016-02-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bb99d9777900209b9bd1ad47c5a6e2369062e8f6]

        Updated core Project: translations  4e3651a5d0e16bd39067227b9279f5cc98fbc127
        
        update translations for 5.1.1 rc3
        
        and force-fix errors using pocheck
        
        Change-Id: I8412ae3789ee98f87f49cf975097f4ffa3f7e3b2
        

2016-02-29  Eike Rathke  <erack@redhat.com>  [164419bfe6270015ccf94183c0b6273da7730391]

        fix the "group not recalculated after delete" second part of tdf#97897
        
        If a formula cell group was split during deletion and the group also
        listened into the range where a cell was deleted, the group wasn't
        notified of the deletion.
        
        Change-Id: I858f5d4c0b647636611133fc32f3df7fbdaf7288

2016-02-29  Stephan Bergmann  <sbergman@redhat.com>  [68b6cbd75ee18de0ed40aae28785962714d8e3e4]

        XMLSEC_NO_SIZE_T is /not/ used with MSVC
        
        ...where external/libxmlsec/ExternalProject_xmlsec.mk uses win32/configure.js
        instead of configure.  But that inconsistency generally got hidden on Windows by
        xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx including the raw xmlsec include
        files instead of xmlsecurity/xmlsec-wrapper.h, so only gets noticed when using
        --disable-pch (as is needed when building with clang-cl).
        
        TODO: Don't know how to fix bin/update_pch so that precompiled_xsec_xmlsec.hxx
        doesn't get broken again on the next update.
        
        Change-Id: If385066a1e0f949d943aab7e9a5e969fbf0d0794

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [92978fc5a8eeb5b3de6167f9f7eb215970bb3e34]

        officecfg: move classificationbar up, so dropdown has enough space
        
        It used to display categories above the control, due to lack of space.
        
        Change-Id: I3d02e57ec55d1ec17d5f43f0cddc2c80cb9c9acb

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2ad799bdef9056794e60c8bc00b1d25f6bd776a]

        sfx2 classification: fix initial toolbar control size
        
        When the toolbar control is first shown, we don't have an object shell
        yet, so can't insert items to the listbox. Set the same initial size as
        SvxFontNameBox_Impl has, should be good enough for us, too.
        
        Change-Id: I12cc72d26353ec3a4d2d3fc5c72f3171c276d3dc

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [78f2b0b364930493085f4ee9bafb90c2536d6ae6]

        sfx2 classification: set initial listbox state based on doc model
        
        This way the listbox selections shows the state of the document model,
        instead of showing an empty selection by default, as it is for empty,
        non-classified documents.
        
        Change-Id: Ibda0565e3ca9ec6611d8e256a78747437b52c42a

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [98f7e70aeb5c445a04a45cebce7553cb23d57e65]

        sfx2 classification: fix category name duplication
        
        A category name was stored in m_aName and also as a label value with key
        name PROP_BACNAME(). Fix this by always using m_aName, and doing the
        conversion in both directions in
        SfxClassificationHelper::Impl::pushToObjectShell() and the
        SfxClassificationHelper() ctor, as document metadata wants to work with
        only key-vaulue pairs.
        
        Change-Id: Iad386840038966e4483e3503c5fcdc046ca9effc

2016-02-29  Varun Dhall  <varun.dhall@studentpartner.com>  [12f8d5b2d5ea76b2755cb6fe05f28928aedd148c]

        Updated search flag for testSearchWithTransliterate
        
        Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5
        Reviewed-on: https://gerrit.libreoffice.org/22702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-29  Takeshi Abe  <tabe@fixedpoint.jp>  [8fab3bf91331a4ac9e3b8f44a46f579dbf7aeafb]

        starmath: Use member initializer list for SmRect
        
        Change-Id: Iac3df1fe7d189c2e78e585b9ac3642b05b0f1472
        Reviewed-on: https://gerrit.libreoffice.org/22761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-29  Michael Stahl  <mstahl@redhat.com>  [8dcdd792528f2695e770e536ea3244420cdf3731]

        desktop: fix infinite loop with --enable-breakpad
        
        Change-Id: I81a0405edc29fa7205d00a5cb920b2d0e800602e

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [8980196fb65a7cb3d0f1f635bfc7645eb3982b81]

        libreoffice-main -> libreoffice-startcenter
        
        to sync these names with the the .desktop names
        
        Change-Id: I1c4d8943e61b5ae537b865d5a9c3065894f200d7

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [e82d011ede2b7cb9bb53d463c3f0f397a0dd57fd]

        gtk3: presumably XrmInitialize can be dropped now
        
        Change-Id: Ib3e87d8a07f4e38f8dcb6e1226f91920df53c81c

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [f09bcddfa9bd5b2944d70014efe9bc95cfa65047]

        scp2: move scp2 classification package to AutoInstall
        
        Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [46b85ee064a87dc4b5e438085f11d5d2efada2d6]

        sfx2 classification toolbar: dispatch uno command on selection change
        
        Change-Id: Iad3cb44cd57ad9e50be6008146629cdca8455eb6

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c00a0a4fd1f84594e9ead9cad10b96fd7f4beade]

        sfx2 classification: set toolbar listbox width after inserting entries
        
        This way GetOptimalSize() returns a size that allows reading the
        selected item after selecting one. (The new width is the double of the
        old one, or so.)
        
        Change-Id: I5f935dcbee52844fb325bd74437479f759a85852

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [900fccc29257d2e226dfcd0fc9ef54f1f5b52ec8]

        sfx2 classification: don't sort items on the toolbar listbox
        
        Assuming the policy follows a least-confidential -> most-confidential
        order, doing a lexicographical sort on the category names does more harm
        than good. So use a vector instead of a name-indexed map for categories.
        
        Also, don't duplicate the label map for the current state, but just
        store the state in the same category structure that is used for other
        (currently not used) categories as well.
        
        Change-Id: I1672192e572abfc22b6aeeb152ee7484086cea91

2016-02-29  Akshay Deep  <akshaydeepiitr@gmail.com>  [9729c112a082d807b5703f51c34dd0d7ddf094bf]

        tdf#98169 - Cross reference tab filter releases filter when refocused
        
        Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d
        Reviewed-on: https://gerrit.libreoffice.org/22681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-29  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f0a0179c140ac18c7aff280eea82a6a3a0bc06a5]

        tdf#97388 Better icon for deleting custom field row
        
        Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [a23b11535e6ff77f462c5f72af49f7e93ae6bbf1]

        upgrade graphite to 1.3.6
        
        Change-Id: I09ff1f699110d5a9b2637f495a7df5d42c6c1a52

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [7adec6ba99d7b7f69541c978769bfc505c1e207c]

        split gtkdata into gtk3 and gtk3 versions
        
        Change-Id: Ic102a5a1193a8bc50b460e5897b1ca488f0d4a65

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [2ba53aee16c32a0979343cddf3ea2538d9bb4732]

        shouldn't have to recall gtk_init here
        
        Change-Id: If851dbdb034384395ba590fda61f3383f5ef791a

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [836cd17fcd62677e3be2ccb1b7e633f8d12c313e]

        crashtesting: sync PageProperties::SetStyleSheet with GetStyleSheet
        
        PageProperties::GetStyleSheet returns 0 so PageProperties::SetStyleSheet
        should do nothing
        
        Change-Id: If627ba3e31b14ff5178f45125f0ce6e4dbf93ec0

2016-02-29  Caolán McNamara  <caolanm@redhat.com>  [85071c6c7b120935b03926228916393a94aa5ef0]

        language submenu from tools->language->for selection->"languages"...
        
        is always disabled/empty since...
        
        commit a6e8910a3c5d33e671a13559438b7228596b8bca
        Date:   Wed Feb 17 12:07:59 2016 +0100
        
            allow disabling file/new, wizards, recent documents menu entries
        
            disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and
            .uno:RecentFileList via UNO API now results in disabled
            menu entries as expected
        
            Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058
            Reviewed-on: https://gerrit.libreoffice.org/22422
        
        reverting this hunk restores them again
        
        Change-Id: I029c9c3f25fb593127ee8371b278cee102c65882
        Reviewed-on: https://gerrit.libreoffice.org/22749
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-29  Noel Grandin  <noel@peralex.com>  [ee74e401aae0543fd20d80ec4b5c11877e56dafe]

        loplugin:unuseddefaultparam in sw (part3)
        
        Change-Id: Ibff7ac9718929349ee7daa3febb0f8fe4a9fa4db

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fe23a797291dbf582925ace1392772577506c4e]

        compilerplugins: fix clang-3.7 build
        
        Change-Id: I2d845d3e008cec085ce2b355c9a058363bd021cb

2016-02-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d54dd644dc44fb02754bc765a3550c38857ccca]

        svx: remove unused SdrModel::getLibreOfficeKitCallback()
        
        Change-Id: Id6a12d40ea43512d2ee22f51034a6a8023f40e9e

2016-02-29  Noel Grandin  <noel@peralex.com>  [f214e8fa3c0c279fbdfa3b2a4e7752e8bcc4b845]

        loplugin:nullptr
        
        Change-Id: I318a669d8b6b26c179111f887e13da784385a4ac

2016-02-29  Noel Grandin  <noel@peralex.com>  [1a3ace4d098eaea7cae26311330046cd900e21af]

        loplugin:unuseddefaultparam in sw (part2)
        
        Change-Id: I7eefd83d7f84c0a6301fd3ba37d77463d809e5f9

2016-02-29  Noel Grandin  <noel@peralex.com>  [2ac1c2f75e5f020fbb8c2c98b00ef32faa4770aa]

        loplugin:unuseddefaultparam in sw (part1)
        
        Change-Id: I08b57f3b30e2f1892da54965a0f53de00363b8bd

2016-02-29  Noel Grandin  <noel@peralex.com>  [83911dd753fbfd0328bae2dfa37d19f514d4b2f9]

        loplugin:unuseddefaultparam in ucb
        
        Change-Id: Ie0ea0b4dc13271a2bde5e3843bb3f8042ab880b4

2016-02-29  Noel Grandin  <noel@peralex.com>  [1110346b3b8e57a190366aabebb62e53c6ab6d01]

        loplugin:unuseddefaultparam in unotools
        
        Change-Id: Icb2dc74263026d90b7998b3fd880fd5d2c67a3b7

2016-02-29  Maxim Monastirsky  <momonasmon@gmail.com>  [2b24b6b6c3b18d7d934b3f76cc7a787c498ece4a]

        Related: tdf#89646 sc: Fix some issues with the new tools
        
        - Fix default object creation (by holding CTRL).
        - Fix Polygon (45°) tools (inverted SHIFT effect via
          doConstructOrthogonal).
        - Toolbar layout similar to Impress/Draw.
        
        Change-Id: Ib4e4aec1560599201c00e0726c29021763d773ad

2016-02-28  Gulsah Kose  <gulsah.1004@gmail.com>  [ebfa86c8ff962820b47ad0b4a93b0813c0ccaff5]

        tdf#89646 Implement "uno:LineToolbox" command into calc.
        
        Freeline filled, Polygon filled, Bezier Filled, Polygon 45,
        Polygon 45 filled buttons are added into writer's LineToolbox.
        
        Change-Id: I181d3cbc64a70ef1ef363b1ef76641b6b8ec2c79
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/22748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [1ef0a707d1f53e3c55fe355a3797cb6b487db146]

        Related: tdf#89646 sw: Fix some issues with the new tools
        
        - Don't crash on default object creation (by holding CTRL).
        - Correctly handle clicking on the start position.
        - Fix Polygon (45°) tools (inverted SHIFT effect via
          doConstructOrthogonal).
        - Toolbar layout similar to Impress/Draw.
        
        Change-Id: Iefbaf892d8856a2d136e7e2a040194c770507722

2016-02-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [12b1113b42c2f7007efd5e4cfaba738d4adaa9a4]

        Breakpad crash dialog: UI nitpicks
        
        - Add a title to the dialog
        - Add 6-px padding around it
        - Disable resizing
        - Don’t wrap the label text with manual line breaks
        - Tweak button labels and fix their capitalization
        
        Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb

2016-02-28  Caolán McNamara  <caolanm@redhat.com>  [5ab4233169de4af33edfccd3c287436b58157414]

        make firebird build on gcc 6 again
        
        Change-Id: Ie9bf5003dd5ed2698c2bde58fd6767f3852adeae
        Reviewed-on: https://gerrit.libreoffice.org/22738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-28  David Ostrovsky  <david@ostrovsky.org>  [486c91147c587febdacf3fa95d56633dbd703d5f]

        Bump nss to 3.22.1 and nspr to 4.12
        
        It seems like nss has activated -Werror, even though the code is not
        warning free: [1].  This applies also to the additional patches that
        would need to be patched to be a warning free patch, endless recursion.
        
        To avoid messing around with something like that: [2], we disable
        -Werror option for now. Also note, that [2] doesn't fix all warnings,
        but only part of them so that we let with unsolved non-trivially to
        fix warnings on different supported compilers if we would choose the
        warning-free-compilation-path.
        
        [1] https://groups.google.com/d/topic/mozilla.dev.tech.crypto/TgnF3tIMxJ0/discussion
        [2] https://git.fedorahosted.org/cgit/nss-pem.git/commit/?id=ec2b9a90623b1ec5adb6ebe8d6651b35854786ec
        
        Change-Id: I762c03acede6c4eac715d3b0589061eeabbcc7c2
        Reviewed-on: https://gerrit.libreoffice.org/22650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [abadeb7a4a76e8ea6ec449f3ea564abf8d52a231]

        Unused defines
        
        Change-Id: Idc31e498a7223e7827533b24ab26928e21660ff2

2016-02-28  David Ostrovsky  <david@ostrovsky.org>  [43cdf4b6284ba5f73f290027b9374353f7f47e1f]

        Ole: Fix WaE
        
        Change-Id: Ia6ccdc21608abcbd715bd9ff4aa2057f9f306e58
        Reviewed-on: https://gerrit.libreoffice.org/22686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [f64a190f52f9e9c76c2a0d18f072938b5df93aae]

        Unused resources
        
        Change-Id: I35396812b07e077440698a4e862762aeada0785e

2016-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [984f0d604de6b6f30ea7e427f3b464e4173e17b2]

        move the cell property dump code into dbgutil builds
        
        We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml
        file.
        
        Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600

2016-02-28  Jaskaran  <jvsg1303@gmail.com>  [98f3b0e091f47fd8eeadd8b8acede2da06fd02b8]

        tdf#97667 Added a dump method for SfxItemSet in gridwin.cxx
        
        This is the first part of solving the task at tdf#97667.
        The goal is to dump SfxItemSet where our cell properties are
        stored.Improved it after inputs from moggi.Also I've commented
        out a few lines in gridwin_dbgutils.cxx That were causing build
        to fail on jenkins.Once the dump function is moved to the DBG_UTIL
        
        Change-Id: I502eaa985b3bf8d296e301d96e42f13d6fd53da5

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [1eb60d6e68105fa7ab078cb276f00b6c58989923]

        Revert "Unused resources"
        
        Why it doesn't fail in my local build?
        
        This reverts commit cd98e0725ea9b8389297b80d6c8620f4b63f482d.
        
        Change-Id: I1cf8c037cdaaf43f8fe2d42c9e2c8bd40d3608f6

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [f13dfaf99a6cb66b64379e305fafcdf50b77b403]

        Unused resources
        
        Change-Id: Ic14b4177b87833b90d6b10a2dda96846ff2a5735

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [cd98e0725ea9b8389297b80d6c8620f4b63f482d]

        Unused resources
        
        Change-Id: I92cfdca70924ea3397b2c940bc35f153c3c5de89

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [e03f21d400e7ec911f3b0b65c4f35771bc97b003]

        Fix typo
        
        Change-Id: I454af097a6b416970f80137b46ef5840e3433550

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [825c6fd49690920f93c5c430292e4e4034daa02a]

        Unused resources
        
        Change-Id: I30b207fe0027cb4cb04130401b2c7a888624293c

2016-02-28  Julien Nabet  <serval2412@yahoo.fr>  [7104d0da9cbd976e51e805d64094a24dde6780b0]

        cppcheck: Fix all badBitmaskCheck + 1 unreadVariable
        
        Change-Id: If6012a25b0e1419525fb31266cbcff26e95459cf

2016-02-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [787e17d15a1cdb259b56f91bfda9af80b95167c3]

        tdf#97963: Impose size limit on all 3 edit windows
        
        Doing it for 1 window (tdf#90257) isn't enough, the dialog will grow
        outta screen with large fonts not immediately, but on the next opening
        
        Change-Id: I890ecd91a00efc4c7596b30a237f5abb4f87215a
        Reviewed-on: https://gerrit.libreoffice.org/22739
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-02-28  Regina Henschel  <rb.henschel@t-online.de>  [74040d447912eff5f7366b8ae61244ad101000dc]

        tdf#98119 Allow markers on zero-length lines
        
        Inkscape, Seamonkey, Chrome and Batik show markers on zero-
        length lines, LibreOffice should do that too. The patch
        removes the restriction start<>end.
        
        Change-Id: I984baf755df7b2689e00d2a23b40e3f059c0add0
        Reviewed-on: https://gerrit.libreoffice.org/22740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-02-28  Gulsah Kose  <gulsah.1004@gmail.com>  [728c9ce48d4e84a6b44d7d50258936f5da34cea4]

        tdf#89646 Add new buttons into Linetoolbox of writer drawbar.
        
        Freeline filled, Polygon filled, Bezier Filled, Polygon 45,
        Polygon 45 filled buttons are added into writer's LineToolbox.
        
        Change-Id: Idf2b3d7484feb78a0ed762a14d9fde587b6a46fa
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/22731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1c85800345239754d5c4ec71c2aad526d0439eea]

        tdf#95709 adapt clip polygon for transparence groups
        
        For presentation transparence groups are rendered by the canvas
        using VirtualDevices and Bitmaps. To adapt for then painting
        the Bitnmap to the canvas the RenderState needs to be adapted
        to e.g. reflect the already applied scaling. Missing was to adapt
        a set clip polyPolygon to be synchronized with the new RenderState
        transformation.
        
        Change-Id: If760a8076e016a6dcf306db71971f1fd2fef7017
        Reviewed-on: https://gerrit.libreoffice.org/22720
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [48217c28706d22306d17ab7d73b702389d7545a4]

        Fix gtk2 menubar
        
        Change-Id: I0605e570022f6eb57d453a3eb8bea5f4314c8229

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [1e53d134f03831f4e0f6d3646c20283c4a01b897]

        mbUnityMode is always false
        
        Change-Id: I7c4b05cd02dee2b6efb926955759d725428e1dc1

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [b354775b377d29afe63c4b15cb4574a398dca007]

        tdf#93837 sd: Initial import of context menu xml files
        
        Lots of copy-paste there, will look at it later.
        
        Change-Id: I966679068ba159f481e2add8ab7b6f5384e7e22e

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [223b07bb52823eb50b85d283572cb543378afbd1]

        tdf#84258 officecfg: Split page/slide commands
        
        Change-Id: I05368a7b523191eaebb5865feff397cfec0bf0a5

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [010b034cd6195c96a21633c328e9693275d27d72]

        tdf#84258 Allow creation of command aliases
        
        We already can use different labels for commands, based on
        whether they're in a menu, context menu or a toolbar. But in
        some cases we need different labels for the same type of UI
        element, or even different icons.
        
        One example is page/slide commands in Draw/Impress, as they
        share same commands, but need different icons/labels.
        Creating full-fledged duplicate slots just to satisfy the
        need of UI representation seems like overkill, and isn't
        flexible enough.
        
        The proposed solution is to allow creation of command entries,
        that do not correspond to real application slots, but instead
        link to another existing commands. The "real" commands will be
        used for controller factory and dispatch (execute/status) APIs,
        thus fully retaining functionality.
        
        This can be useful also for giving icons to complex commands
        (i.e. commands with arguments).
        
        Change-Id: I9b261b406ec8fc781cae06cf283963386379d4ad

2016-02-28  Maxim Monastirsky  <momonasmon@gmail.com>  [7affe26a1291eef8c77e890228061f13e987bff1]

        Kill sfx2 menu support
        
        Change-Id: I340a066881b1962a4bcd5a2b7d9a0425d8b9557c

2016-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5978b78eb2ee016bfda0a572ae1a9c86dc639241]

        use better assert macros
        
        Change-Id: I6fcfcced0c9017003472e19ab5619ecb26a992eb
        Reviewed-on: https://gerrit.libreoffice.org/22741
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Yousuf Philips  <philipz85@hotmail.com>  [6b6d3f9d3df25d337cd1b5c191b2b2b05835cb7b]

        Copy tango icons from Galaxy into Tango
        
        Change-Id: I1c0a879f7d24d766d588383253be761e4c049ff6
        Reviewed-on: https://gerrit.libreoffice.org/22737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-02-27  Yousuf Philips  <philipz85@hotmail.com>  [ecc95bfab89cafa44309aea7bdb9ad05d7def55d]

        tdf#94738 Replace symphony icons with galaxy in the sidebar
        
        Change-Id: I37437eb2f3317eb0e7f1f2df995cb58808e10bab
        Reviewed-on: https://gerrit.libreoffice.org/22627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-27  Oliver Specht  <oliver.specht@cib.de>  [529e06a1b855ac83468230a15903aeafe1ac89a7]

        tdf#98088: prevent access to invalid sub node
        
        Change-Id: I73bd77682bfb60474ba18ca85bc5d008c70a7f97
        Reviewed-on: https://gerrit.libreoffice.org/22715
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-27  David Ostrovsky  <david@ostrovsky.org>  [271bfb59382e1d23e0f2c90ea8e8e31fd757e3b5]

        MSVC 14.0: Fix building 64bit libraries in 32bit mode
        
        Change-Id: I006d21b6240898cbaed2b382276654d3ad8076a2
        Reviewed-on: https://gerrit.libreoffice.org/22732
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-02-27  David Ostrovsky  <david@ostrovsky.org>  [e04c734f56d7e4a16a2dd1b64a51cecbdf6796cf]

        MSVC 14.0: Second attempt to fix Python in 32bit build mode
        
        Change-Id: I709fda2e6df5048bdbf9157518d6b7b98ff45515
        Reviewed-on: https://gerrit.libreoffice.org/22730
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [a620a82a90614300a2df4133a85dd585b8fbfd20]

        Add SAL_WARN + convert some printf into SAL_WARN
        
        Change-Id: I3760e50796605ce50ef2e91951fc839b84669b89
        Reviewed-on: https://gerrit.libreoffice.org/22733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [6acf3f5bd7fe40711e3f87f8a67e439553b133df]

        Updated core Project: translations  5274fba52197f288596ab5ae2cb78cee1b718f17
        
        Add missing #: globlmn_tmpl.hrc
        
        Change-Id: I5a3173243424133495339c77202c8e8e683c9774
        Reviewed-on: https://gerrit.libreoffice.org/22734
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58eea9b92491c8c69785ae2507dac0f6f9bb265e]

        store the crash ini file inside of the user profile
        
        Change-Id: I9d85d3daba288091f9aa406a24b24facf5d20b1e

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [133a5d87efe5a5088e92d285df26d5f59548d93b]

        remove the case for system breakpad
        
        This will be something limited to TDF builds.
        
        Change-Id: Ie7e96a33d247ea55b51563db6d42a0ff027c61e3

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [39be557968d7755a844b990388ee6acee787a024]

        log to the crashreporter whether we use OpenGL
        
        Change-Id: I8fd2ffe5908074417aa5cfc00adbc54b6e9ed360

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [dd5dc7b8ccb85ecfa8fa3a6a6449be25c2fdb3c8]

        loplugin:implicitboolconversion
        
        Change-Id: I5bac3a484b78c68022d2533cbedaf89259b189a9

2016-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c0da1080b61a1d51654fc34fdaeba373226065ff]

        lp#1506544 tdf#92458: default to breeze theme on unity desktops
        
        Change-Id: I1e0e10d1561e32c5904e0e7352e914bb62b85363

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1bcccc175e6f2a884740436642056605ec15b92c]

        fix clang build
        
        Change-Id: I0a1ed390462e068dc59e360b9b5dd4a798bac21c

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53bd58b54077b6aa57836aab57a317b75edea2ab]

        leave comment about minidump location
        
        Change-Id: Ic2f44caabe14efc2555e8d155273f75a2602932c

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6e993e73f8823b62cddf7b32f7762296ea47858]

        fix a number of Wshadow warnings in breakpad
        
        Change-Id: I8133e03e4ed21ac1efd9982860276d4776850bba
        Reviewed-on: https://gerrit.libreoffice.org/22567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d8df531aba62c9695e267ce229ae2dd17b696774]

        tdf#96999 Allow resizing of Customize dialog
        
        As long as this dialog keeps its inefficient, cluttered layout,
        and we still lack tooltips for table rows that don’t fit, let’s
        allow users to blow this up if they want to.
        
        Change-Id: Iba69fb39ea97acae8751c1ac0611f3ac4ccea9e0

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed26549ab362f8abd952fb4b8d8fce5bff4eed97]

        add TODO comment for showing the user the generated uuid
        
        Change-Id: I0f54f7e7f3b6b49fda926e7c579bb67c2924a943
        Reviewed-on: https://gerrit.libreoffice.org/22568
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Dennis Francis  <dennisfrancis.in@gmail.com>  [dab16a16fa3b853f7e139fc91817752b38dc9171]

        tdf#97906 : Toggle reference and show data sources shortcuts
        
        In Default mode :
        F4            = Toggle reference
        Shift F4      = Toggle reference
        Ctrl+Shift+F4 = Show data sources (both Mac and non Mac)
        
        In Legacy mode :
        F4            = Show data sources
        Shift F4      = Toggle reference
        
        Change-Id: Ifb53bfa671f212d73ebb8c3f80ed5c498d517d4d
        Reviewed-on: https://gerrit.libreoffice.org/22728
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b78209ae74af5bf4fc5dacde8c9b7e709cbb1a70]

        work on adding crash report UI
        
        Change-Id: I66f4dca3cd32381ecd52cc36490e7ee1dddf3699
        Reviewed-on: https://gerrit.libreoffice.org/22566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Marco Cecchetti  <marco.cecchetti@collabora.com>  [65694793e9588106e570d82b359c9c9e25a5cf0d]

        sc - unit tests for tdf#97369 and tdf#97587
        
        Change-Id: If2f7fec727a7a7f607e576fea756810e0d4ff7da
        Reviewed-on: https://gerrit.libreoffice.org/22701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [3b70cd7e5196438d7880789f8512f8b1f07f40da]

        Replace include <iostream> by ostream
        
        Change-Id: I7cf84a1f1deaaa5ab575333ba6b99d31d2307f45

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [6a8a4fc4e20da2f741a6a7728aef98abb710b6e5]

        Another blind fix for some TBs (-Werror,-Wunused-private-field)
        
        Change-Id: I2b6c219c95e94cbbee4a7fbe7c2a2ffa45d0e151

2016-02-27  Julien Nabet  <serval2412@yahoo.fr>  [efde35042111b425871a6ff79922785ed7e8b41e]

        Blind fix for failing TBs
        
        Change-Id: I2556417d5924ef4ae91dd888befc2ff6461ea2d0

2016-02-27  Xisco Faulí  <anistenis@gmail.com>  [85fcf15ff41ceb95f46dee586ff7187551be4955]

        Revert "SVGIO: tdf#97539: clip-path elements might contain..."
        
        This reverts commit 7b7ffedfa6357b902a5e354d986dac39a3b2f462.
        
        Change-Id: I018830e17cb83c5fe3574b76939673877ac2004d
        Reviewed-on: https://gerrit.libreoffice.org/22726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-27  Michael Stahl  <mstahl@redhat.com>  [af57a81d0c28944b424649f024c28f444a1ab2d9]

        xmloff: tdf#97808: allow empty draw:marker-start/marker-end/stroke-dash
        
        Apparently these are allowed to be empty, which means "nothing".
        
        (regression from db1d278dcc308c73eb5edebc20481c96e7f479d8)
        
        Change-Id: I13f7998e0986b26c34929afd40b1b4f0fc9efdff

2016-02-26  Caolán McNamara  <caolanm@redhat.com>  [1724081f6363fb2b97523a2c5edb1424d7959f8b]

        gtk3+wayland: gnome#762756 hack around keyboard focus
        
        Change-Id: I6be61592a16660d62be583e082ffcf5b1907770f

2016-02-26  Caolán McNamara  <caolanm@redhat.com>  [3ae6c7fcbe14f7a425fa1db2cb388b12848be65b]

        gtk3: add a menubar close button
        
        the css foo is modeled on the similiar gedit close buttons
        in its tabs
        
        Change-Id: I7af32ad0434a49c52eea215f797c502be7f96dac

2016-02-26  Caolán McNamara  <caolanm@redhat.com>  [800704e0c46f6f86f6a18a477ba4b6f313c5693a]

        gtk3: native gtk menubar
        
        Change-Id: Ibb75aa3eae99e499e1c2026c41b0bf51d7f8cf31

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [e08d84547fcb5db6f91deb1af3ec6b3a4b060caf]

        loplugin:commaoperator
        
        Change-Id: I481fe73256bf0d974c54a6419874fa76ea4beaa6

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [b39660047aa0b8be811d529ee22e8f60d2f9c94e]

        loplugin:fpcomparison
        
        Change-Id: I5ef9d7bcff3fcc2b01c0e5578487a293c6e315df

2016-02-26  Julien Nabet  <serval2412@yahoo.fr>  [6689a9aaf75d291596a6b13acf1e1772af148e1b]

        Typo: aCompoments->aComponents
        
        Change-Id: Ied7413a74b2ed0ea7a6375760c4477ce6f17a4de

2016-02-26  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [4b63e7ee7e286b116d60dda676349024808182ed]

        tdf#97654 - replaced CellAddress types with ScAddress.
        
        Differences in default constructors is compensated and other changes have
        been made as suggested.
        
        Change-Id: I15bdf5043816502ace797c352242a4a59f1cd64e
        Reviewed-on: https://gerrit.libreoffice.org/22579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [9d198be7395cc236fd3453de1005b5abeb2ed801]

        loplugin:stringconcat
        
        Change-Id: I39a55a9ac67aafa3f770509430b956e2fa81e6d8

2016-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef10bb832a8cbb4e7ff0c55805b1b56f91c8c34f]

        better error reporting for crash uploader
        
        Change-Id: I6a2b5bd72187de2b646ec0d6fdb5fe20f5d6a2d8
        Reviewed-on: https://gerrit.libreoffice.org/22565
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d837a11388ca1c29ce9f495832e52e0809b601de]

        store the URL in the crash ini file
        
        Change-Id: I1b5f29f864d01c238f2e21de87dde8005236f332
        Reviewed-on: https://gerrit.libreoffice.org/22564
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98df76f26a808940935f1218586443e0d9328d0d]

        use the new ini file based minidump uploader
        
        Change-Id: Iaf85fb53e6eff34e268b6948d62ca84b7f8e6dd2
        Reviewed-on: https://gerrit.libreoffice.org/22558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Eike Rathke  <erack@redhat.com>  [8e9d171cf42931de44b00205a97c7801f07156a4]

        unpublish SearchAlgorithms2 SearchOptions2 TextSearch2 XTextSearch2
        
        so we're free to fiddle around a little longer..
        
        Change-Id: Idd6f4a6a4ce51d4991bac1907b808919f34638d7

2016-02-26  Eike Rathke  <erack@redhat.com>  [fd2355221f7d603ddc8f85076cc50022a298ae69]

        WILD_MATCH_SELECTION @since LibreOffice 5.2
        
        Change-Id: Ie84088f571245864663b49be2a457d6ed04bc267

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [75e24386af32766b288bbd016e7595eacd33837e]

        Missed CLANG_VERSION for compilerplugins/clang/store/rtlconstasciimacro.cxx
        
        Change-Id: I24d2dc570070a55f39dcd708eb7c47cd71dc0d02

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [a2dcac011a38294a6acb21ae7c69163fef6b4cef]

        New COMPILER_PLUGINS_CXX to specify compiler to build Clang plugins with
        
        ...instead of trying to second-guess what to strip off $(CXX) to make it fit.
        Keep the old way for existing build scripts that rely on it.
        
        Change-Id: I145bdcba6d02002a9b653b4deb6e7f5a9c76cc8f

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [af89738d225f756bc37a6ff4fd647622f81e24ef]

        -Werror=return-type
        
        Change-Id: I44e627fa9de9c48a534cbc9ade6cc9d567553709

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [2db16f4bdc9f6e4136c20995ab688b75819d8b35]

        -Werror=return-type
        
        Change-Id: I7691fa50d827b688cab299c85c933adabb29994c

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [8631cecb8631228e02badafb315a5294338c5c0c]

        -Werror=maybe-uninitialized
        
        Change-Id: Ib456e717b65c3dce3aaca73b2d55872a53d30828

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [34082fa5a8e389d71e099ae5563a6268d401c278]

        Silence -Werror=comment about a "multi-line comment"
        
        Change-Id: I19f09c7d253bb86bbe3b10083f762a5791e2f370

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b]

        These version checks are about the Clang the plugins are built /against/
        
        ...not the (Clang) compiler they are being built /with/.  (Also simplifies the
        checking #if code.)
        
        Change-Id: I416321be4ef4478785be40571f81500fd3b6feb8

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [cd2725de90517cd63a17ccbf2c59c1e07eca5744]

        Revert "compilerplugins: Build them in parallel."
        
        This reverts commit 4101fa184150663ddee6688c19eb4a44e341e8d4.
        
        Just configure --without-parallelism and always use an explicit make -jN, and be
        done with it.  I just can't stand that "make[1]: Entering/Leaving directory"
        noise around each "[build CXX] compilerplugins/clang/*.cxx" line any more.

2016-02-26  Tor Lillqvist  <tml@collabora.com>  [1be32cc6d36766d42a0b80d2768bf31e5b8aa8bb]

        loplugin:redundantcast
        
        Change-Id: I8c44383a751d7b3440dcdede3646231414e2f89c

2016-02-26  Tor Lillqvist  <tml@collabora.com>  [0eeeaae5d1edc0dbd0962666bdf9432e84cfa0e6]

        loplugin:nullptr
        
        Change-Id: I11f661b31db8073010a520ccd44d93e1eb7c5bc0

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [79c11bb56ecf9f99250387ee59559f7472028f05]

        Use an XInitialization-based channel to request service mgr pre-init
        
        ...instead of private cppu::preInitBootstrap function
        
        Change-Id: Id0e6fcf721b697c993e5acffaf7836452cfa9750
        Reviewed-on: https://gerrit.libreoffice.org/22699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-26  Michael Stahl  <mstahl@redhat.com>  [d0b09f41efe938e94a84e783c9ff5742edcbfba8]

        sw: related: tdf#58624 convert to assert() in ~SwAccessibleMap()
        
        With the restored Dispose() calls from previous commit these don't
        trigger on every scrolled document now.
        
        Change-Id: I93694352adadc2c3a034be949d4930de51ec80e9

2016-02-26  Michael Stahl  <mstahl@redhat.com>  [b299aa7c64adc2de86c367888e6ccb73c4b31bc2]

        sw: restore some Dispose calls in a11y code
        
        These were removed by commit a5c4ddcf8ed5344d9bceeffd7431cd6895a407ca
        but the assertions inevitably triggered by their removal in the
        ~SwAccessibleMap about "Frame map should be empty after disposing the
        root frame" were left intact, which (along the total lack of any stated
        reason) casts some doubt on how well thought out that change was.
        
        Basically SwAccessibleMap had the invariant that only visible frames had
        a valid SwAccessible in the mpFrameMap, and when the frames scrolled
        out of view their SwAccessible was disposed.
        
        Let's try to restore this invariant.
        
        The dispose removal has caused crashes in the past too, see
        commit 104ed86c382b73505b477bf3024982dd27823023.
        
        Change-Id: I4b3e7264ce76a8c6e551d68f6bc231982970dfdd

2016-02-26  Michael Stahl  <mstahl@redhat.com>  [c4727a06fe16ed88f2c293aaa3506df8e6523678]

        sw: we don't have space to spell out "focus" in ShLooseFcs...
        
        ...but we *do* have the space to mis-spell "lose".
        
        Change-Id: I0cb55d616dfee614e82975b7b3c25a0dcc37d0d7

2016-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf250abe262a25e6508a6dd0c0b7f3275d93e216]

        write an own minidump uploader
        
        This one is platform independent and uses a key-value file.
        
        Change-Id: I28a4483763666a5a8520874bf8e984eaaf24e9c0
        Reviewed-on: https://gerrit.libreoffice.org/22557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97474cae830524fe57887d26743760bd49bb47ec]

        log some information about used OpenGL device
        
        Change-Id: I0c050396e6b1efa7dd2f003a79a9dc506135197a
        Reviewed-on: https://gerrit.libreoffice.org/22555
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-26  Noel Grandin  <noel@peralex.com>  [236f3089175c601e2be36d034b3214d06be89767]

        loplugin:unuseddefaultparam in include/vbahelper
        
        Change-Id: Idac2134dce40a54cc04f595464357a0f9ca71be0

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [f467269e1a5b0cbd9519f8cdc5d99fccc1db613f]

        That #if for Clang < 3.2 is probably good to go by now
        
        Change-Id: I019405884dec5767de733e3fa0114b3b461e777d

2016-02-26  Noel Grandin  <noel@peralex.com>  [f23c0dbe00bcdc13ff65fbe8a312416d0bc92599]

        loplugin:unuseddefaultparms in include/vcl (part2)
        
        including a fix for a rather glaring bug in BitmapTools.cxx
        
        Change-Id: Id9db990b993cfeea9039c5fbaaa91996adeae22a
        Reviewed-on: https://gerrit.libreoffice.org/22713
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-26  Jan Holesovsky  <kendy@collabora.com>  [b0e036c74e756ddbe6a09ade51decf95fb678a26]

        Updated core Project: dictionaries  e26e5fc152b0a8362040f1daf53088c35ebbe4e1
        
        Czech thesaurus: Blacklist more words + re-generate after the recent changes.
        
        Change-Id: Ic56383e235be27d48358944c9b6588481052297a
        

2016-02-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [cadc130171a9bd4f1e6930fed09ad2897e9111b5]

        tdf#98188: Crash when closing File->Properties->CMIS Properties tab
        
        Change-Id: I22e1d6cc1c50b9ae613dab7c253ba21451aac584
        Reviewed-on: https://gerrit.libreoffice.org/22704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-26  Noel Grandin  <noel@peralex.com>  [692f14208001e646f46c9cd7f85fc93aba4b3982]

        loplugin:unuseddefaultparam, ApplyChange->ApplyTempChange
        
        to make it clear what it's doing, now that I have dropped the param
        
        Change-Id: I9fb8bb0f218aa1b01d9ba357e75af35f067625ed

2016-02-26  Stephan van den Akker  <stephanv778@gmail.com>  [9db34a7712e277389b2041cfbd77a60476d7f7f1]

        Improve the import of pen styles from EMF files
        
        Change-Id: I643c29befeb29b7b1cdd66375f661f4adb0e6cfa
        Reviewed-on: https://gerrit.libreoffice.org/22638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-26  Takeshi Abe  <tabe@fixedpoint.jp>  [a6c26ef0c77c716d222bacb4f402af4638ba62c2]

        cui: Fix a wrong label "Rotation" in Character > Position menu
        
        ... by replacing it with "Scaling".
        
        To find the label in Calc's Character > Position menu:
        1. select text in a cell and open context menu
        2. choose "Character..." in the context menu
        3. choose "Position" tab (then the label appears as 2nd headline)
        
        This looks a regression from 6a0951a9bc564d8e214472bd84aec2971b9e9d64.
        
        Change-Id: I183f89e6891eea53f6e345472d7d413f0f801e91
        Reviewed-on: https://gerrit.libreoffice.org/22709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-02-26  Takeshi Abe  <tabe@fixedpoint.jp>  [42c5c699d131d34bdb3dba2545438337c9c1bb09]

        starmath: Remove forgotten SmFormat's version
        
        Its last usage was gone with 26bdb10a52f441b4026d651ec50189b88391319e.
        
        Change-Id: I3a58a5596eaa930e9d7034b87fe05cbe8a902c41
        Reviewed-on: https://gerrit.libreoffice.org/22690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [145da8daacf4ae0e29e18a7a1bd20e1571653068]

        -Werror=shadow
        
        Change-Id: I0966b87cdc04f6f7cc7d9b4bed3a8046df3547e6

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [a1345cdbe587d6ae9bed43d4f7902133be78d4bc]

        Spurious "typename"
        
        Change-Id: Ic6e31ba0c542f0347b95f3930a13670acbc4f61f

2016-02-26  Takeshi Abe  <tabe@fixedpoint.jp>  [cb33820fc08e2ec9d2ca15740003452df4843f1e]

        starmath: Drop unused variable declaration
        
        Change-Id: Ibc2a5930e516628cfe5fb7986c4ba814533dbf25
        Reviewed-on: https://gerrit.libreoffice.org/22692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-26  Noel Grandin  <noel@peralex.com>  [911ae0aeca443fb4b5e400ae0f939567b580e443]

        loplugin:unuseddefaultparams in /include/vcl
        
        Change-Id: I36daccd90bfa6ba0ee8b9e76bff2bd8494155a04
        Reviewed-on: https://gerrit.libreoffice.org/22710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-26  Olivier Hallot  <ohallot@collabora.co.uk>  [63e2aec922ec8c0a9011b98dbfd3dac295f473af]

        Updated core Project: help  c013f7339418eda27bced4856f175b06e7a17284
        
        Add encoding in xml declaration
        
        add 'encoding="UTF-8"' where missing in help files
        
        Change-Id: I68c0203627cf2ae353d75ba025a03157f34518e2
        Reviewed-on: https://gerrit.libreoffice.org/22705
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [9634b3709798bbb690e3e4b6386329ac76c211b7]

        loplugin:simplifybool
        
        Change-Id: Ie213b385d666aa17d47e6c85ff1fbdbc31bac0b9

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [49f81b3f33e1b043a1615855503768d78db5f093]

        external/opencollada: Adapt to clang -stdlib=libc++
        
        For one, libc++ has no <tr1/unordered_*> headers, and for another, std::isnan
        needs <cmath>.
        
        Change-Id: I39179a9069826cb08bac19c0f6e56acdc1ab6b9d

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [1e161eb96e4ed72e43c158253069f974fff5b36f]

        Use config_cxxabi.h to check for __*class_type_info
        
        ...as needed e.g. when building on Linux with clang -stdlib=libc++ against
        libc++abi
        
        Change-Id: I1f6f5ebcf5410c65453549ecea77581ccdaabc17

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [3d63d0c14b1c86f22f73a80e42b84e0256fdf818]

        Adapt __cxxabiv1 for libc++abi
        
        ...where it has an additional nonstandard member, at least on Linux x86-64.  Not
        sure whether
        
          #if defined _LIBCPPABI_VERSION
        
        is the best way to distinguish libc++abi from other C++ runtimes, but
        
          #define _LIBCPPABI_VERSION 1002
        
        is what it has in its cxxabi.h.
        
        Change-Id: I9edbca27aa2bedbc5b2e996fd5ffcfc2e8eb42d9

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [4cb9d7d1c49d435d789ede63a89111a6d01260cf]

        Assume HAVE_THREADSAFE_STATICS=TRUE for Clang with -stdlib=libc++
        
        Change-Id: I6a38019d5ede6c10b3f33f4a9b078253e4159e71

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [0fef230f0f58bcdebce56bc0439f7efade99a7c5]

        Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSION
        
        Change-Id: I79049fefad8b626b5c58728b9c05c4952fb97f1a

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [069506bcb0ee4005b01c22095ed427b96b553c98]

        Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exception
        
        Change-Id: I467341da4bccb3afb82518b444cd101b3cdaacc9

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [128deeae81a6f802bfb79b8f0fa8c4b10729f7db]

        cxxabi.h is not specific to GCC
        
        Change-Id: Icaf4d4d41a36ae469f826ac08ab641a554dff3c9

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [baad027bb7d4e4cd3c80ec3051741d21a8d23511]

        Expect _Unwind_Exception to be defined in the compilers' unwind.h
        
        Change-Id: Ie27018d21cf356ea5c6953958b466153f93f9a51

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [b878666cd117358ff93f7dd49e8837d027bef8e0]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I1da31c370ce60ce107f70e9d8767af04297defca

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [b5c1485ac9a1c8bd65c12ee579f05cd140dc1219]

        Improve failure output
        
        Change-Id: Ia542ab0644611ff8e36c8b52138e1ef064972606

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [6d4eb665825db37d735d5906af691fd31345a1e0]

        Missing include
        
        Change-Id: I6f2d7dc98b6c3b98a7ed27552c1e8b3b9481f619

2016-02-26  Stephan Bergmann  <sbergman@redhat.com>  [229caecce438027e6d58b70c25df8ff643aa0e69]

        Adapt clang-cl.patch.0 to Boost 1.60
        
        Change-Id: If079016bf90d593886c11366626f7c4a06ede8be

2016-02-26  David Ostrovsky  <david@ostrovsky.org>  [94f1950744612471679b392d3325023bd356eb55]

        Add missing include
        
        Change-Id: I454b39a76595aedbbe1ca64f9b1982e5c27623cd
        Reviewed-on: https://gerrit.libreoffice.org/22708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-26  Noel Grandin  <noel@peralex.com>  [30d8216ba3b471df7276abcd8c8744cd426e6967]

        loplugin:unuseddefaultparam in vcl/
        
        Change-Id: Ic09d160ed6e3cdcd95bc04844ee8f20cfcb286ec
        Reviewed-on: https://gerrit.libreoffice.org/22698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-26  baltasarq  <baltasarq@gmail.com>  [2d162b1c70c1bc16d682b74ee1d0b13a9a80717d]

        tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.
        
        Second step: Make SbiOpenRecord() accept a FileOffset as second parameter
        
        This is a [partial] patch The objective is to substitute all apparitions of
        #defined constants for enum class.
        The victim here is the series of constants B_xxx that were located in
        filefmt.hxx and were changed for a FileOffset enum class.
        
        Obviously some other files where the type is used must be changed too.
        
        Change-Id: I7406bdc8e780ee89802ab6823f9c91c4c9b765c0
        Reviewed-on: https://gerrit.libreoffice.org/22697
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-26  Eike Rathke  <erack@redhat.com>  [393f11f88648e1c7cace6224aa7afcbf9d68ddd6]

        add Wildcards to Find&Replace dialog
        
        Enabled only for Calc. Writer needs to be adapted to support wildcards.
        
        The global escape character is '\' set in SvxSearchItem ctor.
        
        Change-Id: I1af78f296deff81e023ee9f0e936f5f506f80c83

2016-02-26  Eike Rathke  <erack@redhat.com>  [82e23b52acf52fe8334d0fcba62d6b956d222445]

        add missing comma
        
        this ended up as IsSearchFormattedIsUseWildcard ...
        
        Change-Id: Iaa39f51b0e5ef49d65a636b0a2d926d30a2a1dd8

2016-02-26  Eike Rathke  <erack@redhat.com>  [8555034abf9e53190fa559c1a705868766a5677f]

        handle SearchWildcard API option
        
        Change-Id: I5350167638a5831e1f125728397fecfc637ee004

2016-02-26  Eike Rathke  <erack@redhat.com>  [ced11176337a1b37ed32ca9ea2aa3af0b2459b02]

        add optional boolean SearchWildcard to css::util::SearchDescriptor service
        
        Change-Id: Iec1b0d8c0f03074acea2640a6e5d309921f04c59

2016-02-26  Eike Rathke  <erack@redhat.com>  [3a0abd3019ec3ca29b8f1378cdb32ebf741e6306]

        add SvxSearchItem::GetWildcard() SetWildcard()
        
        Change-Id: I0aeb7fbcedad381a385ffe6649ac51e8c961ca11

2016-02-25  Caolán McNamara  <caolanm@redhat.com>  [26be25f27d2f67bdee0d2a4ad95d9d252e470780]

        coverity#1231668 Unchecked return value
        
        Change-Id: I4c83b1290484dabc9d40f970a3a86de5d6dc3928

2016-02-25  Caolán McNamara  <caolanm@redhat.com>  [d31f597261cbac64ed69b0f61480c9a757519dd0]

        coverity#1354271 Uninitialized scalar field
        
        Change-Id: Ida90073e50f08271b217610b8d7b970c943c042a

2016-02-25  Caolán McNamara  <caolanm@redhat.com>  [3029afd738e1e5d2c04654ecdc134f5503912203]

        coverity#1354272 SS: Unread field should be static
        
        Change-Id: Ie9480265be8053805cb48cefe189e65a47ce0908

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [73e6b95ed249cf7cb1d46c1f40c0a537e757b1eb]

        cid#1354270 fix uninitialized members
        
        Change-Id: I35fda96885375996a1b0b05ecc04a0ac35104b88

2016-02-25  Michael Meeks  <michael.meeks@collabora.com>  [b3d08b755aae1022ad5a08d5cbd91c242535ed89]

        tdf#97299 - allow slide transitions to be removed.
        
        Change-Id: I652330f6526b1ecf735ed02554e3627768b41085

2016-02-25  Fabio Buso  <dev.siroibaf@gmail.com>  [36ae1972ff64c80dc053680c82032904f7bbdcb8]

        Use rtl::math::isNan()
        
        isnan() not found causes compilation error
        System: Archlinux (Kernel Version 4.4) - GCC 5.3.0
        
        Change-Id: Id0bb4555428896678437e8abf228f1c208f1e7a0
        Reviewed-on: https://gerrit.libreoffice.org/22695
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-25  Eike Rathke  <erack@redhat.com>  [224ecda045f49a0e96d3117233b667de6d5c6837]

        compare on AlgorithmType2
        
        Change-Id: I36c6d690662913f12acc2b5e26ea05c8279ced19

2016-02-25  Eike Rathke  <erack@redhat.com>  [f6b249d18fd2eff469985ff5da6777fddafacffe]

        remove unused Search includes
        
        There are a lot more though..
        
        Change-Id: I8b1e31e9f914057329b54603c21bc98d8dd2fca7

2016-02-25  Eike Rathke  <erack@redhat.com>  [cda1318aefed103917b40ac751826f0579cd557c]

        use SearchOptions2
        
        Change-Id: Ibae6b5d3cacc84980d460432829be31782f941bc

2016-02-25  Eike Rathke  <erack@redhat.com>  [f75b30c2e82e3e148a3d3acea163d4bb11ea5576]

        use SearchOptions2
        
        Change-Id: I4d3820d097d520fdf7cce8b41d734dd4e2e8866f

2016-02-25  Eike Rathke  <erack@redhat.com>  [25d4142ce1fa2c1581ea03b66db6be694ac5fedb]

        use SearchOptions2
        
        Change-Id: I29ed7ced7bedc0b00e58aa6b15fbde8c9f0859f4

2016-02-25  Eike Rathke  <erack@redhat.com>  [c09404917318b026902c2f26bdc16d0e52eb4720]

        use SearchOptions2
        
        Change-Id: I58d39616dc15fc973e1377ed205452a683baf080

2016-02-25  Eike Rathke  <erack@redhat.com>  [b3ee4ba346ca21a89158a86c7fc1fc3b25d3e371]

        use SearchOptions2
        
        Change-Id: I1eaf001475bacb29d23cb7465a0a19d89afb802b

2016-02-25  Eike Rathke  <erack@redhat.com>  [c20c697294dc0eae789cbdcca382c3f60ed3d497]

        change to SearchOptions2
        
        Change-Id: I07a72492f1cdc566109bf8e9247368558f420abe

2016-02-25  Jan Holesovsky  <kendy@collabora.com>  [2d24d5804054bf93e3d0058ebf3ec73e3dca3a77]

        Updated core Project: dictionaries  8442e91f9d62d25d478f891d940a56551b2fd484
        
        Czech thesaurus: Updates of some terms.
        
        Change-Id: I13b60baf14fc90aba6f07ada2fc4423d06db76e8
        

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d95d6d445e9247504b13770837bb5b81933efb0]

        sfx ClassificationCategoriesController: fix size of the dropdown
        
        Without this, only the first two entries are visible, even if there
        would be plenty of space for more entries.
        
        Change-Id: Ib5115f94fe077dbf842267511fde9cf396cbbb99

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f66ac468c63dc770f0b70f305187930a03c38f84]

        sfx ClassificationCategoriesController: read category names from policy
        
        Change-Id: Ia50d5b958d15af3c8959d7fb4ef4d502c1356044

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [edc4634119485efd3af87a48a7b419716e1bd406]

        sfx2 classification: add categories controller for the toolbar
        
        Change-Id: Ib6a5c9577d442034d1114b84c1ad2c20372e3c7a

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf33f6b494b53fde5f410893b7071aa829c4ecca]

        sfx2 classification: expose category names as parsed from the policy
        
        Change-Id: I53b958dff2f43d4762445c4b474f2b00ae6dc9d0

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c4a0a53d9fb697a83c8292b2dd50ac25014fe9f]

        sw: add initial classificationbar
        
        It only contains a single unrelated listbox, though.
        
        Change-Id: I6b91f907ec15b6da5d095b2dd2328c9d118ad606

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [53905d96cd8e62bb55d9ab5c9ead05b5fb7cbadb]

        loplugin:stringconstant
        
        Change-Id: I6e22654d78ba8e043bab1009a295f078f9666000

2016-02-25  Eike Rathke  <erack@redhat.com>  [a097e183237e4eb66814df01b9505984e2c5c63b]

        prepare SearchOptions config with IsUseWildcard
        
        Change-Id: Ifba836f259358d7480502e1701f902c2702b4263

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [d69eb22d4ec3d1d44d80e462e2ae746bd5a9a8cf]

        -Wno-shadow appears no longer necessary for KDE4
        
        Change-Id: I5edace31b5c73c88c301444aaabee3734fc8154e
        Reviewed-on: https://gerrit.libreoffice.org/22696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-25  coypu  <coypu@sdf.org>  [48aae2225fa1f3d252619e764416126b0ba78127]

        Avoid hard-coded perl path, check with env
        
        Change-Id: If39a4991b487b14d21572d6e3d785df4c287f190
        Reviewed-on: https://gerrit.libreoffice.org/22238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-25  Jan Holesovsky  <kendy@collabora.com>  [61648cb37ec499f317fe6336146bb3e722579363]

        Updated core Project: dictionaries  f04d3f19b453f58411bcbbe7920cd5e16f8957e0
        
        Czech thesaurus: Blacklist some unhelpful meanings.
        
        Change-Id: I7d75626a37d4f241d8d407a11855325e39c5fa63
        

2016-02-25  Jan Holesovsky  <kendy@collabora.com>  [f2e25965f389d4816b1249a61c31959588808513]

        Updated core Project: dictionaries  bd5a09adea33acfe9164f26a3061ae1152933438
        
        Related tdf#93514: Introduce a new Czech thesaurus.
        
        This is a completely new, independent thesaurus, generated from an English <->
        Czech dictinary.
        
        The data of the dictionary are licensed under GNU Free Documentation License
        1.1 or later, consequently this resulting thesaurus is GNU/FDL 1.1 or later
        too.
        
        Change-Id: I0136b413d5affd6e45a71bdd579ae196fe48dff5
        

2016-02-25  Caolán McNamara  <caolanm@redhat.com>  [7f39d6831e03cbea408ff499df1c5b120d825cee]

        gtk3: put all of our existing toplevel stuff inside a GtkGrid
        
        so we can optionally insert a native menubar above it all
        
        Change-Id: Ib8486d7164493db79c868715a2aef209d7472c01

2016-02-25  Varun Dhall  <varun.dhall@studentpartner.com>  [a3781a7ff856c9d808c836acda35706477229513]

        Added test for tdf#73660 search for string with soft hyphen
        
        Change-Id: Ia152f9cd97ead8e4289541ae6cd3e21a9635ffe0

2016-02-25  Noel Grandin  <noel@peralex.com>  [90ddca81ae6fb4543d49193a23b5f6569ac5596a]

        loplugin:unuseddefaultparams in writerfilter/
        
        Change-Id: Ib5a2f6f0404e8489a9699eac6b0c50e61f31083f

2016-02-25  Noel Grandin  <noel@peralex.com>  [535aa95014b4f30ba5f06a563c35db6c98cca9d9]

        loplugin:unuseddefaultparams in xmloff/
        
        Change-Id: Ia504a4e96a4ebc8404fe6881e0f77fba29cd00ae

2016-02-25  David Ostrovsky  <david@ostrovsky.org>  [d375cafef68e8be9d0d35cbb535b8481a3913ace]

        werror: declaration hides previous declaration
        
        Change-Id: I0f8422a4f8c27ec253d917985d2593d8d87bb5f0
        Reviewed-on: https://gerrit.libreoffice.org/22685
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-25  David Ostrovsky  <david@ostrovsky.org>  [fbe9f840d541eab1a47a457c00fef00441f52364]

        werror: declaration hides previous declaration
        
        Change-Id: Ia0fe8847f2a58fbccb25ecc6237f3b14a08da076
        Reviewed-on: https://gerrit.libreoffice.org/22688
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-25  Noel Grandin  <noel@peralex.com>  [414a66587b73dfc69c121118e9a6337de4e843d2]

        convert StandardSQLState to scoped enum
        
        Change-Id: Ia0a1526140cfed35a73a6fea1a173d2fb5005960

2016-02-25  Noel Grandin  <noel@peralex.com>  [960d4ebf76d3e7c757d2625a1e52a22556da9d40]

        convert SQLNodeType to scoped enum
        
        Change-Id: I622e55622d38e6017993c8bc52625c85d0f74d74

2016-02-25  Noel Grandin  <noel@peralex.com>  [aa0a20bdccda8576163d763a81a0d7135114c17d]

        convert TraversalParts to scoped enum
        
        Change-Id: I34797d6ccdf8b9c75004c129056f3a09f169e1b4

2016-02-25  Noel Grandin  <noel@peralex.com>  [d6c28b11e51d08be2555ba7371d9bbb063aae9af]

        convert OSQLStatementType to scoped enum
        
        Change-Id: I2df117cf0f405e88899e7ccab380156284720449

2016-02-25  Noel Grandin  <noel@peralex.com>  [049d9a81614eebce118da489f431144ed2e71c05]

        convert ParameterClassification to scoped enum
        
        Change-Id: Iab3d2db50acc1f70b352dd0fd5f1270693a8e991

2016-02-25  Noel Grandin  <noel@peralex.com>  [ccb8b8307079fe3f57d4d745ed331fba0466998e]

        convert FilterComponent to scoped enum
        
        and simplify the overly-general logic in FilterManager
        
        Change-Id: I2cbd9db6a53894cd13713a5cc0d1807cec456848

2016-02-25  Noel Grandin  <noel@peralex.com>  [bf7690bc1b444278bef1e355c7463d27381a8700]

        convert EComposeRule to scoped enum
        
        Change-Id: I5a2e4f6f6f0f353c75dff85e865608b12c2104f9

2016-02-25  Noel Grandin  <noel@peralex.com>  [761e55d3683845606fcb94cfdf32450051b67a9d]

        convert SQLExceptionInfo::TYPE to scoped enum
        
        Change-Id: I2f21a742bc649fc42f89aebac2691c6054cd20d8

2016-02-25  Noel Grandin  <noel@peralex.com>  [4dd65f861d3179538b58512a10c6c9482d85d0ee]

        convert InternationalKeyCode to scoped enum
        
        Change-Id: I2eba99ebb86003f1f5ddefafb4cd191b29853819

2016-02-25  Noel Grandin  <noel@peralex.com>  [6a9046d02e17a7dd0997aa3a041d468be9d8f80b]

        convert ErrorCode to scoped enum
        
        Change-Id: I37d2dd0b84fce229b548bbe941cfdd1169170af9

2016-02-25  Michael Stahl  <mstahl@redhat.com>  [aef004cea8e7b93f84c13292a009e689f99383d8]

        nss: remove obvious cruft from README
        
        Change-Id: If99babda104a35563208e89d86bf10bcff8f22f4

2016-02-25  Michael Stahl  <mstahl@redhat.com>  [ca19248b24abcd8e7d032ea99196fecc96b67744]

        sw: some missing locks in SwAccessibleParagraph
        
        Change-Id: I9eb8eed31702f6386b262a182fc36557e9cd8e8c

2016-02-25  Michael Stahl  <mstahl@redhat.com>  [015b2cce565b335dfb644ea1dfe44dede8d60815]

        sw: avoid creating SwAccessibles for 0-sized layout frames
        
        During layout it happens that a page is deleted and therefore
        the footer of the next page moves upward by a pagesize, so a
        CHILD_POS_CHANGED accessibility event is generated.
        
        The footer still has 0 size (and 0 position) at that point, so
        it's highly questionable that anybody would be interested in
        seeing such events.
        
        The event causes a SwAcessible to be created, but for the
        parent SwPageFrame no SwAccessible has been created, so the
        recursive dispose in ~SwAccessibleMap will leave these
        still in the mpFrameMap, as they happen to be invisible then,
        and only visible children of SwPageFrames are disposed,
        so that's a bit unlucky.
        
        Unfortunately this can't explain the crash in tdf#58624
        because there is actually code in ~SwAccessibleMap to clear
        the m_pMap back-pointer in all entries of mpFrameMap.
        
        Change-Id: Ic75254310af1bf8eca382c3745c4fe31c6b6f4a0

2016-02-25  Michael Stahl  <mstahl@redhat.com>  [789bfa540f8e01606f5d6c2defe04fbba3217432]

        sw: fix assert in SwAccessibleFrameBase::GetStates()
        
        We get this assert(bIsSelected && "bSelected out of sync");
        when double clicking on frames in the navigator.
        
        Reason is that SwCursorShell::UpdateCursor() calls MakeSelVisible()
        to scroll to it before calling InvalidateAccessibleCursorPosition().
        
        Scrolling causes loads of CHILD a11y events and the ATK backend
        registers event handlers everywhere and calls GetStates(),
        which sees that its frame is selected in the shell but its own
        bIsSelected flag wasn't set yet.
        
        Change-Id: Id69c9de2591a5d2d10d181c2ab2339daf97fe488

2016-02-25  Michael Stahl  <mstahl@redhat.com>  [46251758a325c4edfdd9efcedc5d321ee6e5c0c5]

        sw: new sw.a11y log area
        
        Change-Id: I43b6b60ac91c7934d4045b8df618dc6592c0e688

2016-02-25  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [3ed1e68a79e8dcc623eb9165577e0571cebf4709]

        slideshow: Blur the shadows the further they are from the object
        
        Change-Id: I63f4fda670b86db2ee1ea66d8755d71697fac0c7
        Reviewed-on: https://gerrit.libreoffice.org/22678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-25  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [1a9b62dc661a26c02db34ab5075b4e209a70b196]

        slideshow: Only use texture() in GLSL 1.50, fixes Intel on Windows
        
        texture2D() is still available, but not in the geometry stage, so
        better be consistent everywhere.
        
        Change-Id: I86bf1921713bcbf32946190525401bfcc633a69f
        Reviewed-on: https://gerrit.libreoffice.org/22468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-25  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [db9fe1ea4a1e0e33dece63652c2b076fb323ec63]

        slideshow: Add an ugly workaround for Intel’s matrix multiplication
        
        When more than three multiplications are chained, Intel’s Windows
        driver returns a mat4 containing only zeroes, likely due to a
        misbehaving optimisation.  This patch prevents it from doing any
        optimisation by doing each multiplication in its own uniform block.
        
        Change-Id: I0b435d3a5444afd47f78c379f0d2e442d2c2cfc0
        Reviewed-on: https://gerrit.libreoffice.org/22470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-25  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [06404309026b8e5aeb4c47ea68aea7ef21c6654e]

        slideshow: Move Vortex calculations to the geometry stage, fixes Intel
        
        Their Windows driver was failing due to too many varyings being used
        between the vertex and the geometry stages.
        
        Change-Id: Iec69a2ef29e6ed4ba5ce6e46c7a5eb7db5098d1b
        Reviewed-on: https://gerrit.libreoffice.org/22469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-25  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [9adeebadd5d1728e9abaec67aa4dd8a0c300c98f]

        slideshow: Move Vortex’ tileInfo attribute upload to the first frame
        
        Change-Id: Ifbc154755d43a085b78740a5a3c97ed2cbe9a905
        Reviewed-on: https://gerrit.libreoffice.org/22467
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [92f013c38ac71969674e08aa453c01c030b3dbf7]

        loplugin:stringconcat
        
        Change-Id: I6213a4102b019e3b509f4e0f2b632604dd1032d1

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [fde723ad7214682633ce73e428b0cc06ac4f18e9]

        typo
        
        Change-Id: Id0b3cb33996a73f9be1f268a369af9f4d5f2df60

2016-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d18ad8a7fb3257001a5045e11f3f770a48a7fa69]

        opengl: shader based polyline rendering - fixes tdf#97137 for OGL
        
        Adds native opengl polyline rendering to draw polylines, line joins
        and line caps as triangle strips. The vertex shader allows for the
        dynamic line width by calculating the correct vertex posiitons,
        and the fragment shader is used for anti-aliasing.
        
        Change-Id: If7982c828cae1fae59c57194c8ac77e5ad7f1d26

2016-02-25  Noel Grandin  <noel@peralex.com>  [9c6b6c6c074a8597502e899a22aa7cb1c3f712ce]

        turn unuseddefaultparams plugin off by default
        
        add fix the method override logic
        
        Change-Id: Ia75bc70aa1b8d26a65a4082956dc88a0fd17be9e

2016-02-25  Noel Grandin  <noel@peralex.com>  [4fbf95deba87ed28ee8eb8442477832e46ba76c6]

        new loplugin:unuseddefaultparams
        
        Change-Id: I2c3e7d66be9e3883ea2801ff394948cc580d1e44

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [f66d734bcd994cb5fc2f38a8d9018e13385cd10c]

        The XJavaVM.getJavaVM return value can always be extracted to sal_Int64
        
        (avoids warning with MSVC 2015)
        
        Change-Id: I9b3c5bc26a1e3df88a03e5fb295eb6a8fb63f824

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [d79a413736317e39bf17786f4cabb0f4ac0d2a75]

        -Werror,-Wshadow
        
        Change-Id: I5e4cec5f9ac5b6d92214533251f97fb73c62434f

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b409a1a6680cd1a1189e34feb820539ff4d81c5a]

        sw classification: handle had watermark -> no watermark transition
        
        Previously we returned early if the new policy wanted no watermarks, but
        we still need to iterate over page styles to remove the old watermarks
        if there are ones.
        
        Change-Id: Iebab2534e7c923e47c76562982a188a32b81ed26

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [6eb6a249105cbbc48a144d72f2f7c09aeb9bed2e]

        loplugin:staticmethods
        
        Change-Id: Ia7cdf11b668286360a1701a52263a1e57261cf39

2016-02-25  Xisco Fauli  <anistenis@gmail.com>  [6afec8e461aee826664347adf234a81228a69a45]

        tdf#97936: SVGIO: Add unittest
        
        Change-Id: I7adb55dc408811f03365578f815bf1b7fbe7f2fd
        Reviewed-on: https://gerrit.libreoffice.org/22679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-25  Xisco Fauli  <anistenis@gmail.com>  [b914d4a70f4955dc15af3c18b61b0a75e1ed5357]

        Partially revert b6a62f07557fe4ae0931e0f3e0f306d2f69b116b
        
        it has been fixed by 423b79e7366203db3f57dea75b8cb9eb852b5614
        in a better way
        
        Change-Id: Ia3192071f00522ac111d3e95e4dc05dc57a6267e
        Reviewed-on: https://gerrit.libreoffice.org/22677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [baabbe56a5592e139e2897927be808782fbe681d]

        Updated core Project: help  97ecbd0f9d9668e0abdbb7efd0e59603931951f9
        
        tdf#98122 Rip out mention of the option “AlwaysAllowSave”
        
        Change-Id: I28bdddff69f8cf77d046675c395c581d43bf34a0
        

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [2dddc338db78efafcadb384d9feac440fb976654]

        desktop: fix loplugin:staticmethods
        
        Change-Id: Ic9f86c991de8faecd3071805762e83132196cfd7

2016-02-25  David Ostrovsky  <david@ostrovsky.org>  [bd276bf04ce9441f1546f8ce47a4c6e507ce1974]

        werror: declaration of 'nWidth' hides previous declaration
        
        Change-Id: Ida3b031f0425aae8d8372410311312b4d7a13d2f
        Reviewed-on: https://gerrit.libreoffice.org/22683
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [6851e977f71075c2f43b967a52dc1d035a75b0f2]

        libxmlsec: remove no longer needed xmlsec1-olderlibxml2.patch
        
        I assume this was needed for the Linux baseline. CentOS 6 has libxml
        2.7.6, patch is needed for < 2.7.4. (CentOS 5 had 2.6.26, that is only
        used on libreoffice-5-0).
        
        Change-Id: Iae2edbf4f0d484944e399bd901d35a8260272700
        Reviewed-on: https://gerrit.libreoffice.org/22659
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-25  Stephan Bergmann  <sbergman@redhat.com>  [fcf5192a54fa148110c51229913547f2521cff50]

        loplugin:implicitboolconversion
        
        Change-Id: Ic7e42f50adf85266ae6b61cf152c99081be11d4a

2016-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4943ee042ac487bc9be4477fed7effa8ea9f74d4]

        don't hardcode the version string in crash report url
        
        Change-Id: I9814e5975d69d4b93dd2a2b142e9368dc665c225
        Reviewed-on: https://gerrit.libreoffice.org/22554
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98a8eafa915b8d57b8bdccab9981e537d77f6f4a]

        add way to add additional information to the crash report
        
        We can add several additional key value pairs during the execution of
        the program that will be used on the server to show more information.
        
        Change-Id: I4102adc15fc821415fa0b997ca7fe0dc4f7abcec
        Reviewed-on: https://gerrit.libreoffice.org/22553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-24  Tor Lillqvist  <tml@collabora.com>  [aaca25d67eb5ea252730cdcf555ecc04ce04a5e6]

        loplugin:implicitboolconversion
        
        Change-Id: I5278a44d9d492d04618068afd1610358bb4b4d5c

2016-02-24  Eike Rathke  <erack@redhat.com>  [21edff2a37c9c22d200df2638e31f7ff3afe85b6]

        let SvxSearchItem use SearchOptions2
        
        And all those places that interface to SvxSearchItem.
        
        Change-Id: I08915824a596cd0f247a89f44e4684cd22b98082

2016-02-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [eb3e47dbf798103d09bb8f3461959726e917a75f]

        documentpropertiesdialog.ui: Put document name between quotation marks
        
        Change-Id: Ia4f0a4e4853f76e90f22308f528de871d2ec6c60

2016-02-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bf271f677df4a78bfe6ad4b0cf0b3eb3a202fd8a]

        update emoji autocorrect files from po-files
        
        Change-Id: Ia76bf2786d9f715aba9d9e00906b4be3b77b045f

2016-02-24  jan iversen  <jani@documentfoundation.org>  [00d7896b8de0db94ceab401209998ae302bbefd1]

        Updated core Project: translations  11b3dcfadd4163cd5c0331adb52d4d7b3ea8c52e
        
        po update for 5.1.1 RC2
        
        (cherry picked from commit 20a1fd7922d78a2e1401cdd58c80e775ff8dc124)
        (cherry picked from commit 08352718f0a6dc97d0fccb328dca214c312c42b8)
        

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [4929b451446a96e3bb9a56d2a8963d248f93aaea]

        Update the reference rdbs to libreoffice-5-1
        
        Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [cf9f97ab265d6034cb9c5ac46f9df697b910d539]

        Update the reference rdbs to libreoffice-5-0
        
        Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [d71e6bd9e0802999ba632a610406884b0f8c95ca]

        Missing @since tags
        
        Change-Id: Ic7cb4f4ab52f05c16637cc1283a8cba59cd1764f

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9cf13c9f07311731757127ba50bd3f2eb0d22272]

        sw classification: don't insert multiple watermark objects in header
        
        If the text is different, remove the old shape and then insert the new
        one. Otherwise just don't insert a new (identical) shape.
        
        Delete and insert is needed because the shape size depends on its
        textural content.
        
        Change-Id: I0c8faa0e3e69416ea0b89fa33155826bc2dc7a4f

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [bff9f2d469736d20261ba8ff488dd98452e3fe88]

        sw classification: name watermark objects, so later it's possible to find them
        
        Given that they are not fields, it's necessary to re-create them every
        time their textural content would change.
        
        Change-Id: I1276ef686b1b622dccaa8ac4996af8e4cb4de329

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc3d29dc412902ea8d6a85426ba72b77166a8c95]

        sw classification: put watermark shape to the header if policy wants so
        
        Change-Id: Ib22b2066bb3f4059425b8c71b5fc737e160aef0b

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa72b6e97c5c60eae4a97541cde150ee0d8c0443]

        sw classification: put the relevant field to the footer if policy wants so
        
        Change-Id: I61c235660366ec1aba137097600605aae76c39a7

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [a3a7a70811123a9d7c812952496596d7be19135b]

        -Werror=nonnull-compare
        
        ...where "this" must be (derived from) View, in View::InsertData.
        
        Before 89d39bc100aabf5dccbe77c0b5c0c85736e85b39 "tdf#94559: 4th step to remove
        rtti.hxx," that was
        
          ISA( View )
        
        which had originally been introduced as
        
          ISA( SdView )
        
        into SdView::InsertData with 82453a8c6c84a22b6f940395d9b4c45516197ed3 "#80266#:
        added D&D functionality for slide view" in 2001 (and then, both in concert,
        SdView::InsertData changed to View::InsertData and the ISA( SdView ) changed to
        ISA( View ) with ee8db8ade5ac9205430eab6f1b701f683ea99eb1 "INTEGRATION: CWS
        impress1: #111996# Transition to stacked sub-shells. Introduction of namespace
        sd."
        
        So just assume it was always only a harmless glitch that is good to go.
        
        Change-Id: I5a99e401feb2a4c4455469b58c803ccab06694f5

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [a0c700b1493c7b51540d1e77b44d1edd9bf920f0]

        gtk3: implement native context menus
        
        This reuses lots of the unity machinery which is similar
        to the mac concept of a single toplevel menubar.
        
        So to drive popup menus, part of this is a rework that does away with the idea
        that the "menubar" is the controller of the hierarchy, and instead the top
        element becomes the controller
        
        Change-Id: I4336391718844bc73cfc47c1043f99f0e3b812d8

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [adea1c3dd147eab9308bfecf9439f693981be9c1]

        Remove unncessary casts
        
        Change-Id: I5a2a465bec4fe38de683ce989264062a70a12d36

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [c684cde025e750d24de47260a2166a46428cdffc]

        Ah, xsqr got changed from unsigned to singed
        
        ...in 8bcc538953ceec4ef266f16cf72329bc6080d08c "WaE vs2015 literal implicit
        casting," that explains why 89fe180fbcdfcd8ee3f52955a29eccd3b9ad0f36 "Silence
        -fsanitize=shift ("left shift of negative value")" became necessary afterwards
        
        Change-Id: I1b3d09ba59d60a88e34e48cc3697a20084623817

2016-02-24  Yousuf Philips  <philipz85@hotmail.com>  [f6f66bd6a102239f3d24c257298dc1f6c2fd8199]

        tdf#97942 Return Ctrl+Shift+Space to the keyword customize
        
        Change-Id: I4a886a9312a4b4afbe2451b88941b72dc5c6dadc
        Reviewed-on: https://gerrit.libreoffice.org/22621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [cef666d8c376d06b4a32566f83496124472b2201]

        -Werror,-Wunused-function
        
        since ce81a477d228277f44e96356e85d92467eb7a0b9 "tdf#97458 - remove unused intel
        opengl driver version special-casing."
        
        Change-Id: I4d1e804bef054db5a999b23c35c308e1a0c5ece3

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [b50071c817657866f8b22873be26d34970005a2d]

        set gtk layout direction to match ours
        
        Change-Id: I27610f28f42368355bef1b3461fc3ccea1b07218

2016-02-24  Marco Cecchetti  <marco.cecchetti@collabora.com>  [eab3c3ab9da5f0282df43d2f4bfbf17f7a4f8fe3]

        tdf#97662 - Avoid JPEG compressing de-compressed PNG.
        
        Change-Id: Iafa5d4b347da46dedb9431b6870f34b2b6fcad99

2016-02-24  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8a039afb1f3f345c748b2e7cc9b76ca030c23abb]

        tdf#97662 - Try to preserve original compressed JPEGs harder.
        
        Avoiding de-compressing and re-compressing them saves lots of
        time too.  Avoid PNG compressing de-compressed JPEGs.
        
        Change-Id: I7fe7db8e294e38d3240d284f73183a34ee48fb2d
        Reviewed-on: https://gerrit.libreoffice.org/22657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [abbf4777f29374025d576ef8daa3f6dcba02ddf5]

        cid#1326844: DP: Use doPrivileged
        
        Change-Id: Id86b4afc0d00864e02c978e0b8d4aa1fde7263c3

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [13917e0755bb864f22d0cf75a43854acbdb1eaec]

        mark checkable toolbox menu entries as checkable
        
        e.g. the toplevel toolbars put excess entries in
        menus. If the entry is not marked as checkable then
        a native gtk menu entry will appear to be stateless
        when it actually does have a toggle state
        
        Change-Id: I7168b44d59fd64dfe264ed8ca26355252d697251

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [736f265c46130ce905be75f2141424486d52c8a9]

        cid#1326523,1326524: Resource leak on an exceptional path
        
        Change-Id: I34016e7124ff33700bb33801145f478ed34e9262

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [09fc095dd47e9e1025fc185ed1a10826f481f0cb]

        sw classification header: avoid inserting the field multiple times
        
        If there is a field that's the same we would append, don't do anything.
        The document property is already updated, and the rest is automatic:
        it's a field after all.
        
        Change-Id: I68713629a6917657ff491646c1b7781a9603e4f2

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [4461e0541d9fc772984e2cfbe9464ae44563ad57]

        sw classification header: handle multiple page styles
        
        Iterating over all text nodes of the document would be quite slow, use
        the layout information instead.
        
        Change-Id: I124ef62e171b08af681a3ae910ffbdf839e34270

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [2df20dc87554957716d810b0c91804d535f561a7]

        sw classification: put the relevant field to the header if policy wants so
        
        Change-Id: I56d37a8c143dd5108bbc9f6444fe3e058378bf5e

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [d599122730a84be29b2649b66a582d2269c4ed2b]

        sfx2 classification: expose document header presence
        
        Change-Id: Ic69af56982a89356571f0016164b60e22ab94cf8

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [b8ee342576b707dbffe877f5c225b640ee65276d]

        gtk3: handle items without commands
        
        e.g. the draw/impress context menus. Handle these like
        MenuManager::Activate does
        
        Change-Id: I02a0e377a2d3a57ac7ac9239aaa75dbb856489d2

2016-02-24  Eike Rathke  <erack@redhat.com>  [a16159e50cc0c2e1a0d654080343ac03bfa518fc]

        update language-subtag-registry to 2016-02-10 release
        
        Change-Id: Iff9301c7b82f932ef2c71cb1ed62cd24211e92d2

2016-02-24  Noel Grandin  <noel@peralex.com>  [e236cc1676cdc576eba75a3a38bf70d4d170f75b]

        new loplugin:cppunitassertequals
        
        look for places we should be calling CPPUNIT_ASSERT_EQUALS instead of
        CPPUNIT_ASSERT
        
        Change-Id: Ia836555d569069c6d0dce592f1c9a78bf8d8adb8

2016-02-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [00f7997bdbe4b31d1dffcc809e63e233655b3ec8]

        update credits
        
        Change-Id: Ia62263dd12c2bee3d283037233d4d91a742a6775

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [832ceab088d9e3b4b9bcecdcc8b908c7a56e9b6e]

        Avoid quoting nonsense on Windows
        
        ...where "/opt/lo/bin/make.exe distclean" had started to fail with
        
        > rm -fr C:/lo64/core/test-install
        > rm -fr C:/lo64/core/instdir
        > rm -fr C:/lo64/core/workdir
        > C:/cygwin64/bin/find: paths must precede expression: rm
        > Usage: C:/cygwin64/bin/find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]
        > Makefile:170: recipe for target 'distclean' failed
        > make: *** [distclean] Error 1
        
        Change-Id: I98ecb51ba1747d55aec0eb80f5ec5a257dd5af76

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [36bddcbaa2d1673c1331c788eae9534aca2c5ec3]

        gtk3: replace old action if same command is added
        
        i.e. originally we preferred the old action, now
        prefer the new action because e.g. wrap items in
        writer only contain their "checkable" state on
        their update
        
        Change-Id: I6a6ce94126253396cc273834a7e8a4fb0a56921d

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [1629228b7b7c77dcbdedbd5acb403e6ea0492247]

        cid#1326391: Dereference null return value
        
        ...replacing implicit NullPointerException with explicit IOException
        
        Change-Id: I673c836c64e141a7a3e4b40fca0922feee26bd03

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [d79ce8ba8f9e2411ab70b5c9d2ea0bb6b4f4e84e]

        cid#1326441,1326442,1326392: Dereference null return value
        
        ...replacing implicit NullPointerException/IndexOutOfBoundsException with
        explicit RuntimeException
        
        Change-Id: I519b0fcd2b2d2657ae82ef7eb28f88a0e13fa970

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [3e945cbd9b23a98d22065f1593295a7afa410c9e]

        Be specific about illegal input
        
        Change-Id: Ib840f5516e503ce92078150933217149fd322bde

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [74a18f64eebc8f6f66d64e439e152c6cdf9d76db]

        cid#1326440 Dereference null return value
        
        ...replacing implicit NullPointerException with explicit RuntimeException
        
        Change-Id: I14dfe81a6a05d33cb311a6274c085ea0dcf95692

2016-02-24  Noel Grandin  <noel@peralex.com>  [670c2b3ca99c9ae4a75c508408023de198e3ac5e]

        simply the SbxRes stuff, inheriting from OUString is icky
        
        Change-Id: Ie9794ea164d587ad87ee13d360cb3abc18166051

2016-02-24  baltasarq  <baltasarq@gmail.com>  [459e3fe7c97abe922e42e464ace2914546602f44]

        Removing #defines for String_XXX in sbxres.hxx
        
        This is a [partial] patch for BUG #84938:
        https://bugs.documentfoundation.org/show_bug.cgi?id=84938
        
        The objective is to substitute all apparitions of #defined constants
        for enum class.
        
        The victim here is the series of constants STRING_xxx that were
        located in sbres.hxx and were changed for a StringId enum class.
        Obviously some other files where the type is used must be changed too.
        
        Change-Id: I31fa684eb5eb3508d2025c9a319d5b245cc177af
        Reviewed-on: https://gerrit.libreoffice.org/22655
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-24  Tor Lillqvist  <tml@collabora.com>  [0103c52d7bf61cd6632e6a08e785ab10ef488f22]

        chmod -x
        
        Change-Id: I9366a8691a69b55d486b863d0149e22a848aa9ac

2016-02-24  Noel Grandin  <noel@peralex.com>  [f163745cca6627fd8de0a089a8c30b3c6e17193f]

        convert HighlighterLanguage to scoped enum
        
        Change-Id: Ibf0871601e52ea4fa49e9622176431943c55abdd

2016-02-24  Noel Grandin  <noel@peralex.com>  [a5e53f9ffdde320a7ba104a1e01b3f5ef75d7975]

        convert TokenTypes to scoped enum
        
        Change-Id: I17c0a616dd6cf48a22896b6cd6b0df157d1f9a9f

2016-02-24  Noel Grandin  <noel@peralex.com>  [2f9d53df89614955215a630beb0966f0c4a663c2]

        remove unused exc_handling enum
        
        Change-Id: I5e2e084114c8b0eedd0f2cd8327d6c6d68742462

2016-02-24  Noel Grandin  <noel@peralex.com>  [cdf176c9749ed1a0c2faceeae0c73bf735c5b00b]

        convert PropertyDescription::LocationType to scoped enum
        
        Change-Id: Ifcd6bf1728c632ed10301c4a426dae57dbf0912a

2016-02-24  Noel Grandin  <noel@peralex.com>  [3b168bc6854cb494cf3a0c1e826ce3fed1d0c141]

        convert DocPasswordRequestType to scoped enum
        
        Change-Id: I25d217ca2cf3e8cc4dfaccc6dc7d5453ffdc6cb6

2016-02-24  Noel Grandin  <noel@peralex.com>  [5d8474bae086bc798212186ff5057eb3350d225b]

        convert PropertyOrigin to scoped enum
        
        Change-Id: I26c9929be8aad02030722508334e66f5028ffb37

2016-02-24  Noel Grandin  <noel@peralex.com>  [dc1f1cde6329044611607d8bfc10203b6d83dcee]

        convert DocPasswordVerifierResult to scoped enum
        
        Change-Id: Ib5a595819dec8511d284ed1022d8f7c624f8d8f9

2016-02-24  Noel Grandin  <noel@peralex.com>  [0839f90394d96cf0fe414913527b3e3e5ba3c86a]

        convert EConfigurationModes to scoped enum
        
        Change-Id: I1e81c8d637e738f536f7efad8b67d0c9183e6483

2016-02-24  Noel Grandin  <noel@peralex.com>  [a9a04f11a6b3938aa2d8d0f8f21a866c65b761da]

        convert ComponentMethodGuard::MethodType to scoped enum
        
        Change-Id: I1f1b4981c70c2b8ff8087a85f0af28b816b4654a

2016-02-24  Noel Grandin  <noel@peralex.com>  [cd1bbdf0a494298882f79add7b5f28c3b56d9a14]

        convert codemaker::UnoType::Sort to scoped enum
        
        Change-Id: I70a84f777e714bcc20c2d7b06b918e3be0f3ce4a

2016-02-24  Noel Grandin  <noel@peralex.com>  [6ddc80e53a601cdf6984e36a56cd18b2e99377bc]

        unused enum FileAccessMode
        
        Change-Id: I23972d65b5c8c734fd3a62d6deda53cfe1fddd61

2016-02-24  Noel Grandin  <noel@peralex.com>  [6f2d11a57fe28eceec745d025602e7470853a229]

        convert codemaker::cpp::IdentifierTranslationMode to scoped enum
        
        Change-Id: I17f7a2f8f89166c5a51be4ee15986d21f1cb24b3

2016-02-24  Noel Grandin  <noel@peralex.com>  [5c43ca5518f8f3558ac7f27a37b43610c219c4d5]

        convert SpriteChangeRecord::ChangeType to scoped enum
        
        Change-Id: I29696f37a023317bdaa8f53d753ccaeb8e68a3c2

2016-02-24  Michael Meeks  <michael.meeks@collabora.com>  [b952aaacb1a6ef628226ef2699fac9fab936f20b]

        Ensure processEventsToIdle process events (including from the OS) until idle.
        
        Change-Id: I9578849b0e78af15ddeb1e6495a48ccfb3f1c44a
        Reviewed-on: https://gerrit.libreoffice.org/22651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-24  Caolán McNamara  <caolanm@redhat.com>  [4e354737908b89713297ebf5216eb44f3d9ae990]

        remove boost/shared_ptr foo
        
        Change-Id: Id208712f80e820f23d898359a4d58297a09e5a77

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [d01f2531e28fd547e0f03ddeb90a409f05c25b6a]

        loplugin:unreffun
        
        ...of boost::sp_scalar_con-/destructor_hook overrides declared in
        boost/smart_ptr/detail/sp_counted_impl.hpp
        
        Change-Id: I5486dd890ef2ffdcb5973f3a8959ac0b6da376ee

2016-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [76ab37fe9005c5bea719da4808bbea10206a9d17]

        Indentation fixes
        
        Change-Id: Icafd56488f58a5cc580912d720f91dacd110a7c2

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [ef3aea797bc33edc6d8a975ed74bb3a38031d62b]

        loplugin:cstylecast
        
        Change-Id: Iffad73733edc9b43b00784373f2c5c8bc69dc7c4

2016-02-24  Noel Grandin  <noel@peralex.com>  [81b7de3d9f29d3aa14446b5c3624fe62cdbebd30]

        convert canvas::IRenderModule::PrimitiveType to scoped enum
        
        Change-Id: Idf2e7449ce5b595386f437597ce7ccf00d141db0
        Reviewed-on: https://gerrit.libreoffice.org/22634
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-24  Stephan Bergmann  <sbergman@redhat.com>  [93de1f80e8b6ea49be8eca57a87e6ba92dc6cae9]

        loplugin:cstylecast
        
        Change-Id: If6f3a7bd48402ed1377359b748f9253efe50b71b

2016-02-24  Noel Grandin  <noelgrandin@gmail.com>  [f29c0b2b3e8861909fa2c6c37bf631ab01590541]

        boost::shared_ptr->std::shared_ptr in slideshow
        
        Change-Id: I27da6bc550488ea65ccdf1d26f8178f803f495d6

2016-02-24  yeliztaneroglu  <yeliztaneroglu@gmail.com>  [1b6a84a5a24e7e02c6066ca0fcb5a0011d2decd6]

        tdf#74608: Constructor function for SimpleLogRing singleton
        
        Change-Id: Ia8c2f214b635114ecac4a2ceb06628a2f18b6411
        Reviewed-on: https://gerrit.libreoffice.org/22020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-23  Eike Rathke  <erack@redhat.com>  [f84b8c03462238b821724b7f504ad141c83fcf8f]

        adapt description, the algorithm does not define the escape character
        
        Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38

2016-02-23  Eike Rathke  <erack@redhat.com>  [1f3357013ba1f319a3bcddf4c9a658c46e8c0390]

        SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter
        
        At least '\' (search in Word) and '~' (search in Excel) should be
        supported as escape character.
        
        Being able to restrict a match to entire selection instead of substring
        speeds up the Calc match whole cell scenario.
        
        Change-Id: Ice242b9cd59009f172b724e03c2cc08feda4cd3c

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [8af13dd19d589c9996848fab7f4967f9018751d6]

        loplugin:staticcall
        
        Change-Id: If662a616839aef33340d13a42c998cea50759083

2016-02-23  Rohan Kumar  <rohankanojia420@gmail.com>  [10b803cf8f065f73b784304d5434b2ccd2baac46]

        tdf#43514 Navigation tree: improve button name
        
        I renamed the button "Content View" to "Content Navigation View"
        as proposed by Jay Philips in order to clear the confusion of
        an already implemented feature.
        
        Change-Id: I4784499f306de9d8859258ba741c23ac57ddb349
        Reviewed-on: https://gerrit.libreoffice.org/22614
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [03a271901c39d60e4519e67e258d565ad5e1e085]

        Guard against globally shared UNO ref accessed from wrong UNO env
        
        connectivity/source/drivers/jdbc/jdbc.component has
        
          environment="@CPPU_ENV@:affine"
        
        to place the com.sun.star.comp.sdbc.JDBCDriver implementation into an affine UNOenvironment.
        
        The com.sun.star.sdbcx.comp.hsqldb.Driver implementation (in the normal C++ UNO
        environment), in ODriverDelegator::connect
        (connectivity/source/drivers/hsqldb/HDriver.cxx), calls
        StorageContainer::registerStorage to store an XStorage in a global map, then
        calls the JDBCDriver (i.e., thread enters the affine environment), which calls
        via (non-UNO) JNI into hsqldb.jar code, which in turn calls via (non-UNO) JNI
        into Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement
        (connectivity/source/drivers/hsqldb/StorageFileAccess.cxx), which uses
        StorageContainer::getRegisteredStorage to obtain the XStorage and use it.
        
        But that XStorage is the original C++ object, not a proxy that witnesses the
        mapping between the normal C++ and the affine UNO environment.  (And the thread
        is still in the affine environment, after having passed through the Java stack
        frames via non-UNO JNI.)
        
        That does not necessarily cause any problems immediately (so apparently went
        unnoticed for quite a while), but when the XStorage-implementation in turn wants
        to obtain the SimpleLogRing singleton, it would now trigger the
        
          std::abort();//TODO
        
        in cppuhelper/source/servicemanager.cxx (where the invocation-by-constructor
        case hasn't yet been implemented for differing environments), when that
        singleton is changed to use the constructor feature in
        <https://gerrit.libreoffice.org/#/c/22020/> "tdf#74608: Constructor function for
        SimpleLogRing singleton."
        
        So just do any necessary mapping every time an XStorage stored in the static
        StorageContainer is accessed.
        
        Change-Id: I91a62fd7e1cec29026f70a2c3acdfe051885c0fa

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [9610a5aebd3ffdf76bcb734c633b5f88b78ad4dd]

        Use passed-in context instead of comphelper::getProcessComponentContext()
        
        (and the passed-in context is required to always be non-null)
        
        Change-Id: I1197a2bafba8cb645e15df4310c1c5767b648670

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [c322882fb6f850c771de14f047d6bb820359db2c]

        Replace nested pairs with struct
        
        Change-Id: I95513accce789110fa987b9bf9ca94762fbeb646

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d9bd5713761f9afce3d4bed0d5c6340422019bd]

        sfx2: forgot to remove this declaration
        
        Change-Id: Ida3935748c85773b6514b457162f01fac9ae6ee3

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [12ef6bd2a37e2a3e27123c0f796b0e7f4e14f051]

        sfx2 classification: update infobar after setting category name
        
        So one doesn't need to reload the document to see an up to date infobar.
        
        Change-Id: I42b0b8c2d7e4953157d73f06b724ba23f6b79cab

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [aad8e562765b2981e76a008e3eca04058279469f]

        sfx2 classification: add or update labels
        
        Instead of just failing to add existing ones. Given that all "optional"
        properties are also updated (typically to "" or "None"), no need to
        remove properties.
        
        Change-Id: I50e73ac1ca3d3b7d3b3650ec6abdc0ff8c156936

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [633e9b9b66f1717a90db73ee6954c8145b934ecb]

        sfx2 classification: write category ID to document metadata
        
        The assumption is that the name may not be unique, but the ID always is.
        
        Change-Id: If6c5e34999c88732c978ed88871b384d9fe5c272

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [27e2955e01d997a3b2be852126475cdf2aa7140b]

        sfx2 classification: write back updated labels as document properties
        
        The internal std::map is just for fast access, if document properties
        are not updated at the end, our changes are lost on document close.
        
        Change-Id: I34ce8e47faed96b6a9ddb5776806587d94fc4373

2016-02-23  Caolán McNamara  <caolanm@redhat.com>  [b769648a5fa17e869f4ae4f55e89e7d6cc0367c8]

        upgrade beanshell to 2.0b5
        
        Change-Id: I2081af13b9d77d58d5086db9e167c37b78b199db

2016-02-23  Caolán McNamara  <caolanm@redhat.com>  [3cb62eacae001df546c2a8f39ae4d37c33791d0b]

        gtk3: vcl popups flush any unexecuted Select events on popdown
        
        so if the gtksalmenu integration wants to drive popups by setting a selection
        on the vcl popup, then the same flush is needed after ShowNativePopupMenu
        
        Change-Id: I59be60de5742d1e382cabefcbf0d8cdd5fc30b00

2016-02-23  Michael Stahl  <mstahl@redhat.com>  [b4d3a0d6744b8c6e5861b8198b31a434a5c2a6f6]

        RepositoryExternal: move that out of gb_LinkTarget__use_breakpad
        
        otherwise package would be registered multiple times, looks like one
        tinderbox fails due to that.
        
        Change-Id: I3bcbc9fff1e1993ae30cda634a50f815a30bc094

2016-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d63a940853459bc70df032a36a6432d9515e0ecb]

        we need the complete cppunit build
        
        Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee
        Reviewed-on: https://gerrit.libreoffice.org/22639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-23  Oliver Specht  <oliver.specht@cib.de>  [b29f268387f30d1d13ca167029d0d276214afaa0]

        tdf#97139: prevent loop while formatting small text lines
        
        when text is inserted at the end of a line then text formatting
        starts some characters (platform and ENABLE_GRAPHITE dependent)
        before the insert position. In case of small lines this might even
        be the start of the line. To prevent going back to the previous
        line the cursor right margin flag needs to be reset.
        
        Change-Id: I73a62ce6c7707469fddeeffe0d7eec064c5989ea
        Reviewed-on: https://gerrit.libreoffice.org/22641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-02-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [904eccc93804f916ff82e7a2cb155b4d349d7f4a]

        quiet down mkdocs.sh on console
        
        Change-Id: Ibf1cc6dcec3909f8aa639e52a13c2b8641c28628

2016-02-23  Eike Rathke  <erack@redhat.com>  [dd9e06f2ce44b383fca1d3efa587c55fad982c29]

        add description and @since LibreOffice 5.2
        
        Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0

2016-02-23  Eike Rathke  <erack@redhat.com>  [6dc83afa4feae34329a951a6d6db5cbfb1d4b4ca]

        add @since LibreOffice 5.2
        
        Change-Id: Ibd1c3b650d85284feb2902f4f8f249ed373cc4ab

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [527386ee702faac907d66c363956a87348abf6a2]

        loplugin:stringconstant
        
        Change-Id: I30b8c029e1f4aca5f9838475402df427519e5908

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [32aa70ffb5f82b811dff3b1ab4738526552e0105]

        -Werror,-Wmismatched-tags
        
        Change-Id: Iec4901265fc79992ab43194744d838d949d87f9b

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [4d06ffcf3c9b4d6c8e5beb15f4d56aca44156b80]

        -Werror,-Wunused-variable
        
        Change-Id: I2c4d01846abf2b1c3e20e5d56232123a898459e7

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2bec27302a06268cfd4174e7a0c94198fdbd0ae9]

        Various loplugin warnings
        
        Change-Id: I6489043ee629e1f411f303c1c43a00975aacf5c4

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [0926adba5557eab2114a57c30d92c977d334f57a]

        sfx2 classification result: copy category labels to document labels
        
        Still need to push them back to the user-defined document property map,
        though.
        
        Change-Id: Ic6f48ce30af42e975cd69b2a9cc7fad01702c1dc

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [24d6ac273bc272dd19f795919df643388e974be2]

        sfx2 classification: initial policy parser
        
        Change-Id: Ia7406bdc94cbceb5b66ab9d12355c1e9f4061206

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f1199574e839ab5da4fc0a494a2fe21cef3c24e]

        sfx2: initial SfxClassificationCategory
        
        Change-Id: I56f834093a1ee00b793580525ba052026e25289f

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b84dca7cd508e806842341329456dc33d6179e28]

        sfx2 classification: add interface to set category name
        
        Change-Id: I289b46f5f57ef000de5f482b5c8ed7bcaa89ddab

2016-02-23  Noel Grandin  <noel@peralex.com>  [02a320777f5b91f33aee364bb29ecc0151aac3e0]

        convert canvas::IColorBuffer::Format to scoped enum
        
        Change-Id: I0013c0b14992062be97977bf00f4af89fb2766f5
        Reviewed-on: https://gerrit.libreoffice.org/22633
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-23  Noel Grandin  <noel@peralex.com>  [b2bb094f6ba3d2c23573ea9a66d7cc67c2a3ea1a]

        convert GradientType to scoped enum
        
        Change-Id: Icef1d8d38481022104a957ac9deac1c03dc2d6fb
        Reviewed-on: https://gerrit.libreoffice.org/22632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-23  Noel Grandin  <noel@peralex.com>  [86a852f0a63876b2b952e12258e93c9ee4695eb3]

        convert B2VectorContinuity to scoped enum
        
        Change-Id: Id7c16223f579fea1e1d64c0b77327be1b6d5c8d9
        Reviewed-on: https://gerrit.libreoffice.org/22631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-23  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [5a9cbb7a5fa792af32958b6bfc2c386c4d27772a]

        tdf#87026 Move accessibility relations to .ui files
        
        Change-Id: I78dab5edf222503a8e7c5cd6f5dd523777df5731
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>

2016-02-23  Stephan Bergmann  <sbergman@redhat.com>  [70ca225505922f74aca9480146b0f2ec207ca4ee]

        loplugin:staticmethods
        
        after 17a6535b3b2e1f0246e7605c018eded37c4a583c "sw classification: add initial
        UNO command"
        
        Change-Id: I56645714bba37cf1ab5cd72f8c64553af3c3807f

2016-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f94cab9c43f88624b58a47ad03ad5f87032595d]

        tdf#59699 RTF import: handle INCLUDEPICTURE field
        
        On one hand, don't handle a fieldmark for it in dmapper.
        
        On the other hand, handle the field in the RTF tokenizer as it would be
        {\pict ...hexdump... }, that will result in an inline picture, as
        wanted.
        
        Change-Id: I554fdf017920350144300fd86617bf74eed8995b

2016-02-23  Kenneth Koski  <mechaxl@gmail.com>  [4f6e3108d9b9b67f21d11d597f2e607acafabd72]

        Running pep8 on pyuno unit test files
        
        Change-Id: I5d35305386e1f520d1030776e2b7bcf7620eda04
        Reviewed-on: https://gerrit.libreoffice.org/22514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-23  Noel Grandin  <noel@peralex.com>  [799eab3b3499be5846e13e6360cc01741a241f89]

        methods in .SDI files don't use attributes
        
        so simplify the parser and drop the square brackets
        
        Change-Id: I3bab5f5b14e57d0cd1ed1a383fe21968f97b243a

2016-02-23  Noel Grandin  <noel@peralex.com>  [1e6dfe458079620a7192381dce9505e94a83518a]

        cid#1353438 Logically dead code
        
        Change-Id: Ib444a1941e2bec03394c4e8eb7a5a34adbe3f4f6

2016-02-23  Noel Grandin  <noel@peralex.com>  [20276795b7a3b968fca873f29bbb971afc9fc0a8]

        small cleanups in .SDI parser
        
        Change-Id: Ic7122e3ecfe2914e27945fd508199f7ec1d6bdab

2016-02-23  Noel Grandin  <noel@peralex.com>  [b4203f530c856bafb117a7391905b25c3a5baa4b]

        cid#1326858 Eq: Problems with implementation of equals()
        
        Change-Id: If87666e6e4ac9397ac44bed805fc7c83ad357105

2016-02-23  Noel Grandin  <noel@peralex.com>  [f126d7fb8fca4a1ae1e88afe99a0229b50e944d1]

        cid#1327459 BC: Bad casts of object references
        
        Change-Id: Ibf80ea0a0f1afbd8269c79d7a7f6f0703567df94

2016-02-23  Noel Grandin  <noel@peralex.com>  [c39a9240c550e9a3f403b5a08ec6e09ab204ebfe]

        cid#1327465 Eq: Problems with implementation of equals()
        
        Change-Id: I63921f5a84adcb3d1e562327fd1f47282efe6fbd

2016-02-23  David Ostrovsky  <david@ostrovsky.org>  [761053abd83155d5333e098bfa114624437ae553]

        Fix python packaging on MSVC 14.0, 32bit
        
        Change-Id: I5604aa21981c216e992cbefae043acfd0ab07bbd
        Reviewed-on: https://gerrit.libreoffice.org/22626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-23  Maxim Monastirsky  <momonasmon@gmail.com>  [04146e07e073ec398eec7869e1571cb65f9926ea]

        tdf#98095 sidebar: Show vertical alignment buttons for shapes
        
        Change-Id: I64714a309ff401bb1aa72f9ff82575237e30b5b9

2016-02-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [3268fc70c6afabafa62d3cb3305b23af60d68400]

        cosmetic: * in first line confuse mkdocs.sh
        
        Change-Id: I161467e7141b297703cec0ffedff14313cb0090d

2016-02-23  Noel Grandin  <noel@peralex.com>  [c45d3badc96481db093560b94d8bf51ead6bd17c]

        new loplugin: commaoperator
        
        Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff

2016-02-23  Eike Rathke  <erack@redhat.com>  [003d0ccf902d2449320dd24119564565a384f365]

        Updated core Project: help  9f7b898faa8a58c8489cdfaa36a9445497ad5751
        
        add help content for wildcards option, tdf#72196
        
        ... and notes about Excel interoperability with whole cell match and
        wildcards, non-interoperability with regular expressions.
        
        Change-Id: I1425ba60ba09a60f0d82adb3f728cb1d1bff2cab
        

2016-02-22  Eike Rathke  <erack@redhat.com>  [ecf50bd0b8d7b9d847add1341e74dc1d5cba487c]

        Updated core Project: help  c1c697836d0be764ed91807871500fec7bd21425
        
        differentiate between regular expressions and wildcards
        
        Change-Id: Ib929ff3f89a51ddafe4c6e745545ef94851a83d4
        

2016-02-22  Eike Rathke  <erack@redhat.com>  [fb767a87d271c85101fd0abd412f2dc9901727d9]

        Updated core Project: help  910342dfe6877010d2f00f2b78dcbbb60301998f
        
        eliminate wildcards wording in the context of regular expressions
        
        Change-Id: Ib1f5437c0107b0857d6b58f6dead3b347b72ef49
        

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

        gtk3: some changes towards enabling native gtk3 popup menus
        
        these menubar things can be menu things and can then do
        away with the casting, no logic changes intended
        
        Change-Id: Ibb1b5354d5e1483327f172d6890e134f1e4b9ee4

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7107eb010e775d6dca01447bbb2512990f5591c]

        LIBO_LIBEXEC_FOLDER is the correct place for executables
        
        Change-Id: I09010819e37baacf02277ad294a6436b13e285fc
        Reviewed-on: https://gerrit.libreoffice.org/22552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c15cf444bc80992c67b3d7eae8c71526d9a078d]

        upload crashes correctly to server for linux
        
        Change-Id: I75778dc572a2888b3966cb5731f7e59209c7a942
        Reviewed-on: https://gerrit.libreoffice.org/22551
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Arnold Dumas  <arnold@dumas.at>  [76b7803fde43c994bb7ad2e37e2e4f27b1470f06]

        sdext: remove \n from SAL_WARN/INFO[_IF] macros
        
        Change-Id: I07f33f6781c2b03ccbe690e70b77310e875eeef0
        Reviewed-on: https://gerrit.libreoffice.org/22624
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-22  Jorenz Paragas  <j.paragas.237@gmail.com>  [e565d346fc949782703bdefa4d3ce8777b7940a9]

        tdf#82577: Remove prex.h and postx.h wrapper headers
        
        Include the X11 headers directly in files that used to include those
        wrappers, and add the Pixel typedef to files that use it.
        
        prex.h included headers that a file including prex.h might not need
        at all, so when replacing prex.h and postx.h includes, try including
        only X11 headers that are actually needed in their place.
        
        Also fix saldisp.hxx and i18n_xkb.cxx relying on indirectly included
        X11 headers.
        
        Change-Id: If0c30c7facc28db7f2e410b5e6f1d52d8c7cdfd3
        Reviewed-on: https://gerrit.libreoffice.org/22132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-22  Eike Rathke  <erack@redhat.com>  [4eea29f79eca05e76bfe90aaa176f39dd0fd80ea]

        enable wildcards when importing .xlsx|.xlsb, tdf#72196
        
        Change-Id: I6fbc8926d10d9028287c154a2e933d2de847cc12

2016-02-22  Eike Rathke  <erack@redhat.com>  [5eaab67daa3dc6e18fa3b901a9ec57b509733905]

        add Wildcards / PROP_Wildcards, tdf#72196
        
        Change-Id: I7045042cba991a834f24f237d983ac3693f4b93d

2016-02-22  Eike Rathke  <erack@redhat.com>  [faf7979144203d110111a2a4e80c7688a45cd538]

        enable wildcards when importing .xls, tdf#72196
        
        Change-Id: Ice014ef31c9962a2d77496236712b59cd147b6e8

2016-02-22  Eike Rathke  <erack@redhat.com>  [20b5917966d931fc9cbb8dd24a957f80f95e64bc]

        add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196
        
        Maybe this should be a radio button instead (wildcards/regex/literal),
        on the other hand it reflects the two API bool values. Also only two
        checkbox lines are needed instead of three radio button lines.
        
        Change-Id: I3fa74e19c838e10dc0cffd6c0ad6329017e10e56

2016-02-22  Eike Rathke  <erack@redhat.com>  [d098b76f3311ec1b1763dbcfc1561791a4a2945f]

        change to DetectSearchType(), tdf#72196
        
        Change-Id: I34cc3faa325f754e4f1dc5236a65f16e035d6c27

2016-02-22  Eike Rathke  <erack@redhat.com>  [41cd992b0229b2cb814b96b52c0038bf12473b37]

        confusing block indentation
        
        Change-Id: I42dc30742a65062374e700a70796f129e61b13c1

2016-02-22  Eike Rathke  <erack@redhat.com>  [d3c79d019114b7786268a1e821f96554e54767c0]

        adapt places that call GetSearchTextPtr(), tdf#72196
        
        ... to do that not only for regexp.
        
        Change-Id: I0a6d878c7b30b1668dda902f0e50ae3c3cc3b486

2016-02-22  Eike Rathke  <erack@redhat.com>  [bad266fa06294f1dacec11ec02dfc6ae4ec8cdc4]

        ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196
        
        Change-Id: I1c9c5c6271927bb2d2ac9309e9a6ca36016237f4

2016-02-22  Eike Rathke  <erack@redhat.com>  [b3a66ccdd3f4098670b593883602093c4a9e712c]

        include '~' escape character in MaybeWildcard(), tdf#72196
        
        Change-Id: I09ff6b07f63b9b9199b73d27d8118c18d233f2b2

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ed83a9d2c00e0576c92a25162db4e3eec410bcc]

        play it safe and don't add breakpad to distro config yet
        
        Change-Id: I858100508577b4d847db11e9b5f94c6a57ad7e8f

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd9cfdd8231113233cefd86577796bb41bf0cb75]

        add script to upload symbols to crash reporting site
        
        Change-Id: I85f6c0757550192443909f08331d65c21c7f4350

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c11c253a26f342fff6945124ca5c8c7a73a97b05]

        add script to generate symbols
        
        Change-Id: Icae707709307bc86360676692e55780b9ec89639

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [f4c40c4ae8ad1c1b3565f94eecc52296125570a7]

        Resolve SfxDocTemplate_ImplRef typedef
        
        Change-Id: I9dfe4557a471f1b33cc4cad879bec1797e03f8d1

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [92da12ad15a9c11c5f117f1c490d5113bdead045]

        Pick a single place to declare SfxObjectShellRef typedef
        
        Change-Id: Ie949f4d9002beefb810c87cdd44bf59f575da101

2016-02-22  David Tardon  <dtardon@redhat.com>  [c95c96d62d4c7811afe0bace7c23154837a716a8]

        AFAICS breakpad does use neither glew nor libgltf
        
        Change-Id: Icfea7b921d990a3d7adcbebbda2cddbc62d8ea39

2016-02-22  David Tardon  <dtardon@redhat.com>  [31ea7b19e53b7160e95930eb04716e323aeef962]

        _use_autoconf is not needed
        
        It enables building with gcc wrappers on Windows, which is not used here
        
        Change-Id: I8b27ae9f8952fd3fbae37d17fdddfc1d3b9d5fb6

2016-02-22  David Tardon  <dtardon@redhat.com>  [2ae6ffabb44f2f0305077d981e10ecd7bc8d57ea]

        actually allow gbuild to see breakpad makefiles...
        
        Change-Id: I12ba34f30508c0a888445a2d9b68d48807b74e8c

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a25f74bcc164c28b168e66a8e7fb1e71c6b4a7f]

        fix the minidump_upload script to send correct http header
        
        Change-Id: Ie373992ca9d69fec508778947a983fad56924a60
        Reviewed-on: https://gerrit.libreoffice.org/22550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [262eddce8aa4a439881e031beef86879cd4c0690]

        package minidump_upload tool
        
        We are going to use this tool for uploading the minidumps for now.
        
        Change-Id: I2c59d420e3884aee46411df913c2ec067e0c636b
        Reviewed-on: https://gerrit.libreoffice.org/22549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a46ef637d5f37962f826969cb2d7eb4cb9ba81c6]

        include breakpad into the build
        
        Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c
        Reviewed-on: https://gerrit.libreoffice.org/22547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e72cd4053676d826ef9a914e62e89e26247bdd5c]

        add officeotron version check
        
        This allows us to make sure that the correct officeotron version is
        installed on the machine.
        
        Change-Id: I1c4532bed3e91194f51aa6f6767711295282528f
        Reviewed-on: https://gerrit.libreoffice.org/22417
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-22  Michael Stahl  <mstahl@redhat.com>  [eea5cb158e907fa1318f0689025bafce3caf8ae1]

        python3: drop obsolete patch, cannot build 3.5 with MSVC 2013
        
        Change-Id: I1a6b41bb95bf4edb8e81f2db54624a0892c79bc5

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [f09b79a4f016289e76af476fc8a5eb86e8f8dd92]

        WaE vs2015 unreacheable code
        
        Change-Id: I11241c8653194fdb0a85727fef85f2963f9e8228
        Reviewed-on: https://gerrit.libreoffice.org/22602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [17a6535b3b2e1f0246e7605c018eded37c4a583c]

        sw classification: add initial UNO command
        
        It doesn't do anything useful yet, though.
        
        Change-Id: Ib6574f79996cfc7b09596f8aba21aaf106ee7c79

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [e895f1979ebf82cbab9739356ce97fc937efbdd0]

        WaE buggy warning in vs2015-r1
        
        http://stackoverflow.com/questions/34013930/error-c4592-symbol-will-be-dynamically-initialized-vs2015-1-static-const-std
        
        Change-Id: Icbe882ad237d1e4f105006d8821ed5c89b06f525
        Reviewed-on: https://gerrit.libreoffice.org/22601
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [5cbf2c118952856e59409d40f791c815bae0ca05]

        tdf#98023: Adapt ScRefButtonEx UI object class
        
        ...after 60db0ded330f800306b9a829922bf389e1c0aa07 "Move
        sc/source/ui/dbgui/validate.cxx from scui to sc"
        
        Change-Id: I161e3dec3cf0dc90340fd18f90256794ab0ac0c3

2016-02-22  Tor Lillqvist  <tml@collabora.com>  [4604a60128a421e2f85b4663ef89f542bc8bdadf]

        Actually, why passive voice?
        
        Change-Id: Ib8723c7ef1f74b7cfb4efa8e13e34953bff7d0da

2016-02-22  Tor Lillqvist  <tml@collabora.com>  [a6ac3caaf9d8030d89094e73e5a3c89b81631899]

        Fix mis-translated German comment
        
        Change-Id: I9c2dbccdc789b58c583e033a8d5627e0a95a95f9

2016-02-22  Noel Grandin  <noel@peralex.com>  [2d0dab5b150440e1b548ccb64d87883d7c045031]

        loplugin:commaoperator in basic/
        
        Change-Id: I320a06e50d032a55d8d5e6354959c12327e319ee

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [89fe180fbcdfcd8ee3f52955a29eccd3b9ad0f36]

        Silence -fsanitize=shift ("left shift of negative value")
        
        Change-Id: Ifa70183b86819c85611feda671fe76d4a2bf86d9

2016-02-22  Noel Grandin  <noel@peralex.com>  [bc9aa454ff63a7aa308b84c0170c48dc5267c040]

        loplugin:commaoperator in filter/
        
        Change-Id: I88697862bfb160d4d7d257bf425507567deae837

2016-02-22  Noel Grandin  <noel@peralex.com>  [06f9db0db806378391f321388f2125627dbebf27]

        loplugin:commaoperator in sc/
        
        Change-Id: Id3f21f80c1ce83293d10c29c8035a0e74e076f80

2016-02-22  Noel Grandin  <noel@peralex.com>  [c17ead7dc9c9dce23033fdda9c316f27a0225b17]

        loplugin:commaoperator in sw/
        
        Change-Id: I9b00755707687e4c10c02bf49866571f2c44d8ba

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [816afdb7c717c324fa4ea98df93b47b093e39d71]

        Remove TRACE_ALLOC/FREE debugging code
        
        ...which started to cause -Werror,-Wunused-variable on Mac OS X after
        db8067145f0126402be39042934e11228a1b42e9 "loplugin:write only fields"
        
        Change-Id: I0cb11e969e8e3835ddd5a33b8e0330135c63a8f6

2016-02-22  Yousuf Philips  <philipz85@hotmail.com>  [46a0235cf8a20f15a470dfd91c460d20c02d5b6b]

        tdf#91013 Create freeze cells submenu in the view menu
        
        Change-Id: Icf1f61dda25d48f0b8e1b74492be21cbea8ed7b5
        Reviewed-on: https://gerrit.libreoffice.org/22580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-22  Yousuf Philips  <philipz85@hotmail.com>  [cbeab6ac386a59b27d5d589f7f68739c12a8d0ce]

        Tango/Galaxy: Minor fixes to newly created icons
        
        Change-Id: I05867826007f6b6aea1039044cc26980f3fb5f33
        Reviewed-on: https://gerrit.libreoffice.org/22581
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-22  Noel Grandin  <noel@peralex.com>  [84db33a4569c67c0164b85bd218246e1741f6815]

        loplugin:commaoperator in vcl/
        
        Change-Id: Ia5bbce27d9e9526122ce1e27389c7845e6709f27

2016-02-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [8fa439aa710bdd21e61910c02bfb9d8a8117eef4]

        Paper cuts in animations sidebar
        
        Change-Id: I1fff084b7c8a1a234dcc36dafa35dfd9aeeaccf3

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [960411badb0dc83e0e04526fe33081c7d6fdf348]

        sfx2 classification: mention policy name in the example
        
        BAILS says the document metadata must mention this, BAF says that the
        BusinessAuthorization has a policy name, but the published XSD doesn't
        give a way to express this in the XML instance. Use this markup till we
        figure out if there is a better way.
        
        Change-Id: I8e3550c0445b2d143a1f7e0c69b39b6c759f468e

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5202379e3ffa65e916e1d3dc14959d53d65acd7]

        sfx2 classification: include example XML in the instset
        
        Change-Id: I23c0227ee304a6b756ff3d474866609d95e6a071

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [21b3620be84a6b3c87cd7bf317dda506b4e37d2a]

        Missing dispose of dialog
        
        ...causing crash later at
        
        > SfxItemPool::GetFrozenIdRanges() const
        > SfxItemSet::~SfxItemSet()
        > SfxTabDialog::dispose()
        > ScRefHdlrImpl<ScValidationDlg, SfxTabDialog, false>::dispose()
        > ScValidationDlg::dispose()
        > OutputDevice::disposeOnce()
        > VclPtr<vcl::Window>::disposeAndClear()
        > vcl::LazyDeletor::~LazyDeletor()
        > vcl::LazyDelete::flush()
        > ImplYield(bool, bool, unsigned long)
        > Application::Yield()
        
        Change-Id: Ia4ae95cbbf4b5660ed08058b67ab674029c0b437

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2befb46193a4644155a1beee9197906be1af780]

        sfx2 classification: add categories example
        
        This one has 4 choices, it shows how a category can trigger a specific
        header, footer or watermark. Also validate the XML file against the XSD
        as part of the build.
        
        Change-Id: Id6cf3de63e7fadd16366465c7721d6052c7c60ed
        Reviewed-on: https://gerrit.libreoffice.org/22615
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-22  Noel Grandin  <noel@peralex.com>  [db8067145f0126402be39042934e11228a1b42e9]

        loplugin:write only fields
        
        Change-Id: I44f249a17d0a510ec63a488b656d57a1a392f821

2016-02-22  Arnaud Versini  <arnaud.versini@gmail.com>  [14420e83296fd393cba956047370564c3517cdae]

        BASIC : Add tools::make_ref and simplify SvRef usage
        
        Change-Id: I8fe846dbd353bace05a8732a9b961f3507d97ef8
        Reviewed-on: https://gerrit.libreoffice.org/22587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-22  Chirag Manwani  <cmkmanwani@gmail.com>  [1b287f14b2adc79586ae2dde6b08cd8eb960e0ce]

        tdf#98004 Added toolbar to beanshell editor with undo/redo buttons
        
        Change-Id: I1d553473f34622e1cb1dab3ffe74ec0c5fa05605
        Reviewed-on: https://gerrit.libreoffice.org/22612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-22  Stephan Bergmann  <sbergman@redhat.com>  [b9c71ed6de669f9d8091b4d56745a3f26f65812c]

        Avoid -fsanitize=enum when using ScDocOptions::eSearchTypeUnknown
        
        Change-Id: I0ee0c2081b6babb8815d5ba00c5c551854c6a6e9

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [22629764d731d715125c82d9f12a31599264c63d]

        sfx2 classification: import plain XML interchange format XSD schema
        
        The classification infobar loads the classification value from the
        document metadata. In order to add metadata to a document from the UI,
        it's necessary to know what are the possible choices. Those choices can
        be described in an XML file. The format of that XML is described using
        this XSD schema. baf.xsd is the main file from
        <https://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf>, the
        rest are just the dependencies.
        
        Change-Id: I6b22c0279031799cafa4fd6edd20ed1cdb09c8cc

2016-02-22  Rishabh  <kris.kr296@gmail.com>  [5df76b2d3ddbd97bf7e6c5d78052766e1602b558]

        tdf#98035: Changing 'Advance Slide' options shouldnt start preview
        
        Change-Id: I636ceb14a528f2523a6fd68e341c83420fa30834
        Reviewed-on: https://gerrit.libreoffice.org/22585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-22  Rishabh  <kris.kr296@gmail.com>  [3a34e0a2cba570f8d2728bbbf3dcb658aff6b983]

        tdf#87813:Fix 'Automatic Preview' feature in sidebar Slide Animation Panel
        
        Stop display of Animation if the Automatic Preview checkbox is not checked
        
        Change-Id: Iee12b14ab71af4f7b658278ba9ea7b4108e2d64c
        Reviewed-on: https://gerrit.libreoffice.org/22586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce634c70f56cb04bf718129f84bb4667db0ac3ad]

        sw: prefix members of RtfExport
        
        Change-Id: I29fdefdbbd4ec48aee5631f6a88c8cd7bd759248

2016-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c602f7fdb0ea01c6be83b8a53f28374de131b1f5]

        reportdesign: -Werror=unused-but-set-variable
        
        Change-Id: I52784fb331dfdb80c8c9bdb56b9542bca5aaa412

2016-02-22  Noel Grandin  <noel@peralex.com>  [f17f977d0ad5b4c51a8f58b43901f72de001a56d]

        loplugin:write only fields
        
        Change-Id: I45895e9845a9037da207f001fece427452ed499f

2016-02-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [acd1c51791bdf522d7ffd8dd225fb59cd2eb17ff]

        sw: remove commented out code from uibase/utlui/content.cxx
        
        Change-Id: I2eec04963ee492e07d72e2e61aed5652ab5f3966

2016-02-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [104c178a0c86b758288d9dbf6e5bd0db11fbb046]

        sw: fix typo in comment
        
        Change-Id: I34d7cdc7146c8e4d89b44a8a2824cd69ff9d7d6a

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e1782f05b9217d941eeff821df98df5f3e8da76]

        WaE vs2015 double define
        
        Change-Id: I279b5df3f9705ca266f2f4efb1e93e59cbbdabd7
        Reviewed-on: https://gerrit.libreoffice.org/22603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [bdad941d7349f330dab2c3d47237bd380d5b7391]

        Work around apprently rounding issue in test with retina mac.
        
        Change-Id: I5c3a4ab39768393090ca0ddc3cf3efe600184fcc
        Reviewed-on: https://gerrit.libreoffice.org/22606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [8bcc538953ceec4ef266f16cf72329bc6080d08c]

        WaE vs2015 literal implicit casting
        
        Change-Id: Ib3da0dd36243fbd316992e9fa88f4bed37b24f6a
        Reviewed-on: https://gerrit.libreoffice.org/22596
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [42f9b97dfb30b6ff9584319b15968b76bea37155]

        WaE vs2015 truncation of literal on static_cast
        
        Change-Id: I63a89c50c653145ea49aa34e4e4dd554da66598f
        Reviewed-on: https://gerrit.libreoffice.org/22597
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e82ae8811e7c344805bba8ee0411c9b3682a80f]

        WaE vs2015: casting from int32 to pointer to to odbc idiosyncracies
        
        Change-Id: I94f2435aee76b03d4b14b009fdeca06a14f22909
        Reviewed-on: https://gerrit.libreoffice.org/22599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [369b33903ac1870275af07451e7377ef057e1276]

        WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointer
        
        Change-Id: I9769a1d9707cc958329f1c05ccbed780983faf14
        Reviewed-on: https://gerrit.libreoffice.org/22600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [8d17a0f71b1fe6d90fe4ef5decd83f1285e2cb13]

        WaE: vs2015 shadow local
        
        Change-Id: Ia1cb87653775bf9226bac46842b309d55fbaf084
        Reviewed-on: https://gerrit.libreoffice.org/22598
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d5eeb6af585ae525645d844cbbd56e76678a0af]

        WaE: 32 to 64 bits implicit on windows..
        
        a misuse od sal_uLong.. int is just fine here.
        
        Change-Id: I09372b6384539cbb0beb557fdd9069cb1c63e235
        Reviewed-on: https://gerrit.libreoffice.org/22595
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5eae091da3b9d3918a41fcbc5ff8b68dc0fd933]

        WaE unqualifed float literal are double
        
        1.0 - float => double  which then trigger a warning when implicitely
        downcasted to float
        
        Change-Id: Ic48f753e7ccf834fd36ff1b26d315b1267a15955
        Reviewed-on: https://gerrit.libreoffice.org/22594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [3496535a3754438f314b7b143e7223b498ca3ec9]

        WaE vs2015: pointer to int casting
        
        Change-Id: I3be393ef5a9d1ed732f44037cd1115960a6186d2
        Reviewed-on: https://gerrit.libreoffice.org/22592
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [981a62f8511416e679a35cdb11195e2149d81138]

        WaE vs2015 bug, add a temporary warning disable
        
        Microsoft say that the warning c4592 we get there in vs2015-r1 is a bug
        on their side. Ignore it for now
        
        Change-Id: I820840a50932e42371947cdc10d1e09278f744ca
        Reviewed-on: https://gerrit.libreoffice.org/22593
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [eb4efbc15d25dd6d00c6b7ead02bdf197121623e]

        WaE vs2015: int to pointer casting
        
        Change-Id: I201e4b44e2a26ff0566f30c7e7c12c0df90a54e6
        Reviewed-on: https://gerrit.libreoffice.org/22591
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [133610669b8707a278d9b3b0af025779044fd8c5]

        windows: silence new warning for now
        
        Change-Id: I10b3269e3ac81f0c7e3fa60229e2b1e3fcab512b
        Reviewed-on: https://gerrit.libreoffice.org/22590
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-21  David Ostrovsky  <david@ostrovsky.org>  [3b1d7027de241ff02d7c72d2688a5e1acc25d5be]

        Force pdb write synchronization on all MS compilers
        
        Change-Id: Id367ad150fa50cb3ed4d32cb5c7c8408f91e371a
        Reviewed-on: https://gerrit.libreoffice.org/22544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  David Ostrovsky  <david@ostrovsky.org>  [3ff41a00aa25922be4cb71a657b124a1c4a8aef7]

        Fix UCRT detection
        
        Change-Id: If2ef7a8b507e9d65f1f1ee186491ce2f35340362
        Reviewed-on: https://gerrit.libreoffice.org/22545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-21  Regina Henschel  <rb.henschel@t-online.de>  [a2d8a9873deb5b39198c346cf637a9a8cb9e5105]

        tdf#97538 no cropping if width, height and viewBox missing
        
        Now the whole image is inserted, so that it can be cropped in the
        application. The patch repairs in addition a wrong ratio in the
        case height is missing but viewBox is given, and fixes some
        comments. Change in SvgImportTest.cxx by Xisco Fauli.
        
        Change-Id: I8c0fbf8b78cf7ab5bc97d04783b49892da3d2849
        Reviewed-on: https://gerrit.libreoffice.org/22363
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-21  ackepenek  <ahmetcan.kepenek@gmail.com>  [c621c3f5e115c90249319ef98e1e33e9fd603c9e]

        tdf#84938 replace FRMMGR_TYPE_ with enum
        
        Change-Id: I899b57a485b83cd7c10ddc5192c92b4c87fe583a
        Reviewed-on: https://gerrit.libreoffice.org/22582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-21  Pranav Kant  <pranavk@collabora.com>  [f4e13bc973ed50bed80f2833dc8e5bc7a69bb44e]

        tdf#97235: Protect reset_view when called with no tile buffer initialized
        
        This can happen when no document has been loaded yet.
        
        Change-Id: Ib9c18e22b6c344528d05eb781bf9b3052060089a

2016-02-21  Pranav Kant  <pranavk@collabora.com>  [dbd7ce16d621bf992a763317174c85a5d9f3b5ea]

        tdf#97236: Refresh the view when part is changed
        
        Change-Id: I189d33cd25f394f5740d54fb5fe5567ac71299e4

2016-02-21  Pranav Kant  <pranavk@collabora.com>  [60b1fb6edb9aba1ac42d80697d73a9ee693ff45c]

        lokdocview: Protect set_part from setting an invalid part number
        
        Change-Id: Iffbe71ab161d5c50a98fd17ee0fdd0ab4d065e9d

2016-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [69c5252a63d6124a90b652c423dbf94d26fe196b]

        tdf#93837 Convert RID_FM_TEXTATTRIBUTE_MENU to xml
        
        Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e

2016-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [144546b622fd6146e023efe27b74f1271ff47008]

        tdf#93837 Convert RID_POPUP_DLGED to xml
        
        Change-Id: I0588063aef397ee95923ad5acd332bc6052fafc7

2016-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [c1f275055e9577749345ccf6cb4771861f7557a7]

        Convert RID_INSERT_FIELD_CTRL to xml
        
        Change-Id: I1bc72c3dfdb20fd538e297a70f5ccbd355d1dbcd

2016-02-21  Maxim Monastirsky  <momonasmon@gmail.com>  [ccd34b510c4ca0a2d9912d63ff2bc7bc4c307a0c]

        sc: Add forgotten radio style bits
        
        Change-Id: Iaa088c1c0591b7e8fbdf6e668d86adbbfb77ba71

2016-02-21  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [86cd3df1ec9719e3a2a56dad1d9d7935f52a9f61]

        Related tdf#81718: correctly display file size for...
        
        ...WebDAV elements.
        WebDAV UCP provider maps UCB 'Size' property to 'DAV:getcontentlength'.
        
        DAV:getcontentlength property is defined in Section 15.4 of RFC4918.
        <http://tools.ietf.org/html/rfc4918#section-15>
        
        Change-Id: Ie91d1f2aed417002f4d1ecae3e1188123c04d35b
        Reviewed-on: https://gerrit.libreoffice.org/22511
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-21  Chirag Manwani  <cmkmanwani@gmail.com>  [03a5995ab03b6bc16a3363cfdc45b7039114ab6a]

        tdf#97636 Added Undo/Redo functionality to Beanshell Editor
        
        Change-Id: Ie24f7bb5e59cd78ba2d06a4ed1b6a0bcaf1a3736
        Reviewed-on: https://gerrit.libreoffice.org/22500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [943af6cd6f07c2e0ccd067f661d8dc664eea1e4b]

        Options: Some layout tweaks and copyediting
        
        Change-Id: If3b2bd1d75472b25de65670784f3508daa20857d

2016-02-20  Caolán McNamara  <caolanm@redhat.com>  [05618e74c77658da76f467a1ab328cb310a19e84]

        packagekit is implied by dbus now
        
        Change-Id: Ic29f55a846c48a3ddb6151d60e612d6b35a0ef3a

2016-02-20  Caolán McNamara  <caolanm@redhat.com>  [60bb689cd43ea89b4e1886d0f2a15ef366c6dce8]

        StarOffice 5.1 was released in 1999, fixing this now
        
        Change-Id: I0b6bf947f7d309820334ed1ac6eae5a29b5c69fb

2016-02-20  Caolán McNamara  <caolanm@redhat.com>  [f14628438d70f621a48e5ab00a4fa76e8229d831]

        coverity#1326436 Dereference null return value
        
        Change-Id: I40f73b48757e81ac4e1b5374bef4fea334ca8d0a

2016-02-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [c37c82319f88e75ba28fd4b7bf26b5ea01846c17]

        wget: don't break on CentOS6 baseline
        
        Where this fancy new no-use-server-timestamps is not yet known.
        
        Change-Id: I481c44bb977620400a3dede6191889bbbe5ec74a
        Reviewed-on: https://gerrit.libreoffice.org/22546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-02-20  Caolán McNamara  <caolanm@redhat.com>  [f92f7efead4d6d419500005a3e14aa2fc20f95ac]

        coverity#1353440 Argument cannot be negative
        
        Change-Id: I0576264c006a70a6783e31fb77b380928558cf45

2016-02-20  Eike Rathke  <erack@redhat.com>  [49d289475167ab21682bc8dbf26a7f67d5902ded]

        let ConvertToSearchType() also adapt the regex bool, tdf#72196
        
        Change-Id: I6d9c438873f3f26418e6b27884207106ccaea148

2016-02-20  Eike Rathke  <erack@redhat.com>  [1b6b4ffbd9608eff245deb87da5f193f5d955e51]

        implement wildcards precedence at ScDocOptions, tdf#72196
        
        Change-Id: I3a8f880479ee2d0621e10b3c9d405948cadabeaf

2016-02-20  Henry Castro  <hcastro@collabora.com>  [286adeb032df8ab30930b6f76f75b342a3fa314b]

        sd lok: re-work LOK_CALLBACK_PARTS_COUNT_CHANGED callback
        
        In the tiled rendering case, slide sorted view is not created.
        
        This revert some portion commit 80d7c5859b9e7a834a915d7e8bbbe9bc2130108a
        
        Change-Id: Ifc2b7535f36ca69268de3e462bdd50ade9ec3853
        Reviewed-on: https://gerrit.libreoffice.org/22542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-02-20  irem  <iremsendur1@gmail.com>  [4bb148e74495b02f65483bd460cab762114177ea]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I6e428222bfb3045b6a379716586aa5e37a3cae35
        Reviewed-on: https://gerrit.libreoffice.org/22052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-20  Yousuf Philips  <philipz85@hotmail.com>  [5101743e62980a1f6e1212116d20bbfaf9e86149]

        Galaxy: Add icons for track changes, bookmark, and browser preview
        
        Change-Id: I11143967720c9cfa310c6a32f679894d15b94204
        Reviewed-on: https://gerrit.libreoffice.org/22495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [1acf8bb1d82414d1fb97adfe6eebfc27a9cd4ae0]

        vcl: README update - generic was moved some time ago to unx
        
        Change-Id: I463db3f1e0d00fba6e2b83d2e29d381e7df4bd25

2016-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7967e5e51e5210b8c3d3dc63502bd7d875eb36b7]

        use O(n) algorithm to change all autofilter entries
        
        Change-Id: Iae80c0c23b15a9c2ba0cd4913d6e22dc4c3a1816
        Reviewed-on: https://gerrit.libreoffice.org/22516
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7381cef88cccd2b35a83cd4842c73e4e69a47547]

        use calc brace style
        
        Change-Id: I96d05359308f38d6952137bc0b326505bba47c89
        Reviewed-on: https://gerrit.libreoffice.org/22515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-20  Eike Rathke  <erack@redhat.com>  [1684e347cd16ce91ecf27d94691b185a0110cc34]

        add missing IsFormulaWildcardsEnabled() calls, tdf#72196
        
        Change-Id: Ia684cfe93c6a0e71a0fbbe22974501bf610e9190

2016-02-20  Eike Rathke  <erack@redhat.com>  [59a175b692fd26200bf2dfbe411a969eef3e00f5]

        read ODF table:use-wildcards, tdf#72196
        
        Change-Id: I37dc8d6c75378fabda88930f6cc3f0508587207c

2016-02-20  Eike Rathke  <erack@redhat.com>  [ef02de2698d90fd874bddf3146165cbe85487bc5]

        write ODF table:use-wildcards to calculation settings, tdf#72196
        
        Change-Id: I36d23c891b9ba85f0b0352d2314f092d7e9113eb

2016-02-20  Eike Rathke  <erack@redhat.com>  [20fec9becf33e51a1d3ae8afcd52e4d65b343b7a]

        import Wildcards at ScXMLCalculationSettingsContext, tdf#72196
        
        Change-Id: Ic0031052a488581ad8627375993c275bc635ed8a

2016-02-20  Eike Rathke  <erack@redhat.com>  [9f0fa7e5316509d73e3384a3b23b61a8a2d27f7c]

        add Wildcards UNO API implementation, tdf#72196
        
        Change-Id: I3dbca9661b55596484ac77f92243fd463fa01ec9

2016-02-20  Eike Rathke  <erack@redhat.com>  [91dd7a67d1b64d56fc00b19db102731a91f220f7]

        add FormulaWildcardsEnabled to ScDocOptions, tdf#72196
        
        Currently as raw bool values matching the configuration values.
        Will need a precedence handling.
        
        Change-Id: I1a65b4dc0af54bd39474a2ca329bee1ea0337a9f

2016-02-20  Eike Rathke  <erack@redhat.com>  [ec3bc95a1cc8283867d2d4df4aa1268588ccaedf]

        add Wildcards configuration option, tdf#72196
        
        Currently defaulted to false to not interfere with RegularExpressions
        true default, we should switch RegularExpressions to false and Wildcards
        to true instead.
        
        Change-Id: I06dd2fd074089629f19a06f3eb65413bdca5d9e0

2016-02-20  Eike Rathke  <erack@redhat.com>  [da6d813222e81470fac38282d1cebd1f858ba925]

        add [optional, property] boolean Wildcards, tdf#72196
        
        Change-Id: I7105bdeafe6a1b8bf24e88f7a00d5eb3d23df15a

2016-02-20  Eike Rathke  <erack@redhat.com>  [fb3f66c20f79f178ba0f53b850ed0af0d1c5b2ff]

        add ConvertToSearchType() ConvertToBool(), tdf#72196
        
        Change-Id: Iaab31cd6afe5cedccd4f79b142aa1ecee8a6e8d4

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [4bc2e84c8bf9ff685ecb00b1bf782eae9ee93e8d]

        no need for two triggerColumnContextMenu
        
        Change-Id: I7c16f510fa998b63c9e845414cb01e3acdd8a3bb
        Reviewed-on: https://gerrit.libreoffice.org/22509
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Michael Stahl  <mstahl@redhat.com>  [fabc45a6a902c8988eff087831f8b2f84ea8ae6c]

        sw: tdf#63022 fix drag-and-drop of text in same paragraph
        
        SplitNode() inserts new node before the existing one, so pEndTextNd and
        aRg.aEnd point one node too far.
        
        Change-Id: I6cea44fafd9d2b47e77e76892a260c5a8c6849fc

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [f2984e95740cfbb9c74574f2a1225af3411d4901]

        always support packagekit if dbus is enabled
        
        Change-Id: I8eb169d33fcb0217989b180aa0c4c0110875be32
        Reviewed-on: https://gerrit.libreoffice.org/22503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [67b14461bfcf4847b83b17535dde9b3efa2ed762]

        sfx classification: give access to document header/footer and watermark
        
        Change-Id: I07e22f16cfa0229f609e7fc406e98e9f0c843153

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [538cf0c496f509f8fa7efa2bc61bfb5e8878d097]

        move dbus config into its own config header
        
        Change-Id: I5b0734a30dee323d41270de06f6a02fd676155c9
        Reviewed-on: https://gerrit.libreoffice.org/22502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Michael Stahl  <mstahl@redhat.com>  [26912eea7521dd2b84bfac56b322cf0f8b142450]

        sd: replace boost::bind with C++11 lambdas and for loops
        
        Change-Id: I4de92df1848a1c00e71d4cdb5638b73c3b76f282

2016-02-19  Michael Stahl  <mstahl@redhat.com>  [db98187505c4eb95c0f815ee2646334b08445e21]

        sd: replace boost::bind with C++11 lambdas
        
        Change-Id: Ib5837a056ea4131432c7b167b264019d4e32c2c8

2016-02-19  Michael Stahl  <mstahl@redhat.com>  [9db28f9ac11eba143169773012e87216a419fe84]

        svx: these look like they should be assert()
        
        Change-Id: Icb70e87edd1a864da4ecb3931de9c402a115aaa5

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [ad627912b5390ca46dde34815add876b0ae24bab]

        move gio config into its own separate config header
        
        Change-Id: I25ca238931da039c244c2af6171d69c9875f95ff
        Reviewed-on: https://gerrit.libreoffice.org/22501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Yousuf Philips  <philipz85@hotmail.com>  [aa7ceb44cf018d092ce09bb1572d7ce4876be513]

        Fix incorrect icon reference in Distribution dialog
        
        Change-Id: I2b296f06800b5ae29a61cdae7b00961a6b502b66
        Reviewed-on: https://gerrit.libreoffice.org/22492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Gulsah Kose  <gulsah.1004@gmail.com>  [9829d866468cf4f1b69fc74131fb3ad711645289]

        tdf#89646 Implement "uno:LineToolbox" command into writer.
        
        Change-Id: Ifd50d16a87f8b9197f80a3b1c9de1803adfd462f
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/22479
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-19  Takeshi Abe  <tabe@fixedpoint.jp>  [75da70ccbf7946d3c8de2572d98c2f9cf534b751]

        starmath: Avoid C-style cast
        
        Change-Id: I96efea344dc4ec5c1f20060bb51ea5e853113c9c
        Reviewed-on: https://gerrit.libreoffice.org/22497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-19  Noel Grandin  <noel@peralex.com>  [778e9a65bf5af07c4caeff969a0324e43a78e66b]

        new loplugin: find write-only fields
        
        Change-Id: I0f83939babacf92485420ee63f290a297d7cb717
        Reviewed-on: https://gerrit.libreoffice.org/22498
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [541c4c4509863beb7babe361b31e27f7295e3069]

        vcl: loplugin:staticcall
        
        Change-Id: I2ad98616ff60ebb88f14675d94bd82e51d136c7f

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d41a41ce20193c94d7a54487976016c7ead7387]

        vcl: loplugin:nullptr
        
        Change-Id: I08566926c931e1e9ef46e44ce265bde8148439f6

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [2f3d85182ff9f2f1174a47b6139f358d232ee5e3]

        loplugin: checkconfigmacros
        
        I suppose
        
        Change-Id: I2821665548077162c4a434876aee407127b312a4

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb3a1b5958ea067af867e4dd59636868dfdd2d5c]

        sw: loplugin:staticmethods
        
        Change-Id: I67504956436dd394446c723c1a3f164855697466

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [35f659604156a204ff6ec373700b87a9ef4747ac]

        sw: loplugin:passstuffbyref
        
        Change-Id: Ie7eeb7aecba9d83a7437cf7aa0c92f0aa751a573

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8071c8cc56c938d08cf328ae2f50c4e22d2f094c]

        desktop: loplugin:loopvartoosmall
        
        Change-Id: Ic17077b48e0ebf1fe72ba5a5c401dd0e2c609c68

2016-02-19  akki95  <akshaydeepiitr@gmail.com>  [bebd483511a0a83532dc37e76e8ba76a67dd921f]

        tdf#32364 - Add a "filter" to Insert > Field > Other > Cross reference tab
        
        -> Modified fldrefpage.ui using Glade to include filter GTK textbox.
        -> Added related code in fldref.cxx and fldref.hxx
        -> Modified UpdateSubType() code: Added a parameter and code to get the desired result.
        
        Change-Id: I3044c9d38b5f0a984ddcd0f27d075a86abaae7fe
        Reviewed-on: https://gerrit.libreoffice.org/22197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [8779459b1a619fc09e60d4c7ee9b86803383f5d0]

        gtk3: typo mnMaximizedWidth -> mnMaximizedHeight
        
        Change-Id: I8966fd13d2fef4a86b19ad1916f1c266cfc037cc

2016-02-19  Caolán McNamara  <caolanm@redhat.com>  [59d978389721c780b1df5e54b833fe75576dd034]

        gtk3: get app menu working again under gtk3
        
        and have a stab at getting it working under wayland
        
        Change-Id: I57592acc4b7ea4a55296541ab4b3bf0c8fd98c5b
        Reviewed-on: https://gerrit.libreoffice.org/22491
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2016-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [7073d20627ccfcdd705b53f9d8bc4b58fab9e82a]

        editeng: remove never read mpLibreOfficeKitCallback
        
        As all callback invocations happen with SdrModel's callback pointer.
        
        Change-Id: I0111040c501b7927332f88cc4797b8ebab2bc57a

2016-02-19  Pranav Kant  <pranavk@collabora.com>  [f6c96946911db267bc79b4bdb4ced7d7414d3cac]

        lok: Add a new sheet selection test
        
        This is a test for commit ab199e4748b45384602479c735dbac538e714d34.
        
        Change-Id: I38905cfab8fe1c5721e5fa628ea564f08e0c2ad3

2016-02-19  Xisco Fauli  <anistenis@gmail.com>  [324014c997ab90f5777f772a46e6faf887a00832]

        SVGIO: Fix problem when relative font-size depends on its...
        
        ... parent's font-size
        
        Change-Id: I13943923c401a5a06b3aa51181fd75292534e888
        Reviewed-on: https://gerrit.libreoffice.org/22452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-19  Mark Hung  <marklh9@gmail.com>  [1b374b2a3080a7191c282f891a562962c872893b]

        Remove nesting assignments inside the expression.
        
        Change-Id: I88e9dc26f29b429c2d68634e306e0887565bccec
        Reviewed-on: https://gerrit.libreoffice.org/22494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-19  Jaskaran  <jvsg1303@gmail.com>  [9fe9f487a25a15558b77a8afc359e844922f1e83]

        tdf#97703 Removed a few redundant calls to setUp and tearDown
        
        Calls to CppUnit::TextFixture::setUp and CppUnit::TextFixture::tearDown
        have been removed. I hope that saves a few milliseconds of build time :)
        
        Change-Id: I611db2f5c5673ab86bf8f92beb4f6e8a70443b34
        Reviewed-on: https://gerrit.libreoffice.org/22496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1fccc616d205b7d7011d66d4e4c719b62876eec5]

        Add missing trailing semicolon to Keywords again
        
        $ desktop-file-validate draw.desktop
        draw.desktop: error: value does not have a semicolon (';') as trailing character
        
        Regression from ab8c349f7bc0348b54e6e0766c5bd6785b415ae5.
        
        Change-Id: Idf74200ca4cf17f8918ee388f347a805ac3161f3

2016-02-19  Eike Rathke  <erack@redhat.com>  [f7714ad62396d7ebc474989b598f9fb6b39afae3]

        add "use-wildcards" XML_USE_WILDCARDS, tdf#72196
        
        to support ODF table:use-wildcards
        
        Change-Id: I448bc53dd81d79a29efad9fbd240ae9c059dfd15

2016-02-18  Regina Henschel  <rb.henschel@t-online.de>  [98bd643082c6dd037526b6616ed060a3b6aab01f]

        tdf#84985 always align color bar to icon bottom edge
        
        The old calculation was one pixel off for icon sizes, which
        are not divisible by 4: galaxy with size 26 and oxygen with
        size 22. The patch does not consider oxygen, because it will
        be dropped.
        
        Change-Id: Ia67facb0bb32dd9112784c2aa864fde252aa6bc3
        Reviewed-on: https://gerrit.libreoffice.org/22488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-19  Eike Rathke  <erack@redhat.com>  [06fa2a521b49afe44a387dbfcb65198382f6c57a]

        change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196
        
        Later inspect all places that use utl::SearchParam::SRCH_REGEXP if and
        how to use utl::SearchParam::SRCH_WILDCARD as well.
        
        Change-Id: I6ad4e5dea3cd656fd670f2281aaceec817953211

2016-02-19  Eike Rathke  <erack@redhat.com>  [92173313eae76d721580120b0de2c98fd83c5384]

        prepare a SearchType detection fragment, tdf#72196
        
        to be elaborated
        
        Change-Id: Ie8c059b5b92c5d1454ce73870582815b20567c08

2016-02-18  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [6e2de428a4910bb3c6dda45a59da09ed4a1889db]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I2576c997d5b82fd8bdfd0c9430c7a1e11d7e07df
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/22049
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  László Németh  <laszlo.nemeth@collabora.com>  [60d900254e93e8ac19fed3fa451b91c536efe930]

        tdf#97179: do not suggest 1-letter custom dictionary words
        
        Fix for the following regression:
        
        Suggestions for all 1- or 2-letter words contain ~all Greek
        letters from the commit c4318b8c1912c1ee947d96b02b3d4abf2eaf65f6
        (add Greek alphabet to the technical dictionary).
        
        Change-Id: I9356d439debfec34a963edbe5daacde976cc532c
        Reviewed-on: https://gerrit.libreoffice.org/22449
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  Sedat Ak  <sedat.ak.bm@gmail.com>  [e959fd9e2389727c74631b8b29c5d39b404b390a]

        tdf#43157 Clean up DBG_ASSERT for svx
        
        Change-Id: Id09a9905aa152755d77aacde029dd3f701937b52
        Reviewed-on: https://gerrit.libreoffice.org/21964
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  aybuke  <aybuke.147@gmail.com>  [05d2684840d3956ff76ed6db00a43cf2d49c8454]

        tdf#43157 Cleanup DBG_ASSERT for formula module.
        
        Change-Id: I1be9332b4408b3c28aacfa872d63fce67adcb1fe
        Reviewed-on: https://gerrit.libreoffice.org/21958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  Arnold Dumas  <arnold@dumas.at>  [8c97225d311af6711ac49755079acd29842afeba]

        tdf#43157: Clean up OSL_ASSERT, DBG_ASSERT
        
        Change-Id: I81def3487932497782b4e560ef920330ba5cc2a2
        Reviewed-on: https://gerrit.libreoffice.org/22476
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

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

        gtk3: Resolves: tdf#96333 fix RTL menu positioning
        
        Change-Id: I22c5186371e558ed84da81c43400379c218ca816

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [825e23ff12eca36d299b8903af340e3795bcbf16]

        coverity#1326383 Dereference null return value
        
        Change-Id: Iaa1769e4ecf116bfbab32b9ef6f6413e25a5f5fe

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [56d43328d7e15b73ea76c72ac4cab82940ce95fa]

        coverity#1326433 Dereference null return value
        
        Change-Id: I440512bc4eb7c930c8c4c69eb9f5a92d630a61b9

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [3c48764e4f8bf4752de15308a17d222165948099]

        coverity#1326434 Dereference null return value
        
        Change-Id: I409a8f43ff2533a676546065405010a7fb877295

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [5750444aff7c8b3b424a01f31b16ba71867f1639]

        coverity#1326437 Dereference null return value
        
        Change-Id: I9fe5f799b7b47d8dc1fd34893c392fcecef5b5a4

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

        coverity#1326443 Dereference null return value
        
        Change-Id: Ic5f9290c5f8d9ce46b6f5bb7120b9da85d395d40

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [089dae6676ef34378c3093a71db6e1dca6cffd80]

        coverity#1326445 Dereference null return value
        
        Change-Id: Ic279b6e8c51cbb559943027f987162678a17b143

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [6727fa583164e630aeb10f39ad1f5e9f69f9b6ae]

        coverity#1326462 Dereference null return value
        
        Change-Id: I80358cffe74f64fa710d9381b9615b64f903db3e

2016-02-18  Chirag Manwani  <cmkmanwani@gmail.com>  [bc9ff64c40a3e39b705f9fb141a63fc5c014b930]

        tdf#97637 Fixed Tab size of beanshell editor to 4
        
        Change-Id: Ifeb73ab210d9d955e502fab3e3ec993081625945
        Reviewed-on: https://gerrit.libreoffice.org/22473
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-18  Yousuf Philips  <philipz85@hotmail.com>  [03b1cc800e6fcbabfe4e8f62b547e57b23a12508]

        Galaxy: Swap image and draw icons with more suitable ones
        
        Change-Id: I5800dd0b2903d6f5d22b5ac7069ac3c8ff17124e
        Reviewed-on: https://gerrit.libreoffice.org/22407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [4f034adcb79684bc4138e2f9708defd8a3532f74]

        Resolves: tdf#97953 spinbuttons are not suitable for reuse as up/down arrows
        
        Change-Id: Ibcd7bd4099210a26513caac6e3b16a88a4c8abad

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

        StyleSettingsOptions Only NONE, Mono and NoMnemonics are in use
        
        ditch the rest
        
        Change-Id: I3383023958f528d9d0d6ba715356d8d6a6aecd5a

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [305a164e8b1094a041373ab9808aedcf4c76a1b6]

        StyleSettingsOptions::SpinArrow is not set by anyone
        
        Tragically this means the loss of a OS/2 comment
        
        Change-Id: Ia3f7b0a840e6b73cf4fae5f98dd4cf97d4e7b87c

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [473b03d1a4b7cdd72551a9039f6cc76a808cce58]

        StyleSettingsOptions::SpinUpDown is not set by anyone
        
        Change-Id: I26d5189b6a20844bac2a671a30def1b01aa786a8

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [55b33456c14aa5311fb0e3d71f1cad4fbd73cbef]

        refactor ImplDrawSpinButton
        
        there is (supposed to be anyway) no logic change here,
        just unwind the overly complex flow
        
        Change-Id: I9c96f41b0480a60c486b476f383d856b464cd62d

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [548c2274c9ba7542d6bcae5fefd1400ee4e22fc3]

        move from boost::signal to typed Link
        
        it doesn't really gain us much to have a handful of
        boost::signal use in a sea of Links
        
        This also fixes a regression in
        
        commit 051b29e1025253f35f87a04e297760aa8b40611f
        Author: Luboš Luňák <l.lunak@collabora.com>
        Date:   Sun Sep 14 15:45:02 2014 +0200
        
            convert Edit autocomplete Hdl to boost signals2
        
        where the conversion was...
        
        - if ( maAutocompleteHdl.IsSet() )
        + if ( autocompleteSignal.empty() )
        
        instead of the correct
        
        + if ( !autocompleteSignal.empty() )
        
        Change-Id: I27270d94c782485c0a7e929bc4980af4527fe82b

2016-02-18  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [423b79e7366203db3f57dea75b8cb9eb852b5614]

        tdf#97752 SVGIO ignore not matching parent paints
        
        fill attributes can have ONE of 3 kinds of paints:
        * pain colour fills
        * gradient fills
        * pattern fills
        if element has a fill we should not get fills of an other
        kind from parent
        
        Change-Id: I376a8fea4a7185b037a069a28191b7f37f6788bd
        Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-on: https://gerrit.libreoffice.org/22273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-18  Michael Stahl  <mstahl@redhat.com>  [549130ab5d9616f7eb5504db31546b386737ccb2]

        fdo#94009: harfbuzz: don't export symbols from VCL
        
        Should fix crashes due to symbol clashes in ELF global namespace
        where system's libharfbuzz.so.0 is loaded as well.
        
        Change-Id: I35ffcbe4ac4de5a25cd8bf0cb9a8f0c11f4554c5

2016-02-18  Yousuf Philips  <philipz85@hotmail.com>  [39c8d40ddf85903d9ea2b81ae4ca924e91f89cb7]

        tdf#91781 Move uppercase and lowercase up one level
        
        Change-Id: Ib004736fcd3b9bb81f09d24fd87d3b4adfca93d6
        Reviewed-on: https://gerrit.libreoffice.org/22028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-18  Yousuf Philips  <philipz85@hotmail.com>  [b68591915fa1e04d4616afacd17c791f0db1ecb9]

        Galaxy: Replace tango icons with galaxy icons
        
        Change-Id: I47d654a654bed40e2ab1d1a555c8f1bcd67edc88
        Reviewed-on: https://gerrit.libreoffice.org/22406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f3f2cef1fa9a16618033c02f7751259e2911fa98]

        Updated core Project: help  fd91f34b3106eea47e8378a672d5a42fe2920b00
        
        tdf#97807 Calc menu changes for inserting rows and columns
        
        Change-Id: I7eda4072001961c19ff6f502b71d76ac989f634a
        Reviewed-on: https://gerrit.libreoffice.org/22405
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-18  Stephan Bergmann  <sbergman@redhat.com>  [8d34d36f93c6704b59d95c11f604d3347655f32f]

        jpeg-turbo's jconfig.h is only generated during build
        
        Change-Id: I2fd510806212a05c6cad5c3002c4ede032c4f63c

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

        Resolves: tdf#97904 opengl stuff isn't implemented for gtk3
        
        Change-Id: I1abbceebadf320f28955f54058b2d0ebfc79b9bc

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

        coverity#1352441 silence Resource leak
        
        Change-Id: Ib7d771098d640e17a9503d2d780051e916fa6bb3

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [88c2e8bf6e13b943f0ada9a00a6863beb8f12e9b]

        coverity#1352316 Explicit null dereferenced
        
        Change-Id: Ieb80209e0254080bf78fb3b5201b849d7d30880c

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [29b9df16dfbf17bbe9c46cd268849e6bfa97c84d]

        [API CHANGE] add Author Initials to XAnnotation
        
        and use the users preferred initials for impress annotations
        
        i.e. the ones entered in the tools->options
        
        and save and load those to/from odf similarly to
        what we do for writer annotation initials
        
        Change-Id: Iadc0e994bfaf58632ce25b8f7cdc737580ee97bc
        Reviewed-on: https://gerrit.libreoffice.org/22143
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  Stephan Bergmann  <sbergman@redhat.com>  [77d329a90f5c4ba22883b0756af112d8ebdf2599]

        Don't overwrite preset CFLAGS
        
        (Esp. as building on Windows can put vital information into CFLAGS in LO's
        configure.ac that needs to be passed down to external sub-builds, since
        2125026220cd0b567ce4ab95de334105809bce0c "Support universal C runtime, SDK 10
        and .NET 4.6.")
        
        Put the additional debug/optimization flags first, so that any CFLAGS passed
        into the LO build can still override them.
        
        Change-Id: I4aa43f8e65d7e32391acf8840d8e6159f33a4b79

2016-02-18  Stephan Bergmann  <sbergman@redhat.com>  [43cc2e07ee8d2db389449db54b9d21d46b85e7f6]

        Move AC_PROG_CC earlier so workaround against polluting CFLAGS actually works
        
        Change-Id: Ife389d5a366fd626d3efe2dbe0735f166b0b75be

2016-02-18  Michael Stahl  <mstahl@redhat.com>  [e2884ab9c17b797f39833bf0381bd2fa1b5ea205]

        gbuild: AutoInstall: rewrite scp2 file generation in Python
        
        Much more readable.
        
        Change-Id: I87c696e3f2f17a98c83eab9ed8149b79902be0fe
        Reviewed-on: https://gerrit.libreoffice.org/22431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-18  Mark Hung  <marklh9@gmail.com>  [775d93d0c0dc902dab6e3bdb978501b5d6295f8b]

        tdf#96091 Correct ascend and descend values for OTC font.
        
        CffSubsetterContext::emitAsType1() calculate ascend and descend
        when emitting PDF font descriptor based on bounding box values.
        However, values can come directly from hhea or OS2 table are
        better for OTC font.
        
        The order that determines which ascend and descend values are
        used in PrintFontManager::analyzeTrueTypeFile() is changed
        in order to make winAscend/winDescend and bounding box based
        values the last choice.
        
        Change-Id: I421f6af6a4bee01d23ccf3e8e65c8f6ad80922b6
        Reviewed-on: https://gerrit.libreoffice.org/21444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [d2f33d22836621506adec6814abf010fa2d683e6]

        starmath: Avoid C-style cast
        
        Change-Id: Id54997718a61b1b5a488922f05374c559f1e4454
        Reviewed-on: https://gerrit.libreoffice.org/22460
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-18  Olivier Hallot  <ohallot@collabora.co.uk>  [945977f8495a14658520857d55ca30bfc1567da7]

        Updated core Project: help  81aeff99e0dc94adbee9f0568d636350616ca29b
        
        tdf#97818 "Add a link here -->" in the wikihelp
        
        It does not show in the local help, so it is a help-to-wiki
        converter issue.
        
        Moved <comment></comment> on its own line and out of the <paragraph>
        in an attempt to ease the wiki converter.
        
        But I can't test in the wiki.
        
        Change-Id: I57bd988de80dd325004eb21ea9f4e256055fb0fe
        Reviewed-on: https://gerrit.libreoffice.org/22341
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2016-02-18  Justin Luth  <justin_luth@sil.org>  [153818bf686fe9d1b8f5a4f65cc14ea57420d1b0]

        tdf#82012 - keep flip settings when compressing image
        
        Format - flip - Horizontal/Vertical setting was lost when compressing
        an image.
        
        Change-Id: Id39e7ce9a82174ac2248851107e398979fba56aa
        Reviewed-on: https://gerrit.libreoffice.org/22372
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-18  Xisco Fauli  <anistenis@gmail.com>  [85c789be1f94777b582977e69b16665a47dc364f]

        SVGIO: tdf#97941: Don't double tspan fontsize
        
        Same as in 701324a1e1f7e0c181ff1a50956ced686785ea53
        
        Change-Id: I531bef4821008ef71951506c133f999b9ab4f4ff
        Reviewed-on: https://gerrit.libreoffice.org/22450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ecd31fd3fda782dd16e88fd99dc9c71361482fe]

        Fix SdrModel::libreOfficeKitCallback() vs ImpEditView duplication
        
        It's better if ImpEditView doesn't have a copy of the event types which
        should be ignored during searching.
        
        Change-Id: I9044b9a6af4e3f8e5bf75973e1f975fb45ec72cf

2016-02-18  Tor Lillqvist  <tml@collabora.com>  [cf6cbd29fdeba54bd83a87c1165d49312dc2d2a6]

        WaE: replace OUString constructed from a string literal directly ...
        
        ... with the string literal [loplugin:stringconstant]
        
        Change-Id: I38fff65c8b5da320ad82419f5c7b46f35da2aa62

2016-02-18  Tor Lillqvist  <tml@collabora.com>  [bd707a4831f6ad0a343729cc057a0daf866b0333]

        WaE: not necessary to pass this argument, it defaults to the same value
        
        [loplugin:defaultparams] I strongly dislike default parameters. And
        confusing boolean parameters. Here what I really would prefer would be
        to have two separate functions, InvalidateUpperSpin() and
        InvalidateLowerSpin() (or something like that), neither taking any
        parameter at all.
        
        Change-Id: I42c92339481cf576397822c318db1449a576a06a

2016-02-18  Oliver Specht  <oliver.specht@cib.de>  [a6e8910a3c5d33e671a13559438b7228596b8bca]

        allow disabling file/new, wizards, recent documents menu entries
        
        disabling the dispatches '.uno:AutoPilotMenu' and '.uno:AddDirect' and
        .uno:RecentFileList via UNO API now results in disabled
        menu entries as expected
        
        Change-Id: Id99be9374306ff8c0cea919ea94ed96f715a8058
        Reviewed-on: https://gerrit.libreoffice.org/22422
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa20b651d61edb7bf9487cb79140bb57fc668967]

        fix DEBUG_MATRIX build
        
        Change-Id: Iefffba765ff3e651fa0f6d4067ab3a335ec187c0
        Reviewed-on: https://gerrit.libreoffice.org/22456
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8ad72703b74b7338c5f8dd1fe0275822b1e45f0]

        don't fill the matrix cell by cell, tdf#67071
        
        We are now at a place where filling one cell takes about a second with
        the big document. We could in theory for the special case of this
        document add some caching but that would fail in other cases. This
        document is already quite large with an external reference to 70k cells
        for each formula cell.
        
        I consider it already quite nice and useable again.
        
        Change-Id: I804094838471507e6bb7b0e0e3387e0c7fe53e4b
        Reviewed-on: https://gerrit.libreoffice.org/22388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de669d714fa6f7d33d6df6e323c72710f470f77c]

        use better asserter macro
        
        Change-Id: I144545f5376acbab164e05aecd8937d336e50e9b
        Reviewed-on: https://gerrit.libreoffice.org/22455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-18  Yousuf Philips  <philipz85@hotmail.com>  [ab8c349f7bc0348b54e6e0766c5bd6785b415ae5]

        Add pdf and visio to info to Draw's linux application menu file
        
        Change-Id: I4d7964c60a3a1f775e696d45e8f1ef7ee06dfb4f
        Reviewed-on: https://gerrit.libreoffice.org/22445
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-18  David Ostrovsky  <david@ostrovsky.org>  [9218ca64957a27dfeacefd317b12edb82b405c7c]

        configure: Fix Windows SDK 10 retrieval
        
        Change-Id: I800bd502c3ecd4ec1cdaa6cb3cbe1c4432d8358f
        Reviewed-on: https://gerrit.libreoffice.org/22451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [f8f6ea8a68f326e0191e2c9031137462685c8dcb]

        solenv: use html files for doxygen, not xhtml files
        
        Change-Id: I2dd6e80698818f2a02e63cf91a72fe8c08b2265c
        Reviewed-on: https://gerrit.libreoffice.org/22453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-18  Chirag Manwani  <cmkmanwani@gmail.com>  [9046ce5cb9df2cdb379bc460dfd23e00f96e51f3]

        tdf#97642 Use native theming for swing controls in Beanshell Editor
        
        Change-Id: Ifb2f3cfe5132e9b6f7d5d2df5868b09b39c5ec47
        Reviewed-on: https://gerrit.libreoffice.org/22429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-18  Caolán McNamara  <caolanm@redhat.com>  [9f7f881d11ceb4e2534758b9507a55292ec697b0]

        Resolves: rhbz#1285356 force swing not to use gtk2 if gtk3 is loaded
        
        Change-Id: I6347bf4c25ce649073afdfe4225182ab2dc84af1
        Reviewed-on: https://gerrit.libreoffice.org/22433
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-17  Michael Meeks  <michael.meeks@collabora.com>  [2966d57bdfdd40a55e31408f7da75b415e809d8e]

        tdf#95618 - opengl - mend control regions and caching for tab headers.
        
        Some tab headers in some themes unhelpfully enlarge the control region
        in some states - so query the region size in advance. Sadly the
        control region querying is something of a train-wreck too - so only
        use that for CTRL_TAB_ITEMs for now.
        
        Also fix Rectangle constructor ordering.
        
        Change-Id: I5e66ec541193f5b66a656dd45d5fba67a771e132

2016-02-17  David Ostrovsky  <david@ostrovsky.org>  [a3c70e760fa4203b7e6692f82d1d8a14214af3da]

        Fix missing iterator include on MSVC 14.0
        
        Change-Id: I55de612aef52038fd9979426950d4ae4131ca586
        Reviewed-on: https://gerrit.libreoffice.org/22448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-17  Michael Meeks  <michael.meeks@collabora.com>  [497c511f082d8c0eb0db0f7cbc490a6c91f78d66]

        tdf#97922 - Mend nonsensical spin invalidation to improve rendering.
        
        Change-Id: Ief3d95b0b03e8062115785461b3834a03f9fb52b

2016-02-17  Michael Meeks  <michael.meeks@collabora.com>  [c4c3aa5cd957067709e24037d7f40246039660fc]

        tdf#97922 - Mend nonsensical spin invalidation to improve rendering.
        
        Change-Id: I3a398c47c69cc292a681ebe2414d844c224f3e3e

2016-02-17  Michael Meeks  <michael.meeks@collabora.com>  [469ce3ed324c784a2af1e2fdb0a1f09e28170def]

        tdf#97922 - get control area right for spinbuttons.
        
        Also avoid caching both spin-buttons and some other complex types.
        The cache key needs to be able to include more state.
        
        Change-Id: I8eff6b1c5c51d27afb796cae66b45390433138b4

2016-02-17  Julien Nabet  <serval2412@yahoo.fr>  [a7258efa96a193bbea6c25e17fe7c7d5a2c68a3b]

        Typo: namesapce(s)->namespace(s)
        
        Change-Id: Ic7c14c2e39a5ade1f5622a8350f9197d84cf9cc8

2016-02-17  Eike Rathke  <erack@redhat.com>  [8fd8a8875def353db34c68ee74d40772b83bae4c]

        wildcard search unit tests, tdf#72196
        
        Change-Id: Ifa23592f5e72438267926acf89c113a69a7f0ca0

2016-02-17  Eike Rathke  <erack@redhat.com>  [f1a4663c819bf698f95a75b5a3319506c66f2778]

        implement '*' '?' '~' wildcard search, tdf#72196
        
        Change-Id: Id6122a13423c37e91c9f7561e4d8e5c658d5530e

2016-02-17  David Ostrovsky  <david@ostrovsky.org>  [649f74e21b6dc7117b542f490272897ac1d00566]

        Consider MSVC 14.0 per default, when no MSVC 12.0 installed
        
        Change-Id: I7de8df7d8b7da2c16e27f22529162574bc0f747d
        Reviewed-on: https://gerrit.libreoffice.org/22436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-02-17  Michael Stahl  <mstahl@redhat.com>  [72720ac9b934af6f84111ec694fa46555d10a7bd]

        scp2: argh, fix the *other* typo on that line too
        
        Change-Id: I21f309e6cb53c129035d2985642a0e96c485cc56

2016-02-17  Michael Stahl  <mstahl@redhat.com>  [02ca4997d5a313c0679d7929f1f83f10f42f0510]

        scp2: fix typo in InstallModule_quickstart.mk
        
        Change-Id: I1a574e9838bc19349bec4c922acf6955919ac459

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6bf7f9808ddbaea5db5ca1ae1eedfe808b142503]

        sfx2 classification: color the infobar according to the impact level
        
        Change-Id: I43c6537290aa5ce8a9dcc034d4ff6776668cde0c

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [946e12ac87237a1885fd3996a5549f56cc7de3a3]

        sfx2 infobar: allow setting the message style
        
        Change-Id: I73151a78d1b396179776847d6fbb2da1dd8755e8

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9da5675de3ca8a047bf45fd601522a6337efb78e]

        sfx2 infobar: allow setting the message color
        
        Change-Id: I32bb73dfd8ecb78bb2eb9907b0c008e84fd2233a

2016-02-17  Stephan Bergmann  <sbergman@redhat.com>  [03f20846eb4219947e93cf48a5e0c46398bd8a04]

        Pass map by pointer (just like all the other SwAccessible... ctors do)
        
        Change-Id: Idc3daacd258b4033f81cee6b59dfa6a6c2e458da

2016-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [d26da8701469db73bc06adc2b59ccb5b6f862fff]

        starmath: Drop unused RID_COLORX
        
        Change-Id: I99e66067deb314c48347e18ebb5942501de19d17
        Reviewed-on: https://gerrit.libreoffice.org/22415
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-17  Rishabh  <kris.kr296@gmail.com>  [feb34173b12dfa8abb58cedd13a80b885162b329]

        Make transparency spinbox and slider update simultaneously in Area Sidebar
        
        Change-Id: I236f0d1c2091307b278fe6ed132cd3c8bb603bed
        Reviewed-on: https://gerrit.libreoffice.org/22428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-17  Yousuf Philips  <philipz85@hotmail.com>  [3328ac997ec8774067b18476fe1b4e092a8727aa]

        Tango/Galaxy: Add icon for conditional formatting group button
        
        Change-Id: Ie02885732dc4b46464340eb34d2f060688c7627a
        Reviewed-on: https://gerrit.libreoffice.org/22402
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-17  Stephan Bergmann  <sbergman@redhat.com>  [977aabeaf6e31a40f23b6d095056d63dad243663]

        loplugin:staticmethods
        
        Change-Id: I7efdeae245b51d1e5bff282fd46bc977d61bda2f

2016-02-17  Stephan Bergmann  <sbergman@redhat.com>  [d593fb2cbe0061a0fcc73502fae200e852043cb3]

        loplugin:staticmethods
        
        Change-Id: I568b2bb029ac0c393c75cc556181117ca5c7c7d9

2016-02-17  Stephan Bergmann  <sbergman@redhat.com>  [36a0c25fa59df9e16d7cd2be36388803ddcec228]

        loplugin:nullptr
        
        Change-Id: Iadf6c245e4902ef98d5e3de09c1648bdd74644bc

2016-02-17  Stephan Bergmann  <sbergman@redhat.com>  [ddee088798cc93bcb165b08f3e24f5e710e3f606]

        Missing semicolon
        
        Change-Id: If7e643ed3238074a3e6394834b17b8c96e8decac

2016-02-17  Rishabh  <kris.kr296@gmail.com>  [aa0f47aa65693a9763ac0ebeed85c09ac2076431]

        tdf#97924: Transparency slider causes entire sidebar to constantly refresh
        
        Reduce the calls for sidebar resize
        
        Change-Id: I82552b67c0876777a31b6912befcd8f9d737ae94
        Reviewed-on: https://gerrit.libreoffice.org/22416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-17  Caolán McNamara  <caolanm@redhat.com>  [681294d55b6b4edcdef08982596cb4bcee32e635]

        gtk3: use native GtkPopover for calc formula prompt, etc
        
        Change-Id: I9aa7e977228780b6273daa03be5e872342414437

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7decc4193028f27354556a007a99088c1ea0b32e]

        sfx2 infobar: allow setting the back/foreground color
        
        It would be easier to set these after the infobar is created, but the
        infobar is shown right after creating it, so that way the infobar would
        be always yellow for a short period of time -> annoying flashing.
        
        Change-Id: Ie23efd2fd1bba624cf2921f11a6fc40014ac4215

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3b0bd89a892d15179b9d6133c43e64bfcebbdf9]

        sfx2 classification: ignore non-BAILS properties early
        
        Change-Id: Ia32492965a0802a848215c86fdc07e14648d3d58

2016-02-17  Noel Grandin  <noel@peralex.com>  [2087484c65a3d5e75a9e8ad116d11a4e13366219]

        use consistent #define checks for the Windows platform
        
        stage 2 of replacing usage of various checks for the windows platform
        with the compiler-defined '_WIN32' macro
        
        In this stage we focus on replacing usage of the WIN macro
        
        Change-Id: Ie8a4a63198a6de96bd158ecd707dadafb9c8ea84
        Reviewed-on: https://gerrit.libreoffice.org/22393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-17  Caolán McNamara  <caolanm@redhat.com>  [d6bf086012343b4a1e27cd4242dced9ee0d73a06]

        ForceReposition is unused
        
        Change-Id: Ic9c37aef877e81f0c569ae8fe89bbdc41dd09419

2016-02-17  Maxim Monastirsky  <momonasmon@gmail.com>  [c3a2fa08763fb38e9325e609420db2f70e428cf0]

        tdf#91013 Convert freezepanes menu to xml
        
        Change-Id: Iedab5e5be5358f7716a2b33de3f0db582a401155

2016-02-17  Gulsah Kose  <gulsah.1004@gmail.com>  [a009ba2b8ed7ead021ecc3356a477a08e72d2191]

        tdf#91013 Add new uno commands to freeze one row and column.
        
        Added freezepanesfirstcolumn and freezepanesfirstrow commands.
        FreezePanes button became a split button that includes this two new
        uno commands. And this new commands added to menu.
        
        Change-Id: Ic6958067cc98b3df50bcd06a1eac220bd9a61473
        Reviewed-on: https://gerrit.libreoffice.org/21604
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2016-02-17  Michael Stahl  <mstahl@redhat.com>  [d562ee461735a6daa6dcdfcc559f851cad160aaf]

        ridljar: fix javadoc warnings
        
        Change-Id: Ifa85299dd3366fb9a9639e669a02678ea9268260

2016-02-17  Michael Stahl  <mstahl@redhat.com>  [11e55a0029810083261ea83838241d0524e59f9f]

        javaunohelper: fix all javadoc warnings
        
        Change-Id: Iaaeab13005fef160def2e5bd49d4bfd40f42fe33

2016-02-17  David Ostrovsky  <david@ostrovsky.org>  [53f0eb12f0fdabc32fee523b0f63691b2342f3f4]

        tdf#90753 Move Pyuno wizard packages to autoinstall
        
        Change-Id: I9dda8144e0cb3ff2ea80c65f210a9b94b88a0026
        Reviewed-on: https://gerrit.libreoffice.org/22379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-17  Michael Stahl  <mstahl@redhat.com>  [0bb0b5b0cfc1c03ded06481892d54bf2760567a9]

        gbuild: AutoInstall: Packages in ooo module run into 8k Win32...
        
        ... command line limit, so use try to use $(file) on that platfrom while
        preserving the existing echo code for Macs.
        
        Change-Id: I65e3f6b082df201830fa16375a9fad407cff8085
        Reviewed-on: https://gerrit.libreoffice.org/22409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-17  Noel Grandin  <noel@peralex.com>  [b94272a55ee208b22cf73e8738152d9feaa7916f]

        cleanup the Read*() methods in SvIdlParser
        
        to be consistent about when they move to the next token
        
        Change-Id: I8f5b1eab497fb4a7cb2a2267e815668c3d363de7

2016-02-17  Noel Grandin  <noel@peralex.com>  [cd3bb3047d3f4c9cc9b4aa0c0eb8a42930b9bb86]

        move some more slot parsing to SvIdlParser
        
        Change-Id: I186e80ed0446585aceaf4d25f32ecca7e8ed396c

2016-02-17  Noel Grandin  <noel@peralex.com>  [0f8f733eaf54c00f79d086c2b2867c7a8b1bcc6c]

        move parsing of method ags into SvIdlParser
        
        Change-Id: I2fb969529c0670ae93c3cba69bf207d2c87887dc

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [291a10ec557a765a4d3090330964fd1cb7a82f6b]

        sfx2 classification infobar: improve message
        
        Change-Id: If8fe5b145014055639a9a2eadd8fded7ebf7c2b3

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [823e8d658759ba5ea3c63b20dbe9ffd79f2f5c23]

        sfx2: add initial classification infobar
        
        Change-Id: Idd4b886e246cb41d3a3b871eeb368c0620b110ae

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [89b928d43a5db1ad3bf761cdb24013c6bcf32e8b]

        sfx2: introduce initial SfxClassificationHelper
        
        A document's metadata has predefinied keys like title, and has
        user-defined ones as well.  The BAILS specification at
        <http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf>
        describes a mechanism to use the generic user-defined key-value pairs to
        embed classification-related (read: is it public? is it internal only?
        etc) information in a standard way.
        
        One approach in handling these in LO would be to let code here and there
        parse these user-defined key-value pairs again and again. An other one
        would be to handle these as first-class properties, even if the majority
        of the users would never need them.  A middle between the above two
        approaches is this class: all these properties are still just
        user-defined properties, but if the document has them, then all related
        code is supposed to be implemented in this central class.
        
        Change-Id: Ib0297a5e91779b330c310a153f1a1628759dd028

2016-02-17  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d977a49ef0fb5377379dbb7516cad3ee8ecead41]

        tdf#40517 Unit test for question marks in number format
        
        Unit test for https://gerrit.libreoffice.org/21021/
        
        Add unit test for Engineering format
        Add unit test for optional sign in exponent
        
        Change-Id: I958ccdcc68a4e496cbd4bdc74d0650c133f3a3f7
        Reviewed-on: https://gerrit.libreoffice.org/21824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-17  Mohammed Abdul Azeem  <azeemmysore@gmail.com>  [2c02986b76f26d6f09d5b1f9d209879bfa427ea1]

        tdf#97654 - replaced UNO cell types in xlsx import with calc internal ones
        
        All reference to CellAddress in ApiCellRangeList::getBaseAddress() is changed to ScAddress and its chain of changes has been made.
        
        Change-Id: I43d9eb8dc02c74640d9fac11a44429850f31ade1
        Reviewed-on: https://gerrit.libreoffice.org/22222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e327587699ed9e071da68bf7b2a3eb62c34af135]

        sw: indentation fixes
        
        Change-Id: I2a33fa5df5afed804adcbf904d5b47a507924034

2016-02-17  Chirag Manwani  <cmkmanwani@gmail.com>  [38969497cbccacf2999d92b06a85946c1f71be05]

        tdf#97640 Fixed-Width Font for Beanshell Editor
        
        Change-Id: I809253a4f0481c825368d9c608cac77e64376aa0
        Reviewed-on: https://gerrit.libreoffice.org/22404
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-17  Juergen Funk  <juergen.funk_ml@cib.de>  [b0facbbedf42a02449d9f35bb4ac8bd7ec2d8917]

        tdf#97526 - in copy/paste ignore unwanted page break on first paragraph
        
        In copy/paste ignore the page break attribute from the first paragraph 
        of the document (see also tdf#39400)
        
        Change-Id: I838c21c14647d4692673bd30df320e6704de1455
        Reviewed-on: https://gerrit.libreoffice.org/22270
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-02-17  Arnaud Versini  <arnaud.versini@gmail.com>  [f17a4694b07856292804c23b80ce92967d401bb8]

        BASIC : use std::unique_ptr for storing SbiExprList
        
        Change-Id: I37f2a1c837c6742cf6d403962d2730b5e80004ec
        Reviewed-on: https://gerrit.libreoffice.org/22345
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-17  Xisco Fauli  <anistenis@gmail.com>  [7b7ffedfa6357b902a5e354d986dac39a3b2f462]

        SVGIO: tdf#97539: clip-path elements might contain...
        
        reference to other clip-paths
        
        Change-Id: I0c426c892da2478293b78ea93db087d781275896
        Reviewed-on: https://gerrit.libreoffice.org/22411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-17  Henry Castro  <hcastro@collabora.com>  [dc9ec9f359ddc91a3aedbe38e6079b0555fb03f9]

        tdf#97719: Canceling insert image dialog gives error dialog
        
        Change-Id: I3ac9b0fe4d5a91d16af559ee8e38bc7be97cc694
        Reviewed-on: https://gerrit.libreoffice.org/22408
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-02-16  Yousuf Philips  <philipz85@hotmail.com>  [df8b1dca993d1c0d2b6d5fbfaf4741ffc4cb263b]

        Tango: Add clear formatting icon and update 2 calc icons
        
        Change-Id: I9d7ead5acec45fe8cfad75d66d4ffa44f54c1e9f
        Reviewed-on: https://gerrit.libreoffice.org/22401
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [580055d838650ac6d604ee8c7b6f348100eb291c]

        loplugin:cstylecast
        
        Change-Id: I17025698070d3140eb2d09b705020ee4e0ee97c1

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [8543fbc72fafc0d71a8760752ca2ef5b7119cb5c]

        gtk3+wayland: play video via gtksink gstreamer element
        
        Change-Id: Ib371fa06eda73962cbe94739e69a68b46c26e4bf

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [3cdb86054c09617cea85dfc24ecbaf9cba376d7b]

        use std shared_ptr for sharing ImpBitmaps
        
        Change-Id: I1a0360096964f6402bd3631f2b3f34bf9595ebc6
        Reviewed-on: https://gerrit.libreoffice.org/22394
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ed88e6bf6a492008bd2e03a0e2ccab844fc8511e]

        Make the document properties dialog resizable
        
        This helps reading document metadata with more than a few characters.
        
        Change-Id: Ia9f5bc4a05835ef5512bf6f4a4ec2b2e4274c41d
        Reviewed-on: https://gerrit.libreoffice.org/22398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [2368192433ac3a936fea765eaae5dfd4b46b4daa]

        loplugin:stringconstant
        
        Change-Id: Id23a8ff3afa6e96e802d77b02f89ad2289c47460

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [7882a89147e8e33d8f7980756aa2f3d468cbd5b4]

        loplugin:loopvartoosmall
        
        Change-Id: Ib5e7b7ffcd1e6421eb08f7b7d4cf16d0353ad6fa

2016-02-16  Michael Stahl  <mstahl@redhat.com>  [c998206afaace817b8c6a5ea4a661af68fa5fdcc]

        gbuild: add missing commas to fix build with make < 4.0
        
        (regression from c33fb4828e2fda2648f11614a20ce0172d4af3db)
        
        Change-Id: I8d20343401cab13a3b6721d0d3016edaeb7dd898

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [63579501ae4b92db1564dc051706feb34d101eba]

        Missing parenthesis
        
        Change-Id: I27aef5d1a0920bb6b9fa9c2204a422b7372fd0cb

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [0e8ec9d6415a3381583c87c99f89b509594b68e1]

        loplugin:implicitboolconversion
        
        Change-Id: Ib21fe1f18a48246fc38c8c26454c28de2efc699f

2016-02-16  Arnold Dumas  <arnold@dumas.at>  [fd3cb8d8222113cbc7bf472060ac77233706ea1f]

        tdf#39440: reduce scope of local variables
        
        Change-Id: I6ba411d2e07240821518281996d543f71acf3259
        Reviewed-on: https://gerrit.libreoffice.org/22378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-16  Pranav Kant  <pranavk@collabora.com>  [ab199e4748b45384602479c735dbac538e714d34]

        sc lok: Handle left mouse button up events for tiled rendering
        
        This solves two common problems: 1) Allow selections via mouse drag
        2) Deselect when clicked inside already selected block of cells
        
        Change-Id: I9c1b5f90b6c4dc6155b14c68852d6cad81e2290a
        Reviewed-on: https://gerrit.libreoffice.org/22391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [7fdd2cca692b66d15258402ecf670285a9449928]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I93690dcfefbda9f642b8bbe55b9e2f4f348d446d

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [e6d255420a7fb00ed1050e0e96768eea57a92bc4]

        Related: tdf#97739 fix gtk3 spinbuttons for recent control region changes
        
        Change-Id: Ia745cbe808395c4c9ec6a3c72612814a4834bbcb

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [7cdb46536db710d1173f410d02f3c49674939db8]

        coverity#1326425 Dereference null return value
        
        Change-Id: I034a110457d1fa20c392e6660874077def125edd

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [f359cbc665f34540213b7b28e8a72c755e22dbd1]

        coverity#1326398 Dereference null return value
        
        Change-Id: I3a33d9a4b90d23c9262fcabcb252b60def4ce585

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [5b5b06628be63ff80cdbfc2cb41e68ba04bf5454]

        coverity#coverity#1326173 Explicit null dereferenced
        
        Change-Id: Ifecc942dce4cafb1dcd7028fe742f450892564e4

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [83f3e8ec978d999e54b58b5596498860bda82c29]

        coverity#1327140 UrF: Unread field
        
        Change-Id: Ide851a6d015a61603b6bff90e52a20d43bf98198

2016-02-16  Michael Stahl  <mstahl@redhat.com>  [c33fb4828e2fda2648f11614a20ce0172d4af3db]

        gbuild: yet more substitution for AutoInstall
        
        Pyuno creates packages with a "/" in the name, so need to escape that
        too.  Since it's getting a bit repetitive facotr out a function to do
        the escaping.
        
        Change-Id: I4481d6a291b384390723a04e3e82615e73edc7eb
        Reviewed-on: https://gerrit.libreoffice.org/22392
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-16  Henry Castro  <hcastro@collabora.com>  [80d7c5859b9e7a834a915d7e8bbbe9bc2130108a]

        sd lok: add LOK_CALLBACK_PARTS_COUNT_CHANGED callback
        
        In the tiled rendering case, when a slide is deleted or inserted
        the sorted slides are updated on client side.
        
        However, when .uno:Undo and .uno:Redo actions are requested on
        client side the sorted slides are required to update all
        sorted slides.
        
        So every time when .uno:InsertPage, .uno:DeletePage, .uno:Undo, .uno:Redo
        actions are requested, it will notify verbose action (PageInserted, PageDeleted)
        with index on client side to update the sorted slide index.
        
        Change-Id: Iebda2aa11be13aea8fbb6d0cc50442805d7485e9
        Reviewed-on: https://gerrit.libreoffice.org/22309
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Henry Castro <hcastro@collabora.com>

2016-02-16  Xisco Fauli  <anistenis@gmail.com>  [3f7a0f7dba759ed3763c900112b5eeb7ccfdd84d]

        tdf#97429: Fix crash on print selected area
        
        Regression from 9eb61489ee03486a7147acdf923eaf5e3f355183
        Use DelFlyInRange to iterate over nodes' range
        
        Change-Id: I219c7ec83eaa69990340d423dc34546131bb372c
        Reviewed-on: https://gerrit.libreoffice.org/22129
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-16  Noel Grandin  <noel@peralex.com>  [ce43d0ae9279edbf1ad108fe0d8325327a038d49]

        use consistent #define checks for the Windows platform
        
        stage 1 of replacing usage of various checks for the windows platform
        with the compiler-defined '_WIN32' macro
        
        Change-Id: Iece73abdee530937e0737190b1aa97a46cd3075f
        Reviewed-on: https://gerrit.libreoffice.org/22390
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [049cf885c6e6c12ac9fa20bcb4ca1472de5b9115]

        coverity#1352448 Use of untrusted scalar value
        
        and
        
        coverity#1352449 Use of untrusted scalar value
        
        I suspect this will fix the warning, given that "Casting narrower unsigned
        pBuffer[i] to wider signed type short effectively tests its lower bound", so
        if we pass it though as-is we probably quieten these
        
        Change-Id: I2ece08f7301f5d548d905d221e5a6af0da51a2bb

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [7e06965243d1e3a98519c659b7ad580d1ff46ab5]

        coverity#1327093 UrF: Unread field
        
        Change-Id: I354f29592e6bd036d9a548c7c2c3a3722c8c9450

2016-02-16  Noel Grandin  <noel@peralex.com>  [aa8c854590e76a437521596c566ce1327efffb6e]

        tighten up the attribute parsing, and drop some unused slots
        
        Change-Id: I6f2ff99c919851b21ce120c40286c133bf65c778

2016-02-16  Noel Grandin  <noel@peralex.com>  [314cb543fe69d2a08fa40084512f40062437bed1]

        parse shell/interface entries in SvIdlParser
        
        Change-Id: Ief68b26be0a0890ffdfa02a5904ba9d2cb364c65

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [e384e3851de8d5c82c64be579456eccfa4c75959]

        coverity#1326200 Explicit null dereferenced
        
        Change-Id: I39ed18b55657e375b1c22f97c49a0e43aedce4f5

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [84d126c6b64f156527abcc47a508a0127505147d]

        coverity#1326199 Explicit null dereferenced
        
        extensionDb is always the same
        
        Change-Id: I57b59f09b3f55757844a6aab6c6698857da2e15b

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [bd7759e0e0e3ac40668adc2f21df13ebc13598e7]

        coverity#1326257 Dereference after null check
        
        Change-Id: I6159d6a9be17ceaffaa3e3a905abf87a8cf434ed

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [7e6696672c416453f1daf796fef1890603c14b17]

        coverity#1326280 Explicit null dereferenced
        
        Change-Id: I68b88accb5518292af0b3c3418609c93371bf9cf

2016-02-16  Caolán McNamara  <caolanm@redhat.com>  [90acf2bd3b7726d87e9b054fdcb13204da0e1efa]

        coverity#1352645 Uncaught exception
        
        and
        
        coverity#1352646 Uncaught exception
        coverity#1352647 Uncaught exception
        
        Change-Id: Ic96e93d219476eeb458ddab6372368f91bbd0398

2016-02-16  Stephan Bergmann  <sbergman@redhat.com>  [61699452c0dc8e025e4dc7123ebedf68ee95b4c6]

        Work around CPPUNIT_ASSERT_EQUAL shortcomings
        
        Change-Id: I377c6b6817a432d1e9d740c7d43233f5b98cd2f6

2016-02-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f18cb2c196cc5b643b9832dfca1d940b82c832b0]

        single element access is really slow in mdds, tdf#67071
        
        Change-Id: I5491ba0bc44a9ce8844b31126835671c5d5abcaa
        Reviewed-on: https://gerrit.libreoffice.org/22386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-16  Pranav Kant  <pranavk@collabora.com>  [fe90ba29ad7345037e3707916b2696010213bda6]

        sc lok: Notify LibreOfficeKit of empty selection
        
        Change-Id: Ib77f2e008473a18460e7783b20ef3237ff885d57
        Reviewed-on: https://gerrit.libreoffice.org/22387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-16  Takeshi Abe  <tabe@fixedpoint.jp>  [66b8bc9399a9b27b344a0fefdbcd61736176572b]

        starmath: Convert RectCopyMBL to scoped enum
        
        Change-Id: I44e4f3086f642adccdff8dcf82298e5f4e9cb282
        Reviewed-on: https://gerrit.libreoffice.org/22305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-16  Henry Castro  <hcastro@collabora.com>  [c44a445031a12f6c6e51fcff620d8a3cc94a8c7b]

        lok: add desktop terminate
        
        When lokit is destroyed, the Desktop service
        is still alive. So in order to avoid debug
        assertion "Desktop disposed before terminating it",
        terminate to quit application.
        
        Change-Id: Id1391cde516915d915e5321799436e92b444e935
        Reviewed-on: https://gerrit.libreoffice.org/22359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-02-16  Olivier Hallot  <ohallot@collabora.co.uk>  [980d5225ad485fe76aecdcea010b726b2343ad04]

        Updated core Project: help  9f126548f1640b34521037502dc7a1bc0d0d3094
        
        tdf#86866 describe AutoCorrect Options dialog btns
        
        In Help, describe AutoCorrect Options "Ok, Cancel, Reset"
        buttons (all tabs of dialog)
        
        Added an embed tag with definition of OK, Cancel and reset buttons
        
        Change-Id: Ie0d55a06ebe0a94c965b25d048567b164f1697cc
        Reviewed-on: https://gerrit.libreoffice.org/22361
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2efa9db15500044cbb2bd2c94e819b9ee8c6f82]

        cid#1352648 uninitialized members
        
        Change-Id: I21faf2034c6253226637bfb65deb869d0c4eda07

2016-02-16  Olivier Hallot  <ohallot@collabora.co.uk>  [2e9d5a562c4f09a8ea27f5c772050b3117288ce9]

        Updated core Project: help  8259390d2d978d37dc73e8e2cb0f1fcd0299afdf
        
        tdf#95281 Help page for the SKEWP function
        
        Write help page for SKEWP spreadsheet function
        
        Change-Id: Ib7fc372bc2be4c55663a6ab58f488aa204631d20
        Reviewed-on: https://gerrit.libreoffice.org/22322
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-02-16  Olivier Hallot  <ohallot@collabora.co.uk>  [12f8bb8b8530aed4bb4b4baa9bded84a278541a2]

        Updated core Project: help  e53a0d788c6a34d9375e33adc2e9946e2348ad23
        
        tdf#95282 Help page for the COLOR function
        
        Write help page for COLOR spreadsheet functions
        
        Change-Id: I2a34cb2b1f25f3d0013a93dff320b70d76a1f4d6
        Reviewed-on: https://gerrit.libreoffice.org/22300
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2016-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6083a8f188e2cd3fe6849e2112a6b06fbf8e1ad3]

        Related: tdf#59699 DOCX import: fix linked graphics with relative URLs
        
        Because the writerfilter::ooxml::OOXMLFastContextHandlerShape
        constructor only sent the input stream (and not the full media
        descriptor) to oox::shape::ShapeContextHandler, it's startFastElement()
        tried to reconstruct a media descriptor from just the input stream. As a
        result, the base URL of the document got lost at the time the
        oox::drawingml::BlipContext constructor tried to call getAbsoluteUrl(),
        to convert the relative URL to an absolute one.
        
        Fix the problem by sending not only the input stream, but the full media
        descriptor to the shape importer. As a bonus that makes code simpler,
        too.
        
        Change-Id: I1f06c04d0745aa7e2e06d4848cf454790d5073ca

2016-02-16  David Tardon  <dtardon@redhat.com>  [ec935c9b83ff2872c039522398c49e070149eea1]

        tdf#97814 make "insert 3D model" dlg translatable
        
        Change-Id: I45865bdce1957bb4f970e069241e1bb7714b4f4c

2016-02-16  Noel Grandin  <noel@peralex.com>  [94639a10851b62733d5d97d86741b4782c09ee34]

        Silence loplugin:staticmethods
        
        Change-Id: I112dec3253c6eb41dd18bd5cdbcc5a488e4d268c

2016-02-16  David Tardon  <dtardon@redhat.com>  [fc3c5c781af6f83b135e7d174ebe8f823715603a]

        this "else" looks useless
        
        Change-Id: I370973066604fc04201431a67d3752cc63a60e6d

2016-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2692506683ea76b3c8f8e080dfaf5a49c709c7c5]

        declare variable when using it
        
        Change-Id: I7df457dfa3f1d36641c577f353a50e03c37cb09b
        Reviewed-on: https://gerrit.libreoffice.org/22382
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36c4adf405f8d12e4fc4fbeebdd6888983dc3fa7]

        update export-validation help message
        
        Change-Id: I654151d662d579533f89cbc13af1e10cb8944edf
        Reviewed-on: https://gerrit.libreoffice.org/22383
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-16  Henry Castro  <hcastro@collabora.com>  [4886676a5b50caf0946b91491055cbdc2696f1ca]

        vcl: assign nullptr after deleting
        
        In the preinit stage, the VCL initialization is done by the parent process
        and when the lo_startmain thread de-initialize the VCL, some services are
        disposed early, and it causes segmentation violation.
        
        So it is ensured that pointers to service objetcs is set nullptr after
        deleting.
        
        Change-Id: I65ecfc2d2694a981ec2986988efabdfd28d0cce4

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [b3e8406f53e29e4401d24b8aaa3020766cc61f02]

        loplugin:nullptr
        
        Change-Id: I8dafbf99638fd24828327ce4493bfbbf1b9d2c6d

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [b07fd644bab69fb19c58e6dae394e963a463d2e1]

        loplugin:simplifybool
        
        conditional expression of the form '!A ? B : true' (with A of type
        'bool' and B of type 'bool') can literally be simplified as 'A || B'.
        
        Change-Id: I46bee836425bf1c76def23e30dca9ddd9e791b42

2016-02-15  Henry Castro  <hcastro@collabora.com>  [bc8dfe47596f28ff43ec01af4487a2abe349caee]

        vcl: add isInitVCL, to not initialize twice
        
        In the preinit stage, the VCL is initialized in the parent process
        and when the lo_startmain thread is started, the thread initialize
        VCL again.
        
        It is not necessary to initialize twice.
        
        Change-Id: I819cf0125afe7760c3f4d91c420d36a3a383902c

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [4c251ee490523675211afa0f967de2830067f9bc]

        loplugin:nullptr
        
        Change-Id: I768b45818eaa0138d033bfcf6fd6e94459e44c0b

2016-02-15  Henry Castro  <hcastro@collabora.com>  [8d7f29a933b62ffd754c6a0f05d25e55b8646e74]

        Re-work cppu::preInitBootstrap()
        
        In the preinit stage, the preInitBootstrap is called to load
        implementations for each service registered by the service manager.
        
        All service requests are: initial Component Context and the process
        service factory is set.
        
        However, some services require that VCL is properly initialized.
        
        Change-Id: Ib116e3da172b860f2df4d672f6181b5de0b7e6b2

2016-02-15  Henry Castro  <hcastro@collabora.com>  [6b41b89cc51b65fe3aa69099638ec4432782886a]

        In loadAllImplementations(), also invoke component factory
        
        Change-Id: Ie6f6d769b611c8440ddab802545e6bdc482d1476

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [682c48afd989a89680a4d5ee18c8a15d10e5a58b]

        Just abort() in the DISABLE_DYNLOADING case for now
        
        Should fix the build for Android.
        
        Change-Id: Iabba9da8755805ad4d9d21d7a6b4b22e3fa6418f

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [41da237dfb5a6c590877fd58c6a3d78eb7d5bc29]

        WaE: loplugin:cstylecast
        
        Change-Id: I96bda48eb553f467fcf5d7120561d2160647e3bb

2016-02-15  Michael Stahl  <mstahl@redhat.com>  [3d3835973c18e94bf0165167e78851d34f26a048]

        smoketest: loplugin:nullptr
        
        Change-Id: I849e2e945a31ab37c9a24969d6e1decd69170380

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3f83ffa0e85a697af2cbf50a55dd7308609cf56]

        CppunitTest_xmlsecurity_signing: add OOXML description roundtrip test
        
        Fails when the relevant part of XSecController::exportOOXMLSignature()
        is commented out, i.e. the member function just writes a <Signature> XML
        element, no child elements.
        
        Change-Id: I526c1170c8ada71f111a1ad56d74af1a4102dbce
        Reviewed-on: https://gerrit.libreoffice.org/22375
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-15  Michael Stahl  <mstahl@redhat.com>  [b4f182b31c8dc5ba872d30ac26da65904e1dd827]

        offapi: avoid mysterious "deprecated:" warnings
        
        Change-Id: I9cc99c3108bae582d0da9645ba75947cced904fc

2016-02-15  Michael Stahl  <mstahl@redhat.com>  [5b0a354e7cdc8b6af09b23e5b7e012360768a48f]

        offapi: fix the remaining doxygen undocumented param warnings
        
        Change-Id: I933266695bfa88eb6665c7d2968176d74b640172

2016-02-15  Michael Stahl  <mstahl@redhat.com>  [fd7d08a79ab95996e1949f3dcf1932a047b87529]

        offapi: fix the ASCII art in chart2.CurveStyle
        
        Change-Id: I3a4097abe5887f0859ea11ac2025cf52689dc4e4

2016-02-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d83fb2b2dea1296885fdefda6804c1dea961d48a]

        Unit test for opengl blocklist parsing and evaluating
        
        Parsing unit test checks that the xml values are parsed correctly
        and that the DriverInfo structure is populated with the expected
        values.
        
        Evaluate unit test checks that blacklisting / whitelisting
        logic blocks OS/vendor/driver/device as expected.
        
        Change-Id: Ib1b0926606f0835207c324193bbe19ba83f86bdc
        Reviewed-on: https://gerrit.libreoffice.org/22371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-15  Caolán McNamara  <caolanm@redhat.com>  [c0d4f3ad3307c7a0d0fddd8c413ef0cc91d382ae]

        implement wayland handle passing for gstreamer
        
        Change-Id: I3b0effe35ad7b37ff7ab3de2a3b78b6312779139

2016-02-15  Caolán McNamara  <caolanm@redhat.com>  [e35e762d564da18b0b508112f3e4d78fd26ba99c]

        rename X11WindowProvider to a NativeWindowHandle provider
        
        sort of thing and genericize it
        
        Change-Id: I27e1e47f2b371e5269db079cfc1262d056105f80

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d6328164e32dc8b5cd47e27bfcc2e2f6f906799]

        CppunitTest_xmlsecurity_signing: use DocumentSignatureManager
        
        Change-Id: I97acb4a2e9aedb15671d65f6995faeab4ff5716f

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [565346a4fe0a074807381c2d8ea48242e9e69f4f]

        xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialog
        
        It's hard to unit test signing when the logic is implemented in the Add
        and OK button handlers.
        
        Change-Id: I5e07df69cd808cf170e21dfd55f2f44bc79c58a8

2016-02-15  Michael Meeks  <michael.meeks@collabora.com>  [639aaa2fe5dfc2cb2739c6f833f3208ebf8dd710]

        tdf#97739 - ensure we have a valid rectangle for spin-button controls.
        
        Otherwise OpenGL can't render, cache and diff these; so we loose them.
        
        Change-Id: Iac4f3ee0fc68154f708a881d5e0255fc9f8df62d

2016-02-15  David Tardon  <dtardon@redhat.com>  [dcab8b0c52ffe5879e20af3ee9bee2f4f9ed02fe]

        drop unused line
        
        Change-Id: Ifc3501e5f4c1f2b20e32ff41759ff836c3236b86

2016-02-15  David Tardon  <dtardon@redhat.com>  [7a9c351734425a2dec631982218b5090114e735a]

        make charset sel. dlg translatable
        
        Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94

2016-02-15  Henry Castro  <hcastro@collabora.com>  [df5f7c6abab820070771c5304514faf2a07bc588]

        Introduce lok_preinit() to preload all registered UNO implementations
        
        Intended to be used from an application like the LibreOffice On-Line
        server so that it can be called in a process that then will call
        fork() several times, and much space consuming data will end up being
        shared.
        
        Change-Id: I65341c57d00308d246ec90deab8050b2c4bb3e61

2016-02-15  Stephan Bergmann  <sbergman@redhat.com>  [5b0c551b9b35f7075d210c9a23e7721e46a66bf9]

        Avoid deadlock between sd::ToolBarManager::Implementation::maMutex...
        
        ...and SolarMutex, when e.g. during JunitTest_framework_complex the main thread
        has the SolarMutex locked and tries to lock
        
        > osl_acquireMutex(oslMutexImpl*)
        > osl::Mutex::acquire()
        > osl::Guard<osl::Mutex>::Guard(osl::Mutex&)
        > sd::ToolBarManager::Implementation::LockUpdate()
        > sd::ToolBarManager::LockUpdate()
        > sd::ToolBarManager::UpdateLock::UpdateLock(std::shared_ptr<sd::ToolBarManager> const&)
        > sd::framework::ToolBarModule::HandleUpdateStart()
        > sd::framework::ToolBarModule::notifyConfigurationChange(com::sun::star::drawing::framework::ConfigurationChangeEvent const&)
        > sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(std::__debug::vector<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor, std::allocator<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor> > const&, com::sun::star::drawing::framework::ConfigurationChangeEvent const&)
        > sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(com::sun::star::drawing::framework::ConfigurationChangeEvent const&)
        > sd::framework::ConfigurationUpdater::UpdateConfiguration()
        > sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&)
        > sd::framework::ChangeRequestQueueProcessor::ProcessOneEvent()
        > sd::framework::ChangeRequestQueueProcessor::ProcessEvent(void*)
        > sd::framework::ChangeRequestQueueProcessor::LinkStubProcessEvent(void*, void*)
        > Link<void*, void>::Call(void*)
        > ImplHandleUserEvent(ImplSVEvent*)
        > ImplWindowFrameProc(vcl::Window*, unsigned short, void const*)
        > SalFrame::CallCallback(unsigned short, void const*)
        > SvpSalInstance::DoYield(bool, bool, unsigned long)
        > ImplYield(bool, bool, unsigned long)
        > Application::Yield()
        > Application::Execute()
        > desktop::Desktop::DoExecute()
        > desktop::Desktop::Main()
        > ImplSVMain()
        > SVMain()
        > soffice_main()
        > main()
        
        while some URP worker thread has sd::ToolBarManager::Implementation::maMutex
        locked and tries to lock
        
        > osl_acquireMutex(oslMutexImpl*)
        > osl::Mutex::acquire()
        > SalYieldMutex::acquire()
        > SolarMutexGuard::SolarMutexGuard()
        > framework::ToolbarLayoutManager::implts_calcWindowPosSizeOnSingleRowColumn(int, int, framework::ToolbarLayoutManager::SingleRowColumnWindowData&, Size const&)
        > framework::ToolbarLayoutManager::doLayout(Size const&)
        > framework::LayoutManager::implts_doLayout(bool, bool)
        > framework::LayoutManager::implts_doLayout_notify(bool)
        > framework::LayoutManager::unlock() (this=0x2b0d9ff633e8)
        > (anonymous namespace)::LayouterLock::~LayouterLock()
        > std::default_delete<(anonymous namespace)::LayouterLock>::operator()((anonymous namespace)::LayouterLock*) const
        > std::unique_ptr<(anonymous namespace)::LayouterLock, std::default_delete<(anonymous namespace)::LayouterLock> >::reset((anonymous namespace)::LayouterLock*)
        > sd::ToolBarManager::Implementation::Update(std::unique_ptr<(anonymous namespace)::LayouterLock, std::default_delete<(anonymous namespace)::LayouterLock> >)
        > sd::ToolBarManager::Implementation::UnlockUpdate()
        > sd::ToolBarManager::Implementation::UpdateLockImplementation::~UpdateLockImplementation()
        > sd::ToolBarManager::Implementation::SetValid(bool)
        > sd::ToolBarManager::Implementation::EventMultiplexerCallback(sd::tools::EventMultiplexerEvent&)
        > sd::ToolBarManager::Implementation::LinkStubEventMultiplexerCallback(void*, sd::tools::EventMultiplexerEvent&)
        > Link<sd::tools::EventMultiplexerEvent&, void>::Call(sd::tools::EventMultiplexerEvent&) const
        > sd::tools::EventMultiplexer::Implementation::CallListeners(sd::tools::EventMultiplexerEvent&)
        > sd::tools::EventMultiplexer::Implementation::CallListeners(unsigned int, void*)
        > sd::tools::EventMultiplexer::Implementation::frameAction(com::sun::star::frame::FrameActionEvent const&)
        > (anonymous namespace)::Frame::implts_sendFrameActionEvent(com::sun::star::frame::FrameAction const&)
        > (anonymous namespace)::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&)
        > (anonymous namespace)::Frame::close(unsigned char)
        > gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*)
        > cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**)
        > bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**)
        > binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const
        > binaryurp::IncomingRequest::execute() const
        > request(void*)
        > cppu_threadpool::JobQueue::enter(long, bool)
        > cppu_threadpool::ORequestThread::run()
        > threadFunc(void*) (param=0x2b0db00019e0)
        > osl_thread_start_Impl(void*)
        > start_thread
        
        Change-Id: Ie846bd95944680160eebc93b904875142723ac70

2016-02-15  Stephan Bergmann  <sbergman@redhat.com>  [73c0e1e94a285d6c062853a3e7ce874b807ba82e]

        Remove newly unused .java file
        
        ...after 8c125eca7f8a0dd2d59678cff2574bbccc70e536 "tdf#45904 move java based api
        tests to c++"
        
        Change-Id: Ia8469a6bcbb27658f4f26d41ff83389e37888bde

2016-02-15  Noel Grandin  <noel@peralex.com>  [645394f02334548d6158187308cffd65b0b4ec77]

        cid#1352218 and cid#1352216 in .SDI parser
        
        Change-Id: I273d80b4e9fb45955c5496cf5559df5dd4b057b0

2016-02-15  Noel Grandin  <noel@peralex.com>  [f7520bbc80b571a15adca5279cc7fc5e8965e53c]

        move interface/shell parsing to SvIdlParser
        
        Change-Id: I95cce21c6c9beb5637dd4f4a769f455eaacbec2b

2016-02-15  Noel Grandin  <noel@peralex.com>  [ac432839329866659e339b582d31a1980c035c2e]

        move item and struct parsing into SvIdlParser
        
        Change-Id: I1ba88bca82b5b251ed34330ab5e0cb8bd88a5815

2016-02-15  Noel Grandin  <noel@peralex.com>  [d4a10f00c96c2fc4be2755873f6b26e72a996ca6]

        move include parsing into own method
        
        Change-Id: Id3ce7ce651f541106cf60116f717e6ffd805db24

2016-02-15  Justin Luth  <justin_luth@sil.org>  [aa03fd09c0e18ace241c9fe151f7f52c6773f403]

        tdf#56321 - .doc import image flipped status
        
        Although LO was exporting whether an image was flipped
        horizontally or vertically, it wasn't reading it in during
        an import.
        
        Change-Id: Ia85e3459d00f40d852bbcd3fcfe15e7b53d518ba
        Reviewed-on: https://gerrit.libreoffice.org/22344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [393c1a62f2516c1f8265c05f71e5959f8cd89194]

        starmath: Replace OSL_ENSURE with assert
        
        These pointers must be non-null, or deferencing null can happen.
        
        Change-Id: I3ced1204abb70cf7c525ea9d50c6a3a295728ab5
        Reviewed-on: https://gerrit.libreoffice.org/22365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb3761df8df47e24d0a23ee390c51047c9d16f3c]

        filter: mark XLSX/PPTX filter as SUPPORTSSIGNING
        
        Given that all DOCX signing code is in xmlsecurity and it wasn't
        DOCX-specific, this works out of the box.
        
        Change-Id: I18429f63c125a43346e9e52021e1b7e33b300af4

2016-02-15  Sean Young  <sean@mess.org>  [2f7f818eeada83c0491dbf40253934d177c36621]

        Add Microsoft Word for DOS conversion
        
        Change-Id: I9e20a35dd8e18ba1a9251f4dc3ce903183c250cf
        Reviewed-on: https://gerrit.libreoffice.org/22368
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-15  Maxim Monastirsky  <momonasmon@gmail.com>  [2abdcfd641883f246fe78f2fbe38499c9382c059]

        tdf#97665 Let's hope that over activation isn't really needed
        
        - MenuBarManager::Activate has a check for duplicate activation,
          which makes the second activation attempt fail. Removing this
          check or deactivating after each activation will likely affect
          performance even more, but on the other hand should solve
          lp#1296715, which was the main reason of the over activation
          in the first place. So let's activate only one menu at a time,
          and do full activation only on the initial update.
        
        - Unfortunately the HUD activation callback doesn't work, so
          we still have to keep active status listener for all menu
          items. (Which is BTW against the recommendation in
          XPopupMenuController::updatePopupMenu IDL doc. Fortunately
          the performance problem hardly noticeable on modern hw.)
        
        Change-Id: I96affa72412f3f38160fdca4b6efd20ca68d059f
        Reviewed-on: https://gerrit.libreoffice.org/22369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-15  Caolán McNamara  <caolanm@redhat.com>  [7347248254595c082682180f7a1cfe768f5509a6]

        cppcheck: unreadVariable
        
        Change-Id: I15f0320b646d20f0093c77286c1ff2715aacb8ce

2016-02-15  Caolán McNamara  <caolanm@redhat.com>  [f3f67b770b90c81de82bc38a26e794ad72956c1a]

        fix indent
        
        Change-Id: I48552afc35c1f7cfff3562c36eca3f1cf6174077

2016-02-15  Stephan Bergmann  <sbergman@redhat.com>  [3210bc85ae1276350f18f4795efefe491c2206c2]

        Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint
        
        ...and fix its documentation, and use it throughout the code base.
        
        Change-Id: I349bc2009b1b0aa7115ea90bc6ecd0a812f63698

2016-02-15  David Tardon  <dtardon@redhat.com>  [a0acad42105bc3f0304121a86f755958e38aeaac]

        drop outdated file
        
        Change-Id: I268f0de42e0567d74dd9b9b84b19d6afbf4d44df

2016-02-15  David Tardon  <dtardon@redhat.com>  [4db6402917bb5aecfb2bfc5fcd093abbb79a8ed3]

        upload libwps 0.4.3
        
        Change-Id: I4f147c3d55de86eb4bd56bb4c728df19c925b376
        Reviewed-on: https://gerrit.libreoffice.org/22366
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [24c20f1e1689fcae39c1b9809f107e8f7425944e]

        xmlsecurity OOXML export: fix missing rels content-type
        
        This wasn't a problem when we signed MSO-produced documents that have
        these all the time, but it was a problem for LO-produced documents.
        
        We don't add an explicit content type for _xmlsignatures/origin.sigs, so
        need a default for the .sigs extension.
        
        Change-Id: Ic5d0647991c42f9f1ef3519986a4bd1b56de396d

2016-02-15  Kay Schenk  <kschenk@apache.org>  [38c14a06c1603c73b7fc32f7a92d48238553bd18]

        Related: #i126658# Add description about NoLabel property...
        
        on css.awt.UnoControlFixedTextModel
        
        Patch by: hanya
        
        (cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6)
        
        Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63

2016-02-15  Caolán McNamara  <caolanm@redhat.com>  [0c423808961d9f4fed673e83e559d7a178400810]

        cppcheck: noExplicitConstructor
        
        Change-Id: I92f41cde892d47abcd31e2b85ace7d228cbfd9fe

2016-02-15  Noel Grandin  <noel@peralex.com>  [045ec6aa6241939e402594e6f69b7d8fb1560717]

        uno::Sequence->std::vector in stoc/introspection
        
        Change-Id: I6427bc26d77e4ace2a827b9ae81716d62b5050ba

2016-02-15  Stephan Bergmann  <sbergman@redhat.com>  [a20d5dedc3ad04ce8a7a1413554b78b2777c349d]

        external/redland: Defend against Yocto's broken xml2-config
        
        ...which is hard-coded to fail with
        
          echo '--should-not-have-used-/usr/bin/xml2-config'
          exit 1
        
        Change-Id: Ic358e7d494f01f67c1469c4add080d775525ebb6

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [80be3959c608983880f47ed4ffb73325734f6c1d]

        libxmlsec: fix failing CryptCreateHash() with CALG_SHA_256
        
        Previously it got a PROV_RSA_FULL provider, but SHA-256 needs
        PROV_RSA_AES.
        
        Change-Id: I6c689a4c5943920ce656c09d9d7d5e194ff47eb6
        Reviewed-on: https://gerrit.libreoffice.org/22364
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [773b12b72dc3b0c8966097d2bc75205c0c4364b5]

        SwView::WriteUserDataSequence: use comphelper::makePropertyValue()
        
        Change-Id: Ibdb99942ee6c022abad74df93ebfb99c4ce6567f

2016-02-15  Pranav Kant  <pranavk@collabora.com>  [e95db1865c7a095cde5e9cb338394555767b5c65]

        sd: Output display names of styles, not internal ones
        
        For some reason, maDisplayName is not initialized always. Use
        GetDisplayName() that handles such a case gracefully.
        
        Change-Id: Ib62d4f03dcd3b5571749b540e5af7f90299e2067
        Reviewed-on: https://gerrit.libreoffice.org/22348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-15  Pranav Kant  <pranavk@collabora.com>  [b0111f494c1ee2d75ac4f1544c06c24d464cc416]

        lok: Expose DisplayName of styles, not internal ones
        
        Change-Id: I2119713600703e3aa18f673979c7cd84c38177d7
        Reviewed-on: https://gerrit.libreoffice.org/22349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-15  Arnold Dumas  <arnold@dumas.at>  [53bf3ea58e0f4f9f4399a44bfc9ddecc71cb54c7]

        tdf#57950: Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: Ic76cf0130ebec4cf723b83d82f59ae45bfcb3ea1
        Reviewed-on: https://gerrit.libreoffice.org/22350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-15  Tor Lillqvist  <tml@collabora.com>  [f48b789e1b985f65be2c15e508202ccf9ec05102]

        Package_opengl_blacklist is Windows-specific
        
        Change-Id: Ida79aa0d5a519a2c124d20a1cd908411d01799de

2016-02-15  Martin Hosken  <martin_hosken@sil.org>  [b073d9f2e35dd0b6cdbc66e31050250a6f34cc55]

        Tidy up graphite layout code after fixing line ending diacritics
        
        Change-Id: I1efafbd64539ac6d71de0be41ecaa71533143590
        Reviewed-on: https://gerrit.libreoffice.org/22362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a8232b30687879f31768b89f4ff0bcf9457a7e77]

        tdf#94858, avoid O(n^2) algorithm during outline import
        
        The old code set called the outline visibility code for each row. Now we
        are just calling it once at the end of the import.
        
        Change-Id: Ie19f8bd538495cb50a7618156aed8de832885c2a
        Reviewed-on: https://gerrit.libreoffice.org/22239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-15  kadertarlan  <kadertarlan1@gmail.com>  [8c125eca7f8a0dd2d59678cff2574bbccc70e536]

        tdf#45904 move java based api tests to c++
        
        Change-Id: Ia4eedef6a6cb060d756ee83b3fb82afa68ac2c5a
        Reviewed-on: https://gerrit.libreoffice.org/22276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-14  Caolán McNamara  <caolanm@redhat.com>  [30a36fa3a6451cf27cdec039aba480357d6f1613]

        WaE: unreachable code
        
        Change-Id: I700168b0484e86caa8df4a579ef51bcd40b6f66f

2016-02-14  Caolán McNamara  <caolanm@redhat.com>  [9ac4a3426a63178607536e4ec85ac2984b775c62]

        coverity#1352321 Dereference null return value
        
        and
        
        coverity#1352322 Dereference null return value
        
        Change-Id: I0482ed95e8fbce5d7f9a827588a66ebd0f9d69c7

2016-02-14  Caolán McNamara  <caolanm@redhat.com>  [5969fc79cf2d67d8a7c1483f0cc2cf42c863efb4]

        coverity#1352306 Unchecked dynamic_cast
        
        and
        
        coverity#1352307 Unchecked dynamic_cast
        
        Change-Id: I0b072e432fe5d510a2a55ad33628ec93b706c860

2016-02-14  Caolán McNamara  <caolanm@redhat.com>  [1ef5733c155df0151f78f226797af5e26b7b1513]

        coverity#1352451 Uncaught exception
        
        and
        
        coverity#1352452 Uncaught exception
        coverity#1352453 Uncaught exception
        
        Change-Id: I100aa7ebf729bfe2e379e28891f5cd217d4187cc

2016-02-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [f8355221ae62b89a706f2d04b63eda658f3ccfa5]

        tdf#85761 vcl: JPEG export does not save PPI values correctly
        
        JPEG values are currently hardcoded to 96PPI when we export JPEGs. The
        Graphic class doesn't have an easy way to get the PPI, but this can
        actually be calculated from the pref size and pref map mode (no idea
        why it is called "Pref").
        
        Interestingly, you need to get a multiplier to work this out, relative
        to units of 100th mm. The EPS filter code had a function that does
        exactly this, but it's entirely based on MapMode units so it was really
        implemented in the wrong class IMO. I have thus moved it out of PSWriter
        and into MapMode.
        
        This also fixes tdf#65695, which was partially fixed, but had the JPEG
        PPI hardcoded to 96dpi.
        
        Also fixes tdf#97481.
        
        Change-Id: Iedb674141dd4e22fcbfb7be357dc777f732aa3aa
        Reviewed-on: https://gerrit.libreoffice.org/22339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-14  Caolán McNamara  <caolanm@redhat.com>  [19fb09dce67d29d480ff39c538209b887f661dc9]

        coverity#1352217 Logically dead code
        
        Change-Id: Ia4ca58ca67936a558b3157daae6a663ef81a81bf

2016-02-14  Pranav Kant  <pranavk@collabora.com>  [58ec66da422e5ac6aec5cbd28403039cded7c7ed]

        lokdocview: Center the widget vertically inside the allocation
        
        Change-Id: I891519d54212ecd99273a54aca2a44e2d54c1933

2016-02-14  Pranav Kant  <pranavk@libreoffice.org>  [b7c807faeb18a87dc8ad5bc1ae68ca5cb3999a66]

        configure: Add a missing option, --with-gcc-home
        
        --enable-icecream option mentions this in its documentation, but
        it had been missing till now.
        
        This option is also necessary when operating systems installs 
        icecc wrappers in locations other than /usr/lib/icecc, /opt/icecream, 
        which is what GCC_HOME gets set to by default with --enable-icecream.
        
        Change-Id: Ib2b6ec010271467949e7ac9f1d01624cb360c5a5
        Reviewed-on: https://gerrit.libreoffice.org/21551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-14  Olivier Hallot  <ohallot@collabora.co.uk>  [45cdf264415764a0751fdb6deb55c02096d2eca3]

        Updated core Project: help  f9a4ba48ebcb885f1d025aa72e674a3b69c4e576
        
        tdf#97813 optional/required param in ACCRINT*
        
        Optional Parameter par is not noted as optional
        
        Change-Id: I1424d723334db8cbfa394f5d402e9a84b61e7b00
        Reviewed-on: https://gerrit.libreoffice.org/22342
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-02-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8f39c71b3f1fc291503ac6dec2d14c190d2fab6b]

        Stack these boxes vertically again
        
        Thanks Eike for the feedback!
        
        Change-Id: I4840ddf0cb897fd2138fe4607040a3b5a5b60357

2016-02-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e11776e98c5f505c349b5426276e5d983ae14062]

        “Yeah, I think I got it the first time, thanks.”
        
        Change-Id: Icbc4d4c25987c400ed30739826155e28b938735e

2016-02-14  Mike Kaganski  <mike.kaganski@collabora.com>  [654f6ff28d7a148950b48ed8905d8f13a015a5b5]

        tdf#92157: allow both dimensions of a graphic to be 0
        
        Commit ca80f73 made it possible for one of dimensions to be zero.
        This commit goes further, allowing opening real-life documents
        with graphics having both width and height equal to 0.
        Thanks to libreoffice@arbruijn.dds.nl for debugging and initial
        patch!
        
        Change-Id: I96a13b776adfd9fe46fc2c7691eb7904400c20a1
        Reviewed-on: https://gerrit.libreoffice.org/21287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-14  Pranav Kant  <pranavk@collabora.com>  [dab89f3b122259d4655b50ce0f0e31e9b68f348c]

        sd: Translate a german comment
        
        Change-Id: I1017a7ba058779fbde6fd03e6e280b814197fdee
        Reviewed-on: https://gerrit.libreoffice.org/22347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-13  Olivier Hallot  <ohallot@collabora.co.uk>  [5b9fdf01c49e0a43e8e6df5ffbc0119e3c4417d6]

        Updated core Project: help  cc779bfd2a3c8f89e31ef7927fd0cd14f38f0461
        
        tdf#97820 EOMONTH with strange boldface
        
        Remove EOMONTH function extra bold characters in description.
        
        Change-Id: If5dc6075a443cf4a66901caa1392b9d3db84b2c4
        Reviewed-on: https://gerrit.libreoffice.org/22340
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-02-14  Pranav Kant  <pranavk@collabora.com>  [f01bac5cc2b54b6df731b45c46187fec12515b46]

        tdf#97301: Return silently when no document is loaded
        
        Change-Id: Id6cf77ee7597fb992a306649c2f2a3639bf6dad8

2016-02-13  Mark Hung  <marklh9@gmail.com>  [78284714b73a8307174c596295894e8f3951e09a]

        tdf#76817: fix missing heading styles assigned to outline levels in ooxml
        
        1. Export pStyle because writerfilter regard a list as an outline
           only if associated pStyle is set to "Heading N".
        2. Export English style name to ensure style names created by LO
           with non-English UI is always recognized.
        
        Change-Id: I88c590e4bae6cf30e78ebc1011023461eac4e883
        Reviewed-on: https://gerrit.libreoffice.org/22086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-02-13  Xisco Fauli  <anistenis@gmail.com>  [3c8b880c5edc1dcbf0f481c558c6093513df6b45]

        SVGIO: tdf#97659: Add support for RGBA
        
        Change-Id: Icbf3796cdc95f91d298a5ca52d44931b3985eac6
        Reviewed-on: https://gerrit.libreoffice.org/22303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [52942f142ec40f762c1de0751d802fd42eaabed3]

        filter: tab spacing and remove extraneous newlines in eps.cxx
        
        Change-Id: Ib142aa42999557e77520eb4e0ec6602e12782433

2016-02-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [2edd7bed44f1e2d67238a383ac3338e7c7da5086]

        filter: remove commented out code
        
        Change-Id: I6e936d18e51e386592721ac823d4dca4ac8fa53c

2016-02-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [4c89b65107ccc2df64549e32d13518028c884cdf]

        vcl: correct tab spacing in graph.hxx
        
        Change-Id: I6b77e25201291993b84587d84537dbe3a35f362f

2016-02-13  Mark Hung  <marklh9@gmail.com>  [4647e778993250b8c9431e2890750916fb986ecc]

        tdf#81129 Support reading non-BMP characters in HTML documents.
        
        1. Allow character entity ( &#nnnn; ) to exceed 0xffff in HTMLParser::ScanText()
        2. Return a character as sal_uInt32 ( utf32 ) instead of sal_Unicode ( utf16 )
           from SvParser::GetNextChar().
        
        Conflicts:
        	sw/qa/extras/htmlexport/htmlexport.cxx
        
        Change-Id: Ida455040970fae800f0f11471b27f53461fb78e4
        Reviewed-on: https://gerrit.libreoffice.org/21152
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-02-13  Mark Hung  <marklh9@gmail.com>  [3596613153289dae204b5abdc7446b303021f597]

        tdf#96392 disallow hanging punctuation if the frame is inside a table.
        
        Change-Id: Ib9d8386b47f8fa7b8afabb94f94085c7fb2fc0bb
        Reviewed-on: https://gerrit.libreoffice.org/22158
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2016-02-13  Martin Hosken  <martin_hosken@sil.org>  [f2df80410b34faa88740f2c0c2b021c74a19d5ca]

        Fix graphite line final diacritics
        
        Change-Id: If5175fd489e835dbf9d37a45fd266c6ce44eae1a
        Reviewed-on: https://gerrit.libreoffice.org/22280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [cf91483690291272f48ff95c1aebd165da8ae4f0]

        sw: fix a STL assertion in lcl_MoveAllLowerObjs()
        
        For OLE objects MoveObjectIfActive() ends up calling
        SwSortedObjs::Update() which removes and re-inserts objects,
        thus invalidating the pSortedObj iterator.
        
        (regression from 04783fd91832fa01a5b096f395edd7ad4f9c0f6b)
        
        Change-Id: I2628f1b4ecd1c20ebbc4e9dda4e4befc9fad4644

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [2b60321b21ff9ada64576f5711950b616b8a25ba]

        gtk3: only available since 3.12.0
        
        Change-Id: I23a9907fa0ec3258afdb69285f31b6ce5a3521a0

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [a3e224a55bc7e996d92c7677746d79bb98b91d18]

        nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS now
        
        Change-Id: Ie43eb3b2c449891fef1031e7df3f381cecb4b4f9

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [4d5de8725138595b10af9709f39cb88f2940ee8b]

        op is always SAL_OBJECT_CLIP_INCLUDERECTS
        
        Change-Id: I4d350aa5d791febde3fea824e3e7b4ab6b6c06e8

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [32765747ace52f553f815a4ba21f7e6c9b9e899f]

        this GetClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTS
        
        Change-Id: I0dc1ac4748dc81e16cf1d68e5f1bd8eb407bb9cf

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [f2d7ee6704626b7686c1046ac796f0aac8fccbfd]

        SAL_OBJECT_CLIP_ABSOLUTE is never used
        
        Change-Id: I090f9854589a26b8de78fcda1093ea0c19625c79

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [77bc209d64072a935c61caff2564e7f6952e3a77]

        SAL_OBJECT_CLIP_EXCLUDERECTS is never used
        
        Change-Id: I60b267e84df2ca0e540fc3218faa9a3fc4c9c55d

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [b7d8be937e8704c65412a972c2c823f8d8fb99b7]

        nClipRegionType is always SAL_OBJECT_CLIP_INCLUDERECTS
        
        Change-Id: Iba054bc064c664f8499219db002749072435e32c

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [f705570c8180d855130096604dd2eff61a6e9585]

        sw,sfx2: assert that embedded object supports XEmbedPersist
        
        Change-Id: Ibdeec746e9664f8bfe4e2af9afb8e5ec0142bd08

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [d81d104833f0ee9349ebcd0d79d2de84ba9a7262]

        sfx2: related tdf#56270: loss of embedded objects imported from DOCX
        
        After the import some of these are kept in RUNNING state.  For Math
        objects imported from MathType3 OLEs in particular, first a new
        Math object is created and stored to the XStorage, only then is the
        MathType3 stream imported.  This means the Math object is modified and
        contains data that must be stored.
        
        The problem is then that SfxObjectShell::ImportFrom() simply calls
        setModified(false), clearing the flag without storing the object.
        
        For Flat ODF export we lose all the objects that are cached in sw's
        SwOLELRUCache; for the bugdoc something more inexplicable happens for
        ODT export where we lose "Object 214" (which is the first one in the
        cache) but no other ones.
        
        (The main difference is that for ODF there is an optimization to copy the
        embedded object's storage without loading the object, but for Flat ODF
        every object must be loaded and exported.)
        
        (regression from 83777cd6e0f3f1a4458af896fd13344c696ecb1e)
        
        Change-Id: Id1474fba9f4da2d5247c7ff4dc6819ddb9829fe8

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [e2bfae9006e6adc4de17d0167dac6661b002f126]

        sw: ensure that configuration change in odfexporttest.cxx ...
        
        ... is reverted in case the test function throws an exception, so that
        subsequent^Wfollowing tests don't inherit the changed configuration.
        
        Change-Id: I748f9edf15a7f860607ae4cce891450db254c73e

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [2edfb8d9b4da733a2d825cd5fc791fea5352dffe]

        sw: unindent SwOLELRUCache::Load()
        
        Change-Id: If1a83fd4716b7a8ebfb09a7118e760fcca3a61b4

2016-02-12  Michael Stahl  <mstahl@redhat.com>  [60d4dd0a6c44b45ed424ca6a0ddcf857ec089b24]

        sw: don't crash if Office.Common/Cache/Writer/OLE_Objects set to 1
        
        (possibly regression from b717bda1f6484905aebc571c4538165a1fbfd2bb)
        
        Change-Id: I9113fe2e769cd6ba56bdccc629ac63241b238553

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [31fa4545985acc1594107e087cedc2d99b3d0f0b]

        split the gtk2 and gtk2 gtkobjects
        
        Change-Id: I32084232c44a12e9641010b51e75710abc827695

2016-02-12  danielt998  <daniel@fearnley.net>  [2b31daf74e33b988c849cb26e88fa7657a4015af]

        tdf#95857 Sort out German plurals ...
        
        Made a start in removing the incorrect 'Infos' German plural
        
        Change-Id: Ie989351a7473fc35b563e63ce6a4fb229093af60
        Reviewed-on: https://gerrit.libreoffice.org/22301
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-12  Rishabh  <kris.kr296@gmail.com>  [662406b44d16c713c3d42585b57caf46689980f0]

        tdf#87813: Bugfix for the animations sidebar tab
        
        Fixes the following bugs:
        1) When nothing is selected, clicking on a entry in the animation list doesnt activate category and effect drop down menus.
        2) When pressing the add button, it should select Entrance->Appear not Emphasis->Change Fill Color and no automatic preview should not be executed.
        3) When changing the Category, the first entry in the Effect list is selected, which would confuse users to believe that it is now added to the object.
        
        Change-Id: Idefe07aae039d6c4b1bc9f18397ede98605b2dd0
        Reviewed-on: https://gerrit.libreoffice.org/22248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-12  Tor Lillqvist  <tml@collabora.com>  [98015cdcde77d23b66636591280463ae577246c0]

        We need to mention the vcl_opengl_blacklist here
        
        Otherwise the file won't be included in the installer.
        
        Change-Id: I928144e666377f18efa3a66f1e8c3e4204a708dc

2016-02-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [6858d517574aec65527ffa57b2b936bfa949ae92]

        vcl: include vcl headers via triangular brackets instead of quotes
        
        Change-Id: I311f7db622ce341527fe12a92b516f800b602f92

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [e6d6e35320984fe4198314e3ea3a91ead6b41392]

        Related: rhbz#1287593 issue 8, set a 'dark shadow' color based on the theme
        
        pick something that is supposed to be a large contrast against the bg but
        is different from the fg
        
        Change-Id: I36d2f9e5aff0e06e89dbb41250e09f9cc972cd4c

2016-02-12  David Tardon  <dtardon@redhat.com>  [f1bb29ff34ef7a8adf3d4cdfba1108db6df87da2]

        drop unused patch
        
        Change-Id: Id81a7c5ace2a5ae0edfb61a1ebc82b84f1cbc527

2016-02-12  Stephan Bergmann  <sbergman@redhat.com>  [74b4e5ebbfd232e4d8862abfe9bd5ce777713da1]

        Blind Windows fix attempt
        
        Change-Id: If4f83dfa0b2977f404715b7a95a73cbcdfc4f5df

2016-02-12  Stephan Bergmann  <sbergman@redhat.com>  [a10e04170d045ceb24fe9323b1b6e44544a3d893]

        -Werror,-Wunused-function
        
        Change-Id: I8bed7d76a76a1fd5cd71731a8dbff19f29fd2854

2016-02-12  Justin Luth  <justin_luth@sil.org>  [dc0f901190da6ab3d95c6008e947684ab36a4f2a]

        GetActiveAccessibleCell: remove recently obsoleted IF clause
        
        Follow-up to commit 1fda8bf08123b521d9ad77eb542d7d1a3c63f54a
        
        The recently added ELSE component is more inclusive than the IF component,
        so there is no longer any need to check if a cell IsTextEditActive().
        As long as the cell is active in any way, it will be returned.
        
        Change-Id: I92cf2a231db1e1457f81a2ef77811ed40078e647
        Reviewed-on: https://gerrit.libreoffice.org/22262
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [4cd1c029812155e4e1f80dcf69ea4167edec0130]

        Related: rhbz#1287593 subissues 1 & 2, pick 'tab' suitable colors from theme
        
        we don't use these for "real" tabs in tabcontrols in the gtk3 themeing
        but they get used in other places
        
        Change-Id: Ia55b8a43604f624ac82923897a01050fa4aa2bc9

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [718dd3742be309a77c5e22af799abc964cf1a3e0]

        xmlsecurity: implement Certificate interface in X509Certificate_MSCryptImpl
        
        Change-Id: Idf60c9adcbc6d7467df92b48995bcb5c0bc3465b
        Reviewed-on: https://gerrit.libreoffice.org/22308
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [6603564716694a1211e9a451bf868b2fc8f29460]

        gtk3: we don't render whatever a CTRL_LISTNET is
        
        Change-Id: I21a64250182b4630fa41583d7536081adf441ec5

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [06e8c58acb6ba667f8fd8c5587a3b3037324971a]

        Related: rhbz#1287593 subissue 6, get suitable hyperlink colors for dark theme
        
        Change-Id: Ieb5ed52fa8a9c26b3e839388a58cff295166eed9

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e52ec3951f3e9d687bdff20a6378cb2f4819a90]

        xmlsecurity OOXML export: never sign [Content_Types].xml
        
        With this, our own import is happy when we sign LO-generated OOXML
        files.
        
        Change-Id: I977d7db5cf18fec1f33c480ab6e58852f2433923

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [35ed9089373b4b63ecc656bd4dd57fc6f128c622]

        xmlsecurity: fix typo in DocumentSignatureHelper::AppendContentTypes()
        
        Change-Id: I5c67db0369d5eb24178e7173ac716dd8e96dfd47

2016-02-12  Stephan Bergmann  <sbergman@redhat.com>  [de92a3d67f423aeb30cab28fb8ecf77743e1c470]

        loplugin:passstuffbyref
        
        Change-Id: I90d10c9bde2ad1160a4c1e2de2b53c565cb7e80c

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [5b234f6b611177081bc51f74fb212e4699966bfe]

        add CVE-2016-0952 testcases
        
        Change-Id: Icbd931b51374d70ab0e94a4fe1357342f78e8700

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [b3a0a9cbb489e9c1b21df6d92c1f40305286d2d2]

        add CVE-2016-0951 testcases
        
        Change-Id: I50ca91f95557b48bb5a55f459c2a6053d2fe8d85

2016-02-12  Caolán McNamara  <caolanm@redhat.com>  [8bd00a69af3c1b5afab43be4857fb11adde3070f]

        gtk_icon_info_free is deprecated
        
        Change-Id: I7e5494d3a8c8e16da3864d14a9194c430d42202e

2016-02-12  akki95  <akshaydeepiitr@gmail.com>  [3ae9eaa79353bc43d0a1dd32cbdb09236256a22b]

        tdf#97425 - JVM start parameters should be editable.
        
        Added new dialog to edit Java start Parameter.
        Modified UI of JavaStartParameterDialog using Glade.
        Renamed Assign Button to Add.
        Added a function to edit.cxx vcl file to move cursor to last letter of GTKEntry.
        
        Change-Id: Ia43e2c0fbced5674a84187de02a9bc9460141f2d
        Reviewed-on: https://gerrit.libreoffice.org/22220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d004858944b1ec69446941e65f317ee78da172e]

        xmlsecurity OOXML export: write certificate digest
        
        With this, our signature on a DOCX file is accepted by Word as well.
        
        Change-Id: Ibd6bc77aa3f86a9b7f55f165383d1322ecb24f47

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [89af47f2b3fba6692a1cea850159b2163a64db8b]

        xmlsecurity: import OOXML <xd:CertDigest>
        
        Another redundant field: it's the SHA-256 digest of the certificate data
        for OOXML, not used for ODF. We need to store it after import, as we no
        longer have the security environment at hand when we store the signature
        to the persistent storage.
        
        Change-Id: I3bcccb3c7c4f4178c0b267ce87777fba543f8716

2016-02-12  Rishabh  <kris.kr296@gmail.com>  [0acbf9404a40e5ca87642af299218846d51cf009]

        tdf#82396:Incorrect behavior on update of Size values in sidebar
        
        Added limits for Width and Height
        
        Change-Id: I2aa80c86aeca826009b4594e5e9a0d5ed7f67ef9
        Reviewed-on: https://gerrit.libreoffice.org/22274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [da4b5fe46c0d6bdcc1c0fbdbb52b448c4dc96bca]

        sw: prefix members of ConstArc
        
        Change-Id: Id717c768075abfc5652b60c7bb8b67dbd51548bf

2016-02-12  Stephan Bergmann  <sbergman@redhat.com>  [a739f77150fc3a184102137f9677642d3e004320]

        missing include
        
        Change-Id: If579fa4cb615a5d7d6ca5c5a864393324940582f

2016-02-12  Noel Grandin  <noel@peralex.com>  [29cec238a1b140b88d85e5cc87bb00cbf2ad41a8]

        scan for all the source files I can think of
        
        Change-Id: I7d0c171ceaaf5f38fabe1ff8b53d78f72ea765e2

2016-02-12  Noel Grandin  <noel@peralex.com>  [b27dcabad349b68d2068dfe68924a5b0867f5ee9]

        move parsing of enum into SvIdlParser
        
        Change-Id: I89eef20d62f92f7345750c48c34c9f3b7bca287e

2016-02-12  Noel Grandin  <noel@peralex.com>  [f3f533f0c60d90fb723ecf417ce3a20bc38fa6c7]

        move module parsing into SvIdlParser class
        
        Change-Id: I99937935a1d41fa5b0ff6c2f5e92bde3b4847e9f

2016-02-12  Noel Grandin  <noel@peralex.com>  [e60296840bf9da3f61a3cce02e1369e4315354b3]

        move parsing of "import" into own method
        
        Change-Id: Ib3b3fb6fea52b846ada6fb92478ae8f9f769a665

2016-02-12  Noel Grandin  <noel@peralex.com>  [62225eeb9832b982023dca6c5ce2bc64ac92728f]

        bIsModified in SvMetaModule is unused
        
        Change-Id: Idc6effddce9923f0d48a111b2a04458efc11ebf9

2016-02-12  Noel Grandin  <noel@peralex.com>  [0c6d6aa47ea0a7260b4bc01519e51ef78e97f459]

        rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()
        
        Change-Id: I589dc0280c5bb587aa024b0f1dcf0b623d719aa4

2016-02-12  Noel Grandin  <noel@peralex.com>  [ffc7e42fc925a5e1073ec1b0025b4a1848683007]

        revert part of "loplugin:unusedmethods"
        
        commit 198f3ec116996788be1d73f9462ecb808b78f309
        
        Change-Id: I606ddcb721fce8551ece0c9375cb2b3f535f1318

2016-02-12  Noel Grandin  <noel@peralex.com>  [198f3ec116996788be1d73f9462ecb808b78f309]

        loplugin:unusedmethods
        
        Change-Id: I0fb06079ff8a9d0b2f5a2929f31846f91391f5c4
        Reviewed-on: https://gerrit.libreoffice.org/22229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cc5d37d87406671ac76e94a43f8a57f346caaaf]

        Update mdds to 1.1.0.
        
        Change-Id: I89b9b2e562f5e934df25498f5587a339db23388f
        Reviewed-on: https://gerrit.libreoffice.org/22304
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2016-02-11  Xisco Fauli  <anistenis@gmail.com>  [0ab6332f97ec8b12d96f43834febea21e0b39f6a]

        SVGIO: tdf#97543: Add import test
        
        Change-Id: Ia89f43ed1da9ead254f191bcbcc4ac338a9dda7a
        Reviewed-on: https://gerrit.libreoffice.org/22302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-11  David Ostrovsky  <david@ostrovsky.org>  [6e38a392c817cef128dff2bd0d7c37de9e3cc57a]

        mork: Clean up unused includes
        
        Change-Id: Ideff092f49bd84ce829f3ae142de7ff2d32391ab
        Reviewed-on: https://gerrit.libreoffice.org/22128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-11  Yousuf Philips  <philipz85@hotmail.com>  [939abe5a79674525ce134637947fe424a7e2332a]

        tdf#96444 Replace chr(20) with '%20' in style uno commands
        
        Change-Id: I88dec81db837f8839f1473371b558000d4bc9cf9
        Reviewed-on: https://gerrit.libreoffice.org/22265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-11  Michael Meeks  <michael.meeks@collabora.com>  [4d379cd842a9d27a0aec54af5b2ce94c01dfa0bd]

        tdf#97763 - avoid divide by zero for scaling images to tiny dimensions.
        
        Change-Id: I27efebcc1c24d45c17da2ad2959b673153c3eead
        Reviewed-on: https://gerrit.libreoffice.org/22297
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [07157e644fa9666850767ff6bd54c1511167a0a2]

        Keep track of ThreadsEnter/Leave acquire counts per thread
        
        Appears that gtk_clipboard_wait_for_targets (called from
        GtkClipboardTransferable::getTransferDataFlavorsAsVector,
        vcl/unx/gtk3/gtk3gtkinst.cxx) internally calls gdk_threads_leave/enter, so if
        two threads concurrently try to call into getTransferDataFlavorsAsVector, each
        with the SolarMutex recursively acquired a different number of times, the
        GtkYieldMutex::ThreadsLeave/Enter calls can pair up so that the threads' acquire
        counts get swapped.  Then eventually causing one thread to prematurely get the
        SolarMutex unlocked.
        
        This was fairly well reproducible when calling an --enable-dbgutil's soffice
        with an .oxt file on the command line, causing both the Extension Manager dialog
        and an empty Writer document to open simultaneously (which apparently both run
        into the above getTransferDataFlavorsAsVector), and then running into some
        DBG_TESTSOLARMUTEX assert firing when the SolarMutex had been unlocked
        prematurely.
        
        According to <http://en.cppreference.com/w/cpp/compiler_support>, support for
        thread_local is available partially since GCC 4.4 and fully only since GCC 4.8,
        so hope the partial support in GCC 4.7 (our current baseline) is good enough for
        what is used here.
        
        Change-Id: I9fad318078be5f31111a7cbd15d0e1349e7ddd3e
        Reviewed-on: https://gerrit.libreoffice.org/22291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [763521335b01a37c511ae8069cade9b4b69fef66]

        tdf#56544: Support LO's .~lock.*# file locking over smb, too
        
        Change-Id: Ia18c3044aba82f935b13f22ba98aff42e9d5098f

2016-02-11  Michael Meeks  <michael.meeks@collabora.com>  [8973bc02fd9b7f72db9c942e0fbd3a8b156cb53b]

        tdf#97197 - GL transitions should use their context not VCL's.
        
        Change-Id: Ifab7da221e73e068ebe0856a4224ec4ca4d611b5

2016-02-11  Xisco Fauli  <anistenis@gmail.com>  [b6a62f07557fe4ae0931e0f3e0f306d2f69b116b]

        tdf#97542: SVGIO: First check the current fill attribute
        
        Differenciate when gradient is defined in the text element or in its parents
        
        Add unit tests
        
        Change-Id: I85b09f72fbb1a3c8d2fa7350b4396b5bf924277f
        Reviewed-on: https://gerrit.libreoffice.org/22131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-by: Xisco Faulí <anistenis@gmail.com>

2016-02-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [54e3ea8a86a309990f5edf78948bfe18dd2de96b]

        tdf#97715 fix inv. scale calculation in DrawTransformedTexture
        
        When image was rotated towards 90 degree the ixscale and iyscale
        went towards infinity. That caused problems in fragment shader
        areaScaleFastFragmentShader. The problem was with calculation
        of destination width and height which didn't take rotation
        into account correctly. This commit takes this calculation
        from WinSalGraphicsImpl::drawTransformedBitmap.
        
        Change-Id: I30f14a1ecda21ef167e58eda8e2fcef00bdfa2b7
        Reviewed-on: https://gerrit.libreoffice.org/22289
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [2f048d891d2a3799e5d11bca90978849726a9ffb]

        SalYieldMutex::acquire/release should always be called in pairs, no?
        
        Change-Id: Ia108d3d4db2a2f05d306da55a59520e9471bb336

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [f09f61c9b4f474a95fafa144b4eb18dbdf2a166c]

        xmlsecurity: expose the certificate's SHA-256 checksum in the NSS backend
        
        OOXML export will need an SHA-256 hash of the certificate, introducing
        a css::security::XCertificate2 just for this would be probably an
        overkill. The same will have to be done in the mscrypto backend in the
        near future.
        
        Change-Id: Id2df06416a713927edd60e1253ff8e1c09dd706a

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [df4ebee2eff7f3766b604f4928ddf0f0f6e810bd]

        xmlsecurity: import OOXML <X509SerialNumber>
        
        Again, just to help the exporter not loose information.
        
        Change-Id: Icc729d6a58321695fa59e009a328fca56d5ef514

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7d86dfe4a83dd49192efe167e50c19e75109cde]

        xmlsecurity: import OOXML <X509IssuerName>
        
        This is redundant, but it's needed to survive an export -> import ->
        export flow, and at the end required in the OOXML result.
        
        Change-Id: I0779950b6464b4e15f4da452c163cddbc3d03a3d

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [01c62797c2c8acf6cb8cdd0f713411dca5411ac3]

        Simplify ChildrenManager
        
        Change-Id: I43762aa8b572651676d8cac4848d4c6d478cf850

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [a67d5c7604e8c420f6d63df89f04e33f940f952a]

        Make --enable-firebird-sdbc the default again
        
        19ec3c5e2230f982789f18c8e7bf77eabef68ad0 "firebird compat issue with macosx
        10.11 was fixed by sberg some time ago" forgot to turn this back on when
        reverting 9af1331c9253426855ac0f3a26e7f4bfff900d61 "For now, firebird doe snot
        [sic] build on macosx 10.11."
        
        (But no, firebird still does not build out of the box on Mac OS X 10.11, one
        still needs to pass into the build a non-broken SHELL that does not filter away
        DYLD_* env vars.)
        
        Change-Id: I17321893a08d1f2a129ee14bf4f4453ff64ad2ad

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [59adfe22eef256f26804d469b497872db638908b]

        loplugin:stringconstant
        
        Change-Id: I78f28906c3ceae323b608018f929c66358e9aa39

2016-02-11  Stephan Bergmann  <sbergman@redhat.com>  [d6eaa8d863f5bc352ce6a06c910dc3a0fd0216f7]

        Work around loplugin:oncevar with --disable-dbgutil
        
        Change-Id: I8f2a2910993609dec91e63074a5b9195a2352bb5

2016-02-11  Rene Engelhard  <rene@debian.org>  [e20316ede6978d0ace077c3f3dd5c22fea54b5dc]

        fix configure.ac help: --disable-gtk3 as enable_gtk3=yes is default
        
        Change-Id: Ib35b5d2f352606208471262cdc69da136e88275f

2016-02-11  Jan Holesovsky  <kendy@collabora.com>  [c0dfafab6459ef06ada37ea7ed5c7ebd59388057]

        Remove forgotten debug stuff.
        
        Change-Id: Iad6bb5ba62d114ca760c4215aa8eec872c5d181b

2016-02-11  Jan Holesovsky  <kendy@collabora.com>  [cfa9404319ac5310dc772b3b4a9a3d05721e6940]

        lok: Extend the StatusModified unit test with Save As.
        
        Change-Id: Ie9bbce6892fe1dcf55e23028e68037f996d7c71f

2016-02-11  Jan Holesovsky  <kendy@collabora.com>  [645ec0a7498932d4f1767353a89576cdf33f9c23]

        lok: Only add interaction handler when LOK fully initialized.
        
        Necessary for unit testing.
        
        Change-Id: I8db8b4c469864a915a00f8d8c4932634d74f11a7

2016-02-11  Jan Holesovsky  <kendy@collabora.com>  [a121074cbd07939713e169586469b934aedbe594]

        lok: Introduce a "TakeOwnership" filter option for saveAs().
        
        It is consumed by the saveAs() itself, and when provided, the document
        identity changes to the provided pUrl - meaning that '.uno:ModifiedStatus' is
        triggered as with the "Save As..." in the UI.
        
        This mode must not be used when saving to PNG or PDF.
        
        Change-Id: I11b5aa814476a8dcab9eac5202bd052828ebbd96

2016-02-11  Jan Holesovsky  <kendy@collabora.com>  [d11bf83b3f28fccdaac4c90dfb283b47f3617a7d]

        lok: Interaction handler for saveAs() too.
        
        The LOK does not have to be fully initialized, eg. during the unit tests,
        don't use the interaction handler in such a case.
        
        Change-Id: I11bb8db37c92b05e2c1ad06e1a6632db7fb0ea60

2016-02-11  Tor Lillqvist  <tml@collabora.com>  [c962b9b62c6fe173c64dfdc90f447ba5f8b11de8]

        Avoid duplicate declaration
        
        The same extern declaration is already in alloc_impl.hxx which the
        source file includes earlier.
        
        Change-Id: Idacadc8cf938d88892c99b1af3723c52fcae5298

2016-02-11  Caolán McNamara  <caolanm@redhat.com>  [03c33a2521421415c4fcbbe1491dc92a1943269b]

        gtk3: adapt to 3.20 style changes
        
        todo: get rid of the rest of the getStyleContext foo
        in favour of additional createStyleContext entries.
        
        This appears to now render fine on f23 and f24.
        
        upstream gtk now has a foreign drawing demo in gtk-demo. Stuff we are trying to
        do here can be found in a cleaner single-version state there. And additional
        demos can be added to keep a reference of how to do this crap up-to-date.
        
        Change-Id: I5ae1a52a2cacc6d8178ed1af30a12536ba828050

2016-02-11  Noel Grandin  <noel@peralex.com>  [8db11c905600d8f71fcdeb7f1849c01f64a49a50]

        fix dead code warning on Windows
        
        Change-Id: I7b23442b34c7f2dcc2c44c33613fb66e6eb1b14b

2016-02-11  Noel Grandin  <noel@peralex.com>  [4e13a6911259d3d7d23b61cb76614263608bbd95]

        use exceptions for error handling in .SDI parsing
        
        to simplify the normal control flow
        
        Change-Id: If325ec0507a51d8e2d3340fc5b628bb75a078a44

2016-02-11  Noel Grandin  <noel@peralex.com>  [489dd9027f53e6328f281bf087bb5a59246f9500]

        rename SeekEnd()->SeekToMax()
        
        Change-Id: I3274106d4459532145aaa9222df0e9d715cf59fc

2016-02-11  Noel Grandin  <noel@peralex.com>  [33e128b816300d552ae9ad3c611c8464fff08e68]

        simplify SvTokenStream handling
        
        Change-Id: Ic8d8c7df54bd9debea3b9601d9c8d67b0412b5ab

2016-02-11  Noel Grandin  <noel@peralex.com>  [09d58f7be8802c7e3f60ced1b428195b4d6bb7fa]

        GetToken never returns null, so use a reference
        
        Change-Id: I0164e546b0ee0b40acc7b9253d3c0ecded97280c

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e8be4c99e00d75bfb0d358f64071495ec6b21e3]

        xmlsecurity OOXML export: register signature content types
        
        Our own importer is happy about the export result already, but MSO is
        more picky, and mandates the correct content types for both
        _xmlsignatures/origin.sigs and the individual signature streams.
        
        With this, MSO can open the signed file again (while previously it just
        declared the file corrupted), though it still declares the signature
        invalid.
        
        Change-Id: I199ad96bb91e7ce03fdf1f10f9500db4e05bb5c1

2016-02-11  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [09a4abf2e1dd3e081d835a537ec913c71aa6c53e]

        cppcheck: unreadVariable 'bTextWrap'
        
        commit 764752f5d85cb7c86ad21340dfdda4b62754790c
        "better import xlsx heights" left some unused code
        
        Change-Id: I1bc0210f65a1e0c3cb16f86145b874cbca53f151
        Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-on: https://gerrit.libreoffice.org/22013
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c5ad2e2decb9af6005419a34db2bd0f4e9bcfd3]

        xmlsecurity OOXML export: fix double-char-fragment of same-document references
        
        The problem was that the final export lacked the "#" prefix in the
        same-document reference names. Fix this by doing what the ODF export
        does: don't let the signature informations (data model) contain the "#",
        just prepend it right before writing the name out.
        
        This way it won't matter if the source of the name is an import (which
        doesn't keep the "#") or a new signature (which did, previously), we'll
        always write exactly one "#".
        
        Change-Id: I18b6a5ba55b7e79ace537b7ecf575a7abc71e281

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cd3c87d5dfed9707f00dcebdd4c15642febbe12]

        xmlsecurity OOXML export: write signature streams to persistent storage
        
        Change-Id: Ia24a1b64d4adfc0db537704779ca25cfd86cac8f

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [f55914f7be1209718ff96527653cc33cd80f9d2e]

        xmlsecurity: avoid throwing io::IOException when OOXML export misbehaves
        
        The root cause (and that still needs fixing) is that the OOXML signature
        export fails to start same-document references with a "#" character.
        OTOH, even if that happens, it's better to throw uno::RuntimeException
        in UriBindingHelper::OpenInputStream() to avoid std::terminate().
        
        Change-Id: I9c9c211de36fb0aeb2c33f62b094c9f4d9c85b3d

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [67785148837b4ba5ebef1b2cdf249a8f8cad8b9d]

        xmlsecurity: export OOXML signature relations to persistent storage
        
        With this, _xmlsignatures/_rels/origin.sigs.rels and
        _xmlsignatures/origin.sigs is written to the destination file.
        
        Change-Id: I8d63a182e7cf05ed20195f88c90fba2a9a05379e

2016-02-11  Andras Timar  <andras.timar@collabora.com>  [85d18c4ed044da60e9d6d180937ac8e3a3a9c6fa]

        Updated core Project: dictionaries  86e206b136520e4e4952637851f05d104af53715
        
        Updated pt_PT dictionary to version 16.1.3.4
        
        Change-Id: Iceff55cf9d09817f8f857b687983fddfbffb5c56
        

2016-02-11  Noel Grandin  <noel@peralex.com>  [cf6c21e7f11fa7e438700478d61d5341cb614bd0]

        ReadDelemiter->ReadDelimiter
        
        Change-Id: I311eb27e3d287f3ef409cb54f19a152793f940d9

2016-02-11  Noel Grandin  <noel@peralex.com>  [78a072f0a18cc90275b8d2ba630b3be693586327]

        improve the parsing loop for the module keyword
        
        Change-Id: I0931ae0edfb45c5d4c67f545a1a5e513c8210e88

2016-02-11  Noel Grandin  <noel@peralex.com>  [401b7468bdaae0626d1179bc1c98c2882cc38d1d]

        create a new class SvIdlParser
        
        and start the process of moving the parsing code to one central file
        
        Change-Id: If6d8def37ec8c8415c22d39f9d8b7a09ec423873

2016-02-11  Noel Grandin  <noel@peralex.com>  [6b00d851672ecdde1833cf3ce3d90e34480af5e5]

        we don't use the optional "(" in import statements in .SDI files
        
        Change-Id: I74595786754381fef8105e3acfeb0f693bdbea83

2016-02-11  Noel Grandin  <noel@peralex.com>  [d542cf3e63aaa1b4c200796b9151cb5a869d1ce0]

        spelling
        
        Change-Id: Ic6464cd4d2c4fdb302f6337719ad937c0d3f8135

2016-02-11  Noel Grandin  <noel@peralex.com>  [81372804aed6d935cd917f86380ba22097613b6b]

        simplify some OStringBuffer code
        
        Change-Id: Ic1b0e13a8d77154fa780f6804ee36b5a5d9c7334

2016-02-11  Noel Grandin  <noel@peralex.com>  [4bcc7ddf78ac987dc4b9c80aab203c2e719fb5aa]

        simplify error handling code
        
        Change-Id: I8f70d6bde7018d5b4455f95373f1b7d5dbc4d76e

2016-02-11  Noel Grandin  <noel@peralex.com>  [e755ac76e04e696493b0557193b1a41f7eeb0657]

        rename Back2Delemitter->Back2Delimiter
        
        Change-Id: I8e4cf6fa936bc94db3f8a865731d00878354ad99

2016-02-11  Noel Grandin  <noel@peralex.com>  [ae7f6dc8afd3b5723ca11f1cdebc1564649e243d]

        use WriteOString to reduce the code a little
        
        Change-Id: I5378478500a18b2d7156b7047867bc53f6513b45

2016-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed21ac627cecc7dd7f416462beb6cf099889e79f]

        OTempFileService: avoid manually deleting mpTempFile
        
        Change-Id: Ic2f83fd4ff83795a77dd9b97b98e2635e5c447c0

2016-02-11  Oliver Specht  <oliver.specht@cib.de>  [5152c43109c9a35f30fc9b0f478c1fbaf01a1143]

        tdf#89505: replace tab character with space in table of contents
        
        the ToxWhitespaceStripper now replaces also tab characters so that
        they don't break the formatting
        
        Change-Id: If66aaddcbc0f8c65461f53f07ca7031f8f1d11b4
        Reviewed-on: https://gerrit.libreoffice.org/22271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-02-11  Noel Grandin  <noel@peralex.com>  [0f8ec3036f44b02aa03795ede3052a790134a90d]

        [API CHANGE] add operator==/!= to UNO structs
        
        this is useful now that we are storing UNO structs in std::vector
        
        Change-Id: Ic558bcd669bd2b3cdf9eb8393269eb906ac52369
        Reviewed-on: https://gerrit.libreoffice.org/22257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-11  Olivier Hallot  <ohallot@collabora.co.uk>  [a6f876d45bd4e41a7143594a6cb11b6893a0f620]

        tdf#67343 Standardize order of dialog buttons
        
        Standardize order of OK, Cancel, Help buttons in all dialog windows
        Slide Design dialog
        
        Change-Id: I015899fd1b2e27f868c130d4b27b06fa403bb0ce
        Reviewed-on: https://gerrit.libreoffice.org/22275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-02-11  Olivier Hallot  <ohallot@collabora.co.uk>  [c5ee428672ec63dc97d7e92f32c112bd9347fdbd]

        tdf#67343 Standardize order of dialog buttons
        
        Standardize order of OK, Cancel, Help buttons in all dialog windows
        Protect sheet dialog
        
        Change-Id: I4549d999a4bb73102eb8ab6b443143956923ae3e
        Reviewed-on: https://gerrit.libreoffice.org/22254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-02-10  Dennis Francis  <dennisfrancis.in@gmail.com>  [bc20c6d0f397c0c1aef6ef7d6f750c2f81af8db6]

        Refactor ScMarkData for tdf#50916
        
        Made the container for storing multimarks dynamic.
        Also let the full row marks to be stored in a dedicated
        ScMarkArray object rather than in the multimarks container.
        
        Unit tests for ScMarkData and ScMultiSel will come in a follow up
        patch.
        
        Change-Id: I300ff80bebd6f4f39c284c1e8cb7deece82c1bec
        Reviewed-on: https://gerrit.libreoffice.org/22163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7f02815bf90f4dee5c76f2bdb4fd84f03e27527e]

        update emoji autocorrect files from po-files
        
        Change-Id: I9afda5ccefa59c41977244aa40844d6b7d926b13

2016-02-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [068403aba502d48aa3e2b57ef9eb8727e29fc0c9]

        update credits
        
        Change-Id: Iee78d25b7488273be7dfc8f9cd143c59b5169734

2016-02-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7b42b0934bf21ee2f5aabfc7627c9564055f21b4]

        Updated core Project: translations  5eaac2d75c77fe4ba1a3bd3838c8cd1e74a4e2fe
        
        update translations for 5.1.1 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: Id683b299a55c834c69222b37a76361d9ac0804e1
        

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [600a7a79ecffc47a68438d308f5829868c2f37e6]

        xmlsecurity: handle creation of OOXML _xmlsignatures sub-storage
        
        Previously this code worked only for reading, as we assumed if it
        doesn't exist, then the storage is not OOXML, either.
        
        With this, DigitalSignaturesDialog::OKButtonHdl() gets a valid storage,
        where it'll be able to write the actual signatures.
        
        Change-Id: Iadf63a88c962386abc31225c02398761aea818cb

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4b2e2362513e4442fe1d133302bd9b487866c6a]

        xmlsecurity: fix reading OOXML signature from temp storage
        
        When reading a signature, we just take the ODF signature stream or OOXML
        signature storage.
        
        When writing, we write to an ODF temporary stream / OOXML temporary
        storage, read it back, and only the signatures dialog close handler
        writes the signature back to the original file.
        
        The underlying OOXML temporary storage's stream is the signature stream,
        so only try to load signatures from the stream if it's not OOXML,
        throwing a ZIP file at an XML parser is not a great idea.
        
        Change-Id: I6e42d117b9c97676aaeaad158e78e39a2c39a5e8

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d06e6505f454eeff69327b22d5a5592375d31518]

        xmlsecurity OOXML export: write signature description
        
        Change-Id: I29937cf6baa02bda7821b4bb44c95e5b8a278080

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2779756374d9e71e9ed6a1d7665f64cc5eacb0f]

        xmlsecurity OOXML export: write signature time
        
        Change-Id: I88b0be8b375b7698224e08768d867b767c3a98ad

2016-02-10  Michael Meeks  <michael.meeks@collabora.com>  [25ff833c14b681c37f397199370188196d81371c]

        find-german-comments: misc. cleanups and fixes for altered tree.
        
        Change-Id: I6d6f3488afd71cb782bd83fea9fa11a2e52d0efe

2016-02-10  Andras Timar  <andras.timar@collabora.com>  [76d34bbc2696fdcfe9719f6fa70c4ef81af0c2be]

        tdf#46037 clean up Options - LibreOffice - Accessibility page
        
        switch to new config access and handle read-only state, too
        
        Change-Id: I499363ae59163ffcea4f7d3b0fe72289b88ffb79
        Reviewed-on: https://gerrit.libreoffice.org/22261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-10  David Tardon  <dtardon@redhat.com>  [35b5f9f1359c9467fe5b08cffc65cb2bfcaf93fb]

        Revert "Related: rhbz#1168756 save chosen printer also in print settings dlg"
        
        This is wrong--the printer should not be remembered globally, as it is
        only for the current document.
        
        This reverts commit 4bc37b7e804fbfe17f8f516487d16ea23a0b246e.
        
        Change-Id: Ic917470408dbf9ff704e485358463852a45b57a4

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6077ccc69c65156476f1855c5c9711814e8e226]

        xmlsecurity OOXML export: write RelationshipTransform algo arguments
        
        The usual generator/meta stream and the signatures itself are the
        excluded ones. It seems everything else has to be listed explicitly.
        
        Change-Id: Ie0f3e161aa0c2e1cb97ad3d9d012ac78078e287a

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff1982dc3f577913b9c15bd5c57776cf72918878]

        xmlsecurity OOXML export: use RelationshipTransform for relations
        
        Change-Id: I5fd400f095998184107c10afa95fe8b12c123d33

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a83527119b3d102551cd9ca6a6e34b8b410b58e]

        writerfilter: DOCX signature is read in xmlsecurity already, remove TODO
        
        Change-Id: Ibae2fdd0d56f68ab3401b5215b9b67000d05a3ca

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [19c3b263c8f7adcba24fd12c5bdd4878f026f387]

        xmlsecurity OOXML export: sort manifest references
        
        Again, just to not pointlessly differ from what MSO does.
        
        Change-Id: I49f4744db1489120d300349fcd40756c0bed7de9

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [0f956166c3df90485ca17f44c45645364c2f2bda]

        svtools: missing space between brackets and const in fn sig
        
        Change-Id: I95467b53acf3940260616a747b0806050419953d

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [aadc603afeca5657da9903ccb52e89cbb3ba5611]

        vcl: actually remove ImplTranslateCommandEvent!
        
        Change-Id: Ic120f83c5809074d082a86f677790ce9df35abcb

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [603ea975c19ac8826bd0cdf27fb59a9a21f765b4]

        vcl: ImplTranslate(Command|Mouse)Event changes
        
        ImplTranslateCommandEvent is used exactly once, so remove this function.
        ImplTranslateMouseEvent is used a few times, make it local to the file and
        tweak.
        Added comments to both areas explaining what is being done.
        
        Change-Id: I68cd424a1d586df44957a62a66de3c9876ab873e

2016-02-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b4c6cf513c5bb0ed02b95bbdbb0879a78c1eca65]

        opengl: remove unneeded mnBufWidth{Height} from OpenGLSalBitmap
        
        Change-Id: Idf445b9f6b403a0d37650c14e17b7d754451edf1
        Reviewed-on: https://gerrit.libreoffice.org/22258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [63fd137cd54fb6df0c812a97d962239b8d0996a0]

        svx: updated comment function signature return types
        
        Change-Id: I4ebe95660b18fae2339876866cd95c7ca752e63d

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [3ff9dd6ff36f21d9bea1851cea05a4ed4228722d]

        vcl: move CommandEvent functions from header to cxx file
        
        Moving functions from commandevent.hxx to commandevent.cxx, this means
        they are no longer inline, but there was no clear reason as to why they
        were inline in the first place!
        
        I've also reordered the header to ensure that CommandEvent is the first
        fully declared class, the data classes get declared after this (hence the
        forward declarations). This makes reading this header much easier.
        
        One more small thing: a few if statements had braces in the primary if
        block, but not in the else block, which is IMO bad style and can possibly
        lead to errors. I've made the else block use braces.
        
        Change-Id: I79b010bd66d3c9f4a74d4fa470f62d0263c811f4

2016-02-10  Tor Lillqvist  <tml@collabora.com>  [574482123b0fcd7deed9345fd524e9fc1d8bfb5e]

        tdf#97435: Avoid persistent window state crack when used from LibreOfficeKit
        
        Change-Id: Icab7dea3cf63f3932b7759acec339b498a8ac9c5
        Reviewed-on: https://gerrit.libreoffice.org/22233
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8cf3f7bb7eba6fcddb42b6b789e5e4372a23f6b5]

        opengl: invert50 shader compilation error
        
        - can't assign vec4 to vec2
        - LHS of `&&' must be scalar boolean
        
        Change-Id: I46bef7d41198ed1a33f9c3f7796f25358849852e

2016-02-10  Rishabh  <kris.kr296@gmail.com>  [a04b458821cd4b34b56f406af4620c8df2d5ea12]

        tdf#87813: Reduce duplicate code
        
        Change-Id: Ib546849de5101d7e9ebdf20f98f080575ce5f9cc
        Reviewed-on: https://gerrit.libreoffice.org/22192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-10  Stephan Bergmann  <sbergman@redhat.com>  [0c517ab1bf7f17b9d070f0a79fc2e6d637309d11]

        loplugin:nullptr, loplugin:override
        
        Change-Id: If4500b8b41915a05a2bfb2c776259f49ad9bfc85

2016-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [93faf178195ca974747849879266783884ae27c5]

        tdf#87034 RTF import: fix multiple superscripts after footnote ...
        
        ... in the same paragraph. The intention was to avoid replaying the
        supertext buffer and using its contents as a custom footnote mark at the
        same time. However, it's enough to check if the buffer is empty to do
        so, and that avoids the mis-import of the bugdoc as well.
        
        Change-Id: I1e3b0c7f0c6d8eb8250d8b1d0d7d196039c40e79

2016-02-10  Stephan Bergmann  <sbergman@redhat.com>  [9e38d549b9099879ba98b9ad096347d5f9b6475a]

        loplugin:nullptr
        
        Change-Id: If248c921cd5c64c74f36193f3928835f0059834d

2016-02-10  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [746633bd0315939fd5e0b50c90692d356d2ed678]

        tdf#53472 Integral Symbols too small for some integrands
        
        Change-Id: I1ab550821f0b254a7414246fd72f3882b7140c90
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-10  Christoph Brill  <egore911@gmail.com>  [68df4d20d169bfb82d260f7f355790ccad194b19]

        Add existing CppUnit test for sal/rtl/random
        
        The tests itself already existed, we were just missing the .mk file
        
        Change-Id: I662eba5d955aa5cbd774dbb3b4c9f9010dc1d7d6
        Reviewed-on: https://gerrit.libreoffice.org/22249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-10  Stephan Bergmann  <sbergman@redhat.com>  [de907bf54d94c96b7939f7bc9901725454d31187]

        Simplify code
        
        Change-Id: I2ac0564a5a6714111abdcff48edff070d75892b7

2016-02-10  Stephan Bergmann  <sbergman@redhat.com>  [e4e0eb0dffc229f7d2099f43644182bedceb6be2]

        Use unit_least32_t as a better unsigned counterpart of INT32
        
        Change-Id: I0607073c73d3b291a4d5fbfb04e9516b9bbda748
        Reviewed-on: https://gerrit.libreoffice.org/22244
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-10  Niklas Johansson  <sleeping.pillow@gmail.com>  [5384c6a53a8f2201d373e8c63c42d39d10ad0aa6]

        Don't fall back to Tool Bar as accessible name for toolbars
        
        There is really no need to force an accessible name on the toolbar
        The fact that it is a toolbar is already given by the accessible
        role TOOL_BAR. By giving it the name Tool Bar will make some
        screen readers read Toolbar toolbar and then whatever control
        is in focus.
        
        Change-Id: Ie033f7f98ece2481b8e4b1ce72f4254a3cfd7303
        Reviewed-on: https://gerrit.libreoffice.org/22088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ec96eab842c6b08edd88e7ef3fe6aeb4bcf9ff7]

        vcl: update header guard name for commandevent.hxx
        
        Change-Id: I15e6149819283530a4a85d2817ac4d2452ac3aab

2016-02-10  Michael Meeks  <michael.meeks@collabora.com>  [fea95da81260bc7eabe7ece595829009b2db3e62]

        tdf#97700 - vcl: opengl - fix memory corrupting size mis-match.
        
        Change-Id: Iab49a20c85f9deb3e8c60a782050aa4c12b663ad

2016-02-10  Michael Meeks  <michael.meeks@collabora.com>  [13667e6576e3e5bc5b133764f77d71cef6c4687a]

        tdf#97700 - vcl: opengl - add asserts for horrible size mismatch.
        
        We really need to be sure that our texture and its wrapper agree on
        the size of the texture, and particularly the buffer it is reading
        into to avoid DMA'ing junk over the heap.
        
        Add paranoid assertions, also add a canary at the end of the texture
        so we fail hard and fast in this case.
        
        Change-Id: Ibf4869fb5cba562aa117943ce0f2f3df21ca7036

2016-02-09  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [d323f2487d84fbd3909cd2166b98a2a875b71bf8]

        slideshow: Add shadows to Honeycomb, using the same way as Vortex
        
        Change-Id: I1f8f11f900f281792b417c1efead272fe3e8432e

2016-02-09  Olivier Hallot  <ohallot@collabora.co.uk>  [1f8ddf1b8ff4727473676de9c7fda24b49b9599d]

        Updated core Project: help  df2eefa2ce5e5db43df453ba1c2fb52abb88e08e
        
        tdf#96868 Help page for data statistics regression
        
        Change-Id: I7c0e236c1d19572b682d5b6c120ce604f6e39de8
        Reviewed-on: https://gerrit.libreoffice.org/22144
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [7672637cb33bcae199d3f0b0b3dcc568375d4976]

        vcl: opengl - clear the user buffer after greyscale conversion.
        
        Change-Id: Ie87fc935bf69b5eb2c620e60d041fb95b544ec96
        Reviewed-on: https://gerrit.libreoffice.org/22243
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [a6ce77b508cdcda0a65fa3802daf7a6ef757af43]

        vcl: opengl - do some writes on the CPU to help valgrind in debug mode.
        
        Change-Id: Ic44a458f7717647f399a9419fcdc8acc812edc97
        Reviewed-on: https://gerrit.libreoffice.org/22241
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [77841b211fe7e4bdb6511333236ba4b86fac908f]

        vcl: opengl - fix crashing / memory corrupting issues with updateChecksum.
        
        Switch to use GetTexture which is robust over a number of corner-cases.
        Also ensure that we have a valid VCL OpenGLContext.
        
        Change-Id: I79b2b8ee241da4ed79e93e30df005e8c32ffcf02
        Reviewed-on: https://gerrit.libreoffice.org/22242
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2016-02-09  Stephan Bergmann  <sbergman@redhat.com>  [e6421b3e221405ea02c12226da6349a563bfd0ec]

        loplugin:nullptr
        
        Change-Id: I9e57fab57e0436c76b0b683ff9c34583706f9c80

2016-02-09  Tor Lillqvist  <tml@collabora.com>  [cede4a1af316b9a9e1928c71082448ff087d288b]

        Revert "tdf#97435: Avoid persistent window state crack when headless"
        
        The change caused failures in some Java unit tests.
        
        This reverts commit 882d27fce20ee0537f785a619be1dd065ea6bbca.

2016-02-09  Stephan Bergmann  <sbergman@redhat.com>  [5a5dbb31d559fb8d3cf9831863bea1f215a34f3d]

        Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>
        
        Change-Id: I089b5caca5e05726105f78aeb00db1869d0a17f4

2016-02-09  Xisco Fauli  <anistenis@gmail.com>  [05554bc47840659e1b9826523c100edfbc8a4ecd]

        SVGIO: tdf#79163: Add import test
        
        Change-Id: I891425f331e9be21c160eb0b11f05dba280bef23
        Reviewed-on: https://gerrit.libreoffice.org/22196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Stephan Bergmann  <sbergman@redhat.com>  [44503ecd59d5bc6b96e7948eede240c0314e5dcf]

        Don't leak old m_pSurface
        
        Change-Id: Ief35b95af3da58845291ab27b4eb09895e0256a2

2016-02-09  Stephan Bergmann  <sbergman@redhat.com>  [721f53712a2b291c559b7ae42bc17538ca5bc8ac]

        external/jpeg-turbo: Avoid -fsanitize=shift
        
        Change-Id: If039e70f4e533d8253f272c3f45fbc980b37e0c8

2016-02-09  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [0c14c7babb71588fd93c1adccf4a99bf1b65dbd3]

        slideshow: Add shadows to the Vortex transition
        
        These are done using a shadow mapping technique, we render both slides
        from the point of view of the light, and then do a second pass in which
        we lower the light of the fragment if some other cube is above it.
        
        Change-Id: I8aaa1428c4481661283bf69b5e56aa4d95fb80dd
        Reviewed-on: https://gerrit.libreoffice.org/22232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-09  Tor Lillqvist  <tml@collabora.com>  [882d27fce20ee0537f785a619be1dd065ea6bbca]

        tdf#97435: Avoid persistent window state crack when headless
        
        Change-Id: Icab7dea3cf63f3932b7759acec339b498a8ac9c5
        Reviewed-on: https://gerrit.libreoffice.org/22233
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [5b0f53f8f215062a131ec0498a72fb7619e5156d]

        slideshow: Don't de-reference Nodes cast to const char *.
        
        This crept in with a conversion in:
            7bdc6be9c23517eec02ce7139edd7003abbee1f8
        
        Change-Id: Ic1c62122934d5857326258565e4b54ef6e81b884
        Reviewed-on: https://gerrit.libreoffice.org/22237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dc0a4431f48546265d9cab7a8be25131ef18f53]

        xmlsecurity OOXML export: fix prefix and suffix of stream references
        
        In ODF, they're relative to the package root, in OOXML they always start
        with a leading slash.
        
        Also, in OOXML the stream URI should have its content type as the
        suffix.
        
        Change-Id: Iac570ed15533a23c8a6098f99b716f90e1bac0e0

2016-02-09  Michael Stahl  <mstahl@redhat.com>  [3c6912429252f6924b0d37e57c3760ebf1cf32b5]

        offapi: fix even more doxygen warnings
        
        Change-Id: Ic46ffa9423032a61ef79471c7cb4f2771c7f4270

2016-02-09  Michael Stahl  <mstahl@redhat.com>  [a0d873615c5c11a8154da213171b50c50c081305]

        udkapi: fix doxygen warnings
        
        Change-Id: I5f8c8df369aa7bb7f0647dbf4b25c39203d11b34

2016-02-09  Xisco Fauli  <anistenis@gmail.com>  [8fbbb923ea752e3c5b147824f0dc04e4b9e27dad]

        SVGIO: tdf#85770: Add import test
        
        Change-Id: Ifffe1d461ae6fa30a9cc61df2ece5716078031ab
        Reviewed-on: https://gerrit.libreoffice.org/22190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Michael Stahl  <mstahl@redhat.com>  [e9309e1f32e9029b62d67a3706ea63d4c5bb587a]

        don't assert that no ODF import happens without a base URL
        
        Turns out that if you create a new document and then copy an embedded
        object from it to the clipboard, there really is no usable base URL.
        
        So don't assert and just log something, hopefully the important file
        import cases have been fixed already.
        
        Change-Id: Iee1027cbab4db10a273518739a5ab2c31627180e

2016-02-09  Noel Grandin  <noel@peralex.com>  [555ee51b77a789253bffdd9ffb16bdc5e51b980a]

        convert to range-based for loops in codemaker/
        
        Change-Id: Ifa521f34a8d9565bb61743c4a996bcba37e95ec2

2016-02-09  Noel Grandin  <noel@peralex.com>  [a6f16879922ee237db268ad19328009242b3ca6d]

        rename dumpHFile to dumpHdlFile
        
        since we create .hdl files, not .h files
        
        Change-Id: I0faf0eda459c5353c9ebf1417fd65a17748dc591

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [d15d523d071df29879613e21bcb72eec6dfbe57f]

        sequence->vector in OCacheSet
        
        Change-Id: I61c6486d42dbc404355809a80943885457e79384
        Reviewed-on: https://gerrit.libreoffice.org/22184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Michael Stahl  <mstahl@redhat.com>  [678e0ea1472478d248d1a45c1e0ade5ed84f9d46]

        vcl, libreofficekit: gtk_clipboard_wait_for_contents() may return null
        
        Don't crash then.
        
        Change-Id: I4980fe4ea56e023cbf303fa43d1e6b383d983d2e

2016-02-09  Rico Tzschichholz  <ricotz@ubuntu.com>  [e14bd2d6845cf13a35b14762d6e1e160e8315997]

        pyuno: Fix build with python 2.7
        
        Adjust conditionals to properly respect python 2.7.1+
        
        Change-Id: I32d21a071e054100294e418af5358305eac69944
        Reviewed-on: https://gerrit.libreoffice.org/22231
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [52c60fac3672476a0260248d3eb6f9ac7b96667f]

        xmlsecurity: OOXML export of idSignedProperties stub
        
        If the signature refers to an XML element with that id, we must export
        at least a stub, otherwise xmlSecDSigCtxSign() will refuse to do
        anything with the signature template.
        
        With this, at least some calculated hashes and signature values appear
        in the OOXML output.
        
        Change-Id: Iff26c6ae0b97bf3509144a66a2c23070100a5974

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dcee42b44f56fec0b90ee6f7edcaaaa87adecdc]

        xmlsecurity: mark the Signature, not the SignedInfo during OOXML export
        
        So that we pass the correct node to xmlSecDSigCtxSign().
        SAXEventKeeperImpl::startElement() always marks the first node written
        by XSecController, which is the Signature node for ODF, but for OOXML,
        the Signature node is the root element.
        
        Fix the problem by writing the root element in
        XSecController::exportOOXMLSignature() instead of doing it earlier,
        similar how it's done for ODF (where we intentionally want to not mark
        the root node).
        
        Change-Id: Id0a76f155726ad53a996e9327454b8795497ac7b

2016-02-09  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [0163501d57725b01037248922949029077b37530]

        slideshow: Only retrieve each uniform location once
        
        Change-Id: I882b1cd55062f1e41f901bf77383f7f4bf9ec097

2016-02-09  Caolán McNamara  <caolanm@redhat.com>  [00acf44e54d600a2051d7011dfaa408c2cd5060c]

        crashtesting: assert on exporting tdf94913-1.docx to doc
        
        starts with "CITATION ", and not " CITATION ", but I think
        that's ok given the similar test at RES_AUTHORITY
        
        Change-Id: I3c429209e70bac905e87b6919af074e7143e45b0

2016-02-09  Xisco Fauli  <anistenis@gmail.com>  [1dad3e2a1277e6602142e97096b1f6b9965bb0f5]

        SVGIO: tdf#45771: Add import test
        
        Change-Id: Ib1b66a3d91374bcf458bb368483f33cd4b8e0f0d
        Reviewed-on: https://gerrit.libreoffice.org/22189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Noel Grandin  <noel@peralex.com>  [0dba1425d2bd0446ec7e54189d8068455ece91c3]

        rename dumpHxxFile to dumpHppFile
        
        since we generate .hpp files, not .hxx files
        
        Change-Id: I694364c9b0e7c78777201a031435c40b10cfd1ed

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [383e11040c2b329705d9f161576cf162390b52a7]

        sequence->vector in postgresql
        
        Change-Id: I57bf8f4404df9f73d9a52c651c9f27784f10c937

2016-02-09  Stephan Bergmann  <sbergman@redhat.com>  [f1cb83cef59c3b1d5ee780e8916832483468fab7]

        UIDNA_CHECK_CONTEXTO is only available in ICU >= 49
        
        ...unlike the rest of the createUTS46Instance stuff, which is available in 4.6.
        While it is desirable to have that check here, it probably doesn't make much of
        a difference in practice, and Rico Tzschichholz would like to have this working
        on Ubuntu 12.04, where only ICU 4.8.1 is available.
        
        Change-Id: I5bbd2ed296c6e068e175e7f8353cea37ed4d9e44

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [6a4acc5dbb2042545e8de8ee8d138c3486b1a539]

        sequence->vector in OFOPXMLHelper_Impl
        
        Change-Id: I6c5806fefc57d82124652ecbb5bfa8e109f9a255
        Reviewed-on: https://gerrit.libreoffice.org/22181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [1cb7cc1f1df041e9bc4337f4352214a5779040cf]

        sequence->vector in OPropertyChangeMultiplexer
        
        Change-Id: I4daa06fe14971ae34e089620ba07818d998764f0
        Reviewed-on: https://gerrit.libreoffice.org/22179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [29b92329005eb2f31d2b76eafaa1ffff67387b8e]

        tdf#94097: Move 'Print to file' option to the front page
        
        Change-Id: I4acc09d0a46d82cfc9a63cbffe8e53a1b86f3acd
        Reviewed-on: https://gerrit.libreoffice.org/21908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-09  Tor Lillqvist  <tml@collabora.com>  [39eef4c5096b5e1379c3ebbac5b3fcad347d5600]

        Revert "headless: don't let windows become really visible to avoid paints."
        
        Causes CppunitTest_sd_tiledrendering to fail.
        
        This reverts commit 8455fe462a5a0e82ed2f98d303d36623b5920f9d.
        
        Change-Id: Ida95ea8855110f2c4322ffdee8fc6865e46ccad3
        Reviewed-on: https://gerrit.libreoffice.org/22226
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-09  Caolán McNamara  <caolanm@redhat.com>  [cb7d12ea4d67278edaf0240a67221ca5d5d8e93c]

        crashtesting: crash on loading moz414782-1.svg
        
        Change-Id: I1324b902c0790350bc8c44e7d63ce45915e3b33f

2016-02-09  Caolán McNamara  <caolanm@redhat.com>  [3d42c1fc15c4c2dacf5da7d6555e3fc7ac10416c]

        crashtesting: crash on loading moz330387-6.svg
        
        Change-Id: I9bba4cd9332320285c06ca3ba8eaf94ab89dfeef

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ae891280af0eab73e29fbfa32ddc23d3fe6803e]

        xmlsecurity: some streams should not be signed in OOXML export
        
        At least that's what MSO does, probably intentionally.
        
        Change-Id: I0722faaac4b9b93dad66753b8bb4f0e196adddf2

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a9f81dadad52b36e5d148b07f721823b65d5aa0]

        xmlsecurity: export OOXML <Object>
        
        Change-Id: I3f99cd51232e7c60bf72a79412e5ed0b08851ba7

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6376a6bafb7aceaab743e8918c2ec858a857ea41]

        xmlsecurity: export OOXML <KeyInfo>
        
        Change-Id: I8a0c85195992137fbc8a559cacdb389cea03671a

2016-02-09  kerem  <hallackerem@gmail.com>  [098c1e495ee87f0674018fd18c77a3a1abef698d]

        tdf#88462 convert manual XInterface implementations
        
        Change-Id: I00561b7a6de6265cfdea0e3a92f404fac86982f6
        Reviewed-on: https://gerrit.libreoffice.org/22213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-09  Caolán McNamara  <caolanm@redhat.com>  [1570fc17291b97b053f5507184dd661563348f04]

        gtk3: endless trudge as gtk changes theming yet again
        
        start by silencing the warnings
        
        Change-Id: I2aa430e712e189a856a10c9d2284ef54dcfcb7d9

2016-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac0773fac537615ce379a397e116be44256a48ae]

        writerfilter: silence 'failed to initialize RDF' warning on RTF import
        
        After all the storage of the real docx input is not interesting, as it
        won't contain anything RDF-related in ODF markup. Also, the WW8 import
        uses the same empty storage without problems, so should be enough here,
        too -- to please RTF, which isn't ZIP-based, either.
        
        Change-Id: Iea14291cf56851d60caa3c3303b134067d04faac

2016-02-09  Rishabh  <kris.kr296@gmail.com>  [9485104b7cd2f3459d5954df33343bc3cc76a744]

        tdf#87813: Remove Dead code
        
        Remove CustomAnimationCreateDialog code.
        Follow up commit for e4aa4472f84dc9fcf0acaab80ede005603a4b93c
        
        Change-Id: Id29636561d49d09480cb2074e2cb8e292d1c2669
        Reviewed-on: https://gerrit.libreoffice.org/22142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Xisco Fauli  <anistenis@gmail.com>  [17f01039fca2a992f0dfa768fcb640ae26035a88]

        SVGIO: Add import test for 7c151f39144b7401a99c7b736a41e5dce4ac4db1
        
        Change-Id: I4ab4463dfa2422fd0d8fa1fd65d7765f716c9bc3
        Reviewed-on: https://gerrit.libreoffice.org/22188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ad8d6d9ef53717e072005fe518ba8ded61e96711]

        tdf#97666 -opengl: convert the bitmap to 8bit grays using GL shader
        
        Change-Id: I4d48d29ab752814f71c697a201e70a26ae937775
        Reviewed-on: https://gerrit.libreoffice.org/22223
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [8455fe462a5a0e82ed2f98d303d36623b5920f9d]

        headless: don't let windows become really visible to avoid paints.
        
        Paint at the wrong time has a habit of allocating over-large
        OutputDevice's for the drawing layer; saves 7Mb of heap for a
        dummy tilebench document.
        
        Change-Id: Ie06df705a55faadea2b06fd24b904d95ae64fd83
        Reviewed-on: https://gerrit.libreoffice.org/21919
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [a238b1f8d304bf1e2ffb357937f3ec888ee8ac89]

        Remove excess newlines
        
        A ridiculously fast way of doing this is:
        
        for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
          --exclude-dir=workdir --exclude-dir=instdir '^
        {3,}' .)
        do
            perl -0777 -i -pe 's/^
        {3,}/
        
        /gm' $i
        done
        
        Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
        Reviewed-on: https://gerrit.libreoffice.org/22224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [538f276ae0414ea34ede6090b5f56e8fecd6fc65]

        Formatting changes across all modules
        
        + Removed comment cruft
        + Tab formatting in number of files
        + Some commented out code removed
        + Tab characters replaced with spaces
        + Newline cleanup in quite a few files
        + Tweak header guard #endifs
        
        Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc
        Reviewed-on: https://gerrit.libreoffice.org/22221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-09  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f12e483589888f87843026ceff5ae3c1e615ca02]

        Fix tdf#97500 Reinstate missing file error dialog on WebDAV
        
        Bug introduced with my fix to tdf#96669 in commit
        5fc2910fc872bbd1184aaab7c842dff593d2449b.
        
        Reverted previous fix and write a new version in fpicker instead.
        
        On WebDAV better check if the stream opens first, then check
        IsDocument property, because it may be a folder name.
        
        Change-Id: I72ce728329e4194080db6fa4cc4d98fecf7672e9
        Reviewed-on: https://gerrit.libreoffice.org/22214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-09  Noel Grandin  <noel@peralex.com>  [3c14d8fd4c0ca3fb034a137436d0b0e584e2ab2e]

        rename aAttrList to aSlotList
        
        since that is a more accurate reflection of it's use
        
        Change-Id: Ic5933e5cdeefac7363975a5767be3ee5db99bd56

2016-02-09  Noel Grandin  <noel@peralex.com>  [cfa4ba4b2b7138f7b95fb725866ed37155ccceee]

        simplify SvMetaObjectMemberStack
        
        Change-Id: I7c1ba85fcb21925f5e912fa48207411e4fc1fbb4

2016-02-09  Noel Grandin  <noel@peralex.com>  [8bbcbcec91f723a3839bd80aa1d28e0420dfd1e6]

        simplify SvSlotElement
        
        Change-Id: I4699dca35c0197944df97005ff032e1d16139e5f

2016-02-09  Noel Grandin  <noel@peralex.com>  [8d6e4896d9485aec0def2d23b90d02c750ffce01]

        simplify SvClassElement
        
        no need for it to be ref-counted
        
        Change-Id: I663266c9f59930b1f5bc53f1f27b594dbbc08b46

2016-02-09  Noel Grandin  <noel@peralex.com>  [e6693def6456878b1bb80678204835d3135f107b]

        unused template method
        
        Change-Id: I4a91f42d2b370ca15958d01057e5e2a48d0342b3

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [f2a26b7474eb77e74f056e1281a7f7df59bc341b]

        sequence->vector in ParameterManager
        
        Change-Id: Ifbd3f7f3baf91aa21c085d3be1f67cba0a9068d3
        Reviewed-on: https://gerrit.libreoffice.org/22182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [bbb5584669da418b2dcc63d842b97a863003d03b]

        sequence->vector in OPropertyArrayAggregationHelper
        
        Change-Id: Ib6ad60495736ea6da4612d3e7591b514465069a2
        Reviewed-on: https://gerrit.libreoffice.org/22180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Xisco Fauli  <anistenis@gmail.com>  [805b328858e2d1414e7a9e7701c42a41ede2a617]

        SVGIO: Add import test for Fontsize keywords
        
        Change-Id: I042a1deeec1c07f73f09ddd2fb71b9d2eba6b8c6
        Reviewed-on: https://gerrit.libreoffice.org/22187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-09  kerem  <hallackerem@gmail.com>  [16f0bac2bf674e23b9f8d00f59f3d238dc3a5c8c]

        tdf#88205 Delete 'css::uno::Sequence' in filter
        
        Change-Id: Ia1d933f3e2ccd68a3bfa433afdfc34895706f16c
        Reviewed-on: https://gerrit.libreoffice.org/22218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Noel Grandin  <noel@peralex.com>  [c7b66c1968371e335babfbada8b6bac2f83d9901]

        remove some more dead code, found by LCOV
        
        Change-Id: I23404778d13b690fa2330f6db1a90d578b23468b

2016-02-09  Noel Grandin  <noel@peralex.com>  [7a6c044e97d02f6168d13cd7528d89e3b3a1dd3f]

        split MetaTypeType::Class into Interface and Shell
        
        Change-Id: Id405be797d516e3e608044a375c40b2138c89aa3

2016-02-09  Noel Grandin  <noelgrandin@gmail.com>  [153bf01280f32c7216bd872665ca81a90fb301fe]

        sequence->vector in PropertyMapImpl
        
        Change-Id: Id42d6d739f402c725325816c506caa369267ec8e
        Reviewed-on: https://gerrit.libreoffice.org/22178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-09  Michael Meeks  <michael.meeks@collabora.com>  [76ec54e8c9f3580450bca85236a4f5af0c328588]

        tdf#97662 - Try to preserve original compressed JPEGs harder.
        
        Avoiding de-compressing and re-compressing them saves lots of time too.
        
        Change-Id: Ie8eb68554627581b2f0584a55bbbdb43c9482bed
        Reviewed-on: https://gerrit.libreoffice.org/22219
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-08  Michael Stahl  <mstahl@redhat.com>  [e07ffae5046e9c91ef96026435cab84c3bcb4534]

        Revert "lok: Interaction handler for saveAs() too."
        
        This reverts commit 809154904fe66441ada6985b153b4c1b20f3eb8f.
        
        Revert "lok: Take over the identity of the document when performing saveAs()."
        
        This reverts commit bcc940956c4689888297c7bbe8d3744becc2fe9e.
        
        The CppunitTest_desktop_lib crashes due to a null gImpl and i can't
        figure out how to call lok_init so it actually works.

2016-02-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [01aa78cf08e58d8cb9c2f038915272f504db2205]

        vcl: cmdevt.[hc]xx -> commandevent.[hc]xx
        
        Change-Id: I77b30f28ae5a6fad360d7cada9acfaa9c324408b
        Reviewed-on: https://gerrit.libreoffice.org/22216
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-08  Michael Meeks  <michael.meeks@collabora.com>  [4bae5148842115d860b5392b98ff8121b468ac4c]

        headless: for now don't allocate big cairo surfaces for invisible frames.
        
        This was ~10Mb of RAM for a hello-world.odt under tile-bench.
        
        Change-Id: Ie0787676be754ac81eb8ec036c9757a1bb2f2220
        Reviewed-on: https://gerrit.libreoffice.org/21918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-08  Michael Meeks  <michael.meeks@collabora.com>  [ce81a477d228277f44e96356e85d92467eb7a0b9]

        tdf#97458 - remove unused intel opengl driver version special-casing.
        
        Change-Id: I938bcab02edb37a5e7d72f1551867e0f5a4dd89b
        Reviewed-on: https://gerrit.libreoffice.org/22215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Bryan Quigley <gquigs@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-08  Takeshi Abe  <tabe@fixedpoint.jp>  [dea2e507c14df21f0cd45095c5ab8095cac14de2]

        starmath: Convert RectVerAlign to scoped enum
        
        Change-Id: I6c9a7e1527cf2083f567397eb41db7ae3437c25e
        Reviewed-on: https://gerrit.libreoffice.org/22141
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-08  Takeshi Abe  <tabe@fixedpoint.jp>  [35fe6dfd2e9ff62a2a8634fc2cfe9e574661b545]

        starmath: Replace SAL_WARN_IF with assert
        
        These assertions must hold, otherwise the following code would
        dereference null pointer.
        
        Change-Id: I2b3887aad7116a7ea5176630a015975b8fc087f9
        Reviewed-on: https://gerrit.libreoffice.org/22140
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-08  Arnaud Versini  <arnaud.versini@gmail.com>  [6c6cb30bf4710683c2f4b59c07637ca3d9a41419]

        BASIC : Use std::unique_ptr in SbiExpression and SbiExpList
        
        Change-Id: I6f09615d19560673319e103af36c40c94ea77f12
        Reviewed-on: https://gerrit.libreoffice.org/22186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-08  kerem  <hallackerem@gmail.com>  [84b0c3e9f7cc25a5d6860d2ca33852230201915f]

        tdf#88205 Delete 'uno::Sequence' in svl
        
        Change-Id: I5f2d79bedcea2712070c4e50b6f9e6d0d0112920
        Reviewed-on: https://gerrit.libreoffice.org/22193
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-08  Jan Holesovsky  <kendy@collabora.com>  [809154904fe66441ada6985b153b4c1b20f3eb8f]

        lok: Interaction handler for saveAs() too.
        
        Change-Id: I3f0365e05685c21987da194e24a1165c7a3f8b5c

2016-02-08  Jan Holesovsky  <kendy@collabora.com>  [bcc940956c4689888297c7bbe8d3744becc2fe9e]

        lok: Take over the identity of the document when performing saveAs().
        
        This way we are getting the .uno:ModifiedStatus notification even when
        performing saveAs().
        
        Change-Id: I370bf483c50161fd4b7f2255ae85fdb76487a9a0

2016-02-08  Stephan Bergmann  <sbergman@redhat.com>  [3d0a2c8c43179ae0e19be154f44def8bb6cf8de6]

        loplugin:refcounting
        
        Change-Id: Ib522a6ce9663b5f56888debb911296360da484d6

2016-02-08  László Németh  <laszlo.nemeth@collabora.com>  [d833d695fda3726447a9295cfc679229e554b1ce]

        tdf#97573 Calc tabbar: plus sign with narrower, but min. 2px lines
        
        The "New sheet" icon was a thick cross in some environments instead
        of a plus sign.
        
        Change-Id: If5e3ff189b4aca1ef6a61172998675489796934a
        Reviewed-on: https://gerrit.libreoffice.org/22113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-08  Caolán McNamara  <caolanm@redhat.com>  [5e8b43ef86efa41219658e4ffd6834cfd24ce72e]

        duplicate leaky lines
        
        Change-Id: I19e6e4955241d2811678dc15ce07de6ac5b04036

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1688228bec7f5cc4e7c252dea0ef5002bf26cec9]

        xmlsecurity: export OOXML <SignatureValue>
        
        Change-Id: I7c5055e3bfaa81cae4c91842e9e3681d41d5c3b6

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd641965351b2b83e4ffc7ba7a97ace318765dcb]

        xmlsecurity: fix reference type of OOXML idSignedProperties
        
        Change-Id: I5a2924c3c0af02a4630921bae6117f11655206c2

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [349a0ddc316bfab61a0989eb7658fe82972fbd43]

        xmlsecurity: write correct number of non-manifest OOXML references
        
        Change-Id: I1d8556487608e5a0bee2ae5f7a4b25a60579f4a9

2016-02-08  Justin Luth  <justin_luth@sil.org>  [1fda8bf08123b521d9ad77eb542d7d1a3c63f54a]

        tdf#96685 - set focus of accessible table cells
        
        Newly created accessible cells were not inheriting the focus
        setting of their peer.
        
        Also, IsTextEditActive was way too strict to determine whether a
        table cell was active or not. Typed text with the cursor in the cell was
        not enough to mark the cell as active for example.
        
        Finally, accessible nodes were not being created as additional
        cells gained focus for the first time.
        
        Change-Id: I5be4b1d660f01fc4de7281a319895a2c73e74c48
        Reviewed-on: https://gerrit.libreoffice.org/21121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2016-02-08  Henry Castro  <hcastro@collabora.com>  [255ac8fc28ef9717be69363927bd071c9a90d75d]

        lok: notify the states of undo and redo toolbar items
        
        Also included .uno:InsertPage, .uno:DeletePage and
        .uno:DuplicatePage
        
        Change-Id: I91dd2609d6a48be75005a44490614bcf8bcf62e9
        Reviewed-on: https://gerrit.libreoffice.org/22195
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Tested-by: Henry Castro <hcastro@collabora.com>

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [570d5af407d55c39621575e56c77817dbd429783]

        xmlsecurity: initial OOXML support for writing same-document references
        
        They are kind of a special case for ODF, but OOXML uses these
        exclusively, and then one of them refers to the actual package streams.
        
        Change-Id: I4663eef4bd718a7563effd6cafa790126db6d8c7

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [5138223ebf7e4bfa6bd13be1b195ff1a7f03c017]

        xmlsecurity: log temporary OOXML storage location during export
        
        This can be inspected after the add button handler finishes, but the
        dialog is still alive.
        
        Change-Id: I18ece31545de6d306a26b44d372f54df8221a456

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ff681fddaeff5cea22a1978bd4916e0c6bc28f9]

        xmlsecurity: export OOXML <SignatureMethod>
        
        Change-Id: I445a50d5c7d12609e4043bfedc41cdea456fa52f

2016-02-08  Xisco Fauli  <anistenis@gmail.com>  [5ee943a11f46abdd1c0200925a71a8dc19d8965e]

        SVGIO: Return default font size if size value is negative
        
        Change-Id: Iec18c6511b57c4e61047055b53589f71dda3d601
        Reviewed-on: https://gerrit.libreoffice.org/21972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-02-08  Stephan Bergmann  <sbergman@redhat.com>  [d22daad5ddf9adbbfab473101ef225b409f6c21f]

        Fix XBM-format cursor data
        
        Change-Id: I7e8dc166a33ad1bf98029a7ed323a7ddcbe74bfb

2016-02-08  László Németh  <laszlo.nemeth@collabora.com>  [865d29b276ff62cfb1bb9ef18ec0d81ad9be7a0a]

        tdf#95024 Update Hungarian Autocorrect patterns
        
        According to the new Hungarian spelling reform
        
        Change-Id: I6b65b388fe0a93e997a7001e5db0443ea5fecb87
        Reviewed-on: https://gerrit.libreoffice.org/21944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-08  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [33d289d53fef36b8e7c4db4a9c9ddd9c1f2edbb2]

        Export and import of additional fields in Impress
        
        These include
          - Author
          - Page Count
          - Page Name
        Export and import of slide number was already implemented. A test
        for the same has been added along with the tests for the newly
        implemented field exports.
        
        In sdmodeltestbase.hxx a new method getTextFieldFromPage has been
        added to reduce copy-paste code
        
        Change-Id: Icf54b91a7db4b3cccd9d0666a2706e3cc2a89d9a
        Reviewed-on: https://gerrit.libreoffice.org/22065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-08  Stephan Bergmann  <sbergman@redhat.com>  [2d5f3dcf8dca6f0eb73e7435f333fba148bf9d49]

        cid#1326918 FB.NP_CLONE_COULD_RETURN_NULL
        
        Change-Id: I875cc2fc868fb4f1f45e90320e1fdaf70fe871d8

2016-02-08  Noel Grandin  <noel@peralex.com>  [d282dec83e5d4aba749baba857e0f9b4573bc414]

        revert part of "loplugin:unusedmethods"
        
        <sberg> noelgrandin, just happen to look at b14224fe again; looks a bit scary to remove == or != from cases where both where declared
        <noelgrandin> sberg, ok, I can revert that part
        <sberg> noelgrandin, I guess that would be safer (there could be cases where now a different overload could kick in)
        
        Change-Id: I5dc41c05dc4439d5adee0e5b3e0a9e1dfb9de3af
        Reviewed-on: https://gerrit.libreoffice.org/22211
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-08  Jan Holesovsky  <kendy@collabora.com>  [8045c3931878c75da8e5229899ccbc895ccbed8a]

        sw lok: For PgDown/PgUp, don't set the VisArea, instead use a dedicated var.
        
        The m_aVisArea may be changed by many other means (called internally from
        LibreOffice), so let's introduce a dedicated offset for PgUp / PgDown handling
        overwriting the computed value (if set).
        
        Change-Id: I7c869b1e3582145b58f0185f4df2882d07a81ddf

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [95d45e8a19babfc319b3e92ee89bb13fd9924631]

        xmlsecurity: export OOXML <SignedInfo>
        
        Change-Id: I1cac26d1133722285abe038085ad81dc16be6d8f

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1eda4ad5bab6ac65c0c61bbbef6946129566b7cc]

        xmlsecurity: initial WriteOOXMLSignature()
        
        Change-Id: I368a0254a8c8eff0ec7c56ecec4c0a462ae32252

2016-02-08  Noel Grandin  <noelgrandin@gmail.com>  [4c411636d9f3e8be085ca02af6fad448838834b1]

        sequence->vector in basic
        
        Change-Id: Ic42f7218bda81effe870d950f666ba7653d60c66
        Reviewed-on: https://gerrit.libreoffice.org/22177
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-08  Noel Grandin  <noelgrandin@gmail.com>  [310b65e5e93c500ac5ae3981120809df09230e56]

        sequence->vector in basic
        
        Change-Id: Ic1b72a6c5e9df5d0fa65626ec1d8eda6a2d2feec
        Reviewed-on: https://gerrit.libreoffice.org/22176
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-08  Caolán McNamara  <caolanm@redhat.com>  [16b93ae648f3e9675eeb6980925957e2ccbcfdf2]

        cppcheck: noExplicitConstructor
        
        Change-Id: I74585aa5a50cd335f4fd0a3ba4fed230b98993c3

2016-02-08  Noel Grandin  <noel@peralex.com>  [c4f056c01b674046c8d1852ae5e5ce0d48b0714f]

        disambiguate the two GetType methods
        
        Change-Id: I922af3a2ebe8cdaa6465542a5d6de365e1bc6dff

2016-02-08  Noel Grandin  <noel@peralex.com>  [898061f9265da374b57d0c799618b12cbe832510]

        move isMethod/isVariable down from SvMetaAttribute to SvMetaSlot
        
        Change-Id: Ic13c61d6bd75d12e9dc5c75eaa75573dcb3b3b0b

2016-02-08  Noel Grandin  <noel@peralex.com>  [afa1779d27da31ef0d5084306db8dc955689a78f]

        simplify getMangleName()
        
        Change-Id: I811acbbb88d8d9639001d7b9af6b0d4a66a80656

2016-02-08  Noel Grandin  <noel@peralex.com>  [d61b45016ee4048068b8410c5e2635e8d84f9849]

        SvString is a just thin wrapper around OString
        
        eliminate it
        
        Change-Id: Icb91d25cc7bffb3060b9392f71d37e5a95844aa3

2016-02-08  Noel Grandin  <noel@peralex.com>  [04e22bee0a79008a39dc9d78a460941f738020a6]

        format IDL compiler headers a little
        
        Change-Id: I54cb7a664908f8817958d4482a5adfdc6d2a0f3d

2016-02-08  Noel Grandin  <noel@peralex.com>  [81c82cabe53101b828c56af71c5bd49b9ca60a21]

        aMethod is more accurately an SvMetaSlot
        
        Change-Id: Iaa57a3f24f545c49a5af0fd0b634994ea3d7551e

2016-02-08  Noel Grandin  <noel@peralex.com>  [760b86a75746968f8cd77c6aaae871af09aec47c]

        Export attribute only applies to SvMetaSlot, so move it down
        
        Change-Id: I686fd2148d4cf03acbef892223c3ed2b1966e73a

2016-02-08  Noel Grandin  <noel@peralex.com>  [1795bb2fefe29ff0a46497918b5c571f9d541e5a]

        ReadonlyDoc only applies to Slot's
        
        so move it down from SvMetaAttribute to SvMetaSlot
        
        Change-Id: I3a433d9a1cee0a5a9f52b57c6cd16b16198dade1

2016-02-08  Noel Grandin  <noel@peralex.com>  [b2c7ea1a22eb2158d3e40351c066ac174f61eb55]

        cParserChar in SvMetaType is unused
        
        Change-Id: Ie46b381a3d6005e5ce98f33146a6c38f671b8473

2016-02-08  Noel Grandin  <noel@peralex.com>  [37458b730b7f193a1a853b06ae68f19e53e1ad58]

        aBasicPostfix in SvMetaType is unused
        
        Change-Id: Ic0c3fc2bb6664031eec649b36e2423a4d1b0ec6d

2016-02-08  Noel Grandin  <noel@peralex.com>  [98fa826a51a67d278c7c81f728c35753ffefe1b5]

        convert SfxSlotKind to scoped enum
        
        Change-Id: I742e83bd455bc0efa4ad5a34575d3255c3a9a16f

2016-02-08  Noel Grandin  <noel@peralex.com>  [e137c4028ce5ceb2bbf988f47875e6b5e2c9764f]

        remove unused ModulePrefix in *.SDI files
        
        Change-Id: I92bb724259b6fd59af3a14810744cf1537ae2428

2016-02-08  Noel Grandin  <noel@peralex.com>  [8a79d044c067051bff3729fc14a18ac7382325ec]

        remove unused HelpText attribute from *.sdi files
        
        Change-Id: I21bcf66c552cd38eaae1bdc85626aa9bd1782ebd

2016-02-08  Noel Grandin  <noel@peralex.com>  [aa9b67dda02bc596988196261205619e10a08f6f]

        remove unnecessary module GUIDs in *.sdi files
        
        Change-Id: I78784abc1031027d69bbe31d150bc78c8bfbfcf4

2016-02-08  Noel Grandin  <noel@peralex.com>  [f5a28361582a5b46a4e316f2018132980925c393]

        aTypeList,aAttrList in SvMetaModule are unused
        
        Change-Id: I545e55021f6e0791c80df64695faa86eb6e020ea

2016-02-08  Noel Grandin  <noel@peralex.com>  [f408ced762d535511f9bb2a496fef96a05b0b074]

        SvMetaReference currently serves no purpose
        
        Change-Id: I676e61fee201b1a2e7f66b541061de2b049bffa9

2016-02-08  akki95  <akshaydeepiitr@gmail.com>  [775a51cec9c439cca83d0c9bac7bb7a9c66ec5c6]

        tdf#94865: MENU: Duplicate accelerators in en_US version
        
        Modified Accelerator Keys.
        Removed the accessibility issues from the Edit menu items.
        Verified by AcceleratorKeyChecker.odt
        In some cases, duplicates with no submenu exists.
        
        Change-Id: Ia4f8d8d66ce4993d39da0b500640af5a88a5cd1d
        Reviewed-on: https://gerrit.libreoffice.org/21815
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-08  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1b1d6441bf5e7742fda8eab0d3933b84d06f6377]

        sw - m_eLastSearchCommand initialization
        
        Change-Id: Iafd72a05a745207dfff7663eeeb7bc697b5b8fd1

2016-02-08  Marc Bessières  <marc.bessieres@mykolab.com>  [c24aa380eaeb792d6b7125e54eab833d8b65dbc7]

        tdf#83890 sw html export: fix missing start numbering attribute
        
        In the sequence
        1 Title 1
        1.1 Subtitle 1.1
        Not numbered item
        1.2 Subitle 1.2
        2 Title 2
        
        The numbering element for the Subitle 1.2 was missing the html start attribute
        when it was followed by a numbering element of lower level.
        So let's force it, when it comes after a not numbered item.
        
        Adding a test case that validate that the Subtitle now contains the right attribute
        
        Removed a reference to an openoffice bug that brings no value too
        
        Change-Id: I928592a667f59128a4aa079d6b042ffb14244181
        Reviewed-on: https://gerrit.libreoffice.org/22191
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7e8306c09d926ad26bbcfd3ea331fff738d0f98]

        svx: SdrModel::mbTiledRendering is never read
        
        Change-Id: I8571032b5c43a47872cb3364613ffb936624aa2d

2016-02-08  Caolán McNamara  <caolanm@redhat.com>  [c64ea526dc71da6e3aad188ac71e58047ed74b5a]

        update graphite to 1.3.5
        
        Change-Id: I3287d51430d7a0901dd8bbf2458b845bcf92a8d2

2016-02-08  David Tardon  <dtardon@redhat.com>  [41b4e7a0a5ca13b1971fad51ce6fef881dcfbf1a]

        wpftdraw: use service constructor
        
        Change-Id: I4bc9bc2bd9fe3429701160db408303cd0b0c9714

2016-02-08  David Tardon  <dtardon@redhat.com>  [4830f981e078bbaf1bf845bd310a8cb27d164432]

        wpftwriter: use service constructor
        
        Change-Id: I217988ca09b40af7cb2b3b28ea7c2af6a9db12d0

2016-02-08  David Tardon  <dtardon@redhat.com>  [9332b254c1b96ad030106b79a52dc8915b70091f]

        wpftcalc: use service constructor
        
        Change-Id: Ic93e932c89b7962243e84aa50431d0e8deb1b499

2016-02-08  David Tardon  <dtardon@redhat.com>  [eff6d8213665c7b955fddadc1f446c76b0074924]

        wpftimpress: use service constructor
        
        Change-Id: Ic53703b68b816eafe598f70df46aaa11b452b4f7

2016-02-08  David Tardon  <dtardon@redhat.com>  [3af1b7f59340e5b82e65680d157d0ea16cdc3c81]

        drop unused include
        
        Change-Id: Ia0d9568ee33cab8498946a535baa6edb4ae28796

2016-02-08  David Tardon  <dtardon@redhat.com>  [0c62aa758f8804d778d43b91374065d79c7d00bb]

        these macros are not defined
        
        Change-Id: I881c2df8917dd7b5e172b0689fcb685d9f6128df

2016-02-08  David Tardon  <dtardon@redhat.com>  [eb10d8419447706446d70bac799f06a326f4c551]

        astyle
        
        Change-Id: Ib9f4c6c4343dab9dd0959330f3a39fea319b4f4f

2016-02-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb]

        Fix typos
        
        Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885
        Reviewed-on: https://gerrit.libreoffice.org/22194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-08  Tor Lillqvist  <tml@collabora.com>  [a86f46ec138e0215c6c82200ab5aea35fdb217b2]

        tdf#97369: Fix SUMming in the software interpreter
        
        GetRefRowSize() is not what we want, but GetArrayLength(). I think. At
        least helps in the sample document. (Need a hard recalc after loading
        it, though, but I assume that is expected.)
        
        Also, fix the handling of multiple columns in the area being summed.
        
        Change-Id: I21477ca83042a40a300bc033e4a8b74ab5fc3015
        Reviewed-on: https://gerrit.libreoffice.org/22153
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-02-08  Tor Lillqvist  <tml@collabora.com>  [4d67506dee347c3a3a290e1f52af91048c4318bc]

        tdf#97587: Treat plain NaNs as zero in the software interpreter for SUM
        
        The NaNs that have been stored in the arrays by
        ScColumn::FetchVectorRefArray() and other code correspond to empty
        cells. For the purpose of SUM they should be treated as zero.
        
        Change-Id: I8ac0c8afdf71da415ed120f9f8f6d51a8b5edb15

2016-02-08  Noel Grandin  <noel@peralex.com>  [91dd3ed6980a55b817bbff64fabd081d778af9ce]

        remove some unnecessary declarations from *.sdi file
        
        found with a bunch of grepping
        
        Change-Id: I920609fb7df5a5e55ecbf5c2bf4880ff972cfbed

2016-02-08  Noel Grandin  <noel@peralex.com>  [b14224fe97b8a44232c9c1401d3a49771f46582e]

        loplugin:unusedmethods
        
        using an idea from dtardon:
        
        <dtardon> noelgrandin, hi. could you try to run the unusedmethods clang
        plugin with "make build-nocheck"? that would catch functions that are
        only used in tests. e.g., i just removed the whole o3tl::range class,
        which has not been used in many years, but htere was a test for it...
        <noelgrandin> dtardon, interesting idea! Sure, I can do that.
        
        Change-Id: I5653953a426a2186a1e43017212d87ffce520387
        Reviewed-on: https://gerrit.libreoffice.org/22041
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-08  Arnaud Versini  <arnaud.versini@gmail.com>  [c474e610e453d0f38f7cc6cb9559ad7e7b5d69ca]

        BASIC : Use vector in SbiExprList to avoid any dependencies
        
        Change-Id: I1ae88ae9c4276452a00aadaaadebf582e639b15a
        Reviewed-on: https://gerrit.libreoffice.org/22174
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5381db92dea6c2e11af49a48fa0b72af666f3f32]

        Updated core Project: help  4b1bb982611b888fa7c4b11c614ea32c54f980a2
        
        tdf#97588 Update menu path for Series
        
        Change-Id: I4ee6a9e7d40856d239799cc8e9b3fb642d9ee3a9
        

2016-02-07  Damjan Jovanovic  <damjan@apache.org>  [ed983eb5ce71d0b9af07795eabd8686f24c4597e]

        Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usually
        
        need it for pipes too, and even if it isn't necessary it can't hurt.
        
        In particular, on FreeBSD 11-CURRENT it seems pipes no longer wake up
        from accept when closed in other threads, so let's deal with that before
        FreeBSD 11 is released.
        
        Reported by: Matthias Apitz <g u r u   a t   u n i x a r e a   d o t   d e>
        Patch by: me
        Tested by: Matthias Apitz <g u r u   a t   u n i x a r e a   d o t   d e>
        
        (cherry picked from commit e18ecd4f644cfbe5d6b871c7ff6c76bd5c220504)
        
        Change-Id: I1b4c0438fbcc2ea53625f235906936fc1403e195

2016-02-07  Andras Timar  <andras.timar@collabora.com>  [9faec4cd975de7cd62da558acbb9f5e6829fd54e]

        Updated core Project: translations  5a84c2a7e8df67c4c4c698c00872d2d5c6912161
        
        Updated Slovenian translation
        
        Change-Id: Ib81bd2e332383069a496b62fbd9a7b11c9896c5a
        

2016-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a021a436c0bead05ef622c742d853146ba531568]

        remove reference to old OpenGL stuff
        
        Change-Id: I3398910136d82a25bba508505db9d9a1b080a0be

2016-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b8a5ed945b7ac1abece3c7e87f135fb23d99b3f]

        fix typo
        
        Change-Id: Ibcbc66a4e61a6a5476e33392ff5b2a34f96b0c39

2016-02-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7f1ccaf62e42a26d48d324bcc6758100c6ec682b]

        sw - single search after find all selects the 2nd occurrence - fixed
        
        Now, after a search all action we place the cursor at the beginning of
        the document so that the single search selects the first matching
        occurrence in the document instead of the second.
        
        Change-Id: I8c295bcd316c6197154c68ae97eb424ee6cc9904
        Reviewed-on: https://gerrit.libreoffice.org/22175
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2016-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3c9efe213088c3c68bb839473d98643a499481bf]

        Updated core Project: help  8d35a0b9aadde3a5939008df0fd71dc83153442a
        
        fix checkbox label in the Insert Section dialog
        
        Change-Id: I5fc104e8cc97c51e2d97e4da2663dfec9ee069e4
        Reviewed-on: https://gerrit.libreoffice.org/22168
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ad3d05f36cdd216d294dda8afc6d30fdeb498219]

        Updated core Project: help  56323314797d7a1ccb61648be8e77816cbefc119
        
        pen properties can be changed when running slide show
        
        Change-Id: I75dd1c20af31dafeeb2473071a68e5bd96ea5b87
        Reviewed-on: https://gerrit.libreoffice.org/22170
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f351e6eaee3bd7ba7bbf4c600fe913887ef677ce]

        Updated core Project: help  f1a80ee65ae1521bc4fab02dde94e1007d4eb294
        
        dialogs are expanded by "Options" label instead of "More" button
        
        Change-Id: I207e17f5b3228f9732e02f796b68a0403522c76b
        Reviewed-on: https://gerrit.libreoffice.org/22171
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f1eedbd467f05d0a9e89c9a48628221ec0a2673e]

        Updated core Project: help  27b8077b09959335a979bc14d460880ef014867d
        
        Calc gridlines are now set by dropdown, not by checkbox
        
        Change-Id: Ic650beab3bf9234554c7d8733c9c07abc2326272
        Reviewed-on: https://gerrit.libreoffice.org/22172
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c1aac01319d0ffd62fce9face2f7424c87da4e5a]

        Updated core Project: help  f21f6b925ece2ecc813f6491dad3fe096215d7ff
        
        fix spin button label in the Fields dialog
        
        Change-Id: I0826bc047d390d3548ac7201bb145619c25faef7
        Reviewed-on: https://gerrit.libreoffice.org/22167
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-07  Xisco Fauli  <anistenis@gmail.com>  [842313c23ec96aeb99b68f28e7d48cc9e263a0a8]

        tdf#97543 SVGIO: Rework getVisibility()
        
        Change-Id: Idb3eaa27e3e8ec177ebd2bad81f53c4d3da9d241
        Reviewed-on: https://gerrit.libreoffice.org/22169
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [0b7337bfa049f4e3a8b87f7628025e40f5b3e825]

        remove some dead code, found using LCOV
        
        Change-Id: Ibdca0a70722290bbb560726c88e9821c3ae0af14
        Reviewed-on: https://gerrit.libreoffice.org/22151
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [e90f4e18fd53bd85cc953eb2e796d593ae3f79df]

        convert TYPE_ enum to scoped
        
        Change-Id: I514cf8591d8e7b3ff26bafba8fdbac2ad26249b8
        Reviewed-on: https://gerrit.libreoffice.org/22150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [128c4c4e15e68d0884f5636ddd1c9d5ed3b8fed5]

        TYPE_POINTER is unused
        
        Change-Id: Iae50b8a1bfb6772e8362a6e61062b37bb50c701b
        Reviewed-on: https://gerrit.libreoffice.org/22149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [5d410b57bee6fe6e4ffcf9365874708f1b2a2662]

        remove CALL enum and associated code paths
        
        not used
        
        Change-Id: Ia000014d48ac6da92b396c4aa7b736c8a6f27149
        Reviewed-on: https://gerrit.libreoffice.org/22148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [375cc8d2bed2689571b41a8d5d80dcf58440e6e6]

        convert SVTOKEN_ENUM to scoped enum
        
        Change-Id: Ibff607f988007728acbae96d51cbb30fd49848f6
        Reviewed-on: https://gerrit.libreoffice.org/22147
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-07  Noel Grandin  <noel@peralex.com>  [8beb3e713febf588de8dff00890b223e41f4654a]

        .SDI compiler: expand out some typedefs
        
        Change-Id: I898bc1d95b1d3394cae74776c0e7dcbaafa934e4
        Reviewed-on: https://gerrit.libreoffice.org/22146
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [d385fd6c96b3401df07b66743ce68a2f47b0d13f]

        coverity#1326247 Explicit null dereferenced
        
        Change-Id: I88a88f3705365854506a946039df44fb87134844

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [f0b3d214338b677cfd6a100a2aa9d92570930d3c]

        coverity#1326198 Dereference after null check
        
        Change-Id: I3db353d04094ba47fe915ea5dc4d96fc4612cc68

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [77c3b539e1fa50ebd8c6ebfd53888e6f7dd609ac]

        coverity#1326633 DE: Dropped or ignored exception
        
        this is probably good enough
        
        Change-Id: I37304004f78d245ee0f400f07d07c731351d79eb

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [f5d2efb75720741f76997600662354d432faa6d1]

        coverity#1326525 Resource leak on an exceptional path
        
        Change-Id: I391367ec055372cc82ddb21d19e53041da91b4f6

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [d9442b1398117ee1710a608a7c30d5e1a073a945]

        coverity#1326516 Resource leak on an exceptional path
        
        Change-Id: Ia46ec73bd3dcaef1ec0c9a977f3fc472d94ed390

2016-02-06  Caolán McNamara  <caolanm@redhat.com>  [2b198c3380ccf07aa981a055eff698e1482028c8]

        coverity#1326498 Resource leak on an exceptional path
        
        Change-Id: I28b848ef94039e4c79242599b2031b8789857a46

2016-02-06  Matúš Kukan  <matus.kukan@gmail.com>  [8998768a34751d35403678a81464a26835b2230e]

        sax: Use comphelper's AttributeList
        
        Change-Id: I6eb0115dba8797025a513cf1e6cfbfbe0b6f7e50

2016-02-06  Stephan Bergmann  <sbergman@redhat.com>  [225e2a3cec2546d5d41fec21a4219c9a2f5ddf76]

        mpColumn can already be dead in ~FormulaGroupAreaListener
        
        ...when the loop in ScColumnContainer::Clear deletes the referenced column
        before deleting another column triggers a call to ~FormulaGroupAreaListener, as
        reported by ASan during CppunitTest_sc_ucalc.
        
        Change-Id: Ib3daaf842b2793957cacc6318a27cbc6ab0d1d69

2016-02-06  Jan Holesovsky  <kendy@collabora.com>  [0d65937eefd8fbd8f8d08571266f1dcd5c10c6c4]

        lok: Search result should contain info if it is a 'search all' result.
        
        Change-Id: Ia3ee81ced4f74c0d029a478bd59eff44d72ef327

2016-02-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [88730cdae3520b18fc073dc59bd0ed660e15d6b4]

        vcl: bmpacc.hxx -> bitmapaccess.hxx
        
        Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c

2016-02-06  Stephan Bergmann  <sbergman@redhat.com>  [f21568419dff3fc2875031ea84c677844cd18535]

        vcl/apptypes.hxx is gone
        
        Change-Id: I6c3f7ffa8d7c1cac360ae28c1a52ef3b55da3a3d

2016-02-06  Stephan Bergmann  <sbergman@redhat.com>  [68dbaa9681bec5e303aa4675c1dcbbf98991cb7b]

        Fix prev. commit
        
        Change-Id: I1dd71d6e35ac2dc5f27a11a3dd269247b1b35d39

2016-02-06  Stephan Bergmann  <sbergman@redhat.com>  [189918f5acd3bc1bee7a8a90f18ba29d0fe2c759]

        Clean up for loops in unoidl
        
        Change-Id: I9c2e0a10699580026fbf38f0c857ac148de74f9c

2016-02-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [5e971b274922f9713aefcd5f612459ffced84845]

        vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'
        
        Change-Id: I2f79e0419b27391cc9bdc45576e67eecdbc9efa4

2016-02-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [249e3d6d1927705aac81fa7f40fccc5c82be43d7]

        vcl: split exception types from input types
        
        Having them in the file apptypes.hxx isn't necessary helpful, IMO so
        I've split the types into inputtypes.hxx and exceptiontypes.hxx
        
        Change-Id: I89a1ff168c3ae276b2f5486669d4ec2dda062d57

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [9739aa9f40367a51dd71ce23f091e970d98947d5]

        offapi: fix more doxygen warnings
        
        Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [0ccf596a703d66bc120d1b4699c06b0d902d10ac]

        coverity#1351880 Resource leak
        
        and
        
        coverity#1351881 Resource leak
        
        Change-Id: Ifdbff9d164f3b8b2ce5f59b6e18e6744202d0184

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [e0cba2a0a837b0d53e813abef3a379b737122c67]

        coverity#1351877 'Constant' variable guards dead code
        
        and
        
        coverity#1351882 Useless call
        
        sigh, silly me
        
        regression from
        
        commit 2ce227a7642647267c982909a8b3175d22c58b74
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Feb 4 09:17:42 2016 +0000
        
            coverity#1351755 Dereference null return value
        
        Change-Id: I6d6841d04f9bba68ec2077d874dcd24edbf4ab6c

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [57598da9fa348f09d681b334c8196feb7f23cdb9]

        coverity#1351878 'Constant' variable guards dead code
        
        since
        
        commit 2503a1e99df463aef1bf87c94b7b4a8ee3554efe
        Author: Bryan Quigley <gquigs@gmail.com>
        Date:   Wed Jan 27 12:19:28 2016 -0500
        
            tdf#96414 Remove showing navigator during slideshow
        
        Change-Id: If3949c2527334107d1ca8af2bee50ec4b7b2947a

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [c2390fd3fff3853e7d71738da0d266a2399bf684]

        offapi: fix doxygen warnings
        
        Change-Id: Ibd7183423cf9f6c984218e8b896a9593f9c04a2e

2016-02-05  Matúš Kukan  <matus.kukan@gmail.com>  [aa20acb87d48b4dcda337ab08c5d8a76a400bacb]

        basic: Merge macro snippet tests
        
        Change-Id: Ia2d8944227c6be8b5ae7b42f7d566ac150d522b9

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [12c59662f79a72ecf2c8faf6a9bf54b8acd4885a]

        cid#1351879 missing break
        
        Change-Id: I3e86b57b6384370666f023115ae7d4671f1eaca1

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [512dd456520c10318fd65f45ec2704bdeb8c4fdb]

        cppcheck: useInitializationList
        
        Change-Id: I85488439b06fddd73074757f1149dec5d988099d
        Reviewed-on: https://gerrit.libreoffice.org/22161
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [42294e47bbff63e01639a8a70daa5e93c3380bc4]

        cppcheck-suppress sizeofwithsilentarraypointer
        
        Change-Id: I794cb2f3f31e9ce48f3568bd5a4afc52abf0f934
        Reviewed-on: https://gerrit.libreoffice.org/22160
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [20491c664a5708f68b7dc58a43ed6e4f78cb52bf]

        offapi: fix some doxygen warnings
        
        Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2

2016-02-05  Eike Rathke  <erack@redhat.com>  [970c0feb50c6bec8773026ddc69f833c3f5f2312]

        nitpick, mention function name in assert
        
        Change-Id: Ifd5b544ad1374f13e3efc8c7a51601fadf1e14b6

2016-02-05  Eike Rathke  <erack@redhat.com>  [599f0cbe1ddc1d54828489b389b78fdffa4ce39f]

        interface to new XTextSearch2 with SearchOptions2, tdf#72196
        
        Places that had utl::TextSearch::UpgradeToSearchOptions2() introduced
        are worth an inspection if the new SearchAlgorithms2::WILDCARD search
        should be supported or at least use SearchOptions2 instead of
        SearchOptions to eliminate the small performance penalty that conversion
        involves.
        
        Change-Id: I565f73af2b551ae9ad0f488e672823dc6c5c1109

2016-02-05  Eike Rathke  <erack@redhat.com>  [4c4976f717b3ddce68a872dffc2079ae49c41616]

        SearchAlgorithms2, SearchOptions2, XTextSearch2, TextSearch2; tdf#72196
        
        Change-Id: Ie6da8994451deca5577503e116281441c6358a6d

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b79ab2835681e0e44f8a41d8f442ca6601b87191]

        xmlsecurity: write initial OOXML signature streams
        
        It's just the root element so far.
        
        Change-Id: If32e9e5bf339f639a20fa88d85e826e14f65dac2

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [f26019532bb03ea1a3d276be90adbecca6759a77]

        xmlsecurity: write OOXML signature relations on export
        
        _rels/origin.sigs.rels of the _xmlsignatures temporary storage now
        contains references to the individual signature streams.
        
        Change-Id: I619bd81989e3b62fc4282e0e72fbfa780d1fb8bd

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [e35f3b6a3357fc3832a9d68ed37ddb9b5320ef0a]

        Resolves: tdf#97465 like scroll ignore wheel for sc input handler inputchanged
        
        Change-Id: Ide7fe1388ffe6f85a1f459037316d03193470d8a

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [287bc1c66e44f6ec384987d14e8b49790d8f3261]

        mysterious OutDevSupport_B2DClip is unused
        
        since maybe...
        
        commit ead04f8f0b7f51bf281ce41d8d590df0ca14af38
        Author: Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>
        Date:   Fri Dec 3 16:21:36 2010 +0100
        
            vcl118: #i115905# improved clip region interface on SAL layer (part 1, windows implementation)
        
        Change-Id: Iaeb49b60f70a9f595b67c7eb307a2e90b58d7150

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [ebd684486903021f3bd1434474876667d4430c97]

        ok non-zeroed empty extents is legitimate after all
        
        Change-Id: Ida1e27322bad5d2d36ae4217bb84187a022ebadf

2016-02-05  Olivier Hallot  <ohallot@collabora.co.uk>  [be2bf03563873602515d0c784d2a15488ca46ac0]

        Updated core Project: help  f0d7b49840e48ac130e57a7304a10b2a75b5fccd
        
        tdf#70141 Add help page for font embedding
        
        Add help page for font embedding in document file. The property
        was introduced in release 4.1 by tdf#42195
        
        Copyedit welcome.
        
        Change-Id: I265ead91ffba632450169a424b122a21a17eb56c
        Reviewed-on: https://gerrit.libreoffice.org/22025
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [976ec559d9f7e3ed42d445884a7037cf898bf636]

        xmlsecurity: write origin.sigs when exporting OOXML signature
        
        It's an empty file, with the only purpose to have relations, referencing
        the individual signature streams. The only tricky part is that a temp
        file needs closeOutput() to flush its contents, flush() is not enough.
        
        Change-Id: I92ac61bce201c97a727ff02b1bb74599573a1807

2016-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [19ec3c5e2230f982789f18c8e7bf77eabef68ad0]

        firebird compat issue with macosx 10.11 was fixed by sberg some time ago
        
        Change-Id: Iee4b0a4e2582dff71aaaf1432adfc891cfb0a195
        Reviewed-on: https://gerrit.libreoffice.org/21896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [b31de9cde52f940af0d2c563163de98ded20a9a8]

        sw: move all SwXTextTable implementation details to pImpl
        
        ... and drop some obviously unnecessary SolarMutexGuards.
        
        Change-Id: Ie61198a264d52d1ebf7bd7c7de12a83845f4beb1

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [47a415075e9f33136b14512879384a8bece490c8]

        sw: remove redundant SwXTextTable::Impl::m_isDescriptor
        
        Change-Id: I51139c1c7658e6b71ebb704a8d02d1a8366a32d5

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [ac9d9f9478c9b688296d723ef3b751d5184753b3]

        sw: move the SwXTextTable descriptor members to SwXTextTable::Impl
        
        Now SolarMutex is locked only once in the destructor.
        
        Change-Id: I945fcf2ac25ddc46fef521777109f4b4ac5e5232

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [94db2ac39d7335fa6358588c887cef998b14b5d6]

        sw: move SwTextTable's SwClient to SwTextTable::Impl
        
        Change-Id: If86bf825a714be00d678d50e80adddaced48c3e2

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [042b36467e3e358268a483464d7e3af5689d045d]

        sw: move rest of SwXCellRange implementation details into pImpl
        
        Change-Id: Id2002e535fa1a0c04aadd96e70ed2683bd5eb603

2016-02-05  Michael Stahl  <mstahl@redhat.com>  [7e349c0eee15fa0f9d8d71a3c9e311d2da62e670]

        sw: fix SolarMutex asserts from SwXCellRange dtor
        
        Happened when loading a report from the attachment of tdf#97033,
        but that bug is apparently about a different crash.
        
        Deploy the sw::UnoImplPtr, which is clearly the best way to avoid such
        problems.  Also another silly weak pointer this, for tdf#72695.
        
        Change-Id: Ice8db95ca3eecc638bd4a4ef7fa8967d180bd525

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [956d48b5a5970980894c02d85e72ed1a3e40078f]

        android: document some parameters for doxygen
        
        Change-Id: I4382949a35df3877fc6c93a83d6e84cd892756a8

2016-02-05  Caolán McNamara  <caolanm@redhat.com>  [9cd24ca96340506e5ecd028e3a8d37de17aae3e9]

        crashtesting: old files using StartWithNavigator fail to load
        
        regression from...
        
        commit 2503a1e99df463aef1bf87c94b7b4a8ee3554efe
        Date:   Wed Jan 27 12:19:28 2016 -0500
        
            tdf#96414 Remove showing navigator during slideshow
        
            This isn't very user-friendly and the presenter console
            does a much better job of this.
        
        Change-Id: I10bec1bcd2305524446a20a34494c265330e4c10

2016-02-05  Jan Holesovsky  <kendy@collabora.com>  [0966c344b48991820dddce4e47f01752e82e195b]

        lok: Notify also about the states of .uno:CharBackgroundExt.
        
        .uno:CharBackgroundExt is supplementary to .uno:BackColor.
        
        When .uno:BackColor is set, Writer turns into a 'watercan' mode, where the
        user directly marks parts of the text with the wanted background color.
        
        .uno:CharBackgroundExt then controls this watercan mode - dispatching it
        toggles the watercan mode on/off, and also the StateChanged events reflect the
        on/off mode accordingly.
        
        Change-Id: I6472eb39129d1b1517fba14bad584cbd125e826a

2016-02-05  Rene Engelhard  <rene@debian.org>  [cf7362afe670706a385fdba579deef4ad455aba7]

        add I$JAVA_HOME/include/linux to JAVAINC to kFreeBSD to fix build
        
        jni_md.h not in $JAVA_HOME/include anymore in OpenJDK8 (it was in 7)
        
        Change-Id: Id5c737182a8e476b609887753047fa7ed6b01193

2016-02-05  Niklas Johansson  <sleeping.pillow@gmail.com>  [ef40463c5be1be76771af6e9abd70ed4dc99ca15]

        Remove old non relevant comment
        
        The code that the comment is talking about was removed by the commit:
        fb6edeb20de56359be3d45316a2d665ad8d424a2
        Let's remove the comment to spare our selfs from confusion
        
        Change-Id: I7bdefb0ead5139be009bfb8dd7d9ad7c6821e3e8
        Reviewed-on: https://gerrit.libreoffice.org/22120
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [79d565408eabc846692a2ed027707e6fe33adba4]

        xmlsecurity: ensure OOXML signatures relation when adding a signature
        
        A 'signatures relation' is kind of a pointer that says where is the list
        of signatures. When adding the first signature, this has to be created,
        in addition to the actual signature relation.
        
        This is yet another difference to ODF signing, where the signature is
        just another additional stream in the package, while OOXML signing first
        modifies the package to add the signatures relation, and then signs the
        streams, so the input storage of the OOXML signing can't be a read-only
        storage.
        
        Change-Id: I81a976c945b28ddf7f347c4a7bfd51f98a1fc225

2016-02-05  Armin Le Grand  <Armin.Le.Grand@cib.de>  [080e5f2f24513e871f2563c88a69fa8a9ecfe0eb]

        SVGIO: tdf#97383: Keep ratio in embedded images...
        
        ... when height and width are different
        
        SVG specifies embedded graphics to keep their aspect ratio (thanks to Regina for pointing out).
        To implement this for Office SVG import, I had to correctly set the graphic data unit dimensions to make the existing SvgAspectRatio mapping work.
        All together this now simplifies this method and packs all in clean linear transformations in the created stack of drwainglayer primitives.
        
        Change-Id: Id80c2f74ffb148085085b2c9627bc31bc15bdee5
        Reviewed-on: https://gerrit.libreoffice.org/21830
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-02-05  Stephan Bergmann  <sbergman@redhat.com>  [10ed6326346ea44202f75e87cce99d2aab8c7939]

        Re-add "Avoid undefined out-of-bounds double -> sal_Int32 conversion"
        
        (5abe0ab18a10a3cb13485ce3ba9433bd82b32221).
        6884f53ac490c11b98a77e747033f4971cc285f5 "default B2DRange ctor doesn't do what
        I thought it did" had reverted it, but the fix there is apparently not enough
        yet, <http://ci.libreoffice.org/job/lo_ubsan/165/console> still fails with
        
        > /vcl/headless/svpgdi.cxx:1274:28: runtime error: value 1.79769e+308 is outside the range of representable values of type 'int'
        >  #0 0x2b826285b4d3 in SvpSalGraphics::releaseCairoContext(_cairo*, bool, basegfx::B2DRange const&) const /vcl/headless/svpgdi.cxx:1274:28
        >  #1 0x2b8262868c3b in SvpSalGraphics::drawPolyPolygon(basegfx::B2DPolyPolygon const&) /vcl/headless/svpgdi.cxx:899:5
        >  #2 0x2b826286c6f6 in SvpSalGraphics::drawPolygon(unsigned int, SalPoint const*) /vcl/headless/svpgdi.cxx:551:5
        >  #3 0x2b826179915c in SalGraphics::DrawPolygon(unsigned int, SalPoint const*, OutputDevice const*) /vcl/source/gdi/salgdilayout.cxx:419:9
        >  #4 0x2b82604d6f5a in OutputDevice::DrawEllipse(Rectangle const&) /vcl/source/outdev/curvedshapes.cxx:67:13
        >  #5 0x2b8261f02c4d in CircType::Draw(OutputDevice&) /vcl/source/filter/sgvmain.cxx:596:13
        >  #6 0x2b8261f0ddc6 in DrawObjkList(SvStream&, OutputDevice&) /vcl/source/filter/sgvmain.cxx:698:100
        >  #7 0x2b8261f1462a in SgfFilterSDrw(SvStream&, SgfHeader&, SgfEntry&, GDIMetaFile&) /vcl/source/filter/sgvmain.cxx:820:26
        >  #8 0x2b8261f16726 in SgfSDrwFilter(SvStream&, GDIMetaFile&, INetURLObject const&) /vcl/source/filter/sgvmain.cxx:858:22
        >  #9 0x2b8261e48f33 in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>*, WMF_EXTERNALHEADER*) /vcl/source/filter/graphicfilter.cxx:1670:30
        >  #10 0x2b8261e3c85a in GraphicFilter::ImportGraphic(Graphic&, rtl::OUString const&, SvStream&, unsigned short, unsigned short*, GraphicFilterImportFlags, WMF_EXTERNALHEADER*) /vcl/source/filter/graphicfilter.cxx:1314:12
        >  #11 0x2b827bb9fee3 in VclFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) /vcl/qa/cppunit/graphicfilter/filters-test.cxx:60:12
        [...]
        
        Change-Id: Icb8f52414f57f08334fc501842b3f75c1d3642eb

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [e16a07f70ac622a01e759f2a3a5be3b9e02e30ae]

        solenv: fix mkdocs.sh to take into account projects with no inc dir
        
        Change-Id: I959279c11f0ae5f372936ee3db605716cab37c21

2016-02-05  Noel Grandin  <noel@peralex.com>  [47538ac78018eaaeb03a52ce32a27a8744639864]

        remove unnecessary comments from .SDI files
        
        Change-Id: Ic78ae8ce5bf396f55fdc847d6b70476c9dab4ee9

2016-02-05  David Ostrovsky  <david@ostrovsky.org>  [3466423b8670a1de589126d2a9a55c1f95367a24]

        tdf#74608: Ctor function for mork component implementation
        
        Change-Id: I706e65777c3f7ec1af255d93ffa31925e75fb2b7
        Reviewed-on: https://gerrit.libreoffice.org/22123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-05  Stephan Bergmann  <sbergman@redhat.com>  [a8f3ad1ac13f12eac7be488cd4bc425c3c09f3ed]

        Avoid ambiguities among operator[] overloads
        
        Change-Id: Ide7446e1aebe698277b13cc7eeb39efe16af3ec2

2016-02-05  Noel Grandin  <noel@peralex.com>  [d932eb95f4009a34af85b063df11aac83368950a]

        remove unused Hidden/Description/UnoName from .SDI files
        
        Change-Id: I9660690b29da411dcdf148007242ffa944957f78

2016-02-05  Noel Grandin  <noel@peralex.com>  [6b0279c095406095200e48efe746fe9b23e4cf4e]

        remove unused typedef in .SDI files
        
        Change-Id: Ib5459768c68d5eb5536116ba20d54f5a4ae06007

2016-02-05  Noel Grandin  <noel@peralex.com>  [ffacdae90177aa466a43321f6642bad176728113]

        remove unused union from .SDI files
        
        Change-Id: I673e5a020279e323cccf50d0ff3d74166ef61329

2016-02-05  Noel Grandin  <noel@peralex.com>  [71f2f88c1938f3fa7a80881e45daf3b5a8321172]

        remove unused int/char/map/ItemName/AllConfig from .SDI files
        
        Change-Id: Iaf2633d7591b705bd0e84a376e06a01c2ec22b9b

2016-02-05  Noel Grandin  <noel@peralex.com>  [8cb1c1ec2bd5a48e17fa6474336a3e1f7b092739]

        remove unused SlotId/Volatile from .SDI files
        
        Change-Id: I29f039c2fec8433fa062c603b64afffa60e7b0d0

2016-02-05  Noel Grandin  <noel@peralex.com>  [353b9b43da8dadf35012d658465bc957ceb242ce]

        remove unused HelpContext/Name/UCHAR/USHORT from .SDI files
        
        Change-Id: Ic837cfb952730f10d2669095134ab2eb10bd72e5

2016-02-05  Noel Grandin  <noel@peralex.com>  [520bb089a0b41c15273f7387df95b62faa54f13e]

        remove unused in/out/inout from .SDI files
        
        Change-Id: Ie8bedbc8bd751752cba4f6018161c773b4bd19d0

2016-02-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e9b2294930da159989659c21ce4c4e5f5d0a016]

        sw: remove no longer used SwViewShell::setTiledRendering()
        
        It only set a flag that was used by the already removed
        isTiledRendering() equivalent.
        
        Change-Id: Idc908c4b6bc432e4478fb1db6a8883faf2f864fd

2016-02-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [534b2a4b58ba765dbc256d6297e33453524915e2]

        Fix typos
        
        Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
        Reviewed-on: https://gerrit.libreoffice.org/21797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-02-05  Noel Grandin  <noel@peralex.com>  [7f5de2436a5c51ee8dec38a9b04f4a1b3589e361]

        remove unused Default from .SDI files
        
        Change-Id: I253174197e2c10765f9b1e8cff46178854fe3495

2016-02-05  Noel Grandin  <noel@peralex.com>  [c8c856bd73c3ce051a2564b30e5d01159d39676c]

        remove unused HelpFile from .SDI files
        
        Change-Id: I881ecb1a0838945dd89aefd99a209ea46b617563

2016-02-05  Noel Grandin  <noel@peralex.com>  [e02d63406ac3d1c99661d1e706d8c367c30b3a9e]

        remove unused SvName from .SDI files
        
        Change-Id: I5aa9d2e3798ebb9da5bb1283000d744e9a68de25

2016-02-05  Noel Grandin  <noel@peralex.com>  [8763140b566e672d0c2afa563a465bac91c1d983]

        remove unused SbxName from .SDI files
        
        Change-Id: I1d0bd2477d22c5f71fd61882756e05e2e30dfa6f

2016-02-05  Noel Grandin  <noel@peralex.com>  [1c3649c2be470d4ac324727a56594c1f6a2b5bf2]

        remove unused OdlName from .SDI files
        
        Change-Id: I1ce7de74b9cb9a2cebbacf8d81c0ca9164a1596a

2016-02-05  Noel Grandin  <noel@peralex.com>  [90942b2f89d1566d1c6742ccb51bf896f10352f5]

        remove unused TypeLib from .SDI files
        
        Change-Id: Ibbef34aee530bf65c3b3d35348e33f210a4c2a67

2016-02-05  Noel Grandin  <noel@peralex.com>  [ce97f3a37bf01a53d68eb8cd50ca72694ec2a922]

        remove commented out stuff from .SDI files
        
        Change-Id: I1e893afcd33bf9a5cf934a021fe40548ddc33699

2016-02-05  Noel Grandin  <noel@peralex.com>  [114904097baa0a456b59d168742c04a1c73432a8]

        remove unused UUID and VERSION from .SDI files
        
        Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419

2016-02-05  Noel Grandin  <noel@peralex.com>  [f811edfa9a0faaee2551be1fd9e401dfb4168a10]

        remove unused Readonly from .SDI files
        
        Change-Id: I179200ad65492c517ef5e986fd05758896d38813

2016-02-05  Noel Grandin  <noel@peralex.com>  [fd97858e1a7eef0f311a38ee3be41f7548d2c174]

        remove unused Automation from .SDI files
        
        Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9
        Reviewed-on: https://gerrit.libreoffice.org/22107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [001272c9d443bf49be1f8f1f7f96ef9e6356a3ef]

        officebeans: RVP no longer used, only local used now
        
        Change-Id: I5f09d25a6e267c793c469c08e8f7f46521fdcd49

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [365aa206f026e15e4fcc82fc0f754e46fb15ac53]

        vcl: Remove unneeded exception constants
        
        EXC_USER and EXC_REMOTE are not used. EXC_REMOTE was actually used for the
        RVP (Remote Visualization Protocol), but that was apparently removed when
        Sun opensourced StarView!
        
        Change-Id: Icc644146d18d1ba2f6503c6fdbd9acc85cb9e75c

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [836320f64f8704dd150f72734192fcebebce89dd]

        vcl: remove VCL_INPUT_MOUSEANDKEYBOARD, not necessary
        
        Change-Id: Ia5b9581d06f6884d6a06abde9cb4039b64c29a05

2016-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [5e31c9d9e42da8d8776621b2f80dfe9e04ca0871]

        vcl: move AInfo into private header
        
        Change-Id: If6bb832cbf64d12b4ec3a860010fd99340b14ca5

2016-02-04  Eike Rathke  <erack@redhat.com>  [40322a77af79420d0b30d32b3ec53c9a4fa00428]

        this does not make sense
        
        Either we pass the modified aOptions that isn't used anywhere else or we
        eliminate that and pass the unmodified rSearchOptions. Assume that the
        intention actually was to use the current locale.
        
        Change-Id: I121c28163f0df4305d13ba18e32e18237bb49ade

2016-02-04  Dennis Francis  <dennisfrancis.in@gmail.com>  [f14d271d31e75de09821cf1766c7ab2a9c6e0461]

        Patch#1 : Dynamic column container in the pursuit of tdf#50916
        
        In this patch dynamic column structure is introduced,
        basically wrapping std::vector<ScColumn*>.
        In ScTable the column container is pre-allocated with
        MAXCOL + 1 columns so that the rest of the code that uses
        need not change for now. So for now the new column
        container will still behave like the static one.
        
        The plan is to *incrementally* modify all instances of
        iterations over columns to make use of the dynamic column
        container and also to address the issues mentioned in the
        thread :
        
        http://nabble.documentfoundation.org/tdf-50916-Calc-Dynamic-column-container-td4162663.html
        
        The final step would be to remove the pre-allocation of the container
        in ScTable constructor and increase of MAXCOLCOUNT
        
        Change-Id: I3ff18cdebc99d8348e06a76f287d1d30279366bd
        Reviewed-on: https://gerrit.libreoffice.org/21620
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-02-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4186368f9240acf0b5951d541d5ed1a4790e711f]

        fix typo
        
        Change-Id: Iad24dfe97c9d360879d471606a9df340268860b2

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [8865a3b092a4b34530d8ca67286aa3765181d235]

        sfx2: avoid writing META-INF/ when signing OOXML files
        
        Instead just pass an empty stream, xmlsecurity knows how to look up its
        signature storage from the root one.
        
        With this, opening the digital signatures dialog, clicking on add, and
        then OK in both dialogs no longer results in an (empty) META-INF storage
        written to an OOXML file.
        
        Change-Id: I7e4a93687465ec19be307917ec00cde08ed8092f

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f2f125802f5932ed3be598a768267ebcd413e49]

        xmlsecurity: don't write the stream of an OOXML storage
        
        We'll need individual streams instead for OOXML.
        
        Change-Id: Ia3a7172af39ebfb815d44b645b217da15e41c197

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f065747552379bc3bf56fd479a04fd3de1ef72b7]

        xmlsecurity: support tmp storage instead of tmp stream for OOXML
        
        First step towards having a working export, since OOXML uses one stream
        / signature, so we need a storage for all signatures, not just a stream.
        
        Change-Id: Id5edfd3ce7e8e4177b0071badc6eb4330a525281

2016-02-04  Bryan Quigley  <gquigs@gmail.com>  [e69c4f978228fb443cf0f6d2a6679cb5a4c82940]

        Remove pointer (pen) from Navigator window
        
        It doesn't appear to have worked since LibreOffice 5.0,
        and the best use case (to use it during a live slideshow)
        has been removed per bug 96414.
        
        Change-Id: I25dbaa0b9ab86a2a7324b9c496473bf29a5f6ac2
        Reviewed-on: https://gerrit.libreoffice.org/22087
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [1fc4cb57755cdfb9ab65c112435997874fb057cd]

        coverity#1326404 Dereference null return value
        
        Change-Id: I1e7605b20716a48bc7a65e76f43fa0061e0d8176

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [ef2061233d2948e5cdc970277adec2159aae88f8]

        coverity#1326401 Dereference null return value
        
        Change-Id: I7d19233bb0f63f55c87d83e50b7f865f5c7a8ea4

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [72f0f535d322850bc1b8d44dd1dc71ebe313470b]

        coverity#1326400 Dereference null return value
        
        Change-Id: Ie28d817d7be24b2de19f51e11786c0396a2e016f

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [1cf6890ac8e7fb97af6509b4dbcaf5776833154e]

        coverity#1326406 Dereference null return value
        
        Change-Id: Ifedb32769551949fdda7d203812b803353a3f487

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [569522be6296aa21e4ccd459343ebb5fffd60a13]

        coverity#1326407 Dereference null return value
        
        Change-Id: Ie9336625f9f5733f9da96b8e7f1aa95228922a8a

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [1359b5635c4531495d2ed82b1385de99a3c1a864]

        coverity#1326425 Dereference null return value
        
        Change-Id: I3fda64e652310463e5a634341713562830babb87

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [4ed467ccc8f69c056a380f9b07ad8871e11f7d37]

        coverity#1326426 Dereference null return value
        
        Change-Id: I8ac0a0df5e111b72db181ee1b8043e6f65fbaf25

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [28fc15b3d35561bd2ed55526691c92689d9227dc]

        coverity#1326427 Dereference null return value
        
        Change-Id: Id4ff5ab007e9ddbc28018570fe38abe9e5acb54b

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [84db01965ef701c829d54d278663f7cf8d670cba]

        coverity#1326216 Explicit null dereferenced
        
        Change-Id: I1c65e776580b03a658c61c3c680f63d5c35fa52a

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [04fa668d1020622969f99f817ccc4aa39d92577c]

        coverity#1326217 Explicit null dereferenced
        
        Change-Id: Id1c35c5022eddfd1d7bca88c4833a0cba01b9cfa

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [bf4ee8ee31cbaea1360eb5681d4cecd04844eb3a]

        coverity#1326386 Dereference null return value
        
        Change-Id: Ifd1cd2cfb6032e7a2d14d926d4de8be22160daee

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [b3e0bd62f5c2223101ee693e042c8c400528803f]

        coverity#1326399 Dereference null return value
        
        Change-Id: I7828cdfcda5d4065fc3dafee744757292753abb5

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [1a84fb8f92ea941214fc9d3a6773aabcfca865e2]

        coverity#1326388 Dereference null return value
        
        Change-Id: I08955a20e0566f56701bef85a4a9d4de79ca7b1f

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [02888887be860cbd9963e5c2853ddd18cc5ce6e9]

        Split long command line into multiple shorter ones
        
        ...maybe that makes Windows more happy
        
        Change-Id: I4fe1d73f5638e1efe07162735c94856e0541ae78

2016-02-04  Michael Stahl  <mstahl@redhat.com>  [18af59fbb750389261fd4e03daf46bd9d1f4cf99]

        framework: clean up ugly _ prefixed identifiers
        
        Change-Id: If965ad91e771c84e89c6690a4e1b733d4e70f1b4

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [879bf788bca29536232b0a2124b3c411b071ef63]

        loplugin:sallogareas
        
        Change-Id: I27a0fa8318fa50ef6e3ccd3a736c5fcbc36bbaa0

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [9599cf88b1179e7727c7fa5a32c3dbb1635f4d00]

        Replace push(std::make_tuple(...)) with emplace(...)
        
        ...the former reportedly caused problems now with GCC 6 libstdc++
        
        Change-Id: I4b13adc71d9e00b14df1c8e875dba9e90cbcdcc7

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [532b47a650ce5189e1fb759201129d7d1f434133]

        [ABI CHANGE] In SDK, replace regcompare with unoidl-check
        
        ...as the latter was the more flexible replacement for the former for LO-
        internal use already.  The only gotcha to watch out for is that unoidl-check
        cannot be used to check "naked" .urd files, but only ones where the content has
        been moved to /UCR via regmerge.
        
        Leave registry/CustomTarget_regcompare_test.mk around to verify that
        unoidl-check behaves the same as did regcompare on those old-format .urd/.rdb
        files.
        
        Change-Id: Ic13ede48535bf942126c810d88bac7e4081d984e

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [2f90103948742f1e588d90d4bcb05f943192eb4f]

        Add --ignore-unpublished to unoidl-check
        
        ...to make it a better replacement for SDK's regcompare
        
        Change-Id: I7b5eee3d449b8dc7c03601083d06a6d13e4607be

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [048f5e6847a4d1f9ed139b6ab7edaaddd80e42b3]

        Resurrect registry/test/regcompare/
        
        Change-Id: Icf4d3b4137a6b6b70dd543bf4758a79f90e9f57f

2016-02-04  Eike Rathke  <erack@redhat.com>  [9fb40eab369857488080d74790b52023f25c7d62]

        show parameter tip help below instead of above, tdf#95878 follow-up
        
        Showing it above obstructs the column headers when entering a formula in
        the first two rows and mouse selection on column headers is also not
        possible.
        
        Change-Id: I8261f234fe7ed8f329ea7a131eb675e86e1d7988

2016-02-04  David Ostrovsky  <david@ostrovsky.org>  [b0e27cf54534670f6425b2beb4245a4708b1c10e]

        mork: Remove unused source file
        
        Change-Id: I0b8c1692c2b04bbbb5486517b2e8de6957ab4b79
        Reviewed-on: https://gerrit.libreoffice.org/22104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [5c91631dbfc9394687fb84cc76384601a566d6ff]

        impress - unable to search inside table - fixed
        
        Change-Id: I07df8d0330390ac599aac364581aee1c9fd0f809

2016-02-04  Michael Stahl  <mstahl@redhat.com>  [0835f5b80cecee7ec4326e4ab295f520112052fb]

        svx: replace boost::bind with C++11 lambda
        
        Change-Id: I68f9559fab9a344979dc39b81f3738877483b5fe
        Reviewed-on: https://gerrit.libreoffice.org/22106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  Michael Stahl  <mstahl@redhat.com>  [f600e14561edf3ab35762a39a199ac6d03ab2706]

        framework: replace boost::bind with C++11 lambda or for loop
        
        Change-Id: I3bee504b5a3dce7d89af77c8fcf2f9e24d5119ca
        Reviewed-on: https://gerrit.libreoffice.org/22105
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [806d34981f480908645038f4cfc29ebcf25ca145]

        lok: fix saveAs for a loaded HTML document
        
        a HTML document is reported as "com.sun.star.text.WebDocument"
        which is a unsupported document type in LOK so report it as a
        LOK_DOCTYPE_TEXT instead.
        
        Change-Id: Iaa77cb8b1f55cf31ebbb4fd4d69c02702e60e251

2016-02-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9f84b757a2e6678a30a797e85d8236612b952646]

        Allow HTML (WebDocument) to be exported as PNG or JPEG
        
        Change-Id: Id6b70a88ea479b402e680c7c216a20be3d6e116e

2016-02-04  Kumar Thangavel  <kumarr908@gmail.com>  [e6c4b88f5bc4887aa498b2896b1261a4022affca]

        tdf#65206 Highlighted (colored) references limited to 32 references in formula
        
        Change-Id: I45731be3d7c3a8ebbafb11d8580294dab01784f4
        Reviewed-on: https://gerrit.libreoffice.org/22094
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [7236df4fec03bc8f58f33a7aa43cef7e52e48882]

        remove unused Compare method
        
        Change-Id: I12578410a27f613a064f293022280b5345117a9c
        Reviewed-on: https://gerrit.libreoffice.org/22102
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [b5cf88fa1f4dbda954c383d5c3f91ac677f44a5b]

        remove unused ConfigName from .SDI files
        
        Change-Id: I2d47d479e4b5b4ef63e13b8a22d9c6b62e9b3209
        Reviewed-on: https://gerrit.libreoffice.org/22101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [ccbed01b40c9bc4421943ebe1fe818d43aadcc7d]

        remove unused GET/SET/STATUSBARCONFIG in .SDI files
        
        Change-Id: I74404d72e9146950a9881d2a59323c2bf08c9742
        Reviewed-on: https://gerrit.libreoffice.org/22100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Takeshi Abe  <tabe@fixedpoint.jp>  [4f0398587f2854e41a8b544f5e2a00e3680122b6]

        starmath: Convert RectHorAlign to scoped enum
        
        Change-Id: Ia5b43083e9675ef2664e5147e80237a7d947e138
        Reviewed-on: https://gerrit.libreoffice.org/21859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [8dbdf538fea36748b5297299943e22b88ba62522]

        LibreOfficeKit: document availability of some LibreOfficeKit C++ API
        
        As done for C version in 80d1c914524bc61402c0e257b59377c5e47231ce
        
        Change-Id: I879e070bc6a7cbf851594d748f603090f2e02459
        Reviewed-on: https://gerrit.libreoffice.org/21901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-02-04  Berk Gureken  <berkgureken@gmail.com>  [9108dc39525fb1d881d5b4a634039a25ef2d2d25]

        tdf#43157 Cleanup DBG_ASSERT for fpicker and framework
        
        Change-Id: I1b79a39a9d709184cc72a905647f73dbf85eef27
        Signed-off-by: Berk Gureken <berkgureken@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21991
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  coypu  <coypu@sdf.org>  [1ee9765beffa7cebcc891227d741eeb0cc74eb55]

        Pull newer m4/ax_boost_system.m4 from upstream.
        
        Does not require tac, which is not available on *BSD/OS X.
        
        Change-Id: I54c90e249fb99ce03cc2ff134f200de283159052
        Reviewed-on: https://gerrit.libreoffice.org/22083
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [46f74ab5f97415b8777b1043bbd7bf9839163075]

        sfx2: fix locking after signing OOXML documents
        
        File -> digital signatures looks like a way to view and modify digital
        signatures, internally it's a sign action, that at the end may not modify
        signatures after all. For this to work, SfxObjectShell::ImplSign() calls
        GetMedium()->CloseAndRelease() to release the document's lock file, invokes the
        signing dialog, then DoSaveCompleted() creates the lockfile again.
        
        When signing OOXML documents, the lock file is not re-created, as
        DoSaveCompleted() only creates the lockfile in case
        IsPackageStorageFormat_Impl() (== own format) is true. Fix this by adding a
        mode that creates the lock file, even in case of a foreign format.
        
        With this, closing the digital signatures dialog for OOXML documents no longer
        results in a confusing "Document in Use" dialog after closing the signatures
        dialog.
        
        Change-Id: Ie9e56b88768825e61765669b27a89082cdc1981f

2016-02-04  coypu  <coypu@sdf.org>  [d9835c81b1f929e524d4c92628811faa25bfc181]

        Include headers using OpenBSD too
        
        OpenBSD ports patch: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/libreoffice/patches/patch-include_LibreOfficeKit_LibreOfficeKitInit_h
        
        Change-Id: Ia3cebb41ca72bf022cc409814bed575cfbcfbf64
        Reviewed-on: https://gerrit.libreoffice.org/22079
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  coypu  <coypu@sdf.org>  [f85079581551f534c9c3d920d9f434846e7b8948]

        Avoid using == with test, it is bash-specific.
        
        Change-Id: If44680b8f9fb527dd27a71e193b334d83c12e46a
        Reviewed-on: https://gerrit.libreoffice.org/22078
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [44e48e309ab92443f11b290a2153779703bca22f]

        remove unused RecordManual from SDI files
        
        Change-Id: Ia6af0d00b68f5694c9fc9cc453fe36fb923f0a2d
        Reviewed-on: https://gerrit.libreoffice.org/22099
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [228a5704b3ca1addd7aa5de7a04865df4dc5b091]

        remove unused HasDialog from SDI files
        
        Change-Id: I26f2cef48fcc7a6c4a6b93668b836879254f3eb0
        Reviewed-on: https://gerrit.libreoffice.org/22098
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [5ec98c76986c1fe004fe10b1a003618d74a2c5d3]

        remove unused Synchron from SDI files
        
        Change-Id: I0b8c63a97bfa4a49ac87869e164ab22d2aa99de3
        Reviewed-on: https://gerrit.libreoffice.org/22097
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [16431492441e742fbbbfc73ba0b715a91ec3ee45]

        remove unused Cachable keyword from SDI files
        
        Change-Id: I60c423b799f34f79f58bc39cf7ea616ec4f5d16a
        Reviewed-on: https://gerrit.libreoffice.org/22096
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  David Ostrovsky  <david@ostrovsky.org>  [3ffa98027e6443d3822da8ba6d9602f3e36cef99]

        mork: SAL_DELETED_FUNCTION->'= delete'
        
        Change-Id: I71e2000920e606e5d550ed5451722cbb80f3dc82

2016-02-04  David Ostrovsky  <david@ostrovsky.org>  [40da8f2ae60ceb41ab4dd1052fcfc011f6b8f54b]

        mork: boost::noncopyable->'= delete'
        
        Change-Id: Ibe5e44af2348150fef0fa3d3e579ca2893fc6b1c
        Reviewed-on: https://gerrit.libreoffice.org/22095
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [d33c002c474a034db9ad7390aec7ced113dcfb3e]

        Use CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE
        
        Change-Id: I2f6da8bb39ebd791f0bd3aa955dfc8c83b96ca04

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [9b6cc4f4092b23d62c552d8d14ce887d4e77b31f]

        coverity#1326631 DE: Dropped or ignored exception
        
        Change-Id: If1f4f46ba51360eff3537f6804286adfe16c4a0e

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [bd5bc033fd8bbf7b972422ded29773be09f1a44a]

        coverity#1326630 DE: Dropped or ignored exception
        
        Change-Id: I495c1b5d9d0e03a92330fe6b9371183471aee7bb

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [a7cf2bc5fc1acc4e398be1750c378b754c10924a]

        coverity#1326629 DE: Dropped or ignored exception
        
        Change-Id: Ifb82c92eb0eaa019a19deee3dce375204576e2ee

2016-02-04  Noel Grandin  <noel@peralex.com>  [42d868008d2b4c5b31c307f02e60ba94ddcd5678]

        loplugin:fpcomparison
        
        Change-Id: I084b63d1085976838426f1157e0ba238e0520d7f

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [bbcb4c94034f9ea51b63682912a3183777292bbd]

        coverity#1326671 DLS: Dead local store
        
        Change-Id: I310f9d0e66e910c6a5bbd2a4f864e4149b85c92e

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [e229993a6365674d87634c3393a536f5adee49c4]

        coverity#1327197 UwF: Unwritten field
        
        Change-Id: I520235178bc1eaea5e5bc0497ab8824bf2775456

2016-02-04  Stephan Bergmann  <sbergman@redhat.com>  [39accf65cdfd62693d2b46b822215d88b462c2f3]

        loplugin:fpcomparison: Fix check for floating-point zero
        
        ...so that isZeroConstant doesn't trigger an assert inside Clang's
        isCXX11ConstantExpr when expr is sizeof(x) with x being dependent on a template
        argument.
        
        Change-Id: I6bab46e64cc085d597db25994d8bfdc66417fe83

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [7b0b9da7cb9a342c060666ea9d60bca700e25359]

        coverity#1351756 Dereference before null check
        
        Change-Id: Iae465c91693967983623087214e79e0f264c551c

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [a18d3ed2e8e224a4ae2244342df51a9651aadb5c]

        coverity#1351757 Uninitialized pointer field
        
        Change-Id: I996dc17ba0c01bf23283687dffb563b0eac3a31a

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [58dd33145db1dbc883bc243e0b764c42bfca3741]

        coverity#1351758 Uninitialized pointer field
        
        Change-Id: I50639f0f83c2f1135a0c2002145e02fdf15034a5

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [2ce227a7642647267c982909a8b3175d22c58b74]

        coverity#1351755 Dereference null return value
        
        Change-Id: I144a2c498763534b8aff604bdb3440180ac0f2ff

2016-02-04  Caolán McNamara  <caolanm@redhat.com>  [c4ac8af7da53567fa91148a8c7319eb3e6870196]

        pItem isn't used here, its the same as result, so weird cast can go
        
        Change-Id: Ib646fcffa3d2298b06565ef78b69873546d76b0a

2016-02-04  Rishabh Kumar  <kris.kr296@gmail.com>  [e4aa4472f84dc9fcf0acaab80ede005603a4b93c]

        tdf#87813: Moving effects list into the animation tab
        
        Adding the animation effect -
        1.Press the + button
        
        Modifying the animation effect
        1. Select the animation from the list of added animations
        2. Select the animation style from the Listbox
        
        Change-Id: I14f9242b9f04279622d879ae8c3e162ded6e3e3d
        Reviewed-on: https://gerrit.libreoffice.org/17008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [d165f035d2155da47b99a8035707c392d0627382]

        CppunitTest_xmlsecurity_signing: add invalid OOXML testcase
        
        Test the case when the manifest reference has invalid hash: this is the
        more complex situation. A simple situation is when a direct
        (non-manifest) reference is broken.
        
        Change-Id: Iaea139abc460050768cfbc236cacb1fd94418b36

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [50d4306476874b5d279e4e9f4f21ba473405da6b]

        CppunitTest_xmlsecurity_signing: add valid OOXML testcase
        
        In reality we can't detect that it's partially signed, as the unit test
        doesn't have a mozilla profile -> certificate validation fails -> we
        only know that the signature is valid.
        
        Change-Id: Ib6aaccb4cb471e543d368d0318b90c67e9876619

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0870b2a15cde89d9f64803828bbfbf458eed918]

        xmlsecurity: fix crash on closing DigitalSignaturesDialog without ...
        
        ... a signature stream. ODF has a signature stream, OOXML has a
        signature storage instead.
        
        Code tries to export all signatures on closing the dialog, but OOXML at
        the moment has only an importer; so just fail gracefully in case we only
        have a storage, not a stream.
        
        With this, closing the dialog no longer results in a crash for OOXML
        documents.
        
        Change-Id: I3e6580ddb20ec31fb0c5a4abe1fab3d8046d0ee5

2016-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [e2a6b1378f04e6349eae678028022dd48e6959de]

        accessibility: fix rest of doxygen errors
        
        I've changed the doxygen generation script to generate an xhtml
        page, and it uses SVG diagrams now.
        
        Change-Id: I876795675ae9ebcfec6f7fe5edc43c9d2e4964d3

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1acc9f0438dcfbc739bea019acb68614cc8cff3]

        gtktiledviewer: cid#1351757 uninitialized members
        
        Change-Id: Ifb48dc528e95519097477faf79b10e3e7637869d

2016-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb1c08589e68d394832fc67d54274827cc209189]

        writerfilter: no need to manually realloc here
        
        Change-Id: I1663109adfa83bcc191953ffeefad1b563e03c14

2016-02-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [8d53d01f38b856f177aca3ed4d3cba3db10f24a5]

        tdf#96739: Send Ctrl-Left/RightShift events to correct window
        
        Another regression from commit 74407aef94b6d8df. SystemWindow should
        consume only Alt pressed/released events and let key input window
        handle the rest of modkey events
        
        Change-Id: I304701fe63ee86bad534ba003ea05991d06f433d
        Reviewed-on: https://gerrit.libreoffice.org/21854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-04  Regina Henschel  <rb.henschel@t-online.de>  [a6238f8222714465fe7a11477706ad19a1b3bebb]

        tdf#97116 Icons for theme Galaxy for new commands insertbefore and insertafter
        
        This adds eight icons for the commands insertrowsbefore, insertrowsafter, insertcolumnsbefore and insertcolumnsafter in lc_ and sc_, and it adapts file links.txt
        
        Change-Id: Id9f32797f97c38b57869bc9f729b1f2a679d1330
        Reviewed-on: https://gerrit.libreoffice.org/22084
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-04  Ras-al-Ghul  <dipankar1995@gmail.com>  [881c1c961ea3c0f651a74f637786caf1367a26f3]

        tdf#96888 - Kill internal vcl dog-tags ...
        
        Finally removed struct ImplDelData
        
        Change-Id: Ib2bb4a51b94886b95bca0c84adffc8fd4123e8b8
        Reviewed-on: https://gerrit.libreoffice.org/22093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [4e9b528dccdfc438394b1ffe029f1fc8178a6086]

        new loplugin fpcomparison
        
        Find code that compares floating point values with == or !=
        It should rather use rtl::math::approxEqual
        
        Change-Id: I9026e08823340fa1d6a042c430515344c93215bd
        Reviewed-on: https://gerrit.libreoffice.org/21997
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [4fa4b9addfaa4291096cb6de5d98c6612c36757c]

        loplugin:fpcomparison in basic/
        
        Change-Id: I76ffac6a0f0b1525c85d1995277d3ca22ef268e1
        Reviewed-on: https://gerrit.libreoffice.org/21869
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [5569a65ea4984f72212a44679f2125843a855a80]

        accessibility: cleanup doxygen errors
        
        Change-Id: I6abc6e84edc461e8fa20f9c9689e0a66e26980af

2016-02-04  Noel Grandin  <noel@peralex.com>  [27a114e73f9ce64f360b045233e1c9c74c207880]

        loplugin:fpcomparison in cppcanvas/
        
        Change-Id: I23d7e217f2616b488579be0617dbc14cd407540f
        Reviewed-on: https://gerrit.libreoffice.org/21868
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [4fccc4376cd253648bf0dd1d49dd80bc76148f08]

        loplugin:fpcomparison in opencl/
        
        Change-Id: Ia5b4a5010afd72ce59629dbc9b2045177a155182
        Reviewed-on: https://gerrit.libreoffice.org/21867
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [777ad8f5d5b140af0b6959995b8838bf50a578ec]

        accessibility: fix doxygen errors
        
        Change-Id: Ib1bed3e4df91ad00ecf2deb5c3d135cc2f5561b5

2016-02-04  Noel Grandin  <noel@peralex.com>  [0e414e1433acf775c17063cc748818ee7dd822e3]

        loplugin:fpcomparison in registry/
        
        Change-Id: Ifdc2df9ba51ce8ef2c8793bb51c28a547f22214f
        Reviewed-on: https://gerrit.libreoffice.org/21866
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [318a23b4f4e3e02b664437044de833b9a8e4f85f]

        loplugin:fpcomparison in scaddins/
        
        Change-Id: I9a303a92f5531d549faf6d86ea0ce6360e115567
        Reviewed-on: https://gerrit.libreoffice.org/21865
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [8ffd2c8dd032e718bc8c3d574cd47e82a2c07261]

        loplugin:fpcomparison in sdext/
        
        Change-Id: If2ae6c3399ef3aceffc2080fcd790e91dc594d9b
        Reviewed-on: https://gerrit.libreoffice.org/21864
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [dc889a9a3054e99f997c2377b7e312396366f4ba]

        loplugin:fpcomparison in slideshow/
        
        Change-Id: Ic910deea47065d1f69748b95e59d19c6cda5d29b
        Reviewed-on: https://gerrit.libreoffice.org/21863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Noel Grandin  <noel@peralex.com>  [e2bada96d5d6242e3dc6a957e90b73feb9fc0765]

        loplugin:fpcomparison in svtools/
        
        Change-Id: I8dc3cc128dc97b429e714c4837dd6cb81fa358d0
        Reviewed-on: https://gerrit.libreoffice.org/21862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-04  Lionel Elie Mamane  <lionel@mamane.lu>  [198f20238330e60172f67e9c6a21aeefc50136c4]

        firebird: avoid using ignored -m option to make
        
        Change-Id: Ic24c295a84f402ec5478bafbdebc54f976b1a72c
        Reviewed-on: https://gerrit.libreoffice.org/22092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [697d445ed0c7b60e463243db89af32e2145b475b]

        vcl: take into account the font width is the average font width
        
        I'm changing the Font class function names:
        
        - SetSize       -> SetFontSize
        - GetSize       -> GetFontSize
        - SetHeight     -> SetFontHeight
        - GetHeight     -> GetFontHeight
        - SetWidth      -> SetAverageFontWidth
        - GetWidth      -> GetAverageFontWidth
        
        That's because it really makes no sense to say that there is a
        single constant font width because obviously proportional fonts
        don't have one - the best we can do is an average font width,
        which is what folks like Microsoft sort of do already. On a fixed
        font, the average is still accurate, for obvious reasons :-)
        
        I'm also not a fan of GetSize/SetSize as I find it a might too
        generic.
        
        Change-Id: Ib80a604ba62d6883fd6cbc7994da763976be5c70
        Reviewed-on: https://gerrit.libreoffice.org/22069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-02-04  Lionel Elie Mamane  <lionel@mamane.lu>  [91a7580e03d5b47c6e2513afce85ddee45e730b6]

        apparently breaks Win-x86@42 tinderbox... disable on Windows.
        
        Note it works well on the Windows Jenkins build check. Go figure.
        
        Change-Id: I05990274d85b1044a94ec7371130bf918f8fd09e

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [0ab1a87f0dc5b65624dfcf19f59542bab7dfb670]

        reportdesign: reformat that
        
        Change-Id: Iec06e09d0051ab53bbded0759abb041ff764abef

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [969a760e2bad7f65c28eba425af1751946b09d76]

        reportbuilder: tdf#92720: add loext namespace
        
        ... to allow export of paragraphs in shapes.
        
        (regression from 6acc6c011d3afd6834efeee1b2efe43652a86f2e)
        
        Change-Id: I2c23e686a2cfcd997d3393b0f9fb4cdcab7252b7

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [131ebdeb2f26a697029d2e561743345ddc8a8b32]

        reportdesign: try harder in getDocumentBaseURL()
        
        OReportDefinition is always an embedded object, and may contain embedded
        objects itself.  Try to get a base URL for loading the nested embedded
        objects from the parent.  We actually need it before setParent() is
        called, so search the media descriptor too.
        
        Change-Id: I319127cd5938d4a79778345fce65a4d58bd54877

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [0fadfd3c17a4ec9bd3e51deb22074422e1b4c330]

        sc: replace boost::bind with C++11 lambda
        
        Change-Id: I516ffb7510f52cceff0cae6970c6ab699a7889be

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [1fe41c378fdc3261fb86f3abeb93c7d918c74fb5]

        oox: replace boost::bind with C++11 lambda
        
        Change-Id: I8b3c029db18f62cc41e5fc12582e10bf2a67d2c7

2016-02-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [c0fa223db5f5c55ffb76dbb10b0e8187962f0cd8]

        tdf#97437: Don't crash when creating new pivot table
        
        regression from 0b9dd2446c33fda77 -- *sigh* most of the time is
        the old pivot table not there.
        
        Change-Id: I85ea03780f175aa6e4fb6859497b6dda12fa7d11
        Reviewed-on: https://gerrit.libreoffice.org/22057
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aaa7b7c87dc0d685e2a0edf2763aaeacd2d6e579]

        tdf#90290, add custom asserter for formula
        
        Change-Id: Id584b9ba5955e56f9ee0dacb2534b7365cdce380
        Reviewed-on: https://gerrit.libreoffice.org/22080
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-03  Lionel Elie Mamane  <lionel@mamane.lu>  [1487b9ddc80ff0e5449fc6e26f7529ed293eed89]

        better integrate parallelisation of firebird builds
        
        Change-Id: If9bf9d2a36aa564700b032c417869a8cfac65f88

2016-02-03  Takeshi Abe  <tabe@fixedpoint.jp>  [1e4ac9a98a919bd8c0f2526f68b5c089ec89b93b]

        starmath: Avoid C-style cast
        
        Change-Id: I1599c7d62f9b5ff43eecf9f11bbb173c4faeeb15
        Reviewed-on: https://gerrit.libreoffice.org/22067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c3ddf43bfaff9e21a52001a333e87fad397d465]

        xmlsecurity: validate OOXML <Manifest> references on Windows
        
        This is the mscrypto equivalent of what was done in commit
        e6aaf64cfc378d0daa0709c40c85ee1e9c0fd151 (xmlsecurity: validate OOXML
        <Manifest> references, 2016-02-01) for NSS.
        
        Change-Id: I7ee713fb5c7b55ded38100a0f25f718f2f323e08

2016-02-03  kumar  <kumarr908@gmail.com>  [94aff0c21989e8be46b1676cef4d2a1db61752d3]

        tdf#93936:while creating formula comma appends incorrectly using Ctrl key
        
        Change-Id: I6d0e210f11e52dd16cbd61b1da22d79064796efc
        Reviewed-on: https://gerrit.libreoffice.org/21667
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-02-03  Arul  <arul71.m@gmail.com>  [403ca446458268ae04d42f666223974f525e8df8]

        tdf#89140:Calc row paste doesn't keep row height
        
        Change-Id: Ibf9a5674711cf496706c4d3ac9d3133016aea39d
        Reviewed-on: https://gerrit.libreoffice.org/21665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-02-03  akki95  <akshaydeepiitr@gmail.com>  [5008b9a692296ab72e08d397a49d11d02222f83c]

        tdf#96132 Enabling Experimental Features in UI doesn't warn about restart
        
        Change-Id: I2efafee4f8ebd4cd7ba2b7a23f68ca08022eb659
        Reviewed-on: https://gerrit.libreoffice.org/22064
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-03  Bryan Quigley  <gquigs@gmail.com>  [2503a1e99df463aef1bf87c94b7b4a8ee3554efe]

        tdf#96414 Remove showing navigator during slideshow
        
        This isn't very user-friendly and the presenter console
        does a much better job of this.
        
        Change-Id: I621863b585d763fb65ed8637c3dab7b7f5ea7aed
        Reviewed-on: https://gerrit.libreoffice.org/22062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [8db902785ed40ef388218bd5068f14f5d4bedd69]

        tdf#94269 Replace "n" prefix for bool variables with "b"
        
        Change-Id: I8999dc2701010424ea4d2504e99ed429030d7d4e

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [4a2824e72aae407f5f2a86e6ef45278ef864d437]

        starmath: tdf#97190: don't assert on missing base URL
        
        There are valid scenarios where we don't have a URL at all, such as when
        importing MathML from the clipboard.  Also there probably isn't much of
        a problem caused by missing base URLs in Math anyway since RDF import is
        currently not implemented and i'm not sure if hyperlinks in Math
        documents are possible at all.
        
        Change-Id: I13b70ac62542364f329875e292c574883255af5e

2016-02-03  Dennis Francis  <dennisfrancis.in@gmail.com>  [1e619fdf9e79cb49895d83fe7f5a1f373495b915]

        tdf#34873 : Better way to show autofilter count
        
        This patch modifies the commit 3536fe8f4cdbacf5702e743407f34d918b6f4d38
        by keeping the filtered row count inside ScDBData instead of
        ScTable as suggested by Eike Rathke. This significantly reduced the
        code complexity involved.
        
        Change-Id: I30ac26061d9665ce7a749e23a636f7fb3f69b176
        Reviewed-on: https://gerrit.libreoffice.org/21720
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-02-03  Noel Grandin  <noel@peralex.com>  [d9e362e4516a5df77f3edd12d57ce224a0a4979d]

        remove unused HasCoreId from SDI files
        
        Change-Id: I4aca4b8a79ce92d64ce004ccdb7e9a0f408dc768

2016-02-03  Ras-al-Ghul  <dipankar1995@gmail.com>  [60d6cb4faaffeef7e4660b2077c7d41a6865b761]

        tdf#96888 - Kill internal vcl dog-tags ...
        
        Removed some more usages of ImplDelData
        
        Change-Id: Ieb3c83ecebaa799bec6ae409dd480ac123b8a460
        Reviewed-on: https://gerrit.libreoffice.org/22040
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [384c815eda697d75706f686dc2ceb227b4d3f245]

        Resolves: tdf#96653 distorted images on export to pdf
        
        regression from:
        
        commit ffe150ce903d9cdc62c25ad3437e61d24ede17d6
        Date:   Fri Dec 4 18:19:08 2015 +0100
        
            tdf#94739 use GetScanlineSize instead of calculating it
        
        which was on the right track in the sense that the original
        code was wrong and only worked for <= 8 bit depth images
        
        Change-Id: Iee54a9f29dd0fdaf3e1f2aeb7b9898cecb453e37

2016-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2ccc96482e770edb57edffbf653c18d3a0c4c23]

        tdf#76142 libxmlsec: implement SHA-256 support in the mscrypto backend
        
        The only tricky part is PROV_RSA_FULL -> PROV_RSA_AES, otherwise SHA-256
        is not recognized as a valid algo. MSDN documentation for PROV_RSA_FULL
        at
        <https://msdn.microsoft.com/en-us/library/windows/desktop/aa387448%28v=vs.85%29.aspx>
        and PROV_RSA_AES at
        <https://msdn.microsoft.com/en-us/library/windows/desktop/aa387447%28v=vs.85%29.aspx>
        say that AES is a superset of full, so should be no
        backwards-compatibility issue. I tested this on Windows 7, but according
        to the documentation, it should be no problem on Windows XP, either --
        provided that the latest SP is installed.
        
        Change-Id: I3ae196679c2cbf0e9e55fab10584d9c46a480659

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [12ac55d594757246dcf0007d4f0947a453ffdd83]

        offapi: fix a few doxygen warnings
        
        Change-Id: I0fbd4affa876fa01458942c4cf14d029ed5d1095

2016-02-03  Jan Holesovsky  <kendy@collabora.com>  [70a1dbb4c7fdcb6ba309aa53dac8299a3f2bc626]

        lok: Avoid the 'alien format' warning in LibreOfficeKit.
        
        We immediately cancel all the dialogs that potentially come up when using
        LibreOfficeKit; which means that when you tried to save a .docx to a remote
        server (which triggered the 'alien format' warning), the save operation
        couldn't be completed.
        
        Change-Id: I6bb5eadac994c1f515d7a49299c21960b3491bbe

2016-02-03  Jean-Pierre Ledure  <jp@ledure.be>  [d8a113841160c571a3f254e73b676994eb940a79]

        Access2Base - Wider database support
        
        Support of HSQLDB 2.3 and MySql
        CLOB and BLOB as database field types
        Schema and catalog names in tables
        GetChunk and AppendChunk methods for binary fields
        The Value property returns the correct binary content of binary fields
        
        Change-Id: I0aba80134f9add90f438ac4b7951fce9c1d36239

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [e9089b4f53c0fef5d0bdcc76add9a43a8c6d81bd]

        desktop: replace boost::bind with lambda or std::bind
        
        This requires working around MSVC 2013 error C3848, that compiler
        apparently just doesn't like to call its std::bind() functions if
        they're "const".
        
        Change-Id: Ic2e66cab3cadb36ab29cf2504a4c6107334f2ae1

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [85e6cc898c5d5a1d5d60897bef31da9f46b22686]

        libreofficekit: CppunitTest_libreofficekit_tiledrendering crashes
        
        Need to check that a callback was actually set before calling it.
        
        Change-Id: Icb2ca19aec0c74f6695d7286f046dadfe609d68c

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [b9fa2963cf12e6987b3a0acc219c4fa591e41be8]

        fix gcc build error
        
        error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type
        {aka double}' and 'int' to binary 'operator%'
        
        apparently there's a template returning double for abs for the
        non-int/long/float/double argument case. So promote earlier to int so the
        abs<int> is called
        
        Change-Id: I882a27c5ec349f894c1c9f4857687360a46b55ae

2016-02-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b4dc15e72e6c8925fb607558d5005a9c684e420d]

        Updated core Project: help  5290d2a3f4df1fb63171b37352dc4ac59a9acf10
        
        tdf#95408 Update this button’s name in Help as well
        
        Change-Id: I0810e767247745dcb1cf922301be1705479f9dbd
        

2016-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb65881c20c5ab0f60f658b152539fc7ab49666c]

        chart2: remove commented out code
        
        Change-Id: Ie69dcec1431b6cbbaccfa7d92f17166d2f43c69a

2016-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [f16433ec2cba13b78022f1bf6e78bcf26fb22be8]

        chart2: I think we can get rid of OLDRENDER now
        
        Change-Id: I4919d4a75bdd7dc0398f5829a25f2908e97b0eaf

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [8c279f01597cea9850ab68add6fa3370eb61c1b2]

        extensions: replace boost::bind with lambda
        
        Change-Id: I3f0b1835aac20cfd1c149caa122bed1cc96d699e

2016-02-03  Michael Stahl  <mstahl@redhat.com>  [bf253799f6858aa1ab607b8f127c0ed6bd2c1b45]

        connectivity: replace boost::bind with lambda
        
        Change-Id: I5a68b743221a3519701e4e3778562ae626783e0f

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [b590d157645141f320f155b56ac915d72b2c4a46]

        its an xls not an xlsx
        
        Change-Id: I0d66e2714ce96555c3ea8c2c76c7f483ea69707e

2016-02-03  Varun Dhall  <varun.dhall@studentpartner.com>  [cdffa289a32ba21ee30906e1268ec5962f1d88d9]

        Added Test for checking newly created writer document with AppYield
        
        Change-Id: If331fb2b0c03cd153387ddad7b33bbc28727ac11
        Reviewed-on: https://gerrit.libreoffice.org/21995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [afcd01bdd9e90321bd42e6b5a513758386ecccc4]

        add EDB-39395-1 test-case
        
        Change-Id: I3e611a3a647245d40ba808fdef7b64b877285fdc

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [066e79288b6ad1afe5f896c4cd41e73d947bfee2]

        add EDB-39396-1 test-case
        
        Change-Id: I8afd1db3859b99cf09d0d52e999bbd95cd88ed10

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [eea4639dd70de591239e7fb12de7f9e347a5bc27]

        add EDB-39397-1 test-case
        
        Change-Id: I08b8d0247625745665aa9f048bf3fae028c7c36f

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [3b33d4fdffee687f8e087bfc78f12543d722ee0b]

        add EDB-39398-1 test-case
        
        Change-Id: I69ac97c391d1d4a1ec72751b3efdbdd68a2f6090

2016-02-03  Caolán McNamara  <caolanm@redhat.com>  [6884f53ac490c11b98a77e747033f4971cc285f5]

        default B2DRange ctor doesn't do what I thought it did
        
        Change-Id: Idfe49de429c08d1dd7663ca3fcced8f326e46d15

2016-02-03  Andras Timar  <andras.timar@collabora.com>  [bd36889b2caa4a74d647e18fc52e455f83529be9]

        Improve DrawingML export of rotated/flipped customshapes
        
        When we export the customshape as polypolygon, we need to
        take into account, that the polypolygon of the shape already
        has flipped coordinates, but coordinates has to be relative
        to the rotated bounding rectangle.
        
        Change-Id: I4f3b015e439d3d6041adc67eddd460f5bd4dfca1
        Reviewed-on: https://gerrit.libreoffice.org/21905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-03  Andras Timar  <andras.timar@collabora.com>  [e4b98408f60fdbe8248540da58bde8a9bf00c461]

        tdf#97512 make strings localizable
        
        Change-Id: I518918689e81475e9aaf0023cf91f4860531ad1e
        Reviewed-on: https://gerrit.libreoffice.org/22063
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc146752b2fe11b3523299462a806c3c374ee0fa]

        svx: can now do nAnz -> nCount without name clashes
        
        Change-Id: Ifc884a44008de0a34c056348321e5344ab2cb1f1

2016-02-03  Jan Holesovsky  <kendy@collabora.com>  [c406c90289baa12663a382c7ed664f2cf93b75ab]

        lok interaction handler: Add handling of io and network errors.
        
        Change-Id: If7c84a7b24f2072439718fb0c473b73243f2ecc1

2016-02-03  Jan Holesovsky  <kendy@collabora.com>  [ad680b8600aac8c26996b3af2d1414c3c0ebe4ee]

        lok interaction handler: Move password handling to an own method.
        
        Change-Id: I1b3cfdef5f4f81c9138ad5600e43755841df5d75

2016-02-03  László Németh  <laszlo.nemeth@collabora.com>  [483d0e85fad6f8f787ada28bc16242c43f7496b4]

        Autocompletion: complete year (part) to current date
        
        to check or insert it during typing.
        
        For example, typing "201" or "2016-0", Writer will
        suggest "2016-01-30" - the current date in ISO 8601
        format - in a tooltip, and it's possible to insert it
        pressing enter.
        
        There is no autocompletion for single years (e.g. "2016")
        to avoid unintentional text insertion at line ending, e.g.
        typing "30 January 2016" in a letter header.
        
        Change-Id: I230a449b0e19d5316b8369d780d7c7fda57fea37
        Reviewed-on: https://gerrit.libreoffice.org/21928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-03  László Németh  <laszlo.nemeth@collabora.com>  [ddefbfd6453ec4184fbe806f9aec4188c4b88012]

        Update Hungarian Autotext patterns
        
        Remove obsolete patterns for date field insertion, add a current one.
        
        Change-Id: Ifb7109b6b3eb210f1b1b40bab236794c07a105d7
        Reviewed-on: https://gerrit.libreoffice.org/21943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-02-03  burcinakalin  <brcnakalin@gmail.com>  [078d5e8abf51a576dd8532d479fb39bfcb8a4e97]

        tdf#95416 Get rid of #include "../foo/bar.hxx" style includes.
        
        Change-Id: Icbff7c5f596d4ec1918e0d7924972a0651dde811
        Signed-off-by: burcinakalin <brcnakalin@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/20913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-02-03  kerem  <hallackerem@gmail.com>  [36c3229a2e7765901dc3c21da3b223eca33266a4]

        tdf#88205 Delete 'css::uno::Sequence' in framework
        
        Change-Id: I66857f640e2e4c397b4f9baf7903356a0510c0b7
        Reviewed-on: https://gerrit.libreoffice.org/22035
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-03  aybuke  <aybuke.147@gmail.com>  [2db74425208033f848ddb5bac7277d30d72afcad]

        tdf#95505  Dump usage stats to text file.
        
        Creating file's content reformatted for csv.
        
        Change-Id: Ifefdddcae1265ad1e68e192981d6435712a9f607
        Reviewed-on: https://gerrit.libreoffice.org/21920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-02-03  Rishabh  <kris.kr296@gmail.com>  [43799f9e21277e655c7ec940d266f775cada837a]

        tdf#97407: Remove duplicate custom entry
        
        Remove custom entry before updating the spacing listbox
        
        Change-Id: I9476e639f4d54e87a2c9049159e6abefb02a9b5e
        Reviewed-on: https://gerrit.libreoffice.org/21942
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-03  Oliver Specht  <oliver.specht@cib.de>  [4426c20cf308f3bf7a2d3b33f9996687113c22e3]

        tdf#97501: crash in SwDBManager fixed
        
        copy the connections to a temp container and iterate that because
        disposing connections changes the data source params container
        
        Change-Id: I06c59a19a6bcf97a541b32481d1d2a63f5c34032
        Reviewed-on: https://gerrit.libreoffice.org/22027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d3204be2c1c8c3aded94cdf3d2ead7958c8b2f1]

        fix previous commit
        
        Change-Id: I3e3b0cf703162b5f01148aced9a1d5faabb5d50d

2016-02-03  Jochen Nitschke  <j.nitschke+logerrit@ok.de>  [bd76d319bbda17f242e64b042027077e84c0f1d9]

        remove bogus nullprt checks for pContext
        
        reported by Cppcheck
        
        Change-Id: I737c2bd7be197ef9d0b29b922acd8021fefb7af6
        Signed-off-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Reviewed-on: https://gerrit.libreoffice.org/22059
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [32096592fcf067d50e22090135b542325f5e3e62]

        toolkit: remove some comment cruft from vclunohelper.cxx
        
        Change-Id: I1670e8d1adccd2123d41e51b7d7ee5228c555280

2016-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [9c77bb8fde80d7f35676cb1e41e5b122ac96b6a4]

        tdf#39468 toolkit: translate some German comments in the VCL UNO helper file
        
        Change-Id: Ib432f2cbfc71ebfec0ef1ecae99ae3fde1a4d946

2016-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [145a569fb15b77f3e85ce50295511111bb1d8adc]

        vcl: cosmetic change - it appears some newlines were missing in wmfwr.cxx
        
        Change-Id: I1c1678c96d5b2f4a88299b9b3da317fa28ba96c4

2016-02-02  AlexF  <alexfongg@gmail.com>  [1dfb68debb01dcc0aa5902f41bc17c7a97e47b26]

        tdf#88389 - android document browser: external storage access
        
        Background:
        External SD cards are only partially supported by the Android system,
        with a great deal of fragmentation on implementation across manufacturers
        and android versions. There is no official support for OTG devices.
        
        This commit adds:
        1) External SD card support
        2) OTG device support
        
        Caveats:
        1) Not tested on Android 6. Emulator crashes when opening
        files on Android 6, using an unmodified build of the master branch.
        
        2) OTG support currently works only if there is write access
        to the OTG directory. The user must be aware of exact OTG directory
        path or be able to navigate to it as well.
        
        3) External SD card provider currently lacks file filtering.
        
        Approach:
        -----
        Added new document providers.
        
        External SD cards:
        There are 2 different document providers external sd cards,
        one for Android 4.4 and above, and the other for older versions.
        
        1) New
        Android 4.4 and above require usage of the DocumentFile wrapper class
        to access files in external storage. Actual file paths are no longer
        obtainable. As such, the underlying file will be cloned in a cache,
        allowing us to get an actual file path and use LOK.
        Some differences exist between 4.4 & 5+. The document provider handles
        each case separately.
        
        2) Legacy
        Android 4.3 and below do not support the DocumentFile wrapper.
        File object can be used in these versions, allowing actual file paths
        to be obtained. The document provider guesses the root directory of
        the SD card. If the guessing fails, the user is to navigate to
        this directory himself.
        
        OTG:
        The OTG document provider resembles the legacy external SD card
        document provider, requiring the user to locate the directory himself.
        The document provider does not guess the root directory of the OTG
        device as the location varies with manufacturer implementation.
        -----
        
        Supplementary Notes:
        Attempting to use the internal app cache as the file cache like in
        the ownCloud document provider did not work. Using the external app
        cache works fine though. It could be because initializing LOK wipes
        the internal app cache.
        
        Would be good to test the ownCloud document provider to confirm if it
        works.
        
        Change-Id: Ie727cca265107bc49ca7e7b57130470f7fc52e06
        Reviewed-on: https://gerrit.libreoffice.org/20738
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-02-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [bb01d7bc50e59eb30c0826a000ede52b93074f75]

        tdf#97505 Account empty pages for print preview
        
        Commit 1296f9dc9e502abd8422dfeee1ac7747a82aee17 was just a workaround
        to fix the crash, while I couldn't find a way to get the layout from
        the print preview, as all shells seemed empty. Took me a while to
        realize the SwViewShell also has a layout, which is available, so we
        can account for the empty pages correctly.
        
        Change-Id: Icf0e9fdc0c1eeb6cadc48482595482545fd553e7

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [5abe0ab18a10a3cb13485ce3ba9433bd82b32221]

        Avoid undefined out-of-bounds double -> sal_Int32 conversion
        
        ...upon empty rExtents, during "make Gallery_txtshapes"
        
        Change-Id: Ie482041828b7abcf13d0efb5da62d1158b7f5e92

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [1d478d5b7ee71d991e6bb8b20cc0178ffec1d2e6]

        use same cut-off width value for non-joining drawPolyLine as windows does
        
        Change-Id: Ifc03da8ea65faca51ffa62fcee08fbcfacad6b20

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [c3cc55968eade5c03efca02d4f056b145cd89a70]

        remove B2DLineJoin::Middle
        
        and consistently map css::drawing::LineJoint_MIDDLE to the same thing that
        css::drawing::LineJoint_MITRE points to everywhere else
        
        Change-Id: I77b7586ea13f3fe84c0529172758256666488d36

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [ddd77c84cfeeef96eb8662b03fa29a8103ed559e]

        loplugin:stringconstant
        
        Change-Id: Ie4554214e475da1bddba7ab0694ce23d1d93f06f

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [773da02e8d2fc369c42eb2a799b41bf586acb4f5]

        loplugin:staticmethods
        
        Change-Id: Iad54f114c6443950af4341e1d40dd7dcca9fb8d7

2016-02-02  Tor Lillqvist  <tml@collabora.com>  [4f68c279e4d81cd44ab14bcaf6da7d596a741971]

        Test for SSE2 at run-time on Windows
        
        To run on ancient CPUs, we compile for Windows with -arch:SSE since
        8bd6bf93b7711a7ac7c5cbd7c3bb980481570ebd (August 2014). Thus
        _M_IX86_FP gets defined as 1. This meant that LO_SSE2_AVAILABLE did
        not get defined, and that we hardcoded tools::cpuid::hasSSE2() as
        always returning false. That was hardly the intent.
        
        Change-Id: I7ee34510a774dab865c8990b74b91a5284218a96

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [4cbd8e7bf3e69cfda3d84e86f1adedac636a055e]

        windows impl doesn't care if drawPolyLine LineWidth y != x
        
        so I don't see that it makes much of a difference then
        if the quartz or cairo one's don't either
        
        Change-Id: Iabd65d617437aa747b910fcd2e84421413ed7db6

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [5a8ec16bf5b51af826ed98644021cd2290747f6f]

        move getCairoContext from X11CairoTextRender to X11SalGraphics
        
        and simplify a little bit
        
        Change-Id: I5a2faeb7e22ee5a0eaa4f05bc73fd92cbe2f5083

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [1a1ee2f6e5b8215ad5f7bcdcb13f5fdce5784b2e]

        move CairoTextRender cleanup to callers
        
        so releaseCairoContext is a mirror of getCairoContext, so callers that don't
        need to flush can drop that explicit call
        
        Not sure, now that I see it, how there's been no sign of any problem with no
        damage of the affected text area under gtk3
        
        Change-Id: I8e508160be4102c64a0ecdf5591b6999f9171c36

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [11389cff11723c9f69317228cd2d6b1fef34b9aa]

        rename drawSurface to releaseCairoContext
        
        Change-Id: Ie5aac4a8b11daa2aba092923286fbbb2d76d4651

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [c3224db8baa443253584954d1d54651c9d863304]

        Related: tdf#97375 a cut doesn't refresh the editview
        
        but a delete does. The diff from delete to cut is the
        EnterBlockNotifications/LeaveBlockNotifications calls so try that
        
        Change-Id: I10147043d6fe358bf2f4f4bd6877210b86cbbd1f

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [72c1fb8c3c6be3c75b9cb26755adafb7d58b10b0]

        Avoid unncessary, premature null deref
        
        ...when SfxTabPage::Reset (sfx2/source/dialog/tabdlg.cxx) calls into
        DoApplyFlags/DoRest with a null rSet (but which apparently isn't actually used
        then), e.g. upon "File - Export as PDF..." in Impress.
        
        Change-Id: Ie2f255694212356fa8fc994287c45f2b4730a5bd

2016-02-02  Oliver Specht  <oliver.specht@cib.de>  [869c73d0d2512e483ceedcc895b7cb86e0974ab2]

        tdf#97051: prevent duplicate copy of SfxItemSet
        
        the patch f7424ed710e54bb2437a28380b03ed7c26290edc introduced copying of
        the input item set of SfxTabDialog so now the item set of the style must
        not be copied anymore.
        
        Change-Id: If4155ee5999f0c5cd2ac754578a2c1b5ec33b14b
        Reviewed-on: https://gerrit.libreoffice.org/22022
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-02-02  irem  <iremsendur1@gmail.com>  [e1cd15fbac8727627c06e7a1e7c00691c66b0a11]

        tdf#91054 cleanup weirdo function prototypes
        
        Change-Id: I9bc2ed0acdd9770777b04fa75372fd794d8494d7
        Reviewed-on: https://gerrit.libreoffice.org/21990
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-02  Michael Stahl  <mstahl@redhat.com>  [8dadefc35f8b33648fb6adbdaca75ea52b2705db]

        xmloff: tdf#96147: ODF export: fix duplicate fo:background-color
        
        ... attributes that happen if both CharHighlight and CharBackColor
        properties are used, because the CharBackTransparent property wasn't
        taken into account, and combining the CharBackColor and
        CharBackTransparent properties happens *after*
        XMLTextExportPropertySetMapper::ContextFilter() runs.
        
        Also, it looks like a transparent highlight wouldn't export properly but
        apparently DomainMapper::getColorFromId() won't create such.
        
        (regression from f880962f5bf26bfaef06bd3f9e67e2d901a2e74c)
        
        Change-Id: Ib628ef8bb377482f74fadb97c81afb95fbbf7184

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [98183c3381ef20c32285027662d7ac4bab23038f]

        ...these args are all default ones
        
        Change-Id: I40b7635d45178760e2fdb81a6c2d910414455352

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [758a50110aae8c0b339e3230b39f8d8343ce6bbc]

        Related: tdf#91909 home/end don't work in impress text boxes anymore
        
        partial revert of
        
        commit 9149dbf17329180e2c9e2fb39243c65acc07a182
        Author: Yousuf Philips <philipz85@hotmail.com>
        Date:   Fri Nov 20 09:40:59 2015 +0400
        
            tdf#91909 Add shortcuts to slide navigation
        
        to get home/end working in text boxes again
        
        Change-Id: I9960b94077c4c00d63483d3105d73f418cbcef0e

2016-02-02  akki95  <akshaydeepiitr@gmail.com>  [20e2d7e7d1c518fe514e8252836c1c728fe3fc27]

        tdf#95408 -"Toggle" in Writer Navigator to be more explicit in what it toggles
        
        Bug resolved. Removed toggle button from non-master documents.
        Toggle button working for master documents only.
        Changed toggle button tooltip to "Toggle Master View"
        
        Change-Id: I7b77bae812ac208b0b93fff9e114b063d2ae2520
        Reviewed-on: https://gerrit.libreoffice.org/21913
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [4120449c863c7ec01f5098f04be1af15a326a5b2]

        Compiler warning battle
        
        ...where 05642b446c39c1551d2d703be18158c7ae0f0c36 "-Werror,-Wconstant-conversion
        (from 255 to -1)" caused MSVC to counter with "warning C4310: cast truncates
        constant value"
        
        Change-Id: I7d80825a01e49817d7989e00774fed1f162dea85

2016-02-02  akki95  <akshaydeepiitr@gmail.com>  [a78f074a0b0be4577ffd9bbf4fe00cc7f06ee9bb]

        tdf#70998 Termchange: Graphic/Picture->Image
        
        Changed visible terms as required.
        
        Change-Id: Id4335629977aa8512c753241d7c2203820716b73
        Reviewed-on: https://gerrit.libreoffice.org/21857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-02  Pranav Kant  <pranavk@collabora.co.uk>  [18fbddcca569c109ca2f46f7d791187e672d4d83]

        lokdocview: Handle password protected documents
        
        Change-Id: I606a1112c8eb4c1cc4596d6947ce1223543cc87c
        Reviewed-on: https://gerrit.libreoffice.org/21861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-02  Takeshi Abe  <tabe@fixedpoint.jp>  [59aee037e3cf33b253b6f5ebafe3872e420d3408]

        starmath: Avoid C-style cast
        
        Change-Id: Ie8ae44e1b90796033847a892474f4de64e7f9328
        Reviewed-on: https://gerrit.libreoffice.org/21984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-02  akki95  <akshaydeepiitr@gmail.com>  [3534e361405ed86ce3534b0a85234d6431a88aaa]

        tdf#96252 - UI Confusing wording in Slideshow settings > Type of slideshow
        
        Change-Id: Iae8a1980bb5b42c14c280c4b6d860f70fb4639e8
        Reviewed-on: https://gerrit.libreoffice.org/21946
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [ab5c427784fb72d52042b8122ffc5a0fd7108c6b]

        Resolves: tdf#97375 use Invalidate in all modes
        
        makes the crash/hangs go away
        
        Change-Id: I91a4391190ec7aa0ffa5e41a8c1eb86b4bb9c484

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [05642b446c39c1551d2d703be18158c7ae0f0c36]

        -Werror,-Wconstant-conversion (from 255 to -1)
        
        Change-Id: I9cce09bf729398a475d9d07fdfa002f325611546

2016-02-02  Stephan Bergmann  <sbergman@redhat.com>  [3c51c3db186e243a7e96103242285b2854725a18]

        Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified...
        
        ...location."  Caused many crashed during "make check", when aLocaleNames is a
        sequence of 17 ("ar-SA", "ar-DZ", ...), but aLcoations merely a sequence of 2
        (".../dict-ar/ar.aff", ".../dict-ar/ar.dic").
        
        From comments further down below, it looks like aLocations will always contain
        exactly two entries ("also both files have to be in the same directory and the
        file names must only differ in the extension (.aff/.dic)"), and that all the
        aLocaleNames members share the same set of aLocations ("Thus here we work-around
        this by adding the same dictionary several times. Once for each of its supported
        locales"), so that it would appear to be OK to just check once for the existenceof aLocations[0].
        
        (There is a check for
        
            if (aDictIt->aLocaleNames.getLength() > 0 &&
                aDictIt->aLocations.getLength() > 0)
        
        below, so it might be that these can be empty, or it might just be "defensive
        programming."  Play it safe, and check here that aLocations is not empty.)
        
        Change-Id: I82bea6571983e397a9e164b294a5ba656b511a67

2016-02-02  Caolán McNamara  <caolanm@redhat.com>  [f6c3c942976d615972674c5a5e12337d07be104c]

        Resolves: tdf#97495 fix SmElementsControl tooltips
        
        instead of setting a single tooltip for the whole
        panel area, wait for a tooltip request and specify
        the area to which it applies.
        
        Which is what other widgets that have different
        tooltip areas do, and maps much better to the gtk3
        tooltip system which functions like that too.
        
        Change-Id: I56f452562c3c4d9dcec4109a8ee6168f34619472

2016-02-02  Marco A. G. Pinto  <marcoagpinto@mail.telepac.pt>  [33003d0fed4a5aaef4b631fcc3c0941f0eca34c9]

        tdf#97439 Enhance pt-PT autocorrect file
        
        This patch adds 168 new entries to the pt-PT autocorrection.
        
        Change-Id: I8a9233cd0d1a2eeca5861c6ca51f3d2121053085
        Reviewed-on: https://gerrit.libreoffice.org/22024
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>

2016-02-02  Dennis Francis  <dennisfrancis.in@gmail.com>  [b5c191c130a132fb5f80ce9eefe4e98f1ad9422f]

        Fix for tdf#97084 : Scroll view to the ref boundary...
        
        ...but maintain the fix for tdf#96524
        
        Change-Id: I35128843d13904e9e0cf9ded559c352acb3c7c46
        Reviewed-on: https://gerrit.libreoffice.org/21559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [50d3ea929e5519d7727f18183d5f4df4f455286e]

        sw: -Werror,-Winconsistent-missing-override
        
        Change-Id: I96ce357b1e5a7260c07872182763eaea22a7d0c3

2016-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd8610ebafa9caf9f09a5aba9cca04c23691513d]

        LOK: add Document::setClientVisibleArea()
        
        ... and implement it in Writer.
        
        Otherwise there is no way we can perform e.g. page down in an expected
        way. Without this, the core visible area depends on the zoom in the
        document, and the client visible area can be something entirely
        different.
        
        Change-Id: Iadfb5a225da09a2551ffa41ddf503bb3d22b3eae

2016-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d8b33079494cf7b5e66bd6c9d71f025efd9a653]

        lokdocview: add a set_visible_area()
        
        Change-Id: Ib63959ad64fe52b648e0c0d3fe6d49fb282d57ee

2016-02-02  Kay Schenk  <kschenk@apache.org>  [6691d78f1df044877fdfa30dd08f0821569efc92]

        Resolves: #i126762# Ignore dictionary not in specified location.
        
        Damaged "registrymodifications.xcu" causing problems with backups and spell checker
        
        (cherry picked from commit 983e71fa37e12fbae29eddc2b855ddaf6280cc0e)
        
        Change-Id: I279275e11fb2ee6a223c7905652165d1b7a2e0ac

2016-02-02  Maxim Monastirsky  <momonasmon@gmail.com>  [11d605cc5a0c221d2423b6e63f502db660d085d2]

        tdf#84843 Stop using PseudoSlots for drawing slots
        
        Instead of fighting with this obsolete thing, let's
        just kill it. This fixes disabling in read-only doc,
        as well as pressed/unpressed states.
        
        Change-Id: I4d06ba3395024ffd09d77c6d22653a2c5e227115
        Reviewed-on: https://gerrit.libreoffice.org/22010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-02-02  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [8b65dec8e0fdfc8564597e90aff91b971e23f7ce]

        slideshow: Make sure the slide is fully opaque in Honeycomb
        
        On Windows, the text is rendered with 0 of alpha, which is an issue in
        this transition as it enables GL_BLEND.
        
        Change-Id: I45fe32ccf77854e758eddc33f300791d4cdd6904

2016-02-02  Noel Grandin  <noel@peralex.com>  [98c343604dcf718b3c8ee3e38da1a50c7a0199a2]

        boost::hash->std::hash
        
        Change-Id: If4d1e4071995f07212fad958b0226d5824d168f8
        Reviewed-on: https://gerrit.libreoffice.org/21989
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-02  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [04eba5f599b8ac2accfc1d6abc74a91c38616691]

        Export and import of file name field
        
        Change-Id: Ic2c8ce0ff2a54079ef81f6ce2770497a9d22c7b6
        Reviewed-on: https://gerrit.libreoffice.org/21902
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-02-02  Oliver Specht  <oliver.specht@cib.de>  [90dfa7cbcaf32aab6005b94b393c7c409ff1af8f]

        tdf#97374: prevent crash while updating SvxPageTitleField
        
        with commit 2970ec843820a72d73a91cc11fc353e5b9fde5fd the check for
        a valid pDoc had been removed
        
        Change-Id: I644ee82a46ec4f047f1a1b6bff68c4b67e96c3d8
        Reviewed-on: https://gerrit.libreoffice.org/22006
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef59f096a5c2c835cdfef380943d29943ed1bd2d]

        svx: prefix members of SvdProgressInfo
        
        Change-Id: I23fa86080c001d3a78c3b7d7c49274f01444d9be

2016-02-02  Tor Lillqvist  <tml@collabora.com>  [37b465b3ee57d888dffbf1faca5978a3b4ff3075]

        Remove leftover printf-style %f
        
        But seriously, who builds with OSL_DEBUG_LEVEL > 2?
        
        Either debugging printouts inside such ifdefs are completely pointless
        and should be removed, or then the information might actually be
        useful, and the ifdefs should be removed, so that the information can
        be selected to be printed using the normal SAL_LOG environment
        variable mechanism (in a build where SAL_INFO is functional).
        
        Change-Id: Ia5d2c7c7b525ed133fe3f077a005f583b8a856e7

2016-02-02  aybuke  <aybuke.147@gmail.com>  [91c072b473beadda01a38dbc26086207c7b4d145]

        tdf#43157: Fix format string violations in OSL_TRACE etc.
        
        Change-Id: Idffbfb78b2386020fd099077a67bf8a89917bdab
        Reviewed-on: https://gerrit.libreoffice.org/21999
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [8e43d1c5d16c5aca294b58c4688e2acd1eda93ba]

        vcl: minor formatting
        
        Change-Id: I7cc82556d0c1fe874bf112052300217a0162c5bb

2016-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1411517afeb128c9f96dc8ee331516f15cdf5d9]

        vcl: -Werror=unused-variable
        
        Change-Id: I544d42994bd46171d5d507af450cd1ca5f9c912a

2016-02-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d104ed1a643806edcb188073d7c83bc2927fce57]

        lool - now the fill cursor type is mapped correctly
        
        Change-Id: I6d89df49b9f740b7f81394938222261f25a50dba

2016-02-01  Gabriele Ponzo  <gponzo@gmail.com>  [43adbc8489cd724545a6cde72a8720a76ac554f0]

        tdf#96327: Fix accelerator for remote files
        
        Change the accelerator from F to S, because it was conflicting with
        file menu.
        
        Change-Id: I1f3959ae12b09fb5d48a7379693c6afc1bafa906
        Reviewed-on: https://gerrit.libreoffice.org/21898
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2016-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c84e1e2521fe0794c3bc84a2238df59a8dba93f4]

        lokdocview: call lok::Document::setClientZoom() after zoom change
        
        This is similar to what is implemented in online.git's leaflet. If the
        zoom factor changes, then inform LOK about it on the first keyboard hit.
        
        Change-Id: I2db4ffed3897db5c852f4b8aea8f4e2d3500a25a

2016-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfe5531ec8eaf9665248eb332f33ddfecd04d588]

        lokdocview: log lok::Document::postKeyEvent() arguments
        
        Change-Id: I16e7c0fee34077d5bbb493d9d9502ff82355c2c6

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [74ac2c25a71d820ce187282be6d66f4b66da5b18]

        work around lack of cairo_rectangle_int_t with basegfx
        
        ditch the CAIRO_VERSION_ENCODE(1, 10, 0) + sub optional
        damage rect and just use our always-available basegfx
        foo here.
        
        Change-Id: I680453180f4725ac37cabf38d71b935c99edf6c7
        Reviewed-on: https://gerrit.libreoffice.org/21971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-02-01  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2387d277f7c717f9f4035235f71f15f5ccdc9751]

        Add icons for 'Save to Remote Server' (tdf#93038)
        
        Sifr icon theme
        
        Change-Id: Ic8cf19195ce48a4825e94ae31aee835555be1e0e
        Reviewed-on: https://gerrit.libreoffice.org/21970
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [8d0b06a69ec0cabbab634241d0e0def323b8250e]

        configure: remove ---disable-randr-link
        
        This looks obsolete, it was used in LibreOfficeLinux.conf since the
        beginning but in fact since LO 3.5 it was broken and the vclplug_gen
        was not actully dlopen()ing Xrandr.so but somehow magically "found"
        the symbols anyway.
        
        Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a

2016-02-01  Mike Kaganski  <mike.kaganski@collabora.com>  [f8058b556d7ef23098bf6265f41e3f01f0529879]

        tdf#96993: remove obsolete vertical mirror hack from PDF import
        
        Since commit ae0e830f9ace78b889713e7e74ce46f88fa21470, mirroring
        is handled correctly in LO, so no need to handle it specially in
        PDF import code. This obsolete handling causes double-mirroring.
        
        Change-Id: Ia873f0426e444cafd80b24b7d209e90eb481d8f4
        Reviewed-on: https://gerrit.libreoffice.org/21870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [0e5a0cd29c2b98b8e8262a0727795dd8b5b22649]

        fix the --disable-randr-link build
        
        This was borked since gbuildification of vcl in 2011 and the dlopen
        code didn't even compile since commit
        b5f1139427b40ca727a03e2e41aa5625cfb08bb8
        
        Change-Id: Ieff22ed144d9d89e53dd956ce0dfea5e4d07ea13

2016-02-01  Xisco Fauli  <anistenis@gmail.com>  [359f43f8e76c3bd85c3daf35b5a6d925a4c8c64f]

        tdf#79163: SVGIO: Fix problem with opacity attribute
        
        Opacity attribute didn't work because it was always set to 1.0
        
        Change-Id: I3a2029ef23acf9d8c0f346e04341db33c6802b8e
        Reviewed-on: https://gerrit.libreoffice.org/21911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-02-01  kripton  <yeliztaneroglu@gmail.com>  [a395a1137d2e9430dfd5fd20e81c9413f06a554d]

        tdf#74608 comphelper: Constructor feature for AnyCompareFactory
        
        Change-Id: If5d35828a7309b6916de65282e32ce1ad459a15f
        Reviewed-on: https://gerrit.libreoffice.org/21936
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [ee5b0e6c9772c905061bf599491ff3d79f62d5ac]

        boost: restore auto_ptr patch for boost::spirit
        
        Change-Id: If70658c568e746ab8923f8e6a5ad3407bd5e94a0

2016-02-01  Noel Grandin  <noel@peralex.com>  [d34d792230251f8d27008522c4e63fb61db32773]

        new loplugin to find public methods that can be private
        
        based on the unusedmethods plugin, which I should probably rename at
        some point
        
        Change-Id: If197423c59d4350ea1fdc69e99d24b631d9751b9

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [27b623d9743667d123532f0e5aac6f6f14fbc0a2]

        sw: for better or worse getParagraph() is 1-based
        
        Change-Id: I2bc99b4cbb86a368b6218b3c1a7dfc693858d1c9

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [57def64bec0853de7d6f4243e31e8e9650491914]

        writerfilter: tdf#97417: don't insert numbering on end-of-section
        
        ... paragraph, it will be copied to every following paragraph.
        
        (Before commit 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 the properties
        of the end-of-section paragraph would be overwritten by the properties
        inside the header)
        
        Change-Id: Ibe095cf873a09ef9e12f898d09b5fd6f61c914c9

2016-02-01  Michael Stahl  <mstahl@redhat.com>  [61e80cd9e3e425674e18221237b8b0574645f377]

        libreofficekit: fix inverted condition
        
        ... that prevented loading the same URL multiple times.  Also make this
        exception-safe while at it.
        
        Change-Id: Ic71735fef1ad8f79a210279d4d03f1fd5fa8cf69

2016-02-01  Noel Grandin  <noel@peralex.com>  [35f4c0d24208385a3fc26c63dd2202e1211844b4]

        boost::cref->std::cref
        
        Change-Id: I2a4d2052c48f35d69cea2aed2e98079ad8d98a02
        Reviewed-on: https://gerrit.libreoffice.org/21982
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-02-01  Stephan Bergmann  <sbergman@redhat.com>  [fdfcb1c8de221476c1b855362af7c0236c393c0f]

        Fix loop to actually get executed
        
        Change-Id: I736868fbaa0783a2ed8be04c99f440f1cb964048

2016-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6aaf64cfc378d0daa0709c40c85ee1e9c0fd151]

        xmlsecurity: validate OOXML <Manifest> references
        
        ODF uses no <Manifest> references, so this doesn't change anything for
        ODF.
        
        Previously we only validated the hash of a <Manifest> element, but not
        reference hashes inside the <Manifest> element. This means now we can
        detect not only changes to the signature metadata (signing data, signing
        comment), but also changes in other streams, i.e. everything else.
        
        libxmlsec already validated the manifest references hashes, the only
        missing piece was that it's up to the client if it wants to validate
        them, so libxmlsec doesn't do so by default -> our code has to.
        
        This commit only affects the nss backend, still need to adapt the
        mscrypto backend later presumably.
        
        Change-Id: I0b11519d3eb003783048a00c4cada74762c6462f

2016-02-01  Stephan Bergmann  <sbergman@redhat.com>  [513d5c5781ec14f8512432f31290a3d54c8d57df]

        Don't silently suppress calling loadDefaultCalendar
        
        Change-Id: I0335f42ca5bc3110a819fb2aee44f571dcf1d61c

2016-02-01  Tor Lillqvist  <tml@collabora.com>  [77a4d7fdd7468334e74d675959a05a15ac362aee]

        Avoid vague and misleading terminology
        
        Sorry, could not resist.
        
        "debug mode" can mean a lot. We say here that we mean dbgutil, so use
        just that term then. And it is no special "mode", it is a dbgutil
        build, as we already said.
        
        Change-Id: I62f1b580298db8a479ff0852834aa7115297e838

2016-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [48b74575bafc980959affd08254c2c22ea968690]

        svx: nAnz -> nObjCount
        
        Change-Id: I5d7f50d52aac9b1333828db1571163d7d5a624c4

2016-02-01  Noel Grandin  <noel@peralex.com>  [e259c58227a4b8bfe5b2bb0457afcf6907c90800]

        boost::mem_fn->std::mem_fn in reportdesign
        
        Change-Id: I05c8b22ed7af8ea0ac59ac21707025ec7808bf55

2016-02-01  Noel Grandin  <noel@peralex.com>  [5805be0b349ebb1be6a3613368bffc63644b1c84]

        boost::mem_fn->std::mem_fn in dbaccess
        
        Change-Id: I9156e106d12b670e94bab899a4f67a35701ae5ac

2016-02-01  Noel Grandin  <noel@peralex.com>  [0dfcb858c1e863f6df225ae774bb567f8cfe00c9]

        boost::unordered_map->std::unordered_map in bridges
        
        Change-Id: Idf77d0871f932cf94003013db81c1bb67edbef16

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [0ee9022fda949fe672a111e58ae965531da03694]

        ImplIsWindowInFront is now unused
        
        Change-Id: I20a7b3acd1af598638282063ad31c0ba91edaf1b

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [7ecb1c6d8e5542dc853e42e7e3f55c62d829dab1]

        ImplOverlapData is no longer used
        
        Change-Id: I8fac0daefbafc9fe9e4d6cd385f543e14ac15f8a

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [11f1fe95f9b844cb71e02d237d8034b9ed8244f3]

        ImplInvalidateAllOverlapBackgrounds is empty now
        
        Change-Id: If813d937879a814fe89921fdc81af3e71b2a521f

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [aa09ea1ee2937a8933ea30e4cd86a55e473690e3]

        mpFirstBackWin is always null now
        
        Change-Id: Ia03747824c7c6134bc91817538b3f79281aefb8b

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [b9532822b5958f71bbf2b968727731d8d221c0ee]

        mpNextBackWin is always null now
        
        Change-Id: Idd789433606da3452b9cb0a702abdf549fb1c8d4

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [aa644ef77126426748312f5cc46cffce0e9a09d9]

        ImplRestoreOverlapBackground is always false
        
        Change-Id: I38afa9e0e4a928190c55b8a8f3d822873141fde4

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [8075107cdecdb181b6cbc2bb280e974521dba247]

        ImplDeleteOverlapBackground is empty now
        
        Change-Id: Ie022bb51da1f57b9db9362bb34423d9c921f4264

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [3ce65a05a59cae95e5758bd626f911ac46428a83]

        nothing sets mpSaveBackDev anymore
        
        Change-Id: I6be6a1cbcb63510469d8c419433bf05bf4fde6e5

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [90826f783bc2c6b2a93d67fc89a99d146a7886bf]

        mnSaveBackSize only set not read
        
        Change-Id: I257cb3803d055f55899a2f52bc3a88886380fb4e

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [b253064e867a20d53658a39bfe74c2b1198c80ff]

        mnAllSaveBackSize only set not read
        
        Change-Id: Ibc5a2313b0231613b3c41002c144672140bf31dd

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [760e696a4161b453f0d6d0fe3aefb96b9b5b3100]

        nothing calls ImplSaveOverlapBackground now
        
        Change-Id: I4d40c4bf2aeb3880dfad754c53939236e667f433

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [29ab053c405afb5dfabf9696d73e22e61c9905f5]

        mbSaveBack is now always false
        
        Change-Id: Ic8068b9003136c2eff5de0cc9435c0664410e04f

2016-02-01  Caolán McNamara  <caolanm@redhat.com>  [01695131f3283d15e8fb803c7a342d0932d0e182]

        Resolves: tdf#93821 assume mbNoSaveBackground as true everywhere
        
        Change-Id: I126aa5e9b96299eb25c2240d097859b3c0756535

2016-02-01  Noel Grandin  <noel@peralex.com>  [30c4cc2f09144b80216bca03089970348126fb5e]

        boost::unordered_set is not used anymore
        
        Change-Id: I0d38b254a1a23c124247a7b747f5d1331c571f54
        Reviewed-on: https://gerrit.libreoffice.org/21977
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [749c5a08016a0384686caab7528f3c8adc51fdc6]

        use feeble fallback for older cairo
        
        Change-Id: I93f394575d9afa8eac50a5a7bb36453ae01675ff

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [018dd407b000d263ca6ebeb08b32e712582b2784]

        svp: implement polyLine B2DLineJoin::NONE like canvas does
        
        as a sequence of separate lines
        
        Change-Id: I2ab62160a6c609c8ad96d4f84243709476731a24
        Reviewed-on: https://gerrit.libreoffice.org/21967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e26f76d43ae2a4ad97f21e351fbddc12f5267aa0]

        add missing colon in Slide Transitions sidebar deck
        
        Change-Id: I71d20c8e99b47b44220233af8bb81696bc3e6011
        Reviewed-on: https://gerrit.libreoffice.org/21968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Noel Grandin  <noel@peralex.com>  [bf86287c5f439c4873e8e7d191449ef40dee5795]

        move boost header dependency for ControlCacheHashFunction inside vcl
        
        ControlCacheHashFunction is only used by vcl/opengl/*
        
        Change-Id: Id3aef4fc1ffc909a24a9cce0b86c5dc82e6e6612
        Reviewed-on: https://gerrit.libreoffice.org/21900
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [1fd280f2c63cdf8d24b48c02fe384f0bc20682c1]

        boost::tuple -> std::tuple
        
        Change-Id: Ia08c184b792ff73d3ed49d6a5d54dec1a35943e9
        Reviewed-on: https://gerrit.libreoffice.org/21955
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  jan iversen  <jani@documentfoundation.org>  [de368b7783dff197ae279e0720c61efb2e0ff274]

        Revert "tdf#89756 swich postfix to prefix operators"
        
        This reverts commit 3294af80ab39488188ffe6c762bf1a0aaf84a201.
        
        merged due to a network problem (never have 2 gerrit tabs open, when merging)
        
        Change-Id: I0688a3e14cd815af273b3fb4d028929659d77bab

2016-01-31  kerem  <hallackerem@gmail.com>  [af7d23809f8b845fa0fb0401eaaf11f57073e4ee]

        tdf#88205 Delete 'css::uno::Sequence'
        
        Change-Id: I23ecacb06f3c7c86a9a7f357d052175b7207aa2b
        Reviewed-on: https://gerrit.libreoffice.org/21916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-31  erdemdemirkapi  <erdemdemirkapi.1995@gmail.com>  [3294af80ab39488188ffe6c762bf1a0aaf84a201]

        tdf#89756 swich postfix to prefix operators
        
        Change-Id: Id9a618994396d958dc7c7bf2acf9656e76d199e3
        Reviewed-on: https://gerrit.libreoffice.org/21925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-31  kripton  <yeliztaneroglu@gmail.com>  [9ab1bdc217792e90b1b27d81128881d57152afc8]

        tdf#74608 comphelper: Constructor feature for NamedPropertyValuesContainer
        
        Change-Id: I63390eca5c887bfd84846655cef6339ba9785e24
        Reviewed-on: https://gerrit.libreoffice.org/21888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-01-31  kadertarlan  <kadertarlan1@gmail.com>  [830b758b11645730306e9f9e5b67e3b22ce17ec6]

        tdf#97362: Deleted CheckTable.java(this test translated to Python already.)
        
        v2: Deleted CheckTable.java in JunitTest_sw_complex.mk
        
        Change-Id: I737a887d6f48fb2cacbe893289a430dd8312b3d8
        Reviewed-on: https://gerrit.libreoffice.org/21949
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [e9a2e0460e3941e9741b368eeaf58b5afbae09bf]

        OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that
        
        as a direct drop in I guess
        
        Change-Id: I3add63f1459f4e659019bd6db54da2f5431958ce
        Reviewed-on: https://gerrit.libreoffice.org/21941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Noel Grandin  <noelgrandin@gmail.com>  [1ef9f3988ee4dcbc77e1fdefa20442e044a67d4d]

        unnecessary use of OUString constructor
        
        Change-Id: Idd31b0a53c8318af69bbcd32f6798721ec8eb8e1
        Reviewed-on: https://gerrit.libreoffice.org/21945
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [890ebf1cc6bb58ff21da19d7fd4b9b67eaa32a9c]

        docking windows cannot be directly loaded from .res anymore
        
        Change-Id: Ia291cea549b4a4ced65d16b55330c7da78579b83

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [b59ece0232e09e9998f46e3d26f4b46ddcd9659d]

        This can be a Window and not a DockingWindow now
        
        Change-Id: I5b7e42c008328e30d6475283a635e4fdfa1148cb

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [e964c55f463c5b9daeb41dbed6c330b40911c313]

        implement missing FID_FUNCTION_BOX GetState
        
        since it was turned into a sidebar thing
        
        Change-Id: Ic7e53b9da3255bb8dfde048e0a12f1d9c89102d0

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [24af8af98edd3808d96b00b51648c1bb55da22eb]

        SfxChildWindow is always null
        
        Change-Id: I0a17066b8571cb40f53921000b7eeb4cdf0c9527

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [682c07cc3f023a2a0f036f48700fca16b6b62c19]

        so ScFunctionChildWindow doesn't appear to be needed anymore
        
        Change-Id: I24f9bda13befc05de7376683a5b70d2b98ea8ecf

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [4b970fb14052796f85c9c2fb443222fc3a292b5a]

        RecentFunctionsChanged doesn't do anything since...
        
        function list was moved to sidebar
        
        Change-Id: Icf97e0ec93b2080941f6dcd4d99d30437eac28d8
        Reviewed-on: https://gerrit.libreoffice.org/21954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [4074786a14691362157c69df6ae5717ec3980f9f]

        WaE: loplugin:defaultparams
        
        Change-Id: I91843f0aa99cf95b7c4899c8ab56c1c430fa9b43

2016-01-31  Julien Nabet  <serval2412@yahoo.fr>  [9d63774dd469869f52b3dc4af2c71211fd984b33]

        cppcheck: fix redundantCopy
        
        scalloc calls calloc which allocates and zero-initializes array
        (see http://www.cplusplus.com/reference/cstdlib/calloc/)
        Note: there was another useless memset to 0 not detected by cppcheck
        
        Change-Id: Icc6458aef2ffb05fd33a858a65e0ec2dd36a8307

2016-01-31  Caolán McNamara  <caolanm@redhat.com>  [be859c9484fc984ca0ae5192cac6008af9897154]

        function list is always in the sidebar now
        
        so its always just left/right aligned
        
        Change-Id: I17ecfbb45891b79f20621cf195b3080496a8180b
        Reviewed-on: https://gerrit.libreoffice.org/21940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2016-01-31  Julien Nabet  <serval2412@yahoo.fr>  [24236beda2baed7ef967d9806ec1efb1985691fd]

        cppcheck: fix redundantCondition
        
        Change-Id: I838a34d6639de75ad08ef29937447936006e53ca

2016-01-31  Noel Grandin  <noelgrandin@gmail.com>  [83b9c51803b3acef078892e4f233339e57dd53e7]

        sequence->vector in PrinterOptionsHelper
        
        Change-Id: I643519397a4e714e3407ec0c3a10d329654b9f7d
        Reviewed-on: https://gerrit.libreoffice.org/21887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [3187193a6142b4b1c974ae1e1de572fa74a3c8ee]

        tools: rename FontUnderline to FontLineStyle
        
        Change-Id: I4750ad8569a1003b2f8c29052f3e25003ee433ca
        Reviewed-on: https://gerrit.libreoffice.org/21892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [0bc3af3c1f719f9758ac01ff0b526abea7af0490]

        tdf#39468 idl: translate German warning
        
        Change-Id: I5d330923b963ca51ba606c0b59ff76cd059c2e6b

2016-01-30  Olivier Hallot  <ohallot@collabora.co.uk>  [161b39529260173749c10aa6728002ddd93bfcbe]

        Updated core Project: help  a6b267eeb607461fe440a5195af522c0ac057555
        
        tdf#43262: Correct OFFSET function's help page
        
        OFFSET function's third argument is mandatory, contradicting Help
        Added a note on the need of array formula when height and width are
        specified.
        
        Change-Id: I668632f732b40a0060f6eb4eabe7fab07356561f
        Reviewed-on: https://gerrit.libreoffice.org/21823
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [030196d055f798a6864a853f272e1564d5e3c19e]

        Updated core Project: help  e5357d9a499a9c7b3d8ac293fc025089e7e6e5cc
        
        correct link to the description of Show Sheet
        
        Change-Id: Ifed91283c05100528b27ac080c98f7dda518b1ce
        Reviewed-on: https://gerrit.libreoffice.org/21796
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-30  Caolán McNamara  <caolanm@redhat.com>  [a2e8e5d2d60884b8ad4e71b82c97d2c14113f6fa]

        mnTopLevel is always 1, so 1 <= 1 always here
        
        This mnTopLevel has been unused since
        
        commit f0f8be40da13833cc518711251fcd990ea91e032
        Author: Thomas Arnhold <thomas@arnhold.org>
        Date:   Wed Jul 13 12:57:44 2011 +0200
        
            callcatcher: remove unused SystemWindow::Foo
        
        Which removed the unused SystemWindow::SetZLevel which was
        able to modify mnTopLevel for a window
        
        Change-Id: I3eeabfe74a4c56ee6185d66e3949c96009b07bee

2016-01-30  David Ostrovsky  <david@ostrovsky.org>  [cf888f36354601dd322a8e888e6a1a8c470948be]

        And now put the patch in the right location
        
        Change-Id: Ie4bf00eeaf152192d8f4fcf6b1d03d474e9d1faa

2016-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [585f637c24848e792b49e38ce2bb0f7e63cd97d0]

        Remove unused includes
        
        Change-Id: I38784900d5b4fcf99d5fc881f0ec7a9833fe2d5b
        Reviewed-on: https://gerrit.libreoffice.org/21917
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-30  David Ostrovsky  <david@ostrovsky.org>  [4c11b6897ab94710e95fc6f813ca9c0652e3f8e1]

        And now add the correct patch
        
        Change-Id: I9e9986ce55acaf36683244a45bc96bc76295d5c7
        Reviewed-on: https://gerrit.libreoffice.org/21938
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-01-30  David Ostrovsky  <david@ostrovsky.org>  [7fe147a33ba63616260390b1a95d27ebb99c4515]

        Blind attempt to fix build breakage on android
        
        Change-Id: I4dd55a14a94e5030583f640972440fb37a7b2448

2016-01-30  Caolán McNamara  <caolanm@redhat.com>  [2488777df33b7207c21461239322190681ea6756]

        ditch loading of SplitWindows from resource files
        
        Change-Id: Ic56aa8d3dcafc24e1a1a1d494d20b0d23b41677d

2016-01-30  Caolán McNamara  <caolanm@redhat.com>  [9af8fe36148caf42954495fe059500fd26217a7c]

        these checks for DockingWindows are all wrong
        
        the type is WINDOW_DOCKINGWINDOW not RSC_DOCKINGWINDOW
        
        maybe better drop the wrong paths ? But try and do what
        the original intent might have been.
        
        Change-Id: Ibbcf885d82e498d38c1c82b9b647ef3cdd8f146a

2016-01-30  David Ostrovsky  <david@ostrovsky.org>  [65975508832152a80bbaa4e9899f5497c2881b11]

        Fix typo
        
        Change-Id: I6fe407bb449b0f91509bfc91f42c0b0f320ecb09
        Reviewed-on: https://gerrit.libreoffice.org/21914
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-01-30  David Ostrovsky  <david@ostrovsky.org>  [70d49424b8b54ee80676495fe49a7d3eb1f805c0]

        Bump boost version to 1.60
        
        Change-Id: I9c6e55e2e09d72f6d02c985955ca84b59628ed15
        Reviewed-on: https://gerrit.libreoffice.org/21903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2016-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [1e38737b72ab3c3b550675ece22130c07b14577a]

        fix internal firebird with --no-parallelism
        
        Change-Id: I013864b9dd8baeb572b43ca7794be193a23398a3

2016-01-30  Caolán McNamara  <caolanm@redhat.com>  [5b86b716214a8279bc15852084ca59d6c833e144]

        strange bit of oddity here, these all call the same thing
        
        no need for the switch at all
        
        Change-Id: I8fc52a1533697f5e9271aa76a17ceb58835ae1da

2016-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcff9db359567c4175485e793ca8904949a284ba]

        svx: PntAnz -> PointCount
        
        Change-Id: I56ccaf5a78071a132c172e3946514624afe9dd80

2016-01-30  akki95  <akshaydeepiitr@gmail.com>  [7e51aeaa6797025ec8c1e7cea39a478edbca83d5]

        tdf#97425 - JVM start parameters should be editable.
        
        Bug Resolved.
        
        Change-Id: I8bd5ee684a03f8e24f0b74d63ea98923945b0870
        Reviewed-on: https://gerrit.libreoffice.org/21912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-30  Jorenz Paragas  <j.paragas.237@gmail.com>  [0d65526d397aff9bff367060f19f19476de748c2]

        tdf#82577: Remove remaining #undefs in postx.h
        
        Printer, Orientation, GetToken, and ReleaseToken aren't names of
        X11 types or macros, and the X11 headers that are included throughout
        vcl don't introduce definitions for Min, Max, or Success.
        
        For now, the closing curly brace remains there in order to match with
        prex.h's opening brace.
        
        Change-Id: Id3918204a9328d99a31016ab29b2761ebc4f47db
        Reviewed-on: https://gerrit.libreoffice.org/21890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-30  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d61352f58a7f750d3b0b0a9c2d6498fbb7a6e10d]

        Related tdf#95217: Force HEAD method in Web access if PROPFIND failed
        
        Change-Id: I9ad798aa8e0909b162f3e1e33c0bc19d4fc7f484
        Reviewed-on: https://gerrit.libreoffice.org/21907
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-30  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [e973b342826e54f147251b132c3325d30749e312]

        Related tdf#95217: Http header names are case insensitive
        
        Change-Id: I0d81e110a31f93f5f24a96f96c12f0ec9c95921b
        Reviewed-on: https://gerrit.libreoffice.org/21906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-30  kadertarlan  <kadertarlan1@gmail.com>  [ba1d44bec1f85f45a23e7b871e3344ee457e8eac]

        tdf#97362: Convert Java unit test to Python (check_named_property_values.py)
        
        Change-Id: Icb94cdf3601d6d985ea147e3c80eadba2999ccee
        Reviewed-on: https://gerrit.libreoffice.org/21877
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-30  Xisco Fauli  <anistenis@gmail.com>  [13d4398820ded5914f635757865e258db2db2b57]

        tdf#91762: Check wether the row and the cell have text...
        
        ... in order to set the row's min height
        
        Regression from 4f2c8194f485b1527fb4f4dfe23ce804937f1f9c
        After this commit, the row's min height was set based only on
        the cells containing text in the row, but the problem appeared
        when the row didn't have any cell with text.
        Change logic to check wether there's text in the cell and in the row.
        
        Now, height in SdImportTest::testRowHeight() is 507 instead of
        508 but I can't figure it out why. However, I believe there's
        no harm in change the test from 508 to 507 as, visually speaking,
        the difference can't be distinguish.
        
        Change-Id: I0b3a14c34eaeaa8e77227860ca290fb79a0302ce
        Reviewed-on: https://gerrit.libreoffice.org/21692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-30  kripton  <yeliztaneroglu@gmail.com>  [2416a2965f4d51e1b14b8539436f5f8fc16cc399]

        tdf#74608 comphelper: Constructor feature for IndexedPropertyValuesContainer
        
        Change-Id: I0e9ea9e4c750918b33040dad2279fe55facd4cab
        Reviewed-on: https://gerrit.libreoffice.org/21858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [9784ff3d878eaa21491fbd779e57d7d4710f5449]

        new upstream version Firebird 2.5.5
        
        Change-Id: I89e30eb340d84c942046a18e6f4acc7fb376def6
        Reviewed-on: https://gerrit.libreoffice.org/21904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2016-01-30  Jan-Marek Glogowski  <glogow@fbihome.de>  [1296f9dc9e502abd8422dfeee1ac7747a82aee17]

        tdf#89708 Fix crash on printing from print preview
        
        Prevents crash when previewing merged documents with page ranges
        from a view shell without a SwWrtShell, as the print preview.
        
        Change-Id: Ifa5f3de4c006da3ea8f61a56ab499843432f3203

2016-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ff66c71bb4da8d0e4454e250e480eada9fe226c]

        CppunitTest_sw_rtfexport: add RtfExport::WriteRevTab() testcase
        
        Change-Id: Ie091a38b34f14f6f641d591092bcbc38b0c548f6
        Reviewed-on: https://gerrit.libreoffice.org/21910
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [08a4f4ba54763a03645cb64d9ee69a67655eae92]

        RTF export: remove unused parameter of IsExportNumRule()
        
        Change-Id: I75bc321a1997fe250ac6a7cb5dced50a76c36413
        Reviewed-on: https://gerrit.libreoffice.org/21909
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-29  Ras-al-Ghul  <dipankar1995@gmail.com>  [1db7af8bc9febdf72138fac533ec81d6983da729]

        tdf#96888 - Kill internal vcl dog-tags ...
        
        Removed some more uses of ImplDelData
        
        Change-Id: I5f9a5579f0e2ddf3c82aa1b8cdb8afcb02d2f6ea
        Reviewed-on: https://gerrit.libreoffice.org/21816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-29  Peter Foley  <pefoley2@pefoley.com>  [2f2f530435c848bf69f5aa035a57d6d6a4152bf6]

        Bump build tools version to account for sdk updates
        
        Change-Id: Ibb15ac269ddfc61153d204079b070f7a5efbcbad
        Reviewed-on: https://gerrit.libreoffice.org/21550
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2016-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [338441f9517e3cd3b54cd0b7fe5695b7724568da]

        Revert "new upstream version Firebird 2.5.5"
        
        This reverts commit 8d5bca2a40d1fded921165cfc5637ff763b21510.

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [5021f01e240399498a02a72ab1d4be766f38c2ef]

        testtools: disable MSVC warning C4503
        
        This was disabled by boost/config/compiler/visualc.hpp before commit
        110d55cc11033d72bce908e65bbb6a9506ab39e5
        
        Change-Id: Ic4757b0ab74c14fb49d7a0ec502253b667fae033

2016-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [363aa5dbb2c223b6cc3a109bd654f39772e310fa]

        sw: refactor SwPageFrame::HandleWhitespaceHiddenDiff()
        
        As suggested at <https://gerrit.libreoffice.org/21445>.
        
        Change-Id: Id1e7a6381954c6d56a2593a064c37cc185475a56
        Reviewed-on: https://gerrit.libreoffice.org/21899
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-29  David Tardon  <dtardon@redhat.com>  [da45a1686088d0b05fd694e0b413527a89027b6e]

        remove unused o3tl::range
        
        Change-Id: I080f4f2cb15d25ecf5545300da422957f24e3f9b

2016-01-29  David Tardon  <dtardon@redhat.com>  [de26372420224aabfaa11ddec9f89d4da76b38d7]

        remove unneeded sal/config.h
        
        Change-Id: I7c8f06574053706f925df773aefc32407312c4dd

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [fb76228fe7a6984a240e137d4de083199f96aaf4]

        unoxml: replace boost::bind with lambda
        
        Change-Id: Id8d73fa9a93cd793dbce0d3f84ddde86860f7308

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [d54a7555ab38435d07bdb12e3d4b017d0753fa1f]

        sfx2: remove unused boost include
        
        Change-Id: I75d9e953bc99f0af70e09ee07568a7a31b904573

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [4548110146b7d392a9d24379025e4550c7d1a947]

        vcl: update documentation to std::bind
        
        Change-Id: Ibabcc78a6b30740a8a0f675591dc37dfd5887be9

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [0e57d54e1f8fe81d870ae18d6401f5ce104deb17]

        oox: replace boost::bind with std::bind
        
        Change-Id: Ic402cfd6900cdf1741264b409f6fbe8f2db7e17a

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [12ebf6f72b2b3c9f66be767933835cde848d8e48]

        tools: forgot to remove the include boost/current_function.hpp
        
        Change-Id: Ic941539747fe47b4295e57a0e80b5920d2e62cc9

2016-01-29  Michael Stahl  <mstahl@redhat.com>  [110d55cc11033d72bce908e65bbb6a9506ab39e5]

        sal: replace boost::unordered_set with std::unordered_set
        
        This header is completely internal and not even shipped with the SDK.
        
        Change-Id: I0402e23786bae5eb4f51be8582dcf41475176e4f

2016-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [7dc0b376e7f5cbff28e2c637786f7421c125cef4]

        enable parallelisation of firebird builds
        
        Change-Id: I651bb973bfff555b8627be85f74b49c2c6ccf425

2016-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [8d5bca2a40d1fded921165cfc5637ff763b21510]

        new upstream version Firebird 2.5.5
        
        Change-Id: Icd41e2115d30525eea26df3f92867ab6dd87c747

2016-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [abe8ea175ad9fc282a1e702acb74da5d7c967cbe]

        tdf#96175 RTF filter: export \company
        
        Change-Id: I590d015aa50350cceef70313498e72474d242789
        Reviewed-on: https://gerrit.libreoffice.org/21897
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-29  Armin Le Grand  <Armin.Le.Grand@cib.de>  [6f12c93703b676b1b3839caaf2c21788e5d68477]

        tdf#91017 Enhance WMF import of EMR_ALPHABLEND action
        
        The EMR_ALPHABLEND action was added 2012/2013, but missed support for
        Bitmaps with Mask/Alpha. Due to that files with WMF containing these
        actions may look different from before. Added suport to load contained
        Mask/Alpha information in DIBs and the needed additional processing
        through the display chain. WMF import is still based on Metafile
        creation, when it would be using Primitives more original data could be
        preserved.
        
        Change-Id: I577569848cee2528328181fa0c7eb7f87857d094
        Reviewed-on: https://gerrit.libreoffice.org/21709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-29  Maxim Monastirsky  <momonasmon@gmail.com>  [1d0f08cdf1b9396e97e068f97fd78f31b5906748]

        Use ResourceMenuController for toolbar-based menus too
        
        No need for yet another controller that does similar things.
        
        Change-Id: I4ad79d82ea34a90a43e36082d1fb834201dba3a1

2016-01-29  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [80d1c914524bc61402c0e257b59377c5e47231ce]

        LibreOfficeKit: add doxygen since tag to _LibreOfficeKitClass struct
        
        So it's easier for people adding language bindings know the
        libreoffice version they depend on.
        
        Change-Id: Ibe4526156663bb1250558b3f0e8517747a8add66
        Reviewed-on: https://gerrit.libreoffice.org/21873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2016-01-29  Peter Foley  <pefoley2@pefoley.com>  [2c5f8927349cf0e643e0bfebf4d9aa5b726b0f89]

        Android autoconf fixes
        
        Change-Id: I3429f6a80dd7e080e8f2634ca744d1dac5ea1865
        Reviewed-on: https://gerrit.libreoffice.org/21558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  Peter Foley  <pefoley2@pefoley.com>  [6f2b0b5de3a99b029b61079bd9a9c313305d0e12]

        disable options by default on android
        
        Some options aren't supported on android, so disable them by default to
        avoid errors.
        
        Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45
        Reviewed-on: https://gerrit.libreoffice.org/21590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [6eb59ccf87a3b419d38561e722cc6753a22e2c8f]

        writerfilter: uno::Sequence -> std::vector for table ranges
        
        Change-Id: If9ea1786a8a4b66288267e6bd6ffca7dfe651e6a

2016-01-29  akki95  <akshaydeepiitr@gmail.com>  [82b4afb4295a58c1afee39877a894136d68111ec]

        whitespace fixup
        
        Change-Id: Ia5a2cd92e069c038f4ff0c97876b95c5d81e4db1

2016-01-29  akki95  <akshaydeepiitr@gmail.com>  [90e18b514f639827091cee0f04892d999046eb18]

        tdf#45775 PgSQL new DB allow empty Datasource
        
        Change-Id: I5d672629ddf7f153f0ad1927f0f6c0ffc545c3ab

2016-01-29  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [80321c5f6bcd103439ae44777cfba1ca94a131d1]

        Fix typo, change misleading warning message
        
        Change-Id: I31537e9d73fa8a5d7c56efcc4832df041472ad5d
        Reviewed-on: https://gerrit.libreoffice.org/21891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  jan iversen  <jani@documentfoundation.org>  [4b368564091a0023e1981bd8346716db2474b068]

        cid#1326176, 1326270, 1326271, 1326272, 1326273, 1326274, 1326275
        
        null pointer used to dereference, add "if"
        
        Change-Id: I37173f252a3b3da44976581ccefd0ed54aa8aa0d
        Reviewed-on: https://gerrit.libreoffice.org/21735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  jan iversen  <jani@documentfoundation.org>  [3c28a0e3864edc2812a02dec2f80f09d6cf2bc73]

        cid#1326280, 1326295, 1326303
        
        null pointer dereference, made test
        
        Change-Id: I2bd820a2eb04499ab3b518d5b5e5ccccf3ffe531
        Reviewed-on: https://gerrit.libreoffice.org/21771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  Noel Grandin  <noel@peralex.com>  [b9daeb01a26d21f1801d2b4c861eb3d59c886949]

        spelling
        
        Change-Id: Ide111b7b8826d966e29df6a802b434ef1c12b56e

2016-01-29  Noel Grandin  <noel@peralex.com>  [e76b00978187486876cdc2adde14ef5043b2a9b0]

        sequence->vector in OInteractionRequest
        
        Change-Id: I995cb96e514e1aaa05a96f29344ef51e4ca83c64

2016-01-29  Noel Grandin  <noel@peralex.com>  [31f12941635f52d34497b9af1361c0e81906762d]

        sequence->vector in OSimpleLogRing
        
        Change-Id: Ief35ce33a11c93a4a78e50ccdd936ec7e17102a2

2016-01-29  Noel Grandin  <noel@peralex.com>  [ba03604b55e757d31aef3c676e177a7b7101cf20]

        sequence->vector in AttachedObject_Impl
        
        Change-Id: I457de7e83554fbea0a9c5a50c628664fa3887df4

2016-01-29  Tor Lillqvist  <tml@collabora.com>  [0a1267d2c7096037ca1999f4d4c741e045d38f5c]

        WaE: calling static member function through member call syntax
        
        Change-Id: I71c1ae0c5f34e17ab11cd6726d6845255224044d

2016-01-29  kadertarlan  <kadertarlan1@gmail.com>  [679bcbe06dc063414151ce05d4bf3e3b44f2de8d]

        tdf#97362: Fixed Python unit test (check_indexed_property_values.py)
        
        Change-Id: Ib8cfaccaaf5bf75169c96e46d95ff118cc850f79
        v2: Deleted whitespaces
        Reviewed-on: https://gerrit.libreoffice.org/21886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [b1297e4410a7a258b686380243db936b8a24e982]

        vcl: move mnOrientation down header file
        
        ImplFont::mnOrientation is actually a font metric, it really should
        be moved to ImplFontMetric so added a TODO.
        
        Change-Id: If0f39be16a782692a0da68c674fc87c474dd6468

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [bd667840ef661ed6d9dde6151ce6f6bcd37e5668]

        vcl: rename ImplFont::mnKerning to ImplFont::meKerning
        
        Change-Id: Iacbe55037b75d30522435f854ceeef432ccfb406

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [182505aff18e1241ac88f791b419e6c856bf7ee5]

        vcl: update comment about mbConfigLookup
        
        Change-Id: I468bd1810b10be6fab1abcd82cee46dd0b5022d0

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [3d0a466345053e3adf10258986b88dea2a624a5e]

        vcl: inline FontAttributes::AddMapName
        
        Change-Id: I5d38fa30bc4a74a626c67ce18610f15e83eacd68

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [adcd5038d9fc8a8ecf8f577330b8af2f7ff6b267]

        vcl: more harmonization of ImplFont and FontAttributes
        
        + Added function ImplFont::CompareDeviceIndependentFontAttributes
        + Renamed ImplFont::mbSymbol to ImplFont::mbSymbolFlag
        
        Change-Id: I6325e87a2f38a9949c990453112284c3f8d1fb2f

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [a43b7cc56e3a3a145554932025acbca4156a15f1]

        vcl: move NoAsk() functions to own grouping in impfont.hxx header
        
        Change-Id: I361fa3be7dc974dbeefc05820c508cfc7098775d

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [528f5ec2a3ae3fff29943ce4762230a3e99a6151]

        vcl: changes to included vcl headers
        
        Changes made to allow for harmonization of vcl/inc/impfont.hxx and
        vcl/inc/fontattributes:
        
        - comment added showing the similarities between impfont.hxx and
          fontattributes.hxx (made in fontattributes.hxx) - extra line
          space added for my own convinience as I tend to switch between
          tabs listing vcl/inc/impfont.hxx and vcl/inc/fontattributes.hxx
          in OpenGrok because that's how I roll
        
        - fontattributes.hxx doesn't need rtl/textenc.hxx, that's already
          included in rtl/ustring.hxx, so swapped to use this instead
        
        - fontattibutes.hxx now includes i18nlangtag/languagetag.hxx - this
          will be needed when I add the LanguageTag properties that exist in
          impfont.hxx
        
        - unotools/fontdefs.hxx added to:
          + vcl/source/font/PhysicalFontCollection.cxx
          + vcl/source/font/PhysicalFontFamily.cxx
          + vcl/source/font/PhysicalFontFace.cxx
          + vcl/source/font/font.cxx
        
          These are the only specific files that actually need this include.
          Thus this has been removed as an included header from
          fontattributes.hxx
        
        - vcl/inc/fontinstance.hxx doesn't need the reference counter to be
          a sal_uLong, a sal_uInt32 will suffice (if we need more references
          than that then I suggest there is a problem somewhere in the code!)
        
        - rearranged vcl/source/font/font.cxx's included headers
        
        Change-Id: I8d61a5c05989356c056b962adc5aa670940addd2

2016-01-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1a49df6833ff16f5cbaf98534eaae62693e520b]

        vcl: add text alignment functions to ImplFont and FontAttributes
        
        ImplFont and FontAttributes now have GetAlignment and SetAlignment,
        and I have renamed Font::GetAlign to Font::GetAlignment, and
        Font::SetAlign to Font::SetAlignment.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test text alignment.
        
        Change-Id: I6272c84fc9416c90616d957d1897eba9469fe7ba
        Reviewed-on: https://gerrit.libreoffice.org/21876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-29  Maxim Monastirsky  <momonasmon@gmail.com>  [6402164182865d7644d2e93158a23e12a6da3926]

        tdf#97411 ResourceMenuController: Don't forget to dispose MenuBarManager
        
        Change-Id: Ib41952dae6bcca80436355fa5a0707e671fd3698

2016-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f1a1092d47947847e1d888b0284e8364c663d1f]

        tdf#97371 DOCX import: fix text covered by shape
        
        Regression from commit 358666e4204364ce915ee95372dc6f2fca545253
        (tdf#90153 DOCX import: fix default sw TextFrame roundtrip, 2015-09-28),
        the problem was that at the moment SwTextBoxHelper::syncProperty()
        doesn't handle an AnchorType at-para -> at-char transition, so the
        importer shouldn't do that for TextBoxes till sw core gets extended to
        support the scenario.
        
        Change-Id: I8308bfd306672bc68984fbf019767c174130e18d
        Reviewed-on: https://gerrit.libreoffice.org/21885
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [bc01f53028f23d78c2c92ede87ee71f79433e4f0]

        svg export - skip/rewind slide transition
        
        The following actions messed up the animation engine if they were
        performed while a slide transition was running:
        
        - rewind/skip currect playing effect (Left/Right key)
        - rewind last/skip next effect (Up/Down key)
        - rewind/skip all effect (PgUp/PgDown key)
        - jump to first/last slide (Home/End key)
        
        Now:
        - Left/Up/PgUp key:  rewind slide transition
        - Right/Down key:    skip slide transition
        - PgDown key:        skip slide transition and all new slide effects
        - Home key:          skip slide transition and jump to first slide
        - End key:           skip slide transition and jump to last slide
        
        Moreover the parsing of transition node properties missed to report some
        type of not supported transitions which caused the animation engine to
        hung.
        
        Change-Id: I7018b8e8fb3041a95cc80e250431b6544c875e98
        Reviewed-on: https://gerrit.libreoffice.org/21855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [442555c97e8b6f9f547cf05c12b7d1ed79d9169e]

        tools: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNC
        
        Change-Id: I676ff9b8bdf5fc6b23090fd5914f983d0f11eb32

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [de6c48976c73d2fcc8010d892b747132b234273b]

        canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNC
        
        Change-Id: Ib90ad48866718f69160f57e7b0db3a7f342eb7be
        Reviewed-on: https://gerrit.libreoffice.org/21882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-28  Maxim Monastirsky  <momonasmon@gmail.com>  [49e1a1a4f5591faaca61559e6492909faf1bc94d]

        tdf#97419 Need to take SolarMutex here
        
        Change-Id: I97886c8dbd7b56d155ad9598ca127df0c7420d2c

2016-01-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [00959b0092ca60550c64005be13c6e4160ce4200]

        Updated core Project: help  2da3fad154bac85a6ec3bbdbb7cf4aca9e6a4b77
        
        tdf#96232 Update button names for prompt on modified template
        
        Change-Id: Ia6bb3b000b2b645d931dc3e20ba986be1a2563ee
        

2016-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [552361aaad740e55fcfa7993b4111aba354f863f]

        sw: add AnchorType parameter to .uno:Paste
        
        Which allows not hardcoding as-char for LOK.
        
        Change-Id: I3b2987abbaf1f259c614b7b2a8709f15048d362d

2016-01-28  Peter Foley  <pefoley2@pefoley.com>  [13ebef097dbbf1e8663bcb3649daba4ee8295a40]

        improve distclean for cross-compile
        
        Change-Id: I2af71d5039d330518ea115e6a95af1f15c376538
        Reviewed-on: https://gerrit.libreoffice.org/21722
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-28  Caolán McNamara  <caolanm@redhat.com>  [9451237a3571fe0c4394097e9d33799c13d73e3a]

        "the mail merge" -> "mail merge"
        
        It doesn't read right otherwise.
        
        Change-Id: Ib852d808fbce1fd19c9c5de591694fc4a10a6815

2016-01-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [590ef5d5dc5f5aefd9d590aa65686d0d9554506d]

        tdf#96745: Hold VclPtr on a border window's client window
        
        It was Noel's idea ... makes sense given that following Close()
        call not only closes, but also deletes the window
        
        Change-Id: Icea766d2a7bb7bd834f32080f7c69a9fc67ebf54
        Reviewed-on: https://gerrit.libreoffice.org/21878
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-28  jan iversen  <jani@documentfoundation.org>  [e53238368a860871e4bb6f486b7029b8d2b25537]

        Corrected error in commit 696c9a90c42fabcdde342892073b1377e1249278
        
        removed "git merge" comments in links.txt
        
        Change-Id: I4d59167b3adac5f8a6057889e73e7e05edda8b6f

2016-01-28  Stephan Bergmann  <sbergman@redhat.com>  [63cada47911029cce512f3b8ac0b6a6d2c323032]

        Missing include
        
        Change-Id: I4930837c2a5bd78c16a83dcccde34843d3026618

2016-01-28  Caolán McNamara  <caolanm@redhat.com>  [ab60f6cb0f46cb71172e4248ed40e212f6ebb4da]

        Resolves: tdf#96580 Sequence::get doesn't return the start of the data
        
        it returns the start of the underlying uno_Sequence
        
        commit 78c83032b266fbb6fc20ddca86df80affaff7c24
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Sep 30 09:40:16 2015 +0100
        
            maSvgDataArray only populates a uno::Sequence, so use that instead
        
            Change-Id: I335d5ee70e95e1a3b204d34f6df4cb62f3fb3cad
        
        Change-Id: I8d2c07fec039e58d3644e4ab5eb074ee215f075e

2016-01-28  Maxim Monastirsky  <momonasmon@gmail.com>  [f32147a5904884b2c4737ff01c10ad96127247ba]

        Updated core Project: help  a3309357af9fa43dc06f0075cbc557658855d8b9
        
        Fix smath help for recent context menu changes
        
        Change-Id: Ic1cb6aa17940e189386a59ca74ed061fac0ee90c
        

2016-01-28  Maxim Monastirsky  <momonasmon@gmail.com>  [8f4c97114664f2e5f2594166dc64d4d2f11b89ce]

        Remove unused commands
        
        Change-Id: Ib9a303237129a631600d2bb7c7ea8cd30d402cca

2016-01-28  Maxim Monastirsky  <momonasmon@gmail.com>  [291544d481a79ce037018dd7cefbfec719b76f2d]

        tdf#93837 starmath: Convert RID_VIEWMENU to xml
        
        Also fixes .uno:Adjust->.uno:ZoomOptimal forgotten by
        ffc2e5be1f712b09710e2096ad2f7eb81b80118d
        
        Change-Id: Ifa3d1144b2d85290d7d27de50f5ad430ae0cfc8d

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [b9160c2511287223d7e014de3134fde917b9320e]

        vcl: try to fix windows build
        
        There are at least 3 different definitions of SCRIPT_CONTROL, apparently
        newer versions of Windows SDK append flags at the end, so just
        initialize it with memset.
        
        Change-Id: I2e5f957bff1002629bf012e3effd3f1d281da3e1

2016-01-28  David Tardon  <dtardon@redhat.com>  [db87ae54f755023975ef24da0a0fc51656f238e8]

        we have had RTTI for a looong time
        
        Change-Id: Id5b07e6898cfc5b54c3094a10b1f6f91f3ade07d

2016-01-28  David Tardon  <dtardon@redhat.com>  [7e8f24c569abda227a6d7c3a27a0c394f6517e92]

        use unique_ptr to manage memory
        
        Change-Id: I2f22dfc6c9ddbaf07145ca553fdb53c12cd94dcb

2016-01-28  David Tardon  <dtardon@redhat.com>  [4bc37b7e804fbfe17f8f516487d16ea23a0b246e]

        Related: rhbz#1168756 save chosen printer also in print settings dlg
        
        Change-Id: Ie750d36f804189828a24c99c6b4507d57322c541

2016-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [0513fdc7ea03b2744c2eabeb936286efca562338]

        writerfilter: uno::Sequence -> std::vector for table row ranges
        
        Change-Id: I16ade5392354ddf030e6ca8969560c56adb0a8f9

2016-01-28  Stephan Bergmann  <sbergman@redhat.com>  [9744eab665f5e09dfd00f6ec950ce4429fac912d]

        Missing includes
        
        Change-Id: I734b1bf07a4c964c738b24d5145720cb502f624c

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [863e1f0035430316d2b52c667737905a07875438]

        Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"
        
        This reverts commit d01f7db4b5f51d1be8ba210625f4ad1ebf5c6e8f.
        
        Revert "tools: replace BOOST_CURRENT_FUNCTION with __func__"
        
        This reverts commit 10303054067258016fbbae018ea848f74adc4964.
        
        Surprisingly MSVC 2013 does not support __func__ - need 2015.
        
        Change-Id: I7084d7b79784b34a8f40fb986d10ffefbabae7fb

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [10303054067258016fbbae018ea848f74adc4964]

        tools: replace BOOST_CURRENT_FUNCTION with __func__
        
        Change-Id: I7149d58dbcfceff00921af419251e47378127137

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [d01f7db4b5f51d1be8ba210625f4ad1ebf5c6e8f]

        canvas: replace BOOST_CURRENT_FUNCTION with __func__
        
        Change-Id: I384472894288081423ae9467cc439b10d637f6e0

2016-01-28  Michael Stahl  <mstahl@redhat.com>  [8b1fc9108fdc114d65a2a116bd88081dcb39dbaa]

        comphelper: replace boost::hash with std::hash
        
        Change-Id: I9824145518cbac6ae3e700c402f1335b7d1b56f8

2016-01-28  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8e2b9658580ceef1018e59574cb9dc9fde900ffb]

        Add icons for 'Save to Remote Server' (tdf#93038)
        
        Change-Id: Ide3c43660cd6db3d4b5c9df16ccad2d3233d5bb5
        Reviewed-on: https://gerrit.libreoffice.org/21852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-28  kadertarlan  <kadertarlan1@gmail.com>  [db796cbdeca1c1573728fbdf9bf24e223c3a6c6b]

        tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)
        
        Change-Id: I6c3be8496b4a2225375072d9380d5e226b663905
        Reviewed-on: https://gerrit.libreoffice.org/21853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-28  Peter Foley  <pefoley2@pefoley.com>  [0ce412f309b551d72f80e12f6fc8a64b429ef339]

        modules-deps.pl cleanup
        
        Change-Id: Ic450869c18991b9ed715bb31052dfb911fe3c789
        Reviewed-on: https://gerrit.libreoffice.org/21508
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-01-28  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [696c9a90c42fabcdde342892073b1377e1249278]

        tdf#95360 Fix use of icons used only from help, but not in the code
        
        Change-Id: Ic6a4295b86500be0b00d2eb89273fce252a42433
        Signed-off-by: melikeyurtoglu <aysemelikeyurtoglu@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21738
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-28  Xisco Fauli  <anistenis@gmail.com>  [701324a1e1f7e0c181ff1a50956ced686785ea53]

        SVGIO: tdf#45771: Fix issue when text size is twice its size...
        
        ... when using relative units (em, ex)
        
        This is because for nodes of type textnode, getFontSizeNumber
        is called from SvgCharacterNode::createSimpleTextPrimitive
        and from SvgNode::getCurrentFontSize(), so avoid the second call.
        
        Change-Id: Ibd418708a572e3c1643164a900fac7e7481afe81
        Reviewed-on: https://gerrit.libreoffice.org/21801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-28  Noel Grandin  <noel@peralex.com>  [c06238f28209402a9cbcc2471dd713de0db0fb4b]

        loplugin:fpcomparison in svx/
        
        Change-Id: I636dcdd51389f31eeb14cd1eb9a82a89599d3eea
        Reviewed-on: https://gerrit.libreoffice.org/21777
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-28  Noel Grandin  <noel@peralex.com>  [556ce647aacc635ea05bd6d6e030d93d341b5624]

        loplugin:fpcomparison in vcl/
        
        Change-Id: I29f8c2c0f19e2440565f5300deffc412faa5870e
        Reviewed-on: https://gerrit.libreoffice.org/21775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [eea67332da825306abd3e49450850abb323eb91c]

        vcl: add in copy constructor for FontAttributes
        
        Change-Id: I0627ee8ee699abd2afc87639c87f8c17f42c6e70

2016-01-27  Rosemary Sebastian  <rosemaryseb8@gmail.com>  [2b0669eec0d86e973a7d8def8744c522bbf8af8b]

        Format the datetime fields properly on import
        
        Make sure that, after export, the datetime fields in impress are
        imported with the correct number format.
        
        Change-Id: I5565fef69b3a62e7dd59ea0d39cde151fb0af976
        Reviewed-on: https://gerrit.libreoffice.org/21610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-01-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [678ce97d38167c886697d5e842eeace6bc25ca15]

        Updated core Project: help  19e057689707299b20f539c618f60baecbbf1326
        
        mention sidebar decks instead of task pane in Impress
        
        Change-Id: I69d1985847f92201440b24b9778b24bf6d1efdae
        Reviewed-on: https://gerrit.libreoffice.org/21849
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-27  burcinakalin  <brcnakalin@gmail.com>  [6a00a34d374bc1780b1448d10750e4129214e294]

        tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
        
        Change-Id: Ie05b032012124699c7f774f4b04bdf3d686e228e
        Signed-off-by: burcinakalin <brcnakalin@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9faa18cd0ae8a6893cd51fc7df8807b9567b6bd0]

        Updated core Project: help  44e2c4f545cce39e28f3d19b7455d1e283b14112
        
        Styles and Formatting command is now in the View menu
        
        Change-Id: I1054fd5a3f8bcfda1563541ba77b797d876125a4
        Reviewed-on: https://gerrit.libreoffice.org/21846
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c08569c0990f5105bf33c585bc0cdfc895f5d0ec]

        Updated core Project: help  0b72dc634aa155217652973b2e801c42e16631d5
        
        add some Expert config options
        
        Change-Id: Ief29d40d37a1dbf07141d39efabb670c9d20ac93
        Reviewed-on: https://gerrit.libreoffice.org/21843
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c61179b747e6309b9693cc1e2e79b2589aa807d]

        add test for tdf#96912
        
        Change-Id: I6d3f7f86cffef8e91cf108c3aecdf5278e4b8658

2016-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8aa853b2365430558693a32aa23825e199543cf9]

        we need the space="preserve" also for formatted strings, tdf#96912
        
        Change-Id: I6e245de697c1c42acd916beb75d4d157b2962a9a

2016-01-27  Tor Lillqvist  <tml@collabora.com>  [4d43f0c018c1f0fb12f55ebb16c074fb60a8aa73]

        tdf#96222: Better to avoid anything except MM_NONE, says Eike
        
        I.e., avoid MM_REFERENCE, too.
        
        Change-Id: I8a12dfbd921861f977427bf8b284e85f367c128d

2016-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3962a56378f4c82ad788c45c34ce82114efb10d2]

        xmlsecurity: OOXML never signs metadata, so that's not completely invalid
        
        With this, we correctly show if an OOXML signature's metadata (e.g.
        comment) is valid or not. The <Manifest> element is still not checked
        yet, though -- and that contains the hashes of most interesting streams.
        
        Change-Id: Idd9e5a9072820c517974e26536aaf8eb9f34948a

2016-01-27  Yousuf Philips  <philipz85@hotmail.com>  [cfb272d1379b202e9c90360a08235c3296b8e84a]

        Renable insert endnote in Writer's standard toolbar
        
        Change-Id: Ied1a1d57b465b436009de3e2c0524c52ba81fd08
        Reviewed-on: https://gerrit.libreoffice.org/21845
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2016-01-27  Eike Rathke  <erack@redhat.com>  [81de1afef9df6d0ebfd040f3d1a1d94f8f84d265]

        add a comment about user defined IDs
        
        Change-Id: Ic830342a36360b722e9919506127f70cb8a584a6

2016-01-27  Eike Rathke  <erack@redhat.com>  [ee1dcd92b611a07b6e61e7ed51ca902d9b3ebd85]

        tdf#97386 add Apatani [apt-IN] to language list
        
        Change-Id: I8da8a9d1367ee4ef66c75aa13e8e274139f6f2eb

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [fe30e3630d4899b57c20aa0ec6c7393dfc538779]

        Updated core Project: help  5f4c82272d89fb90ee0114705bb88f230b5a439d
        
        ...and two more
        
        Change-Id: I7c546d9fa91bd06dcb3782c445a62eea37598cef
        

2016-01-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f010f3961867c717868a9d891f13d7a6eef5b3c5]

        Updated core Project: help  77d3a650db9fec7c512bb8e1dc3fae63fe4f99f9
        
        style category is called "List Styles", not "Numbering Styles"
        
        Change-Id: Ibcefdd4e663b361ab6b912a2e760b9b4bd00dd35
        Reviewed-on: https://gerrit.libreoffice.org/21640
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [ddfbf63102ed99f34e08b524742d35ee443d4471]

        Updated core Project: help  0d03b3df4b598e8b0fa431757c64ff7b005e0f8a
        
        ...and another
        
        Change-Id: Ieb1a87a1f75370f3130dbf4c100c211dd3b928b9
        

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [37313c857e21f4be097984fc094b683c2b051262]

        Updated core Project: help  591487475aa421d1393a54f328524886519a4095
        
        Unique IDs (broken with prev. commit)
        
        Change-Id: I0954d35bd5e13a3d63105425ceac8039a56ab2ef
        

2016-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6967f6d1889e08bcd1d206d2b28a598f812641d]

        tdf#76142 libxmlsec: fix xmlSecNssDigestVerify() for SHA-256
        
        With this, SfxObjectShell_Impl::showBrokenSignatureWarning() is no
        longer triggered for the SHA-256 bugdoc.
        
        Change-Id: I7a2c5c8517c757e2983f57a3a5908abb941e7a04

2016-01-27  Caolán McNamara  <caolanm@redhat.com>  [e734c7f53cfffa6141e6b46c06825ee273e2136b]

        Resolves: rhbz#1294208 trackpad two finger scroll does into reverse
        
        Change-Id: Ic576f14cae82781a93e52972513a28c4a141d1a2

2016-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2734fcc25cc30bb297b50ee5a7f37cfb5667050]

        libxmlsec: sort elements in OOXML RelationshipTransform
        
        The spec says that the implementer shall sort relationship elements by
        Id value in lexicographical order, so do that before the filtering of
        these elements.
        
        With this, all streams validate for a test document that is supposed to
        be valid, though xmlSecDSigCtxVerify() still reports errors.
        
        Change-Id: I9d9cd511eaebad1f13f4e06891b2a3f61fee4500

2016-01-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [113116a863f26eda7d66f7d46772a306f5bbb23f]

        Updated core Project: help  ed8d3d936d9008a34a1f59baee2c241157588dba
        
        tdf#40517 Update for '?' in decimal number format
        
        Add help to use '?' in user defined number format
        Correction of ordered list
        
        Change-Id: Ia14a34cbc0d2d9cff4601a0bd19b392a3aaae268
        Reviewed-on: https://gerrit.libreoffice.org/21827
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-01-27  aybuke  <aybuke.147@gmail.com>  [3563d8dde1068094a7b79aad4aa864301583006d]

        tdf#95505 Dump usage stats to text file in user profile.
        
        Change-Id: I12c44db6f03c789682688d39aafb650d074c63f5
        Reviewed-on: https://gerrit.libreoffice.org/21609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-27  Jan-Marek Glogowski  <glogow@fbihome.de>  [ff37ea6f96ead38e49ebe4c8356515e4061810c8]

        Add optional debugrun soffice.bin arguments...
        
        using the gb_DBGARGS variable.
        
        This value is appended to the gdb "set args" command.
        
        Change-Id: Ic15754d7edcc448f283522338900684a29a03cf3
        Reviewed-on: https://gerrit.libreoffice.org/21364
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-01-27  Caolán McNamara  <caolanm@redhat.com>  [f27c5f598feb8692788bca7085343eb0cc7707b8]

        gtk_drag_begin_with_coordinates is too new for tinderbox
        
        Change-Id: I759b8d1421860501243039c66d17fb82ac66dd47

2016-01-27  Caolán McNamara  <caolanm@redhat.com>  [b7ffd2564e9e410c4ab995dd15a8aa0bddb7d06b]

        Related: rhbz#1293210 crash in SwFlowFrm::BwdMoveNecessary
        
        Change-Id: I3b902b7fbd02b32f5d13dc47854445558e93b341

2016-01-27  Takeshi Abe  <tabe@fixedpoint.jp>  [1e4433bf52f0b242b769d8d34e02ff5610d75839]

        starmath: Convert RectPos to scoped enum
        
        Change-Id: I726ae06b1a9bef4feec77cbd9171b8b9353a0267
        Reviewed-on: https://gerrit.libreoffice.org/21766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  Douglas Mencken  <dougmencken@gmail.com>  [9a3d702c3d3546ea651d46a6d698cbc6df0e9b31]

        starmath.mathtype: change int -> bool for returned values
        
        it looks like it always supposed to be bool
        
        Change-Id: Ie18dfdf9c91bb66828889d0370ceeb946cc9289d
        Reviewed-on: https://gerrit.libreoffice.org/21764
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  Arnaud Versini  <arnaud.versini@gmail.com>  [4cac0c05c645fbcc67cf6090144026a2dfd02064]

        BASIC: SbiExpression::IsIntConstant has side effects.
        
        Also renames IsIntConstant to ConvertToIntConstIfPossible.
        
        Change-Id: Ib4b465ac0d890762547fb2d83c26ad6be6ee75e8
        Reviewed-on: https://gerrit.libreoffice.org/21746
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [697007006fcad5d0603a53d3a3841bf9136f76dc]

        writerfilter: uno::Sequence -> std::vector for table cell ranges
        
        Change-Id: I858aa0f97d70f245cf5a3d24909de512b33b1249

2016-01-27  Caolán McNamara  <caolanm@redhat.com>  [5a7ded8d90c725d209969c2aa8b16b8cb109318b]

        Resolves: rhbz#1301346 crash with null ObjList
        
        Change-Id: Ia9446b06087907a2d9d1889ba7d4ccd1f78697d9

2016-01-27  Noel Grandin  <noel@peralex.com>  [dd7cc8bfe9375ef6e9a3a0bb6e828455443b4f19]

        loplugin:fpcomparison in sw/
        
        Change-Id: Icce2ecee0c47fbbddb4fca72d724cbc770b52606
        Reviewed-on: https://gerrit.libreoffice.org/21776
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  kadertarlan  <kadertarlan1@gmail.com>  [4a377f5d37a733e30de1c545c9e90eddd9dac9c3]

        Convert Java unit test to Python (check_named_property_values.py)
        
        Change-Id: I70d05395b8b5ca89c6a2ebf63c1b4a7760a1559e
        Reviewed-on: https://gerrit.libreoffice.org/21829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [34fed415c8cddc03d3d35a4cc70565ad49ab426e]

        Missing include
        
        Change-Id: I39389f972b71f9cf6509edb6a0484d9fcdf182d1

2016-01-27  Mark Hung  <marklh9@gmail.com>  [91b926d4b9939337f54d6c9f0b940b161dc3437f]

        tdf#84317 convert missing numbering types to OOXML tokens.
        
        CIRCLE_NUMBER -> decimalEnclosedCircle
        CHARS_ARABIC --> arabicAlpha
        CHARS_THAI --> thaiLetter
        CHARS_PERSIAN --> hindiVowels
        NUMBER_NONE --> none
        All the reset --> decimal
        
        All the types above were converted to 'none' before.
        
        Change-Id: Ie97e3fd4a00b7e4cc80ffb3776028e431e0535de
        Reviewed-on: https://gerrit.libreoffice.org/21741
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-27  Tor Lillqvist  <tml@collabora.com>  [aee3355a8a7a6b7749f2eddd74e9389fe5782186]

        tdf#96222: Don't attempt to handle matrix formulas as formula groups
        
        (Also known as array formulas.)
        
        Change-Id: Ief61c75efb05ea7c880d05e118d9fe10177774db

2016-01-27  Caolán McNamara  <caolanm@redhat.com>  [a5b4f6e456bfb735385e8d3d6945ea8f3be1ba94]

        Resolves: tdf#93054 gtk3: implement drag and drop
        
        Change-Id: Ib644ea36b8a9e68e023e465ef159b9a4890e5d37

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [626702aa39798715fd252ae8f484233cae8a829f]

        vcl: readd <vector> and <set> into vcl/inc/window.h
        
        Change-Id: I705a170acc045d8423ea42aebf7c5ca13a3ede72

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [d6cf0b42fc71f4da531e98391add4c51c0ab798f]

        vcl: readd <vector> into vcleventlistener.hxx
        
        Change-Id: If9420596ff779381dea9a494a68267ba3de15f8c

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f73c181a31b4bc1ca16475328ec4df300baccf7d]

        vcl: readd <vector> into toolbox.h
        
        Change-Id: I6efa1a909e75a235e5c6509986dd3a916dd82eaf

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [9660106938167b1271f957a69b210d84c3d9691b]

        vcl: readd <memory> into textlayout.hxx
        
        Change-Id: I6ea4ed1b8f397c4ac5f7dfba8b4f5385ce1fc7d2

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [fe6ad28ded97559065a6539b9a5e006c88e4904c]

        vcl: minor rearrangement of header include in svmconverter.hxx
        
        Change-Id: I0ee039afe6bdec449869a3f130efc4ca87a9e7d5

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [8ddc8fcc7e2be95419350045e12532958224181f]

        vcl: minor tab space formatting of svids.hrc
        
        Change-Id: I0cab806b21ccf4c0be6a6a852039f18350070803

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [45368d237be01e9c105c2e09599f6d06d107453c]

        vcl: readd include of <vector> into vcl/inc/sft.hxx
        
        Change-Id: I7a9b1cf64d8972ecee25b764d4091aa551fa1ff3

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [56a57c5efa1bd13795846062437d788e22939aea]

        vcl: minor change to header include in salvd.hxx
        
        Change-Id: Ia92a91628642bf96092100649736ee9f8eaea68b

2016-01-27  Takeshi Abe  <tabe@fixedpoint.jp>  [ae8913f596997db22566c583964bf03163391ba1]

        starmath: Stop using unnecessary namespace
        
        Change-Id: I3848e61eac69a2b3cacc3cf1f66534f4508151cd
        Reviewed-on: https://gerrit.libreoffice.org/21837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [749216dcd38c4e184d8b802c5bb4ca974961b688]

        vcl: minor tweak to header guard in salsession.hxx
        
        Change-Id: I354cb24bb75d3b394da203a1a6cfaaf5ca2c4ce5

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [6006a10d379f6064d557c736d5a150fd87fd0917]

        vcl: remove comment cruft from vcl/inc/salptype.hxx
        
        Change-Id: Ie4e98b1cd407e79a35635dd255f421906a50eb6b

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [c563c48407dc0c3d0efef64a2881bb6473584b8f]

        vcl: put back std headers into salprn.hxx
        
        Change-Id: I25786bd08a112a365868034eaa91b2cab1e6b0e9

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [94cddab6bf54229149fe3026121b91aabdcf3d9b]

        vcl: put back std headers into sallayout.hxx
        
        Change-Id: I87d87f5d2215912d07f79993885462462addc0bc

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [03187ebf1d25dfbed909ac8c980ca29c01491fbf]

        vcl: change SalFrameGeometry from typedef struct to struct
        
        Change-Id: I3d5d1a07c0ec088600e55dc557ccc5e698dcf649

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [9925881003cb4f8055e32e23e51feb7fbef751f8]

        vcl: put back std headers to salgdiimpl.hxx
        
        Change-Id: I49e963d2a6afa8e1fdce975323a42efe67dd5c54

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [362477a317df0c5a122d06be3a2c73c2eacbb1db]

        vcl: small formatting fix to vcl/inc/saldatabasic.hxx
        
        Change-Id: Ic687ebba970d3e5795124ac22dde088daa7fba7c

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [4b052574642154e6f07f280993bc62cf96405ba9]

        vcl: reformat vcl/inc/print.h
        
        Change-Id: I0ae12f395c392cc67fce4105f517d3ccd406b1fe

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [3e9a6ba55b112d92b59931df086d899b3354cc27]

        Replace salhelper::SingletonRef with rtl::Static
        
        Change-Id: Idc897e2b641a7b2a62e48a43f57dd46cd48df7ad

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [aab68a7311bc8cbc610979919350f27825f0beb5]

        vcl: I don't think calling a data type 'DataType' is very sensible
        
        Change-Id: Ief7010bda8db12b5663940acbd2417ca6cb73371

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5f507aa76cf3d0601bff2767b02f0f371a9498a2]

        vcl: readd std headers to openglgdiimpl.hxx
        
        Change-Id: I1207a62adbdc764c72c47238c80f47061fc461e6

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [216abd657ffab83fac833e10969872b18db2c6f9]

        vcl: readd std headers to listbox.hxx
        
        Change-Id: Ic5144fc35d6c1d9e007426d83f780c340e8d1a90

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b882cc1ba4bf5ffd41c7763004091e5e4f07ee8b]

        vcl: fix header guards in impoctree.hxx
        
        Change-Id: Id1e9a78012ec00fe0a742ff33894a0a3c9592608

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [4c0f3c2b7ad62f7085ec889d22bc0b265941ea23]

        vcl: add in vector header to vcl/inc/image.h
        
        Change-Id: I7e060bd945290cfadd101d35a6d6570945a181ce

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f93105917f71866a42e1a26b35f3b1d7b134a547]

        tdf#39468 vcl: translate German comment in idlemgr.hxx
        
        Change-Id: I05e34bbcb7cb281c191339be64d96f40f075aa4e

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [c2e28398c9cf6c31c017f16f32480209b6b90690]

        vcl: cosmetic formatting of fontsubset.hxx
        
        Change-Id: I2b9c4f9f7c1ae564179a3e5276730d1b86a24b67

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [239bc77f26074450b747f61a9fea178fac66b4bf]

        vcl: fix header guards for fontinstance.hxx
        
        Change-Id: I1f81ea50802f9c17f7af58db09a86cf2b680d4c6

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [7606ff5b8c5e5e44c1398d78dd606adccdba2205]

        vcl: cosmetic cleanup to canvasbitmap.hxx
        
        Change-Id: Ib41436e70992508191f3ada393874b769210ba20

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [48d38a419f5642993d027465eacdfaa8d7f59224]

        vcl: fix header guard for cairo_cairo.hxx
        
        Change-Id: Icd1cd3bcfbf65712097a6a90755a3c747ab1da9a

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [45178c9ba5730bfb1de2604c9048d27f6297faff]

        vcl: cairotextrender.hxx is a private Unix header
        
        Change-Id: I3f2dbce1c162a2db94a9c2f9d23c83209b1d82bb

2016-01-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [0b9dd2446c33fda77fa18eec7ae86831af9c82e6]

        tdf#89308: Delete old copy of pivot table on moving destination
        
        except for the case when origin of the new range lies within
        the old range (Calc doesn't update the table then, this needs
        to be fixed separately)
        
        Change-Id: I554a347a94df830ac1fd651c30cf8e83279cdef8
        Reviewed-on: https://gerrit.libreoffice.org/21804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [3a90e37a929f167e42c1841a6164a1d092cb7505]

        vcl: cleanup cairo_cairo.hxx
        
        Change-Id: I473397466c130d115add6a8a128e43ba0b4bc50a

2016-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [38aa954a0e1d383382e072de09c4e368caf83456]

        libxmlsec: initial OOXML RelationshipTransform
        
        Replace the canonicalization with the steps of actions required by ECMA 376,
        part 2, pages 49 - 70:
        
        - parse arguments of the transformation, a SourceId whitelist
        - add missing TargetMode attributes
        
        The largest part is to actually keep the data unchanged, everything still needs
        to be printed, as the source is a parsed XML tree, while the output is a byte
        buffer.
        
        With this, the first _rels/.rels stream of the OOXML document validates for a
        test document that is supposed to be valid.
        
        Change-Id: Ie996d93de6a7611bac18a8c37c575363552fdab4
        Reviewed-on: https://gerrit.libreoffice.org/21832
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [cd5431c07118152d4c14cdd65af0e4dfc16b4473]

        Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs
        
        Change-Id: I74b30cba1359045873a3d7a3f0e72f857ffa0ed0

2016-01-27  Michael Stahl  <mstahl@redhat.com>  [23a0ee3c01c3588472e1c19605909d6b9401253c]

        libreofficekit: password interaction optional and off by default
        
        Add setOptionalFeatures() function that clients must call during
        initialization, and enum LibreOfficeKitOptionalFeatures.
        
        Change-Id: I73035193c87033052921c3aad94fdc057fe81111
        Reviewed-on: https://gerrit.libreoffice.org/21809
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f8151c9ced1a2fdce6273fbbce2656bea25cf754]

        vcl: remove extraneous included headers in window.h
        
        Change-Id: I9fce8a5300ba8e2edc4641682063a94b071533e1

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [0c227ff64c7f3ec02102b93ca432b5c8e501c2ee]

        vcl: cleanup tabs for wall2.hxx
        
        Change-Id: I9110a4b8739f5d641913e8e8d35972e4ca1fab67

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [37bdc60b11cf398e80af9b71d31bd1443b06e133]

        vcl: remove extraneous included headers in wall2.hxx
        
        Change-Id: I9ad7192ddedfe164638ad5da21c5e27242d94a11

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ce50faa9fae4ec78c4a6860a72c623545dfadd1d]

        vcl: remove extraneous included headers in vcleventlisteners.hxx
        
        Change-Id: I8fc7f751281520444fc4ca36dcb90fd62d4d65cb

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fc1fbd4a33fcf0f1a3af8f9c64015d272958b61]

        vcl: remove extraneous included headers in toolbox.h
        
        Change-Id: I40af01bf7c2e8dd8699d88fa52327d460827e211

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [05ca2d70c6e16d0e506688d9934b6c9f2ee39147]

        vcl: remove extraneous included headers in textrender.hxx
        
        Change-Id: I865c48822c8e95c427318a4a26fb86a01b0df2b9

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [aa5fe86a1149b5a33a3c203e92605da6197ea8ce]

        vcl: remove extraneous included headers in textlayout.hxx
        
        Change-Id: I5d85d0be2e43cbd5f9f623ef4f627868f8bfd322

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [0164c401b8aec6a06080931f587acbc528791ca7]

        vcl: remove unnecessary includes in svdata.hxx
        
        Change-Id: I28dd9058f37611d01fbb1d4e8b9b99145c4d1750

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f659bd1ac219b73d7b14f29552fca5678bce1fa8]

        vcl: remove unnecessary includes in sft.hxx
        
        Change-Id: I6574a74e2c5c6d8348a2f25a85462e32a2220f87

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [4627e6a624a87723e3655b2fa48c0d1f1e7732b0]

        vcl: remove comment cruft in salwtype.hxx
        
        Change-Id: Ib3f02b311a81fd3009f58b7bf9acc3ed1fd0cd2e

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [9a4b74f095d94bad08ba011596b9a3532a75f605]

        vcl: remove unnecessary includes in salvd.hxx
        
        Change-Id: Icf437e3103994e16e128aaa7c0705715099044e5

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b29d558a0abb2b6e0bbe6d91f67f6ce0b67d1b22]

        vcl: remove unnecessary includes in saltimer.hxx
        
        Change-Id: I526c6cac092ce9a9937c9a136f295cc647d04513

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [a6ae90fe91d14b4e5d1e8352994fef95c38853f8]

        Translate German comment
        
        Change-Id: I35cf316dc521febaafb173c715b876a11c39b670

2016-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4dc18dd3abf78b8451334e093dc84fb289a83336]

        add test for tdf#97308
        
        Change-Id: If35a3d6ef7af619f9544ba15e994f663581de374
        Reviewed-on: https://gerrit.libreoffice.org/21819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-27  Stephan Bergmann  <sbergman@redhat.com>  [ef99aad5868b308e1a421c3eaa8221f8f78d80d5]

        Quickfix for Win 64-bit C++ UNO bridge (more than 20 params)
        
        See <https://wiki.documentfoundation.org/Development/msvc-x86_64#Broken_C.2B.2B-UNO_Bridge>,
        increase the number of supported params to 32 to at least make the
        ooo.vba.excel.XApplication.Intersect case (and thus CppunitTest_sc_macros_test)
        work.  The true fix will be to abandon this simplistic approach, as elegant as
        it may have appeared.
        
        Change-Id: Ieeb17f682bd5ea8cb7a6188b89978698949461aa

2016-01-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0a25aa68abfba0582aa5d9fa84d4fd71711d62e9]

        Nowadays, sheet tabs look somewhat different
        
        Change-Id: I8cde4206382b9d5e64990e7714a9de405e48adcf

2016-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4544d3c95bac8f3203235f8482ecb435545b887]

        extract all cond format tests in ucalc to own file
        
        Change-Id: Ia4773e81e7d3c23404090f5cf5d9d35038c24cd7
        Reviewed-on: https://gerrit.libreoffice.org/21817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b125635851d3c96b0d27d06d45475774de23e8df]

        add test for tdf#94626
        
        Change-Id: I868e318bc2f8b0f4a7b0abdd93bda27f36f95d26
        Reviewed-on: https://gerrit.libreoffice.org/21828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [3e7369664c35c8d9a06d062aeaaf65178f8044a9]

        vcl: remove unnecessary headers from salprn.hxx

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b37139f055241ff060884f6487f451a3e0a2d4c7]

        Revert "vcl: remove comment cruft from salprn.hxx"
        
        This reverts commit 02dedff8fa5843e88a1ec7bf8144b7345d3ad5e0.

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [a3a12a84052ddba5ca0f55a5ed86cd84ecca35d9]

        vcl: cleanup include in salsession.hxx
        
        Change-Id: I7438c5a7dd19f9934c15677f0604e52806bd0052

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [02dedff8fa5843e88a1ec7bf8144b7345d3ad5e0]

        vcl: remove comment cruft from salprn.hxx
        
        Change-Id: I4019a8844d6fd6d9bf2c4f9bc8ded6739c1c4017

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [35ba90cf20024b35b2ed19615f529fcb42c049db]

        vcl: remove comment cruft from salobj.hxx
        
        Change-Id: I1f18903ef80de23be6529e9807721463fd6a0e63

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [10899052a356893e3b43e31e4cb9d192113b1001]

        vcl: remove unnecessary included headers in salobj.hxx
        
        Change-Id: I7a38f9af578b5582f6d315e4add226ce667b43f9

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b6f50702797ae98835cae3ed09156c6a78ff8992]

        vcl: remove unnecessary included headers in salmenu.hxx
        
        Change-Id: I977a07b35fb66f94e7e34b58a0d30b20eac84f6b

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [8d775f439c165bf58cad203a2b854bb92c3b4034]

        vcl: _TOOLS_LANG_HXX is never, ever defined
        
        Change-Id: Iccf31bb1ad04a338fd631fba8ce3747b712b00bc

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [cf85da9a9acdf41e3f5324c4bd342e9b31cf97d8]

        vcl: remove unnecessary header includes from sallayout.hxx
        
        Change-Id: Ie7ac5416f2776e716ba609aac8e286a3c3975a1c

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [3f9088bae26c726e0632e626b7f8c3ae3ff457ee]

        vcl: remove unnecessary header includes from salinst.hxx
        
        Change-Id: Ie9163cf337b7fa27b17ebaac382938736e3837b3

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b17933e461bac5058cba7004a0e171c61f75a513]

        vcl: remove comment cruft from salgdi.hxx
        
        Change-Id: Ic204f0e2ebd1857169c47a3367895aab832d42a3

2016-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [5fe8b5a5ed3b1e8bef1420f74edf2cad18ca7594]

        vcl: remove unnecessary headers from salgdi.hxx
        
        Change-Id: Ic1a7ff35d37778a7d3dafce4f21259342081b81f
        Reviewed-on: https://gerrit.libreoffice.org/21831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [446eb095354124406063b6467d1886b8647dc211]

        update credits
        
        Change-Id: Id5647e0d72a5560c7bc0c75fd7a06a1897ca4071

2016-01-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [259c1ed201f4277d74dfd600fed8c837cbf56abc]

        update emoji autocorrect files from po-files
        
        Change-Id: I6ab7cc2f0d687ddd0015100703a87da726275b9c

2016-01-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [46a7e54ce62e3e08aff1e2bb3f178b56ba905806]

        Updated core Project: translations  453b3d9e07087b9e12728fd221a05202f8987cf0
        
        update translations for 5.1.0 rc3
        
        and force-fix errors using pocheck
        
        Change-Id: I43d2529ebb306575c8d30b57e7dcba6b8f0e883e
        

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [cef2ecd0f56c8ff15b8d37e908cec625e1ab28c9]

        Use o3tl::typed_flags
        
        Change-Id: I6b43fecc6a45161d419826bc10385b26db5148e5

2016-01-26  Andras Timar  <andras.timar@collabora.com>  [bd572464fad9baec754d299562f95b4921f79ecf]

        Updated core Project: translations  c9c4ca2a240c7fbaefabb65714292ac66b09acab
        
        Updated Slovenian translation
        
        Change-Id: I34ad484a90f077774513d7f5065b70c07ed19040
        

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [ccd681dabd75b14feaf410640cddc20862316cb3]

        Blind fix for Windows
        
        Change-Id: Icd28c3126eb764187788f3726bfa3a5db54ba7e6

2016-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c018784020653a864d373162287272c82161170]

        fix the new CPPUNIT_TEST_NAME code
        
        Change-Id: I45260555778a733a8c8ba9e39e9ffcce0c9ab78d
        Reviewed-on: https://gerrit.libreoffice.org/21818
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1ba84efc38821d5d272448cb34af7519306b8ce]

        handle entries with num type and formula during OOXML import, tdf#94626
        
        Change-Id: I0d48120f2b128fb898c7cc55cc41ce52378851dc
        Reviewed-on: https://gerrit.libreoffice.org/21820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [fc388c1ff4ba005bbf784a083825f2070e66325e]

        Blind fix for OSX
        
        Change-Id: Ieaf3333e8df5d67299615e279151b29744ddd180

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [bddca7fbcc64814860f331b464b61727f5569709]

        sal_uLong to DWORD/sal_Size in vcl/win/gdi/salprn.cxx
        
        Change-Id: I11c5547966a3b97562ecbbc91f32724fc190e5a7

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [d1c8f5a659b66007a5d56e3ed77fdacb7bc5d971]

        sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)
        
        Change-Id: I1324c89be2a1d4954b0ddf4a9b06a8a97d5c335e

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3792dd2482db628bf7a7c8cf85f9ae2c587f3b68]

        Reorder PspSalPrinter data members for better alignment
        
        Change-Id: I1ee0ed1505e1564fbcb7267feb0913b728e19357

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [ab4264482fd8003068a0fbc10ef19662e5f5eae1]

        sal_uIntPtr/sal_uLong to sal_uInt32 for number of printed copies
        
        Change-Id: Ib91ef6fa9b52b0e7c968767a2c19b043c0797d5f

2016-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [a5bbe614d5166883ff3a5399bf2a29877f34f7af]

        Convert SAL_JOBSET_* defines to new JobSetFlags enum class
        
        Change-Id: Id59dd767c09c0757b6c94c7dd4b3e832f11cf615

2016-01-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [95e2ba744a0ec7b5877ded01eb66bec62e7388ac]

        Updated core Project: help  bfc1c602d8fd1fc1df98ce8a5d061635f0b8b9ea
        
        use "comments" term instead of confusing synonyms
        
        Change-Id: I63da920a2b221d79440268c757367fa397fd993b
        Reviewed-on: https://gerrit.libreoffice.org/21798
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [2e9a276e0f08291981ed678fb7433c503434d8b5]

        No need for ~PresetHandler to be virtual
        
        Change-Id: Ia5a3a94ce03af23c44485aedc5ae1c088f1a2d85

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [235b9ec11ad78628bc220066b97dd7ff19f0b5ad]

        Remove nonsense comment
        
        Change-Id: Ib0570622ac2853c83d701c207ff3aa0a3781d689

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [ac95e905a12ee6ad49af3814a248d0ddb7700559]

        Replace salhelper::SingletonRef with rtl::Static
        
        Change-Id: I2ff6462472292de7cdeb5c7ed748299e58399bdb

2016-01-26  Michael Stahl  <mstahl@redhat.com>  [bde86f8074842585e2964b3157e97672fb25e63d]

        vcl: replace boost::shared_array with std::shared_ptr
        
        Add o3tl::make_shared_array() to create the shared_ptr with the right
        deleter.
        
        The main difference then is that shared_array has operator[], but this
        code didn't even use it.
        
        Change-Id: I500ffc2f92b99c2a3924c0cdcdaa101956b69add

2016-01-26  Michael Stahl  <mstahl@redhat.com>  [eb63ac518167601896afe0c336e2562efa0f43f2]

        vcl: actually that shared_array was a scam
        
        The only things passed as buffers there were null pointers and
        shared_arrays that had the deletion explicitly disabled with a struct
        NoDelete, so it's sufficient to just pass a pointer.
        
        Change-Id: I68d618782aa654242048516d2e910b8136b16e2d

2016-01-26  Michael Stahl  <mstahl@redhat.com>  [39963be8679ceef5d08eda9e04e97b6fbb079b71]

        vcl: convert boost::shared_array to std::shared_ptr
        
        Change-Id: I9d0ad886c4c6e1c8496eb6129b22d327ca0968eb

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [27feec6f91e464651ede25a955aac5bf75bcacf6]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: Ib4ed6a89d8da6dd15c3931b0fb92a2ddf7576171

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [377fa55b49858d93c1644c6e003fc39c48867dbb]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: I7a3f17e84bbf44a472838ab20b4490f1ef3654d6

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [29c3ba5e7b1bd604d1cbf7a1ea2912570ddec40a]

        -Werror,-Wmissing-field-initializers (clang-cl)
        
        Change-Id: I93e04007fcf4f9ff9a5da01b4c7d64904fdf2b87

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [214d5795cd0f4eefd6b3e65ee51484175e0bfcb0]

        -Werror,-Wunused-private-field (clang-cl)
        
        Change-Id: Id60b0ecbfd2599ad9bc7e9aa60c3dbda78edc825

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [49f29c11520440b03ea35cec256e7aba20774700]

        wchar_t confusion (clang-cl)
        
        Change-Id: I5b245cfcca21e68391ee20f7b6af4de9e1c203e3

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [2a3521cdb2290e8d06ffffcdabe4a923018e64ee]

        -Werror,-Wreorder (clang-cl)
        
        Change-Id: I8efee414d4c4ec9984e3336ab09bb031c590d4fd

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [f6649ca1036fb9b326e96c01f8d2d79162e35ea5]

        PhysicalFontFace needs to be complete here
        
        ...so rFontData can be cast up in the FontAttributes copy ctor call in the
        WNT-only FontSelectPatternAttributes ctor
        
        Change-Id: I6d0de266d7838530208e0c82aed085fcf333c8f4

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [8bb79dfe5e02e839af625bf2b9917370f52c0a0f]

        Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-cl
        
        ...as previously done in 5fa9ce570dc59a3fc9eb47f28b3fed739f20ab23
        
        Change-Id: I2bed1e1423b78b25b9a1337c60b79912c28c931f

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [b41b66c3eae2d69cf9a477d3f3f82b4a3ca46abe]

        -Werror,-Wsign-compare (clang-cl)
        
        According to MSDN: "If [StretchDIBits] fails, or no scan lines are copied, the
        return value is 0."
        
        Change-Id: I882b97b55f92618f0163f8829bf779a35b5a1452

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [a567413c30e7797afea106d499c0cbb35171085f]

        -Werror,-Wignored-qualifiers (clang-cl)
        
        Change-Id: I82d109db92d820df7a7d5875270c20449e77d0a5

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [4b68b6d323e555595b540946d5fcc6a2cd9ae2fe]

        Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)
        
        Change-Id: Ia9ba7fc6cd94e2d726cd9b1dc72c140af16dd700

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [b6a99534d878a0062b0fdc9d6f24cb231a2e03a7]

        -Werror,-Wsign-compare (clang-cl)
        
        Change-Id: I12f59526f6b6f4367fdc6f31ffc677cb45795049

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [432adca092005cc517941b38ab30968e23817671]

        Silence more warnings, clang-cl's /W4 now also includes -Wextra
        
        Change-Id: I20fa3b02570bdbc3ccd297401a7669b0fda5c624

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [d48e05425055e16c28556aefd15838ae7461ec66]

        -Werror,-Wunused-parameter (clang-cl)
        
        Change-Id: I1ac58714e04b995ef5229888f0c427104c001318

2016-01-26  Caolán McNamara  <caolanm@redhat.com>  [7345aaf69a9d88cde3deabb6818a00938d8ad392]

        wrong CreateDropTarget
        
        Change-Id: I7df8c17863f1e16f1658c061a324d6f1f0699833

2016-01-26  Caolán McNamara  <caolanm@redhat.com>  [ad99c633908f7c70d06812ebfb4e0696666f0158]

        Resolves: tdf#97276 don't clip out line if the underlying page size is unknown
        
        Change-Id: I77d88d8020e9ac26bd6b7277e6d8afefed5e3ee7

2016-01-26  Eike Rathke  <erack@redhat.com>  [02e69f0c3acec2c2e81692bc53c4356591a84ba5]

        Resolves: tdf#93151 handle ExpandRefs and mnColDelta the same as mnRowDelta
        
        Change-Id: I8cd00494fc63124443fc01582296ef17f4cd5e27

2016-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a3a9dec50068321125e4a76de7042bf2d741bc7]

        support unnamed namespaces with CPPUNIT_TEST_NAME
        
        Change-Id: I1ce50ce0ce8a4a461d1b2a34de132cbf57dd7d25
        Reviewed-on: https://gerrit.libreoffice.org/21802
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-26  Caolán McNamara  <caolanm@redhat.com>  [5d29ed1801a07d4649e095c25935b50f5ad32eb4]

        Resolves: tdf#97331 use VclPtr instead of pointers to avoid crash
        
        Change-Id: Ia653a67046cb2cfb7c96367a7483ddc0cb29819e

2016-01-26  Tor Lillqvist  <tml@collabora.com>  [4cd058f3f6568724c65ac88769f17fcc6078da23]

        OpenGLWrapper is the right place for getBufferSwapCounter()
        
        Change-Id: I3f7db276ab00d5fa493f993736f1010e76fcbcc8

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [f94a77682bed8815ac2e400cadb9244b784cffda]

        loplugin:nullptr
        
        Change-Id: Ic8e7a7c0f6f40521dfb20ebf4ef11f2776c0cde8

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [c55c469ea5fc1608696f4fbfaa9aead09b734969]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I254c7a4b6f822c71b3ad5150cf674d25defbf1ed

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [7d9ac365039a23b704738b63a54bbbae6e9f6f3a]

        Replace salhelper::SingletonRef with rtl::Static
        
        When destroying the static vcl::CommandInfoProvider aProvider from
        vcl::CommandInfoProvider::Instance (vcl/source/helper/commandinfoprovider.cxx)
        during exit, it releases its mxCachedGlobalAcceleratorConfiguration reference on
        GlobalAcceleratorConfiguration
        (framework/source/accelerators/globalacceleratorconfiguration.cxx), which may
        get destroyed, whose base class framework::XCUBasedAcceleratorConfiguration
        (framework/source/inc/accelerators/acceleratorconfiguration.hxx) has a
        salhelper::SingletonRef<framework::KeyMapping> member, whose destructor
        (include/salhelper/singletonref.hxx) uses
        salhelper::SingletonRef<framework::KeyMapping>::SingletonLockInit::operator ()'s
        static osl::Mutex aInstance.
        
        If, during construction, the instantiation of
        salhelper::SingletonRef<framework::KeyMapping>::SingletonLockInit::operator ()'s
        static osl::Mutex aInstance finishes before the instantiation of
        vcl::CommandInfoProvider::Instance's static vcl::CommandInfoProvider aProvider,
        the corresponding atexit cleanup actions will be recorded in the right order,
        causing the above chain of calls to find the static Mutex still alive when used
        from within the static CommandInfoProvider's destruction.
        
        However, vcl::CommandInfoProvider's mxCachedGlobalAcceleratorConfiguration is
        only set to css::ui::GlobalAcceleratorConfiguration::create in
        vcl::CommandInfoProvider::GetGlobalAcceleratorConfiguration, so the
        instantiation of the static Mutex instance can finish after the instantiation of
        the static CommandInfoProvider instance, recording the atexit cleanup actions in
        the wrong order, causing the static Mutex to be used after destruction.
        
        This occasionally caused PythonTest_sfx2_python to hang during exit for me on
        Linux, where trying to lock a destroyed pthread mutex can apparently deadlock.
        
        rtl::Static does away with the need to do anything in the destructor, at the
        expense of always keeping the instance alive until exit (and not being able to
        recreate an already destroyed instance during exit, but code that would require
        that behavior would probably already be broken to begin with), so the order of
        creation of the CommandInfoProvider and GlobalAcceleratorConfiguration instances
        becomes less of a concern.
        
        Change-Id: Id6e3860ad9e5b7045980a0b9bf9eaef2e24129bb

2016-01-26  Caolán McNamara  <caolanm@redhat.com>  [0b354d18ccfc05e7c2582f851d9201e2aa353d7d]

        Related: tdf#93054 gtk3: implement enough dnd to be dragged into...
        
        from another application, e.g. text from gedit or a standalone
        image (view image) from firefox
        
        Change-Id: I68b82217eb2513cedc096f5ff653fb7c75b48052

2016-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [93fdb8dc67bf04c7a1e22c8dd15152212799c4f2]

        tdf#76142 libxmlsec: extend SHA-256 support in the NSS backend
        
        With this, the xmlSecTransformIdListFindByHref() call in
        xmlSecTransformNodeRead() recognizes the
        http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 string as a valid
        signature method as well. Previously SHA-256 was recognized as a digest
        method only.
        
        Change-Id: Ib20ab97dd5bc86dff761f0c58a87afdde112e1e8

2016-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [3915bf2dc877d5f1140798e24933db0f21386a4a]

        tdf#95376 DOCX import: fix incorrectly indented tab stops
        
        Regression from commit f4badd9a485f32f787d78431ed673e2932973887
        (tdf#92454 DOCX import: allow overriding para prop from num style in
        para style, 2015-09-22), the problem was yet another priority
        mishandling in the maze of various styles and indentation handling.
        
        In the tdf#92454 bugdoc, both a numbering-from-paragraph-style and a
        paragraph-style defined indentation, and Word preferred the numbering,
        while Writer preferred the paragraph style, that's why the import-time
        conversion was added.
        
        However, it turns out there is a 3rd source that's still not direct
        indentation formatting: a direct numbering. So the correct priority is:
        
        direct-ind > ind-from-num > ind-from-parastyle > ind-from-num-from-parastyle
        
        Which means in this case the indentation should not be set directly: the
        two conflicting value (ind-from-num and ind-from-parastyle) will be
        resolved correctly by Writer core.
        
        Given that we always first get the para style info, and only then the
        numbering, we just need to undo the conversion added for the other bug
        if we see a direct numbering, then both the old bugdoc and this new one
        will be handled properly.
        
        Change-Id: I09cc84605d5df6159da985ad069d46b580a53358

2016-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [09e46424c510924bae09c6e0147095e2958fa009]

        Updated core Project: help  184121fb7abffe19012e3a64187281f0332a4b20
        
        lists cannot be nested directly - use hackaround using switch instead
        
        Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b
        

2016-01-26  Tor Lillqvist  <tml@collabora.com>  [32d98b2551644dea50e58f99ae921a82a0f69753]

        Put getBufferSwapCounter() in OpenGLWindow instead
        
        <vcl/openglwin.hxx> is a more light-weight include file and including
        that causes less trouble on the various platforms.
        
        Change-Id: I5c9baa171278d291468ef45a47d9fdbc64326957

2016-01-26  Tor Lillqvist  <tml@collabora.com>  [2c55288357c9d5410afae58c1fbb97cdfabf0360]

        Add API to get the number of OpenGL buffer swaps, including through UNO
        
        Change-Id: Iff29ac615ad4b6516790b1cbbde0215a3cd0efe6

2016-01-26  Xisco Fauli  <anistenis@gmail.com>  [7c151f39144b7401a99c7b736a41e5dce4ac4db1]

        SVGIO: Fix issue when font size is in percentage and ...
        
        ... there's no parent style set
        
        Sample:
        <?xml version="1.0" encoding="UTF-8"?>
        <svg height="600" width="400"
        xmlns="http://www.w3.org/2000/svg"
        xmlns:xlink="http://www.w3.org/1999/xlink"
        font-size="100%">
        <text x="5" y="15">Sample 1</text>
        </svg>
        
        Change-Id: Iec88c148475bf8a610286414083e9801faaf8d78
        Reviewed-on: https://gerrit.libreoffice.org/21553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [3bd5a251925d8660718553a7702198d6d2251502]

        loplugin:defaultparams
        
        Change-Id: I592b8f678288c1229e66abb98f6bb5f865f177a0

2016-01-26  Stephan Bergmann  <sbergman@redhat.com>  [5614bcb6acf3462a7edd56470fb60683da6937c1]

        loplugin:defaultparams
        
        Change-Id: I4c80f7055ccb9979bfb89cf9139561287d9659a4

2016-01-26  Tor Lillqvist  <tml@collabora.com>  [526b0a566db7628c6a31258efefc8409c5e74386]

        Bin some unneeded 'using' and includes
        
        Change-Id: Ia91b3837ce39ae48e8c660274a08415ee4f9e5c7

2016-01-26  Tor Lillqvist  <tml@collabora.com>  [478e2ad48ea345ec0d8058f03c1547cc29ab0cda]

        Bin leftover cruft
        
        Change-Id: I15a4237a1ab6d7c180b52c3f8d2834c0e034b7db

2016-01-26  Noel Grandin  <noel@peralex.com>  [6b232aeecc55f1715bc111e636e36a8e24827efb]

        fix windows build
        
        after commit c43fdd74097cb12f69f86fd1217dd2f41ccae101
        "vcl: GF_VERT is *only* for Windows implementations"
        
        Change-Id: I8f500c0e9accc781a57ab4057eea9d077f418696

2016-01-26  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [1f9f1fe342ebe65db8f48a4c38c92acf74122966]

        Add initial cppunit test to webdav, 'local' only, neon version
        
        This is a 'local' test, meaning it can be done without a
        WebDAV server.
        
        It's the first one, so very trivial...
        
        Change-Id: Idf660c7482c86251be02536106f079ac6bdef4b4
        Reviewed-on: https://gerrit.libreoffice.org/21658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [c43fdd74097cb12f69f86fd1217dd2f41ccae101]

        vcl: GF_VERT is *only* for Windows implementations
        
        Change-Id: I4f0a6264a6c6c2533a32de358216601495c959f2

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [31ad2d7af585e8f35a645482a92bdc37a66e64ca]

        vcl: remove unnecessary included headers
        
        Change-Id: I547a0028a24c6a32e2b13acb9a6b077da8b56964

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [591269f499007c253f0316399566ebd69f81cb0a]

        vcl: regband.hxx doesn't need sal/types.h any more
        
        Change-Id: I1b329a8242800b9b33b891b1fb9b5810be6397e5

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [8dea4905a3ddcd4a970d55955a7a90fef1e4346d]

        vcl: remove unnecessary headers in printdlg.hxx
        
        Change-Id: I5c5d1652330e9a76d46e596fc49ac732327c6484

2016-01-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e134477f0edc7a30d18d7a512be12569a96255a4]

        Updated core Project: help  6eb5558b50b74b2ad51f05b8273c7e1bd72ba8f3
        
        missing id attribute on table
        
        Change-Id: I0be7339ef7b905499bd58877e1278d052b6b5131
        

2016-01-25  Jan Holesovsky  <kendy@collabora.com>  [ed5450f2a5ed8e72b48b4d976217746cea04a5c9]

        sd lok: Fix normal 'search' performed after a 'search all'.
        
        The DBG_ASSERT followed by the same test actually returning immediately
        prevents the actual 'search' after a 'search all' being performed.
        
        I hope this does not have any negative consequences; but if it does, we should
        fix the root cause, instead of having this kind of defensive programming here.
        
        Change-Id: I909533f301dda9c20cab1968de45e5fa7975e852

2016-01-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dcdc98b73601870a0d04a8d5253e56a4db59a266]

        Updated core Project: help  bb4361c2e733c7b5a6a3a4b9d37ec0586c99ccd7
        
        link is no valid child of emph
        
        Change-Id: I24009c8eb766d2e99ff96b8ba803e0d92ee73387
        

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [937eb672f43fd26cea5f7dcf559f9ed3f662b804]

        libxmlsec: canonize in the OOXML RelationshipTransform
        
        This is still a skeleton, but now we canonize the incoming data, not just
        eat it and output nothing -> at the end we don't hit an assertion that
        the output of the transform chain is nothing.
        
        Change-Id: I28509b8a493c6bf6cdcbb23b95ae7de8947790c1

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0dac6d1f179c286dd7aea2d9ef7c37db8323fa37]

        xmlsecurity: implement OOXML stream references
        
        With this, if see an URI like:
        
        /_rels/.rels?ContentType=application/vnd.openxmlformats-package.relationships+xml
        
        Then it is properly detected that it's the .rels stream of the _rels
        storage, and UriBindingHelper will serve that stream (when looked up by
        name later) to libxmlsec.
        
        Change-Id: Iac62cb170c0aa8bb92c40311fb7b248e96c25dde

2016-01-25  Maxim Monastirsky  <momonasmon@gmail.com>  [7b6fdcd83b14a271061b70d43273d5c6cf0bb43c]

        Revert "fdo#62947 make IDs unique, fixes, better names"
        
        This reverts commit 5398664eed621fbcc644ff949d4841590973bfa3.
        
         Conflicts:
        	include/sfx2/sfxcommands.h
        	sw/source/ui/app/mn.src
        
        Change-Id: Ic55cfb51a726ab9ee19bac6719d5e2670d1fb494

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [3de2c3952b9757c40615194811142fd19a9b72eb]

        vcl: remove unnecessary header includes from text.cxx
        
        Change-Id: Iefa9cad66248297e4639567cd3f5836abb2e167c

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [ded0da10d8a6fc4a4ae732f9e99433e0b69c3c68]

        vcl: remove unnecessary header includes in map.cxx
        
        Change-Id: I60fafe283740f6246fa2978a1d2e4ee283ecea87

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [7ef79ef4297ebb2dc267e211e186508187fecf47]

        vcl: cleanup namespace and header includes in font.cxx
        
        Change-Id: I17a2bf413d5152765821585fabf2123a08b729ca

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [aee5d4e41156cc2b0b56e370ee51fa5b1d285522]

        vcl: remove unnecessary headers from outdev.cxx
        
        Change-Id: I8714718830f8b86567ef2750373ce2dab828c07f

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [209acc934a65ff4eae6b8e4bad0474d751ada94f]

        vcl: remove unnecessary headers from outdevstate.cxx
        
        Change-Id: I19d8ea633d5fd5462af29a43b916518a31a94787

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [3c3d84bd37dbc350a95dbbb5f39c4687f934ccfb]

        vcl: cleanup vcl/source/gdi/print.cxx
        
        Change-Id: Id30e109a8292f92e5b384c1262dea0c09d255058

2016-01-25  Noel Grandin  <noel@peralex.com>  [24b1c0a14ef4e7e4c7424a1819f4089f7723b1b2]

        more Windows build fixes
        
        after my OInterfaceContainerHelper2 change
        
        Change-Id: Id63fd81643b030e0570f00d6e0506cb8ea5d3742

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [841d9bfab4207ccb36ecffcba16171a05e80874b]

        vcl: remove unnecessary header includes in vcl/source/gdi/salgdilayout.cxx
        
        Change-Id: I4a49ef84b95e90976a8c1ed76a628c1d0dbf4ed2

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [eee10037ae401cd53c4dd8dc61430ee167f999c9]

        vcl: remove unnecessary header includes in vcl/source/gdi/virdev.cxx
        
        Change-Id: I28579cb30397ac88c94952632e7cd3db7277dce0

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [5f96355a77c4df4e882c690f187310df942ad2fa]

        vcl: remove unnecessary included headers in embeddedfontshelper.cxx
        
        Change-Id: I936e1aae42da7a065406d7e094e1847d54805f86

2016-01-25  Noel Grandin  <noel@peralex.com>  [c2a8ee9c56effec1476556f4c1a820fb985ef35c]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: I4adb4a1937c12c1f6cb9183d567afb729d4e78ea

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [826a6f65b59f7847dc8247d6279d039992055e9d]

        vcl: remove unnecessary header includes from Unix fontsubst.cxx
        
        Change-Id: I8a77b199562ebffba94c4985693280db91cb0575

2016-01-25  David Tardon  <dtardon@redhat.com>  [d2804a15a17f1561017892ec2d023649a8e1772d]

        also use the right stream for check
        
        Change-Id: I019956e80c310317314673c6444e38e6e78ec7f2

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [6edecb49c0b2e16df58a79b4b93c24567bfaafac]

        vcl: rename Unix salgdi3.cxx to font.cxx
        
        Change-Id: I201f8e5281332ae9668f59060ea2a94f211a7c68

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [2e17e1510291a56ebb49da4c606f8b5ba2b3608e]

        vcl: remove comment cruft from vcl/unx/generic/gdi/salgdi3.cxx
        
        Change-Id: Iaa325c3404cf44b6ca98041fd2c904e77d7535d2

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [f067298b905fc3fc5d6d8aa70f05c30226e55e36]

        vcl: remove unneeded headers from vcl/unx/generic/gdi/salgdi3.cxx
        
        Change-Id: I52089c8a74d94ebf82c2ca57d530638ce3e118da

2016-01-25  David Tardon  <dtardon@redhat.com>  [8e8724befa7c77ed2cab90a5a473c3fbde5f04ad]

        return directly
        
        Change-Id: I606ef8281774bba13e28c3ee9fe1f99594152f4a

2016-01-25  Noel Grandin  <noel@peralex.com>  [cf27a83eb009a92d9156b1e994487e95a679bdb3]

        OSX build fixe
        
        after my OInterfaceContainer2 change
        
        Change-Id: I9ac967ff474fe1a68876d8ffedbdcb94013a8119

2016-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [65843b39c22a77d5125348513188fcf27dbde294]

        vcl: remove unneeded headers from PhysicalFontFamily.cxx
        
        Change-Id: I5a3a1747d2194f01c1f05ba5849cd6c2390b85bf

2016-01-25  Noel Grandin  <noel@peralex.com>  [c8223cc04ae1fcae2905c57c986a43b1595a4123]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: Idab05e4496028d9418b1eb881f62ce33498e008b

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [b059ea81247252cf1dc4d23660ba107dd3a8d299]

        vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxx
        
        Change-Id: I35260b298b3f28dab86d3f8d123438534d0e9a41

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [da896df29ab2a559c57827bca08211fda0beffb0]

        vcl: remove a hell of a lot of unneeded headers from fontcache.cxx
        
        Change-Id: I0737ae8c2990c1c04d6188c7396a5f1e1f6dd846

2016-01-25  Noel Grandin  <noel@peralex.com>  [b075610c59ff6be71784b2baffce79e494cfa2d7]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: I345c47fac366759f61e6336b39feb91210dd25bd

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [be956dc3c7375103edf8f027ad3178d9beedab68]

        vcl: remove a hell of a lot of unneeded headers from fontselect.hxx
        
        Change-Id: Iafcaec4b1bda42b286f138014531541d71b2310c

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [de991ccf745df201961dab2b6d9ebd5653e66357]

        vcl: remove a hell of a lot of unneeded headers from fontinstance.hxx
        
        Change-Id: Ice5092cacd858e6c5a77830394724ec03ccbdc02

2016-01-25  Noel Grandin  <noel@peralex.com>  [f719e15c0e999a48e69412606ca1c47a8fbf00a7]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: Ic365cf09631ff58c7d1b54795e7024923ebe02d1

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ad683f8491593b67f2b6149d1d69a739c8ddd170]

        vcl: remove a hell of a lot of unneeded headers from fontattributes.hxx
        
        Change-Id: I1e2c52ade325d39fff29b28c17f04ab3135dff5b

2016-01-25  Noel Grandin  <noel@peralex.com>  [21e35e2e3b71d6229bdb172c56e76a66c7c9ebbf]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: Idc8d9aa218fbeea0e6b00216bb12b0e50efea57c

2016-01-25  Noel Grandin  <noel@peralex.com>  [c4d5feb3feb9ab75d89cca03403a648399113349]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: I8dabb07088c03795d6ac1989ad5ef318d011ccff

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [95c8b8e85d3328bfbe906ef3f69145842aae01db]

        loplugin:defaultparams
        
        Change-Id: I58f3b5301098b61c3d38afa9371dadc742a4b19b

2016-01-25  Michael Stahl  <mstahl@redhat.com>  [2b63e576a5cf06f4af877d63403ad7955ac71b72]

        libreofficekit: ask for password when loading encrypted documents
        
        Change-Id: I3b3b0c0e64965280c24842b0cf70a21b8abb4dfb

2016-01-25  Michael Stahl  <mstahl@redhat.com>  [f3f305b6a5f515fbff35b3b551a953307be47216]

        compilerplugins: rejoice, for pStaticThesSubMenu is dead
        
        Change-Id: I6c7f250af4c1f09feb836aef3c468d97e8266e4b

2016-01-25  Michael Stahl  <mstahl@redhat.com>  [0101cd3da6262169fa273309a86ba5e7cfe573bf]

        desktop: use x prefix for uno::Reference
        
        Change-Id: I737f648a638447f3038dcea526db7a3797b63c84

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [d6466c7e001acece5ce48092c73dfce5c1fa5684]

        Translate german comment
        
        Change-Id: I7ff417f1a556c935314e103d9622b2c513165ad7

2016-01-25  Noel Grandin  <noel@peralex.com>  [f6db4b4ec619d392305bdf0b81b932e00831e837]

        workaround ICE in VisualStudio2013
        
        Change-Id: Ia28d6b67f3f76a9101b035d8a61e775d9a5039b4

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [bd383c3f74a31366b139044ad21b48cc671e2213]

        Dialog's ImplAsyncCloseHdl is IMPL_LINK_NOARG_TYPED
        
        ...so no need to pass it an actual argument
        
        Change-Id: Idd349aec9a93bf9097f4a2f868d5e4cc9eb0aaed

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [8ccd76c6ea8fa50f88c76c6c250cee76290a1f90]

        MenuBar's CloseButtonClickHdl doesn't need an argument
        
        ...the only actual use of it, LayoutManager's MenuBarClose in
        framework/source/layoutmanager/layoutmanager.cxx is IMPL_LINK_NOARG_TYPED.
        
        Change-Id: Idf12fe5735cd452954a9d2ddbce305fa96b832a0

2016-01-25  Noel Grandin  <noel@peralex.com>  [df1055ebde3e5402ef482f58b4f044afbdf3af6d]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: I2d59fd166672a2d0b6c05e5bf9368c8fa5cf111c

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [05cf6acb96415219481ee57e7545555287ae2422]

        vcl: reformat tabs in vcl/inc/octree.hxx
        
        Change-Id: Ibff8fee74605bc1570b409ddd42c4834a67e2fbd

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [33cb676e582a57a469a0ea1ce7bdb2d57575992e]

        tdf#76142 libxmlsec: implement SHA-256 support in the NSS backend
        
        This way we do not abort a signature verification when we see a
        
        <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
        
        XML node. Note that this just extends the glue layer, both NSS and
        libxmlsec itself already supported SHA-256 already.
        
        Change-Id: I68de99578b839bd7eaa8f21af903aa924c892799

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fb16870bfe988661e3b1cb206ee6fed560e70a3]

        libxmlsec: recognize OOXML RelationshipTransform
        
        The transform itself doesn't do anything so far, but the verification is
        no longer aborted just because we see a transform that we don't know.
        
        Change-Id: Ife89157067f3af3326896df3053065c8302795d1

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [86fb3f12eb07614880f51825f89ed4fb31af2d36]

        xmlsecurity: enable libxmlsec error callback
        
        Change-Id: I9d3dd7c425723337d36fdf9f9e761398616d289d

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [e1055318376c6e2bfbbd8c2bfb7eb8c0f3c85775]

        vcl: remove vcl/inc/magic.h
        
        I must have a sensitive olfactory, but this is pretty smelly. One
        file that has a single define, which is a "MAX_FALLBACK", but is
        used in layout *and* glyph fallback code?
        
        Yeah, so probably not that bad, but still not very good. I'm not a
        fan of "magic" code.
        
        Change-Id: I8b7f8f060da1b211177af49be20faa8b574ac3f3

2016-01-25  Noel Grandin  <noel@peralex.com>  [45b8337f6a6d08a94a1ecac5fdf3d802b299a355]

        more Windows build fixes
        
        after my OInterfaceContainer2 change
        
        Change-Id: I869126a90e67bd00e953182ccafa6569009316ea

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [d6ccd22db0e8bcdeacdc2f39cbab0d9f79298ef8]

        vcl: move vcl/inc/list.h to vcl/source/fontsubset/
        
        This appears to be an implementation of a linked list for processing
        truetype fonts. I genuinely do NOT want anyone to use this anywhere
        in the codebase except where it's already being used! If we must use
        a list, then we can use the standard template library...
        
        Thus, I'm moving this closer to the code that uses it - which means
        moving it directly into the fontsubset directory
        
        Change-Id: I67fb324a004cd30e32043bf9d5a3b193351d58c0

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba0c14333eea94896d1c331a93e8e4bf6537976a]

        vcl: fix comments to vcl/inc/jobset.h
        
        Change-Id: I888032cfcab0a40f9fe8e032fb5514a2bf1d9df6

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [bd59302728985b7a7d8a80051912577ab29b4852]

        tdf#39468 vcl: translate German comment in vcl/source/gdi/octree.cxx
        
        Change-Id: I5cc029f51fc504baaaf68b634f587bf035e2b4ab

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [08cb7f28a38355409ba899324e597b31b008a8e2]

        vcl: remove comment cruft from vcl/source/gdi/octree.cxx
        
        Change-Id: I01ea75df297cc7e492a0c035e321695ac74e46a3

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [62f21d96b84527c71abd1f895bba8f504c01d514]

        vcl: rename impoct.hxx to impoctree.hxx
        
        Change-Id: I4ede6b4f9659ce57423fd1a6431715f35c30db0e

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [43caa2215ba5a6f3c10fc0f17a2a343a3b1dcbc2]

        vcl: remove comment cruft from vcl/inc/impoct.hxx
        
        Change-Id: If2e040b748b90a1a0eca36840a4fe303f2cc5238

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [1cb114770c1ab0c59e4dc8ad80244a2835aca8fc]

        vcl: remove unnecessary header includes from impgraph.hxx
        
        Change-Id: I512d0d79ed1f65288a047ed0316f9cf6f1762aca

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [de148e861882524f7e8736c89508aa80bcd5125a]

        vcl: remove entirely useless comments, fix tab spacing of impgraph.hxx
        
        Change-Id: Id66ebb7c20b2f5cf03cb8e0e676a3467fbee3b4b

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [e834a1da748e53809547a89b581b7336ba2e02b2]

        vcl: header cleanup of impfont.hxx
        
        Change-Id: I87fb69d96ced5d991b589284df1a52b9593675a4

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [be4a8f1647346d2fea8585f8ff36e6a537064b77]

        vcl: remove unnecessary headers from impbmp.hxx
        
        Change-Id: Ibb49d1734a58f0ba46704daaad766bdfca005e6e

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [269af267b8b65b8eecf9ea52e352e404d52ec568]

        vcl: minor tabification of vcl/inc/impbmp.hxx
        
        Change-Id: I417cd5f5cdc356e3e7253345ab8b46a50ccbb6ae

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [fcecae91b8f38cf6e17e284415008ddd3a35f81d]

        vcl: remove oddly misleading comment cruft from image.h
        
        Change-Id: Ia6f37d5a1cd66ffac3fc1b25bc1054c16e3d1d6f
        Reviewed-on: https://gerrit.libreoffice.org/21767
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [604761d2849238ef163d499c97237a53838625ce]

        vcl: listbox.hxx header cleanup
        
        Remove unnecessary included files, and fix header guard name
        
        Change-Id: I6d24c79faf48e85455d7f5fc3b85c2234190bf1d

2016-01-25  Jorenz Paragas  <j.paragas.237@gmail.com>  [7915bd1929afe6ae2a3fea670c3310462c7e766a]

        tdf#82577: Handle DestroyAll, InitializeToken, NextRequest
        
        There are no LO types that conflict with these X11 types, so these
        can just be removed from postx.h.
        
        Change-Id: I47957b847a41c301e40527051b0a13366400a2c0
        Reviewed-on: https://gerrit.libreoffice.org/21762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-25  Yogesh  <er.yogeshdesai@gmail.com>  [208883398dcf9af6b88611097d1f75d5fbc9afad]

        tdf#96910 : Calc crashes while using "Insert Column Left" for large Documents
        
        Change-Id: I6e813b7525a3d9b1db131db9f08fc20f7320345f
        Reviewed-on: https://gerrit.libreoffice.org/21661
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-25  Rishabh  <kris.kr296@yahoo.in>  [8fb5502b25f0ca0e97e3eb07b68d89d21ee3d0ec]

        Make Position and Size sidebar tab visible when a line is selected
        
        Regression bug introduced by - https://gerrit.libreoffice.org/#/c/16165/ and removal of obsolete writer code.
        
        Change-Id: I8ab2e0c04b5c90fafdb43f34899053df7bd7fb4e
        Reviewed-on: https://gerrit.libreoffice.org/21739
        Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [0b99d78015760b72e033f25e8ae126d96fd572a3]

        vcl: rename private ilstbox.hxx header to listbox.hxx
        
        It actually was deliberately named "ilstbox.hxx", it wasn't a typo
        as it stands for Implementation (the "i") and lstbox is
        abbreviated, I assume because the original developers were
        contorting themselves into getting filenames into DOS 8.3 chars...
        
        Change-Id: I04e5927e9df754f5115829645ca0013792bf3c54

2016-01-25  Noel Grandin  <noel@peralex.com>  [692a7c2e79e1446516776642c38d571e33c271e4]

        more Windows build fixes
        
        Change-Id: I0b42df81c2848fb7d8a4722a984caaaa458da78f

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [2ba05817c7ba391aa6520634239a9922d8736a43]

        vcl: remove comment cruft from helpwin.hxx
        
        Change-Id: Id79447fe21c8d308a813aeab95e0389e3a2fbeca

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ea60011a5aa36a8f13067b8acb152e927fddf621]

        vcl: gtkprintwrapper is a private gtk only header
        
        Change-Id: I12d7b59c5e307403715865411993119ccbc291ec

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba5ae5ad175cb054e3462d3af380fb1b94c5ca53]

        vcl: remove comment cruft from private header controldata.hxx
        
        Change-Id: I3c4119043298d695462dfd287c8da833ed210b3c

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [0406203eeca0ef5883f608566d4a0915f86a558b]

        vcl: remove comment cruft from dndeventcontainer.cxx
        
        Change-Id: I55a3297916df9cb4f380f29299e7555e6aed7979

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [bc9636c4de82a6dc62b7e4312187c18098e008b2]

        vcl: remove comment cruft from dndlistenercontainer.cxx
        
        Change-Id: Ic59bb5efe7334879faf62b0f1f3df5924d6b9248

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [4c8e866a6ea3cbafd2a8c89538f53a76eeb81d55]

        git: rename dndlcon.{hxx|cxx} to dndlistenercontainer.{hxx|cxx}
        
        Change-Id: I549a17f68971f68313c6665fb4b04a88f7084ad6

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [14082acc33a55055cd0b44070aba7aa4f4c291a3]

        vcl: fix cupsmgr.hxx header guards
        
        Change-Id: Ia2d47cb4f30bae43db0089dfa0e7f382f4539a03

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [0fa7ec953f1c3fc58681e122ec591b4af04f6967]

        vcl: fix svmconverter.hxx header guards
        
        Change-Id: Ie664b4be92f0bb654245fc40587c8f346d0a403b

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [de5ca26d07823f4e56b1a09e0b4bea31b18eef33]

        vcl: fix dndeventdispatcher.hxx header guards
        
        Change-Id: Ic0091aa2a78f3340c3d71e6a6b48f330e556ac5b

2016-01-25  Noel Grandin  <noel@peralex.com>  [47b586380ec72a41d7b701a3f3da1f5b053f4762]

        fix Windows build
        
        by reverting part of commit
        commit 752cd07d085ac0aadc99bd512d49072843139032
        "InterfaceContainer2 with vector instead of Sequence"
        
        Change-Id: I69782899ce21fb48f6e77439bee7c7acdb0b4c41

2016-01-25  Noel Grandin  <noel@peralex.com>  [e6469c892d4875fbcc11382d273ea7ab5b9a3dfc]

        fix OSX build
        
        by reverting part of commit
        commit 752cd07d085ac0aadc99bd512d49072843139032
        "InterfaceContainer2 with vector instead of Sequence"
        
        cannot add comphelper as a dependency to a module that is part of URE
        
        Change-Id: I40aeeff1fa39988af911b00a06fb1ac8edeb6f03

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [d3947708e1a3b9c1b4a7073b7fe5ff3d6b05bdf0]

        vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}
        
        Change-Id: Ia9d41552a8361e086d6fcb379e041522d40fb7e9

2016-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3b0d5987b817af86e2ecb3616b8d1bde306ba08]

        svx: SdrEdgeLineDeltaAnzItem -> SdrEdgeLineDeltaCountItem
        
        Change-Id: I91791a3ea21ca7a68d4d1aa49e29cabc38c777ee

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ed65e53f749611e9acc9684e4ce4c58ef14dc81f]

        vcl: cupsmgr.hxx is a private Unix-only header
        
        Change-Id: I362c9cada1769a654b6b8132e07d7f6af3e004fd

2016-01-25  Noel Grandin  <noel@peralex.com>  [3e7793998687cf0d6ef1b60c3d8fadbaf0318b5d]

        fix DLLPUBLIC annotations in OInterfaceContainer2
        
        Change-Id: I9567e40203b8f646dc811bfae10610711702b39c

2016-01-25  Noel Grandin  <noel@peralex.com>  [11cbce37f5817c506f6d13fdd2d578b7a5480fcf]

        cleanup OInterfaceContainer2 unit tests
        
        remove unused code and actually hook up the tests
        in testifcontainer.cxx
        
        Change-Id: I9694ebe44f1e8eed3d72373d62424345f899c8e6

2016-01-25  Noel Grandin  <noelgrandin@gmail.com>  [3dc37e975ee79c4fd4215cb14a074f1fb5a35ca4]

        more usage of C++ osl::Mutex, osl::MutexGuard
        
        Change-Id: Ibdc54fdccf70a9d60ad0fdcb9898bcd6d7bda368

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [34378c7da67a2669f5dbbb0b1c52da0c3f6ccd00]

        loplugin:override
        
        Change-Id: I9a67ed46a67be521d00ed2368b4820737dcb15e5

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [b2afafa4104817e56292d2d80d965b6d9ac445e1]

        loplugin:cstylecast
        
        Change-Id: Ie2aeedac1b3fd90d6302be6e5917e99a782d76c7

2016-01-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [85e82f2eadc2a7f2291535cc59afad4985729c4a]

        vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}
        
        Change-Id: Id896ae1360a7becaabfaab605f9f6c560813717b

2016-01-25  Stephan Bergmann  <sbergman@redhat.com>  [7d49f78accc5279dd01296d44818c6ebfdb4023e]

        loplugin:nullptr
        
        Change-Id: I43a0d543d1f258a2a9be34e4594dfd75d6ee684d

2016-01-25  Rishabh  <kris.kr296@yahoo.in>  [eede66cd922b0f867b7521a9d96e2c6f42a973dc]

        tdf#84381: Disable the line arrowheads when non-line object is selected
        
        When a non-line object is selected, the arrow subsection of line tab is hidden
        
        Change-Id: Id23245aadeaef5327449679a20a6243da4ad2b3a
        Reviewed-on: https://gerrit.libreoffice.org/21740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-25  akki95  <akshaydeepiitr@gmail.com>  [45e3e87ddcdfb14186ce6a9d8748fa4b31393600]

        tdf#87933 - Easier visibility of automatic page breaks.
        
        Defined additional named colors COL_GRAY3 and COL_gray7 in color.hxx
        
        Fixed the color scheme as required.
        
        Change-Id: Ia86acb2465d0978d08518f0a146df5574cc8fafc
        Reviewed-on: https://gerrit.libreoffice.org/21742
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-25  Noel Grandin  <noelgrandin@gmail.com>  [752cd07d085ac0aadc99bd512d49072843139032]

        InterfaceContainer2 with vector instead of Sequence
        
        create an InterfaceContainer2 class to replace InterfaceContainer.
        It uses a std::vector instead of a Sequence for the mutable listener
        list, which provides far better performance.
        
        Switch all our internal use-sites to the new class.
        
        Change-Id: I6b56cfa511ded2395faa22e68fab3b2f16c3cb88

2016-01-25  Maxim Monastirsky  <momonasmon@gmail.com>  [0e7cd653ea90da388820220bf6a3eb140b57bbd6]

        tdf#86567 Dropdown for conditional formatting
        
        Change-Id: I1ba12a8b7501065e3cd52e17b7c0c83a0f58f9cf

2016-01-25  Maxim Monastirsky  <momonasmon@gmail.com>  [c37e66fac7d23989c1fb9c46372e2efe96036514]

        Drop unused defines
        
        Change-Id: I99b505fe59adc095bb55fc983dade23150fc5d75

2016-01-25  Maxim Monastirsky  <momonasmon@gmail.com>  [954d7adb391e179e06d941eb31f8dcfe0bc4b298]

        MenuBarManager: Pass the module identifier to the factory
        
        Change-Id: I681054715e943791bddb4b33f01c903c78b717d7

2016-01-24  Maxim Monastirsky  <momonasmon@gmail.com>  [12f11aa2ff0fd2ec8ecccf47501b9a6b1636b4ba]

        tdf#86609 sd: Fill Paste Special on initial update too
        
        Regression of:
        
        commit d51d59296d65e8ace8f2d898e757267d25f871b2
        Date:   Tue Nov 8 08:06:05 2005 +0000
        
            INTEGRATION: CWS impress73 (1.59.32); FILE MERGED
        
        Change-Id: I1a10957d36c38d559d69224ec744dbd8d446b8c2

2016-01-24  Caolán McNamara  <caolanm@redhat.com>  [05e078fd9578a63a302fce616227f3bd1bdbea6a]

        fix build
        
        Change-Id: I3c8874787c1828ef3d3f02684384bd5634545d18

2016-01-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9db004bc47a3bde410b369cbdee8e8ae02a08462]

        Updated core Project: help  5ca73073d54e8594e36e0390eb763e4246ac7faa
        
        adjust menu navigation to the Change Case command
        
        Change-Id: Ia41251f96afac87e23f141d69be032c4d46c6853
        Reviewed-on: https://gerrit.libreoffice.org/21749
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d86503eab6547fa8023ecaff9889988504a36fe8]

        Updated core Project: help  f14ca713a989a677f6a2b00a9c5a405df6204d1d
        
        correct button label in Edit bibliography entry dialog
        
        Change-Id: Iad3b2fcfca9d97e24b6848475e8f37cd45195b1d
        Reviewed-on: https://gerrit.libreoffice.org/21748
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ae14dd6016ae084efc13e02fa0ffc14f859e31f7]

        Updated core Project: help  ae5a04169dd5c9e523eacbaa4c401aea3b4b5231
        
        full screen button label has no "on/off" anymore
        
        Change-Id: Icc37109d829d6ca150af6daa518ee36cf3225b79
        Reviewed-on: https://gerrit.libreoffice.org/21747
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-24  Arnaud Versini  <arnaud.versini@gmail.com>  [7d0e520e22a7b41e5ee7010bb4d1801362e15f67]

        BASIC : Remove class SbiDimList and SbiParameters
        
        Change-Id: I039bdc786a65ad534390e7138f584cdb470428af
        Reviewed-on: https://gerrit.libreoffice.org/21734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-01-24  David Tardon  <dtardon@redhat.com>  [fdcc9e0b8f083d9964d195ebcddcdeedd40b871d]

        limit variable scope
        
        Change-Id: I98d281f55ad76930ccc3fb768fe87aef0c55d2c7

2016-01-24  David Tardon  <dtardon@redhat.com>  [93ca0057d6eca140764de446ba9b7d4128e88205]

        move bmp dimension sanity check to a better place
        
        Change-Id: I0eb67fedb14d9847417f1fef74d6837bfa672ae1

2016-01-24  David Tardon  <dtardon@redhat.com>  [eae3881b92ece4ce7ad93dd836e396b0ad44d16b]

        limit variable scope
        
        Change-Id: I961d1378f81b511be3173c61206b53983841abbe

2016-01-24  David Tardon  <dtardon@redhat.com>  [83cebdc81cf39c951e3d854433324d16fa0cba4d]

        limit variable scope
        
        Change-Id: Ic78c1e437f680a24427e48523d26c89b309d1a32

2016-01-24  David Tardon  <dtardon@redhat.com>  [2f0cf9872644cb83a3125bb582a7773d8eea2cb6]

        sanitize input to avoid large allocation
        
        Also avoid use of zero-sized array.
        
        Change-Id: I843f6ffa7821b10676e590a5744b1cdc4864913b

2016-01-24  David Tardon  <dtardon@redhat.com>  [4c241896ffab41da0cc1bcbf7e3401f205da28a1]

        absolute seek is clearer
        
        Change-Id: Iec8ff121e630bc6f63f935af248edce4dd572428

2016-01-24  David Tardon  <dtardon@redhat.com>  [55141ac82950aaa289fd5ec9957800030fcdba0c]

        sanitize value
        
        Change-Id: I0dfde2343263251a6b3034736c5c7219c5e130e4

2016-01-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4d67b0baaa4f0fb009b9ee6fbcf4618abf009f53]

        tdf#74667 interchange slope and intercept for power regression
        
        Change-Id: I9da7edeabcc9f963ac19d26114fa101d4b5ce98f

2016-01-24  Julien Nabet  <serval2412@yahoo.fr>  [96d6ceac915b8a5a1f5165ff2941c59e4ad3cb8c]

        cppcheck: fix a duplicateExpression
        
        Change-Id: If3fadffa9b43c88552e8e2cbf213bd840ab9204a

2016-01-24  Maxim Monastirsky  <momonasmon@gmail.com>  [b41deb2ef057c3bd43fa61448bb4d7299138c8d4]

        Manually reset the active flag for popup menus
        
        Change-Id: I942f42bbc43e041a7dae1e83663171c0f2978378

2016-01-24  Arnaud Versini  <arnaud.versini@gmail.com>  [49b5eed56c470975927bb7b0328337ab8a76a910]

        BASIC : Remove SbiExprList::pParser
        
        Change-Id: Ib9386d97ddb12f148cf76dc71aa8c41003286f50
        Reviewed-on: https://gerrit.libreoffice.org/21534
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-23  irem  <iremsendur1@gmail.com>  [31504c85f13861c40bdab6db0b6276f16662a166]

        tdf# 95360 Fix use of icons used only from help, but not in the code
        
        Change-Id: I87c7c32dcc61522c214b8a30a88c6856b4857c1d
        Reviewed-on: https://gerrit.libreoffice.org/21733
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-23  Bryan Quigley  <gquigs@gmail.com>  [09ffa9515ed7baa7e91d591fa24bf112c7c74b1c]

        Show that ActiveX support is deprecated
        
        This just adds deprecated before activex support and mentions
        to the user to check the release notes for more details.
        
        Change-Id: I4bb7d577fb8f9e2618691e5418b1ddc4a4330ae2
        Reviewed-on: https://gerrit.libreoffice.org/21563
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-23  Julien Nabet  <serval2412@yahoo.fr>  [a0a4ea3c636fc18cca6a3b2f9391996fb909e81f]

        tdf#97308: fix logic with conditional "ends with"
        
        Change-Id: Ib9f9ed627dc37b11d8c3911aa4fe62141ff471c2
        Reviewed-on: https://gerrit.libreoffice.org/21723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-01-23  aybuke  <aybuke.147@gmail.com>  [beea0484de87709da0814b4acd19527c8824f9b3]

        tdf#96434 Activate usage data collection from commandline.
        
        Possible env variable: $ export LO_COLLECT_USAGE=1
        
        Change-Id: Ic253850ca73551bad8b44072164881c5039615c9
        Reviewed-on: https://gerrit.libreoffice.org/21596
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-23  jan iversen  <jani@documentfoundation.org>  [77031644f16b63c794c1eef0ec4456d37e34fe23]

        cid#1326434, 1326446, 1326248, 1326254
        
        null pointer dereferencing, added null check
        
        Change-Id: I78f3ee1eb5d5bd4ebe7b3a6775db4884859dbcf6
        Reviewed-on: https://gerrit.libreoffice.org/21712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-23  jan iversen  <jani@documentfoundation.org>  [b996107585efb7bed88351d2cea2e56d8500c2fb]

        cid#1326113, 1326410, 1326411
        
        Removed reference to elements in a null pointer.
        
        Change-Id: Ife6fc68128284e291130a9a81bb7557ce03197ed
        Reviewed-on: https://gerrit.libreoffice.org/21690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ded9e554d470b5a2c7238f5b61effada08ecef39]

        tdf#97221 Improve this error message a bit…
        
        … so that users know the error lies outside their control.
        
        Change-Id: I48acc157332b727de0ab83b1a4679a27dccb4038

2016-01-23  Henry Castro  <hcastro@collabora.com>  [c99502a1c00ccec1b061dee10fe6a69715e14b8b]

        sc lokit: update zoom values to graphic and text selection
        
        Change-Id: I750f31c5698d9dc5ed589a1812a6993991915dc5
        Reviewed-on: https://gerrit.libreoffice.org/21724
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Tested-by: Henry Castro <hcastro@collabora.com>

2016-01-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [a6c8b41c4df79183c5d2c1450c010768ac7d82f6]

        i18npool: fix build
        
        Looks like 72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0 missed the
        makefile change.
        
        Change-Id: I2d887ca6cb6c698fdb2d24029f38cce6050e0881

2016-01-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [64e551bdecb3345ae925dc37a3c846b4d93ab562]

        vcl: LogicalFontInstance no longer friend of ImplFontMetricData
        
        Change-Id: Ia5bd4d8c8d85bed14c1534d4d513eb66b1cac027

2016-01-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [e418d1a9c87ce01b75141f92dc249c7fb1a1bdcb]

        vcl: add size property to the ImplFont class
        
        I'm adding size getters and setters to the ImplFont class. But
        size is a font *metric*, so surely this should be in
        ImplFontMetric? Something I'm going to have to look into soon so
        that I can harmonize these classesi with ImplFontMetricData and
        FontAttributes, then eventually merge them.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test this flag.
        
        Change-Id: I4a7ef39ffb60257b428757f54aa6487bfdd8c86c
        Reviewed-on: https://gerrit.libreoffice.org/21721
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-23  Armin Le Grand  <Armin.Le.Grand@cib.de>  [7d69efd06dd1a1fee28c117e5ab79e557056f82c]

        Win build: Set default script engine for cscript
        
        When Windows build is executed, cscript is used to execute JavaScript files.
        This uses cscript from the system to execute *.js files. cscript is not
        only capable of executing JavaScript, but also VBScript. Which engine to
        run is usually determined by the file extension, except when any installed
        program has added a registered association to the used file type. In that
        case, the execution of cscript and thus the build fails. This can be prevented
        by directly defining the script engine when calling cscript, using the
        /e:javascript parameter for *.js targets.
        
        Change-Id: If717b8ae5335acbe4f11c269d3c98a7247a135e6
        Reviewed-on: https://gerrit.libreoffice.org/21717
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-01-22  Noel Grandin  <noel@peralex.com>  [3fc292f7b32f30b98dad208eb03e086b927d38a2]

        loplugin:fpcomparison in basegfx
        
        fix comparing of floating point values
        
        Change-Id: I54db66968cb999514747171eed82082612e0cac8
        Reviewed-on: https://gerrit.libreoffice.org/21708
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [d8df6631ac173a920be834096c522014732ac151]

        vcl: reorder and correctly initialize ImplFont private variables
        
        Change-Id: I12b4f066c71ab5a0506c833b688fae741d0a5a8b
        Reviewed-on: https://gerrit.libreoffice.org/21718
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-22  Eike Rathke  <erack@redhat.com>  [72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0]

        tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]
        
        Change-Id: I89641fa82f0d0129aeff0d86a10be26cdc721dfc

2016-01-22  Eike Rathke  <erack@redhat.com>  [43507882386f5d576e4f6c49dfd578630167d893]

        document some naming conventions
        
        Change-Id: Id73c7b56c58855fc5ae2304274b6da97272037b8

2016-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b48a8fb2f0a0d8b854ec00d5f03ec09e8cfa4da]

        sw tiled rendering: avoid unnecessary invalidation in SwView::SetVisArea()
        
        SwWrtShell's visible area is set to the entire document since
        12e3b51abe883202af09769873f87b27d7de118b (tdf#94237 tiled rendering: Use
        the entire document as the visual area., 2015-09-15).
        
        Let's be consistent and do the same for SwView, so that
        SwView::PageDown() and all other similar functions do not cause
        unnecessary invalidations, as this way later we'll realize that SwView's
        and SwWrtShell's visible area is the same.
        
        Change-Id: Ia22f07ddfb18c6f5ab6cbafede7cf8799b1177a1

2016-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [455069c6ec3e3b08dda1c7cc1104161a935b0364]

        lokdocview: handle page down and page up
        
        Change-Id: I119633474236faa95ecf5fd26cd89789b313e382

2016-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d6dd6d83d0084ac5287413579cf7c1d62734078]

        lokdocview: log lok::Document::getTextSelection() parameters
        
        Change-Id: I7706fe40705bc74bcebd53b58239c4b159bab7c0

2016-01-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [867af25bd8d36c7e5ef6f16c2876ac82e63648cc]

        tdf#96683 Move tabs in Basic IDE to an own row
        
        So that the tab height does not depend on the scrollbar height (which is subject to the desktop theme)
        
        Change-Id: Ie2d787528152aed92c9943fe76955bf499d7d2a9
        Reviewed-on: https://gerrit.libreoffice.org/21707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [04d4af8496c8fae5515c7f76e143310eb7098702]

        ImplSVEvent::maDelData is unused now
        
        ...since 47bac0de19fc4ca2c9d469b64fcbffe15bc4a0a3 "tdf#96888 Kill internal vcl
        dog-tags ..." removed its last use
        
        Change-Id: I4a6c6f87f99dfa5ff2f6f5abdb028a99b1996345

2016-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [8d84f24a190d3290d8ef5aeee451fc37f293406d]

        vcl: oops, these shouldn't be set to false but should be copied
        
        Change-Id: Ibb940d91b15d20f31fe60075c5eae05031949d17
        Reviewed-on: https://gerrit.libreoffice.org/21697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [231d5c7db8188d53c6aab441b7080d3fa1a01446]

        vcl: add orientation flag property to Font class
        
        Add getter and setter for orientation flag to the Font class.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test this flag.
        
        Change-Id: I62d5a47f870702eeac4625830dd279dd53fbcc3d
        Reviewed-on: https://gerrit.libreoffice.org/21696
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-22  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [3c1a343f6936f1dcefdf79a677f8c26ce29676e6]

        tdf#89708 Adjust print page range for unprinted blank pages
        
        Depending on whether automatically inserted blank pages are to be
        printed or not, the range of pages to print is expressed differently
        to the pages displayed in the preview in the Print dialog - i.e. the
        page range includes blank pages, whereas the preview doesn't (if
        blank pages are not to be printed).
        
        This patch adapts the range so that if blank pages are ignored upon
        printing, the range can be expressed across printable pages only,
        same as the Print dialog preview.
        
        An example is a merged document of several records into a single
        page letter or document - blanks are automatically put in between
        documents but usually aren't displayed/printed. Previously,
        printing page 2 would print the blank page between the 1st and 2nd
        merged document. After this change, printing page 2 will print the
        2nd merged document instead.
        
        The "Pages" (print range) text box in the Print dialog defaults to
        the current page - this patch adjusts this when blanks are not to
        be printed so that it is expressed as the current page minus any
        blanks since the start of the document.
        
        Change-Id: Ic1d4d374a82c6f921bb41a97130838757c6b74b1
        Reviewed-on: https://gerrit.libreoffice.org/18420
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [dfbc2f37207f11a3bafb2c5ce0dea4fcc137e527]

        Use C++ osl::Mutex, osl::MutexGuard
        
        ...and get rid of that curious "defensive programming" mis-handling of a failing
        osl_acquireMutex
        
        Change-Id: I1730c2d8334f0137ee8646ab990d0914426246bb

2016-01-22  Michael Stahl  <mstahl@redhat.com>  [9e519ebf8737c8455b8286aa8abaa8a9c683a04d]

        vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ia5e5349e879d46d6a57b7b83b31346766c11c58b
        Reviewed-on: https://gerrit.libreoffice.org/21662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-22  Caolán McNamara  <caolanm@redhat.com>  [6b86edae5c1eee51ee754b8013d463497bb75f65]

        Resolves: rhbz#1257635 after httpConnectEncrypt use cupsGetDests2
        
        sometimes after calling httpConnectEncrypt + httpClose and then
        calling cupsGetDests we get no printers found. Using
        cupsGetDests2 with the return of httpConnectEncrypt consistently
        provides results.
        
        Change-Id: I7ea5b11fbaabbd7ca73e5c94d0757ebdea8445ad

2016-01-22  Noel Grandin  <noel@peralex.com>  [370294f6d1471b89a30c1f8b917cde3830d66b2f]

        new loplugin sfxpoolitem
        
        generates a warning about subclasses that add members but do not
        override operator==()
        
        Change-Id: If6df1a2cbd115f17bcca22f9b7995181dcf55c03
        Reviewed-on: https://gerrit.libreoffice.org/20468
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [cd9cafe54c87768ddde007228dc1d3f3b7e68f92]

        cid#1326191 is a false positive
        
        and trying to appease Coverity with throwing a (checked---semantics attached!)
        java.io.IOException is plain wrong.
        
        Change-Id: Icece5ac74d482791d089f40ec201bc39d61db177

2016-01-22  Xisco Fauli  <anistenis@gmail.com>  [288d1f802d306dc741df60c029c50850e7e5fd6b]

        tdf#97275 SVGIO: Change default PPI to 96 in svg import...
        
        ... thus default font size is 16px from now on.
        
        More information: https://gerrit.libreoffice.org/#/c/21542/
        
        Change-Id: If19b5be08d57a9d630647b9ad51a4bb6956c70ed
        Reviewed-on: https://gerrit.libreoffice.org/21617
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [fb509502995aea38e71bb189a8b9e7dc6e9d442b]

        Further uninitialized SvxNumberFormat::mbNumAdjustChanged fixing
        
        The uninitialized read during CppunitTest_sd_html_export_tests mentioned in
        d90a20833a815362c344b82fc16b4bbcff0ebf07 "Missing initialization of
        SvxNumberFormat::mbNumAdjustChanged" is rather caused by the SvxNumberFormat
        copy ctor callling the SvxNumberFormat copy assignment op, which calls
        SvxNumberFormat::SetNumberingType before assigning mbNumAdjustChanged.
        
        What is probably wanted here is to simply copy the nNumType member without doing
        the eNumAdjust adjustments anyway.  But a rather brittle design, that.
        
        Change-Id: Ic587687038f1ea71173461412350e6b2dee13aa4

2016-01-22  Khaled Hosny  <khaledhosny@eglug.org>  [65698ffa0e9274812df7fc997f9c3db7bb760ae2]

        Typo
        
        Change-Id: Ib4c474cab050cdef003dc5e611e8a9bc1fb46e86

2016-01-22  Takeshi Abe  <tabe@fixedpoint.jp>  [b109ff85a5b777d5d0e6b2762798d54830112d10]

        starmath: Catch exception by const ref
        
        Change-Id: I8a4ef4041e02b5ce76f695be170f2b8e5d29a28f
        Reviewed-on: https://gerrit.libreoffice.org/21700
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-22  Michael Stahl  <mstahl@redhat.com>  [cea94bd3cfd5d92696a57ef309b82a897762a3f5]

        GCC PCH says -Werror=unused-macros BOOST_SPIRIT_DEBUG
        
        ... so try to blacklist that boost::spirit header, it is fortunately
        included only in one cxx file per library anyway.
        
        Change-Id: I95752540d33b2b20d7a185c05c4d4d15e660d956

2016-01-22  Maxim Monastirsky  <momonasmon@gmail.com>  [0dbe3d40579d20f4cbce3ce155996ff4b5c32c99]

        Fix wrong use of OUString::copy
        
        Code like:
        
        if( aCommandURL.copy(5) != ".uno:" )
        
        is obviously wrong, as OUString::copy(sal_Int32) takes the _beginning_
        index, so for this condition to be false the command URL must have
        ".uno:" in the _middle_ of the string. This created some weird things
        like an empty label attribute added to any submenu item. Moreover, the
        command URL can be easily shorter than 5 (like when a custom submenu
        added by the user). Using copy(5) in such case officially considered as
        "undefined behavior" and will trigger an assert in debug build (that's
        how I discovered this code actually).
        
        Most likely the original intent was to check whether the command URL
        doesn't start with ".uno:", and so should be changed to use
        OUString::startsWith. But doing that will create a regression, as it
        won't be possible anymore to change labels of commands that start with
        ".uno:". Simply dropping this check seems to be better solution here.
        
        Change-Id: I2f88807eceae1006066a14750f2003e235f49ad4

2016-01-22  jan iversen  <jani@documentfoundation.org>  [e39bf3677109976cae13e1bdff044e2d5769c098]

        cid#1326191, 1326202
        
        Null references elements, introduced throw
        
        Change-Id: I22bf7de5f20c3ca455df31de2a5d7301b436ed82
        Reviewed-on: https://gerrit.libreoffice.org/21691
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [d90a20833a815362c344b82fc16b4bbcff0ebf07]

        Missing initialization of SvxNumberFormat::mbNumAdjustChanged
        
        introduced in 6517141b6233c5f9667031bc92f66109fddf5b76 "tdf#42788: FORMATTING -
        Numbering/ordered list," causing a read of the uninitialized value in
        CppunitTest_sd_html_export_tests.
        
        Change-Id: I7955593999e3a2bedca815ee447d96c1b997a358

2016-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb7edcd806aad98ad61e60b4165771ca3ae13ef3]

        editeng: ImpEditView::mbTiledRendering is never read
        
        Change-Id: Ie8e33d075f0cedbb9f7148717c4318f4494ed419

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [49a829bf9d97ddda145b215a5928dd822efa8518]

        loplugin:override
        
        after 6517141b6233c5f9667031bc92f66109fddf5b76 "tdf#42788: FORMATTING -
        Numbering/ordered list" made SvxNumberType::SetNumberingType virtual.
        
        Change-Id: I856a521b88940b6c2a8f3ebbae9ec4066e14ea78

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [60db0ded330f800306b9a829922bf389e1c0aa07]

        Move sc/source/ui/dbgui/validate.cxx from scui to sc
        
        8d1a24dae03690b576310e3539369916f31ac475 "Make virtual ~ScValidationDlg
        non-inline" caused the RTTI for ScValidationDlg to only be emitted in library
        scui instead of (weakly) wherever needed.  That causes UBSan to fail when it
        uses the RTTI in ScValidityRefChildWin::ScValidityRefChildWin
        (sc/source/ui/view/reffact.cxx, in library sc, to check that operations on
        VclPtr<ScValidationDlg> pDlg indeed operate on an ScValidationDlg object).
        
        The cleanest fix appears to be to move ScValidationDlg from scui to sc.  As
        Moggi put it on IRC, "that dialog should be in sc as it is a modeless dialog; no
        idea why it works for that dialog but all other modeless calc dialogs have to be
        in sc to avoid linker problems."
        
        One remaining question is whether it is save nowadays in ScCellShell::ExecuteDB
        (sc/source/ui/view/cellsh2.cxx) to clean up the ScValidationDlg pointed to by
        pDlg when that VclPtr<ScValidationDlg> variable goes out of scope, instead of
        doing the PostUserEvent(... DelayDeleteAbstractDialog) dance that was there
        before because "after end execute from !IsModalInputMode, it is safer to delay
        deleting."  Lets see.
        
        Change-Id: I3ecfd4fafc7b37b2f30e75974ece9b0a23311ef4

2016-01-22  Douglas Mencken  <dougmencken@gmail.com>  [ee27dae3b5df1e3fc63ecb2ee2c2d123fd4c8cff]

        tdf#96407 Provide OS X version info for About box
        
        since commits 56a9594649872f4076b6891f & 52856b6ea7b6b01e8a8455ed
        the about box now includes information about a version of operating system
        
        Change-Id: Iaf28b555ec1eb3dfe8c6e9b9567fa0dda18741db
        Reviewed-on: https://gerrit.libreoffice.org/21564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3b9f894b40ed6df39949ac1442adee34cf65d7bf]

        Yes, output the name early
        
        Change-Id: Ib2975598b2b1e4ddd875ab873de9716418949868

2016-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [b75cb14034b51e9a385be37cf7f70e0df40d50ec]

        vcl: add font map names to Font class
        
        Added getter and setter for font map names to the Font class.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Change-Id: I3e12c900da6f3abe60ea9c8dc39178fdd3f98bb7
        Reviewed-on: https://gerrit.libreoffice.org/21695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-22  Tor Lillqvist  <tml@collabora.com>  [05b44143d2300d025d6112b8986ac6965ef844c0]

        Revert "More LTO fixes for android"
        
        Seems to cause tinderbox build breakage, sigh.
        
        This reverts commit 1c1b788f38da07aed268be3c515a096594a107dc.
        
        Change-Id: I5a69e186e0f8f71c2fcc81d27bebe2253fd240bb
        Reviewed-on: https://gerrit.libreoffice.org/21699
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-22  Peter Foley  <pefoley2@pefoley.com>  [af2548f0003acba63204d2bc752aebb1a2f45ec3]

        Don't pollute cross-compilation environment with host pkg-config
        
        Revised to prevent undefined macro errors with older pkg-config.
        
        Change-Id: Ia588525e5537d7cf758b5351c0a4c5f48b28a200
        Reviewed-on: https://gerrit.libreoffice.org/21595
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-22  Peter Foley  <pefoley2@pefoley.com>  [1c1b788f38da07aed268be3c515a096594a107dc]

        More LTO fixes for android
        
        Change-Id: Id9b4873b8213d9913d54b3821ba0be6ffa7ac188
        Reviewed-on: https://gerrit.libreoffice.org/21612
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-22  Matúš Kukan  <matus.kukan@gmail.com>  [c81eddbb20c84280aa64c712e34c829380b24527]

        lotuswordpro: Clean after we use constructor feature
        
        18f1eb7b0c3536817572eeb481591418a7eab3da was pushed sooner,
        so just few more additions.
        
        Change-Id: If8e8082959fc049947986ca6faf329ea9436062a

2016-01-21  Peter Foley  <pefoley2@pefoley.com>  [acd3ebefccd0b4570100c426574d83cfa9464f20]

        detailed warnings for invalid pch files
        
        Change-Id: I28e55bbcae6d16af4ef230d1ec263ab356e1049f
        Reviewed-on: https://gerrit.libreoffice.org/21586
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-21  Peter Foley  <pefoley2@pefoley.com>  [d86a3ae100c5a9ad2895baec9a564e570a0a7d93]

        Make ccache work properly with GCC PCH
        
        Change-Id: I2cbf3fc3ba2df7131ce9328de8bada701ecb3b65
        Reviewed-on: https://gerrit.libreoffice.org/21524
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-21  Peter Foley  <pefoley2@pefoley.com>  [8c63bdc873fe549ea8d58ec2e31a95b309158f5a]

        Fix module-deps with clew
        
        Change-Id: Idb266e906915182d12f56a11feb21e11bdc95f76
        Reviewed-on: https://gerrit.libreoffice.org/21607
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [d363a9e20db9b404ff81ca673268f2abef06e3f0]

        new[] failed but memset of requested len called anyway
        
        recent regression from
        
        commit a73e606b8cd714520285b4e40890db9fd27d7ba5
        Date:   Thu Jan 21 16:04:28 2016 +0100
        
            Quickfix for deterministic SvpSalBitmap checksums
        
        move the memset (and similar memcpy) inside try block
        
        Change-Id: I51d76777f91664459deb777a5dfafae80203af57

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [4f91e4f3f9e80b4b258f07d29cc2ea490d8e7417]

        gtk3: use gdk_window_create_similar_image_surface
        
        maybe there is some small benefit to doing so, at least open us up
        to that possibility
        
        Change-Id: Ib1fcdf4a613c729b559bdbe653ed80e68bcb1ff3

2016-01-21  Dennis Francis  <dennisfrancis.in@gmail.com>  [3536fe8f4cdbacf5702e743407f34d918b6f4d38]

        tdf#34873 : Show autofilter row count in status bar
        
        Change-Id: I91aa637d654c1f4d828832f2e43ad21f03036ad0
        Reviewed-on: https://gerrit.libreoffice.org/20134
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-21  Maxim Monastirsky  <momonasmon@gmail.com>  [eb3ee586e420ee4e38f9ef8c579e1a37d2dc0c10]

        tdf#87178 Resetting menu shouldn't reset other resources
        
        Change-Id: I6d6334cac9fdb5dfa3e35fe0cba70e5d9adf6fc2

2016-01-21  Maxim Monastirsky  <momonasmon@gmail.com>  [9d74942d097044abbecfb9db1d515157c609289f]

        Check for valid SidebarWin
        
        Change-Id: Ia483408b5fef0880d44f37b6372054956f0ab069

2016-01-21  Nusaiba Al-Kindi  <noseeba1@gmail.com>  [6517141b6233c5f9667031bc92f66109fddf5b76]

        tdf#42788: FORMATTING - Numbering/ordered list
        
        I changed the default numbering alignment of the Roman(upper/ lower) numbers list to the right
        instead of left with out any changes in the default alignment of other numbring type lists.
        In addition, numbering alignment can be changed by the user and any new list created will not
        be affected by the user choice (using the default settings for the new list).
        
        Change-Id: I7a6b7fb31bf40e26910e90538cd336e767f4c056
        Reviewed-on: https://gerrit.libreoffice.org/21439
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-21  Stephan Bergmann  <sbergman@redhat.com>  [18f1eb7b0c3536817572eeb481591418a7eab3da]

        Clean up
        
        after ea6fdbaeeb51ad695f1c3754b796b7273eb4baad "tdf#74608 lotuswordpro:
        Constructor feature for LotusWordProImportFilter"
        
        Change-Id: I24179fd670bbaa92713cb69bd306930e90a8e698

2016-01-21  Stephan Bergmann  <sbergman@redhat.com>  [adbad2a5575af87b3e5565de9d0b35d6e10a9c8a]

        Move XMLMetaExportComponent_get_implementation to a more reasonable place
        
        Change-Id: Iaf3dc5351453b4aee8ffc1e7fb1bc670c45c507f

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [9486dd0692e08b3770bee8f3be2292263c6e5d26]

        i18npool: why not document the state transitions
        
        Change-Id: Ica5789dab22a49efb9e2da3a795e13aa7e2c4339

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [331a0a347e2ed238ff41c8cd7815b946cc95ac0f]

        starmath: fix OOXML export of non-BMP Unicode
        
        Change-Id: Iafaeb9ea2e96ee6d8cc96174731ba3845c230b5e

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [fefd1221be844a033e409a18e05e8c6e98f6d1a7]

        i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()
        
        The UTF-16 code unit limitation was mangling starmath import.
        
        Change-Id: I087e5c5b7954799fdb73e7ee1a8d3d02669f8831

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [332a796366b7cb91dff41de4b9ffb17843112a3e]

        oox: import Math objects from PPTX files
        
        This is quite hacky and limited: in OOXML these are not OLE objects but
        occur inside text boxes, and PPT 2010 allows inserting multiple Math
        objects into one text box but Impress does not have as-character
        anchored objects, so we can't import that properly; for now only import
        Math if there is nothing else in the text box.
        
        Also for now only import them as children of TextParagraphContext (a:p);
        it's not clear what the possible parent elements could be since the
        OOXML standard only lists WordProcessingML parent elements :(
        
        Change-Id: I847f810084c9ddae4b60f93896fb73a742683cc2

2016-01-21  Stephan Bergmann  <sbergman@redhat.com>  [a73e606b8cd714520285b4e40890db9fd27d7ba5]

        Quickfix for deterministic SvpSalBitmap checksums
        
        ...that include the junk parts of the mpDIB->mpBits array in the calculation.
        MALLOC_PERTURB_=153 in gb_CppunitTest_malloc_check
        (solenv/gbuild/platform/unxgcc.mk) causes those junk bytes to normally contain
        0x66 on Linux, but ASan makes them contain 0xBE instead.
        
        Change-Id: I74429c5e539e667cb936b3a486de31867eef3e50

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [08680c58de1271ce42a72ce4105e5a3337d0498c]

        coverity#1326438 Dereference null return value
        
        and
        
        coverity#1326439 Dereference null return value
        
        Change-Id: Idf7e6f34accfb5d5b98a62f6ad221c325e24586a

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [524c99524f15672d402be8cf14a6c8393ad71b54]

        coverity#1326447 Dereference null return value
        
        Change-Id: I76f81e86cdeb33ec99f4aade314bbb719a0b1ef4

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [4d95bd62613344de9cba32e09c37fe60d6383dc4]

        coverity#1326449 Dereference null return value
        
        and
        
        coverity#1326448 Dereference null return value
        
        Change-Id: I8e26c9c57264b654a5a7c3dc56c658f23291e357

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [683d193327b49971098517758d6d3f79c5d94a4f]

        coverity#1326456 Dereference null return value
        
        and
        
        coverity#1326455 Dereference null return value
        
        Change-Id: I48f18483c82dafed6352434e98d5b49120fdcfc5

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [2043556e6c9ebe4bfaaa887309a3637493b63caf]

        coverity#1326551 Dereference before null check
        
        Change-Id: I11a65723909b7ed78a487ece7456c0e5a4d1aa8b

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [5f6e18f5475c8daa101aad22b9dea17c8b048389]

        coverity#1349758 rework to avoid bugus Dereference null warning
        
        Change-Id: Ia91b312449b5593a78b11337bd17f5d87903ff8d

2016-01-21  Eike Rathke  <erack@redhat.com>  [50976bac119c24309c66c001e5161c36937198b1]

        IMHO " : " doesn't need to be localizable, tdf#95878 follow-up
        
        Removing STR_FUNCTIONS_NAMEDESCS from resident strings, what should poor
        localizers translate it to anyway?
        
        Change-Id: I333f3e48332a0796112c28c230be20529e2241c4

2016-01-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [39471da6e4d016c52c6cdf6553d7418416a160f4]

        tdf#95587: Make rectangle control within tab pages work again
        
        Since commit 74407aef94b6d8dfdd6, tab pages|controls are
        considered to be container widgets (thus, search for the nearest
        non-layout parent will never find a tab page parent, breaking
        rectangle control in many dialogs). I've no idea how many
        other functions' behaviour this changes in an unexpected way,
        so I've reverted that bit.
        
        That however means implementing slightly different approach to
        tdf#92630 in dialogs (for a tab dialog, find current tab page
        and go through its children)
        
        Change-Id: I3ff5ac13f04b1c5c799c7a1a3769108927809f31
        Reviewed-on: https://gerrit.libreoffice.org/21615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7eca35148204d094dcdb7d8b3e4ec6c9d454159]

        sw tiled editing: default to anchoring new images as-char
        
        Change-Id: I6aeb06fe1697b7a30e83a3b1b364f44e5822fe95

2016-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccb3d6e7ea5fc01ed5233b20ef950aa00e65e80a]

        gtktiledviewer: support pasting PNG images
        
        Change-Id: Ifaf96dee8b6554282f6a19ac6d6e0d14318aa1f4

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [2af991dc232bbf96557dc5efe5bd2ce9b6b99f9b]

        coverity#1349757 Unchecked return value
        
        Change-Id: Ia2286fa9e1c351c4e4c9579b31b94ce1eac3b841

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [d6d5c6057ffaccf82b7060a46ded573b46ab5fed]

        sw: MSVC 2013 --enable-dbgutil does not need 3 overloads...
        
        ... of these structs so remove them again, sorry for the noise.
        
        Change-Id: Ic1b5fc0fd3d778cf8ab915774a12efecd5c5b451

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [f1358edf469e70df1fb044bb58cd888fea15173c]

        Resolves: rhbz#1240591 gtk3: store clipboard when LibreOffice is closed
        
        now contents copied to clipboard persist after LibreOffice exits
        
        Change-Id: I4433543944fb9664f87ade43da1198dcdd4e2a7c

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [15b1080e624447ca1af1396023bb1fbfdb44fb26]

        valgrind: memleak on thrown exception
        
        Change-Id: If562dc69290021f898feff9f8e3983b867075172

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [52107dddb460d1305a8cf66c15ec70571938bc70]

        valgrind: memleak
        
        Change-Id: Icdbec08e158c83045529ef3b59231bbc310782cd

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [f5aefab2a62a90c631e05ec29022a2f7e19f00c3]

        valgrind: memleak on thrown exception
        
        Change-Id: I2788c5fe04a984d6534adbd3186cc652685152e8

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [57057732676135c1c671d3af717e147abbbb40d3]

        cppcheck: variableScope
        
        Change-Id: Id7cf5887c1ef0e0c0aad72ea5ac49f4d3db5065e

2016-01-21  Caolán McNamara  <caolanm@redhat.com>  [68f519f5d3f90a9f7ae7c91dc1d6653440a9c6d6]

        cppcheck: silence unusedPrivateFunction
        
        somewhat odd this-> syntax here
        
        Change-Id: Ic69e72e15a9f90741e9422e14eb9a6d4784c7aa9

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [6c81b5fc685b487f4c777cca2bae77d21cf4fac2]

        offapi: ParseResult documentation makes no sense
        
        fix confusion between characters, code points and code units
        
        Change-Id: I315735e103799ff2fb53e99442d500b998f50304

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [e7279e5bab5aece2f759c134e29fa1760bed157e]

        svx: use SAL_WARN_IF
        
        Change-Id: Ic638636aef8c42635cd166ab779564434d5daecf

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [1bceacf3ade2417e4a038964b3369b18f2729c94]

        oox: fix indentation of PPTShape::addShape()
        
        Change-Id: Ic878535d3bc2d57dc24cc1821d8ce8403482b253

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [4eee0f8d1180300bd56942ad23321f8f3f1b6177]

        oox, writerfilter: incorrect a14 namespace
        
        Change-Id: I813ca0510b6cfc26c307c510f3511c01c0f65c85

2016-01-21  Michael Stahl  <mstahl@redhat.com>  [25aea9b1ec325d060f0d29cddfc3762ca175e511]

        gbuild: missing dependency in CustomTarget
        
        Change-Id: I560384d91fa5c6ba42123330369628419fe1bc1c

2016-01-21  David Tardon  <dtardon@redhat.com>  [a5ebee938e7c77c93f22284b4a2c3a4333c8703a]

        Revert "disable test that suddenly eats GBs of memory"
        
        This reverts commit e1367aaf7d9cc93bbbe3ba64015fde3469c61c6e.

2016-01-21  David Tardon  <dtardon@redhat.com>  [32b0e02e5b82a8a13822e115574c6b77e30127ef]

        at least partially sanitize image dimensions
        
        ... to avoid enormous allocations later.
        
        Change-Id: I8ffb050f095bd7ba2fee5be738bb30cd45170b82

2016-01-21  Stephan Bergmann  <sbergman@redhat.com>  [8608b276aee2075ce06ff33bcbac8899d427ad51]

        -fsanitize=function
        
        Change-Id: I6293e2bbe5e61bcc538cddf86370b1d770f361af

2016-01-21  Tor Lillqvist  <tml@collabora.com>  [4622689fad7ddff72cd08da9611ccfacdb0aa7bd]

        tdf#96420: Re-introduce SimpleWinLayout
        
        Should fix lots of the problems with glyph layout. The UniscribeLayout
        class turned out to be much less correct that one might have hoped.
        
        Use OpenGL glyph caching also for SimpleWinLayout to avoid performance
        decrease.
        
        Change-Id: Ia0cf2f5c1ff21b9347fa7662ded69abc347e77b7
        Reviewed-on: https://gerrit.libreoffice.org/21656
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [88b458d55dc1f56e13bbf34aa7c6758e13707fa1]

        desktop: loplugin:defaultparams
        
        Change-Id: I487cfa6415615e6aa0409889e2c7be5e67eea1c4

2016-01-21  Pranav Kant  <pranavk@libreoffice.org>  [e3edebcf0dda6b72d4e03151b4daf6309097ac2d]

        gtktiledviewer: Set buttons insensitive in view-only mode
        
        These buttons, such as, bold, italic, underline, paste, doesn't
        make any sense in view-only mode. Lets make them insensitive in
        view-only mode.
        
        Change-Id: I194f6a4d707b72d1d6aa3967aa526092445f0926
        Reviewed-on: https://gerrit.libreoffice.org/21642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [2112d171224a0ae8676afa30292623461065d5b7]

        writerfilter: can use a plain instance for the cell sequence here
        
        Change-Id: I47fee680b6022cc2402341bf523243c526bc8890

2016-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e0c4694f89dd66314faf5cfd411f58f2f8e1bca]

        Clean up lok::Office::freeError()
        
        - let it take a non-const pointer, just like free() or g_free() does
        - remove lok::Document::freeError(), which was declared, but not
          implemented
        - move the declaration at the end of the stable API, but before the
          unstable section
        
        Change-Id: I5a8ced61fc87641dc2fa0ea3615a350361fae3a1

2016-01-21  Jan Holesovsky  <kendy@collabora.com>  [77c677a41d4bc9a2cd71ea1cc17e6c836387a6c5]

        sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.
        
        And fix indexing when at that - the inserting is 1-based, so let's be
        consistent in the .uno:Name and .uno:Remove too.
        
        Change-Id: Ib854e81551ae0a39d3ba7c68512e81ea227e9eb1

2016-01-21  Jan Holesovsky  <kendy@collabora.com>  [8a79692a73dc598b7b3bf1fea744ca771aa93e3f]

        sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.
        
        .sdi annouces that, but it was never implemented...
        
        Change-Id: I7abfbdc88f055eeb993617a5a51371af0f825d34

2016-01-21  Jan Holesovsky  <kendy@collabora.com>  [4d2034803646bf88b76ed8a3b897edd7209ce30a]

        sc lok: Fix .uno:Name (renaming sheets) to really accept parameters.
        
        The code handles them, but they were unusable, because .sdi did not announce
        them.
        
        Change-Id: I35bd3009d092eb48a36aee2ffed3964dc61946e2

2016-01-21  Peter Foley  <pefoley2@pefoley.com>  [f78de4441508fc81b1e013b907903df9ac4fe664]

        Fix visibility check for lto on android
        
        Change-Id: I5eea41feca7d5ab8b9d104e8356dce8831883a48
        Reviewed-on: https://gerrit.libreoffice.org/21585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-21  Peter Foley  <pefoley2@pefoley.com>  [2879dceaf56df81734bf36e1d20c973de0a5aa29]

        improve android build status reporting
        
        Change-Id: I29f404dc5aee27b592eac7585c5142b91060fe5c
        Reviewed-on: https://gerrit.libreoffice.org/21589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-21  Noel Grandin  <noel@peralex.com>  [90d892664a6c49a8ae25a72ddccf54dba9d0e429]

        loplugin: unused return values
        
        Change-Id: I4eb1f0c9245c04058fd5e47046f043f8840a79c7
        Reviewed-on: https://gerrit.libreoffice.org/21628
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-21  kripton  <yeliztaneroglu@gmail.com>  [ea6fdbaeeb51ad695f1c3754b796b7273eb4baad]

        tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilter
        
        Change-Id: I51aba68e1a220f7cf953978a10b6b62a922c989b
        Reviewed-on: https://gerrit.libreoffice.org/21614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-21  Stephan Bergmann  <sbergman@redhat.com>  [dda3fc05a2900539836f9748d418dc56247a2ddc]

        Fix for Jenkins Gerrit Mac builds
        
        ...which choke on
        
          #pragma GCC diagnostic ignored "-Wpragmas"
        
        Change-Id: I40100b43078320b79cb9e3d4e3fb369db0bed9fe

2016-01-21  Xisco Fauli  <anistenis@gmail.com>  [e941434d98fa1500ad85be3ff59117d62ac8bc24]

        tdf#85770 reuse variable instead of getting it again
        
        Change-Id: I268fd695e4cfd91dc8aba2b098911dbd9cf02ad7
        Reviewed-on: https://gerrit.libreoffice.org/21639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [a5372932f787534d15d4e36ee8c297f3c6ac0888]

        vcl: add subsettable flag property functions to Font class
        
        Added getter and setter for subsettable flag property to the
        Font class.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test this flag.
        
        Change-Id: I2a66f1c4876698e1ffeaf260b2b43d5308b71191
        Reviewed-on: https://gerrit.libreoffice.org/21651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [078194f6d0ede81042f38fb687f5cc3180a48ad0]

        vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)
        
        Change-Id: I345fe86b5cfe1dde1aa4082a7943e8a9f228fe03
        Reviewed-on: https://gerrit.libreoffice.org/21649
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [5659b68be3acc08a1c70f1be05c99658f2b04e34]

        vcl: rename Font::GetFamily to Font::GetFamilyType
        
        Change-Id: Ie427a43bd126dcdd89c6f66582736e67130f2254
        Reviewed-on: https://gerrit.libreoffice.org/21633
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [abf04f6b0ad0dd83b4d479723144593e2f83ede0]

        vcl: add embeddable font property functions to Font class
        
        Added setter and getter for embeddable font property to the
        Font class.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test this flag.
        
        Change-Id: I7f4ddf09d4a122c7c335b017efcb95f1774ae0d8
        Reviewed-on: https://gerrit.libreoffice.org/21650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [6b65a0e83c4798f117be61af91dbaebdc85e94b7]

        vcl: tabify fontattributes.hxx
        
        Change-Id: I309f900abc105d7bcdfbcef5a41eb41c59d62190
        Reviewed-on: https://gerrit.libreoffice.org/21648
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-20  David Tardon  <dtardon@redhat.com>  [e1367aaf7d9cc93bbbe3ba64015fde3469c61c6e]

        disable test that suddenly eats GBs of memory
        
        Regression since 62ea0ef8428ca4e12c5fa11674737a9bf0b646aa "replace use
        of basebmp in vcl entirely now".
        
        Change-Id: I196d02c20c00c938c3e298eb1a0f89029581e704

2016-01-20  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [29bd6961a23dd44bcf315cacac1189282d87fc9f]

        slideshow: Change quads into cubes in the Vortex transition
        
        This makes Vortex require OpenGL 3.2 instead of 2.1.
        
        Change-Id: I9438a37c2cf75e58eafc807ad1abaa22acb231b1

2016-01-20  Eike Rathke  <erack@redhat.com>  [24b9f873a691f4cfe4b3fa2c2a48f79a41a12417]

        there's no reason to be sparing with new lines
        
        Change-Id: Id8334694aec17ec61490460b0917514beebd94a3

2016-01-20  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [3b6f877370191795fc8422772ccb544a1ee07456]

        slideshow: Relicense every shader of which I am the sole author to MPL
        
        Change-Id: I921e52d8347f3b37030818711f979517eab690a8

2016-01-20  Takeshi Abe  <tabe@fixedpoint.jp>  [c13226bcc5b298dacfe32340711bdfd4d15d8b3b]

        tdf#97247 Keep focus on merged cell at top-left corner
        
        ... when typing either UP or LEFT key.
        
        Change-Id: I7bc0e7eb0cba322bcc26c35d0474ea558d3bdd6e
        Reviewed-on: https://gerrit.libreoffice.org/21599
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-20  David Tardon  <dtardon@redhat.com>  [24ecf7a5fa9404f7e3125894d3fa001a0069a0c6]

        drop obsolete cruft
        
        Change-Id: Ia9b9431252c010d910ed0e9461398651de1de260

2016-01-20  David Tardon  <dtardon@redhat.com>  [f90f8329fe5e95f25ba449e307fd40d56d68d3bb]

        rhbz#1168757 propagate selected slides to print dialog
        
        Change-Id: Icef119baffb8985ea0cb94d7e59f0daae88023ac

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [16255e485e0000985a139240a09c78a489e14786]

        coverity#1326418 Dereference null return value
        
        Change-Id: I5910518d0ae672232b00915a2437a5881dfa5f16

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [13b1c4a684b2c344660e1e9caaa4b4e667ca65a9]

        coverity#1326388 Dereference null return value
        
        Change-Id: Ifad565e1548a9564196bfcd7b77d81ebb97231f6

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [960acbfdee1bcd2053a84c95f1c7ed046d3ade23]

        coverity#1326387 Dereference null return value
        
        Change-Id: I150d3df8926a547b8ecf4324303dc4520ee2e899

2016-01-20  Eike Rathke  <erack@redhat.com>  [e172d2e300e600d53975a39161ceed0c7158e1e0]

        nitpicks, tdf#96822 follow-up
        
        Change-Id: Ic745433a870c70c09afa953a4ebef86f4363f9f4

2016-01-20  Yogesh Desai  <er.yogeshdesai@gmail.com>  [812ebe795219966a05baca5719b528c186a0baf6]

        tdf#96822 : Make cell contents left align when number formatting is text
        
        Change-Id: I9754db93f4cf71a6001d5b3f39ee2bc2b01889cc
        Reviewed-on: https://gerrit.libreoffice.org/21134
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [ca27812e67663574cbc8a56b43e482dfaf3debc0]

        logic inverted
        
        thanks to noelg for noticing
        
        Change-Id: I0e8bdb1e10bc8341b4f38d93c08ff77ea9aadf9b

2016-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [137c440ccddbc9b41b8a8997820b7c0253b4de64]

        vcl: add built in font property functions to Font class
        
        Added setter for built-in font property and IsBuiltInFontFlag to
        Font class.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test added to vcl/qa/cppunit/font.cxx to test this flag.
        
        Change-Id: I61ce33fe6ffb31be22c68ce8a94d0886ebdc8fcf
        Reviewed-on: https://gerrit.libreoffice.org/21627
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [ad236a3e1b456531ea758c2a3c5075860d823109]

        i#107205 Remove SfxDispatcher::Popup and SfxPopupMenuManager::Popup
        
        Change-Id: I1a8bee75a2dbfb039ec32faf001b75b26ea1f3fe

2016-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [c5a1278fa2bcc193a82d78ee408ea7a913420675]

        tdf#93837 sw: Convert comment context menu to xml
        
        Change-Id: If449bff057a78802ed0b74d75a3c1a8a23def31a

2016-01-20  Maxim Monastirsky  <momonasmon@gmail.com>  [405a00949cd72784a5cc231e2552dfdbeaa19812]

        Drop unused defines
        
        Change-Id: Iab5c64c38ae0fb38ae87721d82f6743c74f18841

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [e220ba8610f8315af473a230565daa978ca6a16c]

        Related: rhbz#1149116 collateEquals was set with OString::boolean
        
        but extracted with toInt32()
        
        since
        
        commit c76cd71fe9bdefaef3f33f8ca193c32e3ab112ed
        
            fdo#41524: CUPS printing: use "collate" option when PDF is available
        
        though actual reported problem works fine for me with default f23
        configuration already, this looks suspicious however
        
        Change-Id: I6fcb5df8039296c0e8b0fe931cb490396182de38
        Reviewed-on: https://gerrit.libreoffice.org/21629
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-20  Pranav Kant  <pranavk@libreoffice.org>  [070bfedb7c0bc01ada0c0b95622543472ccb4a1c]

        lokdocview: Center the widget inside the allocation
        
        Change-Id: I8d7f8ffb1c5ddd07ccf7d56bdf0ccc866c927401
        Reviewed-on: https://gerrit.libreoffice.org/21624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Pranav Kant <pranavk@gnome.org>

2016-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4d2c7db766f8afc77e752c56cfa1cbc3636088f]

        libxmlsec: respect --enable-debug with GCC
        
        So we compile using either '-O2' or '-O0 -g', instead of '-O2 -g' all
        the time.
        
        Change-Id: Iefc22f38be37ea876c713724657af460eb4c1606

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [a484ef9ed1dbe96f56fc877dc569ec26e5b637d1]

        Updated core Project: help  6fadb77956def42d1bd221e2af10f68e53207b8a
        
        spadmin is gone, call the link generic printer settings instead
        
        Change-Id: I1694e75a277ff8df23454d8659b352a95233ff5e
        

2016-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [fd9aef666fd561456ad88dc4783a46b9480cc80a]

        vcl: gave ReadImplFont use ImplFont::SetFamilyType()
        
        Change-Id: Iafbb33e0162f6e53e96bbde3b6275dfb25090dd5
        Reviewed-on: https://gerrit.libreoffice.org/21623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-20  Xisco Fauli  <anistenis@gmail.com>  [406cdc29039e5e65bacfcd635de8022642d63547]

        SVGIO: Add support to font-size keywords
        
        Similar to 0cae9c32ce9884a9809e220ba80b7c4cb4059565
        
        Change-Id: Iac7a6bb30b36e51ea67a6c4f7b3421f480eeea57
        Reviewed-on: https://gerrit.libreoffice.org/21542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [ab6f80909877f1e14de252c456dd2acd84c43974]

        vcl: add more property functions to Font
        
        Added increase and decrease quality functions to Font class, and
        also charset mutator and accessor function.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit test change in vcl/qa/cppunit/font.cxx:
        
        - enhanced to check increase and decrease quality functions
        
        Change-Id: I2f5970438f6ef1ad185163d5fdcec5bbc88912a4
        Reviewed-on: https://gerrit.libreoffice.org/21622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [e46baa9e04a7715f35b7a068dde6cbabc6dd4775]

        coverity#1326457 Dereference null return value
        
        Change-Id: I8bb949a364b3ccd9ccbec9a8275b505518e8f092

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [b45de8782ce6be2250f82bc19c4f298ede8a2f43]

        coverity#1326464 Dereference null return value
        
        Change-Id: I3100f2a9ea1362c6ace7caad4c3b6e59f7f4cb86

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [24bfa15bd3d169022dafba177da29e49241892e8]

        coverity#1326466 Dereference null return value
        
        Change-Id: Iea0dc27bf32499e1f8b38d8a0e90cebe6ab8b31f

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [5ccca93c1c4b4ba0b835e4bbf59a1306bb97c716]

        coverity#1326467 Dereference null return value
        
        Change-Id: If2491fb126f7392ed641087322a863736e7f4342

2016-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0eebf260b20dae7a73b0abb1d461e29b6b8446fa]

        -Werror,-Wmismatched-tags
        
        Change-Id: Iaab785834f6fecf0cb0f0af4fdc79a54d3068711

2016-01-20  Stephan Bergmann  <sbergman@redhat.com>  [c8322b643af78b8742b1af8e3427add94d429d81]

        loplugin:stringconstant
        
        Change-Id: I678c1fb7d5079dfb1d880e856a0d507f1c89b427

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [40a68926609ceb879b5f58c5f85d41e9e5c6b2cc]

        coverity#1349701 Dereference before null check
        
        Change-Id: If919191ac4629885c782e5da39be3c1ce7e4e3dd

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [eeae9b08c53a35e2b0252ffbdd0d2f45a7573ee3]

        coverity#1349702 Uninitialized scalar field
        
        Change-Id: I487400962199ca043c487132d8bc222ed8816b01

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [82cdcc392ae07fd230ac3f0ec2c4850681f49c39]

        can now drop external dependency vigra
        
        Change-Id: I3babe33ab5be1c3521ccb8bee71239e3d8893a2f

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [4ebe24910441e7f382cff4ccc899515910c74c2c]

        drop basebmp entirely now
        
        Change-Id: I534848c4be8eadf86b7f31ac742a80982405f56f

2016-01-20  Caolán McNamara  <caolanm@redhat.com>  [62ea0ef8428ca4e12c5fa11674737a9bf0b646aa]

        replace use of basebmp in vcl entirely now
        
        we're just using it to store bitmap data and to convert to
        preferred destination format, so we can use the preexisting
        vcl BitmapBuffer for that
        
        Change-Id: I0e800956d95faddfafa53d2c48b09494a7a867c0

2016-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [d79075b3064be1c4eb0e260f06fb210a12b9546f]

        xmlsecurity: import OOXML <SignatureComments>
        
        This is the signature purpose on the MSO UI, our signature description.
        
        Change-Id: I7609c427cded96249ccdec24cd9d43e3e99be3d9

2016-01-20  Stephan Bergmann  <sbergman@redhat.com>  [12181e6e2f9be553b93371432b79a5f00aa076ea]

        loplugin:passstuffbyref
        
        Change-Id: Ic4d2e018f193525be00da03fc14e147d6b68257f

2016-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e58329130038fe5f53ce645b738b40df7507bfc]

        sw: indentation fixes
        
        Change-Id: I8b281b425483fb7fc3cf34e31533c2ddc1b03637

2016-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [2649b3b16fca0c1a1ab7ea2f39db16916875a616]

        writerfilter: can use a plain instance for the row sequence here
        
        Change-Id: Ic9211192310f6a5b36f4ee4637828d96d8f1f7b7

2016-01-20  Noel Grandin  <noel@peralex.com>  [4ff5a5558472beee85eb1234dcc2aa2ed9000f6c]

        loplugin:unusedmethods
        
        Change-Id: Ib2dc804f55d1a96ae01f2cf31b7d55956040a72e
        Reviewed-on: https://gerrit.libreoffice.org/21603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-20  Stephan Bergmann  <sbergman@redhat.com>  [3179e8f7e6ce550bbe766ed730e68b0374944dd5]

        external/firebird: Adapt to GCC 6
        
        ...which switched defaults from C++03 to C++14, so causes some errors now.
        
        Curiously, the throw(std::bad_alloc) vs. throw-anything mismatch between the
        global operator new replacements and the standard headers is OK for GCC only
        when there is no further declaration in between the standard header and the
        replacmenet definition.
        
        Change-Id: Ib54727fecf4ad07426b811a9cc04b08ea80e59dc

2016-01-20  Oliver Specht  <oliver.specht@cib.de>  [23c2c7c9cb86db4a36f8a798e63402a053816ef2]

        freeError function moved to the end of the list
        
        Change-Id: I4aed102b25ddcd5f2e8fa03395e2ffd89c858bb9
        Reviewed-on: https://gerrit.libreoffice.org/21619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [c116aafe38f264be29f415b74a968f6efa59a56a]

        sw: (mea culpa) fix unostyle.cxx
        
        Unfortunately in commit 2b297116cb6bb1061c4 I messed up whilst
        doing a rebase via meld to incorporate my changes. This meant
        that I overwrote changes made to
        sw/source/core/unocore/unostyle.cxx.
        
        Even more regrettably, my original changes missed making changes
        in Windows and OS X builds as I pushed too quickly from within
        gerrit, assuming that the build errors weren't caused by me.
        
        These series of VCL changes I had made were quite rightly
        reverted, and I worked towards fixing them up again - sadly my
        ISP (iiNet) had connectivity problems so it took me some time to
        even gain access to the repository to do the cherry-picks of my
        previous commits so I could fix them up and resubmit them.
        
        I honestly didn't notice that I had overwritten the changes in
        unostyle.cxx previously, as I was so intent on fixing my errors
        that this entirely passed me by. This unfortunately led to this
        commit, where I overwrote the changes a second time:
        
        28c96fc2553a5c3dee108f1e2060d7bc081a7e7e
        
        I was informed of this problem via the mailing list [1] which I
        read the next morning immediately after I work up. I take full
        responsibility and very much regret having made these mistakes.
        This commit fixes the issue and I will take steps to ensure that
        it doesn't occur again. I can reassure all that this was not
        intentional, nor would I ever do such a thing on purpose - quite
        frankly I'm mortified.
        
        1. http://lists.freedesktop.org/archives/libreoffice/2016-January/072067.html
        
        Change-Id: I336626059d4acd175669832950f3ed52b2539087
        Reviewed-on: https://gerrit.libreoffice.org/21618
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [b4f60e1c7c68a6e2a8b295aeffb85573b61ad045]

        writerfilter: fix VS2015 build
        
        Change-Id: I9cde0ecf2c883b977df4f633e5106d39628444ca

2016-01-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8a99e4b0de7a516b8577d34dd39296afda604290]

        No LOKDocView packaging for Win/Mac for the while
        
        This unbreaks Windows packaging after
        85b46f51928dc17cda1bc974bca9159de9221b4d - I guess this should be
        Linux-only for the moment.
        
        Change-Id: Ie19f7f3e4b611e2884e3fdb1a64c63927b018989

2016-01-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [00c523c0daac1934e300775ea370003e84da1971]

        update credits
        
        Change-Id: Ib620fe26481bf13021930ae58f7421b9cb7bdb4b

2016-01-19  Henry Castro  <hcastro@collabora.com>  [029ce852c2f67e06d60e0ce50fff936c8e2ce9f4]

        sc lokit: the visible row/column must be 0, when loading a document
        
        Change-Id: Ie980e0bb0726dd8bc4215d5b23ac6e1d2c9e2719
        Reviewed-on: https://gerrit.libreoffice.org/21611
        Reviewed-by: Henry Castro <hcastro@collabora.com>
        Tested-by: Henry Castro <hcastro@collabora.com>

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f52f2e6aaec8263922befe9203416b7a5c54753c]

        DeactivateMenuBar can be non-virtual now
        
        ...after 9c09d4d0d36076d39926eeaf7774171df3b55e52 "tdf#96888 - Kill internal vcl
        dog-tags ..."
        
        Change-Id: I12c30f5ec3d498561b47ae61b34326d4a1f380d7

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8373ae58eb0dfb57d5145afaf6830ec9f05849de]

        scp2: fix --disable-gtk3 build
        
        Change-Id: I231cb935f1d0a4e69bc3f970e48aece8305ab2b3

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [10c9f31ad7d0696327b67b6d2a4e3f244473d877]

        loplugin:cstylecast
        
        Change-Id: Ib4052fa88cce3b21d20d050fff9c8d32fcde4c20

2016-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [005bc2c94f8e075207d5e53c1494e4e66607062a]

        vcl: fix comments in impfont.hxx
        
        Change-Id: I7942cf513439f8fe72775846eeb4cf4e6f176ed3

2016-01-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [94b7876e43a88618364c8256f0645e70d0daae6f]

        vcl: add quality accessor & mutator to Font
        
        Change-Id: I261c717cabf966b8b20b8e6c921b38f4cd73e268
        Reviewed-on: https://gerrit.libreoffice.org/21597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-19  Ras-al-Ghul  <dipankar1995@gmail.com>  [9c09d4d0d36076d39926eeaf7774171df3b55e52]

        tdf#96888 - Kill internal vcl dog-tags ...
        
        Modifications done as per CR
        
        Change-Id: I0b57f5c32fc217929d71411ca5176e3cab3f6e73
        Reviewed-on: https://gerrit.libreoffice.org/21457
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-19  Pranav Kant  <pranavk@libreoffice.org>  [85b46f51928dc17cda1bc974bca9159de9221b4d]

        lokdocview: Add scp files for selection handle PNGs
        
        Change-Id: I4d3eab1f16751a1b3f24a995e3d28322fd2f510b
        Reviewed-on: https://gerrit.libreoffice.org/21606
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-01-19  Pranav Kant  <pranavk@libreoffice.org>  [11a3449429c5853c5feedce6ac3f8f3829d1bbf9]

        lokdocview: Package and install selection handles
        
        Now since, LOKDocView has started to get clients, we need to ship
        all of its dependencies with the widget.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/21605
        
        Change-Id: I874eb416587a80b7760c5f00183d6004dfca4cce

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2737a187a6a7c2e04aa1c6b519a712cfb989c592]

        xmlsecurity: import OOXML <mdssi:Value>
        
        That stores the signature timestamp, and that now immediately shows up
        in DigitalSignaturesDialog as well.
        
        Change-Id: I83a63a10cf946f47a03e4570c461a92512638600

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b8b5e21b03387d482ead79afe250cc7fe6e78f7]

        xmlsecurity: handle OOXML signatures in ImplGetSignatureInformations()
        
        With this, DigitalSignaturesDialog correctly shows the "Signed by" field
        when reading a single valid OOXML signature.
        
        Change-Id: Ic52a56767f65ab30924b07073d31677cb3a27de5

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac699587dc30f005f5e4657e95b0dbf6a9deebc3]

        SfxMedium: only own format has the signature in a single stream
        
        OOXML has one stream for each signature, so it wants a storage instead.
        
        Change-Id: Iff2ed4b65d8c2023d02578ec4e80c13e36f55390

2016-01-19  Tor Lillqvist  <tml@collabora.com>  [220b25ba2711d2805b9927cd6b37468e619c6d30]

        WaE: unused variable
        
        Change-Id: I826a1eb45d0669dbe2495b4dbe4a171fcebb0865

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cdf08b3aa74bb32ea18b583a9c0c41b91d7819ac]

        CppunitTest_desktop_lib: add ModifiedStatus callback testcase
        
        Change-Id: Ieb7e808ebc7619c3a4a013cad776eeefd6163e22

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [abbfbb4d35d6fa9edbb8f331a9d9503183eb0356]

        LOK: include ModifiedStatus in CALLBACK_STATE_CHANGED
        
        Change-Id: Ic44a9266a67bfad8b0490a8acb4a419af99ea42c

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [86963c2e23aebfa7b9df4e2d28278dfb581974d3]

        Resolves: tdf#96245 relax test for duplicate frame names
        
        to allow duplicated unnamed frames
        
        Change-Id: I871849b23d01209f027b6295777db705f7dc86d8

2016-01-19  Oliver Specht  <oliver.specht@cib.de>  [442a022cf7baefbd5519ea55c7978cf839e1f44d]

        Make LibreOffice kit usable on windows
        
        Uses Ascii variants of LoadLibrary,Get/SetEnvironmentVariable_A_
        and adds a freeError function
        includes windows.h instead of pre/postwin.h
        
        Change-Id: I88b7e3ed3818078efec5688e207da47dc4049b98
        Reviewed-on: https://gerrit.libreoffice.org/21600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [802564e036db1ee3df8b19593b7f9f1be0deec54]

        CppunitTest_desktop_lib: add jpeg paste testcase
        
        Fails without commit 27c6b8586d5d2cd1fa5425b4969d915a0b739475 (svtools:
        implement clipboard import of JPEG files, 2016-01-19).
        
        Change-Id: Ic4e3b036b3a6a1c294bf15ef0b206cf1e458fc4e

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [723719b41348e275c760c6c66bbc9619fafa37fe]

        Silence -Werror=nonnull (GCC 6)
        
        Change-Id: I3aa5f4342ad362b0075d033df222467723ee002e

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [011ce226e89ecabaf621603d692547c88061eaba]

        Resolves: tdf#99604 ungrab modal dialogs
        
        Change-Id: I6735913c371968745da3ad6bf61e6ae3287c19a6

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [e187217222ba3be497f45a7d1e72a1a25b2fb9d6]

        drop some more unused pieces now
        
        Change-Id: Icd2497f0befad0a3221230fe82cb100cddbd7764

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [dd16d34a6ebfbe60cee1d01752f167069ddb2848]

        either copy the whole thing exactly, or convert between types
        
        Change-Id: Ied1b4f81e2e851b639cc9a514659160b8571e92f

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [f73e72fb33f111c2eda12aa359b96dad680e6848]

        only use of clone is to copy, so do that
        
        Change-Id: I75cfb96e4afd69fd0f6a6716ce4be282aa8d3b14

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [8b5e8dfed7c7c3c6669062a3db04961fe5eb1855]

        drop some more stuff
        
        Change-Id: I92eb6d136fc117f4694aa2cf88d93d4486855618

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [29ce905f8e8642d87780282184f9cf7991c82c36]

        scanline is always positive now and drop unused args
        
        Change-Id: I39276ccea5c4b3ecdc89c77f35722883221b560f

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [c686f29e1e2e1ebf19ad711028135bf557702fd0]

        drop unused argument
        
        Change-Id: I0333f65f67cdd93f9773e6d738289e36353ef359

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [3dc114108fda780f2bc46c35c2ef01c941caaca8]

        MaskTraits unused now
        
        Change-Id: I1e3bd12a8b264ca15e733ff15d8522fc2c156483

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [22a9f5c90e3060a835bb56079bf71093d898196f]

        never scaling now
        
        Change-Id: Iaa8afb2c642c9108eb1b3be4737b74285d064cf3

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [d3b0f6bcd464c84052ca2af36ea2649aeef57b74]

        always copying to a different bitmap
        
        Change-Id: I90b205bef1b01e6c4c43788fc5c95391b7842e83

2016-01-19  Caolán McNamara  <caolanm@redhat.com>  [1c217968b609de4484388719427366e7ddbc48d0]

        always copying the full bitmap, not just a portion of it
        
        Change-Id: Ib3e10d188c3f0d1bde40653d783f98ebfaed423c

2016-01-19  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [1e2bcb3177d58e6f446296ae28fcff7f5da9b620]

        follow-up of tdf#89031
        
        No function name hints or autocompletion when character right of caret is '$'
        
        Change-Id: I4fcfa6e29e5671e97743c7fc520953721d0bda24
        Reviewed-on: https://gerrit.libreoffice.org/21577
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [27c6b8586d5d2cd1fa5425b4969d915a0b739475]

        svtools: implement clipboard import of JPEG files
        
        With this, lok::Document::paste("image/jpeg", "...") as invoked by
        gtktiledviewer results in a Writer image just like the previously
        already working PNG variant.
        
        Change-Id: I9e7b94043519db4ccf3c9ad32474a15275896dd4

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f731ecfd7bd3c703455e07447e9bb593e7b6e059]

        sot: accept JPEG as a clipboard format where we accept PNG already
        
        Change-Id: I64602d31e8aa873e2280f86eaf618dd6007acaf1

2016-01-19  Tor Lillqvist  <tml@collabora.com>  [94f7321e66b136fdff880a7c89eaebbc0e6782f2]

        Win9x has been dead and forgotten for a long time
        
        Change-Id: I75c58e81c27edd65239c6e033170a432735a81e4

2016-01-19  Noel Grandin  <noel@peralex.com>  [a06eefdec89537ec1d939a5d001fd0d6f3eb9793]

        place it safe with MSVC 2008 build
        
        revert a couple of pieces of commit
        5fe99ea3ee7b33a80f1419f2a4c9c1ea56dd00ee
        "loplugin:unusedmethods in sw"
        
        Change-Id: If1eb9c7f01dcdea7ef7059165470357d5186ff93

2016-01-19  Noel Grandin  <noel@peralex.com>  [c0b199b3c69ace999db6e688466b2bbd9ad7c389]

        loplugin:unusedmethods in sc/
        
        Change-Id: I2c24d06d9fad26c65fa13cdcaa2c3f908971106c

2016-01-19  Oliver Specht  <oliver.specht@cib.de>  [0d31873dc1f40963b70a3840537e9c25bec7cff0]

        Build the LibreOfficeKit bits also on Windows
        
        Change-Id: Ibbd5e50ffeeb061a30d6f0f09a393a67ba67421e
        Reviewed-on: https://gerrit.libreoffice.org/21598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f71a0b44e634ca3ca61ac15e4cd62b0db1354ae6]

        Silence -Werror,-Wunknown-pragmas
        
        Change-Id: If726008f6755db59b01784ad6b479bbfe2d23e96

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [356599d2e156b98f21536d25797228b1e174b3ad]

        Remove bogus addition from prev commit
        
        Change-Id: I9b1aa86e3cb325b07158e3994a961db8ea4114d8

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2c9d652dc7f7a1e2d0d8ea0cfcdcf47608a3d84e]

        Does that help old GCC that don't know -Wplacement-new
        
        ...and would thus error out with -Werror=pragmas?
        
        Change-Id: I113c43bed4d6d0c03e4c3c68684c50fd386428d9

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [59f190a5ac18a68a60d169e87fab9c335f488da0]

        Silence some odd -Werror=strict-overflow (GCC 6)
        
        Change-Id: I7facae62c7ce0977e8c40d60720e4fe32460cd3d

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [b03879a9396c740bca248d9fcc7d8420a414e946]

        Pass --enable-symbols into external/libetonyek
        
        Change-Id: I60f7817b1d5e32ad642076ea2a9f7b7522ebb1de

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [ae4139e220201fe40f034e054849634786f1afd9]

        external/clucene: Silence -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I9a067605f7c477f4e057338577a437cda7f2aa3d

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [92969eaa5628c914e113d754c197de19c0908687]

        external/boost: silence some GCC 6 warnings
        
        Change-Id: I4613f013c39e439dd11d3abc3737511cb8788d4f

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [4a5dda084a8257bde6d89f7657a54def9e286c21]

        Make sure desktop under LOK does not see osl_setCommandArgs CommandLineArgs
        
        Our sal/cppunittester/cppunittester.cxx uses SAL_IMPLEMENT_MAIN, so forwards the
        cmd line args to osl_setCommandArgs.  CppunitTest_libreofficekit_tiledrendering
        (run via that cppunittester) starts LOK, which starts SVMain on a lo_startmain
        thread, which calls deskopt::DispatchWatcher::executeDispatchRequests to process
        any cmd line arg requests to open documents.  It sees the
        libtest_libreofficekit_tiledrendering.so (or .dylib/.dll) passed to
        cppunittester, and tries to open it as a LO document.  Type detection will
        typically determine it is plain text that should be opened with Writer, which
        will succeed.  But when the .so is built with GCC 6, it happens to be detected
        as a MacPaint document, loading which fails, so that executeDispatchRequests
        (desktop/source/app/dispatchwatcher.cxx) will call xDesktop->terminate(), which
        unwinds that lo_startmain thread (DeInitVCL etc.).  But the main cppunittester
        thread is still calling into LOK, which is under the assumption that VCL etc. is
        still functional, and somewhat random crashes will happen.
        
        Change-Id: Ie7b00e797a0f3223b3942bb63a31aa9c44370247

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8d1a24dae03690b576310e3539369916f31ac475]

        Make virtual ~ScValidationDlg non-inline
        
        ...otherwise, GCC 6 would aggressively inline ScValidationDlg destruction of the
        VclPtr<ScValidationDlg> in ScValidityRefChildWin::ScValidityRefChildWin
        (sc/source/ui/view/reffact.cxx, in sc library), checking whether the vtable
        points at ~ScValidationDlg (instead of a derived class dtor) to directly inline
        the ~ScValidationDlg code, which requires the ScValidateionDlg vtable (to store
        it in the object's vtable during destruction), which requires the code of inline
        virtual ScValidationDlg::dispose and ScValidationDlg::Close, which in turn need
        the addresses of (non-inline) ScValidationDlg::RemoveRefDlg and
        ScTPValidationValue::RemoveRefDlg, both defined in the scui library and not
        exported from there.
        
        Change-Id: I7eb96f42deb5edd844d91e999aa5511679302c01

2016-01-19  Tor Lillqvist  <tml@collabora.com>  [6dfcaa89b542efac7561a956fb8bfaf39c3b89de]

        Bin unneeded variable
        
        As far as I see, the only use of aNormalizedEdgeVector is as a
        parameter to areParallel(), and there is no need for that to be
        normalized, is there?
        
        Change-Id: I31ca09391894ab441e5b88dbdd636cf4b91ac5c2

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8404dc3c76babbc9d0a165f4046a6e5e1be35fe5]

        -Werror=address (GCC 6)
        
        "the compiler can assume that the address of ‘rItem’ will never be NULL"
        
        Change-Id: I90a8a3074c2dab427b4bc6345ec4a824eb2ac249

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [811d1f0a0428a293d829d2c3d90bf3e8bbe1be90]

        -Werror=maybe-uninitialized (GCC 6)
        
        ...so take the same "= -1" approach in ScTable::CopyColHidden as was alreday
        taken in ScTable::CopyRowHidden
        
        Change-Id: I0155965f142bd33706a303fb154d46776e40ec62

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9e74ff76cdd92849def033f2f65dd5d771bb0267]

        -Werror=address (GCC 6)
        
        "the compiler can assume that the address of ‘rDoc’ will always evaluate to
        ‘true’"
        
        Change-Id: Ic5dc481b84efad679150d13002a360478474cb90

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [96fea1a05d2cfb0173f292f59018c997d2f63c89]

        Make enumarray_iterator adhere to iterator requirements
        
        ...or else using it with GCC 6 libstdc++ std::find causes compilation failures
        
        Change-Id: I95e674922348f72fab6da8f049b2b4fcbdc74d07

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [e96eaea07dde9a375c4d771c27ee7e7da9ef53b6]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: Idcb4386f37d4f945301934e4f2e65d81cf1db2bd

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [ef219e719116fd02030503d4711b22894b9208c9]

        -Werror=strict-aliasing (GCC 6)
        
        Change-Id: I080315852db2f6e852f63f3965a2b7bf91529168

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [352f9fdff619b5a0a1414c29cfc47068165a599c]

        -Werror=shift-negative-value (GCC 6)
        
        Change-Id: Ifc7b1d6675a8e8fb41dd47cc1282059c3790736f

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [6b328acbd3a427c4e9e69c081dde4298bd1e775d]

        Missing dependency
        
        Change-Id: Icd867709d9d41a9ea1846d2f6332dd6988241efb

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [72865662208e1c053c8a48b4751e234cf3a312da]

        Ensure irreflexivity of std::stable_sort predicate
        
        GCC 6 libstdc++ checks for that in debug mode now
        
        Change-Id: I879b1b5eb9b54ad19749e561c55333b0a084c699

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [21f98618d8cd7562d423e94db988126d662165c9]

        -Werror=terminate (GCC 6)
        
        ...when throwing an exception from implicitly noexcept ~GErrorWrapper.  So make
        ~GErrorWrapper noexcept(false) and see that no code executed while a
        GErrorWrapper instance is active on the stack would throw an exception.  But the
        design of GErrorWrapper, to throw an exception from a dtor, is very brittle and
        should be fixed.
        
        Change-Id: Ib04ff2b0497c160dc7ee44c3354fa9619285ec88

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [9bff8716a45c063ebbef3d87dce607012b9ec557]

        Missing dependency
        
        Change-Id: I549116095255426dd2036a2122097567bf40a204

2016-01-19  Stephan Bergmann  <sbergman@redhat.com>  [f29a7b98635547691be84ec1054a7a00b0907993]

        Missing dependency
        
        Change-Id: I287bd92314780cc644ae559d988b93c408531340

2016-01-19  Noel Grandin  <noel@peralex.com>  [5fe99ea3ee7b33a80f1419f2a4c9c1ea56dd00ee]

        loplugin:unusedmethods in sw/
        
        Change-Id: Id452bfac5c83f130a138e06984a0c79c37af70ac

2016-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [39969defa29948d77565a7cd8a3471baaec8f35d]

        tdf#85523 DOCX import: fix unexpected extra char at comment end
        
        Change-Id: Ic3eb073d11a395a81b90fd1a9292d6ecf2940c09

2016-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [c2b302bbfe7f8173cc7a8532bd24477187f1edc8]

        Wrong copy-paste
        
        Change-Id: If7f606973eeae92994fa06efee2266ff5dffe384

2016-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [e68fa37bf838d1076df91a8bd61f621e2d3c784a]

        Fix typo
        
        Change-Id: If2c92108e1f19cd766b36dabd1c9e9215242de11

2016-01-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [d95d9d7f908419f397941ef60ac6ced3261c9b87]

        vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()
        
        Change-Id: I0cb13cdfbff3bfda13c08cd34a0032121500b4a3
        Reviewed-on: https://gerrit.libreoffice.org/21518
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [75fe34c492925fa2bbf67f92515e2bede2c36d71]

        vcl: define what svp stands for in README
        
        Change-Id: I6473f08eaac5eba5aaf1b00cfd2ee36f651e8b22

2016-01-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a3caade0d3e0a1c47b57658230c6efb7e9a96f1]

        vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()
        
        This brings FontAttributes into line with ImplFont and Font, which is
        important to the refactoring work I am doing.
        
        Change-Id: I08160992834f3732738b40aae9264df00443795a
        Reviewed-on: https://gerrit.libreoffice.org/21576
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [447c313586e9b36acff393feae15f5e1b63861ae]

        tdf#93837 Convert Writer context menus to xml
        
        Change-Id: I9bc4d5dbef899a31f485123ec841f8d6585a4529

2016-01-19  Maxim Monastirsky  <momonasmon@gmail.com>  [8cd6dd0a35b1c531ddb5010a3dea84f91f2ffb40]

        Kill .src based Writer context menus
        
        Change-Id: I854e2dd48b2f59b561c0d0cd3e52297046d25b96

2016-01-19  Eike Rathke  <erack@redhat.com>  [ac00b3c256933e667f022a49854a05e40e3d0630]

        tdf#88737 handle temporary array formula matrix circular reference
        
        This does not solve the difference in how Excel seems to handle the
        arguments and calculation, but some corner case. See bug comment 6.
        
        Change-Id: Ifa331e8552587c40e1486a08093ed0df92a9d245

2016-01-18  Tor Lillqvist  <tml@collabora.com>  [d5d8320ba1fba493e0e091fd46207ea7a34cc9e7]

        Revert "don't pollute cross-compilation environment with host pig-config"
        
        Caused tinderbox breakage.
        
        This reverts commit af6a39120f590a49088d58c14d46f206abe3e4c2.
        
        Change-Id: If07d3bda667001b479f41b2319bfef2e15068072
        Reviewed-on: https://gerrit.libreoffice.org/21593
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-19  Tor Lillqvist  <tml@collabora.com>  [a28fc0ea2f533076f8573f07f9fa0ca7d6b7475a]

        Revert "LTO fixes for android"
        
        Seems to break the tinderbox, needs more work?
        
        This reverts commit 6aaf1ec5a781b50ceda6d0d288a43dba435be2ce.

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [6aaf1ec5a781b50ceda6d0d288a43dba435be2ce]

        LTO fixes for android
        
        Change-Id: I2d4cedac4081260c5147d8c11904d042c765e3a6
        Reviewed-on: https://gerrit.libreoffice.org/21557
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [af6a39120f590a49088d58c14d46f206abe3e4c2]

        don't pollute cross-compilation environment with host pkg-config
        
        Change-Id: I37a9a801c6bc885bdc5e0cbb9cd4ed527095acf8
        Reviewed-on: https://gerrit.libreoffice.org/21587
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [817cd83cb76582cda848da0370d3e1b68f5bbb01]

        Improve LTO flags on Android
        
        Change-Id: Idd8a86710b9b93b317b28e092b5bee971645c346
        Reviewed-on: https://gerrit.libreoffice.org/21583
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [66603d539c73c0b08809d4ed6c5f6fde6f588a7e]

        basebmp: fix Android build
        
        Change-Id: I3912d9cc27ba13494ac6f140c555a17b3784919d

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [a947363e90b155d741354d6e62dfcc2d5465826b]

        loplugin:defaultparams
        
        Change-Id: If9ba7298804bff9140d9122c257a859c19e7a69d

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [36fcdd5fd4f719dec7ff46593ebaab3995908324]

        devices are always top-down now
        
        and remove some more unused out of tests code
        
        Change-Id: Ie63b03d1de754038d5477112ddfc9266dbf93709

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [bd25d89b7e6daf2a050d7f7ad996af2f083daca0]

        only using one of the drawBitmap impls now
        
        Change-Id: Ice2d2f8b565bfac6079a2d58c0d25f0352524b71

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [4a9b867ce3e2a4f116f2dc7f21e4246aa0613baa]

        svp: use SalColor instead of basebmp::Color
        
        Change-Id: I611dad8d218f5b82903743cb15a5c2a36cc6ba5d

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [413fdec1a6d6b42b9a58da45f327c330352318bb]

        drop unused basebmp debug file
        
        Change-Id: I96378ef283cc94e7b9b0a9d73a43beda30028447

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [6fe8925305dffd2e1d496319f73ef6602363ef7b]

        basebmp now only used from vcl/headless code
        
        Change-Id: I068d404431d3565f6ad5741edbd3693225824a4d

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [f8779bbcef2a2eeab8d74bce445a0eaceda8bdde]

        Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk
        
        Change-Id: I5300cd6ff2c924a4acc01ba7f4478a0db50aa08c

2016-01-18  Eike Rathke  <erack@redhat.com>  [7e86e18bac7a79f26dc3082f356e8ca9eca9abf3]

        use nullptr, tdf#95878 follow-up
        
        Change-Id: Iaaedde4e2adfa74442736d4a5e4bf1729ca19f3c

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [bee5797feb1b663fe308c18b4d5d6c16b05cda1b]

        iwyu fixes
        
        Change-Id: I2dc9218ae8c4ea51fea5f710664520a598e7c4a3
        Reviewed-on: https://gerrit.libreoffice.org/21536
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [8633e6b3f5882508f23ed4dba2b3651ef7a4e524]

        Convert NULL/0 to nullptr
        
        Change-Id: Iee6bb0867afd8aebe36e62b507f1332e3a581838
        Reviewed-on: https://gerrit.libreoffice.org/21549
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-18  Eike Rathke  <erack@redhat.com>  [79b46d5fad29b8618fed539d04611bfb4f225c5f]

        sal_math_Double is already a union containing a double member
        
        Change-Id: I6e753bc0c5967ed07f162b0baa2daca4499953be

2016-01-18  Keigo Kawamura  <2448848492@mail.ecc.u-tokyo.ac.jp>  [b2a82d9bb256516ac589350579b90f43b68bd452]

        tdf#95878 made more useful function suggestion system in formula editing
        
        I made function list suggestion and description tip in libreoffice calc.
        This change give us a nice function suggestion and easy function input.
        For example if I write "=i" then calc suggests
        "[if], iferror, ifna, and 50 more". You should only choice the function
        you would write with Ctrl-Tab and Ctrl-Shift-Tab, and then type Enter.
        Also there is a description of suggesting function, so even if you
        do not know the true name of the function you want to write, you can
        find the function.
        This change also give us a description of arguments of selected function.
        If I write "=i" and push enter key, then calc show "=if()" and
        a description of arguments of function "if()".
        
        Change-Id: Icd5ad04ea092fa39f27bb2776fd9e93649896baf
        Reviewed-on: https://gerrit.libreoffice.org/20035
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-18  Xisco Fauli  <anistenis@gmail.com>  [e4b052842368658fcc36eac8a6564163845f6de4]

        tdf#85770 SVG: Don't display text elements if parent's...
        
        ... visibility is set to hidden
        
        Change-Id: I7633b895a3f0a7906c41d19c70e7201b1e420f9d
        Reviewed-on: https://gerrit.libreoffice.org/21500
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [bd503faaf61943f25be46bb540023f15606a106a]

        fix recently broken gtk a11y
        
        since
        
        commit aa6c54f337a616c9ca6a39cfc8708657018d8613
        Date:   Mon Jan 18 09:01:15 2016 +0200
        
            loplugin:unusedfields
        
        structure is this way for gobject style inheritence
        
        Change-Id: Ia069333aa5cfd913a2e8f85c967dabdcf4de6615

2016-01-18  Philippe Jung  <phil.jung@free.fr>  [87084436d39662636e92dd03a5161293efb80948]

        tdf#97119 Make TabBarVisible configuration persistant
        
        Now the TabBarVisible status persist between LO quit/relaunch. It is also taking into accoutn when opening a (existing/new) presentation.
        Fixes the incorrect toolbar button status
        Moves the two buttons on Standard bar, in the PageSetup/SlideMasterPage group.
        ShowTabBar button is also enabled but not selected by default.
        
        Change-Id: Idd9ab15efebc2bf43bc827afaa1eb1457b39deec
        Reviewed-on: https://gerrit.libreoffice.org/21541
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [ff163f16d6fd12b5b93d8fd87cf7aac449e014f5]

        Remove newly unused includes
        
        Change-Id: I089160e7f5f3f2c8f2ac2443793822cc05a3d552

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [4dd775f22cb26adaaca0558dd8e71d5f08a85cf3]

        dbgOut is unused now
        
        since dc01e9db6fc6126b8f21bcbeb6145daf2c8941bf "svp: implement drawMask via cairo"
        
        Change-Id: I00837048e33d61ddef8b8c4a4537e460838ce22c

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [b2069e246359017678bd9355387d51d7f33280d6]

        XorFunctor is unused now
        
        since ff6647fc86b2c5753bbd0d10718fd9c54b2aaa43 "xor_accessor is unused now"
        
        Change-Id: If7a22831415631bfb08b41298ee4ab3788e34e5c

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [ff6647fc86b2c5753bbd0d10718fd9c54b2aaa43]

        xor_accessor is unused now
        
        since 0646821f5578a3919cbbb44ab1ec4666872ffd79 "drop newly unused basebmp methods"
        
        Change-Id: I49bbccbd4b93770bdf987f7ccf2726a00f154ed4

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [3fd91d1243e80ae1f3f5e66e13bcd71cec82b297]

        loplugin:staticmethods
        
        Change-Id: If3fb50392f5a5af11e8b3afdc3f00a53f26ca2d1

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [2ae21eda077ae1ba57d9a564b6ce42a1633090a6]

        fix older cairo build
        
        Change-Id: I24e715e8c0535daaf0284226fb9b8f7c8d7234c0

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [0646821f5578a3919cbbb44ab1ec4666872ffd79]

        drop newly unused basebmp methods
        
        Change-Id: Ifd9906e7288c613eb2ac6cde7ca8bc7607f349fa

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [962e41137031aecb1660ee78fe7925abb8685c60]

        some android build fixes
        
        Change-Id: I2d60a6d70ca9d63f49b12b5d4c3855cc4ef53478

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [c671aac4f5e46007df56a6157a732a0c44f17a03]

        Remove unused FILE_WRITING BasicCodeTagger::TaggerException
        
        Change-Id: Ie9d487c934f6d03000a1a44ee1b2d4038763a20e

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [9e817f7dfb04efad98a1211ca129d19cb037554c]

        Resolve implRenderLine2 to renderClippedLine
        
        Change-Id: Ia71d448dcf4ab09967f9ec1a7fd202aa4b55d52f

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [f06d19ace7f18df741236d5ce3120903582e1ddb]

        loplugin:unreffun
        
        Change-Id: Ia62d656c41f7dbe20318b7896a6bec6d35e568df

2016-01-18  Noel Grandin  <noel@peralex.com>  [a7f6efc68ba97db98ebab9ebc473bffb8ded757f]

        loplugin: unused return values
        
        Change-Id: I9c61a46c57894bc63a57740206c0bcb4a16553af
        Reviewed-on: https://gerrit.libreoffice.org/21571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [a08745551370a052bfb6b91335956ababf435791]

        fix android build
        
        Change-Id: I180ed41a52e8f83fba86fb07e79ae2a7a3f095fc

2016-01-18  Tor Lillqvist  <tml@collabora.com>  [56a35d67138beada946697a81daa9f0b08e77cfc]

        tdf#95913: Don't cache CTRL_SLIDER
        
        Change-Id: I6af4b27f5bc2f24918d92fe8c5e430cfdfad6439

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [1b299895dafe794e39009f8eb2a1f8b33172a358]

        drawmodes header gone
        
        Change-Id: Ia1b9ad96dbe41bebc5c2819385950a6d2980608b

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [da5b1d6d1612ccb01ca480d53cc68be5d13a01ec]

        cppcheck: doubleFree
        
        Change-Id: I371db988044264b6b1ff95bd7c683d1485430fe8

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [d50c0a09a58b5c24a2a484e83004c286fe873205]

        cppcheck: nullPointer
        
        Change-Id: I2f96d4ea73ccf47b2783ade35890c2dd8e558e5f

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [20265785f1faf670ab61f6532e708f6986f7653c]

        cppcheck: copyCtorPointerCopying
        
        replace custom ref counted thing with a shared_ptr
        
        Change-Id: I9d61235e38cc4c708826cf76d9edc2880b4b5ec7

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [2210f239fffd1e90c199b25d779b60aa797fa53f]

        cppcheck: useInitializationList
        
        Change-Id: If87c349a5036c54a83839cd66eb60ef6a09a4a46

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [a9fb9929a1337f0e858c9d874a63f9578576acec]

        drop now unused basebmp xor mode
        
        Change-Id: If4d1a933f5ebf2154c377ef9a8596eb0962d43d3

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [08611cf8bfa18aa7605b268c0503bc5bffcc1a12]

        don't need basebmp ClipDevice or DamageTracking now
        
        Change-Id: I8a8594084eb5f4c8521cc4b73a94da6259069516

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [db36d685ce009c621681c2fd2aa77be702297c66]

        drop unneeded headers
        
        Change-Id: I2923f948597870039dd60922f7bd8f6953dced3a

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [dc01e9db6fc6126b8f21bcbeb6145daf2c8941bf]

        svp: implement drawMask via cairo
        
        Change-Id: Iafb49b4258ffeab98cdf07a175ee7234e106e04c

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [4ce66db6ac8a18c34011fa0bd3198752a0867d24]

        gtk3: SpinButtons button area isn't always part of the ControlRegion
        
        Change-Id: Id0b5b787c1aaae2401c85a4737a8f33ac7b74679

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [4bf6f5581c9938504b841eb94f6121068b2eb752]

        svp: replace basebmp surfaces with native cairo surfaces
        
        so we can then
        
        a) drop all of our own clipping code in favour of cairos clipping code
        b) just pass cairo surfaces around the place instead of constantly
        creating and tearing down surfaces based on basebmp data
        c) we can additionally drop various flushing of the surfaces as it
        doesn't matter anymore
        d) use a lot less of our own code and far more of some one elses
        hopefully more drawing optimized code
        e) seeing as the graphics context are always cairo now, then they
        are always cairo compatible, so those checks can go also
        
        still need to figure out drawMask
        
        Change-Id: I320cd14cdc714ea59d00e90233f1171f821cf953

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [7d8e94aaaddff0708dd8a5a6fde4d9922cd4e1ea]

        tweak drawLine in face of 1bit behavior
        
        Change-Id: I602b800993b7478b302fe0c368a5db9fc9993465

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [fece8dfb0669280f6d7ff754b63e56eaa452ce24]

        svp: implement getPixel via cairo
        
        Change-Id: Idaf0c27e84d561fc6486bdf4e383de1dbdd615cc

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [8e98c722e196801d7398c413f7156b5566b05161]

        svp: implement getBitmap via cairo
        
        Change-Id: Ica3220c6932143726bb3fa813541e14f36b22e8d

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [e1d1f92eb90d4ed9f2c4123dc33e473a67497734]

        refactor to reuse
        
        Change-Id: Ifee1b845eb4c46f35a4ad0b45bf49320772e9569

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [dd0a16bb6b2a674b60a2f7e55307c2800ad4c427]

        svp: vcl and cairo have a difference of opinion on fg/bg of 1bit masks
        
        Change-Id: I3702e5a1ba0e64868f7f537aaa6040449bd82e8b

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [828b117624724647abea4f353343887747043390]

        route other drawBitmap through cairo
        
        Change-Id: I18336a7b0479c9a57f0951daadac4dfed422e5c4

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [13b987947918c01419ea1a64e2edc0ebd9133001]

        svp: route copyArea through cairo
        
        Change-Id: I9cc6abc7f32d25c0cc82730e4416c335a94cbabb

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [cc6562706f7284dac5d18d6509221674335fbe5d]

        svp: route copyBits through cairo
        
        Change-Id: I9521f7fecc59197efb17526a365cf4c9b259975f

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [50c2d561981d99abad9978811655365ff9884c87]

        fix a crash found in passing
        
        save a spreadsheet with an embedded formula in it to xlsx
        and alt tab away before the save has completed
        
        Change-Id: I9df996d4cb459a2aa688d06a7d53465518bebf5c

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [7dbc2a28ef699768c0634fac768523080a888350]

        merge ApplyPaintMode into getCairoContext
        
        Change-Id: Iad99c2fc0251cbc7da79148e7ea6e2d93e05945e

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [54bbb3ed232d03f9ef4419524c4356c1a3327118]

        drop newly unused m_aDrawMode now
        
        Change-Id: Ia5295490a8e4bbc29a84f362b2f5c1a8f4019329

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [17f927ba57984ac22a6f47f58d77cb2d847f3301]

        svp: route another drawBitmap variant through cairo
        
        Change-Id: I55c9cc9d5110429d2829a6030a9254d586c0a5c7

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [a483360f861aa324e8701f483e57792dcab02f23]

        reroute line drawing through cairo path
        
        Change-Id: Icee447ac83094a1e90b5e7c15e6a34d626d49629

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [fbfe9da2e4f50f68d8dfa0f7f1f1b00ef6ab8647]

        svp: reroute setPixel through cairo path
        
        Change-Id: I0f518048f6cfd5897a4cd79d0ad717fc91fb10bd

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [f8a1a768ca8a4e43afe128b0947fcec74c86b7f3]

        svp: improve cairo polygon drawing now that more routes through it
        
        taking the quartz tweaks for cairo
        
        Change-Id: Ifbbf994b19dda632d5535bf6a9ab29ed3c1b76ef

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [f8fa52d2d35df796c47c9a56d71df1b7fdc11b8e]

        svp: emulate XOR in cairo paths when necessary
        
        Change-Id: I05a4803e327b812c18c9f5bfcbb0bea8296da46c

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [abb2574ed9d4c605f5a306726025b9f4844dde54]

        svp: merge duplicates to releaseCairoContext
        
        Change-Id: If264694fab93b4de1267330f9596c7d9df09c554

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [a70b2083c437cd041f650ad6d21612b49041b10b]

        svp: draw rectangles with cairo where possible
        
        Change-Id: I34f09344e219723f87956a97db0a03023882ea7d

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [31a329e79aaea5d59e1bf23c9bd1c23a99d7b7ec]

        svp: draw polypolygons with cairo where possible
        
        Change-Id: I0eae1ad8de99c24478271cf66a59e860dd69389b

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [0400a66acfc6c611fe9eb19d13960f33afce5585]

        svp: implement other invert variant
        
        factor out the shared body
        
        Change-Id: Ida87e16422effdca63f81e743478633def1922fa

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [5120445c24947c55798dc335f8385e0de64d6a1b]

        avoid Mouse Not Captured warning
        
        Change-Id: I832e7f891d2f37775e266942320c12c536adcc9d

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [58260f32380e6bef993517a0ab32f7e09d09bb21]

        svp: like quartz implement ROP_INVERT via difference
        
        Change-Id: If128bd787dd2577c90d8398fb4bbca5d01c1d552

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [5afd43915c763e08584a0785d816425ca7a1573c]

        svp: draw polygons with cairo where possible
        
        Change-Id: Ieb4cb175c46ee965c84705a2e2c1d4a4fef2a4e6

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [31092460c3c5427f55cfcf550d2b46b3ac225841]

        svp: implement drawTransformedBitmap via cairo
        
        Change-Id: I90e263bb95f0ada98488c6a80946cbfd7ecf77c7

2016-01-18  Caolán McNamara  <caolanm@redhat.com>  [6cd02efc0d3d7dd78a4c8a77de4ef33dbef393b8]

        svp: refactor for reuse
        
        Change-Id: I664d09c3f87338b44647cb816bffe315af03d53f

2016-01-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [bcaf6d874a84f4dcbb3c933c527a9eb0acde8e5a]

        Updated core Project: help  fb51528b9c0528e6b8627d6a0bc086cc6b41db69
        
        use button labels which replaced three dots
        
        Change-Id: I29dccab5c0ff8737ceabd38a9c3729016e2fe01c
        Reviewed-on: https://gerrit.libreoffice.org/21540
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [de4ec0ea9f6d065f9b45abfd5a2fdd173cf0e96c]

        vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtual
        
        Change-Id: Ic2cf84a07c0050fd655d1b7fb30cdf29e62f919d
        Reviewed-on: https://gerrit.libreoffice.org/21575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [aa43af06e7686cfab58670b3ba0644396863f85a]

        Remove stray closing bracket
        
        ...introduced with 19167ea31383cb91c1563ba2d4bb7708eea8afc1 "Use test -f rather
        then cross-compilation unfriendly AC_CHECK_FILE"
        
        Change-Id: I586a716abb855c3cd66409f5409b5f3c8af8e4fd

2016-01-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [33da1e1e803acf50a753146da52dd171bb7133e7]

        vcl: tabify font.hxx
        
        Change-Id: Id0cff8fa258bcdd8084473b28f7719ba2806c49b
        Reviewed-on: https://gerrit.libreoffice.org/21574
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-18  Noel Grandin  <noel@peralex.com>  [023f17bccf0e6f99df5f8e2855ba562668b1349e]

        fix windows build
        
            ...after c88165dfb46c771eba6324ec061bf4455732194e "loplugin: unused return
            values in vcl/"
        
        Change-Id: Ie1b46d94e4e102770b1dfcb6138304299fe8f76d

2016-01-18  Noel Grandin  <noel@peralex.com>  [0761c148dd4579cec69eaeaace260f6bcec2dbed]

        Revert "fix windows build"
        
        This reverts commit 36ec485c70cfd952426bc072e40fb07a7ee1172a.

2016-01-18  Noel Grandin  <noel@peralex.com>  [36ec485c70cfd952426bc072e40fb07a7ee1172a]

        fix windows build
        
            ...after c88165dfb46c771eba6324ec061bf4455732194e "loplugin: unused return
            values in vcl/"
        
        Change-Id: I8fb8e719861448142fd0c8b90081b85267cb8472

2016-01-18  Noel Grandin  <noel@peralex.com>  [8ff02f0615bfde9b7a062543025b0a47f379d6b2]

        -Wunused-result
        
        Change-Id: I6e8c4ac497bc1ca33ae81c5fea4898b1886bb8fe

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [22fa5972ec970bc537191cf543f2d4f90cee02fa]

        loplugin:unreffun
        
        Change-Id: If023e3916c7d2fa7f22958304606a2eec418fcf7

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [7b2d8deef6580fb28adc02ab2d0fa1b43142543d]

        Fix --enable-kde4 again
        
        ...after c88165dfb46c771eba6324ec061bf4455732194e "loplugin: unused return
        values in vcl/"
        
        Change-Id: Ia9acead013d80f5747e2cb7f18d46cd163890eda

2016-01-18  kripton  <yeliztaneroglu@gmail.com>  [94699cdec88ae181548d108b4a96f97be1f6c365]

        tdf#74608 xmloff: Constructor feature for XMLMetaExportComponent
        
        Change-Id: I3edde1291e9dec21420238edb5a05f25849ebfff
        Reviewed-on: https://gerrit.libreoffice.org/19792
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>
        Tested-by: Matúš Kukan <matus@libreoffice.org>

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [88343308e4126b7df9b94ce0bce691bfc246792b]

        FilterConfigCache::GetImportFormatMediaType still needed on WNT
        
        Change-Id: I462474b3d53c57aade13256d84db77ed4865ada6

2016-01-18  Mike Kaganski  <mike.kaganski@collabora.com>  [b53d426b6faad82f98a26f8a4860218f03691b66]

        tdf#96600: use frame RTL property for determining active ruler column
        
        Text direction doesn't necessarily coincide with it
        
        Change-Id: I768208d6c4109d2ccd4fc9e6824f8dbd8eabe76b
        Reviewed-on: https://gerrit.libreoffice.org/20820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0054bfd21043a9f48dcb0bb7024edac9c60f453]

        svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCount
        
        Change-Id: I1632ef3698004870a273fd85afb11c20ad4b8db3

2016-01-18  Noel Grandin  <noel@peralex.com>  [c88165dfb46c771eba6324ec061bf4455732194e]

        loplugin: unused return values in vcl/
        
        Change-Id: I879bd3bec4dd2cf002681f1e50b6c33cce0934a9

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [1452fb6332d64b7c980c50a7050403c99b7f47c8]

        loplugin:bodynotinblock
        
        ...probably an oversight in 0d127baed75929e744d5b6249f510012cfbc0e88 "tdf#91083
        - .doc: emulate table keep-with-next paragraph."  The following comment had been
        oddly hanging around there ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        "initial import," leaving it unclear whether it belongs to the preceding or
        following code, so just keep it hanging there oddly...
        
        Change-Id: I0c5cea5955b4b91efcffa499019975c810e6c983

2016-01-18  Noel Grandin  <noel@peralex.com>  [c13f13feadcb86c2afb6b433124eb37497240962]

        loplugin: unused return values in writerfilter/
        
        Change-Id: I048fba90319bd164ddd7bf0078b4615092d5f33a
        Reviewed-on: https://gerrit.libreoffice.org/21567
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-18  Noel Grandin  <noel@peralex.com>  [aa6c54f337a616c9ca6a39cfc8708657018d8613]

        loplugin:unusedfields
        
        Change-Id: I321b594f1190cdd997b4769161e1c02d31f46213
        Reviewed-on: https://gerrit.libreoffice.org/21566
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [0533b155354f086aa8dc1de06c7db92d3f3be4f5]

        Wrappers for LTO
        
        When building with GCC, the gcc-ar, gcc-ranlib, and gcc-nm wrappers
        must be used for the linker to properly resolve symbols from static
        libraries containing LTO objects.
        Likewise, clang requires the llvm-ar, llvm-ranlib, and llvm-nm
        wrappers.
        
        Change-Id: I539017b6da7732f998a49820dc01d0e6b302952a
        Reviewed-on: https://gerrit.libreoffice.org/21502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [19167ea31383cb91c1563ba2d4bb7708eea8afc1]

        Use test -f rather then cross-compilation unfriendly AC_CHECK_FILE
        
        Change-Id: I3ea0f56606e75254bc8998238af76d31315f77e0
        Reviewed-on: https://gerrit.libreoffice.org/21556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Sean Young  <sean@mess.org>  [264c398888c591846d1c714851d2d571fbd041cf]

        Set file association for MS Write files on linux and Mac
        
        Other mime types used for MS Write are application/x-wri,
        application/mswrite and application/wri. I think these were
        pretty rare though.
        
        Change-Id: I2bf48ab7a2fb1d979db38774ae0547c5ab6040d4
        Reviewed-on: https://gerrit.libreoffice.org/21552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [b09b496b9f1713581d1a54e88e6cfd6565c43a2b]

        Use built-in autoconf cross-compile support.
        
        Change-Id: If3f1de5a7b94bce799dc044be602a14d03dff357
        Reviewed-on: https://gerrit.libreoffice.org/21555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [20a4b3a081494535e5cb44832cdc9824532dc76c]

        Properly ignore in-tree sdk and ndk
        
        Change-Id: If8aa9647def6741ba01bd47c02d386c43abaf452
        Reviewed-on: https://gerrit.libreoffice.org/21548
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [7228e5dc9776e033b1cfb590ecde0be5ef5ff2b7]

        Fix cross-compilation with in-tree ndk/sdk
        
        The build configure run tries to use the ndk as well.
        Prevent this by only auto-detecting the ndk when cross-compiling.
        
        Change-Id: I0c098a7ae3f34cd6210f1b6b14121f62ed892b13
        Reviewed-on: https://gerrit.libreoffice.org/21547
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Peter Foley  <pefoley2@pefoley.com>  [3a079aec09d2050ee9283262e932efe6aff504cf]

        improve scp2 stamp messages
        
        Change-Id: I62fcad499601ad4870d4fa875b29d01618236925
        Reviewed-on: https://gerrit.libreoffice.org/21523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [93d6aef1779e8b82a2a551b9e454a5d2aed5ce37]

        loplugin:unreffun
        
        Change-Id: I1008a51abb3834a65aabfdf05370d9515a18c1e2

2016-01-18  Stephan Bergmann  <sbergman@redhat.com>  [2bb1d4b79ac044ebbdc33f60bf7bc2e01549dccb]

        Trade a little weaker test against loplugin:stringconstant
        
        (what prompted writing that very fundamental test now anyway?)
        
        Change-Id: I83884908f8f5b1e4d58575960c77b411183f2fbb

2016-01-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [cb20f46895f0ec759f2bea95e499c6902deb60ca]

        vcl: change Font::SetName() to Font::SetFamilyName()
        
        Change-Id: I9b7bd1ec25955981ebcb9085579cbb9fbaa802d5
        Reviewed-on: https://gerrit.libreoffice.org/21560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-18  Justin Luth  <justin_luth@sil.org>  [3b14cdf7386f41395d1b089c3b9dde7d4429cf38]

        tdf#96685 - set initial focus of accessible editeng objects
        
        signalIMDeleteSurrounding searches for the focused accessible object.
        Since newly created accessible objects were not inheriting
        the focus setting of their peer, the search returned nothing
        until some event triggered the focus to be adjusted.
        
        Change-Id: I92f980b4bbe741d8ce9196165eff51059c807a2b
        Reviewed-on: https://gerrit.libreoffice.org/21002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-01-18  Justin Luth  <justin_luth@sil.org>  [d1bd4465be649a4078c3a2f85a64c8a6300dd65d]

        tdf#93637 TAB_OVER_MARGIN support for a few more cases
        
        Extending nMaxRight when TAB_OVER_MARGIN compatibility is set and
        the right tabstop goes beyond the right margin fixes PDF output
        as well as certain cases of screen display.
        
        Change-Id: Ida4b4f399f06670d9bdefdc21978adf19a81d53a
        Reviewed-on: https://gerrit.libreoffice.org/19635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2016-01-18  Justin Luth  <justin_luth@sil.org>  [0d127baed75929e744d5b6249f510012cfbc0e88]

        tdf#91083 - .doc: emulate table keep-with-next paragraph
        
        connect table with the following paragraph.  Move forward to a new page
        together with the following paragraph if necessary.
        
        Most of the added code allows the table to split if
        all of the kept items do not fit on one page - allowing
        the emulated table to match the layout of kept tables.
        
        The only difference with .doc occurs when the table itself is larger
        than one page.  In that case it ALWAYS starts a new page.  Although
        it does not match .odt, it DOES match how MSWord handles that .doc.
        
        Change-Id: Ic6f495c0dc5cd4e9f8029a8cec9e31b4fab4b20f
        Reviewed-on: https://gerrit.libreoffice.org/20233
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2016-01-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [57997db73725583a84dbac36bcc9c1b2829948f9]

        Updated core Project: help  19723e7abc12b4a1729cf4b854a7c84972a930ed
        
        use precise name of Exchange Databases dialog
        
        Change-Id: If6e18cb4d5865542a7e8612f0f9480ec5081e9b7
        Reviewed-on: https://gerrit.libreoffice.org/21537
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [80373d82d09ce07fa1f908e78a94815db645ea7f]

        Updated core Project: help  4c090e76e96c60b3615ae6e706f070279c2c8a0b
        
        adjust description of checkbox for register-true
        
        Change-Id: I3c6faa3e91b62d40711d6581e3743f092ad98aa6
        Reviewed-on: https://gerrit.libreoffice.org/21539
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [000df1832b54ba8f48c7f1c4c1cd92b70f6402da]

        Updated core Project: help  a831bdbf95af21d99c310f985370ec948409312b
        
        remove redundant tags
        
        Change-Id: I6ab93a826bcc1b768dab40ee90824da6375d6b85
        Reviewed-on: https://gerrit.libreoffice.org/21538
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [28c96fc2553a5c3dee108f1e2060d7bc081a7e7e]

        vcl: rename Font::GetName to Font::GetFamilyName
        
        Change-Id: Ie20871a3078bf875c1782b7761d60591a9c9704f
        Reviewed-on: https://gerrit.libreoffice.org/21529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-18  Maxim Monastirsky  <momonasmon@gmail.com>  [69882b0ef861099fd6bfa802d6f7ba5d1391c269]

        Don't update the save icon on every keystroke
        
        Change-Id: Iad6195ea8b082ca5e6c1a7e9fa48742ff2b495a6

2016-01-17  Caolán McNamara  <caolanm@redhat.com>  [734cadff24b3e8555b40c58b4abd1f1c366c25cb]

        crashtesting: plain-text import allows liberal with the UTF-8 input
        
        see ImplConvertUtf8ToUnicode which allows surrogates, so we need a non-liberal
        utf-input there if we want to enfore non-liberal utf-output here.
        
        Change-Id: I713818d7b6d79922d9b08f2b137a803384eccb65

2016-01-17  Julien Nabet  <serval2412@yahoo.fr>  [74063b259e7da402ede7761194639462b1b24759]

        cppcheck: fix 2 variableScope reports in sc
        
        Change-Id: Iea1f8b851d3d9b5c9b22165f1a33e124212d8e80
        Reviewed-on: https://gerrit.libreoffice.org/21535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-01-17  Matúš Kukan  <matus.kukan@gmail.com>  [15a43283b83dd3179347c255b42aba0d116cb71b]

        sax: use CPPUNIT_ASSERT_THROW
        
        Change-Id: I34b0b559a91e77cc497e14d8ffad7e2c80e43d79
        Reviewed-on: https://gerrit.libreoffice.org/21531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-01-17  Julien Nabet  <serval2412@yahoo.fr>  [1570957ff9269a13eb8e8f28d1bddf1939a21a5f]

        cppcheck: fix 2 variableScope reports in editeng
        
        Change-Id: Ic87c5b1d8f96b7f25ce323a49455d1ac16d1bf86
        Reviewed-on: https://gerrit.libreoffice.org/21533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-01-17  Julien Nabet  <serval2412@yahoo.fr>  [ecef63a9a020d7996f1c65016e5691dee8b34132]

        tdf#97196: Slide transition, fix some variant names
        
        For Cover, Uncover and Diagonal
        
        Change-Id: If382287429c178b96d5a2f33d1224807f7382a05
        Reviewed-on: https://gerrit.libreoffice.org/21527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-01-17  Ricardo Palomares  <rpmdisguise-java@yahoo.es>  [5486688f87f0999b156e1e5085c616d72270e50a]

        Updated core Project: dictionaries  0d3b5e5314e68c3cf5d573b2e7bdc11143dcb821
        
        Bring shipped Spanish dictionary up to version 2.0
        
        Change-Id: Iecc9e2d62bd72fa5cdcafe6f04343c611b056cff
        Reviewed-on: https://gerrit.libreoffice.org/21522
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-16  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [7cca8d3b3f5a9eda0060342fd2576d08a874b1c3]

        slideshow: Add some volume to the Honeycomb hexagons, making them look better
        
        Change-Id: Ic0f62f36faccb65ab4fbc7bb5553d096a2658f96

2016-01-16  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [0fe5a3069b83d6a5e83c6c4df5d874c8802b7f52]

        slideshow: Tweak a few constants to make Glitter and Honeycomb look nicer
        
        Change-Id: I5dd15f3d483caaedbf58a7ad12bf24798694524f

2016-01-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e830c7f7c0e77842090e0424dc3711d54285d5d4]

        tdf#97192 “Capacity” is a weird term for “size”
        
        Also, rename “size” to “dimensions” so as to avoid repetition.
        
        Change-Id: Ide933e7ccd0cb50be56573ef96afad0b858413cf

2016-01-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [45654a1d4d96732912e6e4dc254c9612d3f241c0]

        revert vcl patch series that brok Mac and Windows
        
        revert:
        9bc2f3de8672e812f3a67541c6d7069b434a7e42
         vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()
        26371f105bc44e04469ec03fc5bb12505e651c6b
         vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()
        2dd0b4317372b8022efe3911b38b4fa02956d8b9
         vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtual
        5ab13bf3ead3539e4ad847656da81e7eb6029652
         vcl: tabify font.hxx
        f99550dae55e40e49bf9c9875053fe2abb4c71ca
         vcl: change Font::SetName() to Font::SetFamilyName()
        2b297116cb6bb1061c43e5714e2609c8ee9f57d2
         vcl: rename Font::GetName to Font::GetFamilyName
        
        Change-Id: I23f38921187d66b970ca815eb30dda4222a2da62

2016-01-16  shubhamtibra  <shubh.tibra@gmail.com>  [5d4f1f6f630d4382679087a4fb0da364c9c9692b]

        tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused code
        
        Remove global static variable "m_bPreferrFirstInterceptor" which is always true,
        and remove the ifs where it is false.
        
        Change-Id: I54dcea7a6010c825a66020ec3f7448bb32d120b8
        Reviewed-on: https://gerrit.libreoffice.org/21519
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-16  Matthias Freund  <matti_lx@secure.mailbox.org>  [ae33a9f9ebe8b7e54835158a44744b5a4da5bcc5]

        SIFR new icon for savemodified indicator
        
        Change-Id: Id1db532103c97a09c72120a79b46edbc98af4882
        Reviewed-on: https://gerrit.libreoffice.org/21514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-16  Arnaud Versini  <arnaud.versini@gmail.com>  [3a97b3619a247fdcc873f0871288176188e005b4]

        BASIC : Remove useless virtual function override
        
        Change-Id: I0f8e480bf73256e7f1284e11983cc70c0426172c
        Reviewed-on: https://gerrit.libreoffice.org/21513
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-16  Xisco Fauli  <anistenis@gmail.com>  [cb71841a31404fdbe4df76d9473ee73c2fa8554b]

        tdf#78431: Clean up pFrame parameter in ImplWindowFrameProc
        
        Change-Id: I441c1b89a975fa7d31094e66ef3ccad37ce40818
        Reviewed-on: https://gerrit.libreoffice.org/21497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-16  Arnaud Versini  <arnaud.versini@gmail.com>  [1ae5ceccb818b46f36433c7820e18039f13e56ac]

        BASIC : Remove useless methods in StarBasic
        
        Change-Id: I9e8ce92b967ee9c9485b7af15280f6a212ff599d
        Reviewed-on: https://gerrit.libreoffice.org/21498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [9bc2f3de8672e812f3a67541c6d7069b434a7e42]

        vcl: add comment about ImplFontMetric::{Get|Set}LineHeight()
        
        Change-Id: I0cb13cdfbff3bfda13c08cd34a0032121500b4a3
        Reviewed-on: https://gerrit.libreoffice.org/21518
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [26371f105bc44e04469ec03fc5bb12505e651c6b]

        vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()
        
        This brings FontAttributes into line with ImplFont and Font, which is
        important to the refactoring work I am doing.
        
        Change-Id: I2a2ca2f18fc7b5be45d6f350c0328fad62bf2bc9
        Reviewed-on: https://gerrit.libreoffice.org/21517
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [2dd0b4317372b8022efe3911b38b4fa02956d8b9]

        vcl: font.hxx and metric.hxx cleanup, make ctors explicit and the dtor virtual
        
        Change-Id: Iab0160bdf664689404ff6fd093b51c0b4d2c4f10
        Reviewed-on: https://gerrit.libreoffice.org/21512
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [5ab13bf3ead3539e4ad847656da81e7eb6029652]

        vcl: tabify font.hxx
        
        Change-Id: Iffe94aa2ff007d7361af7166f489ebfdb7593fc1
        Reviewed-on: https://gerrit.libreoffice.org/21511
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [f99550dae55e40e49bf9c9875053fe2abb4c71ca]

        vcl: change Font::SetName() to Font::SetFamilyName()
        
        Change-Id: I54a4036544c680c4a49607677af776aa7a433fbc
        Reviewed-on: https://gerrit.libreoffice.org/21510
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [2b297116cb6bb1061c43e5714e2609c8ee9f57d2]

        vcl: rename Font::GetName to Font::GetFamilyName
        
        Change-Id: I83927e0992dfe0a2a79d139818a9f45d3761aae5
        Reviewed-on: https://gerrit.libreoffice.org/21509
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  David Tardon  <dtardon@redhat.com>  [7d93bb8fcb406773d2dc68b25ab7cee6e114d482]

        build liblangtag as shared lib on linux and OS X
        
        Change-Id: I3ae138d1a06d22be42a3cd6f565fba6950208fc6

2016-01-16  David Tardon  <dtardon@redhat.com>  [2653ffec08f306f0f3f13fcb95bcedc45aebad1d]

        drop superfluous dependency
        
        Change-Id: Id105284fae75945c4c054fcac8c6390a4a62f1e1

2016-01-16  Peter Foley  <pefoley2@pefoley.com>  [6240b6b17682784182c0b8dbf9eb2341309d2b6f]

        Fix ODR Violations under LTO
        
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: warning: type ‘struct SlideshowImpl’ violates one definition rule [-Wodr]
         class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: a different type is defined in another translation unit
         class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:334:28: note: the first difference of corresponding definitions is field ‘mpShowWindow’
             VclPtr<ShowWindow>     mpShowWindow;
                                    ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:334:28: note: a field of same name but different type is defined in another translation unit
             VclPtr<ShowWindow>     mpShowWindow;
                                    ^
        /home/peter/libreoffice/include/vcl/vclptr.hxx:75:7: note: type name ‘VclPtr<sd::ShowWindow>’ should match type name ‘VclPtr<ShowWindow>’
         class VclPtr
               ^
        /home/peter/libreoffice/include/vcl/vclptr.hxx:75:7: note: the incompatible type is defined here
         class VclPtr
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:166:7: warning: type ‘struct SlideShowView’ violates one definition rule [-Wodr]
         class SlideShowView : public ::comphelper::OBaseMutex,
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:166:7: note: a different type is defined in another translation unit
         class SlideShowView : public ::comphelper::OBaseMutex,
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:232:45: note: the first difference of corresponding definitions is field ‘mpSlideShow’
             SlideshowImpl*                          mpSlideShow;
                                                     ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowviewimpl.hxx:232:45: note: a field of same name but different type is defined in another translation unit
             SlideshowImpl*                          mpSlideShow;
                                                     ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: type ‘struct SlideshowImpl’ should match type ‘struct SlideshowImpl’ that itself violate one definition rule
         class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase
               ^
        /home/peter/libreoffice/sd/source/ui/slideshow/slideshowimpl.hxx:162:7: note: the incompatible type is defined here
         class SlideshowImpl : private ::cppu::BaseMutex, public SlideshowImplBase
               ^
        
        Change-Id: Ibbb7fb6f35f7e2771aef78a38fc4b6adef131845
        Reviewed-on: https://gerrit.libreoffice.org/21503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-16  Peter Foley  <pefoley2@pefoley.com>  [a7bdc9daa802ea67e41e0f93bdd8f0e64b00f8d9]

        Fix set but unused variable warning
        
        Change-Id: I23fb9abf2b9462c939d4d9caf699e48ffded3bb4
        Reviewed-on: https://gerrit.libreoffice.org/21505
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-16  Peter Foley  <pefoley2@pefoley.com>  [659526a33619a74730843a06158b22592ae06a0b]

        Fix ODR violations when compiling with LTO
        
        /home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:84:8: warning: type ‘struct snewfoil_value_info’ violates one definition rule [-Wodr]
         struct snewfoil_value_info
                ^
        /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:71:8: note: a different type is defined in another translation unit
         struct snewfoil_value_info
                ^
        /home/peter/libreoffice/sd/source/ui/controller/slidelayoutcontroller.cxx:86:16: note: the first difference of corresponding definitions is field ‘mnBmpResId’
             sal_uInt16 mnBmpResId;
                        ^
        /home/peter/libreoffice/sd/source/ui/controller/displaymodecontroller.cxx:73:17: note: a field with different name is defined in another translation unit
             sal_uInt16  mnId;
                         ^
        
        Change-Id: Ic5f5354424188a0889e842e80cb70dd90ecaeff3
        Reviewed-on: https://gerrit.libreoffice.org/21504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [394895de8c47e7ab3b560d1ecb3242901a9ff92b]

        use a map for dispatch
        
        Change-Id: I29c88c834a01f8d04a2998ea3edfa95cd0cadb85

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec5e17c4c8db3ece513822b8252a08b0cf993785]

        remove bDone band-aid
        
        Change-Id: I7c4783ab70e7456d30ee86bb1c415e6d54df3285

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1cdedb290a93d949c9311b33698b48822e181fab]

        refactor out to limit scope: RES_PARATR_NUMRULE
        
        Change-Id: Iecea747a436de1afe529e024974006a256aa5f5a

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6766760e86b517c726204f9601b33a19cb0c5451]

        refactor out to limit scope: RES_PARATR_DROP
        
        Change-Id: I8813b5676504e6de2af70d181fa9e905538fb05c

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [209030f9fb87067fac57436e8e359380e0c4b584]

        refactor out to limit scope: RES_TXTATR_CJK_RUBY
        
        Change-Id: I02b37ead4f930a91f9e8c6d472ffe0d2991bb78f

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b9f67808ab7d087f9f243ea475fafa8f2d7df142]

        refactor to limit scope: SID_SWREGISTER_COLLECTION
        
        Change-Id: I67c259f4da968b9decc4ac95195864a28283d1b5

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8aa26b634bb612037e080dd043e62170b9bbb0d8]

        refactor to limit scope: FN_UNO_CATEGORY
        
        Change-Id: I15ccdcf7c56a9677fb01646cad96e7c7d9ba7cd4

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [84da06858c5c754b04d3d3cd9492f346df2d6347]

        reafctor out to limit scope: FN_UNO_PARA_STYLE_CONDITIONS
        
        Change-Id: Id1d5afee85d54c48e2cd14d9604cbbae4b0b8fc2

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cad3c33af1ac772d4653cc512086e4de7315cf9c]

        refactor out to limit scope: FN_UNO_IS_AUTO_UPDATE
        
        ... also check type of args and throw if it doesnt match
        
        Change-Id: Ic7a45aeab58b79abf3baee4bd3bf6f78fe3fa116

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f6f4ebc6f162690481a5641a7f6fe35c3d99906]

        refactor out to limit scope: RES_TEXT_VERT_ADJUST
        
        Change-Id: I030c6854e925c2a51b8c40de38e889a96c5ae32d

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6182554f91224015984f19196abaa38b44aa0621]

        refactor out to limit scope: RES_PAGEDESC
        
        Change-Id: Id5c83f8dcc19dc5e94a895f1e15bc5dc8e800d9f

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d632f64124af502147faa66b697fe1733f3aa4de]

        refactor out to limit scope: FN_UNO_FOLLOW_STYLE
        
        Change-Id: I2f5f36fe9b9c7d1ee4289f2af268c25ebf8963d9

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d9df090ea8e3b8715626d7ca226931897b59485a]

        refactor out to limit scope: RES_PARATR_OUTLINELEVEL
        
        Change-Id: Ia06a716f4ddcfd6884f5b9578d7c0b361d3f66f4

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [62e0d000182d1f2dfba9ba5e41ddf1ce608eadf9]

        refactor out to limit scope: FN_UNO_NUM_RULES
        
        Change-Id: I171fe6370d554ace330df254f07b3b2d45693edd

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e312ebddbee763f6b9bc19ca186cb49a900bcd2]

        refactor out to limit scope: RES_PAPER_BIN
        
        - also use decltype(..) to prevent integer overflow
        
        Change-Id: Id3fd76d79702e01642758db08d74b7a8e0f7f62b

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f7374c8d4a4f649e3b3a47e30fa4a29b7b2bd12f]

        refactor out to limit scope: OWN_ATTR_FILLBMP_MODE
        
        Change-Id: Ic515b7868c747d5ce5ff0856890aa0af9e567339

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [717f14ff07dfa0881e13c3d15f802e004dc35a77]

        make PutItemToSet and SetStyleProperty members to save half the params
        
        Change-Id: I77a1c71f1a801e83f861b43e05e456a75fc511da

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9384b61927eb1f2c9dad2d8c69655f7d9bf4a33f]

        use Any::has<> instead of Any::isExtractableTo<>()
        
        Change-Id: I4927986485feb665339e6708bb66286a54926ab8

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [183b7fb6261cc9c5eed50e2965f8b273010e33e7]

        refactor out to limit scope: RES_BACKGROUND
        
        Change-Id: Ic50f66a4a08dab6fd55a14475d1e9a4947e16048

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8bca1f4e3bffaee88fbff36421d1c8cb4f5bf7e8]

        refactor out to limit scope: XATTR_FILLGRADIENT
        
        Change-Id: Ie9dd59319a6cba1181388708efc40c2bea76de32

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6dbcf11ff0036a12bd524c0efdd12aacd7b04826]

        refactor out to limit scope: FN_UNO_STYLE_INTEROP_GRAB_BAG
        
        Change-Id: I0d85021ded0b33d9c2c8d2454ad737842323a099

2016-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d333bf69316dcf5d90d272158ac765c0c56e45c3]

        refactor out to limit scope: FN_UNO_HIDDEN
        
        Change-Id: I3fd30be5e84c4a88d2c334f573fc4fc56a03646b

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [4baf904e2e904da61f8b83e2949027cef7bb8d00]

        Readd accidentally deleted file
        
        Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [d00ad26b8c5d00bdae53d0d9684b26a10d941937]

        vcl: remove commented out lines from commit 0174562fa9e
        
        Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb3fc6cda5700e64eec3233737765e0ab55f5b9e]

        vcl: created accessors and mutators for font classes
        
        Font accessors:
        - GetFamily()
        - GetPitch()
        - GetWidthType()
        - GetWeight()
        - GetItalic()
        - GetName() <--- shouldn't that be GetFamilyName()?!?
        - GetStyleName()
        
        Font mutators did not need to be added.
        
        Font unit tests are testing:
        - Setting and getting FontFamily private member
        - Setting and getting FontPitch private member
        - Setting and getting FontWidth private member
        - Setting and getting FontWeight private member
        - Setting and getting FontItalic private member
        - Setting and getting the family name and style
        
        ImplFont accessors:
        - GetFamilyNoAsk()
        - GetPitchNoAsk()
        - GetWidthTypeNoAsk()
        - GetWeightNoAsk()
        - GetItalicNoAsk()
        - GetFamilyName()
        - GetStyleName()
        
        (These "NoAsk" functions are necessary because the default getters call on a function
        that checks the configuration for default values, something that is not wanted in all
        cases).
        
        Change-Id: Icfbc8b4e5253d55a80892df050b0803dfc7d7c9f
        Reviewed-on: https://gerrit.libreoffice.org/21501
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [65c1137757e394961808a29b5607ee0ed6977a34]

        sal: (rtl) test OUString::isEmpty()
        
        Change-Id: If7a6eb598a1e121c1c74e520f7e2238016a3e6e0
        Reviewed-on: https://gerrit.libreoffice.org/21506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [eed4cc7933b2a46f421bb469652b85a58831b3c3]

        android x86 doesn't define ffs in libc, use compiler builtin instead
        
        Change-Id: Ifde1184e469fc9a74de007a0caf27750b2ffbcbb

2016-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [0174562fa9e49bf989a571c6ccd51e558109b561]

        vcl: ImplFontMetric and FontAttributes is *very* familiar
        
        So much so that I think we only need one or the other. As such, I'm
        implementing the functionality that is in one of the classes so that
        (and vice versa) might eventually be able to use the same class!
        
        Change-Id: I1b32a5a5213ea406a96386ac4a4553cd81d3728d

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [d86963b5e84eebf102676efeb718b5bd05515f31]

        coverity#1326294 Dereference after null check
        
        Change-Id: I057b9ef27bd84ac9875fa6ce8321ff03e0f879e6

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [ba05bd50ffe87550e40c39b0ebd0443692f876a9]

        coverity#1326291 Dereference after null check
        
        Change-Id: Ie5e3d749284514649edbb7e8dfd753a112feeb31

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [0189c1c34816d3b168f109f7af2596e447902b19]

        coverity#1326290 Dereference after null check
        
        Change-Id: I4a028603cbc413ecb670a39da49538819cd15242

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [a62d8270c91c8fc6c05cf277e14def7f385fd783]

        coverity#1326302 Explicit null dereferenced
        
        Change-Id: I4d7e7791bc9e7338b7db495da4b5c57a2566b280

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [20156f4ab2962e25f71903c0b0903c3a954eb320]

        coverity#1326423 Dereference null return value
        
        Change-Id: Ic9f10dbae01e432bd1029c091b20187b8cf939ec

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [506d18aa3bfc966b79f447dfc850c547568be7cd]

        coverity#1326416 Dereference null return value
        
        Change-Id: I8c215da294d6c48d37849c25c40d8632f1949fba

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [65abc5e30181d68baf47e18d2b7b0292be7f92f1]

        coverity#1326413 Dereference null return value
        
        Change-Id: Icd3728ca151ede50ab41ad7fbb150a3054df6739

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [570087e762613d83a40943244ddf2951d63c3375]

        coverity#3148472 Unused value
        
        Change-Id: I9acdfe0edf8468c6efb708ca13109abe2be0b826

2016-01-15  Caolán McNamara  <caolanm@redhat.com>  [d4b403c37fc46592c5d768127f440ba4e170504b]

        coverity#1348471 related Unitialized scalar field
        
        add mnParentFontSize to same places that use mnFontSize
        
        Change-Id: I4cf1e7439361b65de0f12028b819a4d7c8124ca2

2016-01-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a7f3a0ee29eb5800c7162aa27e1d6aad26cf4730]

        also link liblangtag to the liblo-native bundle (fix Android build)
        
        Change-Id: I9f8e647068b3f0403858e5ef52f65e5e6a16e165

2016-01-15  Oliver Specht  <oliver.specht@cib.de>  [4d094e2aa42f696f893b3de7677b9ec26a2431a4]

        tdf#48593: disable increase/decrease indent in read-only documents
        
        Change-Id: If181fa36d1be6ccbff51f482fdaf92034ee5d876
        Reviewed-on: https://gerrit.libreoffice.org/21492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [fc4fba0c77c849cf19d9c0e1b9270b745db60b89]

        ugh, forgot to git add the test document
        
        Change-Id: Ia10730e07de3bd86f54c7fc0ba5ae55f350ce149

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [a951d70609fa125def231c3d7579e72c381334f5]

        oox: getEntryName() could throw a WrongStateException
        
        let's guard against that.
        
        Change-Id: I970fb801a642592d9c23390572867f0e21f03132

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [cb890ae43bacd2be24bc74fad2e2e5cce8910995]

        oox: export Math objects to PPTX files
        
        These hit the assert in lcl_StoreOwnAsOOXML now so better implement some
        export.
        
        Change-Id: I10c005a547e8a85f2a82198a49f9a03fc46a61d7

2016-01-15  Oliver Specht  <oliver.specht@cib.de>  [f5ccfd60c2c5dab392d58870fbd079a6286bc239]

        tdf#73025: set absolute database index fixed
        
        DB field 'Any record' should not move the ResultSet directly but needs
        to work on the selection if there is any
        
        Change-Id: Ie66cc66afa1118bfbc44fc29889e2b36ecd074ee
        Reviewed-on: https://gerrit.libreoffice.org/21491
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2016-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [75358177ccbd6c27106a350108a18e7085541479]

        svg export: fall back to crossfade for not supported transitions
        
        If we do not support the requested transition type we fall back to
        crossfade transition.
        If we do not provide an alternative transition and we set the state of
        the animation node to 'invalid' the animation engine stops itself.
        
        Change-Id: Ie476dd579248e9d776e27797dca2ea867f3e5e54
        Reviewed-on: https://gerrit.libreoffice.org/21490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-15  Oliver Specht  <oliver.specht@cib.de>  [5dbd8085ef32845b831e8ef1917578422d7b52fa]

        tdf#64907: remember format selection in Insert/Reference dialog page
        
        Change-Id: If71a96d6d20a66114025c96fd83fb81e333d14b9
        Reviewed-on: https://gerrit.libreoffice.org/21487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f65162e850b2d94fca500d1ccd562105b2d8c73f]

        framework: loplugin:defaultparams
        
        Change-Id: Ie1a5c11c7ae8c2288bba7e2ef228d85479d7808e

2016-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [42cf5fe3047f3f29db7194705deb9ab6d118478b]

        libreofficekit: log document paste arguments
        
        Change-Id: I0e7783cf73d2d4bfcd4f0c75ca3ad82336048b27

2016-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [4791dec3258bd46747d4b0db07ed2311d6a4cc10]

        svg export: simultaneous move and zoom issue - fixed
        
        Simultaneaous move and zoom of shapes did not work properly.
        Fixed.
        
        Change-Id: I445733c5ad3734966f6f5c08a5e5c798852cf74e
        Reviewed-on: https://gerrit.libreoffice.org/21448
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [0e4a65df5214f8c471b387a3c2e3076b171ca631]

        svg export: added support for anim:formula attribute
        
        Added support for formula attribute used from some effect such as spiral
        in. Better support for parsing value list.
        
        Change-Id: Ibf25482eba359acb279d9b212d7a829b3dc668b6
        Reviewed-on: https://gerrit.libreoffice.org/21447
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [819bb719406afda8ecac6f43ff9069452b887490]

        writerfilter: coverity#1348470 missing break
        
        Change-Id: I1cc56792e3684bd85ecbd5e0cf9c730a5f75beb5

2016-01-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2f20ee7a6a871fe60194518044110c8d2a97acbe]

        svg export - group shape + indefinite duration - fixed
        
        Fixed two issues:
        
        - group shapes were not animated
        - when smil:dur=indefinite final state of shapes was not frozen
        
        Now when an audio or command node is hit a log message is printed
        informing that such a type of animation nodes are not implemented.
        
        Change-Id: I81853c982e6a2b68c3644b2ebc09e2d565d706af
        Reviewed-on: https://gerrit.libreoffice.org/21446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-15  Noel Grandin  <noel@peralex.com>  [804094be2514d099f6bb2be63d1536bebf6f06bc]

        loplugin:simplifybool
        
        Change-Id: Ida569b2158ad1126409b568c6ee7b2d911738bfa

2016-01-15  Noel Grandin  <noel@peralex.com>  [e15a997b153551a4c0e91964b5cff1b6269a9790]

        loplugin:unusedmethods unused return value in include/tools
        
        Change-Id: I77a6a46ca20cb41ed73050185fb2064a1bbf2009
        Reviewed-on: https://gerrit.libreoffice.org/21485
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9f62954369a5d77f976f616623495ad27be6b099]

        Android: don't disable langtag (libetonyek has hard dependency)
        
        apparently in the past it was disabled because it did depend on glib,
        and maybe also size constraints, but neither apply anymore.
        
        Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [228bccb7bc7d7500fb630885d7fc7cb22ae43507]

        editeng: coverity#1348472 unused value AddNonBrkSpace
        
        Let's hope that shuts up coverity?
        
        Change-Id: I81f56ce9120c1d9328d5f04b1d1869c01402eca1

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [c1c0c0c360a77010809d0f7a5e677d3d2150ce1a]

        filter: coverity#1348471 uninitialized member
        
        Change-Id: I2ea96fa368d7b5d326706c2575168e67e71903ce

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [1cced813374252f40f49695f07e719fd6b74bb15]

        vcl: coverity#1348469 identical branches
        
        Change-Id: I49fb0826e5118d139fb2b86c60b74ef15a4b2cda

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [99ab23d26010120e7e6344cb2b26e192890ec5c3]

        oox: coverity#1348468 copy-paste error
        
        Change-Id: Ibea6944c4e61e9848aac936e399ed08192ec5812

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [1b95e6155b9ad1702b041fef35da9439b3c85700]

        filter: coverity#1348467 constant expression result
        
        Change-Id: I51bd2919688e6ffc9c82aede1c67bcce0255f1cf

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [9694a0edfeb3cfe20d7c1286db097ba9b7c51e37]

        basic: coverity#1348466 checked return
        
        Kind of unnecessary but let's hope it shuts up coverity.
        
        Change-Id: I4903c9df788ce5fb9648c5fd68627ff21362828f

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [80b55dcfc9754553e42625d0d6e9ebbb728200eb]

        starmath: only use WordProcessingML elements in DOCX files
        
        Change-Id: I1b0f6d67bd0db0796756fd920ab92303a7ee7d79

2016-01-15  Michael Stahl  <mstahl@redhat.com>  [3e0bc5c7fe715ebd38bfa64a49b23df58d6d29a9]

        oox: move enum DocumentType out of drawingml.hxx
        
        ... which has nasty dependencies.
        
        Change-Id: I84ba0302142ade6e15291b782453dbe3bac753dd

2016-01-15  Noel Grandin  <noel@peralex.com>  [24ada6566044881c95e33fada9d305904db46ad7]

        loplugin:unusedmethods unused return value in include/unotools
        
        Change-Id: I3b2281dc713bff92eb3d80fddef04a8a39838aa8
        Reviewed-on: https://gerrit.libreoffice.org/21484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-15  Tor Lillqvist  <tml@collabora.com>  [cdaee607e89757886d9a2366581c98a393a688e0]

        Bin some excessive vertical whitespace
        
        Change-Id: I1b3dac4cf6e04fb93cd9289b39419e556a387ee3

2016-01-15  Noel Grandin  <noel@peralex.com>  [86bc68a4dabfb3c89f2b229ca42ab6a29ba8e696]

        -Werror=unused-but-set-variable
        
        Change-Id: I18a3a72dce0d4bd42c11bd0836858125c13e02f4

2016-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [61161254ab880f02a7a26822d45ff96ec7ca76c3]

        sc tiled rendering: it's pointless to send selection changes during search all
        
        Change-Id: I787cd1760bca0bf7fbc3132579b569882ec25ae2

2016-01-15  Maxim Monastirsky  <momonasmon@gmail.com>  [79fa9bb77c702571de753c739e257ff6c27071ca]

        Implement the XDocumentEventBroadcaster interface in OReportDefinition
        
        On 5-0 branch this change fixed tdf#92203, but it's not needed on
        master, because of 22328a224df4619218b88205838307f70612207e. Still
        it's nice to have, as the XEventBroadcaster which OReportDefinition
        currently implements "should not be used anymore" according to IDL
        doc.
        
        Change-Id: I4101dac0078df7cb06f4d33da2a722cfbafb5608

2016-01-15  Noel Grandin  <noel@peralex.com>  [f0920199f2983a89b66e3b64d555353d7fe47e52]

        -Werror=unused-but-set-variable
        
        Change-Id: I981e1b660dc94333935b3a451847198940e47e99

2016-01-15  Susobhan Ghosh  <susobhang70@gmail.com>  [51b71a7be13611acc02a702cf025425fc746f4a2]

        Related tdf#96059 Fix icons in File->New menu
        
        Change-Id: Iecfa69ab9db76ce0390a06d9d9574f30469c131a
        Reviewed-on: https://gerrit.libreoffice.org/21483
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [07054b050eb24442be92c1733aee27fe0a80ef69]

        sw tiled rendering: it's pointless to send selection changes during search all
        
        Change-Id: Iad3436c74d0ff95c84b5da870124b1e335241ca2

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [21af07a8bb152adfebf7dfea83ac7e698e37cb4b]

        vcl: forgot to add the unit test file...
        
        Change-Id: Ifd598baaad1c70d0f1b7bd776c94b08520e5dca4

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [9a790ca414ccc7f330e20af7ad76fe16cc0259b1]

        vcl: add symbol and charset accessors and mutators to Font
        
        Rules for the vcl::Font class for setting character set and
        the symbol flag:
        
        If the characterset changes to anything other than
        RTL_TEXTENCODING_SYMBOL then the symbol flag should be off.
        
        If the characterset changes to RTL_TEXTENCODING_SYMBOL then
        the symbol flag should be on.
        
        If the symbol flag is set to false and the characterset is
        already RTL_TEXTENCODING_SYMBOL then set the characterset to
        RTL_TEXTENCODING_DONTKNOW and set the symbol flag to false.
        However, if we are setting the symbol flag from false to
        false (i.e. we know the characterset) then we can keep the
        characterset as it is.
        
        Unit test written in this commit to test this is working.
        
        Change-Id: Iced44659ab88ff66b711c560cb68bd4681ecb537

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ea4f371f8be5551fb936fa04d1799eda40a1e39]

        vcl: add the meCharSet attribute into FontAttributes
        
        Change-Id: Ic6d42ac5cc46d5091116dccc0c1317b9e2950415

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [51b1b469abdc33a3c92f2a95cd4d326d9166ef05]

        vcl: create a default FontAttributes constructor
        
        Change-Id: If2f297c9c4ee1dd4aff5d24ddd55fa4bb33073e0

2016-01-15  Noel Grandin  <noel@peralex.com>  [ed373ea7efd34ca6baab8ddbf809e6f2a06f1a9e]

        loplugin:unusedmethods unused return value in include/xmloff
        
        Change-Id: I6615a467152a50e9c65f04fd0d6c8cc128517bdb

2016-01-15  Noel Grandin  <noel@peralex.com>  [098462c6f69c40422c74cef8f052b7b1ff0c90e8]

        loplugin:unusedmethods unused return value in sc
        
        Change-Id: I3ccc98d2e042120093e2e8508518681588692393

2016-01-15  Noel Grandin  <noel@peralex.com>  [f19e32b101d56ceb7215a6a9d45d39a2cd264189]

        loplugin:unusedmethods unused return value in rsc
        
        Change-Id: I6301aed80083c21e26851817220de6e135eb4da7

2016-01-15  Noel Grandin  <noel@peralex.com>  [802765dbe5f79748453c985da08824fb9ddefe11]

        loplugin:unusedmethods unused return value in oox,package
        
        Change-Id: I63862c3ce32a1106b7de037f422e7e5480e8bfd6

2016-01-15  Noel Grandin  <noel@peralex.com>  [52e69bfbba7220fe4181098102876f0e83ffbee1]

        loplugin:unusedmethods unused return value in lotuswordpro
        
        Change-Id: Ibed85be78e05dc0e6474d688ef0e0dea401758ac

2016-01-15  Noel Grandin  <noel@peralex.com>  [602a64939da2df486099eba967aa9148ced1d8d4]

        loplugin:unusedmethods unused return value in l10ntools,linguistic
        
        Change-Id: I11571c25e527787a2054bc8106a27c44b8a96116

2016-01-15  Noel Grandin  <noel@peralex.com>  [abb87856dd6a722245cc9dd690bfcec6ecd901da]

        loplugin:unusedmethods unused return value in sc
        
        Change-Id: Ic0b4d7efb2679f735892806d66258af231cda3fe

2016-01-15  Guillaume Smaha  <guillaume.smaha@gmail.com>  [6f2ce5c31708e5914d6d17d69b45f15a4429f8e3]

        Fix tdf#97035 - FILEOPEN: RTF wrong cell width
        
        Change-Id: Ifd31ab1672261644a00a32f3a8632dd0dcb33825
        Reviewed-on: https://gerrit.libreoffice.org/21382
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-15  Berk Gureken  <berkgureken@gmail.com>  [b7612e44e1f8dae66a8e64e69079e26e5eaacef2]

        tdf96491 - not correct tooltip on icon function in Writer
        
        Change-Id: I1762c36c37992c72c2d24f29a4cf831eec5491b2
        Reviewed-on: https://gerrit.libreoffice.org/21479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [1859acbc7c9f2548f835212f030fd1d09335ae79]

        svx: remove now unused SdrModel::isTiledRendering()
        
        Change-Id: I8d3c6b1de2db57e39678a7e57de6e015c72719ec

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [ab2e32588d169ec293a2d7dfa86a3ab6984db86f]

        vcl: make constructors of ImplFont explicit
        
        Change-Id: I7d65f6fa8d20d96261cf8d63383902e68c39882a

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [cc8a30f51860e31639c3be31d356311479dd3027]

        vcl: convert next ImplFont constructor to use initializer list
        
        Change-Id: I07cdbcaac0775fcfeb5c02846e00a61f8fa92c79

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [d881245f54a2ef01ca4571bf81dcb1179d21676c]

        vcl: convert ImplFont constructor to use initializer list
        
        Change-Id: I819eeb0b5f8ea55c24c6cbf7b81f3f36380316db

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [f0841c6c86c8c8403eb1d78a1bd43a8adac75e3a]

        vcl: move metric.cxx to font/fontmetric.cxx
        
        Change-Id: If8e4a479967a84f7c43c762c55a3a60b7083d6d9

2016-01-14  Matthias Freund  <matti_lx@secure.mailbox.org>  [a05c5deba8c2540872712bdc49eee4441011e454]

        tdf#75256 Sifr updates
        
        Change-Id: I693bc867c2c75141ebd061325e4d3c49011f6880
        Reviewed-on: https://gerrit.libreoffice.org/21481
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-01-14  Jan Holesovsky  <kendy@collabora.com>  [ce953d164223adcec07d18109d447125ec758ce6]

        sd lok: More places where we need to force the transparent color for bg.
        
        Change-Id: Ic6e0ed45b118b27a86f8657671ae877ce494c5d4

2016-01-14  Eike Rathke  <erack@redhat.com>  [74beedddb9d4cc3c87c2f6a99d45dd313fa0c572]

        use ROUND(...,10) on function results for General format
        
        ... now that we partly have a higher display precision and CSV values
        are compared with PureString (why anyway?).
        
        Change-Id: I1ad2515c92ec15a0a5d5e2c6847bf2a231e006da

2016-01-14  Eike Rathke  <erack@redhat.com>  [8b88219ae69e42b13e632e6f810d5e606627e55b]

        grml.. stupid oversight..
        
        Change-Id: I95b27000adfd0a29ed6e462f972340eee31d3a0b

2016-01-14  Eike Rathke  <erack@redhat.com>  [f19b4826c44e9e5f54b968fef59a3fcd3007d522]

        use ::std::swap() to reverse buffer
        
        Change-Id: I7e18e57636416f0a3ed96c2fa3adc004fb3ba013

2016-01-14  Eike Rathke  <erack@redhat.com>  [e6c9bdfdc181c95d5757b96b6194d639a0df3c79]

        use getN10Exp(x) instead of pow(10.0,x)
        
        Change-Id: Ib7e49126cbffc510fa941c25a8d57222bad51c46

2016-01-14  Eike Rathke  <erack@redhat.com>  [5299400e5cce3060a0de85bb4dedd065b5ad1f41]

        unit test for negative decimal places rounding, tdf#96918 related
        
        Change-Id: Ib2f3ffaa7c4216b66479c750465c2beab927405a

2016-01-14  Eike Rathke  <erack@redhat.com>  [fdf982f70b2944053d995baaa3d78c7cdc4bbc4b]

        handle negative decimal places for rounding, tdf#96918 related
        
        Change-Id: Ifa423eabc64ead519c4f4a3370a06e88ea5c7466

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [a669faa1fa88d4d82d3f1d38b652b689ecc4d3a1]

        vcl: allow doxygen to see boost::intrusive_ptr
        
        We are using boost::intrusive_ptr for a number of classes,
        unfortunately by default we cannot see this in the Doxygen
        collaboration diagrams.
        
        However, we can work around this problem by making a dummy
        namespace which we include in a header that is scanned by
        Doxygen, but never included in LibreOffice. To be sure of this,
        however, I have put #ifdef DOXYGEN_ONLY guards around the file
        and defined this in the Doxygen config file.
        
        Change-Id: I18d6956518a49e6006b64e2147023ec8266c8f5c

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [6418f58bd3550b397127f7f8f4a708276593b5a9]

        vcl: reorganize ImplFontMetric to same layout as ImplFontMetricData
        
        Change-Id: I40b850c7150327b0b7a8b1f081d237e6f5be3f51

2016-01-14  David Tardon  <dtardon@redhat.com>  [058314d2389d9bb9511d5014f33568b4a6250b2f]

        upload libetonyek 0.1.6
        
        Change-Id: Ia1cbb24f8c579d1b3b7fe0e916318c8f6fa9430f

2016-01-14  David Tardon  <dtardon@redhat.com>  [c2a119baa7817dac64594613b877dc57e03d8e3f]

        allow ext. projects to depend on liblangtag
        
        Change-Id: Ic4219428f3dd15fdf4addccca545d68099e2145f

2016-01-14  David Tardon  <dtardon@redhat.com>  [345135002ae030bd3cd3d4bde594c14affc860a2]

        move def. of liblangtag inc. path to configure
        
        Change-Id: Idef3015bf7b7bb5e0d984ac0b0a2163172cacc17

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [6372080cd396a7e8608806a35a1be68d288b8fda]

        sd: use ScopeGuard in Outliner::SearchAndReplaceAll()
        
        So the flag will be reset on early return as well.
        
        Change-Id: Ib086ec4a02dda291a0291a8ac40660c16de0fbf6

2016-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [abbf57dd41c29fa6a16328247776c1d3cc7024fa]

        vcl: fixup prefixes for ImplFontMetricDataPtr variables
        
        Change-Id: Ie93a2e47bbe92c8268ea2b463c6134685445fc2b

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [659db7d705835b8676065fb4fe3babe39d938977]

        vcl: change ImplFontMetricData to be reference counted via intrusive_ptr
        
        Change-Id: Ie9f5fbd21a6223520cbea3af6436beb407d7a88c
        Reviewed-on: https://gerrit.libreoffice.org/21477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-14  Eike Rathke  <erack@redhat.com>  [c5c47412d16b5bbdc79886ae9bf93d0158405d14]

        it's unnecessary to buffer the string to create a string from it again
        
        ... just in case there was a negative number and a minus to be inserted.
        doubleToUString() does it already.
        
        Change-Id: I0052d7bc91b48efb5f14f2f6f5a7c672a1e50ea9

2016-01-14  Eike Rathke  <erack@redhat.com>  [54862a932fc9ccc1788e91629818ec6666ec1c09]

        do it right and remove then superfluous mumbo-jumbo
        
        ... that worked around cases where it went wrong.
        
        Change-Id: Icdd4bddfb341a3d0abe4183cf788c546dcddbd00

2016-01-14  Susobhan Ghosh  <susobhang70@gmail.com>  [98887155c0fd209ed60e181f745bf00fb2d69ab7]

        tdf#95845 Use CommandInfoProvider to receive UNO command labels
        
        Replaced getUINameFromCommand by GetMenuLabelForCommand
        
        Change-Id: Icd89fed4d9944653996a2218c6ed80af72cefe89
        Reviewed-on: https://gerrit.libreoffice.org/21464
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [1305e7be74dba26d8612004473711f154835a94f]

        -Werror=maybe-uninitialized (GCC 6)
        
        Change-Id: I1a174b4b86c1d6cfbdffc4540a33b67b7b5e60dd

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [57e0ab0c3a82ad4a957ea97c15f8672fad4a1880]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I5c5f38789e7001aa04a0a5481feb9f033e53748e

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [6efd3da8a20ec7683d84c3779d6685253dc21746]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I892dc449bc2e9840ec8dac9c4a1b43961b6c1b07

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [d9b9a3bffa5ed71e4ecadab863a545515803a183]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: Ie583f5158fdc764c10981244efea204558219465

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [87be4885d369ba06ab090c26fde23c52656b69a8]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: Ic28a87df35ef3087071f87c4bc74c4c274169b51

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [03631195ff7b73c25e5a3f5554e2eb293ffc31c5]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I83beda380dc35544b9bc6fd5b1c7359546f8c8c5

2016-01-14  Stephan Bergmann  <sbergman@redhat.com>  [db3e4e560ff979b3b06b45bcb087a5f90597595b]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I07f653626dd4519d86dba735be9fec3e4c7e91e6

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8551a79d2dcdad3bad5c437427b25b5131534ae]

        svx: loplugin:override
        
        Change-Id: I532525fa12af2a0afbc1277b9a918c4d563f3b4f

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b5d20983dfbfb458898eeab54828ba5fef5841f]

        editeng: handle SdrModel::isTiledSearching()
        
        Given that the edit/outliner views can come and go, avoid the lifecycle
        problems with just passing a pointer to the sdr model to editeng, and
        then it'll always have the up to date "are we searching" information.
        
        editeng can't depend on svx, so provide an interface class SdrModel can
        implement.
        
        Change-Id: I3b98011593b00ac0fab05b6b9c591dd20d94c579

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9565ef0a73c235cd1e14fce9031db6e9237c524]

        sd tiled rendering: it's pointless to send selection changes during search all
        
        But they do cause annoying flashing.
        
        Change-Id: Ic313a15429c5db98c5660a5274aa49e95dd217e5

2016-01-14  Michael Stahl  <mstahl@redhat.com>  [d99fc6f2ad8b9078e9adc56796728d7e38b3ca80]

        fix the MSVC 2013 --enable-lto build
        
        ... by sacrificing the appropriate number of chickens to the template
        dllexport gods.
        
        Change-Id: I27fb6a1f0a8a32c9bdc67574b3a2f3ec9f27b00f
        Reviewed-on: https://gerrit.libreoffice.org/21442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-14  Takeshi Abe  <tabe@fixedpoint.jp>  [1b0166e1879d3edbbffbcc23cbf4c8c27c23b327]

        unotools: This list is constant
        
        Change-Id: Ib97a824cf482ba48204447f25102d112b90d3064
        Reviewed-on: https://gerrit.libreoffice.org/21463
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-14  Jan Holesovsky  <kendy@collabora.com>  [643a33486e2c9b2700c416090dfa6bbe75ce47ae]

        sfx2: Convert the exception to one that we actually announce.
        
        Otherwise saving to a non-existing http:// URL leads to a crash.
        
        Change-Id: Ia4b49e2872616545dcedb2fc5553cf5a20a1f97d

2016-01-14  Noel Grandin  <noel@peralex.com>  [ac91a81b7b47fc9eba24455d34e2168309ea51d1]

        loplugin:unusedmethods unused return value in sot
        
        Change-Id: Icb5382a411a1cb035581f0cef5f6fae60bfb4940

2016-01-14  Noel Grandin  <noel@peralex.com>  [21595018cd22345ef15dc13d0ccf9cc5a89660fe]

        loplugin:unusedmethods unused return value in slideshow
        
        Change-Id: I1ed955a0e474a755949e80eef60c8cd19f43fd0e

2016-01-14  Noel Grandin  <noel@peralex.com>  [8ac02b48579c18c1f3c394ea1ae8eb76262eb1e7]

        loplugin:unusedmethods unused return value in sfx2
        
        Change-Id: I9c16c3f2754f181571faf7d5e1c48fa8bda59f7d

2016-01-14  Noel Grandin  <noel@peralex.com>  [b696725cf63788f703cc76ae2bf455574b64bff7]

        loplugin:unusedmethods unused return value in sdext
        
        Change-Id: Ie919a094630da57371b13081ab2f04984dd96c78

2016-01-14  Noel Grandin  <noel@peralex.com>  [06d68fb0a14149dbf6580df78d00aee2f545d460]

        loplugin:unusedmethods unused return value in sd
        
        Change-Id: I9bf87cad19b7371076fd0b2333c83697021fe0e1

2016-01-14  Noel Grandin  <noel@peralex.com>  [fe0e43a3764b923dd578019765cc1cc949cd56dd]

        loplugin:unusedmethods unused return value in scripting
        
        Change-Id: I9b203e255eddce59c37df1a94884e459df034459

2016-01-14  Noel Grandin  <noel@peralex.com>  [5669ea31ddacf87bab6283dc9de0aeccb761b5cb]

        loplugin:unusedmethods unused return value in starmath
        
        Change-Id: Ic70c3d727ecadd082f7e5d293fc2b279b1287b8f

2016-01-14  Armin Le Grand  <Armin.Le.Grand@cib.de>  [50f024844b1e00249e638df6db029f09465c4c10]

        tdf#96522 reset CustomShapeEngine at import
        
        Do not reset UNO API xShape at import time as described in tdf#93994, better
        reset the involved XCustomShapeEngine which allocates and holds the
        EditEngine and VirtualDevice. Resetting the UNO API object leads to problems
        when e.g. an animation effect is set for the shape. This happens since the
        animation effect remembers the xShape using a weak reference, thus being
        no real on-demand constructable object.
        
        Change-Id: I7b421f578ebf003af2745e449cd02ba368b455dd
        Reviewed-on: https://gerrit.libreoffice.org/21401
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ccffbf566c34f68dbad786f31032af97f91f08f]

        xmlsecurity: import OOXML <X509Certificate>
        
        Change-Id: I051b3b0f69567cf7bcf4837ab6ccda221142b49e

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4ab8711c1ca8b474aa23e97ef236ee02add6259a]

        xmlsecurity: import OOXML <SignatureValue>
        
        Change-Id: I96479457d6740ec69bddbf3feabd3c1dc815f197

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7834dd22938c9052e962473dc6f5efd1b7b2e0a5]

        xmlsecurity: implement XInitialization for OOXMLSecParser
        
        addSignature() can't be called without this, as later it'll try to
        examine the keeped SAX events, which are expected to be remembered by
        the next handler.
        
        Change-Id: Id6677fff791cc65e514e43fba169fc2f71a69e33

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [87f52aeec107544cea1db48809a8da6d00e3e5d2]

        xmlsecurity: import OOXML <DigestValue>
        
        Change-Id: I2ca893aba65a9b9ffd5ffaddbcb6accc13fca755

2016-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [972d27f5652646d28dea9c5bdb3f987e8a8aebe8]

        sd: clean up remaining non-static isTiledRendering() usage
        
        Change-Id: I36b0edc55b9c275bef5cf82af2bdf0ccb3ebe621

2016-01-14  susobhang70  <susobhang70@gmail.com>  [63551177041bd6f632f7e6cc8f6a87365236c658]

        tdf#95845 Use CommandInfoProvider to receive UNO command labels
        
        Change-Id: I04227652cc1b94129514ddb61ce66d7d9b365807
        Reviewed-on: https://gerrit.libreoffice.org/21402
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-14  Noel Grandin  <noel@peralex.com>  [d6318214908b088f8820033f62c47fbc4821c3a1]

        loplugin:unusedmethods unused return value in svx
        
        Change-Id: I15a87da20487ce031c6aab2f3df0b18fd3e4c249

2016-01-14  Noel Grandin  <noel@peralex.com>  [5adcc4f6da434af9b6baeba06699321ceaa15478]

        loplugin:unusedmethods unused return value in svtools
        
        Change-Id: Iee0fc65d6ae97296e3093c843d856fa13d875bf7

2016-01-14  Noel Grandin  <noel@peralex.com>  [de70170ace52c0266bde7b5d6cb9b6958db53c43]

        loplugin:unusedmethods unused return value in store,svl
        
        Change-Id: I369b3ae84af046242430977cec7d5c5e69fc27e7

2016-01-14  Oliver Specht  <oliver.specht@cib.de>  [8c3ba5aa8de964313885afcdec06ef33a5c6a23a]

        tdf#47989: Restore button should re-read the text
        
        Fixes the re-use of the current sentence when restore button is
        clicked (introduced with tdf#39348) and really updates the
        current sentence in that case
        
        Change-Id: Id29262cae01eadaf4d588aad2dac23bf77b2a645
        Reviewed-on: https://gerrit.libreoffice.org/21428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-14  Oliver Specht  <oliver.specht@cib.de>  [1fbd073828ef52f5206aed4643226bae9fb85f4f]

        tdf#40494: adding rows to table in protected sections not allowed
        
        Travelling with tab key in tables usually adds a new row when the
        last cell is reached. This should not be done in protected sections.
        
        Change-Id: I554c85c517157e394c691b43c462f5abf45e8197
        Reviewed-on: https://gerrit.libreoffice.org/21427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [511bccbf890d3cc9c993375b372ae96460ee6f32]

        vcl: change ServerFont::FetchFontMetric to GetFontMetric
        
        Change-Id: I935f69d275d2073d8f0924392a5aa1fb2567cedf

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [27c4cf76a189b546daf14797773517655f24c81d]

        vcl: change from pFontAttributes to pFontMetric
        
        Change-Id: I777fd9ee93402c9af026f1ebef6fe960bd8c7c8c

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [43488d9de74d785445f5f7cbb80163bfb2e36c1b]

        vcl: FontMetric now has ImplFontMetricPtr objects
        
        ImplFontMetricPtr is a typedef to an intrusive_ptr<ImplFontMetric>.
        I have ditched the manual reference counting to use Boost's smart
        pointer.
        
        Change-Id: I5e93f45d19d43c8b7253f4342c1b9ef4a4301527

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [2496c497b6ffe9c69370ccc12bb103099c877165]

        vcl: move font.cxx from gdi directory to font directory
        
        Change-Id: I6768b37a4b0b98202b7d2410d8cbfac47dac0415

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [caadf8bcb4c150094363329f5eb7a9b96155344c]

        vcl: remove unneeded headers from impfontmetric.hxx
        
        Change-Id: Ib12f628d6bc86336bae5ffc7b3041a2d2ad3e567

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [5c617bd1c413fb57497076bc3be1c3b3650d0030]

        vcl: remove unneeded headers from impfontmetricdata.hxx
        
        Change-Id: I0f287bc48582aa26ec4cd69d8175d12cda0e567d

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [2c96503035876b0455b6199099f9a630b125e2b7]

        vcl: remove unneeded fwd decls from impfontcharmap.hxx
        
        Change-Id: I8d401e95b69feb710d450768e3b9ac9d22b896ca

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [70ea14baf7d43c00f73807bce13629ca25320558]

        vcl: remove unnecessary headers in impfont.hxx
        
        Change-Id: I509b517354a61f03e0b4ccc681a643f448c5f12f

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [c80c1b19719bb4c87384867936989299a362c040]

        vcl: no need to include cstdio in fontsubset.hxx
        
        Change-Id: I6172446f7d81698f8222f46db47eb13351d46cce

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [8689db0049718d203ed2900e612ef4221b09ec85]

        vcl: remove unnecessary foward decls from fontselect.hxx
        
        Change-Id: I6721303864c45251f50ee62515674909354cf932

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [d8ecd82f310108c10ad0a2dd9586d4596dd4c96f]

        vcl: fontmanager.hxx is a private Unix header
        
        Change-Id: I06f3e941bfb1af861298d4fbf666d270c5bac051

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [810da92132cbc2f52561168929a0d5fa02047e50]

        vcl: cleanup fontinstance.hxx - remove unneeded fwd decls and includes
        
        Change-Id: I2425451a6a0378025b047f9125abb53aa414f238

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [c6faaf6ee3f026ae95724a35a103f451c750955f]

        vcl: cleanup - remove unnecessary includes and fwd decls
        
        Change-Id: I031516292a9cc1f47fe193df5f5d98273dc003af

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [3a0d7c93f80a6adbbd7dce8b9eeb82270b2a89aa]

        vcl: move ImplFontCache into own private header
        
        Change-Id: Ic4444f54fabe03319de9add93653f6b7c91d6fce

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [d406d7c3a649bcbbe3377338707221e39f03a639]

        resolve TODO, remove SVVERB_SHOW
        
        Change-Id: I10148330f1a356dbd423af98267c25d7128c3a86

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [bd5834005872d005c3129405c6ab2d6d2bdce19d]

        tdf#97108: SwDocShell of clipboard document has no base URL
        
        ... which triggers this assert; have to downgrade it to SAL_INFO.
        
        The startsWith("0x") check is obsolete anyway since commit
        0f02bc189b6e89ca2e62d4bd6a2f407a9fd4ec3b.
        
        Change-Id: If47bc4496852ff85ba1bbeb4205ffc16be0782de

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [7d77b7c671083705b87c015ecdab1711bfad615f]

        vcl: update private Unix fontcache.hxx's header guard name
        
        Change-Id: I805a90f0074fe023a4af6d3dd2f394ec300ad625

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [9b0c3d99e667c532428193e020b9133dd6287bcc]

        vcl: split off ImplFontMetric into impfontmetric.hxx
        
        The fact that there is now an impfontmetricdata.hxx and an
        impfontmetric.hxx file in the same folder highlights the need
        for refactoring :-)
        
        Change-Id: Ic81f32cfa8523dccabe7b419bf97f1566e2d67da

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [59c5738e4d98addb271290c391435e844fd70741]

        vcl: fontcache.hxx is a private Unix header for psp
        
        Change-Id: I5b27a21ff49ca84400c635b6e8539c7041b117d4

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [5cb1fe674f93a882f0be1d487c5e9bb46d26e8dc]

        vcl: ImpFontMetric and FontMetric no longer friends with OutputDevice
        
        Exposng your private members as public is bad, but its also
        unacceptable to allow friends to access your private members. It's
        not the done thing in civilized C++ society.
        
        Change-Id: Id8f811f0e775afde26c6119b274f37908731507c

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ccece2f322eae35601bf09c57ea583f8b270574]

        vcl: Create mutator for bullet offset attribute in FontMetric
        
        Mutator created for bullet offset attribute in FontMetric.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can get and set bullet offset attribute
        - check equality operator on FontMetric after setting bullet offset
          attribute
        
        Change-Id: I87a76982a8b3ed697664299cb340fa35fb514c0e

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [71d5ffba4434538e7897b288ddfa2e0a6df03dd2]

        vcl: Create mutator for slant attribute in FontMetric
        
        Mutator created for slant attribute in FontMetric.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can get and set slant attribute
        - check equality operator on FontMetric after setting slant attribute
        
        Change-Id: I5490a40dba4c86386d59a42f2d04303b3fc4d536

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [d9c20d142539b53b052937274efd2e576d0712ec]

        vcl: (workbench) check error status of socket writes
        
        Change-Id: I0825a4e1a0dc49d7ab2d74ad4b11cfb8baf973f7

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [a5bc28e073c2dd1eb8ad733687dc827e6bac31bd]

        vcl: Create mutator for line height attribute in FontMetric
        
        Mutator created for line height in attribute FontMetric.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can get and set line height attribute
        - check equality operator on FontMetric after setting line height
          attribute
        
        Change-Id: I86dff217fa24850b5f9d04a17ddda464dfb0156a

2016-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [23acda53f70857cac41fc2c877441f91e592d2d0]

        vcl: use mutators for FontMetric's ascent and descent properties
        
        Change-Id: If534bdbd1ed0f06ea68798193eb4771a473a8f54

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [f8ffe2ff7a654052e0e2d6cb168841025bcc2f25]

        vcl: Create accessor and mutator for ascent and descent in FontMetric
        
        Accessor and mutator created for ascent and descent spacing in
        FontMetric.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can set font ascent and descent spacing
        - check equality operator on FontMetric after setting both ascent
          and descent font spacing
        
        Change-Id: I714363b14bdc61ddfa37a619fe4b03f4e4e96f7a
        Reviewed-on: https://gerrit.libreoffice.org/21458
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [398491236015721e067273657ad3016634b5a166]

        connectivity: suppress MSVC 2013 --enable-lto warning C4702
        
        Change-Id: I55b27c655de221c10bac6f868a59b0dbd6cd8d32

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [0b5a5210b1ca5448e51995ae934d6eeebad00f1a]

        cppuhelper: remove invalid doxygen markup
        
        Change-Id: I97e8757c1f5006bb1320b4a65da34745cc563e58
        Reviewed-on: https://gerrit.libreoffice.org/21456
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [08bbdaa2f9e3a2b7cfee6838ea6d9f0096495812]

        vcl: Create accessor and mutator for int and ext leading in FontMetric
        
        Accessor and mutator created for external and internal leading space in
        FontMetric.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can set external and leading space
        - check equality operator on FontMetric after setting both external
          and internal leading space
        - enhanced tests to also check the inequality operator
        
        Change-Id: I973970dd0b0631c5eca3e89039dce57ac3a3eb63
        Reviewed-on: https://gerrit.libreoffice.org/21454
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Matthias Freund  <matti_lx@secure.mailbox.org>  [fb45376fea3e3d0ff0fc2af56d67efad1e7751cf]

        tdf#75256 - Sifr updates
        
        Change-Id: I97a8f0df0548ec05b29c09d160d5f09ddd14a96f
        Reviewed-on: https://gerrit.libreoffice.org/21407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-01-13  Bryan Quigley  <gquigs@gmail.com>  [a0537ec8038562152b07d11d51833c9488428f19]

        tdf#92925 Remove MET (OS/2) export
        
        MET Files were used with OS/2 and are not used anymore.
        I did test import which this patch did not remove.  However,
        with MET files you can not export them as an image using "Save as
        image" (this patch didn't cause or fix that).  You can still use
        the export of the whole document to convert the MET file.
        
        Change-Id: Ie818ef963db14166be354379d4b2991a3b72b645
        Reviewed-on: https://gerrit.libreoffice.org/20622
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Takeshi Abe  <tabe@fixedpoint.jp>  [fd5cd63da26cd1130944978cc2a3b14583a2f2e8]

        Prefer fixed-width fonts as default Japanese ones for Writer
        
        ... through standard configuration of "Basic Fonts (Asian)".
        E.g. choose "MS Mincho" (mono-spaced) first, rather than "MS PMincho"
        (proportional-spaced).
        
        Thanks to Jun NOGATA, whose presentation at LibreOffice mini Conference
        2016 Japan points out that [1] recommends:
        > In principle, characters in Japanese composition are designed in a
        > square box and positioned without spaces, i.e. solid setting.
        
        [1] http://www.w3.org/TR/jlreq/
        
        Change-Id: Ib928085951ab2760598f11d8ec0b61ebf3c4ba7c
        Reviewed-on: https://gerrit.libreoffice.org/21421
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [0791a91f9fe1d5d8858d79eb880fc759e2ce5271]

        vcl: remove ImplFontMetrics::mnMiscFlags as no longer used
        
        Change-Id: I4ae251107fb754835c0f70ca531fc93557d2ca31
        Reviewed-on: https://gerrit.libreoffice.org/21416
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [f7edbcfc6ce8a6d5293cf74ba3bfd61308765793]

        vcl: ImplFontMetric - all uses of enum now removed
        
        Change-Id: I17d95627e66fcc771a6b248d93d169d0ecadcb82
        Reviewed-on: https://gerrit.libreoffice.org/21415
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [e3746c66929f4f038d1dee58b4fa222fb3c31951]

        vcl: Create accessor and mutator for builtin font flag in FontMetric
        
        Accessor and mutator created for builtin font flag, removed the
        existing bit field.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can set builtin font flag
        - check equality operator on FontMetric after setting builtin font
          flag
        
        Change-Id: Iac3f4270f86d10f9dcd0bb6e3951c0e983a4f22f
        Reviewed-on: https://gerrit.libreoffice.org/21414
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [7c24813fe911e908450e22ec14922952db72dce9]

        sc: remove last ptr_map includes
        
        Change-Id: Ia834a8e78160b1456f98aa5d01c470673b352d0b

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [8a7d8790ff39feb81887852ff9b898b9c02dad50]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I2dbb399a5fb368b0c197c0cf48c0834a4cadde0c

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [7984e90d5220f34935f2f04392cd923acdf81ec1]

        remove unused o3tl/ptr_container.hxx
        
        Change-Id: I8132958b979add35bdd7aea52ce8788f3cdcbe51

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [87adef1bde1d4b506951dff2a1228fecdcbdc936]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ia051a8f0d20a6f718395e1420d7f409099607156

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [d77d16dea9edcf5b4a91326ecc1a67bebfea6fc7]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I303b58ab25e0a5e369d7269cf30e8bd565e6e4c4

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [09943011f08fd4853c486376b8820eba1dcc9dbc]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ib97ddc8871774eb5faca35a8b4193599dc6f25ef

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [3e53470184f0398429004e836fe6e9bdd08f2240]

        sc: replace boost::ptr_map with std::map
        
        Change-Id: I21fbba963e595377a0f6e9151e5510c660d8ca5f

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [14cb391feda461be087aafa090381cba54325d24]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Id503e8eb2404faaeb2486fa640d21db23e57e643

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [1713124948122b44763d2241503f2daa1e207538]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ie38b2150187129723a112f707428ebfc88546ab5

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [3071ff2693fc9cb4541b240f758997402d5eb9fc]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I1be831515ee0c86242dcdbea9704febf6b3c5695

2016-01-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [53a7198c9bbb2bc08568347be9ac3af21423acf0]

        Updated core Project: help  15b865721769943ba89a38d98f951fecd14d020d
        
        Copyedit the documentation on Firefox Themes
        
        It was so badly written I had trouble understanding it.
        
        Change-Id: I4b1172a2fc2e0a8028241188d15d0ea4388f1f25
        

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [09f1bd85d432d130cd54d329d01a020728757c2e]

        -Werror=address
        
        the original looks odd, but the code was like that ever since it got introduced
        with 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70 "re-base on ALv2 code. Includes
        (at least) relevant parts of:"
        
        Change-Id: I327c5a53a2634aca1b36367ee09c068ac610d3f4

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [facfb35417da684eefe0b51e8f7c6824478a8717]

        -Werror=attributes (GCC 6)
        
        Change-Id: I4450caf9411fcfbe979a41a67a38e7238ece0be6

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [d0e1cb02d87968bdfd6bbedecf41cd5a6ed1c644]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I50b57b3e78758271411bdb4c3d58a2413578db1c

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [84800b5e65e03c744b01225a1d44f8d54481b5f4]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: I83e38c017600946e4055a5b8ada87a0f64e83222

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [39d6c6256f80a5b5c548f5e68849a1ef7140e32a]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: Ide514da5b4413974e50beeb4f41881294475303c

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [a20f9388f1487c68d707084e0213f17d899f531c]

        -Werror=misleading-indentation (GCC 6)
        
        Change-Id: Ia633b859df94ede325469ec8a20e7383d2a178d4

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [e5d393cf0edc5d871cfe1aea6acede482eecec84]

        Keep MSVC happy
        
        (warning C4305 when converting 9007199254740993 from __int64 to double)
        
        Change-Id: I0e2b92a01ba5ae1824d609ee2e557f1a1cc85cbd

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [036b4a366ecc7ea343a3fedee268463d6576cb32]

        loplugin:defaultparams
        
        Change-Id: I507a16e1d87460dead79b78621202c68ee12c2c8

2016-01-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8a0462791d2477ab6e77369db593c3c7ca641b23]

        Support “savemodified” status in Galaxy as well
        
        Change-Id: Ic464135ea4d44b12b77b6366668d5944b3f0592d

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [75953d43ae38af33bdc79472ff39b9e3619779b4]

        gbuild: let's hope this MSVC2012 specific hack is unnecessary now
        
        ... at least for dbulo.dll there are no such warnings.
        
        Change-Id: Ib0c77e71ba5737ecd3e2f6812c3cf03010b7eff9

2016-01-13  Andras Timar  <andras.timar@collabora.com>  [68481f11371dccfedb3132fd1b92150e011950b1]

        Updated core Project: translations  59c9b75e10ca18f465d153ddadd2836bf5262448
        
        Updated Slovenian translation
        
        Change-Id: I1059cbd5c4acd6d33dec1f39799fcdb9f36dffcf
        

2016-01-13  Michael Meeks  <michael.meeks@collabora.com>  [5077a1f66411efd78110206343b07fa6ff8d58b0]

        tdf#95573 - stop (crazy) busy loop from blocking rendering.
        
        Attempt to blind fix extensions problem on OS/X. Some quite
        amazing code there. To avoid each busy idle from invalidating,
        avoid progress bar invalidation for the same %age being set.
        
        Change-Id: If96f8615c0ea712681e008972b3abe1c070a3227

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6d1b4b17a74bd2af03cd090b80c98bc9a275aa3]

        xmlsecurity: import OOXML <Reference>
        
        Only non-stream ones as a start.
        
        Change-Id: Ifacf391e78463004c17106905019ec2ed3430efe

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [143f310f1c699de9ea3f146c2cc7c1cf21493f79]

        xmlsecurity: import OOXML <SignedInfo>
        
        Change-Id: I5591b33b41fdfe2e84a6462d0d2db5304cb909cb

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [aac43335e2acdba57e3bb5567decb157f2d0bda4]

        xmlsecurity: import OOXML <Signature>
        
        Change-Id: I5925440347c04b2fff243261ba677c718d8fc312

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [829e236d39707437475b7d7fd599a385ed3cf5e4]

        xmlsecurity: initial OOXMLSecParser
        
        Change-Id: Idba2eb384756e72c8b60cb2e810110d6b95b66ad

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [2d526a9ffbad7effaabb70f4e52904c09d0ab22b]

        sal: as always C++ is too stupid to deduce parameter types of min
        
        Change-Id: Ib00f29a6024e22c65a30bf4a45332e550994f03f

2016-01-13  Jan Holesovsky  <kendy@collabora.com>  [ba3dd2fe5e74337c538205e5be0daf399ee51943]

        sc: Fix the unit tests.
        
        Change-Id: I1d5ea5835115bca3c8d24dc1f2e43c14d5d7b47a

2016-01-13  Jan Holesovsky  <kendy@collabora.com>  [19ef189f3bebe46a412d22fb6205b0e4c1aa377f]

        sc: Further .uno:Insert (inserting a new sheet) tweak.
        
        Change-Id: I5437e173009be2b21594abfa133c1b48e53a2ff3

2016-01-13  Jan Holesovsky  <kendy@collabora.com>  [b70b579b7cc27a6bd2a348acf474b2c2e3fd7e9a]

        sc: Make .uno:Insert (inserting a new sheet) always succeed.
        
        Also, when provided with '0' as the sheet number, treat it as adding at the
        end - which I think is the usual use case one wants to target.
        
        Change-Id: I9e1a1733c2310b8c6bb7ff239351e88bbef09ac7

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [6dc3dbcf91c2ac63651e0494951e090953c96cb5]

        Revert "sc: Make .uno:Insert (inserting a new sheet) always succeed."
        
        This reverts commit b908497aaff0ec48340f24df33182430b32a4023.
        
        Causes segfaults in various calc unit tests.
        
        Change-Id: I6b986450fb32db094b1e1f6cbbca1b92f23e4873

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [93adda8562b09e14624e52a9bb3fd1e5f321789d]

        Revert "sc: Further .uno:Insert (inserting a new sheet) tweak."
        
        This reverts commit b550d3b10adf3a7f8c3013c231e8251059343c5e.

2016-01-13  Eike Rathke  <erack@redhat.com>  [a3f5f4f6369552a3da870de1ed4ea9d8c628c7a8]

        unit test for tdf#96918 display accurate integer double values
        
        Change-Id: I619e0cb0fbbfd0dfba3b2fe9c3476be55a3eea8e

2016-01-13  Eike Rathke  <erack@redhat.com>  [0f6203edf74832f84d8263d7a544d679203a4efc]

        tdf#96918 display accurate integer double values up to (2^53)-1
        
        Change-Id: I42001583c72bc3faab94489a4eabfa183cab5ae2

2016-01-13  Tor Lillqvist  <tml@collabora.com>  [5fdb9cd64cfb48949a8c15292eda9266155a62ea]

        This stuff is private to vcl
        
        Change-Id: I623da89ea390a07bd6a3236b5c099be094a7acde

2016-01-13  Tor Lillqvist  <tml@collabora.com>  [4a846b9b93b89152b8f74f3dfc893441ae1347b8]

        We only use the prev pointer
        
        (Why not use a std::list? Maybe there is some reason.)
        
        Change-Id: I09010726e9fe45cfa0f530a085c48ec8d3d02cfb

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [37c35bc263b46edb5881cc9eb824d3eb432c0441]

        sw: -Werror=unused-but-set-variable
        
        Change-Id: Iec8f2715a526d69332e771b99058fa1b321dbc57

2016-01-13  Michael Stahl  <mstahl@redhat.com>  [e17855d3bf12de307693aa34ace8f4fd20c707e6]

        sw: -Werror=unused-but-set-variable
        
        Change-Id: I9e42af61beff705a8691322a56a967676d560678

2016-01-13  Noel Grandin  <noel@peralex.com>  [c2460312ffcc430f97bea6fb1101be2e736fe002]

        -Werror=unused-but-set-variable
        
        Change-Id: I61a07db63cc8a6bad159ca455f92d604c5e78edc

2016-01-13  Noel Grandin  <noel@peralex.com>  [2b4fd256e9f8594c31e7e8045dccae5afdc62e16]

        loplugin:unusedmethods unused return value in sw/
        
        Change-Id: Iaec71124b04ed678686d646df3ff0892585d3d50

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [20b0c8fc3bb5bcf4ae8ba81c88aaa5726dbcf9e2]

        sal: avoid " at:\n" at the end of SAL_DEBUG() messages
        
        This reverts one hunk of commit c995196ff0e9f7041b03fc513d703d6e60b8c867
        (Fixup SAL_DEBUG_TRACE macro., 2016-01-12).
        
        Change-Id: Icbf611c4aaa909b8c495bed1280fad73ba876e8c

2016-01-13  Jan Holesovsky  <kendy@collabora.com>  [b550d3b10adf3a7f8c3013c231e8251059343c5e]

        sc: Further .uno:Insert (inserting a new sheet) tweak.
        
        Change-Id: I5437e173009be2b21594abfa133c1b48e53a2ff3

2016-01-13  Jan Holesovsky  <kendy@collabora.com>  [b908497aaff0ec48340f24df33182430b32a4023]

        sc: Make .uno:Insert (inserting a new sheet) always succeed.
        
        Also, when provided with '0' as the sheet number, treat it as adding at the
        end - which I think is the usual use case one wants to target.
        
        Change-Id: I9e1a1733c2310b8c6bb7ff239351e88bbef09ac7

2016-01-13  Noel Grandin  <noel@peralex.com>  [60904f1a7ed71adece23bed6072adc59e459aa5b]

        loplugin:unusedmethods unused return value in xmloff/
        
        Change-Id: Ia5a3716ca4f7eb987092837ac83a415e5c0730df

2016-01-13  Noel Grandin  <noel@peralex.com>  [83f3cefaa3ee7740ab738f394791bc505358bac3]

        loplugin:unusedmethods unused return value in writerfilter/
        
        Change-Id: I0eef0cb336a2d9450ede01c8fe1c02fbd3b2b57f

2016-01-13  Noel Grandin  <noel@peralex.com>  [5b5f3ccdbb34687f85f68f9900d02432ad21f60a]

        loplugin:unusedmethods unused return value in vbahelper/
        
        Change-Id: I654f1b2d3a488e147acdeb790ce9a9ff3dde61f1

2016-01-13  Noel Grandin  <noel@peralex.com>  [5ec991b6fecba3f8bad120dd89bb4482d6498480]

        loplugin:unusedmethods unused return value unotools/
        
        Change-Id: I5fbb0fe5910d4f430fe4885eae5689592c366500

2016-01-13  Noel Grandin  <noel@peralex.com>  [8a43ba529a9cd5ba7658334f9546f978175921ab]

        loplugin:unusedmethods unused return value in ucb/
        
        Change-Id: Ib988c919a21f58b7dc302810ec6c63534a51f382

2016-01-13  Noel Grandin  <noel@peralex.com>  [c263b4ae5fa9f56199129febeeea74a036535cc2]

        loplugin:unusedmethods unused return value in UnoControl
        
        Change-Id: I6099667c1a057e36cd10a9d79792fadbb84fbf26

2016-01-13  Noel Grandin  <noel@peralex.com>  [91a5acfb0e91222017b7472a8b94f0b3db0ccefe]

        loplugin:unusedmethods unused return value in xmlscript/
        
        Change-Id: I076b589686302a9093eae934533e823f12e003b9

2016-01-13  Noel Grandin  <noel@peralex.com>  [139c2e8cbde7e176d184c46583d1b78ef851515a]

        loplugin:unusedmethods unused return value in include/svx
        
        Change-Id: I9a5e937905fd71ecbbf9cb215ff6cc2b7defc6f3

2016-01-13  Noel Grandin  <noel@peralex.com>  [6cbf151fa91ce50f7b1582c6e502a4474ba54b8e]

        loplugin:unusedmethods unused return value in include/svtools
        
        Change-Id: Ibc83f032bb703559cc643933e53e8670bd6560b3

2016-01-13  Tor Lillqvist  <tml@collabora.com>  [88ee54654e95f1f62266ee2737d2b82c8d5080a6]

        Just use the strings as such
        
        Change-Id: Iab4d669ef5dc397786de2aadc2222d4efb7a244a

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbfb82b6da0f4e6d7be9a0010eb4db8e1bf92ee0]

        xmlsecurity: refactor to allow multiple signature parser implementations
        
        Change-Id: I1d1ae4a0bf41b89fe2f8db9b44d3b0b7a0dfd1cd

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [5524754e9f7c936f7152f49815af0e11d9c92613]

        xmlsecurity: initial XMLSignatureHelper::ReadAndVerifySignatureStorageStream()
        
        Change-Id: Ida3f77a763c55a7ec8a52a3de4521d18a952e752

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [64b49f20af80150ec551d0c4d9638731e023217f]

        xmlsecurity: read OOXML signature relations
        
        Change-Id: I9d2f6e6285e3db6c72d298a7d0b4ebb321936506

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e62ba5bb3f032e7064bf1f643bae449b0e612787]

        xmlsecurity: don't assume the signature is always a single stream
        
        Change-Id: I07ce23d698fea9338a85b086a5a3c3418e8c8290

2016-01-13  Tor Lillqvist  <tml@collabora.com>  [faf636b09fdc634bd1ec136cc29c0a146469e289]

        Increase relevancy
        
        Change-Id: I3a7e46f96898d535b4beff35fdf7245c0eea989e

2016-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [64659d59310b17ce6ca410bfca2e231d8b79b0ff]

        sc: clean up remaining non-static isTiledRendering() usage
        
        Change-Id: I546f644e220069904fc2723f953ce2e6e2bfaca3

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [9dd258e7029847537e61f34936e1ef200f3b7233]

        Revert "svl, sfx2: WaE - unused variables removed"
        
        This reverts commit d2dc3c20ab6240884164ab89f9388958069697fc, conflicts with
        200434b1419afe375e104da76c68f81253374645 "-Werror=unused-but-set-variable"
        pushed slightly earlier.

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [d2dc3c20ab6240884164ab89f9388958069697fc]

        svl, sfx2: WaE - unused variables removed
        
        Change-Id: Icb465506f945ab35a732db488ae9cef8f248d09f
        Reviewed-on: https://gerrit.libreoffice.org/21417
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [200434b1419afe375e104da76c68f81253374645]

        -Werror=unused-but-set-variable
        
        Change-Id: I142e95b9736545c7771274e315419cec12d9cf49

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [c70bc04224e5ad909d2c907ad2b489739837dd43]

        -Werror=unused-but-set-variable
        
        Change-Id: I01c18a1b8193f491a82988426ac4e673dd68897a

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [dc85ef3aeb28edc51a61115d15ebe6dba8bd1ef8]

        tdf#97077: So ppStaticDefaults can be null after all
        
        ...at least in Base, and the assumption in
        43de9a5b0f68a77a10595b3f69c6145cd9be05b6 "What these SAL_INFO probably want to
        tell us..." was wrong
        
        Change-Id: Ic9377b72f35c130ecd34dbf76c1f6a0f4b235c69

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [14c42d4b3c60cb2a95cb73c9b20e51a29e5f9810]

        Fix memory leak
        
        Change-Id: I346a88a802ed5b1f373cd10cff794f93cf6d909a

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [13ca560d136e833efabef843c57771c96d865964]

        Fix memory leak
        
        Change-Id: I82ce013a42ac1cd9bb4f3842e9fba8fbc6056b3c

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [55a754cca0f299b658d99684caa9e15cbdd90cc6]

        Fix memory leak
        
        Change-Id: Icf46bc3c086a8221e08a4bb18e1f64355043cdbb

2016-01-13  Stephan Bergmann  <sbergman@redhat.com>  [b497655a48f75ef377ac7428ef64bcb3c7bf51e4]

        Fix memory leak
        
        Change-Id: I9e271c3b7ff49d33f4f6f3f8c50b70ac5ce1541e

2016-01-13  Oliver Specht  <oliver.specht@cib.de>  [70d2673ba06878ee84c99d7877e4b71749ac06f0]

        tdf#96067: fix crash in undo of table row insertion
        
        create SwIterator with SwLayoutFrame instead of SwTabFrame
        the wrong usage worked with tools/rtti because of incomplete
        type information above of SwLayoutFrame
        
        Change-Id: I9967fa1b534fc28dc5e0cd1fa5b64179faa9b94d
        Reviewed-on: https://gerrit.libreoffice.org/21394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2016-01-13  Noel Grandin  <noel@peralex.com>  [8bd9eb833444810dec3debd0215bd26dffc2fb91]

        loplugin:unusedmethods unused return value in include/svl
        
        Change-Id: I759fe8769daccea07c2157bfb5912df8ba285534

2016-01-13  Noel Grandin  <noel@peralex.com>  [fa7c7b160136e4b08bc1e1aef9017d4596ad6184]

        loplugin:unusedmethods unused return value in include/sot
        
        Change-Id: I8da6d5f60b6c65ff0da8659045da1cd7666fb1d9

2016-01-13  Noel Grandin  <noel@peralex.com>  [38c23520d40749ff21b6b1ed5f5c0375d40fe1fc]

        loplugin:unusedmethods unused return value in include/sfx2
        
        Change-Id: Id4017bdfe18f8224d28a9f787865c7a880aeeed8

2016-01-13  Tor Lillqvist  <tml@collabora.com>  [2fc2f752447725ece32ce55d5db21b912902b3cf]

        Bin unused field
        
        Change-Id: I664e3815bcdaff82a03309ae387154914471a80b

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [bfd690701ff414496ad77c2b268bf7200947dc3a]

        vcl: Create accessor and mutator for full stop centered in FontMetric
        
        Accessor and mutator created for full stop centered flag, removed
        bit field.
        
        See commit description in 8bfccd3a71d911b6d ("vcl: Create accessor
        and mutator for font scaling in FontMetric") for reasoning behind
        patch.
        
        Unit tests
        - check to ensure that can set full stop centered flag
        - check equality operator on FontMetric after setting full stop
          centered flag
        
        Change-Id: I9cacb0fbf9ea65cfebcaebdc9f0481c0a796cbcf
        Reviewed-on: https://gerrit.libreoffice.org/21413
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [78efa95b8088f7e23a77d7a746186ae2ecd0055c]

        vcl: format enum in ImplFontMetric to make it easier to rebase
        
        Change-Id: Ic2e7213254b60cf3c384dd7ab4696092dbbc5108
        Reviewed-on: https://gerrit.libreoffice.org/21412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a84cae5735a91e3c1e03dfed58bdf7c03500a53a]

        update emoji autocorrect files from po-files
        
        Change-Id: I1844e4fc7fa08ee5526e7b9ff76224572cd4d089

2016-01-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e7d1b8a608096a1a999b9b610ce8862b0fbfc54a]

        update credits
        
        Change-Id: I7d00e1eb3bb6d2da18ea2e6ae531aeb18e27c214

2016-01-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [8bfccd3a71d911b6da6c108a1312b712431f99d8]

        vcl: Create accessor and mutator for font scaling in FontMetric
        
        This is fragile code! There are actually *two* classes that do almost
        precisely the same thing, they are:
        
        - ImplFontMetric, and
        - ImplFontMetricData
        
        They both have much in common, including their class name, and even
        most of their functionality. In fact, they both have common accessor
        functions. When I look at the code, it looks like OutputDevice is
        actually given an ImplFontMetricData object, which it then uses to
        populate an ImplFontMetric object...
        
        Basically, I'm going to merge these classes. To do so, I'm going to
        do the following:
        
        Step 1: Implement accessor functions for ImplFontMetric and FontMetric
                (then remove the friendship of this class to OutputDevice!)
        Step 2: Write a unit test for each accessor function in ImplFontMetric
        Step 3: Ensure that ImplFontMetric and ImplFontMetricData use some
                sort of smart pointer (probably an intrusive_ptr like I did
                ages ago with FontCharMap)
        Step 4: Merge the two classes together once their class interfaces
                are the same and I am satisfied they do the same thing
        Step 5: Find all instances of inefficient usage - for instance, I can
                do away with the code that copies the ImplFontMetricData
                attributes into an ImplFontMetric object.
        
        Change-Id: I07c1cb848774b130fa2ca60b51da53e07754dd00
        Reviewed-on: https://gerrit.libreoffice.org/21399
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c71b5b4d2ec76c0a204f9515dece1e0e0689ce3c]

        Updated core Project: translations  3b2b4114cc4585399aa5db74ce702b0382bc01d8
        
        update translations for 5.1.0 rc2
        
        and force-fix errors using pocheck
        
        Change-Id: I24437fdaa13a74a85f58314771245375fec94108
        

2016-01-12  Michael Meeks  <michael.meeks@collabora.com>  [c995196ff0e9f7041b03fc513d703d6e60b8c867]

        Fixup SAL_DEBUG_TRACE macro.
        
        Change-Id: I276ce9a356086001c208902ba94641863c2f2fdb
        Reviewed-on: https://gerrit.libreoffice.org/21408
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-13  Maxim Monastirsky  <momonasmon@gmail.com>  [40f9ae367ca71e9dadb7cd76b08616b229726d7e]

        Modified state icons not packaged into zip
        
        It seems that images must be mentioned in some src file.
        Unfortunately had to copy the save icon in place of the
        modified icon in galaxy, to satisfy the resource compiler.
        
        Change-Id: If3fa7a8a194a0289c79fa10987138dfb35eaeca2

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [6640bfc66dca7fdad8a038b32fa062bff34219b7]

        xmloff: SvXMLExport::mbExtended is dead now
        
        Change-Id: Ie679259deccce87949d7bf8767af707827b4134c

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [d277ac87455a599fbf4acd3c6401f09bc74d3dac]

        xmloff: there is no reason why office:version should be omitted
        
        ... if a document contains foreign elements or attributes.
        
        In fact since ODF 1.2 the office:version attribute is mandatory and any
        document that omits it is therefore invalid, while "extended conforming"
        documents are allowed to contain foreign elements and attributes.
        
        This mysterious check was there since CVS initial import, but without
        any justification.
        
        Change-Id: Ifeafad2b7af41f06356461adb7ae65dbf7bae11d

2016-01-12  Michael Meeks  <michael.meeks@collabora.com>  [8d6c1b6981f01bbc0057234f53fd139e87a5f010]

        tdf#96385 - opengl: dynamically adjust priority of swap buffers.
        
        Initially we start with a very low priority, so that the lame
        bits of code that do eg. focus, and cursor rendering before the
        document is visible do not cause a swap, flash. Then after we've
        processed a REPAINT priority idle (hopefully our first paint) we
        adjust the swap priority to highest.
        
        Essentially a fusion of Tor's approach and mine.
        
        Change-Id: Ib9b78a18fb9359ac8c3dee1cfeb30177c08fe162
        Reviewed-on: https://gerrit.libreoffice.org/21405
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-12  Henry Castro  <hcastro@collabora.com>  [ab95fb7a19d7847dd1cbfad0059cc175a809a50f]

        sc lokit: refactor setPart
        
        Change-Id: I01786551aef0274ae11fe673cc5b0c250e8817cc
        Reviewed-on: https://gerrit.libreoffice.org/21403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2016-01-12  Michael Meeks  <michael.meeks@collabora.com>  [16c7f8916661df24f4681ec82f6bd4d7ad85d141]

        tdf#97075 - don't render sdr overlays before we paint.
        
        Change-Id: I0b22af14c7dd684c25cfee26e8c12b95b40479ee
        Reviewed-on: https://gerrit.libreoffice.org/21400
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-12  aqcoder  <flw.aquarius@gmail.com>  [a16cef75e829cd48445905fc67de625640bf6398]

        tdf#96412 Fix export text table cell UserDefinedAttributes to xml.
        
        It also export to different Fmt when only have the difference of
        UserDefinedAttributes for the text table cell.
        
        Reviewed-on: https://gerrit.libreoffice.org/20765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        
        Let's try to push it again, it's unclear what the tinderbox failures
        were that caused it to be reverted.
        
        Change-Id: I022b627926870b883eea363567a34b61c34ab353

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [8565cef55b172fd1b4825998b3e3762a530b6a6f]

        connectivity: remove MSVC 2012 specific hack
        
        Change-Id: I78a25118d68ab7ad1db5240910f0974ba1e8381f

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [569bbec54030ab4e7f45aa9e832cac3aa36430a3]

        CppunitTest_xmlsecurity_signing: enable on OS X
        
        Reviewed on:
        	https://gerrit.libreoffice.org/21395
        
        Change-Id: I4f96b322b0306a10d7d47d3b71db9b0716575fe4

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e24ebfabf3dbcecaa52dba62397c4803571e5f81]

        Revert "Re-work focus handling to use an idle handler"
        
        This reverts commit 0ba752201dca6129cc6b4a19ec93eb369eb70890. It breaks
        CppunitTest_desktop_lib on Linux.

2016-01-12  Mark Hung  <marklh9@gmail.com>  [7ec5ba47783ac8b2d0141109d0efe6b20b363ced]

        Fix FastSaxSerializer::write() for non-BMP unicode characters.
        
        Change-Id: I6ee9d028813c970b9ac5b9f0574af932e73111bd
        Reviewed-on: https://gerrit.libreoffice.org/21293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Guillaume Smaha  <guillaume.smaha@gmail.com>  [cbc0c1b64bff517b27104c6335d45fb59a884931]

        RTF import, fix landscape flag & implement lndscpsxn
        
        Change-Id: Id2e8e9c1a9686fd674d712498acb7374a81077d7
        Reviewed-on: https://gerrit.libreoffice.org/20163
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>
        Tested-by: Mark Hung <marklh9@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Takeshi Abe  <tabe@fixedpoint.jp>  [bcfc60c35e7f7d6436bba0f2554c66bcf699758e]

        tdf#87118 LibreOffice should not claim to use version 1.01 of MathML
        
        Call it MathML 2.0 instead.
        
        Change-Id: Ifecd52cfcded680bbddf680f2600a42b1c7568d9
        Reviewed-on: https://gerrit.libreoffice.org/21304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Julien Nabet  <serval2412@yahoo.fr>  [5c5017ea37e1bee205c6c1b9cafe753fcaf1a9a4]

        tdf#65439: Export to PDF/A-1a gives transparency warning
        
        There was a use of transparency because Watermark was always defined
        Now we test if text of Watermark is empty or not
        Remark: it seems we don't cope not-text Watermark in pdf export
        (additional cleaning+renaming)
        
        Change-Id: I9d9c759a80c0a61e4f0a94c0fa295f2950caa3bc
        Reviewed-on: https://gerrit.libreoffice.org/20990
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Tor Lillqvist  <tml@collabora.com>  [0ba752201dca6129cc6b4a19ec93eb369eb70890]

        Re-work focus handling to use an idle handler
        
        Gets rid of some flashing when using OpenGL.
        
        Change-Id: I1273b960725bf868e7340eac3f2bad2f20e73d91
        Reviewed-on: https://gerrit.libreoffice.org/21390
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-12  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [7a32b6f247b2cb92373bbce6fc2a314cb043e3bb]

        Related tdf#96174: save again on Google Drive.
        
        Files can no longer be saved on Google Drive.
        The bug was introduced in 0398e1e3967332c49b6451b5d41bcf0357052d0b.
        
        Google Drive may have user name in the form:
        name.surname@domain.com
        In some places the user name should be escaped before using it.
        
        Change-Id: Idee3e57c0ad1dcbbd517b60c387868bfc706f27e
        Reviewed-on: https://gerrit.libreoffice.org/21198
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-12  Stephan Bergmann  <sbergman@redhat.com>  [24af10f6c1aaff9fd25e969dd010f798618f2813]

        Revert "Stick to exact-type check"
        
        This reverts commit 791ad3e170bcb5a2daedac77932dc9822f7f1092, as discussed on
        IRC:
        
        <sberg> os_cib, ^ or was that intentional?
        <os_cib> sberg: There was no reason for an exact type check. Afterwards the
         pointer is static_casted to an SdrRectObj anyway.
        <sberg> os_cib, but how is that "Afterwards..." part relevant for what the if()
         should actually check?
        <os_cib> sberg: The detective function puts some object types into a certain
         drawing layer (polygons, circles and rectangles). It won't find any other
         object type in that layer.

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [9d310b03e1ae6729144e149c0b25f94a54db7c33]

        tdf#39468 translate OSL_ENSURE German text
        
        Change-Id: I41d66f7b19217d0ba7780c1a999bc1289a6d3234
        Reviewed-on: https://gerrit.libreoffice.org/21387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Takeshi Abe  <tabe@fixedpoint.jp>  [1de4bd9088bf9311e41bbe3eef098ba79504c071]

        starmath: Assert that SmRootNode always has three children
        
        Change-Id: I9d1b47fc7fc26254f331967dd58f60d88bd2112f
        Reviewed-on: https://gerrit.libreoffice.org/21036
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-12  Stephan Bergmann  <sbergman@redhat.com>  [75f0f9d5538577e0d4923b4d46ba6f88b6199814]

        New loplugin:faileddyncast
        
        Offline discussion about tdf#96067 "Crash on undo row inserts" brought up the
        idea to warn about cases where uses of dynamic_cast are statically knwon to
        always fail.  Clang's clang::AST::CXXDynamicCastExpr::isAlwaysNull already
        implements such a check, reporting true if the casted-from class is final, but
        has two issues:
        
        For one, it does not work for template code, when one of the involved types is a
        template parameter type (so e.g., DestType->castAs<PointerType>() can crash).
        
        For another, it misses the opportunity to report true if the casted-to type is
        final and only derives from the casted-from type non-publicly.  My hope was that
        this, after the "final" decorations in 548c43238d02b34cf73e7c2ca1a912ee4fe82544
        "Mark some classes as final," might turn up the culprit of tdf#96067 (with a
        scenario similar to the failed dynamic_cast on private derivation in
        63b67ab5cab8cf7576a68cabe5fb1a42c6ad800c "Use public derivation, and remove
        then-unnecessary downcasts")---but not so.
        
        Change-Id: I962ee19820758f9c601f4a292da7f37fa9dff5ce

2016-01-12  Stephan Bergmann  <sbergman@redhat.com>  [548c43238d02b34cf73e7c2ca1a912ee4fe82544]

        Mark some classes as final
        
        ...namely exactly those for which fa91dd31f39a24329d288d4e1cda28db3a16af0d
        "5th step to remove tools/rtti.hxx" (which is assumed the culprit in tdf#96067
        "Crash on undo row inserts") had replaced exact-type checks of the form
        
          v->Type() == TYPE(X)
        
        with type-or-subtype-of checks of the form
        
          dynamic_cast<X *>(v) != nullptr
        
        which is only sound if X is a final class.  (Except for one case already handled
        differently in 791ad3e170bcb5a2daedac77932dc9822f7f1092 "Stick to exact-type
        check.")
        
        Change-Id: Ia822c55c7c0e982d42c6a97589307e577721e324

2016-01-12  Stephan Bergmann  <sbergman@redhat.com>  [791ad3e170bcb5a2daedac77932dc9822f7f1092]

        Stick to exact-type check
        
        fa91dd31f39a24329d288d4e1cda28db3a16af0d "5th step to remove tools/rtti.hxx" had
        changed this from an exact-type check
        
          pObject->Type() == TYPE(SdrRectObj)
        
        to a type-or-subtype-of check
        
          dynamic_cast< const SdrRectObj* >(pObject) != nullptr
        
        but SdrRectObject is not a final class (SdrCaptionObj, SdrCircObj, ... derive
        from it).
        
        Change-Id: Ia820ee5475fbaf7a00ab0093d949c3cbd3406f83

2016-01-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b501417f23f2d87c774603b687094c8017e13bb6]

        Typo: 'It as' -> 'It is'
        
        Change-Id: I6ce5dc2333429fa472e2d605a95385912175910e

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [e39602ae02d7cd99f95861febb3f53d07f97414c]

        sc: try to fix MSVC build
        
        Guess we don't actually need the unique_ptr there.
        
        Change-Id: I9b041b084567be6d8d354558da4e6916fcf81639

2016-01-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [02be9c83a489cea0a76c8655b540ff4323bfbb94]

        Updated core Project: help  8ecafdaa4e5b954941031e384b88c34309b7b27e
        
        <ahelp> should not be empty/self-closing element (<ahelp ../>)
        
        f5fa46ed8626910d710fd535518ddf9e756f9356 already fixed (tried to) the
        empty/self-closing ahelp tag, however <ahelp ..></ahelp> is merged to
        <ahelp .. /> by "make translations", so po files ended up with the
        self-closing form again. Surrounding a child/PCDATA with the tag solves
        the problem.
        
        Change-Id: I58725f6a7e5999609262abec2987a6d05445a7b2
        

2016-01-12  Eike Rathke  <erack@redhat.com>  [6b54ea54e0c374e0e79631087835e6cae67bc54c]

        remove nonsensical U2S void macro
        
        help IDs are strings since years..
        
        Change-Id: Ie3a939f43861b6a11a146db6df713dcf73098454

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [6861a8eefdbbfbc89a87011a7028ddbc7a393925]

        xmlsecurity: handle no META-INF in DocumentSignatureHelper
        
        Change-Id: I7e0ac2d43e97fe9cb67a58c8dd8d83c1068f501d

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d436cdb3e8670fd8867774be1ed99ce370965b4]

        SfxObjectShell::ImplAnalyzeSignature: handle SfxFilterFlags::SUPPORTSSIGNING
        
        Change-Id: I9d45d3a39c8332c01fcc23dcc5da8db7ed4c5cdc

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd3bd604496b925c80fb9bfb50de459325f545e0]

        xmlsecurity: gracefully handle lack of META-INF storage stream
        
        Change-Id: Ic0b33f7b014ea7cfb16cc1babb69f2d2b6ba8dee

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd615af367a11749e6490a40b4d9bcfaeebe7046]

        comphelper: initial SfxFilterFlags::SUPPORTSSIGNING
        
        Currently digital signatures can be made only on OWN formats. Add a new
        flag that can be used to mark filters (only DOCX as a start) which could
        also support signing and fix the first place that assumes that only OWN
        formats support signing.
        
        Change-Id: If9fbf956b765d75838986762e4d4063a9e8c0b5e

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [7a6ce0d408f1cc08f63a05357049082de50a0e31]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I596cafb971d522b0f1414d0ebe0bea36d8f30e59

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [e10f7dd302a0cd42cc6fce3972f32bfb7aa33349]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I2fbce996afcd7d1dabd7c540272d8877d034cf14

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [9ec53cce39f8b337cf6f4b9dd381d1e7ff7b02a2]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I319c7141749df11f7ec0b03b43f4f86cb743ada5

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [79257f615e87dbd140bd8a6bd191cf7f027c137c]

        sc: replace boost::ptr_map with std::map
        
        Change-Id: If254d2e6ae02cb1dfc4c967c1a8d0a1132bb6ad1

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [be983cfdd1205a02f9ced9b26e79eea5b1d2db44]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I5571d9e4437a34df7ac567878a774ccd9b4496e4

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [2b396651759db58a96b21b375721d8fefa2ce38e]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I8301ee6e52c9fc5ae62df662c452e27672612759

2016-01-12  Michael Stahl  <mstahl@redhat.com>  [2bebf6779024ea0fb1dbac1fe9f10abc9ff128a3]

        typos
        
        Change-Id: I970429c266cc1a8cf36cfba379b447899b5dbce9

2016-01-12  Arul  <arul71.m@gmail.com>  [975ceab198a06558875006bbd9a4d0a2708e416e]

        tdf#90606 Crash when delete a large part of a column with shift cells left
        
        skipping splitFormulaCellGroup() and joinFormulaCellAbove() for nEndRow equal
        to MAXROW since nEndRow + 1 is not valid
        
        Change-Id: Iabfcb33bf58d20331841ca386cca4a91fd6598bf
        Reviewed-on: https://gerrit.libreoffice.org/21389
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-12  Noel Grandin  <noel@peralex.com>  [8dbfc413b1603c814cecf5306238c6144185671f]

        loplugin:unusedmethods unused return value in include/oox
        
        Change-Id: I22acb6b94774c5944d8276827c53a419f0803f83

2016-01-12  Noel Grandin  <noel@peralex.com>  [e5bb67f08d4e2095affc5229e638535376ee66b4]

        loplugin:unusedmethods unused return value in include/helpcompiler
        
        Change-Id: Ieebbd896bf1ad66cd1950456ca1600f0dd8cda83

2016-01-12  Noel Grandin  <noel@peralex.com>  [5f3d9ba0cdd82ef1e8be9b80ae8054c24653e058]

        GetImageFromURL/SetImageProducer unused
        
        looks like these have been abandoned recently in the toolbar manager
        update
        
        Change-Id: I5556833dfef0db5958a5779bdb32482c18a46a5f

2016-01-12  David Tardon  <dtardon@redhat.com>  [fd2eb598a5eddb54ad819d9e69f9f16c5e8ea9e9]

        upload librevenge 0.0.4
        
        Change-Id: Icf631009134918d86d1a6e9bac82573488b01d8e

2016-01-12  Tor Lillqvist  <tml@collabora.com>  [7b6fd31c6540a95552d7e5f6a90a97eb72f5d58a]

        No need to name unused parameters
        
        Change-Id: I982a67f1e5279aa18131f99f4a8ba5c5c2c005a7

2016-01-12  Tor Lillqvist  <tml@collabora.com>  [eee8f604f6ec3982bdfed2a30c7441d26bfe4a2f]

        Bin unnecessary forward declaration
        
        Change-Id: Iae574695c299b458cc1fa1c7f7709828ffc21527

2016-01-12  Noel Grandin  <noel@peralex.com>  [0078512edadbba9b8acefffce4c51220a3b00118]

        loplugin:unusedmethods unused return value in include/formula
        
        Change-Id: Ic5d6c11d955ef5ef53dea0bb4e5bec8167874a91

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [29137eef25f437a1bcb9243cc9d86a6ae2277911]

        CppunitTest_xmlsecurity_signing: fix and enable on Windows
        
        Change-Id: Ie107afbb6b2499f445670b50bf214cb91d6b1cac

2016-01-12  Douglas Mencken  <dougmencken@gmail.com>  [23206f119d8d7a007514f2e8352da52829b30d5d]

        provide autorelease pool to avoid leaking
        
        fixes “Object ... autoreleased with no pool in place - just leaking”
        
        Change-Id: I8bb10adf779f57a9c7c9f1a38415d61e391d181e
        Reviewed-on: https://gerrit.libreoffice.org/21370
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0058366190b63fcbc112b43d387f7600a7fe55d]

        tdf#61511 RTF export: handle page background solid color fill
        
        Change-Id: I562419b6d4fb791ef5b255effe9a4510d930bdbc

2016-01-12  Noel Grandin  <noel@peralex.com>  [813a319fe836d1ed1c967928bc044643d0b4c07d]

        loplugin:unusedmethods unused return value in include/filter
        
        Change-Id: Ibd7d701b6991ae76d0cba0bfbb9cb79150c90c72
        Reviewed-on: https://gerrit.libreoffice.org/21362
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-12  Noel Grandin  <noel@peralex.com>  [1f9a610de1e1e540386972c010ebfc99e5f55df7]

        loplugin:unusedmethods unused return value in include/editeng
        
        Change-Id: I1314480950b0d3a3e5ed066d71c175604dd41970
        Reviewed-on: https://gerrit.libreoffice.org/21361
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-12  Noel Grandin  <noel@peralex.com>  [c93486bbb85ae19b6d15395afbd7aec3c5db7e89]

        loplugin:loopvartoosmall
        
        Change-Id: Ifa813b91b153004aa0fba42cdc209f4c4fd9578f

2016-01-12  Noel Grandin  <noel@peralex.com>  [bbfeab3b13b48c99cfa2f94c8c34bc3efef7faa9]

        loplugin:unusedmethods unused return value in include/basic
        
        Change-Id: Ib1a006adaa92e257d40a20ff0d8beeb37e7c2fe0
        Reviewed-on: https://gerrit.libreoffice.org/21360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a7198d38f0294ab5db04a7f4457565ea8b2c32f1]

        Tango: Update Save icons and support “savemodified” status
        
        Change-Id: I03589895437907b9048542f07128801577fe62dc

2016-01-12  Arnaud Versini  <arnaud.versini@gmail.com>  [a5c232831395f8987a8395816c5a60105a52b6a0]

        BASIC: Store directly SbxVarEntry in SbxArray
        
        Change-Id: I64ae6c2a45e0ed880f5b76ca2ad420d684fdfeb4
        Reviewed-on: https://gerrit.libreoffice.org/21308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [b4b0cc2a5eef42434444e51fda4a13fc48183aa0]

        vcl: resplit FontAttributes from ImplFontMetricData
        
        The change I made in commit 7b974e056df3 ("vcl: merge
        ImplFontMetricData with ImplFontAttributes") was... ill-advised. For
        starters, there really needs to be this split as FontSelectPattern
        needs it, and PhysicalFontFace only requires the font attributes, not
        the metric data.
        
        So the merge was unfortunately, in my mind, a failure and I'm manually
        backing it out now.
        
        Change-Id: Iac38f0815f984541e2f55099c965376dd88eeb43
        Reviewed-on: https://gerrit.libreoffice.org/21380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [414c5c5aee8692614e4e5a5f97d11bea157bcaef]

        vcl: change from Impl_Font to ImplFont
        
        Change-Id: I5edacec5c74398777ab0006c0d4e76d7d3050876
        Reviewed-on: https://gerrit.libreoffice.org/21376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [56534cb1271562fa26faabda6a7257bec43a8c00]

        vcl: put FontConfigFontOptions into Unix header
        
        Change-Id: I7b326d8fc8d2b6ecd9642ba958015285d0929a44
        Reviewed-on: https://gerrit.libreoffice.org/21341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [bc35e3708e15a1cf06d2a95f3fe096ae8a894cec]

        vcl: move fontcharmap.cxx to the font folder
        
        Change-Id: If764e87a90d57b473019ec96a1ef9026dc9675ae
        Reviewed-on: https://gerrit.libreoffice.org/21340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [49f39e0de1a4fb4360198087bf1b2d1fc61742c6]

        vcl: tidyup file name impfont.cxx -> fontcharmap.cxx
        
        Change-Id: Ib2acc963704c7613e1d3bd1761b619ece1aef79f
        Reviewed-on: https://gerrit.libreoffice.org/21339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [27154c4bb5ed80d699d706ebd1a84e807c3f1625]

        vcl: split off ImplFontCharMap into it's own header file
        
        Change-Id: I6173cd191cd771b1f030fa737617b1067278ee10
        Reviewed-on: https://gerrit.libreoffice.org/21338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Maxim Monastirsky  <momonasmon@gmail.com>  [cbd483211e1ac9d9e724b5ba3e3e38a0c5abe55c]

        tdf#96875 Make OS X native context menus compatible
        
        ... with how framework::MenuBarManager works, following my
        work of converting context menus to use it instead of
        SfxPopupMenuManager (see tdf#93837).
        
        MenuBarManager sets menu item properties/select handler
        when the menu activates - in MenuBarManager::Activate, but
        it was never called for submenus. The solution is to adapt
        the menuNeedsUpdate delegate to call Menu::Activate.
        
        This makes submenu items work, but doesn't update their
        visual state (e.g. title). The reason is that
        AquaSalMenu::ShowNativePopupMenu is creating a copy of the
        NSMenu, so AquaSalMenu::SetItemText is modifying the wrong
        NSMenu instance.
        
        Another problem is that AquaSalMenu::ShowNativePopupMenu
        tries to removes (via removeUnusedItemsRunner function)
        all disabled items, but the correct state is set by
        MenuBarManager only when the menu activates. So we must
        handle disabled items only after MenuBarManager::Activate
        did its job.
        
        Turns out that we can just hide items in NSMenu instead
        of removing them, so no need to clone the NSMenu anymore.
        
        Change-Id: If0785b7f9d5f0ad98ced23585379039a51dc13bf
        Reviewed-on: https://gerrit.libreoffice.org/21374
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-01-11  andreas kainz  <kainz.a@gmail.com>  [2244b1e3863a6837dbc867c51940e52b6525de43]

        Breeze and galaxy transition icons update according to jays recs
        
        Change-Id: I96b0a80962e1dc6925a57e5fe07041f2dccdacc6
        Reviewed-on: https://gerrit.libreoffice.org/21375
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [d1a6c708968327be134cbfd422a3467752546f64]

        loplugin:defaultparams
        
        Change-Id: I919f9f5f9ccb1429624f9c8e75574fec71a2b370

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [0b8b372c7fe829f9457efd8f945b8b50007f1ea6]

        loplugin:defaultparams
        
        Change-Id: I60c66ae8944cb4cfe82bfb762d9739446362b61b

2016-01-11  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d6f1ca24932ba85607ba3e526c5721132cd39252]

        lool - search all - unit test failure - solved
        
        Change-Id: I5a74dd60f61fc0fdb88f08383d579b14222aa55d
        Reviewed-on: https://gerrit.libreoffice.org/21365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2016-01-11  andreas kainz  <kainz.a@gmail.com>  [8d8ddea6934f6ee0f23109fc574c02a0c8a247fd]

        Breeze icons: add savemodified icon
        
        Change-Id: I5f9c64f8c4b0868d2cbf4c53007076450ed7fc86
        Reviewed-on: https://gerrit.libreoffice.org/21372
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-01-11  Matúš Kukan  <matus.kukan@gmail.com>  [d5dcfe40ff3774d82a7b8f9f3d75b5b3cdac78ba]

        tdf#94831: Check for null mpReadAccess before first use
        
        There was erroneously added code before check in
        45e8e0fbee40f9a8d91f4c559c8bbb16dd7b3f36.
        
        Change-Id: Ie2e84cfc061097c25e5d799e9c388abd9724bd93

2016-01-11  Eike Rathke  <erack@redhat.com>  [993d84f823c3d8e640f7219d5569c72d92b85b20]

        funclen_base is now superfluous here
        
        Change-Id: I3376daf1731be6f02d62d8d659c8c3fff7605171

2016-01-11  Caolán McNamara  <caolanm@redhat.com>  [c93a43c0c9113bc1c787fe6b3c5e58a8bfd80be0]

        initialize new member variables
        
        Change-Id: I3839bc134b337ccb7cfdb2ee70524e4721c8f83c

2016-01-11  Jingtao Yan  <yanjingtao@gmail.com>  [1b683de366f4caf82225c632f02cf0f58ae76490]

        tdf#95494 Calc can not sort Chinese word by stroke and radical,
        
        _length must at the tail of filename.
        
        Change-Id: I434e89bf052d8f3130bfca62d71eaf8588c2bac9
        Reviewed-on: https://gerrit.libreoffice.org/21213
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-11  Eike Rathke  <erack@redhat.com>  [b9f89eea4e1c58a21767a219ac673befc2fe1b9a]

        add WEEKNUM_OOO hidden function resource
        
        Not displayed in the Function Wizard's function list, unless used then
        displayed when travelling through the formula expression.
        
        Change-Id: I7489ce1eb9197a84c64c5293321553430baadebb

2016-01-11  susobhang70  <susobhang70@gmail.com>  [ab14a9708d2937bc767c14542610ce91b56dda1e]

        tdf#66822 - refactor HTML export of image bullet list
        
        removed garbage in svg-base64, added svg close tag, fixed ul tag.
        Added test case for the added code.
        
        Change-Id: I4f07036300031e1e97b118466ebf75d8b9c46e01
        Reviewed-on: https://gerrit.libreoffice.org/21218
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-11  Sahasranaman M S  <sahasr@naman.ms>  [08f6107edf3021c31571769e45f7c4b5267d6924]

        tdf#46637 - Make partially visible cells fully visible on mouse click
        
        Change-Id: If6f74d968025dd21ee1d1c4bb52df5ffe2002905
        Reviewed-on: https://gerrit.libreoffice.org/19780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d76b4682aa6d75b5c6b2de19b0bb18181a99e9bc]

        CppunitTest_xmlsecurity_signing: disable on Windows for now
        
        Change-Id: Icc0d11cfe421d6328739211511379a39195436b9

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [6363492a509c1c5b1ab526b604a99aac7279ed73]

        xmlsecurity: missing boost dependency
        
        Change-Id: Ida3a34fb74e4f956f865c8a52bdcf63811e290cc

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [5322c76a52cc08cf6b25668076704b67c9a0a663]

        xmlsecurity: initial CppunitTest_xmlsecurity_signing
        
        Fails with either commit 88cbfe58c4a36c20bdb2445f43043f0a5a006ee3's last
        hunk to xsecctl.cxx (export) or commit
        a968893e6afd3b79c6c048962373859cea75a77b's last hunk to xsecparser.cxx
        (import) reverted.
        
        Change-Id: I0f303c8489f451ebf175ed836d3679b6a13aca42

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7a523e33a6ddefb59bbcf51f03430b3ba3481ec]

        xmlsecurity: mark two classes as public to be able to unit-test them
        
        Change-Id: I64dbf379a2d01ff46c5c32655958c63b04d86895

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [9d4bfc6162e1627f7bfe82f98a4ba4916296f5dd]

        Use WeakImplHelper
        
        Change-Id: Iee4aec239bf095233aac800f70688ad9db7949df

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [753b516cae68a5ac09c6389b9e8cd8a52e40ae11]

        Merge BitSet into IndexBitSet (and remove unused parts)
        
        Change-Id: I8cab0aac2f67b88936e4bed459dd43b08429b136

2016-01-11  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3ee66e306cf0ca9c2b56de26c28e8130d7b72f64]

        tdf#40517 Export/Import in ODF decimal replacement with space
        
        Number format such as "0.???" is saved in ODF with number:decimal-replacement=" "
        
        Change-Id: I0dd19b5ea126f380bcf17a3ccc5d8c355119e23b
        Reviewed-on: https://gerrit.libreoffice.org/21021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-11  Debarshi Ray  <debarshir@freedesktop.org>  [3ba1b60c97b342c13593d37ccf2b97a919808dfc]

        lokdocview: Fix WARNING when creating an error
        
        A GError needs a valid GQuark as the domain. Passing 0 leads to:
          GLib-WARNING **: (gerror.c:408):g_error_new_valist: runtime check
            failed: (domain != 0)
        
        Change-Id: I2f252eaa83a1519b5d16c7ba22c8f593732807ca
        Reviewed-on: https://gerrit.libreoffice.org/21261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Pranav Kant <pranavk@gnome.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [ac1f0b59043a02e4d430cade3cc5b8b069feed87]

        Silence loplugin:implicitboolconversion between bool and gboolean
        
        Change-Id: I83ce360622eea0fb805833650c0d2126bcd5d8db

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [67ec72a381d939a56fdd5e472a413bab92f4ad80]

        New loplugin:privatebase
        
        ...to flag places that implicitly derive a class privately instead of publicly,
        where accidental private derivation can cause unexpected failure of
        dynamic_cast, cf. 63b67ab5cab8cf7576a68cabe5fb1a42c6ad800c "Use public
        derivation, and remove then-unnecessary downcasts."
        
        Change-Id: I4bcd5c79c7e27380c820e2dd072fa4c4e8980078

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [608dee4f5fbf10ba4c0f8c971f4f93b23be006fa]

        loplugin:privatebase: Make various derivations public
        
        ...assuming they were implicitly made private by accident rather than by design.
        (And private derivation can cause unexpected failure of dynamic_cast, cf.
        63b67ab5cab8cf7576a68cabe5fb1a42c6ad800c "Use public derivation, and remove
        then-unnecessary downcasts.")
        
        Change-Id: Id821afba34fd2f155e30fac903567707e46d1fde

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [549810971af09e18daca9fdaee8b095e71cd389b]

        loplugin:privatebase: Make derivation from OBaseMutex explicitly private
        
        Change-Id: If63a6b2f145f2fa956206e7e591243cf6b981c61

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [c599d100168e2022cb2323503f3c49ae1ec91513]

        loplugin:privatebase: Make derivation from BitSet explicitly private
        
        Change-Id: I9c61aee4cbf3f461c84f064ac8259e51aa7b0ada

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [9f2e50408f724c2b8a2b13e322325b6d535d1477]

        loplugin:privatebase: Make derivation from Timer explicitly private
        
        Change-Id: I5c3bcd19bb63f78c8d06961d39b0932220cb3762

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [8ee94bfb1d3cb16e533dbed3cc4a03fafa9062df]

        loplugin:privatebase: Publicly derive from apitest classes
        
        Somewhat arbitrarily prefer public over private derivation.
        
        Change-Id: I444babc5c5dbbf46d77d3e1439c12399976d8fe8

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [214f5cf2f104c1e64307ca9d4b933a39c87c507b]

        loplugin:privatebase: Publicly derive from UNO interfaces
        
        Somewhat arbitrarily prefer public over private derivation; the former is what
        is used by default across the code base.
        
        Change-Id: I936c1b0d3231ac97015863f396a5af49f6c9647b

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [00c62e306f4fd866f04a496a28c15d317ba02222]

        loplugin:privatebase: Publicly derive from binary_/unary_function
        
        Somewhat arbitrarily prefer public over private derivation; ultimately,
        derivation from those deprecated (C++11)/removed (C++17) classes should be
        removed, anyway.
        
        Change-Id: I5ed24427d37586e72f8c16509cf5002a54af73f1

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [9ff5abf2e17e1f482a608c8c4a76b563fe8fe7e3]

        loplugin:privatebase: Make derivation from noncopyable explicitly private
        
        Change-Id: Ia410950353aec0106ea82d025ed3ee89c79ca127

2016-01-11  Noel Grandin  <noel@peralex.com>  [ea5b48e9da1ea750cc4549f7cd76771800101ed2]

        loplugin:unusedmethods unused return value in idl
        
        Change-Id: I790fea8b88ca99d17de14f1e91081671422dd8db

2016-01-11  Noel Grandin  <noel@peralex.com>  [0980a6207dd57f6b64191dcc48cc9c2e987cf940]

        loplugin:unusedmethods unused return value in i18npool
        
        Change-Id: I29844009f8357301265421325fc2070f2c9296bf

2016-01-11  Noel Grandin  <noel@peralex.com>  [bdeb15881f2439665ec52bbfe7f55712eb57c163]

        loplugin:unusedmethods unused return value in hwpfilter
        
        Change-Id: Ib225db89e60708f6b55b3cb86f8e881386fab86f

2016-01-11  Ras-al-Ghul  <dipankar1995@gmail.com>  [0f3a3c38bb4e7c4b4717e8dd7999fecba1288275]

        tdf#96888 Kill internal vcl dog-tags ..
        
        Made pBorderWin a VclPtr
        
        Change-Id: I1869371b410276df2e7504b32617c2d1e2b6725f
        Reviewed-on: https://gerrit.libreoffice.org/21281
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-11  Pranav Kant  <pranavk@libreoffice.org>  [ba539fa91f9c3316107dcdf4a95718a49335d92e]

        tdf#96513: Limit LOKDocView's zoom in [0.25, 5.0]
        
        Change-Id: Ibee485909dca1ea4a3774fca7a840afbf2d9883c
        Reviewed-on: https://gerrit.libreoffice.org/20819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-01-11  Pranav Kant  <pranavk@libreoffice.org>  [4200a678fb54f0fa5d2f0c26c655252f9267a527]

        tdf#96421: Return if no window is realized
        
        Change-Id: I13de7e6eae4e73932e8441ba2e2ad3e4ff888f41
        Reviewed-on: https://gerrit.libreoffice.org/20799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2016-01-11  David Tardon  <dtardon@redhat.com>  [080a9c3a5107347a74bb17bad185d418561d9d77]

        iostream is not needed
        
        Change-Id: I481b402e0d3b42de5b486a159acb8a25e345b8b8

2016-01-11  Pranav Kant  <pranavk@libreoffice.org>  [02b49890d51ec463d32846f1108344159664a9eb]

        lokdocview: Use shared_ptr to fix a possible memory leak
        
        Possible because boost::property_tree can throw an exception.
        
        Change-Id: I68394ce3b30d448d40d8e22555bafdff1ffa6092
        Reviewed-on: https://gerrit.libreoffice.org/21309
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2016-01-11  Noel Grandin  <noel@peralex.com>  [13e894bb522f17d530922abb8e6b787fb83091f7]

        loplugin:unusedmethods unused return value in framework
        
        Change-Id: I6e02f34702ba59a961c3fec3d025e775f4e26760

2016-01-11  Noel Grandin  <noel@peralex.com>  [aa4dc893521291ace4828dc6ac390fab2b5ac6a7]

        loplugin:unusedmethods unused return value in forms
        
        Change-Id: I9da3e72ca12e040e7fb5bea7ccaa071edfd34f27

2016-01-11  Noel Grandin  <noel@peralex.com>  [7a658373496fc41f40c5019870456dca3a9f6ecc]

        loplugin:unusedmethods unused return value in filter
        
        Change-Id: I42b24bed84ab9b745041166610732d9a074b5f72

2016-01-11  Michael Stahl  <mstahl@redhat.com>  [92266dd8267481b654efd0dd76f1d145f9dc9e18]

        sd: with any luck the OLE test should run on WNT now too
        
        ... with the new implementation in oox.
        
        Change-Id: I65aca6e4151ad7383d45c60430132a45ae3a001e

2016-01-11  Michael Stahl  <mstahl@redhat.com>  [7dbdd410daeb6f51127da511990e98e77c62cd83]

        sd: enhance the OLE object test to also test the exported XML
        
        Needs adding various helpers to be able to use XPath.
        
        Change-Id: Ifa7b1e5434fb253430da2bfcc5d38ea347d437af

2016-01-11  Michael Stahl  <mstahl@redhat.com>  [00d1c2800c10d542673ab6f5a5baa26aa1cbb20e]

        oox: deterministic oleObject stream numbering
        
        ... like in sw.
        
        Change-Id: I4ba5d404c4160e907330832b7710c1d96430badf

2016-01-11  Noel Grandin  <noel@peralex.com>  [9a64d7f8ddbd27020c1e9eb3866efbfaa62c8be5]

        fix windows build
        
        Change-Id: Ie00d2dd3fbf6ff498c652249797f8d01acef8a97

2016-01-11  Noel Grandin  <noel@peralex.com>  [1ea49b5baeb415038129b4f1e0b5a331b32365d5]

        loplugin:unusedmethods unused return value in extensions
        
        Change-Id: I449ecdb734e796813384a5d015e9ecabe28079eb

2016-01-11  Noel Grandin  <noel@peralex.com>  [a3f3cead5d7fed99ea78c2a12b8671f18d156e23]

        loplugin: unused return values in desktop
        
        Change-Id: Iec7a150c6bdb3b25fe24d711e3e453e1d8a5d26e

2016-01-11  Michael Meeks  <michael.meeks@collabora.com>  [3f5a9ca46efc801f79cdc00a3583646936bec689]

        tdf#96655 - clear non-offscreen status bar controls before render.
        
        Change-Id: I02a85ae4572dc23df2157af1cf164a0f82701613
        Reviewed-on: https://gerrit.libreoffice.org/21300
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-11  Ras-al-Ghul  <dipankar1995@gmail.com>  [9a562c6f8075d55b92150ae70a595da69ab9fac8]

        tdf#96888 Kill internal vcl dog-tags ..
        
        Added an assert statement and corrected a glaring error regarding clear() usage
        
        Change-Id: Icc8ce940a6f97570d37389530f9fd90890ae8055
        Reviewed-on: https://gerrit.libreoffice.org/21280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [da40d2558e3de30914f4c181cceb66937c6f1124]

        Remove BitmapFilterStackBlur, which is unused...
        
        ...ever since it got introduced with 28c61871e876e6a2cac47439f768504b1a4c94a0
        "vcl: stack blur implementation + basic test & performance test"
        
        Change-Id: I78672cf74c24930df92121baecb9886df4382036

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [cd9a016116e07e6ac08dcdd3b08b3d070469cedc]

        -Werror=unused-but-set-variable
        
        Change-Id: I8d2870dc003185598977876e4ff54af74645bc90

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b948d7a9690e8b418f25a1036b22ea53e23c36a]

        vcl: fix Android build
        
        Change-Id: I05ce4ddb4c933eb1100e3a3410cea27520072933

2016-01-11  Xisco Fauli  <anistenis@gmail.com>  [e6e8a8650d4729965cb694d37592fd418c949a79]

        tdf#47262 SVG: Parse gradient styles twice if the referred...
        
         gradient can't be found the first time
        
        Conflicts:
        	filter/source/svg/svgreader.cxx
        
        Change-Id: Iaadaac13738dd0d45832a8f38787b22b1d15de29
        Reviewed-on: https://gerrit.libreoffice.org/20833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-11  Noel Grandin  <noel@peralex.com>  [86bb6fdf9cf14342bcf8ee72aa3233dd9dee1b3a]

        update unusedmethods loplugin to update unused return values
        
        Change-Id: I825d022d09282bc9b6cffd9178e40e4090d335da

2016-01-11  Noel Grandin  <noel@peralex.com>  [f7c23897a354d9856ecaa5f7252520a350229bfa]

        loplugin:unusedmethods unused return value in dbaccess
        
        Change-Id: Ia7ec0209a635f8482b6ccbaa7ba48a8c6da79090

2016-01-11  Noel Grandin  <noel@peralex.com>  [889fc93087ae1b57348803014c0a6090fd48c06f]

        loplugin:unusedmethods unused return value in cui
        
        Change-Id: Ib65ceeeb5e1be0de5e3808e652e910fff3820bf8

2016-01-11  Noel Grandin  <noel@peralex.com>  [db48f40e0777e566627852aeca92588869498adb]

        loplugin:unusedmethods unused return value in comphelper
        
        Change-Id: If95e3fa61a2c63c4ffc78ef5c27ea5c59088170d

2016-01-11  Noel Grandin  <noel@peralex.com>  [6fc3fd29a6d08ee85d3ed5a3bad5de754f568314]

        loplugin:unusedmethods unused return value in chart2
        
        Change-Id: Ibd8ae8ade2a1037deac1e29ce1b867c2847a9dff

2016-01-11  Noel Grandin  <noel@peralex.com>  [bc80f951c14208eae6060fe2e6a941f9dd2d619c]

        loplugin:unusedmethods unused return value in basic
        
        Change-Id: I0ccbf994d2c9be35f43fc3c62e60da90634bacdf

2016-01-11  Noel Grandin  <noel@peralex.com>  [1b26a4eb4ba99cb4a47da83c4e6419f2065f9d17]

        loplugin:unusedmethods unused return value in basctl
        
        Change-Id: I23590020acbb9a6760edd755affa121a572aaea5

2016-01-11  Noel Grandin  <noel@peralex.com>  [aae44c09d33611fc9e9b9a835026f04a7ff56025]

        loplugin:unusedmethods unused return value in accessibility
        
        Change-Id: Iee5a667a0fadfb04a2cc97d01f6febfd71c15e54

2016-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [8fd9020b2b5ae1024dbf866cd84cf28258aba232]

        svx: SdrDragStat::GetPointAnz() -> GetPointCount()
        
        Change-Id: Ib8728408a81c655c36b46a8483970c38e9a40bc4

2016-01-11  Stephan Bergmann  <sbergman@redhat.com>  [88c7221926934694635838a269ef3e1659ba03bd]

        loplugin:staticmethods
        
        Change-Id: I15d48d69dd05de34f1b85896c2b143d6f17eeecb

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [07bb3d99e7ea969f3543f2209d721c8c18fd33fe]

        sfx2: change variable jan to aUsageInfoMessage for clarity
        
        Change-Id: Icc9d9b277ce2dca5ee13c381a105c387a42525c7
        Reviewed-on: https://gerrit.libreoffice.org/21337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [7546390fb8d4a0f6184302061985e68b0dbceb1d]

        vcl: move vcl/generic/app/ files to vcl/unx/generic/app
        
        These source files as all specific to Unix environments (not, however,
        OS X) and are not "generic" (i.e. used across all platforms).
        
        Change-Id: Idba1e9bbe14d8a4bb8e5dd2c2ad1dc75458da53c
        Reviewed-on: https://gerrit.libreoffice.org/21335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [22d5d2ca7dde6164bd1e0fa9b3493870995375c5]

        vcl: move vcl/generic/print files to vcl/unx/generic/print
        
        These source files as all specific to Unix environments (not, however,
        OS X) and are not "generic" (i.e. used across all platforms).
        
        Change-Id: I6008a272c4b961a12702e2ef8727c56df9e80164
        Reviewed-on: https://gerrit.libreoffice.org/21334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [cd4c21dea96e98639cc0488526dac142d9fed583]

        vcl: move vcl/generic/fontmanager files to vcl/unx/generic/fontmanager
        
        These source files as all specific to Unix environments (not, however,
        OS X) and are not "generic" (i.e. used across all platforms).
        
        Change-Id: I23650c86a7b74c2ac150b981e4be88eaea07e936
        Reviewed-on: https://gerrit.libreoffice.org/21314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [6c1a17934791b1ca07f932ad3c83465fa2b39a5a]

        vcl: rename adobeenc.tab to adobe_encoding_table.hxx
        
        Change-Id: Id7dbcd97acaf6a7deb13de2582c7a3515cedfac1
        Reviewed-on: https://gerrit.libreoffice.org/21313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Ashod Nakashian  <ashod.nakashian@collabora.co.uk>  [24ef3924d885a37fb15442208c027c77781175b8]

        PCH support on Linux
        
        Fixes and improvements to support Precompiled Headers
        on Linux.
        
        Change-Id: I8145c146b0dba56c7a4d0fdf9c330164b67ada53
        Reviewed-on: https://gerrit.libreoffice.org/21307
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [09a1566bf18cdf98b111d4979e4f4ad52ce65b07]

        vcl: move all glyph files from generic to unx
        
        All the files in glyph are only used by Unix based systems, with the
        exception of OS X. Therefore, it's not really "generic" as in "used
        across all platforms" but is generic as in "used in all Unix-based
        systems".
        
        Change-Id: Id89c09df74f0ddafee5c88c55bac4c35f9b23ef8
        Reviewed-on: https://gerrit.libreoffice.org/21312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [557a6d20080e6f4d95db9e5b4dff87f3e51ac054]

        vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}
        
        Change-Id: If17c0c36108c2437accba105e11a93a009d2c91f
        Reviewed-on: https://gerrit.libreoffice.org/21311
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [12490c5a7fc681bcc689e659581a8471e7a8bb54]

        vcl: move gcach_ftyp.cxx to vcl/unx/generic/glyphs
        
        Change-Id: Id12edc0660a2c22c6d04b820ad052bde4fa75143
        Reviewed-on: https://gerrit.libreoffice.org/21310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Caolán McNamara  <caolanm@redhat.com>  [9e5fb97292d6f3ed74f4ee71772a0457f2b3d46f]

        avoid crash on vcldemo bad index
        
        Change-Id: I3a778f41897da885ea039526e4701ebebfe57c4d

2016-01-10  Caolán McNamara  <caolanm@redhat.com>  [680abab7710b7e8e6f2ba9cee37a5ccd224e2993]

        crashtesting: don't fail on export of fdo65321-3.ods to xlsx
        
        with broken ole object
        
        Change-Id: I8dc9e1035893d5cb931d13eafcc3e3ec1c9c00d4

2016-01-10  Caolán McNamara  <caolanm@redhat.com>  [e634cd9f4f681bcf8401576b5d4ee4ca8fb2eec5]

        crashtesting: fix assert on re-export of ooo74510-1.odt to docx
        
        Change-Id: Id66ab14772b002b140ba6bbfd098c19aeb1a537f

2016-01-10  Caolán McNamara  <caolanm@redhat.com>  [4e4554f1a674da89f752fe07d557b759b69cf2c9]

        cppcheck: noExplicitConstructor
        
        Change-Id: I62f1260d75d8a79bd230e2813fc58373aa83b6ab

2016-01-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [64d624b65124ac02d8ee59b135593fd9d8eb9067]

        Fix typos
        
        Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
        Reviewed-on: https://gerrit.libreoffice.org/21209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-10  Aybuke Ozdemir  <aybuke.147@gmail.com>  [d61c16966b017abdbebf5ec0c2131de5a91c67f8]

        tdf#95505 Dump usage stats to text file
        
        1de031c94b2ef9c4ae45a8906b250a95d3c47c47
        
        Change-Id: I1de031c94b2ef9c4ae45a8906b250a95d3c47c47
        Reviewed-on: https://gerrit.libreoffice.org/20413
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [536d0e27f05d9db7469bd8a3571c87b2ea885367]

        Cleanup FontCharMapPtr variable prefixes
        
        Change-Id: Ib106b91ab71ee45d5ad469d0beaf4ebaef8b57e1
        Reviewed-on: https://gerrit.libreoffice.org/21306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [36ccb37eee589c444445ab2d05a5c0dff6585a2f]

        vcl: promote ImplFontAttributes to FontAttributes
        
        ImplFontAttributes is no longer merely a pImpl (or "compilation
        firewall", take your pick) but is a fully fledged class in its
        own right that is used by a number of classes, including
        FontSelectPattern, LogicalFontInstance and PhysicalFontFace. Thus
        I'm "promoting" the use of this class in the codebase.
        
        Change-Id: I26866080a64796978d1c25efbcd16e3e6f94aaa5
        Reviewed-on: https://gerrit.libreoffice.org/21305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [5511b477fd5dc9b74ff05ea68b1b57b463b6fa51]

        vcl: add missing mutator operations to ImplFontAttributes
        
        Change-Id: I631114978ed6f23711502dd1b5f16e9e982265eb
        Reviewed-on: https://gerrit.libreoffice.org/21303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [251fb51430da29337eb3e74591c8c522e15fc955]

        vcl: Renamed ImplPdfBuiltinFontData to PdfBuiltinFontFace
        
        Base class's name is PhysicalFontFace, which is used to create a
        logical font instance. Each platform (including the PDF writer it
        appears!) implements it's own factory function - so it's more than
        just a "data" class.
        
        I am also aiming to keep naming in the class heirachy consistent,
        thus the reason for the name change.
        
        Change-Id: Idb8c5b6a3b23a39ca727d355dcf421307cacbb2f
        Reviewed-on: https://gerrit.libreoffice.org/21302
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [416d7ccb4e0c56199034b7fb01aefc988d7783a0]

        vcl: (OS X only) Change CoreTextFontData to CoreTextFontFace
        
        The base class is called PhysicalFontFace (I believe it was called
        something like ImplFontData or somesuch before it was changed), and
        it is really primarily used to provide a factory function to create
        the logical font instance that LibreOffice can use (i.e. we
        distinguish between "physical" and "logical" fonts - as physical font
        is the actual font installed on the system, and the logical font is
        the one we ask for and have mapped to the physical font face).
        
        I also want to provide naming consistency in the class heirachy to
        enhance code readability, so that's another reason I've changed this
        class name.
        
        Change-Id: Ib7f23da1e3a1db59f4d04f5bb096f490e2958a4b
        Reviewed-on: https://gerrit.libreoffice.org/21299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [d538eb2bfa45e07ddb1303330c1e0e80c7c0ead0]

        vcl: (Windows only) Changed ImplWinFontData name to WinFontFace
        
        The base class name for WinFontFace is PhysicalFontFace, which gives
        the actual font installed on Windows (this is eventually mapped and
        realized into a LogicalFontInstance). However, PhysicalFontFace is
        not just a data structure, it also holds the function CreateFontInstance
        which must be implemented by the subclasses for each platform to allow
        fonts to be used in LibreOffice.
        
        Therefore, to keep the naming consistent I am following the lead of the
        base class and renaming ImplWinFontData to WinFontFace (and removing
        the "Impl" business, as this is not necessary).
        
        Change-Id: I4debb3af3ab5067b7e12e3659f2c71aba91e848c
        Reviewed-on: https://gerrit.libreoffice.org/21298
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [15dae2693e807014d20415085673ad3af7c79f8f]

        vcl: (Windows only) Changed ImplWinFontEntry name to WinFontInstance
        
        The base class is no longer called ImplFontEntry, but is now
        LogicalFontInstance. I want to bring the names in the class hierachy
        into line for consistency, so this change is necessary.
        
        Change-Id: Ie24197c140bf152f78ed7faf46b7509b82bcbdee
        Reviewed-on: https://gerrit.libreoffice.org/21297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-09  Michael Meeks  <michael.meeks@collabora.com>  [33208c347182d8fe80bfbe34fe3e0b4b21a0a7a2]

        tdf#96550 - vcl opengl - fix BGR/RGB swap for some 8-bit icons.
        
        Change-Id: Ic71b8a94cabc392e7b83df70c1691de8f4c12b43

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [9921bae92ebfe1f1372fb4158a51a6f70ea738bd]

        cppcheck: truncLongCastAssignment
        
        Change-Id: I55f684c0afb8b0d4ab4b749084a3ab7b66201bda

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [4cf87913dbb3fdf336e518e8cae9b4bff56edf6a]

        this dir has lain unused for years now
        
        Change-Id: Ia6638f316b9d7c67e45a30b5808c68b54fdb1680

2016-01-09  Maxim Monastirsky  <momonasmon@gmail.com>  [ee3cd777e187669f2d9dec156854c00cab948a50]

        Fix Addons.xcu toolbar items width handling
        
        This is useful for some complex controls (e.g. Combobox).
        Regression of cb4177b5f6d2c63548fa544a19b36001c57193e4
        
        Change-Id: I683cc20e9db72a4dd58d89063ec6bfcd05a1068e

2016-01-09  Ras-al-Ghul  <dipankar1995@gmail.com>  [79af5b389b42284ddea3e486c17ace4776bd8e4c]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to toolbox.cxx file. Patch No. 19
        
        Change-Id: Ia66d208230c8ffeca095af60b311510a826321d8
        Reviewed-on: https://gerrit.libreoffice.org/21236
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Ras-al-Ghul  <dipankar1995@gmail.com>  [e02f5d421933a58b32dc8b9bb0a2027fb3914649]

        tdf#96888 Kill internal vcl dog-tags ..
        
        Deleted a couple of clear statements
        
        Change-Id: I6ca2c565842e1b33b3e52724981f95b634e94263
        Reviewed-on: https://gerrit.libreoffice.org/21275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Michael Meeks  <michael.meeks@collabora.com>  [60790935cc143de49b732e93b6fb923b7669530b]

        tdf#96657 - vcl opengl: implement invert: Track Frame.
        
        Change-Id: I422ea8cfb8a81cca36203d496b92e15ea5b449d2
        Reviewed-on: https://gerrit.libreoffice.org/21291
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Michael Meeks  <michael.meeks@collabora.com>  [7ede462d8a2a05eccede6d47c2f25649858c959d]

        tdf#96657 - vcldemo - implement invert: Track Frame rendering test.
        
        Change-Id: I07f4622945cf5787102317cfa38875c67104f265
        Reviewed-on: https://gerrit.libreoffice.org/21290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [35fefeaba8faf6c83833b91cb605de576af9e457]

        try and fix android build
        
        post...
        
        commit 86d06c9102d6f59946d7fbfdee5bb40e9a6d0fc6
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Sat Jan 9 14:41:15 2016 +1100
        
            vcl: move some Freetype stuff away from the "generic" folder
        
        I'm not adverse to simply moving these files into the "headless"
        dir to further untangle this
        
        Change-Id: Ib0c697b3d829baa92195d29983d39406bb72fce8

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [5e217d65e072158e82dd7525c075bbccfdce5902]

        WaE: C4702: unreachable code
        
        regression from...
        
        commit 31bc9a228ed02dfa082e3a59c20b0ce106d5c75c
        Date:   Sat Jan 9 03:09:49 2016 +0530
        
            tdf#96888 Kill internal vcl dog-tags ...
        
        Change-Id: I3fb375701cd1f8d8d0ea7f8a22b727881eaf90eb

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [7c76db3c88d5fa27776c7c5efa04249a6a7ed559]

        crashtesting: ooo104626-3.odt assert on reexport to odt
        
        try setting DefaultParentBaseURL based on the parent BaseURL
        for objects created this way
        
        Change-Id: I8cb1e9692cc4255c0a0b11b6df4bacee737ae184

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [77846edf44512d48f21300bec0b75b94362774b2]

        OSL_ENSURE on p followed by deref -> assert
        
        Change-Id: I4021053efbdaf1c04a9eb4c8fa52ef3da7b98b67

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [91cbc10f380e752b95c5b71f596d68848533b132]

        crashtesting: ooo29815-1.doc assert on reexport to doc
        
        try setting DefaultParentBaseURL based on the parent BaseURL
        for objects created this way
        
        Change-Id: Id9294e03c9c586a9445257ac9139f26f2b1a6a46

2016-01-09  Caolán McNamara  <caolanm@redhat.com>  [d9b589379cbc41b920dfe3f10e6d2c53431df676]

        crashtesting: fdo85994-1.doc assert on reexport to doc
        
        try setting DefaultParentBaseURL based on the parent BaseURL
        for objects created this way
        
        Change-Id: I1a660ff6e4874321e0308d556c7ce0e10a2605fe

2016-01-09  Eike Rathke  <erack@redhat.com>  [f6f73d2e40712dadf69cd73a34d006988669978c]

        Function Wizard: exclude functions with hidden flag from lists
        
        Change-Id: Ia209bb44cef5969e5c9cd360aa5725708d6bdec5

2016-01-09  Eike Rathke  <erack@redhat.com>  [8aee44c94fd2abdb7f1566ad237da4bfdfc011fa]

        Function Wizard: don't overwrite an unlisted function
        
        * in a spreadsheet cell enter =LOG(foobar(SIN(1)))
        * invoke Function Wizard on that cell (Ctrl+F2)
          LOG(foobar(SIN(1))) is marked in Formula edit field
        * activate Functions page
          LOG(foobar(SIN(1))) is marked in Formula edit field
          Function LOG is selected
        * click Next button
          foobar(SIN(1)) is marked in Formula edit field
          Function ABS is selected
        * click Next button
          foobar(SIN(1)) is overwritten with ABS( )
        * only Cancel solves the problem
        
        foobar() could be any user defined or macro function that have no
        function description in the Formula Wizard.
        
        Change-Id: I1cb69a9e38c0b8f251d783bd0f67b4b24ade50d0

2016-01-09  Eike Rathke  <erack@redhat.com>  [077cc9fbaa29d1440f930c3ae4be86db73ee30a8]

        prepare for hidden flag in function description for Function Wizard
        
        Change-Id: Ic018ea5b962a66b6543e57d9cc1d44711e51de6e

2016-01-09  Ras-al-Ghul  <dipankar1995@gmail.com>  [31bc9a228ed02dfa082e3a59c20b0ce106d5c75c]

        tdf#96888 Kill internal vcl dog-tags ...
        
        This is a cleanup to https://gerrit.libreoffice.org/#/c/21233/
        
        Change-Id: I731b9cb8e64fb07e8d0a6d89e4f420e2e4570a8e
        Reviewed-on: https://gerrit.libreoffice.org/21279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Ras-al-Ghul  <dipankar1995@gmail.com>  [269f953aaa46d7dce26d061ce487d2f76a16a34e]

        tdf#96888 Kill internal vcl dog-tags ...
        
        This is a cleanup to https://gerrit.libreoffice.org/#/c/21230/
        
        Change-Id: I3999c8af1b906105a448e61353a839237aec7098
        Reviewed-on: https://gerrit.libreoffice.org/21276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [86d06c9102d6f59946d7fbfdee5bb40e9a6d0fc6]

        vcl: move some Freetype stuff away from the "generic" folder
        
        Freetype is definitely not "generic" code. It is only used for Unix
        platforms, but is not used for OS X which has it's own font/glyph/text
        system called CoreText and that is implemented elsewhere in our
        codebase.
        
        Change-Id: I30b2756d2cd9a81b6f746988685295d25ba1de44
        Reviewed-on: https://gerrit.libreoffice.org/21286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [afab984f974d95c57b1a580387dcea2127bc3ca6]

        vcl: Rename class ImplFTSFontData to FreetypeFontFace
        
        ImplFTSFontData derives from PhysicalFontFace, and implements the
        mechanisms specified therein. It's not actually a "data" class, but
        also implements a factory function that creates a
        LogicalFontInstance object via Freetype. I believe the "S" in "FTS"
        stands for "Server", which is a misnomer as Freetype is a font
        renderer, not a font server.
        
        Change-Id: Ibacc4bf3f850ddfb37016ea2e3e088279b1b1ba1
        Reviewed-on: https://gerrit.libreoffice.org/21285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [67925c3b5cf713cfb85a92baebd13708b8649974]

        vcl: Rename ImplServerFontEntry to ServerFontInstance
        
        I want to keep this class in line with the naming of the base class.
        ImplServerFontEntry derives from LogicalFontInstance, so the name
        ServerFontInstance is a better fit.
        
        Change-Id: I2d2e3919634c2aaa8e5d6d63b0bf718dec18c336
        Reviewed-on: https://gerrit.libreoffice.org/21284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-09  Michael Meeks  <michael.meeks@collabora.com>  [c71de1458cebcd45b65cef3a182bf1092dc8ad80]

        tdf#96919 - vcl opengl: implement missing XOR mode.
        
        Also revert "tdf#96257: Silly work-around to produce same result ..."
            from commit ec8bc265050d86a749140c353360a78cce4e3fce.
        
        XOR rendering (it turns out) behaves oddly, and not for all operations.
        
        Change-Id: Ie07d988bbf7fed10fb5625ac547a01a306b05319
        Reviewed-on: https://gerrit.libreoffice.org/21282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Michael Meeks  <michael.meeks@collabora.com>  [2a5afa8394d4ef928c56c0b62e76984b1b87e8c8]

        tdf#96919 - vcldemo - implement XOR rendering test.
        
        Change-Id: Iecd8d1d1fafc9d80b40ab2069248678697dddb6c
        Reviewed-on: https://gerrit.libreoffice.org/21274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-09  Mike Kaganski  <mike.kaganski@collabora.com>  [88a797f8ae937d4cabd6eff3e9daca74482ca217]

        Revert part of commit 85ac3cd
        
        A ctor of FontSelectPatternAttributes was moved twice, so an error
        introduced under Windows
        
        Change-Id: Id7cc8d01d643b27987f31d6c181d81ac440b6b1e
        Reviewed-on: https://gerrit.libreoffice.org/21283
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcc884fa879a013a3e634a13ab51663ea8f62419]

        loplugin:nullptr
        
        Change-Id: I901a1acebf9e3fada56e2328f0acd95fba2b7ffb

2016-01-09  Martin Hosken  <martin_hosken@sil.org>  [39b718dd655220110523b7013e65ea4f821aedf7]

        Fix applying external dict to icu, and khmer break engine fixes
        
        Change-Id: Ib897e5fa5e80f75f501694dbf874aabd92253b25
        Reviewed-on: https://gerrit.libreoffice.org/21247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [eba202b65accc0b4c4e08346c8e579eea58342f4]

        vcl: rename m_pFontCache to mpFontCache in LogicalFontInstance
        
        This is the only variable in LogicalFontInstance with m_ as the
        prefix, so changing to mpFontCache for consistency.
        
        Also small tab cleanup in fontmanager.hxx
        
        Change-Id: Id79392337795259568fbe71efb5200f1e31219a8

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [85ac3cd63f6720ff2d3c4b7491f4ad296219fa53]

        vcl: move FontSelectPatternAttributes constructor to fontselect.cxx
        
        Change-Id: I49041e086c1da6d9cc23781e10b00997f227da8e

2016-01-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [6ee8ba1e451f7a2bd890b265d0c0c0030519da31]

        vcl: FindFontFamilyByFont is not the best name after all
        
        On second thoughts, FindFontFamilyByName is not a good name at all. I'm
        changing it back to FindFontFamily. The parameter tells you how it's
        being found.
        
        Change-Id: Ie8278e1727075a49331135a149361a484aba91e5

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [ad241f51fe6ae4f5dc37050cf3bea65fc4163084]

        vcl: change ImplFontEntry to LogicalFontInstance
        
        There is a TODO in the code that suggests to do this, when I looked at the
        collaboration diagram on Doxygen things made a LOT more sense.
        
        Change-Id: If335498bb70872ffa5738cc5c17660faec84c35e
        Reviewed-on: https://gerrit.libreoffice.org/21257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [47bac0de19fc4ca2c9d469b64fcbffe15bc4a0a3]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to ImplSVEvent * Window::PostUserEvent( const Link<void*,void>& rLink, ... ) in event.cxx file. Patch No. 5
        
        Change-Id: I9e7fd099aec6d5d2060bdf4761f4cff4fbe31544
        Reviewed-on: https://gerrit.libreoffice.org/21219
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Michael Stahl  <mstahl@redhat.com>  [774fb6d2e7cf36b677e66c54278225b1256bd40f]

        tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarks
        
        7c3c3006deaaaf1bb3f2f4eeeaf11da3bcebe53c is apparently worse than it
        appeared at first glance since there are numerous assumptions about
        bookmarks, such as that if they were inserted successfully they may be
        copied successfully, which isn't the case for duplicate cross reference
        bookmarks.
        
        So fix this differently, by eliminating the duplicates and mapping all
        reference fields to refer to the surviving bookmark.
        
        It was not possible to do this in SwXBookmark by checking the makeMark()
        return as that would raise interesting problems such as it's currently
        guaranteed to have 1:1 SwXBoomarks to core Marks so we can't just
        connect 2 SwXBookmarks to the same core Mark, and we also can't leave
        the SwXBookmark unconnected after attach.
        
        Another alternative would be to temporarily allow inserting the
        duplicate bookmarks and then eliminate them after the import, but what
        is implemented now is to check from xmloff for duplicates, which is
        reasonably simple.
        
        Change-Id: I7ee4854d1c9d8bf74201089cbb7287b1bd8ee3b9

2016-01-08  Caolán McNamara  <caolanm@redhat.com>  [79bbc5b910259c2c0efc71329501767e97513584]

        silence mouse release warning
        
        Change-Id: Idce7f28d642f6dc23f16e3c963d0ed42782ed14a

2016-01-08  Caolán McNamara  <caolanm@redhat.com>  [ca66b8c025fafe5fa79b749d17a28710322621c4]

        SfxTemplatePanelControl doesn't have to be a DockingWindow anymore
        
        so we can drop one more DockingWindow from .src files leaving
        just one left
        
        Change-Id: I2e12398ce7682193aace966ebb8d153ec9acea2e

2016-01-08  Caolán McNamara  <caolanm@redhat.com>  [b7dc6101dafcfe01023608b7e1be31c1c17a82bf]

        Float is never a SfxDockingWindow anymore
        
        Change-Id: I22ddb6416c48ab72bf3ee4a7e7d664bfd0dd51f1

2016-01-08  Caolán McNamara  <caolanm@redhat.com>  [0b14725c7b188b78eddafae7ea6761865dfc81ab]

        implement the style pane right toolbar the same as the left toolbar
        
        Change-Id: I1a031facad52afbc84b06610f9bdd0a9f118ebeb

2016-01-08  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [01575244271cc7e0156e766b91750c4c147a0f8e]

        tdf#58122 FILESAVE: XLSX - Cell RTL direction state not saved
        
        Current behavior:
        The direction of the sheet is set to default from left to right
        
        Expected behavior:
        The action of changing the direction from left to right to become from right to left
        
        Solution:
        Added export for text writting direction.
        
        Now <alignment readingorder="2"> export properly
        
        Change-Id: I0a49ba0e458cbd6a7feae8e205ae583b7da30d0b

2016-01-08  Caolán McNamara  <caolanm@redhat.com>  [0aa5414015813eda46dbfd7c3bcf259485ac1968]

        cppcheck: noExplicitConstructor
        
        Change-Id: If1ddb112c85f127295eb55566360b066e7173ba2
        Reviewed-on: https://gerrit.libreoffice.org/21245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [13e0ec9f38736557d9b4737298ca9a858919e6e3]

        gtktiledviewer: hide new view button when it's not supposed to work
        
        Change-Id: I91003540f994eeaab78bc66ed6e0df9e9f59ee4b

2016-01-08  Eike Rathke  <erack@redhat.com>  [57a5912dacef57c3c447ef90c70972191ac12b6e]

        tdf#96647 add Interlingue Occidental [ie] to language list
        
        Change-Id: I79f4581ee5d371f22f94043f1e5fa62a2ad430ff

2016-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [49b67cdc36b599f865d4a6de214d901861f27196]

        tdf#96961 sw Hide Whitespace: still show whitespace on the last page
        
        Mainly to match Word's hide whitespace behavior.
        
        Change-Id: Ica09bca5004adbfa14d1c9aca04079129f8a1a68

2016-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd51e0153a25f3950be54dd7fd58a0de6e148ae2]

        CppunitTest_sw_uiwriter: don't assert the size of the last page
        
        The size of the last page will change in a bit in Hide Whitespace mode,
        the intention of the test is to check the behavior of the normal
        (non-last) pages.
        
        Change-Id: I69b9072c59b6ca4dc5d93062c21726a0f5c03c05

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [da8f57d9c9b4c6efb211d1d69f7e240523d0bc43]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to to void Window::RemoveUserEvent( ImplSVEvent * nUserEvent ) and to void Window::ImplNotifyKeyMouseCommandEventListeners( NotifyEvent& rNEvt ) in event.cxx file. Patch No. 6
        
        Change-Id: I75bc321d2a257df00f51d7e71aed2bc26500e58e
        Reviewed-on: https://gerrit.libreoffice.org/21220
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [29cd6b92528b319c8248842d47256303b915e097]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to syswin.cxx file. Patch No. 18
        
        Change-Id: I79d3ea2110ae72762681ae494ee44ba7fc61e112
        Reviewed-on: https://gerrit.libreoffice.org/21235
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [b65af458547264187f28301562db026ef187bec9]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change in winproc.cxx file. Patch No. 9
        
        Change-Id: I71e3876c0512e2696d61962f2427384354130bb3
        Reviewed-on: https://gerrit.libreoffice.org/21224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Stephan Bergmann  <sbergman@redhat.com>  [63b67ab5cab8cf7576a68cabe5fb1a42c6ad800c]

        Use public derivation, and remove then-unnecessary downcasts
        
        ...the implicitly-private derivation was presumably introduced by accident in
        23fd991fda81668b3998b21b0131dda77965e405 "separate the sane from the less sane
        in SwClient"
        
        Change-Id: I30ec84b6a30c029cfbeb848ad37c9a532fec0a96

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [5e2a0f007b106af2ad02e5244e13061e28878cba]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to void Window::CallEventListeners( sal_uLong nEvent, void* pData ) in event.cxx file. Patch No. 4
        
        Change-Id: I6dff8f0611833d1514552afad163cdb55f693980
        Reviewed-on: https://gerrit.libreoffice.org/21216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Michael Stahl  <mstahl@redhat.com>  [2f79c760b48965a04c260745fb9a23a6e1086faa]

        Makefile.fetch: don't use server side time stamps
        
        The wget download apparently uses the time stamp of the file on the
        server by default, which breaks incremental builds.
        
        If wget downloads the file and it does not get the current timestamp at
        the time of download but the one the file happens to have on the server,
        then if you built from the previous version of the tarball at a later
        time than the timestamp of the new tarball, make won't detect that it
        has to unpack the new tarball.
        
        The curl download should not be affected since curl requires an explicit
        -R to use the server side time stamp.
        
        Change-Id: I6bab51d20b8ab5e485fe68d3f27c31aaddc99f68

2016-01-08  Tor Lillqvist  <tml@collabora.com>  [5621762a36483f7bc555dd0e6a294eb68100490a]

        Don't use the "marketing" version number for the Intel driver
        
        The 15.x.y.z.d number is not the real version number that our code
        sees.
        
        Change-Id: I8e434c0c3e3c4ff6ea8a6810f0b09f9b2befc438

2016-01-08  Michael Meeks  <michael.meeks@collabora.com>  [3c47809a673c44575c08700d99b61549ebc9122b]

        framework: re-enable two dispatch tests, and make them work harder.
        
        Change-Id: I63d72b2d8f0b4835ab0ead51b518deab635ff3b0
        Reviewed-on: https://gerrit.libreoffice.org/21222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [f2f1f52d8b84ac088496a4964d799bb84007fc45]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to dndevis.cxx file. Patch No. 1
        
        Change-Id: I9240d97a9b0dd76a2df43e01f0d1e71de9015c48
        Reviewed-on: https://gerrit.libreoffice.org/21211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [8680813aa476eba172f078efddfd21ea99218cd8]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to bool Dialog::Close() in dialog.cxx file. Patch No. 2
        
        Change-Id: I5268e77bef2225308e9d01831c7b09de19c3ded9
        Reviewed-on: https://gerrit.libreoffice.org/21212
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [08f0ef29e7acc824e6cef508edf1a3e2201b0892]

        solenv: if module is vcl, then include filter directories in doxygen include
        
        Change-Id: I79610ab5c9eb3812035d9d2c5f8ce1508451cd60
        Reviewed-on: https://gerrit.libreoffice.org/21251
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [054928f49b05291e727fcd747427e88aac38b6f7]

        Revert "vcl: move filter headers to vcl/inc/filter"
        
        Discussed on IRC - overwhelming consensus is to keep the headers
        where they were before. The main reason to keep them in the same
        directory is to keep headers as local as possible to the source
        files, unless something else needs to access it.
        
        The only thing that uses the headers is vc/workben/fftester.cxx
        
        I will work out how to get Doxygen to pick up these headers another way.
        
        This reverts commit 5d7772fc0464c867c5ad2f1e10ccabd7331f7efa.
        
        Change-Id: I45ee970722e27748ab8af8909ac49579dc47ef56
        Reviewed-on: https://gerrit.libreoffice.org/21250
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-08  Daniel Robertson  <danlrobertson89@gmail.com>  [7ec5073951cf7b7f71369e0819f82ae2fc6971ac]

        vcl: ImpBitmap optimize GetBitCount
        
        Use binary search to find ImpBitmap BitCount in constant time.
        
        Change-Id: Ica13d41d1473e01c9198c985d34206267d7910d1
        Reviewed-on: https://gerrit.libreoffice.org/19759
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [3113ecb2fcb6d868a213c5dc978159e18f4e2efa]

        Related tdf#96833: hide user and password for WebDAV servers...
        
        ...because they are asked for and stored in a successive user
        interaction.
        
        Change-Id: I09a3a1e59fe3819a28d7565e83b0db968dfee74b
        Reviewed-on: https://gerrit.libreoffice.org/21040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [d74161f238efc6ee189b705f21143cddb318a4bb]

        vcl: small typo in parameter names - Doxygen is complaining
        
        Change-Id: I57a70f7f6833af5e2cf94f526e99d1353247afb9
        Reviewed-on: https://gerrit.libreoffice.org/21249
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-08  Juergen Funk  <juergen.funk_ml@cib.de>  [87495ce1214424dbd15aa4271a27f3dcac2ea5e2]

        g: fix var in checkout
        
        Change-Id: Ie414037671ca9248931a47000db2b4ed259e72da
        Reviewed-on: https://gerrit.libreoffice.org/21217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-08  kumar  <kumarr908@gmail.com>  [861661313e9782ebbfe32b801b9e0968aae0c946]

        tdf#95463 Fixed floating navigator default size, now size is increased
        
        Change-Id: I8a1112fa94295c99870d50cb7147582d5eaf9630
        Reviewed-on: https://gerrit.libreoffice.org/21079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-08  Eike Rathke  <erack@redhat.com>  [6534be23faf7922803df7d7985f9211324845b81]

        Updated core Project: help  71a3f0e66fb6fb37f73fe3841a36ba00bec5beaa
        
        tdf#85433 help content for WEEKNUM, ISOWEEKNUM, WEEKNUM_EXCEL2003, WEEKNUM_OOO
        
        Change-Id: I92995b4de6fe18d981757f0d273ddce5c11b1559
        

2016-01-08  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5553d6a9314fd778b9a124d8a2c7e9dd1d7a58a3]

        tdf#96807 Reset min/max of auto scale
        
        Y minimum for auto scale was accidentaly set to 0.
        This avoided correct calculation of Y auto log scale (tdf#96807)
        But also set linear Y auto scale from 0 (tdf#85690)
        
        This fix detects if both min and max are equal to 0, and reset them (+-inf)
        
        Change-Id: Ifaf306831f3b5a18a86483c88e807f478b447c77
        Reviewed-on: https://gerrit.libreoffice.org/21055
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [0c0c8de9b2df98c7d6394e703fc2fcb9e97e20c0]

        Related tdf#96833: display WebDAV path in remote files dialog
        
        Folder WebDAV paths have the '/' at the end, this needs to be removed
        in RemoteDialog logic while filling the treeview.
        
        Change-Id: I8336de3e08ff030b27b1e48594448ff66106cff6
        Reviewed-on: https://gerrit.libreoffice.org/21041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [5fc2910fc872bbd1184aaab7c842dff593d2449b]

        tdf#96669: IsDocument should be true only if the document exists
        
        Fixes a problem with Save to remote server dialog.
        
        Change-Id: I4ef2dbf12bb786f5617cb57ff021012e4d884230
        Reviewed-on: https://gerrit.libreoffice.org/21010
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-08  Luke Deller  <luke@deller.id.au>  [faa767dbef7ee9a0a7ab80bf4ad0fb529cec54a8]

        tdf#93640 Fix import of linked left page header/footer
        
        In a docx section, any header/footer which is not defined in the
        section is considered to be linked to the previous section.
        In the Word UI this is shown as an option named "Link to Previous",
        and editing the header/footer in either section affects both sections.
        
        LO imports this by copying the header/footer contents from the previous
        section, but it did not handle the case where a section had different
        headers for left pages vs right pages.
        
        Fix this, which involved changing the mechanism used to detect
        whether a section has defined a certain header/footer (which unlinks
        it from the previous section):
        rather than trying to figure it out from the converted LO page styles,
        explicitly track which headers/footers have been defined using boolean
        member variables on the SectionPropertyMap instance.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Change-Id: Ic43a867356c2cd5df09d39f2a3ddefa584b6765c

2016-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ec88cdb82a28851c4b97d7f043d8bcec3c675e8]

        tdf#96308 RTF import: fix tab stop inheritance inside table cells
        
        The tab stop list is a paragraph property, and RTF requires to repeat it
        after \s as direct formatting, otherwise the parser should be assumed
        that the tab stop list is cleared as a direct formatting.
        
        Non-buffered text handles that in getDefaultSPRM(), handle it directly
        in the RTF_PARD code for buffered text.
        
        Change-Id: I16b09bc4c177df5a74d16653b829b198aa1a800f

2016-01-08  Stephan Bergmann  <sbergman@redhat.com>  [6e2b8411a9352cef56e310a1a01b6000e7d15ca7]

        Missing semicolon
        
        Change-Id: I160163a377fc374174ca48814494b849d1d32c3f

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [604a3bfbcf4515dd090949df57274d86cafaea21]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to lstbox.cxx file. Patch No. 14
        
        Change-Id: I8e559c55345fa8c72f49c94f1a94906bf03683c7
        Reviewed-on: https://gerrit.libreoffice.org/21231
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [07ce6f1192ad65ec63bf174b35298fa040207646]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to menufloatingwindow.cxx file. Patch No. 17
        
        Change-Id: I3b7c9beb5f3e55930f66c463d4341b5a78d51bc1
        Reviewed-on: https://gerrit.libreoffice.org/21234
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [f78ec21a800a5598a021ae76b5b5d72f03617a54]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to dockwin.cxx file. Patch No. 15
        
        Change-Id: Iec42df460be350ffbb5aa11a801c7dea2df7c9cd
        Reviewed-on: https://gerrit.libreoffice.org/21232
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [b1ad632c72e38973265ad0d3f31120108f120660]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did some changes to winproc.cxx file. Patch No. 12
        
        Change-Id: I32551d527a2d45b694418bfee19be5e8704ce60e
        Reviewed-on: https://gerrit.libreoffice.org/21228
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [accc12efd1db250b7e3c22b6bd70a1e4393bae6b]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to static bool ImplCallCommand( vcl::Window* pChild, ...) in winproc.cxx file. Patch No. 7
        
        Change-Id: Ib2929ff2fe98487461f2d8ec768fab8d4cd45c22
        Reviewed-on: https://gerrit.libreoffice.org/21221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Ras-al-Ghul  <dipankar1995@gmail.com>  [6ac256da90d23d0b5483197543a1159fed827a41]

        tdf#96888 Kill internal vcl dog-tags ...
        
        Did a small change to short Dialog::Execute() in dialog.cxx file. Patch No. 3
        
        Change-Id: I0ce2f62caea2d0aad4ced48df30d924f87de3c40
        Reviewed-on: https://gerrit.libreoffice.org/21215
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-08  Xisco Fauli  <anistenis@gmail.com>  [5821c8949e543e672cf55e29001b3e7964d070af]

        tdf#96364 SVG: Parse 'color' and 'style' before the rest of attributes
        
        'fill', 'stroke' and 'stop-color' might depend on them
        
        Change-Id: I8b709dafe0ad0423a87911af7f2c83fa81e61cbd
        Reviewed-on: https://gerrit.libreoffice.org/20653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-08  Xisco Fauli  <anistenis@gmail.com>  [0cae9c32ce9884a9809e220ba80b7c4cb4059565]

        tdf#96046 SVG: Change logic to parse doubles correctly and..
        
        add support for font-size keywords.
        
        My previous commit fa17cfd7e006c73f1360a5a974f38d9875f347c5
        was wrong as doubles like '-10.0' or '5e1' were ignored.
        Change logic to parse the whole string but the units ( 'cm',
        'mm', etc, etc)
        Then, value.toDouble() will try to convert it to double, and
        if it's not possible it will return 0.0.
        
        Besides, add support for font-size keywords described here:
        http://www.w3.org/TR/REC-CSS2/fonts.html#font-size-props
        
        Working on a parse test for this section.
        
        Change-Id: I2b9c89225fcf63f1a0564abf7187097373cbc9a1
        Reviewed-on: https://gerrit.libreoffice.org/20379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2016-01-08  Marco Cecchetti  <marco.cecchetti@collabora.com>  [6b7d41094d06bbb4c248927d02318cf1b5faba0a]

        lool - page border shadow can be disabled
        
        Support for text documents and presentations.
        
        Added a command line option for gtktiledviewer:
        --hide-page-shadow.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/21210
        
        Change-Id: I1e427693d7af40cb5731d1730ac5b7c486d45c29

2016-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f1ddaad5dd401b70ae69fb18f7873d652242154]

        Related: tdf#96308 RTF import: fix RTF_DEFTAB handling
        
        Change-Id: Ia2655bf5748ea62155613a222d0cb17b678196c5

2016-01-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8085555f6de5905028fdc0761c9e5b2fd4a3609a]

        Bump copyright year to 2016
        
        Change-Id: Ifbd88aa55d5aa32a7b8dc11d7ac0310d0ef1e5d1

2016-01-08  Matúš Kukan  <matus.kukan@gmail.com>  [eaed822c9cf6b3762f727f1281003dafd300df6d]

        tdf#89236: Don't deflate encrypted document in parallel
        
        I see "warn:legacy.osl:22439:1:package/source/zipapi/ZipFile.cxx:583:
        Can't detect password correctness without digest!"
        when opening file saved with password.
        
        Obviously css::xml::crypto::XDigestContext used in ZipOutputEntry does not
        work properly when encrypting files in parallel, so don't do that.
        
        Change-Id: I4b354535240a4f31a6bc6855cf7f9af527634e7e
        Reviewed-on: https://gerrit.libreoffice.org/21238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [c5c5626dd564d07145bb898adf6815cb56c7199b]

        vcl: document some OpenGL parameters
        
        Change-Id: I3e3982170e9f0f898d88fdfed2c5004dfffc6aed

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [8d481730c1936e159b628effe6de4dd043cdebb8]

        vcl: document parameter of loadImage
        
        Change-Id: Icbd617c3ce1571a867e0ebe749d40125275631a6

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb7a9dc584cdf4ebe2137c5474571eaef311038b]

        vcl: document parameter in vertical font functions
        
        Change-Id: I07b543c74570de6d1424aef5d9b3a932bdffb92a

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [deadfe8ec9ed871fdd9b81868c1224ad7a1ee310]

        vcl: fix Doxygen parameter name
        
        Change-Id: I64566aa7dcd3c50e083180945d08039dd89364b3

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [bc9879b0f1c35211e3df045c522b8e5e1ead0fd1]

        vcl: should be using @tparam for template parameters
        
        Change-Id: I650448b4c24173a88b594185c2332861288ec753

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [48324355de9546e99e81a524c3947567de8db555]

        vcl: this function is already documented in the base class
        
        Change-Id: I6efa86e797012b214257e745f7c7bbab0ac38461

2016-01-08  Julien Nabet  <serval2412@yahoo.fr>  [4af3fd71eb0b698089acaac064cec4b318362cfd]

        Remove useless extra var for loop
        
        Take benefit of returned iterator from erase method
        
        Change-Id: I77eaa5b4500cfc66ae66e5f388915e0ade79b23c
        Reviewed-on: https://gerrit.libreoffice.org/21239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [3f787ee4ad062fc5c14d783140a1d9d67e79af41]

        vcl: fix WaE messages
        
        Change-Id: Ib861efdaa9e18a22fb967bcef251792c9b9f5768
        Reviewed-on: https://gerrit.libreoffice.org/21240
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [00d8c1a19c7ff0e24f54ac0261a53ac4d8235993]

        Include Windows 10 in system requirements
        
        … and fix the minimum Service Pack for XP.
        
        Change-Id: Ic4388f166c7b072a18cd825001775d8f2de71a4e

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [e80433a9734ab325bd8931649f984f5fefb21b97]

        vcl: this function is already documented in the base class
        
        Change-Id: I0d3b8c9026a423f95a9a0acbcd89afbc23aaff82

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [301f101c36d49dc98e4d9f6f436c544f3ab069d0]

        vcl: fix parameter documentation in ITiledRenderable header
        
        Change-Id: I258887a332c2a990ec2f76ed06e893bd1cc38c76

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [49b114f8f60590790a370f1707cb6e6c1006ac5e]

        vcl: correct parameter documentation of outdev.hxx
        
        Change-Id: I49d520d62609ade9d074244a9bb1eabffbd43356

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [778d9b4f65ba42cb434f716d2177b7803967ae42]

        vcl: document parameter
        
        Change-Id: I6215f0af4b5ce0d310c0a00c1806edbe7a5017eb

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [8900ffa6fb1514c93efd93f5970ab96de31be4b3]

        vcl: update documentation of drawAlphaRect
        
        Change-Id: Ib70e01f4047a4af8ab152541c4234737ec6e5816

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [7e57359f3fe874293b1a307e8b7895760dcdc185]

        vcl: pProgress is not a parameter of Bitmap::Filter
        
        Change-Id: I1c22b6d3e88e9442ebf8fc5a4599cafe72f9c90d

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [77a2d4b9b10cd9d3cffbda106027d7c214085efa]

        vcl: document parameters in svapp.hxx
        
        Change-Id: Ifab1794363cd9bbe2cc1bb8010edbe25f0a0ac0d

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [42f57eacb163beda6d7042b44a9e1808ca3da401]

        vcl: document parameters in vcl/inc/sft.hxx
        
        Change-Id: I191ff94acf201714cb96d4e2ea6a9b0cd0632372

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [74cd24b588f3a7ac6bd7ed14727d8f829a1a91c4]

        vcl: silence doxygen warning
        
        Change-Id: Ia29146ce50144d8ed3ee9a3daaed221a1e2f056b

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [9468abbdf973e2da8f9b2660c440d3ff55326f9b]

        vcl: exclude precompiled headers from doxygen
        
        Change-Id: I97e931ae654b3c61de92866bf6c4a3d22e3f96c9

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [c89f9b19cefd08b31b6e5dfa55ea0f4ff757da9c]

        vcl: silence doxygen warning
        
        Change-Id: I132672582136abfcec0eeafd2400757def824dbf

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [9321c560943330fbc76dacfebff67bd740fbc95b]

        vcl: StartPresentationMode should be using a sal_uInt32 as function param
        
        Change-Id: I78a484a25be660f754d116263a203ae1a926ac18

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [606f44f2e6df977df2e37ef2881b12a2fa9d7f88]

        vcl: cleanup namespaces is vcl/source/window/toolbox2.cxx
        
        Change-Id: I84675f577adade78d49a2897aed2b790dae864f4

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [b07952a02ab847a7545af5d30ed2fb758fc3c2f3]

        vcl: cleanup namespaces is vcl/source/window/menu.cxx
        
        Change-Id: Ia27b7c7aea0882ce62471f484971452cbb9ff374

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [9619edae4e50fde3a2fc61906fbbd3c704f3c15d]

        vcl: cleanup namespaces is vcl/source/window/builder.cxx
        
        Change-Id: Ie7abebb4fad50e55793b9c1e99c4108c335a928b

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [e37fb68cc6a6ea1400113529306192717f2620a6]

        vcl: get rid of rtl alias in include/vcl/opengl/OpenGLHelper.hxx
        
        Change-Id: I70df154ba599bcccfd8c4a0a567b7b565d957768

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [8e9c2f0a4f9c569a54a59a1538021c3c39b8408a]

        vcl: cleanup namespaces in vcl/source/image/ImageList.cxx
        
        Change-Id: Iec667d4a9a650f4bc2f3a30e46b75d27643f8d00

2016-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1d04fedc278d9590b53282403de2f8a6900546f]

        fix indentation
        
        Change-Id: Ic147145fca2ee1c3c9f9c504d858b84e72eeb6bc

2016-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1038a187a6a5152de51b111123cbd11adbffbbe]

        fix indentation
        
        Change-Id: Ie79848c6649cfef6d32f0b2ca1e98ca0b00f716a

2016-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [070258271cb3b79cdb7b612c3b0c885aa3a275cb]

        indentation fixes
        
        Change-Id: Ibc652519d7ccc9a1ec483f19d443c9b5303e0f92

2016-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f9234784f05742a6d4bf3ddb62ce89d3c2a022d1]

        deleting a null pointer is fine
        
        Change-Id: Iba329fae2d6882799a0d470590bb7bcfe88d1e92

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [c0ae710c1c449ccacfa4910ccdace9a7dd6fcb8b]

        vcl: cleanup namespaces in vcl/source/image/Image.cxx
        
        Change-Id: Idc1989a8a59eb65e40e0e97e3688100c23175fa5

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [d96128d72b55071a706ae076a42d6d9150e40c86]

        vcl: cosmetic, tabify print3.cxx
        
        Change-Id: Iacef3026ef2ee907a4a3d8fbfe8a3d346fd6df05

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [ff65b6892198d40885b9bf0040329ad37fc79f76]

        vcl: cleanup namespaces in vcl/source/gdi/print3.cxx
        
        Change-Id: I030f8a212482be0b5738435e9f7133bb8ade8876

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [81e59f3b5012fe8db00adf0dbe6245090590d348]

        vcl: cleanup vcl/source/gdi/print3.cxx headers
        
        Change-Id: I7c35bb4453e03912f7aa95dad71c23413de10f73

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [31c9e2891604ef6077a5c6f727b3b76df32ea3e3]

        vcl: configure some predefines in Doxygen for several of the vcl filters
        
        Change-Id: I1e2c72b67ad1d26f6d3ec8a1944e417a86f57942

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [13ee43524dcaa3299b460c22cbde6b7994032e6e]

        vcl: silence Doxygen warning about mismatched param var names in print3.cxx
        
        Change-Id: Iebc06047a7b10b81c2b5b8be7e9a54da3a1dfac6

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [5d7772fc0464c867c5ad2f1e10ccabd7331f7efa]

        vcl: move filter headers to vcl/inc/filter
        
        Change-Id: I0b2b12d3f5cc6e35b2d87adb39ad44ba287c9a01

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [e415bab58ba859f783f12932e478e503bcaa9e4c]

        vcl: cleanup namespaces in vcl/source/filter/graphicfilter.cxx
        
        Change-Id: I00cb940d20dd2ce712ab206f088789ae73792c70

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [3b5f702fab50371174008243f8b9b46fe43e51c6]

        vcl: cleanup namespace in vcl/source/edit/textview.cxx
        
        Change-Id: If33d4e30d39f9382eab2deb4f4ceb6f65211b912

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [86338fbb94324ede329e1d232eeaf70f2fde696e]

        vcl: ComboBox::ImplUserDrawHandler was in the void namespace...
        
        I'm amazed that C++ allows you to do this, but I checked the draft
        standard and there appears to be no restrictions around using a
        C++ keyword as a namespace identifier!
        
        This hasn't been an issue it appears because we don't have any
        user-defined draw signals for combobox's currently.
        
        This was picked up by Doxygen, which spat out the following error:
        
        /home/chris/repos/libreoffice/vcl/source/control/combobox.cxx:1322 warning: no uniquely matching class member found for
          void::ComboBox::Impl::ImplUserDrawHandler(UserDrawEvent *pEvent)
        
        Issue introduced in commit d6a83d3f913, I checked it and it was the
        only place this occured in the patch.
        
        Change-Id: Ie4272e5c4e3dba13ed82457bba8579971a5345d0

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [f666550ba2c00323020127a4b7446f92e5d0d91a]

        vcl: doxygen issue - missing @endcond in vclptr.hxx
        
        Change-Id: I5cb9566e372568a8836803807e730f983bdff4cd

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [cfcef8c99908a781c1d5b4153f4fa9fca69d4351]

        solenv: allow mkdocs.sh to index selected modules only
        
        I've added a test of the environment variable $INPUT_PROJECTS, if this exists
        then use the list of modules specified. If it doesn't exist then the script
        runs as normal and processes all modules.
        
        Change-Id: Ibafb826fa20a56d921e5ffacb0f5101ed936ae55

2016-01-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [46e2258aab774c7454bd24053f9cbc7582f25a5f]

        Upgrade doxygen config file via doxygen -u solenv/inc/doxygen.cfg
        
        Change-Id: Id6e1ac65840e1fa1b572f7548aca8e79845799ba

2016-01-07  Caolán McNamara  <caolanm@redhat.com>  [c9be2744d8ebe673d9cd4b0b7b680565bc544329]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ifdcb1cc12645d6cdba81d16f94f0268696187cde
        Reviewed-on: https://gerrit.libreoffice.org/21201
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-07  Eike Rathke  <erack@redhat.com>  [7994b77819a5de7a6da46ab01386883559e7a7d1]

        tdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-up
        
        Have two releases be able to read ISOWEEKNUM first.
        
        Change-Id: I7ea8141043d18076a65396374dec40a806c8ab6a

2016-01-07  Michael Stahl  <mstahl@redhat.com>  [63a3c07d7cdc6b947e91ad8d16d1e77c5ac80de1]

        svx: fix windows build, rename SvxEscapementItem::GetProp()
        
        90e07dd6f5d64a0d0041361c1592a6cd93ff2ac0 introduced a new unit test
        which calls SvxEscapementItem::GetProp(), and apparently the unit test
        also #includes windows.h somehow, so GetProp macro is defined to
        GetPropA and that fails to link since SvxEscapementItem doesn't have
        this member function.  Thank you, C preprocessor, you barbarous relic.
        
        Change-Id: I6fd8e9d832ed5e1ce1a4fa7f1516c55d51a3283b

2016-01-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1f4751491b38196d0a246c135349bdd42aba28f1]

        tdf#34882 Harmonize alignment of hex./decimal boxes
        
        Change-Id: Ie2a5af6c3c46508df1763b33bf8446983e49e11c

2016-01-07  Michael Meeks  <michael.meeks@collabora.com>  [3825c28416a52abbbba2bb8034346b1c3f956da2]

        framework: restore dispatch API test.
        
        Change-Id: I8a78fee2b43c67feaffb8dbbcd36e96743ca2c9c
        Reviewed-on: https://gerrit.libreoffice.org/21208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-07  kumar  <kumarr908@gmail.com>  [46b1988ae67d3f3ee662a0e4d0460371e321aa10]

        tdf#94865: Fixed MENU:Duplicate accelerators in en_US version-Patch resubmit
        
        Change-Id: I1b40eecf59f99c57cacd206f36771ade49565c69
        Reviewed-on: https://gerrit.libreoffice.org/21125
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [dc8b615d7a13c5ef4481b0e5f1fcc5e606c12234]

        Avoid loplugin:unreffun
        
        ...with be343661b076f3f57e7eb9ca1a5a4d3529752b58 "Disabled the test for a
        moment."
        
        Change-Id: Ic1b60f5590431f2edea4a65c62fdeb8eda256987

2016-01-07  Johannes Hauf  <hauf.johannes@gmail.com>  [bccd83ea5434f945c22d0c45dbc2c3d13efdffee]

        Some cleanup for sal_uIntPtr usage
        
        Change-Id: Ia9779e6477d8848588f3543d09ea6b4477f594a2
        Reviewed-on: https://gerrit.libreoffice.org/21022
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [59ae2d11d5884ffdf77dec95d8cd2566943fd789]

        Related: tdf#96943 sw Hide Whitespace: add HandleWhitespaceHiddenDiff()
        
        To have the "we want the difference vs the nominal size, not the actual
        size" code at a single place.
        
        Change-Id: I9b4b9a33d5d2da825c5da93e69790277eba8d0b3

2016-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d8da2b2deb4be2182ca1852cec7eb38a4c654eb]

        tdf#96943 sw Hide Whitespace: don't create pages for widow / orphan ...
        
        ... paragraphs that would otherwise fit nominal size of the page frame
        
        Change-Id: I90c3de9150b17c951e1ac4158babb7a71afee9ee

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [e035b03a91324c7856577c64bcb715a1f36f6c8b]

        Add readmes to instdir, too
        
        ...to reduce unnecessary differences between instdir and instsets.
        (Maybe CustomTarget_readmes could even generate the README_* directly into instdir?)
        
        Change-Id: If243a229e6f0e401abe6708899964f7b5949cc09

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [5124dc4ae6f5e4c9497f2aecaddf364f3c7a1757]

        sort lines
        
        Change-Id: I2b19708952dace09621724f5420dbc0e300f960c

2016-01-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [597e694e7e3264cf5d42b177bec38585ccb21232]

        Fix typos
        
        Change-Id: I90b04b8eda6fc3d530c9db72052720cbe9de0343
        Reviewed-on: https://gerrit.libreoffice.org/21197
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-07  Arnaud Versini  <arnaud.versini@gmail.com>  [5e0d36adc3f7f245edfc79230d0871017ba15d5d]

        BASIC : use std::vector instead of SbArray for Modules.
        
        Change-Id: I9594efb13b3dccc637ccd61eea4b42255c2a775c
        Reviewed-on: https://gerrit.libreoffice.org/20817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [a8b10c2841bf38e0f4393594de9b61d9bd3cd842]

        loplugin:nullptr
        
        Change-Id: I8c1ef744be34eea2130b458ed3a09d90804219cc

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [73c13ac221b4bea0b8aacacc9d1633be594ff8b7]

        loplugin:nullptr
        
        Change-Id: I9b12524ddbe3cd26800af53415fa593984f2b816

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f952a9f7139b079deb0aa8a31d1d5e2437846216]

        vcl: migrate font functions from outdev/font.cxx to own files
        
        I have moved all ImplFontAttributes and ImplFontCache functions from
        vcl/source/outdev/font.cxx to vcl/source/font/fontattributes.cxx and
        vcl/source/font/fontcache.cxx accordingly.
        
        Change-Id: I12ca80799828a772482424da171cc76bffaac43d

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [50261ea4b7242e365717c77a9370afd1044a97e3]

        vcl: reorganize ImplFontEntry functions
        
        I have moved all ImplFontEntry functions into vcl/source/font/fontentry.cxx
        and also created a new hash function that hashes std::pair<sal_UCS4,FontWeight>
        types by specializing std::hash.
        
        Change-Id: Ibbe07c38b98e3c976836a895dbfdcaecd5daff8d

2016-01-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [90e07dd6f5d64a0d0041361c1592a6cd93ff2ac0]

        tdf#89999 bugfix test
        
        Change-Id: Iaaf7f6b4bdcadb71e805d7d6ac10f700e3fa5846
        Reviewed-on: https://gerrit.libreoffice.org/20707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-07  Eike Rathke  <erack@redhat.com>  [ece5cc21aa7814be79016e0d285981c6ced4d9ee]

        Resolves: tdf#94208 broadcast fill undo (for deleted cells)
        
        Change-Id: I0fb54956bffc77dad4236b326eee3af836017623

2016-01-07  Tor Lillqvist  <tml@collabora.com>  [989f0fa8dbe6af56aa33fc6b8c63364811f8635c]

        The OpenGL Windows driver blacklist file should be in share, not user config
        
        We don't want a potentially outdated copy to be used.
        
        Besides, when it was in the user profile, it did not exist the first
        time after an installation, or a user profile removal, when we
        attempted to read it.
        
        Change-Id: I21290090a3bbb44864730dff84c81e80add89fb3

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [0f6f21346ec989dc31130e6bdc196a2293fcbb2e]

        Fix memory leak
        
        This e.g. reduces the LSan-reported leakage during CppunitTest_sd_filters_test
        from
        
          SUMMARY: AddressSanitizer: 115048 byte(s) leaked in 4639 allocation(s).
        
        to
        
          SUMMARY: AddressSanitizer: 6544 byte(s) leaked in 118 allocation(s).
        
        The history is that this happened to (presumably accidentally) get fixed when
        switching from an SV_DECL_PTRARR to a boost::ptr_vector in
        b35980d9b28f1e3985f94238f7d8c9962f654bd0 "Move away from SV_DECL_PTRARR in
        CharAttribList" but then got "fixed" again with
        46da0b6837bffa7d8a72624d2587159737e3d7e2 "further sc/editeng unbreaking."  That
        latter commit doesn't give any more detail than "this boost::ptr_vector idea is
        seriously broken," but I assume it did that change only via code inspection, to
        return to the previous (assumed good) status quo, rather than because that
        recently introduced deletion actually caused any problems there.
        
        I now see that this has also independently been found and fixed in AOO with
        <https://bz.apache.org/ooo/show_bug.cgi?id=120865> "Part of EditAttrib objects
        are not released after removing from Character attributes list" (the fix for
        which apparently got mis-classified for LO as
        "dd127fae0c5661e6488785ed0ecb410d81165a6e prefer:
        e4e4b3d65788d14d5f10cd6bccc713cfe2411cb1," i.e., "Another SV_DECL_PTRARR now
        gone" about some unrelated XBaseParaPortionList).
        
        Change-Id: Iecee5a4c85bc0c0c36a6690d70f0a4a59dab964a

2016-01-07  Stephan Bergmann  <sbergman@redhat.com>  [85aa507f737b99501bb91cf79985af78f46ff0be]

        Avoid memory leaks upon (de)compression failure
        
        This e.g. reduces the LSan-reported leakage during CppunitTest_sd_filters_test
        from
        
          SUMMARY: AddressSanitizer: 504104 byte(s) leaked in 4654 allocation(s).
        
        to
        
          SUMMARY: AddressSanitizer: 115048 byte(s) leaked in 4639 allocation(s).
        
        Change-Id: If922e872d9f696847face198e082144ccd5f12de

2016-01-07  Jan Holesovsky  <kendy@collabora.com>  [be343661b076f3f57e7eb9ca1a5a4d3529752b58]

        Disabled the test for a moment.
        
        Change-Id: I251d079d6362cf09d014623663cf9355a9c79a2e

2016-01-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [fd0be5e94fd4f591cb7746ac5a373b1fa0ca1455]

        sd: lool search all - 2nd search did not work - fixed
        
        TODO: now table are skipped because current implementation is not
        able to iterate through table cells and when a match occurs on the first
        cell the text object iterator stops working;
        
        Change-Id: I36ca4dabe88b0eb8fd89d3fe3dcc6951e5c03d0e
        Reviewed-on: https://gerrit.libreoffice.org/21166
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [098bcbc7dcc5c3506911ea8ab5a44685a9bb35fd]

        vcl: tabify fontattributes.hxx
        
        Change-Id: I1318acdcd9fbf1d0b363248266e913954cc97e9b

2016-01-07  Caolán McNamara  <caolanm@redhat.com>  [5ee8e22a26f522302d6b8e2bb8ce7a1815b61af7]

        cppcheck: noExplicitConstructor
        
        Change-Id: I94db78ca12e0f3389f00ea5c557f0b64d452f613
        Reviewed-on: https://gerrit.libreoffice.org/21150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2016-01-07  Justin Luth  <justin_luth@sil.org>  [66b8b09d0aa97e4009d2019a9d93b74cd1e11a09]

        set reasonable default size for new draw/impress tables
        
        The width was decent, except that on small paper (A6) it was
        wider than the paper size.
        
        The height was terrible - the minimum size possible. It was too small
        for even a single line of text. That made it hard to grab the table edge
        (instead grabbing a row edge) when trying to resize.
        
        Now the height and width are limited to the page/view size,
        and based on the number of rows created.  One possible enhancement
        would be to use the border width instead of the page width.
        
        Change-Id: I4e106a7bc34f65886e3c80d308499242c0fdd7d8
        Reviewed-on: https://gerrit.libreoffice.org/21171
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2016-01-07  Niklas Johansson  <sleeping.pillow@gmail.com>  [184a6a5301d699e0e1b3c16ddb27afc34e17a9d7]

        Updated core Project: dictionaries  3f7bdd798006d506d83d58e699d52878326bbd62
        
        Update the Swedish spelling dictionaries
        
        Update to the latest dictionaries version 2.39.
        
        Change-Id: I464aa0bbc9d58b0ec2f3b82906dabe60a49c020e
        Reviewed-on: https://gerrit.libreoffice.org/21151
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [8b8bbb43ab66b4b4398e59316958a3dc44bcf775]

        vcl: move FontSelectPattern[Attributes] to fontselect.cxx
        
        Change-Id: I41361d8dd4619a27bba5cc9ad2c627b37f1b2013
        Reviewed-on: https://gerrit.libreoffice.org/21190
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-07  Michael Stahl  <mstahl@redhat.com>  [e9cd5087366f930efd89a95c0a5610fe8f375581]

        configure: hard-code /usr/bin/{sort,find} for Cygwin
        
        ... to avoid calling C:/Windows/system32/{sort,find}.exe, if those
        happen to be first in PATH.
        
        On a Windows 7 system, the other conflicts appear to be harmless,
        we don't use "more", "expand", "timeout", "whoami".
        
        Change-Id: Iceefeb7ee6725291b04c0eba465991bb1df96b57
        Reviewed-on: https://gerrit.libreoffice.org/21175
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [2e11a3e03ed37eb86cd87f68191c48d2a6e442cb]

        vcl: rename outfont.hxx to fontentry.hxx
        
        Change-Id: I174a7a87d68958d0a5dd7c3e0f35294f0d020eb1
        Reviewed-on: https://gerrit.libreoffice.org/21189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9c8d97d82a85b897520a2fe897352ee5ad879d9]

        tdf#95213 DOCX import: don't reuse list label styles
        
        We used to optimize the creation of these styles, so in case two list
        label had the same character properties, then we could avoid creating
        two styles for those.
        
        This isn't correct though: it means if the style is changed later by the
        user, then unexpected other places in the document will change as well.
        Do what the binary DOC filter does: create one character style for each
        level of a numbering separately.
        
        Change-Id: I967b30fc078b1be30f7ef81b2706df2962fc3fb0
        Reviewed-on: https://gerrit.libreoffice.org/21191
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-07  Takeshi Abe  <tabe@fixedpoint.jp>  [f84d09cdda19e51373ec0ac4afb969483be24425]

        starmath: Remove unused resource items
        
        Change-Id: Ia64d33a6a755f6a0c1418c7230f4734a06febed4
        Reviewed-on: https://gerrit.libreoffice.org/21187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2016-01-07  Justin Luth  <justin_luth@sil.org>  [4038f5535658c0e0fb5e3711974f48ef4a96b30a]

        optimize performance - avoid GetActiveAccessibleCell call
        
        pActiveAccessibleCell is only needed when the "FOCUSED" state
        is being set. Many other states are also set with the SetState function.
        Avoid the GetActiveAccessibleCell function call when processing
        these states.
        
        Change-Id: Ib317f0f4b290cc8d33f7af7f450e35c8b1f7f924
        Reviewed-on: https://gerrit.libreoffice.org/21120
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [f5151af414f0ac0590d87040929cabe7f8db3106]

        vcl: FtFont{Info|File} renamed to FreetypeFont{Info|Type}
        
        Change-Id: I91621a177f27200c9d3413dd4953d5292a2ac15b

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [575d39c56feb2102ad3c68da960f6630c12baefa]

        vcl: cleanup headers - remove unnecessary includes and fwd decls
        
        Change-Id: Ib3cb2d905242d2a15935c074cb6d0634102de4e5

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [7785c201a7e60a69f04dbf90a32f5539bebd92e4]

        vcl: split more font classes from outfont.hxx
        
        Change-Id: Ifa10c3b954dd245ff8357b790b59316b3fb111a9

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [7aeb2e8c42cd7d0850aaf33a8a8b4d88c173047f]

        vcl: remove unnecessary includes in font headers
        
        Change-Id: Idb18436c578ae6d745bb2177688cb3f5435df7a2
        Reviewed-on: https://gerrit.libreoffice.org/21177
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [4a4a31ff64ce7d4f9687fa309f8be71715cd0a94]

        vcl: use FontSelectPattern, not FontSelectPatternAttributes
        
        Change-Id: I9e3759d1d5ae850a2bead62fb3b2fef02f43ec4a
        Reviewed-on: https://gerrit.libreoffice.org/21176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-06  Tomáš Chvátal  <tchvatal@suse.com>  [91f97fddff931e9b34ea982f1fe45120a3feef65]

        Fix distro-filelists after removal of kde3
        
        Change-Id: Ie11281285de012dfd61f4b3b04b4144cd90d382a
        Reviewed-on: https://gerrit.libreoffice.org/20989
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Tomáš Chvátal  <tchvatal@suse.com>  [b7f301a7d9fed5f61067f6de499e565274b5aab4]

        Fix build with gtk2 older than 2.20 by using the old definition
        
        Change-Id: I3355d25f04a3c57063fd3d03e72a75da32e16efc
        Reviewed-on: https://gerrit.libreoffice.org/21109
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Tomáš Chvátal  <tchvatal@suse.com>  [5c4bfb40713807e6a6453ce4a07a17fa1b0be433]

        Pyuno add compat for python 2.6
        
        Change-Id: I3e40a8006278b094d494820e6f47628c6579e78a
        Reviewed-on: https://gerrit.libreoffice.org/20883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Tomáš Chvátal  <tchvatal@suse.com>  [817192b3f55be0b0a4a6e877a3c1ab95d3a4b4cb]

        Refresh graphite2.win64.patch.1 to apply using sle11 patch binary.
        
        Change-Id: If43ca99631fab5a3a04e7dead9b694cf52944666
        Reviewed-on: https://gerrit.libreoffice.org/20882
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Michael Stahl  <mstahl@redhat.com>  [dd13ad84693e8d22672f4b5d588c0611ab1a0a50]

        onlineupdate: linking libpthread should work better than including it
        
        Change-Id: Ib19a5651f7e30108e8fbcdc6f7924c47cbeb4434

2016-01-06  Michael Stahl  <mstahl@redhat.com>  [08467b602e23c1b8059611717f3d82da8936e632]

        onlineupdate: Executable_updater should decide which GTK it wants to use
        
        Using both GTK2 and GTK3 sounds like a recipe for disaster, so use gtk2
        for now (since we get numerous deprecation warnings with gtk3).
        
        Change-Id: I32a27c3620503b6c5d7d81510137bfddc5abb05c

2016-01-06  Maxim Monastirsky  <momonasmon@gmail.com>  [7c73152f642f331c5640a98b256013cb88180a1d]

        tdf#96926 Restore still used strings
        
        Regression of 7dd77a12713c0557c5826d3541e97ef6120e1d00
        
        Change-Id: I7f4bb251b831c9f5ee9e3c6ae2f9b1b8f7c34686

2016-01-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5e65c273c61cfc78304d1d62a21a18953b643c50]

        Fix typos
        
        Change-Id: Ie0578dcca6cbf4edb62544109d616a081888f369
        Reviewed-on: https://gerrit.libreoffice.org/21140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-06  Tor Lillqvist  <tml@collabora.com>  [90e1baf4ed1cf03bec430870d870ede0984f9adc]

        We should compare an Intel version to 15.40.4.64, not 15.40.4.64.4256
        
        That's what the code originally did, when the versions were hardcoded
        in the C++ code. The 15.40.4.64.4256 is the "marketing" number for the
        version that was suggested to use instead. The code can not handle
        five-number versions anyway, and this blacklist entry was ignored. An
        actual version as reported by the system always has four numbers, to
        the best of my knowledge.
        
        Change-Id: If7e2e91bbd81fc75d03eacb38580df16c6e09d78

2016-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [b6616ac032ec5c299c2b4190be00a2e70caf3f1c]

        starmath: Remove toolbox.hrc
        
        Usage of NUM_TBX_CATEGORIES was gone at 3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173.
        
        Change-Id: Ic0fea85ad143de02102e3745f310966a8b94192e
        Reviewed-on: https://gerrit.libreoffice.org/21153
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Michael Stahl  <mstahl@redhat.com>  [4b01af28e6fee1ec3096ed713d1db832b3508420]

        sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxx
        
        Quite unnecessary, just remove the implementation details from the
        header.
        
        Change-Id: I5712ff32756bb1d31ff7701424b85a323438cced

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [6bffbf100e82da19067338e59adc6915dfc748d5]

        Enable loplugin:nullptr
        
        I had it locally enabled for like a month now, and it did not produce any more
        noise than any of the other plugins.
        
        Change-Id: I94dab702c537969cf32922f6e88b4f5b503cd3f5

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [593f3b703cd43807f67a01c33c851ca9723493a6]

        Re-enable loplugin:sallogareas
        
        I had it locally enabled for like a month now, and it did not produce any more
        noise than any of the other plugins, but quite some amount of malformed area
        designators had been introduced over time.
        
        Change-Id: I642591496bb9338246ba43a3d988481930c087fb

2016-01-06  Michael Meeks  <michael.meeks@collabora.com>  [50c9d1f96530c1102dbe24408fa67e64074b9aec]

        vcl: fix lifecycle errors & memory corruption.
        
        FixedTextureAtlasManager should use ref-counted textures properly.
        Also - dispose embedded textures early in VCL shutdown while we have
        a valid OpenGLContext.
        Also - dispose the native widget control cache earlier too.
        
        Change-Id: Id3f7a1c3b331496616f36cbf02f83737505278a5
        Reviewed-on: https://gerrit.libreoffice.org/21148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [43de9a5b0f68a77a10595b3f69c6145cd9be05b6]

        What these SAL_INFO probably want to tell us...
        
        ...given the oldest incarnation of the code still available is
        
          HACK( "fuer Image, dort gibt es derzeit keine Statics - Bug" )
          if ( ppStaticDefaults )
        
        and
        
          HACK( "fuer Image, dort gibt es derzeit keine Statics - Bug" )
          if ( ppStaticDefaults )
        
        from cf7e1f9cc99e7c260cfab823f2c47f56035bdbd0 "INTEGRATION:
        CWS visibility03: #i45006# Moved from svtools/source/items/ (for
        svl/items1.lib)"...
        
        ...is that ppStaticDefaults should really be non-null, but "Image" (Draw?
        Impress?) needed a temporary (?) hack there.
        
        Test that assumption by asserting that ppStaticDefaults is non-null.
        
        Change-Id: I2a75547618da1d211c44176e4593f6951a0e0298

2016-01-06  Dennis Francis  <dennisfrancis.in@gmail.com>  [3b70b846503e8c3942da95a23e5fe854b02e0553]

        Fix tdf#96524 : Do not change view when...
        
        ...entire column or row is selected using row/col
        header and keyboard shortcuts are used to amend
        the ref selection.
        
        Change-Id: I97f05ae2192aff65933fec53e6e79024420d8d5b
        Reviewed-on: https://gerrit.libreoffice.org/20837
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [3c42024f467ec9110be751e9af49d025ecc17182]

        WIP: Fix build with --disable-atl on Windows
        
        This avoids finding emboleobj's component in such case.
        
        Change-Id: Ie1bdef629a55b4ddb6be2538939867c182c184b3
        Reviewed-on: https://gerrit.libreoffice.org/21075
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>
        Tested-by: Matúš Kukan <matus@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [da952d821dcc08b017bdef8f7b06f60befd2effa]

        tdf#39468 Translate German comments - include/svx
        
        Change-Id: I5344af095e52efb1f1569d2b67ee3cc6b449dd22
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Dennis Francis  <dennisfrancis.in@gmail.com>  [33455023a9c1e33591d97116ac2e400362f87fbb]

        Fix tdf#96523 : Correct the behavior when Ctrl key is pressed
        
        Also changed the bool member bDoneInitRef to bInRefMode which
        better indicate what it does.
        
        Change-Id: I1698202add7876b89c95f737d4b5ad2243af31ab
        Reviewed-on: https://gerrit.libreoffice.org/20836
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2016-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [6a5349f1a284a360b91b65414d09406281248185]

        starmath: Fix bogus warning
        
        RID_PRINTUIOPTIONS has 9 items.
        
        Change-Id: Ie7aee00e0219151b1573217ca670a93925de67cc
        Reviewed-on: https://gerrit.libreoffice.org/21154
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [4ae319ae462f3f094452046e392c8c15446736ae]

        tdf#90341 Clean up excessive const_cast'ing
        
        RequestApplyChanges()'s call sites do not require its constness.
        
        Change-Id: Iaf9108375db7503fe1a3bd8275e13dbdddf95ab5
        Reviewed-on: https://gerrit.libreoffice.org/21068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Douglas Mencken  <dougmencken@gmail.com>  [b3afc03bcce7156f7ec5ee662776aee54eb0761f]

        jvmfwk/plugins: clean-up in util.cxx
        
        These are some remnants from the-good-old-days of Mac OS X 10.4 support
        and 2005's commit b8871d23ea14d72ba1a22376e7812ea5840d1084
        
        Change-Id: I9a14aaac94e4a6e4961a2fa9a5020d9cf3a07c9d
        Reviewed-on: https://gerrit.libreoffice.org/21124
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [55a5ac48c2abb4c7a97a829d3e9e2db86fafc081]

        Get parenthesisation right
        
        ...for
        
          #define COMMA ,
          if (SAL_LIKELY(void() COMMA true)) ...
        
        Change-Id: I607d3da52e769035b35cefe1103675d89d5a3b9b

2016-01-06  Tor Lillqvist  <tml@collabora.com>  [409d1817b8d0d0364c6e07f5a4ae14da8bc6a852]

        Bin unneeded forward declarations
        
        Change-Id: Ia5e53ab06c3c2097602520023cb53883baa434fe

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [fd6263e37641657f8bf81f42e72c7074263d277d]

        Make E3dScene3D::GetCamera return non-reference
        
        I stumbled over this when Valgrind'ing CppunitTest_sd_filters_test somewhat
        erroneously reported
        
          Source and destination overlap in memcpy(0x2fde4af8, 0x2fde4af8, 96)
        
        for
        
          aCamera = rNewCamera;
        
        in E3dScene::SetCamera (svx/source/engine3d/scene3d.cxx), where the compiler
        chose to use memcpy in the implicit definition of the Viewport3D (being a base
        class of Camera3D) copy assignment operator, and the call pattern of
        Get/SetCamera in EnhancedCustomShape3d::Create3DObject
        (svx/source/customshapes/EnhancedCustomShape3d.cxx) causes that assignment to be
        a self-assignment.
        
        Upon closer inspection, some calls of GetCamera already create a copy from the
        returned reference, while others modified the returned reference, but then would
        also always call SetCamera on it.  An alternative to the given change would have
        been to instead change SetCamera(Camera3D&) to UpdateCamera() and require all
        call sites of GetCamera/UpdateCamera to modify the reference returned from
        GetCamera, but it looks safer overall to go this way.
        
        Change-Id: I578e72db57630dca1b09124a3b11d177005b797d

2016-01-06  Michael Stahl  <mstahl@redhat.com>  [cd103a888b8149aca66c7a93b91f8f7c2f1dbe31]

        sal: don't use reserved identifiers, much less in public API
        
        rename to SAL_DETAIL_BOOLEAN_EXPR
        
        Change-Id: Ifb2b2d09a421313e021062cb37ade8777c30f25a

2016-01-06  Michael Meeks  <michael.meeks@collabora.com>  [0bc3b393c681403e1e53ef3e5b46d169d509bd8b]

        vcl: opengl - if we can't get the context we want, fallback properly.
        
        Fixes crash on Linux / NVidea with GL manually enabled.
        
        We can cope with a non-double-buffered context if we have to.
        
        Change-Id: Ic7968b8576cfe0efb10718058bc69db5b4daef95

2016-01-06  Juergen Funk  <juergen.funk_ml@cib.de>  [be0b36992969ec5b372fa6d11a00f573073d00b2]

        unused SalGraphics::drawTransformedBitmap(
        
               basegfx::B2DPoint const&, basegfx::B2DPoint const&,
               basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
        
        it used here
          http://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdicommon.cxx#669
        and
          http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/gdiimpl.cxx#2305
        
        Change-Id: Ia177e27fe1dcec0ca441547db0240fb3f62650a7
        Reviewed-on: https://gerrit.libreoffice.org/21085
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-06  Andrzej Hunt  <andrzej@ahunt.org>  [65650d64324580e3b0abf6e0ca6ef270c730cf88]

        Use OUStringBuffer when constructing string in loop
        
        Change-Id: Ic29e301d0162d41ea5e38070e296610115735983
        Reviewed-on: https://gerrit.libreoffice.org/20191
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-06  Tor Lillqvist  <tml@collabora.com>  [e4968cfb09e5d67757db6e91750a1a14f16f5792]

        Revert "This probably is not worth displaying a warning about"
        
        It might be a useful warning.
        
        This reverts commit d202f851717bb5a8fe5fed98f747a1fd164d3225.

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [f1d3b68f3cbaab58e464f8111e4db990e008a96c]

        loplugin:defaultparams
        
        Change-Id: Ic5bfc72c75745d0a4d9ff165d840ab51c90a8690

2016-01-06  Michael Meeks  <michael.meeks@collabora.com>  [e75406e54c57fc3113d4f1983249eb2aec0a3bcd]

        tdf#39631 - branch hints: comment, and tweak variously, also use.
        
        Find a few million mis-predicted branches (according to callgrind)
        and annotate them. Mark string acquire/release as hot, and a number of
        deprecated methods as cold.
        
        Change-Id: I678b3981794221c97f9ebb70fd0161c0fda5dceb

2016-01-06  Sheikha AL-Hinai  <sheikha443@gmail.com>  [eafb1ebf74c3caf8fbecdc6a4fc7037c3c8f4964]

        tdf#39631: Add optimisation helpers
        
        Change-Id: I3d09eea11e7acabcd9b692bf5abd7676b89f1323

2016-01-06  Michael Meeks  <michael.meeks@collabora.com>  [1479ad1c632a7511468fc5133e4fd747062c376f]

        vcl: opengl - Kill the last glErrors on common paths.
        
        Re-work the makeSomeOpenGLContextCurrent logic into a shared function
        with the existing AcquireContext logic in the SalOpenGLGraphics impl.
        Use an OpenGLVCLContextZone placeholder to do both context and zone
        management - to include destructors into the zone.
        
        Fix a number of error cases around SalBitmaps where we did not have
        a GL context associated when allocating, and/or freeing textures..
        
        Don't drag a (potentially) slower context around in the
        OpenGLSalBitmap when we're going to check / fetch a better VCL
        context anyway.
        
        Change-Id: Ibbb2358c47156cd078ad28b6aad4f03af36aaf23
        Reviewed-on: https://gerrit.libreoffice.org/21127
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-06  Tor Lillqvist  <tml@collabora.com>  [3576a87d72dd138d3bb2ce6bbba8df05ca983289]

        Bin some unused functions and fields
        
        Change-Id: I679bae7734c655afe956845980e885b6b68002cd

2016-01-06  Tor Lillqvist  <tml@collabora.com>  [2b9ec36ed7cb3b77d8a5fde798544cf5a7f9ec3e]

        Bin unnecessary variable
        
        Change-Id: I140785838f2665b735b288d689c873502d1d1cfb

2016-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e514a5583103fcfa0f77a0f91a28b800a9915872]

        xmlsecurity: allow creating multiple signatures with the same certificate
        
        Now that the user can provide a description of the signature, it makes
        sense to allow multiple signatures from the same user, assuming that the
        descriptions explain the purpose of the different signatures.
        
        Change-Id: I2cd4680594732d6b40dc3ffbcb6b4a9a6ca87919

2016-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef16f72de9e7abf563239b2ff4083a73430f839f]

        xmlsecurity: add UI to provide a description when signing
        
        Change-Id: I6fdbcb342d06e05b4965ccf7f593ac130426828a

2016-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac6bfd85df271b650dbd24b45391dac346ecd72c]

        tdf#92045 DOCX import: <w:effect w:val="none"/> doesn't mean blinking
        
        Regression from commit eeb8297e47bae11f2aeaa7bae6e51eee921e9e58 (Use
        constants for ST_TextEffect values, 2014-09-22), the problem was that
        while the tokenizer stopped using hardcoded token values, the matching
        dmapper code wasn't adapted.
        
        Change-Id: Id61912e9c9458efc87e0a6f8e461663942c555f0

2016-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a30a36b3c70e64b62add9f3c5376202b9682851f]

        disable test on OSX
        
        The table seems to be on page 4 on OSX and not page 5. This makes the
        xpath expression fail.
        
        Change-Id: Ife16b25923041c66b2d9f352dbd3cfb6893f4ef5
        Reviewed-on: https://gerrit.libreoffice.org/21139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [d79efb6070850b3a07b7d13668de8dcce6815166]

        Missing include
        
        Change-Id: Iaa59ae222c4d0453cbacb33018036802d606affc

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [5af3256f92b5aaabf59f42a8e431bfbed078685d]

        Missing include
        
        Change-Id: I958c2baf2ee1e0505e961d1a9c420df2881dab3f

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [3a459b52c57591ddc0d2c7db58d8534344263d65]

        std::swap is in <utility>, not <algorithm>
        
        Change-Id: I8b93f053276ff273f2f79ed29d7605d976f7d866

2016-01-06  Stephan Bergmann  <sbergman@redhat.com>  [6c1cab568039aca82a744badde335f83413beaa3]

        Missing include
        
        Change-Id: Icba84b4921cdb7c4a9e88975ec98dddc91e9f79b

2016-01-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [5a014c49b3183e6da6842119b4e0f92ab59b2843]

        vcl: init font metric variables in ImplFontAttributes constructors
        
        If you run valgrind on a number of the unit tests, you get errors, mostly
        because mbKernable has not been initialized and is in indeterminate state.
        I am initializing all font metric variables to default variables explicitly
        in the constructor now.
        
        Snippet from output of CppunitTest_sd_filter_test before change follows:
        
        make CppunitTest_sd_filters_test VALGRIND=memcheck
        
        [cut lots of irrelevant stuff]
        
        Testing file:///home/chris/repos/libreoffice/sd/qa/unit/data/odg/pass/CVE-2012-4233-2.odg:
        ==24149== Conditional jump or move depends on uninitialised value(s)
        ==24149==    at 0xD75BBDC: OutputDevice::GetFontMetric() const (font.cxx:212)
        ==24149==    by 0x1A358682: ImpEditEngine::RecalcFormatterFontMetrics(FormatterFontMetric&, SvxFont&) (impedit3.cxx:2826)
        ==24149==    by 0x1A35AF86: ImpEditEngine::CreateAndInsertEmptyLine(ParaPortion*, unsigned int) (impedit3.cxx:1649)
        ==24149==    by 0x1A362A3D: ImpEditEngine::CreateLines(int, unsigned int) (impedit3.cxx:625)
        ==24149==    by 0x1A364BA0: ImpEditEngine::FormatDoc() (impedit3.cxx:390)
        ==24149==    by 0x1A369982: ImpEditEngine::FormatAndUpdate(EditView*) (impedit3.cxx:4199)
        ==24149==    by 0x1A31BCA4: EditEngine::SetUpdateMode(bool) (editeng.cxx:1436)
        ==24149==    by 0x1D2DF8D0: SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle&, bool, bool) const (svdotxat.cxx:167)
        ==24149==    by 0x1D2DFA4D: SdrTextObj::NbcAdjustTextFrameWidthAndHeight(bool, bool) (svdotxat.cxx:263)
        ==24149==    by 0x1D1F15D0: sdr::properties::TextProperties::SetStyleSheet(SfxStyleSheet*, bool) (textproperties.cxx:356)
        ==24149==    by 0x1D1EE027: sdr::properties::RectangleProperties::SetStyleSheet(SfxStyleSheet*, bool) (rectangleproperties.cxx:65)
        ==24149==    by 0x1D1F324B: sdr::properties::AttributeProperties::SetModel(SdrModel*, SdrModel*) (attributeproperties.cxx:471)
        ==24149==    by 0x1D2D0810: SdrTextObj::SetModel(SdrModel*) (svdotext.cxx:532)
        ==24149==    by 0x1D284924: SdrObject::SetPage(SdrPage*) (svdobj.cxx:462)
        ==24149==    by 0x1D286A74: SdrObjFactory::MakeNewObject(unsigned int, unsigned short, Rectangle const&, SdrPage*) (svdobj.cxx:3312)
        ==24149==    by 0x1D3BEAB5: SvxDrawPage::_CreateSdrObject(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) (unopage.cxx:508)
        ==24149==    by 0x1D53F88C: SvxFmDrawPage::_CreateSdrObject(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) (fmdpage.cxx:78)
        ==24149==    by 0x1B59ECDF: SdGenericDrawPage::_CreateSdrObject(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) (unopage.cxx:401)
        ==24149==    by 0x1D3BF1AF: SvxDrawPage::CreateSdrObject(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&, bool) (unopage.cxx:838)
        ==24149==    by 0x1D3BF37C: SvxDrawPage::add(com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) (unopage.cxx:213)
        ==24149==    by 0x1E6CFA87: SdXMLShapeContext::AddShape(com::sun::star::uno::Reference<com::sun::star::drawing::XShape>&) (ximpshap.cxx:427)
        ==24149==    by 0x1E6D053A: SdXMLShapeContext::AddShape(rtl::OUString const&) (ximpshap.cxx:520)
        ==24149==    by 0x1E6D3C93: SdXMLTextBoxShapeContext::StartElement(com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (ximpshap.cxx:1689)
        ==24149==    by 0x1E608E3A: SvXMLImport::startElement(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList> const&) (xmlimp.cxx:737)
        ==24149==    by 0x1FA10639: callbackStartElement (sax_expat.cxx:749)
        ==24149==    by 0x1FA10639: call_callbackStartElement (sax_expat.cxx:247)
        ==24149==    by 0x1FA303B9: doContent (xmlparse.c:2443)
        ==24149==    by 0x1FA310CB: contentProcessor (xmlparse.c:2105)
        ==24149==    by 0x1FA2F418: doProlog (xmlparse.c:4016)
        ==24149==    by 0x1FA2FB94: prologProcessor (xmlparse.c:3739)
        ==24149==    by 0x1FA3312F: XML_ParseBuffer (xmlparse.c:1651)
        ==24149==    by 0x1FA0D359: (anonymous namespace)::SaxExpatParser_Impl::parse() (sax_expat.cxx:687)
        ==24149==    by 0x1FA0E47E: (anonymous namespace)::SaxExpatParser::parseStream(com::sun::star::xml::sax::InputSource const&) (sax_expat.cxx:484)
        ==24149==    by 0x1B30B4A2: ReadThroughComponent (sdxmlwrp.cxx:220)
        ==24149==    by 0x1B30B4A2: (anonymous namespace)::ReadThroughComponent(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>, char const*, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, char const*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, rtl::OUString const&, bool) (sdxmlwrp.cxx:392)
        ==24149==    by 0x1B30E582: SdXMLFilter::Import(unsigned int&) (sdxmlwrp.cxx:660)
        ==24149==    by 0x1B3CEA64: sd::DrawDocShell::ConvertFrom(SfxMedium&) (docshel4.cxx:462)
        ==24149==    by 0x1BDEBBF4: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:785)
        ==24149==    by 0x19CD3D1A: SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) (filters-test.cxx:75)
        ==24149==    by 0x1E2524AB: test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:131)
        ==24149==    by 0x1E252FE9: test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:157)
        ==24149==    by 0x19CD3A32: SdFiltersTest::testCVEs() (filters-test.cxx:97)
        ==24149==    by 0x4E94843: CppUnit::TestCaseMethodFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x6C44812: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:63)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E85FF0: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F476: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F4C4: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94291: CppUnit::TestCase::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==
        ==24149== Conditional jump or move depends on uninitialised value(s)
        ==24149==    at 0xD75A8E8: OutputDevice::ImplNewFont() const (font.cxx:1619)
        ==24149==    by 0xD75E294: OutputDevice::GetTextHeight() const (text.cxx:942)
        ==24149==    by 0x1A3A9EF5: SvxFont::QuickGetTextSize(OutputDevice const*, rtl::OUString const&, int, int, long*) const (svxfont.cxx:403)
        ==24149==    by 0x1A360D3A: ImpEditEngine::CreateLines(int, unsigned int) (impedit3.cxx:1092)
        ==24149==    by 0x1A364BA0: ImpEditEngine::FormatDoc() (impedit3.cxx:390)
        ==24149==    by 0x1A369982: ImpEditEngine::FormatAndUpdate(EditView*) (impedit3.cxx:4199)
        ==24149==    by 0x1A31BCA4: EditEngine::SetUpdateMode(bool) (editeng.cxx:1436)
        ==24149==    by 0x1A3EA098: Outliner::SetText(OutlinerParaObject const&) (outliner.cxx:616)
        ==24149==    by 0x1D2DF8EE: SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle&, bool, bool) const (svdotxat.cxx:172)
        ==24149==    by 0x1D2DFA4D: SdrTextObj::NbcAdjustTextFrameWidthAndHeight(bool, bool) (svdotxat.cxx:263)
        ==24149==    by 0x1D2D0B55: SdrTextObj::NbcSetOutlinerParaObjectForText(OutlinerParaObject*, SdrText*) (svdotext.cxx:1433)
        ==24149==    by 0x1D451C49: SvxTextEditSourceImpl::UpdateData() (unoshtxt.cxx:877)
        ==24149==    by 0x1D451F3C: SvxTextEditSourceImpl::unlock() (unoshtxt.cxx:909)
        ==24149==    by 0x1D43C0DD: SvxShape::removeActionLock() (unoshape.cxx:3866)
        ==24149==    by 0x1E6D96CE: SdXMLShapeContext::EndElement() (ximpshap.cxx:409)
        ==24149==    by 0x1E5FB704: SvXMLImport::endElement(rtl::OUString const&) (xmlimp.cxx:768)
        ==24149==    by 0x1FA101C9: callbackEndElement (sax_expat.cxx:761)
        ==24149==    by 0x1FA101C9: call_callbackEndElement (sax_expat.cxx:251)
        ==24149==    by 0x1FA307B2: doContent (xmlparse.c:2532)
        ==24149==    by 0x1FA310CB: contentProcessor (xmlparse.c:2105)
        ==24149==    by 0x1FA2F418: doProlog (xmlparse.c:4016)
        ==24149==    by 0x1FA2FB94: prologProcessor (xmlparse.c:3739)
        ==24149==    by 0x1FA3312F: XML_ParseBuffer (xmlparse.c:1651)
        ==24149==    by 0x1FA0D359: (anonymous namespace)::SaxExpatParser_Impl::parse() (sax_expat.cxx:687)
        ==24149==    by 0x1FA0E47E: (anonymous namespace)::SaxExpatParser::parseStream(com::sun::star::xml::sax::InputSource const&) (sax_expat.cxx:484)
        ==24149==    by 0x1B30B4A2: ReadThroughComponent (sdxmlwrp.cxx:220)
        ==24149==    by 0x1B30B4A2: (anonymous namespace)::ReadThroughComponent(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>, char const*, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, char const*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, rtl::OUString const&, bool) (sdxmlwrp.cxx:392)
        ==24149==    by 0x1B30E582: SdXMLFilter::Import(unsigned int&) (sdxmlwrp.cxx:660)
        ==24149==    by 0x1B3CEA64: sd::DrawDocShell::ConvertFrom(SfxMedium&) (docshel4.cxx:462)
        ==24149==    by 0x1BDEBBF4: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:785)
        ==24149==    by 0x19CD3D1A: SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) (filters-test.cxx:75)
        ==24149==    by 0x1E2524AB: test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:131)
        ==24149==    by 0x1E252FE9: test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:157)
        ==24149==    by 0x19CD3A32: SdFiltersTest::testCVEs() (filters-test.cxx:97)
        ==24149==    by 0x4E94843: CppUnit::TestCaseMethodFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x6C44812: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:63)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E85FF0: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F476: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F4C4: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94291: CppUnit::TestCase::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3A3F: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F253: CppUnit::TestResult::runTest(CppUnit::Test*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3CCC: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x404152: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:281)
        ==24149==
        ==24149== Conditional jump or move depends on uninitialised value(s)
        ==24149==    at 0xD75A8E8: OutputDevice::ImplNewFont() const (font.cxx:1619)
        ==24149==    by 0xD75C28F: OutputDevice::GetFontMetric() const (font.cxx:189)
        ==24149==    by 0x1A358682: ImpEditEngine::RecalcFormatterFontMetrics(FormatterFontMetric&, SvxFont&) (impedit3.cxx:2826)
        ==24149==    by 0x1A3607BE: ImpEditEngine::CreateLines(int, unsigned int) (impedit3.cxx:1332)
        ==24149==    by 0x1A364BA0: ImpEditEngine::FormatDoc() (impedit3.cxx:390)
        ==24149==    by 0x1A369982: ImpEditEngine::FormatAndUpdate(EditView*) (impedit3.cxx:4199)
        ==24149==    by 0x1A31BCA4: EditEngine::SetUpdateMode(bool) (editeng.cxx:1436)
        ==24149==    by 0x1A3EA098: Outliner::SetText(OutlinerParaObject const&) (outliner.cxx:616)
        ==24149==    by 0x1D2DF8EE: SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle&, bool, bool) const (svdotxat.cxx:172)
        ==24149==    by 0x1D2DFA4D: SdrTextObj::NbcAdjustTextFrameWidthAndHeight(bool, bool) (svdotxat.cxx:263)
        ==24149==    by 0x1D2D0B55: SdrTextObj::NbcSetOutlinerParaObjectForText(OutlinerParaObject*, SdrText*) (svdotext.cxx:1433)
        ==24149==    by 0x1D451C49: SvxTextEditSourceImpl::UpdateData() (unoshtxt.cxx:877)
        ==24149==    by 0x1D451F3C: SvxTextEditSourceImpl::unlock() (unoshtxt.cxx:909)
        ==24149==    by 0x1D43C0DD: SvxShape::removeActionLock() (unoshape.cxx:3866)
        ==24149==    by 0x1E6D96CE: SdXMLShapeContext::EndElement() (ximpshap.cxx:409)
        ==24149==    by 0x1E5FB704: SvXMLImport::endElement(rtl::OUString const&) (xmlimp.cxx:768)
        ==24149==    by 0x1FA101C9: callbackEndElement (sax_expat.cxx:761)
        ==24149==    by 0x1FA101C9: call_callbackEndElement (sax_expat.cxx:251)
        ==24149==    by 0x1FA307B2: doContent (xmlparse.c:2532)
        ==24149==    by 0x1FA310CB: contentProcessor (xmlparse.c:2105)
        ==24149==    by 0x1FA2F418: doProlog (xmlparse.c:4016)
        ==24149==    by 0x1FA2FB94: prologProcessor (xmlparse.c:3739)
        ==24149==    by 0x1FA3312F: XML_ParseBuffer (xmlparse.c:1651)
        ==24149==    by 0x1FA0D359: (anonymous namespace)::SaxExpatParser_Impl::parse() (sax_expat.cxx:687)
        ==24149==    by 0x1FA0E47E: (anonymous namespace)::SaxExpatParser::parseStream(com::sun::star::xml::sax::InputSource const&) (sax_expat.cxx:484)
        ==24149==    by 0x1B30B4A2: ReadThroughComponent (sdxmlwrp.cxx:220)
        ==24149==    by 0x1B30B4A2: (anonymous namespace)::ReadThroughComponent(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>, char const*, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, char const*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, rtl::OUString const&, bool) (sdxmlwrp.cxx:392)
        ==24149==    by 0x1B30E582: SdXMLFilter::Import(unsigned int&) (sdxmlwrp.cxx:660)
        ==24149==    by 0x1B3CEA64: sd::DrawDocShell::ConvertFrom(SfxMedium&) (docshel4.cxx:462)
        ==24149==    by 0x1BDEBBF4: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:785)
        ==24149==    by 0x19CD3D1A: SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) (filters-test.cxx:75)
        ==24149==    by 0x1E2524AB: test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:131)
        ==24149==    by 0x1E252FE9: test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:157)
        ==24149==    by 0x19CD3A32: SdFiltersTest::testCVEs() (filters-test.cxx:97)
        ==24149==    by 0x4E94843: CppUnit::TestCaseMethodFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x6C44812: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:63)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E85FF0: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F476: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F4C4: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94291: CppUnit::TestCase::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3A3F: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F253: CppUnit::TestResult::runTest(CppUnit::Test*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3CCC: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x404152: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:281)
        ==24149==
        ==24149== Conditional jump or move depends on uninitialised value(s)
        ==24149==    at 0xD75BBDC: OutputDevice::GetFontMetric() const (font.cxx:212)
        ==24149==    by 0x1A358682: ImpEditEngine::RecalcFormatterFontMetrics(FormatterFontMetric&, SvxFont&) (impedit3.cxx:2826)
        ==24149==    by 0x1A3607BE: ImpEditEngine::CreateLines(int, unsigned int) (impedit3.cxx:1332)
        ==24149==    by 0x1A364BA0: ImpEditEngine::FormatDoc() (impedit3.cxx:390)
        ==24149==    by 0x1A369982: ImpEditEngine::FormatAndUpdate(EditView*) (impedit3.cxx:4199)
        ==24149==    by 0x1A31BCA4: EditEngine::SetUpdateMode(bool) (editeng.cxx:1436)
        ==24149==    by 0x1A3EA098: Outliner::SetText(OutlinerParaObject const&) (outliner.cxx:616)
        ==24149==    by 0x1D2DF8EE: SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle&, bool, bool) const (svdotxat.cxx:172)
        ==24149==    by 0x1D2DFA4D: SdrTextObj::NbcAdjustTextFrameWidthAndHeight(bool, bool) (svdotxat.cxx:263)
        ==24149==    by 0x1D2D0B55: SdrTextObj::NbcSetOutlinerParaObjectForText(OutlinerParaObject*, SdrText*) (svdotext.cxx:1433)
        ==24149==    by 0x1D451C49: SvxTextEditSourceImpl::UpdateData() (unoshtxt.cxx:877)
        ==24149==    by 0x1D451F3C: SvxTextEditSourceImpl::unlock() (unoshtxt.cxx:909)
        ==24149==    by 0x1D43C0DD: SvxShape::removeActionLock() (unoshape.cxx:3866)
        ==24149==    by 0x1E6D96CE: SdXMLShapeContext::EndElement() (ximpshap.cxx:409)
        ==24149==    by 0x1E5FB704: SvXMLImport::endElement(rtl::OUString const&) (xmlimp.cxx:768)
        ==24149==    by 0x1FA101C9: callbackEndElement (sax_expat.cxx:761)
        ==24149==    by 0x1FA101C9: call_callbackEndElement (sax_expat.cxx:251)
        ==24149==    by 0x1FA307B2: doContent (xmlparse.c:2532)
        ==24149==    by 0x1FA310CB: contentProcessor (xmlparse.c:2105)
        ==24149==    by 0x1FA2F418: doProlog (xmlparse.c:4016)
        ==24149==    by 0x1FA2FB94: prologProcessor (xmlparse.c:3739)
        ==24149==    by 0x1FA3312F: XML_ParseBuffer (xmlparse.c:1651)
        ==24149==    by 0x1FA0D359: (anonymous namespace)::SaxExpatParser_Impl::parse() (sax_expat.cxx:687)
        ==24149==    by 0x1FA0E47E: (anonymous namespace)::SaxExpatParser::parseStream(com::sun::star::xml::sax::InputSource const&) (sax_expat.cxx:484)
        ==24149==    by 0x1B30B4A2: ReadThroughComponent (sdxmlwrp.cxx:220)
        ==24149==    by 0x1B30B4A2: (anonymous namespace)::ReadThroughComponent(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>, char const*, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, char const*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, rtl::OUString const&, bool) (sdxmlwrp.cxx:392)
        ==24149==    by 0x1B30E582: SdXMLFilter::Import(unsigned int&) (sdxmlwrp.cxx:660)
        ==24149==    by 0x1B3CEA64: sd::DrawDocShell::ConvertFrom(SfxMedium&) (docshel4.cxx:462)
        ==24149==    by 0x1BDEBBF4: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:785)
        ==24149==    by 0x19CD3D1A: SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) (filters-test.cxx:75)
        ==24149==    by 0x1E2524AB: test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:131)
        ==24149==    by 0x1E252FE9: test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:157)
        ==24149==    by 0x19CD3A32: SdFiltersTest::testCVEs() (filters-test.cxx:97)
        ==24149==    by 0x4E94843: CppUnit::TestCaseMethodFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x6C44812: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:63)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E85FF0: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F476: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F4C4: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94291: CppUnit::TestCase::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3A3F: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F253: CppUnit::TestResult::runTest(CppUnit::Test*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3CCC: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x404152: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:281)
        ==24149==    by 0x40495A: sal_main() (cppunittester.cxx:431)
        ==24149==
        warn:legacy.osl:24149:1:embeddedobj/source/general/xcreator.cxx:202: No media type is specified for the object!
        ==24149== Conditional jump or move depends on uninitialised value(s)
        ==24149==    at 0xD75A8E8: OutputDevice::ImplNewFont() const (font.cxx:1619)
        ==24149==    by 0xD75E294: OutputDevice::GetTextHeight() const (text.cxx:942)
        ==24149==    by 0x1A3A9DBA: SvxFont::GetPhysTxtSize(OutputDevice const*, rtl::OUString const&) (svxfont.cxx:383)
        ==24149==    by 0x1A35AF13: ImpEditEngine::CreateAndInsertEmptyLine(ParaPortion*, unsigned int) (impedit3.cxx:1644)
        ==24149==    by 0x1A362A3D: ImpEditEngine::CreateLines(int, unsigned int) (impedit3.cxx:625)
        ==24149==    by 0x1A364BA0: ImpEditEngine::FormatDoc() (impedit3.cxx:390)
        ==24149==    by 0x1A369982: ImpEditEngine::FormatAndUpdate(EditView*) (impedit3.cxx:4199)
        ==24149==    by 0x1A31BCA4: EditEngine::SetUpdateMode(bool) (editeng.cxx:1436)
        ==24149==    by 0x1A3EA098: Outliner::SetText(OutlinerParaObject const&) (outliner.cxx:616)
        ==24149==    by 0x1D2DF8EE: SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle&, bool, bool) const (svdotxat.cxx:172)
        ==24149==    by 0x1D2DFA4D: SdrTextObj::NbcAdjustTextFrameWidthAndHeight(bool, bool) (svdotxat.cxx:263)
        ==24149==    by 0x1D2D0B55: SdrTextObj::NbcSetOutlinerParaObjectForText(OutlinerParaObject*, SdrText*) (svdotext.cxx:1433)
        ==24149==    by 0x1D451C49: SvxTextEditSourceImpl::UpdateData() (unoshtxt.cxx:877)
        ==24149==    by 0x1D451F3C: SvxTextEditSourceImpl::unlock() (unoshtxt.cxx:909)
        ==24149==    by 0x1D43C0DD: SvxShape::removeActionLock() (unoshape.cxx:3866)
        ==24149==    by 0x1E6D96CE: SdXMLShapeContext::EndElement() (ximpshap.cxx:409)
        ==24149==    by 0x1E5FB704: SvXMLImport::endElement(rtl::OUString const&) (xmlimp.cxx:768)
        ==24149==    by 0x1FA101C9: callbackEndElement (sax_expat.cxx:761)
        ==24149==    by 0x1FA101C9: call_callbackEndElement (sax_expat.cxx:251)
        ==24149==    by 0x1FA307B2: doContent (xmlparse.c:2532)
        ==24149==    by 0x1FA310CB: contentProcessor (xmlparse.c:2105)
        ==24149==    by 0x1FA3312F: XML_ParseBuffer (xmlparse.c:1651)
        ==24149==    by 0x1FA0D359: (anonymous namespace)::SaxExpatParser_Impl::parse() (sax_expat.cxx:687)
        ==24149==    by 0x1FA0E47E: (anonymous namespace)::SaxExpatParser::parseStream(com::sun::star::xml::sax::InputSource const&) (sax_expat.cxx:484)
        ==24149==    by 0x1B30B4A2: ReadThroughComponent (sdxmlwrp.cxx:220)
        ==24149==    by 0x1B30B4A2: (anonymous namespace)::ReadThroughComponent(com::sun::star::uno::Reference<com::sun::star::embed::XStorage> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent>, char const*, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, char const*, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&, rtl::OUString const&, bool) (sdxmlwrp.cxx:392)
        ==24149==    by 0x1B30E582: SdXMLFilter::Import(unsigned int&) (sdxmlwrp.cxx:660)
        ==24149==    by 0x1B3CEA64: sd::DrawDocShell::ConvertFrom(SfxMedium&) (docshel4.cxx:462)
        ==24149==    by 0x1BDEBBF4: SfxObjectShell::DoLoad(SfxMedium*) (objstor.cxx:785)
        ==24149==    by 0x19CD3D1A: SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) (filters-test.cxx:75)
        ==24149==    by 0x1E2524AB: test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:131)
        ==24149==    by 0x1E252FE9: test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) (filters-test.cxx:157)
        ==24149==    by 0x19CD3A32: SdFiltersTest::testCVEs() (filters-test.cxx:97)
        ==24149==    by 0x4E94843: CppUnit::TestCaseMethodFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x6C44812: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:63)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E85FF0: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F5E2: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E8F476: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F4C4: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94291: CppUnit::TestCase::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94F1D: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E94DA7: CppUnit::TestComposite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3A3F: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4E9F253: CppUnit::TestResult::runTest(CppUnit::Test*) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x4EA3CCC: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (in /home/chris/repos/libreoffice/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        ==24149==    by 0x404152: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:281)
        ==24149==    by 0x40495A: sal_main() (cppunittester.cxx:431)
        ==24149==
        warn:legacy.tools:24149:1:svl/source/items/poolitem.cxx:114: destroying item in use
        warn:legacy.tools:24149:1:svl/source/items/poolitem.cxx:114: destroying item in use
        warn:legacy.tools:24149:1:svl/source/items/poolitem.cxx:114: destroying item in use
        
        Change-Id: Id662aaa279d8df75551fd4ff47f0043cd39e54b0

2016-01-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [11262803d6da77267dd1b2482b8575aee68aba77]

        writefilter: removed superfluous #includes
        
        Change-Id: If9a563767cd1165c4a7363b513447cd975cb20c9
        Reviewed-on: https://gerrit.libreoffice.org/15850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-05  Eike Rathke  <erack@redhat.com>  [22e5170af74c635cf55d089f97946b6dc86f82ad]

        create closing bracket token only when necessary
        
        Change-Id: Ifb705279ff01d4c886678a183de0499ec5bb119e

2016-01-05  Eike Rathke  <erack@redhat.com>  [4ae7b66286f391839b0d8d6c5a73ee7849eb4d1f]

        use new'ed FormulaToken and FormulaTokenArray::Add()
        
        ... instead of a temporary instance and AddToken() that just clones it
        again.
        
        Add function comment describing the difference.
        
        Change-Id: I3f089965d394b33d7bbbb9a1c3f69dc1c4182fd2

2016-01-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [d7e0d0135ba65243fab5ee038c21290b8e74e548]

        tdf#93565 Use multiple docs for individual PDF MM
        
        There is actually a comment in the mail merge code:
        
          // convert fields to text if we are exporting to PDF
          // this prevents a second merge while updating the fields
          // in SwXTextDocument::getRendererCount()
        
        This was included to fix i#93714.
        
        But the reference to 2005-05-23 #122919# in the actual code
        doesn't help to understand, why the original code is needed.
        I would like to get rid of it, but currently don't have time
        for tests.
        
        So the optimization to skip ConvertFieldsToText() and use a
        single working document for individual document mail merge
        breaks for PDF, as the working document won't contain any
        fields after the first document is written.
        This uses multiple working documents for PDF export again.
        
        Change-Id: I0cf1c64da27863fc5fb4bb6c7812fed90b737d13

2016-01-05  Maxim Monastirsky  <momonasmon@gmail.com>  [cdd14dbd7858b35c3ac999c039bd22c52b4852b2]

        Kill one indentation level
        
        Change-Id: Id7a7b33dbfc902fcf5130f3dc8ae23012d1f2310

2016-01-05  Gulsah Kose  <gulsah.1004@gmail.com>  [1949cc74b929e13799686b22b450ded8dbf4c064]

        tdf#90187 Added uno command for track changes bar.
        
        v2: Solved dimmed button problem and changed controller class
        for listen trackchangesbar button.
        
        Change-Id: I5a921ad9bb6c8e53d3043e86492d0923a998f3d2
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/21064
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2016-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [d929e3a6b478b0bc02aa90ba326aab79353a7799]

        sot_component_getFactory is gone
        
        Change-Id: I4c0360b088f7de8bbcd598fcf3f35c6de13b6c66

2016-01-05  Eike Rathke  <erack@redhat.com>  [c3d2313eca8fdab9eb3b4c9a49fd14e255feb2c0]

        for new'ed FormulaToken use FormulaTokenArray::Add()
        
        ... instead of AddToken() that just clones it again.
        
        Change-Id: I99b02b0924d0a0c070435501f8ecd45f030e9c2c

2016-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2851683d8ae51525b2324f4871baabe499980f14]

        Fix typos
        
        Change-Id: I7c40d7eb90a5c2b5d9808683c83b664707c27cb1
        Reviewed-on: https://gerrit.libreoffice.org/21128
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [7f36d2e25572978ee6ee79a4089db81c191df260]

        tdf#74608: Ctor function for css.embed.OLESimpleStorage
        
        Change-Id: I20b91ad65514e27094ff702d1d94a48ef9a82fe6

2016-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [3b7150c0ab5ca40f88ab8c3b914d601501cbf4e7]

        SotFactory is in fact not used: remove + cleanup
        
        Also SotData_Impl is used only in exchange.cxx now. Move there.
        
        Change-Id: I548095c2226d92aea4193bb1a3671e2381996435

2016-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [5b22663e373f2137c93adcdd2c31c54da2fba663]

        Make SotFactory private to sot/ and clean a bit
        
        Change-Id: Ia683280a3e95eee995e036db6bde5d28852f92ff

2016-01-05  Takeshi Abe  <tabe@fixedpoint.jp>  [62b274fd7f8abf71300607f43d68acc694c9295b]

        starmath: Drop nonexistent friend
        
        SmClipboardChangeListener was gone at 5ed3fa4c39a67b2b12b4206bef6680fb757e1b75.
        
        Change-Id: Ia826ecbeb53eb1d5cb41bd39fe250cdaf60268cd
        Reviewed-on: https://gerrit.libreoffice.org/20987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2016-01-05  Eike Rathke  <erack@redhat.com>  [902c593196741ffec2d096855369313f6bbe756e]

        tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-up
        
        The remaining cases when loading old and wrong ISOWEEKNUM that can't be
        mapped to either new WEEKNUM or ISOWEEKNUM now are mapped to
        WEEKNUM_OOO(date,mode) with calculations identical to the old and wrong
        OOo WEEKNUM.
        
        These WEEKNUM_OOO cases are still wrongly saved as ISOWEEKNUM so can be
        read by 5.0 or earlier versions as the old WEEKNUM, which should be
        changed for 5.3 or later.
        
        WEEKNUM_OOO is not offered in the Function Wizard to prevent deliberate
        usage.
        
        Also reverts the interim unit test change to
        sc/qa/unit/data/contentCSV/date-time-functions.csv
        that was necessary to catch the error generated by ISOWEEKNUM with two
        arguments.
        
        Change-Id: I874c4c7225900f03b879f2947512ae02270cbd4f

2016-01-05  David Tardon  <dtardon@redhat.com>  [5f981642889b1b9980e98ebccc3150e022a73bed]

        add more URLs to appdata files
        
        Change-Id: If32565d244d7882e1fca514214e5be1351ead41f

2016-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [058dea3b1ac3080dd8a6345d77199eae8487c509]

        Revert "Time wraparound validation feature"
        
        This reverts commit c01bcbc88522c5f86820105a45e2e5593ae01501.
        
        It still needs to be determined if this really was a good idea or a
        brain fart from me.
        
        There are some serious interop issues around the issue.

2016-01-05  rezso  <rezso@rezso.net>  [2ec813b4bb8340dea7e4f04cf571a2b2d88a7626]

        don't use bash completion compatibility dir
        
        Change-Id: I575f6fc9c1605bb7ec07842928f85c2eeadc72f8
        Reviewed-on: https://gerrit.libreoffice.org/20954
        Reviewed-by: rezso <rezso@rezso.net>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [c83b55564dab042e3fc1889920cbb4db8fe40117]

        Use OUString::replaceAll
        
        ...instead of a local function using a static (!) buffer, which just cannot work
        in a multi-threaded environment.
        
        Change-Id: Id28e1c55c32aa2e35cd3c1756f5d392241092a30

2016-01-05  Tor Lillqvist  <tml@collabora.com>  [1fd7994a4ea7daf8bdbf394f4d5cd8f678d00758]

        Fix dbgutil build in case GL_DEBUG_SEVERITY_NOTIFICATION_ARB is undefined
        
        Change-Id: I14628e9dee8651e87b4782057c4681fded5e4643

2016-01-05  Tor Lillqvist  <tml@collabora.com>  [d12dcbcb61b1818c7ea58650fc06bf4aa04057cf]

        Avoid indexing out of array bounds
        
        Change-Id: I65022f30e21cb94fc8c653ef8e2797da3746875c

2016-01-05  Justin Luth  <justin_luth@sil.org>  [5a217ada5e28e17f052ebec8e53dce05c2aa9cae]

        tdf#96687 - force validation after External Input
        
        After external input (EndExtTextInput), the selection was marked
        as invalid, but bFormatted remained true, so all the functions that
        re-evaluated and marked the portion as valid again were skipped
        and therefore the invalid portion was not painted.
        
        Change-Id: Ibb2208bdaeb8ed17a4a34fa378a2fc750abf1b07
        Reviewed-on: https://gerrit.libreoffice.org/20986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2016-01-05  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [a301da7cb6c562cd21983d9b3b34dc01235a82a5]

        slideshow: Define inverse() to bring back the GLSL version to 1.20
        
        Change-Id: Ib0372d6a98734724d99b979f2d01abc1ee317847

2016-01-05  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [d886fef25c5978dd4b07fa0e3ce2402874a6c29a]

        slideshow: Improve the Vortex transition to match PowerPoint better
        
        Change-Id: I60e0b71d41a726459baeb7e590745d6bfb58e884

2016-01-05  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [1d411cad5a7d78ead8cffb5da522f1e0fba31187]

        slideshow: Improve the Ripple transition to match PowerPoint better
        
        Change-Id: I0b8a78fc6bce5cb737cc7070b1b69184c5f6991c

2016-01-05  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [22480b20130d10f4691cdf0a658040be7f36e47b]

        slideshow: Fix a few issues in the Glitter transition
        
        Remove an unused variable, add comments, reduce the time a tile stays
        black, and don’t rely on implicit casts of integers into floats.
        
        Change-Id: Ifacf49fe99818a62ad0430d86dc15c3bf51cf326

2016-01-05  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [928fe134ff6ea85f732b36a1ab11336f1d829531]

        vcl: Ignore i965’s shader compiler debug
        
        Change-Id: I94c5759d47a17e93f0614bfd95b52d64f9d2d896

2016-01-05  Michael Stahl  <mstahl@redhat.com>  [6cf31f69b41b7155a208362f0d913f854fa70c43]

        sysui: also add `HighContrast` and `UserDocs` to AppData
        
        Change-Id: I204cdb190d9d505551fb3f7b77046dd171b94290

2016-01-05  Richard Hughes  <autohughski@gmail.com>  [c7fee34686d22d164dd1f42f9d68c53832011d0f]

        sysui: add "kudos" to AppData files
        
        Change-Id: I36cf0a8aa2f501fa30d86de35ae083e78ce0904b

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [59269d02adcfc3b892438c3ba7ad18eba1be36ce]

        xmlsecurity: show signature description in DigitalSignaturesDialog
        
        Change-Id: Ic98c731eb381ee3b6ff198381b63e48b786e3fe6

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee2b08ed8a1a6a588b01d6c5e845fc92c651af5d]

        xmlsecurity: convert TYPE_...__REFERENCE constants to scoped enum
        
        Change-Id: Ic2248b3bc6460e65bdf4eb30af4f8893a7f0e68d

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9adca57fda39c0e5cfdd7b1d9232ed4bf7f04845]

        xmlsecurity: indentation fixes
        
        Change-Id: I2125d23a535891c0269f12e5abfbe72fa5422393

2016-01-05  Arul  <arul71.m@gmail.com>  [804e2403cd077a069372ead548fa6a5c593db1f6]

        tdf#91065 Support localization of Properties dialog title
        
        Having a place holder for substituting the file name instead of concatenating it in
        Properties dialogue title.
        
        Change-Id: I8b3bafbc95c857fa5957bfdafbded5dde94e0e64
        Reviewed-on: https://gerrit.libreoffice.org/21107
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [fbec6ac08999a36664571dc0b1eba3ba251a5984]

        Fix typos
        
        Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27
        Reviewed-on: https://gerrit.libreoffice.org/21078
        Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
        Tested-by: Ashod Nakashian <ashnakash@gmail.com>

2016-01-05  Eike Rathke  <erack@redhat.com>  [1efc41a87e2b9491b2a7471b1154a4d586a21c37]

        tdf#96198 adapt unit test to reality, tdf#50950 follow-up
        
        * old WEEKNUM(date,1) (saved as ISOWEEKNUM(date,1)) now results in
          Err:504 because there is no match to convert to.
        
        * old WEEKNUM(date,2) (saved as ISOWEEKNUM(date,2)) is now converted to
          ISOWEEKNUM(date) and for the sample date 1995-01-01 week 52 is the
          correct result, the test case erroneously tested against week 1
          because the implementation of the now current WEEKNUM(date,2) was
          wrong and even if now right doesn't match the calculation of the ISO
          week.
        
        Change-Id: Ia6940fce1f97639ea9b04f05172a64eb46b65635

2016-01-05  Michael Stahl  <mstahl@redhat.com>  [eb4f15d704f9506b4a0d7a8e6d4f650d9f3dd26c]

        sw: revert use of invalid (erased) iterator
        
        (regression from commit d75b9fd582f0aa83bd2fc99028b3f83eb7171d61)
        
        Change-Id: I6e67ebfbac20b42c0ff8580b575793daec46b68d

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [09442a04624cd09f7c693cd7e64e0259f17b2d6b]

        Remove unnecessary cast
        
        Change-Id: I5b9bb5231d65beb0ac5c98973a33f1cb369f0649

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [e0632e1063d5ce9877c3b81835759046c99b1eee]

        Remove unused forward decls
        
        Change-Id: I6486916a189d102a8f794daa8084d9857fad35de

2016-01-05  Michael Stahl  <mstahl@redhat.com>  [18b0343010517daa1eaf52a17ef19564076e1f3a]

        RC4 encrypt some WMF and TIFF test files
        
        Reportedly some virus scanners warn about some of these files.
        
        Use a new "RC4" name prefix since the files don't come from external
        sources.
        
        http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/69200
        
        Change-Id: I6d4cff2fdd5c0134bf2c77558ea09b3196b39be9

2016-01-05  Michael Meeks  <michael.meeks@collabora.com>  [15494f0f99d1cf6f75e8c2996377b242af247bbf]

        formula: add missing algorithm include for std::min.
        
        Change-Id: Ica344a8f1351826e53c109ef49f80e4b022a0364

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [0a03aedfb1dcd07093810ff435bc287377a53e85]

        loplugin:bodynotinblock
        
        Change-Id: I7b53113c0665fbd705b9110075f0d707c7798fdd

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [84bdb12d1a568e66bb8b03a19f6ea4449f8e1c94]

        loplugin:sallogareas
        
        Change-Id: Ia6dc83137fb970046750996b9afd7a54aa4f4c5b

2016-01-05  Lionel Elie Mamane  <lionel@mamane.lu>  [c88fd50c4e8815546e9830a41bf08edf9f165923]

        Revert "WIP tdf#72987 Use firebird backup format for .odb no need for rebuild indexes"
        
        This reverts commit f961fef03906fc059a4a0c008799f68fc22727c1.
        
        This can be done only *after* the firebird driver switches to the backup format.
        
        Change-Id: I71874ab6d4b4da9648e08d037786a56f9421751d
        Reviewed-on: https://gerrit.libreoffice.org/21113
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2016-01-05  Benjamin Ni  <benjaminniri@hotmail.com>  [c01bcbc88522c5f86820105a45e2e5593ae01501]

        Time wraparound validation feature
        
        Change-Id: I49305167b1062dbe8158fdb446859138ba283da2
        Reviewed-on: https://gerrit.libreoffice.org/16136
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [f193b1869159377aaa28844790a098cc127b5c5e]

        loplugin:staticcall
        
        Change-Id: Ic01bcf112763c386741372d939c74ed5ce3317dc

2016-01-05  Sheikha AL-Hinai  <sheikha443@gmail.com>  [d75b9fd582f0aa83bd2fc99028b3f83eb7171d61]

        tdf#94205: Use o3tl::make_unique insted of new+std::move.
        
        Change-Id: I9ff14760479d2ac882546e2e5b74ab750ba2fa4b
        Reviewed-on: https://gerrit.libreoffice.org/20984
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-05  Popa Adrian Marius  <mapopa@gmail.com>  [f961fef03906fc059a4a0c008799f68fc22727c1]

        WIP tdf#72987 Use firebird backup format for .odb no need for rebuild indexes
        
        Change-Id: I57694365a4d10cba4e8690b2b23b4f0a704ddc3c
        Reviewed-on: https://gerrit.libreoffice.org/14968
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [5c4de8f1991f1a9964e661717dc6b46f6a6a3608]

        Related tdf#96833: breadcrumb: setting URL, host port gets lost.
        
        At the same time added a log in WebDAV, useful to discover the
        issue.
        
        Change-Id: I3435f8d3da28f7d6b4c2e154cf2bb5ee33a9a690
        Reviewed-on: https://gerrit.libreoffice.org/21047
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [95c125f012073ab9115b79eccce09696a845be36]

        loplugin:redundantcast
        
        Change-Id: I8a5c0eddb784a23a2019c5315161b9bbb02e1e48

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [af47b54d49355a003deda722b5d0112a7b746485]

        CppunitTest_sw_uiwriter: tolerate lower than 276 in testTdf96536()
        
        Seen on an OS X tinderbox from time to time, but not always.
        
        Change-Id: Ie6796de5095a6d3b583fa8494444f4d662db8b12

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [e9aa3c99d2ae577d9e2fbddc95f10d6230cf1e68]

        Simplify code
        
        Change-Id: I28cff254d2cc1e2abe6fc893d918bd84bfc8645c

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [ce3dd82ca83eb9f3ec89f0e6eaae4e170febec3a]

        Clean up configuration access
        
        Change-Id: I0662e8ddb24f2c6a7197b8a5f23c219484628b78

2016-01-05  Dennis Francis  <dennisfrancis.in@gmail.com>  [97df0e601a0d76664b4207d075fa6e2a5a51625c]

        Fix memleak of strings allocated in VclGtkClipboard::makeGtkTargetEntry
        
        This leak is produced when copy and paste of text/numbers
        is done in Calc/Writer.
        
        Following is the trace produced by valgrind (trimmed)
        
          malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
          g_malloc (in /usr/lib64/libglib-2.0.so.0.4600.2)
          g_strdup (in /usr/lib64/libglib-2.0.so.0.4600.2)
          VclGtkClipboard::makeGtkTargetEntry(...) (gtk3gtkinst.cxx:467)
          VclGtkClipboard::setContents(...) (gtk3gtkinst.cxx:557)
          TransferableHelper::CopyToSelection(vcl::Window*) const (transfer.cxx:1019)
          ScTabView::CheckSelectionTransfer() (tabview3.cxx:319)
          ScTabView::UpdateAutoFillMark() (tabview3.cxx:144)
          ScTabView::SelectionChanged() (tabview3.cxx:365)
          ScViewFunc::PostPasteFromClip(ScRangeList const&, ScMarkData const&) (viewfun3.cxx:1753)
          ScViewFunc::PasteFromClip(...) (viewfun3.cxx:1415)
          ScClipUtil::PasteFromClipboard(ScViewData*, ScTabViewShell*, bool) (cliputil.cxx:69)
          ScCellShell::ExecuteEdit(SfxRequest&) (cellsh1.cxx:1285)
          SfxStubScCellShellExecuteEdit(SfxShell*, SfxRequest&) (scslots.hxx:7135)
          SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) (shell.hxx:206)
          SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) (dispatch.cxx:258)...
          ...
        
        Change-Id: I12468e746f33a64e2b5f05e9ac1c6814c702ffd7
        Reviewed-on: https://gerrit.libreoffice.org/20646
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Eike Rathke  <erack@redhat.com>  [2f79244cb3fcc4cbfd2b818380ea9d62b49aaade]

        tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-up
        
        5.0 and earlier implemented WEEKNUM(date,mode) with mode!=1 such that
        effectively an ISO 8601 week number was calculated. WEEKNUM was wrongly
        saved as ISOWEEKNUM (even with two parameters though it is defined to
        have only one) so that when reading it we can try to detect a literal
        double argument for mode and if it is not 1 remove it to keep
        ISOWEEKNUM(date) instead of calling WEEKNUM(date,mode) which wouldn't
        match.
        
        A further change to 5.0 to accept also only one parameter in
        WEEKNUM(date) and for this default the mode to not 1 for ISO week will
        yield forward compatibility.
        
        Change-Id: I88de7dd809d69b6826a190505d2a1dd3fe79c90b

2016-01-05  Sean Young  <sean@mess.org>  [72ac13eb648fdc87d78d458a81b79c5b7ce0d82e]

        Register LibreOffice as able to open MS Write files
        
        Change-Id: I9d2962214e048e489c063b9a364dbfa207740949
        Reviewed-on: https://gerrit.libreoffice.org/20643
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Andrzej Hunt  <andrzej@ahunt.org>  [9d0b06e9f728d01a2d2908e1e56cb4220cd414d5]

        new loplugin rangedforcopy - use reference in range based for
        
        Inspired by 6e6ae9803796b120e95f6e89575e03c5fd0ed3c2
        
        Change-Id: Ia0f264d3a6bbf076aa5080e3398683e50bc6ef01
        Reviewed-on: https://gerrit.libreoffice.org/20190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2016-01-05  Tor Lillqvist  <tml@collabora.com>  [d202f851717bb5a8fe5fed98f747a1fd164d3225]

        This probably is not worth displaying a warning about
        
        Change-Id: Ic14af2992fa020f93329573354616d5b781af111

2016-01-05  Michael Meeks  <michael.meeks@collabora.com>  [38f9ef832cd583366eb0a2a730baefec40534922]

        tdf#96894 - get ordering right for TextureAtlas cleanup on shutdown.
        
        Do it much earlier - while we have a valid OpenGLContext.
        
        Change-Id: Ie258283147d02984b6f507c0075d114ae7288051
        Reviewed-on: https://gerrit.libreoffice.org/21089
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-05  Ras-al-Ghul  <dipankar1995@gmail.com>  [c29a6e1541f57d2a2ba8372af30e65a2a7b32a9f]

        tdf#89382 - vcl: unwind 'TODO' comment
        
        Have 'constified' ImplAddDel and ImplRemoveDel methods
        
        Change-Id: Id4aba9bda87b97b6a29971be802f83dea027ab22
        Reviewed-on: https://gerrit.libreoffice.org/21100
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-05  Bryan Quigley  <gquigs@gmail.com>  [4feaf73a4da939be741516edd3636d1a3c3fc0e2]

        tdf#92925 Remove SVM export from Impress/Draw
        
        There's no good reason to export a Draw/Impress document as an
        SVM.  It can still be used as a fallback in exporting an image in
        any document (including Impress/Draw) though so leaving support to 
        export images as SVM.
        
        Change-Id: I3eb5fbd241fe7535b316c2559bbfd09fec3680c7
        Reviewed-on: https://gerrit.libreoffice.org/20475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Michael Meeks  <michael.meeks@collabora.com>  [7576f273257531a2228668cb215b137169b7ae54]

        tdf#94715 - ensure we remove ourselves from the same event source.
        
        Seemingly event removal was not occuring; also clean up historic
        duplication of UNO and C++ references using rtl::Reference.
        
        Change-Id: I56dfb76501929886f70495804670f8c4f70e796b
        Reviewed-on: https://gerrit.libreoffice.org/21088
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-05  Cor Nouws  <oolst@nouenoff.nl>  [bca7a33548c3257e19c8838786c22af9528fb0e8]

        tdf#96636 - Text "Removing files" during installation is confusing..
        
        Change-Id: Id3f9e17bf68ad5ca2d9a7571aed49f5a3d81b932
        Reviewed-on: https://gerrit.libreoffice.org/20970
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2016-01-05  susobhang70  <susobhang70@gmail.com>  [5c39b28a87060f80404079ab77604f664addb063]

        tdf#96059 Replaced imageproducer with CommandInfoProvider
        
        Replaced all instances of framework::GetImageFromURL with vcl::CommandInfoProvider::Instance().GetImageForCommand
        
        Change-Id: I895a4a80d0219a6523b62d90ca88ec67a433b01c
        Reviewed-on: https://gerrit.libreoffice.org/21101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [075c7eceb0769b61d11a3857e33af1b2c6341bc5]

        xmlsecurity: handle description in XSecController::prepareSignatureToWrite()
        
        With this, if DigitalSignaturesDialog sets a signature description, then
        that becomes part of the signed content. This is backwards-compatible in
        two ways:
        
        1) When the description is empty, the output is not changed.
        
        2) When parsing, the description is optional: we only require that if
        its hash is mentioned in the signed content, then the string matches its
        hash; but omitting both the string and its hash is OK.
        
        Change-Id: I82db5beea16bd325558a86201dc902d35543ed0a

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [a968893e6afd3b79c6c048962373859cea75a77b]

        xmlsecurity: parse dc:description in XSecParser
        
        With this, the description is written in the XML file,
        DigitalSignaturesDialog doesn't set it yet, though.
        
        Change-Id: I54a73d6fbdf8ed936714a21ba1df5998849fd1fa

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [88cbfe58c4a36c20bdb2445f43043f0a5a006ee3]

        xmlsecurity: add XMLSignatureHelper::SetDescription()
        
        First step to be able to add a comment while signing a document.
        
        Change-Id: I8f7ab95de5015b723481e94bd72585caf754288f

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [679cc560bc2cfc6c75b8979cc115c9c54e2b0d40]

        xmlsecurity: add script to create test certificates
        
        Change-Id: I9280cec602e15e3ae478911360ff7ce68d460474

2016-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [627c2469843c9461b665c4571f1214aca7fc36a4]

        tdf#96674 drawingML import: fix handling of zero width/height lines
        
        Change-Id: If3d9f6272031e08ab228cfa58963d60ceede2498

2016-01-05  Stephan Bergmann  <sbergman@redhat.com>  [f44bd6b0547c99b324e1a3f196c2296294e27b3c]

        Adapt loplugin:implicitboolconversion to changes in Clang trunk towards 3.8
        
        Change-Id: I7841eee5b66a118c52258c0226d73a1139a0df9a

2016-01-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [92e60e1b80a391864314c2270d2d9fcd9da3d9ee]

        Fix typos
        
        Change-Id: I1b79005d9c4e32325b8dadcc4f805975d6bf2727
        Reviewed-on: https://gerrit.libreoffice.org/21103
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2016-01-05  Mike Kaganski  <mike.kaganski@collabora.com>  [3b4059dc53ec764be5423517363223043d6dbfad]

        tdf#96708: don't modify document while copying to clipboard
        
        I.e., don't try to create auto-layout for clipboard pages which
        don't contain one; don't resize objects to text.
        
        Also, don't invalidate items that are equal to defaults,
        because explicitly set items are not the same as absent items:
        pasting an object without an item makes the property to inherit
        new target's default, while when the item is present, the default
        doesn't apply.
        
        Also, don't consider selected state of the page while stringifying
        - this makes selected page string to differ from not-selected
        clipboard page.
        
        Change-Id: I172e03e1a8c428e5fcae3a116cc9ad8de79f1a87
        Reviewed-on: https://gerrit.libreoffice.org/20871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-01-05  Mike Kaganski  <mike.kaganski@collabora.com>  [26eb0debda788d996d9bd63d72947652a5066087]

        tdf#69640: Treat errors opening OLE stream gracefully
        
        The testcase for tdf#69640 includes links (relations) to external
        pptx files. It demonstrates two non-fatal reasons for failure
        opening OLE stream:
        1. it fails OStorageHelper::IsValidZipEntryFileName check, because
        the file path contains ":\";
        2. even if that were not the case, the required file can be absent
        from user's system.
        
        I suppose that intercepting the failure at the level of
        OOXMLOLEHandler::attribute() is the best option, because at the
        lower level it's unknown if this failure is fatal or not.
        
        I suppose that it could be also useful to intercept specifically
        failures in OStorageHelper::IsValidZipEntryFileName, checking if
        the file exist externally, and asking users if they want to update
        external links (as MSO does). Possibly it should be discussed
        with UX team if that should be done, and if so, do it in separate
        commit.
        
        Change-Id: I240a6f69abe236eb790bb406c79f3b761fb4638a
        Reviewed-on: https://gerrit.libreoffice.org/19963
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2016-01-05  Martin Hosken  <martin_hosken@sil.org>  [fbb00383d82da5ce375f1b034d3fb9ebdd9a8f0e]

        Use .dict files since below the 500K limit
        
        Change-Id: Iec71ad4918cd333f0a44d372017ecee300e3aca9
        Reviewed-on: https://gerrit.libreoffice.org/20748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2016-01-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9eb319944604f17839c8e0ee03bad876df82b53e]

        let us try to use the pid as well on windows
        
        I'm a bit worried that some of our random test failures are related to
        trying to reuse the same temp file in different tests.
        
        Change-Id: I0ca4ace088a96530e6a62d01f979fefe63822b22
        Reviewed-on: https://gerrit.libreoffice.org/21090
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2016-01-04  Michael Meeks  <michael.meeks@collabora.com>  [27953088c5fc8a51cb5c26b0746cb42f56324404]

        tdf#96690 - don't copy tiny non-rendered-to virtual devices.
        
        Change-Id: Ic9d90bb7f652599b5a6ce303aa026b7e4e255324

2016-01-04  Michael Meeks  <michael.meeks@collabora.com>  [afb5bd25235ca53a589447680737180a4d0d8cd1]

        vcldemo: adjust benchmarking weights to fit changed workloads.
        
        Change-Id: I2cd8cdd541fd4095aea8abd2ea78b11e7df77440

2016-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bac11703170bb416e71ccca142227ea6a22b8572]

        remove unnecessary ;
        
        Change-Id: I0e16305cac5cd5e4824a4e2bab7e4ac10d2bd469

2016-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54235fbab795f72ba6f50318713d862075edbf17]

        fix typo
        
        Change-Id: Id17aa3eea4d6ccb956f9c0b1fd97007ef0257955

2016-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bed7b2a7a43ce73c7e6189722809b607be74805]

        don't use the same files in different unit tests
        
        I currently assume that this is responsible for some of our heisenbugs
        on windows. I think the windows file locking is causing issues when two
        test try to access the same file in parallel. This is more likely to
        happen on the fast windows ci boxes.
        
        Change-Id: I423f6c723c2ec558026867a118972e98279bd2c2

2016-01-04  AlexF  <alexfongg@gmail.com>  [fa354c9ae940ae12abf26b1d8c62836d4e50dfb4]

        tdf#96127 Android: No UI visible
        
        Duplicate <include layout="@layout/toolbar"/> statement found.
        Problem could be caused by either
        1) a differing xml reading mechanism across android versions
        2) toolbar being accessed in a different way across android versions
        
        Duplicate element removed, and linearlayout shifted below first toolbar.
        
        Change-Id: I084b6498745bc72988f3a8eed12f7a72d261e267
        Reviewed-on: https://gerrit.libreoffice.org/20422
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-04  Caolán McNamara  <caolanm@redhat.com>  [e488bc443b681c8d1a36667e5d3caa4e42c28baf]

        cppcheck: duplInheritedMember
        
        Change-Id: I451a7a04fd1578d3095e5931f0792a32870a647e

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [d2f6f86330b68500a4e0c7987ff2bb1493a7ea8d]

        loplugin:stringconstant
        
        Change-Id: I08430479a2c8d1fd6e3fc357ba3069b3a7bb6ac8

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [eb760663d06dd9eb445b5390c854c4daf18a1a52]

        loplugin:stringconstant
        
        Change-Id: I45c0b74c9d54120bfac85f16a336ac7ff487ed73

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [b4346bb26a90a3a80a93f308a5a6e89a134b9946]

        loplugin:staticmethods
        
        Change-Id: Iedeb2b87da0f230961c1c22275f980acbe7a9e5b

2016-01-04  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [d373cb7e15ceca249c33be39583a0515b413e417]

        Related tdf#96833: fix behaviour of 'Remote Files' edit dialog.
        
        Fixed:
        - TCP port got lost/reset when editing a server;
        - in Gtk widget disabled comma;
        - secure protocol checkbox always unchecked when editing a
          server.
        
        Change-Id: I358fc7375552b29e4840a3616e4e47b95b88ed2c
        Reviewed-on: https://gerrit.libreoffice.org/21039
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-01-04  Eike Rathke  <erack@redhat.com>  [7ea839ae3904d96dcea35a0339f3e6ee7d58bbaa]

        correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 related
        
        Slight misinterpretation of the
        {Sunday, Monday, Monday, Tuesday, ..., Sunday}
        sequence defined in ODFF.
        
        Change-Id: I09ac711adf8a52db1c9efbb1c67dc908b8e06618

2016-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce814d1a28bb1ff2e6df23e6ed8c256c948787af]

        DOC(X) filter: BAF -> BAILS in the smart tag mapping
        
        The filters map between a common subset of Word smart tags and Writer
        RDF annotations, and when doing so, they need to know what path to use
        for a smart tag namespace and also the other way around: what RDF types
        are interesting for smart tag purposes.
        
        It turns out there is BAILS specification at
        <http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf> that
        describes how to refer to BAF objects, so use that instead of our custom
        RDF statement / document metadata key names.
        
        Change-Id: Iac569608b05aa61547f664f2a5df7d46fe46da76

2016-01-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6415b9e4d1ee58029837ca76843c03e589c18ba4]

        use correct decimal separator
        
        Change-Id: I342e9b5355c3ea09eede6c47b0f209f538ee82cb

2016-01-04  Tor Lillqvist  <tml@collabora.com>  [3dd8ad95810cc8b6d4b089d8533a5e23e23b4c79]

        Remove unused forward declarations
        
        Change-Id: Ic586d44d2ff0f913f655b8a7539326a6dea78477

2016-01-04  Tor Lillqvist  <tml@collabora.com>  [1d36a9b87ac480c4befb796d6b5918a7355631ac]

        Remove unused forward declarations
        
        Change-Id: I9db63e6c6b4df33387b9b4d59450494e8bd856f1

2016-01-04  Eike Rathke  <erack@redhat.com>  [68098cf1551d0b27cb723c927b5fd3bc2ba9b3ac]

        correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-up
        
        ... which now has exactly 1 parameter; removed the now non-matching
        required flag of a not existing second parameter. Luckily the resource
        manager treats this as a separate record block and this 0 didn't harm
        the subsequent 0, accidentally..
        
        Change-Id: I0994ed75643245c1bdebc9a92ade77abdd1c61d8

2016-01-04  Eike Rathke  <erack@redhat.com>  [1c5eb11d42ccdacdaf29e0b8f26c4f674069f227]

        WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-up
        
        Change-Id: I64b22f91bf56497b9f705e4773e24c5ba88a14ae

2016-01-04  Noel Grandin  <noelgrandin@gmail.com>  [f14d64fa71565e86c98348f9c54cc6cab53649d8]

        these fields can be static constants
        
        Change-Id: Id56e219782d7f858cdeb26232c7aabd4f643c9d9
        Reviewed-on: https://gerrit.libreoffice.org/21020
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [549e900b4b0047b8cb6c236ea50a3fc046e5fb51]

        tdf#96855: Put back assignment of xHierAccess
        
        ...that had inadvertently been removed as part of a larger code removal in
        6948c546fdc00dddec7d58e03150dcc87921d6b2 "tdf#75637: Resolve help images via a
        vnd.libreoffice.image UCP"
        
        Change-Id: Ic2d5e1a5fa5a10b240bb9e511e6dcb8097e58081

2016-01-04  Tor Lillqvist  <tml@collabora.com>  [8be957adae2db23a385edbb75ebdad1d1ae631dd]

        Get rid of silly stderr0 macro
        
        Change-Id: Ibc51fb4cc72163fb643a85ad3f0b6061b7d77ccc

2016-01-04  Julien Nabet  <serval2412@yahoo.fr>  [9236a99ad4640cd568abe9040ac37e398c60061f]

        Related tdf#96833: Allow port with more than 4 characters
        
        Change-Id: Ib6676f6f940ce497ac6fe28189e1c3a4ed4ec0bf
        Reviewed-on: https://gerrit.libreoffice.org/21032
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [d01888302b03a79bf7ccde6cbe8434b427164a75]

        tdf#82775: Make NumberFormatCodeMapper MT safe
        
        Change-Id: I77f49f09ce9fe5897f78044c0522210978c904d1

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [e83f31724e0f2cd4242e0b398c48578da53cb5c1]

        tdf#82775: Don't prematurely dispose single-instance services
        
        ...that happen to be requested concurrently from multiple threads
        
        Change-Id: Icecfb0b8d88c9123064689643eddf90a99d3b1b8

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [26cbb3d1049e789a1c2f56599dbfe0f379fc4b3d]

        Related tdf#82775: Check for disposed-ness
        
        ...instead of dereferencing null pointers
        
        Change-Id: I9d1709468a5b601b9f3d86dadea7a8e817f449d8

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [38e965fe0fcabffadb8fabe6756313b4f37daad5]

        Use CPPUNIT_ASSERT_DOUBLES_EQUAL
        
        ...except when checking for infinity
        
        Change-Id: If6e3b8965169cc615fa5d76422e1925866714936

2016-01-04  Stephan Bergmann  <sbergman@redhat.com>  [efcbfa6f429416d7285a593dbd724eaaf3f3841e]

        loplugin:cstylecast
        
        Change-Id: I5ecd63d79e8be77879d3789c45079929696abe03

2016-01-04  Dipangar Niranjar  <dipankar1995@gmail.com>  [0e41527fd52f676ff6240a08b3fe25607c1ca726]

        tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Ib45af8a56ac3adc428c530908cf1bbd95e9cc64c
        Reviewed-on: https://gerrit.libreoffice.org/21065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2016-01-04  Tor Lillqvist  <tml@collabora.com>  [a188bd6ad109c7696f29509c1db72b802a4bd435]

        Remove two pointless DBG_ASSERTs "There is no Dde-Service"
        
        Avoid hundreds of presumably pointless warning messages in some unit
        tests at least. The code explicitly checks and handles the asserted
        condition not being true right after the DBG_ASSERTs.
        
        Change-Id: I5482c56aeeadb8f85dfdd03e12960abd7e769c56

2016-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f591a096de3b69ecba16b002fb6ba9ba496ad53a]

        sw: prefix members of SwAttrSetChg
        
        Change-Id: Ie24194fe04dafbc447cf8a8a015316e9ba6e9ac9
        Reviewed-on: https://gerrit.libreoffice.org/21071
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2016-01-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [29be1b06b8e63694d1ce60d8b7af3f21791bf697]

        TDE kab: fix dbgutil and clang werror build
        
        Change-Id: I37948ff77d060dc18a583389966b52c06a95bdaf

2016-01-04  Tor Lillqvist  <tml@collabora.com>  [26f09844b5f696522cf25be1d9cb44e90973bf77]

        Remove warning that can be ignored
        
        "yeah, makes sense to remove it", says Stephan.
        
        Change-Id: Ife7baa5814a856dca7f0f02ac3cb2521e2980851

2016-01-04  Andras Timar  <andras.timar@collabora.com>  [66a82c248ea099d43f289e0737cd7e8cb808a591]

        Updated core Project: dictionaries  ce7755c7d3179d682dfaccace9e64b6a008c77d2
        
        tdf#96782 updated German dictionaries
        
        Change-Id: Ifa7aed93eaa0448ba530cc029ee55480060e1be5
        

2016-01-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [21f152a52397bf99364e5dc5ba9519e11452f260]

        vcl: split classes out of metric.hxx
        
        Change-Id: Id3b155abec7b7a2ff43d0a35e98709f5ee51c6b9
        Reviewed-on: https://gerrit.libreoffice.org/21069
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f4dc8a869ac49f19c20fc5fa606448e9103726bd]

        the idea behind the test can't work right now
        
        The Test currently tries to test the OpenCL and the SW interpreter and
        assumes that it will show different results. However if we succeed in
        generating an OpenCL interpreter we will never generate a SW interpreter.
        
        There are a number of problems with the approach taken in this test.
        
        1.) Assuming that we are able to execute OpenCL is an invalid
        assumption.
        
        2.) Changing the configuration inside of a test needs to be exeption
        save as we are otherwise left with a strange config for the remaining
        test cases.
        
        3.) Changing the configuration does not change the formula group
        interpreter. This needs to be done explicitly.
        
        Change-Id: I679985ee7551b21aaa52038e107324980e7e1bb6

2016-01-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c4a90354df1009cd24a3ac4d1c72624759e7fe16]

        let us use the standard way to implement an if .. else if
        
        Change-Id: Ie0b3efdbe23a163aab1e8d128217ee1f1c7fd287

2016-01-03  Andrzej Hunt  <andrzej@ahunt.org>  [4a8c0d313540bd78c9c381edd548b976c580ca9a]

        loplugin:implicitboolconversion
        
        Change-Id: I2ef26c34a424e653d85597c85baa736c19004313

2016-01-03  Caolán McNamara  <caolanm@redhat.com>  [6cf667cc94262b563869e851b01c3c49fe98c6c8]

        cppcheck: passedByValue
        
        Change-Id: Id8b2db3b824ea40345aba99a5f24f2579c0ad630

2016-01-03  Caolán McNamara  <caolanm@redhat.com>  [5e9db55defd89a963891c690511160e1ff663a88]

        cppcheck: allocaCalled
        
        Change-Id: I4e2345cdf9fd8d088f3522d563263b65abedb7c9

2016-01-03  Stephan Bergmann  <sbergman@redhat.com>  [67d440e6bd2c895833fa22d0f9bf5dc6901723e8]

        loplugin:stringconstant
        
        Change-Id: I588a9c0205e03f701b617fd1775e7f9b9b88c6b0

2016-01-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [7eab7f3485e525635f06a505776618c30e442a26]

        Cleanup after removing vcl::FontInfo class
        
        Change-Id: I544eac439cb7277e47a23a90c6fbc45496161c3b

2016-01-03  Stephan Bergmann  <sbergman@redhat.com>  [6aa4496c789fec271dcdc7995cf62ef2dabf1f96]

        loplugin:stringconstant
        
        Change-Id: I60ee2ccc6090c305ade4ba16d3d298866cf89c4e

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [8227b9955e4a06758f3e0a871e49731a0a607608]

        vcl: Excise vcl::FontInfo class
        
        This may sound crazy, but literally vcl::FontInfo serves no purpose
        that I can see. The inheritance chain is like this:
        
                ┌────────────────────────┐
                │                        │
                │        vcl::Font       │
                │                        │
                └────────────────────────┘
                             ^
                            ╱ ╲
                             │
                             │
                ┌────────────────────────┐
                │                        │
                │      vcl::FontInfo     │
                │                        │
                └────────────────────────┘
                             ^
                            ╱ ╲
                             │
                             │
        
                ┌────────────────────────┐
                │                        │
                │       FontMetric       │
                │                        │
                └────────────────────────┘
        
        vcl::FontInfo (which, incidentally, needs to be put into the vcl
        namespace due to collisions with poppler!) literally does nothing
        and is acting as a bridge between FontMetric and vcl::Font. Unlike
        a bridge though, this bridge doesn't actually *do* anything.
        
        So I'm removing it, which means one less class to deal with in the
        vcl fonts world.
        
        Change-Id: I32725669c9bca7fbb0846b6a062135464046e4f6
        Reviewed-on: https://gerrit.libreoffice.org/21058
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [542b6253abc43bcc47b986841bfdafc737710c7c]

        vcl: move Windows salgdi3.cxx to salfont.cxx - that's all it does!
        
        Change-Id: I0a49bab5f410901d40c5b3b62a5a3f9d9946b8a0
        Reviewed-on: https://gerrit.libreoffice.org/21057
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [833798d6274342e06445d5df306ec0a31fe6492a]

        vcl: split out ImplFontAttributes into own header
        
        Change-Id: I74cde57e328047ac149593c5bb065d7a6066941d
        Reviewed-on: https://gerrit.libreoffice.org/21056
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-03  Matúš Kukan  <matus.kukan@gmail.com>  [d4bbf358eb19a8c96720595b9aa3fdf47d9e02f9]

        tdf#74608: Ctor function for abp::OABSPilotUno
        
        Change-Id: I15f64797340ae366e02c2b503767cd3d22a66eeb

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [d7d2c6b53eacfe4e0270d6f61b3ae20047e99d35]

        vcl: rename variables from metric names to font attribute names
        
        Change-Id: Ib0a3d82af858304bf63a20bcb30b8de741491935
        Reviewed-on: https://gerrit.libreoffice.org/21054
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b974e056df3ad023b18592bc01394943305dc41]

        vcl: merge ImplFontMetricData with ImplFontAttributes
        
        Change-Id: Ia2fe20559745e705667f23cdd73cbe50c6371aaa
        Reviewed-on: https://gerrit.libreoffice.org/21053
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [694ec8930ab7d7a54805ec598be84845b502772c]

        vcl: convert ImplFontMetricData to accessor functions
        
        Changed private variables to use accessor functions in ImplFontMetric.
        It turns out there are some variables that are redundant as they are
        already in ImplFontAttributes. These are:
        
        - meFamilyType
        - mbDevice
        
        I also needed to change ImplFontMetric::GetSlant() to GetSlantType()
        as the names conflicted.
        
        Change-Id: Ic06a374fb929e3b2ffb18a6c66577c526c3b31a7
        Reviewed-on: https://gerrit.libreoffice.org/21050
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-02  Olivier Hallot  <ohallot@collabora.co.uk>  [91f41c3ec23eb063873db8a03c3f6806e2e68af8]

        Updated core Project: help  864de3b4e95b4550d7cfdb99ff2188e63f140cd0
        
        Fix typo in AGGREGATE function help page
        
        Change-Id: I0701328d135968735bec3b30adeba64fc6138f04
        Reviewed-on: https://gerrit.libreoffice.org/21051
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2016-01-02  Caolán McNamara  <caolanm@redhat.com>  [aa330a9ddcbb4e1b2ca091f33c9d3573555aa475]

        cppcheck: allocaCalled
        
        Change-Id: I253f71f851621d8a3d1244468b9da63ba2d10b09

2016-01-02  Caolán McNamara  <caolanm@redhat.com>  [f61d3bc92c5a3556f59347a84769ce04d3b22752]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ic6407a57440fbd887f9ec9d5963e5748aa89a29e

2016-01-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [dfb73ede137c8232f749f701219d64b134e9e965]

        vcl: indent cleanup for outfont.hxx
        
        Change-Id: Ia35f2ec1b27373243736172f1d91c03bb2622c64

2016-01-02  Michael Meeks  <michael.meeks@collabora.com>  [59cf4500965c7d15c5e4c88057d20de570fde183]

        vcl: gtk2 - synchronous painting during initial expose to avoid flicker.
        
        Change-Id: Ib2520679c3d62991f4ae6c5a325a44ab3cce1d89

2016-01-02  Michael Meeks  <michael.meeks@collabora.com>  [3723c3e0b20982ab46d4c04a342af22e88f42fa0]

        vcl: opengl - ensure we have the right GL context for rendering.
        
        Also significantly simplify, and remove paranoid ramblings
        from the flushing code.
        
        Change-Id: Ie7cc742caac290d77ac931c54cc4fe777a7872de

2016-01-02  Michael Meeks  <michael.meeks@collabora.com>  [45c8bbe9303094b50035967846196cf3b7c72ea6]

        vcldemo - more clipping tests for RegionBand and Polygon cases.
        
        Change-Id: I959c0874c670027e79163ded6a1d8c8b55d66376
        Reviewed-on: https://gerrit.libreoffice.org/21045
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-02  Michael Meeks  <michael.meeks@collabora.com>  [c798c1baf176f62964e1accc5edfddf48e1102be]

        tdf#96858 - opengl - fix off-by-1 in glScissor clipping.
        
        Change-Id: I3085e2d2848e2041c2faadbfce099ce75c62b712
        Reviewed-on: https://gerrit.libreoffice.org/21043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-02  Michael Meeks  <michael.meeks@collabora.com>  [32439b8670d3d72529c57c1eb4c38c2a443474f2]

        vcldemo: add clipping torture test.
        
        Change-Id: I5b09d1777c994acaf25457e786222886b2435af8
        Reviewed-on: https://gerrit.libreoffice.org/21042
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-02  Olivier Hallot  <ohallot@collabora.co.uk>  [cbf62c1d75f270fcff14d4bc3b592dadd3b6d8e1]

        Updated core Project: help  efa3b7d1e3eb003e6babb49c9b83c47979da0a89
        
        Fix tdf#86428 Wrap text help page duplicated
        
        Fix for tdf#86428  Help Page “Wrap” Exists Two Times in Local Help
        
        Wrap text help page 05180000.xhp was replaced by 05060200.xhp but
        left there because of a link from the main format help page.
        
        The 05060200.xhp page now carries the recent changes in Writer UI
        and context menus.
        
        Wrap page from guide (main0105.xhp) also updated.
        
        Change-Id: Icd0c015ceca89dc1e3f8f7200ffe491ddb03ff7b
        Reviewed-on: https://gerrit.libreoffice.org/21023
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3da9c484679373e77c3b339485c98f6f26b08046]

        Updated core Project: help  dd8cc9d27b6891661185f02bf7478b5934deff08
        
        COUNTIFS: add missing argument name
        
        Change-Id: Ic099ea1272f1c8c0ea6804cd77b15c75159d084b
        Reviewed-on: https://gerrit.libreoffice.org/21014
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2016-01-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [d9bceb34310f05acce886fe28e9e42433fd488c2]

        tdf#84263 KDE4: unify includes
        
        Use Qt submodule notation for Qt includes and also "correct"
        some KDE headers AKA use <> notation for external headers.
        
        Change-Id: I9457f75baae56514989800b016a11348a72a242b

2016-01-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [615cd2637a1c7be897ad4b7d86a4495b0720183e]

        GDB: pretty-print more sw::mark::MarkBase classes
        
        Generalize the UnoMark pretty printer to actually print many
        objects inheriting from sw::mark::MarkBase.
        
        Also adds the mark name to the output.
        
        Change-Id: Idaec06ba448702ee3a47b474736df954646c0300

2016-01-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [480e943f0100154fa82942db092ed1f66b76ef66]

        tdf#92623 MM: add unit test
        
        Adds the missing unit test to the bugfix.
        
        Actually the original bug was a crash, so this just
        does some test on the resulting MM document.
        
        Change-Id: I4c9f031e57157fe5744aa8290b7503b7e1990fc7

2016-01-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [c91024891ff10c2ae01e11a28a9aecca2f36b6c3]

        tdf#96479 workaround bookmark end pos handling...
        
        ... when inserting text into a text node.
        
        Seems SwTextNode::InsertText doesn't handle bookmark end
        positions correctly. This is just handled correctly, if it
        also contains the bookmark start.
        
        This workaround simply concats the three strings to be
        inserted in advance, so we just have to call
        SwTextNode::InsertText once for the whole string.
        
        Change-Id: Iab7708b4cc4df406bdbc3a685c7410e0e797fdc4

2016-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c1258abe50f1508ea0f628ff963bc1914ab86b67]

        tdf#96365: ensure holding SolarMutex before triggering core code
        
        (likely a bad sign that this compilation unit, defines lots of UNO
        interfaces without ever using a SolarMutexGuard)
        
        Change-Id: I2cca810f8e4e1684c75d9185d701024f692403a4

2016-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3ae3af4a989758a0772881b1a2a6c1a68ee67dda]

        fix indent
        
        Change-Id: I79623024b008b60a33935942986e8a98fccc3d8d

2016-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b4082bed2de12cd576a06a9f456a71101809f3ed]

        make this temp override of ItemSet more explicit and scoped
        
        Change-Id: I8a02be2772b8f7c0d1b13556d0c49f1b00bcc1aa

2016-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [952f41ed0806cd8bfbd568a7c87df7f6368fdca9]

        trying to chip away some of the memory mgmt madness here
        
        - mpItemSet is assumed to be owned by SwStyleBase_Impl
        - yet it can be external set to any naked pointer
        - ... and is (temporary, at least that is the hope) set to ItemSets
          owned by others
        
        Change-Id: I0cd56f5bb9f58a2e5ab09f49f66faf8a63c69f37

2016-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bcf90db8c57fc48d20ee2d2cdec8666c214fe525]

        code conventions: member prefix
        
        ... also kill some plenking
        
        Change-Id: I03c0669239bba5f63a7dc5a078f5b4c4f2a51386

2016-01-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c0de4c077c4e445a4c8e85eec05b866a41b7d405]

        refactor SwXStyle::SetPropertyValues_Impl
        
        - reduce scope of getConstArray variables
        - use m_nPropMapType directly
        - remove some plenking
        
        Change-Id: Id507cffe2563bf078fe5e3e2a8267f352533844e

2016-01-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fc73c5a3ee32e7e4c80381d74d4bfc74ca3489a5]

        remove desd code
        
        Change-Id: Ifc81677eb3331a786a964f89aa425916df6364b4

2016-01-01  David Tardon  <dtardon@redhat.com>  [15fdfe25578d5fa0e17b8f7f9c4b8c8632d357ad]

        application/visio.drawing is sometimes used in bugzilla
        
        Change-Id: I3b8b85d91c2b19dc3cf6cba95d258ea639dd9862

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [264e6c04afaff96dda6cd510c1da90bb519a1f66]

        vcl: remove poor-man's RTTI in PhysicalFontFace
        
        The *only* things relying on the in-built magic number are PDFFontCache
        and PDFWriterImpl. PDFWriterImpl::emitBuiltinFont has as its first
        parameter a const PhysicalFontFace*, but this is only called upon by
        PDFWriterImpl::emitFonts, which instantiates an ImplPdfBuiltinFontData
        object from a built-in font map... so basically it is always guaranteed
        to get a ImplPdfBuiltinFontData object. ImplPdfBuiltinFontData derives
        from PhysicalFontFace, so to prevent the need to check the class being
        used is a ImplPdfBuiltinFontData, just make emitBuiltinFont require as
        it's first parameter ImplPdfBuiltinFontData!
        
        Unfortunately, we can't get around RTTI completely, because
        PDFFontCache::FontIdentifier requires a way of distinguishing between
        two different PhysicalFontFaces...
        
        Change-Id: I74c8cd294580bbecd12dd2427ac405f97a7e7f7e
        Reviewed-on: https://gerrit.libreoffice.org/21030
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-01  Stephan Bergmann  <sbergman@redhat.com>  [820eeba6772a356cf57b9d1f4d114122f6a63abb]

        loplugin:passstuffbyref
        
        Change-Id: I5d15ab7f8d9b7cb3ff0124f20c840dd2a285b400

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [17d6876c5b2a194bf24614feeaf58314089eb7fb]

        vcl: move comment to correct spot (cheers Norbert)
        
        Change-Id: If8da668cba96364189de3b0aa89b43110cc41f9b
        Reviewed-on: https://gerrit.libreoffice.org/21034
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2016-01-01  Caolán McNamara  <caolanm@redhat.com>  [e8dc85c2b3fd197aa5d484be3fc2cb25f7bd2412]

        guard against infinite recursion in MarginsSameAsParent
        
        Change-Id: I09c1ccb850f0cb2365e52ee6ffd293ccf34ad00e

2016-01-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [b890a0ed02968589029fedf1854be83f1ffe8600]

        Revert "vcl: Get rid of FontMatchStatus structure"
        
        This reverts commit 60676b3b376d5f3f6fb29fa68c34117c2149bbec.
        
        The FontMapStatus structure is passed as a reference to save the
        search state outside of the search loop in
        PhysicalFontFamily::FindBestFontFace.
        
        This *looked* like it would be an easy win, evidently not! Back to
        the drawing board.
        
        Change-Id: Icc7078543e50bc34221127d8df055f056e249cdb

2016-01-01  Michael Meeks  <michael.meeks@collabora.com>  [3ac975dded6df870969f68ec00e8f3097c5146bf]

        Fix drawTransformedBitmap for NULL pAlphaBitmap #2.
        
        Change-Id: Ie4d03a01c557e93a3ba3b5925896e38ed07f9a27

2016-01-01  Michael Meeks  <michael.meeks@collabora.com>  [7120906cf47de8c5bc73de1a4846fc97fd2979dc]

        vcl: un-bind render-buffer after setup & add debug.
        
        Change-Id: Ic94f94148397d46d4442f2290d331438c0799f75
        Reviewed-on: https://gerrit.libreoffice.org/21029
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-01  Michael Meeks  <michael.meeks@collabora.com>  [370199fa0f92f29cb75ad50705c71cd871abb2d9]

        vcl: improve OpenGL debugging variously.
        
        Change-Id: I097f1c1fb7fb505b6859289997bff3562fc06ba6
        Reviewed-on: https://gerrit.libreoffice.org/21027
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [38e6383009aba9ff779ad9d0b4d9c94ed2bce347]

        vcl: Regression from a74a04f98
        
        Very silly mistake - I put in an else, where it should have been an
        entirely new if statement... this will have broken font mapping :(
        
        Change-Id: I026b1f3808cb3a3793467fa3b2670bf9b56e3c5c

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [24aa580514818b35a6098d3b3ff5d5bc77a7fdb1]

        vcl: End friendship
        
        Always wanted to write a commit that said this.
        
        Change-Id: I52f6a188e2d115eef9a1e3f702ed127fea3ebb4c

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [60676b3b376d5f3f6fb29fa68c34117c2149bbec]

        vcl: Get rid of FontMatchStatus structure
        
        It's used exactly once, as a parameter of PhysicalFontFace::IsBetterMatch()'s
        function signature. That parameter only acts as input, so I think this is a
        case of YAGNI creeping into the code, thus I'm getting rid of it.
        
        Change-Id: Ic5e24f484d652ba2196e512795d0d27f4239df30

2016-01-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [a27fac3b8f2bae18f62bab315051732df1bb29ab]

        vcl: %s/Fc\(.*\)Substititution/Fc\1Substitution/g (thanks vim regexps!)
        
        Change-Id: Ic56ed5b33f2a00bda27779b7b7450b95a1dfb14b

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [e9598378b55cc05c95bd3f410c396bd44a74341d]

        vcl: merge ImplDevFontAttributes with ImplFontAttributes
        
        ImplFontAttributes handles device independent data, whilst
        ImplDevFontAttributes handles device dependent data. However, there
        is no real reason for the divide in classes, and in fact I'm not at
        all a fan of using a pImpl directly - sort of defeats the purpose of
        having one!
        
        Change-Id: I2db22727e3479b14e3bc37dfad9136703bbdeb13
        Reviewed-on: https://gerrit.libreoffice.org/21018
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-31  Michael Meeks  <michael.meeks@collabora.com>  [e81c4d3ea00949cb4d8c3f44e09e70b19eebb826]

        tdf#95507 - implement opengl / 50% invert method.
        
        Change-Id: I8488cb8e8074831a6f81e6c8c122462c9819d25d
        Reviewed-on: https://gerrit.libreoffice.org/21025
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-31  Takeshi Abe  <tabe@fixedpoint.jp>  [eb65936f1996cc37632f7241cf07fc85ff633049]

        starmath: Manage SmDocShell's pCursor via std::unique_ptr
        
        Change-Id: Id9c67638e5c2e535cc06e9566c9a169471f55da8
        Reviewed-on: https://gerrit.libreoffice.org/20856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-31  Bryan Quigley  <gquigs@gmail.com>  [054b25c9ce96eb50d80177cb48cd9b10513806c3]

        Remove missed NPAPI items
        
        These were missed during the removal of NPAPI.
        
        Change-Id: Ie6233a755cd8f2995692fb8790bd65055d100251
        Reviewed-on: https://gerrit.libreoffice.org/21015
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-31  Jan Holesovsky  <kendy@collabora.com>  [08bf33177ccbf0968910a7a247ce017c75decc06]

        findbar: This must be a copy'n'paste error.
        
        Change-Id: Iecff49f04e4b68f071d63217943891a31a610aeb

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [ecd5252f43fa6e244253eee365a70133de183101]

        vcl: remove ImplFontAttributes equality operators
        
        I am removing the equality operators for ImplFontAttributes and replacing
        with a function you must call explicitly. This is in preparation for
        merging ImplFontAttributes with ImplDevFontAttributes.
        
        Change-Id: I2231ab242bfe080a0c4b8d72ae1903408c62376c
        Reviewed-on: https://gerrit.libreoffice.org/21017
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [a74a04f98180edc577d31598bc88990d41ef02c7]

        vcl: create accessor functions for ImplDevFontAttributes
        
        Change-Id: I0494a1db1a1e5c164bd5da2d0a221a8db6c494d6
        Reviewed-on: https://gerrit.libreoffice.org/21016
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-31  Julien Nabet  <serval2412@yahoo.fr>  [23ae179392ace4d5b23b152675c60722beddfdab]

        Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECK
        
        Change-Id: Ie4c7a7dee81c2a0890ddc8bd083c2e3fee584f7e

2015-12-31  David Tardon  <dtardon@redhat.com>  [027b98f457e9573510caec25b45d758574332628]

        upload libodfgen 0.1.6
        
        Change-Id: Ic77d0510801f3655d914aea0e8ce66476853358a

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [150ddbd6bf0aa92ee7b5677302362e7c3759a0ca]

        vcl: we don't need an interface class for ImplDevFontAttributes
        
        Change-Id: Ibc3014ffe45597cafd96ed3130da90fa7133e400

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [694eb3d512e21f0f283b834834e6d6fa533581da]

        vcl: remove unnecessary comment
        
        Change-Id: I152e10d73952e264287a919c2a070f4a4a159f6d

2015-12-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [58c7ca15e5c7514cbf976ecab9dae806a05f4336]

        vcl: we don't need an interface class for ImplFontAttributes
        
        Change-Id: I13e8968d5c73bf6e47c4357cc4eefe8c1703a7ac

2015-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c23184a115b607f19a32134f8c91d6f9df61ade]

        lode: make sure LODE_HOME/opt/bin is in the PATH for aclocal
        
        When using a LODE setup, LODE_HOME must be defined in the environment
        but setting LODE_HOME/opt/bin in the PATH is optional
        and really only necessary as a convinience to get the right
        'make' in the PATH.
        configure.ac has code do deal with the absence of LODE_HOME/opt/bin
        in the PATH but autogen.sh did not hence was failing in this
        case, not finding aclocal.
        
        Change-Id: I7a4449504dc539bb055798a6e1aea5268c5fb046
        Reviewed-on: https://gerrit.libreoffice.org/21003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-12-30  Gulsah Kose  <gulsah.1004@gmail.com>  [fe37d93a110cb9941c61fed0c71369a21a7d2765]

        tdf#84628 Added per module's macro definitions to eclipsesettingfile.xml
        
        Change-Id: Ic9a7b5d95052917ba8c5fb0f696e4ccf91f0bda4
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/20336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-30  Maxim Monastirsky  <momonasmon@gmail.com>  [58482f97c1c54c4008479af46eae47a0b9b6e12b]

        Related: tdf#89540 We don't use PseudoSlots in sd
        
        This unbreaks various draw buttons after the addition
        of SID_INSERT_DRAW to sd. Also silences the warning
        "master slot with non-enum-type found".
        
        Change-Id: I250a1a4b5d24f052d303c24138654f7e41cc4fb6

2015-12-30  Maxim Monastirsky  <momonasmon@gmail.com>  [ab183029791690d711d858303e2ad0ef5454a2bd]

        Some cosmetics
        
        Change-Id: I07e826eaa11ec9f21a9eab6f771361566e9c57e0

2015-12-30  Gulsah Kose  <gulsah.1004@gmail.com>  [5fe01e8b69e40b1acc60b6068aa39cdf625e3ce4]

        tdf#89540 Completed show draw functions button for impress and draw.
        
        v2: failed commit.
        v3: Solved slot defination and dimmed button problem.
        v4: Tried to find slot execution method.
        v5: Added a control for draw toolbar name in impress and draw
        v6: Toolbar name control is changed for checking request only impress and draw.
        v7: Overrided initialize method of base class.
        v8: Control provided with module name.
        v9: Cleaned unnecessary included headers
        v10: Removed m_sModuleName defination and reused base class' m_sModuleName variable.
        Added white space before header files. Moved control into the initialize method.
        Control is changed as only controls impress or draw.
        
        Change-Id: I781783a72954af1f16212b981356db472ed48739
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2015-12-30  Matúš Kukan  <matus.kukan@gmail.com>  [6c2a9102eeb4d3de6a64780eb2b97415b15ce4a9]

        Use SAL_WARN here
        
        Change-Id: Ibfa0deed6c3a26ea90c9be327bc1d4b66be95bff

2015-12-30  Arnaud Versini  <arnaud.versini@gmail.com>  [f146ddadf5cb12790e85dc09b42303a89fde44ab]

        BASIC : Remove useless allocation operator overload
        
        Change-Id: I134cdbfe388347264a810bbfbff8b4f9f373e663
        Reviewed-on: https://gerrit.libreoffice.org/20873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [5ff0c0c283217fdb87f78e1f06c90db0af16b59f]

        coverity#1326973 SBSC: String concatenation in loop using + operator
        
        Change-Id: I8fb8afa2951201106443f76fde3f55ead24d43c2

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [f852edc6db76ee8569374bd1997a579201a5493a]

        coverity#1326974 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ic1130017c02a470ebd213704ad5c56b6747dfee0

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [f6fd796b779c81330e8657140001134f03e6cc29]

        coverity#1326975 SBSC: String concatenation in loop using + operator
        
        Change-Id: I3c00520c0337f8d282c0c63f08a3de43bf52b2d9

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [9c0539ad409f2f82076f8b37b9ab9fb6b7594444]

        coverity#1326977 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ib92a893fc5c3cc89ce78733b95406d5ec415cb26

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [bc353749e6be7906127e1f11b3802c462e19729c]

        coverity#1326978 SBSC: String concatenation in loop using + operator
        
        Change-Id: I1e87d33d12b246aa071d28af3eec69bf79c7bf6f

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [20cb57cde026c8cc6cf9470eb3100b6a884d864e]

        coverity#1326979 SBSC: String concatenation in loop using + operator
        
        Change-Id: Iddf881369ff8a177fba9ebe9a673291a9b8ed431

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [cd6b730536e7f9ae1b70a00a15ed83e853dfa357]

        coverity#1326980 SBSC: String concatenation in loop using + operator
        
        Change-Id: I91ae690e26a05dbe4424b7f2ac3bd9ad029ebf5c

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [66103ac97e38cf902f9d57bd142a8cd45b824862]

        coverity#1326981 SBSC: String concatenation in loop using + operator
        
        Change-Id: I4bcde379701e8f3542f8e54e59b529466213d72e

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [825caafe02256f40ef98cc828eeb35b2783444e3]

        coverity#1326982 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ia8cff25ac8eb9539b81bdebe2aa52c324d70b357

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [ccdd9f5a3ee239aed4d30ebd219992c49207a3b2]

        coverity#1326983 SBSC: String concatenation in loop using + operator
        
        Change-Id: Idefe2159ba5becbb7aaa5f28a422d80e29595708

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [946421516119aca471ff4f08d66a53b5d3a9d1b9]

        coverity#1326984 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ib3eddf6c121c462a09c7db310921f4f619c80b5a

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [1c925e49a365cec690f3a63a4b8cf89d85621df8]

        coverity#1326985 SBSC: String concatenation in loop using + operator
        
        Change-Id: I05d12ace635cc780e59a02d79265ac057cb07c0f

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [933b541684203539300f5a10149934c8380f190a]

        coverity#1326986 SBSC: String concatenation in loop using + operator
        
        Change-Id: Id41f84e66a3f1b85f5003a7f3aa58c88f74158a7

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [90867ff483d511ac966de17a171f8a6204b9d2e6]

        coverity#1326987 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ic84808388bf0b606ac0eb82f33b10ccfe334e7dc

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [ef388007062606100f20d0e5003b637fa498021e]

        coverity#1326988 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ic960361b04e76c610a0302ada6a7f606afeae798

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [18b9a6d3e1401ee7660af7c7cea2b847360cb07c]

        coverity#1326889 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ie572d3f8aab49de491b54c206de8dda01fc1fcaa

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [1d3abcb04397b521a91446ecfd3e46c9c49e0e39]

        coverity#1326990 SBSC: String concatenation in loop using + operator
        
        Change-Id: I401d93ac2527409e44f908984632232768b1e4c0

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [09da6a11b4c8b01028fd1da17d83a5ee1c59b4ad]

        coverity#1326991 SBSC: String concatenation in loop using + operator
        
        Change-Id: I0b81716a1bdd2ef91bbc7280c92713afe0fbab18

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [e3ac546730bc5748427f8dbca443662c63545cd9]

        coverity#1326992 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ia36048489c3e8ac131c7e20701f5b18270156c2a

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [a99bae57261d6410a6188fbc7ff27486e3ca5923]

        coverity#1326993 SBSC: String concatenation in loop using + operator
        
        Change-Id: Ie29933018d22b6a936a429b2fd38b05b3959d8e9

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [4d4114668e130f60bcecfa50bf0708362f5d4261]

        coverity#1326994 SBSC: String concatenation in loop using + operator
        
        Change-Id: I4fdd7388012b8773b59a69589c06d95d5d51f389

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [5640826c0d5abb25681223eee4e632cf581ea160]

        coverity#1326995 SBSC: String concatenation in loop using + operator
        
        Change-Id: I3e42e4815c7b03fdb7e9a4a1d260e4abfb7b6318

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [e24683f321a10415d6f2afc870b2ab3fe6150789]

        coverity#1326996 SBSC: String concatenation in loop using + operator
        
        Change-Id: Idebeeac2cc680c14230e059761a05bec7e4c6c60

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [bd0483f62bf09fec33230fb8f4a58dd26fae0b76]

        coverity#1326997 SBSC: String concatenation in loop using + operator
        
        Change-Id: I169b20aa5fe9e030f16c323154e2a77a8468aa87

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [371f5e8e9e345acb2a63106f87e055d49665c399]

        coverity#1327008 SBSC: String concatenation in loop using + operator
        
        Change-Id: I2e205bd87760740e1b57647a9a3bdd928be09dfd

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [92ce735143de30f4400fd982b26c1df8cfb64d89]

        coverity#1327009 SBSC: String concatenation in loop using + operator
        
        Change-Id: I22eddb72ffa63549ce4361ec4e691ba2ba2bff96

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [e03bb7162b355e6d736ad48b2cc2bbbc3e166171]

        coverity#1326717 DLS: Dead local store
        
        Change-Id: I3467c9cdd39c8de4d3a10e4bb19c488ae4a6b9f2

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [1876d9a807ee0b3480ab108273930897cc697d88]

        coverity#1346891 Unused value
        
        Change-Id: Id46a93a8dd1baadf062ea4e5aa471d42aa04468d

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [87584ed0f292e79669a74d2040d668f11fdc2c2b]

        coverity#1346892 Non-virtual destructor
        
        Change-Id: Ie718df17cc5f12ebc244d3decca4aa7644f6b120

2015-12-30  Caolán McNamara  <caolanm@redhat.com>  [cf2912c183faa44ca6b99723e2111505d8308709]

        cppcheck: allocaCalled
        
        Change-Id: I9ccd506b20dcfb492767bf4d0c42dff8c1c0b815

2015-12-30  David Tardon  <dtardon@redhat.com>  [9bfa7afe1563e5429897ca79928ecfe7dff48bb5]

        upload libwpd 0.10.1
        
        Change-Id: Iba35a273230c96914d527475a8cefcbfab14c341

2015-12-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [e7d052bd576ac7f0e905c716ab437b1ff976f30c]

        vcl: update comment in AddFontFace() to match reality
        
        Change-Id: Ia9fb7818b500b126e08e2586781b15477d9fd6db

2015-12-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [d23e6f2e9261d97e8544591abe83a2c78d8eb70d]

        vcl: group functions and variables in PhysicalFontFamily
        
        Change-Id: I9069ba0c48cdbb7ee08e70c8f3eb2d911e9ab442

2015-12-30  Pranav Kant  <pranavk@libreoffice.org>  [398ef76d5dc3ec1ed22fa1d9fd9151b61cce54e2]

        tdf#96514: Emits a 'notify' signal when zoom changes
        
        Change-Id: I5f55e4cce26096afcae3ad3711efa37757aada39
        Reviewed-on: https://gerrit.libreoffice.org/20798
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-30  Pranav Kant  <pranavk@libreoffice.org>  [81f31f5151b54899ac5461c9c7c4021cdf31a9a6]

        lokdocview: Use an array to install properties
        
        This way we can directly reference any property by pointers to
        GParamSpec stored in a static array, rather than looking for
        property using property name. The former is a faster approach.
        
        This will come in handy for functions, such as, g_object_notify
        which needs to access properties to notify the object of any
        property change in a faster way.
        
        Change-Id: Ic4087bff3bdb63a3e8853d158c7af688e5e67811
        Reviewed-on: https://gerrit.libreoffice.org/20797
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-30  Maxim Monastirsky  <momonasmon@gmail.com>  [41dde8319cbbdc4a8224d348a3969d34841845ed]

        Kill remaining plugin bits
        
        Change-Id: Icd99757b48626ef43313e8de42c4e5462f85a958
        Reviewed-on: https://gerrit.libreoffice.org/21008
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-30  Tor Lillqvist  <tml@collabora.com>  [7368803e540d530a157d3c4234ca5428a44cbc4a]

        tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphs
        
        When UniscribeLayout::DrawText() was used from MultiSalLayout to draw
        the base layout level after having drawn fallback glyphs, it
        mis-rendered the runs that contained the missing glyphs. Avoid this by
        handing the pRectToErase parameter also here.
        
        Change-Id: Ib40aa9e9e60d72db1cdd331ba03ae8230aadbba8

2015-12-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9b7cd8f0ffe8bfe77ddd30fa4021a9a60b7794c1]

        Updated core Project: help  7338cf7526423d3e20cf408416e17d5f82c60e34
        
        AVERAGEIF: use "character" instead of "symbol"
        
        Change-Id: I586658c5da91c3fc5a3d35c5cdfa2d6b4a42dc1f
        Reviewed-on: https://gerrit.libreoffice.org/21007
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-12-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [73bb7547202a441cbca1c640d061fed8b1bbfbfa]

        Updated core Project: help  0f00c50e4c719fede7d5602e3d29d395bfaf26d6
        
        AVERAGEIF: fix example
        
        Change-Id: I31fa85189ab4bb24d91e0a0366b08868121b8d47
        Reviewed-on: https://gerrit.libreoffice.org/21006
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-12-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3f46cdb158704546fda6aa8ecd84285f522763a7]

        Upload libvisio 0.1.5
        
        Change-Id: I5b21dde51a6ad2ec8272d8939345ed3b05a2a5da

2015-12-29  Caolán McNamara  <caolanm@redhat.com>  [f6a2deda724a0a23eb72820d9710b682d7f4cf44]

        cppcheck: allocaCalled
        
        Change-Id: I97374357f27dc26fc67412f5cec7b96ad9bce9c2

2015-12-29  Caolán McNamara  <caolanm@redhat.com>  [bea8a7ad63e6e00c757909702f0439b2ffd3b48a]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640

2015-12-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [79a1ba61e4753758f66ba25b128aeff96ea716c9]

        tdf#32062: Add test
        
        Change-Id: I0af72c436c2eca6741bfaa6e6570ce74f486c112
        Reviewed-on: https://gerrit.libreoffice.org/20996
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-29  Caolán McNamara  <caolanm@redhat.com>  [78c6be9cf3c9c3c87d2f41981bdc61047171eafe]

        return early if Container invalidated
        
        Change-Id: I3983070f1fe447e4b75b956cf95d3b3c5266b3f9

2015-12-29  Maxim Monastirsky  <momonasmon@gmail.com>  [e413549dc8b5669a806eeabc30c7d6f92723a882]

        PopupMenuToolbarController: Update the menu before opening
        
        Just like we do for the menubar, we must tell the popup menu
        controller to update itself.
        
        Change-Id: Ib914b22b909f9e5c1c4ebc8af58496d73e867416

2015-12-28  Caolán McNamara  <caolanm@redhat.com>  [6fc42d053d2e3aedecc3d18e1cdaf1fa3c3da6b3]

        crashtesting: assert on export of fdo45349-3.fodt to doc
        
        set a DefaultParentBaseURL fallback from createAndInsertOLEObject
        
        Change-Id: Ibc6e800be66f966533a8304ddf72eefa2b39fb8a

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [ad7d76add51736bc035afb5c64acc35feea74c6c]

        extensions: Remove recently unused logging::LogModule
        
        Change-Id: I43d1306427e32dce4ed9ea621d0abc2155bd58df

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [e65709245cb844205f47ab1ccc79f718fbf2d025]

        tdf#74608: Ctor function for logging::PlainTextFormatter
        
        Change-Id: Ibaf362c811564cab1855fd5c863b59d90256d047

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [42ab260e502c29034d4deb0c4a5a29d7a34c7b96]

        tdf#74608: Ctor function for logging::CsvFormatter
        
        Change-Id: I3383e02a7162cc8dbce3ba0b04fac6dec3492d94

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [cc6ccaf922bc8cefec714b9110a7d36ae113817c]

        tdf#74608: Ctor function for logging::ConsoleHandler
        
        Change-Id: I4326dcb9ae2abfaddef3b68369ee08a6296e0089

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [3bda8734f88b9c86fc9d5cfa83580844eeaf2221]

        tdf#74608: Ctor function for logging::FileHandler
        
        Change-Id: I3c9e0c33f63a82f9dc172adde6351abbc822fb9e

2015-12-28  Matúš Kukan  <matus.kukan@gmail.com>  [11c9bad89d6582b5bf5c2d47a42afc5c2758fa63]

        tdf#74608: Constructor function for LoggerPool singleton
        
        + EventLogger is not an UNO service - does not need XServiceInfo
        
        Change-Id: I1b4fed4dfe0fb5f453d521f2902cb65ace586cfb

2015-12-28  Andras Timar  <andras.timar@collabora.com>  [128744e5591f5bce7ea81188f51b04cc9492af8a]

        Updated core Project: dictionaries  d8738db715233dbd83bff56aa166ae0bdf0a8e18
        
        Updated Slovenian thesaurus
        
        Change-Id: I971d3b3af1dee4b598359d893dd8111fc5d4cec9
        

2015-12-28  Caolán McNamara  <caolanm@redhat.com>  [9ec011f6874cf663db54d0420c41d9299e4ed882]

        guard against infinite recursion in GetGeometry
        
        Change-Id: I901f77f5846512cb528f2e14bbc50409fa29bef2

2015-12-28  Julien Nabet  <serval2412@yahoo.fr>  [fb905e6457ba3f793d783523cdacfe3a9e8ac48f]

        Typo: pysical->physical
        
        Change-Id: I73d006ee5de8294cc0dc1cf48a77c6e4466c49ae

2015-12-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b250f3ddd7d8a14746b4df1029b7cbf3ae86b1d1]

        tdf#75191: only call atk_register_role if strictly necessary
        
        As part of tdf#39944, the mappings of UNO and ATK roles have been
        reviewed and right now there is a match in ATK for every UNO role.
        
        Still, some protection must be done in case of running LO with an
        old ATK version that does not contain all the roles we need. The
        function registerRole serves this purpose now, and it has been
        renamed consequently.
        
        Finally, removed a redundant mapping of the HEADING role.
        
        Change-Id: I7a19c3f3efa5d6ff2697c19e3ae7856d4702a253

2015-12-28  pasqual milvaques  <pasqual.milvaques@gmail.com>  [4c4f096a81e1643646f72cab17fb94610a346961]

        tdf#39944: Fix mapping additional a11y roles to ATK
        
        Fix more roles according to information found in https://bugzilla.gnome.org/show_bug.cgi?id=732702
        
        Change-Id: Ibe260784f12b1cf1f6baff490f400526d1c796d2
        Reviewed-on: https://gerrit.libreoffice.org/20369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-12-27  Tsutomu Uchino  <hanya@apache.org>  [4b57845388624251b121a3198ea9117a2b81ba14]

        Resolves: #i126753# fix invalid parse of GSUB table for OpenType fonts
        
        (cherry picked from commit 9396ecb77711fb7da043f9865f9803a12d830daa)
        
        Change-Id: Ib34aa2310d83afec83b4a85f1661b763415159ed

2015-12-27  Maxim Monastirsky  <momonasmon@gmail.com>  [0c4bd60eed821990247c1a64e1602e3a090b003d]

        Don't allow customizing menus without UI name
        
        If a developer wants a menu to be customizable, he'll
        probably set a name to show in the UI, not just leave
        the file name. The plan is to use popupmenus for
        different kind of things, like menubar sub-menus,
        toolbar buttons etc., not just as a context menus,
        and we don't want let people customize some of those.
        
        Change-Id: Ie258aa13924c10a26c9279793e64805dd000e285

2015-12-27  Stephan Bergmann  <sbergman@redhat.com>  [466d2389cc3157a87d9cdb8a8c8d4b4e2f1849dc]

        loplugin:staticmethods
        
        Change-Id: I0433d40412cfecbb86504ede9ddae78cdd244bef

2015-12-27  Stephan Bergmann  <sbergman@redhat.com>  [60a51eaf486d53491c1ce8723e3f5fb901b66515]

        external/libvisio: Avoid undefined behavior
        
        Change-Id: Ia86ebe7cd48de3f42dd95a11be7926f1e83d9113

2015-12-27  Caolán McNamara  <caolanm@redhat.com>  [932c74e38ca397d82d609831e79ceaef2183cf64]

        guard against missing Container Layout
        
        Change-Id: Ie43b13448a6cacd3af4822b85f06ed84a2d38ff9

2015-12-27  Caolán McNamara  <caolanm@redhat.com>  [7f9b57bda4d88262ecbe45188888c744913b9770]

        guard against missing Foundry
        
        Change-Id: I5ba66ff020b8226ac01af985f68c3ef67057c01a

2015-12-27  Julien Nabet  <serval2412@yahoo.fr>  [ec3e17456939ffce227c1b3e1545c7fb4bf288c7]

        Remove some includes (stdio/stdlib)
        
        Change-Id: I4aa649961efac521e72c363efb5d0a3192125da5
        Reviewed-on: https://gerrit.libreoffice.org/20966
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [e7d920da4465fd8de8b8a9f87a3589054eac73de]

        sal_uLong to sal_uInt32, ScHint related
        
        Change-Id: I84402bf4b8d69ae350f6449cf4d1fd7c5c325f3c

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [7cd9eba81dc3be56def062e3f22d290636a11b1c]

        Prefer switch-case to cascaded ifs
        
        Change-Id: Ic3fdf87c3028ae6367447f168a04cdc6fd2b0559

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [6b9fdc5860b710bd9bc864b11e7e44ca844b68c8]

        Bail out early (so to avoid unuseful dynamic_casts)
        
        Change-Id: Ie1940e2178585c56cecdbbcff9c9e57aa8b05459

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [3806388288cc4a9c229bb0c7aa14d806406d4bf4]

        Prefer switch-case to cascaded ifs
        
        Change-Id: I0848676dcdf6f96fe90f34be018b1c3d9d3d370a

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [801801bbca4db5b568bb947a29326b7b018a48fa]

        Whitespace cleanups
        
        Change-Id: I18e7323297ef840c8a8547299450dcb93221b85e

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [c49e160c7ca779af5b5719f4d64dfc6dad6dc2f5]

        Avoid comma operator
        
        Change-Id: I113b3b4ac54b08b6feb0d3e1d05c534e8e3fac7b

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb98c423bbdada017a687186a5c06def6cb6f7a2]

        sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32
        
        also avoid some explicit temporaries and group some checks.
        
        Change-Id: I7795b208dde53fd383b8c75f72dd9f56429aea2b

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [4088208d731ac281c88a8854978b683aee477385]

        sal_uLong to sal_uInt32/sal_uInt64
        
        Change-Id: I8f563ae1de4ae9e032ffbcfae194372b5501a0ee

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [672b31d516888f0f1cd0fbfdd3fafc430a233dcb]

        Lnge to Language in ScNumFormatAbbrev member names
        
        Change-Id: I226e857eb9c3d30a40dbe6afcc395b109e836674

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [855128d61a6f376f24bf33f7d8f2add8df15353b]

        Translate German comments
        
        Change-Id: I4421e7e1c610cab504080b8210cdc9c13764976f

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [7d8919d2d54767d1e34d67129c9e4ae62a1707f3]

        sal_uLong/sal_uIntPtr for ScNumFormatAbbrev
        
        Change-Id: I45f2a43fe4295e44691ab00c93af3fca41b1dcfa

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [fb46f61c51872ea85fb3d9f08cc44235bc8c2703]

        Avoid redundant cast
        
        Change-Id: I0075eab13c09edc83437c14e36d8f4d401fcb337

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [42798dc46a3e9a178ca5bc85e63865686daec0ef]

        sal_uIntPtr to sal_uInt32
        
        Change-Id: I856ee7aa28d45dd69b030e3db05701b415009fde

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [59e3e041ccd119e72dee053172531a59832336c7]

        sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64
        
        Change-Id: Ib86d6b63d16f24f3c5e17981562d100e247dc267

2015-12-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [118318e3e9d6ac310861dc87c6219c2120da33fa]

        sal_uLong to sal_uInt32
        
        Change-Id: Ia07f4057f7a48766974f80f7a23f62b6cef6f573

2015-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [4db23a9d17cccc2103b72506e3837a3b6576c181]

        tdf#74608: Constructor function for OfficeInstallationDirectories singleton
        
        Change-Id: Ia0de503c50b6b1d568df27f6a8139fdcc8d0cfbf

2015-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [9e3c7725909ebce86e30f1e774d5f9e1d761c16a]

        tdf#74608: Constructor function for OfficeRestartManager singleton
        
        Change-Id: I6c1383c292418b6744dacee95d4f289a6ca1c781

2015-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [6b723132daacae5e007589ffdbe78d7569b06fa0]

        Small OUStringBuffer cleanup
        
        Change-Id: I7b608400eea39eef4c620a1d4d67b11637c54436

2015-12-27  Julien Nabet  <serval2412@yahoo.fr>  [aa2a843c4bf87eefa59263f8691571c097276100]

        Revert "loplugin:staticmethods"
        
        This reverts commit 4d6742f644970e24dfda7dded9cf63ebeb6c9644.

2015-12-27  Julien Nabet  <serval2412@yahoo.fr>  [4d6742f644970e24dfda7dded9cf63ebeb6c9644]

        loplugin:staticmethods
        
        Change-Id: Ib62fd2a6f4c27c6e891f3bb74d120f415d6b54f5

2015-12-27  Julien Nabet  <serval2412@yahoo.fr>  [451f359023c681a91dbb232a5ea3fffb12c964bc]

        Fix TBs by adding some "override"
        
        Perhaps a temporary fix, but at least, it should unblock some TBs
        + those who use --enable-werror
        
        Change-Id: Id075e2539245a90b829f1816609dfe1ec65fe7b9

2015-12-26  David Tardon  <dtardon@redhat.com>  [cda2cca1b759b6be7ec9c62dfe5c9e3eed02b140]

        upload libwpg 0.3.1
        
        Change-Id: I27f8039f65777c37ce8191f37dc3daa8728667dd

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [f547c51c8e2008508d9dde0205412383c57bfa8e]

        xmloff: indent cleanup in header
        
        Change-Id: Ibcd03dcdc8936ce95feada20c72a358d5021a1d9
        Reviewed-on: https://gerrit.libreoffice.org/20962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [0cb61caefa8563bc1a4b63411ccd11ffaf1c0ddf]

        xmloff: change instances of maName to more descriptive names
        
        Change-Id: I7ff771f78481677ae65f933608e484714cd43f4f
        Reviewed-on: https://gerrit.libreoffice.org/20961
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [90bf2d8064c42c6b7e43dce3267a30084557b4ec]

        sdext: change instances of maName to more descriptive names
        
        Change-Id: If1cb55737240ba1e35e18790894d421aae660026
        Reviewed-on: https://gerrit.libreoffice.org/20960
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [1d4c0528a8085a86fa2e260847f5b794ebb0c41d]

        oox: change instances of maName to more descriptive names
        
        Change-Id: Iee410ec4d256eb5b663d88e048d5bf6200845256
        Reviewed-on: https://gerrit.libreoffice.org/20959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [422bedb783b9484a7a4b0de5b7ee4634cf6c972c]

        svx: change instances of maName to more descriptive names
        
        maName is just not descriptive enough and hard to search the source for.
        
        Also in this patch:
        - tracked down what ASE, GPL and SOC stand for and added a comment
        - found instances of aName, local variables and changed these to
          aPaletteName
        
        Change-Id: I4c7eee31b604a8ef2ebef5fd1daa81e193dd7295
        Reviewed-on: https://gerrit.libreoffice.org/20958
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [ca8560e006b014886bd6210d4e5b236cf7badcd0]

        sw: (vba) change instances of maName to more descriptive names
        
        Change-Id: Icb20fa909681ccb6acfc72f4243c09e9b9b4a3c2
        Reviewed-on: https://gerrit.libreoffice.org/20957
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [38e4f627095c81e92b3eab4fa17c4f20fbcadda6]

        test: change maName to more descriptive variable name
        
        Change-Id: I93b553c74bfa6f046092c6a550d229278e413446
        Reviewed-on: https://gerrit.libreoffice.org/20956
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [1a263563f5ba84e05f336ac035524f6eb014594e]

        vcl: change PhysicaFontFamily::maName to maFamilyName
        
        Change-Id: I505ae4509c96fe3a93e5ac5e3d7718941b2faa0c

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [32a6979da31266d757b481fe1a204da0c7ba2563]

        vcl: fix whitespace in outdev.cxx
        
        Change-Id: I11d139937324b1dc6a6c4b2c5dc1f276f9b23cf3
        Reviewed-on: https://gerrit.libreoffice.org/20955
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [0a9503ed688e258cee5407061a1406d11eb7c258]

        vcl: change device font size variable/fn names
        
        Change-Id: I389b5a5a220d1a23bcf53156c6fc791d756a740c
        Reviewed-on: https://gerrit.libreoffice.org/20944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-25  David Tardon  <dtardon@redhat.com>  [7041701edc6274eaa9df4dae970452131f76e433]

        upload libcdr 0.1.2
        
        Change-Id: Ib3c346d0e199f0511bea221dab0ce1ee4c97e429

2015-12-25  jan iversen  <jani@documentfoundation.org>  [da5d3f0fc8edc38f3830644aee0507c7675b37b3]

        Revert "tdf#96412 Fix export text table cell UserDefinedAttributes to xml."
        
        This reverts commit d3e57ccf2e56a75bd4f004de53793f1742e34bc4.
        
        There is a problem with the test case, that breaks 2 tinderboxes.
        
        A simple test, detected more errors, open the document in LO 5.0.x and save it, then the test case has a problem on all platforms.
        
        Change-Id: If4d6a62ed5e7882e6e61e7d31ca0a29094df103c
        Reviewed-on: https://gerrit.libreoffice.org/20935
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-25  jan iversen  <jani@documentfoundation.org>  [df862448b7400c0d7406afa0540c52c00632b62f]

        Revert "Basic IDE Options code completion tweak."
        
        This reverts commit 536fcf91de1bdbfca4c300484ebe672f9cbca0e7.
        
        Based on a IRC discussion, it seems that a comment is enough to block a patch, and not as defined a -1.
        
        Furthermore this patch caused a core dump on the munich tinderbox, where the cause is very unclear.
        
        Change-Id: I0caeeb354444b33942ea08e056d26ead97264d74
        Reviewed-on: https://gerrit.libreoffice.org/20924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-25  AlexF  <alexfongg@gmail.com>  [321dc29fc51c1d901ed8e2bf166c2f1dc55c3ee5]

        tdf#88391 android document browser: draw and impress icon is the same
        
        Added missing code to set icon for draw in grid mode.
        
        Change-Id: I9ee356d5ab1a296a90e5ece11f5f4c50e7600f13
        Reviewed-on: https://gerrit.libreoffice.org/19921
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6c14e281e2f4e9c5d7cbc3d69da11cd86770adf]

        remove (now) unused function
        
        Change-Id: Iddf0fce5343abeb199cb5d0c37d933d68c0e4c6a

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ae83b3e95748e9b9c05d57127b0ee4fa4e8e5749]

        refactor SwXStyle::ApplyDescriptorProperties
        
        Change-Id: I219e75082c655a0895c75932863e596fcfccc656

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ddee7414f4859f02af26fdddd068f1d34c0ddeeb]

        refactor SwXStyle::getPropertySetInfo
        
        Change-Id: If2ecee5c0e97c3955cffe4eb23d2bf651ec4ef2a

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15b11c8389c3fd1a5241fc5b37e3d7eaa79234db]

        refactor SwXStyle::get/setParentStyle
        
        Change-Id: Ifb578244d511af153484d14ee92c5c22c2db0a3f

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b025e60b8d00b0d8fbb694285eafb2c95b7b129e]

        refactor SwXStyle::isUserDefined/isInUse
        
        Change-Id: I67d8408d410698f0f31738fcc30321c627307c73

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dc7879fe51f1db089a2be9b42548e7bc6d99c0b4]

        refactor SwXStyle::get/setName
        
        Change-Id: If814b6873796fcfa4cc7a2f62711a8b20f2f7d6b

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0046562f916dcf808be18a315c3be534a2aaaa9c]

        use local init function for conditional too
        
        Change-Id: I687161aa9295a1b815d11dd10fa83d23b010764a

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15da424506dfdd1fc9b794346914e170638133c0]

        use init helpers in ctor
        
        Change-Id: If06321f5b353a09985d071290ece612fb98b34a1

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a7d3ab3e79fceef8dfa3181129d0e1d7d678e807]

        have PROPERTY_MAP values in entries ...
        
        Change-Id: I478eb10315ee0709c43943945d500b82a8d9c8c9

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31cb29eb50afdca4c02de33ff9d88275c18f8f57]

        lets have a ref to a StyleEntry from a SwXStyle too
        
        Change-Id: I368b2a6a6b5c54a962fed637c7e8cd472414be5c

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [29c01a1695b473f35cbc2b333f68f60691db1581]

        refactor SwXStyle ctor
        
        Change-Id: I306ca1b20af83519f81ca0867eb73cbbaa1874d2

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [09d90f8c4e2bf188ebc06862302084869fecc557]

        remove GetPropImpl wrapper
        
        Change-Id: I53c3f97d35621af9b6c5c0336b8c998d3fe0b270

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dc9d9ff650c135e9a9d84af3480d992c7b6d47e7]

        remove GetBasePool wrappers
        
        Change-Id: I0e7e8309c5d8873b9bde738a00579989d7b105fb

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b23f6841b2e67958336c6ffadd6522dc0abbf1dc]

        instead of lying with friendship, lets be honest
        
        Change-Id: I0582734a0995638f45888e32c108e56ab3f28e80

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0afe84d168b925f0f24139e1f595e3ac27a5df00]

        use a proper smart pointer here
        
        Change-Id: Ic413e08bbaf38a6858926b1309618762a9ed1444

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b03164c0a9e90af2966dbf6252143cfe973d2f1]

        move trivial functions inline
        
        Change-Id: Icc7c58e847a4087460a86686c790722e6651c85a

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aef1e2dde5e53ba8416a393bbe155ef0c18511a7]

        move SwXStyle entirely into compilation unit
        
        Change-Id: Icfcb4320aef9ebe2c5fcc84106de005934d51a3f

2015-12-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c2b488e5dfa5defb87a6e8392749a9276c3a950f]

        remove SwXStyle creation outside of compilation unit
        
        Change-Id: I136822a0ad581d1490fc6f8842c95f2d25dfeba4

2015-12-25  Maxim Monastirsky  <momonasmon@gmail.com>  [5e4124396cafc2b0a435f17a66b33e36303ae4e4]

        tdf#96713 OdfFlatXml: Seek to 0 before reading
        
        Similar to tdf#45418.
        
        The problem is that sfx2 DocumentInserter code calls SfxMedium::IsStorage,
        which reads the stream but doesn't correctly seek back to 0. Actually
        SfxMedium_Impl has 2 members for the input stream, one of SvStream type
        and another one as Reference<XInputStream>. Turns out that reading with
        SvStream::Read changes the position in the object referenced by
        Reference<XInputStream>, but SvStream::Seek doesn't, so Seek(0) doesn't
        do the desired effect.
        
        My current solution is to ensure that we're reading from 0 inside the
        filter. I think it's a good thing to do anyway, and should be sufficient,
        given that other filters doesn't seem to be affected by this bug.
        
        Change-Id: I49b41077032d3e395c675e4f7824cc778c075473

2015-12-25  David Tardon  <dtardon@redhat.com>  [ff01ea8419db4b8ec81bd0d6edfc673d7140b4fd]

        this is not needed anymore
        
        Change-Id: I77ca146b81953c9694497e360660c8161f5e56bf

2015-12-25  David Tardon  <dtardon@redhat.com>  [befb4af709c3d05719d2878968a36ece1cc87662]

        upload librevenge 0.0.3
        
        Change-Id: I8f2c09b70679aabb5e5f56334e6ba9eedd2d78e1

2015-12-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [1ed5907b162daff49bbb195c870b1ac5c3f8e313]

        vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}List
        
        Change-Id: I19af1ad7fb00de8c1ac224fec53f032d972b9c59
        Reviewed-on: https://gerrit.libreoffice.org/20934
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [125cdf3404e60cf78f2a5547e9a06ce994df5c8e]

        vcl: note about physical and logical fonts
        
        Change-Id: I8e767ed61b93e1099f6e10ef77e813ba4e8d22db

2015-12-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [a20a52a2f47c67ab30bf764d420c663f7173f032]

        vcl: PhysicalFontFamily now handles it's own list of font faces
        
        The internal linked list has now been removed from PhysicalFontFace
        and a std::vector is used within PhysicalFontFamily, which is the
        class that actually should be managing the storage of font face
        instances.
        
        Change-Id: I4f0c5f8831c3f3b60b81b814ca8ea8e2f2e1e7a9
        Reviewed-on: https://gerrit.libreoffice.org/20922
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-24  Caolán McNamara  <caolanm@redhat.com>  [a4764cfa80270f973da5861d0ddc28298bf16f4d]

        crashtesting: fdo73974-1.doc assert on reexport to doc
        
        try setting DefaultParentBaseURL based on the parent BaseURL
        for objects created this way
        
        Change-Id: Idfc44d90e4f73f23976e8648c504786955b4fce6

2015-12-24  Noel Grandin  <noel@peralex.com>  [33fac4828038bc38ab4a0c4b891d762a5ae73e5e]

        loplugin:unnecessaryvirtual
        
        and unwind some apparently now unused VCL OpenGL and GlyphCachePeer
        stuff.
        
        Change-Id: Ic85302d4e1ad4056dabc49c97a608891052e3167
        Reviewed-on: https://gerrit.libreoffice.org/20920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-24  aqcoder  <flw.aquarius@gmail.com>  [d3e57ccf2e56a75bd4f004de53793f1742e34bc4]

        tdf#96412 Fix export text table cell UserDefinedAttributes to xml.
        
        It also export to different Fmt when only have the difference of
        UserDefinedAttributes for the text table cell.
        
        Change-Id: I022b627926870b883eea363567a34b61c34ab353
        Reviewed-on: https://gerrit.libreoffice.org/20765
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [fc47ee6fbf67781acd07549c40a75c9272572085]

        Fix tdf#32062: Math overwrites selected area when click on element
        
        Change-Id: I42ce83d1647d054419dbf664dfbfb2bc1cd01338
        Reviewed-on: https://gerrit.libreoffice.org/20729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [536fcf91de1bdbfca4c300484ebe672f9cbca0e7]

        Basic IDE Options code completion tweak.
        
        Since the use of code completion depends on the option of using UNO Extended Types, the patch enables the Code Completion checkbox only if the Use Extended Type checkbox is checked.
        
        Furthermore, if the Use Extended Type checkbox is disabled, the Code Completion CB is unchecked.
        
        Change-Id: Ic24a318f0c4424204d42035515a4f5f8758a5177
        Reviewed-on: https://gerrit.libreoffice.org/19114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Maxim Monastirsky  <momonasmon@gmail.com>  [d4f5f5eb00b55035cf659c44396dc63c2347b84f]

        Kill useless header
        
        Change-Id: Ida0302a4d7b801765a4be2aae0de2b7ea0ba62d1

2015-12-24  Maxim Monastirsky  <momonasmon@gmail.com>  [430303aeee790cb8951dd007e7dffb55fa7f0f53]

        tdf#93837 Convert sheet row/col header context menus to xml
        
        This commit shows some weakness of the current approach with
        PopupLabel, as in many cases it's exactly the same as Label.
        Have some ideas on how to improve that, but will look at it
        after converting the remaining menus (at least in sfx2 based
        modules), so I could have a broader look at what we have.
        
        Change-Id: I78dfdb4a6f2ea3faf84f3a521067c6c15df96852

2015-12-24  Daniel Robertson  <danlrobertson89@gmail.com>  [7dc6e2cb1778aed68e9bef64a7a196c94a72b7ec]

        Remove unneeded bitfield
        
        Remove unecessary bitfield from editeng::SvxLRSpaceItem
        
        Change-Id: I255d3cd7d28e470ea59187c9e488d0a4a9350d3d
        Reviewed-on: https://gerrit.libreoffice.org/19786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Fernando Pirani  <feremp.i+lodev@gmail.com>  [9a383588ada2146775dbe19405d5dda28be8d940]

        tdf#84846 Merge identical GotoTreeBookmark into GetObjectIsMarked
        
        Removed some duplicate code.
        All current behavior should stay the same.
        
        Merged GotoTreeBookmark into the almost identical GetObjectIsMarked:
        > Added a bool parameter to control the behavior of GetObjectIsMarked
        > There was only 1 call to GotoTreeBookmark in the whole code.
           Replaced it with a call to GetObjectIsMarked
        
        Change-Id: I3594512d0ff425ab2bd5636845d0e703dee85d52
        Reviewed-on: https://gerrit.libreoffice.org/17505
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Stephan Bergmann  <sbergman@redhat.com>  [171393c7a497690b3c2a8614a6250ca9e3bf676d]

        external/libvisio: Avoid undefined behavior
        
        Change-Id: I454cf3b102986f2e3c1905f5fe0e1b2bb427828e

2015-12-24  burcinakalin  <brcnakalin@gmail.com>  [6536150492b8f59af3385afbab7792082f1b45dd]

        tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
        
        Change-Id: I6ff580f6ff190d8e48f107cb28bfe8f39985d709
        Signed-off-by: burcinakalin <brcnakalin@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/20840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-24  Noel Grandin  <noel@peralex.com>  [e3a31fcca771432a38e4c2e7cc4c4c6c1c157ee9]

        loplugin:unusedfields
        
        Change-Id: I979592adb978c3757a1e54615021ee424a2e02bf
        Reviewed-on: https://gerrit.libreoffice.org/20892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-24  Noel Grandin  <noel@peralex.com>  [4dfba3b59021f55957fc486531f8fdc67cc307b0]

        tdf#96522 - [ANIMATION] Animation Spiral in does not work
        
        blind fix for this since I cannot seem to make it work on my dev box no
        matter how far back I go.
        This seems to be a regression from commit
        c7e8f21a538c409abe70b90d7bba38386e90a876 "loplugin:unusedmethods"
        
        Change-Id: I99f0f0ca662a5fe246057b1bb8da3bd3d3c7bac6

2015-12-24  Noel Grandin  <noel@peralex.com>  [3f47ffcf587938508ee4949ac668a76334448c71]

        OModule::onFirstClient is unused
        
        also move the MutexGuard in revokeClient. No need to hold it while doing
        an osl_atomic_increment. Save it until we actually need to call
        onLastClient.
        
        Change-Id: Ia87f24b66b0430604a2fe717c95223ff1f5ece6d
        Reviewed-on: https://gerrit.libreoffice.org/20919
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [693fbbfacafed819798a99831ae7f642d10816c8]

        Class ImplGetDevFontList renamed to ImplDeviceFontList
        
        Change-Id: I1282b61eacc4bac2f049340bd11c9467c0c239c0
        Reviewed-on: https://gerrit.libreoffice.org/20918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Henry Castro  <hcastro@collabora.com>  [76a98f9d135b97e89beff4627783292c71e02ba8]

        sd: fix not necessary to pass default argument
        
        Change-Id: I4f4277bdf6b513bfce58d96000c485fbdc82a1b1

2015-12-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [fab012e7ea6c84d0bd0867cefee0b5e9563abc53]

        vcl: function name change to ImplFindFontFamilyOfDefaultFont
        
        Changed ImplFindDefaultFontFamily to ImplFindFontFamilyOfDefaultFont
        because it was misleading before. It was originally FindDefaultFont,
        which it never was (it found an instance of PhysicalFontFamily, not
        a specific font face), but when I changed it to
        ImplFindDefaultFontFamily this is wrong also because it doesn't find a
        default font family, it finds the default font and then returns that
        font's PhysicalFontFamily.
        
        Whilst this function name is longer, it's also a private function so
        not going to be used by other classes, thus I think it's better to
        increase code reading clarity in this instance.
        
        Change-Id: Ie39fa5899fece157cdca6789d7b8504e58ceb316
        Reviewed-on: https://gerrit.libreoffice.org/20917
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [4842b8f2fbdbf543effb92d4df332b50e3ffd6f7]

        vcl: update names of find functions in PhysicalFontCollection
        
        The main issue I have with the naming convention is that it doesn't
        show you clearly what you are finding. We look for FontFamily instances,
        but later on down the track what if we want to find something else?
        
        Change-Id: I0a4267581eafd0bf17548e8d16814b5b49d27ec9
        Reviewed-on: https://gerrit.libreoffice.org/20916
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [7379306004363d0fc2820c1ace6c4aef4421b7e4]

        vcl: group public find functions, clarify comments in PhysFontCollection
        
        Change-Id: I0044a5f467f2620203aa9ebcda57bbd9f81db7e5
        Reviewed-on: https://gerrit.libreoffice.org/20915
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Henry Castro  <hcastro@collabora.com>  [30f1fa9993ee6ac444ab9da412b8a4820b045423]

        sd tiled rendering: enable map mode to center images
        
        In the tiled rendering case the map mode is disabled,
        and conversion pixel to logical is not computed.
        
        Change-Id: I0d54aaa897f0fe0df6e8b55334053dc66b6ea925
        Reviewed-on: https://gerrit.libreoffice.org/20912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2015-12-23  Caolán McNamara  <caolanm@redhat.com>  [0b901a9760a22bdc6f83829b077c30ec08613e17]

        crashtesting: export of ooo40765-1.sxw to docx fails
        
        Change-Id: I57d5e085e612908e7a22f444c771ec9fa45485ce

2015-12-23  Maxim Monastirsky  <momonasmon@gmail.com>  [ea708936c4684668f9aefc3ce9ec2001dbd4bdf2]

        loplugin:unreffun
        
        Change-Id: If2ad0e252d2cfa204564b86cb2c6d0886d5fa107

2015-12-23  Caolán McNamara  <caolanm@redhat.com>  [330127baf96c417e0eeaef9808d124788b547cf3]

        guard against missing DropcapMgr and Foundry
        
        Change-Id: I1007d4fac2514bc165941c70109cd8e3d57153cd

2015-12-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [c694c1812280e03fc04c77fb6483a2410097eb37]

        vcl: private functions in PhysicalFontCollection start with Impl
        
        Not a fan, but I'll stick with convention and prefix private functions
        with Impl in PhysicalFontCollection.
        
        Change-Id: Ided081a19ec071ecd5c6a5a4929584ae0f3b0f05
        Reviewed-on: https://gerrit.libreoffice.org/20881
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce014ac76678f186da27faadc973af3eb253c817]

        Upload libvisio 0.1.4
        
        Change-Id: Ia4cb506a95a150b8106187719e9104760409dea6

2015-12-23  David Tardon  <dtardon@redhat.com>  [77d940b709df3a8aeeb8393acdf9216b360bd8b7]

        restore removed function
        
        It is used by the tubes collaboration stuff.
        
        Change-Id: I9e31f0588f6c400716fba29806c1dab462c32a43

2015-12-23  David Tardon  <dtardon@redhat.com>  [d842696bafec23369ed40c1730258cc9c613016d]

        add missing include
        
        Change-Id: I62c75d4e4f08539038861b58cb213677ae930f7a

2015-12-23  Chris Sherlock  <Chris Sherlock chris.sherlock79@gmail.com>  [566652d975c611117e7c4122ecdd902f6f6d59b1]

        vcl: No need for WinGlyphFallbackSubstititution to be friend class
        
        Change-Id: Ibe742afdbdf2601e33621d81ad2759aa483d368e
        Reviewed-on: https://gerrit.libreoffice.org/20880
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [5bf9b846ab74f3b84f8737dce7f2f47ec2b54c1a]

        vcl: rearrange PhysicalFontCollection function listing order
        
        Change-Id: If9492493f0fcbe8a282820d37bccf54af7cc60ec
        Reviewed-on: https://gerrit.libreoffice.org/20879
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [d169bd53d46de8a21e40468b60d3868452baf7c6]

        vcl: make PhysicalFontFamily::FindDefaultFont() private
        
        Change-Id: I603a1556051ea15b45e80ed7d6fcf9dbb7b13998
        Reviewed-on: https://gerrit.libreoffice.org/20866
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Jean-Pierre Ledure  <jp@ledure.be>  [e030f2a3133777df1cdc589f8533f7a52d63d345]

        Access2Base - Support of Hsqldb 2.3
        
        Addition of CLOB and BLOB datatypes
        
        Change-Id: If42c0dbb1862f525d2a0a1abf98bd053543a3d3c

2015-12-23  David Tardon  <dtardon@redhat.com>  [18565a34d6e2768d70462f124c6d6972448efe22]

        convert tubes to VclPtr
        
        Change-Id: I54fb058ad1ad89183acfd4d2661c10ccffc408d6

2015-12-23  Maxim Monastirsky  <momonasmon@gmail.com>  [22328a224df4619218b88205838307f70612207e]

        New saving behavior
        
        Changes in this commit:
        
        - AlwaysAllowSave config is gone. Saving is always permitted, unless in
          a read only document. Also changed the behavior in dbaccess to match
          sfx2.
        
        - The toolbar save button is always enabled, to always give access to
          the dropdown. That's the case even in a read only document, except
          that it changes to DROPDOWNONLY, and the save as command icon+tooltip.
          In table/query designers we still disable the button in read only state.
        
        - When the document is modified, the toolbar button gets a special icon
          to indicate that.
        
        TODO:
        
        - Icons for the document modified state are still missing. I added some
          fake links to Tango's links.txt in order to test the new behavior.
          These links shouldn't stay as-is in a production version!
        
        Change-Id: I56c169bf48b78faaf53c2989ce8624f8297ffb6e
        Reviewed-on: https://gerrit.libreoffice.org/20839
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-23  Noel Grandin  <noel@peralex.com>  [2351fd5d489fde281e8d1ef97af747149a29c247]

        loplugin:unusedfields in avmedia
        
        Change-Id: I725a80cf7b6f2b728e650d0f365d063931b17ea7

2015-12-23  Noel Grandin  <noel@peralex.com>  [472388fda8afc28d7b9f61056f45a741abfb732e]

        loplugin:unusedfields in basctl
        
        Change-Id: I565bd86167c93ece1d65ce8a3b148144f5a7107a

2015-12-23  Noel Grandin  <noel@peralex.com>  [70d14d2ccdc17266f76775e2171df12fefbbf13c]

        loplugin:unusedfields in basic
        
        Change-Id: I304f3903f305ba5b538964071ab95b57ebf2f970

2015-12-23  Noel Grandin  <noel@peralex.com>  [85e9b0f3ea017612d44a7abd7e2f854e16b6a676]

        tdf#96541 - dialog "About LibreOfficeDev" has lost its logo
        
        regression from 58d8d8a "tdf#69977: uno::Sequence is expensive"
        
        Change-Id: I792b5971a7a3a9532cccb36add5b558c68e397ef

2015-12-23  Noel Grandin  <noel@peralex.com>  [c5458af9051c7c3579a381592a14af725691f88c]

        loplugin:unusedfields in chart2
        
        Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb

2015-12-23  Chris Sherlock  <Chris Sherlock chris.sherlock79@gmail.com>  [395815caa6be493d0831a61ba3de4e7d5ba4ae1d]

        vcl:  Make ImplFindByAttributes public and rename
        
        Renamed PhysicalFontCollection::ImplFindByAttributes to
        FindByAttributes.  This function is actually useful for finding a
        font within the collection, so I'm moving it from being a protected
        function to public because it is actually useful in its own right,
        not just for PhysicalFontCollection.
        
        Note that ImplFontAttrs is a mess anyway, so not going to touch that
        (yet).
        
        Change-Id: I884ddd5118cbbb0f92b157540f7ffcf1bf35609b
        Reviewed-on: https://gerrit.libreoffice.org/20865
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Chris Sherlock  <Chris Sherlock chris.sherlock79@gmail.com>  [fc1d9e3496492d9cfec491887f8007d0e42dd368]

        vcl:  make PhysicalFontFamily::ImplFindBySubstFontAttr private
        
        Change-Id: I2e066393b5ee90c96cea0871c68a72b408a8d0b2
        Reviewed-on: https://gerrit.libreoffice.org/20864
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Chris Sherlock  <Chris Sherlock chris.sherlock79@gmail.com>  [bfb32ea784b92f8cde0986b8724160ba7570080c]

        vcl:  make PhysicalFontFamily::ImplFindByAliasName private
        
        Change-Id: Idb0df528beb9551431fe32a69b54fe8a51cba2eb
        Reviewed-on: https://gerrit.libreoffice.org/20863
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-23  Noel Grandin  <noel@peralex.com>  [daa90e38cc85664be743ad1ef19a9c531b0b2b17]

        loplugin:unusedfields in connectivity
        
        Change-Id: I32226b6959b2bfd316de6ed93b070b68ad875562

2015-12-23  Noel Grandin  <noel@peralex.com>  [4012390e0549e8cdc48e566608cad2c36e2df44e]

        loplugin:unusedfields in cui
        
        Change-Id: I7a1092708881d1d43debf0217a5401c5b65838a5

2015-12-23  Noel Grandin  <noel@peralex.com>  [a008a234252d94b0f644d020ea75ade551fbc01a]

        loplugin:unusedfields in dbaccess
        
        Change-Id: I5f38bf33deaec17203e1bdcd3a61085266e42501

2015-12-23  Noel Grandin  <noel@peralex.com>  [004803c0d8ac227e80afe4fba9ab8d0ea085f05d]

        loplugin:unusedfields in desktop
        
        Change-Id: Ic816a7faf4d357d16c13f67533b3b409a531d14c

2015-12-23  Noel Grandin  <noel@peralex.com>  [fb93ed9f6f84ed393e4619eb653a70e1799dc261]

        loplugin:unusedfields in eventattacher
        
        Change-Id: I40c69865661cdca856118cab7c43cbb0eadfdc74

2015-12-23  Noel Grandin  <noel@peralex.com>  [167269f2feae3d6367ddeca2a0c32c32656eced3]

        loplugin:unusedfields in extensions
        
        Change-Id: I89d33ea8be97f32c090c8fbf739cbf5e150b12c4

2015-12-23  Noel Grandin  <noel@peralex.com>  [a0b25939c403618abaedd10bf55a8e83fb8e94ea]

        loplugin:unusedfields in filter
        
        Change-Id: Ic35cff139f5f180ff93fe7b1ecbd15de6c474821

2015-12-23  Noel Grandin  <noel@peralex.com>  [5b339db1ab3ba8c3e657e70a5727fc83cc044e6d]

        loplugin:unusedfields in forms
        
        Change-Id: I875c07dcfc9fd9537ced1facd88ac712a7dacbbd

2015-12-23  Noel Grandin  <noel@peralex.com>  [03ef7e11d8d93061eb6b99897aac67c2ce8a5951]

        loplugin:unusedfields in fpicker
        
        Change-Id: Ia5d9211a668c25c9891ed69902fe1a4fbb2d8483

2015-12-23  Noel Grandin  <noel@peralex.com>  [278f58c68b31faedb800a72aa0b44a7332f04a61]

        loplugin:unusedfields in framework
        
        Change-Id: Ic6cfbe9f0c7589804b7ffddac0350c188d974c3d

2015-12-23  Noel Grandin  <noel@peralex.com>  [1dbe54fd2e0c776c1f11c20bdb029fab14fc61ad]

        loplugin:unusedfields in /include
        
        Change-Id: Ia406e727890a365cc89831c96140cad8240f9b61

2015-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [7ecfdc8b97543fd50ee037632454b3c51e33e4bf]

        starmath: Avoid warning C4819
        
        Change-Id: I051b2058e7c7f0424faf49f027330b1bbc93c2d9
        Reviewed-on: https://gerrit.libreoffice.org/20869
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [8d94017289885efe6c128849e0739b81173289db]

        starmath: Manage SmEditAccessible's pTextHelper via std::unique_ptr
        
        Change-Id: Iefd4314823efec28a8497b5a993fdd01ed12811e
        Reviewed-on: https://gerrit.libreoffice.org/20849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [4753d78cf93bad974f062d8cfe75b4b610385b7e]

        starmath: Assert that a parent always finds its child
        
        Change-Id: I6cb75e0d62141dba2809aaec62761cedd8c3257a
        Reviewed-on: https://gerrit.libreoffice.org/20733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-22  Juergen Funk  <juergen.funk_ml@cib.de>  [27450bc72d88b8490d17cb506f85fb4d838df0ea]

        unused code SvpSalFrame::enableDamageTracker(bool)
        
        used here http://opengrok.libreoffice.org/xref/core/vcl/android/androidinst.cxx#127
        
        Change-Id: If1b0ff8ef4c585e4b36c4735d7928361fb41b238
        Reviewed-on: https://gerrit.libreoffice.org/20885
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [eeabf90ed497d1694b036475e02455b582d07651]

        vcl: make PhysicalFontFamily::InitMatchData private
        
        Change-Id: I668012226264ce6986ea81815527d32e40645321
        Reviewed-on: https://gerrit.libreoffice.org/20862
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-22  Caolán McNamara  <caolanm@redhat.com>  [7653682c35eca35415aa0131c3df4a3d104d8c5d]

        coverity#1326730 DMI: Dubious method invocation
        
        Change-Id: Icf44c82fc485d0172df2a9fb2cbe6b2be61630a1

2015-12-22  Caolán McNamara  <caolanm@redhat.com>  [0f02bc189b6e89ca2e62d4bd6a2f407a9fd4ec3b]

        crashtesting: CreateShellID returns the mediums base url...
        
        when it works the way we want it to work, so presumably we can cut out the
        middle man and use getDocumentBaseURL directly which does the same thing.
        
        This has the advantage of being in the IEmbeddedHelper api so assignFrom can be
        tweaked to pull the src and dest ids arguments to CopyAndGetEmbeddedObject from
        the src and dest IEmbeddedHelpers always available there. So we ensure we
        have some ids to present to CopyAndGetEmbeddedObject, avoiding the assert
        on converting documents such as ooo89433-1.ppt to pdf
        
        So the explicit args can apparently be dropped, bubbling up then means we don't
        need a CloneWithShellIDs (introduced with tdf#71076 and tdf#71767) as normal
        Clone should now do the right thing.
        
        And various other arguments in various callers of these, which are typically
        filled in with an unhelpful empty OUString placeholder, can go
        
        Change-Id: I9c0be0340e72f98b10ee87ada7d2a021fcc39e23

2015-12-22  Caolán McNamara  <caolanm@redhat.com>  [8a05b74eeb8d5e0955fbe3cefd945cdc9bffa3f5]

        guard against missing ContentContainer
        
        Change-Id: I4f2c5d53148deb02d990edc42140c23f02409cea

2015-12-22  Maxim Monastirsky  <momonasmon@gmail.com>  [a0839a85e0f1b9a60a49c12359e8e56e813e0bc6]

        Fix VclPtr issue in rptui::ONavigator
        
        Window ( 7VclVBox()) with live children destroyed:
        N5rptui13NavigatorTreeE()
        
        Change-Id: I974f73afd7dd259135d9bfcd47dd6bc8e7cc0d40

2015-12-22  Stephan Bergmann  <sbergman@redhat.com>  [9f87ccc854885ed4ee65e6e278b735ea051a027a]

        Avoid bad downcast during destruction
        
        ...as reported by UBSan in CppunitTest_sw_filters_test:
        
        > /sw/inc/format.hxx:110:73: runtime error: downcast of address 0x2af2d8024000 which does not point to an object of type 'const SwFormat'
        > 0x2af2d8024000: note: object is of type 'SwModify'
        >  f2 2a 00 00  70 33 2f 87 f2 2a 00 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwModify'
        >     #0 0x2af27bbe8083 in SwFormat::DerivedFrom() const /sw/inc/format.hxx:110:73
        >     #1 0x2af27bbc8401 in SwFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/attr/format.cxx:282:21
        >     #2 0x2af27e9934a3 in SwFrameFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/layout/atrfrm.cxx:2597:5
        >     #3 0x2af27f8207d5 in SwTableBoxFormat::Modify(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/table/swtable.cxx:2353:5
        >     #4 0x2af27bb9cd52 in SwClient::SwClientNotify(SwModify const&, SfxHint const&) /sw/source/core/attr/calbck.cxx:68:9
        >     #5 0x2af27bba4bee in SwModify::CallSwClientNotify(SfxHint const&) const /sw/inc/calbck.hxx:349:9
        >     #6 0x2af27bba290b in SwModify::ModifyBroadcast(SfxPoolItem const*, SfxPoolItem const*) /sw/inc/calbck.hxx:173:11
        >     #7 0x2af27bb9fbc0 in SwModify::NotifyClients(SfxPoolItem const*, SfxPoolItem const*) /sw/source/core/attr/calbck.cxx:143:5
        >     #8 0x2af27bb9e0e7 in SwModify::~SwModify() /sw/source/core/attr/calbck.cxx:101:5
        >     #9 0x2af27bbc6bb4 in SwFormat::~SwFormat() /sw/source/core/attr/format.cxx:251:1
        >     #10 0x2af27e98fdf3 in SwFrameFormat::~SwFrameFormat() /sw/source/core/layout/atrfrm.cxx:2534:1
        >     #11 0x2af27e9900af in SwFrameFormat::~SwFrameFormat() /sw/source/core/layout/atrfrm.cxx:2525:1
        >     #12 0x2af27cb1646e in SwDoc::~SwDoc() /sw/source/core/doc/docnew.cxx:592:5
        >     #13 0x2af27cb1993f in SwDoc::~SwDoc() /sw/source/core/doc/docnew.cxx:385:1
        >     #14 0x2af282d45bb0 in SwDocShell::RemoveLink() /sw/source/uibase/app/docshini.cxx:472:13
        >     #15 0x2af282d43596 in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:394:5
        >     #16 0x2af282d45f46 in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:384:1
        >     #17 0x2af282d4637f in SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:384:1
        >     #18 0x2af282d464c6 in virtual thunk to SwDocShell::~SwDocShell() /sw/source/uibase/app/docshini.cxx:383:13
        >     #19 0x2af27420aade in SvRefBase::ReleaseRef() /include/tools/ref.hxx:138:29
        >     #20 0x2af27420195a in tools::SvRef<SwDocShell>::~SvRef() /include/tools/ref.hxx:49:30
        >     #21 0x2af2741f6663 in SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /sw/qa/core/filters-test.cxx:130:1
        >     #22 0x2af2741f368e in SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) /sw/qa/core/filters-test.cxx:69:12
        >     #23 0x2af29a05d1fb in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /unotest/source/cpp/filters-test.cxx:129:20
        >     #24 0x2af29a060741 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) /unotest/source/cpp/filters-test.cxx:154:5
        >     #25 0x2af2741fa8fa in SwFiltersTest::testCVEs() /sw/qa/core/filters-test.cxx:174:5
        >     #26 0x2af27421631d in CppUnit::TestCaller<SwFiltersTest>::runTest() /workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166:6
        >     #27 0x2af23644866d in CppUnit::TestCaseMethodFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32:5
        >     #28 0x2af24e66d0d6 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /test/source/vclbootstrapprotector.cxx:57:14
        >     #29 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #30 0x2af2458a1926 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88:12
        >     #31 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #32 0x2af241b89d58 in (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63:16
        >     #33 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #34 0x2af23638b90c in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15:12
        >     #35 0x2af236403bb7 in CppUnit::ProtectorChain::ProtectFunctor::operator()() const /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:20:12
        >     #36 0x2af2363ffb61 in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) /workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77:18
        >     #37 0x2af2364c91c5 in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181:10
        >     #38 0x2af2364451c6 in CppUnit::TestCase::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91:5
        >     #39 0x2af23644bc03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #40 0x2af23644ab6d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #41 0x2af23644bc03 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64:5
        >     #42 0x2af23644ab6d in CppUnit::TestComposite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23:3
        >     #43 0x2af2365078c6 in CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47:5
        >     #44 0x2af2364c7049 in CppUnit::TestResult::runTest(CppUnit::Test*) /workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148:3
        >     #45 0x2af236508e86 in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) /workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96:3
        >     #46 0x501b3c in (anonymous namespace)::ProtectedFixtureFunctor::run() const /sal/cppunittester/cppunittester.cxx:281:13
        >     #47 0x4fc866 in sal_main() /sal/cppunittester/cppunittester.cxx:431:14
        >     #48 0x4fa822 in main /sal/cppunittester/cppunittester.cxx:338:1
        >     #49 0x2af2380d2af4 in __libc_start_main (/lib64/libc.so.6+0x21af4)
        >     #50 0x4323c4 in _start (/workdir/LinkTarget/Executable/cppunittester+0x4323c4)
        
        Change-Id: Ic1ff73d3184ad2cd97555b7a45fb205e9ec84ac6

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [b628c642f5fffdf6008aed7915053f889b28ad84]

        vcl: rename ImplFindByTokenNames to FindByTokenNames
        
        This is part of the class's public interface, it's not just an
        implementation function. Therefore the prefix Impl is not needed, so
        removing it.
        
        Change-Id: I118db93e930ff42ef0b712da6cd4a6d04fd1f074
        Reviewed-on: https://gerrit.libreoffice.org/20861
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-22  Michael Meeks  <michael.meeks@collabora.com>  [cd945a000623838e96b7dd534ca618071c44995d]

        tdf#96588 - avoid redundant pivot cache filter on import.
        
        No need to do a duplicate ~million calls to isRowQualified for trailing
        empty data.
        
        Change-Id: Id2840e1b5a9aae825aa67af9b4cedb32c3fcf527
        Reviewed-on: https://gerrit.libreoffice.org/20851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [53bf6ef85c09717369074e6fd0f1ae1fbe54405c]

        sc: loplugin:defaultparams
        
        Change-Id: Ibd58037fe3cdb52cc4514a6c5ff92399fc302bd8

2015-12-22  Stephan Bergmann  <sbergman@redhat.com>  [0ac742298f61d24af4ceb26ea99cb3cfef1570b1]

        loplugin:simplifybool
        
        Change-Id: I0d15e52100e154bb3681e0092ee663ceeef61f9d

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [7526f6c6f973d546e2887ff9d794e7214f261889]

        vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFont
        
        This is part of the class's public interface, it's not just an implementation
        function. Therefore the prefix Impl is not needed, so removing it.
        
        Change-Id: I15540e470cfb20d312e8bf31109acfc6ff8fe7dc
        Reviewed-on: https://gerrit.libreoffice.org/20860
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [fbc209be00726967067282e945f193b087c425e9]

        vcl: make PhysicalFontCollection::ImplFindBySearchName private
        
        Change-Id: I31af40bd4693b86eae4102978933b22517001db0
        Reviewed-on: https://gerrit.libreoffice.org/20859
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-22  Xisco Fauli  <anistenis@gmail.com>  [307421ba933361eaa34c12d23b0f261393ab51d8]

        tdf#96181 SVG: Add support for <use> element
        
        Change-Id: Ia95c7e35158f8a4c6a597662524c74e1909983bb
        Reviewed-on: https://gerrit.libreoffice.org/20483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-12-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [3b02908486c52a815b65efe93f41cbc53d5452c3]

        tdf#89999: Fix ODF export of sub|superscript text
        
        it needs special treatment due to 1 attribute but 2 different MIDs,
        much like under|overline (fcf5b5c081ded93b) and fonts (48eccfb812284f4)
        
        Change-Id: Ib336e8d4de0c3833103d8d13b64971f7c15c725c
        Reviewed-on: https://gerrit.libreoffice.org/20702
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-12-22  Yousuf Philips  <philipz85@hotmail.com>  [6d230bc989241108bb6b7a53805efcb26aa6b0ea]

        tdf#91063 Better organize Error Bar content panel
        
        Change-Id: I7c85cb926187ff757a75f985ee1e5cbfe265f9dc
        Reviewed-on: https://gerrit.libreoffice.org/19577
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7c8044f57de4b6f68cf93cb78ccf14fda416d7f]

        Indentation fixes
        
        Change-Id: Idcb2b7e01a84d49c3b0cf53f6d53265111e68fdd

2015-12-22  Cor Nouws  <oolst@nouenoff.nl>  [d1407130ad5ea1741d1fac14eea75f18ba119c53]

        tdf#94865 resolve duplicate accelerator - File>Template and File>Export
        
        demoing on LibreOffice_Nl Community day
        
        Change-Id: Idc17d430491627ed20ff31803a19dd8b9646397e
        Reviewed-on: https://gerrit.libreoffice.org/19417
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-22  Arnaud Versini  <arnaud.versini@gmail.com>  [4251e676bb818cde1989b9077b1497f1d9b0cbdc]

        BASIC : Refactor FoldConstants for extracting it from SwExprNode.
        
        Change-Id: Ia47597b26d63db216dd3ab71acbb18449ece7b1a
        Reviewed-on: https://gerrit.libreoffice.org/16963
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-12-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a9db17aabc3ac970e6e4754e28310d20138144d9]

        tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXML
        
        Revert "bnc#584721: Import subtitle block to master slides"
        This reverts commit b3d50feaa87b670baf68288974005ac26ad31736.
        
        It seems the imported subtitle block makes export corrupt the
        output. Better to have a valid output.
        
        Change-Id: I1a3d4f03e4fa0c4431a5394495682a1b9d7677bc

2015-12-22  Noel Grandin  <noel@peralex.com>  [44f2edbf7a4f6f369a670ba32e7d1cc354c4fd6d]

        loplugin:unusedfields in include/vcl
        
        Change-Id: I61fc04e00970ea0d398ff80f6b1f81ec2f62dd5e
        Reviewed-on: https://gerrit.libreoffice.org/20868
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-22  Yousuf Philips  <philipz85@hotmail.com>  [7edfee8e4f81c17ec95a03843c509b95b8e404b2]

        Rearrangement of various context menus in Impress
        
        Change-Id: I6674254898dc6d7351ec4450e2aa5ac3f177bdbf
        Reviewed-on: https://gerrit.libreoffice.org/20640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [2c000fbf50adcf80e12cdc8f7689e6d3c8a888f7]

        vcl: switch from ImplFindBySearchName to FindFontFamily
        
        ImplFindBySearchName is an implementation function, which I frown on
        using if it can be avoided. In actual fact, the code in
        OutputDevice::GetDefaultFont is just duplicating the
        PhysicalFontFamily::FindFontFamily function anyway, so I'm switching to
        using this instead.
        
        Change-Id: I1491a09aa935e9fdb288dd6787fce1b1096d29a9
        Reviewed-on: https://gerrit.libreoffice.org/20857
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-22  Yousuf Philips  <philipz85@hotmail.com>  [235a10d49eb1b7becbac32965633447b97a684bc]

        tdf#96411 Add slide layout changing to impress menu bar
        
        Change-Id: I49ec715b6a5b6733a2440e901c5f7947857f6273
        Reviewed-on: https://gerrit.libreoffice.org/20803
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-22  Juergen Funk  <juergen.funk_ml@cib.de>  [060e74704ae4d32b3730c9b2a87ecfd0e330d854]

        unused code
        
        ScDocument::GetLastDataPos(short) const
        ScDocument::EndAllListeners(ScRange const&)
        
           removed here 90e8ad7ab779740c7381d26ffe7d08acc3a9ff96
        
        Change-Id: I994e6078e2d3c823356598d9d6ed032ce9570bfb
        Reviewed-on: https://gerrit.libreoffice.org/20855
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-22  Noel Grandin  <noel@peralex.com>  [1b80ad7246db991596f44ca58c4e4bd1e387e524]

        loplugin:unusedfields in lingu,lotuswordpro,mysqlc
        
        Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327

2015-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6913850585eae90ea9179129fe7b60a2a4305ad]

        tdf#93009 SwViewShell: fix printing of comments on the margin
        
        Clipping was set not only in case of VCL-level double buffering, but
        also during printing, which means comments were excluded from the
        output.
        
        Change-Id: Iffb7d91ca78c09e2b43133f5049d52bd7dc4e730

2015-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [819c97592e26f1276e3614268e35c62af2fc9bbe]

        vcl: kde5 native button order is the same as kde4
        
        With this, the following scenario works again:
        
        1) Open Writer.
        2) Type some characters.
        3) ^W, right arrow, enter means "don't save".
        
        Change-Id: Icd3418f97346738475b6e5222c661fff7a01414b

2015-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4770de1bc4418d0f1c82ffae151cd6b09f839a26]

        writerfilter: can use a plain instance for the table sequence here
        
        Change-Id: I34dc9cad5e7fb95eee2b0587e0a6b731571d6933

2015-12-22  Noel Grandin  <noel@peralex.com>  [c4f513b64ff6c8bd09d944a462549cd3842fcfcb]

        tdf#96643 - Standard toolbar isn't fully shown under gtk3
        
        regression from commit 60e67b387e79185a33eb07bc03b01cd6d0d0a56b
        "fix O(n^2) in vcl event broadcasting tdf#90199"
        
        Change-Id: I6b4e14929624fdec431913528577fa41f09d5a57

2015-12-22  Noel Grandin  <noel@peralex.com>  [144e73f50c49333f61c6f27b882be9dbc232ceb4]

        fix Link::operator<
        
        so that it is consistent with operator==
        
        Change-Id: Ie4c68a1f02d8c298fe99e42c5854f89db79bf3bc

2015-12-22  Noel Grandin  <noel@peralex.com>  [98f4f2bb0f873d6cae8e9646d8eecc857c1cdd0f]

        loplugin:unusedfields in oox,package
        
        Change-Id: I8f8c3ff9ded455a09f3df81c501da17cca0b2310

2015-12-22  Noel Grandin  <noel@peralex.com>  [4e8e81f0d6dcbdd4d491cec09dfb485ffa30ab98]

        loplugin:unusedfields in reportdesign
        
        Change-Id: Ida5e91105d204b431edf743a9f5272febd50e688

2015-12-22  Noel Grandin  <noel@peralex.com>  [e24c4c40c052591414cedab2fba152170d385580]

        loplugin:unusedfields in sc
        
        Change-Id: Ic801acdd16eded595fdb2a452bbed532b7c9fd65

2015-12-22  Noel Grandin  <noel@peralex.com>  [8ac44ca1890f31521e34c14db1b796a80456404b]

        loplugin:unusedfields in scripting
        
        Change-Id: Ida8fb31bd85f4807d74daab3d022d8e6340a774d

2015-12-22  Noel Grandin  <noel@peralex.com>  [9570bdfcb9ffb59e0dd4a838295b0800b526fc8b]

        loplugin:unusedfields in sd
        
        Change-Id: I59a127dace4a1818dfb2ccd6a7b673d39a9c5c60

2015-12-22  Chris Sherlock  <chris.sherlock@collabora.com>  [0b1da98da44bc9acb9e42a5cd1842adf9d82a415]

        vcl: cleanup PhysicalFontCollection class formatting
        
        Change-Id: I943dd3ebc12eab96cd5e1e2e20d46382a4a63202
        Reviewed-on: https://gerrit.libreoffice.org/20858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-12-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [30b8dbdcf15721be020d29df1059b54b5098ed00]

        Hide these data members.
        
        Change-Id: Id9fdf02f2da3414c4aef759b3af24c979cce8f44
        Reviewed-on: https://gerrit.libreoffice.org/20845
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [ae1c7443a8411569fbdbf9b188b4715b86b969e4]

        avoid the same thing ever happening in the vcl cairo text renderer
        
        Change-Id: I6cc9694b14366f022f1cef440d03ac4a1be94c4a

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [f22d153a07231f2d41c7be9ba0e6b7ce963a0762]

        Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIX
        
        so more drawing to the surface fails
        
        prior to 4ac876084bb89b6460b31e090a666b395f66b1e8 we had
        a new cairo context each time to the error was thrown away
        along with the context and the new one would work
        
        Change-Id: I90ab1a943e8908e87f391bdfb8ccd5f3818e13d5

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [533077e6297c6e779b1218ea852f90b72bf49755]

        crashtesting: post NPAPI removal crash fixing
        
        Change-Id: I99d79735c375f3d632382a8efa0202517a293b1f

2015-12-21  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [77a202cbbf3735a6007ceb09f96f5e9258ef6df2]

        related tdf#86784: new API got backported to 5.1
        
        Change-Id: Id195e487a029424e490008915f0df513a32b22b0

2015-12-21  Stephan Bergmann  <sbergman@redhat.com>  [e0fd10bc42f335d6303b035c50a56cac336b907a]

        cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)
        
        Change-Id: Ifbc362835bc62578851a029e9c5ce8c20184846a

2015-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [29aec38789fa180964ce9f023c0c6808656591b5]

        compilerplugins: avoid std::regex_replace
        
        My clang 3.7 built against libstdc++ 5.2.1 doesn't seem to have it. We
        can get away with a non-regex replace all here, though.
        
        Change-Id: Iea36311d89acb434c4e4f7c1f9ce876a6ee84f42

2015-12-21  Tor Lillqvist  <tml@collabora.com>  [6fe4ae9ae383d291c130c51ed7e0b69c3ee9ddb0]

        These functions can be void
        
        The return values are ignored.
        
        Change-Id: Ieac07150b5cd93c32c9985e548203716c56e8700

2015-12-21  Mihai Varga  <mihai.varga@collabora.com>  [ac2bccd45b770db5f6cbe4abab1ba2f473e893b6]

        The sheet no. from .uno:Insert can also equal the current no. of tabs
        
        Change-Id: Ifd8655932670fca081af740899441857256ee029

2015-12-21  Michael Meeks  <michael.meeks@collabora.com>  [6833f382c5c8350256e97e2b342eb939a8c373ba]

        tdf#96588 - avoid redundant work on large numbers of trailing rows.
        
        No need to crunch the same data repeatedly for up to 1 million rows.
        
        Change-Id: Iab70187bc7ca5fc4c6c73810d6a8b76808073433
        Reviewed-on: https://gerrit.libreoffice.org/20812
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [171ca32e02976022858b9f0affb532a35c495833]

        tdf#96637 svtools: fix missing highlight of selected entry in list box
        
        Regression from 87199d3829257420429057336283c55be6ae7481 (vcl:
        re-introduce idle handling., 2015-11-24), this probably worked
        previously as the idle repaint triggered SvImpLBox::Paint() multiple (at
        least two) times, so in the first run it could mark the first entry in
        the list box as selected/highlighted, and then the second run it could
        paint accordingly.
        
        Now it's called only once, so it's required that selecting the first
        entry happens before the actual painting.
        
        With this, the certificate selection dialog has the default signing
        certificate pre-selected again.
        
        Change-Id: I0546bf673f44f4270e36b9bbf02bb723f23d6160

2015-12-21  Noel Grandin  <noel@peralex.com>  [42e14a48135914db39df7636efde9b55c1323cf0]

        loplugin:unusedfields sdext
        
        Change-Id: I1719d684b0afd348c16a2ba942899e8ccded81c3

2015-12-21  Noel Grandin  <noel@peralex.com>  [f4e703aa39e9c294441b6dd86189d8aff32db8bf]

        loplugin:unusedfields in sfx2,slideshow,starmath,stoc
        
        Change-Id: If3622b23c45dd3a2a4e9869452142d1f6b47919e

2015-12-21  Noel Grandin  <noel@peralex.com>  [3785f82e26c33c385494229be3bcfbe2daffe872]

        loplugin:unusedfields in store,svtools,svx
        
        Change-Id: I9577c64e33950899c2e3467c7b481504e021d470

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [45f39af2b72fa7455bb94a92ec51c4aa9e26ae2c]

        coverity#735862 Unchecked dynamic_cast
        
        Change-Id: I8f518ed428c8c13dc411174f468a09565ad50f37

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [92305c3c41d120b868e0821221a583697868ad6d]

        coverity#1315075 Uninitialized scalar field
        
        Change-Id: I003839589354f02f8064b6a6af6174d2793b9b3a

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [c44ee23cf13f40e36bae0454cceb06a7d986a6bc]

        coverity#707837 Uninitialized scalar field
        
        Change-Id: I1eb85e5f5c98f0f2a41a4711d9d77174ab07587d

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [91fde32383c94e8840e4e8fab8f47be83d23d20c]

        coverity#1326924 NS: Suspicious use of non-short-circuit boolean operator
        
        Change-Id: I2450cdd6e74e1ebab13c61f3a88668df412f6a61

2015-12-21  Caolán McNamara  <caolanm@redhat.com>  [72f9ee58e88fbd94252faa3e1e6a4f7fd7517f49]

        coverity#1326926 NS: Suspicious use of non-short-circuit boolean operator
        
        Change-Id: I16c0d0b19290d59089a11eb660aa23fa8b03535c

2015-12-21  Noel Grandin  <noel@peralex.com>  [f7e4cf3c27100dbaf292dfacf0964bdade0a866a]

        loplugin:unusedfields in sw
        
        Change-Id: I4d987718bf27766c8cd7f3654db6645e5a7f554a

2015-12-21  Noel Grandin  <noel@peralex.com>  [dff9873c270f653ebd073dac90bdacd2a40207c1]

        loplugin:unusedfields UnoControls,ucb
        
        Change-Id: I2ff2db21d79d80785f3b6849c879537d5111a960

2015-12-21  Noel Grandin  <noel@peralex.com>  [85ae903734ed39fc072e90346953039965b04864]

        loplugin:unusedfields unotools,unoxml
        
        Change-Id: I824193a9f4b0196ce1127c5cbf16b0064dbb3446

2015-12-21  Noel Grandin  <noel@peralex.com>  [3faf5fd9eeb6a2f8532f8ebf13bfd772bb80ef69]

        loplugin:unusedfields vbahelper
        
        Change-Id: I5fbe892077697111514767552ef0b4bc88d1a701

2015-12-21  Noel Grandin  <noel@peralex.com>  [8ee52d72f57f70f791c79372a43ad6e5efd88c19]

        loplugin:unusedfields writerfilter,writerperfect
        
        Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195

2015-12-21  Noel Grandin  <noel@peralex.com>  [4c7ce41582b85375df385a05770a0a79fa742bbc]

        loplugin:unusedfields in xmlhelp,xmloff
        
        Change-Id: I4d2f0ff95da5abaa3d0a0a5223616e09e0c476fc

2015-12-21  Noel Grandin  <noel@peralex.com>  [a218039d2a1176a5c788498fd8b50efe9b195b54]

        loplugin:unusedfields in xmlscript,xmlsecurity
        
        Change-Id: I5239766f2105fb1a7823215a4ffe48891e000c3d

2015-12-21  Juergen Funk  <juergen.funk_ml@cib.de>  [d8ff907197037045fd0cb173e341f515968b65b1]

        tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4
        
        Refactory the methode "MergeMailFiles"
        
        Change-Id: I65441ade522c06335b0da23cb2fed9afc5bcb72e
        Reviewed-on: https://gerrit.libreoffice.org/20714
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-12-21  Xisco Fauli  <anistenis@gmail.com>  [3725144bfa547fcb76d54e3e2c0977ac09c436f0]

        SVG: don't fill the gradient if there's no stop element present
        
        Change-Id: Ia12bd6bdbc248b382a7cbee8b75bdff462e715bd
        Reviewed-on: https://gerrit.libreoffice.org/20690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-12-21  Noel Grandin  <noel@peralex.com>  [e18b08363a939b35e7f5dc435e606d2c62bddebd]

        loplugin:unusedmethods
        
        Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623

2015-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [20ff8cc5c3534d149b18b9776ab964324e70fdfd]

        toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue
        
        JunitTest_toolkit_unoapi_1 started to fail for me recently in
        toolkit.AccessibleScrollBar, though only when ran via 'make check' or
        'make toolkit.subsequentcheck', not via 'make
        JunitTest_toolkit_unoapi_1' when other junit tests of toolkit are not
        running.
        
        Provided that, it's quite hard to debug the exact problem, but it seems
        VCLXAccessibleScrollBar doesn't implement XAccessibleEventBroadcaster
        itself, but via comphelper::OAccessibleContextHelper, which perhaps
        explains why 4 other components have their XAccessibleEventBroadcaster
        interface tests disabled already.
        
        In any case, disable the XAccessibleEventBroadcaster test for
        AccessibleScrollBar till it's clear if it's the test that is poor or
        if there is a real problem here.
        
        Change-Id: I2de618c11e445e4e6111c7ae0d1d8feef11fd9d3

2015-12-21  Oliver Specht  <oliver.specht@cib.de>  [7b02cfef9507dd2f0e9bec61bb5b78b75dc852e9]

        tdf#96223: introspection queries for XPropertySet again
        
        this patch removes the search by name for css::beans::XPropertySet because
        that fails if that is indirectly inherited e.g. with css::util::XSearchDescriptor
        
        Change-Id: I7f40b1d109d9bddc0987bea8eb3eda5b7f1aaaa9
        Reviewed-on: https://gerrit.libreoffice.org/20792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-21  Mike Kaganski  <mike.kaganski@collabora.com>  [b76abe2dbb5ccba78ccf0356afdeb07b7de9806f]

        tdf#95846: fix not-relative-to-indent tab stop positions
        
        Also minimize rounding errors in tab stop pixel positions.
        
        Change-Id: I929d8ca0cd4fc665ea66bf47a7e3b5e47dc8e7f2
        Reviewed-on: https://gerrit.libreoffice.org/20762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-21  Juergen Funk  <juergen.funk_ml@cib.de>  [4dc0ba63b226833f58ed3a11441ddfbcf3f2f0e2]

        unused code ww8::WW8TableNodeInfo::isEndOfLine() const
        
        here removed b975aceec3c5f101916b525c10c44408b3e9da9d
        
        Change-Id: I93d39d700277884903971c58a5dfdd3704e452f8
        Reviewed-on: https://gerrit.libreoffice.org/20843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8c55875546aed040609858319707e2b91426fbe0]

        Use std::unique_ptr for the SdrPageProperties member of SdrPage.
        
        Change-Id: I37d95bd91c5bee1028eceda24e84b17162d0d2b1
        Reviewed-on: https://gerrit.libreoffice.org/20844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c6b11cf681f8e8d131031ea7e5d19c4b6473503a]

        tdf#93949 ensure memory stream is properly flushed
        
        Change-Id: I6d6a926f5d3fd62dd3b7b78a5721f6483b3b4ee7

2015-12-20  Julien Nabet  <serval2412@yahoo.fr>  [36984c75ccecc989ded8287647b6b10a72413cb7]

        cppcheck: false positive deallocuse
        
        Help cppcheck by returning early and remove a now useless bool var
        
        Change-Id: If4dcb6f64bcfd6c3cb22136163caf3679d6fd5a8

2015-12-20  Julien Nabet  <serval2412@yahoo.fr>  [f909e39f98ee5e5e8e879865f7747e7776cc96ed]

        cppcheck: false positive memleak
        
        Help cppcheck by tweaking a bit the code.
        No functional diff
        
        Change-Id: If495b0ff845b16522d19da0b723db08b4481e995

2015-12-20  Stephan Bergmann  <sbergman@redhat.com>  [7393d64a69094d3025639daafac5c796e79f144c]

        loplugin:staticcall
        
        Change-Id: I23cdf631d7a5854aa41fb24a1bc793019174baf9

2015-12-20  Juergen Funk  <juergen.funk_ml@cib.de>  [5bd5cd1622608ded4a47c588e4f674a4c5b505be]

        unused code
        
           Primitive2dXmlDump::filterActionType(unsigned short, bool)
           Primitive2dXmlDump::filterAllActionTypes()
        
        used code
        
           OutputDevice::LogicToLogic(basegfx::B2DPolyPolygon const&, MapMode const&, MapMode const&)
        at
           http://opengrok.libreoffice.org/xref/core/vcl/source/gdi/pdfwriter_impl.cxx#1388
        
        tested under windows with enable-dbgutil
        
        Change-Id: Ife200e5851323dfcfe138f5c978d028513213295
        Reviewed-on: https://gerrit.libreoffice.org/20781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-20  Stephan Bergmann  <sbergman@redhat.com>  [0a2d29de086b71522e2b7751400dadcebc0845e9]

        loplugin:cstylecast
        
        Change-Id: I986a11f56fa8900bc8ee654ed4a614bb01c353c3

2015-12-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9317861e64175dd0b43e579aab57fca76e5c3393]

        solenv: clarify maven/buck/jar upload howto
        
        Change-Id: Ia8897583ad88f30dfcfbbb36c8d37632bc2877ce

2015-12-20  Maxim Monastirsky  <momonasmon@gmail.com>  [f4fabf4270945beaa62c047056def378c992555c]

        Probably a better way to detect readonly doc
        
        Change-Id: I91f260ad878eba0bd7459c4246357e768c158765

2015-12-20  Maxim Monastirsky  <momonasmon@gmail.com>  [d62f22570dfa767cc646f362eb2f6a2f78113874]

        ResourceMenuController: fix detection of verbs for readonly docs
        
        Change-Id: If1f84e6ace0e42b69b8cd845e4827f1aed6552df

2015-12-20  Stephan Bergmann  <sbergman@redhat.com>  [13d4bda00c433d9609fc2129cf1fcc86b739e2d1]

        loplugin::stringconcat
        
        Change-Id: I212293d369be8279d886379359fc90e930ad9719

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [86adc4fb85e2f392f74909eb921a4637148530bc]

        Fix mis-edit in d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5
        
        Change-Id: I637544c19c407389041343c951e7cbb7129bc1a2

2015-12-20  Stephan Bergmann  <sbergman@redhat.com>  [0c2bd5d42fec17767f3e1ab6fb485e6e64aeea98]

        Fix @since tags
        
        Change-Id: I0ef45caae00ba056fd5feffb1b393b024775db5e

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [1e840cc7c2b1cfac6f2935e6929d234464eac3ee]

        Move silly DBG macro to the only file where it is used
        
        Change-Id: Ie0da09ffccba5ca92f629f38befa56370315feb7

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [ac82c8d2b35ea3b3b73eccc58c593d94eb044214]

        Bin leftover commented-out debugging call to dump_pset()
        
        Most likely wouldn't have compiled anyway if un-commented-out as I see
        no dump_pset here.
        
        Change-Id: I45a998251fb241a534d8f8ee9e57c2f4cba7df5c

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [0c246723b667fa258e1c70fa1eadc2a904207ce1]

        Add snide comment
        
        Change-Id: Ie8c0d47a7a82458ec1ed0695cea13c136e2fab90

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5]

        Change a local DBG macro to SAL_INFO
        
        But actually, I am starting to lean more and more towards the opinion
        that very little of our debug output code is actually useful to keep
        in the sources permanently. When somebody wants to debug some part of
        the code, they will very likely want to add much more detailled
        tracing anyway, temporarily.
        
        Change-Id: I6a60a130e3b72ba3d6ad32a1b22a2a9f3ac66b27

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [ce52f6573b8bbdaa68dbb4e89b08543025ee4ba7]

        Cosmetic cleanup
        
        Change-Id: I68511f33c13fa8277219a170e10821f9d0ee9ecf

2015-12-20  Tor Lillqvist  <tml@collabora.com>  [3de6f9116a71dc16a701cc1e61bc750518faf881]

        Bin silly DBG macro used in two not that interesting cases
        
        I did not bother changing this to SAL_INFO, no need to keep debug
        output like that in the code permanently.
        
        Change-Id: I59fe193e291cdd662e7cd7ecdb26d354aee60c80

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [72434f7ff1b815240de5a37180ce1beff0bf7f34]

        sal: make OString/OUString immovable for MSVC
        
        Odd problem, with MSVC 2013 in CppunitTest_smoketest in
        sal/osl/w32/procimpl.cxx the read_environment calls std::stable_sort,
        which turns about 89 elements into the empty string since commit
        c9f6e12e7eb6a49389360626d206191147a174fb.
        
        No idea what the problem is but let's disable the move for now.
        
        Change-Id: I2912cd54a339bb6ab39922be516ea368a430f7c9
        Reviewed-on: https://gerrit.libreoffice.org/20834
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [3612634fee539c7ee4163ac553691f8d64291244]

        sw: add yet another stupid component for WNT
        
        Change-Id: I5b5ea7c2baa7fa3f779138168031935d2f1574bb

2015-12-20  Douglas Mencken  <dougmencken@gmail.com>  [9a2fbee575d8f84a2b00a3b89853d977480f40d5]

        external/libxslt: run macosx-change-install-names.pl for dylib
        
        libxslt shared library depends on libxml2 library, and for cases when
        libxml2 is "external", just-compiled libxslt will have an entry like
        /@.__________________________________________________URELIB/lib/libxml2.2.dylib
        and the whole LibreOffice application will fail to run
        
        Change-Id: Ifafbdab74151207597ba9bd2e3beb0b8c3aa3ab7
        Reviewed-on: https://gerrit.libreoffice.org/20816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [e2eae56bd31a1f39d5ba76ee1bf350d0059ce7cd]

        sal: replace a list with vector
        
        std::stable_sort requires random access iterators, which std::list does
        not provide, so this is not actually supposed to work, but strangely
        does.  But there's no reason why this couldn't be a vector.
        
        Change-Id: I98ec5c28204d01a7352d15ed783748fc17bd8105

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [e564f58b789139c7609facd0bea88f0b651b5153]

        sw: remove that silly lcl_CopyStream
        
        Change-Id: I0a357d5c4a2ff46e5203ba045b9550285e33943e

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [89e85e5d2ec337aaccfa74bd7017898df42529b4]

        oox: fix indentation of ShapeExport::WriteOLE2Shape
        
        Change-Id: I9057cd9d574d545929a9f43f40f49164179a6dcc

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [d60398ff5b42ff77a4002dcd13b7fb8c9a73eade]

        oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()
        
        Uses the same approach as DOCX import to preserve the ProgID; it would
        be much better if the MediaType of the stream were preserved instead and
        the other things derived from that, but this here was rather quick to do...
        
        This makes the round-tripping of OOXML OLEs in PPTX work again, which
        was broken by an earlier commit.
        
        Change-Id: Ic7d0362f0c14bf0e522185713666bcd58db2cf64

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [9d0d41f0f3c5215770bc7246a089d54a7244df55]

        move saveInteropProperties from writerfilter to oox
        
        Change-Id: I4f9769ad496198d2d002775dee4ee0a2f08d6f3b

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [17662cd7d4e5a201ba85f8236d2f71f544b7931e]

        embeddedobj: do not automatically convert alien objects to own
        
        OleEmbeddedObject::changeState() calls TryToConvertToOOo() on non-WNT
        platforms, which appears highly questionable to me, added in commit
        0c3d5fb0ad35ff7fc18917fc86fa58d9312fe3ae.
        
        What this does effectively is load the embedded object, store it as ODF,
        and then load it again as ODF.
        
        For one, it doesn't work in all cases currently.  If changeState() is
        not called from the UI but from some filter code, then no m_xClient may
        be set on the OleEmbeddedObject, hence no m_xClient will be set on the
        new m_xWrappedObject.  Then loading the embedded object will raise
        errors due to missing BaseURL, and storing it will fail in
        SfxObjectShell::SaveTo_Impl().  (It would be possible to solve that by
        copying the "DefaultParentBaseURL" handling code from
        OCommonEmbeddedObject.)
        
        The only reason why the previous code in ShapeExport::WriteOLE2Shape()
        was able to export the object despite the error is that it does not call
        SfxBaseModel functions but directly invokes the export filter, so the
        sfx2 code does not get an opportunity to check its error status.
        
        For another, doing this only on non-WNT platforms is also hazardous.
        
        It's probably better to leave conversion to own formats to an explicit
        UI action, as the OleEmbeddedObject::doVerb(-9) magic currently does,
        where it can hopefully be assumed that the caller at least established
        the client connection first.
        
        Change-Id: Ice3d8f8ceabe81b6e9025957c3eb87de9dbfe61a

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [d54624ff7e7f97d8d7e8fd70572348f63b8a3da5]

        oox: stop pointlessly loading embedded objects to check if it's a chart
        
        This fixes SdExportTest::testBnc822341 again, because the conversion
        TryToConvertToOOo() in OleEmbeddedObject no longer breaks it.
        
        Change-Id: Ib968722af426123afa08865290e5a4e762f19070

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [ca29357f7310f057f79357e80a9129b670914404]

        oox: replace incomplete implementation of ShapeExport::WriteOLE2Shape()
        
        ... with oox::GetOLEObjectStream(), and add the "progId" attribute while
        at it.  Not sure what the "name" attribute is good for, it appears more
        like a unique name than some kind of type classification?
        
        This makes SdExportTest::testBnc822341 fail temporarily, and also breaks
        roundtripping of OOXML OLEs in PPTX files.
        
        Change-Id: I20043b2a414cf5a28eaa24adaf2ddeb737986250

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [55bf7e4210e159bbeeaebeb0e092b3700a19d666]

        factor out oox::GetOLEObjectStream() without sw dependencies
        
        Change-Id: I32fa4b6b6d755b613b46b32d3b5961976335c76e

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [1a5104a6cd7c69b960d84ecb4f375b15d4bc042c]

        sw: stop using SfxObjectShell in DocxExport::WriteOLEObject
        
        Change-Id: I3ffa29c57bcb6d12208ef24cb6972364c2f50315

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [bbbce5e04643a625e8b348f5064b062c013d4953]

        oox: disable obnoxious debugging spew
        
        Clearly the amount of noise here is at the SAL_INFO level, don't enable
        this by default on --enable-debug.
        
        Change-Id: Ifb8944132716c71cd3132892c1920a31286154cc

2015-12-20  Michael Stahl  <mstahl@redhat.com>  [3cd1826368c9a6573b4e1c6ce867809c502bd25d]

        sfx2: SAL_WARN on the early error return
        
        Change-Id: I77269323a54309658d959adc3076f0d7af0353ce

2015-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e2c5f68119d8856b2da1497c29a09e6dc8f06e9]

        no need to repeatedly call getLength
        
        Change-Id: I0cf06ab1975886fbcc7c751c98c5aa1fdeaa8979
        Reviewed-on: https://gerrit.libreoffice.org/20810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64642dcacfc66e45977919682a026d21ca8f725b]

        std::pair<OUString, OUString> is the more natural key type
        
        Change-Id: I21c22d5d987d4b84b775b1c82d186f561971fb30
        Reviewed-on: https://gerrit.libreoffice.org/20809
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2d5d0ac1dcab8def3c325aa30200002e6dd2d25]

        xmloff: one more missing include
        
        Change-Id: I92080eefa485dec86c3a10f978831157b04a0c53

2015-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d86a4c468af046ca9834bfd0c1ba9b7f009ac15]

        xmloff: missing include
        
        Change-Id: I425782f9e6b95264f08e91ddabbc377de2e3fffa

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [0725bdfc305881e74a2c6a7f240a7605009f5fc3]

        Kill check for ancient FreeBSD version
        
        along the lines of ...
        
        commit cee2655445319133095b0f6b19fc5b31d321099f
        Author: Baptiste Daroussin <bapt@FreeBSD.org>
        Date:   Thu Dec 10 17:38:06 2015 +0100
        
            Kill check for ancient FreeBSD version
        
        which removed the other uses of this
        
        Change-Id: I56a4448b27683ff8a86e4d760fec4f6bfc2d0bd6

2015-12-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [84dc88a0d5316802998bbcccfdd0e5c87652bfed]

        svg export: presentation engine: source code clean up
        
        Change-Id: I83f6d524feb21197ad930180f36224feae565ab0
        Reviewed-on: https://gerrit.libreoffice.org/20808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [98d108811a078aa3b49013d20612f35047741047]

        coverity#1343621 Constant expression result
        
        and
        
        coverity#1343622 Logically dead code
        
        Change-Id: I30e5dd8a12941a7eb37520a385a63ac2b46731cc

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [e2ed122ff34a0fe36e2925dd30fe217606069984]

        coverity#1343619 Unchecked return value
        
        Change-Id: Icc27e275d376b3ff66d0e44eb23e62f57f9cc470

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [c4decc56d2c4b7f4287ea382c7244cd0da1b5c24]

        coverity#1343620 Unchecked return value
        
        Change-Id: I5ac69ef416a1317644b451442a51531806d9cf0d

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [746da6b7fb3829e1ca23a4b8dfec6c502bac681c]

        coverity#1343633 Resource leak
        
        Change-Id: I2384091557c2a3b061e2c60118309f35b65b45d6

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [5b05a3fa2d6873c1046a959c545db133b1974e2c]

        coverity#1343632 Resource leak
        
        Change-Id: I79bf35a4c1a2f0463abc202f6c2b104ffdd5139c

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [169298fa73d2c5429d1960db6049a4ed15653b4f]

        coverity#1343631 Resource leak
        
        Change-Id: Ic5d7c88ae4080c2e103fb691c2e326a9e239aa12

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [8f85595371de1848c9eb85492f04eb0e2bfc9cf5]

        coverity#1343637 Double free
        
        and
        
        coverity#1343638 Double free
        coverity#1343639 Double free
        coverity#1343640 Double free
        coverity#1343641 Double free
        
        Change-Id: I8ce42f03d40fe514f73b3a7eabdb4f323b2239e6

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [7b6ffbcc958410035adfd4ed1d4b97991dfb883c]

        coverity#1343628 Dereference after null check
        
        Change-Id: Ibaac758db8774b5721425354cba1b9f07e8cd0ff

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [a66332bedf40bf718eb4ca755fc0acd2599dbcbc]

        coverity#1343636 Uninitialized scalar field
        
        Change-Id: Ibef02c68869d548507fb36aeba7e4dc9a6110cab

2015-12-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [3fd725f8c48152a623f6c37ba430dd8f49f55e90]

        svg export: borders of leaving slide are not covered by the entering one
        
        Change-Id: Ib467c062e68fa8fe2a104daff399407aefffbb3f
        Reviewed-on: https://gerrit.libreoffice.org/20807
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
        Tested-by: Marco Cecchetti <mrcekets@gmail.com>

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [69fd971e684779bd7e500333a7c7d3814fffd111]

        coverity#1326953 RV: Bad use of return value
        
        and
        
        coverity#1326954 RV: Bad use of return value
        coverity#1326955 RV: Bad use of return value
        coverity#1326956 RV: Bad use of return value
        coverity#1326957 RV: Bad use of return value
        coverity#1326958 RV: Bad use of return value
        coverity#1326959 RV: Bad use of return value
        coverity#1326960 RV: Bad use of return value
        coverity#1326961 RV: Bad use of return value
        coverity#1326962 RV: Bad use of return value
        
        Change-Id: I02c2f7a5214e348f06a12b78a9400d8501b00e57

2015-12-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7dd73ab0ce7d446b604936942937123adf3ea782]

        svg export: transition not displayed when switching from last to first slide
        
        Some transition, such as those involving clipping, is not displayed when
        switching from last to first slide. That is due to the fact that the
        leaving slide (the last one) is over the entering slide (the first one).
        
        The issue has been solved by hiding the last slide and placing a view to
        it (svg:use) behind the first slide.
        
        The text decoration unit test has been modified.
        
        Change-Id: Iac1d23a1b9834c301b8ae511ea3f81397e5a4229
        Reviewed-on: https://gerrit.libreoffice.org/20705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2015-12-19  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8d6ca7c31b60e0a86f32143525adc969b29c8c55]

        svg export: added support for random bar and dissolve transitions
        
        Change-Id: Ib5e303599b04b031d7eefed56603bce0d1e1e570
        Reviewed-on: https://gerrit.libreoffice.org/20650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [960cfb7e3ba56fe06f45c523e086ee6d4b95e685]

        1343630 Dereference after null check
        
        Change-Id: I81223b868f069755e8a46c57bfe0282021f26de7

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [274d265e42ab89be29af21ef5cc1cbf20b3d35a2]

        coverity#1343629 Unchecked dynamic_cast
        
        Change-Id: I93b7298d785e57a4ef854cea3e9cd5c2c0f35849

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [1276f6daf28f61d911da9885e0cac738931e4de4]

        coverity#1343627 Unchecked dynamic_cast
        
        Change-Id: I83c0febcbbf0f19a05818e0575921d1d6254935f

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [c2f1731685014b9df386dfb59900783c3ca3acb7]

        coverity#1343626 Unchecked dynamic_cast
        
        Change-Id: I52e6d6c9cb48880185293fb9825d7a6530ee767d

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [9e83e31019cdc68e5324a10ef76417b46720cfe9]

        coverity#1343625 Unchecked dynamic_cast
        
        Change-Id: Ib534e4e8ecf50a9159c5e98e2c899bf13f44c654

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [26fddc3196c7ab932ada544b84b74da06fa2596d]

        coverity#1343624 Unchecked dynamic_cast
        
        Change-Id: Ia303a5dc97fb5e491e86a3484040e657f1b480d4

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [8f3c796ecf926f81f6229fbb040095286c8adbfe]

        coverity#1343623 Logically dead code
        
        Change-Id: Ibcf05263f7bea50f70d55f4d8944d0a41d54851d

2015-12-19  Caolán McNamara  <caolanm@redhat.com>  [d14b4a6b874e46fbb1434e523a1ffd993e5c9d44]

        coverity#1028600 Uninitialized scalar field
        
        Change-Id: I0b4ee14ea2306786351ce20960a05e8f3058fb21

2015-12-19  Mark Hung  <marklh9@gmail.com>  [e32fd5e8671b787dfc6795f3109c616974fe2594]

        tdf#83755 correct non-printing character position
        
        Bullet of non-monospace font that is used as non-printing character
        to indicate space might be wider than the space. Drawing the bullet
        over the space make the bullet too close to next character.
        Shift the bullet accordingly so that bullet is centered with
        original space.
        
        Change-Id: I0d8d721041e8a475546fe25fb01bee374fc3e499
        Reviewed-on: https://gerrit.libreoffice.org/20112
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mark Hung <marklh9@gmail.com>

2015-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [dd258f168f7e5952a71d84a2564c3d5162a613c8]

        loplugin:redundantcast
        
        Change-Id: Ie80a8e8132214164a4a237b0e5ea89c1b41d8ee3

2015-12-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b4c937fc5209f3a05d3373593307a051bc810531]

        Remove outdated industrial icon theme
        
        A few icons are still left in the folder as these are used as fallback for tango.
        See industrial/README for details.
        
        Change-Id: Iaeb672609cd57bba5707cbafbfe295bfb8c5011d
        Reviewed-on: https://gerrit.libreoffice.org/19149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [58f6e2ec8c546e7f927dfc333c8ae401f98e3dcf]

        loplugin:stringconstant
        
        Change-Id: Iafe0c422f8681bd2ed5b825af180facb59aaf531

2015-12-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6b57529888f384307b88cf5ead5e3e477c6c03b1]

        Use std::unique_ptr for mpViewContact member instance of SdrPage.
        
        And fix some const-incorrect-ness while at it.
        
        Change-Id: I0314c8e5b73f1a7edce040b2a57fbc5d1081d70c
        Reviewed-on: https://gerrit.libreoffice.org/20815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-19  Michael Meeks  <michael.meeks@collabora.com>  [c1aca008603d18dcd84a751df70fb8eefd9f0111]

        Fix pivot cache debugging.
        
        Change-Id: I79facae1159f878092a47560bb1c4488842fcc0a
        Reviewed-on: https://gerrit.libreoffice.org/20811
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a103c3456a2bd12c5c94124abeda06978caea609]

        Use std::unique_ptr for SdrLayerAdmin data member.
        
        Change-Id: Ib49f52c94ae96b8bddec6718585d5d7d6e3d148d
        Reviewed-on: https://gerrit.libreoffice.org/20806
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-12-18  Eike Rathke  <erack@redhat.com>  [dc89367a5622748dd7c37b89ac300a663b8b98e9]

        Formula Wizard: evaluating expressions always in matrix context is wrong
        
        Change-Id: I276f7bbf2bd6fa7c67d8691634ad9d79e4a08b1c

2015-12-18  Noel Grandin  <noel@peralex.com>  [fe88326d35579f2c88efe96a45911affa9c9f174]

        sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548
        
        Change-Id: Ie0c819ac3f8b0c0b165e95ae5e58405a12c38472
        Reviewed-on: https://gerrit.libreoffice.org/20753
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-18  Michael Meeks  <michael.meeks@collabora.com>  [3538e039ea82076202ac4b341fc81ffe0d916f21]

        vcl: always re-use context from default window.
        
        This avoids problems with the initial default context getting destroyed.
        
        Change-Id: If465dfcd185a3336036b98cb2a205e0502d3f80b
        Reviewed-on: https://gerrit.libreoffice.org/20796
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-18  pasqualm  <pasqual.milvaques@gmail.com>  [3119440a80282692640378fde5e37974ab63f096]

        tdf#90319: make image flipping work in writer for png
        
        Flipping of images was not working if it was only horizontal or vertical,
        if both options were selected flipping was treated as a 180º rotation
        and that make it work. Problem only affected png files because this
        kind of files are treated different from jpg's.
        
        Change-Id: Ia0e4a2b16a714cce0b7fb00d6f0a25fb3552d3b8
        Reviewed-on: https://gerrit.libreoffice.org/20782
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-12-18  Caolán McNamara  <caolanm@redhat.com>  [ddeca090ba612cdd5a2d55785fb1c4b66b6bc0a5]

        crashtesting: crash on converting ooo93489-1.ods to pdf
        
        with --headless --convert-to pdf ooo93489-1.ods
        
        probable regression from...
        
        commit d4daad185e9583bedbb5a4eef1fd53e1f22e219b
        Author: Jan Holesovsky <kendy@collabora.com>
        Date:   Mon Nov 30 10:28:43 2015 +0100
        
            sc interpreter: Move the code that can create a ScFullMatrix.
        
        In that original code I see there was a check for "Data array is shorter than
        the row size of the reference. Truncate it to the data" which doesn't exist
        anymore. If I reintroduce that check here the crash is avoided.
        
        Change-Id: I7c7a5979d9c14c133b05e89ce3794e6b739ca61c
        Reviewed-on: https://gerrit.libreoffice.org/20794
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ba580e07fe06d9e2740c44d669313b37bf69c6ad]

        Updated core Project: help  78c7e1c24aacacfa69c8de3644b154e98d858f7e
        
        Typo: doubled period
        
        Change-Id: Ic41033ee91fa10ba5b9d4ec84f7a7a006b944095
        

2015-12-18  Caolán McNamara  <caolanm@redhat.com>  [0063b891424ba7023d376d12a7c54522bca087c6]

        guard against missing XFContentContainer
        
        Change-Id: Ic974159f816bae465339e1b9abd2e247bbc2f206

2015-12-18  Tor Lillqvist  <tml@collabora.com>  [0ebbdd66b6bfc761c2bfd610149c01706e68f9da]

        SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhere
        
        Change-Id: Id4e9fefc3529a8e1b0079b47ff182ef54e19a0e8

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [def6b1dd14b7d7dbf776e3de9e2f2d5a0cd1fc2c]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ia9d061d9f5fb07e07fd6253a6493a4e9b1f9c975

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [91f571a2d6b0db016342fa2f2e5b7b83a23ae873]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I5abc1d6fae7186342e45a83253d56c2311ec5139

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [8795dff9199ed52c226a86c877cc6c9e48b62341]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Iaaf8e5f14691cde32058a78842b9c411f2b92d93

2015-12-18  Lionel Elie Mamane  <lionel@mamane.lu>  [85f17f9ea822421c6d31da90d7be83089f58cec2]

        tdf#96572 firebird correctly transmit request for NULL
        
        even if column is not nullable
        
        Change-Id: I72ceda68e983125aef26c8f0aacc06320bd16b77

2015-12-18  Matúš Kukan  <matus.kukan@gmail.com>  [e0075eb0c0b87f52ed74e19133d26cbd8138bb39]

        dbaccess: module_dba not used anymore
        
        Change-Id: I6f9222dd40c553e1d0ad63e00e5874be939a97c1

2015-12-18  Matúš Kukan  <matus.kukan@gmail.com>  [30289fcab7fdeb21e8380d55d2ae550fc888e6f5]

        XComponentContext not needed for DataAccessDescriptor
        
        Change-Id: If5ede0c308930d37bff9e97afc8a76cc5b709034

2015-12-18  Mihai Varga  <mihai.varga@collabora.com>  [8a7a20f67567ee94a5d3a77230c8e260f0142c1c]

        LOK: get feedback for all of the font/back color commands
        
        Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1

2015-12-18  Oliver Specht  <oliver.specht@cib.de>  [d95428278d54697064973a70c68fd2c40d174d8a]

        tdf#33477: added support of property VertOrient to cell range
        
        Change-Id: Id8f0c138fb665a19b92f2779aa59ae1778efddc5
        Reviewed-on: https://gerrit.libreoffice.org/20789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-18  Eike Rathke  <erack@redhat.com>  [9d1ee5a5b4730a6d3da4e8a02a08d1d27e9d27e4]

        Resolves: tdf#96366 replace Edit...() calls with actually working code
        
        ... and way less overhead, geez..
        
        Change-Id: Id9277301fbe69bc9a83ca39a907032b0b86b1c81

2015-12-18  Rishabh Kumar  <kris.kr296@gmail.com>  [b2e78fc73363d3ee43e3ee7bc90237d6d048aef7]

        tdf#80758:empty values in button name not respected
        
        In case of empty values , the accelerator character is passed as the button name which avoids extra spacing.
        
        Change-Id: I8a82f5226e17bf8977fb6a8fd59c99a244e59309
        Reviewed-on: https://gerrit.libreoffice.org/14498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-12-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [02002f83f156117cf178532d48abaa9319ee8cb4]

        tdf#86784: Pass custom options to Java bootstrap
        
        Change-Id: I9e9c78387627e173dea8062e4a3f16bc396e8115
        Reviewed-on: https://gerrit.libreoffice.org/20720
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [bcf7ab3e13ac276ef42fa96af0755795c5f88c4a]

        fix some issues with 214b0c8356ab88e75cb4bbc2ad3109ee536dcd70
        
        Change-Id: Icd3cf90bf617c9c77dcf9cbda705bf348f980fb3

2015-12-18  Tor Lillqvist  <tml@collabora.com>  [61085083e4a5060ba7e2135818264d63c6da13c2]

        tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL case
        
        The problem apparently was that the GraphiteWinLayout::DrawTextImpl()
        function drew each glyph using a separate call to ExtTextOutW().  That
        mishandled anti-aliased glyphs (alpha), somewhat in the way as
        described in the nice long comment (thanks kendy!) in
        WinLayout::DrawText().
        
        The irony here is that in the case of Graphite fonts and OpenGL, it is
        exactly from that code block in WinLayout::DrawText() that
        GraphiteWinLayout::DrawTextImpl() gets called, and in that situation
        it itself runs into the same or similar problem as the calling code
        wants to avoid for the run as a whole. It draws each glyph separately,
        and subsequent glyphs will overwrite the rightmost pixels of the
        earlier one instead of blend properly. Or something like that.
        
        As a solution, change the interface of DrawTextImpl() so that instead
        of being called once to draw a run of text, it might draw just a part
        of the run, and in that case expects to be called repeatedly to draw
        the whole text.
        
        The GraphiteWinLayout::DrawTextImpl() implementation does it like this
        in the case of using OpenGL (as indicated by the presence of a
        non-null pRectToErase, as added in
        b7842c93dc06b831d3fa649410ed847358ce9d17 for tdf#95648). The end
        result is that it draws one glyph at a time into the DC for the bitmap
        allocated in the caller, WinLayout::DrawText(). The caller uses that
        bitmap as a texture and blends it into the actual destination,
        separately for each glyph.
        
        For non-Graphite fonts, or when not using OpenGL, nothing should
        change. No repeated DrawTextImpl calls are done to iterate over a run.
        
        Change-Id: Ib7adc30665fc7804913fd2f8886c5b29d9ca42c4

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [4336db6d89a8531673fdbac790692a89f3c1fe79]

        remove unused gb_LinkTarget__use_npapi_headers
        
        Change-Id: I527eeb82202de0d7b3545c545c492eda89c78e47

2015-12-18  Michael Meeks  <michael.meeks@collabora.com>  [ce326521f315893dedaffb3a851a1ed0fc6eb1b6]

        vcl: opengl - lean on the default window's context much more.
        
        Avoid creating our own OpenGLContext to render until we need to
        refresh the screen.
        
        Change-Id: I29d4a1cb6193c92ed77ae98566f8b897a6bc67b5
        Reviewed-on: https://gerrit.libreoffice.org/20709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-18  kadertarlan  <kadertarlan1@gmail.com>  [214b0c8356ab88e75cb4bbc2ad3109ee536dcd70]

        Java unittest(CheckCrossReferences.java) converted to Python unittest
        
        Change-Id: I9b856c9ffd7b3b380b2c1ba37c7c07355423c1f5
        Reviewed-on: https://gerrit.libreoffice.org/20786
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [6f1e25133e31dbd8942e669bd658b43869f6dddc]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Id56046d135e7d1acdd7e705b5f0c40f71427c121

2015-12-18  Michael Stahl  <mstahl@redhat.com>  [fa90bbb79027c89a6178c21569157ca796b8fff4]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I32ab5eb985bd55d9194f3bff4739614cb6e93516

2015-12-18  Caolán McNamara  <caolanm@redhat.com>  [742bcd2b2d23ae05bfcf356db69f79f33d20f53f]

        crashtesting: these can happen with broken documents
        
        Change-Id: I35f77345804b3ebfda9d427de79968b193d1419a

2015-12-18  Eike Rathke  <erack@redhat.com>  [8217ddbfc863dd9b313d6b5eaecb1877e42b2d02]

        tdf#96366 disable treeview results until fix available
        
        Since f82d89f35207fc1cfc00ad5cd914b74c55c3e3d2 EditThisFunc() and
        EditNextFunc() are used to iterate through the formula to obtain
        expression results to display in the treeview. Calling the Edit...()
        functions spoils about everything as it messes around with the edit
        state. As the name suggests..
        
        Change-Id: I8b35d85b7bbf8821b5a995e84f9dd88a0f6f00b9

2015-12-18  Caolán McNamara  <caolanm@redhat.com>  [dfa979ffe51b32297f45faa037584074173682e5]

        crashtesting: this can happen with a broken document
        
        Change-Id: I001f68a2033c7c4f631b17cda6653d845c8d1e40

2015-12-18  Maxim Monastirsky  <momonasmon@gmail.com>  [8a664fd83f70282d000aaedc626f1fa09a99161e]

        tdf#93837 Convert RID_POPUP_TAB to xml
        
        Change-Id: Ia05fb0a568c29d7990a8a837e1df953358acfa1f

2015-12-18  Maxim Monastirsky  <momonasmon@gmail.com>  [3b685bffc9af809109ee777f2d5a29cd907c7faa]

        Small corrections to Calc context menus
        
        - Re-add clipboard functions to Auditing and Pivot table menus.
          (In the old implementation, clipboard functions were added to
          all context menu unconditionally at runtime. This led to odd
          things like the clipboard functions visible in print preview.
          Luckily now we can decide which menu should have them.)
        
        - Rename Auditing menu to "Detective", to match the menubar.
        
        - Rename "Edit Cell" menu name to "Cell Edit".
        
        - Rename the page style dialog command back to "Format Page"
          to match the menubar (Format->Page).
        
        Change-Id: I41b7aba8adacbf1ac995be846cd2af3edd52b1c0

2015-12-18  Maxim Monastirsky  <momonasmon@gmail.com>  [399fd4153993c3677eaaf0ad01700d64a1cb5b2c]

        tdf#93837 sfx2: Allow loading xml menus by resource name
        
        Change-Id: Ibaeeb0f891017862578440ad874f2ceb91d11874

2015-12-18  Oliver Specht  <oliver.specht@cib.de>  [ffdd3c68205ddaa2d7fd895234461c02f1560e7c]

        tdf#80047: load&save align and valign attributes of NumericField
        
        Change-Id: Iff92f050210c112f355803d4d4bcec6b9d289a84
        Reviewed-on: https://gerrit.libreoffice.org/20788
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f6d8dd5d68a3da70e6f7d0ff1a0dad74db5d0fb8]

        Updated core Project: help  1b436f3010b7d9ce4d9b2a0eb526b06196b632d7
        
        add missing pluses in keyboard shortcuts
        
        Change-Id: I02e52789dc66116f5c0ac8623f6e312a2b996d46
        Reviewed-on: https://gerrit.libreoffice.org/20550
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-12-18  Noel Grandin  <noel@peralex.com>  [60e67b387e79185a33eb07bc03b01cd6d0d0a56b]

        fix O(n^2) in vcl event broadcasting tdf#90199
        
        Change-Id: If3d7514364589058334369432cdcf4f7586c239d

2015-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [68f411fb19d265ba391e730d16051b5887a30aa3]

        editeng: clean up no longer necessary isTiledRendering() member functions
        
        Change-Id: I4bf3e9bd9cbf2b32d79cebd5ba0a818b1f4970c2

2015-12-18  Oliver Specht  <oliver.specht@cib.de>  [dcca78f4a720e2d073e49e631b34af3210e0e27f]

        tdf#93008: use up/down/loseFocusHdl and max cache value fixed
        
        use up/down/loseFocusHdl prevents a change of object cache
        value while writing
        the max. cache value is now set to 2047 MB as this prevents an
        overflow of the configuration value
        
        Change-Id: Ib98f7181b10e2875b2037e425eced3f12ba4c0b6
        Reviewed-on: https://gerrit.libreoffice.org/20766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-18  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [42645fe67cac22e9a96bc4b34c4f85c09185d9d2]

        related tdf#96398 pull out more NPAPI-related code
        
        Fixup windows PCH plus pulling out more code now unused due to NPAPI
        removal. Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4.
        
        Change-Id: I8ad42a28139ceeab0cae1f608d55beb28c159db3
        Reviewed-on: https://gerrit.libreoffice.org/20783
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-18  Eike Rathke  <erack@redhat.com>  [88f3c8f995e04aaecc9c7fefe4fe347e87d5e05e]

        Function Wizard shoots itself in the foot
        
        Currently the Function Wizard is broken in that editing a function call
        as argument within another function's parameter leads to selections
        being reset and mismatching argument/function information being
        evaluated. Not sure yet what's going on there, but at least don't access
        vectors out-of-bounds or crash.
        
        Change-Id: I633c775556a0b90278d22d0f74d2975c20a08a5d

2015-12-17  David Tardon  <dtardon@redhat.com>  [22d0a7bf86da9e795b1bcedae9e18f18245dc2fe]

        do not require newest libe-book for build
        
        Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1

2015-12-17  David Tardon  <dtardon@redhat.com>  [36b087f8b04ea46428a2c20e26d4230e59cdfd4d]

        do not require newest libwps for build
        
        Change-Id: Iba0090da0591b6f9a6d74bb18ebaabef53448063

2015-12-17  David Tardon  <dtardon@redhat.com>  [3fd652b3de435e85d91154352f9a2029fd47b2d4]

        do not require newest libmwaw for build
        
        Change-Id: Ic0f9e47c2128b74deb0a948c1853afb13ae5fd1d

2015-12-17  David Tardon  <dtardon@redhat.com>  [71f92e9a6959b2b468aa4310633e4785d4bd0ea0]

        do not require newest libetonyek for build
        
        Change-Id: I6e023cd25a1481dd18e3a16b8756c43dde4560ce

2015-12-17  David Tardon  <dtardon@redhat.com>  [ddbba41b39399644b1ce7008d8922998446411e7]

        allow to skip import tests based on library version
        
        That way we don't have to require the newest version for build just to
        run tests.
        
        Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1

2015-12-17  David Tardon  <dtardon@redhat.com>  [bc0f3f0df24b05d749481ca99e5251546611aaf4]

        add support for version detection of libs
        
        Change-Id: Id5f84306926b6c28bef0d213aba151d8834b7b2d

2015-12-17  Maxim Monastirsky  <momonasmon@gmail.com>  [635b8cc91938faeafb0d76ed36664a1aee83fdfa]

        Clean unused defines after src->xml conversion
        
        ... in 1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f
        
        Change-Id: I71271824b68ed21ac5db95b01fee61337fde189b
        Reviewed-on: https://gerrit.libreoffice.org/20736
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-17  Caolán McNamara  <caolanm@redhat.com>  [0e87fb829250cc16c9118c0bb9cd6b11f6da7848]

        these popups should start invisible and take default popup menu bits
        
        so they can position correctly under wayland
        
        Change-Id: Idf65c0ef27be5aa6027a516207fd34c2e03407ca

2015-12-17  Maxim Monastirsky  <momonasmon@gmail.com>  [0ac22118721b426b2fc441a1c37572cda972be08]

        nConfigId is always 0
        
        Change-Id: Ic314bc04a22ebf23fa7b06dca06e4d2afae096f9

2015-12-17  Thorsten Behrens  <thorsten.behrens@CIB.de>  [06726aa39eaeba71701742d28a1a81bd1574f883]

        [API CHANGE] Remove NPAPI-related UNO API
        
        Follow-up to 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4, related to
        tdf#96398, removing more client code. The following published
        interfaces are removed:
        
        com::sun::star::mozilla::XPluginInstance
        com::sun::star::mozilla::XPluginInstanceNotifySink
        com::sun::star::mozilla::XPluginInstancePeer
        com::sun::star::mozilla::XPluginInstanceSyncPeer
        com::sun::star::mozilla::XPluginWindowPeer
        com::sun::star::plugin::PluginDescription
        com::sun::star::plugin::PluginException
        com::sun::star::plugin::PluginManager
        com::sun::star::plugin::PluginMode
        com::sun::star::plugin::PluginVariable
        com::sun::star::plugin::XPlugin
        com::sun::star::plugin::XPluginContext
        com::sun::star::plugin::XPluginManager
        
        Change-Id: I3818a23e0f46fd01bfe9be11b57f6a551c013441
        Reviewed-on: https://gerrit.libreoffice.org/20780
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-17  Tor Lillqvist  <tml@collabora.com>  [6dd7798f57dfb29cda4a6d164f4884071fdc7f35]

        Drop the Windows information, nobody has done that for years
        
        Change-Id: Idaf5b50c3fcd1083d758055889dea7e117adef3b

2015-12-17  Oliver Specht  <oliver.specht@cib.de>  [4b8fd386aa8c20b56f6cba0683a22ce37c8ccc26]

        tdf#90598: filter options dialog controls expandable
        
        listboxes are expandable horizontally and in non-dropdown mode also vertically
        
        Change-Id: I77fdc332ee79437c054e6a0d7f8e3c87e1ff3791
        Reviewed-on: https://gerrit.libreoffice.org/20763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-17  David Tardon  <dtardon@redhat.com>  [e1f3d2cce6e2717189ab8a1e85b98f28df05734b]

        tdf#95450 avoid double swap on big endian arches
        
        AFAICS the swapping is already done at basebmp::BitmapDevice level.
        
        Change-Id: Ie82f2610b4415ed11fc1164a54bc1fe183f523ed

2015-12-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dad3c6752e44d81cbba9c0a81dd776158ee2b7b3]

        Android: cairo build needs fontconfig and png headers
        
        Change-Id: If7c2279281851b3234ab5982e3c34058a7b8f50c

2015-12-17  Douglas Mencken  <dougmencken@gmail.com>  [6d115dd67632d6c3f7e00cce4797331eabb61272]

        configure.ac: it is ZLIB_LIBS that's needed here
        
        Change-Id: I1bdd2fcb0fc20f47ba4cbad52fccb6f4ada968ea
        Reviewed-on: https://gerrit.libreoffice.org/20752
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Pranav Kant  <pranavk@libreoffice.org>  [df4a196b8f1e97d8a45d1d517942e01bd13182e7]

        lokdocview: Return if no document is set
        
        For example, when document has been destroyed using
        lok_doc_view_destroy_document()
        
        Change-Id: I531b85018ffa25bcf88fb101c912b9f11b489a97
        Reviewed-on: https://gerrit.libreoffice.org/20779
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Stephan Bergmann  <sbergman@redhat.com>  [d1385731031fc30cfc2c182279ba5d4feb497328]

        Avoid memory leaks
        
        ...when exceptions get thrown while a context owns an rewind map
        
        Change-Id: I90d26caa57ef2ff508e6eae05ddbc62cdb3f01ea

2015-12-17  Stephan Bergmann  <sbergman@redhat.com>  [c535f115efddc5195d162517ad67ed013229de57]

        This probably should be a reference
        
        ...ever since SmXMLContext_Helper was introduced in
        a0c8015b88b16a4192000bd841eeff594dae9c65 "#81141# MathML->StarMath editable text
        display"
        
        Change-Id: Ida4a4022159138a49c7c94ccb0ed90a8a149b796

2015-12-17  Stephan Bergmann  <sbergman@redhat.com>  [ba3a9184045f7862ee94de8b3210dcbe9558f61a]

        Remove trivial class XMLTransformerContextVector
        
        Change-Id: I140614895d5727ffd97681ddd06bf7439fe7a443

2015-12-17  Stephan Bergmann  <sbergman@redhat.com>  [21e72c5f1d315068b0aa6afd3b9750c2ad878dcb]

        Hold XMLTransformerContext by rtl::Reference
        
        Change-Id: I60b8d422d53d47537996756aa1b7fb3c26f8383a

2015-12-17  Pranav Kant  <pranavk@libreoffice.org>  [b902432b431d01634c1f56e4758ec236a999650d]

        lokdocview: Use GLib basic types
        
        Change-Id: I07add7b9dcb1dc53d7ed61ff71545489de3be155
        Reviewed-on: https://gerrit.libreoffice.org/20778
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Pranav Kant  <pranavk@libreoffice.org>  [9c8c3acffa304e2d85dcbbdb5bf9decc9b255b13]

        lokdocview: Added some missing comments/annotations
        
        Change-Id: I2f62bae37719ce96677a5ca6ffd93c8edb325a6a
        Reviewed-on: https://gerrit.libreoffice.org/20777
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Pranav Kant  <pranavk@libreoffice.org>  [a2682e4b081a9a8c6814db768e4ee9e5390907ae]

        lokdocview: Superfluous *_set_zoom() call on widget initialization
        
        G_PARAM_CONSTRUCT implies that parameter will be set upon widget
        initialization which means calling lok_doc_view_set_zoom() while
        document still points to null.
        
        Change-Id: Ib576ac3b32c2349be2b2df6067ae79a056a03028
        Reviewed-on: https://gerrit.libreoffice.org/20775
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Pranav Kant  <pranavk@libreoffice.org>  [244aad533b0fd714136f4f62b5a07fc136c740f0]

        lokdocview: Remove an easy FIXME
        
        Change-Id: I8305f3eb45330f457089ca0524a0df004410f59c
        Reviewed-on: https://gerrit.libreoffice.org/20774
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-17  Rene Engelhard  <rene@debian.org>  [4c18af27bf95b332ee2006cfc0bbf469fb1a84d4]

        tdf#96398 kill remaining NPAPI support for plugins _inside_ LO
        
        - probably out of date
        - links against Gtk2 and thus causes a GTk2 dependency in core packages
        - the only serious usecase (Flash) is doomed anyway
        
        Change-Id: I7264ab5eb04c2f4b6c31a815e45b9818209e5ae2
        Reviewed-on: https://gerrit.libreoffice.org/20658
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Bryan Quigley <gquigs@gmail.com>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-17  Lionel Elie Mamane  <lionel@mamane.lu>  [57b1cf5862429d86a82158eb5e8cf425fd2f4527]

        tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is called"
        
        This reverts commit a7816853bad55ada597092c16ba9a0a761e067d0.
        
        tdf#94069 (freeze) has been corrected differently in master (5.2.alpha) anyway.

2015-12-17  Eike Rathke  <erack@redhat.com>  [5b404cc2adcea04938c8159c0bc84a8cd44ec5df]

        out-of-bounds arg mapping access, this was always wrong but never hit it seems
        
        Change-Id: I15843b320ac8ddcefce8094da7aa7c6b81b42e4f

2015-12-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a7d0c00d7307d11d1a3019f5defa9225a07c2d2a]

        Fix creation of infobar
        
        Fallout from 7dd77a12713c0557c5826d3541e97ef6120e1d00

2015-12-17  Eike Rathke  <erack@redhat.com>  [4eea9f214682008052424479a4b1f8cf90a79132]

        handle varargs with first required and subsequent optional, tdf#71459 related
        
        Change-Id: I56c66f516ba2a2e12cab4848c8c352315f27b3bb

2015-12-17  Eike Rathke  <erack@redhat.com>  [db1e34aecd4290623a74b9bbeb602e072b1a49ec]

        add RAWSUBTRACT spreadsheet function, tdf#71459
        
        Change-Id: I2ae13771c85044b771e253a8189a30cb4aecb30f

2015-12-17  Henry Castro  <hcastro@collabora.com>  [348d7f6170d6ab83c8086f097aed7bdb1b64930a]

        sd: enable insert graphic when UNO command has URL file argument
        
        When LOOL requires to insert a graphic, it uses UNO command ".uno:InsertGraphic", 
        and the corresponding URL file image argument.
        
        However Impress, ignores URL file image argument, and by default
        pop up a dialog, so no image is inserted in LOOL.
        
        Change-Id: If1939247f5df0bb4e7daf8816a2306e34419ae2f
        Reviewed-on: https://gerrit.libreoffice.org/20747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Henry Castro <hcastro@collabora.com>

2015-12-17  Bryan Quigley  <gquigs@gmail.com>  [eaa7f30102df4df01171e5daf83cdddae1bb0cda]

        Remove gnome-open support
        
        Gnome-open has been deprecate for some time.  xdg-open replaces it.
        
        Change-Id: I7fc0f32a1f2fbadbe3d1cee58d0089213665c3a5
        Reviewed-on: https://gerrit.libreoffice.org/20347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-12-17  Tor Lillqvist  <tml@collabora.com>  [b7842c93dc06b831d3fa649410ed847358ce9d17]

        tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into it
        
        For some reason this is needed in the case of GraphiteWinLayout and
        OpenGL. Otherwise when a space glyph is "drawn" into a space that is
        wider than the nominal width of the space glyph, we get two black
        rectangles surrounding the white space "glyph".
        
        Change-Id: Ifb4ea00d9e5f078518ac97d7dd18694088aa1cdf

2015-12-17  Xisco Fauli  <anistenis@gmail.com>  [dc3eb865bd10e690dbf80f41277b062ac2253572]

        tdf#32248 SVG: first attempt to support tspan elements
        
        it's not perfect but at least we can already display the text,
        which is better than displaying nothing
        
        Change-Id: I89627010ac8071c106b41c1de6b183a619f8158b
        Reviewed-on: https://gerrit.libreoffice.org/20642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-12-17  Caolán McNamara  <caolanm@redhat.com>  [2f0fba494e78ede3b6691534983f6dd7e0677a7e]

        guard against null Foundry
        
        Change-Id: I8aabc68e8dfb9376cafe4cc709b18344da083a01

2015-12-17  Caolán McNamara  <caolanm@redhat.com>  [dab2582f05979cd99a5937cb95a387cfed70bb8d]

        gtk3+wayland: start floating windows hidden
        
        once they are visible we can't move them under wayland, so
        start then hidden, move them and then show
        
        these floating windows are very delicate.
        
        Change-Id: Ia233c23f25cec453df79ef70cab6210dbdd280a0

2015-12-17  Caolán McNamara  <caolanm@redhat.com>  [016730421e5e58415170b464bf9d9ca47d6c3b4e]

        remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLE
        
        Change-Id: Idce03318fbc01039a6c0638879785607970993c0
        Reviewed-on: https://gerrit.libreoffice.org/20746
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-17  Caolán McNamara  <caolanm@redhat.com>  [3d3e95d68557e93224ebdf75a2ac56acf42e7d44]

        impress's AnnotationWindow is the only user of WB_NEEDSFOCUS
        
        Here it is creating a toplevel floating system window which needs special
        hackery to function.
        
        Instead convert it to a non-system window which means that it is in reality
        only a vcl construct. The small downside is that it is now unable to leave the
        confines of the toplevel system window in which it lives. Upside is that
        all the special hackery related to it which generally doesn't work half the time
        in various window managers and now in wayland can go away.
        
        Change-Id: I7ad7c35091086f7671ff4a178c7fa04202c20e09
        Reviewed-on: https://gerrit.libreoffice.org/20745
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-17  Tor Lillqvist  <tml@collabora.com>  [9d76a0cb7e6525d41a7e5c3c5d96e9b8a5d75603]

        Get rid of ImplDoTiledRendering()
        
        It returned true only on iOS, and we do use tiled rendering
        successfully also on the other non-DESKTOP platform, Android, plus
        obviously for LibreOffice Online and other LibreOfficeKit clients, so
        it is quite likely that the function was not really needed. Besides,
        the code doesn't even build for iOS at the moment.
        
        Change-Id: I229bce61eaab9b795a1d5e959cb6587dcedf1ef1

2015-12-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [7dd77a12713c0557c5826d3541e97ef6120e1d00]

        Remove unused ToolPanel (aka TaskPane)
        
        Superseded by the Sidebar
        
        Change-Id: I54970d71cd9d42de4f47b223e50dd9474b40632a
        Reviewed-on: https://gerrit.libreoffice.org/20724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b44a9733a79decc2eebfc2360fdd837349b5759]

        sw, sd, sc: clean up no longer necessary isTiledRendering() member functions
        
        Change-Id: I508a29fd261865771d780b1c241841d9abfeb6ed

2015-12-17  Stephan Bergmann  <sbergman@redhat.com>  [550d95ae6e67a3a0fdbee27ce92712d203383c3e]

        Manage m_pSttNdIdx via unique_ptr
        
        ...so it gets deleted upon an exception
        
        Change-Id: I239f916019806eef1b761248fd167f5febf25001

2015-12-17  Takeshi Abe  <tabe@fixedpoint.jp>  [bb9a7c340d9d4a61def8064bfcb287b35bf6354c]

        starmath: Drop const modifier of SmNode::Arrange's 1st argument
        
        as well as SmNode::AdaptToX / AdaptToY's.
        It was pointless because the client code in the functions always cast it off.
        
        Change-Id: I00c690bd98a566fb167708216d766a2894de669f
        Reviewed-on: https://gerrit.libreoffice.org/20710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-17  Noel Grandin  <noel@peralex.com>  [c9f6e12e7eb6a49389360626d206191147a174fb]

        OString/OUString: move constructors and operator=
        
        Change-Id: Icdc5f7137cca8360f116d5d4c7b0bf4a4c526e1d
        Reviewed-on: https://gerrit.libreoffice.org/20712
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-16  Matúš Kukan  <matus.kukan@gmail.com>  [15614c847dde4c52a4974022e5523c9c4fea856b]

        gengal: Don't depend on whole instsetoo_native_setup package
        
        ..to avoid rebuilding galleries all the time
        because 'version' rc-file target is PHONY.
        Instead name what exactly is needed.
        
        Change-Id: Idf3c5a4a5b64a48ae06c46acf24e49f6a1ac2114
        Reviewed-on: https://gerrit.libreoffice.org/20407
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2015-12-16  Michael Stahl  <mstahl@redhat.com>  [988f1c71214870cb0a3df7d156eefd64e096bf0b]

        sw: extend some more OOXML export test to check embedded objects
        
        Change-Id: Ie1047a2a213632f05b0ae091a3a7e4118a271082

2015-12-16  Michael Stahl  <mstahl@redhat.com>  [291f55edf3d5c1d443cbd9a06bc6f7fd773884e5]

        assert that no ODF import happens without a BaseURL
        
        Change-Id: I4520a9d0350349cb083ed627a19264a3a97e090f

2015-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [032e34d0014d2154feaf97105d2dbe69b290b8c5]

        tdf#96250 LOK: guard against 0 pRenderingArguments
        
        Change-Id: Ifa39777795ce966662c31c891ffc1b9b1a297b00

2015-12-16  Michael Meeks  <michael.meeks@collabora.com>  [70bfd5d747ad24fcd70eab93fb5e27faafdd35fe]

        tdf#96546 - Bitmap getTexture calls can crash too - enter GL zone earlier.
        
        Change-Id: Idd095e0a3b5e5226eaf1db90bfb0a838bc51de19
        Reviewed-on: https://gerrit.libreoffice.org/20741
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [72f0067258fd7738217abd43452abe282e05c11b]

        tdf#96536 sw Hide Whitespace: shrink oversized page frames on para delete
        
        The body frame did get a request to shrink, but because it had fixed
        size, nothing happened. Trigger a recalc that does the right thing wrt.
        hidden whitespace.
        
        Change-Id: I446978da8b33372c2ab30200b45b1bcec1dea7a0

2015-12-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97361478e64f11330f7f7aea819d60c7562fb0f6]

        don't call getOutputString when we are not using the result, tdf#92802
        
        Change-Id: I5569eb618b5577714bd10c77ade198638394df8b
        Reviewed-on: https://gerrit.libreoffice.org/20725
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [98498fc7632f5cf55ba1cf0ac857af3a70ee10bd]

        These would probably wreak havoc
        
        ...judging by how XFStyleContainer appears to own the pointers in m_aStyles, but
        are apparently not needed anyway
        
        Change-Id: I5ca64680bf8b7b5198f30dac4f4558069d476970

2015-12-16  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [14220052ef2b8675ee12aad63b0402f023d9760a]

        Related tdf#90700 Add configuration for web connection timeout.
        
        Currently the connection timeout is governed by operating system
        default.
        
        LO timeouts will be used in place of the TCP socket operating
        system ones, only in operating system where this is currently
        possible.
        
        The timeouts to use can be changed in LO configuration:
        'Tools > Options > Advanced > Expert Configuration'.
        Propriety names are ConnectTimeout and ReadTimeout.
        
        ConnectTimeout contains the timeout (in seconds) used when
        making a connection (max 180 s, min 2 s, default 20 s).
        
        ReadTimeout contains the timeout (in seconds) used when reading
        from a socket (max 180 s, min 20 s, default 60 s).
        
        Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e
        Reviewed-on: https://gerrit.libreoffice.org/20195
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [d7e5b95c147818cdb29e590f39c327c9c8c43b9b]

        Make test code actually test something
        
        ...and calling remove on a list apparently returns None
        
        Change-Id: I7a44d85cfebf17ac89bef0ce2d322a2cfa929899

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [81a1d5ceb7a2fefa0d41a6e5ca1650120e46cbe9]

        loplugin:vclwidgets
        
        Change-Id: I9a9748879fcc55b524138d865e71a713efad180d

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [df997d92e080c8ed95e393ae9710483529a82115]

        Simplify Desktop::getInfoHelper
        
        Change-Id: I13058816e8b2b1c821f0123f110671706bf90449

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [a2016848005b3ed9430575f6401bfec25f354dfa]

        Remove comment noise
        
        Change-Id: I7794e40e07520c1e504b1167aa64cf24819271f2

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [4ac13fb72a12ac6dba7b002a4ac0cdd40eaaada5]

        No need for TransactionGuard::stop
        
        Change-Id: If1c0b7285817bb10338077460b77de4a27d35753

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [e9e61809ea31b30f50d39dda45e54bed6f0e4742]

        Simplify TransactionManager
        
        Change-Id: I51d1969f9f88d9e29fc081fd54df365578900126

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [fc44b7104cacc5ec76d2a0b560a9f6bbc5c252b5]

        No need to pass eReason out of TransactionManager::registerTransaction
        
        Change-Id: I0c8468219a4a9df904f34ec1363043bc46265c14

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [51351a28ec45f7b3cb4bcca6bead9a5c2165211b]

        TransactionGuard is always called with null eReason
        
        Change-Id: If416f9539136563dba43f38f7622d70e7fb1f005

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [1681323093de8555edf49c136621db80c05cd892]

        Remove dead ctor
        
        Change-Id: If1576f9eabcad4e0287181838e0a019fe9372065

2015-12-16  Stephan Bergmann  <sbergman@redhat.com>  [52379d720b0f61bd14520c69a4fbff928e37a0d0]

        Clean up
        
        Change-Id: I170b12d1024d51beb5c48333c0759bc33049f577

2015-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [620f365032ed236e7350c87126e986cf236f3996]

        sw layout xml dump: show if the frame has fix size
        
        Change-Id: Ie9f9c5cc94b87914bcd7d5392f6fd1ee447e94ec

2015-12-16  Juergen Funk  <juergen.funk_ml@cib.de>  [8a342e9f6ad701bd46ecca1c3d270ef2d9670d44]

        unusedcode removed in this commits
        
        001e694ecd21095b6fcfb5632ace63d8e0c2b7f8
         OutputDevice::LogicHeightToDeviceCoordinate(long) const
        
        449d272daf5e99f039cdfdd25f020bd798fb9e1d
         OutputDevice::GetCanvas() const
         OutputDevice::HasAlpha()
         OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
         OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
         OutputDevice::LogicToPixel(vcl::Region const&, MapMode const&) const
         OutputDevice::PixelToLogic(vcl::Region const&, MapMode const&) const
        
        Change-Id: I284a89ccf9c3bc0dffd47789e0fe8afe83606e0f
        Reviewed-on: https://gerrit.libreoffice.org/20732
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0db3361527f799be6cadf5bedb8a37976fb0a39d]

        Fix indentation
        
        Change-Id: Ie0b842cd35ca05e4adfc0b8692423e0a91e1739c

2015-12-16  Caolán McNamara  <caolanm@redhat.com>  [bba3f7bf8f831bf7f51de6441b3f15ed667e56fd]

        but only for dialog
        
        Change-Id: I7e4f5c075ca4844f81a59071bed475ea1da4bf91

2015-12-16  Caolán McNamara  <caolanm@redhat.com>  [afeddaf7e0d11ad9b1df0c80bcc3f50caa87e21a]

        Related: rhbz#1281906 set a min size on un-resizeable non-layout dialogs
        
        a min size equates to a size-request which is reliable under gtk3+wayland
        as the dialog contents size.
        
        a default size equates to the size of the dialog, which includes decorations
        under wayland
        
        Change-Id: I20baf00fb5952ab93628f4dd6891779ce682783c

2015-12-16  Tor Lillqvist  <tml@collabora.com>  [a84fd7d3a2ea36072154ae6b43cccec5dcce6e3f]

        SvpSalFrame ctor parameter list has changed
        
        Change-Id: Ide3457c5baab3d7f84990f6c2311975002ba9f18

2015-12-16  Tor Lillqvist  <tml@collabora.com>  [56dabd64bcac51cbc75b6144fff1fb33860abb54]

        Look for iOS SDK 9.2, too
        
        Change-Id: I2e16ae2ecb5f3a2a37c795e5ee26f72fc92b25bc

2015-12-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [dea1b890cf5901bc62ec75c722f91ba40a4b37d8]

        Fix NotebookBar not showing up when directly opening a document
        
        Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697

2015-12-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [45ef3a22444100e2c37aa2630b71bdb108721b12]

        NotebookBar: Initial "Home" tab for Writer
        
        Change-Id: I92faa8dfab7703b81ce96dafaac840cfb49ff3bb

2015-12-16  Jan Holesovsky  <kendy@collabora.com>  [68d75af9c6644928ee60d21fbc8b15cd8b3bc55e]

        vcl: Initial NotebookBar implementation.
        
        Re-introduced, this is still useful code to have :-)
        
        Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c

2015-12-16  Damjan Jovanovic  <damjan@apache.org>  [a22702ab0daff2bf2cdf573feda256606a705383]

        Resolves: #i126272# compile error : if statement followed by End If...
        
        - in next Line ???
        
        Allow the Else in a single-line If statement to be terminated by a comment instead of only EOL.
        
        Patch by: me
        
        (cherry picked from commit cbd43d0cb1165add5b9b559c3608a93ea631da13)
        
        Change-Id: I3dcf014c9fe501bc9770ae3cfd69e7730c0b86cb

2015-12-16  Caolán McNamara  <caolanm@redhat.com>  [7242ed0567297c3c5186b4095496fc01448359f4]

        gtk3: stop the ever shrinking size of toplevel on every restore
        
        for getting and setting the window state, work on the toplevel m_pWindow. Leave
        the "geometry" alone as its for the purpose of the current known size of the
        toplevel window contents
        
        Change-Id: Idf701aacf4aed4eefbca1bc1ebebaf38d1c82e27
        Reviewed-on: https://gerrit.libreoffice.org/20397
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c23d4ee1e1370b20560e47db7efaeaac1d94b26]

        tdf#96515 sw Hide Whitespace: avoid creating unneeded page frames
        
        Change-Id: I9b273543ccf2eaa87116c6e1475860e9e872c445

2015-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0cf72f253a3cb8335601ebf2c5b1b99ab63e6b1]

        sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()
        
        Change-Id: Ia4fb0b489509364c641f8e1e695353bbdb036b59

2015-12-16  Tor Lillqvist  <tml@collabora.com>  [ec8bc265050d86a749140c353360a78cce4e3fce]

        tdf#96257: Silly work-around to produce same result on OpenGL and non-OpenGL
        
        For likely separate reasons, neither the non-OpenGL nor the OpenGL
        code path produces what we actually want here (a line drawn in
        'invert' mode if white is used, as happens on X11). In the non-OpenGL
        case we get a black line, in the OpenGL case a white one. So let's use
        grey and at least get the same effect in both cases.
        
        Change-Id: Ifb587c6b46adb05e334a18add74352663cf7db9e

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [c56e0858b081b4dfe78745cf80c829f6c3c2e7b8]

        sw: DOCX export: eliminate chart numbering non-determinism
        
        ... that was causing test failures on some but not all platforms.
        
        Change-Id: I0d04cd6e540ea2693a3ec8511d615a9b0fecf456

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [3f2bdb7530f142a9562497c48fdd65f9903060da]

        sw: fix build, remove deleted CheckFlies.java from makefile
        
        Change-Id: Ic2479771129dbb0284292bf8712179567f516b0e

2015-12-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [64a6c0c791857ae6d6fa305943209c8946151e2e]

        update emoji autocorrect files from po-files
        
        Change-Id: Id793a73a7dff04e8e088bf0f953f55f9eb441d8e

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [39d0bd194dac13ea9bcf6c0e7e6a65cf6bbc723b]

        sd: remove cargo-culted dependencies from CppunitTest_sd_misc_tests
        
        Change-Id: I9f11bbc1f16a79eac3621f2233b047826637b33d

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [d8fb3ed5fa47afa1f3e31d4211bfe0a477641c94]

        boost: suppress auto_ptr deprecation warnings in boost::spirit
        
        Apparently GCC 5.3.1 has turned these annoyances into actual warnings
        that convert to errors with -Werror.
        
        Change-Id: Ib1567b3fc2cf33a0f6cffac116a06d73912b84df

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [159e78791ba40d76ba0d8af6abbd7d629eb6dd85]

        sw: fix MSVC build, stupid thing can't initialize const members
        
        Change-Id: I546b96a5628d2ad186b5b626cce28f67841db157

2015-12-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [30d7f5100f5ff2bbb511f322784d94ab1f9a5748]

        update credits
        
        Change-Id: Id2416b2b67f7ae62f3d3fbe1ebebeb89edabfc40

2015-12-15  kadertarlan  <kadertarlan1@gmail.com>  [b71540c1980955b439d334c875f47d2ee44e4c5f]

        Java unit tests were converted to Python unit tests
        
        Remark test document not moved, due to other test cases.
        
        Change-Id: I9564b72fae60cceb60121fec06e1ed015add8453
        Reviewed-on: https://gerrit.libreoffice.org/20703
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6b7bb75fc0570caa83020181657444a9e9e1e51c]

        Updated core Project: translations  3e76f6b637c8034330436568b26302c4472c1a0f
        
        update translations for 5.1.0 rc1
        
        and force-fix errors using pocheck
        
        Change-Id: I10477683ddfb993e73ab615b2c031ea7bbbe6fe5
        

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [c59b417f1af8db415f1e86bbe4b60c198256c935]

        No need for <config_features.h> here
        
        Change-Id: Ieccd31d3cefd2fc397a296827de29d834ce093f0

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [2f9ac73b80d65212eabc4ae753fab237474d0733]

        The likely useless ImplDoTiledRendering() is used in vcl only
        
        So move it to a locale include file in vcl. Now <vcl/window.hxx> does
        not need to include <config_features.h>.
        
        As such it is questionable whether what ImplDoTiledRendering()
        currently does makes any sense; de facto it now just means that we are
        on iOS. We have comphelper::LibreOfficeKit::isActive() which probably
        is what should be used to test whether tiled rendering is used. At
        least in the cases where LibreOfficeKit's "unstable" API is used for
        tasks that involve rendering of tiles. Hmm, that sounds like a
        circular argument.
        
        Change-Id: I52c984aec7510526c5294579966345b8340c8642

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [b716be0c06dd1385eb7ca1c4161233ee7e19314a]

        Initialise bArbMultisampleSupported as false
        
        Otherwise the code doesn't make sense; InitMultisample() would return
        true even if no pixel format was chosen. Found by code reading by me
        and Emmanuel, not actually verified on non-multi-sample-capable
        hardware.
        
        Change-Id: I7197a1c72768bbf2c928193582104a82808ea53c

2015-12-15  Eike Rathke  <erack@redhat.com>  [dad412e07f805a53ad73ce2e80d187a70c77e8de]

        Resolves: tdf#95440 SharedString are interned per document, re-intern
        
        ... if literal strings are copied with formula expression tokens.
        
        Change-Id: I13526907bb6c2c605c6ed9584fa6e3f2b18623b8

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [07004a7e9cd8b44f8cb4ff8f30180b06d9c325c3]

        chart2: add DocumentBaseURL in ChartFrameLoader::load()
        
        ... as seen in JunitTest_chart2_unoapi
        
        Change-Id: Ibe0cd210b8f2ddf730483705292e9027654b6fd4

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [e4a06fc983fd6a94a6138503c3fc94b567bc3a68]

        sw: set a BaseURL when copying embedded objects
        
        Turns out that SfxObjectShell::CreateShellID() will produce the
        SfxMedium's base URL if it exists, so
        EmbeddedObjectContainer::CopyAndGetEmbeddedObject() already has
        parameters, sw just needs to set them.
        
        Change-Id: I36cedfde4e7c2e25c43c66a30d8ca572f099ad69

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [8338e2783f223aec176a3f06f78abd7a60ea2e0a]

        writerfilter: set a BaseURL on embedded math objects
        
        Change-Id: I9a500e079c892e281bdfee9627641f118261e0f8

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [75a200f371d12ddaf5b82af10c8d4675babcdb5e]

        svx: set BaseURL from SvxOle2Shape::createObject()
        
        This is used from oox chart import code, cf.
        oox::drawingml::Shape::finalizeXShape().
        
        Change-Id: I7b2097f8d5740a590a6473797ab9436453fbf580

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [36a0abed4ab27abd77b502070d4e17e70e6afe7b]

        filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()
        
        ... mainly for the (unlikely) case of ODF embedded objects in MSO binary
        files, which can be created by toggling the
        Tools->Options->Load/Save->Microsoft Office export settings.
        
        Change-Id: I270f1516b70b20ec0b60cfbd17c2c327c3d9efd0

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [45300b43fe44bb01494fecbaa290d846d476cdb0]

        chart2: fix obvious mis-use of wrong member in XMLFilter::impl_Import()
        
        ... so we get a BaseURI set.
        
        Change-Id: I01176a8a0b0a1f4386f4d58bdf36bd5cb29cf3e5

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [b0fc09daf1086423a9bd457d9a2c043e7ff41451]

        fix missing BaseURL when loading embedded objects
        
        When the object is edited in the UI, the m_xClient is set to a
        SfxInPlaceClient and the DocumentBaseURL is retrieved from it.  But if
        the object is not edited, it will be loaded during export via the API
        and without a m_xClient; in this case the DocumentBaseURL must have been
        set previously to be available during import.
        
        There appears to be no way to get the URL of the document via the API
        while it is being imported; SfxBaseModel's m_sURL is unfortunately only
        initialized from SfxObjectShell::FinishedLoading().
        
        During ODF import, the SvXMLEmbeddedObjectHelper creates the
        embedded object, so let's make it pass in the parent's BaseURL.
        
        The "DefaultParentBaseURL" parameter already exists but was unused
        previously.
        
        Change-Id: I3d1ed29b3a2c0e77ec606a1d09f7bc07e7860733

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [7dfa45a62b3b942823af5ccd59897364788589c8]

        svtools: print some exception messages with SAL_WARN
        
        Change-Id: I2d51b6093e13fd5ea2a93c5a4f38e4078587808d

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [1af4dbd827b615a10e4686486fa9034e7adf1289]

        sw: extend various OOXML export test to check embedded objects
        
        Change-Id: I272afd26addfde5065939db4a04c2f0f01aa28c8

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [2a9f1dd27a5df97013f73e61eecf53b2348d055a]

        sw: DOCX export: convert ODF embedded objects to OOXML
        
        If the user edits an embedded object it is converted to ODF, so we
        really need to be able to store such objects.
        
        Ensure that the proper MediaType is set in [Content_Types].xml,
        the package relationship type in document.xml.rels and
        the proper ProgID attribute in document.xml.
        
        Change-Id: I3c78c5ab5b4d534213af5e773fe0c6c2c92d9104

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [ea50cb70efed40d1ed2ca6806c626ed5fdb71351]

        sw: replace OUStringBuffer
        
        Change-Id: Iebb4ac4a7307bb8482ca735096503da03448fee7

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [a7762b56c0f0605d090ed95069db16c6641f769e]

        sw: move ProgId parsing to DocxExport::WriteOLEObject
        
        Change-Id: Ieb308d717aa661fa51bd1b9dd3d0a12ca61337c1

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [8831281942b0ffe3dbdcea6febcda97a2ab665b3]

        sfx2: fix valgrind warning
        
        ==7727== Conditional jump or move depends on uninitialised value(s)
        ==7727==    at 0x9121E24: SfxDockingWindow::Resize() (dockwin.cxx:451)
        ==7727==    by 0x3CADFAC3: SmElementsDockingWindow::Resize()
        (ElementsDockingWindow.cxx:753)
        
        Change-Id: Ie6e8a61f6c295373e5ccad409e2557e7c2dd6c1a

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [8522c20c704cdf8345dc0b8f69a8fdf2a75583e2]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Idabd8facd21efb2da3e46185272d76bce2d0b44c

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [7086ed59512f359bc62963202a08d41e2e5ceccb]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I800f8d4facaa6dc8eb04b2544ce0e9035af66442

2015-12-15  Michael Stahl  <mstahl@redhat.com>  [14a0115b9580d541971440c085220328c5aed92e]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I311d3a3e35ae4321e92e1fe2e0651b3b4899c0bd

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [27f5679c84602713e74c947d88e72cfafc02fbc8]

        tdf#95903: Fix return value handling in msvc_win32_x86-64 bridge
        
        ...where a return value was double-deleted if it was "complex" (i.e., generated
        by callee into caller-provided memory) but not related to UNO interface types
        (so doesn't need any mapping, like sequence<css.beans.Property> returned by
        css.beans.XPropertySetInfo.getProperties).
        
        Change-Id: I4cfc16ba63022686afd016ef5b64419e8dee53a4

2015-12-15  Caolán McNamara  <caolanm@redhat.com>  [3bb7557d541328194eae928fda32b73650f13360]

        Resolves: rhbz#1285364 urls cannot be opened under wayland
        
        because we're setting DISPLAY always, and under wayland that resolves to
        "wayland", not the original ":0" so the gtk2 gvfs-open eventually called open
        xdg-open cannot open the correct display
        
        Change-Id: I246120f2430b92cd2d3e5003445aa4c9da4f6a68

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [1cb87bf384820b3dc04b00422c7fc04f5d330ea2]

        Get rid of :: prefix for basegfx in include/vcl and vcl
        
        We already used it without the :: prefix, in many cases in the same
        files even. It is nice to have some consistency.
        
        I was not bored enough to do it everywhere.
        
        Change-Id: Ic8ac5bd9b4b2c02c41e5ea937a3d9477824f21cf

2015-12-15  Mark Hung  <marklh9@gmail.com>  [b71814f180bcefad6dcb3ff02c42b3cb31315bc5]

        tdf#96125 Fix broken Writer paragraph text-to-text alignment feature.
        
        Revert "Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue."
        
        This reverts commit b14861e1dfb9f83d26d6032ae96b664845528f2a.
        
        Conflicts:
        	sw/source/core/text/itrpaint.cxx
        
        Change-Id: I4b7f7437014032566227f745e5e81b6a01ba022f
        Reviewed-on: https://gerrit.libreoffice.org/20358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2015-12-15  Caolán McNamara  <caolanm@redhat.com>  [ea4c75dcc9c3e53e7ef40bd273ea18a48ea9b18d]

        gtk3+wayland: enable manual movement of toolbars
        
        via gtk_window_begin_move_drag so add some BYDRAG/ByDrag hints
        to select mechanism to move window by
        
        Change-Id: Icc58653dff752a6d4ee49446647d7ede2af9dd9b

2015-12-15  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4c82edfb3a9286a0bfef3f006e468e5c331987eb]

        tdf#95792: fix saving file the first time on some WebDAV servers.
        
        Some WebDAV servers don't implement section 7.3 of RFC4918:
        <http://tools.ietf.org/html/rfc4918#section-7.3>
        
        This lack of implementation breaks 'Save As...' functionality
        when the target is a WebDAV server, by not locking the URL
        ('reserve the name for use', in RFC4918 parlance).
        
        The server not implementing this usually answers with one of
        '405 Method Not Allowed', '501 Not Implemented' or
        '412 Precondition Failed' http error codes.
        
        The fix should manage this lack of implementation.
        
        Change-Id: Ie4689a076aafa365106d02b3ea16459a28fcde65
        Reviewed-on: https://gerrit.libreoffice.org/20600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [40782060f6e5c825d0086d743c1451ecaeb87a9e]

        Bin obviously unneeded copy pasta
        
        Change-Id: If6b40899ad38d2ae6e91f6627cca5a7129ffa6d6

2015-12-15  Damjan Jovanovic  <damjan@apache.org>  [cfe08df695c046371c4361a434176e6381e3e064]

        Use %tx to print ptrdiff_t.
        
        Patch by: me
        
        (cherry picked from commit 7d41b0a9559a388fe558cf7e8d81e4909a785af3)
        
        Change-Id: I5e087de043bf454268e4a3ccf24d9e25de3735ee

2015-12-15  Damjan Jovanovic  <damjan@apache.org>  [66add63dda22321476653d06a61bc61090fafc58]

        Use %p to print pointers in sal backtraces..
        
        instead of 0x%x + conversion to integer.
        
        Patch by: me
        
        (cherry picked from commit 25f185144085ebe06405a5d8f19a11544ed7f794)
        
        Change-Id: I49197aed7bc2dc92a4b54d9aa6a7dce95ebadcfb

2015-12-15  Caolán McNamara  <caolanm@redhat.com>  [5c19ef214f0f96bc304f3b45168143021b782d3d]

        Resolves: rhbz#1287581 explicitly state we don't want decorated toolbars
        
        Change-Id: Ibbf45b44eba9f5f65db0e7ae26cf6946b32f879d

2015-12-15  Caolán McNamara  <caolanm@redhat.com>  [1d18db339242a535d956b7e944ad1488fd2b4fd8]

        rhbz#1283420: cairo text + xrender bodge
        
        Change-Id: I926881bcfa4911f3d7f4899711be44a2f6d82026

2015-12-15  Damjan Jovanovic  <damjan@apache.org>  [98f0e0eda50690bd01842c806bd13e3bc5af2966]

        Resolves: #i19221#  Print Tab(5); "Hello" does not work
        
        Implement the Tab() function in AOO Basic.
        
        Patch by: me
        
        (cherry picked from commit fa1315d25186643ea537972609c117e0c9bb1fbc)
        
        Change-Id: Ifa9843661ce3862347c6351a078ddb207169182a

2015-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f2996d8f4573a2cdb1621215d721983891759aa2]

        opengl: remove device id from opengl blacklist
        
        This device IDs were taken from Firefox blacklist and are not
        relevant for our opengl implementation that uses different
        opengl features.
        
        Change-Id: I32b4bf364e196e0c1fcfa0c5ee6f025757a93e65

2015-12-15  aqcoder  <flw.aquarius@gmail.com>  [9a95520948de1d92c55252aa5f90606b01d6ac9e]

        fix paint table border in DOUBLE_THIN style
        
        it always paint partial table border which have line style of DOUBLE_THIN.
        Becouse the partial of the border line is out of the invalid window rect.
        so, we extend it.
        
        Change-Id: I9d95ca71a96cfa869c68d9d2200f29c7cd447eca
        Reviewed-on: https://gerrit.libreoffice.org/20701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>

2015-12-15  Yousuf Philips  <philipz85@hotmail.com>  [0204cc6ab2416efe62e0a416d4bbf04315dabf51]

        Updated core Project: help  581ae2d39799c48ee338b27e9b64d547ab62b70c
        
        Correct 'Window' menu entry reference
        
        Change-Id: I68cb3287063f7b4c4169a9bf6c4002aa911f02c9
        Reviewed-on: https://gerrit.libreoffice.org/20641
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [fd433a12691649604bd67732ad08e892ba47f23a]

        loplugin:implicitboolconversion
        
        Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [3dc76dc72e14a48787664d6f005bbe61dd3767f0]

        Missing include
        
        Change-Id: Iac9006292bfdb1b56e213346188245a205146803

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [0a8e78a21e59ea72739688cf8dab7e3895507139]

        loplugin:unreffun
        
        Change-Id: Ic741021b18b4064cb74786fc3d40fadf8eb85ab7

2015-12-15  Caolán McNamara  <caolanm@redhat.com>  [e3d2e376426b5237ded121d172324ef4ced5c3e0]

        more recursion protection
        
        Change-Id: I0a7b6c1037ea9442001b4eb9a9bb96778c0dedb6

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [d612d921a96d99fe7db2e70af3f23b31a5d6cc0c]

        Correct claim made in comment
        
        Change-Id: I7adccb1833ad2823ec7fa85f06752614d38639f9

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [07771b8431e8abb68049228d6ce124df53a2e5f6]

        Bin unused file
        
        Probably was forgotten in 0bf12a06b6344659fe964955a022c7f367598634?
        
        Change-Id: Ib32e46fd10307cbf49a1f6278b103b7b05392247

2015-12-15  Noel Grandin  <noel@peralex.com>  [4463da0488099b52959544923407b15d73d3e172]

        use vector as container for Primitive3DReference
        
        rather than uno::Sequence, since we modify this container a lot
        and uno::Sequence is expensive to update
        
        Change-Id: Id5bc5171cbc4b90b243e6dda6d572f21b3bdf00d

2015-12-15  Noel Grandin  <noel@peralex.com>  [00ea9e5e4ef2f20353c881ec5844ed3862897239]

        update constantfunction loplugin
        
        Change-Id: I7917e5e17e88868a5e315bce11099d32a07ca39e

2015-12-15  Noel Grandin  <noel@peralex.com>  [9c9291255f474b396813256050b84ffd425002aa]

        create a move append method for Primitive2DContainer
        
        since it is fairly common to append temporaries.
        
        Change-Id: I920daf8539e42fc9fe313af48fdb34ee4aaf908d
        Reviewed-on: https://gerrit.libreoffice.org/20637
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-15  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [9b9329e479615194dda0288d699263412e5c4f1d]

        Some WebDAV server answer without 'DAV:' XML namespace.
        
        The call to assert() is not appropriate, better use a SAL_WARN_IF
        instead.
        
        The call to DAVProperties::createUCBPropName() method immediately
        after will take care of the missing namespace.
        
        The change to assert() was introduced in commit
        dd9c15b36f69bec4d4fc9b0049f7e496e5eb9e9d
        
        Change-Id: Ib9b85426fc84907fb12f70759a189cedcf117b3a
        Reviewed-on: https://gerrit.libreoffice.org/20380
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [6e04d84df7b7b3d5edf903be3874894bec7d3aa4]

        Prefix members with 'm'
        
        Change-Id: I0a44c12fa8637a5a730743adcc6dfadeab91e72f

2015-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a0c0af7309e1f5ba3811bbe8a73e506cf5cd069]

        tdf#96113 sw: don't overwrite fo:background-color on ODT frame import
        
        The situation is similar to commit
        79fb61efb847405fa47235002b52ee8efad5e339 (tdf#92379: svx: don't
        overwrite fo:background-color on ODF import, 2015-08-21), except that
        here text frames had the problem of loosing colors when transparency is
        set.
        
        Fix the problem by informing getSvxBrushItemFromSourceSet() about if
        we're in XML import or not.
        
        Change-Id: Id1adf60b14a3762f0a2a43c49caeed9f6ea039be

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [6502c0dd8338c05dc4dab323099bb9062ff3d131]

        ...and this looks like a memory leak, too
        
        Change-Id: I5e203fe8b58d687c0c294c75e385f0bbc858ba07

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [f6d1a15206ac13d3034c0c08722dea6102202354]

        Memory leak
        
        Change-Id: I99da487f0bed527eaacf47642884ae25fb0ae8b1

2015-12-15  Stephan Bergmann  <sbergman@redhat.com>  [8102008ebd5ae8389ff227ba3b06de42316c8517]

        Memory leak
        
        Change-Id: I1e3678ca14b502b36c1ab698910c13179e83beb4

2015-12-15  Noel Grandin  <noel@peralex.com>  [d59f411bf2920626c4d55b0477bd7bb3db8dae51]

        loplugin:constantfunction
        
        Change-Id: Id72123039409b7559fb4fdfe5f29bf1bb83ac23f

2015-12-15  Noel Grandin  <noel@peralex.com>  [2c0a010b19cd2f1f7cf976b3fe7129dc9bd9e69c]

        loplugin:findoncontainer
        
        Change-Id: Ie32abd917bf86ab0c44be80a00e5f35354bc3cdc

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [87c9465262680dec09efb869800859aa65ab1d19]

        Bin unused function DbgCheckItemSet
        
        Change-Id: Ia08e7ea3381cd450d2dadd8add723574634124e0

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46]

        Bin silly 'STATIC DATA' comments
        
        Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [1c9de0488f11d6f9dc1cd08044ccbfc3e27a63ff]

        chmod -x
        
        Change-Id: Ifa02bde8c84326c513df74d34077710f2e28c91e

2015-12-15  Juergen Funk  <juergen.funk_ml@cib.de>  [8a86d673140febc39be2044d2feb7c28fd307aa0]

        tdf#96119 Cannot select item with mouse in any combobox / drop down menu
        
        this commit has make the problem, the removing of the SALEVENT_MOUSEACTIVATE
        
        commit dd351dd728687cffe432ce0ec9367ceb80e097fb
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Nov 24 08:50:39 2015 +0200
        
            loplugin:unusedfields in vcl/
        
            and remove the unused SALEVENT_MOUSEACTIVATE stuff
        
        Without of there, when click in the opened list-box it send first the
        "PreNotify" with "MouseNotifyEvent::LOSEFOCUS" and that close the listbox.
        After that, it send the mouse-event to a closed window, that is the reason
        why the Listbox not get the mouse-click.
        
        With this patch, first send the mouse-click and then the "PreNotify"
        
        Change-Id: I5a09b1524335434f043d22bc71f7e38559fb1c0b
        Reviewed-on: https://gerrit.libreoffice.org/20708
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-15  Tor Lillqvist  <tml@collabora.com>  [014633f83e44ae8ba33087b6f38e8e253e281969]

        Use #version 140 to get inverse()
        
        The Linux GLSL imlementation is very loose in its interpretation of
        standards, it seems. (I am not surprised.) Not so on Windows, at least
        with AMD drivers. The inverse() function (for float matririces) is
        present only starting from GLSL 1.40. Bump the #version directive
        accordingly. (See
        https://www.opengl.org/sdk/docs/man/html/inverse.xhtml)
        
        To get this to work again on OS X will be a further challenge. There a
        'legacy' context only has GLSL 1.20. But the intent is to move this
        code in the direction of using 'core' contexts anyway.
        
        Change-Id: I572dc7cc30f90321b233fbfd857455dc01761a7c

2015-12-14  Dennis Francis  <dennisfrancis.in@gmail.com>  [e0d2acfa65d81da323cbe91e6451fca70e00bdd5]

        tdf#96447 : Show correct borders in border editor when multimarked
        
        Change-Id: Icfa10e1662f6ac00110a8d301734a72dcacc1780
        Reviewed-on: https://gerrit.libreoffice.org/20672
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-14  David Tardon  <dtardon@redhat.com>  [fd94964ad6611d7f20523272fe6752d38e3aec88]

        don't be creative and use a simple lookup table
        
        The original code breaks at least in optimized build on Fedora x86,
        because there nBits for 256 is computed as 9, not 8.
        
        Change-Id: Ib157c415bc9e231bf7fd544349810e6bc83c8fcc

2015-12-14  Stephan Bergmann  <sbergman@redhat.com>  [f1e5db3e5c5bc4909dd1f1e6e3288e7a8187efdc]

        Use emplace_back
        
        Change-Id: I006e3c8f411b480917d9cfb9c4f3d082b79c833d

2015-12-14  Dennis Francis  <dennisfrancis.in@gmail.com>  [e0b93ef5712264f78b8876993e718ccaad2c1216]

        tdf#34094 : Allow column and row selections while creating a formula
        
        Change-Id: I516ca96c0743840fb03d8208f7236ca25027bc45
        Reviewed-on: https://gerrit.libreoffice.org/20102
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-14  Stephan Bergmann  <sbergman@redhat.com>  [f88576cb1985ea5abccaadb5624c39a99795d7d8]

        Move var decl to where it gets actually used
        
        Change-Id: I8f9e74f7fbbff055c67cafba5d534db4635e5399

2015-12-14  Maxim Monastirsky  <momonasmon@gmail.com>  [1c035f1b0eb6f5e5fbb6c54bf2eea9a6c983eb8f]

        tdf#93837 Convert some Calc context menus to xml
        
        TODO:
        
        - Clean the now unused defines/resources.
        - Several submenus are duplicated (in the menubar too). Makes
          sense to refactor them to separate popup menu controllers.
        
        Change-Id: I85505eda1c5fb707b1e6064007f27af7b31452bf
        Reviewed-on: https://gerrit.libreoffice.org/20704
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-14  Stephan Bergmann  <sbergman@redhat.com>  [c31b6e1a154d3bf94b5346343104cbc00378e51d]

        Silence warning C4334 under --enble-64-bit MSVC
        
        ("'<<' : result of 32-bit shift implicitly converted to 64 bits")
        
        Change-Id: I738fe94ec559e2a35ffc32fb91c22c06094cff9f

2015-12-14  David Tardon  <dtardon@redhat.com>  [6be05a082543acb0e8005f369551157a8a99f242]

        add missing include
        
        Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8320ddcf067b9ef88cb5c2f914aed197c457417]

        DOC export: fix writing multiple smart tags
        
        No testcase as our importer doesn't read this structure, but Word
        complained about this.
        
        Change-Id: I91f947233802ea6fb103c32fd774bad09c56764e

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d737f8220f97f3060b87c05cca3ecaf3e80f9878]

        DOC filter: mark SmartTag support non-experimental
        
        And also relax two import conditions, as it turns out Word accept those.
        So instead of checking for each offset/length one by one, only check
        once.
        
        It's now as good as the DOCX one, I believe.
        
        Change-Id: I1890ef61fdbbd2ab6facaf3e787f75b791adcfdc

2015-12-14  Juergen Funk  <juergen.funk_ml@cib.de>  [e9ac45cd0c61e9907a6846f0da64e519bb6b3c89]

        unusedcode NotifyEvent::NotifyEvent()
        
        have buuild under windows with debug-util
        
        Change-Id: I65f5c52db0d57453bbbba268ba0b936588c2bf73
        Reviewed-on: https://gerrit.libreoffice.org/20657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [c96eeb5bf2ef428e7d147258d69825ff97acb226]

        Resolves: rhbz#1289394 gtk3: implement tooltips natively
        
        side step the whole pile of misery by using native gtk tooltips
        
        also gets transparency and native themeing too by default
        
        Change-Id: I59552661cd9dc18a563341885bc40fcdadc5264f

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [01ef12d173fb2c54a49186c8eb4fa40288b82945]

        Related: rhbz#1289394 always provide the screen area the tip applies to
        
        this will make it easier to implement native help tips
        
        Change-Id: I984dfadaf02e9b7bf542ba82cf070911c89cb699

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0ae7c786b8e1a2422c8c28ca3a2a35d93e018d1]

        DOC filter: tokenize Plcffactoid
        
        Change-Id: Icef8c521d6a0ad1ee1fa1eadf2e472910c9193f2

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [fed39aeae06cbd38be1a57e68eb8859df7a9b3f2]

        DOC export: write propBags in SmartTagData
        
        Change-Id: I1d1f8aa28438209fbe3258b4b4418fcdfaabf78c

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [520bb76859d912bfc7a5f60d7dbbbd2e460b4ff7]

        DOC export: write stringTable in SmartTagData
        
        Change-Id: I05eda6067308119a388238eed356531851000691

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f52bb0b66020590b04bcfb5ce8ff6694f6a4112]

        DOC export: write factoidTypes in SmartTagData
        
        Change-Id: I30ba25e035fae08c06b17e2bafcb8a1147d4e12d

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [0e6ea7b9fa8f3748d0ced2122fa0a7c7698c1f93]

        ensure IsPage layout truly is a LwpPageLayout
        
        Change-Id: I3ca21608d633145c8a5238b947e22671460e9195

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [8d5822983e9b6a1e04874ce4d2c807fd0cf1ee04]

        Related: rhbz#1290014 gtk3: use gtk_window_set_modal on modal dialogs
        
        which makes modal dialogs (which are most of them) place correctly
        under wayland. Modeless ones are still uselessly shoved far to the
        left, but this makes things near usable and gives the same "graying
        into the bg" effect for the main window as other gtk apps
        
        Change-Id: If1486feb7631c5a0c2aa6efac3a6b9dd1b215daf
        Reviewed-on: https://gerrit.libreoffice.org/20699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-14  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [95958755cbbf8c6026b878703400d5d9ec1e6c98]

        Fix tdf#90700 Notify connect timeout early.
        
        Throws exception to manage timeout early in the first connection
        sequence.
        
        Change-Id: Ibf87f9d7607c808692509c694127266b6f542014
        Reviewed-on: https://gerrit.libreoffice.org/20196
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-14  Baptiste Daroussin  <bapt@FreeBSD.org>  [f0cf5557d7e309e84ec997b8bdd84c6d029271d2]

        Fix build on BSDs
        
        Change-Id: I88fbad89a78262f4c3275aa3a01fbebaacece245
        Reviewed-on: https://gerrit.libreoffice.org/20660
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-14  Baptiste Daroussin  <bapt@FreeBSD.org>  [3a8b00910e0dbcad29e8af74f3ab1dff4645e867]

        FreeBSD can live with default search path
        
        Change-Id: I3fa26aaf57d9620e952823c303ee77e2fc642045
        Reviewed-on: https://gerrit.libreoffice.org/20651
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-14  Tor Lillqvist  <tml@collabora.com>  [8681113dba235a21a13878bafda0a2c763f57d90]

        tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)
        
        It keeps state that apparently doesn't affect its cache hash key.
        
        Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea

2015-12-14  Oliver Specht  <oliver.specht@cib.de>  [17df8859ea1e71cb9215ed6b10714c04c1829d14]

        Use scoped pointers to hold dialogs
        
        assigning a component or a script to a dialog control should not results in a crash in
        dbgutil-enabled build
        
        Change-Id: I06d11d8d51d0fe8d1b2a7217c51c1dfc8d3f8c97
        Reviewed-on: https://gerrit.libreoffice.org/20695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [480fb6ca369f5a347489414e9d314c802b1ee7aa]

        clear objects from duplicate ids early
        
        Change-Id: I0caab9e329a465e10bf3ed321c55c287371bd437

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [d25035bc1c65998fc9e7d6271d5f7a16cf9cecc5]

        coverity#1327144 UrF: Unread field
        
        since
        
        commit 7650a60b577f0f4f439d94cd73779e5f5915a2cf
        Author: Stephan Wunderlich <sw@openoffice.org>
        Date:   Mon Feb 3 15:42:43 2003 +0000
        
            CHG: removed obsolete lines
        
        Change-Id: Ic03a2619a974005bbd2a60326a3dddb8cc394f83

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [17d5c40e7d322e7241be3201ffdbe4b80f60798f]

        coverity#1327146 UrF: Unread field
        
        Change-Id: Ie840cc41ed2c57da3793bdf370ed828242febceb

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [a80b72ac683d9b012624feb7f2f4259b4db4cb46]

        coverity#1327150 UrF: Unread field
        
        Change-Id: I70e241933b899b00bc4a3a959c900f284e6ec1ac

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [476924d473e054e4f279a8bd0594d6923f77434c]

        coverity#1327151 UrF: Unread field
        
        Change-Id: Iea1398d6c261659843d060fb0128f7a404beafb7

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [8293e4a3e8dd9034b10091dee5e7839d5cd54c6a]

        coverity#1327160 UrF: Unread field
        
        Change-Id: Ieef22ee987d486a8d7f994900a1f5fd61b0d8cce

2015-12-14  Caolán McNamara  <caolanm@redhat.com>  [1d27eaf08334b2de15323b8a8a38bd4b6620a60e]

        coverity#1327161 UrF: Unread field
        
        since
        
        commit 6eda3212ab539c2b5b37accf3a96ab100a79156a
        Author: Vladimir Glazounov <vg@openoffice.org>
        Date:   Tue Nov 21 13:12:59 2006 +0000
        
            INTEGRATION: CWS qadev27 (1.5.20); FILE MERGED
            2006/06/26 07:05:08 cn 1.5.20.1: #i66737# enhancements on property 'NumberingRuels'. Now the test checks also of correct XIndexReplace values
        
        Change-Id: I7e4a59e9b6d7cce044269af37f47fe75b65c56f7

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1f92d92ed7467d71db7d94d6e4aa40f65e8ddfc]

        DOC export: write SttbfBkmkFactoid structure
        
        This contains the name of the bookmarks, except that factoid bookmarks
        don't really have names...
        
        Change-Id: I0fe3b983edf206d51e4d1cf4a66919fce0167738

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1fa0eab7d73bd1bd57f8f47821430bb6b68af99]

        DOC export: embed factoids when writing factoid bookmarks
        
        Change-Id: Ibefc4b908c752a6256b168b4045afb400ba8b17a

2015-12-14  Mike Kaganski  <mike.kaganski@collabora.com>  [6381fe554aec600d13d0359903216811d644dd36]

        tdf#96206: Avoid scaling objects while copying to clipboard
        
        ... to prevent duplicating masters on slide copy-paste.
        Also fixed a 10-year copy-paste error (pRefPage wasn't replaced
        with pNPage).
        Fixed argument evaluation order issue (aStream.GetEndOfData()
        depends on Flush() but doesn't call it, so will return incorrect
        result if called before aStream.GetBuffer()).
        Replaced compare of hashes with results of stringify(),
        because it removes useless overhead (hashes are calculated from
        stringify() anyway, and are not cached anywhere).
        Removed Flush() called from SvMemoryStream::GetBuffer(), because
        it calls GetData(), which calls Flush() itself.
        
        Thanks to Andras Timar for unit test framework.
        
        Change-Id: Ia46d4e9a017fc628d424949a9d229045a249a4ca
        Reviewed-on: https://gerrit.libreoffice.org/20367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f8deb4601816c750743048deaed22f01dda0a36]

        drawinglayer: remove comment that no longer makes sense
        
        It referred to the previouly removed
        Primitive2DContainerToPrimitive2DSequence(), not to maybeInvert().
        
        Change-Id: I77dad2218d5b3e2e2d76673bd2e97d856d0b94f2

2015-12-14  Stephan Bergmann  <sbergman@redhat.com>  [658c66882f76885d5b0df88e254740e499dcaf4c]

        loplugin:literaltoboolconversion
        
        Change-Id: I9048966bd41e79bb7a2e9bd24c1dc611acefef1f

2015-12-14  Joel  <jmadero.dev@gmail.com>  [6fb1da55085ec37ca6ffde5d9bbc73585b26dee5]

        tdf#81519 Clarifying advanced options (unstable vs. limited)
        
        minor update to clarify unstable features against macro (limited) features
        
        Change-Id: I30c782144e5dff3c300cfcf431c745597f0c3db2
        Reviewed-on: https://gerrit.libreoffice.org/20688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-14  Justin Luth  <justin_luth@sil.org>  [4ec0cc0781312d908a46dca382fae8e416753756]

        tdf#91083 - .doc: emulate table kept-with-next not splitting
        
        An .odt table can “keep with next paragraph”.  This means that the entire
        table may shift to the next page and all the rows will keep together as
        the table attempts to stay on the same page as the following paragraph.
        There is no “keep with next” property for .doc tables, but each row CAN
        be kept with the following one.  When exporting an .odt file to .doc,
        setting each row like this will keep the text flow similar to the
        original .odt's layout.
        
        This commit only hinders the table from splitting - it does not actually
        affect keeping with the following paragraph.
        
        This functionality already exists in the code, but was broken
        by a variable that “changed meaning” almost as soon as the
        functionality was introduced.
        
        A followup commit will deal with "full page" situations when the kept
        sections are too large to fit on a single page and so the table should
        split instead of start a new page. The only situation that can't be
        handled nicely is a single table kept-with-next that spans more than
        one page. Such tables ought not be marked as keep-with-next anyway.
        
        Change-Id: I401772b3fa2e329b7b0890e67639cbca8c845206
        Reviewed-on: https://gerrit.libreoffice.org/20217
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2015-12-14  Michael Meeks  <michael.meeks@collabora.com>  [63feac2a3264ead8f52148644b14078a4be5a2b9]

        Fix drawTransformedBitmap for NULL pAlphaBitmap.
        
        Change-Id: Iff1a0eb8e4b112b874813023551a797320ac0ad5

2015-12-14  Maxim Monastirsky  <momonasmon@gmail.com>  [121b7b880c4d17c1ce320ad6b1c560577c9953ed]

        tdf#93837 Convert MN_PPREVIEW_POPUPMENU to xml
        
        Change-Id: If490e8523dbedabdf4124b1bd1a5ba08678dc06e

2015-12-14  Maxim Monastirsky  <momonasmon@gmail.com>  [31689f989d453bd96f2d52fa8f0fa337ec6fb576]

        Missed this file in 2657e31
        
        Change-Id: If05602bf0fbbae0a669913e56add92ed902141c0

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [db5ca168680404801d2e93291ee2a14580766bcc]

        sw: table context menu improvements
        
        Taking into consideration the changes from
        https://gerrit.libreoffice.org/20446
        
        Change-Id: If2419574611b890170e9d5eb69703e5c8c21c3c2

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [9550737e5db7415a679aec8a64d6f724962b8750]

        need more References for life cycle fixes here
        
        32nd and final distinct crash fix of this sequence
        
        Change-Id: Ib9f41091737e66995f332c06083d51408eb1497b

2015-12-13  Lionel Elie Mamane  <lionel@mamane.lu>  [76d3e87113da51ea515d1d0a84a17cdb0f70d5c4]

        ODBC SQLBindParameter nitpick: correct DecimalDigits for exact numeric values
        
        The driver is supposed to ignore it as per the spec, but let's be
        conservative and pass the value defined by the spec.
        
        Leave it as invalid for approximate (floating-point) datatypes.
        
        Change-Id: I542fdde5e711a335c708ad9e6f2abe2fd8632ef6
        Reviewed-on: https://gerrit.libreoffice.org/20685
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-12-13  Lionel Elie Mamane  <lionel@mamane.lu>  [0df0ab1bc8530b5bc307e946f35e8f6be883c2d1]

        tdf#96461 ODBC SQLBindParameter: correct DecimalDigits for time(date) values
        
        Change-Id: I33c63d2c002d9abcbadb16bcd460996ef3212f4a
        Reviewed-on: https://gerrit.libreoffice.org/20684
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [76220aafe0bffe20f10b07c725cd096adb56b108]

        guard against infinite recursion
        
        Change-Id: I1b566c835b6cdc733d0aa4393d3b3ce2ff7b764f

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [012bdecfcd7094403516c98bd5231fe1ef6f7e9d]

        more lifecycle protection
        
        Change-Id: I158632de6898685e34d362cc274e959bb5c2e2d7

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [69d166a0277d21d63b97ffc965d82bb301d55502]

        more use of references to avoid crashing
        
        Change-Id: I03748695efbe17d59aba09f88d5c6fcd174113c9

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [00bccc565d1bcd4bd620bb9b33b9f1d07fb5f13e]

        font might be null
        
        Change-Id: Id0d9bb1d1abe6f6c9440bf979407d13db49696c4

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [01f920f2cece7a05ea075130c19229029efe7c0f]

        most casts and checks
        
        Change-Id: I8be1b8298f096791628d1f51d36ceeabdc804f9a

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [80509545cc43893776dd24f441e9b95567ce06db]

        hold WaterMarkLayout by reference
        
        Change-Id: I7dc7739ee7b958319ddd4e0cf262254728ef0569

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [64cfe976c36cb930e0a96557ba7d9eb99442fc59]

        use more references to fix life cycles
        
        Change-Id: Ib14639d532da5bffdfe7e0a7bb362b20a7f25dfb

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [a23f7b3c14ad0e88264aca197a979aefcc9c0670]

        use more references to fix life cycles
        
        Change-Id: I83928638a390f434c431487b1cb13633f24de9ec

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [a258c3a6503b4fd76ad2b0f705fdd7f472f58c4b]

        use more references to fix life cycles
        
        Change-Id: I50fd30114b45d1225adb7bfd5d77cb89a229aac8

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [c66ed9591217a612c7adc22757ea2b760a716ee3]

        guard against invalid Layout Scale
        
        Change-Id: I84541445e44f14244030b9970e0a48e72edacea7

2015-12-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [92e4dae00d8eb4a82b43eabec149bd6912cb74b0]

        Update themes for openremote icon (tdf#93038)
        
        add elementary, hicontrast, human and sifr openremote icons
        
        Change-Id: Iefe2db951a8127be387e79453cae0131bf0648c3
        Reviewed-on: https://gerrit.libreoffice.org/20681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [c6a2df4061de028eb9d7fb752051ecb9f1621fef]

        guard against no container layout
        
        Change-Id: If615c68bfaf145d81dab96b05e7b903c1a6b03cf

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [a065eda2383e8d2d8de3cf0a280f6699c05da425]

        protect both EnumNamedProperty branches the same way
        
        Change-Id: I93669a6460806c1d4c35669a639667b0c6f3f4ab

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [0876868a14c7d139ed2a79ece989c84239a2c853]

        use more references to fix life cycles
        
        Change-Id: I54931f0dccabb2d9a58cc92ef5ebf3469f93f03c

2015-12-13  Arnaud Versini  <arnaud.versini@gmail.com>  [4df183e2c9c548ecdd6f3421d9ef043194aa0981]

        BASIC: use c++ foreach loops when possible.
        
        Change-Id: Ia1c734e26da88010eef40a4375c423b0765f43ae
        Reviewed-on: https://gerrit.libreoffice.org/20423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [fdf122378d5dfa7160fa29eace026424b125e3e4]

        deploy references to keep layout alive long enough
        
        Change-Id: Icac22d3c179eca42e01a724f7592ee4b34dd45e3

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [a1426bc54b11eb48fdefaf7e8dfd7996e5c7e4d5]

        use more references to fix life cycles
        
        Change-Id: I0c903533542608c1d7a3c97e2be7f2b7624b265b

2015-12-13  Jean-Pierre Ledure  <jp@ledure.be>  [ad23fb096d8f65346bf5f0f5095f718532a32941]

        Access2Base - OutputTo action more concise
        
        Simplified use of TableDefs and QueryDefs collections
        
        Change-Id: I87c5dcbbb1105c61324a0a89929f13ff86eab4a4

2015-12-13  Julien Nabet  <serval2412@yahoo.fr>  [bdafd030e5aabc127fb18229968af1ae061359a8]

        Blind fix for TB Win64Dbg
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=1321ae8ceba1801cd75322d6cf51ab53bac86b2a
        
        Change-Id: Iba9e9560e34d9107787d117a7cfff82349b7f933
        Reviewed-on: https://gerrit.libreoffice.org/20680
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [62a6cadbab6c7bdfbd605c1c75c250904ed10442]

        use more references to fix life cycles
        
        Change-Id: Ib70b5ebc498e6517ef40d0515e69e2e77288c1b5

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [1deae8a2d92747ad69b024513ddae93cc8927d29]

        deploy references to keep layout alive long enough
        
        Change-Id: I670f00b0beb77e5014c3dd4a4798e69ece882b87

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [2487ba80581d8b0f50be40a26255789e1a050e95]

        guard against missing header rows
        
        Change-Id: Iaa28ef00572eb9c4ba3a6d8ae0c668b7b0132f56

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [ddc7d96a399822c2f29dcaca8222dfb96c383576]

        protect against missing Foundry
        
        Change-Id: Ie5c0317f842258fe42f894dbace0ea0e328f288a

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [4e6df6de1a95b6b4194cf930cabaae7fde3b6960]

        recursion protection
        
        Change-Id: I66fda143ba1f0fa6f2638a8bd4936c75a6c40980

2015-12-13  Jean-Pierre Ledure  <jp@ledure.be>  [9d3adaaac8839b71f3960ebebbf5fa193f906219]

        Access2Base - OutputTo action - support encoding in csv files
        
        Change-Id: Icc4a631d67c3d4acf67de1cb38018c37602a16eb

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [5d8449cd14aa3d08929bb25626ab54aa7515f47d]

        need more dynamic casts here
        
        Change-Id: Idf84ababeeb109a411c03a18d3a9aa6e136c7ef4

2015-12-13  Julien Nabet  <serval2412@yahoo.fr>  [d699266393d29227d249204faf5036fc0bd6d6ac]

        cppcheck: fix memleak in win32/wintools/msidb/msidb.c
        
        Change-Id: I60ce0dbb26a75b49a50a982214d7adfb7ab833a0
        Reviewed-on: https://gerrit.libreoffice.org/20679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [fd5708bfe8b034a825c0643ea9af73b2f976cd40]

        Move .uno:InsertFormMenu to GenericCommands
        
        Change-Id: I9af0b49c95dd55ccde463b6f0567c9160d180670

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [4151ce973503126f335a92444bb18bd7f3fe1942]

        These should use menu:menuitem
        
        Change-Id: Id93ee037e99ca7612937e206a116fac4b0650124

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [c6772819f7606546493d2cff9265d8536896fb81]

        Use ToolbarAsMenuController
        
        Change-Id: I5e43898bba93c0d946b247c72a6243c17e4ac26e

2015-12-13  Yousuf Philips  <philipz85@hotmail.com>  [d1461011d3fb5df172e4e07cb549c4cac4f37b67]

        tdf#91857 Additional improvements to Impress' menu bar
        
        Change-Id: Ibad6e02b4198219ae32f61af20abd312a99811e8

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [fb8cba16caa87bf21fdd2747b22d90d913557dac]

        infinite recurse protection
        
        Change-Id: I7139e67e7b5bcd7e1867dff1cfbd53fa0f5748b7

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [9e820dc8e6e8ebc65e3afad813755422bef33c63]

        Get rid of this env. variable
        
        Change-Id: I70222eaef9ab77f74bd7e200a3c4e849dcc4542f

2015-12-13  Julien Nabet  <serval2412@yahoo.fr>  [6e1efd486dfd5a4bcff1405158c9e40e0c2b6524]

        cppcheck: fix memleak in lotuswordpro
        
        Change-Id: I15b8aa6b95264d56018fbd5c22bcb0d04e43cf91

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [bb2ead8b4bcf197403842cef16a61acdb3185755]

        tdf#93837 Adapt sfx2 to use xml based context menus
        
        Change-Id: I71aaa98e9cf022b53cc094418bc09fb385af55ce

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [bf18145d3ff9ec731bc6caa9797e76bfb71a6c1a]

        tdf#93837 Add helper code to load popup menus from xml
        
        Using internally MenuBarManager to manage this kind of menus.
        Implemented as a popup menu controller to be able to use in
        menubar/toolbar, not only as a context menu.
        
        Change-Id: I46719d66c569db83edd04faf977e0b2b3df0c5fa

2015-12-13  Maxim Monastirsky  <momonasmon@gmail.com>  [2657e3146232dc61d759ff5da35eba2ce6270517]

        tdf#93837 Convert MN_TAB_POPUPMENU to xml
        
        Change-Id: I8bf4557094bc32ad58760e822689c3f1d5f33c8f

2015-12-13  Caolán McNamara  <caolanm@redhat.com>  [5df326438fd3a5613a52b4de1935426911ff1301]

        guard against infinite recursion
        
        Change-Id: I7c55986fba87dea0c519f60240605db03262dfe9

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [c910e229aa19edd0502aa05dffedc91dd727da6f]

        guard against null pContent
        
        Change-Id: Ia4f2dff9c3cb81bb5056f005b23420cab1ca49e5

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [dd43c614980ed330936df1abcc484452e1c71a09]

        guard against missing Container Layout
        
        Change-Id: Id9525918eab822b39576a1efce7dc3a3bd93e78d

2015-12-12  Julien Nabet  <serval2412@yahoo.fr>  [ded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465]

        Typos
        
        Change-Id: I7a161afb520c3f26be0d5846a3ef2300c558a7d2

2015-12-12  Julien Nabet  <serval2412@yahoo.fr>  [b174251ca6e8f2fd2059fdf340c38e67d1dec3b2]

        Typo: strucure->structure
        
        Change-Id: I41e0731ddafc39ebcff1c3d8984f4f4f69d35aaf

2015-12-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1321ae8ceba1801cd75322d6cf51ab53bac86b2a]

        check in dbg if we use correct SalBitmap instance that we expect
        
        Change-Id: If1f176291304d2ef401bfb65c73ebf6635f0e756
        Reviewed-on: https://gerrit.libreoffice.org/20668
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-12-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [da98f6cc0e638f55eddea9ec84b80b2ddfbeae32]

        Update galaxy theme for openremote icon (tdf#93038)
        
        Change-Id: I85c6c363e855ec19d064b1101d10ea62cc2e3707
        Reviewed-on: https://gerrit.libreoffice.org/20667
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [07c4d59702c5b9b3e647440926e2425af3918414]

        Update tango theme for openremote icon (tdf#93038)
        
        Change-Id: I709d89d8d77274c4f61665265aadca72f55a6c36
        Reviewed-on: https://gerrit.libreoffice.org/20666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [064aa692a6dcc910f5545b3e017100959e32fd04]

        Update breeze theme for fr and openremote icon (tdf#93038)
        
        Add buttons with coma instead of point for decimal separator
        Add button for openremote command
        
        Change-Id: If8b614aa19f788321fc06fb469fbe861bdef2769
        Reviewed-on: https://gerrit.libreoffice.org/20665
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [411dc2058d222a5c2f9b8b159b9384086c9219a5]

        check all obj().get() casts with dynamic_cast
        
        Change-Id: I763aa5874d0c1f977decff88414eea6247f96405

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [25632b8ffe53dd18faaab2f5c019f7a401ebf579]

        this cast needs to be dynamic
        
        Change-Id: I6d02cc8dc894ef7e2903874b0ab973f7f1b3225d

2015-12-12  Dennis Francis  <dennisfrancis.in@gmail.com>  [d4c22dbb1c9d71bb83c218d339df83e8727e469c]

        tdf#73006 : Put results in correct cells after Text to Columns
        
        Change-Id: I7a1653424edd93b2de0597ce8a94aa5f4fa85622
        Reviewed-on: https://gerrit.libreoffice.org/20258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [8d57f2fb953f031c48892366ce52f6d4fcb9c025]

        this cast needs to be dynamic
        
        Change-Id: Iaf8e7a46be9c92a7cd11136cb903cc4b9ffe54f5

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [e9801b286b7af0a6043a3a70090a49c5959abe16]

        guard against empty XFDrawObjects
        
        Change-Id: I9deb28a3a5420a43f8604a56145c8274bb4cc8d9

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [0034019480167d50df33865389a6d21e8d5b9cec]

        guard against missing table
        
        Change-Id: I00bde6564be6fb7c7f6d2ccb1faa7dd94e414635

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [13eaf4dad1324b4f2d909424b2bf06f75102f01f]

        guard against missing m_pXFContainer
        
        Change-Id: I5c0800c353b46ea1fe359a893bdd8215f70cd809

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [90ccda6242e9386f1825be9ded7ce66e01493565]

        coverity#1341876 Untrusted loop bound
        
        Change-Id: I5191a48d3cadc8b9e4c1cc5f4ea99adb0071002f

2015-12-12  Caolán McNamara  <caolanm@redhat.com>  [18952ac1de81b522f5fef36ff922c4a0dc29499d]

        coverity#1341875 Division or modulo by float zero
        
        Change-Id: I3a07361bb66a62533475618c9b50f184d791a799

2015-12-12  Matúš Kukan  <matus.kukan@gmail.com>  [e32dcddaa5b74b3d163413c685d7c088cef1cbd9]

        OOneInstanceAutoRegistration is not used
        
        Change-Id: I6928dec92655e4655af6c519405712892bf7d870

2015-12-12  Matúš Kukan  <matus.kukan@gmail.com>  [0769ad9284c4d71ab11e4460c0f380eca8d4c788]

        test for tdf#34957: change font in test document to make it work here
        
        Previously the text was too long, ending on second page,
        and table was on third page here, but is expected on second.
        Change font to 'Liberation Serif' which seems to be used elsewhere,
        and set line spacing to 'single' which makes the test succeed.
        
        Change-Id: I4fc903c5d83308608e70e3e440d5277abd487052

2015-12-12  Matúš Kukan  <matus.kukan@gmail.com>  [1ded035f853ba62f02958175046948d2b47b8075]

        tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactory
        
        Change-Id: Id1453e3cf1c8aef22536b4e0797cca7e654316c0

2015-12-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8227e8bef1c8c6c95627daf5023fe927605d50d2]

        tdf#94851 quick fix for drawBitmap
        
        Change-Id: Iffc0c9b2215c85760856ab876fa6e04613cb4200
        Reviewed-on: https://gerrit.libreoffice.org/20662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-12-12  Jean-Pierre Ledure  <jp@ledure.be>  [115a6d2587a03218d41c173beb437a6bf59def10]

        Access2Base - More coherent use of the acUTF8Encoding constant
        
        Change-Id: Ibcffe9d8b85d552f53246a3ac751000673705ab3

2015-12-12  Jean-Pierre Ledure  <jp@ledure.be>  [c2b2e698666ab51c346087b69a119a3b2026f23c]

        Access2Base - Add default FilterOptions string in Calc export to csv
        
        Design choices:
        Sseparator = comma except if decimal point is comma in locale setting, then semi-colon
        Character set = Unicode (UFT-8)
        
        Change-Id: I11eb88bf44cedaddfb52d3570f427d9e0d26b4cc

2015-12-12  Oliver Specht  <oliver.specht@cib.de>  [8045b87609409c944e3e89e7e11c00822a214512]

        tdf#36722: Enable footnote separator line style NONE
        
        adds detection of css::table::BorderLineStyle::NONE
        to the LineListBox and stops painting NONE style lines
        
        Change-Id: Ib24fa25a9e3e3ae685f2000685f01cae42d1653f
        Reviewed-on: https://gerrit.libreoffice.org/20639
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [917d59a84124d1022bd1912874e7a53c674784f1]

        tdf#94851 check SalBitmap & convert in all drawBitmap methods
        
        Change-Id: I040dd62737237ad7e016201a798ee42e27853556
        Reviewed-on: https://gerrit.libreoffice.org/20656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-12-12  Giovanni Caligaris  <giovannicaligaris@gmail.com>  [464374868a87c61e7eb1fbc32c778df3dea6a60f]

        Updated core Project: dictionaries  38ddd6c1bd743353e76496b48e8ab6ddb295f5f8
        
        Add Guarani thesaurus (gug-PY)
        
        Add Guarani thesaurus to gug locale
        
        Warning: The .dat file is not perfectly conformant to the LO
        build for thesaurus;
        
        The dat and idx file were generated by external program and were
        moved directly into the extension
        
        The file Dictionary-gug.mk has lines commented to show where to
        restore the "normal" build once the dat file is fixed.
        
        Change-Id: Ia39ec69f7289e28965cde21135f7e63fcb32ee66
        Reviewed-on: https://gerrit.libreoffice.org/20275
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2015-12-12  Baptiste Daroussin  <bapt@FreeBSD.org>  [6ac9a4f0a36677216660b29e26ce99c3b0a51e36]

        Make .mk files more portable
        
        Replace some -ldl by $(DLOPEN_LIBS)
        Add some FREEBSD tests
        
        Change-Id: Ic30fe29b938d877694db2927775f89de15c02d87
        Reviewed-on: https://gerrit.libreoffice.org/20652
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2015-12-12  Tor Lillqvist  <tml@collabora.com>  [aacf715527f73b3c3eda65e43a74975bc653586f]

        <vcl/spin.h> can be private to vcl
        
        Change-Id: If723dd72479ab8d072581e9ffbf7a1462c5fecda

2015-12-12  Tor Lillqvist  <tml@collabora.com>  [d2df0adad4cad2098807803a21ced712ad21e918]

        No need for a separate <vcl/lstbox.h>
        
        Change-Id: Ib8d0e3d240e693c678d575b4791f69ca760919ec

2015-12-12  Noel Grandin  <noel@peralex.com>  [0bcef149ce3785306271fa06184eb62950b62087]

        tdf#96339 fix bug in sort list
        
        this bug was caused by commit
        2aacf6c2cd82322b953988ff30d3bc997ae76d7b
        "sc: boost::ptr_vector->std::vector"
        
        Since the code in question likes passing around a pointer
        to the element of the vector, convert to using
        std::vector<std::unique_ptr>
        
        Change-Id: I9e9676fe7c2dc32e23ba6708aaea1f16c1bf2ff8

2015-12-12  Martin Hosken  <martin_hosken@sil.org>  [a3d6d9e4466f9a3d6d2c34bb8f372a5265583573]

        New Tai Lue prevowels are now stored before
        
        Change-Id: I0103ca0da3a39e48416617aab4372cde8be0bbab
        Reviewed-on: https://gerrit.libreoffice.org/20654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-12-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37d735b27477cc1b72063b0ef307a437fa5233a1]

        replace homegrown map with std::map<>
        
        Change-Id: I5f35e0aeb6cef5920891eaa338c1d9b29e0ce554

2015-12-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd58c7892b1b4162662962d27c07b4d3d459939f]

        use preincrement here for grace
        
        Change-Id: I7141510fbda1158511698f73c48274008f0a41dc

2015-12-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ddb248507f8266acdbd672eb84f51f5658f37410]

        writer UNO style families: test insert/replace ops
        
        Change-Id: I5a8daa1c0f2b62dbf56fa9fc1d14555f0ff613e2

2015-12-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d275f367140aeb8ca9803ef4181fb5f860932ab3]

        writer UNO style families: also check isUserDefined()
        
        Change-Id: Iada331a12232fd83b6813e6db65bd011d3746142

2015-12-11  Michael Meeks  <michael.meeks@collabora.com>  [e135f3ac39578b5e80c5c4dcf53764e9e32d898e]

        move breeze transition icons into base galaxy theme.
        
        Change-Id: I9e9372ea9df6b959493445901b70a9ee6d3c0dac

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [965ae41a23546508b34d6c582973b321c7251ecc]

        loplugin:nullptr
        
        Change-Id: Ib3acd5b853283dce2cdcbe72d7992637368fdf6b

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [ec8af31595fab867abf963ecfd80c6c3ec529948]

        loplugin:nullptr
        
        Change-Id: Ib6f55bc0ce6c09ea523174cb630c6d7cd9808f96

2015-12-11  Michael Meeks  <michael.meeks@collabora.com>  [6c68b71058263be74197a961fd7dfd2b43caf22d]

        vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.
        
        Other code is out of legacy mode now, so can't legacy as a proxy.
        
        Change-Id: Ie3807a3af680b707f2f08d058db955bc9cae6c2b
        Reviewed-on: https://gerrit.libreoffice.org/20647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [39b2c407610a9a4197960ac259b4284f01459b3c]

        minuscule whitespace cleanup
        
        (in an attempt to cause tinderboxes to rebuild)
        
        Change-Id: I5cc94a988303b7b1ff85ec09c3d4f88d300f73b0

2015-12-11  Eike Rathke  <erack@redhat.com>  [21dfe37aca134b22cdbdb73fc29d30a89cd85524]

        separate ScRange::Move() and MoveSticky(), tdf#92779
        
        To selectively use the sticky mechanism, i.e. not in an actual move of a
        range during cut&paste or drag&drop. Actually currently only in
        ScTokenArray::AdjustReferenceOnShift()
        
        Change-Id: I223e5013e4b820efb4ecb9e8ce8aa04a8bc01e27

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [ff66509d5045a98582abd9c3b59eeeb658e46a44]

        loplugin:nullptr
        
        Change-Id: I639638cb9cc387178183760137c0510802b8c6d9

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [f2876214d9566b61301f04c3e65cbbd21b25d07f]

        Get rid of StaticLibrary_pdfimport_s
        
        ...which contained the bulk of .cxx files that should logically go into
        Library_pdfimport.  It was likely (only) used so that check_targets
        CppunitTest_sdext_pdfimport, Executable_pdf2xml, and Executable_pdfunip could
        access the library's internals without exporting them.  For the CppunitTest, use
        the standard gb_CppunitTest_use_library_objects hack instead.  For the two
        Executables, make that _use_library_objects hack available for Executables, too.
        (It is a bit unclear whether those two Executables are really needed, they are
        only referenced from the dead dmake-based
        sdext/source/pdfimport/test/testdocs/makefile.mk and from vcl/README,
        respectively; but just keep them alive for now.)
        
        Change-Id: Ia2478508de216678be7a2302aba0c48f80de9d91
        Reviewed-on: https://gerrit.libreoffice.org/20645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-11  Tor Lillqvist  <tml@collabora.com>  [a643222794fa0d0e76d18fc59cf9ef3c5ea5188f]

        No need for a separate <vcl/graph.h>
        
        Change-Id: I962544005b5d408f7c044a02eefe09b87d8a81fe

2015-12-11  Armin Le Grand  <Armin.Le.Grand@cib.de>  [e67a834c5d1a14889ab97b79df5b579934f27c30]

        Resolves: tdf#93994 flush API objects at load time
        
        When importing SdrObjCustomShape for each an Outliner and a
        VirtualDevice as RefDevice are created and held. On 32bit systems this
        breaks the import with many such objects (in the bugdoc around 4300). On
        64bit it works, but more memory as necessary is used. To avoid this,
        flush the UNO API implementations at these objects after one page is
        imported.  Do not do this for each single object, that will break the
        connector import which does some processing later.
        
        Change-Id: I7296edd40f01c1a40258808d78bf39e6d4fe29bf
        Reviewed-on: https://gerrit.libreoffice.org/19990
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ce3d3f5543e3e132a3473af27aa2c827336add0f]

        add test for UNO writer style families ...
        
        ... and fix the breakages it finds.
        
        Change-Id: Ibc7289cc0cd7fb5648d686bd55afff9016f58b3b
        Reviewed-on: https://gerrit.libreoffice.org/20638
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [14bb81ef5666a9e775208ffae947bb8ba76bc8cb]

        Remove unused -DBASEGFX_STATIC_LIBRARY
        
        ...introduced in b9d1006ebb3c97e398d4bb31075fd2577f3ac858 "re-base on ALv2
        code," probably due to a merge conflict or something like that.
        
        Change-Id: Ib38cd24e935f951482ba99f483a419a9a7782ae8

2015-12-11  Eike Rathke  <erack@redhat.com>  [0e40e1e3243d57fdf67c54d7c5b69e77fe7d03ce]

        silence -Werror=strict-overflow
        
        error: assuming signed overflow does not occur when assuming that
        (X + c) < X is always false [-Werror=strict-overflow]
             if ( rAddress.Row() < Row() )
        
        Change-Id: Ia643491657680fffcaacae4a474af479b9a07e35

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [576c7562ecf3d6d707c78d80852907c4a014178f]

        Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelper
        
        ...to prevent errors like 5ac6e00274e732435b55c2908db9cea658fe549b "Memory leak"
        
        Change-Id: I3e20393af628849d8a387b491b75e1aacdea982a

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [1e0e115d47e5874414ab511de8671d5bc466812c]

        Clear all m_pVCLMenu->pItemList->maItemList[i]->m_pSubMenu
        
        ...even if no correpsonding xPopupMenu proxy has been set up for some i (because
        that sub-menu has never been opened by the user).  Otherwise, the Menu that
        m_pVCLMenu->pItemList->maItemList[i]->m_pSubMenu points to will be deleted
        (during a recursive xSubMenuManager->dispose call), and when later for some
        sub-menu j > i that /has/ been opened by the user SetPopupMenu is called, that
        can lead to
        
        > Menu::GetPopupMenu(unsigned short) const at vcl/source/window/menu.cxx:835
        > Menu::GetAccessible() at vcl/source/window/menu.cxx:1400
        > OAccessibleMenuItemComponent::getAccessibleParent() at accessibility/source/standard/accessiblemenuitemcomponent.cxx:339
        > non-virtual thunk to OAccessibleMenuItemComponent::getAccessibleParent() at accessibility/source/standard/accessiblemenuitemcomponent.cxx:335
        > atk_object_wrapper_new(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&, AtkObject*) at vcl/unx/gtk3/a11y/../../gtk/a11y/atkwrapper.cxx:839
        > atk_object_wrapper_ref(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&, bool) at vcl/unx/gtk3/a11y/../../gtk/a11y/atkwrapper.cxx:795
        > AtkListener::handleChildAdded(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext> const&, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&) at vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:157
        > AtkListener::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) at vcl/unx/gtk3/a11y/../../gtk/a11y/atklistener.cxx:296
        > comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) at comphelper/source/misc/accessibleeventnotifier.cxx:281
        > comphelper::OAccessibleContextHelper::NotifyAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&) at comphelper/source/misc/accessiblecontexthelper.cxx:188
        > OAccessibleMenuBaseComponent::InsertChild(int) at accessibility/source/standard/accessiblemenubasecomponent.cxx:436
        > OAccessibleMenuBaseComponent::ProcessMenuEvent(VclMenuEvent const&) at accessibility/source/standard/accessiblemenubasecomponent.cxx:624
        > OAccessibleMenuBaseComponent::MenuEventListener(VclMenuEvent&) at accessibility/source/standard/accessiblemenubasecomponent.cxx:572
        > OAccessibleMenuBaseComponent::LinkStubMenuEventListener(void*, VclMenuEvent&) at accessibility/source/standard/accessiblemenubasecomponent.cxx:569
        > Link<VclMenuEvent&, void>::Call(VclMenuEvent&) const at include/tools/link.hxx:84
        > Menu::ImplCallEventListeners(unsigned long, unsigned short) at vcl/source/window/menu.cxx:355
        > Menu::SetPopupMenu(unsigned short, PopupMenu*) at vcl/source/window/menu.cxx:825
        > framework::MenuBarManager::RemoveListener() at framework/source/uielement/menubarmanager.cxx:556
        
        looking at the dangling pSubMenu pointer (and even if the dangling pointer is
        never dereferenced, UBSan will try to determine whether the static_cast in
        
          return static_cast<PopupMenu*>(pData->pSubMenu);
        
        in Menu::GetPopupMenu, vcl/source/window/menu.cxx, is fine and cause a crash).
        
        Change-Id: I5e5f6dba266580e3c2e7693877ea79a07d80bb74

2015-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3b397f8a41ccc810ce5048d80b1e3dab827cb093]

        slideshow: windows build fixes
        
        Change-Id: I9032af7583f0cf97664d2f84d5aead0cb1547c1a

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [d9116f2235e1a79c86446fc67231684edac49d82]

        slideshow: Improve the performances of the Glitter transition
        
        Change-Id: Iaf482b357577ff8a5511607844a69c90ea28d29f

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [c0b8c035db9afd6271e0382c4f10ad44d3aa0dbb]

        slideshow: Improve the performances of the Honeycomb transition
        
        Change-Id: Iacddc7b84bf0be8bb112cba88cc7fd36f72e7ca0

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [c5228bd0e430c3e45383939cdbd3e6dc7ee9dca6]

        slideshow: Don’t upload matrices to inexistent uniforms
        
        Change-Id: I1572e101be0f5d9267dd48e96212689d80d1d023

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [b4383be80b0f24ebee670eec558d0963404d40d4]

        slideshow: Use GL_CLAMP_TO_BORDER for texture wrap
        
        No transition makes use of repeat, and it could lead to some artifacts
        when writing transitions.
        
        Change-Id: Icf6f4f0eb74c28d8c75991e717b6b4ffe9df5060

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [facfbeb5cbff191da956827bc37df7bc74ed0b81]

        opengl: Add Geometry Shader support to OpenGLHelper
        
        This is the ground work for some later transitions in slideshow.
        
        Change-Id: Ib200cf7fabd579256a5255b0fb5d8c4accf7d24b

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [129b8b85c945091665ad3ae1c4fa3b6d9a157d25]

        slideshow: Remove extraneous checks for the program object.
        
        Change-Id: Ice61bfbd75aafd4197584c34ef7fbed80c20c184

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [9e991f43e57d7a74fa2db10a46021cbe2218ac5a]

        slideshow: Don’t crash when a transition fails to initialize.
        
        Instead replace it with no transition at all.
        
        Change-Id: If7085e2ecd79eda80097f96bebbb2f9d11161c22

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [463739f44e75798dbdb1239c7374ed5254a9e9d4]

        slideshow: Only upload vertex data on prepare
        
        Change-Id: If87f441607adf2ed0aa31023352774e7372b7edb

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [c831e4851f35ddef5ef45062ba291d07dda4b1b4]

        slideshow: Fix what was remaining to be able to use a core context
        
        Change-Id: Ifb22c75c77d6bb5d3f144a1ed92bbcdf8d1112fd

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [859e64aa730fa380ecaab92527e2cfe97c299a4f]

        slideshow: Fix lighting in the Vortex transition
        
        Change-Id: I870ef7885fe569c89bde63a70ef038c4133ffbfd

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [a74e8ab7841a67ae353c537d449d27a931ba67d8]

        slideshow: Remove the last legacy uniforms
        
        Change-Id: If5f7368bf53dd59e66e990e4f2c57b6ee2cba44b

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [7d1c123a55d222868e27673685c25d62b1e96cd5]

        slideshow: Upload the projection and modelview matrices as uniforms
        
        Change-Id: I9d6c3ad0d2cc2f691afb2c8622471286f8a5e1c7

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [566eca14481ea70c83aef30824da911ccf834b41]

        slideshow: upload the transform matrices as uniforms
        
        Change-Id: I2380fc7f8462514e6c032b18b44df51fbaaccb9f

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [4fcebe9f8a69f40bb8629da69df5974851515d2e]

        slideshow: Remove legacy lighting code
        
        Change-Id: Ib799244c6c3dd8d6fd21adc28e68690287caebd0

2015-12-11  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [f9a0564fb900764485f5e44c9b01a467022b792f]

        slideshow: Remove wrong and unused uniform upload
        
        Change-Id: I13c91af15caad888b4b56dbf92b63fdb0a97b47d

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [878be3cff28b11779347e694c1c3078759c68b5a]

        loplugin:staticmethods
        
        Change-Id: I92bafb3459f4a2847aac05f114691b39144dc7c9

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [a36c2b5bcfc7fa14438c6c682f925b833f7fe0f8]

        loplugin:override
        
        Change-Id: I0b0c2e33137bfd35a5048638ef3cce18ed1b06f0

2015-12-11  Stephan Bergmann  <sbergman@redhat.com>  [7201810cb88811b05b938cc3db3232d9cf84c82e]

        loplugin:defaultparams
        
        Change-Id: Ib85337ebef0ba1a3ab00ad3adb59b4cffbba2b2f

2015-12-11  Pranav Kant  <pranavk@libreoffice.org>  [ea5c99428f56e1d3a3e782505aa2f56f905038a4]

        tdf#96384: Add a new signal 'text-selection' to lokdocview
        
        To help client know when the user has selected a non-null text.
        
        Change-Id: Ie939612fc5f38e2e50e9ad9792e04e89ae918886
        Reviewed-on: https://gerrit.libreoffice.org/20621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-11  Tor Lillqvist  <tml@collabora.com>  [c95a6adceb4e5de8b5a73156eb4e8ee21d59899c]

        No need for a separate <vcl/combobox.h>
        
        Change-Id: Iebf7b44e78fc28c20bdf0cbea84dbfd730b04016

2015-12-11  Eike Rathke  <erack@redhat.com>  [fe445df126ff0be771494dfef3aec09ca82f8aef]

        unit test for sticky end col/row anchors, tdf#92779
        
        Change-Id: I78584e37e5944327db9cc5b6472a9e7ea972b37e

2015-12-11  Eike Rathke  <erack@redhat.com>  [9c1ba0988f5db05bb796eaf7cf902a0b601c6736]

        geez, how about actually checking the Move() error return? tdf#92779 related
        
        Handle failure condition where we know how to treat it, i.e. when
        updating references, assert in all other places that so far silently
        ignored it and implicitly assumed the failing Move() truncating at
        bounds would be alright. In case we'll encounter an assertion we'll have
        to inspect those places and decide what to do about it.
        
        Noticed this error with a reference like B1048575 and inserting two rows
        above, it became B1048576 instead of B#REF!
        
        Change-Id: I00757f3ed2e305b591178047933ed60f1533317e

2015-12-11  Tor Lillqvist  <tml@collabora.com>  [edbe61b671bc4c384be914099ee8bcdfd8491f3a]

        tdf#93991: One pixel here or there, who is counting?
        
        <tools/gen.hxx> Rectangle, I love you.
        
        Change-Id: Iaf7ae2930d6098349f04cd429cd35dffcaf7ca3b

2015-12-11  jan iversen  <jani@documentfoundation.org>  [b0ef4a1618624dc506075aab789581e270a47654]

        cid#1326581-8 useless calls.
        
        Rebuild the type check to one set of "or" and a throw
        
        Change-Id: I99bf688bdf60c357be4cc5dcd9b7be2532b6fbdb
        Reviewed-on: https://gerrit.libreoffice.org/20491
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-11  jan iversen  <jani@documentfoundation.org>  [d118979da4a44691268dbfb1fb01b6ed3954885e]

        cid#1326589 useless call
        
        Removed function call, the function changes nothing or controls anything
        
        Change-Id: Ia243c31134ee5a32d50140faf8e64f55b30c218f
        Reviewed-on: https://gerrit.libreoffice.org/20493
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: jan iversen <jani@documentfoundation.org>

2015-12-11  Yousuf Philips  <philipz85@hotmail.com>  [52856b6ea7b6b01e8a8455ed657dc16b79de6790]

        Update hardware/OS info in About dialog
        
        Change-Id: I2c70e88cfa2663d0b3db48c309d7cf1630bbddbd
        Reviewed-on: https://gerrit.libreoffice.org/20632
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f1df1056399759e05bed9e9f94208671ca333d39]

        Revert "Impress/Draw: Open Navigator in the Sidebar"
        
        This breaks starting a slideshow with Navigator visible.
        Also leads to problems like tdf#96286
        Needs more thought & design.
        
        This reverts commit 6f493f9e379af1e005b85606c6aab515726be993.
        
        Change-Id: Ia796de5a8ef0be61f36517bc0aa896c66a95c1e8

2015-12-11  Michael Meeks  <michael.meeks@collabora.com>  [7bc1f1285e82982b5d900f54f3c6f877517598b8]

        tdf#93529 - move to a Mac-like double-buffered OpenGL model.
        
        This moves us to always rendering to an off-screen texture, and then
        (at idle) blitting this to the screen & swapping buffers. Ideally we
        should never see any rendering, or flicker again with this approach.
        
        Several fixes are included:
           + avoid multiple OpenGL contexts being created for the same window,
             created excessive flicker problems.
           + de-virtualize UseContext - which context we use is less critical.
           + kill 'mbOffscreen' distinction - all VCL rendering is offscreen.
           + implement 'doFlush' and high priority idle flushing.
           + bind stencil buffer for clipping vs. textures - fixing complex
             clopping when rendering to virtual-devices, and off-screen.
           + document environment. variables.
           + use white as default background glClear color, but red or
             random color for DBGUTIL.
        
        Change-Id: I6be08595b6c8deb7e6db0dbd81308b2c97d2b4ff

2015-12-11  Michael Meeks  <michael.meeks@collabora.com>  [93185f720aab0e58564c050ea3518746d8597803]

        Get Double-buffered context creation working on linux.
        
        Change-Id: I3db1d6792fcd51577f047b82029124ec825ea319

2015-12-11  Michael Meeks  <michael.meeks@collabora.com>  [ef414f70426f5e6b9170a6e3565f30f44bb41254]

        vcl: gtk frames should DeInitialize properly, to handle GL cleanup.
        
        Change-Id: Ie6a5464c28b89f08639939690052023e685a3d33

2015-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1cc30679765ce996a009865e6bad3e5b74b96b41]

        tdf#94851 can't use OpenGLSalBitmap with WinSalGraphics
        
        Printing is done with the WinSalGraphics and not with
        WinOpenGLSalGraphics on Windows even when OpenGL is enabled, but
        the SalBitmap is still using the OpenGLSalBitmap which can't be
        used with WinSalGraphics. So detect when the implementation of
        SalGraphic is "wrong" and convert.
        
        Change-Id: I99cd6b6403e9bd42d6f5b7d7cb07f48588c17ab8

2015-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8a498fad249b3a92f275f33b683f242cb8d68b7b]

        tdf#94851 use BGR color order in Windows
        
        Change-Id: I06dd26caed35bcfdf073abf64035a01e0b45fcce

2015-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5919f0bbe82129e25962be88db4156dd7daa2a36]

        vcl: extract scale convolution from bitmap to its own class/file
        
        Change-Id: Ibb10aa7450b78ca2709da38857f095ccbc679c54

2015-12-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ba659f71f482dd74a83aaa9710ea65fff27ac274]

        tdf#96075 Frame alignment buttons not using correct tooltips
        
        Tooltips change on state change, and they were taken from another source.
        Unify this to reuse the existing strings from the uno command.
        
        Change-Id: I8ff6fc43bc0469f15c9e930695d950f6d664bfdf
        Reviewed-on: https://gerrit.libreoffice.org/20629
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-11  Noel Grandin  <noel@peralex.com>  [da419ab6b28f0a20a62ea7fa13ab97a8ae946899]

        loplugin:unreffun
        
        fallout from 58d8d8ac67aa9b907f1304a48efa0f7a473d9de4
        "tdf#69977: uno::Sequence is expensive"
        
        Change-Id: Ib55de090c72dcfd8ad049746b693b383e70e8ca9

2015-12-11  Jan Holesovsky  <kendy@collabora.com>  [007543f9672b69de4dcf1dba1ccca0fc9d165897]

        sc: Merge ScMultiTextWnd into ScTextWnd.
        
        Change-Id: I21ed0e37feec0e7c078c2e284b7f4169f0cff432

2015-12-11  Jan Holesovsky  <kendy@collabora.com>  [5639a769fbcf672b1f32638764b4492674b894e6]

        sc: Prefix members of ScInputBarGroup.
        
        Change-Id: I72e4fdacb326a966b2717e235a58de856189a6cf

2015-12-11  Jan Holesovsky  <kendy@collabora.com>  [b562c31d250dfb6cbf68711c0cbbbbb9eca3b62d]

        sc interpreter: Force OpenCL off when testing the s/w interpreter.
        
        Change-Id: I2a459605021ee31b67b4bfbfd1f2e17ccbd22aeb

2015-12-11  Pedro Giffuni  <pfg@apache.org>  [7cc31b68c4c09f165f2e804847ba758820163f11]

        Do not assume time_t is long.
        
        time_t is long on some platforms but not on all.
        This plagues a warning on FreeBSD.
        
        Taken from: Jung-uk Kim
        
        (cherry picked from commit 1c030e286ac7a82eaa5b87c0f950894ab6be5027)

2015-12-11  David Tardon  <dtardon@redhat.com>  [b672126e7c4ffd32d42594cf527b09a9f0434cb9]

        tdf#96396 evoab2 does not need gtk
        
        Change-Id: I727d90e4ffc4d567ad02ca5b55b1e8d26d15e928

2015-12-11  Noel Grandin  <noel@peralex.com>  [58d8d8ac67aa9b907f1304a48efa0f7a473d9de4]

        tdf#69977: uno::Sequence is expensive
        
        when used as a mutable data-structure. Plain std::vector halves the time
        taken to display the chart dialog
        
        Create a class to represent the std::vector we are going to be passing
        around, and move some of the utility methods into it to make the code
        prettier.
        Also create an optimised append(&&) method for the common case of
        appending small temporaries.
        
        Change-Id: I7f5b43fb4a8a84e40e6a52fcb7e9f974091b4485

2015-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [44ad6aca0dee29841ec7cd15c6d0ad9b3dcaedbe]

        DOC export: register the smart tag offsets/locations in the FIB
        
        With this, a reader can actually find them in the table stream. Mark as
        experimental till all the related structures are written, so Word
        doesn't consider the file corrupted.
        
        Change-Id: I3f997dcdb14557b1f8eed78bd873b121068d9712

2015-12-11  Baptiste Daroussin  <bapt@FreeBSD.org>  [cee2655445319133095b0f6b19fc5b31d321099f]

        Kill check for ancient FreeBSD version
        
        Change-Id: Ia6f7d55d2d8d346695658549d2e86eef77215377
        Reviewed-on: https://gerrit.libreoffice.org/20625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-11  Baptiste Daroussin  <bapt@FreeBSD.org>  [c68b47ea1aae449599c8a616b6240daaf4be1d61]

        Fix test on FreeBSD which uses the same backend as Linux
        
        Change-Id: Ibc43b9f3d0fc9e343b0ff9abd627ee9afb881d69
        Reviewed-on: https://gerrit.libreoffice.org/20624
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-11  Juergen Funk  <juergen.funk_ml@cib.de>  [961727a6e7b20339a535fd1f3b67b6aa0cb1ff11]

        unused BitmapFilterStackBlur::filter(BitmapEx&)
        
        this ist here 644487a1152c7586a7f20c7f372572a71d8494d5 removed
        
        
        Change-Id: Ib64fb2a32047bd1f31de7f9a349b6c9683a6a0af
        Reviewed-on: https://gerrit.libreoffice.org/20628
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd205e40c58aa749fbe458d74ca0c2373a1017dc]

        sw: clean up no longer needed SwViewShell::isTiledRendering()
        
        Change-Id: Icd719c461613f8c59cad81b256678307f69974e1

2015-12-11  Oliver Specht  <oliver.specht@cib.de>  [bd05eec9e30647394c0624c94b97e46bf8b7533f]

        tdf#34774: enabled double click in input list field dialog
        
        Change-Id: I4a08016859b0afa95d8bf3a42be41bbe72c31570
        Reviewed-on: https://gerrit.libreoffice.org/20623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-11  Oliver Specht  <oliver.specht@cib.de>  [e5246a6b679cfd15ba9ec6db23448066f34c7c08]

        tdf#96382: background color is not applied unintentionally
        
        background color attribute should only be applied in a dialog
        if the user selects it
        
        Change-Id: Idf03840f7332a8cdbbfd616ce47ac26b3602d840
        Reviewed-on: https://gerrit.libreoffice.org/20592
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-11  Oliver Specht  <oliver.specht@cib.de>  [a5fb58caa0f941caacb1fff78c22285bb7f63026]

        tdf#33338: enable autocaption position 'above' for all object types
        
        Change-Id: Idf82c1d7f1b5e149c3796f5999fd09cf2c31299f
        Reviewed-on: https://gerrit.libreoffice.org/20603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-11  Oliver Specht  <oliver.specht@cib.de>  [feb59478cd3d0e81b1acbead259f3087c3434bec]

        tdf#34375: resizing of drawings with shift key fixed
        
        Change-Id: Ibd3b0e76484cf22a8d36f457f4b3c398ed1b85d1
        Reviewed-on: https://gerrit.libreoffice.org/20602
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f2070db3f2ad7e0c4b7d7233b5999bcf869226b5]

        update credits
        
        Change-Id: Ibee5fdd8a59b1e06112bc32ee5dad7f1699fae9b

2015-12-10  Jan Holesovsky  <kendy@collabora.com>  [d8c02ffd0f37c946e5a07f1062390714da26b8d0]

        tdf#96042: Oops, fix a typo.
        
        This fixes a regression from commit 4c4999d944bbf8a34f8a320b8de6f4a325bd5d97.
        
        Change-Id: Ie8496392f4811cc1ff146d7a5c43988da0d539c2

2015-12-10  Jan Holesovsky  <kendy@collabora.com>  [2ac8a544e7d22fd30c31870e5b3cbd22f52ce875]

        mailmerge: Make this more readable, and prefer a constructor over assignment.
        
        Change-Id: I9296964902c3490c73ecf7ee9c2a3623c195c386

2015-12-10  Jan Holesovsky  <kendy@collabora.com>  [115761cb1aa554890015aeb2062f0d645f4cb0a5]

        mailmerge: We are going to edit a document consisting of multiple ones.
        
        Change-Id: I31f297156c776e12b34969aad38573365d10981a

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [3735b05668ffcaa37fcecf2907478616db52f2b4]

        need a dynamic cast here
        
        53rd and final distinct crash fix of this sequence
        
        Change-Id: Id170132c2082fd4905192adc840125088ef5da27

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [ef68438d384ed6dd919fa0f1a3830d2171f8e002]

        guard against empty Story
        
        Change-Id: Ide44aed9a3189b0fd21a8adc039eb61bd3d3dc14

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [1e0b9881b4dc7d002d5da767f1476fb1c2147fc7]

        guard against broken formula and bad lengths
        
        Change-Id: Iab13d67fdc218c84400a4d84e177e5096bb68379

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [6834384e80cf5cd374cdec471ce385ba2ca94580]

        check for null Modifiers
        
        Change-Id: I842122f7e2cba48d4798905f41f63b3e06775d00

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [4a573e67c67ddf15403a79e7ec8d984d189dc83a]

        check for null content
        
        Change-Id: I824c29b39fe1e9e631a21f09611758bea03b0ca9

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [48c3eb3c91fd98c313bcec18f24cc949d6e788b3]

        detect infinite recurse in object creation
        
        Change-Id: Ie56eb27bb1827860b2600a5586e866e39cd31518

2015-12-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [0bfa6ddc99710c1e166140f97cf3212348d04d05]

        tdf#93263: Take function mask from ScPivotField
        
        and not from ScDPLabelData (that's what old code used to do as well).
        Afaics ScDPLabelData.mnFuncMask member is never modified as the array
        gets populated in ScDPObject::FillLabelDataForDimension. UI has thus
        only its default value (PIVOT_FUNC_NONE) and so subtotals get reset
        on every change.
        
        ScPivotField however contains the right func mask, so take it from
        there.
        
        Change-Id: I862be121683aac079e788ce535f714ac8cdbcd0b
        Reviewed-on: https://gerrit.libreoffice.org/20041
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-10  Tor Lillqvist  <tml@collabora.com>  [a16da9d851a4c46db1fd56e9115a97d43ca51074]

        chmod -x
        
        Change-Id: I0dceeba5994286bcc6a05ed3cdf4881ece202d79

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [67296edb5c8c7cbb185fe2d31c46eadc5dd927b8]

        this needs to be a dynamic cast
        
        Change-Id: Id606e58292a25309adb67cf05cc9b9a237e83f81

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [61f55b25c62eaa2714ad8b991edcf54be5e41e0c]

        add a reference to ensure pPara exists until end of scope
        
        Change-Id: I0067ead587c25296ab195b80f461fb0766b1899a

2015-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bf8209428ae2aa097e48034c21ba06180aed4fe]

        DOC export: write smart tag locations to table stream
        
        With this, the PlcfBkfFactoid and PlcfBklFactoid structures are written
        correctly to the table stream.
        
        Similar to the DOCX export, write a subset of RDF graph statements as
        smart tags in the resulting document.
        
        Change-Id: I1e86d5361af2af5501493bae9c386ea55444d556

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [b1c472fd873c6396890135a3804a5b93e8581457]

        coverity#1326610 DE: Dropped or ignored exception
        
        and
        
        coverity#1326611 DE: Dropped or ignored exception
        coverity#1326612 DE: Dropped or ignored exception
        coverity#1326613 DE: Dropped or ignored exception
        coverity#1326614 DE: Dropped or ignored exception
        coverity#1326615 DE: Dropped or ignored exception
        coverity#1326617 DE: Dropped or ignored exception
        coverity#1326618 DE: Dropped or ignored exception
        coverity#1326619 DE: Dropped or ignored exception
        coverity#1326620 DE: Dropped or ignored exception
        coverity#1326621 DE: Dropped or ignored exception
        coverity#1326622 DE: Dropped or ignored exception
        coverity#1326623 DE: Dropped or ignored exception
        coverity#1326624 DE: Dropped or ignored exception
        coverity#1326625 DE: Dropped or ignored exception
        coverity#1326626 DE: Dropped or ignored exception
        coverity#1326627 DE: Dropped or ignored exception
        
        Change-Id: I921a5434a6a116db5033cb2c90a59008c13f1bb2

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [4a1edf626ad48b5955892e5590d75fa7ae5eaf58]

        More loplugin:nullptr automatic rewrite (within templates)
        
        Change-Id: I9bc06cfb5eeb38fd7ae7fb25f876ea9f96e4a65a

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [46fe3bddebf30775ae19eaa0fefe1d8e2f78eced]

        need dynamic casts here, etc.
        
        Change-Id: I578343719d2d7feff51775ff1b073b6584e76f82

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [6857a386a4cfe4ddb42515cb00df5bd6648d0964]

        there can be 0 columns
        
        Change-Id: Ie367e88df7165d728015a1b3987b220a23203765

2015-12-10  Eike Rathke  <erack@redhat.com>  [d6f6459350e9e661bc09191cfb31c5e779d522de]

        sticky end only if it already was a range on the same axis, tdf#92779
        
        Change-Id: I66f624e696a4a6e681733ab863cd57c342cc0bc1

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [1aff042d88b2d6d3c3b7ed9db4b36bed640a0f06]

        guard against missing range
        
        Change-Id: Icdb0694b9c1771a475368aeeb4cb11f4ba8b84f3

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [6093ba6065ea339c5c6de162294eabf0eebe3c80]

        guard against missing Foundry
        
        Change-Id: I7e76589689d2c9e79a8823d594e8f3ca030e26cf

2015-12-10  Maxim Monastirsky  <momonasmon@gmail.com>  [f513a173152cb1c1afd7b700d1b264bc2ea6a5a8]

        tdf#96357 Switching icon theme doesn't update toolbar or statusbar
        
        Regression of 6480b4d11a0cf2dd489d30b6290aa6d831704a45
        
        Change-Id: I00141b3d9c5ea8dc813530a2ee095d61a35b3c04
        Reviewed-on: https://gerrit.libreoffice.org/20591
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [54e95789adf05c6852db18b80a549b789a40d6d3]

        check dynamic casts
        
        Change-Id: Icc3eee0776fb385a5c750293811dec796458a26b

2015-12-10  Tor Lillqvist  <tml@collabora.com>  [cf029192e4ac9ce0e24ddfd880f5f9d557cf9c28]

        Add --with-prebuilt-openssl
        
        Don't ask.
        
        Oh well, if you want to know: For some people, like me, Cygwin and its
        Perl run into horrible trouble with the fork() emulation when building
        OpenSSL. (But my Cygwin works fine for all else in the build. Go
        figure.)
        
        So I came up with a way to use prebuilt OpenSSL binaries. Not to be
        used for release builds, of course (and the configury checks for
        that), as long as our policy is to build all we can from sources.
        
        Change-Id: Ic303bdf0c620c5122aca3d646fa1f0587221e70f

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [9ad6f07e0b5494e55d70642120f173961845ce30]

        don't trust that this is what its supposed to be
        
        Change-Id: I8ae6252039729a1cba8c2fe34f72222c94e3e449

2015-12-10  Ashod Nakashian  <ashodnakashian@yahoo.com>  [deb9203741dcea5dd3f2260f90203c07fb79e9de]

        Crash fix in gtktiledviewer when creating new view
        
        Change-Id: I85bb71e775f300214e05e75636bbee200d35ffaa
        Reviewed-on: https://gerrit.libreoffice.org/20418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [8410527550ef6db8348e8590eb0c52bccbe40310]

        check is within legal bounds
        
        Change-Id: Ie3f9e52575436b9505a412b20c7e1b24fa61f6cb

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [ed09d4f55d752dbc7d815fdc90e6cbe2656690b7]

        guard against missing Foundry
        
        Change-Id: Id15a2692f8aa572c0b5db87f04761ca3eac0249e

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [92b936e3ef947cc096b1445455332625900c3024]

        avoid divide by zero
        
        Change-Id: I7d6502c752a7b9f39f94d5cddd5f44240e0b6d04

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [ca868de5e41b45a077949e40ef80f063c362892b]

        guard against missing HeadHolder
        
        Change-Id: Ic12ee6f4366285fc05fd59b94ec371d8ca013a4a

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [f792baefbfb645eafd5e6b7073bfe6e389d666dc]

        don't trust that this is what its supposed to be
        
        Change-Id: If0450bdab2c315a94a75060e1fadf2f8513f9dae

2015-12-10  Juergen Funk  <juergen.funk_ml@cib.de>  [7b28201fae997a6a63310653b9473985bd77911b]

        tdf#91665 l10n: replace string lists - by separate strings
        
        Convert the stingarray in resource strings.
        A lot of need a translation in other language
        
        Improve a lot of stuff
        
        Change-Id: I1c97949fa3a3de17efe0a358370b5a7b6a772686
        Reviewed-on: https://gerrit.libreoffice.org/20557
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [e0dca588239c0902ea90fcdc2b6d0ee2b1525ec2]

        guard against corrupt LwpTocSuperLayout
        
        Change-Id: I18648e74d16b932cfa6fbd2057d1e9987c498fd4

2015-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [da0b49f808825884f045bba6689be13d33d58a47]

        sw: accept a const text node in SwRDFHelper::getTextNodeStatements()
        
        It's an implementation detail that the used UNO API needs a non-cost
        text node, even if only read methods are called on the wrapper object.
        
        Change-Id: If15eaca48339f1531fd54da3422a6b7c41eb48f7

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [5ac6e00274e732435b55c2908db9cea658fe549b]

        Memory leak
        
        Change-Id: Ica40750d628946678019376d91db67ba3f9ed67e

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [8c87cfc252ed0bddc99ca1bc201234c3bb041a99]

        Remove listeners upon dispose
        
        Change-Id: I9cee05fe75ba87da98ee3d4616099583fa03470d

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [c88c187124a428009d347a1064507221bb4148bc]

        Unbreak reference upon disposing notification
        
        Change-Id: Ifd9d4fe187c8259db5816f9cdb50cfeae50c8057

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [d52a2c5b3c62c3d73891fbb5b86b6e02d68b2c18]

        Fix detection of HAVE_CXX14_SIZED_DEALLOCATION under Clang -fsanitize=address
        
        Change-Id: Ib6219a90f36ad391d49a29e7fd12adae604ec8d1

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [5fa9ce570dc59a3fc9eb47f28b3fed739f20ab23]

        Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-cl
        
        ...which, somewhat arbitrarily, expects GNU extension __attribute__((...)) to
        come before MSVC extension __declspec(...) with
        
          MaybeParseGNUAttributes(attrs);
          MaybeParseMicrosoftDeclSpecs(attrs);
        
        in Parser::ParseClassSpecifier (lib/Parse/ParseDeclCXX.cpp).
        
        Change-Id: I5936558c8fc08b278575b6c678cde6eccd4647fb

2015-12-10  David Tardon  <dtardon@redhat.com>  [66bd1e491102de97ceeb1db5705a15ff2dd69a58]

        remove misleading comment
        
        Change-Id: I0408b2956c2156c30e60cf5d21efbac2e0566d10

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [f9164c1785432996092d376fb3983e1a3f78dad7]

        guard against missing grandfather layout
        
        Change-Id: I1282b2c3c920ef89460aa57026d89c8928155116

2015-12-10  Michael Meeks  <michael.meeks@collabora.com>  [1b12d0dcee6981e49da2597a45ad2f2557fa6730]

        vcldemo: avoid svg load/render for icon test.
        
        Change-Id: Ie3f49ff759f0b5b038a7b6a3fb09c5e220aa4645

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [92c15e8b299504ef76847cceb5911ef6c7ff26f1]

        guard against missing Foundry
        
        Change-Id: Id6961e7c35df56ca37d5cb57c2d3d1e03e31dd6d

2015-12-10  Michael Meeks  <michael.meeks@collabora.com>  [484cee0e0c655cf1fc1bff4758e4eb6e4dd0184e]

        writer: Defer update, until post first render to avoid flicker.
        
        Change-Id: Ib16f5b345901adc7036a8a90d0f46aa3499d66ae

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [d4d247866eac108162f43dae2c6ddbd9c12382a6]

        guard against missing geometry
        
        Change-Id: I6b2945f1d5a1654f6b5d6a5f5287b4cb9514d97c

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [65deab68f7918c82026951b04a414eefee2683b2]

        use of uninitialized variable
        
        Change-Id: I1149eb9f5946228a2448c121e7ec7211861b3b3d

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [bae861b7ed36b963f7060d45c7d30fd2f3223db1]

        Missing include
        
        Change-Id: I74a3cd6bf6cd780040b2a9eaefb2bde9acbfd6dd

2015-12-10  Tor Lillqvist  <tml@collabora.com>  [28082ae6a13a3460e3945d5e90dc76689b98edd8]

        s/dobble/double
        
        Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a

2015-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [434d8e2c7042a4d11b9d74ce84434e2bcc249038]

        starmath: SmElementPointer is not shared actually
        
        ... rather, it's owned by maElementList.
        So, use just std::unique_ptr<SmElement> instead.
        
        Change-Id: Id18466083535677e0f7d07f8c523b433c5e2a9ec
        Reviewed-on: https://gerrit.libreoffice.org/20490
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-10  Juergen Funk  <juergen.funk_ml@cib.de>  [363a9c05fa074df5551bef7876654b38eaca4060]

        Add FontCharMap::GetDefaultMap(bool) to unusedcode.exclude
        
        This function ist uesed under windows here (only once)
        
        http://opengrok.libreoffice.org/xref/core/vcl/win/gdi/salgdi3.cxx#1205
        
        Change-Id: I03d48535d7ffd3bc148ccc637a7cc3cf94fceaeb
        Reviewed-on: https://gerrit.libreoffice.org/20458
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-10  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d64e535fe9a00b671cf1be3eb5632c0d5f4b8bea]

        Remove unused rtti.hxx
        
        Change-Id: I19ae28665e8835461ccc6b9872002f557c65fa5d
        Reviewed-on: https://gerrit.libreoffice.org/20562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-10  Noel Grandin  <noel@peralex.com>  [2afead78b346f13030ad43589da9bc389c3c4c32]

        tdf#69977: constructing and destructing AccessibleElementInfo...
        
        ... is surprisingly expensive
        shaves about 5% off the time to build this chart
        
        Change-Id: I8e5d071edba50d264c2ab01c6bc0b2cad0e41ec6
        Reviewed-on: https://gerrit.libreoffice.org/20588
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-10  Michael Meeks  <michael.meeks@collabora.com>  [975b14df8e9bd7fa701a6b028d4d85aada02a65b]

        Calm unit test down for GL row-strides.
        
        Change-Id: Ie4123fc692f4fac33f082bb2d86b949d834f1858

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [713d737b1ff73e76c6543198ce9299e1c83ac147]

        guard against missing parent layout
        
        Change-Id: Ib08403edf805367c7392325fcfb66bc7ed4d6f6a

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [215516a52fd01170bb4a79828b0f0948884b727a]

        protect against missing Ruby Marker
        
        Change-Id: I04809443b5dc50904654936e608360b57c2e85c3

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [338c6ba3a0983009cfd1faff52ac56d6ea092d6f]

        guard against infinite recursion
        
        Change-Id: I43e195df570990f21c780311a98be64b682e5315

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [c732a1ae8cc0cc94bfeddba243657a0b9e52a0f9]

        guard against missing table container
        
        Change-Id: I11f6381374c7fc12374cd5089e581ddc777005e2

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [fbd329800340a496def839181858964b1e3709a5]

        guard against infinite recursion on parsing objects
        
        Change-Id: Ia6502afde54dbf379bc9951c80c6594f1f436ef5

2015-12-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b8d86c976c2356bb3c63830ffed204a397ffd0ae]

        svg export: transition on first slide are not run - fixed
        
        A dummy slide has been added to be used as leaving slide for transition
        on first slide.
        
        SVGExportTextDecorations unit test - fixed wrong XPath.
        The new dummy slide group element caused the xpath to the slide
        group to be wrong.
        
        Change-Id: I6c1a0a80f71a79668c309bc0bcb3d5e588ef3a39
        Reviewed-on: https://gerrit.libreoffice.org/20560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [0c876483d278e3e5ba43e9eaf40ca713b6099703]

        guard against missing table layout
        
        Change-Id: I4bc7a7283f63124ccb50957ea64791644e01e267

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [22ee3194c930682ad8ac7f994084e877aa00d191]

        guard against missing Foundry
        
        Change-Id: I9147dc2bab312639a04d2e822cf99745d38d3b8d

2015-12-10  Michael Meeks  <michael.meeks@collabora.com>  [b721fdcb6eb1866fbdd29ffa8603167caecea16e]

        More smoketest notes.
        
        Change-Id: I52bd1555e572c75feb0fc96368b6e61802d9d65c

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [10de96bf0fb820b38607b0c25a0d3219ad343819]

        guard against missing spacing property
        
        Change-Id: If5c50cddfee88cc92852737c1459ebe94b7256bb

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [08fe513b89ea5102a3a233ee0bac472dc8e6b219]

        protect against missing Table Layout
        
        Change-Id: Ie7f4cd2b411eb678642ea859d261b1b672752d94

2015-12-10  Caolán McNamara  <caolanm@redhat.com>  [130eaf02de89c8996ff6e817a005993dcbd586e6]

        guard against missing paragraph container
        
        Change-Id: I6ac074c7fe2821983b4a056e28fc5379f7a93974

2015-12-10  David Tardon  <dtardon@redhat.com>  [1ff0a3880c48227656d2b4a823cd66a6d5c74af0]

        add missing #include <stdexcept>
        
        Change-Id: I9cf72b27219489a5508786881ecd95e5820c71ac

2015-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e8cd06234bc217490121745cfe3491c92560f8d]

        sw: indentation fixes
        
        Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69

2015-12-10  Dennis Francis  <dennisfrancis.in@gmail.com>  [ce0ad10405bd590498d5f0c093d9afca96d3abca]

        Fix a memleak in GtkSalFrame::SetIcon
        
        Change-Id: I70ca3c635033870ca05959561dc0f5b8a2d68939
        Reviewed-on: https://gerrit.libreoffice.org/20561
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [be738d33d1b9574b4afdc438af2950cea0fb301b]

        starmath: Prefix members of SmDrawingVisitor
        
        Change-Id: Ia7efb3db2d1e76aad8873cf5822107b4666249de
        Reviewed-on: https://gerrit.libreoffice.org/20281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [c67c7c2007b7c9194304d341c6abe22a0096790c]

        Drop unused typedef
        
        Change-Id: I2bc18d48ebf4401d9af576fb1b98b69ff44ab334
        Reviewed-on: https://gerrit.libreoffice.org/20485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-12-10  Oliver Specht  <oliver.specht@cib.de>  [cc5899ff62dd4e9c76aa456fe845c5812bb8d93a]

        tdf#94816: fixed some problems in the mail merge wizard
        
        Some disposeAndClear have been added as calling dialogs in the wizard
        like select address list, new address list, match fields crashed in
        dbg build in shutdown because the dialogs were still alive.
        The wizard is now deleted on Cancel which didn't work anymore.
        The timeout of the preview control of page 5 has been changed
        as the preview didn't even appear on Windows in a debug build
        The timeout handler was called after the wizard has been closed and
        lead to a crash.
        
        Change-Id: I9cd01f39347744bda31a312f695d27eefa077721
        Reviewed-on: https://gerrit.libreoffice.org/20489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [c4c059beb39079c204dc35088edd587ce58eadc3]

        DBG_TRACE_BASIC/PROFILING had been rotting for quite some time now
        
        ...e.g., it still used the long-gone tools String class
        
        Change-Id: I9d1930c72fbae3208a0f3da14c6991f30d89a9bc

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [fb8a3fac5d448451794804a7470be45fa14da453]

        loplugin:nullptr: More NULL -> nullptr automatic rewrite
        
        Change-Id: Ie83819e2bcdc5fa160b39296b005ca9a5ff74b1d

2015-12-10  Stephan Bergmann  <sbergman@redhat.com>  [b8ecfd83bac98ea58a435c59856da8fd94f5c6d9]

        Undef RGB where it was defined, not where it gets used
        
        Change-Id: I274958964292f78c802748e17fca7f265ae5a4b8
        Reviewed-on: https://gerrit.libreoffice.org/20429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-09  Julien Nabet  <serval2412@yahoo.fr>  [7b69dd64be71d1420158a553fb5ec861039cb017]

        tdf#96368: Address book wizard with no selection returns Evolution
        
        Don't select an option which is not even visible
        
        Change-Id: I003c835d7d623e559d67098de48efdf057a64422
        Reviewed-on: https://gerrit.libreoffice.org/20552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [66686e443b568ad5aab1b32b3f25eb73487cfef6]

        guard against infinite recursion on registering styles
        
        Change-Id: Iabedfcce9d8ef21172e6bd0d654f3a258aae97e3

2015-12-09  Eike Rathke  <erack@redhat.com>  [a0c4ce340d253d5f197f4e96676225f3f5f216de]

        display as entire col/row also if both anchors relative, tdf#92779
        
        ... if not in named expression.
        
        Change-Id: Ie50fedd2303021c925e006d9a8db6ed02321ae5e

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [0fd7c40964db02749e1c07923580f7d2e7632edd]

        coverity#1341778 Logically dead code
        
        Change-Id: I83b167c44b1cb14681c2e5a3a27277f2bedd36c6

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [b0e7cf4045bc8c819881e1728172d23c98bc1d95]

        coverity#1341777 Resource leak in object
        
        Change-Id: Ic8ca5764095699423d9a16cbbbcb7f085a006e0a

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce6208a7d2f12fb5bf664d4c1ff1481c4f5c65bd]

        sw: RES_FLTR_RDFMARK always implies SwFltRDFMark
        
        Change-Id: Ic437cdbc6a21e84a0fa8f4ff68bc5d1202c9da7e

2015-12-09  Eike Rathke  <erack@redhat.com>  [cfecdd6199710921f8fd921f615203c9e34c551e]

        sticky end col/row anchor for range references, tdf#92779
        
        In range references referring more than one column/row where the end
        col/row points to the maximum column or row number that col/row is not
        decremented when the range is shrunken. Incrementing an end col/row is
        not done past the maximum column or row number, so such references do
        not yield #REF! errors anymore. This is also done in named expressions
        if the end col/row is an absolute reference.
        
        Change-Id: Iafa2d62abd3e816a1c56c3166af92807e55b75ce

2015-12-09  Marco Cecchetti  <marco.cecchetti@collabora.com>  [154521777f8c551f10ffbe414891df9d2a529ae3]

        svg export: no more an experimental feature
        
        Removed experimental feature check.
        Single slide exporting works as for multi slides exporting.
        
        SVGExportTextDecorations unit test - fixed wrong XPath
        The new way single slide are exported caused the xpath to the slide
        group to be wrong,
        
        Change-Id: I4db4dc77de4f0d1208418455e1fca3b5732c8477
        Reviewed-on: https://gerrit.libreoffice.org/20459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-12-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [689962feae2054f965a7378c3408b0ccfad2bbd5]

        tdf#92623 Handle StartOfContent node for copying bookmarks
        
        For SwDoc::AppendDoc we use the StartOfContent node as the
        starting copy node to prevent merging of the first node in
        CopyRange and to get a 2nd node needed for CopyRange in case
        of single content node documents.
        
        This correctly counts StartOfContent as a non-copy node when
        adapting the bookmark ranges for copying.
        
        Change-Id: Ia3ee0328a1be5548f8751aa2240812c4662fb73f
        Reviewed-on: https://gerrit.libreoffice.org/20383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [9e84157a7aafeee311dee13a0cf98a01941ba5e9]

        stray fprintf
        
        Change-Id: If3665f573b2c4ec9e87646af0afcd2ba9c5a4f1c

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [eb38493c4101d8777052267ee83a5d4f883dd9ac]

        Resolves: tdf#86845 hyperlink details not retained between tabs
        
        Change-Id: Ib6c1df4a97598c156b10b1730debb078e362e0d2

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [8c67b1b51f21643036c5f5371a6af0a4558e7da2]

        bounds check GetNameByIndex like Override
        
        Change-Id: If83e255da1683779458556a3ab1af4f00b19265b

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [7e341379ecec218c0ff2ff0e8db9f14468b125f6]

        guard against missing alignment property
        
        Change-Id: I1d4825c2136e516baf759f4b2c40c911547b93d7

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [0cde3ca230364492aa6b7f634b97178164268728]

        guard against missing SuperTable
        
        Change-Id: Ic7cc6c807905e0c4ffbf2a3f009b27be6100cdf0

2015-12-09  Pranav Kant  <pranavk@libreoffice.org>  [7d7fad258dfde500c5ee99b5f1691172724383bd]

        tdf#96317: Add API for copy/paste from/to the widget
        
        Change-Id: Iac869ddb65cbdd2227f96d047d83159ca7819f11
        Reviewed-on: https://gerrit.libreoffice.org/20534
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [dbc830aecc722d34971d773470da478ef4c38714]

        guard against missing paragraph story
        
        Change-Id: I217c0aedca4eadc347c103899d96c70cf9606038

2015-12-09  Stephan Bergmann  <sbergman@redhat.com>  [ab5d730b2a4276d261c1ef11f94b16d0936acf5c]

        loplugin:nullptr
        
        Change-Id: Id249baebf047bae083e36ad6e23d5bb8989f9a98

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [ae94fc5b28105c920b2e9d336f463b27cae5b0e1]

        guard against missing indent property
        
        Change-Id: I2d3369aed4b242acc936a71ee9be573c1ebc7a8f

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7c2e9ae95ff41570f752ca43c361b249a65da77]

        DOC import: initialize RDF metadata before importing document properties
        
        With this, it is possible to import part of the document as RDF
        statements later when SwFltControlStack::SetAttrInDoc() gets an
        SwFltRDFMark.
        
        Previously SfxBaseModel member functions like
        getMetadataGraphsWithType() and addMetadataFile() failed, as they tried
        to find the already imported document in UCB, which failed, as the
        import was still in progress. To prevent that, do the same as the ODT
        import in XMLReader::Read(), part "RDF metadata".
        
        One trick here is the call to
        comphelper::OStorageHelper::GetTemporaryStorage(), which gives an empty
        storage. Ideally a wrapper class would be needed that works on a
        SotStorage, but implements embed::XStorage, but that would be only used
        to find that the real storage doesn't provide a manifest.rdf stream,
        which is always the case. So instead of writing such a wrapper, just
        give loadMetadataFromStorage() an empty storage, which will have the
        same result without writing lots of dead code.
        
        Change-Id: Id1897838b1477eee0489b706d51cb6f59898877b

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e132dea8c33d106793a9e43c2c57406ae221a30]

        sw: implement addition of statements in SwRDFHelper
        
        With this, the only thing that blocks the DOC import to handle smart
        tags is the lack of RDF metadata initialization in the filter.
        
        Change-Id: I33ab74c7d6ceaac42cc94fdf0b1dfcb0eaf61ab4

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [da5e8ba393b8522a8f7501ebeb1e9a98d544a7ba]

        guard against styles based on themselves
        
        which leads to stack exhaustion when queries,
        
        make m_BasedOnStyle private and replace it with
        a call to GetBasedOnStyle which checks that
        the base style is not itself
        
        Change-Id: I093546793755f8a3a6e8a3c23fb8565ad27b75da

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [80297dd0f21bfeaa9bae09cacfa29ab2eee64c09]

        guard against no default text style
        
        Change-Id: I7416d709de79ae88cf4a9546d8adfecec9935238

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [7e48820cabeb128258ce4340df8d4411bad442b9]

        set both min and desired size at the same time
        
        otherwise under at least gtk2 the "missing file" dialog from
        ./soffice no-thing-at-all
        will be oversized
        
        Change-Id: I3c0c9a0a8ec0fcd37fb8830940a9d4909e6b5a1b

2015-12-09  Mike Kaganski  <mike.kaganski@collabora.com>  [769dc61fcaea382518f014c24dffb702b7a50fc6]

        tdf#95755: Don't discard table properties in endOfRowAction()
        
        In the beginning of endOfRowAction(), the current value of
        m_aTmpTableProperties.back( ) is stored in a temporary variable.
        Then, the width of table may be put into m_aTmpTableProperties.back( ).
        In the end, this temp variable is assigned to TableManager::mState.mTableProps
        and the m_aTmpTableProperties.back( ) is reset.
        
        In the middle, the m_aTmpTableProperties.back( ) may be replaced in
        endLevel()/startLevel() sequence (if new table is started). In that case,
        the width calculations go to a different object than stored in temp var.
        Consequently, that value will be discarded and replaced with initial
        stored in temp var. Fixed that by directly operating with temp var
        instead of m_aTmpTableProperties.back( ).
        
        Also, the value of m_nCell was not kept over endLevel()/startLevel() sequence
        and that prevented from calculating width. Fixed that.
        
        Also, removed leftovers from commit cbd0fbc287051f918e4adb32b3e9b58dfbf8059d.
        
        Change-Id: If85dbb715e7c60f60043f9d60d6a3c3d02277add
        Reviewed-on: https://gerrit.libreoffice.org/20052
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [9d2a1c48b4a39967bc21776b471f1a4eca735cb6]

        guard against missing paragraph Story
        
        Change-Id: Iae617e9731dbdcedf8aa6bf02977911dce60bdd0

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [d34cbe279cc8e1db941a4da1130d5a6d7429357d]

        guard against missing BaseStyle
        
        Change-Id: I173b12f0a28f917f24d1923e531da1b798beb1f6

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [60f82a0b9b2ff67a08db3112ec301926b9c76808]

        Related: rhbz#1289398 UP and LEFT are positive
        
        Change-Id: I310d5ae60471c03c13cd2f3cf752362c4e562dac

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b7ef6957193edd7c4adfe76872df8ec2754f6f2]

        sw: handle RDF mark in SwFltControlStack::SetAttrInDoc()
        
        Change-Id: I13e510e305c4aa24c37b1c25b4c3116ef3f06a8a

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [97824ec98932284c7668fec90630b5d474266609]

        SwWW8ImplReader::GetSmartTagInfo: read from SmartTagData
        
        With this, SwWW8ImplReader::Read_FactoidBook() gets exactly the matching
        key/value strings for the smart-tag bookmark, so now only
        SwFltControlStack has to store the item and process it.
        
        Change-Id: If799d7d0bd1d69ddf8325d05f2b7c6e55112bba2

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c5c971d36e444b0d50eb385c6c5105edcfe045c]

        sw: initial SwFltRDFMark
        
        So that SwWW8ImplReader::Read_FactoidBook() can put this as an attribute
        on the import stack instead of CntUInt16Item.
        
        Change-Id: I1753bc4a94f49332a945a4c6de7f58768d35ff16

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [c8b4fe55b8b50fc33a9157e93b42aed0f7d30534]

        guard against missing Section
        
        Change-Id: Id5295d294b56d6504d962ee1941a350a595031e7

2015-12-09  andreas kainz  <kainz.a@gmail.com>  [d2c896036360d25e19f4f8358b9b1082ba71ebb9]

        Breeze Icons add toolbar icon size for displaymode_* icons
        
        Change-Id: Id59855c8a89472cf61d6d857546dd74c205998e0
        Reviewed-on: https://gerrit.libreoffice.org/20481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-09  andreas kainz  <kainz.a@gmail.com>  [47ca80269874cb4937f57d1c3e1d0e84337469b1]

        Breeze Icon change calc type icon for gl 3d
        
        Change-Id: I63fa25c4c9333cb4a3a51543a5bbb4fda08ebd63
        Reviewed-on: https://gerrit.libreoffice.org/20352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-09  andreas kainz  <kainz.a@gmail.com>  [c6e0c124864239e167c8a64ca7032eb5f031eea4]

        Breeze Icon: add new setoutline icon for writer in 5.1
        
        Change-Id: I7840dbceda0fa43b146e610f2dc7c90743646b9d
        Reviewed-on: https://gerrit.libreoffice.org/20353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [0f700d5bc9c0ebc1e1ebe60758fbbf02590790bc]

        guard against missing RootDocument
        
        Change-Id: I1c6b58b58ab489a17419dbf7cd4ecec63359b7f3

2015-12-09  andreas kainz  <kainz.a@gmail.com>  [7640de3db24ee59b6d36875e454b551a5f71cf37]

        Breeze Icon: writer table toolbar new icons for 5.1
        
        Change-Id: If13e03f8c59aac8fe0e29a03eecddab3e8193008
        Reviewed-on: https://gerrit.libreoffice.org/20359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [6c59adca37900dccc394061a730984ecb180aacf]

        protect against missing Modifiers
        
        Change-Id: I226f67c6c49bfcbc1fa0ef40fc9f7d5548fa043b

2015-12-09  Takeshi Abe  <tabe@fixedpoint.jp>  [3b0666738225ec87f6f65e54dde8078c77f1d8ad]

        starmath: Pass by const reference
        
        Change-Id: I703bedf5bcf2f2ea3b54eb0fc3a641ff246f4568
        Reviewed-on: https://gerrit.libreoffice.org/20486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [356109d4ead137ea22b358b20ed22a4bd09d35f6]

        protect against missing SuperTable
        
        Change-Id: I788ec28424bb638f727901b7d25e48a284ab67d0

2015-12-09  Andras Timar  <andras.timar@collabora.com>  [880aa61cf4eba37b46de5388129a93ebc0e1e1d3]

        tdf#96353 make spell options dialog resizable
        
        Change-Id: I2e9ef88d471f8fa379a03f7b6b95bf14ce172acb
        Reviewed-on: https://gerrit.libreoffice.org/20498
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [36d55980b1b3498fecc460d3c46667e5f5a17b8e]

        guard against corrupt SilverBullet
        
        Change-Id: I3af47ab3af5e28a865a77a592f6a92edb46e4f2b

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [c88a23b9d44118e96de41a70ab7f87eb0aafb126]

        guard against corrupt ObjIndexData
        
        Change-Id: I214991e5d34c8e335cdd8ea482f8fa4913ba637b

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [fc943ea85a7924ce0552b08eef99ed8e02f0b965]

        guard against corrupt RootData
        
        Change-Id: Iad2788a7e5e7ee3b3107eab37cde2d3d38eae005

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [ff39b78d74cfb30e2b485818b217915fd9a31b92]

        unnecessary nResId argument
        
        Change-Id: Id7d3df1af42cbe7b4f951c335063d26b59e7bc10

2015-12-09  Caolán McNamara  <caolanm@redhat.com>  [e21a2e7a01b7d6d63038a06b6e55d8bc5ec95aa8]

        sort SalFrameStyleFlags
        
        Change-Id: I2caeda4e0a0b98ad09389d08fd6ccc6bb1e7aec2

2015-12-09  Pranav Kant  <pranavk@libreoffice.org>  [0f64cf72ff3b930e306e937bb18f4cbe55a8026a]

        tdf#96318: Add searching API
        
        Clients should now use these APIs to search for text in the
        widget, rather than executing UNO commands directly on the
        widget. This allows searching for text in the widget in view-only
        mode too.
        
        Change-Id: I013b6f96e69a634ec33367394d39c0f645a4994d
        Reviewed-on: https://gerrit.libreoffice.org/20488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-12-09  Pranav Kant  <pranavk@libreoffice.org>  [b3bfc26d0863b074bb990725718f2ab23d05425d]

        tdf#96316: Decouple view-only/editable modes
        
        - Move text selection and graphic selection tasks into functions
        - Merge GDK_BUTTON_PRESS, GDK_BUTTON_RELEASE conditional code
        - Do not change to 'move' cursor in view-only mode
        - Ignore LOK_POST_COMMAND, LOK_SET_GRAPHIC_SELECTION in view-only
        
        As a consequence this commit also allows dragging handles during text
        selection in view-only mode which was earlier not possible.
        
        Change-Id: Iffb668d5447dd646a1e40237dee8d8d3fa3314b6
        Reviewed-on: https://gerrit.libreoffice.org/20487
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-12-09  Tor Lillqvist  <tml@collabora.com>  [cbac44cec42985593f27d315266ac43de4dbf3eb]

        No need for GtkSalPrinter to be VCL_DLLPUBLIC
        
        Change-Id: I97747cb36aa08846538067735387d2f1f79f4cb7

2015-12-09  Tor Lillqvist  <tml@collabora.com>  [e9e3124e00676194a10c52ca1a064c44cb668f98]

        No need for FontSubsetInfo to be VCL_DLLPUBLIC
        
        Change-Id: If46e04de8380ee0d9a2896d85bdd431d299b19bc

2015-12-09  Pranav Kant  <pranavk@libreoffice.org>  [424c09b10d3d6ba6edfed2dcf560d5ce2c950b9d]

        lokdocview: Set a 'default' path for LOK init
        
        When passed NULL to lok_doc_view_new, use the default path :
        $libdir/libreoffice/program as LOK install path
        
        Change-Id: I1e033c407184b29b1509cfb8c416b514591d67ce
        Reviewed-on: https://gerrit.libreoffice.org/20476
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [7060525a64ef1048b387f0a6a9f842d78b52fb9a]

        tdf#94377 RTF export: support comment formatting
        
        The core of this change is that RtfAttributeOutput::PostitField() now
        uses WriteOutliner() to handle comment text, instead of trying to output
        the plain text as-is.
        
        To have working roundtrip of the comment text, a few more changes are
        needed:
        
        1) When emptying the Styles buffer, also empty the StylesEnd one.
        2) Annotations don't want a trailing \par, so don't write one for the
        last paragraph.
        3) Inform the MSWord_SdrAttrIter about where the editeng content will
        end up, and make WriteOutliner() accessible outside RtfSdrExport.
        
        Change-Id: I9cbcf4ce5dc3a099d310c6f321ea8e52f8644f9b

2015-12-09  Stephan Bergmann  <sbergman@redhat.com>  [4754afddc3030347ef49b401a9b798cea8fe523c]

        Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaks
        
        Change-Id: I35df02de675068478a36ef05266ffc2d3054b07f
        Reviewed-on: https://gerrit.libreoffice.org/20477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-09  Stephan Bergmann  <sbergman@redhat.com>  [6fd3f3caad1a559165dc9332249cbd0d84930775]

        Missing new file
        
        Change-Id: Ie47ffb36f17882da8a78036f7797b2e2bac78eb6

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [bb24492c767eda30a14c83ac27b74b977b177dbb]

        More loplugin::TypeCheck use
        
        Change-Id: I2f4a26a918134568f541cd45bdcf5a12b1f1d2ee

2015-12-08  Michael Stahl  <mstahl@redhat.com>  [8d2c9a60b2dca069dedb08cac38c26afea0a562d]

        sw: redundant condition, was checked previously
        
        Change-Id: I7934bc993e049169a08b835f922da8ef50ea05ee

2015-12-08  Michael Stahl  <mstahl@redhat.com>  [1a18c92a527cd53abfb0919246935a4fd4ef421d]

        consolidate MSO format ClassID magic numbers in msfilter/classids.hxx
        
        Change-Id: I673eeaa4168f769cb002995c43d986ee5f2030b2

2015-12-08  Michael Stahl  <mstahl@redhat.com>  [3b63d2b9371baa5f526d0fcd41043ec76abb0d50]

        sw: un-break DOCX formula export
        
        (regression from 1dac99e7ea45f90bf39eb95eb7bc01f7d79093ef)
        
        Change-Id: Iffe3ec6c28f62b78a2b223144bfaad383d272802

2015-12-08  Michael Stahl  <mstahl@redhat.com>  [742c2370566bf1e7caa7403c99f088a79ae146fa]

        lotuswordpro: GCC 4.6 seems to need stdexcept included
        
        Change-Id: I30bbf7bab8cb37422fd20a25741e564500faa31c

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [dcbef55a111405b4540856bf6910f81bce9785bb]

        valgrind: jump or move depends on uninitialised value
        
        Change-Id: I02e507f4b7d78efacc5b735ca24adb83633749b9

2015-12-08  Mike Kaganski  <mike.kaganski@collabora.com>  [3149c04bb7fd79ae1b206a257b8195a209fa34c7]

        Resolve Linker Warning LNK4104
        
        See https://msdn.microsoft.com/en-us/library/e821azx1.aspx
        Some export symbols should be PRIVATE
        
        Also, don't export DLLMain. It is internal function
        used by CRT, and not intended to be exported.
        
        Change-Id: I48139b985aa2ee499c2005d8b0d966a2cc6dcd0c
        Reviewed-on: https://gerrit.libreoffice.org/20419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2015-12-08  David Tardon  <dtardon@redhat.com>  [8050b97aca3efbba6df31c53a64ead9c81d9d708]

        merge some Palm text format filters
        
        Change-Id: I796ce84325549178d3eac572c363a8cbc9ae542f

2015-12-08  David Tardon  <dtardon@redhat.com>  [6dd6bc42eaa0841f681782ae65c32cb5472d8a20]

        merge libmwaw format specs (writer)
        
        Change-Id: Icf1e5e976e0c98b2ce8e2dd7a3b9c89a6be7d7c6

2015-12-08  David Tardon  <dtardon@redhat.com>  [511d16718590d12bf25be03c630eea7c3159d008]

        add generic presentation filter for libmwaw
        
        Change-Id: I3b96671b7a0f278329a686ba9082b3e4e4989e87

2015-12-08  David Tardon  <dtardon@redhat.com>  [83d30fdbcba0df628c9c6dd51a868e0fa32b0eef]

        merge libmwaw format specs (draw)
        
        Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50

2015-12-08  David Tardon  <dtardon@redhat.com>  [a1c88572948a326a216f0e832a9eed7f664c9009]

        fix libmwaw calc filters
        
        Change-Id: I0d7c6f89f4646b59f23591eb1b3511afa31179c2

2015-12-08  David Tardon  <dtardon@redhat.com>  [7327a84578c52f1b748add8d24cabab70e624319]

        drop unnecessary {}
        
        Change-Id: I5fce2b580dd2424f80c802c513ac229988212c58

2015-12-08  David Tardon  <dtardon@redhat.com>  [ddf3701a446c1737eb957da82f54c39f6678da45]

        add missing breaks
        
        Change-Id: I5071948d523bc8bd327cd66ee785e9bc2c173054

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [0fa537acb337eea47596ce039029d0bb0e5a8040]

        Missing osl_destroyThread
        
        Change-Id: I526cb06b019b945931b24eb40477a1727c38cdc2

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [00daa67d745ae84ed15d3f210001193c6e950144]

        tdf#62381: Stop using NPAPI plugin when NP_Initialize fails
        
        (...in the Windows-specific code path)
        
        Change-Id: I5984ecd88a12d3f22aecaa685bd552f4235fb13d

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [af9f0e5f3586a7a74db2ccec75f0a17ee48f1ee5]

        remove debugging code
        
        Change-Id: Ice5d9d9e58886b752a7c88049a5f4e0986a7a86b

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [c5c1f8f710760d40ca1004c5fdd69f8fa2c87496]

        Resolves: rhbz#1289398 unable to use scroll wheel under wayland
        
        because we only get smooth scroll events, so implement that as
        best we can.
        
        Change-Id: I7701949cf7c9ffdc9d062f75b23db7c6add3c6a9

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [d48b2477aa6c768761ed9b369196b0bcd9a5bc21]

        ScaleOp is unused now after 33d7f3816aa02a1ad9b001e81fb62d21608fdf8e
        
        Change-Id: I59093e5d5eb1b3b1e14faaf32ac83b0ddb6b1d81

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [33d7f3816aa02a1ad9b001e81fb62d21608fdf8e]

        makeSomeOpenGLContextCurrent() asserts that mpContext is not null
        
        So no need to test after calling it.
        
        Change-Id: I122bd5c2de23568b1cd3e98aef3c61d2ca91dfe9

2015-12-08  Jean-Pierre Ledure  <jp@ledure.be>  [04ebc52c262ea495abf1ed72e60656710504475b]

        Access2Base - DoCmd.OutputTo applicable to Calc, Excel and Text/csv formats
        
        Database._OutputToCalc uses LO filters to export table and/or query data
        
        Change-Id: I69b15e76a490de32ec2cae73661f8ffd5f2b53b2

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [ebafc4fef20944c9c0ba75fbea064bf285a73735]

        gtk3+wayland: dialogs work a lot better if a min size is set
        
        instead of just an initial size, because we can set a size-request for the
        minimum size and that's a reliable thing
        
        Change-Id: I83916715cb9e3dceb6e88f3ca8fc86920677c026

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [19b53ac04df4a87735b45bf8cdc25d3b1c5bf319]

        Rename OpenGLSalBitmap::makeCurrent() to makeSomeOpenGLContextCurrent()
        
        The function does not, in any way, as far as I see, make the
        OpenGLSalBitmap object "current". It picks one OpenGLContext object
        and makes that current. So, rename it to be less misleading. Am I
        missing something?
        
        Change-Id: Ia9f8e2415e1075dd5892cd40140e6ad764feeaa4

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0caeaa5be754c35742cec7ddf70c9021f66f2bf]

        WW8SmartTagData::Read: check seek result
        
        Change-Id: I0492c5b3018f59e4b783bb33f8b75ce67847dcf0

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c3155f601b74eb369f47dc713d9e119e798da85]

        DOC import: read SmartTagData
        
        This only reads all the interesting info,
        SwWW8ImplReader::Read_FactoidBook() still has to put it on the filter
        stack in a later commit.
        
        Change-Id: Ic2e8b441367448b5bdf940bf8871f25afe8362c4

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [eac3c35c9f4a7b81bde4bbcc8efd6844f7659967]

        Clean up compareObjects
        
        Change-Id: I3889453be48aaffc8015fbbb5672d34e904c3770

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [85a2cd37fc60cd53a892b27a18d4b5272988361c]

        guard against corrupt m_nNumTabs
        
        Change-Id: I41b8514a127d463ac951e5855f09416fa0456b1b

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [0cdf09089d3c7a790a7c4b20f4cc115d038c75f1]

        Make ImplSVData private to vcl
        
        Change-Id: I1df6ba8a269be3e165ff5948af1dd12e0bdc6f7d

2015-12-08  Caolán McNamara  <caolanm@redhat.com>  [e1df21cfe0318bf287ae8ce29261d4759c49bd5a]

        Resolves: tdf#96285 restore bodge for unresizable windows with no min size set
        
        Change-Id: Ia1af11514f6096ac55d561f729bbcba9ee5b0b14

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [01d2fccec17091d000906c41ef5fbc4fd31aeec8]

        These compare* calls shall most likely update result
        
        ...instead of being removed, a9824e8e05bddbf8ec417c7e5447914dd22cb8e5
        "cid#1326591, cid#1326590 useless call"
        
        Change-Id: Ia71abff8fb821cb4904794e1f9cbeb320e17c629

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [c3d9e2f941a832f5ea474dae1f67c80ee32f48c3]

        Bin pointless and actually wrong comment
        
        Change-Id: Ie38ed19ea1637ae25846eef8a3e779d7b3bfe1df

2015-12-08  Tor Lillqvist  <tml@collabora.com>  [dff18c2be9c72aa05940982f506804eb41d3d79a]

        Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'
        
        Besides, the namespace was confusingly named the same as the public
        cross-platform OpenGLWrapper struct (which is effectively just a
        namespace, too).
        
        Change-Id: I9a5255ec446dcdb5086d92a742f29327d0780685

2015-12-08  Jan Holesovsky  <kendy@collabora.com>  [4c4999d944bbf8a34f8a320b8de6f4a325bd5d97]

        tdf#96042: 'std::string::find("something") == 0' means "startsWith()".
        
        This should fix a regression from 3bdd176731c351638f541a37b94094124f3c9f52,
        apparently the cppcheck's advice is misleading.
        
        Change-Id: I427ecaa1eb3c9841cb6112997b9b51feda4583d0

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [de7018f755af0b2372c0e261f53d57de6cf77c38]

        Missing delete
        
        Change-Id: I8ba75fcd2f98a49fe9d620af6b248f32911d7fe8

2015-12-08  Jan Holesovsky  <kendy@collabora.com>  [e20df218257c45c5daa234daafac9609d53aa77f]

        These should still be virtual.
        
        Change-Id: I11a8f9db15a576ff9926f8f827cbcc08a345ffa4

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b088fc60b42646cf55fde3c2dba4e8cd48753ee6]

        DOC import: tokenize smart-tag data
        
        Change-Id: I43e52c2c982ed553a53be9839feff591c99fdfca

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [012f33f0cc08e19e6635a39f135ee79a96d6f3f9]

        SwWW8ImplReader: unused members
        
        Leftover from commit 0ec0ec267986644084baaa5bda5ba917dc5744df (i#93570
        DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARK,
        2014-12-30).
        
        Change-Id: Ifc2547ccb6bc91687ad61896b72367320210a837

2015-12-08  Jean-Pierre Ledure  <jp@ledure.be>  [7bc56a95aa1cbe37d50e693dbd420dcbcecae740]

        Access2Base - Dynamic combo list in PromptFormat()
        
        to refelect various list of output formats in DoCmd.OutputTo() action
        
        Change-Id: Ibb95020efa2995cde168efbd516f9b1e49d832a3

2015-12-08  Yousuf Philips  <philipz85@hotmail.com>  [14fb1d6421802be3b69ff50dcd9703c2596df4e3]

        tdf#96202 Revert accelerator back to 'I'
        
        Change-Id: Ie07d0b27c18a9cd66e6afd32163f773340967a6b
        Reviewed-on: https://gerrit.libreoffice.org/20437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-12-08  Xisco Fauli  <anistenis@gmail.com>  [f268e6f1fdd741ebdb5256ed9c72643846472332]

        SVG: Revert previous commits for tdf#95332 and tdf#95733
        
        I was wrong for thinking that there was a problem when
        elements inside def elements were not written.
        Actually, Cristina's commit
        ( 5e27d23d7e665cc0aeac8fc9ea2236bf8bc088ff ) was correct
        as elements inside defs don't have to be written at least
        they're refered by <use> element, which isn't supported in Libo
        right now. Working on implementing support for use element
        
        Change-Id: Id0b8d8e9b27887f75cc961881daeb82089b2e62b
        Reviewed-on: https://gerrit.libreoffice.org/20333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [572adcaf3828e32bff1a562e07186ef0c8f465a1]

        writerfilter: loplugin:stringconstant
        
        Change-Id: Idb0865f4d0db6c4eda33810ab2ef4cff49bc85d1

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab94f468a2b2b1b9e2a621e33f9175171caec252]

        DOC import: handle smart tags via RES_FLTR_RDFMARK
        
        The idea is that a subset of the smart tags will be mapped to RDF
        statements, as done already in the DOCX importer.
        
        Change-Id: I46e0dad37a3905fe591cba0f710156f27be05ff4

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f30ea8d91ca8e2f938632755d3bdfbd2e181e006]

        DOC import: tokenize PlcfBkfFactoid and PlcfBklFactoid
        
        So that later SwWW8ImplReader can read these smart tag position
        structures in a way similar to bookmarks.
        
        Change-Id: I0e1dc30d48bbb6641a82d777f6569f59dd922e16

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [329e762db21f5f1250baf207da1b7b5b7477b4b0]

        sw: add RES_FLTR_RDFMARK
        
        This is similar to RES_FLTR_ANNOTATIONMARK, except that it'll be used
        for WW8 import's smart tag bookmark needs.
        
        First just add code so that WW8 import can put this this attribute on
        the import stack, the actual handling of the attribute has to be
        implemented later.
        
        Change-Id: I92e3fac02496e3f5e7a6ea27f0da91dcd47769cc

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [b0e427d8aac1a54681a2a6d0acbd1b54394961b9]

        Remove apparently unnecessary checks
        
        ...they don't cause any change in behavior, likely they predated Noel's figuring
        out the template part of containsWindowSubclass
        
        Change-Id: I0d5b6bd7f228acef9a0ce1c85fe98fbab89bd7a8

2015-12-08  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ac97f32307feb488c86d6fa962258fe79320d31b]

        Move icon rotation/flip handling from ToolbarManager to vcl's Toolbar
        
        This enables rotatad/flipped icons in the Sidebar and other non-toolbar places (tdf#85767)
        
        Change-Id: I034394ae6f9b8d91ef5a376a43eda587098f064e
        Reviewed-on: https://gerrit.libreoffice.org/20403
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-08  Mike Kaganski  <mike.kaganski@collabora.com>  [e4d5b5efac71ed2a08dcd09877078a6cf6bde0d2]

        tdf#54584: adjust skip-slash condition, allow unterminated quote
        
        Experimenting with different non-alpha characters in front of
        field, most of them aren't allowed and result in field not
        recognized by MS Word: #$%&'()*+,-./:;<>?@[]^_`{|}~
        Besides, if backslash "\" is followed by another backslash or
        space, it is illegal, too. This patch takes care of it.
        
        On the other side, not closing quotes is allowed by MS Word.
        This patch allows this, too.
        
        The patch does not handle another allowed field code "=2+2".
        This should be done in another commit.
        
        Change-Id: I842fe59c026b68977e61a7ae0b5495c02803ad83
        Reviewed-on: https://gerrit.libreoffice.org/20435
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c321b6182a31cd2e5d6f74e404797bd4c63e537a]

        Related: tdf#94377 RTF export: support multiple paragraphs in editeng text
        
        Write a \par at the end of each paragraph instead of writing one at the
        end of the whole text only.
        
        Change-Id: I984b31d4ae3d2e728c993b25bfde761dcad063ae

2015-12-08  Stephan Bergmann  <sbergman@redhat.com>  [3200068c9ee845c6ea5c121e8fb6dfcd8e367ed8]

        loplugin:nullptr
        
        Change-Id: I8a1678d1677dbff82b6785834e63007c2c3e9924

2015-12-08  Juergen Funk  <juergen.funk_ml@cib.de>  [4bdf7154ddfec1f5ae08153eac13aecaa578a8cf]

        unused GenericSalLayout::GetTextRect()
        
        is removed here: 449d272daf5e99f039cdfdd25f020bd798fb9e1d
        
        Change-Id: I2c49d39c5e596f4462d3c29a215c715d9927cf6f
        Reviewed-on: https://gerrit.libreoffice.org/20448
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-08  jan iversen  <jani@documentfoundation.org>  [a9824e8e05bddbf8ec417c7e5447914dd22cb8e5]

        cid#1326591, cid#1326590 useless call
        
        The call does not do anything, removed.
        
        Change-Id: I24e37ec47551f7dc47a4be6f717f95800624500f
        Reviewed-on: https://gerrit.libreoffice.org/20392
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-08  Julien Nabet  <serval2412@yahoo.fr>  [4211eaf1357045d39049b12e80ff282553bcd053]

        Fix "missing member of radiobutton group" for selecttypepage.ui
        
        Regression from 4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f
        
        Change-Id: I7ab6df12b8cc0eb952771f1631640dce52d7dee1
        Reviewed-on: https://gerrit.libreoffice.org/20460
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ad0edc184792f3aa3f72e8d4ec8b76c3d1bf8479]

        Related: tdf#71622 compress more gfx in odf streams
        
        Except for jpeg and png, most natively-stored image fileformats compress
        rather well with zlib. adding a number of vector and pixel formats.
        
        Change-Id: I97407a98f620520b0d11552911d2339bf004dc5b
        Reviewed-on: https://gerrit.libreoffice.org/20461
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-07  David Tardon  <dtardon@redhat.com>  [33ff1ba8583f9461ddf5b773bee6c1974c21afbe]

        merge libmwaw type/filter defs (Calc)
        
        Change-Id: Ic0f01d2f71cad69bea0944c62fb0832bc6caa252

2015-12-07  Caolán McNamara  <caolanm@redhat.com>  [2191a11022f657eae5fb21f87dd443ea9228920b]

        last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer used
        
        Change-Id: I65e7e82e46c5751617b00a39df47d864b29b6ce1
        Reviewed-on: https://gerrit.libreoffice.org/20441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-07  Caolán McNamara  <caolanm@redhat.com>  [bc45215ec6e5d508415465ad3f619c3dbe23f7c8]

        Resolves: tdf#96224 don't fiddle around with a separate alpha buffer
        
        use a format that supports alpha directly
        
        now we can unify the android and linux cases as well and drop the
        BGRX support
        
        Change-Id: I3c845913691d8194822423005d308cfa7ef13ec3
        Reviewed-on: https://gerrit.libreoffice.org/20440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-07  Andras Timar  <andras.timar@collabora.com>  [48f0ba92a6e9828805ce6f5d87147b9d0dcefe3b]

        Revert "svg export: no more an experimental feature"
        
        This reverts commit 59cd3f4ddb88ef1326166902ffe61d6050bfcd99.

2015-12-07  Andras Timar  <andras.timar@collabora.com>  [b75c47c8e58beb8626f02495a75eb319c77e870a]

        Revert "svg-export: fix wrong conflict resolution"
        
        This reverts commit 7485ea8b917c1e4da7982611c70b0f3d0a46b27a.

2015-12-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7485ea8b917c1e4da7982611c70b0f3d0a46b27a]

        svg-export: fix wrong conflict resolution
        
        Change-Id: Ibf3d054558c1fbf208b6d1a4683d52837b2bc183
        Reviewed-on: https://gerrit.libreoffice.org/20447
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-12-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [59cd3f4ddb88ef1326166902ffe61d6050bfcd99]

        svg export: no more an experimental feature
        
        Removed experimental feature check.
        Single slide exporting works as for multi slides exporting.
        
        Conflicts:
        	filter/source/svg/svgexport.cxx
        
        Change-Id: I3b4f100f5ab9c76896e7f52d65ec27c364216c21

2015-12-07  Andras Timar  <andras.timar@collabora.com>  [75d4b7fb53b6151b6dcbc011ae81f2481584ef3b]

        Revert "svg-export: fix wrong conflict resolution"
        
        This reverts commit ab794090190e12daa4dab209889c084cd8e8b6f9.

2015-12-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ab794090190e12daa4dab209889c084cd8e8b6f9]

        svg-export: fix wrong conflict resolution
        
        Change-Id: Ibf3d054558c1fbf208b6d1a4683d52837b2bc183
        Reviewed-on: https://gerrit.libreoffice.org/20447
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-12-07  Eike Rathke  <erack@redhat.com>  [da150e5e30cd1c56e5dc6de7201af58bf98b291a]

        fix build, don't pass int as sal_uInt16, tdf#34449 follow-up
        
        Change-Id: Ia813b4d4296235f273c826444fcce3e9217cdee7

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [c7b3783c6729fbae2eec084c15b47cd7154d4096]

        loplugin:defaultparams
        
        Change-Id: I1a55166217ace26c95f73f710d88d787fdc4e007

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [f2e3655255db4032738849cd4b77ce67a6e2c984]

        Avoid -fsanitize=signed-integer-overflow
        
        ...later on during loading of (a local copy of)
        <https://wiki.documentfoundation.org/images/5/50/BH40-BaseHandbook.odt> at
        
        > sw/inc/swrect.hxx:249:48: runtime error: signed integer overflow: 1080100 + 9223372036853697509 cannot be represented in type 'long'
        >  SwRect::Bottom() const sw/inc/swrect.hxx:249:48
        >  SwTextFly::CalcMinBottom() const sw/source/core/text/txtfly.cxx:996:31
        >  SwTextFly::GetMinBottom() const sw/source/core/inc/txtfly.hxx:339:45
        >  SwTextFormatter::CalcBottomLine() const sw/source/core/text/itrform2.cxx:1917:20
        >  SwTextFrame::FormatAdjust(SwTextFormatter&, WidowsAndOrphans&, int, bool) sw/source/core/text/frmform.cxx:1092:26
        >  SwTextFrame::_Format(SwTextFormatter&, SwTextFormatInfo&, bool) sw/source/core/text/frmform.cxx:1552:13
        >  SwTextFrame::_Format(OutputDevice*, SwParaPortion*) sw/source/core/text/frmform.cxx:1662:5
        >  SwTextFrame::Format(OutputDevice*, SwBorderAttrs const*) sw/source/core/text/frmform.cxx:1809:17
        >  SwContentFrame::MakeAll(OutputDevice*) sw/source/core/layout/calcmove.cxx:1391:17
        >  SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:307:21
        >  SwFrame::Calc(OutputDevice*) const sw/source/core/layout/trvlfrm.cxx:1798:9
        >  SwObjectFormatterTextFrame::FormatAnchorFrameAndItsPrevs(SwTextFrame&) sw/source/core/layout/objectformattertxtfrm.cxx:753:9
        >  SwFlyAtContentFrame::MakeAll(OutputDevice*) sw/source/core/layout/flycnt.cxx:419:21
        >  SwFrame::PrepareMake(OutputDevice*) sw/source/core/layout/calcmove.cxx:341:5
        >  SwFlyFrame::Calc(OutputDevice*) const sw/source/core/layout/fly.cxx:2665:9
        >  SwLayAction::FormatLayoutFly(SwFlyFrame*) sw/source/core/layout/layact.cxx:1428:9
        >  SwObjectFormatter::_FormatObj(SwAnchoredObject&) sw/source/core/layout/objectformatter.cxx:331:17
        >  SwObjectFormatterTextFrame::DoFormatObj(SwAnchoredObject&, bool) sw/source/core/layout/objectformattertxtfrm.cxx:134:9
        >  SwObjectFormatter::_FormatObjsAtFrame(SwTextFrame*) sw/source/core/layout/objectformatter.cxx:453:19
        >  SwObjectFormatterTextFrame::DoFormatObjs() sw/source/core/layout/objectformattertxtfrm.cxx:336:20
        >  SwObjectFormatter::FormatObjsAtFrame(SwFrame&, SwPageFrame const&, SwLayAction*) sw/source/core/layout/objectformatter.cxx:193:20
        >  SwLayAction::FormatContent(SwPageFrame const*) sw/source/core/layout/layact.cxx:1651:19
        >  SwLayAction::InternalAction(OutputDevice*) sw/source/core/layout/layact.cxx:572:31
        >  SwLayAction::Action(OutputDevice*) sw/source/core/layout/layact.cxx:352:5
        >  SwLayIdle::SwLayIdle(SwRootFrame*, SwViewShellImp*) sw/source/core/layout/layact.cxx:2159:13
        >  SwViewShell::LayoutIdle() sw/source/core/view/viewsh.cxx:728:19
        >  sw::DocumentTimerManager::DoIdleJobs(Idle*) sw/source/core/doc/DocumentTimerManager.cxx:119:17
        >  sw::DocumentTimerManager::LinkStubDoIdleJobs(void*, Idle*) sw/source/core/doc/DocumentTimerManager.cxx:81:1
        >  Link<Idle*, void>::Call(Idle*) const include/tools/link.hxx:84:45
        >  Idle::Invoke() vcl/source/app/idle.cxx:25:5
        >  ImplSchedulerData::Invoke() vcl/source/app/scheduler.cxx:40:5
        >  Scheduler::ProcessTaskScheduling(bool) vcl/source/app/scheduler.cxx:170:9
        >  ImplYield(bool, bool, unsigned long) vcl/source/app/svapp.cxx:519:5
        >  Application::Yield() vcl/source/app/svapp.cxx:535:5
        >  Application::Execute() vcl/source/app/svapp.cxx:471:9
        >  desktop::Desktop::DoExecute() desktop/source/app/app.cxx:1284:5
        >  desktop::Desktop::Main() desktop/source/app/app.cxx:1609:17
        >  ImplSVMain() vcl/source/app/svmain.cxx:170:19
        >  SVMain() vcl/source/app/svmain.cxx:207:16
        >  soffice_main desktop/source/app/sofficemain.cxx:96:12
        >  sal_main desktop/source/app/main.c:48:15
        >  main desktop/source/app/main.c:47
        
        ...whatever those hardcoded odd values used here, the code is the same ever
        since 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import"
        
        Change-Id: I7f10034f97c52256d873b86a683c9204b944e704

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [2e43a109495b859b9e90db34c08e8eba11354bad]

        No, "rtl::Reference<VclStatusListener<Button>> mpStatusListener;" is fine
        
        ...as a member of ImplCommandButtonData (vcl/source/control/button.cxx), no need
        to falsly warn "OutputDevice subclass 'rtl::Reference<VclStatusListener<Button>>'
        declared as a pointer member, should be wrapped in VclPtr [loplugin:vclwidgets]"
        
        Probably loplugin:vclwidgets should enable shouldVisitTemplateInstantiations()
        and not try to second-guess whether an OutputDevice can be a template argument.
        
        Change-Id: Ia8feb1b1d7504941c35dfbf0aa02dc6a7dd818a0

2015-12-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [201c55cbb3f757389f78971b32332c9fc8e3d271]

        svg-export: added a new bullet type
        
        The new bullet type is used in a pptx document.
        
        Change-Id: I0bf970c2a25fb21b666e263b67023c299041e4cf
        Reviewed-on: https://gerrit.libreoffice.org/20439
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-12-07  Tor Lillqvist  <tml@collabora.com>  [e9da0f499c39f9607d67ec344dff1b83dae1bfa2]

        Do turn on GL_BLEND for the GLyphy crack
        
        That is what GLyphy's demo_glstate_setup() does, and it does seems to
        help a bit.
        
        Change-Id: I03703def86558a8689c427bcbb62cd218b9a111f

2015-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3decff7736a46e19e4296a4eedb3c917f02d3b97]

        DOC import: tokenize smart-tag bookmark offsets/sizes
        
        Change-Id: I4a37651c3cf78ae818d1018abb6cc8e69ffd71b0

2015-12-07  Yousuf Philips  <philipz85@hotmail.com>  [19c7af844f12436a48be2ef263ede8f0f27d257d]

        tdf#84909 Improvements to impress and draw toolbars
        
        Change-Id: I50f1ee5fc0ff9a53532954dfc4939a7d5f18f575
        Reviewed-on: https://gerrit.libreoffice.org/20280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-07  Yousuf Philips  <philipz85@hotmail.com>  [9149dbf17329180e2c9e2fb39243c65acc07a182]

        tdf#91909 Add shortcuts to slide navigation
        
        Change-Id: If9819ec8065d0bdce9604ed74b7b0571b24580b0
        Reviewed-on: https://gerrit.libreoffice.org/20070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-07  Yousuf Philips  <philipz85@hotmail.com>  [bd7f0b0ba3391f3049cb3f2d7b70493a05362316]

        tdf#81475 Improvements to writer's toolbars
        
        Hide entries in the standard and table toolbars and add useful entries into the formatting, object, and bullets toolbars. Also make bullets and table toolbars appear on a different line than the drawing toolbar.
        
        Change-Id: I307e8f289fc5b1d8c7dd074989ffc0500697073f
        Reviewed-on: https://gerrit.libreoffice.org/20279
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-07  andreas kainz  <kainz.a@gmail.com>  [4fabf6244002996d17d50520e7c7565e5d2f3500]

        Breeze Icons: add displaymode_** icons
        
        Change-Id: I45929bd334ed73df425f8e256429acf9b60a8c98
        Reviewed-on: https://gerrit.libreoffice.org/20351
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-12-07  Juergen Funk  <juergen.funk_ml@cib.de>  [a27f2397f091d37cb9cf1ab98b0e96ca8dfa7406]

        unused Picture::Type()
        
        and removed unused TxtBox::Type(), too
        
        Change-Id: I4a1d7f1cbbc5bb4d929fe7420db8f827dd8b142d
        Reviewed-on: https://gerrit.libreoffice.org/20424
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cc574fefc8a2ee39db4a4bd843a3ec67dce2f11]

        tdf#96250 desktop: empty str is the same as 0 str in jsonToPropertyValues()
        
        Change-Id: I77306dc998afc53bb1d5710a8d1ae68717f945d1

2015-12-07  Dennis Francis  <dennisfrancis.in@gmail.com>  [2e512174f2116d86682037459fd5ab5164e9f510]

        tdf#34449 : ability of deleting borders of a cell from adjacent cell
        
        Change-Id: Ieb13a9ea88faa220d1ee352b0e47268a7fda5f38
        Reviewed-on: https://gerrit.libreoffice.org/19715
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-12-07  Pierre Sauter  <pierre.sauter@stwm.de>  [1a032dcfebc2702f0612c470d6b9c3e3cf4fb637]

        tdf#74834 Expert Configuration option to disable thumbnails in StartCenter
        
        If Office::Common::History::RecentDocsThumbnail is set to false, no new thumbnails
        will be created and stored to registrymodifications.xcu. Existing thumbnails in
        registrymodifications.xcu or the documents will not be read and displayed.
        
        Change-Id: If9527aa0d336a6b77b4c9bb0cc09143ffa1725d8
        Reviewed-on: https://gerrit.libreoffice.org/20338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [0abfcb735e60757ee64aa6d0fbb1b601c29813f3]

        Undef RGB where it was defined, not where it gets used
        
        Change-Id: I1e122bb7c32850dfdd74de029c8d92a328207a95
        Reviewed-on: https://gerrit.libreoffice.org/20430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-07  David Tardon  <dtardon@redhat.com>  [764ec21307009a84b2611fed5cb20069caa6d566]

        improve error message for nonexist. path
        
        ... which is currently somewhat misleading, because it mentions
        libmerged.so.
        
        Change-Id: I1ab21ce0fe2f94eba1831c2c977d900827f320f1

2015-12-07  David Tardon  <dtardon@redhat.com>  [7f73ea2e3975b305e09467eb7980a3d01cd37de9]

        tdf#96243 don't crash if LibO install. wasn't found
        
        Change-Id: I538e7238feb711a7d71faf745033264894f688f4

2015-12-07  Tor Lillqvist  <tml@collabora.com>  [573cd28987614a8893f47f67f05587b7afd86546]

        tdf#96070: Just give up on glyph caching for non-horizontal text
        
        Change-Id: I60f54523f927e97d739a4c735e54b2cc3400aff3

2015-12-07  David Tardon  <dtardon@redhat.com>  [4915a2bed6c95d706e52b4aad1ba62c2011b0675]

        fix typo
        
        Change-Id: I2889ea7e0ca266675b05b8d9aff6113c8f6e9634

2015-12-07  David Tardon  <dtardon@redhat.com>  [8d7d3469da772d6ffcc0ed4fc69ea28e1813b407]

        update the appstream files to most recent version of the spec
        
        Change-Id: I6b23be2af3ab28431266075da389b62372508961

2015-12-07  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c5fe98905deac6de4f9e76a17097ce83fe381ac3]

        Make buttonstatuslistener a generic listener for any widgets
        
        Change-Id: I966b06e1169f8a06d08be811f78e98a2e3d7580c
        Reviewed-on: https://gerrit.libreoffice.org/20401
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [ebe80ac6713b67b1801ede3d1e9038cb2c93cb11]

        Clean up use of libxml2 BAD_CAST
        
        Change-Id: Ia48681f1be4fb3c51ea6805a2dab1b8b957540d0

2015-12-07  Mike Kaganski  <mike.kaganski@collabora.com>  [a800cc780b60d61fd871ec5598c80a431e13903f]

        tdf#54584: allow backslash before field type in RTF and DOCX
        
        In some RTF and DOCX files, field type may be prepended with
        backslash. It seems not strictly standard-conformant (at least
        not to [MS-RTF]). Still, MS Word reads these fields OK. This patch
        allows LO to read them, too.
        
        Change-Id: I1f6bbdd9d57adbea8882d078761dd97298ca03b3
        Reviewed-on: https://gerrit.libreoffice.org/20420
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-07  Noel Grandin  <noel@peralex.com>  [a1c9165eec98cc0021e5a95efed79a9972cbf0e3]

        fix powerpc build
        
        fallout from the wide char changes
        
        <sberg> noelgrandin, _rene_, ah, yeah, that's something that broke with 0b07406f7147b9abbb2095d9e038b13293cb8b10
        <IZBot> core - Use C++11 char16_t for sal_Unicode - http://cgit.freedesktop.org/libreoffice/core/commit/?id=0b07406f7147b9abbb2095d9e038b13293cb8b10
        
        Change-Id: If4303bd1d8577612250b1857b809b022d13759e4
        Reviewed-on: https://gerrit.libreoffice.org/20433
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-07  Noel Grandin  <noel@peralex.com>  [6010fefffcf57e84d1546421e85747a677680f60]

        loplugin:override
        
        Change-Id: I0b7fa4d669a6bbf26c8cbf08ef009686919c9a60

2015-12-07  Noel Grandin  <noel@peralex.com>  [7e1bb64f1417e05ad29d20c6be212de68ce4a769]

        loplugin:mergeclasses OOXMLPropertyImpl into OOXMLProperty
        
        Change-Id: I1447cfc76c529332450c90a21b6525d3103fe852

2015-12-07  Noel Grandin  <noel@peralex.com>  [9f0f30fa35fc25caac432554c865c8eacb4ed9bb]

        loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLProperty
        
        Change-Id: I73eb7e664c0a53f135c06c3d8ea450bd9493c780

2015-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [958b9a7fbdd58fdce762021917155c58fbb90d18]

        Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_API
        
        Change-Id: Ifbed5e534ba79d32b7188bb7fb7108338b6e124d

2015-12-07  Stephan Bergmann  <sbergman@redhat.com>  [8a086a2c08efe2037957b959109e72b8bb3e27b7]

        Sort undefs
        
        Change-Id: I20940822c482d4edab8a5d4b5aaf75ba58817898

2015-12-07  Maxim Monastirsky  <momonasmon@gmail.com>  [2cd9ecd8644d16780443cdb6b52e208af9066105]

        SvxMenuConfigPage: Disable controls when no menus found
        
        We reuse this page for context menus, but not all modules
        have context menus. This is the same behavior now as in
        the toolbars page (but ideally we shouldn't show those
        pages at all in such case).
        
        Change-Id: I66e308400d50934044179f07709c371578db8c39

2015-12-07  Maxim Monastirsky  <momonasmon@gmail.com>  [8ca76fc12e088a95247cb8e47ba8252db59e7ea6]

        tdf#93837 Never hide clipboard functions in context menus
        
        This updates the hack made for tdf#86850 for the new
        implementation. We're going to use .uno command names,
        instead of sfx2 SIDs.
        
        While touching this, I removed the check for the Paste
        Special menu. It's not backed by a real sfx2 slot, so
        never disabled.
        
        Change-Id: I1e2078e98987ad1f5f46e3964d878cb967ac00ef

2015-12-06  Pranav Kant  <pranavk@libreoffice.org>  [9e9703389e015d0f3520344715df6719559362e4]

        tdf#96246: Make pRenderingArguments nullable
        
        Type gchar* is not nullable by convention.
        
        See:
        https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations#Nullable_parameters
        
        Change-Id: Ibfee816a3ef2d29c7376071fb61eda7bf0538efb
        Reviewed-on: https://gerrit.libreoffice.org/20425
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-06  Maxim Monastirsky  <momonasmon@gmail.com>  [4d3d266e8a47715268cbec1b5e5b8d9fecc54cf6]

        ThesaurusMenuController improvements
        
        - The method to fill the menu shouldn't override impl_setPopupMenu
          from the base class, because we can't fill the menu before getting
          some data through status updates.
        
        - Use vcl::CommandInfoProvider to get menu labels.
        
        Change-Id: Ieeeafb81921bc4786256aae4e26d87c6106e63da

2015-12-06  Jean-Pierre Ledure  <jp@ledure.be>  [0daed9b52fb74b090295a8e079664956785e02c2]

        Access2Base - First steps OutPutTo calc and csv
        
        + bug correction on dlgFormat dialog - check user input
        
        Change-Id: I126f99dbc587342772a601df8b9dd03cfe4850ac

2015-12-06  Jean-Pierre Ledure  <jp@ledure.be>  [77801cd501af08f41099feef36a72001ee6c84b4]

        Access2Base - Option Explicit in UtilProperty module
        
        Change-Id: Iab982421be37e670201561b67cc66fb91d30de91

2015-12-06  Aybuke Ozdemir  <aybuke.147@gmail.com>  [22d4b98da59c9821e72cc1d4f9d94d57b7a12d51]

        tdf#87933 easier visibility of automatic page breaks
        
        Change-Id: I1d81b740bf67402b7f59b572bbd8a9fbc4a989f2
        Reviewed-on: https://gerrit.libreoffice.org/19706
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-06  Maxim Monastirsky  <momonasmon@gmail.com>  [a56032b997cd9309ad23d3a69b0de5076201c8a8]

        reportdesign: Use ToolbarAsMenuController
        
        Change-Id: If19ba5416610a6bdd0067e127185fd128dd86c27

2015-12-06  Yousuf Philips  <philipz85@hotmail.com>  [900a22c9ef53d8597570ccd1fa8a7a6106006f32]

        tdf#91781 Add more shapes to the menu and additional tweaks
        
        Change-Id: I0f6bc69afce27d5e4dd7fab3c8e8b87e292d6217
        Reviewed-on: https://gerrit.libreoffice.org/20167
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-12-06  Juergen Funk  <juergen.funk_ml@cib.de>  [6ded842ac4a0e06efcfcc312775d25063201eb68]

        unused vcl::IsWindowSystemAvailable
        
        Change-Id: Ie903a6fe3237319661662c0533c23528766ffd08
        Reviewed-on: https://gerrit.libreoffice.org/20404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-12-05  Juergen Funk  <juergen.funk_ml@cib.de>  [30d73431ee51ca2ebcca9029bf0af4a0c4dc565c]

        unused Printer::Error()
        
        it was removed here a6fed7a19befa5673403ec5fe3ab69a91475da3a
        
        Change-Id: I0ab07ccda4270bde307ca8d7cd13e610ce9202ff
        Reviewed-on: https://gerrit.libreoffice.org/20416
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [8dea939d65cd3cdd744d21a9f60444a97e45962b]

        implement SAL_INVERT_TRACKFRAME invert via cairo
        
        this gives the same (terrible?) pattern as quartz for dragging toolbars around
        
        Change-Id: I439826c41f9d4d13d6e0b13859b6fb34899b6494

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [cfc119c4322e36283ffc4bebfb0757e8e0039a5a]

        silence vcl release mouse warning
        
        Change-Id: I12eb894d88c7b96f92e3d080ac3cf24ff2e025ec

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [66fedc0966ad0c732cada974ea910d7a98beca15]

        gtk3: avoid empty target clipboard warning
        
        Change-Id: Ic6b46eb2c81398f0ab2e7539e5cdb27a508c8893

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [77f2fed86d512d8e1942a75b91cd13ce1945c149]

        Resolves: tdf#95865 gtk3: disentangle Geometry handling
        
        don't set our maGeometry directly, wait until gtk
        confirms the result to update it. We're getting in
        a real muddle here
        
        Change-Id: If1f0b3ef50cabd8ddd5bca66f823bcbea1ecbcaf
        Reviewed-on: https://gerrit.libreoffice.org/20396
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [8b361da6b729b25ed8293f26132ae99350f7f472]

        remove gtk2 stuff from gtk3 salframe
        
        Change-Id: I096a3a9b6fd69b8c8943b9db19d5a3fd32dfcb02
        Reviewed-on: https://gerrit.libreoffice.org/20395
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [8f77810a9cb44fb252a591939f74a5404b41be87]

        remove gtk3 stuff from gtk2 salframe
        
        Change-Id: Ica4b64df4cd88dcdbc3483f7b6aa3c9aceb215ec
        Reviewed-on: https://gerrit.libreoffice.org/20394
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-05  Caolán McNamara  <caolanm@redhat.com>  [cd58b8a69ee9c5d5be90852e09f1ca5b5971d54b]

        gtk3: copy the gtk/gtk3 frame before splitting for the two versions
        
        Change-Id: Iac9f3087fc36fb284a3edd0062cfbaf3580c4097
        Reviewed-on: https://gerrit.libreoffice.org/20393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-05  Matúš Kukan  <matus.kukan@gmail.com>  [2d4279b53a7835303e0804c2b1cf9aa53fd723aa]

        loplugin:defaultparams
        
        Change-Id: I9015579a93e58d382866cbebe7af462735b08700

2015-12-05  Julien Nabet  <serval2412@yahoo.fr>  [09df128a7a5801680d7a82dfa282a6bf7a56d062]

        Remove typedef only being used once
        
        Change-Id: I8f29df2c67e6c4cd9535629edbba4ff1f1a2e632

2015-12-05  Jean-Pierre Ledure  <jp@ledure.be>  [0358cc51f1e7a4decc8082bef50b988afd2b22eb]

        Access2Base - OutputTo binary fields as null fields
        
        Do not skip temanymore
        
        Change-Id: I6a1276959ab940eb44aedeab2f1c9cc7f71a0e1e

2015-12-05  Julien Nabet  <serval2412@yahoo.fr>  [5e07e1be570f711f5324a1a116f11673881efaf7]

        Simplify and remove this do/while
        
        There wasn't even a kind of "finally" block!
        
        Change-Id: Ib6836e8e8bd7369c2049c0fd26081002dfbfecba

2015-12-05  Matúš Kukan  <matus.kukan@gmail.com>  [f229b9b04a9267f7f277304c0ebed7f8b2582a5d]

        tdf#74608 dbaccess: Constructor feature for ODatabaseDocument
        
        Change-Id: Id524a1a717c350cb0558ef5ff11da3e6c941c203

2015-12-05  Matúš Kukan  <matus.kukan@gmail.com>  [970f518989d8984089a5ee2be95d0a178b314d4c]

        tdf#74608 dbaccess: Constructor feature for OComponentDefinition
        
        Change-Id: I150cdaa46a0d86e1a4b6598ac580a10b2e8f071f

2015-12-05  Julien Nabet  <serval2412@yahoo.fr>  [5738a6fb4aa62f20416f164c2f4b9c170f1ebfb4]

        Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECT
        
        warn:legacy.osl:21997:1:accessibility/source/extended/accessiblelistbox.cxx:103: Debug: Treelist shouldn't use VCLEVENT_LISTBOX_SELECT
        To reproduce:
        - Launch Base and create a brand new HsqlDb file or open an existing one
        - Select Tables pane
        - Click Table Design
        => the message appears in console
        
        Change-Id: If7fa99890bbec8795a62b83dbe193247adffb733
        Reviewed-on: https://gerrit.libreoffice.org/20411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-05  Jean-Pierre Ledure  <jp@ledure.be>  [f2e525eb2707a98a0d0a1bdeaf054c3981ce5f6b]

        Access2Base - OutputTo HTML
        
        Add <span> in the list of acceptable html tags
        
        Change-Id: I23c57ad1ef889fd511111f6d969feaafb9d0f5b8

2015-12-05  Julien Nabet  <serval2412@yahoo.fr>  [b0658929bea09386f524879228b35996375537f4]

        tdf#96234: Type Formatting, Primary key checkbox may be checked
        
        Right click on a field in Type Formatting (Base, paste a table from Calc for eg)
        makes a popup which takes into account now if the field is a primary key or not.
        
        Handles multi-fields primary key, too: the selected fields must be exactly
        those in the primary key, no more, no less.
        
        Change-Id: I545b946bccd3fc02f4f6c3bdb99f914d181a3d40

2015-12-05  Matúš Kukan  <matus.kukan@gmail.com>  [f7c94c5b8a7de7f24bea8c612eb2b15a26c2a61a]

        tdf#74608 dbaccess: Constructor feature for OCommandDefinition
        
        Change-Id: Ibaa1fd8310fdba073190a7721891ebb835eb0e6e

2015-12-05  William Bonnet  <william@wbonnet.net>  [8ac2b6d077f4e7b1c5a010c2960fb08c0132da5f]

        add performance test for subtotal insertion
        
        Change-Id: I8e567713c738d19aca5ef28808ae6e033ffe5bd3
        Reviewed-on: https://gerrit.libreoffice.org/20405
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c60e6eca264d179920047868a439f6d260db2db6]

        sw: add doxygen comment for SwpHints
        
        Change-Id: I1f53c644120180c730706cab8b969f36fa4023be

2015-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [82e0c38e1205a3c8a70234a95ca33ab1400fbe57]

        tdf#94739 use GetScanlineSize instead of calculating it
        
        We calculate the scanline size wrongly when writing a PDF so the
        image is not exported correctly. BitmapAccess already has a method
        to determine the scanline size so use that instead.
        
        Change-Id: Icccba8f26c5e0fd4bd4c37bba7c5a7fe8d0094bd

2015-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7bda8fbd17e271e8eaf3df2719da7f637465854a]

        pdf export: use ScopedBitmapAccess and remove AccessReleaser
        
        AccessReleaser does the same job as a ScopedBitmapAccess, but it
        is a local class in pdf writer - removing it.
        
        Change-Id: I3608a80fde8af938de479a9ecf44b134e1be7aa8

2015-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6f9bb9bd767e4bc46424df86a1c3d3f7851e5bfc]

        Remove image color conversion menu from Impress
        
        In impress there is (or was) a submenu "Mode" for images that
        containted color transforms for images to various bitdepths and
        palettes. The action is destructable - which means the original
        is replaced by a new image. This also has little use today as I
        don't think many people want to shrink image (byte) size this way.
        The only useful transform is to 8-bit indexed for certain types
        of images to save space without a bigger color degradation, but it
        makes more sense to add this option to "compress image dialog".
        
        Change-Id: I7450b2ec3507fb5d180cbd1ec879cb5560a2dd22

2015-12-04  Stephan Bergmann  <sbergman@redhat.com>  [d6eedfe27a04df597a83df5576a31245f3fff0f4]

        Fix include
        
        Change-Id: I8dd2624cf70dbb34f6fe0a1744c3266dcef07198

2015-12-04  Stephan Bergmann  <sbergman@redhat.com>  [6a2951006923409af78213c5d0e4d228176bcd62]

        Missing include
        
        Change-Id: I97c7a1c3c8a1dca0227477b54c4ce17530bd6b33

2015-12-04  Stephan Bergmann  <sbergman@redhat.com>  [58a3f5697808ca1db0c99b25e6f4d9e43dec16ba]

        UBSan: Bad static_cast from dbaccess::ODatabaseSource
        
        ...which doesn't inherit from cppu::OWeakObject in the first multiple-
        inheritance slot
        
        Change-Id: I1624e5c696d5a592f86e7c48849ecf3a39e1e6fb

2015-12-04  Ashod Nakashian  <ashodnakashian@yahoo.com>  [a027ed9573858f3ec6361577ff541d7f2495bd32]

        Wingdi RGB macro handling improved
        
        Improved the isolation of windows headers.
        Specifically, RGB macro is better handled now.
        
        Change-Id: I0eeea16d0de9da3455810c80b0715f7b54ae8c3f
        Reviewed-on: https://gerrit.libreoffice.org/20039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-12-04  Noel Grandin  <noel@peralex.com>  [9e2973dbb90b5d9ce004cbf333f5000e4d50dc18]

        fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumns
        
        was generated a crash when running 'make check' on my Linux box.
        These classes need to hold the SolarMutex when destructing their
        SwClient base class.
        
        Change-Id: I448ea00978d003aa37d8663d37b4edf9e54a6a56
        Reviewed-on: https://gerrit.libreoffice.org/20391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [b1ff7054a0d7c12e0961c7a78bb2626b33c7f0d1]

        svtools: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ic61b2b9a472431e5443c74eb8b319ff8796e1672

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [de25d1d0f5f50a05e40f687224379e97b701bcae]

        svtools: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I56fb6eb96f0d7c0a80741ba1dec7a2cbe650c33c

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [9e87b8ea8ff4928af4751573585219d4c902d9c9]

        sfx2: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ic5aed60d40d0e1cd4c227032bc4cf9adbd7be00a

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [19f64ccc8c71b1e63b166c559479ee1c3390f8a0]

        chart2: replace boost::ptr_map with std::map
        
        Change-Id: I07a8b2eaa11ca29e3303d323060c3a4c52823967

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [f46327e6c99e5230907debf660337a47d4fa7caf]

        chart2: replace boost::ptr_map with std::map
        
        Change-Id: Id647a5b681e10defd944ccb2ec8509689df704af

2015-12-04  Michael Stahl  <mstahl@redhat.com>  [25ad18c1e136a03b0d04a1aefbde43a2290460dc]

        chart2: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I0b80042bdab33b52b339267292249add6f70ac3c

2015-12-04  Stephan Bergmann  <sbergman@redhat.com>  [51a5dfd783bfc1efc52a791aab4114039581252f]

        Fix documentation
        
        Change-Id: I682a6e4f1a9a5ca3047a4ba2a3229158a8229b4a

2015-12-04  Stephan Bergmann  <sbergman@redhat.com>  [08883a3c05e6f838642ec941a57209bac0f0af72]

        unoinfo documentation

2015-12-04  Bryan Quigley  <gquigs@gmail.com>  [2ac0bd278d739382d8e534f5bbae34e55757a844]

        tdf#92925 Remove PBM, PGM, and PPM Export
        
        Remove export for all the netpbm formats.
        Import still works but these filetypes don't preserve good quality
        anyway.
        
        Change-Id: If4b47f749275a9d3d663f61872f448e01112f6b5
        Reviewed-on: https://gerrit.libreoffice.org/20361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c2f78cd15563389496979e50a38980b65b7f12b]

        Prefer STL container to manual realloc
        
        Change-Id: Id586934c8ff635b1ec2b645b0956cc60960f6078

2015-12-04  Justin Luth  <justin_luth@sil.org>  [2ffe2b0c746a64467b4115523f91ce391ab9b229]

        related to tdf#73691 - AltX: use alt-c for eu, gl, nl, pt-BR
        
        Unicode Notation toggle's alt-X conflicts with the main menu for Basque,
        Galician, Dutch, and Brazilian Portugese.  Replaced with Alt-C which matches
        the alternate combination already assigned for German.
        
        If MSWord uses a different combination for these languages, someone can
        request a matching change.  Dutch is confirmed as using the conflicting Alt-X,
        but the other languages are unknown status in MSWord.
        
        Change-Id: Id07fc825aa7df427b4e7d1db9026dc1665a14a0d
        Reviewed-on: https://gerrit.libreoffice.org/20370
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-04  Justin Luth  <justin_luth@sil.org>  [f0282aeddc4df555a273c20e8480cef586960ac8]

        related to tdf#73691 - don't conflict with menu hotkeys
        
        Although German (de) was remapped to use Alt-C instead, it still
        assigned the en-US alt-X assignment as well, and accelerators
        take precedence over menu ~ indicated keys.  So a blank assignment
        needs to be made in the alt-X accelerator for any language that conflicts.
        
        Added vietnamese as well - it conflicts with both alt-x and alt-c, so not
        assigning any accelerator to it for now.  A vietnamese can request and suggest
        an appropriate accelerator combination.
        
        Change-Id: Id972f5125ccab5eaca72b6a114099a5b441b055d
        Reviewed-on: https://gerrit.libreoffice.org/20365
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-12-03  David Ostrovsky  <david@ostrovsky.org>  [1fd41f43eb73c373cb94d32d82c5fb7a7e243367]

        Add build toolchain to upload LibreOffice API to Maven Central
        
        Set up the toolchain to create sources and javadocs artifacts in
        addition to JARs created during the build. Use Buck build tool for
        that: [1]. This is a fork of Google's build tool Blaze, created by
        Xooglers at Facebook. This build tool (like Blaze itself) uses
        Python to write build files.
        
        Add needed tools and build files to install LibreOffice API artifacts
        to local Maven repository or deploy them to Maven Central.
        
        To build all needed artifacts LibreOffice must be built regularly
        with GNU make first. To build the rest of the API (sources and
        javadocs):
        
          $> buck build api
        
        To replace version number with upcoming release version:
        
          $> solenv/bin/version.py 5.1.0
        
        To install the API to local Maven repository:
        
          $> buck build api_install
        
        To deploy the API to Maven Central:
        
          $> buck build api_deploy
        
        Detailed documentation is added to document the prerequisites and
        the workflow to upload LibreOffice API to Maven Central.
        
        * [1] https://buckbuild.com
        
        Change-Id: Ibdd552a01110836703bc069abe829b9921491cac
        Reviewed-on: https://gerrit.libreoffice.org/20343
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [44286a37cbb811661819e06ef5ab22cd89cde357]

        update credits
        
        Change-Id: I41b0ce2a024d7cc850fb7a380c992167fa004e72

2015-12-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1ce1bff5af79338f089b6e14c13065d1eeabce9f]

        Updated core Project: translations  0fec96207aa660bd7a5de1cd8694703c8d33e92c
        
        update translations for 5.1.0 beta2
        
        and force-fix erros using pocheck
        
        Change-Id: I1b2faba1d02fc0d683d8d50c77fd8d0dba4c8abf
        

2015-12-03  Juergen Funk  <juergen.funk_ml@cib.de>  [8594b4b459a5c8d3bfa904056611f2a24024151a]

        vcl: cleanup indents, add doxygen comments
        
        Change-Id: I0e2f269af47caa219bbf2a6a011febbea20791c2
        Reviewed-on: https://gerrit.libreoffice.org/20339
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-03  Matúš Kukan  <matus.kukan@gmail.com>  [81fa5340191baf8687f9c82f1f414f5afc86b529]

        tdf#74608 dbaccess: Constructor feature for ODatabaseSource
        
        Change-Id: I9ab9c0eaf463c93caf116c98e47564562af0af5d

2015-12-03  Justin Luth  <justin_luth@sil.org>  [04164c70f23ff49c308f62f36e45a589afa168d0]

        tdf#34957 - don't push multi-page table to next page.
        
        Removing an old hack that is no longer needed.
        
        A table marked as “keep with next” doesn't split and keeps with the
        following paragraph already.  It doesn't require this old hack to
        function properly anymore.
        
        Preventing tables from splitting had forced
        large tables to always start on a new page.  Removing the hack
        allows everything to lay out nicely now. There is a fairly large
        suite of tests in the bug report that prove the proper layout of
        various keep-with-next situations.
        
        Any document depending on the old behaviour can simply  (and properly)
        insert a manual page-break before the table in order to force it to start
        on a new page.
        
        Change-Id: Ie2036c1a638009aaf95247574998077a1e55b5e5
        Reviewed-on: https://gerrit.libreoffice.org/20216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2015-12-03  David Tardon  <dtardon@redhat.com>  [a5533e8a2098669490f007efa4f3753e4a25862c]

        upload libetonyek 0.1.5
        
        Change-Id: I3d9ffbdd8246d7dee6b49393dd6875cab8565dc0

2015-12-03  Stephan Bergmann  <sbergman@redhat.com>  [905dbdbea46ea24c924d9c152f894c43a5aa6c3f]

        Silence warning in --disable-assert-always-abort builds
        
        Change-Id: I5bdc1585be07357597c0527dc303643242f1d727

2015-12-03  Michael Stahl  <mstahl@redhat.com>  [1dac99e7ea45f90bf39eb95eb7bc01f7d79093ef]

        sw: fix DOCX export of embedded OOXML objects
        
        OOXML embedded objects are converted to ODF during export, which
        prevents the export from working, as it expects a stream, and ODF
        uses a storage.
        
        There is already a unit test in testEmbeddedXlsx, but it wrongly
        succeeds because the components necessary to convert from OOXML to ODF
        are missing in the test environment.
        
        Change-Id: Ib4df346e04ecfb54ec1a728535be876db921b884

2015-12-03  Michael Stahl  <mstahl@redhat.com>  [6c569a2ed797aa7ad52f8a7dc6be3bfb3b4b452a]

        sw: docx export: write something more specific for embedded PDF
        
        Doesn't really change anything, but looks nicer.
        
        Change-Id: I8f2dc41adaf22e11b1c15ba619ac00b6b72892fa

2015-12-03  Michael Stahl  <mstahl@redhat.com>  [e24d08836403fef63aec70af054ef0d42c924345]

        mDNSResponder: upgrade to release 576.30.4
        
        That's 197 more than the current release, surely a big improvement.
        
        Change-Id: I48c81f9ae472a623ed9f59b94bb0bc921ad97c5c
        Reviewed-on: https://gerrit.libreoffice.org/20303
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-12-03  Jan Holesovsky  <kendy@collabora.com>  [0bf39de7e54f041ade0f659db47cabcc6589ada7]

        sc interperter: Turn it on for a subset of operations by default.
        
        Change-Id: I6715b620adaa6f2b461cb900abb996b62d955ae5

2015-12-03  jan iversen  <jani@documentfoundation.org>  [361dfe0cced6e621eea7b6b5e087b1aec9c3ba4a]

        gbuild: expanded "make help" with missing targets.
        
        Change-Id: I10d30097a7e7099d43a6760489dcbbf405828960
        Reviewed-on: https://gerrit.libreoffice.org/20267
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-03  Tor Lillqvist  <tml@collabora.com>  [7532317631a4303c737e307d21cb6c7e1c6a5a68]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: I051e2682bdff3bf88fecd726bd57652e5f9e8806

2015-12-03  Armin Le Grand  <Armin.Le.Grand@cib.de>  [57387eb30d07f15b1b2a798e0e4dcb0f4543945c]

        tdf#96083 slide transitions wrong with appearing shapes
        
        When using appearing animations on shapes, some of the slide transitions
        incorrectly don't show these shapes. Same for disappearing shapes - both
        states are wrong during slide transition time. Fix slide bitmap
        generator to take final slide states into account.
        
        Change-Id: Iea0e576009a109c7f44a7a6498b0ee5b2c4791c5
        Reviewed-on: https://gerrit.libreoffice.org/20199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-03  Noel Grandin  <noel@peralex.com>  [93122eb06abf77252f01a8a255fc28348efca911]

        uno::Sequence->std::vector in vcl::Throbber
        
        Change-Id: I9240cd2240940e03e895a7544c9f51a29b048355

2015-12-03  Noel Grandin  <noel@peralex.com>  [2b17ec2175e288b92044092166d5b885978cecff]

        uno:Sequence->std::vector in SmartTagMgr
        
        Change-Id: I163f7d6c0f30ac2929df1cae202e695d21bb49fc

2015-12-03  Noel Grandin  <noel@peralex.com>  [e6721d2d17f5f34dcac14c3379521bb7fb6b8c03]

        uno::Sequence->std::vector in SfxIntegerListItem
        
        Change-Id: Icdbb361feea2ebee74f9d0a906bdd3c2882443e8

2015-12-03  Noel Grandin  <noel@peralex.com>  [ea297dd2020c03673745428381e8a2b11b83f23b]

        use comphelper::containerToSequence()
        
        Change-Id: Ic4d3bcec7bda300bca6911a7472cafafdf12f5bd

2015-12-03  Noel Grandin  <noel@peralex.com>  [2a9adf0288048fdaad21a1d0ab32e1e86e9577ac]

        uno::Sequence->std::vector
        
        Change-Id: Icbbf540e00be3baf222309a00b153cb34879dfd7

2015-12-03  Noel Grandin  <noel@peralex.com>  [cccc9246bbfbaf70fe6946f9416c902af146110a]

        use comphelper::containerToSequence
        
        Change-Id: Ibd3e5a2c465f74577f2acf93dc3558bca3a323fb

2015-12-03  Noel Grandin  <noel@peralex.com>  [66068169220a9fc387e7002b69fc9e32b028cd8d]

        uno::Sequence->std::vector, and fix method name
        
        Change-Id: Ie8df504e2ff29897527128ca634211d4e50c8810

2015-12-03  Noel Grandin  <noel@peralex.com>  [591f138559d8de5de003e54f32bfecf12e17f0a6]

        uno::Sequence -> std::vector
        
        Change-Id: I8295505c4b83d23736c1da763eced7406b174409

2015-12-03  Noel Grandin  <noel@peralex.com>  [7f8c4b8445b578ec26256efd6f96e5a5b8d81f2e]

        Use comphelper::containerToSequence()
        
        Change-Id: I18d6ef04ff00f971a4c54ba259733c07501c6c1a

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [d40d756f4079a228035b5db346da50fe7aed0bd2]

        Resolves: tdf#95700 index dialog cut off
        
        queue_resize needs to invalidate the size cache even
        if there is a pending layout idle awaiting
        
        Change-Id: I6dba3d37fbb33125cc3f5d17aff6d2f7a3388654

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [0261be7f92930952a470bc7f5e1d543b8907b1f0]

        Resolves: tdf#94701 allow fully deleting illustration category in combobox
        
        Change-Id: Iaaefbe2311e61be3b9689c693481d149aa1355f5

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [afc565bf26464a4999b45d8bc57545fa1ff534e5]

        Resolves: tdf#95960 displaced field value in user-defined properties
        
        Change-Id: Idc9e8fd0c35de48a2366dca3850bcc4e69ef997f

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [431420b66fd2fc7c76a4a702653fe6baf3985fd5]

        coverity#1341505 silence Uninitialized scalar variable
        
        Change-Id: I7048d69816d09392ce3b974dc2820a0935591c4c

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [41990e42781ad63ee8cd33159618b5698df2b3d2]

        coverity#1341504 Uninitialized scalar variable
        
        Change-Id: I0c517492d578f0291c823d56332006f6a433ba2e

2015-12-03  Caolán McNamara  <caolanm@redhat.com>  [89956a0586401dfafea3e42dc491d8f6331328f1]

        coverity#1341507 Uninitialized pointer field
        
        Change-Id: I77d59c91f09d2546468942263dbd71ac4665efb0

2015-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad90e22f1970d019e1f2a1e8ba8020c0f0cb36c4]

        Use comphelper::containerToSequence()
        
        Change-Id: I774864241bc15fcfd08cd2becbf34aae0349a9d8

2015-12-03  Noel Grandin  <noel@peralex.com>  [73ed1178034fb391882d348f99699579cdff643a]

        add move assignment and constructor to uno::Reference
        
        "perf stat" says:
        Before  14,009,233,975,201      cycles
        After   13,660,876,595,941      cycles
        i.e. shaved roughly 2% of the cycles
        
        Change-Id: If604a125a8a5040281abd699678d0c791d5bbb51
        Reviewed-on: https://gerrit.libreoffice.org/20350
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [de9d0e797903e7ecc19be2b05c7e89d5936ae02d]

        Revert "tdf#96012: Type formatting in Base shouldn't be multiselect"
        
        This reverts commit 103cd686de34b668a838c459f3d827c02e704656.
        Better fix for tdf#96012 in b2d479854a9182234a378166900240aee7e1c79b
        ("simple mode" for the multiselection)
        
        Change-Id: Ia6d7e5132e3f1997906a03f67ea4d7d0cf54ce7a

2015-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [b2d479854a9182234a378166900240aee7e1c79b]

        tdf#96012 enable simple mode for the multilistbox
        
        Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75

2015-12-02  Julien Nabet  <serval2412@yahoo.fr>  [103cd686de34b668a838c459f3d827c02e704656]

        tdf#96012: Type formatting in Base shouldn't be multiselect
        
        Disable multiselect and don't manually select the entry
        
        Change-Id: Id04e757e4d2031718f95af1d0f512b4ca2df205c
        Reviewed-on: https://gerrit.libreoffice.org/20360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-12-02  Michael Meeks  <michael.meeks@collabora.com>  [94427a1b000344b24948374953a099571901a2ed]

        sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.
        
        Change-Id: I2fdbc2ac10f483eee154bdf69479ba217a91ef7f
        Reviewed-on: https://gerrit.libreoffice.org/19605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [08e5fc257fa8c106be34bb034ebe5e00b6fcf711]

        DOCX export: handle <w:smartTag>
        
        A Writer document can have multiple arbitrary RDF graphs, handle the following
        subset:
        
        - instead of handling all graphs, have a whitelist, look at the TSCP graph the
          DOCX importer creates
        - look for (paragraph, key, value) statements and export those
        
        Change-Id: I142c24fb4c8140bde5fc1efad2932886de167b90

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5402ac4e006b9aac6944f7fb9f1a9f256a754472]

        sw: initial SwRDFHelper
        
        The purpose of this class is to provide access to the subset of the RDF
        metadata that's interesting for core code and for internal filters.
        
        Change-Id: Ibecba302dd839b537a36b9f7a15f012c6ea26869

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [6054cfcb6e8531791f3daaf5c78f60050b67e761]

        Revert "external/liborcus: Silence clang-cl errors about redeclared Windows functions"
        
        This reverts commit be0bf120299cff1ec14af1b578d4ea89976cea08, which is no longer
        needed after 12fc5b85ddc3b90b385ad0fc2ab0144a32bf9a4b "unnecessary include
        brings in boost headers that are broken under rhel-7"

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [12fc5b85ddc3b90b385ad0fc2ab0144a32bf9a4b]

        unnecessary include brings in boost headers that are broken under rhel-7
        
        Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57

2015-12-02  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [dd9c15b36f69bec4d4fc9b0049f7e496e5eb9e9d]

        Add/change some logs in WebDAV ucb.ucp layer.
        
        At the same time replace old OSL_TRACE, OSL_FAIL, OSL_ENSURE
        with SAL_* as appropriate:
        
        OSL_TRACE =--> SAL_LOG or =--> SAL_WARN if requires some kind of
        attention by the developer.
        
        OSL_FAIL =--> SAL_WARN or =--> SAL_INFO if the warning is brought up
        later in the program flow.
        
        OSL_ENSURE =--> assert oe SAL_WARN_IF when appropriate.
        
        Change-Id: I1cf8f76acdec6f37746488b22cbf579802a9d79d
        Reviewed-on: https://gerrit.libreoffice.org/20034
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-02  Damjan Jovanovic  <damjan@apache.org>  [cc30af5b89747f8684e90d5d3352672190dbbf9c]

        Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBoundsException.
        
        Patch by: me
        
        (cherry picked from commit d46d79f2261eb6be2fb74254f09520f5ef2baa88)

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [23d5775ecf04c001ecf86b6012aef4d1a3f2f063]

        gtk3: gtk_gesture_get_point may return false
        
        Change-Id: Ibd175c65babdde48132692fd1979a00929356bb4

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [3520b0f82aa2146958fbc1bda1cf7e9b5beb9a5d]

        valgrind: scary warning that the cairo font options were deleted before use
        
        Change-Id: I58427aafb30eca64a67bcf7dd9a7738d8da3e085

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [76ce0a9622255a6f48354d6a1d6e3784fd4db04c]

        an empty string here seems no hardship
        
        Change-Id: I8c8589f6ff7a190556cc4aa016ae343a19378b18

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [507d0ded64db51a8826d07c507f612a6c02c3869]

        keep disable image at same depth as original
        
        that way the "preferred" image format for a platform
        for icons etc remains sticky
        
        Change-Id: Ia76af0b7c4f27650038cab214b6406b8ef1a5fc4

2015-12-02  Caolán McNamara  <caolanm@redhat.com>  [5049d5825e2d85fae32ee2eb9e0fe428aa2a7e16]

        8 bit palettes are on the slow path for quartz/svp/gtk3
        
        Change-Id: Id2ed21b397a3f56413c344dcf9211ab64a939286

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0e54605e6160826c966d2b40d989e027553f0b70]

        loplugin:stringconcat: Also look through O[U]String ctors
        
        Change-Id: I4f07c7c61d324a85f9f5dee0f25a7358facebd41

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [f540e9264ccb096312cfa8972eb58c94238086a6]

        loplugin:stringconcat: Handle base case of recursion into left arg
        
        Change-Id: I9ed8586e8b77b009d55e411fdaa863eefc38b1c2

2015-12-02  Noel Grandin  <noel@peralex.com>  [a38110216c895e876ab1b4697da74f559d06a3cb]

        Revert "small optimisation in paint"
        
        This reverts commit 7e9bdfe60784d49ab7d6ffe8df256834d39e1234.
        
        Seems to be causing problems for people using 'ssh -X'.
        I suspect that it has something to do with PaintHelper's destructor.

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [831492f3d50f3d131f458f4ec0e5e802b612923f]

        DOCX import: handle <w:smartTag>
        
        These can be sort of arbitrary key-value pairs around one or multiple
        runs, handle the following subset:
        
        - when they appear at a paragraph context -> we assume they are
          annotations on the paragraph
        - when the smart tag's URI/element is RDF -> we map these to RDF
          metadata statements on paragraphs
        - when the attribute name's namespace is known, because in ODF we need
          to specify both a path and a type (namespace) for the RDF graph, and
          OOXML only provides a namespace
        
        As a start, recognize the TSCP BAF namespace from
        <https://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf>.
        
        Change-Id: Ib188b1395e7ec7e0441b4f12f86cfef99fb9f096

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb60f000525427af3b331a746f8cedc54fd32922]

        GraphicFilter::ExportGraphic: adapt to removed expGraphicExport
        
        Implementation was removed in 630ec7110ec822d1d380d5181bcbb2570a129a21
        (tdf#92925 Remove XPM export, 2015-12-01), this would only fail at
        runtime on the desktop when doing a dlopen(), but gets detected on
        Android at link-time.
        
        Change-Id: I0345c23ef52fb87c9d56bc54490ba0302fc08ac1

2015-12-02  andreas kainz  <kainz.a@gmail.com>  [c589f05271c8652a4887d691ae1c61cbe062bce5]

        Breeze transition icons for impress
        
        transition would be finished for breeze
        
        Change-Id: Id159b09f7d62ca087a946e19b5568424bfe9ca0c
        Reviewed-on: https://gerrit.libreoffice.org/20345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6bf7d3f6a7a6f62e3b944a62c9f3d2dc1e347590]

        vcl: remaining Android build fixes
        
        Commit c91feb2f7e9928ac365f5f51429d9c20bef378a0 (fix Android build,
        2015-12-02) was the right direction, but probably was a blind fix, so do
        the same at the remaining places as well.
        
        Change-Id: I49637fbb9ab848de7c465724387a8676d2d98de0

2015-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cbe4bcc281c77f4929caf1c387f7732fc8f113b]

        tdf#94043 RTF filter: implement column separator handling
        
        Change-Id: I9d74642156d7bb79577671bae24346c75178c5c7

2015-12-02  Tor Lillqvist  <tml@collabora.com>  [34cf91de3d0d6455004bacda399351101789d751]

        Get rid of a superfluous directory level
        
        Change-Id: I79e065f0c68b149d2ef69f428d31e36e97a6098b

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [a6aa29db423a0f728e27a2219c3c411bf739fe3c]

        Remove unused FMT_R8G8B8
        
        ...since 5b4d4af3e8bc3b5fb07bceecefc2a47d8e4b8b18 "bin agg"
        
        Change-Id: If86d294f812a670917b181f3bd140883ad2df71d
        Reviewed-on: https://gerrit.libreoffice.org/20348
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-12-02  Noel Grandin  <noel@peralex.com>  [e82ca698ecdf7f73f6d0bf2974c19beade0f09cc]

        use compiler intrinsic for osl_atomic_increment on Windows
        
        Change-Id: I66b2ba5d8e419f6af5eb3f85f8c12effcdaf4d5e
        Reviewed-on: https://gerrit.libreoffice.org/20319
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [06e32106cc4c0886c228b4dbfe7301222a96a231]

        Avoid clang-cl -Werror,-Wbitfield-constant-conversion
        
        ...when (non-negative) QueryOp enumerators LESS/GREATER_EQUAL are crammed into
        a 2-bit meOp bitfield, where enums are implictly signed for MSVC, so the values
        actually storable in the bitfield range from -2 to +1.
        
        The clang-cl warning would go away when fixing the underlying type of QueryOp as
        unsigned, but then GCC would start to emit "error:
        ‘ScLookupCache::QueryCriteria::meOp’ is too small to hold all values of ‘enum
        ScLookupCache::QueryOp’ [-Werror]."
        
        So don't bother with bitfields at all:  For QueryCritera, for one there's a
        union member with a double and a pointer, so sizeof (QueryCriteria) will be
        twice the size of double anyway; and for another, MSVC doesn't combine bitfields
        of different type, so the bool members were separated from meOp anyway.  For
        QueryKey the reason for a bitfield is even less clear cut, and it might only
        have been there so that comparing (negative!) values read out of
        QueryCritera::meOp compare equal to values read out of QueryKey::meOp under
        MSVC.
        
        Change-Id: I69fb068bea914c00a29001155218cb9f1b8f8a9a

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [fea70bfb0624e4aa57bb8e4f1c229188b061f5d2]

        external/icu: Work around a weird Windows bug in either make or clang-cl
        
        ...for now; workdir/UnpackedTarball/icu/source/tools/toolutil/Makefile invokes
        the compiler with a -DU_HOST=\"...\" argument, and apparently directly executes
        the compiler from CreateProcess, not going via a shell invocation for the recipe
        line.  This confuses clang-cl for whatever reason, and for whatever other
        reason, forcing make to go via a shell invocation (by adding "true &&" into the
        recipe line) fixes it.
        
        Change-Id: I3757a8856f93228c19475b37f3037fa9519a426f

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [97c8458b43abb9269866221f51db9d24de4a5380]

        boost/external: More fixes for clang-cl
        
        * Avoid errors about (somewhat different, but apparently in a way that MSVC
          doesn't care) redeclarations of system header stuff (and working around that
          with BOOST_USE_WINDOWS_H would lead to other problems).
        
        * Need the workaround for broken MSVC 2010 STL iterator taxonomy for clang-cl,
          too.
        
        Change-Id: I4f9c9b5cc8a19856cc409450aac1fb1baa5554c9

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0c70c7d3df63fe88015c992a088c06c590185fcd]

        external/boost: Work around -Werror,-Winvalid-constexpr
        
        Change-Id: I819be5efb25632d26fe49a71dbc07fe16e4914b1

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [5d7e556e478a5a301fd046c893542dabef36d82c]

        external/clucene: Use warning-supression pragmas for clang-cl, too
        
        Change-Id: I23da54974f39da5fccb619d6fa68eff38e70f5a5

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [d691bf7d6501c89c3178aacc5772ac3fdc8b3c4c]

        external/glm: Fix check for availability of C++11 static_assert
        
        Change-Id: I0d24bcdfeb0d004607569da089c9f787a868da72

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [7ae1c3520a607ee7b542b5eeaae3d1d0a7e6f362]

        external/glm: work around missing clang-cl #pragma support
        
        Change-Id: I596dc0e2306e7170e65c77a1635f88407272e6b1

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [abe87fdfe766a9ec0ab9a5b844bc7a400cfe5b2f]

        external/icu: Don't hardcode cl (so we can build with clang-cl instead)
        
        Change-Id: I8e75b0ab2439592316fc0d871280a438e3ae2f1c

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [be0bf120299cff1ec14af1b578d4ea89976cea08]

        external/liborcus: Silence clang-cl errors about redeclared Windows functions
        
        ...like CreateMutexA redeclared in
        workdir/UnpackedTarball/boost\boost/thread/win32/thread_primitives.hpp.  As such
        problematic Boost include files are apparently not included from LO-proper
        source files, only from external, it looks easiest to just silence that with
        BOOST_USE_WINDOWS_H here.
        
        Change-Id: Ia5ec2325934e6d7fdcf91e6faa2e671aee2091ae

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [3aa5f100eb1402bea7896524f0f04dabdca65af7]

        external/nss: work around missing clang-cl #pragma support
        
        Change-Id: I068ff0ef2252409689c0c376ec41bdd97b4567cc

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [39a7cf0303a4a633393733d95581e24669d15155]

        clang-cl needs an explicit -I to find systools/win32/snprintf.h
        
        ...included via external/poppler/poppler-snprintf.patch.1
        
        Change-Id: Ibe20452e7da4995ca33c97dd99dc441060e73894

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [2291cadabfe2ddfeddabce7f0ae49a3e9e7ca20d]

        For some odd reason, clang-cl.exe doesn't like being called by CreateProcess
        
        ...with the executable specified in the first arg, instead of as part of the
        second arg (i.e., the command line)
        
        Change-Id: Ie6e232f6880b5bfbb91a52ee5398b91a0ccddc4d

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [895061b809e443e24896b1c851a7d4dafb045a68]

        Filter out -fPIC too
        
        ...which happens to be passed in when building external/poppler with clang-cl
        
        Change-Id: I2c17bec316081a0cdc789a84bb1447acf5e893c0

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [f95f1df02e76d44347cba47fb454c32dbd8fb501]

        clang-cl needs -Wno-missing-braces
        
        ...as in com_GCC_defs.mk
        
        Change-Id: Ic086a6f08945698cd35a312f98491cba403b9582

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [b3e1b52252e7b1a807504d9bbdf88a58d6325d0b]

        Adapt new/delete exception specs for MSVC
        
        ...where plain operator new/delete are reportedly predefined (cf.
        <www.geoffchappell.com/studies/msvc/language/predefined/index.html>) without any
        exception specs, then redeclared in C:/PROGRA~2/MICROS~1.0/VC/include/new with
        exception specs that are ignored by MSVC (so it presumably doesn't even complain
        about the mismatching redeclarations, just effectively ignores them); and array
        operator new/delete are declared in C:/PROGRA~2/MICROS~1.0/VC/include/crtdbg.h
        without any exception specs.  clang-cl would warn about those inconsistencies.
        
        Change-Id: I4dd15e4cfcedc3de5e8617b43769b5371cafa71f

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [803bff584c1c6861e33a91f5075ba68a089a8c8e]

        -Werror,-Wint-to-pointer-cast
        
        Appart from the by-design type-punned use in CreateWindowEx, m_uID is (only)
        used in a call to MAKEWPARAM (to create a WPARAM to pass into a SendMessage
        call), so the most realistic type to use seems to be WORD.  And
        CHatchWindow::Init is only called with a value of 2000 (from docholder.cxx),
        anyway.
        
        Change-Id: I4b6554d1ca9bb3926378c9e25a5473609f5951c5

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [2195299ab60d71a72c37690f88575f71b3d568ff]

        Where to find ATL files doesn't depend on --enable-activex
        
        ...but, according to the 'Doesn't exist for VSE' comment, apparently rather on the
        compiler version installed
        
        Change-Id: I49a87fa55facee8ee66e2b44d7090d06fb104b89

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [c4688ad97e4b5f1c0e7fd94937013ddc1c868139]

        Allow --disable-pch for clang-cl
        
        ...which doesn't support the cl PCH cmd line args yet
        
        Change-Id: I0a5a4d6c82138992c6e40b5958a41a7fa0be88ac

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [871b5abf1198c6b385eef844fa0c1192ccf42592]

        Work around missing __CxxDetectRethrow in clang-cl
        
        Change-Id: Ia42d39f04b22986d3fd873655b48dc31d834caee

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [cb8cd417de869517b4c5a30a201602e76e94aae4]

        Be explicit about missing env vars
        
        Change-Id: I1023779749c3ce114d637a39a72bc9038324f01d

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [ac5d4693ce4ec3fc1b10c83c27d09ca61de8188f]

        Fix quoting
        
        Change-Id: I4a4a7c4a1596837c2f221d856228d7d26482ede3

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [72b17442010d512f6cf96a871409b1777ed08748]

        Silence clang-cl -Winvalid-offsetof in ATL-macro expansion
        
        Change-Id: I2bfa87abd111faf414d2603025d3613f7e0ae104

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [5a4791a8f50192935caa4e7b2032f9cd78b307e5]

        Silence clang-cl warnings in ATL headers
        
        Change-Id: I85df6250d4cae3dd6bd516f2086af7efcf2cd562

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [5ccdc4187bd679c41d89b920847fe0c04d81bdb8]

        Silence clang-cl -Wextra-tokens in midl-generated code
        
        Change-Id: I30d09560bf948c2659f479ef55b58a2007fcbc1b

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [c59646dce5d4469c0b83d5c32510ae4e431b7dc3]

        Silence clang-cl warnings in ATL headers
        
        Change-Id: Id94279d0086bc29569783f4e0b5d975be162e823

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [f6bb9d16965cd672957a87e780f88819bc01d567]

        Check clang-cl for HAVE_GCC_ATTRIBUTE_WARN_UNUSED, too
        
        Change-Id: I820ea4b3efc51a0464470a8a53d022602d635c81

2015-12-02  Stephan Bergmann  <sbergman@redhat.com>  [a846982f9e6c780ba61525fd8dfc30e429ff52ae]

        -Werror,-Wunused-private-field
        
        Change-Id: Icf15313f5bcacbe9c7efa0b4161929dbb3e39c1e

2015-12-02  Noel Grandin  <noel@peralex.com>  [c91feb2f7e9928ac365f5f51429d9c20bef378a0]

        fix Android build
        
        after
        commit 630ec7110ec822d1d380d5181bcbb2570a129a21
        "tdf#92925 Remove XPM export"
        and
        commit 9027629b0e09b3b024a5821bb791308039bb5d8b
        "tdf#92925 Remove RAS export"
        
        Change-Id: I2b4e078530462fbab58aa3ce0e841d25437280f2

2015-12-02  Noel Grandin  <noel@peralex.com>  [7e9bdfe60784d49ab7d6ffe8df256834d39e1234]

        small optimisation in paint
        
        no need to instantiate PaintHelper unless we are going to use it
        
        Change-Id: I911f5f49ab566b33114a092823b89f91f4ab297a

2015-12-02  Noel Grandin  <noel@peralex.com>  [947cc1b53a5c87431202811e231cbfad790c6e68]

        inline one-liner static method
        
        Change-Id: I9e0bd7a34ed691b245738dd66ff5ba7cc879ebe5

2015-12-02  Bryan Quigley  <gquigs@gmail.com>  [630ec7110ec822d1d380d5181bcbb2570a129a21]

        tdf#92925 Remove XPM export
        
        XPM was used to create icons but isn't used much anymore.
        Import supoort was tested and still works.
        
        Change-Id: I50b15bc0938c114a432e93781a92e9db38810f49
        Reviewed-on: https://gerrit.libreoffice.org/20341
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-02  Willian Briotto  <willianbriotto@gmail.com>  [a454a9b3ae0f6ab81012fbef7b3ff6f0f44bf6cb]

        Remove some chained appends
        
        Change-Id: I552432d7352e4ae4d6b0ef8fb72a6533407b46e4
        Reviewed-on: https://gerrit.libreoffice.org/20124
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-02  Bryan Quigley  <gquigs@gmail.com>  [9027629b0e09b3b024a5821bb791308039bb5d8b]

        tdf#92925 Remove RAS export
        
        RAS was last used on Sun's now defunct SunOS.
        Import was tested and still works.
        
        Change-Id: I9fb9b7965279391922f19ec1f9e4a53134d41f5c
        Reviewed-on: https://gerrit.libreoffice.org/20342
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-12-02  Michael Stahl  <mstahl@redhat.com>  [02f2c2f8a160133731d707a8359f5cd576bff434]

        tdf#96162: sfx2: avoid re-creating existing sidebar Panels
        
        Writer's naviagtor crashes when you click on a frame to select it,
        because the SwContent* that is passed to SwContentTree::GotoContent()
        is deleted because SidebarController::CreatePanels() re-creates
        every single panel and then ResetPanels() disposes the existing ones,
        which deletes the naviagtor's SwContent instances.
        
        (regression from 536c259cb9644971d0eb0cdfb7d823c5383a5481)
        
        Change-Id: I8f875df816a2d5948026a1d3f30b86bb2418acda

2015-12-01  Dennis Roczek  <dennisroczek@libreoffice.org>  [efe4d5f743df8456f2e9a271898bf0464bd416ad]

        Updated core Project: help  343ae098d59e0ac1d5e6acbe3aeb33799d7b7ca7
        
        fix xhp to wiki conversation script to allow multiline code
        
        Change-Id: I4772b1b9ab25c3c9ecf6f418817ee89ba0e8f671
        Reviewed-on: https://gerrit.libreoffice.org/20337
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-12-01  Olivier Hallot  <ohallot@collabora.co.uk>  [d6277877af0d2d021a365eccfa42069819bd5e21]

        Updated core Project: help  b5520a0314051d211a1e9e027b3cbd078947b969
        
        Remove unnecessary paragaraph from help file
        
        The usabe content of this file is inside the section. The extra
        paragraph is not used anywhere in the Help.
        
        Change-Id: I7b76b6339e4b0021b663c7f4ec37e59774a45291
        Reviewed-on: https://gerrit.libreoffice.org/20335
        Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
        Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
        

2015-12-01  Eike Rathke  <erack@redhat.com>  [129935443cfd9378e1263489fc4bf47aee1f1a46]

        Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CR
        
        Change-Id: I37fb62a53338a7edcac1c72153eefcee6096e6f9

2015-12-01  Bryan Quigley  <gquigs@gmail.com>  [f3f653e106a3ff9d33280a1786ece974d7a77735]

        tdf#92925 Remove PCT export
        
        Mac PICT was replaced (by PDF) after Apple moved from Mac Classic. 
        I tested import and it still works
        
        Change-Id: I931036d3946240280d406bd4abbcef6e0f86d894
        Reviewed-on: https://gerrit.libreoffice.org/20029
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-12-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6c41727484a04ab89005ffb052937dae5d7dc223]

        tdf#94138 Use correct fonts for multiline edit when printing
        
        When drawing a multiline edit we need to use a different device
        (current window) to get the correct font and adjust for the Draw
        method's input device.
        
        Change-Id: I7993790c02d10e4283c7a4e2caefff0c7747e978

2015-12-01  Jan Holesovsky  <kendy@collabora.com>  [098e9dc376346ad13c63fdef292ab640d89c6a21]

        sc interpreter: Improve the unit test for S/W Interpreter.
        
        Some of the operations are blacklisted for vectorization there, so test both
        the normal and s/w interpreter case.
        
        Change-Id: I6d48831f6bdbbb1e150bea06fc97ea5d6e66365b

2015-12-01  Jan Holesovsky  <kendy@collabora.com>  [3e41441e9eef5ded9ff8532d3b359f105e6fd84e]

        sc unit tests: Prefix the format names.
        
        Otherwise we conflict with the officecfg includes; and it is a bad idea to
        have too broad names for #define's anyway.
        
        Change-Id: Ie48e6f109f654a9ee4aedb3eb37df5e67f88a905

2015-12-01  Jan Holesovsky  <kendy@collabora.com>  [d8e40707f8ffd205fcb6318f970e7e3127beab1e]

        sc interpreter: Don't throw when we hit something not yet implemented.
        
        Instead create a ScFullMatrix, and perform the operation using that.
        
        This has a performance penalty, as we need to copy the data from
        ScVectorRefMatrix to the ScFullMatrix; but this is one-off, and the same
        performance penalty that was there before introducing ScVectorRefMatrix.
        
        Additionally now we can optimize the methods that appear to be the
        bottlenecks one after another (and whitelist them).
        
        Change-Id: If94a5017b96fb914817cfd7ed1b7ae823db8b5f5

2015-12-01  Jan Holesovsky  <kendy@collabora.com>  [d4daad185e9583bedbb5a4eef1fd53e1f22e219b]

        sc interpreter: Move the code that can create a ScFullMatrix.
        
        For the operations that we haven't implemented directly in ScVectorRefMatrix
        yet, create the ScFullMatrix the same way as we used to do before, and call
        the appropriate method of ScFullMatrix.
        
        This commit only moves the code, does not turn the 'throw
        std::runtime_exception' into actually using the new ensureFullMatrix().
        
        Change-Id: I336a4ddf07b0b60a5a41036e19c70a44ba575834

2015-12-01  Jan Holesovsky  <kendy@collabora.com>  [bd8a89f208c71e51921d5f090179b99b45cc0a5f]

        sc interpreter: Don't hide S/W Interpreter behind an environment variable.
        
        Instead provide a user setting that can be enabled so that the S/W Interpreter
        is used on a subset of the operations.  The operations for which it is used
        are controlled by a whitelist in ScCalcConfig::setOpenCLConfigToDefault().
        
        Change-Id: I7d3f3a864fcb1231e5484ec23961f14fca1466c5

2015-12-01  Oliver Specht  <oliver.specht@cib.de>  [9ae2d9ff4be259ad60bbb10a7488e38ca4eefc11]

        tdf#88443:percent value fixed
        
        Change-Id: I221f07b930fa1f152b9bf379aa966c02b936abb2

2015-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8cf2c1353cfa5f95d1aa9551035fda721d5345d8]

        DOCX import: initialize RDF metadata before importing document properties
        
        With this, it is possible to import part of the document as RDF
        statements later when parsing document.xml.
        
        Previously SfxBaseModel member functions like
        getMetadataGraphsWithType() and addMetadataFile() failed, as they tried
        to find the already imported document in UCB, which failed, as the
        import was still in progress. To prevent that, do the same as the ODT
        import in XMLReader::Read(), part "RDF metadata".
        
        Change-Id: Ia15af9bb0681cbc25fe745742c24af82cd213e5d

2015-12-01  Caolán McNamara  <caolanm@redhat.com>  [585507a4127ff91d9360ca16938dbd36153aef0d]

        gtk3+wayland: wrong dialog sizes
        
        use inner container, not outer toxic toplevel
        
        Change-Id: I44f2fe1e8e346e51e65158f7864293ef37732345

2015-12-01  Tor Lillqvist  <tml@collabora.com>  [7ac763db694a956cb1e4f82477a7f9fe993f1f1a]

        tdf#95194: We need to set the GF flags in UniscribeLayout::GetNextGlyphs()
        
        The old SimpleWinLayout::GetNextGlyphs() did it.
        PDFWriterImpl::drawVerticalGlyphs() expects GF_ROTL etc to be set when
        necessary for vertical text when exporting to PDF.
        
        Change-Id: I325d6e9f75a3bc51f24add33dd3bffe7b3c7bee0

2015-12-01  Eike Rathke  <erack@redhat.com>  [d46203b55d92185ab2c1d3ac79761100d26aaee3]

        Resolves: tdf#95748 no group interpreter when calculations are running
        
        Change-Id: I17283fc5e39da2d7222c302dd63522df69d0ad96

2015-12-01  Eike Rathke  <erack@redhat.com>  [87ad1705746f8e6a15ae60037a1dd8a163eeecd7]

        add DebugCalculationEntry::mnGroup
        
        Change-Id: Ic8b6c661be7570479c271d3ce0aa750e13724fc7

2015-12-01  Eike Rathke  <erack@redhat.com>  [6d7b984ed17930bbfb884734ed83b98fb03ab06a]

        add DebugCalculationEntry::mnRecursion
        
        Change-Id: I159cb1dcbe7a9678f7353292c3eab2fbc325d7f9

2015-12-01  Eike Rathke  <erack@redhat.com>  [625a2f424004959254e618c60cff444e25444afe]

        add DebugCalculation::storeResultError()
        
        Change-Id: I26ab76c5d53d606ddb141c9dadb534b4739a6c64

2015-12-01  Oliver Specht  <oliver.specht@cib.de>  [568029bf360e70080d71c5b73fd01464a2d3adc6]

        tdf#88443: set relative width to objects with captions except formulas
        
        a fix to aoo issue 51453 switched off relative with to all objects
        with captions to solve a problem related to formulas
        now all objects with captions get relative width except math formulas
        
        Change-Id: I39ccc292ff156c4c94a7a898a6a0602c72bbdd26
        Reviewed-on: https://gerrit.libreoffice.org/20320
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-12-01  Takeshi Abe  <tabe@fixedpoint.jp>  [c5c3a1414b52a08ef5701e83e3c1cdcb4c6f7d5a]

        cppcheck: memleak
        
        Change-Id: I40e784ff2aaa2d7d0f0d30264646705283c1d73a
        Reviewed-on: https://gerrit.libreoffice.org/20324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-12-01  Stephan Bergmann  <sbergman@redhat.com>  [e9b0a45a682f7d18c04dafd973a0357dbf707dd0]

        Fix patch file attributes
        
        Change-Id: I4f86aba24f2dad14f43effd6e0b291f8f58f1712

2015-12-01  Stephan Bergmann  <sbergman@redhat.com>  [18cb1f747b2ae7573fb80df28755315b43dd8d0a]

        Apparently no reason to force underlying type here
        
        ...presumably just cargo-cult from how enums get ABI-fixed in the URE interface.
        FMT_UNKNOWN turns out to be unused ever since the code was introduced with
        5c5e584c8f22c09cb999d7543a9415349910fa06 "INTEGRATION: CWS canvas02."
        
        Caused -Werror,-Wmicrosoft-enum-value with clang-cl.
        
        Change-Id: I353e4a2e71ff720a5368548d61ea1bded9c77a6c

2015-12-01  Yousuf Philips  <philipz85@hotmail.com>  [1a39e0d6a61942d2259f9406c298f1d14460a7a6]

        Add 'Linux' string to about dialog OS version info
        
        Change-Id: I651fa1ba23e5630508d94c05202d1af7b31fb0f9
        Reviewed-on: https://gerrit.libreoffice.org/20318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-01  jan iversen  <jani@documentfoundation.org>  [02b411818b79154bd41f1654e23c2422170e3629]

        gbuild-to-ide split state machine
        
        Catching the needed information and the state machine is split.
        gbuild-to-ide only finds 27 of 93 exe, due to the state machine
        sequence:
             CXXOBJECTS for exe1
             CXXOBJECTS for exe2
             Recipe to execute for exe2
             Recipe to execute for exe1
        only identifies exe2 and leaves exe1 without a project.
        
        Solution is to have an array of state one for all pending exe.
        
        This patch only contains the split
        
        Change-Id: I2539f10a9850d956a85b6993b26561b1970575df
        Reviewed-on: https://gerrit.libreoffice.org/20254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-12-01  andreas kainz  <kainz.a@gmail.com>  [63a1344cc581fa320a9b4687f8c1fa4f3ac4d1ff]

        Breeze transition icons examples please review
        
        Change-Id: I3d4fa52fd4cccc0b2d45386f64fb4c60851ba8de
        Reviewed-on: https://gerrit.libreoffice.org/20188
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-12-01  Michael Stahl  <mstahl@redhat.com>  [037584cfe5e58bf6807fb0188d245042baa8c1c0]

        configure: check for dlsym(), not dlopen()
        
        On Fedora 23, the check for dlopen happens to succeed with gcc -m32
        -fsanitize=address, and then linking executables fails due to not
        finding dlsym.  Checking for dlsym results in the proper -ldl.
        
        Change-Id: I02108c2c053e07b33848af068937f29967e7dc6a

2015-12-01  Olivier Hallot  <ohallot@collabora.co.uk>  [3fc4374d66f2bb963e622c591de7482789681fc3]

        Updated core Project: help  212af7230d3cd56185c9ff8548a2e61b78b6bd6f
        
        tdf#95968 Do not assemble help text with parts
        
        * Fix for tdf#95968 Help content is composed from strings -
        unacceptable for some languages
        * Add do-not-translate attribute to a file title.
        
        Change-Id: I4b995bf2d9bdc215bdacee8611291e1d2f5bca8b
        Reviewed-on: https://gerrit.libreoffice.org/20313
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-12-01  Matthias Freund  <matti_lx@secure.mailbox.org>  [548b8a65195aa04cf46703d290f54558e3e41691]

        tdf#75256 - sifr updates
        
        Change-Id: I222bd8bb4c647c2c7d2a673b95e4c9be3234ef86
        Reviewed-on: https://gerrit.libreoffice.org/20272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-12-01  Julien Nabet  <serval2412@yahoo.fr>  [8f7fe77b9ffeb45f5765d9d8f45710956a3e73d3]

        tdf#63324: Fix convert for svg filter
        
        If no currentFrame, it means we are in headless case
        
        Change-Id: I840a9085417451fa1d4c0bd8311408357a8f60e9
        Reviewed-on: https://gerrit.libreoffice.org/20268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-01  Dennis Francis  <dennisfrancis.in@gmail.com>  [75c956d8ed1a4d8f46af3de079ab1fb68add3b40]

        fix memory leaks on loading and saving an ods file
        
        Change-Id: I3015a0f0254b9546386871cb015f925f0cd792f3
        Reviewed-on: https://gerrit.libreoffice.org/20274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-01  Xisco Fauli  <anistenis@gmail.com>  [796a904b6f3cfd7895e1763fdb043130a9c484ac]

        tdf#96046 SVG: Fix problem when percentage depends ...
        
        ... on its parent's viewbox
        
        Change-Id: I1cf6327c0886c7d417923e90b7ffb60269e75147
        Reviewed-on: https://gerrit.libreoffice.org/20214
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3eb6f422e079c6e64b6585a5624fc741eb3c7e98]

        DOCX import: tokenize <w:smartTag>
        
        Change-Id: I2c408a25880ad0e87f0b5a246a350e45c8378ce5

2015-12-01  Takeshi Abe  <tabe@fixedpoint.jp>  [5507e539db2cec477787e75993ae2be07d03ae9a]

        Fix typo in comment
        
        Change-Id: I62c80cb0aa25374b41dcfde2ff6e03bd3c465bf5

2015-12-01  David Ostrovsky  <david@ostrovsky.org>  [9ca2de8c5995657973665189903aa2eebe0ef69a]

        Expose metadata to deploy LibreOffice artifacts on Maven Central
        
        As outlined in the requirements to deploy the artifacts on Maven
        Central, the metdata must be provided:
        
        * Project Name, Description and URL
        * License Information
        * Developer Information
        * SCM Information
        
        [1] http://central.sonatype.org/pages/requirements.html
        
        Change-Id: I0bcd19a22d0e1a48f0faec0b414f816f7da5b318
        Reviewed-on: https://gerrit.libreoffice.org/20315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-12-01  Stephan Bergmann  <sbergman@redhat.com>  [03b9d1e720aa3c28a2406ddcc2e8758da1c9bc0b]

        Reduce space needed for string literals
        
        ...as had been done in 68ba6ddef50ec4aa92f55fa610c84c9f0d134e67 "codemaker:
        Allow compiler to share these generated strings" and
        2188a7ac2eb37aee89f8f305bdf99db9b05b20bf "Reduce the amount of strings in the
        release builds," and then undone in 759eb79d886b70c7e7ab86b48e63d1b627b7dc44
        "give useful details in non-debug mode too"
        
        Change-Id: Ic888d6c47449da3b3a084f863a7e0526f201a967

2015-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [be6a428c08467ec379b58c8908580a282f9a9d01]

        Related: tdf#94043 DOCX import: fix column separator handling
        
        See wwSectionManager::SetCols() for the DOC import equivalent of this
        code, if line width is 0, then there will be still no visible line.
        
        Change-Id: Ifb0dc596e252a60cdac575fff2894aced1580c69

2015-12-01  Noel Grandin  <noel@peralex.com>  [f34b4844473d08c0c264ba4453a875e32f5c326b]

        tdf#95990 - Calc is crashed when you double click on function in Sideba
        
        The problem arises because we can dispose ourselves like so:
        
        /home/noel/libo3/sc/source/ui/formdlg/dwfunctr.cxx:176
        /home/noel/libo3/vcl/source/outdev/outdev.cxx:202
        (this=0x252c548) at /home/noel/libo3/include/vcl/vclptr.hxx:206
        (this=0x252c4c0) at
        /home/noel/libo3/sfx2/source/sidebar/SidebarPanelBase.cxx:85
        (this=0x252c4c0) at /home/noel/libo3/cppuhelper/source/implbase.cxx:109
        cppu::WeakComponentImplHelper5<com::sun::star::ui::XContextChangeEventListener,
        com::sun::star::ui::XUIElement, com::sun::star::ui::XToolPanel,
        com::sun::star::ui::XSidebarPanel,
        com::sun::star::ui::XUpdateModel>::dispose (this=0x252c4c0) at
        /home/noel/libo3/include/cppuhelper/compbase5.hxx:60
        at /home/noel/libo3/sfx2/source/sidebar/Panel.cxx:88
        /home/noel/libo3/vcl/source/outdev/outdev.cxx:202
        (this=0x21dbbd0) at /home/noel/libo3/include/vcl/vclptr.hxx:206
        (this=0x23c9a10, rPanels=std::__debug::vector of length 1, capacity 1 =
        {...}) at /home/noel/libo3/sfx2/source/sidebar/Deck.cxx:205
        (this=0x2068b00, rDeckId="ScFunctionsDeck") at
        /home/noel/libo3/sfx2/source/sidebar/SidebarController.cxx:631
        (this=0x2068b00, rDeckId="ScFunctionsDeck", bForceCreate=false)
            at /home/noel/libo3/sfx2/source/sidebar/SidebarController.cxx:566
        (this=0x2068b00, rDeckDescriptor=..., rContext=...) at
        /home/noel/libo3/sfx2/source/sidebar/SidebarController.cxx:690
        sfx2::sidebar::SidebarController::UpdateConfigurations (this=0x2068b00)
        at /home/noel/libo3/sfx2/source/sidebar/SidebarController.cxx:500
        sfx2::sidebar::SidebarController::notifyContextChangeEvent
        (this=0x2068b00, rEvent=...) at
        /home/noel/libo3/sfx2/source/sidebar/SidebarController.cxx:275
        namespace)::ContextChangeEventMultiplexer::BroadcastEventToSingleContainer
        (this=0x207bad0, rEventObject=...,
            rxEventFocus=uno::Reference to (ScTabViewObj *) 0x1d9d120) at
        /home/noel/libo3/framework/source/services/ContextChangeEventMultiplexer.cxx:286
        namespace)::ContextChangeEventMultiplexer::broadcastContextChangeEvent
        (this=0x207bad0, rEventObject=...,
            rxEventFocus=uno::Reference to (ScTabViewObj *) 0x1d9d120) at
        /home/noel/libo3/framework/source/services/ContextChangeEventMultiplexer.cxx:265
        sfx2::sidebar::ContextChangeBroadcaster::BroadcastContextChange
        (this=0x23f0e50, rxFrame=uno::Reference to ((anonymous namespace)::Frame
        *) 0x17d1798,
            rsModuleName="com.sun.star.sheet.SpreadsheetDocument",
        rsContextName="EditCell") at
        /home/noel/libo3/sfx2/source/sidebar/ContextChangeBroadcaster.cxx:99
        sfx2::sidebar::ContextChangeBroadcaster::Activate (this=0x23f0e50,
        rxFrame=uno::Reference to ((anonymous namespace)::Frame *) 0x17d1798)
            at
        /home/noel/libo3/sfx2/source/sidebar/ContextChangeBroadcaster.cxx:51
        (this=0x2190490, bIsActivated=true) at
        /home/noel/libo3/sfx2/source/control/shell.cxx:729
        /home/noel/libo3/sfx2/source/control/shell.cxx:378
        pFrame=0x1d5dea0, bMDI=true) at
        /home/noel/libo3/sfx2/source/control/shell.cxx:331
        /home/noel/libo3/sfx2/source/control/dispatch.cxx:1503
        /home/noel/libo3/sfx2/source/control/dispatch.cxx:158
        rShell=...) at /home/noel/libo3/sfx2/source/view/viewsh.cxx:1420
        (this=0x1d61fe0, eOST=OST_Editing, bForce=false) at
        /home/noel/libo3/sc/source/ui/view/tabvwsh4.cxx:809
        pView=0x1d685c0, bActive=true) at
        /home/noel/libo3/sc/source/ui/view/tabvwsh4.cxx:753
        rBC=..., rHint=...) at
        /home/noel/libo3/sc/source/ui/view/tabvwsh5.cxx:195
        pEditEngine=0x20570d0, rCursorPos=...) at
        /home/noel/libo3/sc/source/ui/docshell/docsh3.cxx:78
        eNewMode=SC_INPUT_TABLE, pInitText=0x0) at
        /home/noel/libo3/sc/source/ui/app/inputhdl.cxx:2339
        eMode=SC_INPUT_TABLE, pInitText=0x0) at
        /home/noel/libo3/sc/source/ui/app/scmod.cxx:1404
        /home/noel/libo3/sc/source/ui/formdlg/dwfunctr.cxx:826
        (this=0x23d29a0) at
        /home/noel/libo3/sc/source/ui/formdlg/dwfunctr.cxx:962
        (instance=0x23d29a0, data=...) at
        /home/noel/libo3/sc/source/ui/formdlg/dwfunctr.cxx:960
        data=...) at /home/noel/libo3/include/tools/link.hxx:84
        (__closure=0x7fffffff3ec0) at
        /home/noel/libo3/vcl/source/control/lstbox.cxx:973
        ListBox::DoubleClick()::<lambda()> >::_M_invoke(const std::_Any_data &)
        (__functor=...) at /usr/include/c++/5/functional:1871
        (this=0x7fffffff3ec0) at /usr/include/c++/5/functional:2271
        Control::ImplCallEventListenersAndHandler(unsigned long,
        std::function<void ()>) (this=0x23e6260, nEvent=1109, callHandler=...)
            at /home/noel/libo3/vcl/source/control/ctrl.cxx:333
        /home/noel/libo3/vcl/source/control/lstbox.cxx:973
        at /home/noel/libo3/vcl/source/control/lstbox.cxx:294
        (instance=0x23e6260, data=0x23fd160) at
        /home/noel/libo3/vcl/source/control/lstbox.cxx:292
        (this=0x23fd4a0, data=0x23fd160) at
        /home/noel/libo3/include/tools/link.hxx:84
        (this=0x23fd160, rMEvt=...) at
        /home/noel/libo3/vcl/source/control/ilstbox.cxx:874
        
        and then two lines later we need access to things we have just disposed:
        
        at /home/noel/libo3/include/rtl/ref.hxx:169
        (this=0x258) at /home/noel/libo3/include/vcl/vclptr.hxx:187
        nIndex=0) at /home/noel/libo3/vcl/source/control/lstbox.cxx:1088
        at /home/noel/libo3/vcl/source/control/lstbox.cxx:1076
        /home/noel/libo3/sc/source/ui/formdlg/dwfunctr.cxx:828
        
        Change-Id: I0ee07c7753ac06d042653f443df9921f4eebd8f2

2015-12-01  Maxim Monastirsky  <momonasmon@gmail.com>  [5a3b930b30149fbcaac246726a0f547527161429]

        Save Remote File isn't supported in all modules
        
        so don't add it there to the save dropdown.
        
        Change-Id: Iee604cc15616080266f7192ac451f04830ba1bb8

2015-11-30  Paolo Bernardi  <bernarpa@gmail.com>  [e7c78e67292ad93c6a4a0772d8b06a0e6e7d26c8]

        Removed unused code found by cppcheck
        
        Change-Id: I495c40af12a0f16b7f1b13736405489677b582af
        Reviewed-on: https://gerrit.libreoffice.org/20304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [bd781238696d99c2c9c7378c28435f08c3adf451]

        my intent is to provide a define for cairo < 1.10.0
        
        Change-Id: Ib102b257aa9bf183409c1ab99f61ee63d653cbed

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [cd8a295444690b9c0dfb43ee4de01bf6ffeb1aa1]

        loplugin:vclwidgets
        
        Change-Id: I520e27de82f11cc3c44c0e059ad60f3edaa4c370

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [5adaf30d7403dab3f81f2efc457bfb78e0e49f7b]

        Fix Mac build
        
        Change-Id: I3ec80e4a64c98b97ab3157dd37614a7c56802d79

2015-11-30  Rene Engelhard  <rene@debian.org>  [4a2dc0e4b0fcd0ce0f1c1013f927e94621429da6]

        fix/update AppData files
        
        - make XML tags follow (uptodate) spec
        18:23 <ximion> <id type="desktop">libreoffice-draw.desktop</id> =>
                       <id>libreoffice-draw.desktop</id>
        18:23 <ximion> <application> => <component type="desktop">
        - fix license
        - add working url/screenshot URLs

2015-11-30  Michael Meeks  <michael.meeks@collabora.com>  [10f59f5fab9ddd60c4863e671738cc3c33747651]

        vcl: fix further un-initialized boolean.
        
        Change-Id: I8775e56260346a80e466a7c48c19f50f9796b52f
        Reviewed-on: https://gerrit.libreoffice.org/20306
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-30  Damjan Jovanovic  <damjan@apache.org>  [fa326746ba70b0302f11533a5cf36daaa6235d04]

        fix the value of FRAME_PTR_OFFSET
        
        in backtrace.c and diagnose.c - it's 3 because of the EBP/RBP register's
        position in the jmp_buf
        (https://github.com/freebsd/freebsd/blob/master/lib/libc/amd64/gen/_setjmp.S
        and
        https://github.com/freebsd/freebsd/blob/master/lib/libc/i386/gen/_setjmp.S).
        
        Patch by: me
        
        (cherry picked from commit 87451f66edfa425e51289ac6f12ee110d7109a02)
        
        Change-Id: I5f18cd9145f90db351c124c6f914411f1ffc2a83

2015-11-30  Damjan Jovanovic  <damjan@apache.org>  [7a93f5348007ab1ce52e65cd3811032f31839689]

        Use the ptrdiff_t printf format code for backtracing on FreeBSD.
        
        Patch by: me
        
        (cherry picked from commit e0e462a3e64576be14a4341f4dc4a2d56f22fa2a)
        
        Change-Id: I1c59b2b631dbfd508d85abb774f27187ded47c17

2015-11-30  Pedro Giffuni  <pfg@apache.org>  [0bd3aa40f5095e13d10f73076d8528178d146664]

        i66807 - Fix GCC warning in backtrace.c
        
        The Bugzilla issue has another fix for sparc but I have no way ot test it.
        
        (cherry picked from commit 24e9542bcfaec3b49e5e825bf36d4bf524d69080)

2015-11-30  Damjan Jovanovic  <damjan@apache.org>  [a1a8aa8ef80066dd2fbabbf136dde874c864db8b]

        Fix the stack frame layout for backtraces on FreeBSD.
        
        Patch by: me
        
        (cherry picked from commit 0faee39deac292694d036d753b7dc1c4513e045f)

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [4d3c91ee82de53589924ca72c22a745ffba6e6af]

        gtk3: scroll lock only available in >= 3.18.0
        
        Change-Id: I1c22873c7dc989637ef4d12bf5a08395383e3779

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [1f2af3fb22a0a3be36fe8bc93f843ad7c2e3b7b8]

        gtk3: handle 'standard' invert like quartz does
        
        e.g. the blinking cursor in writer
        
        Change-Id: I43b98556d07deb097d55565dbbb9af95cb102353

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [503864037b2f6b73979f46d11df5d365b81f9dcf]

        gtk3: implement GetIndicatorState
        
        Change-Id: I006c739a9dc876dd9ec83375f76fd1343b39557a

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [a4e58b509828d806513217efc03134845629cccd]

        silence ReleaseMouse warning
        
        Change-Id: I615b4877ab29075ed45149259260acfb2563cad8

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [c2f13bd8dff4526cdfca2eef7770feae3da8bf3a]

        loplugin:nullptr
        
        Change-Id: Ie296794db2d259ea9973a2042a93200c0f93d259

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [2ca429e781cba94608e9838e2c1c50f1e8632b90]

        gtk3: glitches because yours truly cannot tell x from y
        
        Change-Id: I3b8620a4d8bffeb5e0558c35cb3a063238c12ba5

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [0ae6d3da5f0016ac4924d3b9e668d0ae2a341e37]

        Resolves: rhbz#1285380 get menus working under wayland
        
        use GDK_WINDOW_TYPE_HINT_POPUP_MENU hint for menus
        
        and set hints after widget is realized
        
        and set gtk_window_set_transient_for menus too
        
        then you get menus and tooltips apparently in the right place
        
        Change-Id: I116d821d4eff480503348b8ff1fb8f4f247b4c1f

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [5e2455c6b170f5110c889296ff0b7ee9d7a87076]

        Keep items sorted
        
        Change-Id: Ifa66e63e67d6ae0a6453d86634e2aa998c442adc

2015-11-30  Eike Rathke  <erack@redhat.com>  [2c1c6df24060a08f7b6c49874c0e8a86a32e1dfd]

        number format keys are sal_uInt32, so use it
        
        Change-Id: I0adf5f443ed3348ca0b975bd64bd4a293ff30f79

2015-11-30  Michael Stahl  <mstahl@redhat.com>  [111f34acca8520e8d6ec6115ca59bb06cf8b4a91]

        mDNSResponder: add "Use proper return type for DNSServiceRefSockFD"
        
        ... as a patch after the commit was erroneously removed while moving
        mDNSResponder to external.
        
        Change-Id: I52cd03d94f5c633cd274a111653f947a33cd6140

2015-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f59c81bca61a01457cb9c8d00510ed418c755b4]

        oox: better warning message on unhandled element in docprophandler
        
        Change-Id: I7ddd5290134ae3cc3b9f7427055537e79919b480

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [7c057880e5bfdbb1720cfce2ba0551f8d5d366c9]

        protected -> private
        
        Change-Id: I43d4da8301d9a0c9cc4d48c38c9945551ddc0151

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [8bf1ddc61619e40891e5351815892d865d1a3323]

        fix build, default operator will do
        
        Change-Id: I27888bdb0b14434e161e8dc3bd481eb372959ad8

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [0555447cd09fa2851e51cd63543ebc7db0a72a1a]

        FD_complex is unused
        
        ...since 8e71d9400bd350d63723c5489ddaadb3d3610baf "Remove UNOIDL 'array' and
        'union' vaporware from idlc"
        
        Change-Id: Id4cdef900667cdac466a41e47c189e2d25a62065

2015-11-30  Noel Grandin  <noel@peralex.com>  [686611019fee67e130452ad0b4abe50647d948fb]

        move disabling of LNK4217
        
        since it's Visual Studio specific, not Windows-specific
        
        Change-Id: I740b392f1aa9ff9c534b0e2fe021de7f93495e4c

2015-11-30  Michael Stahl  <mstahl@redhat.com>  [21f40d6f9460d378059d136afcdae3a56b98cb5d]

        gbuild: fix typo in help
        
        Change-Id: I6e65f70848eb466c7c08fcffb478a2963b91cdb6

2015-11-30  Michael Stahl  <mstahl@redhat.com>  [9ec0e6d9cbb0b61e5cf37917baee31f2af1a2897]

        sd: replace embedded mDNSResponder code with proper external tarball
        
        The diff against the 379.37 release is 2500 lines, one of which
        actually does anything at runtime (missing va_end()).
        
        Change-Id: I1824e61fd4ac6c3ce28084913a2661134a03fd51
        Reviewed-on: https://gerrit.libreoffice.org/20248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-30  Noel Grandin  <noel@peralex.com>  [883321e141906f5dad47f0021a2fa8cadc3b9a01]

        remove LNK4217 warning spam from Windows build
        
        it just makes the build error logs harder to read.
        it's not like we are ever going to fix it.
        
        Change-Id: I26be4deb7b72d142fcee62ea3eee2dd0bd607716
        Reviewed-on: https://gerrit.libreoffice.org/20284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-30  Noel Grandin  <noel@peralex.com>  [343e405f18a51abd6d386072ad33978fa83b8b31]

        tdf#66668 - FILESAVE: Saving an XLSX file freezes Calc
        
        Change-Id: I7abbb1cc5056f33458257afe28ed933e2d3c378d

2015-11-30  Mihai Varga  <mihai.varga@collabora.com>  [b8627ad4db379bfa5b9411aaccb1663d7c66c933]

        LOK: get state change feedback for more uno commands
        
        I've also ordered them alphabetically so we can read them easier.
        
        Change-Id: Ia332f1662a91de4a4068f0056a3d969fe978a744

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [2d49006f7cb04d7b3b71481f1f3aecf0f6d70dff]

        uninitialized m_pGraphics -> cppcanvas_emfplus kaboom
        
        Change-Id: I370f63ed12e187684332112b9510a9892a665129

2015-11-30  Tor Lillqvist  <tml@collabora.com>  [367dc08f9a7e34fe108c289a59548716e9abdf54]

        Use -ldl -pthread only on Linux
        
        Change-Id: I968449ac3c12011cb32bf9c29db66ad2ae4553f1

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [ac95a8b2e9e68111a24aa20c04eb18fba4a5c6e9]

        Move uses of SwFrame pointer-to-member after definition of class SwFrame
        
        ...to avoid trouble with MSVC's pointer-to-member model, where the details of a
        pointer-to-member depend on details of the pointed-to class type.
        
        Change-Id: Id5b3be1696794d23fbad96f047d114e27395b134

2015-11-30  Michael Meeks  <michael.meeks@collabora.com>  [ef242ae01047f6b8a0a9012e4e40509dd1c03145]

        vcl: move gtk+ to sharing the same SalGraphics per SalFrame.
        
        This makes the code consistent with other: Mac, Unx, Windows
        backends, and allows us to cache an OpenGL back-buffer on the
        SalGraphics - as per Mac.
        
        The lifecycle of a SalFrame and a SalGraphics should be
        consistent for real OS graphics now.
        
        Change-Id: I11fea2ce1c1386b1c6b0161a718e5c909c81612c
        Reviewed-on: https://gerrit.libreoffice.org/20283
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-30  Noel Grandin  <noel@peralex.com>  [268e4e90f9696998333026ac45b52c4f349d0069]

        allocate and initialise FormatEntry table at compile-time
        
        no need to init this at runtime, it's purely static data
        
        Change-Id: I73ff5b0d8f273d7ee925f485f3ed712f117f5b40

2015-11-30  Mihai Varga  <mihai.varga@collabora.com>  [24d981998b5859c7601d5c804e0ee70c5fec280f]

        LOK: renderFont method
        
        Renders the given font in a virtual output device. For now it iterates
        over a list of fonts until it finds the one that matches the requested
        font.
        
        Change-Id: Ie4ecc3a1441519840d8f4f4a890e92670759b4fc

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [88ab9d4aa09a8ce09fa4d03faefa32e57c530746]

        Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL right
        
        Change-Id: I0fa26417630991c6d07b5412fb579f9c222d09a6

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [9b3ca276dae6f8d4f337c78e64ed6b7f7e7662ef]

        rhbz#1286416: Be more resilient during auto-recovery attempts
        
        ...called from within the signal handler, so any bets are off
        
        Change-Id: Iedb5c7bc8d08350e5f3e3118c6713f5c25b238b6

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [7dcbc5708aec6672ddc3ba6ed000421f56e651ac]

        silence mouse release warning
        
        Change-Id: Ie3c6da36f1c462080f78e8713e9e5dcd228fbacf

2015-11-30  Caolán McNamara  <caolanm@redhat.com>  [a80dea3e77c2a8465cdd309c5f740fb8102dd826]

        gtk3: implement SAL_INVERT_50 rectangle case
        
        missing stipple effect around slides in layout panel
        
        Change-Id: I8a55c6bda1e742e105ba22e4566658099ea16f46

2015-11-30  Rosemary  <rosemaryseb8@gmail.com>  [c7b2d473e32af9b2dad4f294105505084ee0a1f6]

        export date and time fields in impress
        
        only those fields that are currently implemented
        in editeng/source/items/flditem.cxx and also match
        with those in the specification are exported
        
        Change-Id: I542cb0f827e161005e55452b5b6961dc642cd4e7
        Reviewed-on: https://gerrit.libreoffice.org/20062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-30  Stephan Bergmann  <sbergman@redhat.com>  [2e565fe8d040c61f5491f3df13665735fb8d9d84]

        loplugin:override
        
        Change-Id: I0a79e1376c65a2d06e37ac5d6e0aa9f66234d753

2015-11-30  jan iversen  <jani@documentfoundation.org>  [75892872496175d71b4ad02c1a477dc9f463d803]

        check for missing COMSPEC variable in cygwin.
        
        Cygwin unsets the COMSPEC environment variable on some installations.
        This is due to an error reported first time in 2005, but not solved.
        There are no exact pattern when this happens, in this case it happened
        on 2 windows 8.1 VM installations (one private one azure).
        
        added check in configure.ac to alert the user earlier
        
        COMSPEC is used in sal/osl to start processes and as such vital, and in 
        some perl scripts, therefore hardcoding to e.g. cmd32.exe (or the power
        shell) is not an option.
        
        Limited check to work only for cygwin.
        
        Change-Id: I52bb6667c52560ed1a239ac301811605b8cddcbf
        Reviewed-on: https://gerrit.libreoffice.org/20255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-30  Michael Stahl  <mstahl@redhat.com>  [628d84d9a82bd2759faf869d7a28233538094578]

        gbuild: remove gb_Gallery__UNO_COMPONENTS and gb_Gallery__make_env_args
        
        These are presumably a relic from pre-INSTDIR days: gengal should find
        all this stuff via redirect.rc, fundamental.rc and services.rdb.
        
        The UNO services should be found via services.rdb too after the
        dependency was added in the previous commit.
        
        Change-Id: I3d452acc7c4b05f254bef936c4f18a2ea8615cf8

2015-11-30  Michael Stahl  <mstahl@redhat.com>  [4e6b4fbac4d3e1cbbb486aa26940f484a1cb65d1]

        fix build tool dependencies on INSTROOT files
        
        These should generally be INSTROOT_FOR_BUILD instead; also gengal only
        had the URE's services.rdb (twice) but not the basis layer one.
        
        Change-Id: If9cab809296fd66c1785562c5e5be6b2569d179c

2015-11-30  Noel Grandin  <noel@peralex.com>  [ec3f72415850bd865eb030cf2b7edb55b99d4756]

        loplugin:unusedfields
        
        Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864

2015-11-30  Noel Grandin  <noel@peralex.com>  [d2df03574023b379ac09b1f71cae9e3ba3ac53e2]

        loplugin:unusedfields
        
        Change-Id: Ife94d488ead512abc6d137a0df74298bac67185d

2015-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffddd4d122433329b454f676f21a2b1ce590a1a7]

        configure: remove leftover reference to gnome-vfs
        
        A leftover from commit b40b6010077f875565ce90cd995222451e37321c (ditch
        gnome-vfs2 support, 2015-09-02).
        
        Change-Id: I23f34da748a582161bb4a87d2d993a5b4b08aa1e

2015-11-30  Noel Grandin  <noel@peralex.com>  [2ba8476f650400c5285041e956d70d2c1c0bcf76]

        tdf#96135 - Crash : When Field Format Window Close
        
        regression from commit db17d3c17c40d6b0e92392cf3c6e343d1d17b771
        "new loplugin: memoryvar"
        
        Change-Id: Id37226646a561579a375110bf684140d1fa8cb92

2015-11-30  Noel Grandin  <noel@peralex.com>  [25120e73f93fcd02b5157b3379c39f9cec0fa2eb]

        loplugin:mergeclasses, OOXMLTableImpl into OOXMLTable
        
        Change-Id: I28f6d317ca02cf23341358f9520de273af603bd7

2015-11-30  Martin Hosken  <martin_hosken@sil.org>  [fbad13e4c0d66e5a0e65cbd2f1c5ae88bc02f2ba]

        Fix tdf95222, graphite justification
        
        Change-Id: I9ea7167ca21bc18db6ed7f82fc54f3824468db4e
        Reviewed-on: https://gerrit.libreoffice.org/20276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-11-29  tagezi  <lera.goncharuk@gmail.com>  [4ee9cfecf1800394881f5015199cd6e4af14bc92]

        Updated core Project: help  7e8d97ebb560b267f1e60c5f8c367660d0629a6b
        
        tdf#95542 proofreading text of the Parameter queries chapter
        
        the patch is offered Peter Toye in tdf#95542
        	rewritten chapters Parameter queries and Parametr Input
        additional changes
        	added tags item
        	replaced comments with links
        	replaced the role of the par_id191120151905584287 paragraph
        with warning
        
        Change-Id: I9aa52395fb2dbf416478ab925695928e6fdb715b
        Reviewed-on: https://gerrit.libreoffice.org/20269
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [1ad3acc828b112a96cfce7166bcc973ea2747f0f]

        Unnecessary cast
        
        Change-Id: I7e9cd165311494d3b2a8386dcaf2f3840449395a

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [ae3f19564f33039260544a0c28dc99c23ed6f348]

        SaveAsMenuController cleanup
        
        Change-Id: Ib4a838619092b47b4eb5304e8d63ab6d7ee8d1c4

2015-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36b658d38930b8aca7e16f7a6b286ca1b3e7a215]

        generate better unit test assert message
        
        Change-Id: Ibba7f18fefb4f2851472a6ae0b41447237a6b97f
        Reviewed-on: https://gerrit.libreoffice.org/20270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [9e6539808da750e9da9b68258cd41fb2f42662aa]

        Fix the PreferredFilter entry of writer_MWStyle
        
        To silence this thing:
        
        warn:legacy.osl:899:1:filter/source/config/cache/filtercache.cxx:1257:
        error: The type "writer_MWStyle" points to an invalid filter "Style (v1)".
        
        Change-Id: If4c01a6a63391e21fd132ba07b05f94bb2679ee4

2015-11-29  Jean-Pierre Ledure  <jp@ledure.be>  [eb61c7f98583c50e392dc6272ee2496e7551f0f0]

        Access2Base - OpenQuery for action queries
        
        Change-Id: I6691c01e8a078b14ca753c916c950c958953671f

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [89f8bc6340bc15360ce27acf1a6365c2c568110f]

        .gitignore: remove duplicates
        
        Change-Id: I3d735a7d16dd6aedc82f1ff162d3ba9e1040d787

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [7b7b3ffb5b5e275c5c5bd78d7c6ff34ce61015bb]

        gbuild-to-ide: Add defines to Qt Creator projects
        
        The defines we use to build are needed to correctly
        parse the code, and find some types like OUString.
        
        Change-Id: I3b3aaa51c4637beed113738503c8ab1a967c9149

2015-11-29  Sedat Ak  <sedat.ak.bm@gmail.com>  [1c8e67a9d163e72916d33b5d16211965c9655e23]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I373afdd529b403ee2aa314ee5380fb4667717a3f
        Reviewed-on: https://gerrit.libreoffice.org/20265
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-29  osnola  <alonso@loria.fr>  [70a11143ada618a37c2bd5c0c27947a834bc13bb]

        enable new file formats supported by libmwaw-0.3.7
        
        Change-Id: I03d0f112f74dce6c307258d9765281d91cdd3a03

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [13c8fe55de98560e136b741addbf8f78fd934bd5]

        our little MSVC cant read C++11 proper and has special needs instead ...
        
        Change-Id: Ibc5ed9406679f469a7d4855f08f1a8c23c7239ef

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7cb3a2c35e29207008bac44d7ace10ca9e866d99]

        use a range template for the frame,page,pseudo translations
        
        Change-Id: I50698023c006025bad4ae5d9a632c20b8f897006

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [939657e7c8beca46f0b84faf7a89cda8b789e2f5]

        use the entry vector for lcl_TranslateIndex dispatch
        
        Change-Id: I4a8361821b9a5af2a59ad29684ee243d2f4591ed

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6521acdabcdceba0b53a6453ec513c3894a8e77a]

        remove copy patsa
        
        Change-Id: I753786b6d3e92f0ebd609cc4430887fd7e2c2f81

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5e3730265431541c1b0d53e1a5c409204c425f4]

        use entries to create styles
        
        Change-Id: Ie68277b2ca9f4a82d048c7b74ab6705e8ca164b2

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7b72e851e57cdfe4fb5933f539764fcd66bd02fd]

        use the entry vector for lcl_GetCountOrName dispatch
        
        - since the "entries" gain virtual functions now, it might make sense to
          make the entries proper classes. Lets see.
        
        Change-Id: I9ffae682869bc7560ee108c120efe6b65ea6c82f

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [92d57e6f6dda37696c1211b46af85b8387716f8f]

        tdf#38835: use singleton instead of static
        
        Change-Id: Id200dd245043537d288e30118debe2b338cf1774

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b7ffa8be976a5a6e49bbadf4af80a5fd889c4502]

        keep a reference to the static entry data for the family
        
        Change-Id: I9171202fb5c6e32016550243a027001e5c910c3c

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9f030d0898e2b5c91160d4228392797dc1b77ca5]

        use Families instead of the generic 'Container'
        
        Change-Id: I009002621a5481b91e14a215237278d56d742579

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2056e3123f83a957290098a495d8759c9033eb26]

        typo: m_nRedId => m_nResId
        
        Change-Id: I0659155b19870117e97f691aa4fdceee8f2d4c08

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bdb6e648d20ec4cb8bbc62308e2368531ea1e42b]

        clean up and reduce indent levels
        
        Change-Id: I5aa38475eff213620b29e89a0df0833c95207a91

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0d05bb47c40566cc183c4c13cc93ad87f167d8f3]

        add ranges for pages, frames, nums
        
        Change-Id: Id3c0f39b076bd3908d3ac4154e72ee14ca3963ae

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9c852dd419bc3b30e1e4ed69be3ba8132b4f2e65]

        make GetCountOrName a private member to reduce args
        
        Change-Id: I72430f032d032f825034ec00d662ceaaa6a4dc62

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [71a7e566397773765e2c80a2944d194861cf7e45]

        consolidate range voodoo
        
        Change-Id: I76c64f15cd94ea281e44ddd488bc7eb7abc1575d

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [812e92b012569e42c31f70f53e641d4137267623]

        inline trivial functions
        
        Change-Id: I00a75c846ca86dc05f42211c700561c066f85586

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8ce94f6283b8bf682ebf9095e8c34b9952eb85f]

        SwXStyleFamily=>sw::XStyleFamily
        
        Change-Id: I334c4db5113902668d6967719c65ba403e9dde65

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5bcb5f0481a2a22b2166f9afa6bbf897ab239a21]

        SwXStyleFamily has no need to be in a header
        
        Change-Id: I2bc38e870377bd4355b373e1fee0a3fd95866793

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b388191cebadb725ad8ff0f052040617c2895627]

        clean up and reduce indent levels
        
        Change-Id: I8cbc62d9d404f4dd4039d43411c53d3cf4a8275f

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31f17b11c4c9b19f55d4f26c0c8eadef56d4ba62]

        clean up and reduce indent levels
        
        Change-Id: Ic96a95a3263c1b10c33e79f5fee19e7bf06498c9

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f0d445874f4d5c057dd149dfc086d31efaf2669]

        simplify
        
        Change-Id: If065b30b93c603032f47a3e470f4faadf92a4d09

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [800528dfa0b74e12849ef9ff48762a6fe3eafa44]

        OSL_FAIL->SAL_WARN
        
        Change-Id: Ic21516d1d3892cd73aaa29ae477985ca2d35638d

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55cd728d376ac9a5787a73fe1ae51263aa0403d1]

        clean up and reduce indent levels
        
        Change-Id: Iccc1b3f2499025b8dad920f4b0f4b674b5d394ce

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6afc83865f77e572e9a04cc298ca5b0eab85af62]

        clean up and reduce indent levels
        
        Change-Id: Idfc5ea5acf7f09046c92aa37ff01df29147cd738

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0729e946388c4cbf3dce2971ccad30290ce66497]

        clean up and reduce indent levels
        
        Change-Id: If35b67439eee347d15a55e965756466db1cb466c

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8f57b3f6bf2c197c1b46caf5556fc90294cff43a]

        formatting
        
        Change-Id: I332802d313e88093ee3146b8600acb262a578212

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d984afc42fdae69bc84b6716e97395752fd52304]

        clean up and reduce indent levels
        
        Change-Id: Ifb4597daab338750de1fd6b3db9c21b28c5ce9e6

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cd97c5ee6be5820585e63d0fff2c9722836f6035]

        clean up and reduce indent levels
        
        Change-Id: I7c39a5a93c92fe6730a544ac2db8d17ef38c5545

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [50c3352ef26bc08bf6df84d1d57e37098c4f5923]

        clean up and reduce indent levels, remove hugely scoped Any
        
        Change-Id: I2681ddb9b9cba0529ea88c5b81c1f060d1df8eb4

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a96181328df3b775f749316216b5f66fecaafe25]

        formatting
        
        Change-Id: I6dc8d111ec4ff7cfc12fb8cdd96196043a6e6457

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b8f4fe062b8ac4bf1e7c19ff6088dc60a35b58c1]

        use constexprs and static_assert()
        
        Change-Id: Ie0ede65560b7d8f5e8b5f0085bc54485de4b37ef

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3abff8ae346959bdebefade685c69cf6eb32d60]

        use constexprs and static_assert()
        
        Change-Id: Ia7abeed325d8bc845e35bb9e7667cec6b83ac11f

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9bc9b09308a6d5764bf606e601f2a7b927552296]

        remove hugely scoped superficial Any
        
        Change-Id: Icba8dfb466afb085b52ac55d5eb95b3f94d7c116

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cda0788348a12c5453b23421291c86e8cda34649]

        clean up and reduce indent levels
        
        Change-Id: I8b1492d1c5162cc174c6fedcf7b7253f7ffc5d93

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bb30458a697711a30821fb6874bb40b44b2ad8dc]

        formatting
        
        Change-Id: Ifa2276e8ded10832af8ddb7c3e54b2ec630d92bc

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0c39edebc76b81d5277089e23c5a9ae9e522b4e3]

        clean up and reduce indent levels
        
        Change-Id: I85fe89e9ef9a6afe79e7e31a3d3d9be85936394d

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c022f8f2cbe95a7fc5f8ea0b3e0dce42e87db947]

        clean up and reduce indent levels
        
        Change-Id: Ib1e2a6295c7cbf64156906c424249bcde0009bed

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7eb8df24ab4fc682cc03f951c813bb2bd8378f46]

        clean up and reduce indent levels
        
        Change-Id: I35b66d310d411683c70687b762eadfeecb016275

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [071148bed482a964ddd7ff99fdf18c13c2e8cec5]

        clean up and reduce indent levels
        
        Change-Id: I291d5500b2bda1a9986a72cba8513a2897233689

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [452ae1ad1f44ef7f4acec6261e8a07ab3c8ee0ba]

        reduce scope with template specialization
        
        Change-Id: I7bfbaa3898f34e1ed931f5865b493aae66e28c0f

2015-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [78b2831219633586f1915a8cd18cf8ebb1a90a46]

        use enum right away
        
        Change-Id: I6a9469e9fde9a22c7a1c83c7e98e047a2db583bf

2015-11-29  Maxim Monastirsky  <momonasmon@gmail.com>  [f863f7096bbd794b05053d734ad77dff2cffc20f]

        loplugin:override
        
        Change-Id: I710b7955f7cf8d6ec9bf5f9473f467e5b206d798

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [4daba1f0e526c8c1ba829fe6e95c957bef6e46bb]

        tdf#88154 - added unit test for rotated layout
        
        Change-Id: Ie0243bda8ec253d68f3bc5e469623d1f4edddcf5
        Reviewed-on: https://gerrit.libreoffice.org/19297
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1b26e2ef0a97ded5cc812664ef8455251468e847]

        svg-export: text animation didn't work - fixed
        
        That was due to 2 problems:
        - The namespace for an animation attribute was wrong
        - For debug build the bullet placeholder is not the first child
        
        Change-Id: If10c362f6fcffd4a05164cc5ca3ff6cacf5c28c1
        Reviewed-on: https://gerrit.libreoffice.org/20238
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [23f5c03d964c3a069eb692c7a2b1d586c124cfd1]

        svg-export: slide transition did not work - fixed
        
        Slide transition didn't work anymore since the attribute parsing did not
        take into account the smil namespace prefix.
        
        Change-Id: I779f6408b1eac964f934019d219dc4111debe592
        Reviewed-on: https://gerrit.libreoffice.org/20237
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1ed6d1423c7cffa5403dad69a9946ec790a374f2]

        svg-export: animation sequence was wrong
        
        Animation sequence was wrong due to the priority queue and related
        compare functions implementation.
        
        Change-Id: I359abd087e922ffa0aa4f7770fcc0c9bdb029843
        Reviewed-on: https://gerrit.libreoffice.org/20236
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b827d2074911dc9fdca9fc47a1cca3d366ec037c]

        svg-export: now animation elements are exported with namespace
        
        For debug build an assertion failed because of presentation, smil and
        anim namespaces were not registered before exporting. The JavaScript
        engine has been modified in order to handle qualified animation elements
        and attributes.
        
        Change-Id: I2415fd59c2d1afddb1c68b708feb62e446ea5252
        Reviewed-on: https://gerrit.libreoffice.org/20235
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [64e4f3c70e131d41938ce65ad8089819a11c0e2a]

        svg export: fixed issue about text fields and shape bounding box
        
        - issue: text fields were not displayed; this happened for debug build
        only: the problem was due to 2 facts: 1) the last fix for text
        decoration which changes the order in which tspan and desc elements are
        exported; 2) a workaround implemented for fixing the fact that date/time
        fields were not exported correctly when positioned chars are used (see
        commit c0a08eab).
        
            - issue: text fields were no more aligned correctly: this was due to
        the fact that the rect element representing the bounding box of the
        exported shape is not exported any more: I suspect that the rectangle
        was present in the generated GDIMetaFile representation of the exported
        shape.
        
        Change-Id: I3cd7b0d3a7f2bde8bfd8b933297cbdd7b90e6567
        Reviewed-on: https://gerrit.libreoffice.org/20234
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Marco Cecchetti  <marco.cecchetti@collabora.com>  [50506421f29d09fa4c44c46c3d60208a64a1c450]

        tdf#95356: unit test about text decorations for svg export
        
        1) Fixed the trailing space issue in text decoration attribute value.
        
        2) Changed the SVG export suite in order to make it more reusable for
        other tests.
        
        3) Added a unit test for testing that text decorations are exported
        correctly.
        
        Change-Id: I2bd71974242a0007726fbdd5ef5637a9ec62fd47
        Reviewed-on: https://gerrit.libreoffice.org/19870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-11-28  Yousuf Philips  <philipz85@hotmail.com>  [371eed1eca3620b106070bea98b165e552ac3763]

        Fix wrong use of toolbarseperator in shape toolbars
        
        Change-Id: I812db6b6d2217435bec1b7daf13823747d820585
        Reviewed-on: https://gerrit.libreoffice.org/20183
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-28  Yousuf Philips  <philipz85@hotmail.com>  [a4c8322d2cdd752d299aaeb8a9e9d8d7d665572c]

        Add 'Edit Points' toolbar to View > Toolbar menu in writer
        
        Change-Id: Ia38f80f1e1cfda64aa4219346949135c6904ee77
        Reviewed-on: https://gerrit.libreoffice.org/19930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-28  Maxim Monastirsky  <momonasmon@gmail.com>  [780304aca91284f3f3486977288b017fc4db1a43]

        ToolbarAsMenuController: treat line break as separator
        
        Change-Id: Iea82cba12082492ef413e3a2dc0beb20100ec1b5

2015-11-28  Maxim Monastirsky  <momonasmon@gmail.com>  [ac5d31ee131f5b966946af365c64ce0bb1b0d112]

        New controller to show toolbar contents as menu
        
        Change-Id: I75911a251b0a38874068b95f496496eccc4d05fb
        Reviewed-on: https://gerrit.libreoffice.org/20224
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-28  Nicola Povoleri  <nicola.povoleri@libreitalia.it>  [df506d23a96a489934c948d5f87859ab5313e228]

        Remove unused code
        
        Found by scanbuild.
        
        Change-Id: Ie46c056327747bbcb3a9eb0890cf74be7179ea24
        Reviewed-on: https://gerrit.libreoffice.org/20257
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2015-11-28  Jean-Pierre Ledure  <jp@ledure.be>  [df8bbdcedb3b173682300e015286d07f7cfc69bb]

        Access2Base - OutputTo / html Add suffix default value in file picker
        
        Change-Id: I80d97058221106ce87d696d8142b1e87430513d9

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c098227ca3cd4529cc7b7f6c52ada19753e3f203]

        -Werror,-Wwritable-strings
        
        Change-Id: I01f63a28651c05cf1bba244daa6bd066cc4c04ac

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [77838efb0748689ee77007a92d9a01e03e6dbdb7]

        Use proper return type for DNSServiceRefSockFD
        
        ...which is e.g. unsigned long long for Windows 64-bit (and declaring the
        function in dns_sd.h is not necessary, and the dnssd_sock_t typedef is not known
        there)
        
        Change-Id: Iaa0eb03a83b76200204ba905313bcc27b5007b39

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1eb80742966388b2c209183f951f2924dcd12a26]

        -Werror,-Wformat
        
        Change-Id: I8ac3c45b83961541c4b5d9b2d5dc7193013d806d

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3c63480d3e0f961476df154854a51e50fb536ad4]

        -Werror,-Wwritable-strings
        
        Change-Id: Iba3e60522acc5ef6ee4b9211c68c7f7317c9c4a9

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [872ec271ebc783a97beaed85f8db018c1cda71d5]

        -Werror,-Wunused-variable
        
        Change-Id: I98523b403f2497acfcf49baede87448636ff2709

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [5d7854828d0ff164e7e9bbdd049a396b2c1faade]

        -Werror,-Wreorder
        
        Change-Id: I4e9b0752653f705dc7292838555cc3d429a983d1

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [24065e8f8c3f2d38d013d753a9e09d5fc5ffd6db]

        -Werror,-Wwritable-strings
        
        Change-Id: I396b617ea844c63f4e85ff4e26dd8a631281815b

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [09d4fe3275d089e7200b67bacaf415ed9aa249c7]

        -Werror,-Wunused-function
        
        Change-Id: I3a39ca3a653f16799be1c4cc598f3b9e127e0569

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f6ca10a6508456e543591191e0c05c82ac14e0d3]

        -Werror,-Wunused-variable
        
        Change-Id: Ib7c576caff35dba57727bbb0ed12a7c50be2d95e

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [4c400707ff52f353d8cfa7ce54ac0cf26d64c51f]

        -Werror,-Wunused-variable
        
        Change-Id: I23b4532cffbc9152a36f7f4cfadfc016c93f2706

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [2dd5b6e256a1d07d677080b202d2dbe6f27f26ee]

        -Werror,-Wunused-variable
        
        Change-Id: I1fce689dfda33860623487085c45308d76274f6c

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1ff534a3a048574fc73fc94615ba2de84f16168d]

        -Werror,-Wunused-variable
        
        Change-Id: Iaa58497f5c38dd69a8f98a7febb051cc2e3e5301

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [77a39107b1d629022d3ba8711f7a7051e9461280]

        Silence clang-cl -Wextra-tokens in midl-generated code
        
        Change-Id: Ib7f83de9bd0636cff11c5e75932d2bc8fd8437fa

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f5f63b9f9869b632a89078500ba0a74d72f913e6]

        Silence clang-cl warnings in ATL headers
        
        Change-Id: I42fe7bfcd89c11fe2940bff43d4a8653e0026db2

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3d4da2347ee6ef787902e0af57e7f9635e3bd6c0]

        Remove unused data
        
        Change-Id: Ica186e36851ebcf0f902e7a2b731b6157e8a50d5

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [5f0d57f3c817cd58077575846fe042ce6034ab0a]

        -Werror,-Wwritable-strings
        
        Change-Id: I40f1b0b9fb56e13ab676090aee58f7f642334d3d

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [a8a4441a5fa0ce03b1e864d6d94cf6b68aedd928]

        -Werror,-Wunused-function
        
        Change-Id: I39c81f80b14c1c16cd600ea11cc59d2e1bd311a2

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [cb0529ccb8655a8424721659e19d9b65ec20f92a]

        -Werror,-Wmicrosoft-exception-spec
        
        Change-Id: I71983978713eedbd1250083e607bfadaa824c2ef

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [b2a953f3a41a2f038ba5fee0a36a936d3a36ce55]

        -Werror,-Wunused-private-field
        
        Change-Id: I0a231c3cf0241034d9132067569130c343b98c16

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0cf4249df2eec9499dde7cc384f798f61c98ad9a]

        -Werror,-Wreorder
        
        Change-Id: Ica880a9ea0b613b833897c4ccefcc3ee286b80e8

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f7b287ef12ca316573bcc935fdbad4fd0d5fd188]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I5c96e762c78aaf4ad9e2bd751f45dd1166e9d768

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [458d14360a5a776566ced7ad478f2ad9cda406d4]

        -Werror,-Wreorder
        
        Change-Id: I61c2ee2693ccf150aad1c380c26be7b3a08c57a3

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [e57b7010aa116ad6634a30132315869c9c0f2186]

        -Werror,-Wreorder
        
        Change-Id: I86eb0de03c07d527cfd852f41e1969febf8276a6

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [ded9155d924d8e0261981f9294ddb6486874ed8f]

        -Werror,-Wunused-variable
        
        Change-Id: Idfca7a384f2108af7ef197f255eb5f07933a7322

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [4814ea51560037a7fe0960e5b7e6f616aae8a5b2]

        -Werror,-Wunused-variable
        
        Change-Id: I578ffc1f49e0e101781cb2c8c4160d5ac5be0d8b

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [412ae2c3b3093ad96be79c55deb6e67bf2be029a]

        -Werror,-Wunused-variable
        
        Change-Id: I429175643129021c1f0a35eaaa1bd86ee7dbb23a

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [cf6645cef9e985dc1c11dbb3dfa0e7d7e1ff20fd]

        -Werror,-Wunused-variable
        
        Change-Id: I72a5f707787930c64057c71e5caf9ab726739e4f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [01764a27ae3e0d47847a1cd5fe58ea30b418b2e3]

        -Werror,-Wunused-variable
        
        Change-Id: I13259b76d5fba0bd4dcc99ce8161e8f049dbe698

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f174e02434dd28e11894a4c6807c49c5ce7742d4]

        -Werror,-Wunused-variable
        
        Change-Id: I07f77584b1c8848a17dc2be94a8f90aef2e02ef8

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [31927f9703d8d1fbe90c39c58886bcfdb63e3b03]

        -Werror,-Wunused-variable
        
        Change-Id: I6800b97cfbf2e986c341d8893658f511951bc8f0

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [7535cca0e0da14980ca0821710ebc207faeeaceb]

        -Werror,-Wunused-variable
        
        Change-Id: I107fcb7d73c40597face7bff9aca4eab6952691d

2015-11-28  Michael Stahl  <mstahl@redhat.com>  [5c4ca57923a5409b96b1ac999f6b89c53e52829e]

        Revert "gengal: create an ini / rc file - to bootstrap services properly."
        
        This reverts commit 795c61e052671d4de6a3b9cf77f9c0ad117e064d.
        
        <sberg_> but what is 795c61e052671d4de6a3b9cf77f9c0ad117e064d
        supposed to help anyway?  on all platforms, gengal should already get
        URE_BOOTSTRAP set, either via redirectrc, or via
        extendApplicationEnvironment()
        <mst_> sberg_: so ... you mean that gengal.rc is actually unnecessary,
        and that the problem was caused by a missing dep on
        Package_instsetoo_native_setup ?
        <sberg_> I'm pretty sure a missing gengal ini-file was a red herring
        
        Change-Id: I50ebc360e0e5c75c16f8407cbac6a54753fca272
        Reviewed-on: https://gerrit.libreoffice.org/20226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-28  Michael Stahl  <mstahl@redhat.com>  [47eaebc3b4234b7bcfa790fc2eb584044f1ed8f4]

        Revert "Revert "write a log file about OpenGL driver""
        
        This reverts commit 2ebca292f96494a13a0d0baa8b19dd9010616abe.
        
        The build breakage in gengal was caused by the global variable
        aCacheFolder, which is initialized by a call to
        rtl::Bootstrap::expandMacros(), which initializes the global
        FundamentalIni object before tools::extendApplicationEnvironment() gets
        a chance to set URE_BOOTSTRAP, so FundamentalIni is empty.
        
        Change-Id: I10d8652dab15ee6924ff4ceff17000963975e30f
        Reviewed-on: https://gerrit.libreoffice.org/20232
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-28  David Ostrovsky  <david@ostrovsky.org>  [700f080fd9d85c6f1b3a54ecbd813e42b79591c0]

        README: Describe what LibreOffice is about
        
        Before saying how to develope it, mention what it's all about.
        The text was shamelessly stolen from OpenHUB LibreOffice project
        site: [1].
        
        * [1] https://www.openhub.net/p/libreoffice
        
        Change-Id: I9e018e441c4d3f176d1d21eddb7a65429a9f9fd2
        Reviewed-on: https://gerrit.libreoffice.org/20252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-28  Armin Le Grand  <Armin.Le.Grand@cib.de>  [29dfcc7521311e547fc069466cc3edc9fcbdbe03]

        tdf#94088 add import of HTML inline graphics
        
        Related: fdo#63211 for saving. This one adds the import side, plus
        fallbacks to use the new FillStyle attributes in HTML im/export in a
        SvxBrushItem. Also added graphic import for inline graphics. Comment
        markers inserted at places where functionality may be added in the
        future when the new FillStyle attributes would be more used in this
        content. Unit test checks PageBackground and ParagraphBaground import.
        
        Change-Id: I3f198677db553ad198e0add3162603a4735398f1
        Reviewed-on: https://gerrit.libreoffice.org/20129
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [9e36549c68ecb4d96c56614df5d9f369db95e128]

        dbaccess: small cleanup
        
        Change-Id: Id0a0aa66ffd5788873fa5dc99fcc1b912c0e90fa

2015-11-28  Julien Nabet  <serval2412@yahoo.fr>  [c7f147900e4a0e2d2fbcf2235a750e62ba9a579b]

        Typo: ST_DOCUMETNTYPE->ST_DOCUMENTTYPE
        
        Change-Id: I0067f2b2493f5ecd7430bbcbb3743407199d2a7e
        Reviewed-on: https://gerrit.libreoffice.org/20247
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [80c0767b98c656e844b86bcc4bde93c232ee7bab]

        Work around clang-cl PR25641
        
        "defaultbootstrap.o : error LNK2001: unresolved external symbol
        '[thunk]:private: virtual class com::sun::star::uno::Sequence<class
        rtl::OUString> __cdecl cppuhelper::ServiceManager::getAvailableServiceNames`adjustor{24}'
        (void)'
        (?getAvailableServiceNames@ServiceManager@cppuhelper@@GBI@EAA?AV?$Sequence@VOUString@rtl@@@uno@star@sun@com@@XZ)"
        
        Change-Id: I04b7353305ffeeb316d70ab8408aeb52ea0f7186

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [985d259e7dbc3f04666ee3046fb9a3104663dd65]

        Silence clang-cl warnings in gperf-generated code
        
        Change-Id: Id30e7afb3024d94cacf392bcd72c952d5a2ba5c4

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [bc2fe2249b7d4e472bcb2a7eeb05d5e0e6a37fb9]

        Adapt to true wchar_t in clang-cl
        
        Change-Id: Id127668e6786665b819b7c0b1c0cd424ebff96bf

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0475ab72081016c8a651b9fc6cdbccc31c718cb6]

        Adapt to true wchar_t in clang-cl
        
        Change-Id: I14c2dc0be12151b5d4ea2ba3b65030f6f4494905

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [9c49ece604ae70a166fa032397fe5c904283c8a7]

        -Werror,-Wdelete-non-virtual-dtor
        
        "thumbviewer.cxx(168,9) :  error: delete called on 'StreamOnZipBuffer' that has
        virtual functions but non-virtual destructor"
        
        Change-Id: I34510d54b9a99d8f1f9e8da0236625023c3fd94c

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [b98febded45cea4d20cae284be84ac4b65e27775]

        -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)
        
        Change-Id: I2f170c8ad2ef30f49062fdeee4bcdcf5baf552db

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [feea3810b778fd4054188b11ad6452d4d032c84d]

        -Werror,-Wunused-function
        
        ...since ce59f8851472776f2ea364f7597ac887e77081c5 "INTEGRATION: CWS
        desktintgr03: #i34294#" commented out the uses (whicht got later removed
        completely with 45f0cc2ec176f02592a4e67942b1220f7837ab9f "Remove commented code
        in libs-core/shell")
        
        Change-Id: Icb7f97b72634d07045f5880af33b372be36e66b2

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [fa906e531bd1b6d5e3b9ecef7016f6d67c987fa7]

        -Werror,-Wunused-function
        
        Change-Id: Icb5476f117ec44f5a4dc3026595305293b99fdd8

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [2fe2ca2677d8613140e99da78a6a24a531943260]

        -Wmicrosoft-cast
        
        Change-Id: I205861dd46d635b4b7be87ec8eb84cb70d8bf4d7

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [353b7dde331a30ccad159a5948376fb011cd781c]

        -Werror,-Wstring-plus-int
        
        Change-Id: Ie16ca73ac3d622d00583ef454780f9a01b32d436

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [687d97b96ab97fa8bbd1c5112a0e4b43914c69f6]

        Make Clang version detection work for clang-cl
        
        ...which does not behave as expected with the given command line arguments, so
        just strip "-cl.exe" (and any hard-coded command line arguments following it in
        $CC, but that's probably rather harmless here).  Expects that clang-cl is given
        with an ".exe" extension in $CC (not assuming that and stripping "-cl" and
        everything that might follow could be a bit too agressive).
        
        Change-Id: If99f964dda1369b7d4bbb63b3d634b93c9f935a8

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [d8a423399014b77d58d4546564ea4f44e1a5cf0b]

        -Werror,-Wformat
        
        Change-Id: I60589ff9a5b47bcc3c749238a9cd3d8e910b7ba5

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1cb4fa339159f6d22b28ba2da98284f265ca1c1d]

        -Werror,-Wmicrosoft-enum-value
        
        Change-Id: I50aaeb264c901146c119192cbd961b20117788e1

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [813080fde9c0e168337fad0784cfa4f78eb07191]

        Missing include
        
        Change-Id: I62fd53d6f39349405865783bc44edbb7929664a1

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [aef3bc8b586938df5208bd888ebccfbd4e3a8761]

        Missing include
        
        Change-Id: If88aae978bc7cabe212f645f8eedff14d36c062f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [017aa343a4eb47a7cf7cd129e223a13a94801b07]

        Missing include
        
        Change-Id: I1516acb038f08479cdd4ffd42d5af1e7ec555d10

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6760dc5f168317b3954b852859b2a9548b18a37e]

        -Werror,-Wunused-const-variable
        
        Change-Id: I4331396f5bbc37306c09f0e9a1c6b2969922f66f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [a649689fac426b8114d680b5d7b52f3598cdd6f5]

        -Werror,-Wreorder
        
        Change-Id: I0988cf701dea563e3990b4179879fbcd3778662d

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [adf2c523526eb0c96c7c55cfa71c2e4367b9f614]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ie539b4f3e4295a8dcb1126371e5f2c75e9d723ab

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [dd706ea26dc53e888ad85ccccd7621c0fe2f831a]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ib725e544d058c735e485db1586743746a5236488

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3493c74970f4023490d7e13833c24c9c6d434e18]

        Avoid ambiguity which OUStringBuffer ctor to select
        
        ...for size_t (i.e., unsigned long long on Windows 64-bit), chosing among the
        int, unsigned int, long, unsigned long overloads.  MSVC apparently happily picks
        one of them, but clang-cl rightly complains.
        
        Change-Id: Ib245925bdf9e4a34add6ca435a95559f4f07c4d7

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1ef0dd7aefd9be9e267196b90b53fce19a2fe988]

        -Werror,-Wunused-function
        
        Change-Id: Id53c00a90f4f2d87e469ae4fe4121a5678dff5a4

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [61057a61aba6ff032a50c3ee3629387c1669404d]

        -Werror,-Wmicrosoft-exception-spec
        
        Change-Id: I0a4256047ae0142a03903101036d2a3c8d17429b

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [018b561aa456fc18858060ec2810df856f152ed3]

        -Werror,-Wunused-function
        
        Change-Id: I6103a8539c4d788fff1a7e3c3530a6ec7cd1f0c6

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [e5d211eb8ee90ce7ec5a9acca1caa707f0d55291]

        Remove unused ESCHER_ShadeType
        
        ...apparently a copy of MSO_ShadeType removed with
        e336d7f80fd9f7ada4b12c37f9434df411d28466 "Remove unused MSO_ShadeType" and
        equally unused
        
        Change-Id: If1660faa45c1445c302ac0c9a1a160674691c15d

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [7ecdffbef79bad6fd9b3ada83db56e745ce531ca]

        Don't leave sdr::table::Cell members implicitly declared
        
        ...otherwise, as the class is SVX_DLLPUBLIC and---for better or worse---
        SVX_DLLPUBLIC is shared between Library_svxcore and Library_svxcore, all .cxx in
        Library_svx that happen to include cell.hxx would emit them (as well as those in
        Library_svxcore, of course), and the copy ctor requires the vtable, which in
        turn requires an adjustor thunk for Cell::getPropertyStates, which happens to
        not be emitted into any of the Library_svx .cxx that require it under clang-cl
        due to <https://llvm.org/bugs/show_bug.cgi?id=25641> "clang-cl: vtordisp thunks
        not emitted for functions with class template specializations in their
        signatures."
        
        Change-Id: Ib03b7002f9dfe3c2df742640ef7406cf24a7cecd

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [2283dd0b0a5117fb7b875bf97742f81820f6a1e0]

        Non-implicit virtual SvxPageItem dtor
        
        ...otherwise, as the class is SVX_DLLPUBLIC and---for better or worse---
        SVX_DLLPUBLIC is shared between Library_svxcore and Library_svx, all .cxx in
        Library_svxcore that happen to include svx/pageitem.hxx would emit it (as well
        as those in Library_svx, of course).  But at least clang-cl at /O0 would want
        to put SvxPageItem's (base-class) vtable in place in the dtor, so would also
        emit the vtable, so would depend on SvxPageItem::operator==, but that is defined
        in pageitem.cxx in Library_svx, against which Library_svxcore doesn't link.
        
        Change-Id: Ibfc393c1de3e0bd6621c057d88b1b0f272820154

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [a6608ad5821710092ad92a115f74a9a98da539c3]

        -Werror,-Wunused-private-field
        
        Change-Id: I539326ee46615adfd648acb15cbd3eacfd914989

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [13df75cc5ae49c8225f2011834bec9e9ed5e7971]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ie8cfbb51b706e3b2c1d0b33aef5156438e9c7134

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0f513b1f80a0c176cb3d460943d605f0b6fb0def]

        -Werror,-Woverloaded-virtual
        
        Change-Id: I40a88271b32d81f5857dd41b237e2c486c7059a0

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [2630d44085ae3d5eb5ae10c9588a92635ed43b2e]

        error: ambiguous conversion
        
        ...for C-style cast from 'connectivity::ado::OLEString' to 'rtl::OUString', as
        connectivity::ado::OLEString has conversion operators to both OUString and BSTR
        (i.e., wchar_t*), so both the OUString copy ctor and
        OUString(sal_Unicode const*) ctor match.  At least MSVC 2013 happily compiles
        that without complaining, but clang-cl does.
        
        Change-Id: Ica634cf19c0fcf1dbff377cb503f6ea6c8257898

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f470927e8542170d7c5a08bf16bcceeac1ad46ac]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I607bd38a8cbed1f6b140a1adeb198cf3334a9c5e

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [8fa059fe65af262812fc3e4c499640f80ab73558]

        C++17 nested namespace definition
        
        Change-Id: I49fd2093d619743d0d5aaaa4784bd5ef5bb330c6

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [e54e5ee95975b515efcc285b8357ed40995a3e68]

        Unused forward decl
        
        Change-Id: Id332cdff634be042e026faf7cc75d8eaeb44a13e

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [675fbe9e2d4e3d94d575cdc087c17b0860354fb3]

        -Werror,-Wunused-function
        
        Change-Id: Ic238339b521dbff2d7fbe899127ac7954036300f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [85453425a8d95e9fa70cb9a084c830077e385ef0]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie14d3b3474b7886add80bd6e223e76fbf964144e

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6694e10a230d871a78f27b035d3a7a856cf622dd]

        -Werror,-Wreorder
        
        Change-Id: I27eb5c497985267dd00b5be2fb3c17f8d79745cf

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6adbf1322b7eefa753e680e58b17fa32f67ccef9]

        -Werror,-Wreorder
        
        Change-Id: I0a3384505d8ab7fe70c0dccb93a96d9d3e991367

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [df077447eecd148742c195d4bf0f624f3e51448a]

        -Werror,-Wunused-function
        
        Change-Id: I99246a9de5f266154f9927bff322a0a1697bcdee

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1145de8660691eb295a72fe8216092afdcde6d60]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I41d1e0d5e6263255426efb011c7b4bb5ae6775b5

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0eb27ddf8138e6c91a33817ec938a64b05a4ce82]

        -Werror,-Wunused-function
        
        Change-Id: Id149af78312b205fbf14f0c2438dd4ad741f49ab

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6fc1efd5e899b13f3eefccf60919dd8a44a3e4d3]

        Missing includes
        
        Change-Id: Ieb3066bbd9a34e28e61eebc475f48374bd50a33f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [cff54fb87a25a5445a2110e102a3de2b8226a21c]

        Use Get/SetWindowLongPtr, for 64-bit build
        
        Change-Id: I3041d93f98e491e4600da78a0d1f6100be1177a7

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6228c491582e8e61943b4bab04532d804b20a109]

        -Werror,-Wreorder
        
        Change-Id: I202fee919179c89101a7f2b8a802e14254d768e2

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [0e8c79ab99d284e08a85293e58c94530df69230f]

        Use Get/SetWindowLongPtr, for 64-bit build
        
        Change-Id: I6d763369aa0c142ec0b0b9fb08aeb212eaae7f2f

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6cd09d31f48539d2ba8ae89f0725e6fbef37b920]

        -Werror,-Wint-to-pointer-cast
        
        Change-Id: Iec98a5a3df5dcfcd3fcf658bf27e9b5fe57ffc44

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [caa080ea8020c369183a497a542e5e6ef2ee08ee]

        Adapt to true wchar_t in clang-cl
        
        Change-Id: I215b8215108a268f969106db6f01f876bd0dc0a0

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c091a9f06d37246de61ad8ecc39fe9fb9f9ec7a7]

        Don't wrap glyphy source files in namespace GLyphyDemo
        
        ...as the source files themselves include standard headers, which must not be
        included from within a namespace (which confuses clang-cl).  According to Tor,
        the original intent was to try not to pollute the global namespace, but that
        seems to cause no problems in practice (esp. as nothing from these files gets
        exported).
        
        Change-Id: I204c1db932996a09d16e84dd5c6033caa5362caa

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [9a2764bda6a680f3ffc6afa4b5bd5710d1fda3c0]

        Adapt to true wchar_t in clang-cl
        
        Change-Id: I1ad03056497f39ca294a8abaffd7e069227a704e

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [27b743bd149f5d3ca8b7f48adb501591b65c67b9]

        -Werror,-Wwritable-strings
        
        Change-Id: I85ae9765ed090816c48efd138d9a1a428999dd20

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [cf87fd19258e90aa23cb2a14f4ea220b5f2a9c83]

        -Werror,-Wmicrosoft-enum-value
        
        Change-Id: I4d66cec0f28a22174a3f17ffa5cb783c0bc99a55

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [fd96b916b893fe71464c1e5183f8509010e11c7f]

        -Werror,-Wreorder
        
        Change-Id: Ie05ae7b82c59c7ab27f549210ac305e2cd38b68c

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1e4e78d37c57031a3275e9ede372cf550cf2a962]

        -Werror,-Wunused-variable
        
        Change-Id: Id43e2269b3e81fd7505daab7a5dc0cfe83427ff3

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [d69f9b87c9c7b9a1bf169f3bb514a1adb9c888fa]

        -Werror,-Wswitch
        
        ...5 enumeration values not handled in switch: 'Fax', 'PDF', 'ExternalDialog'...
        
        Change-Id: I9310d728ad076135bcc9dc96ff83ce606d5320a2

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [dc870689ee1ce6d26238c580bfbc41f8a394c456]

        demo-font.cc needs _USE_MATH_DEFINES for M_PI, M_SQRT2
        
        Change-Id: Iaffbccc4d628e861ecf8ed205b89f09b18dfb2e4

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [74bb9f139f9b8fdfa4dfb206d58722da6771bb73]

        -Werror,-Wreorder
        
        Change-Id: Ic84f8b35661f52949f29ea491dd5e7b3faebe37c

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [cca61a221cb7ad240f6bf8e910836a2b4b8dd553]

        -Werror,-Wunused-function
        
        Change-Id: If5243c33723e2ad6d468f9bc44c5187cd19dc383

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [9bed5b335ac0720175a3e316b497920e3e3c5aa1]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I3767aee8c4272f971817757498f05494706ddd0b

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [1cb6ab10f9ace1ce34b72de096885d529fe0d5d0]

        Check HAVE_GCC_PRAGMA_OPERATOR for clang-cl, too
        
        Change-Id: I71997ca604f18601ec98acd2957882a26be38fc0

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [269a3e5c4d9a7b6a15fc7c86ef8bef1dbfe92f7c]

        -Werror,-Wformat
        
        "format specifies type 'int' but the argument has type 'DWORD' (aka 'unsigned long')"
        
        Change-Id: I96d239d2f674ffb30bcd596fc78d42a4af7316a1

2015-11-28  Stephan Bergmann  <sbergman@redhat.com>  [39deec236a3ea839b1a40d40f14eb3a2997cf096]

        -Werror,-Wreorder
        
        Change-Id: Ie24d1776f798923e2583659b2d9898da7c3f1dfd

2015-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [c1c13e6e38b8c58b0def4f462fd0ea3a5b2697cd]

        Add i18nlangtag and ucbhelper to libmerged
        
        Change-Id: I717d3289d63787cd8148d480783092868a60873b

2015-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [8668e044b27ca70de2e5b47741d5ccb2d4418ac4]

        Add comphelper to libmerged
        
        Change-Id: I59af9f5a9d0d3e189280f98bb18e522dc9ebf2fb

2015-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [c6122fe6143ff1efa9f449d46a848cf3071ac67e]

        Make this static WeakReference local to Frame::impl_checkMenuCloser()
        
        ..to avoid problem shown with comphelper added to libmerged. More info in
        http://lists.freedesktop.org/archives/libreoffice/2015-November/071189.html
        
        Change-Id: I2017d87f64f1ae3a1a1cf2e50bce24c05cff6321

2015-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a7c3a2a9be83686657c06f37d521f9f6d2004ddd]

        update to mdds 1.0
        
        Change-Id: I5b6e928ab5a5f2bf84d50f3f0221c0585670d972
        Reviewed-on: https://gerrit.libreoffice.org/20251
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-11-27  Mike Kaganski  <mike.kaganski@collabora.com>  [e963e4788d4d4a493e02d3f6c4b1024f3091c502]

        tdf#61228: Unit test
        
        Change-Id: I297e78acca3881cf4c88f679e96d98e985de22bb
        Reviewed-on: https://gerrit.libreoffice.org/20218
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f1c6db90b519d35e7e6b62adbbd07ad5bd4cabfd]

        macosx: typo: it is unittest-failed-MACOSX.sh not .mk
        
        Change-Id: Ic1e25f3f945e32f2b99c2cfedc4b8d695635bd8b

2015-11-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9affe65c4d398c7f34e184b77c62e5ecd522b8f7]

        update credits
        
        Change-Id: I6f999f36d6ef57dadddd774e6ef60ceb9cb8033c

2015-11-27  Eike Rathke  <erack@redhat.com>  [509cfa40691cf544519872a63335cff4a4d94006]

        Resolves: tdf#96072 export Chart format codes in Excel notation
        
        As for the change in chart2/qa/extras/chart2export.cxx
        Chart2ExportTest::testAxisNumberFormatXLSX() unit test: also Excel
        writes string parts of format codes quoted, including minus sign in
        negative subformat.
        
        Change-Id: I201bb012df818129cbc65de0eee8eca59e57d829

2015-11-27  Eike Rathke  <erack@redhat.com>  [7340872a3450e38a7f820945585a9ee60b2a9d41]

        use SvNumberFormatter::GetFormatStringForExcel()
        
        Change-Id: I4d5f8aa33fffceaa080d8b2ef6a177b4680cf761

2015-11-27  Eike Rathke  <erack@redhat.com>  [2011b5412c4daa47bc5624a2efc996960e19c2a9]

        introduce SvNumberFormatter::GetFormatStringForExcel()
        
        Taking implementation from sc/source/filter/excel/xestyle.cxx
        GetNumberFormatCode(), slightly modified to ensure valid conversion and
        force en-US locale data. Also don't unnecessarily convert if format is
        for system locale and system locale is en-US.
        
        Change-Id: I9223eaa655132b4106a35c94cb0005559d7575b1

2015-11-27  Eike Rathke  <erack@redhat.com>  [ea1db935b085507f11d05f8606a680d521db4838]

        use proper case "General" keyword
        
        ... Excel doesn't seem to care though.
        
        Change-Id: I3697a808d8fee2417f0b0e03dba2b94ceea133dd

2015-11-27  Eike Rathke  <erack@redhat.com>  [2246f478e2505388ab253d08a1d86b897251223b]

        use SvNumberFormatter::FillKeywordTableForExcel()
        
        Change-Id: I83b0cd033ba46dabdde92ed2812398518d1895bf

2015-11-27  Eike Rathke  <erack@redhat.com>  [b55548043e969a6aa4c211217cfc3fb85d50d2da]

        introduce SvNumberFormatter::FillKeywordTableForExcel()
        
        ... to conflate the places that do this on their own.
        
        Change-Id: Idde2173780e0515ad982b4be46fc4df23a7577ad

2015-11-27  Khaled Hosny  <khaledhosny@eglug.org>  [e5cc49dbf139b2d3ca2bbc0c41e7c47d63c11d66]

        Disable code not needed with new HarfBuzz versions
        
        Change-Id: I0526e2375f41f708ea26b5b81731a59de51825b7
        Reviewed-on: https://gerrit.libreoffice.org/20229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2015-11-27  jan iversen  <jani@documentfoundation.org>  [03c37cee476d14d1d8644ccc7ea5c69d74d9c7f9]

        CID#1326472, CID#1326473, CID#1326474 use try/finalize
        
        Coverity requires that closeable objects (use of new) call .close(),
        
        git commit 5a29db7a9945c4cd095799451a6c563d5aeeed57
        implemented a series of .close etc calls, update to
        use a single try{}finalize{} instead.
        
        Change-Id: Iadc9de13d6a0af4b0aaca2dfdd0e2d0940a5223d
        Reviewed-on: https://gerrit.libreoffice.org/19807
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-11-27  Gulsah Kose  <gulsah.1004@gmail.com>  [bc7a490af90d2ec2e68a6385d6daf9720e9b6dd6]

        tdf#84628 Generated eclipse setting file for per module.
        
        This patch generated a setting file for per module. When imported the
        eclipsesettingfile.xml, underlined include lines are clearing up.
        Setting file includes included file paths for per module and provides
        correct build. .project file generator deleted because eclipse
        is creating .project file and overriding it.
        
        This adds a new property to the parser that stores each module.
        
        Change-Id: Ia10bb37c7c3fdb444a5b79ddf502b962e8ee5736
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>

2015-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [4245d367eae1ffdfffb292207f5e0fcf91fc3a22]

        update jenkins' profile
        
        Change-Id: I9121c02b07eef1b1eddd78dbb0c903b837b82f14

2015-11-27  David Tardon  <dtardon@redhat.com>  [4f088f78050ec1c831b31b3bf3d4e8d5197c7daa]

        upload libmwaw 0.3.7
        
        Change-Id: If0906297e6da53086759f12170bb5d3be69d162b

2015-11-27  Stephan Bergmann  <sbergman@redhat.com>  [e3e860eccc55e0dac542e680e1b83aedc24df7d1]

        MSVC fix
        
        Change-Id: I41902dbeac80f73f7991c835b66e2bbc7421d3b5

2015-11-27  Stephan Bergmann  <sbergman@redhat.com>  [2759ea0e64adc1d113fdd2b568a317999fa16cfb]

        No need to extend css.awt.XToolkitExperimental
        
        Change-Id: Idbaca99c9376ade11cd36526c0f667562a2d9c53

2015-11-27  Stephan Bergmann  <sbergman@redhat.com>  [11a8e72a5fddd020ce03fd4c7815dda98c2b75f7]

        loplugin:passstuffbyref
        
        Change-Id: I10353a94ca12cf4af18f498464610d48477f11f4

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [08bd772ce46a2e31019058bcd991580338093c65]

        type punning is all fun, but lets only use it when its really needed
        
        Change-Id: Id6726d85f8f99020b7d13d7dc15448379249b2fa

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [08fdc4f365e84bcb7fa22a96b0399d4c2e902e28]

        simplify options here
        
        Change-Id: I9faa4ea8aec6ecd439751323b76bf2d8b071e4ac

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0168313e95c7c00fb92e30088c8a12353e82c2c2]

        reorder as we are touching this already
        
        Change-Id: Ie00f27203a28a139de073102428fe9b99db507ea

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe151f719d33128139f01bed89271c02849336a4]

        keep containers in a map to simplify things
        
        Change-Id: I20db506fb232c408b7b96e3b1a54da44f342d8bd

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1e44f3d60ebe3e31e2b4075c1a10dc6a6f2db449]

        make ResId another member of entries table
        
        Change-Id: I80e1047e43e6871520f004ec0f68f96d5a742115

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5a43b7645f5c73620b3a25bb9e4d75c6f9114800]

        remove boilerplate
        
        Change-Id: Id06e8bfdff74a9cfecd74bcae4daa70782e684e0

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3ca42d8d51174010d5e8a32b96e9b4c0b3730a53]

        reduce boilerplate
        
        Change-Id: I726d824d6b6c42e7e395a99a6b3b6019d91e764d

2015-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c50e1c442b0be43f27a0f89ef33e524064d93456]

        use one styles vector instead of multiple tables
        
        Change-Id: I276f2fae8083f3131fa3ff92fc7633c0f88a3ed6

2015-11-27  Stephan Bergmann  <sbergman@redhat.com>  [d7ceaae4cd1b31edb92c4a0987048b3405b3d346]

        Missing includes
        
        Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [b1b8d82558089dd0979f7c70c4004479a6355616]

        gbuild: document BUILDTOOLTRACE variable
        
        Change-Id: I17ebccb268e317346ca05d6a112ec33357684876

2015-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [106ab783999d27d9d965ef570d6a02f0f6c57fbe]

        starmath: Kill unnecessary cast
        
        Change-Id: I714c11941cfed207f10a5048a14b4cf72b4f255c
        Reviewed-on: https://gerrit.libreoffice.org/20222
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [26c32cfee9fc9a769adba19f455e4d6c13b6d89d]

        Resolves: rhbz#1283426 using vdevs based on now dead physical devs is unsafe
        
        This is the same problem that
        
        commit 133e04fc1a870c0aad207e82eefeeeceaba5dc6d
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Jun 17 09:23:32 2015 +0100
        
            Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyed
        
            not just when the GtkSalFrame is dtored
        
        tried to fix, but that just made it more unlikely to fail
        
        Change-Id: Icba750c787adb6cd5c5ed0874ef07e6201c4cf25

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [22a35a56b385b1a08d20eb609f35ab506cc8333e]

        try to get this working on linux baseline
        
        Change-Id: If17327385423d62eeb201e6754a7a45f0640c2f8

2015-11-27  Xisco Fauli  <anistenis@gmail.com>  [33e49a3b6655c1503dc81b583f5016fc3b2fda19]

        tdf#96046 SVG: use the same PPI as in svgio
        
        Change-Id: I211dcc6fb242cfbd05636d42a811523de8e83be6
        Reviewed-on: https://gerrit.libreoffice.org/20182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [49a32f4b2f1773df353bfd05af2f81d560025d18]

        replace a MessBox with a MessageDialog
        
        Change-Id: Icf8cf2288f8d7000d885f8f63d39c294a0fc596b

2015-11-27  Michael Meeks  <michael.meeks@collabora.com>  [414530e9b24313c04f0151f50b12e26bfe785f54]

        Catch exception when online update is disabled.
        
        Change-Id: I21d668a288883b739180c6f68397fcc7ecff7885

2015-11-27  Stephan Bergmann  <sbergman@redhat.com>  [69858a99c9b566303551a1bff91172917c5d624f]

        gengal script calling gengal.bin is not needed on Mac
        
        Change-Id: If965ab126be497a7b2af227a843aeb746901def2

2015-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5eec1c31e7c9f3c55f199f82dd6d3017bfe4d1e]

        sw doc model xml dump: recognize RES_TXTATR_META
        
        Change-Id: I9283b8c9aa4bc87b3b65faf18258f590125aa6cc

2015-11-27  Aleksandr Andreev  <aleksandr.andreev@gmail.com>  [33a774bb1ff7b1af48b3a534b53dd3843a279eac]

        Adding native number support for Cyrillic numerals
        
        Change-Id: I054786a97b6f0e6ba3fe3b824ff9ff9748d8be4a
        Reviewed-on: https://gerrit.libreoffice.org/20013
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [b33236bfd25333513823e69fac1bc833ee4b5f6e]

        missing string resource
        
        content.cxx loops over CONTEXT_COUNT so there can't be holes here
        
        regression from
        
        commit 63aa32b726e482c49b2aaae9cad8a7beae3653a4
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Sep 28 17:05:40 2015 +0100
        
            move strings out of widget
        
        Change-Id: Ie189e2a910e02a96bc8e1450a2f2b03afaf466ac

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [fa7708def7601bd07cb7642dc444993d7f8f8587]

        mutex used in post-main dtor
        
        Change-Id: Ia4f4def1fd58d82a7c994114e45a36227269671c

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [5b9062a229611258153bd08296844d92fe3eb0d5]

        crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGrey
        
        Change-Id: I25c6fe1bd1df568911838ab161a130f8b0571e16

2015-11-27  Caolán McNamara  <caolanm@redhat.com>  [759eb79d886b70c7e7ab86b48e63d1b627b7dc44]

        give useful details in non-debug mode too
        
        Change-Id: I5a3be096ad4417735254abb387b21029e636f5b8

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [d764100d620ab8331a8d6bb80984ace09ec65b5c]

        try to fix gengal dependencies
        
        The component files are not necessary as gb_Executable__register_gengal
        already adds the service.rdb; the gengal.rc is insufficient as that file
        references fundamental.rc which is missing, so depend on the Package
        instead.  Also, INSTDIR is wrong for cross-compile.
        
        Change-Id: I30711a51e04539832657a242d2573c626b1cf8ec

2015-11-27  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2ebca292f96494a13a0d0baa8b19dd9010616abe]

        Revert "write a log file about OpenGL driver"
        
        Caused enduring build breakage on Windows for gallery contents.
        
        This reverts commit c0772f7037794e1cea578a8833c79730fbe448c2.
        
        Change-Id: I4cd0d51b5dc88426cfef458e1b889c9d8abf9932

2015-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cc460e733b510064bf3ac4b685ab0da6fd86991]

        CppunitTest_sw_uiwriter: loplugin:stringconstant
        
        Change-Id: I818056164f9e41ac3b75a92ebfee06e0a1535b8a

2015-11-27  Michael Meeks  <michael.meeks@collabora.com>  [a8860122fecbaa932a48f41a38077f621275be9d]

        Mend gallery build dependencies for OS/X and add services/services.rdb dep.
        
        Change-Id: I628b7986253108a6f9ea8eed28ae3b3f0f8b91b1

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [a933990a3f24f7c3ed40500f782f6fcb25462824]

        xmlsecurity: fix DrMemory warning
        
        Presumably that was the intent?
        
        Change-Id: Ibfca90041d6913827d2f329bab448afe4d725b46

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [2fed793e19e355ead5a1d6703835c86fb5ac02c0]

        xmlsecurity: remove some dead code that is guaranteed to crash
        
        Fortunately currently XMLSEC_NO_XSLT is defined anyway, but better
        remove it.
        
        Change-Id: I1dd2aa57356274dacc99cc7def2d308884263289

2015-11-27  Varun Dhall  <varun.dhall@studentpartner.com>  [4bd0739b5b2110b428180c270f5f5f8722ff0b0b]

        Added Test for tdf#94804 cross ref bookmarks created with wrong prefix
        
        Change-Id: I9cc5a703ce613c3e0331da9b49fe660e31f64586
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [4033537b3aa3aefe1cfc9ceba71e780f7c23eb08]

        typo
        
        Change-Id: Iebd5637328e905502d02a97b5294c67892688ecb

2015-11-27  Michael Stahl  <mstahl@redhat.com>  [951494c8cbac6fc5aa491c3780d2659fedd013d3]

        get-bugzilla-attachments-by-mimetype: add gnumeric
        
        Change-Id: Ib47308a9575a15aaa5b2d650cb4f1b78b1a5ad27

2015-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc269d07e8e5d71818bc0a546c3daef4d50eb1c7]

        Use comphelper::containerToSequence()
        
        Change-Id: Ic4a8521192e07f6851ebff47e83f41c5b1c7d8ce

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [bc910480d685576faa13c92ec7d0b6c0e3c968ed]

        Attempt to improve gallery generation dependencies.
        
        Change-Id: Iab196e87e0eb4b063d77fe4af10c58b8355665c4
        Reviewed-on: https://gerrit.libreoffice.org/20210
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [1fb58d29f771441bbe550af52c9e85483125a47c]

        smoketest: improve docs.
        
        Change-Id: I794c4b10d9ba5cf694c51bb9a32244fdb07e49bd

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [88b78bfb16a564b012559ebaf324e93835cfd6c4]

        -Werror,-Wunused-private-field
        
        Change-Id: If8faa69302775cdd24bc6f45713eb246c9210745

2015-11-26  Michael Stahl  <mstahl@redhat.com>  [6b203d5050b5ca2aa556246e104eae0e7209e67f]

        formula: fix build, undef Idle
        
        Change-Id: If256bba5d8207a955c06713db7141831b53324c7

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [f354cf8cc0065a62c8e57430d1a06cb380458967]

        -Werror,-Wunused-private-field
        
        Change-Id: I71f5aacb3b9370c1ff137faeb6f98ad889010f03

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [5304bef5ffe7c7269f5293683916d19d3997a1c2]

        Cleanup last, partial include redux patch.
        
        Change-Id: I1f6f9d4a1b7fae33529ae386e8733b5063de53b0

2015-11-26  Michael Stahl  <mstahl@redhat.com>  [e1628be85186ac695e8b343a99687c58ba579ca5]

        vcl: fix build
        
        Change-Id: I51d992e9befc78f6e429480e29bfb78e9be87ac2

2015-11-26  David Ostrovsky  <david@ostrovsky.org>  [db8074cb7b1e8453d05ca361030b0ccd1801d368]

        Mork: Reuse profile discovery from mozilla bootstrap
        
        Mozilla bootstrap driver is used in xmlsecurity to discover default
        profile and induce the path to the public keys file location from
        certification authorities. The same profile discovery code is used
        in mork driver. Remove duplicated code and re-use the service from
        mozilla bootstrap driver in mork driver.
        
        Change-Id: I6bc271ccf75e89eb81767186ddd9078c1f64b73d
        Reviewed-on: https://gerrit.libreoffice.org/20111
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [795c61e052671d4de6a3b9cf77f9c0ad117e064d]

        gengal: create an ini / rc file - to bootstrap services properly.
        
        Change-Id: Ib2042d6419dafcd62aaec95efb844cb09833c266

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [ed6aceab08e1c3951e1e33aa3d8070c57589b5db]

        vcl: reduce pointless timer / scheduler / idle includes.
        
        Change-Id: I8bf7f8d6ba1a54f2969e055956fadc52ff6c8673

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [bc8dcb2b5db706c8c5bdd6cf3ac1311d6625d962]

        -Werror,-Wunused-private-field
        
        Change-Id: I70e753b1532fe465d378b8b4b0bbd2b7582130fe

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [e65233abd48c290448c361a75a90a0a9e5652062]

        -Werror,-Wunused-private-field
        
        Change-Id: I4649381a330bc4e9d4f419137f0393f6f35bea17

2015-11-26  Noel Grandin  <noel@peralex.com>  [93ca2247212118695d27ec13d6eedc4d3e512960]

        com::sun::star->css in xmlscript/
        
        Change-Id: I8ead2862ef429a0ac3fc16fe6ca5dfc9e5f549bc
        Reviewed-on: https://gerrit.libreoffice.org/20193
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-26  Xisco Fauli  <anistenis@gmail.com>  [fa17cfd7e006c73f1360a5a974f38d9875f347c5]

        tdf#96046 SVG: Parse 'em' and 'ex' units correctly
        
        the problem is that real_p parses the 'e' in 'em' and 'ex' as the exponential 
        operator instead of as a str.
        Change it to parse sequencies like: (11) (1.1) (1,1) (.1) (,1) (1.) (1,)
        but now the parser returns a std::string so we need to convert it to double,
        and make sure the commas are converted to dots too.
        
        Change-Id: I913be7975e7db1be4773f528fd0d586db67c9461
        Reviewed-on: https://gerrit.libreoffice.org/20181
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-26  Mark Hung  <marklh9@gmail.com>  [4424daa225e73d291a3fd64d369cdda5857f3d51]

        tdf#91288 Does not display traditional Chinese variant of
        
        Noto fonts correctly.
        
        LanguageTag()::getLanguage() would always return "zh" despite
        traditional Chinese were choose. hb_language_from_string()
        requires iso639-3 language tag except for Chinese, so
        we use use Bcp47() language tag for Chinese to differ zh-CN and
        the others.
        
        Change-Id: I6700a79a9c49a97d840b430def77741912935f72
        Reviewed-on: https://gerrit.libreoffice.org/20027
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [e0147611615e22414669d49b639e8d9a4b843c5b]

        -Werror,-Wunused-private-field
        
        Change-Id: I7e00f9b90fb910a8ac0fa934887d276ef2e0ba89

2015-11-26  Michael Meeks  <michael.meeks@collabora.com>  [fbdeef6b7f74a3602792d178b1e750020b2cac89]

        vcl: fix event processing to idle - for JUnit tests.
        
        Change-Id: Ibeb1f6627815fc34c6e166357c88e076b75f6abb
        Reviewed-on: https://gerrit.libreoffice.org/20197
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [efa5c54373f6fbfdbb993bd3e1c30dab42e323c6]

        -Werror,-Wunused-private-field
        
        Change-Id: I3f328023d99d3505ab2ce2a80eef82d84d81446e

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [e336d7f80fd9f7ada4b12c37f9434df411d28466]

        Remove unused MSO_ShadeType
        
        <sberg> vmiklos, any idea how useful the definition of enum MSO_ShadeType in
        include/svx/msdffdef.hxx is?  Neither the type nor any of its enumerators are
        used anywhere, so it's rather glorious documentation of some (presumed) MS API
        
        vmiklos> sberg: doesn't look too useful, i guess the context is color shading in
        binary MSO files, but then that's handled in
        filter/source/msfilter/msdffimp.cxx:1069, and the ShadeColor struct already
        describes what is in the spec.
        
        Change-Id: Iae4c12828179173368ff17128bcaa80edaa3db23

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [c4ecd6c49307127823375b8ed6e3033441325015]

        That SB variable was a temporary debugging aid
        
        ...inadvertently checked in with 7bcf64c29a0f5d3d2d60fe98afadab6e48dbe8b3 "Add
        isReadOnly() support to simplified configuration access"
        
        Change-Id: I9b8b477f682605fcdcf65f8e1255524d010495be

2015-11-26  Michael Stahl  <mstahl@redhat.com>  [e6e409b684f9b046dcde9f0615018508f769c369]

        vcl: OutputDevice::GetTextArray() should always init pDXAry
        
        CppunitTest_writerperfect_writer file libmwaw/pass/Acta_1.0.hqx uses the
        font "Courier", and for unknown reasons we can't properly load that
        font, because the PhysicalFontFamily::mpFirst for "courier" is null.
        
        This causes OutputDevice::GetTextArray() to fail to create a SalLayout
        and return early before initializing the passed pDXAry, which then
        generates lots of DrMemory warnings.
        
        Let's hope the callers are happy about an all-0 pDXAry.
        
        Change-Id: I07b29a59660cf5cd060fd77da5d96021f9d8f9f5

2015-11-26  Michael Stahl  <mstahl@redhat.com>  [b6e354b26bfe2c0790c5817cba3cc3a6dad910b9]

        vcl: warn if we can't set a new font in OutputDevice
        
        Change-Id: I7708590d0c8564271f76e8b80adc566022e6916e

2015-11-26  Noel Grandin  <noel@peralex.com>  [a508f639a033cefe10ad78a09d3b3c46c162aad9]

        mark UNO structs as SAL_WARN_UNUSED, where possible
        
        Change-Id: Ie3de518f60c9f1313c68df54dbdc1fb2804f1f0d

2015-11-26  Noel Grandin  <noel@peralex.com>  [abc6071b7a8af354a56c91e4caecd8afc79f55cc]

        loplugin:unusedfields various
        
        Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d

2015-11-26  Pedro Giffuni  <pfg@apache.org>  [7c2edb3a67cf2e156f2134dc8f56fb6aac3045e2]

        i126615 - Allow build on FreeBSD Mac PowerPCG5
        
        These appear to have been missed from earlier effort
        
        Brave attempt by: Curtis Hamilton
        
        (cherry picked from commit abb9cd92ab4614d606df8ced0d57916dcb04289c)
        
        Change-Id: Ia778e090c46220d83388ea1a9485b9009787f191

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [bb1b341c94837915f86eafa2360d0af0cd52efe3]

        Avoid implicitly declared members of EDITENG_DLLPUBLIC class
        
        ...implicit definitions of which, under the MSVC ABI, would need to be emitted
        into every editeng .cxx that happens to include this file, but which would fail
        for the
        
          VclPtr<vcl::Window> pWin;
        
        member wherever vcl::Window happens to be incomplete.
        
        Change-Id: I0a1cc61af086f3a3235a995c34834bc131531b84

2015-11-26  Noel Grandin  <noel@peralex.com>  [80735fcbb0503ff1de198d1d9936fed9f5ae77a2]

        com::sun::star->css in xmloff/
        
        Change-Id: Iee6e21e093fb1383f19a0716dbc1c341f446b8c2
        Reviewed-on: https://gerrit.libreoffice.org/20192
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-26  Eike Rathke  <erack@redhat.com>  [4112ecadd53f7ae48e007dd5024f077aca305062]

        TableRef: write <tableParts> before <extLst>, resolves tdf#96049
        
        Excel expects this order, so let XclExpTables be managed as
        XclExpRecordBase in the sheet's XclExpRecordList.
        
        Change-Id: If2cefc255c74688661e861a26218564117b1e3ce

2015-11-26  Caolán McNamara  <caolanm@redhat.com>  [7caa7ed28356490cd00eb12832509758300da8fd]

        restrict this for > cairo 1.10.0 for now
        
        Change-Id: I845a1b045a4e83c35cf1a837c7e520e3b0890c29

2015-11-26  Caolán McNamara  <caolanm@redhat.com>  [5d7bd6b9299946ea2cc5760c5fd2338b3ec4a902]

        default to trying the linux bridge for all linuxy like things
        
        Change-Id: I1fcf3afadefcd5af472523fd8fca123fb3ab4095

2015-11-26  Caolán McNamara  <caolanm@redhat.com>  [4584e3a6df74b1d83c077f3b33a6515c2aab1aa5]

        test for IsMouseCaptured before releasing mouse
        
        like the other call sites do
        
        Change-Id: I77250f172f9d9ce97e5982bafbc8f042e9343acc

2015-11-26  Caolán McNamara  <caolanm@redhat.com>  [5e1546ccbce1c8fcea16c191edc1409da04c9193]

        downgrade warning to info
        
        Change-Id: Ia607226f73020396e3f47a13d304272b0143668c

2015-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [16677bbdb8584b9cca195deaeba736cb62babe19]

        compilerplugins: adapt comment
        
        ...after 49c2b9808df8a6b197dec666dfc0cda6321a4306
        "bin/rename-sw-abbreviations.sh"
        
        Change-Id: Ibd74246403bead8100d181b335f9145013f31e5e

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [d972dd9ad80fcfb007ad1689a6afdbcbe24d0f54]

        SfxStyleSheetBasePool::Count returns sal_uInt16
        
        Change-Id: I2485fd38d03bd63ae83e3643771767e533c7da83

2015-11-26  Stephan Bergmann  <sbergman@redhat.com>  [88309564142eecc86e4d30a917032637d5c48e2b]

        Adapt whitelisted names
        
        ...after 49c2b9808df8a6b197dec666dfc0cda6321a4306
        "bin/rename-sw-abbreviations.sh"
        
        Change-Id: I90cec551bdc52ea4d76dd9e32b45692e8a3be70f

2015-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [21713893a4a4ac199d0bf3edb00a1c50082b03d8]

        cid#1340232 uncaught exception
        
        Change-Id: Idb80a055aca67a3fb90aef597ace932f47af8e05

2015-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca8a0396443be9351d673559ad38776f45340d57]

        cid#1340231 uncaught exception
        
        Change-Id: I69f2078093c2c23ae0a02a6a292e51fdbdde9ed4

2015-11-26  Maxim Monastirsky  <momonasmon@gmail.com>  [ff35d252ff247c55c1004cce6676af8f881a2e68]

        tdf#93837 Add UNO-based SmartTag menu controller
        
        ... and use it for the standalone context menu. The sfx2
        controller (SvxSmartTagsControl) is still used for the
        submenu variation, and is due to be removed after the new
        context menu implementation is in place.
        
        Change-Id: I2f889428eb777149f43d74cf3d081e19ab0ebb4a
        Reviewed-on: https://gerrit.libreoffice.org/20169
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-26  Noel Grandin  <noel@peralex.com>  [8d6136206f26dbee773ffaea18a0f37c17e55024]

        Revert "no-one passes explicit values for these defaulted params"
        
        This reverts commit 97978f7f015e042e72ec2bf0f3ba1652ecbcc5c5.
        
        breaks unit test CppunitTest_sw_ooxmlimport

2015-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c13f5bc2bcf7c7229896312ab8704840780d6675]

        Use comphelper::containerToSequence()
        
        Change-Id: I8c8277d47c2ab0e2bf5fad68bbfc45dea71d6c34

2015-11-26  Noel Grandin  <noel@peralex.com>  [ce5024ad52f38df064610bdba0409896b6f912c7]

        loplugin:redundantcast
        
        Change-Id: I3fd7b6f8215bdd9e482cc81522a70cabc0080c4f

2015-11-26  Noel Grandin  <noel@peralex.com>  [3d8a01b0c85ee7c573f5da3fb51e3a0d654ae2cd]

        expression result unused [-Werror,-Wunused-value]
        
        Change-Id: I57b44c1997ac286fcb4caf8e3027e3b5996fc377

2015-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [b2b4184edb388c72ef9e68e7bcd974a3d538a152]

        starmath: Prefix members of SmCaretDrawingVisitor
        
        Change-Id: I9d033a67f6073f3da368f8241ac48c7d391b89c9
        Reviewed-on: https://gerrit.libreoffice.org/20080
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-26  Noel Grandin  <noel@peralex.com>  [97978f7f015e042e72ec2bf0f3ba1652ecbcc5c5]

        no-one passes explicit values for these defaulted params
        
        so just remove them
        
        Change-Id: I9b883d9e10bf5bf156fa4b85f45ade54ccd50878
        Reviewed-on: https://gerrit.libreoffice.org/20168
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [766524b13b3e69cc16cf19b826f62222d7f15ea5]

        vcl: further fix debug name cleanup.
        
        Change-Id: Ia95c4893773bec77fe2ddf1a85e8687ab6776e10

2015-11-25  Andrzej Hunt  <andrzej@ahunt.org>  [1abd8d9e00497940c45ed70154ecb10dd806fe7b]

        Convert to range based for
        
        (This was also used for testing loplugin:rangedforcopy)
        
        Change-Id: I246994feb7bf66d337b76e3f02d7fea2cb13d42a

2015-11-25  Andrzej Hunt  <andrzej@ahunt.org>  [96ee91aea6710dcc1797d677f8faef453ba919b2]

        add const in ranged for
        
        Change-Id: I0f55705e101e39e9e6e5286f21cad8ccb96e7fad

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [87d41e3b7d0cf000346ec412ae5af10a6d162849]

        vcl: cleanup scheduler debug name usage.
        
        Change-Id: I94975d220452ca91cbbd9db5e7895fa0b3a88e4a

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [10a451e97992ce42db3cefa3bffb883f310767c9]

        vcl: don't treat non-ready timers as idle handlers.
        
        Fixes the busy-loop - 100% CPU all the time.
        
        Change-Id: I965f62d6a6f2ec1830c0897dd97179a739c70afc
        Reviewed-on: https://gerrit.libreoffice.org/20186
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [9c554c2c8cbe7124b32dac7107b5d863feeaa483]

        vcl: improve scheduler debugging information.
        
        Change-Id: I6f7d7d3b5b027097417a15804a42aaaab4a03158
        Reviewed-on: https://gerrit.libreoffice.org/20185
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [458f01c577c5340e07b345d228fe3d847cc6a5b1]

        vcl: timer - avoid expensive and pointless re-fetch of current time.
        
        Change-Id: I1423de820ec40340d2ddb9030106b813e488f2f3
        Reviewed-on: https://gerrit.libreoffice.org/20184
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-25  Jan Holesovsky  <kendy@collabora.com>  [55d0a5e43c968798fe52587f9dae256d94e9ce53]

        rename-sw-abbreviations.sh: Avoid test documents in complex tests.
        
        Change-Id: I596cac73218c30edc6e9c41555a120877cd5ee47

2015-11-25  Pedro Giffuni  <pfg@apache.org>  [c6dbbdf851911e0e3ae424245f1e088a3e689141]

        i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris
        
        GCC in Ilumos appears to behave exactly like the Solaris SUNPRO
        compiler so generalize the case for Solaris.
        
        (cherry picked from commit e1da117c49fc02af9543e32526bf1c04657534c4)
        
        Change-Id: I3fa619f34c35608b187c3aa394552ac78c3f0c20

2015-11-25  Damjan Jovanovic  <damjan@apache.org>  [d5443023effb6231496f1231026bcd040d311408]

        #i117960# Basic: Line Input doesn't work in single-line If
        
        i92642 added the ability to use certain keywords as variable names (eg. name = 1, line = "hi"),
        but also caused a regression where "Line Input" is broken in single-line If statements.
        This patch fixes that by allowing Then and Else to also be the start-of-line tokens expected to
        immediately preceed the "Line" token in order for that "Line" token to be recognized a keyword instead
        of a variable name. Also added FVT spreadsheet tests for "Line" as both a variable name and as "Line Input".
        
        Patch by: me
        
        (cherry picked from commit f8a51d0f5a645704bc2bdc939474ac931d55559c)

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [db884459a0e250122f8bbcc906107ce424f1e955]

        gtk3: use cairo to do drawAlphaBitmap with scaling
        
        now we're beautiful
        
        Change-Id: If688a89c3a65b7f9bb01890f8ddc81fc6cc8c2b8

2015-11-25  Michael Stahl  <mstahl@redhat.com>  [ce79da83338b1a9eb11214c24c456f858b6e1daa]

        sw: un-break JunitTest_sw_complex
        
        49c2b9808df8a6b197dec666dfc0cda6321a4306 changed a binary test doc
        
        Change-Id: I77cd86ce3eccfc701f54630870045e04244ac048

2015-11-25  Michael Stahl  <mstahl@redhat.com>  [ba369045f605e76ad60d6828efcd6c316dea0da5]

        vcl: SalEnumFontsProcExA is unused since 2010
        
        Change-Id: Id1b1de27752a6b8a74ea3521b53c38f032bfa24b

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [4fee13c30eb7b67fd1c97466955742536265687c]

        gtk3: of course we have a different 1 bit mask format as well
        
        Change-Id: I02763bc1dfeec4a04f40fa0246cdc93eab6d6d33

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [528417fb3ca30d028aece6867a5c2a079097d5e9]

        presumably if only one theme has an icon, it should be in the base theme
        
        Change-Id: I90e1e147357d6509024f807bc2f777141e79b586

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [213c0267c8c239eae9c2b00bdf737aaf678360e5]

        downgrade these warnings to info
        
        quartz doesn't impl them either, so presumably its not too bad to
        not have them. Can't see anything visually ugly at the moment
        to warrant the effort.
        
        Change-Id: Ibf6119f549ab6712d3f1aca18e2cdab905f00030

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [40e597bcab4d2e9ffaac429d7ffb0a80fd75bb26]

        Fix thinko; thanks to mst.
        
        Change-Id: I6dde11f291b09db82f14674d69b84093989eed28

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [713850c47841036362fdff0bb24669f3fa3a79e5]

        coverity#1340224 Logically dead code
        
        Change-Id: I206701fa068c788f77307a649a607316473e6105

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [f339cd61186844d285b79d2e3cfb8da9e613ce49]

        coverity#1340229 try and silence Resource leak
        
        Change-Id: I5babf6365c50b7c5ad58cdb74729b9a8ac1c4ebc

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [3c100a9c61ac984983d077e294c32b388d70d892]

        coverity#1340228 try and silence Resource leak
        
        Change-Id: I654fc22bbab2301e74cf200577f934e56f77fb58

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [8244fc2655e37f178f32d63133edf08def8f62c8]

        coverity#1340230 Dereference before null check
        
        ah!, the original code had a type in it. That's
        why it was refactored to remove the null check.
        
        Now a proper fix for cids: 1326180<->1326190
        
        Change-Id: Iba7fd47c03eb5c157f878e0e297e8688f20ae348

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [378f500bf64e96a92132fe5f965a6503db416183]

        coverity#1340222 Logically dead code
        
        This is (worrying) fall-out from
        
        commit 229fc164dc1773484b74eca016863cf68860e81b
        Author: Philippe Jung <phil.jung@free.fr>
        Date:   Fri Jul 10 17:02:44 2015 +0200
        
            Impress: Rework the way the display modes are presented.
        
        Change-Id: I00d19b2d3cec4d505d17ba4031f6763c86395f74

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [f4ac785494ac056535d2ff12ac59b909dafa4bab]

        coverity#1340227 Missing break in switch
        
        Change-Id: I30ea6cea81ae1b4f344e253c7a51cfef4d844128

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [c5bfac3f26dab2308b5a9797876927d410ac7876]

        coverity#1340226 Missing break in switch
        
        Change-Id: Ibd1c15ce65501d4dc6d0cea8c8e5f4e683d1b7a4

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [43e2b417970cb7968430a1e9ef2a5fb54af8434c]

        coverity#1340225 Missing break in switch
        
        Change-Id: I9f76340ccdb32f4337d0ebe85e9957fe8a3b19f9

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [d05ae550316e3dc5afe799c7d6cf83f02e37d69b]

        crashtesting: failure on File_1404.docx
        
        Change-Id: Id984cc1f5954be38fbe3a1a15bfe811d7cdfe99d

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [c1774eb6a34d68b8a083ce1e919d634b700583c4]

        gtk3: implement drawAlphaBitmap for svp/gtk3 backend
        
        mostly anyway
        
        Change-Id: I21d7f46ba018c3ed81093873da35b883efa44d66

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [872c1b7654510daa4a6974150490623745d931bf]

        gtk3: it's the *Original* device we care about, not the temp clip hack devices
        
        Change-Id: I2ac61cd2a99da25122165af692154fdbc2ac6d2e

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [3d22df17b33d6c66c3b7441bd220712ada53e667]

        gtk3: implement drawPolyLine for svp/gtk3 backend
        
        by stealing the quartz impl
        
        Change-Id: I548042328144e23c68b83e461a63cdb0d7d8ff2c

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [ac49efde18b7668b7ef454306ad6912f2d66152e]

        gtk3: track what needs to be implemented
        
        Change-Id: Iff2a651384cc96f541dba2f9e134c7463619c62c

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [a6d5c7dcd96b3f8bd15d5a31fc55afc1da8c101b]

        gtk3: stroke as well as fill
        
        Change-Id: I1c46f38927c48070e5739b99de96d61943837a14

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [f43c9aa5eb2f97c052dba101db5a3d31b4baf802]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id1615ac223cd6257a419e8abe39b5121d4c16ca4

2015-11-25  Lionel Elie Mamane  <lionel@mamane.lu>  [11f1029be5ad2cc8c69de48a139504d6e4df0565]

        assign macro dialog: correct event name "errorOccured"
        
        "errorOccured" is an English spelling mistake, but is the
        name of the event, which cannot / should not be changed for
        backwards compatibility reasons.
        
        Spelling was boguously "corrected" in:
        
          commit 60a9b5172bcbd90b5764125b76279c189dd5563c
          Author: Takeshi Abe <tabe@fixedpoint.jp>
          Date:   Sat Dec 4 12:56:38 2010 +0900
        
              Replace all occured, occurance etc.
        
        This was leading to impossibility of assigning a macro
        to that event, since it was not appearing in this dialog.
        
        Change-Id: Ib0373501cba8af8f4abb1c62faddf8d65c926a7e

2015-11-25  Eike Rathke  <erack@redhat.com>  [4dd2d40673299966ad639d799e925e64ae5560cf]

        regex result offsets can be negative if a group was not matched, tdf#94810
        
        "(abc)|(def)" matches "def" with result offset sequences
        {0,-1,0},{3,-1,3}
        
        And thus the assert() calls introduced with
        4cf1d290bab29e18e1312b63ff862f5102e00387 and
        ce91f3c1292f3e9b84157acf10b67ad9ca16719d were hit.
        
        Change-Id: I571b6c7d47349a2cc7b1d1e34193b2865012a49f

2015-11-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4e88b2a78702a737f1ee67914b6e0c0fbef616e8]

        More cleanup in toolbarmanager
        
        Change-Id: I97339c43605a838a8fc329b4f1daa05f584ee864

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [be6108a861891b2e7060c6e16c47450d0b8b86e6]

        sw: SwXTextTableCursor needs to take the SolarMutex in release.
        
        Change-Id: I1fb5baabd869c4abe8ccf9eeae131efcc697bbee

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [e63938cad10f15d50f27b3e3575069ace7358d07]

        sc: improve vba macro debugging output.
        
        Change-Id: I8c8cd6255b6722d4d46d6e652e9d9d9722fe112e

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [decd9475986b4d90d550f824658c9424154dcb8a]

        Revert part of 1f86864e97bea causing Windows build trouble.
        
        Change-Id: I835f8e33565d20d9fe371cafeededdd32f157f98

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [55c6f5f36dfe0d917533a6056c4393debb16138c]

        sc: force vba events ordering.
        
        Otherwise we get workbook load events (eg.) happening at idle, which
        occurs at (more or less) random places as the StarBasic interpreter
        Yields every few instructions executed.
        
        Change-Id: I51ea57f4ad45e30e04fe84a9dc051ed1c5537536

2015-11-25  Michael Meeks  <michael.meeks@collabora.com>  [2092a4588888bf7d9013415e2b9a2c5cd6113a7f]

        vcl: move private impl. detail of Scheduler out of global header.
        
        Change-Id: Iee56131a15f9554c263406356456f65694515719

2015-11-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [02044b5d2711e837cfc8680a265614e138e79d86]

        tdf#96059 Replace imageproducer with CommandInfoProvider
        
        Change-Id: I9508a947e5ae6720516d9f926a59d4287cb15317
        Reviewed-on: https://gerrit.libreoffice.org/20166
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [56907b06f1cb9e938dfeb91165077dd99334fb8f]

        Cleanup toolbarmanager
        
        * Remove unused fields/methods/includes
        * Formatting
        
        Change-Id: Ia4a2fba258ddf00e8fe507338f7f8c7388631f0b
        Reviewed-on: https://gerrit.libreoffice.org/20164
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-25  Robinson Tryon  <qubit@runcibility.com>  [52d01bb5caa7950e72b00f7969c5dbccf76d3737]

        bump product version to 5.2.0.0.alpha0+
        
        Change-Id: Ibc95574848752111d36cc9b3ff13709921b67e6c

2015-11-25  Yousuf Philips  <philipz85@hotmail.com>  [d65d9c546125ab999d645a921731170d60fa14ee]

        tdf#76825 Add padding between style render and context button
        
        Change-Id: I2d1185d433be0fbb57a59e0609ab0f505248a348
        Reviewed-on: https://gerrit.libreoffice.org/19210
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-25  Noel Grandin  <noel@peralex.com>  [94e98c674a4ff67dff78a2871d33f79ce74e6a77]

        -Werror=type-limits
        
        comparison is always true due to limited range of data type
        
        Change-Id: If4bcf1f3123cbbd9261e48d2c786a610fc7c0cbc

2015-11-25  Noel Grandin  <noel@peralex.com>  [1f86864e97bea96fdc608f8c8b93024ad4684d51]

        loplugin:unusedfields various
        
        Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5

2015-11-25  Noel Grandin  <noel@peralex.com>  [3e6ba91e2d6d362f4af91566e740f5dbc310e026]

        loplugin:unusedfields in include/xmloff
        
        Change-Id: I979743671e9a2e868d815f917427588b7b0320ba

2015-11-25  Noel Grandin  <noel@peralex.com>  [1522d4b36aa4a8c6f61788b897c24ddfb065185b]

        loplugin:unusedfields in include/vcl
        
        and fixed bug in sepia filter, where it was using the
        wrong member of the union to get the percentage
        
        Change-Id: I56b76496a3ac711adec12dd8c08b28d69644d66f

2015-11-25  Tor Lillqvist  <tml@collabora.com>  [a0d112a53023758a28d180ffd12766b4d325bf52]

        tdf#95783: Don't calculate width of text with glyph fallback as way too wide
        
        The old code in MultiSalLayout::GetTextBreak() only makes sense if the
        base level character width is zero where a fallback level has a
        non-zero character width, and vice versa. But this is not the case for
        Windows, at least not any more now when using UniscribeLayout and not
        SimpleWinLayout.
        
        This simple change fixes that: Only use the width from a fallback
        level if the width at the base level is zero. Hopefully it does not
        cause regressions for other documents or on other platforms. (But, I
        repeat, I find it hard to believe that the intent of the code could
        really have been to ever add two or more non-zero widths for the same
        character from different levels of fallback and use that.)
        
        Change-Id: Ic66c55db4b7463f9e04fcedec76f1c44f5e62e03

2015-11-25  Robinson Tryon  <qubit@runcibility.com>  [49c2b9808df8a6b197dec666dfc0cda6321a4306]

        bin/rename-sw-abbreviations.sh
        
        This commit renames the most annoying abbreviations in Writer (and
        partially in the shared code too).
        
        Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8

2015-11-25  Caolán McNamara  <caolanm@redhat.com>  [5470a365f25e5052b4dd74f76aa2196f0d70934b]

        XRegion has to match the "real" XRegion structure, even if we don't use
        
        some of the fields
        
        regression from
        
        commit dd351dd728687cffe432ce0ec9367ceb80e097fb
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Nov 24 08:50:39 2015 +0200
        
            loplugin:unusedfields in vcl/
        
        Change-Id: If68bf1e0ce90ee3c513f5461d5acd7a32e238d7b

2015-11-25  Tor Lillqvist  <tml@collabora.com>  [694214bebd43a39f1a77fc6541c2148210327f5c]

        Remove code that has been commented out since 2003
        
        Change-Id: I5975af2801560c61ca72ab25f5d1222cf847c4e3

2015-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d9a757a384b79cee452b5625bfadeb2eaa42bc2]

        store custom icon set info into ODF
        
        Change-Id: I1581b28237d2b9f9c22d3f3b0436dc281508aafa
        Reviewed-on: https://gerrit.libreoffice.org/20118
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0772f7037794e1cea578a8833c79730fbe448c2]

        write a log file about OpenGL driver
        
        Change-Id: Id960540977eb7d0d5f3bdc1c5737137a0d3694b8
        Reviewed-on: https://gerrit.libreoffice.org/20117
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-25  Robinson Tryon  <qubit@runcibility.com>  [b630ec5ff0b8eb358ade2d8a55293940679f7cdf]

        update emoji autocorrect files from po-files
        
        Change-Id: I1c58da68525ccfe8726a07e40dd8c7db89616580

2015-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebcc23d2c8cf570cfefb34e81b029c854327b338]

        Indentation fixes
        
        Change-Id: I82678b037aff5409e54bc50744b1b4b2c8d4d83b

2015-11-25  Robinson Tryon  <qubit@runcibility.com>  [c99f75ca4535af54a23c375f843c8ece971f8589]

        Updated core Project: translations  9b7a6f9619c88ddee34c8cd1623eccdd7d4a4769
        
        Update translations for master and force-fix errors using pocheck
        
        Change-Id: Ia185c1d9ef3b66189ec6b1ab08795fa5f4aaca49
        

2015-11-25  Noel Grandin  <noel@peralex.com>  [631b67952909a73ba1851417bd2edbe02ad7be5a]

        loplugin:unusedfields in include/toolkit,include/tools
        
        Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28

2015-11-25  Noel Grandin  <noel@peralex.com>  [a4af308d90463049379557e2efc0205972164384]

        loplugin:unusedfields in include/svx
        
        Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc

2015-11-25  Noel Grandin  <noel@peralex.com>  [234884c09db0301b9f0b3336f9b0dbb9523ee005]

        loplugin:unusedfields in include/sot,include/svl,include/svtools
        
        Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a

2015-11-25  Noel Grandin  <noel@peralex.com>  [85c758a4618d3a485f778bda5b20a8221161e399]

        loplugin:unusedfields in include/sfx2/
        
        Change-Id: I3eb27ed10e82ee56b33866ac576c1b1f8c9756b9

2015-11-25  Noel Grandin  <noel@peralex.com>  [a78182a993288680b04d1329536af5953e8ca31c]

        loplugin:unusedfields in include/package,include/registry
        
        Change-Id: Iadba30885ba3bab7aaee58e298a9dc6b22c8b977

2015-11-25  Noel Grandin  <noel@peralex.com>  [fa452b54a5d2b31d5bc57617323f0f1092d0794f]

        com::sun::star->css in xmlhelp
        
        Change-Id: Iaa57a071f8f0e6945d24f019cb4c06e02d066e0a
        Reviewed-on: https://gerrit.libreoffice.org/20147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-25  Noel Grandin  <noel@peralex.com>  [651649233f3132f67aaf074ba416e186eb8fb49d]

        com::sun::star->css in writerperfect/
        
        Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9
        Reviewed-on: https://gerrit.libreoffice.org/20146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-25  Mike Kaganski  <mike.kaganski@collabora.com>  [a15b9b44d933ef06efbc231d66b79815ba69ceff]

        tdf#61228: formatting and commenting
        
        Change-Id: Ic5d1090722945dce338973e9e3091546ed792057
        Reviewed-on: https://gerrit.libreoffice.org/20160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mikekaganski@hotmail.com>

2015-11-25  Eike Rathke  <erack@redhat.com>  [7289a140fc68dc898ba2b2357cc960968195f236]

        Revert "Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0A"
        
        This reverts commit 22ebafe8897239696f46df6f093054d16285004a.
        
        It seems to break various sc.subsequentcheck targets.

2015-11-24  Julien Nabet  <serval2412@yahoo.fr>  [d667e3210b12c7ce3b3727e2a0e369a520fbaaa4]

        tdf#61228: Wrong function names in Formula Writer are considered as SUM
        
        Unknown names make the formula fail
        PythonTest_sw_python, especially set_expression is ok
        Variables are taken into account
        
        Thanks to Mike Kaganski for his help on this patch.
        
        Change-Id: Ia6f9c54d90ce88138fd9c9df9422b34ce8223ca2
        Reviewed-on: https://gerrit.libreoffice.org/20122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Mike Kaganski <mikekaganski@hotmail.com>

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [994d80fd53bc264cef92017dba5cbab1241e5a5b]

        loplugin:unreffun
        
        Change-Id: Ib53eb3da4810202ad60349566cdef74be89418c8

2015-11-24  Eike Rathke  <erack@redhat.com>  [22ebafe8897239696f46df6f093054d16285004a]

        Resolves: tdf#95629 import also 0x0D as rich EditCell, not only 0x0A
        
        Change-Id: I58d9d7dcbcd1e6cf5ae51532982d7d3525038984

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [87199d3829257420429057336283c55be6ae7481]

        vcl: re-introduce idle handling.
        
        The idea here is that we should process 'idle' events - like re-paint
        after we have processed any OS messages - such as key/mouse input,
        window re-size events etc.
        
        The previous approach wasn't achieving this - it was processing a single
        idle event each time around the main-loop iteration; urk.
        
        Lubos implemented something -like- this, the vestiges of it need cleaning
        up and removing in: 06d731428ef6cf93c7333e8228bfb6088853b52f but it was
        disabled (most likely because it broke gtk in tdf#91727, which was itself
        broken by using silly values for timeouts in the scheduler (now fixed))
        
        Tested on Windows, gtk, kde4, unx-generic.
        
        Change-Id: I7756bca874779c00f72b372cacb7745d0f189f66
        Reviewed-on: https://gerrit.libreoffice.org/20158
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [9b52b8999be86e5c6e5f5901b2640b16f08a2323]

        Resolves: tdf#95962 incorrect scanline stride
        
        we were reusing the stride of the surface we were cloning,
        but the new surface has a different underlying size.
        
        remove the custom stride argument and just change our stride
        calculation to use the same scheme that cairo and GDI uses, which
        remove another platform/drawing-system variable
        
        Change-Id: I257dac9757b121642e9ccfde7db0911edc9f3fb1
        Reviewed-on: https://gerrit.libreoffice.org/20149
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-24  Eike Rathke  <erack@redhat.com>  [f9588062dd22771395ed8e076f009deb23a0092f]

        never push an error instead of the ScJumpMatrixToken
        
        Change-Id: I52854241a9ab87153635b27cb6a66ef4269b2e76

2015-11-24  Eike Rathke  <erack@redhat.com>  [d90142c9466a00e2638467d71fcc7d22e49814c3]

        nitpick, use 'b' prefix
        
        Change-Id: I9a0d92dee7cebecfb7b204628738f716b901771a

2015-11-24  Eike Rathke  <erack@redhat.com>  [59dddbc45a782e5119c21412c6e71cc2d8d0d326]

        nitpick, reduce to one string insertion
        
        Change-Id: I546ae14d49bb64fb069a4a5d7dc7685e823ea3c3

2015-11-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3752616716d9a89f7b41f67323759f5f266ab615]

        Pad this control a bit
        
        Change-Id: Id05a77b83783c0e12a77bd5e91e595fa0ae29629

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9015e72459b5112b0ebddf61c42cae7e8c35f734]

        sc: -Werror=unused-parameter
        
        Change-Id: I1d3ad22b3dd304ff7384de1e07af88cd63bd28cd

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [1bd5e8b73d863cad6e42ea9619fc471a0dd8d14b]

        vcl: reduce maximum timeout to some sensible range.
        
        This fixes a bug with glib, where prepare of a source with such a
        large (max uint64) causes precision & wrap-around problems.
        Add assert to avoid recurrence.
        Also add a helpful user-visible source name in debug mode.
        
        Change-Id: I9e1eb41af9cc49f8bff88e07f04d4bc4d1877376
        Reviewed-on: https://gerrit.libreoffice.org/20152
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-24  Jan Holesovsky  <kendy@collabora.com>  [a81de86c47322bd6bc59b462eb2f69e0f1185df4]

        sc: Implement Software Interpreter subsetting, similarly to openCL one.
        
        And add only the minimum amount of operations we are sure about.
        
        Change-Id: I0dd35968206161e31fcd8bfd0b647329c703e0da

2015-11-24  Jan Holesovsky  <kendy@collabora.com>  [8e148863d9683b8b73b28818d144330a607fb511]

        sc: Implement ScVectorRefMatrix.
        
        This is a ScMatrix implementation that operates directly on
        formula::DoubleVectorRefToken, saving tremendous amount of copying data back
        and forth.
        
        Change-Id: I027e6cb668ef40eb474773a0ce8d0eeefc1ab71c

2015-11-24  Jan Holesovsky  <kendy@collabora.com>  [02226081592e47b0c42489258ed688b9ebb7a939]

        sc: Introduce Abstract Base Class for ScMatrix, for a future rework.
        
        We want to introduce another type of ScMatrix that will directly contain
        DoubleVectorRefToken and operate on that.  The idea is that it is pointless to
        construct a ScMatrix via lots of copying around, when we already have a nice
        array of doubles.
        
        Change-Id: I3e5d7b9e2e0f9b9bf350336a8582cfd852586b3f

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [708ef6a08dfcd357845c37dbe03fd1ebca5ba587]

        '#pragma setlocale("C")' is probably no longer necessary
        
        ...as in both files the direct use of non-ASCII characters in ordinary string
        literals has since been changed to use \xXX escapes instead
        
        Change-Id: Ic3e17a9849288a02dc69d7702782fefccb7026ee
        Reviewed-on: https://gerrit.libreoffice.org/20148
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [7acbf173fc9f624da144a242e33033de56550a2f]

        crashtesting: ooo72999-1.ods NaNs found in light direction
        
        and NaN != NaN so busted logic propogates, drop invalid directions
        on initial read
        
        Change-Id: Ic76c714666df14d37a4c68f43b817327675bd0e0

2015-11-24  Michael Stahl  <mstahl@redhat.com>  [78407eea3ddb5717a501d9336e3b3cbef188d010]

        filter: fix DrMemory/valgrind warnings in PPT paragraph import
        
        various uninitialized variables in CppunitTest_sd_filters_test hang-8.ppt
        
        Change-Id: Id0b9f146a7ab8b5bb2b36a5c2a39d65ee52e122d

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [de2a6897876976d769504a36abf54eced626b01c]

        sw lok comments: fix map mode state after changing zoom levels
        
        Zoom level of SwEditWin is kept in sync with the client, so that the
        pixel-based comment widgets can be positioned correctly. But that does
        not mean in general the SwEditWin map mode should not be disabled: so
        that we don't have to tweak the map mode for each and every
        postMouseEvent() call and still be able to send them using logic
        coordinates.
        
        Change-Id: I6f686b93d2509d52fdd34e84a502cf04e1ce6e59

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c654ee9d51a752e02c0a972de27d699ab5b649a]

        sw lok comments: avoid crash an exit after clicking the scrollbar
        
        Without this, vcl::Window::ImplTrackTimerHdl() will be called on a
        deleted vcl::Window.
        
        Can be reproduced with a comment having a scrollbar in a LOK client,
        then clicking on the down button of the scrollbar a number of times ->
        crash on exit.
        
        Change-Id: I5d67f96e8baa199f65ec5cf39cb5d39c8162ff33

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [d562df03098ecb91a89e91ccf69dd6a1eeb98c89]

        sw lok comments: implement drag of the scrollbar
        
        With this, if a comment has a vertical scrollbar, then not only the
        buttons of the scrollbar can be clicked on, but also the slider of the
        scrollbar can be dragged.
        
        Change-Id: I2e39e18bf60c42a878bb8bfd808f1d47be27eecb

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7acb44b148893fe0cc48a54c3eb73406c251668]

        vcl lok: handle tracking coordinates which are in twips
        
        This is similar to the mouse button down handling. When the map mode is
        disabled and the map mode is in twips, then in general it's possible to
        send mouse coordinates in twips. The scrollbar is usually in pixels, so
        add extra code to still make this possible.
        
        Change-Id: I0c7e404ecd7ac839e000266e396683bb7d15c505

2015-11-24  David Tardon  <dtardon@redhat.com>  [b1e5983f04095346bee48dc3b413c0ae28789c27]

        fix c++ snafu with msvc
        
        Change-Id: I493b79e70fb8003ce215e602f9b4ce92afa50150

2015-11-24  Mike Kaganski  <mike.kaganski@collabora.com>  [ae0e830f9ace78b889713e7e74ce46f88fa21470]

        tdf#95970: Don't loose mirroring in SdrTextObj::TRSetBaseGeometry
        
        Currently, negative scaling (mirroring) is lost in
        SdrTextObj::NbcSetSnapRect, when rect is justified.
        This patch cares for this.
        
        Possibly it's better to make these changes directly in
        SdrTextObj::NbcSetSnapRect?
        
        Change-Id: I353ff01626e15b398de95e28eae78572991dfdc3
        Reviewed-on: https://gerrit.libreoffice.org/20109
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-11-24  Tor Lillqvist  <tml@collabora.com>  [ccd04a5f46c491d50b071cf2a58b77a2bacb1922]

        Bin old Windows-only MULTI_SL_DEBUG code of dubious usefulness
        
        We have SAL_DEBUG and SAL_INFO.
        
        Change-Id: I6dc12e2fc7a854d1cde6e455faabcebea4bc69ef

2015-11-24  andreas kainz  <kainz.a@gmail.com>  [17e4c758e679b86e06f5a2b97b2b8ab96af28b95]

        Breeze Icons: change icons according to review from jay
        
        Change-Id: Ib6614db33ede42e90a4706b3ccd7d3b8fb6be3e5
        Reviewed-on: https://gerrit.libreoffice.org/20139
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [d3cdd7efca82130c2c42e3062b5ab244461ce15c]

        vcl: scheduler - split timeout calculation from idle invocation.
        
        This moves us towards unifying timeouts, events, idle handlers leaving
        only the OS main-loop integration in the backends.
        
        Change-Id: Iebfb0db21777d8018b33f216b13acb4ea2068659

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [5a08d3fa47cfcfe89ccefd5023c95f6b3775ab4f]

        vcl: remove UpdateStack concept.
        
        Change-Id: I6d9b7de7c57349bfb9c75a35e63bcf1eac172fd2
        Reviewed-on: https://gerrit.libreoffice.org/20143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-24  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [745751e32de28a6cc318f40074855d547b0d5da5]

        Vcl Toolbox: Move Impl and local defines out of header files
        
        This reverts part of 1e82a3e6e3ea8b5cda520551faed81bc74c848c1
        
        Change-Id: I683a855727c4a52d3ac6a7c5a1f104a6cf5b9ee2

2015-11-24  Noel Grandin  <noel@peralex.com>  [60795a7fd1c467882a9038a91a09953148a448ad]

        loplugin:unusedfields in include/oox/
        
        Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc

2015-11-24  Noel Grandin  <noel@peralex.com>  [73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e]

        loplugin:unusedfields in include/framework/
        
        Change-Id: I04603a3b78b0611fcca4974b00e2da06045308d1

2015-11-24  Noel Grandin  <noel@peralex.com>  [6cd5d5f0a19b8d30fff0c9aafcce99650581e085]

        loplugin:unusedfields in include/filter/
        
        Change-Id: Id79bc51ba273746873a1381243b2c1d32711bbb4

2015-11-24  Noel Grandin  <noel@peralex.com>  [e78bb6d545e4dc86ebc17fbeb735f32fa5914bd1]

        loplugin:unusedfields in include/comphelper,include/editeng
        
        Change-Id: I619c2cf1765df97159fc52ee84e0e9e8d16a22fe

2015-11-24  Tor Lillqvist  <tml@collabora.com>  [509907cea798cc74fbc6d91ce41105c52f41ba06]

        It's "incomplete", not "in complete"
        
        Change-Id: Ib3960e8facc0104c4d19fc19ea587c138f998a42

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [295c7827e03fa02f5ef7fb6dc1c8ddf29d7cde24]

        Translate Korean comments
        
        ...via translate.google.com, to make file plain ASCII
        
        Change-Id: Icbf25074bd92eb1f0fb453f9887b1f1f1ca82b57

2015-11-24  Eike Rathke  <erack@redhat.com>  [26a202a3e2fcc874b7903bd9fc30b257cab43e79]

        straighten out broken indentation
        
        Change-Id: Ibb34f4a655cce13a24cc7ec22a29fa40e3a0286a

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [41dbbdcc8b856e16ac267eb90b6b7fecfdfab380]

        Remove non-ASCII U+0086 PARAGRAPH SIGN from comment
        
        Change-Id: Ifcbb2a61c662f135badc01b7beaef10fa3d75515

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [f42d03f3e9393db693ed753837ce25e1f43297df]

        Replace non-ASCII content in ordinary string literals with UTF-8 bytes
        
        Change-Id: Ib92221527550beb35e2263b150a509b3ef68545f

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [5468446041f3d3e7da25c888bb33565ef9ad203f]

        -Werror,-Wunused-private-field
        
        Change-Id: I592db0524cb1d028e7dd3c3d49457f4a4038d5be

2015-11-24  Noel Grandin  <noel@peralex.com>  [1f9264f9f840d505313f0749a27a66cdb54a23e9]

        com::sun::star->css in winaccessibility/
        
        Change-Id: I644364fc6d8fc334044a3e53fcde24a6ef86c021
        Reviewed-on: https://gerrit.libreoffice.org/20142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [55040ea13426e337418143dcfe226dd2a395f041]

        sw lok comments: fix missing invalidations from the scrollbar
        
        If a comment had a scrollbar, and the user clicked on the down arrow of
        it, then the button remained in the "pushed" state, as the scrollbar
        invalidations were not routed to the LOK client.
        
        With this, the button gets back to its non-pushed state after the mouse
        button is released.
        
        Change-Id: Ie4ba5d0ec07229b0cfc08532e8e91ae25f7a4c9e

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa377a06627bba0c995aae55b346bb9530ecdf7e]

        desktop: fix LOK_DEBUG rectangle painting
        
        Change-Id: If023e409fad6fed8c0345a66ea48c1ed9924bff0

2015-11-24  Tor Lillqvist  <tml@collabora.com>  [81d9f1cbd634e54719dd288c5b0de2015d563b2a]

        Bin outdated #if and unnecessary <config_mingw.h>
        
        We don't support cross-compiling with MinGW currently, and in any case
        if we ever attempt such again, in the meantime the free replacement
        Win32 headers most likely have been updated to include the
        SCRIPT_CONTROL::fMergeNeutralItems field, so no conditional
        compilation is needed.
        
        Change-Id: I38701d6c41c44952466c1ece7c8433abe67642be

2015-11-24  David Ostrovsky  <david@ostrovsky.org>  [bbbef1568bfced7fd351a8df15cc5d8f227b3ace]

        Bump jpeg-turbo version to 1.4.2
        
        Change-Id: Ie0d274423a66db49f58bf4de423ad7b0cc638d47
        Reviewed-on: https://gerrit.libreoffice.org/20116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-24  Tor Lillqvist  <tml@collabora.com>  [ff66223fcb77e1d5263c777c001d0a42fcdba244]

        FONTFALLBACK_HOOKS_DISABLED is not defined
        
        Change-Id: Icaecbfe4c53c6488fe8d9ed797251ac23985706f

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [70b09d932225027d531c9a95317320174f8ad687]

        cppcheck: noExplicitConstructor
        
        Change-Id: I1934441858baeeb41a46f694dbcef2d846b308b7

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [cbc5dc14d6bb795a9c2b54d624b10770a2a95a00]

        coverity#1326190 Explicit null dereferenced
        
        set this back to its original code pre..
        
        commit e5bc8b60ecfca09a2014ab7090659f3428c8efa0
        Date:   Tue Aug 5 12:18:20 2014 +0200
        
        to silence coverity about it
        
        Change-Id: I9d8f1bda1a32fbf97c0bdc73edfeab9f74d6443a
        cids: 1326180<->1326190

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [79391ca3091f6b487687d87ca46fb0d3989d3eaf]

        coverity#1326265 Explicit null dereferenced
        
        Change-Id: I802e0f854cb5c560e7a860f2fcec0330e481da6c

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [8540bcc81003a9cc9ff9e11082a8723a7677760a]

        coverity#1327143 UrF: Unread field
        
        Change-Id: Iff1a546cca83fed6fc81836e447bc30d68969274

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [606d0ef7772fdcdd86d472a1ef7d60fa77013a91]

        coverity#1326596 Useless call
        
        Change-Id: I9aff17d367ba48609067abdb2a5fb5111daee38c

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [ee283cd59f4e2df3a9c68c0fc4e7b24cb6f8dfd8]

        coverity#1326597 Useless call
        
        Change-Id: I4f51d49a18adf76a741d55d67ed3ba2a7a2cc439

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [61273b37ecc521c6f00c480dccf0ef4d39d4d49a]

        coverity#1326892 FE: Test for floating point equality
        
        Change-Id: I47b9ccf2685bd0f37ee2722e93fad9ed668c3b81

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [6318552774961c101beaa3020ede018e4c7a00d3]

        coverity#1326891 FE: Test for floating point equality
        
        Change-Id: I5cf13dfb5e085684b333c47d6bee73f92b758e81

2015-11-24  Caolán McNamara  <caolanm@redhat.com>  [7ab95e6fcad86510ff2d133c51e6cf7957453898]

        coverity#1326890 FE: Test for floating point equality
        
        Change-Id: I767df959a9b8d9845cb56a34538707c599f82849

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [827811ae7ef72123776ffb3c83175c0578db7257]

        -Werror,-Wunused-private-field
        
        Change-Id: I595f0c2b05b96fbf2055a37e335f8c700044a699

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [97e24dc653d5097fc819ca8b30d0c827d4540430]

        m_aCurrentRequest is not unused
        
        ...broken with dd351dd728687cffe432ce0ec9367ceb80e097fb "loplugin:unusedfields
        in vcl/"
        
        Change-Id: I7e9cac85ab52e538c2ce3941c8eeffb73d3d387f

2015-11-24  Philippe Jung  <phil.jung@free.fr>  [e4ec9232b633fe6623ccfdd9813cdad614e58589]

        Add sc version of toggletabbarvisibility icons
        
        Change-Id: Ie6097aeb8847971e79b78e83a9522e49d7271652
        Reviewed-on: https://gerrit.libreoffice.org/20141
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [e8a2170e1884a85b411259c7240d459965bea235]

        vcl: fix for kde4.
        
        Change-Id: If68e58a5b1d6dfe7d7851513eed73ec20d1cd912

2015-11-24  Noel Grandin  <noel@peralex.com>  [f273676325d1865bc08d9617ae2d7c736f6ff8ca]

        update unusedfields plugin to use new clang warn_unused attribute support
        
        Change-Id: I7b84de29b672e40cbf3c3d340d235f334d2be8cb

2015-11-24  Noel Grandin  <noel@peralex.com>  [c18c50cda347e239ed48f2e390f3f6a65533a3b0]

        add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRef
        
        Change-Id: Idb784d398ed22f2291f1beaffb82f68642d68bcd

2015-11-24  Michael Meeks  <michael.meeks@collabora.com>  [4bd8ffd27f17ec4915790a260087ef1890169911]

        Replace return boolean from DoYield with pleasant enumeration.
        
        Change-Id: I1b1f885b4d7916a18dfb2457a8e9af9a5b4ae6e4
        Reviewed-on: https://gerrit.libreoffice.org/20138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [37b5f1ed3139b8569bfec0fcb5077f6b66b79acd]

        tdf#78902 VML import: workaround for extreme top margin
        
        Regression from commit 2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2 (rhbz#988516:
        DOCX import: fix context stack when importing header/footer, 2014-03-05),
        though that just made an existing Writer layout problem visible.
        
        RTF/WW8/newer (drawingML) DOCX import doesn't have this problem, as those
        import pictures as sw graphics, not draw ones.
        
        <w10:wrap type="through"/> is normally mapped to our page wrap (as it uses
        "through" in the "not only wrap around, but also in the holes of the shape, if
        it has any" context, not in our "text should go through it, so no wrapping"
        one), but for some reason in this case (most probably due to the extreme large
        negative margins) Word handles the situation as our through, i.e. the text
        should not go to the second page, as it would normally happen with a "Word
        through" wrapping.
        
        Work around the strange situation by ignoring the wrapping request for extreme
        top margin values.
        
        Change-Id: I20555b1fa7a769e20c40a3a5ff3873807403e937

2015-11-24  Noel Grandin  <noel@peralex.com>  [dd351dd728687cffe432ce0ec9367ceb80e097fb]

        loplugin:unusedfields in vcl/
        
        and remove the unused SALEVENT_MOUSEACTIVATE stuff
        
        Change-Id: Ieb85872eca68621c6a7be47ff5dbea12f7690507
        Reviewed-on: https://gerrit.libreoffice.org/20140
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-24  Noel Grandin  <noel@peralex.com>  [145a9954116b14a417fd403a13536883dbd5c96e]

        loplugin:unusedfields in xmlsecurity/
        
        Change-Id: I11bb62b0c90de361b7cd06608e77483786750ebb

2015-11-24  Noel Grandin  <noel@peralex.com>  [e0bf7914b45c4236a9266295df915a9079d9ff00]

        loplugin:unusedfields in xmloff/
        
        Change-Id: I1fb9cb1bc04fb0886d6080f62899a04e8fd4429e

2015-11-24  Noel Grandin  <noel@peralex.com>  [22c59683144171cc96c71f00c24dbf540681c2ee]

        loplugin:unusedfields in xmlhelp/
        
        Change-Id: I1db28ad3670c166201050a4e19a50ec13a82fa76

2015-11-24  Noel Grandin  <noel@peralex.com>  [52cd3fb5475e17ac4c66953ed62b8bfdd1a5f578]

        loplugin:unusedfields in writerfilter/
        
        Change-Id: I32348ef0aed955ab799ba90a59f4b511becb67e8

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [bbc7c0aea474460fd2214a708c6bc6477c481f39]

        Silence clang-cl warnings in system ATL includes
        
        Change-Id: Ie9c35db4404182efa948949851caabf402f2d74b

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [bce4c82f3a01e3414d18cbac7d6cc69ae4a2c5ff]

        -Werror,-Wreorder
        
        Change-Id: I0a82c589b77ee247ce43dbfd88767100b7bd4147

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [330a67586c66c772e6f2f187ea118d4c05abb11e]

        -Werror,-Wlogical-op-parentheses
        
        Change-Id: Ifbac95117d58d0fd9f40ef373e14544a37c0cce6

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [149469ca9efda157f8ce2ff6cd3024177656da6b]

        -Werror,-Wwritable-strings
        
        Change-Id: Ib407ba5bb6b20281948ba83a4e150b9fe19c19d9

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [3fea33d6c84d9d3ab1663fc3579adcc69477f745]

        -Werror,-Wreorder
        
        Change-Id: Iaefccb789c7f3d3da259af39a909ebc2abeccc74

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [6b71293436eea26ae3a293d86f603d583d2fc7b3]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I851a1ce314dc3c47744d7a039065a945e62568d8

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [997ec3f4864bf48746e0b839cc98f6e4a8ac1e95]

        -Werror,-Wunused-local-typedef
        
        Change-Id: I72b1fe3d183e0d2af40c3af2f2a65fdc0c251624

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [7d41b30eb43a02da5e1c2b0262e73b5b32c31462]

        -Werror,-Wint-to-pointer-cast
        
        Change-Id: I27098dec221b5019aaef927cf9567910621fdd3d

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [6525d1663f8d03e2c28e626fadc2e3e848798224]

        -Werror,-Wenum-compare
        
        Change-Id: I165daea216ac3b960d11dfece861f4fb21209ed0

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [dc5cb4d47dc7908ce2ea165cb9aa26ceca4f8701]

        -Werror,-Wwritable-strings
        
        Change-Id: Ief710b95ab7f41ef5fcb534dabe05311aa1135d3

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [96fd3d32fa5ab347d08f2ce467b5b449e43ecce6]

        -Werror,-Wreorder
        
        Change-Id: Ie400720915ad9e6a075666dcac2b1b3711376bf3

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [441236a3e0e2492256472e7d19c80a683f1d3fc2]

        -Werror,-Wenum-compare
        
        Change-Id: I1d4263e9f754d85eb70bc5ce88fe1deffb05e9bb

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [a5ad198816518a277745698580ed0df47cb50094]

        -Werror,-Wlogical-op-parentheses
        
        Change-Id: I48bcb6e35ffc3ce73a2142e52f453b1c839e4831

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [8b5182155b6d35a1be64d37136584e30ea6a6ef8]

        -Werror,-Wmicrosoft-exception-spec
        
        Change-Id: Iba187daa891d326011cddecf09daa349e9090913

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [ef02b16e2fa44df18dd118fea9c8c2014e3871a9]

        -Werror,-Wreorder
        
        Change-Id: Iecb4fcc79614eee8dbfa7980c50f41150110711b

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [a93c3c87443331086880ee3c7b6d6a918da43b02]

        -Wmicrosoft-default-arg-redefinition
        
        Change-Id: I69c009af5d5bd8d497a636eaa1de9b8eed919c8f

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [3b55411a0ab7c065efc074ef2505ae5e42c909ff]

        -Werror,-Wlogical-op-parentheses
        
        Change-Id: I2fa3e03d34a371cec694f58cf71f15df6f52c63a

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [d1f44ab2d827b3e3375be7128316c7bca7ae46e5]

        -Werror,-Wreorder
        
        Change-Id: Iccdd21e974671f8d02cf1b55f0f828cdc881aedc

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [0ea675516163d08db063b4b5ede5cc3317cbae2e]

        -Werror,-Wunused-variable
        
        Change-Id: If674f0a3199a43cec84eb8cfb3b3c1d334a288ca

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [fa257a38b0d41cbfa9a9c1535761b406bff6adb5]

        Use Get/SetWindowLongPtr, for 64-bit build
        
        Change-Id: I02e5ca8dad87c24f8bf6e192a6b37ffc82a5a04a

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [04277e7bcf2c7b2dd507b5765d069dc437d650ed]

        -Werror,-Wbitwise-op-parentheses
        
        Change-Id: I36bd91dc2bb77a09f59e865527db1e9c6724a652

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [09682385170c87bef001186797fe287849aea5d6]

        Expand single use of SendCommand macro
        
        Change-Id: I8af259f55e8fc318ccdbc69bba00ae0d7d3aacdb

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [63915326cb8fccca47a265abfca351a555c865f5]

        -Werror,-Wreorder
        
        Change-Id: I8350b7e60e54eb0f0be5fa33a4ca4de40551618c

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [e3eebcc45ce0bf4cfa5d923ea2f3b2ff0a76e86d]

        -Werror,-Wlogical-op-parentheses
        
        Change-Id: I39f59a88c34c37bad520dd44f3e8fcaf4a016eee

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [550838301438e0f03cc419c32efdbc22bcba61d5]

        -Werror,-Wreorder
        
        Change-Id: I71e3d8878a8c7190ef239e4529d23eccaadc80d6

2015-11-24  Stephan Bergmann  <sbergman@redhat.com>  [cf2f0f9c20cd256152974a28b8c24deaa210df01]

        -Werror,-Wint-to-pointer-cast
        
        Change-Id: I6db7d7595fda972e7c5d5c24d235678671478975

2015-11-24  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1e82a3e6e3ea8b5cda520551faed81bc74c848c1]

        Vcl: Cleanup Toolbox
        
        * Move defines to header file
        * Limit line length to 120 chars
        * Some other smaller cleanups (unused defines etc)
        
        Change-Id: I14b52579f9b5bae4ea0bc1df434cc3d29c223d4e
        Reviewed-on: https://gerrit.libreoffice.org/20133
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-24  Noel Grandin  <noel@peralex.com>  [00bb8141beee7088625992a046e94c6f8da8da83]

        loplugin:unusedfields in ucb/
        
        Change-Id: Ic9ca044aa2465a197397bec6632e1a5aa5fe7110

2015-11-24  Noel Grandin  <noel@peralex.com>  [acc4acb9ca3536c3f6d16cfc9bfac8587d57a112]

        loplugin:unusedfields in tools/
        
        Change-Id: Ic460bf42cbcf356cdcebbd5060a0dad3d3caa4ef

2015-11-24  Noel Grandin  <noel@peralex.com>  [872d209bc62aab6a27a7a92734d1670b6e20adbf]

        loplugin:unusedfields in sw/
        
        Change-Id: I0d9c79d0756ef85260d3b69cb1e879d7665bf356

2015-11-24  Noel Grandin  <noel@peralex.com>  [8770cd3894ce27ea7ceea3047af9899be57aae83]

        loplugin:unusedfields in sw/
        
        Change-Id: I323a038e5581b00cd3a4ea2f362c66540377759e

2015-11-24  Noel Grandin  <noel@peralex.com>  [c65b2347648fc2c0752b981896cc6c2c7b7020f9]

        loplugin:unusedfields in sw/
        
        Change-Id: I975f35031b1833be376881d534dc6f91fae6072f

2015-11-24  Noel Grandin  <noel@peralex.com>  [c43ee8d54ad44e01d0bba404e719d2b03a73959e]

        loplugin:unusedfields in sw/
        
        Change-Id: I3e146c4287df70bbf58443caecfa62453c116ecb

2015-11-24  Khaled Hosny  <khaledhosny@eglug.org>  [aefcb307c246275fa9001996bd815c73b4ac79b3]

        Remove recently unused code
        
        Change-Id: I47a28fa127bd84527c0d6d96a7d06a5932b29305

2015-11-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c3a61d64969a3c023b4dcbf077aaf4c19917541e]

        Updated core Project: help  5811bc0774c5024fad57f5de60bb0b4201bedb04
        
        rename View - Print/Web Layout to Normal/Web
        
        Change-Id: I0e13da7b8a66e17d77b0cf748fe5189ce0d0d67c
        Reviewed-on: https://gerrit.libreoffice.org/20121
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e5b3ec9683e4c5761633a1a3c4819a039e796b01]

        fix build: "warning C4305: truncation from 'double' to 'float'"
        
        Change-Id: Ied01ccf789877c15080797de3723588e09fa6c7c

2015-11-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f6bc5b79c31225c02e9500d0ced4bd26f998f82b]

        fix build "error C2065: ´M_PI´ : undeclared identifier"
        
        Change-Id: I0ba164cdc1c473184b953bffd7d264d1ec8733b6

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [68ab250d73cc981fe3760f4e8671d3df3971ca05]

        slideshow: Fix rotations when the slide and the screen have a different ratio
        
        Change-Id: Ia6dcc352531a6bf067f3e87086cb275b00f81c97

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [6bc132f8bf85516b4a89386c371fdd3e9937b4bf]

        slideshow: Add back lighting in the SimpleTransition shaders
        
        Change-Id: Iec854a8369a7a9f845f261233e46aea8097db109

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [b8eff3afb4a4b313c9be668951ae2cb458cd6a4a]

        slideshow: Fix the baseline version, we now require OpenGL 2.1
        
        With ReflectionTransition requiring 3.0 instead.
        
        Change-Id: I9497dab91017d1d81a6a5a369524849ce5774694

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [2a81e30c596a0cd253093d338368b3aad11eb166]

        slideshow: Make the Iris class private to the TransitionImpl translation unit
        
        Change-Id: I9bf701a7f19d0f778b8fec7a39b762cc89b061b7

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [4c749b121c8b415ef2b7b0445ede1dc4ccc0e6d0]

        slideshow: Merge ShaderTransition into OGLTransitionImpl
        
        Change-Id: Ia585a5064362c261c137d8c4abefcfda7cb7bdd7

2015-11-23  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [fb3661a43f7de2ec7eb5ac876ec8192994f80871]

        slideshow: Move Operation to its own translation unit
        
        Change-Id: Ie0be68055152347e82da66cb48cf76c54b7966c0

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [67a6bfb1f1cc255a1850795469f7f2aa0cfdb6d0]

        crashtesting: fdo30583-1 hits the Clone ugly tree all the way down
        
        Change-Id: I091c3a61a28275e090975016908e3b25c7506fba

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [eb0da37545a5c56017cf7fc73e71acb0ff078036]

        crashtesting: ooo55544-2.sxi, etc. missing Clones
        
        Change-Id: I3e1b8f78289500bad8013e858f9abf03ab14914a

2015-11-23  Eike Rathke  <erack@redhat.com>  [ce91f3c1292f3e9b84157acf10b67ad9ca16719d]

        similar to searchForward() use the correct offsets, tdf#94810 related
        
        Change-Id: Icb5a45acaad9029e0998594de8b3dc2e9211866e

2015-11-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [54336499a8bc5fbee2891f0b50f3183d8b83d165]

        Restore deleted svpcairotextrender.hxx
        
        Probably 0c75202ad20d3dc1f0a2a68375253d547f054405 just wanted to
        move the file to vcl/inc/headless.
        
        Change-Id: I8a11a24c272fa9cacb1505050e2c568aeb6fd4b2

2015-11-23  Eike Rathke  <erack@redhat.com>  [67ab2ce3c6fed2ceaacaad890a7d8683ce0397a7]

        remove comment that makes no sense, tdf#94810 follow-up
        
        nStart should not become <0, not even when searching for $ end.
        
        Change-Id: I79586471f1a7908372fa3ee044a6f66499b1790f

2015-11-23  Mike Kaganski  <mike.kaganski@collabora.com>  [4cf1d290bab29e18e1312b63ff862f5102e00387]

        tdf#94810: fix reverse offset mapping
        
        With simple transliteration, TextSearch::searchForward used to use
        whole string to perform the search, then started to create substring
        to search. But it left the precautions from
        commit c00601dab0f5533b152cd63cec0a89bfec1ba95f by Eike Rathke:
        searching for $ may actually return a result set pointing behind the
        search string which it does with the ICU regex engine.
        The precaution made it to skip reverse mapping if index was 0.
        
        Commit 9aae521b451269007f03527c83645b8b935eb419 by Michael Stahl
        didn't consider the case when nStop is 0, and startPos > 0. Then it
        tried to get offset[-1].
        
        Anyway, using value of startPos in those conditions seems illogical.
        
        Removed those precautions (and made assertions for that).
        Fixed handling zero indexes.
        
        Change-Id: I2066abc51fff7fb7323bc7f6198bdea06439d4f3
        Reviewed-on: https://gerrit.libreoffice.org/19840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-23  Caolán  <caolan@localhost.localdomain>  [0c75202ad20d3dc1f0a2a68375253d547f054405]

        only one headless text renderer now
        
        Change-Id: I045d7a58f3eae20c733fe93faa3a64687e7c85e3

2015-11-23  Stephan Bergmann  <sbergman@redhat.com>  [0721765417f787c8f4b1382b5d9100fa3a2a61ad]

        loplugin:nullptr
        
        Change-Id: Iefd6d4a08a4a5f90f4f2f95889f6425aabe61334

2015-11-23  Stephan Bergmann  <sbergman@redhat.com>  [9ca49c1b95bad0055ffc9185249cec0a27376dbc]

        pInst no longer needed
        
        ...since 254ca2513c85701e92b4e27023bf26cbc76133e9 "loplugin:staticmethods"
        
        Change-Id: I7d051a9add4e5176c1dac0b281cd09939da3f3a2

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [527190f0c0284a9a4f5a021d0a9163ef9a63a67f]

        sw lok comments: handle mouse up/down events on the vertical scrollbar
        
        Change-Id: Ib1c334825a6629224fe0c8fba564656d53e67410

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [439765480695975e10c92f39aa6a4cb6f2ee7646]

        vcl lok: fix scrollbar to accept mouse events in twips
        
        Change-Id: Ieaedaa525d613f8ba55f336c613da163a09f7a33

2015-11-23  Stephan Bergmann  <sbergman@redhat.com>  [086bd3c57405ae4993be2e9100a9a7a8b85e76b2]

        loplugin:cstylecast
        
        Change-Id: I4a02309c3ef4cb8c88edd538012ed2a8c43da307

2015-11-23  Stephan Bergmann  <sbergman@redhat.com>  [254ca2513c85701e92b4e27023bf26cbc76133e9]

        loplugin:staticmethods
        
        Change-Id: Ia22b7f53a85e55fd33762adceba9a1b1827d6f34

2015-11-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [96ff6372e15fa17211650ec6f0da13771a572a42]

        tdf#95677 Force sign to exponent for Excel export
        
        Change-Id: I7896d1d064cd92fd45a6b32ac64f534f68213169
        Reviewed-on: https://gerrit.libreoffice.org/20064
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [d058765ff3c4f3aaa84c3f9bec774aed8a8b32a3]

        updae getTileMode
        
        Change-Id: Ic8d67f08d40f475020c0534570fe3bea07aa431b

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [3dc8907dd32281192c47030d16c5628eccc23564]

        we always have cairo and top down devices now
        
        Change-Id: I0eb3083bf402e86f95206e619e5da2e76aa627a8

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [b639fe60eab2a221e23dc9d509f9281857d656a3]

        VirtualDevices either match another device depth, or are 1 bit
        
        cairo can therefore always render to a svp virtual device with
        need for a fallback
        
        Change-Id: I5d03ae541820389e26f7448444444be009fb28a4

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [c43a3a58677b467274ce6c21d7db1a6c0cc65cb4]

        establish that Virtual Devices either match Physical Device depth or ...
        
        are 1 or (rarely) 8 bit and lock that down.
        
        Change-Id: I3d946ebef34ffb71c5adea7aa420af50e9584e05

2015-11-23  Caolán McNamara  <caolanm@redhat.com>  [b0f5416d7ee7c988d316df7ffa0318fa6514e4de]

        Do all svp text rendering with cairo
        
        enabling us to delete a whole pile of foo
        
        For android we patch cairo, which is internal in that case, to swap the rgb
        components so that cairo then matches the OpenGL GL_RGBA format so we can use
        it there where we don't have GL_BGRA support.
        
        Change-Id: I25e34889c7b7263438b143dd2a2ad882fb0f190a

2015-11-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e34f290eec4f3c8d42724f1602029f5680aecde6]

        Updated core Project: help  7724039cdcb5a74d493e6290e144f91e24eaeb84
        
        tdf#87313 Update instructions to Firefox 42
        
        And remove references to the dead Mozilla Suite.
        

2015-11-23  Noel Grandin  <noel@peralex.com>  [28f21af7194c887f74190e6c6596fbaafc189e97]

        fix Image::operator==
        
        comparing the pointer values in std::unique_ptr's can never be true
        (since they cannot point at the same thing, by definition)
        
        Change-Id: I38eb6406b61d5a3662adb68ca1558248925d7e90

2015-11-23  Noel Grandin  <noel@peralex.com>  [37605424f51c569d1b80c47a4d42366bf829e683]

        loplugin:loopvartoosmall
        
        Change-Id: I2aca12b994c2fd260803a8897b968ddac848f235

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [876a67f22f123190f9970832f68625ca6825f088]

        opengl: fix blacklist
        
        Change-Id: Ie171b4be3414b977481d30901270b8b6b23d8c8e

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a4fc2b364f47d3e8ada841381283dd49bfe9d5a0]

        vcl: simplify Image internals
        
        Image could be of 2 types - BITMAP or IMAGE, where BITMAP used to
        store the content in a Bitmap and IMAGE in a ImplImageData, which
        contained a BitmapEx. This was refactored with this commit to
        always store the content in a BitmapEx and there are no distinct
        image types anymore. This greatly simplfies the code.
        
        Drawing of the image in case of type IMAGE was done in the class
        ImplImageBmp which also modified the image according to
        DrawImageFlags (for example to create a "disabled" image). This
        was moved to ImplImage and the bitmap manipulation code was moved
        to BitmapProcessor (done in previous commits).
        
        Change-Id: Iec9f63a7c05618c457d8465f1ec60ed4f16bd579

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [49b0711dade7a926ba03309d376133be3f60bbf0]

        vcl: add colorizeImage to BitmapProcessor
        
        Change-Id: Ic90368e83d7f9a187eb8404d8aaec4380ff5bcb1

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [15f66df8602b0920266ff2be86873246da4fda31]

        vcl: Bitmap processor to create a disabled image
        
        Change-Id: Iba5d86988736fa28329e1ba2783dfb15e37815a8

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f1592d3821a2ab69d2ddd27095696a39082bc24d]

        ImplImageRefData is not used anywhere anymore
        
        Change-Id: I578cc029815aaf7c2a36ad127d90cf833b5646c4

2015-11-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d95a715dd84564502c85503a0e8ccd28b6799798]

        remove unused constructor parameter
        
        Change-Id: Ia2d1a8d7d43ceac36b6bce87f5a733d6bce3bd6f

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [30b511ae38e2870174db91d12f65a9c3320fc172]

        sw lok comments: fix vertical scrollbar with custom zoom
        
        With this, if a comment has enough content that it gets a vertical
        scrollbar, then tiled rendering output looks OK, even with non-100%
        zoom.
        
        Change-Id: I699aadc11b6c34fb0791e70705719fd61169d972

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ce0889ec9a87198560fa39afbae282938e0a9d9]

        android: remove duplicated bitmaps
        
        Change-Id: I5e16aa9da0aabe4302ebdd30b080b6bad4767006

2015-11-23  Reto Schneider  <code@reto-schneider.ch>  [334082b332981559315b2297f9d4874e5e53f29b]

        Fix help for argument --pidfile (--pidfile=file)
        
        Change-Id: I131efc46630437dae28e6698ea849e587abce68e
        Reviewed-on: https://gerrit.libreoffice.org/20093
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-23  Mike Kaganski  <mike.kaganski@collabora.com>  [d59ef5b2ddb9249905fecf941be6ec83251d12de]

        tdf#60351: Use Wrap Polygon also for PROP_SIZE_PIXEL
        
        Since commit 2b5bf2f1c57d6585ec898c4c44a74c5b47f09ab9
        "graphic import improved" from 2006-11-20 by Oliver Specht,
        there is an unused code reading pixel size (PROP_SIZE_PIXEL) of an
        image in a part of GraphicImport::createGraphicObject() that imports
        the wrap polygon.
        When there's no PROP_SIZE100th_M_M in graphic, the imported wrap
        polygon was simply dropped, and then automatic contour was generated
        for graphic. Now we import contour correctly in this case.
        
        Also, as paragraph background overlaps non-opaque graphics,
        we need to set opaque to true regardless of behindDoc value of
        wp:anchor.
        
        Change-Id: Ifa5eec9f8ccaf5ba051732b6e4f965ae8606a1cf
        Reviewed-on: https://gerrit.libreoffice.org/20103
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-23  Noel Grandin  <noel@peralex.com>  [0cda1453a0e24e9ad6884a1345e4514a86900346]

        loplugin:unusedfields in svx/
        
        Change-Id: Ia6531b1ff8882ad06084f11dd10e2b1fe3c8cf24

2015-11-23  Noel Grandin  <noel@peralex.com>  [e2c03fde5807b9a3a57321ff9396c3dd76ab4dcf]

        loplugin:unusedfields svtools/
        
        Change-Id: Ibab9bab1e36dd6bb938c2977d143d40a287bf4ab

2015-11-23  Noel Grandin  <noel@peralex.com>  [32303d062058f937b69ffffe753e4fc24e2f436b]

        loplugin:unusedfields in svl/
        
        Change-Id: Iae589bc1e0333c8e4cf89a3d061ba10094874520

2015-11-23  Noel Grandin  <noel@peralex.com>  [bc8c158ec6ba24b1ecaf5d3d57deb65ef0670f6c]

        loplugin:unusedfields in store/
        
        Change-Id: I0fae339e3736f98d5d534b8a01a3040c237c6621

2015-11-23  Noel Grandin  <noel@peralex.com>  [d47079668ee1a996685399521092fdaa5560be29]

        loplugin:unusedfields in sot/
        
        Change-Id: Ia1711d9289992525ed366f3dedcf95b6289f1eaa

2015-11-23  Noel Grandin  <noel@peralex.com>  [a07fc5bc15647f8fc368ee81a5dc67652c024eec]

        loplugin:unusedfields in soltools/
        
        Change-Id: I895a487b4c7be27fe81a2c4c122adb2aba37c638

2015-11-23  Noel Grandin  <noel@peralex.com>  [04fe52e947a63213358ce517df4f75e34578751e]

        loplugin:unusedfields in slideshow/
        
        Change-Id: I509dd0bdda284abb2b8abdb809bf1dec8b9632ce

2015-11-23  Noel Grandin  <noel@peralex.com>  [018bacf44a49f83eae34e2fb2187ffcb83259a65]

        loplugin:unusedfields in shell/
        
        Change-Id: I3a3f7144483cebaad6d64588ff0570f29ab24e27

2015-11-23  Noel Grandin  <noel@peralex.com>  [1aa29c829121d19548143a0e3b97b061c72afb3a]

        loplugin:unusedfields in sfx2/
        
        Change-Id: Id0d81901501683001107677c5573450c857ad094

2015-11-23  Noel Grandin  <noel@peralex.com>  [990691b144c1292f0263e0a8b8704b0ccbd7a168]

        loplugin:unusedfields in sdext/
        
        Change-Id: Ibf5083cde3553289b3a29c9b992800e4bd82e6e4

2015-11-23  Noel Grandin  <noel@peralex.com>  [980fe3f79102fdeb8d1b997668d9d5c2e1c7e690]

        loplugin:unusedfields in sd/
        
        Change-Id: Id6da990828ece02132032285116f3a20de423519

2015-11-23  Michael Meeks  <michael.meeks@collabora.com>  [56a9594649872f4076b6891f917138d2b1e8d028]

        Update-check, expand to allow reporting of H/W and OS versions.
        
        Off by default.
        Expand config options to show the user agent used.
        Re-use this to show more useful info in Help->About too.
        
        Change-Id: I1044116ef9beeb341a537c0f4451dca54e198f67
        Reviewed-on: https://gerrit.libreoffice.org/20098
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-23  Stephan Bergmann  <sbergman@redhat.com>  [91cbbb7797f048834b51690e9fab60aa778b1e44]

        loplugin:sallogareas
        
        Change-Id: Ibffaa2e3924877b22abbcd17aaa8fac01607f639

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc06f801ee79fd49d54c27121ae9b2904d99f09c]

        LOK: add Document::getTileMode()
        
        So that clients can know if they get old-style RGBA or new-style ARGB
        output in paintTile().
        
        Change-Id: Icfde4b3259444b3524e64478ccd976664a3fe0ed

2015-11-23  David Tardon  <dtardon@redhat.com>  [2e64d3edfa393156dc4c4debe2e74ed1d4df0f99]

        add missing semicolon
        
        Change-Id: I449c29112046729bae9b5cb0cd87ee6847fb6a4b

2015-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [3168dbbbe356164369f6b7edfeeb6ad217c56d55]

        starmath: Prefix members of SmCaretPos2LineVisitor
        
        Change-Id: I277a66d32af51af7e28fd424dedd7980619e9d6e
        Reviewed-on: https://gerrit.libreoffice.org/20104
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [29d2b9fc74fab4216bbf64284833eb1018f33d92]

        sw: nTwipstoEMU -> nPosXEMU and nPosYEMU
        
        It was used for both x and y positions, hard to read.
        
        Change-Id: Ie2461662671405a6348aa24c3946b376c123f699

2015-11-23  Tor Lillqvist  <tml@collabora.com>  [c5ee08d809bba566ef9ef4bea3c50c901e1c5c19]

        Change comment to match reality
        
        See include/vcl/devicecoordinate.hxx.
        
        (But why do we use the vague 'long' and not sal_Int32? Note that
        'long' is not necessarily any "longer" than 'int', so if we don't want
        to use (the admittedly ugly-looking) 'sal_Int32', why not simply
        'int'?)
        
        Change-Id: I8d27b43b64eaed86dd95eb89866db8d5680cc60b

2015-11-23  Noel Grandin  <noel@peralex.com>  [05eda0dc19af81ed0d5167bdd0a92113e6e8bc60]

        loplugin:unusedfields in sc
        
        Change-Id: If5123e676a27302f3e11475309bc748977c6f430

2015-11-23  Noel Grandin  <noel@peralex.com>  [56b2a2d874c5c74af0eb02d6d542f4dc9d748870]

        loplugin:unusedfields in oox,package,reportdesign
        
        Change-Id: I83d03dcc76b5f0d54ebb0513ae972acb0db8eef1

2015-11-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8c10722513b24b47b91f6469684f59c5136f574d]

        Updated core Project: help  229eff368cdbfd556ed83f051eb2000d2700ff7b
        
        Insert - Section - Footnotes/Endnotes tab is available in both views
        
        Change-Id: If21268f37c254753eac5ae4c52c931ebde73b6e8
        Reviewed-on: https://gerrit.libreoffice.org/20120
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [eb6c51c1d1171264f7a0762b8f4e36f971aa5f33]

        Updated core Project: help  7dd9f9b4144f5b3edb1acb2faaf3a9332dd590f4
        
        tdf#86831 Kill reference to long-dead URL
        
        Change-Id: I529c04e60732dd7cf6bd1765ec6c1ab67594b7e0
        

2015-11-23  Maxim Monastirsky  <momonasmon@gmail.com>  [229583f298b9de05e1ad1727e233d597995099e3]

        Fix build
        
        Change-Id: I310d10793613bae05d7b89f6cb4773a1c2d5556b

2015-11-23  Maxim Monastirsky  <momonasmon@gmail.com>  [1335f3bd80682987b5c1c7d9cb548e85b31e03b4]

        SvxSmartTagsControl: Do not leak sub menus
        
        And while on it, move other things to smart pointers as well.
        
        Change-Id: I8b234b8a9fe60e0ca82bb08e48f6b7db94cbcd4d

2015-11-22  Caolán McNamara  <caolanm@redhat.com>  [fae2fa55709f359847dc0e1099d6578c840f2748]

        crashtesting: fdo72067-2.odp missing SdrEdgeLineDeltaAnzItem::Clone
        
        Change-Id: I6dea8c690d07b670358f8488c6be83ec49c8ee43

2015-11-22  David Tardon  <dtardon@redhat.com>  [0c54f1978f0e95ca0e88e326a6ef52b10ee2f343]

        blind attempt to fix build on Linux-rpm_deb-x86@71-TDF-dbg
        
        Change-Id: I00c2ba6d65dde76eeea127c541810edd93ef9a1c

2015-11-22  Noel Grandin  <noelgrandin@gmail.com>  [55dd7c5223cc798d7b83559eba48b9d369db928a]

        loplugin:staticmethods
        
        Change-Id: I57ab559112201269ce389bb6eff737168cec1e78
        Reviewed-on: https://gerrit.libreoffice.org/20119
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-22  Julien Nabet  <serval2412@yahoo.fr>  [0bba0524c5090831653e7acae09e26b18f6bb481]

        Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"
        
        This reverts commit e110397a2816037b421bdcdeed0a2fdab5cd99d7.
        
        Variables weren't dealt with this.

2015-11-22  Maxim Monastirsky  <momonasmon@gmail.com>  [1fdddad68aa166c7fa3ebf18d7ba78eba319d2bc]

        Remove superfluous line in license header
        
        Change-Id: Ife858b771ecee5cc84a5ad185b8a74b69ec00655

2015-11-22  Noel Grandin  <noelgrandin@gmail.com>  [aad80e0b9a9f481fb608f1681f6e8bc280872da8]

        cppcheck:useInitializationList
        
        Change-Id: I744ff3e268fbffca9499121f3567640934aaae51
        Reviewed-on: https://gerrit.libreoffice.org/20110
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-22  Maxim Monastirsky  <momonasmon@gmail.com>  [0d6cd1a86bdbfdb4dcb763ef2b4ff06f3d465032]

        Silence "Skipping non-existent ... StartModule/toolbar/standardbar.xml"
        
        There is no such toolbar since 5319def848e855068512f0f895086ff7a1f9e44f
        
        Change-Id: Ia08eeba13d697b64f57ea9052a4c753340f5c304

2015-11-22  Maxim Monastirsky  <momonasmon@gmail.com>  [7de099027f428b4e82242fed62b9f1d0f5a9d1c0]

        Allow .uno:DisplayMode to be added to toolbars
        
        Change-Id: I31fedddb96afee820aaeedeea53096570594993b

2015-11-22  Jean-Pierre Ledure  <jp@ledure.be>  [960fdcbabe48cd426b78c9dcac66afa21d655883]

        Access2Base - OutputStringToHTML review
        
        Addition of "<a id= ...>" tag pattern
        Typos
        
        Change-Id: Id03e6224dc91249a9e6246ff94a80427ae76a86e

2015-11-22  Julien Nabet  <serval2412@yahoo.fr>  [9cd20bc273c651097122e5e265bb1b342983203f]

        cppcheck: fix 1 memleak (fusel.cxx)
        
        Change-Id: I6201d926e6987f231ce11ab6d3a502e8034b4818
        Reviewed-on: https://gerrit.libreoffice.org/20114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-22  Julien Nabet  <serval2412@yahoo.fr>  [e110397a2816037b421bdcdeed0a2fdab5cd99d7]

        tdf#95687: Wrong function names in Formula Writer are considered as SUM
        
        New fix which deals with specific "foo" case
        
        Change-Id: I479b30abf22315ddca6151cba220574029cb1a91
        Reviewed-on: https://gerrit.libreoffice.org/20113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-22  Julien Nabet  <serval2412@yahoo.fr>  [b388be4ec8a23337af5569ded370773a7b93fa55]

        cppcheck: fix 1 memleak
        
        Change-Id: Ic738033bc9a10df4ddc26c4538a6969d389dc631

2015-11-22  Takeshi Abe  <tabe@fixedpoint.jp>  [966c1e94e8e2669bd623999661b95cdfefa8c6b7]

        cppcheck: redundantAssignment
        
        Change-Id: Iad347c2575cdbd6ee117461ea89f16234ecdd49e

2015-11-22  Julien Nabet  <serval2412@yahoo.fr>  [0acf23044bdf003bee2df1e8a3066ed157343401]

        Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"
        
        This reverts commit 010ed5e6f4505647b0f9043d1cf5001db2057e0d.
        The fix was too naive and generated a problem during PythonTest_sw_python with set_expression test

2015-11-21  Julien Nabet  <serval2412@yahoo.fr>  [1ef899470fe85915b7ea3d22b29161977689c129]

        tdf#95963: Add required Clone functions for Impress
        
        See https://bugs.documentfoundation.org/show_bug.cgi?id=95963
        for more details
        
        Change-Id: Ia3fbf4db8d5b968e86007f7e9d6694d5e096f214
        Reviewed-on: https://gerrit.libreoffice.org/20107
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-21  Julien Nabet  <serval2412@yahoo.fr>  [010ed5e6f4505647b0f9043d1cf5001db2057e0d]

        tdf#95687: Wrong function names in Formula Writer are considered as SUM
        
        Just indicate there's an error if the function name is unknown
        
        Change-Id: Idad6dd1911c2e8a0206f70fb933fcfd540a887d2
        Reviewed-on: https://gerrit.libreoffice.org/19919
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-21  Julien Nabet  <serval2412@yahoo.fr>  [71f0e4e5e2efee05bccf13698752e84f5059db5f]

        tdf#83126: Find All: Don't ignore Search Direction Rows/Col option
        
        bAll (ie "Find All") seems a little tricky for GetBackward but not for GetRowDirection method
        
        Change-Id: I47d2b378fb493bcdc1ad30902a3a677eedc50789
        Reviewed-on: https://gerrit.libreoffice.org/20067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-21  Noel Grandin  <noel@peralex.com>  [41cde55f943ea43da1ac18987d30e33a0a551e1b]

        loplugin:unusedfields in basebmp
        
        Change-Id: I1a5da92deef152ef298e2036dbb2fbb65a5e3e7a
        Reviewed-on: https://gerrit.libreoffice.org/20076
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6f5589d5ed1e42512a04658ce57f1088b1fc1757]

        android: another part where underline and strikethrough commands were swapped
        
        Change-Id: I8fdde4b46e3e315a5b6a35cabc4495ebf69db057

2015-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e6ca4cf597d9fd1d2d34058adc70d22f2d7ec508]

        gradle based apk packing doesn't have .so limitation anymore
        
        and even if it had, everything ends up in liblo-native-code.so now
        
        Change-Id: I5d62cf619867d6d0f7c5d4f91acf529706ebdc75

2015-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9feffdbe0d588fb8307e35737150a16d18ee8595]

        android: underline and strikethrough commands were swapped
        
        Change-Id: Id7157ea5fadd684dceec52f69ec9279c4107b5f1

2015-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [24271e34608d75acdbfe762d080cb6059d6add92]

        update credits
        
        Change-Id: I411a7e26f536a1e4924f566a2ecba097fc134db2

2015-11-21  Andras Timar  <andras.timar@collabora.com>  [aa94dd9a5b5db3c51d5de1b5a3e9c8d9e7a22b5c]

        tdf#92527 unit test
        
        Change-Id: I05eb8e99d919eea267df174e948cec29bdf04e75
        Reviewed-on: https://gerrit.libreoffice.org/20100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-11-21  Eike Rathke  <erack@redhat.com>  [01de2fc790b50c04f13907026f1a7782009fea61]

        unit test testMatrixConditionalBooleanResult
        
        Change-Id: I6531a79b510da18b6799edd32d40cfce7dd2975a

2015-11-21  Eike Rathke  <erack@redhat.com>  [fd8c802533e962b8cd13f8aecc6a2a8aa487bba1]

        solve 6/8 cases of the dreaded conditional logical format in matrix results
        
        So we now have
        =IF({1,0},TRUE(),42)  => {TRUE,42}
        =IF({0,1},TRUE(),42)  => {42,1}
        =IF({1,0},42,FALSE()) => {42,0}
        =IF({0,1},42,FALSE()) => {FALSE,42}
        
        instead of before
        =IF({1,0},TRUE(),42)  => {TRUE,TRUE}
        =IF({0,1},TRUE(),42)  => {TRUE,TRUE}
        =IF({1,0},42,FALSE()) => {TRUE,FALSE}
        =IF({0,1},42,FALSE()) => {FALSE,TRUE}
        
        Not perfect but better..
        
        Change-Id: Ib4970f3c4c1bea87130730b956a0a6754879c6e6

2015-11-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9639fc200b5c0779b1e60d04aa15f8f2e7868724]

        enable opengl by default for Windows
        
        Change-Id: I8683db0b038e89c1c9b4b723f31a205e80d9be6a

2015-11-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b1878ab683adeff6d151617fcd8f4a4530366e0e]

        opengl: populate blocklist
        
        Change-Id: I815d4cefb6185865d48bdcec294f52a61f53241a

2015-11-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [04ed83d65c00dd9896b80877bd867af52edad375]

        opengl: fix blocklist parsing
        
        Devices weren't copied correctly - delete copy constructor as
        it is not needed.
        
        Split parsing to more methods so it is more readable.
        
        Parse vendor name (ati, intel, ...) and convert to vendorId
        
        Change-Id: I91ed7d8c5713dec160e217defb27f25cd3e8178c

2015-11-20  Michael Meeks  <michael.meeks@collabora.com>  [c082bf7ad2be15133bf3ca96a9fb5f192032805b]

        Cleanup while reading extensions.
        
        Change-Id: I99c630c2b497b695365728ce5a2497ff64ff9f1a

2015-11-20  Jan Holesovsky  <kendy@collabora.com>  [056bce9c6150d23f952888ec525b9820aa7230e3]

        sc: One more place needed when one wants to enable the S/W interpreter.
        
        Rename the variable too when I am at that; it may be broken, but the user
        knows what he/she's doing when using an env. var.
        
        Change-Id: Ia457c477e5677e7f89a35b331df0933e2eb3f5b3

2015-11-20  Michael Stahl  <mstahl@redhat.com>  [e8169a821c40ee4b0c427f5c2e9b7fa6ab3b4536]

        Revert "tdf#95614 fix freezing with linked images"
        
        This reverts commit 58e2a9efe554ff2ac09a902d13a18e954487b672.
        
        It breaks CppunitTest_sw_globalfilter.
        
        Change-Id: I0eb787d698276b86bf4d77a5300ea98cce0fdea5

2015-11-20  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [b3ce63e5a5899088def6458ae80a354c926f9891]

        slideshow: Reimplement reflections in shaders, and port Rochade and TurnAround
        
        This removes the hack reflections were previously, where a black quad
        was drawn on top of a mirror version of the first primitive only.
        
        Change-Id: I8c0863ab30e85d0130a8d7e838f3514e9be93788

2015-11-20  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [f62990a835e4751366f0e499f2f9c9b92889c039]

        slideshow: Reimplement both Fade transitions in shaders
        
        Change-Id: I94187b9316a206578bb738411053afe070703f09

2015-11-20  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [1f91c05c55a32375d27eb23219928d0f01d4bc00]

        slideshow: Make SimpleTransition inherit from ShaderTransition
        
        Many transitions don’t like the simplistic default shader, especially
        since it doesn’t handle lighting or reflections properly.
        
        Those issues are addressed in the following commits.  TODO: except
        lighting.
        
        Change-Id: Ia99308deb87c97d9bbe1da32aac64d0437061a84

2015-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a37364a017e74b93b89378b63268eae05aa7552f]

        wrap to allow for tests with longer names without inconvenient linebreaks
        
        Change-Id: I9d1ae01d29ff08ce9de34d86088c1bbbe53bd159

2015-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [baec6a144863e9a2ea892dcdf4026fe4f946c8bd]

        Revert "Fix dependency for Mac"
        
        This reverts commit de37e7ae4808dc9cdd84a8c21411958ed51db56.
        This should now be properly fixed with a2185987.
        
        nitpick: That commit was refering to a wrong commit anyway, it should
        have refered to a2185987d instead.
        
        Change-Id: Ic46db94568ac4074f471f42678cdf8d9fb32ef67

2015-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [95f22f8a691e6ab30c502947e7513976110366ff]

        set gb_PythonTest_DEPS in .../platform/macosx.mk for real
        
        Change-Id: Icc7f6f063e6a31d3d84e9757dc45859f6fe1703c

2015-11-20  Michael Stahl  <mstahl@redhat.com>  [391bcf348d585b5e246ec808833af522edd371f2]

        libxml2: upgrade to version 2.9.3
        
        - drop libxml2-freebsd.patch.1 (upstream libtool 2.4.6 does the same)
        - drop libxml2-vc15.patch (fixed upstream)
        
        Change-Id: Ia2f194f39efebd3d2ea924d23a5543ac53e93116
        Reviewed-on: https://gerrit.libreoffice.org/20084
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-20  László Németh  <laszlo.nemeth@collabora.com>  [58e2a9efe554ff2ac09a902d13a18e954487b672]

        tdf#95614 fix freezing with linked images
        
        Change-Id: Id9c718fda8f15d804e07ad87ff4ca930c2ea70cf

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [8f7025b50f50839a30565d2308dcf340bbf46a97]

        Adapt Windows-only code
        
        ...to b8793748b0eaaa3fe405587fcb2a3021adab833b "Seems more natural to pass a
        homogenous list by initializer_list"
        
        Change-Id: I1c6816a442b57572a307251de1de5652a9d2a63a

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [4f4a4d7eb6438cb35a82545d59d01259ba79cc96]

        loplugin:nullptr
        
        Change-Id: Ieb8821ed16707afd26329cb84277c96dca66d5b7

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [f28420515c380de646db507be92312e26afaffcb]

        loplugin:stringconstant
        
        Change-Id: Ia0a89419fffb9081df7da4696c3ec21ef3f0256b

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [ec5250dcc63f5c83c9747bbd7e2aae57291a5e8e]

        loplugin:staticmethods
        
        Change-Id: Ia306219fdcce4633e85c34db343a99b21e88157e

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [8e0ef3a3964ff6b43adfa173c2286e437f36f2bc]

        loplugin:nullptr
        
        Change-Id: I12e145be9c9f19c51e86075298f616b003054e10

2015-11-20  Noel Grandin  <noel@peralex.com>  [c2ef6387de22d76537e44ec74bd13d718f915814]

        loplugin:unusedfields in cppcanvas
        
        Change-Id: Ibba6a89ba87970bf08c44e8a70ce0dd1e9f75956
        Reviewed-on: https://gerrit.libreoffice.org/20081
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [de37e7ae4808dc9cdd84a8c21411958ed51db5b6]

        Fix dependency for Mac
        
        ...broken with 4f76e46290b26deeb4f9660c580a5ffef58a557e "make CPPUNITTRACE=TRUE
        a shortcut for debuging on WNT"
        
        Change-Id: Ie6a601da3d4310ea4d43410f8a8e2ddaa16e287d

2015-11-20  Laurent Godard  <lgodard.libre@laposte.net>  [536c259cb9644971d0eb0cdfb7d823c5383a5481]

        tdf#67770 store sidebar elements states
        
        deck & panel states at user registry level
        when disposing a sidebar
        
        if a shared deck (with "any" context application) is modified,
        it apply to all applications (eg. Gallery between calc and writer); TODO ?
        
        clean ResourceManager Get/Set const/non-const
        
        add panels when deck is created & refactoring
        
        * macro example
        
        Sub Main
        
        controller = thisComponent.currentcontroller
        sidebar = thisComponent.currentcontroller.getSidebar()
        
        sidebar.setVisible(true)
        
        decks = sidebar.getdecks()
        deck = decks.getByName("PropertyDeck")
        
        deck.activate(true)
        deck.setTitle("new deck title")
        deck.moveLast()
        
        panels = deck.getPanels()
        panel = panels.getByName("TextPropertyPanel")
        
        panel.setTitle("new panel title")
        panel.expand(true) ' expand and collapse other
        panel.moveLast()
        
        End Sub
        
        Change-Id: I2552000af92a366ebb51a479962a094b72e400b6
        Reviewed-on: https://gerrit.libreoffice.org/17992
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-20  Noel Grandin  <noel@peralex.com>  [ce6170dafe0159e2a1d689133c070b25fa39dd12]

        loplugin:unusedfields in canvas
        
        Change-Id: Ic532ebf1f929044d72ee3abca29c8275cbe837ac
        Reviewed-on: https://gerrit.libreoffice.org/20078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-20  Maxim Monastirsky  <momonasmon@gmail.com>  [4f69d0810e76f17b2a24f74dc99c4b8a31ac63b7]

        Change the bits of the save button dynamically
        
        When the save slot is disabled, we want it to become
        a dropdown only instead of disabling it.
        
        Change-Id: I22fb04c8a0c9afc0a1af8f031a584cdaa99484f9
        Reviewed-on: https://gerrit.libreoffice.org/20079
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  Noel Grandin  <noel@peralex.com>  [6c1c9c4a57ca29c2ba8749a945a476f082ccac44]

        fix build
        
        after my commit e3990370f832c8a69d1b6b22ec315dc0616d5535
        "loplugin:unusedfields extensions"
        
        Change-Id: Ia9d10e7df88e9a82cf5c8bd883346ead3debd2bd

2015-11-20  Noel Grandin  <noel@peralex.com>  [ccf9d889fd3b21473e201b0d25a714d10474bc96]

        loplugin:unusedfields in basegfx
        
        Change-Id: Ibf7455fd20522ad52031089d2700533efc56c395
        Reviewed-on: https://gerrit.libreoffice.org/20077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-20  Noel Grandin  <noel@peralex.com>  [0f5d0aaed33d68cb6fe52d693d351dda79b990bc]

        loplugin:unusedfields lotuswordpro
        
        Change-Id: If7d15d4293993f52e68ac059b3091aa88fb68e95

2015-11-20  Noel Grandin  <noel@peralex.com>  [2e1d74dc4fb4590fd7ded360457ad867a9002e94]

        loplugin:unusedfields idl,idlc
        
        Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c

2015-11-20  Noel Grandin  <noel@peralex.com>  [60e61e4434b3c8443bfa1303122be6a9773a70f2]

        loplugin:unusedfields i18npool
        
        Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea

2015-11-20  Noel Grandin  <noel@peralex.com>  [275ccca3d266e8ffd837b53a35bc2cbd6cb95660]

        loplugin:unusedfields helpcompiler
        
        Change-Id: I8a4feaea642cf781fde54e4afc5cd98e326f8db3

2015-11-20  Noel Grandin  <noel@peralex.com>  [fafac0d248c3ebc8eb9a9cef5fa68f193d851b33]

        loplugin:unusedfields forms,formula,fpicker,framework
        
        Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279

2015-11-20  Noel Grandin  <noel@peralex.com>  [b55fb34c4baab993cf3286448b6c00b5ae095be0]

        loplugin:unusedfields filter
        
        Change-Id: I6c049c5318b71c48cd4e64d2b051035012dc11e4

2015-11-20  Michael Stahl  <mstahl@redhat.com>  [45d1abeff9d4041b3e174f0eddd10bfd6ab8a360]

        libxslt: add patch for CVE-2015-7995
        
        Change-Id: I733cd21f6d8c7ea1e01f594d1483ad9c2043c188

2015-11-20  Michael Stahl  <mstahl@redhat.com>  [e5c55a6f99052d71505ca97d7a1ef3822960cbba]

        shell: rename CppunitTest to the same name as the makefile
        
        Change-Id: I3d1ef0573a460a3101cb8c9afd30162397d8012c

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [b8793748b0eaaa3fe405587fcb2a3021adab833b]

        Seems more natural to pass a homogenous list by initializer_list
        
        ...than by template parameter pack (even if that requires using ServiceDecl*, as
        initializer_list cannot take reference types)
        
        Change-Id: Ia986201b52d8daedfe925f132ebc79bc2c0ba378

2015-11-20  Noel Grandin  <noel@peralex.com>  [e3990370f832c8a69d1b6b22ec315dc0616d5535]

        loplugin:unusedfields extensions
        
        Change-Id: I7cee47eca35b02472639cdd267ddd450145803de

2015-11-20  Noel Grandin  <noel@peralex.com>  [6ed47b1da44340ccc7a13e54b2366537ef53a9fe]

        loplugin:unusedfields in desktop
        
        Change-Id: Iab2f05ca2ec2bc313121b4edfb9a0129911c2c91

2015-11-20  Noel Grandin  <noel@peralex.com>  [3aff028b8f8c62d948d0d6f29a8bd4d169d1e762]

        loplugin:unusedfields in dbaccess
        
        Change-Id: I563c3727c1719fe21acced269e5469c2de7112e8

2015-11-20  Noel Grandin  <noel@peralex.com>  [19a61ea8e11eab4a3fa2f3afa0c176d066732cf4]

        loplugin:defaultparams
        
        Change-Id: Ia9dca11a7e38fcf2b7b4b0d2459c85a1348f8c43

2015-11-20  Caolán McNamara  <caolanm@redhat.com>  [8aa7394dfbffcadd3aa528544027af801ad3d4b6]

        don't warn on Color streaming missing Solar Version
        
        Change-Id: I47e6a21fde77028c7a717b095883497888806501

2015-11-20  Caolán McNamara  <caolanm@redhat.com>  [742da70e6dd2407641835cbcac54b09aeddcb9db]

        Resolves: tdf#92687 implement drawPolyPolygon via cairo
        
        modeled on the quartz impl
        
        Change-Id: I2f6776c14c7350954932df2bffcca36172f13473

2015-11-20  Noel Grandin  <noel@peralex.com>  [cd5c79905651c7052adb44f39f2a3ce3ee24186f]

        fix build
        
        arguments to SAL_INFO are evaluated even when logging is off
        
        Change-Id: Ib0d391c0f080760be83f6e17dc0772b14f41fd4d

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [009face61bb5c7a8e19345ce5531075b7599dd79]

        Revert "vcl: Initial NotebookBar implementation."
        
        Will use a different approach for NotebookBar.
        Also this should not be in 5.1.
        
        This reverts commit 8c1014021dbe9da2e18233d215b970f5359db67b.
        
        Change-Id: Ic699723818a890bf4c3be3a2c045527148bd118b
        Reviewed-on: https://gerrit.libreoffice.org/20075
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  Noel Grandin  <noel@peralex.com>  [216879f1edced1b696bf27d40989280a363b69c4]

        loplugin:unusedfields in cui
        
        Change-Id: I92d7c3e2dde0808304ee3877ba1fbd13ee63eb38

2015-11-20  Noel Grandin  <noel@peralex.com>  [048f3960846a7b1f6ad57d28cdefb794191068ee]

        loplugin:unusedfields in comphelper
        
        Change-Id: I2e410c973af2eb443fee8fe787920bf6bc205d95

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4a27c2c7782de0aec0da9e74218c2a3d629edca5]

        Remove last redundant toolbar:style properties
        
        Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b

2015-11-20  Noel Grandin  <noel@peralex.com>  [c79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781]

        loplugin:unusedfields in chart2
        
        Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31

2015-11-20  Noel Grandin  <noel@peralex.com>  [ad278c2b3a83f2fb2896aa048820cab93fddba69]

        loplugin:unusedfields in basctl
        
        and improve the plugin to search for only WARN_UNUSED and fundamental
        types
        
        Change-Id: Ic06207758e28d44d64d76d8119fd76b5b098bb05

2015-11-20  Noel Grandin  <noel@peralex.com>  [6f5c6cf4902c3a4a49567e95ff26260632a8f4e9]

        mark WeakReference with SAL_WARN_UNUSED
        
        Change-Id: I9d56cdecba8066058a0c6f128720534fcf6f6e34

2015-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f411ef1b8065d3ae03d1a820812e64b250de0932]

        sw lok comments: implement painting of the vertical scrollbar
        
        This one is special, as normally its map mode is in pixels, but we need
        all sub-widgets to work in twips when tiled rendering.
        
        With this, the scrollbar widget (both the buttons and the
        button/background area of the scrollbar itself) is painted at the
        correct location when Writer comments have enough content so the
        scrollbar is visible.
        
        Change-Id: I4ee9ef8618974b965339078d2262364ec19732ef

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b60e464cb6bb7f4d90e806c46eaf3dd184a37163]

        Remove redundant toolbar:style="radio" property
        
        Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b
        Reviewed-on: https://gerrit.libreoffice.org/20074
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  Noel Grandin  <noel@peralex.com>  [9c5060a6f9c8e94965178dc44bae6ce744d1eb7c]

        attempt to fix tdf#95935 - CRASH on startup in o3tl vcl code
        
        I suspect that the problem is the shift and that converting it
          "1UL <<"
        will fix it
        
        Change-Id: I4808b833453a544aeb732192758d323f358c3ab0

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [ab9add5c96490801a7e1761306c41131468db703]

        loplugin:sallogareas
        
        Change-Id: Ib1f06cb5f925535858bc14aab6f59ad7fd2a3a8d

2015-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f208103998cfeffef239c66043184654c00dffda]

        vcl ScrollBar: audit Draw*() calls in ImplDraw()
        
        These member functions take logic units, and the only case when omitting
        PixelToLogic() all the time works is when both the widget itself and
        render context has a pixel map unit.
        
        Add missing PixelToLogic() calls where the input is in pixels, so in
        case the render context has some logic units, the output is still
        painted at the correct location.
        
        This is needed for e.g. tiled rendering of the scrollbar of Writer
        comment widgets.
        
        Change-Id: Ideb75625b1f6349c5f18342e6f438fd5d7c31dcd

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e58120920f5dd978213ea4387a42ae7e376b2922]

        tdf#95938 Toolbar context menu has no commands
        
        because of an integer overflow
        
        Change-Id: I75103450d0af59fd6f3196f451984e0dce45c693
        Reviewed-on: https://gerrit.libreoffice.org/20072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [20b279e134e6d6d60f0ea46c5e000303e869d241]

        -Werror,-Wunused-private-field
        
        Change-Id: I106c03219ae9107cdb981d9f5e4859bc95926957

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [2452a742abb5714684d369aa505ca837db98d27b]

        Remove redundant toolbar:style definitions
        
        Change-Id: If255e6bebe501f1b0959613ce091b322af064628

2015-11-20  Noel Grandin  <noel@peralex.com>  [fe3fd05966a668c1cdf53e8221b8614e9a07de65]

        add mapKeysToSequence/mapValuesToSequence methods to comphelper
        
        and use them
        
        Change-Id: If4dc9df63db37185228aeaaab2979498d61304ec
        Reviewed-on: https://gerrit.libreoffice.org/20055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-20  Noel Grandin  <noel@peralex.com>  [1d5c39192e81f950289dbdd7991a0e8a67c0aabc]

        new loplugin:unusedfields
        
        run it over the framework module
        
        Change-Id: I1220a4be0936ba30136ce22ffd78633c8a7b9d35

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [d4857e30b1defde21895ece6b29c8c9829168a50]

        loplugin:override
        
        Change-Id: Ic89d255bf56234a82b23ad6cc36d8d1250acbcab

2015-11-20  Stephan Bergmann  <sbergman@redhat.com>  [9a29e2f539fe3ca21229d6073455a736c64cc4e8]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I7c7d3dda02a3745128a5a125b4b6952e087cdcda

2015-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5eb7759d445d5ea26f603de03cab3d6bc5b262ee]

        SwPageFrm::IsOverHeaderFooterArea: check for IsActive() only later
        
        Checking for a bool is certainly cheaper than a chain of member function
        calls.
        
        Change-Id: I9520194e58e75264f3fcbb413a618e3995f59a4e

2015-11-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6f493f9e379af1e005b85606c6aab515726be993]

        Impress/Draw: Open Navigator in the Sidebar
        
        Change-Id: I9a4ba3fd9c3909ccc5dfc459478a7b9b59fdc70e
        Reviewed-on: https://gerrit.libreoffice.org/20050
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ec544c4b0512b42a9cb1e32d9e3cd9577f5b1f47]

        tdf#95916 Update Alizarin.otp
        
        Modify styles.xml to not use japanese language specification in style
        for date
        
        Change-Id: I0e418c06d5c8d6b04eeaa3e6f6c33c194ee2ef3f
        Reviewed-on: https://gerrit.libreoffice.org/20063
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-20  tagezi  <lera.goncharuk@gmail.com>  [fd748e1d32d1798a3495e62b9d103f5d7435a223]

        Updated core Project: help  e76de4d2ed263ec64b9aeba984c4830cd23a93a9
        
        changed place a attribute localize="false"
        
        the attribute localize="false" can not located in a tag embedvar.
        moved in the paragraph
        see OOo2HelpAuthoring.pdf, page 47
        
        Change-Id: I56202e0cdddaed49c277fa882df96c80f3f6957d
        Reviewed-on: https://gerrit.libreoffice.org/20069
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-20  Takeshi Abe  <tabe@fixedpoint.jp>  [186f365a2c541c51e404b1fa819f35c9152adaf1]

        starmath: Use std::unique_ptr for exception safety
        
        Change-Id: Idc71dc410000b88463440dd18f41ff945b7616d7

2015-11-19  Andras Timar  <andras.timar@collabora.com>  [11b7a2c89b8e155bf1da79107878f066847b46eb]

        tdf#92527 construct default Segments sequence, when there is none
        
        Change-Id: I78ddbef3ac96f10f334c45a467dafb95bb9e3453
        Reviewed-on: https://gerrit.libreoffice.org/20051
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [ff522704109078a0cde844c74d608137b7c70f42]

        loplugin:redundantcast
        
        Change-Id: I89281db92f9b75e972313a95c33473d7649a9bef

2015-11-19  Tsutomu Uchino  <hanya@apache.org>  [054d3251d770a6104c524fa7483011877ed657b1]

        Related: #i72580# Add descriptions about State property and button command
        
        (cherry picked from commit 78dce87d4bd6936f0310d96381a0130f3ba82ed0)
        
        Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37

2015-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dea0a9775c1ab8c6ce8bbf00df83757cba34fb0]

        gtktiledviewer: allow setting custom background color
        
        E.g. it helps testing the semi-transparent shadow around Writer pages to
        append "--background-color yellow" to the commandline arguments.
        
        Change-Id: Ib94750e936abe3f41e4982534431fd5115e2c543

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [f4f71e96f82a819908fa2b3c7b11412e04adf63b]

        Fix Clang version check further
        
        Change-Id: I5b4fbd8e56b20996406116732c5229fff4696650

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [cda5c7ab237fa839aa931556ec66ac37e6f6a955]

        slideshow: Port all matrix operations from GL to glm
        
        We are still using glPushMatrix/glMultMatrix/glPopMatrix until
        everything is moved to shaders, at which point we will upload it with
        glUniformMatrix instead.
        
        Change-Id: I1684700eb9ed5867c5a2ae2b4e8cf2f1805f4d70

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [e18da092ef9a81202c9ec941bcb9876f257eed5b]

        slideshow: Batch primitive display as much as possible
        
        We now set the state and upload all vertices data at once, before each
        batch, in order to minimize GL calls during drawing.
        
        The next step will be to move to shaders, in order to use per-primitive
        uniforms instead of changing the global modelview matrix and issuing
        another draw call.
        
        Change-Id: I8c7cf29047047b9cad575cc6264485ae77d6ba10

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [04e2caeba5e346fb5d415d633b1956ef24c41037]

        slideshow: Use gl_ModelViewProjectionMatrix in vertex shaders
        
        ftransform() is deprecated, and we shouldnât do an extraneous
        multiplication to obtain the two matrices together.
        
        Change-Id: Iaa16c106b8b702468f7be643a812107f0967acdd

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [cad6045f5c1870bbc7b3c909b08b84d9d1ccc235]

        slideshow: Always enable normals, there is no case where they are empty
        
        Change-Id: Ia45a3ec98a1f548b5a976f485d4165bb3d1ff2e4

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [ba02afad40570cf45b1f4af3287333e7c060a3fd]

        slideshow: Don’t create the permTexture if the shaders don’t use it
        
        Change-Id: I0aefe2130a85303213e247676d45546d9859cf62

2015-11-19  Emmanuel Gil Peyrot  <emmanuel.peyrot@collabora.com>  [f41358a71f4a6641141d90c33cdd763f9c4d3395]

        slideshow: Rename getVertices into getVertex, to match its only usage

2015-11-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [42a950178c32317ccd42a37de4a56bbdd753a1af]

        Remove redundant toolbar:style attributes
        
        These have been defined in the widgets
        
        Change-Id: If46a6862872286a454804846128bd8658f60af9b

2015-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [85c5baae7b3e09e62ed4028fc434e7245a9f97bb]

        opengl: use correct hex number for Win 10 (Major 10 -> hex A)
        
        Change-Id: Ib54fe6394173e905ef8c395ced86692290959369

2015-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a4bcb8c0be3b5b404fb84e2954f1b22a50e85a31]

        readability
        
        Change-Id: I8fbff3f86a543a58259408914bb78f992ad65864

2015-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3711ccb777a6a69d68ed221bd642c8dcd5557628]

        opengl: support Win 10 in black/white listing
        
        Change-Id: I9a3055fc60f738ab941816e40f4dd147deedafbe

2015-11-19  Michael Stahl  <mstahl@redhat.com>  [e253ff9631c1939a11442f966674c1e49f408bb3]

        cppuhelper: enable CppunitTest_cppuhelper_qa_weak
        
        Change-Id: Ie2339b31b1a2293183a29defb8a4944cb9eb61a8

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [0f54e537c68e9b1e95769465aa7f7cd189c67053]

        missing namespace
        
        Change-Id: Ib291151508756035fbfde1805ba48e746d96dd59

2015-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ece5c870a0ce39690109777bb8f76c1463a10c2]

        sw lok comments: optimize sidebar text control invalidation
        
        Instead of invalidating the whole area, invalidate the sub-widget when
        the whole area of the sub-widget would be invalidated.
        
        With this, a test comment with enough comment to have a scrollbar
        results in 3 paintTile() calls instead of 11 ones (70% save).
        
        Change-Id: I2fe317549eefac9a63aaf50f5a9a242e15c4dc86

2015-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [162ae47a046b0c501e09d611a9834e875db884b8]

        editeng lok: invalidate on scroll
        
        E.g. when a Witer comment has long enough contents to get scrolled, the
        desktop case repaints its contents by vcl::Window::Scroll(), followed by
        a vcl::Window::Update(), i.e. vcl::Window::Invalidate() is not called.
        
        The result of this in case of tiled rendering is that no tile is
        repainted, so call vcl::Window::Invalidate() after scrolling manually.
        
        A generic VCL-level invalidate-after-scroll is not wanted, as the
        scrolling of the document contents and the main document window is not
        in sync when tiled rendering.
        
        Change-Id: I74296a0f0e52c92cf3db6aefa73f28bb2b202871

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [b0339005b820149f86e691f88f0540c07a306d69]

        loplugin:sallogareas
        
        Change-Id: I2220ab194384fb397716bf3227d38716ba54f537

2015-11-19  alexey.chemichev  <alexey.chemichev@gmail.com>  [24346dc6630471da65a2c19d767cb9deed73405a]

        tdf#90904 Sorry, mixed Characters and CharactersWithSpaces at a first time
        
        Without this patch Windows Explorer shows different "Character count" for the same text saved with MSW an LO.
        
        Now both stats are explicitly exported this way:
        NonWhitespaceCharacterCount -> XML_Characters
        CharacterCount -> XML_CharactersWithSpaces
        
        Change-Id: I0a3b827629e88ab5e09aa8440e5f19e7fba2d831
        Reviewed-on: https://gerrit.libreoffice.org/20058
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-11-19  Maxim Monastirsky  <momonasmon@gmail.com>  [a95f2e02e1ede0a0533312705aa27c82619ed340]

        The base class does this already
        
        Change-Id: I102c7c83bc335d8b5bf597ff0610e65147d4ec9b

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [fdab1a6bed363edcc4562dba6799de8f6ef0a872]

        Fix thinko
        
        Change-Id: Ie7bc589e11687db38057adbbb7bb803e425628cf

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [c4db7aa8ac9b0db07d6143e8f8149293b17b6f3c]

        Don't register a glyphy package if we aren't actually building it
        
        Hopefully fixes the Mac tb.
        
        Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57

2015-11-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [1d6480d5c4bc3e37445887b41b810aab613e6990]

        tdf#95931 Add 'Open remote file' to menu in start center
        
        Change-Id: Id5c749b3575e210bc4ef36603a7565ee96917dca

2015-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a1b9ac592c026de6c764277a6ad1f8db9a4a679]

        sw lok comments: don't paint hidden comment sub-widgets
        
        Change-Id: Ia513821b43729951c7b097fea498f0e22b9d10ea

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [5f12bcf15367954b985729189e0437b2b5059425]

        WaE: potentially uninitialized local variable used
        
        Change-Id: I66504a2275350f4c4fa6a615e30f5cd1c332d686

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [9e3a6f00fdcc349875cb53195ede79ca8048b9cc]

        WaE: unreferenced formal parameter
        
        Change-Id: Ic37e2e89af0c5fec7f43cf07420549d8d57de393

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [d028ea787969a8a273d5356ccd88304b31b71deb]

        WaE: local variable is initialized but not referenced
        
        Change-Id: I27cdec1418e22039cdb2e20b980d2e90eeca545c

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [5bf3daf9cb18610e2869997c64dc1ec31d863a51]

        loplugin:nullptr
        
        Change-Id: Ie461bc10ee2f7d2329a23c86bdc922839bea7974

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [2b66862f22c06ed048aea80739b09cfd16d5c063]

        ...and make it clear that RegParamKind /is/ used
        
        ...and will not erroneously be removed a third time
        
        Change-Id: I7007dbd1d3a1762523c0ce54a04c37a5d2203a48

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [9124ab7422da276d707ce84ce9097cda33f0d7b5]

        REGPARAM_INT/FLT /are/ used
        
        ...broken with 53f16c39f5c4c69ab603bf9098daec71f7a0acb8 "remove unused typedefs
        and inline use-once typedefs"
        
        Change-Id: I4b1343b98733ae998c7f9c594a86d65348402d28

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [e461f7efcb77ce771835054c22ea0353555d9237]

        Do use libo_CHECK_SYSTEM_MODULE for GLYPHY after all
        
        Set the CFLAGS and LIBS for it in config_host.mk.in, and handle the
        SYSTEM_GLYPHY case properly in RepositoryExternal.mk.
        
        Change-Id: I56a7fe72b675b6dd4514bbd1739b53f5871ed36a

2015-11-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a3eec8a043eae4417276938968a5a8e227d23111]

        Toolbar: Add 'Save As' to 'Save' dropdown
        
        Change-Id: I6597ae5569b29d09a8c44fc9a55b71166aa37b05

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [928fb2c711c10b372dc5b4fb3703a2fa5c40ac03]

        We don't actually use GLyphy on Linux yet
        
        So don't link with it, to avoid pointlessly depending on the very new
        glyphy package in Debian. Change this back once needed, after 5.1
        branch-off.
        
        Change-Id: I4e2e873858841429738e2992676a0142acc528ee

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [0c5e59d93345a6a4a1fc965adcb0bb743a933ebf]

        Check for system GLyphy only on Linux and Windows
        
        Won't ever be any "system" one on Windows, of course. And I think it
        will take some time before Linux distros packages GLyphy, too.
        
        But the main point is that I don't want to bother with building GLyphy
        for anything it isn't used on anyway. (Sure, it isn't actually used on
        Linux, either, but there might be somebody who wants to work on that.)
        
        Also, there is no "include" in the GLyphy source tree.
        
        Change-Id: I063369c92e8d4b868cc66513c9ec12aa4fc65f37

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [77cea16a2805364ab78eeec4a80155da25dcbd66]

        Make using GLyphy optional at run-time
        
        Change-Id: I7053f16c25f5506d15ebc88f1b0465493dd35077

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [a12454b390a718e982461255491c0f26a5a3bbca]

        Use GLyphy for text on Windows (broken)
        
        Work in progress. Produces visible text in some cases, but not nearly
        all. The text that is visible is roughly in the right place and of the
        right size, but horribly ugly. Compare to glyphy-demo, which does
        produce beautiful text, so the problem is not in the GLyphy code but
        in the way we use it.
        
        Include sources from GLyphy's "demo" directory (with only slight
        modifications to avoid unconditional debug output) and use that "demo"
        API from vcl.
        
        The changes to existing vcl code are all in one place, in the
        winlayout.cxx file.
        
        Change-Id: I69cce5d66db534c6f4c1ab85d520b6090baf8fe0

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [2afd347f508a3e30dd7065061c48f4f738e17934]

        Update GLyphy to match upstream
        
        Change-Id: Ia1fe3f5d44e2194f87f1b7655ee28148fb614e81

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [2d34fc59a6152cc79b3d27e9e9763ae18dc9f2a4]

        Avoid automake, patch also Makefile.in
        
        Change-Id: I3e52b0a86126f0937649db40cb716bcf3066381a

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [bb2ee8c2b550186e48ca5f069dcf8a9d69d65729]

        Update the GLyphy patch for Windows
        
        Make it match https://github.com/tml1024/glyphy (for which a pull
        request has been submitted).
        
        Change-Id: I7bce0ad711d018e8dd5b8da971e233c381d0dc83

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [88e806d7b68e295b026a9bb3f3f93c30842e4d97]

        Link with GLyphy also for Windows
        
        (We don't actually use it yet for anything, though.)
        
        Change-Id: Id246a2a4853ba4d6dc09372b9cebcbb983363d36

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [5b5ab82dc881d3063f791bcb6192672f737f24c3]

        Add ImplFontMetricData::mbTrueTypeFont
        
        Indicates that the font truly is a TrueType one (FT_IS_SFNT in
        FreeType, TMPF_TRUETYPE in Win32).
        
        Change-Id: Ic9dbf5e5239ae2ca597c454091fc36073a3b19cc

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [0e6e0cea8fd5c02191f529b946c4df294072477f]

        Add OpenGLContext::UseNoProgram()
        
        Will be useful in cases where there is some external library code that uses
        shaders outside of our OpenGLContext.
        
        Change-Id: I59c57e3225f55d13e69b6a9b7c0db1a7487c586d

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [c33a63598db3f275e7555831458e1b9d4a4c0da3]

        Use correct GLyphy library file name in the MSVC case
        
        Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [24beafda53baa1a2ca37a0d4d05331bf59b0dcab]

        The GLyphy headers in its tarball are in "src", there is no "include"
        
        Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [60a09acf5171de4177cc430e11f39a4372d46693]

        Add glyphy-windows.h for feeding GLyphy Win32 font data
        
        Change-Id: Iba7ed7d0e889f151c0b3d27de49fd6f14ffcd112

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [626bf18d7d4aec975f635b0dfe3894082e7ec487]

        The glyphy configury takes no --enable/disable-debug option
        
        Change-Id: Id098945656c0d97a0fc11efb42a0d09efb3e5557

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [0dd67234ea4ec3913f23b5de1a2020d868f61cdb]

        We (unintentionally?) build a static archive with MSVC
        
        Change-Id: Ief0ccec4b63e2ac767285f4c19175fa000eaad6c

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [abbf317d3b987f7dcf0f7988fef59a64d9751597]

        Need _USE_MATH_DEFINES with MSVC for M_PI_2
        
        Change-Id: Ieb7671480b88304a94066965d10d455865915090

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [4817f7f8773d93887136ec2f0e4671319850db2c]

        Fix some thinkos or copy-paste mistakes for glyphy
        
        Change-Id: Ie008086c2a34081c9f50a61808b73b66eda58e2c

2015-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8311c6ed4970d22e7a6459fa7ed2779560e5e11d]

        link vcl against libglyphy
        
        Change-Id: I5b206f5d857d28acda82ce8ac53f835142f46da2

2015-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef0155814e096be38ac4511a3628e3e1a4d18da3]

        integrate glyphy into the build
        
        The used glyphy is not directly the upstream version. We currently use a
        patched version that allows to disable the build for the demos.
        
        Change-Id: Ic03355e1ea8fbc56e57afa4f90a55741fe9a563a

2015-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [25d60232ff5d882017ffb88453f16fd6cef5534c]

        vcl: move and split up "Image" related sources to "image" folder
        
        This commit moves all sources related to Image class into its own
        "vcl/source/image" folder. Sources containing more classes were
        split up into its own source file.
        
        Change-Id: Ie6edcdb0a7caf936bccdc210c31f78bb15667945

2015-11-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6480b4d11a0cf2dd489d30b6290aa6d831704a45]

        move translating a command name to image name out of framework
        
        This is the first step to decouple resolving of command names to
        image (icon) names. This is necessary to make allow additional
        processing of images before the image is passed on and better
        decision which image source to take.
        
        Change-Id: I129dc6a1ae812aaaca32696ef2a2749d5fa86a54

2015-11-19  Philippe Jung  <phil.jung@free.fr>  [8f07a723f932ac83b48afe55518b0a1e81e36f20]

        tdf#91909 Add shortcuts for MovePage actions
        
        Ctrl+Shift+Home: Move page first
        Ctrl+Shift+Up: Move page up
        Ctrl+Shift+Down: move page down
        Ctrl+Shift+End: mov page last
        
        Change-Id: I779c000719bf05885b5be65c1111ca0d1e338902
        Reviewed-on: https://gerrit.libreoffice.org/20048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-19  Michael Stahl  <mstahl@redhat.com>  [c94cf0cf5f10edb45a74a58c95c306b0d271645b]

        qadevOOo: sadly XToolkit::processEventsToIdle doesn't fix...
        
        ... the ScAccessiblePreviewTable test, somehow the event still doesn't
        fire in time, let's add an arbitrary sleep too.
        
        Change-Id: I97ab658e61b33455e8623ba0fd861e2018aa3af6

2015-11-19  Michael Stahl  <mstahl@redhat.com>  [fdd958b8a3f3bda0b39959cb4ac3184ae232e279]

        vcl: reorder loop to avoid DrMemory warning
        
        DrMemory 1.9.0-4 32-bit complains about UNINITIALIZED READ on the
        instruction "test %ecx %ecx" corresponding to the *pW test in the while
        loop, on the last iteration.
        
        GetKeyNameTextW() is documented to null-terminate the buffer, so either
        it has a bug and doesn't do that, or DrMemory has a bug and falsely
        reports an error.
        
        Either way it can be avoided by checking the end position first.
        
        https://github.com/DynamoRIO/drmemory/issues/1819
        
        Change-Id: I546d2057d39865d527c1d7c436f690669b214d75

2015-11-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5319def848e855068512f0f895086ff7a1f9e44f]

        No toolbar and statusbar in the startcenter
        
        Change-Id: Id4afbd8df1d6d3800e04d9e178abddc0d9e33d5c

2015-11-19  Caolán McNamara  <caolanm@redhat.com>  [de0432a9256188c7b5cd1a83858311e68c890ebf]

        Incredible slowness and crashes with document with vast num of frame dups
        
        it looks like draw:name values are supposed to be unique in ODF, even
        if it's not spelled out explicitly, since it exists so the frame can be
        referenced, which sort of implies that it has to be unique, so a
        document where the values aren't unique can be considered invalid
        
            19.197.10 <draw:frame>
            The draw:name attribute specifies a name by which a <draw:frame>
        element can be referenced.
        
        So reject duplicate frames
        
        Change-Id: I83f6d72fd969f667f0a8c2c85d2ffeeed672387a

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [526bbbbd2f8eb227bc0dacd755a6c72511adf976]

        isLookupContext already available in Clang 3.7.0
        
        Change-Id: Ia17a116b1f7605b5a8d572c6a6f4ef64adea8f94

2015-11-19  Noel Grandin  <noel@peralex.com>  [49c5b9a98c45cd082e7fa6b6e399c39cd664ed66]

        use comphelper::containerToSequence
        
        Change-Id: I223ff4af01ab2da92da0c26d32457204a5008c4a

2015-11-19  Maxim Monastirsky  <momonasmon@gmail.com>  [db7959eeacf404b661c8ebb903c80e51438c4137]

        Let's see if this fixes Jenkins build
        
        Change-Id: I007bc7b30c6f1c52ce2d69c63a43cbe4a11e809c

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [c8a7887846754ee76a5558f4dd1e89994704ea2c]

        Improve SAL_WARN message readability
        
        Change-Id: Ia9e1ea7a69e372725a4239fad2630b6f8bcb52e2

2015-11-19  Maxim Monastirsky  <momonasmon@gmail.com>  [cfaa269832db6243f828e18b012a13967a2937aa]

        Further cleanup of 229fc164dc1773484b74eca016863cf68860e81b
        
        Change-Id: Iaafc02f7c925c82b6bd7f98dd875028880b8788d

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [4a6268f0d37f377181f972ed307d2a074e8e1b6a]

        Adapt compilerplugins to old Clang versions
        
        Change-Id: I91335f1e81e251f0578792517dded9fae239fb61

2015-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e6d21d08af14a3e48eb1f9fedf1cb7e4f449a4de]

        Fix Clang version check
        
        "clang -E -P /dev/stdin" causes warnings "clang: warning: /dev/stdin: 'linker'
        input unused" etc.
        
        Change-Id: Ia9c18b59b92558e1d959ce31caf38eed101865d3

2015-11-19  Noel Grandin  <noel@peralex.com>  [2554efabb6d7cd2ad9f7cfdddd0712c25cdca1cd]

        use comphelper::containerToSequence
        
        in chart2, we remove a local equivalent of the method
        
        Change-Id: I25129a3d1ea1dd724eb9cd38a57be37a78b3d100

2015-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7b5f477bfd942e0a1d8880c372635000d724dd7]

        Simplify writerfilter::dmapper::DomainMapper_Impl::appendGrabBag()
        
        Change-Id: I65c893fa8ab8ea6dfb061127c9b0bd31c906ed30

2015-11-19  Tor Lillqvist  <tml@collabora.com>  [7565f3c3b1ed189265a85c301e9483cddde32483]

        Quote $CXX
        
        Avoid "test: too many arguments" when $CXX consists of multiple words.
        
        Change-Id: I90969333b289fb83ab10b67cb8bfda158a0688cc

2015-11-18  Philippe Jung  <phil.jung@free.fr>  [db5358764fdb1855ee6b401d6165ed65677bdfbe]

        Code cleanup for gerrit change 16723
        
        Simple code clean-up taking into account Maxim Monastirsky remarks.
        
        Change-Id: If6393851c3eb6fd8a460ef95ef88ccf3aed82e3e
        Reviewed-on: https://gerrit.libreoffice.org/20047
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [f08d0142afbcb45c12604988022bb3da18be1d84]

        Fix css.awt.XSystemDependentMenuPeer.getMenuHandle
        
        ...to return an ANY containing a 64-bit HYPER instead of a 32-bit LONG for
        SYSTEM_WIN32 (which covers both 32-bit and 64-bit versions of Windows), so that
        the HMENU value (which is effectively a void*) is not truncated for the 64-bit
        build.
        
        This should effectively be URE ABI compatible for the 32-bit build, as there the
        HYPER value will fit into 32 bits, so extracting a LONG from the ANY should
        still work.
        
        Change-Id: Ief3de5924f672e8f6bbe6df08c15439456ca036f
        Reviewed-on: https://gerrit.libreoffice.org/20045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [f1132fd50a2c5c0e3de5656382b4cea1e826e520]

        SystemMenuData::nSize is never read
        
        ...and of little use if all users of SystemMenuData agree on the definition in
        vcl/sysdata.hxx
        
        Change-Id: Id102a30074b611e3ad37ce69ce27c929f4505495
        Reviewed-on: https://gerrit.libreoffice.org/20044
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [f53615de094a7ae3edf429a97a9fa562014ec480]

        Don't wrongly redefine SystemMenuData
        
        ...with a long instead of a HMENU on WNT, so with a wrong size for 64-bit WNT.
        (And just ignore the comment that TRIES TO SHOUT AT ME!!!!!!!!!!!!!!!)
        
        Change-Id: Id02ef4d8a3818b58def067e8b52f29bac8676fe9
        Reviewed-on: https://gerrit.libreoffice.org/20043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-18  Maxim Monastirsky  <momonasmon@gmail.com>  [78214c982e1fab18b9f6c694a3b56c520da1724d]

        Revert "ToolBox: Remove unused methods"
        
        The ImplLoadRes method *is* used in
        ToolBox::ToolBox( vcl::Window* pParent, const ResId& rResId ).
        This change breaks the navigator panel, and therefore the
        JunitTest_toolkit_unoapi_1 test.
        
        This reverts commit 99648095012187ef284d0a9399a8e12878b2a370.

2015-11-18  Eike Rathke  <erack@redhat.com>  [eedcc2c45c09e3180061ae1dfa0eb9d64afc3f39]

        cosmetics
        
        Change-Id: Ic06bef4c80426b97a2613fe296ae0aa0ee55a215

2015-11-18  Eike Rathke  <erack@redhat.com>  [270f8ea48b4d4cec8e1d6e37dd5147b8f4d74b34]

        rename FormulaToken HasForceArray to IsInForceArray
        
        ... to name it was it does and to distinguish from
        ScParameterClassification::HasForceArray(OpCode) which IS about a
        function having ForceArray parameters.
        
        Change-Id: I8af4e1d0353cdb5ad0a9b837ae0763dc77242734

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [b1adb498bb0a5ff091c9d1d82332a4c43c57979b]

        svl: replace some legacy SFX_ASSERT in SfxItemPool
        
        Almost all of these look obviously disastrous.
        
        Change-Id: I30e4e3039bafb10eaff4f2413b7a4aaae1f584c1

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [479df22d0b4b0e0393fcf621e7380b38415bcef8]

        svx: SdrLayerNameItem etc. missing Clone overrides
        
        Change-Id: I26ca8070d9c9607a475267ef8780f9013dfd4dcf

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [392c871cde43e9f5006fecff731628c569f24b10]

        sw: use the proper item SwFormatEditInReadonly
        
        Change-Id: I09f3c5cc9e98639bf2b7c4cb37197cb9fb819c82

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [be8eac8bc0d713ba6633fccd29b3a2ec6ee99baa]

        sw: use the proper item SwFormatRowSplit
        
        Change-Id: Ie7b0d7f7d4549afbd9152d6afb0d0b6078e24bd9

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [2224d88f6b354afbfb26bd7bc9870ba6575647f8]

        editeng: wrong default item for EE_PARA_FORBIDDENRULES
        
        Change-Id: Idad6192fd1e3049913fac3dd906264fde6d1914e

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [68484613834c788bd5f9db83abc23dd1807072c7]

        editeng: wrong default item for EE_PARA_HANGINGPUNCTUATION
        
        Change-Id: Ib23b5847625964c701bda23d7c58ad32c6024c9b

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [79f4b7a7c462f37ec87ce666334f2435cfde0968]

        svx: SdrEdgeNode1HorzDistItem etc. missing Clone overrides
        
        Change-Id: I2bc2de3c3a71dd54e432905c129a3dbd5395f6ab

2015-11-18  alexey.chemichev  <alexey.chemichev@gmail.com>  [8beea0f6b43b9fe893418687a75d28a6d624ede7]

        tdf#90904 DOCX export metadata for "Pages", "Word count", "Character count"
        
        /oox/source/core/xmlfilterbase.cxx: writeAppProperties modified.
        Stats are extracted from DocumentProperties->DocumentStatistics.
        No stat counter found for the lines of text
        
        Change-Id: Ibc2e848a97776f65f0bfd4a880e5279e9c507dd0
        Reviewed-on: https://gerrit.libreoffice.org/20046
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-18  David Tardon  <dtardon@redhat.com>  [c0e04644a1703f4c6529e88b7c208126d2a2b1ec]

        upload libetonyek 0.1.4
        
        Change-Id: I21eb802e65c7054cfbf73a90c0d63a007829ebcf

2015-11-18  László Németh  <laszlo.nemeth@collabora.com>  [cd581f7e5d1eb7724463949a15bbec1ca950d461]

        XTiledRenderable: not a finished interface
        
        Marking as published was not intentional
        
        Change-Id: I1ec8d4e4b307eb2d93e66d286f1065eea197de48

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [753057b0d822d6093d267e1a6254969473598e44]

        The #else branch is unused now
        
        ...after a3ce60eb3c8bb5c69ab41556398efa8316286477 "We only support MSVC 2008
        (_MSC_VER 1500) or later" removed the
        
          && (_MSC_VER > 1310)
        
        part from the #if
        
        Change-Id: I472461b29a37fcf996262c0a83cb10f4cb8443a9
        Reviewed-on: https://gerrit.libreoffice.org/20042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [59095c79787bbf9067514225b886d0c25d59e1ff]

        pptx: import/export of honeycomb slide transition
        
        Change-Id: I3edb77d5b046691e64d600d61dcd44e892c31301

2015-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9f8392846bcf9fa5209834a0f79bd31aa06567a6]

        slideshow: improve "honeycomb" transition
        
        Change-Id: I8687127cd9ccf6a6ddd87d934f7462a69a047053

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [57924b617e4b1b0428cf9b07204b3d5160aa7ea4]

        loplugin:nullptr
        
        Change-Id: I57ac7deb1c997adfa656aa0a3c9a1ae82b66cf15

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [e8642a0217654ea5723bbb768c5526349283d179]

        loplugin:nullptr
        
        Change-Id: Ia908a67106afee5c9f67c0eb4fb3e9b073329bf8

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [8c0d5d494f102d9e3f7938fa3b1eb5a5662185d3]

        -Werror,-Wlogical-op-parentheses
        
        Change-Id: I8e22b6399bbdb07c376299d5a23c8061af18578d

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [d710266dbf9e6062c29005a5a76269ed36a66922]

        -Werror,-Wunused-const-variable
        
        Change-Id: I1d2d3a7867ccea4b7e89a08c0d9e312c676d0188

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [3b8e2f2612ca9336935580baffd6577bebd3ee08]

        -Werror,-Wunused-variable
        
        Change-Id: I7ac641d052643b205f7e470de77d962dd0499dd8

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [3b45c0ca62ffe16e6472ab2acf4b6e0816728ac7]

        -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)
        
        Change-Id: Ibd633b37e134483b778dcf7bdee1a1a3f377b699

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [cc6241ff8c4a72ddeb203ae7fda7539f6f120689]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id3885ec6323393d07def1915b95ee02e0c3dc402

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [d8c6b268071d9af33f0fc8708fcb14955dfbd027]

        -Werror,-Wunused-const-variable
        
        Change-Id: I6e4aa7c0a3b420820d8581ce1a4a826fa777525c

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [69d64cce8847a039a17128e3eaa301917faf6221]

        -Werror,-Wsizeof-pointer-memaccess
        
        Change-Id: I08d4331e5b2c9d17d16b1415d321c4f38322c251

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [6b26ed763f618a5f4c8fd21be0980a46c907bfe6]

        -Werror,-Wunused-private-field
        
        Change-Id: I590f8aa06b193e789de86435038d799cf219ffd6

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [4cc07334fd9a386cafa414279a62445d7124c06e]

        -Werror,-Wdynamic-class-memaccess
        
        destination for this 'memcpy' call is a pointer to dynamic class '__type_info';
        vtable pointer will be overwritten
        source of this 'memcpy' call is a pointer to dynamic class 'type_info'; vtable
        pointer will be copied
        explicitly cast the pointer to silence this warning
        
        Change-Id: Ic9a55dfa11643ac2c7ebc02332325a2f58516d04

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [6c8a5bcfe92f7b59efae9361bfdba4819f2ca5c2]

        -Wmicrosoft-cast
        
        Change-Id: Idc7b1c8c953634c26aad0923344457eae6fb1583

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [033d1acd169cbb6d6c616cd29410d951e059f294]

        -Werror,-Wmicrosoft-exception-spec
        
        Change-Id: Icd92fe15c3534f440017709bcdbe9aadf1c83c6d

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [94f790a4e6158cf4d6cf74fe75601a7eac0579a1]

        -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)
        
        Change-Id: I634debc05a24e0d519200fc91a77d50f36b9af38

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [000af551ed917f6c3cd7fde525050693ac2ad413]

        -Werror,-Wwritable-strings
        
        Change-Id: I18d4d9153009ff132fe07b30ad55025e3875a180

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [18e972c2d993994ea2b80f13cf2013397af1c67f]

        -Werror,-Wwritable-strings
        
        Change-Id: I016006135012699b4e14e869c036f4d295e5cde2

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [4c03c36f739bdfebed5d80bd9ec9cb5928007173]

        -Werror,-Wunused-internal-declaration
        
        Change-Id: I4e9b7ee46a4438feff8508d443822c607633e7c1

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [e82ebf09d2de04a83d6bcb97ab606a0be2badf46]

        -Werror,-Wunused-function
        
        Change-Id: Idb8d967348b49d467249d2923829f66044e9891e

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [4668528dda8b1a71eab1952dec5c95df008b4040]

        -Wmissing-braces is globally disabled in com_GCC_defs.mk anyway
        
        Change-Id: Ie2a1e6785ac925f268e63775f2282df3f3c6bcd4

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [be28ab9aa535e36ea226bc5aeaedea95fd2ba3db]

        sw: handle arguments in SwXTextDocument::initializeForTiledRendering()
        
        Change-Id: I19efc6050c78162e0889437d4c8285d1a6714e82

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ea68eecddf0211f842645c4d257899531692770]

        gtktiledviewer: allow passing initializeForRendering() arguments
        
        Change-Id: Ic7b52764cf2fedbf73d4dcaaf36d1055b8ee22f2

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [479325dec83ea2747f3ce27ca7e817695b15e1bb]

        vcl::ITiledRenderable::initializeForTiledRendering: support init. arguments
        
        Change-Id: I9a6a75457078dc6383673f4c1a2012b69b5cefdd

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bddfc00d25a42917db79ceaf0547c2e792132c4]

        lok::Document::initializeForRendering: support init. arguments
        
        Change-Id: I8aaf19a50f25f495cb87fba7ff6a4b0f56ed7d80

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [0a779d1dc3e08a9f5407f96b98d7fffa3e789a79]

        No more need to include config_global.h
        
        ...after 3b59dbbffdb73e48f9e2398bb1eecc24e3d95e13 "remove
        HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro"
        
        Change-Id: I0e9f3c15d48affe104dd6b5df9828ef5e62dfa88

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [0b07406f7147b9abbb2095d9e038b13293cb8b10]

        Use C++11 char16_t for sal_Unicode
        
        ...in LIBO_INTERNAL_ONLY, __cplusplus, non-MSVC case.
        
        It turns out that sal_Unicode happens to not be mangled into any symbols that
        make up the stable URE interface, so (for LIBO_INTERNAL_ONLY, at least) we are
        free to replace the typedef to sal_uInt16 with a typedef to any integral type
        layout-compatible with that.  (sal_Unicode does appear in some symbols in sal's
        PRIVATE_textenc.1 section, but that is private between the sal and sal_textenc
        libraries, so changing those symbols does not require a change of SONAME.)
        C++11 chart16_t is the obvious choice (and will ultimately allow using u"..."
        to write literals of type array-of-sal_Unicode).  Reportedly, char16_t is
        supported since GCC 4.4 and Clang 2.9 but will only be available in MSVC 2015.
        
        For plain C, we continue to use sal_uInt16.  We could theoretically use C11
        char16_t from <uchar.h>, but at least the Mac OS X 10.11 SDK still does not
        offer that C11 header.
        
        For MSVC, we continue to use wchar_t (which is actually unsigned short, due to
        /Zc:wchar_t-) for now.  Potential options there include dropping /Zc:wchar_t-
        and using true wchar_t, or using C++11 char16_t once support for MSVC 2013 is
        dropped.
        
        Some code needed to be adapted that was written in a way assuming that
        sal_Unicode is unsigned short (which indicates that changing sal_Unicode for
        non-LIBO_INTERNAL_ONLY would be an ABI change).  OUStringBuffer::append can now
        differentiate between being called with sal_Unicode (to append a single
        character) and erroneously being called with sal_uInt16 (intending to append a
        number's textual representation, for which the sal_Int32 overload must be used
        instead).  Bugs found are 379fe0409e7973b36210cffa3dd1dfd4032f0ecc "Assume that
        this code wants to append a number, not a character" and
        dc148335a6a438848325f24c49198fba81043279 "Assume this wants to append the
        numerical representation."
        
        The GDB support for pretty-printing of sal_Unicode-related data in
        solenv/gdb/libreoffice/sal.py can presumably be simplified now.
        
        Change-Id: I445b3a80e65b7cb004d9e08b38bdc9ee93bc9401
        Reviewed-on: https://gerrit.libreoffice.org/20036
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-18  Maxim Monastirsky  <momonasmon@gmail.com>  [5da50768716fbcb0ffc093ecd588527723109fed]

        Unify menu-based toolbar controllers
        
        The new GenericPopupToolbarController takes by default
        the popup menu controller that registered for the same
        .uno:Something command, and sets ToolBoxItemBits to
        ToolBoxItemBits::DROPDOWNONLY. If a different command
        specified using the "Value" property - takes the popup
        menu controller that registered for this command, and
        sets bits to ToolBoxItemBits::DROPDOWN.
        
        Change-Id: I75c5300bd27fcc9f618f2ee0df2aa6aefd088239
        Reviewed-on: https://gerrit.libreoffice.org/20040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [99648095012187ef284d0a9399a8e12878b2a370]

        ToolBox: Remove unused methods
        
        Change-Id: Ic56cf27c61a904278770f0617d827e574d1eae68

2015-11-18  Philippe Jung  <phil.jung@free.fr>  [229fc164dc1773484b74eca016863cf68860e81b]

        Impress: Rework the way the display modes are presented.
        
        TODO: take into account remarks from Gerrit
        
        New combo to select display mode among:
         - Slide edition (Normal)
         - Outline
         - Notes
         - Slide sorter
         - Slide master
         - Notes master
         - Handout (master, as we are designing the template used to generate
           the handout)
        
        The combo is based on uno command .uno:DisplayMode
        
        Center pane tabs are hidden by default. A new uno dispatch
        command (.uno:ToggleTabBarVisibility) is available to show/hide
        this tab bar.
        
        Modified uno dispatch commands:
        
        No uno name has been modified.
        
        .uno:DiaMode :
        SID_DIAMODE renamed SID_SLIDER_SORTER_MODE
        
        .uno:OutlineMode
        SID_OUTLINEMODE renamed SID_OUTLINE_MODE
        
        .uno:NotesMode
        No change
        
        .uno:HandoutMode
        SID_HANDOUT_MODE renamed SID_HANDOUT_MASTER_MODE
        All internal code also considers the edit mode as master
        
        .uno:SlideMasterPage
        SID_SLIDE_MASTERPAGE renamed SID_SLIDE_MASTER_MODE
        If the input parameter SfxBoolItem Isactive is true or not provided,
        activates Slide Master mode. If parameter is false, activates the
        "Normal" (slide editing) mode.
        
        .uno:NotesMasterPage
        SID_NOTES_MASTERPAGE renamed SID_NOTES_MASTER_MODE
        If the input parameter SfxBoolItem Isactive is true or not provided,
        activates Notes Master mode. If parameter is false, activates the
        "Notes" mode.
        
        Modified behaviours: Now only one mode can be chosen. It is possible to
        navigate from a mode to any other mode.
        Previous behaviour: the following navigation
             Normal -> Slide Master -> Notes -> Normal
        was displaying slide master. It was required to activate Normal once more
        to get back to normal.
        Now the same commands will display the requested mode.
        
        Still to come (at least):
        - Fix reopen the last display mode.
        - Center pane tabs are now presenting all buttons for all modes (TODO).
        
        Change-Id: I11ab59d2f3caa9149260c5e55d44d598d0ce3390
        Reviewed-on: https://gerrit.libreoffice.org/16723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-11-18  Andras Timar  <andras.timar@collabora.com>  [7926c94b83adcbdb39a90f022872f80b7666d539]

        Updated core Project: translations  2c02b59bd90e8fb0f8ab7b2449bf885f7c41f6e7
        
        Updated Slovenian translation
        
        Change-Id: I6e39cf24a730616d4d80e4321cf7fabe28b3fca3
        

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4df8a5205ef943fe3509ae751a15f6ad11e6bfb6]

        Revert "Flip buttons: Make the tooltip an uno command property"
        
        The text should be in the extended tooltips, not in the default ones.
        
        This reverts commit 0e41564b2fa5192ef1e8ec5e51ad3c04dfa52afd.

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [ee655627ad2ba66a8160b4cbdaeb1dd52d047a1d]

        xmloff: add meta:generator constants LO_43x and LO_44x
        
        Change-Id: I1d962ad637f19b02855616edebcedbad719689c5

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [e3ad062229c95a5cf987d562613d01738bb7fd81]

        xmloff: legacy assert to SAL_INFO as it can only be triggered by
        
        ... invalid input files.
        
        Change-Id: I351302253169d32cd6a83ff63eb497d0069ab49b

2015-11-18  Michael Stahl  <mstahl@redhat.com>  [2af0870fae82f1228886fbf37baa15d22ee4d2d1]

        xmloff: document potential pitfall with SvI18NMap usage
        
        Change-Id: I37050203f9d7b4f04b6d0b0dc5c4e04855d017f7

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [27bdc70d83d4a4f1ebb89429f61b39084e739aaa]

        Toolbar: Refactor insert toolitem code
        
        Change-Id: Icb615164c4dc3e96048829805a3eb0faa7d88e4e

2015-11-18  Jan Holesovsky  <kendy@collabora.com>  [8327a5e162a4d1804286bfdfb4d621b8d2a1d504]

        sd: Add a separator between the 'insert' buttons and text-related ones.
        
        Change-Id: I9e48407f6f5eb5cc4c36439b72648bb8d43deb79

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d96261e3e5613c847826d678bd37e4af4983c12e]

        Remove redundant toolbar:text labels
        
        Change-Id: I9ca5739462742a4e3ec3a034918891e53022d6de

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5328bb57e7046ac1790999cec8806a286772a6bb]

        Indentation fixes
        
        Change-Id: Ib508e6f3c89266660e6163bbef2c7f50f5d01806

2015-11-18  Noel Grandin  <noel@peralex.com>  [53f16c39f5c4c69ab603bf9098daec71f7a0acb8]

        remove unused typedefs and inline use-once typedefs
        
        and improve the script a little
        
        Change-Id: I2792ea4dd5df3a50736fbe209225c3f16fb86b84
        Reviewed-on: https://gerrit.libreoffice.org/20033
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-18  Stephan Bergmann  <sbergman@redhat.com>  [4c1f958634ae88614a794bf232c67e9e785bf703]

        Clean up
        
        Change-Id: I9ce96ac26efd6fb46f78aa6462d693113b359bb5

2015-11-18  Jan Holesovsky  <kendy@collabora.com>  [ced83de5303b1db62e0dfacbebcaf3591995203e]

        Remove leftover break.
        
        Change-Id: Ic6ce39960d92abc9cf3e162ee004ee14deb266eb

2015-11-18  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cb4177b5f6d2c63548fa544a19b36001c57193e4]

        Remove unused toolbaritem properties
        
        The following properties have been removed:
        toolbar:bitmap
        toolbar:property
        toolbar:width
        toolbar:userdefined
        
        This should have no impact on existing functionality or AddOns, since these properties were not in use.
        
        Change-Id: I07574f8102648ee0713379be8cb0b605d2c76364

2015-11-18  Noel Grandin  <noel@peralex.com>  [5a4d508bd6711def27c7738f7ac68c2da478e48c]

        com::sun::star->css in vcl/
        
        Change-Id: Ifad76177673cf93746ba221838be80ff76fed228
        Reviewed-on: https://gerrit.libreoffice.org/20032
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-18  Philippe Jung  <phil.jung@free.fr>  [d30a44aff1fb049a71e4eb2612be65a735fbe918]

        Removal of SID_TITLE_MASTER related code
        
        i35731 fixed a bug by deprecating SID_TITLE_MASTER
        dispatch command in 2004.
        So the feature can not be called anymore since 2004.
        Ten years after, this changeset removes the code that could be
        considered as dead code.
        
        Change-Id: Ie212baf7ece2897578d2494030d790bcadd16f5f
        Reviewed-on: https://gerrit.libreoffice.org/16933
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a23f85f171634732359fc7e4d932a6ff11905c9a]

        tdf#95888 sw: make click to header area show header controls again
        
        Regression from commit 54a2c8c006e2f216e9d8c6b0ed625180c843c48b
        (tdf#39080 Interactive hide-whitespace mode, 2015-08-30), the problem
        was that SwPageFrm::IsOverHeaderFooterArea() checked if the header is
        active before accepting that the user clicked in that area.
        
        Don't require an active header at least in non-hide-whitespace mode, as
        the member function is used in the "could there be a header here" sense
        in SwEditWin::MouseButtonDown() to show the controls that allows
        actually adding a header.
        
        Change-Id: I6f905920113aed1512e333e718a8f26d88a3245d

2015-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a69955d91cd0f5570bf17686be3164a98ac806eb]

        Use comphelper::containerToSequence
        
        Change-Id: Iecb443605fe53de91703207d3253da5d8a586f4c

2015-11-18  Noel Grandin  <noel@peralex.com>  [fbd95af61bec73c77090f71b1c0f84f8180d4a60]

        fix for windows build
        
        after my commit 032dae364b4853635186b7541e40c71588f9050a
        "use unique_ptr for pImpl in sfx2/"
        
        Change-Id: Ib7361a6b030a8ed28383bf0d30935bd3fb4a397d

2015-11-18  Noel Grandin  <noel@peralex.com>  [89ac4f6255bc9734d1b34bc2994bf275fa1b011f]

        com::sun::star->css in vbahelper/
        
        Change-Id: I7ab89b01cf6817b365a02e73d4635dfdb5b40440
        Reviewed-on: https://gerrit.libreoffice.org/20022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-18  Noel Grandin  <noel@peralex.com>  [319c9b90048d894f16236917a509d770a734e0dc]

        com::sun::star->css in uui/
        
        Change-Id: I1be458bd5f22014f4720583ff87cf8aad4a07dc8
        Reviewed-on: https://gerrit.libreoffice.org/20021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-18  Noel Grandin  <noel@peralex.com>  [7f5c879310ce5add04a7f5d84c9a55e9ffbb5855]

        com::sun::star->css in unotools/
        
        Change-Id: Ie36efe4abe7f5c505f564147eb52e0222c1ce955
        Reviewed-on: https://gerrit.libreoffice.org/20019
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-18  Noel Grandin  <noel@peralex.com>  [21c5ff1287c05e24d5cc2b6100866e6992ff8381]

        use unique_ptr for pImpl in extensions,hwpfilter/
        
        Change-Id: I476ba7ec2ebee8c61bf9bb6ff0309cc40affb275

2015-11-18  Noel Grandin  <noel@peralex.com>  [2e9277c05034c157d640c289d59499be9d1ca382]

        use unique_ptr for pImpl in editeng/
        
        Change-Id: I43ae9f706db15594b3a0c5cba41436d009588393

2015-11-18  Noel Grandin  <noel@peralex.com>  [032dae364b4853635186b7541e40c71588f9050a]

        use unique_ptr for pImpl in sfx2/
        
        Change-Id: I564fa80a2642a4849127f3c25236634289b5b93d

2015-11-18  Noel Grandin  <noel@peralex.com>  [9c205723fcc0a2087ff7bf1e86f4f07b62564d5d]

        use unique_ptr for pImpl in sax/
        
        Change-Id: I0bef03451437cbdc5b0fed6b67690ac1d547291d

2015-11-18  Noel Grandin  <noel@peralex.com>  [b442d5dd3c230a8a1dabaa7cc0333911ba456859]

        use unique_ptr for pImpl in sc/
        
        Change-Id: I2516c83f8dfca1f1217be7dcb2a28f5dcd2f704e

2015-11-18  Noel Grandin  <noel@peralex.com>  [6d47aa90fcdc72f79d904e3af36ea6de0134d764]

        use unique_ptr for pImpl in sd/
        
        Change-Id: I7098c1dd51fe27e424d612b2503fa842ced77639

2015-11-18  Noel Grandin  <noel@peralex.com>  [0d62716f67b6269448eeae1f012f9512b503f390]

        use unique_ptr for pImpl in svl/
        
        Change-Id: Ieef897314ac0f056c0a09a5182ca59800fd58f41

2015-11-18  Noel Grandin  <noel@peralex.com>  [f43db673558a1139fba783973c87de9b79033425]

        use unique_ptr for pImpl in svtools/
        
        Change-Id: Ic82db5859464978ca58094e2b6f44e3c9ba30b4c

2015-11-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [66d2b72667792cb18b25805387824d636e2a455c]

        Improve colors and symbol in this Help image
        
        Change-Id: I650ef34c95a69629c8a981876cecec6d3d1d1c80

2015-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [72b73e7d3f8d9998bbad7a3eec89535d93a85022]

        remove unused text property of spinbuttons
        
        Change-Id: I82882c8244ac553a8cce800fb93a000aa131a446
        Reviewed-on: https://gerrit.libreoffice.org/20010
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [526bfba0a0ef5cfa213b2c978eed83e43bb3cd9a]

        vcl, sd: rename some overly generic static variables
        
        Change-Id: I89159df36361f9ceff3401ef379c8230465617b7

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [f324e507acf2875ac12d6ab1c1fca4fe95ba1817]

        vcl: avoid re-starting the WNT TimerQueue during shutdown
        
        When running CppunitTest_sc_macros_test in DrMemory, numerous
        unaddressable accesses from SalTimerProc are reported.
        
        During DeInitVCL(), ImplSalStopTimer() shuts down the TimerQueue, but
        then the problem is that some disposing of some sidebar related UNO
        service ends up calling Window::dispose() and Window::Hide() and
        Window::ImplPostPaint(), which starts an Idle job maPaintIdle
        that then re-starts the Win32 TimerQueue.
        
        Change-Id: Ie1ab14330b6f1002c12d5302bb19f2b3f4c3811d

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [05896a16412dd48d19ffd2e360ae7da5e41c2725]

        sc: loplugin:badstatics
        
        Not sure if there would be a performance penalty to re-loading these
        icons every time, so move the static map from
        ScIconSetFormat::getBitmap() to a member of ScDocument.
        
        Change-Id: If560d70cea27e25396dd821d9e77a785e3b79820

2015-11-17  Matúš Kukan  <matus.kukan@gmail.com>  [510f463099272cec7f2193f3ffa1dbbd20d9f718]

        No point to link against pure UNO component library fwk
        
        Change-Id: I44d979180e53a7251547cebd60cf05c8322b2b83
        Reviewed-on: https://gerrit.libreoffice.org/20028
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [4b7d3395cacbe729118b7c558413a33f38503d85]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I721f53d79cd3e2c24542382d519a909a86a31111

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [6e6c0951870c9b1149755aa21be2ec5d7145f347]

        Fix check for std::weak_ptr (that may be in an inline namespace)
        
        Change-Id: I048aef08df43d07544aafc69b711d258dc40bc21

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [27b45cc23c7b8ea8a62e1fc901279fb3f09ae274]

        Work around loplguins:badstatics
        
        Change-Id: I597dbc3e4288acb5b71f7a344ae78ba568451614

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0080a60ac2fb0a57cbf1ecbeda250e37d8b402e]

        gtktiledviewer: set author name when inserting a comment
        
        Change-Id: Iee66687ce813ff801f29e4568329ed2a39f905ba

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [60c51ac007e047a497eea1093f611df0467a5ceb]

        Work around loplguins:badstatics
        
        Change-Id: I9d8d0f6cc001de09d8d3f96d8ad7e243e07f426d

2015-11-17  Matúš Kukan  <matus.kukan@gmail.com>  [86a1d732b3812d6040ce3e60558a8dd8017e42f8]

        Be consistent in using tabs at least here
        
        Change-Id: I961516d92abd693c19efe8a051e35ae5192ef7d2

2015-11-17  Matúš Kukan  <matus.kukan@gmail.com>  [02edab32d9cc1ee5403e3946d53d66838f03ae0e]

        There is no need for this broken 'if' here
        
        Change-Id: I10f926af9ca19252878b9b6e20365c38c885ce83

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b69161302bd12bf383671749e67b7d04ac4f41e]

        sw lok comments: implement clipboard copy
        
        Change-Id: I0f45b1a6ab198a8403073eea05497e76f758250c

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [dc148335a6a438848325f24c49198fba81043279]

        Assume this wants to append the numerical representation
        
        ...not a single sal_Unicode char (aParam.nUserIndex is of type sal_uInt16), just
        the same as 2211ad695920526e9acf473f342d0732ce1112a8 "First cut on getting ODS
        import/export of sheet-local anonymous ranges" did in a very similar place in
        the same file.  (And Kohei, author of both places, assumes this is the right
        thing to do, too.)
        
        Change-Id: I12cd8abf1b4aaab7baa54f21d8c5a7ff2e171275

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d00110674452c66ca6192fbf46b41331b2c7066]

        sw lok comments: fix meta author/data size with custom zoom
        
        Change-Id: I3310813c971aa7abffccc0b7f462e05caa83482e

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9db32de2deeaa705e3da4945f62a94b75a7e4c5]

        sw lok comments: fix comment widget width with custom zoom
        
        When tiled rendering, then only the render context (or failing that,
        SwViewShell::GetOut()) has the correct zoom level, so use that when
        doing pixel-to-logic conversion or scaling pixel values.
        
        Change-Id: I265a642b8253c6eced42da2a0e06a2de25c36ca8

2015-11-17  Maxim Monastirsky  <momonasmon@gmail.com>  [c2d7b58662951c5d482e882ae730e532988d2ea3]

        Need to re-init CommandInfoProvider when component changes
        
        Otherwise many toolbar/menubar labels are missing when
        starting any component from the start center.
        
        Change-Id: I49d009431ae3d1003e5ff395265409b3a5641707

2015-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5b86fdca2cd080683c507d85d2bea228fa10e69c]

        Toolbar: Remove empty attributes
        
        Change-Id: Id78cae55eb89520bd87713f9ea6c009c922f2870

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [b0526e291d09db7e5300e701340e5addc95b46e8]

        Work around loplguins:badstatics
        
        Change-Id: I243dcb86cc1a99550b26962daf47c19eb62aa8df

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [14b7524f65a89cd14cbd7245a3fa5a72c51e4657]

        Use std::vector instead of boost::shared_array
        
        Change-Id: If28713daab4bb5cbdb450879c2dc2a265c62a4f3

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [b45aef86fa5b7d5d9c8fa7bd7098a1ea74aae58e]

        Improve comment
        
        Change-Id: I25931d59fc1b4feb1fd1eaa036a64a28a269f409

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [097f8d6dbcb904926dbb04c6fbedda08cbf69c51]

        Work around loplugin:badstatics
        
        ...about
        
          static ImplImageTree instance;
        
        in ImplImageTree::get (vcl/source/gdi/impimagetree.cxx) due to
        
          StyleIconSet ImplImageTree::maIconSet;
        
        (of type std::unordered_map<OUString, IconSet, OUStringHash>) due to
        
          IconCache ImplImageTree::IconSet::maIconCache;
        
        (of type std::unordered_map<OUString, std::pair<bool, BitmapEx>, OUStringHash>),
        reported at least when building against Mac libc++.  This is a false positive,
        as ImplImageTree::shutDown cleans this up.
        
        Change-Id: Idb1a99aa33f71286e57b31b7adb833e3ee8b5f5a

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [8d8e2f1d69cb5d457e810c3178f0654981962dfc]

        An SwMailMergeConfigItem_Impl instance per SwMailMergeConfigItem looks saner
        
        ...than fixing the avalanche of loplugin:staticmethods issues caused by
        b5eaa0f9f00cd62f4769c3e8860d788844ccf557 "use unique_ptr for pImpl in sw/,"
        given that SwMailMergeConfigItem_Impl has mutable state?
        
        Change-Id: I342511d0f39086f33e2a8abd2c377341455d54a7

2015-11-17  Caolán McNamara  <caolanm@redhat.com>  [506432f505b41e7f5b29cf8492caab4545a4548c]

        android: don't crash on empty filelist
        
        Change-Id: I46caceed3fdf0ad0aa51c8a8ede1177ca3d1855e

2015-11-17  Steve Hart  <libreoffice@stevehart.net>  [1b9956c2b150c37cf0e695f88bc0394f41d130a2]

        tdf#34882 Adding hex and decimal code search
        
        Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760

2015-11-17  Takeshi Abe  <tabe@fixedpoint.jp>  [703f3f452b470687bdc3041abe4f3d75230ac8c1]

        vcl: These can be static assertions
        
        Change-Id: I220ae4732f221c7798f162653cad01717afb659f
        Reviewed-on: https://gerrit.libreoffice.org/20011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [530bc021ebc5c70237d1b37d783d2e3dd2699aaa]

        Improve loplugin:badstatics diagnostic output
        
        Change-Id: Ia2f088a79b03ff866429e1cae73edccd36a01b4f

2015-11-17  Eike Rathke  <erack@redhat.com>  [d1225d60af08ed874ed72066ae0320617d4c8a91]

        Resolves: tdf#89907 do not modify original ScViewData's ScMarkData
        
        Change-Id: I2ae5a06f9ffe29de0b1cc5875615010da75f4ae9

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [8312d2816a0c4963e57ce46930eb26a698e73549]

        Use a DiagnosticsEngine::Note
        
        ...a Remark prints the whole stack of includes leading up to the source
        
        Change-Id: I41e5bd2855b4a55b54e63432703f2e65b4c44249

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [0a73e77b65510b79b653ca13bcf5ebc9a9ddc6c4]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I3266bb049be3a9b558b68b40d741efdcab2eb759

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [618463a450fe5bd318dc1bb552980f090ae3caef]

        Simplify down to a single appendSQLWCHARs function
        
        Change-Id: I882746f9c4a1c332c6657b93f104ecbf1c7be6f1

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [9579e458a5dbd1099a42ef616dfa4d0287931c22]

        loplugin:nullptr
        
        Change-Id: Iaf31a731c9151972ba2fe2ed50074ea59c147550

2015-11-17  Noel Grandin  <noel@peralex.com>  [d9e627039245dc42f003a7cf75642f619a621513]

        loplugin:unnecessaryvirtual
        
        update the plugin with lessons learned from the mergeclasses plugin and
        re-run it
        
        Change-Id: I9d622eb3d05fceaf8fa764c533c8fa5dfb4c7711
        Reviewed-on: https://gerrit.libreoffice.org/20015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-17  Noel Grandin  <noel@peralex.com>  [be3d2309f0376914b0135046f95b0bb592cf5078]

        other #includes should be AFTER the include-once #define
        
        found with the following script:
        git ls-files *.hxx | xargs perl -0777 -ne 'if
        (/include.*
        .*
        .*
        
        "; close ARGV }'
        
        Change-Id: I3afb0e81eb315c34bc0eb6bb4733dd1f0537d5c0

2015-11-17  Tor Lillqvist  <tml@collabora.com>  [734cbb22a6829b6bd9db9ce8f52df4d260efbc6a]

        Bin unneeded forward declarations
        
        And move some to the include file where needed.
        
        Change-Id: Ibbe2b7d531f41c1d58faf17f4795b4ce30355675

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fd381b773cb7c15c4773affd4a3b298ad38fe92]

        sw lok comments: fix text selection with custom zoom
        
        SwPostItMgr::GetSidebarWidth() can be called in two scenarios:
        
        - inside PaintTile() the output device contains the zoom level and has
          the map mode enabled (and its scale factor is the zoom level)
        - outisde PaintTile() the output device is SwEditWin and has the map
          mode disabled (and the zoom level is to be taken from the view
          options)
        
        Change-Id: I6cf19f3241a2e972ae711e0efa7b0205aae1a3f2

2015-11-17  Noel Grandin  <noel@peralex.com>  [b5eaa0f9f00cd62f4769c3e8860d788844ccf557]

        use unique_ptr for pImpl in sw/
        
        Change-Id: I8508894d70e1ff16cfb9d7a9d716f11a923f453d

2015-11-17  Noel Grandin  <noel@peralex.com>  [048a32d903c8cc81a8836c7c7209b92e0bfd6cd7]

        use unique_ptr for pImpl in tools/
        
        Change-Id: I7ac7eca32a67524f6c87696c16b16128e6d8518b

2015-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [81ff7cfddb8e6786529f0a878007e9d399d4908a]

        tdf#95845 Add methods for menu labels to CommandInfoProvider
        
        Change-Id: Ibf6a26940ec194f540255584776f8ebcefbb94ae

2015-11-17  Tor Lillqvist  <tml@collabora.com>  [2e88fbd747ef2fc7e2d266f7f15db37ecab7662d]

        WaE: loplugin:stringconstant
        
        Change-Id: I8765ae89bcab8dc3c7360dace57a57094e5c5cc4

2015-11-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [927019f5d253a12d285f68a5f0240548d2048def]

        tdf#94272: Reduce copy'n'pasta code in sd unit tests
        
        Change-Id: Id1a1180e00a1c1ce7020df52f246b0c135ba03f2
        Reviewed-on: https://gerrit.libreoffice.org/19912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [6c217cfe6ebba1f6cd62f47693210075e0dadf58]

        -Werror=maybe-uninitialized
        
        Change-Id: I2c5626c0fd0244da46157ba286b4c08e4f73944f

2015-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0c48c809f09e74e79c9f8dc4c22958147f591921]

        tdf#95845 Use CommandInfoProvider to receive command properties
        
        Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6

2015-11-17  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [16f85dc485970f34c2abd06fb5379b426d3a83bc]

        Remove unused methods
        
        Change-Id: Ia78da9dac5fb426fbb145250c4e39eb7d30c4d03

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [472c81fa62b7cc27a583beb99e6cbc70ab0de733]

        vcl: fix the kde4 build
        
        ... after eca4c54e52363f80db26e228e586aeb7732c7100 - not sure if it's
        correct but at least it builds for me.
        
        Change-Id: I36083fac98c830560cdc799923d309f96e8cdd6d

2015-11-17  Philippe Jung  <phil.jung@free.fr>  [2085d5dcbc2c2158996e52e84c50ca5d5d100be7]

        Add icons for future display mode selector
        
        Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e
        Reviewed-on: https://gerrit.libreoffice.org/16934
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [379fe0409e7973b36210cffa3dd1dfd4032f0ecc]

        Assume that this code wants to append a number, not a character
        
        The original code in 2638faa2e834c2da4c195224fd88d32c29b3d0cc
        "writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf,
        which 64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of
        O(U)String::valueOf()" changed to a OUString ctor instead of OUString::number
        (as that change did for almost all other cases), but without giving a rationale
        for this particular case.  But as nUnique starts out as zero, so in the first
        round would append a NUL character to "DOCX-Standard", it looks plausible that
        this code should add a number after all.
        
        Change-Id: I47136486e28b946fa334a416d1d2fe20ad616ff0

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [a3db321ecb1cf9f8c08476ecc699931b6111bc21]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I7a741130689721c69fd2879be6bda27fc6ec3646

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [e625a440a4d17826677608ac430660374d2b7d4f]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Idcfa500c491fcedfff7d4c6e1bef25fd2d948d36

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [34c254f64b5a5d52cdca94080089e4ef2bcf7b5c]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I3411c688361e95b4c72b5257cdd63b137dab0538

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [50d31b204fc39765f57737587ed9792c4fc97c00]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I5779c639c480d5a2fbefd47942a662ff7ca4a9f5

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [602e942af6e493ce24b5266549a995c5d5a1148d]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: If61f46cceff4e2d4fe49e77788516ef60ab6eb50

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [ceeeb48f15ef638a778f7d8184df8933f3a870c8]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Id3f43ba115d519e789b7eaf014734d2fd31d39cc

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [dccb9677482522d7f6f8a3d807af26049585b7fc]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Id3bdce8776ebbdf700eabceed1e123a444a7bc4d

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [5bdaf82cce321d4a86914f1ee4e8abfea384b218]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I508520556cd5755d81740b00c7815eebdef6576e

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [7ab065c124e8110b14b6c91f210cea3c5f0d0c83]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I6125c2abe1dbfd0a5ecf020b8363fc277d195157

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [1a97d7b9a479554d4b1f937323ca993b61da2cdc]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I27da462b553ef11e9d9ce7873e8fedc3af8c6041

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [414f14ffb61a3d3a22604a96239486fa4942ea73]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Ia31a6817aa39da1edf76443fd7621375ea9dc191

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [8f7e5633b12802cd4a7f06ca27659f0983018786]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Ia93c541ea21be89578789d58f642109184a18685

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [be59130fa477b6c5c7abbee121fdf9eb261b8312]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I0439e40b0843ba9a0939eb47e339f396d26f3c64

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [3f448be5d894438c1293468ed13523222119b54f]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I870f7c5c68ee9c9668e82833ea6277adfd49a686

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [6a8a84c72f89930094870df1ed2a65bfe5768a44]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I083a33e71d1bb9fcef3b287e1db15910779312ab

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [0b8a21a33a3d751b885c964853f73afde18632e9]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I727951614587654c11af5f6635a45c52ebec1b5a

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [1acbdc6bbda4021b40fa6d2da75f26e59a156d7f]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I72b0f9956e866afd22f7335a57d7dca0297e3b8a

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [f199bbafd3cbe186b71e806557dca3b1cbcbe430]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I82bb9471479523d68641fd815da1208f0d45b8a8

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [e22a16a3b9aa127f6e2bc2c5b893d7527ceab21c]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I1bf672c3d3c47b82906a0c755a6dd8e55dc48f88

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [61f168d98750549107a65e846fbe5c49f277295e]

        Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)
        
        Change-Id: I74f34e3389582617fa83f8f4a3d6867cf87189e1

2015-11-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4f76e46290b26deeb4f9660c580a5ffef58a557e]

        make CPPUNITTRACE=TRUE a shortcut for debuging on WNT
        
        Change-Id: Ie834e1e1592163977435f0af6dde04c4fe86c1bf
        Reviewed-on: https://gerrit.libreoffice.org/19977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-11-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [474f5eebb8d86df3384ddecac1452c85524b0c28]

        refactor unittest help message
        
        - get platform switch logic out of shell script
        - platform specific stuff should be in $(GBUILDDIR)/platform, if
          possible
        - do not suggest shell-polluting exports, which might lead to confusion
          later, suggest setting the var as a one-off addition to the make
          command
        - move exception caching down, as it is assumed to be used rather
          rarely
        
        Change-Id: I01db3ca07582a6c6213ebac86fddabb28c925d50
        Reviewed-on: https://gerrit.libreoffice.org/19976
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [de3fd5d5378c95504d9c1ef1bedad8746921d2a6]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I9865090364220527830b7f32d5b506e50a2c0874

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [46bdc500669aa07cad75a2f7f917c7c3f97e21ae]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: Ic025383863651f1ab70c4a819737106279d9aa1c

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [0ae1c6d120f1dc0555e31e0f4eef09ee7ae46bfd]

        Don't assume sal_Unicode is unsigned short
        
        Change-Id: I7fcaa4e86f264182db7f4e46c2388402f801531a

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [c830aa640104317f951b9e470bde9bc66ed627a5]

        editeng: fix SvxTableField::operator==()
        
        This was erroneously returning false due to inverted dynamic_cast check,
        causing "svl/source/items/itempool.cxx:750: unequal items in Put(): no
        operator==?, with ID/pos 4048"
        
        (regression from fa91dd31f39a24329d288d4e1cda28db3a16af0d)
        
        Change-Id: I9c5b49150470fc78d58ecd2a2e990637627bd591

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [1d87c2456dab9a0f78ab25d029e82139488e2c57]

        qadevOOo: fix race in the ScAccessiblePreviewTable event test
        
        XAccessibleEventBroadcaster::addAccessibleEventListener test calls the
        fireEvent() and the problem is that the event is triggered not on the
        print preview itself, but some toolbar button.  This then causes an
        accessible event to be broadcast from the print preview too, but only
        after doAccessibleAction() returns, some time later from VCL main-loop.
        
        If the test checks the flag in the listener before the main thread sends
        the event, the test fails; try to fix that with
        XToolkit::processEventsToIdle().
        
        Change-Id: Ia52bdf99cdc349ffb0a03536fba271b792caae0f

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [95af641c81a67103849385b0f8e7b4953efcef0e]

        remove vestigial Adabas D references in tests etc.
        
        Adabas D connector was removed in 8256eb0205fcddb79a67be13d6507b2653ff5e08
        
        Change-Id: Ie142763ac32728c1596c196d919cbe84e6735c96

2015-11-17  Michael Meeks  <michael.meeks@collabora.com>  [eca4c54e52363f80db26e228e586aeb7732c7100]

        vcl: add parameter to detect if OS events are processed during Yield.
        
        Intended as a non-functional change.
        
        Change-Id: I1915aad03786540da1a4bfe9031d33f2c2a9b4e3
        Reviewed-on: https://gerrit.libreoffice.org/20006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-17  Michael Stahl  <mstahl@redhat.com>  [2ee802245ed9614734506a9d46edcbcee53ea2cc]

        compilerplugins: enhance badstatics plugin to follow pointers
        
        .... and references. This gives numerous false positives as pointers may
        be re-set prior to shutdown, so needs a white-list.
        
        Change-Id: I19a011c6f19501cc31b3d9ae76b599296f132478
        Reviewed-on: https://gerrit.libreoffice.org/19949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-17  Varun Dhall  <varun.dhall@studentpartner.com>  [23ea117f1c9f9f1462d56afab81b4fe348e1a4f8]

        Added Test for tdf#67238 table cell Unprotect
        
        Change-Id: Iaaaaca1bcc5f5b6274f54ef4fcd3f35ffe1a9cd0
        Reviewed-on: https://gerrit.libreoffice.org/20008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-17  Noel Grandin  <noel@peralex.com>  [5fc51f8d254da21d5ed2d3fb9293020bbfbfab92]

        use unique_ptr for pImpl in ucbhelper/
        
        Change-Id: Ibae75fc4d843bd38179d4c7afc6ddb532835c7a6

2015-11-17  Noel Grandin  <noel@peralex.com>  [edc264d1da7d4240c27c9f98efab09e84d78fff3]

        use unique_ptr for pImpl in unotools/
        
        Change-Id: I4128ca0d4ff18f6e0c3c9f8ecad13b69c38c3157

2015-11-17  Noel Grandin  <noel@peralex.com>  [85d7a76aba066553b8ecf385f295b1630d50ab8a]

        use unique_ptr for pImpl in ucb/
        
        Change-Id: I9a626a11d665b081a7b05db52955598dbd90721e

2015-11-17  Noel Grandin  <noel@peralex.com>  [dfb3be7e15bf5a02a6c35a3b6f84aceb6214ce55]

        use unique_ptr for pImpl in vcl,vbahelper,uui
        
        Change-Id: Icb7573c24c681a8fc0570d61b6a30dab91378eb8

2015-11-17  Noel Grandin  <noel@peralex.com>  [b4bd157d0fffcd83e7461de35ee9105b53d21314]

        use unique_ptr for pImpl in writerperfect/
        
        Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10

2015-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ceb4e2d7ae61e215707e6ee1d4f893e2fee5126]

        sw: unomapproperties.hxx can be private to unocore
        
        Change-Id: Ia3d1c1ccef53113e50f81a2f93aa157c4e23963b

2015-11-17  Stephan Bergmann  <sbergman@redhat.com>  [3972f34a611b36807b8c66e3c65ab7090ddcc3f7]

        Typo "stirng" -> "string"
        
        Change-Id: I08c98ed0f81894444a75adcf7da3a952c7f418cf

2015-11-17  Xisco Fauli  <anistenis@gmail.com>  [970813b0a4ac0bd1e07dfb0803bdebca9c3e9e6a]

        instead of converting from std::string to OUString...
        
        ... use OUString directly
        
        Change-Id: Ibdf863d7dbbb578e7fe87eac51e3d773a5b05199
        Reviewed-on: https://gerrit.libreoffice.org/20009
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-17  Tor Lillqvist  <tml@collabora.com>  [da11e337441f747155fa75c19263df70bfe6c543]

        Check for OpenGL errors right where an error might be generated
        
        CHECK_GL_ERROR() is now zero-cost in a production build, so no reason
        to avoid it.
        
        Don't check for OpenGL errors after glX or wgl calls. They don't
        generate OpenGL errors but use the X and Win32 error mechanisms, as
        far as I see.
        
        Change-Id: I8f97ef434cbdc89d6e345a247456cfc4a1a82bb6

2015-11-17  Noel Grandin  <noel@peralex.com>  [e1d88a574562b5c36b01eafdaa0670e5cc1a7c39]

        use unique_ptr for pImpl's in xmloff/
        
        Change-Id: Ib95118941938af83fed566a085837e17f092017a

2015-11-16  Andras Timar  <andras.timar@collabora.com>  [32d4c03cba399ada807b8ec113a3928aa9e3ff7b]

        Updated core Project: translations  7a70fe0c90384e2259a141073d2db4d6bf0038c5
        
        Updated Slovenian translation
        
        Change-Id: Ie3fd52c15d78d44e7e46207a92d7d23bab492814
        

2015-11-16  Tor Lillqvist  <tml@collabora.com>  [43190248c9603a3038f2d35f825a07340ad04439]

        If SAL_WARN() does nothing, no point in CHECK_GL_ERROR() either
        
        Earlier, CHECK_GL_ERROR() always called OpenGLHelper::checkGLError().
        That function looks up the OpenGL error status using glGetError(),
        which might be a not so light-weight operation, and outputs error
        information using SAL_WARN(). In a production build where SAL_WARN()
        is a no-op anyway, that is fairly pointless.
        
        Change-Id: I2d044bff6128a8ac7739020f8e414d7d3615e8d5

2015-11-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [97972153d0e221cd38e663a041f6a08752c0463c]

        slideshow: initial work on "honeycomb" transition (incomplete)
        
        Change-Id: I4a46f7f1ec289f96f9fd1b849317b7548ac29383

2015-11-16  Stephan Bergmann  <sbergman@redhat.com>  [8b34be0852d8c8ae350d192980d825211e37f7ee]

        Use injected class name
        
        Change-Id: I22bf0f7024538ea7a6c2c328a6647d3aeb478141
        Reviewed-on: https://gerrit.libreoffice.org/20000
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [70f3c595cae858e97616bf1f23adea8a75e42d4b]

        tdf#83300 DOCX import: 'TOC Heading' should not be 'keep with next' by default
        
        On one hand, neither our binary DOC import, nor Word maps the "TOC
        Heading" style to something special, and that's how the DOCX import
        added that property to some paragraphs in the document, moving the
        as-char picture from the first to the second page.
        
        OTOH, the DOCX export filter has a lcl_guessQFormat() function that
        explicitly assumes that such a style name exists in Writer document
        models, so again it doesn't make sense to handle this style name with
        special care.
        
        Change-Id: I3af548930f9683695fc3ad56b486e013f107d61a

2015-11-16  Julien Nabet  <serval2412@yahoo.fr>  [72ac345ab4eea1654bb5eb01ce9901c90102300c]

        tdf#95824: Crash: when opening Function Wizard
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=ccde2360d5c29bb99008cfae5ab3675bee4ca46c
        Let's just initialize m_pDoc in ctor
        
        Change-Id: I4fe0f8eff5439b3150c90ac14343aaf8e0a4e43e
        Reviewed-on: https://gerrit.libreoffice.org/20004
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-11-16  Michael Meeks  <michael.meeks@collabora.com>  [a6c5cfa56d2bdebb899d05f702c29d79c39be299]

        vcl: de-layer needless module fragmentation in gtk and gtk3.
        
        Change-Id: I299fa196e960f14e9480e2ac1047bcdcc95b1021

2015-11-16  Michael Meeks  <michael.meeks@collabora.com>  [9801b2c24c3115b52de3f6958eb462648d702491]

        opengl: remove unused mbPixmap & glPix members.
        
        We use textures bound to FBO's for everything in recent times.
        
        Change-Id: I7c9068d75b3653a2ceff0056e2ade1f27955422f
        Reviewed-on: https://gerrit.libreoffice.org/19995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-16  Michael Meeks  <michael.meeks@collabora.com>  [4ad05823f6c2edb0f5fbf5794b2deb6c163686a2]

        Add comment to 'direct' parameter: un-related to double-buffering.
        
        Change-Id: I07002fd73fc004439aea75c5aca8ca3700ec1079
        Reviewed-on: https://gerrit.libreoffice.org/19996
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [38839ae10cb565ff1977b1839de1c8278eac657b]

        Remove the ability to set tooltips in the toolbar xml files
        
        It was possible to set a tooltip for a certain toolbar entry.
        However, this hasn't been used since that tooltip needed to be repeated for each occurence of the same command.
        Instead, a TooltipLabel property has been introduced lately (see 9c2f197e8e945f584e718e889938c06fbf644897).
        
        This doesn't affect extensions (They have their own format to specify toolbars).
        
        Change-Id: I0f0fd05b310bb49dd5b4123e31d3e7fec997dd15

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [97fc4f7cb8d3c583503bdf9f6622c656f37002e8]

        this is pure cairo, no xlib foo here
        
        Change-Id: I037f4a293c64071306b782a156162735a2658e23

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [fb7d4ba1cbe24b74dfab0f54eeffe898a0291ce3]

        build cairo on android
        
        Change-Id: Ie2f7662a4cc3955963517f265894b8f6a495ece8
        Reviewed-on: https://gerrit.libreoffice.org/19991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc65f048fd1b08d17e71e4d3a3a3c114aae871e6]

        sw lok comments: fix sidebar width with custom zoom
        
        Change-Id: I6772cce10d157421d983d6b93efb52bf8b95f5b8

2015-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [d8fc06d233f189341b3f9acc20253e371198e068]

        Move functionality to retrieve command image to CommandInfoProvider
        
        Change-Id: I79c22e0507c5eba8b5e28721de3279131aececc9

2015-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [40fa83871e18bf7ff54f853e6b665f207ee8fb78]

        Move CommandInfoProvider to vcl and use it from there
        
        Change-Id: If7e3ef81cad8974bc54f359096e3ecc700fa62d6
        Reviewed-on: https://gerrit.libreoffice.org/19984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-16  Andrzej Hunt  <andrzej@ahunt.org>  [396b5f411f7ecc7d600efdc0bb2381a7d1ed6d88]

        sc lok: use client zoom for ViewRowColumnHeaders
        
        Change-Id: I85000851f82ea7cdc4b536683adbc8570de9af7e

2015-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [f630b6d5f165c8c507b8904b99594936edfd8da0]

        tdf#94008 Crash opening password protected file - CJK UI
        
        This fixes a buffer overflow writing over the end of pCaretXArray,
        which can happen e.g. when drawing mnemonics in the password dialog.
        Based on a similar calculation of nCurrIdx found in
        GenericSalLayout::GetCaretPositions().
        
        Change-Id: I7d723cf8cfaeb66f340c7d9ea5b3bc728c6d6209
        Reviewed-on: https://gerrit.libreoffice.org/19385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-16  Stephan Bergmann  <sbergman@redhat.com>  [6edc492efd6fe2de15c1ae306b400ca054772ad1]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I3bb2764b625d44f6e0cecbdde3363440faef63b5

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [3190f5a71dd3e63260edebc345aead4746a269a3]

        rename-sw-abbreviations.sh: Add Crsr -> Cursor, Frm -> Frame and Stk -> Stack.
        
        The build works fine with these now, and produces no (new) warning.
        
        Change-Id: I3e5aad7baaec172ee4d2b50ea66876bdb7e9cac5

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [d49b8e32e5d35f98d37e06555c1ba5f3199e9a80]

        don't allow caito to add -flto to its own cflags
        
        Change-Id: I22c66755e8e5ede01cf3e5f21c910f759b55de7a

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [8a9211a06845efc81f9b85dc05b3f2ede2d1deed]

        sw: prefix members of SwChartDataSequence.
        
        Change-Id: Ie0c91e739ee7a3bda55fd6dd45aa79c6b75675d1

2015-11-16  Eike Rathke  <erack@redhat.com>  [b31b17e52b2b2b94999d68c4b2ed5c74ee7eed0a]

        prevent ForceArray propagation on the same token, tdf#95670 follow-up
        
        This may happen if the last RPN token is put and the function has a
        ForceArray parameter but now again would be wrong if not all parameters
        are ForceArray.
        
        Change-Id: I890fb6b5b88337033cfcf2e8189371ee39461205

2015-11-16  Tor Lillqvist  <tml@collabora.com>  [01fc64876398fc391ded6ae14300c598518b2d2a]

        Bin some const char arrays used only once
        
        Change-Id: I08c4cc689016708f4c219f36492bf827111bbc30

2015-11-16  Eike Rathke  <erack@redhat.com>  [311b5b69f032134457184255920ff1083c9afed2]

        unit test for tdf#95670
        
        Change-Id: I5874a7fea97311b0e69dbeae8923517a08b63c9a

2015-11-16  Eike Rathke  <erack@redhat.com>  [49257e1da7e371fdea0fac080116b0511789cac7]

        Resolves: tdf#95670 propagate ForceArray per parameter
        
        Regression of b5cd11b4b02a85a83db77ba9d8d1763f0cd88cb1
        
        It was always wrong to propagate ForceArray already if a function had a
        ForceArray parameter *somewhere*, we need to do this per parameter
        instead.
        
        Change-Id: If188d45366279d9a7bf641edc7e4dd7095d6d035

2015-11-16  Michael Stahl  <mstahl@redhat.com>  [c994ce8a1d292b02e4c53f7b4061f3bbb840f874]

        desktop: stop --convert-to from creating some not requested ...
        
        ... file format by default if the requested filter does not exist.
        
        Much better to write an error message and do nothing.
        
        Change-Id: Ie5404772e7aae5751126bd4c2784b58177804448

2015-11-16  Michael Stahl  <mstahl@redhat.com>  [6b6eb1abed5b278803c61d678aa16046add8d6fb]

        sc: add some assertions on ScAccessibleEditLineTextData
        
        JunitTest_sc_unoapi crashed when accessing a disposed ScTextWnd from
        ~ScAccessibleEditLineTextData(), but the ScTextWnd::dispose() would also
        call ScAccessibleEditLineTextData::Dispose() and clear mpWindow, so it
        seems impossible to observe a disposed ScTextWnd in the dtor?
        
        Change-Id: If571ee61d9a29601acb1de552ec1b9cc36d0d51e

2015-11-16  Noel Grandin  <noel@peralex.com>  [21a9bc8716a88fa2472c525b2e6f84fe1213a8f8]

        no need to take a mutex when only dealing with stack-local data
        
        Change-Id: Ie45e626aad55a8174a53b769a98601bf54dedf65
        Reviewed-on: https://gerrit.libreoffice.org/19979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [b317d5fbb5a0a8dc695391de3f9f6ee339341987]

        sw: Rename to avoid conflict after Frm -> Frame rename.
        
        Change-Id: I4d02024fd80ad85c8c3ecd830dcc5c4b49ad2014

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [a5055366c3865a443d1c688e48b581dad5e5fdc0]

        sw: Rename to avoid conflict after Frm -> Frame rename.
        
        Change-Id: I59147583c74e7211ac56d75468501f328122ba0f

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [78bad759600e868753934df00b237e6bb48005b8]

        sw: Rename to void conflict after Crsr -> Cursor rename.
        
        Change-Id: I850a207aebdf2a0f85f1ae75bb6b9a1532b3b4a6

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [f794c3f919ac9f4e27c445ea10379e0ce2d6736c]

        sw: Rename to avoid conflict after Frm -> Frame rename.
        
        Change-Id: Iffb3681458aeee7b374d1836158e30b6fd488122

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [d72c90cc836873a1d34552ab87b10038d4150dce]

        sw: Rename to avoid conflict after Crsr -> Cursor rename.
        
        Change-Id: Iee7124259cadc1db416e8aedc5b4e87f75ba9d21

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [764a1cdf2ad41a280186ff84e88e12f5860202bc]

        upgrade png to 1.6.19
        
        Change-Id: I3b89e005a0d61ec3b52be16e6a47561fd60887d0
        Reviewed-on: https://gerrit.libreoffice.org/19981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [6f967b4432a6e3d82258be4c481cfca80d5581ef]

        fix android build
        
        Change-Id: Ida1447bad7f81ebfcc0da1e8278a74c11a139afe

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [f5c11ad18106f100b0fa3fc215540a037fb5d338]

        sw: Prefix a member in SwVirtFlyDrawObj.
        
        Change-Id: I5514bf16446fa4e4c498a6bc1df77e4f59565ee1

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [6329a3036e7df33d962d0164b5689862ae4498b7]

        sw: prefix members of SwTextFrmBreak.
        
        Change-Id: Id1d6166ee8c1c3558746da1d7bb5ad2163a87845

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [edf26ccc29466d854ee1eb8a158f0c5002160000]

        sw: Prefix a member that may conflict after a rename.
        
        Change-Id: I083dfbb768df0ba2a6bd6a396cf33ab1e2e09f4b

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [92798feb43fa4c14845c4bcc31330e406a5b5f07]

        sw: Kill unused member.
        
        Change-Id: I2c4de63330a18c4354293d0220e5320eda7d67e4

2015-11-16  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [0f64e580ff08a6f76327f0b77f79abbbb044d009]

        tdf#92754: Excel Chart content type is not exported properly.
        
        Problem Description :
        - Excel chart contenttype is not exported properly,
        it exported the .xls file as .bin file.
        - Due to this when we open the roundtrip file back in MS Office,
        the embedded excel chart is not open and gives ERROR.
        
        Solution : Added support for embedded .xls for docx file.
        
        Change-Id: I16e18ffa4f6c72526665ff9d34d6c6053278c2c5
        Reviewed-on: https://gerrit.libreoffice.org/17066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-16  Caolán McNamara  <caolanm@redhat.com>  [7dd6b261853ad53207fe5c367f98c4db1dfd54dc]

        use cairo-compatible top-down direction virtual devices everywhere
        
        that way we can use cairo to text render etc onto our basebmp-backed
        headless/gtk3 virtual devices
        
        Change-Id: I91002b610b72a4fe1d2094a57c5cb1b6b5d69cb1
        Reviewed-on: https://gerrit.libreoffice.org/19957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-16  Noel Grandin  <noel@peralex.com>  [8569c6d0ad70c32a08774fa6f5ec25b465ea98ee]

        use initialiser list for Sequence<OUString>
        
        Change-Id: Ia5e47261d1fc6fac2d046656c05a1c5eedb07e02
        Reviewed-on: https://gerrit.libreoffice.org/19978
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [57b4c4bcb0cb3c48190670b4c46ab9e92a489729]

        Use comphelper::containerToSequence
        
        Change-Id: I76d25ef32a154d92f7ea9b9d0aa3af09908873d2

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [c74d1812363ecf2105595bd8ef22ec49c9ac6e98]

        pch: CommandInfoProvider.hxx was renamed.
        
        Change-Id: I871ef2c50d393183dbca891efc1394455bf3acc6

2015-11-16  Jan Holesovsky  <kendy@collabora.com>  [c81106f5cef9792174960d2e4366937acf6a40d8]

        Rename SetCursor -> CallSetCursor to avoid future name clash.
        
        Change-Id: I0e0e2351f1bcccee8157c00ab22c35dcf2007ec5

2015-11-16  Sedat Ak  <sedat.ak.bm@gmail.com>  [8c685962f4816a4920a41949fdcea5e843929098]

        tdf#60906 Make color configuration consistent
        
        Change-Id: I7b8291c53c5f482c9287a73ad626bf937a3cfcfb
        Reviewed-on: https://gerrit.libreoffice.org/19934
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-16  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [099f1016fa507809e24f0874848f6107a08a4fb0]

        Cleanup: Consolidate the different ways to get command labels/tooltips
        
        Change-Id: Ieab809a3122c9d592894b84ec2e68195a4e02dde

2015-11-16  Noel Grandin  <noel@peralex.com>  [773a07a94ebc9f578b5bb6a90ddd1974d1577351]

        fix mysqlc build
        
        after my commit 96c26b0d9d10fa9bac3695222980d7145f0342d7
        "use initialiser for Sequence<OUString>"
        
        the mysqlc module is compiled as external code, so it
        cannot see the initialiser syntax constructor for Sequence
        
        Change-Id: I072e6271ec33637e28dd8225724296e90967329d

2015-11-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1ba6f9ca615f55de30547612d67988218a983318]

        Updated core Project: help  edbe20e99a83dee43ab75f584c391121bd65d829
        
        tdf#88178 Update this button’s name in Help
        
        Change-Id: I68610dc125cf5a7b702060b460cc3ffb49816151
        

2015-11-16  László Németh  <laszlo.nemeth@collabora.com>  [e6fade1ce133039d28369751b77ac8faff6e40cb]

        tdf#38395 enable smart apostrophe replacement by default
        
        Unicode apostrophe is mandatory for French, English, etc. typography,
        and it is a default option in all modern word processors.
        
        The fix enables single quote AutoCorrect replacement for all languages.
        
        Change-Id: I2964242ecd1cc839bf27e9a3d772f5cab95d8db0

2015-11-15  Xisco Fauli  <anistenis@gmail.com>  [179f693ee0682c1e900f9047dfe67969c09a52f3]

        tdf#43257 SVG: Id value can contain other characters than alphanumerics
        
        Ie: "graph-1", "graph_1", "graph.1", etc...
        
        Besides, modify !( str_p("'") | str_p("\"") ) condition as the 'fill' attribute  can be defined as fill="url('#graph1')" but not as fill="url("#graph1")"
        
        Change-Id: I7fb2c5b61487214ab02b207ad64d29bb2a1e107a
        Reviewed-on: https://gerrit.libreoffice.org/19961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-15  Ashod Nakashian  <ashodnakashian@yahoo.com>  [ac8d599c21a816164c3a515198875b651f17dc03]

        Refactored Writer's unomap
        
        Writer's unomap.cxx takes by far the longest to compile.
        On Windows, in Release configuration, the file alone
        takes 270.5 seconds to compile (measured by cl's
        built-in front- and back-end timers.)
        
        The file is split into a new unomap1.cxx which
        implements a number of functions to return the
        property entries that are set in the map.
        
        The two files compile in a combined time of 9.5 seconds
        which is reduced to under 6 seconds in parallel.
        
        Change-Id: I3f722189b94dbef7309bd0447e2c73033d1117a6
        Reviewed-on: https://gerrit.libreoffice.org/19973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-15  Ashod Nakashian  <ashodnakashian@yahoo.com>  [06116bd15b1fb8b03e65e1166f5ddad929614246]

        Fast PCH generator and optimized PCH files
        
        Ported update_pch.sh to Python with improved performance
        and features. The new script is invoked from the same
        update_pch.sh which calls it for each library in
        parallel, although it can be invoked directly.
        
        The ported script (update_pch) updates all PCH files
        in ~15 seconds where the old script took ~4500 seconds.
        In addition, the new script supports 3-tiered headers
        (system, module, and local) and is very flexible to
        support other improvement. It has a per-library
        optimal configuration settings that can be updated
        using another new scripts (update_pch_autotune.sh)
        which finds optimal per-PCH settings.
        
        PCH files have been generated using the new scripts
        which builds significantly faster (2-3x, depending
        on module and configuration) and the intermediate
        binaries are noticably smaller (by several GBs).
        
        The new script stamps each generated PCH file with
        the command that generated it to make it trivial
        for users to update them, and also adds the command
        to invoke another script (update_pch_bisect) that
        helps find missing headers or conflicting headers
        that may break the build after updating the PCH.
        
        Finally update_pch has built-in unit-tests for
        makefile parsing and other core functionality.
        
        Change-Id: Ib933b50e50374d7e2e7e3e95ba8799b0cc8a27fa
        Reviewed-on: https://gerrit.libreoffice.org/19965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-15  Ashod Nakashian  <ashodnakashian@yahoo.com>  [6474336e36447b1797bdf429a5f2ad5016a34262]

        Ignore Visual Studio project files
        
        With `make vs2013-ide-integration` dozens of VS specific
        project and solution files are generated. These add noise
        and time to `git status` and make it harder to locate
        new files.
        
        Restored the exclusion of .vcxproj and .sln files and
        added windows/ directory to the ignore list.
        
        Change-Id: I64abe395824503a5eda25d70d7467ba3fa4e4aa8
        Reviewed-on: https://gerrit.libreoffice.org/19972
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-11-15  Jean-Pierre Ledure  <jp@ledure.be>  [001174135b03adc513777453875a49ae23c60cae]

        Access2Base - Return null values correctly in Recordset.GetRows method
        
        Use .wasNull() rather than not trustable .IsNullable() in _getResultSetColumnValue routine
        
        Change-Id: I1d1783841414193347cca588209153b5aa9b56cd

2015-11-15  Julien Nabet  <serval2412@yahoo.fr>  [44aa71792bace19bfee54ccf95126ca964fabccf]

        tdf#95798: CRASH: when finish Function wizard on Report builder
        
        Following http://cgit.freedesktop.org/libreoffice/core/commit/?id=844b7287a4ccd8e3d5e458bb1dc6c52e71322b01
        
        Change-Id: Ia5a2cd39cf3fdf87619f55710a188545830b4088
        Reviewed-on: https://gerrit.libreoffice.org/19970
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-11-15  Stephan Bergmann  <sbergman@redhat.com>  [3e8bd48f7de1df8770840c4d8f5d6fa1bcb56d04]

        Pass verbosity setting into ExternalProject_poppler
        
        Change-Id: I9d95f6f604d7b73617bcd34f15106678b8c2ff47

2015-11-15  Noel Grandin  <noelgrandin@gmail.com>  [96c26b0d9d10fa9bac3695222980d7145f0342d7]

        use initialiser for Sequence<OUString>
        
        using variations of:
        git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\;
        \s*OUString\* pArray.*;
        .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g"
        
        Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3
        Reviewed-on: https://gerrit.libreoffice.org/19971
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-15  Noel Grandin  <noelgrandin@gmail.com>  [25aec383f95fded43b3fe5fc588b4ebdc6d7d272]

        use initialiser for Sequence<OUString>
        
        replaced using:
        git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)'
        | xargs perl -0777 -pi -e
        "s/Sequence<\s*OUString\s*> (\w+)\(\s*1\s*\);
        .*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g"
        
        Change-Id: I20ad0489da887a9712982531c3b127339bb8b3b9
        Reviewed-on: https://gerrit.libreoffice.org/19969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-15  Stephan Bergmann  <sbergman@redhat.com>  [35f5833ca35dc170b67ed9f8e288302eb06eb972]

        loplugin:nullptr
        
        Change-Id: Ie59472fb9c58561fad46dff08cfcdcb8a96e7032

2015-11-15  Noel Grandin  <noelgrandin@gmail.com>  [54d22957bc241fc5867fa1c720cf1266133e4e90]

        use initialiser for Sequence<OUString>
        
        performed using:
        git grep -lP 'Sequence.*OUString.*\(1\)'
        | xargs perl -0777 -pi -e
          "s/Sequence<OUString> (\w+)\(1\);
        .*\[0\] = (\S+);/Sequence<OUString> \1 { \2 };/g"
        
        Change-Id: I4da56c80fa09bfc1e8f868794001e9921431e09f
        Reviewed-on: https://gerrit.libreoffice.org/19968
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-15  Noel Grandin  <noelgrandin@gmail.com>  [8e234c5b7d5bae66c544e581bee5770f3f83dd81]

        use initialiser syntax for Sequence<OUString>
        
        replaced using the script:
        
        git grep -lP 'Sequence.*OUString.*\(1\)'
          | xargs perl -0777 -pi
            -e "s/Sequence< OUString > (\w+)\(1\);
        .*\[0\] = (\S+);/Sequence< OUString > \1 { \2 };/g"
        
        Change-Id: I23688a91562051a8eed11fc2a85599545c285c34
        Reviewed-on: https://gerrit.libreoffice.org/19967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-15  Noel Grandin  <noelgrandin@gmail.com>  [3bdd176731c351638f541a37b94094124f3c9f52]

        cppcheck:stlIfStrFind
        
        "Inefficient usage of string::find() in condition; string::compare() would be faster."
        
        Change-Id: I90403b1d05eff6499c10be33068e5fd4fed30b62
        Reviewed-on: https://gerrit.libreoffice.org/19966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-14  Maxim Monastirsky  <momonasmon@gmail.com>  [7272e8df62a12d6172b297d7a82a0265cd1bc44a]

        tdf#95403 Add Outline button
        
        Change-Id: I0d5187ed34539a05ab9f2ffdfb89118df0aa3511
        Reviewed-on: https://gerrit.libreoffice.org/19964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-11-15  Maxim Monastirsky  <momonasmon@gmail.com>  [2faf5622664c322f0516dd2484fc154ae504049a]

        Fix license header
        
        This is an original file created by me. Not sure how
        I missed the wrong header.
        
        Change-Id: Ic56d66b1b10aa83dee835925dbf2e9a6d6a130ab

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [44c7272fc543947792ae8195341b8867d81e3925]

        SwPostItField::dumpAsXml: survive 0 mpText
        
        And no need to copy it to be able to dump it.
        
        Change-Id: I5c0782c489a5d7c24173a81cc82efd195c4aa56e

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [1118689e70ed49604ded6e1ae83a22bdc995b2fb]

        CppunitTest_desktop_lib: add Writer comments textcase
        
        Fails without e.g. the last hunk of commit
        1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3 (sw lok: forward key events to
        annotation window if necessary, 2015-11-12).
        
        Change-Id: I7f39530881f6141fea956b751aa57eb2bdcadcb2

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [18dfcbb11a05b7e702dc2161df9db8386a7ca34b]

        CppunitTest_sw_tiledrendering: replace various ifdefs with a single condition
        
        LOK is Linux-only at the moment, don't bother with disabling each and
        every unit test on Mac/Windows for now.
        
        Change-Id: I2ff1ed47251c16ec6a8d43138789480d95ea720e

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd05cc9a5093bbf5d2e136a6589be612df81d27e]

        gtktiledviewer: add toolbar buttons to insert / delete comments
        
        Change-Id: Ia566e983548a89d974c133823da2f07d5c2e35e4

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [9caca9fe23ac8e193f89a11503d92b058669a660]

        gtktiledviewer: the formula bar is calc-only
        
        Change-Id: Ib989a23e5ece49b6eb16b25bb1fb6f635df25829

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3dc0d7c72c2bb997bfceaeaf25dc9153ceca244]

        sw lok comments: implement mouse move and mouse up
        
        As long as we don't tweak the map mode of the comment widgets
        permanently we also have to disable the selection engine's timer, as
        that would emit events without the correct map mode: so disable that for
        the LOK case for now.
        
        Change-Id: If377ff2f064c30feb473f153f9d5b29b8ace7113

2015-11-14  Caolán McNamara  <caolanm@redhat.com>  [5730388b6e8cd1345318afedb00afcfc139287a5]

        undo cairo use in svp for now
        
        seeing as its unavailable for android at the moment
        
        Change-Id: Idc4dfd01224a2b90eacce0efd2d1b8a75001d085

2015-11-14  Caolán McNamara  <caolanm@redhat.com>  [da05c05edef729a2865158db4086b74785c45208]

        presumably I need to put cairo external here
        
        Change-Id: Ic2cc5aa50be39c1337c9831303ae2e5238573ddc

2015-11-14  Caolán McNamara  <caolanm@redhat.com>  [f7990b41817df73bb6e96777796a152535cad3c6]

        coverity#1339306 Using invalid iterator
        
        Change-Id: I72d9b1a2729d455431583177208597c554945629

2015-11-14  Caolán McNamara  <caolanm@redhat.com>  [c8b77ecc6d3d910578223055fa88937e2b9a5bc7]

        coverity#1339308 Uncaught exception
        
        Change-Id: Id63bbdd11af66de6be8a3e9dfca1c7efbe74b08a

2015-11-14  Caolán McNamara  <caolanm@redhat.com>  [b3bc0b369cee21f6fbe50e74534b21e9d968b1cd]

        coverity#1339307 Uncaught exception
        
        Change-Id: I1d8b40843de8d9bb9e4113442bc083c21a7b278d

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d78432e9a077725046419902c542ce4e5f515705]

        sw lok comments: fix cursor position of a newly created sidebar window
        
        With this, pressing ctrl-alt-c to create a new comment has the correct
        cursor position.
        
        Change-Id: Icb8d708dab015d8ffa9bcfe28de66238a75b50bc

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [dacc616f7020d045a1cfdb3806436e06046dae10]

        sw lok comments: fix callback of newly created outliner views
        
        SwPostItMgr::registerLibreOfficeKitCallback() already took care of
        informing existing outliners, this commit gives a callback to newly
        registered ones as well.
        
        Change-Id: I660dcb54231a9d404bf80b4284003d119dae6a5c

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e320d070bb0d4dd0ceb696f2c7cc5afb7c4273c3]

        sw lok comments: implement setTextSelection() API
        
        So that it's possible to drag the text selection start/end handles in
        comment text when there is an existing selection.
        
        Change-Id: I3acc4770928d4f385f0ca09a2484a9e112409907

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cbbaf571d3982eccd7f7267df3185b3d321d0da]

        sw lok comments: emit invalidation events in SidebarTextControl
        
        With this, newly typed characters show up instantly in comments, not
        only after changing the zoom level.
        
        Change-Id: I1470db1ec03cc415917375f1f95434cf0944e559

2015-11-14  Mike Kaganski  <mike.kaganski@collabora.com>  [ca80f73c3a330c38493e5e358bfa887adbe21db2]

        tdf#95775: Allow zero shape width/height; fix setting width/height relation
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/19962
        
        Change-Id: Ic91ebf4a18a77704dc1ccd1e1180b42d0bc84c74

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f23d092cc08176f470c4d3d9cd3eb1bcf6f2a487]

        sw: prefix members of SwLineLayout
        
        Change-Id: If6ced6d33dbb9c82c75aa05a9f7b018926c0ffb0

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [97355c222b51bc69adccf149f95744e5d33de788]

        sw: prefix members of SwPrintData
        
        Change-Id: I3e6e18a0bc224ba6d201b476d77e82571ef2ee69

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [441412a0bc33bd9c6fe6a19a901213e113104a14]

        sw: prefix members of SwSectionFootnoteEndTabPage
        
        Change-Id: I785b50d6f09db79d3184a19c01e71ef26c11b1d1

2015-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [412d3a8f46bcd3db1953497cec23b5d60317fd1a]

        sw: prefix members of SwUndoDelete
        
        Change-Id: I9a31850ac3524b8f2fae6513f4d378f8616eb30d

2015-11-14  Michael Meeks  <michael.meeks@collabora.com>  [3a906cedeb700ffb950b46e728b20676956cec72]

        Slideshow update loop; set scheduler priority to REPAINT.
        
        Change-Id: If7607c45c7645a6b32ea3cad0f9f7eca6635ace2

2015-11-14  Michael Meeks  <michael.meeks@collabora.com>  [b58be9e8f983d1d0ca10a6ebe903c9a6482cefdd]

        Fix selection of transition groups with just one variant.
        
        Change-Id: I3a49fd336961b860f4b19b37a8d18cef8e4a5557

2015-11-13  Andras Timar  <andras.timar@collabora.com>  [4a86ac44b5a17b53357f3468a87488a4d3f20f79]

        Updated core Project: help  9b62f36c82b8f7b15a8ed5ec062d73bef9a820cc
        
        remove lastedited element from dtd and wiki converter
        
        Change-Id: I4eeee9b3a00a197ec915c9996ace0249546f2319
        

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [1e3e2eb70a13a70bacaecb8a5e60c8c374924642]

        disentangle ENABLE_CAIRO_CANVAS from other cairo usage
        
        Change-Id: I135c14c90d791959f36dde5dc50687cc09f2a151

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [be08685bed07f02c23c37f54c85c548945d5655c]

        silence Solar-Version warnings
        
        Change-Id: I32bf78bcb44465bbe4c62e7ca144e801770ec53f

2015-11-13  Tsutomu Uchino  <hanya@apache.org>  [c7c2488f0a0839f8a01c46e9a55f5e7bcb39b5a2]

        Related: #i126649# Fix wrong at tag names
        
        (cherry picked from commit 902cd9fe198a4e24843b0e4432cbc2dd3c587056)
        
        Change-Id: I7cac635d9e7b6eae93466ced0349edc01caab0c2

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [f3e148bda1b46dc6626f27198de757e82b73f6a7]

        sc: replace that boost::ptr_vector<Reference<T>*> abomination
        
        This looks like dead code anyway? Evidently it didnt' compile like that.
        
        Change-Id: Id6500c18d66c6932b24c15b653d992c449e260c4

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [c0f489818595e50ed7cf01dfabc26c095617b44c]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I59831588fb7bc7e907fbffb24ddfe068552b6492

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6f6056d9cf388f9a5a2b340e4091810910f2eb26]

        slideshow: improve rotation timing in glitter transition
        
        Change-Id: I8b0475a6dcde53202a489b9d3265add9fe068cbc

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7dec6e6eed9838337beb7d0d7b7e5edf6ff5a04a]

        slideshow: simplify NByMTileFlip transition
        
        Change-Id: I0ec07eb25d538d82d740a33f05b0a4f002adf36a

2015-11-13  Varun Dhall  <varun.dhall@studentpartner.com>  [dc3959ce844c78470fededfe94449775049facfc]

        Added Test for checking new Writer document modified state
        
        Change-Id: I2dfc80c05a982038bf374eae975fac8294bf4dc8
        Reviewed-on: https://gerrit.libreoffice.org/19879
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f115b0cf1b23baf18aa56866aa7f15d5a5991c37]

        underscores are reserved
        
        Change-Id: Iee60389ccc9e348db6ed00e48e32b1e86f17b530

2015-11-13  Tor Lillqvist  <tml@collabora.com>  [38357ee010e9f22bc00080e603880cf82c74da48]

        OpenGL error codes are defined in hex, so show them as such
        
        Change-Id: I1f7fd98b243c49bfd90060b297bb2391cb102bb3

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [126df1eee630d357443c52e08dd1712c5a1f3234]

        sw: solve the CheckBookmarks fails on WNT mystery
        
        After many years of careful investigation, we finally managed to solve
        the mystery: it turns out that Windows has different line endings than
        UNIX, which results in different hash values starting at m_nLinebreakHash.
        
        Change-Id: Ib5fab7cd43ad10ea9a33c29857c5b53c84e623fb

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [57972554b58a680f47a05f4d6711c99106f80523]

        sw lok comments: fix position of blinking cursor after mouse click
        
        LOK always works in absolute twips (origo being the top left corner of
        SwEditWin), so not only the callbacks have to translate relative twips
        to absolute ones, but the opposite have to be done for mouse event
        coordinates.
        
        With this, clicking at a random position inside a comment places the
        blinking cursor at a reasonable position, not always at 0,0.
        
        Change-Id: Ic8d20f177acd9e1908acf17698c53a1470bd4aec

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [022c716fc89c7315a7c454c01e2fe70d5aece289]

        sw lok: disable comment menu button for now
        
        Change-Id: Ic052544b2835181652732b8de9eaf79572a9db6e

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [22e97c130868fe7d7529cfcfb2a240f775bd8916]

        editeng lok: respect origin of map mode for TEXT_SELECTION
        
        With this, selections of Writer comment text show up at the correct
        position, not at the top left corner of the window.
        
        Change-Id: If865503d9a02a27730e382d65c42c706dd533a93

2015-11-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ccd363e8d7d9c71d565c9364b5b518b3e72634ea]

        Updated core Project: help  7e12b71f3d846b392053bc0461767272e73c9e69
        
        assorted typos reported via pootle
        
        * 113,3 → 113.3 (en_US uses dot as decimal separator)
        * typo: equivavlent → equivalent
        * typo: "The the …" →  "The …"
        * typo: "The Expert Configuration dialog let you": let → lets
        * typo: "one of the displayed theme" → "one of the displayed themes"
        * typo: Sidear → Sidebar
        * spurious tag "<emph>.</emph>" →  "." – dot is just punctuation here
        
        Change-Id: Iad058d285f2cdca6e32bc67281d3a4e9e1c18b65
        

2015-11-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [75a5dfeca0af580bb31f3aceee541d5f905b9101]

        tdf#86886 Shortcut keys missing in undo and redo tooltips
        
        Change-Id: I8df003bdad4430a174815ce51197b997717ef379

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2af4da0ea9ee0b029e89cf5ab65d378d426d1af1]

        improve compile time SSE2 detection, fix broken android build
        
        Prereq. to enable runtime SSE2 detection is that the compiler
        supports it in the first place. MSVS and GCC use different
        compiler flags for this so use __LO_SSE2_AVAILABLE__ to make this
        build platform independent.
        
        emmintrin.h is unavailable on ARM Android so include this and
        compile the SSE2 specific code only when we are sure we can build
        SSE2 code (__LO_SSE2_AVAILABLE__ is defined).
        
        Change-Id: I212c4e0b99a314d087b9def822a81325b25f3469

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [81860b908b0c6104d47886a172b65d8d31f59ec3]

        do all the headless using platforms have cairo ?
        
        Change-Id: I4c0250254480790f49ad45f3d42151aee4a441e8
        Reviewed-on: https://gerrit.libreoffice.org/19953
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [97464be9808c0d349be8b84fea6973527496bf26]

        Bogus assert
        
        implementation can indeed be empty when cppu::writeSharedLibComponentInfo calls
        getEnvironmentFromModule(mod, curEnv, "", ""), which in the final if-branch
        calls getEnvironment with implementation = "".  Happens when adding desktop/qa's
        test-active.oxt.  Regression introduced with
        ae3a0c8da50b36db395984637f5ad74d3b4887bc "Add .component <implementation
        constructor='...' feature."
        
        Change-Id: Ia70958e4aa18d378ff35063bdf6187f6e073b765

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [97ce93ec6481fc6d90eb6fc11b5fcc8c448f92ed]

        loplugin:nullptr
        
        Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [5a137c4a3da04d079c236984f72cff8701abdf8a]

        loplugin:nullptr
        
        Change-Id: I001d3cefea8083e0f0d1a965b26ce867f384aea0

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef7e9d5c8d64ec168927267067ffb4b2a539086d]

        sw: prefix members of SwTextIter
        
        Kendy says this helps his latest changes to the
        bin/rename-sw-abbreviations.sh script.
        
        Change-Id: I95d82c5e8d69360e82154fa0390a6b2d1b9bf5d4

2015-11-13  Michael Meeks  <michael.meeks@collabora.com>  [12dcf5e6e770b1933252a1f919663ba45ded4cdf]

        slideshow: cleanup main-loop usage, post-yield listeners, etc.
        
            This removes several attempts at reducing jitter in slideshow
        animations. Now we have high-resolution (ie. not clamped to 10ms)
        timers on Windows and a cleaner and simpler main-loop, we should
        be able to use generic timer code-paths for all of this.
        
            This also allows us to further cleanup and simplify the main-loop
        removing the now redundent post-yield handler concept. If there is a
        short enough timeout, we will take just 1ms of delay before executing
        a short timer anyway.
        
            Also removed some lingering comments from an old attempt to boost
        priorities which broken audio playback.
        
            Tested: tdf#32861 - still works, audio still plays, no new jitter
                    in animations that I tested.
        
        Change-Id: Iadc5e2a48828a18a599a86a8df14cb2b75dd425e
        Reviewed-on: https://gerrit.libreoffice.org/19947
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-13  Noel Grandin  <noel@peralex.com>  [ea6857f86b444fe7f87e74c41dbfe9ba8c02f942]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I81b3d69c0bcd7444325ed2037ac00108f9c43474

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [726ce582abb800a809ac144f50a7aa20e3fadcef]

        remove SSE detection code (but keep SSE2)
        
        For corner case CPUs out there that support SSE and not SSE2 it
        makes more sense to use the "fallback" code path instead of
        writing a SSE only version. For this reason detecting SSE is not
        relevant anymore - so removing it.
        
        Change-Id: I3f1425af2cb5cdf9fba699e2996014598a15b5c1

2015-11-13  Noel Grandin  <noel@peralex.com>  [61ff0d658e0d0fd30dd433ccb4b77e04e5f9293e]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I9bcb6a55b568548e969e5528e5ce1399829e1222

2015-11-13  Noel Grandin  <noel@peralex.com>  [442666210fb0a04e298172a288211619becedc45]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I4360e3238407d9cc7d664c543868cdb66271dbe8

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f6ecf15644b641f729c24822fcb6bb29617ef57]

        tdf#95795 vcl: fix KDE5 desktop detection
        
        Regression from commit 6c80a8fe89fadf9a2c7260a09c037a09462f53d1 (new
        loplugin: oncevar, 2015-11-06), KDE4 was detected as KDE5.
        
        Change-Id: If4a7a074052a31c7505f53c03a36a0975d71b3a7

2015-11-13  Oliver Specht  <oliver.specht@cib.de>  [f47bd0561cdf4c2b4fbe2c7e396533cf85408cb7]

        tdf#95188: enable import of shapes in footnotes in .docx
        
        substreams require a Model and a DrawPage
        
        Change-Id: I701cf6e2283f84f18b9a0c06a4ce0aa8be934bf3
        Reviewed-on: https://gerrit.libreoffice.org/19951
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-11-13  Noel Grandin  <noel@peralex.com>  [f73284fb864699716b3a52faf2ad39bc8e48c3cc]

        new loplugin ptrvector - find bad comparison of container<unique_ptr>
        
        Change-Id: Idb18ae1ca2f7c644680703dc3b7dd3cd6000e040

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5493402fb37a1def960c93f7c31aff36a5ab5f9e]

        arraysumfunctor: fast sum a double array, use for SUM() in Calc
        
        This adds an array sum functor which sums a double array in a
        as fast as possible way. There are 2 implementations: SSE2 and
        a simple unrolled implementation. SSE2 implementation is used if
        SSE2 is detected at runtime.
        
        Additional info:
        SSE implementation at first processes the array until the array is
        aligned by 16-bit boundary (should only process 1 element).
        Then the array is processed by summing 8 values in one pass (using
        4 variables that are 128-bit wide) where SSE operation can process
        2 double values in one call.
        
        Change-Id: I24494b08cae049aa3eabcb086867f1bdd4128374

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [154bcd887d3772addc8196944044fa57738d3cf2]

        tools: runtime SSE/SSE2 detection
        
        Change-Id: I29330061e2986ec2ae899c2f3a63d0eadd9cc194

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [d5c28d2616f4fad5f490387efa27d651c7b9243f]

        cui: loplugin:override
        
        Change-Id: I5a14762a64e88aae67d10d0a6ef80d38bb26320a

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fb91dfd804cd6f3d585bb4113b9a68083ac71ee]

        sw lok: fix blinking cursor position of comments
        
        With this, it is possible to click inside a comment (and get a blinking
        cursor inside a comment), and also possible to use the arrow keys to
        native around and still get correct blinking cursor position.
        
        Change-Id: I29eb1e60e4e571151f0b18bec8cf765ea09af09f

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e988ab84f1c32519bfca758086c749ba98a5a85f]

        editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSOR
        
        Writer comments are separate widgets, but we want to have coordinates in
        absolutes twips, so give Writer a chance to inform us about the delta.
        
        For now only do this in case the map unit is twips, as Impress sets the
        origin already.
        
        Change-Id: Idf340944165e44b0888c00965d6be7798712ff76

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [9c7d3345b02bcf69f28bdbc956a7cedaabe894a0]

        clear VclPtr warning
        
        Change-Id: I13f08989034a656bc6f0ae6b556272802f4b8fc2

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [de0a391137080a18e73f315b6dc5342b5b078574]

        Related: tdf#95682 set edit to modified after insert symbol/paste
        
        Change-Id: If5892931649bde3d1fc00c0e5817149d0623cb1e

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [5fe66069010e9afc3a16d238592c3b672850514c]

        sc: loplugin:badstatics: remove pActiveEdWnd global variable
        
        Just use a Link, or rather std::function to set a member in the tab
        page.  Unfortunately loplugin:vclwidgets complains about the new member.
        
        Change-Id: Ie2f9cb73c38292d02057d43b12694c6609fa0db8

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [613ef01748bd155653954f1effe00e395ba38a3b]

        android: Fixes to AndroidManifest
        
        Change-Id: I661b3de74066831f22757b587e8b367913030573

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e4130895577106f0b7eb5530d4e1754794f53547]

        android: add source of icons to README
        
        Change-Id: Iad3ad138a9a7164d10ab6e51e22032ad115d08a5

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7b3f6dd1685bec33aae79c95584b461fdb72e879]

        android: don't set text color in about dialog
        
        Change-Id: Iea5df81bb2f85376dc67e1cca63d5586a834e1b0

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [c057e0b712321bc2a9796ad3ef838ab008b3a722]

        Re-enable CppunitTest_officecfg_cppheader_test
        
        Change-Id: I059a4cf6ce9f8969235cb998522461e82232502c

2015-11-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [efe694737e6c0822bb14a5dd52ad8148e38bb952]

        tdf#90372: Make VclScrolledWindow candidate for tabstopping
        
        Change-Id: Ic73e24f8036b0f6129c3a4f5efb160f9089cb0b8

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cb5fa33f0060df7649c6db8bc55be71d1e873def]

        android: remove old unused action buttons (bold, italic,...)
        
        Change-Id: I68d87af8ec2662208776d3b202d412145c86d9b2

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d30e0aea02efa0682d836808d79917dc8aadb93a]

        android: rename "editMode" to "experimentalMode"
        
        Change-Id: I3fcb7bb2fda925a1c5b2633ac7f6846fda0dabf8

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8908920488f514e015610d21f00481857c08776f]

        android: add undo/redo to the main toolbar
        
        Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6636476cf06ccabc81fcc951f842a34a7f4b5840]

        android: Add string searching + search toolbar
        
        LOKit supports searching, but this was not implemented yet in the
        Android GUI. This adds a bottom search toolbar where you can type
        a search string + up/down search handles to search for the string
        from the current cursor position.
        
        Change-Id: Ia7461d2c6399c23201d2ea81f0b44c38533939a1

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [319623a3345b5cb11f0d42c6e7781734ff1a3a40]

        android: Add bottom formatting toolbar
        
        The bottom formatting toolbar now shows the formatting options
        previously located in the main toolbar as a menu entry (bold,
        italic, ...). In addition alignment options and selection of fonts
        and sizes have been added.
        
        Bottom formatting toolbar is not shown by default - it enables when
        hitting the icon in main toolbar. Also soft keyboard and formatting
        toolbar should not be shown at the same time.
        
        Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [01d0983e3dd963003159779ca0920ace7dc308c4]

        android: make toolbar visuals easier to change
        
        Change-Id: I5b4dd8b8c407640cfcd9f366cecfaf6deb0cb3be

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b0166b1d063dd1ba40692eecea1fa378e868acee]

        android: remove attrs.xml
        
        Change-Id: I7d3742af0c11a996701f7d263fc04a387edb0d00

2015-11-13  Andrzej Hunt  <andrzej@ahunt.org>  [54e54c381fc067b700514b6305f0fe4a1ac7f0c4]

        Remove outdated comment
        
        This has now been merged as:
        LOK: setClientZoom() - sets the client zoom level
        96cd2abd748ed24e5aba50cc4c300cf06e512db3
        
        Change-Id: I519a752dd9f18bb719a43f75f1ad3105f58418d9

2015-11-13  Andrzej Hunt  <andrzej@ahunt.org>  [e77668eb1e7abe522493235dadfca08ca451ad99]

        sc lok: during tiled rendering the cell-cursor is always visible
        
        Change-Id: Ia802c19f5bfd2fe2e9909e3c611047c529a64200

2015-11-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0797610256c07966630880068ab94361c1c47bf0]

        rename: preview picture -> preview image
        
        Change-Id: Ia19d14def4b78b85ec9ddabb706416a971b670cb

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [b08b76774fbd253cba587207d471f9bf0c0b0a82]

        Resolves: tdf#95682 spell dialog: add a button to open special character
        
        Change-Id: I0d070dee9e940b93b294c6b2de180005a5c2248e

2015-11-13  Caolán McNamara  <caolanm@redhat.com>  [8325fcb56d014c12f35808ae6ad17f68b7a1cdd2]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ife26f55c28c4631aec4ba4105225bfca72da8bff

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [5a616ca96c41b1e3d6dc2bca370f0797dfef7511]

        sc: loplugin:badstatics: _one_ global pActiveEdWnd is enough
        
        Change-Id: Idb0eacc8c14b2c56e8255c47c8330e5e6572d5de

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [5140fe150b2962f2973bd07e770df46fee7ab25d]

        sc: loplugin:badstatics: clear ScGlobal::xDrawClipDocShellRef
        
        Change-Id: Iede68e39a449ad0ea4a07d0a349c70c523ad6633

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [d5016b013672056f89f908b6cde38183fad145bb]

        svx: loplugin:badstatics
        
        Change-Id: Ief31d8153fdbf91cdd29df5ac7801bd88a98542e

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [cc77a2a8f3447b02d33a224df627f6500adc158f]

        sw: loplugin:badstatics: convert static SwViewShell::mpReplaceBmp
        
        ... and mpErrorBmp to actual members (not just in name only).
        
        Change-Id: Id02553451f1990dbc111e9c842247764bf7554bc

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [f723a62cb5e0e37e56f341f4641ab3fd05bbc8dd]

        sw: loplugin:badstatics: actually these are harmless
        
        ... but there's no point in them being static either.
        
        Change-Id: I49931289560da9de7a2e79577e525872d316cc4e

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [306d4f0b6df1df4a92613d17bdc4fcfb306e7854]

        sw: loplugin:badstatics: remove static SwView::m_pSrchDlg
        
        ... and associated copypasta
        
        Change-Id: I59a34da48727c84953ed460c11718d261fc3c5a1

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [0ab6b1fc6e84b4f5f3a9c0b93b999aa320a70a0e]

        sw: shove 2 global variables into SwHyphIter
        
        Change-Id: I0cb6112b0353a5fd0b4dd571d65f2d656e39ba74

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [655248f1b504af18782caaa5b903623145ab80e5]

        sd: rename static variable SdDrawDocument::pDocLockedInsertingLinks
        
        Change-Id: I6092d64f0e64d295253505b27c9aee7874d9ecce

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [cd3b8cc57d0e0f77da32438e95c3ab1cf79338bc]

        sw: rename some more global variables
        
        Change-Id: I6f4d0bb57c5d82984ff29b621dc4570f453be31d

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [c6d796c3bfc969f232f7a9a92fb9be105e3bf7f1]

        sw: rename some global variables
        
        Change-Id: I6520e47198a3da4e72fc77c6a6955afac410c7fa

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [ccde2360d5c29bb99008cfae5ab3675bee4ca46c]

        sc: let's make ScFormulaDlg::pDoc and aCursorPos ordinary members
        
        <erAck> mst__: I see no immediately compelling reason why that shouldn't
        be a member variable
        
        Change-Id: I307259337cb068c5c7e397a1f57cf8e7c92b0e12

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [e3a8d361f71cad0b8a0344f9525b62119fdf1004]

        sc: rename static member ScFormulaDlg::pDoc
        
        Change-Id: I6dc352bf0bcfef18b39926986929d0ba96d2f3cc

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [7397dbb9b9b08fc0187889b1346fb6c7c8fc0f17]

        svx: rename static variable
        
        Change-Id: I98246395bb0de7444864ce35d1cbdd4711b5bfeb

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [e0cdf0c53bfddea0ced075cc0ada10ef638c1795]

        svx: remove unused typedef
        
        Change-Id: I3d892ba544e1c3e569e3c1968e034836dde5b555

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [c60ee62c2de57a6fca7d731062ca7c4146377fa1]

        sfx2: rename static variable SfxApplication::pApp etc.
        
        Change-Id: I69bb8ab014864ad77448785dfcd291d7c51a0cef

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [c4787618a1edb57c371215ce2b88eae3cc84f9f6]

        svtools: make this condition readable
        
        Change-Id: I3dfa3f5933010adb4c9277aac441a8c8a7c9c4b6

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [457a744e27948a08cba387270fb835d785b1422c]

        svtools: remove pointless sal_uLong cast
        
        Change-Id: Icb37c70535fec579effddf39f2e60e4418c9d98e

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [ddd7259e6ac97a7a2840762060639a39f76a156c]

        svtools: rename global variables
        
        Change-Id: I3745d31135062778ce5ec618f1d491fb21a540f6

2015-11-13  Michael Stahl  <mstahl@redhat.com>  [27756a94605fb1cfd0bd40fae0b2d4bac4546742]

        vcl: rename static variable I18NStatus::pInstance
        
        Change-Id: Ic162dd2d9a97e7d311921fad7d4d2bdf4b81293b

2015-11-13  Noel Grandin  <noel@peralex.com>  [977220881cfffefb49843f27d3ab68f2de555469]

        some older gcc doesn't like auto in lambdas
        
        Change-Id: I4491ed75bfe588b5c4e307d17319e1f0feda1678

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [c6c8af5ef46e2178e4b9abcd95f76c8df2db2732]

        loplugin:nullptr
        
        Change-Id: Iaf779157b97e4d3a3a449cc7f17e4d5c533955f0

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [b957190edfc40e1fea99e4781c95aea0bd6fce5e]

        Work around clang-cl -FIIntrin.h workaround
        
        Change-Id: I71e0de9e13718c1a6cd11339aba740effa2e0476

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [9b421ef6dee41c33d1a82fc8a8ec6983f13fe2a7]

        external/boost: Adapt to clang-cl
        
        Change-Id: Ib07e85bd1a157b6fa78f07a17f8cf5033b01bddf

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [5d201bc4909698d276cc4764017b15faa9b5b7be]

        Adapt to clang-cl
        
        Change-Id: I2f79e52da2aa0ad3a37aac07a36dbe14dfe401a9

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [8e2f4c7817320354903d9d2c52d59403f37e22b5]

        -Werror,-Wunused-const-variable
        
        Change-Id: I3ef314594b64a54aca389816fd9bf5ba0721b397

2015-11-13  Stephan Bergmann  <sbergman@redhat.com>  [2083761d19c91dc875a69f049f53fe91e421a9f0]

        -Werror,-Wmicrosoft-enum-value
        
        Change-Id: Iafd6e5f899835303e421be923f70d1e3f42bf65e

2015-11-13  Armin Le Grand  <Armin.Le.Grand@cib.de>  [b701bd8cbd46644e28d0dbcae94d5098b72036d8]

        tdf#88352 correct triangulator numerical problem
        
        The basegfx Triangulator is used in slideshow with canvas to triangulate
        the mask geometres. This uses tools::isPointInTriangle which uses
        basegfx::tools::arePointsOnSameSideOfLine. This uses the cross product
        to solve and for tests against zero the fTools::equalZero call. The
        triangulator then uses the more precise rtl::math::approxEqual to test
        if one of the points of the triangle is equal to the test point.
        In rare cases this can lead to a position where a point is seen as inside
        the triangle wrongly because it is not detected as equal to one of the
        triangle points. To solve, use increased accuracy.
        
        Change-Id: I73e12b711f14d4c48e829d5db1cadefa0917c19b
        Reviewed-on: https://gerrit.libreoffice.org/19925
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-13  Noel Grandin  <noel@peralex.com>  [6b5e4c1f548f459e2d81963efdd4eb661de1fe89]

        fix build "error: declaration of size shadows a member of 'this'"
        
        after my commit 2aacf6c2cd82322b953988ff30d3bc997ae76d7b
        "sc: boost::ptr_vector->std::vector"
        
        Change-Id: I7195b91a61405f16ddcc698ce1e8205e6d20c39e

2015-11-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f6ef7e33b034d4ee5fb85ae4b72d8d255fbed2b6]

        slideshow: add "glitter" slide transition
        
        Change-Id: Ie89b64c4399cd0092eee579660c9fe85f8ca8e73

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c482cb54b4dab4c5b549ecd2395104f042e4101]

        sw: don't show main cursor when editing a postit
        
        This is primarily for tiled editing that doesn't know about multiple
        cursors, so if both the postit cursor and the main cursor is shown for a
        short period of time, then the main one is hidden, then gtktiledviewer
        still shows the main one.
        
        OTOH if we can avoid showing the cursor in general just to hide it a bit
        later in general, let's not do that.
        
        With this, the "cursor is shown at the comment anchor, not inside the
        anchor when clicking on the postit" bug disappears.
        
        Change-Id: I2383292c5f84604dc8b126510b0797b8426920ae

2015-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [5f8aaeae51b46c59090227d60f39f98ebf0ef767]

        Fix typo
        
        Change-Id: I691e655196d271661fe3ae9aa64c6c61c02d8855

2015-11-13  Andras Timar  <andras.timar@collabora.com>  [4235138c2f16d60b84c1a9c9465c9af0e2a137d6]

        DejaVu fonts version 2.35
        
        Change-Id: I90f926091a8da66b05582191454418363ef6e8d7
        Reviewed-on: https://gerrit.libreoffice.org/19943
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [12d51ad73c68ffe238dc2c28f9abd6b679dffb34]

        vcl: loplugin:passstuffbyref
        
        Change-Id: I4ad2b77112a2c9bfbf76f0b84275d88046ed3851

2015-11-13  Noel Grandin  <noel@peralex.com>  [f54a384f5ac16e969e8ecbf2821b89e0173c7403]

        Revert "sc: boost::ptr_vector->std::vector"
        
        This reverts commit 9822ddf366459d31148a4ccbf0a49da4f726b3db.
        
        something is storing a pointer to maXFIndex in XclImpXFRange
        
        Change-Id: I2de7a311da2586351e2356b108f723c80f268245

2015-11-13  Noel Grandin  <noel@peralex.com>  [343ec4b7234f4eb9709f09d453131100d3283ddc]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I21fdb9f503241c2fa38f3de059a1f674a6631c78

2015-11-13  Noel Grandin  <noel@peralex.com>  [280553e30f4ddc932838f98a9efaac03a988a0df]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: Ia78f3596888df89b13578bd383df2615bcb854a7

2015-11-13  Noel Grandin  <noel@peralex.com>  [601fd58cc3a4ce3a13bc0dad1cc16f0a841aa765]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ie152e03e6219495683ebc50d916406fff0e54b6d

2015-11-13  Noel Grandin  <noel@peralex.com>  [e5e2f119eff6f57ad7abc70efd4986f8f8b3fc00]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I85eb08c85700a2a5e0bd0edaf46ca99fded9dbb5

2015-11-13  Noel Grandin  <noel@peralex.com>  [f3ba19b37f212a5839a91223f77d501d79e2c4b5]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I7bf6fad1ed2d0f8e9a42293e0ceec7fc3b59963f

2015-11-13  Noel Grandin  <noel@peralex.com>  [c2defd97cb60439fc25970c903e66fbecad148e5]

        sc: inline LabelsType
        
        Change-Id: I6035b73e170664d23c706a26c1dee953cd19c518

2015-11-13  Noel Grandin  <noel@peralex.com>  [75aaa65a8f0f145657098278c3a7a3973b2c29df]

        sc: rename ObjectSetType to ScDPObject
        
        Change-Id: I64720c2678f702e895c9b91571d98c0059e02a27

2015-11-13  Noel Grandin  <noel@peralex.com>  [a029ab3d480c97313dc88dc6e1fbc0f3a900fb09]

        sc:rename ItemsType to ScDPItemDataVec
        
        Change-Id: Ib81da8bd2e934330deea6f862c6774db4df93603

2015-11-13  Noel Grandin  <noel@peralex.com>  [2aacf6c2cd82322b953988ff30d3bc997ae76d7b]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: Ic4af0579f31c2076fcbc4ac76266e0ae49cb2be8

2015-11-13  Noel Grandin  <noel@peralex.com>  [ab3d557b48cacb30598c6b5ebb1cadece493fde8]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I78fb3a7c735621565ad523ec49b04b20053ae681

2015-11-13  Noel Grandin  <noel@peralex.com>  [1740d0b2bec4c899af825739a8ca996785b5b525]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I2d8ffd3f11d7c5295fa3c5725edf2cd871197a26

2015-11-13  Noel Grandin  <noel@peralex.com>  [0f611e670a36d22c66d91ee309eccac1ea65e0e9]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ie5d21180d49a7d82d4cc1f5b9a71152bb86d0555

2015-11-13  Noel Grandin  <noel@peralex.com>  [9265f9bd35ff6ef0e4ab285dd9fecebce6976e8d]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I4c1d48b93ebb50aead0ee263a13e42e66eb714da

2015-11-13  Noel Grandin  <noel@peralex.com>  [83a58be116762abeab4ec3a90b8aafa076484b4a]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: If3fff7cec768be9ce4cad6064415c1739433e030

2015-11-13  Noel Grandin  <noel@peralex.com>  [16877ccbd2dc227ab25f19914b9d453a082e405b]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        and remove some unnecessary usage of dynamic allocation of OUString
        
        Change-Id: I6eb49a0733928ba49ea48accd36fbaaa82b9d211

2015-11-13  Noel Grandin  <noel@peralex.com>  [33bf2449730c796a41a25f9287aa40e51c2bc464]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ib53a084c16eaf0c7a44573ec8f4fabd782684b7c

2015-11-13  Noel Grandin  <noel@peralex.com>  [6618e503b3f6acf282c0c97150f591e643f8db8b]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I253d36fba39b7022da7b4612881fcf5758bfd820

2015-11-13  Noel Grandin  <noel@peralex.com>  [6f6668c1f28ddb42b940c56f7fa24c37fd2e1850]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I667ffd21cd4454538a38b19a0a0a69e811c5b54b

2015-11-13  Noel Grandin  <noel@peralex.com>  [438a3f77e3814f90e2e3727e6d482d66e3259d36]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I07e0a63261eb988ec45ba0432079978e18d7cc38

2015-11-13  Noel Grandin  <noel@peralex.com>  [b3206e487403ab0da089010b8a56fa6b5d9edd56]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I96c7ac422e4e3414654aad257077aa8a7aecf28e

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [0bf24b19c7618ee83f88aa9364f68a4db1d2c04d]

        libreofficekit: loplugin:cstylecast
        
        Change-Id: Iea7ba258b661c09744191933fc23a06ed57fdf3b

2015-11-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [0e41564b2fa5192ef1e8ec5e51ad3c04dfa52afd]

        Flip buttons: Make the tooltip an uno command property
        
        Change-Id: I3d6984b3b51e7eb2affa7fafebf8b745e60b3f20

2015-11-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [e746cf656d71b78216b65c3352a8441829bbf6db]

        Vcl: Add TooltipLabel to vcl buttons also
        
        Change-Id: I332041e2d1d53f56cd38c1cd1ca325252535a53c

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [617c72c1516417da0134859e0a8818ce1e0bf60a]

        sw: prefix members of SwIdxFormDlg
        
        Change-Id: I8da7fbf28b115d809ebdb8b10532455f0fc871d7

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [158eeaec807182af47aeadcf794c571c19a84b30]

        sw: prefix members of SwXMLTableContext
        
        Change-Id: I3c6bf5f4e56a60f2d869844b7c006eb8d6948e73

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [059f65b27b65ec86e5941a70e3e8ef89456a7c10]

        sw: prefix members of SwLabPreview
        
        Change-Id: Ic4c9b6309aee6be51aa0b20a26e6dc28930a9879

2015-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [7038c15e123eeff440df26ebc54dcf8c5455ebeb]

        sw: prefix members of SwParaPortion
        
        Change-Id: Id7d181c46b8504dbd8c82dd89009ef74015cc396

2015-11-13  Mihai Varga  <mihai.varga@collabora.com>  [5b1e22e9ba941305a7f138adcef75a464161a145]

        LOK: calc formula callback + formula bar implementation in gtk
        
        We need the callback to be able implement the formula bar
        
        Change-Id: I1c78ab0b9ed9304c0465a9993a7101f8efb91052
        
        Conflicts:
        	include/LibreOfficeKit/LibreOfficeKitEnums.h
        	libreofficekit/source/gtk/lokdocview.cxx

2015-11-13  Mihai Varga  <mihai.varga@collabora.com>  [96cd2abd748ed24e5aba50cc4c300cf06e512db3]

        LOK: setClientZoom() - sets the client zoom level
        
        We need to know the client's view level to correctly handle the mouse
        events in calc. PaintTile() set a zoom level that corresponds to the
        requested tiles and previously postMouseEvent would call SetZoom(1,1).
        Now we can make use of knowing the client's view level and call
        SetZoom() with the correct parameters
        
        Change-Id: I34b5afcdcc06a671a8ac92c03e87404e42adf4cd
        
        Conflicts:
        	sc/source/ui/unoobj/docuno.cxx

2015-11-13  Oliver Specht  <oliver.specht@cib.de>  [249f8b1cc9897ac9666dd5c69dc22fae7586c207]

        tdf#95744: saving shape names re-enabled
        
        commit c29657e0d6bb707345584ac7a7f5ae5016f37297 inverted
        one of the tests for SvXMLExportFlags::OASIS
        
        Change-Id: I523cecd4203c91d82a4e3e82b8457d2c55a5fff0
        Reviewed-on: https://gerrit.libreoffice.org/19931
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6105812d67ce5369ff3a1b9690f2bc333a17e44d]

        Toolbar: Use 'Name', not 'Label' property for Toolbar items
        
        Name is a stripped-down version of Label (doesn't contain dots etc).
        Inadvertently changed in 9c2f197e8e945f584e718e889938c06fbf644897
        Thanks to Maxim for pointing this out.
        
        Change-Id: I7df5752af6c398cc216b7773e4506d401232c216

2015-11-12  Eike Rathke  <erack@redhat.com>  [41379970e8c6b75563b7c162b4e760b9e93a5bea]

        while at it, avoid repeated operator[] access
        
        Change-Id: Iff569f738252492df66a7c9cee654fc58ec67c98

2015-11-12  Eike Rathke  <erack@redhat.com>  [dec711e655bb07d2fc217a2fe038f7a8f0fa6be3]

        in a cellRangeAddress single quotes are escaped by doubling them
        
        ... and not by prefixing them with a backslash, geez..
        
        Change-Id: Ic088967fc2d9004ab5cc8d917253cc262edba7c9

2015-11-12  Eike Rathke  <erack@redhat.com>  [ce87e82dc5c78a5a3cc174a94c11825eb674d638]

        there are also no significant double quotes in an ODF cellRangeAddress
        
        Change-Id: I13d33ec64b3bf61fb6ee6e392abd97dc39bcd18d

2015-11-12  Eike Rathke  <erack@redhat.com>  [8acf24d89235675cdd3ab4c819b580d943f740f9]

        there are no significant brackets in an ODF cellRangeAddress
        
        Change-Id: Id606fb432073b37354f37ace05a3574ab00e1fa7

2015-11-12  Eike Rathke  <erack@redhat.com>  [c28055eb913e3e072156d47081b3c1bf680df65a]

        remove bIsFormula parameter, it was always false
        
        Change-Id: Ie1554cf59e0aff3e0975941fad7f99b4aba9ba7d

2015-11-12  Eike Rathke  <erack@redhat.com>  [7d116f64e558e8bcecdc1d261c569e69e612ff5b]

        name this what it does
        
        Change-Id: I24170e7959c3e72ade3cdb86a9e28b60f28cd4dd

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [8c8dab48fc8bf1d8c3f0f5e5139323222a81406e]

        Make "make debugrun" use lldb on Mac
        
        ...the way command line arguments for the debugee need to be passed to lldb with
        some JSON quoting looks really odd
        
        Change-Id: I11a74ee6f8969664e9ba1cd72d2e3723848ceea1

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [58d8fa1105f5a259111c1cbafc54ff1586d2e24c]

        loplugin:stringconstant
        
        Change-Id: Ibead5179a353e7698d649bf20d0f7d13d4641136

2015-11-12  Andras Timar  <andras.timar@collabora.com>  [38e24f1d059a6123ea15a68b4b24ca984642d66e]

        tdf#76239 extract real file version from ttf files
        
        Change-Id: I9f611a272e6694fe1f9bd5f75358e865eaf3fe5f
        Reviewed-on: https://gerrit.libreoffice.org/19941
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [da1f782cb2be82f605fe6b73420e40513f34ed1b]

        loplugin:passstuffbyref
        
        Change-Id: Ie8641fe51f1a8943402f0aab5f78c331b6deb3a0

2015-11-12  Jan Holesovsky  <kendy@collabora.com>  [addd884799b88213df813fd8501c3ab8306593e1]

        lok: Use reference instead of copy constructing in range-based for.
        
        Change-Id: Ie5bf5d4ab139f22e67f3654b0bb31e10b8c9f337

2015-11-12  Eike Rathke  <erack@redhat.com>  [99cc76e41bc418aff8cc14e646b42b3c59ffac9e]

        remove fixme comment and fragments of things that are done since long
        
        Change-Id: Ia1daaecb69e4d2e42315edeb96f9d659a3efed0c

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [ba8a957bfaffdddd10782ccb06d80d54e5805fcd]

        Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
        
        ...in anticipation of building with clang-cl.exe on Windows
        
        Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398
        Reviewed-on: https://gerrit.libreoffice.org/19928
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-12  Michael Meeks  <michael.meeks@collabora.com>  [51af0ef35b5a7ed0d1468f11cca73ba0158e8be4]

        tdf#95551 - fix image map crash.
        
        Remove listener we add, and don't crash on callback for disposed dialog.
        
        Change-Id: Ia6a1bddd212cb28a0331469e8e87324346d02841

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [43f38e717bcafb899d9ab1cfc9c277a6bfb87bee]

        Add a trivial Visual Studio solution with a single project to run soffice.bin
        
        The intent is not that this will grow to anything that one could build
        LibreOffice in. Some source files that one often needs to set
        breakpoints in might be added.
        
        This is in no way related to the "make vs2013-ide-integration" thing.
        
        Change-Id: I9cb3007af1dd9bff653584ad3f82f917649ce8c0

2015-11-12  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bd661bde8daff88ec6d977d6c3ca88577680f9cc]

        Related tdf#90249 A reinterpretation of the previous fix...
        
        ...which lives in commit f75c1966a6869eb043debbcb4432a6b12f874d10.
        
        The previous fix didn't address correctly all the LO versions
        available (32 and 64 bit for all the platforms), it's needed
        in all supported platforms.
        
        Change-Id: I24728e0a86df3cc2b2073a8487b63c6739596feb
        Reviewed-on: https://gerrit.libreoffice.org/19922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [25f6ef3d0c55685da8f0f36e7bc6db407720c146]

        Clone formatting: Usage description should be only in the tooltip
        
        Not in the button name
        
        Change-Id: I7cf570ce692f33980e0a5d58be0fbccd5ebe0120

2015-11-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9c2f197e8e945f584e718e889938c06fbf644897]

        Add a new TooltipLabel property for uno commands
        
        This allows buttons to have different labels and tooltips.
        
        Change-Id: Icbc3fe5f3b4db8a2e6b7177c21341f2df3520f19

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [82abd23f3ee1900b7579e5a0afa23581d5836f01]

        Resolves: tdf#93317 Modified Document Dialog misses focus on Gtk3
        
        Change-Id: I16ddac82a76a1e665797e4be192d3642f2660d9f

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3]

        sw lok: forward key events to annotation window if necessary
        
        And to allow proper reaction by the annotation windows, inform them when
        a LOK callback is registered.
        
        With this, it's possible to modify the contents of annotations via LOK.
        
        Change-Id: I4489941512197880940e20cbaeb0b47a7a6f26fc

2015-11-12  Justin Luth  <justin_luth@sil.org>  [49f453755b72654ba454acc321210e8b040df714]

        tdf#89714 - enable Widow/Orphan in default style
        
        For new Writer documents only, turn on the widow/orphan settings.
        This has been the default in MS Word since at least 2003.
        
        Change-Id: I1e873e7e4f0eac5e558732444594ef84e9ffe6c7
        Reviewed-on: https://gerrit.libreoffice.org/19794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-12  Juergen Funk  <juergen.funk_ml@cib.de>  [3ac9942c624cb627c8b09122498b45b05cf455f6]

        tdf#95761 All Hotkeys with CTRL+ALT+ not worked
        
        The problem was always masked out the combination ALT+CTRL, this only
        needed when press the ALTGR key, but the other ALT-Key (left side) is
        valid.
        
        Change-Id: I8a6f953f519627418fb48ee8d1d68b3cbf797250
        Reviewed-on: https://gerrit.libreoffice.org/19923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-12  Andrzej Hunt  <andrzej@ahunt.org>  [0b3fbf8299c51767689b4e7656bbf4c331450b98]

        sw lok: filter out defalt styles to avoid duplicates
        
        Change-Id: Iff84c2f16844a507d30f30c1fd4b23d807ded466

2015-11-12  Andrzej Hunt  <andrzej@ahunt.org>  [6e6ae9803796b120e95f6e89575e03c5fd0ed3c2]

        More range based for
        
        Change-Id: I9cdcd8dca413981389cd4db3059a420131e5f839

2015-11-12  Andrzej Hunt  <andrzej@ahunt.org>  [d5545979fb27e317cce4d374a5a913790d8a2adf]

        Use std::vector instead of an array of strings
        
        This makes the code much more readable / sane.
        
        Change-Id: I1d60f4102b6c619fa2fefac4a3644b7f04c0b9c0

2015-11-12  Andrzej Hunt  <andrzej@ahunt.org>  [fbc3965dc117967d2b5f51aa3902823da7c69d12]

        lok: send list of commands instead of ClearStyles
        
        We currently send just one command, but this could be expanded
        server side in future.
        
        Change-Id: Id8f14196158f3a7fe9c54595d094603efd5e2ce3

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [f9dfd0129ce0b0e21e3f57488ff513794dbbaae5]

        Resolves: tdf#93847 gtk3: paint blocking is unnecessary and harmful
        
        for gtk3. Probably also a fairly dumb idea for gtk2, but with the
        extra unblocking opportunities it probably just "works out ok" in
        that model.
        
        Change-Id: I3d4716c691fc84a5e68c210fee51f9e31cfacc02

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [2f59f936fe521cf078aad88149d1f133cfd3deed]

        -Werror,-Wunused-function
        
        Change-Id: Ic12b2914b4f39a96d1455dc280c97d64639b9849

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [bf35ea1dea48cfc5617e116c1f638f787f349855]

        -Werror,-Wextern-initializer
        
        Change-Id: I334c0a5004fa417f1cb3b1e768988644c712be7f

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [a5ead0559d5b920db7ab9638f60d79c7f87c07c5]

        -Werror,-Wincompatible-pointer-types
        
        Change-Id: If126707fe637917a5f73950c751a97c30ad2e692

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [97b201f6ba667fdf4ff19bcc73bbbbf51f567a68]

        -Werror,-Wparentheses-equality
        
        Change-Id: I1c85127f02697d39f17d4d5f52cb997352886701

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [1be1e02d9af02e5ff47725eff65e4cbae96f7083]

        -Werror,-Wunused-function
        
        Change-Id: I7fd09e4595be82ebd292042b09cc4c3e96b59d66

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [203595a1b5b9f9ad02ee6fa7008dae17459a6315]

        -Werror,-Winconsistent-dllimport
        
        > sal/systools/win32/uwinapi/legacy.c(21,14) :  error: 'GetShortPathNameW' redeclared without 'dllimport' attribute: previous 'dllimport' ignored [-Werror,-Winconsistent-dllimport]
        > DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD cchBuffer)
        >              ^
        > C:/PROGRA~2/WI3CF2~1/8.1/include/um\fileapi.h(780,1) :  note: previous declaration is here
        > GetShortPathNameW(
        > ^
        > C:/PROGRA~2/WI3CF2~1/8.1/include/um\fileapi.h(776,1) :  note: previous attribute is here
        > WINBASEAPI
        > ^
        > C:/PROGRA~2/WI3CF2~1/8.1/include/shared\apisetcconv.h(22,20) :  note: expanded from macro 'WINBASEAPI'
        > #define WINBASEAPI DECLSPEC_IMPORT
        >                    ^
        > C:/PROGRA~2/WI3CF2~1/8.1/include/um\winnt.h(175,36) :  note: expanded from macro 'DECLSPEC_IMPORT'
        > #define DECLSPEC_IMPORT __declspec(dllimport)
        >                                    ^
        
        Change-Id: Ifb0d3179bca9da192afc0af4e731a799f6d392b2

2015-11-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [11921d2269ec993167d81a5ed47ea6c14fc1a5f6]

        Sidebar: Make the flip buttons available for Images in Writer also
        
        And reduce copypasta
        
        Change-Id: I140bb8ad68bc35ba41c272cc4eb89b4a2d209a45

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [3f12102dde34cf88275c7249df5b234f487c5026]

        loplugin:nullptr
        
        Change-Id: I8df633d53d3669b073dd20b631adc50570a066dd

2015-11-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9f4549797294ebe0bd22d786770da847fc6b916e]

        Updated core Project: help  c0662674bcd161f5fc386ac9055fd1ac5f01891b
        
        typo "Extended Tipsoption" → "Extended Tips option"
        
        reported via pootle
        
        Change-Id: Ide68ca859b48503ce9bdaba8d240c41a39eacfa4
        

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7ecf6279ef3343f12fce776862c027bfeff6617]

        sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessary
        
        LOK sends all mouse events to SwEditWin, so add initial hit testing in
        its mouse handler to forward the mouse events to the right VCL widget.
        
        Change-Id: I67e8e19f47156261fd7c7eafd4e63f743e0c4ce9

2015-11-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bb078ab85e198897ca63c5c8d8496e7f10e3106e]

        Updated core Project: help  8c0daf0bded9159bf8b8601cce0a43263de166d3
        
        typo "a surface textures" → "a surface texture"
        
        via pootle-feedback
        
        Change-Id: I2acbf164e446ab0e9903e93ae6e850bf10dec6bc
        

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [963612613ac95d391ea051f596d24fff6cf3b8d2]

        Work around Coverity warnings about std::length_error
        
        ...escaping from main or being unexpected, in various places, which started when
        62dbe2e6eb30660f252b4e2c048f4aecf28e41c6 "Clean up osl_getSystemPathFromFileURL
        implementation" made osl_getSystemPathFromFileURL (indirectly) call
        rtl_uString_newConcatAsciiL, which can throw std::length_error.
        
        There is no ideal fix for this.  "The distinguishing characteristic of logic
        errors [i.e., incl. std::length_error] is that they are due to errors in the
        internal logic of the program.  In theory, they are preventable."
        ([std.exceptions])  That means that throwing a logic error is more akin to
        raising an assert than to throwing some other kind or exception that is intended
        to be handled by the program.  Which in turn means that it would generally be
        more useful to cause such errors to cause calls to std::abort (and produce a
        core/backtrace), than to catch and try to somehow handle them.  But there
        appears to be no way to tell Coverity not to emit warnings about uncaught logic
        errors, and it tends to emit quite a number of them for each signle "root
        cause," so be pragmatic for now and catch it close to the root.
        
        Change-Id: Iee71f50e3304954e9e88f326e0fa2167b6051ca2

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [0943adb2f7ec319891c11889b40c9a69f0d1027e]

        Resolves: tdf#95021 crash on closing macro dialog editor
        
        VclPtr related, dialog dtor is never called, so timer
        is never stopped and timer refers to deleted parent
        data
        
        Change-Id: I804ba082817802c0017e61c6b86c5d3694995ea8

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [0d33c2884f7b02e9e754d2754a45ab29ad63ddf6]

        two methods with the same name that do slightly different things
        
        depending on constness is a little worrying, lets just use different
        names
        
        Change-Id: I3e7ca96c8c7dc8d58a7415d39b937984961aa619

2015-11-12  Ashod Nakashian  <ashodnakashian@yahoo.com>  [f05da45c9c69e66cd5f26fc02c950ccf0c0b946d]

        SwPageFrm::MakeAll Refactored
        
        Browser and Hide Whitespace page height now use
        SwPageFrm::GetContentHeight, which is const.
        
        A few improvements are done for both paths as well.
        
        Change-Id: I73a8e920ccfa96d76cbbb002bed6a85f2e636ede
        Reviewed-on: https://gerrit.libreoffice.org/19730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-12  Stephan Bergmann  <sbergman@redhat.com>  [910c31ab55a90c87e9e16ded734fec396660e331]

        loplugin:vclwidgets
        
        "OutputDevice subclass dispose() function MUST call dispose() of its superclass
        as the last thing it does"
        
        Change-Id: I3f0977cc031edef61b24eb316790de32a24ccbcf

2015-11-12  Xisco Fauli  <anistenis@gmail.com>  [3cc56b50c2db1d9f4e1aab033da32bf45f854b4f]

        tdf#95733: SVG: clipPath can be defined outside path...
        
        ... so just ignore all clipPath until its support is implemented in filter/source/svg/
        
        Regression introduced by 3056a6b6e39b57c66ebaf5210264b689f02f5fc3.
        Verified that tdf#95332 and tdf#65864 are still rendered correctly
        
        Change-Id: Ie3bdee545a81554ef2a95d373e2559e2540ddaa5
        Reviewed-on: https://gerrit.libreoffice.org/19889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-11-12  Armin Le Grand  <Armin.Le.Grand@cib.de>  [1266429e91a56bcce59a7b98523e8edb8b22ed18]

        tdf#90357 create correct undo action
        
        when merging in pages from another model the already cloned page references
        a masterpage from the old model. To not create an undo action that falsely
        reflects that, remove the masterpage from the page first. This reflects
        better what happens in this state, setting the masterpage for this page
        the first time.
        
        Change-Id: I0288268cb0963ddc2e8446661ffd30a94a0744d2

2015-11-12  Ashod Nakashian  <ashodnakashian@yahoo.com>  [1a494d9a00208eef790400bdbd8b3e5c7fed4886]

        Windows header sanitization
        
        Isolation of windows headers using prewin.h
        and postwin.h headers and making headers
        dependent on them more self contained.
        
        Conversion of TCHAR to WCHAR and
        LPCTSTR to LPCWSTR etc. and cleanup
        of unnecessary casts.
        
        Change-Id: I7eff5c477d9223a064bfb4d962ff6d61960ee69c
        Reviewed-on: https://gerrit.libreoffice.org/19901
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-12  Ashod Nakashian  <ashodnakashian@yahoo.com>  [d7801c39826f2f24f7340e1b25809d3bb65d6099]

        Namespace cleanup and disambiguation
        
        Change-Id: Ib6d2f8b4e71436c3a7c26bdfc9847152ebaf0739
        Reviewed-on: https://gerrit.libreoffice.org/19900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [b34eab5996c52269360d166815ef15a250627c48]

        Vcl: Set PushButtons pressed if the uno slot is active
        
        Change-Id: I89708d13da2b3882aa0b7578b5acf48b6408010b

2015-11-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ca36bcc05d7159fd4cd8e3489fdf4b4551b696d6]

        Vcl: Disable buttons if the associated UNO slot is disabled
        
        The goal of this is to have buttons in the Sidebar and NotebookBar automatically disabled
        without an additional wrapper.
        
        Change-Id: I8d25cdc6b87323e02daf6969c68582354f301375

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [6adfbe62f6bb67d7d78c1561e9af5169d7f5bb9a]

        Resolves: rhbz#1278885 gtk3 allocated size doesn't match configure-event size
        
        so LibreOffice thinks its window is smaller than what gtk3 has allocated
        for it.
        
        For gtk3 (like firefox does) split size and position handling, leave
        position/move handling to the configureEvent, but listen to sizeAllocate
        and use that for the size handling.
        
        Leave gtk2 as it always was
        
        Change-Id: Ic52d6971595741ed658247b651e9e16c2ef9ed0b

2015-11-12  Noel Grandin  <noel@peralex.com>  [98785dbb95eca5443b38535cba6552e21d4e2c5b]

        fix tdf#95689 - List indent is broken
        
        caused by my commit e85b2333bce7b1dcae73861df6d90b48b9f4efe5
        "convert Link<> to typed"
        
        Change-Id: Ieeb9e6fa5d5be3789ea70549e85d4bd3ffd51e59

2015-11-12  Noel Grandin  <noel@peralex.com>  [147b74beea7b5f0fb121e5495bbdfb4869786603]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ifd88084d18df73ee18c497d0e4fd05acc3402ddf

2015-11-12  Noel Grandin  <noel@peralex.com>  [51e4d1dcfb8fcbc0c36d433896d4b9b7bf021985]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I32ae2419ce6f7cce6e3da182c582b49be8dd362f

2015-11-12  Noel Grandin  <noel@peralex.com>  [5f87aafea491b111fa1d7518c746e0e1304a069a]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ia0f22c5bb3594331626d931a8a271b0183962d55

2015-11-12  Noel Grandin  <noel@peralex.com>  [4d427eb6864c0f2bcf5d672a445f5c53d9d2241b]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I4ab69d0d8cbbadf0e09854bcf5efefa931566a8d

2015-11-12  Noel Grandin  <noel@peralex.com>  [117ded60b55cd61eb2d41c66a7ec01e70214823f]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I348fd0d3eb288fe640fbb52704e91cda6a03b986

2015-11-12  Noel Grandin  <noel@peralex.com>  [bd2455d310b35d6e231627c1a89301450be0c65d]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I4fa56a36b68db8c771a5d634be3655d1f9fdda70

2015-11-12  Noel Grandin  <noel@peralex.com>  [2dcec2f7a0a0ee7fb62e0e1aa876d1468d93a31c]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I95c7c37ca743aede1dcb57b5633f478310fbbd01

2015-11-12  Noel Grandin  <noel@peralex.com>  [024a07537fdcbcbff03c9ca34990520aeb2fc6bb]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I2c43a1dd3bee277dfd79f1806233b4d27d6b5cac

2015-11-12  Michael Meeks  <michael.meeks@collabora.com>  [526f2f86483b5c9cf1138662bcdb9780e5732140]

        Shorten transition group names to make them better legends.
        
        Change-Id: I8746ca87ed89bddafb839863829307f5fc51def0
        Reviewed-on: https://gerrit.libreoffice.org/19914
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-12  Michael Meeks  <michael.meeks@collabora.com>  [014b0674a17845ac320a4d3de6c7497ad803f17d]

        Encourage ValueSet to render a legend as well as an icon.
        
        Change-Id: I83688a70b864bddb2af0a0a5b34968099c49d112
        Reviewed-on: https://gerrit.libreoffice.org/19913
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-12  Jan Holesovsky  <kendy@collabora.com>  [f92c53f96dda175c971278a141a72dfd0e978466]

        bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.
        
        Change-Id: I11d282c3be86feb57f5279220d84d8a121df0dbd

2015-11-12  Jan Holesovsky  <kendy@collabora.com>  [eb95283d98fffb031070338ca0d9a966fcf98c07]

        Killed the 'lastedited' element, it's useless, we have git.
        
        Change-Id: I61a7f92843ef888f64eb5b97267ba30227d64d73

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef122d992635acb3b1e41ed5f89431d0e17f6cf6]

        configure: avoid empty PRODUCTNAME when AC_PACKAGE_NAME has to be quoted
        
        E.g. when AC_PACKAGE_NAME contains spaces, PRODUCTNAME was set to empty.
        
        Change-Id: Ie53ad1b770e54eeb03513fa2a7cfc2f4ebe65a2b

2015-11-12  Noel Grandin  <noel@peralex.com>  [9822ddf366459d31148a4ccbf0a49da4f726b3db]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I046ca3c7b16906695c8b15beb33d3ccf735315a5

2015-11-12  Noel Grandin  <noel@peralex.com>  [f7b9212610edee748ceb0ebaa243def995b1951c]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I4629d67b8cc69a2ace5a20f3d22505d7fc1ad10b

2015-11-12  Noel Grandin  <noel@peralex.com>  [49b2208ffab0631a8aa150c26086f722aa8d978d]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I6f1ab588b4523fa5d2fdbe41b136fa8365499351

2015-11-12  Noel Grandin  <noel@peralex.com>  [3a03dd6c66b50d37df498e7820efbb7f345965b0]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I5495205d376284f2310e5dc67e897e7a9ccf010f

2015-11-12  Noel Grandin  <noel@peralex.com>  [e6f574211cba9687fefd3efddf732edefc72da31]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ic362e3aa55f5ae2e9a789922257ce9db99ef0a34

2015-11-12  Noel Grandin  <noel@peralex.com>  [3d85664ffc00122f421d80ef417c09d0a8bd2eac]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I930114dd44fadfcd98d1204d51ef271a4c556388

2015-11-12  Noel Grandin  <noel@peralex.com>  [ece92b9aabfcf12f44416da14578b2c58ec1a015]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I1e225446cfbcf9a9b155eec58f1e45bd812298f7

2015-11-12  Noel Grandin  <noel@peralex.com>  [e666bd8e6d00dadbea74b96a8be8ec830ec92c46]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I1e1d27b2e7262cda230f193a867d288220dc0ec6

2015-11-12  Noel Grandin  <noel@peralex.com>  [8733b2ab2480cddf96a694ee3fe12703e402a51f]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I1634157c56f5aa7a9096ce1bba4df09fd86f7748

2015-11-12  Noel Grandin  <noel@peralex.com>  [f24323d4f463ce15f07c07f1bf51ca8dca485923]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I66c59a40a551d844da85fc39367ec2d79fcf0d18

2015-11-12  Noel Grandin  <noel@peralex.com>  [774707888d7af5ba657b59c945619e799e30e9d5]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I52f6d12da17bf8a6ba14064d3cbb8ff6d968f9d5

2015-11-12  Noel Grandin  <noel@peralex.com>  [82896e32ed91b432f796bbb9441592a7fb9cb61c]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: Id445860c63347a49de1291470d091323f13ec8b5

2015-11-12  Noel Grandin  <noel@peralex.com>  [2328d1dd5ffe76d66a734a2a12587cee31ea713a]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Id5fba14ac73f6bd90915503ee3be64eb1f50d157

2015-11-12  Noel Grandin  <noel@peralex.com>  [4834531327adab1bedd455e9564473a3dd0e7eba]

        remove unused #include
        
        Change-Id: Ib34f092e802b7c2ea2cf33c19d50f29bc85c4b24

2015-11-12  Noel Grandin  <noel@peralex.com>  [652be4d4b46cd2d777209680d1b33b24f75cea63]

        sc: boost::ptr_vector->std::vector
        
        Change-Id: I4692680a93d7b2175364d7f606763b000d4cd4a2

2015-11-12  Noel Grandin  <noel@peralex.com>  [528514f13c54c8215f29d20e43fa75aec784d4ec]

        sc: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I0861b86901e32aac3005cfe802cfed449f48f16a

2015-11-12  Jan Holesovsky  <kendy@collabora.com>  [d47cb79e22278a4ed0c8f03f1de8f403515e81b7]

        Updated core Project: help  33e5713fd42f7e898ed9338dd63575fad0e47462
        
        Killed the last remnants of the 'lastedited' element.
        

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ea8188fa1669bcbc9e04803216fd9227adf6b11]

        sw: prefix members of SwViewOption
        
        Change-Id: Ia86aac05e67990bd47400dc7aabbedde278e4fd1

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f19d2425bd0b07f384967f4e2aec0a83e45ab88]

        sw: prefix members of SwFrmPage
        
        Change-Id: I09a62466ea6b779c7589667f379e67d51890e7b4

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [06fec09f7726f16e7a9fe5ea59066327a0c40eff]

        sw: prefix members of SwLayAction
        
        Change-Id: I5f30071bfe4f429a6ce7b2e79e4f1330b73e1e88

2015-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b4eab183305efc89067255e3c2ff5f21fdfaa74]

        sw: prefix members of SwXMLImport
        
        Change-Id: I7e28a5c2a0d7d03de13b673c23f2ed5467d99389

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [8db9acda4edf64a672190b778dd651f2b7339e31]

        WaE: loplugin:redundantcast
        
        Change-Id: I1a111ba1be3083555b47af8cc272f93b367accae

2015-11-12  Noel Grandin  <noel@peralex.com>  [1998824899489a2e2c2f8519493fc9ad8dae8637]

        sd: boost::ptr_vector->std::vector
        
        Change-Id: I59ecb4a46c21ceb82beb28c65b1fb43b329567da

2015-11-12  Noel Grandin  <noel@peralex.com>  [b5216432a86ea6b0be9af29c71b864629b748c13]

        sd: remove the maLockedRedraws field
        
        not doing anything useful
        
        Change-Id: I3c11261cff73886eb93cd76062c0ff5018384b3d

2015-11-12  Noel Grandin  <noel@peralex.com>  [77ae2a45c7cddc0475b4e2b3d38661e21eb170ed]

        sd: boost::ptr_vector->std::vector
        
        Change-Id: If67e06ec320afdb1975947d06ded1ebacfa0b06a

2015-11-12  Noel Grandin  <noel@peralex.com>  [788587b1c5d93f55dfbdcf12119cc70e3e8b5364]

        sd: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I0950b732f60a7b75d87da520f8cbc131d1a04137

2015-11-12  Noel Grandin  <noel@peralex.com>  [9304ce96d1d6bd52b655fb4710d1529c2a941f83]

        sd: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ie0073c439cdfe37e5340081f16afb906d32a8369

2015-11-12  Noel Grandin  <noel@peralex.com>  [85d26ef99760d1b6f538b416263232b10b3e967c]

        sd: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ib22556bc6af1700e62d1710ac32068c541c72f86

2015-11-12  Noel Grandin  <noel@peralex.com>  [1c0371a561b336e37b4ba4699842b60685e90125]

        sd: boost::ptr_vector->std::vector
        
        Change-Id: Idff9e260f180ea4d68ae7c04414d61f5f5887f0b

2015-11-12  Noel Grandin  <noel@peralex.com>  [afc3f660cb6b9f48bed24e9ee636ffe4d202f47b]

        sd: boost::ptr_vector->std::vector
        
        Change-Id: I8eb4327163f7b3b5b8f88e93719fb7b15f31e7fd

2015-11-12  Noel Grandin  <noel@peralex.com>  [78624d3ee463232ce70ebd07ad6aa567e1e7702a]

        sd: boost::ptr_vector->std::vector
        
        Change-Id: I6b72d6642b8d6da0942dd1ed24b484c065162aae

2015-11-12  Noel Grandin  <noel@peralex.com>  [e2d92d641b81d4c0698e442ddb2a4fd4f37c3621]

        vcl: boost::ptr_vector->std::vector
        
        Change-Id: Ib75e4dffb35032f273b9482341a438ccb9b00397

2015-11-12  Noel Grandin  <noel@peralex.com>  [6cc4118a1014acad34f29901eebc1be7a9208112]

        vcl: boost::ptr_vector->std::vector
        
        Change-Id: I21f90c8d4b3d52b7119d664cb7af471b33f27649

2015-11-12  Noel Grandin  <noel@peralex.com>  [6e1c20b9949eebdb5e52d076d87157ca7f237f64]

        vcl: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I91d833a541f1d21be66789bba6c983aa741731d8

2015-11-12  Noel Grandin  <noel@peralex.com>  [c8b2f752ceefaf128579524eb2bd62bc6c79f0ba]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I6a0b9d539489b7774c3437871f31fd28e737c901

2015-11-12  Noel Grandin  <noel@peralex.com>  [10629489d39044c79967c0e7a38e1fdd5025f069]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ida6aa572b182f966180debc9bf8665975fe51ea2

2015-11-12  Noel Grandin  <noel@peralex.com>  [31a4248332cc95a23337ac9c6d7218fe109bce57]

        sfx2: boost::ptr_vector->std::vector
        
        Change-Id: I0ffe29145fb56f284300d40dfea323a8b16c26de

2015-11-12  Noel Grandin  <noel@peralex.com>  [b6639b0e12e2bf914371124b870e55761b1155a2]

        sfx2: boost::ptr_vector->std::vector
        
        Change-Id: Icb9c44a6c251817a66276af32f0c2d1b26fb923a

2015-11-12  Noel Grandin  <noel@peralex.com>  [51f9d14ae75bb01ebb79a5ed85eecabc794da490]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I9e4942a0b5c3f6f863b3fa35bf0cc30911944724

2015-11-12  Noel Grandin  <noel@peralex.com>  [8acacaede11b35c853659526d3c77cc5a9f05b3a]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ic1ca1166874d0d90ed04b841d8143d3b10900cf5

2015-11-12  Noel Grandin  <noel@peralex.com>  [1715a995c2d57b9d5e56bc0706f1e56cdb2f732d]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I13c6ede42f2fba55397addf7a48adeb80c6a3cb6

2015-11-12  Noel Grandin  <noel@peralex.com>  [9149faa165d314694898dcecb25e36acee3bd1fd]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I497702f3cdde1db0712d030756b9850d48d67380

2015-11-12  Noel Grandin  <noel@peralex.com>  [47612d6beb4fb0aa669f73954f67910480c3cc1e]

        sfx2: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Idd5bec160e81deac2b570ee3137a1d5ccdc55975

2015-11-12  Noel Grandin  <noel@peralex.com>  [fe6554d1f49a142fc960ed255e8ed12eb752c6b0]

        svtools: boost::ptr_vector->std::vector
        
        Change-Id: Iee77fa2a6b8bc5d186157430c4bfeb7d29056129

2015-11-12  Noel Grandin  <noel@peralex.com>  [aeeef71b9850b77b7de468a9748c441314e3fa6e]

        svtools: boost::ptr_vector->std::vector
        
        Change-Id: If03ab05ff90585285063705bf56527c6138e22fd

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [f6a4b3dff1066559631882548e130eb731aad7bf]

        No --with(out)-system-mesa-headers any more
        
        Change-Id: I3a1d3ed1b80dc5c63ed442728b0004053642c12e

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [ea1cd98307c3a6341d210a095976fc214dc6068c]

        WaE: loplugin:literaltoboolconversion
        
        Change-Id: Id953a15b3d6167a2983500d21a215662415bc074

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [a0b9baab6d77ef85e64527d6ddc23db2551a9505]

        Bin mesa_headers completely
        
        We don't need them in a MSVC or OS X compilation either.
        
        Change-Id: I00181fe0a047df09bbdfcce34c07eb2ebc45a2da

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [4b918705f67d0837b56e56d7abac23e6eb21feb4]

        coverity#1326178 Dereference after null check
        
        and
        
        coverity#1326179 Dereference after null check
        
        Change-Id: I65099a52d8b275655c2de29848f364de0be06161

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [2cdd40668865fe8e7f2d79480fa61b4eae13f3ab]

        coverity#1338595 Dereference before null check
        
        Change-Id: I8f23fb4fe51f64a82e58dcc150aeca964ac6af38

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [eb9a7ffbefba46db4bc4e054c82151d5265bdaa5]

        OSL_ENSURE followed by unconditional dereference -> assert
        
        Change-Id: Ife08acfd0defbed7f09a3b8dce089f61b0d7e11c

2015-11-12  Caolán McNamara  <caolanm@redhat.com>  [cbfcdc4d120c160457b6353461387258daa35453]

        dynamic cast followed by static cast
        
        Change-Id: I22a2123265da9d6808d9fd1bcb44666810a9311e

2015-11-12  Tor Lillqvist  <tml@collabora.com>  [b216cc1b8096eb60c27f67e8c27b7cd756c75e38]

        Avoid mesa_headers on X11, also link with -lGL only where necesssary
        
        The GLEW headers are enough, and what we actually use in these
        places. In addition to handling GL extension things in its dynamic
        fashion, GLEW headers also have declarations for standard,
        non-extension, OpenGL API, including xgl and wgl ones.
        
        Most likely we don't need mesa_headers on Windows or OS X either, and
        can drop them completely.
        
        Change-Id: Ic0d8d6238c862f8fe4a74e99e95344dcbf540980

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [318c3a48c66dd4ceba801ef410f89b8bf900d5c7]

        tdf#93837 Support nice UI names for context menus
        
        Can be configured in various *WindowState.xcu files,
        like toolbars.
        
        Change-Id: I55a827344f03b31491cb793b9b211b59ff92287c

2015-11-11  Andrzej Hunt  <andrzej@ahunt.org>  [5c6119eeaaaed322c884504a53bb558258233fe9]

        lok sw: Place default styles at top of style selector
        
        The order/list of default styles for Writer should be hardcoded,
        (by default the list contains 100+ items), it makes most sense to
        place these at the start of the list, allowing the client to then
        select how many styles they actually want to show.
        
        Change-Id: I491a426397e06b3502cee7484c5f8adfd9d9cdf2
        Reviewed-on: https://gerrit.libreoffice.org/19918
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-11  Andrzej Hunt  <andrzej@ahunt.org>  [0b5991e4862501f0fa8e34f1b403aca40e51436f]

        lok: add Clear formatting to getStyles()
        
        This requires client-side support too.
        
        Change-Id: I5197ed3ed2b8244b50f7faf84a1cadde6a61b2cb
        Reviewed-on: https://gerrit.libreoffice.org/19917
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-11  Tor Lillqvist  <tml@collabora.com>  [981c217b125baf154897233020510fe608a07eda]

        It seems we don't need to include OpenGL (Mesa) headers for X11
        
        GLEW handles all that, that is why we use GLEW, isn't it?
        
        Change-Id: I83d272f89f7e6dbb0c6c4502cc1ec4d697a6b0a2

2015-11-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [998b26330d3a4de51cecf522e3b336534a3fbad8]

        Typo: “calender” → “calendar”
        
        Change-Id: I82865eab34f785aaaa86da6a59440a3d8900cfce

2015-11-11  Tor Lillqvist  <tml@collabora.com>  [f02ae7a1bba0a061b8d6d0fef1155bdd9feb16e3]

        Fix MSVC build: Need to delete copy ctor and operator=
        
        Change-Id: I6ccc228b9259b44c4eb8651096f534a788788a6a

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [d01a81338abe84491684b9f3925ba98c43163fe7]

        Comment about reserved SID
        
        Change-Id: I4e0fefebfb1b5212eb73a94130a3509848fcd98b

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [e08fbe4c592b25fb88828157ff054431ac8e2d8b]

        coverity#1338592 Explicit null dereferenced
        
        Change-Id: Ief5c2effbddebe29fc7a4d38ed0af4fed72de40e

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [2d0341a23f95e322990006d78d3f514a9448ed84]

        coverity#1338596 Uncaught exception
        
        Change-Id: Ic8b4c6a1718a10d0b9a5a99b069ef4e98de87518

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [e660a0515889ce42e95c57af8c3815a1afc2f1dc]

        coverity#1338597 Uncaught exception
        
        Change-Id: I1bcb4a70a2b2621a8718e5d4d0741e8eed3848cf

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [2d30f347ccdc4539a695f04d91a3706d02a857e1]

        coverity#1338598 Uncaught exception
        
        Change-Id: I22047ed53eb59716e3da7c6e799867a666d35921

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [e9fcefe4640dfa0895dca703a37f27ea5b2e893c]

        coverity#1338599 Uncaught exception
        
        Change-Id: If1c2f5e8527855e8e537d082156bcd6582e50c58

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [14e409188b2068e04c63201803039b250113ae37]

        coverity#1338600 Uncaught exception
        
        Change-Id: I4a257a4eed1064a3fc09f6e2d37dbbc6be64a94c

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [ce6eed613cb2bd79a66cf9c10e3370fcb4949c6d]

        coverity#1338601 Uncaught exception
        
        Change-Id: I255273601fd460b22aa22e3e366dc040e0795a87

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [9f90d987901f9f69e78370705a7f000f5d7d4902]

        coverity#1338602 Uncaught exception
        
        Change-Id: I81c71c02888e9c5cab28e77c1464dd5f6d4c1ee5

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [2dbe457fbcd99ea09e5a97b39e216e575c260cbe]

        coverity#1338594 Missing break in switch
        
        Change-Id: I32364aff6d99bd67691a27eef439318c21b36695

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [a201f0cc675ea5b5b1ef71d6cef7ea7ef4e74923]

        coverity#1338603 Uncaught exception
        
        Change-Id: I8aa233446f1bc8cc94332830d7b1813f1674202b

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [8557a8a74dc692ef7ec83d95413ddc3186aa0695]

        coverity#1338604 Uninitialized scalar field
        
        Change-Id: Ifb5bdfe677127911303455735997fcf271e80aa6

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [d7627da5c9b0b351e8150b08febf64273ba0231e]

        stream version doesn't matter here
        
        Change-Id: I318b0268143bef376f324afdd42692991c3bab4c

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4ef30ea916752ba5a057b49960a60a55f70c84c]

        sw lok: fix sidebarwindows::SwSidebarWin pixel position
        
        So SwSidebarWin member functions don't get twip values when they call
        GetPosPixel().
        
        Change-Id: Ied4ff7f49d0320766b045d78f731900af92d37ef

2015-11-11  Tor Lillqvist  <tml@collabora.com>  [bb34de0189a7c2ac81c08f3a283a71c2e67093d3]

        Move checkExtension() to a more private location
        
        Change-Id: I9f8a4ca0991b59bb9b6af4d40e3136ce5c986731

2015-11-11  Eike Rathke  <erack@redhat.com>  [11fc639c0897a192f1da0c69d1f7ab683ff1208e]

        TableRef: write <table><autoFilter> content to OOXML
        
        Change-Id: Iedd15feb7aaceebaa522b276cfa079afa1193bc1

2015-11-11  Eike Rathke  <erack@redhat.com>  [52e08f200e5ed525cb1ff92a13ab85d36cd7459f]

        TableRef: prepare ExcAutoFilterRecs to use a defined database range
        
        Change-Id: Ic6bba6847a4877be70e157a217160caf1166fc25

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [fd8c98861c94dfa572253b53809c49bbd975dfc0]

        loplugin:nullptr
        
        Change-Id: I6dea86675c3220386e3d64cf03e82c3f33ae00ce

2015-11-11  Mihovil Stanić  <mihovil@miho.im>  [d6c82fe72787702c9c90ff890b86519604a4273c]

        tdf#95745 Weekdays should be lowercase in hr_HR
        
        Change-Id: Ib2738355c0ffc1342db51a4f17185503ad7f0eb7

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [e7ab3554f53df02088451361a154e4574494a8f7]

        loplugin:nullptr
        
        Change-Id: If35c6033938f69d1a557828eacbad99968d25547

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [8bae6345bff0508f5f01e0061d7b576f36e6961d]

        loplugin:nullptr
        
        Change-Id: Id0cab3b90ea9f3de7dc63f58ef247ba512af79f4

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [54c679af63b87dd83b6da07201b68728bded4ba9]

        loplugin:nullptr
        
        Change-Id: Id6dd74c1642914394d0e3f6f1af22480a65a0df1

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [0c7913de2f0b91de623838dfd4013c5e92bad6d8]

        loplugin:nullptr
        
        Change-Id: I8007a7f0ed75fd1271520e900826a155c7a41463

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [4bdf05b28d6584a1986ac7e5855d0260ff62930d]

        -Werror,-Wunevaluated-expression
        
        Change-Id: Ibc717656d10a1a4e8ed3c7d170f2613abf299880

2015-11-11  Jean-Pierre Ledure  <jp@ledure.be>  [32686b0d0a15a653f831d0645e5b7c1145860570]

        Access2Base - Implements OutputTo table/query in HTML format
        
        Functions to export database data contents into an HTML table
        with - template file
             - use of classes for CSS styling
        
        Change-Id: Ib62b103445ba47e2fe77c45109a62b2e49fcbbc5

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [c65e00d908a2dcf47d3ff925d09e336d9b0939f7]

        tdf#93837 Make customization actually work
        
        Change-Id: I004c9ad3a7d389228b9bb532a1b2c5d6294f7e42

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [899453aa8407fca8a93d51f12ad4e335d1beeb62]

        tdf#93837 Add context menu customization UI
        
        Depends on env. variable for now. Nothing to
        customize yet anyway.
        
        Change-Id: I70edd33b51d931632fac454684d6c22906a727fe

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [6128c10f550924c2b75f18b6c6220cc1770adba4]

        Resolves: tdf#95321 tables in headers/footers with wrong content
        
        Change-Id: I937ed893dfd9919bf48b8fd38a1b83c524200532

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [2b4d7be9484d360d8361dd71d767afbcc67fdcb2]

        stream version doesn't matter here
        
        Change-Id: I5871028b6c32194257d3a5f8bdf838cd0c277349

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [a133053f94f7c5b05f4354bb4977c2250b470a8a]

        tdf#93837 Create Thesaurus popup menu controller
        
        The old context menu implementation adds the thesaurus
        sub-menu by manipulating the menu at runtime, which isn't a
        good idea in general. Since it's a sub-menu anyway, better
        to have it as a separate controller, so it can be added
        to the xml, and users could decide if they want it, and
        where.
        
        Most of the code adapted from sfx2 (menu/mnumgr.cxx,
        menu/thessubmenu.cxx), hence the Apache-based license
        header.
        
        Change-Id: I4f533fcdd5d6480fae8ebcf53ec7c69675025adb

2015-11-11  Maxim Monastirsky  <momonasmon@gmail.com>  [737555eb2ff5f4f90b9794784e1ac8f0451b9b97]

        tdf#93837 Add a new PopupLabel property
        
        Some commands in context menus use different labels than in
        the menu bar. In the old resource format those labels are
        defined in the resource file itself. Note that the menu xml
        has the menu:label attribute, but we can't use it because it
        lacks localization support, and as such useful only for user
        customization.
        
        The order of consideration now is:
        
        1. Label - Used if Context/PopupLabel isn't defined. (It's
           also used as the base for toolbar tooltips.)
        
        2. ContextLabel - Overrides Label when in menu or context menu.
           Useful to drop the context, e.g. "Insert Image" should be only
           "Image" under "Insert" menu. If exists, that's what returned
           when asking for the "Label" property, instead of the full label.
        
        3. PopupLabel - Overrides Label/ContextLabel when in context menu.
           Used to give items in a context menu different labels than in
           the main menu, e.g. "Paste Special" from the main menu turns to
           "More Options" when in context menu. It doesn't affect the Label
           property, and should be asked separately.
        
        Change-Id: I7408fc2bfb8d384b0f1a72a78b8c5d7c50de38da

2015-11-11  Noel Grandin  <noel@peralex.com>  [5c142dd31de4a6d1c6ce9885ad06d84aca492152]

        loplugin:mergeclass, fix and update results
        
        Change-Id: I0660833db69604c5c4dd3c5826f1baac3086e052

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [266abd09fd2d449351e356bc48f65c725b121247]

        fix sfx2 build
        
        Change-Id: Iff8317bc59b033b5765d2ba3356f8185cc40a6b3

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [b92174e4c723bacfcfc245a483365cc7fb5d72c1]

        fix svl build
        
        Change-Id: I23a8b3a86ecbab4f1e5b6ae6405279fabcbdb7e3

2015-11-11  Noel Grandin  <noel@peralex.com>  [c504477e7c3c7109fc4439988d8f3eb11a267c74]

        com::sun::star->css in UnoControls/
        
        and remove some noise comments
        
        Change-Id: I290ec365b58fa1b21838a6faf84006434c3e7bbd
        Reviewed-on: https://gerrit.libreoffice.org/19904
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [44daaebf835bb60fb7e442e928cd30191f15af52]

        Resolves: tdf#95723 arrange GridControl buttons to be always visible
        
        as long as there's space for them
        
        Change-Id: Id96069b5c50483309611381afdf62bb0d30e9c38

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [a7816853bad55ada597092c16ba9a0a761e067d0]

        Resolves: tdf#94069 call setVisible when setDesignMode is called
        
        void UnoControl::setDesignMode calls setVisible on the XWindow
        so it seems sensible that FmXGridPeer::setDesignMode should
        also do so. The desirable side effect is that moving the window
        in design mode then is moving a un-shown window so nothing
        is invalidated so the paint loop doesn't happen.
        
        Change-Id: Ic5a4ba62590372bec15a29b993b73d6dfb94a8a9

2015-11-11  Caolán McNamara  <caolanm@redhat.com>  [14c2b509928b7c7a437464c10bd0f57ff307ad54]

        unused header
        
        Change-Id: I422d8f50e6dfb0d2ad2fb2ec49639a5f822d014d

2015-11-11  Oliver Specht  <oliver.specht@cib.de>  [fa91dd31f39a24329d288d4e1cda28db3a16af0d]

        5th step to remove tools/rtti.hxx
        
        tools/rtti.hxx removed
        completed the interface of some Sdr.*  Items
        and removed pseudo items
        
        Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
        Reviewed-on: https://gerrit.libreoffice.org/19837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-11  Fabio Buso  <dev.siroibaf@gmail.com>  [c21ddcdb30b8dd7be56176e00bc2d4780cb342e1]

        tdf#93243 replace boost::bind with c++11 lambdas in vcl/source tree
        
        Change-Id: Id12333cce50e14698e32195c49863d2e0cb448e4
        Reviewed-on: https://gerrit.libreoffice.org/19893
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [a31b4f4c6eaa7a2e5e5986a4dee5acbd94ada8d1]

        Missing includes
        
        Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [3503873c7b54c013e7cfe8f73ce8485862348592]

        loplugin:staticmethods
        
        Change-Id: I04b15122e73c527fbc695687079f6093ebcb5a5f

2015-11-11  Stephan Bergmann  <sbergman@redhat.com>  [1bea36ddadae18a66d2e6043681b5b6fa37e4da1]

        loplugin:override
        
        Change-Id: Idc3530ee5afab268ce54a34d7258b2494525af74

2015-11-11  Noel Grandin  <noel@peralex.com>  [12bf19b8e6cff6309f70675ebaaeb7b356b1967b]

        remove boost/ptr_vector from pch file
        
        Change-Id: I040d1298780e8440a8a18f193d5f32cd0e3bcd4f

2015-11-11  Noel Grandin  <noel@peralex.com>  [2ff2fafff8fe455a2493d04e7da709588a691ddd]

        svx: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I6f3fee6b95e8675e04f867bf59447fa569a61d8e

2015-11-11  Noel Grandin  <noel@peralex.com>  [0521461eee932eefbd69fcd39407f181bc2213dd]

        disable loplugin memoryvar for now
        
        seems to be crashing with latest(trunk) clang sometimes
        
        Change-Id: Ice92b35deb6cb4610dbd53f570d0b43e9d2a2834

2015-11-11  Noel Grandin  <noel@peralex.com>  [8978ce53e16de9a597015b0704f813dffa7da920]

        svx: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ib4ebadcdecc0f673c585c820b4aa4a3e1e123f0c

2015-11-11  Noel Grandin  <noel@peralex.com>  [44d3577f4b5ec181219268826d2ec504e61541f3]

        linguistic: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I4343b77dde4353db6294d597cdd5da6131e30afe

2015-11-11  Noel Grandin  <noel@peralex.com>  [5d892a3378dfd5c452ba106b002c7cef9a77a861]

        idl: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I19fb53e162f3af282cd8cf46b965bce9506731ec

2015-11-11  Noel Grandin  <noel@peralex.com>  [1459f127711ba11e0ce044d9fb70d1941b5c3209]

        framework: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I10801343e65646b92eb0a6256cd7bfbf5c84c854

2015-11-11  Noel Grandin  <noel@peralex.com>  [aef8a59d51954f1858296ef23f70c8bd65c77c1c]

        framework: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ia75bf59de4eb5e0be18f81b6ab897f9f9cb28855

2015-11-11  Noel Grandin  <noel@peralex.com>  [ea2ae023cf0ca44b445aead93a47b8154f0cc818]

        framework: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: If9981b141a591f23e03479c90694e6ffa78f2cb8

2015-11-11  Noel Grandin  <noel@peralex.com>  [2a2b9920c1ccd9cfb2ec474ceffed7c5d78ecb00]

        extensions: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ia6987c9566af0b79bf44c4793d4ca325ea921cb7

2015-11-11  Noel Grandin  <noel@peralex.com>  [d1bda375a077d0de31cc4f5e602b3e33fdde0d55]

        extensions: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ie19e898e3a5e558906cfad841c01d6d9b380b18b

2015-11-11  Michael Meeks  <michael.meeks@collabora.com>  [5de806fbd2040c8e047aca04a1d80efb10a6f0f2]

        Switch transition selection pane to use an icon-based ValueSet.
        
        Also enlarge the (rather ugly) sample icons.
        
        Change-Id: I6d64613b71ee015bf775a7c720c5b9a4ea464bab
        Reviewed-on: https://gerrit.libreoffice.org/19892
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-11  Andrzej Hunt  <andrzej@ahunt.org>  [cc920bc27a0c37233d65ee1b20712e3ac6896c9a]

        lokdocview: support LOK_CALLBACK_MOUSE_POINTER
        
        Change-Id: I2052e39fa2e25988a40f293389d5a183a625acd4
        Reviewed-on: https://gerrit.libreoffice.org/19903
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-11  Andrzej Hunt  <andrzej@ahunt.org>  [81b8ca683d44ba9c37f2dc8c74470a86ce70513f]

        Implement LOK_CALLBACK_MOUSE_POINTER
        
        Change-Id: I8d1f63208baf277b0a9d15908f3ea7ff3b56bf10
        Reviewed-on: https://gerrit.libreoffice.org/19883
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-11  Noel Grandin  <noel@peralex.com>  [ee74decafeb524a014ec186a13015a8d539a763c]

        com::sun::star->css in ucbhelper/
        
        Change-Id: I01e3046caefdcfbf630f4a794f12e8890be6db40
        Reviewed-on: https://gerrit.libreoffice.org/19902
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-11  Xisco Fauli  <anistenis@gmail.com>  [e44119c5803a807ce414d45fa060e329db1856e2]

        SVG: tdf#95714 stop-color can be defined once too
        
        Change-Id: I8a660281a255d28981e23d3cf30ff6c337f0424d
        Reviewed-on: https://gerrit.libreoffice.org/19876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>

2015-11-11  Tor Lillqvist  <tml@collabora.com>  [5af873303aeb056dddf5604fc7d9054e470dc94c]

        Avoid a default parameter that was under-used anyway (loplugin:defaultparams)
        
        Change-Id: I845e2ceab1cf35a021eea23632291111c8f43362

2015-11-11  Andrzej Hunt  <andrzej@ahunt.org>  [9125dbaf5db5bfb07f93be2cfedf43452a28ae32]

        sd lok: ccu#1295 force async image swap
        
        This helps ensure that images are swapped in when we actually
        render tiles. Previously we'd sometimes have placeholders
        instead of the image, which results in either an invalidate
        (+rerender of that tile) once the image is swapped in (for
        normal tiles) or a permanently missing image in the preview tiles.
        
        Change-Id: I1a16a913faf9fad20e40a5d1aad3de187038c7a2
        Reviewed-on: https://gerrit.libreoffice.org/19890
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [11129d89b152db54c86bb2bda58c24b8abb6c5a8]

        tdf#85232 WPG import: fix handling of line shapes
        
        The missing convertMm100ToTwip() calls mispositioned the line shapes
        inside the groupshape in case of using drawingML inside DOCX files.
        
        Change-Id: I0c9d652de43d779f9073a8bfe22866ce4f31d0fa

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdeaa040059647f7bd1d103f2971e945bbe18659]

        sw: prefix members of SwFrmAddPage
        
        Change-Id: Id4a5a5794ff03a88922df7fd1dcba75ed601dd59

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd43da04094dad5aa545fef7ac1e13d1096a23ce]

        sw: prefix members of SwWW8StyInf
        
        Change-Id: I2749607eb2271a838acb8220c80d9363d8e8d867

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd6f2ffbcea36ceee75fa377c08e0f84f9b8b793]

        sw: prefix members of SwTOXDescription
        
        Change-Id: I6189595cf20e371f29de8709abb742737bf5a770

2015-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c490390e852379da75f2749fc1b7621db04e7cb]

        sw: prefix members of SwRedlineAcceptDlg
        
        Change-Id: I88954e88dce974a657575a23706d7ee9542ab530

2015-11-11  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [53f66fa6793d96f410acc7a256beb3284d65f296]

        Fix NotebookBar not showing up when directly opening a document
        
        Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697

2015-11-11  Noel Grandin  <noel@peralex.com>  [db17d3c17c40d6b0e92392cf3c6e343d1d17b771]

        new loplugin: memoryvar
        
        detect when we can convert a new/delete sequence on a local variable to
        use std::unique_ptr
        
        Change-Id: Iecae4e4197eccdfacfce2eed39aa4a69e4a660bc
        Reviewed-on: https://gerrit.libreoffice.org/19884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-11  Mario J. Rugiero  <mrugiero@gmail.com>  [2ce9e4be4a438203382cb9cca824ce3e90647f3a]

        Replace several for_each by range based fors and functors by lambdas in sw.
        
        It also corrects one whitespace and an outdated comment.
        
        Change-Id: Ife1c45d42b059353d3c98d68518d44a1379a96fa
        Reviewed-on: https://gerrit.libreoffice.org/19899
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [591903a1b1b64e68322f7454d3e61b2503028b9a]

        tdf#51165: handle mixture of open and closed polygons in a path
        
        Change-Id: I66c7fb2b627d3380c09b6e5e495905bed67c2824
        Reviewed-on: https://gerrit.libreoffice.org/19860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f019f5d6fe05b15a83a7fea40d9448de2fabb00d]

        another missing SolarMutex in Writer UNO: SwXCell
        
        Change-Id: I1c8413cd0b9baa7f38e452e94f33e29bc4cf6717

2015-11-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [938cd22ae87d7098143a0e18e1e348479cdf69e9]

        remove b_mInDocDTOR flag altogether
        
        Change-Id: I09ca56854f23fe1fc452648042990bee29082f88

2015-11-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f93a2e530d94c4ef73e234b8cc5d3dd79977a8c8]

        reduce branch depth in SwModify dtor
        
        Change-Id: I82046cfc191425dc830125944214293b5b9197f9

2015-11-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0b0d80bd30f918d8c8f3eb6926ced2a562ec912a]

        remove IsInDocDTOR() as a public member
        
        Change-Id: Ic4d29d6904d5631dbf2f755886ac9122c303553f

2015-11-11  Rene Engelhard  <rene@debian.org>  [6849dfca92506a112a89f1839b268a3a119be50b]

        make Library_scqahelper a check target so it's not built on make build
        
        Change-Id: I6e7fcfd7e8819601ffe6ddac447ef9cf72fe13e6

2015-11-10  Ashod Nakashian  <ashodnakashian@yahoo.com>  [bf6d72afeac77b791f5770a6bb353d4d133e9e56]

        Missing includes
        
        Restored some missing includes and
        refactored sot/formats.hxx.
        
        Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88
        Reviewed-on: https://gerrit.libreoffice.org/19891
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-11-10  Michael Stahl  <mstahl@redhat.com>  [4db3342e84dbbc80e0cb893b4739f6c617e9c19c]

        update the RDF media types as well
        
        Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20

2015-11-10  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2befa12ce02c7743a1cd4eaba8fc78ad73e20c2f]

        RDF: updated URLs
        
        Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8e2e3f54c0d47f7afea7c2f1cd0f87d9411c91c7]

        update emoji autocorrect files from po-files
        
        Change-Id: I84d7bc394532d86d42403efa357ee9f57c968640

2015-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b961940d3a7ec2ebee0dbbf1875d1bd69d2f38c8]

        Updated core Project: translations  4be4ef1047744aefb76f714402c34956429ad4f0
        
        update translations for master
        
        and force-fix errors using pocheck
        
        Change-Id: I9407994b1931f2807645bd091474aac468b6efa9
        

2015-11-10  Michael Stahl  <mstahl@redhat.com>  [35854bc3ade4875f801da907d69b168b97a56101]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I6d4c9877b4fd0147d75260570cbca6b9a6333762

2015-11-10  Michael Stahl  <mstahl@redhat.com>  [000b2521df063dd3d7072242b803a374eeef6b58]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I9e260670919d27aeaadbb34a716eca482c01f1c7

2015-11-10  Michael Stahl  <mstahl@redhat.com>  [0e819c0ecd039f4a90a784c240c9ec0530601539]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I01504a684805d582c3d9cb7a26acfc185b6eff73

2015-11-10  Michael Stahl  <mstahl@redhat.com>  [228e3408af85e74023039f17240355fccc0d780f]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I91f8fa3097c216230e4a9eaf1339157dd85bfdfc

2015-11-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [86043a2f57a9f50cabe689dd5e9f8db0dbd16f80]

        Remove unused XDash variables
        
        Change-Id: Ibc40a0f8b422aebeeb1df5a6701dee4be134862b

2015-11-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [a847127fc32c2c611a7c2cc281e1ce7b27bb7754]

        XDash: salu_uIntPtr to sal_uInt32
        
        Unsigned integer was used tp be consistent with previous integral type,
        but both unsigned and signed integers are used by callers.
        
        Change-Id: I3f902e00fbff690a72a7ca0f1c818976d3d2bebe

2015-11-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [b905d3e9f261fd9dbe9fdbedacd302ee2898c24a]

        sal_uIntPtr to sal_Int32
        
        Change-Id: Ib21faeca4ca05bcb534c0418025c7f2607d21077

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [88f4866803fc766503292252cb36af4a70ea98fd]

        This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()
        
        It is only needed when tiled rendering.
        
        Change-Id: Ie1668f5f3d4d17abc212e2262a6c155dcb855d2e

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [096408073c2de484cba3736d13b57d22b7f48775]

        sw lok: fix length of the line overlay above the notes
        
        With this, e.g. a line above a note (with width of 180 px) is also 180
        px, not 12 px.
        
        Change-Id: I7c4eeda1bc904242dc298013411b9671ba0f2149

2015-11-10  Eike Rathke  <erack@redhat.com>  [4b6e7da25f837349e10929b0258059398be8106d]

        upgrade liblangtag to 0.5.8
        
        Change-Id: I219f99fe1d518974fcc0c021ac0582022c6f554a
        Reviewed-on: https://gerrit.libreoffice.org/19887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f0c39754c4407d9f48249ba8c04a1222e25ded0c]

        update credits
        
        Change-Id: Ic3563dca7a1dc24e6bf3fab326a9521b2f62603c

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d6f4502425d750d909583d0e2b9ab58c46fa7bec]

        loplugin:stringconstant
        
        Change-Id: Iae42578fe1dfb91e994abece577a2f9c6c6d5032

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [57da9541f43a01500e1da919498d32a8e974c800]

        Revert "vcl: Assert that a non-negative nXPos is always found"
        
        This reverts commit e3bd0951e6b8e8889aabc8640c5641ab32300517,
        the newly added assert fires during JunitTest_forms_unoapi_2.

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d1775349e4ea619aa7b634bcd7161374107038a1]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I90a955eb3e485723bb81e7164edcf60f7b0e94c7

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [aa4d195143fec01fba5c0a0f41950f1cbddbc9bd]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I06921ce068a3ffc9c1502326f03e9b13ee1c6ef6

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [103d1f44864b49ca99cbadd59a5cb49a34fd1cab]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Ib52f7fb846886dd970ddd51475f890cd81c8f2b5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b6f6cf85abaf93ac99683aefbc81e981c5b14e22]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Iaa14c583c55c3582e33a1d073ea92b388cd6f3a4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b6f1be102c18d75099b5fdd96f5a1a2b6a271142]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I65de14686d730743abc5becb139a296c6a4a537d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [53c6beda2fb54be3d6b53da93c59311a1c10ddbf]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I9f328c4852a69fc8bd670153653f4a985834f43b

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [342866e66dea7cd0ff7c67f399553eee7e797ce2]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I4e6979a5c59ee8a6ad1d55484c0c3ad3c32adce6

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [671f69abf010a011554ef5363f691f73d5c3fba6]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I414c1e7fa1b13d23f15f82d883ab95cf11f09299

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2e8f27167df2c53344a1757b8d7d288b7cbe5ee0]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I48e80668c76b7fb94dfa2876ae8ca5e895cea3be

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [63aec6c7aaa4cf0bf4349dcb934a72219d9aaf03]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Iee5d66a1c14e1583edb0945d23cec9986ce7a830

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [eb7d8ded9d2dbd70684950542c9a25d247f232a4]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I4ba74ec66d6d848c7e49e85d2cebeb422e027f7d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [90dba06daf4979a431590cb1883a17ecaf5a7711]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I14ed4aa3cfc52dcb9a75de2364074dec18be3d5d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [48686457c762bc1f1ad414f6e609b7bc56f958b5]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Ifbd1840464debfcdd0d390becc3fd72596c56669

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1d2a407d90c140e2edab6390c7d46814993b988f]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: I1d4f6975a7f3deac65510b3bf7ab80e9d01a3a6c

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [520cd4e6886db99b6dd47527871f0d573933da8d]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: If07e4116c43cbddefbf443c4cbd754dde48c90a0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d9376e1fc80e322d527e001590b5f1312c7b9477]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Ib50c9415e1ddd0e6cabc1b737a39a7d101014da9

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [551433e7cfc371215bb414aec11c26f8222d5f09]

        loplugin:nullptr (automatic rewrite; Mac-specific code)
        
        Change-Id: Ie5a52b097ff2992de5cc82ba0d303618b44e3213

2015-11-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [637485331cce33e6b7d277f993b37109bbf6b21c]

        This language string should be more consistent
        
        Change-Id: I84d3346f7074f7fb413f800386c5ff2f4dbf0a69

2015-11-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6c3de4f43888a461802b31e7379030f1ac1b99de]

        tdf#95594 Remove “dialog” type hint from Expert Config window
        
        Change-Id: I4a997ab8959f8d890aaa8779d8d036cee1fc060b

2015-11-10  Andras Timar  <andras.timar@collabora.com>  [a322355727368ab087b718d32b70e4a9d9db645d]

        tdf#76239 fake file version for font files
        
        Change-Id: I59a9401c0bdc2d641ea54498af0eb1e589ab12f3

2015-11-10  Eike Rathke  <erack@redhat.com>  [0871a03bbda59e0935234c9760a655a911ea0897]

        add description of the language-subtag-registry update process
        
        Change-Id: I94b8cd007bdbf3b535c5de9eb56fe5495f39dabf

2015-11-10  Eike Rathke  <erack@redhat.com>  [660e37ad62d1c62a18325cffe6dd601e2df20aaa]

        update language-subtag-registry to 2015-08-04
        
        Change-Id: I479a3083f56631135a7f6d94e2864583a9b30a30

2015-11-10  Noel Grandin  <noel@peralex.com>  [97ebf71c8bbe1755e02fe4d486d04353cf2575da]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I49cf179016a0690cb87bc12880da8b1824ac01cc

2015-11-10  Noel Grandin  <noel@peralex.com>  [5f86c1f3792a5161e2d661276c529ce05e53d44b]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Iee1e64d22e799653bc58d6a72c57c55787e45d84

2015-11-10  Noel Grandin  <noel@peralex.com>  [5a7a4325eca58c253270d4e9d327042a9ee2c5f0]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I2b4cdb3809de0e9c69253d2cd05714e15fdc8913

2015-11-10  Noel Grandin  <noel@peralex.com>  [05b9c892b8568b076a6bc14f45c889e7cd5385ca]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I5b3d8e0e20938d8e66045ea6282f37afe29474e2

2015-11-10  Noel Grandin  <noel@peralex.com>  [c1cd376c2830f626ebfde9585b9ddb93ce603b48]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I7a49ed58cb20c365308db703c67e43c6687f35e4

2015-11-10  Noel Grandin  <noel@peralex.com>  [a249cfc2bcc7f4e5784b47581327c99e551d0e55]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I562b1f7cd1e5e7f7fc03b8f54bd6117255703eb5

2015-11-10  Noel Grandin  <noel@peralex.com>  [ed381a77fc846ec5d42d2f19c6470f4dbb7bb0bf]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I8fc80274e7eb33c81062f8514f63e6d0682d1b8f

2015-11-10  Noel Grandin  <noel@peralex.com>  [d489e76a514dc9cd5c9a432e51e6c8ff986b91ee]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I212c6b990da655ad7947154ca9e62981b049489e

2015-11-10  Noel Grandin  <noel@peralex.com>  [bb4379a2e4d58485dd44da03f324ca0fd13c49d9]

        editeng: boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: Ifc44041290d44c5e4dcbd9a0882b99fe0f8f62a5

2015-11-10  Noel Grandin  <noel@peralex.com>  [5ec7d783ed8a9506389005d4a63da507abdb68dd]

        cui: convert boost::ptr_vector->std::vector<std::unique_ptr>
        
        Change-Id: I96a1090ea8617644748afdea2786949fb0506b72

2015-11-10  Noel Grandin  <noel@peralex.com>  [13815efe3d92226155531e523cbd0cf1faaa8d54]

        cui: boost::ptr_vector->std::vector<unique_ptr>
        
        Change-Id: Ieddd13abc6bb23904db10f303dfc85cd87cfaa03

2015-11-10  Noel Grandin  <noel@peralex.com>  [c83bf01e6ec3386e2dd1a97112ff4696881dc323]

        cui: boost::ptr_vector->std::vector<unique_ptr>
        
        Change-Id: If2e8e7eddd5e75a211940416b4370c8f7768849e

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d5f19eb658d8b20619f5591f6de824741e348910]

        Avoid -Werror=pedantic when building CppunitTest_libreofficekit_checkapi
        
        ...at least the Linux-deb-x86_64@56-lhm-ubuntu-trusty tinderbox complains that
        
        > include/LibreOfficeKit/LibreOfficeKitInit.h:223:77: error: ISO C++ forbids casting between pointer-to-function and pointer-to-object [-Werror=pedantic]
        > pSym2 = (LokHookFunction2 *) lok_dlsym(dlhandle, "libreofficekit_hook_2");
        
        Change-Id: Ibd75a44fcc7da35ea32bde3fd2a300a16493789f

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [87cd02c4dab1e5b333b0c153b432dc7d9f47338d]

        sw: rename sw::Frame in the WW8 filter to ww8::Frame
        
        This way it's more clear that sw::FrameClient has nothing to do with
        sw::Frame, also later renaming SwFrm to SwFrame won't cause confusion
        about why do we have both sw::Frame and SwFrame.
        
        Change-Id: I87c4d199d418c77fdbb600fc388c8b9f026cb0fa

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c3dbdbccbcccf914360dac1167599c5b89446a8]

        sw lok: fix width of the notes sidebar
        
        The map mode is in general disabled during tiled rendering, so mouse
        positions can be sent in using twips, but here we have to temporarily
        enable it, otherwise the width will be returned always in pixels.
        
        With this, the gray background of the sidebar has the proper width, not
        e.g. fifteenth of the expected value (using default zoom).
        
        Change-Id: I4380ee0ba6bcda97cf71735161dbdc826e7a2532

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3b9f2c5b4dde4c5ea9736f8ceda4cdb98036b0b]

        sw: allow doc model xml dump creation while editing comment text
        
        Change-Id: Ie682cfe97b8c48bc66575b89875ca617dbb8ab4e

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b504ad3ae9f71ea02df2ab6f2c2fbd59d38ae9a]

        sw doc model xml dump: show comment text
        
        Change-Id: If15ca89f2b7c54441f076eb233c4e1414dac25c0

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a87e9718ce8b455c0780ef7606b1c219bf228b5]

        gtktiledviewer: don't hide cursor after doc size changed
        
        Unconditional call to lok_doc_view_reset_view() resulted in hiding the
        cursor, but then nothing enabled it. As a result, the cursor got hidden
        after the doc size changed.
        
        Change-Id: I06e7c9293e7a4cdbc73421a82430816ab0001f90

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [60679f4740602cbd487ec36ad8be59429acc47b3]

        loplugin:nullptr
        
        Change-Id: I7e266a0e29d86247d01df38da00899a8a1700719

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [46b3d0697468bcad6522f8e29007b544e3440b5a]

        loplugin:staticcall
        
        Change-Id: I9ff07fcd5160cf218dc5add2db362aa329544708

2015-11-10  Oliver Specht  <oliver.specht@cib.de>  [83518724e389dbc76f6f87602ea74df434e25de4]

        added slash to 'Merge Modules' path to fix building win instset
        
        Change-Id: I83702435e9f8e0e73d6a3ecee1e6a7a30dda52d9
        Reviewed-on: https://gerrit.libreoffice.org/19886
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-11-10  Mike Kaganski  <mike.kaganski@collabora.com>  [a6ae84cc296d4d28e9a48a57406e955138c87a80]

        tdf#70318: Prevent extra empty paragraph in clipboard RTF content
        
        Change-Id: Icbd163bac65cbb9e4ad59697b87f6c979ecb41cc
        Reviewed-on: https://gerrit.libreoffice.org/19718
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  tagezi  <lera.goncharuk@gmail.com>  [96a6b7bb1a073b6d2a5c01712b2c9a818c53c77a]

        Updated core Project: help  c3b9e2711f3670e3a9f5fdf7abb7e4dca8ea1f2b
        
        tdf#95698 correction a parent tag for paragraphs
        
        ful_func.xhp -- changed the parent tag from 'variable' to 'section'
        	for paragraphs
        
        func_im* -- canged corresponding links form embedvar to embed
        
        Change-Id: If150119308bd5ce93a74dee83f1280810a8c5fee
        Reviewed-on: https://gerrit.libreoffice.org/19859
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-11-10  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f75c1966a6869eb043debbcb4432a6b12f874d10]

        tdf#90249 fix lock timeout in neon for Windows platform.
        
        According to RFC 4918 the value used for lock timeout is unsigned
        32 bit, see:
        <http://tools.ietf.org/html/rfc4918#section-10.7>
        for info.
        
        This patch fix the way the timeout element of lock response
        payload is parsed in Windows.
        
        Change-Id: I335a1cb884c3ef1c2362b00981a2784d9232b23e
        Reviewed-on: https://gerrit.libreoffice.org/19867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e3bd0951e6b8e8889aabc8640c5641ab32300517]

        vcl: Assert that a non-negative nXPos is always found
        
        Change-Id: Ifb85cac1289af94102947b9064a8c12ca65ad43b
        Reviewed-on: https://gerrit.libreoffice.org/19404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [4c34ae20ed2d36e3853ce4c5cf6bea0d7d088d6b]

        loplugin:bodynotinblock
        
        Change-Id: I10e532dcbe98384fde9c553ccd2e151abf53251f

2015-11-10  Takeshi Abe  <tabe@fixedpoint.jp>  [594733a5410fed82968d10a9854a82e8d896f250]

        starmath: Assert FindIndex()'s precondition
        
        by using std::assert rather thatn DBG_ASSERT.
        
        Change-Id: I8fca2b82f8d86a843c024556a0a29c7848b1e602
        Reviewed-on: https://gerrit.libreoffice.org/19294
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Niklas Johansson  <sleeping.pillow@gmail.com>  [2bd26bfc3ca278b5b31d86bd3cfac95342009e8d]

        NVDA does not read . when stepping word by word
        
        SwAccessibleParagraph::GetWordBoundary is called when you navigate
        word by word normally done by pressing Ctrl+Right/Left arrow. This works
        well as long as the word is an actual word. Problem is that what we
        land on is not always an actual word the cursor will for example stop
        at . (periods) and at the moment that won't be exposed to accessibility
        tools such as NVDA screen reader. Orca on Linux seem to have some type
        of workaround but it dosen't really work. I'll try to find out if the
        workaround is actually in Orca or in the way LibreOffice exposes things
        to atk.
        
        Change-Id: Ibe5c5899d489b0449282998a3ba284f689ca9a36
        Reviewed-on: https://gerrit.libreoffice.org/19424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  bureken  <berkgureken@gmail.com>  [d7ca71d4b1ac085c575fdc24f37940100ab38961]

        tdf#87995 - settings : missing a checkbox in order to avoid thumbnail saving
        
        Change-Id: I9822c930bb7e133306a3e90fd80f29648877d5f9
        Reviewed-on: https://gerrit.libreoffice.org/19596
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [37968fd404ca04333502921e5560f893c7933888]

        Missing include (for NULL)
        
        Change-Id: I26e448de315b56f36cfeb74a66c0db6a9148d9b0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b17ca2d4782cea3f4d8576ed29c8760e79fb3a26]

        Add a check for non-LIBO_INTERNAL_ONLY, C++03-compatible LibreOfficeKit.hxx
        
        Change-Id: I56336b8163de48e424526f5f426c2ad350292627

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [08138396828aea9961f836c203d9d4a683c98882]

        Missing includes (for NULL)
        
        Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3

2015-11-10  Niklas Johansson  <sleeping.pillow@gmail.com>  [e2ff5810f1578794aa2617e8d0b44d64642f8eca]

        tdf#93139 Orca Screen Reader does not read bullet part 2
        
        Since we now expose the bullet character to accessible text we should
        not also expose the attributes, that will make NVDA read the bullet
        twice. We can also remove some special cases for the fact that the bullet
        earlier was not apart of the accessible text.
        
        Change-Id: I5a8b84f92c32da7ffabdd5136655d88a2d149e75
        Reviewed-on: https://gerrit.libreoffice.org/19106
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Yousuf Philips  <philipz85@hotmail.com>  [db3fb670bfc485799b6010541d9316736948befc]

        Updated core Project: help  886917bcac6656b66f78c84c57cc308299992008
        
        tdf#92825 Rearrange the view menu in writer, calc, and impress
        
        Change-Id: I707e1daa263acb5a09a6a90e745a619f9dd67388
        Reviewed-on: https://gerrit.libreoffice.org/19721
        Reviewed-by: Lera Goncharuk <lera.goncharuk@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-11-10  Mike Kaganski  <mike.kaganski@collabora.com>  [1fa38d29030ae9d9751a1fbec30d8ba3263e681d]

        tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767
        
        This removes the restriction for returned coodrinates from ScViewData::GetScrPos().
        The reasoning is the following:
        1. In the existing implementation, the limit enforcement is flawed. The routine is
        capable to return negative coordinates, but only positives are checked. Also, the
        routine code itself uses value greater than 32767 (specifically, 65535 in case of
        col/row exceed MAXCOL/MAXROW), that later gets truncated.
        2. In case of tiled rendering, it's already possible to see the numbers greater
        than 32767.
        3. Given that the code works for long time and produces big negatives, as well as
        big positives in case of tiled rendering, it's highly probable that existing code
        is prepared for large returned values.
        
        Another option could be additionally check for !bAllowNeg before emposing the limit
        
        Change-Id: Ie78cfe5907253e6648fed27dfac78b292922f5b4
        Reviewed-on: https://gerrit.libreoffice.org/19816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a152908657ef662e9c5608e3bca3c5f511a01b8e]

        loplugin:stringconstant
        
        Change-Id: Ibb9114d34f2695aa85858e456518e36dbcbe0af1

2015-11-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e2bfbfcb809329b9ed0bdd2fee14f343ca3603dd]

        tdf#43090: Add option to disable auto close brackets
        
        As many users asked, now there is a checkbox inside Tools->Math
        called "Auto close brackets, parentheses and braces". This option is
        enabled by default, but can be turned off now.
        
        Change-Id: I6f96201c0720fb62fc2dce99222f97194e930fbe
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/19750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [66094c6ab5776d0ce871621922b90140e01982a6]

        loplugin:oncevar
        
        Change-Id: Iee9987aeafed126e4324d8d487289469577fafa2

2015-11-10  Ashod Nakashian  <ashodnakashian@yahoo.com>  [40f3a942448facb900b422d30f64b75d7cac7f0f]

        tdf#39080 Hide Whitespace improvements
        
        Moved the page resizing from SwLayoutFrm::Format to
        SwPageFrm::MakeAll and calculated the new page height
        more accurately based on the content (stolen from
        the browser-mode height calculation, to be refactored).
        This fixes issues with repagination with certain contents.
        
        Removed unnecessary ToggleLayoutMode calls and
        prevented clicking between pages in single-view
        mode to jump the cursor.
        
        Change-Id: I5662dd26efff66d6e95b8fd4dcf8564588adbbb7
        Reviewed-on: https://gerrit.libreoffice.org/19699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Takeshi Abe  <tabe@fixedpoint.jp>  [cec647c42a07091d946723cdf711aa3b56d0b6cf]

        vcl: We see what you meant by DBG_ASSERT(true, ...)
        
        This also makes SalColormap::GetColor() return an RGB color
        if m_hColormap is valid.
        
        Change-Id: I154dc43a2be54f7da473263f9f2a29db0cf2fd4b
        Reviewed-on: https://gerrit.libreoffice.org/19836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Jan Holesovsky  <kendy@collabora.com>  [0ecbe22d290ca14cfccaa239ad67309e5d14784d]

        desktop: Make the --writer/--calc/--impress command line options work again.
        
        Change-Id: I977d1fbedb1b784cb95273184ec5e5a7fa156eef

2015-11-10  Xisco Fauli  <anistenis@gmail.com>  [47b25a727938051f226b8a7ff1ff5f0768fb53f2]

        SVG: tdf#95510: stop-color and stop-opacity can be defined inside style too
        
        Exemple:
        
        <svg width="100%" height="100%" viewBox="0 0 800 400"
             xmlns="http://www.w3.org/2000/svg">
        <defs>
            <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
              <stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
              <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
            </linearGradient>
          </defs>
          <ellipse cx="200" cy="70" rx="85" ry="55" fill="url(#grad1)" />
        </svg>
        
        Change-Id: I908e3d235b3e5ba0b7e4fe3666b6334e3c409d03
        Reviewed-on: https://gerrit.libreoffice.org/19866
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [560bc4f97c4de94e1a58fa8207a3b7b2ce04cecc]

        loplugin:stringconstant
        
        Change-Id: I32b1263c00e2b2e4d3d43ca3e96e4492e09e9c17

2015-11-10  Matthias Freund  <matti_lx@secure.mailbox.org>  [131a1962beb53d4945f7edf2cdb94fff0154bdc9]

        tdf#75256 sifr updates: callout shapes
        
        Change-Id: Id584edf091aebd95bb71d7efd2df6fdaa511c837
        Reviewed-on: https://gerrit.libreoffice.org/19875
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-11-10  Mike Kaganski  <mike.kaganski@collabora.com>  [f4a4bbce92fe753678b218c265f7180c306ddf73]

        tdf#95650: Replace wrong assertion with condition
        
        When UniscribeLayout::LayoutText(ImplLayoutArgs & rArgs) is run with
        BiDiRtl flag, and some skipped VisualItems was reversed in lines 908-927,
        it's possible that they will arrive in reverse order to the code adjusting
        mnSubStringMin, so this assertion may fire.
        
        This situation is not erroneous, so simply replacing the assert with "if".
        
        Change-Id: Icb244502dd00b4c08a2c5192369ee66d743b0dcc
        Reviewed-on: https://gerrit.libreoffice.org/19835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a415a66f1af0944cac631bfd6b75c3d569e6f1df]

        Fix SAL_W32
        
        Change-Id: I60333e2b0f71c38aa13e6a6665c2a305e6dc08fa

2015-11-10  Mario J. Rugiero  <mrugiero@gmail.com>  [b62f1bd5bf850ce18bafa332d5da121939bb5133]

        Replaced for_each and algorithm include by range based loop and exception.
        
        Since the only thing used from algorithm was std::for_each, and std::exception
        was being used without including it.
        
        Change-Id: Ida415bfbcae2b14811183a6afa46b6f6e1ac6ab2
        Reviewed-on: https://gerrit.libreoffice.org/19864
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [986c495052d165308f9cd1039cf6f6d9b8dbcf7c]

        Missing isInLokIncludeFile check
        
        Change-Id: I6577987f3f3717337e6607ffbe38397f229978f0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1cd6e2e08eba3bc55fbf6dda3cd3d19a5d95f798]

        Keep LibreOfficeKit.hxx compatible with C++03
        
        Change-Id: Ic2f123c9b341dbb421b766c3bba1fc56c1bfb41d

2015-11-10  Damjan Jovanovic  <damjan@apache.org>  [b9042d2e46f4a0645b63efb23e49b9421d04d837]

        #i126029# Base query wizard error due to missing quoting of table and column names
        
        During the Base query design wizard,
        com.sun.star.wizards.ui.FilterComponent.getFilterConditions()
        calls
        com.sun.star.wizards.db.SQLQueryComposer.getSelectClause()
        before its
        getFromClause(). However the getSelectClause() needs composedCommandNames
        which is populated only by getFromClause() in order to quote table and column names.
        Without this, table and column names that need quoting (spaces, special characters,
        reserved words) produce errors.
        
        (cherry picked from commit 046771cac8605e5826a150e4454eff332b65d517)

2015-11-10  Damjan Jovanovic  <damjan@apache.org>  [f7715e6821c6763a9c57a06be482925ba75d9779]

        Resolves: #i61854# Basic: Default title of Msgboxes should be changed
        
        Found by: berend dot cornelius at germany dot sun dot com
        Patch by: Pathangi Janardhanan Jatinshravan <JATINSHR001 at e dot ntu dot edu dot sg>
        Review by: Damjan Jovanovic
        
        (cherry picked from commit 519770a2b47d4bb95a7616cedcc1582ae83ab205)
        
        Change-Id: I61c9eacd285c8335925f1569b64bb2d600caf545

2015-11-10  Damjan Jovanovic  <damjan@apache.org>  [bd0697d487eeadf3eb542c0202aa6a7e3387348b]

        Use the UIConsts constants for resource IDs in...
        
        main/wizards/com/sun/star/wizards/query/QuerySummary.java
        
        (cherry picked from commit 77ff55a4a1f25c1dc21d083cee43b4506bf91410)
        
        Change-Id: I538aa5761506d430bdbe70de03301f971f363e52

2015-11-10  Damjan Jovanovic  <damjan@apache.org>  [46b8d81ae82da848e70b0735b101b1f1cc4e6beb]

        Use UIConsts constants for offsets to resource IDs in main/wizards.
        
        (cherry picked from commit 95efcaf575dced8cc18f2ca9fb874d772ad23595)
        
        Change-Id: I8bb247c92f0326da916940f4fc7999d81998297a

2015-11-10  Damjan Jovanovic  <damjan@apache.org>  [c3867083a7904ab1a67403185d90dddab01f99eb]

        Resolves: #i56289# no GROUP BY - COUNT from wizard
        
        Implement the COUNT operator for GROUP BY in the Base Query Wizard,
        and delete some unused resource strings to make space for it.
        
        Found by: dtinazzi at easyasp dot it
        Patch by: me
        
        (cherry picked from commit 1f6546d6c0e6670d59e6beb05d15c80327634e6c)
        
        Change-Id: I6395566275cea6a33cdc64968b3b31aa17d61554

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [3a2037b11c28fdf9409a336f8086790bc6f8f86f]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I2093e93e07ff19a1a1d2c8b6f221dac2bf2a2613

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6de82da0c154a0e8a353125aa80a61779abfd3ba]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie91fbfc9369fe9f2de1cf12c746598a80c2233c1

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1e661634129bb692294972b5b61df2874632d14d]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I86546bcf9b476c73da2d6bff30ee1e56933f69c4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [51b45df6bba163dec7ba91c700de695ad517e5dd]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I8690de2cb68dcfedc9f2239ce66cea06fd94bc16

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [87bae0e188aa3ce3c31d1aa91707c0fad6b81b65]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ibdc68ac3fa6e1424337096c720c8c9605b767480

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [42e2262cdd05718a3286f813da6f53805846da02]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [0a1c17a30cd98892e0e60b512200ac07ff1ab320]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ide85499515bd73f70bca356909683b43cd62f1d1

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d3b6cb7ec2da4afb5687c9d28b2be2f96e6aa7b1]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I05e89f9896170d4df3d1377549ea074f06b884a0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [45979047abbd9da7a29401f298e8ef9ab58ad337]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I6eb8949e3e14d82b52af9a2ba26d67bf1bd8e1a5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [bf8b32113fb2d26ca37b71e1e2bfc6f8ee77d0ea]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib928ecb14bbc119b58dbe7d07941c266329e57e3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6dea86213c495721790462a7037b0fafc6efa522]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I4f9d6c93a0bdbba290277a41537ba2728d1ee4f5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [cf7dc8bc19650fe5e814205b512dffad8299c276]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib80c434598481ca0d05c800991fea9b30ef329f8

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [34a66ff58a20856fb4388e523becdd5397e08fb0]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie7e4b028ee0cd6e0254dda8dfe3c70973865bc03

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [7cb9fce062c1c753708282098c2021ce342c675f]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7c8f90ae3cb496def3bee9a8a84974dd63478af3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [9690dcc42e996dd993fe8cacca5694ddc0d84feb]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic89c5fb56e1f11fa17f6014a8c9722592b144337

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [715cabb4d4bdaa5d764ee9461345a02b527b9f5a]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I5bd7c5251daeeb6e0e98ef23588b2e6d7e580b78

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b4af1664402ce1008e168d18e5e10b5d8f946f1c]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I3003db8a411740db48c2e0c6ecd81a7fd9209e6c

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [05b4902145b0924393b5ae4d9e9dfb92d2926b99]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I72bf3e008a8941d6e0fdea81b6b3e4a959ff28c5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1c4f33b5d8ba6a8cebb0235bb2e7e37e33045a5b]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ia5acfb564f913d52cd25b5d64d06b5280b94cb72

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [175e2adfd1677cb83373b0ba47853493f3b77859]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ied9204441c07f1f6a6026c8c1a2fa21b93b98e1a

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a9b4c9ca3df362cbe0f7904003197bcadd607215]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I4024816e38c0196ec502a5d39b8bd50cf6b142fb

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [5d353ff608760799a25aa8e6d016d8414d2f1fc3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I31e61fc91dff70f32143d84ccf308f2bbc9c740e

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [01b49802c7cda7fd4d5ba71263cef7bc95234b89]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6cd7bf2043146a630925a2e49336f02c802f707a]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [28f4bee7bd7378141d8569186162e1a3166eb012]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7fc4b4d5c895f241cfb052b009e943e073f3befe

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [bf057fab3c0d17bf2832c8d9fc6d34b1b859e660]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I0f2f81dae91f62639e79799b1bed1b2df1fd79ab

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6f06230da10c6a51c5538f1b5515b341475ea043]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I0164a67073395b865fa3e3ce342665f6497dc5b8

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [35b3228609f3c4f3ae37695597f0d11127467bb8]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I2a4f84e8c36197a9d39a5bd36cb1e2401a956d87

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [da95f17cb69fe9eb18be44aaac9f71a68445e91c]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I162b47199e959f97c3bed1f307225db944017e4f

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [374b4f349f1d1cb3b33004580ebc903d206f28ff]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ife1eef04d905f12308b64b971176c2f045a1b268

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e246e5e3cf2722beb8a633259c0c395b498f58c6]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I147f1ca886d5194d0e7180c427923225ef4ef927

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2ee689b56a8ec09387e1fadcea3097537180e4a7]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I3ae78d781e686bfe9b0513183da7fc8edd81024b

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d24db9dfe6cf87aacc6d484c93cd44676d659030]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I5dfb8238b1365502544f6a383313311a9afd0e80

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [ae7fa10e1ac79900e53302080ab39230c4f1d4a3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib245679d105d52d187e63b29dfc7f4076dadad13

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b6fe760beb512cafdb5e6fa5b03b3ed8746b612c]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ief4dd31d68bd7c8e45070eea689d07057449ce77

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [7a8d48f57d106005be80e37ac74e8e2544ad83fe]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ied61699170bd5d2c3878135b1a43b4dc1deff4d4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [28034eaf925aa50d379dd5cffccc20d7edc95aec]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I8aec30601862feaeb99e3ce01adf61665688fa9a

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [92c697c0e3e4bde88424322875c993c161696b1e]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [65464ed0985802edb96dbcbd1c3eed996f3778bd]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9b7d8de65780325175d24965057596b88d3c0f05

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d61d47ad021711718d9bb41a6b548210781e8b26]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I0fc3144d5791e66d873c36f9a9adf1f3ca152d52

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2e3539813f612921611bc49a2334457270addb04]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Id275f54b08da54c356db052b949d7a1f9154b22c

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [de29ac09535d814e4be7e1bf0f10beb9f0f847e3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I765d2a600f9c57da50c85354688e3ae796750d94

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [60c40af090e420a8619b5236bde1ff4ef79100c6]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I54bf272b404d2302cafbde73ec5061ea2cd966ab

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [de63cac20fba1e7661687a4f1c1ce91182f4dfa0]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: If341fc7d18bb6f07d76dd259f5dd77b447c93566

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [26f05d59bc1c25b8a0d19be7f4738fd12e557001]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I1bc6c87fcd6e5e96362623be94c59be216a3b2b8

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [5bbdb9423e15b68438bb8397c15635e044129e28]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I8df6c1c7d2312a4864750180561a3e63fe37003f

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e96bf3c40f945d15a8bdc9cffc27346dfb3cb246]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9cace0074f2fd0e71e41779b9edd099abfa8dedc

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [70bd790b62f79ad8bbdccdf9c743dfca10ec19aa]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9b9249441dd69c5fab05ae0ede8dec461a1879f3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [16f0c1315bf29b9da342d669709da28eb22b8390]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie5a37a49f1b1c08a20f89e167ca415fc645ed40d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [87686af6b85f3bb06c0d75dd870455236506cb7b]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7a5fda2606f42e2736ad0618f2d8bcc5ba4028fb

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1fc2fe74f2db49b17abc3c4df7feec4f215052ca]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I1e5338558bc57afe51db57655550e9b7246f7214

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [72d944181179fa3287a49cf72edb135a77782198]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I60189077f872dd5da3633b15b67b7b7729a75d0d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [8d12f43bb3668f4fdfcef0bd149d8b023e312e18]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I62a20b440064aca6f102e61cb3984bb95e739a4f

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [1ddbbfdda834965c861a67e275ab58ff4d1f0bf9]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie77375d781164232ea0cd94c3d2a5d027c49669e

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [822a0b7046d8f0a8325ad158ea6756d33846c83e]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Id11454397abad090741c5d98e2ae585531c886f6

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [53a2e93fc5a4872b36fb8e76ddd4b722a18cb49b]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I5d642a463f4dca8665745c19918699e7bfe7db99

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [64d1b574ad79ef3bbbab6dade75dbdafecb6bb6b]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I1aa63ce279fe3914e0f5153b7d8559880a3fccc3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [5678a4ce9eee64cafdbdb4fc1290535f9e03208f]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ibdb6409664cdf9499b6fec95c5de3549887b8106

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [af9c3fa41ba16ae4dc5e7ccbf626c8701ae0aa19]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I87dbff06345f24064b87c375e5381cb27118e614

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [8980565881fcc484bb506b3135223b6a42aefbf0]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9dfcec9488b2a25e32d3934766d6d4b208a8c2dc

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [81da71b64098e3f0d5ebe61d0c94c73e316c21b3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I226aeb4787a4c30e17fb54dc7775a288aa09b760

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6794c2e44ede0da2772883fa53a7c935a2bae586]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I89aa17e66c502e81089f42578b45097f44de4ea9

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [22980bea48da60918354463d78dd53938f764725]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I04ceb5b1514a1d0bf123a1cded5e1aac3e8dde2f

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a96b564aeeea6cd27d68084327d11be615ebc0a8]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic42387288c96436915956ede2eb510b9c3fbc49b

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [85552d865b8dcd059b0eb33c42c8a491f88402e3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ibe4adf92bb8eaf8b093bae87136d3a6a59e856f4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6f66890d143e1c5f8d7b183f8fa2d06b2a0087c8]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I55089fde808e9f564f424adc30717dfd8d141c37

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6a33fb16bdd91055c2e13b7b1823093b000ca60d]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7af8d14bfe7337fea3f18dbbd41eb32e0f7ae331

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [25bb667cff3cdd5d2a446f5eea036f9084a3fa17]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Idb2987dc7641c5b07d8bb99546cf5e5402032476

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [c3dcdeb1d2bccc3785e3675843a5228e183b307f]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Idec97093ca48c14b825c7b87ec050cc99aadc526

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2df257e95e655de7b0f888b033a56cd800d3002e]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I6e34abccb0bda1c76e30ab973b8fd827d6c99c72

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [06c5c630201152964c19c47262a5a54fcb6cf6c2]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ie178c474921c1695927a9b01a9972baf09fbb73d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [88b5e5fd3a6f0d70caf66568c25a3e47e01c71e2]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7f32320f38be2bb4f62b57e856e93cff708d5ee0

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e5b721a14c1c8e5261a70588b30353cbb5bd55c6]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib336ce9bc95f5c84dd6412ff3c098e68c5b0f4ff

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [11d365241808405483b79efd7879fa04bee8945e]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic67c3138ca66c6b6d6fcf76b09d4581e23f51f8d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [3cdda9af2c12a9ae2a1f0bdf8ca898f1f5c69bfb]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I61e494952df8cc40fff3ccad0936adf06035dbeb

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [7702e3128768f1b4b8a1ee9e87e397887e151af4]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I59ed4034d6496d4b49fac370443173bf58d7cc0b

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [f19dda5a55156afda2c6dde6c51c455cc5657fc2]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I5bbef6c88255f3e8c740a5239a5010cf1251b7fa

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e1e967a1bb0f4e4fac50f353c990389ccc73a053]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ifa481aa4bf87e7e2f93d1635864c8813f65da2f1

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [09efeeb41a8a7f610ebbc3222e1231b5355f9904]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I225d5fe2e3476121e2ca307d815d5615e32311d7

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [217f7f236fd0ef0535cf11de35807bc5f1de9bb6]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9fe00eef7ddcd4a3c87e497a8d62f98e71a0d6d8

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [6bab3811c374e3185ea07e7cb0d08f8b90ef81aa]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib37c3e0677ae100c6f282126a0ed45f68702fc37

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [90122cfb7e684ba7f0683f4173028406ee57b7cb]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I3aa15efd12b8c9b20319a1975dbbd541783aea2d

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [72c48b716640c76f0a8fa49341ce3b0099004991]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I8204a300c98b891a842ef2e40b65f0810dd7817a

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [89c4edc13f203db1641c63e22774262bbe61f36f]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I2bba104b1bff30910864e45b5b032533099742ff

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [b58d56c5109f4cf6cacfc8e9c424b179a65bf1f1]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I7257532b90e3e393d56d5349531c9ad397523bca

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [5185569e502240a064ef78d06d9de7fbbd93f3b6]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I65186f574c8bbc4004eb40a95a33aea1ea3f4e96

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [bf3f8403029fcea9ce7d53078697efb24c09a75b]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I62a63915dfc0bced2cd8ffe3999cbde5c4d97b0b

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [4730b58d9989512ed25790768ba78decfde7d667]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I17eb40b2923793280ea220e519f97563c8490a19

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [311fd06af4e297fa748684a61edd3ee38845c485]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I68f6c78d1a539a960efbcf81be1e5b2bd26c2bc5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [c0bd59c15b4a6e8523693c8a354456b9fadb8832]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Iefeeb51c2b101c097a8d77a4625f84baf1f2da44

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [047239d5ca229bb8ad85a2d9fcd2ae7b6f35b976]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I520c7e35d539ba804da17185353317eca504a582

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [fb4ce444c2239aa089b0b3c8f4b7629a624edea2]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ibd0e6ae5e3243464b2484a009f2b4781bdaac471

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [87a9abf351d1547638ec25c72d7fcb27d1b61440]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic33cbe3feed8aec9f7578aea2cbd809169d9b8c8

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [40c4a086521703e64f7f182d8e07490855cfeb0a]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I71de514405bb9bcc746c1ab9633e7fe659888943

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [c40c7a8c364bd8f1d7777e803e5a6b0cfddeaca3]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I9e064592c4ee18a600aadfa20b3c89ecafc818d4

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [655c2d5193a8f04d8d0e34c18c8d887589f0e6a9]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib05cdd5a0f2a2e0f4c08504d89d0b6201cbcb429

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e68121b3c1d973d149adad4d8e1bcbe042107506]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic3516d9069cbe935f5b82aec0afac3facdc814a5

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [08e49fa3377d8c4e7e5df7a32233fcd9763ee936]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I1ec9a671fe3ac838feb36297915e3cdf8749d944

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a17cde058213f962b8de880de6f5b1e4f2061b37]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib64fc63905cf44a0d32393d52ee587d0aa2d9dfa

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [c2ff1b9622a1c67612719c87af593b59b9534119]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ic8d478162bcdcadd068a22c6344e947da3cd1eab

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [4b0a3da4c5303fc97658050cf790f956f298599a]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I27f1d5ee55338372b1c24187b63d23ae39e0a8b3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [8697284d248f47dd4798f7ef49791fc7686f646d]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ib3f24439ffda42d217300dcc0ca979964ade360a

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [cb0fb3edd43194311a76ad6c0d3adad7f6dfe53d]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I11a107dadd064452b983c69356e7562ed36c8bc3

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [3fbe1c814da59a4ed722ee5777bec0c59eb57a25]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I5e94b084c923fa5d9c925630669cf698b34f34ff

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [ebc194c696e5c9b1acf320cfc582b4ab56c14900]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: Ifbab1c3bdf0bb481477e600978c640cdc052be74

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [3bf5bc03748a8f9a49bb286195a47e6a76d6464d]

        loplugin:nullptr (automatic rewrite)
        
        Change-Id: I8be8b75317f0a8cf9005feefea05c053b76c7b0f

2015-11-10  Jan Holesovsky  <kendy@collabora.com>  [7ab1fb297253971a04c57bbe201e79a4d7df590d]

        sc: mbIsMultiLine is always true.
        
        Change-Id: Ib1c05164019d8a8b0ef723c4453f1d173fd890ef

2015-11-10  Tor Lillqvist  <tml@collabora.com>  [892ac9d1d477f2c9cb3805ee013e5bf4b4d11ede]

        Use a depth buffer on OS X, too
        
        Change-Id: I35fa7c2dcec0731aed1f5effefa131ce3007d010

2015-11-10  Tor Lillqvist  <tml@collabora.com>  [3decb561ea97f3e363922d3560fe43037c63d466]

        Surely a 24-bit depth buffer is enough
        
        We asked for a 64-bit one, which is rather preposterous. And the
        comment claimed we asked for a 32-bit one. Funnily, this same odd code
        and comment is found in half a dozen code samples on the
        Internet... Copy pasta rules.
        
        Change-Id: Ie54a7b75e07cfe0ffd98ec330ce63158d2d15415

2015-11-10  Tor Lillqvist  <tml@collabora.com>  [ecc421cab986a26fb250beba228cf0cb49fba5b0]

        Add some assertions and improve comments
        
        Make sure the hardcoded indexes into the iAttributes array that we use
        mean what they are supposed to.
        
        Add comments about that, and fix one misleading comment.
        
        Change-Id: Ibb748b00782db4fcaf34f6c717075f6aff50651e

2015-11-10  Tor Lillqvist  <tml@collabora.com>  [3042270bc54aee2dd4ea14d5996e2ee2960577ce]

        Improve the Vortex transition
        
        Let about half the tiles move around in one direction (in front of the
        slide plane), and the rest the other direction (behind the slide
        plane).
        
        Make sure tiles that rotate into each other's location go the same way
        around, so that they don't pass through each others, which looks ugly.
        
        Avoid z-fighting by not letting the tile end up exactly on top of the
        one it is replacing, in case that one has not started moving yet.
        
        Change-Id: I232b0f815412d5d575b0dde4df2d337288e645bb

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c044e51b9983d373cf3ea74aec0ffd37752f07a0]

        lokdocview: assert that loading of handle bitmaps succeeded
        
        A number of such bitmaps were removed by accident in commit
        74463457b39c9def1add630b7b0581dc195549c8 (android: chanhe handles to use
        alias, tint handles with color, 2015-11-01).
        
        Change-Id: I253c4b5790e82de32e6fd06896645adf360fa586

2015-11-10  Noel Grandin  <noel@peralex.com>  [c3efbb1d23fcdd9df4f6f77525dc8db0b527b115]

        fix build, std::make_unique is C++14, use o3tl::make_unique
        
        after my recent boost::ptr_vector->std::vector<std::unique_ptr>
        conversions
        
        Change-Id: I5ebea198365bb2fddf43851c70ebea3f3e19d61b

2015-11-10  Noel Grandin  <noel@peralex.com>  [41e9197eb67e517c88279a6a2001c6ee927d8317]

        fix build
        
        after my boost::ptr_vector->vector<unique_ptr> conversions
        
        Change-Id: I1141e8ad614a650a274bf41bf3ebad9143c561c0

2015-11-10  Noel Grandin  <noel@peralex.com>  [73baabfffc34461068df57d1a1851351b17cb8e8]

        chart2: replace boost::ptr_vector with std::vector<unique_ptr>
        
        Change-Id: I5c374afcfa2760ebf21e461f38fe392692054dfe

2015-11-10  Noel Grandin  <noel@peralex.com>  [e0dec4c73b6ada7733726f756e4506a7e3114048]

        chart2: replace boost::ptr_vector with std::vector<unique_ptr>
        
        Change-Id: Ia5c35cbd54045a79e896832adf2dbe68c5facf1f

2015-11-10  Noel Grandin  <noel@peralex.com>  [126103cd2ad057f3d6adf907114239820ead8df4]

        chart2: replace boost::ptr_vector with std::vector<unique_ptr>
        
        Change-Id: I8bc458c2bcbcb72791ba93a6fe15c83e05d8fae1

2015-11-10  Noel Grandin  <noel@peralex.com>  [c3e642c0b6a136dad8b5c30e120575e4f61d6ccd]

        chart2: replace boost::ptr_vector with std::vector<unique_ptr>
        
        Change-Id: I706b730ebbe6a7637a3f1a9cea80a1604f005a53

2015-11-10  Mike Kaganski  <mike.kaganski@collabora.com>  [061d98ccc7fc95234514d5dee3d9e80e49b10dc7]

        tdf#95071: fix spacing calculations for border with page offset
        
        With commit ebf767eeb2a169ba533e1b2ffccf16f41d95df35, some previously
        hidden bugs manifested themselves, this is one of them.
        The margin size calculated incorrectly when border offset was from
        page. The border is drawn from the margin inwards, so the margin
        should be equal to OOXML w:space attribute, and border distance
        should be OOXML page margin - border distance - border width.
        
        Incorrect calculation gave negative margin, with IllegalArgumentException
        thrown in SfxItemPropertySet::setPropertyValue.
        
        Change-Id: Ifcf4a348e975df53410933aab3684d17f68b688c
        Reviewed-on: https://gerrit.libreoffice.org/19586
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-10  Stephan Bergmann  <sbergman@redhat.com>  [d671a70f18c815427747f315179fa51533f47907]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: I5773cdac91d56131f349f213dc21a20a7d3eca96

2015-11-10  jan iversen  <jani@documentfoundation.org>  [6a2440ea91bb86cba74ecbb8afd520c8afa41ded]

        cid#1338241 removed throw from C function.
        
        Lower level C++ make a throw, this cannot be passed
        back in a C function.
        
        Change-Id: I54ace0284d0291d54f53b8947e9f4ffc2e0a56ab
        Reviewed-on: https://gerrit.libreoffice.org/19873
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-10  jan iversen  <jani@documentfoundation.org>  [5ff684477d7cb67a52223d555ae5f1341c6f8517]

        cid#1338242 cid#1338241 removed throw from extern "C" function
        
        Encapsulated throw from C++ to a return false in the "C" function
        
        Change-Id: I2fc89b0dcf434395859300b3d3890247d1288295
        Reviewed-on: https://gerrit.libreoffice.org/19872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-10  Armin Le Grand  <Armin.Le.Grand@cib.de>  [99e3ab6effa9356a1a444160e60ed8df099b15a3]

        tdf#95481 catch out-of-range access in vcl bitmap
        
        blendBitmap24 assumes bitmap is 2 lines high for doing
        interpolation. For bitmaps of height 1, really nothing to interpolate
        there. Fix cornercase by 'blending' between the very same line instead.
        
        Change-Id: I9b94000aa563e525d0bb2418346ad2c86af26df8
        Reviewed-on: https://gerrit.libreoffice.org/19863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2831b5bb26ae8cbb2b1796f390e1b1b90eb4202]

        sw: prefix members of SwNavigationPI
        
        Change-Id: I801c9c93921719955431716c6e56e79eed529800

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea10e890041e36727709260cadb18bb8f543b4c1]

        sw: prefix members of SwStyleNameMapper
        
        Change-Id: I374caad0258624e9794993a01ab39c60fbb65a1a

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [338b6a64c2b93dd3424b7924c5c6347b7231732e]

        sw: prefix members of SwBoxAutoFormat
        
        Change-Id: I9849dcd31dae2e5db9ce3178640d2bf605b78238

2015-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [38128ea3afea1944ae2ca06a897417fee5d5bb0a]

        sw: prefix members of SwContentTree
        
        Change-Id: Ia45ad08339ab7e6b2532d85f7a271156f29d1947

2015-11-10  László Németh  <laszlo.nemeth@collabora.com>  [41d90d6c7c41df781ecaf7745872f20abd7e52a9]

        tdf#92648 unit test for DOCX import regression (textbox shrinking)
        
        Change-Id: I810708bbd337b325ed58927fcdd67f24f70f1252

2015-11-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6540c288372c3cbb94a30daa5a40e97690cb0ea5]

        Remove misleading 'make build' line from gbuild help
        
        Change-Id: If389e2dc6f5af07662e6ab8aa94e0e9ce8e30f5b
        Reviewed-on: https://gerrit.libreoffice.org/19865
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-11-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [453cf8a4c44b7935c3029524bfd40fa9c1d87753]

        yet another member of SwXTextPortion needs to be guarded in the dtor
        
        Change-Id: Ia1e3febd6a2f0c18c686a04ef5b98ee1ad2d8b88

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [003ba90531b6ee5c3b3225298a1490ed9a7048a4]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I0cc3addefa436050259785ccf2ce540a84e9fcae

2015-11-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e61465d25f5e52bf439db65ed7a641722637034a]

        another missing SolarMutex in Writer UNO
        
        Change-Id: Ia9451b3f6180f97fda6ff16c65b5fbfcd17b75ec

2015-11-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c20930bfec4ce4953ffdaff1971216290fab0e4d]

        also fix SwXFlatParagraphIterator
        
        Change-Id: Ib35759c4d9e6ebc8e211d57d53d923f15ac9845a

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [df7f3c6733c1b4e4470554497f2c2aa96a442c30]

        loplugin:redundantcast
        
        Change-Id: I8bfdb2c88b82dc9f1335d92589838cda4b1e7cf7

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [d9b03172af1b81c0aede3e7e94e83d8932f26150]

        Clean up Sequence construction
        
        ...to avoid silly errors like the one fixed with
        37039fde1187c2e71bdde6e7fafd23c6ae8a871e "Missing comma."
        
        Change-Id: Iab4d25f44fd8867ee1ef5e15c209ada5c6ebb0c8
        Reviewed-on: https://gerrit.libreoffice.org/19871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ffdc5db260b7c17c47109f707b3664a3f3caafaa]

        fix a set of race conditions in the writer uno wrappers
        
        - whenever SwClients are added or removed, the SolarMutex should be
          locked
        - locking the mutex there would be a performance killer
        - thus only DBG_TESTSOLARMUTEX() and fixing the fallout on DBG_UTL
          builds
        
        Change-Id: I3b10b9a01c40fbe68d15ce6e9c5c74db34eb1eb6
        Reviewed-on: https://gerrit.libreoffice.org/19856

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [37039fde1187c2e71bdde6e7fafd23c6ae8a871e]

        Missing comma
        
        Change-Id: Ia2497902771b78130b6263885bdb3362d1e6c76c

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [1056f627efb0625ab658f4219a6a3c7002e2022f]

        loplugin:passstuffbyref
        
        Change-Id: Ibcab688c042e32a81b936573503c4a9066244161

2015-11-09  Eike Rathke  <erack@redhat.com>  [31801a402e048b4861cb373687f28ea15ca60ebb]

        add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] to locale data libs, tdf#95485
        
        Change-Id: Idbe31956d8627ff51f90d2e4a52666d33143b8c0

2015-11-09  Eike Rathke  <erack@redhat.com>  [7e997e2c1b5aaa9ad525e15e06fc8f0e8ed8fc25]

        add U+200F RIGHT-TO-LEFT MARK to currency symbol, tdf#95485 follow-up
        
        ... same as in other ar_* locale data.
        
        Change-Id: If5bd17d710fc6a9b40aac87eb49a8615f59a7a31

2015-11-09  Eike Rathke  <erack@redhat.com>  [6938d37f0eb00420e491f6312a75894ef40dcbf4]

        correct order of currency symbol and LangID in replaceTo, tdf#95485 follow-up
        
        Change-Id: Iefb671f4e7130523edde1d0495d36fb57aa7528c

2015-11-09  Eike Rathke  <erack@redhat.com>  [5ef5b31b563f2c2d40d583a59001b78ede57526e]

        strip leading zero from LangID in currency format, tdf#95485 follow-up
        
        Change-Id: Id4be326683f4be745284d0951768047d830570c1

2015-11-09  Eike Rathke  <erack@redhat.com>  [9158ad31905be0658aa08dab8bd5e6407065c0de]

        remove erroneous extra </DefaultName> closing tag, tdf#95485 follow-up
        
        Change-Id: Ie7573d79f74d601abd340d028080dcb50a78917a

2015-11-09  Ghasan  <devghasan@hotmail.com>  [1b9495b4e8c27c3e9a6a46e6fec12d1150362dad]

        add [ar-{BH,IQ,JO,LY,MA,QA,SY,YE}] locale data, tdf#95485
        
        Change-Id: I55eea19b0302053691eb76b7785276a89bcd136a

2015-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [6626a569a47751b65230f2ee95345640dbe8a562]

        do not force-disable ccache for jenkins-ubsan build
        
        Change-Id: I791d9d6710462ba0a325228a890b941f6000ce13

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [9ed9f30f2202cc7d57b1dbe68a37cc6fbbd2866a]

        starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>
        
        Change-Id: I1d2671a0b355bd4dbb195d69af2c432c50df904e

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [e126cf6c66635c34b61952262d5aa6d745c29198]

        sc: add missing includes to prevloc.hxx
        
        Change-Id: I7ee876d52a0a04a162ee7acd0ec03e73557abe89

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [5abe5c141fc8ef23a1968f43bd0928b65101851f]

        sc: replace boost::ptr_list with std::list<std::unique_ptr>
        
        Change-Id: Ic1202dc49789d7f392fc7c0065e071e114687717

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [1f0c3a16321ca0d63e09b733170b0375cf2d4ee3]

        sc: replace boost::ptr_list with std::list<std::unique_ptr>
        
        Change-Id: I6162cfaacf25db4d1261b67ba99e33c729be86cb

2015-11-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [df6d3e9d91c25bd1ef7c7cba0f1af63895890411]

        Related tdf#92296, tdf#90812: Make this test more strict
        
        i.e. not only make sure that rPr is there, but also test the text
        chunk has the right font colour ( it went off-by-one in regression
        caused by the fix of tdf#90812 )
        
        Change-Id: I3788a845393686ed621743e117b7eb439e38e0b3

2015-11-09  Andras Timar  <andras.timar@collabora.com>  [a8c1ed47fb9dc2e878ad5f2cf26b967cf8e09d34]

        Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""
        
        This reverts commit dad32b63f852716af94cf995696b62b6e60724bd.

2015-11-09  Andras Timar  <andras.timar@collabora.com>  [b6bee78750a84e9598d836223bf9a0937893dcc0]

        translated German warnings
        
        Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89

2015-11-09  Andras Timar  <andras.timar@collabora.com>  [dad32b63f852716af94cf995696b62b6e60724bd]

        Revert "fix tdf#94818 while retaining the tdf#90504 fix"
        
        This reverts commit 959ac511dbebeb3983da92052ced837b39b74ed9.

2015-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [18cd4b273f3781620ecb8dd68e6d616bba498992]

        pptx: "fall" transition, which needed p15 namespace
        
        Added p15 namespace which is present in MSO 2013+ documents. It
        adds a "prstTrans" element with a string "prst" attribute which
        is a name of the transition to be performed.
        
        This was added to support "fall" transition which translates to
        "fallOver" preset transition.
        
        Change-Id: I429bb106a12c1b99cce756502508e917720daef3

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [9d3cb71115cfb34adde975f66f394303982f85be]

        Prevent += called on temporary O[U]String instances
        
        ...found regression e31205f3ec1f941ab5a188bfde6329edf2acc55b
        "EditUndoRemoveChars::GetStr must return a reference" and dubious code
        0e23f7b0839df68d277186b4df54ba391ac3406a "Lets assume this doesn't want to
        update m_pForcedPrefix->GetText() anyway" in addition to the apparent sillies
        directly fixed in this commit.
        
        Introduces HAVE_CXX11_REF_QUALIFIER.
        
        Change-Id: I564e98254fd53c1dd9b34193d7057c59721ee24c

2015-11-09  Caolán McNamara  <caolanm@redhat.com>  [53352be12cb6a191934b8107559ea47171868718]

        Resolves: tdf#92311 raise auto correct entry limit to unsigned short max
        
        Change-Id: Ie27d727ab4606ffe3f47263251316f6faac7ca74

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [0e23f7b0839df68d277186b4df54ba391ac3406a]

        Lets assume this doesn't want to update m_pForcedPrefix->GetText() anyway
        
        The line was like that ever since the code was introduced with
        13d20309158340fca42c44e7a9a460ddbeee5126 "edit control for connection urls," and
        Window::GetText() likely never in the past returned a reference to a string.
        
        Change-Id: Ideb5c6a279ac25c2439187a9182f988696818012

2015-11-09  Noel Grandin  <noel@peralex.com>  [b5df54c5bcaa376117832e39f63a379e7b8ba201]

        java: add some @Override annotations
        
        Change-Id: I291db1dff5ab3ce40fda6f822a0e3ff1e6ef36c1
        Reviewed-on: https://gerrit.libreoffice.org/19855
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Noel Grandin  <noel@peralex.com>  [a3db4959b07d2454fba7774f04c7658ae4fba783]

        com::sun::star->css in tools/ and ucb/
        
        Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6
        Reviewed-on: https://gerrit.libreoffice.org/19854
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Stephan Bergmann  <sbergman@redhat.com>  [e31205f3ec1f941ab5a188bfde6329edf2acc55b]

        EditUndoRemoveChars::GetStr must return a reference
        
        ...as ImpEditEngine::ImpRemoveChars (editeng/source/editeng/impedit2.cxx) calls
        
          pCurUndo->GetStr() += aStr;
        
        Regression introduced with d5e11f5ffb741aabe7e43be78ef764a1f3cafd8e "convert
        editeng/source/editeng/editundo.hxx from String to OUString."
        
        Change-Id: Iab3dd3b861bca715a90e89e3a63a6f298657367d

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [8e36027e2768b4d9d7c8beff864a557c450184ca]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Id80f6d6be9f5cb15448ea00299b8e371ccd812ee

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [a3e410a043f42e70836ca564a5cccdd12664b457]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ic1a44ef591e0d23bbd6574b232370b2888335ebf

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [3b49489707447cca30c7bcb54e9bfc6ffc9ab2e1]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I1929d105d46c373c40d1f53e7d933435118737d4

2015-11-09  Michael Stahl  <mstahl@redhat.com>  [5fd6aa03c8b3964ba7ccc1cbe4d4421a500fce72]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I74440dd6d7904fe9e6a59f7ff757f202d2718b07

2015-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c24fbd8c8a4f00c4eeaa97528832afa67d4af1e7]

        pptx: import "Vortex" and "Ripple" transition + test
        
        Change-Id: I29d71e9c07c4964275c13772cdb6042624550acb

2015-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [733846f20c43588478d01c448f622cc9854bc59e]

        pptx: export "Ripple" and "Vortex" transition
        
        Change-Id: I7e6683e8d4b461f193f64e2b1f077a5936008c1f

2015-11-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b3120fd7c408ef0d2f35c2b0a905f5db65eaa294]

        pptx: export "Turn around" and "Rochade" transition
        
        Change-Id: Id984b9bf3b67e3bb1d8287819c28c23a0b8a2a61

2015-11-09  Noel Grandin  <noel@peralex.com>  [4a00be7ade3235e18cab7706bcfe9a1adccb2462]

        com::sun::star->css in toolkit/
        
        Change-Id: Ia8feca46fa64a300235730e1248fa5fda0783ba2
        Reviewed-on: https://gerrit.libreoffice.org/19853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Noel Grandin  <noel@peralex.com>  [6c80a8fe89fadf9a2c7260a09c037a09462f53d1]

        new loplugin: oncevar
        
        Change-Id: If57390510dde4d166be3141b9f658a7453755d3f
        Reviewed-on: https://gerrit.libreoffice.org/19815
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  jan iversen  <jani@documentfoundation.org>  [e1fc599eb764186e5d511ace9785463eebbc7028]

        cid#1326599, cid#1326598: added throw (status generation)
        
        Status.failed( ... ); is prepended with a throw
        added import
        and removed the return;
        
        Change-Id: I73bc971e054c8726e45db0d5a37613c871691eab
        Reviewed-on: https://gerrit.libreoffice.org/19793
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-09  Noel Grandin  <noel@peralex.com>  [a76f4c6708512d05a783d9330d35decf2aece5a2]

        com::sun::star->css in testtools/
        
        Change-Id: I9a44e44b2478b007fba7f86eefcf4fa04d77b37b
        Reviewed-on: https://gerrit.libreoffice.org/19852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Tor Lillqvist  <tml@collabora.com>  [6bb8194341cae5599f61cd613cf234ad2cbd2efc]

        Simplify and improve (?) the Vortex transition
        
        Change-Id: I0602be9567961ca3bb5d41febd35ad65d8d7fb2a

2015-11-09  Noel Grandin  <noel@peralex.com>  [4671c3e2944678fa1f3875b13839391d8df49578]

        formatting improvements in sw/
        
        after my recent "com::sun::star->css in sw" commit
        
        Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16

2015-11-09  Mario J. Rugiero  <mrugiero@gmail.com>  [f045b7cb457e8ca1c0a2b3d3ec08f5fe647542bd]

        Replace a few for_each and one-liner locals by range-based loops in fpicker.
        
        Change-Id: I07cb510b8c8ab195d5d3addb715cfb0af488ab9b
        Reviewed-on: https://gerrit.libreoffice.org/19849
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Mario J. Rugiero  <mrugiero@gmail.com>  [357a6f6ba23245c6fe84d888edc7ad0d01a831b8]

        Replace a local functor and bind2nd by a lambda in formula.
        
        Change-Id: Ied06b3f167c566d754d32708eaec4a354f7ee663
        Reviewed-on: https://gerrit.libreoffice.org/19848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Mario J. Rugiero  <mrugiero@gmail.com>  [e589f187e47bf2d5a9bf8e96e050189b7782cb77]

        Replace a local functor in configmgr by a lambda.
        
        Change-Id: Ida4317ec6b96ab8cb3362243b4acace3680bcd31
        Reviewed-on: https://gerrit.libreoffice.org/19846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-09  Mario J. Rugiero  <mrugiero@gmail.com>  [960d03211e471bd5f6d3dd33ae929dfe43d47402]

        Cleanup two unused boost/bind includes in comphelper.
        
        Change-Id: I8bfbbc82be3a91d7227ff76fc6eb570c1155dd4f
        Reviewed-on: https://gerrit.libreoffice.org/19844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-08  Matthias Freund  <matti_lx@secure.mailbox.org>  [a148fe149c7af1995fd2aaab0a6e52242509b993]

        tdf#75256 Sifr updates: more shapes
        
        Change-Id: I3bb5980e53b5a9d922ca401dd9927ee64f7cef98
        Reviewed-on: https://gerrit.libreoffice.org/19843
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-11-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f271602f7193ddf584ea58dc6a468e6842d0781e]

        Improve layout of CTL settings
        
        - Kill those evil, space-wasting “homogeneous width” properties
        - Align Movement and Numerals labels
        - Bring radio buttons together
        
        Change-Id: Ib279f81b48733cccd8dd399549f598a21613076a

2015-11-08  Stephan Bergmann  <sbergman@redhat.com>  [c8486f866dd6d7a8db6b4df5a68f013ce142de62]

        Leftover debug code? (causes -Werror,-Wformat)
        
        Change-Id: I8629481a454a668b3044eb6f56dbe43d4720e52a

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [bab105b923175d3e7eab7ee0af950a6a267c1afa]

        update README.vars
        
        Change-Id: Ie2d0cc90ecc3e585a8fbfc9517e48170cf07c0d2

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dca73ef8cf8ddd6078d70f4bc759708f3f5d4618]

        support to load SVG images when loading from Image resource
        
        Change-Id: Ieda1c334d8d995c774381c52fa1d9aa11751c5ef

2015-11-08  Stephan Bergmann  <sbergman@redhat.com>  [8d95cf54781e30a7adc0b11160bb17239c4a3d80]

        loplugin:vclwidgets
        
        Change-Id: I7583a76e4d1c98c02bcbf6367a1bf7be815b1461

2015-11-08  Stephan Bergmann  <sbergman@redhat.com>  [6115acca2859432f8dff3c707bc42fd54234e91d]

        loplugin:defaultparams
        
        Change-Id: Ia4f51a3599afa6ffe7b689a8703a9634b4fb082d

2015-11-08  Stephan Bergmann  <sbergman@redhat.com>  [22a64d0500e49ef20975765d2613d951df06e9e1]

        loplugin:stringconstant
        
        Change-Id: I33876585b5a406231954013051bc7f61045226b0

2015-11-08  Henry Castro  <hcastro@collabora.com>  [c615699af18635c1aa1e7c9b930748eca004c5fc]

        sc lok: add missing commandName
        
        LOOL requires to filter a requested command values message
        
        Change-Id: If2eeb9990e0f9aec6410a70f7a6c132c080bda80

2015-11-08  Sedat Ak  <sedat.ak.bm@gmail.com>  [c4b71b0885122b67e05ed4aed89b0d12ce0f34c8]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: Ieef535e34f5acd9139c3ee1e9e6c650fc5fe92e4
        Reviewed-on: https://gerrit.libreoffice.org/19842
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1d75c2e5ed1df1b9e3ae733d9c8a2106701b67ae]

        oox: check for namespace in MCE is flawed, use a namespace list
        
        In "AlternateContent" nodes we have to check if we support the
        namespace which is provided in "Requires" attribute of "Choice".
        Currently we tried to resolve the namespace with a call to the
        xml filter, however this doesn't work as the filter is already
        gone.
        In writerfilter we also have to handle a similar situation but
        there we just compare it to a list of predefined namespace alias
        ("wps" and "wpg").
        This commit adds a list of supported namespace aliases to
        fragmenthandler2 instead of the namespace checking to support
        the "p14" namespace alias correctly.
        
        Change-Id: I25c430b97336c9e140bb5641a76a60895734b91f

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ebe469f83eebc89dd6b30811327912e3c13fa2c8]

        add p14 namespace to xmlfilterbase
        
        Change-Id: I34d253e9f5bdfff14f1940544ae5bbb019bf506b

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [be8a5d4495e787e1628bf053be5e3e56e0ea9565]

        tdf#74667 Regression dialog: linear, logarithmic, power
        
        Add a new statistics dialog for calculating regression. First
        supported regression models are linear, logarithmic and power.
        
        Change-Id: I6fa18136455d4bc4d69edbaa7d19ee6b5b6e5703

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1e81e82a3f49bf2482bd28948154724c2ee5124f]

        StatisticsDialogs: 3D addressing, add size to DataRangeIterator
        
        Automatic filling of addesses always use 3D addresses, with this
        commit 3D addressing can be turned of to simplify formulas when
        this is possible.
        
        Add size of the current range to DataRangeIterator.
        
        Change-Id: I5c95cfe1617258221fa1a6adf1561e5eeee13c68

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9e428d1bb35a5cfa89d21fe8a47ea30b1a53fc4e]

        pptx: import outside/insde turning cube transition
        
        Change-Id: I12f668aca158a8c868ecaeb37f6724852308a515

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2ac998ff87da438770508fcfa034b56812f9013b]

        oox: define p14 namespace in strict, define P14_TOKEN
        
        Change-Id: I9c92b9a637f43fd425cd0741e480b72ee5cff919

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [22d45179c368efb808306ca4159049ea6a8bef61]

        pptx: export inside/outside turning cube transition as p14:prism
        
        Add support for exporting p14 transitions with AlternativeContent
        fallback support. Export "inside/outside turning cube" transition
        as "prism" MSO transition with fallback to "fade" transition.
        
        Change-Id: I031d90f6465741847e1bda8991d45e7fed9e68e5

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ae3d0e9e21873c471c85bc73abdec343ec852d60]

        pptx: inside/outside turning cube transition test
        
        Change-Id: Ida476a8e5a761c7721949b259b95184a88cc4e41

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9f985de7b3377f50eea3ea47f41a0174b335c0b8]

        oox: p14 namespace (MSO 2010) + tokens for slide transitions
        
        Change-Id: I72d1901ceb2e43e459efb197cb72bd701c7d8f63

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4115cb18362810d7b92c5a259fe3399c5e760970]

        pptx: import/export of "cut through black" transition
        
        "Cut through black" is not supported in ppt so we detectit only
        in pptx specific export code. This needed some changes in the
        pptx code for exporting transitions.
        
        Change-Id: Ibc7361311017b3ffadd289db4e8ae233e1101ea8

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6c4247979d32d7765c0fa892024f62bdae6dfd48]

        pptx export: properly assert transitions
        
        Change-Id: Ia793d51c7df6987763fc37c8d73a98ae94a4822a

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [da82d5076ba9fa0cb802a6c84bed939c14b0cf57]

        pptx: fix export of newsflash transition
        
        Change-Id: I0e34e1b8860b9142d3171246d41bb528e710d10c

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b409cd73a9b68d498c7d3de81013d2cbd8331243]

        pptx: import/export corner directions correctly
        
        Change-Id: Id2e9234c200c9544af31c07e7c5a13c7ae69d9b3

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f2b6ba8ad193354d2b34812d8040b48ffde6646c]

        pptx: add a testcase for wipe transitions import/export
        
        Change-Id: Ic82b95fc676957f26ce5e09b2343ba71b775c1b0

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2cdd751e8e00f89c084d1f318bfd1488b0231c95]

        Write as comment the names of slide transitions in MS-PPT specs
        
        Change-Id: Ied3203c0a4ce04a9c93f35ae4ce4fa55e82cf70e

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8a2af3ca02c8f50ee1e016b99483ad5e1d03cec2]

        pptx: export slide transition direction parameter correctly
        
        The direction of wipe transition was not exported correctly, left
        was right, right was left, up was down and down was up. :)
        
        Change-Id: Ibc709476c03d6c96204fb5fe91d37823a185fa97

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e4685adea31e2494f2991b321c4ce58049c7bc9f]

        get rid of c-style cast
        
        Change-Id: I88173997c2db33b2e67bde77cd48c6753b12ae9e

2015-11-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7cacc3326e1409fc245bc7d8d9804966de28e549]

        pptx: export/import newsflash and comb slide transitions + test
        
        Change-Id: I8ec2e1bc6d6f46f741252085f68edc6c284124b6

2015-11-08  Andras Timar  <andras.timar@collabora.com>  [241833e46f7878ed05945ed019f3e48fe515092a]

        Updated core Project: help  2f91170b8637554100e427525541ade2fd38c574
        
        tdf#94473 add missing hid
        
        Change-Id: Ib0709570cdbfdf2ea4dc7e025319ae4acdb1ff36
        

2015-11-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [80582896d370750fa5ff88f28208c1ef9f3b21af]

        Updated core Project: help  e3edc535120b598fe44f7b9500d6433eb611ac61
        
        tdf#95626 add holding Ctrl key to undocking Navigator
        
        Change-Id: I8ce3521cce64f013be947ee4cdff2ded06f2aa2f
        Reviewed-on: https://gerrit.libreoffice.org/19838
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-08  Tor Lillqvist  <tml@collabora.com>  [04352b481cc711dd2f9c345f69fb6a22a585cd29]

        Now I understand why that multiplication by 10 was there originally
        
        I was suffering from one basic misunderstanding: I did not get it that
        samplers are indexed with normalized texture coordinates, i.e. 0..1.
        (Note that multiplying a coordinate by any number does not break
        anything horribly for this use case, looking up a pseudo-random
        number, because textures by default repeat as a coordinate wraps.)
        
        We multiply by 10 so that neighbouring pixels that map to close index
        into the permTexture don't get clumped together with close sn values,
        and thus same behaviour.
        
        (Sure, the multiplication by 256 that I had changed it to worked, too,
        but not the way my initial reasoning went... So let's use the original
        10 to avoid somebody else thinking that we need to multiply by 256
        because permTexture is built from a 256x256 array.)
        
        (See 1877228ae8e7cc298cf4e45d061ee54774aa1d08)
        
        Change-Id: I1d350446460fe2fdd3e55f00053a5ce01d2d117c

2015-11-08  Sedat Ak  <sedat.ak.bm@gmail.com>  [bfc9619fccd17c5059949afc06953695222dea3b]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I7065f88c752dbd6b7db3f4b4efaec85d083edede
        Reviewed-on: https://gerrit.libreoffice.org/19839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-11-08  Andrzej Hunt  <andrzej@ahunt.org>  [2f13f051c3c39f77d5f65ff0e3f4a476ccb95f1a]

        sc lok: Add initial test for .uno:CellCursor
        
        This should be extended with checking that we receive "EMPTY"
        when there is no cursor shown - that would require e.g. simulating
        keyboard input to hide the cell cursor.
        
        Change-Id: Ia7be5ec3e158f21967b4c307ac10abb2b5e2a56a
        Reviewed-on: https://gerrit.libreoffice.org/19828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-08  Maxim Monastirsky  <momonasmon@gmail.com>  [8655fa318c1924994eb659b4bb60074c86ad70c1]

        Fix property name: ModuleName -> ModuleIdentifier
        
        8b050d1e91a6623fb2770421e564a74d6259d816 changed this everywhere
        except here. (This reason is that the commit was imported from Apache,
        which didn't have this place.)
        
        Change-Id: I07a914298ee0d350c744789a5dd39605b01e5311

2015-11-07  Stephan Bergmann  <sbergman@redhat.com>  [6da681442b17c723f9408a806e8d2367441ad65a]

        Don't use gie as both _use_libraries and _use_library_objects
        
        Change-Id: I9dc7b137132991299835bb931c4b7061074b978a

2015-11-07  Stephan Bergmann  <sbergman@redhat.com>  [e893e5026e34bb6afdca2fbe840428b0abef7a83]

        loplugin:stringconstant
        
        Change-Id: I9e505814f206c35b465633c45bab6f989ad18074

2015-11-07  Xisco Fauli  <anistenis@gmail.com>  [3056a6b6e39b57c66ebaf5210264b689f02f5fc3]

        SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...
        
        a different way.
        This is just a temporal fix as this should be fix by implementing support for 'clipPath'
        
        Change-Id: I451e0a9ae0466c027505672393d623d7ac363e79
        Reviewed-on: https://gerrit.libreoffice.org/19615
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>

2015-11-07  Ashod Nakashian  <ashodnakashian@yahoo.com>  [04783fd91832fa01a5b096f395edd7ad4f9c0f6b]

        Misc tweaks and cleanups.
        
        Streamlined a couple of hotspots and some
        minor cleanups.
        
        Change-Id: I85a9423e03f7e20ce78736a44d668da859a443cd
        Reviewed-on: https://gerrit.libreoffice.org/19720
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-11-07  Yousuf Philips  <philipz85@hotmail.com>  [12d973aa9b6b3d962702f27fc46ef05b0151cabc]

        Updated core Project: help  3436f221098263a0053222bbee1dac7e3b06cf82
        
        Adjust section paragraphs in Calc - Heading and Footer
        
        Change-Id: I64357b16b16540583ad4c01d5b3eec88add7120f
        Reviewed-on: https://gerrit.libreoffice.org/19722
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-11-07  Tor Lillqvist  <tml@collabora.com>  [c337c48f9f5018ecfe48fa1c6649cd0c80620fa5]

        WaE: redundant const_cast [loplugin:redundantcast]
        
        Change-Id: I0a4007231747360cabc24adf73a0c131d30dd5cd

2015-11-07  Tor Lillqvist  <tml@collabora.com>  [ef04c666591612bb222672de29a15be4515da040]

        Improve transition shader portability
        
        Use #version 120 explicitly, and adapt the shader shader code
        accordingly, to use strictly only GLSL 1.20 constructs. Also, use less
        vertex attribute data in the Vortex vertex shader: We can pack the
        per-vertex tile x and y index and in-tile vertex index information
        into one float. Also, the shader can calculate the center of the tile
        a vertex belongs to based on the knowledge of which tile it is.
        
        Now the shader transitions work on OS X, too.
        
        Change-Id: I93e8b5069a6d06d2e412ffee322b1eb32805e606

2015-11-06  Julien Nabet  <serval2412@yahoo.fr>  [d1c91627d9c7d117ee2e680f5c24844f7c4d8515]

        Return early
        
        Change-Id: Ifef410c1495d1a2b99693f4669d81d6293f74f6a
        Reviewed-on: https://gerrit.libreoffice.org/19834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [7d68b8e52f0571bccff9c53df2bb65c1c8aee744]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Ia2ac921664fd5b7336125a2f62bca932542b2286

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [37856f59d2351951b95cf5eb3a5e4f0c011a8762]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Iea907bd407d0a6d1d7fa8a5a98ae7a9b4bbed642

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [ce6401c263b9f098c1fad636656749db6c6f22a1]

        sc: remove some unused boost includes
        
        Change-Id: I32f258c2152a4a40a796161a91c76d81e0a3ba47

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [22c1e08fda61e424a3bdb7305a9b9025c5e80d90]

        vcl: WinMtfOutput: replace the other mutable static with a member too
        
        Change-Id: Ied1e1c12f2fe19734f27c005e60db07e674e3639

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [10afa00c8ce4f0de9191cd182409a3a5d8e55bb8]

        compilerplugins: enhance "badstatics" plugin to find members
        
        Finds static variables of types that have bad non-static members.
        
        Change-Id: I81ee940580c0f043feb543840ea4d3dd27734202

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [22fb58a6fa7764ec0045529c483693e1a81b488e]

        compilerplugins: getAsTagDecl doesn't exist in clang 3.5
        
        Change-Id: If7277820227486e2eb578a167e0fd9f05c8f74ae
        Reviewed-on: https://gerrit.libreoffice.org/19823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-06  Tor Lillqvist  <tml@collabora.com>  [24db02dc8d771b8aa722d0fa2a410635b5179e35]

        Make the Vortex transition a bit more interesting
        
        Also some minor cleanups in the C++ code.
        
        Change-Id: I106657130dd6e32b458cb416717806caac5031ce

2015-11-06  László Németh  <laszlo.nemeth@collabora.com>  [16331514fd10d444bec89f892a106cbbba9e16c0]

        tdf#92648 fix DOCX import regression (textbox shrinking in footers)
        
        caused by the fix for tdf#91260
        
        Change-Id: I4a5a27b51c4cb1304647b5432c06ca9c5a96590d

2015-11-06  László Németh  <laszlo.nemeth@collabora.com>  [63d2d50ecb3f3a83374a1a01713edce14ba378ed]

        gtktiledviewer: add Ctrl, Alt, Shift shortcut support
        
        For example in Writer:
        
        Ctrl-B for bold text
        Ctrl-Shift-B/P for subscript/superscript
        Ctrl-Alt-C insert comment
        Ctrl-1 apply Heading 1 paragraph style
        
        Change-Id: Iaeb8341f2cb273980b637ff2fed89585094e0d9d

2015-11-06  Jan Holesovsky  <kendy@collabora.com>  [51c14b1c262bced0cb61c943caad044be9e95c15]

        tdf#92866 startcenter: Make the accellerators work again.
        
        I still have no idea what is the root cause here (why the accellerators do not
        work 'automagically') - I suspect it is because we don't have a shell there,
        and instead only a vcl::Window, or something like that :-)
        
        Either way, when we handle the accellerators already in PreNotify(), it works
        as expected, so let's live with that for the time being.
        
        Change-Id: Id050fd8f5fff38914821cb64eaa3ae7281fc6d50

2015-11-06  Andrzej Hunt  <andrzej@ahunt.org>  [064fb1f73abbc103226a8fce8a46b7e8b8347dac]

        Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"
        
        This reverts fab3c48a0cd5a0517025993502a04358308fe5ef for now.
        The correct solution is to have the client "hint" at the current
        resolution, which is still being developed
        (gerrit-id: I34b5afcdcc06a671a8ac92c03e87404e42adf4cd).
        For now the cursor will be wrongly positioned when moved as the result
        of a mouse click.
        
        Change-Id: I68d56eac958e607e8e2e3ad16aff4e1a7dd0b6dd
        Reviewed-on: https://gerrit.libreoffice.org/19827
        Tested-by: Andrzej Hunt <andrzej@ahunt.org>
        Reviewed-by: Andrzej Hunt <andrzej@ahunt.org>

2015-11-06  Andras Timar  <andras.timar@collabora.com>  [77ff51623eab0c5908c84400c6eb8448ddb1e9c8]

        tdf#89852 on Windows do not decode the filename for email subject
        
        ... because MAPISendMail does not accept Unicode
        
        Change-Id: Id48a41d1cf25d1a991b0f83fd5daa1a65896e958

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f68759810496ff3fadf5a883203449772c7392f]

        sc lok annotations: paint range and anchor overlay
        
        Change-Id: I16e51e074704026a45471e7a08c3b96846d44053

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a0be15e5d4747bb335467dba7004e52eceb8fe2a]

        Note why certain replacements of odd functionality are not there by design
        
        Change-Id: Iaa3110eaea5e295a193642555b7e14ab3fb6ff96

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [6c4f3031b0b7e0b07df0991081728b0a1b7e28cd]

        Remove additional empty line from license header
        
        Change-Id: Ic185d7bc3dc6f8a41c71b83d8bfa293ed4236937

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a7efdb18d264d4cadf470d2f355086cbd6f29ff4]

        Best avoid SAL_CALL cargo-cult for new inline functions
        
        Change-Id: Ifeaddeac673366b4eacc55ce6f2a74a2553ac927

2015-11-06  Daniel Robertson  <danlrobertson89@gmail.com>  [f15d11a9f8d6c783fd8c937256fa3372f8e4fe01]

        rtl::Reference Add move construction/assignment
        
        Add move constructor and appropriately overloaded assignment operator to
        rtl::Reference, and add basic unit tests for the reference counting of
        rtl::Reference.
        
        Change-Id: Ia7ff5d786bdf3b17709cec06608c91e22379746c
        Reviewed-on: https://gerrit.libreoffice.org/19762
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-06  Oliver Specht  <oliver.specht@cib.de>  [c460ddb98317f1be0368eb197e338a4f8b44322d]

        unused warning in DISABLE_DYNLOADING fixed
        
        Change-Id: Ic5ae9d2c2c9a7ef95604d80134b0ff4de005db38
        Reviewed-on: https://gerrit.libreoffice.org/19825
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-11-06  Oliver Specht  <oliver.specht@cib.de>  [0bd2a5eedd91466f97806e198b125546d256d1f8]

        tdf#94624 calculation of power operator fixed
        
        cell values are added in parentheses to make sure negative values are handled
        correctly
        
        Change-Id: I7366493e3cd6c25607e311d4b610ef8aa704a8bb
        Reviewed-on: https://gerrit.libreoffice.org/19821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [eaf640d282dd2bd8f647a510e401323da506a810]

        comphelper: add a generic implementation of std container operator==
        
        ... that contain std::unique_ptr.  With C++11 variadic templates this
        apparently works for both std::vector and std::set; associative
        containers like std::map have different iterators so need a different
        implementation.
        
        Change-Id: I6872445b007875c310d08fa7a8d7311075880b1d
        Reviewed-on: https://gerrit.libreoffice.org/19818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [5c3ccc9e4a749a6358d29d20533ff11fa48aa602]

        vcl: [loplugin:stringconstant]
        
        Change-Id: I973b6b68a225cc872aff2c0fe0e8a2e9108b3140

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8fc6aafcb4769271bc7b208e9b9b430b875b6104]

        sw lok annotations: disable the scrollbar for now
        
        Change-Id: I7493eaab55c23c79ca0878c34a97dfb4af857260

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [2dba3c1b403e10f5725723193127c3e0fffd3d64]

        gtktiledviewer: larger default window size
        
        So comments in an otherwise empty Writer doc are immediately visible.
        
        Change-Id: I189c4eff6e83274f609ce016f9610c307c47ff16

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [177e375d2e63f1c3db9f5ab41e4281af740625fb]

        sw lok annotations: paint all child window
        
        And use map modes to get the painting to the correct position instead of
        manually adjusting each and every Paint() method.
        
        Change-Id: I66798321b8bbf2c7968d6ac1edebb1f8df60bce8

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [cc68b830edb0ce15b6c1695d87e76d8968632744]

        afl-event-testing: afl-1.93b has a new persistent pattern
        
        some testing shows that I can reliably hit at least 1000 pseudo-restarts
        without failures, so bump from 100 to 1000
        
        Change-Id: Ib72c74068793ea1090a7b99a566372dc943641e6

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [a9c3e2d27f8e4a9cac6866d4d03f289aff49bf4d]

        coverity#1326268 Dereference after null check
        
        Change-Id: I3b744c5141a3217822cf4617a30d4f6368e76dd9

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [98565e0c3c140cacccfc5cd28192bb8a5f76c0d9]

        coverity#1326298 Dereference after null check
        
        Change-Id: Ia260697264fbb087ca827b409dea800ca2514c6e

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [abafff8cd37d12c9d6897da5e331b0170bbc9b9f]

        coverity#1326563 Dereference before null check
        
        Change-Id: I198f6a0ee1070b5aec475d55de437d7c9f5b281c

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [4e6f348ed92a1b3719bf80059d6ceed5ab638601]

        coverity#1326562 Dereference before null check
        
        Change-Id: I3f24c355e57fddf36e5af141bf10d43e72257f4f

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [199fd5ce980e1a14db5a07fb8c565de2aea72ccd]

        coverity#1326560 Dereference before null check
        
        Change-Id: Id4892ad9cfe53f00d8b20babd34ae46807ce833b

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [8366909cd1ff58aa00f82565eb83c8af47672339]

        coverity#1338269 Uncaught exception
        
        Change-Id: I32bfeb0ded37da05eecc97b92d9f724d59123fce

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [a814812bdabf3e0e8b1e6de82bd73b26b4c5ec9e]

        coverity#1338268 Uncaught exception
        
        Change-Id: Id954d556c2b65772025b8aaabdbfa9ed4ae7a9b7

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [fb1a18d6c1cb315defc1f7cd20167015274f296e]

        coverity#1338261 Uncaught exception
        
        Change-Id: I3e818ed5ccf395f0fbaf82f8e62870b847fc41c9

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [a8d95baea41f8bc91024429fa08e09a35a5c1e08]

        coverity#1338256 Uncaught exception
        
        Change-Id: Iadfb2e59fd40aa178123dbfc20be093cc8f128d2

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [09414353ba069cc86ac9a0cc578d6345a68944c5]

        coverity#1338266 Uncaught exception
        
        Change-Id: I27a2a4dd0f5fd88d92eafa35bf8ae2e4aa0d5d17

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [f3c77010ce650570ce0819fd262a164c47b7f6a7]

        coverity#1338271 Uncaught exception
        
        Change-Id: Ib2b7617f9862b904bd3d5939800244c541eba8a5

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [0b3a807eadb8cb1e25556ddc25c9b722527314bb]

        coverity#1338272 Uncaught exception
        
        Change-Id: I5b2b7044c77de899ce8dc1e44f3673835bd3ce4c

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [eb02a55385c2f2e8cfeabeacb566c9fe630135f3]

        coverity#1338270 Uncaught exception
        
        Change-Id: I5c6fae963c4aabe15d82a51f5801e62656188051

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [061474017b550398b6c525bb18f0318d6cbe4850]

        coverity#1338267 Uncaught exception
        
        Change-Id: Id886abbafe7501e17eaae5b2ebf0bd065745c1ad

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [d097d86940371fc114292462d3dca95ebf299701]

        coverity#1338265 Uncaught exception
        
        Change-Id: I5fd48ccaa9dc5c0477cb1d7da307c8403d92e3f7

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [7165e1333e377b6975e4319963c1837939326438]

        coverity#1338264 Uncaught exception
        
        Change-Id: Ie9e6ad45f6d25d8a6e643d647898a5b595202590

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [cd4e97ede3002663ae6be238392f665765e39466]

        coverity#1338263 Uncaught exception
        
        Change-Id: Ide3aec7a352786ed441be1f506a5cf488843ea29

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [7ef80d16d9370745ca88b241738738fca0140370]

        coverity#1338262 Uncaught exception
        
        Change-Id: I95f00b63f21b29bc3c22a4891ebc5668fed723fc

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [9aa7c8375c7f1038e8c729415636040113e1f0a1]

        coverity#1338260 Uncaught exception
        
        Change-Id: Ib969223cb5c8acdad0e97ff9b944703d3ee43825

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [df35df21ce4868f551dac1f01a91db80db75137f]

        coverity#1338259 Uncaught exception
        
        Change-Id: I36e2194c304adae5b5c3377519eccc5ef78fd9ea

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [95965034e3ce5e559f0338a65753aaa5dd02937e]

        coverity#1338258 Uncaught exception
        
        Change-Id: I61032db81c012f2120bdd971111155d660eef5b4

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [f36c2939be2305dc9dabd73385397ddf003204ee]

        coverity#1338254 Uncaught exception
        
        Change-Id: Ie7cf971b3d0c67f33a1b82ff12a8e25506bf0cd0

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [e460c11f42ec3405130463328944713094171ffc]

        coverity#1338253 Uncaught exception
        
        Change-Id: Ia4235060dc2e8943a91e9115111bac9fe9a3fc66

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [77a03426517ae5e39ad32a4e62c90b630dde1b27]

        coverity#1338252 Uncaught exception
        
        Change-Id: Ia058e42700c7724efd74fd6c5560ccca919fb2e8

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [e995c817dd8a2a9e476dde4dfb3b041d0c50c408]

        coverity#1338251 Uncaught exception
        
        Change-Id: I92f1a05b7fb6718a0b74f7a792df250147a26137

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [4422c2271c05b9e1f25a0a03ec639a70a5281060]

        coverity#1338250 Uncaught exception
        
        Change-Id: I0c78b48213b4a638eca86eb9481974f49bc35319

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [9ca5df186e890971f36bf85e9a8870503c922d37]

        coverity#1338249 Uncaught exception
        
        Change-Id: Ife52263b250e11720575cec800834f7608f25d6c

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [8a6d8f11f8411f156f8a281d44241760dbca2f5f]

        coverity#1338248 Uncaught exception
        
        Change-Id: I708e77b2745de8eb5b85cd05d0694cda18a84866

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [4cf1ebd1b2ebad53a57d788bc4766a12aa51ad8e]

        coverity#1338247 Uncaught exception
        
        Change-Id: Ibd7b50578fea64b1091f4840b5ec685e058fafa6

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [e1d1154d099aa450777d6b6b205c664faab596af]

        coverity#1338246 Uncaught exception
        
        Change-Id: I149f41989575b19eb113cdeca217839b4a0a7d18

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [5e8e025d60d8c694dc305c045830c42803ef2af3]

        coverity#1338245 Uncaught exception
        
        Change-Id: I9f3df5bed8b6dd6239a4747d86889faaa52bc4d2

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [a114895f1fd232d25e6bc8cf149878bf7106b3bb]

        coverity#1338240 Uncaught exception
        
        Change-Id: I3b1b1c9745cae1dd7a765769ea761973d0a60134

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [abf49c259b88cb6537ab4b818df3cac5c62d23c2]

        coverity#1338244 Uncaught exception
        
        Change-Id: If46689d2b9cf8f6cb76d61296332444d4c3fb5fd

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [3f8a28f41398774642a36153966f766e5c99d05e]

        coverity#1338239 Uncaught exception
        
        Change-Id: I99ea322db83a6deb67483435de1549380bfec7fb

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [aa9f75adc228f19161500e0ed019388e335f16a6]

        coverity#1338238 Uncaught exception
        
        Change-Id: If822954d8355df879da8315e1c006571d3a26139

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [7ba3301b8fcefb80f657286d4439c06c339743e0]

        sc: [loplugin:redundantcast]
        
        Change-Id: I12a823be0145a680af8fd5c95b55e461f207d2fc

2015-11-06  Oliver Specht  <oliver.specht@cib.de>  [7f533e6cdac4557970f07c1d407999e3e8c44f2f]

        merged graphic import/export into a single library
        
        instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp,
        icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti,
        there is now one graphic import export lib (gie)
        
        Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc
        Reviewed-on: https://gerrit.libreoffice.org/19756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [938f670928683ae3251119c896a894d7204b24af]

        loplugin:stringconstant: elide explicit ctor usage
        
        Change-Id: I962db9583ef9cada42a61b6a95eeea818fceeead

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [d964a43f37056d4f478fb2c69fa1637b6a14ed26]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Id65077d150fdb9785efeb9a2878d6ae643433b9d

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [7d4dcb08bcf96bde0eddab14ec45cbe37eee720b]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I888a2487201d6f6e9923de156bc616897b828624

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [27219b16359bc975be4cc04bf2d0ab167f30c061]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Ib1a38d0f19ce7cab596fc32b2db0560dbeabe4ea

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [47931f8fc3c1202509e6bbb2cd670d4defeb8967]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Iaac8da990acdcd03858fa9187416400f0e310972

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [84cad53d1e817492980e98b85bb938686705c7a9]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: If1bbd1f0a51bf9e6ea7a737081389d28c616f3ff

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [19593a8de754437c799ebf311c10f3daa70525be]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I5c6bc22aa034ed7d5db905ebd16ea1c7f487d203

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [969bcb3edfac5cdadd7f090e976d873d2de7ad9f]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I779395274a480a0f1f4dc9d5ea8d323bba682031

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [d925b8394fdd9f6a155179ae3730bd97d20b2351]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I894bfe3ee6b932930d3088b83e4d99788f8b145a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [729c70a2429753ea438b193de6fced88cac2b0fb]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Ib023c89256d50ebe15231a96f6106f60198d362e

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [dec34f5421fd4324a395978cdb87d2cb46c66007]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I3aa16846a9d26cca60db32bd3b6de9fec8b456c1

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [f5a3a6e0e641bd0b7fd782fba2d7237ba917db6a]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I9d67d5ddb9bf90e1b216a7282774543c9de874c3

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [de7b7e680957c86c1ece9fc9d1d0dd16089f6812]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Ic8c87b17d0c2c1b18b01a44ababee0daccf1fb28

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [c5376ef685e275f35781a99a37bdf6d13451c015]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I4633229b94be1b15dfa14eafe8d7176a1fd253c9

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [7bad24feed2c82bdeaf4b6e0b4c900d9e729953f]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: Ie1e0f60a9fc78ab42d6208f28008e625d9077815

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [8b037a1ed1032e76f69a91b1cbfdbf9852262e3c]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I042d922e31d6feeb5d4b4fbc542826a386fb2fbd

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [5b8de53a3f8a68d1eb6157398f5c5e456054028e]

        loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
        
        Change-Id: I409ea5a7e4b6a8e2886d5b489b66b217b3be58b6

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [ca551694bdce36dfaa795ffa8910ec86db979c56]

        sc: actually std::set::operator== does not use Compare parameter
        
        ... but operator== of the Key type, so this no longer compares the
        pointed-to objects.
        
        (regression from b5ae7dbc871df57686a603dfa99e8179a0e3a4b8)
        
        Change-Id: I5b0caa9abfa47362383776f7c1d44b73910f15ee

2015-11-06  Michael Stahl  <mstahl@redhat.com>  [df3ed9c8432359f6d539e2e4a1819dc68d885fdf]

        sc: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: Id4f24d8aa3db4e569f3eafa6d4ab32b0a95bf3c9

2015-11-06  Yousuf Philips  <philipz85@hotmail.com>  [4d9f4af05f78e8c5126e011e89a172026021691a]

        Add title to image export options dialog
        
        Change-Id: I79e6722f2cfa8aabe3b3cacefe97d34063965d5d
        Reviewed-on: https://gerrit.libreoffice.org/19812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-06  Noel Grandin  <noel@peralex.com>  [2633976ef3406d48907bd922f067ea04e39c94f1]

        com::sun::star->css in sw/source/core
        
        Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9

2015-11-06  David Tardon  <dtardon@redhat.com>  [41d83eb8cd8e9544641182ff19a8c635760e75dc]

        drop unneeded include
        
        Change-Id: I0b4492d2db48f015d13be8472bf282b4554a2a4c

2015-11-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [0430450c3ea08765b1756f6cff8c6ef72a4b01cf]

        Revert "Preserve whitespace also in formatted strings" for now
        
        let's see if it will appease the validator
        This reverts commit 825f8422bb2cce52bd3095a63de14b34b32ae37c.

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [41155a364517fb674c1f76ea66005f27e34e6ef2]

        coverity#1338237 Uncaught exception
        
        Change-Id: I7a7604f250a571708225fa347e80585baaa2f03d

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [a04b96e49bbd8c2ca066accb46da6169fa348487]

        coverity#1338236 Uncaught exception
        
        Change-Id: Ia2fc54862dfc0f6367f52fd471d6066d915264b6

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [78f042b9ab83ac43e9e341486bb30660a4258a11]

        coverity#1338235 Uncaught exception
        
        Change-Id: I66bd63a75e9d75cb5d87be5e4573aec891994588

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [f24b5132ebca9f1103de8cfc022d184ac59eb48e]

        coverity#1338234 Uncaught exception
        
        Change-Id: Ice269b722e219ae7b51aa6ea11dea93cfd31f413

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [455539173918650c163f814ffb93f5ede1f021a8]

        coverity#1338233 Uncaught exception
        
        Change-Id: I59ef31ff46b9eff2f4a2b73b7f1d13ff0b4407ae

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [705c0edcf4de6159b0744dc98b61d7c03df82ddd]

        coverity#1338232 Explicit null dereferenced
        
        Change-Id: I4be589325b89eac129328f98f9db7ce8c741892d

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [cf02d0a490ba3761f6599e2ef2ea8c27d4f74c4c]

        coverity#1338231 Unchecked return value
        
        Change-Id: I76161e87adc70fb8ae94c5c4cc7157b95f76b6f7

2015-11-06  Caolán McNamara  <caolanm@redhat.com>  [82deca07b5ac9b0ed926635f20dfbc8401869bf5]

        coverity#1309069 Uncaught exception
        
        Change-Id: Ia4f39cecba80ef7761530670c14e1888decf4670

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [5a2704f374a619432da0792152cbef4a3b173529]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I8e9ac508a3bb98e051f30127c9567a1d4831a68f

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [28d63935b222c3c3ce00f2f7649e33fc0916fdfb]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I8aedb690380d407dcbc290a44d21afa6604b8f95

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [41a000b7428ea111f99acf1ce00c1d34747e987e]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ibb9372bc45a0bc0b9083ad0e405440bbbe5ef678

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [fd80fa38db85129934326e7e31f249a967c5ec04]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I9ee0d12d68cef7bd65d1e119d0272e356e7cf300

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [36328248309ebebee616452248d55923280deabb]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I7ac150458a72963f3336d30ef9d99d7c0d81c024

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [4d6b9053a437dc128d186f8d100ef4a351136f54]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I90942032dda387d2f3fdeabe6c6afd2d14526728

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [ebaa338df5372141ed5afdec6c70cd6d34fa05f6]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I909557f7ca803de8dc8604e95cc66430abb13f53

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [0f87f64fd0300ed9e219e5cfc12bb40433ee86e4]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I07e4b98ea03f9d5ddcf9c3f0bc0cba676a9155e8

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [d0e6388a217890016ea32619629c45709e8060f7]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I970a03643f3c460110bc7caf1dc33c6dde1d78d5

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [ebb3beb8044e1092403aee201ac339ed1c57f55d]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ifb9832022c92cc9996000d0515e81c53c36bfae8

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [e01e03ae6d10bfa4286663c9fe51249fce21b99f]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I88a3396746bf12c08265600072a368c9bbf5744e

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [da7aa01435456b435b2e791a7c087d35ab5e3104]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I66e781286bb3b03b4e872d8ad13a23bb5bf6db8a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [8fb415a88f8096356496a5773ddb09955f9c6a5d]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I9cd49febb66007a2993bd87e354ed4a84b958501

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [42cf4f9a2700e5d8ba5f551be2355cb827f4c5bf]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I55970d363ab53eb78d580192006e52d9240d46fb

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [2f88f0adf0f787ae1e1a2a5ac2156b347984fd4a]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I72d11153ffccc51633aec78c802822173dd7f5ed

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [b183742d3f8cb0edc59d4a60132ca0036d3f41c9]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I3da35c56d042b11cda04a94667923d6089c921a8

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [12083a480c35a3a2c3362a51d72b9a421c021a2a]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I3f4a2ffd9c7d2bce54a553913e1310e25ab0135e

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [c76b97d375024c4dde954fbee31adaa44ad56e3d]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I987fa3f29cb578e44e4022b6c33ae21a0094bfd8

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [6cc82cdd702b0167659def3039ac3fe0d87907da]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I183fe5bf36ede2f411c86b5650348cb10978211b

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [bf6b30ba95bbb70d556b479ed91026156ed04d29]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Id5b78aa78fc585a67712fa44329479a86230d194

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [201c98c60d52530de075326b269002f23c4c2775]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I7b5b2a21182d0b841a6104f2dddb16c13abb32f4

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [69b81b64f8ecd9ea627ec0efe894808e527d98fc]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I23de1fa2f8e6c0cf6281b32eab179e131aa98056

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [b8f0442fcab93d9f28bee3d216a244cc91288dab]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I7cf9fe48cf1c38a4327290e9393a5f88f3d4a97d

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [4ae8cd2fa3d38b0d3cf86e9c4f6734120cd42e72]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ibb9e09fb39d9e3a2191a2e7028d5ec42a83bfa55

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [dd4c24081865751dee1a74fbee8d4612096a0b2c]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I7efbeda973c2cfa2472eec5b3d309e8e22aa5d9b

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [c50ab3b3b21a7091a6ceb9c553ba9cd3ff0aaf47]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I60f792a9047d8d9ad9cfc2a442c4dd179efec53a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [801b91432476d791bbb4000b06ace342f583784d]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: If0f1446a25f423b8cbfe6346f7a691f4f2618ad0

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [e53db9461e1cc7ad25ecf5e96021a2f4e70857b1]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ief66447f04245b8ab0a4acbf097eb7283529d45d

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [1a3834d7b9382968cf7ba3755d41a6e317997aec]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Id1a67eb7ed5b76a7ad8902a80840a891e2ef8442

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [369be908c37ca0d062ab94355b01badc51f793fa]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I95283ccf78e4ca699e88ea226d38153a8a92845a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [8b6ed2d28861de44a580d0c743d485df70c48913]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I2f36442dde374b324f74f8c31a402b475069ca13

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [d553aa44d2def412bafe33b9fe68c463e957bda5]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ia944d081842753fcf82f77bda82defe1d5566b37

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [5adadc599ff2b80f24be93196fc473d0e6682fe7]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I068f052aff5d26c36c9a15dc66e1d6c00321005e

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [77ce12c6f7a7d4516f7cd19b75cbaa9eb89313d9]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ifcfb6792138802f4150ccb966927818fbd3f64e3

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [d22a052d121fcc5a425e7d30427b6431e6d0c529]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I106ec424d4a2b32b91d9c4c70eb8a6670c20ede9

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [e875ef0364c8e5c076648f64b8813512deebdc8c]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I2c65eac8aa0b24be7f0c8a083b21904c842ca1ee

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [69ef5d40c27f033cc60ef9fd563edbb0e81fbeaf]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Iff1f68969f0f044c59a92ab4c019c471511743f7

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [e9c65d802bc84b2c96435cd90974d79fb6c359ae]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ib9c9daa113fecff495a51dca1bfaace1239b6ebc

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [b2d54b09c6148c4bb32d3dcd70523c0e5c42db31]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I5b543edcae47c9ae4c90dba8082127fcb2b9b938

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [cc6e40d5a74f5b21cc489bb4233ce4ac88165682]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I90ec231ed163b9bd501993b64188deab10823e14

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [8cff2e85e97b4059eda5b2ac126480085b170a79]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ia91f035c188fa99cdf0b9e80cb256e1b86f00551

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [4770941171b0139c79b222b0754beca6bdc7162b]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I5528b17c106aefde4c58dfef00e30fdcf62f7db7

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [108ecc45ce374b806f032218042959e4fdc90bbe]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Icf08e69ba327225da816bd57648d4242dcbf3280

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [318be4e53543aab8794922127119e5f0f5b21760]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I743d8ea777a5dda2c9a62705c3623d13a363f2b7

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [61b0a3d68578d182bb03a261a5b576baa82cd431]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I776476909e66ce561b8a539a9939e5ed0e3c85fe

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [add39c3cc170004915eccc17e3101fe1b25556b7]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I14bdbad2469d05eb25514d7ab995acb8c6ef7bd1

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [5de01333b62544c36702dab9e44764272794bc7f]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I52bdf6e2ee843e9cc08d0d4f1eb1bc6dcd15f10a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [0167885e0ade1df2872b864a3bc99b22a186672a]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Iefb181010ad8514227dfe617379eeaccb8d70152

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [03b0fd3e5f8292d63db7d8db1032c1ecc369965c]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ia3b2020e3f58e23e87a95d1fee0c76c8aba705ea

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [7cf6736df809f7e74815a60152c23a448c27a1fa]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Iab64ec9b325da65b90d79f3c986e97774825f6e2

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [9acf5eab9af5bb620af1913f100c9ba997301643]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I779e46c9c0db80485d213117028896a7e5b9e943

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a86b41ca81d7ae592fd264e2bb5d480ac328c45e]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I5accc3f27b545c1dca6281201151729e3717fb0f

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a51f37d023684f8bab9af78a101bc2a38b837d35]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I72cad7217bdfc2a1f3339c604ea4dc55ff661e2a

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a80bab705888ca020533dee97b2e2850529dbf09]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I9979100550a86ac3f42d74a5403fb3ffd9d5006b

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [71a91f8025360074df47a375633cc7d4da2d544f]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ie0522445bee4403a2ec0d74963cefb31ef2bd70d

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [f508637ae374267be91ae5a5a1c5581658f4005b]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: Ica41a359a75e2e7ad0402cb52cc6f2107f4fa002

2015-11-06  Stephan Bergmann  <sbergman@redhat.com>  [b5a096bcd355e7cad708fbb9afe8421064f8acc5]

        loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
        
        Change-Id: I154cad87f3015783726ea8f533f79bdbc3efc0a0

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad8af6c83cd32af0e377a7e220ea5cd0fbea341e]

        sw: prefix members of SwXMailMerge
        
        Change-Id: If8ad3b57bd2b5af83cbf44737db24e44af92d6b7

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e876b4ef91b1f5fcccbafda19ac0ccf115835625]

        sw: prefix members of SwStdFontTabPage
        
        Change-Id: Ia0de4c400937305baab7fef0e414777f0cd906e9

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e22024c1701a74b7b780f43763857490c5d6a7b0]

        sw: prefix members of SwHTMLTableLayout
        
        Change-Id: I8a0563551f1ee71e9ab9359c7b75ff5855b436b5

2015-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [401483271ffca557a922d6d1ca271a46084867dc]

        sw: prefix members of SwTextFormatInfo
        
        Change-Id: I116b4c6b8eed53ad19263fdc3a11ee67756fe472

2015-11-06  Noel Grandin  <noel@peralex.com>  [dc5a6426fac6d6488ff764549dca898fb9d71b6f]

        com::sun::star->css in sw/qa/
        
        Change-Id: I4a0282291c7737a981dbff0722228824904f07e4
        Reviewed-on: https://gerrit.libreoffice.org/19804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-06  Noel Grandin  <noel@peralex.com>  [7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6]

        com::sun::star->css in sw/inc
        
        Change-Id: I6ffdb1deaa32156c65f997a1a1056928b7cd863d
        Reviewed-on: https://gerrit.libreoffice.org/19803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-06  Takeshi Abe  <tabe@fixedpoint.jp>  [cb27eef229ce7f3d415184e74d1cb24ec2f8510c]

        vcl: The keymap table is constant
        
        Change-Id: Ia563e1c58a61eaa9f2316be280711fafe6702c9d

2015-11-06  Yousuf Philips  <philipz85@hotmail.com>  [0644737e00ec2c9127944fbc76b19c8e55d98a3d]

        tdf#91781 Add Form related commands to insert and tools menus
        
        Change-Id: I56a51bf1b9edd8a032167c3b648b69236a3d8e74
        Reviewed-on: https://gerrit.libreoffice.org/19765
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-11-06  Tor Lillqvist  <tml@collabora.com>  [75465aadff0272fd49d302ed8f77da7e709bd90d]

        Add a 'Ripple' transition
        
        Change-Id: I18efe35c299bc3a4a2a5e449021323fc1f53f378

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [fca4e6f2ceeee1e0a63dbed367d8c34855e24521]

        Some shell quoting fixes
        
        Change-Id: I38de1e66e93086c125c94b76ac5a724439a6fb17
        Reviewed-on: https://gerrit.libreoffice.org/19810
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-05  Eike Rathke  <erack@redhat.com>  [db6a928a420868b2a80ba11c8d46151d16c13624]

        return #N/A for defined but unsupported arguments, tdf#95010 related
        
        ... which is what also Excel does for memavail, memused and totmem.
        
        Change-Id: I48330d0a78094f7c40c02bc992a12353b511f29f

2015-11-05  Tor Lillqvist  <tml@collabora.com>  [95e13b89ecb70eb0a03a0c68f0f1e41d02acef22]

        tdf#36946: Organise transitions hierarchically
        
        Introduce the concept of transition groups and sets. (Suggestions for
        other terminology welcome.) A collection of transitions that differ
        only in the direction the transition is applied, or similar minor
        fashion, are called a set, and they show up only once in the long list
        of transitions in the UI. Each set also has an icon.
        
        Sets are then collected into groups based on some overall common
        feature, like "subtle" or "3D". Groups do not yet show up in the UI,
        but are only present in the configuration registry.
        
        I made only a few silly icons as I am not an artist. Not intended to
        be a final design in any way for them.
        
        Change-Id: I148cb7f8dc2e3ecd70cae188908dd02053308239
        Reviewed-on: https://gerrit.libreoffice.org/19797
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [0c39c456f47c14e2b7f86d1bc6857dc0e2ca6cb3]

        afl-eventesting: deref of null mpTextObj
        
        Change-Id: Icdb7d1cc250640f428984b96b0a51ac950013cb2

2015-11-05  Eike Rathke  <erack@redhat.com>  [7aba9dcf13ac464acfcfe3cba7b2e5918790ce0e]

        a vector is unnecessary here, tdf#79983 follow-up
        
        Only the first case-insensitive match needs to be remembered.
        
        Change-Id: Ifac666760878f769bc04d567db9284eedaa40a65

2015-11-05  Sahas  <sahasr@naman.ms>  [ef6ddb36751f917cd4ddab4a7fc609d5cf212b1b]

        tdf#79983 - Fix to make calc sort lists case sensitive
        
        Change-Id: I9d4aec8ccb395f8bf59f08d0f5ed461e99c9ea64
        Reviewed-on: https://gerrit.libreoffice.org/19433
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [8299b8b81cc547ab698106499916a8dcb8fe57aa]

        Remove unused PPPOptimizerTokenEnum enumerators
        
        Change-Id: Ia94becb796f71aa602c65375539f8cdafb270bca

2015-11-05  Michael Stahl  <mstahl@redhat.com>  [0c1922a268cefb7a1c90f2519053123303ca6ebf]

        nss: upgrade to release 3.19.4
        
        Change-Id: I303254d17450e5252b5d9e925082c39d0077654e
        Reviewed-on: https://gerrit.libreoffice.org/19808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [13d927267535c0dca3139a50ebf8d5bcfc0df484]

        (Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enum
        
        Change-Id: I167d656f419ddbeb72960b8510fb8084605d4d5c

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [48a3359070db7ffbf25b5e4c0cf1840a4673ca3c]

        Reduce scope of #include <tools/poly.hxx>
        
        Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [e35ef2502974c74f85c89a9dbc93b1137defcf48]

        class PolyOptimizeData is never instantiated
        
        Change-Id: I136b3b1d572e4401d89d50f543150d71dbe44d16

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [e8d81c0240a66821ebd9ead3718f32d97ecc416d]

        _SdrItemBrowserControl: reuse BreakChangeEntry in EndChangeEntry
        
        Change-Id: I96667dc89a25455819898b68c2366c4ecef17e6d

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [8a8623d819b3323fb978fccc4b01ec34bc6adaff]

        Use more proper integer types
        
        Change-Id: I9e1ac9f9a8d1954f570594df58c6421de13c79db

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [117ff6534ccf402cd323061104a4e8f7ecfa0850]

        Expand some prefixes ('Brk' to 'Break', 'Beg' to 'Begin')
        
        Change-Id: Id4047b656ce53cf754c35fab13216587884da199

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [45a2bb97a19dc599abda5e4dce620f2b75491d0f]

        Privatize _SdrItemBrowserControl::GetCurrentPos|BegChangeEntry
        
        Change-Id: Iea2e8353f4d48e792e3ff8d6e4544df35bea9461

2015-11-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [17a3f759777d66f34f49ead04368ad6219e1c7ba]

        sal_uIntPtr to sal_uInt32
        
        Change-Id: Ia0830dda74ab312fd1ca42297b43d48777374eb7

2015-11-05  Justin Luth  <justin_luth@sil.org>  [c93db073425e61907a290f3f5826c0f79f310275]

        related tdf#73691 - prevent AltX creating control characters
        
        Do nothing for numbers 0x00 - 0x1f.
        
        Change-Id: Idda596e735c464b97dc3624253ebbea86933ff2c
        Reviewed-on: https://gerrit.libreoffice.org/19654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-05  Katarina Behrens  <Katarina.Behrens@cib.de>  [dd971d008780186c88cc33df3610ed8cc9f0a2f4]

        tdf#92296: Fix off-by-one formatting of text runs on OOXML export
        
        This essentially reverts commit 8865ed2efecd03722d10e522265f31c99b13b2bb
        and implements a different fix for tdf#90812:
        If the formatting of entire cell is uniform, remove formatting of the
        leading text run and create corresponding cell style. In all other cases,
        write out formattings for each individual run.
        
        Change-Id: I7724b7a474f773f2cdc39e9150d843642fb05bbe
        Reviewed-on: https://gerrit.libreoffice.org/19811
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-05  Michael Meeks  <michael.meeks@collabora.com>  [2dd20b4745a5876ca40106163799e89bf539b2cf]

        Comment the quartz off-screen buffering code.
        
        Change-Id: Ie9a52745a83ca6e4281faa4f1dc8b8ea7411badf
        Reviewed-on: https://gerrit.libreoffice.org/19805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-05  Oliver Specht  <oliver.specht@cib.de>  [d7144b71eeb132b00bd555495d9547c3b859ceaa]

        tdf#76995: updated cached value on Evaluate() of db name field
        
        Conversion of fields to text while creating mail merge documents
        returns a cached value. This needs to be set before also for db name fields.
        
        Change-Id: I5796adc82e11005ea045fb220b81201db5ff0b28
        Reviewed-on: https://gerrit.libreoffice.org/19806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-05  Yousuf Philips  <philipz85@hotmail.com>  [582839394a8224f74ae07dd08f8916352ce48259]

        tdf#91820 Round of small tweaks to Calc's menu bar
        
        Change-Id: I723dd1bc7179ec90cd828aaf263d8a2bc091ac22
        Reviewed-on: https://gerrit.libreoffice.org/19766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-11-05  Yousuf Philips  <philipz85@hotmail.com>  [05b87c9a75fc36179b10c2995f77768edcd9ad96]

        tdf#93195 Set default focus to search button
        
        Change-Id: Id60a901b0d66e5e093f107c25db28b12a5f499d5
        Reviewed-on: https://gerrit.libreoffice.org/19791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-05  Katarina Behrens  <Katarina.Behrens@cib.de>  [825f8422bb2cce52bd3095a63de14b34b32ae37c]

        tdf#88137, tdf#89254: Preserve whitespace also in formatted strings
        
        Change-Id: I5c160e5e032e35be659eba00d25b79cebfcfcfc9
        Reviewed-on: https://gerrit.libreoffice.org/19798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [327933f22a35b0c28d43968118b302c4f043a3e2]

        sd: CppunitTest_sd_svg_export_tests is Linux-only so far
        
        Change-Id: If0f93ab9414f9013aab580bafc67f77891dfd8cc

2015-11-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [912c03445349330f3b82b9f6c66f4c8dc5783bdc]

        Don't check version field from local ZIP header
        
        Our current Maven based Java toolchain produces JARs, which
        have a different "version needed to extract" in the ZIP local
        and central directory header.
        
        I had a look at 7zip and unzip and they already ignore the version
        but compare other data LO already ignores - sig. The "standard"
        document from PKWARE doesn't help.
        
        So just compare the file path and calculate the data offset and
        otherwise ignore all (duplicated) information from the local index
        and rely on a correct central directory entry. Various programs
        produce(d) "broken" ZIP files; even LO at some point (see git log).
        
        Change-Id: I8d63abb0d49a1087c7654f401b62355c147c3118
        Reviewed-on: https://gerrit.libreoffice.org/19779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2015-11-05  Marco Cecchetti  <marco.cecchetti@collabora.com>  [87e0c9f6d7d753fbe4ade55d7c15ee07b1118c56]

        sd: add support for svg export unit tests
        
        Change-Id: Iafeaecad612b724c4eeb85e0c01c942afb6445d8

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [d54aaea33bf2dab86c0ead4bd142c593d017f930]

        sw tiled rendering: initial annotation support
        
        Change-Id: I4fcb05f8a58965341cf44a1b7e2367b5cbff981d

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [eafd3ee3f01bceef0eb3327be3139a8eee2a2b2e]

        tdf#95210 SetHandleControllerPosition is busted wrt HandleFlags::REFX
        
        so instead of saving the initial pos and trying to restore the pos, instead use
        a bigger hammer and save the entire geometry and restore that instead.
        
        Change-Id: Id06ea8f205f30771987089c5dc949bb52adc7a27

2015-11-05  Michael Stahl  <mstahl@redhat.com>  [8e2852428dd67cea2f09955f175518cd3563498f]

        mysqlc: -Werror=unused-function
        
        Change-Id: I8b1f4b7c78a10ce604a63aff47d2df2d1d10dc26
        Reviewed-on: https://gerrit.libreoffice.org/19800
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-05  Noel Grandin  <noel@peralex.com>  [3f50c6e050ea922cb720ec88a9f38c991b1906cd]

        java: remove ((unnecessary)) parentheses
        
        Change-Id: I39fbe3a260c8dbfc203662c54eec4db064b88195

2015-11-05  Noel Grandin  <noel@peralex.com>  [b73db446ac9681fdfc4ad602c6da7ce3e36a8588]

        java: combine nested if statements
        
        Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba

2015-11-05  Noel Grandin  <noel@peralex.com>  [dfcb982ae8810e22204bc15fd7c119a903900a53]

        java:no need to explicitly create these constructors
        
        the compiler will do it for you
        
        Change-Id: I770670e70a43664a87ce28b48fc822d891d8fb41

2015-11-05  Andrzej Hunt  <andrzej@ahunt.org>  [e7e0d46dba7b1016968a133330bca23a4bf668ec]

        sc lok: update parameter syntax for .uno:CellCursor
        
        This follows the syntax for .uno:ViewRowColumnHeaders
        (which was implemented somewhat concurrentl with CellCursor)
        
        Change-Id: I8ef03a969abc1716a0e95d95fb7043d75910c828

2015-11-05  Andrzej Hunt  <andrzej@ahunt.org>  [2bcaffd12263e8f3c2a2fbf8ccc4b9bba2642146]

        sc lok: tdf#94605 introduce uno:CellCursor
        
        This allows the client to rerequest the current cursor position,
        which is necessary e.g. on zoom-level changes.
        
        Conflicts:
        	desktop/source/lib/init.cxx
        	sc/inc/docuno.hxx
        
        Change-Id: I10d81e220a56a36e2ec0c59005cd1d4f134857d5

2015-11-05  Andrzej Hunt  <andrzej@ahunt.org>  [f859dac52e40759fb8202d891df4e1442bc35803]

        sc lok: make cell cursor behaviour consistent with desktop
        
        I.e. single click selects cell, typing activates the EditView
        (and hides the cell cursor). (Previously: single click activates
        the edit view, text cursor is shown, and no clean way of hiding
        the cell cursor again.)
        
        Change-Id: I184630277e8935e9f8a97a856191497ec5d62111

2015-11-05  Andrzej Hunt  <andrzej@ahunt.org>  [fab3c48a0cd5a0517025993502a04358308fe5ef]

        sc lok: Cache viewdata zoom and reuse for cursor callback
        
        As of a1605d6860e3c4510177c42ab6d2fda569506f57 we reset the zoom
        level to the default when processing LOK mouse events. The exact
        cell cursor position is dependent on the zoom level (due to the
        rounding in the cell position summing calculations), hence we need
        to make sure we have the correct zoom level for those calculations
        (or else the rounding errors will result in incorrect cell cursor
        positions). Caching the zoom level and reusing it only here seems
        to be the most efficient way of solving this for now.
        
        (An alternative would be to only send the cell ID in the callback,
         and have the frontend then request the pixel positions together
         with the current frontend zoom level - however especially for
         LOOL minimising the number of trips is probably wise.)
        
        Change-Id: Iae3aabfd7ea9bec7057be7b63670885766870c4f

2015-11-05  Andrzej Hunt  <andrzej@ahunt.org>  [799406068d34bb69a077fcc0548bfed002f05641]

        sc lok: Cell Cursor callback
        
        This only works correctly for the default zoom level - since
        the updateLibreOfficeKitCellCursor call happens during the
        internal / hidden rendering, it uses the internal zoom values,
        which can differ from the tiled-rendering zoom values.
        
        Conflicts:
        	include/LibreOfficeKit/LibreOfficeKitEnums.h
        
        Change-Id: Ie4f344fe771078fca10ad9d6f7a93e88fb93880a

2015-11-05  Noel Grandin  <noel@peralex.com>  [eda52500c72c56149c10f2ef73474b4ac1ae0552]

        java:avoid empty if statements
        
        Change-Id: I9c66dd5331f422d8d6271157fece2b346d8b3756

2015-11-05  Noel Grandin  <noel@peralex.com>  [ff3b3bed94b809acbb5b4eb6e52f9b6d8b9398ee]

        java: make inner classes static where possible
        
        Change-Id: Icc6444ad15d9f4b50858d8c1b1d3adeaeac40926

2015-11-05  Noel Grandin  <noel@peralex.com>  [9e8ff13eb2405f7e3dcb4f90cb38e9e4b1da2bd5]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I60e52ef2abc3107ba77e81811dfe1bffbfd77218

2015-11-05  Noel Grandin  <noel@peralex.com>  [281296330735158d6265e0b146b5d5301f6e610e]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I31a69a997098eb1807361b8049c3312a4f287d75

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [75da22e3ce80f8dcdeef0488b22c4dc522c2ec29]

        coverity#1326925 silence Suspicious use of non-short-circuit boolean operator
        
        Change-Id: I4d71640baa3c169fba069ca1328273fb78964541

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [c5cb780bda98ed6979268b0e436d977c4db01216]

        coverity#1326578 Useless call
        
        Change-Id: Ib6f7463d97e9c835b2c9d64fa498efd546360645

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [f1fbda5bf7cecd7f1b5605137b0a60c22f600e37]

        coverity#1326577 Useless call
        
        Change-Id: I3f9742cafdcdce3302c925a2227da1f7839c80c3

2015-11-05  Caolán McNamara  <caolanm@redhat.com>  [addec679db06203eb4cea71d8f98d38fec9f772c]

        coverity#1326879 FE: Test for floating point equality
        
        and
        
        coverity#1326880 FE: Test for floating point equality
        coverity#1326881 FE: Test for floating point equality
        coverity#1326882 FE: Test for floating point equality
        coverity#1326883 FE: Test for floating point equality
        coverity#1326884 FE: Test for floating point equality
        coverity#1326885 FE: Test for floating point equality
        coverity#1326886 FE: Test for floating point equality
        coverity#1326887 FE: Test for floating point equality
        coverity#1326888 FE: Test for floating point equality
        
        Change-Id: I04a00035d541ea7a253a37d2a87c4dc407228346

2015-11-05  Noel Grandin  <noel@peralex.com>  [94268513eeded3952972d7efe0a9bc689605421b]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Id57ccff7ea6cf5c7053b51268b1190f5459bb357

2015-11-05  Xisco Fauli  <anistenis@gmail.com>  [c89ba1dedc511ec17df1e35f8e0696bc20121491]

        tdf#95510: SVG: Import stop-color and stop-opacity
        
        Change-Id: Ie073ff3e92c9344a78badfeefa0afed2c2b76fb8
        Reviewed-on: https://gerrit.libreoffice.org/19731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-05  Noel Grandin  <noel@peralex.com>  [609b22787392be4c2eac6fe098a70341a4c204e4]

        fix tdf#95488, crash in report wizard
        
        This reverts commit bb76b8f10697f3d5ca1f9a2f19902b043bd61cd7
        "loplugin:mergeclasses"
        
        Change-Id: Ib65459ab45cd4cefa859ed75f9ddc4f070879b1d

2015-11-05  Xisco Fauli  <anistenis@gmail.com>  [2fe02d55d72a808dd79ba9529bc5078a45175c16]

        tdf#94098: SVG: improved parsing of rotate's parameters
        
        2nd and 3rd one can be separated by commas or spaces
        
        Change-Id: Ie266956ddad0f23a8bf13f1292105bbe6ec60895
        Reviewed-on: https://gerrit.libreoffice.org/19573
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-05  Michael Meeks  <michael.meeks@collabora.com>  [b3f78806942d4e562b5f0f3ff866eca2f953ef4f]

        OpenGL options: clarify setting descriptions, and provide a live status.
        
        Hopefully this will un-confuse users about whether GL is enabled; the
        settings only take effect on re-start, so show a current status line too.
        
        Change-Id: I82832fd8d35bc76ab2cf1f394f11a881fde80774
        Reviewed-on: https://gerrit.libreoffice.org/19790
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [87f0fa6b57bab798c5c6c2acfa619a8ea9f1b2aa]

        sw: prefix members of SwHTMLParser
        
        Change-Id: I3d4b39a79c49f847c6814215593d86e8d992b38a

2015-11-05  Noel Grandin  <noel@peralex.com>  [0e93ef3ec1fe19a088e70810904140f4bbd60244]

        fix compiling of this java class
        
        (even though it's not being built right now)
        
        Change-Id: I237cce48ea50b1184b166a8a8132ae425597bffe

2015-11-05  Noel Grandin  <noel@peralex.com>  [b37b7b5cd5a4b7acdee4736008f3947317dad4ce]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Id036f867e75d03d8347cc32a1011c5cdda1dcc73

2015-11-05  Noel Grandin  <noel@peralex.com>  [f9a6e75e21e9919a405a1964d85345a1c0634067]

        use uno::Reference::set method instead of assignmen
        
        Change-Id: I76671a74150791e1a74ece3d5bcf40fd6c727ac7

2015-11-05  Takeshi Abe  <tabe@fixedpoint.jp>  [0e31c12f4c1cb53e1d68d1129b3b42508605846f]

        vcl: This is constant
        
        Change-Id: Ib01701c4e89f665cb65cdfa8612b02a70633181e

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [b16a3372317a6478968792d068bff5e5f65d60ae]

        Improve warning messages
        
        Change-Id: I75eb9f17a3dcc688314355fa957e3f34086b161a

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [ffde331fbefec360d0f6ca5268cdc9acd1a6440b]

        Remove unused strings
        
        Change-Id: I376a1a9c8198e71eb8fd893ca4382fd25bd55817

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [46f34ebb0bcb296d242fa8b1195f4ecfffebbc80]

        vcl: fix typo in the Android stub of sgvspln
        
        The intention is to call the real function, not the stub itself.
        
        Change-Id: I4bfd3020871c68951b19a3c63ea9a2dc4d736be7

2015-11-05  Noel Grandin  <noel@peralex.com>  [3d96f1ef5556869bb60522c9cfa5c9c6f8db0a18]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I2f8c9cb71a06f7796576509f605796624e654422

2015-11-05  Noel Grandin  <noel@peralex.com>  [3fdbf5935e0aff6350e861e868c7e0a12dd1bc8f]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I6cb508e392d5e194c80fc6d0927c86414e4ab05b

2015-11-05  Noel Grandin  <noel@peralex.com>  [1c3d3ffa81d1a451b5a694cff022df3c5c94ba8e]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Ib93d762cf523e0029bbed16e08beebd9f418ae24

2015-11-05  Noel Grandin  <noel@peralex.com>  [c8782b39116eee3ddc3ef0a38c6f6dde09b6ec00]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Id9e7621ca7170d6cc80d8ce14f155ce564691ec0

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b46496c4154ff3784ecd59ed6e15b6ee07a66f22]

        sw: prefix members of SwHTMLWriter
        
        Change-Id: I571b3cc8c6120ccddc79659e8e58b536c79f2430

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8fa13a8652e3901d335193c78ca7b228a7d7346]

        sw: prefix members of SwMailMergeConfigItem_Impl
        
        Change-Id: Ia46ee03a73fde0d0fe82ebbba6f7b63c9629f99b

2015-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [f32f7e4b2a0e1939de8d458cbb0c9e7ea13d6369]

        sw: prefix members of SwLabItem
        
        Change-Id: I8346c5f7a12deb5cbd4e4d9cc87ecadb30ebbeb4

2015-11-05  Noel Grandin  <noel@peralex.com>  [deb5bae09185ea442f8788664ac5cff0d59a7351]

        BOOST_ASSERT->assert
        
        Change-Id: Ifbb80c90f8530ebf4660493447c2c076587bebd6
        Reviewed-on: https://gerrit.libreoffice.org/19795
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [1a6044dd8a69876b6eb6d20d24b2ac12be01fc5d]

        Do not implicitly run this for now; it breaks the build
        
        Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [4882664e39718109e2ae80348da8b914eb8b2ae6]

        loplugin:vclwidgets
        
        Change-Id: I3e5d88bdc2ecae6164c75da8ddf1b8cfe0ed325f

2015-11-05  Noel Grandin  <noel@peralex.com>  [06302bb3d1969c4b8a204b6fdc9b15d052861134]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I03a8cc8405e1e7ddf75fabd2ba7d85edddf5b30c

2015-11-05  Noel Grandin  <noel@peralex.com>  [1d67ca08da4b206a52e34723551ac331808f7b29]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Ib224c60d3e5afc968bf4ef5ff58c3a71893b811c

2015-11-05  Noel Grandin  <noel@peralex.com>  [0eb9f56db5dad711f12283d097e1d56a801ba526]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I2b592fd3327f4bbe4685e84711dc9d6f19222a97

2015-11-05  tagezi  <lera.goncharuk@gmail.com>  [a17cfe9de14d83c28cae142a64782387dcaa4864]

        Updated core Project: help  26baeac2ca9254e6adf82b174943e2c2e9d5b2db
        
        added the attribute localize="false" for simpress and swriter
        
        added the attribute localize="false" in paragraphs for simpress
        	and swriter modules which does not need translation
        
        Change-Id: Ice6556863c4e816b5b2cb3bd279011c0b9c9e889
        Reviewed-on: https://gerrit.libreoffice.org/19746
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-05  tagezi  <lera.goncharuk@gmail.com>  [21e05271b4fd1a79c2d0a47a67f6ef0c8f3d57b5]

        Updated core Project: help  315ee49055a14877fc040238050d4a4ff106fb03
        
        added the attribute localize="false" in paragraphs for shared and scalc
        
        added the attribute localize="false" in paragraphs for shared and scalc
        	 modules which does not need translation
        
        Change-Id: I622d9032ff6e3bc3415b0012aaac0b29ae8e947c
        Reviewed-on: https://gerrit.libreoffice.org/19749
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-05  tagezi  <lera.goncharuk@gmail.com>  [a21cc936236d0d0e1d6993eda50791d191382c96]

        Updated core Project: help  d314ff942ad68104e007cc2637f338917ed4f032
        
        added the attribute localize="false" for shared
        
        added the attribute localize="false" in paragraphs for the shared
        	module which does not need translation
        
        Change-Id: Id8ff97a33a488c17411162919afa2b46192ab9ca
        Reviewed-on: https://gerrit.libreoffice.org/19748
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-05  tagezi  <lera.goncharuk@gmail.com>  [1ac4560a407cee3d6661939bb3b947e5d92946b7]

        Updated core Project: help  b645686c03bd35e7b0fb413af3f94301f7ce8dca
        
        added the attribute localize="false" for scalc
        
        added the attribute localize="false" in paragraphs for the scalc module
        	 which does not need translation
        
        Change-Id: I570449bfed68368a77ebbfcbd641eaffeff7d57d
        Reviewed-on: https://gerrit.libreoffice.org/19747
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2e5be58e7c81436139785074ee2cc6991b6f9e24]

        complete initial compiler plugin for the ServiceDocumenter
        
        - this creates a set of static html-meta-redirect-pages linking the UNO
          implementation name to its C++ class, while doing a clang compile from
          scratch
        - the output is written to $(WORKDIR)/ServiceImplementations
        - still quite some corner cases missing, e.g:
          - anonymous namespaces
          - non-trivial getImplementationName() functions
        
        Change-Id: I19a0e8a3901277dc3811eb428cac9d00737f14a9

2015-11-05  Stephan Bergmann  <sbergman@redhat.com>  [0305078a6a5d4d2b0ef64996c056d86b5eda42ce]

        skeleton implementation for ServiceDocumenter compiler plugin
        
        Change-Id: I6a9c957c0c4dac16365d269e57c30210619d23c9

2015-11-04  Maxim Monastirsky  <momonasmon@gmail.com>  [c81142b277546714c0dfa8f9c2961c8ef80bc6d2]

        tdf#86595 One "Text Background Color" missed
        
        Change-Id: Ia640b9bc044a8445751f0ebad7f027466c352d1f

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [177183f692f42f6a0cf5ee66f1b7e1c31a616140]

        Proper fix for coverity#1326893
        
        FindBugs' FE.FE_FLOATING_POINT_EQUALITY is about double value inaccuracies, not
        about NaN or negative zero (which is the topic of java.lang.Double.equals vs.
        ==).
        
        Reuse existing qa.TestCaseOldAPI.approxEqual method, moved to util.utils.
        
        Change-Id: I65f7bb1faf921e1c4035bb96aeff1eaf2cfb3153

2015-11-04  jan iversen  <jani@documentfoundation.org>  [5a29db7a9945c4cd095799451a6c563d5aeeed57]

        Solved CID 1326472, 1326473, 1326474
        
        Coverity requires that allocated objects (use of new)
        are directly release, by foo = null;
        The gc will do this automatically at some point in time,
        so this will simply release the resource a bit earlier,
        which can save problems if the function is called in a tight
        loop.
        
        Updated to add close() before clearing the variable, this would
        normally be done by gc, but now a bit earlier. The assignment to
        null is not needed specifically, but Coverity calls it a leak if
        not assigned.
        
        Forgot .close();
        
        Change-Id: Id273e7f36778c1691b260d28e741c6e32148c9d9

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [327ed70fa568c0ea3944a5c714479dca03d5f3d5]

        Mechanically sanitize indentation
        
        Change-Id: Ide8817aff3a6b5d07b56b54cecb36f7dc1407743

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [95b3a6c722dd39668ac812d39ee7b4c6a78ac01e]

        coverity#1326893 silence FE: Test for floating point equality
        
        Change-Id: I8a0b657942cbe3de559a6b115fad2229490f8985

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [29215619ed91c1d066b8e6e715f0c020bf7892f7]

        configure: filter -L/usr/lib etc. out of *_LIBS
        
        The goal is to avoid build breakage by pkg-config or whatever helpfully
        putting default paths like -L/usr/lib64 into *_LIBS, which is entirely
        useless since ld searches there anyway but may override other -L that
        occur later on the command line for LO bundled externals.
        
        On a Fedora 22 system, at least these variales were affected:
         CLUCENE_LIBS FIREBIRD_LIBS KDE4_LIBS POSTGRESQL_LIB BOOST_LDFLAGS
        
        Change-Id: Ie55f65c3ae29a125f16871d95ad8b716abf5c982
        Reviewed-on: https://gerrit.libreoffice.org/19784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-04  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [f9334da94ff8d6442865aa7f388fe1294d4b407e]

        tdf#39468 translated german comments in tabvwsh4.cxx
        
        Change-Id: I18b1c0384d996fc9a8637c86a439185ae3964fd0
        Reviewed-on: https://gerrit.libreoffice.org/19416
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-04  Tobias Lippert  <drtl@fastmail.fm>  [20538f233fe120b33a23d594458d4639b0c9670e]

        tdf#83910 Formatting of lines which consist of a single dummy line only
        
        The document which is attached to the ticket runs into an infinite
        loop because GetLineNr() does not increase since
        only dummy lines are added during formatting.
        
        Change-Id: I92689c776fe69bb6f62af26b577989db7f34de43
        Reviewed-on: https://gerrit.libreoffice.org/18896
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-04  Niklas Johansson  <sleeping.pillow@gmail.com>  [aa334d55ee34c125f6f4fdfaadbc1ed8fa33f5bc]

        Make number recognition work in writer tables again
        
        It seems that number recognition in tables are not working properly
        enter 10-10-10 and it should be converted to a date but it is not.
        I tracked it down to the fix of bug fdo#32082. It looks like bSetNumFmt
        was changed to false by mistake. Since then it has changed name to
        bSetNumFormat. From what I can tell fdo#32082 still works after this
        patch, but I might have missed some nuance of that bug report.
        
        Added two tests, one for the bug mentioned above and one to check
        that number recognition is working. At least with a simple date.
        
        Change-Id: Id58849a223eb602054c66c7379cd56a68a93dea2
        Reviewed-on: https://gerrit.libreoffice.org/19563
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [6f1c202547d087d1115ab023f9b6ee4c230c6602]

        tools: re-order members of SvRefBase to work around clang 3.5 bug
        
        http://fpaste.org/285206/ has minimized reproducer
        
        Change-Id: I898dfe0c3246a4ee2b093559530db5446d31e8bc
        Reviewed-on: https://gerrit.libreoffice.org/19692
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-04  Tsutomu Uchino  <hanya@apache.org>  [6917797cc8bcef55c4d9a96cf4c4f47e7edb59a8]

        Resolves: #i126627# wrong type description in @see tag
        
        (cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e)
        
        Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa

2015-11-04  Damjan Jovanovic  <damjan@apache.org>  [42a63dd0e81f13a84a5f551e03ede685e2bf34c7]

        Resolves: #i61277# Basic open file with random access erases all data.
        
        StarBasic tries to emulate truncation of files opened for writing
        by deleting them before opening them (if they exist). However there
        are exclusion to the truncation behaviour when the file is opened
        in append mode or is a binary file. Another exclusion - that was
        missing with disasterous consequences - is that the file should
        not be truncated when opened in random access mode.
        
        (cherry picked from commit 72b2f07ccac7578ef36fc2b92dcba49abe397ebc)
        
        Change-Id: Ic0053039ce5fd67ad42bf5332ae301d83f1a158d

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [d4d4e00a5a449bdf46608ce0cecbfa07c340e555]

        Resolves: tdf#95352 resize the columns when the edits reposition
        
        instead of assuming they are in their final position when the
        top level dialog resizes. Cause there's a timer/idle involved
        so the final position isn't known yet
        
        Change-Id: I713e938b0e275f181514315cb4ce4531f36191ca

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [17a3d40e0f41d2769ac9a6ed6331b84736530289]

        coverity#1326592 Useless call
        
        Change-Id: I82350eab9ccfa331ada54a26f257d22bfcf6c8d8

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [eba1c9f93f8d62505dcd6fbc5af05fd03065ddd2]

        coverity#1326554 Dereference before null check
        
        Change-Id: Ib17eb78f4790880945a82ecff54d94528993bb22

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [20c0ba1757439931df93a44e087327d18944dd4c]

        coverity#1326555 Dereference before null check
        
        Change-Id: If684189efc0ebba70c283f18ee8bd95b63be3557

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [fcbddc2a7113c29f4ab0f3b7afad9e9c28811c20]

        coverity#1326227 Dereference after null check
        
        Change-Id: I9cf946c24ad867ce5f2a2a476dbd1d9df473c1aa

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [28c6c1913ffbf5ca2c757f5287903cda24a89246]

        coverity#1326220 Dereference after null check
        
        Change-Id: I85d82f2c0a1c0ef8c123d9ba1a197e06cd76b92c

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [41b3bce73a95034a3a246db6344cd065e1ca4597]

        coverity#1326219 Dereference after null check
        
        Change-Id: I76bb111d01cfbb72b707cedc3706d02922991dc7

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [736a1ecf3bf598cc40dbc7c0affbfa14a2ac5049]

        coverity#1326557 Dereference before null check
        
        Change-Id: I6923585dae30fb1fb2b0a7ce1a2d9d104b42ebc7

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [77857808771f76ba18c1dfe745bffafaf45a131d]

        coverity#1326556 Dereference before null check
        
        Change-Id: I250a03387dd714d844019b363e3be1f2e2ed6a20

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [0e3e4ca53275cef263a53a58b25fc33d0d95c5bf]

        coverity#1326264 Dereference after null check
        
        Change-Id: I0623ecb8e9737e117f3db183d5aee7be5a405abf

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [0f3656816c15290f7a21f45d4334787a69a88c5b]

        coverity#1326301 Explicit null dereferenced
        
        and
        
        coverity#1326561 Dereference before null check
        
        Change-Id: I53d1e99ee05dd8d32a7fadc870344391647f3b9d

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [b7d32843ccf42ae3d54600496370034ee161e017]

        coverity#1326296 Dereference after null check
        
        Change-Id: I0438dba50a9842e67ebeef872e27e6006871020f

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [36a764e7a064a7677b520268daf11aa2e0eb8508]

        coverity#1326558 Dereference before null check
        
        Change-Id: Id0ed896b36293703c39d61cad6d74871ef16a806

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [21d53a213265196833c4cd2af471c2dd53f12ffa]

        coverity#1326580 Useless call
        
        Change-Id: I85a469a482ab0d7c1f897dd8f9fb809f1e55a7c2

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [026f38aca9d4f0c2755c7affe0a1e0f75fac2887]

        coverity#1327152 UrF: Unread field
        
        Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [104a7281f057bd9e11e88b1d61c2fc308b86fdbb]

        coverity#1326546 Dereference before null check
        
        Change-Id: I2f91ca0876e52a2480a2d6a3098f570b32e7d07a

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [cfc7fb91fd7fde884cc870b0422f72e6b4505aba]

        coverity#1328489 SIC: Inner class could be made static
        
        Change-Id: Icca5032f27a25e3e67e821aa338c428687249ba2

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [5e89fc23a82abf120e9eba855ac29de71d04445f]

        coverity#1327068 SIC: Inner class could be made static
        
        Change-Id: I1fd9d122f2bde1db9101e937999d75ac19cc4dfb

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [ba27090ae13e2176afd50c6d5a8b66c7361a317f]

        coverity#1327066 SIC: Inner class could be made static
        
        Change-Id: I26d5a42cd52b442cc5ba9947b39508f4695adffa

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [8bb7c4c27d8ad9da4afdb9dee0de7b419f2c6969]

        1327065 SIC: Inner class could be made static
        
        Change-Id: I05e24d706679ae8e17fb382837e4edfe69e3b96d

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [612acf5400910355de75c81ad6140b0fc131623c]

        coverity#1327027 SIC: Inner class could be made static
        
        Change-Id: I9c36aa362e58de724c63b9d23334eabfc973ee42

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [385e9afea22380c718660a1f167c737e52544930]

        coverity#1327210 UwF: Unwritten field
        
        Change-Id: I6fb5b18b6a6e51727d7350039da97f06f65736ff

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [79831c6d6de44327e88ff23bc514a7c2a6ef1ac3]

        coverity#1327212 UwF: Unwritten field
        
        Change-Id: Ib12d8909430fceef654d6960a42439cc6ad5cd69

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [8b7bee3b44a4ddeef7357deebf3db3d68459af4f]

        coverity#1327111 UrF: Unread field
        
        Change-Id: I8013eb660ab0d2cd159a8a30277be6552089e428

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [ad60e7f773037b519d8cc6dc46512054cf284b2c]

        coverity#1327106 UrF: Unread field
        
        Change-Id: I36ccf3fdf17e409c15e0e75ac4964d31781699a3

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [dec9478c5273040f90d65e698544687acd70a35a]

        coverity#1327103 UrF: Unread field
        
        Change-Id: I0b0d71f86343b45fafdc8c2648f4667456e6bcd4

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [1213f829824e140e57ee3740030d05d85546a664]

        coverity#1327103 UrF: Unread field
        
        Change-Id: I31fdf38a9a62c4bf92286509c973fe4e7273b643

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [be08e967b416b61af0514007dda857d1259855f8]

        coverity#1327096 UrF: Unread field
        
        Change-Id: I5d6fb9c9bbec5b17e764677b34cfa4a9e2f4ceb6

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [4975651b099f9a41a779e621da60a68ba3a11203]

        coverity#1327095 UrF: Unread field
        
        Change-Id: I297f4495a64d0fb32c7a07841668006c4f3f5ed6

2015-11-04  Caolán McNamara  <caolanm@redhat.com>  [3110464a3fc8e331d9e6157b1fd66c20d0c92851]

        coverity#1327093 UrF: Unread field
        
        Change-Id: Ia6d9fbc90f526603f8dc1aff72d5cba9ed9a2d76

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [55d64bd47238ff1e390a09cc3466fd76c408aa50]

        Avoid using reserved identifiers, add missing includes
        
        Change-Id: I23b548de1f07a4ec5acfeef7c553030a1f098311

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [fa6504066e59c779d201e6ea3176952984bb48b5]

        Add mode lines
        
        Change-Id: I4026040cfa2cd34c3a33a0a3dd4651caeb11c76f

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [f8e894a43d7ddf032a627260876e9f3c4ab949ad]

        loplugin:stringconstant
        
        Change-Id: I5c0c2e3418da9f5cb98c15d5f067924d6a66f747

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [d69ead98e53cbd0ace8694d5d606e15d5cafeb4e]

        loplugin:stringconstant
        
        Change-Id: I7602293b21030b255022b49cdb39cf76d9b22112

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [966fbbc78f0a154bb3f21506cf882b972c3652df]

        vcl: fix Android build
        
        See <https://code.google.com/p/android/issues/detail?id=74835>,
        Android's <cmath> currently does not provide std::copysign(), add a
        forwarding stub till it gets fixed.
        
        Change-Id: I49cc74ad1b61fed0460588150f21471d63e9069f

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [a520ea54f40f8d39206e69292f2aa72080a69d3b]

        loplugin:stringconstant
        
        Change-Id: I182d3b11e7b216f5bdd4d0a850f6a21a100425ef

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [b82f36ab63e0f532d850f38dc930d2bdca7d47bc]

        loplugin:stringconstant
        
        Change-Id: Ib579c499904bf10844ed58dfd3e531002b308dcf

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [c3b48b26a09e53aac973c3669b9faec6d784665e]

        loplugin:passstuffbyref
        
        Change-Id: If6e877b326bb630f1b4631a60241a93a6e6cbaca

2015-11-04  Noel Grandin  <noel@peralex.com>  [5ced1a6e42ff7e2425a9e1c374eb25295091b26d]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I1c7240fe2e2b5eb825f028ca7502e5ba8793046b

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [8f93d4a159e599fe7191e7f7b8e52e2775fefdf5]

        STR_3DOBJECTBARSHELL, STR_FONTWORKOBJECTBARSHELL appear to be unused
        
        ...ever since they got introduced with 24862ad6ea4e8014c83d6d32535835a729f71695,
        980c162657f425f9072fdb00b9fe2ac2092ee1b5 "INTEGRATION: CWS sj05: #i20484# adding
        autoshape ui"
        
        Change-Id: I672bf11310f0887efb501de437fe704bcc2551e0

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [219712eb61ee0cbb328de63cec89be98908bc1e7]

        liblangtag: be more verbose when building
        
        Change-Id: Ie5001ba809fcdd3f3abe1022ca7a152e01c3982c

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [8d9e85ec5c2fa765696040f3c343d37cb52eead7]

        onlineupdate: -Werror=unused-but-set-variable
        
        Change-Id: I136eb25d2831cdbd3f1ce81714039cbd28b16577

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [53433719f6449dfa2597c11aba24d82382479ec3]

        onlineupdate: -Werror=unused-variable
        
        There are actually 2 identical copies of the file in onlineupdate! WTF?
        
        Change-Id: I967bd90045ca0f56db151dd82d3baf8e848a8863

2015-11-04  Michael Stahl  <mstahl@redhat.com>  [0bcdce24340e5d3c32733e2d7ec663dd182a5252]

        onlineupdate: error: statement with no effect
        
        Actually enable NSS on non-WNT/Mac platforms.
        
        Change-Id: Ib465d0175878bc2846a4d779b3b34ca57e55462e

2015-11-04  Noel Grandin  <noel@peralex.com>  [fcb8df3bcf551fc3437e6c7c8ddb24dc5a09db02]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I11822c50fa66d038a3d6f38054ab35c2e613f077

2015-11-04  Noel Grandin  <noel@peralex.com>  [59b072e22b0610abc7ffdbc75873ef5cbba58de7]

        yyyyy
        
        Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [baa411b59c3840a4dddf5447a0b4583eb5edea74]

        STR_MASTERPAGESSELECTOR appears to be unused
        
        ...since d023339c2f85555212bdb9804854dcc2c403b50e "Turn sidebar back to
        non-experimental"
        
        Change-Id: I91bbeb60b2bd87cbd06139b586f93ec546df9e13

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [ec60a59a710e1dd0f976770301df71653351d654]

        -Werror,-Wabsolute-value
        
        ("using integer absolute value function 'abs' when argument is of floating point
        type; use function 'std::abs' instead")
        
        Change-Id: I3634186a10607f3b3fc6fc7c0aef968b32892156

2015-11-04  Armin Le Grand  <Armin.Le.Grand@me.com>  [f0cef70cd4164342b218fbee34bf57eedc22c998]

        tdf#95298: corrected some out-of-bound accesses to array
        
        the index variable m_FrameList used to reference the current frame uses
        the state EMTY_FRAMELIST to mark as invalid, which is the max integer
        number. Thus all usages have to be secured to not use m_FrameList
        if set to EMPTY_FRAMELIST. This was missing in some places.
        the max integer
        number. Thus all usages have to be secured to not use m_FrameList
        if set to EMPTY_FRAMELIST. This was missing in some places.
        
        Change-Id: Ie1cf4ae2cb79d821f634ec78b621a2647abc61a8
        Reviewed-on: https://gerrit.libreoffice.org/19753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [4340cc7a63c3a94a7b95e014a501b44d886e18bb]

        vcl: What we want here is exactly std::copysign
        
        Change-Id: I888ca84342a6c34b99a1f03d44d686e1f50622f4
        Reviewed-on: https://gerrit.libreoffice.org/19778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-04  Tor Lillqvist  <tml@collabora.com>  [db1bd15cfb3c2b1380a19fd22f153a15493e9871]

        Bin some use-once variables, use literals instead
        
        Change-Id: I3ccdc7c92b53f1f385cec8ebfa1a325f355da9ed

2015-11-04  Noel Grandin  <noel@peralex.com>  [b2459b05b4a4e9f79ae94260d4e210d3419fa9a0]

        loplugin:stringconstant
        
        Change-Id: I9dde988e95e3c574c6643c4e008a1090270bad5f

2015-11-04  Noel Grandin  <noel@peralex.com>  [f927cf4d23432341921c55e6983edf9c8ebe7ff7]

        loplugin:stringconstant
        
        Change-Id: Ic135382652966e80c288f3407508bdaf0c60316e

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [a66c83d90cdfb8714ef9096d60a60ae807812063]

        Resurrect CppunitTest_sal_osl_getsystempathfromfileurl
        
        Change-Id: I41007c46e945f4fe19a6dd197fded9fa503bf8c4
        Reviewed-on: https://gerrit.libreoffice.org/19771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3f970cf247ad96d1663462acb0be7f1c767d1ebf]

        tdf#93296 dashes in decimal part => 0 min decimal places
        
        During import, as well during export, "0.--" must be considered
        as 0 min decimal places
        
        Change-Id: I33d06dd95c0678660bc0bb222972f82ef54f2c6e
        Reviewed-on: https://gerrit.libreoffice.org/19647
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-04  Noel Grandin  <noel@peralex.com>  [bdffd36de86d37124fb49d8cadea8b5e03c1bf34]

        loplugin:stringconstant
        
        Change-Id: Iff0ab7716d76dc44693fca49d341a6fd88b89b01

2015-11-04  Pranav Kant  <pranavk@libreoffice.org>  [93f98e98e42d75914a3e1d8f85bd3c6328d2e111]

        lokdocview: Don't render tiles while tile buffer has changed
        
        This is common when widget gets a zoom request, resulting in a
        new tile buffer, and the tiles from the old tile buffer are still
        waiting to be processed in the LOK thread, for old tile buffer. If
        we allow these useless operations to execute successfully, they
        would end up writing in new tile buffer giving false results.
        
        Lets tag every paint tile operations with their respective tile
        buffer during `task` creation, and then check whether the tile
        buffer has changed or not before writing to the tile buffer.
        
        Change-Id: If784341a67ad430bc3415b765137badaad6b97f6
        Reviewed-on: https://gerrit.libreoffice.org/19726
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [2bed1867531fc91d1bd20da226d3fa012356125d]

        CppunitTest_desktop_lib: test absolute positions for row/column headers
        
        Change-Id: If2526647221fef2c6b18b21b589192239d8a89ad

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [84dedf4ff8e7267efa95674e6545c80c9b995cb2]

        sc lok: return absolute positions for row/column headers
        
        This simplifies both LOK API implementation and client code, and also
        clients are no longer required to floor() the twip -> pixel conversion
        result.
        
        Change-Id: I63dbc05f53e8f7582b964c43d5da3aad51ede10d

2015-11-04  Noel Grandin  <noel@peralex.com>  [18ce0560aa8d47e00e28bc655eaf868de1dceb51]

        loplugin:stringconstant
        
        Change-Id: Id5a07591a1d3a7264a0a979f25e8c2c859ec0492
        Reviewed-on: https://gerrit.libreoffice.org/19767
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Noel Grandin  <noel@peralex.com>  [430875de5cad1c2288f06499b124b001dba44ba3]

        boost->std in include/tools
        
        Change-Id: I387340162d791bca2e589a2bad0575030138bd89
        Reviewed-on: https://gerrit.libreoffice.org/19772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Noel Grandin  <noel@peralex.com>  [6911997675ec74ce71c4b3cb954a02bd1a0b3bf8]

        boost::array->std::array in include/oox
        
        Change-Id: I9c33a42d037c50dc05915f889a0f3a31bb8f0fb9
        Reviewed-on: https://gerrit.libreoffice.org/19777
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  ccsheller  <ccsheller@gmail.com>  [67b4adc473c14f6ab72c27b52e77a76ed387dccc]

        tdf#95077 Check Index != 0
        
        follow code:
        ScVbaCollectionBase::getItemByIntIndex
        ....
        return createCollectionObject( m_xIndexAccess->getByIndex( nIndex - 1 ) );
        ....
        my test code of vba:
        Application.ActiveWindow.Panes(1).View
        
        
        Change-Id: I5229142377364f374e4bbc24bd3b8dfd5d351f56
        Reviewed-on: https://gerrit.libreoffice.org/19239
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-04  Patrick Luby  <pluby@neooffice.org>  [32bc8ddbf335dd26019edcf12758643b4cff9913]

        tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11
        
        Change-Id: Ide9b4beebb407e4ceee30f1d99f29d028c848d8c
        Reviewed-on: https://gerrit.libreoffice.org/19131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [d3248d1fd83cca67a11dd593c124694382bf5f34]

        Handle URLs with query or fragment (or containing NUL chars)
        
        Change-Id: Ib6ba723b59fb5af69b45456a19e1bff085a75c92
        Reviewed-on: https://gerrit.libreoffice.org/19775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-04  Noel Grandin  <noel@peralex.com>  [e8a5e8023d8c3adcd0d91160a82f093e76b85030]

        remove unused boost header
        
        Change-Id: Ie9e036a119af144fe9690393fc68f7bdb3577941
        Reviewed-on: https://gerrit.libreoffice.org/19776
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Tor Lillqvist  <tml@collabora.com>  [9a4e46bf8e258068443081b2eed42fc57b7041b1]

        Bin some use-once variables, use literals instead
        
        Change-Id: Ic6e3540dce776b7851e41124d8dcceec73aadb4b

2015-11-04  Noel Grandin  <noel@peralex.com>  [16e4bbf44c4b2a95e26c331804940181c0fa1d86]

        remove remaining boost/noncopyable includes from /include
        
        Change-Id: I2dfed038d97f91df9e86828620df1a46dd158292
        Reviewed-on: https://gerrit.libreoffice.org/19773
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d4460e8be0672119bcd8f14671e5fbf08f73194]

        sw: fix non-dbgutil build
        
        Change-Id: I2b521c516caf85892dafe782da79364a534d55a2

2015-11-04  Daniel Robertson  <danlrobertson89@gmail.com>  [f57a6593e21d45008173352fc29ededdbc2c8878]

        editeng: Eliminate unecessary padding in classes
        
        Edit the order of SvxLRSpaceItem and PaintFirstLineInfo members to
        remove unecessary padding due to data alignment.
        
        Change-Id: Icf2c92ef86a32384e51d1cb6f1a079b10995dfd5
        Reviewed-on: https://gerrit.libreoffice.org/19763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e6327e4e8c35678a7a52b8b1a78c99caff1f73f]

        sw: prefix members of SwCacheObj
        
        Change-Id: I416c43f5f6819029e279bc2f5fb696b59917ef06

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [37e0e10fd8335eb4b6d25e542cdf163020e8d452]

        sw: prefix members of SwOrderIter
        
        Change-Id: I9bea22d07a95eb521d9c3729b2aba1694cf02def

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [47f1529ca3f193f64929a3f777c578f25f3613a6]

        sw: prefix members of SwRegionRects
        
        Change-Id: Ib59572c45a1404840c379318e4987f5223edca15

2015-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c93db89a8f025a44ede88d16f01d11f41a818bbb]

        sw: prefix members of SwSelUnion
        
        Change-Id: I636454036f007dbf568f74b17e1c4c79fb36f40b

2015-11-04  Noel Grandin  <noel@peralex.com>  [be91a4725d851c05ea8a9ca2eb9ef01954aa06ec]

        loplugin:stringconstant
        
        Change-Id: I9d3b60bb9f0d8c09968e2be1035fb8e654ac9c95
        Reviewed-on: https://gerrit.libreoffice.org/19769
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Noel Grandin  <noel@peralex.com>  [81824d135987712b57e3c81a26f72ae4fabb4031]

        loplugin:stringconstant
        
        Change-Id: I6cc11a273902da8acdb6adbccccc31fe30ab274e
        Reviewed-on: https://gerrit.libreoffice.org/19768
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [62dbe2e6eb30660f252b4e2c048f4aecf28e41c6]

        Clean up osl_getSystemPathFromFileURL implementation
        
        Change-Id: I2daa355c4a46c4edc73c30185f2b31852351c45f

2015-11-04  Stephan Bergmann  <sbergman@redhat.com>  [c5fefe46fc9dca3942b2fc33ffd1f7e041d450e6]

        Don't dereference null pointer
        
        Change-Id: If35672fae14541d5aa5f28e117bd63b69013d418

2015-11-04  Maxim Monastirsky  <momonasmon@gmail.com>  [72e426c4c04051320f6f43542911a3e63f36bcfa]

        Tweak MenuBarManager a bit for use with context menus
        
        Change-Id: Ie28277e692d3b3286f1961e66f90b5ae59810fe7

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [6744951cf9b911dc1ac516b06c0363b80de36c3f]

        loplugin:simplifybool
        
        Change-Id: I7fdcc939154ca6804707039c3311728a0249dec7

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [02b39996fa8447305900adad509250646c0a3b80]

        -Werror,-Wformat-security
        
        Change-Id: I23f4b906456fdba84f2772a4ed15ac6c141a094d

2015-11-03  Xisco Fauli  <anistenis@gmail.com>  [7e16332de44d200cb86abeef0a47c495ff2cbcae]

        get-bugzilla-attachments: RSS query doesn't work with '+' character
        
        eg. image/xml+svg
        
        Change-Id: I1b6b6f71d02fa415c3470faadbe8d316aaf0f677
        Reviewed-on: https://gerrit.libreoffice.org/19761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-03  Maxim Monastirsky  <momonasmon@gmail.com>  [0c6305a01f13f5c09dc4c000d5b250319fffe0e4]

        Support of popupmenu resource type
        
        Reusing the same xml format as the menubar, except that
        a popup menu use menu:menupopup as the root element.
        
        Change-Id: I2987af0dc698b09aeeb757cff828617515bc3009

2015-11-03  Mark Hung  <marklh9@gmail.com>  [281be263619a8e513a26e6a9165d1d77cf6524ea]

        tdf#81144 Chinese full-width punctuation does not align properly
        
        Ideographic fullstop and comma in most Chinese fonts are centered,
        while those in Japanese fonts align closer to the left. Original
        compression algorithm trimed right side of the punctuation, making
        fullwidth fullstop or comma in Chinese font visually unbalanced.
        In worst case, it crowds together with the followed compressed
        punctuation.
        
        This patch fix the situation in the folowing way
        1) make compression less stronger.
        2) Trim space according to glyph bearing to font height ratio.
        3) fix a memory access violation issue
        
        Change-Id: Icff215064e6c442fd36eac8e01b01fb6acb27594
        Reviewed-on: https://gerrit.libreoffice.org/19517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-03  Oliver Specht  <oliver.specht@cib.de>  [2b48a5f1550e6f62931c2973086e8970f88f58ee]

        dynamic_cast fixed again
        
        changes commit 5ae015fc74330ac4c24b67370c59518084f1d201 to check the
        SvxFieldItem
        
        Change-Id: I2c327a0a16fdd3e9341365554e10fb6fe04e1efe
        Reviewed-on: https://gerrit.libreoffice.org/19757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [b59bf9f6397641750ad3db50312a1133d7e8fc3f]

        vcl: Prefer std::abs to a home-brewed macro
        
        The arguments in use are of type sal_Int16, so now it's
        the overloaded one of type int in <cstdlib>.
        
        Change-Id: I83336c093cf58a351e9390c0eb4e20a5d5340f9e
        Reviewed-on: https://gerrit.libreoffice.org/19754
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-03  Jan Holesovsky  <kendy@collabora.com>  [b846b03c709130564527da8d264660a131361221]

        lok: Fix crash due to non-initialized callback.
        
        Yay for unit tests! :-)
        
        Change-Id: I06b3f929b53d5c03f5722acfdaf0eaf841325e34

2015-11-03  Jan Holesovsky  <kendy@collabora.com>  [a4988d227c3933721098b2a61a087ec18eaa6c8e]

        lok: Unit test for LOK_CALLBACK_UNO_COMMAND_RESULT.
        
        Change-Id: I917d47478504dc6fafd3fc675fe8458690c7cc2a

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [788cec0a60dcfce6d86c820e9d0f7a1eb634f7bf]

        sc lok: avoid placeholder row when providing all headers
        
        In case the logic visible area is known, info is provided only about the
        visible headers. Given that only relative sizes (no absolute positions)
        are provided, a placeholder row/col is added to the result that contains
        the total size of the skipped items.
        
        These placeholder items are not needed when providing all headers, so
        don't emit them.
        
        Change-Id: I48ccb73554313f4d2bb420e4402995719b0f9f7d

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [1347b90c9e5f54fd0b7e7147519f34d3c1b282d5]

        -Werror,-Wformat-security
        
        Change-Id: I34976a4900a73505a91d3e58736675ab39ad174c

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fe622f66ee04f25b05c2069f573010e6f517915]

        sc lok: allow requesting column headers only for a logic area
        
        Change-Id: Iacd8f11917e929c6a1579c6a1553eb7840df5fba

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [75303695eb4bfe6c8fdea2cad0d3ed3f912f95c9]

        sc lok: allow requesting row headers only for a logic area
        
        So that for large documents it's not needed to query all of them on
        load, but (similar to tiled rendering itself) it's possible to query the
        data that affects the visible area.
        
        One catch is that the row sizes are relative, so there is a placeholder
        row in case the visible area is not the top left corner, and
        constructing its size needs special care. Normally the handed out twip
        values have to be floored after twip->px conversion, but this one is
        already rounded (as the total is a sum of px values, again becase of the
        previous floor rule), so need to play the +0.5 trick to allow clients
        always just flooring the logic conversion result they get.
        
        Change-Id: I64a155582acdee7b2acc741d77a2c462409b91a8

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [cce7d78baa91ab348e85407ada8387c9c89176cb]

        ScGlobal::UpdatePPT: make conversion more precise
        
        Old situation was (96 DPI, 100% zoom): 0.06669 factor, 1088 pixels,
        result is 16311 twips (1087.4 pixels).
        
        New situation is: 0.066669 factor, 1088 pixels, result is 16319 twips
        (1087.93 pixels).
        
        Change-Id: I0ff11520fd719aefd2b351a6d4ef949d66b66282

2015-11-03  Tor Lillqvist  <tml@collabora.com>  [250574fd1ade12030945718022e342e786952827]

        Bin a few pointless variables
        
        Change-Id: I5198163e43b17786d3646cf398ec1b8e6ab1b438

2015-11-03  Caolán McNamara  <caolanm@redhat.com>  [5ae015fc74330ac4c24b67370c59518084f1d201]

        read past end of pCellInfo
        
        Change-Id: Ic024f8dd3aaf368877f5914c6106164508760da8
        Reviewed-on: https://gerrit.libreoffice.org/19752
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [c6822f927a73e5b2ee72208b139b6808116fe1e0]

        Use newly introduced gb_DEBUGINFO_FLAGS instead of hardcoded -g
        
        Change-Id: Iaaa80d997fa7babb9212787653c149b72d842a6c

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [c63a4017262c8962b1c17dafc5a4a8c2548f930d]

        CPP_LIBRARY has never been used outside configure.ac
        
        ...ever since its introduction with f5aa04485c86a5753bd7af057b86336efe089fae
        "Enable optionally using libc++ on OS X (when targeting 10.7 or later)"
        
        Change-Id: I26ece69d7a00c7452cd027928c318bbf31d6284b

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [dc586816a94f8deba2b6f8868f3aeb3ba0f6be51]

        build fix?
        
        Change-Id: Icb48acfdba90b95ae55d2f4b9f05871dc3a8732b

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2141e39dbaecfdbf7a9b25abba25ad175746183]

        desktop: minimal Android build fix
        
        Change-Id: Icb9a40c5ded676ff3f8f7db198a90bb94540bdf4

2015-11-03  Eike Rathke  <erack@redhat.com>  [3fd400c6b67f8f9b5527720ad148c1f428a59ab2]

        implement assignment in only one place
        
        ... and comment on what to do if we really wanted a copy-swap-idiom.
        The need to doc comment about not to use assign() after default ctor is
        also gone with the temporary swap.
        
        Change-Id: I2a49091b2a41cf155e912e3c373dbbe81c7f9737

2015-11-03  Eike Rathke  <erack@redhat.com>  [93d61feaf55cfe4484581e1985435cd1439d6f41]

        remove superfluous call to clear() in ScRefCellValue dtor
        
        Change-Id: Iea7788f985e2c5dc7a96eab711bf7d13732ab86e

2015-11-03  Jan Holesovsky  <kendy@collabora.com>  [8c987fababbddb6e4f81b0cd717b59b9a9ff9be0]

        lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.
        
        Posting of the .uno:Something commands is asynchronous.  To be able to find
        out when eg. .uno:Save finished, this commit introduces a callback that fires
        when that happens.
        
        To be able to receive such a notification, the appropriate postUnoCommand()
        must be called with 'true' as the parameter for bNotifyWhenFinished (defaults
        to 'false').
        
        Change-Id: I254939ebc8ea5f309ae39686dcaaeddd5148b0c9

2015-11-03  Jan Holesovsky  <kendy@collabora.com>  [c0f37892a24b202c0a28836ed1046c90c7631e03]

        lok: Fix typo search-result_count -> search-result-count.
        
        Change-Id: Iccd5b39f6bdf1c7a43131fc50186ea5a2838d77e

2015-11-03  Jan Holesovsky  <kendy@collabora.com>  [c7a655625392ee4637efd4236b745d201758006d]

        notifyer -> notifier.
        
        Change-Id: Ic009398d1d00550577d9f25b4d904632b063d54f

2015-11-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [14bf5784e98fc3add591a70410376050e56dd73b]

        tdf#86595: Highlight color it is
        
        Change-Id: Ic0a3083c05ba1cce974d76aecf60ed7bc4c72a36

2015-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [8f5748e29ee46315323a38d14af61c4f4e9f8fdf]

        vcl: Mark it as const
        
        Change-Id: I0ddaf1cf9d0a3f36f88bea3101b7059e04d755ff

2015-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [0e17dd5810b393b69d7f84bc4529186c98c94caf]

        vcl: Mark them as const
        
        Change-Id: Ia19d3512d156be725840c24d441a3eaa08e83a5e

2015-11-03  Yousuf Philips  <philipz85@hotmail.com>  [c3822aa796616b64b040559c537ee4dcc786f249]

        tdf#86595 Change 'Highlighting' to 'Highlight Color'
        
        Change-Id: I11ef97b4b4589d21afc40e862bb68a512db18831
        Reviewed-on: https://gerrit.libreoffice.org/19741
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [602c1b4e2922c6a0ce425f398983ef64e595b606]

        libreofficekit: -Werror=unused-parameter
        
        Change-Id: I89c4d9752ef650d516bed8fcdc5873de8ae87e18

2015-11-03  Pranav Kant  <pranavk@libreoffice.org>  [de0c7e1783edc6a36037f2657f823dc9812c0804]

        lokdocview: Separate "painting" and "saving" of tiles
        
        Lets separate the task of painting the tile, and saving the tile
        in tile buffer using GAsyncReadyCallback. This will provide us
        with better control over tiles -- cancelling the painting operation,
        and filtering tiles that should not be saved in the tile buffer.
        
        Change-Id: I6aae928d8cc0c906034570ed0e9a054763d493a3
        Reviewed-on: https://gerrit.libreoffice.org/19725
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-11-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [48cc54ec2ad5ca7e17ac1f705895d373917a37cb]

        Smart pointers for SwBorderAttrAccess
        
        The short-lived SwBorderAttrAccess is manually deleted
        which is not exception safe and can potentially leak.
        This wraps it in unique_ptr.
        
        Change-Id: Ib45c1c36214583e0bf205231f9f793e023d106c7
        Reviewed-on: https://gerrit.libreoffice.org/19701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-11-03  Julien Nabet  <serval2412@yahoo.fr>  [b1704274d3214405aa154a4b52c2ebe1901e5fa3]

        Wrong dynamic_cast
        
        EditCharAttrib doesn't inherit from or related to SvxFieldItem
        Moreover, we can see lines like this:
        const SvxFieldItem* pFieldItem = dynamic_cast<const SvxFieldItem*>(pAttr->GetItem());
        
        Change-Id: I9f5710dc4a9a4e71d31538620a9ddc1dedee063f
        Reviewed-on: https://gerrit.libreoffice.org/19575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        cppcheck: noExplicitConstructor
        
        Change-Id: I082e644857a6eb139b5f805e2920a40164ed4cd7

2015-11-03  jan iversen  <jani@documentfoundation.org>  [cdd6aca142495e433d70f85fee2851b60bc0d299]

        Solved CID 1338058 and CID 1338057
        
        terminated buf correctly before calling printf.
        This should be done automatically but coverity does not see it.
        
        Change-Id: I0bcf8486b27dbfa9f7c49b338bbf483029b523cb
        Reviewed-on: https://gerrit.libreoffice.org/19751
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-11-03  Stephan Bergmann  <sbergman@redhat.com>  [84eeebd75010a6263fc6aba0ebc16014013a3410]

        Fix create/destroy mismatch
        
        Change-Id: Ibff6caedae0c5ed84cf4864c7a52af56a7cea527

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f72ddbb44280cf93ac348f39a75bdb29587180de]

        sw: indentation fixes
        
        Change-Id: I00bb0a4390524b569609d36d97120bdd2b55496e

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ea5e6c5cf01f8eac414d7d24d4fd98e9f4923aa]

        sw: prefix members of SwFrmNotify
        
        Change-Id: Idc0290d82bb51fec0fcc1db003bd48f3cc402a0f

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4351703ccfba154af50c910e8cac548c48743e01]

        sw: prefix members of SwAttrSet
        
        Change-Id: I0f38c87d46f913a3bbb5f3e40b6ae71c515a8c9c

2015-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [561ce3f0566a4783678def80c0367345cb2abe60]

        sw: prefix members of SwAttrPool
        
        Change-Id: I3f55c4b8b12832b82e071d8cf62b2aa55f8913e7

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [867ead5fc73420a3697e8be8dc5ae9f0a3ff0443]

        cli_ure: fix build
        
        Change-Id: Ib35a951ea813151ca330c3eb2286cbada91bd972

2015-11-02  Benjamin Ni  <benjaminniri@hotmail.com>  [be729e772196f33543e21cb9bac21add87726b20]

        tdf#94269: Replace "n" prefix for bool variables with "b"
        
        Change-Id: I178545792c7354a362658ac7ef8b1d4cf0865797
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [6ccf68622e51c1b727dd042c1c1a71b5d1fd6a12]

        No need for this debug code
        
        Change-Id: I05a6d15a0c54ca5457d662c2467cb15c14991a0a

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [b35e797ca0e2c7e7ad6dbccea6b92208b209677c]

        Assume this shall be conditional on DBG_UTIL
        
        ...and not that MSVC-special _DEBUG
        
        Change-Id: I927f1d49dcbb24fd8fb91032ded6215390c97d79

2015-11-02  kripton  <yeliztaneroglu@gmail.com>  [c5d16f557c3dbac8b7c0736216e8da5d681d8075]

        tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.
        
        Change-Id: I3f97625552bf993d67b537456e09c9acf3cba6b8
        Reviewed-on: https://gerrit.libreoffice.org/19671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e4f60820fd94557f87ef7dbdfb740e45daa18426]

        Updated core Project: help  43d4ce551111e9acea598a4572bdc7959522accf
        
        update description of Horizontal/Vertical Grid buttons
        
        Change-Id: I5859c7f3d4a5dd7af8ee72f437d26dce68ee6e5d
        Reviewed-on: https://gerrit.libreoffice.org/19729
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [2e585c6f411254243efaff8fb4ac1dd09b082383]

        Let --enable-symbols only control emitting debuginfo, not optimization on Mac
        
        ...as on all the other platforms
        
        Change-Id: I12def7c50b5aabf29e156e87321cd76d216191ad

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [c105a3f8a063f9bf67884e35feac5f257001d25a]

        sc: MSVC doesn't do auto parameters
        
        Change-Id: I4225281e280ea780805b3dc68ed63433f8466bc1

2015-11-02  David Ostrovsky  <david@ostrovsky.org>  [1b218f3597092affab8846a9ed96d83cb204707f]

        Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicable
        
        Since df62a2c81bef2bcd96a5f14802e41815f0bdc2da gb_DEBUG_CFLAGS
        was passed to bridge_noopt_objects target for MSVC to track
        down EH breakage on 64 bit architecture. It was erroneously
        done unconditionally. Fix it to only pass when one of:
        
        --enable-dbgutil
        --enable-debug
        --enable-symbols
        
        is present.
        
        Change-Id: I2728c30156541be418c88a0ea284c0c6a16abba5
        Reviewed-on: https://gerrit.libreoffice.org/19744
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [f462cd39b990929bc71615f7f04d561d64c1039d]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I51d87693bdb3d57c36d8cafb851fdad10cd93589

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [9939a89c1e39e5c350600b6bea795743ddb780fb]

        sc: remove unused boost::ptr_map ScRangeName::TabNameMap
        
        Change-Id: I7967f0ee333eda4db320dc50bd91f2229792f0a8

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [64f3c1ecce7038a7890947020540161ec31204c7]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I21719d513aa4af7a7f9621e19d529fd0c4425f58

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [1ab135c3621e4be9f48754d300e5cd57cb446184]

        Handle case that pDock may have no items
        
        ...in code introduced with be1b03a4b0f61b49a3aba8d6b78ae69be7295785 "dock icon's
        menu doesn't begin with separator anymore," causing CppunitTest_vcl_lifecycle to
        fail
        
        Change-Id: If6eb1f3a0f52d05284ac01f448888aaaa7523a98

2015-11-02  Mario J. Rugiero  <mrugiero@gmail.com>  [ae78051c22d5a9bc7b5728482d59720fed7e6146]

        Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxx
        
        Chose not to use lambdas instead because the number of arguments in these calls
        would have made it way too verbose, hurting readability.
        
        Change-Id: I8662a937ec10ca0fac6cd7e0d78b6268e8023ada
        Reviewed-on: https://gerrit.libreoffice.org/19707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-11-02  Eike Rathke  <erack@redhat.com>  [92a5be6b5364ad7a68d1d52796b3ca81d09cd306]

        implement ScRefCellValue::operator=() without temporary and swap
        
        ... just ... why ... was ... that ... ? ...
        
        Change-Id: I1bc1ea12600859872c6d238b1ef6fc55f6ff2e04

2015-11-02  Eike Rathke  <erack@redhat.com>  [708bcf9055b04a82943e597747c0d74894714a9e]

        trash usage of ScRefCellValue default ctor followed by assign()
        
        ... that only results in a performance penalty.
        
        Change-Id: Ia161ab7fb03f2d32cf966ce9da9d0319d919fc4c

2015-11-02  Eike Rathke  <erack@redhat.com>  [5bcc5a690f9707464195483c400427d9ccd6d8dc]

        avoid construction of ScRefCellValue with default ctor, tdf#95419 related
        
        ... to just assign a new value, which takes a significant amount of time
        (~13% of ScTable::ValidQuery()) in ScRefCellValue::operator=() due to
        its implementation using a temporary and swap.
        
        Change-Id: Ia205850e10c5fa9083eec5fb7563d98561b52462

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [4b3b605f3334a41057f565866de37bd14369a55e]

        Fix license header
        
        corrupted with 7408498de37be05159f84cf0c8116313d3c196df
        "loplugin:stringconstant"
        
        Change-Id: Ia7af4b7276fb30485f39e24c9afcdc82f7cef447

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [5e04886917abad0541eb3ef6d51cd5dc0395af21]

        Remove spurious vertical whitespace
        
        Change-Id: I077a17eada47b9c1509c21c18a6e4cd06172de3b

2015-11-02  Caolán McNamara  <caolanm@redhat.com>  [a4ebfb2b74c6db274ae8b7ed0579a6edf47597fe]

        afl-eventtesting: crash close impress with spelling dialog active
        
        Change-Id: I1085b655a9a589f2e92edfdacfea6621d2f67d9c

2015-11-02  Caolán McNamara  <caolanm@redhat.com>  [9bf204f9aa2caefac13a1a680a669ba74b3731cf]

        afl-eventtesting: can simplify this now we use QueryExit
        
        Change-Id: Iddb96f51ed2fd2d7861e9448a7aa221d998ad2a5

2015-11-02  Caolán McNamara  <caolanm@redhat.com>  [5d0ef0015dee175802b468c6a946b967d17eef33]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ia5aba89f02ee4d99dd573599a3888731efb131b9

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [3f7c8ce1dca7eacb511def7799691be2e3d9a4a6]

        Don't rely on __builtin_alloca when creating a call stack
        
        ...at least recent Clang trunk ASan+UBSan build apparently adds instrumentation
        code that made that (arguably optimistic) setup fail
        
        Change-Id: I186a7abdfe5cc69e624583b1281d3989cefd7d53

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c4733661b0a80098e84413fbc91b84b4c14cfc1]

        gtktiledviewer: adjust spreadsheet row/column headers on scrolling
        
        Change-Id: I7ed9e19df071b6baf1e941faee24c332c7b5e804

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [3dbea3aa84e66cb812011c4651114863b713f13c]

        Pass emit-debuginfo flags into special bridge compilations, if applicable
        
        (i.e., if any of --enable-dbgutil, --enable-debug, or --enable-symbols);
        introduce gb_DEBUGINFO_FLAGS for the platform-specific flags
        
        Change-Id: I4306fa30ced57d40d5b1206a0b26a886411118ef

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [3e7afe0037d6d165abbeb32d4e5fb68ac8a9aeea]

        Clean up osl_getSystemPathFromFileURL handling of relative //... URLs
        
        (i.e., starting with an authority component); treating input starting with a
        single slash (i.e., starting with an absolute path component) as a relative URL
        instead of as an absolute pathname would cause e.g. CppunitTest_sal_osl_file to
        fail
        
        Change-Id: Ie340881974c5e9451ab7e0a9bfb21176b8f5666d

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [bf18f1b3535dd17f9bf584cab15ee6a7fd431257]

        compilerplugins: add "badstatics" to detect abuse of VCL Bitmaps
        
        VCL Image/Bitmap/BitmapEx instances must not have static life-time
        because then they will be destructed after DeInitVCL() and that
        likely segfaults.
        
        Change-Id: I3ff8d32de729c971b190028094cb4efe206395e2

2015-11-02  Mihai Varga  <mihai.varga@collabora.com>  [bcd8da6849780b9680963ef3313d14209a46e5fa]

        LOK: make use of MOUSEMOVE in calc
        
        Change-Id: Ideb7bdabd86e95cf10c7f19f0900110b816970c2

2015-11-02  Xisco Fauli  <anistenis@gmail.com>  [5654e8f2cfc3ae33da3eae366229b6cb862750bf]

        SVG: add import test for tdf#87309
        
        Change-Id: I0f899fbab73ae43e09ca2afc18d956f42ec8b0a7
        Reviewed-on: https://gerrit.libreoffice.org/19537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [861b28b88909ec39fc83fccc0ab23d288128aa0e]

        sc lok: fix rounding errors with non-100% zoom
        
        There were two problems here:
        
        1) ScTabView::getRowColumnHeaders() did not expose twip values directly,
        but used ScRow/ColBar::GetEntrySize(), which does a twip -> pixel
        conversion, and then converted it back to twip. Avoid this unnecessary
        roundtrip.
        
        2) ScViewData::ToPixel() trunaces the resulting float to an integer, so
        if the result is e.g. 67.7 pixels, then Calc handled that as 67, but
        gtktiledviewer rounded that up to 68, resulting in non-matching headers
        for the rendered tiles.
        
        Change-Id: Ie6ed1ea923a423d1526eeb235b7b87106fd2f20b

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [901fa421e1d446408116d1fe2eb6f070b5946dc9]

        gtktiledviewer: show zoom in the status bar
        
        Change-Id: I4ab00a269b0a8435a278f93e1d92d102a80c8506

2015-11-02  Noel Grandin  <noel@peralex.com>  [97a392a0367ba138a259bf625e15dd1300d1d188]

        fix build
        
        after my commit 7408498de37be05159f84cf0c8116313d3c196df
         "loplugin:stringconstant"
        
        Change-Id: I1354207e1ecb6ebc76fcda3ed8eb8f369180eae8

2015-11-02  Maxim Monastirsky  <momonasmon@gmail.com>  [9fbdb3d37fab7c8e0d6507807166c4de079d272f]

        Fix popup menu IDs after .ui conversion
        
        Change-Id: I8955bee3ac2bb7a757c1f70dd46141833a068517

2015-11-02  Noel Grandin  <noel@peralex.com>  [c7e36de2389bc60036160f4c13e5c4f7fd3673c1]

        loplugin:stringconstant
        
        Change-Id: I736e0d63ed891aee1582844aff25b9bdacab8db9

2015-11-02  Noel Grandin  <noel@peralex.com>  [7408498de37be05159f84cf0c8116313d3c196df]

        loplugin:stringconstant
        
        Change-Id: I865efc1884b82d430fe7df2e432d43f5425a83d4

2015-11-02  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [368b657f4ba4200e3f38fec58450c396ca73b729]

        Partial revert 'for_each -> range-based'
        
        There was a subtle change in semantics, the earlier loop was only
        iterating until aEnd, covering only unique elements of the vector.
        
        This partially reverts commit c04fd82433e9155ad61ebd92ca7b43a729a87890
        
        Change-Id: I75c5f1b343c3fa8855f6d7f8f706b9259bc9f6df

2015-11-02  Caolán McNamara  <caolanm@redhat.com>  [364590a5fcf1b2344d64110e059086daaf64fb9b]

        afl-eventtesting: fix persistent mode
        
        Change-Id: I96f75b51000811044b4407f8411d4e8cdba797c6

2015-11-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [ecc7308efa973fd1f1985ff9a0a0f01414b73f2b]

        tdf#88276: New text background tab in char formatting dialog
        
        Change-Id: I81880456d398e8bffd363626bac17ff9d54e7796
        Reviewed-on: https://gerrit.libreoffice.org/19697
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-11-02  Douglas Mencken  <dougmencken@gmail.com>  [be1b03a4b0f61b49a3aba8d6b78ae69be7295785]

        dock icon's menu doesn't begin with separator anymore
        
        ... even when there's no open windows
        
        Change-Id: I8c1d8f254e621d1867a100ad984f8b77ed8cfc5a
        Reviewed-on: https://gerrit.libreoffice.org/19677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [021a5e7123d7e338a21c7bac964e4318894a53e0]

        toolkit: pMouseEvt must not be captured
        
        Its lifetime is bounded by the currently processed event.
        
        (regression from 76e75d2dd6dafe55fd1740693529640652ed6455)
        
        Change-Id: I4896b161295eeab3bbf08e59c5a82afac4338f08

2015-11-02  Feyza Yavuz  <feyzaayavuz@gmail.com>  [63f90a97b6a7679572eb150bafe3a5e51e52d875]

        tdf#65108 use <> instead of "" in include line
        
        Change-Id: Ic1bb54d1e6d2c3f8c4215d8ececeb6353ad8ca45
        Reviewed-on: https://gerrit.libreoffice.org/19717
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-02  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [49ee56064b436caea85496fbdba8ae8e654d53fe]

        SVG: don't use dashes if parsing stroke-dasharray fails
        
        Change-Id: Ib256e4a4921e11defe7018f82273739c9ecc3105
        Reviewed-on: https://gerrit.libreoffice.org/19735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [724f903f0c79ed36e03a884fe44b968327881057]

        Resolve OSLTEST_DECLARE, OSLTEST_DECLARE_UTF8 macros
        
        ...and use something more direct than rtl::Uri::decode for the UTF8 case
        
        Change-Id: I2f37d371c425dff6b068e3120be485e71b8e9e12

2015-11-02  Xisco Fauli  <anistenis@gmail.com>  [25fbffcd441bd84329be2979d53f29955f55201d]

        tdf#87309: Use black as default currentColor if no color was...
        
        ...expecified in File - Open too.
        
        Change-Id: I616e66a296d7c44e5a8784b3a5f32f14ce7a668d
        Note: Chrome and Firefox use back as well so IMHO it makes sense to do it this way.
        Reviewed-on: https://gerrit.libreoffice.org/19567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [dbf80fac45a513688ac8acfcf2dbbc0a726258e9]

        Remove long-unused sal/qa/osl/socket/ test code for good
        
        Change-Id: I2614e6c9f6d0a31866cb9821910da7f3e31377c6

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [de1a1e4bec9934c1f4ce5da45cebaa1d6c342c79]

        xmloff: replace boost::ptr_vector with std::vector
        
        Change-Id: I6aacf764513b8f789d925db2943f4bf6f0039674

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [7c5d52999a0424e4980d48caa59005c197102abf]

        xmloff: replace boost::ptr_vector with std::vector
        
        Change-Id: Id7c1a28370f35fce7d885041a18e81a89defb69c

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [2ab470665f9cb350a9a3d10ecf1e1b85b72f676b]

        xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Icb51f02ca761d683d926135fcaedc1164cd1ae8d

2015-11-02  Michael Stahl  <mstahl@redhat.com>  [02b7f3d1a21d68611f2cd8405103c8546542960b]

        xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I3270237a8691a5f5f4495be8cf2e290cac0b2fcd

2015-11-02  Noel Grandin  <noel@peralex.com>  [253081247628923d53eccc2d027594add4e40b1f]

        loplugin:stringconstant
        
        Change-Id: Id051dd984c24fb34dcc89060ed11955fed61fd48

2015-11-02  Noel Grandin  <noel@peralex.com>  [5797d29e9ead0a3dd181b616dfcc968a9127012d]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Ic979f8a7734d0ef7a915d47a875cdcd460c0cc58

2015-11-02  Caolán McNamara  <caolanm@redhat.com>  [4ea0390faa22037f1d4f703c0882a027cf2ae643]

        cppcheck: noExplicitConstructor
        
        Change-Id: I06186e8f0bbc8522f538e8639a68e816093becc2

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [708d1c5ab242b545ced598879233fc662d7e6cc0]

        sc lok: emit RowColumnHeader info in twips
        
        As that's the unit we use everywhere else in the LOK API. Also, make the
        ScGlobal::nScreenPPTX/Y calculation more precise, otherwise rounding
        errors occur during the pixel -> twip conversion.
        
        Example with the old precision: col height is 103 px, nScreenPPTY is
        0.067, twips is 1537.3134328358208, convering it back is 102.487562189
        px.
        
        Example with the new precision: col height is 103 px, nScreenPPTY is
        0.0667, twips is 1544.2278860569716, convering it back is 102.948525737
        px.
        
        Change-Id: I19f5285508ef0c751614d07969b3a7a037e7d1ec

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [f570f837d65c9ee79a10be823c3dc28febdebfc8]

        Avoid ASan new-delete-type-mismatch with -fsized-deallocation
        
        ...where "subclasses" of typelib_TypeDescription are deleted non-
        polymorphically
        
        Change-Id: I708d245e12d2e2159e9df60b61d1b37801083651

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [4e4ea4bc733dc62e6c06eb42574ea0c5b0e5b826]

        Improve gb_Helper_print_on_error, and use in a CustomTarget
        
        * always wrap the sub-command in ( ... )
        
        * if no 2nd arg is given, use a temp file
        
        Change-Id: I7b43214dda1e4f8ee5e9b9a7310d58adee2a6500

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [b004bf7f54b31f1b2eab01ed8b21a2c605be55d4]

        Fix CppunitTest_sal_osl_pipe
        
        Change-Id: I8b092d7e5132e2462b7fe9981f81a41543ca8694

2015-11-02  Sean Young  <sean@mess.org>  [e2299dccfd1c881b9fc058f51154ff5ef3f51ac4]

        Bump libodfgen to version 0.1.5
        
        Change-Id: I0e50728002bd2dc6f2bd441e0beb73e92f53c143
        Reviewed-on: https://gerrit.libreoffice.org/19592
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [96f2e0730bbfd1cdc0bae131cd35b63f97f5268a]

        gtktiledviewer: add a few more trivial buttons and break the toolbar into two
        
        Change-Id: Iea8f32fb8c388b49dad8119f816502f593ebadeb

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cae3689d4d78fabe6529c9df03c438b1e9d1611]

        tdf#89088 DOCX import: fix missing text due to throwing ShapeContextHandler
        
        Regression from commit 866a4436d3cfac1ff42d7996250bf96fb703aeaa (oox:
        handle textboxes in ShapeContextHandler::endFastElement(), 2014-06-04),
        the problem was that code in ShapeContextHandler::endFastElement()
        assumed that all the XShape implementation it may see provides a TextBox
        UNO property (which is specific to Writer) of type bool, but this is not
        true.
        
        Fix the problem by assuming false in case it has an other type.
        
        Testcase can be a simple "does it load" one, as in the meantime
        exceptions such as trying to read a bool from an uno::Any make the DOCX
        XFilter::filter() implementation return false, unlike in the originally
        reported LibreOffice 4.4 version that just silently discarded the
        remaining content of the document.
        
        Change-Id: I81781a7ec28d085ceee50d386b8eda023f83c29f

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a365734f439878a71fdcbec1cee354f495647825]

        sw: prefix members of SwViewOption
        
        Also rename nPagePrevRow/Col to nPagePreviewRow/Col, so that it's more
        clear that they are about the page preview row/col, not about some
        previous row/col.
        
        Change-Id: I5f1f47edde3dbe6bcce14a654398f8a0be2fa79f

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d270705e7645eccaefbf452ad68276080204399f]

        sw: prefix members of SwCollCondition
        
        Change-Id: Idf7956c2178093bcaba3ad1093b8d0a54e46aaca

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d77368387999918bb703e3ad974497c4422c2e50]

        sw: prefix members of SwContentNode
        
        Change-Id: Iecb7cd82d88bd1ee82f074e17319e5ce095e2690

2015-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9c862e9f9ba3cc2eb09c146c8dfd2aaa5cf57bc]

        sw: prefix members of SwDrawFrameFormat
        
        Change-Id: I0d00ca7727e0756030830cd732655b2a22b900d6

2015-11-02  Stephan Bergmann  <sbergman@redhat.com>  [bd63b48ab027d63d889f2a0136589a6bfd4158eb]

        Avoid dangling references
        
        Fixes JunitTest_sfx2_complex broken with
        76e75d2dd6dafe55fd1740693529640652ed6455 "tdf#93243 replace boost::bind with
        c++11 lambdas in toolkit/."
        
        Change-Id: I3119482e4c2e978daf2c2ff34b6ee5007a29397d

2015-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [74463457b39c9def1add630b7b0581dc195549c8]

        android: chanhe handles to use alias, tint handles with color
        
        Change-Id: I86ad5eefd70bc8b768780cac66ca466aa0926dc4

2015-11-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d38abe1da2a42bc20a986d43f96142e15c1b3bef]

        andorid: use 4 spaces for indent in color.xml
        
        Change-Id: I2435e8ce93383a1a40996a81ef65c1823606609a

2015-11-02  Noel Grandin  <noel@peralex.com>  [dd1729f854af4f27f396d51d3c930c95d1011001]

        use uno::Reference::set method instead of assignment
        
        Change-Id: Ib297f2ab1c0c82703030f28d034d24f8a84a85ea
        Reviewed-on: https://gerrit.libreoffice.org/19732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-02  Noel Grandin  <noel@peralex.com>  [1b41208608f472df8dd5879c27dca45cc2ea7740]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I3d94c94a9829161663a7ed18421ace38ce95a659
        Reviewed-on: https://gerrit.libreoffice.org/19733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [37d41674c2b1a706c95c2c326cbfbd06b0c1a655]

        android: don't crash in LO when SurfaceView layout is 0 width
        
        Change-Id: I49be19b273d0c263637369e9b095f374b345191b

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9a52bad40ab96a58bc817fbfe1145a6766d75940]

        android: don't crash in TextureReaper when Integer is null
        
        Change-Id: I1514aa7a3fbab682b0d282ba0f504470943d7e4a

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6d9124de6fac2dea39427978993e68155291cc9c]

        android: update JNI facade, rename mouse/keyboard event flags
        
        Change-Id: Ia2b9a812717d05c7d98d47bf0fe5fd293029d045

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3d34594138c42ec4b253a25c403ef9346265a28f]

        add LOKit interface missing description
        
        Change-Id: Ia9e33704cfffd2094606e6fd166796bd8cd5d4fe

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e0d68da3ff3ae81e35f4e7393fb998a41886831d]

        android: don't use alpha VDev when painting tiles on Android
        
        Improves tile rendering speed.
        
        Change-Id: I6a4b87fbc1d9ed284f5c4a781d769eeacd9bc2ca

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [50ffbe8557dbecda187cd6d9c93c2fdf916a6f75]

        android: add desing library
        
        Change-Id: I6468a5cf66715516764c779ecc080fb2c1bd7382

2015-11-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f70254caf4d58022e7ec338328c45b372e6d8de8]

        android: remove CommandLine.java as we don't use it anymore
        
        Change-Id: Ib487d4f948dde2027bebc914bb3fe43b55c6d50b

2015-11-01  Caolán McNamara  <caolanm@redhat.com>  [36a3885eb2ec26acbce587497db68606feddfc42]

        crashtesting: failure on tdf89191-1.odt
        
        crash since
        
        commit 664197d95becd516c3dac25a50439078ba61e051
        Author: Justin Luth <justin_luth@sil.org>
        Date:   Thu Sep 10 11:41:11 2015 +0300
        
            tdf#36117 .docx preserve page vertical alignment after RT
        
        Change-Id: I225fa4dc0a7ea2eab6ef748f7c72bfad361257dd

2015-11-01  Gulsah Kose  <gulsah.1004@gmail.com>  [c2a76550a287adf8bdbe93c02395fb80cb11c950]

        tdf#80657 Adding new field to jump to specific page.
        
        This patch is not completed. It adds a dropdown field to toolbar.
        When you click it, the page preview focuses third page (hard coded).
        This patch's purpose is getting information from developers how to
        add numbers to dropdown field.
        --
        v2: Removed unnecessary MV_SPECIFIC_PAGE case.
        v3: Added dropdown field and defined new controller for new field.
        v4: Implemented page focus who user want.
        v5: Used NumericField instead of Combobox and added page count control
        v6: Used nSlotId instead of SID_JUMP_TO_SPECIFIC_PAGE in order to fix macOs build error.
        
        Change-Id: I722fbffcc72a1bcee70065e2e9369b73ab27f100
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/19335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-11-01  Mario J. Rugiero  <mrugiero@gmail.com>  [707f416192d5a0ca5fa96f7e141c988060b0f292]

        boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxx
        
        Change-Id: If768595d3c3ec294d5a59ad42f26aacfd6e0fda3
        Reviewed-on: https://gerrit.libreoffice.org/19708
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Noel Grandin  <noelgrandin@gmail.com>  [0e6544903bc572d1d6051cbb89a4cfb727401159]

        no need to be so verbose in constructing uno::Reference
        
        Change-Id: I187a26e200e9ecaff2adaf53a2ba3f6e87346030
        Reviewed-on: https://gerrit.libreoffice.org/19724
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Noel Grandin  <noelgrandin@gmail.com>  [b5db48ada113206ac090e4a08f2ae211859103ed]

        no need to use OUString constructor in call to createInstance
        
        Change-Id: Iaf3d83ba1490cb1d97a5bd4d1f7cd6943d4a7296
        Reviewed-on: https://gerrit.libreoffice.org/19704
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Andras Timar  <andras.timar@collabora.com>  [9da44ea99fe2fb4455b5e02ee8b178f22584254a]

        Updated core Project: help  8bd065b7ba07823196a87e20c09c7cbe68521565
        
        more *_part_title variables removed, l10n nightmare
        
        Change-Id: Icf0539cdc590e126117f439f6acc159b2d7af281
        

2015-11-01  Andras Timar  <andras.timar@collabora.com>  [109c1433f42a9ff31fc1ccc5d886421d276f8e12]

        Updated core Project: help  ab181d53ec2aba4a352329c7a85991fc5aa24c4b
        
        do not use variable here, hard to localize
        
        Change-Id: I144ce4b1a22d534cd99f1d4bcb14aa04199a35d2
        

2015-11-01  Mario J. Rugiero  <mrugiero@gmail.com>  [ce69d6e9e1b776b9cd60b2db5ca002234ea36d8f]

        boost::bind -> lambdas in canvas/source/vcl subtree
        
        Change-Id: I2b2e746197b94222c73b78379d64086adfb5e693
        Reviewed-on: https://gerrit.libreoffice.org/19712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Mario J. Rugiero  <mrugiero@gmail.com>  [d841b4424363e436371bd671d95bdea4ca65f249]

        std::for_each -> range based for in canvas/source/tools/verifyinput.cxx
        
        Change-Id: I71c714a459ea81a268f93f8ffc5286eb532794ca
        Reviewed-on: https://gerrit.libreoffice.org/19711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Mario J. Rugiero  <mrugiero@gmail.com>  [c04fd82433e9155ad61ebd92ca7b43a729a87890]

        for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxx
        
        Change-Id: Ibe089e53488a9ba6baded637b17a1aeee0908f79
        Reviewed-on: https://gerrit.libreoffice.org/19709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Mario J. Rugiero  <mrugiero@gmail.com>  [1bd101d91d12e310ecfd27d86c4c81fdec8886a6]

        boost::bind -> lambdas in canvas/source/tools/surface.cxx
        
        Change-Id: I9a9c4832cf18b10e15d2a4de8944b404b082e990
        Reviewed-on: https://gerrit.libreoffice.org/19710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Fabio Buso  <dev.siroibaf@gmail.com>  [76e75d2dd6dafe55fd1740693529640652ed6455]

        tdf#93243 replace boost::bind with c++11 lambdas in toolkit/
        
        Change-Id: I33ba22fc5b3fa4d9b2b79f33b9abb7a2a0bbf9a2
        Reviewed-on: https://gerrit.libreoffice.org/19716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-11-01  Julien Nabet  <serval2412@yahoo.fr>  [c771d2174f8f140c534c0ed3eef8320f441a131b]

        Remove some stdio.h includes from salhelper module
        
        Change-Id: Ibd95d7b3b01e7003c5d4edb831534b19313e1c37

2015-11-01  Julien Nabet  <serval2412@yahoo.fr>  [4d6defc2f119b0985403796f9d72e1a7e9d880f7]

        Remove last stdio.h from ucb module
        
        Change-Id: Ic44c39bb4f880fe3b14470fdd3d5761aa5f2a084

2015-11-01  Stanislav Horacek  <stanislav.horacek@gmail.com>  [bf4c2f74de6b82177b5f047a96b7f8e0d54a9459]

        Updated core Project: help  e3e68dd48714cfa9514eb00498f7d3ba6eb2977e
        
        change title for experimental feature
        
        Change-Id: I68b1b30f7ebf6c586c0bef67ac41f9d1ad814e36
        Reviewed-on: https://gerrit.libreoffice.org/19713
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-10-31  Andras Timar  <andras.timar@collabora.com>  [7a40c137e480329d9cf2b7946c2d83d9e52e8d29]

        Updated core Project: help  e3799ac047e3c16a43b19a6eb78e61c43a27bde9
        
        add missing paragraph id
        
        Change-Id: If698de1d8f13de72fd29574df6a3d1621d044408
        

2015-10-31  Yousuf Philips  <philipz85@hotmail.com>  [2158b14f78e5330dc2386e682e2dc66c56fcded9]

        Updated core Project: help  83a90f1c85c679b56eb2101f174220c81de1fa46
        
        tdf#92825 Add missing entries in the Edit menu
        
        Change-Id: I39aee6685d6a4491d27c89fccea3df956c7b4ed6
        Reviewed-on: https://gerrit.libreoffice.org/19661
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-31  Noel Grandin  <noel@peralex.com>  [3c971162b57bb042dc001f775b8e20ec37ecbef8]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I150f213ab033f5fc1b50abe4e1529292206c9feb
        Reviewed-on: https://gerrit.libreoffice.org/19689
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-31  Noel Grandin  <noel@peralex.com>  [4530451d40470bf5359645de0c142ddf9dc329b6]

        com::sun::star->css in svx
        
        Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c
        Reviewed-on: https://gerrit.libreoffice.org/19690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-31  Mario J. Rugiero  <mrugiero@gmail.com>  [bd332c2a335b34e209fe2b7fdfb669c855325636]

        Replace boost::bind by lambdas in canvas/source/directx tree.
        
        Change-Id: I1622f563b921a03234b9cb02de7c8abd00444129
        Reviewed-on: https://gerrit.libreoffice.org/19703
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-31  Michael Meeks  <michael.meeks@collabora.com>  [258e48d6d9c0d2ea9621b248239c0e1708a85cda]

        Adapt FuncSum to vectorize better.
        
        Change-Id: If9b06cb7f1e17ab434bb61656dc8cfe7cf170309
        Reviewed-on: https://gerrit.libreoffice.org/19698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-31  Pranav Kant  <pranavk@gnome.org>  [cfbc36e2eade42e471056d3c32fc962cd3149c17]

        lokdocview: Fix memory leaks
        
        Change-Id: I5107e4fa1828145a709e1edffe02831f4faae3c8
        Reviewed-on: https://gerrit.libreoffice.org/19676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [2b9a57482bb935c330e30eb948897a8bfb9fbcbf]

        file for ci-based ubsan build
        
        Change-Id: I4fd99f02d0a5db6e35b5c16c8b7f19c9c1bb740f

2015-10-31  Jan Holesovsky  <kendy@collabora.com>  [5409dc0847a4ec17f5791f577249d47913f12b48]

        sc lok: Always provide a reasonable document size.
        
        With an empty document, GetPrintArea() returned false, causing nothing visible
        on the screen.
        
        Also increase the values when I'm touching this.
        
        Change-Id: Iee7544a428d5d4d5d5931230a51e605302557f41

2015-10-30  Yousuf Philips  <philipz85@hotmail.com>  [6eafd85bcfeda4a0377bdf5b42dfde2ecd7e639a]

        TANGO: Fix icons of the wrong size and update remote docs icon
        
        Change-Id: Ib0c332bf893c873085b723c7d6243fa758d5df86
        Reviewed-on: https://gerrit.libreoffice.org/19658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-30  Matthias Freund  <matti_lx@secure.mailbox.org>  [12f129c0159af6d1e56dfed366def8a91570cff4]

        tdf#75256 sifr updates - correction and shapes
        
        Correct selectall/selectobject, initial work for 32px
        nicer lc shapes
        
        Change-Id: I49dba5d3048e320a806023ac3693cbfe2f128257
        Reviewed-on: https://gerrit.libreoffice.org/19695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [f173e148d8f2d0600fd50bee05e536932d529643]

        coverity#1326573 Unused value
        
        Change-Id: I72f70f8f0e01cdd59c2086244f328a007563adbd

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [f1207dbd3a0b9b05746eecfd0eb4aa4e1efcbeb9]

        coverity#1326230 Dereference after null check
        
        Change-Id: I463ad43a31b870e6e67720089514337336e6015e

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [3b13f1657a96c8bbd6e9b25ba0cc56c6bf7ab097]

        coverity#1327153 UrF: Unread field
        
        Change-Id: Ia5d4957b7b47ec103e2af0136ea8d40f21a0a4cf

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [4f4c3032d3425f9757e0a27191e4f2c4fe5a4f17]

        coverity#1326927 silence Suspicious use of non-short-circuit boolean operator
        
        Change-Id: I2973ab6cd021e4a36f11ae97d926faca77ea42be

2015-10-30  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [d77af785f962efa6f783a5106671d608c313f853]

        tdf#93684 - Remove SalFrame::Sync
        
        Change-Id: Icae9cf0a17f9cdf9a671c7e7278019d6980602b1
        Reviewed-on: https://gerrit.libreoffice.org/18453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: jan iversen <jani@documentfoundation.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-30  Andrzej Hunt  <andrzej@ahunt.org>  [a461ab5fd60068202189a2f426490b95b68efa3c]

        Correct typo in comment
        
        Change-Id: I61a372e297eeeb67f1dcadbfc5017b0cc157d065

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [acc6d29b0c865e19f0348fd650038b3472a2a2c2]

        svl: remove mostly superfluous abstraction of vector
        
        If only we could call the member vector's reserve method then copying
        would be faster, oh actually we could also use std::copy to get rid of
        the loop, ... why not just call the copy constructor?
        
        Change-Id: I59bb331e6157d692cb62f44f1fd4e8318bf92902

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [872f449377f24c97877ae3fe9c35549ef3c0c531]

        svl: replace boost::ptr_vector with std::vector
        
        Change-Id: I7377f9e99b0567a942cdb36f6964ffedacce6a68

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [9eda4d7f2f610a7f155146ab775114cf61822a71]

        svl: replace boost::ptr_map with std::map
        
        Change-Id: I87863482a5331b47e71b3e8c9de6e58347aacf24

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [87f15b9450be1078b7d0bf070475acff087c15dc]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I95ce84f7e82dc03233878de4324f2cb5c282a8aa

2015-10-30  Eike Rathke  <erack@redhat.com>  [a2c8358c99d465b8396931fb0bddec0a013031af]

        tdf#95419 fix performance fall-out, tdf#92749 follow-up
        
        Commit 1bea8310747b65516f40f6457ab1d174ef7ddce4 erroneously introduced a
        hard recalc of all formula cells if ScDocument::CalcFormulaTree() was
        called only for forced RecalcModeForced formula cells during load when
        HardRecalcState is HARDRECALCSTATE_TEMPORARY through
        ScDocShell::AfterXMLLoading() -> ScDocShell::SetDocumentModified() if
        aDocument.IsForcedFormulaPending()
        
        Change-Id: Ib6b9ac07fa183adf26fdb56dcee029ee2b9cc5da

2015-10-30  Tor Lillqvist  <tml@collabora.com>  [f96508f3230f6f098a26546d12a50b7a19130117]

        tdf#92272: We need to twiddle the bytes from BGR to RGB
        
        As far as I see, the surfaces created in the DX canvas are of
        D3DFMT_A8R8G8B8 or D3DFMT_X8R8G8B8 format, which means that the bytes
        (in memory order, on little-endian Windows) are B,G,R,A/X. So if the
        desired destination wants R,G,B,A, we need to swap the blue and red
        bytes.
        
        Let's hope this doesn't break anything else...
        
        Change-Id: I1b90d2cf95418f6557cac633ec6fce27599e8a61

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [048d47d54d72babe49920ea5e8ff934fe0032125]

        compilerplugins: check that we're not building ccache preprocessed
        
        ... input, which breaks because a) isInUnoIncludeFile() will not
        recognize the paths (which is actually fixable if it used
        getPresumedLoc() to get the path), and b) the isMacroBodyExpansion()
        check in salbool.cxx (which doesn't look fixable).
        
        So instead of printing lots of spurious warnings just abort.
        
        Change-Id: I77fd77b4986d2b099453309ecdf31be9cf93ceec
        Reviewed-on: https://gerrit.libreoffice.org/19693
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [2b5ce52cddc16be5b3bb511b278bcfef3f706237]

        Fix osl_getSystemPathFromFileURL URL scheme check
        
        Change-Id: If7737b9eaf11333facd9ae3faf58e36ba76c3b05

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [86585175a607982f0549ddad19851f1ebf52148c]

        loplugin:staticmethods
        
        Change-Id: I9ac908d0981734e4b2930a79f160ec0462127483

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5ab3e84dfd58722dc74c7369c1ad67237ca462e]

        gtktiledviewer: add missing spreadsheet corner button
        
        Change-Id: I3a7af693ccdce2012ddbaa6a3ac8321f29b6356c

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [3bdce53c557a1279e7e40d215e34405626bbc628]

        ScTabView::getRowColumnHeaders: emit info about last formatted row/col
        
        Change-Id: I6b4f6eacde84433fa3865e62c692a3f97895b887

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [18bf71a2002b979dbf80d85c8863af39783bf87d]

        gtktiledviewer: initial column headers for spreadsheet documents
        
        Change-Id: I10e88b4ff4ab0cfb29e97fa608d8acd69ce0f062

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac47e5758e56ac30d98c1d6386dfad24ac59b1f6]

        ScTabView::getRowColumnHeaders: include info about columns, too
        
        Change-Id: Id7db9fa9b451dcf2423142b38c2c12b369e16fae

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [7ef698a47be841b9a5922a3a6251edd51ba57b25]

        compilerplugins: fix warning message copy-pasta
        
        Change-Id: I3b845ae46b0d0b14be90382727cc02a838a0392e

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [0b6a0d4c3184794711e25d06b42a4be171c139a6]

        bridges: loplugin:cstylecast
        
        Change-Id: I8613f1f7f2155aa972fa4f841ebfcf6e07e45821

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [f76c3a1fb5ebc6684be6da3f32b80bd750688f81]

        sal: loplugin:salbool
        
        Change-Id: I8fa83df0bf5f6064dcdd3f830769d7626152c7ab

2015-10-30  Michael Stahl  <mstahl@redhat.com>  [d5d1815451adab8648c846b563e1b4962894e919]

        vcl: fix the --disable-dbus build
        
        Change-Id: I4562b029172e2dcef7d13bf2c1aa37410d18e25a

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [f3881ab8b0ac3b09a40a1741f4603113cc953918]

        Combine individual gb_Module_add_check_targets, and sort
        
        Change-Id: Ia625a33371d2278bd89274ed5ee18acb773810cf

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [930bcdccc5f8c806fce9c9f335c4a1031686c158]

        CppunitTest_sal_osl_pipe can be added to gb_Module_add_check_targets now
        
        Change-Id: I13522370b2bd0ea1907660a55a74e830335ca4a4
        Reviewed-on: https://gerrit.libreoffice.org/19686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [dc3fca848373a321ea438d75468ccb62e4abb9d1]

        Mac fix
        
        Change-Id: Ib44f84ae028a73dd1940797acdadaff1e3c206d9

2015-10-30  Noel Grandin  <noel@peralex.com>  [bee72ee6199950f9489ac4ed313db63586f2b742]

        loplugin:staticmethods
        
        Change-Id: I4cdf2fa91dde1968cfb984faf0bdd3aad42eefd2

2015-10-30  Noel Grandin  <noel@peralex.com>  [e10570565f02959c8b713d1e17f5810424ddb63d]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I3d45914e349a4268204af84b95b53ccce7b9d544

2015-10-30  Tor Lillqvist  <tml@collabora.com>  [76cfcea67284c246e04efce836327ec0dd2bfb66]

        The fglrx driver is an X11 only thing
        
        It means "FireGL and Radeon for X".
        
        Change-Id: I188fa03a113d9977a7a240bc0fc9f6dc9be054b8

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecef9cb66c5f6009c7b062b489f93de85b70beeb]

        gtktiledviewer: initial row headers for spreadsheet documents
        
        Change-Id: Iec9080d7017ddcf2b605243bc820f9664110c2e8

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7ce5f83343f8f6ba8a59b05820b3a2066c0ce9a]

        LOK: initial Document::getCommandValues() for RowColumnHeaders
        
        Only the row info and for the entire tiled rendering area as a start.
        
        Change-Id: Idbccd805b355e8d151ab7025ac1cf0c686cb237b

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [5aee8e8cf48cf6c5fe5a4065554e96597e39e73d]

        Various loplugin clean up
        
        Change-Id: I94279c923624021c2420e893aac1aea5b9a802f9

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [28ac8ece849b3fc15b7a9fe7f7efd6a1e1b1c64c]

        Missing include
        
        Change-Id: Ib1b5adc0427735b02eb696773b25027f528ab492

2015-10-30  Noel Grandin  <noel@peralex.com>  [669b9cd5b8924a121114540adac91cd7e2f8b0ad]

        com::sun::star->css in svtools
        
        Change-Id: I95fd8317ab1142068e0c7b50fc62643fe9f95dc2
        Reviewed-on: https://gerrit.libreoffice.org/19683
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-30  Noel Grandin  <noel@peralex.com>  [f8767ea9e53fda2ab144c7edbee75582b0391f2c]

        fix OSX build
        
        after my commit cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7
        "use uno::Reference::set method instead of assignment"
        
        Change-Id: Iecbcd2ffd521913a63374a56c5179065cca42f09

2015-10-30  Noel Grandin  <noel@peralex.com>  [b460792abc90a06489f45501759936046daf3607]

        loplugin:unusedmethods
        
        Change-Id: Ib4277268903e4411f6dabc856270702f40027bdb
        Reviewed-on: https://gerrit.libreoffice.org/19680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-30  Takeshi Abe  <tabe@fixedpoint.jp>  [227678102b8b1c861b88efd58979f2be78d5d906]

        vcl: This is a constant
        
        Change-Id: Id87952a5eafa6c4ddf2d58b694cadf1fbf5c45a1

2015-10-30  Noel Grandin  <noel@peralex.com>  [cb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I080668f86f0ab8b3bba857ee21411f907ae285c4

2015-10-30  Noel Grandin  <noel@peralex.com>  [3bc5df7f32501075149e4b41f6e98ea8dd2cfcbd]

        UNO: no need to use OUString constructor when calling createInstance
        
        Change-Id: I37da28539b94706574116d0fff5f008aabfb5526
        Reviewed-on: https://gerrit.libreoffice.org/19682
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [2e528df76b168a221c6d251d9b076bce5ba051a3]

        tdf#90987: SlideSorterBarOptions was missing Commit() too
        
        Commit() of related _Impl class actually wasn't called anywhere
        after 465359c35fcd8c30a2bedd3d0beb07c0c1c36cba removed it from
        destructor.
        
        The config was also never tagged as modified, so fix that too.
        
        Change-Id: I8293fee20ec154d5d70a7cda8b015bf723b50c87
        Reviewed-on: https://gerrit.libreoffice.org/19558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-10-30  Stephan Bergmann  <sbergman@redhat.com>  [fb3f7e20c1cdeb944dff3c8ca9f48dc6450c9ebb]

        Get this remove/re-add dance finally sorted out for good
        
        Change-Id: I16cb3fdd699dcd45de25b49d30e0d1b6392fd82b

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [6e2736705dbbeada40ae6663c006176d052d026a]

        coverity#1332210 Uninitialized scalar field
        
        Change-Id: I9f62e3f9d2bb517ad8f40400004670de1c4d06a5

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [e87f71cebee26624b4e9495b0acc172d47e705dd]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id6d969713d94b558a93d303c6dabcbfdd1c65194

2015-10-30  Caolán McNamara  <caolanm@redhat.com>  [8be504b6239d34963cb44411d0b3502ac23aeeb2]

        cppcheck: unreadVariable
        
        Change-Id: I109e5f36a524e2996d00bf81e873776d0d738011

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [99261989ddbf4ec0223fe8ed3e874b27edf8843e]

        sw: prefix members of SwFindNearestNode
        
        Change-Id: Iea2094f736837f5aecde2d9ff810dffb062d2315

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e794e43a0cedb9b836f0d1d75ad31413ee74cfea]

        sw: prefix members of SwForm
        
        Change-Id: I91c1aa5149bff9c6489ad6f1a68818b502d95966

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d46941fd140940928bd4376d6cd9b8e928ac261]

        sw: prefix members of SwModify
        
        Change-Id: Ia8d44e5c8a987aa1c0cc38e885eadd595b70a898

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [150fdfc77274909dd9281b97c1e166cac838c60e]

        sw: prefix members of SwNode
        
        Change-Id: I3ce33c8ea0c09948785621785d199ece6eda128a

2015-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd0ec1e68dcbc344cbaa50e35608bab95925fcaf]

        lokdocview: ensure private structure is allocated with operator new
        
        It's undesirable to malloc a struct that has a TileBuffer member, while
        TileBuffer doesn't have a default ctor.
        
        Change-Id: I72dfacc0088f238ee101d84838bd7eea51ced82a

2015-10-30  Noel Grandin  <noel@peralex.com>  [065c8b48a604b70140862d0d02deb584626d6994]

        use uno::Reference::set method instead of assignment
        
        Change-Id: I58410209f32f988f258a588364e0b037c2790211

2015-10-30  Noel Grandin  <noel@peralex.com>  [addb63fa8ac9fa1a29a00e886e7ae177b604494c]

        convert Sequence<XInterface> constructions to use initializer lists
        
        Change-Id: I66475190cc0f18465c56b94af7bc0d5a1ca81242

2015-10-30  Mario J. Rugiero  <mrugiero@gmail.com>  [f53343320101bfe650f5fe2cdf95f94995778037]

        xmloff tree cleanup
        
        - Replaces for_each(*.begin(), *.end(), ...) by its range based for loop equivalents.
        - Replaces boost::bind calls by C++11 lambdas.
        - Cleans a few hacks made to workaround boost::bind limitations.
        
        Change-Id: Ie88cc651a2a835b03d5037e54e2a61ca93866310
        Reviewed-on: https://gerrit.libreoffice.org/19678
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-30  Mario J. Rugiero  <mrugiero@gmail.com>  [26d5407a5f653e55ec9255117760886bcec4fe15]

        basegfx tree cleanup
        
        - Eliminated an unnecessary boost/bind.hxx include.
        - Replaced simple old-style for loops that iterated over a container by ranged based for loops.
        - Replaced for_each by ranged based for loops wherever valid.
        
        Change-Id: Ib5c8291cf6d417047b350560f0428723efeccd1c
        Reviewed-on: https://gerrit.libreoffice.org/19679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-30  Noel Grandin  <noel@peralex.com>  [c7e8f21a538c409abe70b90d7bba38386e90a876]

        loplugin:unusedmethods
        
        Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f
        Reviewed-on: https://gerrit.libreoffice.org/19636
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Mario J. Rugiero  <mrugiero@gmail.com>  [efbde08e2a9930edb4637824d9d3a768873314a8]

        Cleanup in sfx2 tree
        
        Replaced a few std::for_each occurences by range based for loops,
        and the only boost::bind in such tree by a lambda, alongside with
        a bind2nd call and boost/bind.hxx headers cleanup.
        
        Change-Id: Ie5e58f5b7d23ec846fd7457a6bad0132e0278dbf
        Reviewed-on: https://gerrit.libreoffice.org/19662
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c2c5ef575eec07617cd759985f4ab5fb8732eff]

        configure.ac error in VCVER use and in firebird mac exclusion
        
        Change-Id: If63c8b8a4d2f51426d0b7caacd14b985e53eb441
        Reviewed-on: https://gerrit.libreoffice.org/19674
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3b6f8795853a61869de08e627db86e567656939d]

        filelist-split: reading dos files under cygwin retains \r\n
        
        so \r needs to be taken care of in the split-regex as well
        
        Change-Id: I834d8dcb95b48bbe6c8fa034d5621f006c0dcef8

2015-10-29  Tor Lillqvist  <tml@collabora.com>  [3a88f8de3cc6175907c584b848dd06391ee9d8fa]

        Revert "Nothing "new" with these"
        
        Actually the "new" comment means "non-standard", as the "new" ones are
        not in SMIL 2.0, which is what ODF references. Yay for standards.
        Added clarifying comments.
        
        This reverts commit 11c7da74d5633d55c11d1ec04dd0096cb96f88f0.
        
        Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2

2015-10-29  Marco Cecchetti  <marco.cecchetti@collabora.com>  [e428786dbf73d49af611762cf08d64602c3276c9]

        tdf#95356 Now text decorations are applied correctly
        
        Now the default for using the SVG tiny profile is false.
        Now the default for use native text decoration is true.
        
        Fixed the following issues:
        
        1) Text decoration (underline, strike-out) was not exported.
        
        2) Commit 0a4e913 (tdf#56467: improve export of formulas to SVG) had a
        side effect: all exported text portions have position attributes (x,y)
        even if they are on the same line (y_old == y_new): this caused that
        underlined text belonging to 2 different `tspan` element was not
        underlined by a continuous line but there was a gap where a `tspan`
        ended and the next `tspan` started.
        
        3) In commit (tdf#37650: further improvement of svg export)
        StartTextShape method is invoked even when positioned characters are
        used but the `implWriteText` method always adds a `text` element by
        itself so there is no need to call StartTextShape.
        The changes for non-positioned characters have been embedded inside the
        `WriteTextPortion` method.
        
        Change-Id: Iee0d6a6816dcbd2d97f2fbdf969f012de678604e
        Reviewed-on: https://gerrit.libreoffice.org/19672
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [fc7df6f9a6caf975867f4fcb87b5b0c86ed1ee84]

        tdf#93509: Commit at the right time
        
        when the change is made, not during exit (as did
        4aab13f77e5dc218d067ca7efe3622f4ea780bf9 "tdf#93509: crash on storing auto
        correction config fixed," which caused PythonTest_sw_python to crash during
        exit)
        
        Change-Id: I0e9c264ae3fee7fdb732d36f42ebbb477557a644

2015-10-29  Tor Lillqvist  <tml@collabora.com>  [5eb7692ab845a879d265b2e4df48cb7e4536da33]

        tdf#95416: Get rid of #include "../foo/bar.hxx" style includes
        
        Sample commit of what should be done, for the basctl module.
        
        Change-Id: Ied47ea3129844179f2624c6870c05e48540fd0f6

2015-10-29  Mihai Varga  <mihai.varga@collabora.com>  [ee73a6c5573391f5f8e2f100f8392c34d6c61344]

        LOK: font/back color callback - use sal_Int32 instead of long
        
        Change-Id: I2e2ebc5a12794e9641a6195f07fa4b2d1a7369a9

2015-10-29  Mihai Varga  <mihai.varga@collabora.com>  [8e3685228d833233fc9a912a5e97df0e14597928]

        LOK: font/back color feedback
        
        This is used to know the current font/back color
        
        Change-Id: Ic524fcb5c26e1c15ec9c50b2879465152ac8ee34

2015-10-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c5465b860bacd3839446c38d988c6bdc14c539fe]

        filelist split: condition the pattern instead the whole block
        
        avoids a more complex regex with branches, and doesn't duplicate the
        execution block
        
        Change-Id: I48550c7ea2938001c139b9baecd1282727d7db31

2015-10-29  Tor Lillqvist  <tml@collabora.com>  [93e2e45e497bd55cd0fa0502a618d5326ce382b0]

        Too much copy pasta is not good for you
        
        Change-Id: Ie5a3cddd6fcf9d1a763284c1aea0fca579da4f8d

2015-10-29  Eike Rathke  <erack@redhat.com>  [326b21356784a382a3880835f5f24353730e4e30]

        add missing license header
        
        Change-Id: If8503566d02b2e2de51acc21f33042b9cc23b059

2015-10-29  Eike Rathke  <erack@redhat.com>  [c6e6909672486b8552c6a5b051ce0fb91ba60f1f]

        use separators and number formats as in [it-IT], tdf#91199 follow-up
        
        Can't use ref="it_IT" because it-IT is one of the legacy locales that
        has localized format codes, sigh..
        
        Change-Id: I3ce88e80f17e626bc4fc4849795e2c9893261dc3

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [a346dfccd7e342d776dd59eb3ed128557e22a1bf]

        tdf#70833: IDNA support when exporing hyperlinks to PDF
        
        Any URLs using non-ASCII IDNA syntax need to be resolved to ASCII-only, as PDF
        URI Action's URI needs to be "encoded in 7-bit ASCII."
        
        Introduce URIHelper::resolveIdnaHost (svl/urihelper.hxx), which internally uses
        icu::IDNA, which requires to bump the minimal --with-system-icu requirement from
        4.2 to 4.6, which means ICU_RECLASSIFIED_CLOSE_PARENTHESIS is always true now.
        
        Change-Id: I0e20d9a20ed2b869fba0cc7c969721411db590b3
        Reviewed-on: https://gerrit.libreoffice.org/19669
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-29  Michael Stahl  <mstahl@redhat.com>  [b051510796dcf289edcd03737087176e53bbe4b8]

        solenv: hack to maybe fix WNT instset creation
        
        Apparently that regex doesn't work on WNT for non-obvious reasons;
        clearly this should be fixed properly by somebody with actual Perl
        knowledge.
        
        (regression from 644fe0abd5dd9fb468c913337ae616fe26f9e3ad)
        
        Change-Id: Ifed4ff3305e4961709a45f6a0ce40dc0683ccf28

2015-10-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [df046ebf9b4d0578b4b59675817db75298cb1fc0]

        Updated core Project: help  95121b5e4604485c71c616833235ccc5f784fcb9
        
        rename Catalog menu item in Math to Symbols
        
        Change-Id: Ia93ddf9f7f786420abdad615d66e6103a8ffe72f
        Reviewed-on: https://gerrit.libreoffice.org/19562
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-29  Oliver Specht  <oliver.specht@cib.de>  [f3162ccd18cd31323e4a0c18648332d6a493e4c7]

        tdf#94835: crash while loading RTF with \dppolygon token fixed
        
        RTF token \dppolygon now creates a PolyPolygonShape
        test included
        
        Change-Id: I065eaac0ca1b8a59f02c3198363180ab244a3942
        Reviewed-on: https://gerrit.libreoffice.org/19665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [b9b4554d064d91ced74b6e476bcc383e2c55e75d]

        Updated core Project: help  4f5336d0eda494ce0a26625b9fdf717dcef3c65e
        
        rename "Images On/Off" to "Images and Charts"
        
        Change-Id: I0cea84b95ff252de894f246c3d66a088dce55d4d
        Reviewed-on: https://gerrit.libreoffice.org/19561
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-29  Noel Grandin  <noel@peralex.com>  [e26245b3e5fe6f7e46e57b80c890c7cafc5c4bb9]

        com::sun::star->css in smoketest,sot
        
        Change-Id: I59a083cd53baa76ea271cfc0470487899b92dca4
        Reviewed-on: https://gerrit.libreoffice.org/19666
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Noel Grandin  <noel@peralex.com>  [95b22704e8452e6360d0acf846e8c967aab146d7]

        com::sun::star->css in starmath,stoc,svgio,svl
        
        Change-Id: If4308b358a55351f6e951ebf055df076ce4ad4ce
        Reviewed-on: https://gerrit.libreoffice.org/19667
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  tagezi  <lera.goncharuk@gmail.com>  [457f8fd4d33053510b0e44d210b7febd2f07a4ff]

        Formulas for descriptions of trigonometric functions IM*
        
        Change-Id: I6ebde5a5de799838775ddcd4fb532397b0dcf18a
        Reviewed-on: https://gerrit.libreoffice.org/19428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2015-10-29  Noel Grandin  <noel@peralex.com>  [e195b2ec9559390c4d1172e0a1e4322dbc7dd45d]

        com::sun::star->css in slideshow
        
        Change-Id: I7ae3c5198c22a3937e8c3ef87f48fa2a7e562c62
        Reviewed-on: https://gerrit.libreoffice.org/19664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [4092da68f5e71b3fb82382a8f3d31d2cd05289d7]

        CppunitTest_svl_urihelper needs the file UCP
        
        ...for the WNT-only file:///c:/... vs. file:///C:/... check in
        testNormalizedMakeRelative
        
        Change-Id: I66a0456589aabe395645bb358dbef3268e1c3816

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [c86c51a142301316f78db65ce8697da8d34fd9eb]

        sort
        
        Change-Id: I074eb6c6ecd651aa63257f7f8424efbd87af899c

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [980cf4ad2ce25bd549d745208ca926bd5c205921]

        CppunitTest_svl_urihelper can be a plain check target now
        
        Change-Id: I8c6f7822f44ae7b6fe213032c62abe620eb3b11f

2015-10-29  Noel Grandin  <noel@peralex.com>  [56c4032272bc70086e61cc10009956966d6b0e8a]

        com::sun::star->css in shell
        
        Change-Id: Id74a5e79764f37944afab4d2a0dcfc7dbfc9b295
        Reviewed-on: https://gerrit.libreoffice.org/19663
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Stephan Bergmann  <sbergman@redhat.com>  [2c472bcb28761a699ff6f3ad1fc26d62d7cf2280]

        Remove duplicate
        
        Change-Id: I9ad24399613dbaece438afd3c6b59ca7bef45423

2015-10-29  Noel Grandin  <noel@peralex.com>  [a2795356608c9de3679ccd3076c7df14cb549d8b]

        com::sun::star->css in sd
        
        Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4

2015-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0f7efe83096655348d32782636bf0f54d837834]

        sw: prefix members of SwNodes
        
        Change-Id: I51a8161eeaa781ccace08605b97a0092f972b3bf

2015-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbcc527e14f5c45694dac3e6751b00b89be9bd58]

        sw: prefix members of SwNumFormat
        
        Change-Id: I71c2004b411831ce869331ab7251683f78428b2b

2015-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e754ed9d8c4535464d9003dcedc43cde6b0fd7b8]

        sw: prefix members of SwPosFlyFrm
        
        Change-Id: I08a2c2bb8ebd8cb2adf25b23fa57a5c5441fcfea

2015-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [82acd281d3326ea051a7ea2dd24af2f93981abf4]

        sw: prefix members of SwStartNode
        
        Change-Id: Ibb3b33681f4c33794e07b40989709e8f292f2084

2015-10-29  Noel Grandin  <noel@peralex.com>  [7cdbde4867b14ae382262dc394ba83e609a8eecf]

        Initialize Sequence<beans::NamedValue> from initializer_lists
        
        Change-Id: I216dcbd983dcf3df79df9fda371b93114540a9d8

2015-10-29  Noel Grandin  <noel@peralex.com>  [ab20a5888d3a7f964ef2fb3afe2477825da6037e]

        com::sun::star->css in sdext
        
        Change-Id: I1720391c6842a75033aca4e1b852a8cb89ca1efa
        Reviewed-on: https://gerrit.libreoffice.org/19638
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Noel Grandin  <noel@peralex.com>  [5d5c4686badbf67aa25b18701f25d90fa8b4e42a]

        remove boost::noncopyable from /include
        
        Change-Id: I9fa22b06fabf79043ebc68be7afebc6e810f4db1

2015-10-29  Oliver Specht  <oliver.specht@cib.de>  [fbff75a64c7449aac85d640f67b1de147db35c3e]

        tdf#89337: Fixing crash in edit/index dialog, again
        
        the fix of tdf#92732 moved the crash from pressing Close/OK to
        pressing the window closer. Now the CareWindow is set in dispose
        and this works for all
        
        Change-Id: Id9c272acec48890556a5042c0f5310e69c0a67da
        Reviewed-on: https://gerrit.libreoffice.org/19645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-29  Oliver Specht  <oliver.specht@cib.de>  [4aab13f77e5dc218d067ca7efe3622f4ea780bf9]

        tdf#93509: crash on storing auto correction config fixed
        
        fix of tdf#86494 removed the pAutoCorrect which is required to store the config
        committing the config before fixes the crash
        
        Change-Id: If049d5ad1e62711d4ec66ec6cca15940f7edba90
        Reviewed-on: https://gerrit.libreoffice.org/19640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-29  Noel Grandin  <noel@peralex.com>  [b16cdb55caceb478e01da607fb41a475496f8eff]

        remove the USE_APP_SHORTCUTS #define and simplify the code in the process
        
        it was effectively always being set to true
        
        Change-Id: I9e29819d10985708e37e87daa37be72b3e160c7e
        Reviewed-on: https://gerrit.libreoffice.org/19639
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Noel Grandin  <noel@peralex.com>  [913a2d3692f0dc36c41bfeca2cad7e936b189a30]

        com::sun::star->css in sfx2
        
        Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197
        Reviewed-on: https://gerrit.libreoffice.org/19643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-29  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e5c8de332a687b682b596f1a917030185909dd1f]

        Updated core Project: help  40fcfdbae0a973225f0c814f640bbf9b35bd0069
        
        use switches for Ctrl or Command key
        
        Change-Id: Iba433df44d9f944182022ff32ce94db4b4b548a5
        Reviewed-on: https://gerrit.libreoffice.org/19650
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-10-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [586b35a178b9e74354e1b95dd2fdd7f5c1638905]

        evil error description is misleading
        
        Change-Id: I2b8332e8346fbbbb3270e53102e5e3a51cbd6df7

2015-10-29  Michael Stahl  <mstahl@redhat.com>  [65f98610ddb9b3847aad0566e15b6087d0149464]

        sw: fix "long" overflow in lcl_CalcWish
        
        0 + (1 * 32768 * 65536 / 65537) evaluates to -32767 with 32-bit MSVC
        whereas with 64-bit GCC the result is +32767.
        
        The multiplication overflows to 0x80000000 - so do that in 64 bits.
        
        This fixes the JunitTest_sw_unoapi_4 failure in SwXTextTable on the
        TableBorder property, where the wrong result caused MakeSelUnions()
        to believe that the last cell is not visible and hence setting the
        TableBorder property failed.
        
        Change-Id: Idb10535ce5342cd83d7ab6aea07782a2034469eb

2015-10-28  Eike Rathke  <erack@redhat.com>  [9d28748d4b6d97bf0d18956e9e0336d71d9fc718]

        unit test for tdf#95395
        
        Change-Id: I8bbd70f6740019bebc23d20259f923b8f87d4329

2015-10-28  Eike Rathke  <erack@redhat.com>  [b5cd11b4b02a85a83db77ba9d8d1763f0cd88cb1]

        Resolves: tdf#95395 force range reference to array only in array formula
        
        ... and not already if the function has a (ReferenceOr)ForceArray type
        parameter somewhere else in the parameter list.
        
        Regression triggered by commit 01eea7fe40c939311bf1920b6e8b4391a93c2e82
        for MATCH, HLOOKUP and VLOOKUP first parameter, but behavior already
        present since OOo for LOOKUP; FORECAST in its first parameter, PROB,
        LINEST, LOGEST and TTEST in the last two parameters.
        
        Change-Id: I4a30ea3362f86274a048b0e3f47fa12da3001a3a

2015-10-28  Caolán McNamara  <caolanm@redhat.com>  [ac00222a258c837bf60669db2bd03ee06cdf86a0]

        coverity#1326258 Explicit null dereferenced
        
        Change-Id: I58b07353f4dca7fc24305bd0120ed7db18339e83

2015-10-28  Caolán McNamara  <caolanm@redhat.com>  [4a0a89f2ee602394f3b67437eb047ace33f2ada6]

        coverity#1326465 Dereference null return value
        
        Change-Id: I0bb704e3f49444c7b377ac22acb52cf2dd58325f

2015-10-28  Caolán McNamara  <caolanm@redhat.com>  [0d8f7f69c632c34621cac46db5358ebc908434f6]

        coverity#1326106 Missing call to superclass
        
        Change-Id: I546d3a1be35c627b4fe36972620eefd4ee099e7f

2015-10-28  Caolán McNamara  <caolanm@redhat.com>  [b56088673094374cd20b0e62ce7e3a94ef30a6fc]

        coverity#1326926 NS: Suspicious use of non-short-circuit boolean operator
        
        Change-Id: Iceccb42d7e65abe012411fd61b3c69145d91f17a

2015-10-28  Caolán McNamara  <caolanm@redhat.com>  [decdab2c65decdce2270d1029bc9cc626159619c]

        coverity#1326924 NS: Suspicious use of non-short-circuit boolean operator
        
        Change-Id: I99aba91939af31837923d2e2e3ca4814178449dc

2015-10-28  Andras Timar  <andras.timar@collabora.com>  [a66bd32b78a8e88f24690452a96bf3f248bfa004]

        tdf#91270 fix crash on exit (Windows)
        
        dynamic atexit destructor and const static variables reportedly
        cause crash, let's avoid this.
        
        Change-Id: I24234084f810854606dde9914bee1c98ebc2e3dd
        Reviewed-on: https://gerrit.libreoffice.org/19656
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [93a007b1b02c13025b08bcefe19dd54e24e2b80f]

        tdf#94138 also apply settings when printing (Draw call)
        
        Change-Id: I72056f3e167923f00c37648a24190b533eb9b471

2015-10-28  Lionel Elie Mamane  <lionel@mamane.lu>  [0bc79eef361334040b41385953aaebb81e82b33c]

        base new query wizard: fix confusion between display name and field name
        
        Change-Id: I75354ffea2daede55b34e4cf3321d57196be3d9b

2015-10-28  Lionel Elie Mamane  <lionel@mamane.lu>  [189c3a553ed962ed6d024f3a7c920e2f0c8f7138]

        dbaccess KeySet: on insert, set NULL only when there is no default value
        
        Change-Id: I4f9ea6760a7e47d28fe378c8429fb286d6e7f33e

2015-10-28  andreas kainz  <kainz.a@gmail.com>  [37080f6ee04cd21821269ca6ad02d1b158d02197]

        Breeze Icons: optimize png files reduce file size
        
        Change-Id: Id380b97a507377f77ef679962dce155d9fa777b9
        Reviewed-on: https://gerrit.libreoffice.org/19566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [73a851048f5173c3e6411f48ef26e006de7b63d8]

        tdf#92256: Don't save CONV_UNSPECIFIED string ref syntax value
        
        The following scenario is how it breaks:
        1. user has ExcelA1 as her formula syntax setting, CONV_UNSPECIFIED
        (that means "same as formula syntax") as her string ref syntax setting
        2. she saves the document, it will now contain CONV_UNSPECIFIED value
        3. someone else with CalcA1 formula syntax setting opens the document
        ... since it contains CONV_UNSPECIFIED "same as formula syntax" value,
        it will use his CalcA1 formula syntax value to evaluate INDIRECT func
        => #REF!
        
        Avoid this by reading formula syntax/grammar value, mapping it to
        matching string ref syntax and saving that instead of CONV_UNSPECIFIED
        
        Change-Id: Ide62d81e6b70c2e9f2ff79648935788107475778
        Reviewed-on: https://gerrit.libreoffice.org/19610
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-28  Tor Lillqvist  <tml@collabora.com>  [1ef5ab5e60292375808879a318eb18fce0ab510f]

        What's a "mape"?
        
        Change-Id: I4f7895683d5e42fd9c901759615025958939eb76

2015-10-28  Justin Luth  <justin_luth@sil.org>  [d24b2a352ad32df843964c687970edc4dc0f27aa]

        tdf#95354 - pad AltX to 4 characters
        
        Change-Id: I552f305e78427bdbd37e48013f5cc4b78024e8ff
        Reviewed-on: https://gerrit.libreoffice.org/19631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [59dfeacf8c08b911e8bf3b1f5d9bf896970dd929]

        sw: surely that should be !=, not <
        
        Change-Id: Id733fd3a53fe2023be20fcf7c9d93823d1697a7d

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [34b5da1c701144d2d957d523d79e2547cbf40ece]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I1d9aa200734d264e3bc65ea39f8c2a2d03782f7b

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [9092f96c63c05833ee5319935da1078afe216b55]

        tdf#94871: sw: fix a frame formatting regression that affects help
        
        The early return must also be taken if the anchor is neither AT_CHAR nor
        AT_PARA.
        
        (regression from a219bbb62f974020fac0799143fbc51c385bb460)
        
        Change-Id: I4eccb1f80401ba620ef87342f40c1a896918f3d3

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [ade0e181ac5c58186a71969fc5e81ad570d33fb3]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I85409838a5c44f8e76c60ff88e41c01d2bb71987

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [3e2a6738969cea8ed2eb0e6c25fa2673ca756e63]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I2bb543ce1678140e8a6e086171a8f6b4529771d3

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [44d38a110b87afbba6f8221e226ce22a93a39127]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I32edfa929aa81431a1e20180f3fd8a539ad43274

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [191ca975b7fd37d79d8b82fdf4ecb5f298625c22]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I9adb9a445844ead91eefec8c57b879b0cc11c686

2015-10-28  Eike Rathke  <erack@redhat.com>  [384d9e4132be7d7c41a992e6d5cb7c0f59a79ffe]

        preserve and renumber duplicate values
        
        Change-Id: I5c805fb7d60d8bae7109e3910f7bb0b5dd142909

2015-10-28  Eike Rathke  <erack@redhat.com>  [882a0ad91676a4edc25feec8b129b42f88ef970c]

        add comment that some STR_COND_... values must be in sequence
        
        Change-Id: Ibb1b14aa624b1ff6f52c5db8ba799d8cf30c3484

2015-10-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [b75bc4b5de529f27fe56beb2d86f907411fa1e17]

        Date: avoid temporary conversions to sal_uIntPtr
        
        Change-Id: Ib52c5d1a55d17c572fd5be9a3ce36c6de7965220

2015-10-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [1d927b23dfeef3cdc270c6c94e81e08180dabe76]

        Date: group common code
        
        Change-Id: I4d1bf6591d54621c33dc2ff0be0ecb59f1839581

2015-10-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3de32acc06cfcf9bb343a29c4b9854c92645f70]

        Rename (private) Date::init and reuse it
        
        Change-Id: I3123876860cf6cce1e16c8f516f3d08fa7e15d83

2015-10-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [24c28ac7b08848f80001d6e69595804d3ab64b47]

        Date: use support function for mapping years to days
        
        and reduce scope for other local support functions.
        
        Change-Id: Id0d6b9a04ff67620f6dca39d62443a3f191d75ee

2015-10-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [8e369625a442324d5a639fefc2481d421cd9b706]

        Avoid intermediate cast to sal_uIntPtr
        
        Change-Id: Ia7b5f519e381318f1d1cd6d0f982d22e8bbdffa7

2015-10-28  Takeshi Abe  <tabe@fixedpoint.jp>  [90cdd9eea8be5ed44d17f34b2276e5f3b7542835]

        vcl: This is constant
        
        Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30

2015-10-28  Stephan Bergmann  <sbergman@redhat.com>  [4a59a23101245d89dae4484ec425bb5023a4384b]

        Get rid of some redundant base class typedefs
        
        Change-Id: Ia11ec85cc172d1b81b494107306c0aee98ce2ab5

2015-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [bfd79be417358822023691cf7b7b2946906100ca]

        vcl: getWindow() -> setClipboard() in ITiledRenderable
        
        It's cleaner to let the apps do this themselves than exposing their
        underlying vcl::Window.
        
        Change-Id: Iff2442dd325fa65a0cf3ad4aa7f918542dab1e4c

2015-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a827957f3f559738c221450e3e691361096ac9a4]

        sw: prefix members of SwSubFont
        
        Change-Id: Ifc4ec214ad7034ecf694c690c3a04e995c64fbe9

2015-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [495f4ca3119ed0a70338d454b2c8659501545d69]

        sw: prefix members of SwTOXMark
        
        Change-Id: Id8cc41ab9af5d6fe9934f97927c7e3d1e7f6ebf3

2015-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [5645fb51e112f7532b0f5e3472937c54e6704c40]

        sw: prefix members of SwTOXType
        
        Change-Id: I8500dda538a82a920dd6164251bf193489b12a15

2015-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c85e746dc52bf8ada89d4be6d193a0760af1b21]

        sw: prefix members of SwTableBox
        
        Change-Id: If4c4a043f3d9c2e1e89eb4199d33cd39f502c56e

2015-10-28  Stephan Bergmann  <sbergman@redhat.com>  [ac630469789b8b1fd93d3ae90acae83ed463d756]

        Fix includes
        
        Change-Id: I9e2b4cd366fa4f7561945d9c86e35e984df36fd9

2015-10-28  Stephan Bergmann  <sbergman@redhat.com>  [43e42f9438b8408b0adcdcc9c9dc5fb4dbc905ee]

        Fix previous 604c6cf42f1d136e5c076b4ae17bec86e7e1a206
        
        "bin confusion with name AccessibleGridControlTableImplHelper," there is no
        cppu::ImplHelper
        
        Change-Id: I289c3a20e848a1ce6f548b5720cf1436eed5352c

2015-10-28  Noel Grandin  <noel@peralex.com>  [16246ed7b280f51a39a01ded24c0d7bd59d59365]

        com::sun::star->css in sc
        
        Change-Id: I7774890f46f9343e944e34db27af8bce3b1d0915

2015-10-28  Michael Stahl  <mstahl@redhat.com>  [5d3c37b99e8bfa9256f12015152439bf4e5ebbb4]

        sw: remove SwDBTreeList_Impl::m_aConnections
        
        ... which actually does nothing since commit
        fca027b0bd76a76b50f4d6d667d2d479417a74a6 but was dutifully converted to
        a boost::ptr_vector.
        
        Change-Id: I69186d6ba7d90fb2f94b417fede3a907811c32c0
        Reviewed-on: https://gerrit.libreoffice.org/19518
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-28  Douglas Mencken  <dougmencken@gmail.com>  [604c6cf42f1d136e5c076b4ae17bec86e7e1a206]

        bin confusion with name AccessibleGridControlTableImplHelper
        
        AccessibleGridControlTableBase.hxx :
            typedef ::cppu::ImplHelper< css::accessibility::XAccessibleTable >
                AccessibleGridControlTableImplHelper;
        
        AccessibleGridControlTable.hxx :
            typedef ::cppu::ImplHelper< css::accessibility::XAccessibleSelection >
                AccessibleGridControlTableImplHelper1;
        
        Change-Id: Icde57d148cf725a3bd4c0927edf7461598398e04
        Reviewed-on: https://gerrit.libreoffice.org/19348
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-28  Noel Grandin  <noel@peralex.com>  [10e4396dc7c96061750208c32f29c372737f63d2]

        com::sun::star->css in sal,sax
        
        Change-Id: I24e202b1f8071fe918e4e164b5fa1c08a561cb24
        Reviewed-on: https://gerrit.libreoffice.org/19626
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-28  Noel Grandin  <noel@peralex.com>  [d95a27f944c8a28d0368f248028ddf395fe1c57e]

        com::sun::star->css in scaddins,sccomp,scripting
        
        Change-Id: Id9167341940bac65f055e1e33ff0670f6fa0f6c4
        Reviewed-on: https://gerrit.libreoffice.org/19629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8c5e922d66d154405029380374f088cee6578056]

        handle scrollwheel events in TabBar of Sidebar
        
        - using the scrollwheel in the TabBar used to scroll the document:
          - even though the deck next to it handles scroll event on its own
          - thus there are two areas that arent even touching (separated by the
            deck) scrolling the same area
        - instead, now we capture mousewheel scrolls and switch through the
          decks of the sidebar. This should also severely simplify navigating
          them.
        
        Change-Id: Ie2136f4ec67dedf72ff6b56d16356f6a12de74ea

2015-10-27  László Németh  <laszlo.nemeth@collabora.com>  [048bc383f1d2c15f690364d0001045cdf7090f6f]

        Updated core Project: dictionaries  b4f9255af01dcc24f263fdb0cd4544db35153d9d
        
        tdf#95024 update Hungarian spelling dictionary
        
        Change-Id: I5fd5bd203aead86126be8ab585a4be616470f01e
        Reviewed-on: https://gerrit.libreoffice.org/19620
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-10-27  David Ostrovsky  <david@ostrovsky.org>  [2125026220cd0b567ce4ab95de334105809bce0c]

        Support universal C runtime, SDK 10 and .NET 4.6
        
        Starting with MSVC 14.0 (aka VS 2015) C Runtime (CRT) was divided in
        two logical parts: The VCRuntime, which contained the compiler support
        functionality required for things like process startup and exception
        handling, and a "stable" part that contained all of the purely library
        parts of the CRT.
        
        Previously, all of the CRT headers, sources, and libraries were
        distributed as part of the Visual C++ SDK, installed in the VC
        subdirectory of Visual Studio installation (generally C:\Program
        Files (x86)\Microsoft Visual Studio 14.0\VC). The files for the
        VCRuntime are still part of the Visual C++ SDK. The headers, sources,
        and libraries are now distributed as part of a separate Universal CRT
        SDK. This SDK is included with Visual Studio; it is installed to
        C:\Program Files (x86)\Windows Kits\10. The debug ucrtbased.dll is
        also included as part of this SDK and is installed to the system
        directory.
        
        In I0ef8cda7b initial support was added to suport VS 2015. In this
        change support for universal CRT, .NET 4.6 and SDK 10 is added. UCRT
        dirs are added to CFLAG, CXXFLAG and ILIB. SDK 10 include path is
        added to SOLARINC. .NET Framework 4.6 was splitted from SDK 10 and
        needs to be discovered separately.
        
        Change-Id: I2c484b6b1debab0d71523385021abb8fc8e6027f
        Reviewed-on: https://gerrit.libreoffice.org/16642
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [32d2fb8e51a3f1668accc2d53d7bc66349036fb4]

        update credits
        
        Change-Id: If58fdc2eaf1b7b2148e3db2ebba6f8c0f2e9c92b

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [51bc0594f2d65630cf167a107f3be3f79993e6d9]

        sal_uLong to sal_uInt64/sal_Size
        
        Change-Id: I4032b08225f1b530a43f1a8c09c5fc3515f45ced

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [589934317239e46235d9cc53554f877d332fa777]

         Remove unncessary, wrong downcast
        
        ...which caused
        
        > sw/source/uibase/docvw/edtwin.cxx:4280:47: runtime error: downcast of address 0x6060015556a0 which does not point to an object of type 'SwDrawContact'
        > 0x6060015556a0: note: object is of type 'SwFlyDrawContact'
        >  11 07 80 2c  50 26 83 79 65 7f 00 00  d0 26 83 79 65 7f 00 00  80 63 a6 01 20 61 00 00  00 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SwFlyDrawContact'
        >  SwEditWin::MouseButtonUp(MouseEvent const&) sw/source/uibase/docvw/edtwin.cxx:4280:47
        >  ImplHandleMouseEvent(vcl::Window*, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) vcl/source/window/winproc.cxx:736:17
        >  ImplHandleSalMouseButtonUp(vcl::Window*, SalMouseEvent*) vcl/source/window/winproc.cxx:2082:12
        >  ImplWindowFrameProc(vcl::Window*, SalFrame*, unsigned short, void const*) vcl/source/window/winproc.cxx:2425:20
        >  SalFrame::CallCallback(unsigned short, void const*) const vcl/inc/salframe.hxx:255:33
        >  GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) vcl/unx/gtk3/window/../../gtk/window/gtksalframe.cxx:3176:5
        >  [...]
        
        Change-Id: Ib9013eb3ff7546ee6534d5148d2505608a9d70f9

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [125f0c95b7f5613d71bcf107b73a0ba422d54643]

        Filter out non-VclWindowEvents
        
        ...to avoid bad casts like
        
        > sd/source/ui/slidesorter/controller/SlideSorterController.cxx:545:24: runtime error: downcast of address 0x7f2d4d9b0c40 which does not point to an object of type 'VclWindowEvent'
        > 0x7f2d4d9b0c40: note: object is of type 'VclMenuEvent'
        >  00 00 00 00  f0 f9 03 80 2d 7f 00 00  b2 04 00 00 00 00 00 00  40 51 72 00 10 61 00 00  01 00 00 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'VclMenuEvent'
        >  sd::slidesorter::controller::SlideSorterController::ApplicationEventHandler(VclSimpleEvent&) sd/source/ui/slidesorter/controller/SlideSorterController.cxx:545:24
        >  sd::slidesorter::controller::SlideSorterController::LinkStubApplicationEventHandler(void*, VclSimpleEvent&) sd/source/ui/slidesorter/controller/SlideSorterController.cxx:543:1
        >  Link<VclSimpleEvent&, void>::Call(VclSimpleEvent&) const include/tools/link.hxx:84:45
        >  VclEventListeners::Call(VclSimpleEvent&) const vcl/source/app/vclevent.cxx:74:17
        >  Application::ImplCallEventListeners(VclSimpleEvent&) vcl/source/app/svapp.cxx:820:9
        >  Menu::ImplCallEventListeners(unsigned long, unsigned short) vcl/source/window/menu.cxx:339:9
        >  [...]
        
        (Even the VCLEVENT_APPLICATION_DATACHANGED handled in WindowEventHandler /is/ a
        VclWindowEvent, see how these events are created via ImplCallEventListeners in
        Application::SetSettings, vcl/source/app/svapp.cxx.)
        
        Change-Id: I107cbbff83e4a41090aadee6a66e715ef35901d4

2015-10-27  Richard PALO  <richard@NetBSD.org>  [b147a77f2e179f474051a4e50fa7ea300cdec8ee]

        Use portable ordering for mktemp Add omitted APPDATA_SOURCE_DIR for *.appdata.xml files Avoid gnu rmdir by using portable invocation
        
        Change-Id: I15a507f3d181f27c86b5332d58a9d76b31eb2fd1
        Reviewed-on: https://gerrit.libreoffice.org/18588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [20dd938d06ba96817f0cd58aad50b0bec952d077]

        Remove unncessary, wrong downcast
        
        ...which caused
        
        > sd/source/core/sdpage2.cxx:151:28: runtime error: downcast of address 0x611000ccf8c0 which does not point to an object of type 'SdrTextObj'
        > 0x611000ccf8c0: note: object is of type 'SdrPageObj'
        >  08 07 80 35  10 3e 04 ba 4f 7f 00 00  c0 1b 2c 00 b0 60 00 00  00 00 00 00 00 00 00 00  70 1c 2c 00
        >               ^~~~~~~~~~~~~~~~~~~~~~~
        >               vptr for 'SdrPageObj'
        >  SdPage::SetPresentationLayout(rtl::OUString const&, bool, bool, bool) sd/source/core/sdpage2.cxx:151:28
        >  SdDrawDocument::SetMasterPage(unsigned short, rtl::OUString const&, SdDrawDocument*, bool, bool) sd/source/core/drawdoc3.cxx:1746:13
        >  AssistentDlgImpl::UpdatePreview(bool) sd/source/ui/dlg/dlgass.cxx:1513:13
        >  [...]
        
        Change-Id: I07afc4cd7ef0a0a32768db59b72ca94edd4026df

2015-10-27  Aybuke Ozdemir  <aybuke.147@gmail.com>  [9b322ace3b8f316104f7138b082d2ffdb282c816]

        tdf#88548 fontwork gallery always have transparent/checkered background.
        
        Change-Id: I8995ef12edb64c14788ba3a2c3c1c2ceb3775b11

2015-10-27  Feyza Yavuz  <feyzaayavuz@gmail.com>  [ce15c93cec284440244e63bea75a016e9f2c9f04]

        tdf#60906 make color configuration consistent
        
        Change-Id: I8b9b05ca90f055be77f1b5d8602be9d880f1d14f
        Reviewed-on: https://gerrit.libreoffice.org/19571
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-27  Noel Grandin  <noel@peralex.com>  [623f5b26ffd77041d0b06d7ce9c3b32d05625440]

        don't allocate rtl::Reference or SvRef on the heap
        
        There is no point, since it's the size of a pointer anyway
        
        Found by temporarily making their 'operator new' methods
        deleted.
        
        Change-Id: I265e40ce93ad4bad08b4f0bd49db08929e44b7d6
        Reviewed-on: https://gerrit.libreoffice.org/19628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-27  Tor Lillqvist  <tml@collabora.com>  [446f17f6c1f98b17ceb6750f5dc67a27330d1351]

        Automating configure choices based on what is installed considered harmful
        
        Don't automatically --disable-odk (if not mentioned explicitly either
        way) based on whether doxygen is found or not.
        
        Caolán says: It's an absolute pain as a maintainer when packages do
        that. You build it in some minimal build env and all is well, then
        some depend changes and something else ends up in the build env and
        now your package fails to build anymore, or behaves quite differently.
        
        Change-Id: I8bc6ab6f90e6e070a37e37b5108081425e116173
        Reviewed-on: https://gerrit.libreoffice.org/19324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [d00d5f6fe89fddb214aad2087d8352426c1c78d4]

        Move member definition back into .cxx
        
        Change-Id: Ie0698792c8785e0caee0e78222051451e5ebc65c

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [266bb87ec7eac4c9e4fae82986324c98c6d1032c]

        Fix Cherokee Supplement range (U+ABCO--ABFF is occupied by Meetei Mayek)
        
        Change-Id: I4b7b86be1d0b36c02c6ad6954635d2620266472e

2015-10-27  Ashod Nakashian  <ashodnakashian@yahoo.com>  [f99e8f84f5421076b6c0c10a592e43843eabd8ff]

        Optimised UnoCrsrTbl cleanup for faster doc saving
        
        SwDoc has weak_ptr list to notify UnoCrsr instances
        when the doc is about to die. These were updated
        when each UnoCrsr instance was destroyed.
        
        The first performance issue is the use of a list.
        This no doubt is done to avoid the overhead
        of removing items at arbitrary position from a
        vector. Performance tests show vector is faster
        with a large document and ~10k UnoCrsr instances.
        
        More important, there is no need to clean up
        the references as frequently as when each
        UnoCrsr is destroyed as they are rarely referenced
        at all. Having outdated references is no issue either.
        
        The new logic uses a vector and cleans up only
        after saving a document and before saving
        UnoCrsr instances.
        
        Saving ODT files is now significantly faster for
        large documents (100s of pages).
        
        Change-Id: I3895d9d80d174cda9c94b94837e2149e9fadcb42
        Reviewed-on: https://gerrit.libreoffice.org/19604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-10-27  Tor Lillqvist  <tml@collabora.com>  [973a4086d7a832398997f0c3f0705582e437f596]

        Remove initial :: from sal_* types
        
        Change-Id: Idcdc9aeb7d3fdca0a9db43c1cb518ab1d1b2f0f4

2015-10-27  Michael Stahl  <mstahl@redhat.com>  [fe546a9a3180c87ce6b400ea1f69b483b952d72b]

        oox: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        With one additional m_Effects.clear() in EffectProperties::assignUsed()
        to make it idempotent like it was before and avoid duplicating elements.
        
        Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac

2015-10-27  Michael Stahl  <mstahl@redhat.com>  [03802af730d37ca4ca2a42d78906b713f39bb9e2]

        xmlhelp: apparently "picture.jar" hasn't existed for a long time
        
        Change-Id: I9ac46ffcf21e8af2cb3b92d4068981cafb271ebc

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [6a87d1d7a9fde5bc24cb16642d235044906fe0a8]

        Fix StgTmpStrm::GetSize
        
        Change-Id: I49891d6c2149154c4fd524f79f3cbda17568fa7e

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [5472c41350a56963b97b78d0355a74aeec6c46b5]

        Typo, I pressume?
        
        Change-Id: I5ee823c58061e31913c37291d5a854837fb48240

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [20635ed90b2f684757c480b3cff70547a0e06363]

        Reduce scope of #include <tools/stream.hxx>
        
        Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [7e89e2827489d0b3bbd488f6c9e5a9e7e404d732]

        sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streams
        
        Change-Id: I062f1f6c5b20ca47734a9a3cd1a229d51763a206

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [99628775132143936fcd00ca9e18a853616418e4]

        sal_uLong to ErrCode
        
        Change-Id: I2b4b2673aa27de664f6c6780e67c70559ec61971

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [d1eb389d7081276bb08f4cf3be16e5301a4c39cb]

        sal_uLong/long to ErrCode
        
        Change-Id: I2ba2d867785765e4850c60070e86419f66e25f57

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [f8dac0391c4aa6d4d378919326aacd935d7bd462]

        Use mutable instead of const_cast'ing this
        
        Change-Id: I790cd140166bf0041abebbe0c4d9c15e931628f1

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [ed931ff93d6156001fd90da6a58a757f8b006bfe]

        Reduce #include scope
        
        Change-Id: I0dc8e00d65078ba910516a9b4473988fdbfe2cc1

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [8544d42fdb049d23bf569e415af64721cb464b16]

        SAL_WARN_IF ScCsvSplits::Insert exceeds its maximum supported size
        
        and cast size() to sal_uInt32 in ScCsvSplits::Count()
        
        Change-Id: I35de736702a58e82df6fe90396fe748161f1ff8d

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [c3cc574235c7db2214c26860554c725ff3976161]

        Simplify by early bail-out
        
        Change-Id: I9210db5196e5c40f450e8bedac2ddd9bd2299f9c

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [df3682c2981f9212743e84abc6c75f937011cc28]

        Remove inline specifier for functions defined in class
        
        Change-Id: Ia0fcd51c5c1cfaff86aeaab2919addcce6621322

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [d6e2d2430db084b8c2293d0135d8035a6a8b71c5]

        Use positioned getToken in ScAsciiOptions::ReadFromString (2)
        
        Change-Id: I1e91aa9da6fa3ead16ee8f7628dd8c44a7540238

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [a9d9b1e00b1cadf2383ad97d4c5f13be344f8832]

        Use positioned getToken in ScAsciiOptions::ReadFromString (1)
        
        Change-Id: I59f1ff177e197db07ac9a9a33487d04c2a5e768e

2015-10-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [1353be80b6770c3d48c607e18a1093b6955c7356]

        Use getToken with start position in lcl_decodeSepString
        
        Change-Id: I16fba233346b807a4c216da70a71e66f2bb0e0a3

2015-10-27  Tor Lillqvist  <tml@collabora.com>  [6b520a337828daeb244f31f0386d177656e1ea4d]

        Nothing that would be covered by that here
        
        Change-Id: I4f76c7699333cd9236f5231984db5c6d02a31445

2015-10-27  Noel Grandin  <noel@peralex.com>  [e25669fcedcb7231254d3ba0e0224b2e3eb901d8]

        don't allocate uno::Reference on the heap
        
        There is no point, since it's the size of a pointer anyway
        
        (found by temporarily making the new operator in uno::Reference
        deleted).
        
        Change-Id: I62a8b957fef9184f65d705600acfdab4116dcb34
        Reviewed-on: https://gerrit.libreoffice.org/19603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [96d03636a5f932151c7842ae34631258891fe807]

        tdf#64027 sw: Make the text background color button work
        
        Change-Id: I305163b691a8fa51ef5da0c940c59c3a3440a2dc

2015-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [63e1369529838728d2878afc03bf9bb9cedb59d5]

        tdf#92207 sc: Make the text background color button work
        
        Change-Id: I687a58e17ce30ced101c4585884106cff9b6292b

2015-10-27  Tor Lillqvist  <tml@collabora.com>  [f157d0fa9d3632bb8a45a11c83d347b9e146896a]

        WaE: unused parameters
        
        Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92

2015-10-27  Tor Lillqvist  <tml@collabora.com>  [30cdd16cbfaaa34fd0da010bf4de18f9d649d22e]

        Initial work on a "Vortex" transition
        
        The actual transition is not yet at all like the one in the competing
        product. But some basic ideas are in place.
        
        Change-Id: Ie17a4fe03ae93abe51a2f1f760f417ee4b193e2c

2015-10-27  Michael Weghorn  <m.weghorn@posteo.de>  [f8d0dc09e15b36ae83a5e89280d1f7fbc01da48b]

        tdf#94022 Print dialog: hide Installable Options
        
        Options specified in PPD files can be grouped using the
        keywords "OpenGroup" and "CloseGroup".
        The keyword "InstallableOptions" is used as a group name
        for a group containing options that define
        optional hardware features of the printer that can
        be present or not (s. section 5.4 in version 4.3 of
        the PPD specification).
        
        As they are not print job specific, it is recommended
        not to show them in the print dialog.
        
        To be able to distinguish those options, the
        PPD group name was added as an attribute to the PPDKey
        class.
        
        Change-Id: I4a3abf23a711ad98556c0b608a07ef0a91e77e2b
        Reviewed-on: https://gerrit.libreoffice.org/19623
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-10-27  Andras Timar  <andras.timar@collabora.com>  [d4484f726a78f1c2839ac0b4d0181e3e4357396c]

        better i18n of STR_DDE_ERROR string
        
        Change-Id: I23db46dddae093a85dc4dcb0f7b12630a1e7aa3f
        Reviewed-on: https://gerrit.libreoffice.org/19624
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [bf98ea200fa1d0412f41dfcc37c2704ff4080bcc]

        Missing include
        
        Change-Id: Icbffa2973b3cb803950ffe280b95194795f8861c

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [4299f621d5eea0a9d31f40ce4b65d9a50645e72e]

        Missing include
        
        Change-Id: I55595fdbc6ae5a51f402201cdc5f4adbdd86b984

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [43dcc3eddf6b91fc0e073b5eb93d0f5d5cf965eb]

        Missing include
        
        Change-Id: Id57c9dded321b870002792056e9734ac3074a606

2015-10-27  Noel Grandin  <noel@peralex.com>  [834cbda1ec3f8b4fd5e64da4f8ff2f9072e35989]

        move SvRefMemberList into idl
        
        since it's only usage is there
        
        Change-Id: I882ddd3e08ab37cf7b3cca8121463598ea3d3bc4

2015-10-27  Stephan Bergmann  <sbergman@redhat.com>  [67466a19752d73540e13697b91ca58429f6a64ac]

        Fix Python 3.5 sizeof(PyGC_Head) for UBSan
        
        ...by again using 'long double' instead of 'double' to "force worst-case
        alignment," just like Python 3.3 used to do.  This fixes -fsanitize=alignment
        failures like
        
        > workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10: runtime error: member access within misaligned address 0x6110007af498 for type 'CDataObject' (aka 'struct tagCDataObject'), which requires 16 byte alignment
        > 0x6110007af498: note: pointer points here
        >  ff ff ff ff  01 00 00 00 00 00 00 00  98 98 17 00 90 61 00 00  00 00 00 00 00 00 00 00  00 00 00 00
        >               ^
        >  GenericPyCData_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10
        >  PyCFuncPtr_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:3385:29
        >  type_call workdir/UnpackedTarball/python3/Objects/typeobject.c:908:11
        >  [...]
        
        during PythonTest_dbaccess_python.
        
        Change-Id: I8cc65823e1bc65807ec30c97a9099462e55c996d

2015-10-27  Noel Grandin  <noel@peralex.com>  [644487a1152c7586a7f20c7f372572a71d8494d5]

        loplugin:unusedmethods
        
        Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861
        Reviewed-on: https://gerrit.libreoffice.org/19231
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-27  Noel Grandin  <noel@peralex.com>  [1b4dff2c371d31c99f34324c3f6f31888bdc34d7]

        loplugin:unusedmethods
        
        Change-Id: If703da1323e38df1c5e84d97a7d467dc8e639421
        Reviewed-on: https://gerrit.libreoffice.org/19618
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [60cf585a487966d1fe25ef2607ff601480be9cdd]

        sw: prefix members of SwSectionFrm
        
        Change-Id: I962ee5dc35d5b33c751890ff9d56850897c7d080

2015-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [163b3d7ca0056d16b300b68d7e831874b6cf393a]

        sw: prefix members of SwTableFormulaUpdate
        
        Change-Id: Id9e18c67a4fa6e3646ac33cd616838819d1f10d8

2015-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d82d89ad27657a9f937e8ed44574626e1564102a]

        sw: prefix members of SwTableLine
        
        Change-Id: I89c434ba488963fdbaa9025bdd1dd420ab255dac

2015-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0a09f854e054bf3b7df312190780db8e1873ef0]

        sw: prefix members of SwTableNode
        
        Change-Id: Ibbcafef60e5074ef8b9e86bd6709bcfa50a5068d

2015-10-27  David Ostrovsky  <david@ostrovsky.org>  [cd15605876bb0bfa8921a8c1779feed49189d165]

        Fix python3 on MSVC 14.0
        
        Change-Id: I2882a97d0e078bd3217170e7906cd41680fbc4a4
        Reviewed-on: https://gerrit.libreoffice.org/17360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-10-27  Noel Grandin  <noel@peralex.com>  [271c6b360511760336c78e6fbbacb520bb9be911]

        inline SvBaseLinkRef typedef
        
        Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d

2015-10-27  Noel Grandin  <noel@peralex.com>  [c22ec49de497fd65b4dac901d6bc1f06d5a9a3c7]

        inline SfxMediumRef typedef
        
        Change-Id: Id6dc03a5957adf657d12db7941273593a9f7c10f

2015-10-27  Andras Timar  <andras.timar@collabora.com>  [14fc882e5c01e110d0fea7fb08489a0f0e98dbe6]

        add MSVC 14.0 runtime merge modules
        
        Change-Id: Ib32a4f2484466802ac6c9152e8dd41fc8c67aa46
        Reviewed-on: https://gerrit.libreoffice.org/18560
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-10-27  Mario J. Rugiero  <mrugiero@gmail.com>  [1fe9270955707d5a46775b0301f54195208c5b00]

        Replace boost::bind by lambdas in editeng tree.
        
        Change-Id: I3e0383757fb50e9223b5b87558e880859de7f396
        Reviewed-on: https://gerrit.libreoffice.org/19619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-27  Mario J. Rugiero  <mrugiero@gmail.com>  [5491988d228ac253411ad64ad1267eb9bb65ad3f]

        Replace boost::bind by lambdas in cppcanvas tree.
        
        Change-Id: I2eba564ddd462a5aa9f96efda418927eb8b88eb7
        Reviewed-on: https://gerrit.libreoffice.org/19611
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-27  Mario J. Rugiero  <mrugiero@gmail.com>  [13938d6de871e1ee603633f8ce3973298876225e]

        Replace boost::bind by lambdas in chart2 tree.
        
        Change-Id: Ida56649f15b58b3b11b3d43c5017fd5ebd9a2cf1
        Reviewed-on: https://gerrit.libreoffice.org/19606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-27  Noel Grandin  <noel@peralex.com>  [3ce9af420afafa1a81de646220706fcdc8d84b55]

        loplugin:unusedmethods
        
        Change-Id: I73180266c0af98dbd8d29bd3b11850996b94def9
        Reviewed-on: https://gerrit.libreoffice.org/19195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-10-27  Yousuf Philips  <philipz85@hotmail.com>  [64de38cf8eec4c0ff21fa886b616182acd8600a2]

        tdf#91063 Move border to Gtkbox in Data Series content panel
        
        Change-Id: I33dd8f0688df09e57d565f0f5fb2883297e0497f
        Reviewed-on: https://gerrit.libreoffice.org/19607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-27  Yousuf Philips  <philipz85@hotmail.com>  [19808186684a9aa180bc1c15ec12820ee2f5f0e2]

        TANGO: First batch of 32px icons
        
        Change-Id: Idee373fa7e5c6d4444f778ca9739735fbac48094
        Reviewed-on: https://gerrit.libreoffice.org/19616
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-27  Yousuf Philips  <philipz85@hotmail.com>  [e7c6d29a8c85ae657f6de898c01d313dabff2674]

        TANGO: Add icons for table/sheet management
        
        Change-Id: Ida1ce8b62d93f37c75d0fee5e7930c75f6dbdb33
        Reviewed-on: https://gerrit.libreoffice.org/19593
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-27  Yousuf Philips  <philipz85@hotmail.com>  [167f10f846b58fd5a35d48a96fcec2d50c832fc6]

        tdf#81475 Improvements to writer's table toolbar
        
        Change-Id: Ia95522ebfa2c5c0c11242034a1237793c75aaa36
        Reviewed-on: https://gerrit.libreoffice.org/19594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-26  Eike Rathke  <erack@redhat.com>  [222b2f9370bfc05473249ab3f78e9adca67754bf]

        let see if this works on 32-bit crap
        
        ... without actually disabling the test for 0.0 for others.
        
        Change-Id: I014278dd38535274274536e3187d6bb8cd4dbc2a

2015-10-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd9d9976bf346929d872db0e5d8abc4180c9996c]

        fix includes that are not stand-alone
        
        includes should be able to be included on their own
        fix some of the ones that do not respect
        that rule.
        
        Change-Id: Id161224a1978461d3cea43252f232f18888a4f61
        Reviewed-on: https://gerrit.libreoffice.org/19612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-26  tagezi  <lera.goncharuk@gmail.com>  [85adff17399701880de5fe4eed16d8ca11b20c82]

        Updated core Project: help  9e1f105bcf48f6518a3804ab14db6f5e8a3eaca4
        
        minor changes for functions IM*
        
        ful_func.xhp
        	paragraphs with service information is replaced to comments;
        	the last mention of a complex number in the variable
        	func_define_complex is replaced  to a number, as there can
        	be any a number, not just a complex number;
        	added the paragraph about result;
        func_imcos.xhp and func_imcosh.xhp
        	deleted attribute locale="false" in paragraphs with examples,
        	as they need to be translatable;
        in all func_im* files
        	the part of the variable with description took away;
        	chenged the part with "a+bi" by request Olivier;
        	added the link to the result;
        	added tag <br /> in paragraphs with examples, as examples
        	need to be separated from his descriptions.
        
        Change-Id: I571415de35440ee9227d6e8bc270ed5c69c9e237
        Reviewed-on: https://gerrit.libreoffice.org/19599
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-26  Eike Rathke  <erack@redhat.com>  [f25ff72f60ac7311eb805c9d4c1780d1717bcaea]

        Revert "see if including cmath instead of math.h satisfies Android-ARM"
        
        This reverts commit 6f9e272da724237e52f2f93f235ae78c5344a21a.
        
        A f*cking mess. See 1cdf6ade0eeac9515ed88ae0cd802fe119dd4249
        
        Change-Id: Ia66edb96c9c34742300e882c2796870bfd9919d1

2015-10-26  Eike Rathke  <erack@redhat.com>  [6f9e272da724237e52f2f93f235ae78c5344a21a]

        see if including cmath instead of math.h satisfies Android-ARM
        
        Change-Id: Ie96f459dfe6d515ac92d89fcf6e6393a35bb97ac

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [5ec304d3f24b50290c4f456d329a4c017f45d2d5]

        ImplImageTree ctor/dtor can be private now
        
        Change-Id: Idf43ef98ea41345595ffcfae8c74a50120107978

2015-10-26  Eike Rathke  <erack@redhat.com>  [7bac2a210da02a4f5a00644f1ca2473d8fe6dd7c]

        TBBase::indent_printf() only #if OSL_DEBUG_LEVEL > 1
        
        ... so the next unusedcode round doesn't remove it again.
        
        Change-Id: I3bcbafb0461f09fcfbb0e14f4f1a1713a540b5a3

2015-10-26  Eike Rathke  <erack@redhat.com>  [cc2ffcad79916ddfb903a60cbc4da946fc272d68]

        reintroduce TBBase::indent_printf()
        
        This partly reverts a90c6eb99c8c2167c4b1ec75a21a30a344bfea43 which
        erroneously removed the method as unused because it is used only with
        OSL_DEBUG_LEVEL > 2
        
        Change-Id: I6fa52775b6a013c0086ba9d7ae21720a9ab8aa01

2015-10-26  Martin Hosken  <martin_hosken@sil.org>  [f5be64cde53680bbff3ffa4d3b630f4fd2b6bca0]

        Fix graphite line endings for stacking spaces
        
        Change-Id: I63dab1bea8cbe9c702b543978d04fb6aeb7d363d
        Reviewed-on: https://gerrit.libreoffice.org/19557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-10-26  Katarina Behrens  <Katarina.Behrens@cib.de>  [4f0ca33be7e6cb22ecc8853c1812fa649bfdf4d0]

        tdf#86508: Traffic light colour scale for cond. formatting
        
        Change-Id: I35584a36ba4a89187182af8828402040e4b091e4
        Reviewed-on: https://gerrit.libreoffice.org/19609
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-26  Michael Stahl  <mstahl@redhat.com>  [7bcd8ed0faaefb8fe3783d6e31dea5c727eddc2a]

        solenv: try to fix installer erroneous error detection of python3.5
        
        ... which (on Mac) has files named "error.cpython-35.opt-1.pyc",
        "error.cpython-35.opt-2.pyc", and "error.cpython-35.pyc".
        
        Change-Id: I24cea3c7d2aacbda5e39224a975e1c6b34a57244
        Reviewed-on: https://gerrit.libreoffice.org/19608
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [6948c546fdc00dddec7d58e03150dcc87921d6b2]

        tdf#75637: Resolve help images via a vnd.libreoffice.image UCP
        
        ...which uses the logic already available in VCL's ImplImageTree to locate the
        image zip files and find fallbacks for incomplete themes and for localized
        images.
        
        Change-Id: Ic1c15fcacb6596a27a2b051093232902202bf472

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [f5174c89cd037d35b975590083cf91b36633808d]

        ...but do not erase localize attributes from image elements
        
        ...as these are used in xmlhelp/util/main_transform.xsl at runtime
        
        Change-Id: I097cb79f660386d7fa2d97e7115f689a1e442fe2

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [beb20a4f37ca418c7a643c9e3f41961985936d56]

        -Werror,-Wunused-function
        
        Change-Id: I3c1066902df047a10cf407900dd040dc4408f88c

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [833e29a6642363c28eb1c42a59449aea5692bf09]

        loplugin:literaltoboolconversion
        
        Change-Id: If7c7461893ad2627f4bf8a95051282a30a77dc3a

2015-10-26  Michael Stahl  <mstahl@redhat.com>  [51eb04a158a89cc2260d40e844ac7b9eca0cee0a]

        basic: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I98c4ac860fbdb55a61f9be0e9d2d5f29fb849e05

2015-10-26  Michael Stahl  <mstahl@redhat.com>  [71f6aab077f30f8b0eb6c7458cb0646dea892148]

        basic: replace boot::ptr_vector with std::vector
        
        Change-Id: I4967ad8345cd74c39edbea1df513978b62996b90

2015-10-26  Michael Stahl  <mstahl@redhat.com>  [79a7cf54244ffd112bea4d754e494d261ce3f061]

        basic: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I0bd3a5182d62432a8f0caf4bbae11bbce56a363c

2015-10-26  Michael Stahl  <mstahl@redhat.com>  [192ca71f07390af6528531c0c4c9254c97a98cfc]

        basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>
        
        Change-Id: Ieba2fb34e0279871d36b4fe80d9de76e614b5cde

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c791bef561dcf38a4b47dd06534914f7c28ae67e]

        sw tiled rendering: don't offer HTML paste for shape text
        
        Change-Id: Icd6df15347c48a5e42860092f4ee664e3a3d5699

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [080bd44f0b0300075ff18d377f31deebbc4009ed]

        gtktiledviwer: try to paste as html, then as plain text
        
        Change-Id: I8e1c93fd36fb903c0625b29f9f73825438c9e113

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [faa316e670414363dcfb6db6001fdb209f4a48c1]

        lok clipboard: support rich text paste
        
        Change-Id: Ida5028969782be792b32b952d3adba0c30dd8bae

2015-10-26  Michael Meeks  <michael.meeks@collabora.com>  [f77603855f73560449c9680d343cc82d80e79aee]

        Make OpenCL listener global, to avoid perf. cost of copying it around.
        
        Change-Id: Ic10b70e1d56b941d263ed7632ba8a5146145cab1
        Reviewed-on: https://gerrit.libreoffice.org/19600
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-26  David Tardon  <dtardon@redhat.com>  [644fe0abd5dd9fb468c913337ae616fe26f9e3ad]

        allow file names with a space in filelists
        
        Change-Id: If83c73c3a8a0aab24c31199e3c31d90c215f3eac

2015-10-26  Eike Rathke  <erack@redhat.com>  [068178adf5de6ca667c0bcd2764519f6555d9d40]

        Revert "tdf#90695: In function Wizard Array box cannot be unchecked"
        
        This reverts commit bebc20c62be2df2cf2741fb82945ce6b631d2fe5.
        
        Removing the disabling is plain wrong. Please see the code for when the button is disabled, when it is enabled, and what consequences it has when changing the state from checked to unchecked. Unchecking will result in the formula not being applied as array formula anymore, which it was before editing.
        
        Actually tdf#90695 is not even a bug. The checked but disabled Array button is meant as an indicator that the formula IS an array/matrix formula.
        
        Change-Id: Ic7f9f7010ce208171ef614e0885474f2deae4ac9
        Reviewed-on: https://gerrit.libreoffice.org/19602
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-26  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [ac5b2047ca72677d6beaf58ddaa8fdcda7236292]

        Let Gtk handle icon names instead of ResMgr for window and trayicon
        
        The icons in the themes should be deleted in a second step and the defines
        should be transformed into an ENUM and stored in one place.
        Furthermore we will have to decide whether to live with gtkimagemenuitem
        despite its deprecation in Gtk3.10 or whether to pack GtkImages and
        GtkLabels in GtkBoxes inside GtkMenuItems and live with the additional
        padding, which potentially looks horrible.
        
        Change-Id: I8dec44375e40a4d2b6668792bc4b813efe83ff31
        Reviewed-on: https://gerrit.libreoffice.org/19601
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b4c29b1b15dcebfe4e76aaa8bdb2dd45e2b67f3]

        sc: implement vcl::ITiledRenderable::isMimeTypeSupported()
        
        Change-Id: I0b9de068ddf0f4ff92d8fbf003b7529516f1f80a

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b08546eb23aa8dfc2f139731f800031f147e32d7]

        sd: implement vcl::ITiledRenderable::isMimeTypeSupported()
        
        Change-Id: I528ac9f9f687d2940c6477b1d33264f1e523051f

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [7efbbe98d7fe951909234dcacd37f67975f00da2]

        lok::Document::paste: check if the given mime type is supported
        
        Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [2e61410d2545c1dee0c5aad4ea01b29f0a907e61]

        Bin dead code
        
        We already have an if statement for (time < PART) right above.
        
        Change-Id: I43b817dd6d0a11be4ed51a5bd378806447abf69c

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [8c84777c46bf0863b2fc01a547de8ba87805f5c8]

        Actually, the permTexture is 256*256 pixels
        
        Change-Id: Ia32c98d8162f31a8ee0b0d0c1301ca204c9c3c87

2015-10-26  Noel Grandin  <noel@peralex.com>  [5b1bd78bbaf09ecdd375f488b92a271b0b579b04]

        boost::ptr_vector->std::vector
        
        no need to store uno::Reference objects on the heap
        
        Change-Id: I015c9c4f89a5520e874f4bf523129682d7da579c

2015-10-26  Michael Meeks  <michael.meeks@collabora.com>  [ff3e81600c2e4512ea3992b4abd3ab23b5c8a110]

        tdf#93487 - protect GetFocus method call post dispose.
        
        Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c
        Reviewed-on: https://gerrit.libreoffice.org/19541
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [1877228ae8e7cc298cf4e45d061ee54774aa1d08]

        Add confused comment
        
        Change-Id: I5179ee1cd295f256526feebb192a8548c41276a7

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [429876d12bba23491ca3b69b02b5ce4c6d2311ab]

        Adapt patch
        
        Change-Id: I7945eed053a671ad0c755284a372d16083e596b2

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [e531f846d798e1b9097fcb2a5f4e58d5e3d423de]

        vcl: ITiledRenderable::getWindow() can be pure-virtual now
        
        Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [191cbcc173109fd5e31587b15f7b4fb174e235c0]

        Drop some 'using', the std:: is not that ugly
        
        Change-Id: If26ae80278dc55d5bf9fa644763e653c69415597

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [c59d726976c4a27cf25d3b3d37a357f61d0a421e]

        Use std::shared_ptr instead of boost
        
        Change-Id: Id1b48f190831bbd4cc75d0d9e315e5b2b491d595

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [25e777f92facb202741f9b1db2888ba5c19f4d68]

        Simplify ifdefs
        
        Change-Id: I5c3835f6fdc215e5d9dc1b8146c12e0d1a57da7c

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [1cdf6ade0eeac9515ed88ae0cd802fe119dd4249]

        Revert "attempted fix for android build"
        
        This reverts commit c3acead32e1d844b81e3e90c72549281d4bc73a2, now that
        cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7 "The Android NDK for some reason don't
        have these math functions in std::" uses all the declarations from <math.h>
        instead of <cmath>.

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [8140309d636d4a870875f2dd75ed3dfff2c0fbaf]

        Use CPPUNIT_ASSERT_DOUBLES_EQUAL
        
        ...to avoid failure on Linux-rpm_deb-x86@71-TDF-dbg:
        
          ucalc_formula.cxx:6600:Assertion
          Test name: Test::testFuncMDETERM
          equality assertion failed
          - Expected: 0
          - Actual  : 6.33716169817777e-17
          - Calculation of MDETERM incorrect for singular integer matrix
        
        A delta of 10e-4 appears to be a popular choice in this source file already.
        
        Change-Id: I24dc6bcab114a1cb2183f2b583be7ba9a9cb1fcd

2015-10-26  Noel Grandin  <noel@peralex.com>  [a3aa6458f616fc0c79350498962c73a4886593ef]

        fix type in commit d5dc2a2a726dd151fb30fae25478511dce929dfa
        
        "tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx"
        
        Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77

2015-10-26  Noel Grandin  <noel@peralex.com>  [eaa34b4e29478770c4707d56aa102491bc8e058a]

        convert InsertDeleteFlags to use o3tl::typed_flags
        
        Change-Id: I3f6a97195d3364b2a0964f62f11e9c0de9493d64

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [2f83ed1407302a83130cf6e3984743342eec708d]

        Revert "sal: fix Android build"
        
        This workaround is not needed after
        cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7.
        
        This reverts commit d366d680cb62a2c5a7246e7290ef74c7e52eb04f.

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [e57752170e604c85a6fe8aeaa38784796e00bab1]

        tdf#59454 RTF import: handle section break right before a table
        
        DOCX import could handle this situation, as commit
        2e8aad6d45c53d554ccaf26de998ede708cfc289 (fdo#39056 fdo#75431 Section
        Properties if section starts with table, 2014-04-18) added support for
        this situation, in case NS_ooxml::LN_tblStart/End is emitted by the
        tokenizer.
        
        Fix the problem by sending these tokens in the RTF tokenizer as well, at
        least for non-nested tables.
        
        Change-Id: Ifedb121754634529c27820dd5175e7f9e24019e1

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4e2a13f46a247002b239d04ff3bf1d1a98d08c2]

        sw: prefix members of SwFont
        
        Also de-obfuscate a few variable names:
        - nToxCnt,m_nToxCount (one would wonder if content or count)
        - nRefCnt,m_nRefCount
        - bFntChg,m_bFontChg
        - bNoColReplace,m_bNoColorReplace (one would wonder if color or column)
        
        Change-Id: Ief67fe66e26a42d2156b815ed6f81f1e8b74175e

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [607544c14e1a8c7906c494273cd145cd6ddfdd73]

        sw: prefix remaining members of SwTextFormatColl
        
        Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [683196bec3d1514fdae9dc4d115be770d32fdaf7]

        sw: prefix members of SwUnderlineFont
        
        Change-Id: Icd6c6e1bb8a5603f6832921472615f44901e169a

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [267c89fdf4f1fb280976e87ea86f9ae85aa6d469]

        sw: prefix members of SwUnoCollection
        
        Change-Id: I015decadc51f73085b2732fd6702c7c3af18e6e4

2015-10-26  Stephan Bergmann  <sbergman@redhat.com>  [dfff9522bdd892c140a5b76ed7562df983f99246]

        -Werror,-Wformat
        
        Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18

2015-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d366d680cb62a2c5a7246e7290ef74c7e52eb04f]

        sal: fix Android build
        
        Similar to 9a93277b869caca4db054385db59fc7b7d541570 (vcl: fix Android
        build, 2015-03-06), where the Android has a broken C++ library, having
        some functions in the global namespace instead of the std one.
        
        Work around the problem by using the std namespace till it gets fixed on
        the Android side.
        
        Change-Id: I3d423f42b4e8e325beb3661c1780378e5edf962d

2015-10-26  Noel Grandin  <noel@peralex.com>  [3d784c4af6e0fdde0b7e555ad940bc13a61c2a22]

        remove extra spaces around ::
        
        just makes it harder to grep for methods
        
        Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15

2015-10-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d31844da975b75e0a45121f990dee9d7cde30b30]

        It's a constant
        
        Change-Id: I2315b580f8c786cc41d3cd43cdec485717785d5c

2015-10-26  Noel Grandin  <noel@peralex.com>  [c4c2c7e4273fb662bcb2ef9d8e2940799ed7d4a9]

        com::sun::star->css in remotebridges,reportdesign
        
        Change-Id: Id210cbc3481a8a31e6fc0ba2028346fc585c8744
        Reviewed-on: https://gerrit.libreoffice.org/19597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7]

        The Android NDK for some reason don't have these math functions in std::
        
        Not even if one includes <cmath> instead of <math.h>. So just use the
        C functions then.
        
        Change-Id: Ic8499bc7bcd5c84b6e52e1d5dc799f9f058db816

2015-10-26  Tor Lillqvist  <tml@collabora.com>  [cf35dbd17abefd50cca2e9219e72787ccd2889f0]

        WaE: loplugin:defaultparams
        
        Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6

2015-10-26  Jan Holesovsky  <kendy@collabora.com>  [5bc759b3ad86ce3c413707b740028cf88364b4da]

        tdf#94386: Small stylistic change based on gerrit#19371 comments.
        
        Change-Id: If0e97269043addb7a1659e34c0b286d7ac32428a

2015-10-26  Noel Grandin  <noel@peralex.com>  [c3acead32e1d844b81e3e90c72549281d4bc73a2]

        attempted fix for android build
        
        Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322

2015-10-26  Mario J. Rugiero  <mrugiero@gmail.com>  [96a6ab886f6d3e726fe54f6dc18c6c6769c27716]

        Remove unneeded boost/bind include from unoxml/source/dom/node.cxx
        
        Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910
        Reviewed-on: https://gerrit.libreoffice.org/19591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-26  Mario J. Rugiero  <mrugiero@gmail.com>  [32b54f97d1be1257090437a3e959aa618ace6018]

        Replace boost::bind by lambdas in basegfx tree.
        
        Change-Id: I8f72bec11b5dfd71cc60a18b980629c176d43f49
        Reviewed-on: https://gerrit.libreoffice.org/19595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-26  Noel Grandin  <noelgrandin@gmail.com>  [e6dce260833ecddf0da9c85132665a7759fc1f17]

        cppcheck:noExplicitConstructor
        
        Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d
        Reviewed-on: https://gerrit.libreoffice.org/19589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-26  Julien Nabet  <serval2412@yahoo.fr>  [bebc20c62be2df2cf2741fb82945ce6b631d2fe5]

        tdf#90695: In function Wizard Array box cannot be unchecked
        
        Just remove the disabling
        
        Change-Id: Ia03591610ba1b60a66d9962169383c4ab85288ca
        Reviewed-on: https://gerrit.libreoffice.org/19590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-26  tagezi  <lera.goncharuk@gmail.com>  [4e049fc892b57ca4f3013dc8d6d33d3c1a416e3e]

        Updated core Project: help  5d7d8ae940137262e8fd575a2214bf0baf0e9c1f
        
        A description of trigonometric function IM*
        
        In ODFF a phrase was rewrote
        in func_imsec.xhp and func_imsinh.xhp typos are corrected
        in AllLangHelp_scalc.mk typo is correctedo
        
        Change-Id: Ieecb11deae5a8b1da56cdaadc9f75ef08b211e3c
        Reviewed-on: https://gerrit.libreoffice.org/19429
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-25  Serge Krot  <Serge.Krot@cib.de>  [0b018d202dfcf4bb16b708e10085a4146243b0a0]

        tdf#39440: fix several warnings reported by cppcheck
        
        Change-Id: I560d28b7cc67740c6479494d0e5aa62d2ac6ffae
        Reviewed-on: https://gerrit.libreoffice.org/19587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-10-25  Stephan Bergmann  <sbergman@redhat.com>  [ce463679a5a362d5c3f7c146f70b6be838ddbb2d]

        loplugin:simplifybool
        
        Change-Id: I609e3dffeee6cde33fcbab71c15020434fe1a136

2015-10-25  Stephan Bergmann  <sbergman@redhat.com>  [fb3ca9626fd143006dbf709a65e56fa55c2dd52f]

        loplugin:defaultparams
        
        Change-Id: I0aefe45eb06ac9d63fa79c33fd63f120c0258470

2015-10-25  Stephan Bergmann  <sbergman@redhat.com>  [4415c9f54d8e723343c90561377ea4b8b4654a8a]

        loplugin:simplifybool
        
        Change-Id: Ice6dfc7b8e295f322f38f8bc8f01d6776c742e54

2015-10-25  Tor Lillqvist  <tml@collabora.com>  [129f814f6a18bf474f22a1ea9c9aa92677a8e6a5]

        WaE: Unreferenced function declaration [loplugin:unreffun]
        
        Change-Id: Ia6baf94ada92ecd134587ed1148a2543c8c17614

2015-10-25  Tor Lillqvist  <tml@collabora.com>  [aed77f656b8a5067cf740e5af57eaf4e7b4c02db]

        WaE: Unreferenced externally visible function definition [loplugin:unreffun]
        
        Change-Id: I4adb1c6f3eb978429768640ca25eff7d8a5ce23e

2015-10-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4743045a0b320449d07a957463a76bb8b13f939]

        the cells need to be imported before we handle charts, tdf#81396
        
        Change-Id: Ic0dc47b71e76aa4825a867fc171406d126ae0518
        Reviewed-on: https://gerrit.libreoffice.org/19568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-25  Eike Rathke  <erack@redhat.com>  [5ce68783148aa77d77086aac220fabdfa211429d]

        replace implementation of rtl_math_expm1() and rtl_math_log1p()
        
        ... with ::std::expm1() and ::std::log1p() of C++11
        
        Change-Id: I0d119958152ea372c136d28705686b44b39015bf
        Reviewed-on: https://gerrit.libreoffice.org/19588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [21679f7e0d5c53cc9f18be0447f78091e61ca961]

        coverity#1326344 Infinite loop is deliberate
        
        Change-Id: Ieeae14607127c442b987afc51f2b59692f5334ca

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [2f9bd9ac4dfe31ba58a660fd341be03648a8c9b7]

        cid#1326721 to cid#1326726 Dm: Dubious method used
        
        Change-Id: I5578dc3885945c013064cecf2ca86e7ca734368f

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [1db8bc211fba3759769db6698bb73a74da742512]

        coverity#1326137 Logically dead code
        
        Change-Id: Ib0dcae05793927ecca4e8031e66b6ca1bf4721f7

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [32ca4302efb6a6de89fd63877ee990c4ac5b9d7c]

        coverity#1326136 Logically dead code
        
        Change-Id: I17c0f7e22e63823c16ebcdc1db1e4f618aad22a1

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [10db9232eaab2c53e84a7521e3f55579ce0c1bef]

        coverity#1326117 Unchecked return value
        
        Change-Id: I448f59fd43d90d3ad42ba55dbadee0664984e53a

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [d6a3c5786b836c6b776c54c949e0cf6cb081a7e5]

        coverity#1326446 Dereference null return value
        
        Change-Id: I18b3e0cc30e05e9a53a0f7ae9997b9f190f192f4

2015-10-25  Caolán McNamara  <caolanm@redhat.com>  [cd75c25be836c2a626f375ce3a16dfa6f164c831]

        coverity#1328719 SIC: Inner class could be made static
        
        Change-Id: I88188482af59bb94f1869a1ad4fb3c72c71789b7

2015-10-25  David Ostrovsky  <david@ostrovsky.org>  [4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f]

        Remove Seamonkey based address book driver
        
        Seamonkey based address book driver is based on pre-compiled libraries
        and is only used on Windows 32 bit. Remove it in favor of mork driver.
        
        Given that Seamonkey based mozab driver also provides Outlook and
        Outlook Express address book integration, that Windows-32-bit--only
        feature is lost for now.  If necessary, support for that feature could
        be rewritten from scratch, in a way that would also work for Windows 64
        bit.
        
        Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af
        Reviewed-on: https://gerrit.libreoffice.org/19560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-25  David Tardon  <dtardon@redhat.com>  [be114fd49371beb8877c1cf34b48319967458c8a]

        fix typo
        
        Change-Id: I06373679497ffc3472905251327073c878b48342

2015-10-25  David Ostrovsky  <david@ostrovsky.org>  [c2e4e74138c0a816f6aace4d336c7d8cb611d4fa]

        Python3.5: Remove external dependencies: readline and lzma
        
        Change-Id: Ie5cd1c0e186920f3b34d3986aa995a5c3be9c58a

2015-10-25  David Ostrovsky  <david@ostrovsky.org>  [147cb6a2ae63debed3dd500e19b2776cebbc0031]

        Bump python to 3.5
        
        3.5 release is needed for MSVC 14.0 (aka VS 2015) support. Python 3.5
        removed build toolchain support for MSVC 2013. Because we still need
        to support it, we duplicate the Python directory in externals and
        copy old patches and dispatch to this directory for MSVC 2013. Once
        the support for MSVC 2013 is dropped on master, this directory can be
        removed again.
        
        Change-Id: Idf7bc351239582f583ecbdb53c923cbdcf968089
        Reviewed-on: https://gerrit.libreoffice.org/17352
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-25  Dennis Francis  <dennisfrancis.in@gmail.com>  [1a4fc613e13d2ac3cf9cf96f29aa3f367a8fb25a]

        Remember the state of "Search formatted display string" checkbox
        
        This checkbox was introduced in the commit
        9a85743766e8a063d20d5f93ee88758e243397f4
        This patch makes Calc persistently remember the option's setting between
        invocations of the Find & Replace dialog.
        
        Change-Id: I82c1355e85cd16ce13229d495a6d243e185318ad
        Reviewed-on: https://gerrit.libreoffice.org/19574
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-25  Douglas Mencken  <dougmencken@gmail.com>  [1848581f4f3a3f22e2d104a2890699c26d35e1e8]

        clean-up for sfx2/source/appl/shutdowniconaqua.mm
        
        Change-Id: I459e00ca0b6578be6f7543eb220720b1a48c1ac7
        Reviewed-on: https://gerrit.libreoffice.org/19584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-25  Mario J. Rugiero  <mrugiero@gmail.com>  [ed9867be93522316f36d1f9001ccb224107aadae]

        Replace boost::bind by lambdas in avmedia tree.
        
        Change-Id: I0072ba9972a6c4d1565b1d3826202ff11f0c335d
        Reviewed-on: https://gerrit.libreoffice.org/19582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-24  Eike Rathke  <erack@redhat.com>  [a62bc6a65abb47adb0e4caff7e38823c15b302fc]

        replace implementation of rtl_math_erf() and rtl_math_erfc()
        
        ... with ::std::erf() and ::std::erfc() of C++11
        
        Change-Id: I8ccc86ec4d6d71a92409770fc119f72e7084073a
        Reviewed-on: https://gerrit.libreoffice.org/19583
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-25  Eike Rathke  <erack@redhat.com>  [14cd70ba5af2dcd47dbeafe9cbbb43662448d454]

        Revert "crashtestig: infinite recurse in ooo32833-1.sxc"
        
        This reverts commit d2a07cd3214af27c5af601992e3c4a1a6e3b3dad.
        
        We now ensure in sal that calling rtl_math_erfc() with NaN actually
        works and returns a result as defined.

2015-10-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4607005c380f230d8a44671f91a456598dfe6081]

        fraction assert kills Android viewer when viewing e.g. a ods with just a note
        
        use SAL_WARN_IF instead - getting logged with info is more suitable for
        this - useless zoom factors won't cause other problems
        
        Change-Id: I7b8dd6551297eeff8e720ff85702f0049a4b93a2

2015-10-24  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [f7c8774b2f3423095d794e90c58ab505ef8a1706]

        tdf#39960 fix saving of GIF images into RTF
        
        Currently in case of RTF export LO converts all unknown graphic into WMF. And some images due to zero prefSize
        produce invalid WMF of zero dimensions.
        
        As a workaround for current case we do not convert GIF images to WMF, PNG format looks better here. The code can
        be extended to provide suitable converters for other formats.
        
        Change-Id: I0c98111a4496250874aa4f664dd2f70134c1bdd1
        Reviewed-on: https://gerrit.libreoffice.org/19581
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-10-24  Eike Rathke  <erack@redhat.com>  [70a50e8390d1d0260b81dc49b629db3069abe427]

        add delta for double comparison
        
        Change-Id: I008438a6b1651068165e6a07b16ea0b2e447074f

2015-10-24  Eike Rathke  <erack@redhat.com>  [5f7bc190b0f27fc58d26a6342eed9ead69a25808]

        test oddness of rtl_math_erf() and rtl_math_erfc()
        
        Change-Id: I12f38d29d1d0b02b8a99977a232646c213ef20e9

2015-10-24  Douglas Mencken  <dougmencken@gmail.com>  [157420cf07078b036fb11e6950d5bcae032a4bb4]

        vcl.osx.print: bin >>vintage<< implementation
        
        Change-Id: I09958e48846962aa5ad29e3e6cc0ce2450973f74
        Reviewed-on: https://gerrit.libreoffice.org/19516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-24  Eike Rathke  <erack@redhat.com>  [34abbb53f347f53892cc9dde60e36499588681fd]

        unit tests for rtl_math_expm1() and rtl_math_log1p()
        
        Change-Id: I1b573365d55f6455e892b4b5b98a7090de5caf4c

2015-10-24  Eike Rathke  <erack@redhat.com>  [04967cba8e71e178915068e237a96e32a8cb3e9e]

        implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()
        
        Change-Id: Ie424a6f038107ef8b574d0422efaf49b441c110f

2015-10-24  Eike Rathke  <erack@redhat.com>  [9846b6ab3d36c8b2696e8829c121016f9fa81e66]

        unit tests for rtl_math_erf() and rtl_math_erfc()
        
        Change-Id: Ia6b025ba9980f0a7b333b2dc4ae708c3a63fca21

2015-10-24  Eike Rathke  <erack@redhat.com>  [5f2db274dbf4d8b808f9ddbe4959deadbc1ec9fa]

        implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()
        
        Change-Id: Ib96d7123a3c483e9a1c78666bf042396510d733f

2015-10-24  Douglas Mencken  <dougmencken@gmail.com>  [0d4f422300d81dcb9d875885c988e88a926fb722]

        vcl.osx.print: convert to use modern API for print dialog
        
        Change-Id: Icc7d7ad95d1ffbf55f1cd704148f3ceb58618e6c
        Reviewed-on: https://gerrit.libreoffice.org/19432
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-24  Eike Rathke  <erack@redhat.com>  [caf093e56f7d9f9223dd546d353d77dffaeb0b9a]

        prevent endless recursion through rtl_math_erf* for Inf or NaN
        
        Change-Id: If6eb273bc4d76f85da0844caea4bd697c6263013

2015-10-24  David Ostrovsky  <david@ostrovsky.org>  [11fc708e71054dcd512a81981e735db375e79aa4]

        Remove left over references to SYSTEM_MOZILLA
        
        In a0c53a961a0af21f69f592b43799cd635c994810 SYSTEM_MOZILLA was removed.
        
        Change-Id: I421a293c7611dd5ed0d810c9c8a80f19faf1689a
        Reviewed-on: https://gerrit.libreoffice.org/19580
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-24  Mike Kaganski  <mike.kaganski@collabora.com>  [4fc31c1569ba1dc0e2e3aaf9eb8f0747776daa04]

        tdf#95220: Check if DrawingLayer is not nullptr
        
        bool ScDocShell::isTiledRendering() const crashed without this check
        
        Change-Id: Idb7ace05eb1aa37cbc3d956503c046b0e9b9d0e5
        Reviewed-on: https://gerrit.libreoffice.org/19570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-24  Dennis Francis  <dennisfrancis.in@gmail.com>  [c43442dfef3f5b21bec40054b56f406efdc5a84f]

        unit test for MDETERM() tdf#32834
        
        Change-Id: Icc55931f5bc64fcc2745ca68f62851ee2c59f711
        Reviewed-on: https://gerrit.libreoffice.org/19569
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-24  Dennis Francis  <dennisfrancis.in@gmail.com>  [e1e73a97b20af862f2fb914cb16a4f74c3ad31cb]

        tdf#32834 : improve the precision of MDETERM calculation
        
        MDETERM uses lcl_LUP_decompose() which as the name suggests does LUP decomposition.
        This patch allows additive cancellations to occur in a cleaner way while doing the *only*
        additive operation in LUP decomposition, that is while computing Shur complement.
        This patch does not change the high level semantics of the algorithm.
        Also note that this change makes improvement only in the case where matrix elements entered
        by the user are *integers*. The change allows MDETERM to evaluate to exact 0.0 for
        singular integer matrices.
        
        The steps to calculate Shur complement are :
        
        for i = k+1 to n
          aik = aik / akk;
          for j = k+1 to n
            aij = aij - akj*aik
        
        This is now modified as :
        
        for i = k+1 to n
          for j = k+1 to n
            aij = ( aij*akk - akj*aik ) / akk
        
        Without this change MDETERM() for certain singular matrices used to evaluate to a tiny non zero value,
        which also caused MINVERSE() to generate a wrong output.
        An example of such a matrix is :
        1 2 3
        4 5 6
        7 8 9
        
        Change-Id: Idd4211ddceab1b758fd05bfd57f7eecd5d4fd1a0
        Reviewed-on: https://gerrit.libreoffice.org/19534
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-24  Caolán McNamara  <caolanm@redhat.com>  [5f64aba978b117eb4372fef913823243a800fbea]

        cppcheck: invalidPrintfArgType_sint
        
        Change-Id: I4103c8e1549db44055fbfcb8ced6ec36d27fc126

2015-10-24  Caolán McNamara  <caolanm@redhat.com>  [97839c6768f09684bfd0d39322896f65b68f8549]

        bogus cppcheck duplicateExpressionTernary warning
        
        Change-Id: I9c6e7699790cc2e526a15daf8c5c25555aa30fc9

2015-10-24  Yousuf Philips  <philipz85@hotmail.com>  [04f66b00738601a789eb76b7a950c0dec6fbb084]

        tdf#91063 Change show legend label to tooltip in chart sidebar
        
        Change-Id: I3d4cd44527bd9687df002543055286daf6e24a65
        Reviewed-on: https://gerrit.libreoffice.org/19370
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [7076cc68fd16e28c53138502cbe374efe606a768]

        get rid of erroneous 0x7ff language mask
        
        Change-Id: I2b3501967fc0088e0bebf6c366e033c61b652921

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [97893e56e61a466e56d12ee46d11f6e4c32a737b]

        more tdf#76964 fall back to primary language via getLanguage
        
        Change-Id: I7718ff6f93f704e37e9a046cb07c497b2d533a2a

2015-10-23  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [526f792d9ae535c2b15929a2eaf976465b02bddb]

        tdf#89387 test for TTEST function
        
        Change-Id: I9d1d83f1ba9b74d248321f617e2ba6745bdc2c01

2015-10-23  Stephan Bergmann  <sbergman@redhat.com>  [232a98b1aa771d557385aaac75df67240fa365e2]

        nSetGoToRMode wants to be bool
        
        Change-Id: Ib174a3809dd5433c29efbe08a2c4b9f9b6eda804

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [4eb70290210022860294644d67ba50d55806621c]

        take the world scaling factor for fonts, but not the rotation
        
        regression from
        
        commit 8f705df1221c3f92d8cde68bdf726a7c3ce8fe1b
        Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.com>
        Date:   Fri Jul 18 13:36:13 2014 +0200
        
            bnc#881024 Don't world transform font size in WMF/EMF import
        
        which seems to be a regression from
        
        commit 1281c1f52b77c4c4fb08e129542c2c4912b38555
        Author: Armin Le Grand <alg@apache.org>
        Date:   Mon Dec 10 16:08:58 2012 +0000
        
            Resolves: #i121382# Corrected size handling including font size handling...
        
            for EMF/WMF imports
        
        Change-Id: I87307c9993d3343b4db636257e2567b10a73b79d

2015-10-23  andreas kainz  <kainz.a@gmail.com>  [a68951d8653c97b90f2652306fbcc0076016ac51]

        Breeze icons: last missing 32px icons
        
        Change-Id: I751587bab106cc0f42f5f83ab30b6b69923463e8
        Reviewed-on: https://gerrit.libreoffice.org/19553
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-23  Stephan Bergmann  <sbergman@redhat.com>  [ec2f9439759478087279d363035c112e6df891ed]

        Remove Boost Pointer Container Library related functions
        
        ...no longer used since the last boost:ptr_vector<SvLBoxItem> has been removed
        in 63de1888f67dc43c30d5a102651b7c2738243efb "svtools: replace boost::ptr_vector
        with std::vector<std::unique_ptr>"
        
        Change-Id: Icd5e9671bb79b0bb2e3b12ef004ac9ec112981f8

2015-10-23  Sahas  <sahasr@naman.ms>  [ed62053678166ee6ac76b4fa15569b843e280721]

        tdf#80231 sort including formats - ranges with merged column labels
        
        Change-Id: I2b6294163e90210f54ebacf93dae7ad7b974f725
        Reviewed-on: https://gerrit.libreoffice.org/19400
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-23  tagezi  <lera.goncharuk@gmail.com>  [f40241928d5698b9c60c61657ca2a43eb3b0e268]

        Updated core Project: help  4b80c476bf665bdafe7f35003df9b42e3f721564
        
        tdf#95262 Mistake in Help instructions for editing Comments in Calc
        
        Change-Id: If1afa9045b258dab664f1c934e055617e7ec18b4
        Reviewed-on: https://gerrit.libreoffice.org/19543
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-23  Stephan Bergmann  <sbergman@redhat.com>  [237a840ef768fe3fc8ccde1b69d6f0c29e60711f]

        Revert "oox: replace boost::ptr_vector with std::vector<std::unique_ptr>"
        
        This reverts commit d29e614ff9cd91c4e4a1bada6a21884e33323f8d, it broke
        CppunitTest_sd_export_tests.
        
        Change-Id: I908cc46cdf4df706ad64d04777b8e1401e0800c1

2015-10-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [0db68ef9ca624cd0bda45c35c24a9abe106faf57]

        tdf#94485 Lower Calc background spellchecker prio
        
        The Calc spell checker idle handler is currently running in the
        REPAINT / MEDIUM priority class - much too high.
        
        This races with the Calc GUI repaint for large documents, like
        the one attached to tdf#94485.
        
        So move it to the LOWER priority queue, to fix the lagging GUI.
        
        Change-Id: I6e4b05dd1a977182ec13f7e3a05f0722f502f226

2015-10-23  Noel Grandin  <noel@peralex.com>  [8d80b5be024bdbcfedd41b32cbb5c6b71724dd33]

        com::sun::star->css in package,pyuno
        
        Change-Id: I7b7b0e7fea2d1a2b9f6f5501ad5e0b8c1b4a17b9

2015-10-23  Stephan Bergmann  <sbergman@redhat.com>  [3569c58c0ed9ac69f809d6f47ac4fe2cb8732630]

        Remove obsolete version map files
        
        Change-Id: Ic179264fe306bb2bca9797f10e26c0224fb1dd00

2015-10-23  Noel Grandin  <noel@peralex.com>  [c733be973e1483fb40f48bacc9182ccf0977ede3]

        com::sun::star->css in lotuswordpro,mysqlc,oox
        
        Change-Id: Id99ff87c4eb3f1b36702261ce63d5d2793ea35d7

2015-10-23  Noel Grandin  <noel@peralex.com>  [0c8634317979af80a32be729ed169229e8ecff99]

        com::sun::star->css in linguistic
        
        Change-Id: I3708931dd96d83d1daa332e930e291c3d6cfd73b

2015-10-23  Noel Grandin  <noel@peralex.com>  [728f98303193bfc9319b4e82a4078d27d1844139]

        com::sun::star->css in lingucomponent
        
        Change-Id: Iceef10c51db88b3e85f118a366de45f0f70bbf21

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [364eaba8ef183d61a07f07efe58c2a6a485d6b0e]

        fix indent and simplify returns, no logic change
        
        aka, beat up on its corpse a bit
        
        Change-Id: Ia5b8d227083e8f4c1582bf13260e92331740aa82

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [f8b975995c5d0dc6a9fc8febba0667fe24542ad2]

        afl-eventtesting: crash on undoing insert new page in impress
        
        this is an intermittent crash in the real world but under event testing we can
        see that the PaintView is informed that the page has been deleted, but doesn't
        clear its use of the page if it so happens that there was earlier modification
        events that caused the fire-modification-timer to be launched
        
        If there happens to be no such events then the page is correctly cleared
        
        If the timer is active, then the page is not cleared, but eventually the
        timer will fire and access the deleted page and fall over and die
        
        minimal change for backporting ease, follow ups now
        
        Change-Id: I090ad62cc175545902574c93dec7082225d97ab7

2015-10-23  Noel Grandin  <noel@peralex.com>  [63cec254e7ce54c7f919442002187638ff5dfed1]

        com::sun::star->css in io
        
        Change-Id: I4a0cd4b29db91584c23148d659846c71b90b0d65

2015-10-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e60872a5894ee86b0db455d97c8373f995fc9612]

        lp#1170035: Fix l10n for quicklist

2015-10-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3622c7027af764e21ba48777f746a393e817ac63]

        on unity, default to human if possible

2015-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2b1a5dcc28e142e8305c23b19f254ba24f5af456]

        Remove unused RID_SVXSTR_HYPDLG_APPLYBUT
        
        Change-Id: I61b7d1ee72af6ed3f7a21a1dab623011825426e5

2015-10-23  Noel Grandin  <noel@peralex.com>  [1c909a13a0816e20d365000cc527d93e02633b0c]

        com::sun::star->css in include/ucbhelper to include/xmlscript
        
        Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256

2015-10-23  Michael Stahl  <mstahl@redhat.com>  [d29e614ff9cd91c4e4a1bada6a21884e33323f8d]

        oox: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac

2015-10-23  Michael Stahl  <mstahl@redhat.com>  [fc90cf2af58dc8d551c39ba37d3a44597aa11e44]

        ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I05c64aaed4aaea813b369dccc721f9d10167f161

2015-10-23  Noel Grandin  <noel@peralex.com>  [c06e2fcc2c03c4b6353bd9a1e282c36de872d777]

        com::sun::star->css in include/sot to include/typelib
        
        Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [a1ff0745cc4f78777e8dba1e7bb52d18386d7394]

        Resolves: tdf#76964 fall back to primary language via getLanguage
        
        instead of bittwiddling which ends up trying to resolve the
        system language
        
        Change-Id: I545bd5e39f99003ddedf3c90031e8b818edc1de2

2015-10-23  Caolán McNamara  <caolanm@redhat.com>  [b7ec9d722fc24b8a01e34df259594567c3fc7d43]

        afl-eventtesting: crash seen on occasion
        
        Change-Id: Ib8e33c3dbaf793f9ae57a2d54af34d7e823226ec

2015-10-23  Oliver Specht  <oliver.specht@cib.de>  [8110b255990baf650373dd88ef17390952a788a6]

        tdf#94386: envelope unit test completed
        
        added check for different page styles with different size
        to testTdf94386
        
        Change-Id: I4eb1c8669661285d2c98f6c5e9993af26c005d45
        Reviewed-on: https://gerrit.libreoffice.org/19371
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-23  Noel Grandin  <noel@peralex.com>  [e4acd26406056addac8c10e80d8cfaa48cedc7fc]

        com::sun::star->css in include/linguistic to include/sfx2
        
        Change-Id: Id69e293fda98ee6cf2cc3d3296a0cd2e06bd847e
        Reviewed-on: https://gerrit.libreoffice.org/19527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-23  Noel Grandin  <noel@peralex.com>  [fa22a60e71da5c43b53c5c94f65903ce05d8c9e8]

        com::sun::star->css in include/i18nlangtag,i18nutil
        
        Change-Id: I847a5729911474e8dd72e28aea53969f7037ce9b
        Reviewed-on: https://gerrit.libreoffice.org/19526
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-23  andreas kainz  <kainz.a@gmail.com>  [c1d0074df9e96f7ac6d755f177974645513c6b16]

        Breeze Icons: some 32px action icons
        
        Change-Id: I0e772caf1bacf108b0c49592610f86fb8e17e5ba
        Reviewed-on: https://gerrit.libreoffice.org/19540
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-23  tagezi  <lera.goncharuk@gmail.com>  [b2a7622276035e5882c16f4c7d1d57cd128b9a69]

        Updated core Project: help  3397ffc09895d62067538eafcfef2858f0e42522
        
        Correction to licensing of the patch for func_aggregate.xhp
        
        After introducing func_aggregate.xhp using an old version of helpauthoring
        extension the wrong license was introduced in the xhp file.
        Further corrections in the sequence still left mention of AL
        where it should not. This patch removes references to AL licence.
        
        Sequence:
        2015-09-29 tagezi tdf#85228 Added description of AGGREGATE function 21/18821/7
        
        Change-Id: I28036684bf3ca5a942a82c6ec9295e0eb427e36b
        Reviewed-on: https://gerrit.libreoffice.org/19535
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-10-23  Dennis Francis  <dennisfrancis.in@gmail.com>  [9a85743766e8a063d20d5f93ee88758e243397f4]

        tdf#48456 : when searching for a number, consider formatting
        
        Change-Id: I4a1e3e269a269bb37e88aa8810a46d0f4ecfc518
        Reviewed-on: https://gerrit.libreoffice.org/19420
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-22  andreas kainz  <kainz.a@gmail.com>  [b5a1a23ed05d5b72d50bf08b8f6fd550eea17b64]

        Breeze Icons: some 32px toolbar icons
        
        Change-Id: Ifbe34119cee2ce0b04d55a9e4dedced76df004eb
        Reviewed-on: https://gerrit.libreoffice.org/19532
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [e5c8d01b1c174eafb3335604380480a513ac8db1]

        crashtesting+ubsan: kde170880-1.html bad cast to SdrTextAniCountItem
        
        because a clone of SdrTextAniCountItem is a SfxUInt16Item not
        a SdrTextAniCountItem
        
        Change-Id: I7b8f99b52b1f42a6a28af4495ff25ddb6d497f61

2015-10-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d550cdb9411b53e20741d79489a2fcd0c4849c13]

        implement text rotation for chart axis sidebar panel, tdf#94970
        
        Change-Id: Ifce97c437238bd1520a2122aa4027a1bcbba1e5d

2015-10-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0348b94bef515f3a0efc4a39ec385baf4982e5fa]

        provide more button for chart error bar sidebar panel, tdf#95055
        
        Change-Id: I4240631f98c51cc52a21a3ff551a339f22df11f3

2015-10-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66a25e96ca961e676f34ad1c118f9673123f86cc]

        make it harder to use the API wrongly, tdf#95056
        
        Change-Id: I07129285ac7f00513802a60c31d5de27f6f4a5d6

2015-10-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73cfe5fece97c90505a24a3fb6daae2e7e27fcef]

        disable all error bar radion buttons in the beginning, tdf#95057
        
        Change-Id: I611a637038669fe855b4357045bff8d3eb5f8600

2015-10-22  Eike Rathke  <erack@redhat.com>  [4ce262f779bad300d6bf6daec1d5ad7ee9979345]

        SRCH_PARA_ALLTABLES could never be queried
        
        ... in SvxSearchItem::QueryValue() all-properties sequence
        (nMemberId=0) as it was overwritten by SRCH_PARA_SEARCHFILTERED.
        Copy&paste error since 26d5cf1ecadc17e5c6aff071b8750b9fadaa1d28
        
        Change-Id: Iccb9cca0ca9ecb2e9754f1895899e0432312608c

2015-10-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [359ddc3076172892f4e21bbde779fcdeea0bcc6b]

        Updated core Project: help  3f2b535c2dea86ec6c01d83dc37fbb56d9c4e999
        
        Correction to licensing of the patch for ODFF.xhp
        
        After introducing ODFF.xhp using an old version of helpauthoring extension the wrong license
        was introduced in the xhp file. Further corrections in the sequence still left mention of AL
        where it should not. This patch removes references to AL licence.
        
        Sequence:
        2015-09-02      Olivier Hallot  Revert "Remove metadata from embeded xhp files" 80/18280/2
        2015-09-02      Olivier Hallot  Remove metadata from embeded xhp files 55/18255/2
        2015-07-09      Olivier Hallot  Fix license header in these 2 files 70/16870/2
        2015-07-08      Olivier Hallot  Promote ODF Formula standard in Calc function help 10/16110/2
        
        Change-Id: I16236838423cc35e8939d65d77ad14d5291a1b5d
        Reviewed-on: https://gerrit.libreoffice.org/19533
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [1e67a31ed04e1efc5eca2faee8e9087799dfc2dd]

        loplugin:defaultparams
        
        Change-Id: I571d77c9a9d399e0a683af02edb6de1095c11ca9

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [ee5d1b07af43de4778a6289307a6364a1693f25a]

        loplugin:defaultparams
        
        Change-Id: I12e314ef09ac4b3517135933169de50e8a525dfc

2015-10-22  Eike Rathke  <erack@redhat.com>  [6554961459d990cfa2ca26d8a102b177f7cc84f5]

        add missing SearchFiltered to SvxSearchItem slot definitions
        
        Already since 26d5cf1ecadc17e5c6aff071b8750b9fadaa1d28 there was one
        SfxTypeAttrib element less in aAttrib[n] than defined MID_SEARCH_... values in
        include/svl/memberid.hrc, also SearchFiltered was missing from
        sfx2/sdi/sfxitems.sdi
        
        As a consequence the generated slot definitions
        workdir/SdiTarget/sc/sdi/scslots.hxx lacked that item.
        
        Change-Id: Ic901b3a85fb5242037d713f3642971e7073e684d

2015-10-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [825b3df7f1d987021ec4a08ff8e7ed78e5772c97]

        tdf#94138 fix printing of edit form fields
        
        There are 2 bugs:
        
        - In Window::GetDrawPixelFont we asked for the font to the
        current window, which didn't work correctly when printing. The
        device itself should provide the font and not the window.
        
        - In paint method the font wasn't setup correctly which should
        happen before painting by calling ApplySettings. The effect of
        this is that print preview didn't show the correct font for the
        edit control and similar when you copy + paste the edit control.
        The work around for this is to call ApplySettings again.
        
        Change-Id: I74960355823c71c1d5a18a82bbc86561a3c4b760

2015-10-22  Eike Rathke  <erack@redhat.com>  [8e49a523c932936c1e38e0d26e5946619c2ed321]

        be precise in what area to insert the matrix formula
        
        Change-Id: If41b7af52d506464aef32bfddd11de8e3f44ed32

2015-10-22  Feyza Yavuz  <feyzaayavuz@gmail.com>  [5318e608cdcc05c09ae0abebc17d6666322248b7]

        tdf#65108 use <> instead of "" in include line
        
        Change-Id: Icc497610505d160ee7d0e3a129eb499fe4ba5c93
        Reviewed-on: https://gerrit.libreoffice.org/19422
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-22  Yousuf Philips  <philipz85@hotmail.com>  [f5cf8524f9bc4c19064aee6b31202aefcf43a659]

        tdf83825 Vertically center left and right margin labels
        
        Change-Id: I583fc112333df6af3898b03f632780538b5f046f
        Reviewed-on: https://gerrit.libreoffice.org/19469
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-22  Takeshi Abe  <tabe@fixedpoint.jp>  [4898efa1b7e6b4624a19cdb69b9bf70ac7c39e16]

        vcl: Free memory by appropriate dtor
        
        Change-Id: I863251d742374d0a60820d41fec9d467c9ff4bd4
        Reviewed-on: https://gerrit.libreoffice.org/19446
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [d34e464e41e89721934a2a5b1db97af241bb48c3]

        rename Rectangles and Ovals to Legacy to scare folk off them
        
        towards the ms-compatible basic shapes
        
        Change-Id: I64f223ca3098015364285861dec3e2653bade8d4

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [fd5a8dced0b7eb4024fdc402c2f5f69205b5e922]

        Visisble->Visible
        
        cosmetic only
        
        Change-Id: I9363e4766d6dfdd9327cfa74e5922f3b51c67fd2

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [8e203f58bc275df13e66e733bf0e43970079abed]

        crashtesting+ubsan: kde170880-1.html ANISTOPINSIDE cast to StartInsideItem
        
        presumably this is a simple typo and it should be ANISTARTINSIDE
        
        Change-Id: I05c6cfb857955c7d418e3997845dd0ef6d2bff36

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [73ffc462b9b7b1e48470c17d6fbffda66be76e67]

        coverity#1326120 try and silence Constant expression result
        
        Change-Id: Iafd034dd51135ad99f56279ceee1c770f91436b0

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [d7f3eed145fa8220bb34de1f21403d80b2b3f5ae]

        afl-eventtesting: improve event testing exit
        
        don't "Quit" twice and skip tearing down office ipc etc for the pseudo-quit
        AFL_PERSISTENT=1 case
        
        Change-Id: I26f0e798b95bc9376890381d4e5bd87fe8f12622

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [7e0108266d7338d14ff953efcce0c019f693dd55]

        coverity#1326738 Dm: Dubious method used
        
        Change-Id: Ia266e5c1b66e35fdb4c6fdd5816f3b35d54ae1bd

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [337661a98938a7477f666dff190322d65951cbd2]

        coverity#1326446 Dereference null return value
        
        Change-Id: Ief00b565147bd4a08c4fd6de9df71d9126dc1f75

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [9740a474a43260ababe5db3c49109b0190ba8a7f]

        coverity#1326429 Dereference null return value
        
        Change-Id: Ib047f6cb255610422afb423006b58e0da7eacead

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [2092a029bb4eeacc1029a11b77b6120d0ad3a9ff]

        coverity#1326403 Dereference null return value
        
        Change-Id: I1f191a2bc0139bada7603681eb0246de7dd15139

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [b8562697c971922ee57099817297d6ad3713f9f9]

        coverity#1326382 Dereference null return value
        
        Change-Id: I1c427c3d6cae2cf1798adcc29cd6f5f51eb2b49e

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [3af09eae62595a6c0895e7410f7be51f347a802a]

        coverity#1326384 Dereference null return value
        
        Change-Id: Ibf3c2ffb78740d55a6e6e4e6c66fb71b5b1c4c85

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [12e2d518d89b349d989601e1aaa9e37ca5fba093]

        coverity#1326397 Dereference null return value
        
        Change-Id: Iafb022cf3bbdbaa8a6b230cb60377d90e64fe142

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [ae056434494dc35954cf39c37b730cb82b667412]

        coverity#1326173 Explicit null dereferenced
        
        Change-Id: Icee3d9af9b9811e99afca49e2fe1b46fb4a85bca

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [f86c07afd733234a2653325df0f165c0dfeaf716]

        coverity#1326381 Dereference null return value
        
        Change-Id: I86f5fee9bd77b741536816b6b4d1b6b520acba9e

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [c4e1857dc034d38900f8a7ef0a10814911e91e59]

        coverity#441226 Dereference null return value
        
        Change-Id: Ib80e5f5d9e41c6511779e7a956cdba9b856c25ba

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [69eaba2e9b2269e18145cc663cf0e503b85a5a6d]

        coverity#1328488 DLS: Dead local store
        
        Change-Id: Ief4b5909d40ee3c3c86f60eeb980591a3e8b230e

2015-10-22  Sahas  <sahasr@naman.ms>  [d50fa33c6b9bf65cd884090a45ad917aadb7c674]

        tdf#93243 - replaced some boost::bind with C++11 lambdas
        
        Did half the file.  Need comments before I finish the rest.
        
        Change-Id: Idbd98277e908dc568008925611ab1fd1fb778ab1
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-10-22  Mario J. Rugiero  <mrugiero@gmail.com>  [eb9e0ddfd69618bf0a7f8cd908c631751b93ea1e]

        Replace uses of boost::bind with C++11 lambdas in unoxml/source/dom/node.cxx
        
        Change-Id: I2455476a876012051ca1651721915243503fbb22
        Reviewed-on: https://gerrit.libreoffice.org/19308
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-22  Michael Stahl  <mstahl@redhat.com>  [475cf23efd7f278f3032c3b59fcee21ed6e5b1f1]

        gbuild: incremental builds with --enable-pch are unsound
        
        The problem is that the precompiled headers' dependency files are not
        run through concat-deps, hence they directly refer to headers of
        external libraries' headers, which are not targets in the build system;
        therefore re-building an external library does not cause the dependent
        PCH to re-build and (at least with MSVC) the object files don't depend
        on headers included via PCH anyway, so we get the recent link failure
        in comphelper with MSVC, which wasn't rebuilt for icu's ABI change.
        
        To fix that just use concat-deps, which re-writes header dependencies to
        UnpackedTarball target dependencies.
        
        Change-Id: Ic7555822925aaa1ff09b29bb73801fb83923bfab

2015-10-22  andreas kainz  <kainz.a@gmail.com>  [edc56421fc7fae24eff600cb1781b950abf0f170]

        presenter console: add real 'Restart Timer' icons
        
        Replacing the placeholder ones.
        
        Change-Id: I4289cb9c57181d98bf9f92b194661c965d213d1c

2015-10-22  andreas kainz  <kainz.a@gmail.com>  [a3f0a3ca4637d5789575438afc6595e9f27ff20c]

        Breeze Icons: add some 32px toolbar icons
        
        Change-Id: Ibc66c414813240b61491744166bfc6e0d898a54e
        Reviewed-on: https://gerrit.libreoffice.org/19521
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-22  Eike Rathke  <erack@redhat.com>  [3e06388b686e1c4f8547787baababf7ec1d0eec8]

        unit test for tdf#95226
        
        Change-Id: Ica252d3477e3a630777a59d64bfea7afb29351cd

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [d491ae5692f0b1fb4653510e694bbf5227375858]

        desktop: add lok::Document::paste() testcase
        
        Also, closeDoc() is called by tearDown(), so no need to call it manually
        at the end of tests.
        
        Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c6db362dc31edaefd553860d1e0ef0be55c4862]

        sc: implement vcl::ITiledRenderable::getWindow()
        
        Change-Id: If50b4b5baea36e161675afd368fc54bdec01d9a5

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8522948ba2f30fb703d4725086d30d9aa2a0cf4c]

        sd: implement vcl::ITiledRenderable::getWindow()
        
        Change-Id: I8bc7316d9304d9e764ee846fe3af34599bf6fc35

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [8690639fa1dedc8a5c475cc8a1dd288d79a7053a]

        Why check that resValue != oldValue
        
        ...same as daa6fe4173ba9215a7044887dc28cc8ee4408985
        
        Change-Id: I0ee61a2f40c234fcb496a70ad5ec913148119597

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [ab489869e23d2e4fdf5aa11c304a3ac585bbb36f]

        These places apparently want to unbox a value boxed as an Any
        
        ...same as 8fb3808f555ad5b5c66cb894f9402647ca9ba341
        
        Change-Id: If21d6bbf5f88b8ca5ed5387d98b2dd9c74f0e32c

2015-10-22  Tor Lillqvist  <tml@collabora.com>  [42e2b437152ad862b887657b330f65e50e8848da]

        Use same order in this switch, too, as above
        
        Change-Id: Icbe775e59d66efbb994a73c00024f9f7750f9ef0

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [a83a7a0d5f733992dbcfe2e9e404e54f4c55f150]

        Satisfy std::hash<> specialization requirements
        
        Change-Id: I3a618bd02994437a1dbe048e43653056006e8d4b

2015-10-22  Tor Lillqvist  <tml@collabora.com>  [e6cf271f13af9b06c9aa9725cb12bbce2a3873d8]

        Add a bit of explanatory comment
        
        Also, sort the cases in the switch in numeric order for clarity.
        
        Change-Id: Ic32da29a78b3aeedf22ee5f646a0975e4cbcb9cc

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [04c8cd78b9c7f4bc72605993098f704bcfe20b56]

        crashtesting+ubsan: rhbz1013652-3.svg outside the representable value range
        
        Change-Id: I1ddfd8f7ee779a87825345bf29feb14150713cbc

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [d622b72e1d90670e4c8df8a512c8d161e85c2e3f]

        No need to check for non-null here
        
        ...as null values are handled just fine by compare()
        
        Change-Id: Ifd17b96187ad3d13be99b107d3c3fa47e51b586e

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [173fc95b3551c1e69c49626211be8422cb29fb3e]

        gtktiledviewer: initial paste support
        
        Change-Id: I50b4dfa456d3518f5ef7faf5f634642973441a3e

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6552767aa5ed61215eb64dac0cc026a5f7a9aad1]

        LOK: add Document::paste()
        
        Change-Id: I34998229e7f5cac4c62c859861783be3c161f9bf

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [981a974824642a81f86c526dea682cd27cd437db]

        vcl: add ITiledRenderable::getWindow() and implement in sw
        
        Change-Id: I9d0fad3904e74b44b0b126974ace4025f7a4fc5b

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [98cdb563c1c63e93b4722721354d86848d2cd2c2]

        vcl: add Window::SetClipboard()
        
        Change-Id: I385f64b7d5015c9a34f34a436b0ee2ce6b3a83d3

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [8a6f112cac7d03e0687592e9d76b4bc4edd26c3c]

        crashtesting+ubsan: rhbz1003919-1.svg left shift of negative number
        
        Change-Id: I6175b4b28af3257f5734685b8fa323f0b9078512

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [e971c88efcacc8b34c76c2de431d6cf9b4b6506f]

        Fix the test for resValue != oldValue
        
        When the property type is e.g. a UNO sequence or struct type, !equals would
        trivially be always true (as the UNO bridge creates fresh instances of such
        value types on the fly), masking failures where the tested code didn't change
        the property value at all.
        
        And one such masked failure was
        sw.CharacterStyle::com::sun::star::style::CharacterProperties in
        JunitTest_sw_unoapi_1 not changing any of the CharLeft/Right/Bottom/TopBorder
        properties, as SvxBorderLine::GuessLinesWidths
        (editeng/source/items/borderline.cxx) appears to only work properly if nStyle is
        DOUBLE, so work around that for now by explicitly setting that BorderLineStyle
        in the ValueChanger for BorderLine2.
        
        Change-Id: If9536822c5db04cbd01e6d760b5b63da04c4cf5b

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [0fee8f241bd4c5e032e92e10619bc405cb5a5daf]

        Change TableColumnSeparator in a way that makes it successfully pass...
        
        ...lcl_SetTableSeparators (sw/source/core/unocore/unotbl.cxx) when trying to
        change the TableColumnSeparators property of
        sw.SwXTextTable::com::sun::star::text::TextTable in JunitTest_sw_unoapi_4
        
        Change-Id: I314e3f08eae0b1df6d5c60340e33f34477daf76e

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [c546fbca07b0085f569d72f21ed0b43e4c49e50c]

        Print content of arrays and UNO structs
        
        Change-Id: Ib585408c26e14b83e896861c2793ff3229dba7d1

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [eda5f1fca8a8a1ed5c98bb6d7486283cccb08b37]

        A "workaround to CodeWarrior's compiler bug" is probably not needed anymore
        
        Change-Id: I84cb3bb1e3fa42a7b96286f317aa0fb4e8ada8f3

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [ac1ff3cb840d66b317d28a29d44d76813987a098]

        crashtesting+ubsan: abi2079-1.html memcpy null source with 0 len
        
        Change-Id: I50b9df6a428bd2ddb57819a9da6f07df346e7e61

2015-10-22  Caolán McNamara  <caolanm@redhat.com>  [02effc8ef62ba30fc6bd8a57281105e3aecc29ce]

        ubsan failure on bootstrapping crashtesting
        
        Change-Id: Ie2b338bdd75f26953c758b64711e60b6f5ce9c83

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [daa6fe4173ba9215a7044887dc28cc8ee4408985]

        Why check that resValue != oldValue
        
        ...if all we want to verify is that resValue == newValue (and it is the test
        code's responsibility to come up with a newValue != oldValue, but which might
        sometimes not be possible)?
        
        Change-Id: Ibfce322b50bb0074ca76c33ad0c83541a8d4dc41

2015-10-22  Stephan Bergmann  <sbergman@redhat.com>  [8bde421ccec9c10fe1382ad68485852889dd4c74]

        Work around cid#1328486
        
        ...claiming that "right shifting v by more than 15 bits always yields zero,"
        apparently diagnosing an instanatiation of the template for T = unsigned short.
        
        Change-Id: I7c210ff17e4aef8f0e703cc30518f3420e67e7c1

2015-10-22  Noel Grandin  <noel@peralex.com>  [1b3f81bd584cfceb537f04f3a240bf505d19b7bf]

        com::sun::star->css in include/framework
        
        Change-Id: I60874ab8d3cc9adaea8757d6888e341accce2083
        Reviewed-on: https://gerrit.libreoffice.org/19494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-22  Noel Grandin  <noel@peralex.com>  [41b923e76ddea150133fa3a1185e2d337d6d9105]

        com::sun::star->css in include/formula
        
        Change-Id: Ib217c24614d09817e4d7f8c545bd75345250a874
        Reviewed-on: https://gerrit.libreoffice.org/19493
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-22  Noel Grandin  <noel@peralex.com>  [dc9e72df8e1fc05221141a24b75221ea97520176]

        com::sun::star->css in include/filter
        
        Change-Id: I05c314b6eb460cfcbaa7d13cae21360ce6824624
        Reviewed-on: https://gerrit.libreoffice.org/19492
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [44bee388a3b1e1615e0c573941f877d67cbba6c3]

        writerfilter: it's enough if dmapper gives the media descriptor to its impl
        
        Change-Id: Ia973799453d9ede60be3699ff8973e31605f06ef

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [024f722ea390cc49e925a94a53512e79b583cb54]

        sw: prefix members of SwUnoPropertyMapProvider
        
        Change-Id: I8437c69ee35f766b2c35198f8b99ac2779251e05

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [580e57d11deb8185dfa550e30c316b7581c18ec1]

        sw: prefix members of SwCrsrMoveState
        
        Change-Id: Iad3c970b263b8ee847cf6a7d2e05c5336cad9b26

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [52de28c83d4b466e6da41a4d7cc23f5266211c5e]

        sw: prefix members of SwVirtPageNumInfo
        
        Change-Id: Iac98463066f4a21d70e82dfc5c85f061d5ae6603

2015-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7a73904059cbd37f26aecf4c55af35935a023e6]

        sw: prefix members of SwXAutoStyleFamily
        
        Change-Id: Ic2865ff81a79b0d96b950b310723262959d080b5

2015-10-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e3c36255b9a17095745aba2489b347bccf42423]

        chart series support hatches, tdf#94227
        
        Change-Id: Ib3a1ccda738091466d5e2866823f64b254ed5bab

2015-10-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [760a684155ba4b41a1db56d85374575a20abd375]

        make our pivot table export a bit better
        
        Change-Id: I62fe627eab0163715fc90d17a9b8992bc17682b9

2015-10-21  Eike Rathke  <erack@redhat.com>  [968e2faff6d4283dacd9010d31cb4c0df45eb7c5]

        Resolves: tdf#95226 fix broken IFERROR/IFNA array logic
        
        Change-Id: I059248659f51746cfc1d06faeaadaf3d645c03d3

2015-10-21  Michael Stahl  <mstahl@redhat.com>  [fcc2415ade6ae93710bbbda9f7e163045e323105]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: I5c011939ec492e0ae2cf136554b8b1f42e1253e9

2015-10-21  Michael Stahl  <mstahl@redhat.com>  [2f5748afa7841ef65476d3656009cff4bc8e1150]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: If476381b05b046443facc9dd220d273133bda651

2015-10-21  Michael Stahl  <mstahl@redhat.com>  [618fe3366591902f88217c7f90d17e84ec527bf3]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: Ic31f92dba347017c4e25f210728d63a4048c5a25

2015-10-21  Michael Stahl  <mstahl@redhat.com>  [8bee34a7db41df4147a60a2fa32de143cd5e6b84]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I12b440e445cb94c27a33e52646157b04add6b26a

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [fb5b2c5580a247a2f6935e66dbcb48e16e291e87]

        afl-eventtesting: crash if you close shell behind running presentation
        
        Change-Id: Ib8f02ddfe3b74e97145e22aa88e6f97d52c39f7a

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [f4294091b997d9118617f0bbb82b1cafe3cf993b]

        tdf#81219: Sanitize the thumbnail of web view.
        
        So that we don't render the entire document in the thumbnail ;-)
        
        Change-Id: Ic19f403b68bd2e2e748138a861d55e41742250e0

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [d4ef1860f268efb5a7ec5cdbce69b40b8f228dd8]

        use a default when avoiding config
        
        Change-Id: I5f068a4f8f2f035070ea3ad16bf6d89f7ab0e0fd

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [f80d42876af3808069ca5ea5fb758cf22777dbbc]

        drop unused stuff scheduled to be removed 'before the next major'
        
        Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [87179c89d55cad895336f14e9fdba11ea9694a15]

        afl-eventtesting: crash when accelerator processed after frame is disposed
        
        Change-Id: I8c3dcca53d5fb18e9f1da0499a071d35a859a9de

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [e86effd159d06a6ceeb5571f98d4f45c7fe9f893]

        move afl examples/test-cases to dedicated dir
        
        Change-Id: I36f09cd19ea721ee69e62fac4cf0744827e8cefb

2015-10-21  Caolán McNamara  <caolanm@redhat.com>  [3303f43a6ea3c377331491d70a539e7e02ca9df8]

        afl-eventtesting + VclPtr: only current context decks getting disposed
        
        but they all have to go, not just the current one
        
        Change-Id: I84819c2a74042ad028fbdd8acba5d925c7fdedab

2015-10-21  Noel Grandin  <noel@peralex.com>  [f7799477ddf650c6adf14bf8c77d0c3e31abed41]

        cid#1327138 UrF: Unread field
        
        Change-Id: I3454f75c9662c76203dd7a2a5e74827bf6d9baf8

2015-10-21  Noel Grandin  <noel@peralex.com>  [971069f41daff6d56c524e3050b33f88502ff11d]

        cid#1327137 UrF: Unread field
        
        Change-Id: I146730254b1b6398a7108648608bddea2e915536

2015-10-21  Noel Grandin  <noel@peralex.com>  [1b1294caacf30597f4385a81b2fec5ec7c3c6dc8]

        cid#1327136 UrF: Unread field
        
        Change-Id: Id12e6d6eb0f372ee92c77754fe13cd391cf1bacb

2015-10-21  Noel Grandin  <noel@peralex.com>  [b8f0a48ccfc09b7df5a6c550e4ac695b67539f1d]

        cid#1327135 UrF: Unread field
        
        Change-Id: I21a03af98b60592fb5d11c57c69cf605b51ad273

2015-10-21  Noel Grandin  <noel@peralex.com>  [b5cde3be257343bdb381d2e36e882907974d6913]

        cid#1327134 UrF: Unread field
        
        Change-Id: Ib6d801b11515259481d4235db9d7a39d5891a289

2015-10-21  Noel Grandin  <noel@peralex.com>  [0220cdea886a5e7ba940ec0bbae94a58532c3095]

        cid#1327133 UrF: Unread field
        
        Change-Id: Ie910cdc66c5f243f1ba5f4b855154277746a6195

2015-10-21  Noel Grandin  <noel@peralex.com>  [7b9f288bfd601354c1fc2cd8250c20bd3c583c62]

        cid#1327111 UrF: Unread field
        
        Change-Id: Id5f1fa62ea9fc40e6499ff3ee6c7a774f9220f02

2015-10-21  Noel Grandin  <noel@peralex.com>  [25c71f42934fa2e7b70f9311a302a6b1e4f026e4]

        cid#1327108 UrF: Unread field
        
        Change-Id: Ie8f3446ed71d7a4c0bb59f9a2882479a57080291

2015-10-21  Noel Grandin  <noel@peralex.com>  [b644c818e0f8c805528709657b255302235a8a91]

        cid#1327107 UrF: Unread field
        
        Change-Id: Iae4439338f63a271e20a990b41241e8dc1a3e752

2015-10-21  Noel Grandin  <noel@peralex.com>  [e0030bf10e0f8a3d2f828ef08a9546633efc7ee4]

        cid#1327096 UrF: Unread field
        
        Change-Id: Ibe4d0e53a167224cdfcd68328a57d920f3369880

2015-10-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [075c4db2844146dd861a77c8d51fb8ac675f520f]

        android: remove MockTileProvider
        
        Change-Id: I1b44c9fa4edfdc79e48f52ba95493f83f0421669

2015-10-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c8dcec92470745f07c51074404ce4250428f2255]

        android: remove the native DirectBufferAllocator
        
        Change-Id: I41d25d288253f1b35c268ba70b8384812fa567e5

2015-10-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [030891701c2f2d32b7d5848ddc955801560dd081]

        android: typo in gradle build script (app crashed on key press)
        
        Change-Id: Icf3973d20455fd9ccde3a448b9596457ef5308a3

2015-10-21  Noel Grandin  <noel@peralex.com>  [a673713bb35321eaef7ce9f35f5407e0174b664e]

        more removal of com::sun::star typedefs
        
        Change-Id: Ia73f1b4f1dcfa3f0936359e744afe76e02dcd2eb

2015-10-21  Eike Rathke  <erack@redhat.com>  [ddee0e30ec93da3b842ee6822980b0a99fa206ce]

        add blocks to SubsetMap new in Unicode Standard 8.0 / ICU 56
        
        Change-Id: I08acd0f6bc1a00b9dbaa6711b09222eff388ad17

2015-10-21  Eike Rathke  <erack@redhat.com>  [2d636b56d8ae75140a1d972b52a0fdb7bffae8c3]

        add block/subset names new in Unicode Standard 8.0 / ICU 56
        
        Change-Id: I42685ff22f61f2c6c82439dd23393fd1ac17daa0

2015-10-21  Noel Grandin  <noel@peralex.com>  [7950288c58522b6bd1c8c804d3a336d1ca388c58]

        boost::ptr_vector->std::vector
        
        no need to manage uno::Reference via extra heap objects
        
        Change-Id: I3092b5103a31fcff8122e4ce9cd1cbb42f5ed910

2015-10-21  Eike Rathke  <erack@redhat.com>  [741543132ad355e295ff0aafd1105c1225fef670]

        start next find at previous endpos, not one after previous startpos
        
        The portion from startpos to endpos was handled, no need to recheck
        things in between and find nothing; or worse, find something and
        duplicate a part of a portion..
        
        Change-Id: I37b58d2433514ffa8f31a0fa06f84c6a8aaee947

2015-10-21  Noel Grandin  <noel@peralex.com>  [2f3ea8dfbc7dedc785cd07ad0b681a0da3904a80]

        refactor out some com::sun::star typedefs
        
        which mostly serve to make the code harder to read
        
        Change-Id: Ia2a83fee9f850ab6f0bea6305ce8600d6b785fe8

2015-10-21  Pranav Kant  <pranavk@gnome.org>  [54409159b8a12ca3d387e2ff2a2e1ff9dad1a2a3]

        lokdocview: Emit a warning after error
        
        Change-Id: Id8e20e6561239096438d420c65d0da6dcc7f5e2e
        Reviewed-on: https://gerrit.libreoffice.org/19474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-21  Stephan Bergmann  <sbergman@redhat.com>  [c20f48abc6a2662fec12cb7588c69ff8e3a5d7c7]

        configmgr/dconf: Simplify Fleet Commander write-back mode
        
        * Get rid of different dconf trees for reading and writing again; the one single
          tree is /org/libreoffice/registry/.
        
        * Trigger the special write-back mode when a file
          $SYSUSERCONFIG/libreoffice/dconfwrite is present; then, ignore the default
          user:!... entry in CONFIGURATION_LAYERS (i.e., don't use the
          UserInstallation's registrymodifications.xcu) and instead write changes back
          to the dconf tree.
        
        Change-Id: I6b4d7251851da3fe7abbc9dcb080d57b278de96b

2015-10-21  Stephan Bergmann  <sbergman@redhat.com>  [1b5766f7c29f28349d8970e6437c8ab1ba994825]

        In ValueChanger, don't accidentally modify oldValue
        
        ...so test code can later reliably check that a newly obtained value is
        different from oldValue.  (Use copyStruct instead of new, in case the type of
        oldValue is derived from the type determined with instanceof.)
        
        Change-Id: I3bcf406e0ca06a710f5d43bd75c0e96ff68dbde4

2015-10-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fa8a7cfa6c31915b2e36f58a84124134ae86365d]

        Improve awkward dialog title
        
        Please never use the word “dialog” in a dialog’s title.
        It’s obvious.
        This string has led to confused translations.
        
        Change-Id: Id55d45a48630e5f3d3f01d4eee87240f9907a803

2015-10-21  Tor Lillqvist  <tml@collabora.com>  [11c7da74d5633d55c11d1ec04dd0096cb96f88f0]

        Nothing "new" with these
        
        Change-Id: I95d81a35da99beb412b51604ff074e410dbfb530

2015-10-21  Noel Grandin  <noel@peralex.com>  [44440680708d294a65e02c956c1e8423cca7f7d6]

        attempt to placate Doxygen
        
        Change-Id: Ia29a9aa59c234a92366113e176931bc286ec8abb

2015-10-21  Noel Grandin  <noel@peralex.com>  [017f3d1aafd05603e1afd316f5e0dce19f7b08aa]

        boost::ptr_vector -> std::vector
        
        no need to store uno::Reference on the heap
        
        Change-Id: Iec3abe2190648e85a37b22763c8d19ba29634373

2015-10-21  Noel Grandin  <noel@peralex.com>  [6231a9b4e926d5dc213f94ddf35b14bab411d77d]

        visual studio version 4 is long gone
        
        Change-Id: Icf0b4153d07d9c412889d6a7364d4282bba33032

2015-10-21  Stephan Bergmann  <sbergman@redhat.com>  [115fa590dc7d4f37714d514309643896a5041ab4]

        More plausible fix
        
        ...for 7c465e7f9e8b5c34a4926fb0de84de70aee8f37d "coverity#1326260 Explicit null
        dereferenced"
        
        Change-Id: I3b7fb8195c29b7e447fbe31f823cd00d7a820e95

2015-10-21  Eike Rathke  <erack@redhat.com>  [5b7e8efbf4d73e385c8fb3469a23c0b2592bfb57]

        Upgrade to ICU 56.1
        
        Change-Id: Icc3d66c16fca95aa890aee6c67c84674fef878fc

2015-10-21  Eike Rathke  <erack@redhat.com>  [84017530bc5579e02fc4a2a9d31fe36a9ad28518]

        properly check for ICU status so known tags get actually recognized
        
        nIcuErr after the second RegexMatcher::find() call was
        U_STRING_NOT_TERMINATED_WARNING hence a check for U_ZERO_ERROR failed
        and a content string of "foo <emph>bar</emph> baz" became
        "foo <emph>bar&lt;/emph&gt; baz" which later provoked a missing ending
        tag error.
        
        This should had used U_SUCCESS(nIcuErr) instead and only worked by
        chance. Apparently the warning wasn't issued in earlier ICU versions and
        only introduced with 55 or 56.
        
        Change-Id: I36482c928544fc6e8c0403997af33084a47d4bea

2015-10-21  Tor Lillqvist  <tml@collabora.com>  [9bfe1d13c04705ae5f27c2bf28af6f532b4e2084]

        No, it isn't
        
        Change-Id: I0236ff718ec9c3ee8d5845a044d65c927a896879

2015-10-21  Noel Grandin  <noel@peralex.com>  [e6424f14f314d2245387aa25909de03440672cdf]

        com::sun::star->css in include/editeng
        
        Change-Id: I2a46f2128ef86ea0d692240b968ea52ab8e09dcc
        Reviewed-on: https://gerrit.libreoffice.org/19489
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d47eca3cd9fdf2ff247c2f3b251a1f94761d1046]

        sd: fix typo in PresenterHelper
        
        Otherwise we always use the switch-monitor icon for the restart-timer
        button.
        
        Change-Id: Icd2e4322285b1c73a104ce0ffada116b9cae0ad4

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [f94cf3e25ae6d432bbcf50269e6da826ae0e8857]

        tdf#95095: Rename "AvoidRecentDocs" to "PickListEntry" for consistency.
        
        It turns out that Base already has a similar property called "PickListEntry".
        Let's make it consistent then, and rename "AvoidRecentDocs", so that it works
        in all the apps the same way.
        
        So instead of setting "AvoidRecentDocs" to true, set "PickListEntry" to false.
        
        Change-Id: Idf0dd8e8892218f387944f0ad43b292c4b052be6

2015-10-21  Noel Grandin  <noel@peralex.com>  [382eb1a23c390154619c385414bdbe6f6e461173]

        remove untyped Link<>
        
        Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b
        Reviewed-on: https://gerrit.libreoffice.org/19491
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [652933e8fe46b24049ad0a6e61811727b1965aea]

        sw: prefix members of SwPageFrm
        
        Change-Id: I7587c587a52310dbfee8e79a038495eb26b108b0

2015-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [078673b6843ecd7231b146a8472b229d3db4d43b]

        sw: prefix members of SwUpdateAttr
        
        Change-Id: I6006ce61ed28fc748495ac58d191e1cfa95e3335

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [dcdba6ed8984fd135a346a921b3a7888ecef9cb0]

        lok: Avoid adding to recent documents completely.
        
        Change-Id: I292281e300e8976bf5ae286262a6a3e20de41858

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [9387cca95176889d171a63a46cb2d0f6d59b3d1b]

        tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().
        
        When "AvoidRecentDocs" is set to true, the loaded document is not added to the
        recent documents list, avoiding the (a bit expensive) thumbnail creation.
        
        Useful when loadComponentFromURL() is called from macros, or when LibreOffice
        is controlled via UNO.  See the bug for an example.
        
        Change-Id: I99d516cae8b278199a01276686465f716b9b4cec

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [b34f03271ed765795bb6131c733c3fba425b5425]

        impl_mergeMediaDescriptorWithMightExistingModelArgs is a sick function name.
        
        Rename to addModelArgs, and kill some whitespace.
        
        Change-Id: Ic644cb2d1074450491d271db36db92049e7d77e3

2015-10-21  Stephan Bergmann  <sbergman@redhat.com>  [3ba2568194241acd1a2b5cae2a700f6b5a6fcd7d]

        loplugin:badvectorinit
        
        Change-Id: I3fa3e83e67b5ba017bbd2a33edaf41207e5fe96f

2015-10-21  Stephan Bergmann  <sbergman@redhat.com>  [7180887981f9f417d4b9e75e196ee2cf500c1aac]

        Make ValueChanger work for UNO structs
        
        ...that always have a static UNOTYPEINFO field
        
        Change-Id: Ie70632c47e03897e79c3ddf7087e51c1e67cf086

2015-10-21  Andrzej Hunt  <andrzej@ahunt.org>  [7276c346678c2cb51c14f6011659376890bbabea]

        Ignore the default constructor for loplugin:badvectorinit too
        
        The default constructor doesn't necessarily have 0 parameters,
        hence we need to explicitly test for this too.
        
        Change-Id: I685c44ab373ec8234a86824a77cc523a355c8b05
        Reviewed-on: https://gerrit.libreoffice.org/19496
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Jan Holesovsky  <kendy@collabora.com>  [46ceb619548a27bddc210012949903e3d9f01391]

        Fix indentation.
        
        Change-Id: Id33e58b6e298ff7b3a421a5cd96df1372a4a7923

2015-10-21  Noel Grandin  <noel@peralex.com>  [c9bae4ddc10abcb5b99898f41310aeceb6792356]

        com::sun::star->css in include/drawinglayer
        
        Change-Id: Icc8bf14bd7876df321958bc0ed24a5587213827f
        Reviewed-on: https://gerrit.libreoffice.org/19488
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Noel Grandin  <noel@peralex.com>  [59a601d1de038b9a3807c650142cd78e31f421c8]

        com::sun::star->css in include/dbaccess
        
        Change-Id: I90202b5a537cb64f4ddae3141e19270a93c5b6e0
        Reviewed-on: https://gerrit.libreoffice.org/19487
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Noel Grandin  <noel@peralex.com>  [08233bd25849cc7d5d092aa073362c7766cbcc19]

        com::sun::star->css in include/cppuhelper
        
        Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc
        Reviewed-on: https://gerrit.libreoffice.org/19486
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Noel Grandin  <noel@peralex.com>  [d4d18b8613ab3ae38fe1ce1e3300e23ee6d42d44]

        com::sun::star->css in include/cppu
        
        Change-Id: I85e866fc5b52c3bbedd5b54549dba018b70be2f7
        Reviewed-on: https://gerrit.libreoffice.org/19485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Noel Grandin  <noel@peralex.com>  [ab4c54662ed0abd8603a35b3c8173adf0be87b3d]

        com::sun::star->css in include/cppcanvas
        
        Change-Id: Iffaf661fe915c9b0e3500ae3923fd8300583c512
        Reviewed-on: https://gerrit.libreoffice.org/19484
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-21  Tor Lillqvist  <tml@collabora.com>  [7323190456c2ed4ec9f092f8e69ba12ce41587cd]

        tdf#94897: Don't mess up spacing of combining diacritic glyphs
        
        At least for the Cambria font, instead of a precombined glyph,
        Uniscribe ends up using a separate diacritic glyph for some (all?)
        accented Latin characters. That caused weird layout errors in
        justified lines when an accented character was followed by space: The
        diacritic got separated from the base character.
        
        Fix that specific case. Be careful not to mess with any other cases.
        
        While debugging this I added lots of temporary debugging
        printouts. Leave some helper functions for that behind, inside #if
        0. Maybe we should start collecting such functions, including ones for
        most common Win32 structs, in some include file in some common
        location?
        
        Change-Id: Ib0198411f820cb8ba8456786869185a43628628c

2015-10-20  Timothée Isnard  <timotheecisnard@gmail.com>  [5b6e4a225cf39355f4b345cfe033c07d5c165c7e]

        Replace bind2nd/mem_fun by lambdas in sw/source/uibase/dbui/dbmgr.cxx
        
        Change-Id: Ibd4b88302a8791a62d612bd49641763d7b565021
        Reviewed-on: https://gerrit.libreoffice.org/19312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-20  marstay  <ageorgiopoulos@live.com>  [4383e5a79090a514523e86c2365a41a1d1b448e2]

        tdf#89592: use initializer list
        
        Change-Id: I5b2dece19512399f6646a8f7acf022d4230a760a
        Reviewed-on: https://gerrit.libreoffice.org/19430
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [8e4739b94de0bbc7ceb91705a7ba7946b8b70b94]

        afl-eventtesting + VclPtr: missing dispose on impress annotation window
        
        regression from
        
        commit c72fac269626cd4c2c3f62a6eed69e47b59256a4
        Date:   Mon Mar 16 12:17:44 2015 +0200
        
            vclwidget: convert lots more sites to use VclPtr
        
        Change-Id: Iac6a83003d9c395589acdc23fe511d2bb47e91ee

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [bcd5004c3bb48cd1cfbd185e6ff30d107b5c81b7]

        coverity#1327109 UrF: Unread field
        
        Change-Id: Iee847f2c82c35e5f92e8be29e1f2062085977dbc

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [4c7c5fe39aa7dfbc2d87a0d08cdf32dc2e0360e3]

        coverity#1327110 UrF: Unread field
        
        Change-Id: I6147a86cbe216830a693c24654cfaf2e63d4601e

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [bd3649ce3a3eff4e4ededc60dcb277ba2ad469b7]

        coverity#1327112 UrF: Unread field
        
        Change-Id: I96ee36baef6301ce98ee200b58cc9634d615cfa1

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [7df47cb431f1b3d41cf3be2065d394128155e823]

        coverity#1327132 UrF: Unread field
        
        Change-Id: Idda304f3085e09aeb300d336debd6459de1bf414

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [19fb7c8b60c93e0fd56887a4f534c43b56abbd0b]

        coverity#1326177 Explicit null dereferenced
        
        Change-Id: I3981037c8383aff65c8b78eb4752c11ddeffc8fd

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [c6351a89533f61bea8866966d2076eff324d102f]

        coverity#1326242 Dereference after null check
        
        Change-Id: I827e6967938114946193f34d7102ff9cd132a1a9

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [cf4595de4f6f3322f70b5c5b23875afd9079e8a8]

        coverity#1326356 presumably a deliberate fall through
        
        Change-Id: I6338746911e279f934a0cb7113de81d7a02c6cb1

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [8536c279602a554ae2fb803ce4ce384102dbbd76]

        coverity#1326431 Dereference null return value
        
        Change-Id: Ib85b3e03d2a9ce6339cd2496e33cc09cff2b9952

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [86d275366a1d8c32273d7cf347623062935ec576]

        coverity#1326553 Dereference before null check
        
        Change-Id: I1fe2e0477f136f31b854672878d0544d9492d51b

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [f8ce21a346ed1ed89c8a13ea2eddafca1e851d5d]

        coverity#1326552 Dereference before null check
        
        Change-Id: I5a3fb6b5e9966a8e0c5dd0175e4f4f3292025a2c

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [f43dde5d2dd4afecf75ba69f1ad3d3f180c57321]

        coverity#1326559 Dereference before null check
        
        Change-Id: I1661514bf3002b79544615620843d1e535aabfce

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [3d9103037d00cbb0df37f78ee56d34e2cd8c7065]

        coverity#1326575 Useless call
        
        also
        
        coverity#1326574 Useless call
        
        Change-Id: Ida860ca8ed1475c88e90fc8aaf608c440453a9a0

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [b1e949ed10053a0bcb4b1cb554814b07009e9512]

        coverity#1326963 RV: Bad use of return value
        
        Change-Id: I86aaa7904b3d6e551dcaf0e8d207bea2f2f134c3

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [1bb2c50ff17989c9acff7ab85f47c1480103bd21]

        coverity#1327145 UrF: Unread field
        
        Change-Id: Iab1f9fc1c33790cb6766f60db585653aa877386d

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [33cedaa331c8ac1c53f66238970d93961b032b4e]

        coverity#1327147 UrF: Unread field
        
        Change-Id: I611eb419c4e67a6fc63791500fb9d5ccfe7f1488

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [06913bd76dc150fa3097f808bde832bd4088d753]

        coverity#1327149 UrF: Unread field
        
        Change-Id: I444e27236b715b1eb612dee3559a28967e069744

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [fb8d764d841f7452fd955890cb315abbc82ae2c2]

        coverity#1327460 DLS: Dead local store
        
        Change-Id: I53431357f153d61d3f80e9a3e76358d8e9bb0e0b

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [b23deda0bbd27c424bd1b8bac3e8655cc1de620f]

        coverity#1327463 Dm: Dubious method used
        
        Change-Id: I452603d75aa2e96d4c5e7fc00d730c98a265c186

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [8da886989b9f60fbcbd2c7eac5db47128030b1aa]

        coverity#1327464 Dm: Dubious method used
        
        Change-Id: I7fb3182f181909a289f4253370904215518c1f23

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [03828157f4bf252a37dc8f745f163fc70f4c166c]

        coverity#1327466 UrF: Unread field
        
        this class is unused since
        
        commit 8f60da0a29744d456cb074af05aeb4b40d1774fa
        Author: Noel Grandin <noel@peralex.com>
        Date:   Wed Oct 14 11:49:19 2015 +0200
        
            cid#1326681 DLS: Dead local store
        
            and clean up the return value, no need to return a TypeInfo when all we
            need is a boolean
        
        Change-Id: I8da388b861612acd925ef502904181d140e3abb5

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [b6b8ef2508335604f56325f696f1c1791d892305]

        afl-eventtesting: shutdown cleaner to allow things to deregister
        
        Change-Id: I2dc7c90f1f5a776bb0e6772d2b381116d28dd46f

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [e9fc41292be2e2f9a29fbb6092e182f6bee9639d]

        Revert "coverity#1327168 see if stock SuppressWarnings is sufficient to"
        
        that didn't work
        
        This reverts commit 04a7df738aae3b255c1faa80fa79262602eaead7.
        
        Change-Id: I5e4dfc28c03668eebb0fe8056beede7ef0b05ee5

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [00a78f6102bf17b8f723467be4d1e8eac05962a5]

        ScreenSaverInhibitor: Don't depend on glib type definitions
        
        We also include this header from the kde and tde backends,
        it seems to be saner just to use the base definitions of these
        types rather than depending on glib there.
        
        Change-Id: Ib270fd33290f9c213dea72a8e20618007470d882

2015-10-20  Pranav Kant  <pranavk@gnome.org>  [d2d5a00e0e3972c0021e2e664301a32da6e54c1a]

        lokdocview: Use G_PARAM_STATIC_STRINGS
        
        ... as `name`, `nick`, and `blurb` are guaranteed to remain valid
        and unmodified for the lifetime of the parameters.
        
        Change-Id: Ic6463b470546669d5a815842daedb170df85d161
        Reviewed-on: https://gerrit.libreoffice.org/19472
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [07f75f6e645eca4825541f57e9d5e9479a17c559]

        tdf#85767: Make also sidebar toolbox item order RTL-sensitive
        
        do more-less the same as 2fd93f19cf6c1ce808214c does for main app
        toolbars
        
        Change-Id: If271bbb049915f4201fbce2ea587b753940a8de7
        Reviewed-on: https://gerrit.libreoffice.org/19451
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-10-20  Lionel Elie Mamane  <lionel@mamane.lu>  [17aaa3fed1fcb0319d76e51a39888b9216f8f16b]

        tdf#93724 KeySet insert: properly set default values: NULL & right type
        
        Change-Id: I933eed918e18b6923d4e0d24748297cf0dd0088d

2015-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5d273d66d222cdcaf6edb63c82a886e19963357]

        sw: prefix members of SwXAutoStylesEnumerator
        
        Change-Id: I9302aeb9f6ac6003e546e5a96e595dcad161187b
        Reviewed-on: https://gerrit.libreoffice.org/19490
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [68570131013cfcf29f4c934a727053c2903e35b1]

        Add org.mate.SessionManager support
        
        This is valid for Mate <= 1.10
        (As of writing, 1.10 is the current stable release - so we'll have
         to keep shipping this for quite a few years to come.)
        
        Change-Id: I4d1f81c50923148e710eac22f5428b2a1c41f0e9

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [f99674421d91d417abd965612fffd1d139473e7f]

        Add support for org.freedesktop.PowerManagement.Inhibit too
        
        This one seems to be supported by KDE (partially) and XFCE.
        On KDE it doesn't inhibit the ScreenSaver, however it's the only
        inhibition that appears to be available on XFCE (untested due
        to lack of XFCE system at hand).
        
        Change-Id: I4eab04d8ef66fc4fa55f57add46cb1ad15a8e2b3

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [18817c8cc0cb9d63bbb8c737ab221a9c47b4090a]

        Move DPMS inhibition to ScreenSaverInhibitor
        
        We should also be doing this irregardless of vcl backend
        
        Change-Id: I46ec2c654dfd9ab3c6bcf6da19e7ffa2c05890b9

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [189aabbcde1fe544a4e98ab9ee82aea03f1e00f3]

        Deduplicate XGet/SetScreenSaver, move to ScreenSaverInhibitor
        
        I haven't been able to find anyone actually using this API,
        however it's probably best not to remove it either?
        
        Change-Id: I0ca11591bfd54f9882d8081a94b012f638936ce5

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [5074d1b4d712cd35798758e8168ffbdfe59a11a9]

        Deduplicate XAutoLock inhibition and move to ScreenSaverInhibitor
        
        (Successfully tested with xautolock 2.2)
        
        Change-Id: I55a3703322dd6792689ff3c3e85b27840ee2bc55

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [e97b1b6c28529487467ad9b4051ec288aa0f0c31]

        Lambda'ise the almost identical FDO and GSM screensaver inhibition
        
        This doesn't save us much for now, but could be useful when yet another
        screensaver inhibition standard is introduced. (The GSM/gnome inhibition
        currently requires passing the X11 window handle/id, which suggests that
        at some point they will have to update their screensaver inhibition api.)
        
        Change-Id: I4fa7bc15f089d112777fb166ab469045c002ae48

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [a50ac1f8c7828836a9b1f928975196d79d21eb6a]

        Add comment on gsm vs fdo differences
        
        Change-Id: I30d1c24e84f1b28fad9933407b362be886821864

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [095396f9eac1842fdfabb0c395dd7b9db8529cb4]

        Move org.gnome.SessionManager.Inhibit to ScreenSaverInhibitor
        
        We should be using the same inhibition code irregardless of
        vcl backend on Linux.
        
        Change-Id: I996630666e32c40a52958edb248466c815a5e0e5

2015-10-20  Andrzej Hunt  <andrzej@ahunt.org>  [3021a25b6d38e7de2e7a512c06adfea04a5394ec]

        Implement org.freedesktop.ScreenSaver inhibition
        
        This is required for screensaver inhibition on kde (this might
        also be supported on further desktops).
        
        It would appear to make sense to move all screensaver inhibiting
        code here into one location, since it should be shared across
        the generic unx, and gtk vcl backends - currently we have completely
        independent implementations for gtk/gtk3 (which only supports
        XSetScreenSaver, and gnome's dbus inhibition), and the generic backend
        for all other plugins, which supports XSetScreenSaver, xautolock, DPMS,
        but no dbus inhibition.
        
        Change-Id: I9c5af8021b0b49b5c93ed75a7d25e3208d5e9629

2015-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [03bb5d52fecd6c613c6cc36508eb44e5e1c3456a]

        sc: initial png export
        
        Change-Id: Iae0e89646eab794879529274f09839ad34aa4696

2015-10-20  Richard PALO  <richard@NetBSD.org>  [fd612a144c0028972513a18167a13d29326a1798]

        Add DLOPEN_LIBS to configure for some cases where -ldl is needed use std::sqrt in vcldemo.cxx
        
        Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee
        Reviewed-on: https://gerrit.libreoffice.org/18591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [d42c3e0ddd9078c00de591b7470d73ad8a186cb1]

        lok::Document::saveAs: add Writer/Impress/Draw png mapping
        
        Change-Id: I7530281302b9787a9cb9f98f0dee9d98d39cfb05

2015-10-20  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1ee1d113fde9fbd46bfef31883221ad9ea822e0d]

        svg export: left mouse click is working again
        
        Change-Id: I5a80fe3eb55caa6e57c7842e5ac74cd1abb93f0b
        Reviewed-on: https://gerrit.libreoffice.org/19471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [ecb79b93717340b67c44e587416222f6d570aac3]

        remove SlideSorterCache debug facility, and with it, the last Link<>
        
        nobody has used it, or enabled it, in a very long time
        
        Change-Id: Ic36ff45086f7f7c9098c618d21cb6fc7cd7a46df

2015-10-20  Noel Grandin  <noel@peralex.com>  [da88c8b78428b30e6a4f9bc3e1e734b37e45cb2d]

        convert Link<> to typed
        
        Change-Id: I9453beedfa059d4f260ca136c02a6104fc4d4829

2015-10-20  Noel Grandin  <noel@peralex.com>  [516b5115df7597216f887f39add9944630cf3438]

        convert Link<> to typed
        
        Change-Id: I822561725683231709343b80d7065c905226ebc1

2015-10-20  Noel Grandin  <noel@peralex.com>  [798d7bc09e81af112ce672a8166e29039108aef7]

        convert Link<> to typed
        
        Change-Id: Id3ed50dc7fd4f783034797b2401ae05c96d002de

2015-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [d86a7eb442e8596e83a73496abc25f83185eff04]

        sw: prefix members of SwXFrames
        
        Change-Id: If5a041eefcd7cc8a6fa87814dacb95b88c2791d0
        Reviewed-on: https://gerrit.libreoffice.org/19481
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [1579dcb11efa99d8b76223e5f9803a4ebd715417]

        Rename some "document name" params to "document URL"
        
        ...to match reality, cf. 7660e4dcecfb19ad8e9e21e5fe53637bd1b9dc6c
        "tdf#89694 Password dialog for opening OOXML shows url-encoded path"
        
        Change-Id: I9fdd204494374770186347e92aa0bd6e7093ffaa

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [9bcc09dcb9a17404fd4852c61b47247886dfda0c]

        Gracefully handle URLs INetURLObject refuses to parse
        
        Change-Id: Id4d09dd32a1faa76b1be70c0478e0e76aa16b05e

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [ac4cfb4cf76d1cf1459d3cbf1c135aae2753f32d]

        Avoid some confusing uses of "document name" instead of "document URL"
        
        Change-Id: I88258d3aaa2a18315a5a38ea01e77bdfd4bc1a84

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [931c51f65b77285d912b4f3d4a5385a82fb28172]

        Make loplugin:defaultparams handle enum values and nullptrs
        
        Change-Id: I0c57b414d9230406cf2632494ccfa576510b0e61

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [e80427ca11de59e87bab9fb600a72fec8ea4d47e]

        DeactivatePage's pSet param cannot be defaulted anyway
        
        ...because SfxTabPage inherits zero-param TabPage::DeactivatePage
        
        Change-Id: I6eeb2e75b0d28d54d57e38494330e667e1013a27

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [2f702d16616f22224608999b88387e7f41c527b8]

        DeactivatePage's pSet param cannot be defaulted anyway
        
        ...because IconChoicePage inherits zero-param TabPage::DeactivatePage
        
        Change-Id: I6bc6b00050c84c3eccb59bd3caa85a26fab6abb9

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [b0670638a813ecaf72d5d94ab203cdd03a00fbc4]

        loplugin:defaultparams
        
        Change-Id: I5edd799bdd2511830825e07cd3dc87ad4f5a2a33

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [5ab2bb87d9039e7c3f2dde87698df065967a731e]

        Clean up documentation of SymbolStyle prop
        
        Change-Id: Icec1dc1da3b9784990f3a4011849f4db62072d63

2015-10-20  Noel Grandin  <noel@peralex.com>  [56e6f0da839c53867947d1e06f0e733022df7d0e]

        new loplugin: badvectorinit
        
        look for places calling the 1-argument vector fill constructor and then
        immediately called push_back, which is generally a sign that its
        leaving empty slots.
        
        Change-Id: I34e69b8d09cc48c0d409499faaf192b9f86bc517
        Reviewed-on: https://gerrit.libreoffice.org/17525
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-10-20  Eike Rathke  <erack@redhat.com>  [9e7e264bdf9459487037345917aea7b35de7e7a0]

        adapt comments to reality
        
        Change-Id: Idfeca4a683ebb9616c19a42de650c4871f733ef5

2015-10-20  Jan Holesovsky  <kendy@collabora.com>  [4e097c10105759357932da8073a82df408c1f165]

        sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.
        
        Change-Id: I61326bc52a5da527930810ff4516c707c31d1fde

2015-10-20  Eike Rathke  <erack@redhat.com>  [ac0c2e26ce237991ada316e5b8edeb7a029f401b]

        Resolves: tdf#84713 do not substitute separator in R1C1 notation hyperlinks
        
        During import, in hyperlinks all Sheet!xxx were converted to Sheet.xxx
        to fit CalcA1 notation, but in this case Sheet!R1C1 was used and
        Sheet.R1C1 is not a valid address notation, so the hyperlink didn't
        work. Do not attempt to convert R1C1 notation, the hyperlink handler
        does handle all known notations. On Excel export, handle that the
        separator can be both, '.' and '!'.
        
        Change-Id: I8428b2240912f42fd6789d249c90982127ee7c01

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [0500f7bcc868a6c9c5373e48f9e0b17328929433]

        loplugin:defaultparams
        
        Change-Id: I0f5d4deb3d6f8445251867638a4ec812762ced56

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [5fd044fc61271e744b9a443002d95db9e99ca903]

        loplugin:defaultparams
        
        Change-Id: Ic6ff01ec54fde1c6ac9f8b52d2cbca3ee4085b51

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [666f732412e739fda6d0578752156dbb11931a2f]

        loplugin:defaultparams
        
        Change-Id: I3e5ee77b51eb8e1207d3f95e6a1d9d8272532ba6

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [6017a8ee741ca8b192dda2fe2f853392bbf26614]

        loplugin:defaultparams
        
        Change-Id: Ia24ec98bfec36aa758fb1c5a6ec095c5047242a2

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [092a3907863b6b05fa94c7125714137760d5c33e]

        loplugin:defaultparams
        
        Change-Id: I1d7e9bae07ff7bb13005d408522c6bb922ae00c6

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d9e17c5b7670369e7bf90025b49a6569fa085bbc]

        loplugin:defaultparams
        
        Change-Id: I742a25440d6c321549bb32a2e5ce86207bfb711c

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [0705f7da48bf36949dd323ba0103db86708e00e7]

        loplugin:defaultparams
        
        Change-Id: I11ff551955c1ac291ab576f2f18c2dd410427eda

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [85ce992473a435497014f856f95f3914783f8d72]

        loplugin:defaultparams
        
        Change-Id: I6bd0482967f35a4fc4c2384e775753c413c52162

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [173a75bad357c65f4e77dc1688445276bdaeaf9c]

        loplugin:defaultparams
        
        Change-Id: I1925768a2ac3fbb83fc52ef742bf1fcfe02173b5

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [9604199a9d6e193a0fbeaa28ae1631216ad473db]

        loplugin:defaultparams
        
        Change-Id: Ia10dd1577f677a5b27571fc58b0e00ef973660b4

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [03a6b6ef1c6fef294e6fa530da8918171f91a916]

        loplugin:defaultparams
        
        Change-Id: Idad9ea385a9b83ad88792cc489413eeb6e6fcd9b

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [df7390e6c99d2784a8129121056a7ccf2adc4d54]

        loplugin:defaultparams
        
        Change-Id: Ib596b759e876a4a7d341e1b476bfec9f7a54069e

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [553528de6a03d72f2dbee8334d57ecc85828f423]

        loplugin:defaultparams
        
        Change-Id: Iab3346afa24004c49be1f1c40588707507b20d60

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [109f9fa26ad4ca92fa7e654b62499ad676c586e4]

        loplugin:defaultparams
        
        Change-Id: I06cebd331b04ee496b2c3efecce4542705092e12

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [332056e19798c7d1dcf9ab60589e9d156ff4baf3]

        loplugin:defaultparams
        
        Change-Id: I4c6936e882455b0ef39169a904281a9124b61689

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d50e38686cd377ef5d3b0682247d5b668ccd9264]

        loplugin:defaultparams
        
        Change-Id: Ibf07815fa1a113876730382b8d14960eb7a78a0b

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [103bc8ff3ce9df931508a172a140afdfb7af2577]

        loplugin:defaultparams
        
        Change-Id: If189c1e4254ae00725ec76a5ca6354d24df2d351

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d1d67644164f57c07ffb3355e3279326866613a2]

        loplugin:defaultparams
        
        Change-Id: Ie7a5b5defb52fea98baed8183f424dd21990e9b9

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [c0fc1c54a3372400f6156ed830293cac3279d6f8]

        loplugin:defaultparams
        
        Change-Id: I80c422a961170f25d2a674bb347b9d330b6c7fc0

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d0e371ecb6e5e68614bbc0d75a5296ad6e0934b1]

        loplugin:defaultparams
        
        Change-Id: Ic784483cab8fc3d0b4c95a3261e3d5ce062dad7e

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [255bb46d14343c4aa19e312d735d7fda49e46102]

        loplugin:defaultparams
        
        Change-Id: I52308fced25173f6a4b1c56c0c494e89fb5c1648

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [561f2410a7e8c93cddba6983db40f1100e6945b1]

        loplugin:defaultparams
        
        Change-Id: I8d978cffe5aec41aa41db8788fe68ad5ae6ab6c4

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [1cc2712fc604aff0db5262f2cdff7c3bb2bd74a6]

        loplugin:defaultparams
        
        Change-Id: I7cb0b7137c71c3112d50e12245dcfbc59c84a47e

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d85f4558d16a27dbcb547e006e0617d6daceeb09]

        loplugin:defaultparams
        
        Change-Id: I3432d70efd156e59ba9a2ac72de4ec46887d7852

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [10e1562565d546418aedb86ede5cb61e89510df3]

        loplugin:defaultparams
        
        Change-Id: I0a64398f49c8823327263aad0c79b182161177ea

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [e07d58cd6536eceb66a1e8a1b3d49a4d1acf432a]

        loplugin:defaultparams
        
        Change-Id: If7a81c87ebc2e7f72498fbee025b0e98bc84ce60

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [e5fbb9fec319c063aaf14a0243c49f3230c0a22f]

        loplugin:defaultparams
        
        Change-Id: I1b3ffd418fb4e63bb4369fbc187494a87569556e

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [6dd98f8b94a00e7aaf8695a6bf1c100dad149f96]

        loplugin:defaultparams
        
        Change-Id: Id5e399309144b99757e172e69e8e6dbc5fbff365

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [b8b83fca7d7959bb065f5e6442632a9541847ce4]

        loplugin:defaultparams
        
        Change-Id: Ice8e3800bab22c08daefe41eae1be706f15c004c

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [28ecf843463bafdb873cf28e32ba173b7fe466d8]

        loplugin:defaultparams
        
        Change-Id: I9dccf0538389063648e97575ff4c3765f0b1256b

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [d35f403d80c03aa944f4888036dd200e3360f1ef]

        loplugin:defaultparams
        
        Change-Id: Ifa4f3f5f7df9bacec781e33b3725e4dc5a5fe63a

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [cb85f1c6ab6751920db838597fd502648a75572c]

        loplugin:defaultparams
        
        Change-Id: I7e232e92cc9d058f93eff9f7249e37ed3a9cd9ac

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [83f5469438e0e9f5f950761de05080b20694ede3]

        loplugin:defaultparams
        
        Change-Id: I3d9d96d1ce91471b7c0e73df848a4893152cd637

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [dedf0a28d52396edaf2f42cc219fba68bfe28c9f]

        loplugin:defaultparams
        
        Change-Id: I03541b984db147f8bd3ed35f83e297cf7eecd7f0

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [fc0b9a349370b225725a42dd82b77bfd7abcd478]

        loplugin:defaultparams
        
        Change-Id: I5a3852f85f20543165e174da9cd9a36da9a3df8d

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [f5ee3b398e767058ffc0d439c3b7f123ebedf3cc]

        loplugin:defaultparams
        
        Change-Id: I44f3c4c2b6adf766f569f90367dcc294ec734616

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [2da77f3e1328d1c3689f97714a4157814d83b8a0]

        loplugin:defaultparams
        
        Change-Id: I8485bec1c31597e5a27db706a907eda788a053bf

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [7ba3711606ec709217ade66d3281668ecadf2d50]

        Remove accidentally committed debug code
        
        Change-Id: Iba6b97d1a4a0988a3b0404bd14097f92a500d8ae

2015-10-20  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [7660e4dcecfb19ad8e9e21e5fe53637bd1b9dc6c]

        tdf#89694 Password dialog for opening OOXML shows url-encoded path
        
        We need to convert a path string to decoded it for OOXML with a password as ODF
        is so. This patch adds the converting process for OOXML.
        
        In addition, this patch moves the decoded-point of URL into
        css.task.Document[MS]PasswordRequest ctor from the outside. This decoded-point of
        URL into ctor is common for OOXML and ODF.
        
        (notes: Strange to say, css.task.Document[MS]PasswordRequest ctor needs "aDocURL",
            but methods in interaction-handler use "aDocumentName" as the parameter.
            Probably this will be fixed in near future.)
        
        Change-Id: I0ecfddf0f70ea5810df52d9ca8637f483a26df2f
        Reviewed-on: https://gerrit.libreoffice.org/14677
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [5378963b262ade09f5a55ecb185164b2eac8c782]

        Turns out this was a non-debug build
        
        Change-Id: Ica14ca0cb2320f9787d48e93a2fb81910601ce70

2015-10-20  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [361b589e20b07e44f99ae2fb9b9c2a9e2796410f]

        NotebookBar: Initial "Home" tab for Writer
        
        Change-Id: I92faa8dfab7703b81ce96dafaac840cfb49ff3bb

2015-10-20  Caolán McNamara  <caolanm@redhat.com>  [ab6d77264008cb94ff387b4011961f82fcd5754c]

        use far simpler size group
        
        Change-Id: I54d658951fb90892d006b265e3d35d91991e73d8

2015-10-20  Michael Meeks  <michael.meeks@collabora.com>  [4c66610b96398f705090aa7d50b3b7c5b9747b2c]

        tdf#95169 - copy snk files before using them to link.
        
        Ideally this should not be necessary; apparently something takes an
        exclusive lock which messes with parallel 'al' invocation using the
        SNK key file.
        
        Change-Id: Id4d5818a734a5591f826af230b71839dc076bb1f
        Reviewed-on: https://gerrit.libreoffice.org/19442
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [4559e4b900724d2f47094e5a890b48b9eaad2f03]

        sw: avoid 'using namespace' in headers
        
        Change-Id: I51fe244a7296feba7aad08a7bee9e7ec961bcadd

2015-10-20  Noel Grandin  <noel@peralex.com>  [12c4c9cbf3de4c03bfb89d0f57c3a5094447c065]

        com::sun::star->css in include/connectivity
        
        Change-Id: I74920b46144dbdde6abf9cf267fa508a3faea0ce
        Reviewed-on: https://gerrit.libreoffice.org/19460
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [1b62841b1859ae3443e2bf1ebe99ec3d6afb6cc2]

        com::sun::star->css in include/comphelper
        
        Change-Id: Ice569b724732da1fd67a18a4ccf2f92f530cd689
        Reviewed-on: https://gerrit.libreoffice.org/19459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [b1659c95b0620cfd1291f889eae767757f696ae1]

        com::sun::star->css in include/canvas
        
        Change-Id: Iacf28606e41f0b1345864762612cbb009066bfeb
        Reviewed-on: https://gerrit.libreoffice.org/19458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [baffe9bd291da266ea731afd8c801696d8575e17]

        convert com::sun::star->css in include/basic
        
        Change-Id: I40d092d1ae1391ce99d01a7e0c6cd0432a2696ca
        Reviewed-on: https://gerrit.libreoffice.org/19457
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [f4688de63ec5a6957a619e247b0d84118b9f6851]

        com::sun::star->css in include/basegfx
        
        Change-Id: I19a76fa7b67b0c6628476c53e6aad797b4b28f35
        Reviewed-on: https://gerrit.libreoffice.org/19456
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Noel Grandin  <noel@peralex.com>  [40b26d1910aeccde0bb244cac26213a983ea8e2a]

        com::sun::star->css in i18nutil
        
        Change-Id: I3148a1a08302fa9b21b0e5459f04ecee6ec30a18
        Reviewed-on: https://gerrit.libreoffice.org/19455
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [415d43473e7c760d47e4422dabda29147f44aa02]

        Make loplugin:defaultparams work for multiple default params per function
        
        Change-Id: I0aa3841e1ac3375f519384f3012450bc683d1c51

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [c4e8c39e67b555dbbf9ccbf98f2b22795a862f7d]

        loplugin:defaultparams
        
        Change-Id: If40d95d19a81c847ba909f0e2292103e8302e1aa

2015-10-20  Stephan Bergmann  <sbergman@redhat.com>  [61358e8efb2989e1e7d338eaee700ec6d2a1e017]

        Up/Down's bSelect param cannot be defaulted anyway
        
        ...because SwWrtShell inherits SwCrsrShell::Up/Down, which already default their
        first param.
        
        Change-Id: I62fa00c3e1e679dcb2e5bbd50f34cb9a6926b7b8

2015-10-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [97a27b1746286a62c4ac032683a4d9d3df5bd399]

        Kill redundancy
        
        1) “Bullet” does not need “point” for you to understand
           what it is
        2) Not all typographical bullets have the form of a point
        
        Change-Id: I054edd8bff51053b763c11321b32f513a1a6c142

2015-10-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [30550321945597baa8c917512bb5ef29cd627ba9]

        tdf#95155 Rename “Appearance” options to “Application Colors”
        
        The previous name is misleading and confusing, especially
        as we have two other Options pages which can be considered
        as related to LibreOffice’s “appearance”: “View” and
        “Personalization”.
        
        Change-Id: I228f87e3198a33ffc0c3793c1d3acfb6f33d9b32

2015-10-19  andreas kainz  <kainz.a@gmail.com>  [2ce151c7de49f05072185dba7cd3e1945763ae2d]

        Breeze Icons: Breeze Icons are changed at some icons LO was synced
        
        Change-Id: I0449708a33566fd0ebc4b10c7d8b804acc3a732f
        Reviewed-on: https://gerrit.libreoffice.org/19477
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-10-19  andreas kainz  <kainz.a@gmail.com>  [08d4fab5d8e074adf8c62014881c029c41ac59af]

        Breeze Icons: fix images with wrong size
        
        Change-Id: I58ed56111858d405f25e85f125236420dd831afd
        Reviewed-on: https://gerrit.libreoffice.org/19476
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-10-19  Yousuf Philips  <philipz85@hotmail.com>  [72f192418948f018f6c8b18c14463476820c9d5b]

        Breeze: Rename incorrectly named help folder
        
        Change-Id: I4839b81c5f5c9f275aaa7a72ed33cb75bb79b0a9
        Reviewed-on: https://gerrit.libreoffice.org/19470
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-19  Yousuf Philips  <philipz85@hotmail.com>  [31c1b8214216c228f1cf4b3e086ab27beefd3acd]

        tdf#91063 Move border to Gtkbox similar to other panels
        
        Change-Id: I8f385b2997585b3245ad862da60f0b394689b03b
        Reviewed-on: https://gerrit.libreoffice.org/19463
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-19  Eike Rathke  <erack@redhat.com>  [2b942719d7132b0e055395ad8efb0ee3c60676cf]

        missing return
        
        Change-Id: I84c37f4bffb51dbe05c0b8273c060851fd671659

2015-10-19  andreas kainz  <kainz.a@gmail.com>  [e2e9f8a04452b8838eabc9dce28108422cd7964d]

        Breeze Icons: add 32px icons
        
        Change-Id: I8edeaa9c40be8594824d59c4108dcc2a74328da1
        Reviewed-on: https://gerrit.libreoffice.org/19425
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [e58f9cad29404670085803a8010729a735759088]

        Work around what looks like MSVC 2013 miscompilation
        
        Change-Id: Ic2ed1b00d9d29f004f1e3cd60af863d6aafc7188

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [96dae4cab279d9078f43289e89b03517da08a803]

        loplugin:defaultparams
        
        Change-Id: I6e9c6d33d472249518d2ab6bc680941092318f92

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [9acfbf8294fa971d02927379c7966a3d830b7076]

        loplugin:defaultparams
        
        Change-Id: I4f0a7baa517c2526dcea4d7fb779df6da32bda0f

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [d42652486f66dfd446e4b772afaf4ec230bfb683]

        loplugin:defaultparams
        
        Change-Id: I55ca691207b73397f58843c64677b2a9a6ce44b0

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [165c643c936dda1a75e084157a03d0f52a5ea381]

        loplugin:defaultparams
        
        Change-Id: I8db42173f116372b1c849284540c111635c3582e

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [f2937f2a6f0355005875e1e6409a09b28193b448]

        loplugin:defaultparams
        
        Change-Id: I60a8925c8f349e12415bda3fa7e5f2d5103234a1

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ca49ea419c5943bd830abd736c4acb239cc1f4bc]

        loplugin:defaultparams
        
        Change-Id: I3c9be2a7e192fea7c415721872a803659a300282

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ba00a4d2afd6f21ec189743b41d5b4be2add0342]

        loplugin:defaultparams
        
        Change-Id: If4234ce8e13781bcdba84d689e512a24fef007d0

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [3b7609446ba50b6181843ce05f48c100087f3006]

        loplugin:defaultparams
        
        Change-Id: Ib5b0e87064b6dcff03f6b77287a80ee2a03b8799

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [a003d8c59d0324ab3f44ec608f473e654ce48902]

        loplugin:defaultparams
        
        Change-Id: I4e344e780baae6c9828d0d708dfb0a9390af533a

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [65fe84d273a4fe099cd03be088165672788cf32e]

        loplugin:defaultparams
        
        Change-Id: I7f24a05bdf01b455d470f5b560359dea3f407c58

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [5a3f4ccd6e98412b3e773f9790b8f078569578ae]

        loplugin:defaultparams
        
        Change-Id: I1594cfb1bbada16c9ef13d98adb6edfaf0205405

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [66f67c27f520d58db120ac479a9ea695e8ddbf61]

        loplugin:defaultparams
        
        Change-Id: I240e44c0d342f75f613f8a74e11ba149961adae1

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ae03847c2d7e1b670ec085e0418f6f91784a80a0]

        loplugin:defaultparams
        
        Change-Id: I7a836a62f5614415e7aa982133ef7b34262e0bf9

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [f17a3dc9420a2380a7c52192565ea4511471c6cc]

        loplugin:defaultparams
        
        Change-Id: I84dd06c86c811914acc8688877dfaf3b6c0ba60b

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [dd95fe935bf532cded46b1bdfae5d5ca8b4d5a84]

        loplugin:defaultparams
        
        Change-Id: I6cd2eeba413ef518413f765eabc12b9705b6acb2

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [34100b30c87123fc631d5536158ffb6443258e40]

        loplugin:defaultparams
        
        Change-Id: I5f3b978823ec43519744f49739b9b4ee6ca1e1e9

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [4b603aaa4adde6789099f2fd7e95c11df4116c0c]

        loplugin:defaultparams
        
        Change-Id: I511b95a62f43f9f726fbe5253c7ffc6b510b0346

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [bbc6414be17799b90ef84b1cecab76ee10dede9b]

        loplugin:defaultparams
        
        Change-Id: I9bfa7be4a8035d6dfbd0bd13505ba13c3d085455

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [d14b6230ded413be419591b929beed58fc1bbc77]

        loplugin:defaultparams
        
        Change-Id: Ia29fc2a24abff6faa2260094822ec477e1d62add

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [7d603d97d7dd444007b7ee63fd931aa5e790ce40]

        loplugin:defaultparams
        
        Change-Id: Id2c0a8dbfe7110f816360ca9eb2bbca8e2f55a30

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [788638af33d878d4520606251f8c71783f3df0ec]

        loplugin:defaultparams
        
        Change-Id: I1ba43b13070ccd0f80b63f1b9a29ff70fb02794f

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [71b4afde119caa3fba6082f6ef9c5c4a880047a9]

        loplugin:defaultparams
        
        Change-Id: Icf92bef2685c507dd61416260f662dfdd24354d5

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [2a5b3c02678b5c90e8343fe29c0989f2bcfea70e]

        loplugin:defaultparams
        
        Change-Id: I6372cf755a78772094bf5fdcb076cc6ea395fc89

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [4cf1a6ba95797bd0f3e2093c0bf4f8686e31a0ce]

        loplugin:defaultparams
        
        Change-Id: I4cb8e39dfe7efcb7ac75ebf41e3d76b8f12750f2

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [191e636b5a2cd65d151241e39d7b7a84cee3ac27]

        loplugin:defaultparams
        
        Change-Id: I0c2635092096cbacb120426d1d6805afdaac3503

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [9000094034a54d97c584183afeaeb8d4de125842]

        loplugin:defaultparams
        
        Change-Id: I380dd94c8ea48ab6dc1be074d9a5801501e24c18

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [cb029063384501338c6778e493d140c45e4270ed]

        loplugin:defaultparams
        
        Change-Id: Ief9af764ce6e75a5f2cfdd33d836f007e0f52cd3

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ad6e444a31b5c8848a17ac461021493aa2293f23]

        loplugin:defaultparams
        
        Change-Id: I62e0ec63ff09c200e0b621c8b042a976e8ce630e

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [f36de375975375d3d5ba4fe5244abf9cd2a6b98c]

        loplugin:defaultparams
        
        Change-Id: Id6ceb78985e9578ea952a37988a7f7655e2f1a12

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [578f267a3895f6cb1a91c0ad540db8d801826676]

        loplugin:defaultparams
        
        Change-Id: I83d411adf8ef882618bd48ab73602f7cf1531078

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [4180210a27240e01c9a0db0688d51b1449e4c4b8]

        loplugin:defaultparams
        
        Change-Id: Ia4cd4faaffaf42555b16ada5e259e85ddb496236

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [25c047fec71050bcedc6c9d355f35486f615c3c4]

        loplugin:defaultparams
        
        Change-Id: I8e40cf9166aa65c81cb6b4ed17506ec5b9d725e3

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [1707c47de712a50ca0641a4689f2dc2a43593f74]

        loplugin:defaultparams
        
        Change-Id: I946e1970647d8005f54ac0362f5c2b04f867b22f

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [af9684f604d05a622c17cbb425f02176a47d3858]

        loplugin:defaultparams
        
        Change-Id: Ib0f01af2c7a7186d138369c177a563b322a87214

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [1f0b89b5d2551f592f38e7bf090ce51bb938f243]

        loplugin:defaultparams
        
        Change-Id: If39ad8e936b3a46de00770993a4a7c3676c676d2

2015-10-19  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [49eeba5c3eae8dc0723aaa1a9e926be5bf874302]

        Autocorrect: Better label for automatic list creation
        
        Change-Id: Ie7fa4e1cee488bc84e2ded40725cb9044b99d3cf

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [4a1810b7d7b56ff7b853daf8802b21f9d15a3495]

        typo
        
        Change-Id: Ifb4f8c039829ef326d81dd7a0e36b3b527451c21

2015-10-19  Tor Lillqvist  <tml@collabora.com>  [7d84e3e08bdd06474cb7d9ef681492be5999d345]

        Speed up in-process caching of OpenGL shader programs
        
        It seems to be fairly CPU intensive to calculate the MD5 digest of
        shader program source code. But we don't need to use that to look up a
        corrresponding program in the run-time in-process cache anyway. The
        shader names are unique, so it is enough to use that as key.
        
        Change-Id: I8fd9f5f875be14a82cd53daf8a2ca72bfd23beb6

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [7fb1b147507ad991de974c7c331816225dc5c088]

        add Application::EndAllPopups
        
        Change-Id: Id4548aa2e32f736f4cd332ba824137d88fe963fc

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [6c39f7bba64fd55488f840675fa83c3ba241bc74]

        afl-eventtesting: pCursor is null
        
        Change-Id: I24d29ffc3cfcb00e513a5267619e143b028355ce

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [4ec44fc1a8cf7cdfb6ddceacdaf7354551064971]

        afl-eventtesting: view is null
        
        but docshell isn't and we're using the view apparently
        to get the shell we already have
        
        Change-Id: Ibc2021245191a75f65ec655a2d1929601a2611b5

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [cfcf0254afe0ce9f4fd80606527bd1f14777f7e1]

        afl-eventtesting: div by zero
        
        Change-Id: If070da723858b5e1221bda86e69225ee57ec9d02

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [cbe2b9cb69a685ab89384f98a9e62b2623afcd9b]

        afl-eventtesting: deref of null GetMainViewShell
        
        Change-Id: Ie6863f446aa688bc1bb3f725ee31e9984dadc7a4

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [27ccddf5034ec9e80a5adf93c630247bb5807676]

        afl-eventtesting: deref of null GetSdrPageView
        
        Change-Id: Iec3266746c78e58e3c3a094e6511d79dadc4e4c6

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [c21db7b9a5502bf849ac890c20fac10d3ba32fcb]

        afl-eventtesting: fix deadlock
        
        Change-Id: Ifa75a0344c444f589c165562262a8d843cd12ef7

2015-10-19  Caolán McNamara  <caolanm@redhat.com>  [e63c6fe93ebd702c8c62378830d69343003b91bc]

        afl-eventtesting: deref of null MarkedSdrObj
        
        Change-Id: I0fe9cb55de114c7e2ad45cd946e94f9c0e93b85c

2015-10-19  Noel Grandin  <noel@peralex.com>  [8460a4dcac8a23e03a6b7d1669a46ad60a6b7a6e]

        convert Link<> to typed
        
        Change-Id: I760bd9ad3d0da20c0ad38aace765a42983e28531

2015-10-19  Noel Grandin  <noel@peralex.com>  [e26c4b4f099fbb5cb0f07b48ef18fc8e9585fbae]

        com::sun::star->css in hwpfilter/
        
        Change-Id: I2ec12da777d04855d34233d5781f2304e181bbbd

2015-10-19  Noel Grandin  <noel@peralex.com>  [c4484a8225a5d0fe0cd8a7f9ca36cc8b009b35ff]

        convert Link<> to typed
        
        Change-Id: I1d8fe58c589b56590453b2136296ca50bfe78252

2015-10-19  Noel Grandin  <noel@peralex.com>  [2e5427ce81cf9641ec21ce6bd935120e25e4c00d]

        convert Link<> to typed
        
        Change-Id: Ib3931639f7407f274700ab96f01a67d6f26925f4

2015-10-19  Noel Grandin  <noel@peralex.com>  [dbad14154cb83490b966bafa7bb97ab7e858acec]

        convert Link<> to typed
        
        Change-Id: I57c15ba4374b626db322f42f04adc088b8cf6ce0

2015-10-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e4ad5ed5839d5f78b76128814a3cf966122b0d71]

        Writer image export: cmd. line, default to white background
        
        This commit fixes the writer image export (jpeg, png) that didn't
        work because the export pixel size was set to 0 by default. Now
        the default is set to document size (which depends on system DPI).
        
        When exporting to a PNG the background was transparent, which may
        not  be desired. The background color is now by default white and
        can be changed for DocumentToGraphicRenderer, but the dialog or
        command line don't support such an option - for now.
        
        Change-Id: I16ffd3cd60c47b52768f43ae4c4c170fc821033b

2015-10-19  Dennis Francis  <dennisfrancis.in@gmail.com>  [f34ac236b9ed96f5c9158f1d833afefadbdb9395]

        tdf#94908 : Autofilter ok button is blocked
        
        Change-Id: I0a1ad60cb6eea26899604641f981642943b06347
        Reviewed-on: https://gerrit.libreoffice.org/19375
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [d4b43c8aa874e32fed7db308ca4ad9816123e61a]

        android/source/AndroidManifest.xml is not generated during the build
        
        Change-Id: I4bb861649375b5c6178df6820eb2c759111340b8

2015-10-19  Tor Lillqvist  <tml@collabora.com>  [2d2d6cd7395cb35e588a067bc92acab0d0004d4a]

        Seems that people prefer this to be CPPUNIT_ASSERT() instead of assert()
        
        My thinking was that there is a slight difference in meaning; that
        assert() checks that the code (or, in this case, data) in the test
        *itself* is as expected while CPPUNIT_ASSERT() checks that the
        functionality *somewhere else* works as expected. But whatever.
        
        Change-Id: I93f7f8cf2b3aac9e8fc35baf2dcbad1a4003773f

2015-10-19  Noel Grandin  <noel@peralex.com>  [184637be60fcdbde3b3fb0ab0c1d158a92f63889]

        com::sun::star->css in i18npool
        
        Change-Id: I13a290cba0f38c79eb2d93148b972d3d931c3862
        Reviewed-on: https://gerrit.libreoffice.org/19445
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-19  Noel Grandin  <noel@peralex.com>  [c8479bdc5b007ca5ffe1d553be3d90fb03424526]

        convert DBG_ASSERTWARNING to SAL_WARN_IF
        
        I know the comment in debug.hxx said to use SAL_INFO, but SAL_WARN makes
        much more sense.
        
        Change-Id: I3d81f9db89ef8cebe1e4f2983941d69b4c7e6b7d

2015-10-19  Noel Grandin  <noel@peralex.com>  [39e63bfac528d8c5c002ee8fef4a1e5d7181b826]

        convert remaing DBG_WARNING to SAL_INFO
        
        and drop the macro
        
        Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c

2015-10-19  Noel Grandin  <noel@peralex.com>  [367105e0248c7b80b60b2554d04f5f248b4259b3]

        cleanup some local var declarations
        
        found with
           git grep -nP '(\w+)\s+=\s+\g1\(' | lots-of-hand-filtering
        
        Change-Id: I598b0cfa6607823eaef09d95e610e05145c727f7

2015-10-19  Noel Grandin  <noel@peralex.com>  [6716ceec1c5b1a2ece26f91741253b2673e6e9e2]

        com::sun::star->css in i18nlangtag
        
        Change-Id: I8a153a4b3a1bdb8a298c3c76a6b51693c42a0688
        Reviewed-on: https://gerrit.libreoffice.org/19444
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [3ec7983495d8477c2b35145a31e5b3170332c5a1]

        loplugin:defaultparams
        
        Change-Id: Ifb59fc408bdbbe7edcb78f1c48dc462422f21a71

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [bc437f3ba93885a50fef1997eea9f213c0295c16]

        loplugin:defaultparams
        
        Change-Id: Ia27922e630373d0520f25d259bb06aa25407089c

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [47d3575b86558f018f7279af473c758d60904ffe]

        loplugin:defaultparams
        
        Change-Id: I8182e45dedfa70b41166b1d5fe5e152ae4b8c8ff

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ac2c2c0688b850e5854693818f0f0c5759cdbfd3]

        loplugin:defaultparams
        
        Change-Id: I6c032633eb36402aa9050587bedf9530d7e0ba71

2015-10-19  Stephan Bergmann  <sbergman@redhat.com>  [044e9314f7ad5ed5b3670860ff7b63ef8733480d]

        loplugin:defaultparams
        
        Change-Id: Ib47ec3687972c2941cbe64b216a0548f2f7261fd

2015-10-19  Takeshi Abe  <tabe@fixedpoint.jp>  [4902be3e1bca72733ee41e6dee460834e83e012d]

        vcl: Mark it as const
        
        Change-Id: Ifc1e9e64f50aa916ef0667796a54a11dec9a0ea8

2015-10-19  Tor Lillqvist  <tml@collabora.com>  [1778ad2545444f4a6caa878092257a18e8390573]

        WaE: loplugin:defaultparams
        
        Change-Id: I65f4cc10c4a3dc5ffc21b64d76dc32f1613a0062

2015-10-19  Tor Lillqvist  <tml@collabora.com>  [d91e347943bd5d71f9c4c0f90f0999b3d91f0a55]

        WaE: loplugin:defaultparams
        
        Change-Id: I39c1e5664a7a03617258830b4aa21efb89fb14bc

2015-10-19  Jan Holesovsky  <kendy@collabora.com>  [25d1447fcfe7d3fcdf8792d1cf426aaa2e578875]

        sfx items: Some cleanup.
        
        Change-Id: I8fdd710b4248de03db6591665489146cb2674aab

2015-10-19  Jan Holesovsky  <kendy@collabora.com>  [f6f32e8eabb2e09fbe2b70dfb540bb1ea1ee75a9]

        sfx items: Get rid of the TypeId check, nobody uses that any more.
        
        And introduce the appropriate assert() in the templatized version instead.
        
        Change-Id: I3e5b01e5e5ee49049fa6f35e3d05ef65a1890dc1

2015-10-19  Noel Grandin  <noel@peralex.com>  [6be5ed60e1823d909511c6af48e6bdc2817cce7c]

        cppcheck:nullPointerRedundantCheck
        
        second time lucky
        
        Change-Id: I1ff8c750f5845180a0bcd23ac5017e8cd0331409

2015-10-19  Noel Grandin  <noel@peralex.com>  [c260c34be04643a143573c6f76b03da06b58bb49]

        fix cppcheck:nullPointerRedundantCheck commit
        
        fix my commit 2d64fcf4c8d3316ad9ae2232601678553dcad6a3
        "cppcheck:nullPointerRedundantCheck"
        
        Change-Id: I0875005d938b43a91e15c564a23d70cb097548a9

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8396bffef734a543ee81a742d6d4ac8ed03d046a]

        writerfilter: dmapper ctor can read TextInsertModeRange directly
        
        Change-Id: If17ae09266134b4bc410eab1a1b2f5139ba93a12

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [30cc03733bdac1a0057c521834de9226773e2ac9]

        Use comphelper::InitPropertySequence()
        
        Change-Id: I10d7fa6180b09f2304227e9fab81bba88f46294f

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [50d48709af3406eb270e5357f5d2cc6a218337a9]

        tdf#94374 DOCX import: allow insert -> object -> document
        
        Change-Id: I977930d59ef1ae9ae8bd2dfa9a7f3816c46d982c

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [90cbb22f3fdb1302fac6a707adb9741508aa2f55]

        sw: prefix members of SwTable
        
        Change-Id: Ie2aaa35047c9c11d5030d8ba83f87061e82f5d3a

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9de42b46104c268d1b391017b891e2150e7f47dd]

        sw: prefix members of SwXAutoStyles
        
        Change-Id: Ie6c05a9e63c18275eaf01952add9068c2b46d4e7

2015-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca0d0f65c616b3ad56e41812870129e060e8dadc]

        sw: prefix members of SwXStyle
        
        Change-Id: I0f80f52c31c68521b89faf123e45ce458883d76b

2015-10-19  Noel Grandin  <noel@peralex.com>  [6aa90a44f23cc469c796d5fe79b1f9841ff5e847]

        remove dead Link<> code
        
        Change-Id: I01891cd34535ea08a07c3bb47976f6c9a70c3656

2015-10-19  Noel Grandin  <noel@peralex.com>  [59418d8eac185a54a181c1300e8dca66170def4d]

        convert Link<> to typed
        
        Change-Id: I66ad4562f33b68172557d759a26b9e19d19e2c0e

2015-10-19  Noel Grandin  <noel@peralex.com>  [137208746e05941d06d931e4d0446011c6faad03]

        convert Link<> to typed
        
        Change-Id: I8c00bcdb718bcebbb15e24e1c1622cdc6b356787

2015-10-19  Noel Grandin  <noel@peralex.com>  [72f5baa8b70b2e31af2078cd647064eaf30795b6]

        remove unused header file
        
        Change-Id: Icfd6c9a23d6d6f4f8b4ee8462134a3b08573fe50

2015-10-19  Noel Grandin  <noel@peralex.com>  [9cfa28727290d84eb83486fe0f926441e16cc5bd]

        convert Link<> to typed
        
        Change-Id: I04987cc8c3eab52a7191d75cf0a9cde9049bfbd4

2015-10-19  Noel Grandin  <noel@peralex.com>  [1ff755309e1b9d660f85fc33e41dee832b76dd45]

        convert Link<> to typed
        
        Change-Id: I178acd3bd0e16a6b6c84162269a3771d6b898b25

2015-10-19  Noel Grandin  <noel@peralex.com>  [ebd6fec73bfd77aa78a1ae92256d59d04ba999f3]

        Revert "cppcheck:duplInheritedMember"
        
        This reverts commit a55496a9e88ac3da821b0ae0d334866d669540c6.

2015-10-19  Daniel Robertson  <danlrobertson89@gmail.com>  [7e5bada5540662ae5bde0522bacf28da1e856589]

        slideshow: remove unecessary boost/bind includes
        
        All of the remaining includes of boost/bind.hpp may be removed from
        slideshow, as last remaining uses of boost::bind have been removed from
        the module. There should be no side effects due to this change.
        
        Change-Id: I4e1855545fad69d09e594d0be139c09aad561b2d
        Reviewed-on: https://gerrit.libreoffice.org/19395
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-19  Noel Grandin  <noelgrandin@gmail.com>  [a55496a9e88ac3da821b0ae0d334866d669540c6]

        cppcheck:duplInheritedMember
        
        Change-Id: Ie525330eb79a80fd47a6bfe46343aa25ae0aeb5c
        Reviewed-on: https://gerrit.libreoffice.org/19419
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-19  Noel Grandin  <noelgrandin@gmail.com>  [2d64fcf4c8d3316ad9ae2232601678553dcad6a3]

        cppcheck:nullPointerRedundantCheck
        
        Change-Id: I00a58a90f96e9eaf681239146213706e278ea5e1
        Reviewed-on: https://gerrit.libreoffice.org/19421
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-19  Jan Holesovsky  <kendy@collabora.com>  [2b5a48da5969b1ed37f4480d843714d434feb5d9]

        sfx items: Kill the SFX_ITEMSET_GET macro.
        
        Change-Id: I110a4f25646eb3f0fa93673c84dc67cf64a3b7a0

2015-10-19  Justin Luth  <justin_luth@sil.org>  [664197d95becd516c3dac25a50439078ba61e051]

        tdf#36117 .docx preserve page vertical alignment after RT
        
        Change-Id: I90174f7a98e9bd01f45ee668f127356ff3e0e4ed
        Reviewed-on: https://gerrit.libreoffice.org/18481
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2015-10-19  Robinson Tryon  <qubit@runcibility.com>  [51df957e1a40d2f3511345c1600c05dd35f34b6b]

        Updated core Project: translations  b29df8cb3000f603cfedccd11de4ae5ad1373eed
        
        Version 5.1.0.0.alpha1, tag libreoffice-5.1.0.0.alpha1
        
        Change-Id: I8a0c7795be5dfb714c46110d4aa868876b443bab
        

2015-10-19  Takeshi Abe  <tabe@fixedpoint.jp>  [9922dc2724f8ea17de0d5e091410595bcb683a5d]

        Fix typo
        
        Change-Id: I88ffb084c9d0f6119543757dcd633dd1b30c760e

2015-10-18  Caolán McNamara  <caolanm@redhat.com>  [e08b49fa663ea50c4e712618bc1059249b7d35ba]

        cppcheck: noExplicitConstructor
        
        Change-Id: I187273e39759b3a3ef45b047f8cc36829a7f0b10

2015-10-18  Tor Lillqvist  <tml@collabora.com>  [476bef70f1d9fd58b29a1f6fb95e54567b031acf]

        tdf#94924: If we can't handle strings, don't try to then
        
        Fixes the VLOOKUP problem reported in tdf#94540 by falling back to
        non-OpenCL for such a case, where one of the columns passed to the
        VLOOKUP contained strings. And since a while, we don't claim to handle
        strings in VLOOKUP. Which is true.
        
        Change-Id: I4140c86bf8166beb8201aa90c075d9f4432d9173

2015-10-18  Andras Timar  <andras.timar@collabora.com>  [a80c3a5c14399802d7bbd6fb9a1b57621a594445]

        fix StyleRef to Heading styles when doc is opened in localized MS Word
        
        We need to use { styleref 1 } instead of { styleref "Heading 1" } etc.
        to avoid the localization issues. Heading style names are localized
        in MS Word, and reference would point to a non-existent style.
        
        Change-Id: Ib74d67d265cf98962dfc6f328f08a236a95fae98
        Reviewed-on: https://gerrit.libreoffice.org/19441
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-10-18  Lionel Elie Mamane  <lionel@mamane.lu>  [ddc2de207a55b56a9f706ce3ddfc8ddb48bdf2e8]

        reorganise code, no behaviour change intended
        
        ... at leat in normal circumstances.
        assumed that the dialog can only return Yes/No/Cancel
        if it doesn't, then behaviour change, be more conservative and save only on yes.
        
        the order between rController->commitCurrentRecord( ) and
        GetImpl()->didPrepareClose( true ) is changed, that's on purpose.
        If commitCurrentRecord( ) throws, then don't do GetImpl()->didPrepareClose( true )
        
        Change-Id: Ieb88c04a27e71b313e7f1386d48f370a1e94c6c2

2015-10-18  Lionel Elie Mamane  <lionel@mamane.lu>  [36303eee68680dd1f7a080b93caf8fca65672799]

        tdf#72205 when saving changes, mark we did a prepareClose
        
        Change-Id: I8a86447bdd227621ff7b0b3551798ee343379c74
        Reviewed-on: https://gerrit.libreoffice.org/19434
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-10-18  Lionel Elie Mamane  <lionel@mamane.lu>  [b969f364ee773e3d202607f6bcddba2ac85c19c8]

        tdf#72205 a VARCHAR and a LONGVARCHAR should compare equal
        
        Change-Id: Id20ceb22bb04570c9c52df4d8233a7afa8ba0168
        Reviewed-on: https://gerrit.libreoffice.org/19436
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-10-18  Lionel Elie Mamane  <lionel@mamane.lu>  [403e652402bddca925d7163373b9f8ebbac2374e]

        janitorial: indent
        
        Change-Id: I26030811a5da551482b0cc2a18c302160ada6cd6
        Reviewed-on: https://gerrit.libreoffice.org/19435
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-10-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3d39b1284380725c2bec5426a5d8c4d078567f1f]

        Updated core Project: help  fc9a304d9da18036d32b0578abaeb301de593949
        
        tdf#95155 Update help for renamed Options category
        
        Change-Id: I3c2c26cecca5081360a765c1fc4b430dfab2164c
        

2015-10-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51f10626e61fff74346e8315c2a42c7f45ef5170]

        tdf#94960, Revert "it is insane to not map line and ..."
        
        This reverts commit 84254268bf5902d2405815970218e1893a7a673e.
        
        Change-Id: Id99bc1f44a4e23daaf2f12585981c0be66cbeda5

2015-10-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [6f3fa536a14d10733f4eb04747ecc74e0eac080d]

        mark number as untranslatable
        
        Change-Id: I4049603621ed48f41e3176e4a0a0b73ec1d674d4
        Reviewed-on: https://gerrit.libreoffice.org/19412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-18  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2d27c57fb8933494137a1c7619b2ece548e77f92]

        mark numbers as untranslatable
        
        Change-Id: I44c44f96c0ece4d9412df234f57d0acb26b10f2d
        Reviewed-on: https://gerrit.libreoffice.org/19423
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-18  Tor Lillqvist  <tml@collabora.com>  [0663f30bae396433497854988f4e6d0a5bf86932]

        Success is no reason to be scared
        
        Change-Id: If7ad24bf1f7442e86d424188bd78f332b1a351ff

2015-10-18  Robinson Tryon  <qubit@runcibility.com>  [6c6463124d9a7fcf1abe3f02067eb5205d7fcd3c]

        update emoji autocorrect files from po-files
        
        Change-Id: I94e04257d2157efa2a01144e42098067bc13a288

2015-10-18  Noel Grandin  <noelgrandin@gmail.com>  [e2a7cb31ed5b413ea2f846d0a5c562d1ad97195a]

        cppcheck:noExplicitConstructor
        
        Change-Id: I2b68ba9e8caf7971efbba094ef060e72541bdccf
        Reviewed-on: https://gerrit.libreoffice.org/19426
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-18  Robinson Tryon  <qubit@runcibility.com>  [b26018b762b7d5659ffab98ffb05c7a74dc94910]

        Updated core Project: translations  ca20aa8ceb614b394803763754df27fb3b44c0de
        
        Update translations for master and force-fix errors using pocheck
        
        Change-Id: I631ca49b2d16304d2a238e92bf96c5e38c6cc77d
        

2015-10-17  Maxim Monastirsky  <momonasmon@gmail.com>  [c1b97d2747004d1912744ab7ff11353a73713310]

        tdf#94936 Update the button removal hack to 3.18
        
        Gtk 3.18 has the filename entry in the header too.
        
        Change-Id: Id1abf5baf0e82c03e27ede2bfc67ec1983a2c4fb

2015-10-17  Andras Timar  <andras.timar@collabora.com>  [f8f1a0645106a02a926e96d61f5a55c0e8e41a7b]

        deb system integration postinst and postrm scripts are not needed here
        
        ... because special 'debian-menus' package from sysui module does the job
        We do not have these scripts in rpm packages, let's not have them in deb
        packages, too.
        
        Change-Id: Iae7e996c3c3a8c1fb40977436773829a16e93fee

2015-10-17  Andras Timar  <andras.timar@collabora.com>  [eb911d69221a5491e75ab0ea47985535a0102aad]

        PREFIXDIR must be /usr for .deb system integration package
        
        ... tools don't find *.desktop files in /usr/local or elsewhere,
        and the applications will not be registered in menus. Fixed the
        regression from d2cc121e0798a007a6e0409b09c16ce747ab959f
        
        Change-Id: I679b98b5cd0a502553fb13025ee8b9ac4bb5507e

2015-10-17  Dennis Francis  <dennisfrancis.in@gmail.com>  [893b07c6cb429c2c9815ad2249a803e668e59499]

        tdf#59418 : Use both F4 and SHIFT+F4 for absolute reference toggle in calc
        
        and use CTRL+SHIFT+F4 for data source browser.
        
        Change-Id: I2e5020bd77bd54b33f94b662fb29a568aa39ffb1
        Reviewed-on: https://gerrit.libreoffice.org/19401
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [5718c72ae89fb1a7aa8ee292dc9cb92acbde92db]

        afl-eventtesting: first discovered impress crash via event fuzzing
        
        SfxObjectShell::Current can and does return null sometimes
        
        protect this init like the other sidebar example and add missing
        licence header
        
        Change-Id: I15d40c08e8ac37116de7d543c16257c8a8090e8a

2015-10-17  Justin Luth  <justin_luth@sil.org>  [fbd1c167851a04c60d91daa830cf93e5b2ad7b4d]

        tdf#36117 .doc preserve page vertical alignment after RT
        
        MSWord has a page-style vertical alignment (center/bottom/justify)
        setting that was lost after round-tripping through LibreOffice.
        
        Writer does not currently have the ability to vertically align text
        outside of a frame, but the setting should be preserved for
        interoperability.
        
        Change-Id: I91ae841b91ca2f2dd1b68212fdcdf830c7cef22a
        Reviewed-on: https://gerrit.libreoffice.org/18480
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [1769074bd556e21e0c6ed29d9059960f998e28d1]

        coverity#1327454 Uncaught exception
        
        and a boatload more along that vein
        
        Change-Id: Ic7d458d3b8e5c99df1995251f75d3ad57d0df967

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [6806a0260d76d9c8abdb41aa07d90fc264520f7c]

        coverity#1327442 Division or modulo by zero
        
        Change-Id: I4046fa491cb59c93665a5584544ab1fbda7fa733

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [e1bc0f42fa5d474ba153672ee33f2ddc004dd15b]

        coverity#1327443 Division or modulo by zero
        
        Change-Id: Iefddcc2d66e77e3698dec9930898f63e0b7902f6

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [e8d848543ee6b7e4696381ececc476d3522b3614]

        coverity#1327445 Unchecked dynamic_cast
        
        and
        
        coverity#1327444 Unchecked dynamic_cast
        
        Change-Id: I459d588db4a3dd6591b81babb3586fe97ab96c63

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [9facb8271d9e87b33e7280f400d19bea3c326eea]

        coverity#1327446 Unchecked dynamic_cast
        
        Change-Id: Ib409b7fe4244b89f8767b20adcfae060f121b2f2

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [ffbb27d0d7bfd4fa2b297959385e9b3cee0b30da]

        coverity#1327455 Uninitialized pointer field
        
        Change-Id: Icc7405e5b68725e28447a1f2c1cbed2fbe6b8049

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [fdf9fa4fd2e3b64e2392b6743b7ff76f445b0880]

        coverity#1327456 Uninitialized pointer field
        
        Change-Id: I0d116989bdbda07995cca1c8062ea5b0c4292b28

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [f03c0930e286fb6d608ce65f8eaaa5053f4ae924]

        coverity#1327457 Uninitialized scalar field
        
        Change-Id: Idbad4c6d09fd2eb9a044d8193fc7101de63c02f5

2015-10-17  Caolán McNamara  <caolanm@redhat.com>  [25405f5ef593d11d56010006f883582b042034da]

        coverity#1327458 Uninitialized scalar field
        
        Change-Id: Iaa51be64ad0ed96e8ce805c7cf26e8a48215b2d1

2015-10-17  Justin Luth  <justin_luth@sil.org>  [d9cf47449e88032803aa4fa3429cd607a074d5ad]

        tdf#95096 avoid invalid cursor position exception
        
        Somehow, accessible text can lose focus and so when
        attempting to set the cursor, the string we were just
        working with may no longer be available, so verify that
        the cursor position is still valid before setting it.
        
        If the text can just disappear like that, then potentially
        we are still forcing the cursor into the wrong place
        (since the string is different than expected).  However
        we can at least make sure the program doesn't
        crash/exit without saving...
        
        Change-Id: I8dcaf4625d187cb75008bdc0af0e3a546090a018
        Reviewed-on: https://gerrit.libreoffice.org/19414
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2015-10-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a9b31303b76326e0dc0043082082c5fc1dc69be9]

        Revert "sfx2: -Werror=unused-parameter"
        
        This reverts commit 7ad750aed1f97ae195e7db896d101116d0c23534.
        
        A fixup that now as a leftover causes build-breaks on its own after
        192e1cd86f0b072c3efaa7ad32afb303efbff9d9 did revert the reason for it

2015-10-17  Eike Rathke  <erack@redhat.com>  [0ac191565d541f66d4cc88ec54c8f3b5e03f0989]

        ignore "current document" values at module level, tdf#92256 follow-up
        
        Change-Id: I3540ccce9bee652f838efc86dc9abc6fc2416819

2015-10-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [313df729a3b6a94275ac992e74b18256fd286f93]

        tdf#92256, c#19: Implement "current doc only" switch
        
        that'll save calculation settings into current document only, not
        into global user profile
        
        Change-Id: I50ab31b679f712ff512f85a2cd58319d356462ea
        Reviewed-on: https://gerrit.libreoffice.org/19318
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-16  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [f1bcf41baea1636ff33f2c918ebb4a4fa589d10a]

        tdf#39468 translated german comments in tabvwsh9.cxx
        
        Change-Id: Iaab7081df2f15e7228f7f99184a048abd26decc7
        Reviewed-on: https://gerrit.libreoffice.org/19307
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-16  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [e36a18201b945cdd4c14f9504a3e5d681faa65aa]

        tdf#39468 translated german comments in tabvwsh3.cxx
        
        Change-Id: I483c1aafe68da805ce194968153f1e6506327c51
        Reviewed-on: https://gerrit.libreoffice.org/19300
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-16  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7387baaa128f2b005addabc7f6a3ac0aca55a78c]

        tdf#39468 translated german comments in tabvwsh8.cxx
        
        Change-Id: Iae5d5138e8a030bb6beb0ec646949892b96e2a63
        Reviewed-on: https://gerrit.libreoffice.org/19301
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-16  Oliver Specht  <oliver.specht@cib.de>  [c1d38a06752e8f8fd7c79eb1c1a736662e4ccc8b]

        tdf#94965: crash in report wizard fixed
        
        fixed the wrong rtti replacement from 85f93697defd9a812a0cda0bc4e9364e28c0339e
        
        Change-Id: Iaed0f1e452ae0ec2e479c8e9084ffcbabbb595f9
        Reviewed-on: https://gerrit.libreoffice.org/19406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-16  Caolán McNamara  <caolanm@redhat.com>  [639854d77bafb19bda031505daad038916a11593]

        afl-eventtesting: add a realistic impress workout
        
        Change-Id: Ie40071dd91e28131ddb62c03834fda097a1d90ea

2015-10-16  Caolán McNamara  <caolanm@redhat.com>  [6a627d6c5a94dbfae38bc1a6b1f716df19e47fd1]

        afl-eventtesting: tweak key event injection
        
        lowest idles have a minimum time out associated
        with them. So just post events and use higher idle
        time priority as launcher for min-wait-for-opportune
        time to start inserting
        
        Change-Id: I8088e142199e880b198da11473558b4bd972a8d9

2015-10-16  Eike Rathke  <erack@redhat.com>  [9f5ab26bdada54898cac79e3c524664926de66b5]

        use rtl::toAsciiUpperCase() instead of home baked lcl_toupper()
        
        Change-Id: I73dcf0d9f7741409c4dbf1c75f2d7f43649889bb

2015-10-16  Caolán McNamara  <caolanm@redhat.com>  [71ec25ea725ee887a789fdb9dc2b221b8525bc61]

        drop templated HasItem in favour of new templated SfxItemSet::GetItem
        
        Change-Id: Ia753e8728a68b90cbf7fe3adda1de8a3297bd782

2015-10-16  Stephan Bergmann  <sbergman@redhat.com>  [aac8281f705c8d621d54894b14893772e2ee6413]

        Missing dependencies
        
        Change-Id: I7e0248c0e238910bedc098d98107a6a1083e41d6

2015-10-16  Eike Rathke  <erack@redhat.com>  [c3ef1d12375a6e02df0988eef942afcf71e4ff81]

        don not use libc toupper() because it might yield unexpected results
        
        Change-Id: I6202d14b78d153e74b973f1f9fa523ad92f507a7

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [e0769daf7b4335024733fa43b26cd0ef0b03108f]

        lok svg export: Default to exporting all slides, use the interactive SVG.
        
        The slides to export can be tweaked via a "PagePos" parameter.
        
        Change-Id: I66f19521bd8f699710eefafb29f54036d7e604c3

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [2cb172582a034dccc40be16f73b369e772c97ecb]

        svg export: Some whitespace cleanup, fix typos.
        
        Change-Id: I0de8b5229a83d2ed1ccecbd5608c94881b9baad3

2015-10-16  Stephan Bergmann  <sbergman@redhat.com>  [eec7b03faddad6ae6acf11f9ca737035722fcb65]

        -fsanitize=shift-exponent
        
        Through test code added with d30f5bc3e65463f28c3087acad6f88e12d60e53b
        "lok::Document::paintTile: fix non-rectangular tiles wrt. transparency,"
        CppunitTest_desktop_lib started to exhibit
        
        > basebmp/inc/metafunctions.hxx:210:26: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'
        >  unsigned int basebmp::shiftRight<unsigned int>(unsigned int, int) basebmp/inc/metafunctions.hxx:210:26
        >  basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 4278190080u, 16711680u, 65280u, true>::operator()(unsigned int) const basebmp/inc/rgbmaskpixelformats.hxx:123:25
        >  basebmp::Color basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 4278190080u, 16711680u, 65280u, true>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 255u, 4278190080u, 16711680u, 65280u, true> >::operator()<basebmp::PixelIterator<unsigned int> >(basebmp::PixelIterator<unsigned int> const&) const basebmp/inc/accessoradapters.hxx:115:16
        >  basebmp::(anonymous namespace)::BitmapRenderer<basebmp::PixelIterator<unsigned int>, basebmp::StandardAccessor<unsigned int>, basebmp::AccessorSelector<basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 4278190080u, 16711680u, 65280u, true>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 255u, 4278190080u, 16711680u, 65280u, true> >, basebmp::StdMasks>::getPixel_i(basegfx::B2IPoint const&) basebmp/source/bitmapdevice.cxx:472:20
        >  basebmp::BitmapDevice::getPixel(basegfx::B2IPoint const&) basebmp/source/bitmapdevice.cxx:1289:16
        >  basebmp::Color basebmp::GenericColorImageAccessor::operator()<vigra::IteratorAdaptor<vigra::Diff2DConstRowIteratorPolicy<vigra::Diff2D> > >(vigra::IteratorAdaptor<vigra::Diff2DConstRowIteratorPolicy<vigra::Diff2D> > const&) const basebmp/inc/genericcolorimageaccessor.hxx:54:18
        >  void vigra::copyLine<vigra::IteratorAdaptor<vigra::Diff2DConstRowIteratorPolicy<vigra::Diff2D> >, basebmp::GenericColorImageAccessor, unsigned int*, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > >(vigra::IteratorAdaptor<vigra::Diff2DConstRowIteratorPolicy<vigra::Diff2D> >, vigra::IteratorAdaptor<vigra::Diff2DConstRowIteratorPolicy<vigra::Diff2D> >, basebmp::GenericColorImageAccessor, unsigned int*, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> >) workdir/UnpackedTarball/vigra/include/vigra/copyimage.hxx:65:18
        >  void vigra::copyImage<vigra::Diff2D, basebmp::GenericColorImageAccessor, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > >(vigra::Diff2D, vigra::Diff2D, basebmp::GenericColorImageAccessor, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> >) workdir/UnpackedTarball/vigra/include/vigra/copyimage.hxx:158:9
        >  void basebmp::scaleImage<vigra::Diff2D, basebmp::GenericColorImageAccessor, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > >(vigra::Diff2D, vigra::Diff2D, basebmp::GenericColorImageAccessor, basebmp::PixelIterator<unsigned int>, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> >, bool) basebmp/inc/scaleimage.hxx:133:9
        >  void basebmp::scaleImage<vigra::Diff2D, basebmp::GenericColorImageAccessor, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > >(vigra::triple<vigra::Diff2D, vigra::Diff2D, basebmp::GenericColorImageAccessor> const&, vigra::triple<basebmp::PixelIterator<unsigned int>, basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > > const&, bool) basebmp/inc/scaleimage.hxx:180:5
        >  void basebmp::(anonymous namespace)::BitmapRenderer<basebmp::PixelIterator<unsigned int>, basebmp::StandardAccessor<unsigned int>, basebmp::AccessorSelector<basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> >, basebmp::StdMasks>::implDrawBitmapGeneric<basebmp::PixelIterator<unsigned int>, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > >(std::shared_ptr<basebmp::BitmapDevice> const&, basegfx::B2IBox const&, basegfx::B2IBox const&, basebmp::PixelIterator<unsigned int> const&, basebmp::UnaryFunctionAccessorAdapter<basebmp::StandardAccessor<unsigned int>, basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> > const&) basebmp/source/bitmapdevice.cxx:739:13
        >  basebmp::(anonymous namespace)::BitmapRenderer<basebmp::PixelIterator<unsigned int>, basebmp::StandardAccessor<unsigned int>, basebmp::AccessorSelector<basebmp::RGBMaskGetter<unsigned int, basebmp::Color, 16711680u, 65280u, 255u, false>, basebmp::RGBMaskSetter<unsigned int, basebmp::Color, 0u, 16711680u, 65280u, 255u, false> >, basebmp::StdMasks>::drawBitmap_i(std::shared_ptr<basebmp::BitmapDevice> const&, basegfx::B2IBox const&, basegfx::B2IBox const&, basebmp::DrawMode) basebmp/source/bitmapdevice.cxx:827:21
        >  basebmp::BitmapDevice::drawBitmap(std::shared_ptr<basebmp::BitmapDevice> const&, basegfx::B2IBox const&, basegfx::B2IBox const&, basebmp::DrawMode) basebmp/source/bitmapdevice.cxx:1562:9
        >  basebmp::BitmapDevice::drawBitmap(std::shared_ptr<basebmp::BitmapDevice> const&, basegfx::B2IBox const&, basegfx::B2IBox const&, basebmp::DrawMode, std::shared_ptr<basebmp::BitmapDevice> const&) basebmp/source/bitmapdevice.cxx:1574:9
        >  SvpSalGraphics::copyBits(SalTwoRect const&, SalGraphics*) vcl/headless/svpgdi.cxx:687:9
        >  SalGraphics::CopyBits(SalTwoRect const&, SalGraphics*, OutputDevice const*, OutputDevice const*) vcl/source/gdi/salgdilayout.cxx:589:9
        >  OutputDevice::GetBitmap(Point const&, Size const&) const vcl/source/outdev/bitmap.cxx:443:29
        >  OutputDevice::GetBitmapEx(Point const&, Size const&) const vcl/source/outdev/bitmap.cxx:487:25
        >  OutputDevice::DrawOutDev(Point const&, Size const&, Point const&, Size const&, OutputDevice const&) vcl/source/outdev/outdev.cxx:587:47
        >  sdr::overlay::OverlayManagerBuffered::ImpSaveBackground(vcl::Region const&, OutputDevice*) svx/source/sdr/overlay/overlaymanagerbuffered.cxx:198:17
        >  sdr::overlay::OverlayManagerBuffered::completeRedraw(vcl::Region const&, OutputDevice*) const svx/source/sdr/overlay/overlaymanagerbuffered.cxx:418:17
        >  (anonymous namespace)::RenderContextGuard::~RenderContextGuard() sw/source/core/view/viewsh.cxx:1714:21
        >  SwViewShell::Paint(OutputDevice&, Rectangle const&) sw/source/core/view/viewsh.cxx:1856:1
        >  SwCrsrShell::Paint(OutputDevice&, Rectangle const&) sw/source/core/crsr/crsrsh.cxx:1278:5
        >  SwViewShell::PaintTile(VirtualDevice&, int, int, int, int, long, long) sw/source/core/view/viewsh.cxx:1901:5
        >  SwXTextDocument::paintTile(VirtualDevice&, int, int, int, int, long, long) sw/source/uibase/uno/unotxdoc.cxx:3139:5
        >  non-virtual thunk to SwXTextDocument::paintTile(VirtualDevice&, int, int, int, int, long, long) sw/source/uibase/uno/unotxdoc.cxx:3132:23
        >  doc_paintTile desktop/source/lib/init.cxx:784:5
        >  DesktopLOKTest::testPaintTile() desktop/qa/desktop_lib/test_desktop_lib.cxx:299:5
        
        Change-Id: Iadda5d7bb3f7f15706d16b813e11e6d145818f6c

2015-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3cf557c12d27f1b2250e69a543136da098112d80]

        drop gconf integration as per ESC decision
        
        Conflicts:
        	shell/source/backends/gconfbe/gconfbackend.cxx
        
        Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87
        Reviewed-on: https://gerrit.libreoffice.org/19408
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [e00697d9738196f11f331335b256d7bacc17277d]

        typo in comment
        
        Change-Id: I8af65365c6a405bf0458c26af802d400da51cd57

2015-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [e6c329cc55af00fec99ada5cac15b2d4752b7474]

        tdf#93618 teach DbCellControl about "Date"/"Time" as known value property
        
        Change-Id: Icbb575b86ff39ce263271110aae6e49e5b4e7ac2

2015-10-16  Noel Grandin  <noel@peralex.com>  [3615f5a1c7b6002b50a8e5adafce804f06ebefa2]

        cid#1327106 UrF: Unread field
        
        Change-Id: I02b97aa788caeb5bea9498fadc29b00890564d2f

2015-10-16  Noel Grandin  <noel@peralex.com>  [6a9513b6f45f006d5c32cb578664382c2a7b28a5]

        cid#1327105 UrF: Unread field
        
        Change-Id: Id047ee357db72773057acd325d2c9ec02448d06c

2015-10-16  Noel Grandin  <noel@peralex.com>  [237b4a83154859b16efe4870bab99479b72c6d03]

        cid#1327103 UrF: Unread field
        
        Change-Id: Ia1e77525c086059aca099828935d852c92ee208a

2015-10-16  Noel Grandin  <noel@peralex.com>  [810407b04346a6e853983e45b7c80a5157115623]

        cid#1327102 UrF: Unread field
        
        Change-Id: I28b0c6315c8526c80eeede179dd71e37be3272ef

2015-10-16  Noel Grandin  <noel@peralex.com>  [a8248293c301e6804dfbe195c9a9be39e4328480]

        convert Link<> to typed
        
        Change-Id: I9ce3a85eb5eba35691c376d19436c624df68be33

2015-10-16  Noel Grandin  <noel@peralex.com>  [5ba32287aebc1e4d3a1e114699cb1b479d3f13f7]

        remove unused Link<> field
        
        Change-Id: Idfd163528b173b7428a3febfde271762a9d31d03

2015-10-16  Noel Grandin  <noel@peralex.com>  [08e7bc6abd93947627e7a38646a02f9d44ddabed]

        convert Link<> to typed
        
        Change-Id: Iea90c0e46902936bde3b51475292999fa0ead934

2015-10-16  Noel Grandin  <noel@peralex.com>  [945965e525afb4b86d235822fff39de43b5f3f9a]

        convert Link<> to typed
        
        Change-Id: I51d39d9d1688c4c734cd132213ef654fdc7d9b8e

2015-10-16  Noel Grandin  <noel@peralex.com>  [877149f21c625a6583c6b11198a7adeed0e5128a]

        remove unimplemented and private method
        
        Change-Id: Ic0d869720890b21c65e7736326d9bd0ee53cada0

2015-10-16  Matthew J. Francis  <mjay.francis@gmail.com>  [59c38539bcabf3a5c949745ff8f501ed7c98a528]

        Allow injection of keyboard and mouse events through UNO
        
        Change-Id: I3d139c6378f5274be1e7bfd88f72d1576c13243d
        Reviewed-on: https://gerrit.libreoffice.org/19321
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-10-16  Noel Grandin  <noel@peralex.com>  [fa2a7665194c7fff311d14932ee7930f80e6c7e2]

        cid#1326341 Unguarded read
        
        Change-Id: Id49af9bc1c767126a365d85589fb4f2a99e5bcdd

2015-10-16  Noel Grandin  <noel@peralex.com>  [7320072e3b49e39528e2ec9e51aa777eaff31031]

        convert Link<> to typed
        
        Change-Id: I39a0b4d5fb62ae66926148103b396578ed37405d

2015-10-16  Noel Grandin  <noel@peralex.com>  [a9bb16e89ca23e1975becbb0fa061e379613ace4]

        convert Link<> to typed
        
        Change-Id: I9aa883a2228ed5d39e924e4364cd3a812f2037a3

2015-10-16  Stephan Bergmann  <sbergman@redhat.com>  [f4ea34e7558fcd31096f51f632c0c0893b49cf5b]

        Fix type of nPixel
        
        Change-Id: I2f59600318b345dce6bf00c30bb5e728c0fbebae

2015-10-16  Noel Grandin  <noel@peralex.com>  [9ca4c4f086c1abf558fd6b9cc7503318b72f2858]

        cid#1326334 Unguarded read
        
        Change-Id: I8cfe2805f2b8c1ae23fa955a28ff9ec43f353e38

2015-10-16  Noel Grandin  <noel@peralex.com>  [1d3fc27b0f457d1c9b0106943c15f3e0c9ac6541]

        spelling
        
        Change-Id: Ibd062310a3ae597cbab98729b394b26838e71d67

2015-10-16  Noel Grandin  <noel@peralex.com>  [6f69781df0a1bc5809bf8acad84e2bab01429ce9]

        cid#1326952 RV: Bad use of return value
        
        Change-Id: I93794f661d28b982baf0dbba1ddc9b07d6ce81ff

2015-10-16  Noel Grandin  <noel@peralex.com>  [a2fa0ded8acb4e6c6e48f40b8ebe99aafe0f9899]

        cid#1326721 to cid#1326726 Dm: Dubious method used
        
        Change-Id: I98e5590f61434ed1b1081b5b592622f9bcf037ec

2015-10-16  Noel Grandin  <noel@peralex.com>  [84ec34e08e87da58a995006d4b1c9d298a438485]

        cid#1327207 UwF: Unwritten field
        
        Change-Id: Ied3798a1643c0fa2ca86c9d76fef2dcc270f5b2d

2015-10-16  Noel Grandin  <noel@peralex.com>  [c5989fb39bdf303773d3d1a8230b2a836b060a4d]

        cid#1327206 UwF: Unwritten field
        
        Change-Id: I631bff9271f4e82a656ba25365abfc3189676026

2015-10-16  Noel Grandin  <noel@peralex.com>  [e8221763fb53c89c630b827eb78d9ae6a022ee97]

        cid#1327204 UwF: Unwritten field
        
        Change-Id: I9606abbbf92c052a1265957cbb4e2d73070540c5

2015-10-16  Noel Grandin  <noel@peralex.com>  [8d44385bf64c1ea9bdb9100fc7ed005ac7071968]

        convert Link<> to typed
        
        Change-Id: I48893ac7130ad671864faa5eb55409b21cdda77e

2015-10-16  Stephan Bergmann  <sbergman@redhat.com>  [e324766d54ef67625b4ca9ba727a95316c2a1dc5]

        Use CPPUNIT_ASSERT_EQUAL for better failure reports
        
        Change-Id: If493763369581338325601edba2c12f96367f515

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [adeefc6295b1cf411b47b9b4213c16effea9d832]

        sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.
        
        Change-Id: I1e0f96dce2b9cf9da32f4f577cf76e1d8824d37a

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [20248b82be361279f2b4814280b0371658ca27c0]

        sfx items: Introduce a templatized version of SfxItemSet::GetItem().
        
        Change-Id: I821622fc1f8415f2ddd14744f33b46fa76f00039

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [e5be07f5167d4103b4620201df350b1d9e795393]

        sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.
        
        Change-Id: I7130f7a84077a63cdc0ca1e131a4d90469eac90d

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [427c5dc6e0f817253b2f8cd7727e447ac4f4d656]

        sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.
        
        Change-Id: I6d4f4cd09c83f94b26dd90577bdc6bc3226f58ab

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [67fe42070332709823f0b00e6311809bc3e5341c]

        sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.
        
        Change-Id: Ifdffc82c9b4ec2e534204294575a78e34e0338c1

2015-10-16  Stephan Bergmann  <sbergman@redhat.com>  [901f6da81b5006d33d7ad1f97b70f4c60708d609]

        Let operator<< be found via ADL
        
        Change-Id: I590ebb954ec249668a62c0c0a8959422af08485e

2015-10-16  Jan Holesovsky  <kendy@collabora.com>  [192e1cd86f0b072c3efaa7ad32afb303efbff9d9]

        Revert "tdf#95095: Don't create thumbnails on load."
        
        It looks more ugly than I had hoped :-(  I'll try to fine-tune it more.
        
        This reverts commit 468b55301f385771d65d2f15f9ad7879af29f1cf.

2015-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [186f32f63434e16ff5776251657f902d5808ed3d]

        sd tiled rendering: emit CALLBACK_TEXT_SELECTION on multiple search results
        
        Change-Id: Ib6be973bf7c911907c793571b84021dc317dcc80

2015-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [11754fd7923c727e921bb6cbaf88d2765082667c]

        editeng tiled rendering: avoid selections callbacks in Paint()
        
        Given that we emit selection callbacks on each logical operations (set
        selection, deselect all, etc) already, it's not necessary to emit
        callbacks in DrawSelection() when it's called from Paint().
        
        Change-Id: I6781c71ee2f292de2a1c7d129fc49b514aca2be1

2015-10-16  Noel Grandin  <noel@peralex.com>  [db8c70324091f9608a9e71e0df7bbdf9a371bf3b]

        convert PASSED to COMPLETED in 'make check' test messages
        
        Change-Id: I5501f4f40024d3a47bb7007896e07c6252151cf6

2015-10-16  Noel Grandin  <noel@peralex.com>  [6f1313b3d44ea54e9a331e0fc00871081fa662fe]

        convert Link<> to typed
        
        Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6
        Reviewed-on: https://gerrit.libreoffice.org/19405
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-16  Noel Grandin  <noel@peralex.com>  [14bf708ef586b15dffed66ffaf524baf4d8fcbfa]

        convert "continue" flag to an enum
        
        Change-Id: I160de1152978f301c514d9107c9e9082bab3cf05

2015-10-16  Noel Grandin  <noel@peralex.com>  [a3a89c15230317710ba32753c0eafdb4733730ef]

        rename state to bSuccessful in Assurance
        
        Change-Id: Ifc86275163a78dd1a61b207f3c6c55d9bf5902d7

2015-10-16  Noel Grandin  <noel@peralex.com>  [c429df73d5d7f6091b830c4ad2a9bdafdfb96ad7]

        rename test state 'PASSED' to 'COMPLETED'
        
        which is more accurate since 'PASSED' normally means 'successful',
        which is not the case here
        
        Change-Id: I8e9368a810e7be823655f69646fd15feb9f8f502

2015-10-16  Noel Grandin  <noel@peralex.com>  [1bb1fc060d7849c9ef418ef510de8085daaee13a]

        rename state to bSuccessful
        
        Change-Id: Idc757217b84812fa55efbcfc004abd02d0a78dc3

2015-10-16  Noel Grandin  <noel@peralex.com>  [4e1a015d54b030818fdd491a81f47db2191034b0]

        convert runState to a proper enum
        
        Change-Id: I6f74e597fe9834b18023e73ee8b8bf50d10c82e2

2015-10-16  Noel Grandin  <noel@peralex.com>  [cb2c4d775664121c3034abda5a8b5cdd5044f148]

        cid#1327197 UwF: Unwritten field
        
        Change-Id: I06d167e1f6aebeb6629cbbc7fb90ffed8cec837d

2015-10-16  Noel Grandin  <noel@peralex.com>  [afc9d56bdd15bf50565945c67b791f65f0977e64]

        1327208 UwF: Unwritten field
        
        this class is doing nothing useful at all, just remove it
        
        Change-Id: I77f295f96758f8bf5e29fbdaca5eecc08cd5cf83

2015-10-16  Noel Grandin  <noel@peralex.com>  [20c733cace84bef6fedb04c69e77613e2234c06f]

        cid#1327209 UwF: Unwritten field
        
        Change-Id: Ieacb049d8de5211d50ceb8cd69954909cf3fd57f

2015-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ad750aed1f97ae195e7db896d101116d0c23534]

        sfx2: -Werror=unused-parameter
        
        Change-Id: I942976f995bffe0ae47720a6bc4692e20d2a3377

2015-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a01f3bfd0c57909a573b591a84b19f028a648527]

        sw: prefix members of SwXStyleFamily
        
        Change-Id: Ifa56b2ea81798d8a5e347bfbabc304bd83b8ac66

2015-10-16  Oliver Specht  <oliver.specht@cib.de>  [ac427caf1069ff66b4893bb2e937c2408d7c37b3]

        tdf#95091: enable delete and backspace in editable elements within protections
        
        when editing is enabled also delete and backspace should be possible
        this applies e.g. to input fields within protected sections
        
        Change-Id: Iee5ef133971a3f2967e6c92e685a16afa003cfe8
        Reviewed-on: https://gerrit.libreoffice.org/19399
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-16  Eike Rathke  <erack@redhat.com>  [b684090d4f573eb339e93872d0cef07e69adc913]

        unit tests for formula error propagation, tdf#94869 related
        
        Change-Id: Ia80de96f40d0abe391a530f74ef2b17a1dc2baae

2015-10-16  Eike Rathke  <erack@redhat.com>  [07bc49b43187ecc691d98eec1b9b129cf92efd70]

        Resolves: tdf#94869 propagate error from scalar double to matrix
        
        Minimal invasive fix for the problem, further work on error propagation
        in array/matrix cases may be needed.
        
        Change-Id: Ia6a7fe8138b98b78ffbe89572eb51ab8e9c0fdca

2015-10-15  Jan Holesovsky  <kendy@collabora.com>  [468b55301f385771d65d2f15f9ad7879af29f1cf]

        tdf#95095: Don't create thumbnails on load.
        
        Creating thumbnails is quite an expensive operation, so let's avoid that on
        load, and do that only on the document save or document close.
        
        In case the user chooses not to save a modified document, thumbnail is not
        generated which can lead to document that has no thumbnail; but that's
        probably a good tradeoff for the speedup.
        
        Change-Id: I61bf5ec3fae9596e87963ac7a28ba6e4e52c4e99

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [bd2f6ab505a2b76da0b829607a73b5f9a6be3008]

        Reuse FRound from tools/helpers.hxx
        
        Change-Id: I74ec4fc6a685c59dbc79978bf8a9afff0a1f9501

2015-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b3e0aa8ad02c12706547616d7a5fd695bf0d75c]

        add test for tdf#88179
        
        Change-Id: I8407a05e89129b533f62439d3ffedecd3248ec87

2015-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65dedbd9c776afd9adf513336df80ef50d30934e]

        store external range names in the cache, td#88179
        
        Change-Id: I00b41f9b1fc2aec6f66c613cc02328b2968dca8d

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [04a7df738aae3b255c1faa80fa79262602eaead7]

        coverity#1327168 see if stock SuppressWarnings is sufficient to
        
        silence UrF: Unread field, some sources online suggest that it
        might be the case
        
        Change-Id: I2287da343e97bec93e0aaf7a82a408c18ab76d9b
        Reviewed-on: https://gerrit.libreoffice.org/19396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [cb7563e8ea46bbe04249fd37e03f69cf391b5a73]

        -Werror,-Wunused-private-field
        
        Change-Id: I936ddbabb22e3dc16080ef0b11d585ea98442e57

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [ed6c042d20cbe8245b5e830b714f0bf75e478adf]

        coverity#1327205 UwF: Unwritten field
        
        Change-Id: I6a9b2471e488b988f70415188ddaed8ea21ab77b

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [9d2a3acf40697776453e27c00a07db6d81f1e28f]

        coverity#1327203 UwF: Unwritten field
        
        Change-Id: I120b6cd6908ab4263a3ec3f8318aff8e507ab62b

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [5d9995131d78e169697aabbdcb09c446900aff89]

        coverity#1327202 UwF: Unwritten field
        
        Change-Id: Ifa0ffa779aa3dd79f4b41065e33f5cdbf3a89bc9

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [2dea6b9e966a6a39519729edc262a85f6e9623a9]

        coverity#1327201 UwF: Unwritten field
        
        Change-Id: Ia8d7ab83caa55920428448e67f95a340add658e7

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [3cce71478d1fec570edfa34aba65a08b01a1e3ad]

        coverity#1327200 UwF: Unwritten field
        
        Change-Id: I7e78b77642e70a13dcfa71e71f541bed31a4f47a

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [1bc8beeea862616f9a28277b5ee2c424e654278d]

        coverity#1327199 UwF: Unwritten field
        
        Change-Id: I1fdb8b0740c947feced9aec6399313231007dcf8

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [3b3e2ae28e6108f05c0774f73325e8b497053b99]

        coverity#1327198 UwF: Unwritten field
        
        Change-Id: I0ecbd7c8b16af7dbd81d9420dfab2edc7ca73493

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [f40120dc6fca7170a416be2c75ff47b5946efc87]

        coverity#1326293 Dereference after null check
        
        Change-Id: I6ce295873eb2ed1231ad1d95babfcc2c8ff265e8

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [293dd731e9815c06ba8eca1fb83d86276103c820]

        vcl: aAlphaBitmap.ImplGetImpBitmap() seen as 0
        
        Change-Id: I3f34f0315045d33ff6e498e24c0dacb0aabb0ff9

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a35a75a6bb2753f40edf59f360130e452b3c7f0]

        sd tiled rendering: implement CALLBACK_SET_PART for find-all
        
        Change-Id: I607b3719e0f508f9ae24db7482323847aa8e2491

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd4976988cf3acb4f1a23f1df7fcc2bfec0f3da0]

        sd tiled rendering: let find-all at least select the first match physically
        
        The LOK API can describe a multi-selection, so find-all can signal all
        matches, editeng can have a single selection only. Instead of having no
        selections after a find-all, select the first match, so e.g. copy works.
        
        Change-Id: I0eab2565916f0c3cce5d77279c0d927ad4b7054c

2015-10-15  Noel Grandin  <noel@peralex.com>  [74d686bc59cd70e7ad89f7845199eb751aa7145d]

        simplify the CellController modify Link<> handling
        
        in preparation for some more "make Link<> typed" work
        
        Change-Id: Ifdf58cc697c7172102bf9e4cc63f869c522517e6

2015-10-15  Justin Luth  <justin_luth@sil.org>  [6212c467156e2bd4580a9f8145124223d3135ea4]

        tdf#73691 - add alt-x support to math
        
        At the request of bug tdf#94957, adding unicode conversion
        shortcut (alt+x) to Math also.
        
        Change-Id: I5b4d17543a819f035ade0d9a516eeef8542a286e
        Reviewed-on: https://gerrit.libreoffice.org/19323
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [d3465703c9d6f7a6277398337a5e9df3a8df0d19]

        com.sun.star.lang.Locale does not override Object.equals
        
        Change-Id: I4a443ce900252b171bd028e945971818fb2cc7ef

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [ad05955de0710a2b76fe6423d37a0a58243f1355]

        coverity#1326276 Explicit null dereferenced
        
        Change-Id: Iec9b5cbb50385e30d1fe8cda0a24285da5e15506

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [5baef3adfe47407a16f219760554ced678cb0842]

        coverity#1326266 Explicit null dereferenced
        
        Change-Id: Ic6971a9006f82528a9943f8d425389545403162a

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [21c30f6e416ba25908e9633733a09ba38b8e1a2a]

        coverity#1326262 Dereference after null check
        
        Change-Id: I2c426e140ff3fde2ffaa2c5b6fc676d8d77e6afa

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [5e5f3a3b0f58ac97fd3744cca46ed96e7031299e]

        coverity#1326261 Dereference after null check
        
        Change-Id: If6d30d9d6217917dc577b35b9d17f1cc6e4566a9

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [7c465e7f9e8b5c34a4926fb0de84de70aee8f37d]

        coverity#1326260 Explicit null dereferenced
        
        Change-Id: I75b9cb661a7a45304bf32395ad980f83621f4612

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [eacf46e60babff61370dd5e5a4d3bc73fd04d184]

        coverity#1326241 Dereference after null check
        
        Change-Id: I54c00e1d4e5ebccf141293cd97d99efeebda1083

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [585757d3fe0ae9f796042d75e38b6b1226cdd4a5]

        coverity#1326240 Explicit null dereferenced
        
        Change-Id: Ic84b5fbff0fbd7b8a750a7e40f2dffafe868b5d5

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [f1e4e73dfc55ab5a2d2e53b9e64bb012dedf5873]

        coverity#1326238 Explicit null dereferenced
        
        Change-Id: Id02dcf1a1fac22eae0a2e01596521eefee9ecbf3

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [9fd8c18948dda3559f01073996804a5ab66b34e1]

        coverity#1326237 Explicit null dereferenced
        
        Change-Id: Ic3ab796da48e28efaf1628f28b8632dd00c041b2

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [52e8a8062852c10cb8f37402a97f5475db78b472]

        coverity#1326236 Explicit null dereferenced
        
        Change-Id: Ic89c9b39f5f9c260581130da528bc0f514d4ef06

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [528d2ce57ac5736860b69d9a2f414daa79b98794]

        see if this will silence cid#1326879 FE: Test for floating point equality
        
        Change-Id: I1b5cdad7bda19c7cab19b062ad15cf67282ecefb

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [ab22d11279db912f1b69a48b0fa676972b189aea]

        coverity#1326731 Dm: Dubious method used
        
        and
        
        coverity#1326732 Dm: Dubious method used
        coverity#1326734 Dm: Dubious method used
        coverity#1326735 Dm: Dubious method used
        coverity#1326739 Dm: Dubious method used
        
        Change-Id: Id9d39decf7442b503079ebcfe8c881f0f2fe3eb3

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa8f218079e2d311927d8aaf64b03b234453fb11]

        sd search: restore start selection if nothing was found
        
        For one, if sd::Outliner::RememberStartPosition() cares about storing
        the current selection in the DrawViewShell case in maStartSelection,
        then sd::Outliner::RestoreStartPosition() should probably restore it.
        
        For another, sd::Outliner::StartSearchAndReplace() returned true in the
        "nothing was found" case, which restarted the spellchecking, which
        killed the selection. If the selection has been restored already, then
        at least don't kill it in the find case: find is read-only, so no need
        to restart the spellchecker.
        
        Change-Id: Idd886d449a9cfb164887fc6b1fde27b5e63e272b

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [c58533fe4ada618eb6121d27362f7f540f26c3c0]

        WaE: variable set but not used, in NDEBUG build
        
        Change-Id: I9c88c1a43228a98a355d8ba17b0a06de0c5418c4

2015-10-15  Michael Meeks  <michael.meeks@collabora.com>  [4421bb8eb51868cfd2d122e198382e605b370ef2]

        tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.
        
        Change-Id: I2e4d1c79f57ec048d66111ed393491b7803ee3b9

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [6cd11e4f0cd030243485e27c594c2bb04f0820ed]

        unused tests would have attempted to call dmake in a 4NT shell
        
        while discussing the recent Sputnik launch
        
        Change-Id: I2308e659fa36eba193edb8b628b0fec08aaf73af

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [e9caad9b5f39a84e24d82421cc8f360dcc1116ed]

        tdf#94924: Fix thinko from bdef079b39d273d2985d360a52597672c96b43fc
        
        Change-Id: Iadeb311c364324d26acab8a856358e0a5c5673dc

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [28ccb6d12bd5341b5f5e9cb5a6d8a60ba7543a49]

        delete child-workspace + eis long dead foo
        
        Change-Id: I33faa4b960ae78d31c026bcbd114cb7c5d5b5aea

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [f10be151884d72b632547b570812759a67fd5c46]

        tdf#94924: Add a more systematic OpenCL unit test
        
        Avoid the horrible convention of hard-coding in a C++ unit test code
        addresses of data in the spreadsheet document being tested. Instead,
        mark the expected (= as calculated by Excel) and calculated (by
        LibreOffice) formula results, rectangular blocks of data, so that the
        C++ code can easily find it, and then compare. This is much more
        flexible. No need to edit hardoded row and column numbers in the C++
        code when adding more test data.
        
        The systematic.xls file has documentation on how to maintain it.
        
        Change-Id: I4fb088fe21831dd3b3213d21916460a708aa0842

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [03eae494cfdb0c75188e6c2c85a4b59acba0ef12]

        tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args empty
        
        Used the same style as existing code, added a new virtual isMinOrMax()
        and add some special casing in Reduction::GenSlidingWindowFunction(),
        and fsim_count() and fmax_count() functions that count how many
        non-NaN numbers we actually see. As such, I am not sure at all that
        this is an ideal way to do this, but will have to do for now.
        
        Change-Id: I846a8d24f4563f8fae1a45971a4ce202ed918487

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [5e0e953f8f8fc5b27db8421ba15e33cfa664fb7a]

        tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL case
        
        Change-Id: If7326fd1242d90ff92e62d141714960476198605

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [d67262fb540114b2c29d19cfd4075cc7faa20d74]

        tdf#94924: Fix handling of empty cells in OpenCL division
        
        Not sure why the code from f5e7207053b857b6903a0ab9c161bed9ad7bcee9
        did not produce correct results any longer. Anyway, now OpenCL
        division works right in case of empty or zero cells.
        
        Clearly I need to add unit tests to make sure this stuff keeps
        working. In later commits.
        
        Change-Id: I93b787ad5da453af1601768308fb614a332ed142

2015-10-15  Tor Lillqvist  <tml@collabora.com>  [bdef079b39d273d2985d360a52597672c96b43fc]

        tdf#94924: Fix handling of empty cells in OpenCL subtraction
        
        We get correct result by simplifying the code;)
        
        No need to have the outer "if (gid0 < X)" test around the calculation
        code generated by Reduction::GenSlidingWindowFunction(). The lhs and
        rhs check the gid0 range themselves and that leads to the desired
        result for subtraction.
        
        While fixing this I noticed that the handling of empty cells in
        division is also wrong. Will fix in another commit.
        
        Change-Id: Ia45bd81e692a17b0453cc79cd4673a00e119562a

2015-10-15  Michael Meeks  <michael.meeks@collabora.com>  [e5155848e41dfa528b91f068358e0b613b713979]

        tdf#93044 - fix silly calc copy/paste lifecycle issue.
        
        Change-Id: Ic3d26f45251ff27bacd572f0cb7a7aadf091e808

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [ae0bfef96ae4857d57268fcb00285cad4802b05b]

        coverity#1326728 USELESS_STRING: Useless/non-informative string generated
        
        Change-Id: I264d7d89f0f8a420d04081541bf0a8a4708c9b58

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [a97b102ea0687eab9d2c1d49f90b197ebae7273f]

        coverity#1326201 Explicit null dereferenced
        
        Change-Id: Idda78e546db90e939a87ac5ef27363809ce41697

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [71d5fe742eaa10b0fab39cc1a9614fa004a2dfa0]

        coverity#1326133 Logically dead code
        
        Change-Id: Idc10cfed44636213693fb0e7c859c5b1ffccd4e1

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [f0f747015a3c94a607d82848e9b2ce9338a32bcd]

        coverity#1326289 Explicit null dereferenced
        
        Change-Id: Ib634ce5ef43748f039e2bd9610398267b19c919a

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [eea7e0cb552ff0cd28e53c1efa7caa839a988718]

        coverity#1326288 Explicit null dereferenced
        
        Change-Id: Id4426ece2407f298dea157ff1034c6d15dcd9139

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [4f4667da482e5b8b4552bab55db66c81bdc17015]

        coverity#1326287 Explicit null dereferenced
        
        Change-Id: I6b2f8beb25cb5743db9d5f0b92dfce723c6d89e5

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [abe51680360ad0d7fc67862b80f406d484bcf0a4]

        coverity#1326285 Dereference after null check
        
        Change-Id: I20c0cf4ad14252fdbf9a73c7675a0704e8a03823

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [5513e1cff5953865aee4111c9adab8765ab18cdb]

        coverity#1326282 Explicit null dereferenced
        
        Change-Id: I1845d3e5c898e2e4bb929d723171e1cc79d57c4e

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [a5560a555016870a8331e9d39a9dce5927c80c93]

        coverity#1326281 Dereference after null check
        
        Change-Id: Iafb8c9fc0238d99c446aa2d0d0e03bda133b3554

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [0db3357d63ca9696329cd0ef1f62f52dc99ef894]

        coverity#1326277 Explicit null dereferenced
        
        Change-Id: I6acf72b623eb2211edc6e5a5c1f84acb6964620b

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [80362fc247c26c07c8e0194d45ea5b79df73882b]

        coverity#1326278 Explicit null dereferenced
        
        Change-Id: Idc7f4d852a10e4943beca1f1986dc8e7cf2354d5

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [d25837925d6d35073d71a59acb91182afce3e8df]

        coverity#1326279 Explicit null dereferenced
        
        Change-Id: I93ee4300bb642ca2fe032a1763c0cb36ae51bd3e

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [097393dcbfaa68f819144f53ed7edb4fe783d216]

        coverity#1326269 Dereference after null check
        
        Change-Id: I928883cae95fbeba54913dfa2acc429ad15f336d

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [16998c6ab4a7644333a04e614884fc823fb503bc]

        coverity#1327172 UrF: Unread field
        
        Change-Id: Iad3c349b3f66a5bba281b33de9ca689dd5015a83

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [940c9ef2c00485b46eaf6a7d0d0f4d18457c4fc3]

        coverity#1326405 Dereference null return value
        
        Change-Id: I278c7c2516fde01355abe3030733a5798e1c96c2

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [9c819f14ceef683c6921f24945a506f1a09c86ce]

        coverity#1327174 UuF: Unused field
        
        Change-Id: I49d864b0449a78bb0ba187015debb8cc584407e0

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [8eafe90dd5adc1cf509c3461faea5781e00aee50]

        coverity#1326409 Dereference null return value
        
        Change-Id: I960c4ad4ffe4f0e86f3d1f0fb364296f31bf9d92

2015-10-15  Noel Grandin  <noel@peralex.com>  [0e8a40e8b8c883611b6d34e47dc6e33ba60e0f91]

        calling IsSet() before Call() on Link<> is unnecessary
        
        the Call() already does a check
        
        Found with:
        git grep -A 1 -w 'IsSet()'
            | grep -B 1 '.Call('
            | grep ':'
            | cut -d ':' -f 1
        
        Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [cfc7307a23eed561152c1b016cd0ec22bc7af145]

        Properly wrap macro expressions in parentheses
        
        Change-Id: I2298b113f3ed1b2a715808dc8f9f906702e16485

2015-10-15  Noel Grandin  <noel@peralex.com>  [fd7613f07fc9ec06358e266aa4cc03c5fd5c664f]

        cid#1327101 UrF: Unread field
        
        Change-Id: I0245bfc1a4a1516fe45fdc69d2df98e09218a9cf

2015-10-15  Noel Grandin  <noel@peralex.com>  [9b65ce577165426f10db31429ff816c34d9b0539]

        cid#1327100 UrF: Unread field
        
        Change-Id: I443e37567e9907b06cd75af7ba84f00a40584b08

2015-10-15  Noel Grandin  <noel@peralex.com>  [d6457789968e8731f86454579d3c5febed1e53c9]

        cid#1327099 UrF: Unread field
        
        Change-Id: I3dfa6d8c780db88e1b195415ae2035a6e6b0cf4c

2015-10-15  Noel Grandin  <noel@peralex.com>  [8704aa88d3291074e9435e0adb4b6c6e26c6a194]

        cid#1327098 UrF: Unread field
        
        Change-Id: I085fc6e31a387e81f9afb80b9054a47f5ffbbee3

2015-10-15  Noel Grandin  <noel@peralex.com>  [454aa71cdd299773ebac7ccb6d6b8d64d27c86fd]

        cid#1327097 UrF: Unread field
        
        Change-Id: I37fc97591a653ec298e66edd676b8556c78d99a1

2015-10-15  Noel Grandin  <noel@peralex.com>  [4f4cf9e30306937e67d79bfd776dabfe25f02f39]

        cid#1327095 UrF: Unread field
        
        Change-Id: I4d2a1feabe553003ef992422b4d50def992b08f2

2015-10-15  Noel Grandin  <noel@peralex.com>  [8beb89c3f2895030d0bfa25ea0da5c6429819f2f]

        cid#1327094 UrF: Unread field
        
        Change-Id: I90cc21cc089725507e7bbdf373466f7fc51993b1

2015-10-15  Noel Grandin  <noel@peralex.com>  [f417fea70d83105dc575b1b5f3f9a38ca643766b]

        cid#1327093 UrF: Unread field
        
        Change-Id: Id6b91dcbfafb798b62feeb65e7d1b6a5d608d1c8

2015-10-15  Noel Grandin  <noel@peralex.com>  [fac24cd6ff75f3e64c760fd511b4d92a5476991c]

        cid#1326571 and cid#1326572 Unused value
        
        Change-Id: I0e984135a5abf918ba556c700ffa111097fd48c1

2015-10-15  Noel Grandin  <noel@peralex.com>  [480dda56950d01bbfb7ea6a00b826bb794bf4cae]

        cid#1326570 Unused value
        
        Change-Id: I377671a552764e39f0f651c03949c99005084dcb

2015-10-15  Noel Grandin  <noel@peralex.com>  [9edbcbe137411fb00f0e2d8eae8a682fb634c32d]

        cid#1326569 Unused value
        
        Change-Id: I7a945e0d299eaf20f8245c6697959885f4ef4ade

2015-10-15  Noel Grandin  <noel@peralex.com>  [846135c4c9eaedd18b2e01826860337c1b269664]

        use AtomicInteger for _life_count
        
        (cid#1326323 Unguarded read)
        Just switch this to an AtomicInteger, it's cheaper, and doesn't require synchronization,
        so less chance of a deadlock.
        
        This is an API change since this is a protected field in a public class, but anyone
        messing with the internals of this class should have known better.
        
        Change-Id: Idafc760c2e9d83442b8209ad23d180acb8dccb20

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [874122a6663c92df5b0441355b17c596bb524b06]

        loplugin:vclwidgets
        
        Change-Id: I2e73a85a3d8cab0a73c8c776d7406d99411d95d0

2015-10-15  Jan Holesovsky  <kendy@collabora.com>  [8c1014021dbe9da2e18233d215b970f5359db67b]

        vcl: Initial NotebookBar implementation.
        
        See https://wiki.documentfoundation.org/Development/NotebookBar
        
        Change-Id: I91535c13d68261f7195989ec78bd305cf572c87c

2015-10-15  Noel Grandin  <noel@peralex.com>  [74dbe58f1e5b6f4f281e13f348c8952b1086877a]

        convert Link<> to typed
        
        Change-Id: I2ef1e5fe5c6dc65c254b3a16b0b12fca5caba16e

2015-10-15  Andras Timar  <andras.timar@collabora.com>  [fa21f301ddef575baad9a3aa8564199285e6d90b]

        Updated core Project: dictionaries  c0bdbe9e78f112d6e405b9e78599e3290dba44c4
        
        Update pt_PT dictionary to version 15.10.3.1
        
        Change-Id: I8017c128c099f971cbee4d9517d11a6616939d5e
        

2015-10-15  Caolán McNamara  <caolanm@redhat.com>  [5d5e14e97eafa22280250d5dab95c3228c68fb9a]

        coverity#1326899 HE: Equal objects must have equal hashcodes
        
        and...
        
        coverity#1326898 HE: Equal objects must have equal hashcodes
        coverity#1326897 HE: Equal objects must have equal hashcodes
        coverity#1326896 HE: Equal objects must have equal hashcodes
        coverity#1326895 HE: Equal objects must have equal hashcodes
        
        Change-Id: Ic9cb7542c1bf0608a97e5b4756b737cdf1bb4bd8

2015-10-15  Noel Grandin  <noel@peralex.com>  [99b21cc9f3f32284061be255f437b2954a7aada0]

        convert Link<> to typed
        
        Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [c837bfda8c646fe2f7ff789032dd9a6ee6fd396f]

        Always restrict FAR_AWAY to 32 bit
        
        ...as at least running CppunitTest_sw_ww8export under UBSan (in a 64 bit env.)
        revealed a case where a SdrHdl instance's aPos is (FAR_AWAY, FAR_AWAY), and that
        value is then used in computations that pass those FAR_AWAY values first through
        a double-based basegfx::B2DRange and then (in
        OverlayManagerBuffered::invalidateRange,
        svx/source/sdr/overlay/overlaymanagerbuffered.cxx) into a sal_Int32-based
        basegfx::B2IPoint, causing undefined behavior due to overflow:
        
        > svx/source/sdr/overlay/overlaymanagerbuffered.cxx:463:36: runtime error: value 6.14891e+17 is outside the range of representable values of type 'int'
        >  sdr::overlay::OverlayManagerBuffered::invalidateRange(basegfx::B2DRange const&) svx/source/sdr/overlay/overlaymanagerbuffered.cxx:463:36
        >  sdr::overlay::OverlayManager::impApplyAddActions(sdr::overlay::OverlayObject&) svx/source/sdr/overlay/overlaymanager.cxx:206:13
        >  sdr::overlay::OverlayManager::add(sdr::overlay::OverlayObject&) svx/source/sdr/overlay/overlaymanager.cxx:277:13
        >  SdrHdl::CreateB2dIAObject() svx/source/svdraw/svdhdl.cxx:631:29
        >  SdrHdl::Touch() svx/source/svdraw/svdhdl.cxx:398:5
        >  SdrHdl::SetHdlList(SdrHdlList*) svx/source/svdraw/svdhdl.cxx:379:9
        >  SdrHdlList::AddHdl(SdrHdl*, bool) svx/source/svdraw/svdhdl.cxx:2196:9
        >  SdrMarkView::SetMarkHandles() svx/source/svdraw/svdmrkv.cxx:780:47
        >  SdrDragView::SetMarkHandles() svx/source/svdraw/svddrgv.cxx:892:5
        >  SdrMarkView::AdjustMarkHdl() svx/source/svdraw/svdmrkv.cxx:1971:5
        >  SdrMarkView::MarkObj(SdrObject*, SdrPageView*, bool, bool) svx/source/svdraw/svdmrkv.cxx:1600:13
        >  SwFEShell::SelectFlyFrm(SwFlyFrm&, bool) sw/source/core/frmedt/fefly1.cxx:249:9
        >  SwFEShell::NewFlyFrm(SfxItemSet const&, bool, SwFrameFormat*) sw/source/core/frmedt/fefly1.cxx:752:13
        >  SwFlyFrmAttrMgr::InsertFlyFrm() sw/source/uibase/frmdlg/frmmgr.cxx:166:22
        >  SwFlyFrmAttrMgr::InsertFlyFrm(RndStdIds, Point const&, Size const&, bool) sw/source/uibase/frmdlg/frmmgr.cxx:199:5
        >  SwModule::InsertEnv(SfxRequest&) sw/source/uibase/app/appenv.cxx:433:13
        >  SwModule::ExecOther(SfxRequest&) sw/source/uibase/app/apphdl.cxx:625:13
        >  Test::postLoad(char const*) sw/qa/extras/ww8export/ww8export.cxx:79:13
        >  SwModelTestBase::executeImportExportImportTest(char const*) sw/qa/extras/inc/swmodeltestbase.hxx:216:9
        >  testTdf94386::Import_Export_Import() sw/qa/extras/ww8export/ww8export.cxx:571:1
        
        Change-Id: I4a8dfda252c31600b76d77b6e2b3bb8758326d47

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [d30f5bc3e65463f28c3087acad6f88e12d60e53b]

        lok::Document::paintTile: fix non-rectangular tiles wrt. transparency
        
        When copying the alpha channel, the offset was incorrect when canvas
        width/height did not equal.
        
        Change-Id: If0ab3ec7a4ad4dd958419b566fd473732965cfda

2015-10-15  Noel Grandin  <noel@peralex.com>  [396da96d27077ffb0ce670dc28ed24c3f7427e06]

        cid#1326117 Unchecked return value
        
        Change-Id: Ieaa1875a8731b5339d4ebf032b3f724ff889903f

2015-10-15  Noel Grandin  <noel@peralex.com>  [06907141b9f47df4c179be4c0d06b62fecf74528]

        cid#1326116 Unchecked return value
        
        Change-Id: If33ea9c4e4388cc1b7d15847f32dd2228b047363

2015-10-15  Noel Grandin  <noel@peralex.com>  [bc492df7132d25d221fb44a24409a393ae6aa6ff]

        cid#1326115 Unchecked return value
        
        and drop some truly bizarre and unnecessary code
        
        Change-Id: I105ba8784b6c4179a3cd7ad5bf9a250fd680d64a

2015-10-15  Noel Grandin  <noel@peralex.com>  [a1624a8ecd933f9efde940eea8ac0cc1db63cd5d]

        cid#1327023 to cid#1327077 SIC: Inner class could be made static
        
        Change-Id: I41f89c4feefe4e012d72c663ebb9bbcb4aa7f163

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [301764855ed9f4a4c28b98013361f7174e0f7c7b]

        com.sun.star.table.BorderLine is already handled further up
        
        Change-Id: I104c778e107259904fa4a830d3685a6506250fbb

2015-10-15  Stephan Bergmann  <sbergman@redhat.com>  [366e1238bd41eecf6727784402592fd5c278fe8f]

        [API CHANGE] Remove deprecated com.sun.star.uno.Union class
        
        ...which had never been useful for anything, as UNOIDL does not have a union
        concept.  In light of coverity#1327215 "UwF: Unwritten field," seems cleaner to
        just remove that class completely than to silence that somewhat bogus (as the
        class is non-final, so derivations could actually set m_value) Coverity warning.
        
        Change-Id: Iaef9003a84e2c2f73adb2744bd759460cb149f68

2015-10-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3d94dab1bd7878305923b695425cc13283a52253]

        Revert "tdf#94994 Enable auto-numbering by default"
        
        After discussion with Design team, we don't want this enabled by default,
        unless we fix some things so this is less obtrusive
        
        This reverts commit beb8d01d32bafac3a96f9f28bf93b58985e524dd.

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [1956b50e3b4c63a913151fd21d21c42cd288173d]

        android: show flat ODS files in the doc browser
        
        I forgot about this when I enabled other Calc file types in
        07997cba7745997d7e2ed908a8764ba1f0777f1e (android: adapt doc browser to
        updated manifest that accepts Calc documents, 2015-01-19).
        
        Change-Id: Iabacffbfc09d806f09bc7e0f9307830bda8ebbe1

2015-10-15  Noel Grandin  <noelgrandin@gmail.com>  [b4b7703e4335460cf48bfd6440f116359994c8ff]

        cppcheck:variableScope
        
        Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884
        Reviewed-on: https://gerrit.libreoffice.org/19364
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-15  Noel Grandin  <noel@peralex.com>  [90d82f73b89d8a0b0b13d224dbd1a741a10a7fd9]

        loplugin:unreffun
        
        Change-Id: If9ca3e2d88d1b0dee57531ed954ba4895fb37fe3

2015-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [73df84ef265346b0e9e5d7c375bf13a8ed4b2a86]

        CppunitTest_sw_ww8import: SAL_OVERRIDE -> override
        
        Change-Id: Ibc7a9ec036317ced9fa09805b08669e6a01f8908

2015-10-15  Noel Grandin  <noel@peralex.com>  [6f596fe57d2c557c09acc83d26c2ff30c556b53c]

        cid#1326507 Resource leak
        
        Change-Id: If4bf5978fca921860d44421e17dd4f3d772d1c22

2015-10-15  Noel Grandin  <noel@peralex.com>  [7007bc3134fa9446853d99f8b08637874875a2f6]

        cid#1326359 Nesting level does not match indentation
        
        Change-Id: Ic62811bbcb0d1365ee5623943273c834a614b895

2015-10-15  Noel Grandin  <noel@peralex.com>  [a5ef59d4e0d5fcb3516834132940dd9f62ed855a]

        cid#1326132 Logically dead code
        
        Change-Id: I4bab8a3fd8532865086d664062ce45ebdf4373f0

2015-10-15  Noel Grandin  <noel@peralex.com>  [11f40bfae492a7f2fff211699e7033ffdeb264e6]

        cid#1326900 IM: Questionable integer math
        
        Change-Id: I6f8de37216f0f9d015e17b0bf1f1b1c1492275cf

2015-10-15  Daniel Robertson  <danlrobertson89@gmail.com>  [39c7826c814fb8043942f5d9e1f1f049641865e8]

        tdf#93243 slideshow: boost::bind -> C++11 lambdas
        
        Replace boost::bind with C++11 lambdas. In addition, replace the use of
        FuncT::result_type in ListenerOperations::notifyAllListeners with a less
        type specific means of determining the return type of the function to be
        applied in order to allow for the use of C++11 lambdas.
        
        Change-Id: I1035be976e542d8b5bbd451c473a896d91ed66ca
        Reviewed-on: https://gerrit.libreoffice.org/19314
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-15  Noel Grandin  <noel@peralex.com>  [4b55c28940d741e53648115a9cfb58f2d6db38a5]

        simplify the way we override behaviour here
        
        just send everything via callModifiedHdl()
        
        Change-Id: I011df1d1c376deae962b465e4a27e98af968de6f

2015-10-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [aa2886cf7d86175fead49a038b16a77a982a777f]

        update credits
        
        Change-Id: Iac825646e33cb40f7d8a1c1aa6a3e67f3aac5980

2015-10-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b6fe593c8a60cc689e1bbb4d92d7cad89785be0d]

        tdf#93318 reintroduce first/last button in Calc tab bar
        
        Seems that first/last button are still useful when there are a lot
        of tabs. Using ctrl+click is not discoverable enough for the users
        so for now bring the buttons back.
        Also turn on enabling/disabling buttons when they have some
        effect (this was turned off for Calc for unknown reasons).
        
        Change-Id: I6bbb04d44066ebc6b89fe3d941ecafdbb378284a

2015-10-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6ea647924d57da308b273242db72ae571acbc3c8]

        make test more readable - use Primitive2DSequence
        
        Change-Id: I8e49fce5a4d8f5b46b9bd1dd3f71a8c7dc90c20d

2015-10-14  Matthias Freund  <matti_lx@secure.mailbox.org>  [0b0c34c0cd687b3dd7a656fadd6981631deafefa]

        Breeze Icon: add missing linked file - fixed
        
        Change-Id: I7e993bda82bffcc51ae4181eb73e614c0f743349
        Reviewed-on: https://gerrit.libreoffice.org/19379
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-14  Matthias Freund  <matti_lx@secure.mailbox.org>  [686fa7e26eb6a141bfa125592088487c8ea10a2d]

        tdf#75256 Sifr icons for the startcenter part 3
        
        Jay Philips suggested me to round up the folder icon.
        And a new remote-documents icon (with a cloud).
        
        Change-Id: I3852fd012aea92812daaad69dff11d862841b046
        Reviewed-on: https://gerrit.libreoffice.org/19175
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-14  Michael Meeks  <michael.meeks@collabora.com>  [866909c1db1c81fc6b64184bbc715766a09e2d4b]

        Improve performance by using the ScCalcOptions for OpenCL.
        
        Use the new configurationlistener to track the relevant setting.
        
        Change-Id: I9decea55df25f7eb34cd2fef94743d1907360d16
        Reviewed-on: https://gerrit.libreoffice.org/19377
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8840a66faceb5ebff2e6021e9b14da691d420234]

        allow using Android Studio with lldb to debug native part
        
        and of course also for the Java part
        
        Using build-id linker flag allows lldb to map the installed .so to the
        non-stripped version on the buildhost.
        
        Also ndk-gdb supports specifying a different package name on the
        commandline, so no need for the error in configure anymore.
        
        Change-Id: If6887a27cc8ab15ee6ab612502cacf0a22ade737

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [2d2d5d1a704aa6827657a73b395620009b04b3ea]

        fix SwIndex assert on fdo66692-2.doc
        
        Change-Id: Ic3330817809727bfa2293ba74dcd7f5a25683dae

2015-10-14  Tor Lillqvist  <tml@collabora.com>  [f0f6077dc51a20dfa0387d4e68eb677e50ab76cd]

        WaE: loplugin:staticmethods
        
        Change-Id: I2dd4ace6d884ba59820814e23a8e55d9b0e60ef6

2015-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bfab2004b38f10706d1d2c5b69f68a0bca93bb4c]

        fix build against glib < 2.36 (w/o gmenu) again
        
        Change-Id: I01a76e0cf19e11609a2f414bf754f3034b298b2d

2015-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [642204067c6217190074a560106b3e238c9d9a73]

        fix build against glib < 2.36 (w/o gmenu)
        
        Change-Id: Ia60195d48717dc87c8a8a5753477604cbdd0c79e

2015-10-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c9bcb29f3b733a1230f78e7a03aac1a02d856cf7]

        bring Unity menues to gtk3 too
        
        Change-Id: I4eb9f4bf423febce89635654c0cf1199b79d6fb8

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [3a9eabc9a1959ef08a85001991a940ddf01d9afb]

        coverity#1327177 UuF: Unused field
        
        Change-Id: I6f09015a33410e700562a87c0cf51195cbd63172

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [03682b59b7a5ab4c8d77d7d35d0629d13f7d470f]

        coverity#1327176 UuF: Unused field
        
        Change-Id: I754e1cbe9f6ed5c83b79771f99728ef317cfbe0a

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [7e6bdb96b3a9622eff06185753ccab921a13c6cc]

        coverity#1327175 UuF: Unused field
        
        Change-Id: Ied5b03efadef550e653b7ffa861ada068ea6ba34

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [ad42f13d02cf6500f9906b25247d1ab6ae86211e]

        coverity#1327173 UuF: Unused field
        
        Change-Id: I9d5393ec87c46bca28d13ea12ae73d5186443c38

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [12460183d3e6eb5103a95c771c3bee49bca4155d]

        coverity#1327163 UrF: Unread field
        
        Change-Id: If919721a1987798f7ca612f408125d77130112ba

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [3059bc800a6211e8b4b66c92727162b60b621867]

        coverity#1327164 UrF: Unread field
        
        Change-Id: Ib0576691b01830f25e38444efdb2442ca85ba2ca

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [9fd1338d6a6e4778ba636f24fb22ba4102f16293]

        Make _XCloneable.checkImplementationID return a useful value again
        
        ...it happened to return a value that would match one's expectaions until
        f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d "cid#1326854 EC: Comparing incompatible
        types for equality" fixed the method but failed to also straighten its odd
        return value.
        
        Change-Id: I9b98be8c86a176fec37505d4337b708ac9bbf5de

2015-10-14  Noel Grandin  <noel@peralex.com>  [3cc4b81b76a1f6a876bd9af7b99359b21652b439]

        java:using "this" with a static field makes no sense
        
        Change-Id: I79a38ff2ec50d3a3687cac7ed7688bbbcaf2208c

2015-10-14  Noel Grandin  <noel@peralex.com>  [ee3ebedbae54e80dfac53ed946153a6203a5331b]

        java:remove unused imports
        
        Change-Id: I9529bf81dcfcd6761485af5d66789c1a9a83eeec

2015-10-14  Noel Grandin  <noel@peralex.com>  [5ca9d3e67e14519179e52eec50aaa59689b8d432]

        cid#1326855 EC: Comparing incompatible types for equality
        
        Change-Id: I3f23e25e449e85176a092400d14e7b6fbf78b588

2015-10-14  Noel Grandin  <noel@peralex.com>  [f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d]

        cid#1326854 EC: Comparing incompatible types for equality
        
        Change-Id: Ifc2b655bdb8dc361dd051be5b8b29fe6dee55ff2

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [360e139ea6ebb13630dac644e95f850e21cf9ba2]

        coverity#1326130 Logically dead code
        
        Change-Id: I77453452183c0f3cb9b3a03c37142264d49a7d3a

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [f3b97a1e8dbe65873af3a7420b4cdd6e1a919307]

        coverity#735879 Dereference after null check
        
        Change-Id: I2a0fa04be569ae567719a8829b42796eadff28b6

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [98cd13b114883d2bbdb07cc57e5e91b18194083e]

        coverity#735880 Dereference after null check
        
        Change-Id: Id7bc74352d6808a074fe227e11f998e95a050329

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [94d3b93dd8985f64694478921c65569649094593]

        coverity#7359793 Unchecked dynamic_cast
        
        Change-Id: Ie3564a98078464b98ab4ef6f1aa87544dbcebe6c

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [5d370cddc61cdc46597ac523a6b842f43c30a743]

        coverity#7359796 Unchecked dynamic_cast
        
        Change-Id: Ic8ce96e0e1bcec279b15fd6bc81426bcb25b8c96

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [f5733be2365312698c7599730f78d70d68fc5f78]

        coverity#7359797 Unchecked dynamic_cast
        
        Change-Id: Ib91d29da570f81879c8afc1e0fc035f2cfe52c9b

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [eac7e540d1caa6526d4e5b00c335e2c4e0839585]

        coverity#7359798 Unchecked dynamic_cast
        
        Change-Id: I6851ec09bb8ed6134fd1cfe3aa830f5557efdc8d

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [025be45eb126c65db5eed301cd623cffcf726efd]

        coverity#735979 Unchecked dynamic_cast
        
        Change-Id: Id1739bdb702b9ae7002f8ddcd06e47babad8b8c3

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [e00d88cb397374c7891850d4a447a9c477acb022]

        coverity#735980 Unchecked dynamic_cast
        
        Change-Id: I7aa14ff4c89676b41c5d96a75dfd1bcd60eccf80

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [90992d512cf4c8c83a02c329d7ac9757c8c3cfce]

        coverity#736798 Dereference before null check
        
        Change-Id: I44402f7c644d60e2166956ca5f98955cc73e5bab

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [4920bbf768d893e0e0cbf5651f7ad30d11f817fc]

        coverity#736803 Dereference before null check
        
        Change-Id: I0bdd28c1f43da999ae2bd35d45c1958061f90c07

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [84ca5c4c619c4c6150dc278aa87c496cfb2e54d8]

        coverity#736804 Dereference before null check
        
        Change-Id: If4b656ccea684fda64a3f93f5b6729c713be48b0

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [696b3dc65ba7033385cf50ec1b28e415be113002]

        coverity#736826 Dereference before null check
        
        Change-Id: I155f952f5eda086e3d134b387514968f67de4910

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [d9bb7014947724b5cbda4aa8a0b824407b57b678]

        coverity#1326568 Unused value
        
        Change-Id: Idf1efef484d3a89bd56ba9a6807d4191ef95cb41

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [6946b688f6a08fc13b13890891fb39cdc7c59f01]

        coverity#1327113 UrF: Unread field
        
        Change-Id: I4cc7faaf0ac74c4e1baa2e978d8dea9bc8d7b6d0

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [d46134e55bdfb60ea2a972d7a2a6e2a2dd5db056]

        coverity#1327178 UuF: Unused field
        
        Change-Id: Ie9ed1f86a3a51d766987d631605dc561e9748f99

2015-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [beb8d01d32bafac3a96f9f28bf93b58985e524dd]

        tdf#94994 Enable auto-numbering by default
        
        This reverts effe82efb67a3b444c3be5f978aef82b8e709165
        
        Change-Id: I568dacd905731228c8acefd90c1c0d9c664f3938

2015-10-14  Noel Grandin  <noel@peralex.com>  [8368a6ec4cd20d5a67d119199e130b9673625986]

        cid#1326853 EC: Comparing incompatible types for equality
        
        Change-Id: Idcb934cb8dcc89558e474ccff79ce7c1eff7da23

2015-10-14  Noel Grandin  <noel@peralex.com>  [f1a3cea1532a5269da0b224fa2d3c51cafdf8ed7]

        cid#1326849 to cid#1326852 EC: Comparing incompatible types for equality
        
        Change-Id: I11100f394652e6c73b0dce0150c2859ce0aa0073

2015-10-14  Noel Grandin  <noel@peralex.com>  [8343267884de708b9a4cb07a48bb5392477c690f]

        cid#1326748 Dm: Dubious method used
        
        Change-Id: I65aeab2e0d726b09c86789c90cc5d56dc5098bf3

2015-10-14  Noel Grandin  <noel@peralex.com>  [7974269a84ebf2f1264a0964155d23f9885b1808]

        cid#1326733 Dm: Dubious method used
        
        there is no point in re-decoding a Java String object, it is already
        UTF-16
        
        Change-Id: Iedc59d457422d32b306782f24cac9b6c2f6b04fe

2015-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad280b67f8fda8f832a6a83bc5665df448c6ad00]

        LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payload
        
        Without that, the result in Calc/Impress is ambiguous.
        
        Change-Id: I8dfd8dafc996102ed583688fddd721c7600dc48c

2015-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd1fc2242a64a0b9ae8031a5edc7ecfcde4ec3df]

        sd tiled rendering: search rectangle is part-specific
        
        Change-Id: I88865db539779bc401550d7b4a3729b89d7e18b1

2015-10-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1e5b125e8c432bdbb98655648f759732d5652f96]

        Updated core Project: help  f3774406c28c3b0f4fc7a3a1dd8fe725e2001b69
        
        Fix Help menu item to match its actual name
        
        Kudos to Sveinn, who noticed the mismatch.
        
        Change-Id: I7dc020c8d4c05e6adae8f6b4f2141a014871a71c
        

2015-10-14  Lionel Elie Mamane  <lionel@mamane.lu>  [eb33ef931a635d2d706e2ec4abec3f5a7a24674a]

        tdf#93390 correctly handle back-and-forth between numeric and text value
        
        Change-Id: I06711afd5d668816608661f0fe433efd93fef99e

2015-10-14  Yousuf Philips  <philipz85@hotmail.com>  [96983b2a2cad767cb3bfd77ce60acfe31402dd9c]

        Output all links.txt icons pointing to other icons in one go
        
        Change-Id: I9fa031c84157d573a63c9e31458ba578618e1596
        Reviewed-on: https://gerrit.libreoffice.org/19350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-14  Eike Rathke  <erack@redhat.com>  [f10d88b436383beebf5cbc7387fa23f6e7d8f919]

        unit test for tdf#94514
        
        Change-Id: I36f3eb19c096b838969ddd5ff10470f2c2e2f18f

2015-10-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7df1b63be25d7b7eaeccb3b13a81b4370240bc10]

        add warning with install command when android support repository is missing
        
        Change-Id: I21f4bc6fe6cb10e57c45880a4b6d1be2e4fb88d2

2015-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [ea11587a750023806a884c2b74ae728fb60340d5]

        tdf#95041 Fix more sidebar node names
        
        Change-Id: I79e7755ecd6d4e1a331680337742629da52fed0c

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [f8eaeb8adeccdf304fde0b51bfc2ef3a545e60be]

        Assume util.ValueComparer.equalValue is precise enough here
        
        ...in this poorly understood legacy qadevOOo code
        
        Change-Id: Ic1322ecd4092c4be37a8ffe338b7b5a98397ee1f

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [6df1e4dd3d9ddd43b1537f80dcd68516fd3252a7]

        coverity#1327196 UwF: Unwritten field
        
        Change-Id: I1847457bccaa7bd074127395367b080f0b376b12

2015-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [64c8bf922dbd938f6c53a61410317242cd3962aa]

        tdf#95041 Fix sidebar node names
        
        Change-Id: I3435de44e04268dc557faedba944c2c33385b89c

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [e75701ce9efba6320ed286ffbe8dd6f87d15b902]

        coverity#1327210 UwF: Unwritten field
        
        Change-Id: I1021bd43a93b9b7f1b4e0f73f75e7a7f7c52b857

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [5affc580f401614851f21487d4b4932eb25decff]

        coverity#1327211 UwF: Unwritten field
        
        Change-Id: Id210a19ea068aadcf1316a1c184769ba75e1cf70

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [2fd8707ff2f63750dbe3e51f5ea446620d24e920]

        coverity#1327212 UwF: Unwritten field
        
        Change-Id: Id5ba80b5f2b9d4d201dce57ba165e1a70dc1ba3d

2015-10-14  Noel Grandin  <noel@peralex.com>  [977ac8ae64b9363ec56d7f2c56f40d2325f8b756]

        cid#1326363 Data race condition
        
        Change-Id: I149d857ee9e51df72e91981185ff0970e7f63ca5

2015-10-14  Noel Grandin  <noel@peralex.com>  [43cbaac5b96897295e3e97d2677e9087dc0fa11c]

        cid#1326361 Data race condition
        
        Change-Id: Ia61737232d816bb05f3aedbe76e7905262906a79

2015-10-14  Noel Grandin  <noel@peralex.com>  [62289290415ae46800d703352e87c5b8f7807552]

        cid#1326360 Data race condition
        
        Change-Id: Ie7af8c5e5d96b74faab18fd82355a0ab0ecc4f65

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [8fb3808f555ad5b5c66cb894f9402647ca9ba341]

        These places apparently want to unbox a value boxed as an Any
        
        ...but what the original code would have done is try to unbox as an Any again,
        which would throw IllegalArgumentException.  As the unboxed value would only be
        used for printing to System.out (and Any.toString result is just fine), just
        don't bother to unbox at all.  (In the second place, the oldValue result would
        further be used in a util.ValueComparer.equalValue call, but that internally
        takes care of correctly unboxing its arguments, anyway.)
        
        Change-Id: I6802d1acd787f19346f66b418372be1701f69139

2015-10-14  Noel Grandin  <noel@peralex.com>  [3c496d8042614718042e46b66e32e860a39abac1]

        cid#1326716,cid#1326717 DLS: Dead local store
        
        and clean up the method a little
        
        Change-Id: Iaa27bcd20a5b5b1b2b14f277371c5a013ae5d339

2015-10-14  Noel Grandin  <noel@peralex.com>  [f3ef91fde2994db54eec9a1323d4d9cf91b991f2]

        cid#1326683 DLS: Dead local store
        
        Change-Id: I797faf679ec5c6a27570d1dd5ac0aa2c480cf56d

2015-10-14  Noel Grandin  <noel@peralex.com>  [5ac427963ab45af356ba0aa9da006847e0c7b32e]

        cid#1326682 DLS: Dead local store
        
        Change-Id: I9dba5d1eb710ab21258ca19789274ca1b75e53ca

2015-10-14  Noel Grandin  <noel@peralex.com>  [8f60da0a29744d456cb074af05aeb4b40d1774fa]

        cid#1326681 DLS: Dead local store
        
        and clean up the return value, no need to return a TypeInfo when all we
        need is a boolean
        
        Change-Id: I0909c2b96762870d753c22ab5056e718af56d75b

2015-10-14  Noel Grandin  <noel@peralex.com>  [e96cb6c01ec175b9bd97341ded3e9e8e415a4110]

        cid#1326680 DLS: Dead local store
        
        Change-Id: I8e1ffdfe4d20664b7c97eb2a33b570aea9b19ccf

2015-10-14  Noel Grandin  <noel@peralex.com>  [7f7ca604c31a13c06d13bcce9728f4d73f8147e5]

        cid#1326679 DLS: Dead local store
        
        Change-Id: I87748b6af4731e5c774962a7a26b008385146a5f

2015-10-14  Noel Grandin  <noel@peralex.com>  [bcfc1fd1488b6e960e9f617893667e8aa4dabbd2]

        cid#1326675 DLS: Dead local store
        
        Change-Id: I73cfe079b6d2e3c80f260e01c7150894ae0f4bb7

2015-10-14  Noel Grandin  <noel@peralex.com>  [fb451a14c0530b3b8a434a0746be2b82cd44ad17]

        cid#1326674 DLS: Dead local store
        
        Change-Id: I8168d3703022c9a1baed6e82c43a04ffa0ca52c0

2015-10-14  Noel Grandin  <noel@peralex.com>  [8856d3069494ae16c6e261c4f3b604aebac28e31]

        cid#1326672 DLS: Dead local store
        
        Change-Id: I43bbad0c77022d999e0a10b10ca9f1e316ed7b9f

2015-10-14  Noel Grandin  <noel@peralex.com>  [27336e23d49878ecd7e8d3fbc8c2114c0ebcbc2b]

        cid#1326663 to cid#1326670 DLS: Dead local store
        
        Change-Id: Ia60aa345ae35ba1f7a0b5d3aadc003aedf98ad9f

2015-10-14  Noel Grandin  <noel@peralex.com>  [c626897c09aeec3781753e82265db745d6e94c64]

        cid#1326662 DLS: Dead local store
        
        Change-Id: Ie9353f469b7e820341c99e4c81dd9898dc336ecc

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [e55d2a31260ac1eeb45468c7b8f077de5a93060a]

        coverity#735849 Unchecked dynamic_cast
        
        Change-Id: Ia8f6b24db5d83337d56599214d0acdb9b144cfc3

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [d9b9b6f74cf8ad7ce617521b479e836997479102]

        coverity#735862 Unchecked dynamic_cast
        
        Change-Id: Id23987edcff82621cbe932b4273fec0371bd481b

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [093c4ee9de478ca2273c1fa6eda1f7a62b823b0a]

        coverity#735864 Unchecked dynamic_cast
        
        Change-Id: I669ffab93976a61321f471586256fb52c9bd3451

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [72dff7984a26788d8c90f9dd63a1529931376d7f]

        coverity#735865 Dereference after null check
        
        Change-Id: I6ebe8a0fb2e63b83406434d5fce0af8994f12458

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [36e2468151edc4dab1753ed2e41edf2a2867649b]

        coverity#735877 Dereference after null check
        
        Change-Id: I04da87e895d9b6724dd48fa579008944118f87bc

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [0d58da8ac132754331a7003d583b0181d713786e]

        coverity#735878 Dereference after null check
        
        Change-Id: I7607cef90750b5a527ff74fd3d793ed7c3a3811c

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [fcb49476b43f67daf24793e3fadb601342064684]

        coverity#735879 Dereference after null check
        
        Change-Id: I07661496c70fba3e012a3bb4f9bc592377eb124c

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [bbc0e62663e198ca9ff247ba4cc348c29523e0b5]

        coverity#735880 Dereference after null check
        
        Change-Id: Id31bac44391f0319ec31c72b77f1b471c32d0a68

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [15e75e05001bae7601d0d47a9eae809b14199392]

        coverity#735962 Unchecked dynamic_cast
        
        Change-Id: Ied30c917600d503ebcad2bcab01e38f26f7d30b3

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [841a3106c5826cfc834ea18411595f875dba3235]

        coverity#735963 Unchecked dynamic_cast
        
        Change-Id: I0ff0a1aeafed4f38772123596b477b8df68ca69a

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [6dd3c3558291f8b23e339efd967a1ef76021b1cf]

        coverity#735965 Unchecked dynamic_cast
        
        Change-Id: Iaeccbd37ae67a6893690d2cff5897678b81b23a0

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [d7b75ef4ff20318c16ede48b7daa7b8c3240496d]

        coverity#735966 Unchecked dynamic_cast
        
        Change-Id: Ib949aab22c8fe001d15d536abbf6984df86f5a03

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [cbe3b018d2b6878778167c35994cda510226fba7]

        coverity#735967 Unchecked dynamic_cast
        
        Change-Id: Id092c99e6106ff73f4ea9ebdc2eb39330f894423

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [0087fb06dce8e705293434df67409786143c2a59]

        coverity#735968 Unchecked dynamic_cast
        
        Change-Id: Idf9b26180f824321bd5e07e9a9360bb9e59472dd

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [b7f9175ec4bb48a420a42f35908ac3e514d36fd5]

        coverity#735969 Unchecked dynamic_cast
        
        Change-Id: I929352a6c743effee70a2a233fb366edddac2147

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [658f218ba71159eb9945d2c69728359637c4da78]

        coverity#735970 Unchecked dynamic_cast
        
        Change-Id: I05a9fdd43ba821a9071728ef2be72d3a485a8a09

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [e8a93a14039801598f0619d34afc84eec01de6d6]

        coverity#735971 Unchecked dynamic_cast
        
        Change-Id: Iefd64baa09c3f6bfaf1cc43483ae1451e5b2c6ad

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [7c7d42b6ebe477876b56d97069e0f05a9847ff7b]

        coverity#735972 Unchecked dynamic_cast
        
        Change-Id: I4839b4598216eda9ac2db2ebe2aff3f5baaae9e8

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [bbc91b7a0c309c5022a8f34fd7e5310dbc0411a0]

        coverity#1326107 Unchecked return value
        
        Change-Id: I6f2dc9c12349a5175ed34e22fa29d875d6b9bd0a

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [750542c704afdad0f36f5bba22dd946bc902292b]

        coverity#1326119 Constant expression result
        
        Change-Id: Id8e2e21ed5dc77b92b82bbc8000c06dcd660496e

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [2a8559769ed807eb6384d1ea9ceb275d60924337]

        coverity#1326206 Dereference after null check
        
        Change-Id: I187c182a1645cdd38c81bc72b3c836ab21725173

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [0aca6eb71c148f1c3a72df9c2f6da6d4364106b8]

        coverity#1326208 Unchecked dynamic_cast
        
        and
        
        coverity#1326207 Unchecked dynamic_cast
        
        Change-Id: Icaf60592f1be2aeea1d010241965df7f9e76f2c7

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [e7515cdae07369ced5eca5b5845bd3679bee10b6]

        coverity#1326209 Dereference after null check
        
        Change-Id: Ie8a10cb0f92758b45aff456f52331092e8a4e1df

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [8e7306604d3e5ac883abef1f3518ae04a392431f]

        coverity#1326215 Dereference after null check
        
        and
        
        coverity#1326214 Dereference after null check
        coverity#1326213 Dereference after null check
        coverity#1326212 Dereference after null check
        
        Change-Id: I0596ace920dd4134f1a55272fdc60c761fefac16

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [bc1e9eaf6ce041addd094b8f85959d3cccb2476e]

        coverity#1326267 Unchecked dynamic_cast
        
        Change-Id: I93e68a9e19ba927a958a7d0b12607ec7bf4a40e1

2015-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [32d573cdd13126c13e46b4e3684446e888e8b8e6]

        sd tiled rendering: initial search all
        
        Change-Id: Icee3a07103fad1bf70637fbf23299f50b7ad838d

2015-10-14  andreas kainz  <kainz.a@gmail.com>  [95f5ca359390d08d13f5e8ee8dc5ffbdaba2836a]

        Breeze Icon: add missing linked file
        
        Change-Id: I123d32325ddc8950f2b68f45670a6a3d64b86359
        Reviewed-on: https://gerrit.libreoffice.org/19362
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-14  Noel Grandin  <noel@peralex.com>  [8e3f72141625898c01e39e94d3fdaefd66c885ff]

        casting before calling getClass() is a waste of time
        
        Change-Id: Id88aa9e43b736e6fdeaf098a952dae5421468f83

2015-10-14  Caolán McNamara  <caolanm@redhat.com>  [db4870bc2fa7ccb1be30706cb53b2f73ece772bf]

        coverity#1326292 Unchecked dynamic_cast
        
        Change-Id: I4fc0282463fdfd3e023dafae5b3184b3e016c624

2015-10-14  Damjan Jovanovic  <damjan@apache.org>  [309aa845a8e413519d634680aff112a3567e2e61]

        Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...
        
        doesn't wake up thread stuck in accept().
        
        Generalize the "#if defined(LINUX)" workarounds to the *BSDs.
        
        (cherry picked from commit 4c7bfe32168912844a50059b2a901f6434c0f86f)
        
        Change-Id: I1649f6d1a63ae2daf8e6ff650d8af6ea89a6d449

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [2c975878ff82eb911e488359f7f3fdb7ec104584]

        Pass ENABLE_LIBLANGTAG into code via config_liblangtag.h
        
        ...so changes to ENABLE_LIBLANGTAG during configure cause proper recompilation
        of source code
        
        Change-Id: I282623c885b83e3bf7d94f6f364c5031c012f058

2015-10-14  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [068c04fb06806a9345c0059545d19a416d7e60b7]

        Bump gtk+ version to 2.18
        
        2.18 is the version available in RHEL 6 released in 2010.
        
        Change-Id: I4cd4fc89f6b51e6f58ca72b8182f80316b1f4f88
        Reviewed-on: https://gerrit.libreoffice.org/19330
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-14  Takeshi Abe  <tabe@fixedpoint.jp>  [a69a786b91048d69bbb47503e3720de613935e56]

        vcl: Free memory by appropriate delete
        
        Change-Id: Id39940563952a6791c63cc5c4621a28401ad5ebe
        Reviewed-on: https://gerrit.libreoffice.org/19343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-14  tagezi  <lera.goncharuk@gmail.com>  [a5fc7c033cdca217d946f354e577a39c87913896]

        Updated core Project: help  bd002743972148b9a2dca39248e9f0f406c34eea
        
        Added description the ERROR.TYPE function
        
        func_error_type.xhp is NEW and contains the description
           maybe, need to add more good examples
        AllLangHelp_scalc.mk added the link to the file
        04060109.xhp added the link to name and description on the function
        
        Change-Id: Ic178c3198ffa91bf02dcf611013347ca7814ab30
        Reviewed-on: https://gerrit.libreoffice.org/19361
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-10-14  Noel Grandin  <noel@peralex.com>  [f6df41376d5cb7fb4a7e08961a3d1b03a9143911]

        cid#1326123 Copy-paste error
        
        Change-Id: Ic4dd8d1abfd8bfbeab0a3b8465fa3f7b5a7dafca

2015-10-14  Noel Grandin  <noel@peralex.com>  [db91f24947ed12cb793cc32517fd8ca0e9476b6c]

        cid#1326122 Copy-paste error
        
        Change-Id: Ifea00b0e656918b22ece1fee56b33a35b6e81432

2015-10-14  Noel Grandin  <noel@peralex.com>  [fa59d0c58709a3620dabdd19a7ea8b85c356d2cb]

        cid#1326347 Check of thread-shared field evades lock acquisition
        
        Change-Id: Iaeb21e3a5798c817315f619e0c1c57bd0c37f175

2015-10-14  Noel Grandin  <noel@peralex.com>  [7e7014ba139dbcb192b21fc1a28178ef35e1fdc4]

        use early returns to make method easier to read
        
        Change-Id: Iabaedbd51d3832eff8e7470fd586132c38e1d039

2015-10-14  Noel Grandin  <noel@peralex.com>  [ec0c4ce0a02ed72459de1fcaf3f2f7713bf67b5d]

        cid#1326345 Check of thread-shared field evades lock acquisition
        
        Change-Id: I11fc66358c13c6bb1b6f109980384131b38ef18b

2015-10-14  Noel Grandin  <noel@peralex.com>  [1fd4f35f70fbb740e05200b9591d1e6d0dd5637e]

        cid#1326124 Call to an inherently dangerous function
        
        Change-Id: Ia2e2d9222633052266028703a1162cfea4ccac9f

2015-10-14  Noel Grandin  <noel@peralex.com>  [afe95a1d7a3ce6842bb230eeaff70dc94bd24934]

        cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiom
        
        Change-Id: Iac74be96b47720ab105f862e7d1a69f909214294

2015-10-14  Noel Grandin  <noel@peralex.com>  [47550b1f042c3e0d4340af44fa4f4ae3befb772b]

        cid#1326607 Bx: Questionable Boxing of primitive value
        
        Change-Id: Ib1274f55d5e26612dde2753a16ae1ad28007f758

2015-10-14  Noel Grandin  <noel@peralex.com>  [abd980d4ec16fed637d3fce580e7ae728f69d564]

        cid#1326605, cid#1326604 BC: Bad casts of object references
        
        Change-Id: I85fa5fd4671d749850af854a7d4ba934416d892b

2015-10-14  Noel Grandin  <noel@peralex.com>  [97da76a17dd6addfd3213f196f4454e1d5cee417]

        cid#1326131 'Constant' variable guards dead code
        
        Change-Id: I832b2fc243404a6ae9796ad994e901880d3b9260

2015-10-14  Noel Grandin  <noel@peralex.com>  [b4da5037e0cc2952446b2138d515e0c762172b25]

        convert Link<> to typed
        
        Change-Id: I1876f327607e0e23292950741df348d4ec31fde1

2015-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [73ceffe5c247dcffa7653e043530e58e4eb73fdf]

        sw: indentation fixes
        
        Change-Id: I93a6cfafbf42b30f2b6e3834594912750fd7764d

2015-10-14  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [629baf05f63efcb883c67e0d29a4fab704de8845]

        Revert "Unused code removal DrawGradientWallpaper"
        
        Seems to be used, since IsGradient() actually can be true.
        
        This reverts commit fe4412c8850bd1212dce786510dd61ddd6c43b36.

2015-10-14  Douglas Mencken  <dougmencken@gmail.com>  [c8b31f089d7c2f172567968ee9a5299c6aa55127]

        avmedia/quicktime: replace OSL_TRACE with SAL_INFO
        
        Change-Id: Ic001787cbb0b08242f74331c54a597103b8d2648
        Reviewed-on: https://gerrit.libreoffice.org/19351
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [866f25abe22daf942ee63574a43ac05ee3cd0442]

        Fix gb_Library_use_externals call
        
        ...from d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 "enable ICU_HEADER includes for
        starmath"
        
        Change-Id: Idcafaeb6a43c4aa423a2c7a7ea4669d4fdaf3744

2015-10-14  Noel Grandin  <noel@peralex.com>  [d191d1f9b684c6229f3651361c92ff39ffb350f1]

        com::sun::star->css in framework
        
        Change-Id: If5a77db83fcbef5ed436f2043ddeb7c515a840dc
        Reviewed-on: https://gerrit.libreoffice.org/19356
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-14  Noel Grandin  <noel@peralex.com>  [ba974ccc8c49766542ddd727c95ecc5db1cff198]

        com::sun::star->css in fpicker/
        
        Change-Id: I211687bfeaf456e0f9639567bff401083011cd74
        Reviewed-on: https://gerrit.libreoffice.org/19353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [8cd15d5356e26952a43b06abf875c47a086bbdf1]

        Lost space
        
        ...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
        liblangtag"
        
        Change-Id: I31e3bd0555086105e0bc0704abb86a4acd0b96d5

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [cdfc6cde62715fcc9c98be6111f587880da653a8]

        Lost backslash at end of line
        
        ...from 233bfee7046ecd4cbc45647ee8908ce9135e7276 "Emscripten: Don't build
        liblangtag"
        
        Change-Id: I52bbe8bd6dd870414d895d4ced856b27b6000d2c

2015-10-14  Stephan Bergmann  <sbergman@redhat.com>  [713dc2fcb4f0c56b8c1808e9ac0231cc8f3a6ba4]

        Fix various warnings in --disable-liblangtag code
        
        Change-Id: I4dbc7ead359fc4cae0ac9d5eb98523590dd8954e

2015-10-14  Niklas Johansson  <sleeping.pillow@gmail.com>  [04ab8aeb7a11205c0cf8cb26eb2395a43011435f]

        Allow non ASCII chars as accelerator part 2
        
        This is a follow up patch to the commit:
        b80be50268f534e215d36d69b93d3f51d9410ace
        This takes care of exposing non ascii characters to atk so that the
        orca screen reader has a chance to present these characters to it's users.
        I was considering removing the KeyCode bits all toghether and rely on
        what we get from KeyChar but got cold feet in the end.
        
        Change-Id: I7a3e78c47b81f8b36763c56e0298e8bbf226dccf
        Reviewed-on: https://gerrit.libreoffice.org/19105
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-14  Bryan Quigley  <gquigs@gmail.com>  [fe4412c8850bd1212dce786510dd61ddd6c43b36]

        Unused code removal DrawGradientWallpaper
        
        Doesn't appear needed on Linux and tests have shown it isn't
        needed on Windows or Mac either.
        
        Change-Id: Iaaba6dcc4783557a4165d635b57a256402b0b4d2
        Reviewed-on: https://gerrit.libreoffice.org/19259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78cf4ca4405d33d3f658da0d7f209afc8e6ee4a7]

        make ndk-gdb work again
        
        it hardcodes so much :-(
        
        Change-Id: Id86c2bcbf5936f3ab292e87210b967e2331c9435

2015-10-14  László Németh  <laszlo.nemeth@collabora.com>  [2511a21841dd9dec735a53add8174e47d24deb88]

        tdf#95024 fix compound word handling for new Hungarian orthography
        
        This commit contains the recent Hunspell fix for Hungarian compound
        word handling (commit 42807f970ac2d65f0d13a7c57eb454b210e92240
        in Hunspell git repository), changing spell checking only
        in Hungarian documents.
        
        Change-Id: I1c6c3736ecf8c1e2fffcf1c53959b25dc9d27966

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [dfe1e25b4a3f91a29ec7989711b3c39e166e525b]

        coverity#735874 Dereference after null check
        
        Change-Id: I74a4a126116638aa33193f267e2f86a3c364fbae

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [ffbcf926cf7c661521861cdf4bcc90d5ec4dca9a]

        coverity#735838 Dereference after null check
        
        Change-Id: I5a0a9cfdac0444beb049bf9e883ffced25500950

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [979651c21a26a7995c88071d0a26162aa711b31f]

        coverity#1326118 Constant expression result
        
        Change-Id: I3a5786650e0724f6b6015153df7275851471626c

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [f353e7baaace4e0bce3dbd1d440dc5be9ac35298]

        coverity#1326205 Unchecked dynamic_cast
        
        Change-Id: I1fe77d041a281b14d6af15f25bd06ac78420c608

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [8d4088c23b83de1a418014ea5957a0dc3efed7e4]

        coverity#1326204 Unchecked dynamic_cast
        
        Change-Id: I39c942e2ce35283761e3b8daa1ae41986a170ca8

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [c458fbad3ed7d5cdea6b2f1c28d98ecec2d3b10e]

        coverity#1326210 Unchecked dynamic_cast
        
        Change-Id: I729af592a74aff7c40a5ae5311d8c5aff2ddee04

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [5c90069d93ac45e359718a9186ff2366043f43ed]

        coverity#1326211 Unchecked dynamic_cast
        
        Change-Id: I09892b8e17aacf32db51764d8fd766603a8542e1

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [95ddc77f197124d1792ead85e81546b6fc68285f]

        coverity#1326228 Unchecked dynamic_cast
        
        Change-Id: Idcbf27362e13d9f8a71db17c38e93b24fb1fbfc0

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [216297f06ba0153017382eed7bfe2cc571ea67a1]

        coverity#1326250 Unchecked dynamic_cast
        
        Change-Id: I0c2cf72d7e4f736e2e2c3b8b5def920ee79747fe

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [432fe1f30c1c28b0fb51022533e4b93276c640ce]

        coverity#1326251 Unchecked dynamic_cast
        
        Change-Id: Iabdc2f4e0b7af49650e07a9035a425f96cd035c7

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [9381ca578de26aa75bb0d4439221c3439cf99616]

        Related: tdf#94814 some cleanup of static_cast following dynamic_cast
        
        to the same type
        
        Change-Id: I4d125b7669a89b96785cb60f967352dce5e2e720

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [74615356b36aeefc9046c53d05f4919e9fae6a87]

        coverity#1326550 Dereference before null check
        
        Change-Id: I27ddcc842f109eb3defbae425babbb9d98e83c04

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [505e194b1be2e21070c7a93214e719634556f8c9]

        coverity#1326499 Resource leak
        
        Change-Id: I561e8f7ff472d7d2578e30145024405e74088ffc

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [bc16de624e1f2b4b6132eea2f36bc6f8cedcef5a]

        add another size group
        
        Change-Id: Iecf7d7de7693432d99dd7d38ad2034a7dbfd4e48

2015-10-13  Eike Rathke  <erack@redhat.com>  [14bb562b4a8776974391641adcc62ded013ffd2f]

        Resolves: tdf#94514 more restrictive check on end of column specifier
        
        ... needed since we accept A:A entire column notation without the need
        of a row number being specified.
        
        Change-Id: I84f6a39e213a4b554e0188e73b4acb34c7a98460

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [6cc9c8c6b540bb6a830bf6571b69b8bd031fa195]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: If934445fc597015198486445c9d33ad2994d6fee

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [7ea8f8af1c78c2144d0d6fe86c9e72ebca2038b7]

        clang-analyzer-deadcode.DeadStores
        
        ...and reduction of variable scope
        
        Change-Id: I1fa14c04646bf9faf35de9e54969589be64ea006

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [a6aec01230185e3dbd1118e5f2cb690d2998d034]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since cc316b39d9110c536e1758a4f814738ca209bb02 "Port of Lotus Word Pro
        filter, by Fong Lin and Noel Power"
        
        Change-Id: Ia060ac0fb631d076fefb168ee96d8d2054634fca

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [7f44f0b5083fda151f32955f4334b318e2386681]

        Return value of LwpTools::QuickReadUnicode is unused
        
        ...since previous commit
        
        Change-Id: I439c8d66a826624a3131b56d96ff3fdd030abb28

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [4646c9474f062282ac32919700a5c3749d54300e]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since cc316b39d9110c536e1758a4f814738ca209bb02 "Port of Lotus Word Pro
        filter, by Fong Lin and Noel Power"
        
        Change-Id: Ia7eb16a63c53a43f6c57e26aa629f7c9cf7ef089

2015-10-13  Justin Luth  <justin_luth@sil.org>  [d8f46f854ee64ad9fe6356a8d4b30f98f3b20135]

        enable ICU_HEADER includes for starmath
        
        Although $include <i18nutils/unicode.hxx> compiles on Linux,
        it doesn't compile on the Mac without this.
        
        Change-Id: I56eae77b1c293b2348ca1fd7b38b543ea713557d
        Reviewed-on: https://gerrit.libreoffice.org/19355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Justin Luth <justin_luth@sil.org>

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [7ea5ad6e46b92bc9020c6332b46b20671fa85c5b]

        Assumed fix of a clang-analyzer-deadcode.DeadStores
        
        ...where the "bOk = false" from the leading "if" is always overwritten in the
        following check of "bOk = sTableRange == _sUpdateTableName".  The code had been
        effectively like that ever since it got introduced with
        4ae41a466ad659524809c23c9086df70c5456a39 "INTEGRATION: CWS dba30," but it looks
        broken.  I assume the two checks of "sTableRange == _sUpdateTableName" for
        pNode->GetChild(0) and pNode->GetChild(2) shall only be done if the leading "if"
        is not hit.  (And one remaining uncertainty is if really only one of those
        "sTableRange == _sUpdateTableName" checks needs to be true or if both should be
        true for bOk to be true.)
        
        Change-Id: I453690d65326ed67d7a074d4e4783a743a60d454

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [2c5f5976b2afe22589244802e1f3b2e47811fdbe]

        clang-analyzer-deadcode.DeadStores
        
        In 8b9e4e393eff8b89a37a5932548700c0b50bcab8 "initial import" the assignment to
        bCheck was in a for loop that used bCheck in its condition,
        
          sal_Int32 nPos = m_nStartPos+1;
          for(; aIter != m_pMatrix->end() && bCheck;)
          {
              if(!aIter->isValid())
                  ...
              m_pCacheSet->fillValueRow(*aIter++,nPos++);
              bCheck = m_pCacheSet->next();
          }
        
        that loop was then replaced with
        
          sal_Int32 nPos = m_nStartPos;
          bCheck = fill(aIter,m_pMatrix->end(),nPos,bCheck);
        
        (without further use of bCheck) in 2facbebb88fe72614d566c3187c8f86c5c61f8bd
        "MWS_SRX644: migrate branch mws_srx644 -> HEAD" (and the braces around
        
          {
              ORowSetMatrix::iterator aIter(aEnd);
              sal_Int32 nPos = m_nStartPos + 1;
              bCheck = fill(aIter, m_pMatrix->end(), nPos, bCheck);
          }
        
        introduced in 1234d599d4ee67bd725f0513431b2d4c56c9e09d "ORowSetCache: overhaul
        internals," presumably to limit the scope of that aIter introduced there).
        
        Change-Id: I1cf4a22fbd1b76d524251a82c3ab4e6ca7a9eca1

2015-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4476ac86ae14278e4d7eaf4b88fa637c9b07feaf]

        Emscripten: --disable-scripting doesn't work, don't use it for now
        
        Change-Id: I5e28e76a084ecdbd60d1599114bb75d7775865d3

2015-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [28a5d4b5d3641837f3be8bc39ead111f9bba7015]

        CppunitTest_sd_tiledrendering: CALLBACK_SEARCH_RESULT_SELECTION testcase
        
        Change-Id: I8a2fcaad5806ef204cdac0f6eaac615d50d6d9e8

2015-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [395cfab05752b87ae419304789d894c0fe9a98c2]

        sd tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        Given that sd doesn't support find-all yet, this works for normal find
        only at the moment (so it may report multiple rectangles, but always a
        single match).
        
        Change-Id: I47bd0d0161b9d1dc843bb503f5521f311fc158c4

2015-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7764214f2ab8aff030aaeb29efd693275822761]

        editeng: add EditView::GetSelectionRectangles()
        
        This gives sd access to the selection rectangles as well (as opposed
        only to the document model positions of selections).
        
        Change-Id: Icb903e91f9e868573403b360bbe839705ddf2916

2015-10-13  Yousuf Philips  <philipz85@hotmail.com>  [2e0b9891764bb4cae6ed9a1b111d9b6dafeee92d]

        tdf#94042 Change autorecovery & autosave to 10 minutes
        
        Change-Id: I53ee3002db38cc7d79cd431fc6254fde5427b751
        Reviewed-on: https://gerrit.libreoffice.org/19136
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [233bfee7046ecd4cbc45647ee8908ce9135e7276]

        Emscripten: Don't build liblangtag
        
        Change-Id: Ie0e8aa9928f59f97cdee5c082694f9af474e1473

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [a1c6a4a5679fea2fb72c46eae78b355b50341192]

        use same border width here as elsewhere
        
        Change-Id: I75e12841ad6cbf6e15529a3ce2fc75472c846cd2

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [94b64bca66f656c45b85f7f49b1bcb8c2e9cfad0]

        These warnings are covered by --enable-werror anyway
        
        ...so remove these remnants from a time when developers got away with ignoring
        warnings and tools/solar.h was considered the center of the universe
        
        Change-Id: I526c6b44fafb98e8400f2ab122dbb7e2bfbb3480

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [d2f3756de7c4b7dbca90ff9403f2fa6bff37daf6]

        No std container requires operator >
        
        Change-Id: Ic5befe71c9cb4ffa37b3298b269bcd7ef713b937

2015-10-13  Eike Rathke  <erack@redhat.com>  [01a93d348b84a72b0d6829c2c730263f29a305bc]

        do not use white text on white background in control
        
        ... setting a control's background color has no effect (until input
        field text is changed?)
        
        Could be observed in the pivot table dialog's source range edit when an
        invalid range was entered.
        
        Change-Id: Iafb2a9016ac6bd4c020273911d62dd7423ee0458

2015-10-13  Jan Holesovsky  <kendy@collabora.com>  [b7a5dcdbe25b875718230027ae3ae802bbc60bd0]

        tdf#94386: Unit test - add forgotten test document.
        
        Change-Id: I0549579f49eb6de8b8460fcf8c70c399294e507d

2015-10-13  Caolán McNamara  <caolanm@redhat.com>  [b859d84e471fdb70b61607d2d919a7907d074bd0]

        implement dialog control over enhanced shape control points
        
        use case is a desire to enable viewing and setting rounded rectangle radiuses
        to an exact known value
        
        Change-Id: I7e6a4db0699076950adf5869a61825159766c46a

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [ec66ad595393312525937b628297cb3494776e1f]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I7460e993851335db108a02afe2c147ee57736b0a

2015-10-13  Yousuf Philips  <philipz85@hotmail.com>  [e495bf390cc8cef5ec7c66febac92f1477e3b92d]

        START CENTER: Set new open remote file icon and label
        
        Change-Id: I7bede0cb520f446582d01bc0e5f583ddf4655ce0
        Reviewed-on: https://gerrit.libreoffice.org/19178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [176c60dd19f29457aca02a1477ffcc1ab312f050]

        sw/qa/extras/ww8export/data/tdf94386.odt is missing
        
        ...from b630f9a36a844f46757abb6ce16fa7cd527a4341 "tdf#94386: Unit test stub -
        emulates the steps to trigger the bug."
        
        Change-Id: Id845ed86920614c592f891d85e6ee3d1673056f8

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [8a5382fec79f3a8651b7d4f9f2d6452b5a6d367d]

        Use nRadius value at least to decide between "rect" and "roundRect" presets
        
        (found by clang-analyzer-deadcode.DeadStores)
        
        Change-Id: I27ff1222295a151a7616ed380439b87d27866899

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [949628c412d04a27ef655d4103812b53235a82c1]

        Reduce scope of variable
        
        Change-Id: I07745fc47f5d7908c35045e83cb230d4e91a813a

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [9059a17e3a8cfe536f66dfe17bd213d81f09c625]

        clang-analyzer-deadcode.DeadStores
        
        ever since 68e756de2ec7f9aeb1b6a6a28468745eca114715 "n#657896 - Gradient
        Transparencies and Muticolor Gradient fills" moved the use of nDmlANgle (to set
        aGradient.Angle) from after the if/else to inside the else branch.  According
        to vmiklos: "i guess it's just an oversight that the
        'nDmlAngle = nShapeRotation;' is not removed in the 'if' branch."
        
        Change-Id: I63e449e01a83415d988d6616388d724449997f39

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [cd79d5caf67d1769cd1bdea6f4ae26810d27ebc0]

        Reduce scope of variable
        
        Change-Id: Ifa8cf3fcb7b33ffb03ef89d2f88cf4ab8287e43f

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [b076bb1da6a370bcba7394d7349c73311130e335]

        Reduce scope of variable
        
        Change-Id: Id55865a539c90ef7e1fa1a2da2cc614e71115e6c

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [6fc3c9a50dfb555ab806fa6cd35d433af4a36415]

        clang-analyzer-deadcode.DeadStores
        
        since 1cbec9cd986100de185f6dc10301a54f6604e6af "Resolves: #i119480# Fixed import
        of curves from PPT"
        
        Change-Id: I90107e4163503fd83676c4e104d1c7db08f12a18

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [f7e74036441ac3052ce31f8b0cd31fc04a8bcf4d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I8082afe49a568b1cba9ce25dde9cad5e283244e4

2015-10-13  Stephan Bergmann  <sbergman@redhat.com>  [7a169c11be07f651330cf540aa1579534761be0b]

        Read this MSO_Anchor value as a sal_uInt32 too
        
        ...for consistency with 0fad62c2178d6b8157b07ff30fe9e2fc8173d393
        "-fsanitize=enum"
        
        Change-Id: I96e2a791811b5f45735d2ccb0686bcc12fe9a5a2

2015-10-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2ca4748a2e04b37c18f6f572bcf323cd857fef34]

        add warning with install instructions when android build-tools are not found
        
        Change-Id: I987262e4e9ae99c889285658fc9f840655d29191

2015-10-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [9af1331c9253426855ac0f3a26e7f4bfff900d61]

        For now, firebird doe snot build on macosx 10.11
        
        upstream seems to be working on it, for now just turn it off when building with SDK 10.11
        
        Change-Id: I07efbf7fb363f4ea09ad42f9f6a1d7303c60da56

2015-10-13  kerem  <hallackerem@gmail.com>  [98528be2fe1160d45f62222193da482f5bb06d00]

        tdf#91054 cleanup weirdo function prototypes
        
        Change-Id: I1002a25e0349263f286d3e3752579660a1ee5728
        Reviewed-on: https://gerrit.libreoffice.org/19328
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a1bfd9d202aebd9ccf283a8e7ef6f4e826041056]

        Improve checking for emscripten zlib
        
        Change-Id: I52cff17d4d909135e40be53cd5c22a1565953762

2015-10-13  Yousuf Philips  <philipz85@hotmail.com>  [6a8396a3408ac86f78657f420f0b118dbe2d7a74]

        Breeze Icons: remove double icons and move them into links.txt
        
        Change-Id: I1124445280ef8cd80d24c4fbd78578630a157f69
        Reviewed-on: https://gerrit.libreoffice.org/19293
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-13  Jan Holesovsky  <kendy@collabora.com>  [b630f9a36a844f46757abb6ce16fa7cd527a4341]

        tdf#94386: Unit test stub - emulates the steps to trigger the bug.
        
        [But does not assert the result yet.]
        
        Change-Id: I7a9c64057339538f80d57c21fce83f4b23cdf396

2015-10-13  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [71586837f926c5dc7e8146a4e625b57c37343806]

        Emscripten has an own zlib port, use it
        
        See https://github.com/emscripten-ports/zlib
        
        Change-Id: I0af6e2f1f1908838f940ab11706637e3407263fd

2015-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1631fa9a722553da1ebe0650a65e859862c4405d]

        tdf#95002 sd tiled rendering: fix handling of images on page switch
        
        It turns out a full invalidation is still needed to trigger the loading
        of graphics on the new page, so instead of not invalidating just don't
        emit the notification about it during page switch.
        
        Change-Id: Ic99a3d4e268b3db61cf09c78ed0f310c9d365867

2015-10-13  Damjan Jovanovic  <damjan@apache.org>  [7000c07834af2231145519ae6fd81c6297bf9004]

        Fix building with --enable-pdfimport on FreeBSD.
        
        Found-by: Don Lewis
        Patch-by: Don Lewis
        
        (cherry picked from commit 788b479fff17918d21d26f71ce33c4cea0835251)
        
        Change-Id: Idb72387186a7575989292179d52e4629415e5741

2015-10-13  Noel Grandin  <noel@peralex.com>  [ec20e65469924868fdc02960ef3ed07b245c9c18]

        loplugin:mergeclasses, merge IControlContext with OBrowserListBox
        
        Change-Id: Ib3e54c9fe8d9445ad799e4b06c41443093af87fb

2015-10-13  Noel Grandin  <noel@peralex.com>  [38b4b7590d520fb53fabc40c5c95346546b2fdc3]

        loplugin:mergeclasses, merge OOdbcLibWrapper with OOdbcEnumeration
        
        Change-Id: I2e564e90c11bb46022a5e258ad013aeb2fe4ca2e

2015-10-13  Noel Grandin  <noel@peralex.com>  [ade2ba503f345fcbd2ac889a749db584a94a3043]

        loplugin:mergeclasses, merge ILabelProvider with LabelProvider
        
        Change-Id: I8fb231b4189c09d8e049855d38b0f1eb518ac2b9

2015-10-13  Noel Grandin  <noel@peralex.com>  [3e5f9c03433d3480080276640a924b2aa0bdc227]

        loplugin:mergeclasses, merge IImageProvider with ImageProvider
        
        Change-Id: I6af8b1ab9198439af60e38a9adc6bdd29d20ab52

2015-10-13  Noel Grandin  <noel@peralex.com>  [1716b3a338b19b9d1be39696866b376aed216c9a]

        remove some useless comments
        
        found with git grep '// /'
        
        Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745

2015-10-13  Noel Grandin  <noel@peralex.com>  [d6f97a21249668fe401dfcbf1827669c1bb0f043]

        inline typedef
        
        Change-Id: I6ec88fbdb9bc0e86f4e53eb765eabd5382a25b88

2015-10-13  Noel Grandin  <noel@peralex.com>  [9abb98e0199363e7bf9d945e4719ff3a752984b2]

        loplugin:mergeclass, merge CompareLine with SwCompareLine
        
        Change-Id: Id423939377e6ebb0881a9a7361d6baedbf87931c

2015-10-13  Daniel Robertson  <danlrobertson89@gmail.com>  [4038b27a0be01fbf6eab9b28cfe00f29e8eba1b7]

        tdf#93243 slideshow: boost::bind -> C++11 lambdas
        
        Replace boost::bind with C++11 lambdas
        
        Change-Id: I37e769c88d997eaecf46c07e510cef6a30fbce8e
        Reviewed-on: https://gerrit.libreoffice.org/19334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f7d7a218eac78e8bcbb8575f2727074baf4b924]

        sot: prefix remaining StgStrm members
        
        Change-Id: I2a70543bf3137f8d5a76e610a2aff6a3a3fcab4e

2015-10-13  Noel Grandin  <noel@peralex.com>  [11b3555e2f8e8c9b07c73fbfb89a0faffaeca269]

        Revert "bin confusion with name AccessibleGridControlTableImplHelper"
        
        This reverts commit 302866858f1f1c194cadab5d01c2e912034c6c63, I suspect it depends on
        another commit which is not yet pushed.

2015-10-13  Douglas Mencken  <dougmencken@gmail.com>  [513057276131e67876c0a8c324d4dc2661e1d369]

        connectivity: drop unused headers
        
        add to MacabRecord.hxx only what's really needed
        
        Change-Id: I7b11fb6f403957009ac590714b9972e2989d7aff
        Reviewed-on: https://gerrit.libreoffice.org/19332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-13  Douglas Mencken  <dougmencken@gmail.com>  [302866858f1f1c194cadab5d01c2e912034c6c63]

        bin confusion with name AccessibleGridControlTableImplHelper
        
        AccessibleGridControlTableBase.hxx :
            typedef ::cppu::ImplHelper< css::accessibility::XAccessibleTable >
                AccessibleGridControlTableImplHelper;
        
        AccessibleGridControlTable.hxx :
            typedef ::cppu::ImplHelper< css::accessibility::XAccessibleSelection >
                AccessibleGridControlTableImplHelper1;
        
        Change-Id: Iced570b8647325a3bd4c0927edf7461598398e04
        Reviewed-on: https://gerrit.libreoffice.org/19333
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-13  Noel Grandin  <noelgrandin@gmail.com>  [ed7361ef0bdb6bee4f47a8421221eb7824f02e38]

        cppcheck:variableScope
        
        Change-Id: I7cbd5a9e9bb5417f754d4e2445df309140fd40af
        Reviewed-on: https://gerrit.libreoffice.org/19329
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-13  Jan-Marek Glogowski  <glogow@fbihome.de>  [239c75ed63fb31cfef9cee13d8d58c4fe9e7a906]

        TDE: fix build of the address book driver, 2nd
        
        The tdeab1 also needs boost headers. Not sure why my compile
        survived the first time (ccache?), after removin the boost
        headers from the makefile.
        
        Change-Id: I2b1f88f17eef549cb3effd2267d15ba97627f2b1

2015-10-13  Michael Stahl  <mstahl@redhat.com>  [7c3c3006deaaaf1bb3f2f4eeeaf11da3bcebe53c]

        tdf#94804 sw: allow duplicate heading cross reference bookmarks
        
        ... in ODF import, so that reference fields do not break that reference
        numbering cross reference bookmarks that were corrupted by commit
        679faffc68bb854af0f55d0f218698e2f372f00b.
        
        This used to work by accident before commit
        9d0c51daea67104349cac26de9839afa8baeb099 fixed it to actually check for
        duplicates properly.
        
        Change-Id: I5ed58eda7f3f2ce470a778852f6dda7a14356860

2015-10-12  Oliver Specht  <oliver.specht@cib.de>  [85eb4d9514858c71fb22c5ed93d651ea24bc6c05]

        tdf#94804: prefix to save cross reference bookmark fixed
        
        bookmarks as references to numbered paragraphs are now saved
        using the prefix '__RefNumPara__' as the import already expects
        
        Change-Id: I6f7c41e95fa9f936a7eb21d4cb7461d4575c492a
        Reviewed-on: https://gerrit.libreoffice.org/19229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af77042f62bc18c278c1acf6548b3ed41f0da871]

        disable arrow heads in chart sidebar, tdf#94971
        
        Change-Id: I631f34faf2befeb7cc61027c8fd59ef7b3543785

2015-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01cc898aac11b608c3565a9c22970f10e4b63438]

        update the line panel for data points, related tdf#94969
        
        Change-Id: Ieffdfd1cc0d6b5cc0dd8394896aeb49838096a6b

2015-10-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2753cd308716f5f14a59242032f2242fe0776ca2]

        update area panel for data points, tdf#94969
        
        Change-Id: I700ae8ff591ef1ea82887b1ec2cd7b4be04978db

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [41ecfc58a1ff9b091d203ca2e28609083ac2ff9a]

        tdf#77014 remove redundant check in test
        
        Change-Id: Ifb87365520b93041f3f1209c1241ac4ae7824eb1

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5e1714fd7fcb45fa5f1220d892dba597da40b500]

        tdf#77014 fix input field breaking of words at new line
        
        SwTextInputFieldPortion::Format has previously tried to erase the
        input field special chars, which caused the words not breaking as
        expected or in the same way as normal text. It appears that it is
        actually not necessary to do this at all so just calling the super
        class method SwTextPortion::Format does the job and fixes the
        problem. After testing I could not find anything that is obviously
        wrong.
        
        Change-Id: Ie763f55ad55863dd224425dc481b7100deb639fa

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1db251e1a191844eb99462a67e9acf4f4b67233f]

        tdf#77014 create a test for this bug
        
        Change-Id: Iebe72287f62da7382f12e7645b48fa666610a8c5

2015-10-12  Caolán McNamara  <caolanm@redhat.com>  [959ac511dbebeb3983da92052ced837b39b74ed9]

        fix tdf#94818 while retaining the tdf#90504 fix
        
        Change-Id: Ia1c904b16d040714c8d5a0b4946bc42e6b8ac3bb

2015-10-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [7379e48298c623ae5e45c6a176386f335b1ff1b2]

        Related tdf#93688: save CalcA1|ExcelA1 also as a global option
        
        without this patch, it's only possible to save it on per-document
        base
        
        Change-Id: I13359b751ef766c7de53e9e21c299aadbbc0fbf4
        Reviewed-on: https://gerrit.libreoffice.org/19248
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-12  Jan Holesovsky  <kendy@collabora.com>  [38dc5ea989d78b1f854562ea73a4fc0a604b15ac]

        tdf#92217: The infobar text should have a transparent background...
        
        ...instead of setting background at various places.
        
        Change-Id: Idfa6a36bcb2aefbb33a7647725098f4eea0f93c4

2015-10-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [f3b6107f4cc9544e58df76cb9d9e17c599040d49]

        Cleanup configure output
        
        AC_MSG_NOTICE'ify some output, fix a test and change some
        AC_MSG_CHECKING layout, where there was additional output
        before the AC_MSG_RESULT.
        
        Change-Id: Ib423bb6cb65fd4ad7bcba413c2574efb44054399

2015-10-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [a9e7645cb96135609016533793580d1a94158af7]

        TDE: move stuff into the tde-integration package
        
        Currently the package just contains the TDE shell backend library.
        This moves the URL handler tde-url-open and the vcl plugin into
        the integration package, like the KDE3 based kde-integration.
        
        The TDE address book driver is left in the core package.
        
        Change-Id: I2687b313d7f106bb344c65c50ae0a07b0140def0

2015-10-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [4d4835cc55561b7ccdd628fa3a40d71fc9e9ff9e]

        TDE: fix build of the address book driver
        
        From the compile failures, it apparently uses boost headers.
        
        Change-Id: I952847187f53e6c00ed39020c4922d427dca9189

2015-10-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [805a861b398bbe5f22cb08705dfa006b44fe4e40]

        KDE4: add kde4-open-url to the integration package
        
        Currently kde4-open-url is just installed, but not included in
        the kde-integration package.
        
        Change-Id: Ic114a463b97aaaf4cc7ff3062143698daf93513c

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [d72c1f1f0a906c4db8d9a74dd3f252a8137fd781]

        HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchains
        
        Change-Id: I8f4d7f8ebdfa0fb2c5a8efc676d1f66876b6daa9

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [ba45d25420ea0692db78677d6e994dfaaf295604]

        Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code
        
        Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [b9f34146be786f3f40625e285a87111a01b874d9]

        HAVE_CXX11_FINAL is required on all supported toolchains
        
        Change-Id: I85ed86fdd8b11863c96b7a6c3ba76d77dbecf192

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [b36963c0a6a09f70ca6d8d607dd3249a3496497d]

        Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
        
        Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [b08247a12b43fcd9f86ecd912fce7d69a3e66061]

        HAVE_CXX11_OVERRIDE is required on all supported toolchains
        
        Change-Id: Ibc5462642d0a3cd0f96668472ddc0ac0ae407132

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [bff4c13475957863bfa7da5bc3bcf82a64a7503a]

        Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
        
        Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [27491c28cb67ada0a4c5eaa90eaf589425990582]

        HAVE_CXX11_DELETE is required on all supported toolchains
        
        Change-Id: I53c746be98972c7024dc2f340738182e46c24241

2015-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [845cc7aa383fcfc7ae564705fe93a95972bb1052]

        configure: make emscripten read from stdin
        
        Emscripten doesn't support reading from stdin currently.
        This works around that bug by using the /dev/stdin file
        See https://github.com/kripken/emscripten/issues/3800
        
        Change-Id: I0c938504d645acdeae89c83e0f00bb856381f943

2015-10-12  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [eb3429dbb0948308bf81ddc0d0a8fe6447119460]

        tdf#39468 translated german comments in tabvwsh2.cxx
        
        Change-Id: I14879cdebe95926ce24a8c3e821488aeb1f98bc0
        Reviewed-on: https://gerrit.libreoffice.org/19306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-12  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [cd9e1d918ed6bc5ab475c1cc7c87aa6e6b507ed3]

        tdf#39468 additional comments translated in dbfunc3.cxx and grindwin.cxx
        
        Change-Id: I0d610a49adc0e87ff1a4e98244cb14f585239586
        Reviewed-on: https://gerrit.libreoffice.org/19291
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-12  andreas kainz  <kainz.a@gmail.com>  [c985afb0e1af8a243a31886ba9d2e75fd203940d]

        Breeze Icons: add 32px icons
        
        first part (45%) of the 32px icons. I will add all lc_ icons
        
        Change-Id: I3e7744684993f727d04d0a96df45d1faad9730ad
        Reviewed-on: https://gerrit.libreoffice.org/19313
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [24d745ea31ec49609a22d1395e6ba340c890936d]

        Related tdf#93688: better place this into import finalize phase
        
        Change-Id: I08066248973f4560f8f5d149e9f84c4c2302f12c

2015-10-12  Feyza Yavuz  <feyzaayavuz@gmail.com>  [1ec9daed1d8b6d952b5102d98fec5d092d66cf46]

        tdf#65108 "" instead of <> written in include line
        
        Underwent the same process under the connectivity/source/drivers/firebird/
        
        Change-Id: Id64b1f52a2f19cb91590bebe80a2f6aea70cc9ee
        Reviewed-on: https://gerrit.libreoffice.org/19137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-12  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [cd49f0f80c015703b8ff92a62c0079cf3410b381]

        Kill dead mac os x 32bit odk build config
        
        Change-Id: I6e35709a399aa520c9ad198c39a5fb03f3500c9c
        Reviewed-on: https://gerrit.libreoffice.org/19320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [7a1c0ad333073fcf2a90779f31ac0c75b1598c4e]

        Reduce scope of fTexStart/Stop even further
        
        ...than 92c8d74c543aa94cd512369072975dca7006d5b3 "CppCheck : reduce variables
        scope" did, to make it clear that it is OK to move these into the for loop:
        the values these variables receive (when bCreateTextureCoordinates is true) are
        only relevant for each immediately following call to impAddInBetweenFill, and
        are only actually used inside impAddInBetweenFill when bCreateTextureCoordinates
        (which is also passed into the call) is true.
        
        Change-Id: Ib9e315d80a04736fb6b49144c8f09239ac351c7f

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca3436723455a0d0f3ced6f33b646b7c79ab05a1]

        sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optional
        
        In case of tiled rendering clients already get LOK_CALLBACK_SET_PART
        when switching slides, so it's pointless to additionally invalidate
        windows for help lines.
        
        Change-Id: Ibc15c9862ae85bd72328161fa5f7e72d82fd2a97

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [27fa10fa53c7ff28c2636b6b49118c87c822f2fd]

        gtktiledviewer: drop tiles on set-part event
        
        When changePart() is called, we have two type of actions:
        
        - the ones we want to execute only in case the part was changed by the
          user (and not programatically -- e.g. because the request came from
          the widget)
        - the ones we want to execute all the time
        
        Resetting the view (so the tile buffer drops all the tiles) is something
        we want to do all the time, that's one of the needed things when the
        set-part event is emitted.
        
        Change-Id: Ic6bfbe460dc5a3fd8834f3b1ef93436fc9d3ad84

2015-10-12  Michael Stahl  <mstahl@redhat.com>  [da8e85f55445ab2bb204fc3b44ce8793aeeef9d5]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I72ec77d4226c98abbe849a03dc009f46f695923b

2015-10-12  Michael Stahl  <mstahl@redhat.com>  [cc47088d8733603b351259d3a4b5bf1b4270e8f0]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I35063a241937137c4ebf4393dd880fa7cb7c8546

2015-10-12  Michael Stahl  <mstahl@redhat.com>  [9ebfe82edc3cb12cb3d8574b1fefd2d2c6809970]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ib0a0d596ce262783b8850d4d9c0142391cc59284

2015-10-12  Michael Stahl  <mstahl@redhat.com>  [3d94310d065ff20a72d081d58bafec19eb0f05bf]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I7fc78b64a12212f4c9bd280b0ebf2a55235461d3

2015-10-12  Noel Grandin  <noel@peralex.com>  [9c67eebf79084e51ef2f0fd5a45dc34bd64e1d49]

        no need to explicitly specify these destructors
        
        the compiler will do it for us
        
        Change-Id: I6ea04aa32ee3357d01a4dbfc58ebbaedff38c0ab

2015-10-12  Noel Grandin  <noelgrandin@gmail.com>  [3c99f8500f657ed84b316390d5175a6f5e56bc69]

        convert Link<> to typed
        
        Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb
        Reviewed-on: https://gerrit.libreoffice.org/19305
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-12  Caolán McNamara  <caolanm@redhat.com>  [bbadb38539eb233ac45b267034066a7274181c65]

        valgrind: fix leak
        
        Change-Id: I99ebee5015110144ea00415273b84fd2fc9ad2ba

2015-10-12  Michael Stahl  <mstahl@redhat.com>  [e4b24c7399352642aeaeb412394d6230562d04d2]

        configure: GCC 4.6 is no longer supported on master
        
        Change-Id: I8939e7b8b924b0598d46ea301aa636692f063161

2015-10-12  iremsendur  <iremsendur1@gmail.com>  [afabdef0e78b419da6788b644f47a06ba9ec0283]

        tdf#70998 - Termchange: Graphic/Picture -> Image
        
        Change-Id: Ib0bc24854d75cde0e08ab322f75c787c99368941
        Reviewed-on: https://gerrit.libreoffice.org/19309
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa5f4bb22e6f6b38b60ee45d1079f2bc934c0611]

        sd: avoid unnecessary invalidations during search
        
        Search works by using sd::outliner::OutlinerContainer to iterate over
        all text objects of the document. We used to switch to each and every
        object, and only then search in it. In large presentations this means
        the number of invalidations during search was dependent on the number of
        slides between the current slide and the first match.
        
        Fix this by not calling sd::Outliner::SetObject() (which would call
        sd::Outliner::SetPage()) right after finding a text object, only later
        when we know it has matching content.
        
        The result is that the number of invalidations is not O(n) but O(1) till
        we find the first match.
        
        Change-Id: I29a11c8737a7e1db6a247eb98617d12495c8bb41

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d1d280741f62d60fe56cd86da995b08228a1594]

        Related: tdf#74132 CppunitTest_sd_export_tests: clean up testSearch()
        
        Not needed anymore since the dialog is gone.
        
        Change-Id: Icd3747683d2656a9404b405fc29aae6183dcfe15

2015-10-12  Caolán McNamara  <caolanm@redhat.com>  [2445de28ad8cc1aed1302e14a2da3372a9f23c10]

        valgrind: memory leaks
        
        Change-Id: If47170b323cb0b48b7cf2182ecbecfac575a6118

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [8cac4fec445e4e7d0c053a4c364eee0c55c69fdb]

        loplugin:loopvartoosmall
        
        Change-Id: Ic3667c0daeeeb5b09eeaae66899affda65e2e9a5

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [738f143f870b632fd1061123c53a607041c5892e]

        fTexHeightPos shall be incremented across loop iterations
        
        Regression introduced with 92c8d74c543aa94cd512369072975dca7006d5b3 "CppCheck :
        reduce variables scope," found by clang-analyzer-deadcode.DeadStores.
        
        Change-Id: I3758a9827d4d242d4fd57af7bbb77decf2d0f327

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [da5f77b001837c0660197b3ae80f1146eab8b200]

        opengl: convert to RGB buffer, use unique_ptr
        
        User RGB buffer rather then RGBA when converting an unsupported
        bitmap buffer for reading into a texture.
        
        Also use unique_ptr rather then manually deleting ImplPixelFormat
        instance.
        
        Change-Id: I4c94c22b7e185c176e45a1b9c4db6443fe6c4234

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d4b4483ecdc072b64158fb7376f73e9d83d88c58]

        opengl: Extract calculation - bytes per row into its own function
        
        Change-Id: I24864df3e698704d84f62be25daa3dd54b4dd356

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2c91daa5bc317a3afcb314160df6ecb988aaffd3]

        opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmap
        
        Change-Id: I00d695e11f4df140482bba7d8909216515e330be

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9c48fae01c4577cfa1bd8dca5fd44367d25bbaf0]

        opengl: remove code duplication when rendering a texture combo
        
        Change-Id: Ic184e0e96103bb63322c8aaf8758c4c8f423e0b9

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c97ca26f2d5790d46b712813c15bb6731f0232b0]

        tdf#94384 fix black icons with OpenGL enabled on Windows
        
        Looks like the Windows specific code in ImplUpdateDisplayBmp is
        not needed anymore and causes problems with OpenGL. The icons after
        the change still seem to be drawn correctly with OpenGL enabled
        or disabled.
        
        Change-Id: I3ae1a0ceb947254aaadbc3d772f0d662b291b594

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [78a4e9cb89830191e77c558759e845e5a15b9cc7]

        vcl: recolor images (icons) to be more visible in a dark theme
        
        This adds recoloring of images/icons (suited for breeze and sifr)
        so they are more visible when a dark theme is used (for example gtk3
        can switch to a dark theme). LO must be started with environment
        variable VCL_ICONS_FOR_DARK_THEME set to 1.
        
        open issues - currently all images/icons are recolored but not all
        images should get recolored.
        
        Change-Id: Ibc42e30af79bb4c4f04c67b760019311b97b2cc6

2015-10-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [09374b5acdec0743a1f860f70ccd15eda24fa399]

        remove unused BitmapEx
        
        Change-Id: I787be4f2da514017fd14100f56ed323d30dbe99d

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb44338df3aa4e2f45a7e03131c2e774d35aa1a8]

        sw: indentation fixes
        
        Change-Id: I29dbc13abea146dd7bdd6a52e30ff104a2900163

2015-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a44d9541c78e6b398c42e0b8d559665f5dec4e0d]

        Emscripten: Seems we need cairo canvas
        
        Change-Id: Ib6a10305e0e1b92d7ccc0a4e4ad580d286cc166e

2015-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [db4f28caa37d45ef21dc10c9eea1aadb0f8a6dc3]

        Emscripten: Disable nss for now
        
        Change-Id: Ife976e777946e75510b96d64ad04e847b4a59141

2015-10-12  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [79104cbaf76988d3880c84900a5515b8f86a6b66]

        Emscripten: Enable debug output during build
        
        Change-Id: I7c65711a2bdf6616d31712b4b23305a5dead59f7

2015-10-12  Stephan Bergmann  <sbergman@redhat.com>  [257bbb558a413da14ac20decf71ef34295bd6e57]

        loplugin:stringconstant
        
        Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4

2015-10-12  Noel Grandin  <noel@peralex.com>  [b6273d930e70225c6671b3ecadac93be8b5e13d8]

        some small cleanups
        
        Change-Id: I03221fd5e618155dc093dd4dd7474f516d63761e

2015-10-12  Noel Grandin  <noel@peralex.com>  [7912d5fb74ece92b2229c662a3a9aff8eb201c5a]

        now we can get rid of the convoluted ControlWindow template
        
        Change-Id: I4365e5819784a26f4a71eab8a64cc53ef35d9ad1

2015-10-12  Noel Grandin  <noel@peralex.com>  [70254f61ea889cde1eb49b417c8cd9819541b4f8]

        now we can push the controlwindow down and lose some type-casting
        
        Change-Id: I3bc5963bad29898bd104feddef1bc1d00a1325e1

2015-10-12  Noel Grandin  <noel@peralex.com>  [42571e3d4e12c03f32197e9275fa203b86356942]

        reduce the web of class relationships here a little
        
        make CommonBehaviourControlHelper a base-class of the
        CommonBehaviourControl template, which allows us to dispense with the
        IModifyListener callback interface
        
        Change-Id: I3c02b864fa08fc50515c11af859477e0fdc035e3

2015-10-12  Noel Grandin  <noel@peralex.com>  [a517b945e7e71cc928645431e1f28cc82f32844b]

        improve naming of template parameters
        
        Change-Id: If62a86b914db634c662949a04396b95e3f44be2a

2015-10-12  Noel Grandin  <noel@peralex.com>  [e1d7a84955f88be38e8daf9c0f4e242f8e8e3652]

        loplugin:mergeclasses
        
        Change-Id: I935c6144a7731091e7fdb0a818b54f30d3304f2e

2015-10-12  Noel Grandin  <noel@peralex.com>  [8d811d701fb8618195a87fa05f83cc270bf3839b]

        loplugin:mergeclasses
        
        Change-Id: I672d277a8d2dc6b57b299679e7e98348f9dbde30

2015-10-12  Noel Grandin  <noel@peralex.com>  [1d8806120f03e76574d5181fef0f0e81a3273caa]

        loplugin:mergeclasses
        
        Change-Id: I31fe981dac14bd732ee68ee1a2e475dd1b0498a2

2015-10-12  Noel Grandin  <noel@peralex.com>  [6b34ac24194ae56d2762fcb67ad1e5dcf1bf3a82]

        loplugin:mergeclasses
        
        Change-Id: Ic02d59708670949c3342566753882eebd086438f

2015-10-12  Noel Grandin  <noel@peralex.com>  [06e4a9899085465bb352d612e06a07b8ff536892]

        loplugin:mergeclasses
        
        Change-Id: I6266369912413d51c9f1595b13dca97d3d74225f

2015-10-12  Noel Grandin  <noel@peralex.com>  [f8ba308cd7cd2844bae6b27cd758caaab89dcece]

        loplugin:mergeclasses
        
        Change-Id: Id6e39c2c20ab3da5a8b8628f99a940b896feff78

2015-10-12  Noel Grandin  <noel@peralex.com>  [523eaf4888fa7888d66739fb62f4af473dbc9704]

        loplugin:mergeclasses
        
        Change-Id: Ia4c09c5b835e77eaa2d4c0d8c74f146feb0905be

2015-10-12  Noel Grandin  <noel@peralex.com>  [48532dfa60da3a0a897a26a9ff9cf97e7bf195fd]

        loplugin:mergeclasses
        
        Change-Id: I1ce2e31e4dae780612e51b3806ee6044be9cf4bb

2015-10-12  Noel Grandin  <noel@peralex.com>  [fcddbf6fa3f8e35d04998e409c997570429fdf46]

        formatting
        
        Change-Id: Id712e25efc6ea99c0979b48e6cbec068864f4c46

2015-10-12  Noel Grandin  <noel@peralex.com>  [d5434a21110e7d14aa1580fc806c358a20136d62]

        unnecessary and confusing typedef
        
        Change-Id: Id16013c3e12312608eba2eda378debf362da7013

2015-10-12  Noel Grandin  <noel@peralex.com>  [529f15859b4699b01f32e4ac438b35afe05f9143]

        loplugin:mergeclasses
        
        Change-Id: I660b102e0e053e632ea6f1880e92652bc1ed5e5e

2015-10-12  Noel Grandin  <noel@peralex.com>  [0f8873612829f7946ea6c3114b050320520eb75a]

        loplugin:mergeclasses
        
        Change-Id: Icd01de71fe87e0bf17eba39f5b00fc9a46765509

2015-10-12  Noel Grandin  <noel@peralex.com>  [3e6ff89b5ca9c9b164deae82ab24a7ba1552e89e]

        loplugin:mergeclasses
        
        Change-Id: Ia4ae4f17fba9775fc53618ab1662c10e37ee4be3

2015-10-12  Noel Grandin  <noel@peralex.com>  [14421f20dca120aeee3cdd56cdcb6b25637fda2c]

        improve the mergeclasses loplugin
        
        Change-Id: Icbb873c4ac15ef146b126b97f45eabdc53cd4c1a

2015-10-12  Noel Grandin  <noel@peralex.com>  [527a9a11460a374f5309a0df9c3a58793b023701]

        loplugin:mergeclasses
        
        Change-Id: I555e3db911a97e798ce9f10c76d7fe187ea550a7

2015-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [51438e87d0e17a4cc3c991165d22c740b3ac1fc2]

        tdf#89165 sw: looping layout in SwHeadFootFrm::FormatSize()
        
        FormatObjsAtFrm() returns false, indicating that the result is not
        perfect, and the caller hopes that formatting all children of the frame
        again will help. Make sure that in case that assumption turns out to be false, we at
        least do not loop.
        
        The loop limit is enough to make the original i#43771 bugdoc still laid
        out properly.
        
        Change-Id: Ife9bd99a628a72edb922d04e05081971b6adf340

2015-10-12  Noel Grandin  <noelgrandin@gmail.com>  [e757c471139094525bd0a967e1b72747f35f99bf]

        convert Link<> to typed
        
        Change-Id: Ib9a493af0f64c5f3eb50f392805c3278ed2164a0
        Reviewed-on: https://gerrit.libreoffice.org/19304
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-12  Noel Grandin  <noelgrandin@gmail.com>  [ccc5ea08d64c38a9ce925d448c3010aca19ed35c]

        cppcheck:variableScope
        
        Change-Id: I037feb335499629300309851dcda3bb661f03d4f
        Reviewed-on: https://gerrit.libreoffice.org/19316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-12  Julien Nabet  <serval2412@yahoo.fr>  [898aff0d190b09d16cce866909b64cf023cba43f]

        Related tdf#45775: PgSQL new DB allow empty Datasource
        
        Declare PostgreSql in dsn stuff
        
        Change-Id: I72343bff0d5e6a65a45fc47cc1d346155330f1e5
        Reviewed-on: https://gerrit.libreoffice.org/19310
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-10-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5b791ec5e0bd6e05769bf9683d9e1f8b3344b9a5]

        android can only target sdk 22 - openssl triggers text relocation errors
        
         scanelf -T android/source/obj/local/x86/liblo-native-code.so
         TYPE   TEXTRELS FILE
          liblo-native-code.so: (memory/data?) [0x30E35B6] in (optimized out: previous OPENSSL_rdtsc) [0x30E35B0]
          liblo-native-code.so: (memory/data?) [0x30E35D2] in (optimized out: previous OPENSSL_instrument_halt) [0x30E35D0]
          liblo-native-code.so: (memory/data?) [0x30E3646] in (optimized out: previous OPENSSL_wipe_cpu) [0x30E3640]
          liblo-native-code.so: (memory/data?) [0x30E494C] in (optimized out: previous sha1_block_data_order) [0x30E4940]
          liblo-native-code.so: (memory/data?) [0x30E79BA] in (optimized out: previous sha512_block_data_order) [0x30E7980]
          liblo-native-code.so: (memory/data?) [0x30EB7B2] in (optimized out: previous AES_encrypt) [0x30EB780]
          liblo-native-code.so: (memory/data?) [0x30ECDF2] in (optimized out: previous AES_decrypt) [0x30ECDC0]
          liblo-native-code.so: (memory/data?) [0x30ECE89] in (optimized out: previous AES_cbc_encrypt) [0x30ECE70]
        ET_DYN  android/source/obj/local/x86/liblo-native-code.so
        
        with target level 22 it is only a warning:
        W/linker:
        /mnt/asec/org.documentfoundation.libreoffice-1/lib/x86/liblo-native-code.so has
        text relocations. This is wasting memory and prevents security hardening.
        Please fix.
        
        with target level 23 it is java.lang.UnsatisfiedLinkError
        
        Change-Id: Ia55c75c46a64854e46aab3329fef3e9b522a5ba2

2015-10-11  Caolán McNamara  <caolanm@redhat.com>  [70049dbeb286cb0613526e1c3c0318d32a446e58]

        ignore orcus::sax::malformed_xml_error etc too
        
        e.g. kde323651-1.pptx etc
        
        Change-Id: I59319733902a0c1298094bc1541d763938334ad4

2015-10-11  Caolán McNamara  <caolanm@redhat.com>  [50529b713221548d9aa7447d125b734b8de44fa0]

        fix crash on examining ooo55043-1.odt etc
        
        Change-Id: I3b57f50b09d491bd1b021eb95587becbd3f169a2

2015-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [888535f1c4e8617786c1cb6151aa5ef992b0c30f]

        tdf#90053 add svgio to Android Viewer, so display of svg works
        
        the default Impress templates also make use of it, so not having it only
        displays white background...
        
        Change-Id: I34ffab7389fce60941fd926673a4999d40c50190

2015-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b6430ed7fd4b6d3656f70f98ea1b089e049a3847]

        tdf#94891 fix crash when rotating screen in docbrowser right after launch
        
        will likely also lose the current directory, but much better than
        crashing.
        
        Change-Id: I9ce20e1954a6f58325413046e258ded75b6c8848

2015-10-11  Tor Lillqvist  <tml@collabora.com>  [4d8b2f8b996e2ff396a5b492125410ccc8ee2802]

        Moggi thinks this mutex is unnecessary and I trust him
        
        "Is the mutex really necessary? Normally outside of the chart OpenGL
        only the thread that has taken the SolarMutex should access the OpenGL
        code. In general we have bigger problems if several threads start
        rendering in parallel."
        
        Change-Id: I5f8fa8c771d5e2e0df4cfe903b15d00e5cc162b1

2015-10-11  Caolán McNamara  <caolanm@redhat.com>  [33d3d67c5916fe0f61c05be4c3396d093cc6f871]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: Ia9b95232f14b2a6f5c06c0720a91f44217f5c80c

2015-10-11  Julien Nabet  <serval2412@yahoo.fr>  [c65ff0723f3b0df108bec006be6d5939d4999e10]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I93b65c89cc7475460e0e7339f939cc058f36f0da

2015-10-11  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [b49a2f7373e950efc3fe11b89309313ac69c1e1f]

        tdf#94888: Accessing Sharepoint r/o share through UNC path does not work
        
        Added a Windows API missing error.
        
        The error added:
        
        ERROR_CANT_ACCESS_FILE
        returned when a file cannot be accessed by the system.
        
        Mapped to existent osl_File_E_.... for compatibility.
        
        Change-Id: Ia68cdf761a62db8960b143a69ccfa3e12fc6eac5
        Reviewed-on: https://gerrit.libreoffice.org/19270
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-11  Daniel Robertson  <danlrobertson89@gmail.com>  [91e0161dc5a0de0dcce1696aea318d919d5d04a1]

        tdf#93243 slideshow: replace boost::bind
        
        Replace boost::bind with C++11 lambdas
        
        Change-Id: I13c500d085e6b8e80b2c067139db4ed0fffb2c71
        Reviewed-on: https://gerrit.libreoffice.org/19299
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-11  Daniel Robertson  <danlrobertson89@gmail.com>  [b6297280853a7325ac0fa226b783652b22daebd0]

        Replace simple while loops with range-based for
        
        Replace simple while loops with range-based for-loops when apropriate.
        There should be no side effects due to this change.
        
        Change-Id: I0c39d4c10c991354248e864a09333144974c953c
        Reviewed-on: https://gerrit.libreoffice.org/19281
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [143fb0a4b5d4ab69d4928299d8112ab95d99870a]

        move extracting assets to Java & use AssetManager to access assets
        
        using AssetsManager in both java as well as native parts allows to
        handle files both with and without compression transparently
        
        Change-Id: If02f1159c498be7ea965fd9c217410722f2dca1f

2015-10-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ee8257a1c70eadb7330b0ee99ec3b86fe4084bdf]

        migrate android build to gradle
        
        move preparation tasks (creating assets/processing files) from the
        makefile into the gradle script
        
        This allows much easier integration into android-studio (just open
        android/source with android studio after running make to compile the
        native library)
        
        Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496

2015-10-10  tagezi  <lera.goncharuk@gmail.com>  [8dc648d0f32e94fe283e2d635f236012491819ca]

        Updated core Project: help  0b6f8089829c49f01e35ce7bb11d5e0e0dfc70f2
        
        Added description COUNTIFS function
        
        func_countifs.xhp is new
        In func_averageifs.xhp and func_averageifs.xhp: added the link to COUNTIFS
        	corrected some typos
        
        Change-Id: I2f9980d331bac807b1e1e03af24b5660c0081118
        Reviewed-on: https://gerrit.libreoffice.org/19288
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-10  Caolán McNamara  <caolanm@redhat.com>  [1412229c6e1284808b99cdcb33de99c511511b7f]

        cppcheck: redundantCopy
        
        just zero the un-overwritten new entries
        
        Change-Id: Ifea1560a1c46ac5b10c04e6499c02e29a957191a

2015-10-10  Slávek Banko  <slavek.banko@axis.cz>  [4f0a68ebc4476ee0a78e638d1a08007edf8d2e3a]

        Fix FTBFS with TDE integration due to recent SalFrame changes
        
        Change-Id: I00297726c1fc5ee8fd88f12f96befe2b2a4cf954
        Reviewed-on: https://gerrit.libreoffice.org/19295
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-10  melikeyurtoglu  <aysemelikeyurtoglu@gmail.com>  [30b3676624685e260e2ec1909486b971fac129f7]

        tdf#94879 add 'm' suffixes to member variables
        
        Reviewed on:
        	https://gerrit.libreoffice.org/19290
        
        Change-Id: I48b0488edc9462ec1c15188d0b5c893db529c0e7

2015-10-10  Szymon Kłos  <eszkadev@gmail.com>  [c18dc237dc28eef504a0867cf5be6461edec6bbc]

        remember host name
        
        Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6

2015-10-10  Szymon Kłos  <eszkadev@gmail.com>  [2660a20170f31c764a7a5720c0d8b678dfb84666]

        fixed CMIS service editing
        
        Change-Id: I62e89700b158ace1edcf26384f4294ba0661444a

2015-10-10  Rene Engelhard  <rene@debian.org>  [34433196114f91af7216fe03823d2d0e920750bd]

        add "GODSON64" aka mips64 to the JAVAINTERPRETER 64bit check
        
        Change-Id: I20aa0e6cea6626efb5f507a6dbbfb7e6149029ce

2015-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82cf6c67373290c65523431e845d00c67f08be42]

        also update line panel for axis, related tdf#94933
        
        Change-Id: Ie280fa01dbe25287d01b7f36d152ee55ce5dbe07

2015-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ddad211de9c6a87ccf328ae6bcbd1f6b9e65e6b]

        also update line panel for average and trend line, tdf#94933
        
        Change-Id: I7ab991e94005665809ec52b8d4310209eb6ef75b

2015-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f73eae61e137b04afa805c8b50713006179a014]

        we need to take the SolarMutex when we change the UI
        
        Change-Id: I6347a1466038afd625cf59ae2ee87cb4e2014aa0

2015-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14237c1678167da725fee079532c4669264d697f]

        use trendline context for trendlines, tdf#94931, tdf#94934
        
        Change-Id: I0cb9cdec33924e560b24744cc78d632025a189fc

2015-10-10  Caolán McNamara  <caolanm@redhat.com>  [3a03ee49e7cced375decefd336294632180414e4]

        afl-eventtesting: there is no focused/active window in headless mode
        
        so close all open frames, not just the active one
        and send events to the first discovered visible window and not the focus
        window
        
        Change-Id: I7339bc6743cd3106ceddea049136796121819eb3

2015-10-10  Caolán McNamara  <caolanm@redhat.com>  [b78d4c6503ff47177316685aae79cb5eaf55e33a]

        valgrind: zero padding bytes
        
        uninitialized memory warnings on --convert-to pdf
        of ooo115771-3.doc
        
        Change-Id: I2dac6fe29d23d6e25c2f1d1511886d8b585e498c

2015-10-10  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f99743efece35bf1024a833ad0220a723b33256e]

        Updated core Project: help  a52136a62f56c0ed327eeaa547098134a4f2fca8
        
        “Selects to” → “Select to”
        
        I think those awkward “selects to [do something]” were actually intended
        to be “elects to [do something]”. But I changed those occurrences to
        read “[You] Select [in order] to [effect a change in something]” instead.
        
        Change-Id: I4aa6bca614023f0b9a5413208bcdbe113babef4e
        

2015-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2db1e3447298f2b25287ff6ad4c5dda1e675f5e3]

        fix gnumeric import
        
        Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c

2015-10-09  Douglas Mencken  <dougmencken@gmail.com>  [f1e6e9e7ff739993f8a92cf268112f8be9769cbc]

        fix build by moving python-related includes below others
        
        This fixes build errors like "macro (...) passed 2 arguments, but takes just 1"
        
        The reason is a conflict between tolower() etc. as a set of functions from <ios>
        and a hacky fix in Python's include pyport.h which tries to undefine tolower()
        and then redefine it
        
        Change-Id: I82e5ac19b70912d09d5e3a34c93eddc08cec9260
        Reviewed-on: https://gerrit.libreoffice.org/19082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [e695f173ccd3cd6c01c7191b98bb452fd387eb6d]

        tdf#39468 translated german comments in test.cxx
        
        Change-Id: Ie40fdafe89d2feed45306b50a358a02b077ceb52
        Reviewed-on: https://gerrit.libreoffice.org/19287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-09  Rene Engelhard  <rene@debian.org>  [a41a4a22f1a7e82ab64f28b71f5ce6acc1c04921]

        remove now unneeded apache-commons libs
        
        Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4

2015-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f2db5dc927df9b0d8c38eec76a4232c9ff4ca8f]

        don't put the checkbox into the HBox, tdf#94870
        
        Change-Id: I28f4895814d9fc419274de5681efa535e815f822

2015-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33972dea7d8849842929060be8f970e090077e4c]

        correctly dispose the chart sidebar when leaving chart, tdf#94292
        
        This is a much better approach than my old one that tried to use the
        correct XModel with the chart sidebar. Now everytime we leave the chart
        edit mdoe we destroy the chart sidebar panels and recreate them when we
        go back to chart edit mode.
        As a result we no longer need to have worry that much about using the
        correct ChartModel and about the lifecycle of the ChartModel.
        
        Change-Id: Ie85ad82968e20a81f059d4bd930a83a70da35fc9

2015-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c129a415ad0998b1544aed756316ed869148ef7b]

        no need for using rtl::OUString in core code
        
        Change-Id: I6fc8a928374de48910395685b500ba95e8621d39

2015-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfa0c4c9986c87135ef19190ad260999cc1e43fc]

        remove whitespace
        
        Change-Id: I6390f16a6c2346c4c903a34d702277b931bc0079

2015-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ea449d37cf60186ded1372ac0de96c6bac955cd]

        remove whitespace
        
        Change-Id: I02541a12c893038f090a8e2847b6882669a967df

2015-10-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [48069490a1623f43455401ef0c74a2b19237be56]

        tdf#39468 translated german comments in styledlg.cxx
        
        Change-Id: Ib6ad2fff04dbbcdb3d5f527d0a23c771409dc6e3
        Reviewed-on: https://gerrit.libreoffice.org/19285
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-09  Rosemary  <rosemaryseb8@gmail.com>  [adf8def2b09c0276f0ce836b58d7a3aa722eee15]

        remove redundant code
        
        - Use the existing createHexStringFromDigit()
            to export hex digits as strings
        
        - The parameters offset and stream name
            are not required
        
        Change-Id: If9aab7816efb81655c40a11743e8951ab0b26e1d

2015-10-09  Rosemary  <rosemaryseb8@gmail.com>  [3bd12cb580c77d3d8f9b1147192644fd6a955885]

        correct creation of hex string from digit
        
        Change-Id: I891a2a0b3e2194892bd4629c22b823902d18adc2

2015-10-09  Rosemary  <rosemaryseb8@gmail.com>  [bb0c5f767a1e124c1ca24f783676f91749b73e80]

        Convert hex string to upper case
        
        Change-Id: I5ccdfc62a8fd3521b6c4ee0029e70b41aaf4542e

2015-10-09  Eike Rathke  <erack@redhat.com>  [53ce26978f72d75516a1a91652a2ad96c223ad7c]

        Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double value"
        
        This reverts commit 934e47958c78d1184beaaefdf3baefd3eecbea05.
        
        Calculating with NaN cries for even more problems..

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [d2a07cd3214af27c5af601992e3c4a1a6e3b3dad]

        crashtestig: infinite recurse in ooo32833-1.sxc
        
        integralPhi is called with nan(0xfffff000001f6)
        which recurses through rtl_math_erfc->rtl_math_erf->rtl_math_erfc
        until we run out of stack
        
        Change-Id: Iab8a22fb23686d22d151f2508dbeb44ab47a76b7

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [6f70f1c04dbe8c1b11227781b20b50e5b10c93d6]

        afl-eventtesting: we want to allow dialogs in ui-testing mode
        
        Change-Id: Ibd7f88734492c4336e8a92ebbf9c70afdb7b3b5c

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [aadda5d17f6e422da143ea774f759bfc5f629c5b]

        xmloff: fix ODF import of gradient draw:angle attribute a bit
        
        ODF 1.2 part 3, 18.3.1 angle, says "An angle, as defined in §4.1 of
        [SVG]" and "If no unit identifier is specified, the value is assumed to
        be in degrees."
        
        Unfortunately OOo could only read and write 10th of degree here.
        
        See also https://issues.oasis-open.org/browse/OFFICE-3774
        
        As the first step towards fixing that, implement the import for
        draw:angle values with an angle unit identifier, but leave the import
        as-is if the angle identifier is missing.
        
        Change-Id: Ib88d417c03998ebcfc569b01492f0e1f851bbc85

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [a8f053697c6c6cfa07ce200165df8a1c9968a9de]

        filter: convert OSL_FAIL to SAL_WARN
        
        That literal %s was irritating.
        
        Change-Id: I2925b26b1f3d1c101106ca616d18b24b41210c72

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [5d826db15beaff4f0930724431d34f7103111591]

        crashtesting: ooo95537-1.xls fails with a fAnz that is nan
        
        so it happily passes the pre-cast string bounds check and blows
        up in the post-cast string access
        
        Change-Id: Ifd4d087b37e8a84d886e2f7833dfc773b8bf1343

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [587c02d2554111528a8c590dad9992bb423305a5]

        malloc + memset(0,..) -> calloc
        
        Change-Id: Ic7c496259258bf36cd885ed68912b43117f348f0

2015-10-09  Michael Meeks  <michael.meeks@collabora.com>  [c0096b5b8412a8bfd40b84491e6d6eccd6d98504]

        Hold the SolarMutex while updating properties; thanks to sberg.
        
        Change-Id: Id9dc4c7e083da2a8d44c7295a8b605de81bca1ef
        Reviewed-on: https://gerrit.libreoffice.org/19272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-09  Michael Meeks  <michael.meeks@collabora.com>  [f76b3dd039818cc2b297fa2a11b60d9e055e6d8c]

        Move SolarMutex down from tools to comphelper/ to make life easier.
        
        Change-Id: I7dd21f30daa27e5de2848eb16aee9a610dd629d5
        Reviewed-on: https://gerrit.libreoffice.org/19271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-09  Maxim Monastirsky  <momonasmon@gmail.com>  [3e23ee076ae6b46af617c0692998b22459a43dde]

        tdf#94910 sc: Fix drawing tools
        
        Regression of:
        
        commit 89d39bc100aabf5dccbe77c0b5c0c85736e85b39
        Author: Oliver Specht <oliver.specht@cib.de>
        Date:   Wed Sep 30 16:10:07 2015 +0200
        
                tdf#94559: 4th step to remove rtti.hxx
        
        Change-Id: I94408dafde0f2dbea6c3a112963468c593adfc2d
        Reviewed-on: https://gerrit.libreoffice.org/19276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-10-09  Justin Luth  <justin_luth@sil.org>  [fb62052d5ac069d700a5410db35d6949a4c4008b]

        tdf#94679 Writer: fix lost selection with Shift-PageDown
        
        Push/Pop-ing the cursor led to selection loss.
        SelectHiddenRange() immediately returns false if the current cursor
        hasMark(), so avoid all of the bugs and expensive push/pop routines
        when there is a mark already.
        
        Change-Id: I4624a3e0b2267942812d0429d527ad97962ec7fc
        Reviewed-on: https://gerrit.libreoffice.org/19108
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-09  Takeshi Abe  <tabe@fixedpoint.jp>  [4850edd31afa16401ac7c94d8bd1b02525fbe718]

        starmath: Prefix members of SmNode
        
        Change-Id: I2658b8fc9d36fe92dd91e0f5adc27612ce1dc438
        Reviewed-on: https://gerrit.libreoffice.org/19268
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [9ed4ad81adbcab21bd06c9d531921ab0e36dad3f]

        afl-eventtesting: don't imply invisible when headless for event testing
        
        Change-Id: I5ecf90a927b2ec4aeb2c0586a5da2f814c9062dd
        Reviewed-on: https://gerrit.libreoffice.org/19275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [3782235a0b5f142fc7f5a3007078a2cad1ff5539]

        loplugin:staticmethods
        
        Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [3c64e4bbdb48942483d68a429d60ae9e57094ca6]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I54691786167fd17b115460f3329573f0c2f023ed

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [c3bcd36d1081bca13ecc0ce5179fd31cc24b761a]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I97db1e22a42e25186be0d7304b9f2a5204fc1c83

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [215150c54a2d58337571f76d8b3c26676672f36c]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I9329233a85df26dcfd83002e50604a6ea4fb50f9

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [987203a2794df1a9d21a548eade79893d2c9aa36]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic3464a466302b87fae70a63f2723d1355eccab6f

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [4a0ad999d29ae63db61f80c1b9ed9e76104015e7]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I11b99fca91b266bdf6c29dc142511bf01dbd4bed

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [8a8aa4b1af74a4f4bdd40271cc2ff0bd578252c2]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ib9eae95b8ace37d31e905bc098c67de97b7816e3

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [a35df7f88161956f92e1d501c83a32f927268f98]

        Abstract out repeated code into lambdas
        
        ...to silence a clang-analyzer-deadcode.DeadStores on the last update of nLeft
        and nRight, each.  Also, adding a gap of 3 to nRight in case no further buttons
        will be layed out next to maDockRect resp. maHideRect is irrelevant, as nRight
        will not be used for any further layout computations in those cases.
        
        Change-Id: I251d4470099b1f98782ebdfd0c776d881bb7fae5

2015-10-09  Caolán McNamara  <caolanm@redhat.com>  [d5c18dc3e8bb107e8ddf960261bb9257f2e49a35]

        afl-eventtesting: provide a way to pseudo-restart
        
        i.e. to reset to the initial post-startup state
        
        performance still isn't great unfortunately, 0.7
        cycles per second before this, 2.6 after this
        
        Change-Id: Ib9d83b70f0cf052af36a49ed5bacef295fe9ed11
        Reviewed-on: https://gerrit.libreoffice.org/19269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [c43d831578e994f39fcd939ce636c0b8abaae6c3]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I8a6ea395192d31391868f44152ab3b543a07aeaa

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [1e688a945b55f5e53d06a30d97ce885e0f6bbbee]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I9e2cf9b06fcf0b0a9dfd642fa788f203ade19fe3

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [f0ae58552b2a5d27b90e382914b492f679f581b0]

        clang-analyzer-deadcode.DeadStores
        
        ...assuming the success of both steps 2 and 3 should be checked (though the of
        this code is lost to history past 40d960cbdba0dbd445d624f62a523b7e78d5f5c9
        "divide pdfwriter_impl.cxx")
        
        Change-Id: Icea5de98e5a0559dbc0f837650e842fb49bc41e0

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [7ea8a4e74381de7c904ea49eabff03b4d4fd9e5f]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ie1d3afb0b9ca59232214d9ab6da9fa761a3fd449

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [6747fa4fe8a939ad877f95bc777b29a1ec242436]

        Abstract out repeated code into lambdas
        
        ...to silence a clang-analyzer-deadcode.DeadStores on the last update of nUsed
        
        Change-Id: Ib470f09155bd181b05bc0342543a36e59b8dd937

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [0cab8199f345d01bfcbf2f6a0be63b34b1dbd285]

        clang-analyzer-deadcode.DeadStores
        
        nSxe, nSye were unused ever since WMFReader::GetPlaceableBound was introduced
        (seemingly, involving some copy/paste) in
        fa149f402b9222d361e79769933bc6c58101ddef "#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"
        
        Change-Id: Ica6fb9ec1d25bd5314e73610eccef2a4df0c310f

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [3f74bbf4f53112db4ba9df014ee9da760898652d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Icef974fccdc487b8abef3b1200b0b34b7be703ec

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [65cae2810d209348f92789dfc43a6abbfcaf38f9]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I4924a3cecb1e12874659eeccde51126fab4d4e45

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [948c2d7b9fb30c5da0b0c10685828f401cb5bd03]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic76cf540896ba217f7df6045be31197b64298bf3

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [3589ad69d0b20d7e1f6084206f1ed577945b5427]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Iabb2d50cced788ab49d21e1aadcf5ab685107511

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b6338f39eb965d3de22bb57e5c1f72432a06329]

        sd: add SdPage::dumpAsXml()
        
        Change-Id: Ifef668530d660b0b6330f1e60ed558501a74611e

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e1503dbd01aa62ae4ad0af4f481797521c1c8d5]

        lokdocview: log postUnoCommand() arguments
        
        Change-Id: I0febc2b89d95bde59ad9d3a90d404b3932cc3624

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [83c5214889c712646e45dc1c19b6d3c13a05aa83]

        loplugin:saloverride
        
        Change-Id: I7b640ecf957ec2663c68a9548680a64c85470da5

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [7eeb1c908b58df395b21bf5fbf5d565e9b51ce66]

        Apparently, pUndoDoc must be reset before calling DeleteSdrUndoAction
        
        ...in ~ScUndoDeleteContents, otherwise (implicitly) resetting pUndoDoc only at
        the end of ~ScUndoDeleteContents could cause a stack of calls into ~ScDocument,
        ~ScTable, ~ScColumn, ~ScPostIt that operates on stale pointers, as an
        SdrCaptionObj is already destroyed while the ScPostIt still points to it.  See
        the failing JunitTest_sc_unoapi_2 under ASan+UBSan at the end of
        <http://ci.libreoffice.org/job/lo_ubsan/41/console>.
        
        Regression introduced with ee9b3c1f1cb7445f0a7e76736e32fe81878f8d00 "Return the
        std::unique_ptr itself here, not a raw pointer."
        
        Change-Id: I5e1c6c3e46cb46388d186b63ce23b00fd298a32b

2015-10-09  Michael Meeks  <michael.meeks@collabora.com>  [ccf8bdcf929e842ef42ae968e4f0532282357277]

        Create a wrapper to make listening for configmgr changes easy.
        
        Change-Id: Ib58d04f9e046e604b24e0e338796a7a60aa1d6fd
        Reviewed-on: https://gerrit.libreoffice.org/19253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [18b934af9979522c8cff1ff76504ce19c3e6916d]

        swext: increment the extension version number to 1.2.0
        
        ... and also set the User-Agent header so the servers know who's messing
        with them.
        
        Change-Id: I0173db05868c5fcd0f85435adf78884ca562596d

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [2ccef1c93d4c1a478fbdd8a49caf0735f68ba141]

        swext: add a logging out stream to help debugging TLS connections
        
        Change-Id: Idbabae3edad5e95a37fa9834d24a72ebd13087ae

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [4b6ceed4a4a9b152905a8b1712ffb9bd61373c16]

        swext: Wiki Publisher does not use those apache-commons libraries
        
        ... itself, they were apparently just dependencies of
        commons-httpclient, so remove them.
        
        Change-Id: I8fd5c85db058c4aa14c4f5fea20fd17ba361b0b2

2015-10-09  Michael Stahl  <mstahl@redhat.com>  [f7d149a731a0284d3d7b7b1c26c736654e0712fd]

        swext: remove commons-httpclient dependency from Wiki Publisher
        
        JRE 6 has sufficient HttpURLConnection etc. stuff to make this work
        without bundling external libraries.
        
        Change-Id: I6c71980c718169024006f02a96c442a71d798d55

2015-10-09  Eike Rathke  <erack@redhat.com>  [8e2acdbcbd3afc1777d6e68a83ebbe6d8dd77645]

        Resolves: tdf#93613 let referenced document evaluate macro config
        
        ... if the current document allows macros.
        
        Change-Id: I927981334e27d073696286ba680777a645d53653

2015-10-09  Noel Grandin  <noel@peralex.com>  [5c9e999859932235c2cf172f3dc968c80af3a0ca]

        fix KDE3 build
        
        after my commit 0e30af6fdc496ee1b935d68e979aa63729cef878
        "convert SAL_FRAME_STYLE to scoped enum"
        
        Change-Id: Iefa1b9a39a50ea09fb6a2615196a8adcea40df0d

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [c1df3a34dd3243fbbef503eb28e239df5d4a18b7]

        loplugin:literaltoboolconversion
        
        Change-Id: Ie2d1b466f5773799347aac59d7b5dc25f283b920

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [6b4c435b1b642eee249dfd6212f161c6f8398d95]

        external/openldap's include/lber_types.h is generated during build
        
        ...from include/lber_types.hin.  So fix dependencies after
        cad68c6559a350aadbb1d3b2fcc8d78d1851b057 "relax deps of link target on external
        projects."
        
        Change-Id: I1c002b063c53f82ff18d11577a99f7413f7fb7a5

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [dfd3d6644aa42d77b2108fab72ce34022d88dfeb]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Iad11e6bcb64976c7eb4181ee327602e6c3a7e26f

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [93de4dc2d7d7ed079aaf57493c35609cf1b19fde]

        clang-analyzer-deadcode.DeadStores
        
        ...follow-up to 63899beb6c033f4dc305a046c558c348a907ea40 "WaE: unused variable"
        removing the nVerticalSamplingFactor part
        
        Change-Id: I2830dc0647cf651014e1199ef62a7ea50e4a1719

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [8caf23a7f297bd18dc833146923432fab416b387]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic2d49519475db8292fecf18eb5c90a74ace8dfe7

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [cb680992d256e01494956b25f3f3517f63c2e558]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I68ab6da7c90b869499f1b7a4d2433dac77d36889

2015-10-09  Stephan Bergmann  <sbergman@redhat.com>  [93d499df007cbde03222e6302168cbeb16bf9b6e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I499f00e13543d2191008a0d7a4aa0391d6889315

2015-10-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [d5dc2a2a726dd151fb30fae25478511dce929dfa]

        tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx
        
        Change-Id: Id2d892742cd69da2deba51775bd04ecbec32f436
        Reviewed-on: https://gerrit.libreoffice.org/19170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [32b2668f2fe9d8d4e5afc0c32f05c182f4fb006c]

        Moving average trendline equation: remove initialisation
        
        Change-Id: I3fa01a2d03e7de6438d0db0685e53e6b7ca6c25a
        Reviewed-on: https://gerrit.libreoffice.org/19218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9a94e06a36596a9f71419b660ed2aec4d1ebca3c]

        tdf#70673 Improve exponential trend line equation
        
        Use negative Y if there is only 1 positive Y
        Skip some 0 or 1 in some corner case.
        Add minus sign if intercept is missing
        Simplify writing of equation
        
        Change-Id: I4b164568c87c54934a38ff2d0cd72133f7fece26
        Reviewed-on: https://gerrit.libreoffice.org/19033
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-09  Daniel Robertson  <danlrobertson89@gmail.com>  [6e8f1a3bd1c9110fe0a1b7978991800377e2908e]

        slideshow: replace for_each with range-based for
        
        Replace ::std::for_each for a more readable range-based for loop in
        cases in which the function object to be applied by for_each is more
        readable as the body of a for loop.
        
        Change-Id: I5798293cdd0d784cc4c95c67e3fc6a0b930db8bb
        Reviewed-on: https://gerrit.libreoffice.org/19261
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0e3fe840b6f103c589f044bbde18b2faa345279]

        LOK: CALLBACK_SEARCH_RESULT_COUNT is redundant
        
        1) The size of the searchResultSelection array in
        LOK_CALLBACK_SEARCH_RESULT_SELECTION provides the same information.
        
        2) None of the clients except lokdocview used it.
        
        3) Only sw provided this callback, not sc/sd.
        
        Change-Id: I9da639b6693f24634f298f9bc4773f705e944359

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [854af5a574a9d0d3e8e56f83c4853cfad872f456]

        sot: prefix members of StgOleStream
        
        Change-Id: I8a1fb10696a73134bf15fb7721cc5f78cc91eb98

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cffc1d5fde23213d115d02f58e8250f6a3f705c4]

        sot: prefix members of StgInternalStream
        
        Change-Id: Ie4fe557fc006414d119b64bb8d591f312a1f1f3d

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [e44a0d23c658c1e34ae3d57e64fee6181cb2cf8b]

        sot: prefix members of StgDataStrm
        
        Change-Id: I643f0b9c6a0d2e5688f9b644666b405df2832d07

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [21aa14dcde323719c65d0ab685f746d1215ebc22]

        sot: prefix members of StgSmallStrm
        
        Change-Id: I809350c076f871398024a0d1c6de098b09782f9b

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6829819e1c7587ff00eaef710ec3cf24a892aa98]

        sot: prefix members of StgDirStrm
        
        Change-Id: I2ae1ed9906c93f48813ccadcaa6f4b8e42bedbc9

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bc78704fed3a5fd52668ca678212f6b9e8d0eac]

        sot: prefix members of StgTmpStrm
        
        Change-Id: I08698db954f33d934f601bf25e510e6f4bea8d78

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6759a5a0af782d28ae7497613cc8360951594073]

        sot: prefix members of StgCompObjStream
        
        Change-Id: I24b7b8fba581fbc5fbe7a63a6f43ff7033e149e7

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0567de24079290a1379dc23b51c89e738185f30a]

        sot: prefix members of StgIo
        
        Change-Id: Ibbe274514a145ab0b271100514bc3fea9f7076d5

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [56bc686c2a0dbfffc6e9f40df0e61c7b98fb3340]

        sot: prefix members of StgAvlNode
        
        Change-Id: Ie6de63b524b99246be3d6d5d6e997c7abda675ad

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0df69aa16a31c8aebad9ddc38072a8ec13b01dd1]

        sot: prefix members of StgAvlIterator
        
        Change-Id: I39254b14b5f167cfb180f989c56d7db88b73b8f0

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5475c7a21bd5a63ec41e1ac5d83cdbc01e63a76]

        sot: prefix members of StgCache
        
        Change-Id: If406303ec1685c9d7eebefaf172db0bbf0cd723b

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0147e744e656704bbd99b918f3657ee4fe374495]

        sot: prefix members of StgFAT
        
        Change-Id: I0a22ca51d5fd8fb8dedd418932fd84fa3039c258

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [745c0074f9d18f5c6184ecbd6438b04f27b756d1]

        sot: prefix members of StgDirEntry
        
        Change-Id: Ic861d57e62cdeec7b2864eb4d1d19a1780382313

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d5f31378ae9a0047c48b51bc0934a7d4fa41026]

        sot: prefix members of StgEntry
        
        Change-Id: I02896b167f000972f36c81847f39fc8b1e5396d3

2015-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7e4e197892319831de6b7a2fd007844237058c1]

        sot: prefix members of StgHeader
        
        Change-Id: I4885ae825484afd53d7026a8d55a0ec8eddf4d86

2015-10-09  Julien Nabet  <serval2412@yahoo.fr>  [7ca450cbe524807d51893382fcaa0d1a47c939c6]

        Related tdf#94557: Combo box entries are case-sensitive (sometimes)
        
        Revert partly http://cgit.freedesktop.org/libreoffice/core/commit/?id=76f33f10309b0ee384a75a7a854858b068d60495
        author	Julien Nabet <serval2412@yahoo.fr>	2015-03-16 21:31:23 (GMT)
        committer	Caolán McNamara <caolanm@redhat.com>	2015-03-26 14:14:44 (GMT)
        commit	76f33f10309b0ee384a75a7a854858b068d60495 (patch)
        tree	e12e3b6f2ca46cb9998b93b5c1bb3406408ad3cb
        parent	6c4100cf81e1678ff386549c0cdaa2f73a154ddc (diff)
        tdf#67990: Management of case in combobox
        
        See comments of tdf#94557 for more information
        
        Change-Id: I0432db0c3f76c20e55d8fecb69734952dc0cf53b
        Reviewed-on: https://gerrit.libreoffice.org/19260
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-08  kripton  <yeliztaneroglu@gmail.com>  [7fccad27c97d256c0def7b51e9947f13d5c9c977]

        tdf#90834 Turn in-line version control history comments.
        
        Change-Id: I525420548059f06f655daf52fe84a278abb56ff1
        Reviewed-on: https://gerrit.libreoffice.org/19256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-08  tagezi  <lera.goncharuk@gmail.com>  [7e48533c21a015d19910373d5c7fd9feaa416622]

        Updated core Project: help  595364469b3f741b355c4d1193e711aa9063d33e
        
        Added description SUMIFS function
        
        func_sumifs.xhp is new
        In func_averageifs.xhp added the link to SUMIFS
        	added a string in Note about operators
        
        Change-Id: Ied9617bbd0dd33cf5fc2afa01f20b018dd5cffd0
        Reviewed-on: https://gerrit.libreoffice.org/19257
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-08  Andras Timar  <andras.timar@collabora.com>  [ec245e274b56f3e541b0fe2f5aea8060e7c90b25]

        OOOVENDOR is redundant here, it is defined by configure
        
        Change-Id: Ied46fd0bfaf010fc819e312a49e2fe3aa5656ee4
        Reviewed-on: https://gerrit.libreoffice.org/19255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c5e7604e6ec1d319aae99cd5f4e13a3d141bf80]

        blind fix for OSX

2015-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee1a8e5323c35c8b578f1524bb65990cfc57b80d]

        don't hardcode the project id
        
        Now that we have the encryption we no longer need to use the hardcoded
        project id.
        
        Change-Id: I014aa35344960eb960d9b05b76a11f8d8d7e0de6

2015-10-08  Rosemary  <rosemaryseb8@gmail.com>  [f8371ae1e8ac5c3a9be898095508b333d550457d]

        Generate random numbers for seed
        
        Change-Id: I7527b0526a74c4d13036d58d904f2b7293c3463f

2015-10-08  David Tardon  <dtardon@redhat.com>  [eeba0f6db6775a459d64fb6a2e45c3bbdd451f41]

        add MS Write test doc
        
        Change-Id: Ieb33e9b134848e856613b6c769cc50a66f378b85

2015-10-08  David Tardon  <dtardon@redhat.com>  [65d4197e2ea2f250f91ec16a17f761d3aef014aa]

        libwps 0.4.2 is required now
        
        Change-Id: I93cd7c6fe178287bc5ea2759e53bebc1d5a9f62f

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9fd466b42b5c46d3256c01a0def9d1c85431b5a]

        oox: loplugin:unreffun
        
        Change-Id: I8ee7d5690495bb089ab57da0d7ad6e31bb2154b7

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8ee186c6a683fcf7fb12880e9d49f327b6d46a0]

        oox: loplugin:loopvartoosmall
        
        Change-Id: Id2f2275f1f1bdb94b032bcf3cd34e486c9620940

2015-10-08  Rosemary  <rosemaryseb8@gmail.com>  [7168f6b20ba620e20233bc9e89e1c97b6b353b97]

        The correct size of length is 4
        
        Change-Id: I8735e68e1094e40f989ebc0a8a3926c9e2f06fd4

2015-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5f1bba213b8ca9c3b8138ba053da453852ffb87]

        add test for projkey generation
        
        Change-Id: I42957abbdcf396830713d7ca4eb7539e6c110e11

2015-10-08  Rosemary  <rosemaryseb8@gmail.com>  [6970e2bac2b64c50ce04565ef1daea12d8a1df9a]

        Correct export for strings of hexadecimal digits
        
        Change-Id: Ie71cca63cc4ac277c57516348f4c15f5bb2395c3

2015-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ba169bd68d81980a112998a57ff5d2b638252fa]

        add initial tests for vba encryption
        
        Change-Id: Ic6128ecade39e8947863c9162523e0d9690f0026

2015-10-08  Rosemary  <rosemaryseb8@gmail.com>  [c597581852cf1d3550359dc639f1bb7f6476f419]

        Implement encryption for the VBA export
        
        Change-Id: Id994095de9f43cf0c2857272b613abe7cbd9324e

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [56a36956ed1fee1dd53817a81bcb2241373aebdc]

        Related: tdf#72880 add vnd.libreoffice.cmis to CFBundleURLTypes
        
        have a stab at this to see if this would work
        
        Change-Id: Idd24b42d5ea0b5ade44b1a2d849a0ad1c85c3827
        Reviewed-on: https://gerrit.libreoffice.org/19249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-08  Eike Rathke  <erack@redhat.com>  [1fb2bffc15a82adc592c00abf7e3aecd5f813ae9]

        consistently use _ADD suffix for Add-In duplicated function names
        
        ... as English names. These might be used in API calls to execute one
        function if I'm not mistaken.. that old Add-In "when are which names
        used" is a maze..
        
        Change-Id: If7e0d38c422533c49243c93245dc666c553a2153

2015-10-08  Eike Rathke  <erack@redhat.com>  [40863a8221a2766250b04c0b12320003f4efcf6e]

        be consistent with suffix
        
        Change-Id: I40af1526bd8155ad66303f8519c8a6c36a5aa57b

2015-10-08  Eike Rathke  <erack@redhat.com>  [f6d47888585bb9908f9325385528a82de1616759]

        Number(s) makes no sense for one parameter, use Number instead
        
        Change-Id: Iaf15e4a2b7d29dbdecafcc8089d96c0d6bee6d35

2015-10-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [91e15edd12dee222bd5fb0b8912d4daa24d6ea74]

        Make clear to user that Calc add-in functions GCD and LCM only exist for
        
        interoperability with Excel2003 and before.
        Follow up of commit 74010f1c502a4bd7eb1ef3ee3d0e8c45a1c9afee
        
        Change-Id: I824df2fc50200fc29f7de61881d867f53056edc9
        Reviewed-on: https://gerrit.libreoffice.org/19241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-08  Maxim Monastirsky  <momonasmon@gmail.com>  [998090bf54a8afd5fe9cfc3efdd30864c8e689e9]

        tdf#92341 Hide in grammar menu and fix label
        
        Change-Id: I1cd5d8df76dddfa3a408c4b568f85bef04733be3

2015-10-08  Stephan Bergmann  <sbergman@redhat.com>  [3e3a37ebdc14f709fc970b291a9869bac6f9ba35]

        Call WritePS with length argument, where known
        
        ...which also avoids clang-analyzer-deadcode.DeadStores on the final update of
        the length variable when assembling the data prior to the call
        
        Change-Id: I046b1fa253e1d26a09c5095516e336b471b2e2f0

2015-10-08  Stephan Bergmann  <sbergman@redhat.com>  [57cfc82a14f8af97b7c7ae03681457d2491cc8fc]

        Use OString to dynamically assemble a string
        
        Change-Id: I5ae99bd58217bc8b105abc71286d4036a175cbf2

2015-10-08  Jan Holesovsky  <kendy@collabora.com>  [862bd364390a05ad0b07f9280fb9a0f8b2cc4ed6]

        tdf#94222: Revert "slideshow: replace for_each with range-based loop"
        
        This reverts commit ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6.
        
        Change-Id: Icc2778cf904a71c4deaff4575d0de231acfc1335

2015-10-08  Jan Holesovsky  <kendy@collabora.com>  [bd0e0dc7bdf0b4e027a93ff0db330472e0b90897]

        Stream operator<<() for DateTime to help debugging.
        
        Change-Id: I49810682dc02f4220fca786fcd17a5a0f9abda5a

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [f1f0d12674ed362dc38ae2ed8c8a44ed97d7555e]

        restore FlowFrmJoinLockGuard for surviving layout of ooo77837-1.odt
        
        ubsan and valgrind continue to report use after delete of SwSectionFrm
        
        with the same error message listed in the original commit of
        
        commit c3087d969671e62182eb049850479e77190ccff4
        
            avoid crash on layout of ooo77837-1.odt
        
            by attempting to set the parent as un-joinable for the duration of the
            Cut/Paste in order to ensure it survives the process
        
        which introduced FlowFrmJoinLockGuard
        
        continue to use lighter weight SwFrmDeleteGuard where we can get away with
        doing that.
        
        Change-Id: Ifb4c69514d074c776ec036987153043d1f715b95

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [5c4fbedf29a88171ad4ecf600d8e80105675234d]

        afl-eventtesting: send events to focus window and fallback to toplevel
        
        otherwise we get stuck if the menubar gets activated
        
        Change-Id: I23a613de41202fa0a542d1da6e10d190225a5f44

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d79e4c07a7a7328cc0bed1d7998317b634543d8]

        tdf#94049 RTF import: add missing check for empty shape when popping state
        
        Change-Id: I3c9a5f89df721618bb60b8932b69a371bb6f3ff1

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [ac33ef3a4abe73c65600e1f199d25e1a1f0080db]

        Related: tdf#72880 presumably using startcenter as generic LO target will work
        
        for the gnome case
        
        Change-Id: Icb5ad2d50d672b35783720c100a408fa3e5cb63e

2015-10-08  tagezi  <lera.goncharuk@gmail.com>  [17e506d3ab2a57f40ba625e00eef524a6a4cc2b8]

        Updated core Project: help  27b584d0126fce1c74b6f89d3ce766ea46fa622c
        
        Added discription AVERAGEIFS
        
        func_averageif.xhp - corrected typos
        	added ODF 1.2
        	added the link to AVERAGEIFS
        UPD1 added the function in the 04060184.xhp file
        UPD2 Changed in accordance with the comment of Olivier (08.10 12:47 AM)
        UPD3 corrected some typos
        
        Change-Id: I659991e24418f5328780ca67eef5d3e939e22e7d
        Reviewed-on: https://gerrit.libreoffice.org/19236
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-08  Eike Rathke  <erack@redhat.com>  [4c5ebb2503cbba7357cc7badfbf6f16faae9c64b]

        leave room for three lines of text in function description
        
        ... so we can get a little bit more verbose. The new "this is for
        interop with old ... instead use ..." description fit into the function
        overview but was truncated in the parameter window.
        
        Change-Id: I73c5e6cfb64a2b1573ab15f5ceb6aa16e6da4a99

2015-10-08  Tor Lillqvist  <tml@collabora.com>  [b69e55bdb2544f3fcc492d535a77ff17022ed6d5]

        Don't re-read the same glsl files over and over again
        
        Change-Id: I10b4badaba01630e1a054b3d4d9cc4720822511a

2015-10-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [2bd7a569720fdd6b808e6076ce7c8ded1cb6a5a7]

        tdf#89543: Solid line in place of 'none' start|end arrow entry
        
        Change-Id: I20edf3b57a0d3ec98d6765825a718fa77a024999
        Reviewed-on: https://gerrit.libreoffice.org/19039
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [64a252ffa9d0c30bec195a68c6837a0acdeca29a]

        don't crash on loading abi13730-1.wpd
        
        Change-Id: I3796f16c4df8cc055fb1a75b1583c5b959f02799

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [cc1273543f4084a779a2b0400c22466672557a95]

        Resolves: tdf#93818 crash on loading certain lwp
        
        Change-Id: I11f523a0936b843155f3b47139d0fc58d4d0342b

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a42f582e0e8ee4118415632795184620c6b8058c]

        sc tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        Change-Id: Iaca2c1807a6e92cf7a87b0843000d65aea45fe7b

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [06d253ef3a3339300eff4fd38db728301516bf4d]

        afl-eventtesting: add Application::EndAllDialogs
        
        which uses PostUserEvent like Application::Quit so can ensure
        EndAllDialogs gets called before Quit
        
        Change-Id: I9eb7dbd4f012be2e9b9cea7a73c90c5aaba141aa

2015-10-08  Caolán McNamara  <caolanm@redhat.com>  [4855e780dc4f3cdfcadbce07b6bbdeb9b4eb2d0b]

        full fill mostly fulfill
        
        Change-Id: I9dc05c6eea33ede422f6a4c7b76a41c496f3ceca

2015-10-08  Daniel Robertson  <danlrobertson89@gmail.com>  [391f181c9f82fec1988ce2c364c7afd1b0f49719]

        chart2: replace for_each with range-based for
        
        Replace complex uses of ::std::for_each with a range-based for-loop.
        
        Change-Id: I6f3d8488a63a5bed271ab70ad6f024e9869906cc
        Reviewed-on: https://gerrit.libreoffice.org/19143
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-08  Noel Grandin  <noel@peralex.com>  [1d0839fb98b8ec672e22b21867297317c8a961ee]

        fix for tdf#94827 - ToolBox events aren't delivered
        
        regression from 1e67e94f1a308ca60d4934e9fe9d5c048225ebe8
        "convert Link<> to typed"
        
        Change-Id: Ibb20366f0edcb9425d61ce5e9d5fb1a34533785b

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [97c414758d3d8aa3cc2233d52612cf0a33c24c34]

        CppunitTest_desktop_lib: add Calc find-all testcase
        
        Fails without commit a31f95b180728c1c671930913b4b4ad96ebcda5f (sc tiled
        rendering: fix showing all search results, 2015-10-07).
        
        Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [de1f156c6a35757d74b0e337b02743f1962ff0ae]

        lok::Document::initializeForRendering(): handle lack of lok_init()
        
        Normally lok_init() sets the component context, but not e.g. during unit
        testing.
        
        Change-Id: If3760f31af2e4b870f65e5aa7557607e8b6a1114

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd7d97589bcbed22cf2dd12b574fc28baedf24af]

        sc tiled rendering: no need to show this dialog
        
        And it just causes problems during unit testing.
        
        Change-Id: Ie8524b726ae2709bab707df9b2984f07357e3059

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cb13d87b5d887718f6d81a842444b7251dc64cf]

        editeng, sw, sc: use comphelper::string::join()
        
        Change-Id: I9b0a32271a965bc4089720ccb61b26b67ceab7b2

2015-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [fce720b3e4691eb3b7deef1d005d76b23123a5cb]

        comphelper: add string::join()
        
        If there is a need for it, this could be extended later to work with uno
        sequences and/or OUStrings as well.
        
        Change-Id: Id0af8b1755c8e4b668720563d10a052337e1b2c9

2015-10-08  Takeshi Abe  <tabe@fixedpoint.jp>  [ce924d97aaea265b8f58265bedb49dbcd71fbc31]

        starmath: Represent ownership by std::unique_ptr
        
        Change-Id: I7ce39cbdc0199d3508e7d16d1ce0b78f8d8ca620
        Reviewed-on: https://gerrit.libreoffice.org/19230
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-08  Aybuke Ozdemir  <aybuke.147@gmail.com>  [bbfc031333aa74fbd4c6362c33405c49c22283f3]

        tdf#57950 Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: Id9bc24079d3840277d6fc10197a4f27373f4bd25
        Reviewed-on: https://gerrit.libreoffice.org/19225
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e6feddc53830406fa04b4a0aea49bb8438dc702]

        3stars iconset not exported to OOXML, tdf#94850
        
        Change-Id: I983406a9eae2c975de0bb57894b89819445e8bec
        Reviewed-on: https://gerrit.libreoffice.org/19238
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-07  Eike Rathke  <erack@redhat.com>  [f3dfab0c23bde81a00fa2f16cf4d96c8809e5045]

        Resolves: tdf#94796 LINEST and LOGEST have ForceArray parameters
        
        Change-Id: I6bd82191ef7c5bb2c7829daf341d360c6d09c11b

2015-10-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6a3d10a14e024359896a2f1f5b58ac9fbff4b579]

        update credits
        
        Change-Id: I68bbfa570743c1c8bbc376d377e0f08cff7aead4

2015-10-07  Eike Rathke  <erack@redhat.com>  [934e47958c78d1184beaaefdf3baefd3eecbea05]

        Resolves: tdf#94869 propagate error when obtaining a scalar double value
        
        ... if any operation like popping a value or calculating an intersection
        resulted in error, so the error gets passed as double error to matrix
        operations where one operand is a scalar value.
        
        Change-Id: I909ba25545625b827ce790e07d1ebe8643154703

2015-10-07  Tor Lillqvist  <tml@collabora.com>  [99b935ff7dd069f2a0aad5054d07bc6f71411d84]

        Make this compile for iOS again
        
        Change-Id: Idd4a1e6d50652a879493d8411c59605ca1a53dfb

2015-10-07  Tor Lillqvist  <tml@collabora.com>  [3c9da1fbfae9c00a5eb9ddcb106a01b075703fcd]

        Make this compile for iOS again
        
        Change-Id: I36f88d7e1114096d1e7a7a1d29077c387c21a10a

2015-10-07  Tor Lillqvist  <tml@collabora.com>  [5e1bf627b4751b6bc319bdad3166bc7bc1b3ae88]

        No xsec_xmlsec built for iOS either
        
        Change-Id: Ic76111b2e3ff62b00b24e02b2b492530a567c562

2015-10-07  Tor Lillqvist  <tml@collabora.com>  [07d0d308e008f733a40ca6166ab96311d7ac6c09]

        Look for iOS SDK 9.1, too
        
        Change-Id: Idd8fff8b6fabd24e5f88b47360f582fee3bd17c2

2015-10-07  Jan Holesovsky  <kendy@collabora.com>  [e8bcffc787939294b74492527b60fe309490d5e4]

        SvxStyleBox_Impl::CalcOptimalExtraUserWidth() is a (very) expensive operation.
        
        Don't call it ~20 times on startup, instead call it once when the user
        actually opens the styles dropdown.
        
        Change-Id: I7bb28d0739bf917d23041f384f60a39a7ed5cbea

2015-10-07  Michael Meeks  <michael.meeks@collabora.com>  [c8a795c9a0cc542f008166109528d4257afe2851]

        tdf#94709 - protect TableWindowTitle Command execution.
        
        Change-Id: I202a154e18c1fbffc31abcc7ccd7f500b67a4c13

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [b270233f4b88a8a37f354f2d3af7b3a0f8a8c08b]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic94b5fdcf88a9580e816aceb199753e88636810a

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [7fa6bdeda854a801d2a1b30324b29fdd383ca0c2]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I5f5eb507e1c5bbdc8a0517244e867724249f3661

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [efa6fc2218a27f64771fb259d009d64f5ce460a0]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I02a276eb929800692dff51e9241cab9d2345fae1

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [fb499c00744bd7ff5629be0db9ff98c6fb4844b6]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I9f495d748c2fe47fe5a91db21f44725fc00a7ed1

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [8737001fe8230ad301a716ec1f61b61ccd265422]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I6ddee7ee5f54388dae6f001d9fb9fbdb4012e11d

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [9c8601416ce87ed2fdebbf3eb8059deb0c9a9f18]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Idebc9fabd8110dcd82c8cab7c5c7300e4c2c6f1d

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [981ae9f89a2762fb36fe0ac3fee6826f11425de3]

        Avoid clang-analyzer-deadcode.DeadStores
        
        ...in case future modifications to SdrCaptionObj::TRSetBaseGeometry /will/ make
        use of fRotate.
        
        Change-Id: I25480efcbf1fede4af7241c4627dbfa7981793ed

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [3f6e074d8e77c0cd82f9715b48024e81470180d3]

        Avoid clang-analyzer-deadcode.DeadStores
        
        ...in case future modifications to SdrCropViewHdl::CreateB2dIAObject /will/ make
        use of fRotate.
        
        Change-Id: I059d61879fceca88893625b099d4e2c0bda65067

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [6483e1c0cd61c36bd326621ba653413ae25503b3]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I103580d25ebc3287fac4c8c846731192e4320dc9

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [152e24885d625c336e4530c2a5aede2b712fe213]

        Work around overly optimistic clang-analyzer-deadcode.DeadStores
        
        ...which assumes that the switch is exhaustive over all possible
        SvxSearchCellType values, which in fact it is not (see the mail thread starting
        at <http://lists.llvm.org/pipermail/cfe-dev/2015-September/045021.html>
        "[cfe-dev] Unsound assumptions about exhaustiveness of enum switch cases?").
        Make it clear via "default: std::abort();" that the switch /is/ known to be
        exhaustive over the possible values of pSearchItem->GetCellType().
        
        Change-Id: Id06abc19c0092a334c363ee739a0eda1dc8cf760

2015-10-07  Andras Timar  <andras.timar@collabora.com>  [e1208d37e4d24bc15e147ff63eb39c12f09a414b]

        Info.plist: fix ERROR ITMS-90243
        
        "The product archive is invalid. The value of the
        CFBundleDocumentTypes key in the Info.plist must be an array of
        dictionaries, with each dictionary containing at least the
        CFBundleTypeName key."
        
        Change-Id: I70570cdbe729e64453a88b6a7abbfd4259333237

2015-10-07  Oliver Specht  <oliver.specht@cib.de>  [7e50b8073ef40d1bbe79c1c4d6c967d760283b5a]

        tdf#90810: skip breaks outside of the requested footnote
        
        the footnote stream is parsed completely at each footnote insertion
        (line) breaks outside of the requested footnote need to be skipped
        test include
        
        Change-Id: I78de7774b7daf44c2b8980115870082fc56924bd
        Reviewed-on: https://gerrit.libreoffice.org/19228
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a31f95b180728c1c671930913b4b4ad96ebcda5f]

        sc tiled rendering: fix showing all search results
        
        Calc can have multiple cells selected, but there is only one cell which
        has the black border around the cell. Code in
        ScViewFunc::SearchAndReplace() assumed that the two are always the same,
        and that's how find-all always highlighted the first match only.
        
        Fix this by avoiding emitting LOK_CALLBACK_TEXT_SELECTION two times, at
        least in the find-all case.
        
        Change-Id: Ifce789c7f5f11e94fb2445846279823096ecb2dd

2015-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5ceddf3445f7d56ea4f044366e4a797703bdd0c]

        lokdocview: invalidate after selection change
        
        Without this e.g. Calc search does not show the selection rectangle
        correctly.
        
        Change-Id: I5bc20a93ee861d3353bc2e1c1ed7ea8d0e6c8ed4

2015-10-07  Tor Lillqvist  <tml@collabora.com>  [b120b18a71ecf98bbdecbd1db763df9c2c7dcf7a]

        Link in calc, draw and edit stuff here, too, like for Android
        
        No way to make use of that in the UI, though.
        
        Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [afc0b792b35f40dc1210eb63649c9b88b4496869]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I0c0475ea6a38ecfd72772d287b8217a0754238d6

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [1526d788f58c7a6a1d0a58991c54b5080bfd70e4]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I3659c9d7b0b88a59c60aaedc5305b354bb977768

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [8c03c10eee4ee026d8d4c688dae5cc74d5015095]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I95e230d3a16f742cf996beb3a93b2c0906cdd72a

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [91d2b58e759eadf7cbc360da829a3ffc8e1e7d2f]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: If0d69a8d3bfaef732e436fad6a91851095fdb3be

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [bb36996c6eef24cc84cdf134957201e3a19d5c5a]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I539f08ed94326d27c9ae8808d006c31d8403cd18

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [10f5f6d480156bc528e774e8a934ffae88cc4da1]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Iaa340068ed1361e6bc0160ae9c44873c06085abf

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [7f68a5b0f8ddcd7dd0afebb334f16f2d5b487bae]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Iaacaa3767398cea4c7850c3a8d186cf3754c4736

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [221c65af74d2008df9e7c1a5bb89e47caf27b6a1]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I08c015da8f93b2c32c8c467ee633b4cd5a71a550

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [630f0a7f26e6440884dfbb24f186fe7b80d63132]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I30263e362a30f9b625d4e87f82c2ad2c403a1882

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [cecb901f6eea82cca2ecc7a8a66d0645ff1e9a7f]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I325b4c71507ca64a42d773cd4c66f936dfe09743

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [bd4ef9aa4ccf2152c2780275d931994f94036f1f]

        afl-eventtesting: quit on next cycle if testing stops early
        
        Change-Id: Ie313009ee0d10872f5e705d017e6a73ff83c2761

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [15e54074665b13e57cb5a2177078e9512573dc2f]

        fix some indent
        
        Change-Id: I59f5a38f6c62b97eb73d85177be408996568e2cd

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [c65aa43e254b956fe23a94624f0b8e99d88e9ec1]

        afl-eventtesting: it has learned to open the file dialog
        
        but the system dialogs are not under our control
        
        Change-Id: Icb4029b2447e8cddbe4e48137fdefc377ef50414

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [7ba7a974f6d9f4b265e72b8e91c5a175bc3a3b14]

        cppcheck: noExplicitConstructor
        
        Change-Id: I32c6728ce7423fd997cdbec66feb8a6ba39948d2

2015-10-07  Eike Rathke  <erack@redhat.com>  [74010f1c502a4bd7eb1ef3ee3d0e8c45a1c9afee]

        rename WEEKNUM_ADD to WEEKNUM_EXCEL2003 in UI, tdf#50950 follow-up
        
        ... and add description to clarify that it exists for interoperability
        and for new documents WEEKNUM should be used instead.
        
        Also NETWORKDAYS_ADD to NETWORKDAYS_XCL.
        
        Change-Id: I01e705d57f0b31983950ac0e47ecb894f657de88

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [d638ad81f8063fdf0a2133f935f2d2dfccc3db79]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I9570057473f844c55b88d38f24f8156ea7c6c90c

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [bd60974b0a420e02fe21dbee2e50623191d0cbb1]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ia381f1b7558e2882a9dc5b8f6e127d24a4b841c3

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [4c8fa775c54eb3b70972e7055dd0a2d6b760bbe1]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I58f6f4db6f5bdc30402f55aee233e465248becf6

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [4c18bec7ed39675b9747eae51c1bcb3b26f12992]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Id5df4d888d0129c1084642ee65e8bba9f5f8ca74

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [1edb2a1040a7f71e8ac5e4e8e8df176b18b37d07]

        clang-analyzer-deadcode.DeadStores
        
        ...introduced with dc5383e2fa487a7599f2e317bba409dc3cde8339 "fdo#84229 - don't
        set error when seeking beyond end of valid data."
        
        Change-Id: Ic26872ce47ff27a0e1170ebc66cdf10587334192

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [bdf9ece338b3e50ddb17b4f94fb9e7f7d8e54398]

        Actually check the return values of the various Coin* calls
        
        ...the code had been like this ever since it got introduced with
        6d492447a37ec268fb5924e7fc5631c29c67325d "118160: Use CoinMP as replacement for
        lp_solve," but it looks more plausible that the return values should be checked
        rather than be ignored.  At least, CppunitTest_sccomp_lpsolver keeps succeeding
        after the change (with --enable-coinmp).
        
        Change-Id: If450827ae034079c9ee69b4e49c55b480ac0de06

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [040204abd72108a9c72ad6cb56b19324d1a718d6]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ia4444a059ed2b5349c39d87d60fd9875d0ab36f8

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5f66de5c492168664992bcdc800506a330fe401a]

        Abstract out repeated code into a lambda
        
        ...to silence a clang-analyzer-deadcode.DeadStores on the last update of pBuffer
        
        Change-Id: I144b64c330c178f78109fefadacf62fca3765694

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [db34ab81ae170cf9ec1c4421e0f05d65747caa3e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I823aab2038eb08f4061e353b5fafc12b8e60e671

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [93fff4ba2ff6d70473ed81f53c438a1488e5c2c2]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I95404b553f594ced1e2e8b4b8ddf34c08180128f

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [ae625675a88db46d378cc29f6513bbb4fa6e62a7]

        afl-eventtesting: creating OUString from super long sal_Unicode* is slow
        
        the mpStr and mnLength arguments are always created from an OUString
        and the OUString aRun(rArgs.mpStr); creates a duplicate of the original
        string. Its way faster to pass the original OUString around instead.
        
        Change-Id: I3de0cc31654eb215362548b6aee435f9c0c3c9db
        Reviewed-on: https://gerrit.libreoffice.org/19221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [9bb6863fcf0784c70a95510b488f0162fe6deb37]

        afl-eventtesting: it has learned to open dialogs, so...
        
        close all open dialogs on quitting to avoid triggering
        the hang timeout and get things moving faster
        
        Change-Id: I7469a32549f20d6b0971932e3334cb322f57b1ff

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [967ea727c7f2c954ee8ac33a888718d8dac11837]

        afl-eventtesting: lets ditch the key repeat and timestamp fields
        
        time stamp doesn't matter apparently for keyboard events
        so ditching it gives less surface area to fuzz
        
        repeat showed some interesting effects, but mostly just allows
        vast paragraphs to be generated causing timeout hangs which isn't
        what I'm super interested in right now.
        
        Change-Id: I955b91745a26d5044f0d53acd3fda0a160e53855

2015-10-07  Julien Nabet  <serval2412@yahoo.fr>  [a614568c4356fe37ba132972e6f3649d606e2c9a]

        tdf#94829: Splash screen sets invalid XSizeHints
        
        Change-Id: I70b86624b4d34eb6cb8f2efee0305539f6689335
        Reviewed-on: https://gerrit.libreoffice.org/19219
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-07  Justin Luth  <justin_luth@sil.org>  [ad0a17dac402852758d93b4efff522dd509c51f0]

        tdf#73691 add compatible macosx keyboard shortcut for ToggleUnicode
        
        Change-Id: I948bee0bb7d6889b9bcfb75d0119b85cc6146094
        Reviewed-on: https://gerrit.libreoffice.org/19224
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [71bb6d6b7273f49189fa2d10010bac4f8dafa7c1]

        Revert "loplugin:mergeclasses" to fix mac build
        
        because fontsubst.cxx is not built on mac.
        
        move PreMatchFontSubstitution to PhysicalFontCollection.cxx ?
        
        This reverts commit 349700228e4449ace956b30bc65208b9196f0a78.
        
        Change-Id: I007f24313ddfd0eb3db3fd599abcf1eae3da4e9c

2015-10-07  Caolán McNamara  <caolanm@redhat.com>  [b72e63fd5a7caf373eb42bedb2f7db49cef04e91]

        crashtesting: remove old fix for ooo55381-1.sxw
        
        this reverts
        
        commit 9eb16c85d6af4b73de9a75716c3ff34f929f26b2
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Jun 3 14:15:03 2015 +0100
        
            don't crash on layout of ooo55381-1.sxw
        
            The pLay here is getting joined and thus deleted in a stack of
            FormatLayoutTabs so set it as unjoinable for the duration that
            we expect pLay to remain valid
        
        because ooo31216-2.doc fdo57780-2.doc rhbz193771-1.doc assert when converting
        it to a more conservative SwFrmDeleteGuard. They would leave the function
        safely on the early return if the delete was allowed, so go more conservative
        again and restore to the original logic.
        
        ooo55381-1.sxw continues to apparently not fail.

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [3be460bbd609041aa03005e8d7bf8f424622a8a9]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ie8e69d2a39abf6538cf3f8b75b76042ca7b71521

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [1d00baff394da0953a1ef1eb6ccd9c4c4995443b]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I22b423b99c87070ab1b8ce7f3eff928384951947

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [f72ebcbe43102c3a6eda1ec826ab9c5f53111189]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I9c409cb2d7898ac6f395618cd950385cf036b002

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [dc2b5cbbf6ab30def8b7f253ee001d4d8ed2281a]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I273aee2d65f952afd78f6e2e504b5fa70dd65ef0

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [1e42e804da9ae28e24b2e59ebc5430cb08818239]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I6a903931fdb3ac1b13d2d9c39071cc27c08fe194

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [6eaf556542a8635c1d0ecbdfe00a5da394db6a81]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic9d76c173d3948c973a96a97debccc771c2c9ede

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [54bb1410eebce79e29ef33068efab59f0fb58881]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I028994045b13625e09589190e3cc259c49714e20

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5ab441664a6207fcff48c14b950db157c4c6d39d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I4c9013fca76b213a725e39a47e61775caf5e8519

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [61806cb98388c42f950ec8db2f51f4fd402db67d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Id193a3fa8c3832da783f8647d6fc6db8375149f4

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [27ec6a8ef39e95a7094503aa3036f268f62408ad]

        Sane::SetOptionValue return values are unused
        
        Change-Id: Ie9310be6508fe828ca1ef36372d56596a02085aa

2015-10-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [432ca6166976bd093d1c3921aa72d9b72865eeeb]

        Improve polynomial trend line equation
        
        Skip coefficient if its value is 1 (or near 1)
        
        Change-Id: I39a5630cc76250ded1ab22709522344d42fcc0e9
        Reviewed-on: https://gerrit.libreoffice.org/19037
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-07  Noel Grandin  <noel@peralex.com>  [bb76b8f10697f3d5ca1f9a2f19902b043bd61cd7]

        loplugin:mergeclasses
        
        Change-Id: I8f5c2ae658f8784233db98f752b6f9fa53110195

2015-10-07  Noel Grandin  <noel@peralex.com>  [5dbbb498b5e2ae8be9dcd10ddfc65de5266c0d15]

        loplugin:mergeclasses
        
        Change-Id: I0ac98a6fafb48b2be00973ae9fd34f4bc756cd7f

2015-10-07  Noel Grandin  <noel@peralex.com>  [a3eacae95a5630d9663408b9fbe4ca95b3f99213]

        loplugin:mergeclasses
        
        Change-Id: Icf1731dfbd16d85decd2aaf80be4841ac37007fd

2015-10-07  Noel Grandin  <noel@peralex.com>  [349700228e4449ace956b30bc65208b9196f0a78]

        loplugin:mergeclasses
        
        Change-Id: I9f56beebae1ea02a8914b7b25fe7565f7b0df053

2015-10-07  Noel Grandin  <noel@peralex.com>  [64d0de92ab06e6550be7dd59ae887750166d15a9]

        loplugin:mergeclasses
        
        Change-Id: If8fabc79f4cbef6fc0d164bbe2f6136f1d1f00af

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [687bba75dadf94b06d0e5d2888e7d312ed668a53]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I2a500b3f376c2dfa073eb7c26978b949412d4dd8

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [243fbdf426bcca9ff13053ee179bfe3cc44eb2c6]

        Abstract out repeated code into a lambda
        
        ...to silence a clang-analyzer-deadcode.DeadStores on the last update of nX
        
        Change-Id: Ifeb2e5294b22270ba134a303fbe5aa1d50025c75

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [a868478b2e7a7b74a2fa19b1dfedfa0eb6fe68d8]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I19650204f707c822f9f16a04e1bd1cd8e85a5c67

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [593df166e6dca29c005e2855d9366756a032f9eb]

        Pull assignment out of switch condition
        
        Change-Id: I0a2d6488dcccfb643cb3fce542d013e3f981e657

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [33dfe0729fecaf2f40a7d61a9fd8bdcbfba33255]

        Reduce variable scope
        
        Change-Id: I1269bd713bae10f9b6c1d3e797dd7043d24fa8d3

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [835b6e21b8cb9f1af1e8f92dfeb379bb7cf04d9e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ia6bd32061e2ea826aa550a3da17d4147158ce7f8

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [f9e5b678ec02aaf62b73518b69b881ab1666937e]

        Reduce variable scope
        
        Change-Id: I5d2d7e7991c3727ed6367fe22ebddd5c2e2e9265

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [41e2f345486f3e5acf7a240e52146fe9b2811c6f]

        clang-analyzer-deadcode.DeadStores
        
        The code had been like this ever since 16cba77220efab8204eeecb49ccd3ec033efca38
        "#112673# initial checkin of HWP filter."  Assuming that the second line should
        rather read
        
          angle = 1800 - angle * 10;
        
        instead of
        
          angle = 1800 - prop->angle * 10;
        
        does not look too plausible:  It would keep mapping
        
           -1  ->  181
            0  ->  180
            1  ->  179
               :
          179  ->    1
        
        but then would discontinuously map
        
          180  ->  180
          181  ->  179
               :
        
        instead of continuously mapping
        
          180  ->    0
          181  ->   -1
               :
        
        Change-Id: I8cf97eeb53409b18bda6777b09a20331f3c8132a

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [205f85749d4245ddb80657829af74fc1de23622c]

        Reduce variable scope
        
        Change-Id: I6a8e4b8f132acff5d75859de570a969ad8c3fa4b

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [4d00131b677da3afd1779777dabb275c276221c8]

        Reduce variable scope
        
        Change-Id: I87850db982f413b328976e043d8386b7577ba17c

2015-10-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d52d448e7b34cb8c2457948489e6691049f4a571]

        tdf#88154 workaround and unit test
        
        Fixed 45-degree layout for axis labels, too.
        
        Change-Id: I9764e281aeee0a439fa9eec1e3b0df840221b72f
        Reviewed-on: https://gerrit.libreoffice.org/18889
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-07  andreas kainz  <kainz.a@gmail.com>  [6dd8193524a8a0208d7b424e396095f8e409cbc5]

        Breeze Icons: add missing unprotection sc icon
        
        Change-Id: I341e1bda65919e13a381eeca599b5ac0cb883c20
        Reviewed-on: https://gerrit.libreoffice.org/19201
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-07  andreas kainz  <kainz.a@gmail.com>  [c499b4b1ea048b15bb3c430f46e3962f6d884603]

        Breeze Icons: link icons bath 02 folder sw
        
        Change-Id: If6d090f8467fdb268f71f5739ec75c105e9eefc1
        Reviewed-on: https://gerrit.libreoffice.org/19199
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-07  David Tardon  <dtardon@redhat.com>  [cad68c6559a350aadbb1d3b2fcc8d78d1851b057]

        relax deps of link target on external projects
        
        Compilation of the link target's source files does not require the
        external project to be built, just unpacked, unless the project
        generates some needed headers during configure/build.
        
        Change-Id: I2c9947cf13ce86878d2649829052551fc54f3883

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [955c8f4c7b6038aa802e33074623b8eab0494d0c]

        Revert "tdf#90810: skip all elements outside of the requested footnote"
        
        This reverts commit 3eff65e78a3a90b07c7a01ff26736fd25996e476, causes assert at
        writerfilter/source/dmapper/DomainMapper_Impl.cxx:5330 to fire during
        CppunitTest_sw_ooxmlexport2

2015-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [654170d0a8250605be0bdf6ea759d4637f08046a]

        sw: prefix members of SwXStyleFamilies
        
        Change-Id: I073d3c741ea055b673d7720508b4729d28f7e49c

2015-10-07  Stephan Bergmann  <sbergman@redhat.com>  [2f2a1880c6dfe90ac51da2b1c9e4fd1bf0faa579]

        loplugin:defaultparams
        
        Change-Id: Ibeac9ac30e6841280036bb81ff7245f205b07b83

2015-10-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9ed8ec510cfa6b386628b6e2674040079f363d83]

        Improve Power trend line equation
        
        Skip intercept value if it is near 1
        
        Change-Id: Ie52b2ac06c53c2e85b3c465be28081f6dc0ad2cb
        Reviewed-on: https://gerrit.libreoffice.org/19038
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ce9d48e5f58ec26e817202414a08225db1c11206]

        Log trend line equation: Remove useless variable
        
        Change-Id: I70e960742b4af2c1ab234b6d1c681254c0627b03
        Reviewed-on: https://gerrit.libreoffice.org/19138
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [867fcf48d51b3b30a5cb046a4955ef078f5e6d79]

        starmath: Prefix members of SmCursor
        
        Change-Id: Ib3407b5457f4d69294c95879455553dc013cc340
        Reviewed-on: https://gerrit.libreoffice.org/19186
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-07  Noel Grandin  <noel@peralex.com>  [8b98c8b32cc2ba1693f26aef52d3825caabea606]

        loplugin:mergeclasses
        
        Change-Id: I52446e517c2315516ea74a30767393ff32960799

2015-10-07  Noel Grandin  <noel@peralex.com>  [77f884064d88224342fecac033423088f8544f99]

        loplugin:mergeclasses
        
        Change-Id: I14985f98989861d74b3904ab79f3ced5a3d96f73

2015-10-07  Noel Grandin  <noel@peralex.com>  [44a46d4f3bc2852851f092b168e4b84d37719ca9]

        loplugin:mergeclasses
        
        Change-Id: I28d8bd79f266df7e9ea420f7238ed332ec4205a9

2015-10-07  Noel Grandin  <noel@peralex.com>  [dee4645edca450c91139bb2a829bc995269de6ad]

        loplugin:mergeclasses
        
        Change-Id: I9b926e59b2df62c22fb5ecfc7c16d8047b6da2a4

2015-10-07  Noel Grandin  <noel@peralex.com>  [dff288c6ee45e027375ad3d7f3ea392df26f3aa0]

        loplugin:mergedclasses
        
        Change-Id: I3eb2de4edcd4b2d757d1e0916e7c903b5d6c569e

2015-10-07  Noel Grandin  <noel@peralex.com>  [b700e3426ecbeadf1c8f5fad590101354706e227]

        loplugin:mergeclasses
        
        Change-Id: I131d192a0029ec3eebacb72341ba3113de0e19ac

2015-10-07  Noel Grandin  <noel@peralex.com>  [3fbc3adefd0b2140ff7697cbc3d4b71ed92aa5ff]

        loplugin:mergeclasses
        
        Change-Id: I1347e51ef727da81be0c7937cad6e3f5edbf15a8

2015-10-07  Noel Grandin  <noel@peralex.com>  [6fbbb8504a879815547681f7494153d4c1c35783]

        loplugin:mergeclasses
        
        Change-Id: I45ccf880900f46a121c73152615ec3534a47d750

2015-10-07  Noel Grandin  <noel@peralex.com>  [b981473658b4aecff544c1c1d9c25dc9b3a07b09]

        loplugin:mergeclasses
        
        Change-Id: I93bb1b9de62d30960028b719ee7ec773358c5c0f

2015-10-07  Noel Grandin  <noel@peralex.com>  [973961ae604a46e4badb5a355d539f5d3573c4eb]

        loplugin:mergeclasses
        
        Change-Id: I01810a8db024e207783fc09b88bd932bca8ed103

2015-10-07  Noel Grandin  <noel@peralex.com>  [94b0c2203b4efd46c0da06f4918c610909103bd8]

        loplugin:mergeclasses
        
        Change-Id: Ia19514d33fd025a1df9d26b94e2d39113d122392

2015-10-07  Noel Grandin  <noel@peralex.com>  [2e658321f51af2fa3da14b3240c50942a345613c]

        loplugin:mergeclasses
        
        Change-Id: I84dee96b7a1f72db46e3330ec5195367dfce894a

2015-10-07  Noel Grandin  <noel@peralex.com>  [4281599a0430eba3fcad672e0e13edcb32175d7a]

        loplugin:mergeclasses
        
        Change-Id: If5da1527a048997aec1dbc07afbdddabd2c4168d

2015-10-07  Noel Grandin  <noel@peralex.com>  [e7311cbaba988f96104dcbd96151436a6873e356]

        loplugin:mergeclasses
        
        Change-Id: Ia3b63df5e8752690e3350f8a13445a096a839952

2015-10-07  Noel Grandin  <noel@peralex.com>  [05e61719e2f4456fab8f5f9875fd96c70c07c4cd]

        loplugin:mergeclasses
        
        Change-Id: If918532fcc860e3deacd9c86dd7a2d554e4f748d

2015-10-07  Noel Grandin  <noel@peralex.com>  [2b57de8bb0064be828265bf08805b1bc345e62bf]

        remove another custom refcounting base class
        
        Change-Id: Icd8a8d79da0ada68e9ee869c3c2a7b93db5b2733

2015-10-07  Noel Grandin  <noel@peralex.com>  [6d7353deb891b6cb49e98fec5de2ad0f1bc86c24]

        eliminate typedef only being used once
        
        Change-Id: I1e54968a67f3edce3b2297ea1932d5b07e2da643

2015-10-07  Noel Grandin  <noel@peralex.com>  [b1b6f163d32f59fd5e750d5814cf04e8bf357907]

        inline ISurfaceProxySharedPtr typedef
        
        some places were not using the typedef anyhow
        
        Change-Id: Idf92ad63b05101832827113701a85eca48c084c6

2015-10-07  Noel Grandin  <noel@peralex.com>  [857ff93895eb0e64922bdb938d2175261c05fcb9]

        loplugin:mergeclasses
        
        Change-Id: I9b5f35ac3a491bcf0bb5bb1b04f749321fc9f72b

2015-10-07  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9887118e1977e603d2103701c5d82bb799a729c7]

        tdf#90839: follow-up work
        
        - Removed the data-label-wrap token and related code in xmloff module.
        
        - Using the already present `fo:wrap-option` seems to be the preferred
        solution: investigated to see how the token is imported exported: the
        class `XMLWordWrapPropertyHdl` takes care of that, luckily it converts
        the token to a boolean property.
        
        - Fixed a minor issue in the code for the data label dialog.
        
        Change-Id: Id050fdfeedd3af7fb79be96bfe157c61c4b44191
        Reviewed-on: https://gerrit.libreoffice.org/19197
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-10-07  Julien Nabet  <serval2412@yahoo.fr>  [8273350ff48f198efc9dc9c5de5519b8cbdc0cb3]

        Prefer getSelectedFiles to getFiles (sfx2+sw)
        
        + tweak files of other modules which needed it
        
        Change-Id: Ibb673eba6609734addd233ac1477698c01b94678
        Reviewed-on: https://gerrit.libreoffice.org/19180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f830600ece806ec365a4839e79afabe183c5e36d]

        tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,
        
        make Calc function WEEKNUM compliant with ODFF1.2,
        provide backward compatibility for Calc function WEEKNUM,
        add unit tests for ISOWEEKNUM, WEEKNUM and backward compatibility.
        
        Change-Id: I63af5543cea2f470d710462e55404ac754022c89
        Reviewed-on: https://gerrit.libreoffice.org/18760
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-06  Julien Nabet  <serval2412@yahoo.fr>  [e3ddcbea3fd8b9402ce2339de47793c4bc2b4b80]

        Prefer getSelectedFiles to getFiles (vcl)
        
        Change-Id: I0cb515a8b394c5e4b43fe84282383872c0680f15
        Reviewed-on: https://gerrit.libreoffice.org/19216
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-06  Julien Nabet  <serval2412@yahoo.fr>  [912268d49c1d9ae7cbec63673ee7ca40f15c0451]

        Prefer getSelectedFiles to getFiles (basctl)
        
        Change-Id: I09cdad8770eba515c36220fbfb355220c9fa3bef
        Reviewed-on: https://gerrit.libreoffice.org/19217
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [731e11edb44711c87cefdfa82b484fe82a98f33b]

        crashtesting: fix failure on scrolling through ooo77837-1.odt
        
        Change-Id: Iadb8be29d28c957ac773271904ee5ed86950087d

2015-10-06  Julien Nabet  <serval2412@yahoo.fr>  [4635a86971b6183e4161e35d903da5e86706f382]

        Simplify a bit
        
        1) change if/else if/... into switch for readability
        2) no need to use a #define for something which appears once
        
        Change-Id: Ia27d1bd07e4ed0761daa90df0f209c3a4c6cb8f0

2015-10-06  Daniel Robertson  <danlrobertson89@gmail.com>  [6ca355d281133c1e0e54df4e4710a4e99bc38c17]

        tdf#94228 comphelper: replace BOOST_PP
        
        Replace BOOST_PP macros in comphelper with variadic templates. The
        client interface should not change. However, there are a few side
        effects due to this change. The most important being 1) There is no
        longer a maximum number of service declarations limmited by default
        at 12 for unwrapArgs and component_getFactoryHelper. 2)
        component_getFactoryHelper now terminates early as soon as pRet is not a
        null pointer.
        
        Change-Id: I016fd208d0e80f91d8669fff29d58b6189e946d3
        Reviewed-on: https://gerrit.libreoffice.org/18891
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [43d35f56efc0a4b79909dc9fbd7b0483204b6f1a]

        Fix typos
        
        Change-Id: I54c32259750c0863a39f56fabaa1a0df7d208c9a

2015-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [1bc911eca173131fdc6e7e3889d128fa03adbf72]

        tdf#91097 Fix also for Draw
        
        Change-Id: Icbb3ff1b3eae9e3116a1c9f989962f4d569e2a30

2015-10-06  Michael Stahl  <mstahl@redhat.com>  [01518d3aa09ad8cb2cb82dcb329aeaab96c95bce]

        cli_ure: climaker should open keyfile read-only
        
        This should fix build failures due to file locking preventing concurrent
        access to cli_ure/source/cliuno.snk.
        
        Change-Id: Iefd16ed83a01523b3612844c2f777516dc4e44c6

2015-10-06  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7154aece1fdc3ea5049ba2d91ce929a14d139056]

        Fix typos
        
        Change-Id: Ia6246bb6d37a0ec1ac53a4cb095bfd6fd15f873d
        Reviewed-on: https://gerrit.libreoffice.org/18945
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [4c2339d8177d610cc23619e787c1517ce8e8afd7]

        simplify
        
        Change-Id: I56941b364c42e725275d80d764c672002ee1e626

2015-10-06  Maxim Monastirsky  <momonasmon@gmail.com>  [fedf965c51a9f57e5cde203a3d15a6c244558002]

        Related: tdf#91097 Support of enum commands in MenuBarManager
        
        Change-Id: Id7fe3075c21030e050c26aaf7ec068935f275b44

2015-10-06  Yousuf Philips  <philipz85@hotmail.com>  [3080e4c09b7c4894d4f0f52c9beed4298f3fd23f]

        tdf#91097 Substitute rectangle and ellipse uno commands
        
        Change-Id: Ib6578ddd7897d9c5d63b5dc8d8465f6107cc24a6
        Reviewed-on: https://gerrit.libreoffice.org/19130
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-10-06  Michael Stahl  <mstahl@redhat.com>  [884606e74bee007c0286a16fb8aa8fc8af9a8779]

        Makefile.fetch: explicitly invoke bash for $PIPESTATUS
        
        Since commit 5067d31364695d892d4290afb039a9877450fccb the SHELL variable
        is no longer set to bash in Makefile.in, so $PIPESTATUS is empty and the
        fetch command fails due to syntax error (as reported by Olivier Hallot).
        
        Since i have no idea how to implement the equivalent of $PIPESTATUS for
        shells that lack it, just invoke bash explicitly here.
        
        Change-Id: I7e27377e54c7e19175abcbec0beefca31a55a2bd
        Reviewed-on: https://gerrit.libreoffice.org/19164
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [3eff65e78a3a90b07c7a01ff26736fd25996e476]

        tdf#90810: skip all elements outside of the requested footnote
        
        the footnote stream is parsed completely at each footnote insertion
        all elements outside of the requested footnote need to be skipped
        
        Change-Id: I8909145411003ce6f924e712c2da00a4dc03a974
        Reviewed-on: https://gerrit.libreoffice.org/19192
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Eike Rathke  <erack@redhat.com>  [d4bb1ea98640c0cf575f8ac556b22cdc6f83ba0d]

        reintroduce initial coupling of EmptyStringAsZero to StringConversion
        
        ... as not all combinations make sense and aren't handled.
        For ILLEGAL and ZERO string conversions the EmptyAsZero checkbox is to
        be disabled. Also, remember the EmptyAsZero value again if the user
        toggled it.
        
        Got lost in commit e224c9cb929cd744674b5d4d265cfb4680c82a2b
        "Refactor OpenCL settings dialog"
        
        Change-Id: I86f9278e3d7856c70e94c2d1eb9f507359b90899

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [2ad231f9e90071ad2d83dae7a879ce1295db39ee]

        experimental afl driven ui testing
        
        Change-Id: I1933951c52adc75ed36db2c083c232f29b6140d6

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [c43cf1d2b6b6307e9455cbd12bbcd8310e135eac]

        dead makefile.mk
        
        Change-Id: I03b10f2cda6bf9305e724f2a547924d1c8ec316b

2015-10-06  Eike Rathke  <erack@redhat.com>  [45c7ae2bfc7f48ee3a2e96f78b6b94221eafa95a]

        sensible variable naming
        
        Change-Id: I2ae662b65fe9ffd4f6aaf6441f506fb8a943bce2

2015-10-06  Eike Rathke  <erack@redhat.com>  [815b6162cb5df4aa79e889a352dcf3bfa69bdd09]

        formatted string could contain a trailing 0x1B, though very unlikely
        
        Change-Id: Ie95b168ee7c4101d7a9ee45d5753ea8ff557e00a

2015-10-06  andreas kainz  <kainz.a@gmail.com>  [793683132f932a255fe5b676b2ae3bcd33cbcacd]

        Breeze Icons: add missing writer table and help icons
        
        Change-Id: Ia11f42161014abde0c8cb61090c00a9eb9f05494
        Reviewed-on: https://gerrit.libreoffice.org/19191
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [52e120a9e56c7fc8b2f93852fca5a25ecad6e9a0]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Id6698ecef885e37412dc88f8bdbc25ff0da8af21

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [4f2dfb18283121a81861afb58b037408b3c0036f]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I211ff9c4f64e97f3b397fe2b384f06d18026e1e4

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [13f51daa02cc6d1f923a6863ee91662dbea75a8d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ib184b06cbf83ec582aa50fded3795daac37c7869

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [da43c510e71db6afed581c5b038fbb97c89c8860]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic36598f30efd04b4084c0ffa1f4616687abf4d29

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [3f67e4975a096bc69fafb3330ea81339c264bcc7]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Id2062ffd309f534f7c0dedf185569cfe5741c303

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [6eff4b66777849b85432b9a8250213d085c23c11]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ibec716d78425d32b7341eb608c08202364b84ba4

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [c1778ef1cb731e501b07b0ec3753fa71f6afe363]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ie1416bdd0740efa78e1ebdba9d50536f1768b046

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [1c5a0ac8dabbe32fc00686efab877805af851b0e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I4c73594326f4c20f25433dea2112115ad1a12299

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [dc2db4ee3f47697aa3bde91399995eed9eba47fb]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I40017006cdf8b8454d487b4b78bebb6350476390

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [5d698f08c9ce2550345545d0ae0a4beb780b4f41]

        clang-analyzer-deadcode.DeadStores
        
        nLen was unused ever since 5e1b6f684538df8e38f8d60619a2ae2e792edf47 "first
        version"
        
        Change-Id: I110ccf9156c4d0c4b47b0fba928d388ba7e06387

2015-10-06  Eike Rathke  <erack@redhat.com>  [b94eccd1d1bb7e1a849e6a024acf84b7a7c12ed3]

        Resolves: tdf#78897 do not cache/reuse a repeat-filled string
        
        Column widths or fonts or sizes may differ.
        
        Change-Id: I1b4be9a6a6158e10439895534a8cb99c2ca408b7

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [70409a450f62736885cf596991cdb7b42a19a88a]

        test tool is gone
        
        Change-Id: I3d99a62c27b914cc6286ddf013f551111d677484

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [31ee230b6efac9a6a60ceb5c2367ae9a5cf98929]

        Related: tdf#94814 some cleanup of static_cast following dynamic_cast
        
        to the same type
        
        Change-Id: I197e88acbc30f8e8bb9e7f2d54803971df6062af

2015-10-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [5a242f651c8ae8d53ac67f5059f64629303848ab]

        Add script to check that icons have correct size
        
        Change-Id: I7c17ff1379d744378accd3c08c72f17f6ac6f545

2015-10-06  Sean Young  <sean@mess.org>  [11c2d1e027503b03829f06ffd4bec5ac6ca38403]

        Add code pages introduced in libwps 0.4.2
        
        Change-Id: Ice017ac5e15b786538604f7ff9ce8a9f3612e813
        Reviewed-on: https://gerrit.libreoffice.org/19183
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-10-06  Sean Young  <sean@mess.org>  [c399caebe35e57d55edc4fcc19a7276a23e2645f]

        Add Microsoft Write conversion
        
        Change-Id: I528fd1e83c2cdd89fb13504beb9f86da9e02122d
        Reviewed-on: https://gerrit.libreoffice.org/19182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-10-06  Sean Young  <sean@mess.org>  [7bbb14d6d617dcfd199d429b0cb964e372ed0c08]

        libwps: new version 0.4.2
        
        Change-Id: Iefebbca7c67d7685213a96de15e3d448bf4162d6
        Reviewed-on: https://gerrit.libreoffice.org/19181
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-10-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [9983c58c3f07be3c94de35d3edc85f900241e426]

        Add script to find duplicate icons
        
        Change-Id: I1a314d1ca98194eaef7c27ab9b1f3cef08cc0f12

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [a6b42f9138acf3edb775ba03fc59406186d73808]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I96ab1c0683eadef1f7012b346705450e69ca5a65

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [0411b3477f5ec941710933bf2f242d965ae3fe1e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ibde6ee93edae124da52e2a03528a240d4066baa7

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [a4ef2e39e590ee0c0b57237eff0d3649af46bf8e]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I7243c1590384472bf40cdbdb5af0614fffcb253b

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [1888b37a83368f11540ab1ef200d25d3c91bee28]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I3f34115b7d73e71441404866fc45894f78ab28f6

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [7b9b559035e515d06c19adcc5012c718782f9134]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I09d518a81b392bef444d7e01aa08ce30a2aee984

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [338ef54e40cdf40e43ec08e3b8bb384e78e016bf]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I12efd66cdacbe73080855694fe397136ea59aabd

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [94ebb584439f40dee356740070f292b2e7996f4b]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: If852229c04eb5787fb017cf13f483d406d60bf07

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [e8233e1510cf9f16a42feb5d60e5fdfda4f921fc]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I03769bd4105e4e1d140b2885978ea9da9ef866de

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [5e02785ff1fe807846155e2024534333231fa7e2]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ib26cbbc839040c49288606f588cb7400d7e40b83

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [66ef46479983b8600b4cd7543fff3420ffce6a8a]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I2ef946572a61eb766454d2df0cb2ff523050ed7e

2015-10-06  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [70b72e8705c17bad7a232b909b30f0f5b3635821]

        Emscripten: Add patch to build ICU
        
        Change-Id: If5924054b53fd2b5acf2ec903cd1acf710cc2ef1

2015-10-06  Michael Stahl  <mstahl@redhat.com>  [0ca6d934b318bda1c91e4166acc2f2216a0d2b2a]

        libreofficekit: -Werror=unused-macros
        
        Change-Id: I154bd2c101819669d43ab475144ae400454df4d0

2015-10-06  Yousuf Philips  <philipz85@hotmail.com>  [cd1c867cd20b52b199d05e62f4e50240637019aa]

        tdf#75256 Correct incorrectly named page setup icon for impress
        
        Change-Id: I6a1f4e5d98b26e8019d22b1e302191f3d7ae4f34
        Reviewed-on: https://gerrit.libreoffice.org/19171
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [58c38e7ea5debc5440f1d81acf38d8d6ad0883d8]

        sw tiled rendering: emit LOK_CALLBACK_SEARCH_RESULT* for normal search
        
        We used to emit these for find-all only, for no good reason.
        
        Change-Id: Id07dc7649f9a8528b9d4ec16d5f7c651fd607111

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca8016c3a317a7ba1f03e117d575fb78a572b4b3]

        sw: extract lcl_emitSearchResultCallbacks() from SwView::ExecSearch()
        
        Change-Id: I9c6b7540bcae85d6529e5cc195a7e86f58ee5713

2015-10-06  Douglas Mencken  <dougmencken@gmail.com>  [85b1f91779cd90eb1c7808909c2721239fc51dd1]

        vba: convert to variadic InheritedHelperInterfaceImpl&WeakImpl etc
        
        Variadic templates ~-i.e. templates, which can take an arbitrary
        number of arguments of any type-~ is new C++11 feature
        
        note that uno::Reference and cppu::UnoType can only take one parameter
        thus leave XNamedObjectCollectionHelper non-variadic in vbacollectionimpl.hxx
        
        Change-Id: I22e60fa050ee31d39ae8bb7cac06cf243c4587b1
        Reviewed-on: https://gerrit.libreoffice.org/19145
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-06  andreas kainz  <kainz.a@gmail.com>  [8e7a2a62d1bd14ea629b4cbbdccd0c9b9b14a6e5]

        Breeze Icons: link icons
        
        Change-Id: I9ffddefd11b673ae1c8f4300cd1b96d121318116
        Reviewed-on: https://gerrit.libreoffice.org/19177
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [e41fad1944139e5129f8a99e07c08655f50136f7]

        Replace some OSL_ENSURE with assert
        
        ...at least in the !IsEmpty() branch of XclExpString::WriteBufferToMem, pnMem is
        used in ways were being null would be undefined behavior, and the only place
        from which WriteHeaderToMem, WriteBufferToMem are called (lclAppend in
        sc/source/filter/excel/xeformula.cxx, via WriteToMem) will always pass a non-
        null argument anyway
        
        Change-Id: Iabc06b53ae6059246c5c222d43a789c6bdc440d5

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [f94d4952dcf7fe8a46883184dc841b1f64274656]

        Commit loplugin:returnunique to store/, for reference
        
        Change-Id: I359d8ab47276e5c801522251d5e141946d94ca5d

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [7f37d443cf20d4e556a1a3240546e29c63cb0df3]

        Return SdrObjectPtr from some XclImpDrawObjBase::Create... etc. functions
        
        Change-Id: Ia68b68aaca7feaacd2245254b2f2d110e669aaef

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [baa9c806e8730741d36009065d203121f623d5d9]

        Return std::unique_ptr from some XclEscherEx::Create... functions
        
        ...even if, for now, the return values are directly release()'ed anyway at the
        call sites
        
        Change-Id: I118c74787260b1ec7eabf5e300580aa5a16b2cfa

2015-10-06  Yousuf Philips  <philipz85@hotmail.com>  [051667ec91a3fa4175fc8ae59529ac02b95e0683]

        tdf#94477 Make Format > Character accessible for customization
        
        Change-Id: I45d02a6a24986175de2283c09e097f73d90cef73
        Reviewed-on: https://gerrit.libreoffice.org/19187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c92ebc850345924619a12327f36cc6ac9c0b09d1]

        Disable spellcheck when LOK is active
        
        It's not useful when viewing, and for editing probably a dedicated
        overlay would be better (like the one we have for cursor/selections
        already).
        
        Disable for sw/sd explicitly, sc had it disabled implicitly already.
        
        Change-Id: I7134f5d1a1546787c22019e6b1abdc0dd887f888

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cf63ba224cb01377e3e6da68b0e72a3ed7e30af]

        sw: outline SwViewOption::SetOnlineSpell()
        
        Change-Id: Ic81b039e9a1b592ca52ab684ddb45ee44c7714df

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [23ac7f2fb57c338fa608cbc28ac39d140026e3c3]

        lokdocview: log paintTile() arguments
        
        Change-Id: I8015c8030c1c7f53ae1de053fe268a33464834ad

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [78697c7956abdb610c256ba9d445a44c6d113d99]

        pthread_mutex_lock/unlock must not be called with null argument
        
        ...so these OSL_PRECOND should really be assert
        
        Change-Id: I61ebd16e14be81c579cd71f3cd6cd68afb95778d

2015-10-06  Andras Timar  <andras.timar@collabora.com>  [9942defff713c8a3435fb4081e15615cb4afd593]

        Info.plist: removed deprecated stuff, added cdr, visio, mspub formats
        
        Change-Id: I24a83ba15591aca8787726f9fabf12b56ed323b2
        Reviewed-on: https://gerrit.libreoffice.org/19148
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [f9157d1a21c67db270d52c30785857d2e6c5bf1a]

        tdf#94811: Crash in Open Remote File dialog fixed
        
        Edit control needed a disposeAndClear instead of a clear
        
        Change-Id: I24f4ec8c391080cb83574949cc141c883b43cfb9
        Reviewed-on: https://gerrit.libreoffice.org/19185
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [9d7f03f2ab05863665316bb2bd964c73aecc8723]

        -Werror,-Wunused-private-field
        
        Change-Id: Ifb599354720369458a43d8e1e7bca9ceb24d7c7d

2015-10-06  Caolán McNamara  <caolanm@redhat.com>  [a2aed0e866c8e4eb308b90967fcd81e70bcdf7fb]

        revert executable perm change
        
        from 89d39bc100aabf5dccbe77c0b5c0c85736e85b39
        
        Change-Id: Ia98ffdf9d0ffdb6c5037c9cbe911cb9d2212107c

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [f52449e43b14f6118e324e92986c61eddf7ada38]

        -Werror,-Wnull-conversion
        
        ...presumably this is what was meant in 89d39bc100aabf5dccbe77c0b5c0c85736e85b39
        "tdf#94559: 4th step to remove rtti.hxx"
        
        Change-Id: I844939fe4cd1f452747ac3cf3410659bba748efb

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7b86140d74039995bd4d312790244c1e2d4b501]

        CppunitTest_sw_tiledrendering: CALLBACK_SEARCH_RESULT_SELECTION testcase
        
        Change-Id: I66a8d73581641c71f2dce2d1992070f3ccce08c2

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b6060d6c58b95153c907585d89cad815bc9b1ae]

        gtktiledviewer: recognize LOK_CALLBACK_SEARCH_RESULT_SELECTION
        
        Change-Id: Ib932ee36e41afcb53d15a6362b998cc673d474f2

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [94752d5970be7ce22e053f9cd83bd59711446a0a]

        LOK: add CALLBACK_SEARCH_RESULT_SELECTION and implement it in sw
        
        Change-Id: I4c2a5418101976e1cb38c0fa71dbd66fc883f905

2015-10-06  Noel Grandin  <noel@peralex.com>  [7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896]

        loplugin:unusedmethods
        
        Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [d7f2db4b9ce445afdcabf370497bc66db76efbbc]

        Hold some objects by rtl::Reference
        
        Change-Id: If42b0fea8417f5e8ce2cb68d79e92e628c77d9e5

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [6b9b38fed94a8ebb13e5be0c4641de4e28f9345d]

        Hold ScAccessibleDocumentPagePreview::mpTable by rtl::Reference
        
        Change-Id: I808f406c6c6c46c0a72e6e02503899e78ba7f7e4

2015-10-06  Stephan Bergmann  <sbergman@redhat.com>  [f9fe7235e1e848913b76726789776ed5d67fb555]

        Hold ScAccessibleDocument::mpAccessibleSpreadsheet by rtl::Reference
        
        Change-Id: If5b0c7603bb69697a53954b6adfd5ff91d196503

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [89d39bc100aabf5dccbe77c0b5c0c85736e85b39]

            tdf#94559: 4th step to remove rtti.hxx
        
            replaced use of PTR_CAST, IS_TYPE, ISA in
            idl, editeng, sc, sd, sw, sfx2, sot, starmath
        
        Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653
        Reviewed-on: https://gerrit.libreoffice.org/19132
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Noel Grandin  <noel@peralex.com>  [32b9901dae7403453d773f5904de15551a323595]

        need <numeric> for std::accumulate
        
        Change-Id: Ic7d237ab5e4a7925bf265b8ab495ad3e0c128735

2015-10-06  Noel Grandin  <noel@peralex.com>  [8a248d69cc807ac076c7da13cd69e114f0dde0ce]

        loplugin:mergeclasses
        
        in this case, just rename the baseclass so that it matches the
        other places we do this
        
        Change-Id: I21704db7352f72e43636dde9e92c8bef61b7e251

2015-10-06  David Tardon  <dtardon@redhat.com>  [eed51624b380bdb0d831be91b24b1129de71489f]

        astyle
        
        Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63

2015-10-06  Noel Grandin  <noel@peralex.com>  [eb6381435fb06c232bdc6b42c2bf0cd711c0bbbd]

        loplugin:loopvartoosmall
        
        Change-Id: I502a7b8b2d18c9bd5c82e8abd8e3d98f21e8c446

2015-10-06  Noel Grandin  <noel@peralex.com>  [946b9a04c4a9d252661fe7190213c225fa79bf92]

        loplugin:mergeclasses
        
        and move the boost-depending code inside the module, no need to expose
        that dependency and include that header in all client code.
        
        Change-Id: Ib991572d7a54a9ad16825d688e76f8e3a824803c

2015-10-06  Noel Grandin  <noel@peralex.com>  [d451de7f08ba984f103364e167c8c6d097e493a8]

        loplugin:mergeclasses
        
        Change-Id: I592eef7503bd0b492f73ea5216f436302ad79ca8

2015-10-06  Noel Grandin  <noel@peralex.com>  [4e2a8b78be17001cf7a3f648261559754a24e555]

        loplugin:mergeclasses
        
        Change-Id: I7c8c60aab31517d595a7e37c3789fa1e515ec3ee

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [501e757649b760229cca1327ac2cf1945dc745a4]

        tdf#91417: import hyperlink with history flag correctly
        
        ignore '\h' flag in hyperlinks imported from docx
        including import test
        
        Change-Id: I512e811050704f118bf9b2c786378f99e5d04378
        Reviewed-on: https://gerrit.libreoffice.org/19154
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1a6a99b9a78689c6d3649ce066fad66912188e2]

        presenter console: add 'Restart Timer' button
        
        Use case is that the presentation is started a few minutes in advance,
        so the audience can check if they are at the correct room, seeing the
        title side. Then previously the presentation had to be stopped and
        started again, so the presenter had an idea how much time the talk took
        so far. The side effect of this workaround was that the audience saw a
        short flash while the presentation was not running.
        
        Fix this by adding a button to just restart the timer, then it's not
        needed to stop/start the presentation manually.
        
        The two icons are just placeholders for now, real design is still
        needed.
        
        Change-Id: Id67e7e53a339ea5672dfb1c261f63d43466e9eff

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [cd5906358bed831c3811bcb658eeaf98d5dba9b9]

        tdf#93720: Interactive frame insertion is disabled if table is selected
        
        Current implementation does not support interactive frame insertion
        that moves the table into the frame
        
        Change-Id: I57a69f680f1218bd3014da494d41542ad0b72dd1
        Reviewed-on: https://gerrit.libreoffice.org/19157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Oliver Specht  <oliver.specht@cib.de>  [4d4bc508f03db9fa0ddae0c6aaa52e586cbe1172]

        tdf#93860: crash in table selection fixed
        
        state method of FN_GROW/SHRINK_FONT_SIZE must not access invalid pointers
        
        Change-Id: I0db539d735663561db84cf186a6ef31c8ad3de53
        Reviewed-on: https://gerrit.libreoffice.org/19156
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-10-06  Michael Stahl  <mstahl@redhat.com>  [3e5b53438d7001fde1b4664b8867be3dcfae4b95]

        sw: try to fix the MSVC build
        
        Change-Id: I5e3277e625004b30f0f05eef2b272736820a8836

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [f03417389e70a6312a42468baaf55b2080a61675]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I1f77947b6f9fde4c949d32d524740be0951572af

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [6e3188efd513b2447dd8335567742c013fd6c265]

        sw: let's try to write a C++ program, stop using reserved identifiers
        
        Change-Id: I8810ca647af7b376b1c2bb1c4d866eb081718145

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [3bcb74175b959809d1dd85a4f6a9f636366b81c1]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I1e6ccafea4c876b27e0a57e76c93f075f67a5f54

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [89ed0427bdaa74efbde698b81ceb39b1be0c1e3d]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Iac4d1dcab229c3236d09af4e63d9e33bc038f23d

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [68daf1e8ebf44af3f5bf86306e592f6d03a07dab]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I44f3ff3779ea9c35fadc02ae6f2970d33aeb2f25

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [b6b3251683d5a3bfbf038127f8bd226e23698bce]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: If7b9251a1b3f953a7386d621da40b0c14bbf61be

2015-10-05  Michael Stahl  <mstahl@redhat.com>  [63b0a1fe18ac38cded0774a0119c2aea4ff01593]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I792c90a52c30e0c1c4702827b35afdbf958b2812

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [56a5734b06e0f252722153d2e6af680fd9e6e429]

        cppcheck: noExplicitConstructor
        
        Change-Id: I80950aaf1385bd76b012eab7866fd16848751f45

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [91ff5501892f8c3b11d4d5381e2f3efb5f289da6]

        replace remaining FlowFrmJoinLockGuard with SwFrmDeleteGuard
        
        Given both tdf#91695 and the remaining crash on novell622972-2.html
        it seems now safer to replace the remaining FlowFrmJoinLockGuard with
        SwFrmDeleteGuard and rely on IsDeleteForbidden instead of IsJoinLocked
        for the crashing layout edge-cases
        
        and bundle the IsDeleteForbidden other IsDeleteForbidden users together
        under SwFrmDeleteGuard
        
        Change-Id: I017b6155daa3a6e49c5bee5b21ca4eddcfd5b5c0

2015-10-05  Eike Rathke  <erack@redhat.com>  [778d03b59c62d21fd171b81c9fab3ba8496e319d]

        Resolves: tdf#91453 use configuration of text to number conversion
        
        ... also in arithmetic matrix operations if both operands are matrix.
        
        Change-Id: I84609656b166b4e059d9496a5ed732a96e731164

2015-10-05  Matthias Freund  <matti_lx@secure.mailbox.org>  [9d6913646881d8decf4f0f7b344e1ba69bed376c]

        tdf#75256 sifr icons for the startcenter part 2
        
        Adding recent-documents.png
        
        Change-Id: I4336ea8c9493bcc2ce713d9f04c100e02961850f
        Reviewed-on: https://gerrit.libreoffice.org/19165
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-10-05  Szymon Kłos  <eszkadev@gmail.com>  [45817662f3f7a77433d6ee57f2c8926e3db3e675]

        Remember password after setting new service
        
        Change-Id: I14ba319307f74b24fa474e742504b70c46539a08

2015-10-05  Szymon Kłos  <eszkadev@gmail.com>  [3ff764c9f441c13330881520147b63bee23627b6]

        Focus for file list after opening folder
        
        Change-Id: Ibac322b873315fd8a0ec63c930f4c76562a5e704

2015-10-05  Szymon Kłos  <eszkadev@gmail.com>  [227aa18e234ec2ea31c8cfd639cb1a1e9b464435]

        Focus for file name field after using it to open folder
        
        Change-Id: Ic3ae0c899c5feea659d22100f98dbeca4df217eb

2015-10-05  Szymon Kłos  <eszkadev@gmail.com>  [8e8247975ea37b3c335b1346c258b4d6260e1c39]

        Temporary remember password even if persistent password storing is disabled
        
        Change-Id: I2ca98889b2c31c40a84348a55d85750f7c031a92

2015-10-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [955881ea30b5c88b096187712cc65d976e976c67]

        optipng icon themes
        
        Change-Id: Ie73b78af44443d8376e12f3e663ab45f5e9445f2

2015-10-05  Eike Rathke  <erack@redhat.com>  [466a20ef07f36d50a73a18ab119b3cc18b4babf4]

        Resolves: tdf#91453 use configuration of text to number conversion
        
        ... also in arithmetic matrix operations.
        
        Change-Id: Ia00054d0af383e225d9d40b59da2dc28a817b65a

2015-10-05  Eike Rathke  <erack@redhat.com>  [6516d5e299bdf0e7aa03d1004763f6d10db48546]

        add half decoupled ScInterpreter::ConvertStringToValue()
        
        ... for back calls of ScMatrix in preparation of tdf#91453
        
        Change-Id: Ife94d1675c1bc7c5611586e3f352ff69264469d7

2015-10-05  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [42268b559a718a182cc41476f0d05e1af82f64ae]

        Performance test for PEARSON
        
        Change-Id: Ifd7fe80c6eeea07a824fe9118425760f2558b1e0

2015-10-05  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [a285df4ea9805e7cf1071747e0b7adaf6ed52fff]

        Performance test for GCD
        
        Change-Id: I33504157bf10aadf5f010249aa35beefc4dbb972

2015-10-05  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [31a2ce06108c45f23ba7860e63bebeb299b57101]

        Performance test for LCM
        
        Change-Id: I054191884f9550d5f16de2c7af04231f71f16bfa

2015-10-05  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [46717d374f972cd5bf8e7e21614ebe3613060738]

        Performance test for TTEST
        
        Change-Id: I05e34b24ed074a9f33d2a860f9042c85d7b556bc

2015-10-05  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [56d282666b5aa19d8de11b2e2288224beaf33a8b]

        Performance test for SUMX2PY2
        
        Change-Id: If7cf21e0345a1dd5a8eb0100a684c8272c7e2bce

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [a335cac4f55b3bc2c9e92ba8a1028010ac92218c]

        use modern casts
        
        Change-Id: If8f01fa8619097c8ea13f09302117308937e0340
        Reviewed-on: https://gerrit.libreoffice.org/19150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-05  Mihai Varga  <mihai.varga@collabora.com>  [944bb51dfe4b214bf6d7f9a4b9066728d0da51c7]

        LOK: add mouse button type and modifier on android
        
        Change-Id: Iab1dca8736eb208e652b5d5dfc0c87c8029679da
        Reviewed-on: https://gerrit.libreoffice.org/19159
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-10-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [11b2e2e8113b67b9c9c8d1076c07d22ac93ada72]

        opengl: take row stride into account when reading to 1-bit bitmap
        
        Change-Id: Iaa67b209d5b6ab0d9c567a71dee0684a85f53f6b

2015-10-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5bf651a993a466358c41d5edfe22f5085b9a0f75]

        opengl: cache Spinbox native widget textures
        
        Change-Id: Ib3e99ce36f3f0c855d2932038776f62f2d47f50c

2015-10-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [86186de42e13426305cf3dc8dfb076aff6a5e4ae]

        create "disabled" image (icon) only if the original changes
        
        Currently we create a "disabled" version of  bitmaps in "Image"
        class (used for toolbar icons for example) in every draw call.
        This is not really optimal. The solution is to calculate the
        checksum of the original and create a "disabled" version only if
        the checksum changes.
        
        Change-Id: I6ed2d08c64fee028b479fedb35e4384f112e98e2

2015-10-05  Mihai Varga  <mihai.mv13@gmail.com>  [a6ef5718475ba35b52d9de474741b640316502eb]

        LOK: fixed duplicated switch case values

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [cc7556740640e1b3f8730b939e21eaa882abc031]

        Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObject
        
        ...and handle related fallout
        
        Change-Id: Ie82d853a9bf28b359d5aab9d0af01b728d68ed70

2015-10-05  Mihai Varga  <mihai.varga@collabora.com>  [c30defcf8e34daec6ea0455d772fe296cc26ecc9]

        LOK: add the search phrase to the search result count callback
        
        We need this to notify the user for which search phrase no results were
        found
        
        Change-Id: I8cc7ab235b9129dfdcb022145456180ff7e4ca92

2015-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7949ca85c526f2f22367900b5213e8df806ce873]

        move elementary bitmaps in place
        
        Change-Id: I3ee20b70d2b231ca620fa2309de4135d9f425edd

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4e75e8f52c17d02a65022303fb6a0e4f1d97592]

        CppunitTest_sw_tiledrendering: testcase for LOK_CALLBACK_SEARCH_RESULT_COUNT
        
        Change-Id: I9f517bc2f3dfca9a2dc17a229f54c47b7790a355

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [dce533e06d641d15c3171cd543875cb9fe835cd2]

        sw: avoid hang with find-all and shape text
        
        We can't easily have editeng & sw selection at the same time, so just
        exlucde shapes in the find-all case for now: better than a hang.
        
        Change-Id: I1090595e8c4bc11eb38ffa486885ad5fab67ab86

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [27728cc59fea7b78c0cb9a2ddc3c09a08684c1b8]

        Called C++ object pointer is null DBG_ASSERT->assert
        
        Change-Id: I3094fc1728135fb9e8b229826cd2e30925e89b11

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [11fe4810ad82eaeb50c164b33c4f908c8fc045f1]

        loplugin:stringconstant
        
        Change-Id: I67ae937470f84ac1d62016d102083b55220dc128

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [db0ac3d2cb52be60b850fb522f697c970eaf51bd]

        loplugin:stringconstant
        
        Change-Id: I68c63d560cfd7ec82802cd3f073cdd0544cff99b

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [8a334eb222906909bf77006687411ff9e03d9da3]

        tdf#94687: Keep original ordering of overall initialization steps
        
        ...between ScGridWindow::CreateAccessible, ScAccessibleDocument ctor, and
        ScAccessibleDocument::Init, by introducing ScAccessibleDocument::PreInit into
        which the this-using parts of the ScAccessibleDocument ctor are offloaded now.
        
        This is a follow-up to 6f1e77fc600f776433a759172323b4afec3d811e, "rhbz#1264753:
        Avoid this being release()ed to 0 in ScAccessibleDocument ctor;" turns out my
        fears that the slight re-ordering of initialization code coulb break something
        were well-founded after all.
        
        Change-Id: Ibf62983030d7abbe4b1ead9ee5add5f9627e7d60

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [0fc0abb549dd299900f64e92272d910281e94413]

        crashtesting: intermittent crash on novell622972-2.html
        
        The pLay here is sometimes getting deleted and then dereferenced afterwards
        
         #20 0x00007f0c95395b23 in SwSectionFrm::~SwSectionFrm()
         #21 0x00007f0c95395b6a in SwSectionFrm::~SwSectionFrm()
         #22 0x00007f0c953af59d in SwFrm::DestroyFrm(SwFrm*)
         #23 0x00007f0c95396d4e in SwSectionFrm::MergeNext(SwSectionFrm*)
         #24 0x00007f0c95397e28 in SwSectionFrm::MakeAll(OutputDevice*)
         #25 0x00007f0c952d13d5 in SwFrm::PrepareMake(OutputDevice*)
         #26 0x00007f0c953cca7f in SwFrm::Calc(OutputDevice*)
         #27 0x00007f0c9532d0ea in SwLayAction::FormatLayout(...)
        
        Change-Id: Ib54515bd917333ee9a10f467148d2fe76991cde1

2015-10-05  Mihai Varga  <mihai.varga@collabora.com>  [c90c08a65c480a1012182979d5e9218f17a2ba2e]

        LOK: added the button type and key modifier to postMouseEvent()
        
        To get a better functionality we need to know the button type (left,
        right, middle). We also need the key modifier (ctrl, alt, shift) for
        actions such as ctrl+click (to open a link) or shift+click to select
        
        Change-Id: Iaccb93b276f8a6870dd41cc5132dbb85d2bbf71b

2015-10-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [0326352470aee1a774bb5aa314c4f3625c1372b3]

        tdf#83531 Opening WebDAV URL WebDav fails if write is restricted
        
        Happened because LOCK method was not allowed without credentials.
        
        Change-Id: I7b204e67079791a08211410ced4b0b4f015d524a
        Reviewed-on: https://gerrit.libreoffice.org/17856
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [b4576f3da4d90139fc5140962d13cb91dab98797]

        tdf#82744: fix WebDAV lock/unlock behaviour - part 3
        
        Changes done to the code in sfx2, ucbhelper, ucb, unotools in no particular order
        
        - add method helpers to call the ucb lock/unlock
        
        - add lock/unlock 'real' management
        
        - make DateChange property retrieval working for WebDAV as well
        
        - add check for changed content of a WebDAV file, in order to reload
        it correctly when 'Edit Mode' command is activated from GUI
        
        - Unlock WebDAV file while saving only if explicitly enabled
          Needed in order to avoid the small window of file unlocked state that
          opens while saving a file.
          When saving LO actually does as follows:
          - unlock the prevoius version of the file
          - prepares operations to save the modified version
          - lock the new file
          - save the new version
        
        - the lock method is enabled if the DAV resource supports it.
        In case the lock is not supported, for example example DAV with lock
        disabled, the lock method is disabled.
        
        Exception: when the resource is first created and the lock is not
        supported: a lock command is sent anyway, because if the resource is not
        yet present, there is no method to detect the lock/unlock availability
        in this case.
        
        - cppcheck:noExplicitConstructor
        
        Change-Id: I0aa876c4e3364d86e5740977b97f3db9a01e4491
        Reviewed-on: https://gerrit.libreoffice.org/17189
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-05  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [8ea85c264f22c76d393c0f78e9db7df51e2c868d]

        Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObject
        
        ...which will be used when rebasing
            <https://gerrit.libreoffice.org/#/c/17189>
        "tdf#82744: fix WebDAV lock/unlock behaviour - part 3" on top of
         d3de490437df4c9093f32e97fc185066d64c0f46
         "Add vnd.sun.star.webdavs URL scheme."
        
        Change-Id: I19bd715d755a6f070b95ce897d8a1bbb4910d537
        Reviewed-on: https://gerrit.libreoffice.org/18151
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-10-05  Oliver Specht  <oliver.specht@cib.de>  [8d65149d252b9daf6f4ee40aa94d0d150dab4948]

        tdf#94386 set page style at page breaks behind evelopes
        
        insert page descriptor attribute instead of simple break after envelope page
        to enable .docx roundtrip
        
        Change-Id: I05d45daa3043d42df22509faafcfc4dcb2ec8946
        Reviewed-on: https://gerrit.libreoffice.org/19146
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-10-05  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [c501c6545369da7936fd4a0d52b6cc01f5663860]

        tdf#39468 translated german comments in undoblk*.cxx
        
        Change-Id: Ia4bb41737c014946f22974640768a0232dc87f49
        Reviewed-on: https://gerrit.libreoffice.org/19121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-10-05  Eike Rathke  <erack@redhat.com>  [a71febc99d2cfc2fe51dec8c0bca5d84d8577168]

        use collator for UI visible sorting, tdf#94173 follow-up
        
        Change-Id: Ib9f7ebb087c1ce5008f43b2df3f1fadc41066ed1

2015-10-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [338f19a8cecfa632fa23d42cc27769a832d62104]

        Emscripten: First steps of porting to Emscripten
        
        See https://wiki.documentfoundation.org/Development/Emscripten for details
        
        Change-Id: I977a8b9e98b9be13c263fef48f567b92347d0492
        Reviewed-on: https://gerrit.libreoffice.org/18643
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-05  Yousuf Philips  <philipz85@hotmail.com>  [e62c2b03c79cf00c7bb7f08e986f73c76b784581]

        GALAXY: Missing format slide icon in impress
        
        Change-Id: Ic368bf7002f9890995c5b5b47de3e27dc006ff33
        Reviewed-on: https://gerrit.libreoffice.org/19123
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa3f607f80a2269ca2e1f8a5805d2e0b4cd36d7e]

        gtktiledviewer: make it possible to trigger SearchItem.Command
        
        Change-Id: I210da07802bae1f2f2948976bc0faf90e93152b4

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [22d342a82f225381057b5b8b941be8583de87a63]

        lokdocview: handle LOK_CALLBACK_SEARCH_RESULT_COUNT
        
        Change-Id: I0d1b641654e0de65169e19bb5843ea11b43a90a3

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c040ad18bd7b5a2d1d11130f4dbfd1c9d90055d]

        LOK: add CALLBACK_SEARCH_RESULT_COUNT and implement in sw
        
        Change-Id: I616b3f6d2881aaa479f6498d3121540980256c15

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [44838c669b6bd02e14c394aebd9d19bcbf5ff409]

        desktop: handle sal_uInt16 in jsonToPropertyValues()
        
        Change-Id: Ic0059404b7ccbc922703705e7818404d4904f324

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [153ac5dc8fd15efff49c7e428ac6a3799aded0f4]

        Fix gb_CppunitTest__use_vcl dependencies
        
        Regression introduced with 41c66312885393614c274897fd75a25c2ddf6ba0 "The 'svp'
        'plug-in' library is empty so don't build it at all"
        
        Change-Id: I534173372ee21e16c78693f60957706bbf61c1c8

2015-10-05  Tor Lillqvist  <tml@collabora.com>  [c61cf21e0acb41e9b8268d80ebd16cf616a4636c]

        Fix error C2440: casts required
        
        Change-Id: I34f7e43d7ed4daaf39f7453114ee468e27f0d90e

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [5654d21180c864c506a9cddf4c8e038813367b09]

        Fix SalFrameStyleFlags bitmask
        
        Change-Id: I2e161a3b9cc06180becf63a44018ff72cdd8449a

2015-10-05  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [38b7ee39d945e8b236de6abeedac53edf37f5894]

        Remove last bits of the classic theme
        
        Has been removed since long
        
        Change-Id: Ic9ecd8eb09501e70b30fa873babc6bb700600b92

2015-10-05  Pedro Giffuni  <pfg@apache.org>  [06d89e05b2dce1808a3d509c37719042b1c445d8]

        malloc + memset (0) --> calloc
        
        Drop useless casts while here.
        
        (cherry picked from commit fc4e91e7288d13c40cc78bfa680c7a1e6047c087)
        
        Change-Id: I435c64400d0631926211fbcdc1d38e140462fec1

2015-10-05  Noel Grandin  <noel@peralex.com>  [da6f3e1d7fe19b4f661d792a0d8d124bc7bb4241]

        fix KDE4 build
        
        Change-Id: I1be5448074bd763dd6a68d33dc2c6a1b1adc57d9

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [366d6ec035c106d358fe6e4bfafb4dc7e9e12150]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I886253de9980082186c41d361eb5a30e5f3923bc

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [ce92e1e5184a60eef627d5abb11d2b1cbe9c70c3]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I039fa6b7fb666b4108b37d5aa17b2dcd42d2af53

2015-10-05  Caolán McNamara  <caolanm@redhat.com>  [75304346823ed4d5b6c7415b2f78e4022fdd8e72]

        fix crash in XclImpSupbook::GetExternName
        
        Change-Id: I1b6f8d5190fae16bdeb1def7887d3121dad6bc16

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [5da3f0f79229e0ce132b4de42a37bef0635afdda]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Icc27b904a4cc3dd94b247360d7399349989c7f20

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [65c075f11fd64b8ca054f6f54cb8205f2c50ecc7]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I6434b65e0607ef7a3551560e3ca1fd17e4f606fb

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [39a097f52e47ca9df8a2c77c560b6036a8ec376d]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ic4aba87fa750824a366fba18fcfa46fa11d31e78

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [f7cee96168463484cff88cd596cb6e69f1845e52]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Iec5a5fe5f14a9dcdbd7644bf67d4a985e42cd957

2015-10-05  Noel Grandin  <noel@peralex.com>  [3dae60c3a8c6de7cd776e7b832f7b55688716150]

        fix KDE4 build
        
        Change-Id: Idb101b5b5d40b6a1a54acda81be5a5f2c09722bb

2015-10-05  Arnaud Versini  <arnaud.versini@gmail.com>  [2c96382b324bce348853dac5631daf680d739f98]

        Add new line after error message during startup
        
        Change-Id: Ieaf81a3b9491141805722ea60c6a8ddfe94ecda3
        Reviewed-on: https://gerrit.libreoffice.org/19120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [cc8736ae602014297a594677a857cb2d789142ad]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Id2d7c2aa0ba1783710a141bd910af785ecf81f8a

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [9a1f09b93bc83276516fcfe3a7db4a23ca8c8c2c]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ifd016962dda31b312070745e7646879186d074e9

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [e676f98f34b6bdf1e54172581f29683f694e5353]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ib1163c1717e61d730b22c3d6d0a0a7cc171bba4e

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [fe0444dbd400fd98f17ce1bcb60042ebe532055a]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I490f345d382b62001cf29a64ed732e854bdc5f7b

2015-10-05  Stephan Bergmann  <sbergman@redhat.com>  [946cf1b7a28bcf323628d75b2c0050a4b43aa2cf]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: Ia1f6433000fe48ec6249b1cfb26668b665b2d15a

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [92fd894ea18672cba4cf961bdc4c0bc98f168102]

        tdf#94435 RTF import: \ltrpar should not override \qc
        
        Change-Id: I342191cd8cf8b3998089236aea5743ea7cdd26f1

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4921b03d9c0e0fa275d2933947f74844e5526382]

        sw: don't hardcode sprmCCvUl (underline color)
        
        Change-Id: Ie7eefcadc0344654dd0b57bda0363b6f6f7aceec

2015-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e30cae512f91bc7b92b214e3c9760a38d873026]

        sw: prefix members of SwFlyFrm
        
        Change-Id: I69ff87617e4be128b1db6a04c80ce948c1901683

2015-10-05  Noel Grandin  <noel@peralex.com>  [0e30af6fdc496ee1b935d68e979aa63729cef878]

        convert SAL_FRAME_STYLE to scoped enum
        
        Change-Id: Ic3f7fddcea36c18ffe43c4c633d415f596a58cbc
        Reviewed-on: https://gerrit.libreoffice.org/19094
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-05  Matthias Freund  <matti_lx@secure.mailbox.org>  [5ffa83a2b39cc77b36ef6f2ecc46ae5482e3e68c]

        tdf#75256 sifr icons for the startcenter part 1
        
        I'm adding 32px version of the startcenter icons.
        Have to do the recentfiles icon later.
        
        Change-Id: I4794a9900dd6b74f27853648768667456bc0a862
        Reviewed-on: https://gerrit.libreoffice.org/19135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-05  Takeshi Abe  <tabe@fixedpoint.jp>  [57c1b07d24c40ec1e1912d06c3dc2c5d5fefd268]

        starmath: Simply add elements to the end of the vector
        
        No logic changed.
        
        Change-Id: I5df80d6c31f1c103c49ac4310a7d06da57d1a05f
        Reviewed-on: https://gerrit.libreoffice.org/19142
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-05  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7d82dfca4d78841930a4411371c3d211badeccdb]

        tdf#93243 replace boost::bind with C++11 lambdas in excimp8.cxx
        
        Change-Id: I810b524ce59703ca298e3c171f590c5dd75396de
        Reviewed-on: https://gerrit.libreoffice.org/19122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a983d1a0b8a60b336e02e018b703b9a0727f2b33]

        starmath: Kill c-style cast
        
        Change-Id: I6f65c2518b25fbe3a08070e81c33ce346ffb0801
        Reviewed-on: https://gerrit.libreoffice.org/19117
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-05  Takeshi Abe  <tabe@fixedpoint.jp>  [f811037c55f1fe41b2411958ace8c1b04c68ea14]

        starmath: Avoid unnecessary cast
        
        Change-Id: I18abd676b81c714e21ad83acbe4a4163fd5830fb
        Reviewed-on: https://gerrit.libreoffice.org/19116
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c9c61e0faab31c753f60361a2909c1e61481ac89]

        add elementary theme, remove outdated stuff from icon-themes/README
        
        Change-Id: Id4c0c1910a785f2cc836113fffdfbe3b7ef40f2f

2015-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9d2cf7a61afa89139a9d189e11027abbd36b63f9]

        remove now unneeded Makefile
        
        Change-Id: I2cbabf64791b6f14182b4ad4b11ffd08000f1291

2015-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b383d19e716863134087fe83d0aa5ba156006bd]

        Merge branch 'elementary'

2015-10-04  Andras Timar  <andras.timar@collabora.com>  [0c60fae0adf77cd5b95cd8aa69aa89a3fe265ab0]

        Info.plist: add Chart documents
        
        Change-Id: I1c29b640735e0f62eb8fbc59970f446a14784002

2015-10-04  Andras Timar  <andras.timar@collabora.com>  [9a65f22079cdc583c7327e2d2e8ec1a1324cf621]

        Info.plist: add UTTypeIconFile keys
        
        Change-Id: Iaa091521ea246fd2ccd403c5db9bce5dad67756d

2015-10-04  Andras Timar  <andras.timar@collabora.com>  [9743bf01cdead5db8a39f0d631eb07512a6662dc]

        Info.plist: add CFBundleVersion
        
        Change-Id: Ib4a13e7b0e1a4ff528563c7a883c3dbbac864bf6

2015-10-04  Andras Timar  <andras.timar@collabora.com>  [dddc893807e30d26ccd031ffcf3bada42b5d43af]

        Info.plist: binary StarOffice formats are not supported
        
        Change-Id: I339c4c92121e29cdd39eb598d21ec2fca93300db
        Reviewed-on: https://gerrit.libreoffice.org/19134
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-10-04  Julien Nabet  <serval2412@yahoo.fr>  [849877871ac0e6032336f759cb39bf9a4a978d44]

        Prefer getSelectedFiles to getFiles (sc)
        
        Change-Id: I78e5c590b99113d01545c8f83f6024226aa185c8
        Reviewed-on: https://gerrit.libreoffice.org/19133
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-04  Julien Nabet  <serval2412@yahoo.fr>  [199f3bce1d5cf6067b5edd60f4909e880fb72f5e]

        Prefer getSelectedFiles to getFiles (svtools)
        
        Change-Id: I6a61f3a04a8e01c2f0a6a0da8cb989e71c120c9b
        Reviewed-on: https://gerrit.libreoffice.org/19128
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-04  Julien Nabet  <serval2412@yahoo.fr>  [e4c58c39590091cd9bbc7ace4ebd81b3241a3816]

        Prefer getSelectedFiles to getFiles (cui)
        
        Change-Id: I4fa2d2700fac9b1a25dfc5c6cbe4ae911c5b3d32
        Reviewed-on: https://gerrit.libreoffice.org/19127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-04  Julien Nabet  <serval2412@yahoo.fr>  [3ad8f409d7658d94871aff2e709f013e8c869d98]

        Prefer getSelectedFiles to getFiles (sdext+qadevOOo)
        
        Change-Id: I4827e47b7d67b0112c0f9023c0db4ce8975f06e1
        Reviewed-on: https://gerrit.libreoffice.org/19126
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-04  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [990efa00ce0b305500df4bdd6641c2016fa4fa5a]

        Change Unity Quicklist to use applications’ names
        
        Since we’re still not having translations here, paliate that
        at least a little bit by not having strings that require
        translations in the fist place.
        
        Change-Id: I93b4f0780bc009587cd55fa6588e16b0d4df7942

2015-10-04  kripton  <yeliztaneroglu@gmail.com>  [68c10e2c9db529cc9586579ed735a0823d0a3567]

        Replaced "n" prefix for bool variables with "b".
        
        Change-Id: I3189e3fb8ccfb6a883945a4d637dc9330e41103c
        Reviewed-on: https://gerrit.libreoffice.org/19113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-04  Caolán McNamara  <caolanm@redhat.com>  [a28f5f963d16e6355aadd2f27c3348e7679e785b]

        crash in Standardwidth
        
        Change-Id: I9b781aaf98c16c83e12406ee38167814fb32cfc9

2015-10-04  Julien Nabet  <serval2412@yahoo.fr>  [e3f8eb8d3a594e3b8afa51c214f6c5c44d8dde4e]

        tdf#94743: Web Wizard: Cannot export in ftp
        
        1) Fix value of constants RES_OK, RES_CANCEL and RES_HELP
        http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/awt/PushButtonType.idl#29
        
        2) self.updatePublishUI was wrong because FTP appears in second but there are 2 elements
        for each module (local dir, zip, ftp) in pubAware vector
        comment was wrong:
        - local takes elements 0 and 1
        - zip takes elements 2 and 3
        - ftp takes elements 4 (that's why "4" is the right value) and 5
        see http://opengrok.libreoffice.org/xref/core/wizards/com/sun/star/wizards/web/WWD_Startup.py#509
        So fix value passed to self.updatePublishUI + comment
        
        Just a bit of history:
        before fix of tdf#92934: Web Wizard: Cannot Export Zip archive (http://cgit.freedesktop.org/libreoffice/core/commit/?id=e72a4a3c2e1608e301daef0b6e87cc70d814e736),
        the order seemed to be this one for pubAware: local, ftp, zip (whereas UI order was already local, zip and ftp)
        Perhaps the fix was wrong since there was a similar pb for tdf#94421: Web Wizard, option shift when loading saved session
        
        Anyway now the pubAware order is the same as UI order, it may help for readability.
        
        minor
        a) increase space for lblStatus (there weren't enough room for some locales, eg French)
        b) replace use of copy3 (deprecated) by copy2
        
        Change-Id: I27d3c2dd699fbe2d51a63e462c7b39e78895d1be
        Reviewed-on: https://gerrit.libreoffice.org/19115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1a6ec13d0805b7aa8c3bdcbfcc444c4916dfc817]

        tdf#93281 clean cache directory on each start
        
        to avoid segfault in native lib.
        
        It's only a workaround, but I couldn't see what's wrong with the
        cache...
        
        Change-Id: Iceeee1e190bbbd6efe336d84ddcbd8c4d3a1c621

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cdfdf76787b1c3983e4eae0620fe711647ed0b9e]

        android: avoid arrayIndexOutOfBounds when lokit payload doesn't have a value
        
        and is not handled yet like ".uno:CharFontName="
        
        Change-Id: I09d17b6be9ce9b9c9ae6883f8222c8628268815d

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [233b9b0ec95069b5ce98aab942304459ca7344a8]

        android: make strikethrough work (it's not .uno:StrikeOut, but .uno:Strikeout)
        
        Change-Id: I8d629272cf94eaac406c163c06c9bbdd6a248b79

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c320161f48990fbf6cad162633b26e07de873923]

        compare strings using equals, not with ==
        
        Change-Id: I8869980198123bbe9e86e12638e3316be24588c3

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7b282e3db8cc608373d09e49dba57945be07f895]

        android: remove unused imports, call static methods the static way
        
        and remove some redundant casts
        
        Change-Id: If58a395227e4b9d54b0d757032d4a55c25315019

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [20d5c4cce51284fd39d22755d19ac7a28ab51e14]

        android: make layouts nicer to work with by providing sample values in editor
        
        Change-Id: I76495becb0257cb36340397d7296f26565fca4cd

2015-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [de376cb1c42543cd7717b0de88056ed4ab8af6d4]

        android: remove no longer used files
        
        Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd

2015-10-03  Julien Nabet  <serval2412@yahoo.fr>  [2ff595dbf2b42b4b3ee961b63e5da92067aa8fd9]

        Web Wizard, ftp part: fix logic for dialog
        
        Comment indicated "If one of these fields is empty, the button is disabled",
        let's stick to this.
        
        Change-Id: I99dd23339d888c33e7706935842a91f5da681ade

2015-10-03  Caolán McNamara  <caolanm@redhat.com>  [7e5a7dcc5143911430b19bcb836ab573298cabe6]

        add application/x-qpro to get-bugzilla-attachments-by-mimetype
        
        Change-Id: Ie8350ce999fb6eaad8ba8f790753cfbbc1c8b70a

2015-10-03  Caolán McNamara  <caolanm@redhat.com>  [0d97aeea052892911f089fdb87f972c02435b127]

        add QuattroPro support to fftester
        
        Change-Id: I832ab43e2fccf9b2c24e98ae443a9611012ea5a1

2015-10-03  tagezi  <lera.goncharuk@gmail.com>  [c4da74ba1a9ece585a86a03664f79b333bfee0bb]

        Updated core Project: help  7c74f4a55c7171419a78aa18f6d8842fe4f62833
        
        Added description and examples of the AVERAGEIF function
        
        UPD: Changed in accordance with the comment of Olivier Hallot (Sep 29 7:31 PM)
        	Added value for the missing ID (string 80)
        UPD2: typo: forboth -> for both
        	table for an example was moved to a separate file
        	the attribute "role" of the tag "paragraph" for all an example
        has been changed from "paragraph" to "example"
        UDP3: double IDs was deleted in ex_data_stat_func.xhp
        
        Change-Id: I31b377715db133bfaab59047f9613171db8659e1
        Reviewed-on: https://gerrit.libreoffice.org/18888
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7748842e96536daeb0c638c6f8d01d99b9a3e08]

        hide grid and axes options in chart elements if not supported, tdf#94297
        
        Change-Id: I358340bd1b17f0e2eb5a119a60b623e489044dd3

2015-10-03  Jean-Pierre Ledure  <jp@ledure.be>  [2cf83ce830542b5ba50b18958434f89cbd86212b]

        Access2Base - new HtmlEncode property of Application object
        
        Change-Id: I6eb68f78d32b1d73969d37f6991ff0ef3e795606

2015-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [749a0845500d69f99bf1901bab82361f67b5e4f6]

        don't show area and line panel in pie chart Chart selection, tdf#94320
        
        Change-Id: I0eacedbb3d96a059278bab0ef98a66ed49b827fc

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

        fix test-cases
        
        overwrote crash-1.xls by accident in
        
        commit d2281e20d96c640998530f3fb577b87ee85426f1
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Oct 2 10:41:25 2015 +0100
        
            fix crash on loading certain xls
        
            Change-Id: I2dd58060c1f3c9f12356c4ab18a0c838e7cdd718
        
        so restore that, add another test case for...
        
        commit c4d1a99ec667bdd661669afd72a708bd9a963db2
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sat Oct 3 11:53:48 2015 +0100
        
            fix crash on loading certain xls
        
            Change-Id: I4f4563b07109df7e2288458cf8adda37582262cf
        
        as crash-4.xls
        
        and add d2281e20d96c640998530f3fb577b87ee85426f1 test-case in
        
        as crash-5.xls
        
        Change-Id: I2de3986290bdf5e227e4471e411bb6a9a83b3085

2015-10-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ba65cb97bc806cad3bfa1a0cf443b41eff518059]

        Fix typos
        
        Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14

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

        fix crash on loading certain xls
        
        Change-Id: I4f4563b07109df7e2288458cf8adda37582262cf

2015-10-03  Caolán McNamara  <caolanm@redhat.com>  [4eb26f9cae2aacc8d672884283460e86e5c331ca]

        xls: Defrowheight345 without pColRowBuff
        
        Change-Id: I22be90d7c54b1118f81337bd9e1d97ba3a1fd86e

2015-10-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bf3dd18cf86fd45882b813d08c3df5d7cd097246]

        no need to allocate that vector on the heap
        
        This seems to give about 10% performance improvements in some calc cell
        calculations.
        
        Change-Id: Ibd91558b3c107e4c8e1401345c9332f97645453e

2015-10-03  Eike Rathke  <erack@redhat.com>  [329496c1f75f97d2e6119ceb214a2ea1fbadb17a]

        move ConvertStringToValue() implementation from ScInterpreter to ScGlobal
        
        In preparation of matrix calculations to use string conversion
        configuration and UI markers for cells containing strings that could be
        numeric values.
        
        Change-Id: Ifa9e45853dded249fa741c050ae1f106365f99ea

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [61b9eea7819ce64b5e7fd5b2c7a6ab08cea49812]

        sw: try to fix the MSVC build...
        
        Change-Id: I1983ea770e48c67a3af054c976460dd4e13a8933

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [64d0f4a53b749a581b5bf13919033f9bf6d5137a]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: I46bdab6995676c89f353caa3b0cf359f3aa10151

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [b1c47274ecb01752863b8967e63f2ad7771928e9]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: Ib3dbe824bd4e747981b69851c6186fd57402ed23

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [2cf9bc80fb472004c8c30a80a2ac0724089461e5]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I5add8d2644bf9cc0a4a48b86028da6c44844d715

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [38ea2d0ecc1d59844f9371ae6da7980c4e3a9e10]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ia9fa057971024f4af7d1ab8212412731b64728d7

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [9b738520316b329251a9f815751fda4e25d25937]

        xls: DefColWidth without pColRowBuff
        
        Change-Id: I36f9439e417b380bd3f999c02c55c29337796002

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ca69f1606e93810f5551fd3d4ccb75ab5615540d]

        Remove some unused includes
        
        Change-Id: I4701ecd6be7dae64994397007fe13f30b6d7f64f

2015-10-02  Douglas Mencken  <dougmencken@gmail.com>  [1dba0901d742c71d201e27a8e4ebbad4245dd6d0]

        drop unneeded header
        
        Change-Id: I0f4e31af807ea3a7771db81f1514a7ebdd1f7f7e
        Reviewed-on: https://gerrit.libreoffice.org/19101
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [3128b9c6f6c1304b38d3ee8d04336feab2589172]

        starmath: it is just a stack that is needed here
        
        Change-Id: I5b929a462f8084105ba6254e53e9d5bfa0a96c79
        Reviewed-on: https://gerrit.libreoffice.org/19096
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-02  Luc Castermans  <luc.castermans@gmail.com>  [0191db4a009bb9c3839a5d209f63119859a5e9cb]

        Translated German Comments - fixed review Michael Stahl
        
        Change-Id: I463d88aac31765b989bdae9db57c2f9933f390f3
        Reviewed-on: https://gerrit.libreoffice.org/18886
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-10-02  bureken  <berkgureken@gmail.com>  [86a8c08a3f7f8412fd1a8659a3e9db5f0d1d8846]

        tdf#94205 Use o3tl::make_unique instead of new + std::move
        
        Change-Id: I27ed3c3fb826e7ce63b0bc12f7d17e18b21c9949
        Reviewed-on: https://gerrit.libreoffice.org/19071
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [a6e6eb8b37ba431df575be4799114bb821f54b0d]

        Related: tdf#93461 relax loop detection some more
        
        original tdf#66141 continues to not fail with this modification, but hopefully
        contains sufficient wriggle room to verify if relaxing this has an effect on
        the report of continued misplacement of caption text in a private RH document
        
        Change-Id: Ic1a339619912127009e760aa2ade9f29a545f7ec

2015-10-02  Jan-Marek Glogowski  <glogow@fbihome.de>  [d526f5d739bbf923a6c882cb9a92a15f590a3388]

        Ignore grep return code for MSI builds
        
        So "grep -v" returns != 0, if your input or output file is empty.
        which breaks the Jenkins build, because Jenkins runs scripts with
        -xe per default.
        
        The "strip comments" grep currently fails for the empty file
        instsetoo_native/inc_openoffice/windows/msi_templates/components.txt
        
        Change-Id: I53a477702dbcc3c00c4a23263c3b402cb936250a

2015-10-02  Michael Stahl  <mstahl@redhat.com>  [c95ba3ef2613e9d5abd2f19ab2432c7bc1a40fe7]

        sw: fix copying of bookmarks in CopyRange
        
        If the copied range starts with a not fully selected paragraph, the
        bookmarks that are copied will be created on the wrong paragraphs,
        on the node after the correct one.
        
        This also happens when hinding the redlines, and causes asserts from
        attempting to create CrossRefBookmarks on table nodes on WW8 export of
        fdo66302-1.odt and fdo66312-1.odt.
        
        Change-Id: Id576be3e38a89527d967f02b39d9aabbf6368354

2015-10-02  Niklas Johansson  <sleeping.pillow@gmail.com>  [b80be50268f534e215d36d69b93d3f51d9410ace]

        Allow non ASCII chars as accelerator keys
        
        Non ASCII characters like åäö can be used as accelerator keys (Alt+<x>).
        This already works however at the moment it is not exposed properly
        to accessibility tools such as screen readers. After this patch at least
        NVDA gets information about accelerator keys that are non ascii. On
        Linux we need to adapt code in vcl/unx/atk/a11y/atkaction.cxx.
        
        There is also vcl/source/window/dlgctrl.cxx#Window::GetActivationKey
        should probably have similar treatment and I guess that it is related
        to accelerator keys in dialogs but I need to confirm that.
        I'm a bit unsure how to best do that so I'll save it for later.
        
        Change-Id: I1f1509a26d781011d217670266bd10b2107811d5
        Reviewed-on: https://gerrit.libreoffice.org/19078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [d2281e20d96c640998530f3fb577b87ee85426f1]

        fix crash on loading certain xls
        
        Change-Id: I2dd58060c1f3c9f12356c4ab18a0c838e7cdd718

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [78cab9dc44009351ec1f19376b0594cb4a110814]

        should be safe to remove this piece
        
        Change-Id: Ic1c5be7794ff374c32a3c727d6233f69ea38c7aa

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [474228f89128487ea7a216580df0a8bc5e06f87e]

        sd tiled rendering: default to transparent background outside slide area
        
        Change-Id: Ic9023640c34c3d7efd00e2eb0894ed4d01109d8d

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1a9aba3bc33524dcf0dc1c4afc5c1aeeb5ba4d1]

        svx, drawinglayer: handle tools Color <-> BackgroundColorPrimitive2D roundtrip
        
        Change-Id: Ia8c080ef50e1ddbfce17b5c5d357a240edea46f2

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9824134ab3c19aa0a00943c65a0e09c36ef23899]

        drawinglayer: add transparency support to BackgroundColorPrimitive2D
        
        Impress has tools Color that is wrapped in this primitive, then later
        drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D()
        converts it back to tools Color. Problem is that the primitive uses basegfx
        BColor, so the alpha channel is lost.
        
        Add member and API to survive this roundtrip.
        
        Change-Id: I940e60f6e352022306abac3223636d19dd859355

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ed8186531beb13d03e0041440c5d784177951516]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I9ca369fb5dcb4210db6740eac577e9144b288005

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a370f580aaf060004536dfc8ca877c9a2114c66]

        configmgr: remove unused old dmake file
        
        Change-Id: Idbeadeaebf85c9de84d6fafe4d140c77907c0eeb

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [04b08eeaaff12ac6cf5e6717f327f46ef49e85bf]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I87922fb64dda54f245954d6c5eb3b244812ceaf0

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ce170cf1f264c69e91cde268ee490584c8fbcd04]

        Allow external/firebird to be built with a custom SHELL under Mac OS X 10.11
        
        ...which broke all the stock /bin shells to no longer pass through any DYLD_*
        environment variables, so the DYLD_LIBRARY_PATH passed into the firebird Make
        would not be passed to all the places that need it (to find the external/icu
        libraries that some executables link against which are built and run as part of
        building firebird).
        
        What works with two little tweaks is to build your own bash and pass it to make
        with SHELL=...:
        
        * For one, there is an empbuild executable that uses system(...) to call another
          isql executable, where the latter needs DYLD_LIBRARY_PATH set, but which would
          not pass through the system(...) call (which implicityl uses /bin/sh).
        
        * For another, it is still necessary to invoke Firebird's make with an explicit
          SHELL=$(SHELL), for reasons that are not entirely clear to me.  (There are
          some Makefile.in in Firebird's extern/ sub-tree that set "SHELL = @SHELL@" to
          configure's CONFIG_SHELL, unless overriden via an explicit command line
          arguemnt, but I don't think those are relevant here.)
        
        Change-Id: I1e68faa898e758f09efb602d96fd6b35657e0480

2015-10-02  Justin Luth  <justin_luth@sil.org>  [329e6f1a033dc45e9d9f7a50e3237bb65618ed3f]

        tdf#88128 fix unevaluated undo variable: autocorrect
        
        When replacing a selection with an autocorrect character
        (like space, *, _) in Writer, the undo/redo remark
        was "Insert $1" on Linux/Mac.
        
        Change-Id: I2e7be035ec1cc107458cc30c14174a22fa31c075
        Reviewed-on: https://gerrit.libreoffice.org/19069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-02  Szymon Kłos  <eszkadev@gmail.com>  [39a438dec58f0502a45cccbbc5257ae47e74df68]

        tdf#57370 : Open place after pressing 'Enter'
        
        Change-Id: Iabcf17b71b3fe06a25bb7b0e7f3aa65ad0663e69
        Reviewed-on: https://gerrit.libreoffice.org/19085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [ae850353151cd6a79f7b4a012d0a411013c841a4]

        Resolves: tdf#92993 access violation on particular .docx on glyph layout
        
        Change-Id: I69dfd6747e37ddb1727dd41b99d1b70eaed83425

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [e9ae1b64af9b38669476bbcb38a033000149b60f]

        checkUnoObjectType etc always deref their ptr arg, convert to ref
        
        Change-Id: Iabdb057fb2dc05cfb8c98864dc5109360b50633a

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [446be18a3e6636f40f6ae2f6f8749e068f48aad3]

        make CppunitTest_sw_ww8export work again
        
        revert xmloff portion of
        
        commit 35e68754ec3cff30c5cdb665688a9b13f29dd439
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu Oct 1 15:10:56 2015 +0200
        
            loplugin:unusedmethods
        
            Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268
            Reviewed-on: https://gerrit.libreoffice.org/19075
            Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
            Tested-by: Noel Grandin <noelgrandin@gmail.com>
        
        Change-Id: I24aa3f113a77d93c789b063b3c099bf2038e1dad

2015-10-02  Tor Lillqvist  <tml@collabora.com>  [9ad516a00cabba1383bc5c53b133ecc33b1c71ff]

        Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"
        
        Was not liked.
        
        This reverts commit e4ddba2b5f8ff32dd35e8c8f66f145597407be42.
        This reverts commit ab092bdc0f8c45e174cad403de9d2342adc01fb6.
        
        Change-Id: If2e9e032a135530da92b5bd166f5b559b10b0b91

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [5067d31364695d892d4290afb039a9877450fccb]

        Remove setting Make SHELL completely from the build system
        
        ...this is a follow-up to efad388f756014a7df5ed6f8e4ce417d24e9aba9 "Clean up
        Make SHELL handling," which broke out-of-tree builds.
        
        There appears to be no good reason at all to fiddle with Make's own behavior of
        determining its SHELL variable (which defaults to /bin/sh and can be overridden
        via a SHELL=... command line argument when invoking Make).  The SHELL_BASH
        fiddling in configure.ac and Makefile.in was probably cargo cult carried along
        ever since 815f157c05ebc20e91a050823f048a977b8ae103 "CWS-TOOLING: integrate CWS
        configuretoplevel," in a time when the OOo build system still defaulted to tcsh.
        
        Change-Id: If906164abb6aae649ce8088d945a40213deed361
        Reviewed-on: https://gerrit.libreoffice.org/19093
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-02  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [313b82d330b5814326fb1fbb930fb09475313d85]

        Library recentfile should be built when UXING_X11
        
        Change-Id: I9b8d67540f646e7da59e35303bf75cc43367f2c3
        Reviewed-on: https://gerrit.libreoffice.org/19092
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [efad388f756014a7df5ed6f8e4ce417d24e9aba9]

        Clean up Make SHELL handling
        
        * In configure.ac, honour a preset SHELL_BASH when determining SHELL_BASH (so it
          can be passed in via autogen.input).
        
        * For both toplevel "make" and per-module "cd $module && make", consistenly use
          the SHELL_BASH determined in configure.ac as the Make SHELL.  (By moving the
          setting to a new, common soleng/gbuild/shell.mk.  This also exports SHELL as
          an environment variable to sub-processes now; this exporting can probably be
          reverted if it is not what is actually wanted---but note that this exporting
          of an environment variable to sub-processes is unrelated to how nested
          invocations of $(MAKE) obtain their Make SHELL setting, see below.)
        
        * Remove the gb_SHELL override feature from solenv/gbuild/gbuild.mk; for one, it
          is unclear how it was intended to interact with setting SHELL=@SHELL_BASH@ in
          the toplevel Makefile; for another, overriding SHELL can be done globally via
          setting SHELL_BASH in autogen.input now.
        
        * Make treats SHELL specially, in that it never uses the SHELL environment
          variable to determine the Make SHELL variable.  Instead, if this Make
          invocation, or any outer Make invocation it is nested in via calls of $(MAKE),
          was called with a SHELL=... command line argument, then that value is used
          (and otherwise the default is hardwired as /bin/sh).  So, when calling nested
          invocations of $(MAKE) from the toplevel Makefile, pass down the current SHELL
          value via a SHELL=... command line argument via GMAKE_OPTIONS.  (And further
          nested invocations of $(MAKE) will then automatically inherit the SHELL value
          given on the outer invocation's command line.)
        
        Change-Id: I67fa1b88e4e90d09456c1fcad2d082fdce3c019b

2015-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2957be02c5c4847046b9d192c7a76717c8849559]

        Fix typos
        
        Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3
        Reviewed-on: https://gerrit.libreoffice.org/18939
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [34ab9e2e1790f053910a71cf7b8a7e2f054ddd34]

        Fix typos
        
        Change-Id: I51ed2ccb06ba4ced15cd0b8e23e59a9609f07e93
        Reviewed-on: https://gerrit.libreoffice.org/18961
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4caaa09d4da0f7bd5aa0fae3233d66bd977f185e]

        vcl tiled rendering: avoid 'Pixel represents color values!' warnings
        
        Which happens e.g. during rendering tiles:
        OutputDevice::BlendBitmapWithAlpha() produces an RGB alpha
        (255,255,255), then tries to set a pixel in the 8bit alpha channel using
        it, so when BitmapReadAccess::SetPixelFor_8BIT_PAL() tries to get the
        color index, we try to get it from a color that is not indexed.
        
        Let's assume that when the color is not indexed, it's always gray, so it
        doesn't matter what color we pick for the alpha mask needs.
        
        Change-Id: I325c1d70514fd176fdc9cc39683b444447adf07f

2015-10-02  Noel Grandin  <noel@peralex.com>  [a65636c59d7d6c036eb8ae0dee76671198408107]

        fix Android and KDE build
        
        after commit 837f171810a95a1d87907dd08d67e969276f0559
        "loplugin:unusedmethods in vcl"
        
        Change-Id: Idd4603f34891950940a77efa30b9ee70f35d7533

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [968849d89922c5e18b26359a09a0c70466928fcd]

        Fix --enable-kde4
        
        ...after 837f171810a95a1d87907dd08d67e969276f0559 "loplugin:unusedmethods in
        vcl"
        
        Change-Id: I43ade93c47d7633a5b660ae25fe1137df161cec3

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0c72dc03a9dcdb68073523c7a57e5e0003b02a11]

        -Werror,-Wunused-private-field
        
        Change-Id: I1bbf4ee7c67d40ffc7b289e0d75e4aed224067ec

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [de47a96d3e0984dea8281aef00b87e0e618e8fee]

        Revert "vcl event filter"
        
        that's just a local toy for now, didn't intended to push that
        
        This reverts commit 4afbd0292e09d9850a3cd0d1f169c73c5a3296db.
        
        Change-Id: I20b758d4582022ffda35c4aed7251948e721f821

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [1e49287ebe06b3cab73044095027eece2ae1e4e1]

        update testTypePassword.ods
        
        Change-Id: I648ad2fe4b4cd425b2f7f1014c063169beae54db

2015-10-02  Caolán McNamara  <caolanm@redhat.com>  [4afbd0292e09d9850a3cd0d1f169c73c5a3296db]

        vcl event filter
        
        Change-Id: Ib10dccec244f3168f1ac4a892a09012adf38a839

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d4b43fa1e146ca11dcd53acae5eb20944d3cbc94]

        Fix building sd remotecontroll code
        
        ...after d68a0fc050ea4d57e15246f8e71781cd42ebdaa1 "loplugin:unusedmethods"
        
        Change-Id: If167025b7892738cbbbefd5fe4966a5e6aee57f3

2015-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [19b85e90abe184b8e5bb2d80690eafe2d4a73878]

        Fix typos
        
        Change-Id: Ib30f4e5f16518cbbe71cf03998513ebd8c2a4d1a
        Reviewed-on: https://gerrit.libreoffice.org/18949
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-10-02  Noel Grandin  <noel@peralex.com>  [9363e4d0c36d7a23ebc90d7ebea5b04b98bc9409]

        fix KDE build
        
        after commit 837f171810a95a1d87907dd08d67e969276f0559
        "loplugin:unusedmethods in vcl"
        
        Change-Id: Ic0ece310202ecd1663d8933b10a6aef8b462a02d

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e1c7fd1630704e837df10ca7259004147f3de372]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia06d96d373888ce45508814c9752d09117e55d10

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9aa6ec9bfaa3c76c291ab8ec9a1b87fb89b817e6]

        tdf#88801 android: add services needed to load flat ODF documents
        
        Change-Id: I5767fa9a240b23de098fc6012555691dfb22c400

2015-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd181994ba50e768e6490f169fea91e81a47cfb1]

        sw: prefix members of SwTOXBase
        
        Change-Id: I23bdc9a885228848568ebaf3fb618826598b8267

2015-10-02  Noel Grandin  <noel@peralex.com>  [35e68754ec3cff30c5cdb665688a9b13f29dd439]

        loplugin:unusedmethods
        
        Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268
        Reviewed-on: https://gerrit.libreoffice.org/19075
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-02  Noel Grandin  <noel@peralex.com>  [837f171810a95a1d87907dd08d67e969276f0559]

        loplugin:unusedmethods in vcl
        
        Change-Id: Ib404310761fd555b033ab6594ba8636d37f23463
        Reviewed-on: https://gerrit.libreoffice.org/19074
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-02  Stephan Bergmann  <sbergman@redhat.com>  [01fd60b8fa614f5911d96bb34b40c62ebe1c20fb]

        Make external/firebird work with C++14 sized deallocation
        
        ...where firebird's replacements of global new/delete would still be called for
        "new" but not for "delete".  Lets hope that always adding the C++14 size_t
        overloads of operator delete is harmless in all relevant pre-C++14 environments,
        and only causes harmless warnings like -Wimplicit-exception-spec-mismatch in all
        relevant C++14 environments.
        
        (But why does a /library/ replace global new/delete in the first place?)
        
        Change-Id: Ib0b0ad748c6641c07ffed6cec3d6809a1530679f
        Reviewed-on: https://gerrit.libreoffice.org/19081
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-10-02  Bryan Quigley  <gquigs@gmail.com>  [324212ce01c10a8811d25c95d1ae6a83d8214f3d]

        Workaround broken ipv6 site
        
        This just forces wget to use ipv4 when downloading
        more context here:
        http://lists.freedesktop.org/archives/libreoffice/2015-October/070412.html
        
        Change-Id: Id7e6a2ccd2301aa0fd1456d20309fe4936b4a20b
        Reviewed-on: https://gerrit.libreoffice.org/19090
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [2fb9c1abbd8fa786a777511f20eeb95313ff4b1d]

        starmath: SmAlignNode has only one child
        
        So, do not bother to extend its children array.
        
        Change-Id: I9550501469aec5c4420f127ab64003c5ab14f9c1
        Reviewed-on: https://gerrit.libreoffice.org/19089
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-02  Noel Grandin  <noel@peralex.com>  [d68a0fc050ea4d57e15246f8e71781cd42ebdaa1]

        loplugin:unusedmethods
        
        Change-Id: Ie1603adf3908fd0668bcbe8f75c6bafa0d0bfd6c
        Reviewed-on: https://gerrit.libreoffice.org/19072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-02  Noel Grandin  <noel@peralex.com>  [de020fc9c3c67541067bc7e0b72ed41eae650288]

        com::sun::star->css in forms/
        
        Change-Id: I1c09e88f839bdf11c6ff809ec95769e8f729c7cd

2015-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [db494c6b34fa14d5f444f39b52a7cdad90e7f21a]

        Fix typos
        
        Change-Id: I9bae7b6fd8d66b4877fc96d93fc8f57d17987002
        Reviewed-on: https://gerrit.libreoffice.org/18984
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9c719b0391ba812145ee06e4eeb9ed98f3af1c35]

        Fix typos
        
        Change-Id: I724f2b709f7bd417b5a522e063c0a2f2b5c3dad1
        Reviewed-on: https://gerrit.libreoffice.org/18987
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-02  Tor Lillqvist  <tml@collabora.com>  [e4ddba2b5f8ff32dd35e8c8f66f145597407be42]

        Add missing include
        
        Change-Id: I5e9d5b63bf18caa89565270c1630e1c8431c8630

2015-10-02  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [20f72678876b080f91310fdeae9fe838032e366c]

        tdf#89387 Use Collect method in FTest
        
        Change-Id: Ib397b70f5c33fcf0f8ab26c82bffe7713e1042fd
        Reviewed-on: https://gerrit.libreoffice.org/17595
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-02  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [69374b8a48f8165b3f9c084a77326f23d4400dc4]

        Add ScMatrix method to collect multiple values
        
        Change-Id: I09b9b1bc62b084824dc0eaffd6ee500de11781fd
        Reviewed-on: https://gerrit.libreoffice.org/17594
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-02  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [9f162251c6ef672a2c7178af1463c2b13dd136de]

        Add WalkElementBlocksMultipleValues and remove Ops
        
        WalkElementBlocksMultipleValues class is able to collect a few values at
        once. scmatrix.cxx were moved to matrixoperators.cxx
        
        Change-Id: Id069f89a58cce046fb3d4ddf6f49db0452bdfb36
        Reviewed-on: https://gerrit.libreoffice.org/17593
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-02  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [0355caf7183d60786018d1de4a8ca4c95028e105]

        Add a new file with matrix operators definitions
        
        Change-Id: Ib42d0d51945f634a3052c387a0317d7a919a4d4b
        Reviewed-on: https://gerrit.libreoffice.org/17482
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-02  Tor Lillqvist  <tml@collabora.com>  [ab092bdc0f8c45e174cad403de9d2342adc01fb6]

        Make fewer calls to officecfg::...::UseOpenCL::get()
        
        Change-Id: I5f7f52b6f2fb92c46e2b24e0edf95b4ccd17671d

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [419549b095a1bb95ce23bf3fc8866e6b582e6dde]

        remote open/save shortcuts colliding with others
        
        Change-Id: I00b64e2e60596094f74beb729b37eff36e544fd2

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [2052a85447969020572e510b07fd7586cdc058c8]

        "Save" and "Save to Remote Server" shared ~S shortcut
        
        Change-Id: Ia368eb83202b65d77777874b7e7948f9f3169c58

2015-10-01  Laurent Godard  <lgodard.libre@laposte.net>  [ddb45261590939d884ac2bcb1fd258de7b2370da]

        tdf#94617 allow to store nStart information greater than sal_Int16 limit
        
        - preserve backward compatibility
        - nDebugFlag is stored but not used when loaded
        - Flag nDebugFlag set the top bit to 1
        - stores the multiplier of sal_Int16 limit to reach nStart
        - in load, test this flag bit
        - rebuild correct nStart
        - new B_CURVERSION file format for binary storage macro
        - unit test for big modules
        
        Reviewed-on: https://gerrit.libreoffice.org/18926
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        (cherry picked from commit db17079fcff6f9a068c499b17f2501cc4c82d10b)
        
        Change-Id: Iaa037982d828fef7195615e6eda546b7199a4fe8

2015-10-01  Michael Meeks  <michael.meeks@collabora.com>  [cb81ca35d4d4db27f8bd3322fc16aa73d9cf38bb]

        tdf#94428 - don't use OpenGL font rendering when we're printing.
        
        Change-Id: I212bb442bdffa38d77e7e7357199c39420fa7951

2015-10-01  Stephan Bergmann  <sbergman@redhat.com>  [317e5b5065dd2dd5b397608a016668c18d090072]

        loplugin:refcounting
        
        Change-Id: If98d81e37ee939feec70db737fdbdb5f53b555c4

2015-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [4475c17da56e6eec034e66f039f941d0f18515bc]

        android: fix make install and don't use ant -quiet by default
        
        Unlike 'make -s', 'ant -quiet' will stay silent even if there was an
        error.
        
        Change-Id: Iba921d3cde48875f7a6da4c5ba811cab46dfb89f

2015-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fe010cce872ef035fec376298e416f9799c4a21]

        sw tiled rendering: default to transparent background outside page frames
        
        Change-Id: Ie018a878eb7d7ef14a80a6b86020c114ff14da88

2015-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d3b613318654ceb2d34996ef8ca653cfe32a8ea]

        desktop, vcl: support transparency in VirtualDevices with user-provided memory
        
        Change-Id: I65c31995c02a644aa436aecd065255fab38045e4

2015-10-01  Yousuf Philips  <philipz85@hotmail.com>  [ded566addabf4e6813d22b14de4fb8ce8405d491]

        Updated core Project: help  fba1e83f120a310343f75de27c7e3cb0c5524cc7
        
        tdf#92825 Rearrange the edit menu in writer, calc, and impress
        
        Change-Id: I3e4ee6fa36f87c163db7b5966ec975065f9b7921
        Reviewed-on: https://gerrit.libreoffice.org/18574
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-10-01  Mihai Varga  <mihai.varga@collabora.com>  [45576ea3b3c19d8fe545e984bf23708df90b1990]

        Impress: set current page Id before showing the new page
        
        For tiled rendering this has the effect of not invalidating the
        previous slide when switching slides. After switching slides, an
        invalidation occurs caused by showing the new slide, and calling
        'GetPart' before 'SwitchPage' finishes returned the old part number.
        
        Change-Id: I1cafd0e51cd39be3a80d0559ae3051238b8df744
        Reviewed-on: https://gerrit.libreoffice.org/17562
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5e985c2f346f25ada98e19e0531ea99cd9a7931c]

        Fix typos
        
        Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8
        Reviewed-on: https://gerrit.libreoffice.org/19073
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Yousuf Philips  <philipz85@hotmail.com>  [2cb9aa4a4549b216ff3747fb1a554d101499428b]

        tdf#84909 Impress: Move drawing and other toolbars to the top
        
        Change-Id: I2c4c4bee9b4b8a642383916f74b4b44e693289c7
        Reviewed-on: https://gerrit.libreoffice.org/18047
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Joan Paraiso  <phora.public@outlook.com>  [503ea2d347c696eff22a87df11c8c377f0f6ddc9]

        Render the notes in spreadsheets as inline html comments
        
        It's more valuable to have the raw text data of the html instead of
        having it locked up in images. If the comments are exported as
        images, then it makes it almost impossible to discern what comment
        belongs to what cell when viewing the html file itself.
        
        This is done by rendering the comments in their own comment tag
        (to make it still easy to extract from scripts that modify html)
        that is shown to the user. This element is initially not displayed
        until the user hovers over the comment indicator
        
        The comment indicator is denoted by a 0.5em by 0.5em red square with
        a black border. The notes will always appear on a pale yellow
        background with black text when the indicator is hovered over.
        
        Change-Id: I01a3dfd77ec54566e64b196b8df3309ea941ad4c
        Reviewed-on: https://gerrit.libreoffice.org/18837
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [326c93feaa89383ef10e5a9878bb2096c895ed91]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: Idc3b3ce1174537039ce613e2f84f857e94299faa

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [d176c0f3040743d470976bf99cbcc5a7b864e50e]

        coverity#1325256 Dereference null return value
        
        Change-Id: If4ae66b8f6aef172c5e616d94f9d804b72d3a774

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [5e6d41ddcf705fd71129c07b1c990d0f99f384b6]

        coverity#735690 Unchecked dynamic_cast
        
        and
        
        coverity#735689 Unchecked dynamic_cast
        
        Change-Id: I1181e21146972c7c01b0a421d3c1c4ecc3d7e75a

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [6480d68afc2740d033973453767904e7876df891]

        coverity#735748 Unchecked dynamic_cast
        
        Change-Id: Id15888f32996dd2ce05bed6942ebebdb8223a85b

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [3b4fcee7721875e31b6286875fb1328042def7e3]

        coverity#1209375 Unchecked dynamic_cast
        
        Change-Id: Ib6ac44878c6f485326c16fd0224b220e86a4dc6a

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [369d1e420b8b884f4a4ee5b9141ee864bec12b8c]

        coverity#1325246 Unchecked dynamic_cast
        
        Change-Id: Ifa8f9ce23c9c737d7bed9e24c9c32641d915ac76

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [6f7e93b9488c41a2b43d897c1e2d3fb527ef3b36]

        coverity#1325247 Unchecked dynamic_cast
        
        Change-Id: I86e3387c277767018565ed0708d35682ba2de3ae

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [40c7d2719ae2a60f849ec8cdbcb4fc0f84abbffc]

        coverity#1325248 Unchecked dynamic_cast
        
        Change-Id: Iff328c85e859cae2d99f95c3c56ba3585638dd23

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [192c05c532dbfe905ab520683abb4f04e85b5745]

        coverity#1325249 Unchecked dynamic_cast
        
        Change-Id: I5789d62424fd01705b64a111dbd121b15d89a3d9

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [e31cd8f3ae7c1edc97369291266c75e8a3a4db8e]

        coverity#1325250 Unchecked dynamic_cast
        
        Change-Id: Id52cad11d2ca4ef42a31c0905ee123ccd53e0677

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [792d507eecbc4cb0117c83098aac2e18c4c4e36e]

        coverity#1325251 Unchecked dynamic_cast
        
        Change-Id: I20495f27bc95f0f0e834cafbeae51e4e86c84b5b

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [42f39d25c75c289e15079f7b8815f5244e06550b]

        coverity#1325252 Unchecked dynamic_cast
        
        Change-Id: I70b4c9f705d3da294e3b93f2834db5add9198ec9

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [d0ddb0c4a6aa4f65f45c6cbfbc2fa409720af53a]

        coverity#1325253 Unchecked dynamic_cast
        
        Change-Id: I7151f641ce87fa7ca11af4f0cef6594edb925f91

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [9ecd848dc9467aef4f3d3d0f9b5c2e7086ae77d5]

        coverity#1325254 Unchecked dynamic_cast
        
        Change-Id: I75f9f4cb4f32ae1836e1e6287fa5fce1aa83bdf5

2015-10-01  Stephan Bergmann  <sbergman@redhat.com>  [6f1e77fc600f776433a759172323b4afec3d811e]

        rhbz#1264753: Avoid this being release()ed to 0 in ScAccessibleDocument ctor
        
        ...where the most plausible explanation for the bug's crash from within
        ScGridWindow::CreateAccessible appears to be that the call to
        
          xAcc = new ScAccessibleEditObject(this, ...)
        
        which stores "this" as a css::uno::Reference in the ScAccessibleEditObject, can
        cause xAcc to be deleted synchronously from within the ScAccessibleDocument
        ctor, causing the ScAccessibleDocument instance itself to also be deleted.
        
        So re-use the existing ScAccessibleDocument::Init (already properly called at
        the only place that instantiates ScAccessibleDocument, in
        ScGridWindow::CreateAccessible) to defer any initialization that uses "this",
        and hope that the resulting slight re-ordering of when certain initialization
        code is executed does not cause problems.
        
        Change-Id: I524a1659394e8900b7d33de358fdd4baf647c083
        Reviewed-on: https://gerrit.libreoffice.org/18750
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [62b39a7c48dcd74f5e14ffd78b3ab917a84d7622]

        coverity#1325255 Unchecked dynamic_cast
        
        Change-Id: Ie1a6b231e0313d1c00ffb9ab0137af2beeb05e02

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [2cea241cb55f8c8714744fab4c4e83a07ad66ffa]

        add 602 format to fftester
        
        Change-Id: I52055dc66ab2119dce6e3df3a34c25a822dea166

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [d80f53b318bbce420e6eb4c3892022e126dfd289]

        found a few more 602 files
        
        Change-Id: If8e47aab71eb2c8ce71f55af67604f0cbbca6b5a

2015-10-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7d596a4b51b6a6efa3ef239a600a931b6adc457c]

        update credits
        
        Change-Id: I4c21115a9274dbf5fc138705527f2229554ba6f8

2015-10-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [a8a812997f654b47cde547cbf3d97684cd06a9d3]

        tdf#92341 Make Autocorrect entry actually work
        
        Change-Id: I83e028428933e2153b639ca6b34fd69db88fb53f

2015-10-01  Caolán McNamara  <caolanm@redhat.com>  [0cc41a033f74891ac9b47f0d1c0b291f8341a2a1]

        Related: tdf#40304 extend biff-5 invalid xls loop detection
        
        Change-Id: Ief198f88530d72cde0a253508cdf6de2975b31ab
        Reviewed-on: https://gerrit.libreoffice.org/19066
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [13a609e27476f4a9589f95e60417428a4aaa888b]

        basebmp: fix Android build
        
        Change-Id: Ie84f41ab8ad032de5a31e4f566ec5b2358adcf37

2015-10-01  Stephan Bergmann  <sbergman@redhat.com>  [daf31b5e08744d45c29600a88b7852c89ddca75d]

        -Werror,-Wunused-private-field
        
        Change-Id: I24e4dde34993e4fc994a8dc4a318e7d17c357260

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d575d6b53f1888208c7845b097cc27a4547fed41]

        Fix typos
        
        Change-Id: I85e0c180df952c51b537b5408653160aad8b9a32
        Reviewed-on: https://gerrit.libreoffice.org/18986
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [ff422a93f945a1d0ee52621495fbc7a58e3daac4]

        tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docs
        
        those whose string ref syntax is unknown or can't be guessed i.e.
        don't use it for new documents (prefer user settings in that case)
        
        Change-Id: I1355031cdd63e2a5c50064531011be71ae7f7b8f
        Reviewed-on: https://gerrit.libreoffice.org/18923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-10-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d1ebfb53182a924947aa7d85d0886e02cf979052]

        Correct title case usage
        
        The last word of a title-cased text is always capitalized.
        
        Change-Id: I3fba56ba43516f54146b765104a9a04a3ffa8482

2015-10-01  Stephan Bergmann  <sbergman@redhat.com>  [2ba0864137c2c3c1f2da4a84c81f269fc7dd2098]

        Revert function removal that breaks --enable-dconf
        
        ...from 58aea3f36c14414f95668e229a7350598f6c53a8 "loplugin:unusedmethods"
        
        Change-Id: I2b218ca01589f3d2efd583aa4e5fb21d19d6319e

2015-10-01  Tor Lillqvist  <tml@collabora.com>  [33a7c0d088fe4f4114dc722ba29162ba5c8dce1d]

        WaE: loplugin:bodynotinblock
        
        Change-Id: Ie14bd84dbf6606506ed8a47fea660c15a7852679

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ecf5384f754c2140bf14579d97585e634e1a14a9]

        Fix typos
        
        Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea
        Reviewed-on: https://gerrit.libreoffice.org/18960
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a0649f316ec53e878b5c9ffef67adb712fe9935f]

        Fix typos
        
        Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f
        Reviewed-on: https://gerrit.libreoffice.org/18950
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [33d165a9f18c4bfcf5b878adf7057195cda4194f]

        Fix typos
        
        Change-Id: I8fd769ca61d1ec1a915a012c0c2244056dc5bcb8
        Reviewed-on: https://gerrit.libreoffice.org/18992
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [28803c28bda0c4bc3d94acf023d8eb96990c8f14]

        Fix typos
        
        Change-Id: I6743b9e73e510eb0664cbbe727dad9fce01fc13e
        Reviewed-on: https://gerrit.libreoffice.org/18981
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Noel Grandin  <noel@peralex.com>  [58aea3f36c14414f95668e229a7350598f6c53a8]

        loplugin:unusedmethods
        
        - improvements to the plugin to find more method calls
        - improvements to python script to remove more false+
        - fix the FORCE_COMPILE_ALL build flag to include code in
          the $WORKDIR
        
        Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836
        Reviewed-on: https://gerrit.libreoffice.org/19064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-01  Noel Grandin  <noel@peralex.com>  [3fcbfe10857631212d8b8db9a079bb9692ed78bc]

        followup fix
        
        to commit 10e59aee74ede837ad0560e261b0f106371ce96a
        "always surround our own includes with <>"
        
        Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057

2015-10-01  Noel Grandin  <noel@peralex.com>  [bd8a4ae22376cf9e43df3f4924d37daa8a0796c1]

        com::sun::star->css in filter/
        
        Change-Id: I3a5e6a349c903259698118542b0000b0f119859e

2015-10-01  Noel Grandin  <noel@peralex.com>  [f1de3e14df9665ce48d676ac6f3439506d2b81f2]

        com::sun::star->css in extensions/
        
        Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9

2015-10-01  Noel Grandin  <noel@peralex.com>  [10e59aee74ede837ad0560e261b0f106371ce96a]

        always surround our own includes with <>
        
        followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3
        "tdf#42949 remove unnecessary includes using iwyu"
        
        Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f

2015-10-01  Michael Stahl  <mstahl@redhat.com>  [7bbd7937e5cbee55ada91c511b5520c82bb13bd3]

        svl: fix build "invalid operands to binary operator!="
        
        Change-Id: I948423922b286f98531aad4406c1b36cb6ef95b6

2015-10-01  Noel Grandin  <noel@peralex.com>  [aed0a639f4af8e630dbd6bd4f2e0368b1481eae3]

        tdf#42949 remove unnecessary includes using iwyu
        
        Change-Id: I13960721b7e15b1761aff8497391e39ae5645b89
        Reviewed-on: https://gerrit.libreoffice.org/18616
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Julien Nabet  <serval2412@yahoo.fr>  [7e09b3656472bd5a3ef4090fd2ea6f521956fd53]

        tdf#92553: Web Wizard: Not open FTP Configure on Web Wizard Preview Setting
        
        Inherit from WizardDialog instead of object
        Define required constants for buttons
        Remove or tweak calls to super methods
        Fix call setDialogProperties which was wrong since unification of this method
        See ee122cfd36b3af030520f26a6a313bc7cd3156fd
        
        With the patch, FTP dialog opens, we can also connect successfully to an ftp server
        Still there are bugs to fix then, first of them directory selection
        
        Change-Id: I86c3c9638114216627d92832c26ad780c12860b4
        Reviewed-on: https://gerrit.libreoffice.org/18831
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Ashod Nakashian  <ashodnakashian@yahoo.com>  [54a2c8c006e2f216e9d8c6b0ed625180c843c48b]

        tdf#39080 Interactive hide-whitespace mode
        
        Support for enabling and disabling hide-whitespace
        by clicking between page frames.
        
        Disabled header and footer decorators when
        hide-whitepsace is enabled, and page size
        is trimmed to the contents of each page.
        
        Experimental/suggestive mouse pointers added
        but only tested on Windows.
        
        Change-Id: Ia2faeeda9e3e783ffaf5340aa69303a4218892a7
        Reviewed-on: https://gerrit.libreoffice.org/18156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Yousuf Philips  <philipz85@hotmail.com>  [55b2b9586662f3fe0f01633d41ddadefe08a84a1]

        tdf#87234 BREEZE: Fixing icons in the navigator sidebar
        
        Change-Id: Idb060ac9612f65f84989a35d7c1d81a6f7aa61ec
        Reviewed-on: https://gerrit.libreoffice.org/19041
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Yousuf Philips  <philipz85@hotmail.com>  [0945bef3796f751f498ed8a2222d20d9d1292371]

        tdf#91379 SIFR: Add entries to links.txt so icons appear in navigator
        
        Change-Id: I2f186c02045013535e9815c3b332b33f4fc9be87
        Reviewed-on: https://gerrit.libreoffice.org/19034
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Yousuf Philips  <philipz85@hotmail.com>  [81f94235b08996f48485959adc1f3a45e65a3c7f]

        tdf#92341 Add AutoCorrect entry in context menu for non-swriter
        
        Change-Id: I415674da3edd94aba0e2b1452bb489f755f5753a
        Reviewed-on: https://gerrit.libreoffice.org/18887
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Michael Stahl  <mstahl@redhat.com>  [1bda8ef1b0d532339db02cd932da275b00fb3f91]

        sw: convert this sal_uLong
        
        Although, why not just use the pointer?
        
        Change-Id: I1781a04bb97dba2ac6c769973345bb3c66f28904

2015-10-01  Michael Stahl  <mstahl@redhat.com>  [277bf2338b313317e70db0cf9d09342558ae0792]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I821a853a0e4776d2b5ba2ca69d421ec0af8e865e

2015-10-01  Michael Stahl  <mstahl@redhat.com>  [ba785e0c93102e354c646c96a1de29f468080108]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I913648a8dd407c5629df7a0355d2cfdf66240cf9

2015-10-01  Michael Stahl  <mstahl@redhat.com>  [d119c840b76a250c79f30bae246fad0b255817d2]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Iabe9ccea6a5e9753348895cca4546c89fc6971cf

2015-10-01  Martin Hosken  <martin_hosken@sil.org>  [07ecb1711487adfd35fc38099cae75459f10e6a9]

        Graphite edge case line endings
        
        Change-Id: I3ac15b79d47a79167717acfb5549a353b7520d3e
        Reviewed-on: https://gerrit.libreoffice.org/18915
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-10-01  Julien Nabet  <serval2412@yahoo.fr>  [2135b4a88d755c0b79a3b93b2269f08b709220c5]

        tdf#93587: insert table in draw ole object
        
        Don't disable "Insert table" option in case of Ole object
        
        Change-Id: Ibe87d35db320f4a9d5c971e3f7b25199fcacbde4
        Reviewed-on: https://gerrit.libreoffice.org/18897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-10-01  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [25de5cfa43b2b1cb7d7214470acc7719839e13fe]

        autogen: Better check for USING_X11 instead of with_x in some cases
        
        USING_X11 includes os defaults, while with_x is only the option explicitly set by the user
        
        Change-Id: I7933b038805a87c418404b40f513c4491e11fd8f
        Reviewed-on: https://gerrit.libreoffice.org/18919
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-10-01  Oliver Specht  <oliver.specht@cib.de>  [85f93697defd9a812a0cda0bc4e9364e28c0339e]

        tdf#94559: third step to remove rtti.hxx
        
        replaced use of PTR_CAST, IS_TYPE, ISA in
        oox, reportdesign, svl, svtools, svx, tools
        
        Change-Id: I1f85ff92267a0668eba625fa61b4f07feb8f3d4e
        Reviewed-on: https://gerrit.libreoffice.org/19002
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-10-01  Justin Luth  <justin_luth@sil.org>  [c1e0a697a70872ef1b6deaf5222538899554221b]

        replace hardcoded string with STR_YIELDS
        
        Change-Id: I7e72f4e16744b6750a57d66e768103ffc11fc352
        Reviewed-on: https://gerrit.libreoffice.org/19036
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Justin Luth  <justin_luth@sil.org>  [52ea9712c424e3647fb67631806b8661baeaa150]

        tdf#88128 fix unevaluated undo variable: cut
        
        When cutting a selection in Writer, the undo/redo remark was "Delete $1".
        This affected both the Edit Menu->Undo/Redo, and the Undo/Redo toolbar.
        
        Change-Id: I158bf6637b080835ecefea2216c9ebaca7092bc8
        Reviewed-on: https://gerrit.libreoffice.org/19035
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-10-01  Noel Grandin  <noel@peralex.com>  [e6534a6099cc667dba3fe154023cf2c573fda9f1]

        com::sun::star->css in embeddedobj/
        
        Change-Id: Ia04fc28ce8e1d70f86520edf2df8c98f7b455465
        Reviewed-on: https://gerrit.libreoffice.org/19024
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-01  Noel Grandin  <noel@peralex.com>  [6a93b970c5e7e0bd113674fa5b2286edf7c1675a]

        com::sun::star->css in embedserv/
        
        Change-Id: Iaf1e30ae7dc9710a16a031ea623d531e9e65a6a5
        Reviewed-on: https://gerrit.libreoffice.org/19025
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-01  Stephan Bergmann  <sbergman@redhat.com>  [7756a9581d531d9353dc72675f62d17c2b314170]

        Don't let old Clang using -std=c++11 mis-detect HAVE_CXX14_CONSTEXPR
        
        ...where an assert in a constexpr function merely triggers a -Wc++1y-extensions
        (so doesn't stop configure from assuming HAVE_CXX14_CONSTEXPR, but will later
        break with --enable-werror when building include/o3tl/typed_flags_set.hxx).  So
        stuff back the complex constexpr test function that was swapped out with
        6cc54913077864ba92d2fdc3addec29ea89770fe "Work around GCC 5.1 ICE."
        
        Change-Id: I04ba1dc08d96f776b331fa9d0cae1703f2796532

2015-10-01  Daniel Robertson  <danlrobertson89@gmail.com>  [ebfc6b6863fa54abd33ba95130a8434c70e42f58]

        vcl: Fix possible memory leak in OpenGLSalBitmap
        
        Fix possible memory leak in OpenGLSalBitmap::CreateTexture
        
        Change-Id: Ic2d259569a5e89f60af7065b9d66ef03f82f90e7
        Reviewed-on: https://gerrit.libreoffice.org/19049
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-01  Noel Grandin  <noel@peralex.com>  [e209d115d41e25f5658dd52ae94ceb873b33013f]

        remove old standalone Sun bug numbers
        
        Sun bug numbers without any accompanying text are completely useless.
        
        Fixed with
           git grep -lP '//\s*#\d+#\s*$'
               | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print'
        And then hand-checking the result to restore places where it deleted code.
        And then some more grepping and hand-editing to kill the others.
        
        Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29
        Reviewed-on: https://gerrit.libreoffice.org/19023
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e27c68847c6461c7bc0bdbff44412d6bfb0b1e8]

        basebmp: these headers are not used from other modules
        
        Change-Id: I88c5c341b88a6ea62730e5d3dd1962365c531f70

2015-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e8e898acb9f6825104f01d090f447e8dfc7e4a2]

        Revert "by default use the system memory allocator"
        
        It seems that even on Linux the system allocator is worse than our
        internal allocator. e.g:
        http://perf.libreoffice.org/perf_html/chitest_of_cppu_sc_on_vm139.details.html
        
        This reverts commit 006d30b1a29e2c471a96c0f4658beea8cb86b338.

2015-09-30  László Németh  <laszlo.nemeth@collabora.com>  [4f1dca5083c5a301181786b563b165f19a9dec7f]

        tdf#92702 Unable to select menu items that were initially off-screen
        
        Revert "Last item of menu with title cannot be hilighted"
        
        This reverts commit 8ced97caa409d6dc8f69230145e9c9f281fb84fe.

2015-09-30  Michael Stahl  <mstahl@redhat.com>  [592b43acb6b88bf2b138692fd6078f84d709f457]

        bridges: fix build with --enable-assert-always-abort
        
        Change-Id: I6079481046ca3f7d66975d41fccc15b862a3223b

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [358ca9eaa3d85236047a7a2781e38f57209c2858]

        don't believe xls wrt size to reserve
        
        Change-Id: Id9864f199e270d13d801348b12f1e94dd80558c7

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [ac9e7af60bd4e898f921173260bd0e9ebfd0ea34]

        add xls support to fftester
        
        Change-Id: I23e219cec1a8d98e02c3584041f67ff42dd29bd8

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [9e481f6036775044bb02a5e08f6d3af3a37acc56]

        cppcheck: uninitMemberVar
        
        Change-Id: I8409a6f00803e357a20b53fd59d77f155e057753

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [80c4130367d0bbd527b8cec1bd10e4e72c453647]

        titchy typo ScImportExcel->ScExportExcel
        
        Change-Id: I05624acbdf4695ef652e619662996ac41afed410

2015-09-30  Michael Stahl  <mstahl@redhat.com>  [5efad73918152f380fa1bf1e2cd3bc06b6353683]

        vcl: clean up before error returns in OpenGLContext::ImplInit()
        
        JunitTest_chart_unoapi fails here with "assert(!hasCurrent())" because
        the initialization apparently fails due to lack of a
        wglCreateContextAttribsARB in the VM, so ensure that the hTempRC is not
        active and also deleted in all cases.
        
        Change-Id: I7e03b95d1146af48a24e34692c3c2827298fccee

2015-09-30  Stephan Bergmann  <sbergman@redhat.com>  [08ba2b2886c98b9c9d33e66a527c062b1b6b1d37]

        Blind fix for cross compilation
        
        Change-Id: I3b44f153f66dfc8cbd95c23e5456ffad8df46949

2015-09-30  Stephan Bergmann  <sbergman@redhat.com>  [8217c99f6ef29207965ffd43aff64b24b399934d]

        Mention the relevant GCC bug ID
        
        Change-Id: I3edd39ce3180383c5274380896a0b3884bd08998

2015-09-30  Michael Stahl  <mstahl@redhat.com>  [37d243651b7db5dc313686f474f4e7c92e2160ce]

        vcl: even in the newfangled OpenGL world, initializing members is ...
        
        ... still a good idea.
        
        Change-Id: Iecbc9dc8481b0ccc85f1fb82d9e9884bdba61b28

2015-09-30  Stephan Bergmann  <sbergman@redhat.com>  [6cc54913077864ba92d2fdc3addec29ea89770fe]

        Work around GCC 5.1 ICE
        
          in constexpr expansion of ‘operator|<ImplFontAttrs>((ImplFontAttrs)33554432u,
           (ImplFontAttrs)16777216u ...
        
        in unotools/source/config/fontcfg.cxx, at least with "g++ (GCC) 5.1.1 20150618
        (Red Hat 5.1.1-4)"
        
        Change-Id: I715e92d524ceaffdd2f0e73a39d1c816ee8f1644

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a18fc918d5348886bc64c30227583a0e73856cf3]

        Fix typos
        
        Change-Id: I051caee9ec6181074201ac4a8cb6fcec4fdf2293
        Reviewed-on: https://gerrit.libreoffice.org/18951
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1f03430e3d9e9e6b89415efe9c7c8bfabd9c30e5]

        Fix typos
        
        Change-Id: I8450ed77094094b19d77a0ffa37fe9fbaa889fa3
        Reviewed-on: https://gerrit.libreoffice.org/18969
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3f6da86e9fb9390d7c9f97769a79bddb265e43b4]

        Fix typos
        
        Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3
        Reviewed-on: https://gerrit.libreoffice.org/18942
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a50539e2aa79bfef74c1100c252020972d436e77]

        Fix typos
        
        Change-Id: Iab78219aff60a7a45a319a96f326e27a6e8e25b8
        Reviewed-on: https://gerrit.libreoffice.org/18953
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [eab0904f0edda70334532b5cbf466717966f5db0]

        Fix typos
        
        Change-Id: I81f6f356c1a6873fcc9a3bde487127b673fa9a61
        Reviewed-on: https://gerrit.libreoffice.org/18952
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f891d8cf6bb6f2db1b72cba64036b5f1fb858309]

        Fix typos
        
        Change-Id: I9dbe1e05cf73af20c25392e639a807854e87fc6e
        Reviewed-on: https://gerrit.libreoffice.org/18946
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ae13a6819e1dea6646aa0eba435ca9c81101f52c]

        Fix typos
        
        Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0
        Reviewed-on: https://gerrit.libreoffice.org/18956
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46]

        Fix typos
        
        Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835
        Reviewed-on: https://gerrit.libreoffice.org/18955
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e]

        Fix typos
        
        Change-Id: Ia8b2176a439742769e61fb6a981000f316033071
        Reviewed-on: https://gerrit.libreoffice.org/18954
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>
        Tested-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [ed25a000ab67324075e68d9a7f3ca657b4e6a573]

        implement save slide background for impress
        
        to go along with the existing "set background",
        same sort of thing as the competitor's effort
        
        Change-Id: I2a1106771ead2cd926f3d631850447499340697c

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [739094745eb051e9a733ef16f59aba4cb74ea93e]

        drop unused headers
        
        Change-Id: If28362f97b36e378c426c3747beaddce6933b771

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [66343a8aeb4328a61766e4df41515130290e8a93]

        shared_array->unique_ptr<[]>
        
        where we don't need to share the data
        
        Change-Id: I0edc9d62186d96095ee67e3c93f5cf186dffcb71

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [78c83032b266fbb6fc20ddca86df80affaff7c24]

        maSvgDataArray only populates a uno::Sequence, so use that instead
        
        Change-Id: I335d5ee70e95e1a3b204d34f6df4cb62f3fb3cad

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [00d2eeebc8b1842c4ab7a544552f259208ee0e25]

        Fix typos
        
        Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d
        Reviewed-on: https://gerrit.libreoffice.org/18947
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Julien Nabet  <serval2412@yahoo.fr>  [5e2644400521b90e9e4ff9253a9abfc9bf642cb4]

        Prefer getSelectedFiles to getFiles
        
        Anyway, add extension dialog allows to select only 1 file.
        So getFiles and getSelectedFiles both return a 1 cell array which contain the full path of the file.
        
        See http://nabble.documentfoundation.org/Multiselection-needs-work-tt4153207.html
        
        Change-Id: I475ea519648d075b482a07d23b15af2ddb8f4637
        Reviewed-on: https://gerrit.libreoffice.org/18711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-30  Julien Nabet  <serval2412@yahoo.fr>  [652158c3f2c9cd0d6f71ecd14bf5d5cc02a71b50]

        tdf#94173: Calc doesn't save your own created autoformat presets
        
        Auformat list (maData) is defined as "MapType" which itself is defined like this:
        boost::ptr_map<OUString, ScAutoFormatData>
        so default sorting is ascii
        
        2 consequences:
        1) Default didn't appear first
        2) When adding a new autoformat entry when it was new first one of the list
        wasn't saved because of iterator was incremented first before looping
        See https://bugs.documentfoundation.org/show_bug.cgi?id=94173#c5
        There were some other weird behaviors too according to comments of the bugtracker
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=72c1b6141d590fb4479925ed8bc88b79357c2bfc
        
        Solution:
        Add a Compare so Default entry is always first one so the first time incremented iterator is ok and
        new entry (even if new first one in list) is saved
        
        Thank you Markus for the idea! (I was lost in Compare syntax)
        
        Change-Id: I9ba0cdc63c66b747db102bb661cd09fbfe5996ae
        Reviewed-on: https://gerrit.libreoffice.org/18598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-30  Tor Lillqvist  <tml@collabora.com>  [8727afe771a3e4d585e98ca9cceff2504e500bb0]

        Probably good to move the more complicates test after the light-weight ones
        
        We will return false if any of the tests here match, so good to test
        the trivial things first before ones involving a potentially complex
        function call.
        
        Change-Id: I531282041c888799d37d95ae773daa349e60a37d

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [cf2921ccae8531cf13921c67ad85c5aa0d924b08]

        Fix typos
        
        Change-Id: Iad3a3d77c5d4412a5c0e0b6adcb9bff3389f863c
        Reviewed-on: https://gerrit.libreoffice.org/18983
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-30  Stephan Bergmann  <sbergman@redhat.com>  [e26188145238572580b9af18fbde4b824b341046]

        Avoid unhelpful -Wunused-variable
        
        ...at least from "g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" with
        --disable-debug, when a namespace-scope const variable with a "complex"
        initializer declared in an include file remains unused.
        
        Avoid that warning via SAL_CONSTEXPR, which in turn requires large parts of
        o3tl::is_typed_flags to be SAL_CONSTEXPR, which in turn requires a new
        HAVE_CXX14_CONSTEXPR to allow assert in constexpr functions, which in turn
        requires using -std=c++14 instead of -std=c++11 where available, which in turn
        (a) requires to /not/ use -std=c++14 if it would run into a bug between Clang
        and libstdc++ discussed at <https://llvm.org/bugs/show_bug.cgi?id=24115>
        "llvm-nm fails to build with gcc 5.1's libstdc++" (and which hits us in
        sfx2/source/control/thumbnailview.cxx), and (b) requires a new
        HAVE_CXX14_SIZED_DEALLOCATION to work around GCC 5.1 -Werror=sized-deallocation
        (where Clang >= 3.7 only supports C++14 sized deallocation when explictly
        enabled via -fsized-deallocation, btw).
        
        This effectively reverts ff6462e6307e6924dc6c8178043ae9032f4b4152 "avoid unused
        variable warning:" again.
        
        Change-Id: I424e3561452a3e6d8c8a9604d6c737cab49840c4
        Reviewed-on: https://gerrit.libreoffice.org/18918
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [638b6d7e0b8740d53c88dcde0c2b743a2184ccfa]

        Fix typos
        
        Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a
        Reviewed-on: https://gerrit.libreoffice.org/18958
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9956b99e68c45a82015766873b4b7f581462bef2]

        Fix typos
        
        Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7
        Reviewed-on: https://gerrit.libreoffice.org/18959
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3764f7435eb00053e04ea3e8f042fcfc5c7826f2]

        Fix typos
        
        Change-Id: Id27f5a357c1333dec5c24c4f5e0fdaed7a775774
        Reviewed-on: https://gerrit.libreoffice.org/18963
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [6d623c9ebca074df4ad46c6316e901eff71c0502]

        Fix typos
        
        Change-Id: Ibe0a436f38da760267d9b33893e3c2e8fef2f1d5
        Reviewed-on: https://gerrit.libreoffice.org/18964
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8e4388f6dcd12173a2f354332fdfb758eb612393]

        Fix typos
        
        Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9
        Reviewed-on: https://gerrit.libreoffice.org/18965
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7319f5faccc74dd1a0662c803a2c1428f7b7446e]

        Fix typos
        
        Change-Id: Ic3d2171521e308261c354d8f699b44b26c95f1ea
        Reviewed-on: https://gerrit.libreoffice.org/18978
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [82f0a4f9300ab3898925941ff541b3382b0175e0]

        Fix typos
        
        Change-Id: I3926eca56ac9f54f9ddbf88610888ce97cf00b34
        Reviewed-on: https://gerrit.libreoffice.org/18990
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [835d7774e78df95d0c59243b6c1b8ed1b51b2311]

        Fix typos
        
        Change-Id: I2cf36eb80068adcf57238a286f09bdc96b4e01f8
        Reviewed-on: https://gerrit.libreoffice.org/18994
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f45ac62a20b80033a7f5ccdef4a6c116b6fece24]

        Fix typos
        
        Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c
        Reviewed-on: https://gerrit.libreoffice.org/18977
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e90848edfd8cb146ab4e11eb2e62c93ed344d62f]

        Fix typos
        
        Change-Id: Ib96bf8adc3f94fa0b8b306d2a609dd2eea940dd1
        Reviewed-on: https://gerrit.libreoffice.org/18974
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5566a469c8d82cdd7762996e7ed2d99737fd16b8]

        Fix typos
        
        Change-Id: Ic205d774251cd5657cc5ba66ab548935aeaf1eb5
        Reviewed-on: https://gerrit.libreoffice.org/18973
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Bryan Quigley  <gquigs@gmail.com>  [3de49e44c517f3482bc2a7989399a31443d07fdd]

        Update apparmor profiles for 5.0/5.1
        
        Java's position was moved.  Add workaround instructions
        to use with debs built upstream (not ubuntu/debian version)
        
        Change-Id: Ia42426aabbcfabb2ca46d811d8b742e23b33d4b6
        Reviewed-on: https://gerrit.libreoffice.org/18999
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [24b60f65a5dbf7f8f7e54c0ffd1210dc4ba8363d]

        Fix typos
        
        Change-Id: Ifb52f4a5a547a5a52462c0f9166aad13cbf21cd9
        Reviewed-on: https://gerrit.libreoffice.org/18971
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Michael Stahl  <mstahl@redhat.com>  [520514cfe6a99f68b9e1d458fae20026f1a8f66b]

        sc: fix crash in ScVbaEventListener::processWindowResizeEvent()
        
        This was crashing in CppunitTest_sc_macros_test on Windows with
        --enable-mergelibs (release build), because the first invocation of
        processWindowResizeEvent() deleted the vcl::Window, and the
        maControllers.count(pWindow) test creates a VclPtr for it, so ends up
        with a double-free.
        
        TODO: is processWindowResizeEvent() supposed to be idempotent?
        It would be possible to detect that there is already an event posted by
        checking m_PostedWindows in postWindowResizeEvent().
        
        Change-Id: I7b72f2baf21bb8223e9fe4bd929d826217b920e5

2015-09-30  Michael Stahl  <mstahl@redhat.com>  [3649c0c21a3b61950848ce32910f3d00c4908194]

        xmlhelp: -GR is added by default in com_MSC_defs.mk
        
        Change-Id: Ibd2c851cef3c26a37c05b894e7487e460470fecf

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4046f6d257a3a6c56d49485d212ccf28c8b0fb51]

        Fix typos
        
        Change-Id: Ia37c28bbb7a1b47ed4a6beffb3f03eb26742b653
        Reviewed-on: https://gerrit.libreoffice.org/18944
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-09-30  Caolán McNamara  <caolanm@redhat.com>  [1e468ed58994f4eb75519cb52111ed942fbc7377]

        Resolves: tdf#93187 gtk3 spin box element in navigator cut-off
        
        Change-Id: Ifc1f226a38328e6ce02d3181917dd0530f320914

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1616565f1232f31d1e0fa2a3316d63eadd8e0e28]

        Fix typos
        
        Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438
        Reviewed-on: https://gerrit.libreoffice.org/18957
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba50da44888281c4f0c7fac5effd6d82d154455c]

        sw: prefix members of SwBorderAttrs
        
        Change-Id: I087c1c63778a7f09179388f73a1a5a87c191a134

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c15d93f252df25b1d0e406abb08e3a3e5df71f5e]

        Fix typos
        
        Change-Id: Ia41f4f0ca30ae3346d0720271478ec5bcdab797b
        Reviewed-on: https://gerrit.libreoffice.org/18967
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a55c2728453c68f44966fc31b4a483416c43b8f3]

        Fix typos
        
        Change-Id: Idd4b0f7b6c422abd6790185b5d48082b294bae64
        Reviewed-on: https://gerrit.libreoffice.org/18968
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9f6cb675b0b6e3946c191b919cd11d977e2e4e2e]

        Fix typos
        
        Change-Id: I013414cf10e25acd5216643855aaa230258a1b5f
        Reviewed-on: https://gerrit.libreoffice.org/18962
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0e5318aa75b615b35a3d07172bdeb26eb5acfdd9]

        Script: better way to detect Windows
        
        Change-Id: I0e99443f3715cde4414d14b2fa507ecab0995c6d
        Reviewed-on: https://gerrit.libreoffice.org/18937
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [b78a2bc3d427e083fe309d0d8ee5e9e74f7f5119]

        Remove no-more-existent file reference
        
        Change-Id: I913a59612ab1eb31cc15718bebc3623eecad4383
        Reviewed-on: https://gerrit.libreoffice.org/18929
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [7704f811212cda3f4842cc095ad6cf4fd2c98d27]

        Trend line equation: remove useless defines
        
        Change-Id: I9a2089f1f7e3b0e881d4136293d557efb3c1ef1c
        Reviewed-on: https://gerrit.libreoffice.org/19001
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d721cc515b1056226c562b2d85870da6f69180a4]

        Fix typos
        
        Change-Id: I8f4500fc7a901c5cc73634ba6da6b9541452e5ae
        Reviewed-on: https://gerrit.libreoffice.org/18966
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4314fb6418299f28139132d1044f890712c57e8f]

        Fix typos
        
        Change-Id: I33385f1395f428c14bf86eff9891b288ddc590de
        Reviewed-on: https://gerrit.libreoffice.org/18993
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e01ef3e51e931683326aa47022a84c667036524a]

        Fix typos
        
        Change-Id: Iea53373ab35bbd0189a6de1cb06ed632178a3e20
        Reviewed-on: https://gerrit.libreoffice.org/18975
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [185f207ef17d58ea81d0c17c1a37cf14647cc71a]

        Fix typos
        
        Change-Id: I3ea8a90f0ec917b4e26335fcd31a5f7e0888589e
        Reviewed-on: https://gerrit.libreoffice.org/18972
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7de7eeff1c92427262a2400c69daf2c84cffe088]

        Fix typos
        
        Change-Id: I532c635d2dd2ba58bb6dba6422cb50dfac32fcc5
        Reviewed-on: https://gerrit.libreoffice.org/18970
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [04724c97b385d22b9db73c9d078a88fbbe019760]

        Fix typos
        
        Change-Id: Ibf70cbce0d280ab4686062a4e110c7c9bb54791c
        Reviewed-on: https://gerrit.libreoffice.org/18976
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [d6e82846ce8bdd21db4a4aa783555950f0a8e442]

        Fix typos
        
        Change-Id: Icd2055ee1f941383d0338ea3515a9fbb6db1712a
        Reviewed-on: https://gerrit.libreoffice.org/18979
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f0733ee8c9de62818867c656518cecf0986dda0f]

        Fix typos
        
        Change-Id: I7bb3caf76909603343f50568b68e3eadeb1cac30
        Reviewed-on: https://gerrit.libreoffice.org/18980
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2de378ecacd95d7ac52275b34f3fda281d477dbe]

        Fix typos
        
        Change-Id: I92f9eda138c387dde3095e1a6281bdcec3a2adde
        Reviewed-on: https://gerrit.libreoffice.org/18982
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Oliver Specht  <oliver.specht@cib.de>  [ac9671f94800b647f82b12e718968311a025e87e]

         tdf#94559: second step to remove rtti.hxx
        
            replaced use of PTR_CAST, IS_TYPE, ISA in
            chart2, connectivity, editeng, extensions, filter, forms, framework, idl
        
        Change-Id: I6a2f9d8bbccb07088413f7552af4b5af8f0cad99
        Reviewed-on: https://gerrit.libreoffice.org/18920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [53e6ac15a14b46c76049a9e6eb39da7bb4093037]

        Fix typos
        
        Change-Id: Ia7394ab3c0aa28002a7022e73c2b7d9eb73dacb8
        Reviewed-on: https://gerrit.libreoffice.org/18991
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a6e622480f4cbc9bef65561984810298f317f709]

        Fix typos
        
        Change-Id: Icf15b5ea2e5b9cd62645bab2f9ccaada948322a7
        Reviewed-on: https://gerrit.libreoffice.org/18940
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ce343470c385dc8390bbc4bf3e85457c1d55e0ec]

        Fix typos
        
        Change-Id: Iaff7e38dd5beac48e1643e369e4240aa736c35ea
        Reviewed-on: https://gerrit.libreoffice.org/18941
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9e4c87be31732ed076a059128d2e20451697d225]

        Fix typos
        
        Change-Id: Ie0e941d48457d758525353d6c5cf858652f86fd3
        Reviewed-on: https://gerrit.libreoffice.org/18938
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ef1bafb588eb20a5d35df14e79a1a948885c721a]

        Fix typos
        
        Change-Id: Ifb7b1f0e4cffb575f6af7437bbca6c4c22a9c00e
        Reviewed-on: https://gerrit.libreoffice.org/18985
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a936097614b5aaa51e123323da8f275575e165f8]

        Fix typos
        
        Change-Id: I2373a842818a5ac6ce5bd75205580f7cdc0212e4
        Reviewed-on: https://gerrit.libreoffice.org/18988
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a2a5187a8ff7b8a18db51a471bd934e5a94c155c]

        Fix typos
        
        Change-Id: Ifddd2533b767924791338555031b848c59980c52
        Reviewed-on: https://gerrit.libreoffice.org/18989
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3406ae78a5bcd02551ce518ca1affba021dbab04]

        Fix typos
        
        Change-Id: I4525b43fa823d743b86bf4136c56af35274085e6
        Reviewed-on: https://gerrit.libreoffice.org/18995
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [79797f8e594650ca422a4236d033205f654c035c]

        Fix typos
        
        Change-Id: If2e4adb2ce93c02ee14d831eedf4ef31da04b92d
        Reviewed-on: https://gerrit.libreoffice.org/18996
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4678982056a11f978277a2da7a085e4f6ac24afd]

        Fix typos
        
        Change-Id: I2cdfc4e9d8ba1acb7c2548f9394d320c6504207e
        Reviewed-on: https://gerrit.libreoffice.org/18997
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a0dd7f887bb59b58e22a27a2110cdf1f1833042a]

        Fix typos
        
        Change-Id: I7dbee92d75836c54fd245c89a70ab02e40dafefb
        Reviewed-on: https://gerrit.libreoffice.org/18998
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [e0e2cc7ca6d498b3e696bbc306d3f1e403ebf27d]

        Related: tdf#93461 relax loop detection some more
        
        have an internal RH document which has a caption on a draw
        document which appears behind the drawing otherwise
        
        Change-Id: I7c3abb3104e0125fce4fc1b575861006f166fa48

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [81e2dbd9b5615d57c1737aeff3f083d48a71405b]

        Updated URL
        
        Change-Id: I20656a78d25bcb767340057c259e9b2d83ec152a
        Reviewed-on: https://gerrit.libreoffice.org/18933
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-29  Stefan Heinemann  <stefan.heinemann@codedump.ch>  [c50eb68af3096645246a77259bb3d1cc70eb6b63]

        Renamed wrongly prefixed boolean variables
        
        Fixed tdf#94269
        
        Change-Id: I63109cc4e095bad680d7637a065080ea368860ae
        Reviewed-on: https://gerrit.libreoffice.org/18851
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-29  Andrea Gelmini  <andrea.gelmini@gelma.net>  [491c2e24ac110c9ebdb1a483c34ae3d14ab0d615]

        Jewish Calendar: updated URL of borrowed code
        
        Change-Id: Id937e0b1192ad0bf4ba4ecc38e69c55d024fe3c0
        Reviewed-on: https://gerrit.libreoffice.org/18930
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-29  Yousuf Philips  <philipz85@hotmail.com>  [796fc2b502f046b15cdc1a25d982e155b12fffb8]

        Updated core Project: help  54f47c030184e70a78b29b81868bef43c4c7d172
        
        tdf#92825 Fix the file menu in writer, calc, and impress
        
        Change-Id: I2deb95d101073ac452b9088e4062c7a3a75bea81
        Reviewed-on: https://gerrit.libreoffice.org/18515
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-29  tagezi  <lera.goncharuk@gmail.com>  [a0a8b89753c673695146b950ddec66e1ee02cb55]

        Updated core Project: help  fa9b83defffcd6a10aacf8f97106cd17054855cc
        
        tdf#85228 Added description of AGGREGATE function
        
        UPD: Changed in accordance with the comment of Regina (10:36 PM)
        UPD: Corrected separators in the syntax
        UPD: set up tags <item>
        
        Change-Id: I05993ffec8af8dd1e997b3d2ae92ba0226b1bf28
        Reviewed-on: https://gerrit.libreoffice.org/18821
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [318bbe8a6d8e7f661de934f83c7b12ec845e4068]

        reorganize so arrays are allocated with same variables as access limits
        
        in an effort to unroll this for coverity, no logic change intended
        
        Change-Id: Ifbb0ec6d8c4d6f1dfe809f9fecdf3af4f87399e3

2015-09-29  Michael Meeks  <michael.meeks@collabora.com>  [0e163b0db5407a23396e352e96fda1db82dbacf8]

        tdf#93922 - dispose the calc InputHintWindow properly.
        
        Change-Id: I5c331380b872429cf1fa3908c6add8de879c9ed2

2015-09-29  Eike Rathke  <erack@redhat.com>  [ef0a26835e68deb31906c40cfe48c66674d9d0d1]

        use exponential 'E' format for General when appropriate
        
        Fixes all these test case scenarios:
        1. in A1 enter =1E222
           * move cell cursor back onto A1
           * status bar displays Sum=100000... repeated until
             filled (or 222 '0' characters)
        2. invoke number format dialog on A1
           * for General format 100000... is displayed in the preview
        3. move cell cursor to A2
           * open Function Wizard (Ctrl+F2)
           * choose (double click) ABS function
           * enter A1 as parameter
           * see 100000... displayed as Function result and Result
        4. save as .ods
           * in content.xml see display text of A1 being saved as 100000...
        
        Change-Id: I7c22c0461a6783c85c1d51c31e8607fb2edb821c

2015-09-29  Eike Rathke  <erack@redhat.com>  [82d1c4b9bbc2987dc1bd640f9af24c60af7d6fdc]

        Revert "do not use unlimited precision in status bar"
        
        ... that cured only a symptom.
        
        This reverts commit 04aceed37a42245392ed4671d276dd2de6118a89.

2015-09-29  Takeshi Abe  <tabe@fixedpoint.jp>  [4672445c1ab501550d554db7519e44516001fea3]

        starmath: ClaimPaternity() is only for SmStructureNode
        
        rather than SmNode.
        
        Change-Id: I2c4765500f077007979417b90f47cc22c6362491
        Reviewed-on: https://gerrit.libreoffice.org/18917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [64a3c4d9e272ba6eefe8bcd6a3e0ca4462b7aca1]

        m_pData is always a ImplSVEvent
        
        Change-Id: I0207419ac1b2ecdf36f208169766d965ae48ad8c

2015-09-29  Noel Grandin  <noel@peralex.com>  [34180700b2686c97cdce0b52ca9578a41a153035]

        loplugin:removeunusedmethods, remove unused stuff
        
        Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [e710170d906fcb248a5e4ff5a3a90cbf0e20003d]

        Avoid ambiguity with C++14 std::make_unique
        
        Change-Id: I81b8bed175527bab02ffdd2fa17fa6a66c243d95

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [106a96075da1f004da51e8103675e72e6e6d69b8]

        vcl: oops, fix windows build
        
        Change-Id: I73135440321c7c9898f758cb7a921d62f2265bcb

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [ea8de68df5e7f4388bd7d9dea0bdbcf73c889875]

        vcl: Vista implies usp10.dll >= 1.600
        
        ... claims https://en.wikipedia.org/wiki/Uniscribe - #ifdef this so it
        can be removed when dropping XP support.
        
        Change-Id: I9a51635cf9bb4876faf6dca011e6da9e1c2dc35d

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [28f18b68db1af3668203730ba8cfbb66103fe669]

        vcl: replace alloca() with std::unique_ptr
        
        Change-Id: I82b982895ee422bcf5a23756df4d81c89bc47636

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [9555d03c98346e7c1dc1443c8d8c3ac1b41bf678]

        remove unused #include <sal/alloca.h>
        
        Change-Id: I490841fd2c526e4ca6d6c94cc7b9dba318c932a1

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [e77981764a4b21e57ee8d2302715c8c1269c860c]

        filter: the placeware filter is not entitled to its own createTempFile
        
        Change-Id: Id4f4c23eab4aaf4d0f42827a89ecf90364605d97

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [16e3daba9158bfa66050502034bc082583612a40]

        vcl: replace alloca() with std::unique_ptr
        
        Change-Id: If0f44ac761afdf50a8e6f5c77023ae5d74fdcad9

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [2c9a1811fcd7f155226b315fc91811ba195c2c57]

        vcl: replace alloca() with std::unique_ptr
        
        Change-Id: I73d27e0e5a8ad0a02579c43f3fd479cb374d6bbd

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [8f3d411f46e1bdd1543633cf9b5a729cf89f79f3]

        toolkit: convert alloca() to std::unique_ptr
        
        Change-Id: Ie50b4a1a189fffdaa6a0b26040c2e7c4cc42cd69

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [54bb97aa30d29865bf4b9826db7c7ec0607e7992]

        sax: remove obsolete XML_UNICODE code
        
        Change-Id: Ib5b9b7dc01b713554cf33f58f8fe2f97cb32c369

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [810257500200391de71c8591ce24b8a942249bd5]

        vcl: remove alloca() in UniscribeLayout::GetCaretPositions()
        
        Change-Id: I0caab3b69b10aba6a5d45a11f8e9724b4d3c6d83

2015-09-29  Michael Stahl  <mstahl@redhat.com>  [d70302ef5c18207a78f6c81aed85c12260f73820]

        basic: more plausible build fix than e5a8eb9e
        
        Change-Id: I26fd8a76a17386de73fa12058509ccee7e768512

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [e5a8eb9e291ca01489235376e04b80d4d6bc3999]

        fix dbgutil build
        
        Change-Id: If2a9d330bd7fde8db5e998e97c278fb19c90f24a

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [4290105937153de6278aac064c419361458f6463]

        Remove newly meaningless comment
        
        ...after d35adb0835eb57ca6ef0576781a87d829c2689d0 "Retain the original project
        name"
        
        Change-Id: I9b351c79914bf31f2afcc69f3888fee9ea8b10ed

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [46c4be15d7529f2460c450190113444cd45aa97c]

        boost->std
        
        Change-Id: I26a4ac92e05f4c6ee46f32acb59fcd39d7dc2ac4
        Reviewed-on: https://gerrit.libreoffice.org/18890
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [7aa6009a7f7132c80db7bcc4e8291ba4a3296ae5]

        Take care of ~ViewShellBase -> ~FormShellManager -> ViewShellBase::...
        
        ...ViewShellBase::GetEventMultiplexer call sequence, where
        
          OSL_ASSERT(mpImpl->mpEventMultiplexer.get()!=NULL);
        
        would call on an already stale ViewShellBase::mpImpl if ~FromShellManager were
        only called from within ViewShellBase::~Implementation instead of directly from
        ~ViewShellBase.
        
        (Needed to unbreak <https://gerrit.libreoffice.org/#/c/18890> "boost->std" on
        Mac OS X, where libc++ presumably nulls a std::unique_ptr early in ~unique_ptr.)
        
        Change-Id: I179e0d12cc049f33b5724673b65f84d7f7c3d059

2015-09-29  Oliver Specht  <oliver.specht@cib.de>  [d3c7c9ea81ee7c617f8cee5b645621088aea215b]

        tdf#94559: first step to remove rtti.hxx
        
        replaced use of PTR_CAST, IS_TYPE, ISA in
        avmedia, basctl, basic, cui, dbaccess, vcl,xmloff
        
        Change-Id: If4496762e82e896b6fbc362e6626502703c245f5
        Reviewed-on: https://gerrit.libreoffice.org/18905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [2bce2365e7d411c1673e709eb1abc89da9f651dc]

        Work around odd -Werror=strict-overflow
        
        "sc/source/filter/oox/pivotcachebuffer.cxx:401:45: error: assuming signed
        overflow does not occur when assuming that (X + c) < X is always false" at least
        with "g++ (GCC) 5.1.1 20150618 (Red Hat 5.1.1-4)" and --disable-debug
        
        Change-Id: I1d267b2947f04b84f73da2b1458d316397e2374e

2015-09-29  Pranav Kant  <pranavk@gnome.org>  [c3ce35f0a12af2887b10987f76675174563487d7]

        lokdocview: Reset view completely
        
        Resetting tiles only is not enough. We need to empty stale
        selection rectangles, handle bars, cursor positions etc., so that
        they do not interfere with next view to be opened using same
        widget instance.
        
        We are not destroying the document here, so the widget would
        still point to the same document unless it is made to point to
        another document by subsequent lok_doc_view_open_document calls.
        
        Change-Id: I3c7cc789c8c7393b3793b4edf6aa96d54bc0b1a3
        Reviewed-on: https://gerrit.libreoffice.org/18866
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [f31d7fecb656d280c70b849d50a6642a28cf7225]

        the only use of non-null pData in PostEvent is with a ImplSVEvent
        
        Change-Id: Id843c886cc9a029f37eab53a95497707060c3ada

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [d62dddd6345e8f1730eed1bb2b7183499a85133f]

        coverity#1325059 Argument cannot be negative bodge
        
        Change-Id: I9bae22c7420247a26f0fe73e6c4e590471f19b0e

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [4fd693f718ac74115ea58208ac3427c01857d260]

        coverity#1325060 Argument cannot be negative bodge
        
        Change-Id: Iee72d75a5609aa6e1098723ff62928bd47b42072

2015-09-29  Takeshi Abe  <tabe@fixedpoint.jp>  [ce3c818e8977561e6fbf11fe62997f29ae918521]

        starmath: tdf#93240 replace boost::ptr_vector
        
        with std::vector<std::unique_ptr>
        
        Change-Id: I72f96b08273c73cbd11c7796c34a45b262325209
        Reviewed-on: https://gerrit.libreoffice.org/18820
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [ccdf49ab240ca263f43b75bfd856d1a28ee6f61d]

        missing a PostEvent apparently
        
        Change-Id: I54c39d23007d079fc9fdedf68c81c7eba64baea0

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [bf89e877e28f5247f97226bdf93526e6a14f181f]

        -Werror,-Wunused-variable
        
        Change-Id: Ice39e95596c5fcd9b3b728ef0064161898f27fb5

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [1b4994065ec50b2ef7a38f26b95b8543b4ff640d]

        retain type for another level
        
        Change-Id: I4017e5404c99d37b36988f1d7a8ce17e42010070
        Reviewed-on: https://gerrit.libreoffice.org/18913
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [97a2ca5d689612a44a93cc7932eb2e7e46be4a68]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: I0a279e47a4d87f561f39d5a8ca65fa17e2bc4a65

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [6a0adc9aeaa4976c03500231a5984c9fee7048f7]

        fix coverity#1325071
        
        Change-Id: I36e2e15b3c01c3d648feb23d8c886ea26301a5fd

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [d49430893e88bd4327e0f004c0e4b32c65225117]

        coverity#1325077 Uninitialized pointer field
        
        Change-Id: I74121c1cc94edf338cf40a3d186308491e1d2409

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [4d5979d35ae4a58f62e00c42b1af071f13686baa]

        coverity1325072 Resource leak
        
        Change-Id: I78db1f189d4773ba2ced52fee82add2344b7435e

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [a0c42a13de26d5b5cf070b452ebf93b831e0916d]

        coverity#1325071 Resource leak
        
        Change-Id: If045233eeb0d8f6fab89dff4c4307a3b8bde5a92

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [2f50e9008040c4ff4c4fa516f784f0ae3624534e]

        coverity#1325070 Resource leak
        
        Change-Id: I9ae845f1350095e5049ca4e56956fe9f5c7c918f

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [cea187b6ea2ca4dc8bda51c3616eafb6393531ba]

        coverity#1325069 Resource leak
        
        Change-Id: Ie02b77e17403474c65fbafa9ee2aa17bf0132417

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [e2c8fbb535c5df91073fd5acbeccf51b2f3153c0]

        coverity#1325068 Resource leak
        
        Change-Id: I608140eb05703f6f0cf2920be7ed706ef30e2a7d

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [acf83365fcea4b8471f087cf88a548e77b4b26e5]

        coverity#1325067 Resource leak
        
        Change-Id: I1db24c81a2698ff49dd2441ddd1bc94a1a3e6f58

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [1faa4dd2fb27543395b1241cb4adc18ce58895e2]

        coverity#1325066 Resource leak
        
        Change-Id: I8065898bcce11f8b0243aea23854edee6fb05595

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [8a7dfe0fa51730ea7276a28a524395c989fb7e37]

        coverity#1325065 Resource leak
        
        Change-Id: I87550b4972f65a34632f0cfe02eba1dc9fe22640

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [d6377753ef481de643ce77db2d977177b67eb0cb]

        coverit#1325064 Resource leak
        
        Change-Id: Iaf0798fdddf38698816dba6a1c512d8ce3a4db39

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [d643165f8161fbc4d2ade3a0f315565a87da0d63]

        coverity#1325063 Resource leak
        
        Change-Id: I45f4f770a64d27ee5f5b323fa7079958b224fbac

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [b62ff0cd434f0044b4becb8c5fdf72fe7e70aea6]

        coverity#1325062 Resource leak
        
        Change-Id: I111b7d2f9fc0a15c07b2393acefde26e54065dc1

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [966f51376b593fea9417d6f6800e574f0672dd11]

        coverity#1325061 Resource leak
        
        Change-Id: If680e1f9236ab6c1eb43f3d234cf36ef00442079

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [ebce6f0bb7b0320391c1e3d9d54dd29014c5d39e]

        coverity#1325058 Dereference after null check
        
        Change-Id: I6290ab4a5951ada1588b9b7641b7e047cc82a9ee

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [41df45af6ae710c0dc6077b2e232f36d561fe975]

        coverity#1325057 Dereference after null check
        
        Change-Id: I561751aa08831d65dd1762ffcd80b4ae9ff04a7d

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [0c4baf56147ac9f39b190d2468ac3aafdf5aac41]

        coverity#1325056 Unchecked dynamic_cast
        
        Change-Id: I34989b976f06627ce38cb7db11a96b85b1b89b4e

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [4121fc92065ce9422d8029adba323a29605c3096]

        coverity#1325055 Unchecked dynamic_cast
        
        Change-Id: Ib4017c3e771ed62a92328aced105c70159a2f1e2

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [a796b2ba09087dcdd6df45b20bd8703d85f2726b]

        coverity#1325054 Explicit null dereferenced
        
        Change-Id: I1378d822e03218a3a4c2ae1d08b11a00b15287f6

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [4a031d7c971558f89693925bb504c1157ab6bd04]

        coverity#1325053 Dereference after null check
        
        pre-change !pSh logic inverted at
        
        commit 1b15f4863e6d4b0a280ccd61713cbb1209ffe33e
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Fri Feb 6 12:12:02 2015 +0100
        
            LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in sw
        
            Change-Id: I31662cb06add0d1a1c517b5f5416703aeaae1e77
        
        Change-Id: If42741c4efce943aaff5081a1a75108470b2a488

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [b72eea1dbf5bd3b9f6972b37a776cbc34dc59859]

        coverity#1325052 Logically dead code
        
        since
        
        commit 984780243c9a1ab1242f3af719c6dca3ddacf67a
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Thu Sep 17 19:15:26 2015 +0200
        
            HEADER_FIELD_TEXT is the only used HeaderFieldType
        
            Change-Id: Ia4e5554e1aaed9e821bdea18b9b3acff001dd6e7
        
        Change-Id: Id56790fd5c953d4d7f4a235c7d016c807ff37038

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [1f1b1609029f4358f6b2dc3004ab256dbc3f49af]

        coverity#1325051 Logically dead code
        
        since
        
        commit 984780243c9a1ab1242f3af719c6dca3ddacf67a
        Author: Stephan Bergmann <sbergman@redhat.com>
        Date:   Thu Sep 17 19:15:26 2015 +0200
        
            HEADER_FIELD_TEXT is the only used HeaderFieldType
        
            Change-Id: Ia4e5554e1aaed9e821bdea18b9b3acff001dd6e7
        
        Change-Id: I94a1cba6e9813b7192a03ea59948bb40438c341b

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [259fb99d340b17de056faeab5870b7927426864e]

        coverity#1325050 Resource leak in object
        
        Change-Id: Ifb049feb653d1c345b3d40226e9afb1db877e6a0

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [f1a9c5276d46988e9fb15943e7b019c224d5ad47]

        coverity#1242704 Untrusted loop bound
        
        Change-Id: Id8a80028ad00ec7ae79eaa9d877a1fef9f4d082c

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [7be2fba41dfb184a0bf6f5c7f197e2222d43f3e8]

        coverity#708213 ditch the empty ctor/dtors
        
        which should silence
        
        "708213 Uninitialized pointer field"
        
        Change-Id: I0e16a0b02f3d48c4da324f371cae2234ad4cb6e2

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [d654c1195450f21e112adbb76b8a13b3b09dfa73]

        coverity#705736 Resource leak
        
        Change-Id: I124f75e56aad1bd5008a7d9d64328b0e6e5f874c

2015-09-29  Caolán McNamara  <caolanm@redhat.com>  [92ffbf51b3d74ceb45e473db84a7493e1219b7c4]

        coverity#705735 Resource leak
        
        Change-Id: I7d79c1332b6acde722d6134fcfe64b4333a4c2b9

2015-09-29  Jan Holesovsky  <kendy@collabora.com>  [e124cd5213750b89e8a6a03dffc43172bc5402a6]

        XFrame parameter to SetMenuBar() is actually never used.
        
        Change-Id: I9413f575c0964d6cbf8a32d0b85c9f2c686bb8fc

2015-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d355207b45755cfe1eef0147bc25ead931741684]

        lok: add Document::getPartPageRectangles()
        
        Change-Id: I20acd44f7a81471982ba96ad3894a9124e035c5f

2015-09-29  Tor Lillqvist  <tml@collabora.com>  [264c6e4c522d828e7f3f6ac106763278f30c7e9b]

        Bin code that died in f2b93f2e314215d6342e0bd5727e6740cc15e29c
        
        Change-Id: Ib2df51589726c0163b8cbb5434c9017d358abc78

2015-09-29  Kay Schenk  <kschenk@apache.org>  [55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32]

        i#126557# increase number of lines of dropdown of category listbox
        
        (cherry picked from commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0)
        
        Change-Id: I18ba8a781e111fd7706de1eadb41c93a78e27c62

2015-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b3f9fa6740be355e5cdadd8a41ecbd8d9ace298]

        Nobody would go down the corridor anymore
        
        Change-Id: Ic2cb2c4d9534d503828308183d55cea5b8d88112

2015-09-29  n.r.pearson  <n.r.pearson@gmail.com>  [92ffd0acea035dc3916fc001b4dcd901a8a7a9d2]

        tdf#93243 replace boost::bind with C++11 lambdas in SidebarController.cxx
        
        Change-Id: I9a8b6679204fd31af012bf7b9840446ef0b35dfa
        Reviewed-on: https://gerrit.libreoffice.org/18504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-29  Stephan Bergmann  <sbergman@redhat.com>  [f68a27c787cfdafa51d0c045feb0452026640669]

        Avoid false -Werror=maybe-uninitialized
        
        Change-Id: I5493c49eb97c630e91cdc8368ad8b017557f1fa1

2015-09-29  Rosemary  <rosemaryseb8@gmail.com>  [d35adb0835eb57ca6ef0576781a87d829c2689d0]

        Retain the original project name
        
        Only the default project name is VBAProject.
        
        Change-Id: I11bfee4d395b79b86a944bf9b6809ef2215eb9c1

2015-09-28  Julien Nabet  <serval2412@yahoo.fr>  [c665002bf194c0cbe180aef3f5c41c1872d4e3cd]

        Updated core Project: dictionaries  91c039a37e66094bc666878bd1f0d5477affb07f
        
        tdf#94573: invalid encoding in hyph_zu_ZA
        
        Thank you to Mattia Rizzolo for having reported this.
        
        Change-Id: Ie124d8e331f324d8c8f906049521ac88bf766002
        

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [7aec3935c08e8897d34107a7572d6b6f823fcdc0]

        Fix check for empty stack
        
        Regression introduced with ecfcc545433d30e3b70fd0c909cce782edbdee39 "Replace
        Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >"
        
        Change-Id: Ib4776a2df3c2f9648f2e1af70c7d20485a7ff888

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [fac7d76d447fd38a690144c6a0d1a427b2273215]

        duplicate comments
        
        Change-Id: I52d51ced4f6792b4b34672da0f3529449cd022b0

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [f902ddfafe279ba5c3ee2192e24d1d7aa2817a0e]

        valgrind: pChainingOutliner leaks
        
        Change-Id: I090ae35b79f410a966e2433b2bc5431821554aad

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [63aa32b726e482c49b2aaae9cad8a7beae3653a4]

        move strings out of widget
        
        Change-Id: Ie7818eba636dee7830abba8cbbc4becb95fa8310

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [a3adf9c04be33329ab03b1ff292beb1fa93afdf4]

        Simply move std::vector instances around here
        
        Change-Id: I88b655d3591483625d45c8a39890773d081b406f

2015-09-28  Eike Rathke  <erack@redhat.com>  [00475bdd32a0745a4b2597bae73990491378945e]

        do not use unlimited precision in status bar
        
        Test case scenario:
        * in A1 enter =1E222
        * move cell cursor back onto A1
        * status bar displays Sum=1000000... repeated until filled (or 222 '0'
          characters)
        
        Change-Id: Icc1a11a2b007649fc7074e7538917e56dc943444

2015-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2f9d2919e1cc73e68403b14fea1ffc92c798b23a]

        remove outputLength variable when calculating encryption verifier
        
        Change-Id: I144957b64ba2b693db61c17e42b08014124f8c99

2015-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f306af880b702d8d7e869f78240e52c8d79a138d]

        opengl: use VCL_GL_INFO in salbmp so messages appear apitrace
        
        Change-Id: I134820fa81c206b835d68dcaa3967045038b6f33

2015-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d76c5aa78f0b9004c6719dcc4d2be052c0703ba5]

        don't allocate (by eraseing) an un-initialized 1x1 virtual device
        
        Change-Id: I11c7063d7ac689866461ceabf8648f1c3c7bb17d

2015-09-28  Oliver Specht  <oliver.specht@cib.de>  [ac84e4ff6135d51461122e0e1b5b39614b3e6eca]

        tdf#94011: load&save more border types
        
        supported dash_dot, dash_dot_dot and double_thin border types
        added export test
        enabled odf import tests on Windows
        except for testFdo37606Copy because it fails
        
        Change-Id: Ia9c7a030956326b33e9f07eaa57c11aaa8e0a6fd
        Reviewed-on: https://gerrit.libreoffice.org/18495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [ee9b3c1f1cb7445f0a7e76736e32fe81878f8d00]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I8f649229ffce60de16e6b4611b1c081811cef225

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [36739d33d3dfee4bc95b546bc297015f7cb6ca00]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I00dc8c2550053235ea9ddb5fa3078b11a0be395c

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [4f63a20bf96aadfd8d5a332f59b2a9835183170d]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I353d6ceb74347f09dad77116b52771dd5aa21dab

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [53d09aa39ae0d08970ccd7d08d54416d5b03908b]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I3a65e35a7986cf13db58a42672a39a796f5822a0

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [c0bdc26a36699adad06093ecdc87aa6843d82577]

        Remove bogus unreliable test
        
        Change-Id: I33ac62e10030a3d975f7644406025dbb5deb711e

2015-09-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [f4a41769c6cf96da1b0272c50072609c6b354a97]

        USING_X: Compare against TRUE, not "yes"
        
        Missed in 94ed449247e2256d4163fb4a46b4be2c3f498d60
        
        Change-Id: I61dc4023fe09185ac43f96f28ccde94d770366d6

2015-09-28  Michael Stahl  <mstahl@redhat.com>  [cc5843daeb0deed57755036daa0917329e79a3a2]

        framework: remove obsolete Linux libc5 support
        
        Change-Id: I42f7f961615f61002d6c0cce5b7eb44447ba5a64

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [505933da253a9d1d5dd00f2243c714f8ec8aa313]

        loplugin:staticmethods
        
        Change-Id: I58baa20b852bda3160f23f43a751404248244348

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [f06508e2cfa7e833862b7e9ff3b2f79181672275]

        Resolves: tdf#93461 captions laid out behind images
        
        regression from...
        
        commit 8a08f68669f9acfe98dadcca4af6519164a17000
        Author: Mike <mikekaganski@hotmail.com>
        Date:   Mon Apr 27 01:27:05 2015 +1000
        
            tdf#66141: SwTxtFrm::FormatQuick(bool) endless loop
        
            If a line happens to be invisible (e.g. in too thin cell of a table)
            then aLine.FormatLine(nStart) returns nStart, and
            aLine.Insert( new SwLineLayout() ) is executed until OOM.
        
        keep the zero advance loop detection attempt, but allow the first
        insertion and disallow subsequent inserts
        
        Change-Id: I16380588220149cfd0ed0f835f08d2849180fece

2015-09-28  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5ba0f79e246ea970d16f366640c2ccd87e1d8786]

        tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INV
        
        Change-Id: Ic053342fde436a7053c15e32683e09b9e91f5308
        Reviewed-on: https://gerrit.libreoffice.org/18792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-28  Jan Holesovsky  <kendy@collabora.com>  [48639c150fed12a0c8d520e1a8f084fadbedc4a6]

        sw table styles: Kill useless SwTableBox_Impl.
        
        Change-Id: If987793fb113039e6a1e254592afa958761c68a0

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [56341e5d496f576dc45fe8e6c44831d780fecb73]

        bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-direct
        
        With this, <w:ind w:hanging="..."/> as direct paragraph formatting and
        <w:ind w:left="..." w:hanging="..."/> as a numbering level formatting is
        properly merged, i.e. w:left is not lost, defaulting to 0.
        
        Change-Id: If5534fbd9ee6d41139b0ed3a3df9d0cc5aad3239

2015-09-28  Tor Lillqvist  <tml@collabora.com>  [827e78fcb254bb1535a9af5b2767d6baea45372f]

        Revert "revert back to android-21 target until tinderbox gets updated"
        
        Now it has been updated.
        
        This reverts commit 4e47ed7e5aad8bde548b4953baba13cf99b6fd9c.

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [c526652a2095b070c485566058b505467c38d600]

        Resolves: tdf#94458 wrong alpha values for 32bit dibs
        
        Change-Id: I02a86b0cdae2433d46f6fac361efa43f45be187f

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [d5b87dcce119f0cd69e65873833d98ed1660f9d0]

        Return std::unique_ptr from SvTreeListBox::CreateContextMenu
        
        Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a

2015-09-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [94ed449247e2256d4163fb4a46b4be2c3f498d60]

        Cleanup: WANT_X11 is the same as USING_X11
        
        Change-Id: I5888fc8071b3e64721ad928c76ac9fed97cf3be9
        Reviewed-on: https://gerrit.libreoffice.org/18904
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b669d85de9c933553ae57a9f51902bce7f9da9b5]

        tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indents
        
        In case we set the paragraph left/right/first margin just to mimic the
        list vs paragraph style interaction as Word wants it, never overwrite
        properties, as they are always meant to be just callbacks in case there
        is no real hard formatting.
        
        Change-Id: Ibdb2834c693d43cf4114453e42628e8f64c0a856

2015-09-28  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [cc09a58ef3fd39db61369cf399de11360966d39e]

        One more GUIBASE -> USING_X11
        
        Change-Id: I383b83b3778b11a012a931c19a2be85445af29c5
        Reviewed-on: https://gerrit.libreoffice.org/18900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-28  Caolán McNamara  <caolanm@redhat.com>  [b107353addfe35cc40864b7fb5ff4fee42fff6cf]

        wmf spec says that these are only allowed bitcount values
        
        Change-Id: Ia174feec73ee676567a3632d2f88b11c176b6363

2015-09-28  Dennis Roczek  <dennisroczek@libreoffice.org>  [95e1777b5810a5634c8f825d94dccb85a85a3836]

        Updated core Project: help  dd688ed491a98962477406ac75b6dc149b90f5ed
        
        TIMEVALUE returns 0 when 24:00 is the value, not 1
        
        Change-Id: Ifd1e15ef34129c0a2fa557a83b342d7554f60a58
        Reviewed-on: https://gerrit.libreoffice.org/18892
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [b4271a1cd18d77bfb99a1bfb52b12febdb7528a9]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I25d9bc5c969d00642613971c88f864285ecdddbc

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [c762354cebd4ab70667d21c4b5613f37795c5dcb]

        Return the std::unique_ptr itself here, not a raw pointer
        
        Change-Id: I786e05bebd243d661ced147ad51e4a843916a3b0

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [0067b4df75cdbeb325024cd2b66e3d64fe8b3fcd]

        libreofficekit: fix mismatched free() / delete
        
        Change-Id: I60eb53d4bf9943fd52e0a9d8e3574a7d1cc027e0

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a9f985ea698355f38c1681c1eb276f8b9dd859c]

        sd tiled rendering: avoid passing explicit 0 vcl::Window
        
        Seen as dereferenced in svx for Impress table handling, and doing some
        logic <-> pixel conversion -- and mpActiveWindow not being 0 in that
        case.
        
        Change-Id: I7f7c41a7d366704f6f8b9a7971f763c6661c8799

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b54966401d9af466120e05daa81f1ec47a43353b]

        basebmp: -headless -> --headless
        
        Change-Id: Iedabcbd3c2582472f56f003ab30298f656f2ac46

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [358666e4204364ce915ee95372dc6f2fca545253]

        tdf#90153 DOCX import: fix default sw TextFrame roundtrip
        
        The AnchorType of the shape was at-paragraph, which does not allow
        line-level VertOrientRelation (which is correct, it would be undefined,
        what line of the paragraph should be the used).
        
        Fix this by changing the AnchorType to at-character in the line-level
        case, which brings the filter in sync with the DOC one.
        
        With this, import of a DOCX file that was created by inserting a
        TextFrame into an empty document is roundtripped without shifting the
        shape up considerably.
        
        Change-Id: I6d85c38be859d6e730584f2349c857b87496a1d4

2015-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb9832ef0ce2b48cbbc5e77024ddb5f933872960]

        sw: prefix members of SwTextFrm
        
        Change-Id: I6eb284d1858c0ea6576e172b2ac8368e8458b4e8

2015-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [006d30b1a29e2c471a96c0f4658beea8cb86b338]

        by default use the system memory allocator
        
        Anything except an unset G_SLICE or the value always-malloc results in
        the custom allocator. We might revert that change if it causes issues
        but currentlz it looks like our custom allocator performs quite badly in
        some situations.
        
        Change-Id: Ib867f7ba0de4d599aa045c28aaab9b644d619beb

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [262b5e0b3e870ea51c590de8d6cc34111c34ad0f]

        SDK apps actually find URE libs via DYLD_LIBRARY_PATH
        
        Change-Id: I29c8177ee0c79f7e2b1834d4c181289cccfab17a

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [a5bb6eff8672f5a6e7ed1f885f69ca8434db6ce7]

        Return unique_ptr from AstExpression::eval_* functions
        
        ...generally, idlc leaks most memory, and e.g. trying to turn
        AstExpression::m_exprValue into a unique_ptr would fail because
        AstExpression::eval_symbol returns a pointer to an object "owned" elsewhere (but
        never actually deleted by its owner).  So improvement of idlc ends here---for
        one, it does not improve anything to try and make idlc not leak memory, and for
        another, idlc is doomed to go away anyway.
        
        Change-Id: I36f54130c8bfd1933126ae7f8a982e50d9bc616e

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [1f8723bf91bd48d432f1d2b930d0908ff28f44df]

        m_exprValue cannot be non-null here
        
        ...as, like the other private AstExpression::eval_* functions, eval_un_op is
        only called from AstExpression::evaluate if m_exprValue is null
        
        Change-Id: I812ea249d33a72f95b9692dc72ba6631ffbd4884

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [84001596c9ee3d616ba9f0afffb5b1e959278f6c]

        AstExpression::coerce always returned m_exprValue, so simplify its signature
        
        Change-Id: I4fa380bc7e8d5b3581468cb0e6417b99587a1e9f

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [b085d55e5546c94d4e6e0f8cb6ff6d9f28c9d2e6]

        Remove redundant AstExpression::eval_internal
        
        Change-Id: I27c067adb2b09ad65a8449f2d88a9cdde149d4be

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [cb31ea6981a336c16bc29ef2f0d323da9fb2dda4]

        AstExpression::eval_internal always returns m_exprValue
        
        Change-Id: I214fb3d14cef07357860a88fae1652a7d1a282b0

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [6b3feb91b8c0d78e49c0b0bcb969879c980505be]

        AstExpression::coerce is always called with bAssign = true
        
        Change-Id: I883b8319fde0bd3cc65efe64eb2faf53e2344cfc

2015-09-28  Stephan Bergmann  <sbergman@redhat.com>  [2b19fd857043c6c6b5150b71ab42361494172d5e]

        Simplify coerce_value signature
        
        Change-Id: I0791600a5cc8600ea80233afba07724dd7f565e1

2015-09-27  Jan Holesovsky  <kendy@collabora.com>  [09fc6fef2d03ca8558dd6f0eec45d61ceb282cb5]

        sw table styles: Direct formatting takes precedence over table style.
        
        Make sure we don't reset the direct formatting with the table style when
        updating.
        
        Change-Id: I07b4a687fd0403bd80d73732a66101b967398507

2015-09-27  Jan Holesovsky  <kendy@collabora.com>  [73f4a06c0bce51c7c8b9ae9adfdc7ffac27d06b4]

        sw table styles: Insert column, split table, delete row/column.
        
        Make these operations applying the table style too.
        
        Change-Id: Iee2808a5a5c5f84538474b8fbc6bf53d1fab19b7

2015-09-27  Jan Holesovsky  <kendy@collabora.com>  [ac6f8bc92b1abe995694602f43d8ad108b7030fb]

        sw table styles: Implement table styles in Writer.
        
        This extends the table auto formats so that SwDoc keeps track of the auto
        formats used in the document.  With this in mind, we can update the format of
        the table with every operation like adding/removing a line, splitting a table,
        etc.
        
        So far we only have the core functionality, and cover inserting a line in
        the table; more to come.
        
        Based on work of Alex Ivan <alexnivan@yahoo.com> during GSoC 2013 - thank you!
        
        Change-Id: I7839147e54c2f976988121a523331def9859f4c2

2015-09-27  Caolán McNamara  <caolanm@redhat.com>  [5c26f79467e4c5f920b77a058aa079654c322c25]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ibb94d40706fced3c1c053fd58ef4e2af2d849587

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3cc2c6d234156e7d5be2c3f2cacd20ab44ce94f]

        don't try to create OUString from editeng directly, tdf#94542
        
        editeng uses special control characters (apparently 0x01) that need to
        be translated by editeng to the real characters. Let EditEngine handle
        the conversion from editeng string to OUString.
        
        Change-Id: If5014e1ada7f1df933a084b17bb307035ce01cc6

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d31c61103e91ecd4e24d9fb7838f49481ac2f0f]

        enable z axis objects when changing chart type, tdf#94290
        
        Change-Id: I4c1e3ff061692a9457557a4fecea55371f2aadb5

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dfbf87785607b809f8bd507fd7f6ff2301bf34a0]

        gcc3 is not supported anymore, so remove that
        
        Change-Id: Iddc481e13d40a6399a4a23a45c812b34a3a109f6

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e72e8c59fb1103f46b3d0b3e6a2386566068b1a2]

        OOXML with VBA needs to be a different filter type
        
        The filter type also contains the file format, so we need to use a
        different type to keep the xlsm extension during export.
        
        Now the only missing part is the warning that saving as the non-VBA
        version will loose the VBA stream.
        
        Change-Id: I11f78d2c33cb2834086a4e9fad141b3e374b8991

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6726bdbd2143ae2875f3373b07b23611eb263d7]

        make gnumeric xml a real LibreOffice filter format
        
        Change-Id: I502f4610718b5c1914a54346c46d4f998c4d370f

2015-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bcc1762216c2b9dff8bf5414b4930b271f038ae]

        simplify code
        
        Change-Id: I5150299c68576e2442f1ef4c8722a3f5ccb3a070

2015-09-26  Sean Davis  <smd.seandavis@gmail.com>  [f916acc91d84f7e5e84c0e8cf15a5ab891222bab]

        Upgrade license to GPL-3+ per upstream elementary icon theme

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [b4972afaa5170fe6712e81fb8d27a21313fdcea2]

        boost->std
        
        Change-Id: Icb81f72c5eaeb728603d8595d22bf18c8e97d7d0
        Reviewed-on: https://gerrit.libreoffice.org/18884
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [f18e14b7739e52f3cecf6da3c1aabe07cc9e6fe9]

        boost->std
        
        Change-Id: I61dac3065a4e80c89e9e136ad1e8e15bc88a8a45
        Reviewed-on: https://gerrit.libreoffice.org/18885
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Stephan Bergmann  <sbergman@redhat.com>  [bc1fdb79b0a7eba791bf7f5749a8a45ad6a94bff]

        The only EvalKind actually used is EK_const
        
        Change-Id: Ide451d1e287eeb8666b9ddcce312b9a753761c50

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [6dbc69bdf44f1933687b93b4c1838b57804ecc17]

        boost->std
        
        Change-Id: I329aabf1621b91756cd277bd0c56a2988c9ad1c0
        Reviewed-on: https://gerrit.libreoffice.org/18872
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [01b003c47bb7bb469eaf4ebf08ded979a0424df4]

        boost->std
        
        Change-Id: I17a517e5063aebd7d20864104b4b24a5fd05612b
        Reviewed-on: https://gerrit.libreoffice.org/18883
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [82630bda21200ad32e13b2e5a0d24de00fd1c8c2]

        boost->std
        
        Change-Id: I2c919e8bd17d16d1924524a18d2056daae8ef750
        Reviewed-on: https://gerrit.libreoffice.org/18882
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [365b13e1528683f24adc05cf94304f0bd3fd5505]

        pVar != null, so static_cast(pVar) != null
        
        Change-Id: Id22808858b5884b2f87064b389eb411e0712bab4
        Reviewed-on: https://gerrit.libreoffice.org/18881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Dennis Roczek  <dennisroczek@libreoffice.org>  [b9d20625d29b5cf99e32e4a282546a7dd2889d5d]

        fix ellipsis
        
        Change-Id: If427f3609193244b6ccda4e00f1ca793174e83e2
        Reviewed-on: https://gerrit.libreoffice.org/18880
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Caolán McNamara  <caolanm@redhat.com>  [e31da9fc2f24bb448efaab7a74a8bd1308bf2428]

        boost->std
        
        Change-Id: I1696c0982533b9c1ccf66e8a729feeddd3c8d5df
        Reviewed-on: https://gerrit.libreoffice.org/18871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-26  Justin Luth  <justin_luth@sil.org>  [e2c7ef060397c4e0a0297b14b008596fb1c089a4]

        making alt-x code consistent
        
        Recent reviewer's comments apply to previously committed code. Made
        the changes and tested each module.
        
        Change-Id: Id67ff103797f18cf233f728b8f93a7747a42e02f
        Reviewed-on: https://gerrit.libreoffice.org/18713
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-26  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [fc3e36c4188888c7a4277d7f9c6fff1db106fb34]

        Cleanup icon-themes: Remove duplicate icons etc
        
        This is the result of running bin/sanitize-image-links
        
        Change-Id: I8e4bdb3552c7e40e1b065d682d4a442346f3e88b
        Reviewed-on: https://gerrit.libreoffice.org/18875
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-26  Noel Grandin  <noelgrandin@gmail.com>  [3711570da638d850251b5f672d1ee4f15ec8c960]

        convert Link<> to typed
        
        Change-Id: I4aad44d483cf45313b71ad2ef5800b259b358fbf
        Reviewed-on: https://gerrit.libreoffice.org/18862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-26  Noel Grandin  <noelgrandin@gmail.com>  [c70a4cfac88ae28a4ae2408ad3557f7fc08dce94]

        convert Link<> to typed
        
        Change-Id: Ib6b97395a465299988766d6a795a03ecaef50d51
        Reviewed-on: https://gerrit.libreoffice.org/18861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-26  Noel Grandin  <noelgrandin@gmail.com>  [da764e8612599eaaaed068941939adb08d23b5db]

        convert Link<> to typed
        
        Change-Id: I98ba7a9e8d7d7f6791045f415968738d01e9a919
        Reviewed-on: https://gerrit.libreoffice.org/18860
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-26  Noel Grandin  <noelgrandin@gmail.com>  [73b158e00177b7abd3f0c43dfdc3c3de1321e212]

        convert Link<> to typed
        
        Change-Id: If1dcc5e50b08540623bb21067c5f74e47192ef9a
        Reviewed-on: https://gerrit.libreoffice.org/18859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Andras Timar  <andras.timar@collabora.com>  [18c196f0190d9920673cdd9a4dbc158f08959cfd]

        Updated core Project: help  cbd8b8768afb8dbb6c8a2d5fc35ba0fdcd4e5768
        
        add missing hids
        
        Change-Id: Ib487c376c8567c6a2acd78cdad16522eece54566
        

2015-09-25  Nicolas Christener  <nicu@0x17.ch>  [d1ffcc6f6b6b62a69a47dffe7efb3314fe8a13e7]

        translate DE->EN
        
        Change-Id: I59518e6cc8d497679f411a782c95291ae5bee0c6
        Reviewed-on: https://gerrit.libreoffice.org/18876
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Nicolas Christener  <nicu@0x17.ch>  [ec45130e108e229e6b1ad8e3293afbb4073630fa]

        translate DE->EN
        
        Change-Id: Ic0afa7dc008d1c36b68f37a915f575b21e1548da
        Reviewed-on: https://gerrit.libreoffice.org/18840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Nicolas Christener  <nicu@0x17.ch>  [c70fc890b09f91cd4e12e212f1257518701f1505]

        translate DE->EN, minor indentation fixes
        
        Change-Id: Ie4672b41fcd67998187c5766dff8ee340b92e124
        Reviewed-on: https://gerrit.libreoffice.org/18841
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Daniel Robertson  <danlrobertson89@gmail.com>  [8b00ac9b4627d8d7ed13d352ccb8932be6861d97]

        tdf#94228 comphelper: replace BOOST_PP
        
        Remove makeSequence.
        
        Change-Id: If07dc8702d811111fc634c9c7eb4c9a331517ca5
        Reviewed-on: https://gerrit.libreoffice.org/18647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [e678a8d8e5f1a178ab83da965b785d24b0a9cffb]

        boost->std
        
        Change-Id: If0ca026bd63a921d4f258586231455aacee23b1f
        Reviewed-on: https://gerrit.libreoffice.org/18870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [14a5131658cd25009c625fcf2472a49d9392de6c]

        convert Link<> to typed
        
        Change-Id: I7fd77490ab49a18f48e248ca277bc30b5a7d2071
        Reviewed-on: https://gerrit.libreoffice.org/18858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [e5c8436ce88c4c433b736b776bab499240ffd187]

        convert Link<> to typed
        
        Change-Id: Ie743ceadd23d57bce827a759ca89fa7d31cc4c26
        Reviewed-on: https://gerrit.libreoffice.org/18857
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [f8a7c031f1ff872f9566b7bfce0321c0b89d45f9]

        convert Link<> to typed
        
        Change-Id: Ic39135b39f1389fdf94fb16746100209ee63f492
        Reviewed-on: https://gerrit.libreoffice.org/18856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [1296732028df43160d070d27be6fd961e284fdd6]

        convert Link<> to typed
        
        Change-Id: I0d645d646037d9fbb4f1b97931ace6171a84a267
        Reviewed-on: https://gerrit.libreoffice.org/18855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [6fd356a08e92c043be612594eeba1521a837e48a]

        convert Link<> to typed
        
        Change-Id: I845f48577a9b93854e24a2004168c2d2311d9542
        Reviewed-on: https://gerrit.libreoffice.org/18854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [51b2ad378a8531a7b02433594cd7f6bbd6a61222]

        convert Link<> to typed
        
        Change-Id: I9a85b8d6557490775c3d8482ac49bd27c51b6c8a
        Reviewed-on: https://gerrit.libreoffice.org/18853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Noel Grandin  <noelgrandin@gmail.com>  [825b9982a5de3ab94820ce5257bb446ea0a1c20a]

        convert Link<> to typed
        
        Change-Id: I6de6c831e7401413149100784726ce6c986f8eea
        Reviewed-on: https://gerrit.libreoffice.org/18852
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [a8200ce3effbddf0b5d26e7c50aa0c2853412a1a]

        sd/source/ui/tools boost->std
        
        Change-Id: I55f821dd9c2131cfbd8e2cb7838513a6bcb4b97d
        Reviewed-on: https://gerrit.libreoffice.org/18869
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [d75406593d993724f266aae4f219aa7ca1e84b57]

        Performance test for ChiTest
        
        Change-Id: I9176d46c627fa1aba043f5d0e3d8fd74431fa4b5
        Reviewed-on: https://gerrit.libreoffice.org/18873
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dfb00ac6ee43e008cc46c71546ba4af64d3a0bbd]

        update credits
        
        Change-Id: I6287394ba04c7ec81ffb39229a0147e829615b07

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [7de2777bff9afeacb872c6425d36dc93310302c7]

        sd/source/ui/func boost->std
        
        Change-Id: I67874a8bad1549fd98e22a816d9fa52a17629a1e
        Reviewed-on: https://gerrit.libreoffice.org/18850
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [867256a4ffe7542bb654024b225ab2ca94c9288e]

        sd/source/ui/annotations boost->std
        
        Change-Id: I96c486bec0cadce68f2d9f90bd61b672a52037ac
        Reviewed-on: https://gerrit.libreoffice.org/18847
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Andras Timar  <andras.timar@collabora.com>  [bc9c7b603425d73f60ed577cf50bb12f7f1d4162]

        Updated core Project: translations  af8538d62d29b7a3a70a812d222cc419a1cc57bf
        
        Updated Slovenian translation
        
        Change-Id: I2e1b2b9796e36850d365c2ccfdb03cd41eec03ed
        

2015-09-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4e47ed7e5aad8bde548b4953baba13cf99b6fd9c]

        revert back to android-21 target until tinderbox gets updated
        
        Change-Id: Ief38ef9cc4f167caef8d991c9543161997682418

2015-09-25  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [b24286e46ebd0dbc2acbea30627572a66707f346]

        Testcases with several arrays for SUM and PRODUCT
        
        Change-Id: I0e710b6a53af3aa062a17e0a998691e1ec6d3973

2015-09-25  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [2b0413a7d79f9df0b29bc2f27599b95eba1c7bdc]

        Broaden PRODUCT test
        
        Change-Id: I3abeb0c958031202da869084ffa24c11b8a47592

2015-09-25  Bryan Quigley  <gquigs@gmail.com>  [9a6415a88b991eda9fd30dff8c59879afa853b99]

        Add warning to Add Plug-in Dialog box
        
        Change-Id: I990309d9daa2dc03dceb8c4e82a87ee16b596873
        Reviewed-on: https://gerrit.libreoffice.org/18756
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-25  Pranav Kant  <pranavk@gnome.org>  [392437393d97a157e8291d20f1d6b6ac357ff0db]

        Move all introspection comments to header file
        
        ... wherever possible. There are few things we can't move to
        header file, for example, the comments corresponding to GObject
        properties, and signals.
        
        Change-Id: If74d61b17ccee11f8a056f3a93040d2cff2dd98d
        Reviewed-on: https://gerrit.libreoffice.org/18863
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-25  Eike Rathke  <erack@redhat.com>  [c1780ad265ce5f6abb3b91a4f70bf2b3d7a47149]

        fix IterateMatrix for ifPRODUCT and ifSUMSQ
        
        ... if more than one argument is passed to PRODUCT() or SUMSQ() and
        matrix/array arguments are involved the functions returned wrong
        results.
        
        For example, wrong behavior
        =PRODUCT({2,3},{4,5})   gave 6
        =SUMSQ({2,3},{4,5})     gave 34
        
        Correct is
        =PRODUCT({2,3},{4,5})   result 120
        =SUMSQ({2,3},{4,5})     result 54
        
        Change-Id: Iec7b136a5cc678416f28b1abfe19cd0901ef22b6

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [72d082a6f04283c2d50d2c19c7d8ce1805b377ac]

        sd/source/ui/slidesorter boost->std
        
        Change-Id: I67083a8ff1f3b880b658a9962db5921969b931f8
        Reviewed-on: https://gerrit.libreoffice.org/18839
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Eike Rathke  <erack@redhat.com>  [5b2507fe8a82092efbd02e7d1865288e03dc4194]

        Revert "Fix a bug in SUMSQ"
        
        This reverts commit 793d1aba304217dcea6707a4b8acf5ac09f62e5a.
        
        Just discovered that this is wrong, sorry for fuzz.
        
        Change-Id: Id8365f00f615275d3bdd41ab630729e6f19ac577
        Reviewed-on: https://gerrit.libreoffice.org/18848
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-25  Cor Nouws  <oolst@nouenoff.nl>  [421b17a602ea7993c124c4d25e58eb284a443b1c]

        tdf#94497 UI: Object catalog not available in menu > View in BasicIDE
        
        Change-Id: I996723cf3af8365d078103bb54d469f7a2c735fe
        Reviewed-on: https://gerrit.libreoffice.org/18838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Cor Nouws  <oolst@nouenoff.nl>  [e3aa3e4ac57d61126a30c2fdfd1fca5bd8489888]

        tdf#94498  UI: Ctrl+Shift+F does not repeat search in Basic IDE
        
        Change-Id: I3ab5e945d1a9243978bacb540e9b4b5ca43dfa0d
        Reviewed-on: https://gerrit.libreoffice.org/18833
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  László Németh  <laszlo.nemeth@collabora.com>  [d7e7bf139a615f68345c36572d12219bcf2c2658]

        tdf#93141 Calc/Impress: remove last colon of emoji short names
        
        AutoCorrect Emoji replacements were incomplete in Calc cells and
        Impress text boxes, keeping the terminating colon:
        
        :omega: -> Ω:
        
        Corrected by this patch:
        
        :omega: -> Ω
        
        Change-Id: I0d1f6f9ec9c31a7b37e0c9afaaad17dcee568dd5

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [6f70cf8348c67c76c92178d508f0b74f892cf9dd]

        don't over-expand built-in file dialog on very long paths/names
        
        Change-Id: Ia8167833b54bcfc68f1a306e58a1134a38d64ef6
        Reviewed-on: https://gerrit.libreoffice.org/18843
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [9a85fea2377f20a47bd08ef65148d09c6ff7df83]

        sd/source/ui/sidebar std->boost
        
        Change-Id: Ia147e1720b1e83ccf0d382ff0020e49f34ce9d21
        Reviewed-on: https://gerrit.libreoffice.org/18836
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [c29ea22b899f24dab3eecce9df8c70544f044e1b]

        Replace GUIBASE with USING_X11
        
        That's what it actually means. Also make it a boolean
        
        Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c
        Reviewed-on: https://gerrit.libreoffice.org/18688
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [edb9ef41f29bf3477b8985ee409ce2d22214e63f]

        Add lok::Office::getFilterTypes() testcase
        
        Change-Id: I9fa710288729b904f2f1c5b3c575212ef21c8a79

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [4266cd19650269c94c63168d1e9cbc105ff297f9]

        sd/source/filter boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I335ff685def480933d846657df81f28242059c18
        Reviewed-on: https://gerrit.libreoffice.org/18823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [835dacd27d2c925f4af2d85125445ac7b7a3253d]

        sd/source/ui/app boost->std
        
        Change-Id: I08af815e1bec9cfbe5cac191de720a075391c43a
        Reviewed-on: https://gerrit.libreoffice.org/18835
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c52982e7410dc8457b0496ece681ff06f1d3596d]

        better OOXML VBA export
        
        Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4

2015-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14c521c879514006af72193c7f6546d954626f73]

        remove whitespace
        
        Change-Id: If01b299fd40597cc3ee91c01a6a7785c6d44352e

2015-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0cb29569ac06e6feccbee30c42df6657aa3ba9e]

        document filter's type and filters split
        
        The explanation was kindly provided by Kohei.
        
        Change-Id: Ibcf652b5df14abeb6c97dfbba58a5015f56ca335

2015-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21d67ef6c0627f2bdbd2e0d4c656838ebe149656]

        indentation fix
        
        Change-Id: I3a68ec1a23474af12c138dcfdc5c00ec1ee2eab7

2015-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d9b0e2af84760dc136154017f5cf6b637caba02]

        export correct id for workbook stream
        
        Change-Id: I03fa8243fa6472a75fc0881ba47c631e3730e5d3

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [589143bc486058e42df5484c111df38c236bc9b7]

        hackfect 2015: vertical text columns need page height not width
        
        the "width" of columns for preview of vertical text is not
        based on on the width of the host page, but the height of the host page
        
        Change-Id: I1f1e611f251760bbb9b095839214289bcbd6492a

2015-09-25  Caolán McNamara  <caolanm@redhat.com>  [f697e020e8af5dbe31148858ee4dbd26c58bb7de]

        hackfest 2015: show vertical columns for vertical text layout
        
        for vertical text layout the preview needs to show columns
        across the page not down the page
        
        Change-Id: Iead153923a8a1242d08e7f082e5e3c987ebd46fa

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [4b16c89f06146ce50b360916538fe744ec2a72c7]

        sd/source/ui/framework boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I37e8c596d7afc3f7d0461b40e596dea45e9470a4
        Reviewed-on: https://gerrit.libreoffice.org/18824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [14a9a7d52074104afa24278a7a350f05d6df572a]

        desktop: make LibLibreOffice_Impl visible to testcases
        
        Change-Id: I345a6cab57cc594614e348700bb3c1c9a0673989

2015-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b9f2ad9c819421c9f24bcbca98ee147f70d85b2]

        lok: add Office::getFilterTypes()
        
        Change-Id: I3b1f4e11f2495e5ccb41f85802f243c0190695ee

2015-09-25  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [14ccaf915d09da23b07e8604b78c449c389a15cc]

        Test for SUMX2MY2
        
        Change-Id: I6a40cc0104ce8ced879749190f1ff406044736ab

2015-09-24  Nicolas Christener  <nicu@0x17.ch>  [5e1944c70b6423b47e1490df7920217e83d662c9]

        translate DE->EN, fix typo
        
        Change-Id: I67f0161ab0ed1d44df1b8dbcfd1d200f5e9bbe2f
        Reviewed-on: https://gerrit.libreoffice.org/18829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-09-24  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [8c7ba16ba4bdedb4354f342b20d5a5de8a132b48]

        Test for SUMSQ
        
        Change-Id: I077df1d8941fdee2722ab2112f09667fc8369402
        Reviewed-on: https://gerrit.libreoffice.org/18764
        Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
        Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>

2015-09-24  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [8424b846fc1e14bb905cf0bc3fa1a22b4563de03]

        Whoops, missing CPPUNIT_TEST lines
        
        Change-Id: Ifac364cd5d6acd632fc0e16fb6654af64d052da3
        Reviewed-on: https://gerrit.libreoffice.org/18763
        Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
        Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>

2015-09-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [45c27ffcfd58aee86c92421af82525d873e54654]

        android.util.FloatMath is deprecated/was removed in ver 23
        
        replace with corresponding Math functions and bump android sdk target to
        23 to be able to use current appcompat-v7
        
        pre-JIT FloatMath was faster, but since then was wrapper to Math anyway
        http://developer.android.com/reference/android/util/FloatMath.html
        
        Change-Id: I19e316fb7d32e616162a70fca8c565fa320a8c1a

2015-09-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f38683a114c1c36284a795c052e8708bc65438c3]

        sync splash-progressbar position for installets with instdir
        
        values for actual installer versions come from openoffice.lst, add a
        hint to the instdir-makefile
        
        Change-Id: I6eea5585dd776d4d6071af7b508a91a9c385cb3a

2015-09-24  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [793d1aba304217dcea6707a4b8acf5ac09f62e5a]

        Fix a bug in SUMSQ
        
        The same one as was in SumMXMY2, with IterateResult.
        
        Change-Id: I18a5993493ca7514848baad25232f4c254c1e044
        Reviewed-on: https://gerrit.libreoffice.org/18765
        Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
        Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>

2015-09-24  Yousuf Philips  <philipz85@hotmail.com>  [837c50d3d8390da359c5f07da3fdd87fc60d9158]

        tdf#92341 Add AutoCorrect entry in spellcheck context menu
        
        Change-Id: I081f5e1cea39ce833254336286e10558ca75a466
        Reviewed-on: https://gerrit.libreoffice.org/18828
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [b71ba617e5c55ef4e98443fa10990b85665801fc]

        sd/source/ui/inc boost::scoped_ptr->std::unique_ptr
        
        Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300
        Reviewed-on: https://gerrit.libreoffice.org/18822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-24  Daniel Robertson  <danlrobertson89@gmail.com>  [96fa0df15b2be95fc3c4dc3df8ad9b77a4baeebd]

        comphelper: replace for_each with range-based for
        
        Replace complex uses of ::std::for_each with a range-based for-loop.
        
        Change-Id: I57d3d2e830e7700b793e1836777cbe72504c6825
        Reviewed-on: https://gerrit.libreoffice.org/18817
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-24  Noel Grandin  <noelgrandin@gmail.com>  [74ce05b940be952be63687f31be45a58afa1d1ee]

        convert Link<> to typed
        
        Change-Id: I280473a7a9069a86388f608bddc8e48879771bc9
        Reviewed-on: https://gerrit.libreoffice.org/18815
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-24  Noel Grandin  <noelgrandin@gmail.com>  [e85b2333bce7b1dcae73861df6d90b48b9f4efe5]

        convert Link<> to typed
        
        Change-Id: I59d325c3b051690303a5841907317122fa1ec98b
        Reviewed-on: https://gerrit.libreoffice.org/18825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-24  Noel Grandin  <noelgrandin@gmail.com>  [ff6462e6307e6924dc6c8178043ae9032f4b4152]

        avoid unused variable warning:
        
        ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used [-Wunused-variable]
        with GCC 5.1.1
        
        Change-Id: I98c7b8f1ff52c7efd81d1490f848092da6173df8
        Reviewed-on: https://gerrit.libreoffice.org/18826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [32193abe8ff1dfec2b95e152d0c421af48bd1b84]

        move m_bVertical down to SwPageExample from SwPageGridExample
        
        Change-Id: I242d8e7296daff83d73c199f5f593200796607bc

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [3cc52de5d426785e0a6ef3e9a093f4adb004c303]

        return early on no-op cases, no logic change
        
        Change-Id: I7041ac2268d1df8b37e380ccde926d5aec06510e

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [876e63e6295573e50886e37b3ca31716e0401af1]

        sd/inc boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I3830c451f685d7603c0271107bd1a0d477be464b
        Reviewed-on: https://gerrit.libreoffice.org/18749
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-24  Caolán McNamara  <caolanm@redhat.com>  [c4fba6557cd7743d3f7ecc542f9cb2a36d0cd382]

        boost->std
        
        Change-Id: I24ecb1173af3711dfd6e8a9284f5d7a095d9c544
        Reviewed-on: https://gerrit.libreoffice.org/18819
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d7d6f242ef87c976095d22a7f5ebf751ba77ad8]

        Related: tdf#92521 RTF export: handle section break right after a table
        
        Change-Id: Ibb6e612165ec6e5d771bdf9efa13a88a72233d6f

2015-09-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [17cf36bf72afc4a22a6d917bfcee9cddfd29779b]

        desktop: missing header guard
        
        Change-Id: Ibae1de013712e55930559b138aa07c15b590baea

2015-09-24  Martin Hosken  <martin_hosken@sil.org>  [69e670bee91c1c24cef184da4135d0dece33ecf6]

        Fix graphite sole diacritic rendering
        
        Change-Id: If44ab2ff8c860fbed2af3b4702fa031675e425f4
        Reviewed-on: https://gerrit.libreoffice.org/18757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-09-23  Cor Nouws  <oolst@nouenoff.nl>  [2fcf8923d2c520a5a16b1b3a45877adaadd7eab4]

        tdf#86397  Bookmark: no consecutive name numbering applied when copied
        
        this partially changes behaviour introduced with commit bb00a0097900ae054401f7758a915047cfde4065
        but without the performace problems from the old code
        thanks to kendy for helping
        
        Change-Id: I5dab81b58262f67db1c70223c612636a8b8c90ee

2015-09-23  Stephan Bergmann  <sbergman@redhat.com>  [12c2bbc317b355353d4f725c9439fbde803b4fc4]

        Report nil-valued localized property as such
        
        ...regression introduced with 879aa54e895a56cb65f93ae98e6a9e7b08981a47
        "configmgr: accelerate simple config key fetches."
        
        Change-Id: Ifb732a25d902f58c76e06ebaad3a6178ff102f58

2015-09-23  Caolán McNamara  <caolanm@redhat.com>  [09b637e36528165f5e937a418640d95440dac9ef]

        boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I03020e3536ee692a96224a517794c0d0a294f607
        Reviewed-on: https://gerrit.libreoffice.org/18793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [6e7f5c5fce198bf2f3a228e1faea7f7e9ed09f77]

        starmath: Use member initialization lists for SmToken
        
        Change-Id: I3c5389135054ee866ebac3122edc71ec8c163124
        Reviewed-on: https://gerrit.libreoffice.org/18785
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [fd8183f7d2458fe474fe36462d2d4c23bc1d37e7]

        no point in redeclaring methods with slightly different names
        
        Change-Id: I446ca61415e998d1f325b602cb587815af5ff425
        Reviewed-on: https://gerrit.libreoffice.org/18813
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [98680db45f51296f536b9f9889f53172fa50ee8f]

        convert Link<> to typed
        
        Change-Id: I6a4fade1688dfce9aec1530da51ea874cddfcbc0
        Reviewed-on: https://gerrit.libreoffice.org/18812
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [a5eaa6be75db0a9e84442fdbee69cf830b17ee85]

        convert Link<> to typed
        
        Change-Id: If48dd5fd9ea87ca5c770424ce824998d842aacef
        Reviewed-on: https://gerrit.libreoffice.org/18811
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [5ae90e154aa2544174f7522a5464436901152cc7]

        convert Link<> to typed
        
        Change-Id: Ib0f043cf40f2a1b4b9f0837a5c536994bff3aeef
        Reviewed-on: https://gerrit.libreoffice.org/18810
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [c24ce843619416f1e6c082a6e8e512310e6e0040]

        convert Link<> to typed
        
        Change-Id: I245ba9e550c7b833fe184a24b63b55027aeecac9
        Reviewed-on: https://gerrit.libreoffice.org/18809
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [df9dbfc1b187c6acdf864f8a169e5782aac61285]

        convert Link<> to typed
        
        Change-Id: Ia647a53efa7bd8d0e0fe6937709b92c85a2e67a6
        Reviewed-on: https://gerrit.libreoffice.org/18808
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [9d55221ffeb4ca408e34a7cc129fa2dfa0b9149a]

        convert Link<> to typed
        
        Change-Id: Ibaab770dd369d07aeda70b5d5c6ff514350edacb
        Reviewed-on: https://gerrit.libreoffice.org/18807
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [b198cb8f53fb442758e5abd3d271238a2d0c1b1c]

        convert Link<> to typed
        
        Change-Id: I282ea95e748ea52099a84fd3e8e8151e03ce25f9
        Reviewed-on: https://gerrit.libreoffice.org/18806
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [b43226b9bd788bbd76d6b064eda62ebd71f71e68]

        convert Link<> to typed
        
        Change-Id: If14f94ba6ba4732256747811ceb414b1424c4b1b
        Reviewed-on: https://gerrit.libreoffice.org/18805
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [5d5465057292676e5b0ce213b7172ce0b576d32e]

        remove unused Link<> field
        
        Change-Id: Iea23f5edd60d5ac214afa89d051cd4f900564343
        Reviewed-on: https://gerrit.libreoffice.org/18804
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [00a6992b97a806b183e368d412508801dc632f8b]

        convert Link<> to typed
        
        Change-Id: I80bd798ea5d36fa94d6b3348be713dbe2cbeab14
        Reviewed-on: https://gerrit.libreoffice.org/18803
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [146fe08382999faf77d268a24ba3ef3bfea18a7e]

        convert Link<> to typed
        
        Change-Id: Ica5093e29630d6d6974ccba034609129887ac85b
        Reviewed-on: https://gerrit.libreoffice.org/18802
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [473a8e2ccad0f58430c469ac3366153db033ac25]

        convert Link<> to typed
        
        Change-Id: Ie31b7f6ed89d684b6ec0ac8e6a144ef6024ba1d2
        Reviewed-on: https://gerrit.libreoffice.org/18801
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [b2cd2e79b6fc152072d0f1e46b5c4ed2d489c09c]

        convert Link<> to typed
        
        Change-Id: If1e53fee4b39daed44632b2395ddb42064c698fb
        Reviewed-on: https://gerrit.libreoffice.org/18800
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [28329d7cacdf8c37a9c1863530615e1b9cfa6935]

        convert Link<> to typed
        
        Change-Id: I9a7f38b2babf6c599f0c2709b32ecb8083fd32cc
        Reviewed-on: https://gerrit.libreoffice.org/18799
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [aada49a5743c298e461660420fe48ef4c220e292]

        convert Link<> to typed
        
        Change-Id: I39f08451c546865327f2f1014cfa33c78cdcdc9b
        Reviewed-on: https://gerrit.libreoffice.org/18798
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [bd9adac7753113a9f03e52b43bf238c4889b918d]

        convert Link<> to typed
        
        Change-Id: I210ea5a66ebb78d6aa93c53e95ddf00e93fd81e0
        Reviewed-on: https://gerrit.libreoffice.org/18797
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [4842877a91622f69ed0a861b202cf8e345119549]

        convert Link<> to typed
        
        Change-Id: I2b8ef243a82c39174c1102c2e75f38dcf7efd376
        Reviewed-on: https://gerrit.libreoffice.org/18796
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Noel Grandin  <noelgrandin@gmail.com>  [f6924329e6d50edfa8d9c27292f5e402e7580a12]

        remove unused Link<> parameter
        
        Change-Id: I9d8916b69e2e986ee1e30091cb046e7812a68ed1
        Reviewed-on: https://gerrit.libreoffice.org/18795
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-23  Stephan Bergmann  <sbergman@redhat.com>  [d2a7abebf210cacf9ea357dd8b4a0772be7308df]

        Better fail with E_EXIST if rename(3) fails
        
        ...it leads to better handling of the failure downstream, if e.g. this is an
        attempt to copy a file from the presets to an existing file of a previously
        partly generated UserInstallation, and the presets and the UserInstallation are
        on different drives and rename(3) fails with EXDEV.  (Without this fix, removing
        the UserInstallation's registrymodifications.xcu caused restarting soffice to
        fail with "User installation could not be completed" in this case; regression
        introduced with 6edbcc1b231feb02f304ff646c323b5df051d9a4 "cid#1242936 handle
        rename failure.")
        
        Change-Id: I409698c4e2e6cc6ccd8b2be80a393c9657b5125d

2015-09-23  Caolán McNamara  <caolanm@redhat.com>  [177ea7a2818ee64de3eaa9b587d70fe461468005]

        boost::shared_ptr->std::shared_ptr
        
        Change-Id: I2c6ac98f0984534894759cfbf4449eb554801cf8
        Reviewed-on: https://gerrit.libreoffice.org/18678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-23  Dennis Francis  <dennisfrancis.in@gmail.com>  [a44e03b5d7822d026a3b2fbaf039522f085defed]

        memleak:clear self referring VclPtr in *Field and *Box classes
        
        Clears self referring VclPtr called mpField via FormatterBase in :
        
        1. MetricField, PatternField, NumericField, CurrencyField, DateField,
           TimeField
        2. PatternBox, NumericBox, CurrencyBox, DateBox, TimeBox
        
        via respective dispose() methods.
        
        Change-Id: I7f92fefd49756cabe7db7d240781260a2d4cd298
        Reviewed-on: https://gerrit.libreoffice.org/18701
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-23  Michaël Lefèvre  <lefevre00@yahoo.fr>  [92c8d74c543aa94cd512369072975dca7006d5b3]

        CppCheck : reduce variables scope
        
        Change-Id: Ief402017b693a4337f330fb07bb7a6dc6e749f72
        Reviewed-on: https://gerrit.libreoffice.org/18753
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e27df1035677c7cca5200858d5d8e8283bf7aa9]

        tdf#92124 DOCX import: don't add a dummy Suffix for an empty LabelFollowedBy
        
        Change-Id: I0c4366ad0a2f81a198860869f670767343a392be

2015-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d77b49f070a562d2ac0df3174cf32d88680ba7a0]

        desktop: avoid 'using' in headers
        
        Change-Id: I9517a982daa48a6eb848360dee7739d15d42a971

2015-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [5ca4acf877834c51d896268cf3dd390903b2248b]

        starmath: Prefix members of SmErrorDesc
        
        Change-Id: I4910561e3671f546f2e36344016e2b50fd2a70eb
        Reviewed-on: https://gerrit.libreoffice.org/18788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-23  Julien Nabet  <serval2412@yahoo.fr>  [0ca9a3523cb2ccf97d7d13fdf4616af0dbe173d9]

        tdf#94451: Agenda: Not enough space for date in step 5 (French UI)
        
        Adjust some values for make room (ok with French, German and English UI)
        
        Change-Id: I7600acae64f5ae1110c07798cc950ec73a48deab
        Reviewed-on: https://gerrit.libreoffice.org/18787
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-23  Julien Nabet  <serval2412@yahoo.fr>  [9e99b18f20f46d656c7a52413d23193f75065d1a]

        tdf#94450: Web Wizard: Not enough space for date in step 6
        
        Value of 60 allows to display the selected dates + let a margin if year is in 4 numbers one day.
        
        Change-Id: I3d7db50dd318897b0b7a515f9428401c53218c08
        Reviewed-on: https://gerrit.libreoffice.org/18786
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [8d16834a9820fb8c983753c3e2a05922885060b9]

        convert Link<> to typed
        
        Change-Id: I80df7c3907fe6ac8a6ee4dddb2caeed28ea1b879
        Reviewed-on: https://gerrit.libreoffice.org/18784
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [3d9dd244ce272e2bedc751c5dd250d15b06459e7]

        convert Link<> to typed
        
        Change-Id: Iea94d9bc388b439328eb9d61a30565107da112d6
        Reviewed-on: https://gerrit.libreoffice.org/18783
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [fc30b2a6b8ff02a83fd0472179c5b26ae7e5df09]

        convert Link<> to typed
        
        Change-Id: Ib1ed614146b66700b98c954c4950b1cf17f12be0
        Reviewed-on: https://gerrit.libreoffice.org/18782
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [f6f4a57b1efb9cfcaa9fbec14744f897cba932e1]

        convert Link<> to typed
        
        Change-Id: I90ddbb380bccb36807cd5f23a932d637b6aab759
        Reviewed-on: https://gerrit.libreoffice.org/18781
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [3563fd5b12d5d16d8625cd911ed8562e34a73b1a]

        convert Link<> to typed
        
        Change-Id: Ie63553874b4f353eb5551f212a4d0f78ec9603b9
        Reviewed-on: https://gerrit.libreoffice.org/18780
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [43f7445e485eec4151503dbb405ecc2be9749920]

        remove undefined and unused method
        
        Change-Id: Ifd69332a4afe80624dfb2a2d09221746b951cba9
        Reviewed-on: https://gerrit.libreoffice.org/18779
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [6f4a024b88ef99a44b78ab9d387dcf950c4d5677]

        convert Link<> to typed
        
        Change-Id: I6f17e073c50e28f40e3df4e557a63f0bcdc502de
        Reviewed-on: https://gerrit.libreoffice.org/18778
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [3e6bd83cb5266efcda785d350fd4052d6251a52d]

        remove unused Link<> field
        
        Change-Id: I0ca782c355933da740920e0368ffddeb0dc413a9
        Reviewed-on: https://gerrit.libreoffice.org/18777
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [efeb9281535f9e32a1d23332a19da69767dd1387]

        convert Link<> to typed
        
        Change-Id: I12b3fdb443226a63786b94ce9836e9d2efa6a5c8
        Reviewed-on: https://gerrit.libreoffice.org/18776
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [0554e83ca9968e2301934bb2f420c9b9faee5681]

        convert Link<> to typed
        
        Change-Id: I285d7093f4d9db4a511fbf236f493cc4199ce534
        Reviewed-on: https://gerrit.libreoffice.org/18775
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [f378e1748f0645481a8b2deebd7bb2b34797aff7]

        convert Link<> to typed
        
        Change-Id: Iccdfc807447c18c2929cc93bcb11d32b3659d666
        Reviewed-on: https://gerrit.libreoffice.org/18774
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [32cbfd1addeb37f302ed309e7a383e2cadc84520]

        convert Link<> to typed
        
        Change-Id: Ifb8ccbbed6d7d00f15fa8cff5dfdcd5d55de0d5f
        Reviewed-on: https://gerrit.libreoffice.org/18773
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [a829ba593c921a2b6b5fce7f216f48ee9d6c3812]

        convert Link<> to typed
        
        Change-Id: I99710933b818ebb0e2d70262c3edd7937e5f03ca
        Reviewed-on: https://gerrit.libreoffice.org/18772
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [5645960113b3b7ded309bdb2ed5bd4a51877b96c]

        convert Link<> to typed
        
        Change-Id: I2d3ed4e04b19159bd847a925a7296e981a6d468a
        Reviewed-on: https://gerrit.libreoffice.org/18771
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [a19f981ea1c31a9a3af4a9368dc50f045701a047]

        convert Link<> to typed
        
        Change-Id: I684a72cc3eeff0caf27132ff641f0d3b20ff7c08
        Reviewed-on: https://gerrit.libreoffice.org/18770
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [c439d55042c5815b57987238b0e074869004196d]

        remove unused Link<> field
        
        Change-Id: If6c5719adf5240e12e798f72b25c5c19a09bc0f6
        Reviewed-on: https://gerrit.libreoffice.org/18769
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [2ea92be9973e6892727eae37ae958863702b3658]

        convert SC_CONVERT constants to scoped enum
        
        Change-Id: Ic81052e86ea6c2ea41357bde83ffd4df73afcb01
        Reviewed-on: https://gerrit.libreoffice.org/18768
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [015eb39d963acf534bd5beaf9331a6d37af2acd6]

        convert SC_SHEETEVENT to scoped enum
        
        Change-Id: I472e3f0a78f979bcf8333076f7560ebb7dd859d6
        Reviewed-on: https://gerrit.libreoffice.org/18767
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noelgrandin@gmail.com>  [ad1386300562779606d958ea8289916cb9cbb8f8]

        convert SC_PASTE constants to scoped enum
        
        Change-Id: I2c1b2cd5a89b3124a2e452800bf397e100cc885b
        Reviewed-on: https://gerrit.libreoffice.org/18734
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-22  Noel Grandin  <noel@peralex.com>  [4d1d60719802ae34a9fc381c8f202ca80b7388ad]

        remove unused Link<> field
        
        Change-Id: Ia07a1db94bacad8c1d9c108ee6e2ac2f82b6581f

2015-09-22  Noel Grandin  <noel@peralex.com>  [1c061348aa573967132349736675f81bcf5e46af]

        convert Link<> to typed
        
        and drop an unused parameter
        
        Change-Id: I2f3bc15e4168103a6cb2d19807d291d8da24387e

2015-09-22  Noel Grandin  <noel@peralex.com>  [ba6cbddd8890b3a5693a187b32c9b92a67511f3d]

        remove some unused params
        
        Change-Id: Id4f6da92526cea3e9b01bd23f6569843dfb17d89

2015-09-22  Noel Grandin  <noel@peralex.com>  [55dda8e8d0a29ae150f58168d72ab2611ed2b8a8]

        convert Link<> to typed
        
        Change-Id: I92df586295c11bc9e9276770656901c2e4e714b9

2015-09-22  Noel Grandin  <noel@peralex.com>  [6d8124e30c6ce38219ca323f9674f242c822c360]

        convert Link<> to typed
        
        and remove unused UserEvent class
        
        Change-Id: Ic61c5eef75c36393dbbaa92d93163eab89021ee3

2015-09-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [3526da14b7c49adff202f32c15948fed8b9915ea]

        autogen.sh: Display arguments for configure without apostrophes
        
        So one can easily c&p the list of arguments
        
        Change-Id: I0555c58aa6aadc410a26309d6e51382eed390b2b

2015-09-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [05fd8cb848ecba425124d61cd76e2f9418d5378c]

        tdf#93970 Outline indents should not affect paragraph indents
        
        Change-Id: I4d9f32becc6e601cd5af64919d93f9580dec738c

2015-09-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [77104ccd7658cb8f3ac142ea9f7fabc15fc08580]

        Remove distro-config for OxygenOffice
        
        The project has been inactive for years. Last version was based on OpenOffice 3.
        
        Change-Id: I0ff43a6e9b11571457330016091f4409432ab47b

2015-09-22  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6dec4dce4dea643b7b6e7ab7f0513128d25882af]

        Cleanup: Reduce indentation
        
        Change-Id: I12359c7063d4c2f160a4410a9e529f201ed1ffcd

2015-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4badd9a485f32f787d78431ed673e2932973887]

        tdf#92454 DOCX import: allow overriding para prop from num style in para style
        
        Word has a feature like this: a paragraph style can refer to a numbering
        style, and both can specify paragraph margins. If that's the case, then
        the ones from the paragraph style has priority.
        
        In Writer, the numbering style has priority, so the only chance for
        correct import result is to set the margin directly on the paragraph in
        this case.
        
        Change-Id: Iff3b03bcc56e0db3a48452c293acf41c91b8f159

2015-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [d214f1cb437ad1733cbebc95586d58f0ec19c16e]

        sw: prefix members of SwModule
        
        Change-Id: I5647e60dfbe5af460a077e1c2adf036fc2bb8037

2015-09-22  Yousuf Philips  <philipz85@hotmail.com>  [050447a30012717643f1d056e0ba614f36e1303f]

        tdf#89543 Unhide arrow style drop downs
        
        Change-Id: I44c2b93389b88c0c1821ac727b46275bce8b076d
        Reviewed-on: https://gerrit.libreoffice.org/18290
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-09-22  Julien Nabet  <serval2412@yahoo.fr>  [09c3e186e8b8562e3d502c5cbdef385753336b7f]

        tdf#94421: Web Wizard, option shift when loading saved session
        
        Just use the right order
        LOCAL_PUBLISHER first, ZIP_PUBLISHER second, FTP_PUBLISHER third and last one
        
        Change-Id: I23ff96785910d62bbb2c221932d0ad2a2e755b3c
        Reviewed-on: https://gerrit.libreoffice.org/18755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-21  Julien Nabet  <serval2412@yahoo.fr>  [78e1acffcb3d40266bc075c8b88595accbf62a1b]

        Typo: automaticcally->automatically
        
        Change-Id: I0422965071f3828938b1b1a535f1eb4f2de481f2

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [599fab44ad2ca626f046b9e9e4924110950a897c]

        hide ScopedPtr::reset and add disposeAndClear
        
        Change-Id: I55d6e789abd408b8478a2b9ae141d8899af2c309
        Reviewed-on: https://gerrit.libreoffice.org/18745
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Eike Rathke  <erack@redhat.com>  [da4c217ac49ff05e352c0e6e46a46a4e9a0b78cc]

        init iterators only when needed
        
        Almost only cosmetic here because the fields should be available, just
        weren't in one case..
        
        Change-Id: Ied68a91c8ef2cd32e293bf1d892eee3bee932ebf

2015-09-21  Andras Timar  <andras.timar@collabora.com>  [fc64a5d850081a89acd44d4f7c72db3b21279360]

        Updated core Project: dictionaries  8236765eb34de01083e0554c3ccafa6d8ff1ee18
        
        tdf#94415 update Greek dictionary to version 0.9
        
        Change-Id: I66f68679f707e9fd7f98d15c5ab05c04b014f8b7
        

2015-09-21  Daniel Robertson  <danlrobertson89@gmail.com>  [ef779d339e202dacea30b68ca8014207171e9ce4]

        tdf#94389 compilerplugins: clang 3.7.0
        
        Fix errors that occur in build with clang 3.7.0
        
        Change-Id: I0e8743f2b6a288d10b4e78e884ce34cfca4dd77c
        Reviewed-on: https://gerrit.libreoffice.org/18738
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-21  Eike Rathke  <erack@redhat.com>  [f09a91630c767370871389c28b81280807513431]

        Resolves: rhbz#1264585 check data pilot field name availability
        
        Change-Id: Iaadf7044acb7299ee878de2fbc08992447587d62

2015-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [41139b2261fb93886a8ba28d081b2d12a2f7835a]

        Cleanup: One statement per line
        
        Change-Id: If4bc7a997ef63e3e20141335604e1bf0fa95e92b
        Reviewed-on: https://gerrit.libreoffice.org/18746
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [a2b90cd04733c2ec3b9cb3bb56d95f3298571ecc]

        don't hang on busted subdocument offsets
        
        Change-Id: I5d1d18f864496ec98894703f0a22e211a9dd14a5

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [951dbdd13100f92fb3ded20fd8d14ca645c4af37]

        cppcheck: noExplicitConstructor
        
        Change-Id: I53f9965609c04fd2f0b955fd04de8fc953917344

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [4d22eff3c1afc1294785842be163abfa263ef43b]

        cppcheck: redundantPointerOp
        
        Change-Id: I19f02169a113b8c9bae634691e28cf9f9d6977b5

2015-09-21  Julien Nabet  <serval2412@yahoo.fr>  [e7ff9ade29aff212b2e2728a15bbf5a11f5b8717]

        tdf#94275: core dump when XKeysymToString returns NULL
        
        0  strlen () at ../sysdeps/x86_64/strlen.S:106
        1  0x00007fffdfd69083 in SalDisplay::GetKeyNameFromKeySym (this=this@entry=0x1121b30, nKeySym=<optimised out>)
            at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:744
        2  0x00007fffdfd696f5 in SalDisplay::GetKeyName (this=0x1121b30, nKeyCode=nKeyCode@entry=9476) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/generic/app/saldisp.cxx:798
        3  0x00007fffe17892a2 in GtkSalFrame::GetKeyName (this=<optimised out>, nKeyCode=<optimised out>) at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/unx/gtk/window/gtksalframe.cxx:3005
        4  0x00007ffff6125bbc in vcl::KeyCode::GetName (this=this@entry=0x7fffffffbfb0, pWindow=<optimised out>, pWindow@entry=0x0)
           at /build/libreoffice-Ke3JzN/libreoffice-5.0.1~rc2/vcl/source/window/keycod.cxx:108
        
        Thank you Alex Bennée for having noticed this.
        
        Change-Id: I4fa89241c72144d5c76cd6175368c6878fc57a46
        Reviewed-on: https://gerrit.libreoffice.org/18708
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Julien Nabet  <serval2412@yahoo.fr>  [af814158b101418adad4f9a21d3b2303620b0396]

        tdf#94351: Web Wizard multiselection doesn't work
        
        Call getSelectedFiles instead of getFiles+adapt behavior so it deals
        with an array of files with their full path
        
        Change-Id: I21b6c32dea85460461925a9b44dac195d79b7eac
        Reviewed-on: https://gerrit.libreoffice.org/18714
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Mark Hung  <marklh9@gmail.com>  [e7760d428bc82ccfcae14f1907b78f9f1013b88c]

        Fix tdf#87500 - Freeze with English/Japanese mixture undo.
        
        Language poolitem will be inserted after user completes editing
        with IME, making it refer to valid range when undo.
        
        Change-Id: Id2876aa74dba6f7d134b8e2df4d9b36a8f429bb1
        Reviewed-on: https://gerrit.libreoffice.org/18392
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Stephan Bergmann  <sbergman@redhat.com>  [4c657f5a1a340ec9afe795d911625991f6a9cf7a]

        Properly #if these debug hooks
        
        ...moved here with 6fbab2ce87372bd98275d8239cd782d0ca6375e8 "loplugin:unreffun";
        this file still indirectly includes boost/scoped_ptr.hpp via. boost/spirit
        
        Change-Id: Ib2f251420950395f58415c1f7c944b7e8fd61476

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [d66d6d70591049ccf99f22d3f52e85f26dbfe433]

        valgrind: use of uninit data in sw_globalfilter test
        
        Change-Id: I4d327d1e65c8ef5b9dede18ac55f1658d8e3569a

2015-09-21  Stephan Bergmann  <sbergman@redhat.com>  [6fbab2ce87372bd98275d8239cd782d0ca6375e8]

        loplugin:unreffun
        
        Change-Id: I526b9e1cff25a30c3f6b935c1a11ef571f7a12ea

2015-09-21  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [6afa5614463fbc952d5a983c813d587edbc82fac]

        Cleanup: Remove superfluous comment
        
        No need to mention that there has been a check for some state sometime.
        
        Change-Id: I844478350ae1209ae64766d28d8e254b7a4d9e10
        Reviewed-on: https://gerrit.libreoffice.org/18739
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-21  Noel Grandin  <noelgrandin@gmail.com>  [921686a827e663199c040f376249de727613751f]

        convert SC_LINKREFTYPE to scoped enum
        
        Change-Id: Ia894548d87390e5170d2b704eac26e34729ebe8e
        Reviewed-on: https://gerrit.libreoffice.org/18736
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-21  Noel Grandin  <noelgrandin@gmail.com>  [588e1f97577b53a0131fa24c3cdfdf158b27efa7]

        convert SC_ENTER constants to scoped enum
        
        Change-Id: Idd77e2dbbcb1d1c7238ed9b5998730f0e0a9bf50
        Reviewed-on: https://gerrit.libreoffice.org/18732
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-21  Noel Grandin  <noelgrandin@gmail.com>  [bd6f61ad7afcd51f7cb23c14558fdccbda1803a1]

        convert SC_LINK constants to scoped enum
        
        Change-Id: I20470070740fcc39bce85f90ff4e8c14cdd86862
        Reviewed-on: https://gerrit.libreoffice.org/18731
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-21  Caolán McNamara  <caolanm@redhat.com>  [64144c28fef385625b0edc95e1aceed82e028d40]

        boost->std
        
        Change-Id: I787ff19fd41d5ecee56efa1aa7ee539f46650703
        Reviewed-on: https://gerrit.libreoffice.org/18703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-21  Noel Grandin  <noel@peralex.com>  [dd38f64014f81df215fca9fd69e5963e161c47e2]

        fix OSX build
        
        after my Link<> changes
        
        Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee

2015-09-21  Noel Grandin  <noel@peralex.com>  [1e67e94f1a308ca60d4934e9fe9d5c048225ebe8]

        convert Link<> to typed
        
        Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c916152d8562cab868d4c522748ac30029fad179]

        tdf#92521 DOCX export: handle section break right after a table
        
        DocxAttributeOutput::SectionBreaks() previously only handled the
        text-text and text-table node transitions; implement support for
        table-text to avoid loosing a page break on export for the bugdoc.
        
        (View this commit with whitespace ignored to filter out the noise about
        SectionBreaks() now accepting non-text nodes, too.)
        
        Change-Id: Ie8a1575374a207399351635bda8c0c076ce7268d

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [32f419fee5f9df4facb7a9b3ec910471d2a20247]

        sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLE
        
        Change-Id: I4e00679547997cfb3dafe603b908f055011a3b30

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a83f30ebe2c56b00804ce774537b34f1049be84]

        sw: implement per-view LOK_CALLBACK_TEXT_SELECTION
        
        Also:
        
        - let the unit test set the global LOK flag, as sw code now depends on
          that
        - in framework, don't return early after emitting the LOK status
          indicator callback, otherwise CppunitTest_sw_tiledrendering shows how
          sw LOK callbacks are missing
        
        Change-Id: I0c4ac12f2ef5118d29afd131676bcb27d5db7746

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [af29b2b57cc07490cc36ff02d5ff3f3844e7c102]

        gtktiledviewer: fix leftover import progressbar in createView()
        
        Change-Id: Ia71e80c521cdc6a8e4df52e51e063a44a0dd53df

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [43b2103f932c92374e2ba2ab0ec1006582a0f646]

        gtktiledviewer: don't crash on opening non-existing files
        
        Change-Id: Ic48adaf038e8fbcc86a94b5e351d2f963fcfcd16

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [de244205f2287263ee9013cf37108186aed531cf]

        desktop: document a number of environment variables
        
        Change-Id: Ie33f8b2f8d2a65fbdb7f4f3caaeee8f0f046cba5

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c2811d682c6e623f3b2613df3119987c0c79c12]

        sw: implement per-view LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR
        
        Change-Id: Ib4c1caede94d3eac372a3605c430bbbd353755f3

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b20de6c5cfad2a48c4b35b7111b3d6ea285de061]

        sfx2: adapt comment to reality
        
        Change-Id: I9dd2934eaa7b479460c3a2dc7d2d51ce5c767a9f

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8a54763f4f66538f13b6c0e13045e5cb3167ca4]

        lok::Document: register callback in the view, if requested
        
        With this, a postKeyEvent() in one view properly results in one
        LOK_CALLBACK_INVALIDATE_TILES per view, at least in Writer.
        
        Change-Id: Ia0a9a00ea5a98c38f3d399208b9ef028f3036f79

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0f04d1ba273cc94989a5079f957117433076a9b]

        sw: implement per-view LOK_CALLBACK_INVALIDATE_TILES
        
        Change-Id: Id839dc076824e69fe07386c83bf21fc4c7ce2b8e

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [1704221067e2bc6ba26eaa83573d29964b413a34]

        comphelper: add LibreOfficeKit::set/isViewCallback()
        
        Change-Id: Iad0b2ee419327daf478f3ddda2378effe0184067

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c74ccac7cd94eba052d21cf74e03e214d58942e4]

        sfx2: add SfxViewShell::libreOfficeKitViewCallback()
        
        This is similar to the existing LOK callback, the difference is that the
        existing one assumes there is only one SfxViewShell instance at the same
        time.
        
        This newer callback is precisely per-view, so model notifications can
        invoke all view callbacks, while view notifications can invoke only the
        callback of the relevant view.
        
        This is just the framework, all actual client code has to be still
        ported over (and then the existing callback can be removed).
        
        Change-Id: I3d8f27740c69fcf6ffbbdce12db2ea088321493d

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [714257af17f74f8bcb5acceaebb0d0f4b3be3231]

        SfxLokHelper::setView: check if view is already current
        
        Change-Id: I9cf3a4887774657e0e205114688b088fc11c6822

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3446bc860e2e41adbee5ad6c49f12991dd9087b]

        lokdocview: set view before calling lok::Document member functions
        
        getTextSelection() is still to be done, but has to be moved to the
        widget first.
        
        Change-Id: I780a31f1dbce38b2b7398bfdacbbc1c40881229d

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [42844c2a8b614efa3bb7cd4f2525ce05a8647d20]

        Add missing lok::Document::setPartMode() wrapper
        
        Change-Id: I5dd5f0cfb8b34621b18a35be682249e042d9b173

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9ebc92a1ebd48ad96ee5ca527c250489cb4ec27]

        LOK: allow postMouseEvent() in multiple views
        
        Change-Id: Iafb08cb44a96dbc03d12367d21b4120063bd0222

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [a04b31c9facb08a8e38b79480b9a73bd2693cb9e]

        LOK: make getViews() be a member function of Document
        
        Just to be consistent, as all other view-related member functions are
        there, too.
        
        No real impact, as only the unit test uses this so far, and it always
        works with a single document.
        
        Change-Id: I46f1ed8265ab95017986ab45c1b510e961192241

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2e55ea10676d14c6564696a0648c0edbe4bd36d]

        gtktiledviewer: use setView() before postKeyEvent()
        
        Also in SfxLokHelper::setView() set the current view shell directly,
        GetFocus() in VCL may be a NOP for hidden windows.
        
        With this, the Writer layout dump shows that two Gtk windows can have
        different cursor positions correctly.
        
        Change-Id: I81890c1d8ad7972f1194db3d5f2e9d8a39fc2f87

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [8cb6094447041b7fbe29bd5584b5daf9babb5cad]

        Use SfxViewFrame::Current()
        
        Allows getting rid of vcl::ITiledRenderable::getCurrentViewShell(),
        which would do the same, just not implemented outside Writer.
        
        Change-Id: Id26ceca560fb9002dc2d5c740c411b9c4a149523

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [46588c42a546d4517b773853856b9c8f8c2e5ece]

        lok::Document: add get/setView()
        
        Change-Id: Ic3bce8f01d7e048e853c063c4bce1255845c60d0

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [855e1bac1d5155352706c7d849942f5dc453c67d]

        gtktiledviewer: add setupWidgetAndCreateWindow() to avoid copy&paste
        
        Change-Id: Ibbbaaa1c148cfd4578ad37e0f99b62ab885a1a83

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3498e9fcdc895853564d13173075bebc7407ef2]

        lokdocview: set up the widget in all windows
        
        With this finally the number of GTK+ windows always match the number
        returned by SfxLokHelper::getViews().
        
        Change-Id: Ia45bef7dea86b80cfac00e2ad7c1a16d7f5b507b

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6e5c248e52524ddaddc6d1a2627f10f169d0167]

        lokdocview: avoid GTK+ calls in openDocumentInThread()
        
        GTK+ calls should be made from the main thread.
        
        Change-Id: Idcfa46d427d6e35fc544246a691bafc72f75a74c

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1d72145314be0e53d5f93e3b639715c9fbba8b0]

        gtktiledviewer: set up a new GtkWindow for a new view
        
        Change-Id: I9dcb5871c231a49bcd65a1187df6c3c81f92bd55

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d8a8e1a2ea26df6d676495af7f017baa071153d]

        gtktiledviewer: factor out setupDocView() from main()
        
        Change-Id: Iac803f03267859c11f0f9090346b09b90c115b76

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b69ce33edaed9eaa018821180a00d563ad1ba18]

        gtktiledviewer: factor out createWindow() from main()
        
        Change-Id: Ib7ccd2192247805205b65e5e8da67bcc826f4d31

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fd59356cb09e89324e8cd8ec84eef22a4c2031b]

        lokdocview: allow not calling documentLoad()
        
        Change-Id: I2ff57c4be11cd3908bc951ebf572a2c02e2c4585

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d51e3f7877afe62b68071a694438d2d6722bb406]

        gtktiledviewer: allow findbar in multiple windows
        
        With this, all previously global data is now stored per-window in the
        g_aWindows map.
        
        Change-Id: I45b4449ee7d516106ea0b039d1af97db49edf759

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8bf31e129c4e791bfb02c8d0ccbaedb53d9b300]

        gtktiledviewer: allow part selector in multiple windows
        
        Change-Id: Ib31fca3d8b4119704fb1a5c3cee885e7c239c247

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [bec8a1b74f91ffc579567f44a65b903bc854ec4f]

        gtktiledviwer: tool item registration is per-window
        
        Change-Id: I11a6cda7b9b8949c48c201c4bd467b49f2f43ca5

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [91d67ec9a5cc2064b90a888ed962d215bee5dc2d]

        gtktiledviwer: allow GtkToolItems in multiple windows
        
        Change-Id: I6c19a9bdd34163d12047929170e5cfa7bb9a5820

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [36fa8d443a9ad87ee7077be7263870fab9dd6261]

        gtktiledviewer: allow multiple status bars
        
        Change-Id: I84c4102937deee662814c41607ee8de380a067f2

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6ef6af23db8b718ef75f66680f696396fa74eaf]

        gtktiledviewer: allow multiple DocView instances
        
        Change-Id: I4e8a08d71a94445e8fd30563867a2741cad862e5

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [20df29e660139fc27d50fe006202f7ea78a3903a]

        gtktiledviewer: these globals can be static
        
        Change-Id: Ife0a4bb1102f6135e297dc69ba5b52b89a5dd9dd

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d990a8762e5e67747e169103bc8b9a40605afa81]

        sfx2: add missing header guard
        
        Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [10a0cad9d6990abac507899a34fbcdeb466187f7]

        lok::Document: add destroyView()
        
        Change-Id: Id9e92593217541b4123e95279019cec3c958056c

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f62c14748c0e62ad0212e831d606ac32e694eca]

        CppunitTest_desktop_lib: fix reported name of failed test
        
        Change-Id: Iaa9effdcf6d6c6b2292e3fc7b666afdb3678694d

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e523afe61f76d9b065a771e558683afb701b93b]

        lok::Office: add getViews()
        
        Change-Id: Iabfb0f2a19106dc4a6bdae45f9e85d76c68a973e

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [179a0d0ea0ec4251152fe4c5e0fb3fd53f6f7967]

        gtktiledviewer: add button tooltips
        
        Change-Id: Ifad67adf80761118bbbfb110cbadd493214fee93

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [655c7877a0650b7bfd04a3294cdf92bc7ab94055]

        lok::Document: add createView()
        
        Change-Id: Ic871ec41992b611b10958799b2dc12375a91efe4

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [58b5c13b00cd4d881e1d6313316cc621198a4b04]

        sfx2: add SfxLokHelper
        
        This is meant to be a class that is visible outside sfx2 (so e.g.
        desktop can use it later), but has access to various sfx2 internals.
        
        Change-Id: I83204963492b11c1c4a621e86528a64fba27acf3

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b0de91faaaf9a051e082ec7ea5024474f4a1299]

        vcl::ITiledRenderable: add getCurrentViewShell() and implement it for Writer
        
        Change-Id: Ic936746f3d473e15f5a1589cba35173778b442c6

2015-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [e13510cf2c54f85379fa959296a8ccf7a8cd5cb7]

        sw layout dump: show selection ranges from all shells
        
        Change-Id: I89d0f3c66f3939fc6795892d727d782c3f8bbda3

2015-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f78216d15dbf0ac236894177a2876fe7dad608da]

        fix regression with chart sidebar list position
        
        regression from 66f1e65fde85168ae582ea75f72ebb290caa0a08
        
        Change-Id: I92a5d6926ee912d4802f074d1e4aae63cf672ab1

2015-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [85eb1e5148ec657c8e582a0faf3ffa75009a4788]

        use localized string for title text, tdf#94294
        
        Change-Id: Id27e5c3794b728ce79d63b6c7d552df0cc1ba239

2015-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1afea91e9662424480b8ad9f50842cfa224331e]

        remove unnecessary base class
        
        Change-Id: Iaa1890d11f9bfba7a8b0996b9adf79b781bcd8bf

2015-09-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e93f9b39d3d844f59c7a0256169ef5f0d1dece8d]

        disable a few more controls when no border is set, tdf#94291
        
        Change-Id: I687616e80685ea4cc462a48e55882c44745e003f

2015-09-20  Stephan Bergmann  <sbergman@redhat.com>  [963c35d7cb7272f5c18f812db61c490faa2210b8]

        loplugin:staticmethods
        
        Change-Id: I2df14df9dd03c23876da57e943e6714f1a52843b

2015-09-20  Noel Grandin  <noelgrandin@gmail.com>  [b7e28109245c2b24d892dc489380f6e492046363]

        remove unused _SCALC_EXE #ifdef
        
        Change-Id: I4e9a025d2aa497037425dd982488c1351b4a7c3a
        Reviewed-on: https://gerrit.libreoffice.org/18733
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-09-20  Stephan Bergmann  <sbergman@redhat.com>  [6904d2b41c80ab944a68bbbf8eb42263ddea6a5a]

        Remove unused impGetOverflowingParaObject
        
        Change-Id: Ice77d390ba6eaa327c868eed1db93f3e0bfac18e

2015-09-20  Stephan Bergmann  <sbergman@redhat.com>  [fb4bf4580f6244d044a80f4de501753cc2b4be70]

        loplugin:stringconstant
        
        Change-Id: I5337566bad2a63de4ead73022bfafba7f050059a

2015-09-20  Stephan Bergmann  <sbergman@redhat.com>  [2ff09b059a096df109a3be3778e77dde9a4458cf]

        loplugin:loopvartoosmall
        
        Change-Id: I5e3506492f75e0f8e7ce770713b424a854d9813d

2015-09-20  Noel Grandin  <noelgrandin@gmail.com>  [f1611d52cc49e51b770c56e902857c76e3c51eb2]

        convert SC_FILL constants to scoped enum
        
        Change-Id: Ib5399440c4f63ec6b3753ffafd243626aef65d49
        Reviewed-on: https://gerrit.libreoffice.org/18723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [20b7959ab980310119232fd2395008a89d6ea581]

        WaE: loplugin:cstylecast
        
        Change-Id: I953467bd0713a462cb9dcf66c8119eb1883553a2

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [16964a87c08b46c4fce0695812cbc249225fca41]

        WaE: loplugin:literaltoboolconversion
        
        Change-Id: Ib7cf1a0d4033fe2807a21de2c4bbcddb079e4128

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [aac58c62758e0915b3a590700abecffb4d2c25de]

        WaE: loop index type 'unsigned int' is narrower than length type 'size_t'
        
        Change-Id: I2e0999468686e8c5521b7342903df5a68f8648d0

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [f66ecf00ed232dd04d5d9b9afd833aa2be981141]

        WaE: passing OUString by value, rather pass by reference
        
        Change-Id: Ic6842bdb382c05912399db86aa08765d8653a019

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [2f5cfa063e5a6cd817c7cfc43db522c28a31e937]

        WaE: this method can be declared static
        
        Change-Id: Ia1adfc8465e101e1e4c4bf75318c2f40d822c8ae

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [bdf1d60036c510a7d48afa7ec87ab60439f20020]

        WaE: C-style cast from 'const drawinglayer::primitive2d::BasePrimitive2D' ...
        
        ... to 'drawinglayer::primitive2d::SdrBlockTextPrimitive2D' (performs:
        static_cast) (BaseToDerived) [loplugin:cstylecast].
        
        Change-Id: I5f4603335591ddd90a2241b7ddd96f0a1d6b6006

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [59019c68943e531e43ec8873e5f8d4f8c91e64b2]

        WaE: rewrite as call of rtl::OUString::isEmpty
        
        Change-Id: I0dc1a59eaeefd1a55640b94a00142b0fe6696523

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [cc3e899fabe73629b1670bc38386deb649ae81e5]

        WaE: this method can be declared static
        
        Change-Id: I1b656cc53f00b866ed6e86d291149e7f1790f26f

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [711752a98a373778aca8044406d6f08ebd2aeb9a]

        WaE: rewrite as call of rtl::OUString::isEmpty
        
        Change-Id: I7c172d26707d08a438be059648f64b5b5959bacc

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [0212c7195918675b763cb8f02cee646f78497589]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: I9b81f552d24c75eb08e383868293909d584850d2

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [14c44a1e4825911e9330f6ba961d4254cf6bff9b]

        Try harder to avoid unnecessary work
        
        Change-Id: I200ed29d27bc3bd1e76e7a092507e03f4339a439

2015-09-20  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [5d22a10b5a665696a7afbdcfa9eb10e278704c1d]

        Performance test for FTest
        
        Change-Id: I9dc6298b7843c089f58e2bf8ee663f72088a5752
        Reviewed-on: https://gerrit.libreoffice.org/18705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-20  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [465f493623aecc2d2559aa52d6f52da12854e8cc]

        Performance test for Sum
        
        Change-Id: Ia3809dc429efcc441db29be134ce1bfa5b0d4175
        Reviewed-on: https://gerrit.libreoffice.org/18704
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [3a3c68aeafb1ed3c02dd863112d49e61727cf84c]

        chained editeng: Convert fprintf to SAL_INFO
        
        Change-Id: I8e0cfedd34d7e0d70a30147a3bbf0f1cd8e6d3cc

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [04bc1bd40c57a815cd25c61401c4b710d77edcf8]

        chained editeng: Handle chaining for cutting and pasting
        
        Change-Id: Iec08e339a7f06c5fa56e67b42206b31c766f845b

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [c32131911ecff0ceab3918cdc81a102add721451]

        chained editeng: Handle DEL key for chaining
        
        Change-Id: I124b1adf6df3c42a58d45eaeb0e1e053c0eea4c9

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [97a0b23b5de208e7ee864a2e86621c7168d95f72]

        chained editeng: Enable chaining after a key is pressed
        
        Change-Id: I64351619dd0886f3bb0c080557864c46a17d737d

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [c21780b58f86399332c8ff753d31fb9870baf9ac]

        chained editeng: Add methods and basic setup for editing-mode chaining
        
        Change-Id: I8065bebaf2a54170bc7b3ddbd35740bcca42298d

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [5b04c453cc03c0d2c6067625242f07deb8f78ba0]

        chained editeng: Change EndTextEdit behavior to support recursive overflow
        
        Change-Id: I14009fa2e91b19a850e45484de7cd234e872689a

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [4efe591659f63ea50b751ece8e7294776c7fbff1]

        chained editeng: Change size settings if box is chainable
        
        Change-Id: I3717324b3be36b9503cae195fd42249d92d2c685

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [3efdb083bf50829fb8398eb9efa42664910341f3]

        chained editeng: Add Chaining-related UNO attribute
        
        Definition and mechanisms for UNO API.
        
        Change-Id: I7fd3969804ca9b04881ced0b1e43ab6236cbefcc

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [aa77b170cb8aee744aa207f5b1ecfdd0bc0e90e2]

        chained editeng: Add chaining attributes and chaining primitive creation logic
        
        Change-Id: I957d5261dd847fe5e950441585e879cfd5ae2fb2

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [e910e775cf9982b6e14df2630ca21026efe09d65]

        chained editeng: Enhance existing svx classes with chaining-related methods
        
        Change-Id: I10829d8f07f8881af6d1a9422cbdae00e83a7ac8

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [e59fca52399ab1f96b5bb525b56b444c5674ae6d]

        chained editeng: Add TextChainCursor related files
        
        Change-Id: I6c98a28ae800197d58df8791e72a00b6490a2e2e

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [4c33aa61b3ea1fa170b9446fbfdffe85b659ff3b]

        chained editeng: Add TextChainFlow related files
        
        Change-Id: I0e4155391fff29dc4484c7aedd4e62f02c4afd25

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [089cae1ce1e69d5a01756109d95817f6a87a2bea]

        chained editeng: Add TextChain related files
        
        Change-Id: I3fbf9d60cf1d1e022b33bb5b416c88847a1efc64

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [0c0dedb9e4a24f09a46e077ddd0bc36de7b5c575]

        chained editeng: Add primitive creation methods for chaining
        
        Change-Id: I061009a6830c3590e30900b14b2d006f68d237c1

2015-09-20  matteocam  <matteo.campanelli@gmail.com>  [e705b13b9b8d63f6aba22ca2d4f39b76cf9b45b1]

        chained editeng: Add interface and implementations for text chaining
        
        Change-Id: I378b96581c2b006eb880ca0f11e7ca76b686846e

2015-09-20  David Tardon  <dtardon@redhat.com>  [95182ff0102ae662bb965d870983f5476a3dd457]

        add more test files in various PalmOS formats
        
        Change-Id: I1fbec04b8b035663b3ec9d11d84fe8291bb2eb8b

2015-09-20  David Tardon  <dtardon@redhat.com>  [4bf13220a6079f1ea1270be2d15d575589539195]

        add test files for Lotus and QuattroPro
        
        Change-Id: I2a64f07f4599b5490ab8664d1001836aa783abd0

2015-09-20  David Tardon  <dtardon@redhat.com>  [f55ee1256d78718564a2d53021bb095da987e600]

        enable PageMaker import test
        
        Change-Id: Ie3b77207f42c88460c49926a5d71d4bcc85bcc28

2015-09-20  Yousuf Philips  <philipz85@hotmail.com>  [66a7292f2faf51cc0ba018771a5ab25e8d7b5929]

        tdf#91781 Added character styles and fix labels
        
        Change-Id: I9bab76829e1bfd0fd3ba27c4e7a151a6775eaaee
        Reviewed-on: https://gerrit.libreoffice.org/18579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-09-20  David Tardon  <dtardon@redhat.com>  [4df0412e3afe2e243adf9a32c94267be9ca4721b]

        remove copypasta
        
        Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751

2015-09-20  Peter Foley  <pefoley2@pefoley.com>  [83ef294dddf3b1ab5cd5f91a792a7d9413a08f1f]

        Avoid creating duplicates in the Visual Studio IDE integration
        
        When running make vs2013-ide-integration on windows, the manifest
        targets cause duplicate library/executable entries to be output in
        the Visual Studio solution files, causing errors.
        
        Change-Id: I6b0ce38a3ba84f7f54741e4974264e2c4c7b201a
        Reviewed-on: https://gerrit.libreoffice.org/18719
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-09-20  Peter Foley  <pefoley2@pefoley.com>  [2d48830dcbe14c9c2789707d1032876c45409799]

        minor pep8 formatting improvments to gbuild-to-ide
        
        Change-Id: Ifa060f4ab6ebe7b525a991cc54564e9584d032f7
        Reviewed-on: https://gerrit.libreoffice.org/18720
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [99bfc363a6f6779d0be2284f85a9131254bce1f9]

        convert Link<> to typed
        
        Change-Id: I10b050dc4aae45e646761a82520caa96969bc511
        Reviewed-on: https://gerrit.libreoffice.org/18700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [e3c3b7fde3c017bd7d25f04fabf9b4528e37fb49]

        convert Link<> to typed
        
        Change-Id: I86bf78c69251b5cd4d18edf3542e70eb2e8f32e1
        Reviewed-on: https://gerrit.libreoffice.org/18699
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [81e1e318bb47d4dc2f479ac1809d355c117f8ce8]

        convert Link<> to typed
        
        Change-Id: If7fdd97d3c317a8e31641cc096c2c2639c1e012e
        Reviewed-on: https://gerrit.libreoffice.org/18698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [75d339175e06334de42108c2e26adca65700608a]

        remove unused Link<> field
        
        Change-Id: I6ceb33a1c7311962f1d8902fab01fc7d6c91975e
        Reviewed-on: https://gerrit.libreoffice.org/18697
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [c830135c96a6ab2281a0adbd0e9563e1dc95cbf1]

        convert Link<> to typed
        
        Change-Id: I3b80cc0147c8f21e391267fd1683af65934fd220
        Reviewed-on: https://gerrit.libreoffice.org/18696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Noel Grandin  <noel@peralex.com>  [9b47e752419b03b96e17cb776eb4db374a6d09c1]

        convert Link<> to typed
        
        Change-Id: I8db191c87e80b11fe20370703f4bd6780d18f378
        Reviewed-on: https://gerrit.libreoffice.org/18695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-20  Maxim Monastirsky  <momonasmon@gmail.com>  [b1326ecbb793a5940719b59a049368e7be45147a]

        tdf#76197 Make OfficeMenuBar work again in the start center
        
        Regression of 46666a7720e18238b926531a7082dbb8bc524889.
        The code in MenuBarManager::FillMenuManager merges the
        addon menu before .uno:WindowList, which doesn't exist
        in the start center since that commit.
        
        As a last resort, let's also check for .uno:HelpMenu
        (assuming that it's never placed before the Window menu).
        
        Change-Id: If45eebe4351c40d8ed69daba527844ffc02e8458

2015-09-20  Tor Lillqvist  <tml@collabora.com>  [a7b9d29dd6b166c134666f8a235afbc1f2bd0288]

        We don't want libxmlsec on iOS, I think
        
        It would require NSS which I just decided to skip. If/when we patch it
        to support native iOS (and OS X?) crypto APIs, re-consider. Or
        something.
        
        Now the TiledLibreOffice iOS demo app builds again.
        
        Change-Id: I2816a49bbdbde5a8f9d3b9fcdfff420bdca05ff8

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [6ac7b46651fbb7aae9a7d8db32a3e1f07087b3ee]

        If we don't want any NSS crack on iOS then don't try to use libs from there
        
        Change-Id: I9265ee3ce46d8d2e5af4759e8d9748bd39a3e665

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [dea5a217f04159afca33e27b3ac5e6d6c4f550a0]

        We can surely bump IPHONEOS_DEPLOYMENT_TARGET to 8.4
        
        Change-Id: I12d2e44e6e4fe0610e4b64e6c7b047461119cae5

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [1a82f413ce983e6a47744881b1543d7870d8362a]

        I don't think we want to use NSS on iOS either
        
        Change-Id: I3366e9e33e639534c09ddab2f092ef8e9e3b25e5

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [9c1d7724ada6124c3ba839bd4cb5c6463001f689]

        We hardly want xsec stuff for iOS if not for Android either
        
        Change-Id: I483e2ac92b1fcd7176dd71534cf1c2623ce5a651

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [ffaab97ac9a20476185d238b399c7ad093231af3]

        We hardly want xsec stuff for iOS if not for Android either
        
        Change-Id: Ic6485b060eceb47dc96ee102733f308d71beedb8

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [05b8724bda3b467840c5346be50e4ee0275f385c]

        We indeed don't want to build NSS for iOS, I think
        
        Change-Id: I4917c0158c09b0f5e0a90c373e7e85c734b81366

2015-09-19  Julien Nabet  <serval2412@yahoo.fr>  [e72a4a3c2e1608e301daef0b6e87cc70d814e736]

        tdf#92934: Web Wizard: Cannot Export Zip archive
        
        pubAware_ adds 2 elements for each of these:
        LOCAL_PUBLISHER, ZIP_PUBLISHER, FTP_PUBLISHER
        and since ZIP_PUBLISHER is added in second positon,
        the right index is 2 not 4
        
        Change-Id: I0a533fd0cefcbbfca0e95628f64fac6258019600
        Reviewed-on: https://gerrit.libreoffice.org/18715
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-19  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [28fb7c92b4a471a754cb0a567e693eab91726d34]

        Remove unused boost include
        
        Change-Id: I1cc5d141bb89c574b0f3fd592f21aed82bc46019
        Reviewed-on: https://gerrit.libreoffice.org/18710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2015-09-19  Caolán McNamara  <caolanm@redhat.com>  [f7ef1cbb83fdc6c43fa39fd50a9e12703e4fcf5f]

        boost->std
        
        Change-Id: I5079e03f70370ed83a1158b2e278f48642108f08
        Reviewed-on: https://gerrit.libreoffice.org/18692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [f626b886d03f882fc72589db846f24df5290bb03]

        We don't want bitcode at least for now
        
        Change-Id: I54c6a9f665957fb8ff67cce96b5718aaaad5afbb

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [d24cdb9c4a5de2dd856e86884ce67aa6f1c28453]

        Fix error: case value evaluates to 2168791104, which cannot be narrowed ...
        
        ... to type 'long' [-Wc++11-narrowing]
        
        Change-Id: If9d34297c08744671d2aedd6b3ef7ad3592fb431

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [9a5ba07ca190df89cf0cacbeca7cfafde1794686]

        Fix C2695: overriding virtual function differs only by calling convention

2015-09-19  Tor Lillqvist  <tml@collabora.com>  [2dea4d270806f47a324cb09c1db7751499930cf7]

        Fix error: exception specification of overriding function is more lax ...
        
        ... than base version.
        
        Change-Id: Id1b33eebcdb16b5d3b495359793a638b8e8b0820

2015-09-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c4f638987a75f7ca60408d8b0b618b815e93b141]

        use the generated offapi signature
        
        Change-Id: I0b3a764193788f76c7616c43f69eaa427adc505e

2015-09-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f6cd886e4243c371bdc7101b186efe0bc7021f0]

        use exact signatures from offapi
        
        Change-Id: Id3c0a91dd1500c511dd5d6aa3729c2dfd55ab8b8

2015-09-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4abd8fe7cc30e305169cef8027209a7cb66e29f1]

        add implementation for theServiceDocumenter singleton
        
        - make utl library use servicedecl.hxx
        - thus remove superflous XServiceInfo implementation for XTempFile
        - make XTempfile,hxx first include to ensure the header file is
          self-contained
        - while touching this, fix some indenting in XTempFile.hxx
        
        Change-Id: Id51d99e817d406a919a63505ba01f3372f3111bf

2015-09-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55cb4638a0cd051bc254de935335ce501f12a572]

        add theServiceDocumenter singleton
        
        Change-Id: I491fc5ae67de06cc2cf14d2e4a5cfbef57891c9a

2015-09-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ac226443522c55ab75cab8eed354b999052135a7]

        Fix typos
        
        Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09
        Reviewed-on: https://gerrit.libreoffice.org/18707
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-18  Matúš Kukan  <matus.kukan@gmail.com>  [494aa9ee5d01699c0dcbc912091de30a314c09fc]

        Workaround unit test failure by comparing as long
        
        On 32bit system, for some reason casting to double gives wrong results.
        Failing unit test was testTdf87924 in CppunitTest_sw_ooxmlimport.
        
        Change-Id: If93e5288a381e50f30d035d56131b1d9235ac658
        Reviewed-on: https://gerrit.libreoffice.org/18684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [217a22188274221035aec988eccea5e5c9768921]

        valgrind, leak in SdStyleSheet
        
        this is presumably a regression from
        
        commit 8904bf48e0cb4d5d0890684ce82dc2ff3252e41f
        Author: Michael Stahl <mstahl@redhat.com>
        Date:   Tue Jul 7 23:57:07 2015 +0200
        
            sd: dispose SdStyleSheet properly
        
            If it's disposed during document destruction it still retained pointers
            to SfxItemSet and SfxStyleSheetBasePool.
        
        where it was always deleted in the dtor, but now
        is optional in ::dispose
        
        lets set bMySet to true when pSet is created like sc does, rather
        try going to an unconditional delete in ::dispose
        
        Change-Id: I214675805e513f657e51c779758106194f6d14e3

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [1de1b63c2243c8b89789a180bfeed3bbb2ff01ae]

        boost->std
        
        Change-Id: Id55e334156628a916ce15fca8ec618eed0ae9366
        Reviewed-on: https://gerrit.libreoffice.org/18683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [335704695d15f53518a614060e60821c8e1cf279]

        boost->std
        
        Change-Id: I21ca18c23277423d106d990fd537d58108bd1084
        Reviewed-on: https://gerrit.libreoffice.org/18679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [5db6ec77d851b2aa9f22a735d1d2a9a5465759cc]

        valgrind: memleak in randompool
        
        regression from
        
        commit 91457fb326dda7bd1fc6d9e1b3afe0667425121c
        Author: Norbert Thiebaud <nthiebaud@gmail.com>
        Date:   Tue Apr 21 20:55:15 2015 -0500
        
            use osl_get_system_random data in rtlRamdomPool
        
        Change-Id: Ib5ff6b7fbd08869d9a6dbc1f4df883d701cf765c

2015-09-18  Stephan Bergmann  <sbergman@redhat.com>  [7a77d77effdace1b234062dd7bb035026c893a8b]

        Use a C99 flexible array member
        
        ...so the following strcpy does not cause a false abort under _FORTIFY_SOURCE=2
        
        Change-Id: I395136f11020064766db76f87ed8f5b01c083c3a
        Reviewed-on: https://gerrit.libreoffice.org/18681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [23d4d2f6ac5aa2ca94109e07421a1ed8330b85bd]

        valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convert
        
        regression from
        
        commit 820576af4fd6441a752742b43d804e9837839925
        Author: Noel Grandin <noel@peralex.com>
        Date:   Thu Mar 19 13:54:12 2015 +0200
        
            start wrapping OutputDevice in VclPtr
        
         9,800 (568 direct, 9,232 indirect) bytes in 1 blocks are definitely lost in loss record 12,696 of 12,898
            by 0xC602E72: ScopedVclPtrInstance<VirtualDevice>::ScopedVclPtrInstance<>() (vclptr.hxx:375)
        
        Change-Id: I356f39c339fd28a9e19a00d61b6f1bee492f2638

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [7af19f45b35c428d3e06972806e5a05489f45955]

        check stream status and string lengths
        
        Change-Id: I99f3d4a2ec760228f485d01fce856deb9c068431

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [f6368c29bdc3a9017bcae3f064d2cd8c7e37ed10]

        if nSize was 1 with unicode encoding
        
        nSize would wrap around in lcl_getMaxSafeStrLen
        
        Change-Id: Ie99d4abc271a6fe72b256a6bfe0757609e9523f9

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [8523e57e427ef5b0b7f7067dcdd07f01176d2160]

        rework this so we don't read the string, backup and re-read the string again
        
        Change-Id: If2715430a153fd86e7000af2c91bcdfc60464046

2015-09-18  Michael Meeks  <michael.meeks@collabora.com>  [1fa2398967d85abdd23fb233494d411276853760]

        Tentative performance improvement.
        
        Change-Id: Iec3a6a6869a4546f3d10928470361716d7b10243

2015-09-18  Dennis Francis  <dennisfrancis.in@gmail.com>  [ec76524221c146635e0046f567ddd31e1e28be3c]

        fixes memleak : release references to TextPropertyPanel
        
        Clear the references to TextPropertyPanel (parent vcl::Window) held in
        maCharSpacePopup and maUnderlinePopup (both are instances derived
        from svx::sidebar::Popup class) via Popup::dispose()
        
        Change-Id: Iff0c55a851d2d0ef027c356b3829b0095bc2aacb
        Reviewed-on: https://gerrit.libreoffice.org/18682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [637ad743bb74a826ddd4db5efbcd33779b9132cd]

        reusing i here from the outer loop is definitely bogus
        
        Change-Id: I4ee52c76b2c1723639185bc99b85d83be5b4fdd7

2015-09-18  Eike Rathke  <erack@redhat.com>  [ef725dc31f6f8b9e34b3c5f2ef514c5a48041684]

        Resolves: tdf#94060 raise iteration steps upper limit to 32767
        
        ... which is what Excel does, the value has to fit in a 16-bit signed
        integer.
        
        Change-Id: Ie172eb4eaa69b80110c8f93b1f74a6bb17ffc92f

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [dbe21eede3309a9a1b428122d7a661eff2d6b75b]

        boost->std
        
        Change-Id: Ib5132c5623ef5adba28eabeb9ca67f8952a0f56c
        Reviewed-on: https://gerrit.libreoffice.org/18676
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [f36a36b5750d0e3ae88a89013a84dd6f4e4dfdc6]

        boost->std
        
        Change-Id: Idac11d3a634ba0a899db605449c894d4c3a61ead
        Reviewed-on: https://gerrit.libreoffice.org/18680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [c8204ba5b86d080aa5ac3ec71dc6aaea1384b9a0]

        boost->std
        
        Change-Id: I7f3bb094f116103c1146a7d60e3af94c0b37d9ea
        Reviewed-on: https://gerrit.libreoffice.org/18677
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c722e9e728ec6c9df0285f5dd2041aa58f66f686]

        sysui: introspection wants ${INSTDIR}, not ${DESTDIR}/${INSTALLDIR}
        
        The later can be empty for the generic rpm case.
        
        Change-Id: I69c62dcd2a16004c7927c9cf67837463e6411a8d
        Reviewed-on: https://gerrit.libreoffice.org/18675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-18  Dennis Francis  <dennisfrancis.in@gmail.com>  [36c11cb71c6ec107cc08b16109e468765abc9867]

        fixes memleak : clear self referring VclPtr in MetricBox
        
        Clears self referring VclPtr called mpField in MetricBox (inherited from FormatterBase class)
        via dispose() method of MetricBox.
        
        Change-Id: I375e03e814de3c6e47c36b1fc6f625b04521a5e2
        Reviewed-on: https://gerrit.libreoffice.org/18674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Caolán McNamara  <caolanm@redhat.com>  [3a00aaef2a51d7a1a87475a316dc9ae232fac60c]

        boost->std
        
        Change-Id: Ie490bf2c6921f393bdeed96b1a8815996b701bf0
        Reviewed-on: https://gerrit.libreoffice.org/18670
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-18  Noel Grandin  <noel@peralex.com>  [c8ee3be0e08c435b106f0ac4b76618b33333b040]

        convert Link<> to typed
        
        Change-Id: I124ed873862684efe7cab52c26d13c6621d49aab

2015-09-18  Noel Grandin  <noel@peralex.com>  [eb76c8f62a578ddc67a6442e87ec81845e5a73d0]

        convert Link<> to typed
        
        Change-Id: Ia0e76911dba6e1e2fd5f01799121c8f4b4219aba

2015-09-18  Noel Grandin  <noel@peralex.com>  [8578168b6aa6ccd3d0fad494300766fce4b26dbc]

        convert Link<> to typed
        
        Change-Id: I2e49e9b18db6ee6ce0dcaea0a83e862384d5beaa

2015-09-18  Noel Grandin  <noel@peralex.com>  [f8fa762026f0767b98284d8af08ab6e9814c9f0a]

        convert Link<> to typed
        
        Change-Id: I706a3b3489dc8e945ce9e7e7ddc41104e9a15bab

2015-09-18  Tor Lillqvist  <tml@collabora.com>  [7034c959c5960371ee32f8a86ef656aeeeb5817e]

        Remove declaration of nonexistent function
        
        Change-Id: Iaf5155aba75495d77dce3dd143171c60037bdd11

2015-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [cee1991a01b79dbca094183ede0be333f935fbf4]

        sw: prefix members of SwViewShellImp
        
        Change-Id: I36fb0314f8d946b3aeb9fcf6d4cdc711ca79a84e

2015-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b3495b4af679bd868e03e707100948bc4ba6019]

        sysui: depend on libreofficekitgtk for introspection
        
        Change-Id: I028d4e6d3c5fd57ae412fcfca5184722e4283524
        Reviewed-on: https://gerrit.libreoffice.org/18671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-18  Stephan Bergmann  <sbergman@redhat.com>  [a12c083cad1c9f7443a19176660896efbde910be]

        Some follow-up #include clean-up
        
        Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [9ce08dcc2e32c5554ddf71b79173f8854e0568ad]

        writeHeaderFieldBody is only called with bInitialSpace = false
        
        Change-Id: Ib7fe0bee6339bfad0f63794fec3dfb3f24333ff4

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [a68b0ef5c1b205e8994b9789765b42bcf028e9e5]

        CODING_QUOTED has become unused
        
        Change-Id: I012b7d407cb50ba01fcc3b98ea2fe1968ec74a28

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [8fdd28093074902cac342c2be143d0352f27fa4c]

        CONTEXT_TEXT is the only unused Context
        
        Change-Id: Ibacc88a60a313fd503935deef93881236cd8ec7f

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [7a2a02163b2f71d413683a9bc52959c5f01cae11]

        Make various INetMIME members local to inetmime.cxx
        
        (and remove those that are then identified as unused)
        
        Change-Id: I5be9d306705837b995b91a13922bc1fb9fed4902

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [266805f6a430394aed9589f1a9b32e5fd6c08b7e]

        Make createPreferredCharsetList local to inetmime.cxx
        
        Change-Id: Idce9983135d7856b74b1cc548aed668fc9910f46

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [68bcfd067a5271dd587a0a65d94a0bff257799a5]

        SPACE_ENCODED has become unused
        
        Change-Id: I878bd07981686cab58906ccc1db1c4b3f47f8190

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [f4fb4c531dd89efbda672fc7e6d62fc3727a6b69]

        Make INetMIMEEncodedWordOutputSink local to inetmime.cxx
        
        Change-Id: I779bde650b7fc21af93b573a55fab5b6fff03790

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [984780243c9a1ab1242f3af719c6dca3ddacf67a]

        HEADER_FIELD_TEXT is the only used HeaderFieldType
        
        Change-Id: Ia4e5554e1aaed9e821bdea18b9b3acff001dd6e7

2015-09-17  David Tardon  <dtardon@redhat.com>  [8e8ad3f697c4caf0e48edf0953e706625fba47bb]

        pass user-set CXXFLAGS
        
        Change-Id: I1b4f0f3e7f5a7092f904fc8de59bb704073ed7db

2015-09-17  David Tardon  <dtardon@redhat.com>  [f5d753201d3e2464b2a750de46ca2cfb8cc7a4a7]

        blind attempt to fix lcov
        
        Change-Id: If8d6c8da1be1e540d641f20ac90e7877feae27be

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [d030c4a2a54418b17e87f837092a33eae21f0588]

        revert for mac and win unit case crashes after boost->std
        
        Change-Id: I82c7084f203a834c2d42f9527705288e6036019b

2015-09-17  Lionel Elie Mamane  <lionel@mamane.lu>  [558b08d55f69b04eea42a37abd97fbb4dbe3602f]

        silence warning when not a warning
        
        Change-Id: I31d7835a5ed3053cd1a930b3fb922d689d6ddcbe

2015-09-17  Lionel Elie Mamane  <lionel@mamane.lu>  [a4677e8d868840ade21d74938c29ccdf75e9c666]

        make FmXGridCell more disposed-safe
        
        fixes a segfault (crash) in these conditions:
        
        * the form's AfterInsert StarBasic script does a reload() of the form
        
        * the insert happens by clicking into a cell which has
          scripts linked to the events FocusLost and FocusGained.
          The case that led to discovering this involved a ListBox whose
          RecordSource changes when focus is gained or lost.
        
        Then there was a race condition between the cell's dispose (from the
        form's reload()) and the _old_ cell's FocusLost being executed.
        NewStyleUNOScript::invoke would then call
        xControl->getModel
        with xControl being the involved cell,
        leading FmXGridCell::getModel() to call m_pColumn->getModel()
        with m_pColumn == NULL.
        
        Change-Id: Ifb4402d37ee4faec80087ffccabe102acc016d60

2015-09-17  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ca7b7e96d00a52187b617193704430d59e907c79]

        Updated core Project: help  e98d1b349400f2a804bb51a45bcca7a47b1eae24
        
        Fix embed file reference in Basic IDE help page
        
        Change-Id: If04c7c562983bd81afc8f168677c8be4c308f566
        Reviewed-on: https://gerrit.libreoffice.org/18667
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [d5f149e7d2f46e7fb4e48b634c2918764065acbb]

        missing include
        
        Change-Id: If162a5847822065ccb6acb42337e22342261f113

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [6d221b92bba77b0aad32b401106fbe08bc771e79]

        unused headers
        
        Change-Id: I0a9c174c9b67361f1502769239405eaf0a00adba

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [6f495a195b794257e8b1302d384148be43c04cee]

        boost->std
        
        Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [74efa4f0e87e2b5fe7a577fa4673cb947c947c74]

        WaE: variable set but not used
        
        Change-Id: I6b50ca1b23bd81521b2e94a2f16d63c4cef027ce

2015-09-17  Eike Rathke  <erack@redhat.com>  [624ab2e5a52e9b8aa139bae4cd1436d23b80bf8c]

        Resolves: tdf#85979 TextToColumns is overwriting, so set at ScImportExport
        
        Change-Id: Id0fec512b53aab47f9951056e8726af0cce45708

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [50ea351929e9d3ba7b9b88d772a11286c59a1f66]

        INetMIMEOutputSink line length limit is unused
        
        Change-Id: Ib9da396d0669bfd89dbbff17821b8303f20d61aa

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [ade5624f31233ce2369660f44d8f62bb4e8a6aea]

        All INetMIMEOutputSink instances use same fixed ctor arg values
        
        Change-Id: I49126732be307b80270843c147d9cce4b3fdd2a3

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [bfff96fec8735d62c6655f1f423a3eefb2306ef9]

        Odd that this started out as STRING_MAXLEN
        
        ...rather than as NO_LINE_LENGTH_LIMIT, in
        8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import"
        
        Change-Id: I8772236e4ce1576f2d0d4d6c02800c4d569520a4

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [54ddc13bd2cffea7e8be9cc32083acda3fde9ddd]

        Fold INetMIMEStringOutputSink into INetMIMEOutputSink base
        
        Change-Id: I675e656b57fca90e42be2d924c102a995168984d

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [717de02367f842a49431b0003eab4f99afec8ab1]

        INetMIMEOutputSink ctor args are always given explicitly
        
        Change-Id: Iacb01ac77ef4419f7428ecb397e91ab8d666a8f3

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [f7dc03f666954b741b90c5021704249a4f76ed7b]

        Remove unused HARD_LINE_LENGTH_LIMIT
        
        Change-Id: Iae65de5a71f8a0b8ad80138ae310db9a84736878

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [149384846be910c6aa966185bce2038d6e31a565]

        No need for user-prov. INetContentTypeParameter ctor, use list-initialization
        
        Change-Id: Ie116def9e5e90a59a82c3e8a4821eecd68eee64c

2015-09-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3834c12cafd645cdfdcf951b5d7c0c0223f3d79d]

        update credits
        
        Change-Id: I0de134ec25add0fa963fa73e5583c721a69e17b7

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [3647626309ef89bf90d8b6a6539d41d8deb6b482]

        Give drawing objects unique names by default
        
        when created through the UI, similar to how
        frames and graphics get names.
        
        This way they appear in the navigator by default
        
        Change-Id: I5ec92221583494a0908948d6d0c0815980cb7050

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [ddc280920282ff3e2801e9a79f9dfa8a6c6f5699]

        boost->std
        
        Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [63e7b7afa75252298606c84e8ec82adaee5fa28a]

        Don't violate unordered container hash+pred requirements
        
        "Two values k1 and k2 of type Key are considered equivalent if the container's
        key equality predicate returns true when passed those values.  If k1 and k2 are
        equivalent, the container's hash function shall return the same value for both."
        [unord.req]
        
        But for INetContentTypeParameterList, all inserted keys are already lower-case
        by construction, and all queries happen to be done with (literal) lower-case
        keys, so just document the requirement here that insertion and query needs to be
        done with lower-case keys.
        
        Change-Id: Ic46845b7bb0376e995e7736b57fa80c777d1c263

2015-09-17  Noel Grandin  <noel@peralex.com>  [528d698f97ef89635ac17f01530dd40a0cc5a7d0]

        convert Link<> to typed
        
        Change-Id: Idc8e9b0ad0032940b98357b07f3e6caf26c5c2d7

2015-09-17  Noel Grandin  <noel@peralex.com>  [485dcc9104a27812284e80d93d2bfbae86261afc]

        convert Link<> to typed
        
        Change-Id: If9d4ec8d33719a76603a266c14990897fbbc11a7

2015-09-17  Noel Grandin  <noel@peralex.com>  [008de7099b29cde9a2669ef71b3e76b0c6ca90cd]

        convert Link<> to typed
        
        Change-Id: I66e81dafa08b2e2a43b4b696741676e093439024

2015-09-17  Noel Grandin  <noel@peralex.com>  [cdadaa55569dbd1ea0fce3fa89f8b5f16f817438]

        convert Link<> to typed
        
        Change-Id: Ifdcd9121b16b7f33632cf6671449152ebee8beef

2015-09-17  Noel Grandin  <noel@peralex.com>  [d360dd359936f79046193c9ea25dd0e165e1b7bf]

        convert Link<> to typed
        
        Change-Id: Ibbfcfe019ea4f0a414e2760779d61f1948ac373d

2015-09-17  Noel Grandin  <noel@peralex.com>  [8659487298c141aee5e7cc16c45808e3754397f6]

        remove unused Link<> vector
        
        Change-Id: I983f02ade797ea7399dcbb5f56ce3391cbc65591

2015-09-17  Noel Grandin  <noel@peralex.com>  [4986c64e11da9891e5ba7326668a29653aa9cb2f]

        convert Link<> to typed
        
        Change-Id: Id5c1ef7e094ab3796a09f3f451903fff525aaf97

2015-09-17  Noel Grandin  <noel@peralex.com>  [277b9950a5a5d163073a8ab5a501bfad322eea90]

        convert Link<> to typed
        
        Change-Id: Ic8def516b5a45dcb1d859eb74962a36c2b608f87

2015-09-17  Noel Grandin  <noel@peralex.com>  [1fccdc3435604d4521f4e395ebeb80b637da92e6]

        convert Link<> to typed
        
        Change-Id: Icb335b68df33eccf0b972fad64954806cd93b68d

2015-09-17  Noel Grandin  <noel@peralex.com>  [dbd4c01975adf306932766adcba0ecbb9d6a6e1b]

        convert Link<> to typed
        
        Change-Id: If1544b0e38500d11e18ca99725f9533a29b2beb7

2015-09-17  Noel Grandin  <noel@peralex.com>  [118dd2fba2038891d06381e9cda0396e661e60ac]

        convert Link<> to typed
        
        Change-Id: I83b3a4a637db8f623b18615227a495a15078561f

2015-09-17  Noel Grandin  <noel@peralex.com>  [0fd07e53efbe6ff73db51711d36f9aeaf893479e]

        convert Link<> to typed
        
        Change-Id: I2f5b962da2d14f68b34029cac4ec7a7ed51937c6

2015-09-17  Noel Grandin  <noel@peralex.com>  [54a5ae1b35680f54979890f62aae96d79b4f9874]

        remove unused Link<> fields
        
        Change-Id: I824cfe9c909be31e8205d05cc5c6136a17fd98bb

2015-09-17  Noel Grandin  <noel@peralex.com>  [c629064294a76f212b6104713765f0c06ccf2e12]

        convert Link<> to typed
        
        Change-Id: I91bef82236613435fadc8fed48f37f3606f5466a

2015-09-17  Noel Grandin  <noel@peralex.com>  [2d9e314c0925a73f6bc876e06d798184ed028416]

        remove unused Link<> fields
        
        Change-Id: Ifad5e3646a519c2dd41ff62b798ebd0811377e5e

2015-09-17  Noel Grandin  <noel@peralex.com>  [6048935ff4c7cedf3aa288b9a28058c07be250c5]

        convert Link<> to typed
        
        Change-Id: Ibd1baf909bc49ad0e7fa1fc9fdd2f42d59162960

2015-09-17  Noel Grandin  <noel@peralex.com>  [363cf98b34f2a47d6b7659b680ae1c0e32f7b789]

        convert Link<> to typed
        
        Change-Id: I2362e3cc4df53f95db405bcc2449f11bc1c16e89

2015-09-17  Noel Grandin  <noel@peralex.com>  [0110ce98b2ca5adab84e919328850869100479a9]

        convert Link<> to typed
        
        Change-Id: I48bfd997279586adafe0773de7f4e42c7940257a

2015-09-17  Noel Grandin  <noel@peralex.com>  [8315c4fa43b2826bf59005c5f4d5e05cafdad626]

        convert Link<> to typed
        
        Change-Id: Iaf8093a143e99aca391a107b3d677882f94ea820

2015-09-17  Noel Grandin  <noel@peralex.com>  [50b1184600abf47ac56b539489c166e63b7b544e]

        convert Link<> to typed
        
        Change-Id: I2ceffbec44facc4b40c69ebb3f6d52f181bf0177

2015-09-17  Noel Grandin  <noel@peralex.com>  [a86bc66f26cb85e132492d3e826ff396627769cc]

        convert Link<> to typed
        
        Change-Id: I3512f54657eb055fa306739d27d18012b46134ac

2015-09-17  Noel Grandin  <noel@peralex.com>  [9de789e3dd161580a56c989a87a4cbb53ab289b9]

        convert Link<> to typed
        
        Change-Id: I2eb3c18753f413ca56047be12d6c859c938a0487

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [01d0f0f6adf7e3a340dd44690db5d7d7ed08d3e5]

        "unnamed namespaces don't work well yet" is no longer true
        
        Change-Id: I7a04c2d04e3fc52982d83119755e0b349d232a47

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [e3813015d5e672e5854826f587d9b40c49b571bd]

        add test case for CVE-2015-2523
        
        Change-Id: I930d4666d4a7e607028c7474f760d66fde628c56

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [b0b0094e60f21ad750404c9199b4f4a84cf44d7d]

        add test case for CVE-2015-2520
        
        Change-Id: I9e888c5aaecbc56abc7223cf875503bfd446b17c

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [a4f9ce87d14c9755393111afecde1e2d2a3ec4d6]

        add test case for CVE-2015-2521
        
        Change-Id: I178a553ab9fcc4fb84380437d77c41cb657e6929

2015-09-17  Noel Grandin  <noel@peralex.com>  [c7fe6e7ed06c9cb2517cbc81740d97a931845adc]

        convert Link<> to typed
        
        Change-Id: I70de366349801fed36fb5d62bc53236efa8b6967

2015-09-17  Noel Grandin  <noel@peralex.com>  [b56850ecbc9c10c6226cdae0d42443933b24dff7]

        convert Link<> to typed
        
        Change-Id: I93988860f409e13d99aaec06a0b0833b3814da24

2015-09-17  Noel Grandin  <noel@peralex.com>  [d7c428c687f3edc0e110d07c0bb381fe30ad6db9]

        remove unused Link<> field
        
        Change-Id: I6aee7b6ede35aa590a263c3851d181115233a790

2015-09-17  Noel Grandin  <noel@peralex.com>  [74801037c1e30a7edea97a177c2caedb7fb43b12]

        convert Link<> to typed
        
        Change-Id: I0521aad1bc63c75242ae07feccebe24dbc754d6b

2015-09-17  Noel Grandin  <noel@peralex.com>  [918db85cd3d1cf171b91dbebf68171619aad69ae]

        convert Link<> to typed
        
        Change-Id: I8465811de6794345d79eb29c8efbc70f82b3168e

2015-09-17  Noel Grandin  <noel@peralex.com>  [219e031de6f807e137433be85a1cbf52b0615633]

        remove unused Link<> field
        
        Change-Id: Ia2e3180b8794e0875869640ae0c45026718c1946

2015-09-17  Noel Grandin  <noel@peralex.com>  [c378153149d2fbdf16ed57630baca9a20c990b9a]

        convert Link<> to typed
        
        Change-Id: I83a418c81a5d1267286236cfcdedc889d34fc963

2015-09-17  Noel Grandin  <noel@peralex.com>  [e01bfc7b591e36ea7c7eaaf27ac4d78018e045a8]

        remove unused Link<> field
        
        Change-Id: I0424284b2436bbc7578a2ee9086704409ee014af

2015-09-17  Noel Grandin  <noel@peralex.com>  [20314a1cca6e2518bfa7ea3f2018df3703c72b92]

        convert Link<> to typed
        
        Change-Id: Ic1f33a914f62a4f1a309ff4ccd877efb44b80b5b

2015-09-17  Noel Grandin  <noel@peralex.com>  [a08471fe1d36bce2d9d09a131c1f392baf70b46a]

        convert Link<> to typed
        
        Change-Id: I70fab365886ef1c6ed755ec86ebd7952ca613ea7

2015-09-17  Noel Grandin  <noel@peralex.com>  [061934621664c61dd04de2e48935a7fcfe00e552]

        convert Link<> to typed
        
        Change-Id: Id600a5ee28440ee91c7089c8f7aa05f83bc0e63c

2015-09-17  Noel Grandin  <noel@peralex.com>  [bd1da371633c8df7f31da1cdaeb6f9e61dee4429]

        convert Link<> to typed
        
        Change-Id: I1ce46ea4784ecbd30a47d749d863173e0fe86fe6

2015-09-17  Noel Grandin  <noel@peralex.com>  [4662def919d6fd2f8fa5b13ca7eb0cd031cefb3d]

        convert Link<> to typed
        
        Change-Id: Iad25d514be71ea4d0f8d2b773197aa30371d776b

2015-09-17  Noel Grandin  <noel@peralex.com>  [ac0eeb43aa7cb0a8f906dd4f5871f98633563061]

        convert Link<> to typed
        
        Change-Id: I2f59aec574ed2c5120c554bdff13a9efab6992df

2015-09-17  Noel Grandin  <noel@peralex.com>  [0535f42e5f09f56c9c101550f7cfedb40c761879]

        convert Link<> to typed
        
        Change-Id: Ic3ce7783614d90a34f9c4414bbc7df9774091805

2015-09-17  Noel Grandin  <noel@peralex.com>  [a609822d5e773fb5ba88352781295cb2ad99a585]

        remove unused Link<> field
        
        Change-Id: I4d9f7d0fb1a2621121aa26f1ddff0a04116bc561

2015-09-17  Noel Grandin  <noel@peralex.com>  [56de0d310f4b31fd4501460344b7e8f4458a53ee]

        convert Link<> to typed
        
        Change-Id: Iff53217807be85cbcd5f850739f8b0949521fca2

2015-09-17  Noel Grandin  <noel@peralex.com>  [02fd846d2350fd57b0270cd85e475784d9cfa8fd]

        convert Link<> to typed
        
        Change-Id: I6c0898db47b39648bb143ad040864c0279269f96

2015-09-17  Noel Grandin  <noel@peralex.com>  [b1263112b6bda61f6571727e61cc6e660f9d2d33]

        remove unused Link<> fields
        
        Change-Id: I25bcec20f3a981ea681e29a0a1ef0726fa5e7e1c

2015-09-17  Noel Grandin  <noel@peralex.com>  [d048ba568fd54d8f1839fddc37ed4b75f1d01064]

        convert Link<> to typed
        
        Change-Id: Ie331012fa9beed1da99d3741d816fb8ac0e94d6d

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [c881e20ecddcbba5db6daf41e2ef294f6a97dd19]

        include algorithm for std::min/max
        
        Change-Id: I59ff81e1c203fb81a3f6b0fe666082a08ad8cfc5

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [eaf2c278888ebca0ac99055ee34df6f011da3596]

        boost->std
        
        Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [498cb0b3a372ce1ec0e66640eb0badddff3f2e90]

        unused headers
        
        Change-Id: I59d274951a8b81c091993277f433359834851a0c

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [22aeb2cdddab4b8b903126d651751838e63cbf73]

        bmp failure not detected as such because of svg fallback test
        
        I thought it was suspicious that everything was a pass
        
        Change-Id: I10b98cc19d2e23bd5d518113785aeca3a0ea346a
        Reviewed-on: https://gerrit.libreoffice.org/18662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [8729504f93c8b59cb2fd6145a1f02987d5fcdb47]

        external/jpeg-turbo: pass (debug) CFLAGS into external build process
        
        Change-Id: I51db4784135be1d66f3fede5f87fcb5cd786fbc9

2015-09-17  Stephan Bergmann  <sbergman@redhat.com>  [ea165c171661cb13e4b8a41048880b7fa7eebc08]

        external/jpeg-turbo: Fix calling convention confusion in asm code
        
        ...which becomes evident with recent Clang trunk versions, and is fixed for
        libjpeg-turbo master with <https://github.com/libjpeg-turbo/libjpeg-turbo/
        commit/8b2c04f774d18e05e321ee67a9a38b4d7e84f168> "Fix x86-64 ABI conformance
        issue in SIMD code" (but unfortunately needs a quite different patch for our
        libjpeg-turbo 1.3.1 tarball).
        
        Change-Id: Id9842cc85b4ea87b2faf73f1c8d10533621557e1

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [d96b939fbfb140d605965f379b526786e7cc613e]

        make CalcMaskShift a verifiable operation
        
        and check it on untrusted data
        
        Change-Id: I7c97a27d70f91b9686adf9dcb8b68c5aa25c2b4c
        Reviewed-on: https://gerrit.libreoffice.org/18637
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-17  Caolán McNamara  <caolanm@redhat.com>  [57ad819ca658cb94c84ee30846d6781a5f931973]

        add CVE-2015-2510 test case
        
        Change-Id: I9f2f01625b99086186917f2fff04fae35a5719d2

2015-09-17  tagezi  <lera.goncharuk@gmail.com>  [adacb1e01aa22bfbd5a8726ec81985e988ac420c]

        Updated core Project: help  dbc9884be99df2c9669a612bdcac346c44914c48
        
        the change HID_FUNC_NORMDIST_MS to HID_FUNC_LOGNORMDIST_MS for LOGNORM.DIST
        
        Change-Id: I2664ad8ca72715f638cc907a3129ce97b03a0a7d
        Reviewed-on: https://gerrit.libreoffice.org/18657
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-17  tagezi  <lera.goncharuk@gmail.com>  [516b465f866cd7027a048149d4ea4142f9785115]

        Updated core Project: help  925e58c5edf824a7d84e0b1e4eb6eaa5b7a5e309
        
        the change HID_FUNC_CHISQINV_MS to HID_FUNC_CHIINV_MS for CHISQ.INV.RT
        
        Change-Id: I52148314e4ab3f400a4d2f84394c90f6e4654c6e
        Reviewed-on: https://gerrit.libreoffice.org/18656
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-17  tagezi  <lera.goncharuk@gmail.com>  [10f3fba6e238c09d5edeb8b9707e1f4e1a1ea61b]

        Updated core Project: help  c5797294b2e81ea3c8d8a7c5bdcb799155549586
        
        the change HID_FUNC_DATUM to HID_FUNC_DATEDIF for DATEDIF
        
        Change-Id: I29aaa2b35c701f3966b53b80262af05442ed3f52
        Reviewed-on: https://gerrit.libreoffice.org/18655
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-17  tagezi  <lera.goncharuk@gmail.com>  [39818fe650511f99c8b2ea8cfb72f45fa3607998]

        Updated core Project: help  86bafd3050395dd8b7716d4353a5399591a6ab7c
        
        the change HID_FUNC_CHISQDIST_MS to HID_FUNC_CHIVERT_MS for CHISQ.DIST.RT
        
        Change-Id: Ibd35f30177ecceed13bc43c46dfee5d00292e635
        Reviewed-on: https://gerrit.libreoffice.org/18650
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-17  Olivier Hallot  <olivier.hallot@edx.srv.br>  [20db579bcb741b51eac0de28dd7831f06bfff584]

        Updated core Project: help  a440ac934ac33acf7e649a4dd149c09875660d54
        
        Fix ending tag position in file.
        
        Change-Id: Ic998d3734d55ee5e351aebf7ea07302c2c4ad694
        Reviewed-on: https://gerrit.libreoffice.org/18646
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-17  Takeshi Abe  <tabe@fixedpoint.jp>  [899cbc29d9abbb7e48f352b01baa1652fb0dd91f]

        Use member initialization lists for SmParser
        
        Change-Id: I421794df067314dbfc56f8651be6225bbb9683e2
        Reviewed-on: https://gerrit.libreoffice.org/18659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-17  Yousuf Philips  <philipz85@hotmail.com>  [0c1a37b38d782ed13a16c449226228035bebc2a8]

        tdf#91063 Rename chart sidebar to properties
        
        Change-Id: Ibcf70692e0363bae6c53bc7a16be9533ba96338f
        Reviewed-on: https://gerrit.libreoffice.org/18651
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-17  Sergey Fukanchik  <fukanchik@gmail.com>  [d6d688ad8a02f67a8a2c2de34e19fcb7080939d3]

        Fix typo in a c++ comment.
        
        Change-Id: I46b799820fa55b1d93cd0a5be5362075da3f1997
        Reviewed-on: https://gerrit.libreoffice.org/18653
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-17  Yousuf Philips  <philipz85@hotmail.com>  [66f1e65fde85168ae582ea75f72ebb290caa0a08]

        tdf#91063 Improve the elements content panel of the chart sidebar
        
        Change-Id: I6fa83512a1a4949eb4f4dd9f849aab04b5f58374
        Reviewed-on: https://gerrit.libreoffice.org/18658
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [935c228cde00da58a38666b4358d560235eb10de]

        sw: use std::unique_ptr<> in wrtsh
        
        Change-Id: I3db550e0efa22eb4b497ad600e94ff77254bb62b

2015-09-17  Noel Grandin  <noel@peralex.com>  [cbf3fac0a5a1be34b2e1a58da959debd24ebc017]

        remove unused Link<> field
        
        Change-Id: Ic829d0e1acf11ce361f6bfe59364661ef9cb4b83

2015-09-17  Noel Grandin  <noel@peralex.com>  [81105c7a16ff3f9c33ef5a0ba381830bc9c9a31f]

        convert Link<> to typed
        
        Change-Id: I34e15999ecc73c5a330f637338ca9d8fce31b5d2

2015-09-17  Noel Grandin  <noel@peralex.com>  [f5b5777491cd310992611df9533c77d12ab4a7ff]

        convert Link<> to typed
        
        Change-Id: I6f8ffaf59a1b22b66d3b92246384cd3203808bcf

2015-09-17  Noel Grandin  <noel@peralex.com>  [5a91520269cd7a60ab49823401c369428d2d07c0]

        convert Link<> to typed
        
        Change-Id: Ibb426c6d0cd81ff866c431be8277849e002df57a

2015-09-17  Noel Grandin  <noel@peralex.com>  [39da0a99672d9066dbe417288566d43ed71e24dd]

        convert Link<> to typed
        
        Change-Id: I2a149a0a2a189ca84ce8e71f32d0f3696a0bb50d

2015-09-17  Noel Grandin  <noel@peralex.com>  [1e2119fd0211b671cad7ba7005a99a1da1a0caf5]

        convert Link<> to typed
        
        Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641

2015-09-17  Noel Grandin  <noel@peralex.com>  [f4f05ab199101b9f11718ddc82e139815c1fc521]

        convert Link<> to typed
        
        Change-Id: I72074f247d9435e600a5cf84728753e72a83fe2e

2015-09-17  Noel Grandin  <noel@peralex.com>  [5bda09efbec674fbda24f3adc75be9f0a45517ff]

        convert Link<> to typed
        
        Change-Id: I161636252c47af6f6f8458e41bfa0d0be8461ace

2015-09-17  Noel Grandin  <noel@peralex.com>  [fddd41eb4f87c1a271ed0b40ec1b264148756ff7]

        convert Link<> to typed
        
        Change-Id: I9705eccf8238cf0dc6c5a429c89a2cd3d8331d08

2015-09-17  Noel Grandin  <noel@peralex.com>  [f0c658e49eb907a15c17f2a8ae2f42dd2e550a77]

        convert Link<> to typed
        
        Change-Id: I8ffca89e5b1b495452efebf8f57d04ada1bfdf1c

2015-09-17  Noel Grandin  <noel@peralex.com>  [036ee34543748633c2c9758f78a8ac746a10d97e]

        convert Link<> to typed
        
        Change-Id: I9607eeb7ce800004bceeda25ae819cf8b5744979

2015-09-17  Noel Grandin  <noel@peralex.com>  [0ddd679dda38fbfa0773b5933e05bf1b4b73601e]

        convert Link<> to typed
        
        Change-Id: Ied0622e633be4696ebafed7ceec6fd0cacb8b9f2

2015-09-17  Noel Grandin  <noel@peralex.com>  [312330f6b0596014cdcb0967cb78885e9498afe2]

        convert Link<> to typed
        
        Change-Id: Ic828f5cc5047f1f130496cec940717d3ab8b142a

2015-09-17  Noel Grandin  <noel@peralex.com>  [da1d52150d3475d44ee8be352154bbef5335421c]

        convert Link<> to typed
        
        Change-Id: I16452cc87c48d95466a46e54619e4247742328ff

2015-09-17  Noel Grandin  <noel@peralex.com>  [b9d0dc6a3813cac8a21ae1ce4d9332fc8d26ef50]

        convert Link<> to typed
        
        Change-Id: I7168ccc3dec8849d5e2e71d1273606daf64325e2

2015-09-17  Noel Grandin  <noel@peralex.com>  [4ec6d0b9a9e725008c63be67f92e13de53c21e0f]

        convert Link<> to typed
        
        Change-Id: I8883ab949a231fd86e00dce23b5ae4aaa6e4ff3f

2015-09-17  Noel Grandin  <noel@peralex.com>  [2db5b484a739f5ee6a58fd552fa0be585fd45b48]

        convert Link<> to typed
        
        Change-Id: I17104bc529d67ca816415025d14e8e26c2531b29

2015-09-17  Noel Grandin  <noel@peralex.com>  [fcb5512751abb0cece3d3922686dfbcf32f68b17]

        convert Link<> to typed
        
        Change-Id: I5c629821b7f30caba4d182d45f3f3cd0159acc5c

2015-09-17  Noel Grandin  <noel@peralex.com>  [bc9d5eb566137351969c58f907a2dc98273a6bf8]

        convert Link<> to typed
        
        Change-Id: Ida49b6a482efa12703ce294b9665273ad2d8f68b

2015-09-17  Noel Grandin  <noel@peralex.com>  [7ffa2184586a2339f80f0af41c303dad9e822390]

        convert Link<> to typed
        
        Change-Id: I93017f16affe16e8e452cd829bc4f9b495670d4d

2015-09-17  Noel Grandin  <noel@peralex.com>  [81bec2e5535aeef7d6ae76f92124537d528f5c23]

        convert Link<> to typed
        
        Change-Id: I87d4697fe032e3095406becdda026447edd1d68a

2015-09-17  Noel Grandin  <noel@peralex.com>  [c784b1a339ab59b7cf5caacd10be5945ec3e0f9f]

        convert Link<> to typed
        
        Change-Id: Ie9f7f6a5dda1fd23558775b643e5b8fa850f4a89

2015-09-17  Noel Grandin  <noel@peralex.com>  [073b5e877eaae2dac44900a855ce8ca3cb60a782]

        convert Link<> to typed
        
        Change-Id: Ie40dff6f1c40bf1866dc9947479299412abfd5ad

2015-09-17  Noel Grandin  <noel@peralex.com>  [cd015186a0b30eefba1ce283a7cbb9e0f0d5e598]

        convert Link<> to typed
        
        Change-Id: I51faff15782238620de5abf424aa237648a5c55f

2015-09-17  Noel Grandin  <noel@peralex.com>  [b98fb89598a400b33a47ceebafe1604c03c829dc]

        convert Link<> to typed
        
        Change-Id: Ied8e0b35f193770a6651f1c57dfb8eedd22d837c

2015-09-17  Martin Hosken  <martin_hosken@sil.org>  [23b9febbd883f9db77ffb0216b050aaabc4c6510]

        Fix Graphite windows build static
        
        Change-Id: I6feb3805e79f7cae4a8df7efa665fd97c56411c2
        Reviewed-on: https://gerrit.libreoffice.org/18654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-09-17  Tor Lillqvist  <tml@collabora.com>  [f2b93f2e314215d6342e0bd5727e6740cc15e29c]

        ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long time
        
        And I doubt we will try to turn it on again, so remove dead code.
        
        Change-Id: Iaa8908fdb5a197ef0d1da5eaf08ae08df2a86ee7
        Reviewed-on: https://gerrit.libreoffice.org/18404
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-09-17  Tor Lillqvist  <tml@collabora.com>  [9008c5365581733f3d54ee30ade5e418cd6e694b]

        WaE: this method can be declared static ColorMaskElement::CalcMaskShift
        
        [loplugin:staticmethods].
        
        And then 'const' makes no sense.
        
        Also, fix fallout warning: calling static member function through
        member call syntax, use 'ColorMaskElement::CalcMaskShift' instead
        [loplugin:staticcall].
        
        But actually I wonder if this should be a non-static member function
        that operates on 'this' (and takes no parameter) instead? Also, the
        return value is unused.
        
        Change-Id: I24949b74bd43eb90499e3c881941b102a3622f92

2015-09-16  Michael Stahl  <mstahl@redhat.com>  [afce2eee1d163d942385c7b33db4901b3c71135d]

        slideshow: fix mysterious crash with the gtk3 vclplug
        
        For some reason with gtk3 events are handled a bit differently, and in
        particular after the PresenterSlideShowView::Resize() sets the
        mbIsForcedPaintPending = true, with gtk2 we get a
        notifySlideAnimationsEnded event and then a notifyViewChanged event that
        calls PresenterSlideShowView::clear() to reset the flag,
        but with gtk3 the flag isn't reset and then
        PresenterSlideShowView::ForceRepaint() destroys the SlideView,
        while there are still events in the EventQueue with pointers to it.
        
        Since i'm evidently too dumb to tell what of this event handling is
        working correctly and what is buggy, avoid the crash by checking
        that the SlideView is still alive in the event handlers.
        
        Change-Id: Ib88e61536c21e9787cef8a436341bfbd89914f4b

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [bb6031fbe14b1f4b2e2ca98f97e93efe3519baa7]

        move CalcMaskShift to ColorMaskElement
        
        Change-Id: I6ed7e9bfea8b4500724866214fabd179fba20f20
        Reviewed-on: https://gerrit.libreoffice.org/18636
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [71ca5e4acc4cf4706329b462acefc625f4cc53c7]

        move mask into ColorMaskElement too
        
        Change-Id: I1bd5e2ee71aba088ed8b395a31977e7b567d8b48
        Reviewed-on: https://gerrit.libreoffice.org/18635
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [1ddcb7a7fb304226b4b0e7284e01c4748df7d9c6]

        split out shared rgb components into structs
        
        Change-Id: I125e0525f918e68714c1027c5b7144d8f914a575
        Reviewed-on: https://gerrit.libreoffice.org/18634
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [86fc660353e0cb73bee911f432f2f0b18de82363]

        tdf#94281 - don't mix legacy and VCL OpenGLContext's.
        
        Each has rather different assumptions about how life should be.
        
        Change-Id: I85fffc77d14f3a5335a077fcb541a2b31c372043

2015-09-16  Tor Lillqvist  <tml@collabora.com>  [11e1c55ce05a78a486b0ea5668b1a424cd9c8f11]

        YAGNI
        
        We use only one OpenCL device per context or program, so get rid of
        half-implemented (or half-reverted?) "support" for multiple devices per
        context.
        
        Change-Id: I951f29e867e5b3f96f6e051567ee38d607bd7ecf

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [04b059ce0573ff56bbbb0aa7a007b635336e1829]

        Revert "disable caching of virtual devices when OpenGL is enabled"
        
        Not needed anymore as the bug in OpenGL is fixed..
        
        This reverts commit 6eff03b7d8b77b797f57f2344163ff67a99631f9.

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [7aa2f8c75d7bda103748fa73766a30fd77e50c16]

        don't crash with unknown out color space
        
        Change-Id: Ib066ff1fad686d611a86510e768b1109ef7a5e75

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [42468f9f979d0d21ad406af8ddc4135380fff63d]

        pointer->reference
        
        Change-Id: I9d76750d907968d54d5ab99304080a75452c0420

2015-09-16  Caolán McNamara  <caolanm@redhat.com>  [31ebd9f475f94fb4f05bbeaa8077122a2635d528]

        boost->std
        
        Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557

2015-09-16  Stephan Bergmann  <sbergman@redhat.com>  [21b2cb540aaa308ea1911af34dc4862a24dcb545]

        loplugin:cstylecast
        
        Change-Id: I17fb91376839bd036be27546118dfdb794bf067a

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [0183c1746cd39393dc90b6f3370868bfe272bf5c]

        Add debugging helpers to binary shader loading.
        
        Change-Id: I32b8d8ce0fbf824120c8afd288b728314cd74142
        Reviewed-on: https://gerrit.libreoffice.org/18620
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7993663cc559e2a2c72804f7b4fa553f8c7441c3]

        opengl: check framebuffer completeness
        
        Change-Id: Idd80b7390694038ab0913edab0e496593beb0e15

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b85d24e430051054e54602aa14bf00b164c3865b]

        opengl: support reading back 1-bit masks from texture
        
        Change-Id: Ibe8d9140f7a54016f2cd684198856ac27d880aa3

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0165da09288b5f6573bda114af664a26557fad8a]

        tdf#93666: use x,y coords when reading texture part + don't bind
        
        Fixes shrinking shapes with gradients when the VirtualDev is
        reused to create a alpha mask (and the texture is reused and
        reading back from just one part of the texture which uses
        glReadPixels code-path).
        
        Binding texture is not necessary when we use and bind it to the
        framebuffer.
        
        Change-Id: Ie3994f749e1a2c17d4d3df44710b7453d7a4f45f

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4823b6d4e989943c31e20027564ab4eca43f6f8d]

        opengl: optimize search for a free slot in texture atlas
        
        Change-Id: Ic853457871b914f9c1beb2f648bf7d9d18dce957

2015-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0eb9f13d401eb473338c7da2e4cfd0e366996aee]

        opengl: this doesn't really do anything as data is null anyway
        
        Change-Id: Iacd75beecc14023173a9aa52a30298bbfe787d61

2015-09-16  Michael Stahl  <mstahl@redhat.com>  [bf2116353a89c402bf19b79d49eadf4454103423]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I4abd8fcbbe8ef439097eed7c2b20584450182cd5

2015-09-16  Michael Stahl  <mstahl@redhat.com>  [0a601a0cb14dc0f60e00eb46929f53eebe59a6af]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I3bfb0933d5233b89f24773500f07fdc92d0011e9

2015-09-16  Michael Stahl  <mstahl@redhat.com>  [529f5441a7633a76f0a393e9f6dcb83b0b2e408c]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: I708bd090b28fd8b9f2642425fa55fcaa5f8346ec

2015-09-16  Michael Stahl  <mstahl@redhat.com>  [01648a391107c1501ed1948ef1b18539d551176e]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I880526fdcce3be0f9e9149695812e048d95004e6

2015-09-16  Daniel Robertson  <danlrobertson89@gmail.com>  [54045cc813c79e53abe608cc1a8d35ee7177465e]

        tdf#94228 vcl: replace BOOST_PP with templates
        
        Replace BOOST_PP macros in Bitmap Checksum to Bitmap Checksum Octet
        Array with templates.
        
        Change-Id: Ia7cbc20c90b4d99d54760580e3db10afac9020f3
        Reviewed-on: https://gerrit.libreoffice.org/18597
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-16  Eike Rathke  <erack@redhat.com>  [e4a8ae0bf54476e9a0c9e1f5348c05f3cd838899]

        Resolves: tdf#94249 do not remove broadcasters while iterators are in use
        
        EndListeningContext holds BroadcasterStoreType iterators in its
        ColumnBlockPositionSet and collects broadcasters to purge them at the
        end. Removing broadcasters from ScColumn::maBroadcasters in between
        invalidates the iterators. Hence calling the "normal" EndListening()
        that removes a broadcaster when all listeners are gone while an
        EndListeningContext is in use is bad.
        
        Change-Id: Ibdd88469e91e6173ceff1f391c23ef7cb7c6f596

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [bfceb557efcd607ef018ae35fc73f8d61a9b9a4e]

        GL paint-flushing guard re-work.
        
        Unfortunately, since we can have 2x SalGraphics' on a OutputDevice,
        and one of these can be a printer - things got very confused around
        which context to glFlush. This de-tangles the various reference-counts.
        
        Change-Id: I1062be0b02a91fc9009deaa3ec29c5dbb227df20
        Reviewed-on: https://gerrit.libreoffice.org/18604
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [4af40495b7dcdac3add67c634dde75c896e370d9]

        tdf#94213 - cleanup associated GL contexts properly when DCs released.
        
        Change-Id: I6b9fb899777d8e460999ac3ff038a1302e434bb5
        Reviewed-on: https://gerrit.libreoffice.org/18605
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-16  Tor Lillqvist  <tml@collabora.com>  [18c092dd9ca752c88bcbab9ed5877c6a1e78b805]

        Use C++11 initializer list
        
        Change-Id: Ibb46bfa9bf641a2c1a71bbd15d702520cb7a485b

2015-09-16  Niklas Johansson  <sleeping.pillow@gmail.com>  [64bf04de183a63d32fddf9376307b7f991a4519a]

        tdf#93139 Orca Screen Reader does not read bullet
        
        To make Orca read bullet lists lets not suppress it
        from the accessible text. This has a downside on Windows
        when using NVDA which due to a hack in NVDA now reads 
        the bullet twice. This hack is done because of this
        bug so I think we should fix it.
        
        Change-Id: Ibc11c1e0545f8cde4cd3d4a0d665ea47d645a61d
        Reviewed-on: https://gerrit.libreoffice.org/18398
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-09-16  Stephan Bergmann  <sbergman@redhat.com>  [93a0696e74e96e5a5ca821f33cb791b87e876f49]

        Related rhbz#1259746: Buffer file content read from GIO UCP
        
        ...for one, this avoids sending seek requests down the GIO/GVFS stack, which can
        silently fail with corrupt data read from certain broken servers for current
        versions of the GIO/GVFS stack; for another, it should considerably speed up
        loading documents via the GIO UCP, as LO's document type detection is notorious
        for issuing lots of seek and (small-chunk and/or re-) read operations on a file.
        
        (This issue has become more relevant after
        51e0d789c344547956764c3b5f0ef5a304f4e0aa "rhbz#1134285: Access dav, davs URLs
        via GVFS," where the old route via the WebDAV UCP was apparently not affected by
        those broken servers, so happened to start affecting opening certain remote
        files in LO via Nautilus.)
        
        Change-Id: I91f91128b2d1a16f976eafeacf216a91747f4df1

2015-09-16  Andras Timar  <andras.timar@collabora.com>  [ec237c94ca01ad4c497f79d69db91dcb0564ce77]

        unused .ui file
        
        Change-Id: I796be2353dc00c02746fb80fcc870dbddae397ff
        Reviewed-on: https://gerrit.libreoffice.org/18603
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7b9aa1b75eaca6f41b9c64f05c705de9769932a]

        sw: prefix members of SwDBTreeList_Impl
        
        Change-Id: Id828ffe75943c7f6e194b310486d51a068eead1c

2015-09-16  Stephan Bergmann  <sbergman@redhat.com>  [e4daef33ca2ae7a49d00600a5e001ba06b0cf98d]

        Blind fix for --enable-tde
        
        Change-Id: I6e60bf537ffc91210862ba77ffefa933e90ed84f

2015-09-16  Noel Grandin  <noel@peralex.com>  [69a06ca6bf45c4e2aceb06262bfa1e7be6f565e8]

        convert Link<> to typed
        
        Change-Id: I9ce05712af8300c8bcea6ea0f670b57cce1ca43d

2015-09-16  Noel Grandin  <noel@peralex.com>  [d30aedb2a381e89a5a3466f06c95ff7636c9306d]

        convert Link<> to typed
        
        Change-Id: Id5be64f38fa448271a5364c86c32ffddfc309bbf

2015-09-16  Noel Grandin  <noel@peralex.com>  [7beefb1fe6e56bfaf24d4660e11baf5abfa3b675]

        convert Link<> to typed
        
        Change-Id: If80d43267ce498f713a318f281e5fe86d787d601

2015-09-16  Noel Grandin  <noel@peralex.com>  [16e0ee6e6a4eb1802e06dd1d682b1a3b1affeb5c]

        convert Link<> to typed
        
        Change-Id: I8eb0df9a20a748286385fb6c9d4d03c2ad153989

2015-09-16  Noel Grandin  <noel@peralex.com>  [5496f2a3ee8e76dda6d1c393308be1e9bbb90d6e]

        convert Link<> to typed
        
        Change-Id: I8275f9a100e5ed93f44596fe428a39e902c12dfc

2015-09-16  Noel Grandin  <noel@peralex.com>  [3368bca3c29592af8190cfd8829d76ed768651b7]

        convert Link<> to typed
        
        Change-Id: I38996f9ab99efd10dcfabd532cabfbb7691ef357

2015-09-16  Noel Grandin  <noel@peralex.com>  [7edf29b33f39a067f77a0ef19b5786dc2fa10b9e]

        convert Link<> to typed
        
        Change-Id: I1cd4adb0b9ae24298a3978fdbfa0091e76f65044

2015-09-16  Noel Grandin  <noel@peralex.com>  [a72445099566348a56410a0df7b04af35ab684b5]

        convert Link<> to typed
        
        Change-Id: Ied94f9defc1650822b8d09713e3d2f6fa2b8611d

2015-09-16  Noel Grandin  <noel@peralex.com>  [11c4f58fb12810740cdd8409e4991a92efde6c97]

        convert Link<> to typed
        
        Change-Id: I2573b42143078c4e72ab201392c69ee296f4974e

2015-09-16  Noel Grandin  <noel@peralex.com>  [34c55149476dbdc369382098eab92874b296310e]

        convert Link<> to typed
        
        Change-Id: I1956a7b3cf1d6f3757e6586b793d4355e0697ca9

2015-09-16  Noel Grandin  <noel@peralex.com>  [50ca487b2f4d7377b3357299025e8c50058ef596]

        convert Link<> to typed
        
        Change-Id: Ic978fd8f03705c341ecb44685d840a6a240fee2d

2015-09-16  Noel Grandin  <noel@peralex.com>  [87004ba29ac513d92da1608679cb065404f51215]

        convert Link<> to typed
        
        Change-Id: Ie9b937c100b44dd914b55d75530e6b6a5fbe2969

2015-09-16  Noel Grandin  <noel@peralex.com>  [1323f9ff9b2bbe07ce107e0c7c2559274d56e020]

        convert Link<> to typed
        
        Change-Id: I39b8eac11eb59594c7fbca8c5fd3b1383167f577

2015-09-16  Noel Grandin  <noel@peralex.com>  [95be2bbe0fa82f4602fba2dedc73667d117bb5dc]

        remove unused Link<> fields
        
        Change-Id: I9898e04da6bebd1e08ab141e43439908fe1860b0

2015-09-16  Noel Grandin  <noel@peralex.com>  [ffb4d56c20b6866e5d0a732ba74b5cd3aace0770]

        remove unused Link field
        
        Change-Id: If79a5031d60bd88fa8a3ad4d0ab1664c18f46a67

2015-09-16  Noel Grandin  <noel@peralex.com>  [192bd9054a97de3aed0c8f8a385b1d4a865c36ba]

        convert Link<> to typed
        
        Change-Id: I55596ac8fd5cc0a052b821fca48523f9f5a5a294

2015-09-16  Noel Grandin  <noel@peralex.com>  [c52baea785109ff546159128c7502533477c9331]

        clean up VclEventListeners and VclEventListeners2
        
        Move them inside the vcl module. there is no need to expose their
        implementation.
        Make the VclEventListeners2 implementation similar to the
        VclEventListeners implemenation - I can't see the benefit of this extra
        complication with invalidated iterators, given the very small number
        of listeners typically on such a list.
        
        Change-Id: I040ddd24b10d2109af13ee25b5181703af17a109

2015-09-16  Noel Grandin  <noel@peralex.com>  [91d06b09ae019f09bca54718c1c24907762aa3ea]

        convert Link<> to typed
        
        Change-Id: I58b31530b4a29851abe9eccdf8f832b9d0348c2c

2015-09-16  Noel Grandin  <noel@peralex.com>  [44404a0c8ae8a7a12e7d9133323d0f7e32061c03]

        convert Link<> to typed
        
        Change-Id: If6334d32abbec379acbb9def98fdf6cb5144238b

2015-09-16  Noel Grandin  <noel@peralex.com>  [c4fb1122b3b6c55d479c68c14101972254aa72a8]

        convert Link<> to typed
        
        Change-Id: I628de57f87b4ba20a797d345bdf71cf10cf148fc

2015-09-16  Stephan Bergmann  <sbergman@redhat.com>  [8f4c632b87a9c148a5d613839a091f01bcddd6c0]

        Remove unnecessary typedef from previous attempt again
        
        Change-Id: Ic3e5c4aef4235124069035daadfb53ff3a1368a5

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [dd0fa60f6c289d7f290577cc240deb7b6e83fc8f]

        tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.
        
        Change-Id: Id4ac387174fa03c5886a990d89fd53a4f18db11c

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [625d83e430a4caf35675d2900c11ab6929a8304a]

        tdf#94006 - need an explicit dispose for slideshow's GLContext.
        
        Fixes crasher exiting slideshow.
        
        Change-Id: I14b6a2c1abc946f590bf91cab19099753172fd95

2015-09-16  Michael Meeks  <michael.meeks@collabora.com>  [6f0f4ee720ef1e8262731f59f254b83d5bdd058c]

        tdf#94213 - release offscreen texture properly on re-size.
        
        We need to ensure that we use an initialized context, and that
        (when we re-parent) we DeInit and so reset the previous OpenGLContext.
        Make UseContext more paranoid as well for good measure.
        
        Change-Id: Ia45334222045e5d2f48da47560fab8511223a9a5
        Reviewed-on: https://gerrit.libreoffice.org/18601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-15  Michael Meeks  <michael.meeks@collabora.com>  [a60db559d409514fb93af0167c543ad2f852b499]

        tdf#94213 - calc re-size flicker turns out to be the status bar.
        
        Using vdev's associated with old contexts, is un-necessary and a
        recipe for context switching & hence flicker.
        
        Change-Id: I37ed967a7816e5ca0240908ab4793ce1e68570ee
        Reviewed-on: https://gerrit.libreoffice.org/18602
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-15  Matthias Freund  <matti_lx@secure.mailbox.org>  [73a8fcecfe10e1a15513b00e379712b00cdfdd6e]

        tdf#75256 Sifr iconset updates
        
        I redo the sc_instergraphic to 1px outline instead 2px.
        New crop icon.
        sc_fillcolor now behind the color line
        sc_insertbookmark now without the plus.
        
        Change-Id: I9dd62bbe378735dea322b5ead03951d7db9a3162
        Reviewed-on: https://gerrit.libreoffice.org/18596
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [85cf97479e1f746d6e4021d448e161a7c889ccea]

        loplugin:cstylecast
        
        Change-Id: Ib87c2d84bc954e768a9a5165f528936aafa94887

2015-09-15  Jan Holesovsky  <kendy@collabora.com>  [12e3b51abe883202af09769873f87b27d7de118b]

        tdf#94237 tiled rendering: Use the entire document as the visual area.
        
        Many places were already adapted for the tiled rendering, and the conditions
        checking for the VisArea() were changed so that the checks are ignored when
        tiled rendering is active.
        
        Unfortunately there are still some places left, and they are causing that
        various areas are invalidated only partially.  Let's sort it out for good, and
        report the entire document as the VisArea() when the tiled rendering is
        active, and if there are performance problems, let's profile that & act
        accordingly.
        
        Change-Id: I53f18915ed0aec898704dd1350a9534cfc3f001b

2015-09-15  Eike Rathke  <erack@redhat.com>  [fb59df3a5504ab857923149d53cd222b9b4d6388]

        there's no default ScMatrixMode enum other than the known ones
        
        ... and if there was one not handled let the compiler complain.
        
        Change-Id: Ibe3a2a913edfbfbba30a83a8d985d5509853ff6d

2015-09-15  Eike Rathke  <erack@redhat.com>  [d8d699736334d009503a9a8e1363db7f7d237f99]

        stab MM_FAKE, it's a zombie
        
        Change-Id: Iee70d0d027197c431926ab1194e0daa5eb429caf

2015-09-15  Laurent Godard  <lgodard.libre@laposte.net>  [d38e743e8eb3fa70faf194c25dea1893029c5460]

        Rename Sidebar.xcu node names to be meaningful
        
        + prefixe with Sd, Sw, Sc if only one application context, no prefix otherwise
        + uniformize implicit convention nodeName = Id
        + unit test
          + check nodeName/Id
          + panels are bound to existing deck
        
        Change-Id: I4ccc39008ebf5b5820d09472abfd45d2813e8c96
        Reviewed-on: https://gerrit.libreoffice.org/18570
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-15  Tor Lillqvist  <tml@collabora.com>  [f74e120ed08fa557faf09a76363e774057163f76]

        WaE: loplugin:cstylecast
        
        Change-Id: I08c31a7e097464da5df4fcda6637f442d147230f

2015-09-15  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c84e6ac490625d108409681feb45520d8e8478d4]

        NETWORKDAYS : make names for parameter 3 and 4 clearer
        
        follow up of tdf#94079
        
        Change-Id: I53c2b27ef713d60d3ae978e2f4d99072a339761a
        Reviewed-on: https://gerrit.libreoffice.org/18587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-15  Tor Lillqvist  <tml@collabora.com>  [d6a5aac0f903b292db57bb4a613e603aa029c78b]

        Split formula group for OpenCL up into smaller bits when necessary
        
        Will make it less demanding on low-end hardware, where the device
        driver is unresponsive for too long when an OpenCL kernel handling lots
        of data is executing. This makes Windows restart the driver which is
        problematic.
        
        I tried several approaches of splitting, both at higher levels in sc
        and at the lowest level just before creating and executing the OpenCL
        kernel(s). This seems to be the most minimal and local approach. Doing
        it at the lower level would have required too much poking into our
        obscure OpenCL code, like passing an offset parameter to every kernel.
        
        Use a simple heuristic to find out whether to split. On the
        problematic low-end devices, CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT is
        4, while for more performant devices it is 1 or 8.

2015-09-15  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [75bde904d5b4f756037889f2b2ddee3e34dd81b8]

        tdf#94079 allow empty array for holiday sequence
        
        in Calc functions NETWORKDAYS and WORKDAY.INTL
        
        Change-Id: I2d42ab956e4ab9f2187a0c6bc3c64c9306ca892a
        Reviewed-on: https://gerrit.libreoffice.org/18559
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-15  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d8f78d624b779244f5953fd32960c4f487e320d3]

        tdf#93814: Added support for caching shader program binaries.
        
        Change-Id: I21c844b47282f6b3eec443933a86421a074e24df
        Reviewed-on: https://gerrit.libreoffice.org/18555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-09-15  Jan Holesovsky  <kendy@collabora.com>  [a191076e3b4063a074ebf1a4ef4cded25cebdb8c]

        LOK: Avoid crash when the command is not available in the given component.
        
        In that case we get a NULL pSlot.
        
        Change-Id: I38783ed198b1ab9860398f59ef872a295cbae6f8

2015-09-15  Björgvin Ragnarsson  <nifgraup@gmail.com>  [0561298b793f065728611cbba7a216514224a9cf]

        Updated core Project: dictionaries  6eb65b46c58dd0b2a83a6c767cfd60f7f29968f7
        
        Add Icelandic hyphenation rules
        
        Rules come with a CC BY 4.0 license and are downloadable at
        http://malfong.is/index.php?lang=en&pg=hyphen
        
        Change-Id: I994ab86cf0a3bb31b0f8b7e9df7ab6611beafe91
        Reviewed-on: https://gerrit.libreoffice.org/18554
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-15  Eike Rathke  <erack@redhat.com>  [f501fe4da88e1d64fcc88a492a52911113d28f6a]

        do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-up
        
        The array range is covered by MM_FORMULA.
        Excel even complained when loading such a document.
        
        Change-Id: I10e1b19fbfb8ea849ffe3d46504fdf3389633c5f

2015-09-15  Michael Stahl  <mstahl@redhat.com>  [00e0ce3f79bb90836402ca6285867b8e02d2497b]

        sw: use same condition in other cases in SwLayIdle::_DoIdleJob()
        
        The difference is VclInputFlags::APPEVENT, which is a Mac OSX specific
        mystery that presumably indicates user input.
        
        Change-Id: Icd0e3aa273e1a16e9bf0fb678e9e51dd37e159b7

2015-09-15  Michael Stahl  <mstahl@redhat.com>  [b4f35a7450830979b937ec6ae3b6d638302093d2]

        tdf#93261: sw: fix idle auto-complete collection loop on big paras
        
        5 ms timers cause SwTextFrm::CollectAutoCmplWrds() to return
        early, and unlike the auto-spelling stuff there is nothing to store the
        already-checked range of the paragraph, so on the next iteration it will
        start from the beginning and time-out again.
        
        Prevent that by excluding TIMER events here, as is already done for the
        ONLINE_SPELLING case.
        
        Change-Id: Iac781f10ce0aef902fa921030e61b4cff65d0cb3

2015-09-15  Michael Stahl  <mstahl@redhat.com>  [97c6dac69ac2ad9cb20ba4d3c167d22a19922700]

        tdf#93261: sw: fix idle auto-complete collection loop on empty paras
        
        So the auto-spell-checking is hyper-optimized to add the words to the
        auto-complete list as well, and call SetAutoCompleteWordDirty().
        
        But if you disable the auto-spell-checking, then a separate function
        SwTextFrm::CollectAutoCmplWrds() will be called, which is buggy because
        it only resets the dirty flag if at least one word of sufficient length
        was found in the paragraph, which is never the case for an empty
        paragraph.
        
        Change-Id: Idec64fc3c379301426a44e06a1114c474de36014

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [fed145be5231c3045098e5a0942f0b9d3c229460]

        Fix binary ops with two o3tl::type_flags<E>::Wrap params
        
        (the original ones would never have been picked due to how template argument
        deduction works)
        
        Change-Id: I5a08c763d721d8e11b5a10af2344a6a24bb0b9b2
        Reviewed-on: https://gerrit.libreoffice.org/18583
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [23a0d1ff82f7ff81a131dba812d908a7a44a5386]

        Use CPPUNIT_ASSERT_EQUAL
        
        Change-Id: Id4305098e3139bb21711fefb350fa2574e3638cd

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [6781d85afc790351d7535f82ccb8ec50b9672449]

        Remove unnecessary cDelim vars
        
        Change-Id: I7ee144881abd032262563d123778905e9c2d7857

2015-09-15  Tomáš Chvátal  <tchvatal@suse.com>  [31c69056efd22df2634a545592a6a4d4c5c8b89f]

        KDE4Filedialog check should include cstdlib
        
        Otherwise this would needlessly fail on some compilers.
        
        Change-Id: I4e46e9e452de0703b6556cd55e4606b02be5c41c
        Reviewed-on: https://gerrit.libreoffice.org/18585
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-15  Eike Rathke  <erack@redhat.com>  [92df7db85a3da10f18a5a06fb53a9cb69910e835]

        array formulas do not consist only of multiple rows, tdf#61908 follow-up
        
        For example, {={1,2}*3} is a two columns one row vector, or even a
        single cell could hold an array formula.
        
        Change-Id: I14a44ac8356fdffc98b7097f48319755f5f2f317

2015-09-15  Jan Holesovsky  <kendy@collabora.com>  [93cdcfac48a3b8cbbd9700ee79f650c6f17d16a4]

        LOK: Sync the list of commands we initialize with those we handle.
        
        A better solution is needed, outlined in tdf#94233.
        
        Change-Id: Ie2a58c9c5f5c46566da105ef84d736d7290f4634

2015-09-15  Samuel Mehrbrodt  <Samuel.Mehrbrodt@cib.de>  [4890dd0c441a6c95003fe91ad1d983de6b49ec57]

        tdf#94198 Printer missing from tooltip
        
        Need to update the tooltip also on state change.
        This partially reverts the fix for tdf#83558, 1fb8724f9834dbc07b741eeed31b31347bc0c2a1
        Verified that the fix for tdf#83558 still works.
        
        Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b

2015-09-15  Caolán McNamara  <caolanm@redhat.com>  [3c68751f6beecccda7857e414b39c8cc8db6e57a]

        cppcheck: noExplicitConstructor
        
        Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4

2015-09-15  Caolán McNamara  <caolanm@redhat.com>  [1ed0f437679d702b633e381eaf6f6d6f9aecdd9b]

        Related: tdf#93675 wrong font used in drawings in exported .docx
        
        get the right font so stuff fits in the shapes like its supposed
        to
        
        Change-Id: Ic9777166395fcbf64572494034f06ef182073e19

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [63c707ad358942d9a469d59a008d89dbf1c7341d]

        Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, again
        
        Change-Id: I8c40f4ea79941e7ca5438ff9756f62988719cebc

2015-09-15  Stephan Bergmann  <sbergman@redhat.com>  [2532dd76b8593b1184970f6520ecc3c9571b0876]

        loplugin:stringconstant
        
        Change-Id: I52e225a71726629abd788e1a9e720e4b589aeeb5

2015-09-15  Noel Grandin  <noel@peralex.com>  [98236528da98fda429671d8146e4f28c99b0c65a]

        convert Link<> to typed
        
        Change-Id: I5c4021c9cb3fdeace7f7d99d580dc7fe2f7c354a

2015-09-15  Noel Grandin  <noel@peralex.com>  [662084d5cb0256a1e2f4654b0dcf78930dfd38fc]

        remove Link<> field that is never Call()'ed
        
        Change-Id: I416734c7c42709438e3bdcdb8922ce4ec576c95a

2015-09-15  Noel Grandin  <noel@peralex.com>  [8491065b9a673450bd62d8b837540d879f5ce07e]

        convert Link<> to typed
        
        Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c

2015-09-15  Noel Grandin  <noel@peralex.com>  [4ac7459bef17ceee74f6b2388c96f657c25eddff]

        convert Link<> to typed
        
        Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486

2015-09-15  Noel Grandin  <noel@peralex.com>  [699eb7e3ca3ad11b8b797bf6a785876183661d04]

        convert Link<> to typed
        
        Change-Id: Ia7a63d72048f6abde92b414e58b464cdd611017b

2015-09-15  Noel Grandin  <noel@peralex.com>  [e0f617aa586d7d9c7094b3cfcc9d4d765e154283]

        convert Link<> to typed
        
        Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f

2015-09-15  Noel Grandin  <noel@peralex.com>  [55cdab3b8b74a29008186050e34d7f05c121c2f7]

        convert Link<> to typed
        
        Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc

2015-09-15  Noel Grandin  <noel@peralex.com>  [e0714ae393661da231466ee679d1a6f5cd49fe35]

        convert Link<> to typed
        
        Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7

2015-09-15  Noel Grandin  <noel@peralex.com>  [30350f72d8ce9d60ae6c47d602eff90f34bf71a9]

        convert Link<> to typed
        
        Change-Id: I99ae0ff43a25dbaf8f6f5f03ec0f8751f0893ccb

2015-09-15  Noel Grandin  <noel@peralex.com>  [dccd68adba8affbac7080cfe7ac97451037b79a0]

        remove unused Link<>
        
        Change-Id: I7749d0d7d7dc27395373ed4a81e8235b9317d284

2015-09-15  Henry Castro  <hcastro@collabora.com>  [d3a2c0f60365d6092e5061b1d061d6e3e53eb9cf]

        lok: initialize UNO url command dispatch
        
        In the tiled rendering case, the desktop is headless, so the toolbar
        is not created.  The toolbar usually initializes all UNO url commands
        for each tool item attached.
        
        This causes that SfxControllerItem that monitor a state, it is not
        intercepted by InterceptLOKStateChangeEvent so no callback status changes.
        
        Change-Id: I5937cda66ef24d31dd92a1edd8c1440081c4b1a4

2015-09-15  Tor Lillqvist  <tml@collabora.com>  [2ba8a592ca6f3035a2e3d5fe85c14122d8d0049c]

        WaE: loplugin:stringconstant
        
        Fix warning: in call of rtl::OUString::operator+=, replace OUString
        constructed from an ASCII char constant with a string literal.
        
        Change-Id: I56ccf89b6b6b8c8b9a0d54ba688adc5c45ec28e1

2015-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a8139ccef665f6a6c8a01b06e83b83ba0cc2e058]

        sw: SWAP_IF_ -> SwSwapIf
        
        It's a class, not a macro anymore.
        
        Change-Id: Ia8414d430b2889c834457d8bfd2aa338f2ed994a

2015-09-15  Justin Luth  <justin_luth@sil.org>  [7c9a484249da249dea7129ca93f5d1cbf5fbe462]

        tdf#73691 - add alt-x support to calc
        
        Alt-X (Unicode notation toggling) was added to Writer
        and Draw/Impress in earlier.  This adds it to Calc as well.
        
        Change-Id: Ieb5188b9ff35cb35941c36d22292069723df80b6
        Reviewed-on: https://gerrit.libreoffice.org/18558
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
        Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>

2015-09-15  Daniel Robertson  <danlrobertson89@gmail.com>  [e9e5fee720eb72fe789651861f48982d3d87674d]

        tdf#62525 editeng: OutlinerParaObject
        
        Convert the pimpled copy-on-write OutlinerParaObject class from
        editeng to use ::o3tl::cow_wrapper using the default reference
        counting policy.
        
        Change-Id: I7009b9623d5be1bdf806ccaa6781cba82553c302
        Reviewed-on: https://gerrit.libreoffice.org/18391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-15  Takeshi Abe  <tabe@fixedpoint.jp>  [ee7da352b885cfead32abb3fd111acead0c32816]

        Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a
        Reviewed-on: https://gerrit.libreoffice.org/18580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-15  Julien Nabet  <serval2412@yahoo.fr>  [5bbff06137a87e97260a188f6745cf2a227f15cf]

        [API CHANGE] XFilePicker2/3 changes for multiselection
        
        In order to use GetSelectedFiles (in XFilePicker2) instead of GetFiles (in XFilePicker),
        here are some api changes
        
        before:
        XFilePicker3 inherits from XFilePicker
        XFilePicker2 is not a published interface
        
        after:
        XFilePicker3 inherits from XFilePicker2
        XFilePicker2 is a published interface
        
        + adapt Uno Implementations
        
        Change-Id: If44afaa7236f08bc2b814f91eda5bfad333dd799
        Reviewed-on: https://gerrit.libreoffice.org/17068
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2639eadce4c9ccead9112a6893b5e9e2e0fefd78]

        show the correct color in the custom color picker in chart sidebar
        
        Change-Id: I14b4f354ec48997f4656b82de14e87a684f1f752

2015-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da7253df58f70b0db58f906a25750eb346b2270b]

        add more "more options" buttons in chart sidebar
        
        Change-Id: Ic16d38a0d6cbfe7baeb14dfd5a20b1602606ad61

2015-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4248e89e4be31a5cb1c9b0b98b50ee16024ff5d4]

        remove chart sidebar when leaving chart edit mode
        
        Change-Id: Ie6fc01b2a610fb861ddade996ebb8480be217085

2015-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1beb5017f1791f26e6404d6175ccc1c49887c48e]

        remove old unused sot workben code
        
        Change-Id: I1c8ea4c7940ae0740109cc558083d93638913fbd

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [8be829eebf92f5af32e370e8c00b9b1e28ff95c7]

        sal_uInt16 to sal_Int32
        
        Change-Id: I7010e7daefd1710c41b526c085c892ac13f54cd0

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [552e68a15a41e01b2e9f5ef75b32f5acdf7b41ce]

        Avoid getTokenCount in SmViewShell::DrawText
        
        Change-Id: I1a4ee666900c3c412777ea2e8c01a4f38dc58b3a

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [809a4ef445ef0290a4d05babac2f585d1e6ed56f]

        Avoid getTokenCount in SmViewShell::DrawTextLine
        
        Change-Id: If2c059b1284257c73e64f30ffe845ee4d1ccc84d

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa29fab1be6a1e93ea25cf87aefec3da04dff357]

        Avoid getTokenCount in SmViewShell::GetTextSize
        
        Change-Id: Ic81b961ae2360ea3fe40c9e536a6f10a5788fe1a

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [584d55178d2e390e60355b18bbac4be16fe750dd]

        String tokens do not include token separator
        
        Change-Id: I03ab73e5f53b2068efc3c4cdaed15f2ec3854c76

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [90059da96a91dd2271aeba4101cee8ce827e3c4e]

        Avoid getTokenCount in SmViewShell::SetZoomFactor
        
        Change-Id: Idb874a60868595ccc648da86c8bd32c28b92547b

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [13ea7ab912093d2c890e4533f54c21eca5f4f585]

        Fix typo in (my) commit 6f971c4de0d5377a9dd8e010512f5abbd399231e
        
        Change-Id: I6253addfede852c9c954de59c465a8cfd729ddf9

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [4cc8558d8e93f57fef057d433e67c5a6c7438233]

        String tokens do not include token separator
        
        Change-Id: Ia469f84412bdaed59b9e9eb3c8942de3d14270b9

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [895f24ffca080516b877e86ad0ce7b076e14418d]

        Avoid getTokenCount in ImplSdPPTImport::Import
        
        Change-Id: I7ed99aa72bc775b98f5ca738c35706629a58dc96

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [f7b305015043c4f9e0a669afc7222d873c548ad5]

        Avoid getTokenCount in (SwMailMergeOutputTypePage) TypeHdl_Impl link
        
        Change-Id: If506716a45a869c40a0a449189b049c38215e25c

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [b5e214f27c5fc8911e131597c628d5062aa056a1]

        Avoid getTokenCount in SwAddressPreview::DrawText_Impl
        
        Change-Id: I28c678d0d3db4cbea6c15141d1d0157447cd4db7

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [f50c547e22e0793061c5123cccb8c292e57de470]

        No need to copy OUStrings in SwMailMergeHelper::CheckMailAddress
        
        Change-Id: I77ff719274991d901cf3869cd45ea416c772be2f

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [84e4d7d214505127abedfaadff2ff1e582a0633f]

        sal_uInt16 to sal_Int32
        
        Change-Id: I16169aa22b373beb768d12bb304b5e816d40b2d4

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [356ba01b7c1c25ef01babd568f4adcf884dce249]

        Use search position in getToken
        
        Change-Id: If801cb8c4aef16ecac1c747e56bf0c1797d7db21

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [af6d9db3fc1dddd65299eb0bfb5b366700edc742]

        Avoid getTokenCount in PathHdl_Impl link
        
        Change-Id: Idfc4977283373349d6c636c91e631eb98684ae56

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3bbb7e63c1f5e7f5d63678e7d35f8847e4a9370]

        sFullPath is empty for sure, here
        
        Change-Id: Idee351bf2515dd7343b6a74eba98d1df7f4d5ffc

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [aef2aa22180be4b99b0a4e28b3bc13f82ad436c5]

        Avoid getTokenCount in StandardHdl_Impl link (3)
        
        Change-Id: Ib68b48fd14cbfae234d03a2963991a1c8581423b

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [57c0ca2e575813626d0c2c994e0a4b52253f42b1]

        Avoid getTokenCount in StandardHdl_Impl link (2)
        
        Change-Id: I0164f81e6308c5a5c1b4d93e8df55aa911ea8b4c

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [261471afa11f670a1ac19edc61c17e37d505dac0]

        Avoid getTokenCount in StandardHdl_Impl link (1)
        
        Change-Id: I3a74980fec63085fe60f6f413c77b54dcd4df0ab

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [02d1aaf12cd1c9a6b7c79d7fbb5f65dd12199ab0]

        Reduce OUString copies
        
        Change-Id: I443a327ce2f089b7930678d21572a43a28cdea51

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f3222789fa6684701b9f2088a7bb3b198274e20]

        This was probably the original intent (wrong index in inner loop body)
        
        Change-Id: I17bec80168cc56fa5ab47da65e85a90c32c958b3

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [83dd91fb20b7fb28f3f4e3e28789b34534bcd4be]

        Convert_Impl can be static
        
        Change-Id: If99b39aa46bfb02ece72944b9122b04458a0dae6

2015-09-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [bbdbdbc31de0236708ee3f918c49aa7193323b65]

        Avoid getTokenCount in Convert_Impl (optpath.cxx)
        
        Change-Id: Icc434c714fead503c3fd292bd9609c3905023676

2015-09-14  Caolán McNamara  <caolanm@redhat.com>  [33cddeea1352688af9a42b53024e32a4536d5860]

        boost->std
        
        Change-Id: Iff14f69c200217c5d868978e8ffc06962b99ac09
        Reviewed-on: https://gerrit.libreoffice.org/18568
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f10691acf1be60167c042b4b4a60200b4defcd88]

        oox: loplugin:stringconstant
        
        Change-Id: I16804662a1616f0c1f1dd434e6ae48660529a349

2015-09-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [91788c57719e1b99798ae610bf92f47fadb37270]

        Updated core Project: help  6c2ea6f7f1c4bf9708450dc67672625d0e4cd407
        
        tdf#84262 Update menu breadcrumbs for saving a document as template
        
        And update the steps as well, since the Template Manager changed.
        
        Change-Id: Id4c18e100100c2b380519d434094e5288036a217
        

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab1c21cd26d7346c1ed297edbfe3f72490faa1dd]

        make it clear that the script completed correctly
        
        Change-Id: Ia1ec09db50800b3ba981d7efee5a031c3a3ae6ec

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0253f6e5975429d393fb581056a9d102c9f7da2c]

        we need to use a set tocheck uniqueness of paths for gbuild-to-ide script
        
        Change-Id: Ic74655c18296e0b69b3f66a7a9ccea8e4c405dbf

2015-09-14  Mihai Varga  <mihai.varga@collabora.com>  [6023b797c4570b69d0511b0a45bcf67932f32ba6]

        get feedback for style / font / font size in tiledrendering
        
        Change-Id: I92fd5022a4a5736a6323732141e9ea7bafec2a44

2015-09-14  Michael Meeks  <michael.meeks@collabora.com>  [4a55670e2453cdb9895f51bbd4051f7004d768c5]

        tdf#94213 - defer glFlushing until we've re-rendered after a re-size.
        
        Avoids a rather horrible flickering problem in GL mode.
        
        Change-Id: Id205f28de209dc2e4fb6d6fa48b86ee5bd38835d

2015-09-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [2b2a812b89d0d1df08c5d771bfe9bc5eaa3a040c]

        tdf#91293: Preserve hyperlink on URL field OOXML export
        
        The fix is twofold:
        1.Get URL property from the underlying text field, not from the
        text run -- put text field properties into rXPropSet (that's
        what GETA macro later queries), not into rRun
        
        6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 does s/rXPropSet/rRun/
        afaics for no good reason
        
        2. Retrieve string content from URL field early, so that the test
        for empty text content doesn't fire
        
        Change-Id: I4317e4a2f6f2e6f15c30932adc80f1227e010af0
        Reviewed-on: https://gerrit.libreoffice.org/18031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-14  Eike Rathke  <erack@redhat.com>  [97ad6393525a928b5dfe2a6562d7604446da7af0]

        Resolves: tdf#93895 broadcast cell changes when multi-selection was pasted
        
        It is not sufficient to collect the cells, one has to broadcast on the
        collection.
        
        Change-Id: I11f889936aff43f958c56789e539809289819752

2015-09-14  Caolán McNamara  <caolanm@redhat.com>  [22b80ac8e213ff63ce4f60e7d491f12cb42db313]

        boost->std
        
        Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c
        Reviewed-on: https://gerrit.libreoffice.org/18564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8026ad65c8d50868f0f2fc0d2bd95820cddea83]

        sysui: g-ir-scanner is not available in when introspection is disabled
        
        Should fix the RHEL6 build.
        
        Change-Id: I3d6e6a2b43c2d6a43ea0686600cf2f893c518cc8
        Reviewed-on: https://gerrit.libreoffice.org/18566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [b1152bdb3c0b32ba4a0dbf4690aa40086b73081d]

        Simplify a Sequence construction
        
        Change-Id: Ifb945147a29e26a7445d0a106542d7723e068ba3

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [a4462f247fb92233a1f89a98c689e32af33d3e3f]

        Set ContentTypeId::UNKNOWN to -1
        
        ...which matches the original situation better, where ContentTypeId was
        sal_uInt16, and so the default -1 for
        /org.openoffice.Office/Writer/Navigator/RootType happened to match UNKNOWN being
        USHRT_MAX.  Follow-up to 874cc6cb72e6e795f48bcee5d4fe5c595fb1f702 "Don't read
        out-of-range ContentTypeId from configuration."
        
        Change-Id: I6d136412982c3cfb06ddef3b6c1acd800d92ae05

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [8cdf71a97cd53e9e1035017febf226765cf0697d]

        Extensions are not built against LIBO_INTERNAL_ONLY
        
        Change-Id: I5a41b9f92678586da14fbb89f469fb11e06485a5

2015-09-14  Michael Stahl  <mstahl@redhat.com>  [e6ae8ce99566f59b2011f614160f6bdd4d5034cc]

        gbuild: add a comment why C4589 is disabled
        
        Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a

2015-09-14  Eike Rathke  <erack@redhat.com>  [c3b4f7b55e87edb56ae0d08e1902269f0b2e8c9a]

        add English Botswana [en-BW] locale data, tdf#94207
        
        Change-Id: I01a235c020e4e94290a551f404db8850cc9a5089

2015-09-14  Eike Rathke  <erack@redhat.com>  [4de6fd143282d77086217e1ec7652dce0d937f82]

        add English (Botswana) [en-BW] 0x9809 to language list, tdf#94207 preparation
        
        Change-Id: I6730352c830fdbbc293830f3567d61096e8d0b6f

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [874cc6cb72e6e795f48bcee5d4fe5c595fb1f702]

        Don't read out-of-range ContentTypeId from configuration
        
        officecfg/registry/schema/org/openoffice/Office/Writer.xcs specifies -1 as
        default for /org.openoffice.Office/Writer/Navigator/RootType, which now triggers
        the assert in o3tl::enumarray::operator[] during JunitTest_toolkit_unoapi_1.
        
        Regression introduced with cb45d0d4272da54f90cb2b03d2cdbe1a4eebc75c "convert
        CONTENT_TYPE to scoped enum."  (A better fix might be to replace
        ContentTypeId::UNKNOWN with -1; to be followed-up upon.)
        
        Change-Id: Id12c775cee8936ef2fd411da25558acabb5fa0c9

2015-09-14  Caolán McNamara  <caolanm@redhat.com>  [58fb53d53e2bf46d448a5f52aa6714ae6c539e12]

        silence bogus warning
        
        Change-Id: Ib8f4bcebfbd1f25f426a5d7954c3a55248c3c315

2015-09-14  Noel Grandin  <noel@peralex.com>  [2a4ccc0c1e836fb7cde991c1233ca5a63599ec8b]

        convert Link<> to typed
        
        Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8

2015-09-14  Noel Grandin  <noel@peralex.com>  [6532cb0e5ec3a59c248b332e868c4c03c31659f1]

        ImplCallEventListeners and FireVclEvent can take references
        
        Change-Id: Ibfb5ae40edd0db1f6b99bd5178d4d871ede37d7d

2015-09-14  Noel Grandin  <noel@peralex.com>  [bcb5756cb0997923ea565459440767e22ce34e7d]

        list->vector
        
        since we are copying these before iterating over them, we don't need the
        iterator guarantees of std::list
        
        Change-Id: I9cb2048e1527f37104c3077e69b5f3b827f08c7b

2015-09-14  Pranav Kant  <pranavk@gnome.org>  [8f2aace934eb2a91a273b6104de6383108b5c82a]

        create_tree.sh: Generate g-i files
        
        Change-Id: I1749b5b02018cfe6f85a13aed8de4b31a09788e3
        Reviewed-on: https://gerrit.libreoffice.org/18494
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b018b02ef550a1f9fc7ce61a2a81707c0f5eda16]

        sw: prefix members of SwTransferable
        
        Change-Id: I2011bc44a4afbf41ecaadbbb4fa82b7dac130e27

2015-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [6621da38b3cd217314c2d2295fd1e71be7e1875e]

        tdf#92586 xmloff: fix import of stretched background image
        
        The bug document has:
              <style:page-layout-properties ... style:repeat="no-repeat">
                <style:background-image ... style:repeat="stretch"/>
              </style:page-layout-properties>
        
        When a stretched background image is set on a page style using the Writer UI,
        then these two style:repeat attributes always match, but not in the bugdoc.
        The later used to have priority, till commit
        7d9bb549d498d6beed2c4050c402d09643febdfa (Related: #i124638# Second step of
        DrawingLayer FillAttributes..., 2014-06-02).
        
        Fix the problem by extending XMLBackgroundImageContext::EndElement(): if we
        know that the <style:page-layout-properties> sets the FillBitmapMode property,
        then don't blindly set BackGraphicLocation, but try to overwrite the exiting
        FillBitmapMode one.
        
        Change-Id: I64ab4363b20cc95003d35acd63ea421472b1c071

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [e1f812e939b5d4dcde15e7ccee8da45ab5751790]

        loplugin:unreffun
        
        Change-Id: Ic355d203ea24af8bd13b09c004434f2e15ee3175

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [3fd63b98d18dc9de8b37edced8ae74e4d70b929c]

        loplugin:implicitboolconversion
        
        Change-Id: Ib9f2b44c16e43841d560ac18ff82efd54888b9d7

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [2c6a260b12bea4f7024ad39acf90d42cff3e173e]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since the code block's inception with
        8037c7164c747ea240b563af39a11f4f6bf037ef "#119860# fix bent connector's type
        lost when save .ppt file"
        
        Change-Id: I6afa201a83c588cc8b280a99cb75c2267b962efc

2015-09-14  Stephan Bergmann  <sbergman@redhat.com>  [c2e546c5837943466f2addfafc0d8aedc4c8e041]

        clang-analyzer-deadcode.DeadStores
        
        The if block had been disabled ever since
        c7c85ab76a60be56ebc51657aa30fa84eb2ddf84 "INTEGRATION: CWS pbfinal01," but that
        has probably become irrelevant at least since
        b80e865d369b4d94f29ac6dcc27379d3c6e72ada "Convert find & replace dialog to .ui"
        introduced SvxSearchDialog::ShowOptionalControls_Impl (called a few lines above
        the original if block), which (using a slightly different logic to determine
        bDrawApp) shows/hides m_pRegExpBtn and m_pLayoutBtn anyway.
        
        Change-Id: Iaf2c1d8ef1b4e3155d7c4109f15be86d738ba074

2015-09-14  Takeshi Abe  <tabe@fixedpoint.jp>  [06962719b172bbc55d77bb13295dff25826bb963]

        xmlscript: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785
        Reviewed-on: https://gerrit.libreoffice.org/18556
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-14  Takeshi Abe  <tabe@fixedpoint.jp>  [889d825879d1f044986c00a8038196bdb53e50dd]

        xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Ie8f972330f6bc88e205290dcbe666895b7bad43f
        Reviewed-on: https://gerrit.libreoffice.org/18557
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-14  Noel Grandin  <noelgrandin@gmail.com>  [bfa272ca42f347030bd25c8a3b36505012b051ae]

        convert EDIT_MODE to scoped enum
        
        Change-Id: I04efbfa9abc1975cec72c8a1119868d0a97142a2
        Reviewed-on: https://gerrit.libreoffice.org/18537
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-14  Noel Grandin  <noelgrandin@gmail.com>  [cb45d0d4272da54f90cb2b03d2cdbe1a4eebc75c]

        convert CONTENT_TYPE to scoped enum
        
        Change-Id: I84b6d595f3997207385355f2bb3a9b64e6c9977b
        Reviewed-on: https://gerrit.libreoffice.org/18536
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-14  Noel Grandin  <noelgrandin@gmail.com>  [2c93e16d65e486524e4d066d68fddcaa5811078b]

        convert RegionMode to scoped enum
        
        Change-Id: I07041ce4d6571ac384390443293543368f11b7d6
        Reviewed-on: https://gerrit.libreoffice.org/18535
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [912c9dd087bb7b3b4340c4cd9ba49ac0d923ae0a]

        now we can also open the vba project in the MS vba editor
        
        If I use another GUID I can't open the project.
        
        Change-Id: Idfd642daaa0e6fb9f3b9bcfc6e1ba467c035bf05

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5d761723f6aca26c6c05182bc5ba184576e29a1]

        move a little bit closer to the export from MSO
        
        Change-Id: I378d96f65fbeb2c529eae6a9c90ef7c0ecccc97d

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f435b78866f8ae7959c0cbf1484e6bfca8084eba]

        fix the vba document module code export
        
        After some debugging it seems that MSO gets totally confused if these
        entries are missing. I need to look into MS-VBAL to make them more
        generic but at least that allows me to execute the macro in the exported
        files.
        
        Change-Id: I9648647323f87b2765c96950f470193f1a60bb9e

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57f6d49d8e83e39b7d83b9c2e48900538bf88f05]

        introduce a special vba export debug mode
        
        In that mode we can write back existing files as part of the vba stream.
        That allows us to create files that contain to some part out of existing
        VBA streams. So we have streams that we know are correct and streams
        that are new from us.
        
        Change-Id: I1be04207f887146d9824f97d17866fda440f93a7

2015-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e916b4143b2c46fec6df25cce6f14b595d5b023]

        don't use VBA_EXPORT_DEBUG in master
        
        Change-Id: I89ae01c34f6a7faf62b97cf28220f7700a7241b7

2015-09-14  Martin Hosken  <martin_hosken@sil.org>  [41007842ed9bb5d6165792a197769f72dae55a2c]

        Refactor graphite integration and update graphite
        
        Change-Id: I09db7262c2a6180a078620ba086dd7a4c132bd82
        Reviewed-on: https://gerrit.libreoffice.org/18459
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Martin Hosken <martin_hosken@sil.org>

2015-09-13  Caolán McNamara  <caolanm@redhat.com>  [35fd0cf311d0ab6e647ef8a244f350d8a690e734]

        cppcheck: noExplicitConstructor
        
        Change-Id: I39194062ba68c4cb1ccc9b93c629f005ccd02497

2015-09-13  Stephan Bergmann  <sbergman@redhat.com>  [d8160fa8343a395cff0116286dd24894b076c02b]

        Revert overly aggressive removal of include statements
        
        ...from 4758ab313de3cb2c8cb9ea5792425a808e94b7df "Removed useless includes in
        basctl/source/basicide/ tree"
        
        Change-Id: I754b964baf4c8a48f6ca79d6a214bab1f3325b6d

2015-09-13  Stephan Bergmann  <sbergman@redhat.com>  [9aeac1b2dd39f538f897602bd1ae6d37efa6cde4]

        Use move semantics
        
        Change-Id: I9ba8265044d0f83afe44b6965b78cc733cace653

2015-09-13  Caolán McNamara  <caolanm@redhat.com>  [168ad25711c0bd6e3a025b083312e3ed2d237933]

        cppcheck: unreadVariable
        
        Change-Id: Ia611c9a1119af65688031d16ff322f1bde43297b

2015-09-13  Caolán McNamara  <caolanm@redhat.com>  [5d26ad5a0e446bcda8c8b7dadbe0c567c1dcc082]

        cppcheck: redundantPointerOp
        
        Change-Id: Ifb32fc03b686aeb0835422764178e54650b183f5

2015-09-13  Olivier Hallot  <olivier.hallot@edx.srv.br>  [8684b228fe911f95e3c91b1f5072af37515a29e2]

        Updated core Project: help  3dae2c53ec52973dc63cd5dc5c26726f9c89a445
        
        tdf#80586: Help page for Option - Personalization.
        
        Change-Id: Iece1113f2df27522fa6460d7447ac4d7c4802019
        Reviewed-on: https://gerrit.libreoffice.org/18534
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-13  Olivier Hallot  <olivier.hallot@edx.srv.br>  [decaf9346c57801d59a11b15365d31d34f9053de]

        Updated core Project: help  dad7181e3a620b129ac0c0e9842c55730c41b170
        
        tdf#80589 Add help page for Expert Configuration
        
        Change-Id: I07b23a13c77ffd028998d0583ab7d66615d060ae
        Reviewed-on: https://gerrit.libreoffice.org/18375
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-09-13  Caolán McNamara  <caolanm@redhat.com>  [47d3e82e4f2c0c06231c952a0cc2456b712da0cc]

        boost->std
        
        Change-Id: I9b4f884c6313a53fea543ea6f93175205351ad14
        Reviewed-on: https://gerrit.libreoffice.org/18517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [ab5f16eb37d8fa2b7924f1e19f9fe8f373714adc]

        libfreehand: FHTransform defined as a struct but declared as a class
        
        MSVC 14.0 is failing to link with unresolved external symbol, because
        of struct/class mismatch: [1].
        
        * [1] http://paste.openstack.org/show/447780
        
        Change-Id: I67093550d89b323914ae42014d55e89a38adec8c
        Reviewed-on: https://gerrit.libreoffice.org/18528
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0a95c78dca9018ae25e1993ea9b3a2160e8f0741]

        Updated core Project: help  e898a3bb4d3fc992a2b3acfde48fec72014ff37e
        
        Copyedit this “Need Help” filler a little
        
        Change-Id: I886f187a03f3ffb30cc3b1d86eb5afc0197d1a94
        

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [af433b6fff17e4e835043797063061055643b614]

        Fix precedence error
        
        Change-Id: I2720279f1e03e5a84da455cfd9074de157907e0b

2015-09-13  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [12b9341e45f3b476c5ea9ac83845e53121e15876]

        tdf#39468 - Translate German comments.
        
        Change-Id: Id1554b6ce3bee9596542863a77aadfe5fb7e3c94
        Reviewed-on: https://gerrit.libreoffice.org/18526
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [f290e30e958319860af1febd01bb322f5f08b20a]

        Fix typo
        
        Change-Id: I81e897153281a70756ffd442f9384751c025c016

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [22547d056c5fc36aff666b68b03a2d9471022ac2]

        Avoid getTokenCount in CustomAnimationPreset::getProperties/hasProperty
        
        Change-Id: Ic5b9c152ef2faf8333ad797232e26b817668e965

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [77ca5fec1ff78508f892afe25953f8c31da202df]

        Avoid getTokenCount in ScViewFunc::SetPrintRanges
        
        Change-Id: I1eba76ba0fdfc79de7e8f78f9bb5b0e932d343f4

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [865c9fbbfd683dc212e94513ffe3e3b86d231828]

        Avoid getTokenCount in ScRangeList::Parse
        
        Change-Id: I2c9628e5064ea03c878d6e45118755596a060d5a

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [a37535e3ff7be959d9a3aab3399ffbcc89688662]

        Avoid getTokenCount
        
        in SvxMultiPathDialog::SetPath and SvxPathSelectDialog::SetPath
        
        Change-Id: I4d360caacf438949ccd9a90c4fec14a7e7d1c009

2015-09-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [c488f3fc0c07a5c9ef0aed7f9d4e6447fc397292]

        Simplify SvtFileDialog::appendDefaultExtension
        
        Change-Id: I7d2d2aff6e26b66e73b6ccefdecf095c867d4f7d

2015-09-13  Julien Nabet  <serval2412@yahoo.fr>  [81d62c5f48f3bf341c4c7bdaef5a5ce5941f3e62]

        cppcheck: Mismatching allocation and deallocation
        
        + Typo: excecptionTypeSizeArray->exceptionTypeSizeArray
        
        Change-Id: I6fac3bea1eba094e87717d20a08ec7cf6151e2df

2015-09-13  Tor Lillqvist  <tml@collabora.com>  [509b1adcef374cbf67817250547c69339dfee3d7]

        Also get rid of :: prefix for css
        
        Change-Id: Ie767abc36047ba614b3ac39991b3290bc19859b1

2015-09-13  Derrick Rocha  <drocha616@gmail.com>  [927447356fb7025d2b61073f525adc24643c7925]

        replace boost::ptr_container with std::container<std::unique_ptr>
        
        Change-Id: I8fd1121577c6443f9100b181402083d1b7c30b6b
        Reviewed-on: https://gerrit.libreoffice.org/18525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-13  Derrick Rocha  <drocha616@gmail.com>  [d8707b06e4b5a1dc6934ba4c15774d370eed6535]

        replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Id9419f23dde4d93dde78398207dcf5c38e87f450
        Reviewed-on: https://gerrit.libreoffice.org/18046
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-13  Noel Grandin  <noel@peralex.com>  [eb012bf0a8dcdb84e61bb13ca8a96c089ae479d3]

        editeng: com::sun::star->css
        
        Change-Id: Ied65d2de394ce54cb2c35abb152cf58ac3139395
        Reviewed-on: https://gerrit.libreoffice.org/18503
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [9a1e22daae669d38d2ae5142a59c66c28d3871bf]

        Replace snwprintf with _snwprintf
        
        Change-Id: Ieb7009f6fbbd7ac6a3532cfa7b71eb0c1339d1ef
        Reviewed-on: https://gerrit.libreoffice.org/18524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [28ebbf16add84ddb5bef1b95574af1f26a305f37]

        xmlhelp: Add missing include
        
        Change-Id: Ie369f00a745dba82c8966f51886d74a8a9a7c1ff
        Reviewed-on: https://gerrit.libreoffice.org/18523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [1cebf4452fcff7faf13b6030204fa156d7c89e82]

        chart2: Add missing include
        
        Change-Id: I06eacfd944cf4ae7eef44900352b958e08f91b42
        Reviewed-on: https://gerrit.libreoffice.org/18522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [00525937971a6d2fcb51548f050be87069f07f55]

        Disable Warning 4589
        
        Change-Id: I017d21153880e92d59477ed2d6bdabc2629672e0
        Reviewed-on: https://gerrit.libreoffice.org/18521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-13  David Ostrovsky  <david@ostrovsky.org>  [5e86f24392e5ead786c251d0dbae17fed62ff36b]

        uno bridge: Prevent collision between cli::array and std::array
        
        Change-Id: I23b0c0c6ec58dc2ff9ca266dd7f5ba00d1f8efab
        Reviewed-on: https://gerrit.libreoffice.org/18519
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-12  Caolán McNamara  <caolanm@redhat.com>  [45ccb2c8e5a2fde4316d750764652fbe1b20ae24]

        coverity#1323913 Uninitialized pointer field
        
        Change-Id: Ibcaac09b90f5f2bfa466b94dbb91bb75ae32e7ff

2015-09-12  Caolán McNamara  <caolanm@redhat.com>  [70c1cf031dd8179f8eeb33faf842df4d001bf149]

        coverity#1323912 Improper use of negative value
        
        Change-Id: I7c403ccb40bfddee2e30ba10e755187490857596

2015-09-12  Caolán McNamara  <caolanm@redhat.com>  [67f5012d78cabc84a63d232140e34d3658c8c7a0]

        coverity#1038332 Uncaught exception
        
        Change-Id: I02d8a2ab6821922c318d4b83a1381b65d8521e1e

2015-09-12  Damjan Jovanovic  <damjan@apache.org>  [23b530d3e7d0c63318510dd353ba9896e16b802e]

        #i126516# Document the return values for the TYPE() formula function in the online help too.
        
        (cherry picked from commit 4149f99e7bede959d8bec6b4131a205d6e98d6b7)

2015-09-12  Noel Grandin  <noel@peralex.com>  [ea407568570d301888a0a51712356379d7b695d6]

        dtrans: com::sun::star->css
        
        Change-Id: I4625a9b73c517b8187e03b11cc0546abdf338d8b
        Reviewed-on: https://gerrit.libreoffice.org/18502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-12  Noel Grandin  <noel@peralex.com>  [47283424b1df542b4894a164bc895858427d1a62]

        drawinglayer: com::sun::star->css
        
        Change-Id: I65706e3e87c1ce287020c90a89f7dc00866bef64
        Reviewed-on: https://gerrit.libreoffice.org/18501
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-12  Noel Grandin  <noel@peralex.com>  [4a9b401f9877b348a0e716e79cb8cc41645ceba3]

        desktop: com::sun::star->css
        
        Change-Id: Ie94dea9b4f48829132ceadcbf36634eeed191bb9
        Reviewed-on: https://gerrit.libreoffice.org/18498
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-12  Julien Nabet  <serval2412@yahoo.fr>  [01547985ceee8c199dc189071845ef5fcda11782]

        tdf#92794: '$' should be replaced in error dialog of addressbook
        
        Change-Id: Ic57611be96f160037fbff2e9452f9206083c80e4
        Reviewed-on: https://gerrit.libreoffice.org/18324
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-12  Damjan Jovanovic  <damjan@apache.org>  [24e312587128f738f9a6087d1204d586f3bc33a7]

        Updated core Project: help  f1c4e58c8faf814723c205d61ca0608dfd2376ac
        
        i#126516# TYPE() formula help doesn't document value 64 for arrays
        
        Change-Id: Ia3dd7a45877101323ee4be9746c18124e0a6ab29
        

2015-09-12  Michael Meeks  <michael.meeks@collabora.com>  [0cfd6e73c8d3b12414fa6154ab8d7dc975d9a9c4]

        Advertise GL rendering in frame titles in dbgutil mode.
        
        Change-Id: I1883d137eb65a030c58e1e4ec11df3e63800339b
        Reviewed-on: https://gerrit.libreoffice.org/18512
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [1a78f0965d854f461a7a55ae93842ac06446e41d]

        Restore correct boolean return value
        
        Fix commit f4c300eae4e9aaaec9e5d1f478ad35161ede2761
        
        Change-Id: I660ca80b9df47160a24c2d32b1b03a814285a9a8

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [3342993a437df435f4640468fd650dfb45d43045]

        Avoid getTokenCount in favor of getToken
        
        Order of token extraction is inverted, but since elements are inserted
        in a set their final order won't be affected.
        
        Change-Id: I7f22a518e3d6a9a53951aa89159a36b398af5f46

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [d76b979dbdbeefc522f39ef39034cef72f27cfca]

        Fix regression from ea2c80bdcd862f91dd7429184aea29d9a77f9774
        
        Change-Id: I7aa236fbfed74dec67ff423d51d7313e7d235e1e

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [0edb6ea4ff09dc1787e42f6e59a07b190857921d]

        sal_uInt16 to sal_Int32, constify/reduce OUStrings
        
        Change-Id: I123274309ecc4ba8d1aa605d3aadc37bb11df9a0

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [fd8340fbad33c0af045e7034c3c4ddf5c9af1dc5]

        Use < instead of <= by not decreasing the number of entries
        
        Change-Id: Ibbc706d1af58e1ecf314edf9c4546a779f510067

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [3107b237629cef53619daba32aa110eb229b56cf]

        sal_uInt16 and SAL_MAX_UINT16 to sal_Int32 and LISTBOX_APPEND
        
        Change-Id: Id68a8369d0ca907d4afc0d8a22d31d1e4c24133c

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [67e0d97767044ffe554a60015ac99bd00da97a3c]

        Simplify TakeThread::execute()
        
        Change-Id: Ic5c7e5ab2775422720875d117a22338cbfe283d3

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6c292d3150f414e9e16c84caba7c6b106355bf7e]

        Simplify: use getToken and just store converted integers
        
        Change-Id: I11e640307ba868b02823a7f7fa4475bc71721b23

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c64dc9ab966bf583183aaab79f91dadf852d0ccb]

        This code is commented out since file creation, 2013-04-10
        
        Change-Id: I44cba1523c714cb7de38cfcf8131e9191e01476c

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c02aa9a5a2dadeb7f262484af31a6accc0df41a3]

        Simplify calls to SelectEntryPos by early bail-out
        
        Change-Id: Ib21f07835b2e0820bef557dc6c217e5df61dfc2d

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [9c7edfd5ec231040b0df5c71df6a11080b85daa1]

        Use sal_Int32 and LISTBOX_ENTRY_NOTFOUND for GetSelectEntryPos
        
        Change-Id: I07f6f4426e87cd4066663e0ba7c26917bb984cbd

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4c300eae4e9aaaec9e5d1f478ad35161ede2761]

        Reduce scope by early bail out
        
        Change-Id: Ia4e1763cc4d70197342be4e5caf6d5c14cd34c80

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [b2e6bb75e03386b958d5e7c066e7768e43726f47]

        Simplify
        
        Change-Id: I7e93874ed5127c9d674d53b220ba680718bd82ab

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c5909e251871e5a38992fade94a489a9546e11b7]

        Update many ListBox users to its sal_Int32 interface
        
        Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [e76d07c6185512e47947dbe1b6a83fb944b8198f]

        Use forward declaration and reduce include scope
        
        Change-Id: I4456629dfc242d78f2c63c0b83d00afc3cdd23e7

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [f845cda89f6b79135f360611d1900d345f897f90]

        fix downcast by intermediate function
        
        Change-Id: I8e7909003249a3f86928197bbde29231f84b01c2

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [815126b685efdb117fa02f2627414bfbd07d0e5b]

        GetCommandLineParamCount() returns sal_uInt16
        
        Change-Id: Ie85f3a44034ffcfe08493256bc65e49b63a28013

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [1ea153bb320142622427cbc8d637ddb40c822f4a]

        Use better/auto int types, remove a couple of OUStrings copies
        
        Change-Id: I911742bddba1dac2641d7d2ac1dad0ed195474dd

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [58cfb9b0c4913ea600b067399f1b5f7eb946bf59]

        This parameter type should be sal_Int32, for consistency
        
        Change-Id: I3fe7761d1ec88183853b240f7205bf98cfa5e965

2015-09-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f9f1272a0f5f4e7e5ab745b2bd44071dbb5e810]

        nRepPos is never read
        
        Change-Id: I6acb6517b6a62c59dff058e28a9e59342bb32510

2015-09-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [27304ec7c2b6037cf0a24b7b671092c5353567ec]

        tdf#94037: Don't try to manipulate non-existent widget container
        
        Regression from commit 8b7799972a95da50e1e92748, which replaced
        named GtkFrame with GtkBox, but didn't rename the box accordingly.
        
        Change-Id: I321dbee05faded81dbf575bca3c578ecb09f1a3e
        Reviewed-on: https://gerrit.libreoffice.org/18469
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-12  David Ostrovsky  <david@ostrovsky.org>  [1aad95eb96bb0e9416a608b8a0416bd7d46b1cab]

        Actually fix uno bridge on MSVC 14.0
        
        VC runtime was substantially refactored on MSVC 14.0. Among other,
        _tiddata structure defined in crt/src/mtdll.h was replaced with
        __vcrt_getptd defined in crt/src/vcruntime/vcruntime_internal.h.
        
        All members before
        
          unsigned long      _NLG_dwCode
        
        were removed, so that the approach to access the member
        
          void *      _tpxcptinfoptrs; /* ptr to exception info pointers */
        
        with __pxcptinfoptrs() and compute the offset to the _curexception
        member of _tiddata doesn't work on MSVC 14.0.
        
        As of MSVC 14.0 __vcrt_getptd symbol isn't exported but Microsoft
        have introduced methods to access current exception, current exception
        context and processing throw (the later can be accessed through C++17
        std::unhandled_exceptions() that was made available in MSVC 14.0):
        
        * __current_exception()
        * __current_exception_context()
        * __processing_throw() aka std::unhandled_exceptions()
        
        Make use of __current_exception() which we can hope will be maintained
        going forward.
        
        Change-Id: Ibfffa5fba62d6928328ac976cb1b24937277363e
        Reviewed-on: https://gerrit.libreoffice.org/18475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-12  Julien Nabet  <serval2412@yahoo.fr>  [074d4b236266bf2934ea637da6c9bf4f18da4d0a]

        Typo: muliple->multiple
        
        Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5

2015-09-12  Michael Stahl  <mstahl@redhat.com>  [4f918cd5daed963287805da761e6983a392ae050]

        comphelper: give up on the XPropertySetInfos for now
        
        PropertySetInfo_Impl in ucb/source/core/ucbstore.cxx is sheer insanity,
        persisting a PropertySetInfo into the configuration => throw up
        hands in despair.
        
        Change-Id: Ic341e453571072a9ed66c6bf51e96dbe39806566

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [b3ee922299cf716a1cf785ade84196dfffb8ea19]

        basic: one more WeakImplHelper<XPropertySetInfo> duplicate
        
        This one may be quite busted even since it compares
        sal_Int32(-1) with USHRT_MAX.
        
        Change-Id: I894b382ad499ee49f4616c7704afbb90f0556744

2015-09-11  Julien Nabet  <serval2412@yahoo.fr>  [fb1e645e4a5334e75cc594cf89c0540c6d23b0c6]

        getFiles refactoring: kde part
        
        1) kdecommandthread part
        before:
        getFiles retrieves all files with:
        First element = path only of the files
        other elements = file names (without path)
        
        after:
        Add getSelectedFiles which retrieves all files with their url
        getFiles uses getSelectedFiles and truncates to 1 entry if more than 1 entry
        
        2) kdefilepicker part
        before:
        getFiles case retrieves all files with names including path
        
        after:
        add getSelectedFiles case which retrieves all files with names including path
        change getFiles to retrieve only the first file (with path)
        
        See http://nabble.documentfoundation.org/Dev-f1639786.html for discussion
        
        Change-Id: I73cf00e7c03a1f2379f4628b5d7f12418029cca1
        Reviewed-on: https://gerrit.libreoffice.org/17064
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [013f84d06f7ad76d72b863170891589c3504508c]

        comphelper: another WeakImplHelper duplicate
        
        Change-Id: I8b5fad24857f434cab351bbbae42c4b09bc6613a

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [03be785efe589dda77cad28782fbf51ab4049f46]

        framework: yet another WeakImplHelper<XPropertySetInfo> dupcliate
        
        There's a very similar comphelper::PropertySetInfo, unfortunately with
        an additional mnMemberId on its properties, so convert a little...
        
        Change-Id: I2a5fc0bb0ff6d680d546192b9d09afee6348f218

2015-09-11  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [ee9a98966a4c1388dcf47757eeaa380d47f6a6a2]

        tdf#39468 translated german comments in hdrcont.cxx
        
        Change-Id: I0dae68656f1dbe3828e58eb177ce9e98a071fe20
        Reviewed-on: https://gerrit.libreoffice.org/18418
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [a952540aeba688b10eb1ecd1194c95610ba7f350]

        Android: i18-ize some strings
        
        Change-Id: I35d0ef7976d6dcca65f3335ff9175c799faa99fe

2015-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [315ca033c696a6d7339a4c3f2fc617e01d80fcb8]

        Android: check file modify date to know if save is complete
        
        The API does not allow to set a callback for the save operation, we
        work this limitation around by checking the modification date of the
        local file periodically. When that date changes, we are sure the
        local save operation is complete and we can invoke the document
        provider save operation to push the changes to the cloud, if
        necessary.
        
        Users may press "save" on a document with no changes, in this case we
        have set a 20 seconds limit to stop checking the modification date.
        
        We also add a "save complete" message for the user.
        
        Change-Id: Ib8871fac682a5c03a187a7238e11874984143527

2015-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [626ebde44f56755a413945dcb260740ddacf90ba]

        Android: Implement cloud save
        
        The LOMainActivity now needs to be aware of Document Providers, so we
        pass the providerId and documentUri in the Intent so it can rebuild
        the DocumentProvider and the IFile objects.
        
        We also implement the ownCloud save operation.
        
        TODO: since the local save operation does not have a callback, we do
        not know when the cloud save operation should be performed. Now we
        just wait 5 seconds to trigger it.
        
        Change-Id: I060969e12888eca07c8c56ddc82cbed6c45a0739

2015-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [a3c3a13e8499e994b198b80566cdee9af9a7f2da]

        Android: provide an ID to document providers
        
        This ID will be useful to get an instance of a document provider back
        from a different activity.
        
        Change-Id: I9419ea23d51f8e9ffd70252bd8e367cf51bde1ad

2015-09-11  Eike Rathke  <erack@redhat.com>  [04e66812efedb0be635d60b4c1bb3f89113dfdad]

        unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995
        
        Change-Id: Ide7ec10cee3aefaa89feda73181ac9c11ebcbb5a

2015-09-11  Takeshi Abe  <tabe@fixedpoint.jp>  [50b26404dee83974cf84749a9d492ed208464597]

        vcl: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I4499569f73b04cc7444787d51bf804c090a5c951
        Reviewed-on: https://gerrit.libreoffice.org/18478
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-11  Takeshi Abe  <tabe@fixedpoint.jp>  [8358eadcbae4b1e20f85f31d0faf6b3fccf353eb]

        xmloff: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I47002abab1e025d0683f4cf8ef7b6c99e668d425
        Reviewed-on: https://gerrit.libreoffice.org/18479
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-11  Jan Holesovsky  <kendy@collabora.com>  [f1f179ba0ff3d293e81c7b95554f8e6b140340d7]

        LOK: Implement an own trivial InteractionHandler.
        
        So far it just selects 'Approve' for any interaction that is done through
        that, later we want to route the information via callbacks to the caller.
        
        Change-Id: I7ae3e2dcc04877b8b0197b0396299126e1217a2a

2015-09-11  Jan Holesovsky  <kendy@collabora.com>  [560e2ea8512be606c330cf8f858c67694f690a52]

        tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.
        
        When there was no modification to the document, and .uno:DefaultBullet was
        sent, we have got an invalidtion of the entire document.
        
        It seems that Invalidate() was not supposed to be called in the Validate()
        call, and instead, we should rely on what the Validate() invalidates :-)
        
        Change-Id: Ia65df90e4ff34078b59c1b2eb1ce1faac790b40d

2015-09-11  Lubosz Sarnecki  <lubosz.sarnecki@collabora.co.uk>  [c5e3cf0f17605b4fcc809eadf5ebdc9d80025556]

        tdf#94031 - slideshow: bind correct GL context for prepareEnvironment
        
        Change-Id: Ib139e81f770531f7d808764dd3a77c7ac8d6fa3c

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [3aec17698adc403eac018a5c9f00bf75640b1e42]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I8baa909f5e3ddb6b227337f3731e4d4b4ca183e5

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [a0c41f53cd13f12d6e122c92e530bd0bd9c14d79]

        sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I5316874cb8abe191da4fd385b281599d422a23ee

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [d5ffcba07acb4dd5bd68373d40f07af825f07fba]

        sw: add unit test for the redline frame duplication regression
        
        Change-Id: I4b0f6199ebb8a9f462e53f3fdf8be871a267ba69

2015-09-11  Michael Stahl  <mstahl@redhat.com>  [e84f0a9b3223f49b0829f2f55dacbf11ae201c1e]

        Revert "Fix single node CopyRange"
        
        This reverts commit 9099e21b89184bd4e39def497e483cac4a77ec5a.
        
        It causes the problem that frames anchored to the same node where
        redlines start or end get duplicated during Hide.
        
        Jan-Marek said that the original mail-merge related problem this change
        was fixing is now most likely fixed differently, and the test in
        testMultiPageAnchoredDraws() still passes.
        
        Change-Id: Ie84fed3f64be7696782bc557004eb18fccc5b64b

2015-09-11  László Németh  <laszlo.nemeth@collabora.com>  [ed031895f6f5b361cccc6811b53c6f2b9cfc3e23]

        tdf#92145: Writer table rows/columns can't be resized
        
        with disabled rulers. (This fix was suggested by Tomaž Vajngerl.)
        
        Change-Id: I161237cdb4941c0eaf934223b078acd94d72e21d

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [b43e03353aeb04ed74a272d98df03dd7c20f3478]

        check stream status more often
        
        Change-Id: I233c2fff9c06a81117f8114ccee83b53ea4026db

2015-09-11  n.r.pearson  <n.r.pearson@gmail.com>  [ab4bb0c0dd74a537a7e7cba5b0d21e2b9d57c8b3]

        tdf#93243 replace boost::bind with C++11 lambdas in Metadatable.cxx
        
        Change-Id: I18f72bb6768fae9717c9d88be84ac2bfabd37a3b
        Reviewed-on: https://gerrit.libreoffice.org/18471
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [88c51cd55d1a9b29e62269c53b3923770253ab07]

        LOK: don't use unstable API unconditionally when including the GTK header
        
        Change-Id: I679ddfdadbf4746d3fba64d3d5157ec070b4f6dd

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [064fd8342111bc62ba646e439c235bd495587a4a]

        Resolves: rhbz#1261421 crash on mashing hangul korean keyboard
        
        Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766

2015-09-11  Matthew Nicholls  <matthew.nicholls95@hotmail.co.uk>  [e594d13a53cac73814b86cf12891c6955961db55]

        tdf#93240: replace boost::ptr_deque with std::deque<std::unique_ptr>
        
        Change-Id: Iba77946a00c6c43c4377b2bae62467581cfed19f
        Reviewed-on: https://gerrit.libreoffice.org/18468
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-11  Oliver Specht  <oliver.specht@cib.de>  [2062d5d6f472ffa22ab4a769f4cb992f3a91894c]

        tdf#94045: negative margins in OOXML reenabled
        
        OOXMLUniversalMeasureValue is an integer value and needs to be converted
        to a signed integer. unit test included
        
        Change-Id: I7fe3fdf4b8b12df55e9cea2a968b9537676687eb
        Reviewed-on: https://gerrit.libreoffice.org/18496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Oliver Specht <oliver.specht@cib.de>

2015-09-11  Stephan Bergmann  <sbergman@redhat.com>  [cb0e8c4feb9ef671a2305335a87b120a1077eb50]

        Useless cargo cult?
        
        Change-Id: I0bb5582a6aef51ac65466531115d67c6dbad1fcd
        Reviewed-on: https://gerrit.libreoffice.org/18493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-09-11  Oliver Specht  <oliver.specht@cib.de>  [a212ef2b6ebadb22a9abf6d042aa2b5fd9ac1cf0]

        tdf#93901: apply handling in style/edit dialog improved
        
        introduced SfxTabPage::ChangesApplied() to enable resetting values
        to their initial state while editing styles
        
        Change-Id: I60fd68d8464e12e795b0e0d2f2e53882a225c181
        Reviewed-on: https://gerrit.libreoffice.org/18467
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [88b6dd3ea77ca9f6d5fac2965cea6ff0634e6ba5]

        lokdocview: GTK+ calls should be made from the main thread
        
        Change-Id: Ia76ef111170700ef507550222ca917986d4fe00e

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [a0fa0fb57d61e6caa3ecd10fa94806ea9de82b94]

        downgrade warning, exception on opening a missing file is an expected thing
        
        Change-Id: I3ca2d6af48adb226e0f56d0500c31f19676c6567

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [bf237ceccc604c17994faa1e4eb64b7bd7298fb9]

        valgrind: silence worrying invalid pthread lock/unlock warnings on exit
        
        Invalid read of size 4
           at 0x57F48E0: __pthread_mutex_unlock_full (in /usr/lib64/libpthread-2.21.so)
           by 0x4E903F7: osl_releaseMutex (mutex.cxx:136)
           by 0xB3EECF0: osl::Mutex::release() (mutex.hxx:74)
           by 0xB3EF92C: osl::Guard<osl::Mutex>::~Guard() (mutex.hxx:135)
           by 0xB3F755A: SvtCommandOptions::~SvtCommandOptions() (cmdoptions.cxx:318)
           by 0xB3F75B3: SvtCommandOptions::~SvtCommandOptions() (cmdoptions.cxx:328)
           by 0x2B13BDE9: std::default_delete<SvtCommandOptions>::operator()(SvtCommandOptions*) const (unique_ptr.h:76)
           by 0x2B13A3C6: std::unique_ptr<SvtCommandOptions, std::default_delete<SvtCommandOptions> >::~unique_ptr() (unique_ptr.h:236)
           by 0x2B134063: framework::Desktop::~Desktop() (desktop.cxx:183)
           by 0x2B13418B: framework::Desktop::~Desktop() (desktop.cxx:187)
           by 0x79892AD: cppu::OWeakObject::release() (weak.cxx:205)
           by 0x2B1399B7: framework::Desktop::release() (desktop.hxx:133)
           by 0x2B13B860: rtl::Reference<framework::Desktop>::~Reference() (ref.hxx:81)
           by 0x2B13956B: (anonymous namespace)::Instance::~Instance() (desktop.cxx:1780)
           by 0x54635D7: __run_exit_handlers (in /usr/lib64/libc-2.21.so)
           by 0x5463624: exit (in /usr/lib64/libc-2.21.so)
        
        Change-Id: I98e0e70567ab39a06813fd9b614ba1e04ec22bd1

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [044deb37ae308c10a5bc0e976de40e257caa9a4e]

        coverity#1323754 we apparently can survive std::abort for a while
        
        so try and suppress this warning
        
        Change-Id: I096352af0116f1ba0911cc201eb884267095a797

2015-09-11  Caolán McNamara  <caolanm@redhat.com>  [0f36d4a923f37b1fd85ab024d09e84e53bf481ba]

        coverity#1323755 Using invalid iterator
        
        try and help coverity to know that aEnd and maFragments.end() are the same
        place
        
        Change-Id: I9ce4187d5ed15d0ae26b69bb360dbd47c2a6a185

2015-09-11  Stephan Bergmann  <sbergman@redhat.com>  [3c319565a5d92ba7082c28fe01a42115fcb7a9a8]

        Missing dependency
        
        (for typeinfo for SvxFontLitsItem, as needed by -fsanitize=vptr)
        
        Change-Id: I13ee8f4f52509ca2b26cba16a3e5c93a7223ceb7

2015-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [226df017ee949429657dea20e2d21e2775e4d162]

        sw: indentation fixes
        
        Change-Id: I7cf97f06053275fa229bbd24a06f7b0104f024fb

2015-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [29ec512e8c00984e13cf24accf81ad7c24d8e877]

        windows opengl: make sure mpLastContext is indeed the current context
        
        There were two problems here:
        
        1) The OpenGLContext ctor registered the instance on the list of
        contexts, but platform-specific call (e.g. wglMakeCurrent()) was only
        made later. Add a registerAsCurrent() member function that helps
        ensuring that the last item in the context list is indeed the current
        context.
        
        2) OpenGLContext::prepareForYield() is called without the solar mutex
        being locked, but it still assumes that the last context in the context
        list is the thread's current context, which may not be true.  The result
        is that during JunitTest_sd_unoapi, we end up in a situation like:
        
        debug:4640:5240: OpenGLContext::registerAsCurrent: wglGetCurrentContext() is 00010001, pSVData->maGDIData.mpLastContext is 00FA65F8
        debug:4640:7944: OpenGLContext::registerAsCurrent: wglGetCurrentContext() is 000D0003, pSVData->maGDIData.mpLastContext is 00FA6C70
        debug:4640:5240: OpenGLContext::prepareForYield: start, wglGetCurrentContext() is 00010001, pSVData->maGDIData.mpLastContext is 00FA6C70
        
        I.e. one thread registers as current, an other registers as current, too (while
        the other thread has the solar mutex), then once the original thread wants to
        release the solar mutex, the real current context and the last item in the
        context list won't match, so the assert at the end of prepareForYield() will
        fail.
        
        Fix this by releasing the GL context in WinSalInstance::DestroyFrame().
        
        With this, JunitTest_sd_unoapi passes on Windows with GL enabled.
        
        Change-Id: Icfb9c65c871586b5df69b5a2ab3aa91843dfc799
        Reviewed-on: https://gerrit.libreoffice.org/18473
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-11  Noel Grandin  <noel@peralex.com>  [9e3820ac21685627f5a411b7fa9f9c944eedb2b8]

        convert Link<> to typed
        
        Change-Id: I70d7c7ae4fc68d2f36a00d7c1b6eba71f63872d7

2015-09-11  Noel Grandin  <noel@peralex.com>  [71a83295d8c719f4fd4fa05f367c3c85323e22e9]

        convert Link<> to typed
        
        and remove unused maChildEventListeners
        
        Change-Id: I845a9af608c3429cf9ccb0e8041f24f423839513

2015-09-11  Noel Grandin  <noel@peralex.com>  [c80fb09256f02379b78f7bb219e94dfbf5277872]

        convert Link<> to typed
        
        Change-Id: I8f64b8f8e1e8ac7ce1475fc5132acb7171237a32

2015-09-11  Noel Grandin  <noel@peralex.com>  [cf0c04a428754dfd5aa477cebc5441bc74e27005]

        convert Link<> to typed
        
        Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0

2015-09-11  Noel Grandin  <noel@peralex.com>  [e8ee8473361f09034fdcd4f30a2325a53a512a7a]

        convert Link<> to typed
        
        Change-Id: I3defac5fff9708228d9bf3200e51853a127bfdc5

2015-09-11  Noel Grandin  <noel@peralex.com>  [23175c02b0f16b213736f87697b600dbbd72ff60]

        convert Link<> to typed
        
        Change-Id: I473ab8d77273c512e843427c86664f9eefbff116

2015-09-11  Noel Grandin  <noel@peralex.com>  [52a949e538de531d35792b59b62c897773ef5ed7]

        convert Link<> to typed
        
        Change-Id: Ia8dd531759ab4d609d1c3eeb31283612c0d70219

2015-09-11  László Németh  <laszlo.nemeth@collabora.com>  [240d1f289c5788845cd4336f223f2c4bc8975a99]

        tdf#93957 fix Emoji pattern of horizontal ellipsis
        
        Typing :.: (one ASCII dot between colons) will enter the Unicode
        horizontal ellipsis (U+2026: …) instead of the bad :…: (the
        requested Unicode character between colons).
        
        Note: the pattern :...: (three ASCII dots between colons) was
        originally intended for the horizontal ellipsis, but that
        collides with .*... pattern (default in English and in several
        other languages, meaning: replace word ending three ASCII dots).
        
        Change-Id: I97632ff81e04ab9e53026da425b82a2541db0eb1

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [62f489c88ea0067adb0f6762c6bc331c2c51005d]

        loplugin:staticmethods
        
        Change-Id: I00acce39f94653ef8e2465f15ba572b619a1c7fb

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [1a9293242b90920b24880cbc69406296cae581df]

        Remove unused INetMIMEMessage parts
        
        Change-Id: Ica7d3e7e52ccdfe833ac10567c6f5f7bb7085dee

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [9371a5f0a03ef1e98e8984edf3bb81cffa14f36f]

        More INetMIMEMessageStream clean up
        
        Change-Id: Ibb2b93261e2d8ef370ac106766e39685a03a6ef3

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [82285ab5c9778cc16a6976f4036ec7188037c6b9]

        Merge INetMessageIStream into INetMIMEMessageStream
        
        Change-Id: Ic3d9cd117b3f911a7cb1317fc9d1d2e9d8f1ff42

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [4464e5dbca7cab6ec91d19914eddd934cb354aa7]

        No need for INetMIMEMessageStream encoding
        
        ...in the only use case in ODatabaseForm
        
        Change-Id: I0282a9f60b05f279a11dcf1990e68b7e017ea3aa

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [8cb1f9ac1ce90b324307711f752591a1acc9a6df]

        A charset is not a content transfer encoding
        
        ...the code was in this odd shape ever since
        bf4154eb5307ec8c35f000fd1df39ef3abb2eb6d "initial import"
        
        Change-Id: Ic931b99267bb6501f15119636f13391f1d065ed4

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [40bcf53b5d663010efa8360c0d7dd0fe222bacfb]

        Remove unused INetMessageOStream functionality
        
        Change-Id: I34ee4750f30635809b8e23cbf1bd0e16f269f549

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [e871b6a31aa5004daa7fb3b8531bd7f43e8fc203]

        Reduce INetMIMEMessage::EnableAttachChild to its only use case
        
        Change-Id: I67221408d6b9d2aee942ca8bd39ca51da0209551

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [a7b38dcf930a4f6b7dccfbf44bea5bf763e17cdc]

        Check for "multipart/" prefix
        
        ...instead of full-string compare; regression introduced with
        c4927a1b76b728b2208c29d09dbf54e70bb26e13 "ByteString->rtl::OString[Buffer]"
        erroneously replacing a call to ByteString::CompareIgnoreCaseToAscii(s,n) with a
        call to OString::equalsIgnoreAsciiCase(s,n).
        
        Change-Id: I473e3403910e22e43d7350afa88f9a8e103ebf1d

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [350b9e36afb764661266ec8850488c6b23471de3]

        Add OString::startsWithIgnoreAsciiCase
        
        ...analogous to the existing OUString::startsWihtIgnoreAsciiCase, to be used in
        the next commit
        
        Change-Id: Iad6989c16e1bda6b2b0a58e6c768f7852560bb00

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [f9a4123637366d925e79b52123cb11dce1bccf0f]

        coverity#1323752 Logically dead code
        
        Change-Id: Ic7b0e9c6a1e4e1ce37d49358828a660fdfc63a1d

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [5094b783faf1f8daf23fd08fd25af94eaf1e3d90]

        coverity#1323759 Uninitialized pointer field
        
        Change-Id: I9fca8838beb1c2f6db8a9f1c9b6fe77f247b847c

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [5b73a66c1dc701cc2fd64be8cd98fbf17ad8ef4c]

        coverity#1323760 Uninitialized scalar field
        
        Change-Id: I933b208283629e7940f3d5928bae9f94a485f54c

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [e19d966b54d282ddd010827a4bfa34e8c133b69c]

        coverity#1323758 Uninitialized pointer field
        
        Change-Id: Iccbf40d09ffb9f9bb6058b81db4ebde6b64a7ae9

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [13fdf04f6594c74f20c78f814c428f893fab9f64]

        coverity#1323757 Dereference before null check
        
        Change-Id: I5353b78b6961d28fb3f42e5f2073e9a83ac1037c

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [a9373197da68a70aee3c4cba780aadde29ed2c7d]

        coverity#1323753 Logically dead code
        
        Change-Id: I6378df91a7f9e51deee17385d395c1f466e928a4

2015-09-10  Eike Rathke  <erack@redhat.com>  [b05593eebcf8be76c541fa63f0ac51e3a0d933e3]

        use constants instead of hard coded numbers for better readability
        
        Change-Id: Idcd469fad8d79ce046ac5c73c341a7098739549b

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [afe53855a221a3c767e8eb06adfc3d1090d13bfb]

        fix crash on rightclicking image in tdf#93675 and pressing esc
        
        SfxBindings::UpdateControllers_Impl in
        sfx2/source/control/bindings.cxx has an awesome
        reinterpret_cast<SfxPoolItem *>(-1)
        so the unconditional dynamic_casts introduced during the rework of
        
        commit fee180f13d48c1fa97a3ecde4b2067e5b0f13fc2
        Author: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Date:   Tue Jul 28 18:52:30 2015 +0200
        
            split the line width panel into two pieces
        
        explode and die
        
        Change-Id: Ic99b5e515bb530b74461155b7e71b7e8814666b2

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61bd09dba251503d262edf6c443cbd7cf627392b]

        also add the relation for the vba stream to the xlsx file
        
        Change-Id: I0b1bf1c8584b6c0e0422dea09577d5cf38b38c55

2015-09-10  Michael Stahl  <mstahl@redhat.com>  [0a94746db12fbab5c30c1009912ee910b9f20553]

        ucb: fix another duplicate WeakImplHelper<XInteractionRequest>
        
        Change-Id: I0728601cd7abd8f8d718728d5983aed94355bdc0

2015-09-10  Michael Stahl  <mstahl@redhat.com>  [67f4626d079678e125f74fe0897d86341cda272d]

        ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest>
        
        Change-Id: I0666bb38e43240a0cbd972a141ecc36573c2ad6a

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [93ab0ff24cb71c36c9e7958046e96d7472b5af90]

        Related: tdf#93676 default to as-char inside captions
        
        This will (hopefull) improve round-tripping to doc[x] for new documents because
        word can only have as-char elements inside frames so we get a like-for-like
        conversion if the defaults are used.
        
        Change-Id: I3913b9b624dd5ba57ed07140bced8e3dca289cf5

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [d961c9273104f552a8207e63c33e33f1e265565d]

        split out useful code as standalone makeItemSetFromFormatAnchor
        
        Change-Id: I385549b4841dfc715aa984bcc257d78c9f1c3ed4

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [8ac129a59b237e561b0884a2643030c2ce1175dd]

        Handle IOException during filter detection
        
        Change-Id: Ie2b8b65f0f2b7b34efbba478a7ccda7ef3719bd6

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [90b0a547920972443f2eea49f9643c6658f040e4]

        Drop no-op skipBytes(0) call
        
        Change-Id: Ieb8c588c8db82a0f1e671e4966d69d87d18997e7

2015-09-10  Eike Rathke  <erack@redhat.com>  [44f34c1163882c2e3086282374fee9cd55ee211f]

        Resolves: tdf#92995 do not delete caption objects that are held by Undo
        
        Drag&Drop Undo is a special case of ownership..
        
        Change-Id: I2fe7769c4d84efe09d432335d5d8e72d506bf7a1

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [bb71e3a40067e4ef6c6879e6d26ad20f728dd822]

        This presumably wants to swallow exceptions from XSeekable::seek
        
        ...instead of doing a needless catch and re-throw
        
        Change-Id: I1b1c593ac19a46aa7acfca753bc8177aa7a8ff12

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [727c5b5fbd9392ce476a9a27c9f11f0a3000e0fb]

        Calling empty std::function behaves different than calling empty Link
        
        ...regression introduced with a50cd18768289c65debeed5ec507cf37095365b8 "make
        Control::ImplCallEventListenersAndHandler take a lambda"
        
        Change-Id: I62e66d71cd36e55d68cf15c70dc9e06214f7e312

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [4e6194fe8357efc5afa8d094e209ea94335b5923]

        GetCurFrameFormat->GetSelectedFrameFormat
        
        Change-Id: I2f1eb4567b6e073991d95dbcecdc79b24010f2c1

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [a5aab0cce45309afae81b3ec0be8ace1ca0ca17d]

        GetSelectedFlyFrm+GetCurrFlyFrm -> GetSelectedOrCurrFlyFrm
        
        Change-Id: I4348c4cf54dcd5504c52cf8ab550572257eef50b

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [7473aacc73f8572e20f6f2a3a1d10001c5cc477d]

        bundle duplicate pattern into a GetCurrFlyFrm method
        
        Change-Id: Ib12b825ef9cc6e2b57e9320d435e3863d319cf0f

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [8df51f799bb830db52c7be2d04b575b0443b76ec]

        GetCurrFlyFrm just forwards to GetSelectedFlyFrm
        
        Change-Id: Ia0b83a3aad71a72ae2135c5d7f6ddb6d9644b10b

2015-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e50bcf0a2267bf3c80a5d99442bfe08681241836]

        vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I8a7f7c81a876b5f1ac987375f8c43bbef89dc087
        Reviewed-on: https://gerrit.libreoffice.org/18461
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [9303e87bb6839afc09d4db543ff17f2fb5142359]

        unoxml: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Id753717b228061c810a0122e551326ab001949a9
        Reviewed-on: https://gerrit.libreoffice.org/18460
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-10  Michael Stahl  <mstahl@redhat.com>  [a9fa776cdaacac30fd8df22d85aab30ef70c9776]

        vcl: fix utterly mysterious error C2064 term does not evaluate
        
        ... to a function taking 0 arguments with MSVC 2013.
        
        Change-Id: I73744bfe9def70d00e6e489f7064472cdb64b113

2015-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e682d47a792497211d33779312ca2cad9874ffb]

        windows opengl: mpProgram seen as 0
        
        in JunitTest_sc_unoapi_3.
        
        Change-Id: Ic7e32979f31a3376b67eb3bef59373632461e39f

2015-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [57fc41adc9292f8980bb8bbbb0d7983310fe6fe3]

        windows opengl: mpCurrentProgram seen as 0
        
        in JunitTest_sc_unoapi_3.
        
        Change-Id: Ibe12a31c1158f782bd7df115171b07e1843d025c

2015-09-10  Noel Grandin  <noel@peralex.com>  [3d95279f6c1e42986a64e76ffc95a432004d4d88]

        remove unused Link<> field
        
        Change-Id: I9fa72bd4a39d630829356117cec73b686efc7ae7

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [d9729bc06d676a36120f3da252d1a4fa39d103d8]

        this FindFlyFrm variant returns the Selected FlyFrm
        
        the other one actively searches for the FlyFrm that
        matches the XEmbeddedObject argument
        
        Change-Id: I2f9271c01337b4a32d7b644f82d16d85c2dc5b51

2015-09-10  Noel Grandin  <noel@peralex.com>  [f4e951a61a20edd6efbd244966e851aa378e66ad]

        convert Link<> to typed
        
        Change-Id: I603463d0486d4d0f21ebbdc6eca900db58bb090f

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [823150ff153a6e02781b1b2b09ea6eb528111d2e]

        include algorithm for std::min
        
        Change-Id: I7b57b8f1c86b3ed1e31467fc7c094b3520d4e74e

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [f19402658dce6944e82a9058a6888e488b37b336]

        fix windows build
        
        Change-Id: Ibd768bef633de63ad3f7e826eb8044e04c1159ae

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [cc2c9d514d3095d561da7c8fc94e8a09fa2f1a2f]

        Wizzard->Wizzard
        
        Change-Id: Ib97387fac7f519ce255ab68b08438a71d753382d

2015-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9674ddf81f9600a74edcf59324ad99624be1348]

        oox: work around Android build problem
        
        Android seems to be missing std::log2(), see
        <https://code.google.com/p/android/issues/detail?id=68906>.
        
        Change-Id: Iab335cec0c9c5fac0908579a65ea2d434ce2f68a
        Reviewed-on: https://gerrit.libreoffice.org/18466
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [6d8b9aab3cea5b88b3cb56d9343500d45be8b124]

        Attempt at making CppunitTest_sc_macros_test work again
        
        ...after b15b372c7cc64315e14c7600429f0995ed2b2666 "structure for vba export"
        broke it; moggi, please revisit
        
        Change-Id: I9cf1614b05ebad64898d0e62cfeb4cd2e24dc9e0

2015-09-10  Mihai Varga  <mihai.varga@collabora.com>  [1806882317af1162edce5c2389c9c5eeb18455ac]

        LOK: getFonts method
        
        Returns a json mapping of the available fonts to their possible font
        sizes
        
        Change-Id: I80c0bdd79e3ef2d814f64b8d38143d6c2b9ca720

2015-09-10  Mihai Varga  <mihai.varga@collabora.com>  [39975c477a38be613e9e162acb6de241999f0ae1]

        LOK: added a general getCommandValues method
        
        This method returns a JSON mapping of the posible values for the given
        command (e.g. .uno:StyleApply, etc).
        
        returns:
        {commandName: "cmdName", commandValues: {json_of_cmd_values}}
        I've fixed the unit test this time
        
        Change-Id: I30b0fba8ba1db33dd79f4b46026d293b9ea72402

2015-09-10  Michael Meeks  <michael.meeks@collabora.com>  [76eff026062c2bb755256cf9b335711d5421d27f]

        Fixup low-prio idle's effect on min-period.
        
        Change-Id: Ib01883e09a32d839cc20455276655ad39bd6828c

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [b02f1c58e7bb8b6c9381107431557d3f39794fe0]

        fix size check related hang
        
        Change-Id: I3e8aa5c48ba802cd363688502b44e27bfdf67f01

2015-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [78095389594972409f93a3ea8ab807863f8e3ec2]

        sw: use std::unique_ptr<> in text
        
        Change-Id: I0a4e0b5abbbbd58e7c0fc8235d88cf08a29a7c70

2015-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac882c305da2c5d9c30756da8ac2976f9047622d]

        desktop: enable CppunitTest_desktop_lib only on Linux
        
        Since the test would fail to link on Windows, due to
        
        ifeq ($(GUIBASE),unx)
        $(eval $(call gb_Library_add_exception_objects,sofficeapp,\
            desktop/source/lib/init \
        ))
        endif
        
        in Library_sofficeapp.mk. Given that
        CppunitTest_libreofficekit_tiledrendering is marked as Linux-only as
        well, be consistent and have this test as Linux-only, too.
        
        Change-Id: I6c8884398eba5dcf8a74c9cdc96c869b6108fb7e

2015-09-10  n.r.pearson  <n.r.pearson@gmail.com>  [fa4871b7436c159c9d206d910f899d8af3044d72]

        tdf#93243 replace boost::bind with C++11 lambdas in unoshape.cxx
        
        Change-Id: I0f87956800e741a837f3492aa76968df35b692ec
        Reviewed-on: https://gerrit.libreoffice.org/18449
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [5a52fefc192dde9fc47badca526089f8d63c5ee6]

        Missing include
        
        Change-Id: Ie8a045c82311556f79b8b37704fcd04c19614048

2015-09-10  Noel Grandin  <noel@peralex.com>  [f5a86c394c872e59cc0c7c793a5270d661c16561]

        -Werror,-Wunused-variable
        
        Change-Id: I0587ab4ca354756fcda4a4959ccc2738739d49e2

2015-09-10  Noel Grandin  <noel@peralex.com>  [7b8e8e5d809bf2e172a4af1654415055654e30c8]

        loplugin:cstylecast
        
        Change-Id: I237ee6cf764d5bca9147e6d5e0bbb1162ece06ac

2015-09-10  Noel Grandin  <noel@peralex.com>  [9e2628503db9641b722e3dd373845fd9b435a938]

        loplugin:staticmethods
        
        Change-Id: Id9313d02fe6036ff8d8cf8142269ed9b4042051d

2015-09-10  Noel Grandin  <noel@peralex.com>  [40bc832ff31ae37784fd53c2b37689074f4cbeac]

        loplugin:literaltoboolconversion
        
        Change-Id: I037b1978ddf69e4348913af1ccdc953a1e825d1e

2015-09-10  Noel Grandin  <noel@peralex.com>  [24baf6c30e89244465f0b33d6b40b0773f932f95]

        loplugin:cstylecast
        
        Change-Id: Id42868685afabd42854655cb2fc5a48f932c888a

2015-09-10  Noel Grandin  <noel@peralex.com>  [2466aa27429b2ffcc45f108284396d7527470e78]

        convert Link<> to typed
        
        Change-Id: Iaeaa33b0b066723d561df0c58f3faedead259d8f

2015-09-10  Noel Grandin  <noel@peralex.com>  [9ea0390f17d5183471a27cf7666b45abf3f1e8a0]

        convert Link<> to typed
        
        Change-Id: Iaca21344f6a38f508f79e6d5983e515162a6dca3

2015-09-10  Noel Grandin  <noel@peralex.com>  [71d8cfc13a7269230fc39c895c5a24350ab07357]

        convert Link<> to typed, and introduce LinkParamNone
        
        as a marker type for unused Link#Call(T) param
        
        Change-Id: Ife9149052a52b27fefd4f810309a5004a0f1771b

2015-09-10  Noel Grandin  <noel@peralex.com>  [99d13c792637a4362c50b30bdc57ebbc6f3b7e4a]

        convert Link<> to typed
        
        Change-Id: Idcc6b760dfe2d388a2634fcc345c66ff5649a62a

2015-09-10  Noel Grandin  <noel@peralex.com>  [9c162ddbea1507193b83fea2e2310f9eda5cfdb9]

        remove unused Link<> field
        
        Change-Id: I121f133513a9897f38bd87be96c2cea39fbfc836

2015-09-10  Noel Grandin  <noel@peralex.com>  [4db28b21499b866c44a6727118a9a94bf2f590ef]

        convert Link<> to typed
        
        Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee

2015-09-10  David Ostrovsky  <david@ostrovsky.org>  [5066199663e40aad46e769ca3372f5f0b9915789]

        oox: workaround C2249 error on MSVC 14.0
        
        The member is inherited from a nonpublic virtual base class or
        structure.
        
        Declaring copy ctor and assignment operator as deleted in derived
        class solved the problem.
        
        Change-Id: Ic509f7e7311fd896656ecff80df3ece4503c3a65
        Reviewed-on: https://gerrit.libreoffice.org/18328
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-09-10  Tor Lillqvist  <tml@collabora.com>  [4a8883e82720a364fc3e9a37631f02b957577d2a]

        WaE: Unreferenced externally visible function definition [loplugin:unreffun]
        
        Change-Id: Id8daecee5cc49a73c894c815b00add8b07cb694b

2015-09-10  Stephan Bergmann  <sbergman@redhat.com>  [da260fbb18ee9debd776468a8b8c4437dee420bd]

        Remove unused "#ifndef ENUM_*_DECLARED" wrapping
        
        Change-Id: I6f207a1692e4fcd2fbecd0420f5ed798e4504667

2015-09-10  Caolán McNamara  <caolanm@redhat.com>  [694419d813c14f6135aa4463d77f72c3a24a5cc5]

        Related: tdf#93676 in msword chart appears with axis positioned between ticks
        
        Change-Id: Ibd16d255a45a220faf7681a74785549c32969f78

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c70d012935659606591ad50346c252bb234994ea]

        remove old comment
        
        Change-Id: Ibf40c2c2f35832114eb74d32f05e87a5cfe7d810

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0ebf4043a53918e176c75e5afa92d98c3ace32c]

        always write \r\n instead of \n for source code in vba export
        
        Change-Id: Ib036ade472b9da4e12153cd0af796df29e750015

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2182220582fc0fc69bd806c08ad92f6219b05472]

        remove vba header from source code
        
        We add the header during import but should not export it.
        
        Change-Id: I2bab6b9dda50dab396fb8023212b1c6f0f035401

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecfcd036603e39940c2a11a81b3fccf0bbddc152]

        pass objects by const reference
        
        Change-Id: I67fb51c54edbcb877a2f840f30e93910909748ab

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [9fb1ad5abe72a4df5537d2efe9b3296d24029d11]

        Export the PROJECT stream
        
        Change-Id: I6cc72602c93ac6da64ca32a3ade526d089ce583a

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e763446ae53c3ea7907b6ffdc0be74a83af13db5]

        the correct stream name is PROJECTwm
        
        Change-Id: I82d12a9451670ab181996d3ab8ec1a8fa32ce86c

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86283974755da47aec47779c18ccddd794d5fc4f]

        copy the vba stream to the xlsx file
        
        Change-Id: I48d4a37a35e047b6f26b7d1da03e2d423cab1241

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c6da7fb3eb951fcd0c8fb31dbff1562f75289e9]

        remove unused using statements
        
        Change-Id: I096a6f61677b451074bf3626f21c694ef7193bc1

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [a2d3089b5824d70917aaf7f1be7895db0f1c837e]

        Export PROJECTwm stream
        
        Change-Id: I06515a31b2587d3b3aa5bda03b47d228c563db54

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [32b7619ced25de5f215b7f31902dc1cf0537df98]

        Fix the module export code
        
        Change-Id: I56d239927d8a83b2b71f52da36394710a52b0a06

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [4f4a668e04bdd68655a0f574027f486cea953857]

        Export the module streams
        
        Change-Id: I132c71e06307dbb0a381d85a6d2ba7a9bd1dd5ec

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [c9efb849fa99c3b0bf9b67920bde8ccfcbfae768]

        Make the existing code generic
        
        Modify the calls to the writePROJECTMODULE method within
        the writePROJECTMODULES method which are currently
        specific to the example document
        
        Change-Id: I20db96e6c4eb1009f7bc81bec3490b9084532854

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73e8ca5a61653755dcc35bf4ffeb5cfbba63d1cd]

        also dump the module source code

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [c5aeca430288057a721688975173ed764860d8b8]

        Write _VBA_PROJECT stream to a binary file
        
        The stream is written according to the MS-OVBA specification.
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: Icc63c988435d9b3bed8fdd499b80a17713f3794f

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d492e8f5d5062dd4f52f29e36047ea82f18bce4]

        handle different callers for vba export code
        
        This now integrates it correctly with the XLS code, the XLSX one
        requires a bit more work to copy the stream to the OOXML file.
        
        Change-Id: Ic853ce795fc2ac2941083a76fd0a8cad7c6add09

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e06037b3f9d13a29a6ffd2f030e4360c7e1a30a]

        introduce mode to save vba stream also to xls files
        
        Change-Id: Ic1066fa9492090e42d37ec487c2e9e8234de4375

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1f1ec819edc14ad266d49f16116056fd439b7c46]

        remove more warnings about vba export
        
        Change-Id: I8d0e6f69dd4d51d195422e6e934fedc406caec16

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5958c94274c99058e2596923a83de3ed684e7848]

        no need to warn anymore as we can save VBA now
        
        Well we will be able when this feature hits master.
        
        Change-Id: I5547863e9002bfe16119a26059fa5281bd9e9070

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e4ee8112aa4f211de2d7dcd962996166e6384b8]

        we don't need that code anymore
        
        Change-Id: I77b5816a4e7743494444b0ac2366164a3bc5d13d

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [85f42858043b07eb52b32cc42fe8c22a8333a21e]

        get correct vba project name
        
        Change-Id: I48efd62ca1df00b8a0cbecb01b394814ca40c2e9

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3187eeab10df77a6c0dd6397be993a68276d7141]

        small refactoring in the vba export code
        
        Change-Id: I68a7c7700b8405f4fe2b75516deff684f21e256c

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4389db13ed20a85fbe2d213ddc833b39e572936d]

        add remaining test from spec for vba compression
        
        That test is testing the case that a sequence can not be compressed at
        all.
        
        Change-Id: I98d1065919acc9688d713ea09bf578c325b1f821

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33c3c4256c71462350f05d6cdc816d09f550daaf]

        add another test from the VBA spec for the compression code
        
        Change-Id: I5368e30bbb383621153c31ae8705cff6df7dad90

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25bd36c63503c9461933032625808e1e197606d2]

        add test from the VBA spec for the compression algorithm
        
        Change-Id: I41d5aca8940e34b41e2cc70a72b6e076707bfac6

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb2fadd35e2834a16c93c677fb3d0b2a39adb738]

        export the vba OLE container correctly
        
        Change-Id: Ic4b0db9dc69079be4ebe686d0c7a8edc91c41fa5

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2846de32e6a38023d584dee843230b1806bf8dba]

        also log the module type

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [400c2a1a0ab14eea159cdded5f8e592287590d56]

        list all libraries used in the document

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1c1a5da515ba3ec10b9e68b148433c841f51ff7]

        forgot to add the test makefile
        
        Change-Id: If68972ac8e0f464869660e60e9bd54197ed0e5e6

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d53ac4d2711c5c1a7639739d34eaeaecc6a53b56]

        add complext vba compression test
        
        This is based on my real world test document.
        
        Change-Id: I6e6c38aa1ced7fe836a8926c26aa7d488d44e6d9

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef1a6c7786eb16690c7d3a4dff86f0effe5a846b]

        fix some of the vba compression tests
        
        Change-Id: Icfb9b63206fe22641ebdef76619fe70e1f5d5e04

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6917cd98ca6b6fd2d495d0257c7fe50611982d34]

        add one more test for vba compression
        
        Change-Id: Iba6b4e7b5d26ac7943f72e2a5b3d5d2dc4fc95fd

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c465695b7e18b38ab99f202fab169fa1bdf930f8]

        write compressed stream to a temporary file
        
        Change-Id: I4791ec65961129475bb81491dcf681295fcfdea6

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e4c27820176976771429ad21d7420902597ccb2]

        add first vba compression test
        
        Change-Id: I9e3abebb0ac932b46f7fc96cd37d39023b783af2

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eaab276fbb2939d6f315a9e491ff7925edfc6fd8]

        fix my horrible chunk header code
        
        Change-Id: Ic91c06dbe05180d97b0db5de497f26f14b2d4ec4

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f9386c07b1431aaa7cc091effe3b0e0847790731]

        also write the chunks to the compressed stream
        
        Change-Id: I4b079f0f5b83379e1c8c7c7d99a16b794ab36c11

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f1f317a0bf7436b1624d60df96a25f4a8b9a58b]

        extract compression methods to make them testable
        
        Change-Id: I2ad28134ef723872b9940c02657ee89758efa06f

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1b31c0e36d7788ac1dfc3b623756f72f1cb3d78]

        fix small glitch
        
        Change-Id: I8c219db7aa3eb53c82232469e8334b6a47489cb2

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [b0e1a08cc438dff932d555a123bdc2110a0bd1c3]

        termination of dir stream
        
        Change-Id: Iac2284fe0876afe244fad8f33fe88402dc48a704

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [c41f53b52552ff2632e61384c36087534a737f8f]

        implementing the fifth module - sheet3
        
        Change-Id: I50abe3687e37fad43ffb93b360f82acf07d74331

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [bc6135bdb2f8cc89d9c40a6c47bed579a53ab678]

        implementing the fourth module - sheet2
        
        Change-Id: Ib3ff765e3646ba381e6d01654147ba1fdda65377

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [026493da55f31d0e8c57395cd1168e397edf63f2]

        implementing the third module - sheet1
        
        Change-Id: I57633ce039163fa9145a3aa71b594c4b30999475

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [08bfc7be1f43215ddecd86e1c005df2539567494]

        implementing the second module
        
        Change-Id: I6a9e1fb07c990bcf65fa15e84e72cc410996cd73

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [28ab982e1363d1006e12b24b406e919d80736afe]

        modified to implement more module records
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: I292869ffd8b2e5aa5d2ba865c237ed1536db3fdb

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [9b8da8e62caada83ec16795cf3cc936b6e9a6352]

        termination
        
        Change-Id: Ie442e2152a6afc739e36e585ae2fa12ad7b82116

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [c76e4faafe2fbec81b11e5f4b679a197e2bec1aa]

        module type record
        
        Change-Id: Ie015931985a66f7fb2a47bc94d8215f64a667438

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [7b0c29c90f0d030e942010021ef95177379b60b4]

        module cookie record
        
        Change-Id: Idd2f52e6f48c9fe6e1fbaecdfc34535205f28c59

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [264a5f61d3682b61d9c25283727bf976038ca8cb]

        module help context record
        
        Change-Id: I671c1c436864b935dfec97fbde9441d2c5d3ae3c

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [262b96429a952a75c52f000f6d68a37a0b0d9927]

        more todo
        
        Change-Id: Ib28b7493227c24c415649a9e55f274ecf1411c77

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [eae76eba8ff5ffecf9d349ad642be0f70a5ee31a]

        module offset record
        
        Change-Id: I7b2c25e518248cbe28762c1392b1372ff8e61bff

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [890e7d761484dbf30932d0cd624b6d32f8074fd1]

        module doc string record
        
        Change-Id: Ia67dcb4f68379eb923787792e15bc9aaeac308e3

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [daefd7c640ed131c3dba8aad28714d6b29bdf1a6]

        add todo
        
        Change-Id: I8a97f7cf2ee576bfe00ec127a5cf5af90796082b

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [f876571818a1b8dc3c1ad43899dccbae5a040199]

        module stream name record
        
        Change-Id: I1c12d5427c4808b496fb0e087c100dc93a5695c1

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ecd937e66dc567bf7b982360eebda05a68e05e8]

        add more todo
        
        Change-Id: Ie6c6fd5ecfad5f7dd21e72104ab19f41fd051ec1

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [ef7daddde97bdb2e5bd577d8d7633f93e5fd7f86]

        module name unicode record
        
        Change-Id: I7da5defad290fe7884ea9f074a558645283d9146

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [7418e2b84b81696b9c207b6f608b439405c3c73c]

        module name record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: I2b468bc0ae28ed0dbc7f2a188b04ee9728f2b1e9

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [247e7d9f94b6015f36512307d8741cc48639ad14]

        add more todo
        
        Change-Id: I04faf290770d06c7ec8eb54a1ae777271b105ad5

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [053fd882711bae615a0dd13da82a125286d3ad67]

        project modules record - project cookie record
        
        Change-Id: I20cc81818560bcfa2cefe9c050836e9c856f44ec

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [16063f5073c7e661cf3dc1412630db8952a55d2c]

        next reference record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: Ie7efdc2cabac43ea06ca9ba84b634fc2cb1ddd54

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [5f1ecef8d192e224d8f89d39c9ffd913ca4df5ba]

        reference registered record
        
        Change-Id: I72a038f0e2ef4e7cd430de8e8c835a6147113e29

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdc44e1c779dd4d4dfa69d3609bf7aca8d084aa3]

        add two todo for later
        
        Change-Id: I8781f3e86584d61613245a5654fe7c6afab9a5da

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [93bb571bfad73d8dfdb7f8b2be359b4ef152d133]

        reference name 1
        
        Change-Id: I1aa7233126df0a3dc6bb849646aab35f17e72a2e

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b02ab624d40a662742b6b98948e2dcd60384bb98]

        implement VBA Compression algorithm
        
        Change-Id: I0c60244f27d27cf0c97199ff5bf392d157164aa5

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d5d64b05ec8a25e91e9f337aaef03ec8d863779]

        implement utf16 string export
        
        Change-Id: I569aac676764c356a5ffc8d47153e70cb3224af9

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [d1369090f57fb57d36de5bce11efd4fa7dbad7ee]

        PROJECT CONSTANTS record
        
        Change-Id: I569aac676764c356a5ffc8d47153e70cb3224af9

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [06edf7a8057ba5fdb2dd55fb2615e61f65d5ead2]

        PROJECT VERSION record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: Id0206e4a9495bcf92e8ece0e2ea1e1bd4ef9233b

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [2bf0e63205b9f5c7afac1d2298fdca4455cf3ad4]

        PROJECT LIBFLAGS record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: Ie52ca9f20146d8a30dfd656e43f26e754f9b4c79

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [8b403fc90b82c2318f6c17c59c9a02f4742aff80]

        PROJECT HELP CONTEXT record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: I2d635df9e562970ff92777ab05a0b1a8f7baf188

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [3186e2b467e84950cc3b04f33f5da1e386bc5e2a]

        PROJECT HELP FILE PATH record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: I2f76089170e818b2fe311817b64b54dbb49c7e24

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [7e73e21c1270fbfcff60e0798acf9150d3a9f40e]

        PROJECTDOCSTRING record
        
        Conflicts:
        	oox/source/ole/vbaexport.cxx
        
        Change-Id: Id315749fbc5d72f3af4dc5bcd876060e369247b0

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b72caabeeed121355638f2fd476c2aa0c7912b9]

        better string export
        
        Change-Id: I85a4f0aaaa51a473214c3b7f1f5463a268973f0f

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c8eafa96f0b61a97e87df01862a28d67cc1b4f1]

        0x02 is OSX, 32bit Windows is 0x01
        
        Change-Id: Ic37ed1ee67727bfad16666b76095fea71e2f4a6f

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [06efa4ee5e43fcc50b77523c5cbd7ec765ab08c1]

        PROJECTNAME record
        
        Change-Id: I0a54cf38ca9b94064881e8d527d5cd4637736050

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57dcf39a0c8804e990450fddd10c6f1a5338c720]

        work on correct codepage handling
        
        Change-Id: I9daa2ee90f3f6bd284a1bfd27b648f2e41bb4e0f

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [f2505e76eea4114c6b3600927045e8db63593f37]

        PROJECT CODE PAGE record
        
        Change-Id: I4ee0a1481335a9337ba2e20b59af4e332a532174

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [90f41feafb8d4459dbb2a176542d44c2a5f434d0]

        PROJECTLCIDINVOKE record Change-Id: I8e0df8f48fdabafac09d1a6d645da58ba17f71f1 Reviewed-on: https://gerrit.libreoffice.org/17600 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-10  Rosemary  <rosemaryseb8@gmail.com>  [0959858e1a54bee702c6e558941371a348721bdf]

        PROJECTLCID record
        
        Change-Id: Ib672f479785fc20002e5905ebe7c02c31e6e9964
        Reviewed-on: https://gerrit.libreoffice.org/17599
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1fe96482b1cd61b5681cbe3b0ea057366e465df]

        really call the vba export
        
        Change-Id: I92e8ca85f4430ddf1c4e4e2ea3d024f8a6e23a86

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a31ae0216b201e59f9f0cf6a69b635f6f33d5b6]

        export first vba records
        
        Change-Id: I840b253e3622e783dee797b9e0b4b39559f0e74d

2015-09-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b15b372c7cc64315e14c7600429f0995ed2b2666]

        structure for vba export
        
        Change-Id: I8094b64185ef8730355841e9b6f9d4ba412568dc

2015-09-09  Michael Stahl  <mstahl@redhat.com>  [86aebe9e5b084a737ce18e4620e8d8f0998eb5a1]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: I6bef6fc863034b162459a46d332fa66a06916e7f

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [b70669e4cf98744437365d6c83d2f71c35b27696]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since the function's introduction with
        0a0a9b32aa5bf1ce2554ad37cbba3c7a105db2b5 "121420: merge sidebar feature from
        branch into trunk"
        
        Change-Id: Id52548f16d12ddbd4620508863a53dce72d6c856

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [4f6dcbd444cdabd1657a0c0e706b48bc165f4385]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import"
        
        Change-Id: Ie9fc697361f7677dae0d62ebb62a7db45e5cbe37

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [7214cc616c7dd06bd0885b05f4d988b19690e8c1]

        Missing break?
        
        Change-Id: Ib02285875eb354f38dfa1b86cacc3e59fcebb94b

2015-09-09  Yousuf Philips  <philipz85@hotmail.com>  [f2e3f91fef32ba130c639f1b6b293768018b1c58]

        Updated core Project: help  d929b0a121d232f0fd7c583a1fc7c016af92517b
        
        tdf#92825 Fix impress's main menubar entries
        
        Change-Id: If91dd8b2125f4ac9b608829db2f7de802d702d1a
        Reviewed-on: https://gerrit.libreoffice.org/18394
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-09  Mihai Varga  <mihai.varga@collabora.com>  [2290efa4a22d42cd9099b63b9138e4ff994c07f9]

        LOK: moved the decalaration of LibLODocument_Impl to make it visible
        
        We needed a better way to test LOK methods that are not app specific,
        but are defined in /desktop/source/lib/init.cxx. So the decalaration
        needs to be visible.
        
        I also moved the `getStyles` test in the new test file
        
        Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e

2015-09-09  David Ostrovsky  <david@ostrovsky.org>  [98483599b76fe6d0113a657f057ff5ad799ade96]

        sw: Help vs 2015 with virtual base inheritance
        
        MSVC 14.0 was failing to compile IMark class an friends with:
        error C2280: 'SwModify &SwModify::operator =(const SwModify &)':
        attempting to reference a deleted function: [1].
        
        After defining copy ctor and assignment operator in SwModify and
        derived classes as deleted the next failure was:
        
        error C2512: 'sw::mark::IMark::IMark': no appropriate default
        constructor available: [2].
        
        Defining default ctor as default in IMark and derived classes
        seems to make all compilers happy.
        
        [1] http://paste.openstack.org/show/447854
        [2] http://paste.openstack.org/show/447856
        
        Change-Id: I2822e8ec4b98ca18d0a0128ed2ceeb38f347c5bf
        Reviewed-on: https://gerrit.libreoffice.org/18362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [1544d1257582af96bee633e2ce1ab2b39b4de7d1]

        clang-analyzer-deadcode.DeadStores
        
        ...since 120e469d176026ceb59abbf74d2ad255323cbc9a "i#115391 better support for
        MinTextSize settings"
        
        Change-Id: I7d09b2a9341c9798ea4b1ca2047b9504361e27e3

2015-09-09  Michael Stahl  <mstahl@redhat.com>  [2ada1d6e4828ead6092186d5e42068c6d4ca8cf2]

        externals: remove various obsolete MSVC2012 specific flags
        
        Change-Id: I8848d042a008c21e407d9610161b5c67d2137a18

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [1cab99d99646eee12afff1ded8f6e3fd1a273bb1]

        clang-analyzer-deadcode.DeadStores
        
        ...since the SdrInsertReason ctor lost its second parameter in
        1d852b32d7ad89b2317c04958060f366f8922ca4 "loplugin:unusedmethods svx"
        
        Change-Id: I2db0b5b87c50c29113f7a9ef2de065ee32cce8d7

2015-09-09  Michael Stahl  <mstahl@redhat.com>  [4c91e94e892943ef5e031d65f6f42864233cb4cd]

        tdf#92036: sw: fix idle spelling loop
        
        There is a sort of intentional infinite loop in the idle spell checking
        handler: while the user is typing a word, it should not be marked as
        invalid yet, in order not to annoy them with red underlines.
        
        So the word where the cursor is positioned always remained dirty, unless
        you happen to have a grammar checker enabled, which clears the
        paragraph's dirty flag from a separate thread.
        
        To avoid the infinite loop, add another spell checking state "PENDING"
        which is the same as dirty except that it should cancel the idle spell
        checking.
        
        The idle spell checking will run again when the user does the next
        editing operation.  Notably this means if the user just moves the cursor
        out of the wrongly spelled word, it won't be underlined yet, but that
        appears a minor issue, and checking when the cursor leaves the word
        appears too hard to implement.
        
        Change-Id: Ifb3d6d17f94f9f1cfad82e70dfa79f1594c38647

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [f9f3e97ca867db59f2fc2e4fdb5583ed49cab49c]

        SdrObjEditView::IsTextEditHit effectively ignores its nTol argument
        
        ...ever since
        
          nTol=0; // Joe am 6.3.1997: Keine Hittoleranz mehr hier
        
        had been added into it sometime prior to
        fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import."  So lets assume Joe
        meant that as a permanent fix rather than a temporal hack (which would have
        survived for longer than 18 years anyway).
        
        Change-Id: Ib30ac8d578f70c861d4c0f5f71bf4c13e9281db8

2015-09-09  Caolán McNamara  <caolanm@redhat.com>  [2bff291ac88ad71f258316a299771b2543f856e4]

        no point in reminding me now, we shipped a while back
        
        Change-Id: I728d4c0c6e271e3a97a95996f96ed43c00a3abc8

2015-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dfeae78cac187ec27f873271005c77aebafd038]

        vcl: restore lost hunk in Scheduler::ImplStartTimer()
        
        Regression from commit 6d64d2f38d9f6c2f54e05675ecd0709eabf6d8ca (Minor
        refactoring and cleanup of Scheduler and Timer., 2015-07-19), the old
        Timer::ImplStartTimer() used to set nMS to at least 1, but the new
        Scheduler::ImplStartTimer() didn't do that.
        
        With this, JunitTest_sw_unoapi_3 no longer hangs for me.
        
        Change-Id: I16ad360f1e5430cde7ec8b28e8c2620d260c9ec0

2015-09-09  Caolán McNamara  <caolanm@redhat.com>  [b95175cc41f96ce669d2a4d4c55034c1f80ac74b]

        stray debugging lines
        
        Change-Id: I525009b9d037387b236cb4605fe0b93c94858d89

2015-09-09  Tor Lillqvist  <tml@collabora.com>  [a393cf99ae948a8144c8f0cee3a26bd432825052]

        Revert "add some warnings to non-implemented features"
        
        These warnings are too annoying. So sue me.
        
        This reverts commit 5c60dab390d66a4d5abeaf548efecf3913b90839.

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [5fc85f6da173fdd7c44c353de3b60d8eea4b75ae]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since that block of code got added into SdrCreateView::EndCreateObj with
        b3a18f15738c308d1879b0c24204cf1660c640c1 "#83403# Use one common method for
        inserting scenes into scenes."
        
        Change-Id: Icd89d5ef2fa0601f82fa4b7d7610c709d49269af

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [68311d3cec745cdc62ef73639dcc34cfce98f4f2]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since 2cb4c646a81c92d7582c0db6eedeb09128ace1c5 "CWS-TOOLING: integrate
        CWS frmdlg"
        
        Change-Id: I5ba64a9e8005efc5e918669d0ef3119c18c32594

2015-09-09  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [ba8cdfca4d875af0c95622c7b87a8291e130865a]

        tdf#92649: Converted pointers to unique_ptr's in vcl/unx/kde4
        
        Change-Id: I1bab95a9a3db765d3b3bd34345dc006ccd33caf0

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [773aecc810b1b39c0c3cc78eabf03054c9d113f1]

        Avoid needless incompatible change
        
        ..in 9ed1dd01be8afa0961e388a79e9ff4c1235820c2 "tdf#90839: support for wrapped
        text in data labels and for centered data value" by moving the additional
        optional property to the end; also, add missing @since tags
        
        Change-Id: I6f8a6cb22d29ba27a109089892b8df009d1043db

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [1f6b082388c7e1eaa668f02008488b317c0d4988]

        Fix previous commit
        
        ...4b4a7c0d87eb580272aba0777c9021789025bdc0 "Revert a fix that can never have
        worked in the first place?"---which presumably did work after all, as Noel
        thankfully pointed out to me,
        <http://lists.freedesktop.org/archives/libreoffice/2015-September/070193.html>
        "Re: [Libreoffice-commits] core.git: basic/source 'Revert a fix that can never
        have worked in the first place?'"
        
        Change-Id: I411bfaacbfebf50589290c6a3040d0300c256439

2015-09-09  Caolán McNamara  <caolanm@redhat.com>  [f3f1919aa4eca2f6180649eda43bcb813b1f0450]

        Resolves: tdf#93887 distinguish between empty selection lost selection
        
        Change-Id: Id0be728602b3c58b2853ff464336d68303531efe

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [3870d1145696a5d3969c269b5a8b19a6360d6b63]

        clang-analyzer-deadcode.DeadStores
        
        (a use of nStyleNo at the end of SvxRTFParser::ReadAttr had been in a commented-
        out clode block ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial
        import," and later been cleaned from the code)
        
        Change-Id: Ic9e30cc1bccca9c4246deb50fbc6d545e3ea31a2

2015-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [7805e7a95437d12f5081237e0e4a064ef53c032a]

        sw: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I1c423f98fba55c1ac5c3bd9a4e81ebd7eb6604b4
        Reviewed-on: https://gerrit.libreoffice.org/18393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [5cce78f9a52050e15a63761bd8af36075b1a8945]

        ucb: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I0e4c7e26af86806e75bb75b7eb6c70b57e1c9514
        Reviewed-on: https://gerrit.libreoffice.org/18427
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [a9c83ee37561e0dbf5f1ad57a4de7c179785c45b]

        unotools: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I43d586da78976c33557e66ced9782ac7adb8dc77
        Reviewed-on: https://gerrit.libreoffice.org/18428
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Caolán McNamara  <caolanm@redhat.com>  [c30c6357743a4f0845269aef493a661cd1375eec]

        speed up eps testing
        
        Change-Id: I5a7c42aff29277a8189dc00a4a3a185d3a8d3021

2015-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [ac142d91b6c141f4f2b8ee4966be8c9b2eb63e82]

        testtools: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I6c77b9219c772f38005431fed7cd0f4132fab2b9
        Reviewed-on: https://gerrit.libreoffice.org/18395
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [083c865f9af70a12dfed52b07785e303eb61b397]

        tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxx
        
        Change-Id: Id9098c07d7aff62adb26165611a545efcfe87a34
        Reviewed-on: https://gerrit.libreoffice.org/18419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Noel Grandin  <noelgrandin@gmail.com>  [be73c1602dbe4d0f09d0e9c4853ec89df3eb37ad]

        convert Link<> to typed
        
        Change-Id: I3127752785b77672d37f99bc9eaa881377dabe7c
        Reviewed-on: https://gerrit.libreoffice.org/18431
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Noel Grandin  <noelgrandin@gmail.com>  [61afb4bebafe6e615611e74b17ce0fc43648813f]

        remove unused Link<> field
        
        Change-Id: I8832a303ae2ac384e49488835df6b2d145ebbfcd
        Reviewed-on: https://gerrit.libreoffice.org/18430
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Noel Grandin  <noelgrandin@gmail.com>  [5ab7806d6c8e2d155fc022ace19f83afbe5f9e68]

        remove unused Link<> fields
        
        Change-Id: Ifed1a8cfa774225cb450bb211b1b1b949ef02811
        Reviewed-on: https://gerrit.libreoffice.org/18429
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [a622aaf28fbf01a4de44c9e5c2c85b46bf63697b]

        clang-analyzer-deadcode.DeadStores
        
        ...uselessly introduced with 94cac4c58d234fa7f75a115351b6d4dc02edab69 "changed
        to new clipboard interface"
        
        Change-Id: I4e446c7e524f1c80fe82d699d8c16e5cfa59932c

2015-09-09  Noel Grandin  <noel@peralex.com>  [78b124143a3c2bd82984c1c06aa3265c211cef13]

        convert Link<> to typed
        
        Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec

2015-09-09  Noel Grandin  <noel@peralex.com>  [6f4e11a95bcd7a591cb93d1a842bbc8ad1ed31c9]

        convert Link<> to typed
        
        Change-Id: I2aeda615e39db5a3cd39e168db34425e2912be8b

2015-09-09  Noel Grandin  <noel@peralex.com>  [f73144801474aa4b3d6b997ceab7fabae8bfc3e7]

        convert Link<> to typed
        
        Change-Id: I4fba6bf5b34b086a11659de3cddf46c76007a147

2015-09-09  Noel Grandin  <noel@peralex.com>  [5906a2a6380dc8f748a3c6f4fa0778e237abdff2]

        convert Link<> to typed
        
        Change-Id: I184d836e944d6dcfd17233a7a83680f1c1bff9bf

2015-09-09  Noel Grandin  <noel@peralex.com>  [7a39ae04220d70caef0335ed47452b36cd2e98c7]

        convert Link<> to typed
        
        Change-Id: I49bf8192a2f5295890ead8ddc2452a5de4c93b20

2015-09-09  Tor Lillqvist  <tml@collabora.com>  [caec9ce01ea252e2661b7275da542a41526ff3f6]

        WaE: loplugin:stringconstant
        
        Fix warning: elide construction of rtl::OUString with string constant
        argument in call of rtl::OUString::operator=.
        
        Change-Id: I5017509c04381fb158da1ceede7c8bef564f1c07

2015-09-09  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9ed1dd01be8afa0961e388a79e9ff4c1235820c2]

        tdf#90839: support for wrapped text in data labels and for centered data value
        
        Now in a pie chart the text of a label can be wrapped, the wrapping is
        automatic and the maximum text width is fixed to almost half the pie
        radius. This feature is used to import correctly the relative text
        wrapping property provided by MSO.
        
        Moreover the data value and percent value of a label are now centered
        horizontally, respect with the label text.
        
        Conflicts:
        	chart2/qa/extras/xshape/chart2xshape.cxx
        
        Change-Id: Ie10d6184365436f763cd9693a5bbefcfa9b3862b
        Reviewed-on: https://gerrit.libreoffice.org/17193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [79bc956e7f44b762bfd6560e5a9c9812fa3dcf4d]

        sw: use std::unique_ptr<> in undo
        
        Change-Id: I327108c72d6f00575491de8ee1ebc470e6d18bb5

2015-09-09  Tor Lillqvist  <tml@collabora.com>  [e4757b79e2938e48a57d129413df3f06bf638b4d]

        WaE: loplugin:stringconstant
        
        Elide construction of rtl::OUString with string constant argument in
        call of rtl::operator+.
        
        Change-Id: Ic5bce873550d9755094bbd5a0867994d1670e02a

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [0e13c94ad3615dd20d83a95efc18b99b16e074e3]

        Get rid of connectivity's diagnose_ex.h
        
        ...that rather trivially wrapped some osl/diagnose.h functionality
        
        Change-Id: I4105708488114a9c87aa415affb997a783241248

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [2beeeea4ea3a5799921674310712aa3ead9acd7a]

        Get rid of OSL_UNUSED
        
        In many cases it was originally used to silence warnings about variables used
        only in OSL_ENSURE etc., but that's no longer necessary since OSL_ENSURE is
        based on SAL_WARN etc.  In some other cases it was apparently used as a
        speculative debugging aid, to have a value assigned to a variable to be easily
        able to view the value in a debugger.  And in some cases it was used with
        (otherwise ignored) return values of (typically SQL-related) function calls, but
        it is probably better to eventually find and fix all the problematic ones among
        such calls via function declarations annotated SAL_WARN_UNUSED_RESULT.
        
        Change-Id: Ib925b38da70073b546fdcd00fa8524dc302accbf

2015-09-09  Stephan Bergmann  <sbergman@redhat.com>  [8083f6b7ed7ec3e72c896e3707c21457dbe173e3]

        Remove unused function params
        
        Change-Id: I1b72a95b7367bb555d37a9a073ca4da2b01cf53f

2015-09-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [dd0ceb50c2d95ac0587db2c983ac58f2e3b13028]

        tdf#39468 translated german comments in preview.cxx and prevwsh.cxx
        
        Change-Id: Id990e30019a0a1d94755227edeee3cb01fc0e870
        Reviewed-on: https://gerrit.libreoffice.org/18416
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [a49d4ead6f3e90e5acc0ac264933a2472915b891]

        tdf#39468 translated german comments in printfun.cxx and tabcont.cxx
        
        Change-Id: I33618d35285506798492a96af98fc8d7edff9173
        Reviewed-on: https://gerrit.libreoffice.org/18415
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-09  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [5aa58e499a1fbd4e54692233d1b7f8c6237ad8e2]

        tdf#39468 translated german comments in hintwin.cxx and notemark.cxx
        
        Change-Id: Ifedea7c26689a2760b6ba9ee4713f942c62bbdab
        Reviewed-on: https://gerrit.libreoffice.org/18417
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-08  Eike Rathke  <erack@redhat.com>  [470848093a2687a6d8056629da6b43773ff4cb0c]

        factor out duplicated code into NamedDBs::initInserted()
        
        Change-Id: Idc95d4b8acae9dcd4ed0092c43986e6687f06c11

2015-09-08  Eike Rathke  <erack@redhat.com>  [70a1e658c0d1f111c8c0991fb87561e3be5683f0]

        TableRef: add unit tests for column names updates and header-less
        
        Change-Id: I244866c91a4f98a55e7ba5f6f87a820cb3de0ead

2015-09-08  Eike Rathke  <erack@redhat.com>  [8721b1c02fbbc36ca0848ca36a5094d7fbcebc96]

        TableRef: for header-less ScDBData generate table column names already
        
        ... during insertion as NamedDB, as they don't need to access header
        cells and thus don't have to add a (fake) dirty range.
        
        Change-Id: Iab3f1406e53ca39ad0820a86def70323a41ce241

2015-09-08  Niklas Johansson  <sleeping.pillow@gmail.com>  [985bf0e7ae0d046cae28f89db0c6ac059d397fd4]

        Updated core Project: dictionaries  40ab637125f31ca5e1a8c174e7e204ae1db2cc1e
        
        Update Swedish spelling dictionary
        
        See the extensions website for detailed information
        on what changed from the latest version.
        http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan
        
        Change-Id: I282828bded6d73803eb73185e106df35f43062cc
        Reviewed-on: https://gerrit.libreoffice.org/18413
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [d39630bb68faf190e181527ce012ad14ac77019b]

        OpenGL: use CHECK_GL_ERROR() only when a context is bound.
        
        Change-Id: I2cdc14defe5c4bd95776206df65fd57589d40429

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [a37d3b1c5cc1186142ab75c7cb15f4bbf07f8435]

        OpenGL: use CHECK_GL_ERROR() only when a context is bound.
        
        Removes a large number of spurious GL errors left & right.
        
        Change-Id: I0b5639478812982b39d3b88be2600dad5d3f1fd0

2015-09-08  Oliver Specht  <oliver.specht@cib.de>  [1553ace0a46c2659540dbf746aa862ccbb160ffd]

        tdf#91523 sw: fix navigation to index mark
        
        Access pTextTox instead of pTextField in case of TEXTTOXMARK
        
        Change-Id: I92ece6f4c5d6a6427f89cbd43a15a4b0a3adb645
        Reviewed-on: https://gerrit.libreoffice.org/18407
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-08  Tor Lillqvist  <tml@collabora.com>  [8ab005af961709b51398c523516fe61a54ca2131]

        Avoid pain when using selective debuginfo
        
        Compile in the DbgUnhandledException function always.
        
        Change-Id: I302954598e599e8db71967974b18ade54ca2de13

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [1b082cdfbe8cc9961741a1bb906af810ea129da5]

        Remove unused function param
        
        Change-Id: Iab33c8008e07c4f17482dc3a8e4d15e38dc32b4e

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [5bac7853a89b9b34d64334d6d77582c7cd79b4ee]

        Ensure the scheduler can set longer timeouts.
        
        Regression from: 6d64d2f38d9f6c2f54e05675ecd0709eabf6d8ca.
        
        Also fix the low priority idle min timeout to 5ms.
        
        Change-Id: I26a6e89ef7fa173e64ee34f7a500157ba82b7198

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [82d25c02f8569aadf166fa92fb581fa68c12fbd1]

        tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.
        
        Previously we would get an explicit ~OpenGLContext - and potentially
        leave FMR's around for other OGC users, now we treat the other users
        properly - we need an explicit dispose() to get Window::dispose ordering
        right.
        
        Change-Id: I5edcbd73399b6db3dbcfb391570f364f9ab0c70d
        Reviewed-on: https://gerrit.libreoffice.org/18412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [f19049065aa3e187377ab73cc70b6faa7803102a]

        Remove unused function params
        
        Change-Id: I0db4352ab7a14b4a62bebb650d1956c4a177b67f

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [bd53697bab53d46df952eeb23b609c59adc330cc]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since OResultSet::fillNeededData got introduced in
        8687beec5dfc08b28accc7779e0f7762cd947f12 "INTEGRATION: CWS insight01" (and the
        return value of the N3SQLPutData call in the first case block had always been
        ignored completely, not even unnecessarily assigned to nRet as in these later
        two case blocks)
        
        Change-Id: I1d2005e7c91749510b23f86ac792bd11ae564608

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [4e95a613dc5cc836d0c9582fd647d676107d1786]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since b309e422c631ce6ce729552cc8053478f9539dfd "#95348# type usage
        changed" introduced the local nMaxLen and passed that instead of _nMaxLen into
        the two ODBC3SQLFunctionId::BindCol calls
        
        Change-Id: Ifb561106c87b6e424ccc9d350752b19b3648c7c8

2015-09-08  Tor Lillqvist  <tml@collabora.com>  [241a0c1ab1fbbd3038f8add3bb2b2e1683598daa]

        aTopPos is not used for anything as far as I can see
        
        Change-Id: Id7ef5fbceffecb6cee8efb80b6de4946a8300839

2015-09-08  Jan Holesovsky  <kendy@collabora.com>  [08337faeae1d126b8929a511ec0cfa63061a8fb9]

        Updated core Project: help  63833851913c2fdb009e49df933dfef7b051013d
        
        git-hooks: Copy them from the 'core' repo here too.
        
        It's increasingly useful to be able to edit help without having 'core' around.
        

2015-09-08  Jan Holesovsky  <kendy@collabora.com>  [417c9fa8a96cd071a2900621b42fa089cadf6eb1]

        git-hooks: Info how to install them manually.
        
        Change-Id: I42f007a1ef18e39a6f42e882b43ece771052081a

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [8a13dc598b015a6047f6be1c0f03de3695bf6fc1]

        clang-analyzer-deadcode.DeadStores
        
        ...at least since 4695f7d361641ea4dcd927a7b4aab86e0c971d5b "#82018# check for
        double column names" removed the commented-out code that would have used it (and
        which had been commented out ever since the code got introduced)
        
        Change-Id: I11e9cafb53894ce7cb7ffc031f2d6b047bd3258d

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [920ff4aef83b4b97b8cd075844ce17ff9b324f5b]

        clang-analyzer-deadcode.DeadStores
        
        same as 12a2a78cd1860ab5fea21889275a46c2456f00db
        
        Change-Id: Ibb4930abfd620f81c528ed0fe6ca62d887d77636

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [f89475ce90f184e15e10508c1eace674a01a6740]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with 4c9ed88132bb472eb1b759c8e53874e79402c769
        "INTEGRATION: CWS tl04: #118281# switch to Proximity linguistic"
        
        Change-Id: Id1579bfc6dffa3685641c96b7a79489338e8dd22

2015-09-08  Eike Rathke  <erack@redhat.com>  [37a36671e0abfa0e1dfd2cfdd6470a3f2805b199]

        reactivate fixed mempool for ScFormulaCell
        
        ... it got lost with 8b252f30267d043522ff2cbf2bf42275bb7a6ec6
        
        Change-Id: I1a7c9bbaa1fd70d24c168d53aae6691a45c29085

2015-09-08  Eike Rathke  <erack@redhat.com>  [7df729da30f89ad20cd5705e3a1a91866ac71898]

        Revert "USE_MEMPOOL is not defined anywhere"
        
        Well.. then let's remove the ifdef instead of the implementation,
        dammit..
        
        This reverts commit 64c6b0ed6c67d169021732d276ec02706e139261.

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [56900a441de1d4cc896ad1e36a44622ed1598fad]

        tdf#94006 - fix OpenGLContext mis-use in several places.
        
        gltf rendering, OpenGL canvas, GL transitions & GL capable (charts)
        Avoid GLX operations on un-initialized contexts.
        
        Change-Id: I7f523640f66ab656896181e5c865879234f6640e

2015-09-08  Michael Meeks  <michael.meeks@collabora.com>  [2456cf8306be22e32130e789ab939c059e5e79e5]

        tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.
        
        Don't use rtl::Reference for the global / list state, so the
        ref-count reflects the number of real users.
        Hold a reference during ~OpenGLContext.
        
        Change-Id: I4e57a7246159acd58ae7d5a0dfc8704b9795c894

2015-09-08  Tor Lillqvist  <tml@collabora.com>  [64c6b0ed6c67d169021732d276ec02706e139261]

        USE_MEMPOOL is not defined anywhere
        
        Change-Id: I4d3c87aac31c6690cd061ce41e7efae113055c12

2015-09-08  Noel Grandin  <noel@peralex.com>  [c542679e721db11035505cab2268d8cec19fa380]

        move mergeclasses loplugin result file to compilerplugins/
        
        to keep it out of the top-level folder
        
        Change-Id: I4bb95b8ae856462e9638f43fde1553e49dd31cc9

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [27b77b9754e74ebb4e2efac2723de2de11b2e3e1]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since 4b3df269f81184c4951457daa5181df2bcc5d259 "INTEGRATION: CWS
        sb19: #i32429# ExplodeFieldMasterName should not try to copy non-existent string
        parts"
        
        Change-Id: Idf642d1c9c5516ad9c837c4cb9d397dc7e3f5e39

2015-09-08  Caolán McNamara  <caolanm@redhat.com>  [d9aed0bc2e741fa02a6ffdf90193aae7ce471e52]

        Related: tdf#93676 msword wraps slightly differently than us
        
        Change-Id: I688d4d193709d9c9829065c87f0d656a94fd9f16

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [81ced97e322be1316e4709ce2dadff50a01b8973]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with e9ec6f67bf4aa0d7474e54b5f55ca71671356a48
        "#i110617# avoid changes on copy from calc to writer"
        
        Change-Id: I9e26f92f4f50fe728efa7d0ac2ba873a227623ea

2015-09-08  Noel Grandin  <noel@peralex.com>  [d4c6a3883a38187effdd7414a0a07a9a2d3d026d]

        loplugin:mergeclasses merge SvMetaObject with SvMetaName
        
        Change-Id: I8c65ad9a5e2141b6fdf578e1361f8685d2f8517e

2015-09-08  Noel Grandin  <noel@peralex.com>  [42b0440d55a522806cbb36ea448b61749188ae6b]

        loplugin:mergeclasses merge SwpHintsArray with SwpHints
        
        and clean up the API a little, there were multiple versions
        of the same accessor with different names.
        
        Change-Id: I01e44a7a81c0d67cbb6135a6d196ee106cbf994a

2015-09-08  Noel Grandin  <noel@peralex.com>  [b359064463fffab69425ad960bbf9f9984b32aaa]

        loplugin:mergeclasses SvIdentifier
        
        Change-Id: If3b6ce64c7ad2cda1f992cfb10618fa7d7946fba

2015-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [965d27280bed1832d6424f378aa89525ccbff1f6]

        sw: use std::unique_ptr<> in docfmt
        
        Change-Id: I270785363bdd8e2242b185a26fa335e51bc2b8ce
        Reviewed-on: https://gerrit.libreoffice.org/18400
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [4b4a7c0d87eb580272aba0777c9021789025bdc0]

        Revert a fix that can never have worked in the first place?
        
        clang-analyzer-deadcode.DeadStores finds that conditionally assigning
        
          eTok = SYMBOL
        
        inside the "if( SbiTokenizer::IsKws( eTok ) )" block is useless, as the directly
        following
        
          if( DoParametersFollow( pParser, eCurExpr, eTok = eNextTok ) )
        
        will unconditionally assign into eTok again, without intermediate use of the old
        eTok value.
        
        Now, the conditional "eTok = SYMBOL" assignment was added as
        5d98ed5c6a4afc0a7943318c510e56aef8c45193 "INTEGRATION: CWS ab12fixes: #118234#
        SbiExpression::Term(): Allow Input as symbol for action option compatible,"
        while the unconditional "eTok = eNextTok" assignment had followed that block
        ever since c25ec0608a167bcf1d891043f02273761c351701 "initial import."
        
        The referenced "#118234#" was a Sun-internal bug and is no longer available, but
        it does very much look as if this alleged bugfix never worked in the first
        place.  So revert the code back to what it looked before
        5d98ed5c6a4afc0a7943318c510e56aef8c45193, for now.
        
        Change-Id: I1fe1178d2c5b0c0372da32b8dd0f2dfbdb22a1ae

2015-09-08  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [607197f6ce494ed8672b0e5c44d975ad942f00fa]

        tdf#39468 translated german comments in tabvwshc.cxx and tabvwshd.cxx
        
        Change-Id: I1dd4c8a27bb63a91bead11d386748cd9cf2fe31c
        Reviewed-on: https://gerrit.libreoffice.org/18349
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-08  Takeshi Abe  <tabe@fixedpoint.jp>  [bfa5b13b42770fb709dc2af7cab7aff1942eaa50]

        toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: If62a0c3da7f9732a60316dfd49323f6ab838fb6d
        Reviewed-on: https://gerrit.libreoffice.org/18396
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-08  Noel Grandin  <noel@peralex.com>  [751c771adc45cb150fa42bc70397e2571b28a60b]

        loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType
        
        Change-Id: Icbc0dfc6096a6e2c651dad4fe9f78d176f389390

2015-09-08  Stephan Bergmann  <sbergman@redhat.com>  [f36f17f691903a389a7d98e85af12e08b75f6876]

        This shall presumably use nCompression, not a hardcoded "9"
        
        ...looks like a regression introduced with
        333d1e3dcc2e819f8c62c9713cca96fbedaba3de, "impress186: #i4499# graphic dialog
        reorganisation - added support of bitmap resolution," found with
        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I86522b9e9a96e1de8ae35c77d779365b29f23f72

2015-09-08  Noel Grandin  <noel@peralex.com>  [0c714e260ef7153229bca8794a01c8fffd7c7361]

        convert Link<> to typed
        
        Change-Id: I2977a0fcd18bd719b30cb4100501058884069572

2015-09-08  Noel Grandin  <noel@peralex.com>  [8275e66fc1b872ff01131dfc54123fe1dd13b3e8]

        convert Link<> to typed
        
        Change-Id: I2bcfd0f99e5caa12dda0a647daaffb7c8aa95d6a

2015-09-08  Noel Grandin  <noel@peralex.com>  [2b30479d56f8084efd7032dc2475fda496cf2903]

        convert Link<> to typed
        
        Change-Id: I4cbb32b6801386f0bef61f9f5c7cde7306c8b9f2

2015-09-08  Noel Grandin  <noel@peralex.com>  [8a910d48c3a2b29894878bc725a24cc34d21f975]

        convert Link<> to typed
        
        Change-Id: I90bc5b2859bde8a43be906afec4154fe43b47a86

2015-09-08  Noel Grandin  <noel@peralex.com>  [af9200e33351fa942432b8bf303de48c7387ae04]

        convert Link<> to typed
        
        Change-Id: I0406faf872833dbe315a89c5b2b3c28f1c9f87a4

2015-09-08  Noel Grandin  <noel@peralex.com>  [7c581916251acdcd6d41c490d9bae9eec7eef590]

        convert Link<> to typed
        
        Change-Id: Ibadfd1d3e954be456c7b35957bd12c1d9ecd8932

2015-09-08  Noel Grandin  <noel@peralex.com>  [9004eeae2fc7be5868b9f5738ff335db262b40d9]

        convert Link<> to typed
        
        Change-Id: I206430e6cb32235b0ac47781fe586c3e374bfc17

2015-09-08  Noel Grandin  <noel@peralex.com>  [a7fde38aaeca29339c9371272ae34ee0b8ca31d2]

        convert Link<> to typed
        
        Change-Id: I46e3f994d134f519258046f56263b4a42c1d97c2

2015-09-08  Noel Grandin  <noel@peralex.com>  [c41906324acf933f906516af8f2c3305904ba3c4]

        convert Link<> to typed
        
        Change-Id: I4efbef7fb2024212fca679099a40c2b84081c5f4

2015-09-08  Noel Grandin  <noel@peralex.com>  [20646c4c0115a298560f9cff4aeaba9503f65977]

        convert Link<> to typed
        
        Change-Id: I7c7a4bbaa4670e873599ad2533a1c2de713cf53f

2015-09-08  Noel Grandin  <noel@peralex.com>  [8ad9cc042416c7b4ef89644b60928588f0505798]

        convert Link<> to typed
        
        Change-Id: Ia7bdaa3a02af8f81884d81d60c0f135af2f8aeae

2015-09-08  Noel Grandin  <noel@peralex.com>  [60df720f79363b737eb533331e86535e1d66f1f5]

        convert Link<> to typed
        
        Change-Id: Ie59da1b457aa2ed5bdc6a26eefab4d4a3acf10b5

2015-09-08  Noel Grandin  <noel@peralex.com>  [e126468e5dbc4ef85fc4b6146e0ba73e85281f70]

        convert Link<> to typed
        
        Change-Id: I1140910c8e90a3022cc88ff33fa37db62007b745

2015-09-08  Noel Grandin  <noel@peralex.com>  [b4deeef405fc4200c1b33d2cecf7b301417b2398]

        convert Link<> to typed
        
        Change-Id: Ia520982b6764994fc4ab02cb12d1bd051e37883a

2015-09-08  Noel Grandin  <noel@peralex.com>  [8d927d3f82a33a464662e4b54a8a07d30d4d1a19]

        convert Link<> to typed
        
        Change-Id: Ia2706c308c6297d05b2862e9f86fc0f2ee90e4f0

2015-09-08  Noel Grandin  <noel@peralex.com>  [61623d5b90510ae6c791a41031d586a9316e74c4]

        convert Link<> to typed
        
        Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f

2015-09-08  Noel Grandin  <noel@peralex.com>  [d7efea29cdc2faa57d172d7e4d8def18fd49536c]

        new loplugin mergeclasses
        
        Idea from Norbert (shm_get) - look for classes that are
        (a) not instantiated
        (b) have zero or one subclasses
        and warn about them - would allow us to remove a bunch of abstract
        classes that can be merged into one class and simplified
        
        Change-Id: I4e43fdd2f549b5cbe25dcb7cee5e9dd3c1df8ba0

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1eb106b96964f950ed70ca48d841e7c3f6fc34e0]

        improve test case
        
        Actually I just need it to force a rebuild of the file on the windows
        boxes to fix the broken build.
        
        Change-Id: Id90f0ef40bd9bc8dcde3dc0a9040100267696d0e

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bc5ca79f3ee033b5ebb65f61ea1a5740fbeb146]

        try to fix the windows build
        
        Why do we need the DLLIMPORT macros in a header only class?
        
        Change-Id: I0da4e9a3fd9b8db77e7298d4d592fd29eff1f709

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9e2c82470b214b45976326f6d6f411add115f77]

        also add test for DoubleToString
        
        Change-Id: I3de9afa7b5d975487fd03ae2a9c5393143abff9c

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb5d638065590cba700ff46f5a0a1ffbe03b6f1a]

        related tdf#93676, also fix chart::CommonFunctors::DoubleToOUString
        
        Change-Id: I8d63d942c7cb7876b864a9720e9a8adbc7345172

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f7b8bab7f38b09aff2bce9b314492677c02a3034]

        related tdf#93676, add test for chart::CommonFunctors
        
        Change-Id: I9667611135300155ee87cca1ad444ad8a6a9aeb1

2015-09-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ff4ec7f0a44af22794c2919a13978b3af1bb0b3]

        Revert "Related: tdf#93676 in msword chart appears with axis positioned between ticks"
        
        This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.

2015-09-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [24782e3126b9084fe0530a2642d864b1466dd82a]

        tdf#39468 translated german comments in tabview.cxx and tabview2.cxx
        
        Change-Id: I37d8752fa6a5b532c8fce3175bf42d3c8c93b3a8
        Reviewed-on: https://gerrit.libreoffice.org/18360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [33ca969387e2e4f92bad159619a5610e67272246]

        tdf#39468 translated german comments in tabvwshg.cxx and tabvwshh.cxx
        
        Change-Id: I4c978a1d2f2a63eae08e30a2f349b445b4a98ecc
        Reviewed-on: https://gerrit.libreoffice.org/18347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [bd1d1cbcd39463446ec243c66941e999a65d1da2]

        tdf#39468 translated german comments in tabview3.cxx
        
        Change-Id: Idbd3b5a6bf0008409cf1b4f3764e1b34f4284de9
        Reviewed-on: https://gerrit.libreoffice.org/18361
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [9df5942d439febfc6adacddfc23ba304dfaaafba]

        tdf#39468 translated german comments in tabvwsha.cxx and tabvwshb.cxx
        
        Change-Id: I78c0f32498ae559604f78706db85141bbebf89ad
        Reviewed-on: https://gerrit.libreoffice.org/18359
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [89689cd6eb6329de5440170b9ad971542363c2b9]

        tdf#39468 translated german comments in tabvwshe.cxx and tabvwshf.cxx
        
        Change-Id: I7474d6ac1c7128ca5b22478b2abb3799c083e99c
        Reviewed-on: https://gerrit.libreoffice.org/18348
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-09-07  Eike Rathke  <erack@redhat.com>  [27d7dd7c20e57eb7149e2dfc59752493dd068b6a]

        TableRef: finally support header-less table structured references
        
        Change-Id: Ifd6928bafc59abc252f29af81f26f6362e9fc933

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c94d60d6c164e4552b491d348ab0f5c198b6e856]

        don't use a null display
        
        Change-Id: Iab0a53abd723f0309f40742636315079a4b2c532

2015-09-07  Julien Nabet  <serval2412@yahoo.fr>  [9a5bd1cc3e8cd8955c4aecd55ce708dcdafa2021]

        Typo: hirarchy->hierarchy
        
        Change-Id: I60ec3a95bf7d631fefe061335bf0955216df14b9

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [5adc8ee343e5c32d30095bc4005b7b022016b745]

        sw: fix newly created document being modified
        
        After the document is created, an event is dispatched on the main loop
        that calls SfxPickList::Notify(), which modifies document properties.
        
        It tries to prevent setting the document to modified by calling
        SfxObjectShell::EnableSetModified(false), but Writer cunningly outwits
        it by simply having its own independent(?) modified flag that is set
        unconditionally in DocumentStatisticsManager::DocInfoChgd().
        
        Let's assume that if the modified flag shouldn't be modified in
        SfxObjectShell, it shouldn't be modified in DocumentStatisticsManager.
        
        Somehow in 4.4 and 4.3 the same thing was going on, but it didn't result
        in a visibly enabled Save icon in the UI, but with 5.0 it does - cannot
        easily bisect why that changed due to tdf#91383.
        
        Change-Id: Id30fd831eb29910c9fb44ed3031bf8da23586bea

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ff0032528d7aebb0de5cf045a39972a2769029f]

        avoid some OpenGL calls when vcl OpenGL is not enabled
        
        There are even more and it is causing a number of performance issues.
        This just fixes the most obvious place.
        
        Change-Id: Id85c13b5b7f4bb0bc077e62c39258067e17c0094

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [442eb1ab9d8c1ad970993ef6c8a49e89601b7432]

        related tdf#93676, we want to export all significant digits
        
        The code comment mentions correctly that we want to show all significant
        digits but a value of -1 means that the last digit before the decimal
        point is rounded away.
        
        Change-Id: Id91a6076e37629502281c5dda426018f93d1e465

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a052479f3c85bdedddfa38cb03b0858003c965c3]

        related tdf#93676: make the bold property explicit for run export
        
        Change-Id: I5f7f993f2cf0604ec62cea3460b651c07a7b4383

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [66133fd8882a070674bbb3803634c5e75e8ae772]

        tdf#91383: sw: actually reset the modified status too
        
        ... when deleting the temporarily inserted styles in
        SwDocStyleSheet::FillStyleSheet().
        
        Change-Id: Id4abc067ce10b41486f659350267c7e3933db472

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [94b16ec225b9e369654902a0698359baafc1f519]

        clang-analyzer-deadcode.DeadStores
        
        ...the code was like this ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860
        "initial import"
        
        Change-Id: I808296a280c01f02adeba1018b9f9bc6977971d3

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [5886fc94bcb92c1fbe407f60dd0ea7269e540612]

        clang-analyzer-deadcode.DeadStores
        
        "return bDone;" was commented out ever since
        8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import"
        
        Change-Id: I604c7b49623e730cbbe486563f1a91f713ff6810

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [21630c48b6dc2cb0e0470b02e039e9cf634f6610]

        loplugin:simplifybool
        
        Change-Id: Id325d05060e427ad46acd45d0ec3f0e9159cea9f

2015-09-07  Michael Meeks  <michael.meeks@collabora.com>  [1973d74b6d4a6b22c59299099bc0c0d19b64d4e5]

        tdf#93996 - throttle gltf rendering to let UI re-rendering get in.
        
        Change-Id: I4a61595294c24a609a5952ce72f9f88524969784

2015-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5df051cc5d734ef9fd77a5336d2bb8d1d4557c9]

        windows opengl: fix CppunitTest_writerperfect_writer
        
        Change-Id: I4a7199633d0d940ae009ac144989da7d6c9262ec
        Reviewed-on: https://gerrit.libreoffice.org/18378
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [12a2a78cd1860ab5fea21889275a46c2456f00db]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with fccfef4812b07a56e2ea0b7dabe27bfa6ec78ea6
        "INTEGRATION: CWS impresshydra"
        
        Change-Id: I098b4434bfb1ed2c10f1476c21f1427fe2292b60

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [1ff5ecda9ccfcf3e65e90c404db93fcbbefb889e]

        Related: tdf#93676 msword wraps slightly differently than us
        
        Change-Id: I91ba41cb052c38aa3b047cf079090b01bbe93b39

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [302963374d7d8597b6e11c3a6a537ae766656298]

        clang-analyzer-deadcode.DeadStores
        
        ...the odd setting of iconSize (to the same value inside the if as well as
        unconditionally afterwards) was introduced in
        17a5c8210349f9cd1943d0910fa281c6eac92701 "INTEGRATION: CWS vcl10: #109868# don't
        use ridiculously large icon sizes," together with the olwm comment, and olwm-
        specific code further down below that was removed again with
        b118d56c0b50d00822bdc2080e936709660edcc5 "Remove Olwm support and Windowmaker
        gravity handling;" so effectively revert the code to the state before
        17a5c8210349f9cd1943d0910fa281c6eac92701
        
        Change-Id: Ic68f6b5b44f48292a7a6983935427e529d8a5002

2015-09-07  Eike Rathke  <erack@redhat.com>  [455c12e06ceb729ee2d9b5a420a98a1b8fe68710]

        TableRef: SAL_WARN only if the fallback to cell lookup was successful
        
        ... which means the internal column names should already had it. An
        unsuccessful cell lookup fallback doesn't necessarily fulfill a warning
        condition.
        
        Change-Id: I973b8edff83fcb47a34cc35fd9bf5163882f7742

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [0ed64030f17849ea943800343003c5ec3f4f1388]

        -Werror,-Wreturn-type
        
        Change-Id: I843b2cb12783549033fc81f82751704859139960

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [55b077ca4afdc181e8998313e131448bbab723f5]

        Work around bogus warning C4701: potentially uninitialized local variable
        
        Change-Id: I9c5d9c53785828b3535c960f826ccd3720b2e4c3

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [39a6939b0f3ccdd3e11882aee40d2295d1774058]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since c3607b3bcb4540a90dece1eb53d7945a959beb5c "INTEGRATION: CWS
        presfixes01"
        
        Change-Id: I29107b0e55d16a8a88e25c7b929eeb40d56686f0

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [07df816d73884d094f0f56be022aa0b4eff00b2d]

        svx: fix font rendering in the style preview
        
        If the style does not actually have any font items, as is the case for
        frame, page and number styles in Writer, the maFont will be
        default-initialized and the maPixelSize incorrect.
        Avoid using these variables.
        
        Change-Id: I084cd8faa90a3d53310ceec55e8dae3af3dd586c

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [779b547ca6271156a59965569fa44fbeb3f63ce5]

        tdf#90991: sw: fix style preview creating undo objects
        
        SwDocStyleSheet::FillStyleSheet() already takes care to remove all
        temporarily created styles, so assume that works and suppress the
        creation of user-visible Undo objects.
        
        Change-Id: I748f0e8304c42e767b331ebd22be0290b9c0d89d

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [93067f37cf22aa119db5878c4345fea500cbbb42]

        tdf#91383: sw: prevent style preview from actually creating styles
        
        The dialog/sidebar should not actually create styles that don't exist yet,
        because it messes up Undo and the (unused) styles are then unnecessarily
        exported to documents.
        
        Due to Writer's ... unusual SwDocStyleSheet class this is a bit tricky.
        
        Add a new function GetItemSetForPreview() and use it from the style preview
        code.
        
        The implementation does not use FillPhysical so will temporarily create and
        then delete any non-existing styles.
        
        Skip page and numbering styles for now since they don't have a useful preview.
        
        (regression from ca95307638207db5d662059aa61594151a13e927)
        
        Change-Id: Id6ee30ea467fc24c991547a4c23a9ce14fdd86c7

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [110dc43d97d559b6369bca308f9dd39fd02e751e]

        sw: fix not-quite-copypaste code in SwDocStyleSheet::FillStyleSheet()
        
        This causes the temporary creation of frame styles to fail.
        
        Change-Id: I5d148ae008660d9c0f457a4c0e9dc256e0dfc49a

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [a68eaa09a4979dc4814301f137e4186c85dee54f]

        sw: convert boost::ptr_vector to std::vector<std::unique_ptr>
        
        Change-Id: I341fb7c0712dff77ebfed41560a487f85c27c25a

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [b7a5b788f37707f9d0c473877be9777ce784175a]

        sw: convert boost::ptr_vector to std::vector<std::unique_ptr>
        
        Change-Id: If8d9770717c21875b4472b0d94a1fa5a9d136085

2015-09-07  Michael Stahl  <mstahl@redhat.com>  [8bf0e60d1da6d1ab79455dc916fd8701122812d2]

        sw: erroneous vector assignment in SwTable::OldMerge()
        
        +    rLineBoxes = pFndBox->GetLines()[nEnd]->GetBoxes();
        
        This actually assigns the boxes vector of the last line to the first
        line, which the previous code didn't do.
        
        Notably after converting the types from boost::ptr_vector to
        std::vector<std::unique_ptr>, the assignment produces a several page
        error message from both GCC and clang, and infuriatingly neither
        compiler was able to tell on which line in tblrwcl.cxx the template
        was instantiated, so i had to bisect that.
        
        (regression from be5e4247e2a164bd1f2eacf9a33d6d73df16d0e3)
        
        Change-Id: I646e3ca678895480d38ec48f38d720458860a985

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [419abc4ffda367eb772f506e7c9df80d01a26eb8]

        clang-analyzer-deadcode.DeadStores
        
        ...the computation of nTop, nBottom was done in this curious way ever since its
        inception with 108632dc97a720639df495de3b5d966ee286be95 "CWS-TOOLING: integrate
        CWS impressaccessibility3"
        
        Change-Id: Ib516e944d96dc10ff12d0a82c0d8c921b57b0466

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cfb717133c7276a7b154379d049e6fac0e5a49da]

        that change looked wrong
        
        Change-Id: Id40a6802536120501133968d003267f21aaf5c27

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [befef6a79feae0490bd3a1cf72b1134e5ff86111]

        use correct axis type in secondary x axis export
        
        Change-Id: Ic21d88b55b22c650de4fd69479b51d0f640fec6f

2015-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ce77fcfceae8fd15c3f428deb973509da2eb424]

        prevent crash with non-vcl OpenGL contexts
        
        Change-Id: Ia829b0f723c8ded1237e52d48f034da3c1ac249e

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [24560df316de86cea93a37edd38e02a2f2d9c0c2]

        Related: tdf#93676 unwanted duplicate axis title exported
        
        translateFromChart2AxisIndexToOox toggles between just two
        states, so convert consumers/suppliers of that to bool
        
        Then in exportAxesId toggle between primary/seconday pairs based on that, vs
        always exporting AXIS_PRIMARY_X + primary/secondary y
        
        Change-Id: I2649f5fc07323a73a3a215fdc52d5f1a5c31c349

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [5670937747c8391e098da6a8712324a0a5aaaa91]

        clang-analyzer-deadcode.DeadStores
        
        Change-Id: I7c19ce1bde1eb405fe64aba7504fc511c0ab646e

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [13271f324759887244384aaaccf681390c96238d]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with 485d404dc2d12f86acd9c69f19e9075bd375e861
        "vcl118: #i115788# fix file specs vs. URI"
        
        Change-Id: I990c3610b29b060b516a21ec6cba615fa101ccb5

2015-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b638a75a3a74d10afe341ea176a8815f7094cbfb]

        solenv: improve unittest-failed.sh for Windows
        
        Instead of saying what to do, do it, so the CPPUNITTRACE="... /debugexe"
        part can be copy&pasted.
        
        Change-Id: I2ae54ad52ffa7dfbbf8b4e61f1fa8a0079c7b570

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [93d4362d9dff759408f79b1c1f8e6f36e281772c]

        clang-analyzer-deadcode.DeadStores
        
        ...needlessly added with 6d96720fd51ca4710c9ffef3db68ac13678f5bed "#98991# fix
        CJKV vertical glyph rotation, avoid obsolete FT helper functions"
        
        Change-Id: Ic0311ca8ae2b4c7d33c42f7fecaae4c95c24500a

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [9f7254e2a2487c71696e41a00a5dd36d55b5d907]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with a949f50ce969b1f8d018d2913c0d86cfcec4e72a
        "implemented GetGlyphOutline()"
        
        Change-Id: I4591ac5c3d42053b3caa9d68bb12ad02dc319b66

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [d272d64e7cd3a71dc422c3250df869451c088c07]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with 2d1f08d63942666c0094904f50ba8c512ab69b9d
        "CWS-TOOLING: integrate CWS otf01"
        
        Change-Id: I92ec60f5704e632126f3ba98140c520ae5c9e784

2015-09-07  Michael Meeks  <michael.meeks@collabora.com>  [1502e969f5e79e8c9594f617626e999c971b7ef2]

        module-deps now distinguishes merged-libs in its output.
        
        Change-Id: Icc3a965e59f5b2d4e23e0e5a4d0400b6b175c9c1
        Reviewed-on: https://gerrit.libreoffice.org/18346
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [984df756592c4cf2f784fda1d0cbdf8e5c7ef64c]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with 5624be5a3520a16d57724064e16df3722d728010
        "CWS-TOOLING: integrate CWS graphite01"
        
        Change-Id: Ib530362efe1b52f43a2a25e531cce9326001044d

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [b08e6375f287037f8cc996a428a7b6bc55b08594]

        clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception with d9bf8cb9c3f087115f72ba371e1291fd0eba3818 "add
        serverside font feature"
        
        Change-Id: I430b457dbf278be3299883ba0fac09a6b68c5d67

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [54f9576aa43e3d6d687469aa0b2ea56ce0bbaca3]

        Related: tdf#93675 'new' ms-alike numbering has same problem as old numbering
        
        when it comes to nodes which were numbered, but have their number deleted,
        where the indent from the numbering is still in effect in writer, but not
        in msoffice.
        
        Change-Id: I700f34171d8c9e9f6fb725d115ff1fe704ceb4bb

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [10654c038c0bc20fb348be7164e08f3de98718f4]

        Related: tdf#93676 in msword chart appears with axis positioned between ticks
        
        not on them
        
        Change-Id: I048f86270ee12a38967c81e832619fd5018db6b1

2015-09-07  Eike Rathke  <erack@redhat.com>  [cd631a16e49dadd3279f528134962a4376795304]

        TableRef: prefer internal table column name over header cell content
        
        Now that table column names are refreshed we can prefer them over header
        cell content during formula compilation and string creation of a
        tokenized formula.
        
        Change-Id: I0755404883af78c52c8d27a777acd7300bc2af75

2015-09-07  Eike Rathke  <erack@redhat.com>  [fff1c3e3e50fcb2e5781c73ba1316a225dd34fa4]

        TableRef: move swap to empty names to InvalidateTableColumnNames()
        
        Change-Id: I495377786bd0add1521d37490c8c57d4d30f541e

2015-09-07  Eike Rathke  <erack@redhat.com>  [e6f44f1fc3d0e43db74d24956ce8c74a675effd4]

        assert Notify() without container
        
        Change-Id: Ie2a84f58f63737b241222523f6d6c380e727bb89

2015-09-07  Eike Rathke  <erack@redhat.com>  [18f91ac4ad376826408256e1d9117a5c5dcf377e]

        TableRef: call InvalidateTableColumnNames() whenever they are invalidated
        
        Change-Id: I10396818da901a6a4da331ad2152b901968fd8bd

2015-09-07  Eike Rathke  <erack@redhat.com>  [8e230d5d874cfe4f9def61b67b4b24ab2389bc01]

        TableRef: introduce InvalidateTableColumnNames()
        
        Change-Id: I3dcefc3ba55c33f9cfef6ff4bf9aa2242a866c14

2015-09-07  Eike Rathke  <erack@redhat.com>  [be1585dd847cf377da14b29be81934464ea6c403]

        TableRef: add a comment why we need a full check anyway
        
        Change-Id: I352a1378cc1a9e3d689c6902a01b901a74466d2d

2015-09-07  Eike Rathke  <erack@redhat.com>  [ca59efcff507d3f41aba7302e652cc5c0a28f2b9]

        TableRef: add entire header range to dirty list on address notification
        
        Change-Id: I0a0fb83a1e72d73a517eabaa3c8dc1b2228848d1

2015-09-07  László Németh  <laszlo.nemeth@collabora.com>  [e74bc6b9a61dbc80caa6d2a8bfb79b3ac61c9899]

        tdf#92357 clear tab type switcher button of ruler
        
        before drawing the new icon
        
        Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164

2015-09-07  Stephan Bergmann  <sbergman@redhat.com>  [3adbb8d4d8d8b43a9f02e148a7b7a67234797f97]

        Fix harmless, historic mis-merge
        
        ...between 6037a79c3791e41578c384481acec48904951ae0 "cws tl82: #i74049# math
        symbols should be able to handle 20 bit Unicode characters (surrogates)" and
        a93c9517dc52b1d9c22a0e69f9d92c119983f7fe "Removes a fair amount of BOOL
        variables in starmath."
        
        Change-Id: Id146defb7231458b945629d4e4dcb7fc8de69f0e

2015-09-07  Eike Rathke  <erack@redhat.com>  [22bdebb622de39488221c9d7a1566f3810fb2f17]

        let's follow our pseudo-hungarian notation
        
        Commit 6fb54d7bd3eb8efb2223c6a7250852fb6ad22b89 changed from pointer to
        reference but didn't adapt the variable name.
        
        Change-Id: If91c632d8fc41957ed3b542ed7bf19c376b56a82

2015-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [4e0a5cf0f929ae5fef7eda8057202ac29a8f3a77]

        svx: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Id881385b2653da2ee89498afbd6453d40acaea83
        Reviewed-on: https://gerrit.libreoffice.org/18358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [7884205f64a962b586a553fd094abc46a3c1562e]

        WaE: -Werror, -Wunused-private-field
        
        Change-Id: I63cfbe32b165b33e986641f9c6270994ddaa6480

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [267f401e2ad6e0094de39032671a3191772276ed]

        cppcheck: noExplicitConstructor
        
        Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [b0f3024304bf4e7d9efcb539a49394945f052a51]

        cppcheck: noExplicitCopyMoveConstructor
        
        Change-Id: I8718ddd144bec48541e6412a8c9feb74d9391ecc

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [7ac8939cc8e7599cca3de27c8f8dc9fd9f2e2185]

        cppcheck: operatorEqVarError
        
        Change-Id: Ie27c7c5d1b0c87a0e440cf57db436c7c46d46788

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [fd6eef7c48833538f4a1e7ee61a48bf021f4e01d]

        cppcheck: redundantCondition
        
        Change-Id: If4ef5f054412b75a18d4afd28509ca02d5d2573f

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [68f585b1372ecf119271b18f46fb468538fde621]

        cppcheck: redundantPointerOp
        
        Change-Id: I46f0e7c4cd45c7ac596dceae7ad28664b0cc2183

2015-09-07  Caolán McNamara  <caolanm@redhat.com>  [6354d5a95ed0fcd90da29b8c48769a57a7202f0b]

        only one use of ScPrivatSplit, and that's for vertical split
        
        Change-Id: I942907d6af150818cb1e9a0f1d3f4cd036d0503e

2015-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [840248a4c7faa3d1a96155b2d798ae44249b78bd]

        tdf#93884 windows opengl: make space around cached glyphs depend on font size
        
        Cached glyphs used to have a 2px border in all font sizes, that's too
        small for larger fonts. Make the border size depend on the font size for
        larger fonts to make sure that the rendered glyphs are indeed
        independent.  The introduced GLYPH_SPACE_RATIO = 8 constant is the
        smallest value where I don't see overflows anymore for large fonts.
        
        With this, not even the bugdoc renders correctly when presenting, but
        also the text is OK when the font size is set to the max allowed by the
        UI (96pt).
        
        Change-Id: I52aa5c4444583fc0467291463697a63f2b8fc86c

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [730da2a1e87fce799897ec9d493f7b2251f9b08a]

        WaE: not necessary to pass this argument, it defaults to the same value
        
        [loplugin:defaultparams].
        
        Change-Id: I962bcf4c3de625bb6843cb7aa9ca0f4d6ba5187e

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [affb728dbbe1176b4b7e64514293e98e0c231e79]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        [loplugin:literaltoboolconversion].
        
        Change-Id: I815a41b0bc36aea3757ce3458688e92862f732cd

2015-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [ca7bab0561aa6afa399f1d2f449402545768859e]

        slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I3160235d0e6253626a8facbfed33e3c252505cbf
        Reviewed-on: https://gerrit.libreoffice.org/18336
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [9ea32ccd6e45e2d914e09413a4164045aff9f0fd]

        svl: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I7aad512c4de034ed96b9a48e797e580e605d98a6
        Reviewed-on: https://gerrit.libreoffice.org/18351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [20a8b8ac6b4e3c17d28fb88dcc52b1d67ff6b39a]

        stoc: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I34fe287036ca9b8e5edcb121ba70d9a93ab05276
        Reviewed-on: https://gerrit.libreoffice.org/18338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [44a488d5b7d72b05834835efd4467a5582c91840]

        svtools: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I935dde5c4c83e0f00d1b7dd5ee2500190d80fb69
        Reviewed-on: https://gerrit.libreoffice.org/18352
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Daniel Robertson  <danlrobertson89@gmail.com>  [899c21ce5db0f4c3ad0bb6c9680e147f578b0894]

        dbaccess: replace for_each with range-based for
        
        Replace complex uses of ::std::for_each with a range-based for-loop.
        
        Change-Id: I82331f16cc1994dd9ef36eb80d67b64171cecc74
        Reviewed-on: https://gerrit.libreoffice.org/18355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [3536eab550628ff4e07442066b7d1893519c03db]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        [loplugin:literaltoboolconversion].
        
        Change-Id: Ic971c1e76d6b2f3bcdd8f575440f71212081256b

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [bda1f323fd1f86862a710085d2e6b419c4c85ab4]

        WaE: loplugin:implicitboolconversion
        
        Explicit conversion (NoOp) from 'bool' to 'sal_IntPtr' (aka 'long')
        implicitly cast back to 'bool'.
        
        Change-Id: Id18733d1edb0aaa357f4601e9118487740e2cd0f

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [b3bf41c92fd27c21d0d325dfca7121fe59f82f41]

        WaE: loplugin:implicitboolconversion
        
        Explicit conversion (NoOp) from 'bool' to 'sal_IntPtr' (aka 'long')
        implicitly cast back to 'bool'.
        
        Change-Id: I53b2a2098eb9122aca0617d37188b62322980b72

2015-09-07  Tor Lillqvist  <tml@collabora.com>  [9e9d973e85f99d08166c4d16e568ed736f363000]

        WaE: implicit conversion of literal of type 'long' to 'bool'
        
        Change-Id: I5b5f6c41672da90a8a39e88498a0bbe5eebad909

2015-09-07  Noel Grandin  <noelgrandin@gmail.com>  [9af27324f5f5ef9bd340c6df8640b146a3eba21c]

        convert Link<> to typed
        
        Change-Id: I38f2c15b4f8bb1d7187b019d26a2644b087898c1
        Reviewed-on: https://gerrit.libreoffice.org/18357
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [67a5fbeb8e2d6775ff6bd7bfd35ff5027d38457c]

        cui: prefix members of SvxLineTabPage
        
        The last 'pColorList = pColTab' -> 'm_pColorList = pColorList'
        replacements.
        
        Change-Id: Iae4c9c1b2fb7339d1efbc98edd32f4a4774ae13c

2015-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b484e9814c66d8d51cea974390963a6944bc9d73]

        tdf#83227 oox: reuse RelId in DML/VML export for the same graphic
        
        So that large images are written only once to the ZIP container when
        they are exported using both markups. This affects drawinglayer images,
        the Writer ones are handled directly in sw and were already
        deduplicated.
        
        Change-Id: Iff7c769329b42939833056b727b070f6a60da5e3

2015-09-06  Yousuf Philips  <philipz85@hotmail.com>  [5963c6c1a0158d9d93dd8a0433ab08d424bf7675]

        Updated core Project: help  7ab770081ca955ae0da5d6c98f4badefd1f8f064
        
        tdf#92825 Fix calc's main menubar entries
        
        Change-Id: I573b25efe928883f140bdeb127aaa9b7c7436bbc
        Reviewed-on: https://gerrit.libreoffice.org/18356
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-06  Maxim Monastirsky  <momonasmon@gmail.com>  [8b8ca054f8de37018313ef57a96ebcdfeaf9a358]

        Related: tdf#84277 Hide separator only between two windows
        
        Change-Id: I3176933d20dce9f595fd6a9c0ee434a3709fa560

2015-09-06  Julien Nabet  <serval2412@yahoo.fr>  [6fb54d7bd3eb8efb2223c6a7250852fb6ad22b89]

        loplugin:returnbyref (Fix TB Linux F19-x86-64)
        
        Change-Id: Ibf00b617a10e2bbe1c1e722c235bb2b75dee79a6
        Reviewed-on: https://gerrit.libreoffice.org/18354
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-06  Maxim Monastirsky  <momonasmon@gmail.com>  [fdbad6761f5634982bb7b837bb145b3bd580832b]

        tdf#91554 OK button should be disabled initially
        
        Regression of eb505c259d0d7bd05d1bb5be5a14ad8613c2a9c7.
        
        Change-Id: I4623c41617d92a808513f18154a7531e6dfd5463

2015-09-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [65c82bb0b4523056589207a3f503ee43c3f0d668]

        Updated core Project: help  155192cd5ec6c82fe7ccf250a9a4c7cfd9febb4c
        
        Add help pages entries to shared tree.
        
        Change-Id: Ib8482596971b3895dc23373199d97fcd12d9c60f
        Reviewed-on: https://gerrit.libreoffice.org/18344
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [39ac75e271956807fab87fc1141ae83a7c796ae0]

        Updated core Project: help  34c66929777eda0c81e472bdbf652655fcfeb75b
        
        Add Styles help page into swriter tree
        
        Change-Id: I936ea012830a226398ee01214f9741428f4cb159
        Reviewed-on: https://gerrit.libreoffice.org/18341
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-05  Julien Nabet  <serval2412@yahoo.fr>  [f0208db49d59f78c96a30b05e31a226dbde9b084]

        cppcheck: fix some redundantCondition warnings
        
        Change-Id: If53d33fb4d9ca9dc1babb9043bd07c5d29fe74c2
        Reviewed-on: https://gerrit.libreoffice.org/18353
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-09-05  Arnaud Versini  <arnaud.versini@gmail.com>  [d417059dae303685de7aa0f4b1c192ffcf5304d5]

        BASIC : SbiParser::DefXXX Only convert the first letter to uppercase
        
        Change-Id: Iccee4712459653b35b11d8dbe99c45df753307be
        Reviewed-on: https://gerrit.libreoffice.org/17859
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-04  Daniel Robertson  <danlrobertson89@gmail.com>  [cf9fbdb379e2935677a73ced513d7faf855c299c]

        canvas: simplify PageManager::nakedFragment loops
        
        Convert while loops and break statements in PageManager::nakedFragment
        into for loops
        
        Change-Id: I671f4eea140f26c2f451d54911d017325084bd08
        Reviewed-on: https://gerrit.libreoffice.org/18138
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-04  Eike Rathke  <erack@redhat.com>  [f8c14e81cb63ea077109a4b0147e716cae41ab1b]

        TablreRef: always use SetTableColumnName() to prevent duplicates
        
        Change-Id: Ifbdd9b0c3d8e6f41c4d1eb4d0e62053a8788e05d

2015-09-04  Eike Rathke  <erack@redhat.com>  [bc77f2c67c747b89e2c661ed86b8b48acd8ce317]

        use GetHeaderArea() for simplification
        
        Change-Id: Ib06b35a117db3c02826cb18754f7ca11875c91c8

2015-09-04  Eike Rathke  <erack@redhat.com>  [04d3e135ec9ff587672c8c7b0f4b8ea0e9601b79]

        setup header area listening only if not clipboard/undo
        
        ScDBData checks that also internally, but added dirty ranges would
        linger around until container will be destructed, plus spare some
        cycles.
        
        Change-Id: I6c20b227117f272169129978bd8b26ccea9e1a72

2015-09-04  Eike Rathke  <erack@redhat.com>  [0d5645f4fa069677b404899f126bd57e3035fd9b]

        TableRef: add an initial dirty range for newly inserted ScDBData
        
        ... so table column names get updated in the next run.
        
        Change-Id: I998d610a3df14fb80b6222fd1a5b61847810a722

2015-09-04  Eike Rathke  <erack@redhat.com>  [757996aa2879a2ea850055bafa60edb66548dffd]

        TableRef: unconditionally init dirty and check for refresh
        
        Change-Id: I7746cca2d32d242b6300311fbe7bfe63caf9dfc9

2015-09-04  Eike Rathke  <erack@redhat.com>  [31ab5d7140400c5f1c2493656e032599ea601555]

        TableRef: fully refresh table column names also for partial range
        
        Only one cell of a range was broadcasted per area listener if multiple
        cells were affected. We don't know if there were more.
        
        We could set up cell listeners instead, but that's not worth the hassle,
        header cells don't change that often and if changed the header range to
        refresh will not be overly large.
        
        Change-Id: I915101b809fc1824803f10e696c52fb2185117f7

2015-09-04  Eike Rathke  <erack@redhat.com>  [679a5dc0cf838579e320dd199f02a9a8300c8820]

        TableRef: update table column names when cell content changed
        
        Change-Id: Id699358c7dae635b13ed4b981326a6490255a4d4

2015-09-04  Ashod Nakashian  <ashodnakashian@yahoo.com>  [6d64d2f38d9f6c2f54e05675ecd0709eabf6d8ca]

        Minor refactoring and cleanup of Scheduler and Timer.
        
        Members are now const-correct.
        Replaced compile-time constants with enum.
        Refactored common functions from Timer to Scheduler.
        Disabled timer-precision unittests as they misfire often.
        
        These changes are non-functional.
        
        Change-Id: I6bb3d9fc402cadd556d9063ed9a4888f114c73d7
        Reviewed-on: https://gerrit.libreoffice.org/17977
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-04  László Németh  <laszlo.nemeth@collabora.com>  [27949c810daa4090106cbed360f80869a4813d15]

        tdf#93928 don't hide the zoom slider and its handle with a tooltip
        
        Change-Id: I8e5a3a02e80b845ef65dfed35cc3c324197ed88c

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [f2ac9caf85d717d417ea7221316ae43b1418548f]

        Reduce nVal scope
        
        Change-Id: Id5756033ccfbe392ae8264afbd3e2e0afd487f6b

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [8fde3dd4da0bffb5294109b5ee5c4441eb558a5d]

        Uniformly use if --- else if brachnes here
        
        Change-Id: I80d9d0d4c4d56aa8d52dc2e108a9b24025fb0f76

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [9909bcb88ec68d52a0f863319d9b4d12cc90b20c]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        Change-Id: I1588f55b4be2d32dcafae27ac45eb5def1407fa6

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [d446a1ef0de593c42b0ad2a3aa52f06c9894c66c]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        These modifications are redundant since they got moved around with
        a16eaec9364d0c880858108e764c510aba8c7ed6 "INTEGRATION: CWS sj22: #i122882#
        graphic with negative size is no longer disapearing."
        
        Change-Id: Iba58054b5638c1d78b369ca4041d0d273c5a2954

2015-09-04  Dennis Francis  <dennisfrancis.in@gmail.com>  [55b5a1ce04e75b16e2ae886f8ef2038c3da939d8]

        Fixes memleak by allowing SvxFontNameBox_Impl dtor to be called
        
        Discussion of this memleak is at http://lists.freedesktop.org/archives/libreoffice/2015-August/069883.html
        
        Change-Id: Ie426d7664c4f6901a1877741cdced5b65c51be3f
        Reviewed-on: https://gerrit.libreoffice.org/18073
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-09-04  Tor Lillqvist  <tml@collabora.com>  [da26fa240994377eec0a1b1cdb777ef49b36826f]

        Avoid OpenGL information logging when not using OpenGL
        
        Change-Id: I7ce9b5cedc620c14e6315acde66aefe60e8bd5ab

2015-09-04  Tor Lillqvist  <tml@collabora.com>  [20f1ba114c56b13659bb3ccd3dfdbcfc15a3d10e]

        Add explanation and enforce non-instantiability
        
        Change-Id: I3ea699dcda21b695a486c86d7f7b7a8abc2a8fbe

2015-09-04  Andras Timar  <andras.timar@collabora.com>  [0590fe942a7047b2cca480657a93f24144ea9f3c]

        New version of ConvertTextToNumber extension (1.5)
        
        Change-Id: I4f33679332998f87b7bf1ad7c32aea64897dcaa6

2015-09-04  László Németh  <laszlo.nemeth@collabora.com>  [072c771be40f7f07ff31497049c1a15dd2f05178]

        tdf#92843: fix disappearing zoom slider
        
        Change-Id: I2b45b7cf96af7950cf097c2b6a880e9eda021184

2015-09-04  Oliver Specht  <oliver.specht@cib.de>  [75f890a7859148e6638b08eeb97a564bed606cad]

        tdf#86671: Cancel printing if query is cancelled
        
        cancelling query for mail merge vs. normal printing
        should cancel the request
        
        Change-Id: I157778efc9e5db42646fb3ff238a5b6f4c8dccca
        Reviewed-on: https://gerrit.libreoffice.org/18339
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-04  Yousuf Philips  <philipz85@hotmail.com>  [457ccbe1d3fa5b86b28b18221969c7cb888ddc13]

        Updated core Project: help  968d8843002e84d493b9b0a002f0eec5ea5e010d
        
        tdf#92825 Fix writer's main menubar entries
        
        Change-Id: I36716886a5925e5fdc3cd839ca76b0e484a73f9e
        Reviewed-on: https://gerrit.libreoffice.org/18288
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-04  Caolán McNamara  <caolanm@redhat.com>  [3e6d47408db3717690515fcb8051dddd8fb3d9a6]

        missing part of natural sort commit
        
        Change-Id: I8cf86d69cfed220c940a5a3d499790d82b7ba319

2015-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e047caf4bb461fb168d9fe08228c049938ca1698]

        tdf#92505 vcl: fix substituting missing glyphs
        
        Commit a6b00d16eb27a5e7e31c721671001a909ecef960 (Related bnc#822625:
        Cache FontEntry with the original FontSelectPattern.) and the follow-up
        16a62079018aea0e72636bdb00576487b4e830b9 (Oops, this reference can't be
        const., 2014-05-28) changed the font cache key, so that it's directly
        what was the argument to ImplFontCache::GetFontEntry(), which leads to
        missing glyphs in the bugdoc, e.g. the 4 check mark characters are
        rendered as a check mark only in the DejaVu Sans case on my machine, the
        other 3 cases result in placeholders.
        
        Fix the problem by changing back the key to aFontSelData, which is
        possibly modified in ImplFontCache::GetFontEntry() before used as a key.
        
        Change-Id: I80eb4ba0f986a10100b6ae421d1346f235ce83b7

2015-09-04  Tor Lillqvist  <tml@collabora.com>  [091723f7fd012cb3b6896c5559c5f235bbaec513]

        Avoid a SAL_INFO about OpenGL when not using OpenGL
        
        Change-Id: Ia066c240776cecc855b59ab0ccc84e7fdcbf4b79

2015-09-04  Caolán McNamara  <caolanm@redhat.com>  [b14cdcbf6834461f6f079c153fc7d32402c28236]

        natural sort contents of writer navigator
        
        i.e. graphic1, graphic2, graphic10
        not
        i.e. graphic1, graphic10, graphic2
        
        Change-Id: Ic8596144b594a933cb1366e29d3c45a4c90d7d07

2015-09-04  Mihai Varga  <mihai.varga@collabora.com>  [262e7be01461887202f629d1ccc57751b1a085c5]

        Revert "LOK: added a general getCommandValues method"
        
        This reverts commit 9640dcea46dd3201aa4c27f6a3918f7419288a2a.

2015-09-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b70b4ae26a4d5256444996da46abee85a81b53be]

        fix slider drawing, change to always draw the whole widget
        
        Change-Id: Ifca2f72962b808a355bd7dcc20babaeb61272bf8

2015-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [46cf9bb76b29f2bfa6639d9aaf4f26dee365bc0c]

        tdf#93097 oox: fix import of metadata from non-relative stream paths
        
        Commit ef2668bad976f1fbb70759887cafd35ea7833655 (PPTX import: fix
        missing document metadata, 2014-08-28) implemented metadata import for
        the PPTX filter, but in case the metadata stream is not an existing one,
        then OHierarchyHolder_Impl::GetListPathFromString() invoked by
        OStorage::openStreamElementByHierarchicalName() throws.
        
        The bugdoc is generated by a 3rd-party tool that always starts the
        stream path with a slash, and MSO seems to just ignore that: so let's do
        the same to be able to open the document.
        
        Change-Id: I6c0715adeb19b9055669f6a45055415dd2c44e28

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [ec923b0c19f9d210c3ff9ad59d39ddcd4f958286]

        loplugin:passstuffbyref
        
        Change-Id: I88baef02e5c8c87e7bc408212e16fd7039bfd7a1

2015-09-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [e8e6475617257054cd0fd5ddb704c1115b165c97]

        tdf#91501: Add data bar colour to the list if not there yet
        
        Change-Id: I18dd5b8dc49bd9f4dc9c27556782fa5f2b3c4f58
        Reviewed-on: https://gerrit.libreoffice.org/18334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-04  Noel Grandin  <noel@peralex.com>  [ed7ea6885400d62c84304917493ded4ba376c361]

        convert Link<> to typed
        
        Change-Id: I42eba6c9b6295d94dddc49942d47d59f474bfd28

2015-09-04  Noel Grandin  <noel@peralex.com>  [2ec22477739d2c075e7d9997c3e90cb1a512f63f]

        convert Link<> to typed
        
        Change-Id: I743c74b134552eefb14d35e54491494160f1ffbd

2015-09-04  Noel Grandin  <noel@peralex.com>  [66a205d56f4ebd3ce6f32472ce90eb2c94f6f840]

        convert Link<> to typed
        
        Change-Id: I047c52f37b21b1264396d7077a1f35f6d2b13f3f

2015-09-04  Noel Grandin  <noel@peralex.com>  [8f0f4faad2db50fdc50d3f66ed5d32c9a0138dad]

        convert Link<> to typed
        
        Change-Id: Ibf658f42227ee3f4277f0089b6f8a8ac771dab1a

2015-09-04  Noel Grandin  <noel@peralex.com>  [5b77f6d04f8798eaf6bd1e2d3b3087bcdab9db4a]

        convert Link<> to typed
        
        Change-Id: I1acb6462aa32a0ee61e8ede3ed3e9607b8069298

2015-09-04  Noel Grandin  <noel@peralex.com>  [0e1d027f84a41509d6e9b086fba5372511461433]

        use comphelper::containerToSequence and fix some casting
        
        Change-Id: Ic476204e9db8a0cd1164002a4a8b55f90aef515e

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [37a04c46c5de7c114159dbf10183db790d795ce8]

        warning C4521: multiple copy constructors specified
        
        Change-Id: I1b28b6d18e33b85e335ca24e717e3eef7077cf8f

2015-09-04  Caolán McNamara  <caolanm@redhat.com>  [01e6e93eed5efc22aa7818f50807ec68a4a3aa52]

        vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>
        
        Change-Id: Id53ee54dda5454669affd5ca5324a2d7c5387063

2015-09-04  Caolán McNamara  <caolanm@redhat.com>  [d64105fd3a16356ff858da1497d7fd73b98f55c6]

        drop pams before removing extraneous paras
        
        and remove extra paras in order of largest index first
        
        Change-Id: Iafbe612a8a8bd51cb157b4a4c07031c6603d92ee

2015-09-04  Michael Stahl  <mstahl@redhat.com>  [15a439dacf77bfcd7cc47bd1c360945375a24141]

        sw: replace boost::ptr_map with std::map
        
        Change-Id: I8cf906b7f3f9647a60b20a977ea11c8698438ec2

2015-09-04  Michael Stahl  <mstahl@redhat.com>  [9b5d96d7e074dd9ea26f835351ac6d36fe01b086]

        sw: avoid asserts from RsidOnlyAutoFormats check
        
        This happens with a document that has a header or footer that is not
        displayed after loading, for example 1-page document with separate
        left/right or first page header.
        
        The SwTextNode::FileLoadedInitHints() is not called for these headers
        because they are not visible so MakeFrm() is not called.
        
        If they are not visible the RSID related flags don't matter.
        
        Change-Id: Ie3bd1ce3bc0ac2ff1c429386149294e0c8fd3cb6

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [5fba3a9a0022c3647d098c00ea63593bd1e78e65]

        Prevent perfect forwarding ctor from hijacking copy construction attempts
        
        ...and hope that this will already be enough to help MSVC 2015 re.
        <http://paste.openstack.org/show/444734/>.
        
        "This leads to beavior that's intuitive only if you've spent so much time around
        compilers and compiler-writers, you've forgotten what it's like to be human," as
        Meyers so aptly put it.
        
        Change-Id: I4015bf831cd4cfed6988cc3517f719b756e27bb8

2015-09-04  Mihai Varga  <mihai.varga@collabora.com>  [d3c93279667badf0c0feb927e9c46af97a538d84]

        LOK: allow float numbers in json -> property value conversion
        
        Change-Id: I866a44fcb71044d27a9bf06e2f55ca2e4135c23b

2015-09-04  Mihai Varga  <mihai.varga@collabora.com>  [9640dcea46dd3201aa4c27f6a3918f7419288a2a]

        LOK: added a general getCommandValues method
        
        This method returns a JSON mapping of the posible values for the given
        command (e.g. .uno:StyleApply, etc).
        
        returns:
        {commandName: "cmdName", commandValues: {json_of_cmd_values}}
        
        Change-Id: Ic8f970d077af6be9bc226f72f725b6cdf2d4c160

2015-09-04  Oliver Specht  <oliver.specht@cib.de>  [51ac2bf234a98d8f7629132b59f6961597ecea14]

        tdf#92732: fix vclptr lifecycle for index entry editing dialog
        
        Call SwViewShell::SetCareWin() in closeHdl instead of d'tor
        since with care window set the d'tor is never called
        
        Change-Id: Ieb8280ab57c3bccf95ce2ce96937aab261133ce0
        Reviewed-on: https://gerrit.libreoffice.org/18330
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [012a7115d11c6bc2f4c3c33180c319d043a22d51]

        Related: tdf#92982 vcl rendercontext: optimize non-buffered paint of Cursor
        
        Change-Id: Ic8065d4f656d42f1e2e7d8b4c602010fa0ae2d34

2015-09-04  Stephan Bergmann  <sbergman@redhat.com>  [927d35c97afb88f17a465ddbb87541ac7ba93b65]

        loplugin:cstylecast
        
        Change-Id: I2c0f37376455db1c131327c9a7a6b7b35765d556

2015-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c1019739b1a15971b894b7e382de097894af47c]

        svx: prefix members of SdrPaintView
        
        'mpModel=pModel' is more readable than 'pMod=pModel1'.
        
        Change-Id: I617d85e2c2d4b6b5b0d235cdd3cd9129e276b28d

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [24d90b8aa8e49507d02aa87a0b726ec303a27518]

        convert Link<> to typed
        
        Change-Id: I936606b6fdbb5db50661bde68fc8472bb9dd8861
        Reviewed-on: https://gerrit.libreoffice.org/18317
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [6741a0f25a0193941135636833e1068ee12fc77f]

        convert Link<> to typed
        
        Change-Id: I5469c9983ef94b418b729af841f8db10b9116667
        Reviewed-on: https://gerrit.libreoffice.org/18316
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [5702e894b89505e3e3ebd76826c477a7d6efecb5]

        remove unused Link<> member
        
        Change-Id: I987e799e785326b3b36f67aed1134ab6fe74f1db
        Reviewed-on: https://gerrit.libreoffice.org/18315
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [4ea70f87f7a2b61eda6e5ab1f48debf6fcfadc1f]

        convert Link<> to typed
        
        Change-Id: I2136c3db2742afcb4722f69297276bea1e0119f4
        Reviewed-on: https://gerrit.libreoffice.org/18306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [5338d2abe4078626d2cfa38cde99dfa1d4eb2f6b]

        convert Link<> to typed
        
        Change-Id: I4d6c37e82a5b96c09b989df248f94f0afe228b46
        Reviewed-on: https://gerrit.libreoffice.org/18305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  Noel Grandin  <noelgrandin@gmail.com>  [bb1dcd35f350e2375f6a8a9d27b02fb5784a476f]

        remove unused Link<> fields
        
        Change-Id: I81401ae6d1b1e95375bf4a5792b3b83189be5683
        Reviewed-on: https://gerrit.libreoffice.org/18304
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-04  David Ostrovsky  <david@ostrovsky.org>  [50f2c712c46c66264279ab3b61888e491a4d8dca]

        Fix libxmlsec on MSVC 14.0
        
        Change-Id: I37fd06bb0df1ad8f23eddc32b8eb5c93b2943fda
        Reviewed-on: https://gerrit.libreoffice.org/18327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-03  David Ostrovsky  <david@ostrovsky.org>  [9a8a4442fd6368c20cf6a3d7efa3bd42962ee12f]

        setup_native: Add vcruntime and libucrt on MSVC 14.0
        
        Change-Id: If55979b55b4bc8dee785f0940461a01995060682
        Reviewed-on: https://gerrit.libreoffice.org/17362
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  David Ostrovsky  <david@ostrovsky.org>  [fd27553f3848be20e113b99bdb756b7ce00c790f]

        climaker: Fix std::array and cli::array collision
        
        Change-Id: I7b4815b4b7e8f016ce7a9047c77a6dde46b1ee0a
        Reviewed-on: https://gerrit.libreoffice.org/18320
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-09-03  David Ostrovsky  <david@ostrovsky.org>  [aafc0d29178ebb88201d4062481d3498e4a9ff18]

        unoxml: Add missing include
        
        Change-Id: I5497abb747dc12080f076aaf81b946710bcd5570
        Reviewed-on: https://gerrit.libreoffice.org/18319
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  David Ostrovsky  <david@ostrovsky.org>  [8a4848b373afee618769051d6c70fb4c9efdaeed]

        Fix liblangtag on MSVC 14.0
        
        Change-Id: Ied20186f4863b49dba5d0c7ed98b3a297f3f2239
        Reviewed-on: https://gerrit.libreoffice.org/16767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [7a30553b22441647f286619fc77d85a624ac3005]

        sal: actually that uwinapi stuff doesn't include sal headers?
        
        Change-Id: I1812b7050af725ee754c9e41b9b635319eead33a

2015-09-03  Takeshi Abe  <tabe@fixedpoint.jp>  [cfaebe5de91c8049b086019e4c0ef90d5cbb883f]

        shell: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I0eb2efbd123198c7d8a99e9dd7c613f9b2b23c2d
        Reviewed-on: https://gerrit.libreoffice.org/18286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  Takeshi Abe  <tabe@fixedpoint.jp>  [f3c7e6953675f4ed85a5212a6af3ee189400f34e]

        scripting: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I2a59d42efbb1aeef5078d0b0744b5a3c0559affa
        Reviewed-on: https://gerrit.libreoffice.org/18123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6e88d63829ad46c1cbb5c0c5b40c578430713817]

        update emoji autocorrect entries from po-files
        
        Change-Id: I92b5d2f0c66541735a1c186d3c35c9a8390c91ca

2015-09-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [edf0d0985b1fca299d10192b04fb8cd53b53e4ce]

        Updated core Project: translations  6544a35097d1f6de1b2cd22157db33459c4736fb
        
        update translations for master
        
        and force-fix errors using pocheck
        
        Change-Id: I5e201f8d1c7746b1612ff10f592d611f402dc72c
        

2015-09-03  Eike Rathke  <erack@redhat.com>  [a41d43fdc5a4942303b0b14e259d97c5edc7ded2]

        remove unused ScDBCollection::RefreshTableColumnNames(const ScRange&)
        
        Change-Id: Ia97d6913351a012d62f9d991dd42c54d8247a824

2015-09-03  Eike Rathke  <erack@redhat.com>  [884d53813a4c7b9414a135cfaae6119d78768f38]

        remove unused ScDocument::RefreshTableColumnNames(const ScRange&)
        
        Change-Id: Ia3d09478b31503eb6ab9e352b2925bc1b496a8e3

2015-09-03  Takeshi Abe  <tabe@fixedpoint.jp>  [1873563bb2d9743fe548ceaf2d1429280a27b956]

        sc: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I2f55a6231e903b0ca198cee3a88023ad1db6c50c
        Reviewed-on: https://gerrit.libreoffice.org/18072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-03  Juergen Funk  <juergen.funk_ml@cib.de>  [88890c2a7522394f355a3f47a4dfb4608ac5a1cd]

        tdf#93246: pass on cancel state in mail merge dialog
        
        The return result was not used for the CUPS case before, leading to
        un-cancelled printing / document generation in the file->print
        mail merge case.
        
        Change-Id: I470293755c6696fca6d1b97fa1dac7854b4f7107
        Reviewed-on: https://gerrit.libreoffice.org/18302
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-03  Caolán McNamara  <caolanm@redhat.com>  [90ea1221856340860c406357e274000771b5b127]

        convert Axis constants to an enum and hilight suspicious absence
        
        that compiler warnings then shows (which I saw manually in the first place)
        of AXIS_SECONDARY_X
        
        Change-Id: I873623141020633ea73f14f5c93322c2346b8efb

2015-09-03  Jan Holesovsky  <kendy@collabora.com>  [6f1184dfc0ec6dd1fd24b284737a68b05ffbb61c]

        tdf#93892: Un-share maUserBuffer when the BitmapWriteAccess is requested.
        
        Otherwise Bad Things Happen, and we may accidentally overwrite random other / shared data.
        
        Change-Id: I463354a6e910a2cb43faa229708fe5c14c79535a

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [0aa9cd69598e1c022aa676f81dc7bc2f03e58b2c]

        Fix mis-merge
        
        ...where fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f "Resolves: #i121407# Gallery
        reorganizations..." first cherry-picked the younger 8012fae6cedcf325130d70adf0a486e8918f452f
        before f7d373d18f965b36f310d44044bdba6476f6eb03 "Added ColorDepth change test with assertion to
        the Bitmap::Scale method" then cherry-picked the older 4be8cc079667cca2cae91dba9e46c16ccff1537f,
        leading to the two checks at the top of Bitmap::Scale to not return early as intended.
        
        Thanks to clang-tidy clang-analyzer-deadcode.DeadStores for flagging this.
        
        Change-Id: Id89cc517a9f7efdff040c70f3b0e640d969cf24d

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [5ab60e85b1319e8bf0c698bc804bd78f3eb7a8ca]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: I477e7a809b572fd62b276afd44c8b140efb9d653

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [fdc839390338f2882c1116362c39e197ce27b394]

        sw: replace boost::ptr_deque with std::deque<std::unique_ptr>
        
        Change-Id: Ibb51b67d4d9568577b73a43411322fb5d09bb399

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [327ab3c03343a52734980b26821e4ca7f6553f2e]

        sfx2: remove duplicative ModelCollectionEnumeration
        
        Use the comphelper equivalent.
        
        Change-Id: Iba0567948aeec1299191c759da6aa89b4aa014d8

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [3fb50fbe2b4951034bbe5b75aef5c88e8cd22382]

        basic: remove over-engineered XEnumeration service
        
        ... that was causing duplicate WeakImplHelper symbols now.
        
        Change-Id: Ibbf84a2059f30bfeb5c265adcafb4b56d2534dc8

2015-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6eff03b7d8b77b797f57f2344163ff67a99631f9]

        disable caching of virtual devices when OpenGL is enabled
        
        Change-Id: I15c5cca8c31d81026111a3fa3f050f53057d76b7

2015-09-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c1f47481eb78df3d73bed1da5020ed6ea565a999]

        add stagingcheck target for unstable/failing tests
        
        Change-Id: I4d1e54bdf579b0d6dd143b3a68de259ab7d3d562

2015-09-03  Michael Meeks  <michael.meeks@collabora.com>  [0d349d96818e50f1175a5e576eb2d9d8060ab29e]

        tdf#91882 - make this hideous busy-loop lower priority and less busy.
        
        This way the rendering code can get a look in.
        
        Change-Id: Id100031ffe1c4b415ed4ef1272a0772ec99ab4a9

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

        Related: tdf#93676 special 255 Percent Flag should not be exported to docx
        
        as a true percentage value. 255 is a special flag that the value is synced to
        the other dimension. Without this word gives the frame in the attached example
        a huge height.
        
        Change-Id: Ida0c15779d4583ca075428d77b8dc03c32f22edb

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [28650e0bcf120428d244578266acad9339a88540]

        loplugin:stringconstant
        
        Change-Id: If164df816050b88c74f131dd3afa7671496023a5

2015-09-03  Nathan Wells  <sungkhum@gmail.com>  [10199478b841a87e6436996bde221e424d1df708]

        Related: tdf#52020 Disable ICU Breakiterator for Khmer
        
        Enabling the ICU Breakiterator causes Khmer spelling checkers to be worthless
        as well as wrecks havoc on various minority languages that use the Khmer
        script. See this https://bugs.documentfoundation.org/show_bug.cgi?id=52020
        this: https://bugs.freedesktop.org/show_bug.cgi?id=59448 and this:
        https://bugs.documentfoundation.org/show_bug.cgi?id=59447&redirected_from=fdo
        
        Change-Id: I84529db9cca72ffe1108d2e12c1885f63a48f89d

2015-09-03  Mark Hung  <marklh9@gmail.com>  [85c62a36a907bc5ff31627349a80baa51efbd443]

        Fix tdf#93781 Impress copy wrong style name to clipboard when
        
        style name contains Chinese character.
        
        Encode style name in multibyte sring (ex,Chinese) properly with
        RTFOutFuncs::Out_String().
        
        Change-Id: Ibdd1010e28c711d7829643b60b32637ebce58bdb
        Reviewed-on: https://gerrit.libreoffice.org/18247
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Julien Nabet  <serval2412@yahoo.fr>  [db9f846abfc683c622375191edb6ae9bf348f6e7]

        tdf#85303: SLIDESHOW cannot start at selected slide sometimes
        
        When Slide Show/Slide Show Settings is selected and Ok button is clicked
        the slide from "From" list box is stored in maPresPage and the fact that
        this var is not empty makes slideshow considers it must be used.
        
        So 2 things must be done:
        1) Check first if "All Slides" has been selected
        In this case, don't read slide from "From" in next block (ATTR_PRESENT_DIANAME)
        and so let maPresPage empty
        2) Empty maPresPage if "All Slides" has been selected to remove
        any existing value
        
        Change-Id: I6042ae2db6260e1f441a1c9db90f5de6de966f2a
        Reviewed-on: https://gerrit.libreoffice.org/18253
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [20348de1d5ce4ded0b6c71fcc927ec4e007d61e7]

        sal: actually export the legacy function for VS 2015
        
        Change-Id: I29e43f865133b030bbe76d5a9fe90c978228ed96
        Reviewed-on: https://gerrit.libreoffice.org/18294
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-09-03  Oliver Specht  <oliver.specht@cib.de>  [089d7f53ea232972961c14706a54187f075fa973]

        tdf#79018: Prevent line break as footnote label
        
        footnote labels must not contain line breaks
        
        Change-Id: I00d334197b960c4ed17fdee3ea8a1c734cbfa4c1
        Reviewed-on: https://gerrit.libreoffice.org/18292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [187017ee35386018ac4bf249d30c863dd839df07]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        ...given that setting bCalcPortion to false is always followed by a break out of
        the while loop ever since the code's inception in
        8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import," bCalcPortion is
        apparently always true when read
        
        Change-Id: I83ba29a78512360500a0c9c8c1baf1ccbad87951

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [c95e3eeeb9950c48e32948e14d3081dff8fd709e]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        ...of computing nDraw, since 04c037d8a8f1ca954181d75ab3a7cc648a5d1d63 "refactor
        ScrollBar to use RenderContext" replaced call to ImplDraw(nDraw,this) with call
        to Invalidate()
        
        Change-Id: Ifb9a2494715363c35c19574e85852b488667f97e

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

        0xFF is reserved in [Height|Width]Percent as a special flag
        
        no logic change here, just collect all the uses of 0xff, 0xFF, 255, 0xfe that
        are for this hackery together under SwFormatFrmSize::SYNCED
        
        Change-Id: I061da70962e410903aed94b62868dec1d61e54b9

2015-09-03  Eike Rathke  <erack@redhat.com>  [e65c447cef27ce98a2f66e830ba7f03f1c70a5f6]

        revert an unmaintainable dead end approach
        
        back to the drawing board..
        
        This reverts commit 4185c2a66137ffa0b0476421f8ef3d4f4a89b805.
        This reverts commit be7b9220e8f59673a69bbb98f784c4118a08d249.
        This reverts commit 17a74558c48bd1496d122231777b9a7e63a1252a.
        Partially reverts commit 92fbe21b85bcd5c3a6fe1c9674cadd357da0d982 for
        the ScDocShellModificator dtor part.
        
        Change-Id: If4199b57c6e7301bc87a9c10b8864b6b086d1300

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [bcfd7f7614251d7904a771b9abbabb3dea3554dd]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        ...the two consecutive writes to nX had been like that ever since the code
        block's inception in 4716735ba7d0ad133ff018481f94d6b4f201bbd9 "#103362# improve
        positioning and resizing of system windows," so assume the first one is indeed
        unnecessary.
        
        Change-Id: I52a9a8a15fa38a0d14f9e521e15b7f71013f46c0

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [511235147dc19b9bd6adeb42789439214cf491e3]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        ...at least since the commented-out code using it got removed with
        99f58dc2a6d9d2976948b2fe01b1ed1ae63d685e "vcl: remove dead code and useless task
        comments from winproc.cxx"
        
        Change-Id: Idddd3af6d667370cb937aa065382c1913ab8e911

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [42e379a542bb756df1d2a61876db61f2f5c229ec]

        clang-tidy clang-analyzer-deadcode.DeadStores
        
        ...ever since its inception in 16cba77220efab8204eeecb49ccd3ec033efca38
        "#112673# initial checkin of HWP filter" (but curr is needed as a local scratch
        pad in the STARTT macro)
        
        Change-Id: I7233bf99b7d6f9ac0d3d3384ba4508f84ba8fa38

2015-09-03  Michael Meeks  <michael.meeks@collabora.com>  [055f76b8f1897b79cc5f153da55e38b95ca551a2]

        tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.
        
        Change-Id: Ia31a88cb3d9e6baa987b22f77f407a3f592031f1
        Reviewed-on: https://gerrit.libreoffice.org/18285
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

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

        duplicate HANDLE_VIEWSET_HIDE_WHITESPACE handling
        
        Change-Id: Id34ae93ccbb020f09c608f34e5f41a8622cf1607

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [c82672717b5f355bc406f0b5d78b5d6c5b9dd621]

        typo in prev. commit
        
        Change-Id: Ib23aeca54ddb61bb2ac49677d6ccaab6529cbae7

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [7289f291fe6a43487c7edeb2b14169cc3a0d6694]

        loplugin:stringconstant
        
        Change-Id: I97c8075569eccf7ea1c32466ed592337ca7181c4

2015-09-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [2b8e62f7b6e0a45a9ff1ec530b2e941f3fbcf1a0]

        tdf#39080 Hide white space between pages in 'print layout'
        
        Merged Hide Whitespace with Browser Mode and hooked
        the former with the UI. In Hide Whitespace mode
        the headers and footers are removed and
        page margins as well as between-page gaps are
        reduced to minimum.
        
        In single-page view the side margins are left
        as-is. In multi-page and book-view the sides
        are removed, however, they have twice the
        width of the top and bottom.
        
        Printing and PDF export disable this mode.
        
        The usable screen real-estate is greatly
        improved in this mode, which is controlled
        from the View menu.
        
        Change-Id: I2d0075ae9a76162c26c78e9eb23a71920cdfc522
        Reviewed-on: https://gerrit.libreoffice.org/17281
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Oliver Specht  <oliver.specht@cib.de>  [a1fd97308d7fc7a35a5def1e15a05099dba90f91]

        tdf#93719: handle 'HideWhitespace' in SwXViewSettings
        
        Added missing part from tdf#39080 to SwXViewSettings
        to handle 'HideWhitespace' property
        
        Change-Id: I8d8098810ba36b6ade6e4476464a72348ef4db8d
        Reviewed-on: https://gerrit.libreoffice.org/18291
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [16f9460f2d033165bf50017b28f339d5b96f3de1]

        tdf#39468 translated german comments in viewdata.cxx
        
        Change-Id: I62e70891c3ae74c4e5daa05014d084e37a7c9710
        Reviewed-on: https://gerrit.libreoffice.org/17469
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [9cb929d8bb58b6f941d74bd532cecb252d2b2983]

        Generated code is compiled with WaE disabled, anyway
        
        ...and at least in the __GNUC__ case, the list of ignored warnings only covered
        a fraction of the actually emitted warnings, so just don't bother
        
        Change-Id: I962f50be7da3ae1e215318c6b7dd2f534cbdd57c

2015-09-03  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [95822dba748e417e4ccc7c21bca63118f971958a]

        tdf#39468 translated german comments in output2.cxx
        
        Change-Id: I0175f688d1daaecf94c599093c58ec439eef9475
        Reviewed-on: https://gerrit.libreoffice.org/17277
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-03  Szymon Kłos  <eszkadev@gmail.com>  [7088dadc52d56e56aa674c95673a3f83cf4e1ab3]

        tdf#57370 : 'Places' in the LibreOffice file dialog is inaccessible
        
        Change-Id: I94ba2fea74703d69e65c0864744ab81ccf205f9c
        Reviewed-on: https://gerrit.libreoffice.org/17192
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Regina Henschel  <rb.henschel@t-online.de>  [8775593bcc543b3d7021e20736f42fa13035870d]

        tdf#93634 repair getDisplayDirectory for Windows filepicker
        
        Change wrong PROP_FILENAME to correct PROP_DIRECTORY
        
        Change-Id: Iab2e16c486f487699e1574ed508539d95884bf9b
        Reviewed-on: https://gerrit.libreoffice.org/18127
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [2564ef96d295b2e09fb5e382c8f76924ea2cdb5c]

        Restored missing includes from source files.
        
        These source files relied on pch to include
        these missing headers (at least on Windows).
        
        Also included the script used to find the
        missing includes. The script is self-contained
        and includes unittests. It detects superfluous
        includes and required includes (which was used
        to restore the includes in this patch).
        
        Change-Id: I7ee09e5c712f42d5f6c3524898bc62dda78f5cc0
        Reviewed-on: https://gerrit.libreoffice.org/18208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Michael Stahl  <mstahl@redhat.com>  [72699595aaa3ecb8975050b6dfc6fde437770493]

        remove KDE3 support, --enable-kde and --enable-kdeab
        
        With the new RHEL6-era baseline TDF can finally ship KDE4 support.
        
        Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3
        Reviewed-on: https://gerrit.libreoffice.org/18267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Takeshi Abe  <tabe@fixedpoint.jp>  [d465e8273f1ee54450f0bf59c41bda93c54b3db4]

        sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Id9b4ad4d1fa700c5ea3dd7417292cf2ddb7ade50
        Reviewed-on: https://gerrit.libreoffice.org/18229
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [32b6f11132dec25212f6ed6df4c2aa2419ebb065]

        warning: nonterminal usesless in grammar
        
        ...ever since its use got removed in 17e1d9f46d7957b7ec54943122ddd5fbace19ab8
        "INTEGRATION: CWS oj4"
        
        Change-Id: I6494e11bb162d4c4bb880a6c4f9ece01331975dd

2015-09-03  Daniel Robertson  <danlrobertson89@gmail.com>  [87a2c1d5a0b2eeed30461fe39328ccb66359cff0]

        tdf#88462 connectivity convert manual XInterface
        
        Convert postgresql driver ReflectionBase manual XInterface
        implementation to use ::cppu::WeakComponentImplHelper.
        
        Change-Id: I738bd7df33de9c0fe0e3242eb5a4fab6a8dcb3f0
        Reviewed-on: https://gerrit.libreoffice.org/18207
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [d8bf4491b15dab47223200b4c04ac4b3f17aebd2]

        warning: nonterminal usesless in grammar
        
        Change-Id: I97f3fb5cf62a68460157b2302a84d56a1417d376

2015-09-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [da3ce6d4ce921ef34c0af1ff7d7a3b51ea9f5b3a]

        tdf#75256 Sifr enhancements
        
        Making the can in fillcolor icons bigger and
        swap the lower and top bars in the databarformatdialog icons.
        
        Change-Id: I6302309982154ad569ebe1253eaed80ce3b7fde9
        Reviewed-on: https://gerrit.libreoffice.org/18281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [11157d95b0775286f660be934ef545d0d2323387]

        tdf#75256 sifr - updated insertbookmark and two new stylebyexample icons
        
        Change-Id: I6a265a83d57f14b7fc9b7d58f9d8b6ed0b4933b7
        Reviewed-on: https://gerrit.libreoffice.org/18153
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [1bc16f40eae4da4fc9202931c0d3e23b2ef2dd14]

        tdf#75256 sifr updates
        
        Adding some nicer new sifr shapes
        
        Change-Id: I3ad1f33e5b76ba025b41592896402230dcaa5ca2
        Reviewed-on: https://gerrit.libreoffice.org/18154
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-09-03  Pedro Giffuni  <pfg@apache.org>  [1529c3f6ac71f7f2bd27ffd13944574793de389f]

        Fix some perl shebangs.
        
        Most important perl scripts already use a portable method
        but fix these nevertheless.
        
        (cherry picked from commit 93496a6c1e5b2ae1756dc9b8043e2267209387da)
        
        Change-Id: Id8b5e974356701e66f9dd8a6bd7a58fd4f5633ae

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [c1558858943469879754d1ae241ad88e42fddad8]

        -fsanitize=vptr
        
        Change-Id: I59b43ca9c42c63ca9108620ead00349c24bf91b1

2015-09-03  Caolán McNamara  <caolanm@redhat.com>  [29107378ceed6a76431f27894a3b5753b32e0c31]

        the ww8 dumper is long dead
        
        Change-Id: I8f19daac5ad6bc9e90e9eab5da206a392777473e

2015-09-03  Stephan Bergmann  <sbergman@redhat.com>  [37a6fdf890d49a20a57aeb41021dc0ff663cc628]

        loplugin:stringconstant also for cases using char const v[] = "..."
        
        Change-Id: Iba38686620624178a7be39d703389402bbcea4cb

2015-09-03  Noel Grandin  <noelgrandin@gmail.com>  [411e32244c7bff5fb64a049b1c63cf15ac166cd3]

        convert Link<> to typed
        
        Change-Id: Ic15d0539aa00b46694a1715b6dda9d78bb1c00d8
        Reviewed-on: https://gerrit.libreoffice.org/18269
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-03  Noel Grandin  <noelgrandin@gmail.com>  [37603521c0a6a0a34174a5020a6999ffb9d041d8]

        convert Link<> to typed
        
        Change-Id: I8bea5ac685b0076649412bd95501461242797d77
        Reviewed-on: https://gerrit.libreoffice.org/18266
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-03  Noel Grandin  <noelgrandin@gmail.com>  [5beffcf3f1fd96fb9909b93759f8537417048863]

        convert Link<> to typed
        
        Change-Id: Ic0482dc5ed26eb2fc6ccde73022eff8b4786de83
        Reviewed-on: https://gerrit.libreoffice.org/18258
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [84945163ab6496d22ca814880cfd14ceb33c5f14]

        sw: indentation fixes
        
        Change-Id: Ic4cb73340b7c91198e982c2f7be030a4d6299d4e

2015-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfb8c373c05c3bf2efc0ac93a0f4c8f0682b5042]

        cui: prefix members of SvxBitmapTabPage
        
        Change-Id: I5f33c2eeeffdd2b3254ec464e5a2b96c09324df4

2015-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [36d0f7795cd68a64deafcb2365aa6a5eecd997a9]

        disable an assert in color tests due to rounding error
        
        Change-Id: I829cb4dd2d256a621a407b7715ffc12e90a939b6

2015-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [796b2d6b20e3e9d6ca7f095a49d9b3a54f58645f]

        opengl: let OutputDevice do the bezier subdivision
        
        Change-Id: I0620cd29695d792320c6e3209dff84822485d883

2015-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1249262e97c1c3b1c91720f7acebb29abeb77b67]

        Change color test to report expected values when assert fails
        
        Change-Id: I8383dd317a4f8af5f057d81d8e90172b1f78edde

2015-09-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [eb2e1ab4651350bffc53f618961a910bd3bbcfd9]

        Report reference color and expected color if test fails
        
        Change-Id: I7c8110b31171b247bcd46cee02f41972f59cbdcc

2015-09-03  Eike Rathke  <erack@redhat.com>  [bf1498a15b1c3105f5ab38896f6d98c3f1729be9]

        introduce ScRangeList::Join(const ScRangeList&)

2015-09-03  Eike Rathke  <erack@redhat.com>  [f0744793c85f6305201f5122d5a4376eb6df9ae6]

        comment a nice-to-have idea
        
        Change-Id: If03dba2fa7394ec898cb6d87e06bc85171319fcd

2015-09-03  Eike Rathke  <erack@redhat.com>  [0347ba13460fdd33ca77efa53457ee66651f189b]

        TableRef: use ScRangeList instead of vector for Join()
        
        ... so adjacent areas result in one call to RefreshTableColumnNames().
        
        Change-Id: I1c42a37cbe9630b66504654fec021e39f0c0e67c

2015-09-03  Eike Rathke  <erack@redhat.com>  [034b1b724aeed9ae02990354caa2a402a13386c0]

        TableRef: ensure column name vector has the minimum needed size
        
        ... otherwise refresh completely.
        
        Change-Id: I51b2a87a1c61a0ceef0424192f3b3e9cef24174b

2015-09-03  Eike Rathke  <erack@redhat.com>  [e716e43c3ba2397ddcea8659981e9ebdadda639b]

        TableRef: factor out and reuse SetTableColumnName()
        
        Change-Id: Ie18530e3fd9d7028a0f36646c56b6ff4375e6b2d

2015-09-03  Eike Rathke  <erack@redhat.com>  [b2e5de0b998fac091452190d0386b1d998900399]

        replace for with while
        
        'i' was unused now..
        
        Change-Id: I1ee7c5af75d049b0dfec6d3a17d730503c71ffc6

2015-09-03  Eike Rathke  <erack@redhat.com>  [834eddc8f75fa73b36f3ab5804104829809d8949]

        TableRef: add RefreshTableColumnNames() from range
        
        Change-Id: I32a47e306469aec5fe366a6621129e14b0d49c13

2015-09-03  Eike Rathke  <erack@redhat.com>  [1cb61611c2308df86bf9acfafe25faff624dad26]

        add ScDocShellModificator::AppendCellContentModified()
        
        ... e.g. for future ScDBData column names update.
        
        Change-Id: I893b494c50a278022d3ea4fa73230dfdc3d468b1

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [24703d7a98768cbb976b59455dd75f20c380b89c]

        Resolve merge failure: an OutputDevice parameter not WorkWindow.
        
        Change-Id: I366fcab22550f5d386af7ed3be0ad25456317b7d

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [ebcde8e4e17584665414bd89ebf6d81a43ac823b]

        Fix redland on MSVC 14.0
        
        Change-Id: I1b51102bd4d5aa6b148c0cd7e191d01c72b6c1c9
        Reviewed-on: https://gerrit.libreoffice.org/18214
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [4d841e5f616a117956eaeecf74835efaa5973a7f]

        Add another vcldemo OpenGL test to try to catch another Windows nasty.
        
        Change-Id: I43e48617617e89f5aa089ef1487215c5b81c50bc

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [16b0e217c1f67948374ff050496e5d4ffb8ceb90]

        tdf#93867 - clear current GL context before thread switch.
        
        Fixes regression from otherwise a nice cleanup in:
            d20092259c7ea63885a539f911788715f8147ee9
        
        Also get polarity of debug logging only with a context right.
        
        Change-Id: Id322471f01e5656e758aefc57b0d4d5ad073ec54

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [75eb5a5cae3276fff4eee17af24916bdf5e7381b]

        Fix cppunit on MSVC 14.0
        
        Change-Id: Iebfbd843cd3fbe46f3e090654a8493adb5309800
        Reviewed-on: https://gerrit.libreoffice.org/17341
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [0c9ddb24ee0388d03c313caf5a45f1aa26049781]

        Don't redefine snprintf as VS 2015 supports ISO standard
        
        Make the workaround in snprintf.h conditional on older MSVC version.
        
        Investigation reveals that the GetShortPathNameW is presumably used by
        legacy Duden extension that was built by Sun in a setsolar environment.
        The uwinapi.lib was never part of the SDK, so ordinary extensions cannot
        link against it. The PRIVATE export of the symbol that is only possible
        with DEF file therefore does not matter much. With VC2015 there is no
        need for LO code to use uwinapi.dll at all and gb_UWINAPI can be unset
        in this case.
        
        Change-Id: I23a5636db9431b0fa4350b665a6a69613d625264
        Reviewed-on: https://gerrit.libreoffice.org/16677
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  Caolán McNamara  <caolanm@redhat.com>  [ed7d22049596ac91ad75bfad1a5675c13714e203]

        doc para property ranges cannot be 0 length
        
        Change-Id: If946204873343d8bbc0c1d391ca2c65d8b2f8561

2015-09-02  Caolán McNamara  <caolanm@redhat.com>  [43bcb7b05b1e950e2af15b00d7ede218b4f3edff]

        -Wundefined-bool-conversion
        
        'this' pointer cannot be null in well-defined C++ code; pointer may be assumed
        to always convert to true [-Wundefined-bool-conversion]
        
        Change-Id: Iafffb9ea81387ea19fb9c0a4c6ba929215ace3fa

2015-09-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [37e94841db43740a4df1ed9c9a4e9180523814bc]

        percheck: produce similar stats than off-tree callgrind
        
        Change-Id: I7035ea6f2d9ffe92282533064d69b75e2c1989e1

2015-09-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [159792e02fd47c50b1e8c6eb23474eaa5cf8cd07]

        Updated core Project: help  b1ffa2d34275e6ab1e6e03559b079ec905fae146
        
        Revert "Remove metadata from embeded xhp files"
        
        This reverts commit 29a98d01958bc84710cfedf1e61ddee700df1ff4.
        
        Change-Id: I8d96c2b88c29ee286a6915ff528fb65f18de9f7b
        Reviewed-on: https://gerrit.libreoffice.org/18280
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [7164ec07ca50a9faba85cb73bcd8a734d058ec34]

        Don't call GL debugging methods if there is no context.
        
        Change-Id: Ie6b824953b8ad19fd1b6a146cb6bf52bbb152ef7
        Reviewed-on: https://gerrit.libreoffice.org/18276
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-09-02  Jan Holesovsky  <kendy@collabora.com>  [0c648002addbecbf1ff5c9b9f6aa708521e16384]

        opengl: Don't cache the menubar background.
        
        It can change based on the _toolbar_ size.  The toolbar itself is fine though;
        it may depend on the menubar size, but that should be constant.
        
        Change-Id: Id2c68c89f4ec0774bc74b8c4a5b9a5e59e22137f

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [e140ab91946132eddda0402b44378f703357a5be]

        Fix poppler on MSVC 14.0
        
        Change-Id: I4791c53078f827248b6f163104727cd97dfb227f
        Reviewed-on: https://gerrit.libreoffice.org/17659
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  Michael Stahl  <mstahl@redhat.com>  [c4f210f55881b186034b838c60665bbff392f289]

        dtrans, winaccessibility: consistently use $(gb_UWINAPI)
        
        Change-Id: Ica85fbd62bdc67d17b33a27e9bd67997495120a4

2015-09-02  Caolán McNamara  <caolanm@redhat.com>  [cf5f20b3ddfe87162c7701aa1523b1a6ab4a90b8]

        hinter: 'after' better than 'behind'
        
        "'Behind' is typically used when the context has meanings of depth, and as such
        becomes ambiguous when used in a flat list ... 'After'/'before' contain
        meanings of ordering which are unambiguous"
        
        Change-Id: I1b59c7e3fe5773b88e8e7b9a01cefb28e4851090

2015-09-02  Stephan Bergmann  <sbergman@redhat.com>  [1b32ae516c2df16ea40ba15059dc656d969d9c5f]

        Fix documentation
        
        Change-Id: I8fc081d3f445a362f5e1ee735ce8baeab1d6cc9b

2015-09-02  Caolán McNamara  <caolanm@redhat.com>  [137cf76573c89ea1b0b1f716a50731419a187473]

        detect if new offsets are the same as the previous ones and avoid loop
        
        Change-Id: I4c53d4bce9a69d79e34bdd634c296d9b495e1904

2015-09-02  Stephan Bergmann  <sbergman@redhat.com>  [ec7329f6353ada02d8d02dd7607b2c06d097e8a5]

        configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/
        
        ...so that the lower-layer "dconf:*" reads from the .../system/ dconf tree while
        the final-layer "dconf:!" reads from and writes to the .../user/ dconf tree.
        
        Using a single tree would not really work:  For one, a sysadmin will want to
        finalize a property so it cannot be changed by extensions; that means that
        property must be set and finalized in the lower-layer "dconf:*".  But for
        another, a user will want to change a property for which an extension provides a
        value; that means that property must be set in the final-layer "dconf:!".  So
        the two "dconf:*" and "dconf:!" must store their respective data in different
        places.
        
        Change-Id: I9029e7f779bcb86e8f26cfc22401e97e0cb3362b

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [998c64eaad98639654535229faf0e499336852d9]

        Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.
        
        Change-Id: Iec7cb6504a389972d8187954d5ed7aff94f2e01c

2015-09-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [54962518fa2ca3860fcb4d2c772dea21b22a184e]

        tdf#93859 opengl - don't cache radiobuttons, refactor code dupl.
        
        Radio buttons and check boxes can't be cached with current
        framework as they have an additional rendering state provided in
        additional data.
        
        Refactor code to control which controls can be cached in one place
        only.
        
        Change-Id: I095a01cbf5dde013247d70ada89020f64c8c6510

2015-09-02  Eike Rathke  <erack@redhat.com>  [26e84b3852bbb9585fab76e8d3dba5dcd77f0357]

        TableRef: introduce ScDBDataPortion enum
        
        ... to replace
        * bool bStartonly=false with ScDBDataPortion::AREA
        * bool bStartonly=true  with ScDBDataPortion::TOP_LEFT
        
        and provide means to look at header row only with
        ScDBDataPortion::HEADER as needed for TableRef.
        
        Change-Id: I9f6affd04c15a6204193687b2379160eb975f56e

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [c4afb5d19342d249fae841c24575a5f9ecacdfe2]

        Fix nss on MSVC 14.0
        
        Change-Id: I8c2f18a509ae6686af4ede5b0daa8291d164c9fd
        Reviewed-on: https://gerrit.libreoffice.org/18211
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [c214802883054df349650835f86f9ea9468b778a]

        Fix coinmp on MSVC 14.0
        
        Change-Id: I59372b51ce4aef2e4a923787db61e20cfd96a9fa
        Reviewed-on: https://gerrit.libreoffice.org/17342
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [aae9c47270fed82c2f53f3d2cf701991c9c4a4a3]

        Fix libgltf on MSVC 14.0
        
        Change-Id: I3fda18b1d26e8c7ff509cdd33e44e75671c6157d
        Reviewed-on: https://gerrit.libreoffice.org/18212
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [fe22febbda04bc8e1b17348600857e4c4b29156e]

        icu: Parallelize writing to PDB files
        
        Change-Id: I728177b27fa4049c3f3945246f0f19f937c949b4
        Reviewed-on: https://gerrit.libreoffice.org/18216
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [53a40c43a1ac88e761e97a2832367525ee6b0426]

        tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()
        
        The problem was UniscribeLayout::DrawCachedGlyphs() counted the total
        advance value unconditionally from mpGlyphAdvances, while
        UniscribeLayout::FillDXArray() (which provides advance values to e.g.
        Writer) only used mpGlyphAdvances in case of NULL mpJustifications.  Fix
        this by first checking mpJustifications in
        UniscribeLayout::DrawCachedGlyphs(), too.
        
        With this, e.g. typing "x" in Writer 10 times will not result in a
        "misplaced" cursor caret.
        
        Change-Id: I16c7a258ff77b25c5121b9b974e72ad6efe5e9fc

2015-09-02  Andras Timar  <andras.timar@collabora.com>  [cc88a88caad591270760d947848ad0a032d32bdb]

        tdf#93830 txXfrm offset workaround works in rounded rectangle case as well
        
        Change-Id: I5d8df5c0d55e8dfd7c978b16b2b220c127f3dac9
        Reviewed-on: https://gerrit.libreoffice.org/18226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-09-02  David Ostrovsky  <david@ostrovsky.org>  [b9bf1123f35d78fb98964fd56b50f330ee3efd71]

        Fix x86-64 bridge on MSVC 14.0
        
        Change-Id: I6729a5028351a8a1c3d2b2d2f4bc7ab73e0730f2
        Reviewed-on: https://gerrit.libreoffice.org/18213
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-09-02  Michael Stahl  <mstahl@redhat.com>  [0847e480549ee6fd2c5c399bac15f217b9b92a17]

        remove leftover --disable-gnome-vfs
        
        Change-Id: Ifebd34ddce0e4f180575bf21579adda2ea3b9a9c

2015-09-02  Michael Stahl  <mstahl@redhat.com>  [d0ad8460b4f85186860a4c093f76a5bf9da83e16]

        vcl: rename DESKTOP_KDE to DESKTOP_KDE3
        
        Change-Id: Ie9d4d339f0fe3248a7fd7f790adcb89e660d34ec

2015-09-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b14680fbdde35ed60a2bde21fcfc839cb7c1ffd3]

        tdf#93233 fix clockface emoji entries
        
        this fixes the template only - the actual autocorrect entries for en-US
        will be processed on next translation merge
        
        Change-Id: Ib898897e448914ca334d7c34a45e18f787a8aa14

2015-09-02  Stephan Bergmann  <sbergman@redhat.com>  [b6c40e724452c78b8c1f16f27cda17be177195e8]

        Leftover ENABLE_GNOMEVFS
        
        ...after b40b6010077f875565ce90cd995222451e37321c "ditch gnome-vfs2 support"
        
        Change-Id: I227e728d6c64b94239f1f80f9957eb4eebdc4580

2015-09-02  Stephan Bergmann  <sbergman@redhat.com>  [8e46d85a70affc7072a977ec37a0022d862399da]

        install:module="webdav_neon_gnomevfs" is no longer used
        
        ...after b40b6010077f875565ce90cd995222451e37321c "ditch gnome-vfs2 support"
        
        Change-Id: Idc1964e53eb199991b3cd7994eabecd2b0fa9303

2015-09-02  Caolán McNamara  <caolanm@redhat.com>  [b40b6010077f875565ce90cd995222451e37321c]

        ditch gnome-vfs2 support
        
        Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db
        Reviewed-on: https://gerrit.libreoffice.org/18262
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [daa869222edc3aded82f0fc3e73f126b6cfd08ad]

        tdf#93850 - Defer watchdog during shader compiles.
        
        Shader compilation can take a while the first time; best not to
        disable GL at that point. Have more of a hair trigger at other times.
        Also explicitly exit if we appear to have hung in std::abort handling.
        
        Change-Id: I45f0873672f950fb3baba0ca859d854a0bb25064

2015-09-02  Michael Meeks  <michael.meeks@collabora.com>  [b25388f9c71804df92582f01dac8e5d9d1d5439e]

        tdf#93839 - Encourage vdevs to pick up new GL Contexts for Linux.
        
        Change-Id: I1c40df21a1b1b6d0637f399cf29ca4f49a81d183

2015-09-02  Jan Holesovsky  <kendy@collabora.com>  [3c046ac76fd87e2ed49561b3e6240f3778644279]

        windows opengl: Avoid an unnecessary wglMakeCurrent() call.
        
        Change-Id: I1c1287a29067c053565c49c0ce96918a2d27d87f

2015-09-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e3ef73a8021a8a904bef493a71953ee8c60a8833]

        Updated core Project: help  29a98d01958bc84710cfedf1e61ddee700df1ff4
        
        Remove metadata from embeded xhp files
        
        These help files are embeded into other files and don't need metadata.
        
        It will also remove some trings from translation.
        
        Change-Id: Ia95352b71b8a716b9c93cf21baed484ae9e94d38
        Reviewed-on: https://gerrit.libreoffice.org/18255
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-09-02  Laurent Godard  <lgodard.libre@laposte.net>  [c94a1fdc4443e11d19d12ac8888d8883f9b9494e]

        sideber uno api test less dependant to panels order
        
        Change-Id: I3a4ef006becbce70897505a6f3367c4b004e13b0
        Reviewed-on: https://gerrit.libreoffice.org/18239
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-09-02  Stephan Bergmann  <sbergman@redhat.com>  [043cd5a5cd88ffb01dbf974e77b7ee60a038d8d5]

        Do not call external code with SolarMutex locked
        
        ...see mail thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2015-September/070102.html>
        "deadlock question"
        
        Change-Id: Ib2ae8d46e2ba25b42aab41916ff36fde4519cdc5

2015-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [452b1872af72d7fb31101aa2fa35aeaf18e41a10]

        officecfg: blacklist one more intel opencl driver version
        
        My machine has both an intel and an nvidia vga card, and both support
        opencl. When the intel one is not blacklisted, then
        CppunitTest_sc_opencl_test's testFinancialXirrFormula() fails all the
        time. With the blacklist the nvidia one is used during the tests and
        the test passes just fine.
        
        Change-Id: Ib539faebcaf51867bdc1923f896219afcf92b5ef

2015-09-02  Noel Grandin  <noelgrandin@gmail.com>  [5e7cf50756232b08964dfb15d027697b4eba004f]

        SetXXX(bool) with a default value of false are just wrong
        
        Change-Id: I4888d0474199bb10ca81d1ad03118a150f574671
        Reviewed-on: https://gerrit.libreoffice.org/18235
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd3d1bbaa9ab338f374fd20798fca71a888c9ab7]

        sw: use std::unique_ptr<> in swnewtable
        
        Change-Id: Iddc51cd927fa4e2e44c094909892102158f07389

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [84eafb6a051863a775f122cec1bc27d9f5fef6e4]

        More useful param type
        
        ...for arg that ultimately ends up as const GLVoid *pixels arg to
        glTexImage2D
        
        Change-Id: I69ba2f1dd397fa103f3f59638bec727add3caed7

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [97f24ba75071de46fbe7a5046916b193248081eb]

        More vcl unit test headers for good measure.
        
        Change-Id: I55df85df2d01c322e5725fb2844333f967ef48e2

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [998973c0153c7fd4c109a081cdf76e1b5fe82d05]

        vcl: evidently that test needs glew headers now
        
        Change-Id: I6c9742c8be222a33feea9f6291b29dde73869a93

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [76ce16307dc19d8bd955cbc43da401855ac58e38]

        refactor to create a HasMarked, no logic change
        
        Change-Id: I667a8582a740f5fbbcdbcd82907e40e82f6165a1

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [f4d2337ef2ef324b67e231ebb63259d03d3e3470]

        Fixup CRC related unit tests for now.
        
        Change-Id: If15e30908103780d5d01191ee98f390dbebfc1d3

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [bcc458c1dcca364752e8204172b0325b8310dc37]

        Tweak VCL unit tests for OpenGL.
        
        Change-Id: Ia36f8424226da4e66ae991abd4d6f24604db324c

2015-09-01  Tor Lillqvist  <tml@collabora.com>  [04ff8103ab29842ed5d2b3a310c9aa96eef8a966]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2

2015-09-01  Tor Lillqvist  <tml@collabora.com>  [086aec27ddfd72dc21fffb0466cb5c815e2b4169]

        WaE: C-style cast from const sal_uInt64 * to sal_uInt8 * [loplugin:cstylecast]
        
        Change-Id: I2ab166ab0286213bf61f83fc257a3cc7123413c6

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [e96b8bd4d4fd4bce48bacf69bed5d5fe10237dec]

        configmgr: support writing back to dconf (WIP)
        
        Needs to be enabled manually for now by changing CONFIGURATION_LAYERS's tail
        from " user:..." to " user:*... dconf:!".
        
        Change-Id: I31cd806f21d2ded376832faf98f49167b7243d1c

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [004ede28a23ab1326ba553e0bf358e98c19a53e8]

        dconf: Change the way set elements are encoded
        
        ...to avoid having multiple dconf paths for the same set element (with different
        template names or operations encoded into the dconf path segment), esp. when
        introducing write-back into dconf.
        
        Change-Id: Ieebad3b1024dd7607022abbfa963850b05c26d65

2015-09-01  Tor Lillqvist  <tml@collabora.com>  [a5493ee2ec1dbc49acdd376bb5e869ed4a80cce7]

        WaE: 'updateChecksum' overrides a member function but is not marked 'override'
        
        Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649

2015-09-01  Jan Holesovsky  <kendy@collabora.com>  [fec95ebb06f3ae6c52df7e48ed14beedff10ac3e]

        windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.
        
        Change-Id: I840e8bb2d2ccae869c330bb32dba484b4a835a51

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [244c4571d3c317640538412915fa5cf514778c7b]

        sw: remove a silly 16bit cast
        
        Change-Id: I20eb3379838c5255ff47882b6693908b5971653f

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [89077c790eb18e37dd6ab7d5e156ae33492a11a3]

        sw: convert boost::ptr_vector to std::vector<std::unique_ptr>
        
        Change-Id: I846180641279b19f6bd4ac14c3e840e0bec4ded5

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [d290ae119d773be95038ea779f4d432b65886fb6]

        sw: sort includes in editsh.hxx
        
        Change-Id: I74181ccf42e86bc6b65056199e6102bc05518a34

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [121e73ec461553279db12b6fcfc18f593983d1a5]

        sw: replace boost::ptr_vector with std::vector
        
        Change-Id: Iad91811a0e674b3541d51f3e94a9a5770bfda0a1

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [6fcaaca6cf6edce3c0af4d4b7976043f89a26ca1]

        comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelper
        
        The OFOPXMLHelper class causes duplicate definition link errors
        due to its WeakImplHelper base class.
        
        It turns out that the OFOPXMLHelper class itself is only used by other
        exported functions in comphelper itself so just hide the
        implementation detail.
        
        Change-Id: I3ac8c561af703193cc2609e2c799b630a0d43127

2015-09-01  Michael Stahl  <mstahl@redhat.com>  [a01a0785e61d230cc8e2fb15cc1936f1fd29458a]

        comphelper: fix MSVC --enable-mergedlibs build
        
        Try not to export the WeakImplHelper symbols as that causes duplicate
        definition errors with the class OSelfTerminateFileStream that
        has the same WeakImplHelper base.
        
        Change-Id: Id41bfed24617113de48c76ab6802b21a8892e66f

2015-09-01  Eike Rathke  <erack@redhat.com>  [8a7be690ced76c5bd790858226a2ff0747354676]

        TableRef: ensure every column has a name after RefreshTableColumnNames()
        
        Change-Id: Ib080b5292e48ea0709217cd4e3e697ae1fa5d4cd

2015-09-01  Eike Rathke  <erack@redhat.com>  [b0d6a8ea09148fce6f6c806086835a86eb8ff03d]

        TableRef: reuse TableColumnNameSearch in RefreshTableColumnNames()
        
        Change-Id: I354698d6959aeb9ce022ecc420f2e10b0155c184

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [d38e4b2ee73ad38881465f9f97eb8d8397ee98ff]

        implement undo of delete impress cell contents
        
        Change-Id: I7aa99f3a6668e66b8d02e20b7ea1cf0862e5d760

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7a12d4d7fde8e80774c968956f2e5ec5d30e545e]

        Removed the crc table from the check-sum header
        
        Now can be accessed through the vcl_get_crc64_table() function
        
        Change-Id: Ife85dde373a48652a0d67460184c1f325eb91702

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [8ec9b87678c9fea437c5bdd623758d850fa8d309]

        Modified CRC test in order to fix test failure on OSX
        
        Change-Id: Ic3fa76557746242ca99e3ce63ea73ec1d2b11f50

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [80eb87f3c9a8e650070f85cfbc796422ae6840a5]

        Changed DLL macro for fixing warning C4273 on Windows
        
        Change-Id: I50e4b30e0932f092db9e7d60e50f88f2b7e83895

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2d215ceccfb6476550ea389e19ab4c84b685ce97]

        Fixed a bug due to conflicts with Casarin's commit.
        
        Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [07254e701fe8cbb7babbfaaf1f096b1afbd5eaf2]

        tdf#93532 -  Bitmap CRC unit tests.
        
        Change-Id: Ic75801d7ad941ba802ffe418d5c666b1e7b0e94f

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d3dbbf0944785e5dcd5d8c735c7360cc51a3b0d0]

        Removed no more needed code in ImpBitmap::ImplGetChecksu
        
        Change-Id: I647941591615733caa546a8710817616923afa85

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [51242678e2132d2172b9a63125a0974044baf8aa]

        filter: avoid casting BitmapChecksum to sal_uInt32
        
        Since BitmapChecksum is a typedef for sal_uInt64.
        
        Change-Id: I768fa5134fa6e86559f3c6cbe1071093b4e68152

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [d9096da5413984cfa65151f9dbdcc5da271c74a1]

        Fixed a bug the 64-bit checksum switch code was affected by
        
        Changed the size of the string buffer used for converting 4 integer
        values into a hexadecimal string:
        
        aHexStr.setLength(24 + (2 * BITMAP_CHECKSUM_SIZE))
        
        Change-Id: I5936bae4ce3b41e85a68f6f342b5288f7f9395fe

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [2d860a8cef3ee887ac5cad1bc67b0f820a63b78d]

        switch to 64-bit checksum: fixed a missed substitution
        
        Change-Id: I733240798a8415602b824a9732193c344fe53a5c

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [c8a46ee5199f42f1f888d5bee765da83a608918f]

        truncate checksum to 32-bit when it slips inside a file stream
        
        Change-Id: I2cedf8acf73f71529f4090ff2f9fce7ab7663e68

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [31ae4863782b4dfb07573bb96124bb03e44837a7]

        gl-checksum: added a minimum size check for using GL version
        
        (nWidth * nHeight) < (1024*768) || nWidth < 128 || nHeight < 128
        
        Change-Id: Iedda6a333958c76c19b837890eb3fa28e631bc90

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [33f57c485ce21964c9500f3a3d741f655fa5f371]

        switch to 64-bit checksum: now BitmapChecksum is a sal_uInt64
        
        Changed hardcoded checksum value in ooxmlimport unit test (testN777345).
        
        Change-Id: Ied43bf626be82c0e7f6c62e965d0704fc645ac19

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [9644b6c8c368d27a601d905e998ee9b6f27dbc9c]

        CRC is an integer type -> mnChecksum.
        
        Change-Id: I9e4d36105a59c5f81677d8e062106dae6f709464

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [8ecd142d32334d0180d4d0bcee00b0f0e15a3e45]

        fix: buffer was released before getting checksum.
        
        g
        
        Conflicts:
        	vcl/inc/salbmp.hxx
        
        Change-Id: I57d1e4b8e4909ce0b82c9e61ca271768cc73cd8b

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [209951a8ae71ae38d57457a5a85005be8f46dcdf]

        switch to 64-bit checksum: conversion from BitmapChecksum to an octet array
        
        Defined BitmapChecksumOctetArray which is an array of bytes whose size
        is the same of BitmapChecksum.
        
        Defined a routine for converting a BitmapChecksum into a
        BitmapChecksumOctetArray.
        
        Change-Id: I70d17ab8b841795ae27c60b418d6b090bff604bb

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b545728fddad2e70b6a38515b60455fc229e63af]

        vcl_get_checksum wraps the call to the real checksum function
        
        Change-Id: I72916f18966756ecc99e77f1b164e99377eb456e

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [7fe85d7633a6cb7a921e93d9399c748a41c54bc1]

        Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksum
        
        A typedef sal_uLong      BitmapChecksum;
        has been added to include/vcl/checksum.hxx
        
        Wherever needed sal_uLong and sal_Int32 has been substituted with
        BitmapChecksum.
        
        A BITMAP_CHECKSUM_BITS constant equal to the amount of bits used by the
        BitmapChecksum type has been defined and used in
        `GraphicID::GetIDString` (vstools/source/graphic/grfcache.cxx).
        
        Change-Id: I74bd285089e58a8b18c06233d75b87023c7bf31b

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [b5e3aa40586a4cca050b4f74a6f5d9bf90ff8b3a]

        moved chechsum.hxx in include/vcl
        
        Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2

2015-09-01  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ebb0dc14547e698d7b53005178063da72d48f075]

        Added support for computing 64-bit checksum of bitmap in OpenGL
        
        Added a C++ and a GLSL implementation of a 64-bit CRC algorithm.
        
        Changed hardcoded checksum value in ooxmlimport unit test (testN777345).
        
        Change-Id: I16bb985a14866775efda49e21fe033ff64645896

2015-09-01  Eike Rathke  <erack@redhat.com>  [7cc4cdc5ef6dff279e072af725c2d7fc1e5da0e8]

        TableRef: anywhere in ScDBData area, geez..
        
        ... bStartOnly is not the header row but only the top left cell.
        
        Change-Id: I8d93aeafa8d55b59defd4476b5bcc19b0e026e70

2015-09-01  Eike Rathke  <erack@redhat.com>  [f8512ed179958339fb5cb7500836bb2da5d8dabf]

        TableRef: of course ScDBData at the referenced pos, not the formula pos
        
        Change-Id: I6166293cfa0704ef96df917b7af1940d5efbdb14

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1a918ae8aca9e9a1eaebecef3b82e011b10665f]

        tdf#93838 windows opengl: fix vertical text position in UniscribeLayout
        
        For one, aPos.Y() is meant to be the baseline position of the text.
        Based on the MSDN documentation and
        <https://www-user.tu-chemnitz.de/~ygu/petzold/ch05c.htm>, that means if
        we want to get top position, we have to only extract tmAscent and not
        tmInternalLeading.
        
        For another, ImplWinFontEntry::AddChunkOfGlyphs() adds a border of 2
        pixels both horizontally and vertically, which means that then we need
        to undo that when counting the vertical position, too.
        
        Change-Id: I4ac8e881ea5910662674c2a1b53ece943487ccd9

2015-09-01  Michael Meeks  <michael.meeks@collabora.com>  [6a12aecf6f7791f00894b08bb394ee0139e10d6f]

        tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.
        
        Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [34ebb26d4c63d73d42d711c9a6e09aae9afae61e]

        sids unsorted
        
        since
        
        commit 74ef8a4148f7d8fdf0d40481f879cdd13b27aafb
        Author: Maxim Monastirsky <momonasmon@gmail.com>
        Date:   Sun Dec 7 01:18:06 2014 +0200
        
            Introduce ParaspaceIncrease/Decrease commands in Writer and Calc
        
        Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3

2015-09-01  Maxim Monastirsky  <momonasmon@gmail.com>  [97acd294518e9c91d8b103d6700768b7ca7e5bbf]

        Make saving the default fonts work again
        
        This reverts part of 745c7bce5fe8b218f7d300667a5409bc7ef58c34.
        The current behavior of affecting only the current document is
        useless, given that the same can be done by editing the
        corresponding styles. Actually I'm pretty sure that's why the
        wiki flagged the "Current document only" option as unnecessary.
        So let's go back to saving for all documents.
        
        Change-Id: I7ed9609bc93ae519ac89a6e6080a3b37b09633d8

2015-09-01  Eike Rathke  <erack@redhat.com>  [f565867dfdc3a320e25522122f58491ebcbd0fb5]

        TableRef: activate structured references export to OOXML
        
        Change-Id: I737b0c28a9b337af62e1a33bbce15049a0d854a4

2015-09-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1e066fda260d9ae8edfe789ce531a894d1ef134]

        fix enable-mpl-subset with --with-system-poppler
        
        Change-Id: I2828d662769f95241ee5760bb657201851f3193e
        Reviewed-on: https://gerrit.libreoffice.org/18209
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-09-01  Olivier R  <olivier.noreply@gmail.com>  [00bf7b7eee33b4a24e69c381a92459399a690f87]

        Updated core Project: dictionaries  e34d023f8c69599f2bca233396a2a0fab55a7e8f
        
        Update French spelling dictionary (v5.4.1)
        

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [21e713a751d4c6d1ad43f7eaa53b06e395b0cb3e]

        Handle dconf_client_new failure
        
        Change-Id: Ib873ca03a2552dc0405236ed87040672ba359e5e

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [9da6318b4e62a0e30d15df00d564dad61a74933e]

        dconf: fix check for matching template
        
        Change-Id: I8319bf10310d55e2f29de8103d983e34a53f87df

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [f262cfcf8ebf81d2d1407cf283b5d8eaaee053fd]

        dconf: fix encoding of set element names
        
        Change-Id: I6aba45a70a9ebee65be34af1036bb515fd2a22b7

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [2921d6773698cc588f808172b37fb28d80b28a9c]

        Rename stuff, in preparation of dconf::writeModifications
        
        Change-Id: Icd472e91b222907e2cdcbdba1b78b33c44eff566

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [12f92e6d9ea8bf05bda6d3c42f9b6f0aba000cb0]

        Support modification write-back to other than registrymodifications.xcu
        
        ...to eventually support writing to dconf (see TODO).
        
        Even when writing somewhere else, it may still be useful to read from the
        current "user:" location, so a new convention was introduced to
        CONFIGURATION_LAYERS types that support write-back:
        
        - A leading "!" indicates that the layer is indeed used for write-back (probably
        in addition to reading from it).  For backwards compatibility (when users use
        own settings of CONFIGURATION_LAYERS, instead of depending on the value in the
        shipped fundamental ini-file), no prefix on the "user:" is now interpreted the
        same as a "!" prefix.
        
        - A leading "*" indicates that the layer is not used for write-back (but only
        for reading from it).
        
        Change-Id: I399cc7bfe927db50586834f9630c184aaa2153f2

2015-09-01  Jan Holesovsky  <kendy@collabora.com>  [aefb3d973c8248b8c60149850f0835e4a8abd85d]

        windows opengl: Call InitGLEWDebugging() after we have the context.
        
        Change-Id: I1582443cf6799dd73a3909660d524eaacbc2d909

2015-09-01  Tor Lillqvist  <tml@collabora.com>  [00b0ce6756184acbdf1a459e4a602534d7e1f05d]

        WaE: loplugin:staticmethods in the non-Java case
        
        Change-Id: Ibebe470d0d0c00bfcaf7b3cb90aa102e8101b7bc

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [dcb0738b631c61999364bd8500f401f93bbfb84e]

        Related: rhbz#1255200 apparent missing stylesheet
        
        Change-Id: Ice9a860ca839d37308b5c2f2eb639852fefe1d15

2015-09-01  Tor Lillqvist  <tml@collabora.com>  [8002f0ddc805251e6f0f550bf8526aab8603c5df]

        WaE: loplugin:staticmethods in the non-Java case
        
        Change-Id: I1fe771f01edb0ce14da01146191cfe3f48958966

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [c33062fc07ac20b1ac28bd000fd3c57016d72e34]

        Resolves: rhbz#1256843 no obvious means to close template dialog
        
        under gnome-shell which doesn't put an "X" to close things in
        the wm decorations if the GDK DIALOG hint it set
        
        prior to tdf#72587 this was a modeless dialog and in that case
        it doesn't have a parent, in which case the hint is NORMAL
        and it used to get close decorations.
        
        easist thing to do is to remain modal so the crashes and
        confusion of tdf#72587 remain fixed but add a close to it to
        behave like all the other dialogs do
        
        Change-Id: I64450be0ad1bc7b06196e1342679e15b60fc60d9

2015-09-01  Maxim Monastirsky  <momonasmon@gmail.com>  [f4e9e76aa63c93372a60f4c55692c6aedbf044cd]

        PythonTest_sfx2_python: StylesPropertyPanel is the first panel now
        
        Change-Id: I352f14741dd9346bb41d4e3233b256898809773e

2015-09-01  Justin Luth  <justin_luth@sil.org>  [220ec3b1a9b2583ea23e32a406d5f0821e04c99c]

        sw: include limits.h to fix build on Ubuntu 12.04
        
        Change-Id: I37d4d4a933cfd1df8dc8f8258e270bd3dbcef714

2015-09-01  Jan Holesovsky  <kendy@collabora.com>  [d2a42d67727b6953ea27ff53a0adc0a012f85460]

        windows opengl: Don't paint cached widgets upside down.

2015-09-01  Juergen Funk  <juergen.funk_ml@cib.de>  [d9305ae68bf3707242a96fb1b697c36d6eaf91c4]

        tdf#93052 - When save, generate unused list-styles in context.xml
        
        First Patch do not solved the problem
        The evaluation of the 0 is here
        http://opengrok.libreoffice.org/xref/core/xmloff/source/text/txtparae.cxx#615
        and this methode "xNumRule->getCount()" get back the 0.
        
        Change-Id: I2a8f53199b0819f36a7d3e1887c75089143b29a9
        Reviewed-on: https://gerrit.libreoffice.org/18228
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [af11abf3626e12d2b4b7dd9d255c6c71bf84cd4b]

        SwViewShell::ImplEndAction: still paint directly when non-double-buffering
        
        It turns out that in this case it hurts performance if we go via
        invaliation-then-paint instead of direct painting when double-buffering
        is not enabled.
        
        Related commits:
        
        - beb4aa21d61f0d66392d596be86fb57b4b167239 (SwViewShell::ImplEndAction:
          avoid direct paint, 2015-06-29) and
          c9175a1bd3249ad573ae6827bf19963a3ebe2fbc (SwViewShell::ImplEndAction:
          avoid direct PaintDesktop(), 2015-07-03) globally avoided direct paints
        - 222f10e773ba51a19880be1b798990260c198147 (tdf#93096 sw: fix selection
          with keyboard outside current view, 2015-08-18) restored direct paint
          when non-double-buffering for the second commit, this one does the
          same for the first
        
        Change-Id: Ida0c6917a8cdec74209bd64813c7876d4fa61b8a

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [3fac8cf4f90ce9dca9c7c098a651ee42fe931d2f]

        add sfxlo-TemplateLocalView to glade catalog
        
        Change-Id: Ia73125ba2e547f87c1f28bdc917333346a01a251

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [df7fbad544679999c9635fc441571a0b52826d60]

        readdconflayer: avoid deref of null (removed) member
        
        Change-Id: I3b2ce8ef79c4bc0dde8ba43f96ca4e97a71dd2cd

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [c874bf3f7bd6bbe31416506d9b4213bcbbbac4fa]

        Resolves: tdf#91060 don't crash on loading certain pptx
        
        Change-Id: Ibf32ef644222a59c5fe6a9736ff64739ab24b74f

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [79f060d45122ac108de8482d44af17a82ee1c48d]

        coverity#1242865 Untrusted loop bound
        
        Change-Id: I9332fa9b805e702fb56067efc308aff09310f603

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [5b8e4f3d676eb0a026ce1eb4c1df2ec6e0736cb1]

        coverity#1321598 Resource leak in object
        
        and
        
        coverity#1321597 Resource leak in object
        
        Change-Id: I6e9e517a394bea60c1f0550b17bacd653eee5cbc

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [cefbbd5c325b57688c3b43883a6ad9c3e6809815]

        coverity#1321600 Dereference before null check
        
        Change-Id: I5a2e61200333ca57af990d3d7be3899da836472a

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [239c25ff95b665717e87f3e4cf5aa6c29e4deb72]

        check for error more frequently
        
        Change-Id: I909c225dd9bd92763ae24b62854a9217fc2e2a0e

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [31657493553b8b9bc6db06ee0df3c0e585eeec1b]

        Fix PythonTest_sfx2_python
        
        Adapt to 1ba1a21aa6b77ef8d3d59b3658dfd2aa87d0dee2 (tdf#73071 Enable
        styles content panel in calc and fix spacing issue), but the second
        assert should be ideally 100 and not 99 what it is actually, so comment
        that out for now.
        
        Change-Id: I551640c9db57285942a897eeb57515939ed3510d

2015-09-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [608c925a1b148826ed0e1f09480911f606f8dc71]

        Updated core Project: dictionaries  03a4a7b13f28c2c8df08cf6d5049fde97d6b4244
        
        tdf#93514 remove Czech thesaurus
        
        Change-Id: I40ebd1ca223fe7950ed3280c43a51a3dfbd0070e
        

2015-09-01  Caolán McNamara  <caolanm@redhat.com>  [bfa839bad4645c06601cd09fc4a81ec1f4c5afe4]

        add EDB-38031 test case
        
        Change-Id: Idb24848ecd15d3970cdec3e080eb0f8ead0358ed

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cf6c6b8f0e028a9f32ad20e6da058822a107edc]

        cid#1321599 missing break
        
        Change-Id: Idaf322c53cb8955bb88e18a6d79fd800dc48621d

2015-09-01  Takeshi Abe  <tabe@fixedpoint.jp>  [e15d4b8ee959ce51ebc78fe059c1c769bbc9e6ff]

        sdext: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I663029b736489b81ed4ccb5f7bd657fbaf091bdf
        Reviewed-on: https://gerrit.libreoffice.org/18206
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-01  Julien Nabet  <serval2412@yahoo.fr>  [ed33646cdecac866ab480bf5770726b4a5bfa6c9]

        tdf#91022: Incorrect Dates in Report created with legacy report wizard
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=5d8ecad569fd7a254902da154ed8057ec61f3a83
        Thank you Matthew Francis for having found the root cause!
        
        Change-Id: I4128368a5f5df6a9fc5f7668fb1f8f330b5795b9
        Reviewed-on: https://gerrit.libreoffice.org/18210
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-09-01  David Ostrovsky  <david@ostrovsky.org>  [e00a3a684e22f45f36b4002ce726cb2975cb36ae]

        core: fix build with system boost 1.59
        
        9a6cdce37e601b1406c71fef16ad9b315045c9da was trying to fix the problem
        with exposing deprecated vars and functions in system's error_code.hpp
        include file by patching bundled boost version.  This approach would
        only make sense, when upstream version is going to be fixed ASAP. Apply
        another approach, and follow the same pattern as applied in external
        libraries, by defining
        
          -DBOOST_ERROR_CODE_HEADER_ONLY \
          -DBOOST_SYSTEM_NO_DEPRECATED
        
        instead of patching bundled boost version.  This way, the code would
        work with unpatched system boost 1.59 final as well.
        
        Change-Id: I8684ca458ea4a5b7d7c3c3acfe7c14a6d19bc665
        Reviewed-on: https://gerrit.libreoffice.org/18201
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [0fad62c2178d6b8157b07ff30fe9e2fc8173d393]

        -fsanitize=enum
        
        ...as happens in CppunitTest_sw_filters_test with
        sw/qa/core/data/ww8/pass/CVE-2015-2467-1.doc, first at:
        
        > filter/source/msfilter/msdffimp.cxx:1477:17: runtime error: load of value 8193, which is not a valid value for type 'MSO_Anchor'
        >  DffPropertyReader::ApplyCustomShapeTextAttributes(SfxItemSet&) const filter/source/msfilter/msdffimp.cxx:1477:17
        >  DffPropertyReader::ApplyAttributes(SvStream&, SfxItemSet&, DffObjData&) const filter/source/msfilter/msdffimp.cxx:2694:9
        >  SvxMSDffManager::ImportShape(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4332:21
        >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4119:39
        >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
        >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
        >  SvxMSDffManager::ImportGroup(DffRecordHeader const&, SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4106:39
        >  SvxMSDffManager::ImportObj(SvStream&, void*, Rectangle&, Rectangle const&, int, int*) filter/source/msfilter/msdffimp.cxx:4033:16
        >  SvxMSDffManager::GetShape(unsigned long, SdrObject*&, SvxMSDffImportData&) filter/source/msfilter/msdffimp.cxx:6210:23
        >  SwWW8ImplReader::Read_GrafLayer(long) sw/source/filter/ww8/ww8graf.cxx:2502:17
        >  SwWW8ImplReader::ReadChar(long, long) sw/source/filter/ww8/ww8par.cxx:3634:17
        >  SwWW8ImplReader::ReadChars(int&, int, long, long) sw/source/filter/ww8/ww8par.cxx:3436:27
        >  SwWW8ImplReader::ReadText(int, int, ManTypes) sw/source/filter/ww8/ww8par.cxx:3974:22
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5175:9
        >  SwWW8ImplReader::LoadThroughDecryption(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5773:19
        >  SwWW8ImplReader::LoadDoc(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6045:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6167:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        
        Change-Id: Iafc548b5ba21a985521790770732f7f03e2485c9

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbf5882af35a7644aca74c7049fbbbd9e8c11693]

        Revert "windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering"
        
        This reverts commit 6fd7199230bfc81d6aadf53b3c115def8caba90c. Kendy says the
        original problem can't be reproduced anymore, and most unexpected flickering
        goes away with this for my nvidia card.
        
        Also, it's a good idea in general to keep PFD_DOUBLEBUFFER and
        WGL_DOUBLE_BUFFER_ARB in sync, which is now the case.
        
        Change-Id: I7a809d1c85be4206c01720d5de9b0a5617a59c87

2015-09-01  Stephan Bergmann  <sbergman@redhat.com>  [3b1ab016386cebe14435d79ec8693e3c7339a7df]

        -fsanitize=null
        
        ...as happens in CppunitTest_sw_filters_test with
        sw/qa/core/data/ww8/pass/CVE-2015-2431-1.doc:
        
        > sw/source/filter/ww8/ww8par4.cxx:294:76: runtime error: reference binding to null pointer of type 'const SfxItemSet'
        >  SwWW8ImplReader::ImportOle(Graphic const*, SfxItemSet const*, SfxItemSet const*, Rectangle const&) sw/source/filter/ww8/ww8par4.cxx:294:23
        >  SwWW8ImplReader::ReadChar(long, long) sw/source/filter/ww8/ww8par.cxx:3611:35
        >  SwWW8ImplReader::ReadChars(int&, int, long, long) sw/source/filter/ww8/ww8par.cxx:3436:27
        >  SwWW8ImplReader::ReadText(int, int, ManTypes) sw/source/filter/ww8/ww8par.cxx:3974:22
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5175:9
        >  SwWW8ImplReader::LoadThroughDecryption(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5773:19
        >  SwWW8ImplReader::LoadDoc(WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6045:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6167:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        
        Change-Id: I4482bc5d8e0c2646e7c8667a231a78311b557e89

2015-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd1571e807c7a0b06ce419c96527c2ac00c7ae2d]

        sw: use std::unique_ptr<> in dbinsdlg
        
        Change-Id: If882d49c3abe236c8ca5af502a38947b98e34d5e

2015-09-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b3de73f32af6276a60f5678861c461631a75e743]

        opengl: use "old" SubdivideBezier when drawing PolyLines
        
        SubdivideBezier creates polygons which are more exact for drawing
        in opengl when drawing hairline PolyLines - so let's use that with
        AA line drawing.
        
        Change-Id: I490fd0f19361b5fc9e1f4e03851c1ae1a1f75f71

2015-09-01  Eike Rathke  <erack@redhat.com>  [0c1d3f0c17296c113358228cf36596347fd045e3]

        remove now moot comment
        
        Change-Id: Idf8c958161a92ba73dfb60da9a10ab9d59be7c2d

2015-09-01  Eike Rathke  <erack@redhat.com>  [e14c72954ec5b00557647cb1ec167d33828085cc]

        TableRef: fall back to stored table column name if header cell is empty
        
        ... during token string creation, as an empty column specifier is the
        last thing we want to see.. which still can happen though if the stored
        name was synced with the existing cell data and copying the older
        original name was not possible, for example due to name clashes.
        
        Change-Id: I6a0d313a02efafc092f0bbf7725fb3b3e77e486f

2015-08-31  Michael Stahl  <mstahl@redhat.com>  [5331e767c7de8ece7e596fefb451a73bae8b583c]

        sw: convert boost::ptr_vector to std::vector<std::unique_ptr>
        
        Change-Id: I7fc96e3b7754bb3f4718f9142c75ee82aef0a22c

2015-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c76a1ece89ce22d245367ccd79b6c6e7bc2f522b]

        orcus: don't leak old state into new style objects
        
        Change-Id: I744ff8be96bda2fff61c8fc23a067fdd9b2d4930

2015-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [897b51239443430790babd507d63fd5d6fb4a727]

        import borders from orcus
        
        Change-Id: Ieab07fcd9bc89d81829d636bb854db37ad2ba9e0

2015-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4ac7380e5675e165950c40edb45e6d17ac25b33]

        some work on orcus conditional format import
        
        Change-Id: I9ad88c0f7f935a247f0f21c7aa206312435ecafc

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [ed22d360855e3562228ad699304ebf0b26ca2a5a]

        loplugin:staticmethods
        
        Change-Id: I7321d35bcc1f287ef85331ed8c8e43bdf846c1ce

2015-08-31  Eike Rathke  <erack@redhat.com>  [bc712935a05dd34142b4c17dd6686761d9b9d5e1]

        TableRef: refresh table column names before saving
        
        ... to match reality and be able to re-load structured references in
        range names once we save TableRefs as well.
        
        Change-Id: I5f8fc858be2a773d7841816c3e4bf21590d37e64

2015-08-31  Michael Stahl  <mstahl@redhat.com>  [75a8f6173e6b5d601c3a7d154406f5ae8331eb41]

        sal: oops, forgot to commit that bit
        
        Change-Id: Iee85958a6589624bc9a61242fca41214bdd1df85

2015-08-31  Michael Stahl  <mstahl@redhat.com>  [d0ebb6e438dc8f7dcb5467ae6f72068cf40dcb7a]

        sal: don't use --target as parameter to cppunittester
        
        CppunitTest_libreofficekit_tiledrendering hangs because the soffice_main
        exits due to the unrecognized command line arg --target.
        
        Use a -env:VARIABLE argument instead, which is filtered out by
        rtl_getAppCommandArg() so does not reach the soffice_main code.
        
        (regression from 87514b0907dfbb479e2646b5ff951c68babf3417)
        
        Change-Id: I2c801305398dccfb447e4e5c44726f42bf2a72ef

2015-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f50eb63631c0e174165b99cd82721a7bf57b0717]

        Revert "exclude unnamed Library/Executable from ide integration"
        
        This reverts commit 93cd7b78c29c11ccc87c19c845c6617acb834630.
        
        We need to generate project files for unnamed projects as they seem to
        correspond to libraries. If that causes problems for the msvc
        integration (which seems strange) then we need to handle these problems
        in the MSVC generator and not in the parser.
        
        It also includes:
        
        Revert "Clean trailing whitespace"
        
        This reverts commit 7d92b27aff3b4d1c59aef9866003f4d001c0fc25.

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f3f42bcede27ed78ac1216ca099a5971dc4ff300]

        loplugin:staticmethods
        
        Change-Id: Idfc691a92d0cba72289699609cb99bce35aaade9

2015-08-31  Michael Meeks  <michael.meeks@collabora.com>  [59618d22a04ca441b19f388e48ae9b1c9dd8183c]

        tdf#93822 - disable horror legacy menu background saving for OpenGL.
        
        Change-Id: Icaa5fb197f3fa234da4538a2a7b21131cab89277

2015-08-31  Michael Meeks  <michael.meeks@collabora.com>  [b27b9084c5b55f6cf6732fb9bdc253658ea612ea]

        tdf#93772 - handle framebuffer unbinding on GL context switch.
        
        Also start gl tests in vcldemo:
            $ SAL_FORCEGL=1 vcldemo --gltests
        
        Change-Id: I8f0022770d57cd60c830659e3f7fcc0721320a10
        Reviewed-on: https://gerrit.libreoffice.org/18132
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-31  Yousuf Philips  <philipz85@hotmail.com>  [1ba1a21aa6b77ef8d3d59b3658dfd2aa87d0dee2]

        tdf#73071 Enable styles content panel in calc and fix spacing issue
        
        Change-Id: I43f5d8ef5ca7c5fbd598d866622e6cbb1159f2a0
        Reviewed-on: https://gerrit.libreoffice.org/18176
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [4dce632b3930d0826dae69d494b5a73ac794d28c]

        tdf#92106 sc: Update and new style commands w/o args
        
        Change-Id: I31f7ac6783ab9bb32f2423cc7f80d5ddcf827ba9

2015-08-31  Michael Meeks  <michael.meeks@collabora.com>  [18dd07ba4fd9ede98ce576e6024831658bbd5401]

        tdf#93751 - ensure textures are unbound from framebuffers post destroy.
        
        Change-Id: I81aec0e6f8db57905826c54c3442528be6068700

2015-08-31  Michael Meeks  <michael.meeks@collabora.com>  [6cf43cf6b98866401702d3275a7a026d8fa01edf]

        Extended GL painting debug tracing.
        
        Change-Id: I52158729d240ca3cb9e7977bc6d1f5acb14437ad

2015-08-31  Mike Kaganski  <mike.kaganski@collabora.com>  [daecb93affd5e5ec89eec0d18f433a296b9aed1d]

        tdf#93750 allow for EMF+ record padding up to 11 bytes
        
        When an array of EMF+ has extra bytes in the end, that are less than 12,
        they should not be  treated as another EMF+ record, but simply ignored.
        
        Change-Id: I34701c00916812c8a6a4b69730f602da81719b35
        Reviewed-on: https://gerrit.libreoffice.org/18110
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-31  Eike Rathke  <erack@redhat.com>  [61d203fab63ef4f4863e8b2308e62bd245aa62db]

        TableRef: adapt to ::std::vector<std::unique_ptr<ScDBData>> change
        
        Change-Id: I8f84bb5f4a988b5fb2b688e3c5be321c39818259

2015-08-31  Eike Rathke  <erack@redhat.com>  [f284678e334b02808a6c2d473ce683745c99d08e]

        TableRef: write OOXML table autoFilter fragment
        
        ... actually we're already able to import that. Needs more work for the
        filter settings export if applied.
        
        Change-Id: I4fc596f6a69c7729fc6ca488e5f596fdbe9a79b8

2015-08-31  Eike Rathke  <erack@redhat.com>  [8709571dc5a595fbc51b25e159fbd944fcb2ebc1]

        TableRef: write OOXML tableColumns,tableColumn
        
        Change-Id: I535f2dc600f3b4fdac2c7fa817eb8430848bbae6

2015-08-31  Eike Rathke  <erack@redhat.com>  [ef89f94b26e61b43451f1f4f685a55aaa959311c]

        TableRef: first wave of writing ScDBData to OOXML tables
        
        Change-Id: I9102e23e347226ac82d2e806a293bfaf2727f194

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3dabb0692d496684ba145cc95884a731ca1cd5b0]

        -fsanitize=float-divide-by-zero
        
        ...as happens in CppunitTest_sd_filters_test with
        sd/qa/unit/data/ppt/pass/hang-16.ppt:
        
        > sd/source/core/sdpage.cxx:1101:57: runtime error: division by zero
        >  SdPage::GetTitleRect() const sd/source/core/sdpage.cxx:1101:57
        >  CalcAutoLayoutRectangles(SdPage&, Rectangle*, rtl::OUString const&) sd/source/core/sdpage.cxx:1323:26
        >  SdPage::SetAutoLayout(AutoLayout, bool, bool) sd/source/core/sdpage.cxx:1595:5
        >  ImplSdPPTImport::Import() sd/source/filter/ppt/pptin.cxx:1025:21
        >  SdPPTImport::Import() sd/source/filter/ppt/pptin.cxx:161:12
        >  ImportPPT sd/source/filter/ppt/pptin.cxx:2744:17
        >  SdPPTFilter::Import() sd/source/filter/sdpptwrp.cxx:108:32
        >  sd::DrawDocShell::ConvertFrom(SfxMedium&) sd/source/ui/docshell/docshel4.cxx:453:16
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sd/qa/unit/filters-test.cxx:75:20
        
        Change-Id: Ic6a339c0315e9bc3f28de8c26c3d9f2767c3509d

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [4ce8c21a096d17be9cc40afe11f683c7b3d9fd70]

        other bitmap methods check for bad_alloc
        
        Change-Id: Ic1083fdb566de0b5487b92197f33070ef42146f7

2015-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [b15be387b163ef5e2e338c4701643aac152ec407]

        tdf#87009 Add a tooltip to the sidebar settings button
        
        Change-Id: I6332e9c7c98f87885f40f4d99224cccfe582029c

2015-08-31  Tor Lillqvist  <tml@collabora.com>  [860d6948cc56104f7de3d5bf3b5aa1d7f1fbd840]

        Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()
        
        Should do similarly for vertical text, too.
        
        Change-Id: I51f5ee3ba1686f151b04f98c43388e0bdfac97fb

2015-08-31  Michael Stahl  <mstahl@redhat.com>  [1e9ecb2a2771ea6699e22b2693c96f4927d96ffb]

        vcl: try to disable font cache in CppUnit tests
        
        With size 1 every ImplFontEntry should be immediately deleted, which
        makes tools like valgrind and drmemory more useful.
        
        Change-Id: Idec40c7cf7d927146f23830a42b3464c1675207f

2015-08-31  Michael Stahl  <mstahl@redhat.com>  [6a223b9acf8571e098cc6f74edcd3060d3fcfe27]

        sot: don't leak uninitialized memory into temp file
        
        Both valgrind and drmemory complain about this in
        SdExportTest::testSwappedOutImageExport() via
        SfxOleThumbnailProperty::ImplSave().
        
         Syscall param pwrite64(buf) points to uninitialised byte(s)
        
         UNINITIALIZED READ: reading 0x0455b1b4-0x0455b1c8 20 byte(s) within...
        
        It appears that the stream writes out everything up to the seek position
        anyway (otherwise the size check wouldn't work, with sparse files)
        so make sure it's all zeroed.
        
        Also fix SvMemoryStream::ReAllocateMemory() to zero it.
        
        Change-Id: Id86dfa65ef6f7d1bba4810f121e01473c5fcf4c7

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [0c191e2b757555b147ebab1688e72acde28062a1]

        check for over long record len and check reads
        
        Change-Id: Ib77ce1b95db2dc4396f4fd2fdcff4c0344b20c9e

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [daf1578d752531e2b48d183531d9a4a7cedfc37e]

        check stream status
        
        Change-Id: I27bb289288d319a93201e9c3d703114924ca258c

2015-08-31  Jan Holesovsky  <kendy@collabora.com>  [ca77ec422ea617c84400370b082e71437e4590cc]

        vcl: Improve management of mnRef0Count.
        
        Follow-up to 34700400247e378e074ce4164ab2809edb092201; this fixes sw_ww8export
        unit test on Windows.
        
        Change-Id: Ic0c3228efb59a182e1562b73117418cd8b5e6017

2015-08-31  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [751c5f5b75ed27359d8bd8410e5a19ee638b175c]

        Revert "werror: fix build in vcl"
        
        This reverts commit 5191fcb11688ef8f4ec312293e57e151762c6952.
        Earlier, better fix was 831c69f9397ed813364235dddf465996d361d0a8

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3286c6c854cf7dfa71c24ff98cd47bdddf6b0c27]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I0d1c988aad308435542dbd381fcf6bf7e1af6290

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [0f3ccde7fef8550837f0db52d706281975bc2523]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I83f45260158f5282b857458046d2e324be85a7b5

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [330680784a9f30926142986a44ac187e86e4fc02]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Idc3c74505d84a96bb5cc6713a95ef2fadc267ea8

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [78970193945e978bf5f41f41a116c4d6e1016085]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I358fe0f3dc11939269f58b345489621b0ad25797

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [9c99c64e34a2e546211398ec0caaa259e8a39bcc]

        config-less fallback
        
        Change-Id: I695260d6d0c727c3ba7a67886e535569292b15e5

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [858257d465b7e7ce54819cc2f631efcb20632863]

        check for ridiculous lengths and check stream status
        
        Change-Id: Iefe943794e005f03b2a6ea5fc642b8c3d21b3334

2015-08-31  Noel Grandin  <noel@peralex.com>  [43691a15b332193341884e0bb40d24601fe123fe]

        tdf#93794 - spin buttons not rendered in gtk2/gtk3
        
        for penance, introduce a unit test
        
        Change-Id: I2c40285732be665e179c477e6e7603aa6f8be5d7

2015-08-31  Noel Grandin  <noel@peralex.com>  [489dbb311dc8645765885a432cc8bf42543a2867]

        fix dubious usage of [0] instead of proper dereferencing
        
        introduced in commit 4aed1c6f384ab372b1c03f607445f92f0181f822
        "replace boost::ptr_vector with std::vector<std::unique_ptr>"
        
        Change-Id: Id16921f212128d34835a4c0b9facd18cb264da62

2015-08-31  Noel Grandin  <noel@peralex.com>  [4a5d980ff20ead85e63daf1561050fa7c2830a8f]

        remove some typedef indirection
        
        which just serves to make the code harder to read
        
        Change-Id: Ib681aad99180df26b1cf3f4e23324dc5a86cc299

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [edf9fa4a37261202196e8873169151f376cfd33b]

        rename _Disconnect to Disconnect
        
        Change-Id: Ia7b5dce6dbdfd3cfd066003762f449b8bf1ff41a

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [edcb5a3c42fbfc30794c98daffef4bd79fb570e1]

        Disconnect and Connect don't do anything now
        
        Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd

2015-08-31  David Tardon  <dtardon@redhat.com>  [34c8903fb1ae9e38fbddddf840298b707e66c7f0]

        a blind attempt to fix tinderbox failure
        
        Change-Id: I3b33529a37174682e68be897a77b2736133b6ac6

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [ad6d83defb33c414885ce6d4bfa85571d463f3c3]

        check for legal field sizes before reading
        
        Change-Id: I3cdb647e1a057be5bb4b32d119ee5bcbbedf7473

2015-08-31  Laurent Godard  <lgodard.libre@laposte.net>  [8a7b7b7b72c299bc9a96815814c1452be7f662c1]

        New identifier for save/open macro with user defined types
        
        no version bump but B_USERTYPE defined
        
        fix test from commit de26ef85 that should be nMaxRecords
        
        tested full round trip on password protected document (ie. use binary storage)
        master --(0)--> master --(1)--> libreoffice 4.4 --(2)--> master --(3)--> master
        
        (0) in master, User type supported, big module supported
        (1) in libreoffice 4.4, user type not supported, big module supported, no loss of code
        (2) in master, user type not supported, big module not found, no loss of code
            it is OK as libreoffice 4.4 saves to LegacyVersion
        (3) in master, User type supported, big module supported (all is restored)
            it is OK as module was saved with CURRENT_VERSION (see sbxmod.cxx)
        
        Change-Id: I237cf7de70adf1a755be1bc30987b21c43b6ab35
        Reviewed-on: https://gerrit.libreoffice.org/17871
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9093585317de876c2f04a01b5c3ea137114341c0]

        Updated core Project: help  bce98cd0f5446b99a1258eee3138c13469ec510a
        
        Add example to Basic IDE Options help page
        
        Change-Id: I387ad0c22972392cd5eb1c865e59e94456395d9b
        Reviewed-on: https://gerrit.libreoffice.org/18164
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-08-31  Michael Meeks  <michael.meeks@collabora.com>  [884bea629dc61d73ae1f0af6d55ee37df035c8de]

        tdf#93798 - avoid apitrace provoked infinite loop dumping errors.
        
        Change-Id: I6c42e6a9ead90ed6fad2f289cd686a72cffa0c2d

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [7221c817e0d6b520abeacf66050d1c6801a2add8]

        warning C4100: 'nId' : unreferenced formal parameter
        
        Change-Id: Ib7df410c79dcdae343d4e7b250aad606fd777526

2015-08-31  Caolán McNamara  <caolanm@redhat.com>  [a8fe085f973b4ccf846fe231af0fa25eda59911e]

        check stream status
        
        Change-Id: I65ed5979d35d8739367294a71620782b832cfd71

2015-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [e051cceec1ccbf56f613d50f7ce2a857b7a52897]

        sal: loplugin:stringconstant
        
        Change-Id: Ib4e7f4f71494abd654a70cf8ba8b0ca0afcd7df1

2015-08-31  Noel Grandin  <noel@peralex.com>  [42ee163bc0a1b1b58a4481f9da7fb294dea9d6df]

        convert Link<> to typed
        
        Change-Id: I22f995b905e7abf1451a0636083bf19b3f2d9bc4

2015-08-31  Noel Grandin  <noel@peralex.com>  [b6e95a8c9997e03099492079ebc34c4a47b8b502]

        convert Link<> to typed
        
        and remove some dead code
        
        Change-Id: I6a42dbaea5053b4aa3c47b3f154410b05f32dfe4

2015-08-31  Noel Grandin  <noel@peralex.com>  [410c06bec452b09cd15ddfcb82b8b2b0508f3c55]

        convert Link<> to typed
        
        and remove some dead code
        
        Change-Id: I608ed684fafb33390d869f7ebd4000c53d7fb28d

2015-08-31  Noel Grandin  <noel@peralex.com>  [32673845809df70efe2651c3ca82f574245279c2]

        convert Link<> to typed
        
        Change-Id: I236c1a35534c3b0a8461caffbaf852e9bbbd621d

2015-08-31  Noel Grandin  <noel@peralex.com>  [335b14fba374c4a39252958de0e88a93dfc97a00]

        convert Link<> to typed
        
        Change-Id: I885694b2f7c950a292dd903952c5d298b9d0df9f

2015-08-31  Noel Grandin  <noel@peralex.com>  [68ddda0f3fff8bc435c2a5fd60d1e7eff5359916]

        convert Link<> to typed
        
        Change-Id: I53b0a7a9875a3ebcca915c8f2d8c53face6f9509

2015-08-31  Noel Grandin  <noel@peralex.com>  [7b096a6da180bb11ffbff15c9a5358c63596cc34]

        make Link<> typed
        
        Change-Id: I8949a92792df892b7f360e6b9979c8f61c702ce3

2015-08-31  Noel Grandin  <noel@peralex.com>  [f144e591f5786f1cac177e4e6eb13795eeda2657]

        aDisconnectLink is never called, so remove it
        
        Change-Id: I9eba6d3f5335060f697ad53e7e2360ef2142609f

2015-08-31  Noel Grandin  <noel@peralex.com>  [74bf52f22434543aee5f7f112790625a5f5dbc14]

        aConnectLink is never set, so remove it
        
        Change-Id: Idd4ecc2f9f566b2d1fa0127dae12fefe1e4479e8

2015-08-31  Derrick Rocha  <ejrsfnm4@yahoo.com>  [4aed1c6f384ab372b1c03f607445f92f0181f822]

        replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I3f75ad585ca288f0369e91dd5bc90151270346dc
        Reviewed-on: https://gerrit.libreoffice.org/18048
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-31  Takeshi Abe  <tabe@fixedpoint.jp>  [c1c6a8615c420e8b1dd1f94614a36e250dab8f96]

        sd: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I01909ee45c31d17356e13b1ff2430440daff9aa7
        Reviewed-on: https://gerrit.libreoffice.org/18146
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [5670f4ca8785180f135927477945027518e92ed4]

        cui: prefix members of SvxHatchTabPage
        
        Change-Id: I8f005d72c73d7e058fdb06351e8bc075d049d0f7

2015-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b40329f9a64b93b1e1230b1bff74ed8cda8cd70]

        tdf#89245 xmloff: fix Calc header background image saving
        
        Regression from commit 7d9bb549d498d6beed2c4050c402d09643febdfa
        (Related: #i124638# Second step of DrawingLayer FillAttributes...,
        2014-06-02), the problem was that the new
        CTF_PM_REPEAT_OFFSET_X..CTF_PM_FILLTRANSNAME range's values overlapped with the
        existing CTF_PM_HEADERHEIGHT..CTF_PM_HEADERGRAPHICURL range's values, so
        when the new code in XMLPageMasterExportPropMapper::ContextFilter()
        tried to tweak header repeat offset properties, it actually disabled
        HeaderBackGraphicURL instead.
        
        Change-Id: I9c2700fa71a4ef2a813ec671049ee9d98171b57e

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [ba4276efa341c9d09aa1198b027046b802a5b835]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I349e1b9e3ea81c0684c6234497b6d44b47666b09

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [9320b9600ae244daead8609f7b27e8cbccf901d2]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iff591fb7cd434805998fdd14b94c4dd9654ba55e

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1d6cd0146e5e504665b0075311471109cdde52ea]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I957be579527123be25abca0b7dcb69295711abf8

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5f5ccfc0a69de4c10b6adeeaaf284bcb07ab7f39]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Id852428e7b7cde6eec6eeb9a2a9004d1f2e789b6

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [7bff36d45d946abe40bb7a642165a54d289e11c1]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I68b02ad101c4c2165b4618ed5d97cbffc2c43d2d

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b03b8c8c0ccf642efd706267a3d232d2c3de3850]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I22808f7740a9a936deb9160b24fe4634f8613823

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [8106bfcdf3ae8409c24a7c40672bb244037f923e]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Icbef0736acd5143200478410d65cfdd2ce10eeee

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [8fa038d895d67672131ad7ddb0792c3b2900b47d]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: If839a783a57fb22566cc5e577f0f28463842f5dd

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c2f8beb5934aa345ff7b4aebc233c73c7642e487]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iea6b497b91b8874bfaded494a114cbeef4417b70

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [6f6884b198a1ba13a722810da20b7dae7dd84833]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I8bbbb3f78d44ac1ddcc83170947038f20440f16f

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [7144ce742a1c28efb248f99ad527423fe55977f0]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: If06eb179be6dd00a14d8920e303af37b53e22bdc

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c42d21652000c28df16d67bd46cf3e0116099f3e]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I324dd37d063ea01fd15152caf2f7565ac4b6fb4e

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [e9b75064158a9482d79a123319ad0fe8c497e40a]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iadb6e16a7aca322a78a82ae1a52f5d085b300efc

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [2cef646fc19add099d3da7ef46865390e7ca7b16]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iff961fccfa7b60e788b538569bb724e806e99408

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1656b722f066bc4b1137ce0fd084f6004b2063c6]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I3adb8d5664ecd8fafccc7bae0656f15100484422

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [aa80dcf5346477740cf9b0b45143dc1d9c6957e1]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I09552b4ddd8900952f499c8b9c44933c7240c866

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [6e31a794fa31dbd0d5083dbaf788ea84a7860df1]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I21969536cec33a18be3f47a310789568a480ec2f

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f5eeaaac7c4e73b60e69355303a4e9a2f9180d55]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I98058ff0653a3aab3399735271d04b16a05a3684

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f14a9da3229f13b49684ddfcb15bea48739c8efe]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I15e50849c5c7b897ff519e7184196535debd47da

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [4b6016af7c659017f0bad18da1cb38233b248f4e]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I752d7e9ddc11139e454135b88476341277f7f01d

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [9f075246c59225dbd9ec7f700de8bbba491cb458]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I4e350a0c6045d07677edae4f9921db0a42b4e0f5

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [049a665bd81ee6d0d700d562d9fc6c953a4f097e]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I4c29e8b2c86816114ea2566348901710f601fd92

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [036551092cc213d0be183e2505201ef7d19da7ca]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I4f225ecbd40c240eca74756590afe678557cf023

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c71c419c63bb0a238cbc25a5ae8bcf71a4af31d1]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I82330271362a428b2850d0f561770d35de1ee6b0

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [ec27e71ff0142341f346edfd91b21ad30ddfd8fd]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I137a0fe7f44ea46af0f9d5337c2aec61a64f508d

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c8f6c456bd840ae827368de5b501e453dd509da9]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I2e97fa10baa6a9bd290fabe250cf73d5f73e4537

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5ee844f1b8b9c48e7c6df6513592b9e85e2fafed]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iec2bc6669bdc5c405de4f361f70cad569c33c0c1

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [e807dafa5ba9247479f925f96474d88d58450be9]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I5aa87d22f0b810597ba5dd2f8b98d148ddb99020

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c62ab814d8df19e16c82262093a350fac93d328d]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Idc2ef8cd80d3914a2ad2b7ccc16570c36234c631

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c77ebeaf54b252dc2003a488222b407bd819ea5b]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I34cde265442834565c9d0c55ae8c2ee9cc8fc58d

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5fb46c8778be27e2838cc61b14e2af5d4647726c]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Ib63853954af0b95d4258abff789b85969972982c

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [d829012eff28d1b6463495537507d5e912581325]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I03529fd3a769d0ebf1f17e3885cd6ecb691a8678

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [54644d657d1257a955c94dc7e91c8c2e59c51ff3]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Id44fa2989d13e8a8f98efa29d8ba093812adbd60

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [94c76686b5b626cf8f771fc740e51c506c7a11bd]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I18420ed24918d77be30a1b4b3a7d55f5299fb82e

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c168ff9c5e5a81cb610ebd1f4a2b763df51e17a2]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: If38423c29c7a9f4d740c244d350b83c471523797

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5e7627469cad44e10bcc9a764631b9ee2c682dc1]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I957d08e78d6ce5c45cc2a4310b9300698550123c

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [d57a33520003ef6f88277dd4ea57cf662b10aac5]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Iddea2a6462b52e39aab31e96fbc83836cf157e27

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [bcba4102b47b69527dc85caae3b3499ccc437870]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I50731912bb29ce7749d4765ca4866e08ce20994e

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [36fe72f915c44ff026514352ff8378178f437e66]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I69c2c27af718b1d3ff35348a69d8b57914e5ae82

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [6afc1202aeab1d25489eeca5f8c78737f707b113]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I816d2205dcd01d4566054da33439e943a3c6348b

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [38d0db29bb9f51a4e09893782f0f37d76d557305]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: Ifb6cc6d604d1a2b87491f2e455e65c94a5431095

2015-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1b70ed18bd2ddbbd7b8d7512f0bed50f294e5fed]

        loplugin:stringconstant: OUStringBuffer: appendAscii -> append
        
        Change-Id: I5c7318795d987b1b28a52de59cf4ebd2b74d9125

2015-08-31  Mark Hung  <marklh9@gmail.com>  [0955bfed86e55f823fb9686f52dbffc36558b5d5]

        Fix tdf#93438 Impress generate abnormal style when copy-pasting
        
        from Writer with Chinese UI. When user configure UI language as
        Chinese, style names are also translated. However when Copy-pasting
        from Writer to Impress ( select RTF fromat with paste-special),
        Chinese (unicode) style names are borken into multiparts, where
        some of them are empty string. Neither deleting the abnormal
        style nor saving the file can be achieved. The only remedy is to
        remove style with emtpy name with macro. With this patch:
        1) Catch NoSuchElementException and ignores it, so
           user still has chance saving file.
        2) Make sure style has valid number before inserting it.
        3) Prevent text breaking into multiple tokens by handling  ucN in
         ScanText().
        
        Change-Id: I417f70b81c23ac63c175cc13c548068873d13a38
        Reviewed-on: https://gerrit.libreoffice.org/18148
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-31  Yousuf Philips  <philipz85@hotmail.com>  [30211d1edf2487816fa6bcc0187e617777651f60]

        SIFR: Fix insert row and column icons and correct arrowsquare icon
        
        Change-Id: I49352d85378fa45a07c8ccd402f17e3178e6dabc
        Reviewed-on: https://gerrit.libreoffice.org/18139
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87514b0907dfbb479e2646b5ff951c68babf3417]

        log resource usage of unit tests on UNX platforms
        
        Change-Id: I3788eae60f73bc42488bf2e4961922962f7e505b
        Reviewed-on: https://gerrit.libreoffice.org/18155
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-31  Maxim Monastirsky  <momonasmon@gmail.com>  [c511b2795dbf47186c0f7d83fe7a4cd737d4d765]

        sd: Don't crash when the sidebar is hidden
        
        Change-Id: I09a5019a98b529ba11f07392906a3e0fb7bc1bac

2015-08-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [b7d877c4c18000e4d4653a7858e5b1578a73bef5]

        tdf#93600: Avoid crash on entering '=' as a cell value
        
        To match formulas, 'formula is' condition should be used instead
        
        Change-Id: I37a9a2680c49bffcb8b25a11faedc1421cfa2d00
        Reviewed-on: https://gerrit.libreoffice.org/18126
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-30  Stephan Bergmann  <sbergman@redhat.com>  [c952516a2821dd7077691e88ebcb7cba36aae97a]

        loplugin:implicitboolconversion
        
        Change-Id: Id4561abb96ee8244d4c0b0c9dfce0e2cab1d8b85

2015-08-30  Maxim Monastirsky  <momonasmon@gmail.com>  [e38c4105077b396b0b53e0296ae9cf142f51dd52]

        tdf#83546 Expand the sidebar if it's hidden
        
        Change-Id: I92620cb1439bd13efcdbafcdc584abd8d7bb4345

2015-08-30  Maxim Monastirsky  <momonasmon@gmail.com>  [41c133250610243ed07bf294e4cee0ca9462be42]

        GTK3: Native background for vertical toolbars
        
        Change-Id: I19483c3aa4d37e0f4fe159139c85d0a31f002b5a

2015-08-30  Caolán McNamara  <caolanm@redhat.com>  [7d4c77e374310bef538465d11980d1d610cbe0f1]

        pClientData can be null
        
        Change-Id: I9375f84affdaef30d9b1ded31525e6b7b8709cbc

2015-08-30  Julien Nabet  <serval2412@yahoo.fr>  [33d8a094e1f8483abe2bfcfa118997beab034be5]

        tdf#93733: Assertion failed when clear font size field in paragraph style
        
        Change-Id: Ia7748eae16c35a1d197b9f4aa5f391f496e7f2f2
        Reviewed-on: https://gerrit.libreoffice.org/18122
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-30  Stephan Bergmann  <sbergman@redhat.com>  [70bcfb7041ce370988f6184fbe2cdbc402e07843]

        loplugin:saloverride
        
        Change-Id: Ibb6f8ee56a1849622493def5bf469dfd1469ba73

2015-08-30  Stephan Bergmann  <sbergman@redhat.com>  [78e95e46bbc60fd14160eb22a7a876aa32ca9b87]

        loplugin:simplifybool
        
        Change-Id: I5bfc2a84cef68421757e9aa8f5e4bcb1d6caf7bf

2015-08-30  David Tardon  <dtardon@redhat.com>  [d4cac4de650ee9339b7e513c8762bfce6574af76]

        libcdr: fix build with boost 1.59
        
        Change-Id: Ie12338eae161f0a13fa4ff036e41d389bc0d616a

2015-08-30  David Tardon  <dtardon@redhat.com>  [70b8f2e254860027ce575f3bd27ce92c04761a08]

        libvisio: fix build with boost 1.59
        
        Change-Id: Ib90425d6908bc0bfe2efb633d0215f77546e4c38

2015-08-30  David Tardon  <dtardon@redhat.com>  [51c292b8bbbb5204f1c4d9ef78fd49bfb50f3afe]

        libabw: fix build with boost 1.59
        
        Change-Id: I2213101623ba7e2cc329b659e17abe3d82e6b634

2015-08-30  David Tardon  <dtardon@redhat.com>  [6ac4772ecc038c3e041a8b9bb594c53d977ac0f2]

        libodfgen: drop dep. on boost
        
        Change-Id: If13cdf90de752626bbd37877fea045faae0616cb

2015-08-30  David Tardon  <dtardon@redhat.com>  [ee0f5944fb2da2b81217c9d67f617265e9cafb9c]

        libmwaw: drop dep. on boost
        
        Change-Id: If3bce409a98b9593920c41f8e18b82e8daa36fb1

2015-08-30  David Tardon  <dtardon@redhat.com>  [41680ccd058696eb1679c91f11c8d53f12728241]

        libwps: drop dep. on boost
        
        Change-Id: Id8ac510ad96d2a845b5c14024973274fb797c000

2015-08-30  Lucas Satabin  <lucas.satabin@gnieh.org>  [f09218141cfad230202f370b0366042ca74a52ca]

        Mark rsc comments as translated
        
        Change-Id: I6f6248678462f64e469ce9f7b7889e73624e34af
        Reviewed-on: https://gerrit.libreoffice.org/18067
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-30  Lucas Satabin  <lucas.satabin@gnieh.org>  [686c85f768cf4f9566375e9cf54aab950eadf4cc]

        tdf#39468: Translate German comments in core/rsc/inc
        
        Change-Id: I5d878192bde816e59ef570731113b526e8098d85
        Reviewed-on: https://gerrit.libreoffice.org/18065
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-30  Luc Castermans  <luc.castermans@gmail.com>  [76c7c225ff79458c96477b6dc7d2488348772025]

        tdf#39468 Translate German comments
        
        Change-Id: I77702f7e68dd99c9715b4ca8ca2a6b34fd3452cf
        Reviewed-on: https://gerrit.libreoffice.org/18140
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-30  Jean-Pierre Ledure  <jp@ledure.be>  [02973251c20df031fad85b7b25a405e86d84596f]

        Access2Base - UTF-8 encoding and %-encoding
        
        Application to SendMailWithoutAttachment => "mailto: ... " uri
        
        Change-Id: I53aa0325c048dca678ff134908d448afab08933d

2015-08-30  Daniel Robertson  <danlrobertson89@gmail.com>  [b7f4940c150b3bdd639afa988573a29774fff1f6]

        canvas: replace while loops with range-based for
        
        Change-Id: Ide16bee666cf4df41646f9336a585e22a7fe53bd
        Reviewed-on: https://gerrit.libreoffice.org/18131
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-30  Daniel Robertson  <danlrobertson89@gmail.com>  [49cb81b411e1c68cada5d3f4375de713118fce64]

        tdf#62525 vcl: use cow_wrapper for Gradient
        
        Convert the pimpled copy-on-write Gradient class from vcl to use
        ::o3tl::cow_wrapper using the default reference counting policy.
        
        Change-Id: Iadf4d2288669e58a4d5b41f436978c3ab34216f3
        Reviewed-on: https://gerrit.libreoffice.org/18124
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-30  Daniel Robertson  <danlrobertson89@gmail.com>  [c1a9d0139112d7489ca6dd29b18f9418c6da3085]

        tdf#62525: use cow_wrapper for SvGlobalName
        
        Convert the pimpled copy-on-write SvGlobalName class to use the
        ::o3tl::cow_wrapper using the default reference counting policy.
        
        Change-Id: I7bceb06ddfb31ca5901e5e7d5d93dda494db945f
        Reviewed-on: https://gerrit.libreoffice.org/18070
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-30  Tor Lillqvist  <tml@collabora.com>  [d11715c4c67be4a991cc9fee72ae1c015eac3745]

        Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFO
        
        SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It
        is SAL_LOG_INFO that is defined or not, and can be used to avoid
        unnecessary non-trivial code that the compiler might not be able to
        optimise away.
        
        Change-Id: I07a17f2a3668f5776f56663d9cd5a0e238b1e9ce

2015-08-30  Tor Lillqvist  <tml@collabora.com>  [d23a1f4dabda939a216293c150c3679b0979d0bd]

        Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFO
        
        SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It
        is SAL_LOG_INFO that is defined or not, and can be used to avoid
        unnecessary non-trivial code that the compiler might not be able to
        optimise away.
        
        Change-Id: I9903faab64b39fee86bff3b085cdce3614b0d921

2015-08-29  Daniel Robertson  <danlrobertson89@gmail.com>  [6900bf41e2b7d7840e11ee1847efd671cf9b0921]

        o3tl/cow_wrapper: remove boost dependency
        
        Remove boost dependencies from ::o3tl::cow_wrapper, and add
        the necessary includes to files including checked_delete and
        noncopyable that do not already include the necessary files.
        
        Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686
        Reviewed-on: https://gerrit.libreoffice.org/18125
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-29  Daniel Robertson  <danlrobertson89@gmail.com>  [311e77440f11dbe8e49d75b09a4ae0f850ce00c5]

        o3tl: add another unit test to cow_wrapper
        
        Add unit tests to cow_wrapper for the move ctor and move assignment.
        
        Change-Id: I82a5886ca7ae110985c7202125699cf95b6466d8
        Reviewed-on: https://gerrit.libreoffice.org/18108
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-29  Michael Meeks  <michael.meeks@collabora.com>  [77a0897e6000990666d6f4dad54d549b0b7fda27]

        tdf#93536 - avoid crash when calling ToTop on disposed window.
        
        Change-Id: I677f47f6b60271dc56c9d3d123cf982c00866eb9

2015-08-30  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [5191fcb11688ef8f4ec312293e57e151762c6952]

        werror: fix build in vcl
        
        Change-Id: I30f9e1858c90943e1d369aeea02e10d8037a4ca8

2015-08-29  Caolán McNamara  <caolanm@redhat.com>  [452cd9e75de657e996e17510fe5d3539065489d1]

        check stream status
        
        Change-Id: I6b9537cf94ac1c5d996ba64ddf878745dadde254

2015-08-29  Jean-Pierre Ledure  <jp@ledure.be>  [723b32783f8c411d410242639d9dbd0cadc61c43]

        Access2Base - NewLine distinction Windows - Linux+
        
        Change-Id: I09be5a10ae301b42daf446852e6cf8ba3ed2e51e

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [d00ca13f880bbfe0fc987ef47184737dc74551d8]

        XOutBitmap::GraphicToBase64 can return bool
        
        instead of a sal_uLong error code, which no call place cares about
        
        Change-Id: I0d0dd16859e2f9678f47f484edf933e165b1ca48

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [caabdbc6d2272a7549ad3761b29f23c5947ff9b2]

        Unuseful temporary variable
        
        Change-Id: I926a69fa32b284475927e21f98f49330dde6d5b0

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [098df79fe179ebccafaaab0418505b32af31e1e8]

        Formatting and bail-out early (to not re-format too much)
        
        Change-Id: If4c55fe669f7bb861baca0ae224675ca74004de5

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [0871b509d24e0d30d2e0a4f4f38d6196def64ad1]

        Avoid explicit casts of (sizeof) constants known at compile time
        
        Partially revert my previous commit eb4cbea657b9038c488f1b1bcf5107cc226a6681
        "Silence some conversion warnings", since no warning was really raised for
        these obvious conversions.
        
        Change-Id: Ie035655cdc56ceeb12a6141b168f7e9a8b863fee

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [4fbda7634b813e521f4bd85d042b18f92bc03706]

        sal_uLong to sal_uInt32 as SvxEditSourceHint ID
        
        Change-Id: Ic53ed8f1b6fd4554259e7b94640bb76b178f52dd

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [beb8f3a6bf2b2549f5303f24119a9c07130b37a4]

        SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLong
        
        Change-Id: I931dfeef0c1c9fafd3e2e7415efe9a45f78989d0

2015-08-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [986a172a749288d5ee09eb548ff4b4a7153023fe]

        sal_uLong to sal_uInt32 for CRC32
        
        Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03

2015-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9db0626cc365d752241632f0a5c44d3835f9330b]

        we only use 8 array entries
        
        Change-Id: Ie85fa48906e1e6b8c19e2daba65517ea923be457
        Reviewed-on: https://gerrit.libreoffice.org/18071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [51c3a6421ecdb3443121c26e3bdeb21b07bd1fd8]

        remember password for all types of service
        
        Change-Id: I8620332ac5228eee1d7c16d0b0ff7920031be331

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [c879fa8e5fd7779ca242fe368cbdd70084df049b]

        Date modified column - no seconds
        
        Change-Id: I443d0dd691d8030ab6a0bf5e4eeded5ad73750a5

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [808f14886c08b7140ecff06c4d65d2db8286f0b1]

        Remove stored password if service is deleted
        
        Change-Id: I500a8ee2874f7a9577e37fe25f5813e5821e9719

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [6bf5bc98739c89537f7f3f1247f703943f907818]

        Remember window size
        
        Change-Id: I4e9bd5e2516b66f47b560a388237b75059a7f142

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [470d6ab5d35045902c2d07815314df9b03b6326e]

        wider dialog
        
        Change-Id: Ie90920c6fcd797b49cc16487cf4754822f771cf0

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [16304077dcb1e7f50b25d147d59c4fa5c4b415ca]

        disable interface after service delete
        
        Change-Id: Ia6706ba12154bab9b36da8582190db7ca6af1072

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [1d5f0716bf233bd468b8f271c2f45597dfc63bd2]

        focus for the file list after opening folder using a tree
        
        Change-Id: I7cf75e3fb734b4bf0be9135c200130b8e86bf54f

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [1f557470fd003a67d7d497d48094c33aea5d7e57]

        Autocompletion should be case insensitive
        
        Change-Id: I6f173590a94df6a04d5eee76653fa47ea8f71853

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [d6ebf7f5ee4aa0684a9f219dc8a5831013b7feb3]

        clear file name field while changing dir
        
        Change-Id: I46e9d9e7b56c09c65808fe231e5ba4eeddf90ad2

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [682c74f0dbb9bea3178e340c3f8cde69272829ad]

        Breadcrumb: mouseover effect
        
        Change-Id: If38d799e0fa7506416082fb15f37b12267a9b5df

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [495285ee3a00d6c14e3d5a8df2e5715fb7edb233]

        RemoteFilesDialog: file name autocompletion
        
        Change-Id: Iab051ccaf075cc91acce67e01863e8d7ecac820c

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [5f2f8343927a447b5005ba7f49fb84603b92ea6c]

        Edit control with autocompletion
        
        Change-Id: Id3aefbffa6b36b475ca78856c9e103cef433f88c

2015-08-29  Szymon Kłos  <eszkadev@gmail.com>  [fb82388b3c3bc7b2e1e4c2b51b9c3165c5ac14da]

        don't show type column in the RemoteFilesDialog
        
        Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe

2015-08-29  David Ostrovsky  <david@ostrovsky.org>  [9a6cdce37e601b1406c71fef16ad9b315045c9da]

        Bump boost to 1.59 final release
        
        Change-Id: Id71e098dd2356043d2b5fee0736ebfedb5c8c1cd
        Reviewed-on: https://gerrit.libreoffice.org/18050
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-08-29  Tor Lillqvist  <tml@collabora.com>  [0e59d6c337531a3cb51e0c5b8c43ae1fc3d927f0]

        WaE: 'rChunk' : unreferenced formal parameter
        
        Change-Id: I1491ea35af3b8237a9b8f6357e6452b323139e99

2015-08-29  Tor Lillqvist  <tml@collabora.com>  [15943416240e29a052e3a6e4d338932e8c1ffb06]

        Avoid unintended unconditional std::cerr debug output
        
        Can't call a function that as a side effect prints to std::cerr in
        SAL_INFO. It will be called even if the log area doesn't match
        $SAL_LOG. Just use only SAL_INFO and no plain std::cerr output. It's
        fine to output a string with embedded newlines in SAL_INFO.
        
        Also drop the debug output line with the glyph start positions, it was
        less than useful.
        
        Change-Id: I9fb5ed068aae1b835e20cf1ec1097bcd55deb05d

2015-08-29  Tor Lillqvist  <tml@collabora.com>  [091fde623d33a21162658d9f2338ab0b23e82a90]

        Bin include file with unused stuff
        
        Change-Id: I6c4b78a673183252604da0fe2deff6e4a2fa60d6

2015-08-29  Tor Lillqvist  <tml@collabora.com>  [be662ff54c24b245baf7526ff13a06350679d0f5]

        This is C++, we have booleans

2015-08-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [cec9e1176cf667bf8fafe1752c93e45176c92d42]

        Add PerfSuite.conf Jenkins pseudo distro-config
        
        Change-Id: I0fecd634930629c7de65f11ce5190a9a95f98e52

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [dc1be62d75e654e17c2f4c02804b7fd48d5a2515]

        check stream status
        
        Change-Id: I609c8c4f4e843601361b61f55e0325ad99db3c23

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [078235028a8c4ea36b6b366348016e19759c456a]

        eof isn't a Error, so use good not GetError
        
        Change-Id: Ie1df87c7eb9d391d0fa4a579f744051a1f1b2ae1

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [8c2b2d63eed861e8cfe847c4b3757b307e9d389e]

        time stamp object selections and use newest as ref for equalization
        
        Change-Id: I1bf22ddbaf263b240288f70d03d6949611f86b69

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [2aadad1e89e96cb80c15fe1069cb6365f0cade1d]

        guard against 0 item size
        
        Change-Id: I9c4c2f0fe2d892615b3c70e08da0cab6da13338a

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [1847753ab135f522df6a293a8539155437f0129f]

        check seeks and reads
        
        Change-Id: I0c5c4784713376e0762bfbd197640f8d31b65562

2015-08-28  Lucas Satabin  <lucas.satabin@gnieh.org>  [894151e80f27c84113b571dda3479ad4b2525686]

        tdf#39468: Translate German comments in core/rsc/source
        
        Change-Id: Ia2d94a88d217a3b0ec9c78096b8d74a38216fbc9
        Reviewed-on: https://gerrit.libreoffice.org/18066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [831c69f9397ed813364235dddf465996d361d0a8]

        Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.
        
        Change-Id: Ia4afcd58b4ce0b4d6d9708a4cede0857b7633b9e

2015-08-28  Michael Stahl  <mstahl@redhat.com>  [34700400247e378e074ce4164ab2809edb092201]

        vcl: fix resource management issue in WinSalLayout
        
        Since commit 65a66d41fd0e13d0aad9df935091b731b4af650a the
        sd_exports_test crashes on Windows in UniscribeLayout because
        it uses a ImplFontEntry that has been removed from the font cache.
        
        Tweak the refcount in WinLayout so it will be valid.
        
        Change-Id: Ic4bf984ea9fd70de9fa95ca964ae12d95d47d5bf

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [d421ba3b665e6175e3ccfec7397e5f203f3ed54b]

        Add missing helpful GL trace messages outside of the impl. itself.
        
        Change-Id: I5b71e3c9edc3e1e89e52c2e17b5fe0a025ac66ea

2015-08-28  Tor Lillqvist  <tml@collabora.com>  [a0fc658e6d86aebc35cfd2bd695d90eb4c70d47a]

        Avoid accidental leftover unconditional debug printout
        
        Change-Id: I67d2430aec782efa7916856584028f469d39355c

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [7d9160c98bc76cac4c1ff9279984d182af6c7a68]

        add CVE-2014-6364 test case
        
        Change-Id: I2c47d5b622a54cbfd91b0037f03113c87104da67

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [8fb984e2a2eca1e27432a1186b7071e3e7b3b0b8]

        add CVE-2014-6360 test case
        
        Change-Id: Ifa1b162e4d222c9446563846a81c559518533515

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [8e8680ee758e622336366f2352e6d776268166b8]

        add CVE-2014-6361 test case
        
        Change-Id: I101a5265540eeeaaa82428d93a2a32e8fc1bdb4d

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [f98bd4d9244d8fef5b89b6fbdb4d32a83b3ee871]

        add CVE-2014-6356 test case
        
        Change-Id: I59ba2c81066182f7cecd24f26b63633fd6309f92

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [c99323bbf1ddbb5893c19b2116fd1662ce274c8e]

        add CVE-2014-6357 test case
        
        Change-Id: Ie52195ef8bef45fae66f58d00dd1566ce5605a9f

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [c43577552370baa7494d43d93a2005452ed68c40]

        add CVE-2015-0086 test case
        
        Change-Id: Id82b199f4d182132e9dce5aca81298ecd37116df

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [e6474308be81578c99aeb48c94575739d72fe455]

        add CVE-2015-1651 test case
        
        Change-Id: I166dcb1fd9653dc9bfe9d737ea570c328186f11d

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [be35344b6bf0b9bfc945b7e8b023b09d7db6f046]

        add CVE-2015-1759 test case
        
        Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [5be676d052fe7fc2774df2148eb6f2824ad6aa1f]

        add CVE-2015-1760 test cases
        
        Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [1b65581ad6a0fa1a748b414a2b6032e05d62c80b]

        add CVE-2015-2380-1.doc test case
        
        Change-Id: I94afaee6aeedd80feb1fa2078bc12e04de0db4ab

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [00692940908b5ed02d5f256613e0e2fc8577f000]

        add CVE-2015-2467 test case
        
        Change-Id: Ia1196732bc1920be54e2e6dec51ddf6deb855e29

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [e5539b0b53ebaf9b792652e4866eeacf8c10b101]

        deb#795131 plausible fix
        
        Change-Id: I95c191ed865d6920845b146c3ef4baf30280a734

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [ba433025b38f21173ccab0e9d2f20d0f24cd7b3b]

        add test case for CVE-2015-2431
        
        Change-Id: I88e3b21d9b7f772eb16a454d0c3a369a92fa3739

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [8f72afaf55a2fdf5a4d25984d2b39b410359d0d1]

        implement undo for equalize-marked-objects
        
        Change-Id: I245e08674b52c2a5648e9d7762101b8057fd30e9

2015-08-28  Rene Engelhard  <rene@debian.org>  [0f4ce1e2a19eac4cfac37360114e5e49e4d10d09]

        bump gtk check to gtk+-3.0 >= 3.8
        
        Needed since 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2
        
        Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94

2015-08-28  Michael Stahl  <mstahl@redhat.com>  [3706003a81a47ea14011fe58dcef300a5b570f79]

        vcl: convert to assert in UniscribeLayout::DropGlyph()
        
        Change-Id: I918a47da16a539f981baa9a8c1e5a7a5cf642cf4

2015-08-28  Michael Stahl  <mstahl@redhat.com>  [eba9a6c4b32220dcc729c71e440234f90af5bdcc]

        vcl: fix drmemory warning in UniscribeLayout::DropGlyph()
        
        It says there's access to uninitialized variable on that line,
        so propbably the loop is running over.
        
        Change-Id: I0226f82b20a6fbbc79af5bbb46af09830c3bc25a

2015-08-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99eaa798eb167688648da16a61f0214938caf7c5]

        tdf#93353: fix copy fluy in fly
        
        - prevents flys in inlcuded docs in a master doc from disappearing
        - fixes a regression from 3fcb0c3aa8d58a819aa21eb9743eaa6da7394819
        
        Change-Id: If211d8dbf423e2a33a258b43ab7092e1a010206f

2015-08-28  Tor Lillqvist  <tml@collabora.com>  [2de6bd04d9a40d746ebcd5d666efdbb30507623a]

        Bin a few leftover (?) stderr printouts
        
        If they are truly needed, use SAL_INFO then.

2015-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c9d39c37b2c186e2b9d9841b18ecc6aed4684f62]

        tdf#93736 need to create trapezoid from input polygon
        
        Currently we draw the polyline from the input polygon, but we
        should first create a trapezoid and draw its polygons when drawing
        the hairline.
        
        Change-Id: Idd850d18d05410c75a8a2c922338caf46158bfd4

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [ca257c35e3c80a6b80332fc062444f24f115d1f0]

        add EBD-37910-1 test case
        
        Change-Id: I45033100a39d3bc57bc9c72cb33952531808f069

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [43cb8fe05bff630331c6137dc6c2b3f2d9df9e64]

        tdf#93529 - use debug messages while rendering to break up the trace.
        
        Change-Id: I56629a721202d7a04bd493d4604278dea85b4212

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [b051c3716a8275e8ce7cbc4ba233ad5a075d386f]

        tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.
        
        Change-Id: Icf75e0e477be1b2bbbe5095aee33e681d212be0b

2015-08-28  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [fd3468024e1ac199f4a2f4108321ef8100d58414]

        tdf#93449 Internal hyperlinks are not exported corectly in HTML
        
        InetURLObject class does not work correctly with internal document
        links, containing not full url, but just a fragment. This case added
        as an exception for HTML link export.
        
        Change-Id: I44496a1cf186836d4194fc65ce7bf9aeb2f79b65
        Reviewed-on: https://gerrit.libreoffice.org/17993
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-28  Damjan Jovanovic  <damjan@apache.org>  [9e318c09778f0416143f211c5817536d5f1db3b7]

        Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...
        
        rather than returning -1
        
        Found-by: andrew
        Patch-by: Damjan Jovanovic
        
        (cherry picked from commit 175afdcb151d9ce1238dc9fec59f2dfc2eb07345)
        
        Change-Id: I996bbfa82b10716318944f390ea53e0a5ae7c89c

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [580d3837b26f09ed02fe3583de40fa045a3fde0f]

        clip strings to max available size
        
        Change-Id: Icc1378c9c27b9b6d229bcffc6a63017f82be70d4

2015-08-28  Caolán McNamara  <caolanm@redhat.com>  [fe1eb8809d22bc87d9d636f6c084ed5249c7eb37]

        use nonet for xsltproc
        
        Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb

2015-08-28  Noel Grandin  <noel@peralex.com>  [bd8b93fdff93ff7b2b7e493a7bcef6a59f299dae]

        make PostUserEvent Link<> typed
        
        Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a

2015-08-28  Stephan Bergmann  <sbergman@redhat.com>  [1b9c3a17e8496aedfb80528c5275e6658154789d]

        Revert "Simplify MultiAtomProvider::getString"
        
        This reverts commit 625c93a8daa2d23bfd42908e6fbba428d5967e84,
        causes problems in (Linux-only) callers.

2015-08-28  Tor Lillqvist  <tml@collabora.com>  [02d87840558523370d552ef452f1660300d161b5]

        Revert "CppunitTest_vcl_timer always fails on Windows for me"
        
        Now it works for me on Windows.
        
        This reverts commit 6e8ec907dce656b81486889bf27489ad866cebd2.

2015-08-28  Stephan Bergmann  <sbergman@redhat.com>  [a206b04ceb4108fdd1414dd70addcfcd42a8c29a]

        Simplify SmFontStyles::GetStyleName
        
        Change-Id: I2df721af0eb60e28cd9882195f68a034a5fa802e

2015-08-28  Stephan Bergmann  <sbergman@redhat.com>  [625c93a8daa2d23bfd42908e6fbba428d5967e84]

        Simplify MultiAtomProvider::getString
        
        Change-Id: I3ba6f9c829200349a6404c2a155182b5c5c12cd7

2015-08-28  Stephan Bergmann  <sbergman@redhat.com>  [43cb629de1ecc41f702f14209ba8199dfe57c3a2]

        Make sure nEnd-nIndex-1 is valid arg to OUString::copy
        
        Change-Id: Ie646ae781bcd54be81173db42fe10f61b31ac628

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [a7f07e4dfe0acdec7386d28b23e65a5c0efa9d80]

        Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."
        
        This reverts commit e16e64dd862c8f386f80de43ad68e831e169d49d.
        
        I somehow forgot that glFlush is context specific, (gl always gets
        me that way).

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [87c33ab18f747fdfeb56079e723982e11fd97c5f]

        Disable the higher frequency timer tests more effectively.
        
        Change-Id: Ibd832d85ce4b7e6747f95297d3c96d071aff41e2

2015-08-28  Stephan Bergmann  <sbergman@redhat.com>  [3554d0a48a05206b894c3dec2f8c65e3b3c5119c]

        Work around loplugin:staticmethods
        
        (...in what appears to be work in progress code)
        
        Change-Id: Ibc30383e7a25b642db63cf022b3fae953c8fee50

2015-08-28  Tor Lillqvist  <tml@collabora.com>  [f45183fcdef53237af6aff62211751c6b4f542c0]

        Add a newline and fflush so that it actually shows up in the output
        
        Change-Id: Iea123118614ecf038883a0d51337042574ebc6b2

2015-08-28  Tor Lillqvist  <tml@collabora.com>  [6e8ec907dce656b81486889bf27489ad866cebd2]

        CppunitTest_vcl_timer always fails on Windows for me
        
        Change-Id: I73f0771a09d3e74242b25922007c00ff77b37f8a

2015-08-28  Michael Meeks  <michael.meeks@collabora.com>  [098f9189c603fe8b345d2e64f5579fd7f3e0ca05]

        tdf#93530 - glClear our depth, stencil and buffer contents on init.
        
        Change-Id: I117fd5f5fd12fd6534b9d10532a39807ad82ce71
        Reviewed-on: https://gerrit.libreoffice.org/18069
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1f43fa330a2ebc26127edce07318124011f21f56]

        initial work for conditional formatting import for orcus
        
        Conflicts:
        	sc/source/filter/inc/orcusinterface.hxx
        
        Change-Id: If79f58c44072b7c2c20fc2026b2a6eed6d202b63

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [81abc70a5bdbb3db4d3874f4e7e7150fc3f56698]

        call it as well
        
        Change-Id: I8ac7ebdf8af13ebd76a3c044fea5b0156808c852

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f631b8ce62fd2b12d43d9d9dcf45afd4b3ff4a15]

        implement the applyToItemSet for more properties
        
        Change-Id: I120fe6b4c52c40560aa589debb610aeccc438b81

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f4191be4c839acff8707a7502268213bfbb2d620]

        add applyToItemSet method to all properties
        
        Change-Id: Iaa67f0c6c619af248074d9c1a436a1e59563fd2b

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bd38b1f18456fc7b7a8bf1ecfd9286c26f6c4736]

        apply fill properties to item set
        
        Change-Id: I89d8d84d199a991d75b9c613fd72d66c18642b12

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b5cebea8b3cc949c4d68053090b0b1ff3a8ae15b]

        import the background color
        
        Change-Id: I63dfc5b879abcb63cc4d0d67389467d76f94bca9

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b16c40efa77b8ad3e1d485222158ea20935aba47]

        make sure to print numbers as ints and not as characters
        
        Change-Id: I8409ac35a6368c80d0f9bf6b49619a63ce502a5a

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [650e9065c9821d28d146cc3b3a68b676d5e878cc]

        make sure that the cell properties are really imported
        
        Conflicts:
        	sc/source/filter/orcus/interface.cxx
        
        Change-Id: I6cac96214fd57162fb4421c9dbc9e54c20207385

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5486dc71336e6e1f0f20d16e526712439131f949]

        use a consistent log area for orcus styles
        
        Change-Id: I8d020d541cbe1ccd4fbc38f2ba0ba63351ddfaa4

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2cf73ac4257959b0767c965476a07494c911115f]

        correct import for row height and col width
        
        Change-Id: Id26ae200b3262769e66528e1d00639471e72c0d7

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9a556f56939e131f62de88cd0286f24c0fa6dc9c]

        temp
        
        Change-Id: Ia71c6f0b673f58b804403841a92f7ab30a619e3e

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f1310337481f30465f47f46adac98f88b1f95104]

        implement import_sheet_properties interface
        
        Conflicts:
        	sc/source/filter/inc/orcusinterface.hxx
        	sc/source/filter/orcus/interface.cxx
        
        Change-Id: Ifed14df422c067fb6faacf370cbe9e1acf336d24

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8cb21b2a88a5dc48457b30306173d650425919f6]

        prevent default operator=
        
        Change-Id: Ibcd843a992b06b73e628b0249fb9f3ea723510d2

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6ae1b105e38e537ae3d38186913069a2334bd66f]

        don't protect the gnumeric filter with the USE_ORCUS flag
        
        Change-Id: Id91c7844879bea589bf97f999fd0c69669dfa7f6

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [63a4e2338c17264c4a734482b754ee9c6df8c94a]

        import cell fill color
        
        Change-Id: Icbc6ef69a00f05ffa7bb78227968c13a16cdc7a0

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [910755289a9d32f47d282049eb9d384cbc2fd083]

        we need to create the default styles in the interface right now
        
        We should fix this but it needs some work in the import code.
        
        Change-Id: If9ce52f6aa2b30faf832a89f39abef4b853a5ec1

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bf8279d836b612a029a94d21f909e28023207ac3]

        import font underline
        
        Change-Id: I4857d9d49b9f6ef1b92a1d5f61f9f9e852620949

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0bd4408a88e58cedd0ca2c35c8a9396c91ad2ee8]

        next step on correct styles import from orcus
        
        Change-Id: I5d7487dee3120b2a74affe6b081d0c1ea338edc0

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ab036f3b3ce069ad34924208c0e697d0d92a0f85]

        import font color correctly
        
        Change-Id: I7996da193d24e81a625070ddfc7d17311af38774

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b0a2cc695ea3ab3b6e66bc7822135ea6e1cc1b3f]

        remove crazy whitespaces
        
        Conflicts:
        	framework/source/loadenv/loadenv.cxx
        
        Change-Id: Ia104e5dedbaf19dff5b0eaf4eb6f4c355570cc00

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c427f2ee1773a4cb7b5b2b83c0b91e07e5a30781]

        make experimental orcus import work again
        
        Change-Id: I2e599331669c3018557835ab227395c54c247ac9

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cb24ff3e1dde0c999158a91a657569c28c01a86e]

        tep for correct styles import from orcus
        
        Change-Id: Ifdd4686b5fd8a00dbe8ff74400a909697895e30b

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [83ce673e63fe26784c4fed370c7c3ec886a53780]

        parse the range for autofilter
        
        Change-Id: Ia47e42db3a66a8d620803468182e8b9d3465b8e4

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [57a8c00e4be5580f2532acfb8b1ab16edb3cdc0c]

        import table as ScDBData
        
        Conflicts:
        	sc/source/filter/inc/orcusinterface.hxx
        	sc/source/filter/orcus/interface.cxx
        
        Change-Id: Ibce6247b19ca7c0788743baba24d07722500efd0

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [27f69931fcc6062a7bd4da8c321c5422d23da603]

        add more orcus debug output
        
        Change-Id: I6f9135d0532026dffbb43c3b32d32cfc811a5823

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c2559c5b08bc5ce61c2d7c4d634db880204b5494]

        make these types future proof
        
        Our core already supports more than 32k sheets and we should not use
        sal_Int16 anymore for sheets.
        
        Change-Id: Ifeb321cba044b255ef2e7d34da0908c27877d6ae

2015-08-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [be3fa5caa2ef94abd56dea1a23e0ed551f360f8c]

        add ScOrcusSheet::get_table method
        
        Change-Id: I2369e29e96cf33dbe263b090dee0d1100ecce8de

2015-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [edebac799d43b032fa63576a5bf936b470685d8d]

        cosmetic clean-up
        
        Change-Id: I7e6689e07873dcb85c2bf1aac0db2ecddc01fe4b

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [526ea240d1ac049e44d4d017f11ed998d3cc9b35]

        loplugin:loopvartoosmall
        
        Change-Id: Ia13b26f937f4e18c895b278ee3032ae3771a9259

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [c7d7083a8785dba83ff23cb55043540baac6977d]

        loplugin:defaultparams
        
        Change-Id: Ifd4c92d2013b5698d9657f599db8af345437b079

2015-08-27  Michael Stahl  <mstahl@redhat.com>  [2bef9a434bdf5c6185a72616874c61eae1a0e718]

        vcl: print an error message in timer test watchdog
        
        The CPPUNIT_ASSERT will actually crash the process because in the
        spawned thread there is nothing to catch the exception, which means that
        when the watchdog triggered there is no indication why the test failed.
        
        Change-Id: Id7d2a99fe62326c817f100e0755679861cb37788

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [5ed690a3e8a575784ca25048e0229ebc52e6fccd]

        check seeks and offsets
        
        Change-Id: I2b6ded138b9101415fc49e93e1ec3ebcd3a9d2ae

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [0c713e45f9831073e34777f50abf9b5801f08ed9]

        check seek
        
        Change-Id: I358758999bb918e73cdee2224e575e72c2131453

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [42732d255423700461f4abadfed77d89efa9cdd0]

        don't loop on overly-short nEndPos
        
        Change-Id: I60d3388ece28a69c31a85b9e3b495cbe8a03e7dc

2015-08-27  Maxim Monastirsky  <momonasmon@gmail.com>  [fa1807ad5457d10f8fa073c209a27547e8922c8c]

        tdf#93558 Hardcode black text on white background
        
        As agreed in the bug report, a preview shouldn't be
        themed by the OS theme.
        
        Change-Id: Icdc5021c3ac614fe1d490fd513a407a81dbc169e

2015-08-27  Mark Hung  <marklh9@gmail.com>  [e2be23d1718b363650bf1853d629df89347d906e]

        Improving Asian phonetic guide for docx and rtf files.
        
        RTF import, export, and ooxml export for ruby text are implemented.
        
        tdf#49073 - FILEOPEN: Furigana (ruby text) and characters with them are
        missing in opened .docx files.
        
        tdf#50786 - [TASK, METABUG] FILEOPEN, FILESAVE, FORMATTING : Japanese
        ruby-character handling is broken
        
        Change-Id: I4a5c30bad180241e3344e9da7efe7da4369fb325
        Reviewed-on: https://gerrit.libreoffice.org/17241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-27  Rishabh Kumar  <kris.kr296@gmail.com>  [30c2ae28eecb3f1a4454784974c0c2bffc60334e]

        Addition of new controls to Wrap sidebar tab in Writer
        
        Addition of Enable Contour and Edit Contour button to the sidebar
        
        Change-Id: I9cadbcc9643b9fc87b3dbe3a9a2355cd674d1e53
        Reviewed-on: https://gerrit.libreoffice.org/17324
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [d400f155fdc3867ad4a067c2bf85588fc0fbb2a2]

        check returns of SeekToEndOfRecord
        
        Change-Id: Ia593dd0e2239a97f17bb03f005d22028da482445

2015-08-27  Michael Stahl  <mstahl@redhat.com>  [b1922eecb55b233de3e6abaaa644fe9f313cf0f1]

        xmloff: ODF export: actually ODF 1.2 does not allow graphic-properties
        
        ... in a style with family "paragraph", as detected by a
        --with-export-validation build due to the unit test added yesterday.
        
        So use the loext namespace for the style:graphic-properties element,
        and also omit it entirely (and rely on the style:paragraph-properties
        attributes fo:background-*) if the ODF version is set to 1.2 or 1.1.
        
        Also adapt a previous check that was missing the "drawing-page" style
        family, where the style:graphic-properties is allowed (commit
        9746dc9ad62e7f3a39961733f2ac204e90289034)
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: Iedd66483f63020328bd61e1c1e19c62787b8ff6b

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [7e373e92fc02393732422d05264dd5115076183f]

        crashtesting: tiff loop detection too slow
        
        moz323894-1.tiff and moz456356-1.tiff take too long to load
        
        Change-Id: Iaafa064fd05e4a4152004e7ceb6256af68aeef01

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [932f6de91904f86f38d2914b9ce07b94dfadac0c]

        check status of SeekTo
        
        Change-Id: Ia2bb397c3fdd783cab77a6b0dbc31c9e3d19326b

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [de71eae5807ff94c8eace0eccaabf1ffa08e77b6]

        avoid loops in atom chains
        
        Change-Id: Icc40c0ee6c7d8d305cf7cc60cbf3e511c763aedd

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [9a695e071020639926f8b038aba64eb016a1801a]

        check stream state after read attempt
        
        Change-Id: Ie3836f2e95acab963634181a07565343501f00f8

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [1830b4f2e324090962a993315ce76752d24d4088]

        check seek for success
        
        Change-Id: I02420ffb3af009d08ce54a0932e2c7a287703a72

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [d417ffb7dd93306be7c89526a75acab53dbd8831]

        check SeekToEndOfRecord for success
        
        Change-Id: I7413a4e9e491b65122eaadb38ad574161f1aa943

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [90dc4e38928fffc3ed5fcbed40109712eb97e203]

        avoid hang in certain ppts
        
        Change-Id: Iedba71b72fc815b274ca5e0da0903a558947cb06

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [eea399ddd52a0de368321963bb828bc15632dd0b]

        check for stream status after a read, not after a seek
        
        Change-Id: I984e99c1a1484547aa4d60bf301167f3cbc9f716

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [3bc69b1d0d8620afd89a993b5f6bc46a2ff5267f]

        don't write SvxBackgroundColorItem via inherited SvxColorItem::Store
        
        SvxBackgroundColorItem inherits from SvxColorItem and for backwards
        compatibility with the StarOffice 5 binary file format (yes, really)
        writes/reads only rgb and not the transparency value, so copying and pasting
        text from a sidebar comment in writer to itself or another one results in a
        black character background as the default COL_AUTO turns into black
        
        Change-Id: I18b5105dd8e060b9e49dda6026e26d3a0f00d8f5

2015-08-27  Michael Meeks  <michael.meeks@collabora.com>  [5fba7ebf5c465b218b650141eab28c27cc19c79e]

        vcldemo: quit popup on mouse click.
        
        Change-Id: I0fc1967d3863723b0c8e3e082fac19cc49aba345

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [186c82e81f3d75be0971ff1b561172a182e46a97]

        Actually process the escaped character
        
        ...was like this ever since it got introduced in
        b75958473503f7eca096b8843e57a031bbabe0ab "implemented date acceptance patterns
        API."  Found with clang-tidy's clang-analyzer-deadcode.DeadStores.
        
        Change-Id: Ib1572ca9f254e3e835dbbe088f6a48c24dbd8235

2015-08-27  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ad3d4a94e5dda6aa2ae39d903f0f9d13c9f85ef7]

        vcl: increase timeout for timertest hang by some
        
        Change-Id: I7e61051ca8d7ae2314514e60097ff86481d4ceae

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [033ce593af9b1505c804930c84297f1da26858c4]

        Simplify hasModifications check
        
        Change-Id: Idcbd9a20ab13d0717f8728673e2c55e87aa92be4

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [1e8b7cdbbd084a1e75f82bfff605321c8480b78d]

        this farcical staroffice 5.0 related junk can at least be const
        
        Change-Id: I096d98f6e0cb61cacd9cd82a623f832b88ded1e6

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [38fd9cf3b4edbec6a324d975a4a2b29f2b276802]

        Improve names of WebDAV-related install:modules
        
        Change-Id: I2c2f36a9c1b7348ba9f399b05a9f0319e1c40a0e

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [5e19fa2ffe890731bdc5a7b0a3b281696f36cbe2]

        Restrict the install:module="neon_gnomevfs" hack to --with-webdav=neon
        
        ...as the underlying problem, according to
        <https://bz.apache.org/ooo/show_bug.cgi?id=84676> "mixing neon and the hidden
        embedded contents old [sic] another neon inside libhttp.so of gnome-vfs2 is
        unreliable," presumably does not affect --with-webdav=serf
        
        Change-Id: I2abfeaeac5174a735f46b2838bd84dda0af9a487

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [44994d951179f5cf32db7ead8912c3fd0e7e2afd]

        Fully drain glGetError
        
        ...according to <https://www.opengl.org/sdk/docs/man/html/glGetError.xhtml>:
        "To allow for distributed implementations, there may be several error flags. If
        any single error flag has recorded an error, the value of that flag is returned
        and that flag is reset to GL_NO_ERROR when glGetError is called. If more than
        one flag has recorded an error, glGetError returns and clears an arbitrary error
        flag value. Thus, glGetError should always be called in a loop, until it returns
        GL_NO_ERROR, if all error flags are to be reset."
        
        (The original code was flagged by clang-tidy's
        clang-analyzer-deadcode.DeadStores.)
        
        Change-Id: Ia64e2133b6a4581230b999d4b8b63aa59199ee32

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [26786ae2e98cbe041766872e9aacce6d07e6a5c4]

        gtk3: paste special empty
        
        the paste special listener listens to owner changed, but expects
        the owner changed event to contain the new contents, while the
        original code expected getContents to be explicitly called to get
        the new contents. So on owner changed always return the up to
        date contents
        
        Change-Id: Iaa7df2c01d360c3c5831b2258b4c2d41740fdffc

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [c80bd6fc7c066b7b8da1e1135852155d867f559b]

        No need for a vitual ~MenuWindow
        
        ...at least while MenuWindow is mostly a TODO still;
        and ImplHanldeHelpEvent can be protected
        
        Change-Id: Ice0bb37e7e774e51445a9d78b2cf5eaba12f6341

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [d3de490437df4c9093f32e97fc185066d64c0f46]

        Add vnd.sun.star.webdavs URL scheme
        
        ...as https-equivalent to complement vnd.sun.star.webdav scheme.  See the mail
        thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2015-August/069929.html>
        "What autogen.sh for an alternative ContentProvider for dav:// scheme?" for why
        it is considered beneficial to have the WebDAV UCP support---in addition to the
        standard pair of http[s] schemes---a non-standard pair of
        vnd.sun.star.webdav[s] schemes different from the "accidentally supported"
        non-standard pair of dav[s].
        
        Change-Id: I7032aa1ed599f735969cf0163cd9dc121a1fdcb3

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [9c3f5324bf155b11dad2036a3556c8afafdb89a9]

        Apply webdav-neon/ fix to webdav/, too
        
        cf. 9228f41209b1a043e4ec29af8c2f71bb5ad7f798 "Missing davs URL scheme handling"
        
        Change-Id: Ia161691cc213b5b2c1a3a589ce05b6ad8558013c

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [9228f41209b1a043e4ec29af8c2f71bb5ad7f798]

        Missing davs URL scheme handling
        
        ...looks like it was just forgotten in e557f06cb172dfa5ca04d215226b30e8ca4af4aa
        "INTEGRATION: CWS tkr10: i84676 neon and gnome-vfs2"?
        
        Change-Id: I1bae95273f43e58425181bbc4667f87a6389e3a9

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [c249f93d96ec87b0acbd25ffe087543d6fe9fb14]

        extend seek, loop ending tests to ppt specific code
        
        Change-Id: Id4419b6b902b742117e248870b6a663c9c58955f

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [496ee4fcbe697552622901dfb72775d07496bdb0]

        config-less fallback value
        
        Change-Id: Id2ee43ff95b6d28252f58e4930b81faf8b3b4b7f

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [a7ef614ff261a90790041bc29e8038d1813e01e6]

        loplugin:staticmethods
        
        Change-Id: I262a9e75ec20fad15b550b84989fd7acc118c53a

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [79d1033f95fda0e7985f4c658811751b30aae21e]

        loplugin:staticmethods
        
        Change-Id: I8ccaf0e8eea9c47257561e66114972bebf16e3af

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [a3e3fac0ec0339015374adc1531fab8964b2d837]

        loplugin:staticcall
        
        Change-Id: I0d67b6c155d44e9c9072ef7c3519850c45a51313

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [30f4a56e9b39f9791bbb36e30fc2e0982aedd3cd]

        loplugin:passstuffbyref
        
        Change-Id: I000a8fbfec9c81a61773b5db24b5a7b6c708dc06

2015-08-27  Takeshi Abe  <tabe@fixedpoint.jp>  [61cac9542a2a16455aa6868b2495d940cb488726]

        sax: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: Id8d0c61b0454652abbbd09be0c72696a057dc2d2
        Reviewed-on: https://gerrit.libreoffice.org/18008
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-27  Michael Meeks  <michael.meeks@collabora.com>  [1950127b1cf056bc5b7d594e6a2d54375f8504ab]

        tdf#92213 - don't crash fetching pixelctl a11y peer for un-parented window.
        
        Change-Id: Ie36f46e2eae72e8838aa5e45f96bd02fef45f7d5

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [0a96482941d510043bfef235ab5e1bf18a45fba7]

        coverity#1320470 Unchecked dynamic_cast
        
        Change-Id: I9abe56c88171629b68d72119f1359d750675d08a

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [2d791401f4e32a260b05b7e21cbfd60baa493b32]

        coverity#1320471 Infinite loop coverity[loop_top] - Application::Yield
        
        Change-Id: I83634fa276048607cc0572178964417ce7373e0c

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [52a52a21c6997a6b083985fdcda540d66e86f32e]

        coverity#1320472 Uninitialized scalar field
        
        Change-Id: I50e07779a541bbea6b285a855fb54d419d4aed13

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [0d80e7d7a84654dee2d50fc3e4d931260da2b37c]

        Clean up initialization of UcbPropertiesManager::m_pProps
        
        (which is a single-instance service, so there is likely no benefit in
        initializing it lazily anyway)
        
        Change-Id: Ie7e8272f11372149391a1190d5e71137dddaa03b
        Reviewed-on: https://gerrit.libreoffice.org/18016
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [3a87507cef458200380183f11b579ae9b30ecf2c]

        loplugin:passstuffbyref
        
        Change-Id: I5ab147c8b737396db6371b9d92e7f19955ed7f28

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [b2c69e66ed6979e1bdd18577295062c25d3dabd0]

        coverity#738814 Uninitialized scalar field
        
        Change-Id: I16d5772b0f8455518866cb03729e9bab95be8087

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [854d0f2955f7d371b04e8bdf3ad502e709567253]

        kill dubious debugging SAL_INFO
        
        Change-Id: I983a24964f71967f1c0fdbde6dde0524d8c3456c

2015-08-27  Caolán McNamara  <caolanm@redhat.com>  [af2b6a0a3e354de9a149877bf8320e8a4c315a98]

        mbTextBackground is unused
        
        Change-Id: Ib3dacf63db01649992c7fe7571b54f964202fc3b

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [a519c883e97e35f4d11567d55ecd45837f25aa4e]

        No need for IMenuBarWindow abstraction
        
        Change-Id: I5be4cfb951100d36054e409043cb9becbe52338d

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [8be00a3f757618b98d2407978eec2b8526e33232]

        Help GCC
        
        Change-Id: Ibeace7ce7621033cf04e3186c212bbb4a27492a1

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [475cbbb2596117231d36cf8a847b6d342323a3f8]

        Remove redundant if (zero is already handled earlier)
        
        Change-Id: Iaab5763d4fbde431bac6f7ecbf4527ad889b6891

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [cce0620a0669de4c55eb8e02fe16ce139a692228]

        loplugin:passstuffbyref
        
        Change-Id: I0244f12f1ee2e61ac577222a14b011aee5ddbd54

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [3e1020136c6dab023c54e5f8c67795787d63d99a]

        Simplify ToolBox::GetQuickHelpText
        
        Change-Id: I2801f54cecf9c8b7d43f8e1c1699cfd7fdd918e3

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [c491f941baf69697f5812a26654881b35ad426e2]

        Use a more meaningful name for the out-arg of GetHelpId
        
        Change-Id: I5fca36f79aa98606770c77dad5b757288bd47842

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [b71b5c85f1a9ebd30fb23e3ea0fc6db235586da3]

        Clean up sEmptyURL
        
        Change-Id: I63e2f5055a87593708f672341b5849554b4db6fb

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [336d9a01d779510752af7ea84aba7cb95e1cb4b8]

        Clean up emptyString
        
        Change-Id: I5350322e5c957127fe125e633b31b2492410995e

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [9c8fd7d1c5553e1e50dba7c7c32ef15fcdb0b49d]

        Clean up sEmpty
        
        Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93

2015-08-27  Stephan Bergmann  <sbergman@redhat.com>  [a6050c32f30796743f9ab9b2a5c793ced9b8f747]

        Clean up aEmpty
        
        Change-Id: I4c4294b7fb1cb537ba3ae3e6e7e747a3333b7469

2015-08-27  Tor Lillqvist  <tml@collabora.com>  [01ed4bf52db701c4e7824f4a92b5a3afa2a5ca4b]

        Avoid slightly silly warnings from Clang
        
        Clang (at least the one from newest Xcode 7 Beta) warn both that
        fResult "is used uninitialized whenever 'if' condition is false" *and*
        that the very same "condition is always true".
        
        Change-Id: I9e2424e7323046edbfe1af3c9f960df49e0809dd

2015-08-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c9df840d207c8d965b2df993e0a90be89f52c254]

        ColorSets: add preview to ThemePanel, move impl. to own file
        
        Change-Id: I1b05edc954125e5bdeed05b5fdce1430f8eaba26

2015-08-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [48d2dca48d75fef67e3caa61d80f074fdbeb9984]

        Show previews of style presets in sidebar
        
        Change-Id: I0e3d6f00a79bc33e1db1329df217e7e867dfd511

2015-08-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a0ab7c31a254285856f6520d069570647c56af22]

        Again add ability to change tint/shade of a color + unit test
        
        Change-Id: I4c06290f09e5bfecd2c1de896e19cb5036a3a0e9

2015-08-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bba73f9e0f286f48fe02f7e232c53de79fc5f12c]

        get rid of the macro here
        
        Change-Id: I1ba5583d9121b541b6b76588f1334980abe3836e

2015-08-26  Michael Meeks  <michael.meeks@collabora.com>  [e16e64dd862c8f386f80de43ad68e831e169d49d]

        tdf#93530 - the VCL GDI flushing abstraction should glFlush too.
        
        Change-Id: I45cb0e62278d8c3154ae8ad54ca4c93b3e177969
        Reviewed-on: https://gerrit.libreoffice.org/18030
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [13cd7ea2b3123e24bb5ff29a8dcbb55a8fcf3859]

        dbaccess: fix windows build breakage
        
        Change-Id: I69f45dd2d7426ecd99dca7e80e98e95c3e52d4a0

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [68efa6f5128abf4cd097ae81a4cfd7fecbcb2a80]

        ODF import: workaround dubious draw:fill="solid" on frame styles
        
        Since the gradient frame backgrounds were added in LO 4.1, we export
        this:
        
         fo:background-color="transparent" draw:fill="solid"
        
        Which doesn't make a whole lot of sense as this is really a "none" fill,
        and now with the backward compatibility stuff in the style import code
        we get the pool default color added when setting the BackTransparent
        property, and with the draw:fill="solid" it becomes visible and the
        background color is now Sky Blue 1.
        
        So try to detect draw:fill="solid" without draw:fill-color attribute
        and contradicting transparent legacy attribute and nerf it.  This way
        we also export draw:fill="none" again, although still with a bogus
        draw:fill-color but that shouldn't cause any harm.
        
        Change-Id: I1c2bea46ba7d9a3f042b875df0ca12c7f6037909

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [25c50a71ffdf7c43f8f3dd10736188271cc75ef0]

        related: tdf#92379: sw: backward compatible ODF export of overriding
        
        ... frame/paragraph backgrounds.
        
        If a style is set to have draw:fill="solid" and a derived style to
        draw:fill="none" then the derived one must have
        fo:background-color="transparent" to override the parent for old
        consumers like LO <= 4.3/AOO <= 4.1 that don't understand draw:fill.
        
        Change-Id: I5b56c7ace927338239195c6bfcfef1950544c8d2

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [f38f018053a43d1f7b473103e936abe2d4d8fa05]

        tdf#92379: sw: ODF import: fix fo:background-color="transparent"
        
        The problem is that if the FillStyle is NONE, setting only
        ParaBackTransparent but not ParaBackColor does absolutely nothing.
        
        This means that if a parent style sets a background color, then a
        derived style cannot override it to be transparent.
        
        Cause is that getSvxBrushItemFromSourceSet() defaults to setting a
        0xFF transparency on the SvxBrushItem.
        
        There is still a problem that getSvxBrushItemFromSourceSet() sets the
        pool default item's color and that is also exported to ODF again as
        draw:fill-color, but together with draw:fill="none" it should not cause
        harm, at least for consumers that prefer draw:fill attributes like
        LO >= 4.4.
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: I5312901166a0e6f0cf02369b173dc8498e4113ed

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [982537d77c2db463cc053cfdcd522530a3834c9e]

        tdf#92379: sw: unit test for frame style background color
        
        Change-Id: I736964e0ae1419de212a7b608377804c764443e7

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [27a02d1708be7812668a84ea956edc8ecb312246]

        sw: Flat ODF import: set the InReading and InXMLImport flags
        
        Flat ODF Import does not use SwReader but uses
        SwXMLImport::startDocument() and SwXMLImport::endDocument() to set up
        the document, so make sure those set the import relevant SwDoc flags.
        
        Change-Id: Ife3e58eeebd73ad895fe328662822b847cf9bfec

2015-08-26  Michael Stahl  <mstahl@redhat.com>  [e85a8110cd7494bae592329d3daa71f401778a22]

        sw: adapt some badly named variables in uiwriter.cxx to
        
        coding conventions.
        
        Change-Id: I36c11a979f7f003bfdfff766940a7832fd19e906

2015-08-26  Stephan Bergmann  <sbergman@redhat.com>  [43c00bc48978a2c148d6f0622f40d3b40a93eb6c]

        Clean up aEmptyStr
        
        Change-Id: I5befe9deac917a28e80ed193b67ff29b5ba35149

2015-08-26  Eike Rathke  <erack@redhat.com>  [a7e273755095e4b97c05a63ab39aa09f8aa755a4]

        unit test that parsing range fragments should fail
        
        Change-Id: Iff5ef2a5b2315b19cf8f0e84a08c776c3c97e0ae

2015-08-26  Eike Rathke  <erack@redhat.com>  [56238d58a7da705e4e91604964e6564d819a9196]

        do not parse range fragments as valid ranges
        
        For example, "B2:" or ":B2" were accepted as valid range, with the
        missing part set to A1, which resulted in a A1:B2 range.
        
        An omitted sheet specifier always results in a valid relative sheet,
        hence that flag is set, so testing flags for non-null before the final
        result is available isn't sufficient.
        
        Additionally this revealed a flaw in handling of external references
        when loading documents if the original file name differs from the
        resulting real file name due to relative paths.
        
        Actually now the displayed file name matches the real file name when
        such a document was loaded, where before the original file name was
        displayed.
        
        Probably such references didn't even work before if the reference
        spanned more than one sheet, which is a rather rare case for external
        references.
        
        Change-Id: I38035f2e4b3a11c0280457498cf62b02f882d2a1

2015-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [e4a3bf0625e4fb608ffdf0fdce67d9d7cabe6822]

        KDE4: don't ignore write(2) return value
        
        Silence the glibc compile warning and actually handle a wrong
        return value.
        
        Change-Id: Icdbc8e655d4b8ad20699dfd0abdbf3405a49f898

2015-08-26  David Tardon  <dtardon@redhat.com>  [444761dc952974a3ae7180dde867df41b6e105f6]

        use unique_ptr
        
        Change-Id: I4c8e2e62943171a001036ea46fbfc83f92a2b1d8

2015-08-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3a6da2a0697b90bfaa3d5433e7d270efa4189144]

        Updated core Project: help  550b03030e494f8c0fd1161cbdeea3d8e5b954e5
        
        Fix typo
        
        Change-Id: I1620c3507722d8aeef11d0480f07bc104b9a7f95
        Reviewed-on: https://gerrit.libreoffice.org/18032
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-08-26  Stephan Bergmann  <sbergman@redhat.com>  [a5ef818b4aa3f38600105896a65ba97fdd426d29]

        Remove unused AddMenuBarButton parameter
        
        ...which had apparently been unused ever since the function's introduction in
        86ef4422bc62f912f72c0bedda47ce0e6e2722e4 "INTEGRATION: CWS onlineupdate3," even
        though the function's code had always been careful to clip the value to
        m_aAddButtons.size() (which was now detected by clang-tidy's
        clang-analyzer-deadcode.DeadStores)
        
        Change-Id: Ic3542aaef04d059125d997cdc5e199d5edb1184a

2015-08-26  Stephan Bergmann  <sbergman@redhat.com>  [4944bd81ed056b5002ea36718ab4e953ba77c171]

        Revert "do not parse range fragments as valid ranges"
        
        This reverts commit ed6209f572bad38bdb066be668163fe8acf52056, plus follow-up
        18a2a642c4a8848e2a2cb0df29c6463db8428ef9 "unit test that parsing range fragments
        should fail."
        
        Breaks CppunitTest_sc_subsequent_filters_test
        
        Change-Id: Ic4663d79bf4bc017094bc37779f74f30630d79bd

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [361090c4cc60b8a0c4c553542b8ab9f10fff833f]

        add EDB-37924 test case
        
        Change-Id: If361620f18a6e8ff433feb8819eeb27b39652529

2015-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [273df1762707d1d44c9f9b3911e06f7a5a4fa08f]

        tdf#80512 KDE4: fix RTL scrollbar handling
        
        Just invert the scrollbar the same way gtk+ does by checking the
        button positions and adjust the drawing style accordingly.
        
        Change-Id: I3475c33e074c1509a73da618a4efa44dc61a1a77

2015-08-26  Michael Meeks  <michael.meeks@collabora.com>  [4c068949c28a72d77bcc161160bea117358d2958]

        Add menubar to vcldemo --widgets test.
        
        Change-Id: I848b5a8834212fce1089fb3ef2186424a1e7a11e

2015-08-26  Stephan Bergmann  <sbergman@redhat.com>  [015adf15ca4bb836d199c69e37446b41eeaa745a]

        -Werror,-Wnonconst-parameter
        
        Change-Id: I14c7e2245e1333a7cc3c372b29f4a3b679169209

2015-08-26  Andras Timar  <andras.timar@collabora.com>  [e8ac5fecbd1a297220cc2b6969bb40fbc78f19ae]

        typo: Trnedline -> Trendline
        
        Change-Id: I89f27286386809059e193004bfa0acecf692b99d

2015-08-26  Rishabh Kumar  <kris.kr296@gmail.com>  [489582458a03aaf25ddc83ae5e4416bbe236991d]

        tdf#90078: Improve the Area section of the properties tab
        
        Addition of new controls to gradient mode and area tab reorganisation
        
        Change-Id: I5c122705c41e14cddc2eaaac2561c02df22574f2
        Reviewed-on: https://gerrit.libreoffice.org/16965
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [be95c7430d2fd9858f41ee8e8882d987a5bbe749]

        there might be no model
        
        Change-Id: I9c384587c127ca077803bf8aae63d0e54eda6aaf

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [a8b2dc80c41022515c3a1df6f7ea245c3390dc39]

        various hangs, check seeks and record lengths
        
        Change-Id: Ided7f9376f41ee8cb1f6903e54a2d51e0e07e1a7

2015-08-26  Stephan Bergmann  <sbergman@redhat.com>  [975a2bccd9ba4d651dfe76e58b8a23fb10775c04]

        -Werror,-Wpessimizing-move
        
        Change-Id: Ifb2647b928446f720e93d2d4e4c5ffb1ee7a14c9

2015-08-26  Tor Lillqvist  <tml@collabora.com>  [a81f59f83e7886c88bd1fbf1589848aa1297ab8f]

        Log OpenCL errors symbolically here, too
        
        Change-Id: I96ef317e974a9db1713ad3005d0efcecb2bacda5

2015-08-26  Tor Lillqvist  <tml@collabora.com>  [0c76f53c83016064ad2cc569a4df176937478c98]

        Revert "Enable out-of-order kernel execution"
        
        Is not a good idea after all, says mmeeks. Plus, we should check if
        the device actually supports it (with clGetDeviceInfo
        (CL_DEVICE_QUEUE_PROPERTIES) before attempting to use it.
        
        This reverts commit a4681be5347fe24867b4f603dc57942c3306227b.
        
        Change-Id: I11896ab2d40bd8abcb11a21ce5df4eb75816013a

2015-08-26  Noel Grandin  <noel@peralex.com>  [93157d284ea37cca200759804268c0a872852549]

        convert Link to Typed
        
        and make it statically allocated, no point in dynamically allocating
        such a small object
        
        Change-Id: If476bf5dc1e0d535383d16bc49c8d567776f16cd

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [cadac8400a018c8c566379f7767ea5edff78523d]

        don't hang on unreachable record ends
        
        Change-Id: I288f7ff0327831603eda6e827c8acbae678dfaff

2015-08-26  Damjan Jovanovic  <damjan@apache.org>  [94a52f9ffafdf9c6e64ddf1a3587f21a272f2e62]

        Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1
        
        Also extended our spreadsheeet test to search through more columns, open spreadsheets
        with macros enabled, and added a test for the the Year(), Month(), Day(), Hour(),
        Minute(), and Second() functions comparing Calc's formulas vs StarBasic's runtime functions.
        
        Found-by: villeroy
        Patch-by: Damjan Jovanovic
        
        (cherry picked from commit a68493266e9212119f31e58c256f00fb9bcc8d20)
        
        Change-Id: I8f2115c623a1d35db5b7fc8184a9118c3eca6fcd

2015-08-26  László Németh  <laszlo.nemeth@collabora.com>  [cf4839cfd18bb3c478ee7f039a705e46877e442c]

        remove unused calculation for hyphenation
        
        Introduced by the commit 968f4d72a23bb28d097a7694d66f0b866b3b33f0,
        problem found by Stephan Bergmann.
        
        Change-Id: If735185c34a0ba69a5cd753ef76032b1b6a4a0cf

2015-08-26  Eike Rathke  <erack@redhat.com>  [18a2a642c4a8848e2a2cb0df29c6463db8428ef9]

        unit test that parsing range fragments should fail
        
        Change-Id: Iff5ef2a5b2315b19cf8f0e84a08c776c3c97e0ae

2015-08-26  Eike Rathke  <erack@redhat.com>  [ed6209f572bad38bdb066be668163fe8acf52056]

        do not parse range fragments as valid ranges
        
        For example, "B2:" or ":B2" were accepted as valid range, with the
        missing part set to A1, which resulted in a A1:B2 range.
        
        An omitted sheet specifier always results in a valid relative sheet,
        hence that flag is set, so testing flags for non-null before the final
        result is available isn't sufficient.
        
        Change-Id: I57d1b7cf71a298e7ac108b0e13aab88208f0f00c

2015-08-26  László Németh  <laszlo.nemeth@collabora.com>  [be881075568d7686ba2cbcd85d4d9c085e0517ef]

        tdf#93620: show OpenGL status in Help->About
        
        Build ID will show enabled OpenGL with an extra string "-GL"
        helping the fix of rendering issues.
        
        Change-Id: Id7bf2db2edb165542bf7a2a253c698c494278a03

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [334dba623dfb0c4fb2b5292c2d03741b7b33aef1]

        fix crash on loading certain ppts
        
        Change-Id: I544a67e3706c7d12414cc075118ef2f0f5ddd0f6

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [15166358d850e76fde98afcff7f62812ce5378e3]

        valgrind: uninitialized value in AvoidConfig path
        
        Change-Id: Iea0911d182b843c099cca0f2c5ec638034e7268d

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [053d2e5d89fdcb3ff6a165034cace12d0d136992]

        add EDB-37909 testcase
        
        Change-Id: I74d55dde824b00e4de13134c5c4eed16b1b5c5df

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [a523b7c434f252a90f6cf9563a24ea230c9fcc20]

        add ppt to fftester
        
        Change-Id: I49162355ce5a58c6aaadfcfb9f45471e5c2a1424

2015-08-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e3771338eee211dbac7cad961a4a81342f2a56c9]

        tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width images
        
        Change-Id: Ie95c36fe3705e2645a59cac117d99d7b85388ce1

2015-08-26  Noel Grandin  <noel@peralex.com>  [167bc621ef825ed5b961502fe9324a675ee34e42]

        Convert vcl Button Link<> click handler to typed Link<Button*,void>
        
        Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [46a27805fb707544a844a961a3743b8b992282f0]

        add CVE-2015-0065 testcase
        
        Change-Id: Ib6662c09feeab5f86ddbbccf5ce0705929194f43

2015-08-26  Tor Lillqvist  <tml@collabora.com>  [139b32b84c029b6ff7a9236b58f65351a5723640]

        Bin the fairly useless DbgDialog stuff and handle fallout
        
        See (short) discussion on the mailing list, "How was it again, is the
        DbgDialog useful?".
        
        Change-Id: Ibde1eb13f16edf94f1f7aebd0befd1b0b171d5c4

2015-08-26  Caolán McNamara  <caolanm@redhat.com>  [e279fc393bc55cf6c8422760266e9c5bbdff5d91]

        add CVE-2015-0064 testcase
        
        Change-Id: I18bce66cc0068815a466291a1a72093704d9fdc7

2015-08-26  Takeshi Abe  <tabe@fixedpoint.jp>  [03ddeb203171c0e435e2a544e06768d6f51196cb]

        reportdesign: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Ib5335ab6e64ee407e3aa8f9558a24af40a308107
        Reviewed-on: https://gerrit.libreoffice.org/17981
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-26  Takeshi Abe  <tabe@fixedpoint.jp>  [5ba6aafa20f78c6209c91a399a8110a415a274e1]

        package: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: If88e1d741075e86997c91dc2c59eeebe45f67c1f
        Reviewed-on: https://gerrit.libreoffice.org/17980
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-26  Derrick  <ejrsfnm4@yahoo.com>  [9a050db847b465d12606c1e52657e05ef95fc2a4]

        replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I21fbfe37f89fa404688cd1b287163801da9f7e0a
        Reviewed-on: https://gerrit.libreoffice.org/17974
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-26  Noel Grandin  <noel@peralex.com>  [a05d6ac2a2a97081c6e9af1f9c8137fd91e739b6]

        Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_set"
        
        sberg did not like this macro, let's see if I can find a better
        solution.
        
        This reverts commit e51fa143587d018b75db08e60cf27ff932b1cf8d.

2015-08-26  Lubosz Sarnecki  <lubosz.sarnecki@collabora.co.uk>  [97bf7c6cc7c756109e75dc11641300e28e8b3d1f]

        vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.
        
        (cherry picked from commit e3cd97ce0b2e153b8b6812cc66f2e7d33504a7da)
        
        Conflicts:
        	vcl/opengl/program.cxx
        
        Change-Id: I86ae50bd8d2148e86a6c8fc0821d3e2bc29a0cd4

2015-08-26  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [4f0bb271c300253d1812c6cccf813eff442a02db]

        tdf#89387 test for LCM function
        
        Change-Id: I3d5eae99427ca68a5121ad43e9f4e7df03ddc23e
        Reviewed-on: https://gerrit.libreoffice.org/18005
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-26  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [32950e9089aa323303154156c27f713ba3efdf85]

        tdf#89387 test for GCD function
        
        Change-Id: Ia9ae1f8583948620b6f496afcadd292671cdc906
        Reviewed-on: https://gerrit.libreoffice.org/18004
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-26  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [1a5b5750ed4157420bc0e0e9f384d3984dee9acd]

        tdf#89387 test for SUMX2PY2 function
        
        Change-Id: Id407614c75eb04fb920fcf75d368b070323a0b79
        Reviewed-on: https://gerrit.libreoffice.org/18003
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-26  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [8e0d49e3b6f6e7146477569e635d2c30863c4cfc]

        tdf#89387 add some strings to CHITEST test
        
        Any string in one of given matrices should result in IllegalParameter
        error.
        
        Change-Id: Ia08d879ec109e04021373c34e83f1873be6815c2
        Reviewed-on: https://gerrit.libreoffice.org/18002
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-26  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [8580f4428dbe368acea5d4adfea2cb7b399dfae4]

        tdf#89387 add some strings to FTEST test
        
        Strings should be omitted by the algorithm, so such test cases are
        important (were missed before).
        
        Change-Id: I2e77b2087e398bf27ac71ba4da0b26c66cc08311
        Reviewed-on: https://gerrit.libreoffice.org/18001
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-26  Eike Rathke  <erack@redhat.com>  [b2363e98af7b0281279617e43b8fec5b898b9120]

        implement Edit modify handler, rhbz#1255811 related
        
        Same as in ScStatisticsInputOutputDialog.
        
        Change-Id: I0e3eb06bc86cf77c405c54f312340c7b2551c1ec

2015-08-26  Eike Rathke  <erack@redhat.com>  [a88fecdcdbf0b3f6a5ba3375f8193a9dc7ba7422]

        implement Edit modify handler, rhbz#1255811 related
        
        Same as in ScSamplingDialog.
        
        Change-Id: Iff709ec2284673efa8824a9b8cfc037e4d6d567a

2015-08-26  Eike Rathke  <erack@redhat.com>  [da9ecf1a59b85eb93004507fe55b92f74c2cdb4c]

        implement Edit modify handler, rhbz#1255811 related
        
        Same as in ScRandomNumberGeneratorDialog.
        
        Change-Id: I1bc9296bfc8b1b2b8f3fc20183e2c626f94dee09

2015-08-26  Eike Rathke  <erack@redhat.com>  [ad1284df599f3493e7c76c7f8b4230aab1946558]

        Resolves: rhbz#1255811 implement Edit modify handler
        
        ... and disable/enable Apply/Ok buttons for in/valid ranges.
        
        Change-Id: I52b5eae2f34e3fca7c0761b14124477a0d160b01

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [162264450cb62177ea133829d081fecdb02136b5]

        Don't claim we support strings arguments in the OpenCL VLOOKUP
        
        The string support certainly isn't complete or correct
        anyway. Partially revert c3383aafa18ef9d03b04b2a4719e71fdfabc14eb.
        
        Change-Id: Ica86f39daf864a1a62d92f8d8300d75d020c0ee0

2015-08-25  Michael Meeks  <michael.meeks@collabora.com>  [74bc7cb59c1bc3f7acdb4d1492fe563ebcefee6c]

        tdf#93614 - detect hanging OpenGL drivers with a watchdog.
        
        If an OpenGL zone takes >2s to make progress, disable OpenGL.
        If an OpenGL zone takes >5s to make progress, abort the app.
        
        Change-Id: I776c06a3f8ba460ff9842a9130c21f9ee2147eee
        Reviewed-on: https://gerrit.libreoffice.org/17986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [7bb7539c0e34283baeaacf7e4ff0b19287afadc2]

        Add VLOOKUP to the set of opcodes that we trust the OpenCL implementation for
        
        Change-Id: I937ec900044bbc6027ff8d4ae37f2f275dde974f

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [41a6094095a0cd42f24eb996c7ec8c28ab9d6c1a]

        Produce the expected N/A error code in the OpenCL VLOOKUP implementation
        
        Instead of a bare NaN.
        
        Change-Id: I170c540478315eedd23f5851d54c30175d21ef96

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [5da016f5e78f7f36136a8179e152aa14aee3d187]

        Revert "disable test case pending index assert fix"
        
        This reverts commit af9751a760e9007d0450adf2753d8a65be5f536c.

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [d9edac5d58aa3c4f15cf4022a1faf776d3003e78]

        behave like the native format filter for non-insert mode
        
        just shove the unneeded pam into dead space
        
        Change-Id: Id0a3d550cd9d54394888e6b2d62e21eaded24a7c

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [3d992d77d8ae319b31dca808e8c08f439a1bc9c3]

        we only need the PaM for its Point and only to create a uno cursor
        
        so do that in the ctor and drop the arg from a bunch of places
        
        Change-Id: Iaad71e9854b38d8632df057dfe9c96468d1d0098

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [32b35d9d8a21091b987d94fc2ad24d69e9d8a6f3]

        Return correct value from the OpenCL VLOOKUP implementation
        
        The commit c3383aafa18ef9d03b04b2a4719e71fdfabc14eb was missing an !
        operator in two places where it checks whether a cell is a numeric or
        string one, resulting in it always using the string value, which for
        NULL (the case I was looking at, only numeric cells in the array)
        meant zero was returned.
        
        As such I am not sure if it is entirely correct to do the check
        whether a cell is a numeric or string value in the order the generated
        OpenCL code does here (and all over the place perhaps). The
        documentation in <formula/vectortoken.hxx> says:
        
         * Single unit of vector reference consists of two physical arrays.
         *
         * If the whole data array consists of only numeric values, mpStringArray
         * will be NULL, and NaN values in the numeric array represent empty
         * cells.
         *
         * If the whole data array consists of only string values, mpNumericArray
         * will be NULL, and NULL values in the string array represent empty
         * cells.
         *
         * If the data array consists of numeric and string values, then both
         * mpNumericArray and mpStringArray will be non-NULL, and a string cell will
         * be represented by a non-NULL pointer value in the string array.  If the
         * string value is NULL, check the corresponding value in the numeric array.
         * If the value in the numeric array is NaN, it's an empty cell, otherwise
         * it's a numeric cell.
        
        Note how that implies one should first check whether the value in the
        string array is NULL or not, and only if it is NULL, look at the vale
        in the numeric array. The code in the generated OpenCL VLOOKUP
        implementation does it backwards. Scary. But probably equivalent for
        the subset of cases we actually handle in OpenCL, which (I think) are
        those where no string cells are involved.
        
        More bug fixes for the OpenCL VLOOKUP will follow.
        
        Change-Id: Id567c245a0700267584be6032320863a4a66df83

2015-08-25  Olivier Hallot  <olivier.hallot@edx.srv.br>  [567471e0b6b3d4fd5d4ed51445d091c0763fb845]

        Updated core Project: help  fff841e50d4e1b36453820b66f150d708ebfff2b
        
        TDF#80588 Help page for Basic IDE Options
        
        Help page for Basic IDE Option in Tools - LibreOffice - Basic IDE Options
        
        Before merging this patch it is necessary to verify correctness of the help page contents.
        
        Change-Id: Ic80410910ed3eadb02c4fd49c02fc5f1dce053db
        Reviewed-on: https://gerrit.libreoffice.org/17356
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-08-25  Dennis Francis  <dennisfrancis.in@gmail.com>  [20618ddc2793064c7c55d9c765a8113abb45b153]

        fixes a memory leak that appeared in tdf#93392 valgrind trace
        
        Change-Id: Ifd4c6594d50ff63235e75049bc7ab8bc79606fc8
        Reviewed-on: https://gerrit.libreoffice.org/17880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-25  Julien Nabet  <serval2412@yahoo.fr>  [ad8e2baf68ed5edccabdf56584768fcdaabbab5c]

        tdf#93351: Edit style button in Schema & Numbering should point to List styles
        
        Related to http://cgit.freedesktop.org/libreoffice/core/commit/?id=e38f63d861715fb56f41af82b897c2128ea20b38
        
        Change-Id: I4ede777207fe42dede6e82c7399189354f182f6a
        Reviewed-on: https://gerrit.libreoffice.org/17924
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-25  Michael Meeks  <michael.meeks@collabora.com>  [2f31a4c1e8c2bbe9e3e4dba6e24ce4d206831e3b]

        tdf#92213 - avoid potential crasher from unusual idle handler.
        
        Change-Id: Id5715f8753d17b3955ac87b9260318ac56e64a08

2015-08-25  Andrzej Hunt  <andrzej@ahunt.org>  [14323c74935337775c05975f907a78bd692e8d44]

        Update title of Conditional Format dialog when range modified
        
        Previously the title was set during construction as e.g.
        "Conditional Format: A2:B245"
        
        However the selected range can be modified while the dialog is open,
        hence we update it whenever the selected range is modified.
        
        Change-Id: I63790108553102cedb51ca32d672a62477493660
        Reviewed-on: https://gerrit.libreoffice.org/15711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-25  Tobias Lippert  <drtl@fastmail.fm>  [1979c48bf96bc1fd8f3558b6c9970935ddd79723]

        tdf#68016 Speed up ScChart2DataSequence by caching addresses
        
        The lookup of getNumberFormatKeyByIndex() is sped up by storing the
        addresses into the cached data array m_aDataArray.
        
        The existing cache invalidating strategy should hold since the
        cache was already storing information about hidden fields and
        ranges, which is the information which affects the addresses.
        
        Also: Change data type of m_aDataArray from std::list to std::vector to
        allow index-based access.
        
        Also: Change for-loops over m_aDataArray to range-based loops with auto
        variables to make them more readable
        
        Change-Id: I9a5038892a384e7d5e72556a52faaf98b475a839
        Reviewed-on: https://gerrit.libreoffice.org/16485
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [d4310b6cd8a367666cc702c3e47cf12a35407ef7]

        Cosmetics
        
        Try to use some sane consistent formatting in this function. No semantic
        change.
        
        Change-Id: Ic9e4625c910f826246451e8ff9e18d6131c04a78

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [7e91726f4d81f0ab27d79ee231abd666b4999758]

        Treat an array of null string pointers as no strings for OpenCL
        
        For some reason, at least in the case of the "Test OpenCL" thing, we get here
        an mpStringArray that is non-null but where all the elements (rtl_uString
        pointers) in it are null. Treat that case as if the mpStringArray was null.
        
        This makes the tests "Test OpenCL" actually use OpenCL. Maybe it has other
        useful effects, too. (But for normal spreadsheet use, the mpStringArray that
        gets handled here *is* null when all the cells used by a formula group are
        numbers. At least it seemed so in a simple test.)
        
        Also add more useful (?) SAL_INFO calls in the area.
        
        Change-Id: I1388786a3a0765af6eb01a63da31e5b83c7a616d

2015-08-25  David Tardon  <dtardon@redhat.com>  [737e2061cc2364a0f9b3a268cdaebba7773886ce]

        upload libwps 0.4.1
        
        Change-Id: I53dc6d358952a046a4c1f03246441742dfa3d685

2015-08-25  Stephan Bergmann  <sbergman@redhat.com>  [dea1d492db761cc0c0301d3a6d3aa9cd970a8ab9]

        typo
        
        Change-Id: I555d4b79a61b371a39ad0f0b76c2d34c22414962

2015-08-25  Stephan Bergmann  <sbergman@redhat.com>  [6d39088c8f7b8f78d64fef208918dd46f3333c44]

        Remove redundant @since tag
        
        Change-Id: Icc3e913d4150e724c87e8293f7b641ee8ca19177

2015-08-25  Laurent Godard  <lgodard.libre@laposte.net>  [c609b30b12df9118a9fb5fcf06177a39c54d895a]

        sidebar uno api corrections
        
        Change-Id: I1bd1040cc80c0450a5e029c37f0737c0692c056a
        Reviewed-on: https://gerrit.libreoffice.org/17952
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-08-25  Mark Hung  <marklh9@gmail.com>  [65a66d41fd0e13d0aad9df935091b731b4af650a]

        Fix tdf#77881,tdf#80520,tdf#89525 bulllets lost issue.
        
        Replace bullet char before write out font description
        since it may be altered if bullet font has been changed
        (i.e. StarSymbol to WingDings ).
        
        Change-Id: I0461cc0a5e4628b36177602bba7ed7f74a0751eb
        Reviewed-on: https://gerrit.libreoffice.org/17376
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-25  Mark Hung  <marklh9@gmail.com>  [b14861e1dfb9f83d26d6032ae96b664845528f2a]

        Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue.
        
        Change-Id: Id670e83db01efe6bcd5fb6bb374ab9cb92898f88
        Reviewed-on: https://gerrit.libreoffice.org/17460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-25  Mark Hung  <marklh9@gmail.com>  [43679f94b45f4d9e120c64a3fb5cc3ee77f12b11]

        Fix tdf#80224 Custom text color changed to black on .PPTX export
        
        1) Indirect property values were ignored, now they are used.
        2) Write endParaRPr so that PowerPoint display them.
        3) Automatic colors are written as white or black based on
           whether background is dark.
        
        Change-Id: I255c16f35149b738be2daf2800b1c90389f2c7cf
        Reviewed-on: https://gerrit.libreoffice.org/17472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3ac03b3f2747e723efc93a5a4ca82d72445eecf0]

        Updated core Project: help  67285d99b8c9373ba3fa992679353ee1a5bc4da9
        
        typo "Navigator displays" → "The Navigator displays"
        
        via pootle-feedback
        
        Change-Id: I25578b8a780e607ce553e17289d96cdc7185577e
        

2015-08-25  Eike Rathke  <erack@redhat.com>  [76bc0e061b7fb9d0da90e4099d9f429496fe6b4d]

        tdf#93468 add Arpitan (Switzerland) [frp-CH]
        
        Change-Id: Icb96b45c936b974938c2dfae48960f727a1dc84d

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [cc596d8d0f2f896d000833ffcba0035e3812c657]

        ensure editeng str len is in sync with attributes
        
        for the duration of inserting attributes, and excess
        dos newline chars can be removed safely afterwards
        
        Change-Id: If70e34fec1c0819f827f483d3d7ac4f19b3caef8

2015-08-25  Maxim Monastirsky  <momonasmon@gmail.com>  [882604ad9546c7d267b1c0beed29448e072cf0a3]

        Some cleanup
        
        Change-Id: Ia22866225b2a726ed69c9f18d02d1ebffdafde8f

2015-08-25  Yousuf Philips  <philipz85@hotmail.com>  [c936d690a69d4d0332caade1a481ae1c3a6e06e7]

        Correct icon for number format in Calc's sidebar
        
        Change-Id: Icc5958d77277c6938b8a03ef44dfd71b9350e288
        Reviewed-on: https://gerrit.libreoffice.org/17978
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-08-25  Stephan Bergmann  <sbergman@redhat.com>  [662498ab80833a2b671c247fb859603632e52105]

        Avoid overflow in PBMReader::ImplReadHeader
        
        ...as found by UBSan in CppunitTest_filter_ppm_test on
        filter/qa/cppunit/data/pbm/fail/crash-1.pbm
        
        Change-Id: Ib7c50ef1f07aba6b78f79c608be69c3dac38ddfe

2015-08-25  Stephan Bergmann  <sbergman@redhat.com>  [6373886870503a981b65f204f9113aebff540ab8]

        Handle non-aligned FFNs
        
        ...as found by UBSan in CppunitTest_sw_filters_test (see below), and at the same
        time limit reads within the pA array to its bounds.
        
        > Testing file:///.../sw/qa/core/data/ww6/pass/crash-2.doc:
        > sw/source/filter/ww8/ww8scan.cxx:6473:32: runtime error: upcast of misaligned address 0x6200000e70e7 for type 'WW8_FFN_Ver6', which requires 2 byte alignment
        > 0x6200000e70e7: note: pointer points here
        >  00 00 00 00 00  00 00 00 00 00 00 00 00  00 00 00 0e 00 00 6a 00  00 00 00 0e 00 00 6a 00  00 00 6a
        >              ^
        >  WW8Fonts::WW8Fonts(SvStream&, WW8Fib&) sw/source/filter/ww8/ww8scan.cxx:6473:32
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*, SwPosition const&) sw/source/filter/ww8/ww8par.cxx:4961:20
        >  SwWW8ImplReader::LoadThroughDecryption(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5767:19
        >  SwWW8ImplReader::LoadDoc(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6039:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6157:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        >  SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sw/qa/core/filters-test.cxx:71:12
        >  test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:129:20
        >  test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:154:5
        >  SwFiltersTest::testCVEs() sw/qa/core/filters-test.cxx:154:5
        
        Change-Id: I31ac8dc11d985745785c9dda1cec8a11a41098bb

2015-08-25  Noel Grandin  <noel@peralex.com>  [fab18ef350058081967c66e1eea50dde44d08c41]

        parameter names are useless in DECL_LINK declarations
        
        Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [d68539562a7d1f0472376855d9f8a25bd8fe93cf]

        misplaced brace
        
        Change-Id: I6e43fd4a4b45f0217de8b6d93ef2403e46e39489

2015-08-25  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6bdd93e3562d0871b7b7179689f01601b5d10538]

        vcl: disable randomly failing timer unit tests
        
        Change-Id: Iab26a2b55586fc824c5edbea519c4f68ba4a548f

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [9a68eb9c1f54d4c4e14a46c11ba9eafca35a2b82]

        Turn on glyph caching by default when using OpenGL
        
        Can now be turned off with a SAL_DISABLE_GLYPH_CACHING environment variable.
        
        Change-Id: I7ac14d72dc0f85c0682d92492eb96bec1d207609

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [af9751a760e9007d0450adf2753d8a65be5f536c]

        disable test case pending index assert fix
        
        Change-Id: Ic48e22169dff2ed06b75af519ca39addef7d07de

2015-08-25  David Tardon  <dtardon@redhat.com>  [6b0585a5b7e32d9acb6d8bc5f15d187959c7cc5b]

        upload libmwaw 0.3.6
        
        Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae

2015-08-25  David Tardon  <dtardon@redhat.com>  [51adbedb840470919b9275c6b006c3af7673b6a0]

        astyle
        
        Change-Id: I597c007e4636f6b05873f24ef3e89c0a7c2c3670

2015-08-25  Noel Grandin  <noel@peralex.com>  [2a0f9f08914fad8ec858d2a8d6e9d16ceddaa7e3]

        simplify some declarations
        
        Change-Id: I348e7f984e5e8b4b915d11de8182da07a6356f8d

2015-08-25  Noel Grandin  <noel@peralex.com>  [b3705c21e16ae693cba26630ce524bc43c28aae7]

        SvResizeHelper::ValidateRect, simplify logic
        
        Change-Id: Ie1c9891e8095172f53efc027eec9a68bde39ed1f

2015-08-25  Noel Grandin  <noel@peralex.com>  [3b4794132776a4fe8ad5999d14a85885e3f942b0]

        remove useless comment
        
        Change-Id: Id253acad170e3d8f7a1278a10c731c6bd1927b92

2015-08-25  Noel Grandin  <noel@peralex.com>  [6234e5e005f22b2222eebb59a275db28fa951fa6]

        using RECT_EMPTY here is very dodgy
        
        lets rather use something smaller, so as not too potentially bump
        into the RECT_EMPTY checks in the Rectange code
        
        Change-Id: Ief8200763cac29e3099a2717f20c6f10cbc7d579

2015-08-25  Noel Grandin  <noel@peralex.com>  [3f02a38cfb7d2e2efe944244c9be264965481426]

        simplify, IsEmpty() checks both Right and Bottom already
        
        Change-Id: I81fa9f80593bdea5098215f71c44b35e0087a6fc

2015-08-25  Noel Grandin  <noel@peralex.com>  [258643235c1d6ac21f7b53c94493625a0a6c95bc]

        add some comments to Rectangle mutation methods
        
        Change-Id: I7e1d737fc1e7a431afd3cde74c2c974e0cbef9ef

2015-08-25  Caolán McNamara  <caolanm@redhat.com>  [666fb214e93d542dd80e48b9e008727129b5764f]

        there may be no storage available in older formats
        
        Change-Id: I23cbaf7fc1320168eb75ca33fd6d704125508785

2015-08-25  Tor Lillqvist  <tml@collabora.com>  [4809c42c091e60a2b5fdfa6792c6130acf123466]

        Nitpick: Follow our header guard naming convention
        
        Change-Id: I939d36dbb0a298f8181367f74001115ef89d5bc2

2015-08-25  Noel Grandin  <noel@peralex.com>  [219b50a284a9fab6e5eb72efee54a72e15ac1bec]

        make pWindow private in SfxChildWindow
        
        Change-Id: I585d4e8f0a53f46b6fbcef9e4d26f88b57569684

2015-08-25  Noel Grandin  <noel@peralex.com>  [a9ea1295a668feca4bfb9b2a53a92890177b5371]

        make eChildAlignment private in SfxChildWindow
        
        Change-Id: I68a4c3324736e111a2c88e3edb9df506c33042b7

2015-08-25  Noel Grandin  <noel@peralex.com>  [51ea8aeca8c3dc081c3ffcca0dd75c4bad48d992]

        clean up whitespace in childwin.hxx a little
        
        Change-Id: Iefebe6b254f2c01b46b48ebaf7a6242e1bf80b62

2015-08-25  Noel Grandin  <noel@peralex.com>  [649287448e4f73a552c00b57db5cce31ba9b1663]

        the implementation pointer of SfxChildWindow can be private
        
        Change-Id: I79366fe5abc98924e174dcbac83bbb8c053d59ce

2015-08-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fab0c5d19565f9eb0c336a464a512f51c73e26b2]

        sc: fix number format button highlighting in sidebar
        
        When a number format for a cell (for example percent) is applied
        it is highlighted in the toolbar but not the equal button in the
        sidebar. This patch fixes this issue.
        
        Change-Id: I7f33ab1e989f8a8e3c49468aae2042621d088798

2015-08-24  Daniel Robertson  <danlrobertson89@gmail.com>  [ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6]

        slideshow: replace for_each with range-based loop
        
        Replace ::std::for_each for a more readable range-based for loop in
        cases in which the function object to be applied by for_each is more
        readable as the body of a for loop.
        
        Change-Id: Ib0b488b36ed58c65c56357e04391b85096d043aa
        Reviewed-on: https://gerrit.libreoffice.org/17930
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [0a76c1fd6875bd094ebe2bfbed3d01c98dc0c19e]

        in reality we are limited to max sal_Int32 here
        
        so accept that and test if the values were accepted or limited
        
        Change-Id: Iaed5ebc2f12b52055506147c71117a2ad88d28ac

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [8329eb5e4a368f29501cfdf060f96e52df912dd2]

        consider validity of m_nDrawCpO
        
        Change-Id: Ifbd131440bad6d840d369c99628cb8904697ad96

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [d281b4607638231b8a3716bdc80846c24ce55cc7]

        Handle GetBaseCp overflow
        
        ...as found by UBSan in CppunitTest_sw_filters_test (see below); note the TODOs
        how best to report the errors up the call stack.
        
        > Testing file:///.../sw/qa/core/data/ww6/pass/crash-3.doc:
        > sw/source/filter/ww8/ww8scan.cxx:5240:63: runtime error: signed integer overflow: 1766665948 + 1768712052 cannot be represented in type 'int'
        >  WW8Fib::GetBaseCp(ManTypes) const sw/source/filter/ww8/ww8scan.cxx:5240:63
        >  SwWW8ImplReader::Read_GrafLayer(long) sw/source/filter/ww8/ww8graf.cxx:2393:18
        >  SwWW8ImplReader::ReadChar(long, long) sw/source/filter/ww8/ww8par.cxx:3630:17
        >  SwWW8ImplReader::ReadChars(int&, int, long, long) sw/source/filter/ww8/ww8par.cxx:3432:27
        >  SwWW8ImplReader::ReadText(int, int, ManTypes) sw/source/filter/ww8/ww8par.cxx:3970:22
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*, SwPosition const&) sw/source/filter/ww8/ww8par.cxx:5169:9
        >  SwWW8ImplReader::LoadThroughDecryption(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5767:19
        >  SwWW8ImplReader::LoadDoc(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6039:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6157:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        >  SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sw/qa/core/filters-test.cxx:71:12
        >  test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:129:20
        >  test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:154:5
        >  SwFiltersTest::testCVEs() sw/qa/core/filters-test.cxx:154:5
        
        Change-Id: I0b14f5c1e025565eb131e64590b7d5ff0135e767
        Reviewed-on: https://gerrit.libreoffice.org/17965
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [1a871f9de6b23730e26fc6e4196723f67704ac8d]

        Handle zero nPLCF
        
        ...as found by ASan in CppunitTest_sw_filters_test:
        
        > Testing file:///.../sw/qa/core/data/ww6/pass/crash-1.doc:
        > ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020009382b0 at pc 0x2b1dcb5eabac bp 0x7fffe8ccbdb0 sp 0x7fffe8ccbda8
        > READ of size 4 at 0x6020009382b0 thread T0
        >  WW8PLCF::SeekPos(int) sw/source/filter/ww8/ww8scan.cxx:2219:14
        >  WW8PLCF::WW8PLCF(SvStream&, int, int, int, int, int, int) sw/source/filter/ww8/ww8scan.cxx:2080:9
        >  WW8PLCFx_Fc_FKP::WW8PLCFx_Fc_FKP(SvStream*, SvStream*, SvStream*, WW8Fib const&, ePLCFT, int) sw/source/filter/ww8/ww8scan.cxx:2883:21
        >  WW8PLCFx_Cp_FKP::WW8PLCFx_Cp_FKP(SvStream*, SvStream*, SvStream*, WW8ScannerBase const&, ePLCFT) sw/source/filter/ww8/ww8scan.cxx:3088:7
        >  WW8ScannerBase::WW8ScannerBase(SvStream*, SvStream*, SvStream*, WW8Fib*) sw/source/filter/ww8/ww8scan.cxx:1588:20
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*, SwPosition const&) sw/source/filter/ww8/ww8par.cxx:5022:20
        >  SwWW8ImplReader::LoadThroughDecryption(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5767:19
        >  SwWW8ImplReader::LoadDoc(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6039:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6157:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        >  SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sw/qa/core/filters-test.cxx:71:12
        >  test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:129:20
        >  test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:154:5
        >  SwFiltersTest::testCVEs() sw/qa/core/filters-test.cxx:154:5
        > 0x6020009382b1 is located 0 bytes to the right of 1-byte region [0x6020009382b0,0x6020009382b1)
        > allocated by thread T0 here:
        >  operator new[](unsigned long) /home/sbergman/clang/trunk/src/projects/compiler-rt/lib/asan/asan_new_delete.cc:64
        >  WW8PLCF::ReadPLCF(SvStream&, int, unsigned int) sw/source/filter/ww8/ww8scan.cxx:2091:26
        >  WW8PLCF::WW8PLCF(SvStream&, int, int, int, int, int, int) sw/source/filter/ww8/ww8scan.cxx:2075:9
        >  WW8PLCFx_Fc_FKP::WW8PLCFx_Fc_FKP(SvStream*, SvStream*, SvStream*, WW8Fib const&, ePLCFT, int) sw/source/filter/ww8/ww8scan.cxx:2883:21
        >  WW8PLCFx_Cp_FKP::WW8PLCFx_Cp_FKP(SvStream*, SvStream*, SvStream*, WW8ScannerBase const&, ePLCFT) sw/source/filter/ww8/ww8scan.cxx:3088:7
        >  WW8ScannerBase::WW8ScannerBase(SvStream*, SvStream*, SvStream*, WW8Fib*) sw/source/filter/ww8/ww8scan.cxx:1588:20
        >  SwWW8ImplReader::CoreLoad(WW8Glossary*, SwPosition const&) sw/source/filter/ww8/ww8par.cxx:5022:20
        >  SwWW8ImplReader::LoadThroughDecryption(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:5767:19
        >  SwWW8ImplReader::LoadDoc(SwPaM&, WW8Glossary*) sw/source/filter/ww8/ww8par.cxx:6039:19
        >  WW8Reader::Read(SwDoc&, rtl::OUString const&, SwPaM&, rtl::OUString const&) sw/source/filter/ww8/ww8par.cxx:6157:20
        >  SwReader::Read(Reader const&) sw/source/filter/basflt/shellio.cxx:175:18
        >  SwDocShell::ConvertFrom(SfxMedium&) sw/source/uibase/app/docsh.cxx:258:22
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:790:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        >  SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) sw/qa/core/filters-test.cxx:71:12
        >  test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:129:20
        >  test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) unotest/source/cpp/filters-test.cxx:154:5
        >  SwFiltersTest::testCVEs() sw/qa/core/filters-test.cxx:154:5
        
        Change-Id: I97d995aad621b829b6fb6ee4622d386fec0bedea
        Reviewed-on: https://gerrit.libreoffice.org/17963
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-24  Tor Lillqvist  <tml@collabora.com>  [32069752b94a31303fd327b0c47037072600be6c]

        Don't attempt to cache glyphs that are vertical but the text direction isn't
        
        That is a too complex and rare case to bother with, I think.
        
        Change-Id: Ica6ef7fa05314d2367dcff32627c1aec6ba8f8df

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [a4ef3f4eb1ded7d9737083cce6d8079c2228fbb6]

        Clean up output
        
        Change-Id: I4fbcd03e4af82ba8e3697651ddce92ba0ba450a6

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [82fb80ec22e58d27b5b454da9dc095cef2fc3025]

        Make test order deterministic
        
        Change-Id: I9980034f0cb948acd6bb20aaf0fc27928ac68913

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [02e9b490a9401744a8a0699ad5dd10281b6b0b30]

        loop over successfully read bookmarks
        
        not over the amount that should be there
        
        Change-Id: Ia2c353f9d7e274a5bebf405e1743ef1d1872b4de

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [6b82437dca30eba0f0c9dde6fdc84cb8f7740f8f]

        detect and reject loop in tif
        
        Change-Id: I77d315fa432a3eb1a65539489a2ba6da8508b283

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [7e415c83596c4bb68b527213a353454e35ca4221]

        -Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision")
        
        Change-Id: I9e5b74e5ff0348f0880972a82726178354ab7d0f

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [48a047f2f4e7b4b3bed33a99d37fd48025381646]

        allow avoiding config for CustomToolBarImportHelper
        
        Change-Id: Iff0dd632f8c6b187d3515f542cc9fe2ca59088e5

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [c0c9075163f06c0b5c2ad9cf428f1cfacf9fe1fb]

        limit seeks to valid area
        
        Change-Id: I401d93491999a3fc3db4f597eea9c4fe5b9bc926

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [479862c75094bcd4d49d2cca4e29a298618e7665]

        coverity#1317300 Untrusted array index read
        
        Change-Id: Ia9fe42974ffe24f6a679396b5d7ca672c0459f4b

2015-08-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [e931b059571c9f0cad4cc5ec6bd75a3ab46fb0d1]

        tdf#93437: release reference held by ScFormulaReferenceHelper
        
        This does two things: reverts a revert of
        087f7fe50b03307e2d9202365886e8c37bd7e6e3 -- turns out it was innocent.
        
        Plus, it actually releases the reference that prevents destructor from 
        being called. It was actually ScFormulaDlg's own m_aHelper member variable 
        holding reference to 'this' (extra-wicked, through SetWindow(this)),
        never releasing it.
        
        Change-Id: I258a280e09674d1a2f1ddebea19ea1b42dcdc777
        Reviewed-on: https://gerrit.libreoffice.org/17949
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-24  Maxim Monastirsky  <momonasmon@gmail.com>  [d2c09305084c218facdd282c3232a9929b81e342]

        tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"
        
        This reverts commit 28effca640fff262866d1d3ada6e51a3821a6725.
        
        Change-Id: Ie21ae1ef969b2cfdce81a152c195a69ad3c27f65
        Reviewed-on: https://gerrit.libreoffice.org/17937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [74c0f74422671f8005f2cfc0ae94e5656bcea31e]

        guard against hangs with bogus unsorted plcfs
        
        This reverts commit 6d21cbd1238556535ec1bb1adf35b25bc8eb898b.
        
        Change-Id: I309302ab5357b8404ee4c75bd0bfcb4f816e0588

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [6d21cbd1238556535ec1bb1adf35b25bc8eb898b]

        Revert "guard against hangs with bogus unsorted plcfs"
        
        This reverts commit f3db01f313ac06f70bec7584f48a380ab832ca75.
        
        <= maybe, need to double check

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [1e8e3a8c4624e9a4f16a7fb7f24c5d7125d7f106]

        include vector
        
        Change-Id: I84f571c0564b33a5b647a270c567959b415b3747

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [f3db01f313ac06f70bec7584f48a380ab832ca75]

        guard against hangs with bogus unsorted plcfs
        
        Change-Id: I91caff583617435add76503498ca4ed361eb5d2e

2015-08-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bdce4e29191aa5bd029efa242e094aba45c44869]

        opengl: push mask coords to the shaders along the image coords
        
        If using the same texture to store the image and mask data (for
        example when using texture atlas) the mask and image (RGB) coords
        aren't the same anymore. With this commit we always define the mask
        coords separately.
        
        Change-Id: Ie33f87a6e9ab398972c6a3d5938e5f1364c82d36

2015-08-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b26ba85d04e81f48622dfdbb71d9d80b54dacc40]

        Fixed (fixed size) texture atlas for "caching" OpenGL texures
        
        Change-Id: I7fe90c0a0033b4d9a341a4f0b8356d7f7133e93e

2015-08-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [652e3d2dbdd2d6f43953da3ae37cfc98d350328d]

        save texture to file as a PNG image
        
        Change-Id: I5605b80f95d89599efe58cf65e1ce3f3581d401f

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [8657e3795d2e0ef0653835e2d56c53512dd43aea]

        dismiss bad seek offsets early
        
        Change-Id: Ia88bc1833d362547f45e073028203a4de581f3e2

2015-08-24  Caolán McNamara  <caolanm@redhat.com>  [11e73a0880f64c99aec5059ff6122b831bc1de74]

        fix crash with empty booknames
        
        Change-Id: Ifadb2129be53530720cb2023cdc0782b6e737f18

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [4dfbb122132890720136a145e5bc1729aef8d3bf]

        loplugin:staticcall
        
        Change-Id: I05dbd27bbb50d46fd2acce0b407201d36dd41c34

2015-08-24  Stephan Bergmann  <sbergman@redhat.com>  [112286d2ef68ffb697ca3ce48fc66197ce90c2f0]

        Revert "mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc."
        
        This reverts commit 7fa5f876fddfd4baeff01d74d26cbf1dc4607d18,
        which uses LIBO_INTERNAL_ONLY features in external code.

2015-08-23  Ashod Nakashian  <ashodnakashian@yahoo.com>  [b103e7d786f5b7ec6cfe4f53f2ca317f06ceabc5]

        vcl: unittests for Timer and AutoTimer.
        
        Enabled VCL Timer unittests on Windows builds and added two unittests to
        detect misfiring of timer events.
        
        Due to the nature of timer events having virtually no guarantees on
        non-realtime operating systems, the tests may fail randomly under
        different system loads.  The tests repeat a few times in such cases, but
        still there are no guarantees.
        
        These tests are added to detect gross breaks in the timer algorithms and
        to improve certain corner cases.  They are designed to minimize any
        random failures.
        
        Posterity might hate me for committing such unittests, so I added
        TEST_TIMERPRECISION directive to include/exclude the tests at compile
        time. It should be enabled if it causes more harm than good.
        
        Change-Id: If2856f194cb4732c84900113bdb969f397f67d5a
        Reviewed-on: https://gerrit.libreoffice.org/17906
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-23  Stephan Bergmann  <sbergman@redhat.com>  [a401cf33b2e05d1778faef8e4fdd1043d3eb9b2e]

        loplugin:defaultparams
        
        Change-Id: I0db404b84f62db9636fa30f9af1b9cc0d70a2624

2015-08-23  Khaled Hosny  <khaledhosny@eglug.org>  [e2582341af9f6b756e5d95c8ddd99652b62d1a41]

        Fix GTK3 right-to-left rendering of spin buttons
        
        The button were not drawn at all
        
        Change-Id: I51dfa30a6daa1034b5e978b09bcdfcc83e859f3d
        Reviewed-on: https://gerrit.libreoffice.org/17790
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [fff3c9d6e56ae380437333f9c15ff63742904f25]

        don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangle
        
        leave it untouched to make gtk3 rtl spin buttons possible
        where the additional mirrorValue contains the region
        of the spinbuttons to render within this rectangle
        
        Change-Id: I2648d98ed36373c95947cc4d78e2e54797f01155
        Reviewed-on: https://gerrit.libreoffice.org/17940
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-23  Stephan Bergmann  <sbergman@redhat.com>  [c571bcd775ebcb3ad69099bdc0c326d28c00c78c]

        loplugin:defaultparams
        
        Change-Id: I797b986b227381bc066ea3aa305c0abf78cd156a

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [63cbf8fb02c3c53acc31c56a79c3f39e02c92f7b]

        fail on exception
        
        Change-Id: Ib48c6b05b7002db19e47d07fcfc0241468452190

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [e903601e636bcec8bdb7d1a4acb4bab27bf87533]

        can replace sequence with simple array here
        
        Change-Id: I1b5125f5354dc2a1f4b4312dbe2b921d5cf13b49

2015-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8d933132ab01f0070225fae6cf704c9a1982e8f8]

        tdf#91969: Parts of paragraph border is missing
        
        ...when border is around more than one paragraph
        
        Regression from:
        16f637dab3c1b5f7ac9eacf2c57347800d3fdf09
        
        Change-Id: Iea9455dd7cc3c301c3e2d5d7903c98d98e515595

2015-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9a23428ff030106c4d91ba8b6f3a68ce56b7c428]

        Use less operator here to be consistent with the original idea (see comment)
        
        This doesn't change the result of the BestIndex method
        
        Change-Id: If1efc04feac3d4966c126b1fa93d017a4beafbe1

2015-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3f339c5e77881a0680552c05997db03a7587bf4b]

        Better to call this msfilter test
        
        Change-Id: I2abd6aedb16303d8988c17e7204c9607bf8336a3

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [b164d08f0c12a3434fad1b40900ddc8cb510370c]

        check for bad locations
        
        Change-Id: I635585f664e700047d92821fb965d42b803a8a15

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [de26ef857bf3b39a02192289a374605ca9491721]

        coverity#1242865 Untrusted loop bound
        
        Change-Id: I9c6f821f7bd1e9bd3eb8f47e269e62a792523f1a

2015-08-23  Caolán McNamara  <caolanm@redhat.com>  [ca09871bc0c2672370d23c66148afe25006962f8]

        coverity#1317301 Uncaught exception
        
        Change-Id: I580c1c873b440d5230a0c9e6a2a2af5d5d8c0e0e

2015-08-23  Maxim Monastirsky  <momonasmon@gmail.com>  [7d92b27aff3b4d1c59aef9866003f4d001c0fc25]

        Clean trailing whitespace
        
        Change-Id: I3b4adb5ac75b9761ae058834e3e64779a07851c9

2015-08-23  Takeshi Abe  <tabe@fixedpoint.jp>  [7f4e0d6aa29da640408cf4cc84b2fc1a0c11f8ba]

        oox: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I8a82df7ea24874d8e246dc983418d872f1943c8e
        Reviewed-on: https://gerrit.libreoffice.org/17919
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-23  Michael Weghorn  <m.weghorn@posteo.de>  [9beb2bedc0f65b90cd35f7fa6c9b53ee6729a0c4]

        tdf#39440 sc: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ia7f58c24429310b66f4464d8ba8b4f2e5c6fef38
        Reviewed-on: https://gerrit.libreoffice.org/17922
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-23  Michael Weghorn  <m.weghorn@posteo.de>  [90b086e480a83c62edafaf13bdf4a02079a7860c]

        tdf#39440 reduce variable scope, adapt indentation
        
        This addresses a cppcheck "variableScope" warning and adapts the
        indentation of some code lines according to the surrounding code.
        
        Change-Id: I76eca59a808740ab0366dd41c889a6ef19a2436d
        Reviewed-on: https://gerrit.libreoffice.org/17923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-23  Michael Weghorn  <m.weghorn@posteo.de>  [b712b1f63492a311e4a51cffd516b3e202a140e6]

        tdf#39440 cppcheck: redundantAssignment
        
        This addresses some of cppcheck's "redundantAssignment" warnings
        ("Variable '<varName>' is reassigned a value before the old one
        has been used").
        
        Change-Id: I8fd2950d5aa1a3f4bd9e1c4c336abe465d1f657e
        Reviewed-on: https://gerrit.libreoffice.org/17926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-23  brinzing  <oliver.brinzing@gmx.de>  [93cd7b78c29c11ccc87c19c845c6617acb834630]

        exclude unnamed Library/Executable from ide integration
        
        unnamed (None) Library/Executable will prevent correct
        vs 2013 ide integration
        
        Change-Id: Ia00c02609a83b5f891995e54fd3f365cd63cb7a4
        Reviewed-on: https://gerrit.libreoffice.org/17933
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-23  Eike Rathke  <erack@redhat.com>  [fdafa5302df26df4f147b0d2efb6064389a1330c]

        adapt mapping lines to current isolang.cxx entries
        
        and some usage comments
        
        Change-Id: I264d6e1ed52046e58284a2090eff3e8911c87f6a

2015-08-23  Eike Rathke  <erack@redhat.com>  [304ce084e94c92d1b44b16ec1fd9d48dc24019c1]

        new list of [MS-LCID] rev. 7.0 2015-06-30
        
        See http://msdn.microsoft.com/library/cc233965.aspx
        
        Change-Id: I5b86a309049806c2c67fe185acc421bf20de89cd

2015-08-23  Eike Rathke  <erack@redhat.com>  [eaa60ff1806a1cd75406c00628c875a647b0ed29]

        Russian Moldova ru-MD, mo-MD merged with ro-MD
        
        Change-Id: Id168238f85fcec6ead008e0757c584dfd4326883

2015-08-23  Maxim Monastirsky  <momonasmon@gmail.com>  [0eda6093121f09f0151500a806ba2b6551bd7050]

        tdf#84277 Use the same logic for native separators
        
        If in some cases we don't want a visible separator, I can't
        understand why it shouldn't apply also to platforms that
        support native separator drawing.
        
        Change-Id: Ib88bece62cfbb092808f3257a7ba9bd63f4cb1d7

2015-08-22  Michael Meeks  <michael.meeks@collabora.com>  [f2f97ec5bf4f2808544bef5eb583ed4d424acfa9]

        tdf#93077 - basic dialog localization issues.
        
        Don't remove non-existent languages to clean the dialog.
        Avoid crashing when adding languages to a non-localized dialog.
        
        Change-Id: Ie356177e00e56c214727d513ae0ce6d62d32591c
        Reviewed-on: https://gerrit.libreoffice.org/17929
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-22  Michael Meeks  <michael.meeks@collabora.com>  [1ce2375b17912622e6db4c2c81afa24527a0104b]

        tdf#93188 - avoid crash in media player.
        
        ToggleFloatingMode can be run during dispose, and should handle that,
        thanks to Maxim Monastirsky for the analysis.
        
        Change-Id: I72c5aff9b75fa2c1b6795e239370244dafdafae2

2015-08-22  Khaled Hosny  <khaledhosny@eglug.org>  [26f3a6470336644988de1f8a76d982dae4de67ae]

        Remove bogus ligatures from OpenSymbol font
        
        http://nabble.documentfoundation.org/Bogus-ligatures-in-OpenSymbol-font-tp4157549.html
        
        Change-Id: Ic9da9f9234dfc945324f38407df4094eb91038c8
        Reviewed-on: https://gerrit.libreoffice.org/17913
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [7fa5f876fddfd4baeff01d74d26cbf1dc4607d18]

        mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: If0eccdcb56f8196db5eea539eb54dd145ac57a8d
        Reviewed-on: https://gerrit.libreoffice.org/17918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-22  Caolán McNamara  <caolanm@redhat.com>  [3230c8cf1cf2dc486f038d369e7f4f44ffd6b0a7]

        check that src index is in doc range
        
        Change-Id: Ic81e7a14701ff30aa46a9293dd6db351bd350ba5

2015-08-22  Michael Weghorn  <m.weghorn@posteo.de>  [7e318570dc0c0878bfd2a960230a26f7e5fe2bcf]

        tdf#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ie492fb9c106b37c3fe7b0105236ad6315f4f159e
        Reviewed-on: https://gerrit.libreoffice.org/17921
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-22  Michael Weghorn  <m.weghorn@posteo.de>  [25accda781bc0bc79ca2e887c54ca981068bf407]

        tdf#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I6ab170c4426494ab9fc53017f88e47fbfdbd9aad
        Reviewed-on: https://gerrit.libreoffice.org/17920
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [159bace378aefa5e48967f1e5089acef9a7f2378]

        Updated core Project: help  7a2cad733d9090afec58f6ac7cd9e97ca410a1fb
        
        <item>Start </item><item>at</item> -> <item>Start at</item>
        
        Change-Id: I45b5ab070d8b3ae2b76e9d32b73cdb9e1cb93551
        

2015-08-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6dfd601bb6cf3b8785d0e1f9558ffadc3e2c39d3]

        remove superfluous " at end of string
        
        Change-Id: Id5280f3ea136e061f4c1e21a60aeedf2d56d0bea

2015-08-22  Michael Stahl  <mstahl@redhat.com>  [79fb61efb847405fa47235002b52ee8efad5e339]

        tdf#92379: svx: don't overwrite fo:background-color on ODF import
        
        getSvxBrushItemFromSourceSet() is called once for each property of a
        frame style that is set, and the "solid" fill-style is set by first
        applying the BackColorRGB and then BackTransparency property.  So there
        is an intermediate state that has fill-style NONE but a XFillColorItem
        set - don't reset the color to white in that case!
        
        Apparently writerfilter generally relies on the current reset-to-AUTO
        implementation (loads of test failures), so for now limit the fix for
        when we know that a frame style is imported from ODF.
        
        (regression from 3d399b0e45720354fc64dc3d121ee486e01eff89)
        
        Change-Id: Ia987fe586ec819a1f3cd85acdbfb03c74ca0ec2c

2015-08-22  Michael Stahl  <mstahl@redhat.com>  [ece9da2f47def7ed5cd5e04add0eeb7a90a6e1b6]

        sw: translate that
        
        Change-Id: If218ecd47435c261de14bd5f838c1e54f826a6ab

2015-08-22  Michael Stahl  <mstahl@redhat.com>  [2ea45a407e2538e07dfbe17ae95cc5d4801aa7e2]

        tdf#93240: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I7bc614dc45154c8dd5a7d3948f2129e5127876b3

2015-08-22  Eike Rathke  <erack@redhat.com>  [395e67764c412acbefeb92d1d2a8cb097c18b7fd]

        disentangle the Dzongkha mess a little
        
        As per [MS-LCID] rev. 7.0 2015-06-30
        
        Change-Id: If4980d2b1149d93b39e5b57f5741bbdfb5680516

2015-08-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [11b8a74d78e018c67217c05d83bd4947869e535a]

        tdf#93437: Calc RefDialogs were never actually destructed
        
        as ScTabViewShell::CreateRefDialog was still holding VclPtr
        reference to them and never released it -- regression from
        commit 087f7fe50b03307e2d9202365886e8c37bd7e6e3 which is hereby
        reverted.
        
        Now it is *DlgWrapper holding the reference (via
        SfxChildWindow::pWindow) and dialogs get properly destructed
        when SfxChildWindow dies in SfxViewFrame::SetChildWindow(0, false)
        
        Re tdf#91125, it turns out that the follow-up commit
        06ecf7d2aebe64226142ee27c2512351960f8bb1 is actually enough to
        prevent the crash.
        
        Change-Id: I895825da59aabc7c0de530ecb528b9bf5acde562
        Reviewed-on: https://gerrit.libreoffice.org/17899
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-21  Michael Weghorn  <m.weghorn@posteo.de>  [373e71ee65a90daa9a27ff5bb7a3d6c867e4f393]

        tdf#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I97726ed32e5aa92e7da7d248380a78b1b201e46e
        Reviewed-on: https://gerrit.libreoffice.org/17912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-21  Ashod Nakashian  <ashodnakashian@yahoo.com>  [d0489d0827fc6cef04d0f3602023d82ceda82480]

        tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo
        
        In paint bucket mode the user can undo by right-clicking.
        Undoing, however, is only possible after the first paint op.
        After undoing is enabled, the user can undo indefinetely by
        righ-clicking. This is not consistent and can be confusing.
        
        This patch tracks the changes done after entering the paint
        bucket mode, and allows the user to undo them using right-clicking
        until they reach the first operation before entering this context.
        
        Because the user can undo/redo using other means, the patch takes
        it into account and will reset its tracking to accomodate this.
        
        Ultimately, the user is able to make any changes in paint bucket
        mode and undo them all by right-clicking, but no further than that.
        
        Change-Id: I93380fb60db83aee37a1d324218ba6ab1700a2e5
        Reviewed-on: https://gerrit.libreoffice.org/16951
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-21  Varun  <varun.dhall@studentpartner.com>  [4ffbf64fd8f08170f773523a19068fb3039e87ba]

        Added Test for tdf#77342 copy/paste of footnote cross references
        
        Change-Id: Ie5d24f9a24be6e2b572f36b1776fc48d445827ce
        Reviewed-on: https://gerrit.libreoffice.org/17878
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [6257ea7d925080c930748b5c1120971f3aabc44d]

        sal_uLong to size_t
        
        Change-Id: Ie1774045329f543c05316ba2acfa332e3b323c7c

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [adc5e7d554fb3ad1afc4fdd15021fb84be297147]

        ColorMask: sal_uLong to better types, minor code rework
        
        Change-Id: I426fa847038e7a6f788761242cb43e38cb355a36

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [aa62086495ecf3d5579ffc72df55698a9c943863]

        sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorError
        
        Change-Id: I62c0d073d6b22346b65e3560303d7fc9373bfc7e

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [e28c9ccb014df9616d7a3f3fa1f1b5866d836d94]

        There's no need to loop backward, in the end
        
        Change-Id: I2ef533fcc2ac29446a07b98ab34acf1887909c6b

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [2c3fcc57ea38ad3e4fdd6808343e82321ec0028a]

        Bail-out early and rework loops to use correct unsigned type
        
        Change-Id: If70d600e1253e9d9271282c361e7edf01314eaa1

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [b6d799b5489918817c1ba7689b305cf21fd654ea]

        Improve readability (minor code modification, formatting)
        
        Change-Id: I2ce0087493f53579f155f8c399909cdb542aa8a3

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3b3da8d98d56527c6522bfefe1d52e27740e10e]

        Force #defined constants to sal_uInt32 to reduce conversion warnings
        
        Change-Id: I3968bcd55ab4d0ff6215f76be242acc17cf5ccab

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [c80833fd0e092dbac42bfb2e3f7dc61a50191695]

        Use sal_uInt16, as required, and use < in for loop condition
        
        Change-Id: Iae44d45d749c6f51be72c0b2d16639c7287c42b2

2015-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [eb4cbea657b9038c488f1b1bcf5107cc226a6681]

        Silence some conversion warnings
        
        Change-Id: I676ed010576f3a24b193ffc6c28a319bcc5ac968

2015-08-21  Andras Timar  <andras.timar@collabora.com>  [4215bca95511af8e4ee96e3c8f521b35f638aef3]

        export 'Chapter' field type as 'StyleRef' into .doc
        
        Change-Id: I7e635c76b08636a9915cee30aaebb08fc854633d
        Reviewed-on: https://gerrit.libreoffice.org/17888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [ade2c591ec0877af2a1e274f26da4b93e13e3a88]

        add lwp to fftester
        
        Change-Id: I1b31d486de3964a1198fe34e355e9c9542c16c00

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [7c473eb7892c29fd43a6693b3e44de824532209b]

        Enable loplugin:defaultparams
        
        Change-Id: Ie0a17569d1216816fd6357cd2ba1e125d2172408

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [cbe115061aed6bcb5ea27b438059cddbd37ec441]

        loplugin:defaultparams
        
        Change-Id: Id81d6a9aeeb282acf9b961c1a0c7c3961bc17b72

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [732f69e623eb3f4dcb9aa5b9d778724546cdbb03]

        loplugin:defaultparams
        
        Change-Id: I900ddfbba7f58d4ed78a709170506222a1feb320

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [5684fbce646bfd6514e7857a9e79c02a89c5346d]

        add hwp to fftester
        
        Change-Id: Ibf819307905295580cb6a813f6d003a7dabc86b5

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [619d8ba56a80eccdbb262d6155607a3efc405334]

        support ww2, etc via fftester
        
        Change-Id: Iba9aeb909a23373c9c1524b647bc7a86cafb1fa8

2015-08-21  Eike Rathke  <erack@redhat.com>  [cbb675a6ccdbd8ac4f9a0af3eee7427b6b28fe92]

        MS finally acknowledged Cuba
        
        As per
        http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-LCID%5D.pdf
        from https://msdn.microsoft.com/library/cc233965.aspx
        Release: June 30, 2015; Revision 7.0
        
        So do the mapping from the now obsolete user defined LCID.
        
        Change-Id: I57cc5f4bb5d5b86d3c056123fdda9bb50b5b8968

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [7fdfba8ad95972686ba29667d6eb7d7c326a0b87]

        Missing #undef
        
        Change-Id: Ifd546c3dbc383fd6234c5a1b9ddce7701038823f

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [ecaba09c7e1109d3d29bb859722dcd2ef886e6f5]

        Use CONFIGURATION_LAYERS_DCONF
        
        ...missing from ecc617e797aa5ed329668114e54ec7ffa5c0e87b "configmgr: support
        reading from a dconf layer (WIP)"
        
        Change-Id: I4e9f2fd216a3ef49d0cadb6d5fa6b2517a6bcdb6

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [9a1dc37c343a4bc729900c219e3dca6cde9453ef]

        Spurious space
        
        Change-Id: I1ac90d4253230d55e289135da4e1837a3f2d42e9

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [53e3fb1d9337e450e926e163221fecaca13ea957]

        Generalize CONFIGURATION_LAYERS "winreg:" notation
        
        ...after 097292feab4fc3c064983e1dd08ac4bebe1fe216 "Add HKEY_CURRENT_USER
        registry integration" added "winuserreg:".
        
        Even though changing from the exisiting "winreg:" to "winreg:LOCAL_MACHINE"
        should be compatible, as it only ends up in fundamental.ini included in the LO
        inst set, play it safe it keep treating "winreg" the same as
        "winreg:LOCAL_MACHINE".
        
        ("url" is a misnomer now in configmgr's Components ctor, and should eventually
        be renamed to something more accurate.)
        
        Change-Id: Ifbcf3284d904490891642599468470d03547f92a
        Reviewed-on: https://gerrit.libreoffice.org/17891
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-08-21  Tor Lillqvist  <tml@collabora.com>  [50eda89e53914eb1272fffda8de4f15ac824a030]

        Let's not overdo the verboseness in this SAL_INFO
        
        Change-Id: I7b06d0ffe53c6ebf2b479951321dcb37cb22c355

2015-08-21  Eike Rathke  <erack@redhat.com>  [b1aba5781af8a5e5a1ba88d525b2463063878ec0]

        Resolves: tdf#93468 add Arpitan (France,Italy) [frp-FR] [frp-IT]
        
        Change-Id: I3a50722f07f4dbaf89b4e8829dea7b41b829c038

2015-08-21  Tor Lillqvist  <tml@collabora.com>  [ba815705e30d190e9d6c2fdf202a0bdbf7be5ea0]

        Error handling
        
        Change-Id: I46e5463aaa5cab41cd69c13314ee98a0c73e7ba2

2015-08-21  Tor Lillqvist  <tml@collabora.com>  [dc0167c2635c8a6d925df96c250c3412fac1a8fb]

        Make vertical fonts show up when using OpenGL glyph caching
        
        Change-Id: I6b19873eef48b625dc3d4f7b3a9afdb348189b38

2015-08-21  Noel Grandin  <noel@peralex.com>  [0ab1e76a29bbd667a208d63e3b6fe207d32d8374]

        loplugin:defaultparams
        
        Change-Id: Iaf6415d3b33a4ce195a00913a0df69f1fb794217

2015-08-21  Noel Grandin  <noel@peralex.com>  [123ee9606938abc2be03ab7d35b66544141ade64]

        AutoCorrect methods result in ambiguous overloads
        
        When actually using the parameter defaults.
        So just remove the defaults.
        
        Change-Id: I02dbffcd87a3a07382cb10655d46e7d0312f4e51

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [d0813b432f94d214a6961cb6a1eb11f65399e59b]

        avoid hang in certain ww6 docs
        
        Change-Id: Ife15f6a6e4b31c6e226a154dd708290266e86a2e

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [e0ad897e40e57ab81fc0a18e8f907594f17b7430]

        afl-clang-fast++ seems to miscompile this
        
        doesn't harm to swap the order of comparisons, and include the failing testcase
        for reference
        
        Change-Id: I38399cca8f6085704ee714faa04fbbf283138c3d

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [0030efe09ad9447933ac3b1875c270ed1649aee7]

        don't crash due to earlier short reads
        
        Change-Id: I682a9bf72cbe18999c0c5acc495e813727e0e372

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [6405203750f7f779a3655bc5f415e8e0a2071d1b]

        fix another ww6 crash
        
        Change-Id: I47b4ffb1d96041d51dde313c080ed1d9cd4000be

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [773d5c69261f0b2511c7a0124804449bf664bfb5]

        remove last WeakImplHelper8 uses
        
        Change-Id: I7ecadedb77832fb3073870880dbfba121fdae826

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [75899a2b57ae54ac7d9d2ae27183c915ee238455]

        remove last WeakImplHelper10 use
        
        Change-Id: I7b58249a93b5014d3e930bc5d041d8d80aed6512

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [67169b65d0ffb8c44f84b483618c285bf17a6b54]

        Support "finalized" in dconf layer
        
        Change-Id: Id33e21b01d8898ea9ff49bc7cc59b573580ab88d

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [ae0cd13fa3b4468997aa66ae569f724e8fbbd372]

        remove last WeakImplHelper12 use
        
        Change-Id: I804132abe01ef3a54e6824d415e19c7edc8039cb

2015-08-21  Michael Meeks  <michael.meeks@collabora.com>  [61c0c81caeb97dad0ed5bd201d06ad4e27f618c2]

        tdf#93569 - restore ACT_ABORT distinction.
        
        In order to handle signals, we need to have ACT_ABORT in place
        and distinct from ACT_SYSTEM.
        
        cf. if (Signals[i].Action != ACT_SYSTEM) during setup.
        
        Change-Id: I8c69d48244ba462f2e2385a530cbbf4740ccee9a
        Reviewed-on: https://gerrit.libreoffice.org/17889
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [6071feec26743dacff1060658e57d5cf62cde2a8]

        if read string was truncated, then truncate attributes range to match
        
        Change-Id: I3501d31e0310481a5872e537bf53ad2faaf25779

2015-08-21  Tor Lillqvist  <tml@collabora.com>  [d08479edf59ea8b2390f6dd83b644883781f09bb]

        No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhere
        
        Change-Id: Icab5608900108c89e649e78a2e35d02e941d0ac0

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [42a709d1ef647aab9a1c9422b4e25ecaee857aba]

        add ww6 test dir and fix a crash
        
        Change-Id: Id08176640672095c03e0b124cd65a9dce26ac2db

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [fe6c124da752c784c8c9578923a0033a77d3c5b3]

        Remove demonstrated-useless comphelper::compare
        
        Change-Id: Ifd1b38afb963255b76f0d821eb46e4c6a972128a

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [5ff8f80a27b08ed6b3c12e354080c6ea1b90b6ee]

        Demonstrate comphelper::compare is useless
        
        Change-Id: I03de2d02f4814bf3425f7278ec91ed1e3b4ce1a0

2015-08-21  Noel Grandin  <noel@peralex.com>  [d163e206a773f34435cf73dd65901f851d6d6964]

        loplugin:cstylecast, put the CastKind info back
        
        Change-Id: Ia438d3a383cdc6c0343fa116488730a130f634af

2015-08-21  Noel Grandin  <noel@peralex.com>  [54f1a882ccd8895a72abc05665591de9b06335ad]

        fix my previous change to cstylecast loplugin
        
        in commit 5a58e809fceada72cecc389588bcd792eb3d8105
        
        Change-Id: I43c7fa9dda04a11a9a6424b461b3915da968fe27

2015-08-21  Noel Grandin  <noel@peralex.com>  [3d614a639e8b46f9197cd0d74c306fcfa9bb7e45]

        loplugin: defaultparams
        
        Change-Id: If1d183f32079548645b4974a16161dc997c026b7

2015-08-21  Noel Grandin  <noel@peralex.com>  [fa12df37f42994cd172ec62be936e84ab01a6cf7]

        loplugin: defaultparams
        
        Change-Id: I74d5ce7a23b87bed2ecffc8351dc15a9f0a68ed7

2015-08-21  Noel Grandin  <noel@peralex.com>  [b0dcd6dbad43c1f7e45240687735b1127acad3ec]

        loplugin: defaultparams
        
        Change-Id: Id6466f7c6d333ecf157c1de4197df394b60d0627

2015-08-21  Noel Grandin  <noel@peralex.com>  [6c5fa17611b8f8f3c94473eabd768f310de3e7ff]

        loplugin: defaultparams
        
        Change-Id: I2315996f0fa147615554baf8607882eb32af2f34

2015-08-21  Noel Grandin  <noel@peralex.com>  [681172d27bc4d68429c61d68275612a45564eee6]

        loplugin: defaultparams
        
        Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35

2015-08-21  Noel Grandin  <noel@peralex.com>  [8d7c62e7d2a7d93b63f6603c3921ebbd4c96d4b7]

        loplugin: defaultparams
        
        Change-Id: I7a43882598ab3914f05cac7b24bd44fa72fdac6d

2015-08-21  Michael Meeks  <michael.meeks@collabora.com>  [81a49f68d61f984503b89e0766bea81ee4733d9c]

        tdf#93547 - add basic lock-down support for OpenGL settings.
        
        Change-Id: I0459c33ac5230899366dd756886d55fefbe01798

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [0208dc3b5d6611dbb3c88042322e4c83e1d0af2a]

        more tweaks for config-less load path
        
        Change-Id: I642de3af09231dd3fcdbd0b56ecb2c6a3c1e9c49

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [14a219560f0c9812b0df976c9cbe8f3c1a963a98]

        tweak config-less load path
        
        Change-Id: I1281f7df86e03cd5c9f646232637aeaa66d108ad

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [2c387e2018ec56dcec80600bbf50f6c8c43a2b62]

        allow differentiation between ww6 and ww8
        
        Change-Id: Ia2181b3e9d01661aee521a763b0f87c65e6bad0c

2015-08-21  Caolán McNamara  <caolanm@redhat.com>  [684a210dd44ba5bb239eb07842ced767059a3fb8]

        clip text to skip to max text available
        
        Change-Id: I5c5c033954d5b6f869a05f19f312f9330df74efb

2015-08-21  Stephan Bergmann  <sbergman@redhat.com>  [18e4f434d0cdb3c81cb90c7dd24ca3fefcca8d00]

        loplugin:externandnotdefined
        
        Change-Id: I482335ce6f9f0a4c1404109c7041ebf1c9108c8e

2015-08-21  Michael Meeks  <michael.meeks@collabora.com>  [d20e7e38641868bf14041f090b3668e0148904c7]

        tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.
        
        Annotate when we are in an OpenGL rendering zone.
        Check for this in the VCL signal handler, and force OpenGL off here
        if exception occurred inside an OpenGL code-path.
        
        Change-Id: I85a4b3d4a374593dc55d01a39ec4c7c3c262c332
        Reviewed-on: https://gerrit.libreoffice.org/17881
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-21  Takeshi Abe  <tabe@fixedpoint.jp>  [5a2d6bf3a94f127307d6a9464033b2226508ff38]

        linguistic: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I7a4df40d680ed9e10daacd01657df9666b8cc524
        Reviewed-on: https://gerrit.libreoffice.org/17868
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-20  Eike Rathke  <erack@redhat.com>  [4385e2d3c42b54390cb27546f7fa1a19fca8e8c5]

        the original author not only didn't like spaces but also not newlines..
        
        Change-Id: I26b1d6c3a3d4249a1f9c657d1e043e9eb5ec2dd2

2015-08-20  Eike Rathke  <erack@redhat.com>  [e1ebe5723833eebdb8e68f56d2075cb174d57398]

        let the edit selection not jump back to 0,0 for every keystroke
        
        ... which instead of an input of 123 resulted in 321.
        
        This Edit::SetText() has a side-effect that it sets a new Selection(0,0)
        effectively invalidating the previous selection. We reach
        RefEdit::SetRefString() also through notification of edit events that
        already handled the key input in Edit::ImplInsertText() and adapted the
        selection, the dialog then attempts to update all sort of argument
        fields, including the one that was just edited. Setting the identical
        text again confuses the selection and positions the cursor at the
        beginning of the string instead of the end when typing. Additionally all
        kind of invalidations and recalculations happen that were just correct..
        
        This somehow worked before (what change?), maybe just by accident,
        Edit::SetText() always set that new selection. However, calculating all
        the rat tail for an identical text is unnecessary and hopefully nothing
        relies on it. If something did, we'd need to remember and set the
        original selection here after setting the text, or adapt the believer..
        
        Change-Id: Ibe086f3620db921dc852280e73789218d81f5c39

2015-08-20  Michael Meeks  <michael.meeks@collabora.com>  [d8138cdd58a4f725bbfb50b8da3ef4927dd17a45]

        vcl: remove obsolete defines.
        
        Change-Id: Iaf99858f1175421f70986223695f3235f3a33905
        Reviewed-on: https://gerrit.libreoffice.org/17879
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c9598fa09655c3cdd6b8dec42e40bc46b701ba8b]

        update credits
        
        Change-Id: I5371c4e6026e4a6c72d1eac806de672e63663702

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [77dc6b346ad56b38ec41dc39887388d86548b712]

        tweak config-less sysconfig path
        
        Change-Id: I9b93b740aab2e6e2a19612d8ec41e699c1032e9e

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [27dec7c2b1ce0a25ff42465bd4db8ecfc912ec73]

        afl-clang-fast apparently miscompiles this
        
        leading to the delete not getting called,
        which results in temp files leaking and eventually
        filling tmp
        
        I wonder if generic clang suffers from this ?
        
        Change-Id: Iecc266544b3c779026593a16e96bb1a2dfbe8328

2015-08-20  Tor Lillqvist  <tml@collabora.com>  [6cbdaed5b27e803be7b6190ca3f92698c48ac6e9]

        Adjust for the TA_BASELINE of the DC
        
        The text alignment of DCs is set to TA_BASELINE in
        WinSalGraphics::InitGraphics(). In the ScriptTextOut-using old code
        path this affects where glyphs are put, so we need to take it into
        consideration also in the new code path that uses cached glyph
        textures. Adjusting the position up by the ascent plus internal
        leading of the font seems to work at least for horizontal scripts.
        
        (We used to bluntly adjust the position up by the height of the glyph
        cache texture, which was too much. The glyphs got positioned too high
        and the top of tall ones was clipped.)
        
        Change-Id: I86aecd6f3016e14b2f0328555ddfd3129e394c4c

2015-08-20  Eike Rathke  <erack@redhat.com>  [f4fb9bec728a5e1ccd8466efa4d60f429478cefa]

        Revert "tdf#93437: Re-enable input after closing formula wizard"
        
        This reverts commit 808063ebe7d410eb7e370be1f5d8047377137dfb.
        
        As seen, the real cause is that ScFormulaReferenceHelper is never destructed because ScFormulaDlg isn't either.
        
        Change-Id: I45290ecd7932f4a6e607fc541837a253b8f86acc
        Reviewed-on: https://gerrit.libreoffice.org/17876
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-20  Michael Stahl  <mstahl@redhat.com>  [8cf79b567010ff885da1f6a121a4e9b2ef96fccf]

        tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I38f9140e565ab2a4d5dc7ad0c1d52837a5b5b67a

2015-08-20  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [959a5043ccb4bb027e0149a56d31ebb78d5eb862]

        tdf#92324 Fixed MailMerge printing with values from database
        
        Locking of ExpFields is required to lock current state of fields and database cursor:
        generation of print preview and some other operations can cause changing
        of current database record, especially if document contains nextrecord fields.
        
        Change-Id: If0466ef2489d96264380b5978ef7d7cf3f545c23
        Reviewed-on: https://gerrit.libreoffice.org/17857
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-20  Noel Grandin  <noel@peralex.com>  [cc8f854707d751a610dac5a993f7d21a88f63cd8]

        loplugin: defaultparams
        
        Change-Id: I463bbaf86b4a44e8bdf5388404730ab3dcd9b9fe

2015-08-20  Noel Grandin  <noel@peralex.com>  [eede7d8bbf955f09c15ad59c5994c469924019dd]

        loplugin: defaultparams
        
        Change-Id: I4c6b966a54e18cdbb0c64b6e93804a306b5d2638

2015-08-20  Noel Grandin  <noel@peralex.com>  [41e07fd9a1872498fce43edb4d392ae6b439cb56]

        loplugin: defaultparams
        
        Change-Id: I6019dea21b58ac8ba0dba5c7f6ca837716e19869

2015-08-20  Noel Grandin  <noel@peralex.com>  [2675fde1aace586300741207d0dfbf3d7deae867]

        loplugin: defaultparams
        
        Change-Id: I36c7086117112d35df98c05030c965c21d9330ac

2015-08-20  Noel Grandin  <noel@peralex.com>  [b8e48824bf5b71599c0b8604c444d653fad57e5a]

        loplugin: defaultparams
        
        Change-Id: If105665a016183f08a2be13366e5068060b5954c

2015-08-20  Noel Grandin  <noel@peralex.com>  [7d769f9df5b95d717f3cd045dbd8f82ff2de27a1]

        loplugin: defaultparams
        
        Change-Id: Ibf0ea539d2a95073a12f84964759d9c7a94baa7b

2015-08-20  Noel Grandin  <noel@peralex.com>  [0670872ce0d191cf93481215025cafd2062b8a8f]

        loplugin: defaultparams
        
        Change-Id: I54b72087ea3f38b2430c3c62aaff195bbd301b99

2015-08-20  Noel Grandin  <noel@peralex.com>  [18793ae6a2d537b2546a3b9b1659a4cba63f1b80]

        loplugin:defaultparams
        
        Change-Id: Ie989fe233fc3295fb1901881b59e506ef340ffea

2015-08-20  Noel Grandin  <noel@peralex.com>  [c53b880f0058889f9f4850bb474323213cd49c81]

        loplugin:defaultparams
        
        Change-Id: Ib7a4be246e5d82f5a704a188f8b950f187d04138

2015-08-20  Noel Grandin  <noel@peralex.com>  [b0f205a33da99da3c8b4a376eecf395bbbc2df3b]

        loplugin:defaultparams
        
        Change-Id: I52a79d3e84c832622fa4be32856d7dbb496b4d67

2015-08-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [808063ebe7d410eb7e370be1f5d8047377137dfb]

        tdf#93437: Re-enable input after closing formula wizard
        
        Input was disabled on opening the wizard (in ScFormulaDlg ctor),
        but never enabled again. Row and column headers seem to be
        more sensitive about it than e.g. grid window and they then
        just discard mouse events ...
        
        Change-Id: Id27757fb1b3a8b96ad1588354f016ac55d71cca2
        Reviewed-on: https://gerrit.libreoffice.org/17872
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-20  Noel Grandin  <noel@peralex.com>  [885418c0d7e95790e6bf7acf9245bb988fb09311]

        remove dead comment
        
        Change-Id: I244e52ec494546383dcb1981c41f2d388ae7d85a

2015-08-20  Tor Lillqvist  <tml@collabora.com>  [51ff7e7a53afb14d5b01c00a37a2ea2c97431f4d]

        Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecade
        
        Change-Id: Id023b43e901b0e41ebf3b208c6e80fd023bf7f9a

2015-08-20  Michael Stahl  <mstahl@redhat.com>  [9c161b223a50120f23b7e84b372c3dfcd4177f81]

        offapi: add missing #include that could cause trouble for SDK users
        
        ... as reported by ccsheller on IRC.
        
        Change-Id: I416b31d15388be28ca493f1f147c7786f339e6cb

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [248e6c2f22a780cbdb35d5be4dc3d32d71b878ef]

        more no-config shortcuts
        
        Change-Id: Ieb3ae2d0e99e77b23e6826efdf51de56f3543865

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [721f5b054e013cc2867051bef75d6488fdb583a8]

        sanitize lcbCmds length
        
        Change-Id: I795ac35c80d7b61d7a9afbeae0d6d4bb789e16f8

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [170ff56b1b99ec451e9adbc9ae9c2a94dd47a692]

        it's no use to check for stream status after a seek
        
        seek resets failures, need to check after a read
        and before a seek
        
        Change-Id: Ia249e258c51af5efc838f92c4ead6237b403c701

2015-08-20  Laurent Godard  <lgodard.libre@laposte.net>  [47d1cb09e6bcf8b044d15fff1be9b76fe72524b0]

        avoid autocorrection misreplacing
        
        takes the last token in case of chained "." instead of the first one
        
        to avoid
        
        aa.b.
        autocorrects (wrongly) to
        aaaa.
        
        Change-Id: Ibca68850282a0d3aec67ca518bdcbf1da676e155
        Reviewed-on: https://gerrit.libreoffice.org/17858
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-20  Noel Grandin  <noel@peralex.com>  [930c7fb43aa97d9e64769d5d04f3cda1d76f9cd4]

        XTransferable2 should be including XTransferable, not itself
        
        Change-Id: I5790c949354434fc3661520c9038fd90e1b182f4

2015-08-20  Noel Grandin  <noel@peralex.com>  [6f9ecd154a5812fa4757f8f4f408c80f671b2850]

        loplugin:implicitboolconversion
        
        Change-Id: I8d44cca45340bc6c204308cef7e17907ea7a7c67

2015-08-20  Noel Grandin  <noel@peralex.com>  [77634c4cfd25f3849419f943921e53f80dfd1799]

        loplugin:simplifybool
        
        Change-Id: I7bb930f3b062dda9e46f517a1ea1dacb0d64de7f

2015-08-20  Noel Grandin  <noel@peralex.com>  [c06108b880e144e5ad56e35f842ad15f05b6e899]

        implicit conversion of NULL constant to 'nullptr_t'
        
        Change-Id: I98f8df3f27fbd520f0bfbbb39c0e3cc5fa892b0d

2015-08-20  Noel Grandin  <noel@peralex.com>  [5a58e809fceada72cecc389588bcd792eb3d8105]

        loplugin:cstylecast
        
        and improve the error message in the plugin
        
        Change-Id: I8719832a48e14c132f463340fbbc537845f82b0b

2015-08-20  Noel Grandin  <noel@peralex.com>  [fb2ad7ce2d201d9d2504274ad7e1bd0e803d9902]

        new loplugin automem
        
        find places where we should be using std::unique_ptr
        
        Change-Id: I5b9defe778fdc4738ecea381215396874db59e66

2015-08-20  Caolán McNamara  <caolanm@redhat.com>  [af6daec72b71b1d72a2555efdc5b2fb2e0ba2b90]

        more config skipping stuff and a tester tool
        
        Change-Id: I5e93a4c84b3a0940239213766eb24d21fb5fd649
        Reviewed-on: https://gerrit.libreoffice.org/17863
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00754461516416f8ee59ec97632bff84f4d9b155]

        make color button work in chart line sidebar panel
        
        Change-Id: I2148fd9953b283945d2a1bcf24dbc47964b659ae

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5cabc2c06d9e5dd7c414b79a5728420cf2eb43fe]

        make sure that LineColor is supported for data series
        
        Change-Id: I1ae96c7b6adf5a90f96d7dddc20d7fb241e78445

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e56be085eaf7e3a8e94bea0537ad6f2ae1ba6034]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: Ibf62ffa133aa4cde1836f7b7e735559c02ffb588

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [15fcf82a116288a98460647786f603b30f0123bb]

        also need to call updateFillColor to get the UI in order
        
        Change-Id: I689d84ef58faeb4b36159c6370b5e97a13d39736

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89c03990a8be2101632b872a5d21b276f316a457]

        better warning message for failed panel creation
        
        Change-Id: I631120903f15256997e082e0d079da7c5ee9944b

2015-08-20  Michael Stahl  <mstahl@redhat.com>  [ce0bba5fc1090caa7fb80f1bcc6ce64f67f11238]

        tdf#93451: svtools: don't commit SvtMenuOptions too early
        
        Surprisingly SvtMenuOptions_Impl::ImplCommit() does not actually write
        m_eMenuIcons for "ShowIconsInMenues" but something read out of
        Application::Settings(), which appears to be deliberate (i#95318).
        Whatever sets that does it after SetMenuIconsState() is called,
        so keep the SvtMenuOptions modified by not calling Commit().
        
        (regression from 765f6211b1371c1e40de386e715de6b3d1a8df86)
        
        Change-Id: I368b65589d16753d80a1b9e9cc7d7df59c0f53da

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [acd818d9735a6fa4e38016b16ba7efc880058714]

        update the color button when we select an object
        
        Change-Id: Ib45a02248819c35844ef83435c33ab1c82f5c4dc

2015-08-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf7db8226240ca7f425cf649e164767988c80001]

        handle new color picker correctly in chart sidebar
        
        This implements the basics for that and implements it in the AreaPanel.
        
        Change-Id: I6d9e5012bbcc2c953d478a09a839f35f2ef64c5b

2015-08-20  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [32cbc98847acabf34755bc8dc4ae3200099c2026]

        Fix up some icons in calc for LO 5.0

2015-08-19  Daniel Robertson  <danlrobertson89@gmail.com>  [6038ba92be0a4c821ffa29ed0512905e4b3cd8f8]

        o3tl: cow_wrapper add move constructor/assignment
        
        Add a move constructor and move assignment operator for
        o3tl::cow_wrapper. Insubstantial gains for UnsafeRefCountingPolicy, no
        atomic increment needed for ThreadSafeRefCountingPolicy's move-ctor.
        
        Change-Id: Ia2de1ca78b1e0e5a0f30535e752f1dd858fdfef0
        Reviewed-on: https://gerrit.libreoffice.org/17848
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [082a7faeedb03c790ba5fe03b466b7a45a822c35]

        sc: replace boost::ptr_set with std::set<std::unique_ptr>
        
        Change-Id: I966069726fd7dbc57e03e93514bec62d8bbb2ba0
        Reviewed-on: https://gerrit.libreoffice.org/17862
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [f15cbf2451d08ccddde9643c9f926a322f9f9917]

        sc: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I2a56ebf8edb30b5f16e09237f9480484a699170e
        Reviewed-on: https://gerrit.libreoffice.org/17861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [b5ae7dbc871df57686a603dfa99e8179a0e3a4b8]

        sc: replace boost::ptr_set with std::set<std::unique_ptr>
        
        Change-Id: I93bdb33a442a358b0067d57499b11d73bfbaa2d9
        Reviewed-on: https://gerrit.libreoffice.org/17860
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [013efe75eba3d209a7bd072d608126dac6fa191c]

        test: hack to avoid VCLXToolkit calling CreateMainLoopThread
        
        ... for the PythonTest, similar to what vclbootstrapprotector does for
        CppunitTest; actually no idea if this is a good idea or a bad idea.
        
        Change-Id: Ia4e2e50fdc9c8deb9faf580a2f3f3308533265eb
        Reviewed-on: https://gerrit.libreoffice.org/17540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-19  Caolán McNamara  <caolanm@redhat.com>  [f0e90c712b701b2d3b4f4725dfbed8c5ea924b0f]

        for testing allow disabling configmgr for time critical paths
        
        Change-Id: I83396e7c90d3b182f353a77c9bdf06fd17af92a1

2015-08-19  Caolán McNamara  <caolanm@redhat.com>  [b27417623835b1c82475783979a1fb9656b5155e]

        crashtesting: failure on ooo82676-1.sxc import
        
        regression from
        
        commit b3abc191e24bd2e812836257024d14557a6238ce
        Author: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
        Date:   Wed Jun 17 15:15:07 2015 +0200
        
        Change-Id: I44cfd85e9f7be65929281169fd297252e00c7317

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [a4de770bab5e05af42dcd790b1e4a54fcc758e6c]

        comphelper: reduce copypasta with UniquePtrValueLess functor
        
        Change-Id: Ib93b818eeebc2f370535d1b061beabf7e8c65257

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [58c3bbfd467b93d133e00789afcd7a00a3f53895]

        comphelper: remove unnecessary include <stack>
        
        Change-Id: I39295d69dd8a48f0f40275830cb6fda4ca0b69f3

2015-08-19  Michael Stahl  <mstahl@redhat.com>  [37039980981355fc65c5b871d07b336486baa7d6]

        sc: these are ptr_map not ptr_set
        
        Change-Id: I55848b3fedae79d714c8341fd84d505cb83a7c2c

2015-08-19  Maxim Monastirsky  <momonasmon@gmail.com>  [086fe6f1e87c575ad5480c4ee9676aa2af6d489d]

        tdf#93293 Fix inverted condition
        
        Regression of ece8699f8f22f6bae137c601bc29b83b75dc3bf3
        
        Change-Id: I1aac18dcb469b30de625c5cbfb5b0dd27fe33364

2015-08-19  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [65b5031d2f8fc84703333238bb8c3f9ac14210ab]

        Add footnote and endnote icons for LO 5.0

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [c5425d5005ae8d3078aa4fffb9216228dc2040fa]

        Still more hacking on OpenGL glyph caching for Windows
        
        Show the whole height of the cache bitmap after all (when SAL_LOG
        contains vcl.gdi.opengl). The interesting pieces are often at the
        bottom, like the tip of the hook of the "j" glyphs that used to bleed
        over into the preceding glyphs, usually "i", when they were rendered
        into the same chunk.
        
        Add more space between glyphs and at top and bottom of the bitmap, for
        anti-aliasing. The glyph ABC widths don't take expansions caused by
        anti-aliasing into consideration and are misleading. Hopefully
        anti-aliasing can expand the (partially) painted pixels of a glyph
        just one column/row in each direction, but for safety use a two-pixel
        border. (Defensive programming, eek?)
        
        Some getWidth() instead of GetWidth() etc craziness. Using
        <tools/gen.hxx> types truly is programming-by-coincidence as Thorsten
        says.
        
        In a dbgutil build, setting the environment variable
        VCL_GLYPH_CACHING_HACK_NO_ANTIALIAS causes the code to turn off
        anti-aliasing for the fonts used. I used this to verify that it indeed
        was anti-aliasing that made the ABC widths inconsistent with
        reality. Not sure if it makes sense to keep this code in?
        
        Anyway, now I don't see any leaked pixels in "i" glyphs any more,
        touch wood.
        
        Change-Id: If527343ff1dcdb1fa208cd5e7fa4d08f812d0d7b

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [a8d3a1048f414424018f98a1c03cccc42d57bcae]

        loplugin:literaltoboolconversion
        
        Change-Id: Iad48cf4949cb4a398a8abee32febaf8e152dade5

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [ef1556416adb5ee88b9560e430281e7ce480da32]

        Avoid css::uno::Sequence<sal_uInt8> (which is not a proper UNO type)
        
        Change-Id: I887c358161f7ac4032b9ad9166ff16aa0b19eaa1

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [63de6ba249a0e4349b66442821ad73aff71f25d8]

        There is no css::uno::Sequence<sal_uInt8> in UNO
        
        Change-Id: Ibf5095fea20314180a4e002295c89f570d66d45f

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [39ce314c12e3570c074475c7809c3b37b2241c41]

        comphelper::isA(Type... -> Type == cppu::UnoType...
        
        Change-Id: I1bfb99b1715a907a03af5a30df6c7a41f91fd2fb

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [884e970b8c5b56b640eac1120522f77aac0eae60]

        Remove unused comphelper::isAReference
        
        Change-Id: I7033e1e60f67e93a31d19ea08513982643dd61ae

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [d0f18382c59a54fcbbe8419b43e264a0c48fa6ec]

        comphelper::isA(Any... -> Any::has
        
        Change-Id: I4fdc77c6fde93d9d1ee814f7614a1c4c81e18247

2015-08-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [7a57765241b8e9b57273f7548445ea57a1f44401]

        Bugfix test for tdf#77431
        
        Change-Id: I2120ed72c281d2078e387f7f3ae91004ad95822c
        Reviewed-on: https://gerrit.libreoffice.org/17855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [d21260cdb6e6fa898ed90bafb41ba4fe5dd3140c]

        Remove two silly typedefs
        
        Change-Id: Ia7de1cebf6009e770ca1b96bab6d5e121573ccc1

2015-08-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [9528fb4a6adb2116a287653cfadc208e6c970fbc]

        tdf#77431: Move setting sheet visibility to finalize phase
        
        and thus fix xlsx-specific issue that 1st sheet can't be hidden.
        Also kill some UNO in the process.
        
        I'm not sure if guarding against all sheets being hidden (by having
        at least active sheet visible) is absolutely necessary, but better
        be safe than sorry.
        
        Change-Id: I4ad21d223b2effe427ab1d5411c035886f6cc71c

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [5da0dce19caaf87a6fe53750a7e9ea5d564d6a12]

        Consolidate isFileUrl checks
        
        Change-Id: I1b74fdfaa09c4d0d6c296253958e83e78b546a9a

2015-08-19  Pranav Kant  <pranavk@gnome.org>  [520053459aa6a34b6d9ad52d97704399e5138d3d]

        Fix incomplete g-i annotations
        
        Change-Id: I2665a12251921523045f4071df88ca69ecd5a5c0

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [2d59ef47560ef06ecaef008ac13e2fea83153516]

        Make the pixel greylevel debug output work as intended
        
        Change-Id: I29cb771eb059f560b7cbd449257ffda581b40f11

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [8894f3cfa0c9d39198a1ec18e3f46e40f76a955b]

        Remove redundant check
        
        ...became redundant with previous commit
        d3d7cb989b8d3c7d8e9947511bf78e9aefedc490 "Remove ConvertOSLtoUCBURL."
        
        Change-Id: I08c436dec8ed661eae60a17723fc63e6aafb1f86

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [d3d7cb989b8d3c7d8e9947511bf78e9aefedc490]

        Remove ConvertOSLtoUCBURL
        
        "Not all OSL URL's can be mapped to UCB URL's" might have been true in the days
        of vnd.sun.star.wfs, but I can't see any good reason for this functionality
        today.
        
        Change-Id: Ia887531ee9fa70092766406cee1fc8962576a8ac

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [236714e86c1c517d84d38395efabaf6e3793d196]

        Clean up remaining utl::LocalFileHelper::Convert...
        
        together with 58d68a1bc9146334376206ae7ba8b1a6594a1040
        "ConvertURLToSystemPath->getSystemPathFromFileURL" and
        28f3464a571a23a2c16bd0980e9021b95d011511
        "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those
        Convert... functionality with direct calls to the corresponding osl::FileBase
        functions.
        
        Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7

2015-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [e87c08babed9e3ac34908771fc95cab5386f01a2]

        lingucomponent: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: Ibe00b26512a4895a603a084f4e816c74b99894df
        Reviewed-on: https://gerrit.libreoffice.org/17850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [e00d41f76d6cae3a93c112117af01287eb003e0e]

        io: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Iad03db6b729a785ab8b29a69943fa45f5a36b21b
        Reviewed-on: https://gerrit.libreoffice.org/17849
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b83c4ea54c24e2ef8bfa899e3ba10c413bb0aa4a]

        vcl: document VCL_DOUBLEBUFFERING_ENABLE
        
        Change-Id: I209fbef9f2ee43031175b68bce86b51724dfeec7

2015-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1b0e36464a1b27cb7bdcea0e1c647f1e81b8d75]

        cui: prefix members of SvxGradientTabPage
        
        Change-Id: Id3d2e7b404c70307ecccc2571072b12229265cf6

2015-08-19  Stephan Bergmann  <sbergman@redhat.com>  [6d64afb31eefcbd8f1413aa30d952338e35771e4]

        Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrl
        
        ...given that vnd.sun.star.wfs is long gone.  Note that the old code could have
        behaved differently in that for one it could have worked for relative URL input
        (as osl_getSystemPathFromFileURL is allowed to accept relative URLs) and for
        another could have failed for some file URLs (for which
        osl_getSystemPathFromFileURL would return something other than osl_File_E_None
        for whatever reason), but it looks plausible to assume that what the call sites
        are really interested in is whether a given URL is a file URL.
        
        Simplifies those call sites that already have a INetURLObject instance even
        further.
        
        Change-Id: Iaee4595d933a760b8321e42414a9ef0865311833

2015-08-19  Noel Grandin  <noel@peralex.com>  [7f527276606f3b23c91f8c6ac00d744d6b9b3a06]

        replace hideous SfxSaveTabPage define
        
        Change-Id: Ie0931d378c72ff5aaa5d50006141eaa651281ba7

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [bbb24a3bd818892ca435444b63ba0ab82e383b24]

        Add SAL_ENABLE_GLYPH_CACHING
        
        Change-Id: I59dbfea2230012447732d12f732ad160a30908e7

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [239d4e0cbd7d0c4e3504528b8dcf5e10fbea9a0b]

        More hacks to glyph rendering for caching with OpenGL on Windows
        
        Change-Id: I934ad7453f35909f4c3ad999e33453b5b6032480

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [df42d08191fd76b38d58a317f9aca804e10df062]

        More hacking on OpenGL glyph caching on Windows
        
        Now text looks better, for instance the lower-case "t" glyphs on the
        Start Centre aren't totally weird any more. But for instance the tip
        of the hook of "j" leaks into the "i" texture. I guess I really would
        need to render glyphs one by one.
        
        Change-Id: I69ae2d2f7c559530bcfdfc1a4915503fcb3ab4af

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [b3c8095de5cf8c8030e3bac0532363def3070c3e]

        Add FIXME comment and bin an #if 0 snippet
        
        Change-Id: I0bbea4ef62c8e94d8b8f1bfb440712da5839e532

2015-08-19  Tor Lillqvist  <tml@collabora.com>  [d4ade4aeb60617b620faf21f08605b6feb069cce]

        Initial hack for OpenGL glyph caching on Windows
        
        Shows text roughly correctly, but many problems. Conditional at
        run-time on the SAL_ENABLE_GLYPH_CACHING environment variable in
        addition to SAL_FORCEGL.
        
        One obvious thing that needs fixing is making sure that the glyphs are
        rendered into the texture without overlap. Compensating negative
        values in the ABC::abcA and ABC::abdC width is not enough.
        
        Also, the cache should be changed to actually have "cache"
        functionality, i.e. entries should expire based on some criterion.
        
        Change-Id: I66a37d3354a09011a654f15a7d2bd8efaa14ad1e

2015-08-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f47f0e34a8122546f5c2093df279b5b026b1acc8]

        document some env vars in VCL
        
        Change-Id: I780e18b7afee470cff525904687746e163d30bdd

2015-08-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e0b0501452e6a72ba800ae9f536d766f8111ed78]

        vcl: kill 'special member functions' the compiler generates
        
        No need to spell out otherwise auto-generated functions.
        
        Change-Id: I1d2aec552df197f6656b0a495cef22696667dc4b
        Reviewed-on: https://gerrit.libreoffice.org/17846
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-19  Caolán McNamara  <caolanm@redhat.com>  [6b7354ae66db40246a09e00aa876443057655a43]

        for testing allow disabling configmgr for time critical paths
        
        Change-Id: I08021f18d53e1748927f8847649994f95252bbc2
        Reviewed-on: https://gerrit.libreoffice.org/17844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Varun  <varun.dhall@studentpartner.com>  [5120b3f30614f6e4988c512577da1d70be8d25b1]

        Added Test for tdf#74524 ODF import of range annotation
        
        Change-Id: I9e5d67026df1b3d79dda1158d35357a8dae47517
        Reviewed-on: https://gerrit.libreoffice.org/17843
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-08-18  Caolán McNamara  <caolanm@redhat.com>  [28f3464a571a23a2c16bd0980e9021b95d011511]

        ConvertSystemPathToURL->getFileURLFromSystemPath
        
        Change-Id: I1c60c60f9b5318626f42e33091920a4404fb6d1c

2015-08-18  Khaled Hosny  <khaledhosny@eglug.org>  [75a8b1cf84ac718aa1c8d671cd27b0b10307f50a]

        tdf#93302: Fix OpenSymbol %phi and %varphi glyphs
        
        The glyphs for %phi and %varphi symbols were swapped in commit
        81001f2c89e5932a8bfde26aacb9277b59146dff (back in 2009), as part of
        https://bz.apache.org/ooo/show_bug.cgi?id=105084 (see the document
        attached there), but no justification was given.
        
        Given the shape of the symbols after that change contradicts the ones in
        the Unicode code charts and other popular math fonts, I simply swapped
        them back.
        
        Change-Id: I0133a3d07df932f144ec5900103e11e27f174a5e
        Reviewed-on: https://gerrit.libreoffice.org/17822
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Ashod Nakashian  <ashodnakashian@yahoo.com>  [032e251f0fb80bb2400804d13a2a954cdaedf605]

        tdf#92036 - Writer infinite spelling loop
        
        The periodic timers fire when the current time exceeds the
        start time + the period. However, without reseting the start
        time, the timer would end up thinking it must fire immediatly.
        
        By reseting the start time when firing, the timer will
        only fire again when another period has expired, not immediatly.
        
        Change-Id: Ibd0311b12a514bfd558c0bd6ef83df8c89fd8c7e
        Reviewed-on: https://gerrit.libreoffice.org/17194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Caolán McNamara  <caolanm@redhat.com>  [58d68a1bc9146334376206ae7ba8b1a6594a1040]

        ConvertURLToSystemPath->getSystemPathFromFileURL
        
        Change-Id: I7dc0e1b596f80b8f0870aed1722f711bb287ec0a

2015-08-18  Caolán McNamara  <caolanm@redhat.com>  [bdc3053067175eea4d30d5ca6d304366174c9316]

        rBaseURL argument now unused
        
        Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f

2015-08-18  Varun  <varun.dhall@studentpartner.com>  [c89207eaa4ea1b55be46ea083cce174a373035b2]

        Added Test for tdf#74230 ODF export stroke and fill in graphic defaults
        
        Change-Id: I09c15c7d5c9eaabe81029506bc9091fac42af662
        Reviewed-on: https://gerrit.libreoffice.org/17840
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [954943308dd7229593280c23b0c3c7efd875c10a]

        Get rid of obsolete LocalFileHelper::IsFileContent
        
        vnd.sun.star.wfs is long gone---or what else could this have been used for?
        
        Change-Id: If39c9bdcb983f94206e0f58b7e1e8410fdcef089

2015-08-18  Mark Hung  <marklh9@gmail.com>  [8ead1423f10dee87967cbbbb5fabb2f26046bbb8]

        tdf#832525 - Wrong punctuation direction after Chinese characters in
        
        vertical layout.
        
        Change-Id: I6391e665db205545f0d660e3de826755c954f286
        Reviewed-on: https://gerrit.libreoffice.org/17836
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [c4fe12406040b3395d3964406073027bd4006243]

        Remove mention of long-gone vnd.sun.star.wfs
        
        Change-Id: I534da08398504697aa4ecff7838c6bd702dc8ea0

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [3d1e29c55b4322f6113842123e5c0ee43df03a16]

        Remove newly unused ucbhelper/fileidentifierconverter.hxx
        
        Change-Id: I7c272383ecb115e19699ed96bf5622d979403a01

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [7f8a4db4e387cbbde7cbcd9bd4d341817c0669cc]

        Simplify from ucbhelper::getSystemPathFromFileURL & v. v. to osl::FileBase
        
        (vnd.sun.star.wfs is long gone); pending further clean up
        
        Change-Id: Ie532c1d945c20a31f7758fbc0438e6b1f5d5c843

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [1ce99678e5647076da3c152f0b7350e5ddd410e4]

        Simplify from ucbhelper::getSystemPathFromFileURL to osl::FileBase
        
        (vnd.sun.star.wfs is long gone)
        
        Change-Id: Ica7d972c04cc065ffbd5debf72e1ec3eeb5c6c64

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [428586623cbcc4cee9f930db5980a63e6f9ec6e8]

        Simplify isLocalFile_Impl check
        
        (vnd.sun.star.wfs is long gone)
        
        Change-Id: I5e6659302d9ff3cd4e2ae4bb09066b73f842f17f

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [0b9b5f833cd8bb85437f2f89dcd3190eee1c161a]

        Simplify ZipPackage::isLocalFile check
        
        (vnd.sun.star.wfs is long gone)
        
        Change-Id: I3e25f1728504cbad07bb97187a7bac23b33695dc

2015-08-18  Caolán McNamara  <caolanm@redhat.com>  [cfa853c07fd4632fa40e62a5b4474c55d4588416]

        this debugging code can definitely use osl
        
        Change-Id: I420e7f242868a25a2f9a473c23c67dfd9a285b7c

2015-08-18  Michael Meeks  <michael.meeks@collabora.com>  [a5d5ce5dfa0f0cdd048192d60c70da575a6f1735]

        lok: namespace and re-work various types & helper functions.
        
        Change-Id: I36e2a01822883251f9556fcde0e0a9830356ac98
        Reviewed-on: https://gerrit.libreoffice.org/17833
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [1242a3a55ffb8c5716d0a6f2e17dadc1f2c02818]

        Remove obsolete getLocalFileURL
        
        ...vnd.sun.star.wfs is long gone
        
        Change-Id: I64da15a6c16e429aeda57c435e353891fb28f04d

2015-08-18  Laurent Godard  <lgodard.libre@laposte.net>  [6e403346634113f7b5d582774864baa4555b2843]

        null pointer guard if no user defined types declared at the module level
        
        Change-Id: I368a168c636e4029e9cd9bbe4a4df5d9b846c923
        Reviewed-on: https://gerrit.libreoffice.org/17834
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Szymon Kłos  <eszkadev@gmail.com>  [b28a2cb6823eeb9fefaa3432858fb3319e8b8bb3]

        resolved: crash while closing ImageMap Editor
        
        Steps to reproduce crash:
        1) Open Writer
        2) Insert an image
        3) Open ImageMap Editor (Edit > ImageMap)
        4) Close window
        
        Change-Id: I5f48345eb8ae8d2d1465082243348a8b2e8ccecf
        Reviewed-on: https://gerrit.libreoffice.org/17754
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Eike Rathke  <erack@redhat.com>  [1bea8310747b65516f40f6457ab1d174ef7ddce4]

        introduce temporary hard-recalc state, tdf#92749 follow-up
        
        This allows listeners to be setup and initial lookup caches to be kept,
        which were thrown away after the initial calculation as an interim fix
        for tdf#92749.
        
        Change-Id: I34068b3f6b833a46f3c526579efbdc342a2e71df

2015-08-18  Laurent Godard  <lgodard.libre@laposte.net>  [ba5fd0cc77d7d53004f46e4ca867a22d56c5baa7]

        correct wrong comments
        
        Change-Id: I6682248873bcd6302b1d8d041bbc2e19a8e0ba7b
        Reviewed-on: https://gerrit.libreoffice.org/17831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [c77e74747b289990d45fb9378323daf63c9f7a2f]

        Content of theIndexTable is known statically
        
        ...and initializing it on-demand in SvNumberFormatter::ImpGenerateFormats wasn't
        even thread safe (despite theIndexTable.maMtx):  While one thread was cleaning
        and then filling it in ImpGenerateFormats, another thread could also enter
        ImpGenerateFormats and clean it again (and only later fill it), and the first
        thread might use the half-filled table after it left ImpGenerateFormats but
        before the second thread re-filled it.
        
        Change-Id: Iba4e9d57519d2b288718b9cb2e6f7546ba2bd5df

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [207e2b573f87e48a2eb5a0c1146282696b5df285]

        nNewExtended++ values are all known statically
        
        Change-Id: I4134029257248c8eaea03354d043db2bb4cdba0e

2015-08-18  Michael Stahl  <mstahl@redhat.com>  [aa93151b9a740582732a06578e04b558beb177c2]

        configure, pyuno: stop claiming our python 3.3.5 is 3.3.3
        
        ... and adapt makefiles to automatically rebuild everything that depends
        on PYTHON_VERSION.
        
        Change-Id: If468183e59463503051c2a1526a905dbee9bf4cb
        Reviewed-on: https://gerrit.libreoffice.org/17818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-18  Caolán McNamara  <caolanm@redhat.com>  [f54f99febd25b1c86e77747764375a2e53f572c5]

        coverity#1316521 Dereference null return value
        
        Change-Id: I6ec19df7b84e3529ef00640560540fda445dc82e

2015-08-18  Mihai Varga  <mihai.varga@collabora.com>  [c5a516bd1bf0216ee39f31322369f6bffdf464eb]

        lok::Document getStyles method
        
        This method returns a JSON mapping of style families to a list of styles
        from the corresponding family.
        Will be used to know and apply styles in tiledrendering.
        
        Change-Id: I0aa395c40b9573920ade44255f97c077475ae5f1

2015-08-18  Laurent Godard  <lgodard.libre@laposte.net>  [0405975042e91e5cca56068ad0d16ad8ab910737]

        tdf#75973 : User Defined Types in password encrypted macros
        
        save/load basic script so that when executing password protected
        the user defined types can be rebuilt
        
        supports array and nested types
        
        a unit test in sc macros-test.cxx
        
        Change-Id: Ie127ea7ad9aea3353741048c00f1b3910c5517a4
        Reviewed-on: https://gerrit.libreoffice.org/17815
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Eike Rathke  <erack@redhat.com>  [f7e493229bd949066b4d8984dce7678b8687d1ae]

        Resolves: tdf#92749 invalidate lookup caches after initial hard recalc
        
        ... because the caches are not setup as listeners during when the
        document's hard recalc state is active.
        
        Change-Id: Ie7ec84ee64d046e3e55ce26b92824e94a2f660e9

2015-08-18  Eike Rathke  <erack@redhat.com>  [a962d699b044ee1688e914873c72337fa6217619]

        add a simple formula cell calculation chain dumper
        
        Change-Id: Ie6409724dcf0baa2f1d7dd62ed8d995f0374dbf1

2015-08-18  Laurent Godard  <lgodard.libre@laposte.net>  [ddb43837ca74295b848d3217064a2442b0a12b8c]

        avoid basic ide crash in code autocompletion
        
        due to code completion and user defined types
        
        type MyType
          a as string
          b as string
        end type
        
        dim aa as MyType
        
        typing
        aa.b.
        the last point led to crash
        
        remaining problem
        code autocorrection now shows wrong behaviour as
        aa.b.
        autocorrects (wrongly) to
        aaaa.
        
        Change-Id: I3e05680cd9d82f7dc124c5923f9858e22961896e
        Reviewed-on: https://gerrit.libreoffice.org/17824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [222f10e773ba51a19880be1b798990260c198147]

        tdf#93096 sw: fix selection with keyboard outside current view
        
        Regression from commit c9175a1bd3249ad573ae6827bf19963a3ebe2fbc
        (SwViewShell::ImplEndAction: avoid direct PaintDesktop(), 2015-07-03),
        the problem is that while going via InvalidateWindows() is fine for the
        double-buffering case, it has side effects when painting directly, so
        revert back to the old code in that case.
        
        Change-Id: Ib1e3b143f5cfe2c6ab8b102a1a2064900282f136

2015-08-18  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [482f0517083d13b3efb7d367b2f1f7a792fc6e47]

        cppcheck:noExplicitConstructor in webdav, serf version
        
        Explicitly add constructors that where previously hidden.
        
        The right implementation of what I did
        in aade7198d72bc4ddb18f10729b89f0435e6ca197.
        
        The explict keyword was added in 6343754e310a589cb49e2a1da0cd68472571179d
        
        Change-Id: I66f6ee51c8b51d93d6ac673e75555e13024e4b48
        Reviewed-on: https://gerrit.libreoffice.org/17823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [0a4c482a8aa2e421668a6607916c9656a3f18b19]

        i18npool: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: I0381de7fde198df74556355984bdaba2ecdedd4b
        Reviewed-on: https://gerrit.libreoffice.org/17768
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [370a26f7804d12da26abe007f1d80a00c4fdaeb4]

        hwpfilter: tdf#88206 replace cppu::WeakImplHelper*
        
        with the variadic variants.
        
        Change-Id: Ibfe59dc7631cf499f42ff998066ed73d1eb257b3
        Reviewed-on: https://gerrit.libreoffice.org/17767
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d74271bec86e13beca09e5c5f2842efd45756d9c]

        cui: prefix members of SvxShadowTabPage
        
        Change-Id: I68fa37f511c3eb7aec2bd2754afd1a47ac8d1e83

2015-08-18  andreask  <kainz.a@gmail.com>  [9eec11735cf929cbb5da72bc500e9ad1735c4bf3]

        Breeze: StartCenter icon size fixed to 32px tdf#93064 tdf#92242
        
        Change-Id: I3501c917f5916b49b7cda35b89cafcc27987d828
        Reviewed-on: https://gerrit.libreoffice.org/17820
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [26821b7e2eff4a7db22606f70daa3f3d442f7525]

        tdf#84323: Make osl::Condition::wait more readable
        
        Change-Id: Icd66ae1d390100549f903d45b2896cdcdca449be

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [6b7c23b3fb6175c04fcc3f1e12b34bedf5f4e5f8]

        Some oslCondition -> osl::Condition
        
        Change-Id: Ib2c98db9ffd5871b6422c05f0230bbe27d1ba729

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [88f12d9c7e58a3465f4d9a50fafb9e47fe67c537]

        Some oslCondition -> osl::Condition
        
        Change-Id: I57c10b14cd8a5ab821516575768891b66f834ca6

2015-08-18  Stephan Bergmann  <sbergman@redhat.com>  [2861d5bedcc1c4f57c69faf86c5b18ce15049d06]

        Some oslCondition -> osl::Condition
        
        Change-Id: I86cfbefd1cb8b22fca659a158b8e31d5c991de7a

2015-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [5d6ef74eea5d73b8cd17f313ad87138d56dc76ce]

        no need for pre/postmac in osl/unx/system.h
        
        Change-Id: Id96cc357ae4d8d064bb297a17d9033ffe8643df3
        Reviewed-on: https://gerrit.libreoffice.org/17821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-18  László Németh  <laszlo.nemeth@collabora.com>  [181a7b27acf29a2728be5a0eb3696796bc7df3da]

        fix broken PICTURE (group handling) of LibreLogo
        
        (a regression caused by the PyUNO changes of
        commit af8143bc40cf2cfbc12e77c9bb7de01b655f7b30)
        
        Change-Id: I62112555a997f8f57059de21e0f0b174f3c673c6

2015-08-17  Szymon Kłos  <eszkadev@gmail.com>  [8aff239993e803ece4a8de6102f5dd57b89133fd]

        tdf#93102 : resolved crash on enabling image contour
        
        Change-Id: I59a07a62573b8d472d15f8594473e8e8d1077589
        Reviewed-on: https://gerrit.libreoffice.org/17758
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Caolán McNamara  <caolanm@redhat.com>  [f51994efcd08af992fd9836b700a0c651b120813]

        cppcheck: noExplicitConstructor
        
        Change-Id: I4bdbcd9debdf6a385d3b6f199b71b09d7e27b0fa
        Reviewed-on: https://gerrit.libreoffice.org/17810
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Caolán McNamara  <caolanm@redhat.com>  [31344e41de6f526ace6f660dfe0cbd82a5083baf]

        cppcheck: various msvc_win32_intel fixes
        
        Change-Id: Iaa9e6e255596bbc47224688a465c31de3c88f78f
        Reviewed-on: https://gerrit.libreoffice.org/17808
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Varun  <varun.dhall@studentpartner.com>  [c5f2122f66cfbb1186fe8d77854edbcdccad9841]

        Added test for tdf#60967 deleting paragraph following a table
        
        Conflicts:
        	sw/qa/extras/uiwriter/uiwriter.cxx
        
        Change-Id: Idfb2e9dae026c639916cc5b919bc70ed8f15067f
        Reviewed-on: https://gerrit.libreoffice.org/17504
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-08-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ad1f0d1f1a195a00cf2ec2848745fdc6186bfbb1]

        o3tl: rename compat_functional header
        
        After the cleanup, the stuff there really stands on its own (and the
        remaining usage of select1st/2nd is more descriptive than lambdas).
        
        Change-Id: I0aba131d5dc550189f8130d167dc94167e404540
        Reviewed-on: https://gerrit.libreoffice.org/17806
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-17  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [9c4d75bea581266ccfc186da4db2c04901c9f862]

        o3tl: remove unused code
        
        Change-Id: Ia7bcb590ab5b535af8cacead1e8afd735c463aaf
        Reviewed-on: https://gerrit.libreoffice.org/17805
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-17  Daniel Robertson  <danlrobertson89@gmail.com>  [a811d6efe4e8e995102bb19f7a1d3008fc06be8d]

        slideshow: replace for_each with range-based for
        
        Replace ::std::for_each for a more readable range-based for loop in
        cases in which the function object to be applied by for_each is more
        readable as the body of a for loop. In addition, replace while loops
        with range-based for loops when possible and complex implementations
        of boost::bind with lambda expressions.
        
        Change-Id: I6adfb18197bd1b8627719adfca2e4c36d58a0e05
        Reviewed-on: https://gerrit.libreoffice.org/17786
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-17  Stephan Bergmann  <sbergman@redhat.com>  [b190574b6a0de3e26c6338324f74440ec0505bfb]

        tdf#84323: Make osl::Thread::wait more readable
        
        Change-Id: I33eb6970050a103404344c7f16dd33349c154347
        Reviewed-on: https://gerrit.libreoffice.org/15018
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c2b80066bf2fba4e7222fb7d30ac7d412539818]

        tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()
        
        This allows applications to request enabling/disabling of
        double-buffering of their VCL frame and all its children. It works
        after-the-fact, too: so in case the start center creates the frame and
        later that frame is reused for Writer, then Writer can turn on
        double-buffering, still.
        
        From a user's point of view, this means that next to
        VCL_DOUBLEBUFFERING_FORCE_ENABLE, there is now also a
        VCL_DOUBLEBUFFERING_ENABLE environment variable that enables a safe
        subset that is not supposed to draw directly at all. Enable this for
        Writer only, for now.
        
        Change-Id: Ie2cbf7d467eae2cee37fb58a1efc0a8984204408

2015-08-17  Caolán McNamara  <caolanm@redhat.com>  [a19e2064c09275e9b053cc6c13d319c1a5c1c992]

        avoid possible leak on exception
        
        Change-Id: Id3c16e5fedc5e57c8daccafa25bdb2fbbd0131b0

2015-08-17  Stephan Bergmann  <sbergman@redhat.com>  [6efbd4bb63e293080d0566664b1e33f6ffdf36e5]

        Do not unnecessarily break compatibility
        
        ...re 2c346d669648bdecbe4be0e6013af14abef2526a "tdf#39080 Hide Whitespace UI
        option added to the View menu."
        
        Change-Id: Ib2f364dba7a50854a11f004b42c7ee22ee10e48b

2015-08-17  Ashod Nakashian  <ashodnakashian@yahoo.com>  [2c346d669648bdecbe4be0e6013af14abef2526a]

        tdf#39080 Hide Whitespace UI option added to the View menu.
        
        Change-Id: I1f9ba9ef489159ca54db802393d958d7fd6ac8ff
        Reviewed-on: https://gerrit.libreoffice.org/17280
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Ashod Nakashian  <ashodnakashian@yahoo.com>  [17ac8354c97e107712d3ad59ab3140a8d0d3b78c]

        tdf#39080 Hide vertical whitespace when HideWhitespace option is set.
        
        Change-Id: I1d0a974a0b4b7053f59c23aa883bef61fd1df177
        Reviewed-on: https://gerrit.libreoffice.org/17279
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [1d1d5f9013399065e606d95f8bebaebe464c7e96]

        Move export tests where they really belong
        
        Change-Id: Ia231bd3e355c398d4ea3ef3d8adcd64b7074847c

2015-08-17  Ashod Nakashian  <ashodnakashian@yahoo.com>  [3e3c5369e87066a4bfdead5fc9dbfe128f84df52]

        tdf#39080 Added HideWhitespaceMode ViewOption flag
        
        Change-Id: I94ac57881dc3a3628413b9198ea750fdc282accb
        Reviewed-on: https://gerrit.libreoffice.org/17278
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9e872114fcb1beedf2f068d19bd4eda1854073a]

        tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequested
        
        The intention is that currently double-buffering is either enabled
        globally or not. Double-buffering is known to be working in Writer, but
        not in other applications, so it would be nice if double-buffering could
        be also half-enabled: only in the applications where it's known to work.
        
        For that, we need to differentiate between "we have a buffer" (supports
        double buffering) and "we want to have a buffer if possible" (double
        buffering requested).
        
        Change-Id: If48d6dc0ddf5841497e78b856d803cc8abf23ac9

2015-08-17  Eike Rathke  <erack@redhat.com>  [fe77afea53946f2869f3b6f830c8a9a1f3d2fe52]

        in Edit menu >Ed~it Mode< to >E~dit Mode<, tdf#93326 related
        
        For consistency with 4-4 and 5-0 patches for tdf#93326
        
        Change-Id: I41f88f72d6b284d82d6a664f1b0a59e6b9db9615

2015-08-17  Eike Rathke  <erack@redhat.com>  [4a6ebbe2509b98ce471d876f3153e858282557dd]

        use >F~ill Cells< instead of >Fi~ll Cells< in Sheet menu, tdf#93326 related
        
        ... because there's already >Insert Co~lumns< and hitting ~l again
        selects its >Columns ~Left<
        
        Change-Id: I2e8ec975bc3b164f41fc3377780694a67cbb6879

2015-08-17  Noel Grandin  <noel@peralex.com>  [a50cd18768289c65debeed5ec507cf37095365b8]

        make Control::ImplCallEventListenersAndHandler take a lambda
        
        so that we make the Link<> calls type-safe, without having to make this
        a template method
        
        Change-Id: I2e36bd6aa7c63440f72d266b593e101965b5ebce

2015-08-17  Stephan Bergmann  <sbergman@redhat.com>  [81908b38536be0764955fe73f200417b7955a91b]

        Clean up reinterpret_casts
        
        Change-Id: Idd25acf645af7f99e332ec1d5431f7988408675d

2015-08-17  Stephan Bergmann  <sbergman@redhat.com>  [f52e295a102a44a41cecfff39f79b4db144b4271]

        loplugin:cstylecast
        
        Change-Id: I32a9feb5851691b02475e9eb5dbb024d3330b232

2015-08-17  Stephan Bergmann  <sbergman@redhat.com>  [aeafca133405e4a5fdbe253f8dcd2019d6b6b2a4]

        external/apr: Avoid dependency on system uuid lib
        
        ...which isn't even needed, as apr only uses APR_HAS_OS_UUID for apr_os_uuid_get
        (apr_portable.h), which is neither used internally in apr nor by either of the
        two clients of apr in LO, external/serf and ucb/source/ucp/webdav
        
        Change-Id: I2e9d1f2640df0a8125ae2840f54488e77656c3ec

2015-08-17  Pranav Kant  <pranavk@gnome.org>  [a9b266aeea80423210618fe4c015e4791ceb1bc2]

        gtktiledviewer: Jump to cursor position when it changes
        
        Change-Id: If50ac0bd21e59b0e0639aa353513451e88ae2a9f

2015-08-17  Dennis P. Francis  <dennisfrancis.in@gmail.com>  [6a03b8ba75c2746d0391a3eb7354b36539c0053f]

        tdf#93392 leak when linking to external html data file with auto update
        
        Change-Id: I32d96b945ad0c2a0505418a0841156600570b301
        Reviewed-on: https://gerrit.libreoffice.org/17757
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-17  Noel Grandin  <noel@peralex.com>  [9bb2c28a1725e15988307fd0ac3b398596b70615]

        make Link<> typed
        
        Change-Id: I50e2b05131604a6073a9234d4319f12b3906ea6d

2015-08-17  Noel Grandin  <noel@peralex.com>  [23fbcf7da54fa7f0098a534c1a9add8efcb02f87]

        make Link<> typed
        
        Change-Id: Ie18b1dda4039b22370a53d0ad8092a4a8b3899d7

2015-08-17  Noel Grandin  <noel@peralex.com>  [83d9a900fd61d558cdae940ea1c6300bbeb7fab6]

        make Link<> typed
        
        Change-Id: If802b3ac113217251a9dc38ce1e72ca0fdf61038

2015-08-17  Noel Grandin  <noel@peralex.com>  [8cf544cb3a71598dcf98e6563b51d2e334c720d3]

        convert Link<> to typed
        
        Change-Id: Ib0bf56a0e642720ff5daafdfc2dc12809be87e43

2015-08-17  Noel Grandin  <noel@peralex.com>  [979b460faf310be202d627ebd31dd87e3308e4b9]

        make Link<> typed
        
        Change-Id: Iffa4bbb58931075679a60132d90c3b8be6a76cc2

2015-08-17  Noel Grandin  <noel@peralex.com>  [b49aed047cde78573ba4a3414301b7bc10fa43ad]

        maSelectHdl is unused
        
        Change-Id: I91d21f41c653bdc40299321b7633e6f87ccdce61

2015-08-17  Noel Grandin  <noel@peralex.com>  [f6dd3ca86263f6e350e9e5fcd62387e686e239da]

        make Link<> typed
        
        Change-Id: I14bac096b3060ecc5b80319643390dc724157feb

2015-08-17  Noel Grandin  <noel@peralex.com>  [dfcf7927022bc564b2e1416c5f83b976dec7ab33]

        maDoubleClickHdl is unused
        
        Change-Id: I3c3d1e0985e0aaedc59013faf3957986c5423958

2015-08-17  Noel Grandin  <noel@peralex.com>  [bd39e5fe35423e4ae6a47ad31c12631707e3b31f]

        maRequestDateInfoHdl is unused
        
        Change-Id: Icb1cc4ba3cf9de52c961c839cc750145cace8878

2015-08-17  Noel Grandin  <noel@peralex.com>  [05fe5c5d5ed537a777b45e788382a6ef41717b11]

        maDateRangeChangedHdl is unused
        
        Change-Id: I5408f0c6f26b34f52304bdb85d72bd07e410dada

2015-08-17  Noel Grandin  <noel@peralex.com>  [b8d627b6c030ba402b84dc099255eb5ce9b0257f]

        maSelectionChangingHdl is unused
        
        Change-Id: I90ad94d4500a3921359574b8238d3832ac4efe43

2015-08-17  Noel Grandin  <noel@peralex.com>  [8d54e96536a1fee037788f5576b8a52dbbb541e4]

        make Link<> typed
        
        Change-Id: If16adfa3310df94c79d1a4fe9a9bb4f4f56365f0

2015-08-17  László Németh  <laszlo.nemeth@collabora.com>  [ab936a4e4277e248a64faa702d4e889f69527b3e]

        tdf#93114 insert character: add missing recalculate for font selection
        
        Fixing missing characters (only characters of the basic Control font
        showed by Insert special character dialog) and freezing (when
        LibreOffice tried to replace hundred of characters [missing from the
        chosen font] during scrolling in the insert special character dialog).
        
        Change-Id: I8fd5bd233f16572eb2b740a8f8e7e8608c19d06f

2015-08-17  Arnaud Versini  <arnaud.versini@gmail.com>  [7985e5245a57b284e370faccffcaab47ba137f3f]

        BASIC : SbiParser::pBasic is useless
        
        Change-Id: I5aa041f78ea5685b996a6baf1d7bc22d5bd957ab
        Reviewed-on: https://gerrit.libreoffice.org/17782
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-17  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [aade7198d72bc4ddb18f10729b89f0435e6ca197]

        cppcheck:noExplicitConstructor
        
        Added a constructor and a method there were missing.
        
        The explict keyword was added in 6343754e310a589cb49e2a1da0cd68472571179d
        
        Change-Id: Iaff33eba8581dc201a8e899c7be024e87f8e6b0e
        Reviewed-on: https://gerrit.libreoffice.org/17781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5050704c3b8d9002217f232ed691f6eab70a8661]

        cui: prefix members of SvxAreaTabPage
        
        m_pColorList = pColorList;
        
        is hopefully more readable than
        
        pColorList = pColTab;
        
        Change-Id: I3981a9907fe3e772aec00b95477e109d42f72655

2015-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [047ebb1dadcc0219a268455f74fc03a23aa3d86d]

        tdf#93284 vcl: fix VirtualDevice leaks in the WMF filter
        
        We attempted to have 8884 VirtualDevices in parallel. This number is now
        12 after fixing the leaks.
        
        The original bugdoc has 135 images, 76 is enough to make Writer on
        Windows crash. The minimized document has the same WMF data for all the
        images, but still duplicated inside the ZIP container, so we trigger the
        resource limit, but the document is still just 99K.
        
        Change-Id: I4c6b3853eaf688302323daf67ff7b62dd64fc412

2015-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [42fc4f102bc848cf2d41ce33788c802af099b4d3]

        sw: use std::unique_ptr<> in bastyp
        
        Change-Id: I64909a408ff1c3537790e09e9b96f1ef467f96bd

2015-08-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [5109114856898a67f0538a2c04a73d41b0f2fc78]

        Put Line under tools namespace
        
        Change-Id: I7442848951c0d4579fb2a2a3eef3bfed7135aac4
        Reviewed-on: https://gerrit.libreoffice.org/17791
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [ef46917ff3163d3fdd5152bda5d16c4503b6ab69]

        Put Polygon from tools under tools:: namespace
        
        Polygon is one of these names that Clash with some system objects
        A similar work has been done earlier with PolyPolygon.
        
        Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5
        Reviewed-on: https://gerrit.libreoffice.org/17789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-17  Khaled Hosny  <khaledhosny@eglug.org>  [2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2]

        Fix GTK3 right-to-left rendering
        
        * Reverse the direction of arrows e.g. in menus
        * Reverse the position of combobox button
        
        They are lumped together because fixing one breaks the other
        
        Change-Id: I65afb08785e67db72a72ad39f1de56db037b640a
        Reviewed-on: https://gerrit.libreoffice.org/17788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Caolán McNamara  <caolanm@redhat.com>  [12143f8f84b07057d67d5cd6cc9ff6063dfa41f8]

        clip Sttbf to available data
        
        Change-Id: Iaa6a8a8505a28cf3c24a48f832bfc618b39c3f32

2015-08-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [f3c7a3660ac36c5560419e60877f48939ba80ef7]

        Some (mostly HIG) tweaks to chart error bar panel
        
        stacked radiobuttons horizontally, they have no text now, but img
        and tooltip, it looks more sidebar-ish
        
        Change-Id: I6381a2e5e2c056b8928152b9154565eecce7a372
        Reviewed-on: https://gerrit.libreoffice.org/17451
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-16  Daniel Robertson  <danlrobertson89@gmail.com>  [720cea21f352933fa5d36d4b6faff11799c604f2]

        canvas: replace for_each with range-based for-loop
        
        Replace ::std::for_each for a more readable range-based for loop in
        cases in which the function object to be applied by for_each is more
        readable as the body of a for loop.
        
        Change-Id: I5ea0f6a464855b8cc8af38f211bb784dd91eca0d
        Reviewed-on: https://gerrit.libreoffice.org/17775
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-16  Mark Hung  <marklh9@gmail.com>  [7e383cb50c6020b86ac7857ece8a6273b7eb1a5e]

        Fix tdf#87889 and tdf#92535, vertical align issue when docgrid enable.
        
        Change-Id: I2f1f7609e9ceed3804be76775eeebcddd9e443c6
        Reviewed-on: https://gerrit.libreoffice.org/17462
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Arnaud Versini  <arnaud.versini@gmail.com>  [0d737f26833a0540ef3144c94ce603f96d4aff7c]

        BASIC : SbiRuntime::ClearExprStack should return void
        
        Change-Id: I704d8920ec44b6d2eb1fc9599dc37e41a28b5e63
        Reviewed-on: https://gerrit.libreoffice.org/17779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-08-16  Dennis Roczek  <dennisroczek@libreoffice.org>  [356a888ebfc3a9b9ca5a4a7e73a5382c3d95f289]

        Updated core Project: help  fe274b4db7f99e7cb50939a98653c09c8e60a83a
        
        fix emph for ANOVA
        
        Change-Id: Iabe27d3d7f45518ab14d81ed7a01903c20843b82
        Reviewed-on: https://gerrit.libreoffice.org/17777
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
        

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [98244c3cb47824babc746ebc14a199977e9768d1]

        sal_uLong to sal_Int32/long
        
        Change-Id: Ia4ae190da37351b8c2b7ee9fc953508c5b1ab062

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [caa828da96b120f5a3c979237081c29f8c2f3848]

        Avoid unnecessary OUString copies
        
        Change-Id: Ic76c9b75bcc72d8ae6a54d6ebba49acb77073bea

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [6917ebc39fb1c4f412ae9fea4e2d858a1b351c47]

        sal_uLong to sal_uInt32
        
        Change-Id: Ifcde090747127680a9e4b810ff062d024663632c

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [8353793c94416a9a3a5af074d881624e43e5ec2f]

        Use constants instead of (possibly wrong) magic numbers
        
        Change-Id: I0829d271337b9fe77341c62a1c2ef4d6ae62c727

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9d0f86326cbf6b986176c5b5fe7660fa510c8d70]

        Rework loops so to have exit condition on correct unsigned value
        
        Change-Id: I91e647d6b1aebe8342f95c88fc81bd2c5a43ce71

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [7d5f47aff58fbe57ff24a4e4052bc1149fc5829d]

        This seems to be the original purpose
        
        Change-Id: Ie8c50324fe3d1e836967ba4de24cd740182418a6

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [866e287adee448c1c8b431c6c084d3fe3283649d]

        sal_uLong to sal_uInt32 as TextPaM paragraph number
        
        Applied also to related functions.
        Also fix a couple of minor issues while at it.
        
        Change-Id: I615094d047c87a0f4854054e720492d3ab25c575

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [a00c47afd4cf379ce2b22f3c33bb7975a5a6366a]

        sal_uInt16 to sal_Int32
        
        Change-Id: Ia693dcbcfaa0349ef13466bb2eed877c5823f5bb

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [800b0241c213b42dada56ca41a6f9e02eb541a23]

        sal_uInt16/short to sal_uInt16, minor optimizations
        
        Change-Id: If52de6e7fbfef92ab53086c6dcc405dad6cffe2d

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [259784c15181acedce0ed0abb52c7afb675a6ea9]

        sal_uInt16 to sal_Int32
        
        Change-Id: I5b2f0e0a0c75eea14903e333eb17613d0499f458

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f395482bf647762088641caefa1529021e7f086f]

        Simplify by using range-based for loops
        
        Change-Id: I716d8b190aa4b65b878559a4e5e88a126a56bf99

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [d0dcdab83cc5ed60776cee5d89cb15b6d79b1fe7]

        sal_uInt16 to sal_Int32
        
        Change-Id: If23175eebaccc4bfce2d921ed8d1ae66832178de

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [1315beb5683a73afbd7b7aec2a9823f96ce8b095]

        sal_uInt8 to bool, use a cleaner predicate/setter interface
        
        Change-Id: Ida136f1113b9e1df35559715b74573dabec6ac7d

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [850d0974be3612ee320e9a97f8dbfb20f892c6da]

        Prefer member initialization lists and remove some redundant parentheses
        
        Change-Id: Ief5b4645a75a86a9df6d52354c17ec5322fdee01

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [1ca53fbe16203f72ef8311959f49da4defe265c1]

        sal_uInt16 to sal_Int32
        
        Change-Id: I920cf103a28132b0f8ed6748f9f743d1bf3db2d7

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [666685511b99acc561cc0a60bd39da7c509cf305]

        sal_uInt16/short to sal_Int32
        
        Change-Id: Ib69bdfd66328c1e4e3d8a0a03e4360b23e69a476

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [c65d64a56bbc1ea7f0dc9a39b0a5da6e82e347f2]

        Do not use duplicated variables, and simplify
        
        Change-Id: I5508b6a04a894c747a49ca19f559ff448334d026

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [c679bd3c1c3f625aed3ba5a6da7dffad0fba80c8]

        sal_uInt16 to sal_Int32
        
        Change-Id: I562ab15e54647248f13276d9213ac5658fb2dc4a

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [06c4a644b6cee4fce9f1acfee1b4e2dc9ec07367]

        Use auto and range-based for loops
        
        Change-Id: I4eec7a6de077b3571bd8a0b5cb69ede838712736

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0cca3ce6eccb0866f0b4aa79b64865e4a4a0fd34]

        sal_uInt16 to sal_Int32
        
        Change-Id: I6981781d2842d06631216edc7509d96d878285b6

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f455a60824c9af4ec9e7e6b8692677a83392a02c]

        Throbber: remove redundant field and fix conversion warnings
        
        Change-Id: I1e4712c4c6eae890b93936f25632aa8a7422e1db

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [aa1918efe9afac79b5a715a7a31239d320a75edc]

        Fix some conversion warnings, reduce scope
        
        Change-Id: I9f36b29e329dde3b841f963d9dde3480e80da3f5

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9869ab096f49a507f96d69a4ffbb9a0caa852bd7]

        sal_uInt16 to sal_Int32
        
        Change-Id: Id15b58374df59d03e344cea7f23ae6b5963f668a

2015-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [448d3334d1daaa2da616b2fadc2241f24dd96f86]

        Avoid conversion warnings
        
        Change-Id: Ia618b71047f27a0400b8a9eb2c14e319c66e05dc

2015-08-16  Mark Hung  <marklh9@gmail.com>  [21dc114a11138df497f05876979b82594c4ed1cd]

        Fix tdf#40091 and tdf#40335 text layout issues.
        
        tdf#40091 Vertical writing inferior to MS Word
        tdf#40335 Using Right-to-left (vertical) for text, the characters
        overlap each other. Cursor is placed at the half of the character.
        
        It seems that current implementation use HarfBuzz OpenType layout
        API hb_buffer_get_glyph_positions() to layout the text, however
        instead of setting text direction to HB_DIRECTION_TTB, it
        uses HB_DIRECTION_LTR as its direction and rotates each CJK glyph
        to simulate the HB_DIRECTION_TTB. However the API use font width
        to position each glyph no matter whether the glyph will be rotated
        or not.
        
        Change-Id: Ie35238dd92218f8c4463c0ae1d356ad8609c5f48
        Reviewed-on: https://gerrit.libreoffice.org/17774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Ashod Nakashian  <ashodnakashian@yahoo.com>  [0a22f4fd6d7496678822731a7bdd37687f717adf]

        Spell-check wrong-dirty text upon showing context menu.
        
        This makes for a better user experience when the idle jobs
        haven't yet ran on some text to check for spelling.
        This can happen when the user is on a device with insufficient
        compute power and/or other idle jobs with higher-priority
        take precedence.
        
        This change leap-frogs the spell-checking idle job when the
        user might already know they mistyped a word and look for a
        quick fix via the context menu.
        
        Change-Id: Id1f7b4555050ded329ebeb56502f893ee7b2bc35
        Reviewed-on: https://gerrit.libreoffice.org/17252
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c0a7b924d020afdcfd61a8fd116b4dd2fbdab778]

        tdf#39468 Translate German comments - include/svx
        
        Also fix some whitespace and Doxygen comments
        
        Change-Id: I0a3440cdff2b1b74b2aa4572fc5c92c1525bfd61
        Reviewed-on: https://gerrit.libreoffice.org/17549
        Reviewed-by: Phillip Sz <phillip.szelat@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Szymon Kłos  <eszkadev@gmail.com>  [cd3ca5b24eeebd5ab8e3b98c8e1b5edfd9127042]

        tdf#92411 : don't select all toolbar buttons in the ImageMap Editor
        
        Change-Id: Id69a03b0379becc4c267a85eb7567bbbd41ccf82
        Reviewed-on: https://gerrit.libreoffice.org/17755
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-16  Mark Hung  <marklh9@gmail.com>  [6cd04e9ea447a4828a6fc03d47a7d136f3914501]

        Fix tdf#64975: FORMATTING: autoIndent for Chinese should be two
        
        characters. Now it detects CJK language and ident accordingly:
        2 chars for Chinese and 1 chars for the others (Japanese and Korean).
        
        Change-Id: Ib722e90ecae615faa7887ce1c874aacbb93f8a5e
        Reviewed-on: https://gerrit.libreoffice.org/17614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-15  Mark Hung  <marklh9@gmail.com>  [26d8d33f3adfcbfd49ef1ea809202deabcea4957]

        Fix tdf#82176 CJK: Cursor position, line selection and non-printing
        
        characters do not take account of hanging punctuation. Note that
        placing a cursor next to the hanging puncuation is still not possible,
        but the selection and the non-printing characters works fine now.
        
        Change-Id: I22c8c2c5044b46c325236caffec67d9f68c23eed
        Reviewed-on: https://gerrit.libreoffice.org/17591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-15  Mark Hung  <marklh9@gmail.com>  [929954e0108897c4882660b4ce9cb5d4cf1077ec]

        Fix tdf#36884 10n character does not rotate 270 degree
        
        Change-Id: Ife1b85cc55e4e0f4d0be84bbcdfc93104160f271
        Reviewed-on: https://gerrit.libreoffice.org/17470
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [2238bb47f5fce8449760e71525153967b4ce873c]

        tdf#93052 Fix abundance of calc annotation styles
        
        This is a regression introduced by fixing tdf#47018, which
        changed the default NumRule and pushed a lot of SVX_MAX_NUM
        to the SvxNumRule constructors.
        
        The changed NumRule default seems not needed to fix the crash;
        at least it still doesn't crash as described in the old bug
        report after reverting this part of the change.
        
        Change-Id: I908eeb4a827799419d3f28584fdcbc9272cbc76d
        Reviewed-on: https://gerrit.libreoffice.org/17527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-15  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f7274c63475597c5c0e5ed16a82efb78eebacdcd]

        canvas: whitespace/comments cleanup
        
        The more redundant cases of whitespace/comments had to go...
        
        Change-Id: Id0bfab5f60f123c0a4d3d9f8468791e0d8046225

2015-08-15  Daniel Robertson  <danlrobertson89@gmail.com>  [849f1d37d575bc752c8f987c7541dbd4bfd998c1]

        canvas: replace for_each with range-based for-loop
        
        Replace ::std::for_each for a more readable range-based for loop in
        cases in which the function object to be applied by for_each is more
        readable as the body of a for loop.
        
        Change-Id: I6f96833d7f251d44e2308278bb92a7d49fd49bcd
        Reviewed-on: https://gerrit.libreoffice.org/17763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-15  Eike Rathke  <erack@redhat.com>  [f089de7dc5c367a3123129b08a9050b3bacc4eba]

        Resolves: tdf#93358 resync attribute pattern that may have changed
        
        Change-Id: If3ce8feec940c7212fe467f39db868630522b17e

2015-08-14  Caolán McNamara  <caolanm@redhat.com>  [4466a7949af63621a2b180715de2ae3675343715]

        convert pPieceGrpprls to vector and merge calc and load loops together
        
        we retain the max-short limit but no longer add a null terminating entry
        
        Change-Id: Ie195e0c244cc08643a9c22518c85d70a883752b7

2015-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d78caf68cd63a671342e777bfe78721b424f4d6]

        bin/run: fix LO_TRACE on Windows
        
        exedir has to be in the c:/foo form, instead of /cygdrive/c/foo,
        otherwise a native wrapper set by LO_TRACE won't understand it.
        
        With this, it's possible to use DrMemory on executables invoked by
        bin/run.
        
        Change-Id: I5332342fdbf7d9e4859360dd7fbd3d74c149b2dc

2015-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1f456a4d212f6108220bb7c9712d584053c1e1e]

        vcldemo: fix --widgets crash-on-exit
        
        Window ( 7VclVBox()) with live children destroyed:  7ToolBox() 10PushButton(Click me; go on)
        
        Change-Id: I7b95198e24ea4d6ab085705096421219b3e16904

2015-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fd54995ef6a7c7914b6a133aef0c81de5fb20de]

        vcldemo: make --widgets handle rendercontext
        
        Change-Id: I90f784859e9d4f246f570e033b7e18c335588fd0

2015-08-14  Caolán McNamara  <caolanm@redhat.com>  [b4a718583a3311dda7abd3010938c847b16e5f30]

        skip importing properties if the desired start pos is invalid
        
        Change-Id: Iae650d63ccdb95a0a74674b8689813069b750b60

2015-08-14  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [fed2984281a85a5a2f308841ec810f218c75f2ab]

        tdf#82744: fix WebDAV lock/unlock behaviour - part 4
        
        Fix a problem when neon send the token list for
        methods modifying a WebDAV resource.
        
        The problem showed up when working whith Sharepoint 2013.
        Other WebDAV servers seem unaffected by it.
        
        The If Request Header is currently formed in neon using the
        "Tagged-List" format, while Sharepoint 2013 only accepts the
        "No-Tag-List" format.
        
        References:
        section 7.5 of RFC4918:
        http://tools.ietf.org/html/rfc4918#section-7.5
        
        section 10.4 of RFC4918:
        http://tools.ietf.org/html/rfc4918#section-10.4
        
        Change-Id: I24d607fde251f1846f0e7b630b627b1500da18ea
        Reviewed-on: https://gerrit.libreoffice.org/17423
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-08-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [b0a890e5bda70afa77feb3e89c3d446b00e580a3]

        Some more tdf#92256 related tests
        
        Change-Id: I052cceb229f8ab72277c51600994269e4ea52135
        Reviewed-on: https://gerrit.libreoffice.org/17704
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [077c8838ace23cfe5c54ae222153dbef815b56b0]

        tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docs
        
        in other words, don't override user's configuration of string ref
        syntax
        
        Change-Id: I70281f6869663ccdaabacf506f6effcaf4b5a3fa
        Reviewed-on: https://gerrit.libreoffice.org/17702
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [2bfeabde75d1e99879465fee6fe6a97357739ae2]

        tdf#92256: Save ref syntax when different from native one
        
        that is, CalcA1 for ODF and ExcelA1 for OOXML
        
        Change-Id: Ie4df23c5787531677c4533776d489991d413a8d6
        Reviewed-on: https://gerrit.libreoffice.org/17701
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-14  Stephan Bergmann  <sbergman@redhat.com>  [65aa35fbeeb837c229209daf558da74d8237dab5]

        Don't trigger assert in clang::ParmVarDecl::getDefaultArg
        
        Change-Id: Ica385b513d87d639496ac470da296e871b093ab4

2015-08-14  Stephan Bergmann  <sbergman@redhat.com>  [9d094b9f0a05d2ea62181201efb8f9e46ecfc8f1]

        tdf#92446: Revert apparently bogus attempt at fixing a memory leak
        
        6b4c596b01039324cfe78f38c4e3ffb9080bcd34 "Fix memory leak for BASIC sub (as well
        as void function)," from just looking at the few lines of code in isolation, and
        their revision history, looked like a plausible and effective approach to fix
        the leaks reported by CppunitTest_basci_vba when run under lsan.
        
        However, tdf#92446 indicates that that innocent-looking change had rather dire
        consequences.  So revert it and leave a fix for the memory leak to somebody who
        actually understands all this code.
        
        Change-Id: Ic81b1c14a1cfb07c6ec4415cc26b2f826adbc8ca

2015-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [431f2ce81893db21f23572926e8a5b045c67e9ae]

        framework: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I6acff50f23bcbac58c689caf2a7f07dbd5404e57
        Reviewed-on: https://gerrit.libreoffice.org/17734
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-14  Noel Grandin  <noel@peralex.com>  [48c4810edf302c1f0593328535f065ed338e0a18]

        defaultparams loplugin should be off by default for now
        
        Change-Id: If432f002804678a80963b02e57eba8d314a6f34c

2015-08-14  Noel Grandin  <noel@peralex.com>  [7d00ea6fda19d95361e4045dff3c7648881a6377]

        fix windows build, 'unreferenced formal parameter'
        
        Change-Id: I0761b3c2220b3fa0c40836b1cd984a8d012bf8d6

2015-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [a00df90e1838ac66587376cffb5780f80b0af94b]

        vcl opengl: fix setting up debug context on Windows
        
        At least with my AMD card, in case of SAL_FORCEGL=1 the startup crashes
        quite early. DrMemory says:
        
        ~~Dr.M~~ Error #1: UNADDRESSABLE ACCESS: writing 0x00001414-0x00001415 1 byte(s)
        ~~Dr.M~~ # 0 atioglxx.dll!DrvPresentBuffers                          +0xd6ea6  (0x09a248f6 <atioglxx.dll+0x1248f6>)
        ~~Dr.M~~ # 1 atioglxx.dll!DrvPresentBuffers                          +0x3c069c (0x09d0e0ed <atioglxx.dll+0x40e0ed>)
        ~~Dr.M~~ # 2 vcllo.dll!OpenGLContext::InitGLEW                        [c:\lo\master\vcl\source\opengl\openglcontext.cxx:949]
        ~~Dr.M~~ # 3 vcllo.dll!OpenGLContext::ImplInit                        [c:\lo\master\vcl\source\opengl\openglcontext.cxx:866]
        ~~Dr.M~~ # 4 vcllo.dll!OpenGLContext::init                            [c:\lo\master\vcl\source\opengl\openglcontext.cxx:786]
        ~~Dr.M~~ # 5 vcllo.dll!WinOpenGLSalGraphicsImpl::CreateWinContext     [c:\lo\master\vcl\opengl\win\gdiimpl.cxx:36]
        
        Turns out that in order to enable the GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB
        extension, the GL context must be created with WGL_CONTEXT_DEBUG_BIT_ARB
        set. It seems that other drivers did not enforce this so far, but in
        this case the driver just crashes without this.
        
        Fix the problem by splitting out the debug setup part of InitGLEW() into
        a new InitGLEWDebugging(), and at least on Windows call it only after
        wglCreateContextAttribsARB() and wglMakeCurrent(). Additionally make
        sure that in the debug case the necessary flag is passed to
        wglCreateContextAttribsARB().
        
        Change-Id: I6b77e0c06fd85fdae0386a0801f1de1838524586
        Reviewed-on: https://gerrit.libreoffice.org/17750
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-08-14  Noel Grandin  <noel@peralex.com>  [fcd4c6dabecb348096ed8eb7ffe16c7ec059df31]

        loplugin: defaultparams
        
        Change-Id: If342e813063eb0a17f7a8f8e872290f056964e05

2015-08-14  Noel Grandin  <noel@peralex.com>  [4a2d17c3a15117e91b8d158aa24d7f084596554b]

        loplugin: defaultparams
        
        Change-Id: Idd291659ca786b7bd2755c8faf98edc51314687b

2015-08-14  Noel Grandin  <noel@peralex.com>  [f60c67c48621c9798020628bbccbec681a05a1c8]

        loplugin: defaultparams
        
        Change-Id: I4f635044b93f74fb397a4e47535e91160fce456c

2015-08-14  Noel Grandin  <noel@peralex.com>  [9b7eda2b4c4ef88967f156450e8bf1fb7ca1669a]

        loplugin: defaultparams
        
        Change-Id: Ibf8328d5000d82d09d5621d3701039bcbdb49407

2015-08-14  Noel Grandin  <noel@peralex.com>  [33fe6b93114964c7578f34df28211d846966a5a4]

        loplugin: defaultparams
        
        Change-Id: Id5cdb8516db9e9017de06c3ab6e25f272c945677

2015-08-14  Noel Grandin  <noel@peralex.com>  [fef9472dcc89688c89b15b997857abb94cb22f47]

        loplugin: defaultparams
        
        Change-Id: I0d4b901b6678f3344ed62018d871e1630195aef0

2015-08-14  Noel Grandin  <noel@peralex.com>  [18da84abd6667775b6e79a20418ad4bcb65c45af]

        loplugin: defaultparams
        
        Change-Id: I807ce811f5988d6134b4c6f73408cd034f25a7f7

2015-08-14  Noel Grandin  <noel@peralex.com>  [8cb23d00070d18268d63a336ebc419c5092fc081]

        loplugin: defaultparams
        
        Change-Id: I552e9337fc049aff41904cdcbe09982c97281d61

2015-08-14  Noel Grandin  <noel@peralex.com>  [1656a7ff431df8e1d65698953051086fbf90a266]

        loplugin: defaultparams
        
        Change-Id: Iabcea466cb23e7a7a432f953cc03aaa1c2dc1d65

2015-08-14  Noel Grandin  <noel@peralex.com>  [9e1d98fec2884e4c401aa0d5396612aa01773dc8]

        loplugin: defaultparams
        
        Change-Id: I320eb6149793689c496b14090e8e0243397d01ba

2015-08-14  Noel Grandin  <noel@peralex.com>  [371a535afbccd1cc405117ad5529fc980e041e68]

        loplugin: defaultparams
        
        Change-Id: I0538bbb2e121d8feeff03535cb327c957e03de1b

2015-08-14  Noel Grandin  <noel@peralex.com>  [fceee9237c583f8d95396845a1c1606000df26fb]

        loplugin: defaultparams
        
        Change-Id: I4080aece6fec2778a2a8646ddedd280337303591

2015-08-14  Noel Grandin  <noel@peralex.com>  [719c55cda76e0a00b4530396ebcf25777588a250]

        loplugin: defaultparams
        
        Change-Id: I455b200febc9939f3fb81597938b26c0e9eb5f74

2015-08-14  Noel Grandin  <noel@peralex.com>  [56af9ab6bb38f8b795295080308cdab7b97e8acc]

        loplugin: defaultparams
        
        Change-Id: Ia66788f5db2da8c6259cd08f655b3cb7cb12ed59

2015-08-14  Noel Grandin  <noel@peralex.com>  [4c6d1a2636941c559d78fcac36125ba1374330f9]

        loplugin: defaultparams
        
        Change-Id: I81537289a40bdc30bd8d896dc5364f0989205e39

2015-08-14  Noel Grandin  <noel@peralex.com>  [860130783830fc39ea49a3c76f70ab79b4f31f92]

        loplugin: defaultparams
        
        Change-Id: Id0a933d3507bc0f8145afa04effadf8475c8e210

2015-08-14  Noel Grandin  <noel@peralex.com>  [70a30fd179266f65500b880ccb0f87011b670fca]

        loplugin: defaultparams
        
        Change-Id: I65c0ed65b20f606cf1409a3158ff1ef1e2d6cd9f

2015-08-14  Noel Grandin  <noel@peralex.com>  [9045d0bf35c9b4d5f6d8f791017124341abf8d4f]

        loplugin: defaultparams
        
        Change-Id: I89796134a0cce33279ba7f02492857a656e8aee3

2015-08-14  Caolán McNamara  <caolanm@redhat.com>  [6d4f97b05b1bfe5aae395134b2dc35805c23b8c4]

        limit access to dx array to min of input len and len of array
        
        i.e. the sal_Int32 nDXLen = std::min<sal_Int32>(nLen, aOldDX.size()); line
        and its usage
        
        Change-Id: Ib0100d2de210a45b340c3a7de6c6dcf2a07443d0

2015-08-14  Noel Grandin  <noel@peralex.com>  [bc397ac8265186531e4e3de17fc9bcb71fd46f2e]

        fix windows build, partial revert of my commit
        
        adbc556c91ea4afaf3e952aa0a8329e004add63e
        "make Link<> instances typed"
        
        Change-Id: Ia8dd0d755e1c1ccf15938fc9f29bc83759d724a5

2015-08-14  Noel Grandin  <noel@peralex.com>  [4a695946468a6cf80ee1bef52e08608920ed39f2]

        loplugin:stringconstant
        
        Change-Id: I5f4a40c83682ac84c22a0cd56cc58bc12f2ae479

2015-08-14  Noel Grandin  <noel@peralex.com>  [0db25f68ab897953d9ca76ae094cc80e0ad11d34]

        remove default value from SfxPoolItem::PutValue
        
        more useful to make it explicit.
        
        Specifically, otherwise my defaultvalue clang plugin would want to
        remove lots of places that contains #define constants which, while
        technically the same as the default value, convey semantic
        information which is quite useful.
        
        Change-Id: I918ad5b0e73ba279fa1b1489b62d900339ff71eb

2015-08-14  Noel Grandin  <noel@peralex.com>  [e50b5526e24ff552def8f08d393037d2c020dc29]

        remove default value from PrinterOptionsHelper::getIntValue
        
        more useful to make it explicit
        
        Change-Id: I4023fa19fd23ef3a180096a853b2d431d57d2772

2015-08-14  Noel Grandin  <noel@peralex.com>  [b14c9d14a10ec9c789594b5a9d0726acb618bc29]

        remove default value from DffPropSet::GetPropertyValue
        
        more useful to make it explicit
        
        Change-Id: Ic76fcc5ffa245b3eb3c99f3a5e4d0656b56c511e

2015-08-14  Noel Grandin  <noel@peralex.com>  [adbc556c91ea4afaf3e952aa0a8329e004add63e]

        make Link<> instances typed
        
        and remove some unused code
        
        Change-Id: I934824401b5c528b07ad76f753f78440c4492885
        Reviewed-on: https://gerrit.libreoffice.org/17703
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8f0b37528b69b77dbe8596915e34fd915e34b8d]

        sw: use std::unique_ptr in docnode
        
        Change-Id: I7c67958c7bfea71e8b79588b85d388a8e6838775

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [225f2ebcda079be170831552a764d884e0b55249]

        Move dropdown menu from 'Save As' to 'Save' button
        
        Change-Id: I24e9b16ea38811791804e6c85205b304bd781617

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [2f6d670ddae159983ac2235cb2434fbb31b1839d]

        Rename 'Save as Remote File' to 'Save to Remote Server'
        
        Change-Id: Ifc2ac4df5b1800dbc1890c44c86fdfb5bcf2478f

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [bc8d7cda9dcfd9308dd92ccc85e04a37610aaff2]

        reorder of File menu
        
        Change-Id: I8265b291554765775871905b0349564131dfa8c7

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [f1c5275475743b1bcd4d22a5be2a9be9e92404dd]

        left align in the login box
        
        Change-Id: I77248f371ffb714a09cce0ef72e1018b4bbc7498

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [0c71dc22072ac061cc24c77a0daaa4f1308c1d4b]

        don't show remember password in the CMIS connections
        
        Change-Id: Ie84c1c3049d9864fce550bdf5745c18d72d740d5

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [f083c5157a02b42fc7ba5e778aa63799baf85d11]

        User field before Refresh Repos button in the form
        
        Change-Id: I2a1aa420c1a0537b80aee3ef2602b1892a131919

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [a62dec01fccf1b957b2a5bf4c8abb3791d8e8b79]

        don't enable password control, when whole frame is inactive
        
        Change-Id: I165f08a3709b1d32ddab4632342d21b43d3f8ff1

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [87cf343f909bd3034239eb10d1eb88a10994ab15]

        added 'Remember password' checkbox
        
        Change-Id: I4231acd92d263ca772a1aa7b3e178c5681ee86e0

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [a38e2ff72079a392a0f1c419ee9cfce472dca6e1]

        store password for service if filled
        
        Change-Id: I99ce30516a3d8859c060c8e85f8f8ea5e5217d61

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [b5be942585db167aae58a4b820e9786f80a84096]

        use shared context
        
        Change-Id: I513a07e8e8d361b8f9c9695ddc8d283ee62b565d

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [bb924a8176a04ad356599cbcdfca9e4686b7fa67]

        shared PasswordContainer
        
        Change-Id: I73d4532cd9e6f811e32d46738808c81a03c2e895

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [9bb6fc8969b38d657c80138900ed4f93afebb0f2]

        added mnemonic_widget properties
        
        Change-Id: I36b2b5bdbc597b82e746c5f81b99064efb06da75

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [98a5c264b79998b6ec83e3fb18c4c33a1512a7ca]

        added password field in the Add service dialog
        
        Change-Id: I1074a3a2980e939de3f578cb566bab1e0ed96aed

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [bd277973b2e3e467b665e30c0ba56ad372d3d233]

        Show 'change password' only if is password is stored
        
        Change-Id: I04275d2e45ff32ed003a2487cd87500d550e9d73

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [0ab1f6a024651d09b619c2864cee1ecc0c7968db]

        added change password entry in the split button menu
        
        Change-Id: I68e76e346ec6d704c27fe6f4031453dd44dbc983

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [2b0e0ffc1562e3f939833b9dfc3c52eea847bd4d]

        when user typed a folder name, open it
        
        Change-Id: I800f97bfd9f564c065ca7e59f5751768f2f2bd0d

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [41102d9fcd99416734c527bfd488377d09caf13c]

        added New Folder button
        
        Change-Id: I4b1ef03e707fdfb3d1968dca9f48c548f872612c

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [5c2a0cbb4825a658abbe0c915708eba28cd08ca9]

        avoid name conflict: SvtResId
        
        Change-Id: I5fbde751c9d6b0d9be7d6dd50abfb99bb14a3512

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [8fda7834d98602c59776eddfe036d98eb7af1305]

        Rework of the 'Add service' dialog
        
        Change-Id: Ie53352367a92468fb7b1bfbe106230327e4a6599

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [19ac78b8efdbc9d183a30b40dac18523c2e017f6]

        Show unavailable services with disabled controls
        
        Change-Id: I9fe25bc5e8ce31cd848c4f6434b747be96a8006a

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [57404333c06c3ee21efb9471a3afbc19f5254a86]

        Port field without buttons, max 4 chars
        
        Change-Id: I4ddc294dba5ad66a11ff260e8942977d0a6a292f

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [02daf3c948999ae294528b05dd834072011fff71]

        Port field on the same line as Host
        
        Change-Id: Iddf611e372772cbe5c38aecc81f4d43412d653da

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [ade20c362e52ae883077ef1c9c8eb9d2d55de85b]

        The Add Service dialog width changed to 400+ px
        
        Change-Id: Ied97043e0649c552190b490d41f60579db523625

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [8029a7b3e532ba00a5dd08658bcd8ae57b5035a7]

        no selection after deletion of a service
        
        Change-Id: Id59a55a2af74851ff7b2fa8d6af30350347eb4c6

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [e9062ac5f0b210a4edc6e36d14f39f40e03fb9ad]

        do not show Add Service dialog on start
        
        Change-Id: I4548856d6df0e1ae7d57850a5e479635c62b97c0

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [c2be2cfec1f76d1f44b9b04a2189ef2a824baa3a]

        delete entry in the context menu
        
        Change-Id: Ib315dbc27b8b278ffce4bb24f4c4b60e5cb4d709

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [eac8f6385dcdb128e8360d1322aaf20b38e0efa3]

        don't show edit menu when there is no selected service
        
        Change-Id: I6b5f713926383d776aa687801f6bef239c9675cb

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [3734363bfa3f912be0bde9bfc3c7080c5279ac21]

        FolderTree: changed root node name ('Root')
        
        Change-Id: I495965e065366880b364578a02af7092d6efbad4

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [8aaee352aa39e624d2386d9b483855cd8069bff5]

        FolderTree width 100 -> 150
        
        Change-Id: I2d349c19a11679b0c58a1efbd134837f5c3aabdd

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [2c50c24c61d609ea67ff4b52fde640ca41cfac9e]

        don't invalidate the dialog after every typed character
        
        Change-Id: Ib422edf3b615fec6513887283595f647f5bc197e

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [7e33e62e87c4ebb656940958b64db44cb11e9499]

        Breadcrumb: changed first entry label ('Root')
        
        Change-Id: Id15bc1ef92fdab22ba3332dc9b42fb9c785298b4

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [82e8226516f00de9db16d65f26c99cfd8ec28efc]

        changed label text (File name)
        
        Change-Id: Ida5bcd0287b49b7e6e97a7573e9cf12f25d95f6d

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [7278462e12a6e41bb0e9496520e7a00d97856ce6]

        remember user settings
        
        Change-Id: I69c4672646365ca4cbeb04d6956741ffe365ad35

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [2ee42eecd40a47736d7112845f08568194733572]

        clear string (cached url) in correct place
        
        Change-Id: Ib7ff8200b768ef3a2a50c42f0ebf165185cfeeba

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [cdb4867b130781fe50ab981889b64cefa5b492e6]

        'Wait' cursor while expanding a tree node
        
        Change-Id: Iad79fa16bc4c7f7086d2adca6ea417f6e1959e61

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [26c106a5aeca3e50d1e3c3d37e622b2743a23bca]

        append '(Remote)' in the titlebar when remote file is opened
        
        Change-Id: Idf0a9594406601154319ae17e42ece4bf2d56dc9

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [5667079ae0ae31d5a529d5da6ba6cb826e099c99]

        save mode improvements
        
        Change-Id: I14953eafb3fbd840df5f9c890b55855e14a1fd9a

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [2635c0ac94c0cfe76c18efe403782ba7790fdb8c]

        set no selection when user aborted auth
        
        Change-Id: I15c865306948d4fe321b188324ad298fee322a6a

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [734efdaa8b17131e1687af3ef06e4fa836a2b7f5]

        path must contain user name
        
        Change-Id: Ic8c98e724645d49fd9c6da796f9e060aa784246f

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [0398e1e3967332c49b6451b5d41bcf0357052d0b]

        CMIS: remember new session for each user
        
        Change-Id: I7d0a72e48b8f9056e8761cae8939e2b8f6dbdd24

2015-08-14  Szymon Kłos  <eszkadev@gmail.com>  [851d73c4d99151dfbc5684a8800f5d92b94e8b36]

        reuse data from SvtFileView in the FolderTree
        
        Change-Id: I5a830459e7d5d9c71b7997b9014dde048b317d81

2015-08-14  Eike Rathke  <erack@redhat.com>  [6eede78d4e75fdbec7e565ebb15f1ce9956734f0]

        forget about the C++ Standard, use our own known goods
        
        Android-ARM doesn't have std::copysign(), who knows what else will be
        non-functioning on whatever platform..
        
        Change-Id: I40e80c26f2892007caa3729bd0dda2733e875613

2015-08-13  Eike Rathke  <erack@redhat.com>  [1e7f551b92bca8f3d2f73b39dd428ac55f2a5567]

        second attempt to blind fix MSVC werror C4701,C4703
        
        Change-Id: Ic9d8ee4a88e9bfb6586417c66fb197becd5cfa46

2015-08-13  Eike Rathke  <erack@redhat.com>  [e2d31d96f645619b534465c548962b07848a55e4]

        do not use INFINITY (or NAN while at it..) macro
        
        With MSVC werror bails out, that generates
        warning C4756: overflow in constant arithmetic
        because aparently there is
        
         #define _HUGE_ENUF  1e+300  /* _HUGE_ENUF*_HUGE_ENUF must overflow */
         #define INFINITY   ((float)(_HUGE_ENUF * _HUGE_ENUF))  /* causes warning
                             C4756: overflow in constant arithmetic (by design) */
        
        Great stuff..
        
        Change-Id: Id85e3cac6ea24858654ced617c7e06c62f78374d

2015-08-13  Eike Rathke  <erack@redhat.com>  [f04257d88f3cc4e884e8da2a0b5395b079a49cce]

        blind fix MSVC werror C4701,C4703 potentially uninitialized local variable
        
        ... ´pModelObj´ used. Which is bullshit, but..
        
        Change-Id: Ic731fc92264560c34bd512dc232a9ba901e218a5

2015-08-13  Eike Rathke  <erack@redhat.com>  [8747442d179367a9cea652643a516021fa7c5510]

        use sc::divide() for -fsanitize=float-divide-by-zero triggered by unit test
        
        Change-Id: I370f2f5e3e0ceb40051cbf2f806072f4fd213811

2015-08-13  Eike Rathke  <erack@redhat.com>  [d0d76a9aad90c8f07330da7f67eef5c607a27aec]

        add sc::divide() for defined -fsanitize=float-divide-by-zero behavior
        
        Change-Id: I3af85344119ca0056a127a5278e8993f9d79e2f9

2015-08-13  Henry Castro  <hcastro@collabora.com>  [6609b05765e674f2f4694854097a5318b617fd54]

        sc: fix LOKit invalidate setPart
        
        The bindings invalidate correct tiles.
        
        Change-Id: Id28a7a78157030243ef1ad798daba9583746f0d3

2015-08-13  Henry Castro  <hcastro@collabora.com>  [8f6c7f3ca1baa6c29161cbbe41494c03b0a9d000]

        sc: LOK_CALLBACK_DOCUMENT_SIZE_CHANGED callback
        
        Handle the LOK_CALLBACK_DOCUMENT_SIZE_CHANGED callback.
        
        Change-Id: I855b1e23cfc6ec66e2a0eec603e38e9dd1e28cc5

2015-08-13  Eike Rathke  <erack@redhat.com>  [ea29d320754fdb21b336cb78f816b8081371def9]

        Resolves: tdf#93098 replace remembered listener when replacing cell
        
        ... where SvtListener* is the base of ScFormulaCell* and lead to use
        after delete.
        
        Change-Id: I45b8e16f05cf5d4d0d4858dc9cd0c748f8184978

2015-08-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [86b47f5138c0c5b882359a48052a796bc91a5afb]

        tdf#44388: handle the NULL clip correctly for pdf output
        
        With the rework to use basegfx polygon clipping (a334752), the case
        'fully clipped away', aka NULL clip, aka nothing visible, stopped
        working.
        
        Manifests itself as an empty clip polygon, but with m_bClipRegion being
        true. Explicitely write out as zero-surface clip polygon.
        
        i#65128 is related.
        
        Change-Id: I57389fcd057d75dfa4e0de9ebb86794437c70b55

2015-08-13  Stephan Bergmann  <sbergman@redhat.com>  [07ebec47da4a096aaab53bf6a90bb219ce29bfbf]

        rhbz#1247588: Hold UNO objects by css::uno::Reference
        
        ...instead of raw pointer and manual acquire/relase.  It is unclear to me why
        the original code thought it was necessary (or merely "better") to hold by raw
        pointer; but at least from the backtrace in rhbz#1247588, it seems plausible
        that UNO method calls through such raw pointers could recursively call into
        atk_object_wrapper_dispose and make the raw pointer stale.
        
        Change-Id: Idc0a4f9e2f7ffe610261c1b7b98ce9c5e040db43

2015-08-13  Maxim Monastirsky  <momonasmon@gmail.com>  [dd8fbd4c8ae18421975f45c7aa7befbf74f0b0d7]

        Fix widget name
        
        warn:vcl.layout:22464:1:vcl/source/window/builder.cxx:501:
        Requested top level widget "LinePropertyPanelBase" not found
        in svx/ui/sidebarline.ui
        
        Change-Id: I49f0d6ab965f53d51b123fb36f6c79c284946f71

2015-08-13  Stephan Bergmann  <sbergman@redhat.com>  [5045f2be71b9a548e9fb754831a9cca497db9002]

        Remove #ifdef ENABLE_TRACING code
        
        ...assumming nobody actively uses it for debugging anymore, anyway
        
        Change-Id: I097c0cca791a48844550be4c326fa2483a3df231

2015-08-13  Stephan Bergmann  <sbergman@redhat.com>  [ded58e062c9e9b8b5f9dc9a18777a1be68359a91]

        Related tdf#93404: Fix deadlock when joining WakeUpThread
        
        ...after 54f10a9654b617c4c993044e52e7bd40d0151c53 "tdf#93404: Forgot to launch
        WakeUpThread," when the WakeUpThread blocks on locking
        StatusIndicatorFactory::m_mutex in StatusIndicatorFactory::update() while the
        joining thread blocks on StatusIndicatorFactory::impl_stopWakeUpThread() ->
        WakeUpThread::stop() -> Thread::join().
        
        Change-Id: I3480014b1f522901064ea9b71ffa2ebf5d74fef5

2015-08-13  Maxim Monastirsky  <momonasmon@gmail.com>  [4622823a800804acf15c0f4a5adecce03ae65189]

        Another GrabFocus during dispose
        
        Change-Id: I89f8aa5e087e95c96d63695be0ec4e9b4fbe0a0c

2015-08-13  Ian  <ian.gilham@gmail.com>  [3f4482ebc2c3b260d42422efbee92c4210e35767]

        Removed another FuncDataList collection
        
        This time the existing collection used a vector internally and mapped
        operations onto its standard interface.
        
        Removing it in favour of a raw typedef'd vector and find_if reduces the
        volume of code and simplifies the lookup mechanism.
        
        Change-Id: I86fdb85773577019073803c2fc249d04196afe31
        Reviewed-on: https://gerrit.libreoffice.org/17680
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-08-13  Maxim Monastirsky  <momonasmon@gmail.com>  [b556f14fab25ddccbe9a54fe53450a641dbc5a49]

        tdf#93407 GrabFocus during dispose
        
        Reproduced with the gen vclplug
        
        Change-Id: Ia8a5c73908f5af47ef55b4431b6e1e5a21609e7d

2015-08-13  Ian  <ian.gilham@gmail.com>  [12761ab70553bb0d2746d7d95958dc6fbc7082e0]

        migrated some raw pointers to unique_ptr's
        
        Change-Id: Ibbe088e73bdf987bf3784b61aa8b38a86d6654e3
        Reviewed-on: https://gerrit.libreoffice.org/17679
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-08-13  Mihai Varga  <mihai.varga@collabora.com>  [e5ba9090f4809906ffa1c1dea352161cb988b97f]

        tdf#93154: Save button often does not save
        
        The problem is that in tiled rendering LO doesn't always consider the
        document to be modified. Some operations such as Bold, Italic, etc do
        not mark the document as being modified, but we need to be able to save
        the changes. This solved the issue by always allowing to save.
        
        Change-Id: Iaf8120abadc768a07b24f42c287c50080b4e4d89
        Reviewed-on: https://gerrit.libreoffice.org/17665
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-08-13  Varun  <varun.dhall@studentpartner.com>  [7e32ce6b4f910c0d43ce6c6ee28dac1e5aad0e52]

        Added Test for tdf#74363 auto correct of initial captials on start
        
        Change-Id: I1c17778ef4e1d5b977a7c3e6f6f78caca4e0a8ec
        Reviewed-on: https://gerrit.libreoffice.org/17654
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-13  Tor Lillqvist  <tml@collabora.com>  [94cdcaa4d8db8f03ac9a84dac54357efff3eb123]

        Add a globally usable WindowsErrorString function
        
        Is comphelper the right place for this? Is having it as "inline" the right
        way?
        
        Change-Id: I973dbde108f89b6cab17e5d88db2390d6f18a672

2015-08-13  Stephan Bergmann  <sbergman@redhat.com>  [54f10a9654b617c4c993044e52e7bd40d0151c53]

        tdf#93404: Forgot to launch WakeUpThread
        
        ...in 017f250764ec7b4ecb82ac19f5b3f68cadf1bf56 "Ensure WakeUpThread is joined
        before exit"
        
        Change-Id: Iaa5a5772f099b11229bd40c3cc10d863ef0ad5b3

2015-08-13  Maxim Monastirsky  <momonasmon@gmail.com>  [d2f218f54369c6d7fb38d0b701aa86fdf5aae843]

        tdf#78111 Sane preferred width for the color mode combobox
        
        Don't let long strings (in some languages) make it request so much space.
        
        Change-Id: I5b2af9d7cc54d1ba772ae75971cfff27bee31a05

2015-08-13  Caolán McNamara  <caolanm@redhat.com>  [ea70088895ed45dc60abf18319acc1b4fa3018dd]

        convert pStatus to vector and use at to check offsets
        
        Change-Id: I5186f6a65bb9d5ed8a0d1ab1d71f7e2c13865411

2015-08-13  Caolán McNamara  <caolanm@redhat.com>  [77a38b460eab172e2d19388d2ef3f5eefb981d74]

        modify error messages a little
        
        Change-Id: I5c2c5a567ffb16d3e072cba2930dffe762a744f3

2015-08-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2b129825f90bf7aee51e57fd11a5b81fbd5f16d1]

        tdf#76649 test case for this issue
        
        Change-Id: I8b88298c79e04e972b208dd74dcd693d53d0bb98
        Reviewed-on: https://gerrit.libreoffice.org/17344
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-08-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b3abc191e24bd2e812836257024d14557a6238ce]

        tdf#76649 Skip NaN initial values for min and max
        
        min and max were initiated as aValuesX[0] which could be NaN
        
        Change-Id: I229f4c8f8fda54684e1c817ea7da06fd87eb79b9
        Reviewed-on: https://gerrit.libreoffice.org/17343
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-08-13  Noel Grandin  <noel@peralex.com>  [bb1cc8361d13461d8bcb9a9a4a8c1b9c1721c991]

        make Link<> instances typed
        
        Change-Id: I0727c3ac6e6e5cf087d63ddfb633845ae578cdbb

2015-08-13  Noel Grandin  <noel@peralex.com>  [c9f20fbc2caf04629cc56f556b4a09bd6599a959]

        make Link<> instances typed
        
        Change-Id: I0805c49b1ae7f324d5235e46b3c55e67239195c7

2015-08-13  Noel Grandin  <noel@peralex.com>  [ce7cec07d37747051172ebc9864c016ccf34fe14]

        remove unused code
        
        Change-Id: I5bd42970f485bd1456f8c81934ee23e09a37a6bf

2015-08-13  Noel Grandin  <noel@peralex.com>  [200e336d1d5c036b5ecd308d93e4131274b1efb8]

        make Link<> instances typed
        
        Change-Id: I7d20875cc498d54140cfe75b21373fdab9c369ce

2015-08-13  Stephan Bergmann  <sbergman@redhat.com>  [63e1890675ecaaf50d855a1daf85fc41798bb898]

        loplugin:stringconstant
        
        Change-Id: I2444c480d5bd1aca814bdf1159f8857fcaa85830

2015-08-13  Caolán McNamara  <caolanm@redhat.com>  [f3bf85b8cacb0bf43e646f3c67f704cc89b72323]

        check for negative numbers too
        
        Change-Id: I4a798a4f60d0064abd7fc4e689e4c80dff8459ff

2015-08-13  Caolán McNamara  <caolanm@redhat.com>  [348cc2ce1e932f0fcaf90f9cf4d6dc9594f3f8a2]

        wrong row/col count limits
        
        thanks to ccsheller for noticing
        
        Change-Id: Idb0f39c48173445b750e0b85ac20b3f6b43691a7

2015-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [05d355ca19487dd3d1a86980f51a56db695e4bcc]

        sw: use std::unique_ptr in accpara
        
        Change-Id: I0fcc22f987208ae9fa0e99f14253856ee6faa062

2015-08-13  Tobias Lippert  <drtl@fastmail.fm>  [5d81c9f24fbe48a0717640c1ba6bcf882b9358e2]

        tdf#85872 ToxLinkProcessor correct header and tests
        
        commit 6b9ab853b6a5fa71c0b6c594ed0e6e6016d13a3b changed the
        behavior of the class, but the header comments were not updated.
        This commit adds comments for the new behavior.
        
        Also: The tested behavior in the unittest was changed.
        This commit adapts the unittest name to the new behavior.
        
        Change-Id: Ia364ebbc3e2bfe1b0b8e3e26269a3c162e1a05d1
        Reviewed-on: https://gerrit.libreoffice.org/17510
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-13  Takeshi Abe  <tabe@fixedpoint.jp>  [b73d8b16d5509d54460189547746352d5454448c]

        fpicker: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: I448557260d5a1a2534b40e2ad33e8f9d9e72b80e
        Reviewed-on: https://gerrit.libreoffice.org/17686
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c797c39478b485c0285eb351d23e0d4e0fa7585]

        kill YIELD_GUARD macro
        
        Change-Id: I81990df584255f4a286cd078bcf15917c00ad504
        Reviewed-on: https://gerrit.libreoffice.org/17687
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-13  Ian  <ian.gilham@gmail.com>  [4498c5e1d0e0c98055d6ce6ad22c840e89b401cc]

        tdf#90222: Removed ScaList and cleaned up usages
        
        - Removed now-unused ScaList type
        - Changed ScaFuncDataMap from a map to a vector, using find_if for
          lookup.
        
        Change-Id: Ia22763f221f9a58d85dc363cab2585d7df37877c
        Reviewed-on: https://gerrit.libreoffice.org/17678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-08-13  David Tardon  <dtardon@redhat.com>  [56050b75941355285911c0293a3c02fc403d0c89]

        remove unneeded include
        
        Change-Id: I1fbba89733493b20bd4c9c9b9129e3b1dcd0a467

2015-08-13  Daniel Robertson  <danlrobertson89@gmail.com>  [3babca3e849e1cb42225ca1c26e8f6156ad153e6]

        tdf#92459 basebmp: replace project2nd
        
        Replace the use of project2nd in basebmp with a specialized functor
        similar to what is seen in paletteformats.hxx and
        pixelformatadapters.hxx. There should be no side effects due to this
        change.
        
        Change-Id: I1bbd723931e41986542e92bac773bbea68cfe5bd
        Reviewed-on: https://gerrit.libreoffice.org/17660
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-08-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ca6c2bab8771a209fde937599bf9cecea2b77104]

        rename confusing classes
        
        In module sc classes FuncData and FuncCollection are used for
        legacy binary AddIn functions. In module scaddins also exist
        classes FuncData. This can be confusing, so the classes and relevant
        members/variables have been renamed in module sc.
        
        Change-Id: Ib0700ed1177b760a4d46312b8578ca8b55882c53
        Reviewed-on: https://gerrit.libreoffice.org/17670
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-12  Maxim Monastirsky  <momonasmon@gmail.com>  [c614e711136205252ac2c72f9772c718dafc471e]

        gbuild-to-ide: Don't try to remove files that don't exist.
        
        Failed with lo.pro and lo.pro.user
        
        Change-Id: I47ffd5cb31edb29d0f501a2a15c6b7ca4b93db87

2015-08-12  Eike Rathke  <erack@redhat.com>  [2d4edd7de2e67db5bd17e7a89e2496611ebcc165]

        Resolves: tdf#93388 broadcasting to removed listeners isn't a good idea
        
        This cures only a symptom, the underlying cause is that the broadcasters
        still are listed in maBulkGroupAreas.
        
        Change-Id: I9625483016a51eb6f6a7e3d58ed42c7dad3a57b3

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [7ffe6aebb44ed3f7b5fd1ffe3ccfccf0f61984b3]

        another avoid endless loop with busted wmf
        
        Change-Id: Ie4068fdc1e54e0ad3e55354938a4c5e1459e7fe0

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [f5ace6b29e794aa9658da0fde4ed766d2b521cb2]

        no need to set the help id twice
        
        Change-Id: Idb903eaacf35d7b826086aae0b56fb1f496c25da

2015-08-12  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ddf7618fb56c927f862de7b85f213da352cf2b26]

        Related tdf#73691: Add different shortcut for German locale
        
        The default shortcut (Alt-X) for the Unicode notation toggle
        conflicts with the German 'E_xtras' menu.
        So change the shortcut to Alt-C (Word has the same for German locale)
        
        Change-Id: Idf52ea848a9d62717b0586cd8d9eed957ffd3022

2015-08-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d4d207090ca2cf7575b8420de0e0b952b0af0084]

        update emoji autocorrect entries from po-files
        
        Change-Id: I1f6b78d79eed76538bd7999a5a38198ce1e27d57

2015-08-12  Jan Holesovsky  <kendy@collabora.com>  [ac2f6018e01cbd24f394911e8bcd3ee3c217eb51]

        tdf#80866, bnc#835985: Better solution to the original bnc# bug.
        
        The behavior was confusing from the user point of view - the "Default" meant
        the handout layout (that by default is 6 slides per page), not any kind of
        default.  And it looked like the orientation does not work.
        
        Let's provide better wording instead of "Default" at least.
        
        The ideal would be also to disable the "Order" when "According to layout" is
        chosen.   Unfortunately it is not easily possible, as the enabling/disabling
        is controlled by the UIControlOptions's mnDependsOnEntry, and that allows only
        one value; and we'd need "everything but the 0" there.
        
        Change-Id: Ife98c421bf8f52506a7dc32caea6af6c24ef17c6

2015-08-12  Jan Holesovsky  <kendy@collabora.com>  [7f34c3b8932f51fdbb552c43aa84fe9f1a55c826]

        tdf#80866: Revert "bnc#835985: When printing ... 'Order' did not count."
        
        This reverts commit a6a04658fb46d9e5ec40438955b777e2eb76b8d2.

2015-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [89bd30cf426ca54fc9e46295a60551b5bb2d3232]

        sw: check 0 paint window in RenderContextGuard
        
        As seen by Norbert during CppunitTest_sw_globalfilter.
        
        Change-Id: I02dfab78b3cdcc65187f04e86cce7b7432c0a138
        Reviewed-on: https://gerrit.libreoffice.org/17677
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-12  Justin Luth  <justin_luth@sil.org>  [ff3c4f4c704977b2eec1dba1238b422537e413f3]

        tdf#73691 Implement MSWord's Alt-X: toggle unicode notation
        
        -toggles between characters and their unicode notation
        -sets Alt-X as a global keyboard accelerator
        -handles all of the unicode planes
        -intelligently handles combining characters
        -if text is selected, limits the input to that text
        -implemented in Writer, Draw, Impress
        
        Change-Id: Idcd8e7f0a4f1b81fa7f5f3200c76be19472ffa37
        Reviewed-on: https://gerrit.libreoffice.org/17535
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-08-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ce286dd9e143431044403b78afc1d237cb11acb6]

        Updated core Project: translations  060c2dd2f850e919e2f0087e49a25a28bb4cf6f9
        
        update translations
        
        and force-fix errors using pocheck
        (based on 5-0 templates)
        
        Change-Id: Ia5f050e72d6aa24ae5ec73898e7c05ca2d4103cb
        

2015-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [71aed9185fb17ee27bdc38b4ac650713c4cabb8b]

        tdf#93384 editeng rendercontext: don't paint spellcheck result directly
        
        E.g. in Writer create a new comment, type a word that is not in the
        dictionary, then a space to trigger the spelling, and that painted the
        spelling error indicator outside Paint().
        
        Change-Id: I8f72486189e04a5596729fb52b6af39772f8e002
        Reviewed-on: https://gerrit.libreoffice.org/17671
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-12  Katarina Behrens  <Katarina.Behrens@cib.de>  [5945659d8ddc3ca6bb5912965e13d609a36ff003]

        tdf#92256: Make sure ref syntax of Excel docs gets saved
        
        SetStringRefSyntax guarantees that, as it sets also ScCalcConfig ->
        mbHasStringRefSyntax to true
        
        Change-Id: I44b4bd7854623a6229235ad0db9f0c4ddfbebe06

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [79395c934771818686e488a7c2e382a00456c8a1]

        Resolves: tdf#93113 crash on revisiting insert special character
        
        this effectively reverts
        
        commit c43ee00e5d2edfebfa148b310813335aab27db34
        Author: Herbert Duerr <hdu@openoffice.org>
        Date:   Wed Aug 15 13:20:51 2001 +0000
        
            #91025# reduce flicker in charmap dialog
        
        in favour of the new double buffering
        
        Paint is calling RecalculateFont which calls SelectIndex
        which calls Update which calls Paint, boom
        
        Change-Id: I69e9f53b7db09837ff08a2ce9fc6f81a52b5c794

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [197c4320aeb6f29e7de15dfc1b8d8ad5ce89b0b3]

        cppcheck: variableScope
        
        Change-Id: Ibb70de22f566c103af7a1f075252ae38da1742b2

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [b472ba671ab4e388786a109ac61823e0f7290cd4]

        cppcheck: noCopyConstructor
        
        Change-Id: I62da241f237b17fc192dd586bcd35b5bd6ea284a

2015-08-12  Stephan Bergmann  <sbergman@redhat.com>  [4518430734b276271e130e6198d40a996794cb62]

        loplugin:stringconstant
        
        Change-Id: Ie7069dfb7810132280293ac36af95d7574f9d1e7

2015-08-12  Eike Rathke  <erack@redhat.com>  [9d370f2bb9f2af1b3acc1531f1e71b0ded36e40f]

        move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()
        
        Change-Id: I26f7c47f5b3cf4a3c4274832448d9c8076981af0

2015-08-12  Stephan Bergmann  <sbergman@redhat.com>  [c1c142dc64f96791ebbaf03caeb3ff1852a7598f]

        Avoid division by zero
        
        Change-Id: I283101cdb9b2801880b116064389beb65bd5712a

2015-08-12  Stephan Bergmann  <sbergman@redhat.com>  [68c6408b1725a8f506a8adb8c9af67a65e667f1c]

        tdf#93382: Make HACK more targeted to avoid collateral damage
        
        Change-Id: Ieecad5f244703c4d2436e22a3ab50f719843eef4

2015-08-12  Ian  <ian.gilham@gmail.com>  [2e23b6b9fc31de8177d72028f4d9441c76015903]

        tdf#90222: Removed ScaList from pricing scaddin
        
        Removed the ScaList type.
        
        Migrated the ScaFuncDataList to a vector and changed lookup to
        std::find_if with a functor. This reduces memory use slightly and makes
        the use of the lookup result a little simpler.
        
        Change-Id: I4e5f4d27107512a7c53935f123d5e7e8aca625ee
        Reviewed-on: https://gerrit.libreoffice.org/17652
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-08-12  Ian  <ian.gilham@gmail.com>  [a5cebd1bfc15eed5cc2018a88a7b0cd5a841f6bc]

        tdf#90222: Removed ScaFuncDataList type
        
        This repeats the same change in the pricing addin as already carried out
        in datefunc.
        
        This type was a special case of a custom implemented list, and wasused
        like a map. I have replaced it with a std::map typedef'd as
        ScaFuncDataMap.
        
        Since the map key also exists in the value object, there are more
        memory-efficient ways to implement this with a vector and a predicate
        functor for searching at the cost of some code complexity. I opted for
        the simpler code afforded by using a std::map implementation.
        
        Change-Id: I7d28e0bc58f713cf4f4e962302e09788b3ac4218
        Reviewed-on: https://gerrit.libreoffice.org/17651
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-08-12  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [0a726cb29936b61b8f05b0863e24db212a0e6166]

        tdf#89387 test for CHITEST function
        
        Change-Id: Ifff9367e56c357f3d5026ecbf7e984368428e074
        Reviewed-on: https://gerrit.libreoffice.org/17658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-12  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [7ca9a8e9cfbf5d38ac37b74198325493f9236554]

        Test with a bug in ScInterpreter::FTest()
        
        Change-Id: If6874f3ccefed4e1e6e43479cd5fdd6f4c7d341c
        Reviewed-on: https://gerrit.libreoffice.org/17629
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [b20becf9e3934914b3291ca73962fbaddf616b74]

        cosmetic: clean-up vcl/quartz
        
        Change-Id: I6f15e7ce90598eb4f8e7bb59c7c65d1aa333b972
        Reviewed-on: https://gerrit.libreoffice.org/17661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [e008aebbcf366a64d5870ad3a5df39cac429b81c]

        cppcheck: noCopyConstructor
        
        Change-Id: Ice596f9d05703c944d12d2c00e2364ca6950d39c

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [aca3f5ef4feae793afa765a56ea0cfc797eb4076]

        cppcheck: redundantAssignment
        
        Change-Id: I552211d79144fa11f25fe22d84901c33dcd1aa1d

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [981adae1b0705c94ac8a712fe484aff911d8b086]

        ditch some inline keywords
        
        Change-Id: Idc5c0608a9bc5b6230f603d1deb2327887960204

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [7ae8e767b9696bac18a867c90c13af246786c335]

        cppcheck: variableScope
        
        Change-Id: If24e86a0bdc0c5bdce02bed9981232070b38393c

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [59b5e3faeb0564023e99f4e7298eb9cbb0bdc75f]

        cppcheck: redundantAssignment
        
        Change-Id: I0dcbe0d2afe3741c146027569a906b19abdfdc06

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [233cec3fe516876277d34771b5564db63d78e5d3]

        cppcheck: silence redundantAssignment
        
        Change-Id: If1080d99357b45486739120b9ba43c0f14f39ea8

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [2d33d18c4857d7b845a1c6dae4e5aa391f4a781d]

        consider negative nPN a failure
        
        translate and consolidate end before start warnings to SAL_WARN
        
        Change-Id: I547075c0ca668da184f477112086f401cc9ec4ee

2015-08-12  Caolán McNamara  <caolanm@redhat.com>  [25d396589e22a047d8e31655a8c2df61182088c1]

        test for end before start, e.g. hang-3.doc
        
        Change-Id: I3b0c7766cdba31d6303de7fe34a5c85567de8116

2015-08-12  Tor Lillqvist  <tml@collabora.com>  [6f3d58c6bf31e0575abfdcfc3a27d1af8456907d]

        WaE: 'rArgs' : unreferenced formal parameter
        
        Change-Id: Ia41882a4d33e7b148044801902517b2b034d3ee4

2015-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [77d74a8ced8dc2259e865e8fd2702d693beccb38]

        sw: unused includes
        
        Change-Id: Ie0377766a0ba505e09cad98fe2fba3b37facd206

2015-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e889f6f69de882dfb7ed5a6fb8363ade6ee43d86]

        idl: add article that has details on SDI file format
        
        Change-Id: I7af9fb6f193387624fcd1279ace1d0972bddc4d4

2015-08-12  Matthias Freund  <matti_lx@secure.mailbox.org>  [5975874141148e9f7199eca3a82735fccd7cf150]

        tdf#75256 - Sifr drawchart and formatdialog icons suggested by jay
        
        -drawchart icons has now three pieces but only one seperated one.
        -lc version of the formatdialog icons has now a non equal sign.
        -dark pie same size as the seperated one.
        
        Change-Id: If6373232cff67ec18ad8e5f8bb9e65176cce20ad
        Reviewed-on: https://gerrit.libreoffice.org/17024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-12  Jan Holesovsky  <kendy@collabora.com>  [0409f83a5a4f9f86fa69a9431ce5aa07be427455]

        tdf#92305: Revert "tdf#90150 : Page numbering in the status bar ..."
        
        Unfortunately the original commit caused a regression.
        
        The fix of tdf#90150 is also problematic from the UX point of view - with
        that, the user is never sure what page he/she is looking at.
        
        Should we do any changes there, then it should show the range of visible pages,
        like "Pages 2-3 of 5." or "Pages 1-4 of 8." etc.
        
        This reverts commit 1622b67e4b2bc8ecc5dd3ededc0a6e5adb936a6e.
        
        Change-Id: I371bb326da14b621a5116295ed1dc0de208f309d

2015-08-12  Tor Lillqvist  <tml@collabora.com>  [4667db065d34193d99bce82f7e8f3b20a03ecade]

        Drop SimpleWinLayout
        
        Use Uniscribe also for non-complex text. It is complicated enough to
        have separate Graphite and Uniscribe layout engines. Will make further
        changes to the code easier to manage, especially as with the
        UniscribeLayout code we have access to the actual
        glyphs. (Cf. 3e47219e06b9a279ba22a9bbef668731f2d3e07d)
        
        Change-Id: I9c67c172fe3e3d26d1c6cb1c0b7f1516b0b87f12

2015-08-12  Jan Holesovsky  <kendy@collabora.com>  [695cec87d73d56617e1cdc62621971ab35ac67eb]

        Add the needed #ifndef instead of removing the variable.
        
        This reverts commit 058c924c9385d003eefa728be7b23b2effd73913.
        
        Change-Id: I0418af18177cef350b2bf13008ed54336c54938c

2015-08-12  Jan Holesovsky  <kendy@collabora.com>  [1e4b29e1ad16e908f550eae035c3fae8e56831dd]

        Range-based for-loops.
        
        Change-Id: I6fb0d182dfccb3af42f0bbc60969c72df09b6ce6

2015-08-11  Daniel Robertson  <danlrobertson89@gmail.com>  [87130a4e18347d055331ff53da3b1a79548ff24a]

        tdf#92459 Cleanup unclear lambdas
        
        Replace lambdas used to select the first/second member of a pair with
        the new simplified select1st/2nd from o3tl/compat_functional. There
        should be no side effects due to this change.
        
        Change-Id: I17f37796e0c4defe96a10aa491d192adb9eebb89
        Reviewed-on: https://gerrit.libreoffice.org/17656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-11  Daniel Robertson  <danlrobertson89@gmail.com>  [ae6afadbc0c6ffcdbfd0db6bb3b0166295d5effd]

        tdf#92459 o3tl: remove unary_function
        
        Clean up o3tl/compat_functional.hxx select1st/select2nd. Remove the
        structs inheritance from the now deprecated unary_function. Remove
        project1st, as it is not used.
        
        Change-Id: I60c0f30c4b87417a331a4b38f62993cc3d1c9a51
        Reviewed-on: https://gerrit.libreoffice.org/17625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-11  Daniel Robertson  <danlrobertson89@gmail.com>  [f6595f0b3389ffeefa10035d915a884b02d26c0e]

        tdf#92459 remove o3tl/compat_functional.hxx
        
        Replace all uses of deprecated features from the o3tl included in
        compat_functional.hxx with lambda expressions in connectivity and
        reportdesign. The patch should not cause any side effects. The change is
        largely cosmetic.
        
        Change-Id: I2042b91bf0fa2b47cce9ea11c97fa4ca6734c5e2
        Reviewed-on: https://gerrit.libreoffice.org/17588
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f3e313307e8c99f719654622c97fb742d728e0f]

        prepare conf files for tweaking jenkins from core.git directly
        
        Change-Id: Ib70c9407ea023004f11fe8850e1a393bec942f34

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [375028c649aedb46fdef3a182cfb577700d56226]

        cppcheck: noExplicitConstructor
        
        Change-Id: I045d903e331765bb58ad61c3397cf61a06cbae8a

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [d44821675e764780a52b79c066edb9195d0b0347]

        remove imgdebug
        
        imgdbug.h ins included in canvs under some debugging flags
        but that header comes from
        http://billbaxter.com/projects/imdebug/
        and is nowhere to be found in our source. the original project
        has been dead for a long while.. the last 'news' was that it was
        migrating to the now defunc 'berlios' hosting site.
        
        Change-Id: Idd030164f4ef0b28973530df69323cb952e99169
        Reviewed-on: https://gerrit.libreoffice.org/17655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [0592da19b625975886d3442477f4399660736a69]

        avoid another hang with certain .docs
        
        Change-Id: If16e90c5ba1a43ceb9702e752835928da7b3ef32

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [7b09e2a90cd8b69b466601f70d0513cfe2862e7c]

        cppcheck: nullPointerRedundantCheck
        
        Change-Id: I8f893fe86d1f09a6ed7256830bca5599f94a187b

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [cf58196691785d284fcffc653626fcf135c9ba69]

        cppcheck: uninitMemberVar
        
        Change-Id: I7c6addac04246eb17827033e7a291dd2e5600384

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [3d80bb27d2416086026f4edf08ba2bff953901d6]

        cppcheck: noCopyConstructor
        
        Change-Id: I20dabf3106d8f74fac5cc59f93a006875b9e1f91

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [a2c6c2e50054ff6cee70cff936d3682a5b0f5a55]

        cppcheck: uninitMemberVar
        
        Change-Id: I78acdab89764a27291ca05b0bb1d448608202208

2015-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7305941b150097123eab664f9ec9e5f3909a5c52]

        tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()
        
        Usually the topmost window of a paint hierarchy has a paint rectangle
        that covers the paint rectangle of all its children, but this is not
        necessarly true in every case. One example is the cursor travelling
        described in the bug report, where the topmost DockingAreaWindow only
        paints a few buttons on the toolbar, and then even if children are
        painted correctly to the frame-level persistent buffer, only the
        DockingAreaWindow part of the buffer is copied to the screen.
        
        Fix this by building an union rectangle that covers all areas in a
        buffered paint run, and then paint that rectangle from the buffer, not
        just the paint rectangle of the topmost parent.
        
        Change-Id: Ib0b30413d83c4b3fdec27fa7ddad16c21fd094b6

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [94fb1a389c3be0fd5570421baa596aeb79dc5528]

        these are include start-end range pairs
        
        Change-Id: Ib40b77e6deb5730e504134c22bc22dc3a53682f8

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [f240141f9cad6e993cd0fc2bf72c366093ba61c4]

        more long to WW8_CP conversions
        
        Change-Id: Ib56461af1ff911eeecfc560342c1f9b9a74cb7c6

2015-08-11  Phillip Sz  <phillip.szelat@gmail.com>  [6385c8e83758f14757ed73ffce703d8ba9d5c1e6]

        tdf#39468 Translate German Comments - sc/source/core/data/
        
        With work from Christian M. Heller <christian.heller63@gmail.com>
        
        rebased it to make it possible to merge
        
        Change-Id: Ib018fe94513a3b987bb992d86e4597612b44894f
        Reviewed-on: https://gerrit.libreoffice.org/14866
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-11  Takeshi Abe  <tabe@fixedpoint.jp>  [14bead7f42427bbd4fbc9f3210ab675959653998]

        forms: tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants.
        
        Change-Id: Ia4f56692c9beddda13ee948ab8bbc1ee95098fbf
        Reviewed-on: https://gerrit.libreoffice.org/17648
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-11  Daniel Robertson  <danlrobertson89@gmail.com>  [647b5aecd4c3facc302df33386451dda732aab98]

        tdf#92459 remove compat_functional from canvas
        
        Replace all uses of deprecated features from the o3tl in
        compat_functional.hxx with lambda expressions in canvas. There should
        be no side effects due to this patch.
        
        Change-Id: Ia08ff1642a4f64035441dfdbac03c6fb09fa0443
        Reviewed-on: https://gerrit.libreoffice.org/17586
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-11  Takeshi Abe  <tabe@fixedpoint.jp>  [9fbf4fd5292f6a3c28a092f7bb02541ceb61351f]

        Related: tdf#75171 wrong "italic" happens on importing MathML
        
        As of 4f294a90877d2f91bb88c7d6cd5b74e8e546a025, a SmTextNode can be
        the sole child of a SmLineNode without being wrapped in a SmExpressionNode.
        
        Change-Id: I3779eb90e216a70566c1151a9b8cb91a9fa36519
        Reviewed-on: https://gerrit.libreoffice.org/17613
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-11  Noel Grandin  <noel@peralex.com>  [78446df26f45e2a71187873726388c9d2f6ba6e5]

        tdf#92885 - Incorrect cell border drawing in DOC file after saving in 5.0
        
        caused by commit 4b66829390b286010b37b37ec1537a320d8cea8f
        "convert BOX_LINE and BOXINFO_LINE to enum class"
        
        Change-Id: I23eb359a40035dd40bdb60703de567b1c328e793

2015-08-11  Stephan Bergmann  <sbergman@redhat.com>  [066c55d4352a0e7930c5fe069a8148fb7f5e4ecf]

        -fsanitize=undefined
        
        ...during CppunitTest_sw_filters_test
        
        Change-Id: Ifa3e4b6e675f2cd789ff4b3428eaf41572390e7f

2015-08-11  Noel Grandin  <noel@peralex.com>  [d86b3e6ff80e0ef6c9bfd1d8ad9626ef3319cc0f]

        loplugin:constantfunction
        
        Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9

2015-08-11  Stephan Bergmann  <sbergman@redhat.com>  [f88cbf8f10366a176872fc6cfb375a7e1ee951f5]

        loplugin:stringconstant
        
        Change-Id: Ief6894e8d46c5f0e0c251263c5f540cbd460f7fc

2015-08-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [2c587f08edaec09d5af53504c916c4dee0617555]

        slideshow: prefer value_type over manual type generation
        
        Change-Id: I3e088a10e7bc0da73e4fa20db15e71581661fe4b
        Reviewed-on: https://gerrit.libreoffice.org/17641
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-11  Stephan Bergmann  <sbergman@redhat.com>  [ff265a5f9bc85e6043487cb2566ed2396d3b1e16]

        loplugin:unreffun
        
        Change-Id: I130b4f1eca4cf07f17aac995c4a44a8fdf51a4df

2015-08-11  Caolán McNamara  <caolanm@redhat.com>  [9b0cd9196e05ab465ebf14a6264d087df224fb55]

        avoid hang with certain .docs
        
        Change-Id: I4dc93242be76dc2d7f7504457967c8d390afe9c8

2015-08-11  Noel Grandin  <noel@peralex.com>  [05457f3bf8fdfef2e334515424a9d6151e02b244]

        loplugin: defaultparams
        
        Change-Id: I7989a91d8d67a15d3fef13391c5dbf06233f75e9

2015-08-11  Noel Grandin  <noel@peralex.com>  [8dc5f89346fa0f6820d5fd0b1ad4092168967f12]

        loplugin: defaultparams
        
        Change-Id: I79a889c68e91712d2abdacc559c78813f730e623

2015-08-11  Noel Grandin  <noel@peralex.com>  [286dfc2a720ea8bd6b26c10126202fa25a112e0f]

        loplugin: defaultparams
        
        Change-Id: I50ba6a836473961d952ed88e56532501469c5368

2015-08-11  Noel Grandin  <noel@peralex.com>  [3553a5d3a899954c4db09e264d8faf07e817e564]

        loplugin: defaultparams
        
        Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6

2015-08-11  Noel Grandin  <noel@peralex.com>  [e624c13cf1732f42d2da212b1b96aa9de7dd66cf]

        loplugin: defaultparams
        
        Change-Id: I9dc3b21e1bf1bccbe9fb69e35b3801814a68e53f

2015-08-11  Noel Grandin  <noel@peralex.com>  [d58e542d7df3f761047b0e5f9a5917901b4579d1]

        loplugin: defaultparams
        
        Change-Id: I1d88744207f7fa7c8230f8b29d9cc123f488dfaa

2015-08-11  Noel Grandin  <noel@peralex.com>  [e5da350e4dd9b175c2f50cb392b23a805dac9a27]

        loplugin: defaultparams
        
        Change-Id: Ibff26c023655d36f0fa71ead399a6116c2988607

2015-08-11  Noel Grandin  <noel@peralex.com>  [c85cda1eb461d1b27b49ad746e2b2299908b9e75]

        loplugin: defaultparams
        
        Change-Id: I5afe7f9f5caa1f5e55c6218bdb3771571ff0dafa

2015-08-11  Noel Grandin  <noel@peralex.com>  [f1639b21507c04a4dfe152776224370eef7088df]

        loplugin: defaultparams
        
        Change-Id: I44772f7c26568353d02278486a8e960f40af6354

2015-08-11  Noel Grandin  <noel@peralex.com>  [0f2a9bb2139becbf353db792b22c13a5ded25a6a]

        loplugin: defaultparams
        
        Change-Id: I2a1255c00a051b29381ec57c380eafb08c4900d9

2015-08-11  Noel Grandin  <noel@peralex.com>  [4712396b3b6c61b7a54ca631790561eeea5ffc93]

        loplugin: defaultparams
        
        Change-Id: I906912f29448bfc72e8139546aa09525c959867f

2015-08-11  Noel Grandin  <noel@peralex.com>  [4f87e9da415632f52a0b212a0005baa991e0585f]

        loplugin: defaultparams
        
        Change-Id: I29ef505ee77965df33677f8051ec39398ef0c74e

2015-08-11  Noel Grandin  <noel@peralex.com>  [fddb49383d99958ad065f1cd60acc5a70b873bfb]

        loplugin: defaultparams
        
        Change-Id: Ifc9fc93b0630674fa1f4ef78c3a2231855dc1db3

2015-08-11  Stephan Bergmann  <sbergman@redhat.com>  [6a7de42a769a9543a6b6e929e87e63669c96c0b6]

        Properly init PropertyValue.Handle in InitPropertySequence
        
        Change-Id: If00dc9330f0fd08057ac75510e1c2f3bb1e5b17c

2015-08-11  Noel Grandin  <noel@peralex.com>  [28564f96e88e7204a5d2119297d5865354942438]

        loplugin:cstylecast
        
        Change-Id: Ie44d7b031b16647457cf08dc944526c720360f9d

2015-08-11  Noel Grandin  <noel@peralex.com>  [7151a2a9ca056d398ce3de6c0b48c3df7623f6e0]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I3597b5d5cd54e6ff5398bdb5075b9fa03f9b5819

2015-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [039b7c50c9d164e9d3e1274f7246e03a2b23fe50]

        sw: use std::unique_ptr in crsr code
        
        Change-Id: I108683bc2548c9572d2800c062a2e036808464a8

2015-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7c134af920b007e697e0f7ed20a22af347c0690]

        vcl: add SalFrame / SalVirtualDevice doxygen comments
        
        Change-Id: I0c2a9a5b4266ee0f0d15b7cbfa49f898930d002a

2015-08-11  Ian  <ian.gilham@gmail.com>  [46ae639272baac0fda61b456a44d5d1307d7b230]

        tdf#90222: Removed ScaFuncDataList type
        
        This type was a special case of a custom implemented list, and was used
        like a map. I have replaced it with a std::map typedef'd as
        ScaFuncDataMap.
        
        Since the map key also exists in the value object, there are more
        memory-efficient ways to implement this with a vector and a predicate
        functor for searching at the cost of some code complexity. I opted for
        the simpler code afforded by using a std::map implementation.
        
        Change-Id: Idd450f4a908ff503cb02e8e363ddbe3512903f47
        Reviewed-on: https://gerrit.libreoffice.org/17579
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-11  Takeshi Abe  <tabe@fixedpoint.jp>  [678bb5135bf99a295c38060aa003e81a8c3b435a]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, for filter.
        
        Change-Id: I30dcd7cfb3e484034f6cceceb1ff7cd9d3f4b7a6
        Reviewed-on: https://gerrit.libreoffice.org/17585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-11  Mihály Palenik  <palenik.mihaly@gmail.com>  [0b0fb87fbac36ef9fbf3dfeac0f1372617f4b3e4]

        Delete unnecessary global options from Options dialog
        
        Here https://wiki.documentfoundation.org/Design/Whiteboards/Options/Global
        are unnecessary global options. These options are set in Expert
        Configuration dialog under org.oppenoffice.Office.Common node.
        
        Preference name, Property, Location in Options dialog;
        Help, Tip, General/Help/Tips;
        Undo, Steps, Memory/Undo/Number of Undo Steps;
        Font/View, History, View/Font Lists/Show font history;
        Drawinglayer, TransparentSelection, View/Selection/Transparency;
        Drawinglayer, TransparentSelectionPercent,
        View/Selection/Transparency level;
        Accessibility, IsHelpTipsDisappear,
        Accessibility/Help tips disappear after ... seconds;
        Accessibility, HelpTipSeconds,
        Accessibility/Help tips disappear after ... seconds;
        Filter/HTML/Export, Browser,
        Load/Save/HTML Compatibility/Export/Export choice;
        
        Change-Id: I5152a40b5029bfbfc3850ff60305ec34b5380fb2
        Reviewed-on: https://gerrit.libreoffice.org/17481
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-11  Noel Grandin  <noel@peralex.com>  [9d307abeec2a80e59af0f0af10dc42d90cd7441a]

        new loplugin: defaultparams
        
        find places where we do not need to be passing a parameter to a
        function, because that function has a default value which matches the
        value we are passing.
        
        Change-Id: I04d1fd6275204dd4925e6563282464f461123632

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [12fb9096f562281c7ca4b7fed6a3342dac9a91b7]

        configure.ac : completely kill the --enable/disable--verbose thing
        
        There is no legitimate use case... no-one need or want to see
        the build output with all the command by default.. and if one is
        enclined to do such things, verbose=t in the env does the trick
        leaving that as a configure options garantee bit-root (as it was the case)
        and just make it bigger for nothing.. worse may encourage newcomer
        to shoot themselves in the foot
        
        Change-Id: I2b892c623b72dff68ae61dc4edb2478613efc699
        Reviewed-on: https://gerrit.libreoffice.org/17635
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [a8db357874b3ab3f785457cd9a84c68a05d3c61e]

        gbuild/config stop using VERBOSE, use only verbose=t
        
        configure.ac was setting VERBOSE=YES/NO when really
        we use verbose=t or verbose=
        
        Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299
        Reviewed-on: https://gerrit.libreoffice.org/17634
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [e5ec6304149cdcad0d6495b5187c245748b408b5]

        stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx
        
        also clean-up and 'standardize' the include sections of canvas' source code
        
        Change-Id: Ib437a41ea41ae2ea6528f755ae5b2828775aaf73
        Reviewed-on: https://gerrit.libreoffice.org/17633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bdc6be9c23517eec02ce7139edd7003abbee1f8]

        slideshow: stop (mis)-using VERBOSE
        
        converted the use of internal 'verbose' level tracing to SAL_INFO/SAL_WARN
        
        Change-Id: Iab89d9b5c75fe476c6516718f1cee3d01d196858
        Reviewed-on: https://gerrit.libreoffice.org/17632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-11  Maxim Monastirsky  <momonasmon@gmail.com>  [e98cf0c63d6c48ca7c1db87d7413d5c419690c76]

        Related: tdf#78111 Try to guard against too wide panel layouts
        
        The sidebar has width limit, so a panel shouldn't attempt to
        resize more than that. Otherwise we'll get an endless loop.
        
        Change-Id: Ia36535637e3585595c673c7fc46a1a7b162b74ba

2015-08-10  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [066f3132effa9017fe9127e9d311d6ae88d0c729]

        tdf#89387 a few tests for FTEST function
        
        Change-Id: I96747f4ffd070a0d1511cef6f56c9a253949ee97
        Reviewed-on: https://gerrit.libreoffice.org/17628
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-10  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [fc71e5b4637ece8822e83c844d191f461b2f0177]

        tdf#89387 related tests for ScSumXMY2()
        
        Change-Id: Ia2ea65e05e0eec996f8ac485ee74b6daaa459178
        Reviewed-on: https://gerrit.libreoffice.org/17598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-10  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [d5bff1225a6739e8369bacd8392686bd26630d2f]

        tdf#89387 related, fix SumSquare bug in SumMXMY2
        
        SumSquare returns IterateResult, which, because of rounding errors, store
        first value in mfFirst and rest in mfRest. They should be added to get
        the full sum of square of matrices difference.
        
        Change-Id: I9bc435801d94206960b0b4fe4a9149ef1abeb3be
        Reviewed-on: https://gerrit.libreoffice.org/17592
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4532ea42904e4a7d6c50f7f8ea53aaa97ec72c5e]

        tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logic
        
        This fixes the vertical rendering artifacts visible on the bug
        screenshot with the oxygen-gtk Gtk theme, and also is a lot simpler than
        what we did here before.
        
        Change-Id: I21a167452f14ae52bd0d899b3ed467ce40540dec
        Reviewed-on: https://gerrit.libreoffice.org/17631
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-10  Yousuf Philips  <philipz85@hotmail.com>  [e12dc8fe8de1099fb1d34ac88d198ff623dbb4be]

        tdf#93065 Swap next and previous buttons in find toolbar
        
        Change-Id: Ie07364696175038130cb5b94fbad39b88e646921
        Reviewed-on: https://gerrit.libreoffice.org/17473
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-10  Eike Rathke  <erack@redhat.com>  [2a06a052b920f696a794c2fb847fce63038220e9]

        Resolves: tdf#86024 do not attempt to shorten numeric value output
        
        Regression of 087a79db1272858f107656c5ca3c6efb45680986
        
        Change-Id: I903e05234882c79e6da6499cb17e16fd7226f91c

2015-08-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [326777b5d91a7e269bb4dfa38a3263769e0b99b3]

        remove VERBOSE use from canva
        
        in preparation to kill --enable-verbose in configure.ac
        convert modules that use VERBOSE-YES/NO (uppercase) env variable
        to do things differently at compile time
        Convert canvas to use SAL_INFO/SAL_WARN mechanism instead of its
        home-grown 'verbose logging'.
        
        Change-Id: I2898d2309d421457839e3cd7078166c6da919882
        Reviewed-on: https://gerrit.libreoffice.org/17619
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-08-10  Tor Lillqvist  <tml@collabora.com>  [3e47219e06b9a279ba22a9bbef668731f2d3e07d]

        SimpleWinLayout::mbDisableGlyphs was always true
        
        Remove dead code. Should have no effect on behaviour.
        
        Possibly originally the intent was that mbDisableGlyphs would have
        been false in most cases on NT-based Windows (all versions that we
        support now). However, since dadfc60873d4dce4e0c46e1d3405f8d45535cdcf,
        in 2005, mbDisableGlyphs was set to always true in the SimpleWinLayout
        ctor.
        
        Change-Id: Id929224d5656706762c2f44ee26c76f8b20ee8b8

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd064472ce4ff9d1dd6720c32fde22f36eb232f4]

        tdf#93325 ImplAnimView rendercontext: stop painting animgifs directly
        
        Change-Id: I34fb235a2e44eb510a630fb8dbcc2ec68cf96b79
        Reviewed-on: https://gerrit.libreoffice.org/17624
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-10  Eike Rathke  <erack@redhat.com>  [0f4b3cb7d3d68906de316a64dcec281da2a641bd]

        if we have a number formatter then use it, dammit..
        
        Change-Id: I2d70bed4d9cf6f0ef4556a327c51fc5c10fcd2be

2015-08-10  Eike Rathke  <erack@redhat.com>  [ae9a59382f11166da44512a01ae38fc4790ac0d4]

        if we have a number formatter then use it, dammit..
        
        Change-Id: I43b777bb0b3f53682bab7af4643b29e2bd313caa

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [131d5b01f400899470925757658841080b09283a]

        tdf#93325 ImplAnimView: handle rendercontext
        
        Stop accessing mpOut directly, always go via an explicit
        vcl::RenderContext.
        
        Change-Id: I742b63e0db529d1829d2339c213a0b900f727728

2015-08-10  Eike Rathke  <erack@redhat.com>  [711b34d590e659ed754f7c57b3b5eb12acfbbd78]

        tdf#92997 obtain a date/time edit format according to field value
        
        Bloody workaround hack for the fact that Chart does not handle
        category/x-axis times internally and is not able to pass its own axis
        numberformat to its own databrowser editor.
        
        Change-Id: I016695ad0104366c0bb636b449a2014ade31aca3

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [52be3fcbd960238b717a6487f0e19156825c8159]

        cppcheck: badBitmaskCheck
        
        Change-Id: I0a6787379317e5077c5a4520e5144fe091a01538

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [eab0ae6a51667962dff04a0f1ed2b8411a344462]

        cppcheck: nullPointerRedundantCheck
        
        Change-Id: I5cac2cdb383de5448383434a910eb97061c29071

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [f84b07c57185fee4ad5f1f9a6276c7a9db54e00a]

        cppcheck: variableScope
        
        Change-Id: I41270ad017dd16567c9b68df6044f182eec0b4ce

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [f2ca8ff2e68281abf6b1d805f9fd17bf0d4e7750]

        cppcheck: knownConditionTrueFalse
        
        Change-Id: I0368639742e23ce449d2d4ba75f524e693d2ea65

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [802adf5563d3fb190b7ce964bc10a3792f99ad04]

        cppcheck: uselessAssignmentPtrArg
        
        Change-Id: I0b09092b7063b959a9b32ee276c7ae8f8cbb6abc

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [cb164b1d115cb848abfba934d44a4d41ff84c6fe]

        cppcheck: arrayIndexThenCheck
        
        Change-Id: I66dc4dd095d4e1a9d963b1c2c6a99b16d9f9bf61

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [85e14be20f1ba961ee5f5014a845e044ce8db39b]

        cppcheck: redundantPointerOp
        
        Change-Id: I0101893f5e8b65fb473a321e6169c3b610b33e60

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [058c924c9385d003eefa728be7b23b2effd73913]

        cppcheck: unusedVariable
        
        Change-Id: I11e9a952fdb401e08d6095fc36f0eb2dba6e2917

2015-08-10  Caolán McNamara  <caolanm@redhat.com>  [758b5173993bc782e0759fb4db81bd9696e4b546]

        cppcheck: zerodiv
        
        Change-Id: Iaf327051d59c39cbd61e1a64bdf1ee5af5cc4f3b

2015-08-10  Tor Lillqvist  <tml@collabora.com>  [8bc5b7a41f290ab4cc999cddf5d578843559ad1f]

        Add missing SAL_OVERRIDEs
        
        It is really ugly to use SAL_OVERRIDE inconsistently.
        
        Change-Id: I8b556a9cc65e6f71198d126d07ce1559216543e9

2015-08-10  Tor Lillqvist  <tml@collabora.com>  [3d0e2bb23141dabacdcfa325e9cbad1ae58b7329]

        Avoid some ugly and pointless initial double colons
        
        Change-Id: I0d0cb1ef1e7b7f4747204b84c7c910f174e9c7b5

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e46e30b3507ac00a4936031e4236b8a9cbd6583f]

        sw: prefix members of SwDrawTextInfo
        
        Change-Id: I9dfba011760891022704fdb984a8b0edf78d0661
        Reviewed-on: https://gerrit.libreoffice.org/17622
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c438141318a79350ef26a37b59fd7328e46275b2]

        tdf#87922 testcase
        
        Change-Id: I71afd42a1825b44e885485051e56a1c1fb81b0c4
        Reviewed-on: https://gerrit.libreoffice.org/17620
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [31937624e359803d2db8c12a805ec1a5c9d0fe30]

        sw: make these available outside sw core
        
        Change-Id: Id5c4c65369c713d8fd7ba45acf55a65c0a05bb0e

2015-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d48d0e81971266ff4625721b0f069a62ec7014e2]

        tdf#87922 SwDrawTextInfo::ApplyAutoColor: handle fill attributes
        
        With this, if page background is set to e.g. black, then automatic color
        of text is again white, not black.
        
        Change-Id: I8246fa4b7834f60872b0737f03906ccc86948cc1

2015-08-10  Thomas Klausner  <wiz@NetBSD.org>  [78a11f79d8eb5cd1d2b18c288852dec7e3d57a21]

        Translate German comments to English, part 1.
        
        Only about 60% done, but this file is huge, so do a checkpoint commit.
        
        Change-Id: Ic2ea67c894c525d89baf5287c8d009727911e816

2015-08-09  Florian Effenberger  <floeff@documentfoundation.org>  [b16fb9f4096a5bc9906de4b41d39e34f8282b8c3]

        tdf#89592 Initialize PropertyValue Sequences from initializer_lists
        
        Change-Id: I8d7b503bde5960094b1051d38400e52ce46bf986
        Reviewed-on: https://gerrit.libreoffice.org/17503
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-08-09  Maxim Monastirsky  <momonasmon@gmail.com>  [9a1a6b99ebd669ee8d754db45545fa04da64b693]

        tdf#93310 No top margin for "Open Remote File"
        
        Change-Id: Ic43e99654ff28fe9a44eaed104f1847e273a51c6

2015-08-09  Thomas Klausner  <wiz@NetBSD.org>  [938a1b00332090e68cca44c99eb6f4adeedc1f00]

        Fix some typos in strings.
        
        Change-Id: I7fb077c08dbfa3fe3f03941c7567dc65630cf266

2015-08-09  Maxim Monastirsky  <momonasmon@gmail.com>  [5e5dee3512f5b010b832fcf569d7a3eb60f0f62c]

        Revert "tdf#91781 Add additional selection options and go to page to menu"
        
        This reverts commit 351c17497e36c5a42fba627043dabaef2e7040eb.
        
        Change-Id: I0f1367dd4ede68183cdb8d0574a4db10997bbe49
        Reviewed-on: https://gerrit.libreoffice.org/17616
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-08-09  Yousuf Philips  <philipz85@hotmail.com>  [351c17497e36c5a42fba627043dabaef2e7040eb]

        tdf#91781 Add additional selection options and go to page to menu
        
        Change-Id: I8ece4db5c776d8c233bdca3bee4c5fbf689baffb
        Reviewed-on: https://gerrit.libreoffice.org/17597
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-08-09  Yousuf Philips  <philipz85@hotmail.com>  [f03a700119fc149cf1b93dfafa404b997fc2d4be]

        tdf#91820 Moved tool items back into Tools menu
        
        Change-Id: I50e028316b505038fcfbd9c15e5d08ffc48e59e1
        Reviewed-on: https://gerrit.libreoffice.org/17551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-08-09  Dennis Roczek  <dennisroczek@libreoffice.org>  [da0dd0e3ba3ba9310543923b9072d82a9f7590e2]

        fix comment typo fir --> for
        
        Change-Id: I86be2828df897b859433eb0e06aef3e650ad7e55
        Reviewed-on: https://gerrit.libreoffice.org/17610
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-08-09  Julien Nabet  <serval2412@yahoo.fr>  [958ec9ccfe3bbe54369f9e9105c10beae80d9548]

        tdf#79741: Macro with Find @ Replace crash Calc
        
        0x00002aaaaf4bd163 in SfxItemSet::GetItemState (this=0x0, nWhich=26182, bSrchInParent=true, ppItem=0x7fffffff1730)
            at /home/julien/compile-libreoffice/libreoffice/svl/source/items/itemset.cxx:422
        422	        SfxItemArray ppFnd = pAktSet->m_pItems;
        (gdb) bt
        0  0x00002aaaaf4bd163 in SfxItemSet::GetItemState(unsigned short, bool, SfxPoolItem const**) const (this=0x0, nWhich=26182, bSrchInParent=true, ppItem=0x7fffffff1730)
            at /home/julien/compile-libreoffice/libreoffice/svl/source/items/itemset.cxx:422
        1  0x00002aaaaf4bd306 in SfxItemSet::HasItem(unsigned short, SfxPoolItem const**) const (this=0x0, nWhich=26182, ppItem=0x7fffffff1730)
            at /home/julien/compile-libreoffice/libreoffice/svl/source/items/itemset.cxx:463
        2  0x00002aaacd9902c9 in ScCellShell::ExecuteEdit(SfxRequest&) (this=0x312fe10, rReq=...) at /home/julien/compile-libreoffice/libreoffice/sc/source/ui/view/cellsh1.cxx:1032
        
        See https://gerrit.libreoffice.org/#/c/17603/ for details
        Thank you Maxim!
        
        Change-Id: Ie4cf31e3764c02f335830c59674a94acd6c209df
        Reviewed-on: https://gerrit.libreoffice.org/17603
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-08-09  Maxim Monastirsky  <momonasmon@gmail.com>  [7d3fa6bae9f7a755eb2d0ca24bf1afd5f3646bb7]

        tdf#93290 Limit the size request of the styles combobox
        
        Change-Id: I1ef697008dcd5e993c1d509fce055c5454d80f40

2015-08-08  Thomas Klausner  <wiz@NetBSD.org>  [05925ef8a49f3ba302140bd37ba9c4848598638d]

        Do not add --binary to patch flags unconditionally.
        
        It is only needed for Cygwin, and some patch(1) don't support it,
        like NetBSD's.
        
        Solution suggested by vmiklos on irc.
        
        Change-Id: I65a3a82e755167828658218c7d73c4f2294e587f

2015-08-08  Stephan Bergmann  <sbergman@redhat.com>  [8a7b4d5bb51b9d3d827bc4d0c8c7861f0935060c]

        Explicit capture annotations
        
        Change-Id: I7be1a36196a07a80a7b7173c3869621f5d707204

2015-08-08  Daniel Robertson  <danlrobertson89@gmail.com>  [4ce10ff6ce725212efa91a017a61e1bd781008c1]

        tdf#92459 remove compat_functional from extensions
        
        Replace all uses of deprecated features from the o3tl in
        compat_functional.hxx with lambda expressions in extensions. There
        should be no side effects due to this patch.
        
        Change-Id: Ib9a217c1d61593eaba82431ab047e5b899c74568
        Reviewed-on: https://gerrit.libreoffice.org/17587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-08  Daniel Robertson  <danlrobertson89@gmail.com>  [717b23ef2765678a5598d652956edd77d2d62fc5]

        tdf#92459 replace deprecated o3tl features
        
        Replace deprecated features from the o3tl including select1st and
        select2nd with lambda expressions.
        
        Change-Id: I0cb1aedc3e193c52d25e2837a47d9d90c898079e
        Reviewed-on: https://gerrit.libreoffice.org/17459
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-08-08  Caolán McNamara  <caolanm@redhat.com>  [0257b5c9edba1fda1c8ada32fc9e2378c3847726]

        gtk3: name CLIPBOARD and PRIMARY with different names
        
        Change-Id: I4b8f36931f7ee19fe774a735a6d36ecd91de47ef

2015-08-08  Thomas Klausner  <wiz@NetBSD.org>  [29690bee381a9075ffa90a826a2b5a5a94a6673a]

        When looking for tar, accept 'bsdtar'.
        
        libarchive installs it under that name at least on FreeBSD, NetBSD,
        and OpenBSD.
        
        Change-Id: I7c4ce8f2dcf59f6d2b23266f450a88f3f2217e4e

2015-08-08  Caolán McNamara  <caolanm@redhat.com>  [e4eefdcc0c929cee0b0df95a7eb0d271430496a5]

        do 'TODO wiz 20150807'
        
        Change-Id: I60adb6db2df64f692508ba86c6e87e8e7d0adf4c

2015-08-08  Thomas Klausner  <wiz@NetBSD.org>  [2981bcf7e34d9f4c9d1e821045f3f22ddb318339]

        Translate two assertions to English, adapt two others for consistency.

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [d026cad64c72eacf7bff9bbd7e3bb5b1a56f8479]

        Fix typos in comments.
        
        Change-Id: I5b97d12171020dab1379d4f7e78cab7de4a779df

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [4bc76a73f42dc37a1e9792d89f846f9a9280e668]

        Translate remaining German comments to English.
        
        Change-Id: Iad76b958db7eab849a1bfe18b486a30eacc276e3

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [2724773573c68f5f4d0176c12a1deda0475a66e9]

        Fix typo in comment.
        
        Change-Id: I4adabd4eedc6dd9156eb40476e2141dece1e448d

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [9dbb88fc41e7a91c852795f00a663c0d073dd70a]

        sw: fix ~SwIndexReg() assertion on import of tdf92157-1.docx
        
        Problem is that the TextBox SwFrmFmt of a draw object gets a FLY_AS_CHAR
        anchor set, which is then not updated later before nodes are deleted.
        
        (regression from c7307c77254557646f33017af915f6808a861e29)
        
        Change-Id: I906ee47b5c30944a08fd8a0d7d6ea8b8c9e6a6a8

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [2d76030d985b53779e2363b559f441613f5c677c]

        configure: *another* --enable-selective-debuginfo pitfall
        
        Change-Id: I5f04b71d01c163edde55f01becfe2e460f4bc9c7

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [cf27d96fa3bffe603941f3e11e871b3202a3ba96]

        Translate remaining German comments to English.
        
        XXX: one sentence sounds incorrect, I have added a TODO marker so someone
        can check it.
        
        Change-Id: I5bd5a01b64ad0f0234465ca9347b4b842e6d0172

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [da4bd92d474455c6ef88ec2190b6c305ee3740ba]

        Translate remaining German comments to English.
        
        Change-Id: If0bd1d61578176ae82630ed35309c6fe0e79a4d1

2015-08-07  Thomas Klausner  <wiz@NetBSD.org>  [6f98a0ab51cc5c860576b4ad44478b438cc5a5eb]

        Translate remaining German comments to English.
        
        Change-Id: I0b6b60bd4fa921993388340b8c16c533ba9f257f

2015-08-07  Caolán McNamara  <caolanm@redhat.com>  [a29d82d8739edc55f79478b38b2a817c66e52ed8]

        error C2039: ´getCreateColumns´ used in mozab/MStatement.cxx
        
        Change-Id: Ie1fb9718e094f02fe99a47f9fa8bd9f8db2be733

2015-08-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [467c482da453c2232bb7617e0983a75833ee46f2]

        update credits
        
        Change-Id: I90d1a5696e0c964d7e5df8be14781a4e292d9c12

2015-08-07  Caolán McNamara  <caolanm@redhat.com>  [d403cf5451d9a525f7fd76357ec9fa907908d40c]

        gtk3: it was pointed out to me we have up and down reversed
        
        by jrb, oops
        
        Change-Id: Id722533edae72d4849129e339bd6cca265d3c35c
        Reviewed-on: https://gerrit.libreoffice.org/17577
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [30335b9fae7eef8d5f07dd5b0abf3efedd5a1176]

        stupid warning
        
        Change-Id: I1ec30be94ebfc7449a1bd946a73a52eafbe67264

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [febd02b705c06929810835c5e2f677bfc91fb52c]

        xmloff: replace boost::ptr_set with std::set<std::unique_ptr>
        
        boost::ptr_set was actually quite nice here, pity about the obnoxious
        warnings...
        
        Change-Id: I46973635fd26e4f1db96f2806c211b83436bef5e

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [18c502b0049a5330f870ad43e1c49b46cbae81fc]

        xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>
        
        Change-Id: Iaacebe5d88ad8b124f0891f5a7763b9868a6022a

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [1fa505d8f11ab97cd9cdcf5c6cd11ae357c29408]

        xmloff: replace boost::ptr_set with std::map
        
        Change-Id: Ib4effa78cba72954c21ebadf0c5286b2d5207b4f

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [3de4481f654e5158870aa97c9faea66db6d972bb]

        xmloff: replace boost::ptr_set with std::set
        
        Change-Id: Idc03bf695d94f47f2057629b4175c2bdf3a83f22

2015-08-07  Michael Stahl  <mstahl@redhat.com>  [d7b4e6b434885c630ee94e8233fb142cbf0a0107]

        svtools: convert boost::ptr_set to std::unordered_map
        
        Change-Id: I2b5a57978e693f3b08726a09a0d1f6cc32d9f593

2015-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c64a7ce1fcd1e30956a77530d0b76ad493841024]

        Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::Cursor
        
        Instead of painting on the vcl::Window directly, take a
        PaintBufferGuard, and use the vcl::RenderContext of it, that may be
        either the vcl::Window or the toplevel frame's buffer.
        
        Trigger the paint of the buffer by informing the guard what area was
        painted. In case of direct painting, both the ctor and the dtor of the
        guard is a NOP.
        
        This means that finally we can also assert Invert() calls on the output
        device, so that direct paint can't happen when double-buffering.
        
        Change-Id: I0322563369dc63b3c49061cbe7c4a911cb13a2e2

2015-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6c7a0bf105c399d087e2d9f843dbd9b175fdf42]

        tdf#92982 vcl rendercontext: move buffer paint logic to PaintBufferGuard
        
        The motivation is that this way vcl::Cursor will be able to reuse it.
        
        Change-Id: I7e89d5acb5d63d3297d7c3c8050ccd2172c8608d

2015-08-07  Ian  <ian.gilham@gmail.com>  [25534a62b2ba398c6298c6b9e521f20de1087540]

        tdf#90222: Removed redundant collection type
        
        Removed ScaStringList collection and replaced it with
        std::vector<OUString>
        
        Change-Id: Iba9680454a7a154cc445e2b5c8a436917868b40e
        Reviewed-on: https://gerrit.libreoffice.org/17573
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [0dc79f35aa3a373414c17f596ca4491a69083864]

        libmwaw bundled soname patch
        
        Change-Id: Ibaba47be8aeefca7719d1ff335f551777130c6cd
        Reviewed-on: https://gerrit.libreoffice.org/17568
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Justin Luth  <justin_luth@sil.org>  [3f7eeb007050d7bc4606f3c3e8221175d92ab06b]

        related to tdf#87437:  prevent null pointer function call
        
        Fix for change id  Ia98017cbba7d3a43b67764ae0fa6447b7e90ca86
        
        Change-Id: Iad3d689f7a8dd612c31ea80c9502031a2dc0ed70
        Reviewed-on: https://gerrit.libreoffice.org/17391
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [824e663cfbba436db32e4f2a20e3acbe275252e7]

        libetonyek bundled soname patch
        
        Change-Id: Ib9ca5d65a493db7daa094b0dea3613637c4c184b
        Reviewed-on: https://gerrit.libreoffice.org/17567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [27ba1e316833671b1067fe8e6745530fa91c173d]

        librevenge bundled soname patch
        
        Change-Id: I8c55eb6eeca40faf8201af037f31a57ce9b64ac0
        Reviewed-on: https://gerrit.libreoffice.org/17572
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [cc22b245bee8b6d243c22f73b8715f12ebd03f88]

        libodfgen bundled soname patch
        
        Change-Id: I09f0528420577e4b417ee4e39a52150777910d13
        Reviewed-on: https://gerrit.libreoffice.org/17569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c85b25114a756e1abb3e68a4c7d3630c486917b5]

        tdf#92982 vcl rendercontext: make PaintBufferGuard visible outside paint.cxx
        
        Change-Id: I4bafba3d99fc45d6d5fa875a91d498518d3a0c29

2015-08-07  Caolán McNamara  <caolanm@redhat.com>  [ea4a775eb1a15d2be198e42b199af025ed90926a]

        Resolves: tdf#93198 gtk3: support PRIMARY as well as CLIPBOARD
        
        Change-Id: Ia8c7da1e321f363efee2d60b29078b35fcbe1dcd
        Reviewed-on: https://gerrit.libreoffice.org/17570
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Phillip Sz  <phillip.szelat@gmail.com>  [6d3b26829b5f30ea934249ef88eb10b2507969f1]

        tdf#39468 Translate German Comments - sw/source/filter/ww8/ww8scan.cxx
        
        Change-Id: I843c26ad7594935d53b5cac90534a0ed3e55f40b
        Reviewed-on: https://gerrit.libreoffice.org/17530
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-07  Caolán McNamara  <caolanm@redhat.com>  [e8620d35f73f38f3cc6b550909c73188b64a88bf]

        Resolves: tdf#92896 wrong delete language dialog path
        
        Change-Id: I720e95c6c5e8b613ef880aa65f5e8cdb85143b58
        Reviewed-on: https://gerrit.libreoffice.org/17565
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Caolán McNamara  <caolanm@redhat.com>  [ef698035aa2aa64fc4c4455b394e6782772fef4f]

        Related: tdf#88314 delete temp files
        
        clear to close the inputstream before attempting to delete the temp file, which
        is plausible as the windows-specific failure in earlier attempts at this
        
        Change-Id: I751aa3a098dd960f56b77a5f5fc93783c1060556
        Reviewed-on: https://gerrit.libreoffice.org/17531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-07  Mihály Palenik  <palenik.mihaly@gmail.com>  [745c7bce5fe8b218f7d300667a5409bc7ef58c34]

        Delete unnecessary writer options from Options dialog
        
        Here https://wiki.documentfoundation.org/Design/Whiteboards/Options/Writer
        are unnecessary writer options. These options are set in
        Expert Configuration dialog under org.oppenoffice.Office.Writer node.
        Some of them have void type therefore they aren't deleted.
        
        Preference name, Property, Location in Options dialog;
        org.openoffice.Office.Writer/Layout/Window, HorizontalScroll,
        View/View/Horizontal Scrollbar;
        org.openoffice.Office.Writer/Layout/Window, VerticalScroll,
        View/View/Vertical Scrollbar;
        org.openoffice.Office.Writer/Layout/Window, HorizontalRuler,
        View/View/Horizontal Ruler;
        org.openoffice.Office.Writer/DefaultFont, Document,
        Basic Fonts (Western)/Current documentum only;
        org.openoffice.Office.Writer/DefaultFontCJK, Document,
        Basic Fonts (Asian)/Current documentum only;
        org.openoffice.Office.Writer/DefaultFontCTL, Document,
        Basic Fonts (CTL)/Current documentum only;
        
        Change-Id: Ia98fa456ec6039bff3ad13ca7668e73320d63920
        Reviewed-on: https://gerrit.libreoffice.org/17542
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [68279e04de33201b8f75b55ad8cac9deef3d044d]

        libwpg bundled soname patch
        
        Change-Id: Ied2f331000c83d696fb5dd662860c3b51b95c616
        Reviewed-on: https://gerrit.libreoffice.org/17547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [4284337d92420373f2e1bcb40c9513db94a73bca]

        libwpd bundled soname patch
        
        Change-Id: I25dee74be0391b56587b4cc3eb9599708446825d
        Reviewed-on: https://gerrit.libreoffice.org/17548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Andras Timar  <andras.timar@collabora.com>  [fff1d5bdd087f72178321f47b649323013d933cf]

        libwps bundled soname patch
        
        Change-Id: I6661ff49e25921ce11dc04fffab84cf5db3c95fe
        Reviewed-on: https://gerrit.libreoffice.org/17533
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-08-07  Yousuf Philips  <philipz85@hotmail.com>  [0ff1c37159216d26816d0d797a80db277e37a59d]

        tdf#91857 Move master display items to View menu
        
        Change-Id: Ia5404045389d87a001671e870458a7985d0b990b
        Reviewed-on: https://gerrit.libreoffice.org/17552
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [33aead22a90ec94e625bbc1b9808096e6c370616]

        sw: use std::unique_ptr in sw-global includes
        
        Change-Id: I7b1a313e6c36fd162878cfc9f17ae73f91a72665

2015-08-07  Ian  <ian.gilham@gmail.com>  [09a9234c021ad98c5adeb493b5814e97b92ee912]

        tdf#90222: Removed ScaStringList and replaced all uses with std::vector
        
        Change-Id: Icd12e4a1557b39fd387173ce261118c27200dd2b
        Reviewed-on: https://gerrit.libreoffice.org/17543
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-07  Noel Grandin  <noel@peralex.com>  [46791546a8aaef40eafc08e6e71b4b0785324564]

        cppcheck:noExplicitConstructor
        
        Change-Id: I940714e303b905b756ba077eeda6c41746bd421f

2015-08-07  Noel Grandin  <noel@peralex.com>  [6343754e310a589cb49e2a1da0cd68472571179d]

        cppcheck:noExplicitConstructor
        
        Change-Id: I2717d3d120df8af5b7e9af8d147a57b9f5b5ecbe

2015-08-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dea885f80a80c6a5839ee5dbf8521487186a9522]

        opengl: cache native widget textures also for Windows
        
        Change-Id: I476f0ffaef383f3227c0c12b50fcdebf393190f6
        Reviewed-on: https://gerrit.libreoffice.org/17487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-08-06  Dennis Roczek  <dennisroczek@libreoffice.org>  [4c57e8bb69ac727713a23a066ac6ed618eff28c8]

        fix typo: rectange --> rectangle
        
        Change-Id: I24316edbf9fc95281b0bfdbcffbc670a3df4c853
        Reviewed-on: https://gerrit.libreoffice.org/17550
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [d657a976f5ac73da5277612b4bdf6a25641e2797]

        postprocess: d'oh generated files are in $(BUILDDIR)
        
        Change-Id: Id9dee9cfe065b30c2ae9bade1098d16e2c659c23

2015-08-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3f6259b28d1dadd8940decb6cc7a9a34dc718ee6]

        typo "(1 alpha)" → "(1-alpha)" confidence interval
        
        Change-Id: Idad2cf21bc6e64797a3662f5204f8d77289ce940

2015-08-06  Thomas Klausner  <wiz@NetBSD.org>  [9f2beba81a0b70d1624cbb431fbb7563d6ef6b5b]

        Fix comment.
        
        Change-Id: I0f18205f63c6bd5f9375cf3328b72ba5ef84cbde

2015-08-06  Thomas Klausner  <wiz@NetBSD.org>  [a1438658ff8cf86618acf27e6a35229681333363]

        Translate a comment to English.
        
        Change-Id: I3cc3973e3740009b543d9a841396182e76e16203

2015-08-06  Thomas Klausner  <wiz@NetBSD.org>  [54ae52e1cef40d888495b323583c22cff0da6a8d]

        Translate comments to English.
        
        Change-Id: Ic1c22a4840c09249e9a1e8cf0712ee942fd030b1

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [8dc2f2f182e72e9fce277d8f5e9bcf3ce474f84f]

        sal: fix assert in osl_joinWithThread()
        
        e3a74864a02d2ed362f7bfb82c5ce6068b908101 was subtly wrong:
        in a --enable-online-update build, the assertion triggered with
        nonsensical stacks like:
        
        4  in osl_joinWithThread(oslThread) at /sal/osl/unx/thread.cxx:441
        5  in osl::Thread::join() at /include/osl/thread.hxx:111
        6  in (anonymous namespace)::UpdateCheckJob::notifyTermination(com::sun::star::lang::EventObject const&) at /extensions/source/update/check/updatecheckjob.cxx:312
        7  in framework::Desktop::impl_sendNotifyTerminationEvent() at /framework/source/services/desktop.cxx:1665
        8  in framework::Desktop::terminate() at /framework/source/services/desktop.cxx:307
        ...
        14 in binaryurp::(anonymous namespace)::request(void*) at /binaryurp/source/reader.cxx:85
        15 in cppu_threadpool::JobQueue::enter(long, bool) at /cppu/source/threadpool/jobqueue.cxx:115
        16 in cppu_threadpool::ORequestThread::run() at /cppu/source/threadpool/thread.cxx:171
        
        The problem is that the early-return case is (accidentally) doing the
        right thing for an attempt to join a thread that has already terminated
        normally, but the assertion must not trigger when the terminated
        thread's ID is re-used by a later thread.
        
        Change-Id: I2a6764d2ec189d96ccb366db14395029bb8e73ad

2015-08-06  Eike Rathke  <erack@redhat.com>  [b02f792f23e6d5872de1f2f5abd0151a89751c43]

        unit test for short name ambiguity, tdf#93080
        
        Change-Id: I97f33c8db59d2fc084b5e4eb389bff3d8254d4f0

2015-08-06  Eike Rathke  <erack@redhat.com>  [c7d66949beecab92dc8f1380c54751710aa0b7a2]

        Resolves: tdf#93080 short day name and month name may interfere
        
        Change-Id: I088633e4cff278e1add8eeea8828f9ba9c9fb140

2015-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4a2c604c73337cd21cd98d975b4f2b943fbab60]

        tdf#92982 vcl rendercontext: fix missing background repaint of Edit
        
        Change-Id: Ic45f65d10835eb39b6709e7adeed1392905ea631

2015-08-06  Henry Castro  <hcastro@collabora.com>  [21531da576eca7ef9cb2ee78d1643b25d5f86ae3]

        LOKit: set thread name lo_startmain
        
        It is necessary the thread name for debugging LOKit threads.
        
        Change-Id: I713595eb1319234ff90a6eddebcac5ebad912b04

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [da011e057e036c3f042bfdd64fed703ead9d9ec9]

        postprocess: try to get the right version number in About dialog
        
        Add a dependency from main.xcd to config_host.mk to rebuild it when the
        version number changes.
        
        Change-Id: I6878d58def57942f117b0b6e49a6c03abbeca5af
        Reviewed-on: https://gerrit.libreoffice.org/17539
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-06  Varun  <varun.dhall@studentpartner.com>  [d393f343e376a83e422f79e1a902702e0b52d5de]

        Added Test for #tdf77340 paragraph style page-style properties
        
        Change-Id: Ia13742604347d11c0225ba5db05d2eb6b6b29d7f
        Reviewed-on: https://gerrit.libreoffice.org/17528
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-08-06  Noel Grandin  <noel@peralex.com>  [922f631da18935887c3de6e2ba47ebba8d5aea02]

        remove some unnecessary casts and local vars
        
        Change-Id: I6070421b2275b7fdd698fdc87cc349fc87846513

2015-08-06  Noel Grandin  <noel@peralex.com>  [0c08cb23b4902f19ed0e1050b5c9a52164c0d2ac]

        tdf#93018 - Copying forms not working anymore (part2)
        
        I missed a similar bug lower down
        
        Change-Id: I673c69dd1d36cc1b502a7de7821a05d859313aac

2015-08-06  Noel Grandin  <noel@peralex.com>  [f7d65b04126b614bbb0b1bc0e7b6309900d4dc8d]

        tdf#93018 - Copying forms not working anymore
        
        Bug introduced by commit fb14be5f8f74f83ba89e15f891ddf1f753dcc62f
        "create new 'enum class' SotClipboardFormatId to unify types"
        
        Change-Id: I3febb927f658ac27d2b864869775db3b71940a5c

2015-08-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b6a3cdf1b48da74b14d22b8e42343600cfb4dbf5]

        tdf#39468 Translate German comments - include/svx
        
        Also fixed one comment I forgot in the previous patch
        
        Change-Id: I3ee090b03bb3d5b5c0d4095c991f22a894ed912a
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [e3a74864a02d2ed362f7bfb82c5ce6068b908101]

        sal: make osl_joinWithThread() a little more consistent
        
        If the Win32 implementation deadlocks on a self-join, at least assert in
        the same situation on UNIX.
        
        Change-Id: I1b9e3da95837d456e6933e8fd9a256869cb4bde9

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [b8eeefebb7914f4ed0346d97c8de56e8796c5be2]

        toolkit: don't let ToolkitWorkerFunction join its own thread
        
        Change-Id: I6694bf83e1e5ba6563d399e454442ce3574e8d26

2015-08-06  Michael Stahl  <mstahl@redhat.com>  [f636e53ea9d120ffd3e2cd9c771d6363642d0809]

        unotest.py: call the magic bootstrap init function once only
        
        Change-Id: I5f775234f44c23386af19f973a9f895a39fa31d5

2015-08-06  Noel Grandin  <noel@peralex.com>  [70e06397ac48b79487f6ce4ff1e0517e922fa73f]

        in find-duplicated-sids, also check for redefinitions
        
        Change-Id: I0c90efb477a7e9ee4acac98f97c9ff77e75cdec4

2015-08-06  Stephan Bergmann  <sbergman@redhat.com>  [30585544fe20e177226e672dbc31e91ed2988772]

        -Werror,-Wunused-private-field
        
        Change-Id: I37661729a2d9f05b58eef5a21effff8f8516b1b7

2015-08-06  Takeshi Abe  <tabe@fixedpoint.jp>  [975875d53a8afa7ae2df944f7a584870c663bc6a]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants in extensions.
        
        Change-Id: I45e9dc5769150181df88791b3f748002ca713c02
        Reviewed-on: https://gerrit.libreoffice.org/17517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-06  Noel Grandin  <noel@peralex.com>  [c268bfd4715186bf0623fdd757de7bf68298f3c3]

        add script to find duplicated SID's
        
        requested by Phil Jung
        
        Change-Id: Id6b803e64868a5194572b3356fa98defa18bff33

2015-08-06  Stephan Bergmann  <sbergman@redhat.com>  [c1be1a5ce7949220236da9540d0e4a91882dee05]

        -Werror,-Wunused-private-field
        
        Change-Id: I0dd91ba9f7b3cbe9c6799c40b7e16a8a58f9d89e

2015-08-06  Stephan Bergmann  <sbergman@redhat.com>  [725a9909cdfeeb9a5c43a9b35ae18874433c2c65]

        -Werror,-Wunused-private-field
        
        Change-Id: Icdc568e4d771cb8ebeca329a897d3694408ffaa4

2015-08-06  Stephan Bergmann  <sbergman@redhat.com>  [d6b7644607a3886a6b455bfbc63d343bd86adec1]

        -Werror,-Wunused-private-field
        
        Change-Id: I17b193e79f4eaf54c9ae8f5c6dfd204b8fc4ad3b

2015-08-06  Tor Lillqvist  <tml@collabora.com>  [3a2929e3f8dd3b0c57bc0c5e8496d23b6f63d925]

        If we want this to crash intentionally, use abort() then
        
        free(NULL) does not crash, it is defined to do nothing. Did I not know
        that in 2010?
        
        Change-Id: Ia6c4817ea87b646d643a19daabfe7850c5416cc8

2015-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [08aab3de3ac9d2d284ebfbddb92874853451ddb0]

        sw: use std::unique_ptr<> in ww8
        
        Change-Id: Ia3fc26c8d3ec433e2cdf401b0fc0d70de4611210

2015-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c09657c5c25cf941588610eeab653217399f9b5]

        cid#1315264 incorrect expression
        
        Change-Id: I33457a2e1a213c6eb172ab188272e9688cd2ccad

2015-08-05  Caolán McNamara  <caolanm@redhat.com>  [458bf0812570f517dd4b80efbcfb7e0fca9479f7]

        Resolves: tdf#88314 close temp file after each thread completed
        
        Change-Id: Ic2eec30cfb5f61c53777eefeeb8bad6f552da2fc
        Reviewed-on: https://gerrit.libreoffice.org/17355
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-06  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [00fce54440986cc18e548c300032ed2023ce935f]

        Add clear-formatting icon for LO 5.0

2015-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a2a266d4bb493a7e9e71616d567cb4ccdf82269]

        support more command in chart sidebar
        
        We now have a complete toolbar controller in chart2.
        
        Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b

2015-08-05  Caolán McNamara  <caolanm@redhat.com>  [848f685ae8f614ad62d205ef628f259cafb738b3]

        attach gestures to event widget instead of toplevel
        
        Change-Id: Id0658cf561570a2ae15fb7fd603e6437da9cfaf2

2015-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2eaa1bb9354c3e175d8b8de4f242bed89db4664]

        don't map GDK_KEY_RELEASE to keyboard events, tdf#92996
        
        This was only done in the new gtk3 backend, all other backends seem to
        ignore the GDK_KEY_RELEASE event (especially the gtk2 one). So make the
        gtk3 backend code consistent with the other backends.
        
        Change-Id: I3bdecb7ce05190ee2496bc552ca79375fb6fd713
        Reviewed-on: https://gerrit.libreoffice.org/17431
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-08-05  Stephan Bergmann  <sbergman@redhat.com>  [089fdb63139e424e36d4aa9c892f65bdcbdd1116]

        OSL_ENSURE always makes the condition visible to the compiler now
        
        Change-Id: Ifc2f4592fdd4cfebdefc0c4b94656ffc06ddf879

2015-08-05  Varun  <varun.dhall@studentpartner.com>  [077fd3d95cc00bb3cd99f6bb7dae610877ad59b5]

        Added Test for #tdf62176 Negative indent on text shapes
        
        Change-Id: I9548c80f0bda342477cde249f9b55dde95e9c0f4
        Reviewed-on: https://gerrit.libreoffice.org/17524
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-08-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f967e900c85d0a80a8665439f79238b87855b4a6]

        Updated core Project: help  bbece63b0f7b182f8bbf36accef29bb7a42e7800
        
        missing space Open Statement[Runtime] → Open Statement [Runtime]
        
        Change-Id: If90b4d89c0dc7172b417b30dd242278386813244
        

2015-08-05  Tor Lillqvist  <tml@collabora.com>  [eaa20331758ef83a5f13bae7cbd776d7727d1c73]

        Graphite is enabled by default, so give help for --disable-graphite instead
        
        (Not that I know if there is any good reason to keep it optional.)
        
        Change-Id: I92c52ad201661755e2d6eb023be7e268249b75a2

2015-08-05  Noel Grandin  <noel@peralex.com>  [9c1f700aff5f7e375d3570231e6d68fe2e2c0334]

        improve refcounting loplugin to check SvRef-based classes
        
        Change-Id: I2b3c8eedabeaecd8dcae9fe69c951353a5686883
        Reviewed-on: https://gerrit.libreoffice.org/17521
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-05  Noel Grandin  <noel@peralex.com>  [a5b842f3aa401352f5454edb8f47d9576dff0092]

        remove unused SfxFilterFlags values
        
        from both the code and the XCU files
        
        Change-Id: I47f1f33c3ad4a37e346e3b8020dd9d3e284ccb77
        Reviewed-on: https://gerrit.libreoffice.org/17522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [968bc55adebd0158349b32a31ea341be292d8aa1]

        tdf#92982 vcl rendercontext: fix buffer size with empty user profile
        
        I did not notice this before, as my user profile had a custom window
        size; but with an empty user profile the buffer had a 0,0 size, so the
        buffered result was empty, as no ImplHandleResize() was invoked.
        
        Change-Id: Ie299ad1323944941afc407dc90f2459d72885d42

2015-08-05  Noel Grandin  <noel@peralex.com>  [403c13487c36f4200adf0986c5d11398f719cd7a]

        loplugin:unusedmethods
        
        Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba
        Reviewed-on: https://gerrit.libreoffice.org/17506
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [10560949f90e08fe4a04dd91c7d388c4998100e8]

        sw: use std::unique_ptr in docxattributeoutput
        
        Change-Id: Ie551cc9c1de20c017d8cf9f4d6f060729f9c245b

2015-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [aecdaa718612285306335e307b242d6b9166052e]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants in embedserv and eventattacher.
        
        Change-Id: I556ad208a7ffcf85c484e298cdbb1324b8a6a659
        Reviewed-on: https://gerrit.libreoffice.org/17499
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [62de18ab98289fc80984299f13ad71e4a4452ea3]

        tdf#76845: wizards: fix Web wizard XSLT deadlock on Windows
        
        The web wizard runs some XSLT over the exported file.  It registers
        a handler that is called when the output stream is closed, and this
        Process.streamClosedHandler() calls terminate(), which causes the
        deadlock, because it wants to join() the extra XSLT thread but the
        handler is actually called from the XSLT thread itself.
        
        Fix that by moving the terminate() to another function that runs in the
        main thread.
        
        It does not deadlock on Unixes because osl_joinWithThread() actually
        detects an attempt to join the calling thread and returns early.
        
        Change-Id: Ia176562fa28b97c7e8956c1e8975c9aa6ee23236

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [c1617b8d74b5e232efeec864241ada89f874fe63]

        wizards: text.TextDocument.getPageCount called as class method only
        
        Change-Id: I9888f8ab7bccdd2902d619487279999f2ff9ab13

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [71dbc4acd0d7ec9fd42a289514435457c5bc462c]

        wizards: FileAccess.getURL1 is unused
        
        Change-Id: I3afde8e7f8b0b88e8f1a5d1ad71429c2aa7d7a94

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [8bf374b98d07c24a37933b8c03a53abb3a8ff5c6]

        wizards: FileAccess.getURL does not work on Windows
        
        The hard-coded "/" separator causes getFileURLFromSystemPath to fail,
        and it's not obvious why the URL is being converted to a system path
        in the first place.
        
        Change-Id: I06ebe6d92954c4f3c884ae6f0b327ea8a36c10a4

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [4231274abaec8e45538788bd67261044d7ef4bea]

        tdf#76845: vcl: main thread does not necessarily have SolarMutex
        
        ... at least not if VCLXWindowImpl::OnProcessCallbacks drops it and
        calls arbitrary event handlers.
        
        So try to make nested SolarMutexReleaser work in that case (although
        poorly).
        
        Change-Id: I1e2a1f4d6f42f826692696f7d92d1c3d71291f39

2015-08-04  Caolán McNamara  <caolanm@redhat.com>  [1f45a84af05d53c58c1bb5ceeec070eb8255ef75]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I5063f7f6975d7aae8441e51a98e8b49642ed2970

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [4275056a90eb9e178062276cc104ac2b94db13ca]

        tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLOR
        
        ...introduced with c1b9d61bacaf676d69a0f49a79fb086535f79a48 "tdf#88276: Add slot
        and handlers for toolbar|sidebar buttons"
        
        Change-Id: Ic63a7766b7f0ccae9144a0ef276e2df63fc22f2e

2015-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec1a0354050491e84792a30df75d361803b62b1f]

        tdf#92982 vcl rendercontext: no need to tweak map mode in PaintBuffer()
        
        This used to be necessary, but now that the "copy settings from the
        window to the buffer" is always guarded with PaintBufferGuard, it's
        actually one of the places that do modify the buffer settings without
        undoing that later.
        
        Change-Id: I7fde878635ffc7de7027d6d8f8de47935fc4870e

2015-08-04  Pranav Kant  <pranavk@gnome.org>  [4df957f7255cf2ddce47a088dd30f945db6975be]

        lokdocview: Don't use extern variable: lokThreadPool
        
        Change-Id: Ia208e3309bb64baf71ceb97cdf1b3b57b6120353

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [f0ca80f4e7b3d018aabcc0ed428551fda836afe6]

        configure: MSVC 2015 finally supports C++11 thread-safe statics
        
        Change-Id: If0e644298c655487cf97609a66ee37c5b4bd70ae

2015-08-04  Yousuf Philips  <philipz85@hotmail.com>  [525b1c2c86898b4f7b53d887d4b6ab4c843f22ae]

        Hide open remote button in standard toolbar
        
        Change-Id: I175d27311fa166d3d33f2d88184b1fcd01f5df6a
        Reviewed-on: https://gerrit.libreoffice.org/17476
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-04  Michael Stahl  <mstahl@redhat.com>  [f168fcaed2b30178ca6bf5ddb0f8f1763e10a8db]

        sal: partially revert a251fe4d48237a4d9c9530dafc7bbdce6028e9cf
        
        The change to sal/log.hxx affects extensions too which are not required
        to use a C++11 compiler.
        
        Change-Id: I3ed08f9a02a2e082fcdb821bce84244597f2390a

2015-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [28e465d2611adee62aac984a9c0bf731adcb793b]

        tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offset
        
        Change-Id: Ifd6a75c4312f93c815f5d137f515724f3629fa0d

2015-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c36a00b811471b81abf189d80e07b5ff96243288]

        tdf#92982 vcl rendercontext: PaintHelper: restore set buffer properties
        
        If the buffer is persistent, then any member we change on it, so it suit
        our needs have to be undone once we're done with the painting.
        
        Change-Id: I7c5491b3b27601fb367af0856ac95cc3f845647a

2015-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [94a6daa068f75c7196e79a8a4295c2a069ff4530]

        tdf#92982 vcl rendercontext: set correct offset for the frame-level buffer
        
        In case we had a toplevel window W1, the paint was triggered for window
        W2 and we had a sub-widget W3, then previously the buffer was created
        for W2, so the pixel offsets had to be set relative to W2 when rendering
        W3. As a consequence, if a single window was painted, then it was
        always painted in the top left corner.
        
        Now that the buffer is persistent and is always created for W1, make
        sure that we paint to the correct offset, and W3 is always painted at
        the same offset, regardless if it was painted directly, or just because
        it's a child of W2.
        
        With this, the buffer conents is closer to what is on the screen, even
        if it's not perfect yet.
        
        Change-Id: Ibf0e89ad18e5763bd2a01e69d91da163c24a309d

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [9ce9b66eb241986a9d40d0385d0cdc73caf3b036]

        -Werror,-Wunused-private-field
        
        Change-Id: I2d23f199d07b4a339f080263b27d13faddc11ffb

2015-08-04  Yousuf Philips  <philipz85@hotmail.com>  [6860400666683d9e42b8de89bc189721527956e3]

        tdf#91588 re-enable select button in draw toolbar in sw & sc
        
        Change-Id: Iab1f29925c26e9cc862bb858d72eb528e656215b
        Reviewed-on: https://gerrit.libreoffice.org/17475
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-04  Julien Nabet  <serval2412@yahoo.fr>  [8c0e06fafefdf3a0d1eff8766737b0c845d3ca48]

        cppcheck: Variable 'bGrowBackwards' is assigned a value that is never used
        
        See https://gerrit.libreoffice.org/#/c/16960/ for details
        
        Change-Id: I04afed2268bb874dfdd30a5df69b17ba3103aaa7
        Reviewed-on: https://gerrit.libreoffice.org/17471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [9e605bcffa335f69a2352454e88ec33d5278c925]

        -Werror,-Wunused-private-field
        
        Change-Id: Ied02019c6e11287ba574bb861ed7b2a8da1f8083

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [1caec4283704f4087378816e4236df1aac468a47]

        -Werror,-Wunused-parameter
        
        Change-Id: Iede9204bf93014e757c4fdf4a8363a90b7577dbc

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [a4073f22c1cf3d6335ae5305eb60a5dbe9ee555a]

        -Werror,-Wunused-private-field
        
        Change-Id: I3f6c5b11830fcc581e662d2c000669ee80accaf5

2015-08-04  Noel Grandin  <noel@peralex.com>  [3d5dc80b0760ad37537cf449e7ac3836f68ad910]

        fix crash in refcounting plugin
        
        introduced by commit c15b4cf39a74176cee64795129d76f411d2c0a69
        "Adapt to current Clang trunk towards 3.7"
        
        Change-Id: I00f58d3bc79e641df9bba4e9b1d5c8463b87dc42

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [875e1b50a069a46f59d4c64399ec09ff574fee87]

        loplugin:refcounting
        
        Change-Id: I8471af77361364ce677f7a31dda78168909dea90

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [b9d0fe1cec0af280b0fbb80ee98769b18bb255e9]

        Workaround for libc++
        
        Change-Id: Iee5243231d695299609ca31741f6da2d517f524f

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [a2052db259c71618b4d26fcaa559b64f37e9e1a1]

        Workaround for ObjCIvarDecl problem
        
        Change-Id: I7eb0fccce4b8268e5d9559b2eb12778d0d288c6b

2015-08-04  Stephan Bergmann  <sbergman@redhat.com>  [c15b4cf39a74176cee64795129d76f411d2c0a69]

        Adapt to current Clang trunk towards 3.7
        
        Change-Id: Ibb2c641d49a1773be789c9259f53a040db6f605f

2015-08-04  Noel Grandin  <noel@peralex.com>  [f17f89aadc5e88880df0c852289e2fa5b04254ba]

        include: inline some use-once typedefs
        
        Change-Id: I064e95c72e5f67178cf2875f457adac241cee529

2015-08-04  Noel Grandin  <noel@peralex.com>  [50097a8bb2be903d8a985f6f03f364567bf4643d]

        basic,basctl: inline some use-once typedefs
        
        Change-Id: I60619a5bfe9507fb5ed24123f62f6b5c2f2c8712

2015-08-04  Noel Grandin  <noel@peralex.com>  [3ff2e30ff671aa43891968d21aa2e17774e47baf]

        cui,connectivity: inline some use-once typedefs
        
        Change-Id: I1b043031014a3e823cd614966984a2ac2be1ac71

2015-08-04  Noel Grandin  <noel@peralex.com>  [8e08edb1d9b774b51c81b13a5f374b99c75e54fe]

        filter,desktop,dbaccess: inline some use-once typedefs
        
        Change-Id: I35f256a11b211c3cb977ae76b5b561efbfd13b9d

2015-08-04  Noel Grandin  <noel@peralex.com>  [2886f830a9c7871974f9afbc1fdc46bbae468811]

        idl,framework,forms: inline some use-once typedefs
        
        Change-Id: Icb4908c274ec0778af7ed9fe2d935bf6723fedfb

2015-08-04  Noel Grandin  <noel@peralex.com>  [c5b995bb09487e2b7626a5920506b07dff390203]

        sal,rsc,oox: inline some use-once typedefs
        
        Change-Id: I91bebe06c5c5f3ebe5fbeec83dcf3f5bdf563201

2015-08-04  Noel Grandin  <noel@peralex.com>  [368a3e45a3f126d34f794a9118fcef0e3270cd78]

        sc: inline some use-once typedefs
        
        Change-Id: I332e160dda3f167e61f99da1eb0aa6bd72a48b06

2015-08-04  Noel Grandin  <noel@peralex.com>  [0fd9b79687a9f58a407da8e46e54637f353e122b]

        shell,sfx2,sd: inline some use-once typedefs
        
        Change-Id: Ifde52b0d92163f99d399b4a9544a196defad1ba4

2015-08-04  Noel Grandin  <noel@peralex.com>  [3fc7f4c582c04a11bbd6ebede8e8bdc99f3b2034]

        svx,starmath: inline some use-once typedefs
        
        Change-Id: I5a7405d326b7258cbed476c30f88e57559b4cc8e

2015-08-04  Noel Grandin  <noel@peralex.com>  [9e6b501833d4e45ba0239d1adf4911f140304569]

        sal_uChar is deprecated
        
        Change-Id: I073dde24498b2a0f3f6edd3d502134a25dfac71c

2015-08-04  Tobias Lippert  <drtl@fastmail.fm>  [e355661fe6352c93305406330349b630735fd4cd]

        fdo#68016 Add unittests for ScChartListenerCollection
        
        Change-Id: Ie9d0f43783fbdd922c089607ad67fdd1686334c9
        Reviewed-on: https://gerrit.libreoffice.org/17478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-04  Tobias Lippert  <drtl@fastmail.fm>  [431957118d7bbf96bf78e142df9decbcaff6475b]

        fdo#68016 Speed up ScChartListenerCollection::EndListeningHiddenRange
        
        The listeners were stored in a std::list which is not efficient for
        the lookup required in EndListeningHiddenRange()
        
        The list was replaced by an std::unodered_map which allows faster
        look-up.
        
        Change-Id: Iec7a33b18aa91e7d2917dc8feb98bf9b20ce804e
        Reviewed-on: https://gerrit.libreoffice.org/17437
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8eca4da70506e1e6c2e4b600262cced93aba8c96]

        tdf#89154 stop at paragraph end when using CTRL+Right (or Left)
        
        Change-Id: I7f6bec0dbf7637b701d4dda7c573b118532b4707
        Reviewed-on: https://gerrit.libreoffice.org/17484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a933e01a54f08132c2d8699f7c6851a8b493d5dc]

        writerfilter: use std::unique_ptr<> in SettingsTable
        
        Change-Id: I0202b18301b4b4a7c82c840df1397a5cbdd695b1

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

        check that dest index is in doc range
        
        Change-Id: I3006cf03cf97399a6c418162178acdb1d41c3b23

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

        coverity#1314997 Dereference null return value
        
        Change-Id: If0c60ec2dcdf95a0aec7f0c9561142fee4cd30c4

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [0b8d81e8b3da081ebdb1ae7fed7b20a51322f951]

        coverity#1314998 Dereference null return value
        
        Change-Id: I1f36c486b404d189f2f39a525ec3fd2e1710e7af

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [11969c48a670c8e47ea4fa5b9d68c877fad50463]

        coverity#1314999 Dereference null return value
        
        Change-Id: Ic1ede6f029e0b0f6e6bbf3a6b9e073d98454a769

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [14c548c283210d0570b23acc9ffbc98d7892568b]

        coverity#1315000 Dereference null return value
        
        Change-Id: Iaa9f8104be6d24886e79c71484c4f2fb8c51c4bb

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [4706eee2f3de6547d475a69c340b2b20942fb2d8]

        coverity#1315001 Dereference null return value
        
        Change-Id: I648d126f65adcf980767083fa88e4b672b422f7f

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [74355bdab856dd9de2fe269c6faa199bf886f941]

        coverity#1315002 Dereference null return value
        
        Change-Id: Ied9081449a38704382fb24c9a66aec493c60ae00

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

        coverity#1315003 Dereference null return value
        
        Change-Id: I85a85e10d727e53f93d0c41c1f9896b4319919af

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [1bc0cd0ee0251d42a6cbe75e5d86de4366f59029]

        coverity#1315075 Uninitialized pointer field
        
        Change-Id: I4e933b458ca26b2a92d4953ca6cd6220dd730cf9

2015-08-03  Stephan Bergmann  <sbergman@redhat.com>  [b99638665a0f286b29a2cb8827f0ea80bebd4705]

        -Werror,-Wunused-private-field
        
        Change-Id: Ifc3cbc210da3bc342cd17a70284ce88ad22455fd

2015-08-03  Stephan Bergmann  <sbergman@redhat.com>  [8b7ec376c38886ed26520034db35ce094b94c114]

        -Werror,-Wunused-private-field
        
        Change-Id: I59979f84602276c9a8aa1ffc1d145c1ef8f0a31f

2015-08-03  Stephan Bergmann  <sbergman@redhat.com>  [f493f4b9327eba14fc6ceb4eced81cf7ed682955]

        -Werror,-Wunused-private-field
        
        Change-Id: I10206d2a9673296e1c3c7e813e4696d80cbb2bfc

2015-08-03  Noel Grandin  <noelgrandin@gmail.com>  [5fcef02ee288c894a89c1046df918c121294b757]

        re-added accidentally removed LT_HAVE_INLINE define
        
        in my commit 0ea54aed15ee17a02c9dff861c16d06505f35741
        "remove some unused defines"
        
        Change-Id: I2d8d9242eda9f39e1f932b2d9849fefb57b196eb
        Reviewed-on: https://gerrit.libreoffice.org/17496
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [27f6b2c038f5daf16a7fff4adf478b603eb08399]

        tdf#92982 vcl rendercontext: no need to call SetupBuffer() twice
        
        No need to call it in PaintHelper::StartBufferedPaint(), which would
        happen only for the root of the paint hierarchy. It's enough to do it in
        PaintHelper::DoPaint(), which happens for each widget.
        
        Change-Id: Iaf3306ef746bedbe64be36c4efeae73afd75db2a

2015-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [8bb963c3e51725fba649a5db0f5deb8778f1232b]

        tdf#92982 vcl rendercontext: no buffer is created here
        
        Change-Id: Iebcf9ec9f54102ca13dd36a3d3c2d2b6137dc0f0

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [e8f8c32581c9bebec2537095f1e9320e42bb7acb]

        slideshow: dumb this down to hopefully make non-GCC compilers happy
        
        Change-Id: If08a4f0c177abf38a381dcb9ba73a09265b2bcb5

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [c05bf5e494faad57400f9c04079cb99ff6b805dd]

        slideshow: convert generateEvent args from boost::bind
        
        Change-Id: I85d240989e41a45b62a4631bb847daccd1919f34

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [38a4b5ea2ab7188ce61d18c655893482dd098772]

        slideshow: try to fix libc++/MSVC build by replacing boost::bind
        
        Change-Id: I6418119f9d3e70ea89f7c8a094bbde42eeadec8c

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [81f94ae79c7f5f3b49427dc7a8063a08baa797cf]

        sd: try to fix libc++/MSVC build by replacing boost::bind
        
        Change-Id: Ib33fbe9792c35924ac61ed6b54af85d95689a8e3

2015-08-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a6fbbfd2f42f5361d53bd4b330a507d94d636923]

        tdf#93071 Remove trailing zeroes of scientific in General format
        
        Change-Id: I408bab7edf58020fc1ec541dc940c84d387bb56c
        Reviewed-on: https://gerrit.libreoffice.org/17466
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

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

        coverity#1314995 Logically dead code
        
        Change-Id: I3ff55ee78927f46e337d56eeebeaebec87b604be

2015-08-03  Caolán McNamara  <caolanm@redhat.com>  [5c578d4f9764890644bf88270273d6d5703e8225]

        coverity#1309048 Unchecked return value
        
        Change-Id: If005f622bc76445f3a6becb26280abe40ee77e26

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

        coverity#1157790 Division or modulo by float zero
        
        Change-Id: I98ada1d4ccae0b804a6a083cdd0ab185c556ad71

2015-08-03  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e7f1528587bcdcb8d281819067a885d4149daecb]

        Updated core Project: help  493f09c4bf065538f425a2f56a1cab25ab2093f8
        
        rename Drawing Object Styles to Graphic Styles
        
        Change-Id: I3888ee6b5f0710ccef131baa03cf90acc9bd4737
        Reviewed-on: https://gerrit.libreoffice.org/17479
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [5088ee99ce8a78b1f87052601cf8d6c7d2ff84db]

        sd: replace boost::function with std::function
        
        Change-Id: If70426d6d93a8c3b7c585b1c69e9b1c58643d140

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [902d61bc7f2e0491b95798c2ece8595b3881b573]

        sdext: replace boost::function with std::function
        
        This one is a bit odd, wonder if that was a bug:
        
        -        aAction(aPredicate);
        +        aAction(aPredicate());
        
        Change-Id: I0ddd565b65fe4778a297486805fa7f7a12702224

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [34d2a07a23f344b33f9b3ed7d2a70b405b392db6]

        slideshow: replace boost::function with std::function
        
        Change-Id: Ibcb0f40d327e3086b6493cf2052caf135aa89e10

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [81c6ae873d0b624f8f5113253180e796bdafd8d8]

        svx: replace boost::function with std::function
        
        Change-Id: I52def97b8dfa9e4dba5d47937de45e587a23b4de

2015-08-03  Michael Stahl  <mstahl@redhat.com>  [300b4fa81a924a4a30fc231574b469db82ea42e6]

        vcl:: replace boost::function with std::function
        
        Change-Id: Ibcc536558f26ed15c59263c25bfeb690950dd3d0

2015-08-03  Noel Grandin  <noel@peralex.com>  [a4fd6c4f9e5b010f00ba7cc84a4b2d5d8950813a]

        inline some use-once typedefs
        
        Change-Id: I02cbbba56a2ad83e0ac3d806265a7e0d6a29594d
        Reviewed-on: https://gerrit.libreoffice.org/17495
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Noel Grandin  <noel@peralex.com>  [5256953397b495e9271cec92cc78514d772acaf5]

        inline some use-once typedefs
        
        Change-Id: I55cc82c8e180cce371c996690608090b1bfdfda4
        Reviewed-on: https://gerrit.libreoffice.org/17494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Noel Grandin  <noel@peralex.com>  [7dc5e8731fdc3a11ca429e717ec4a05e67ea1d21]

        com::sun::star->css in dbaccess
        
        Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14

2015-08-03  Noel Grandin  <noel@peralex.com>  [5edd744d1021b41f59528a6e3a8adebfe63e6b6e]

        sw: inline use-once typedefs
        
        Change-Id: Id0e54c92769e6c82690fe6f1eab488fcabe6c655

2015-08-03  Mihai Varga  <mihai.varga@collabora.com>  [a381d16d23d0efb678e9e410db3ad23313693640]

        Removed some whole page invalidations in impress
        
        1. For tiled rendering, don't invalidate the whole page when hiding it
        2. Don't invalidate when showing a page because we've just hidden the
        previous one
        3. No need for invalidation when setting visible layers
        
        Change-Id: I858401b22c95093c58ec00896fe92b766fddb6de
        Reviewed-on: https://gerrit.libreoffice.org/17452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-08-03  Noel Grandin  <noel@peralex.com>  [dfc81188d50472dde2aa50752b415feab12350b4]

        tdf#92788 - Middle Button on Mouse Paste Option Broken for X11
        
        caused by commit 5333782d090a9e147c0c431f0f741863d1d8cf8e
        "convert SETTINGS_ #defines to 'enum class'"
        
        Change-Id: Id0c2738a61f73223f6c8716f04a619c8cb84c0a9

2015-08-03  Noel Grandin  <noel@peralex.com>  [0ea54aed15ee17a02c9dff861c16d06505f35741]

        remove some unused defines
        
        Change-Id: I85a9a2bc12681e13fc482374165ff9bd6858dc93

2015-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [69df701742a9c3946e2031488c377c18a5ec4de0]

        Fix a copy-paste error
        
        Change-Id: Ifabb905819e32cf4db603f3f7bb18e6cc8fdfdcf

2015-08-03  Noel Grandin  <noel@peralex.com>  [f5deb463492d5e61e573ba9d533df97c555280d7]

        remove some unused typedefs
        
        Change-Id: I98c1e7eaa66b7afb05255a017a3de54714637501
        Reviewed-on: https://gerrit.libreoffice.org/17491
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbfed66eebde65f5844a0f1a2cfe548ad4eda962]

        tdf#87924 DOCX import: rot=90 and vert=vert270 means no text rotation
        
        If the shape is rotated 90 degrees clockwise and the text is further
        rotated 270 degrees clockwise that means we shouldn't do anything with
        the text and the result will be correct.
        
        Change-Id: I7c65319258136288520bd24fa2bf8e3c598b0878

2015-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [53e535821344549c2a1f5adf3d1bdbc2a0582492]

        sw: boost::scoped_ptr -> std::unique_ptr in textsh
        
        Change-Id: I60eb5e1bca50d0e35f0bec63f0e274bee68fc5f7

2015-08-03  Julien Nabet  <serval2412@yahoo.fr>  [4a847bb4a2002d7f8f5854b7276ac67d369bdd3b]

        tdf#93079:  "resize shape to fit text" state can't be disabled
        
        Wrong copy-paste
        
        Change-Id: I7460c095c7bbb340be2cab32c4724688076c5952
        Reviewed-on: https://gerrit.libreoffice.org/17477
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-03  Jorenz Paragas  <j.paragas.237@gmail.com>  [37ec6cbeebc5dc9bf642eedcf45f0441edd3d610]

        tdf#91112: pass by const reference to lambdas
        
        Since the function returned by o3tl::compose1 had its parameter
        passed by const reference, the same should be done for the lambda
        expressions that replace o3tl::compose1. I overlooked this detail
        in my previous commits.
        
        Change-Id: I0db5eec4e74d4835e786742ee6de3805215f377f
        Reviewed-on: https://gerrit.libreoffice.org/17465
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Jorenz Paragas  <j.paragas.237@gmail.com>  [4a2e0fa708bb00d35febe9e8939dcc0c2197e2f4]

        tdf#91112: replace o3tl::compose1 with lambdas in sd and svx
        
        Change-Id: I53c73c6210ba3eec4d73949a329a35ad7834220e
        Reviewed-on: https://gerrit.libreoffice.org/17468
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [b03f6f45f4a13d97b0b62ea7c54b75dd14a5ad5e]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants in embeddedobj.
        
        Change-Id: I60aad1267b664825f781c085fb33612bce3f7221
        Reviewed-on: https://gerrit.libreoffice.org/17474
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Daniel Robertson  <danlrobertson89@gmail.com>  [7339c360ef55fdde99907e1e34a231386ebc534e]

        tdf92459 replace select1st/2nd in dbaccess
        
        Replace all uses of deprecated features in the o3tl with lambda
        expressions in dbaccess.
        
        Change-Id: I865bb5db5257e985a0eed0110874d6b29892fcfb
        Reviewed-on: https://gerrit.libreoffice.org/17483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Noel Grandin  <noel@peralex.com>  [2660d24a07866e083c5135ea263030f3e3a2e729]

        new loplugin: refcounting
        
        This was a feature requested by mmeeks, as a result of
        tdf#92611.
        
        It validates that things that extend XInterface are not
        directly heap/stack-allocated, but have their lifecycle managed
        via css::uno::Reference or rtl::Reference.
        
        Change-Id: I28e3b8b236f6a4a56d0a6d6f26ad54e44b36e692
        Reviewed-on: https://gerrit.libreoffice.org/16924
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-08-03  Noel Grandin  <noel@peralex.com>  [baba1d14766282bd2c592bffd79ed69f9078cfe1]

        tdf#93068 - UI: Crash when Character dialogue opened
        
        Change-Id: I92a9e6f27ef649c9d7501df55287c95c4d796156

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d97cc94a02c00b912bbcb430cde55ce0cfb0292c]

        Apply MVP matrix when drawing texture using OpenGLProgram
        
        Change-Id: I1dc34eee645b77537517e147b86599cfe74f09a9

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f73e1f50240208257964e28e0e65a56e323d86da]

        opengl: support reading 8bit texture (fixes icon corruption)
        
        Change-Id: Iba3fd58374a550f3411b02f029f12f4509fb6048

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f82d57830918dc1023c9b7e30c75b9da2608b35c]

        enable "Table Design" for sidebar in Draw too..
        
        Change-Id: I66da1e93a65fc592c0827774da2388f9a82531e4

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d9ddfb9c7a946e9b9cc58ae2cebcf3a21a5bf22]

        opengl: when scaling, create a new texture with equal settings
        
        Change-Id: Id0258fe0db89aa06b91233ae2052f018d606cc74

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [21f128623292b3d90f3b736f3c5c268a677e18ff]

        ImplImageBmp::Draw - nPos parameter is always 0
        
        Change-Id: Icbf228809e17e4114049e563468dececba04edde

2015-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8a323729e5755a26fd1726b0ac3159050fce8fe6]

        Change "Design" sidebar deck icon
        
        Change-Id: Ibb4a308cfae3598e4d4e9759806c48f6a581bc83

2015-08-02  Michel Renon  <michel.renon@free.fr>  [71ace488448b64e6c4cd9065e109d2c9850b031a]

        QtCreator integration : git must ignore .pro and .pro.user files.
        
        Change-Id: Ifd21679fb7dd2b5c0c3bfe7726bf2c4d19897e21
        Reviewed-on: https://gerrit.libreoffice.org/17467
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-02  Michel Renon  <michel.renon@free.fr>  [228a93bb3a20aa720a95d87a1fc9e047e566805e]

        QtCreator integration : generate lo.pro.user project file.
        
        That project file handles 12 global build options :
        6 about tests, 3 about clean, 2 about l10n, 1 default.
        There is one run command to launch 'soffice'.
        Note that QtCreator will add automatically run commands for each subproject.
        
        Change-Id: I3650a9041654cbec7d51d8cbb7951a11ed49aad5
        Reviewed-on: https://gerrit.libreoffice.org/17458
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-08-02  Julien Nabet  <serval2412@yahoo.fr>  [46d7003c3b4f9242265e3eb89b67d9322eecefc5]

        Typo: XItentifierReplaces->XIdentifierReplace
        
        Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8

2015-08-01  Khaled Hosny  <khaledhosny@eglug.org>  [8e43f5d3222ca320e28026bfef4b6096376446c1]

        Move fix for tdf#89231  to a better place
        
        The Unicode to glyph id callback function is the natural and simpler
        place for that kind of check.
        
        Change-Id: I0e9fa131dcffa5063277f029e391eede7417c72b

2015-08-01  Caolán McNamara  <caolanm@redhat.com>  [b5423da269dc218b37d7fe6c675b032d950bcd54]

        valgrind: memleak
        
        Change-Id: Ie2a42162d3092a8213b8532d9325f4ed199ec2a4

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [44cd9ef88bfc14b4520de8a73a692f0d59c40946]

        sal_uInt16 to sal_Int32, constify, minor optimizations
        
        Change-Id: Icc41bbe09e495454ca27e9281eca6f4731a135c8

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [9b49846fad132f121b2848c69477e42a0051884e]

        Simplify
        
        Change-Id: Ia0de7ff756d9578b6c036d713ef1394f8a1461d6

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [7669cbf594b6bc1cc2731f2da6a0d17a0e9954fe]

        sal_uInt16 to sal_Int32
        
        Change-Id: Ic2af80d2335875672fee5b61083b1f7f9703dac7

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [297b109e220249bc81738144555c33bf22796bac]

        sal_uInt16 to sal_Int32, constify and simplify
        
        Change-Id: If97d75dbfb683191f4a30d796ca132cedec6c92e

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [288f49440f304ef43b9b1c6983ce0ee2af62225f]

        sal_uInt16 to sal_uInt32
        
        Change-Id: Ib95d8812b0ce288b9691a398fe0396e73ea9af97

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [2a57ea7a67a016b09d91cbf0e97c22e6909a298c]

        sal_uInt16 to sal_Int32
        
        Change-Id: I723d7c187ec186ccc68f061ba2357712a5f31869

2015-08-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [69a4c6626c7924cef6ccfcd48a47d3010e5837c8]

        sal_uInt16 to sal_Int32
        
        Change-Id: I19785cc516daf03aee8783a23399929785d30c5f

2015-08-01  David Ostrovsky  <david@ostrovsky.org>  [7c7124a51e467b6ab4df4d0a38000aa657c35029]

        Any.h: Fix declaration hides class member warning
        
        This fixes warning C4458 issued by MSVC 14.0 (aka VS2015) compiler.
        
        Change-Id: I48ed50bb54232d70460495d6d6a9e100fb90b869
        Reviewed-on: https://gerrit.libreoffice.org/17444
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-08-01  David Ostrovsky  <david@ostrovsky.org>  [935fb7cc075ebc60712ef4f2f3a84c4470bbaddf]

        std::function::operator bool returns true if it contains a valid target
        
        Change-Id: I8e65c0243094468dca06a1b30b5244bef931f8ac

2015-08-01  Daniel Robertson  <danlrobertson89@gmail.com>  [5916d5866c109b17471a9c8604635612a0aa69ae]

        tdf#92459 replace deprecated o3tl features
        
        Replace all uses of deprecated features from o3tl/compat_functional.hxx
        with lambda expressions.
        
        Change-Id: I6370c80dbe675da517904e535e19bf63830c3e2c
        Reviewed-on: https://gerrit.libreoffice.org/17450
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-08-01  David Ostrovsky  <david@ostrovsky.org>  [b593044e9c3d549d0edda43ba00cda67e089322a]

        std::function doesn't have empty() method
        
        The correct way to perform the check for it in C++11 is to call
        std::function::operator bool.
        
        http://en.cppreference.com/w/cpp/utility/functional/function/operator_bool
        
        Change-Id: I4df8daaa758b4d5b382e340b90c4588a83ee11ce

2015-08-01  Jan Holesovsky  <kendy@collabora.com>  [512b782cf466a19ed77d818fa660e1a0dc74fc35]

        LOK: Implement parts for Writer too.
        
        In Writer, the meaning of 'parts' is a bit different than in Calc or Impress.
        In Writer, the parts mean pages, and the document does not give a completely
        different view, the cursor just jumps to the given page.
        
        It is up to the client to follow the cursor appropriately to have the desired
        effect.
        
        Change-Id: I56b3264e0340cd639bdabfa92b74b52bd1f391a5

2015-08-01  Jan Holesovsky  <kendy@collabora.com>  [75a84417af72ce0f540e7a5063a81a1e57a5c6a1]

        Whitespace.
        
        Change-Id: Ifcccd6376a6a44bf6761e9fa451b46933adb6ce9

2015-07-31  Varun  <varun.dhall@studentpartner.com>  [bb697b4c7bd694c6b81ed2a4cc9471cb5573b592]

        Added Test for #tdf78742 SfxFilterMatcher document service check
        
        Change-Id: I2a56e253a7091c690c8f40ff371565dbb7affbae
        Reviewed-on: https://gerrit.libreoffice.org/17455
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [326596f1ae6535c3299bb9e702496864d87fcffe]

        sw: replace boost::function with std::function
        
        Change-Id: I5a0a0e83366ce518fc74d915bb8c43cc883ff016

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [91352803344b7a1d20121f6aa4a642dbe45936b2]

        sc: replace boost::function with std::function
        
        Change-Id: Ic98b20eabdc0e62078b28ab0219b00b67e8e1099

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [4cf0869b694fc9c4f2de4cfac3433c01a4a60184]

        framework: replace boost::function with std::function
        
        Change-Id: I9342bbdaa626c88592d3a7bdf12f150cc2a605b1

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [fb038a0d0d36799c169db778b6d47ac1a73f1c0d]

        dbaccess: replace boost::function with std::function
        
        Change-Id: I4bea36a9add24f9144c8e222e9ce42c7c9f3678b

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [c2966acc465086b164b36e3366f164554f83ad21]

        canvas: replace boost::function with std::function
        
        Change-Id: I1a4a3007a07a796d80d06ab7554953925bb8be3d

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [701cfbd696a8bbea9296de0b32bb80b007c04496]

        avmedia: replace boost::function with std::function
        
        Change-Id: I813d42a1ab494e0887791516606fddd342e21ff0

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [9e90038b73b84e622e20145ac56c642996e658e9]

        canvas: replace boost::function with std::function
        
        Change-Id: Ia3644bc0d9db2159aa4e9f05ca2f36e60b63e6f4

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [69885050705d65803b0176beb7ffc7938d527396]

        svx: replace boost::function with std::function
        
        Change-Id: I7d6d01775600fdbd64b0b5a249d88acdb89f6591

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [2a62966d8947829d00702455977026369082007a]

        sfx2: replace boost::function with std::function
        
        Change-Id: I72acc5f396553eb464338a395ef40f95ed57a07e

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [1841946863ed006a36323fcca52a71272eae2ee6]

        toolkit: replace boost::function with std::function
        
        Change-Id: I4bf5b2aab1dd76e596c191ae2eec8eb18005b914

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [7ee228a108d1e5d4ffa9121e0890e23982f8ecb5]

        svtools: replace boost::function with std::function
        
        Change-Id: Ic60190814a19e03341de3678f35c4ac69624ca4c

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [819fd24487aa120e6f0df1488d1afef7621252cb]

        comphelper: replace boost::function with std::function
        
        Change-Id: I042c97d8472c3afceffba36808687f382571e6c2

2015-07-31  Eike Rathke  <erack@redhat.com>  [a713fb5e3ac8b521abd441f040853f439f1a3f7c]

        TableRef: implement ScTableRefToken::IsGlobal() override
        
        To diustinguish from formula::FormulaToken::IsGlobal() virtual dummy
        implementation error message and spot code that possibly makes false
        assumptions about svIndex tokens.
        
        Change-Id: I5c4a62dc5fdf3a97b7a4d143ce1e419f15a8fdb0

2015-07-31  Eike Rathke  <erack@redhat.com>  [1f44d9b74a5e2d8c249c6f65a29cb2583a9c5235]

        TableRef: add some SAL_WARN() when invalidating column names/offsets
        
        Change-Id: I628a7ce66d8d3eed5bf70a0ac57acd8f4deef598

2015-07-31  Daniel Robertson  <danlrobertson89@gmail.com>  [1a5e176e626d70d19abe4ad6e3b5c8d54a7badd7]

        tdf#92459 Replace select1st for lambda expressions
        
        Replace all instances of select1st with lambda functions in
        canvas/source/factory/cf_service.cxx.
        
        Change-Id: I935282817fdf6496bd03752b8adb89e827ff28c5
        Reviewed-on: https://gerrit.libreoffice.org/17409
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [43ac95ab64980ed958ba144c33971f897791d15f]

        tdf#92982 vcl rendercontext: handle empty repaint rect in PaintHelper
        
        Empty repaint rectangle means the whole window, while Erase() is a NOP
        in case of an empty rectangle.
        
        This fixes the sidebar rendering artifacts the screenshot shows in the
        bugreport.
        
        Change-Id: I12e35ceb0aa529d65b7acf01d8cdb719101adebe

2015-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b0109f28e48c8ba3fc2d77467351ec2c7b87629]

        avoid crash when chart model is disposed
        
        Change-Id: I70c3a06e2aa9112cd5a47b7d8839c4bd701cfc1e

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [161f7533ac177c25516ec206233936bd6982e3df]

        tdf#92982 vcl rendercontext: set buffer size in ImplHandleResize()
        
        Instead of in PaintHelper::StartBufferedPaint(). If the buffer size is
        set to match the size of a sub-widget (for which the paint was
        triggered), then client using the buffer as a persistent vdev are unable
        to paint at arbitrary locations.
        
        For example, if we painted the ruler, then the blinking cursor won't be
        able to paint to the SwEditWin area.
        
        Change-Id: Iba07070baafb5b802fc6da200696611afd2010d7

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [7cc7d5787c715e7782a3cfc3a882f2a2edfbd66a]

        CppunitTest_sw_uiwriter: fix which test is disabled to not break headless Mac
        
        Based on a mini-dump from Norbert.
        
        Change-Id: I9a9fee38b0472e1abfd797539cadd4a83af5f583

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [168bf78980691229c1831ad19f098167a09e1dd5]

        boost: fix Clang > 3.5 -Wunused-local-typedefs in concept_check
        
        Change-Id: I84ee651a51e1919be036ffd47d80eb1ab7433973

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [aedd003086e5d14dad584e4bd36ab5e4c06e0e18]

        tools: prefix members of SvStream
        
        Change-Id: Iba845749d645bc1cf9eb6d6c41829717831bc487

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [19310906553d846104cff9fe7df54d40068ddbc0]

        filter: valgrind uninitialized warning in filter_met_test
        
        Change-Id: Iaa6a6ed0ef1b9ca3b3f72706ec3934c6c4a93322

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [72edadf15dbbabade4a9c2c9be88bf844a8f6fb4]

        filter: valgrind uninitialized nDataLen warning in filter_tiff_test
        
        Change-Id: I70e38970394ca291de2de184b80bb5bb7c2cccac

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [56b2bb53d22dd7e7dc4fdab84c8c0b3dd83b60bf]

        RepositoryExternal.mk: xsltproc needs to depend on libxml2 package
        
        ... so the libxml2.dll is copied to instdir.
        
        Change-Id: Ibb5e57c01826e089e9a81b79fb56c3d2489d653b

2015-07-31  Michael Stahl  <mstahl@redhat.com>  [e9149cdc2e7a4d85e5626188a95dfc52319c1055]

        concat-deps: fix build with gcc -fsanitize=... -std=gnu89
        
        Apparently Clang C89 mode is sloppily implemented and allows this.
        
        Change-Id: I78ef943bc4c5f8590dae8879dad65ad9fbe9a9bb

2015-07-31  Jan-Marek Glogowski  <glogow@fbihome.de>  [ef126328c3ad35d51395abc461c3d64429f91c26]

        tdf#92903 KDE4: fix listbox regression from 92115
        
        So at least in case of the CTRL_LISTBOX, getNativeControlRegion is
        called for a type and part unsupported by IsNativeControlSupported.
        
        For whatever reason, this results in broken listboxes drawn in
        Base's "Table Design" dialog, when selecting "field type", which
        draws the listbox on top of the cell.
        
        To make it worse, it seems the listbox is actually drawn to a
        smaller space then the actual requirement. Appearently it seems to
        use the content rect, instead of the bounding rect.
        
        So in addition to fixing the drawing, this patch increases the
        listbox bounding rect, which looks too large in normal dialogs, but
        makes the Base's listbox better readable.
        
        Change-Id: I112ec038fd20ad33facd260d16b5d68b508d2bd0
        Reviewed-on: https://gerrit.libreoffice.org/17438
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-31  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [0db37d785311aa2294f60b750fce4dadff6c75e0]

        tdf#44399 Do not display 0 decimal for General format
        
        For General (Standard) format, "0" is not the number of decimal places
        Replaced by an empty string in dialog UI and Sidebar.
        
        Change-Id: Ia367b491b71fa7b4480cdd03408c0c0315425dc8
        Reviewed-on: https://gerrit.libreoffice.org/17439
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-31  Noel Grandin  <noel@peralex.com>  [dd4befa992300cc068467021c81594ffcea1be0c]

        fix crash in writer, thanks to my new assert in typed_flags_set
        
        and clean up the duplication of constants between filter/ and
        comphelper/ in the process
        
        Change-Id: I0d1525b559c63a3d39deae51accff5dcdbb0aa82
        Reviewed-on: https://gerrit.libreoffice.org/17446
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-07-31  Noel Grandin  <noel@peralex.com>  [9ffdcc76858bc01150727345de4dfd0ef40ed8c0]

        fix use of TCP_NODELAY for localhost URP connections
        
        we implemented this logic in the C++ URP code a while back, but the Java
        code was not correctly updated.
        
        Change-Id: I377d7150f1adb69d6f86d9b4f3406163aaf85aea
        Reviewed-on: https://gerrit.libreoffice.org/17427
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c4e0aaa8d54877c55d3c4e397a7b869d8ff57cc]

        tdf#88986 testcase
        
        Change-Id: I90d0c76c11e44ffe18be9fde4df06ccd0ac13da9

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab9594038e1b3f6c4c260d0903376c2214ecc128]

        Extract SwTextShell::CreateInsertFrameItemSet() from SwTextShell::ExecInsert()
        
        Change-Id: I94ecd7c391c656e86918a227d344a24eef893577

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c3ca675509101732d3d878d6ceb6226026cd9ac]

        tdf#88986 sw: add missing XPropertyList pool items on TextFrame insertion
        
        Regression from commit 6e61ecd09679a66060f932835622821d39e92f01 (Merge
        back branch alg_writerframes to trunk, 2014-03-19), the problem was
        while SwFrameShell::Execute() was modified to put the various pool items
        related to fill types (colors, gradients, etc) to the item set of the
        dialog, the same was missing in SwTextShell::ExecInsert(), so colors
        were missing on inserting a new frame, but not when editing an existing
        one.
        
        Change-Id: Id009f914c1c3b6509e31a4887e32a00624678cf4

2015-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [b697b1b68e7f335f9ab25d081764c75e515ae733]

        writerfilter: use std::unique_ptr<> in TblStylePrHandler
        
        Change-Id: Ia98b351a3ef14826ab638382fa312734edeb751d

2015-07-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2d9db406d301d722649ca539cacad823b89191ca]

        update credits
        
        Change-Id: Ibb7500527d0ff142a6ba89a20894258cb63eeed5

2015-07-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8552e92873911ddbcb9b8b62f0cde0a0f2c81fe6]

        update emoji autocorrect entries from po-files
        
        Change-Id: Ia3931f3cac13894ccd51772312110367194e19c6

2015-07-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [303b7758e90e11aedef95e4ab51b74398cd2ce0a]

        tdf#93004 msi banner: avoid overlapping text with grey background
        
        by reducing the width of the graphical element
        
        Change-Id: Ie100629e2602f8f9a3f0e4e1ba353178f219c9a0

2015-07-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f4bdd7989f237e8e90ac94c2798e0ea0fb31af6b]

        tdf#92918 Engineering notation lost with Add/Delete Decimal Place
        
        With scientific format, use the trick of thousand separator to detect
        Engineering notation.
        
        Change-Id: I7acdfb8bec646f9d6c1a17c334b60fa9708c8111
        Reviewed-on: https://gerrit.libreoffice.org/17406
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8dfe1a177eb437e751def99eea8bee08a7e49acc]

        fix firebird build on Win64
        
        use defines from static version of autoconfig.h for msvc instead of
        fiddling with configure. Removes the need for adding some defines/checks
        in the sources.
        
        Change-Id: I21d4217ebb687eb13f7e7db2519a209f3b178a90

2015-07-30  Varun  <varun.dhall@studentpartner.com>  [f55bb7d301823556ba58b59a7286cb132bd5f6e4]

        Added Test for #tdf79236 Undo of changing style crashes
        
        Change-Id: I2b4da9f297312390e394f24ca40fdb3d400e6df5
        Reviewed-on: https://gerrit.libreoffice.org/17434
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-30  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [3f5ccbe76025a1528a6850c67adf31e8728248a0]

        tdf#39468 translated german comments in viewfunc*.cxx
        
        Change-Id: I14746d2d16ac73c1570f050713ceec2ad0305869
        Reviewed-on: https://gerrit.libreoffice.org/17408
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-30  Katarina Behrens  <Katarina.Behrens@cib.de>  [00edc9567f5c5e45047edf46e0f994c285cfc4be]

        Some (mostly HIG) tweaks to chart axis panel
        
        + added a text orientation spinbox to .ui file, but it does nothing so
        far
        
        Change-Id: Idb9177683c46fba50a153aff795aab7a2f419694
        Reviewed-on: https://gerrit.libreoffice.org/17402
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-30  Michael Stahl  <mstahl@redhat.com>  [41d1b01a906ed5872cc8f0b70439c6891a874f60]

        API CHANGE: remove update() from X3DChartWindowProvider
        
        Revert the API change from e41c33b376d8b5776e400979eb8544db596c5bbe
        and use the existing css::util::XUpdatable instead.
        
        Change-Id: I3eba4c7def98c8765a970d54a7fe84a320d4313e
        Reviewed-on: https://gerrit.libreoffice.org/17382
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [6465a9708bd04fa60639f52c39ec0496901a83e7]

        CppunitTest_sw_uiwriter: disable this on OS X for now
        
        Works on MacOSX-x86_64_49-TDF, but not on Jenkins_MacOSX for some
        reason.
        
        Change-Id: I027fa7d20e6a9706f17905100882cca9ad807493

2015-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea5e83abcfa1406c401b8a1ec91efda65373b74b]

        tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelper
        
        Instead:
        
        - create it early in Window::ImplInit(), except for the default window
          (that one is a chicken-and-egg problem, as creating a VirtualDevice
          invokes ImplGetDefaultWindow(), but creating the default window then
          would create a VirtualDevice)
        - only erase the painted area of the buffer, don't create it
        - use a separate bool in the frame state to track if we're in the middle
          of a (possibly recursive) buffered paint
        
        And with that, rename CreateBuffer() to StartBufferedPaint(), as it does
        not create the buffer anymore.
        
        Change-Id: Ib33e8afa36977aa809f0ea2158a369f288cba8c7

2015-07-30  Matthew Pottage  <matthewpottage@invincitech.com>  [6dd913da63a74907499d492f8169c581803c5893]

        Cleaned up PropertyMap::GetPropertyValues in writerfilter::dmapper.
        
        Removed unused variable.
        Used comphelper::makePropertyValue.
        
        Change-Id: I39ec3e51da484a1792bb980b166d5a10c597fe7b
        Reviewed-on: https://gerrit.libreoffice.org/17383
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-07-30  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [b7ae14655f8969069b882ae0bd43d79a4c92f357]

        tdf#60381: Accessing Sharepoint share using UNC path does not work.
        
        Added two Windows API missing errors.
        
        The errors added:
        ERROR_FILE_CHECKED_OUT
        returned when trying to access a file that is locked
        by another user.
        
        ERROR_INVALID_NAME
        returned when trying to access a local file with the wrong
        chars in the path or file name.
        
        Mapped to existent osl_File_E_.... for compatibility.
        
        Change-Id: I0bea1ff2727729c569b0a2cb6befd0d38289b8a2
        Reviewed-on: https://gerrit.libreoffice.org/17412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-30  David Ostrovsky  <david@ostrovsky.org>  [5f321b5011c619e88e19018ff05ed3ca2cdd5851]

        Bump boost to 1.59
        
        1.59 upcoming release is needed for MSVC 14.0 (aka VS 2015) support.
        
        There is a known breakage on MSVC with boost::none instance in
        optional library.  Use not documented define as explained in this
        issue upstream [1]: BOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE.
        
        [1] https://svn.boost.org/trac/boost/ticket/11203
        
        Change-Id: I25b1797da93f7959d15a70105d67100e0e2c4b3b
        Reviewed-on: https://gerrit.libreoffice.org/17056
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-07-30  Takeshi Abe  <tabe@fixedpoint.jp>  [d62e6476ce6589ef2c014229a6fb2aa2116ce641]

        starmath: these constans are local and static
        
        Change-Id: I737a67945766454cc611061178acf15b434dd526
        Reviewed-on: https://gerrit.libreoffice.org/17417
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-30  Takeshi Abe  <tabe@fixedpoint.jp>  [e646e614e26d647c6b7ce6918b8dddad71568f96]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants for editeng.
        
        Change-Id: I28373dd31b8b922f59b99bf1c12faa31c72b9906
        Reviewed-on: https://gerrit.libreoffice.org/17416
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-30  Noel Grandin  <noel@peralex.com>  [517e5d1e3339133c3a91d801fdb85f1d70057883]

        fix tdf#92861, AutoCorrect Options checkboxes do not work
        
        caused by commit e9c3583c2cc27fc88ee81047c236ec99dd51e8de
        "improve the returnbyref loplugin"
        
        Change-Id: Ib8703e06e2f150538cdffcd08deca9c841e824b4

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [025fb3c66085ebd7cbb3f4bad01d777f7bc54c2e]

        prevent panel update when updating values from panel
        
        Change-Id: I10debb5119ce78638db42315594cda4d65092fb0

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b4c89c2c1ec9865466446e07073b83ea6b508c8]

        fix indentation
        
        Change-Id: I9dddec04d1a929fa406973d3157e309a9511f29c

2015-07-30  David Ostrovsky  <david@ostrovsky.org>  [10d93fdb99c0f42c80c1671520a8f60a3ced60de]

        Fix neon on MSVC 14.0
        
        Change-Id: I389b6c4a4218f71113845d37a610fd621bc4396e
        Reviewed-on: https://gerrit.libreoffice.org/17359
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-30  Jan Holesovsky  <kendy@collabora.com>  [28ef8e43cdb2944326963c0becc2812a46be5be1]

        tdf#92765: Show the real icon instead of a black square with gtk vclplug.
        
        This partially brings back the behavior before
        10a3db37377a68ec7529bbfbf876c852d58b7ae4.
        
        Change-Id: I5b372ab56105c05dda6ecb9aa1eed1c6a0c72ea8

2015-07-30  Jan Holesovsky  <kendy@collabora.com>  [86d2cddad3d4529cd877debaf258256cb07f5631]

        Add missing build dependencies for *rc files.
        
        Change-Id: I0a876e9afa9a90f312d68611a8adf5a962da784d

2015-07-30  Noel Grandin  <noel@peralex.com>  [c45dc832dde14b8c8573c6feb3b8cac0a57b66a6]

        remove PostScrollEvent and PostZoomEvent
        
        not used anymore
        
        Change-Id: I9db73a1bfcdb6669310d606b101b1ffdbb2df07f

2015-07-30  Noel Grandin  <noel@peralex.com>  [3a704fc0e15430e98eb8ddc3ed2c781055911a7a]

        Fix Android build
        
        after commit a45827b2308febc7369db27fb489a6d1389534e1
        "loplugin:unusedmethods"
        
        Change-Id: I8981a6bee237d4e2e5b9fe837a56e073e59b2697

2015-07-30  Jan Holesovsky  <kendy@collabora.com>  [b99c869c4361c7d5f51462c922fd7e9d64e1433b]

        bnc#762542: Unit test for 1abc0695d770eebd21256a86aeee14a5384d84c7
        
        Change-Id: I52ede543298d788cd047b8080819eef7d22a73e6

2015-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0af2e9fa64bc686f1c4f84b63faccc854bc1bd54]

        writerfilter: manual memory management -> boost::optional in PropertyMap
        
        Change-Id: Ie8f7ce11ab03d47835cfe224c775324dd79a5e7a

2015-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [780dd8c1cf5302ca503cf7b55357dace4d69beb9]

        tdf#89720 sw: do not create text range overlay for reply annotations
        
        Regression from commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 (123792:
        complete annotations on text ranges feature, 2013-12-19), the problem
        was that in case a comment had a reply, then both comments produced its
        range overlay, and this repeated semi-transparent overlay resulted in
        dark color.
        
        Go back to the old behavior of just painting the overlay for the
        non-reply comment; for real, partly overlapping comments showing the
        exact boundaries of the overlapping overlays still makes sense.
        
        Change-Id: Ic2673a1a41146ff547262ba681b34a63f41aa8ff

2015-07-30  Noel Grandin  <noel@peralex.com>  [cebfe56ae5f9cee4b403370774040f35a17d223c]

        add assert for valid value in o3tl::typed_flags_set
        
        , fixing a couple of bugs in the process
        
        Change-Id: I40f932deecbcc99dff9aa13dd1882c7487e7fa8e
        Reviewed-on: https://gerrit.libreoffice.org/17411
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-30  Noel Grandin  <noel@peralex.com>  [a45827b2308febc7369db27fb489a6d1389534e1]

        loplugin:unusedmethods
        
        Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971
        Reviewed-on: https://gerrit.libreoffice.org/17378
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-30  Matthew J. Francis  <mjay.francis@gmail.com>  [2387c2a46e15995686d28dccdfd455012072b4cf]

        Give PyUNO structs/exceptions their own separate type
        
        Change-Id: Ie4c42c623fae1cf39c2e4c643825c9655cd28daa
        Reviewed-on: https://gerrit.libreoffice.org/17410
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [902255645328efde34ddf62227c8278e8dd61ff0]

        small fix to reduce UnknownPropertyException in chart2
        
        accidently introduced with f1531cdaaebe706d909dc6ddde439ccb5f4ad36d
        
        Change-Id: I292097c5f61ecb32a28a90e9f5be48fcfd6bcd7b

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bead8d010987d53b313e30b65e56d04ee80469ef]

        also handle line width correctly
        
        Change-Id: Ia564d3c9b821a09586a0bcb32ee3f827e71f43de

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3dc00a8de9f9f1b1ad0c60134391638544cdd143]

        handle line dash in chart line panel
        
        Change-Id: Ia3d466c269eef62f8fa419d15869f44213a6e001

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84254268bf5902d2405815970218e1893a7a673e]

        it is insane to not map line and border properties to the same id
        
        Change-Id: I6f4eb2509dc731cb281350b2bb0cce94b66a8ad6

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e517948e71daf8861aca46f77fe900a538654887]

        set some properties from chart line panel
        
        Change-Id: Idbe26d7ea554512391b22299ac6dccaeaa71d584

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bb03b4961492491d69dafb2db46c2840c19fec3]

        provide also LineTransparence for DataPointProperties
        
        Change-Id: I9c3e547831d3d876c228c8b9b566f17a4d95ce5b

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57dcf78e6b17777f499fd7e7c2ee8d129bf0f79b]

        provide structure for chart line panel
        
        Change-Id: I75204a012e4bc59f40a06db814bb9057a1cf8598

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fee180f13d48c1fa97a3ecde4b2067e5b0f13fc2]

        split the line width panel into two pieces
        
        The new LinePropertyPanelBase has no reference to SfxBindings anymore.
        
        Change-Id: I7d1d1bb351066dca8bfeedc559048f8337e47f67

2015-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ddca8df5308d57142815c1b9975e4ab8d646524f]

        remove whitespace
        
        Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e

2015-07-30  Michael Stahl  <mstahl@redhat.com>  [37e936996acb4a8329fad2ec73a35f66be446e90]

        tdf#83223: sw: fix Undo of format change of conditional para style
        
        SwUndoFormatAttr was simply missing a case for RES_CONDTXTFMTCOLL.
        Handle it the same way as an oridnary paragraph style, which seems to
        work for me.
        
        Change-Id: Ib529beb1116633e4890d5b51df39da21de485db9

2015-07-30  Michael Stahl  <mstahl@redhat.com>  [fc805abce250f68e1d9848b1c127fa673f646715]

        sw: un-inline IsConditionalByPoolId
        
        why rebuild half of sw to add a comment?
        
        Change-Id: I72796a704aadc820004f519ed43cb54ba18f918a

2015-07-30  Michael Stahl  <mstahl@redhat.com>  [396643d46a778539f2bde30569d35ec05d7d867b]

        gdb pretty printers for boost can't iterate with Python 3
        
        Change-Id: Ie2d1cb7312de6f14a5c6de81eefd7a00be6f75c0

2015-07-29  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [12047823544c13060966e5f422875a56d5e80727]

        tdf#39468 translated german comments in output.cxx and output2.cxx
        
        Change-Id: I36f7e2ffa8868692b99c0a7d77692d25b82662d8
        Reviewed-on: https://gerrit.libreoffice.org/17319
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [79c9598d0a586f44757954556661ce6eda1f997e]

        tdf#92982 vcl::Cursor: handle rendercontext
        
        With this, vcl::Cursor does not paint on the vcl::Window directly, and
        in case the output should be something other than pRenderContext, it
        should be a one-liner change to do that.
        
        Change-Id: I57833f6f8589286260d96f412f1fcc681e6c5c8c

2015-07-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [2d4223e32628d12b9b256b532819e6cced79178e]

        Some (mostly HIG) tweaks to chart data series panel
        
        Additional tweak: use 'Data series %1' as frame label, substitute
        %1 by real series name
        
        Change-Id: Id5bee4c2e52ccd98fa40649ec539b3efdee55962
        Reviewed-on: https://gerrit.libreoffice.org/17387
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [93d301a287141013c28556570d67ffc9d3286b2a]

        Some (mostly HIG) tweaks to chart elements panel
        
        As I wanted to represent subsections as frames (it looks kinda
        better with bold labels), I tried to emulate grid behaviour by
        putting widgets into 2 size groups
        
        Other tweaks include disabling legend position listbox when legend
        is not to be shown and missing clear() of that listbox
        
        Change-Id: I0b635fe5aba1580542cf982e2e6be02eb0056352
        Reviewed-on: https://gerrit.libreoffice.org/17386
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-29  Tor Lillqvist  <tml@collabora.com>  [09aa0d142e9573fac898ea270d659e3ed7ef019c]

        This OWNERDRAW thing has been commented-out since 2003
        
        Change-Id: I3170dec0578e0e54a2edb85e0a3a8fcd796b94ae

2015-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a33e0379bbe2c7651315f5cdc5925adab33b573b]

        tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameData
        
        With this, code that wants to take a persistent render context (e.g.
        vcl::Cursor) will be able to do so. This commit just moves the buffer,
        though: it's still created / deleted by PaintHelper.
        
        Having it in ImplFrameData means that we'll have one buffer / one
        system window: i.e. toplevel window and its sub-widgets share a buffer.
        
        Change-Id: Ic37220a2a483a7389aa04cd4313b6fc61a5408bf

2015-07-29  Michael Stahl  <mstahl@redhat.com>  [00269d39f655bb0ecb38c043a9516b4faefe6708]

        svx: remove duplicate "Kuerzen" function
        
        Change-Id: I319ba12684398bcdfcd8d8ede1648e1d213e75a7

2015-07-29  Eike Rathke  <erack@redhat.com>  [f08ffc15e21ec60e587825de2450b4d31e88871a]

        translate some comments on the fly
        
        Change-Id: Iae8d8da1c39abacb292d92da71ff8e031da43976

2015-07-29  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0f2fb06b9e26077568c18e186894c445fb84285b]

        fdo#39468 Translate German comments - include/svx
        
        Change-Id: If0591f7cb799568cb61bb506c4e1f65e8bc540ac
        Reviewed-on: https://gerrit.libreoffice.org/17390
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-29  Eike Rathke  <erack@redhat.com>  [7ab9a047fc478bcd547259f1bed05dbb3a28d654]

        TableRef: restoring column names in UpdateMoveTab() is now unnecessary
        
        Change-Id: I2cd444370613e8c890126df41ecfd69e110a555e

2015-07-29  Eike Rathke  <erack@redhat.com>  [d55a6d6d1f9be6b33541d82e57d2397a367c1c43]

        TableRef: invalidate column names/offsets only if column span differs
        
        Change-Id: I210323612e2aece7cc0bb8705396e3e6503c1260

2015-07-29  Tor Lillqvist  <tml@collabora.com>  [ef6fa18ffca3ad1b5cc55dc07b922803c4551b6f]

        AddFontResourceExW exists since Windows 2000
        
        Change-Id: If81b165bf910661a2742ab4fd5123ad8b97ae7d2

2015-07-29  Tor Lillqvist  <tml@collabora.com>  [395d922f58c1aa604b4c40dc3055b71dfaf47cb8]

        chmod -x
        
        Change-Id: I4a248b59e12587c3b2ce79676fdce29a348b6751

2015-07-29  Tor Lillqvist  <tml@collabora.com>  [705e830dd63f1dc2676c96112564531bc9f391a7]

        chmod -x
        
        Change-Id: Iad82493025bfb3863a3e073938e25f24cbd7a41f

2015-07-29  David Ostrovsky  <david@ostrovsky.org>  [ef8ddd22a9f434fc4de1f4b212ff2467676f576c]

        Fix -showIncludes generation on MSVC 14.0
        
        Change-Id: I486b2fc9b4d538ac59d4ced41f2c1726d1ad0dfa
        Reviewed-on: https://gerrit.libreoffice.org/17358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-29  Michael Stahl  <mstahl@redhat.com>  [d9162d24ce242f27f9cc0430f0650daac8e5db24]

        RepositoryExternal.mk: for some reason Mac wants a GeneratedPackage
        
        Change-Id: I5d983fee8d5cd313fbd0d6ece800fa8b80d81b35

2015-07-29  Rishabh Kumar  <kris.kr296@gmail.com>  [b763f33f14ca7433370512a0d12307f2ff01e5d6]

        tdf#91802: Add reference edge to text orientation
        
        Addition of reference edge and vertically stacked checkbox to
        the Alignment sidebar tab in Calc
        
        Change-Id: I62ba4145a33cf637d1d5f1f08b3f3f01e4165571

2015-07-29  Noel Grandin  <noel@peralex.com>  [c2ac8569dea545d75376a7840ed9d8d0792f2aec]

        convert SBSTRM constants to scoped enum
        
        Change-Id: I478a9c7eca6509baf3e9a3dd3ce3dd8f3060f842

2015-07-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [6484b2fda3b4fa0059526e81cd1e26cca46cb705]

        endian.h: avoid some Wconversion warnings
        
        Change-Id: Ic77bd0dd6ac2355eaf3e11811fba7604c782d9d6
        Reviewed-on: https://gerrit.libreoffice.org/17307
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [029fa6477bfed71881c3287799f5bdffd3285f92]

        solar.h: avoid some Wconversion warnings
        
        Change-Id: Id41bd4e759dea72b37db5f329e29ff5c18c75a66
        Reviewed-on: https://gerrit.libreoffice.org/17306
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-29  Michael Stahl  <mstahl@redhat.com>  [57dd4d01c1ba036e5da4abf986b8d594d0ccdb95]

        RepositoryExternal.mk: missing dependency on python3 package
        
        This was causing all these "libpython3.3m.so: file not recognized: File
        truncated" failures.
        
        Change-Id: Ib814ab4fa43d9c8f20cf9b16ad04e1a71057e595

2015-07-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [5e6ec5bb145a7223281efd46c659a10fc5a59b58]

        errcode.hxx: avoid some Wconversion warnings
        
        Change-Id: I48bb49c7eb472fa493fca71736acc358151e87ac
        Reviewed-on: https://gerrit.libreoffice.org/17308
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-29  Noel Grandin  <noel@peralex.com>  [01d96add97c49607317b51ac64a36c229f9da0ec]

        fix windows build
        
        after commit b97aa3faa03e5944aac8f3c35a8c198fba295e83
        "Remove the unnecessary type definition: HPBYTE"
        
        Change-Id: Ifd73ecb7e923ef38826d24c3d251be29eda472bf

2015-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1953f22097d6f895fe27ea21635c37d3cb48f51]

        writerfilter: clean up remaining boost::scoped_ptr<> usage
        
        Change-Id: I270c91bec75ff96ac77b550e6adef8d03b07f2b5

2015-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b1c5b297746e1fbc7d8b728e888478a260c52e4]

        writerfilter: use std::unique_ptr<> in StyleSheetTable
        
        Change-Id: I38eebe098c87cceb69b9ff4c48e18d3434ad1557

2015-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [89d615360e80a13fff6bc69885e5780d8fedf149]

        tdf#89954 sw: let annotation have CH_TXTATR_INWORD placeholder again
        
        Regression from commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 (123792:
        complete annotations on text ranges feature, 2013-12-19), the problem
        was that while sw wanted CH_TXTATR_INWORD as a placeholder character for
        anchor positions that do not count as a word boundary, the commit
        changed GetCharOfTextAttr() so that annotations have CH_TXTATR_BREAKWORD
        as the placeholder.
        
        Fix the problem by reverting the last hunk of
        sw/source/core/txtnode/thints.cxx changes in that commit.
        
        Change-Id: Ia8c97efda9c1e90ae3c27ddb8247e3f3203a63fb

2015-07-29  Julien Nabet  <serval2412@yahoo.fr>  [c00760b1379023d8b45f54c0282051fcc7a240dd]

        getFiles: truncate to 1 file only (aqua part)
        
        Change-Id: I815954ec812e799d580b4a1fd85261329cfe5ec0
        Reviewed-on: https://gerrit.libreoffice.org/16987
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-29  Jorenz Paragas  <j.paragas.237@gmail.com>  [0e9999b01e8a6932cbd30ca117038c9dd990414f]

        tdf#91112 replace o3tl::unary_compose with lambdas in connectivity
        
        The replaced code used o3tl::unary_compose directly instead of
        the helper function o3tl::compose1.
        
        Change-Id: Idb5cae2e2a2dae5f8bdc572f475ebb76171fd853
        Reviewed-on: https://gerrit.libreoffice.org/17249
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-29  Daniel Robertson  <danlrobertson89@gmail.com>  [b97aa3faa03e5944aac8f3c35a8c198fba295e83]

        Remove the unnecessary type definition: HPBYTE
        
        HPBYTE is a duplicate defintion of Scanline as seen below.
        
        include/vcl/salbtype.hxx:
        
        34: typedef sal_uInt8*        HPBYTE;
        35: typedef HPBYTE            Scanline;
        
        Remove the definition of HPBYTE and inline the definition of
        Scanline. Replace all instances with sal_uInt8*.
        
        Change-Id: I8a79a9d6c45af57fbabf8d3e6a04a1b5eba15a7b
        Reviewed-on: https://gerrit.libreoffice.org/17175
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-29  Takeshi Abe  <tabe@fixedpoint.jp>  [e5fc46499126aff725953f73527819e333f13bbc]

        Avoid warning C4819
        
        > : The file contains a character that cannot be represented in the
        > current code page (932). Save the file in Unicode format to prevent
        > data loss
        
        Change-Id: I4ebd15fc0e00a0bc150652fbbe7c4368eee0ac15
        Reviewed-on: https://gerrit.libreoffice.org/17369
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-29  Noel Grandin  <noel@peralex.com>  [0c5f72b06f7d3b06e61cc5a0eabc8abc7bb72ef5]

        com::sun::star->css in cui
        
        Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b
        Reviewed-on: https://gerrit.libreoffice.org/17385
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-29  Noel Grandin  <noel@peralex.com>  [171990764eedee708ce458be2239466307b2dc6a]

        com::sun::star-css in cppu,cppuhelper
        
        Change-Id: I84a412f587fd66f6c0610f083e61cf0fa079d4d9
        Reviewed-on: https://gerrit.libreoffice.org/17384
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Mark Hung  <marklh9@gmail.com>  [62e2fae93e8894f73560a30ae1e752cbd4c001ad]

        tdf#91594 misinterprets letters from Symbol font in docx files
        
        Fix the issue caused by wrong assumption about symbol chracter
        and symbol font attributes order in writerfilter. Also allow
        symbols to be displayed if user's language is not Western.
        
        Change-Id: I602d9fbfa79c33c90f655dbf5ee22738b6391ae6
        Reviewed-on: https://gerrit.libreoffice.org/16543
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-29  Maxim Monastirsky  <momonasmon@gmail.com>  [7523423f03fc21fae31508b17c9bd719c7d04136]

        More whitespace missed
        
        Change-Id: I045f72c66a80984650bc523489bd89ed96230c57

2015-07-28  David Ostrovsky  <david@ostrovsky.org>  [c26ebc6bd37b32808514635cf7c5f6434df7501d]

        Fix clucene on MSVC 14.0
        
        Change-Id: I225d9c5eb1d9c9851b3f64f7c654cfede6297933
        Reviewed-on: https://gerrit.libreoffice.org/17339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-28  Michel Renon  <michel.renon@free.fr>  [5e188b4e27d41e123ec4cd0bd3ece2181d72158a]

        QtCreator integration : remove unnecessary whitespaces.
        
        Change-Id: Iee8a6add830be94e6a6942dc9c4464b1a91656ff
        Reviewed-on: https://gerrit.libreoffice.org/17389
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-28  David Ostrovsky  <david@ostrovsky.org>  [fb8d066368ffbbb1909a6d0b402c09248569c62e]

        stoc: tzname is _tzname on MSVC 14.0
        
        Change-Id: I899ed85dc86edceb83b262643f83d87edd4ba905
        Reviewed-on: https://gerrit.libreoffice.org/17361
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [09bd5846d57bf6b506b0967d664b2f80562e03fc]

        tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDevice
        
        With this, vcl::Cursor will be able to paint to a vcl::RenderContext,
        too; not just directly, which is needed for double-buffering.
        
        Change-Id: I868f6cd9b08afe59611ef266911a894a26cacedc

2015-07-28  Michael Stahl  <mstahl@redhat.com>  [372d416692e0f5a6f1a3a97ff6f967eaab54233c]

        dtrans: reset DropTarget::m_pDropTarget if it is released
        
        JunitTest_forms_unoapi_3 just crashed in DropTarget::disposing()
        with m_pDropTarget pointing to garbage.
        
        Change-Id: Icb5ad15a3d4b857b45553543d404e14abbac4374

2015-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b120adb290cee480516b14683f314318573c9d7e]

        libreofficekit: -Werror,-Wformat-security
        
        Change-Id: I177ea091fb1061d9fa71f7fb1a84629128afd6a0

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [2d2b392dcda5bdfab61a358dc1dd725d65fba07f]

        lokdocview: post_command arguments are not supposed to be const
        
        Change-Id: Ibc22d03d9eee9fd151ecf5773e36c2519141a5eb

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [7c45a57081a921b8f56812dd37c2fcd4b86d2a1a]

        lokdocview: setGraphicSelection in another thread
        
        Change-Id: Ib7a6bf63ee6f300c6c5d50d02a3465d0a075a5be

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [de9224bf9686550e63876eb5ac1241b27c01bc25]

        lokdocview: Move postMouseEvent in separate LOK thread
        
        Change-Id: I9d1a08db2a91a596d3039a2388c22e6ea76dc2b1

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [4fb3d2e6be39fb3a7323b11a02adf853ed37a3ca]

        lokdocview: Use only one ctor for instantiating LOEvent
        
        ... and set each member variable manually.
        
        Additionally, improves documentation of the struct LOEvent.
        
        Change-Id: I2e8e1dc70298dc85943769e2f01c6127eedb8207

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [ee0f4f75d2d95aaed8995337947c4cc665722aaf]

        lokdocview: Follow the camelCase naming convention
        
        Change-Id: I05582d33ee3535d4b677fa8138c9d573585a4252

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [57ec1780d654e335e09a6c64c4d48234f0556635]

        lokdocview: Cannot use same GTask object for all calls.
        
        Change-Id: I875d49a9e4360659087ae70456edefb15bc57b20

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [a7f12df929226ba43356d3d092851b07c84ae1c4]

        Use thread pool for LOK call: paintTile()
        
        Change-Id: I45e94248013277affa11e91439fbc16995b8ed8e

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [e032b64451347f5079c2a5bfbfda8d843db91e2d]

        lokdocview, tilebuffer: Add DOxygen comments
        
        Change-Id: I27377f0a758729a7877cfc6a56ea1b4bb3d1c3c9

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [4edbf5a01fb8d93f3e6f2b9f7100a0c3d2eafa6e]

        lokdocview: Make paintTile() async
        
        Change-Id: I57db9e3adf26996e6e1e105b8b95f53e88e7760f

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [a433ea9f46cc1cc0de7282f3d360d70ad215aaa8]

        lokdocview: Use a thread pool for most LOK calls
        
        This is a thread pool with just single thread because LOK is
        single threaded; using multiple threads in this case would be
        useless.
        
        Primary reason we are using a thread pool here is to avoid the
        overhead in spawning a new thread for each LOK call.
        
        Change-Id: Ibbfdb7cb0a8ef9f07bcc659e65ce8997716aa245

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [cb94e003c066033db96da62596022385794f281c]

        gtktiledviewer: Fill whole statusbar with progressbar
        
        We don't have anything yet to put in statusbar. Let progressbar
        fill the whole width of statusbar for now.
        
        Change-Id: I4cd8745e997a0d2b917bc5baf358b097174d0df9

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [da129b682f81a8fdbc6be95142456f204b2b7951]

        lokdocview: Emit load-changed signal showing load progress
        
        Change-Id: I69b4c05d12c0c0b2ca6b7d1ad76ed74cc1f4346a

2015-07-28  Pranav Kant  <pranavk@gnome.org>  [645f00543405450cd3a3862482dc4e1cda65d098]

        lokdocview: Call open_document in another thread
        
        This is to keep the widget responsive during document load.
        
        Change-Id: I81acaffc75ca7deddd6cc2de6abae22d009d40cd

2015-07-28  Maxim Monastirsky  <momonasmon@gmail.com>  [d8794a4f414fe6bf5e596d1b6a4cb8831e822278]

        mpLBColor and mpFTColor are actually unused now
        
        Change-Id: I81c8194e555d9221ce2a074238b52d76b75ed278

2015-07-28  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [17ae2821835c3c60c89528a2a94986a18d5f0096]

        Whitespace cleanup / re-alignment.
        
        Get alignment back after various cleanups, including
        a99520eb0a0ccb5a03e85c697d38eb6520ec403c
        
        Change-Id: I8a9004a600a04318ab8c1514f9b48c8b73fa9d70

2015-07-28  Noel Grandin  <noel@peralex.com>  [a99520eb0a0ccb5a03e85c697d38eb6520ec403c]

        com::sun::star->css in cppcanvas
        
        Change-Id: Ibb7493456c20600fe3e823c74af6e572d9577817
        Reviewed-on: https://gerrit.libreoffice.org/17379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Michael Stahl  <mstahl@redhat.com>  [d10de0360f08e847056fb8abb0c32da403444db3]

        svx: fix crash in JunitTest_svx_unoapi
        
        618fd9d91a87113a1fbb5f829bd0d61207ff78af added a mpLBColor widget with
        a type that does not match what is in the .ui file.
        
        Change-Id: I17c58448c1d6cf43652702d60d5600ce8de64224

2015-07-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [d725387cf0fd24ac825b3e15609ed70f72c8493c]

        Newly introduced widgets must be clear()-ed
        
        Change-Id: Ibae1aa4fc8df3f5b0a2448cca27f129993eea86f

2015-07-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [5525690f0e1111df22c3ce96f50d8ecd6931e912]

        Simplify: group widgets and enable them all at once
        
        Change-Id: I2140cf83886654033d8fcb2acfb651041f24fa0d

2015-07-28  Rishabh Kumar  <kris.kr296@gmail.com>  [618fd9d91a87113a1fbb5f829bd0d61207ff78af]

        Line Controls are disabled when none entry is checked
        
        Change-Id: Ie0ece4ca4b463642ea7b45bd3e27338fa5d3b9b8
        Reviewed-on: https://gerrit.libreoffice.org/16146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-28  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [611d8ee6fe141f9af39c76a864b365d57776db10]

        tdf#49893: final fix for blank rectangle problem
        
        removed artifacts from invalid shape: nested shape instruction destination 
        now is not drawn on its own. instead it is merged with outer shape 
        instruction. this helps to avoid drawing semi-ready shapes.
        
        Change-Id: I45589cc1b742d878e5914dd3f66a8184ecfd044c
        Reviewed-on: https://gerrit.libreoffice.org/14584
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc58fe655918e5fba7d75af1a2652e1210e37dc1]

        writerfilter: use std::unique_ptr<> in DomainMapperTableManager
        
        Change-Id: Ib5910d3198824d625a96b53a30ad67c69c622642

2015-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [46e7991be05a39a24e0a559db6ff1aea0ebc14e5]

        tdf#92914 SwPagePreviewLayout::Paint: handle rendercontext
        
        With this, the print preview window no longer performs direct paint.
        
        Change-Id: I53f05d8a3b723bc131f21a485e0ffec71484670a

2015-07-28  Takeshi Abe  <tabe@fixedpoint.jp>  [7e495e2b9e7b52ed169c936b63d960958db310cd]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants in dtrans.
        
        Change-Id: Ia7e3c37681c763089dd31c861854a9b500996305
        Reviewed-on: https://gerrit.libreoffice.org/17318
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Raj Natarajan  <rajkumar.natarajan@gmail.com>  [adbfe33377813b209bb4a7d7e4e9f737be033969]

        tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variant
        
        Change-Id: I16ca3893798cbb20a93eceea259fafd7a31eff44
        Reviewed-on: https://gerrit.libreoffice.org/17346
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Tor Lillqvist  <tml@collabora.com>  [c1780b4c9217b3b5374907b7e537f481ed2c680e]

        Avoid uncommon C++ style of forward declaration combined with its use
        
        Change-Id: I870821ec64653391caf516cbd3aa890637d7dd24
        Reviewed-on: https://gerrit.libreoffice.org/17367
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Noel Grandin  <noel@peralex.com>  [506be190a9c0aa682c8c3a681a567966353afca8]

        com::sun::star->css in configmgr
        
        Change-Id: Ief642571ddccbf016fa1625b5859b4889a4a3e8e
        Reviewed-on: https://gerrit.libreoffice.org/17366
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-28  Noel Grandin  <noel@peralex.com>  [fb6fc47b5518331c4e76ac1bac127e69015e9f12]

        loplugin:unreffun
        
        Change-Id: I9baa384548df3014bf43351cd096b8c8cf79a5a8

2015-07-28  Noel Grandin  <noel@peralex.com>  [3274085111409feea8fb54bfb9192851e3b51113]

        remove unused STC check
        
        Change-Id: I1d4bcbc5e1a76e4ad6ceb574a8331adada192876

2015-07-28  Noel Grandin  <noel@peralex.com>  [ab1d07b8bf40939ab08d84781d6a25353a92394b]

        remove unused UStringDescription struct
        
        Change-Id: Ib92e64e9a8d14f755edc8866979aa6196d0b61f3

2015-07-28  Noel Grandin  <noel@peralex.com>  [bf84823f89f382852764b0e828d7f53178c14384]

        convert SFX_CFG* constants to scoped enum
        
        Change-Id: I7b4769d0616b5685792630bcb82fd0d944505a24

2015-07-28  Noel Grandin  <noel@peralex.com>  [7d6d18e74a406a462de6fffac05a9d5f722cc2cd]

        convert INPUTMODE_ constants to scoped enum
        
        Change-Id: Ib2e37bb320c1edba7246a6611df3b89b764346db

2015-07-28  Noel Grandin  <noel@peralex.com>  [92196183a76c255f7111c04ac94ea104a657f458]

        remove unused ALLCHART constants
        
        Change-Id: I8fbc3ff0b8427c3aa18527f8da2a339b82407309

2015-07-28  Noel Grandin  <noel@peralex.com>  [a69f8f9082d1eca4f807d14e2ce9d570f02aa2d7]

        remove unused HELP_REQUESTED constant
        
        Change-Id: I1dc6ee6d267d0be82e6af81c21bb5f0920300256

2015-07-28  Noel Grandin  <noel@peralex.com>  [b1c25a0d8fa2f8effc501cc100b0c07f79437e8e]

        inline "old" SbERR constants
        
        Change-Id: I3e6665351de97692ae70207e8b623ad008ca8c9a

2015-07-28  Noel Grandin  <noel@peralex.com>  [4eeeec899f44d2010189251c0f09120ade202dd8]

        convert RGCHK constants to scoped enum
        
        Change-Id: Iafeae0f85f751469900471cf8fccd5f763407890

2015-07-28  Noel Grandin  <noel@peralex.com>  [01075a7274bd3921501d382a71720581a48bfd66]

        inline the "old" SbxErr constants
        
        Change-Id: I1c54c792e0397d61c97d5067963b343f912275fc

2015-07-28  Noel Grandin  <noel@peralex.com>  [9072c5c8551c0bc512865ab15b1054c78706f1f3]

        convert SbxFlagsBits to scoped enum
        
        Change-Id: I3dd699ca675be2ff4a8bfb7938bd5d43719b304c

2015-07-28  Noel Grandin  <noel@peralex.com>  [95548d827dff41156ae46f391d73f358dad1b32f]

        remove some unused EDITUNDO_ constants
        
        Change-Id: Ia2c2f5f42a9d8e2d6041aac415d253f096d47f43

2015-07-28  Noel Grandin  <noel@peralex.com>  [d29e1960f4a8d6767e80f72b7c9757f4d216f35c]

        convert EE_ACTION constants to scoped enum
        
        Change-Id: Iaa51c235a2118e0d808400eba622fbe021571b38

2015-07-28  Takeshi Abe  <tabe@fixedpoint.jp>  [19ae187b328bad9197d5241bd585f9101116ab12]

        chart2: fix duplicate entries at index 0
        
        ... introduced at 6949629e35f308ce7efc890319ecf9a46a5f154c.
        
        Change-Id: Ifc5c2f92584aabe668eb8c87abdc5085d4a7b075
        Reviewed-on: https://gerrit.libreoffice.org/17377
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d8f1faa97a3dfd38c540e0cd0b73a2e9d621d53]

        fix the last transparency gradient issues in the chart area panel
        
        So apparently I was looking up the gradient in the wrong table.
        
        Change-Id: I26de6f9bb5f9baf65a7856682a327da611da3ae7

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6949629e35f308ce7efc890319ecf9a46a5f154c]

        reflect the property name changes also in the idl files
        
        DataPoints now support the whole css::drawing::FillProperties properties
        which makes handling fill properties in chart2 a lot easier. The new
        names are just aliases for the old property names.
        
        Change-Id: I5b85010fe2557eeb5376de71ff3605b3abbcd488

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88f5d4ce866f6d574a34d706d2d71dc71aaa66e8]

        use common fill property names in chart2
        
        Change-Id: I9445344efc70d872fdb9c9a8cc49838210861a7b

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6295e6543705a00e0ad9581a25436b3c28e5f7d5]

        Revert "provide a few more common property names"
        
        This reverts commit 6301e1e8b983f099d1f93140a3fb54c635206ac6.

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5af433b0922ae30fd2b6cef63ea70dad6953ce2a]

        Revert "provide some common fill property name aliases"
        
        This reverts commit 3d32e9f81b263884ec0a3b262e71ae78fcb892b7.

2015-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65c2570e86e0e58ebce447b6d24f11d1c29dfa99]

        handle fill float transparence in chart area panel
        
        Change-Id: Ibf72ba72ec193638f389167aab415b94a383f3d1

2015-07-28  Maxim Monastirsky  <momonasmon@gmail.com>  [180a5fe0a2c72408e2322f8155415b4639131096]

        Simplify
        
        Every button has a controller, so it should be enough to
        just iterate the controllers map.
        
        Change-Id: I9e3d269a00ddd9362164a45000a90d9dc6220cab

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [f58f10fc89e19d182b5a415bb69af5ecc7de080a]

        firebird: --enable-debug breaks the build with MSVC
        
        With the 2.5.4 upgrade somehow this fails to link fbintl.lib with
        unresolved symbols.
        
        Debugging is overrated anyway, let's just disable that for now.
        
        Change-Id: I265c705c10ca7c70baa18232f6f740120d6b397e

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [18110ca3bdc9542e28480d5719f33c429b325402]

        comphelper, desktop: fix MSVC mergedlib link failure
        
        Duplicate symbols are easily avoided by removing duplicate code.
        
        Change-Id: I9b598a44156d6ff71b0691e69ab8163b15e2e26f

2015-07-27  Benjamin Ni  <benjaminniri@hotmail.com>  [774085dbe5c332f2be757f5f6a0324280dd72651]

        tdf#92548, limit number of characters shown in formula wizard
        
        Change-Id: I5c322140d40e1ec31e8664a6f731e57b9b3defdb

2015-07-27  Benjamin Ni  <benjaminniri@hotmail.com>  [f82d89f35207fc1cfc00ad5cd914b74c55c3e3d2]

        tdf#92546 show results for sub-expressions in formula wizard
        
        Change-Id: I1d5ba707d8dce69abc15ec1de7bec4728bd93adb

2015-07-27  Benjamin Ni  <benjaminniri@hotmail.com>  [3cb68ecffa507eb839552e3d55369faf915fae81]

        fix test for tdf#92547
        
        Change-Id: Ifa4b338f067bd398c0e4d0e533980a255484dc90

2015-07-27  Eike Rathke  <erack@redhat.com>  [96aecd7ff882e96ecf8db1f649037ad011a17899]

        TableRef: add unit tests
        
        Change-Id: Ic635188f9ebefcfd49f71c3d61405e5f4765d940

2015-07-27  Maxim Monastirsky  <momonasmon@gmail.com>  [e2281331b1ab40288494ab3659d9c66e13d3e905]

        Fix mismerge
        
        Change-Id: I48971707410c05e0af1ffa80ed50e5f43615795b

2015-07-27  Varun  <varun.dhall@studentpartner.com>  [e6ff477536ce64631ee10f769a69cc73ae7b456a]

        Added Test for tdf#78159 OOoXML embedded objects should be converted to ODF
        
        Change-Id: I84990fb07f1423b4365c428e6676271b045b2565
        Reviewed-on: https://gerrit.libreoffice.org/17375
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-27  Tor Lillqvist  <tml@collabora.com>  [e83499ad82bee4c2255b47c16f877ec09eff5c35]

        Mention that --enable-lto is broken for MSVC
        
        I don't have the inspiration to fix it. I get unresolved symbols
        "__declspec(dllimport) public: virtual class com::sun::star::uno::Any __cdecl
        cppu::WeakImplHelper<class com::sun::star::container::XEnumeration>::
        queryInterface(class com::sun::star::uno::Type const &)" etc when linking the
        fwk library in framework.
        
        Also, surely we require GCC to be >= 4.6 now, no need to mention that.
        
        Change-Id: I6502a4acc200f4d94c8c6e0577eee4282375db0d

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [bd50d025fe5acf974f690e3388b8a429b8443139]

        sw: replace boost::ptr_multiset with std::multiset
        
        Change-Id: I0b1743bd23844c46572af24e8fbdd0a61676d840

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [abf56d46be1b11973fce1fa48e40b82820d66e58]

        sw: replace boost::ptr_set with std::map<std::unique_ptr>
        
        Change-Id: I2af80c8223ec3074058c013be7302ebf8edad95c

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [27825a355edc79ac62f16b3ea8554ea834bed514]

        sw: replace boost::ptr_set with std::set<std::unique_ptr>
        
        Change-Id: Ie4854f8b0d52771a609aee7ba4620c9308424d64

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [6be72cc21cd59e6cb3c4dcda9416d1ab362f0a14]

        configure: make --enable-selective-debuginfo less errorprone
        
        Change-Id: I6b7379323a86242b42a8a5137807c535bf1d7c46

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [e19d1afd7e6ef75b994e436aff57bd94efbb5acb]

        sw: replace boost::ptr_set with std::set<std::unique_ptr>
        
        Change-Id: I8f08074cfd9515d3ded629427745c113f8c80dbc

2015-07-27  Michael Stahl  <mstahl@redhat.com>  [f29ac1d91b12ab2f55d7ab7afce62238a59b8cba]

        gdb pretty printer for SwNodes fails on Python 3 due to "unicode"
        
        Change-Id: I8e4983a91d4f97a2a20fbeed89d4e0f186c35fad

2015-07-27  Maxim Monastirsky  <momonasmon@gmail.com>  [8f4242e3798d40580135466156cf30cace64824d]

        Remove the unused swvset.hxx
        
        Change-Id: I7d89c2cdd4f0e2f082674d954273229a16d3a745

2015-07-27  Maxim Monastirsky  <momonasmon@gmail.com>  [4b35bffa0ec7295718fa59280b495972d86d7af8]

        Fix image update of DROPDOWNONLY buttons
        
        Change-Id: I787878d6ac02d15286a405ccfcc1f09f04c39501

2015-07-27  Eike Rathke  <erack@redhat.com>  [1abc8c1608eca18d5b4a010d8a43fbbe87a6b933]

        unit test for FORMULA() with and without array context
        
        Change-Id: Ic8e0f5dfad6e9b9a70e6dca89a970c131efc53d9

2015-07-27  Michel Renon  <michel.renon@free.fr>  [dcec162ea083b3604ff82c4dc3ca43d2b5054ea7]

        tdf#92561 : QtCreator doesn't find any generated c++ headers.
        
        Use lib.include to list :
        - all include paths (with generated c++ headers),
        - header files for each lib/module.
        
        Change-Id: I44f20ddbcaf2ffa844ec02977dea10f32fe9d92f
        Reviewed-on: https://gerrit.libreoffice.org/17055
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-27  Mihai Varga  <mihai.varga@collabora.com>  [50fe21c7807afb9650c048e1a82bd97a7fc1d226]

        tiledrendering: added getPartName method for calc
        
        This method is used to get the sheet's name and to display it
        in the tabs (sheet selector)
        I've also added an unit test for it and uncommented a similar one
        
        Change-Id: Ia866815c594a873812c71a6c86e303c869e1f093
        Reviewed-on: https://gerrit.libreoffice.org/17294
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-07-27  Noel Grandin  <noel@peralex.com>  [d74436fb8681f18c1a4097a8b13c5a138cc73e79]

        com::sun::star->css in comphelper
        
        Change-Id: I4aa0b2d15f2a06cbbbf63a363f403ca6435ffbcd
        Reviewed-on: https://gerrit.libreoffice.org/17365
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-27  Noel Grandin  <noel@peralex.com>  [e5440e415a0dba7f67324162306635e9c7b98078]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I6975b340e42b113650a6c6ba51fdb558af493132

2015-07-27  Matthew J. Francis  <mjay.francis@gmail.com>  [9c5a217681935d661aad4d5667a775319382d22a]

        Tweak introspection/invocation to be more useful to PyUNO
        
        - Make introspection/invocation handle XNameReplace and
          XIndexReplace
        - Make introspection handle XUnoTunnel
        - Adapt PyUNO to take advantage of the additionally handled
          interfaces
        
        Change-Id: Ie848d10fd2c31cad76fcc3a746262a490a2c9ae1
        Reviewed-on: https://gerrit.libreoffice.org/17314
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-27  Noel Grandin  <noel@peralex.com>  [165c939818b18d68216864600097b99e5d8c2266]

        loplugin:cstylecast
        
        Change-Id: I21fd75b3c891d98f6ad1e4c8af985c2cd21c7db4

2015-07-27  Noel Grandin  <noel@peralex.com>  [58cb14239267d6ab1b0be20bc8aa8f6895e15cb7]

        loplugin:staticmethods
        
        Change-Id: Iab1eda788690366bfc03ba7c4f085cb474fef1b8

2015-07-27  Noel Grandin  <noel@peralex.com>  [a3c6ead658a6342f74425a7bd05b3a0b9d6265f5]

        loplugin:loopvartoosmall
        
        Change-Id: I9114a7dd3eae7a76432655c4459a7326bb1908f4

2015-07-27  Noel Grandin  <noel@peralex.com>  [53b496daa8be70e29c71ed44b30c49a52677c14c]

        loplugin:simplifybool
        
        Change-Id: Id57ee3c09b11c3ce4820ed06a15f13866a10f19a

2015-07-27  Noel Grandin  <noel@peralex.com>  [3e4c5a3538843bbab5d94e431f9cdb6e394c17c5]

        loplugin:stringconstant
        
        Change-Id: I95765e9c26e393a838ee0c617fde415e6c50e884

2015-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d77d7db8704327071b3d46508310c8453cf1cd1]

        writerfilter: use std::unique_ptr<> in DomainMapper
        
        Change-Id: I569add9792d533bd3bcda5d5cb4023b37bd3f1ed

2015-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e06e2cb18874987d2dafd4faa0a8b71fc0aa6453]

        tdf#90575 sw: fix pasting DDE links
        
        Regression from commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 (123792:
        complete annotations on text ranges feature, 2013-12-19), the problem
        was that the added additional IDocumentMarkAccess::GetType() check in
        lcl_FindDdeBookmark(), which means that the function no longer finds
        bookmarks with the matching name, only real DDE marks. This is a
        problem, as SwTrnsfrDdeLink::WriteData() depends on the fact that
        sw::mark::Bookmark inherits from sw::mark::DdeBookmark. As a result, the
        fast IDocumentMarkAccess::GetType() (that intentionally doesn't handle
        inheritance for performance reasons) can't be used here.
        
        Change-Id: I2b7a07c18b641ac991f3227812a609dedc960e08

2015-07-27  Noel Grandin  <noel@peralex.com>  [16f3ef520cafaef42694f5e63a60167e3c41081c]

        fix --with-webdav=serf build
        
        fallout from the conversion to variadic WeakImplHelper template
        
        Change-Id: I1ff6b4aa0b574bbd4787f548e0bc4bf51b211aba

2015-07-27  Noel Grandin  <noel@peralex.com>  [e5bc58f7bdc6e612f609ae4a2d3a83ef0394511d]

        loplugin:staticmethods
        
        Change-Id: I151c96d20fe374454924fb0e1c01d9a10be73406

2015-07-27  Noel Grandin  <noel@peralex.com>  [38ecca9b30e0fc5f7cc6264857f983e40dd58195]

        inline a bunch of use-once macros
        
        no point in having a macro unless it's actually going to reduce the
        number of lines of code
        
        Change-Id: Ic8760d6506cf272d7bd088f7b3b4dcbf288099fc

2015-07-27  Noel Grandin  <noel@peralex.com>  [efac5fa06e2d00bd67c582d8a6b1f1fc69c9b9f5]

        remove some unused defines
        
        Change-Id: Ib2d50e8c29ccbc5ffcb52cdff4ae3eaae9a62188
        Reviewed-on: https://gerrit.libreoffice.org/17332
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [afbf466103fd8bb2f3c120a36c181852ad4c967f]

        Add missing SAL_OVERRIDE..
        
        Change-Id: I82d1adb30d678c06308efb2bb825a4c1b4a064cf

2015-07-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a73897dc077ea9946e7f9847351370b2903e12d8]

        README.opengl: Some notes about env. vars. useful for OpenGL
        
        Change-Id: I25e50bdead1ad1e39be3d527685230c84f08a292

2015-07-26  Caolán McNamara  <caolanm@redhat.com>  [5c7b7b5c7a75cde9a21da277d3b20f1f83f95e86]

        Resolves: tdf#91950 optional entries may not be present
        
        here we appear to check if the preceding optional entries are of certain
        types. Presumably if they are optional then its legal for them not to
        exist at all, just that if they are there they should be in the right
        order.
        
        Change-Id: Id147b91d7d375d7985d901cda112c7757dc3fb19
        Reviewed-on: https://gerrit.libreoffice.org/17336
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-26  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [3dc7accfa873609d4a7885171d1c5297989367c5]

        Add small slide-master icon

2015-07-26  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [49fdf5d94cecb229556e055c233a6fa63d2ee47b]

        Delete table icon

2015-07-26  David Ostrovsky  <david@ostrovsky.org>  [9f291dcccba2c7d7f6ebbf214aab111c787c6b46]

        tdf#92792: Register mork driver on windows 64bit and make it work
        
        Mork service wasn't registred on windows as it was generally
        excluded on this platform not matter what architecture was used.
        
        Pofile discovery was broken, as XP_WIN wasn't define and the
        code fall back to use UNIX directories for profile discovery
        on windows that obviously cannot work.
        
        Change-Id: I823378a1a094a2172ba2cb3bf9bdacedb27b36a2
        Reviewed-on: https://gerrit.libreoffice.org/17349
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-07-26  Jean-Pierre Ledure  <jp@ledure.be>  [faa5b9602839b93fc4b82bb36fbef03e022a1924]

        Access2Base - Return value of Execute method in CommandBarControl
        
        Method always returned False. Should return True when successful.
        
        Change-Id: I82c8a6e425409032ccf5217b940ec81b277a6313

2015-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [33a21d37f376abaaabdaceaa09160cab962038fc]

        Revert "Resolves: tdf#88314 close temp file after each thread completes"
        
        This reverts commit 738cf411e9315d17c7eb8be47ded643a00dfe5c5.
        
        It brokes windows in https://gerrit.libreoffice.org/#/c/17289/
        as per http://ci.libreoffice.org/job/lo_gerrit_master/4465/Gerrit=Gerrit,Platform=Windows/
        
        was pushed despite that.. :-(

2015-07-25  Marek Doležel  <marekdolezel@gmail.com>  [11f24bc2f032b31095663cb09ef948eee2c61f49]

        tdf#92130 fix DoEvents to be recognized as keyword
        
        Change-Id: I24868acec66a72abbb52b8026ed3a092dbd97632
        Reviewed-on: https://gerrit.libreoffice.org/17347
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c17ea618d8431306b130c023575ffed50fcbe3f8]

        fix some small regressions in no-chart area panel
        
        Change-Id: I04239c0bcf78ee9029a2a17514d10d28c3b99d58

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ba833f0148522e14a2c639017afd90749816380]

        don't show the area sidebar for panels where it makes no sense
        
        Change-Id: I06655e0574b28a88db920424fa515b8350133f10

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87f750f1c574142958331643e7b0a9fb0b182102]

        also update for the first selected object
        
        Change-Id: I7df8772c7414df694eda5ea30b74eccd6e9b98db

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5845e73783fc99cd42188481fc5df29f0786394f]

        handle chart wall correctly in area panel
        
        Change-Id: Iacd9498884a20357f217e1165a3422b6f1e2aa81

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6301e1e8b983f099d1f93140a3fb54c635206ac6]

        provide a few more common property names
        
        Change-Id: I574af7999f8a76457dd61e66854db191b8876dfa

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b9818c4cc0c955d9b5a0f0adba34a9c44b6065c]

        handle bitmap in chart area panel
        
        Change-Id: I3137fc1ac066b712594d0cf471ca4eb8a344c0bd

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ab10c27be8ab33e5cf355ab91f6783175184784]

        update hatch in chart sidebar
        
        There is a huge level of insanity in the hatch handling. Apparently
        different parts of the code use different case of the hatch id which
        makes it difficult to handle it.
        
        Change-Id: I5674e21a6c9a2d01d7b641473e00ab5e2bcaffd4

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5c0f852b51dd8b0e9b8bf65fbaa18bc61558107]

        update gradients in sidebar as well
        
        Change-Id: I0dc737c133e905d75fab23457fb86c8d2b724ce8

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4daf8be5e9c84c378ec6477163647d1c9b7ef55]

        this nasty update cycle was causing many issues
        
        Setting the property from the sidebar was causing the model to be
        changed and therefore updating the sidebar again.
        
        Change-Id: I9ca690ae05d4cb0f2ce16f905a29582cc9e86f64

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbeba7e2aa2effee5f73382573b6523d70e0f4d2]

        we should not disable items because they are set twice
        
        Change-Id: I73130922a773df353db509b0ea62d0013a1df292

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3a52304593328b8950602535ef03d026ee27bf0]

        update some area properties
        
        Change-Id: Iab888226ef1b8f18a6cdfd0ddf58077405306510

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [427f28ea2f49005c63338e6df4fc5cf010fa38c0]

        add selection change listener to area panel
        
        Change-Id: I4e3f0c1c669ec1c584cc2d6932fd78e177effa89

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc4592132f3f6b5b04c8c9c5e63976c5d2dc6b4f]

        add selection change listener
        
        This finally allows us to handle the case where you switch between
        objects of the same type.
        
        Change-Id: Ic13e15e2a426d08995a577dfc1b7ee6f7da04f30

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0635208edf1cdee4235ea87666a473ac81007555]

        handle more than one chart with chart sidebar
        
        Change-Id: I4998904a9273f2c67114a246d7f234843602573c

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cfac266d061c4fe83bebe203519b746538e47157]

        implement a few more methods
        
        Change-Id: Ieab088f2ad48f313c913424c60a10b59de4e0bcb

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ee0e6ab93ad791f5e79506efafd16cb7364ffb1]

        avoid crash with color listbox for now
        
        Change-Id: I36ac6513546961ec8d8d1e9437a8ef88574acbf4

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c36df7c0844be4831380d90d68489100da3f0a30]

        avoid a crash that occures sometimes
        
        Change-Id: Iccbdfdb8a46b45b76756ff8080757db3770d691c

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0066d74fe51444cf459d1218b3de3d4a7502faeb]

        dispose all children
        
        Change-Id: I96501640bc15836476eaa6ff7784ab299277ced9

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6ac33db57df1a7e8b2faf45c0bc23d86503a813]

        extract some code for reuse by chart2 sidebar
        
        Change-Id: I44e2378dafa66f53588027cca56dc52cb4cec794

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab0c81c09798ae5d028a87dfcf249953f1b42f8e]

        handle some of the property changes correctly in area panel
        
        Change-Id: I107245f52504c6dc059554346e00402534cf6243

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d32e9f81b263884ec0a3b262e71ae78fcb892b7]

        provide some common fill property name aliases
        
        They are mapped to the same entry as the exisiting ones but make it much
        easier to select the correct property name.
        
        Change-Id: I6f334284825c809f50a35c4566889b01950734ce

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60dd03df8bf71e3bdfe8d8026c7474277c612312]

        these two are exclusive
        
        Change-Id: I98cf55f9b39f79fb844c57eef137093eb79ca958

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc3bf752b9bfdee9c11b9904fbb405efb41b8536]

        better way to handle unused argument
        
        Change-Id: I32d0ac824aab9cfd2f7994aa81b63206dd6a5a9a

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c8099f68c60f7f06e615b49a53720b2de2f2c15]

        fix the widget name
        
        Change-Id: I889bf792dca59dca6750e4fb05d819a205f6ea21

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01f5b49eb7287d4a9e57bc4005ada040e85563e4]

        add skeleton for chart area sidebar panel
        
        Change-Id: I5dc78fede2a51396086a8e4fde627c83c383de24

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b9a9751a99219787113a1de8239c25c5946e4be]

        move header file to public include dir
        
        we will need it in chart2 so make it available
        
        Change-Id: I9ef1feebc2e0086e0647349b4e92f9fc9cdd4e8c

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4c094f7ba1da11bffe56adaa65941fe6f82608b]

        split area property sidebar panel into two parts
        
        The AreaPropertyPanelBase is independent from the dispatcher,
            SfxBindings and some other sfx2 stuff. There are still a few open
            points about some of the controls used but it is a step forward.
        
        Change-Id: I8eed42522abb3d3efc46bad352da9cbaa0b88b12

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [477e35f7982e068e253ca2709ceedcb1995c585e]

        remove excessive whitespace
        
        Change-Id: Ia77c12fc0da9c983a07595175ce855979d92dd08

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e8b94734423df7c3e9d00a865e2620b927f3d93]

        remove unused property
        
        Change-Id: Ia4b0c6985c9e52fed756edc08b959d3b60a122f0

2015-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8b5979309311a0878e9fe0041423ff0620052bf]

        finish error bar panel
        
        Change-Id: I954b858ea76c949fe3e5de15e3ed45a7aba6bb2d

2015-07-25  David Tardon  <dtardon@redhat.com>  [3dec38c9a9fdbe56a4ff7ffb6e4b3a9e9114b0f9]

        WaE: calling static member function through member call syntax
        
        Change-Id: Ic67777d5c93ae959869a3c005baca2a980dc1341

2015-07-25  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [4744a5a9e60b369e4a551e50cb37a942f90d4eaa]

        More Impress icons

2015-07-25  Jean-Pierre Ledure  <jp@ledure.be>  [379737991f0fe26dca74d72aa32bd94fe55402d3]

        Access2Base - Correct CommandBarControls collection
        
        Make the Item property of the CommandBarControls collection work correctly
        thanks to a complete initialization of the object.
        
        Change-Id: I714d1034d69be197f68702b0e2d7b21ff64ffff8

2015-07-25  David Tardon  <dtardon@redhat.com>  [e783cc71eec1f581835a84560904b948f464b435]

        upload libvisio 0.1.3
        
        Change-Id: I022e036c4a27f3c3931c19b0df0e64c6c0dd25a0

2015-07-25  Matthew J. Francis  <mjay.francis@gmail.com>  [3458a252022af241f364a9d49c458180442ebd07]

        Fix PyUNO object hash to use the correct pointer
        
        Change-Id: Id93cba88eaf0dca0784051507809bc849d046a03
        Reviewed-on: https://gerrit.libreoffice.org/17337
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [fe88fe6f828597fe2645a20c1a07716216a810c3]

        tdf#92256: Make OOXML filter CONV_A1_XL_A1 aware too
        
        + don't write string ref syntax if it hasn't been read or explicitly
        changed
        
        Change-Id: Id3788a71a4a3d0672283a4770c7d7a9608beb06f
        Reviewed-on: https://gerrit.libreoffice.org/17326
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-25  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [cae18c727fecb9d7bb8a1f6f8b589b098f738d72]

        Add more improvements for Impress

2015-07-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [11e6683be17aa1210dc78190f5a16d30390e013b]

        Updated core Project: help  39018a6a2153ff9c60565686ba8de6c9f171babe
        
        tdf#80588 (part) Help page for Basic IDE settings
        
        This patch is a partial fix for tdf#80588 and provides an entry page
        for Tools - Options - LibreOffice - Basic IDE
        
        I left a warning that the page need further work.
        
        Change-Id: Ia49c9d69d0335c92739c1b65a38f18bfa2056d2c
        Reviewed-on: https://gerrit.libreoffice.org/17253
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-07-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [8f8f1cef3c80fa8063f1d49726283797db0720c0]

        Updated core Project: help  81aa73450c3acab47cbe939f19423597245d36d7
        
        tdf#86637 (part) Help pages for OpenCL setings
        
        This patch is a partial fix for tdf#86637 and provides an entry page
        for Tools - Options - LibreOffice - Open CL
        
        I left a warning that the page need further work.
        
        Change-Id: I72514036a0ed95966c3ebc8fd12cea4edb2de4bf
        Reviewed-on: https://gerrit.libreoffice.org/17251
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-07-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [06c11ea3940e2028d164339d93ea519cbe12f411]

        Updated core Project: help  a1c39441d6fbdce0cb60542884c03b671b7a448f
        
        tdf#80586 (part) help page for Personalization
        
        This patch is a partial fix for tdf#80586 and provides an entry page for
        Tools - Options - LibreOffice - Personalization
        I left a warning that the page need further work.
        
        Change-Id: I68b5eb454db128db1fb44d5e7a5da2f46c807ab1
        Reviewed-on: https://gerrit.libreoffice.org/17250
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-07-24  Stephan Bergmann  <sbergman@redhat.com>  [ee35719f07d500aa19b6d0a166446e3135044e70]

        -Werror,-Wunused-private-field
        
        Change-Id: I3104a661b7c00851f6e444eb6899483bfc9c7417

2015-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [309e09b044b351711dee174d56f947eb1c619aaa]

        update credits
        
        Change-Id: I849be173c01973767bad522db8491ffd0dd2d0c7

2015-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fa8089e1099c6c6668fef2cd3ac01373269d6ef9]

        update emoji autocorrect entries from po-files
        
        Change-Id: I0d97689ec299dfb4e6400eee40d85b5abea1ab11

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [10d2467c2532178efe3d672405839bc1d0aab1e5]

        gtk3: connect to the eventbox and not toplevel for mouse events
        
        this leaves whatever magic gtk3 under wayland is doing on the toplevel
        alone so the window can be resized and the title bar responds to
        clicks as expected
        
        Change-Id: I9952cb719f3148660e17951b4f66a2525e11a6df

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [2796d7f1723d5b45177fe6da7a6e66cb914ae6d2]

        gtk3: insert an event box between toplevel and contents
        
        Change-Id: Ic78aa62baaa4260645a80ffb6704103440339595

2015-07-24  Eike Rathke  <erack@redhat.com>  [f790fbfb3e422b50fdb3cb607048939faef98149]

        enable FORMULA() to be used in array context
        
        So {=FORMULA(B1:B3)} works instead of giving an array of #N/A.
        
        Change-Id: I044a7032b3f79987ab70c03d25baee26f05063f8

2015-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fad158c87e99eeac9bcecca2d699e800878d5c82]

        Revert "tdf#76649 Skip NaN initial values for min and max"
        
        This patch should not go in without a test!!
        
        This reverts commit ae5ff039f697016a9c04b8f99c24f4e620ce4c65.

2015-07-24  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ae5ff039f697016a9c04b8f99c24f4e620ce4c65]

        tdf#76649 Skip NaN initial values for min and max
        
        min and max were initiated as aValuesX[0] which could be NaN
        
        Change-Id: I0246913dcf427e59fd354321eeffa7c08c41c08d
        Reviewed-on: https://gerrit.libreoffice.org/16345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [da24bd36a5213670b5636abf4dbac317c4135c07]

        tdf#92914 SwPagePreviewLayout::MarkNewSelectedPage: avoid direct paint
        
        With this, when the user select an other page in the print preview
        window, the selection rectangle is no longer painted directly.
        
        Change-Id: I85f1cb9d09c8545222ed49ff0acf819540d10920

2015-07-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [738be269bfc795400fcb10d4eefb6c33b17bded4]

        tdf#92256: Handle case when string ref syntax is unknown
        
        i.e. the document doesn't have that property. Use CONV_A1_XL_A1
        pseudoconvention for interpreting INDIRECT in such case
        
        Change-Id: If9bac9053029b4b8f79d3ac7ac0759adbb25803f
        Reviewed-on: https://gerrit.libreoffice.org/17311
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [e0bbfcbed34bb71c1a4979a7db30e38bfd6a7f61]

        Move spinbox limit definition to .ui file
        
        Change-Id: I5ef6e76d00e5b034109f5b3a0cabfd7b7fa798bc

2015-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c114151343cbe6853dd46833c42368d738afd8a]

        tdf#92914 SwPagePreviewLayout::_PaintSelectMarkAtPage: handle rendercontext
        
        With this, the print preview window does not paint the selection
        rectangle on opening anymore.
        
        Change-Id: Ie4d24dfc4d64c74b22dcd1476778f4eac6f4cd13

2015-07-24  Mihály Palenik  <palenik.mihaly@gmail.com>  [af162f1c37e8c909386e72e5d8b4ff6bccfd529b]

        Fix alternating rows in SvTreeListBox
        
        Alternating rows in SvTreeListBox is not work correctly when insert, expand
        or collapse. Now is work properly and set in Expert Configuration dialog.
        
        Change-Id: I58b53ae59fa7f8d9de769342a0e1bad55de18f20
        Reviewed-on: https://gerrit.libreoffice.org/17310
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [738cf411e9315d17c7eb8be47ded643a00dfe5c5]

        Resolves: tdf#88314 close temp file after each thread completes
        
        and reopen them when we need their data.
        
        That way we don't have as many open files as substreams in the
        package, so we don't run out of file handles
        
        Change-Id: Ic124e275abf15f4578c77ee271d185f40cb844b1
        Reviewed-on: https://gerrit.libreoffice.org/17289
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [eb7516064df402f35f8bbfa7c1962f49aa6a7c00]

        sw: partial build needs another dependency from uiwriter to msword
        
        Change-Id: I59e03895f8676bd7f91e8aaf4994e4f4b8231773

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [a61fd02c819433a1206b3b3e61017ba2d0d3d467]

        tdf#90046: RTF import: ensure that a run is started before \footnote
        
        Avoids crashing with empty context stacks.
        
        Change-Id: I0ee8b457fdbb19b55f5c15876b7253680cde6e23

2015-07-24  Stephan Bergmann  <sbergman@redhat.com>  [9618f6af2d97006fd532adb798e64a773a56978b]

        -Werror,-Wunused-private-field
        
        Change-Id: I2bf8e7550181aa91e08e5aec84d1972c850ddd4a

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [442b788bc80e20783bdb881aa0cbbc253f1a47b0]

        Resolves: tdf#90609 SolarMutex assert on threaded load
        
        Change-Id: I81a784ab506d0d3ae266d7341b8ff7a163dcd8d2

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [288e005ef7ed5b931935da2e1266b95fc9f16cdf]

        Revert "Revert "Update firebird to version 2.5.4""
        
        This reverts commit 69632c9c3291a7bb9d465495943aa1dbe12c5af2.
        
        Change-Id: I4704c30ade878b9e62ac829b03648f301534b51c
        Reviewed-on: https://gerrit.libreoffice.org/16986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-24  Noel Grandin  <noel@peralex.com>  [633788b18844bb3d8c6e73fd19817fc18d223c23]

        loplugin:redundantcast
        
        Change-Id: I6564f151e1ebce95fc7cef0a46d470003a377839

2015-07-24  Noel Grandin  <noel@peralex.com>  [2792868df58808902a6bc7f58fd50970a0a756c0]

        -Werror,-Wmismatched-tags
        
        Change-Id: I85f4ddb5b3c441b0fc18e3d255dded7456b69ddd

2015-07-24  Caolán McNamara  <caolanm@redhat.com>  [298c089df77d9afe2cf86bb7a6a8544a0151e8c5]

        gtk3: draw/paint to the fixed container
        
        which fills the toplevel window, rather than directly to the toplevel window.
        
        It makes no difference for X, but for wayland the window decorations are part
        of the toplevel window, dropping down a level means we don't draw out menu bar
        under the window decoration space
        
        Change-Id: Icec400efacd16b5d901107c13b6fa90c59cad0e6

2015-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcf94ab56d9e5e9864965f56d27045e67b093fa4]

        tdf#92911 SwAnnotationWin rendercontext: fix missing comment contents
        
        The problem was that when inserting a post-it comment, the Paint() is
        triggered for SwEditWin, which then shares a RenderContext with its
        children, and at the end paints the buffer to the vcl::Window of
        SwEditWin. When painting this buffer, the contents of SwAnnotationWin
        was missing, as the parent SwEditWin was not allowed to paint on that
        area. No explicit clipping is set at the OutputDevice level, but
        vcl::Window::ImplClipChildren() still calculates a clip region based on
        the child windows for the underlying SalGraphics, and that prevented
        SwEditWin to paint its buffer fully.
        
        Fix the problem by explicitly disabling this clipping for
        SwAnnotationWin in its ctor in the rendercontext case.
        
        Change-Id: I5eb47c20070057a79297d91242624fc2057e2dfb

2015-07-24  Stephan Bergmann  <sbergman@redhat.com>  [28bc82d8dcc7a65e9c88ff311ac981d556a4896e]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie88293e847a3f9a49d34166a1518ba8fe31577b8

2015-07-24  Noel Grandin  <noel@peralex.com>  [1aab6c8e3d314d601923dd18e252ab30020d0105]

        remove unused define TF_NEWDESKTOP
        
        Change-Id: Ibab48696036d0e7d23c87f11e1e800782dddb366

2015-07-24  Noel Grandin  <noel@peralex.com>  [e8c3b599237b915cfdd5df2dedb1b4b4a46f0e47]

        in SfxFrameDescriptor, use normal bool
        
        instead of hard to understand bitmasking
        
        Change-Id: I5f694285af87223b8ccaa50031cbb3c09924e1a8

2015-07-24  Noel Grandin  <noel@peralex.com>  [93774f29ec42e86b55e89e3f13c011673a55c3ce]

        remove unused URL_PREFIX_PRIV constants
        
        Change-Id: I4d49ebec2867e4c53661c20b277bfdbf4fd222a2

2015-07-24  Noel Grandin  <noel@peralex.com>  [c29e194b4c37e0735c3bae8b35902c7401e7964a]

        no need to redeclare these constants with slightly different names
        
        Change-Id: Ic9a1f2f0cef25baaf8b97db4989dc536a5da89f7

2015-07-24  Noel Grandin  <noel@peralex.com>  [22bd00fa7f6b90964e5eca03c314cdfa7ac2be12]

        remove unused #defines METAFILE_END and METAFILE_LABEL_NOTFOUND
        
        Change-Id: I57ef70345ffd4cce10499df9e2567c28074709d8

2015-07-24  Noel Grandin  <noel@peralex.com>  [38023af6c13602ae1856bea11693c18c0c3efa36]

        loplugin:unusedmethods
        
        Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a
        Reviewed-on: https://gerrit.libreoffice.org/17312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [2c6ad5343de947f1646536c539b116346adb8fdc]

        the dialog width independent from a filters length
        
        Change-Id: If945bafe2f230bf1ede9a12782b6a487b7b08099

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [9ef305a1ff535bfa5513dca56aeeb2f6322e2d32]

        fixed some refresh problems (after resize)
        
        Change-Id: If140a8c9680ac30f5d26f0a034b8a7c7dea4bf64

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [b11f521c56cba07a7b8a0568ca76d48461e08a5f]

        handle the delete button from PlaceEditDialog
        
        Change-Id: Idb3257d1c106821a6e86182bca79c1aff8bfaea3

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [2c6ffb2c758f70e7259f8285703c22d32f47f7ab]

        don't show edit/delete menu when there is no service
        
        Change-Id: Ia53c9e3f6a4bcaab5e68fbbff6d2ec8cfe5cd702

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [5ea686c41b16c0a44c787d9361ee680e16f7ac2f]

        working busy pointer
        
        Change-Id: I8c5e9e155a1854a670961fa67aa2aa6944604177

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [3eee31157a320181c9d5c70681e62a085212c22e]

        RemoteFilesDialog integration with AsyncPickerAction
        
        Change-Id: If6ded1c2f2b056ce864589649b08ed19a73dc5dd

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [db33c7853e12e9593a530ce2327e9662bcab1480]

        fixed crash
        
        While opening folders in SvtFileView using doubleclick,
        sometimes GtkSalFrame::gestureLongPress method is
        executed with a null frame pointer and LO crashes.
        I noticed this only with remote dirs, probably this
        bug occurs only when the doubleclick handler routine
        takes a lot of time.
        
        Change-Id: I432046994b3e1662bd7e499681bd20e9696b2d52

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [8f7978245471763e5a2394cc8e67fed33483fe68]

        show error when directory doesn't exist
        
        Change-Id: I1c8ca1a509c9187687079d86f0e637b26490a7a3

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [638e527bfaae76fc4b32fa17c0bd576378a8a479]

        reload content while expanding node
        
        Change-Id: I7ce281ea4e2d5c5c9fc0b2b3f315defc14364df3

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [62f77f52e9cb5e4825a269fa377af696235d0d17]

        check if path exist before init of the fileview
        
        Change-Id: I0c9384644cf5aabf83512c341d3ffff5d4847f36

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [d2daae30e56a9fdfd945002c4f75889819065873]

        Breadcrumb: clear all fields after changing root
        
        Change-Id: I8cefc8f755234cb4b63ca3a414402469df0394e1

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [4577f449db7e92a98cbfb5b5addf7ebff66e7dad]

        Open/Save Remote File in Impress/Draw toolbars and menu
        
        Change-Id: I9503f5beaa8b5a6afc213747a691265acd5903f7

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [0a420eedb5960b1c5fd00332e625fb0bb02ee1eb]

        set pointer to Wait while reading url
        
        Change-Id: I3c0786f8fb20df368cc7c03e35deba51d7ebbecd

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [0eb92b403532a045fb8865ce71275ca44f546a72]

        select recently added service
        
        Change-Id: I55a32eef4a5eb3b9f57cf6d1b8f3cba5a9a14c55

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [436f474f2c0b411032f9d5ce6a342b3563b83e76]

        automatically select last used service
        
        Change-Id: Ic66517cd65c28bd7e62e38796cf8580ed31305f7

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [f4c88188729051c2d97c6f574119afcf0b988810]

        avoid multiple recursive opening the same url, cleaning
        
        Change-Id: I8a3ae75a64ffcc4879af3e3591b3b433cee1678d

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [52ead2fbca3e6f6274fe34d1c0b13e46c4e5b8e1]

        don't take full email address as a username
        
        Change-Id: Ibc8f951dc3281b0b1d0f4b6783af0dbe2fb75da0

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [9051f255080a2f04af30bdaef39ee7d684e6b8d9]

        FolderTree: expanded folder icon
        
        Change-Id: If5956b61dec2f00f9233e8f4906bdb9b6f22571d

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [e211358e99942e38971a9f54bb305c3846720c9f]

        check pointers
        
        Change-Id: Iacf9213d833a0a3c2d951c667108a5e2538f4215

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [f369d4764b3575c01dc7245686e9493784473ada]

        default label for service
        
        Change-Id: Iad4ad161765c943a035dcc15232c4dcbef1cc68c

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [ea956fa67ff42596cbe79a402dcb2c4c767e6946]

        string: 'Remote File' -> 'Save Remote File...'
        
        Change-Id: I30e664e6fa16cdcbdffa97c57905b73224d42636

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [7c4fe320e6c4aeb30a9801e1ec34255422e047e4]

        remember user name in recent files
        
        Change-Id: I55b340e90d51b614b8f46c06e3dc1961b3bac2ba

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [37e184911ef6cd19f9b7ede0407f9a60a3932b44]

        Show 'Add service' dialog when there is no service added yet
        
        Change-Id: I72d294e9c09b0d02b829b91fb188c1c7965d1d45

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [8cc2115c8cadf938166bb94038da6c1bc61f0fc5]

        accessibility: correct tab-order
        
        Change-Id: Ib554e8bb73367d5f85253f0deb083fbc5a5d454b

2015-07-24  Maxim Monastirsky  <momonasmon@gmail.com>  [24ad90870931b9aa4482469f0d03cb4fc1df9feb]

        Don't show open remote entry in the recent doc menu
        
        We use the same menu controller for both the Open toolbar
        button and the Recent Documents menu. While it's
        reasonable to put the open remote file command under the
        open button, it has nothing to do with recent documents,
        so it shouldn't appear there.
        
        Also don't add the "No Document" entry in case the open
        remote entry is visible. The whole point of the "No
        Document" entry is that we can't leave the menu empty,
        but if there is another visible entry, it's not needed.
        
        Change-Id: Ibefbdc6dc7d1d49f555d8ee23f67b47eba19b445
        
        Signed-off-by: Szymon Kłos <eszkadev@gmail.com>

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [4963c4b5cf23e9bbc84ee4e3551de9d0100f6c92]

        File > Save As Remote - Calc and Writer
        
        Change-Id: I03dc6592015dea4b4c5e77650ec8378ee0853a63

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [e6e193afd56c7f1bb4625576d538573caf0f2bf1]

        Open Remote file in Calc's menubar
        
        Change-Id: Ie0e98768724edca02cfe7dc9fda682ce125e1a9e

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [a301a2528ca9bfc1ade3d2f6dbdcc04785ea73b6]

        Open Remote file in Writer's menubar
        
        Change-Id: I5cda8661a44e4c33fab3263c17c1a7900241e70b

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [b4823f17c08c3ac208ae1389eef346205ae5889c]

        Separator should not be the default selection
        
        Change-Id: Id879e795d3b6722ca0d86f8f6a8a32b0ef6f12bd

2015-07-24  Szymon Kłos  <eszkadev@gmail.com>  [2960438dc7ad0d73ec4e285a659bedd36b811887]

        question if delete the service
        
        Change-Id: I49e5a93ba1d58b898ec1c7b9a4682c9e86302bd0

2015-07-24  Stephan Bergmann  <sbergman@redhat.com>  [6246755d1cd82a66669a16509dd766c1a8b80e8e]

        -Werror,-Wunused-private-field
        
        Change-Id: Ib32a73e4f74ce7ccd19327ecaed84c16b5c60779

2015-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6c853a986444294dd937cd570a4dc0a31943e432]

        Add "styles" template folder + content to installation
        
        Change-Id: Ibb674e17eedfc325d3e335aa074391ad7b2b2aa2

2015-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1c28c59f927361ef85c8aea8b575d274c532a34d]

        opengl: don't cache checkboxes for now
        
        Change-Id: I67d0dcb48d1843587abbc1dc0f7da1f8057b281e

2015-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3bc00eca4acf9dfc3b2834077cee552f32c8f107]

        Use LRU map for caching of native widgets
        
        Change-Id: Ia0423dac5309aabc5e81357cf4f67b5ee14bab31

2015-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [80a92134806a876287818530eb61c6bb536a05f9]

        LRU map (cache) implementation to o3tl + tests
        
        Change-Id: I6b1a39918e6c8c67712be2c8e9907266dcfefedb

2015-07-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [450727fdffa4a0dc3b2d4e635a5c1bc0411b3c36]

        tdf#92018 cache native controls for X11 OpenGL backend (for now)
        
        Change-Id: I85c7cc01113bc4ac810c450a6460059463cc8e03

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [79ebd13ffa69b6076d663089ba13f814aa80bcff]

        filter: MSVC wants to generate unnecessary copy assignment again
        
        Change-Id: I273b47a6d30e6fcb597e43188f93e0e8f834c929

2015-07-24  Katarina Behrens  <Katarina.Behrens@cib.de>  [a41140d7573aef6fd9a86a38e2a8e07de7afb007]

        Add test for OOXML part of tdf#99256
        
        Change-Id: If5e56109f0bf9281be74c17965b047a50f8b55d3

2015-07-24  Stephan Bergmann  <sbergman@redhat.com>  [ddc642dd270c3cdae01f387049fcf5c2ab23519b]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia1eb84b72cc9aa61639c3efbd55685d781196401

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [22fd35f5987e3fed40d5b2ad0df35f7d89f842f8]

        filter: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I9aa0543edf3f0aef3a0a376aa0f82f51c6d93313

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [b772f022192d2150aa6b33b1ce086c4645277023]

        filter: convert boost::ptr_vector to std::vector
        
        ... and move it out of the header since it's only used in that class.
        
        Change-Id: Icd5cc86428c97bdaaa07d56e17393846629721e5

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [355865211c50303095582f6e1dfbd5d209802b7b]

        filter: replace boost::ptr_set with std::set<std::unique_ptr>
        
        Change-Id: I171fdb41bef4a7f3ef6418d81a1d99f123c0652c

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [0de2d916dcee1f3afe0e71c3432b99855cf843f1]

        filter: that cast is silly
        
        Change-Id: Id3766ccc992934633c77d8e035abd8390ef088cb

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [9c959736caaaab5a757b0a0ff0abb121062483ab]

        filter: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I87f903c6a81b271847f072fa0608fae4669ac307

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [2ca3569e04bdebf94496ba24829e696493413b90]

        filter: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I2659fea1fb18c5b0a4ff5339643c7c28c0f5f458

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [88b992d0da1e6122942cd9817ac55da1b932fdd6]

        filter: convert boost::ptr_vector to std::vector<std::unique_ptr>
        
        Change-Id: I548f15466c695e4cbf5e505771d7c0baf8812198

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [5e6a0eed2743b99dbbe133168204fdb184608476]

        svx: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I512ed27ef812498e021e320259b1e0862969a10e

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [2f467535231af44af5ee857e2444a87779e82b2c]

        svtools: replace boost::ptr_vector with std::vector
        
        Change-Id: I70a2919e43495ce10c0c90ec91a25604d82e7d28

2015-07-24  Michael Stahl  <mstahl@redhat.com>  [cef74993a96feae0dd7489a11dfdf062687c0868]

        svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ib0b10305768d368585d80ad6163e9081a4d8cd28

2015-07-24  Jan Holesovsky  <kendy@collabora.com>  [7c927b64fa42ea1b0ddf97ce6b6aa400f2e30d5b]

        calc mapmode: Cleanup DrawBackground + fix one pixel size.
        
        Change-Id: I2ff1aa1d83a3228ee76eda7cd2e411cf084079f6

2015-07-24  Krisztian Pinter  <pin.terminator@gmail.com>  [e24d47fb840c95ca247dda5c9d3acc106b8d6abc]

        calc mapmode: Refactor DrawBackground to use logic units
        
        Change-Id: Id47eac2578e75750eac04b481fe58df6d4f5e70d

2015-07-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [724249cebb5793fb3d46e011269cabb03e3aa1b9]

        writerfilter: use std::shared_ptr<> in ThemeTable
        
        Change-Id: I9d632ed036b1d94c29adfc79df4c920791b0c0fa

2015-07-24  Noel Grandin  <noel@peralex.com>  [9582380ebc2dd241ee90951c3b28d420e140bcde]

        convert ImageAlign to enum class
        
        Change-Id: I22e2e66a1f0b230403ad1d9c1f5b7f34a6ee6ea5

2015-07-24  Noel Grandin  <noel@peralex.com>  [9e28cc8ca79b5c42955867a62e89faf8facc5e80]

        convert WindowAlign to scoped enum
        
        Change-Id: I028d108b3a83bd5541d873c4d03b87339cd3be52

2015-07-24  Noel Grandin  <noel@peralex.com>  [dc7fc2074dd81f0960e6c112ead1cfe5bfd1bf4c]

        convert WALLPAPER constants to scoped enum
        
        Change-Id: I3b4b4e8a94904e22823a263bd5446a2e1aa47661

2015-07-24  Noel Grandin  <noel@peralex.com>  [7bf70574e1e04f027c542733bee9d156e989fae6]

        NAVBTN_PEN_ENABLED is unused
        
        Change-Id: I3f5ae15f594b2a96ad30f6795c3b782b56d78feb

2015-07-24  Noel Grandin  <noel@peralex.com>  [0bc070587c3ef5dd30975885d8331c337ba9a2da]

        simplify SdOptions::StoreConfig
        
        nobody calls it with anything other than the default value
        
        Change-Id: I9c3a975ed7f0e22c58aad7bf733a26f79244ca26

2015-07-24  Noel Grandin  <noel@peralex.com>  [3e65f5fe662bf66cab65a163b45c55c27aa24c44]

        convert GA_ constants to enum class
        
        Change-Id: I51a197ed530c0a0e432620af23070c90a89a9ac3

2015-07-24  Krisztian Pinter  <pin.terminator@gmail.com>  [f1cf05d81d80c87b9942daff5d60dc0ebdd474b5]

        calc mapmode: Pass RenderContext as reference in DrawNoteMarks
        
        Change-Id: Id47f4001943bd40fb8476c7e6a81f257b34c2c7d

2015-07-24  Krisztian Pinter  <pin.terminator@gmail.com>  [c7350070cca3e68013b3e481d90855ab6f8344ec]

        calc mapmode: Pass RenderContext as reference in DrawFrame
        
        Change-Id: I6c9a476a8dea5266868c94d6a1203cfe840171cf

2015-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8cfdd81b70ef37927b40497ffd10034f28335034]

        update branding for 5.0
        
        about-dialog & windows installer imgs
        use non TDF-tagline and add Development build variant for splashscreen
        DS_Store for Mac dnd installer not adjusted yet
        
        Change-Id: I4ff449d9564214a80f88c752e54064b599e9948b

2015-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba90813d17cf35cfb67585d6f119d3ddb30f5978]

        don't generate invalid XLSX files
        
        The pivot table cache is not handled through the normal record system
        and as we need to make sure that the extLst is exported after the pivot
        cache let's add another hack.
        
        Change-Id: Icb816e3eb06add768d19cc1c237e6bf75816d9f0

2015-07-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da302504676e7e3bd7ddda5bc57a00150fe36580]

        that comment is not correct anymore
        
        Change-Id: I20e1b15b34730508d20ff436c51d66bd67c9e447

2015-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74d7136325ca00534bbb76351bf79cf43afc8a56]

        add unhandled case in switch
        
        Change-Id: I1e6c2263cb8e6b4d58a3f63ca129d4e9c403fce2

2015-07-23  Katarina Behrens  <Katarina.Behrens@cib.de>  [c2e48be7e54efd33ad4dae0c24185597521efd46]

        tdf#92256: OOXML save/load syntax for string reference
        
        + introduce a separate LibO namespace for that
        
        Change-Id: Ie62da0746e81ea0d861680863beb03094649d41c
        Reviewed-on: https://gerrit.libreoffice.org/17216
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-23  Varun  <varun.dhall@studentpartner.com>  [bf5d569bb6af90195a339bb3b1a19d763d2210af]

        Added test for tdf#57197 table row/column insert undo crash
        
        Change-Id: I143d657239dd983396847eb67019e84a202f0bcb
        Reviewed-on: https://gerrit.libreoffice.org/17284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-23  Eike Rathke  <erack@redhat.com>  [d77947929c7f02cebe3d3e5d79c78642a8a439ba]

        TableRef: generate error for header-less column references, tdf#91278 related
        
        ... instead of using an arbitray first data record's string as column
        name. We don't support header-less tables properly yet, so don't pretend
        to.
        
        Change-Id: Ia42619ec800291b6617a61c8a89a2d54ef231cec

2015-07-23  Eike Rathke  <erack@redhat.com>  [22c9977d70e4812bca4bc038b775bb7eddb19bab]

        clear HasHeader at database range if table headerRowCount is 0
        
        Change-Id: I1cf5b0ac3884320f39d439b6eecf0b39cdf6bc49

2015-07-23  Eike Rathke  <erack@redhat.com>  [ed497c014444baf8036b1fb79ffeba2b139919f4]

        handle ContainsHeader property at database range
        
        Change-Id: If0d54ab1dee6c861b973dc490f6c4a1e11260546

2015-07-23  Eike Rathke  <erack@redhat.com>  [6dddd1aaf5dd3c54aaf87222712c9147466056f6]

        add optional ContainsHeader property
        
        great we never had this :-(
        
        Change-Id: Id79b08ff9dfe42228ed7d6b27ad0c8cc29b1bfb0

2015-07-23  Lionel Elie Mamane  <lionel@mamane.lu>  [ca2ed039d833ff3f9b988dc2e24758c3942f2b8f]

        separate variables by scoping instead of reusing
        
        Change-Id: I2cc889628f9ab25e382a9e891b99a795cd7d4c59

2015-07-23  Caolán McNamara  <caolanm@redhat.com>  [b12c835d4de882a8156d28c95a3f931fadcdd3a7]

        coverity#1312139 random byte is deliberate
        
        Change-Id: Iff546476256c87813b01a7db2c8331f926b7e3bd

2015-07-23  Caolán McNamara  <caolanm@redhat.com>  [a5f82cf7eb393d0c4265e4876b155dc875a05f43]

        coverity#1312138 Resource leak
        
        Change-Id: Ib3f5665f336fb933fbfa88a1032d76d881b38196

2015-07-23  Tor Lillqvist  <tml@collabora.com>  [ba39c9dd6a990ebc6dcba8e472c0d7d213de9412]

        Bin pointless #ifndef #define dance
        
        Change-Id: I0f7a3183a16a56f831a828af9de6c8f8c459339a

2015-07-23  Lionel Elie Mamane  <lionel@mamane.lu>  [a2ae1723990520ce2f459f288719b6f17cae6485]

        fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663f
        
        Change-Id: I75b6329e2d308bd0d24201169dcef72301358d81
        Reviewed-on: https://gerrit.libreoffice.org/17305
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-23  Caolán McNamara  <caolanm@redhat.com>  [57ec66e294b1405a85029aa1f1c0e9485ad4e5b4]

        Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generations
        
        Change-Id: I4c95f52f0b22ab574f608b93c172e0398e81974b

2015-07-23  Noel Grandin  <noel@peralex.com>  [be7569acc13e90a049117b84802e92dbc4214238]

        loplugin:stringconstant
        
        Change-Id: I02aa11489a993b9788dc1038d9772672f1d2ecef

2015-07-23  Takeshi Abe  <tabe@fixedpoint.jp>  [4ee98aec9f1835bba6eaab9e982c255e8c99be1e]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants in desktop.
        
        Change-Id: I84d4c4b36fff95b5e1646f4df731d0b83ee1fe3e
        Reviewed-on: https://gerrit.libreoffice.org/17301
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [62824a22161501a62b950ed461dc5839fa5ea942]

        writerfilter: use std::unique_ptr<> in FontTable
        
        Change-Id: I8dce4e71c53526605d83710012133784a5cbd7ba

2015-07-23  Noel Grandin  <noel@peralex.com>  [95aad95fbec35c3aab777b176218a29821f79574]

        inline a handful of use-once #defines
        
        Change-Id: Id2654555c4042f8c0bdbd6bab6507e705f08326b

2015-07-23  Matthew J. Francis  <mjay.francis@gmail.com>  [e412e16d56caf426bac04c7e5966e2a9efa7c408]

        Merge ImplIntrospectionAccess and ImplIntrospectionAdapter
        
        This eliminates a lifecycle error which caused an instance
        of ImplIntrospectionAdapter to be created on every failing
        call to ImplIntrospectionAccess::queryAdapter(), rather than
        only once, due to an incorrectly conceived weak reference
        relationship between the two.
        
        Change-Id: If0c7c906acadfd7f81a0ce9e7f7a949154494720
        Reviewed-on: https://gerrit.libreoffice.org/16972
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-23  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [e249f52cca116016800fab030955df548df935b4]

        Improve icons for LO impress

2015-07-22  László Németh  <laszlo.nemeth@collabora.com>  [e92a8b92072284fd7c37d7bb3e1e8fe72a185f35]

        tdf#92600 fix missing font preview in character set widget
        
        The previous fix for tdf#92600 (missing bold text in dialogs)
        brought back the regression in the special character set
        widget: the characters show always the default font
        of the Control class instead of the chosen font, see in
        the Insert->Special Character... dialog window of Writer.
        
        Change-Id: I2bdc2300f481dd680877f84ea2a717b9e749c64c

2015-07-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ea7224a34686fed69daadc2ffcd06061497301ff]

        update credits
        
        Change-Id: I78024e57415fcd8935140582a9168d5cf8969d96

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [442ab9ceeef471a0d08a97c5d248808e2cb03e2f]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ib80e7f6d055bead246db3028b4eab6edfabe3d2c

2015-07-22  David Ostrovsky  <david@ostrovsky.org>  [a6c47236a4c3708398d403abf940f567d15da0a6]

        Apply special treatment of OUStringLiteral1 to MSVC 2015
        
        Change-Id: I56e69fbdb555bb30cd88d75717d6f716c81ae237
        Reviewed-on: https://gerrit.libreoffice.org/16804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-22  Michael Stahl  <mstahl@redhat.com>  [cdd699eacf853192686095399433384109e565a2]

        configure: try not to break with MSVC 2013 Express
        
        The devenv.exe /Upgrade is apparently not supported by Express, but that
        is currently only needed for the 2015 version, so try to keep 2013
        Express working.
        
        Change-Id: I40bb8a5c9583381e89ede2e014e6e095016bbe11
        Reviewed-on: https://gerrit.libreoffice.org/17275
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Vasily Melenchuk <vasily.melenchuk@cib.de>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [420be486f04d99b08311151a4230699099184baa]

        new linux baseline (CentOS 6)
        
        * enable kde4
        * switch from gnome-vfs2 to gio
        
        Change-Id: Ieb115bc4632d0ce38c3f3af0ca70d707f33bd238

2015-07-22  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bc9a8ddbb7081f79e915c841e56fd1c40f0df6f9]

        tdf#82744: fix WebDAV lock/unlock behaviour - part 2
        
        Changes done to the code in framework, comphelper and unotools,
        in no particular order
        
        - add an interaction handler dedicated to WebDAV
        The stock interaction handler can be missing depending on the need of
        the framework performing its tasks, so a dedicated handler is
        provided, this one is always present.
        
        - force opening of a WebDAV file.
        A WebDAV file sould be open r/o even if explicitly requested to open
        as r/w.
        This is a limitation of current WebDAV implementation, not of the
        standard.
        This change is needed in order to reopen correctly a file as
        requested by a 'Edit Mode' GUI command.
        
        Change-Id: I5368fa2c0511f1630e6d6139c6a986d33aa19082
        Reviewed-on: https://gerrit.libreoffice.org/17182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [786573068dce1f71c53057f98b5822c401c9f3ff]

        limit storage entry max size to size of underlying stream
        
        Change-Id: Ie3772338009c07fea40b637621b1170863830e14
        Reviewed-on: https://gerrit.libreoffice.org/17296
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-22  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [26e6d4b05ab444e6a7529ffcac7fbe592fc94833]

        tdf#82744: fix WebDAV lock/unlock behaviour - part 1
        
        There are some areas in ucb outside the issue scope that should later
        be addressed, among them:
        
        - in ucb/webdav make flag m_bTransient working right, currently lock
        option for WebDAV server not supporting it is suboptimal: there are
        not needed lock requests;
        
        - change the method the modified file is checked against the old
        one, using DAV:etag instead of the DateTime;
        
        - some http status code returned by the server don't seem to be
        managed;
        
        - during WebDAV operation some redundant request of properties is
        carried out.
        Probably some clean up to remove these not needed transactions
        is to be done.
        Accessing only those really supported by the referenced href would
        be better.
        
        Changes done to the code in ucb, in no particular order
        
        - remove current WebDAV lock management
        
        - have the lock/unlock working correctly when the webdav resource
        is first created: in the case of creation is the first lock on
        the non existent resource that actually creates it
        
        - fix a problem while fetching WebDAV properties.
        If a single WebDAV non-cached property was requested, it would
         not be fetched from the server without this fix.
        
        - change the lock owner name.
        This should probably be different. Something to be discussed.
        This same string can be read by all the applications accessing the
        lock.
        
        Spec reference is:
        RFC4918 [2007]: '14.17.  owner XML Element'
        link (as of 20150713):
        http://tools.ietf.org/html/rfc4918#section-14.17
        
        - manage WebDAV locked file exception directly while locking.
        The ucb::InteractiveLockingLockedException is thrown directly
        when detected by the lock command, to avoid the user interaction
        activated by the cancelCommandExecution method.
        
        - terminate gracefully if WebDAV lock/unlock is not supported
        
        Change-Id: I4c5cd652ac7b2c32fb1c3307c34fc31d1a0305c2
        Reviewed-on: https://gerrit.libreoffice.org/17080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [94ceda8b2fea37587424b664e17fa9ee8b01e158]

        tdf#92600: Restore ability to apply font settings to controls
        
        SmShowSymbol handles font/fg/bg settings by itself, so make
        ApplySettings noop there.
        
        This partially reverts commit b010e4074e5d5ee3a3905f1351f04efafe937c2a
        
        Change-Id: Ib5074684ef1277d9b9b4646bd73dce4cbff3943e
        Reviewed-on: https://gerrit.libreoffice.org/17288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [b1760dc3320bfb44568243359124d2615e69e18d]

        Resolves: tdf#92148 SmElementsControl invalidates itself from paint endlessly
        
        Change-Id: Id9cd7fbe9e433005cc27b2e8e3417a5e289b94e3

2015-07-22  Lionel Elie Mamane  <lionel@mamane.lu>  [6c2f0c1001b0586b3092e80d63866ae018f09eb8]

        ListBox in grid: properly set selection on change from model
        
        In particular when changing row.
        
        1) Teach DbCellControl about "SelectedItems" as known value property.
        
        2) Fix DbListBox::updateFromModel to actually use the SelectedItems
           it reads from the model, as opposed to throwing it away.
        
        Change-Id: I7074c13b3d271bf2362aa059378aa857682a040b

2015-07-22  Lionel Elie Mamane  <lionel@mamane.lu>  [3b9e66fdcade5a222a9dc99ad74627473b1fd4e7]

        tdf#92725 FormattedField: when model value is NULL, force empty display string
        
        as opposed to implicitly keeping whatever unrelated string was there before.
        
        Change-Id: Ifaf1b41e951e97f209ecb617b32ec4f7522b1d08

2015-07-22  Matthew J. Francis  <mjay.francis@gmail.com>  [a37df351c447373bb893ba154bd124d33e43c040]

        Fix logic in the fast path of Implementation::inspect()
        
        - Merge TypeCache and ClassCache
        - Don't fill SupportedClassSeq before the fast exit for a
          cache hit
        - Do query XPropertySet blind in the degenerate interface case
        
        Change-Id: I3fd8ab4a215f4c217e1a687af679aef4a21b68b9
        Reviewed-on: https://gerrit.libreoffice.org/16921
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [a64c48f523d148cd4750bc9bd26d2349fc8a3c7c]

        read block in one swoop, rather than char by char
        
        Change-Id: Ic879c096c6b3167a123cee352361da6c39e57de2

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [cbea6a709f33babfb490ab1bd07cde8cc08114ac]

        xstUsrInitl contains max 9 chars
        
        Change-Id: Ia40d037d7af6cd3a283aa12948e4c5565dcb2ae6

2015-07-22  Noel Grandin  <noel@peralex.com>  [96d44c9b077a6cc8068067a795dc63248ab90fea]

        loplugin:unusedmethods sc
        
        Change-Id: I7bdb1889a942d63370731764a58f4ab524dedd8a
        Reviewed-on: https://gerrit.libreoffice.org/17287
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-22  Krisztian Pinter  <pin.terminator@gmail.com>  [561cebeeba2155a7ebedbea885c9d7bf43102ec6]

        calc mapmode: Pass RenderContext as reference in DrawPagePreview
        
        Change-Id: I8c4834914b2061c928f4d1172b48d79c2fc4d842
        Reviewed-on: https://gerrit.libreoffice.org/16348
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-07-22  Caolán McNamara  <caolanm@redhat.com>  [f485b2881794244409d71ead39715373e734ed04]

        gtk3: native focus rects are fine for flat buttons
        
        Change-Id: I6a70696cd119e681b4850c624c9e4ff28312c152

2015-07-22  Noel Grandin  <noel@peralex.com>  [01854d2d824c13be184e2e183bd4d0025315ef81]

        remove some unused constants
        
        Change-Id: I8742db77a0cfd99257584d830162c1c7126da263
        Reviewed-on: https://gerrit.libreoffice.org/17283
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-22  Noel Grandin  <noel@peralex.com>  [a60cc5d62a71fd96630739abd3aefaf145e955fd]

        com::sun::star->css in canvas
        
        Change-Id: I23c3f774834bb7e84e2f02fe05fa9d844adadc9d
        Reviewed-on: https://gerrit.libreoffice.org/17259
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-22  Mihai Varga  <mihai.varga@collabora.com>  [ed9d6ef1e647b574f58ba870d71a4291d958c0ad]

        gtktiledviewer: method for resetting all tiles
        
        [ Miklos Vajna: The point of the change is that without this, part switching in
        Calc does not work, as Calc does not invalidate everything after a part switch
        (unlike Impress), and we suppose the right fix for this is to let the clients
        throw away the tiles, rather than letting Calc send out invalidations, too. ]
        
        Change-Id: Id368b955c54efb87ecf3d59278ddb5cdbb2e7856
        Reviewed-on: https://gerrit.libreoffice.org/17267
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-07-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [233a634a112e6dae07dca5fb1296764cb0001503]

        tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>
        
        Commit 0208ead70a9412ccd554fcef3e9308f8ca17037b (DOCX import: improve
        btLr table cell support, 2013-02-22) made any table row that has at
        least one btLr cell fixed height. This causes problems in case a table
        has a minimal height with lots of content, where the fixed height gives
        wrong layout, but the minimal height is correct.
        
        Fix the problem by only making the row fixed height if <w:cantSplit/> is
        set (as seen in the old bugdoc), and revert to setting the height type
        to minimal in any other case.
        
        Change-Id: Ibaf91f542e64e5caa7904df97eb6eb52618e0023

2015-07-22  Noel Grandin  <noel@peralex.com>  [90e8ad7ab779740c7381d26ffe7d08acc3a9ff96]

        loplugin:unusedmethods scripting,sc
        
        Change-Id: I0016aefce1aad3a89bd23dcec6fbab58a7c844d7
        Reviewed-on: https://gerrit.libreoffice.org/17263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-22  Noel Grandin  <noel@peralex.com>  [b975aceec3c5f101916b525c10c44408b3e9da9d]

        loplugin:unusedmethods sw(part2)
        
        Change-Id: Ib95638267c5a7df73ccdd179dd62ac7c9a53a5e4
        Reviewed-on: https://gerrit.libreoffice.org/17262
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-22  David Tardon  <dtardon@redhat.com>  [74d4168f8830f7bbec6b784c3fb774296d9adafa]

        drop old makefile
        
        Change-Id: Ifdc1b8e561e69947b1458aca691cb974071715b5

2015-07-22  Jan Holesovsky  <kendy@collabora.com>  [8be5ec39051cc0eb70ec9882a45a95c661f7398f]

        online update: Fix many warnings.
        
        Not all yet, though.
        
        Change-Id: Ic4f0fe3ded31d585faefd8bda8ab87f54b88dc6c

2015-07-22  Nathan Yee  <ny.nathan.yee@gmail.com>  [b59955bf2124b558147033782bf067a3723e4730]

        online update tdf#68274: fix --enable-online-update=mar on Windows
        
        Change-Id: I397566ae2488799399cad361b24a281d3599cc5b

2015-07-21  Michael Meeks  <michael.meeks@collabora.com>  [591238e8a4f1164adb51d3bada0cd90c3e7c655e]

        tdf#91574 - ensure we get paint events to render directx presenter console.
        
        This is an odd-one; lots of details in the bug.
        
        Change-Id: I287945eba965cc637642e9226c7fe7f2a0754130

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [e2e6fa5ad5aaa20a9fa8a6d060d9edd241aefd52]

        need to check for after reading and before seeking
        
        seeking resets eof, so the IsEof is always false
        after the first loop
        
        Change-Id: I2e533f3f9c494566aabb947c05258a770e883b1f

2015-07-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [abe178814489286aa45dc0799df50e650a78bc9d]

        tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconvention
        
        a special case for INDIRECT function interpretation. Does what
        OOo used to do, interprets formula using CONV_OOO first, failing
        that, tries CONV_XL_A1
        
        Change-Id: I4281ab2bb7164607206c0b8e51f7e63a1fc2db9a
        Reviewed-on: https://gerrit.libreoffice.org/17255
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [6e7f44a50d8b0b4f14771b55ec00f608331cd8aa]

        add testcase for CVE-2015-0097
        
        Change-Id: I794cc4de0fb35dc5471c15873649712f03178817

2015-07-21  Lionel Elie Mamane  <lionel@mamane.lu>  [ba30fabf3ca88fedc05d521c9ec06a0b77007661]

        Listen to error only while operating on controller.
        
        Else, on any action done directly (not through the
        FormControllerHelper) on the controller and raising an SQL error, this
        would silently swallow the error message, and the operation would fail
        without any message to the user.
        
        E.g. when validating an insertion or modification in a grid control by
        moving the cursor to a different line (as opposed to clicking the
        "Save Record" button).
        
        Change-Id: Ie569d9c826609f803f7b312c0469907155558ef2

2015-07-21  Lionel Elie Mamane  <lionel@mamane.lu>  [b28ec7f462fcbb612b1c8a89af84c7c2601a5c65]

        janitorial
        
        Change-Id: I727c5af7659e9591563c0784fee5d0d9317ebc24

2015-07-21  Lionel Elie Mamane  <lionel@mamane.lu>  [42f0a84764add89c6b22943d55c821acbcf3f37d]

        form document view activation: prioritise activation of already active form
        
        This avoids arbitrarily switching to the first form in the document,
        which would do a (premature!) save to the database of the
        modifications pending in the active form. This may lead to a database
        error, when the data is not in a shape to be written to the database,
        e.g. when on an insertion row and not all mandatory fields have been
        filled in. This then pops up an error message to the user.
        
        Change-Id: I30bb533598ca707b892bb7155e54ce05d4ddf275

2015-07-21  Eike Rathke  <erack@redhat.com>  [bb7c3821208feef6cf713591a9805e4118dd7554]

        unit test for MATCH ReferenceOrForceArray parameter
        
        Change-Id: I534480411d6c164f9f0955933b612c1a219402fd

2015-07-21  Maxim Monastirsky  <momonasmon@gmail.com>  [74cc3fbc17235f5c0010c363342a9a9adaf85c4e]

        tdf#36796 Status updates for custom shapes buttons
        
        We're dealing here with 2 bugs:
        
        1. Single shape buttons (like rectangle, ellipse etc.) don't get
           the pressed state when active. The cause is that all commands of
           the same kind (Basic Shapes, Symbol Shapes etc.) are handled as
           one internally, allowing only one type of status updates. It used
           to transport the current active shape, but it was changed to a
           boolean value in the fix for i#41753, and since then used for
           the pressed state of the group buttons.
        
        2. The pressed state of a group button shows always, even when a
           user activates a shape from a place other than the drop-down
           of that button. But in this case the image of the group button
           doesn't update with the current shape, thus confusing the user on
           what is currently active. The cause here is that we use (since
           i#41753) the XSubToolbarController interface to update the last
           selected function (instead of the old-style status based update),
           and ToolBarManager notifies a controller about a new selection
           only if it was made from a particular toolbar that the controller
           claimed to use in the getSubToolbarName method.
        
           Since 7352a7c17875e5adcc4226c45f4a03e11c44ff49 there is a similar
           regression for other group buttons in sd (like lines, 3D Objects
           and other), with the same cause. This is also fixed now.
        
        Change-Id: Ida074a001ff78bf5bd5bcb8151516daa6e27cbce

2015-07-21  Maxim Monastirsky  <momonasmon@gmail.com>  [3c7a7b538e8ca8b310ae9778ae9ace5ae937a4f1]

        Simplify
        
        Change-Id: I6fff5af5d623bff6f8adedf6f3d42d849ea4d24b

2015-07-21  Eike Rathke  <erack@redhat.com>  [01eea7fe40c939311bf1920b6e8b4391a93c2e82]

        MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameter
        
        tdf#91278 related
        
        Change-Id: Iab4728b07649bcbb1beb372e68369f3762b13a5c

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [dda78fb69cda3901b1da40de206c491a871b1854]

        coverity#1312086 Out-of-bounds read
        
        Change-Id: I7885f8ba5ec4c6e60d88f6caab0c25cb760529ef

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [5c938857c4bf69eb65b77ff3a862f50ab4a04af7]

        coverity#1312084 Unchecked return value
        
        Change-Id: I4b4b263f4448c4d3b83cea57635624b31f757576

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [7b00ec7bb7bbf5206e7db4c566d1e681fb9f9607]

        coverity#1312085 Dereference null return value
        
        Change-Id: Ia770e7a6a7ebcc875f3cf94471dcc032aeadc2d7

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [0d312afe2d31c19dbd2388d17ddbb372d1197c1f]

        coverity#1312087 Resource leak
        
        Change-Id: I6d526440bd652dcd1745b8d84ff69855691d7e48

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [289e5dbbab58410dac59534c79ebe831a7712129]

        coverity#1312088 Uninitialized scalar field
        
        Change-Id: Id04343aa5de0caa5b066d7fbd2fa97b670f5cf54

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [b7cbb9bc1dba17046a384e6497b4dead50ee5c72]

        coverity#1312089 Uninitialized pointer field
        
        Change-Id: I78856512069afa653b374f3d4b79db7307743294

2015-07-21  Noel Grandin  <noel@peralex.com>  [407731c9f403c35357a0d1428c9b99835f79a5f7]

        loplugin:unusedmethods sw
        
        Change-Id: Ied51535fa169451fc4991237122817a34a59f6fe
        Reviewed-on: https://gerrit.libreoffice.org/17256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  David Tardon  <dtardon@redhat.com>  [2b75376a149803865c7cc0dbc72a870c1d86f428]

        bah, removed too much
        
        Change-Id: I388f191fecd5f1d632f1540d280a04c163ce6fc9

2015-07-21  David Tardon  <dtardon@redhat.com>  [392809bb6c87260761adbfa15dc475657bccbaf3]

        drop obsolete code
        
        Change-Id: I741c5f5ed895b06a445f42e20ef004a8c7c1a100

2015-07-21  Noel Grandin  <noel@peralex.com>  [f3872352b3e576530f9a5d27a6ab8b805d8ea911]

        fix my previous commit
        
        Change-Id: I287d99a46eda90718a3c4ec2c92f7b063babeb24

2015-07-21  Noel Grandin  <noel@peralex.com>  [07645b443a276da2ee8853c84fbf61a59d59b4bd]

        workaround clang-3.5 issue in unusedmethods loplugin
        
        Change-Id: Ie67518536932e24e9cff7a8b75b42e90e9f67673

2015-07-21  Lionel Elie Mamane  <lionel@mamane.lu>  [0aff4109b5fd2f6c3893b14cc61c8962e2b47ea9]

        avoid 1-past-the-end string access
        
        Change-Id: Ia475ce737c430fab8d019e1b8a762f81897e0847

2015-07-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3e926736c7a1ec0a622ff446466113d9ccd8cb11]

        Miscellaneous typos
        
        Change-Id: I5187364d420ab78c36a91632efab9c32951d867a

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [34d062147c16090fa42c27ac7960e3f5e3b65d2b]

        reject invalid tiff dimensions
        
        Change-Id: I64e77f12cb016a7f4a9d21c732aaeaae7959da76

2015-07-21  Noel Grandin  <noel@peralex.com>  [3d2f43438d4fe6947965a98262b0db42c8d5e680]

        loplugin:unusedmethods sd
        
        Change-Id: I9b5399ace50db3259df2e619f28ae547a38e6c6d
        Reviewed-on: https://gerrit.libreoffice.org/17254
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Caolán McNamara  <caolanm@redhat.com>  [190f91c71905ca18d6174393ad1b54be74259754]

        use 3,0,0 rather than 3,10,0
        
        Change-Id: I810cdadedd5261caede474a4780ceea6d9b409c9

2015-07-21  Noel Grandin  <noel@peralex.com>  [6ea66657ebca5b3ec63f93b496b812888e0d53c9]

        loplugin:unusedmethods writerfilter
        
        Change-Id: I52441115e14da6c1bcd7ba4926a0f3cc0620366e
        Reviewed-on: https://gerrit.libreoffice.org/17236
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [f6f415a6690baf5420bd2561353199d5dc1209a8]

        loplugin:cstylecast
        
        Change-Id: If877cd61000fe6b82083a9fff79c25364d49e721

2015-07-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f46bbb9f60a487e62f1fb028570329c0f2dff959]

        Use comphelper::containerToSequence()
        
        Change-Id: Ia7cc48f6f1bc041b95164d551e2cbc9ea2dbf2e8

2015-07-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5da2a353f21debba7ef6262c01957c43b4f1c6e]

        create-tags: recognize C++11 features hidden behind SAL macros
        
        With this, not only the definition, but also the declaration of e.g.
        'SwTextFrm::Format' (or any other member function that is overriding a
        virtual function from a base class) can be found again, just like before
        SAL_OVERRIDE and the similar macros were introduced.
        
        Change-Id: Ic9e429ad7cbb0a1212744115d1567bb79b7c6aa0

2015-07-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc7c1a07d0d5e21a4e1533a0e5b0ac256763f973]

        tdf#89702 DOCX import: fix too large bullet character
        
        Commit c1f8437dbed0e8b989e41a345ef7e658a6e8a4cd (fdo#83465 RTF import:
        handle font of numbering, 2014-09-25), changed the "get the me character
        style of the current numbering's current level" member function to be
        successfull even in case we're inside a DOCX run, not when we're inside
        a DOCX paragraph, but outside runs.
        
        While this is necessary for RTF, the side effect of this was that
        unwanted run properties started to affect the above mentioned character
        style in case of DOCX.
        
        Fix the problem by enabling the "in paragraph and run" looking for RTF
        only.
        
        Change-Id: I610bfce6cec15b918fe547402360f5a894401f7e

2015-07-21  Matthew J. Francis  <mjay.francis@gmail.com>  [a781abe326b45573eb677030358c362394e2bc09]

        Make PyUNO objects hashable
        
        This allows them to be used as set members and dict keys
        
        Change-Id: I10bd71788be6b508c6f491a27a8841e599e47e3a
        Reviewed-on: https://gerrit.libreoffice.org/17248
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [060e39716dba27ecf585cec33a2de9a865980a42]

        loplugin:unusedmethods starmath
        
        Change-Id: I543a914bb7cdfdc498cf8d9f885316fbe3e1543b
        Reviewed-on: https://gerrit.libreoffice.org/17237
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [d69d4f7174ffae502c4aa9cc69786c897662dddc]

        loplugin:unusedmethods reportdesign,scaddins
        
        Change-Id: I3e2ccdbc0dd97f276a96eae5c041c09e69cede91
        Reviewed-on: https://gerrit.libreoffice.org/17235
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [564805d6f825a7889e039c3f95a638fa7c00b4f4]

        loplugin:unusedmethods vbahelper
        
        Change-Id: Ia04e2682e3bd05591b67b9fe15557ce8c0e7939e
        Reviewed-on: https://gerrit.libreoffice.org/17234
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [c714b43b0137ad253f51e1c65417c9874b8509e5]

        loplugin:unusedmethods oox
        
        Change-Id: I5381e0da0efc1f951e248cfcfb35fc680ace94e4
        Reviewed-on: https://gerrit.libreoffice.org/17225
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  Noel Grandin  <noel@peralex.com>  [82b896f1f85b510eb72bb6d2f97d29defe1edf8b]

        loplugin:unusedmethods formula
        
        Change-Id: I62ff278679638dda7e10c86c49b1966641418e8b
        Reviewed-on: https://gerrit.libreoffice.org/17223
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-21  László Németh  <laszlo.nemeth@collabora.com>  [ab777c9cecc7377a7bdb0cda2eb26412021c7a73]

        add Slovenian Emoji shortcodes
        
        As a po file, Slovenian translation was in git in time, but not
        in the requested AutoCorrect XML.
        
        Change-Id: I6387ff6388963c1f020c7a82e721fd103153bbea

2015-07-21  Eike Rathke  <erack@redhat.com>  [2fd3560e0815b547ada7d7f6557857fe3c8678ba]

        Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'
        
        Change-Id: I427da08eed3fc5daed2bac4d588b66a3f03fd28c

2015-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [91457fb326dda7bd1fc6d9e1b3afe0667425121c]

        use osl_get_system_random data in rtlRamdomPool
        
        substitute as much as possible getting directly random data
        from the system rather than mixing our own pseudo-random numbers
        Fall back on the home-grown method if for some reason
        system random does not work.
        (on windows rand_s() is said to be able to return errors,
        beyond EINVAL, but they are just not listed.. so who knows)
        
        Change-Id: I71e88e097a9f3587086a710e9a785d61c560785e
        Reviewed-on: https://gerrit.libreoffice.org/15474
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ede1d017cb6e602db699a1b2364f9708de441c8]

        add an internal api to osl to collect 'native' random numbers
        
        use /dev/urandom on unixes
        and
        rand_s() on windows
        
        Change-Id: Iccd6e01706f16d82f23cda0f0a410953c32fbc02
        Reviewed-on: https://gerrit.libreoffice.org/15473
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [04fb0ba0cc3693dbd89bbcf010e5944805d36172]

        svtools: this one has a copy constructor but not a copy assingment?
        
        Change-Id: I245b5d4fbf9d51144142c5fd896c62c2bad943d8

2015-07-20  Andrea Gelmini  <andrea.gelmini@gelma.net>  [83ea8f2d7218f0b7a27f77c93a1d66ab34e4b7b2]

        Removed comment
        
        No evindence of intn.hxx in all git history
        
        Change-Id: I435f3082e0bb13b1e3129b49c7eaea80d75ea452
        Reviewed-on: https://gerrit.libreoffice.org/17186
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-20  Ravindra_Vidhate  <ravindra.vidhate@synerzip.com>  [b71901da42a0429ff759b96bc9dd7cfd1bd189ac]

        tdf#68868: better handle xlsx with samecell anchor image
        
        Problem Description :
        In the bugzill attached file, a image is anchored to the cell,
        it is shown as stretched image after opening in the LO.
        The image anchor attribute <xdr:from> and <xdr:to> are having the
        same value. It means <xdr:col>, <xdr:colOff>, <xdr:row>, <xdr:rowOff>
        tag values of from and to are the same.
        
        So this image will have width and height as 1.
        
        Although, this is very rare case, where from and to has the same
        attribute values. Eventhough, we tried to create such kind of EXCEL
        file but failed to do so.
        
        Solution :
        When twocellAnchor attributes of from and to has the same value, then
        hide the shape.
        If we avoid to add the shape, then the original image file will be
        shown as stretched. If we don't add it into the shape, the original
        image will not be preserved.
        
        Change-Id: I48ea1cffcdfb013cec115ef8df5401e532fd2efd

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [0a91e08a46118b495f80f7901b2132b194d6d409]

        sw: SwXFlatParagraph::isChecked() return value is inverted
        
        It was checked if the flag says it's not dirty.
        Thanks to Varun Dhall for pointing to this problem.
        
        Change-Id: I4aa1fef8b2251f0f3e579930b39d6d5a256c1895

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [cd74d49de55e87a4e801e8a245d198ea51d0ec34]

        svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I895c950c11499afb278b989565f3eae33aaf4a76

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [1fc105cec523a081f18ca78fff43e58e3a881232]

        svtools: change these SvTreeListEntry functions to unique_ptr
        
        ... parameters to make it clear that they take ownership.
        
        Change-Id: I572c5fa6268438a86d0a4fa1d2aef15382cb5607

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [63de1888f67dc43c30d5a102651b7c2738243efb]

        svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I37cf472e7558ffd7714659436b78851caa187945

2015-07-20  Varun  <varun.dhall@studentpartner.com>  [1b7ab96632d1bc402431b31fbe73bd56079f0413]

        Added UNO test coverage for SwXFlatParagraph
        
        Change-Id: I2bcc6283ccdc527b968b9da0255922ef3d46953e
        Reviewed-on: https://gerrit.libreoffice.org/17242
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-20  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [0619ed6d9cbc49cf0fbc90438d00950abca9abd0]

        cmis: throw an error if we were not able to open repository
        
        It was an crash before, if we have stored CMIS url with repository
        that does not exist. Session was created, but with empty repo.
        Now this nuance is checked and slightly improved error reporting for
        cmis.
        
        Change-Id: I447ec767fd735829f8a507733552b26e05cba441
        Reviewed-on: https://gerrit.libreoffice.org/17224
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-20  Olivier Hallot  <olivier.hallot@edx.srv.br>  [43e5679f009ccc1a970d2265ab3fb51d51e39a5c]

        Add and replace Help buttons in 2 dialogs
        
        Place help button on the leftmost part of the dialog and add help button in dialog that does not have one.
        
        Change-Id: Ib87f0f9a9b0e6a36d29f4ebd7cef97f8483e2821
        Reviewed-on: https://gerrit.libreoffice.org/17156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-20  Eike Rathke  <erack@redhat.com>  [1e5e7b9323c3321a380edf86097ccc2e3f0a7a7a]

        Resolves: tdf#58838 do not use collation for Equal/NotEqual operators
        
        Unicode collation ignores control characters and other specific
        characters, see
        http://www.unicode.org/charts/collation/chart_Ignored.html
        and thus is not suitable to be used for Equal/NotEqual operators.
        
        Change-Id: Ib84713e1da59d92e07bc974d93b6def8217bb067

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [06f65a10aec23f4442bd42d1d117d0e8d648c52a]

        WaE: maybe-uninitialized
        
        Change-Id: Idbe9f52b0c4b6eeb2fb7b5d934727bd74e96e6d3

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [8a01693c79a24006cbe7d8642b97408eb23a1bd9]

        test should check that all levels are equal
        
        regression from
        
        commit bf586debd4d8274cff2737f02beac465525328e8
        Author: Matteo Casalin <matteo.casalin@yahoo.com>
        Date:   Sat Feb 21 12:38:54 2015 +0100
        
            Simplify
        
        Change-Id: I09f83b2bab053fcd48fe1a1a4184cc11a4f9d663

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [75938aff3848edb9fc705a70d79e9221b2c05c3a]

        cppcheck: noExplicitConstructor
        
        Change-Id: I45f2d96c7bd558405d0b5dfea3beb97ad720a82b

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [ba9e005e71dbe71319d2ee5ab46495c26044454b]

        editeng: need to prevent MSVC from generating SvxRTFParser copy too
        
        Change-Id: Ia6bea0834ebca3ed51c19c0165a3be1373c46d26

2015-07-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [aa354f2718b0ac81a6701b8c8ef41a15fe80c880]

        Related tdf#92256: map CONV_OOO to listbox item no.1
        
        it worked only accidentally for CONV_XL_A1 and CONV_XL_R1C1, as their
        enum value was the same as listbox item no.
        
        Change-Id: I57dc9f373de5a43fca8dcbe5bc6da25dfc54680f
        Reviewed-on: https://gerrit.libreoffice.org/17229
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e8e742a6159b1a1148e2b30b8c417086921dca05]

        unify code duplication in ScInterpreter::ScCount and IterateParameters
        
        follow-up of commit 5d88cb48a77e65810ea6d0be32b5387b1767a216 where
        duplicate code for ScSum was unified.
        
        Change-Id: Ia65673261d7bcd95dd5bc97eaa34d7da48dbef96
        Reviewed-on: https://gerrit.libreoffice.org/16916
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [4fc6a0e770f807029884461f33b8acdc80af693b]

        editeng: try to prevent MSVC from generating copy assignment
        
        Change-Id: I9d7928298a6f769f840db51c89ffbe12b443a1dc

2015-07-20  Noel Grandin  <noel@peralex.com>  [e103bf6cfd19470b84e5742bcd649d93f26d198c]

        loplugin:unusedmethods dbaccess
        
        Change-Id: Ifa16acc6d90ebd4f56c5662959010f6228228cb5
        Reviewed-on: https://gerrit.libreoffice.org/17209
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [a0021a7fbf3b9799829f4a27efe20e992e8709f6]

        editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>
        
        Change-Id: I29923bc78100d4b196d285dd78f664f7bcf3df19

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [d2726959ff54f1c0b19dc4e605bd3ebadbdc0283]

        editeng: replace boost::ptr_map with std::map<std::unique_ptr>>
        
        Change-Id: Ia6fce8eceb364d83cbbf5abcf734be262614e792

2015-07-20  Michael Stahl  <mstahl@redhat.com>  [144d82434ddbb77bb3cd722bc7b636a612bb9db7]

        editeng: replace boost::ptr_map with std::map<std::unique_ptr>>
        
        Change-Id: Id59fb4ee59872e60094bde85746416c83f058b00

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [97a0e7558b24792827d77217fb2d8b1106056963]

        bail if offsets are past eof
        
        Change-Id: I4a8e78231befff498894ec92a1f38af206e13129

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [a3cc2d8d598922b5dacd84721c05e73e435e999e]

        cppcheck: noExplicitConstructor
        
        Change-Id: I6f25d8cf14e3e12eecb29eb02e018ecfa73539dd

2015-07-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [01d1165572f53ca50c626fa036343932c1e8c5db]

        tdf#92256: ODF save/load syntax for string reference
        
        Change-Id: Iec38867c2fa3750f052e4afc99c5f8d48808c373
        Reviewed-on: https://gerrit.libreoffice.org/17017
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [8eaef6b5217eecaa111c80e426bdf225481a71fb]

        fail on short read
        
        Change-Id: I7215cf8d8b1e4a4156c87507018de3c2b7ed08d8

2015-07-20  David Tardon  <dtardon@redhat.com>  [68fed3540a70e6d9d71ee9a9512dd406dadb371f]

        translate from german
        
        Change-Id: Ia3682f2d002e10c2984e99264d0ec98bc3477f1c

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [6964f67d0dd44c8a3c68caf194075ba5c649bf4b]

        don't hang on a bad ReadCodeAndDecode
        
        Change-Id: I999012d428fa84e21fe9e9f851a016eacc96a686

2015-07-20  Eike Rathke  <erack@redhat.com>  [47d90af52a548429224c38b5c58a70116e0f7907]

        check annotation caption pointers, blind fix for rhbz#1242099
        
        Apparently there may have been situations when the caption or its shape
        could not be obtained for whatever reason.
        
        Change-Id: Ie9b97d4b3999cb4645bb6b8b688b3666cfd71ccc

2015-07-20  Michel Renon  <michel.renon@free.fr>  [09491390e6662516339f8aa920bb8ae9493e34c0]

        tdf#92560 : QtCreator integration complains about a "ucpp" without a .pro file
        
        The script gbuild-to-ide now handles correctly specific case where a module
        is not a direct subfolder of LibreOffice base folder.
        Currently, 3 modules :
        external/neon, external/clucene, external/ucpp.
        
        Change-Id: I9477519a530439d43919b4e1b51dc2c71ee05fe0
        Reviewed-on: https://gerrit.libreoffice.org/17054
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-20  Varun  <varun.dhall@studentpartner.com>  [2062d69c390d372ab4253832012e6cbb27df6dda]

        Added UNO test coverage for SwXParagraph
        
        Change-Id: I2779114e2655e9574003b929b1517560c21ae4b5
        Reviewed-on: https://gerrit.libreoffice.org/17141
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-20  Noel Grandin  <noel@peralex.com>  [b4ee16da65eab7b50b29dcd42dc0f0be6b97b174]

        com::sun::star->css in basic
        
        Change-Id: I637fd7aedeb97b7dca22521474a54a1d4274f212
        Reviewed-on: https://gerrit.libreoffice.org/17206
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [c02e79874951ba86d926186e284612806d8bc0a3]

        ensure loop ends eventually
        
        Change-Id: I318385286fcc27ffb2d938237d83e793564d2525

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [ff3a3bfd4bbd2fdabea887e1739faacd79aefa64]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ib9373a5a75eea998a86156ff742e7950369ddc88

2015-07-20  Noel Grandin  <noel@peralex.com>  [63c29ff0adfc3893adf8bcb8934720312aaf11e8]

        fix linux buildbot
        
        the GTK3 version check for the GDK_IS_X11_DISPLAY macro
        does not appear to work well on all the machines
        
        Change-Id: I7020afdca1b270f89910753737c2c70b61453b34

2015-07-20  Noel Grandin  <noel@peralex.com>  [600ed089e242a80f5fbf3131b63995eed9d33f3f]

        loplugin:unusedmethods sfx2
        
        Change-Id: I40be06a4859a38ef64b6267515917f625a5f176d

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [dcbbe7741a08f6076f9e020f90cbb730c1edafb9]

        final check np bounds
        
        Change-Id: I9213bb2cc059e05e286598edac03bd72c84db876

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [33d43205c341e0cce36b6a1b3082c3927490cbde]

        test that nNumStripByteCounts value is within bounds of file
        
        Change-Id: If119628d7f510a7db30ed2180111063781cde887

2015-07-20  Noel Grandin  <noelgrandin@gmail.com>  [91b1f300cf7f357c3a39d0d5810326cc78d78f16]

        convert to typed Link<> in sfx2
        
        Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e
        Reviewed-on: https://gerrit.libreoffice.org/17195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [bca4d6f896fb12ceff37476c43ea8892898dd385]

        check np bounds yet again
        
        Change-Id: Id3f6fdc0ebed9711acec5d71f404e7a6072b765c

2015-07-20  Caolán McNamara  <caolanm@redhat.com>  [5d32a4ac5c166264c2d44e8df625eb768eb42fbe]

        reduce scope, etc, don't loop endlessly
        
        Change-Id: I86e4e94392527b5faf5d9cdb4251853f35813f4e

2015-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [a890a7696ff5dfc3ec8a012ba59cc04db4a1473d]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, for comphelper.
        This also includes extra changes in other modules
        required accordingly.
        
        Change-Id: Id1537f46f1c90f760a0d8987a6dafa0e1da03b8f
        Reviewed-on: https://gerrit.libreoffice.org/16929
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  David Tardon  <dtardon@redhat.com>  [3f0677b86f4831b011a2baece85cf93c68646cd5]

        add a test image
        
        Change-Id: Ibd30ddc9c4a0e1ca440d0b62635cfab3f3ab8235

2015-07-20  osnola  <alonso@loria.fr>  [5fa73031aa42b62ccd167f193376565df2e635fc]

        tdf92789 fix reading of some PICT images
        
        Change-Id: I24498bc6f316e5522e716184fb8b2e17bcd76226

2015-07-20  Noel Grandin  <noel@peralex.com>  [852ae6dea4156955444dc469943dd1bbd446d452]

        com::sun::star->css in basegfx
        
        Change-Id: I27f28e6a09e8bc9e90f0b60a7ac8519b2ab41860
        Reviewed-on: https://gerrit.libreoffice.org/17166
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  Noel Grandin  <noel@peralex.com>  [7410217b7d84a3e4dfd35529384f190cf2962024]

        loplugin:unusedmethods chart2
        
        Change-Id: Ib7e8824e9e7f912963fbf07111ee3aa97773ceca
        Reviewed-on: https://gerrit.libreoffice.org/17167
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-20  Noel Grandin  <noel@peralex.com>  [9f4f237a3834e5d58a87296424db5428f68d1550]

        loplugin:unusedmethods svl
        
        Change-Id: If86cc43fda4d138cf7f678d81fa2b35f68f3c03b
        Reviewed-on: https://gerrit.libreoffice.org/17162
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-19  Caolán McNamara  <caolanm@redhat.com>  [fcdddbd30a8b5cf6a5cc4d2ff28b7d4a20f8ec6b]

        check np bounds again
        
        Change-Id: I0fb61954b2eaf0c015d7bdefe9f03bd459b31501

2015-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b0aae379e77dade4bde1f832225728ce6214816]

        add unit test for tdf#88137, tdf#89254
        
        Conflicts:
        	sc/qa/unit/subsequent_export-test.cxx
        
        Change-Id: Ibf7e46cfecf5e8d54450feac481edb2c699408cc

2015-07-19  Caolán McNamara  <caolanm@redhat.com>  [be4e1141be7cd54cf5362d3de534050db5505437]

        check np bounds
        
        Change-Id: Id16ae9325f3c67792941b9c88d83435aa98282ca

2015-07-19  Caolán McNamara  <caolanm@redhat.com>  [80c591ea9c320fee9e975ac7b0e4e2df1bf5e447]

        in reality we are limited to max sal_Int32 here
        
        so accept that and test if the values were accepted or limited
        
        Change-Id: I599cf8065a6f8786d380fdba03135857766770f3

2015-07-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975]

        Fix typos
        
        Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c
        Reviewed-on: https://gerrit.libreoffice.org/17187
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [1721236b5b3fad5660495d638f7cdf6abfcb7a47]

        tdf#39468 clean-up/translated german comments in auditsh.cxx and cellsh*.cxx
        
        Change-Id: I6fdc60164dc3144b23dfe08ca8ce9b40a07081b2
        Reviewed-on: https://gerrit.libreoffice.org/17191
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [791f2fa12dcffe3de68f14e657eafd80157d2c5b]

        fdo#39468 translated german comments in editsh.cxx and formatsh.cxx
        
        Change-Id: Icf2afd6f841692d0f63f5989d720a703bf98568c
        Reviewed-on: https://gerrit.libreoffice.org/17185
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [d26eb83f0a5180b4ec9a58f5238dfde50ccfba04]

        tdf#39468 translated german comments in gridview2.cxx and gridview3.cxx
        
        Change-Id: Ia385720ac604296cbcccadb6a99f1b965a90ad10
        Reviewed-on: https://gerrit.libreoffice.org/17181
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7d537fb4730db4268aec847973299a3e1ca96bf2]

        tdf#39468 translated german comments in gridview.cxx
        
        Change-Id: I4f7596e65e46de7819f4d5531c576d0d4651fc7e
        Reviewed-on: https://gerrit.libreoffice.org/17176
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [c7c7ae8a5d73c0439de4798f5130da933eebc7a2]

        fdo#39468 translated german comments in dbfunc3.cxx
        
        Change-Id: I3fd45e8d72c060d439effe7404648b4989221674
        Reviewed-on: https://gerrit.libreoffice.org/17190
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7175ee2b17b47f983646a180c67843c958aa4f25]

        fdo#39468 translated german comments in gridview4.cxx and gridview5.cxx
        
        Change-Id: I2537bedfab6856787d9b75e919cd3973a514bd3c
        Reviewed-on: https://gerrit.libreoffice.org/17184
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [e97e4baf5433ccf782101ad1eb3d07db1867f648]

        fdo#39468 translated german comments in drawview*.cxx
        
        Change-Id: I18cfceb16a5405684a9c36e8b517c6afc3eda05b
        Reviewed-on: https://gerrit.libreoffice.org/17188
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [c5ca63a0bb23bcc06b1ae70f169d965476bc251b]

        sal_uInt16 to sal_Int32/size_t
        
        Change-Id: Icb8765339412bedf1e424a766bc99274ab96ceab

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [40c34e62624f89b6e994e5e202c3bcf250544d86]

        Fix indentation
        
        Change-Id: I5cff1cda3c6882e751b88a4a4d1aacbec8942578

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [f7a2795c881c2eba95aa09f21881f842281ae819]

        sal_uIntPtr to sal_uInt32, for consistency
        
        Change-Id: Ib78dce61e8fb8c8e3bf8c7a2b02966100a4db0e8

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [c1edceb2f3c9ce8065db3f0a7635e0276cb8434e]

        sal_uInt16 to sal_Int32 with some cleanup
        
        Change-Id: Ib6e42702dd1ce29645215114b26286f05ccc1332

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [c11223393c559e1182d5da2ab007151c2e7a5730]

        Prefer member initializers to (cascaded) assignments
        
        Change-Id: Ic480981313c79f5edde8284e316b4c10a51ddf68

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [f0d6fa07cc17c6942644196671b7c94d522d4e14]

        Use sal_uInt32 consistently for WindowStateData::SetMask and related
        
        Change-Id: I722828785a861065a69a1d83bc6e40517b164102

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [903baa666b64e0576f35242970f3abe80723fbc1]

        Use more proper integer types
        
        Change-Id: If86163ddeff91571419a37becbbe75f98e681d7d

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [c3a06bcac6536ccfcc49949492c98bfd82c68b52]

        Use isEmpty()
        
        Change-Id: If26e7ca01d5f1f4fe5e98a2523660eb3c3783bc4

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [3863005bb596d4b3ad67b43da33d7c1c98f2e239]

        Fix some downcast warnings and reduce scope of variables
        
        Change-Id: Ica5f5947f37207c9dd2e51b7903fad52dd4836fd

2015-07-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f7dad6b1e7b25b2e681a9a60afb07f3faa584df]

        sal_uInt16 suffices here, and suppresses a downcast warning
        
        Change-Id: I480a816e39d188ef135f51d71ab8eb70c7aacc59

2015-07-19  Regina Henschel  <rb.henschel@t-online.de>  [b6cad3faff530a84a585a3d8bb965568fe96ef97]

        Updated core Project: help  7cb47387ef4483bdd7b70c8e6db9ecf1a2a98a66
        
        Add information for new command .uno:ImportMathMLClipboard
        
        Information added to Contents..Tools, to Index 'importing',
        new Index entry 'MathML', adapted topic 'Import Formula'
        
        Change-Id: I419cff5eaede07def32007a4c9b303fdf726cfcc
        Reviewed-on: https://gerrit.libreoffice.org/17183
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-07-19  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [2bc5f57f80e6e527a7138c1006abf337c2f9db2f]

        Various icon improvements

2015-07-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [ed8b881515a4acb8b1c5cafd7666f9539974cc94]

        Replace overly verbose copyright-files with a simple one
        
        See also https://bugs.documentfoundation.org/show_bug.cgi?id=92458#c1

2015-07-18  Michael Stahl  <mstahl@redhat.com>  [c2c51fa587523edd6e31a17affffc77645b60dea]

        sw: DOCX export: *really* fix non-well-formed XML with hyperlink/ruby
        
        Turns out that 84ea33ef9a86f097a248b526554cdc3581c8d725 did not actually
        fix the problem; it was merely good enough to fool the asserts in
        FastSaxSerializer that were not yet adapted to the funky maMarkStack.
        
        The problem is that the StartRuby()/EndRuby() call StartRun()/EndRun()
        and that really messes up the mark stack.  Prevent that by first ending
        the run before starting new one in StartRuby(), and then starting a new
        run after ending the ruby-base one in EndRuby().
        
        The hints handled in SwWW8AttrIter::OutAttrWithRange() are sorted in the
        right way for this to work (i.e. the EndRuby() will be the last call for
        any given position).
        
        This apparently causes an additional <w:r/> empty element to be written,
        not sure if that causes any issues but at least the output is
        well-formed for fdo82849-1.odt.
        
        Change-Id: I28ffd029246310ff0e405b0674aef8e724700d4d

2015-07-18  Michael Stahl  <mstahl@redhat.com>  [0a0f9d71af5247d70012b7d13504bad28a26bde2]

        sax: convert MergeMarksEnum to enum class
        
        This should detect if a MergeMarks value is erroneously passed as tag.
        
        Change-Id: I7b855a661f182136824cf25f2174a9bcce8ff3d1

2015-07-18  Michael Stahl  <mstahl@redhat.com>  [2842c5cfb99d41b36dba52db01ca6cd37d2ef4b0]

        sax, sw: try to make that maMarkStack easier to understand
        
        In DocxAttributeOutput it's not at all obvious which mark() is supposed
        to be ended by which mergeTopMarks(), so add an extra parameter to the
        FastSaxSerializer functions and verify with an assertion that a LIFO
        order is maintained.
        
        Change-Id: I5a421e2fb11f15343147417fe0b9b23642c70721

2015-07-18  Maxim Monastirsky  <momonasmon@gmail.com>  [7352a7c17875e5adcc4226c45f4a03e11c44ff49]

        Convert SdTbxControl to the generic controller
        
        And remove the now unused stuff from SfxToolBoxControl.
        
        Change-Id: I8805ba96a5dc41076d9cb8d887759a578a33526d

2015-07-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9f75bad228ca1f410b7a450084b02ad13745110e]

        tdf#91495 don't change tree entry height when preview is disabled
        
        Change-Id: Ic707f4407bb3aef5f2a7b9d13a0340c6d9afb3fe

2015-07-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c84dd5135a785204f78945f32eaa4d8dc7d27c9f]

        fix build

2015-07-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7f20ddfab77de8d8e535ae6253111dc67610bbd]

        add skeleton for error bar panel
        
        Change-Id: I397b10d95356a1d376e868af6a93077fd996b680

2015-07-17  Carlos Luque  <josecarlos.ruizluque@cib.de>  [342c4b21e6acbb7b2e7fc7133549a14323b6c771]

        cleanup: use SAL_N_ELEMENTS for array size
        
        To be consistent across code  in the calculation
        of the number of elements of an array.
        
        Change-Id: Iff73e570231caccdece3cf0e925d58bc0925ccc2
        Reviewed-on: https://gerrit.libreoffice.org/17168
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aba930219c4c71fd4b8f13e2830a5955e71e3081]

        forgot to add it
        
        Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95b1491daccdc50dd5391b7e5d4d7432217269a6]

        add chart sidebar axis panel
        
        Change-Id: Ia0f75c09f11c5751428a19fca33b39a54cdbb249

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [8f9effacd8f7817a0ad2b1d89b96682855583e48]

        basic: try to prevent MSVC from generating copy assignment
        
        Change-Id: I7232f69a465b1acaf069005b3695039bdc96c7a3

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [22b23819875eb04ca0bba402fb676c530de97726]

        editeng: pointless code
        
        Change-Id: Ice4f34ce60b0f4af97a985f4203a705523c0626b

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [9b1e55fe02dbdffadf08f6ede88f68b3cabae9fa]

        editeng: replace boost::ptr_map with std::map<std::unique_ptr>
        
        Change-Id: I343071cc29c2041bc98456954b0aa32fff324d82

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [15f32b5a1ea289159703dd7b118a911c8d0da61d]

        basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>
        
        Change-Id: I96ea97c1df7903a28387d8e1171075be55a80ca7

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [ce6466f5736258b41f7aa892bdc1fc1451f6593d]

        svl: try to prevent MSVC from generating copy assignment
        
        Change-Id: I6d03a45b8c86adb96f29ec0f0bc1dd9d2e93bcdf

2015-07-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4b70f9b9354895efff151f323aef687a72c3d8f3]

        Typo: “documention” → “documentation”
        
        Change-Id: Iff1ca19744b661d3595e53f357b1b37e4f5a30b6

2015-07-17  Eike Rathke  <erack@redhat.com>  [3e17ed1fc2845da5a279d21ffa3ea51d637e515e]

        Resolves: tdf#92767 use ISO 8601 for internal date string representation
        
        Change-Id: I481bf3295feb64827de2122234a9300d0b8ced40

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [d368a613fe756a6f1992425078d99e9c72fc39ed]

        WaE: -Wmaybe-uninitialized
        
        Change-Id: I295ef24b8d524e152c85b90548d8a7753347dacd

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [7fbadc4db37e02d78fde34d6fd52feb73cc5dd1f]

        error C2065: ´bFound´ : undeclared identifier
        
        Change-Id: Ibf72f77458d837849fe20361ca751dce2989830c

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [5351f621d5eb599757af95213c4b391c0f34df2e]

        svx: this was supposed to be "image/x-eps"
        
        Change-Id: Ieb9d7f23a0ef1e4546c488a678dbfde085156216

2015-07-17  Michael Stahl  <mstahl@redhat.com>  [50cf52bd0eb45a2f8ca91bbd64def942ef191f2f]

        svl: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: Ie1174d57b696f49c05010ece1b721185b0904fd6

2015-07-17  Carlos Luque  <josecarlos.ruizluque@cib.de>  [4d84153e22bdda33b23deb4c32afcace4c1264f7]

        tdf#92571: add mime types for several image file formats
        
        The new mime types were added the followings:
           - eps -> image/x-eps
           - wmf -> image/x-wmf
           - bmp -> image/bmp
           - pct -> image/x-pct
        These new mime types are written in the attribute "media-type"
        of each image in the file "manifest.xml"
        
        Change-Id: I16edb625e331d3f917c6e8929df004191e317acc
        Reviewed-on: https://gerrit.libreoffice.org/17123
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-17  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [c8cd629132f5b4d879edc53911a4e4abeb8d90aa]

        tdf#92758: no more duplication of document in CMIS after checkin
        
        Document now is correctly reloaded after checkin, so no copy of
        closed on server private working copy remains.
        
        Change-Id: I1625bda2f960827d60018b0702447b93886043f3
        Reviewed-on: https://gerrit.libreoffice.org/17118
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [406a815642a7b2b34107c49856f3f25ccfd4277d]

        WaE: unused macro
        
        Change-Id: Ic7112f9bdd638ad72758e1b187778d004df4dd7b

2015-07-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [094f894bace181708bc5c826f86c9a8e9f126675]

        Linux and Win builds use mergelibs starting with 5.0
        
        Change-Id: I7cdcdcbbbbdc4ba44b3fb8014f93cc522b61f5fc

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [d9b2105e14b7f84c24ced4faea1795e32d8e21d1]

        wayland: actually show something
        
        Change-Id: Icd081c38de1374c6bfd6fb04d7765e07ff5d1aff

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [e5a17569366188420394fd9461c821c0d83e98e7]

        ignore long press after all in writer
        
        it appears on a long press on anything not just the document,
        e.g. on scrollbars etc, which isn't that useful after all
        
        Change-Id: Ic6ccacecdad5db100d2f2768ad6b7ce5e36b80a3

2015-07-17  Noel Grandin  <noel@peralex.com>  [9cde33eba193f23cf501acb108992bfcc5c16f52]

        com::sun::star->css in basctl
        
        Change-Id: If0013cdd734a58397ab4972f9cca5584f05d1715
        Reviewed-on: https://gerrit.libreoffice.org/17164
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Noel Grandin  <noel@peralex.com>  [ad0c0f685b14119e2e564fe0074f5f0c557a5e5f]

        com::sun::star->css in avmedia
        
        Change-Id: Iab0a96e929002c587f6fb7baa75ab206feede119
        Reviewed-on: https://gerrit.libreoffice.org/17163
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Eike Rathke  <erack@redhat.com>  [8eadeb91cde9709f006e8c5e19e98bff44dbd177]

        Resolves: tdf#77479 do not reset AutoFilter range for temporary operations
        
        Change-Id: I22f5e74ca91eb188ce669762927dd25604a256ff

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [9dd4b06304a615d2d600d6b1cdf0d6d445311b0d]

        presumably XSetIOErrorHandler is meaningless on wayland
        
        Change-Id: I72247a38021b11a521d785f7565c218a425a857f

2015-07-17  Noel Grandin  <noel@peralex.com>  [be62355f5258df4cd6a58c2e300886d5c714cced]

        com::sun::star->css in accessibility
        
        Change-Id: Iadc69c0c7e770a8c7a94942a24b9455233102211
        Reviewed-on: https://gerrit.libreoffice.org/17161
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Maxim Monastirsky  <momonasmon@gmail.com>  [1f6882348e74f7a3b7c144f693c99b7120c5b89b]

        Convert form control buttons to the generic controller
        
        Change-Id: Ibecf33160d5d021e84e796f6b16db673f644699d

2015-07-17  Maxim Monastirsky  <momonasmon@gmail.com>  [1c70472740a2973d56312130ebade3d3ded425d0]

        Convert dialog controls button to the generic controller
        
        Change-Id: I3d03fba86139a3495e1cfd67b3f17149c73e3377

2015-07-17  Noel Grandin  <noel@peralex.com>  [326fad3c95a59a3202ab1c083834fb923f96258f]

        remove deprecated methods in unotools::CharClass
        
        not used anymore
        
        Change-Id: Ib9436ea0cafef29ed7da5076e89d97419a9c7443
        Reviewed-on: https://gerrit.libreoffice.org/17147
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [6353dc86585df7796200eabe1e2be8511211adee]

        move all the X foo of desktop detection in the fallback path
        
        Change-Id: I53e2634984c8e08b707dc3a21b2a6e68b48ec701

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [edaacb62d057a3d68b473a36fcf9b1c6059fbfcc]

        add gnome-wayland alongside gnome
        
        Change-Id: I5d57f715edbadc7fef5c508cae7e98bcde0e4e5c

2015-07-17  Noel Grandin  <noel@peralex.com>  [81d873336bc55a6854fdc0b2a53faada0c552e1f]

        remove pointless comments in lotuswordpro
        
        change control, empty documentation tags
        
        Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [6a1f31898d4d44d69f4f65e56f5dd087607885af]

        in remainingSize consider that its is possible to seek past the end
        
        Change-Id: I1652244d5515629f1cd8f15f4c5b15f139dba0aa

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [c9ba7a2a4d29af2542f31562cfdd64db2237aea8]

        don't loop forever if pcx has short read
        
        Change-Id: I638792417924bcb8e48995f4e789f84a2cbf4757

2015-07-17  Noel Grandin  <noel@peralex.com>  [40da0a9d1cea08fae38c6bc478d1a69f8faaf627]

        com::sun::uno->css in avmedia and animations
        
        Change-Id: Ie4365a488728c39fedacae7650b4b90260e7e44a
        Reviewed-on: https://gerrit.libreoffice.org/17153
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Noel Grandin  <noel@peralex.com>  [0f732c41bc4edd7075ff68a81c0ca299e3e913c9]

        loplugin:unusedmethods lotuswordpro
        
        Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0

2015-07-17  Noel Grandin  <noel@peralex.com>  [e963a8891238efc758306a09debbc93904a5388b]

        formatting of public/private/protected section qualifiers
        
        make it consistent across the codebase, no space between keyword
        and the colon
        
        Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5
        Reviewed-on: https://gerrit.libreoffice.org/17148
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Noel Grandin  <noel@peralex.com>  [771d9ef3f65785092267f6068384e8cdda17f883]

        loplugin:unusedmethods forms
        
        Change-Id: I6b7938e948fb1422f83e2175fee5fcabe0a0b83f

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [64cc2d775c0b2347a55e563c362c37e033ffd68d]

        rename test case
        
        Change-Id: I76d35955a1d024d05a94ffdfdcf8e4076de24975

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [49bf2c6700d8f0fc9155ac2d06bf0a7bd84915d8]

        detect another loop in tif format
        
        Change-Id: I950f751277d9080b4fc00c38f63453cce81bcc32

2015-07-17  Noel Grandin  <noel@peralex.com>  [64fe684368bd54f54f6838c7d8a59c9efeaa0965]

        loplugin:unusedmethods xmlsecurity
        
        Change-Id: I7b0a6521168dab13e87fc39920fdaef70943961e

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [feedb957310fc3282ca47d5ffc1482dbb944a36e]

        test that nNumStripOffsets value is within bounds of file
        
        Change-Id: I1483ea3671420be53496888892374641e10b344d

2015-07-17  Noel Grandin  <noel@peralex.com>  [89ef4dea325a11c706ff9619ff4717124260f864]

        loplugin:unusedmethods cui
        
        Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b

2015-07-17  Noel Grandin  <noel@peralex.com>  [956cb1f777db6eb4cec6fc4c4ed3b2fc87ee1672]

        loplugin:unusedmethods desktop
        
        Change-Id: I78d4cd362bebde05e5bec55eff5e38603cb3f813

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [290465b0effecb6d620adc20ca279f8057eeab9a]

        detect loop in tif format
        
        Change-Id: I27645566cd9fc0ac8cf753f0217ae6cf0fa9929e

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ea6f476cb4f3a21904db5a5d7170e8dbae804a1]

        remove duplicated code
        
        Change-Id: I4a5dcb9d05446dc938f978cb30428c70c70d6914

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24c0aafdaf0a9f67e88d1c092285e3ee882391d5]

        last item in series panel
        
        Change-Id: Ib37e36d98d599affb379a8727bae88be0acf2631

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2bd7a7de177bd81927ad29060ec3db43f9a6086]

        remove unnecessary parts in chart sidebar code
        
        Change-Id: I5adedbb47edd39959220fa7ab3826d586734e943

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [747ee55b1a0842982833a9a8a9e54ee40958e339]

        fix evoab2 build
        
        Change-Id: I944494af60b9805d53a2f1c507b9eb99fd935e9c

2015-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5c420fcdf9f36852df793b9944db4491271d23cf]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in chart2.
        
        Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619

2015-07-17  Caolán McNamara  <caolanm@redhat.com>  [5f9cde384aa213cf8cf6c84a005647e59bc58ae6]

        BreakPoint isn't really useful
        
        merge branches to fix OSL_DEBUG_LEVEL > 1 build
        
        Change-Id: If4a81287ffffbc41d7caa1240293d34e5186f293

2015-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [1a24285dd55c5c85272decc00dc8f93c9a917b8f]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, for connectivity.
        
        Change-Id: I3645a2855e903848936520ac854fc1039fc456e8
        Reviewed-on: https://gerrit.libreoffice.org/16971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [a175788dcd3edd4c82f70458f0fa6e7b44d86526]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in cppcanvas / cpputools / cui.
        
        Change-Id: Ic28d0830ab86555494004c27b1468de2ea6825dc
        Reviewed-on: https://gerrit.libreoffice.org/17119
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [7fa29ecc727c04159cee92aebc14fc5b1037a965]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, for dbaccess.
        
        Change-Id: I60921b1b1d3b65fb9087552ed118c60dc9f89032
        Reviewed-on: https://gerrit.libreoffice.org/17146
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Noel Grandin  <noel@peralex.com>  [a90c6eb99c8c2167c4b1ec75a21a30a344bfea43]

        loplugin:unusedmethods filter
        
        Change-Id: Ie33a5ebda9337cf123b39ae18a8d7b4ef12b6991
        Reviewed-on: https://gerrit.libreoffice.org/17131
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Noel Grandin  <noel@peralex.com>  [5a7bf1b32c3699c9ca40d60e61403a3b587f35ff]

        loplugin:unusedmethods slideshow
        
        Change-Id: I66b6cddb638a9fc1228d3ea9df5d112300a00eb3
        Reviewed-on: https://gerrit.libreoffice.org/17128
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-17  Rishabh Kumar  <kris.kr296@gmail.com>  [9b9e75a078306180a59011cc116cf179d24518ff]

        Minor ui changes in calc sidebar
        
        1. removal of ambiguous button width in sidebarnumberformat.ui
        2. addition of spacing between indent label and indent buttons in sidebaralignment.ui
        
        Change-Id: I41fc4f9bdfb2a1a1909d014f6039c73bbdfe9c4a
        Reviewed-on: https://gerrit.libreoffice.org/17145
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [14257152b19c08618a107c6eb0f684de11483da8]

        use search from StyleManager in "Style & Formatting"
        
        Change-Id: I09fff1816b1d569cbfd50c7cafb19c9b169528bf

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [53c40258d3572152b46e5ff5f51496ae6f32879b]

        StyleManager: move style search to its own method
        
        And remove obsolete CreateStylePreviewRenderer method with style
        name as input parameter.
        
        Change-Id: I0fdf54fd40148b417250b5a6bf2453994eb83634

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [76360c8de7bf6f0baef9c0440a2f721f15cc1564]

        create the stlye preview renderer with style as parameter
        
        Change-Id: Ie191467305279253f165f13980c125f6b7b9fdde

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [210f42a318cbac62de835ccacbc1fc0e36f713f6]

        tdf#91495 add property to turn off stlye previews
        
        Newly added property Office::Common::StylesAndFormatting::Preview
        can now be used to turn off "Style And Formatting" style preview.
        
        Change-Id: I2e01de2a74e2d295557c87022a7b745ce23b4800

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9827eaeac51149c9c26abc4a8cca6f2029274ee5]

        force a specific DPI with SAL_FORCEDPI (GTK2 & GTK3 backends only)
        
        Change-Id: I2c154e4df060ade36744c6aa2fbffa8c6e665629

2015-07-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2a19bb85cbe83aa031871a3689b9ff03629da548]

        GTK3 HiDPI: disable window scaling and get display DPI via GTK3
        
        Change-Id: I66b92146757352408a331f9e23289839f443ff79

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07ff2841ccf6d4f93941838305248f7048fec803]

        add data label handling to series panel
        
        Change-Id: I37415b5effb6ac320184008b9b25988804387715

2015-07-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d84f954cc0ad22cf62e279da2e473f79d1fb889b]

        also handle primary vs secondary axis in series panel
        
        Change-Id: Ieed69e1e7ebd88b15dd6a6fb51863fab4f57479c

2015-07-17  Eike Rathke  <erack@redhat.com>  [98b0cd76606935fb03476837f8d44acfab62e249]

        do not reset existing HasHeader on anonymous database range
        
        tdf#88402 related
        
        Change-Id: I401c67da383227496e9d8c2b2ed0671e2a2796f2

2015-07-17  Eike Rathke  <erack@redhat.com>  [6567538600b6da2abdd684e5ee242aca595c6344]

        inherit existing HasHeader when expanding/shrinking anonymous database range
        
        tdf#88402 related
        
        Adding columns, invoking Data->Sort, Cancel now still does not lose a
        HasHeader set in a previous Sort dialog.
        
        Change-Id: I1388b8f6a1964fb584f1826751072ba648f53ab7

2015-07-16  Varun  <varun.dhall@studentpartner.com>  [6be4dfccdac9aa2d6488f9cee03622e56024f0b4]

        Added UNO test coverage for SwXTextDefaults
        
        Conflicts:
        	sw/qa/extras/uiwriter/uiwriter.cxx
        
        Change-Id: I963509aae81616711726268a5b215b2ecb93898f
        Reviewed-on: https://gerrit.libreoffice.org/17125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [4f1a8f697e05bc4fb52be7a84a3307d595b4c09b]

        Convert Alignment button to the generic controller
        
        Change-Id: I76ead43fa1cfe7ba1b62d2b13c4f4d7658a9f290

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [8ccea9c7d661da42d3e5a3f459f8f568990e8fac]

        sc: Disable the alignment group button
        
        ... when all its items are disabled. That's the same
        behavior now as in Writer.
        
        Change-Id: Ic74d0737ae7cc709a64524c1aa43783af8f4fbcc

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [de48b8af6ddf272bf37be1574630986a302fd5c8]

        Ignore string status updates completely
        
        See no benefit of it here, and also it has some unexpected
        results with some commands that have enum commands, and
        use a string item to update the currently selected item.
        
        Change-Id: Iae54c4e1fb7a3aa5a7c1a03904fb3629ed63c8f0

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [b1d4af61c68be8dcda6fa97aa6cef97e77d77c23]

        Convert FontWorkShapeTypeControl to the generic controller
        
        Change-Id: I7824136aa2780c4062a66f7a5284a342862f319a

2015-07-16  Michael Stahl  <mstahl@redhat.com>  [f18ca153aac53408284062309db513ab73f7dd2c]

        oox: fix invalid mime type "image/tif"
        
        (regression from ccfc02f7691848284403d339ee17054169fbff1d)
        
        Change-Id: I29a366228bf08f29edfa4a8e963889e34aa3d2ea

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8958ab9ab8e0a3643fe50d6d756e5997b614336]

        removed by someone
        
        Change-Id: I1c63248f18440b902088f27a9614db8ffb87150c

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [857bc3094eafaaf69c607222ec9f90e84da07916]

        handle error bars in series panel
        
        Change-Id: I29558530f775d1fab3dd2fca2e6c03c4717af769

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3ad5c110a83e25e9ff00e56d612075755136e3e]

        always update the data when we change selection
        
        Change-Id: Iae62f84401c23415a05fa2c5d1a541b239252aea

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4038d2eb47f03e981a61c7de37c2b15da532f9fc]

        dispose child elements
        
        Change-Id: Ic74e2bb8bf84c7de19ca31b2c7195b96e0eaa230

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdddbb70830d399de9bb388f45aeab34210338da]

        let the series panel also listen to chart changes
        
        Change-Id: I875398d1b020c821319c9c8d9f9b183d49a5004a

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ae9523012269ee2d093f35ecbf58da1d7f13f53]

        extract the modify listener
        
        Change-Id: Ie191e47b009afc5e3d4655d9b83189540e280dca

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [329818a7a1e064675b7f840d8455c963d2a773b2]

        handle trendline checkbox in series panel
        
        Change-Id: I4fc0634ed35c645d2080c667e8ffb90d606612a2

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71c6ee42d3311b31896e5a408d8f83f4e5d7726e]

        first parts in data series panel
        
        Change-Id: Ia25460e6f57ff6d3c44bae1ddb33a36845ffcdd2

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75d50b7189bf9fb37d3024fa5765dfb22ca6fce6]

        generate correct sidebar context strings for charts
        
        Change-Id: I92adf79c461f3536475da318e03b60f2e1adc08f

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4d56067b7e0d654701912a3fd54cf2b452a8d28]

        add skeleton for chart series panel
        
        Change-Id: Ib1e5da270812aa909a6e773abbd9716256f4d5f4

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d6d11a6d21e81feb0ba3422a3a3cad9d96ec3b6]

        add more chart sidebar contexts
        
        Change-Id: Icce69a0f5662ba06a3b57da089889aac5028de30

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d82ebb3443bfb09a16338ebd9bc7ce50a30963d]

        remove unused labels
        
        Change-Id: I6b16fcd7ee48d782c9b25b1f90f3ff25c103633d

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [96777e02d82f4a44cf681ea8f23d57676cdd515e]

        silence warning about unknown swipe command
        
        and show context menu on long-press
        
        Change-Id: I6d603ebcc049b5ec2f9b23f7e400d995883324ea

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [34c0b8869784cb44a516c97213ef24566a4ed111]

        coverity#1311944 Logically dead code
        
        for the record its a SwFormatChg we get here at the crash time
        
        regression from
        
        commit 7de992bcc66c973bb6b247184cac38f01cd1104a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Jul 13 12:38:18 2015 +0100
        
            fix a11y crash seen on close of tdf#92573
        
            its not the reported crash, which has "gone away" which might
            be a duplicate of tdf#90502
        
            the switch only handled RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED so if its
            anything else, e.g. OBJ_DYING, then don't attempt GetNoTextNode
        
        Change-Id: I290d6e633811423c3acc198aba7a60943518ec4a

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [69d31d10c298693c4d7f0db6f8a6f8025bbf07c2]

        coverity#1311945 Uncaught exception
        
        Change-Id: I9c5738330a765747e749c4ec88bc6e87d8703c1c

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [508a99e50d942a4911374ae2daae05be996708fd]

        coverity#1209707 Dereference null return value
        
        and
        
        coverity#1209708 Dereference null return value
        
        Change-Id: I3ba48950f989f8c49d1b09fde30de4c46f0bad1b

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [b3cd47bd562f98ec5fcff1a9d7609353506b5083]

        Resolves: tdf#92772 missing shape bg color
        
        regression from dcad3ac445980740b6a39761cdd1f1bd0b3e6e34
        
            coverity#1242624 Untrusted loop bound
        
            Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b
        
        The original code read 8 bytes on the nElemSizeVert == 8
        branch and always 4 otherwise. I assumed that nElemSizeVert had
        to be read as 4 on that branch, but apparently not. So if its
        not 4, set it to 4 and we get the same behaviour as originally
        and continue to ensure we bounds check the loop
        
        Change-Id: Ica8ab7cc3bbebee93216766a2e1279a579494840

2015-07-16  Eike Rathke  <erack@redhat.com>  [33255f974fc712b9e9e2965a350c65a2195a7ae6]

        Resolves: tdf#88402 remember sort "has headers" at anonymous database ranges
        
        Change-Id: I4a126f40589fd401f3a63f74be5e86e3df947ef6

2015-07-16  Eike Rathke  <erack@redhat.com>  [1077ad0ca662d71cfd23b33b23c1c34c40ce32cd]

        indentation
        
        Change-Id: I34a45d15b0be4a56dbc9cc42c97d560ab350ff0d

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [bf02304a0ea4771e01f39dd0032cbf276997ca00]

        min size of eps for a preview is 32
        
        Change-Id: Icb82d9dd0a3918f2bdc4cb768c566774cd0d8ac4

2015-07-16  Julien Nabet  <serval2412@yahoo.fr>  [1f366b13f766e588e58ee6ebe67149fb8028f3ee]

        Typo: deprected->deprecated
        
        Change-Id: I9e2e349f66a9d5bd7c45430ee9761330c792061c

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f328d6e4ce68835aee5b562851f1e4ac38b7a4c7]

        make chart elements panel beautiful
        
        Change-Id: I9e76f9b314dce6b4392d43fee4d5e05a450aac84

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [d1419cf8ff4e9f502443012a4e8c31fa25532032]

        need cairo >= 1.10.0 for these features
        
        Change-Id: I8e1e45caadc6cc537f27a194851dd00b1f1d0e89

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [fa709289806801b04f34fb780b655e29fe193959]

        this is assigned back to a sal_Int8 anyway
        
        Change-Id: I3b1a4b30da3c538e347758e01dbe2f1cecc4a0e7

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [59bdafe4c8faecfadde11ecdd5904e655918160a]

        why bring ucb into the tempfile story when its always a file://
        
        Change-Id: I48d51cd24831072af647dd0172a2fd2e4a9ed2a5

2015-07-16  Phillip Sz  <phillip.szelat@gmail.com>  [ea6261a9db25e8bf68ac5729ff04807f85536dca]

        tdf#39468 Translate German Comments - sw/source/filter/xml/
        
        Change-Id: Ie637ef4258caf2519a77d596b76cc52570a182e8
        Reviewed-on: https://gerrit.libreoffice.org/17077
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-16  Noel Grandin  <noel@peralex.com>  [051e660b37549fec7cc42e4471ae65a4cefed495]

        loplugin:unusedmethods svx(part2)
        
        Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7
        Reviewed-on: https://gerrit.libreoffice.org/17120
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Noel Grandin  <noel@peralex.com>  [1d852b32d7ad89b2317c04958060f366f8922ca4]

        loplugin:unusedmethods svx
        
        Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61
        Reviewed-on: https://gerrit.libreoffice.org/17117
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [383b75f4f516d6a5d256ffc08bc0e7836520447b]

        Hopefully get the right dispose order
        
        warn:legacy.osl:9070:1:vcl/source/window/window.cxx:281:
        Window ( 17FileViewContainer()) with live children destroyed:
         11SvtFileView() 8Splitter() 10FolderTree()
        
        Change-Id: I6be256337123fc1c3ff2651bcd9f695c8918bb8e

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [85a1a264621a21590e328df735a0b03195b852fc]

        Move OpenRemote to GenericCommands
        
        Change-Id: I43599a484da8983a67d03fca568aa628e7475449

2015-07-16  Maxim Monastirsky  <momonasmon@gmail.com>  [eeed180959dc45b5be7facd8bdca5597f6c745b7]

        Move remotefilesdialog.ui to where it belongs
        
        Change-Id: I9afa6c8f7c9de8ed133f714a4726d3f2d01be1db

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [ec7e3c6dfe6262f2d09629d5c1152cfdf2a4b19b]

        loplugin:simplifybool
        
        Change-Id: I2a112a1e0b1761e1d05f789c6defb9d2bb6aa8de

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [89e33144731aacdb03fb8a82b6283c0effca8a3b]

        loplugin:simplifybool
        
        Change-Id: I06df26c474689126f80236866bd547332e293969

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [8f12dcbf606e0ec73fe87df5c696682e792a7605]

        loplugin:simplifybool
        
        Change-Id: I06135270e460cd554cca9153292dcc1984d50d43

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [eac10bd2db973365cbbfd5379a64c5e02e7527cc]

        loplugin:simplifybool
        
        Change-Id: Ic38df50884b370417ed62b65ac7f90a13faea230

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [6003732e3b7d58c60a36634c56673ec60cbe8180]

        loplugin:simplifybool
        
        Change-Id: I164b62e2c98fad49d581b2ee282b6329b83bdbfb

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [d291fb6f283084e173165c577a531d8148d05fb6]

        loplugin:simplifybool
        
        Change-Id: I33d58658b51798d667999df85318a9c649b2fc02

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [93f0c1fdd8bd618b5f624d33f4ba0b678b9e7f7d]

        loplugin:simplifybool
        
        Change-Id: I9875ceec4276382d4bf96bc7e150d594df646602

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [7a044db51d35748f17b05f6d80ef90ad9000ad7a]

        loplugin:simplifybool
        
        Change-Id: Idb065bab0285a5db209e75e29a9f6f4d72091e8c

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [db33fc46213be19daeff7e7a3c55b9f1d48eb01e]

        loplugin:simplifybool
        
        Change-Id: Ibdfb3a4f66513ef6844c8b7df0c07ffef6258e89

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [678c738b982a51978d9495019aea69b580747e0f]

        loplugin:simplifybool
        
        Change-Id: Ibe187d7a2600c9f6a8524b5fc5665aa95099f512

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [6a6fad992ecbc90f8280e125a3680278559693b2]

        loplugin:simplifybool
        
        Change-Id: Ic1bfcea9deab50c3c61e5c45525c5b9a09619d2c

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [96839e398c980f4b9ac3a348ac7f7af4f5218336]

        loplugin:simplifybool
        
        Change-Id: Ib53ce4a10877361274dd9d4499d5eb797889cae9

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [367bf4d300d60e721d65b03834d117b485d87dcb]

        loplugin:simplifybool
        
        Change-Id: Ifb229db31ba6d97c4ec9ca586210c1f3c4b89521

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [4bf8384d970cf382d928925e6c3052f148c65904]

        loplugin:simplifybool
        
        Change-Id: I822967265cbe9f58641e2d9bd1260fd724df8ad1

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e7d7a1edb4a867d434a9b33c991a5ae9cded7a8e]

        loplugin:simplifybool
        
        Change-Id: If72974c49113c64b3ac6269779c5013c554ebdcc

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [b36e8678bc6e6b272cc116dcd4fbdb90dca12e28]

        loplugin:simplifybool
        
        Change-Id: Id87047cb49eabe0c5ef3463f437e47f0eeeae990

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [35279a7e2d9bb18373c69c6922c240447be92104]

        loplugin:simplifybool
        
        Change-Id: Ic179c3012ad99a97b11914bf7aefca58829621e0

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e82bc17d87762f99594ab046a02d1f358e77e30b]

        loplugin:simplifybool
        
        Change-Id: I9c4be053a8e39683e0d557a7a6be109507374d70

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [b0494019dfb9224c8f0e83f55f4dbd639fe4fc78]

        loplugin:simplifybool
        
        Change-Id: Ia11e61456f6d915aab9da798ce4a2f89e82c189d

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [aa8f7902d45dfe094d1ddbae01736c1e182b265e]

        loplugin:simplifybool
        
        Change-Id: Ic0115e76076e84cc132a9fc9b0ce6a90cd9f639c

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [3f2b3e0bd64e36ba1b23908c2d880fa28073e68b]

        loplugin:simplifybool
        
        Change-Id: I5e87ac88a2e0f20892ef89f36ccf8cac0bdc90c4

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e2462a3897bc5122bada288efa53daae7a4ede81]

        loplugin:simplifybool
        
        Change-Id: I2520ff8ca5f9c0dd68cc4c5cdc377d455c87898d

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [a52ad6b1cca7ef4cd21386866c1e9b56d027db18]

        loplugin:simplifybool
        
        Change-Id: Iaa3c04ba936512f511de238f5a3ca5b0f9afc06d

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [ecc9fc12f1fe60b3d6abf1b14f8b7a078e1c1151]

        loplugin:simplifybool
        
        Change-Id: I1ad92d1496759007f770b86f9d24e322b3ae194b

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [891c80e1723c4aac2457d5a76b1b0e042e78b70b]

        loplugin:simplifybool
        
        Change-Id: I8b704401233fa865c8ec4d4663d720a3d7d8de69

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [d9dd11e16d2a6c7b9ed1a152db5d9a0c055399cb]

        loplugin:simplifybool
        
        Change-Id: Ib1af2097743f81c0bdd237941eab017a5d463b37

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [2b88d7f90edefdaa95a1afe77596fae11daf6f4d]

        loplugin:simplifybool
        
        Change-Id: I3ad64faba0e162d404668789ae4aa410004eaee2

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [7cc9ebcaeee2a2f34a12b1e6817d8d1ef506ded1]

        loplugin:simplifybool
        
        Change-Id: Ifaae5adf238dd24438cc321202271e898fd01543

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [5456d59651c65165038c9cee82e7970f44426e36]

        loplugin:simplifybool
        
        Change-Id: Idab14666c3ffdc6c1a20e14bd1a7745a844468a1

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [139acde5dc900b8b1e44da09a0c66d285eba860f]

        loplugin:simplifybool
        
        Change-Id: Idb1aa3801ab09022f68aea512df1ddd64348a5b0

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e363123a245dca2b94575e560809b34696edf42f]

        loplugin:simplifybool
        
        Change-Id: I928325376b97ddd312af0f0a71187f29be607c6a

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [5a80e3272876f2883cb3329f7b690915958b9146]

        loplugin:simplifybool
        
        Change-Id: I2dc7883e23c1437c4a8bf9fce19acfd3fe700ec0

2015-07-16  Michael Stahl  <mstahl@redhat.com>  [21834f14c97071c5bcf13ef02bf940dc1922663f]

        tools: replace boost::ptr_vector with std::unordered_map
        
        Change-Id: I530c5f95dda9aa80654e3a2a20a2e236221e7305

2015-07-16  Jihui Choi  <jihui.choi@gmail.com>  [188208d93a5d95e1f5eb39294c5e467d6d53edef]

        tdf#91067: Translate Korean comments
        
        Change-Id: Idbee9cb5a1745bb2cc3c4cb1238773da7ff2a0a3
        Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>

2015-07-16  Eike Rathke  <erack@redhat.com>  [43cf7b9abf1262011b22a7b1a355569585f76b16]

        rm unused patch
        
        Change-Id: Ie33bc6a6ef5c1a638a138e4989bd885b6b678ab4

2015-07-16  Eike Rathke  <erack@redhat.com>  [67bded9f0b63f722ff44bd2e653841cce389119b]

        update to liblangtag-0.5.7
        
        Change-Id: I46bf74efb52435313eb17e0db8b1cf103a329004
        Reviewed-on: https://gerrit.libreoffice.org/17078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-07-16  Noel Grandin  <noel@peralex.com>  [b70acbc198fdd570785bc6d4dec992d8474024dc]

        fix windows build
        
        warning C4245: '=' : conversion from 'int' to 'sal_uInt8',
        signed/unsigned mismatch
        
        Change-Id: I4856a096a647ef47cdb208211f588f98fab71290

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [cf4159e16c13a13d0bedccebb50bb08f1662bc1c]

        exception on div by 0
        
        Change-Id: Id33d6a5e3df5812babd28ebfc65b95ce97219ad3

2015-07-16  Matthew Pottage  <matthewpottage@invincitech.com>  [091f6c382394390206f784a5ec79842709e0f3bc]

        Removed singleton PropertyNameSupplier and replaced it with single function.
        
        Measurements showed that the "optimisation" of caching PropertyIds and their
        string equivalent leads to an increase of approx. 6 times in the total overall
        time spent in PropertyNameSupplier::getName(eId), when running the unit tests.
        
        PropertyNameSupplier was the only PropertyNameSupplier (no derived classes).
        This means that getPropertyName can easily provide the same functionality.
        
        Change-Id: I933b67c11d4cc35395a0c70e15f1c24ac9842ab0
        Reviewed-on: https://gerrit.libreoffice.org/16665
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [4439e5f689c8564a092cf40337ead04e1d024f03]

        loplugin:vclwidgets
        
        Change-Id: I43f8530026261138585eb530b2bc83d3d9be704f

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [9edaebe651a341bf449e366ff54830556f32292d]

        Remove unused modelInvalid
        
        Change-Id: I18701b367dcca36afb8e6f28645453294881683f

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [379e07eae784a0af5b20c4006c0ee6c7a3d29c1c]

        -Werror,-Wunused-private-field
        
        Change-Id: I16094fbe0f6455f373ae7ed300563a94df6436dc

2015-07-16  Noel Grandin  <noel@peralex.com>  [7ab881a57d01e58eebcc2608ae8dd61af4552ae8]

        loplugin:unusedmethods editeng
        
        Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12
        Reviewed-on: https://gerrit.libreoffice.org/17115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [795ac5bc53f6c15f2ab4634201747eb1c3e3331f]

        loplugin:stringconstant
        
        Change-Id: I59da081fc90ffb96c438ed755266f5a69fbd199d

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [78d73a51bf40c6f69347bbc90b955696c86a022d]

        loplugin:vclwidgets
        
        Change-Id: I8671f8540da2e86eedb4cdc7a248ebb1d6caa376

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [79dafc7af0189935f81544dc8300b730b98db88f]

        loplugin:simplifybool
        
        Change-Id: Id079a6cc2841f42b0dc10ed2be596cc8f7db4e25

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [53bf91d66e28b636af468fe0c4b00738436732b3]

        loplugin:passstuffbyref
        
        Change-Id: I37c254bd1fdb3cfb05d513f87fa4f4a468466bb0

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [5e090212b1a33a9ff2b1d0fd65909dad2f87758a]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I5f7ab4c7eb106fc7bc0d93abc78ab9168c6867a6

2015-07-16  Michael Meeks  <michael.meeks@collabora.com>  [9e2e8bb5e6c5a7df376f6ada90703f59c95f19d6]

        tdf#92706 - avoid dbaccess wizard crash.
        
        Hold a VclPtr on the window, make reset cleaner, and don't crash
        removing listeners from disposed windows.
        
        Change-Id: I3efb71117fc45562d5c740578f5e33dabb2684fe
        Reviewed-on: https://gerrit.libreoffice.org/17037
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [b3ade2609d3ddde225eddb10cbcb477729baba7c]

        loplugin:cstylecast
        
        Change-Id: I365b43f0327219f5ccd74984ec907088a8769785

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [c6d73d24a7092512cbc60c255d0f20e7f9f29cf3]

        -Werror,-Wunused-private-field
        
        Change-Id: I14e28c966a0d792eeaff9012616bd83de87f2abd

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [f1fbd6af4f796c53667fbf56b8b5e5dcbcabe45f]

        loplugin:stringconstant
        
        Change-Id: Ifd9517672252cdbf4957cd23dbd9177aed8631da

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [21b8cb7ff4907c6ff4d79d892d10feec7557ed34]

        loplugin:loopvartoosmall
        
        Change-Id: Ia314ea7e924b2096c121d9cfda2c64e6d523a987

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [97a3ea0a2d9194003d67fb3f6bb6f1a5c145440b]

        loplugin:saloverride
        
        Change-Id: Ia3f3fbc7a0cd936b9cb6e89a15dd08fb4b73332e

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [109ca5b630018dad9ad4001724abd410886974cd]

        loplugin:loopvartoosmall
        
        Change-Id: Iaeb3e12f9e83328c9ffd4718e7907bd7c7a39910

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [a9c4476cbb1babdc45695601e92e98ca5ac072a2]

        loplugin:saloverride
        
        Change-Id: Id6e434c0261dbba88b1ec1b98534e4f63db6dcda

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [ef6d7c50e05e09fc33f50a876e709a7587df4ff0]

        loplugin:passstuffbyref
        
        Change-Id: Iddd06dcc2bf4744ae9d70b54e4c58a9a468c1461

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [b65c6c84a231340d45b8fb3029d9cc3d65f9bd42]

        loplugin:passstuffbyref
        
        Change-Id: I61656dc160a716ddd2cdec2a630e6868703f4428

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [e373d3cd63dc0728aed0c16782a49754658e5e72]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ic26b03153d856f460a2e6c90b64a670541ec5af0

2015-07-16  Stephan Bergmann  <sbergman@redhat.com>  [f013178f078d2670b5d7d677ab17edd115de53d7]

        Remove unused SfxViewEventHint
        
        Change-Id: I42200260b98f90978d2c214fd9ea77376ab8cd8d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c09512c30bdaede606547a246d755cda0154cf33]

        question about overwriting the file only in the save mode
        
        Change-Id: Iabb3bc12a8efae65a1c3d221a31c2214de8f6c90

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [84e8159ada9a63ac4fd690406e4295860912ebea]

        FilePickerLastService as a string, not string-list 2
        
        Change-Id: If100617ef968fde94178528327135e15f64c1542

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [f587314d8d03cc6ac6e112955b401f098e231223]

        FilePickerLastService as a string, not string-list
        
        Change-Id: I7c379e797250be2f61791f5f3260d23ad24d26b3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [84d266fa838a3df1cedbcde5ab98c8a8b23f6b48]

        RemoteFilesDialog: remember last used service
        
        Change-Id: I494b1d43d28d8e6c37ce9d391b37580be6a9be31

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [871d770378809d49c49369faf7fd2ebfe9dc3881]

        Separators between services types
        
        Change-Id: Ibd26abdb83b86256197311bc7a120b4b025ae814

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [289eb8a70d8be87e9768f48d3d28cf4f0d47709a]

        removed comment
        
        Change-Id: Ia74226be5f7d0776d60f04945c23a5b94cdc11b6

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [2239b486bffaeffafc24ed1b135aa70f3cdd8b1a]

        RemoteFilesDialog moved to fpicker
        
        Change-Id: I8e978d40ee022d15f482aec4567c3171b75b9720

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1abade4f92a6d1c70ab3e333770e1cb242f29063]

        moved the FolderTree class
        
        Change-Id: I3231b32d3e3ade7dc3b366f03d6e189f5bc4d431

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1c25093f8abf518e9983b9d23f6f3964001a1aac]

        tree settings moved inside class
        
        Change-Id: I1cf0eb30f143e311a6a8c731f6dcc8e7ad7e4e5d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1ccb11bc32265ce9916ca594adae727c685d0b32]

        don't expand last url level in the tree
        
        Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [353a8cf59c5cc76444dd0692f0ab7c7f66f45493]

        Open/Save button should be the default button
        
        Change-Id: If2dc98beaff9cefcaf87be8773077524e2f5cb90

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [35e3defe9ab17494fa1f240e46fc2bd9bc043c1c]

        Container should be disposed before childs
        
        Change-Id: Ia6feb9c57ce574236e4763c61484fb5a14e55ff4

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [0207ef8930cf047d8e1894e12148addbf27e70f1]

        If user cancels authorization, don't show login dialog again
        
        Change-Id: I4b110c041f1b8908fdfeeec3b4544f8607f23ddb

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [bfbfdc95c68a6ba985daa174b8c30c28c89f9853]

        PlaceEditDialog: only one error after failed auth
        
        Change-Id: I215de03282b3692ebfdc6a7a0e9fd02ecc04f722

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [331c1633b49f6c2110fb249709c9430a4f2efd89]

        Check if OK button should be enabled after changing service type
        
        Change-Id: I64ce981846f4107c8f38e413f1e6eb9e5616ef87

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [d58582a6ce0b85fd6cf699d3c935fe4c7257c5b4]

        Add prefix to the name after editing service
        
        Change-Id: Icca2436e5a3782829971bf9e672bbddab81cc97f

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e211999cdf2e54bf15670a89607622737e4acf44]

        PlaceEditDialog: Remember the repository id if wasn't changed
        
        Change-Id: Ib5e63bec0b6b3c2d7d0dc2c114656737979ef6d0

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c7079800dd584ca1d3bd34a6e3fe6bb5402cb31e]

        RemoteFilesDialog: safe doubleclick on file view
        
        Change-Id: I651c8274dfb2776e63c32f0b45d9daf57e5970c6

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [31664660b2e1b3fec79ef7ae259be0d2e0e34861]

        RemoteFilesDialog: auto file extension in the save mode
        
        Change-Id: I7b1dd5cc330de0c1ad713d68d93e7d12375033c6

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [16ba8ede0af90516c9293b76f2f3a534e944b832]

        RemoteFilesDialog: fixes needed for saving documents
        
        Change-Id: I3134f82d81ed2c2de7d6197fbec5610b53814e1e

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [2a6cec2caae7a04f9dc16d05aa2402536678c4c1]

        Default focus on filename field after selecting service
        
        Change-Id: I1c1d2855925b3d04b18a0401156b0a8c6e38d8dd

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1fbe4809e07d9ef3b38116368012451ca773e16c]

        RemoteFilesDialog: enable controls in one place
        
        Change-Id: I21aab300a71c96308bc335ea4ac641f02ec2a4fc

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [37928c2a5e7dce68f2027b1a6a47d85f2dc0d533]

        RemoteFilesDialog: enable OK button when file name isn't empty
        
        Change-Id: Idf84d4d46a72c3fb339e28c1f3923cd2f0f3c12d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [6f694a6d3b64c9792ef99846b445e38d5be59ee5]

        RemoteFilesDialog: set default filename in the save mode
        
        Change-Id: I4739c101ac6b57e5c17e912515b1c8bccce33b68

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c98402270676c3adb232f9c795540b33179f1cc6]

        RemoteFilesDialog: handled save button
        
        Change-Id: Iec9129eac618d21370b8e5ecb331eb9518ecf082

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [a26defa1e54c9a5016948b4a987f47530a311647]

        removed warning: 'Unknown item detected'
        
        Change-Id: I36b2faca9205aba870aa993214d0c062ae4f83d9

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [d9fcfef9981a48ddd4472df71fc469884a426baa]

        SaveAsRemote: corresponding dialog type
        
        Change-Id: I5face9064bafc3c99b9a7af7809bd40a105b11bd

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [548313840238eb3dcbdeb2bcfeec3fbdd9c293f7]

        Working toolbar entry: Save As > Remote file
        
        Change-Id: I5601c7847f30a7d5fb7ede5f90b2a6a89f4c8693

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [92f32585708a251526492f1eb576744bee8d5a5f]

        'Save As' popup menu in the Calc's toolbar
        
        Change-Id: I5e7d5594062bb722b1076450c1e6e633183279b3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [ce722af0cce170a2aac3a5e01cd66e6c24fba63c]

        'Save As' popup menu in the Writer's toolbar
        
        Change-Id: I1b1cb7fcd2ae0e0f50e4d8e3900bc416435e60bf

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1ceb7bc53b347deb93e7cca415b90e71057cfac5]

        open remote button in sc toolbar
        
        Change-Id: I3ad382e246cf16270bc78d57726107fe72b0fac3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [32088cd00df1ca5c0a939fe707b55361c77a7f97]

        open remote button in sw standard toolbar
        
        Change-Id: I7e702da5d4ecc8c32d91e86bd209ec4b7d4f4431

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [0cfec3d3bd77d9f19d0dc74ff2516a2460a3ea89]

        open remote entry in the open drop down menu
        
        Change-Id: Idebc8a926c6653c476c2507606d4a89b22e2eaaf

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e80181ee32806ebae56f0e64690f219b76bf5560]

        RemoteFilesDialog: check if file/path exists
        
        Change-Id: I72bcb9f14d4515e7a48d2330bf9757b7a7ca1438

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e99d4307ef64894baacda8512244c3ba1627e14d]

        RemoteFilesDialog: handlers for file name editing
        
        Change-Id: I623beb2c9d8e4ed81a9c492a046bfffbd317cff6

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1f47d8ad5d1af00af0370842494fda07ec861519]

        Implemented GetPathList method, opening of the multiple files
        
        Change-Id: I79eb5178dc9b740e6ebaa9e8069fc2a144d4627d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [df30ae59836ec223671b0a9dc88757e6563bbbc2]

        RemoteFilesDialog: blacklist
        
        Change-Id: Ia8e87bdf4a5540a25dd1399090edfbf3af63a6da

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c2cc38e75551d773652bd41595fcbe524f9ce79b]

        SvtFileDialog_Base in new file
        
        Change-Id: I42189e9ca1c645104f8f5da381cbbb2098c8a0c2

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [298272f9dc154936e3bb813519903d12d35b2af9]

        tdf#84190 : when auth fails, don't remember passwords for cmis
        
        Change-Id: Ia1e0d553556693e0efa6de0bfc6f8b0ae9d40b5d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [51b316c80fe2ec7b4f01b56714358541ac1205fd]

        access to the first entry of services listbox
        
        Change-Id: I1bd3fc13fd8258d27d0900b853e751af6eb9ef38

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [0aae2a8702e1a68b79bd25d4d6e4b08b1eb1b69f]

        RemoteFilesDialog: methods implementations
        
        Change-Id: I3938a17fe180273ec9845720290b1503d15bfcc3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [fb156b90abcbf2b1eb35f78286ae4ccb0af33dbf]

        PlaceEditDialog: resolved a crash
        
        Change-Id: Id20ca57819fd3af80b407678f6d176a804399ce5

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [d309823debb36e41a650f706e040841aade1dd40]

        RemoteFilesDialog: StandardDir getter and setter
        
        Change-Id: Idf6cfc274c827064eacbda072e618562ecdd11c8

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [cebe8132f92bd3a0b49352bf0a957067fad3ee12]

        RemoteFilesDialog: some implementations of methods
        
        Change-Id: Iafc9d0f56598bed8a3c1ed86a807dc035c1525b7

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [edfc901e5bd361a185ac6b558aafbdbbe6d4f656]

        removed redundant include
        
        Change-Id: I7385b03f59a23345439561eed996db2afacbd972

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [34b2aa7f2bc70cae902e3beaa8a467ab6a1e5ad3]

        added RemoteFilesDialog support in FileDialogHelper_Impl
        
        Change-Id: Ic4854841deeebeccd31cd1b78680755cd97fdfbb

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [86859c115c9d8ff1b46f6fef4fdc0fc30a4a766f]

        FilePicker interface for RemoteFilesDialog
        
        Change-Id: I797d3fcf62bb858713d1e8af10e82f9c095bcf2b

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [0b2ec9b1b32eac9d99c4ea7aa9401168a8cd5da2]

        PlaceEditDialog: temporary error box (showing when auth failed)
        
        Change-Id: I614c62df60e4da4f6bb36438cbd3360484cd518c

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [3daae54d268d8770508f61cd7545f96a9df1ce49]

        PlaceEditDialog: Encode username
        
        Change-Id: Iaedb63df57196ee291f29976f611075289a5255a

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [ce1bf99e08a2ba0aad6ccbf3d64c4d8b626530c8]

        RemoteFilesDialog: opening files using double click
        
        Change-Id: Ieea2d757525679b9686629f2d8e75e71cccbf2e0

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [0d9ce24f6ca57b19ac224daeb8a15123f026f694]

        open only if RET_OK
        
        Change-Id: Ib9a62d2540ed2d6fad6efedd1fba59bfa4eb635b

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [6f88c8933434043d5627adea0c73e72dcf5aafd2]

        RemoteFilesDialog: consistent code in the whole file
        
        Change-Id: I994d07e631b7c8c1efdeca351754c5b3e3997bb4

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [b08c8113330b5e614df718ac38369806b4ffef94]

        Added a subclass of SvTreeView, tree's code moved to it
        
        Change-Id: Ide6ea470ac198e02e42f8cd07aff72005e2f78e9

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [95a0a1013336312b90dab2c364f1953948cfb509]

        RemoteFilesDialog: correct count of array elements
        
        Change-Id: Ia1744324045a9d5e4f6c8cf8b22ed6a99e629731

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [7a77b45830225de507593f5d60b103098132ff0b]

        OK button handler & opening the files (very basic)
        
        Change-Id: I14ea89b118fdd5d97cb162523b55ca61cee0c97a

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [3c0766319f9820f583f193c665c0ebc49b358646]

        RemoteFilesDialog: the path getter
        
        Change-Id: I63a72f3629ab0bf8fb616b44deaa8b37545bd964

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [053e92e8e6841a5636e533c8c37f483ee5d679b2]

        RemoteFilesDialog: showing of the filename depends on the dialog's type
        
        Change-Id: I753beb28d07a5cc74634d5fa2cd9a78c8711628f

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [df53b39d7fd257ea02b161a91e468b683ea4d11a]

        RemoteFilesDialog: decode file name
        
        Change-Id: I0ab4e7778f7b7f085b02cef3c4504882aa414b15

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e901bff773a12ceace2f64b6e1aff227eb181b35]

        RemoteFilesDialog: SvTreeListBox shows the current path
        
        Change-Id: Ib8873fe7f97dd1b46752fc2dee433be72621a93e

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [bd81a6309cf15bbc4ed18c1feeefe35617a8762b]

        Breadcrumb: accessibility, TABSTOP
        
        Change-Id: I97c4ba80697ff57fbbf6f41cdc9204703aaf86e5

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [a9cf2cd5013a96ad1925cc9a1c56fc56b161ac8e]

        RemoteFilesDialog: CMIS subtypes
        
        Change-Id: Id67d2982aec65533b511eae44f439fdc4f7fa251

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1c79b6b2fb74d85a53a0724c6eddb7ff6b44943b]

        RemoteFilesDialog: service type before the name
        
        Change-Id: If89178e13abe7aaae06f03eb3bdd96f4d37d73db

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [4d39eeaf632b4840ea2998aaba94e5448402536e]

        RemoteFilesDialog: accessibility, TABSTOP
        
        Change-Id: I72ab457d557fdee04115f4c8f78f6d908fb56254

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [9f369309142cc8b769cf9a361fddbb453795a846]

        PlaceEditDialog: user name filled in the auth message box
        
        Change-Id: I85f0e3fdb91c2494797ef63a85579b3f0fc7ed6e

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [bc564e4675301eb85a02d000f23827a7948f35ac]

        The proper order of services in listbox
        
        Change-Id: Iacc1a53819e3865e23d6cb2ad241d578f30832a9

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [cb9c80cf695bcbcdfc8647e2dc8853cba0579832]

        add service only if login was successful
        
        Change-Id: I0f326c3a7cc7cd8bd6d9c98b5ff2893ac47814ae

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [fb67496f857719d56ebac7b0247b50cae786f3da]

        select the default repository (GDrive, OneDrive, Alfresco Cloud)
        
        Change-Id: I436512807ba4d83aeb767585cd27d4df2c1bfb61

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c4ab27c5eba8732927b76f66e91f8978e5b3b65e]

        hiding the fragments of the long paths
        
        Change-Id: Iebdf4fbbb0371fbaedaacb500623586fa70865e3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [19c74d1fdf5a86717265aefae3617a01750f1074]

        added a new mode of showing path in the breadcrumb
        
        Change-Id: I0819f2346ee3412d044c2d6c7d3bbc2dd9231ed5

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [9d552ef119ab83d1b8f9ebf9655d8b4188e5f792]

        the breadcrumb class moved to the new file
        
        Change-Id: I283080522090766682b1d6c7911466898b11758a

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [795b14d1a4aed8725ccea4d3ddf3cc90c9e5807d]

        sorting the folder tree view content
        
        Change-Id: I1bfd107b1549cd40864ae5c5bd6c08797f67a845

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [fd7e9765a0ad73a58be0cc519930ef25617d81bb]

        removed unnecessary 'if'
        
        Change-Id: I0efe7e59a4402e856c645fbfb55c3c7696c7656e

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [ad994d007c9400302c263a3ae511685fdec7c4ba]

        breadcrumb: hide final separator, current dir should be inactive
        
        Change-Id: If7889b0b95af1d34aa4298cf8ffab0b9164309d2

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [ccde5fabeb9a0b9dc15873abb5d788afc1625bbe]

        dynamically created labels in the breadcrumb
        
        Change-Id: Icef0cf686f49a2ba38c39664943f77d20120e44a

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [b85599fa01c8ed3a0afcc8eed110cc254c3eeb30]

        service name as root in the breadcrumb
        
        Change-Id: I6707f332bdca7064d24f4920ecb0f3206dd68868

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [d31dfe4eeff72cff63eae839f1c10815cbe2fc2a]

        the base of breadcrumb widget
        
        Change-Id: I6775b43c270faa7158ffb2a3a9ae0f19700ddef3

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e008065036e344c2e402768d798b297251072fb9]

        TreeView filling
        
        Change-Id: I24963a23d1821fafecff5025dcacde255c5244f6

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [9464775a9f4a9368069d928a915bb91c2c447413]

        filter select handler
        
        Change-Id: Iec362f7cf6540a5f312a9fdb4898c94433f68a9d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [e881504669930cdce875b33b80ecff0e17061827]

        empty TreeListBox & splitter
        
        Change-Id: I948b62bade41b7b7998d0e22c10c1169d78ec506

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [a736dc21c53513fd7b90c217a5271316a8351407]

        added fields for name and filters
        
        Change-Id: I758bb4e1009c44aad7f4f5d3d0e07939b9962ce5

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c9934f5b46922bd10406ec7e7687c87ed7153680]

        new dialog type flags, resizable fileView
        
        Change-Id: I1052b5edef3fa35678bcf2a6a4ac58090fd9e507

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [168f21e42620be24daa07cad3ee2c5535c0c527f]

        added SvtFileView, basic loading of the root directory
        
        Change-Id: I54a4aa3a2c68b4dbbc54a68469ea6fe41e361864

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [5c117650072b0cd53d3a2233812fa0961bba1327]

        hide the type listbox while editing
        
        Change-Id: I41264f37208e19e862c2f78930deaf5c8b68d840

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [4f354a2e1fcbfa960b848f94f4b5dc652e451a6c]

        services reordering, changed PlaceEditDialog UI
        
        Change-Id: I261986286f036816b9b6f05d521c560b0247791d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1cf19ed4103fc1a700fc6c40e17fb7323c3f631d]

        remember the binding URL when editing CMIS connection
        
        Change-Id: I0ec7d84e7fd43cc8d67145b7ae99ae13b182bb26

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [bf69ca305be4ab814279e3a12c1dad230ae12f82]

        CMIS types moved level up to the service type listbox
        
        Change-Id: I8177669e74a452c6022f17ff84b9bfe2c1dddfb7

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [76450dfd7a01fc37a841a24b9650a2da59477a5d]

        added the delete service option
        
        Change-Id: I81ddfbf3e0d856b3263d005d283279ebb58f1ffc

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [1c77ce4ed61f20d9cf419c19aeb916211f39ad29]

        added dispose method, which saves data only when were modified
        
        Change-Id: I791fe3aadc7ef21e105f62fcc1fb24e88d8dfe66

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [05748c000fcbd40bb2f9623e6ec1ff232bb1a7a5]

        loop break
        
        Change-Id: I8bebd2a21e14f1f012ff52b600babef6289fb52d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [9bb984661e8059fa0ba1110e2c4de894b3e54d2e]

        added services edit menu entry
        
        Change-Id: Ic73e3d632296d61d1cdb5abdb54d9a74d841570d

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [c1fc5b8a5d265fb8fa22abdfec5f060073f5f4df]

        filter places and add only remote services
        
        Change-Id: If4ced3f6766f07dfb454a5c8056a98d8365dcf70

2015-07-16  Szymon Kłos  <eszkadev@gmail.com>  [87297284782adbf1fcb73663ad2d2a38b5ae1872]

        RemoteFilesDialog
        
        Change-Id: I296ce6233287dac5447462faa4b7404c25297f8b

2015-07-16  Noel Grandin  <noel@peralex.com>  [ee79541aa892ff218e1dc3f869a3ac11b6f296ba]

        loplugin:unusedmethods svgio
        
        Change-Id: I0dd601429b70dc09780e31079a6f7c0570652fe9
        Reviewed-on: https://gerrit.libreoffice.org/17114
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Caolán McNamara  <caolanm@redhat.com>  [91f41ac71a773e2016f2f53e08e85c5fc065999d]

        WaE: -Wmaybe-uninitialized
        
        Change-Id: Ie49c6a8067c5223bbe3c86505aa909c2bd5d3c93

2015-07-16  Noel Grandin  <noel@peralex.com>  [3209d1a5fc7f1711bf4fb42e57ab300082ba51e8]

        loplugin:redundantcast
        
        Change-Id: Ifafd45865c93d474510bd0557bb9ab3843b7dbb7

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1663b86ae68e023df98e9b204234170eef33825]

        handle legend position combobox correctly
        
        Change-Id: Ic19e8cd20d739761975db2b00cb92fd27f8ac4be

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ce5cfff0af69bfff7512b806e0e5a39ab1566f8]

        enable the chart sidebar again
        
        Change-Id: I0ad9d962436562aa1026c50e5ec16f844f889eef

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4be80459e55f80816ecea2c7d8f24aea7660d0c9]

        adapt to UX discussion
        
        Change-Id: I6a7ba1f13cddf20b2751f2ee113427db43978cfa

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a40526eb9523e4c4286677bfc3458e8c3c6ef2de]

        adapt code to last round of discussions
        
        Change-Id: Id0d2bae2a232f80ebe46cb55602c15c57b074e87

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6503c1c9c4fa0c0f07b1890668dab5799187053b]

        handle change to grid line checkboxes
        
        Change-Id: Ib39dc1669dfefe82eaefff1608de4fe1d4ef5832

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [374d3fbf89830a8ee8f4e2e3a802aa408b15afe4]

        handle changes to legend checkbox
        
        Change-Id: I3901ce4f7664eb7b8eca50014f5916fd6ccb0854

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [234ac0e3e8a0c6e791f6fa2f9f947979bd6f7c6f]

        also react to title checkboxes
        
        This needs to improved when tdf#92768 has been implemented. Also we need
        to rethink the default strings.
        
        Change-Id: I74b9bdf0caeaf314f103aa7b13dad3215e828423

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [209f0824338e7e1882373116d052d1a701fac6e6]

        disable Z axis boxes for non-3D charts
        
        Change-Id: I0a651dbed939be572e06e3389fa024cafc214854

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c296eec2927cb2eb5959f6de0ceee66cc4295e83]

        react to changing the checkboxes: axis
        
        Change-Id: Ic1296b9035dce00837b8e8d24cc63e1d9bda0b88

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d380dbbc2bad8d370550d7f985379502e84fd2e3]

        wire axis visiblity
        
        Change-Id: Ide5fe06f7ba6f477fd1bdf5f408915a023319675

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c03d781e35a015035bf73ff64620f36f27672e87]

        sidebar needs to listen to chart modifications
        
        Change-Id: I3dd0ae1c1c7fe14ee08571e96b1804d5d9972e2c

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49d2400f8d315e0cb102915ef0375c0c6b6d3459]

        remove my accidently committed debug messages
        
        Change-Id: Ia890837520b57291ae119de30dc7586b65e30b81

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20f0c633c95c963ccf14be986390ef28137b608f]

        remove unused member variables
        
        Change-Id: I2db9b587eea0569df5225171244cee545d6155df

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8630982a90c1e6d8de702534bc3d763ed8763f98]

        wire gridlines in chart elements panel
        
        Change-Id: Ibf1e863d6cc469f0fcc42e0a6077cfa104b16ba1

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6dbb9564f92a2dce9f632b69834a534bd5f65bdf]

        wire title and legend checkboxes
        
        Change-Id: I4c6d5e213f44588cf2d53d9c12ed8033307fd863

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d0696a34938cc331a3235e25be66066251239c8]

        we need access to the chart model in the chart sidebar
        
        Change-Id: I607b5ada047f84cd7a229640772a332702f93f1e

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [faed29cac93f8176bb937e6a8b437d6450b7a884]

        for now show chart sidebar
        
        This is a hack that needs to be cleaned up later.
        
        Change-Id: I2772fe6ff8a4792d746a29653635d3eca4088e68

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ecd67b7ed9f69553ea3f4532ddea0e7828a55be]

        fix indentation
        
        Change-Id: I4bceb79ed4adda085727dfcee1ba3573811e53b3

2015-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2b218468f93c7f46c4e878842cd67fd6f683f7e]

        fix indentation
        
        Change-Id: Ifda010d2a8f51c6981cac889bfaa1edaacd22df2

2015-07-16  Noel Grandin  <noel@peralex.com>  [b7f9a397fbf8459d166d7bb961d5d8c2c87a0868]

        loplugin:unusedmethods sfx2(part2)
        
        Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc
        Reviewed-on: https://gerrit.libreoffice.org/17075
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Noel Grandin  <noel@peralex.com>  [4ca2cf1b7e57c823e911bcbae0c87102a7c9851e]

        loplugin:unusedmethods sfx2
        
        Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62
        Reviewed-on: https://gerrit.libreoffice.org/17069
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-16  Matthew J. Francis  <mjay.francis@gmail.com>  [80cbfb75026f4673b14237650302c3da1cc5ab13]

        Translate German comments
        
        Change-Id: I1d1c66fb2c62a3c6e0c65c2b89efcd8bfd2b87cd

2015-07-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [ec243f43411290bb7f56176e29cb92929dab2953]

        Revert "tools: replace boost::ptr_vector with std::unordered_map"
        
        This reverts commit 218be53fe00aebed43df0b041de609b30f99ce95.
        MacOSX breaker

2015-07-16  László Németh  <laszlo.nemeth@collabora.com>  [578969c51cb7b012fb522d4296c8069a611de29d]

        add localized Emoji short names
        
        Change-Id: I023dc4200f93f61cb58f96931a8073ad3838d3d9

2015-07-15  danlrobertson  <danlrobertson89@gmail.com>  [5a61d7f049a81d6e747d9d097f364ae45f58697b]

        tdf#92459 replace unary_function in forms
        
        Remove all instances of classes that are derived from the now
        depreciated unary_function and binary_function with lambda expressions.
        
        Change-Id: Iab662159b8b8554e10dfe6886ee803da78a937ed
        Reviewed-on: https://gerrit.libreoffice.org/16631
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-15  Joren De Cuyper  <jorendc@libreoffice.org>  [d151ed35ad4c4e7aa9fbb807930fcf91dea2eba7]

        tdf#87539 map MSO washout filter to LO's watermark colormode
        
        Change-Id: Id28e301a74a729245b20ba6cd2adecf203633f0e
        Reviewed-on: https://gerrit.libreoffice.org/16048
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-15  Noel Grandin  <noel@peralex.com>  [e51fa143587d018b75db08e60cf27ff932b1cf8d]

        create a macro to tidy up the declaration sites of o3tl::typed_flags_set
        
        Change-Id: Ifb8fd4fd5128188420f1dfda6b6f695160d5e77a
        Reviewed-on: https://gerrit.libreoffice.org/15865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-15  Justin Luth  <justin_luth@sil.org>  [e1b123896d5b0a96c2959b6b6768c7cffabafd4f]

        tdf#87437 exclude CR/cell break from redline deletions
        
        The marker used in Word to identify table cell division was being
        included in the track-changes deletion from the following cell if
        the deletion was the first node in the cell.  This would cause the
        two table cells to merge into one when changes were accepted by
        Word.  (Problem not seen in LibreOffice itself.)
        
        Change-Id: Ia98017cbba7d3a43b67764ae0fa6447b7e90ca86
        Reviewed-on: https://gerrit.libreoffice.org/15340
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-15  Mike Kaganski  <mikekaganski@hotmail.com>  [7ef02ac0ad217240c9adc6279f54342a066182aa]

        tdf#89007: Fix ShouldRowKeepWithNext condition
        
        KeepWithNext shouldn't be applied to nested tables
        
        Change-Id: I6df002ae7b00afa0fcf82aab584f85d9a47315eb
        Reviewed-on: https://gerrit.libreoffice.org/15794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-16  Michael Stahl  <mstahl@redhat.com>  [7068b56ba93470c9329e2537fa24b1b1a11487fa]

        vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>
        
        Change-Id: I11bd73ff134895d05c7ce054b5ef26829a3bf8c3

2015-07-16  Michael Stahl  <mstahl@redhat.com>  [218be53fe00aebed43df0b041de609b30f99ce95]

        tools: replace boost::ptr_vector with std::unordered_map
        
        Change-Id: I530c5f95dda9aa80654e3a2a20a2e236221e7305

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [5c8325325868753d2891556400c91651bce58402]

        don't hang if at end of stream
        
        Change-Id: I497a30041ec667237c2aa64963dcefb67753e87c

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [8547c336b3253d90daae1c79a2b1a57996a39102]

        WaE: C2220
        
        Change-Id: Ibf9fa7ffc3beb237a470952c265fb1bce313a08a

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [1a3eedccd3f2c207b274e589c509975d3859f8f8]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ia86c6a2ce6c1f2501d0b18181966b61d9ef78746

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [dc71a72753202d29544845cfd58992bac63c6837]

        bump size type
        
        Change-Id: I2c32c253499a3efb22a3312ed1f0a608649ce124

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [89857aacac98f0f8e5dca4718affec493951f904]

        tools polygons limited to 16bit indexes
        
        Change-Id: Ib0f727a3681492c15b807ca159d8bf7675ee8f29

2015-07-15  Michael Meeks  <michael.meeks@collabora.com>  [e1d78e123b74d37f95b4075b93202b023b4320e9]

        tdf#92764 - make configmgr write less noisy.
        
        Re-factor the TempFile abstraction and add a trivial OStringBuffer to
        avoid emitting so many system calls - for writing small fragments of
        configuration XML.
        
        Change-Id: Ifbf5982ddb44845b2316087cafab4175a40e03cc

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [d6790de07ff225f9e5b58152d01719e5fbe9e6cd]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id438b987f72ae57bd4fa882e01fba17d3fa5b95b

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [15dfcb7f461893f83abcf28bfe01a4164209a160]

        don't hang with 0 len causing no progression
        
        Change-Id: Ie553dab291c7bfbde033d89b84159aff6b42a160

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [b8637e67d6d39e47d22cfce496000288f0dc58d8]

        avoid hang in short pbm
        
        Change-Id: I9b7f0832a4dc231e1e8f963858c155e3cd392667

2015-07-15  Lionel Elie Mamane  <lionel@mamane.lu>  [7ba160cecf7068b292cc12c30564fbbda3e55a70]

        Remove harmful ill-timed CellController disable on mouse button down
        
        This disable will be done, in a better way, by the call to
        BrowseBox::MouseButtonDown below, *after* the destination of the mouse
        click has grabbed the focus, by a call to DeactivateCell().
        
        If this is done here, while the "source" controller still has the
        focus, then the window's Disable() method will try to pass the focus
        the the "next control". However, the "next" control may belong to
        another form, and this will do a (premature!) save to the database of
        the modifications. This may lead to a database error, when the data is
        not in a shape to be written to the database, e.g. when on an
        insertion row and not all mandatory fields have been filled in.
        This then pops up an error message to the user.
        
        Change-Id: I38b1850319691b34232e51f131f8d099dc4a9114

2015-07-15  Michael Stahl  <mstahl@redhat.com>  [bcb1f81668d9b6a6d807ae32d60ccfce0b36ceb5]

        svx, sd, sw: GetPoolDefaultItem() can actually return nullptr
        
        ...if you call ResetPoolDefaultItem() first. Crash found by Varun Dhall.
        
        Change-Id: I409484c172fb5843270aee2425844076a008b4df

2015-07-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9fb8b3968670645b257982773ece9d9413f404c6]

        xmloff: ODF import: fix spelling of "extrusion-first-light-level"
        
        The attribute is not imported currently due to the typo, but is exported
        with the correct spelling from shapeexport.cxx:4377 with
        XML_EXTRUSION_FIRST_LIGHT_LEVEL.
        
        Change-Id: I83d77e7eabbbc961fa4f7faf8e20b47601ba071b
        Reviewed-on: https://gerrit.libreoffice.org/16641
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-15  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [76772c8016f22eebaee94b190152461a5772405b]

        cmis: allow http authentication even when password is empty
        
        Test environment for CMIS server using Apache Chemistry and by
        default it has just username without password for authentication.
        But libcmis uses authentication only if both username and password
        are given.
        
        Corresponding patch is already applied to libcmis master.
        
        Using default patch level 1 for libcmis patches, updated existing patches.
        
        Change-Id: Id77b59324002e47258b6315d7383496fa1e9c6ae
        Reviewed-on: https://gerrit.libreoffice.org/17070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-15  Michael Stahl  <mstahl@redhat.com>  [fdd391f54e63f5aa4021c5e4156bd29d183b316a]

        xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bug
        
        Change-Id: I0f62101b7bc9de2281ade3eaaa0a38b16f4ccede

2015-07-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [0789a1f8d62c2d9859f41473459252e706426c3a]

        Make SvxFillAttrBox available outside svx too
        
        Change-Id: I44a4d59cdccaa3bc42e14ca95984f7334e269ea8

2015-07-15  Stephan Bergmann  <sbergman@redhat.com>  [6de7d32df11efe35a3bb6b242ae6197f977af67a]

        -Werror,-Wunused-private-field
        
        Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b

2015-07-15  Michael Stahl  <mstahl@redhat.com>  [f466347a5a054c1705a0a3a453e825f16a01a85d]

        sw: remove unused SwUnoTableCrsr::Clone()
        
        Change-Id: Ic41c9fb96bf0d3dc429f1de18b8ce93c50885827

2015-07-15  Noel Grandin  <noel@peralex.com>  [a111044babf3ee929baf548b7ad29df0a419293b]

        loplugin:unusedmethods linguistic
        
        Change-Id: I0a2aac4965c444dbd868515549dcc9b1571166cb
        Reviewed-on: https://gerrit.libreoffice.org/17067
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [d1046e7c3f66e5f3384ee1ef534ef28346702fc6]

        Resolves: tdf#63955 clip 19km long line to some sane limit
        
        Change-Id: If9757a5fa2bb93b56b9cf9f566972f687a4a3a45
        Reviewed-on: https://gerrit.libreoffice.org/17036
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [536051f8862203e0e115a5394a6379acd83cc8fe]

        fix Windows build
        
        after commit 22b094f5d8e1e82375b135abd3a6f99a9a555244
        "loplugin:unusedmethods basic"
        
        Change-Id: I7586d2487e47731db93335c3d9969626bf2eb6ab

2015-07-15  Tor Lillqvist  <tml@collabora.com>  [dffb58131f06fbe1aaeaa7b0d3ebe049d8384593]

        WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0
        
        Change-Id: I8fec50dcd380fd6bb77672a898c107483298c027

2015-07-15  Julien Nabet  <serval2412@yahoo.fr>  [5325c5b2bd8bae328f57bfda4f1e242b5133c79d]

        getFiles refactoring: kde4 part
        
        before:
        getFiles retrieves all files with their url
        getSelectedFiles just returns getFiles result
        
        after:
        getSelectedFiles retrieves all files with their url
        getFiles uses getSelectedFiles and truncates to 1 entry if necessary
        
        See http://nabble.documentfoundation.org/Dev-f1639786.html for discussion
        
        Conflicts:
        	vcl/unx/kde4/KDE4FilePicker.cxx
        
        Change-Id: I56a0e2bc877f93e28f08d5ebaafd1826a92cef8b
        Reviewed-on: https://gerrit.libreoffice.org/17025
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [adfa89b5ffc3589b3a19a32e707a134cee232429]

        check stream state more often for failures
        
        Change-Id: Ie45d858021c3123ec21829cbf4742cf30ce46665

2015-07-15  Tor Lillqvist  <tml@collabora.com>  [23a0fe78733e6e2598f9267af0da6bf9767c3f73]

        Clarify documentation of (mis)features of osl_getExecutableFile()
        
        Change-Id: I106b14a8ce2709c11f23eb1d49924c9c5ab51b50

2015-07-15  Noel Grandin  <noel@peralex.com>  [d0090009711cd323678e44323706faf72cba6b7d]

        fix Android build
        
        I removed the method in commit
        a62129aa632c2d574a6560efc19f9de84aed1670
        "loplugin:unusedmethods xmloff"
        
        Change-Id: I0e543b4b9b572f843f68023396d9344c455c2bc1

2015-07-15  Noel Grandin  <noel@peralex.com>  [b303f274ab385887bd1e57c6a4e608c8d075b551]

        loplugin:unusedmethods drawinglayer
        
        Change-Id: If28de80a09fbc8e72df9e919cce66cf425134d4c
        Reviewed-on: https://gerrit.libreoffice.org/17062
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [269bf161e6904f33dda21e319982bfb119f24592]

        loplugin:unusedmethods framework
        
        Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6
        Reviewed-on: https://gerrit.libreoffice.org/17060
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [a62129aa632c2d574a6560efc19f9de84aed1670]

        loplugin:unusedmethods xmloff
        
        Change-Id: I9d15d8edcc6746c055336bf31e5b0c15cb971ffe
        Reviewed-on: https://gerrit.libreoffice.org/17061
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Tor Lillqvist  <tml@collabora.com>  [8474e8260ad18cf83c79bd64a63e6344b4ce24d2]

        Log the actual string, not the rtl_uString pointer value
        
        Change-Id: I51938f4801436aff31b51fd36c89582062f83b9a

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [8a60e78769ebf6fc73ddc8ed7e43991fcb30fff4]

        file format documentation states these are signed
        
        Change-Id: Iaca58dda19d24a767333ff642759414951a03e6d

2015-07-15  Caolán McNamara  <caolanm@redhat.com>  [83b3349bb94d4c48db4da8fe5f8fdb9b19e633b9]

        refactor ensuring polygon has at least a line in it
        
        just split that out into a standalone function, no logic
        change
        
        Change-Id: I061d5d716b3fc2a9fb6385e7fb249ce300752130

2015-07-15  Noel Grandin  <noel@peralex.com>  [8d5f4717064da45476ca2cb79fe1f778d346b241]

        loplugin:unusedmethods configmgr
        
        Change-Id: Ie0338860717630633752a39814057c736d1faee8
        Reviewed-on: https://gerrit.libreoffice.org/17059
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [04b472af1e1c9a3de4b8380305d2b4e8ce3a43df]

        loplugin:unusedmethods accessibility,fpicker,uui
        
        Change-Id: I106a0be06c4b9fe1313bbd8d4c62472c4b0a4b4f
        Reviewed-on: https://gerrit.libreoffice.org/17045
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [22b094f5d8e1e82375b135abd3a6f99a9a555244]

        loplugin:unusedmethods basic
        
        Change-Id: Iddfbde451088750f8c74f3ac72c35b5ccfbe0ab1
        Reviewed-on: https://gerrit.libreoffice.org/17044
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Stephan Bergmann  <sbergman@redhat.com>  [ba562acdf293e0e0ec4f747716e7fb0db848f1cb]

        Remove pointless check for well-formed sal_Bool value
        
        Change-Id: I69cd54f6fddc93f0cdf87651401fedb60aeeb1f4

2015-07-15  Ashod Nakashian  <ashodnakashian@yahoo.com>  [b0fde7a912ff3aa370496802f20895b1158b072c]

        tdf#38837 Reduce power consumption by minimizing idle timers
        
        Both the document statistics- and state-manager have their
        own modified flags. There is a cyclic dependency between the
        the two in that updating the document's statistics also marks
        the document as modified. Of course when a document is edited
        the statistics modified flag is set to trigger an update.
        
        To avoid a perpetual cycle, the statistics manager resets the
        document's modified state to that before setting the new
        statistics. However, this doesn't reset the statistics
        modified flag, which was set when the document was modified
        by setting the new statistics. Hence, the statistics thinks
        there are modifications in the document when there isn't.
        
        This patch is to make DocumentStateManager::ResetModified()
        symmetrical to DocumentStateManager::SetModified() by
        reseting the modified flag of the statistics manager.
        
        The idle CPU drops to nil on unmodified documents after this.
        However, for modified documents the statistics is recalculated
        perpetually until the document is saved. This will need a
        different patch to fix.
        
        Change-Id: Ib5936bc1acbda34fcac6a00ec46eaa31e4363885
        Reviewed-on: https://gerrit.libreoffice.org/16774
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-15  Noel Grandin  <noel@peralex.com>  [82da70787ac12ec9d5791eeac6b48535737ad5b3]

        loplugin:unusedmethods connectivity
        
        Change-Id: Ie9f3daa49b02dddc7b56d1f5fb58a229f53d4513
        Reviewed-on: https://gerrit.libreoffice.org/17043
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-15  Dennis Roczek  <dennisroczek@libreoffice.org>  [880e3af2b502ca4f5a1f34ad9d98b9a26dc091ed]

        removing additional colons from the commit msg
        
        Change-Id: Ie35ee8c392e3e8ebc4a42d20e76813c8d29d387b
        Reviewed-on: https://gerrit.libreoffice.org/17028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-15  Maxim Monastirsky  <momonasmon@gmail.com>  [a3050f632517137f809d76662170726b518f043a]

        Convert filters button to the generic controller
        
        Change-Id: I6d3c76c0aafe0ad77b597a2cb8331e6f8219e2d2

2015-07-15  Maxim Monastirsky  <momonasmon@gmail.com>  [d311b65f277cce83557dd59f95e9295bc7781cee]

        Convert optimize table button to the generic controller
        
        Change-Id: I6b9089daaa2bb7d0dfc1072296fc51401e5fc88a

2015-07-15  Maxim Monastirsky  <momonasmon@gmail.com>  [489af4ed790a233c94051d2f08e51d7c44ddba37]

        Convert insert buttons to the generic controller
        
        Change-Id: If7c6c1c5000893fca4205162526b4b4035637c11

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [dac1be92f22197c9e144ef36963547c46d12e77d]

        sfx2: remove pointless GenLink class
        
        Change-Id: I82df7b89c598c3c7903dee865f899862902a0d86

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [8fdf12f79ebcbb44bf58eaabdf7fe6c35ca87bf1]

        sfx2: an almost unnoticable tweak to comment translation
        
        Change-Id: I7089b09c4497a2fc4cf8ca13ab098c747e565721

2015-07-14  Michael Meeks  <michael.meeks@collabora.com>  [097292feab4fc3c064983e1dd08ac4bebe1fe216]

        Add HKEY_CURRENT_USER registry integration.
        
        It seems rather odd that we dump this to a file and parse again to me.
        
        Change-Id: Ia32ba9ff3e7878d40032bd7d10fba2c143d11757
        Reviewed-on: https://gerrit.libreoffice.org/17033
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-07-14  Michael Meeks  <michael.meeks@collabora.com>  [0a7375e372ee9583d31d44a7cc7b6a21e6197bf1]

        tdf#91715: lock SolarMutex from dbaui::~ODatabaseAdministrationDialog()
        
        Change-Id: I91b78ec3a19b6f09ae6e9ff723ebda41d656f2fc

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [ffafd8e7a0794b3034d6fa047ba5de95e82f84f1]

        -fsanitize=function
        
        Change-Id: I0a57d590d9e82d368b00ef11426e512ba7bc4dd4

2015-07-14  Lionel Elie Mamane  <lionel@mamane.lu>  [8c271621c8d2c1e50cfe8bf4866b9a42adf3c9d8]

        tdf#92654 a "Date" can contain a Time, so don't loose date by default
        
        also fix DATEVALUE() function that was relying on this dataloss
        
        Change-Id: I6030505a762df3ecbfe9a8331267846d3de817e8

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [e46bf197d98a199bf235c6d6820848d98854e67f]

        loplugin:salbool
        
        Change-Id: Ia8df87e2b6803ebe4ab8d3defa147d20ca8d7422

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [e8b6834e49799c887f77a952ee9e6eb90090ca9c]

        Revert "Revert "WaE: comparison of integers of different signs""
        
        This reverts commit e60f6ac2492f7780f55e0d336966d78097a4b396.
        
        The "width" field is "int" in freetype 2.4.8 and "unsigned int" in 2.5.5
        
        Change-Id: I4f7cc2bcf715890a85b956a5bf59667f634f31b5

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [75d0f7262004d93d457b4b0b499ebf0b23fcda04]

        filter: filter_utils test needs tools library
        
        Change-Id: I0de6e4598f365fda1cccd1d3466429e52cf4067f

2015-07-14  Varun  <varun.dhall@studentpartner.com>  [aea6321fbb6c533f527456ccf0d312bc4ba6777e]

        Added UNO test coverage for SwXTextSearch
        
        Change-Id: Iee933f042186326ef4d8cd5da0090348de7a1aae
        Reviewed-on: https://gerrit.libreoffice.org/17018
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [e60f6ac2492f7780f55e0d336966d78097a4b396]

        Revert "WaE: comparison of integers of different signs"
        
        This is pointless, the GCC warning was fixed in the previous commit and
        FT_Bitmap.width is of type "unsigned int" already.
        
        This reverts commit bc4a2d7ce9d4417f9d6cd58505d4ea3e959b1354.

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [e0cf60a4acfcb7788ebd145a1ddb7354b5d7d39a]

        sw: _SaveTable::CreateNew() fix invalid cast ...
        
        ... of SwTableFormat to SwTableBoxFormat for the temporary SwTableBox.
        
        Change-Id: I74118b1b028bd71561f9afe6acd1cc95991a3761

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [7132dfe7b5030ef5a27a65e5ceaeca67dac96f13]

        sw: assert _SaveTable::CreateNew() deletes everything in temp box
        
        Change-Id: Ib668bb948a2cd557db7b8804f8a81800048f88bd

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [34c211efce812d16dd414a94ca7aead8f671ae71]

        -Werror,-Wunused-private-field
        
        Change-Id: Iccb727f1aae27a27ed829c9ba09e247611710295

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [c32333aed6286b6f42f2a491759a559732d0b8b2]

        sfx2: tolerate frames without controller in GetSidebarControllerForFrame
        
        Unfortnately happens in CppunitTest_writerperfect_draw for Draw docs.
        
        Change-Id: I1317d30d71fa5975564d1060cbf8958f63b67f40

2015-07-14  Caolán McNamara  <caolanm@redhat.com>  [59197f1892777a5629bad210b9ed1071ed550570]

        use same limit in ProcessOneCode as AddToTable
        
        Change-Id: Id0345e5d867d18bf7eb341f04086226b7fa79680

2015-07-14  Julien Nabet  <serval2412@yahoo.fr>  [2f0d1a23759c1b973593bfba642d01fb3df3c269]

        tdf#92404: Web Wizard - no result / crash
        
        Fixes
        Traceback (most recent call last):
          File "/home/laci/m/bibisect/lo-linux-dbgutil-daily/opt/program/wizards/web/WWD_Events.py", line 249, in addDocument
            oLoadDocs = self.LoadDocs(self.xMSF, self.xUnoDialog, files, self)
        TypeError: __init__() missing 1 required positional argument: 'parent_'
        
        and:
        Traceback (most recent call last):
          File "/home/julien/compile-libreoffice/libreoffice/instdir/program/wizards/web/WWD_Events.py", line 252, in addDocument
            oLoadDocs.loadDocuments()
          File "/home/julien/compile-libreoffice/libreoffice/instdir/program/wizards/web/WWD_Events.py", line 934, in loadDocuments
            doc.cp_URL = FileAccess.connectURLs(files[0], self.files[i])
        NameError: global name 'files' is not defined
        
        Change-Id: I737117a6981e541f12453bb9d9b2680f5fb79142
        Reviewed-on: https://gerrit.libreoffice.org/16756
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-14  Noel Grandin  <noel@peralex.com>  [4c5498ec5ee478e27fd62bdcf9de1208c692422c]

        fix windows build
        
        Change-Id: I505b7b0e6bf86093fbed1aa7e28b710e12116e6e

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [8a1e063aa0000ff5244171f5b9164980a027b734]

        oops, forgot to add new header file
        
        Change-Id: I83ce7cb1b06ad69250aee48e9a8c1167ae7ef239

2015-07-14  Noel Grandin  <noel@peralex.com>  [06ea347b939895d3091ce747c26de58f4d4a766a]

        loplugin:unusedmethods svtools
        
        Change-Id: I04ad31055c04a247faddf4311943ca769051473c
        Reviewed-on: https://gerrit.libreoffice.org/17032
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-14  Michael Stahl  <mstahl@redhat.com>  [9be8c4f21200aeec5b334d9536b3b7a0b72c24fa]

        sfx2: remove the global SidebarController::maSidebarControllerContainer
        
        This global was crashing on exit, unsurprising as it contains UNO
        services that reference VCL objects.
        
        It turns out that there is already a UNO singleton
        framework::ContextChangeEventMultiplexer that effectively contains this
        mapping already, so try to hook that up without creating a public API of
        it, which is made quite a bit harder by framework's inexplicable
        multitude of libraries.
        
        Change-Id: I4baf67b42c630191fa8879d650eeb62520c331a5

2015-07-14  Noel Grandin  <noel@peralex.com>  [a792aa2c48490e43f7460c7418048d32dc891a62]

        loplugin:unusedmethods toolkit,package
        
        Change-Id: I83618cd2fd12fb0c1691dc7255fc7192e68649cd
        Reviewed-on: https://gerrit.libreoffice.org/17031
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [bd8e8db250f99445dc1a8baa7ffc6ddfe90fdf5b]

        Missing boost_headers
        
        Change-Id: Ie42c10d09a7b6194919e57e88022e05e4cbd7016

2015-07-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [16f9cf57e20ffbe34cb184f694f465708250a578]

        tdf#92471: Improve color conversion to MSO highlighting
        
        The simple color distance on RGB color space is not good enough.
        It leads to a better result if we use the scheme of the primary
        colors.
        This method works well with MSO highlighting color palette, but
        not neccessarily in general. In highlighting palette light and
        dark variant of the same color type (e.g. blue and light blue) has
        the exactly same scheme.
        
        Change-Id: Ied08b4c388b8020326709d01d2de290afdd9d77b

2015-07-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [70f152983f3425a77df2f65b4798417640d47b76]

        tdf#47832: Pictures on buttons, created in forms, gone after reopening form
        
        When image is set to a Button control the correspoding graphic object
        lives only temporarily, after the graphic is copied from the graphic
        object it's destroyed so save can't find it by graphic ID.
        Use the same solution which works for ImageControls: use a graphic object
        member for the control, so save can find it.
        
        Change-Id: If99a3efc4727a07df9d2daaefbdacc9565920005

2015-07-14  Julien Nabet  <serval2412@yahoo.fr>  [c657740b0f6caa5d0c7d54db37aca013d6ac1c8c]

        getFiles: simplify even more description
        
        Conflicts:
        	offapi/com/sun/star/ui/dialogs/XFilePicker.idl
        
        Change-Id: I89cec47234e275d4753a779e320fc6288c6a4fbc
        Reviewed-on: https://gerrit.libreoffice.org/16985
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-14  Tor Lillqvist  <tml@collabora.com>  [f3df77accae2941ba9c6a5e48b84d661f7a87863]

        With --enable-gtk3 we need GLib >= 2.38
        
        The G_ADD_PRIVATE used in libreofficekit/source/gtk/lokdocview.cxx is from
        2.38.
        
        Change-Id: I2058932f8252d2715f970f020160f4f960987125

2015-07-14  Noel Grandin  <noel@peralex.com>  [a04354ecb34216d7fb9868f701fd3ee2b70883c8]

        improve the unusedmethods plugin
        
        to find stuff called from 2 levels+ inside template methods
        
        Change-Id: I4ba308a992e64a091e5364b8aa89e44d6772dcb0

2015-07-14  Andras Timar  <andras.timar@collabora.com>  [1038d628b3ece37251e3900e7c4014393c13dc3b]

        Updated core Project: help  053cee1d890e225245b9d8004ab94cf27b1a9621
        
        tdf#92684 embed places section instead of the deleted defaultdir section
        
        Change-Id: I2e360913ca041996c2fe5638a992d1f999e3b67f
        

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [d537a439fe0bec348d6cf0e14dadee773b38bcd4]

        Revert "Avoid loplugin:staticmethods in non-debug build"
        
        This reverts commit 97df2dee8ea4f33f4efb7467cfeec2d8954c006c, obsoleted by
        cbce40e965acef51822b31d73da5fbc271fbcad0 "Make content of OSL_ASSERT,
        DBG_ASSERT, etc. visiblie in non-debug builds."

2015-07-14  Stephan Bergmann  <sbergman@redhat.com>  [1a945712f6d5ce0cb31c6eff5892d6d33475976b]

        Revert "Avoid loplugin:staticmethods in non-debug build"
        
        This reverts commit d0ba487bae3a0f6d1fcb9af13397c85e70ad8e1b, obsoleted by
        cbce40e965acef51822b31d73da5fbc271fbcad0 "Make content of OSL_ASSERT,
        DBG_ASSERT, etc. visiblie in non-debug builds."

2015-07-14  Marek Doležel  <marekdolezel@gmail.com>  [0bd582834b46dbbc5037310d45bac8885e6f2a07]

        tdf#92582 Revert "tdf#91544: fix freezing of Data source window"
        
        This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144.
        
        This doesn't reintroduce the original problem of tdf#91544.
        
        Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92

2015-07-13  Andras Timar  <andras.timar@collabora.com>  [9be553f4c61f220ebbe212dc76cb9cce4ae1c106]

        Updated core Project: dictionaries  a06da898df0371577c5c2466480f6c807e6c211f
        
        Updated Slovenian thesaurus
        
        Change-Id: If822610ad6d9eca02629959cf8040fe1680f8140
        

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [8de7d44f96252e97e224d42466698114370dbaa3]

        disable newly unused code since last disable
        
        Change-Id: I9f0abc3963ac4687e29fc629f1b9e9bb1fffaf8a

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [173fd90387e8bb7f33c2608628f12c7f772f0277]

        fix a third emf crash
        
        Change-Id: I3b5d0daf05e3272d2afa0da84ff0b1f8d5c965a4

2015-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f90307a9372579b15b837dc83d959b394c6a0537]

        disable that code for now
        
        Change-Id: I9f65babd0314498145746c452180ccf4fab64720
        Reviewed-on: https://gerrit.libreoffice.org/17020
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-13  Eike Rathke  <erack@redhat.com>  [baffa3e3768df1d016d79349ed074ba20b34d5c1]

        renumber globstr.hrc STR_...
        
        and move STR_HEADER_RANGE_OR_EXPR and STR_HEADER_RANGE to proper
        positions.
        
        Renumbered sc/inc/globstr.hrc consecutively using
        sc/util/number-defines-consecutively.awk which closed a gap of six
        strings.
        
        Change-Id: Ibf643ad5b243caf7b01226af399e60bbe0433a15

2015-07-13  Eike Rathke  <erack@redhat.com>  [ffebdead5445dffd60fb09382e69701d8a06cfc8]

        Resolves: tdf#92709 conditional formats are applied to ranges, not expressions
        
        Hence we need a separate string as header in the dialog. Unfortunately I
        did not see this when applying 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe
        
        Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b

2015-07-13  Maxim Monastirsky  <momonasmon@gmail.com>  [107a4740f63860f0901f51217b16cefa62a827ac]

        tdf#39478 Fix custom shapes status update
        
        In sw it was still returning a string item, although the
        slot type was changed to boolean back in 2005 with
        4cce2a2f08238e1e03055877aa89bc755ec06f59.
        
        In sc the status update was simply missing.
        
        Change-Id: I8a6dd157d1e401754b3a9a93dc83458dcdd4f089

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [18f3cefd507461784003a10ab9699f7cf5b678c0]

        warning C4101: unreferenced local variable
        
        Change-Id: I3d2d46c7b722557f3dbfd95eb2b8649f8078d4df

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [67badfc9da5254d7c9fba2101157c6f6230611de]

        Code deliberately not linking against sal just can't use OSL_ENSURE
        
        Change-Id: I20820ea382ac9933bf2c6118d466625120b49d67

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [cbce40e965acef51822b31d73da5fbc271fbcad0]

        Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds
        
        ...to avoid lots of loplugin:staticmethods warnings.  Also enables DBG_ASSERT
        etc. also for --enable-debug builds in addition to --enable-dbgutil builds.
        
        Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d

2015-07-13  Julien Nabet  <serval2412@yahoo.fr>  [429280541ff1fbbbf3f0482211a659c96c3347d2]

        tdf#92693: ReportBuilder: MINUTES() rounded to nearest for fractional minutes
        
        ... instead of the correct truncation.
        
        Thanks to Lionel for the idea of the fix and his patience for newbies like me!
        
        Change-Id: Iae9ec9251c0beb0c1856a6573f6ff7963d216256
        Reviewed-on: https://gerrit.libreoffice.org/17012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [74f9d9808fce14f015d56a2aaa4ec5616ed7aa3e]

        Resolves: tdf#92671 union each monitor workarea to find best screen workarea
        
        Change-Id: Ia77063f7008f960373861b8b59710abe9918865c

2015-07-13  Maxim Monastirsky  <momonasmon@gmail.com>  [e82951a858530a05f3ceb66157baf60bbc2d09eb]

        chart2: Fix .ui widget names
        
        warn:vcl.layout:13283:1:include/vcl/builder.hxx:413:
        widget "checkbutton_x_axis_title" not found in .ui
        
        warn:vcl.layout:14352:1:include/vcl/builder.hxx:413:
        widget "checkbutton_y_axis_title" not found in .ui
        
        Change-Id: I5a6e29b24706df0925038e869be94b0f6a8d232f

2015-07-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f3d748937a177cbbc0033bcf54d0d0fd57a1b409]

        tdf#89031 remove agressiveness from Calc function suggestions
        
        Change-Id: I7751a038f8482addc0e45c0461666bbd1c959d12
        Reviewed-on: https://gerrit.libreoffice.org/16478
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-13  Jorenz Paragas  <j.paragas.237@gmail.com>  [6e7c923d632c757c9a38a724cad2d55a84755570]

        tdf#91112 replace o3tl::compose1 with lambdas in connectivity
        
        Change-Id: I8f61471e08fe7f620d76bdcd72eb7f5c35931388
        Reviewed-on: https://gerrit.libreoffice.org/16940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [a5db487caaf026e648b34d0fab58376230c1cc47]

        -Werror,-Wunused-private-field
        
        Change-Id: I35749d468d126084a518bcd423f8a081c7382d80

2015-07-13  Arnaud Versini  <arnaud.versini@gmail.com>  [59f58350e49068b78f8a7426bfc08ee4d722b4b4]

        swui: avoid name conflict with SwTextPortion for LTO optimisation
        
        Change-Id: Iaf6fec2e19af2cf393bc547c3ba439010819238f
        Reviewed-on: https://gerrit.libreoffice.org/16949
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-13  Maxim Monastirsky  <momonasmon@gmail.com>  [2aea9e37d697ce51efc5fb37ba50f1bf177e0445]

        Introduce generic sub toolbar controller
        
        Currently many toolbar controllers are basically doing the
        same thing - show some docked toolbar. So the idea here is
        to have one generic controller that will handle all these
        cases in a unified way. It will get the name of the toolbar
        that it's supposed to show from the configuration, based on
        the command it was registered for.
        
        Right now it can handle both simple (i.e. with DROPDOWNONLY
        bits) and split (i.e. with DROPDOWN bits) scenarios, where
        for split kind it replaces the function (and the image) of
        the main part of the button, with the last selected function,
        for easy reusing. A button is considered to be a split one,
        if the name of the initial default command was passed along
        with the sub toolbar name, otherwise it will be a simple
        button.
        
        The core change is in framework/. Other parts are a usage
        example, in form of converting the custom shapes buttons
        to this new controller.
        
        Change-Id: I087cc58c3db1889ca69a26546d4f00fe07e2a58d
        Reviewed-on: https://gerrit.libreoffice.org/16967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9c2a8065add0da1e649633efa0795beddfa68eed]

        tdf#90133 Comply attributes name with OASIS#3860
        
        See https://issues.oasis-open.org/browse/OFFICE-3860
        
        Change-Id: I707b2e86633bc66df03dba8c43879aa6d5153062
        Reviewed-on: https://gerrit.libreoffice.org/16905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [e80df0d58ba32e3041ff9c8cdea9c617ea7e633b]

        tdf#92639: Slashes are allowed in set member names, of course
        
        Change-Id: I30944fe9611e83566c891a7d1461ad02979daddd

2015-07-13  Michael Stahl  <mstahl@redhat.com>  [888f51c749bc504f12295433a747dd507723bb56]

        avmedia: add some missing license headers to vlc files
        
        Change-Id: Ice9440bec7b0b5a4de2dca1392805130b1048303

2015-07-13  Michael Stahl  <mstahl@redhat.com>  [7e6557086610200da61b87f18cb98fe43671edd6]

        avmedia: remove empty ThreadsafeQueue.cxx
        
        Change-Id: Icbaea4a55567ce3ab320518fd4a501216c4feb86

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [61a3be76c221c822b189d20e9269ec5caf1aadcc]

        tdf#92668: Revert some implementation names, for backwards compatibility
        
        These implementation names of Calc, Draw, Impress, and Writer documents are the
        most likely to be checked by existing third-party code, so revert the
        corresponding parts of 3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2 "Fix various
        XServiceInfo implementations" (and instead add fixups in CppunitTest_serives).
        
        Change-Id: I1a760adbf4c89a1b4477d6e628abba8d2028ccfe

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [7de992bcc66c973bb6b247184cac38f01cd1104a]

        fix a11y crash seen on close of tdf#92573
        
        its not the reported crash, which has "gone away" which might
        be a duplicate of tdf#90502
        
        the switch only handled RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED so if its
        anything else, e.g. OBJ_DYING, then don't attempt GetNoTextNode
        
        Change-Id: I642beb66613481cbc7ee18647f0204a67d670a84

2015-07-13  Eike Rathke  <erack@redhat.com>  [5af8cf2e94a07821e9058ed99997541b80dd6693]

        use the DBL_MAX constant that we also use elsewhere, tdf#92457
        
        Change-Id: Ibc48d12ca6b8eb33b2be29f485aa906c513f0591

2015-07-13  Tor Lillqvist  <tml@collabora.com>  [1c263b70cad4ec168279857a0e00d9eea14dd741]

        Bin pointless comments
        
        Change-Id: Ifebb44ce61b920488af52c7ab377c188bd4f9015

2015-07-13  Tor Lillqvist  <tml@collabora.com>  [c50f962215e9b09dc37fc319bb821c057a5e349c]

        Bin unneeded includes
        
        Change-Id: Id0e63897c9840ef412cf575de0485f2b685aaebc

2015-07-13  Tor Lillqvist  <tml@collabora.com>  [83b072657ef8fb30f369cd4fc9db36d76de4cdd6]

        Bin two unused fields
        
        Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [3131205c05a3fde4ef1e3322cc48ca23c443f6d3]

        min legal size here is > 4
        
        Change-Id: I9f68d000b32623db4d949d13284043630f5689f4

2015-07-13  Noel Grandin  <noel@peralex.com>  [a6fed7a19befa5673403ec5fe3ab69a91475da3a]

        loplugin:unusedmethods vcl
        
        Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589
        Reviewed-on: https://gerrit.libreoffice.org/16975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-13  Eike Rathke  <erack@redhat.com>  [5a247505a36ccdb911e48f0d859572f56ec4b171]

        don't crash on Shift+F10, men can be null, tdf#92630 follow-up
        
        ... and actually make this work with a context menu..
        
        Change-Id: I9a9bcdccae859cb2a54ec7db442435215e21e0e0

2015-07-13  Heiher  <r@hev.cc>  [1f99f4a9c816cc106bfbdf229e4ec2bffb343847]

        bridges: mips64: Fix build failure in new codes.
        
        Change-Id: I17fe0fb0ce9341a638b2687e7690777a8de7fa01
        Reviewed-on: https://gerrit.libreoffice.org/16980
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [755b9320c81948358a1d4104c8875594b5700d39]

        ww8: make sure we don't wrap around
        
        Change-Id: I667bb264f92024b72f230c2ddbba3887471345f2

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [4cb59a867f5a306642f3cbf49bd97b5e14c0998a]

        Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)
        
        Change-Id: Ide5398040678a81e032e91e582b39d516e8c08a8

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [51e848095a8ff07153d0e928b130658d5d5e93ce]

        Missing @since tag
        
        Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [fe20502c86ef6156a54bb37ba2560c8b64d129a4]

        emf: fix another hang
        
        Change-Id: I971ba5f422827f3b8fcdb86c447fc48415225eca

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [7668396d3915359e0b2879938e23c2b68fcb4fe5]

        loplugin:implicitboolconversion
        
        Change-Id: Id59a7c9402c59e91715f63a88eeed40d2ef9bd92

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [8695633023cc321a095753db98bdc69d2aeee058]

        emf: fix hang
        
        Change-Id: I2410308ecccb8c5318a718bafadc7b40a98cb82b

2015-07-13  Caolán McNamara  <caolanm@redhat.com>  [7df4d8544c6b12e31bcb81d9389d03ae7c11bfea]

        emf: test for empty polygons
        
        Change-Id: I3c8896230e3d48a37f4b8d702b0f673e44f45ba4

2015-07-13  Takeshi Abe  <tabe@fixedpoint.jp>  [5d75fc9dbbff29e531348a36d5cb49a5ca0d611d]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in configmgr.
        
        Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8
        Reviewed-on: https://gerrit.libreoffice.org/16964
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [7f32aec63fbc3b79c8f6c28039744f4eaed851a7]

        Broken code
        
        ...from d11b244bf9b9115f5384d6ff43bdffc7f1289d71 "getFiles: truncate to 1 file
        only"
        
        Change-Id: I149489212db943f79dfda7f1012d22809f090851

2015-07-13  Stephan Bergmann  <sbergman@redhat.com>  [5b16fff9ac2aaf45301f5397ed241722392af06b]

        loplugin:staticmethods
        
        Change-Id: I8b57b7ce707438ad3c7c901b03c94d9045585ed8

2015-07-13  Noel Grandin  <noelgrandin@gmail.com>  [2970ec843820a72d73a91cc11fc353e5b9fde5fd]

        editeng: make Link<> usage typed
        
        Change-Id: Iec36c7e4f4fbc2ee2ee25d4d0c8488340ba7d8c4
        Reviewed-on: https://gerrit.libreoffice.org/16968
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-13  Noel Grandin  <noelgrandin@gmail.com>  [26ac3ee8b2f8cb3bd298d98f9a94c9e305f6c304]

        editeng, convert to typed Link<>
        
        and remove SvxBrushItem::SetDoneLink since the field it sets
        is unused.wq
        
        Change-Id: Ide95a295fa8004f1ddab5e560f01d36d36658a72
        Reviewed-on: https://gerrit.libreoffice.org/16943
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-13  Julien Nabet  <serval2412@yahoo.fr>  [d11b244bf9b9115f5384d6ff43bdffc7f1289d71]

        getFiles: truncate to 1 file only
        
        See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html
        for details
        
        Change-Id: I7f855a067349381e2567bd15a8daa56aad412774
        Reviewed-on: https://gerrit.libreoffice.org/16959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [7f0161d88e3a496361e2209d31cc7e9ef42a677e]

        WaE: C2872 chart is ambiguous
        
        Change-Id: Ib847a0f4ec804766727a2d7a247912f93b30045c

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [9c5fc87ceed3eeb6d43f867b5da2abfaa518b5ca]

        WaE: C4065 switch contains default but no case
        
        Change-Id: I33620609d0b39c8bedf5641101e5c0229364cde0

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [4661b2dd34bd7c56b6d783d49f265e9ecde19caa]

        emf: test for negative numbers
        
        Change-Id: I9d9b6f3e9592ca7b85cee5422e43d4ca46b8bb36

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a0017f890b84fdc90db2bb95cb157fdf9eb9923]

        avoid crash in unit test due to global objects
        
        The lifecycle of the XFrame and the XController are both correct but
        getCurrentController has already been reset when the
        SidebarController::dispose is called.
        
        This avoids then calling the XController destructor during exit when
        taking a SolarMutex is a problem.
        
        Change-Id: I54470f091e506fb397e2424d2d3c4ac051cae924

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d5667062c228f83db0c2a7c5967619f012c809b]

        add ChartElements panel
        
        Change-Id: I935a0d637a9ea3a1716d6e839e65c4e565a2c840

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b33b2afe6a8b4224450da7c686beb81dbf5cd24a]

        big step towards real chart sidebar
        
        Change-Id: I9b7d1f963746f7689b02099fbae77c9c943bad58

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a72bbd483ddf6c7cc949a8708d1697654cc9ce2]

        allow also to use non-frame modules for sidebar
        
        One more step away from using the frame as key and moving to the
        controller.
        
        Change-Id: I438b7eea2161d49a6f2cbf649bf01b8a2e233ebd

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d976efde8c6398ceb234a3b50541ceba21959aa7]

        use correct controller for sidebar
        
        As we now allow non-frame controllers we need to use them as well in
        this place.
        
        Change-Id: I0d86cdf73f8c044816def0aaafb874e75985aae5

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24c174d7d190580a338b2352ea79e216be50f787]

        no need for handling unused arguments like that
        
        Change-Id: I04fa1b854e41a4cbeea0586bc583c58298d96306

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bde2fde07a00c89a27c13cd7f5e6fe666ea73030]

        fix indentation
        
        Change-Id: I90426772f59db1bdc695bb9a411eaaee19655ce7

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efd13b27a4d5108645307b54d150c7d3fec87dcc]

        finally manage to register chart2 in the ChartController
        
        We need to do some jumps through pink hoops to connect the chart
        controller with the host sidebar.
        
        Would we use the chart window as parent for our sidebar the sidebar
        would be directlz beside the chart and not at the border of the host
        window.
        
        Change-Id: Ica44ae370518882ef367999f57251b1256907016

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cad6b12c801a21b2401958c60625a50320fb5c7]

        [API CHANGE] add way to get XSidebar from XSidebarProvider
        
        Change-Id: I9fcf1cffa70eac6fec228ca4a9d4d32783295f21

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [498e03c2a32ec0250fa2e7cb07f7fc3425212e58]

        fix crash
        
        Change-Id: Ic1bc31b68c4a2aafb1e40ebff84fbf052df7041f

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be6c884feb389ec6931e1853aa421d5bccd69f12]

        add methods to add random controllers to sidebar
        
        Change-Id: Ia3e80cc63491f1edd49eaf86cc8c25d67e4a8b28

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e6a1615d1a4c81c490cfb479d5e30f4e98adc47]

        use XController instead of XFrame where it makes sense
        
        Change-Id: I22990c861c0dd9d9dab3fbdbc35fdb2b51e82005

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [04716cb9acfde7e247c01d79afde694f8e4f9f7f]

        add SidebarChangeHandler to chart2
        
        I still need to wire the correct frame to the correct sidebar for it to
        work.
        
        Change-Id: I0fecc2be674d6b024bc39e707930a4c30f67cb81

2015-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [11304a75043647139f6189c2317fe709edae83dc]

        fix indentation
        
        Change-Id: Iaa8f5ad10041833431029c6edbab35fb5bb96ed5

2015-07-12  Stephan Bergmann  <sbergman@redhat.com>  [f20162304d73bc01955e9ef6506c3bd1c7016c48]

        Rule out OString(std::nullptr_t)
        
        (This is no issue for OUString, as it has two ctors taking a single pointer
        argument, so passing a null pointer is ambiguous anyway.)
        
        Change-Id: I36f44b29eb84eb83e284fa080d706eabb4b485d5

2015-07-12  Stephan Bergmann  <sbergman@redhat.com>  [7cedeaeba79bdd54b3bcbadb21c51cc535cf4a5d]

        Missing dependency (and typo)
        
        Change-Id: Iecf1f652d56a129993f7ac66dce95e93d326e87b

2015-07-12  Stephan Bergmann  <sbergman@redhat.com>  [a85e1d505b5830bfa9298cf8daab8118ba734404]

        Missing dependency
        
        Change-Id: I7ff00286fa160a46a735b2a3e59bf0f6e1089c9f

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [d5bce6d1cd7ca09de283dc012bb777cc937f9c12]

        coverity#1311654 Uninitialized scalar field
        
        Change-Id: I48d9aebfba7bcd6d8ac00fcc2c76ec49216f4a0d

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [1fb6688e8674c8a35e859d0ea37534777618f4d1]

        coverity#1311650 Dereference after null check
        
        Change-Id: I06e9c28f49f4231a02a7f21940ea55ef41836b67

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [fd14aa9dc2ce2b24392dbb510d302ec46a2fecbf]

        coverity#1311655 Uninitialized scalar field
        
        Change-Id: I377bca31f33398754ff48e15ffa29d43fc584f3b

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [ca1a5ebf49d377d93c6c8c57a14d64460babf176]

        coverity#1311653 Uninitialized scalar field
        
        Change-Id: Ib1cc81ce30752a3794a009ee8cae826abdb9fc03

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [2749d86cd951e784105c02b6cd07e1a439c1e56b]

        coverity#1311652 Uncaught exception
        
        Change-Id: I7def0c77506a80360e40f5392eb4e3652702550c

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [e9efd04ae5b63cdcfafc88d0e9f6a6193d6e1d5f]

        coverity#1311651 Uncaught exception
        
        Change-Id: Id371de2657692f7382c9f124162ac15641600826

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [07ebc7771a8c9d8483e1dc7eac408f568434b7b5]

        add xpm tests
        
        Change-Id: Ifaa0a8892746493234154949d2023141498a03ce

2015-07-12  Julien Nabet  <serval2412@yahoo.fr>  [6ca90a0fc42a5f010ff9c8dc87011516eb5053c1]

        Optimize a bit GraphicCache::GetUniqueID
        
        Don't call twice ImplGetCacheEntry when TryToSwapIn hasn't been called
        
        Change-Id: I0a808801c94c8179a4f5d863648907b4102f6564
        Reviewed-on: https://gerrit.libreoffice.org/16958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [ee35b72064d8d1333709b102b051360018f8044b]

        fix another gif import crash
        
        Change-Id: I0ffa569e0c4240e11184df7dd56b95d87a12425d

2015-07-12  Caolán McNamara  <caolanm@redhat.com>  [69632c9c3291a7bb9d465495943aa1dbe12c5af2]

        Revert "Update firebird to version 2.5.4"
        
        This reverts commit e63673f8991492aaf814665f58435bc6884ca06d.

2015-07-12  Julien Nabet  <serval2412@yahoo.fr>  [57205b9e853316832ee8ad8437c457bc0882d177]

        cppcheck: Variable 'bOutlMode' is assigned a value that is never used
        
        Change-Id: I07ec277e57b48fed19f80e5cf628236a3e3efc8e

2015-07-12  Matthias Freund  <matti_lx@secure.mailbox.org>  [7f36745c90bbfce8c8dbfc44b625ad51e9524c41]

        tdf#75256 - sifr, basicshapes, fixed icons and many more
        
        drawchart with 3 pieces and cleanups wich had prevent sharp symbols.
        
        Change-Id: I0733f68b59a66dc6476fa183615e9429b2904275
        Reviewed-on: https://gerrit.libreoffice.org/16957
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-11  Caolán McNamara  <caolanm@redhat.com>  [28d410e14d4eec5b9960f78d21bc98a80d557807]

        asan: ensure mbMenuKey is initialized
        
        Change-Id: I5404e4410b88e84f55fadb4bc82f936e1f1c2d96

2015-07-11  Popa Adrian Marius  <mapopa@gmail.com>  [e63673f8991492aaf814665f58435bc6884ca06d]

        Update firebird to version 2.5.4
        
        Change-Id: I39289db515cbc611c74edf3d7a3520776d8f3a64
        Reviewed-on: https://gerrit.libreoffice.org/16703
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-11  Heiher  <r@hev.cc>  [291e760b7f1e128537cd81ae2c6674e590d4953f]

        bridges: mips64: Update call frame information.
        
        Change-Id: I00bf0eaa69b3276b1baf18f4fa191ceaf1bc2f18
        Reviewed-on: https://gerrit.libreoffice.org/16944
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-11  Caolán McNamara  <caolanm@redhat.com>  [7eb693f87b6a01044999564cce0a18fefca11c99]

        fix and test for xbm import crash
        
        Change-Id: I47e7cb259908ffc6a00475369af1a841acda1da7

2015-07-11  Caolán McNamara  <caolanm@redhat.com>  [839e051c658a638a259be6a6bb091b654fac405f]

        fix gif import crash
        
        Change-Id: I3a5e0efef6843fb8f8b485fa2369ac5b99513c31

2015-07-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1b4d27a3badddd2648c3f02cd234ca74c5a40e6b]

        tdf#92483 fix initializing JRE on Win 64bit (load java's msvcr100.dll)
        
        problem is that the offsets/sizes are of different type than ptrdiff_t,
        and when using without casting, the resulting address is way off...
        
        Change-Id: I7b1cdd611c8c4b317cd33ca8fbbda2e7e8f5f4fc
        Reviewed-on: https://gerrit.libreoffice.org/16938
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-07-11  Julien Nabet  <serval2412@yahoo.fr>  [238575424341dedaef9713fcdb988ed39ccbf82c]

        Blind fix for kde
        
        /home/tinderbox/master/vcl/unx/kde/salnativewidgets-kde.cxx:1987:88: error: implicit instantiation of undefined template ´boost::optional<Color>´
        aStyleSettings.SetMenuBarTextColor( aStyleSettings.GetPersonaMenuBarTextColor().get_value_or( aMenuFore ) );
        
        /home/tinderbox/master/include/vcl/settings.hxx:38:32: note: template is declared here
        template<typename T> class optional;
        
        Change-Id: Ic681d36f376f7433dae56fc1da5f8a2dd0f597ea

2015-07-11  Eike Rathke  <erack@redhat.com>  [dad6be8af0e670a56d3d399a1b0a35859bd7b093]

        write trailing text subformat also to Excel .xls and .xlsx, tdf#92457
        
        ... without generating  0;;;@  from  0;@  that has different semantics.
        
        Introduce css::util::NumberFormat::EMPTY to properly flag empty
        subformats and distinguish from UNDEFINED, everything else would be an
        ugly hack.
        
        SvNumberformat::GetMappedFormatstring() now correctly supports the
        trailing text subformat, so exports using it should get that
        automatically.
        
        Change-Id: If9a1bcc5ec5dfcf46688035e2b1428ab4747a68d

2015-07-11  Eike Rathke  <erack@redhat.com>  [934e35c62525a7541e6a5b2d05b557a6fcc35abb]

        store trailing text format in ODF, e.g. 0;@ tdf#92457
        
        A clumsy kludge, but since there is no "all others" condition..
        
        Change-Id: Ie89b786585fdee6688f66f5a7af47ec84409eefa

2015-07-11  Eike Rathke  <erack@redhat.com>  [f52aa4d13b7f262a4c54f4e554f45d64a545bce7]

        fix string access out of bounds
        
        Could happen with a malformed subformat string like "[<0-0".
        
        Change-Id: I8eaab2bcb469d91432a41dc349060c273a6575a4

2015-07-11  Eike Rathke  <erack@redhat.com>  [b3c11e2b3ef4bad8c2b5f92ba00ac805fb68786f]

        the last condition is "all other numbers", not the third, tdf#92457
        
        Change-Id: Ic9571d938c4a8837c5712bafbfb2ebf9f32011df

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [728b7f18c989954912a4b2ad2778c9eeba181f2c]

        rudimentary documentation for the includebloat script
        
        Change-Id: I52209b70b3d93e488e6c9d16fefd179f2ac06afb

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [6ee9ca5ae9d33aa10e0b86dc9a44c8d69564d556]

        svtools: pimplify SvListView
        
        Sadly this saves only 56MB of preprocessor input.
        
        Change-Id: I9ea78306884c5dcb54b61da87b43f700083daf2c

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [fafd0b61cc8e3476c0eaaccf42a5ce2e72954295]

        extensions: convert boost::bind
        
        Change-Id: I7922140eaaeb428da0f268cac41f7a227693c25a

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [ad94eaf540260296e8aee0b5bff91d22a5fe6b78]

        vcl: avoid a boost::ptr_map in VclBuilder
        
        This eliminates 638MB of preprocessor input.
        
        Change-Id: Ife434310ec08e408e1f8aaf52d6298f8caa209af

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [72c11ce76abebdbe88a7be793dbf690c54b30500]

        remove unused ptr_container includes
        
        Change-Id: I55e15669520075f74c3fc730f8c6549d19de5ab3

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [ac010423b6e9005896ca73a55a7d65dd698767d3]

        sw: clean up SwDoc::maPatternNms nonsense
        
        Change-Id: I0a166d1b58b23cac96ae27d446d6d8ed2442df8e

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [20bd0a2ee9ed899ea542c2de08efda243dbef446]

        vcl: remove boost/signal2/signal.hpp from header
        
        The most relevant signal member function appears to be connect(),
        so let's create a wrapper function for that now, without the more
        esoteric ordering features for now.
        
        Move the signal member itself to a new pImpl.
        
        The benefits are worth it: preprocessor input reduced by 2.8GB,
        that's 9% of the total (excluding system headers which are not counted
        because they don't generate dependencies).
        
        Change-Id: I0aaeda51a5630a348bb12c81a83f67afbd508a14

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [ece8699f8f22f6bae137c601bc29b83b75dc3bf3]

        vcl: pImplify ComboBox
        
        The boost::signal stuff is quite heavy (33 kloc), so try to hide it
        from the header.
        
        Change-Id: I87826ccfd2a151aff274ffa6b7159a988f751808

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [5fd84da4d638a11f087f74a216ff189dbccdfd96]

        vcl: forward declare boost::optional in settings.hxx
        
        ... for 1134 fewer uses of optional.hpp and a saving of 673 MB of
        preprocessor input.
        
        Change-Id: I9e8020f3e1ae968db403174c1bc0c1eba1139ecb

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [64baed93cfa9b74d6ef5a8913918cfbaf8499271]

        vcl: move resample kernel classes out of bitmap.hxx
        
        Since commit f31e6debfa7e330f985a0846a6ca91130d3dab20 this drags in
        ridiculous amounts of boost headers, for probably negigible improvemnts
        of sin(x)/x for tiny x values.
        
        The compile time impact was not negligible, moving this nonsense to its
        own header removes 1.79 GB of preprocessor input from a full build.
        
        Change-Id: Ic41b2210eac8b130726610f2dbdbb449379225d1

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [7aa9f045387a95d0b1a516f917fbcd23e0578902]

        do not include boost/utility.hpp
        
        It just includes a bunch of other boost headers; mostly we need
        boost/noncopyable.hpp so include that directly.
        
        This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp
        completely, which is the 2nd biggest header after ustring.hxx.
        
        Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2

2015-07-10  Michael Stahl  <mstahl@redhat.com>  [2302a5ae5625c2ed3a5e7286940d32c7c176d1d2]

        add script bin/includebloat
        
        Change-Id: I086052c9a4dd2a216e0af153c43e98eec85a4600

2015-07-10  Eike Rathke  <erack@redhat.com>  [6a6b91da20e936abcc9f527f69aff48d2c23a94e]

        fix assert when pasting nil clipboard content
        
        This happened when one of our modules had clipboard content and was
        closed, which currently clears the clipboard, and then reopened and
        attempting to paste the content. Apparently the utf-16 mime-type is
        still alive but the content isn't, on which rtl_str_getLength(pText)
        asserts.
        
        Change-Id: I5cc7c20ac1f1a8551a10b033e1f37bf83c5cc202

2015-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [871cd42b9588b2cb7bc26868f26bd38066acc102]

        Fix an opposite condition
        
        ... slipped in at 54013188b24a1a02491a2853f731461253065424.
        
        Change-Id: Ib18b2f12d4ad97b9ec5dd771d5f13b35e0274e33
        Reviewed-on: https://gerrit.libreoffice.org/16932
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Heiher  <r@hev.cc>  [e3974c1d4b86da4ae8ee43786c610cd71638ba53]

        desktop: misc: Add support for mips64.
        
        Change-Id: If00f4438804777a977cd058bbb09603c4ff0d31c
        Reviewed-on: https://gerrit.libreoffice.org/16908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Heiher  <r@hev.cc>  [af932bb3925910450c5c65c7531008ad2c404719]

        configure: Add support for mips64.
        
        Change-Id: If52e44a028b9cfd9ead4f16186810dde98a67ef1
        Reviewed-on: https://gerrit.libreoffice.org/16912
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Heiher  <r@hev.cc>  [0f6edce22b0424d99342b73adafcaf688f044139]

        jvmfwk: pluginlib: Add support for mips64.
        
        Change-Id: I525266468ae2ef04976d7835cc22c930293a0dc3
        Reviewed-on: https://gerrit.libreoffice.org/16911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Heiher  <r@hev.cc>  [618198222a66306028834d3f6e898f73368bc103]

        desktop: update: Add support for mips64.
        
        Change-Id: I48c6d717e30491171936e34210e8c60b1c7f9487
        Reviewed-on: https://gerrit.libreoffice.org/16909
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Heiher  <r@hev.cc>  [14a1d4f12f6974cfcf014324a3127113b9f79d87]

        solenv: platform: Add support for GODSON64.
        
        Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24
        Reviewed-on: https://gerrit.libreoffice.org/16910
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Caolan McNamara  <caolanm@redhat.com>  [e8ac3b5bd973054c6fd74db017bb448721e2c3e2]

        ppc64: using a fp register also consumes a gp register slot
        
        Change-Id: Idf6f40081f4598c0fa9d1e10bdc208eae49e4cd1
        Reviewed-on: https://gerrit.libreoffice.org/16936
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Caolan McNamara  <caolanm@redhat.com>  [fe14c55f000b9a31d885b411655232e0691e1cd4]

        ppc64: simplify this a little
        
        Change-Id: I8166f65625d389a604750852d6d5a4fee25a88fa
        Reviewed-on: https://gerrit.libreoffice.org/16935
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-10  Krisztian Pinter  <pin.terminator@gmail.com>  [dfd7ff70a758061f67d2fce0b09de0d5076ac42a]

        calc mapmode: Add explicit RenderContext passing
        
        Change-Id: I52d9c84bc6658348c249870088c38512ae169a34
        Reviewed-on: https://gerrit.libreoffice.org/16277
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-07-10  Eike Rathke  <erack@redhat.com>  [89cfc660dd748daa3f6eee81665e4cbe502653d4]

        the main text format is not a trailing text format, tdf#92457 follow-up
        
        Change-Id: I91d5a2ff9fb59b68b28dec0ed8b2802782e28727

2015-07-10  Maxim Monastirsky  <momonasmon@gmail.com>  [3dc95e2d1fce543ef2981c9743161da6c4cfc291]

        tdf#83541 Fix also for reportdesign
        
        Forgot about this ugly wrapper in reportdesign
        
        Change-Id: I8a1d7206165d8c6db8a506eaa0c56d019fdadfb2

2015-07-10  Maxim Monastirsky  <momonasmon@gmail.com>  [4a7c89fe51149a51ba29120288e4c5e732726097]

        Kill SID_TBXCTL_INSOBJ
        
        The associated toolbar doesn't exist anymore, and most of the
        buttons that were there in (at least) OOo 2.0 were moved to the
        Insert toolbar (it's the one that's pulled from the "Insert"
        button). So kill it, and make Insert Chart/Object visible by
        default in the Insert toolbar.
        
        Change-Id: I84ea43f560ea23ceff2e885e9ce615b9d76f3075

2015-07-10  Eike Rathke  <erack@redhat.com>  [f7f4d985ad44ba0c644b2be02d09002b13d749f7]

        Resolves: tdf#92457 handle trailing text subformat if others omitted
        
        Change-Id: I597a5019540cef4700355df4d170c103e973797e

2015-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [12d1a2a08a8056df2c14ad3e75b309847989bc23]

        tdf#92670 GtkSalGraphics::NWPaintGTKMenubar: fix modified clip rectangle
        
        Happens only with when double buffering is enabled, and e.g. with the
        oxygen GTK2 theme, but not with the default one.
        
        Change-Id: Iad9911121e57388c84c25860413763f75e06b0ea

2015-07-10  Varun  <varun.dhall@studentpartner.com>  [6a0efa9873b1a5cae4ae0719a7ae1eee97838168]

        Added Test for tdf#80663 table row/column delete undo crash
        
        Change-Id: Ica62926486831f126cce54d651e230cee3360074
        Reviewed-on: https://gerrit.libreoffice.org/16901
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-10  Caolán McNamara  <caolanm@redhat.com>  [7eef63bb2a4d14cb35201f84f38855910f468e20]

        fix potential hang here
        
        Change-Id: Id62cdb90420b9ccf4e98fc1af46c70db6ed60ee0

2015-07-10  Stephan Bergmann  <sbergman@redhat.com>  [ac46405ca62fcc7d7a7e8004c0c44b330956e39c]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie3feae1a6bac2e5a51d38fb402525097483313e2

2015-07-10  Stephan Bergmann  <sbergman@redhat.com>  [adced867c695d621fae582b36ee0b2bdfe3b8e15]

        -fsanitize=function
        
        ...similar to 22935ed0a47bfc143303a8084cefd35eae94e6a9 "-fsanitize=function"
        
        Change-Id: I9000389d648ef918d9639a9d8ca99d82f3684445

2015-07-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [2a1fe443a8343642292444be19cbd10700e7e01c]

        Related tdf#91362: disable paper size & orientation selection
        
        Unless 'Use only papersize from printer prefs' is toggled on,
        whatever the user sets here doesn't have any effect on the actual
        printing (page settings from the document are used instead). It is
        misleading to have the user believe otherwise.
        
        It was really challenging to have this one toggle get all the way
        down through several layers of abstraction, though ...
        
        Change-Id: If240084ca23b3946a92882a6ee47dbc161b3b86c
        Reviewed-on: https://gerrit.libreoffice.org/16812
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [459bcc222f2aee52477cef8f94eb2789ff4ecd9a]

        vcl::ITiledRenderable: getTextSelection() can be pure virtual now
        
        Change-Id: Ifb33ee9a70afeccc01f45996b2953fcd5f3700cc
        Reviewed-on: https://gerrit.libreoffice.org/16906
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-07-10  Noel Grandin  <noel@peralex.com>  [001e694ecd21095b6fcfb5632ace63d8e0c2b7f8]

        loplugin:unusedmethods vcl(part2)
        
        Change-Id: I12356b3fdce68282a30cae2b270b02e46558860a
        Reviewed-on: https://gerrit.libreoffice.org/16847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-10  Caolán McNamara  <caolanm@redhat.com>  [f06f06d50393184f1ca2e27db6167b08edc26cb3]

        formula/random.hxx in pch
        
        Change-Id: I0cb650fdaf6608abfab43b145ca8a299f8d4ddb4

2015-07-10  Noel Grandin  <noel@peralex.com>  [54013188b24a1a02491a2853f731461253065424]

        cleanup some unnecessary direct usage of the OString/OUString C API.
        
        Change-Id: I6edee95aae1c169ce70063562a0c1b287e0c4735
        Reviewed-on: https://gerrit.libreoffice.org/16861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-10  Caolán McNamara  <caolanm@redhat.com>  [fd2749455fe25e24b448a44f9ada6113e5ac0d13]

        avoid endless loop with busted wmf
        
        Change-Id: I104de360f2e861e959ad2dad434a768440877f6f

2015-07-10  Caolán McNamara  <caolanm@redhat.com>  [5b2f8231945fedc46425e00f1234dcac90628c1d]

        add a SAL_RAND_REPEATABLE for repeatable random nums
        
        merge the formula and comphelper ones together
        
        Change-Id: I2e7e2cdb176afc6982e384fa1e007da5b914e6f0

2015-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [315afb12853624bdaac553a8528390c3a61c8351]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in binaryurp / bridges.
        
        Change-Id: I2d158c24e73681907cae5815d4b07b1c74f74335
        Reviewed-on: https://gerrit.libreoffice.org/16792
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [b854086df80b2607a3506bc8d455c98ae58aa295]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in canvas.
        
        Change-Id: I8604e6b6e0f45539e3411c98a166518b837b6758
        Reviewed-on: https://gerrit.libreoffice.org/16798
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-10  Stephan Bergmann  <sbergman@redhat.com>  [37a367a3589302893c237237e4eb98f1e4195f6d]

        loplugin:vclwidgets
        
        Change-Id: I4c6623b83f0c21b292aa0178c2ee6478e330eb64

2015-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7194ade91c1ca80065ec6e9ad6f801a097f8cd6]

        Use std::unique_ptr in SmViewShell::Execute()
        
        Change-Id: I8593c87f7a580e09d689df4cfdfecc8947f86159

2015-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebb5068a43c3ac8362225c1762d2a8eb74cf0eba]

        Use std::transform
        
        Change-Id: If3b361d4ba7155547316796265cbd3955a4b8071

2015-07-10  Stephan Bergmann  <sbergman@redhat.com>  [db10a790df13c2d8f108bd829b4b025de2fc07e2]

        loplugin:literaltoboolconversion
        
        Change-Id: Iee43daf2f3c5dfe7dd1434ad63ffccc28d165cde

2015-07-10  Heiher  <r@hev.cc>  [55b09bd09d1c84de64140949ae9b70e9564a6cd7]

        bridges: Add support for linux mips64.
        
        Change-Id: I71fd2f7d8bfd1b1511dec91f23b61b9f55d21472
        Reviewed-on: https://gerrit.libreoffice.org/16845
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-07-10  Matthew J. Francis  <mjay.francis@gmail.com>  [83b53164b096b4cba94a2e1ee8b620228bee8a3a]

        Add an a11y action for items in the Special Characters dialog
        
        Change-Id: I53fef3f151f66be775655ceef623a7d564c66f1a
        Reviewed-on: https://gerrit.libreoffice.org/16771
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>

2015-07-10  Eike Rathke  <erack@redhat.com>  [122a15f4a6c09d35db58fe3a7b943b5ea79cbe65]

        support en-GB-oxendict additionally to now deprecated en-GB-oed
        
        Have them separated so when saving loaded documents the same tag is used
        to keep the generator happy.
        
        When to switch in UI language listbox? Or should we have both entries?
        
        Change-Id: If78600229c4b24f6ee598c25d5a8974fef410bb5

2015-07-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [701e21b25dda87a3f1feca1137c6ceab8a5363ab]

        tdf#91725: Use lighter default colour for minor grid lines
        
        Change-Id: I4be2adac1004ad4ace474c9a271cf8e21986da07
        Reviewed-on: https://gerrit.libreoffice.org/16819
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-09  Laurent Godard  <lgodard.libre@laposte.net>  [ebdc15f93587b59a79a5104f8358841a28940a82]

        init maTabData to the correct tab size tdf#92629
        
        Change-Id: I6b226f8e992b3a2b6bcebc44b36ca1f2f06a128e
        Reviewed-on: https://gerrit.libreoffice.org/16894
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6b60f9f0b6362a6ebbbc167f26541672824bcd3a]

        update credits
        
        Change-Id: Ie4b25452fc1a475e15cc335c435d88e74fa9f621

2015-07-09  Eike Rathke  <erack@redhat.com>  [712c4c6e85fcf0c5486f247aafa9af511212278e]

        update to language-subtag-registry as of 2015-06-08
        
        Change-Id: I05ad85ea8d852ef2531db76fa6a79aa068c1699c

2015-07-09  Eike Rathke  <erack@redhat.com>  [2aefb89b299e7ebdca5bb35aa4e9059e59805715]

        execute the terrible bottle neck loop only if there are conditional formats
        
        Change-Id: Ic8bd65a728289c9fa1a0721b0ecbd9b4a48672ca

2015-07-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [57792314c7b05f71c66834ee47bfaa09003df765]

        tdf#92115 KDE4: better listbox theming
        
        This is not a final fix to apply full theming, but it makes
        the listboxes at least usable again.
        
        Change-Id: Ic83b8209208fddafe34e04f4e5e531f0d28e62bd

2015-07-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [88e16529fc7b0e312b68e38295348c93b437aad8]

        tdf#92110 KDE4: cleanup IsNativeControlSupported
        
        Be (more) correct about the widgets and parts, we actually can draw
        natively in KDE4.
        
        Also add an assert, so drawNativeControl won't be called with values
        not supported by IsNativeControlSupported.
        
        Change-Id: Iac6c78194191a9cd059ace560c285263ce7c1045

2015-07-09  Michael Meeks  <michael.meeks@collabora.com>  [6a2643b92d05a51ef241aeb1e4d5948647e646ef]

        tdf#92611 - unwind UNO lifecycle snafu.
        
        Introduced in commit 1c4025babd7037a3292aa530c7d45ab8d6ef6dcb.
        Was using UNO reference counting on a member allocated as part
        of another object.
        
        Change-Id: Ic86b2aa30359dc202c8bc2f1a0de476167a1e561
        Reviewed-on: https://gerrit.libreoffice.org/16889
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-09  Jan Holesovsky  <kendy@collabora.com>  [23e31c4cba59f8de2765a6011915b8da9696807e]

        New branding for the 5.0.
        
        Change-Id: Ic20314a65739d769adf3331a77f36be813da22a3

2015-07-09  Michael Meeks  <michael.meeks@collabora.com>  [588f07068dc572ea0abd55678fd00f79ff34ddce]

        tdf#92055 - make ImplBorderWindow more tolerant of post-dispose events.
        
        Change-Id: I9556c920e6fc8b5595eee6bd00d36669e1684e25
        Reviewed-on: https://gerrit.libreoffice.org/16892
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-09  Michael Meeks  <michael.meeks@collabora.com>  [b54f22302731784d7bd462bf2cef0621eea8b22a]

        tdf#92434 - dispose the table contents.
        
        fix issue from: 6d0c89123f353aed80d3a8a08ef5cd1ffaa1eea9
        
        Change-Id: Ia5b7bb91c366ecbbb3111d6f5239d5360640ca2d
        Reviewed-on: https://gerrit.libreoffice.org/16893
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-09  Simon Long  <simon@raspberrypi.org>  [74407aef94b6d8dfdd69891c4a6e578587ef3e71]

        tdf#92630 Enable auto-accelerator behaviour for gtk
        
        Change-Id: I671177dd1f9e535c28a29bcbd6b74f1c789371ea
        Reviewed-on: https://gerrit.libreoffice.org/16883
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [40ade8d04380083e383d6a6e50e5c254fcde2b2f]

        tdf#92645 svx rendercontext: fix missing paint on shape text editing
        
        Change-Id: Icb70805969ccf55bd85fb38c03cf70c1e0b16554

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a11e59e5699c5eb0854355d3dd3848bc895545c]

        SdrPaintView::AddWindowToPaintView: take a vcl::Window, too
        
        Change-Id: Iedb296732c0819a1d6cdc1c59b3f1718e2cd6d38

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [78c73f42c8079ed6d37784e68da5170c86a68616]

        SdrPaintWindow: optionally take a vcl::Window, too
        
        Change-Id: Ibf6c0cc2e6dc8fe6979632f6acb1b065984cd73f

2015-07-09  Michael Stahl  <mstahl@redhat.com>  [24c50b6029791ed9fd14ed2c75351acd6c55e895]

        remove obsolete check for pre-MSVC2013 ATL library name
        
        Change-Id: I52bba4d4c0558e6b87530e4577f4b1ef458b7012
        Reviewed-on: https://gerrit.libreoffice.org/16888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-07-09  Stephan Bergmann  <sbergman@redhat.com>  [4bdd6e8fd5ea5318553b3f8834fce705da5ae5d3]

        Do not call SAL_N_ELEMENTS on empty array
        
        Change-Id: I8b73c61a9662079927344029eb9872c6a19aad76

2015-07-09  Juergen Funk  <juergen.funk_ml@cib.de>  [a93cfd5afb9072de00fc4b2a070f23ebdad6e4fe]

        tdf#92517 KDE4-FileDialog: "Save as" has wrong Filter
        
        Fixing follow
         - The order of calling: first should be set the filter, after
           that can be set the current filter
         - change the function from "setCurrentFilter" to "setCurrentItem"
           When you set the filter over "setCurrentFilter" you need the full
           search string "extention|description" e.g. "*.docx|Microsoft Word.."
        -  Not need the escape of slash (with that can not find
           "Microsoft Word 2007/2010 XML (.docx))"
        
        Change-Id: Ie4f7d6fd619b391487ee944c3e745c855600ee54
        Reviewed-on: https://gerrit.libreoffice.org/16721
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-07-09  David Ostrovsky  <david@ostrovsky.org>  [3e31d11f9536f4c5d4e2b7d0782a978182182deb]

        Lcms2: Fix compilation on VS 2015
        
        Change-Id: I303494f692520cdd34b88f9d5daf8a92a6b72ca2
        Reviewed-on: https://gerrit.libreoffice.org/16803
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-09  David Ostrovsky  <david@ostrovsky.org>  [90334404e2bf9ced73f60793dc90056e1fd99938]

        Glew: Fix compilation on VS 2015
        
        Change-Id: I3749c18b344e5b76a542a336de0792337d329065
        Reviewed-on: https://gerrit.libreoffice.org/16802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-09  David Ostrovsky  <david@ostrovsky.org>  [9b597430c632b8c20a7595f998cd26a02e1f8656]

        Icu: Fix compilation on VS 2015
        
        Change-Id: Iec2806dfa416bcbfa63eed2985c74c7a2ea897ea
        Reviewed-on: https://gerrit.libreoffice.org/16759
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-09  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [570852376464f238d7c3c0b58b37250ac5944a1c]

        fix export to xls, tdf#69552
        
        CEILING.PRECISE, ISO.CEILING and FLOOR.PRECISE with 1 argument
        are now exported properly to xls.
        export test for xls activated.
        
        Change-Id: Ib2a813183bbf8f2e9a5bbe08630403ffecb3cbb1
        Reviewed-on: https://gerrit.libreoffice.org/16882
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-09  David Ostrovsky  <david@ostrovsky.org>  [3a4d9d34e80c6161dd3809c69fdb1dba740a4a19]

        Workaround seems no longer necessary for MSVC 2013
        
        Moreover, the removed code doesn't compile on MSVC 2015.
        
        Change-Id: I400df7b7934a8965a204009328d44e74f220fc37
        Reviewed-on: https://gerrit.libreoffice.org/16805
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-09  David Ostrovsky  <david@ostrovsky.org>  [98a61f5b8da500fcefd2e7f0dfb1231bfb87f2fb]

        Expose devenv make file variable
        
        Change-Id: I502ce280276b6430053f0fbcf9cc3248b6c9b11b
        Reviewed-on: https://gerrit.libreoffice.org/16801
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-09  Simon Long  <simon@raspberrypi.org>  [ae4ec7a75b0048af2fba12953a84fe5b26d89b9a]

        tdf#92243 Read menu highlight text colour correctly from GTK theme
        
        Change-Id: Iade050c8504a1cc65b5ac345141da32898e7ebff
        Reviewed-on: https://gerrit.libreoffice.org/16887
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-09  Eike Rathke  <erack@redhat.com>  [5cf4deebeb69af2a107afd7f92d667b8cd971e57]

        tdf#90428 add Aranese [oc-ES] to language list
        
        Change-Id: Ieb66fd5d84afd666d66d47c936aa7ebdc7bcb1da

2015-07-09  Eike Rathke  <erack@redhat.com>  [f4b189df64cc6f6238a5bdf00390cd5dd5ac9e89]

        simplify the logic a little
        
        Change-Id: I8ff2bc971fd1ab7acf6c416ae85a03152ca2a3d9

2015-07-09  spl  <simon@raspberrypi.org>  [f1faa887c0c934484fb32a8ec5fbbc9e89f38037]

        Gaps at end of menu separator lines read from GTK theme.
        
        Change-Id: I3c42d918680ac989c5cd7cd1022e4a6e7b53aa11
        Reviewed-on: https://gerrit.libreoffice.org/16886
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-09  Andras Timar  <andras.timar@collabora.com>  [969b327c1385daf55484c37957762a336f04e138]

        Updated core Project: dictionaries  bc0b610f6989aa0c20792ae88c663c3f5d464cc6
        
        Updated pt_PT dictionary to version 15.7.4.1
        
        Change-Id: Idcfd8ed02f3256380e02e5fba777d94d5ad12bce
        

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b05ff2cc713601730393123f6daa95e41df3b6ea]

        Related: tdf#92645 svx rendercontext: avoid direct paint on ending text edit
        
        If the Paint() is ~immediate after Invalidate() (which is the case
        since the main loop has priorities), it makes no sense to
        perform any kind of direct paint right after an Invalidate().
        
        With this, we no longer hit the is_double_buffered_window() assert when
        returning to editing Writer text after editing draw shape text.
        
        Change-Id: I3b80ca08aa71d247fc0561133f907aef34de4001

2015-07-09  Michael Stahl  <mstahl@redhat.com>  [e6a0ef5eeea7b353541d1c45b5b3c8c11344ab41]

        comphelper: remove boost::bind from headers
        
        Change-Id: I40c504d086c8ae1fd825acdafaada283ad9db8d0

2015-07-09  Michael Stahl  <mstahl@redhat.com>  [e8eb49995a9d8baba19b527fbccc7aebcdf259a6]

        canvas: remove boost::bind from headers
        
        Change-Id: Ieaa8a74d59ee9c74fafe823e01db4a349c49821e

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d657efa6b8d82fa7fa5f75776fb9da9b2f41901]

        writerfilter: use std::transform in PropValVector::getValues()
        
        Change-Id: I26259b8aca75c1855f0abd98214ed23ce783571a
        Reviewed-on: https://gerrit.libreoffice.org/16878
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-07-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [96b264edf2765e9d1893757d1f1f7c718b1df36d]

        These functions and data can be local
        
        Change-Id: Ife2351bc8f0a3ee261b525aeb4e8e254174a42a0

2015-07-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [75d0b1ecd914ee06f51621983671da70d0e183fa]

        Do not downcast opened bookmarks, neither (and just in case)
        
        Change-Id: I603940c64a1580a73c4f5c59b403caecd0ac75a5

2015-07-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [db9e64c2a499c1c3da9d3c1b4e123af04f937933]

        Better support more than 65k annotations
        
        There isn't really a limit for the annotation count in the RTF/DOCX spec.
        Thanks Miklos for hints on this.
        
        Change-Id: Ib4493b518acb3cabe04312c37b5c6a9c6072cb7e

2015-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [50637913f1c3f84eae19213d59c271766b2233fe]

        writerfilter: avoid PropValVector inheriting from an STL container
        
        Change-Id: Ic77b40ef7b518ad34b60530984fb6180d4426e39

2015-07-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2e99e4e11d33679aed674eea0d6054d16d39d6df]

        opengl: use MVP matrix in vertex shaders, pixel offsets
        
        ChangChange all vertex shaders to accept model, view, projection
        matrix to calculate the vertex position. So now we don't need to
        convert the coordinates to OpenGL coordinate space [-1.0, 1.0]
        anymore.
        
        Additionally make it possible to offset vertex coordinates so
        we can apply 0.5 px offset (to hit the pixel center) at some
        operations.
        
        Change-Id: I8e0a61d5fd4ab6aaa1c0c94439061725918577a0

2015-07-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a1385d37e9ffc84b82e9ee11e505bba6273823dc]

        opengl: adjust rect drawing - should be to width (height) - 1
        
        Might be the cause of Rectangle implementation of GetWidth and
        GetHeight which is different to other programs.
        
        X11 backend compensates in the same way for this use case.
        
        Change-Id: Ibc3c1d6f442d616c64b602cccb601bfc33fd4baf

2015-07-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9125549453e3038eddafc3c89bc830a5e40953b4]

        add some unit tests for tools::Rectangle
        
        Change-Id: Ic0323864455c248c926e69a0bb91d13adc963eca

2015-07-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bbb8c66ed976a1eaddd92400eb31462bed182be4]

        opengl: don't forget to call swapBuffers when paint ends
        
        Change-Id: I05a2dc1c36d5f23ee43bb799f28fc2403743a4c1

2015-07-09  Matthew J. Francis  <mjay.francis@gmail.com>  [85ce6a2446deb0f4c01604b6188f969603de9b16]

        Eliminate pointless string copies
        
        Change-Id: I30049795f511704a43ed0eaf8dd0841c7109c334

2015-07-09  Yousuf Philips  <philipz85@hotmail.com>  [240d6c9fb84be66500136e3a2fb8e1ff309d2a54]

        tdf#84909 Draw: Drawing toolbar exclusive to shapes
        
        Change-Id: I0ac457840a1d9df6d075bdd4e8205c19c5055204
        Reviewed-on: https://gerrit.libreoffice.org/16875
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-07-09  Eike Rathke  <erack@redhat.com>  [bf35419b68d7f100a634572236f7d593638981c8]

        Resolves: tdf#84762 collect all recalc-always cells before setting any dirty
        
        Change-Id: I38f69bcbb9eb550fb97b0f84bc0cb486863060b4

2015-07-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [d3b6f3790953bdfeaeebcd3ba9ec370d94ca4ebf]

        Updated core Project: help  3fb910bf25d846dd7bc1902e8fe54518b417e793
        
        Fix license header in these 2 files
        
        Change-Id: I1878ba033c025f5c8794ffd446b77c28de7b0342
        Reviewed-on: https://gerrit.libreoffice.org/16870
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [6f928deb55b5bcff3e8d11a5ace017732176e86a]

        Avoid loplugin:unreffun in non-debug build
        
        Change-Id: I1fbf5a355340e20de881a030bc75ebbfce960d4f

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [394b054a2f987d99178b72aec23b2f7269c727a5]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: I6f480fb205904c7894e73288ecc3297c735a2bd9

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [8ba3cb7bc40c8b0536f99572cd2a0725db29e525]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: I41cf1baa9899a4c8af3382b0c7c047348bf3498e

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [35ce23bd97995aa15a81eaa29c7a1d4feb78cd86]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: I9f98e86556ed4435d24f49b32b848eb9f9a66008

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [24dd1b32a669a70baadb7055892930cfe8f11bc0]

        loplugin:stringconstant
        
        Change-Id: Ia3275dc10ef18fd5978c7422b33012a5b1e4696c

2015-07-08  Eike Rathke  <erack@redhat.com>  [5ee9e2983a4b0f3df31e7f8ea4695c2c789edc56]

        remove ScRange::Justify() and replace calls with PutInOrder()
        
        Change-Id: I350050ac085b1f220d5288d33c253ba0c9a5fd2c

2015-07-08  Eike Rathke  <erack@redhat.com>  [b4317a01a72b2e0944311e6ad407cdf2ac0b1f1a]

        replace implementation of ScRange::PutInOrder() with that of Justify()
        
        It does the same, just more efficicient.
        
        Change-Id: Iee2e6a40cf8f8e8be629b458520ae392501af3e9

2015-07-08  Varun  <varun.dhall@studentpartner.com>  [b6c570aff4c6dc7a469ed0e2c3dff8ce8f9934b8]

        Added Test for Defaults of Outline Numbering
        
        Change-Id: Ie84087ec0d456a37c6af3e36075d840b802aebf6
        Reviewed-on: https://gerrit.libreoffice.org/16837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [97df2dee8ea4f33f4efb7467cfeec2d8954c006c]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: Ieb3f5a50ed0ddc9109dc0ad16caa8a8ac5b16362

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [d0ba487bae3a0f6d1fcb9af13397c85e70ad8e1b]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: Ie943f6a998f142014c0405892264c8257dccaf6f

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [8585e0a1fd7a31a6ee85b05fdff57b11797e0ea3]

        Avoid loplugin:staticmethods in non-debug build
        
        Change-Id: I205531a51f9d3e6611aafc5eb8fbd1ab49a517d8

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [81275d4725236b0c7fe9e724299dd67eeb203c99]

        Avoid loplugin:redundantcast in non-debug build
        
        Change-Id: Ib5f57ba5154c56b89ab550aef5a87ee27539ddd9

2015-07-08  Eike Rathke  <erack@redhat.com>  [fbf9858a60120a7fc8e1ca4045bbcd6091c614df]

        Updated core Project: translations  5fbe7f221f27df62d1156763f03baa90322c366b
        
        interim typo fix NETTORABEITSTAGE -> NETTOARBEITSTAGE
        
        Misspelled spreadsheet function names are most ugly..
        
        Change-Id: I73a1f611e66a1484d2a728d3339eff5a6cd852ac
        

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9f1682f4e752c4f9ea43a21d1e201b014a88aca8]

        various warnings
        
        Change-Id: I1e4f6920601bad273b5255defc9377ef303083fc

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [feab17bc3626b5d1585d91ce006b4b9105483c1f]

        various warnings
        
        Change-Id: Id3a56d628088f19424bd6e0c8bf23b0ac6c64d25

2015-07-08  Rishabh Kumar  <kris.kr296@gmail.com>  [cc43153f466135b959605add37ccd9443852c185]

        tdf#87702: Addition of Shadow sidebar tab
        
        Change-Id: I75b368c0a8088926c765dbc46c6a4ce7c9d8b9f0
        Reviewed-on: https://gerrit.libreoffice.org/16375
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-08  Regina Henschel  <regina@apache.org>  [64bc8b45b5c23efc5fe57585a69aa4263aaf4e83]

        i#107734 Support for Math Input Panel in Windows 7
        
        The patch introduces a new command .uno:ImportMathClipboard to module Math.
        It imports MathML content from clipboard and transforms it to Starmath
        It handles clipboard MIME type 'application/mathml+xml' and
        plain text, which can be interpreted as MathML segment.
        It partly solves issues #i14252, #i34781, and #i53509 too.
        Review by: Hanya <hanya.runo@gmail.com>
        (cherry picked from commit 9ec2148653436be8612273439180749e71e2ce58)
        
        Conflicts:
        	dtrans/source/win32/ftransl/ftransl.cxx
        	officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xcu
        	sot/inc/sot/formats.hxx
        	sot/source/base/exchange.cxx
        	starmath/sdi/smath.sdi
        	starmath/source/view.cxx
        
        Change-Id: I6cb5e8f737ee2e39f9ce96aba841db347a8806e4

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [26aebe26f706d9fbc9c113f5c1fdc495578435bf]

        vcl: use SAL_INFO for available X11 clipboard formats
        
        Change-Id: Ifbd87e59fa91241dd5852f7dc6b63e65d8ca6bad

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [394c5057e2c2a10bc09504646eed1b80e3cb061c]

        sw: let's try some C++11 syntax for function pointers
        
        Less ugly or just differently ugly? Hard to tell...
        
        Change-Id: I1265f07f39ebbc65acfcc30242bc7cd7d46207e7
        Reviewed-on: https://gerrit.libreoffice.org/16821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-08  Matthew J. Francis  <mjay.francis@gmail.com>  [61b1697069c50ff72339d4592add42ab72b03243]

        Reduce the amount of up front work in performing introspection
        
        Previously, when using PyUNO over a remote bridge, each remote
        call which returned an object could result in 50+ further calls
        to query interfaces on the result, regardless of whether and
        how the object was then used. The majority of these queries
        were made under css.script.Invocation to pre-cache certain
        information about the returned object.
        
        By making better use of available information to eliminate
        interface queries which are certain to fail, and lazily
        acquiring those interfaces which are required, remote scripting
        is significantly accelerated. In general, this also gives a
        small speedup for local scripting.
        
        Change-Id: I4f36da6b5f09cb0d22f21291f05fbea2ae7ae697
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3e645cde951906d883f015d342f85fc0eedb2ec]

        vcl rendercontext: fix off-by-one error in PaintHelper::PaintBuffer()
        
        With this, Writer no longer has leftover 1-pixel-width/height lines on
        scrolling at the right/bottom of the SwEditWin area.
        
        The problem was that PaintBuffer() painted one less row/column of pixels
        than intended. This happened because Rectangle::GetSize() uses
        GetWidth() and GetHeight(), which return "bound2 - bound1 + 1", but
        because the map mode was in twips, the +1 had no effect.
        
        For example, if top=127 and bottom=762 in pixels, then the needed height
        is 636, but (assuming e.g. 96 DPI) counting 11430-1905+1 in twips, then
        converting to pixels is only 635, so the last row/column is not painted.
        
        Fix the problem by making sure that GetSize() is invoked on a rectangle
        that has the size in pixels, that's how e.g.
        SdrPreRenderDevice::OutputPreRenderDevice() uses DrawOutDev(), too.
        
        Change-Id: I6f8686e0a91ba402db93982c25be76992c260abe

2015-07-08  Ashod Nakashian  <ashodnakashian@yahoo.com>  [c3c6bf235af32781e83d4fed2867a16bfeafa659]

        Limit the font preview text length.
        
        When text is selected, the preview text is the first TEXT_WIDTH (80)
        characters of the selection rounded up to the next word.
        
        However when no word boundary is found, the preview text is as long
        as the selection, which causes the preview to be less than usable
        in some extreme cases.
        
        This patch is to limit the preview text length when no word boundary
        is found, thereby always resulting in predictable behavior.
        
        Change-Id: I8a21638d601714db956b9b160664dfe1e5e49a4a
        Reviewed-on: https://gerrit.libreoffice.org/16855
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [6793eaa4fa77292b23e9b86221e598f438d45b8e]

        coverity#1311335 Uncaught exception
        
        Change-Id: Idd654a49457c89598e45e0eb17336297b6745703

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [1e40c6459fd0dd64cd27c7b2ffc093045cdbe78d]

        coverity#1311334 Uncaught exception
        
        Change-Id: I70c8fb0a30eb8185a5fe326d0ce11fcac7aa7e4f

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [856583492785d3c332f5ad4092a8196d590f930b]

        coverity#1311333 Uncaught exception
        
        Change-Id: I692712d7a5a84efdec383c5d1ec7bd492a2e1aca

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [ca55180d74d9e6f40071f453c4b0280ae768e5a0]

        coverity#1311332 Uncaught exception
        
        Change-Id: I96fbdb219fa59db54a7a2fc496e6d41f5d34385f

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [9c54c5c0b3ee934bffeb3bb52a84c08c09a0dcdc]

        coverity#1311331 Uncaught exception
        
        Change-Id: Ic5a42560e30bac18c90f4008eb593357f3539ee1

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [f596abe5b2ce4009e3339919292e74ba7c2dc4c0]

        test-case for crash loading a page name field
        
        Change-Id: I5ef8fbf8b6711ca8950b5a0a210bc0c74ae1bd53

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [a88bf8fd10c42a15e5d6e66da656889c82b4933a]

        coverity#1308596 Uncaught exception
        
        Change-Id: I1a59d18546eab664d5148af544cd3657df2d5318

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [cc97d4ff08d65a96121296836629f39d7c0bf0e8]

        coverity#1311336 Uninitialized scalar field
        
        Change-Id: I112e57bd6938d601e01dcd1f8b318db73a43b00c

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [57e5bf760fa84ec84abd3a93e1623aa045d410e1]

        when skipping hidden pages to pdf adjust dest page indexes
        
        when setting the page bookmarks.
        
        three slides, set second to hidden, export to pdf (without toggling
        on include hidden slides), in evince/acroread click on the "slide 3"
        title, and the viewers will not jump to that slide, seeing as the
        index is mis-calculated assuming 1-1 export-import pages
        
        Change-Id: I5784100c2444ca480984914e67c8b7e376a2ec47

2015-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [3e8cb7da52e84b03b309b68708889fc42789b722]

        Fix typo
        
        Change-Id: Iec20cfa243e336d36e12e13d36564eacc9db1435

2015-07-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f3c687a87c4c238286c35adcec54592c2e8cdffa]

        tdf#90351: server response does not always contain cmis:baseTypeId
        
        So if we know which object we just created, don't rely on the server
        response to tell us. Improvement on the fix from
        5c10e8cd0eedefc2dcc905154c4daa142561aef3.
        
        Change-Id: Iddf706fb3b8bef38217a406c806963ba4496c7c9

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [f0c4130746e7b61029ce90f24e69a3203b547e54]

        Use OUString::starts/endsWith
        
        Change-Id: I88effbf6f88dfb286f85f8fbd06bab8033aca6b0

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [4ec7f1d7a82e13532b07acb5da6bb17cfd550ee2]

        Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by now
        
        Change-Id: Iaa3482e0895b1ccb1f1743893d64ae1941f3f396

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [1290ec321ccff4aeb5f9e3f7d12d84c72f128a04]

        Reduce variable scope
        
        Change-Id: Ia9e427dfbd6e7f87087f5df334ec68acbcdfc624

2015-07-08  Andras Timar  <andras.timar@collabora.com>  [5c10e8cd0eedefc2dcc905154c4daa142561aef3]

        tdf#90351 libcmis: prevent crash
        
        Change-Id: I2d9673bb261a2586e1802f025c900962249cfc42
        Reviewed-on: https://gerrit.libreoffice.org/16854
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [ecc617e797aa5ed329668114e54ec7ffa5c0e87b]

        configmgr: support reading from a dconf layer (WIP)
        
        Work in progress to allow integration of LO with
        <https://wiki.gnome.org/Projects/FleetCommander>.
        
        During configuration, dconf support is implicitly enabled when available on the
        host (which is presumably only available on Linux).  It is explicitly disabled
        for TDF Linux builds for now, though, to avoid accidental dependencies of the
        distributed installation sets on system dconf libraries.
        
        A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with
        type "dconf" and an empty URL.  See the comment at the top of
        configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf.
        
        All of this is still subject to change.
        
        Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9
        Reviewed-on: https://gerrit.libreoffice.org/16848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-07-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [8caef148f4ce5f811588390c24bda41a1390093d]

        Updated core Project: help  fd9b00bd84e3fe1a0aa087f5355aa0fcd27ef95f
        
        Promote ODF Formula standard in Calc function help
        
        Insert ODF Formula standard citation in Calc functions where it applies. In this example, function TIMEVALUE is a standard ODF Formula 1.2 function.
        
        Many other functions qualify to be a ODFF function. But since Excel is changing its function names, not every Calc function is and ODFF funciton.
        
        Change-Id: Ib764d780f9f66c8a7adaba8954d91fc9b4d70410
        Reviewed-on: https://gerrit.libreoffice.org/16110
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [056066dfdb4e4a91aa742028f6a9c06eedeaa537]

        sw: remove boost::bind from accmap.cxx
        
        Change-Id: I9953cd58e4e285f655f11afccc1d6ee535f85d7e

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [1dca84e374898185851b5a90595a8b5b741431ad]

        sw: remove boost::bind from docbm.cxx
        
        Change-Id: I3e91817c5113a391668ef0f35d6b8df4702f9715

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [84806f306114a038b4d5cc4eb6f34b90fbe71f9d]

        sw: remove boost::bind from fmtatr2.cxx
        
        Change-Id: I4924251babfcea9a87e7e688c904264dd80f9359

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [737e392537d909f7915fb071230cc59ee1ff51e6]

        fix crash on loading presentation with page name field
        
        regression from
        
        commit 42b521f800a08b11432cf906ce1bdf9fcbfffdeb
        Date:   Wed Apr 22 23:31:43 2015 +0200
        
            tdf#88056: Implement ODF import/export of page title field
        
        Change-Id: I577a7c52836bbb13cc93910b4458aee5482ffc86

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [815fe9110897d5d8c122a5743e3765b67013dd8b]

        vcl: document mnDispatchLevel TODO
        
        Change-Id: I3c9f16bf0a2e6565612c32f48a95f447c09860e9

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [6b199c50afea1b85c429bd71808cd23a759a0b44]

        xmlhelp: remove obsolete GCC 4.2 warning stuff
        
        Change-Id: Ica1e7430ac7dc9fc61c8135498a0470ba5f1ab81

2015-07-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [e544f449eded2738b45de4be13c72b128a16bafe]

        Fix typos
        
        Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [307edd412e4fe3a74378959f5d93f5a2a44f1b60]

        sdext: the PDF library, not the tree
        
        Change-Id: Ic867140ace06337f6121d7c4576eb9850577d7cb

2015-07-08  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9bb825704b7592cfc66267303cb019e38dcb3c2d]

        tdf#90452 StartCenter: Replace old, clunky, non-transparent LO logo…
        
        … with something more elegant and sophisticated.
        
        Change-Id: Ie9cba3a0bc576c42279e7a46e24576b44a2e049a

2015-07-08  Tor Lillqvist  <tml@collabora.com>  [93e7870f31065ceda3485cb9390374d240587a78]

        s/Coordiante/Coordinate
        
        Change-Id: Iac584b09844b5877586061e9a44b1f7473bffed4

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [5f3930edf853003fa57130b0a7d0a92059f94dc7]

        sw: remove boost::bind from PagePropertyPanel
        
        Change-Id: I4e5bb81a14ee996bddc8585b5d350487f5f20d50

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [177f59b9e0ebdbde1d13d0c18d57e215287eafbf]

        sc: convert boost::scoped_ptr to std::unique_ptr while there
        
        Change-Id: I5c03889f3611b7c1799c39aa75a223ba34b603e4

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [1349c8356429279f6b6ff6d8fc7a1a51e5c7ee55]

        sc: remove unused boost::random includes
        
        Change-Id: I91b5ad2319f7c2b57c890106e94f8de79cbefbc0

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [b7fffe8460a3c6f619e540f35eb119e0b4a255e7]

        sd: test that we fixed the SdStyleSheet lifecycle
        
        Change-Id: Ia7e3c28eec02f23e4926cfb77b0afe7f8e79c711

2015-07-08  Michael Stahl  <mstahl@redhat.com>  [8904bf48e0cb4d5d0890684ce82dc2ff3252e41f]

        sd: dispose SdStyleSheet properly
        
        If it's disposed during document destruction it still retained pointers
        to SfxItemSet and SfxStyleSheetBasePool.
        
        Change-Id: I7b986b4fe5ca466f0fa86a99b744f5e2f85e08be

2015-07-08  Andras Timar  <andras.timar@collabora.com>  [1302fbe6a1872e3234dee3902079970d8672db92]

        typo: contest -> content
        
        Change-Id: If7fa4672ef76082526f4dd3e6090a19d7f9687b3

2015-07-08  Caolán McNamara  <caolanm@redhat.com>  [e7a6b023e3354713ec584321e849e575ab310cb9]

        gtk3: rework to remove gtk_style_context_set_path warning
        
        Change-Id: I5d09d460e145bc3dc04d0cdd27bc4a1094053669

2015-07-08  Noel Grandin  <noel@peralex.com>  [449d272daf5e99f039cdfdd25f020bd798fb9e1d]

        loplugin:unusedmethods vcl
        
        Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002

2015-07-08  David Tardon  <dtardon@redhat.com>  [b43fde69caf456585004b3e1da5161d76eadf057]

        fix langtag test with liblangtag 0.5.7
        
        Change-Id: Ic8639daa5a32cf98fa17903424b00916cb6d8c6f

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [d29aeee806991a1439697c255b95db111230e262]

        loplugin:staticmethods
        
        Change-Id: I8eb65173d7bf71a829b8c1d8451dbbc7d81a8d38

2015-07-08  Stephan Bergmann  <sbergman@redhat.com>  [022331e8ddfa1b0b95cba66a322fb244b4c1cad0]

        Fix MSVC build
        
        Change-Id: I784c0325c22708ab48217a9c06759d9fc1d7d5eb

2015-07-08  Noel Grandin  <noelgrandin@gmail.com>  [4deb5e7168935b71e9eb036c0b47c400934d9e18]

        cui: typed Link<>
        
        Change-Id: I39541a18f3d28ff1b428d5a77e36c3bf4c43d6b5

2015-07-08  Noel Grandin  <noelgrandin@gmail.com>  [2b5ebcc45b598f7e778abd76184342b86300c3b0]

        chart2: typed Link<>
        
        Change-Id: I98c882d64cb4d6430390ac705f3f2208dd523598

2015-07-08  Noel Grandin  <noel@peralex.com>  [3c4da0f6fda6d6cf376cae77417d813e1d21d740]

        java: let the unit-test framework catch exceptions
        
        and report them for us, instead of inventing our own mechanisms
        
        Change-Id: Id9186a2b01dad33c377e4785e1ca07bccea48b07

2015-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [af4121416c8f4c88385765ec16a7569104ed2714]

        writerfilter: remove not needed TableDataHandler interface
        
        Only DomainMapperTableHandler implemented it, and all clients can use
        that directly, no need for this abstraction here.
        
        Change-Id: I800b9eddcfddee643c725c29d9f15db3c9aab02c

2015-07-08  Andrea Gelmini  <andrea.gelmini@gelma.net>  [799cc41b53a59c543408fa5370e107c2c57a2904]

        Fix typos
        
        Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0
        Reviewed-on: https://gerrit.libreoffice.org/16834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-07-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ff669d1c7f692052534d1136d1ff4220433f8542]

        update credits
        
        Change-Id: I5d87fe5880de66557ebe4cfbd48f89353a9dcdcc

2015-07-07  Eike Rathke  <erack@redhat.com>  [a49b8af4cf03ae08cb7a28f66e24368a7b08ae3f]

        end/restart group listening in DeleteSelection(), similar to DeleteArea()
        
        Reproducer:
        * in A1 enter =SUM(B1:C4)
        * copy A1 to clipboard
        * paste to A2 and A3
        * formula in A2 is =SUM(B2:C5)  A3 is =SUM(B3:C6)
        * select A2:A3
        * hit Del key to delete the two cells
        * enter any numeric value in B2
          => formula result in A1 is not updated
          Shift+Ctrl+F9 hard recalc updates
        
        Change-Id: I55e55b8cfe69e9273170ceaea4e6c046b3d4f7b7

2015-07-07  Michael Meeks  <michael.meeks@collabora.com>  [d48353f336890211920fe9b53a538f7b3526c4e1]

        tdf#91574 - fix slideshow presenter console lifecycle.
        
        Change-Id: I9748579fed8fd4dcf505bc79e48e40c1255bd22e

2015-07-08  Maxim Monastirsky  <momonasmon@gmail.com>  [5d19f90eb247275420a6774403cb77940ac6131b]

        tdf#92017 Don't attempt to show commontaskbar in Draw
        
        Regression from 1191ed8584f9fd63c39514dd2e3e71682913d4bc
        
        Change-Id: Ib631c7ac7d0c8688907555d0fb2e4343ce37d660

2015-07-07  Michael Meeks  <michael.meeks@collabora.com>  [9a9b192ba57063311a7af8e48590272520f8aff9]

        Improve sdext/ README.
        
        Change-Id: I64a5313f39efbe091a5c7164ca29535e4b45b00c

2015-07-07  Varun  <varun.dhall@studentpartner.com>  [91949b62505b4159ad930dca89d2cc9eba082807]

        Added Test for tdf#80020 Impress style inheritance
        
        Change-Id: I001dff1ba3774b811721709b0910a6fb711cca1f
        Reviewed-on: https://gerrit.libreoffice.org/16833
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [2d06773762cae7d1cc98c723815a65b457a642c8]

        replace some IsDead with isDisposed
        
        keep both tests for now for cowardice
        
        Change-Id: I96d922ef64b874f2124204c3c564a38fa7511ffe

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [4c9d7772bd76c30ddbfb7e0b3460aabb9529cfde]

        spelling dialog always leaked here
        
        Change-Id: I00c96bbfe7106a09c0a8aa09f3209537bc3d2b07

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [3398b59d2dbdcafc7fd3e7446271c5dc3bd9b3be]

        AbstractSwWordCountFloatDlg always leaked here
        
        Change-Id: Icfff86678f6b9d85c0bc9bc77e450891d388cb2a

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [47c41f4c03db2e876301760415db1e937d00f551]

        VclPtr: no dialog loaded from a .ui ever actually destructed
        
        Change-Id: I51a0596049a43cbc80f914f3d8491c2125c8109e

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

        Related: tdf#92392 clear workwins that point to pWindow
        
        before trying to destroy pWindow
        
        Change-Id: I7257096e8da2a5d6753ad2091287d63ea9ae244b

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [8e20a25319e16d2f74e18696480556bc841a1679]

        Related: tdf#92392 clear some more vclptrs on dispose
        
        Change-Id: I91b8d082ff19328e35e2f1c2a02838d96224dc9c

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [5f216c82ab5fbab44ab55a5127d0be7d4a2da8e3]

        Related: tdf#92392 protect against double dispose from dtor with disposeOnce
        
        Change-Id: I40f3bdea784a1abed8f9732a9444cd8d1eccf4a9

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [375f9460d99a0e2c366318edcc41d64d6170286e]

        Validate names of elements added via the API
        
        Change-Id: I052f8ca6a8788665acb1bf87456f7cc67d64c365

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [d62253dee17dc25e6e66512870123b321f34c750]

        loplugin:salbool
        
        Change-Id: I7a75b1b9fc14d4f9d5a5e7a61dc116d62a28d237

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [8cb69cc82c11b640c0328f4788c05bed1ac15e90]

        -1 -> Z_ERRNO for clarity
        
        Change-Id: I29aa8531646f416a72b89f7571b757c39705c31a

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [48ebe0987da9c95d8582fd6b9607b84a4bed0f75]

        loplugin:stringconstant
        
        Change-Id: Id839c650721efed3bc734da49ebd5a0074897cbe

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [4bb2d015b332aa5e7623b4edba53f0503c64bbba]

        Related: tdf#92434 children cleared but parent hasn't completed dispose yet
        
        Table::dispose is being executed, so its not IsDisposed yet, but this
        a11y code gets called during the dispose and the children have been cleared
        at this point
        
        Change-Id: I20aa9b15b1c5c3da91af58ac61f59fcf52619d58

2015-07-07  Dennis Roczek  <dennisroczek@libreoffice.org>  [7161ff6e928cd74a2fba9fd6f966f2283bd24d59]

        Updated core Project: help  f36f2883973e4ba6d59ee8d0d9b3e98273aa1c44
        
        improving upload script
        
        Change-Id: I8f7bc5973f988af29b0a07ad3ac066f93bebe5e6
        Reviewed-on: https://gerrit.libreoffice.org/16198
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [13d08f07b4d67afe211997ca37934c45208d50a6]

        Resolves: tdf#92539 reversed logic on enable/disable
        
        Change-Id: I26ef918c0a68a84c22da3979c1180a2aee7a8109

2015-07-07  Varun  <varun.dhall@studentpartner.com>  [ecbe2ef3c7bf561b18988ef0a5764e48923d767f]

        Add Test for tdf#88899 SwDocInfoField with DateTime
        
        Change-Id: Iae7355d136ded368543c3825875df54f691f5219
        Reviewed-on: https://gerrit.libreoffice.org/16813
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-07  Andras Timar  <andras.timar@collabora.com>  [f9a530d4a6c52a26d9600da8eac6534d1415316c]

        Updated core Project: help  5aad108719014b52c9aba6be407ed553d0095a66
        
        tdf#86301 fix hids of startcenter
        
        Change-Id: Ic33ff7519d820d9d770db6a3d2d067a81fb38272
        

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [64fe80db1f06c01084a1c8c498ac874ce4e476ce]

        Replace GetAppData(SHL_SVDDE) with a static pointer var
        
        Change-Id: I63d35dc3dbfb1185d5795316d2c1d77745d85451

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [2b429eff07ed3e3049e47e0219669a47bada4905]

        SHL_SHL2 is unused
        
        Change-Id: I8e76b7e0f58143c883fa94a44d9681c6c3b9ac5a

2015-07-07  Eike Rathke  <erack@redhat.com>  [2873d7586199adaaf43144d6b6d4b2f253cfe4dd]

        unit test for copy&paste put reference in order, tdf#92468
        
        Change-Id: I69b2f294011498097372a1a46991e1ca8b6721c1

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [22935ed0a47bfc143303a8084cefd35eae94e6a9]

        -fsanitize=function
        
        ...calling getOutlineNumberingLevels_en_US
        (workdir/CustomTarget/i18npool/localedata/localedata_en_US.cxx)
        
        Change-Id: Icf22a29ffa7c6309a5e10f9d9d7bd60f8e8a51b1

2015-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3f2a4fc8565ca558d89cdf6377df7f9f8592616]

        vcl rendercontext: avoid CopyArea() in Window::ImplScroll()
        
        Direct CopyArea() does more harm than good in case of double buffering:
        to avoid touching the window directly, just invalidate the whole area
        and avoid copying.
        
        Change-Id: I678c5b0a38fc089675fd030d2da4132684a5d6a6

2015-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f420d65b76a6c30bce1322215990890da119a8ce]

        vcl: document Rectangle's get vs Get differences
        
        Change-Id: Icf08f96c8d21f98a6f5a5a83b07447755f32257a

2015-07-07  Caolán McNamara  <caolanm@redhat.com>  [10a3db37377a68ec7529bbfbf876c852d58b7ae4]

        gtk3: handle 32bit icons, silences ugly warnings as bonus
        
        Change-Id: I015c89740631dfcbe62cab62f75b4a44d2b3b35a

2015-07-07  Tor Lillqvist  <tml@collabora.com>  [3097a60e97b1070f9a0c6aa4202c7aeeec17954b]

        Fix some misspellings
        
        Change-Id: I564b4df26c45c035f455ecf6db573b25c5eb4699

2015-07-07  Tor Lillqvist  <tml@collabora.com>  [33de79f434bdeab591dd8146cad12657d2e8ad34]

        Fix some misspellings
        
        Change-Id: Iff2303650e1dcfc56064907a28df1c4c452eac56

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a82633760496aba3dbc8fb20ff02684109c9c1a3]

        loplugin:implicitboolconversion
        
        Change-Id: I68ab7d2a4841d34455e1b886f9ec83a19eccaeb6

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [a7ac7067fc0ac3e660943033e60e382be45d0879]

        loplugin:staticcall
        
        Change-Id: I4ad6b51c42e23ac5027f4f7b53b086c77b784129

2015-07-07  Noel Grandin  <noel@peralex.com>  [e546ed01e6bf6dbd8a30cecead4b0b75e2afe92a]

        loplugin:unusedmethods package
        
        Change-Id: I19d6bbb9288d72b99d1023b4983b1c3fff7570e8
        Reviewed-on: https://gerrit.libreoffice.org/16811
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-07  Eike Rathke  <erack@redhat.com>  [3ddaeaab37d585971e376de6ad7b0f06f55f2e1a]

        call ScTokenArray::AdjustReferenceOnCopy() in ScFormulaCell clone, tdf#92468
        
        Change-Id: I0dc0c3528b35bc6ea2525bafb94d72ee65e4791a

2015-07-07  Eike Rathke  <erack@redhat.com>  [369ee0b1faf79f1bd23c75ee04dd0dcc5bf283af]

        introduce ScTokenArray::AdjustReferenceOnCopy(), tdf#92468
        
        Change-Id: I0a7ac0d9d10e96223cd5f095a771aa6f9d271417

2015-07-07  Eike Rathke  <erack@redhat.com>  [ad3d2b6c2e88d191d76f90eb5be927f7ca76c670]

        (re-)introduce ScComplexRefData::PutInOrder(), tdf#92468
        
        Change-Id: If551e02a77a416b95f74266de896391d1d72eb3c

2015-07-07  Eike Rathke  <erack@redhat.com>  [d24c6a0280b0287ee6c23ca89068323c6b7c3dd7]

        always justify a referenced range in order, tdf#92468
        
        Change-Id: Id69c58800d28f1733777f7931a20d8ee7bdf034f

2015-07-07  vsfoote  <vstuart.foote@utsa.edu>  [3b355fca41dcfc94809fcdbbf31234a6abf86444]

        tdf#91776 Rework StartCenter accelerators, use first letter of module names
        
        Change-Id: I4ae245b413203417ef9758463f1e9f205a6bf01d
        Reviewed-on: https://gerrit.libreoffice.org/16807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-07  Mihály Palenik  <palenik.mihaly@gmail.com>  [4d0e9102d890ce0085986ca3946aeb8d99769b4a]

        tdf#92510 Fix search in Expert Configuration dialog
        
        When dialog find an appropriate entry, it will be insert and expanded
        if it is a parent node.
        
        Change-Id: Idab2823d1657acd32942177d8f674dbab3c0c8e7
        Reviewed-on: https://gerrit.libreoffice.org/16806
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-07  Mihály Palenik  <palenik.mihaly@gmail.com>  [ac34ba072756efd92febdb1a9d59b4d789424a25]

        Use expanding handler in Expert Configuration dialog
        
        Expert Configuration dialog use expanding handler instead of double click
        handler when expanding tree node.
        
        Change-Id: Ia35c289db46796ca61ef8898e669af6c5a0bd24d
        Reviewed-on: https://gerrit.libreoffice.org/16674
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-07  Noel Grandin  <noel@peralex.com>  [0c8dd8f50368dad6512d27a531af833217b7b861]

        loplugin:unusedmethods sdext
        
        Change-Id: I9119e612a92d05f587a1f1e19ca21b2f95102891
        Reviewed-on: https://gerrit.libreoffice.org/16809
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-07  Pranav Kant  <pranavk@gnome.org>  [a625cd702700ae1773966a3133d27027d1c4d083]

        lokdocview: Grab focus on mouse 'button-press-event'
        
        Change-Id: I65187bbd2cc32d9278d8b3890a82b5555390858a

2015-07-07  Michael Meeks  <michael.meeks@collabora.com>  [1aa73339103eb79f84d3a5ad958b44ab9460cf45]

        Add vcl lifecycle test for Toolkit / XWindow peers.
        
        Change-Id: I0114595dcecaddde343a16f096de16f53f9b7a5a

2015-07-07  Jan Holesovsky  <kendy@collabora.com>  [ec47717b352dfa194d183be7aba5fa237045cd11]

        online update: Make sure that bzip2 builds at the correct time.
        
        Change-Id: I4973b4aaf311b0899831ea7f5335204f2e0bd9dd

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [760e7c269b8890517c650ad69bee8c53f2b8219e]

        Remove unused XmlSearchExceptions.hxx
        
        Change-Id: Iff364452d72c49f6484bed1520b5d2a17c342ddf

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e1b30d688105afa28c8d927d78e137b85662a79b]

        -Werror,-Wunused-private-field
        
        Change-Id: I80da554ab15450ff6aa13575784ee8f64ca506db

2015-07-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb9d628552d7a91680ef04c08b1f49cee4ada6bf]

        performance tuning of rtl_ustr_indexOfAscii_WithLength()
        
        lcov over make check showed
        
         98      4699997 : sal_Int32 rtl_ustr_indexOfAscii_WithLength(
         99              :     sal_Unicode const * str, sal_Int32 len,
         100             :     char const * subStr, sal_Int32 subLen) SAL_THROW_EXTERN_C()
         101             : {
         102     4699997 :     assert(len >= 0);
         103     4699997 :     assert(subLen >= 0);
         104     4699997 :     if (subLen > 0 && subLen <= len) {
         105             :         sal_Int32 i;
         106    54014537 :         for (i = 0; i <= len - subLen; ++i) {
         107    51036513 :             if (rtl_ustr_asciil_reverseEquals_WithLength(
         108    51036523 :                     str + i, subStr, subLen))
         109             :             {
         110      205482 :                 return i;
         111             :             }
         112             :         }
         113             :     }
         114     4494505 :     return -1;
         115             : }
        
        so
        1/ in 95% of the cases the result is not-found.. _that_ is the hot path
        2/ we are calling rtl_ustr_asciil_reverseEquals_WithLength close to 11 times
           per call.. (average ~ len - subLen, due to the high miss ratio)
        
        so let's first search for the first byte of the substring
        to optimize the 'miss' case, which is the most common one.
        
        Change-Id: I20ef0821db2ff0db5935dd562844a947a14aff64
        Reviewed-on: https://gerrit.libreoffice.org/16763
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-07-07  Noel Grandin  <noel@peralex.com>  [9d7727737b067c5228f129737046f718d5965659]

        loplugin:unusedmethods ucb
        
        Change-Id: Idc0ca78da8ebbdfe8489eee92a1167eb1bd9722f
        Reviewed-on: https://gerrit.libreoffice.org/16794
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-07  Noel Grandin  <noel@peralex.com>  [fc0079ee90ab466ca5391292ed1be9e937ef6f2a]

        loplugin:unusedmethods xmlhelp
        
        Change-Id: Iaaeb6e6f928c6e40112b6c852a6868e1f4abdc47
        Reviewed-on: https://gerrit.libreoffice.org/16793
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-07  Jan Holesovsky  <kendy@collabora.com>  [c4e74d50901eeaf979be4707815c1d3490b543ea]

        LOK: Corner case with working dir as '/'.
        
        Change-Id: I3965966f0d3fe65389e8834d67452ac56f9df2d6

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [f9663211b6a452b45242786eeed227c0779fba9b]

        loplugin:stringconstant
        
        Change-Id: I2908fc052d44a8bddf8ebb628f67ce346ac519c7

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e69fd541ca4fd542f7e39ca8a1dd9cc113b95be2]

        Replace GetAppData(SHL_IDL) with a static pointer var
        
        Change-Id: Ia1e22ff95457a958ef26974091aa2092b32505bd

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [e294fa9283071cb2816b6d8c759ed76ee552410e]

        Replace GetAppData(SHL_IDL) with an rtl::Static
        
        Change-Id: Ia7a75c4686734aa811006858343666d2edfde8a1

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [af1be90e528ceeca70ee8f266fc6f6d8682b2c0d]

        Replace GetAppData(SHL_SVD) with an rtl::Static
        
        Change-Id: Ie1ccffe5461475a0425891861f825aeea149e876

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [1fd5509aaa7956ecdff5099c52818809ce8d45ed]

        Replace GetAppData(SHL_ERR) with an rtl::Static
        
        Change-Id: I3932afa803ceb6429d4e5cf63af59131307d5c6e

2015-07-07  Stephan Bergmann  <sbergman@redhat.com>  [99769c53a11a5cf76158197bfb2d65229245756a]

        Unused #ifdef BOOTSTRAP
        
        Change-Id: I71b7fba7bb77c9df2befde6dc9629d3cb1586f62

2015-07-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [0251e61640b94094918406b33ee7b05564409feb]

        tdf#91362: Make "printer was modified" status persistent
        
        To test:
        
        Scenario 1:
        * go to Writer -> Format -> Page
        * select page format and orientation, if possible a different one than the default
          in your env.
        * File -> Print -> Properties should now show those values (and not the default
          values from the printer)
        
        Scenario 2 (aka Scenario 2 from tdf#61186)
        * now go to File -> Printer settings
        * change page format and orientation, if possible to yet a different one than the
          printer default and a page one
        * File -> Print -> Properties should now show what was selected in Printer settings
          and not the format of the page
        
        Change-Id: Ibc84540f428b79dbec2587c50eefe526a62751b3
        Reviewed-on: https://gerrit.libreoffice.org/16716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-07-07  Eike Rathke  <erack@redhat.com>  [cd4bbac0a866432adf7a7104add3a55f43636576]

        also ifCOUNT2 return type is always number
        
        and an on-the-fly comment translation
        
        Change-Id: I7e2d24928c3b508db39053ea768c25048bfb5d87

2015-07-06  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5d88cb48a77e65810ea6d0be32b5387b1767a216]

        unify code duplication in ScInterpreter::ScSum and IterateParameters
        
        The code in ScSum is mostly identical with that in IterateParameters.
        Worse, functions like SUBTOTAL and AGGREGATE use IterateParameters for
        the SUM function.
        Now we have one set of code for all SUM-functions and averted the danger of
        diverting pieces of code which are supposed to do the same thing.
        
        Removed old-style bNull-method too.
        
        Change-Id: Ia4f22c21c4b3c3a244ea1cd10c30d8cfcaa8ef6c
        Reviewed-on: https://gerrit.libreoffice.org/15362
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-07-06  David Ostrovsky  <david@ostrovsky.org>  [dacdb66fd52380caa079cd8eac61bb9b01bcfe4c]

        Libxslt: Fix compilation on VS 2015
        
        Change-Id: Icb7f7cb20f5e2b200442bbc2d2bd4eb540170045
        Reviewed-on: https://gerrit.libreoffice.org/16761
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-07-06  David Ostrovsky  <david@ostrovsky.org>  [51b7970292b724e658a61ddcc79b138b4865c667]

        Libxml2: Fix compilation on VS 2015
        
        Change-Id: Ia2bb2897bc3fdb04c89f3328718f32fecd30eb64
        Reviewed-on: https://gerrit.libreoffice.org/16760
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-06  Varun  <varun.dhall@studentpartner.com>  [c12c1b15eaa2310b1e04d0585c009e7c9bf45793]

        Added Test for tdf#81995 check outline numbering
        
        Change-Id: I0a35a010d3edc8caea30e16813c937f1fa4d3ac8
        Reviewed-on: https://gerrit.libreoffice.org/16797
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-06  Julien Nabet  <serval2412@yahoo.fr>  [36a77b748a0b1d35ce72b2e14d1daa158d5f7c4b]

        tdf#91574: SLIDESHOW: crash when second monitor connected
        
        0  0x00002aaab1f6a803 in VirtualDevice::InnerImplSetOutputSizePixel(Size const&, bool, boost::shared_array<unsigned char> const&, bool) (this=0x0, rNewSize=Size = {...}, bErase=true, pBuffer=..., bTopDown=false) at /home/julien/compile-libreoffice/libreoffice/vcl/source/gdi/virdev.cxx:293
        1  0x00002aaab1f6ae54 in VirtualDevice::ImplSetOutputSizePixel(Size const&, bool, boost::shared_array<unsigned char> const&, bool) (this=0x0, rNewSize=Size = {...}, bErase=true, pBuffer=..., bTopDown=false) at /home/julien/compile-libreoffice/libreoffice/vcl/source/gdi/virdev.cxx:396
        2  0x00002aaab1f6b1af in VirtualDevice::SetOutputSizePixel(Size const&, bool) (this=0x0, rNewSize=Size = {...}, bErase=true)
            at /home/julien/compile-libreoffice/libreoffice/vcl/source/gdi/virdev.cxx:444
        3  0x00002aaae650e30f in vclcanvas::SpriteCanvasHelper::updateScreen(bool, bool&) (this=0x69daf50, bUpdateAll=true, io_bSurfaceDirty=@0x69dafe0: true)
            at /home/julien/compile-libreoffice/libreoffice/canvas/source/vcl/spritecanvashelper.cxx:316
        
        So initialize maVDev
        
        Change-Id: I4a79ba6e8f13c4a2bed3127742a9a9c928e133cd
        Reviewed-on: https://gerrit.libreoffice.org/16770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-06  Maxim Monastirsky  <momonasmon@gmail.com>  [064481201341d92af2ec1387bb53a9c4b480217f]

        tdf#83541 Redraw the last used color after theme change
        
        That's not what XSubToolbarController was originally designed for,
        probably, but it has more in common than otherwise. A split button
        offers a dropdown with some functions, and the main part of that
        button updates with the last selection, to easily re-apply it.
        
        This is based on the change made in commit
        dd69bde36a4ee4636933a80c0291486593a37670, so that updateImage
        method is called once an icon refreshing is requested.
        
        Change-Id: I6bd15638665f917ed7060886cd7835cdcd1a34f9

2015-07-06  Stephan Bergmann  <sbergman@redhat.com>  [e93b4d20d88ab70489e4daad5e8640b34d06b28f]

        No MAP_POPULATE on Mac OS X
        
        Change-Id: I6a0b8bbeec94fe19b609542550f9cce783daef20

2015-07-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3004221e47918eb08cfa98ba43a23a0b25412cd5]

        preserve whitespaces here, tdf#88137, tdf#89254
        
        Change-Id: Ieabb075b1e324792726a6c67949fbf3e7127615d
        Reviewed-on: https://gerrit.libreoffice.org/15375
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b26c1796d0a05f47cfb01d79ee4f69344efbbb2]

        tdf#92577 sw rendercontext: paint transparent from controls conditionally
        
        Regression from commit beb4aa21d61f0d66392d596be86fb57b4b167239
        (SwViewShell::ImplEndAction: avoid direct paint, 2015-06-29), the
        problem was that the lcl_PaintTransparentFormControls() call performs
        direct paint, so it should be called only in case we don't do an async
        paint via invalidate.
        
        As expected, this call is no longer needed for the original i#107365
        bug document in case SwViewShell::Paint() will be called by the main
        loop shortly.
        
        Change-Id: Ia27c551ed838d610f972f20abbb4ae9f0e1241b6

2015-07-06  Benjamin Ni  <benjaminniri@hotmail.com>  [6a01844a9f504c40758daa570724f1983ab1be79]

        tdf#92547 - incorrect input values shown in formula wizard
        
        Change-Id: I55dd98b1613376c8e1c83af8ffdc66a58e022cb1

2015-07-06  Maxim Monastirsky  <momonasmon@gmail.com>  [1745af7d0a4157ce370d5ef2243f766bd28b6155]

        Set button size before updating the images
        
        So that the sub-toolbar controller will pick the
        right image size.
        
        Change-Id: I70b642ac84377b461a001ef11f551a5e1448c0f1

2015-07-06  Stephan Bergmann  <sbergman@redhat.com>  [89cc8445f7f76b55e209b8c0c5407b0e592b1117]

        Clarify treatment of double slashes in rtl::Uri::convertRelToAbs
        
        Change-Id: I71d0ded04b35472f14e4764a47212c73ac500814

2015-07-06  Maxim Monastirsky  <momonasmon@gmail.com>  [dd69bde36a4ee4636933a80c0291486593a37670]

        ToolBarManager: Let XSubToolbarController update itself
        
        The doc for XSubToolbarController::updateImage says:
        
        "gets called to notify a controller that it should set an image
        which represents the current selected function.
        
        Only the controller instance is able to set the correct image
        for the current function. A toolbar implementation will ask
        sub-toolbar controllers to update their image whenever it has
        to update the images of all its buttons." However, it didn't
        work that way until now.
        
        Steps to reproduce:
        
        1. Open one of the custom shapes dropdowns, and choose a shape
           other than the default. Note that the button is now updated
           with the last selection.
        
        2. Change the icon theme. Note that the button shows now the
           default shape, despite the fact that a future activation
           of that button, will still draw the last used shape.
        
        Change-Id: I9345c9faa17dc82a5f590b242b60751ce5d8e648
        Reviewed-on: https://gerrit.libreoffice.org/16781
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-06  Marek Doležel  <marekdolezel@gmail.com>  [ae20b8147307de84318598be72977abc3f7bdda9]

        tdf79312: disable auto-close spelling dialog for sw, sd
        
        Change-Id: Ib7ea6624ac6b112779b0e64b08805538b8d6afff
        Reviewed-on: https://gerrit.libreoffice.org/16796
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-06  Tor Lillqvist  <tml@collabora.com>  [e03244c94d83ca5fdd6f3ed62ce7ece4afd51b53]

        Fix Funky Capitalisation Of Comments
        
        Change-Id: I2846824d402d029cde8d214f8112047243c79c54

2015-07-06  Jan Holesovsky  <kendy@collabora.com>  [b183507ee293d8bcafa9c1c5b2844b7a83fea17b]

        LOK: Cleanup absolutizing of URLs.
        
        Thanks to Stephan Bergmann.
        
        Change-Id: I22aa3bb827db28bce3eabebb9b8c514663fad860

2015-07-06  Stephan Bergmann  <sbergman@redhat.com>  [8468436bf65b05ab77c3414e6cd5d532c6aea1d6]

        Workaround seems no longer necessary for MSVC 2013
        
        ...but C2514 is still there
        
        Change-Id: I818fed066b0ddaf5c30e6057285151d8a575c373

2015-07-06  Noel Grandin  <noel@peralex.com>  [032c0ec6b18718dc2bde580ced9781048a2fdbb9]

        loplugin:unusedmethods svl
        
        Change-Id: Ic136cce6abef44291b7236a6d709f0eee391f311
        Reviewed-on: https://gerrit.libreoffice.org/16784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Noel Grandin  <noel@peralex.com>  [593206bda7ae6b522a5f29aef25445722aedeb4c]

        loplugin:unusedmethods hwpfilter,i18npool
        
        Change-Id: Ied85d93019d0f6c01c14045758b405f2ac316676
        Reviewed-on: https://gerrit.libreoffice.org/16783
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Noel Grandin  <noel@peralex.com>  [c4379aacbe9d5732dadf02c2d4306266e162ffc6]

        loplugin:unusedmethods sot
        
        Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c
        Reviewed-on: https://gerrit.libreoffice.org/16733
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Caolán McNamara  <caolanm@redhat.com>  [5aff134960b046a05f6255d10fd6d8ec72a3ff41]

        only inflate if status from InitDecompress is good
        
        Change-Id: Ief207205b3f05dd0ed92a2d1d30e265cbdb914e3

2015-07-06  Michael Stahl  <mstahl@redhat.com>  [b8f99f254bd3c1e05b40103be999bf83fc22fc35]

        configure: require libexttextcat 3.4.1
        
        ... following commit cc96b2738b608782edffb4cc368d45255f31377b
        
        Change-Id: I152875b6f72ff972d004f6df11325ce89f43ad9d

2015-07-06  Noel Grandin  <noel@peralex.com>  [871a41cfd043e1c7391ca0b8b3c5e60bd799025c]

        loplugin:unusedmethods unotools
        
        Change-Id: Ieb73b50471263212285b9c3883c082477c1ad656
        Reviewed-on: https://gerrit.libreoffice.org/16729
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e47db97d2ced9178456eebaece11118158dce406]

        SwLayAction::FormatLayout: avoid direct DrawRect()
        
        Regression from commit 1d9e837698baab795efee6cc8b0e289528d5cac6 (Use
        GetBoundRect() instead of Frm() in layout., 2011-04-29), this causes
        problems for double-buffered rendering and also seems to be pointless,
        as just above we already added the rectangle to the repaint area.
        
        Change-Id: I3dc67143e8332ab941a683414ee318dbef13de88

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [519b34300f73b1e08f6194d6ba49d4fc010cf186]

        tdf#90611 DOCX import: fix missing paragraph style on footnotes
        
        One one hand, a problem since commit
        330b860205c7ba69dd6603f65324d0f89ad9cd5f (fdo#68787 DOCX import: handle
        when w:separator is missing for footnotes, 2013-09-04) was that the type
        attribute from <w:footnote w:type="separator"> resulted in two
        ooxml:CT_FtnEdn_type tokens, ignoring too many paragraph ends for
        footnotes, which resulted in missing paragraph style on footnotes.
        
        On the other hand, fixing the first problem showed that it wasn't
        correct that commit 9389cf78e304a5a99bcf1745b9388e14ac36281a (cp#1000018
        RTF import: empty para at the end of footnote text got lost, 2013-11-15)
        unconditionally removed the RemoveLastParagraph() call in
        DomainMapper_Impl::PopFootOrEndnote(). It turns out that RTF and DOCX
        have different semantics here, the footnote is always within a <p></p>
        pair in DOCX, while in RTF a \par at the end of a
        footnote means an empty paragraph. Fix that by conditionally restoring
        the removed RemoveLastParagraph() call.
        
        Change-Id: I33020ac761c94addfec8164a17863565e4453b07

2015-07-06  Stephan Bergmann  <sbergman@redhat.com>  [29fbe4bb7c28184721fa718393b2454437076940]

        -fsanitize=vptr: unnecessary, wrong downcast
        
        is e.g. an SwDrawFrameFormat instead of an SwFlyFrameFormat during
        CppunitTest_sw_uiwriter
        
        Change-Id: I97511cf516f76b12e04da61ce6fd51f61ef83241

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [158654894091db2689ddf83d2bb2104e9a408f29]

        Revert "vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLE"
        
        This reverts commit 7df3879d3f6222b840724ae748bdf8bf6a7af9f1. It's not
        necessary since commit f16d82ea8f1d2815faa978a4481c6b3c9c8705f8 (make it
        possible to force enable double buffering for all widgets, 2015-06-03).

2015-07-06  Noel Grandin  <noel@peralex.com>  [c760932fae3c2763a8b573511a5ad1e0f2b75ca7]

        loplugin:unusedmethods basebmp
        
        Change-Id: I9e89fea4e94a91edbbe355780c2a12d6e6cb6e4a
        Reviewed-on: https://gerrit.libreoffice.org/16728
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Caolán McNamara  <caolanm@redhat.com>  [592ee0308a36518137ab8ed965f28de4600909da]

        a malformed string here can force an out of bounds indexOf
        
        Change-Id: Ic4d922bd27b7f119a7f8b95bbb4d4ed9e89fe51d

2015-07-06  Tor Lillqvist  <tml@collabora.com>  [166ee1186c46bdedae14c87bd122d56301f30d48]

        ImplRestore() can be private
        
        It is only called from other member functions.
        
        Also, all the calls are inside conditionals that check mpData &&
        mpData->mbCurVisible already, so no need to check anew in the function. Use an
        assert() instead.
        
        Change-Id: Ibcde0aa43877b64b9b0ae5117cbda1fb44ee023d

2015-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [00daf98eddf2f2b27136282de1f3b47d4677b087]

        tdf#88206: replace cppu::WeakImplHelper* and cppu::WeakComponentImplHelper*
        
        with variadic variants, and drop unused #includes, in accessibility.
        
        Change-Id: Iddbe0f7932108319a5105448a74c570265d601ce
        Reviewed-on: https://gerrit.libreoffice.org/16639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [15c0fba5c2adb72dfaaf2dfeb0fc5c0dbdfa6e26]

        tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelper
        
        in animations.
        
        Change-Id: I7d776ddb81e0943bf2ea5895ea26631db76546ac
        Reviewed-on: https://gerrit.libreoffice.org/16645
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [623c2b92b90ffce8ece14cbbd2da7067e2759e99]

        tdf#88206 Change uses of cppu::WeakImplHelper* etc.
        
        to the variadic variants, in avmedia.
        
        Change-Id: I7fe65771ea5e0d30c7906d0d33acdcbe9e8aa3ff
        Reviewed-on: https://gerrit.libreoffice.org/16647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [c73e3bb925a2c08c9aea0e8e7a7e3502b68c044e]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in basctl.
        
        Change-Id: I52da577a6f6298eb89b0cc8c8ff243ecd341e9b3
        Reviewed-on: https://gerrit.libreoffice.org/16718
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Takeshi Abe  <tabe@fixedpoint.jp>  [7640e244db0565b1cb3909a7e243a2accd86e5c9]

        tdf#88206 replace cppu::WeakImplHelper* etc.
        
        with the variadic variants, in basic.
        
        Change-Id: I13c5644bd6b9e964e42a98bee9c3019d959efb36
        Reviewed-on: https://gerrit.libreoffice.org/16719
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Noel Grandin  <noel@peralex.com>  [52099a7ad3cafc206b71723fd41950203005e9eb]

        new loplugin: unusedmethods
        
        Change-Id: I72574e354aadf357d6d8181a514efb4783e79e28

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0afd9dbc08ee2e55e0845dd33ece10ff9375bfa7]

        sw: fix newly introduced style inconsistencies in docxsdrexport
        
        Change-Id: I9b9f198aa6da2f6734194207b4c4bdec3ee1d4c0

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2904c5cad7756268a5671eedd6a86286dfeed98]

        oox: sort output in generated oox-drawingml-adj-names
        
        So generated data don't unnecessarily differ after each build.
        
        Change-Id: I143fa189a653266fadf9dd34ce2ed42b9b9b1548

2015-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffc7b671e213d366e59d39ddbbef66544ebf01e5]

        tdf#92481 RTF import: handle \widowctrl
        
        Change-Id: I1af1d6bc150c16a2c6b0fe788a41c8c18caee6c6

2015-07-06  Noel Grandin  <noel@peralex.com>  [04c0b70c9bbd7c8d6e30a95c5693d283c992fd98]

        loplugin:unusedmethods sax,shell,stoc,basegfx
        
        Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017

2015-07-06  Noel Grandin  <noel@peralex.com>  [e9c3583c2cc27fc88ee81047c236ec99dd51e8de]

        improve the returnbyref loplugin
        
        Change-Id: I1b510a6194282dfa4a9001d473127c5ebc8b44eb
        Reviewed-on: https://gerrit.libreoffice.org/16731
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-06  Noel Grandin  <noel@peralex.com>  [89c77994d4638c86635c70535fab6508e2f3d900]

        remove some unnecessary typedefs around uno::Reference
        
        Not very useful these days, since we have the css:: prefix to reduce
        verbosity.
        
        Found with a search like:
           git grep -nP 'typedef .*uno::Reference.*<.*>\s+\w+;'
               | grep -v 'std::'
        
        Change-Id: I16f41c53837ec5c613545ae45df38b0daddcbadd
        Reviewed-on: https://gerrit.libreoffice.org/16730
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-05  Caolán McNamara  <caolanm@redhat.com>  [64385c7555c6bbb089f3ab8b2a5b623cadd6ee7d]

        cppcheck: noExplicitConstructor
        
        Change-Id: I999923031c573f361bc421eab84e68a4a130d688

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [3e0b5c8a0a5511aa5497543d58f01031083b5470]

        tbinsert.hrc is empty
        
        Change-Id: I3414afeab2fb95160d206891868596ec2ee637d7

2015-07-05  Caolán McNamara  <caolanm@redhat.com>  [4a121d402f2a66d30cd01ed1b890284d8d4f465a]

        this SAL_INFO uses brush which might be NULL
        
        Change-Id: Id69b55b266fe62934b53fc765030cfd044d0c74a

2015-07-05  Caolán McNamara  <caolanm@redhat.com>  [d6db7e20d31280547ab15455ad1bc2a6d84ca76e]

        ppc64: fix infinite loop with default unsigned char
        
        Change-Id: I4c1d4c9228113bf83e8aabb50f153d2658c3cf59

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [9fac093b76811be99d390d5cec30c3f7cb2361ae]

        Unused defines
        
        since 853e9c00a359b93c546e2e8a5fcee9e8aebf49b8
        
        Change-Id: I8b1bcaaff72ed73209e55011e006175356865811

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [bc3c7f2557a1871fb1e41fc9cac4426a6b208901]

        Add 'virtual'
        
        Change-Id: I57511b62b578f897c15c6cbb23dedb1200db232f

2015-07-05  Caolán McNamara  <caolanm@redhat.com>  [7e0b90aff31bc3d1bf3775ecb5fff4e8174f6db4]

        aDBFColumn.db_typ is input controlled
        
        so we can't guarantee that it is valid ascii
        
        Change-Id: Icdc6162db4405df729e548a836de5662255088ed

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [18992f308d7f1d9b972cb307666e4a4a18778eea]

        Convert NUM_PAGETYPE_ to a scoped enum
        
        Change-Id: Iddc194a0d8f77e307c05bd3dfef1fc30568173c1

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [4604a6a7cd66907fc29e01aacf2146f17fa19d34]

        This one should override SfxToolBoxControl::Select
        
        We don't have there Select(bool) since
        c3a89936abc7967ebe8916ca83cb38f6837f9aa1.
        
        Change-Id: Id496725d82289d1be004bdc36195877c12f336b0

2015-07-05  Maxim Monastirsky  <momonasmon@gmail.com>  [d6794cf0d590dc504fb9245a2930a8433dfe569e]

        SfxToolBoxControl::GetPopupWindowType seems unused, kill it
        
        together with SfxPopupWindowType enum.
        
        Change-Id: Ia0b2388b34c96bb044f1bfcc7e89b33ac37d5f95
        Reviewed-on: https://gerrit.libreoffice.org/16766
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [10008d6ecd076006ca9f3c178baabc9e0d01c485]

        fix typo from 6942e18899756cb49bc17f531c156bf3e6abce03
        
        (thanks Julien for spotting!)
        
        Change-Id: Ifd9f908d1fe3cde8e926dae72270d6c7dfcfa234

2015-07-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9734d0a96716df8027f195b97a7134cc0ff96c3a]

        Related: tdf#92540 Use “S” as accelerator
        
        While an S is already used in this file, it does not conflict
        with this command from Math’s Tools menu.
        
        Change-Id: Id69ade4b076e53b680395871b5bef34afe1c6ecc

2015-07-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [67afab2a7cd5596d321bb85e6e2624df19c2296b]

        this file has significant (amounts) of whitespace ...
        
        ... lets reduce it to somewhat bearable levels.
        
        Change-Id: I2d17b313dfd151b3572ea1250613b73ebc20dbcf

2015-07-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6942e18899756cb49bc17f531c156bf3e6abce03]

        tdf#89592: use initializer list
        
        Change-Id: If3ca55d4dc42975785a4978e473ddf78e7713912

2015-07-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88298839b51ef511161cddd5b20f001462384eea]

        tdf#90377: fix exclude recipient in mail merge
        
        - first, actually use the selection in MergeNew()
        - secoond, bring back GetSelection() for that
        - third, throw away lots of the old (dead) code that mostly just
          stumbled over itself
          - e.g. ExcludeRecord() wouldnt work on the last element due to a
            off-by-one error
        
        Change-Id: I07d07e086b748b393f2ada7cb22fdb2ce285ad65

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [4999ebf208c5626ecb72fa6b2da11610268d8ad0]

        coverity#1213369 Untrusted value as argument
        
        Change-Id: I3560bc689b2ffd44662678b62e18ce047efb22cc

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [ba59a17f7caa5f02828b89b54df63fcc5b580fd4]

        coverity#1308596 Uncaught exception
        
        Change-Id: Iaa59e208ed383ed9805f30ec177dd27a38c95773

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [4e7a48f4cb1b54ce42c47c93fc28451fe6643d9a]

        coverity#1309059 Uncaught exception
        
        Change-Id: Id7c9b359697613547040c9694c03a427f89f35c3

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [1c18489cd8eaf3ad7e2380cadc0a40621800b3bd]

        coverity#1308604 Uninitialized pointer field
        
        Change-Id: Ib3265d3e3d997251b4c5503e17271b70c8378226

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [a3f8a1c1df3e57b541e76156179f81972e845814]

        coverity#1309263 Improper use of negative value
        
        and
        
        coverity#1309264 Improper use of negative value
        
        Change-Id: I496e92211b9ca0a7a27a7f00d17cff428cb3b42b

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [062fe87952c46217e46cbb14b9a6d4c0529fa943]

        coverity#1309262 Unchecked dynamic_cast
        
        Change-Id: I0d4f924ded1285b83adb0d9672a63d243c4df7e4

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [1bfb9dbb611b98b8a4df1e5bb3746a2e1ea6dead]

        coverity#1309261 Unchecked dynamic_cast
        
        Change-Id: Idea3a9f3465387680b814dc53ed4c0b13265f9f6

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [d03bdab6aab6376179aac6e666eccc035cc367f7]

        coverity#1309267 Uncaught exception
        
        Change-Id: I296e3b928577b521d6c21bbfe812a451e56822dc

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [0e17fa040368243ff760caa2173a26c87435b62f]

        coverity#1309259 Unchecked dynamic_cast
        
        Change-Id: Ia2738454eebd768403ea19f7f231d43dabbb38e3

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [70d2f78479b96cbc24b12fdff6593b4c95061f7a]

        coverity#1309266 Uncaught exception
        
        Change-Id: Ic13df34772a448f654924ca6076cb5bc92ea3883

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [0c2073abe84061a013828775dc5e2d42b85ffdfe]

        coverity#1309265 Uncaught exception
        
        Change-Id: I879b55c919edff1e146edd8a83bce6e5e9e699b5

2015-07-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9216e5ef76ab718568ebda64ccfa0c010390e11a]

        tdf#92520: LibO crash when editing .odb database properties
        
        Regression from:
        f7424ed710e54bb2437a28380b03ed7c26290edc
        
        Change-Id: I7665d579696f21846abaed21ca8c4f14acdc964c

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [8ce6e3135f841f8213e35ce136e98c33007fe5e6]

        a high surrogate can result in an empty output string from a non-empty input
        
        Change-Id: Id544bdf639151ff3d9a164c52977acc6022cede9

2015-07-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [2eea698f5b41b2dbf371e3a6c9d3b242c347206d]

        Removed spurious U+200C
        
        Change-Id: Ib01e794b70d611f68ab4a7c048860b28b2dca99f
        Reviewed-on: https://gerrit.libreoffice.org/16676
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-04  Julien Nabet  <serval2412@yahoo.fr>  [901c3861e3a171e8b14cf783b298cd043837f272]

        tdf#92540: Math, Symbols Box icon's tooltip is 'Catalog'
        
        Change-Id: Ic80b123bff60a0d6d5a01ba1620673c8d6360023
        Reviewed-on: https://gerrit.libreoffice.org/16754
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-04  Julien Nabet  <serval2412@yahoo.fr>  [fd468019fe92420e21fccc7a3ebe196f89bd3b94]

        Fix indent
        
        Change-Id: Ida42c6c0642973ada04d387dafc3ea62703cb50c

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [3cfa4f26616411caf5c9c6c91ccd5ded7e10b035]

        bmpmasktest was little-endian only
        
        Change-Id: Icf362281c54509211b08c8bf5e29a0e31d9eb835

2015-07-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be]

        Fix typos
        
        Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc
        Reviewed-on: https://gerrit.libreoffice.org/16705
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3dfdd18707019c49723ad98e74f5202a3ae436f7]

        Fix typos
        
        Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1
        Reviewed-on: https://gerrit.libreoffice.org/16710
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99]

        Fix typos
        
        Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222
        Reviewed-on: https://gerrit.libreoffice.org/16711
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-04  Andrea Gelmini  <andrea.gelmini@gelma.net>  [462e986e0dbd533b3a15696555e08489963c9542]

        Fix typos
        
        Change-Id: Id9296115f30858e7fd470a199e59343a96d7deec
        Reviewed-on: https://gerrit.libreoffice.org/16712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-04  Caolán McNamara  <caolanm@redhat.com>  [8db705fc7542f3ee45eb5d8c1c70ccf15ecc7581]

        crashtest: fix crash on load of ooo24889-1
        
        regression from
        
        Change-Id: Ie12713778112d1c6ddc9ed817af3998a3dcd9ba8
        crashtest: don't crash on layout of ooo70429-[1|2]

2015-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a551d82bfc3ddae2354d39c90e31ad6eefcd1617]

        WaE do not us #if for DB_UTIL but #ifdef
        
        Change-Id: I8b0a6c3323a4ffbe6a1ba09e5cff9ddd92ed49f1

2015-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab39f8c213bffa00f2b196c05a23ab3ccda8f901]

        tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"
        
        This reverts commit 4a0cb642f18b674f37db8e9bd30942740df08e4c.
        MacOSx only (more exactly CoreText only)
        The handling of DXArray was buggy and need to be re-worked
        so this revert to the previous case where DXArray are esssentially
        ignored at the char level and only kept at the fragment size level
        and used to redistribute space in a fragment
        
        This create some issue too but on more esoteric case than
        the one noticed in tdf#88941
        
        Change-Id: Icb33d0600267c3136f3a6b15de8ecd739898ce04
        Reviewed-on: https://gerrit.libreoffice.org/16747
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-07-04  Michael Stahl  <mstahl@redhat.com>  [3c45bfb0cabf206f6217f1de9eb5cfa12b78e46f]

        sax: FastSaxSerializer well-formed element test in presence of ...
        
        ... the maMarkStack, which causes the order of calls to
        startFastElement()/endFastElement() to differ from the order of the tags
        that are written into the output.
        
        This is an attempt to improve the assertions, but if an assertion fails
        it's generally not obvious where the problem actually is since the
        unpredictable order may cause the problem to be detected and reported
        much later than its root cause.
        
        Let's see if this finds any new problems in export testing.
        
        Change-Id: I97699cc8ef9b18ea9f4f221d5210134feecf0336

2015-07-04  Michael Stahl  <mstahl@redhat.com>  [cf17befa261fd64f95bb4db932ce4d7e149f4a72]

        tdf#91378: sax, oox: avoid sending empty strings to character callbacks
        
        This reverts the changes in FastSaxParserImpl from commit
        16e8ffbd5ec1fe7b81835ea6584547669d55d751 and instead fixes the problem
        of inserting string properties with empty value locally in
        OOXMLDocPropHandler.
        
        This change was not wrong in any obvious way, but it turns out there is
        one doc rhbz583386-4.docx that, when imported with this change and
        exported to DOCX again, results in a non-well-formed document because of
        some weird SDT stuff.
        
        That problem is rather baffling, but unfortunately the
        DocxAttributeOutput usage of FastSaxSerializer::mark() makes the DOCX
        export rather un-debuggable, so avoid that problem by reverting the import
        change for now.
        
        Change-Id: I0d874cbfe82d4f15d58b50116dda152341bdf7b0

2015-07-03  Michael Meeks  <michael.meeks@collabora.com>  [c59726e696b7a507f0b5e752a52e3ea7773c230f]

        tdf#92392 - tolerate Window::SetText post dispose.
        
        Change-Id: I458f8e8665373d3e5ab9ed20e39783f4d34ca128

2015-07-03  Michael Meeks  <michael.meeks@collabora.com>  [a8a9b4f8381c3935bab96a713c8237381ffc5c93]

        tdf#92392 - Dispose ScFormulaReferenceHelper properly.
        
        Release the accelerator, and cleanup global references.
        
        Change-Id: Id9931527f1b6d89067bc1e520e521ccfa6e28197
        Reviewed-on: https://gerrit.libreoffice.org/16740
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6cadfe0f07659235c6438c345d501eca89b411d5]

        tdf#92308: Dont crash on "File > Send > Email Document"
        
        - crashed due to out-of-range index with empty vector
        - kill pruposeless manual index fiddling for good
        - add trivial test
        
        Change-Id: Ic224c70f432d2b26718e05aa5a2742461cfb7bec

2015-07-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [53e7011084e6f03bf2e9dc6ccccf8e1f45224707]

        be picky and check explicit implementation name
        
        - the previous code tried to avoid breakage from changing an
          implementation detail
        - this turns out to be harder than expected in a Python2/3 portable way
        - also it would mean the intentional drive-by documentation of the
          expected implementation name will at least not bit rot now
        
        Change-Id: I5972d0e79ef64abe30573182c5e23268e4830ade

2015-07-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f96b38ddda1759023e6021511d6d660abf98a54e]

        tdf#91574 fix presenter console not displayed
        
        The bool simplification from 3ac5138cfc01c1795ae05963fa4e5a6c7d22f4de
        accidentally changed the logic of the return statement
        
        Change-Id: Id6075356184e340dc970d2e59d1fb1d1a173d0a7
        Reviewed-on: https://gerrit.libreoffice.org/16724
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-03  Jan Holesovsky  <kendy@collabora.com>  [94b38840f5e4072577a1e709cebadd746621aacc]

        tdf#92528: Saving of usage info can happen very late in the tear down.
        
        Change-Id: Id545f3447472a8e6ee137a6630ee14b45a45d673

2015-07-03  László Németh  <laszlo.nemeth@collabora.com>  [b010e4074e5d5ee3a3905f1351f04efafe937c2a]

        tdf#92241 fix crashes and rendering of symbol set previews
        
        Change-Id: I43397f2b0caa31c334f87acf11fc96df2e051ad8

2015-07-03  Justin Luth  <justin_luth@sil.org>  [4802bf32b84655f6e1d3389070c76371ede8fbce]

        tdf#87348 enable docx exporting linked textboxes that LO can import
        
        Exporting linked textboxes to docx format is in terrible condition.
        Spacing, textboxes instead of frames, duplicate links and orphaned
        shapes lying around, not to mention being being unlinked in MSWord...
        This fix resolves this situation slightly: what LO saves can be
        re-imported and re-saved without breaking the links - an incremental
        improvement.
        
        Change-Id: I8f0aef39eeed88a2b3dfc673a565fb1d8f4713b0
        Reviewed-on: https://gerrit.libreoffice.org/16516
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-07-03  Jan Holesovsky  <kendy@collabora.com>  [e83cb37cf7546e8bc46d0d49b487dcd352b67093]

        LOK: Don't try to absolutize URL's.
        
        Based on a patch by Henry Castro.
        
        Change-Id: Ia7aca20feb8f6095adf7dfe510ed78b1e9882740

2015-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9175a1bd3249ad573ae6827bf19963a3ebe2fbc]

        SwViewShell::ImplEndAction: avoid direct PaintDesktop()
        
        With double-buffering enabled and typing quickly, one saw blinks in the
        text sometimes. The reason was that PaintDesktop() painted directly
        outside SwViewShell::Paint().
        
        The problem is more visible with VCL_DOUBLEBUFFERING_AVOID_PAINT=1,
        loading a simple document + pressing a key draw an unexpected white
        rectangle.
        
        Given that InvalidateWindows() already calls PaintDesktop() inside
        Paint() implicitly (via SwViewShell::Paint()), fix the problem by just
        avoiding the DLPrePaint2() + PaintDesktop() + DLPostPaint2() calls.
        
        Change-Id: Ib8ce26a0bdd526bf85d362f0e865dd61d29f6d11

2015-07-03  Caolán McNamara  <caolanm@redhat.com>  [abbe4f9d64073d77c4be93b7c89c03d0651bacef]

        fix deselect of textbox on slides with images in underlying master
        
        The original work of tdf#55430 tries to select an object under
        another one on the second click, but these images are unselectable
        so this fails. Red Hat has a whole new shiny bunch of templates which
        have such images in their masters.
        
        Check if the object is selectable before continuing
        
        Change-Id: I182abaf50e8bb1084c5819dc9e1ffd8b386a9e93

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [2a583603dec40090289ddb5b4b70d800794cf57b]

        Make test code more robust
        
        Change-Id: If3b58c02b289224938b1dfd8074f9802ea6d2474

2015-07-03  Michael Stahl  <mstahl@redhat.com>  [a6f5770b4aaaa6506a22eae0d641ad48f9b6d239]

        Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"
        
        The basegfx changes appear to break Windows builds.
        
        This reverts commit 3b32c5898ff4e744d3f18b00421b433500426d74.

2015-07-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5bc343cc723f993ed112cf5c700e3f397527d671]

        Start Center: Better icon for Recent Files
        
        Change-Id: I99a87da22d877bc1386552a8978b0bf5e8e7f51f

2015-07-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [c6483666232a231446190d5c256857db45c5e4cc]

        tdf#92425 - Correct the inactive pageindicators
        
        The inactive pageindicators had the same grey like the active ones, I correct
        this and changed the dark grey into light grey.
        
        Change-Id: Iea810d466504ceb80750c45358a01f8b8d3c8b9e
        Reviewed-on: https://gerrit.libreoffice.org/16621
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [bded4ddd6da0de2c465b28a51d773720338542c3]

        Make RegistryTypeWriter non-copyable
        
        (and note the operator == vs. = typo)
        
        Change-Id: I9c25149967ed9b80f5e8f014de0dfee2e8f485d8

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [79429448052d4b69cc235000b74f3f8d6fa5a74c]

        Remove RegistryTypeWriter_Api indirection
        
        Change-Id: I313adfb72272a631299efb3d2464873853a126be

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [7e74fe416de8f2da49d7fd2eb13759cde76e9c6c]

        Remove unused functions
        
        Change-Id: Ic4058c133a676646bc0c5d1e52207471bb78a1cb

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [cd0474555eed3e65c145c85ed21baab8f09258d2]

        Make RegistryTypeReader non-copyable
        
        (and note the operator == vs. = typo)
        
        Change-Id: I4567927f3f702f8e74b168becce4002e84d5c7a0

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [a843c457044acc3155b0d3c49534e78569c69d96]

        Remove RegistryTypeReader_Api indirection
        
        Change-Id: I43710d057043a258ec9ab94bca0703434098e6c9

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [cfde943f59b0cf63c46cbe061fd37e53201d2363]

        Remove unused functions
        
        Change-Id: Ib615ff7eb12232b0b83664af134744d96754ffd8

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [cade2b8f9f9c39fc7bc6960f5faf591860be58ae]

        No need for a C API here
        
        Change-Id: Ie453a7c97a762932884c5c41b13607a170368107

2015-07-03  Stephan Bergmann  <sbergman@redhat.com>  [6556043364877c0ac74c07b509856dccfe52e43a]

        Move module-private includes from include/registry/ to registry/
        
        Change-Id: I72bdd6627a191a65d5c3b479c100e30442a8bb9e

2015-07-03  Tor Lillqvist  <tml@collabora.com>  [4cf3dd78870456f786d39e8946648550a655d9a3]

        Revert "Don't belive the 'draw direct' parameter when double-buffering"
        
        it introduces other problems instead.
        
        This reverts commit 05806f4603476dd150af7770543fea749cc6d10c.

2015-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [978033d5ed9f93f2d5d9a1ba44acf6b37bc13bfe]

        SwViewShell::DLPrePaint2: fix missing clipping for the non-buffered case
        
        With this, if the sw window is small enough that the page shadow is
        supposed to be under the sidebar, we no longer paint the shadow over the
        sidebar.
        
        In the non-double-buffered case the output is a window, so
        SdrPaintWindow::PreparePreRenderDevice() does its own buffering, and
        clipping is taken care of when that buffer is copied to the window in
        SdrPreRenderDevice::OutputPreRenderDevice().
        
        This wasn't a problem before, as either the output was a non-screen
        device or UI elements were painted (like the sidebar), but never both at
        the same time.
        
        Change-Id: Ic02c814fc4deeea86c245c74bd69656533d9f835

2015-07-03  Caolán McNamara  <caolanm@redhat.com>  [b5a4e6974a5473c44fc239b6a9ae21f233111c2a]

        add a shape resize undo test
        
        Change-Id: I88c2d7de243660ba727f057d6a2d67726b41b982

2015-07-03  Caolán McNamara  <caolanm@redhat.com>  [f1256611054701a2bba20225fb654814eecbf559]

        Resolves: tdf#92137 drawing layer resize undo in writer fails...
        
        to restore location correctly
        
        if SwFEShell::EndDrag is tweaked to not group the anchor change
        undo and the draw size/pos change undo together and then you
        undo each step in the ui one at a time this works fine.
        
        The first undo occurs, then the layout kicks in on idle and calls MakeObjPos
        on the drawing item and updates it for the new anchor pos
        
        Then on triggering size undo the anchor is correct so the new
        pos is set correctly.
        
        If they are bundled together however, the layout at idle doesn't occur
        until after the anchor and size have been set, so the adjustment is
        too late
        
        Change-Id: I5402d851fcae7f240cc6e9a0e15159115bb663ce

2015-07-03  Noel Grandin  <noel@peralex.com>  [3b32c5898ff4e744d3f18b00421b433500426d74]

        loplugin:unusedmethods sax,shell,stoc,basegfx
        
        Change-Id: Ia5d63f7153e4b02acc5e206739316264d6d1184e

2015-07-03  Jan Holesovsky  <kendy@collabora.com>  [025952f52767fb3508a6725468fe4b1e6ce4c9b1]

        online update: Make the 'updater' build & link at least on Linux.
        
        Works with the non-system bzip2; the --with-system case might still need some
        love - but then again, distros want to have the online update switched off
        anyway...
        
        Change-Id: I26a27aec07a8f1aac22a4d14a38fb5b833550ea7

2015-07-03  Nathan Yee  <ny.nathan.yee@gmail.com>  [7eb863d6b6258f31343d4b0b82038afe5e036bc0]

        online update: Add the bzip2 external.
        
        Change-Id: Id7547390c49c0bcf672eb1a9863fc236518bfa49

2015-07-03  Nathan Yee  <ny.nathan.yee@gmail.com>  [ba1d870abf1b12fd4ac4ba353d39d20bc9bb3a0e]

        online update: Remove unneeded files.
        
        Change-Id: Id69448d893f7492e7321c6c6f84d6cccc9024220

2015-07-03  Tor Lillqvist  <tml@collabora.com>  [05806f4603476dd150af7770543fea749cc6d10c]

        Don't belive the 'draw direct' parameter when double-buffering
        
        Avoids leftover artefacts of the blinking text insertion cursor. Did not seem
        to have any ill effects.
        
        Change-Id: I8a1e7413034eacb3014a4ca902cf5e72bda492a4

2015-07-03  Szymon Kłos  <eszkadev@gmail.com>  [7976422efedb973c17d7af3f6fa69325c632a0d2]

        tdf#83089 : Cannot select location in properties dialogue
        
        Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5

2015-07-03  Noel Grandin  <noel@peralex.com>  [9136f2344af88d524b6c10b6b2dfd6017bba60ec]

        expand out some sot macros
        
        Change-Id: Ic583fe767e5f85628f8270ec740ce3e72fe56ded
        Reviewed-on: https://gerrit.libreoffice.org/16722
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [465489d97ab9ffa0bfee02d80eb99aad771aee3f]

        Fix typos
        
        Change-Id: Id884946cae0687d0b71c967e236e58df17567884
        Reviewed-on: https://gerrit.libreoffice.org/16707
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [420923ba76ad84892fd242ed37be9d85e1ea03fe]

        Fix typos
        
        Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee
        Reviewed-on: https://gerrit.libreoffice.org/16708
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-03  Phillip Sz  <phillip.szelat@gmail.com>  [918d3e30d7ff91387d9de55156a4c1364cc7b58c]

        tdf#39468 Translate German Comments - filter/source/graphicfilter/eps/eps.cxx
        
        Change-Id: Id86b7082b17a4cd702d6ab92fbeaa9ec8288d14a
        Reviewed-on: https://gerrit.libreoffice.org/16715
        Reviewed-by: Daniel L. Robertson <danlrobertson89@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9]

        Fix typos
        
        Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe
        Reviewed-on: https://gerrit.libreoffice.org/16713
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [87dc6c82d5cd174ae2384b66a203a93402b43291]

        Fix typos
        
        Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875
        Reviewed-on: https://gerrit.libreoffice.org/16706
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-03  Michael Stahl  <mstahl@redhat.com>  [6e7991dfd8c54a833f4a9795a0d57f4690e92e6b]

        nss: upgrade to release 3.19.2
        
        - drop nss-linux-x86-patch.0:
          this was actually patching OS/2-specific code so is evidently obsolete
        - drop nspr-build-config.patch:
          there does not appear to be any justification why this huge patch exists
          at all, so the only reasonable thing to do is to drop it
        - nss_macosx.patch:
          drop several hunks relevant only to unuspported MacOSX/PPC platform
        
        Change-Id: Id55fcb8eaa637c10a42203f1897480df8a6ec0fa

2015-07-03  Michael Stahl  <mstahl@redhat.com>  [65327d615b64f487842e4c5d0ee7290f9c823a0f]

        curl: upgrade to release 7.43.0
        
        Change-Id: Ic16111f21625fc510e79bba8122eaa60662f7a59

2015-07-03  Andras Timar  <andras.timar@collabora.com>  [5289e0fac00189f975f62fa6aab5166478eef0b6]

        revert inadvertedly committed hunk
        
        Change-Id: I6b0efe5648eed68e6d69a692561a511b30bf331e

2015-07-03  Andrea Gelmini  <andrea.gelmini@gelma.net>  [7f73bb5b44202431f4d07b283e47b1bc0a1a651e]

        Fix typos
        
        Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510
        Reviewed-on: https://gerrit.libreoffice.org/16709
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2015-07-03  Andras Timar  <andras.timar@collabora.com>  [e9e61a4a7850ec7f2e0cf238c58794b021da5235]

        typo: therfore -> therefore
        
        Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283

2015-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd819b76b60df52e98d75993f9e69c22f2811de9]

        sw: clean up SwPageFrm::PaintBorderAndShadow and related comments
        
        Change-Id: Id046bf8a8ff9da816d4c8d0e53aabcf124258d29

2015-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f7f0486376adbabf3ea66bfd8a7b692c335ec3c8]

        tdf#88831 fix inverted textures when OpenGL is enabled
        
        GLX returns a wrong value if the y coords are inverted. Most other
        programs don't even ask for this (gnome-shell for example) and just
        assumes "true" (and this works because most relevant X servers work
        like this). We make this more robust and assume true only if the
        returned value is GLX_DONT_CARE (-1).
        
        Change-Id: I4800b3364fd00f5f4a8f5a459472bfa8d97827ba

2015-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [149e62670ed01f33612e841c8d17b6bd416e2d88]

        opengl: draw rectangle lines with only one glDrawArrays call
        
        Change-Id: I33e065fe6c084d0bed04ee99c447004fe573278a

2015-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [33d32a78943d19b0d06821ad1a06054f633f60fc]

        opengl: use common macro for conversion of coordinates
        
        add macro OPENGL_COORD_X and OPENGL_COORD_Y to convert (normalize)
        to opengl coordinates that need to be in between -1.0f, 1.0f.
        
        Change-Id: Ide5c53e80fd9140d32883d44e6112b83a01fd111

2015-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [240e5daab408c4189a2687ab44cffd73572ee8a8]

        opengl: fix fat hairlines - draw hairlines using DrawLineAA
        
        Change-Id: I935bef48fd057e6223dcfc437cbaf2888842fd61

2015-07-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9583020ae4d20c1cccbe5157f51512cbb5c5d494]

        Related: tdf#92287 Add LibreLogo Tango icons for future use
        
        Change-Id: I8d1767c64fcdf68084590c7faf869700e7b6ddf3

2015-07-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [8b788891796ff0571f779cdbe8ce809c35c42754]

        tdf#75256 Sifr - Adding new fillcolor icon and modified insertbookmark
        
        I took the insertbookmark icon from the gnome symbolic set and tweaked it
        a bit and it is now flat instead of pseudo 3d.
        
        Change-Id: Id29f3c15515def2f461d8ea45aca427594f290bc
        Reviewed-on: https://gerrit.libreoffice.org/16717
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-02  Varun  <varun.dhall@studentpartner.com>  [f8db2d7533785b89a149e7879d7a3c1909d41e6b]

        Add test for tdf#90808 duplicate CrossRefBookmarks
        
        Change-Id: I4aad0cbb07c07cfcb80bccbbd55d9a26fae88f73
        Reviewed-on: https://gerrit.libreoffice.org/16689
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-07-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [897694d2bd499a42bf8df2cffa8fee4fb1841917]

        Translation from Latin
        
        "Noli me tangere" literally means "don't touch me"
        
        Change-Id: I7804030703ab78b3dd8899e6479005eaaffae554
        Reviewed-on: https://gerrit.libreoffice.org/16704
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [b161552bd9f7d6b6de9752e4f0e7d6f65bbcf42e]

        fix a11y crash seen on moving chart wizard dialog
        
        Change-Id: Ic3ba292e28fe12d7dcc2c2e67aeea48a4c8aaac2

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [c51d5706205cd0282c07d778ffac5f265c3eaf5f]

        Resolves: tdf#92467 crashes with empty history list on pressing down
        
        regression from some 16->32 bit listbox limit changing
        
        Change-Id: I045eeef935afed4154fe11bfd11916c2d6a722e9

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [cd5fd80ebfa91e6546a10bc5e84f588ad8762add]

        coverity#1213369 Untrusted value as argument
        
        Change-Id: Ie929aee9c78a89d9ebed15cc59d33d7f2fdb3fad

2015-07-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [838f00c9ba998b1e44422462a684096fd073a186]

        Table is actually Table of Contents
        
        Make it also more clear for translators
        
        Change-Id: I602ffb17e80c7078be19498d33b609fa3d980902
        Reviewed-on: https://gerrit.libreoffice.org/16695
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-07-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [8a2efbb7172a00692d4b8c3f326d93aa42036584]

        Fix PostgreSQL function name
        
        Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12
        Reviewed-on: https://gerrit.libreoffice.org/16640
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-07-02  Stephan Bergmann  <sbergman@redhat.com>  [824adeee90e9bb0d3398cdf04b5bb5c96afdd021]

        Minor clean up
        
        Change-Id: I7be5bf1319ac927ffb746d47f9e0d596284e2283

2015-07-02  Stephan Bergmann  <sbergman@redhat.com>  [94032236ba65c00ba29498a0dded42fa2f60b198]

        Move winreg layer past res layer, and also include it in instdir/ instset
        
        * Looks more logical to keep share/registry/'s xcscxu and res layers together.
        
        * Lets the winreg code actually get executed by developers using the instdir/
          instset.  (Though it doesn't enable it during in-build tests, which typically
          use their own CONFIGURATION_LAYERS settings.)
        
        Change-Id: I49dd3a16773047f7d4dc372c60a58ada1970970a

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [cd173f7718422b254ed4ec6548c7c913409d0c36]

        crashtest: don't crash on layout of ooo70429-[1|2]
        
        Invalid read of size 8
           at 0x2DF1B82A: SwFlowFrm::HasFollow() const (flowfrm.hxx:163)
           by 0x2E3F80BF: CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1652)
           by 0x2E49A960: SwSectionFrm::_CheckClipping(bool, bool) (sectfrm.cxx:1037)
        
         Address 0x20c1f978 is 248 bytes inside a block of size 288 free'd
           by 0x2E497284: SwSectionFrm::~SwSectionFrm() (sectfrm.cxx:153)
           by 0x2E4B0D1C: SwFrm::DestroyFrm(SwFrm*) (ssfrm.cxx:390)
           by 0x2E4B1485: SwLayoutFrm::DestroyImpl() (ssfrm.cxx:499)
           by 0x2E4B0CD3: SwFrm::DestroyFrm(SwFrm*) (ssfrm.cxx:388)
           by 0x2E4B1485: SwLayoutFrm::DestroyImpl() (ssfrm.cxx:499)
           by 0x2E454CC6: SwPageFrm::DestroyImpl() (pagechg.cxx:270)
           by 0x2E4B0CD3: SwFrm::DestroyFrm(SwFrm*) (ssfrm.cxx:388)
           by 0x2E458237: SwFrm::InsertPage(SwPageFrm*, bool) (pagechg.cxx:1226)
           by 0x2E49CD8B: SwFrm::GetNextSctLeaf(MakePageType) (sectfrm.cxx:1564)
           by 0x2E3EB912: SwFrm::GetLeaf(MakePageType, bool) (flowfrm.cxx:785)
           by 0x2E3EE83E: SwFlowFrm::MoveFwd(bool, bool, bool) (flowfrm.cxx:1840)
           by 0x2E3D7CF0: SwContentFrm::MakeAll(OutputDevice*) (calcmove.cxx:1171)
           by 0x2E3D2E8B: SwFrm::PrepareMake(OutputDevice*) (calcmove.cxx:277)
           by 0x2E4CE31C: SwFrm::Calc(OutputDevice*) const (trvlfrm.cxx:1798)
           by 0x2E56E174: SwTextFrm::CalcFollow(int) (frmform.cxx:282)
           by 0x2E56F718: SwTextFrm::_AdjustFollow(SwTextFormatter&, int, int, unsigned char) (frmform.cxx:590)
           by 0x2E5716D3: SwTextFrm::FormatAdjust(SwTextFormatter&, WidowsAndOrphans&, int, bool) (frmform.cxx:1110)
           by 0x2E570A6E: SwTextFrm::CalcPreps() (frmform.cxx:892)
           by 0x2E574163: SwTextFrm::Format(OutputDevice*, SwBorderAttrs const*) (frmform.cxx:1767)
           by 0x2E3D8E4F: SwContentFrm::MakeAll(OutputDevice*) (calcmove.cxx:1337)
           by 0x2E3D319F: SwFrm::PrepareMake(OutputDevice*) (calcmove.cxx:340)
           by 0x2E4CE31C: SwFrm::Calc(OutputDevice*) const (trvlfrm.cxx:1798)
           by 0x2E3F77B7: CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1466)
           by 0x2E49A960: SwSectionFrm::_CheckClipping(bool, bool) (sectfrm.cxx:1037)
        
        Change-Id: I089981eda62bff63782338b5210b78f69b6d5f0b

2015-07-02  Noel Grandin  <noel@peralex.com>  [813f3436eaca46087e35912719a5cc198712714b]

        loplugin:unusedmethods comphelper
        
        Change-Id: I704a1e777505dbad83d81857f09601c2887fb6a1
        Reviewed-on: https://gerrit.libreoffice.org/16682
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-02  Noel Grandin  <noel@peralex.com>  [1a7e0cfd86c03607f9009aec40dbfa5d43de0c8e]

        loplugin:unusedmethods bridges,ucbhelper,io,pyuno
        
        Change-Id: I483deb33b9d861af679d4a36e13585345401e10d
        Reviewed-on: https://gerrit.libreoffice.org/16681
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [1d498fb0feca911fa063e96779b654c3aded2415]

        some other coverity things
        
        Change-Id: I89ffd2b918f8707cde1b1d015c1ad35ef484b69c

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [3f2c6a02df51f5d548bb1100275860be5196b766]

        coverity#1309048 Unchecked return value
        
        Change-Id: Ia01a78ff8ec2f4fba49d184e05b5785e59677e9e

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [2a2d62993ec4ac3d4332b40f28ac40421321f74e]

        coverity#1309049 Unchecked return value
        
        Change-Id: I2140b14cab6640feb5c09421726a9b4eb97ba27b

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [5c2498545d7d9ab23ed4ac6d17a3c0320537badf]

        coverity#1309070 Uncaught exception
        
        Change-Id: I33eca20633236ab98df0eabdec4e3761d544167d

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [84ab3ce60d2bc77acf914cd341a439abca239849]

        coverity#1309069 Uncaught exception
        
        Change-Id: I1cef0d50668109100cec7077a0080eaf9ee5a710

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [429e195064c76bcdf24a64cb52555894fb9e981c]

        coverity#1309068 Uncaught exception
        
        Change-Id: I8243eca8d23409cc134379f168aef668dc9c7917

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [7799d0749ace1f2508a6d046e2ed77106d68a5fa]

        coverity#1309066 Uncaught exception
        
        Change-Id: If02a62e814051bb2d75a683877f8d17ec9201993

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [cf08d804d471ea77343489ab84a3918e82d061e4]

        coverity#1309065 Uncaught exception
        
        Change-Id: I1ed3bec714a36bde4d4472b93f8e3a8950161e4d

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [10fa7b0a520c4243f09fdb2027cf5cd546e1f15e]

        coverity#1309063 Uncaught exception
        
        Change-Id: I4fa0f2c0bb139c5c0a95647fc84fef978d3149b9

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [dba9ab75eda92be9fa92aaedd241d2bb2835c96d]

        coverity#1309057 Uncaught exception
        
        Change-Id: Idbb43eadaeed8e74e41b4da4f9b02d12ff755672

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [39c2de683a3ffb116c49f089df00b73afb63383c]

        coverity#1309060 Uncaught exception
        
        Change-Id: I9815d25807f19bdd87e4aca9348e95f521f4fdd8

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [b9bed0f9b63fae6094b6ab650b18afc1789e56da]

        stray printf
        
        Change-Id: I27ca497bcfbb0e3ed82066fd1c953b39763a2e99

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [5d4d67abd39218d718828784bde2c66cc7d227b7]

        coverity#1309054 Uncaught exception
        
        Change-Id: I81c8983a981e1dfeff17f62c852163e6290dceb4

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [8c6f67b9426c51554cb844edc3d8ee89a712b65c]

        coverity#1309053 Uncaught exception
        
        Change-Id: Id251a32c5c46ae4bc759df506b6603880dfb47c6

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [c21aab27749e4399c5310215cba346caa1c21613]

        coverity#1309052 Uncaught exception
        
        Change-Id: Ic2d43c7f173d3cfbf20741261211468cbc1a11e4

2015-07-02  Tor Lillqvist  <tml@collabora.com>  [9645435e3f408cf7877466c240522fb65acb8519]

        No need for these declarations to be public
        
        Change-Id: I101269defce2cdbbb686c0ac0bb4bcb8c9a23846

2015-07-02  Tor Lillqvist  <tml@collabora.com>  [feec4bfb9df7bc33a6093a397614d085e63cc708]

        Bin unused declarations
        
        Change-Id: I0ebedfdefee4ba452b42eb695d949aeff24a5df0

2015-07-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b45040d1ec1a0b765f1b2284fffaed2b17b6227b]

        tdf#92443 PushButton::ImplDrawPushButtonFrame: fix Invalidate() loop
        
        Regression from commit 32a776c83b86db3efaa7177c479e9327f28fbf46
        (Refactor Buttons to use RenderContext when painting, 2015-05-05), the
        problem was that we started to call vcl::Window::SetSettings(), which
        invokes Invalidate(), which should not happen, since we're in Paint().
        
        Fix this by restoring the old behavior of calling
        OutputDevice::SetSettings() directly again.
        
        Change-Id: I57c8e7947764e8cdc2d144be2dd140d3c408255d

2015-07-02  Justin Luth  <justin_luth@sil.org>  [091fe76b6329b4bb974987554369cbfadd8f2401]

        tdf#87348 implement mso-next-textbox vml-style textbox chaining import
        
        Change-Id: Ic62769cf5bb1589dd4de3a66b3d7dd896e5b5711
        Reviewed-on: https://gerrit.libreoffice.org/16366
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-07-02  Michael Meeks  <michael.meeks@collabora.com>  [996b16dcb590ebf779f5d95caf15e9ab18036b07]

        tdf#92434 - A series of hideous knock-on dbaccess crasher fixes.
        
        Focus events during dispose, unfortunate incoming a11y events, etc.
        
        Change-Id: Iee296b767839904f5f330786891bc2513ca06c0c
        Reviewed-on: https://gerrit.libreoffice.org/16672
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-02  Michael Meeks  <michael.meeks@collabora.com>  [356bc0f697299e5fb6156ce25dc69845eaa6f9e6]

        tdf#92434 - fix iteration, and remember to disposeAndClear.
        
        Change-Id: Id9c7b33689ea51a18394a96acbb9c08d67992942
        Reviewed-on: https://gerrit.libreoffice.org/16671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-02  Jan Holesovsky  <kendy@collabora.com>  [c74ac32544c2be241e5a5ce4de01dc0bd3b6cde9]

        tdf#92287: Store the Breeze icons for LibreLogo in a subdir.
        
        Change-Id: Ib0492a20a83deba2dc4a59a4277072cf140b12c6

2015-07-02  Jan Holesovsky  <kendy@collabora.com>  [721ffdf6f6d163885aa2612a65b8231504a14b2b]

        Revert "Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons"
        
        We don't have a mechanism to use different icon set for extensions; let's do
        it at some stage, but until then, please let's not modify the icons to breeze
        only.
        
        This reverts commit 48ecae47a5d1911296549fd31378ff07b402d2ab.

2015-07-02  Noel Grandin  <noel@peralex.com>  [081ae7a734381dffe0aece7ea8d3c412f602df38]

        loplugin:unusedmethods registry,store
        
        Change-Id: Ie78eb881a7fc47d0cd7b9862bd0cd200153ce77d
        Reviewed-on: https://gerrit.libreoffice.org/16679
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e7fe5087487cab0bb0173c84f91e1cf843d963e]

        error: 'pGen' was not declared in this scope
        
        Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59

2015-07-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef46186bbab756442db1b7c12cd1902c138c737e]

        coverity#1309050 pLayout might be 0 here
        
        Change-Id: I5756c033e173faaba373c145b15a07e275453643

2015-07-02  andreask  <kainz.a@gmail.com>  [48ecae47a5d1911296549fd31378ff07b402d2ab]

        Related: tdf#92287 Breeze: change LogoToolbar icons into breeze icons
        
        Change-Id: I8e576afc2d7d57b6b3d56788e69fc5e1fa3c39ab

2015-07-02  Arnaud Versini  <arnaud.versini@gmail.com>  [fabe32941233b697a5d918fba0526d24c648372f]

        BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.
        
        Change-Id: I9f44f6a4b61987de960b77f54bac8cf2c981bd2a
        Reviewed-on: https://gerrit.libreoffice.org/16551
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-07-02  Julien Nabet  <serval2412@yahoo.fr>  [fb2889512adf7d08a4083235a2fdabe080b5c8fa]

        Deprecate "getFiles" for "getSelectedFiles" from XFilePicker2.idl
        
        See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html
        
        Change-Id: Ieceecd04dd161d40054715f74a4351397f97addc
        Reviewed-on: https://gerrit.libreoffice.org/16630
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-07-02  Caolán McNamara  <caolanm@redhat.com>  [a9ad8444b8e1c47a47dc4ef6367335e3ccad59ea]

        coverity#1309051 Uncaught exception
        
        Change-Id: Ia1ae16d9560c1eac294e29445e71dcee49ed16ce

2015-07-02  Noel Grandin  <noel@peralex.com>  [d3d4b8691968810bb57bbd94dde39bb7be4be4da]

        loplugin:unusedmethods tools
        
        Change-Id: I45f5489233879126d4f9ee3d01db504d950bb597
        Reviewed-on: https://gerrit.libreoffice.org/16656
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-07-02  andreask  <kainz.a@gmail.com>  [a28231b72b5a87dddffad82a34deac4e5bb76ed1]

        Breeze: update Impress page icons
        
        Done Slide New, Duplicate, Delete, and Design -
        All should be shaped as like slides rather
        than pages and the pages ones should be kept
        for when these are used in Draw. (lc_InsertPage, lc_DuplicatePage,
        lc_DeletePage, lc_AssignLayout) so should I change the page into
        slide for the icons? no problem but the icons known as insertPAGE so??
        
        Done Slide Master (lc_SlideMasterPage) - Same issue as the other
        slide icons, save the current icon for Draw and create a new one
        that looks like a slide
        
        Done Format Page/Slide (lc_PageSetup) - Same issue here as well
        
        Change-Id: I9cb49813488c78773b6b6007c5758d437b10d3b4

2015-07-02  Michael Stahl  <mstahl@redhat.com>  [c18f11587d37f285a95447dd8996c8b605732e00]

        tdf#92460: fpicker: fix VistaFilePicker using SolarMutexReleaser
        
        ... on a thread that doesn't ever lock SolarMutex.  Assume that
        Request::wait(), eventually called by UNO methods via
        AsyncRequests::triggerRequestThreadAware(), is called by the UI thread
        with the SolarMutex held.
        
        Change-Id: Ie3e6f32ed68e48f8c67d80cd9d2ce2f79e4578d8

2015-07-01  Maxim Monastirsky  <momonasmon@gmail.com>  [d9c476bfbb4a8f1858c072d2fba33aa9e8e0ae92]

        tdf#92431 Keep thumbnail for modified but unsaved doc
        
        A regression of 1166966eb4112fdf332c656eae5082d82a3ec2f2.
        
        We need to consider 2 use-cases:
        
        1. Protecting an existing document with a password (by overwriting
           the original file). In this case we don't want to generate a
           thumbnail from the now encrypted file, but we do want to erase
           the stored thumbnail and show a generic icon instead.
        
        2. Closing a modified document without saving the changes. Here we
           don't want to generate a thumbnail either, because it may
           contain the unsaved changes, but either we don't want to replace
           the stored thumbnail, because most likely it correctly represents
           the last saved state of the document.
        
        Change-Id: Ia7b1f3dbc9fbbc2ef1d87442c1dee25306f65826
        Reviewed-on: https://gerrit.libreoffice.org/16659
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-01  Caolán McNamara  <caolanm@redhat.com>  [ff4b8d39e649ed56770b28550158b5148432ee48]

        gtk3: disable using notification that we are in the backdrop
        
        Change-Id: I65a60acd956768f6a023c83053700803e5a8f1f2

2015-07-01  Michael Meeks  <michael.meeks@collabora.com>  [bee5421dc6aa60ef1d07f647286c8fbf9ff8d2d7]

        tdf#92262 - fixup shared_ptr -> VclPtr issue.
        
        Change-Id: Ia0b22e62001cff4a63ea197b77aebb1759f73122
        Reviewed-on: https://gerrit.libreoffice.org/16664
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-07-01  Michael Meeks  <michael.meeks@collabora.com>  [ff81cb4728c04acf6dfe639c3140b26d68a70751]

        tdf#92355 - use ScopedVclPtr as a replacement for in-line widgets.
        
        Change-Id: Iccabcf6df662c0c4814a4c4f20d690778799e049

2015-07-01  Maxim Monastirsky  <momonasmon@gmail.com>  [7adb6d218f50bbafea7998f67ed375c27694339c]

        tdf#86179 inc/dec font is missing in some shells
        
        Mostly in Calc, but also for the SwAnnotationShell.
        Also replace the current code in SwDrawTextShell with a call
        to EditView::ChangeFontSize. The latter is able to handle
        text with different sizes out of the box.
        
        Change-Id: I4b55da579ea51683140bce0544e481606d7e5f3e
        Reviewed-on: https://gerrit.libreoffice.org/16658
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-07-01  Caolán McNamara  <caolanm@redhat.com>  [f4f844952f1213283133fc848b0781bb0ce3bb53]

        Resolves: tdf#92461 fix font fallback in headless text renderer
        
        This suggests that the GF_FONTSHIFT thing is very broken as
        its level 0 for all the font renderers here, but follow
        the working pattern for now
        
        Change-Id: Ia180a40071157ead9a3b04c05658a6574dd5f864

2015-07-01  Michael Stahl  <mstahl@redhat.com>  [16f2eea5afb464d8a9d8451dc4a8f530a05dc5bb]

        gbuild: CppunitTest: don't hang with DEBUGCPPUNIT=TRUE ...
        
        ... if the process exits before the "bt" command, because then gdb will
        print an error that there is no stack and stop the script before "quit".
        
        Change-Id: I0f3a1381e17dda7e8a7d958e0cbc96676bbc23ce

2015-07-01  Stephan Bergmann  <sbergman@redhat.com>  [ba4759f61afff49d2c3b5d2756340c465235834e]

        parseFileLeniently is always called with data_ as argument
        
        Change-Id: I1c4f5e468062ced7f76b877939f96435b00d05e3

2015-07-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b9ece6a182bc116c1fe4c842514e85f219b1f4d3]

        tdf#67343 Arrange Help button in a seconday group (extensions)
        
        Change-Id: I516c8e7a33d0d05a619971b387352f8360d4765c

2015-07-01  andreask  <kainz.a@gmail.com>  [9e4054f72185032a058544d64a09fe8384b56733]

        Breeze: update marker and insertformatdialogue
        
        Change-Id: I76456d5e9a687ccf2f8b8cb9f64802de866206a8
        Reviewed-on: https://gerrit.libreoffice.org/16635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-07-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2279f1f0227fc232356a7f5afc60eead77914b89]

        tdf#92269 fix Windows Explorer crash caused by shellextension
        
        wcscpy_s is buffer size, not string length, so size must also account
        for a terminating NULL
        
        Change-Id: Ie69692e47c142f3b733b093d0b87fa4bb03db7b4

2015-07-01  Stephan Bergmann  <sbergman@redhat.com>  [cfaf0a580920727002510c996b5a83beb2e2a308]

        systools/win32/snprintf.h already included via sal/config.h
        
        Change-Id: I74c683cf1ca821733717348a7840feeb7fbff3e9

2015-07-01  Caolán McNamara  <caolanm@redhat.com>  [e1d8fb13b2f033d89dd4d1bf9a6fbf0c7a686b53]

        d->e
        
        Change-Id: I76ced60151bcc160eb4a4c12cc86f01edec076fc

2015-07-01  Caolán McNamara  <caolanm@redhat.com>  [caacdc4b39460fcd9ba34652da7c25740f077160]

        f22 openjdk for ppc64le has both these dirs, but jawt is only on one
        
        Change-Id: Ie770ecceb8c8f5a6fa882a9f5d5a26806b029589

2015-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [25ade7450ce41a46094d63123eabdf32bd68c918]

        SdrPaintWindow: no own buffer for rendercontext-enabled vcl::Windows
        
        The buffered overlay manager paints using a timer, which is problematic
        if the given vcl::Window already supports double-buffering itself, so
        always use direct (to the rendercontext) painting in that case.
        
        Change-Id: I93144c02814fd511f333224ab058374c7da369f0

2015-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7df3879d3f6222b840724ae748bdf8bf6a7af9f1]

        vcl::Window::SupportsDoubleBuffering: respect VCL_DOUBLEBUFFERING_FORCE_ENABLE
        
        Double buffering default is false, then can be enabled on a per-widget
        basis, finally this can be overriden at runtime by the
        VCL_DOUBLEBUFFERING_FORCE_ENABLE environment variable (so that
        everything is painted using double buffering).
        
        Let SupportsDoubleBuffering() also respect this variable, so code
        calling SupportsDoubleBuffering() can react to the runtime override,
        too.
        
        Change-Id: Ic9a1c00a801f6976069d7cfc47c3fa491ebc1ff0

2015-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e9550e35b4e1eed4af5c6a0948bc80102aeb07d]

        svx: linystyle -> linestyle
        
        Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db

2015-07-01  Stephan Bergmann  <sbergman@redhat.com>  [b51ba9e383243e8248d6da1b71a5b06d841d165b]

        Work around const-ness issues in the GooString API
        
        cf. <https://gerrit.libreoffice.org/#/c/16357> "Revert the removal of cast to
        build on old poppler"
        
        Change-Id: I75184cec64b4f32e0cf9adedeb84c8591be4fc73

2015-07-01  Matthew J. Francis  <mjay.francis@gmail.com>  [33776d143fabc1b6e91a6bad54899e9f33ca2320]

        PyUNO: Allow import of constant group by name
        
        Change-Id: I0ea809a888187624261182552cf7fa0a9c96c648

2015-07-01  Matthew J. Francis  <mjay.francis@gmail.com>  [3a6ec53eeeec71312f5ea890689f9c2ee79c2aac]

        Fix compilation with Python 2.7
        
        Change-Id: I0dd118f0215e06fec0cccff9b46d80f13bd802cc
        Reviewed-on: https://gerrit.libreoffice.org/16620
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2015-06-30  Michael Stahl  <mstahl@redhat.com>  [9394362e10de6fe30e673efcdbe56d43579447b1]

        sw: remove SwUiWriterTest's empty.odt
        
        Change-Id: I44e2881bcf1d50fbc4d35802d90ea8ee19b39f3a

2015-06-30  Michael Stahl  <mstahl@redhat.com>  [98ddd7a32fd0d5fa080fac368b9dc53a06659285]

        sw: fix SwUiWriterTest pointlessly loading an "empty.odt" ...
        
        ... instead of just creating a new document.
        
        Change-Id: Ib336c07f6827775a9c1a4fa0b8fbfe4ae0ff8221

2015-06-30  Varun  <varun.dhall@studentpartner.com>  [9060439f98e771d5079fb4434e2152bee053c40d]

        Added Test for tdf#69282 copy page style b/w docs
        
        Change-Id: If5960be7b04db418a1a42bd7b661391f65e79498
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [2e5098d40bb031be15a5d3203e442cd2cd7dc143]

        No space inside brackets, again
        
        Change-Id: I9309dc797c63e6c28831f545fd4d029a4d108dea

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [93b615d220d3f12e314920dc8b18c8ae8fc23c94]

        gtk3: bizarro macosx default text area height calc infected gtk3
        
        mbNoFocusRects is also the case now for gtk3, but this unfortunate
        heuristic makes the database and chart wizards and various other
        things just way too tall. This is likely a desperate effort to
        make pre layout dialogs size to something sensible
        
        Change-Id: I501f04ad96063935dd1f162e009ffd5053a820c4

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [ab23efcc2bb9ca178dee16b3d01eabb3f80d8e17]

        coverity#1308431 wiggle code to see if this silences coverity
        
        Change-Id: I44eae735b710332d87f2f642911e988c796457cd

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [98c6cf40a60c272277ca9a7baa2723a97e38b3ff]

        colorful interactive gbuild output
        
        Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [69ef1a0b445341cfa53b201c73eab93d7745b431]

        make GetCellPosition a member and visible
        
        ... to move test code out of production code
        
        Change-Id: I8bd38f57faba41a0af3740eda098144d9e49fe15

2015-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2c4bed594013ed9d671197cde53990fcede395d]

        sw redercontext: fix missing draw of the overlay
        
        With this, if e.g. Ctrl-A is hit for a hello-world document, then
        selection is properly visible.
        
        Change-Id: If3fae1e73dc76c50e62f6e1f31d99873636f0e93

2015-06-30  Jan Holesovsky  <kendy@collabora.com>  [1cf7e272f7731978695f4bcd8fbdf85766d4f14e]

        tdf#90452: Templates should adhere to the recent docs colors too.
        
        Change-Id: I5df89581796eca4e48e0a305d4319e4674f8dd87

2015-06-30  Jan Holesovsky  <kendy@collabora.com>  [7387cdbc41924a85cc48e6b68563c91e35b3915c]

        tdf#90452: The correct color for the message when there's no recent file yet.
        
        Change-Id: I5a990643903946ea339136fbc514ca8cb90fa34e

2015-06-30  Jan Holesovsky  <kendy@collabora.com>  [aef5e0a90cdfd37c2228a9959adee2efd543a717]

        tdf#90452: Remove the frame around the Help and Extension buttons.
        
        Change-Id: I86d2daec6dcbd6af3a8da1b8329417bae46c8079

2015-06-30  Jan Holesovsky  <kendy@collabora.com>  [562d2c3337051da5d98d55a28dc391dab387b692]

        tdf#90452: Implement the new design of the startcenter.
        
        See the comment 45 in the bug for the agreed design.
        
        Change-Id: I428f339df48f530f606525434a4a2be8a79acaab

2015-06-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1a8915ef8302b13b781977209ae1fa41f5f659dc]

        Fix typos
        
        Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
        Reviewed-on: https://gerrit.libreoffice.org/16582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [f82e6424075cbc5f4a3766f5f6e28314c249f3f0]

        only try gtk3 vclplug on >= 3.14
        
        themeing has changed around quite a bit, and there's insufficient interest to
        get older versions looking right
        
        Change-Id: Ia2ee58d66c859e3bf00b54413fac1efb00d38dd3

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [ca5e9c628132d1b57fc705f1844ffb6aaa2b4662]

        Revert "Revert "Typo: repsent->represent""
        
        This reverts commit 09b4cbe977c755a447f97034189b85998f358d79,
        no good reason to revert the original commit in the first place.
        
        Conflicts:
        	bridges/test/java_remote/Bug107753_Test.java
        
        Change-Id: I6d3d50887460fd15080c46782c29a653c3684bec

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [bfc8185dd010fed0d149b976040be416dd7b674d]

        Revert "Revert "Wrong comment with 'sal_True' instead of 'true'""
        
        This reverts commit 262dbabe8e07f60d55461ab3fb2c26d37b86a311,
        no good reason to revert the original commit in the first place.
        
        Conflicts:
        	linguistic/source/lngsvcmgr.cxx
        
        Change-Id: Ifa1896da3ec3fd291a9b30a9a6734bdcce406b99

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [14255b68e0b3a5155a588a16096c523156b1ff55]

        Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_C
        
        ...from most rtl/bootstrap.h functions.  They are effectively only called from
        C++ code (there is no plain C UNO binding), so it should be fine to let std
        exceptions (like bad_alloc or length_error) propagate from their implementations
        to call sites.
        
        (The exception is rtl_bootstrap_args_close, which is typically called from C++
        dtors, so should not throw anyway.)
        
        This would strictly speaking be an [API CHANGE], but it should make no practical
        difference whether a process terminates abruptly because an exception cannot
        pass through a SAL_THROW_EXTERN_C() nothrow specification or because legacy
        client code does not expect exceptions to be thrown from functions from which
        SAL_THROW_EXTERN_C() has now been removed.
        
        Change-Id: I08e8479e9c5731e46021aadd6a725c1793024d10

2015-06-30  Eike Rathke  <erack@redhat.com>  [26d1a597a4c2258b652434856198c0ee8e1af87f]

        unit test, check for all ScRange::Parse() valid flags, tdf#92426
        
        Change-Id: I9c941cfcb8c856f35ff3b24f8e15000af4993651

2015-06-30  Jorenz Paragas  <j.paragas.237@gmail.com>  [02d3ae938d92988bb24b370ca0beece17bb275fa]

        tdf#91112 replace o3tl::compose1 with lambdas in reportdesign
        
        Remove TReportPairHelper and TStartMarkerHelper as well since they
        were helper structs that were used solely for many of these
        o3tl::compose calls and are now unused.
        
        Change-Id: I75b366a7951a841c49a34709a3bdc1877952b64d
        Reviewed-on: https://gerrit.libreoffice.org/16606
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [daf06757009e09e3ecb4a3e91f2d068ca9612fa7]

        Coverity 1308468 etc.: Exception specifications
        
        While these functions do not throw any UNO exceptions, no need to specify them
        as nothrow, and do allow std exceptions to pass through.
        
        Also covers Coverity 1308470, 1308476, 1308482, 1308495, 1308496, 1308502,
        1308506, and 1308575.
        
        Change-Id: I00306f606f3f20462016177eebbd26ed5af76506

2015-06-30  Eike Rathke  <erack@redhat.com>  [07cd14f1e3ee718e56d063db8c331bec173f4408]

        tdf#92426 explicitly set valid row/col for entire col/row references
        
        ... for callers that individually check for them, like
        ScRange::ParseAny()
        
        Change-Id: I23fc2c178a9c89b59f99f2fb86223324b7e5d378

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [a12db8e9e1960f3f209f1b95547041681566d636]

        tdf#92440: Reduce code areas covered by mutex
        
        Change-Id: Iec79e088e67e1cddeb8242d069fae911b305f613

2015-06-30  Michael Stahl  <mstahl@redhat.com>  [b6cefd5e8b5086619e591385a0d7a6ffcd9783b9]

        sw: avoid layout recursion when loading documents with charts...
        
        ... that have a Writer table as data source, such as ooo38798-1.sxw.
        
        The problem is that during layouting, the SwWrtShell::CalcAndSetScale()
        wants to call setVisualAreaSize() on the embedded chart object.
        
        This switches the state of the object to RUNNING, which loads it from
        the file, and during that the ODF filter calls into SwChartDataProvider
        and that uses a UnoActionRemoveContext; unfortunately that ends all
        pending Actions, so we get a recursive layout action.
        
        Apparently the UnoActionRemoveContext is required to call
        SwUnoTableCrsr::MakeBoxSels() for old-style tables, which need layout
        frames for selection?!?
        
        Try to avoid the problem by disabling UnoActionRemoveContext in case a
        new-style table will be selected, which can be done without layout.
        
        Change-Id: I097991ffb2e78ddf011db7575f7bb63ae8aa7005

2015-06-30  Justin Luth  <justin_luth@sil.org>  [6c76a0a84785b48c29687e6d31b8229a230563d8]

        tdf#91641 adjust cursor when deleting preceding characters
        
        IMDeleteSurrounding is used by input methods to take multiple
        keystrokes and convert them into a special character.  Then the
        composing keystrokes are removed.
        Before this fix, the cursor placement was not adjusted,
        so the special character was inserted in the wrong position
        and if 3+ keystrokes were involved, the wrong characters were deleted.
        
        Change-Id: I35b97bc150dc68ffe65eebc59450e21e0033bd16
        Reviewed-on: https://gerrit.libreoffice.org/15961
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [c0a79b1dabc1e3c5fb9dd7ff41257a39015da598]

        Remove unnecessary include
        
        Change-Id: I46fffbdbf952b2eb67a469a5960bc94c8ee7d377

2015-06-30  Stephan Bergmann  <sbergman@redhat.com>  [8c92b5ae3d6e96f64754da603a36f42b7feaac5a]

        loplugin:vclwidgets
        
        Change-Id: Icebaba828316b0f304ad407dc88d7a45f1f62cba

2015-06-30  Eike Rathke  <erack@redhat.com>  [8ed32d8a91dd6df2888dc73d27a453a1b851e448]

        unit tests for tdf#92427
        
        Change-Id: I4fb620754aac3f962695d053f05e50242538193e

2015-06-30  Julien Nabet  <serval2412@yahoo.fr>  [cb813b392d1f59ad8927b87e899d8a33d1db2504]

        tdf#92386: Writer crashes in print preview if document in 2 windows
        
        2 changes for the 2 following bts
        First bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116883
        Second bt: see https://bugs.documentfoundation.org/attachment.cgi?id=116888
        
        Change-Id: I92ed3b7305bb5b714532f2dcffd615a8337db8b6
        Reviewed-on: https://gerrit.libreoffice.org/16557
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [9ce8f73550e327ecffeed3f4f8697f8b1f2548ed]

        gtk3: re-enable when in backdrop and receive delete signal
        
        Change-Id: I845a3eda41263a07e1e69eb6ff37ff5ab2576905

2015-06-30  Eike Rathke  <erack@redhat.com>  [0ccefa0cb62da893556893bec2414c22cb2ad7b8]

        tdf#92427 entire column/row reference also if both sticky parts are relative
        
        For example, convert A1:A1048576 to A:A but not A$1:A1048576 or
        A1:A$1048576
        
        Change-Id: I7845134f79a04f7c031896d515ea1cb8050bd454

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [f43058753b6d9850261ab050d14de7b9e4ec8a37]

        gtk3: detect if a new frame is just a tooltip
        
        Change-Id: I906f53ca5428b51077b4ac28462c2e8827f2a31f

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [6b2006c26713793867cfa2527d2d9c67e94ddb7d]

        CreateAccessible just forwards to the parent impl already
        
        Change-Id: I74bce8dc7b3e97eaea3964f476b3d3e3233100df

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [9eb8839cc41824c4cedb1360a80ed88fa269c0d6]

        these can be private
        
        Change-Id: I5f0501dbe14cbb4e4fda3ec30fb7e1e893faf108

2015-06-30  Tor Lillqvist  <tml@collabora.com>  [53d354e38e3f8aa8978ae570c26b865e78150de2]

        Fix error: chosen constructor is explicit in copy-initialization
        
        Clang 3.2 (which is old, yes, I know) complains.
        
        Change-Id: Ia3fefd54cd234f14ddaf6159e2512760e4d53c95
        Reviewed-on: https://gerrit.libreoffice.org/16613
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-06-30  Matthias Freund  <matti_lx@secure.mailbox.org>  [ff06895b3e3a664c2238e358c02ae5b755e2ce06]

        tdf#75256 New sifr icons - slidemasterpage and resetattributes
        
        and a little change in lc_presentationcurrentslide, the pauseplay sign was
        not correctly aligned and blurried.
        
        Change-Id: Ia657191f37e202a93476203c9097275835b281ac
        Reviewed-on: https://gerrit.libreoffice.org/16597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8baeb65c2a8179d9b29589e83cfcb45c120e4cec]

        remove spurious line (should fix OSX)
        
        Change-Id: If422726f83532430f666ae17f6f71e2ccf5733cb

2015-06-30  Eike Rathke  <erack@redhat.com>  [7c769c7bfc4a9d8b64c7d562aba5c1ad27cd0664]

        add English (Gambia) [en-GM] locale data, tdf#92442
        
        All derived from en-GB with currency GMD symbol D
        
        Change-Id: I33d8688f73342322c816f4cfe8923bf3a2db85be

2015-06-30  Eike Rathke  <erack@redhat.com>  [07ec1e8cb83b56d82e811eccc169007beeca7651]

        add English (Gambia) [en-GM] to language list, tdf#92442
        
        Change-Id: Ifcc2d9c53660f8af92739bd674987acfc1d610d2

2015-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [82307b16f89250d5fd724806f51823a38f7e202f]

        sw rendercontext: update drawlayer in SwViewShell::Paint
        
        Fixes warnings on startup like:
        
        warn:legacy.osl:13026:1:svx/source/svdraw/svdpntv.cxx:813: SdrPaintView::UpdateDrawLayersRegion: No SdrPaintWindow (!)
        
        when double buffering is enabled for SwEditWin.
        
        Change-Id: I3dd8019a158b7d50c5e460abf504da31aabe72c3

2015-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [af9d02a24bc61c9a531157ed6a49b25c47668277]

        SwViewShell::DLPrePaint2: paint to mpOut if isOutputToWindow()
        
        With this, most of the SwEditWin is painted to the virtual device in
        case of double buffering, not directly to the screen (avoids
        flickering).
        
        Change-Id: If93aa082daaec6b0e2c417ebc7367e5ab601aa2c

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [67d0aee921ae7c10bfd823097db73d7f125faa3a]

        gtk3: draw disabled menubars entries with disabled text color
        
        Change-Id: I9188c6071f62d13a688c1eb6b14b1ac3f7dc77d4

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a1b73b37c761a4bea51fb17f1158c98f579eb305]

        getCells->GetCells(): not an UNO function
        
        Change-Id: I89335201083bd68fa199ce52e78d7750c60f8895

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7c17cb0a52a14f4788d6f293d968e95f87c514e1]

        use initializer-lists
        
        Change-Id: I801bb81a7c241b40377617d8f3567e62b79e3976

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1ad4751b7b687a8e6127c1ae99af47a7bc763e84]

        now use GetAny() here
        
        Change-Id: I23b6f2c53841a4f105d911d72c4d7fe1c077ed82

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f7d603a7af180a47721c95db5631d08ab9738769]

        refactor out SwXCell:GetAny()
        
        Change-Id: Ia79bb08fb77bda3de6714b160df7007218ab309a

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a54845ee5d1f9258a422e378a39dac18cc975447]

        refactor out getCells() in for chart seqs too
        
        Change-Id: I1d18f1b7bdda8d95c2d2dd4256ca05aa0c60d5f4

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9ee481cce4f26cbde09efa46bc0b2c52e53eb2bf]

        kill ugly GetDataSequence, now unused
        
        Change-Id: Ib72d52c8641b9edfbc534a490fc27d20ff17f349

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [91dd43a4eaa6bd6434e538dee1a485842fbcbb4f]

        refactor getTextualData
        
        Change-Id: I122a4fb8526af0c3c40e6a6cdacaa11fe531e15f

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f828df4cad83760e2f722ec4b5e6e910c85f6598]

        refactor getNumericalData,
        
        - move some functions to be members, were sensible
        
        Change-Id: Ie94029f215102c62e96d314809ca78b079f2a6e6

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0685f902927a263fb724e47731654169dc87a3a6]

        remove one client of getDataSequence
        
        Change-Id: Iec8c3653497e213c085242085737dcc5985d70b3

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9437369a4b08bdb8fd2aed514606ccc3a73c7dae]

        simplify
        
        Change-Id: Icaf94870906ba2723de727d06037c343f26e87b8

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f98a687f1554ad7c6f4c16184086ad7b8ee4276d]

        remove dead code
        
        Change-Id: If60fd90f1ffb8a58cc43e4c4a0f80f68b7511937

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [57ac4a57d772546089332a1f302a4b1d8dac6961]

        simplify
        
        Change-Id: Ie9313bd8bb391d33e5f86fb86e0874b85594fedf

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5ab8a7303e26b55b9b52f71a6a98a1f565ddefa5]

        dont branch on the same conditional twice
        
        Change-Id: Icda8e94140d56d71b568ac52feb303bcc861ea31

2015-06-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ae7f853ecdca838adbc369ccf4c0b862354ac86]

        should there be a size mismatch here, we already wrote out-of-bounds
        
        Change-Id: I303e93635985fce53aaffc9af89cfa10cecadefb

2015-06-30  Caolán McNamara  <caolanm@redhat.com>  [02b1e14743fa48b365f80e76ecb713877c990c34]

        gtk3: listen to state-flags-changed and disable toplevels when in backdrop
        
        Change-Id: I173618b2e6a2ad69918da8b85ec0eef7099f1d3d

2015-06-30  Mark Hung  <marklh9@gmail.com>  [203e3c0f1190473d2e587a0801dc9f3883a6874a]

        tdf#92281 - FILEOPEN: Only western font is set for symbols in DOC files
        
        Inserting a symbol in Writer set all fonts including CJK and CTL
        to the same one. This patch makes the behavior consistent with that,
        allows CJK and CTL user to see the symbols.
        
        Change-Id: I7a61868e8078c81c68e471760f080b3ce7df589f
        Reviewed-on: https://gerrit.libreoffice.org/16604
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-06-30  Noel Grandin  <noel@peralex.com>  [d16d9f950f8cb6d8948875372c9ff1f0aae9fb7a]

        remove some unnecessary typedefs to pointer
        
        that were really not helping make the code any clearer.
        Found with a search
           git grep -P 'typedef\s+\w+\s*\*\s*\w+\;'
        and manual inspection
        
        Change-Id: I6a5c031e9e060ad3623a7586ec8a8cc4fe6252e9

2015-06-30  Rene Engelhard  <rene@debian.org>  [fa5822ce69bfc80ac8b1c5caa98de7e5c7ccf568]

        more change in JNI func sigs between Java 6 and 7 workarounds
        
        Change-Id: Ie9cbf1b6dfc79df3a74efd3b9bb31ce33e7be3a0

2015-06-30  László Németh  <laszlo.nemeth@collabora.com>  [571f0abb95e1d4aa1cb7cad20b783b17ba7ac99d]

        tdf#92438 fix regression in LibreLogo icon order
        
        Change-Id: I214f49ada17ddb350586426085d27290ad46ee61

2015-06-30  Eike Rathke  <erack@redhat.com>  [f33700200901ff5d54fbbbb12053e1f1ccad1739]

        translate some comments on the fly
        
        Change-Id: I2888fd23de5fac90ec7fada213361921b02f9447

2015-06-30  Eike Rathke  <erack@redhat.com>  [9a21a20fb21e22d7a9ab336b41a253fb565eb1b0]

        introduce ScRefUpdateRes UR_STICKY
        
        Some callers of ScRefUpdate::Update() rely on a return value
        !=UR_NOTHING if rows or columns are inserted or deleted or moved, so
        simply ignoring the entire columns/rows cases is not possible even if
        the ranges actually don't change. Instead, return UR_STICKY that may
        allow to further differentiate in future.
        
        Change-Id: Iba6c1e5eb1a33d39ef677ef1de2f2d296bf504f1

2015-06-29  Michael Stahl  <mstahl@redhat.com>  [2e63faa863e1a6b9cd7556978c86c16299eaec43]

        instsetoo_native: fix building installation sets
        
        ... after 39b04ad7cb2e10f32e92d3c9bec57e35f64a3304 started using
        PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons
        whereas PRODUCTNAME is LibreOfficeDev so rename for consistency.
        
        Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c

2015-06-29  Eike Rathke  <erack@redhat.com>  [5e83f49e5d62587f427ad416f5188ce81506c05b]

        Resolves: tdf#31577 volatile lookup ranges must not be cached
        
        Change-Id: Iac8574329c8c8e0bc0ac956993ccdd085372a6cc

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [1ca05e1ad6f7377a7e29ec5d74533a2d7170a628]

        can't make the gtk3 dialogs modal for some reason, workaround the auto-popdown
        
        Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8

2015-06-29  Phillip Sz  <phillip.szelat@gmail.com>  [ef575c9c1bbc59c9c5f7097094433d1652d1547b]

        fdo#39468 Translate German Comments - reportdesign
        
        fix after review
        
        Change-Id: Ie6a665e6e473cb774cfbcc805aeb944de5723639
        Reviewed-on: https://gerrit.libreoffice.org/16527
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-29  Eike Rathke  <erack@redhat.com>  [81b606f547fcfc254e040937519516b98f089241]

        support plain database range (table) names in INDIRECT
        
        Change-Id: I89c1249315059d6a04615de27e8b9b18dfd300ff

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [beb4aa21d61f0d66392d596be86fb57b4b167239]

        SwViewShell::ImplEndAction: avoid direct paint
        
        Commit 56dd27d9ed829ea0444b3b5932dcd0d431d6e251 (sw: invalidate after
        keypresses when we have a callback, 2015-01-13) only enabled
        invalidate-then-paint for the tiled rendering case, because the main
        loop had no priorities back then.
        
        This limitation went away with 48c2815dd20cf20eeec8bb4e003000f4a3d13291
        (tdf#91727 - Unwind non-dispatch of idle handlers., 2015-06-10), so it's
        not a problem to always do this panting inside the Paint() call.
        
        Change-Id: I98ddfcc0f20f1553974b74ec3c859dde315612e4
        Reviewed-on: https://gerrit.libreoffice.org/16587
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-29  Martin Hollmichel  <martin.hollmichel@gmail.com>  [39b04ad7cb2e10f32e92d3c9bec57e35f64a3304]

        Remove some hard coded references to "LibreOffice" as Productname.
        
        Change-Id: Ibd0a500d7ba31ec4c25bad64b39311d45e94dca3
        Reviewed-on: https://gerrit.libreoffice.org/16590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-29  Tor Lillqvist  <tml@collabora.com>  [3532e84e7f90438476153b9421dddfc5f3ca813b]

        Forgot the end marker of the Emacs mode line

2015-06-29  Tor Lillqvist  <tml@collabora.com>  [6bc851e0535df830a0fb10f60aaf4186332bd1e6]

        Untabify and add Emacs and vim mode lines

2015-06-29  Martin Hollmichel  <martin.hollmichel@gmail.com>  [6f595a613f79ebf84984a894cdf2dd603b47de20]

        Simplify productname logic.
        
        Change-Id: I55fb371843071943ea7966e42444cc56faee9430
        Reviewed-on: https://gerrit.libreoffice.org/16589
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-29  Michael Meeks  <michael.meeks@collabora.com>  [7e7525ac82772d61f3c223216a3297dadf5b1bef]

        tdf#92047 - cleanup logic.
        
        There are still a truck-load of problems with watercan usability.
        
        Change-Id: Ic8a9cda070747b1887a292df89b0398bdad8ef8a
        Reviewed-on: https://gerrit.libreoffice.org/16565
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [98d2d985082114ec259c11788af7b8574f2c9b3d]

        SwViewShell::Paint: restore old render context at the end
        
        The idea is that mpOut is only used for non-drawing purposes outside
        Paint(), e.g. to do logic <-> pixel conversion.
        
        Change-Id: Ia83cd32dd0a5152dcfc1644e92af08b4ddf4653c
        Reviewed-on: https://gerrit.libreoffice.org/16584
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-29  Eike Rathke  <erack@redhat.com>  [30396941dbaa34d3573466a87e435621cfdadab3]

        TableRef: can be used in INDIRECT
        
        Change-Id: I8eed87f0e6c0816a7d315f6c5ed039b0b193c322

2015-06-29  Tobias Lippert  <drtl@fastmail.fm>  [b014150e64cdc23dfd999061bc210f0ad701f0a2]

        tdf#68016 Write fixture for current behaviour of SfxListener
        
        Also: Make destructor of SfxListener more robust, so that it can be used
        in tests.
        
        Change-Id: I02b273ca8e527705c2d3ea3295ed0dec1c4f83ae
        Reviewed-on: https://gerrit.libreoffice.org/16483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-29  Jan Holesovsky  <kendy@collabora.com>  [e03a5f5e8303668cb68844b6df9ec53a561792bc]

        online update: Configure switch --enable-online-update=mar
        
        This will enable the mar-based online update instead of the 'traditional' one.
        At the moment, this does not build, as libbz2 was not packaged as an external
        library yet.
        
        Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256

2015-06-29  Nathan Yee  <ny.nathan.yee@gmail.com>  [8c07510faa32211536a1d3c461b674812b025bdd]

        online update: Add updater executable build support
        
        Change-Id: I033f114d29cd020b6dba5a74257d3f577dd73ea7

2015-06-29  Nathan Yee  <ny.nathan.yee@gmail.com>  [7316144b8fbc4c4f4412da7afa68186a545847eb]

        online update: Add mar executable build support
        
        Remove unneeded mar library build support
        
        Add macro workarounds in mar.c; will deal with them in the future
        
        Change PL_strdup to strdup (is this safe?)
        
        Change-Id: Ib3108abdf360f6fc1ccc1bf5030df8529d724b82

2015-06-29  Nathan Yee  <ny.nathan.yee@gmail.com>  [07b10078ef20f95b414ef1e24a239ae5c2186bbf]

        online update: Add MAR library creation capability
        
        Change-Id: Icf2a97b4b6f7bc75aaaec86bf5bc56192396d4e4

2015-06-29  Nathan Yee  <ny.nathan.yee@gmail.com>  [2c505eca0c88e1e02028460c3534cb991befe792]

        online update: Add preliminary support for creating MAR libraries
        
        Change-Id: I04040d67b82afc0f00558d493ee046c97001cd5d

2015-06-29  Jan Holesovsky  <kendy@collabora.com>  [dba90c047e4d4b743175d1b6d7355b49aa60c474]

        online update: MAR-based online update - initial import from Mozilla.
        
        This commit copies several source files around the Mozilla's online update
        from the Mozilla sources to LibreOffice.  The hope is that we will be able to
        modify it so that LibreOffice can use the same update mechanism as Firefox,
        including downloading the packs on background, and applying them on the next
        start.
        
        changeset:   248917:ce863f9d8864
        
        The following locations in the Mozzila sources were copied:
        
        firefox/modules/libmar -> onlineupdate/source/libmar
        firefox/toolkit/mozapps/update -> onlineupdate/source/update
        
        JavaScript parts were omitted.
        
        Change-Id: I0c92dc0bf734bfd5d8746822f674e162d64fa62f

2015-06-29  Julien Nabet  <serval2412@yahoo.fr>  [dc1dd18d0650fb0e054791381062b33a5609c424]

        Related tdf#92322: fix crash with doCursor
        
        0  0x00002aaaafaf3b0c in BrowseBox::DoShowCursor(char const*) (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:182
        1  0x00002aaaafafe392 in BrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/brwbox1.cxx:2489
        2  0x00002aaaafb27966 in svt::EditBrowseBox::GetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/svtools/source/brwbox/editbrowsebox.cxx:237
        3  0x00002aaab1b5706a in vcl::Window::CompatGetFocus() (this=0x2f424e0) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/window.cxx:3948
        See https://bugs.documentfoundation.org/attachment.cgi?id=116859
        
        Change-Id: I664884ee9333055707aecd7ad309c1a97596b71b
        Reviewed-on: https://gerrit.libreoffice.org/16538
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-29  Michael Meeks  <michael.meeks@collabora.com>  [515f63b68b4c53a061a060f8d2b852b697c6b1b0]

        German comments: i18npool and scaddins now complete.
        
        Change-Id: I00983cc759706ebd9461367bd5235bd7e6304e24

2015-06-29  Juergen Funk  <juergen.funk_ml@cib.de>  [3e8c14df67a43d3088ed7df0a2b0d96a4bc42d57]

        tdf#92353 FileSave: Not confirmed for overwrite a file (unix)
        
        The setConfimOverwrite function must be set after setOperationMode function
        
        Change-Id: Id5ab54be502e9c96eba3d7ab600b5e06e241c8fd
        Reviewed-on: https://gerrit.libreoffice.org/16517
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-06-29  Stephan Bergmann  <sbergman@redhat.com>  [8c30d8bbb8a0b3682160252ee065befabf613a7b]

        Explain how to test SDK examples
        
        Change-Id: Ifcf0a7276e1b0da6b9176eb70c4a8dae00491935

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [8527dfbd4d3f79de8b02c561e5f0fef0d54d3eeb]

        SwFrm::Calc: use vcl::RenderContext
        
        Change-Id: I98de3f5413756c494c677d592ea921155e4c08be

2015-06-29  Tor Lillqvist  <tml@collabora.com>  [e05fbf07bb8dd0094b9e7f20cebfb88678f1e676]

        Make the patch actually apply
        
        Change-Id: I23537399cbf325a7049f67654439714c3dc1421e

2015-06-29  Rishabh Kumar  <kris.kr296@gmail.com>  [7bb74f1a73b953ef2263f25b0df202e8a588307e]

        tdf#84381: Improved sidebar selection analyser for Calc and Draw/Impress
        
        Disables the area tab when a line is selected
        
        Change-Id: Ib02a68fb548a7cc10f9af7e0d1b6191119f18915
        Reviewed-on: https://gerrit.libreoffice.org/16165
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-06-29  Julien Nabet  <serval2412@yahoo.fr>  [594ef250f824772c467c0f3cc8001568d1e553a9]

        Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrow
        
        Missing "else" in front of the "if"
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b355da6853af6678c4ba22710d157cf8a6d43eb
        
        Change-Id: I3c32e8f09acbea7094c4268384ec4b1c4e028fc5
        Reviewed-on: https://gerrit.libreoffice.org/16497
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Deena Francis <deena.francis@gmail.com>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-06-29  David Tardon  <dtardon@redhat.com>  [bead58cb4042ac42dee890e2f21ab7ea81136e54]

        fix build of libetonyek with older versions of gcc
        
        Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [48abc97220bd95841225cf4e18cd067ef470929a]

        g_assert_nonnull was not declared
        
        Change-Id: Ie98c37d4bdaa365ac27e8620fb5bbecbb0faccdf

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [2d196d0ee26b3840e56ec6537066a3b4a2f08691]

        Resolves: tdf#92275 impress grinds to a halt constant swapping images
        
        This reverts commit 6c84442f99de109b585d3ba8964deb8dcf261c0f.
        "tdf#87820 Images not displayed properly in Calc"
        
        and replaces it with an alternative solution
        
        Change-Id: Iecb560d43767f0e41e442a307eefcdcecb7589ef

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [1f2a705bf3a5556c8dc18f5f67a6544747828392]

        coverity#1308581 Uncaught exception
        
        Change-Id: I925cc31890c8b1cd5ced0a619fbfde4be0a66dd4

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [e632eaecfcd71d8f280ce9142a2ab9966a27bae5]

        coverity#1308576 Uncaught exception
        
        Change-Id: Ic31670bd8999961dc9571c8d55817951a702d417

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [53bd35aafdcfec740b495db7ed5d48fb8077132c]

        coverity#1308553 Uncaught exception
        
        Change-Id: I26d41fa888c2426ad8e77a170d9e9eb880ad32df

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [c921885cfd7119fcdbec92f4106890d6ce0ad9c2]

        coverity#1308463 Uncaught exception
        
        Change-Id: If0308eb0068951af425cb691672b915decc384a2

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [16f8348f366e27cc34d67cb8c075f0489bc9f63d]

        coverity#1308429 Unchecked return value
        
        Change-Id: I1d7db630eb6d0c12c5eb8b507be114693689e4e1

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [dc0b9ffb6d77d4944e99b4ee065b8d38bcb04d0e]

        coverity#1308595 Uncaught exception
        
        Change-Id: I2245925215e98077c9665803435d39e9a05de367

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [69dcc8f4e5f99cbc2f5405429c4ffc874fecc1b4]

        coverity#1308594 Uncaught exception
        
        Change-Id: Ic320ba53565ef735d24a3538bf1863b3fb37c97a

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [2a5da1f2d80cc6147c9dfd9658049a76f1d021a1]

        coverity#1308593 Uncaught exception
        
        Change-Id: I3cf82f3f0e859b24d75f8ca8e0daf82b02becb0a

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [92ca6ebebdfc2e11f98b9fa67caaa194087e0a41]

        coverity#1308592 Uncaught exception
        
        Change-Id: I1a63116534430ebf8d203c21baf248a84a39b221

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [194140bda70724be47d9d73ad4f1c2fc99c7ac31]

        coverity#1308591 Uncaught exception
        
        Change-Id: I0e1198a9b0b9e5d37ff5278f340fc640d8886eb0

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [f4f3eb309ec98d27a5be7e9ffeef5d22ee50706f]

        coverity#1308590 Uncaught exception
        
        Change-Id: Ic92709acff10386f22b633e9cd4c3ad6cd1fbc9b

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [005eb60e08541c3937547da28e0581f65971a93a]

        coverity#1308589 Uncaught exception
        
        Change-Id: I18cf4edd57abd297273f94a78a1a612c60e0f570

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [52b2ccf1769ed59b9a33ac1d5086e61f7ae6a408]

        coverity#1308588 Uncaught exception
        
        Change-Id: I1979075cc4ad9e6b37235306c658fcceb96d7721

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [10a7c828beeb6658124dfa94a9374d0a9971f079]

        coverity#1308587 Uncaught exception
        
        Change-Id: I45e699ebf255e7d933a3b5d77717dcd7583d8383

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [7e5e4ac54cd374753389498d8a46c0c9e102a2a1]

        coverity#1308586 Uncaught exception
        
        Change-Id: I86097e94dd47153a919bb7721376c5b98b50354e

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [9e92e3ae52ef8e65ac1e9d5ea46fe7028db90786]

        coverity#1308584 Uncaught exception
        
        Change-Id: I55178c48f57c26f7eec7efa052abd9edbf7adeb0

2015-06-29  Eike Rathke  <erack@redhat.com>  [621a7689375a4c23bb1dd23c2643c9ac42aa29a9]

        insert/shift unit test for tdf#44419
        
        Change-Id: If056bd05ca8895ad301a45bb078d303b56cd172a

2015-06-29  Pranav Kant  <pranavk@gnome.org>  [a482d3289fa7e3789a306970ea76d074527c3579]

        gtktiledviewer: Don't continue on widget init failure
        
        Change-Id: I5916357903fad5878d29bc31f21af45816a45ec5

2015-06-29  Pranav Kant  <pranavk@gnome.org>  [e2c73bf76a35ee8ce18e4499587de849c92eef1c]

        lokdocview: Handle DELETE key
        
        Change-Id: I58d0c36decf81c812c108458b449402416ebcc2d

2015-06-29  Pranav Kant  <pranavk@gnome.org>  [580c70883ca8c9bc73ea42cb05983b9df57f55ff]

        tilebuffer: Add timer to measure paintTile() call
        
        Change-Id: I2645863c7445e17d77e2c4e2dc24e22f8685034e

2015-06-29  Pranav Kant  <pranavk@gnome.org>  [da49b8339828c0ee27d999ac4201e0eb12a1a47f]

        lokdocview: Remove superfluous *_post_key()
        
        Instead directly let LOKDocView handle the input.
        
        Change-Id: I260a460df23c3e2e5c78d8b363bb864ae5c63dab

2015-06-29  Pranav Kant  <pranavk@gnome.org>  [9d2fa921470152647cc3b54355f70a1365f752ff]

        lokdocview: Don't handle hyperlink clicks
        
        Instead emit the signal 'hyperlink-clicked', and let the
        application decide how it wants to handle the hyperlink clicks.
        
        Change-Id: Ief72bbd16727e140cacf28b852ad43952c02f7ae

2015-06-29  Rishabh Kumar  <kris.kr296@gmail.com>  [1584b6e876a26f701c93fdf03f4f1200058a13cb]

        Hiding the line style label in sidebar
        
        Fixes the cropped controls.
        
        Change-Id: I08d59ccd40e745148f9f6a4d5f61e507697b3ce8
        Reviewed-on: https://gerrit.libreoffice.org/16436
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-29  Eike Rathke  <erack@redhat.com>  [5dd29024a5eb98393eba1c19559ea6c4ed65ac6c]

        unit test for tdf#44419
        
        Change-Id: I58cccec61eb0235f2212705d4435d7c08ef99146

2015-06-29  Andras Timar  <andras.timar@collabora.com>  [57117cf52d4c91029cbabf852d1f82c386ac1d75]

        Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"
        
        This reverts commit 601d7d38628bf93218fba15249c4654ae24e7396.
        
        desktop and svx need these flags in case of OS X sandboxing
        
        Change-Id: Ib811aa53bc2d71839961cdcea0dd4836ebdbc38c

2015-06-29  Stephan Bergmann  <sbergman@redhat.com>  [b3307f57fa8bae9736977aa72597dc4ea958a7ec]

        -fsanitize=vptr: avoid needless, wrong downcast
        
        Change-Id: Ib07f3e484f0065a0c72cc0672fc5d975c00f38fa

2015-06-29  Stephan Bergmann  <sbergman@redhat.com>  [d2cf81e689082893afa4a54f0387ee6582ea6475]

        -fsanitize=vptr: avoid premature downcast
        
        Change-Id: I6e355e9283987c1a900b28c5271142aebb55e3b1

2015-06-29  Stephan Bergmann  <sbergman@redhat.com>  [37b67904b2c71ed0997d4f4e5b929398fb14d48e]

        external/graphite: work around -fsanitize=nonnull-attribute/vptr
        
        Change-Id: Ic0766555dc7a04bbb8c7ad8f9cba3d74d84c59db

2015-06-29  Noel Grandin  <noel@peralex.com>  [8ba8c1018722a35f75f9906db4998dabda1aba4a]

        remove custom RTTI from basctl::BaseWindow
        
        unused
        
        Change-Id: Icfb5a29f592629e4332c31b083d78efcd2d0161e

2015-06-29  Phillip Sz  <phillip.szelat@gmail.com>  [4ccb0fb9eb9fa8cebb187cc990a77bc85a826027]

        tdf#39468 Translate German Comments - scaddins/
        
        Change-Id: I95ea40b1b349f03e8ce45906a50e18f7a95ca5e9
        Reviewed-on: https://gerrit.libreoffice.org/16525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-29  Jan Holesovsky  <kendy@collabora.com>  [fe2ba8574f349b6fcc956136992310ef8a3aa332]

        rendercontext: Simplify.
        
        Change-Id: I1dced1263a114d8d30b66da8974d075c83a8414f

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [76837070c7c3eae1da50ff0de5e508be285e22c7]

        Resolves: tdf#92047 fix wrong merge conflict resolution
        
        since
        
        commit e8b97a52c96df9c8e8055407b1e40ed7cb9cfc67
        Merge: 2b0be6c 0cde74f
        Date:   Tue Apr 28 11:41:31 2015 +0100
        
        -         bWaterDisabled = !(pTreeBox || aFmtLb.GetSelectionCount() <= 1);
         -        bWaterDisabled = (pTreeBox || aFmtLb->GetSelectionCount() <= 1) ? sal_False : sal_True;
        ++        bWaterDisabled = pTreeBox || aFmtLb->GetSelectionCount() <= 1;
        
        Change-Id: I14d848b4527adf05eb05110b93369791134cbe6c

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [5d39063581fa7a24ee18c870d2f53c2b5d58a0e8]

        coverity#1308583 Uncaught exception
        
        Change-Id: Ibc6a8e437d81769b9a77d0a52e98f71b1c7e7d51

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [0a4e65219e785dced414821d0c2fef483b40e0c4]

        coverity#1308582 Uncaught exception
        
        Change-Id: Ibe15ebdbdd5c0eb719821043696ce22f76c5b232

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [1db55c30784d4b31211bd59c5644f01b5053130d]

        coverity#1308580 Uncaught exception
        
        Change-Id: I13722acfcdf3d1706c26796c56158c99d3d844ba

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [7462cfde6d3c8ce38455935c83261633c3a1d433]

        coverity#1308579 Uncaught exception
        
        Change-Id: I6bd1f9cdf69865972de9c22106a95e1ebf9a74f7

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [5887200e10398fb5264dfaa853bbc51b1c6e7a4f]

        coverity#1308577 Uncaught exception
        
        Change-Id: I6de407255be2bd1cc12edb5bbcaba5dd2501f60d

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [25283488fd221b1964eacc2c917df98ac3d604ae]

        coverity#1308574 Uncaught exception
        
        Change-Id: I416e3d443a43802bd8e093397945b056abe3bf85

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [e678100a40e678e48e731c5e02e1c29187c2f56a]

        coverity#1308573 Uncaught exception
        
        Change-Id: Ie3ecffe0fe91572ffff6e124075e1be1ef978731

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [5e1206f0925b4dddcdede41df7d897b4759813ad]

        coverity#1308571 Uncaught exception
        
        Change-Id: Ib844cbd5c5d7be28e4ee2922caf06fb43c7b8a46

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [3e9a13f16cf439876775ed5009690862a8d276d1]

        coverity#1308570 Uncaught exception
        
        Change-Id: I9009a96e09943b5339c6ef6995d9a28c3e4b596c

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [fab69b025b7011728fe105215ab790811db61ca1]

        coverity#1308569 Uncaught exception
        
        Change-Id: Ie3f4d0d0d8197d5dcbba7c266133e06e110843df

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [ed450f7e65198aebd19d745991358302ca14d0c9]

        coverity#1308568 Uncaught exception
        
        Change-Id: Ic9e4136619d9babe5333f815c9a0268830fbc0d6

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [4e4760ef42b2a1da76d697d607a78ac39ac25ed3]

        coverity#1308596 Uncaught exception
        
        Change-Id: I0784ad02e540757a0cb25b0e216b7bab4d2061f8

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [662f294a485a16f89290b62d81346a154beb6701]

        coverity#1308597 Uncaught exception
        
        Change-Id: Ibcbdd39952a573e72edbe1813c9d8b73c5e32f78

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [9202cab16767ee4008074434055796f9be99f6b4]

        coverity#1308598 Uncaught exception
        
        Change-Id: Id65e076641506e128c27cec4f50bc677e808fa95

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [6a151630e3084df42979d5c3b8083fef55449230]

        coverity#1308601 Uncaught exception
        
        Change-Id: I231a5b94ded2c936edf84ff7dc59332e628150cd

2015-06-29  Caolán McNamara  <caolanm@redhat.com>  [cdc94a0e32a7295cfe939c1b83a95d3412e2a9ee]

        coverity#1308602 Uncaught exception
        
        Change-Id: I5bee9695bbd294ff56ae7511f742b31e58bcc5bc

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7192cb0f32632ba4095ba0316109cc2eb7f1b218]

        coverity#1308430 pSh may be 0 here
        
        Change-Id: I2aaee946bdc5a22cf5a83e1e50714556260280f3

2015-06-29  Noel Grandin  <noel@peralex.com>  [b55166d266f31caf7bd85e54a59c7e8b49204b16]

        Revert "return and use std::vector from OInterfaceContainerHelper"
        
        This reverts commit e57314f61f67b093510c5a8a8f34a62126ba8734.

2015-06-29  Noel Grandin  <noel@peralex.com>  [39fd37f39db37a83c4a1491d68518e721b04fc5f]

        remove custom RTTI from SvxAutoCorrect
        
        unused
        
        Change-Id: I2f4504fdbe88fa83abe6da8a1f733f9ae1c2742d

2015-06-29  Noel Grandin  <noel@peralex.com>  [0f70a4f69c2e4aa9484294c3b1f6fc652757f79e]

        remove custom RTTI from SfxFrame
        
        unused
        
        Change-Id: I009f43d192942c14d0ccbf56c78257570c65e41a

2015-06-29  Noel Grandin  <noel@peralex.com>  [4e99430e63a940d600cad2aaf1f0e992034b66e2]

        remove custom RTTI from SotFactory
        
        unused
        
        Change-Id: I22f55aa403cd97ce2c5bf6a521c14a693e4373a7

2015-06-29  Noel Grandin  <noel@peralex.com>  [b488c7eeac1a0deba393c3d7b68f3da5a89857de]

        remove custom RTTI from ImageMap
        
        unused
        
        Change-Id: I74a26815a5e11fd68094e70adc5ffc3bd4c83d73

2015-06-29  Noel Grandin  <noel@peralex.com>  [24c7375c335c93251c53d9cfa76974d16f803097]

        remove custom RTTI from SdrObjUserData
        
        nothing is using it
        
        Change-Id: I9f86b7766b40cc2c4b725795b138e008b915c4fb

2015-06-29  Noel Grandin  <noel@peralex.com>  [6a8b38e698ba26f5a9dc8c1bd6b305ff9b3366fb]

        remove custom RTTI from XFillExchangeData
        
        nothing is using it
        
        Change-Id: Ie626fcb7f35d98294ec41620c679d46a34a77d90

2015-06-29  Noel Grandin  <noel@peralex.com>  [329350919e7407bdc217c64a5d6a0486f2b41811]

        remove custom RTTI from SvDataCopyStream
        
        nothing is using it, except perhaps for XFillExchangeData, which was
        using it incorrectly :-(
        
        Change-Id: Ib9246a20bc97ad91d3e3e97fa642217686fc8c46

2015-06-29  Noel Grandin  <noelgrandin@gmail.com>  [7153fcb7c4a76d30d9ccc3303c1498dff79649b9]

        SfxSimpleHint only needs a sal_uInt32 for the hint
        
        Change-Id: I7f7f99ba93d4f06575228e62f96703fd2c54c469
        Reviewed-on: https://gerrit.libreoffice.org/16271
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea1ea3b910dea72c901cd655af9a3abd501f4e60]

        SwFrm::PrepareMake: use vcl::RenderContext
        
        Change-Id: I34306bb1622c79489eb647ed45f398ad2634c144

2015-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [533e97947d82f780d5b1b7a02138d738b2435a56]

        sw: outline SwFrm::Calc()
        
        Change-Id: I9c59116828585c9645bc415ef5fffe65a24d09ee

2015-06-29  danlrobertson  <danlrobertson89@gmail.com>  [9c330da6784fe7982e5dc78203f0c886054f0174]

        tdf#91055 Pass by Address - lcl_createWindowInfo
        
        lcl_createWindowInfo now takes a pointer. In addition, a temporary
        pointer and if statement in the funcitons while loop was used
        in favor of a temporary pointer used throughout the function. There
        should be no side effects due to this change. The change is largely
        cosmetic.
        
        Change-Id: Ib5be6f792c4120c0e0b51562ba541b98a011c49e
        Reviewed-on: https://gerrit.libreoffice.org/16537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-29  Noel Grandin  <noelgrandin@gmail.com>  [497c589802a788de78af28ea88cec947b25355b3]

        sal_uLong->sal_Int32 in SvtIconChoiceCtrl
        
        and drop the pass-by-reference param from GetSelected, nothing
        uses it
        
        Change-Id: I6d616a2b147912af9305410625af6e7afae34e59
        Reviewed-on: https://gerrit.libreoffice.org/16312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-29  Noel Grandin  <noelgrandin@gmail.com>  [e57314f61f67b093510c5a8a8f34a62126ba8734]

        return and use std::vector from OInterfaceContainerHelper
        
        since most of the time we don’t need a heavyweight uno::Sequence.
        Adds a new method getElementsAsVector().
        
        Change-Id: I9e72bef0c0c723ffd0dd7d4152db5baec6784a7a
        Reviewed-on: https://gerrit.libreoffice.org/15747
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-29  Noel Grandin  <noel@peralex.com>  [371200675c2fb2fef0ac8362ebd7bf4203835440]

        drop yet another reimplementation of rtl::Reference (SotMutexHolderRef)
        
        Change-Id: I57f9dff931242405420bd45fae7ec5f13718707f

2015-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efc66942f29c0127691d30a9d4f31b684443b672]

        no need to recompile the formula again
        
        Change-Id: I03b72bd6a0b341ec89e0995f7b53287449ce9f61

2015-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbbf58761cb18c5167fb4e32164ad0b8d80214ac]

        use a prefix instead of p
        
        Change-Id: I629be0a71861b97e4a0f9ba3d9c8d6ab9ee28b25

2015-06-29  Benjamin Ni  <benjaminniri@hotmail.com>  [ec97496525f82ffaf7eea65eb76462100fa66092]

        Subformula evaluation in formula wizard tree
        
        Change-Id: If4f6a608f261621e2e1ba40b36d71d39a137a453

2015-06-29  Benjamin Ni  <benjaminniri@hotmail.com>  [55ac455f2a06ef45edcd8a8a151f5ff9e39f22c5]

        Subformula check in formula wizard
        
        Change-Id: I843b6886925f389ee1f351d73c6692ff3ceb3b9f

2015-06-29  Matthias Freund  <matti_lx@secure.mailbox.org>  [0fec42c21ddec905be5809f0dcea13ac7d15b7fe]

        tdf#75256 - New Basicshapes for sifr and the missing new html-document icon
        
        Change-Id: I25c38928171cf9a1c33f4746bcee725ddb92c8b1
        Reviewed-on: https://gerrit.libreoffice.org/16560
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [99de5f603b0af9a0fad4f59cc0e8cff305d3cb89]

        coverity#1308566 Uncaught exception
        
        Change-Id: Ib7678784dc822bc84eee0c522c1b2df5de6d6713

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [565e135bf6750408f4155b03e90c943fcf944a9d]

        coverity#1308565 Uncaught exception
        
        Change-Id: I961169b4da3daf34adc338ca913dab6f5c1edfae

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [3b35c0017860cefa4b658f9ec14134c3fbe3d02f]

        coverity#1308564 Uncaught exception
        
        Change-Id: Iffb972ca2b89f8b943ec54db4d22db6b7052ab5f

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [44eeb36e2e0b964a9fb8512aece103e8db958d46]

        coverity#1308563 Uncaught exception
        
        Change-Id: I2ab21b98f4dee612b8c82ca7f1d0fef14b2a847e

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [a0d2f5c6e4de6009c8f4b70b5a0c0090a6a2ce1d]

        coverity#1308561 Uncaught exception
        
        Change-Id: I82dfcb853f9737e327c84996cc363e0a48d7f796

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [8a4d61ceec4dd95931c6ff97311e41a480fe3411]

        coverity#1308560 Uncaught exception
        
        Change-Id: Ic5a483ae6de5e072430d8198651177788bf86af9

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [30dfabb68e868788f64802afd673f351145f71a4]

        coverity#1308559 Uncaught exception
        
        Change-Id: Ic133aa4f3709b199529d3940369c990e3357ff87

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [17c6c005fb060520d71ad77cd2311a14bf223d94]

        coverity#1308558 Uncaught exception
        
        Change-Id: I75bb68121d8c3ec9283f3391de8dea7d912489cb

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [f96de190d8db99020aa4ba052ec3a04a7c09044b]

        coverity#1308556 Uncaught exception
        
        Change-Id: I7a07f2b283d6fe2edb5163004223234f69ef6c16

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [318b31481b31f063cc18ae4a305831284c225f6c]

        coverity#1308554 Uncaught exception
        
        Change-Id: I907dfd51b224b3bd7579b96b169be27f29364cb2

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [bcb055fb1a230379bead940ca496c0b272683ce2]

        coverity#1308551 Uncaught exception
        
        Change-Id: I61fb5e047b64873b3f5e07582dd1155340d7a1b5

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [37d2cdde6657ac5c4a582bdbe0e7a4e0e07b1d13]

        coverity#1308550 Uncaught exception
        
        Change-Id: I87dfcbd5d124120bb107ff63a18e6d79f895ddbb

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [d63a10c69fb21dcb7333bfd0c14cf5268a33ed8c]

        coverity#1308549 Uncaught exception
        
        Change-Id: I9d3086465b9ea6a4aac606b6464abfbfd71dc3ea

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [6f823d85f73ab149a65a0af81cf3691a0702039e]

        coverity#1308548 Uncaught exception
        
        Change-Id: I62d538799a814346df4de00dc232a04376e77ad7

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [d7876aeb21244c8a55111c89f38e48acab01a2b7]

        coverity#1308547 Uncaught exception
        
        Change-Id: I7ac0ce93a6cef3091e86bbc6d95e6c2a27cd2e3f

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [6c0a94a9578d888ad142724ee8c2699922652e01]

        coverity#1308546 Uncaught exception
        
        Change-Id: Ia5b1c50ecff3fde4b698012304cd75fa1a7b4ce6

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [b3fdb90d94a96e6c3c309b8ff39a79be51461277]

        coverity#1308545 Uncaught exception
        
        Change-Id: Ic2f04532680f0742ea11ab793fe2366d55cc7376

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [5f0763edc473d0d062910a4722efa0caf9242c0f]

        coverity#1308544 Uncaught exception
        
        Change-Id: Iebc59db0f9c6738da316c18f18eaefdbfed35936

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [265ad0605c905f584a40b48e457bede3c9df8c3b]

        coverity#1308542 Uncaught exception
        
        Change-Id: I083d3152c0bb51f72e9f61203a7b3d9c4421a072

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [65e702b68a245b3570b5260d64fd5436eb3de78c]

        coverity#1308541 Uncaught exception
        
        Change-Id: I44981286c997717a71ea2b8c5c4a59d8f9c63c4b

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [7d59a63471d91baa2e16351612180118e5dc39f0]

        coverity#1308539 Uncaught exception
        
        Change-Id: Id9cad4eaccd71c769fea06d71bbfdd03e8c112ae

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [1541387507e669d4c1a634d9d4254d33c151aeaa]

        coverity#1308540 Uncaught exception
        
        Change-Id: I1faf09f6cee0d9dfa4a3b006916978add95ca38c

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [9935affa7b537db00dad84f55b6dd07c52a66e53]

        coverity#1308538 Uncaught exception
        
        Change-Id: Ib1e110617911ae3e9c13f013f8e807576abb00e6

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [e2c163793f16bfaf39a87e9692c57da0665f6475]

        coverity#1308537 Uncaught exception
        
        Change-Id: I5debb6c3fe00b13134d9efa152d86e41fc6d3fe3

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [4be5bc29307934f7cc002752571be76192aa25f1]

        coverity#1308536 Uncaught exception
        
        Change-Id: I48cdbeb02ced68ee7033dc572f89f4ba9165c209

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [d1eb269491e8e0d5dbc56374376966a5e6ea5890]

        coverity#1308534 Uncaught exception
        
        Change-Id: Ia515fb55486cd5d3bb95ad3dbbb0cc554c0c1547

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [8e1dd507199696988ab8f6044b4bb07bab781fe1]

        coverity#1308533 Uncaught exception
        
        Change-Id: I141ccd478f08baef6bdf1091d1831fd5c2eaf88a

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [49fb9186eb220c87fb064b2f95ec9682ef3995aa]

        coverity#1308530 Uncaught exception
        
        Change-Id: I13616337401c23fb95f83accb9a635204339405e

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [65c75a84b7a42cc68042d37cfc1c7534eebecf5f]

        coverity#1308532 Uncaught exception
        
        Change-Id: Idb463679ef8d56cc5d62dd2e8db4fcd9c2322b26

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [dda06d97b037ad730f18e80194b5b795883f923e]

        coverity#1308531 Uncaught exception
        
        Change-Id: Icf5ea960417de667429eadfdf0f0c388b4ed7f84

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [5ef73c74bca5543cb6a833780a1283abca5ad7a7]

        coverity#1308529 Uncaught exception
        
        Change-Id: I8a91a9016e198e7f27d5c0e92789ae458f98f713

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [891b5facf3d1b541e78a0bb455b02df5c36cb3e2]

        coverity#1308528 Uncaught exception
        
        Change-Id: Ia8338a4ad0025cfc715ad29576efe45cb4ab9363

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [fa6db8cff15ff745d7eaa94da691132fc092fc7d]

        coverity#1308527 Uncaught exception
        
        Change-Id: I7ddc62f0ee005652dba62adc359959e1eb09a41e

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [a1a7aa93a39b1c66a1ee2e54a5c92a85f4a8e256]

        coverity#1308526 Uncaught exception
        
        Change-Id: Ie0266c7e8ab5980dc25ce14edd42b3f599f71245

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [65b0c0da01865c8eb79b7450c18ef0cabfba7c19]

        coverity#1308525 Uncaught exception
        
        Change-Id: I723b8c42c07d889b4082733d1d653c62b78d7d63

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [9c019970d7f3d6d32d4b52f76b15aa8d7a488622]

        coverity#1308524 Uncaught exception
        
        Change-Id: I7f0e8193e3fb2cbd1b9cfe3505aab70d4e298f49

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [29df4fed2553583839cac3b052e0bf4f6f4fb4e1]

        coverity#1308523 Uncaught exception
        
        Change-Id: I965a4e86dd48ebec22ca9dccc77374a6e117fc7e

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [e71ccd6e4534832734df8fc9ae75f2d449cefbc4]

        coverity#1308522 Uncaught exception
        
        Change-Id: I2cab6b55aebc50bd024fe68553040292e40acb4b

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [50bd0c857383226ab44666c09db7ddaff8f1f281]

        coverity#1308521 Uncaught exception
        
        Change-Id: I6a189e0d1c4eb04e727fdf12585d46a1f4121f68

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [7950fc0d049afba36ace8ef544df0358ea3c3e6c]

        coverity#1308520 Uncaught exception
        
        Change-Id: I38c832f75fc590af70db82642174bf636bddb0ad

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [074c8f68df1fff02bde1b3e4a781ddae34feda3e]

        coverity#1308519 Uncaught exception
        
        Change-Id: I53ec25b565a3d74ca9c50733ecc237341af1f711

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [d38e09c273bbb1021b22b884dc37cdfba7d0bccb]

        coverity#1308518 Uncaught exception
        
        Change-Id: I511989f80316eb6791d3418848b1e5c7c4b97a85

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [f79f9f172599ebd7fcbad3f9901affe138a30f03]

        coverity#1308517 Uncaught exception
        
        Change-Id: I844e6eea6253833d08fbfaa23e32bc40b206ecdd

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [4c15726253e178edbcdccf2c2ecca1e1c232f968]

        coverity#1308516 Uncaught exception
        
        Change-Id: If5dcf42448f87888e9f6bab2209bc1f9dd1d525c

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [4d58a80fcab53e11457a47b6f76eb618cb8e835f]

        coverity#1308515 Uncaught exception
        
        Change-Id: I22d666417a45eaecf4ade96e3b9207700d8fe778

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [9a36ba20c5c0a1c62976faf676db5f605c36ca70]

        coverity#1308514 Uncaught exception
        
        Change-Id: I62d3d390ff9d1a44d8704b41ef62fff5d532bcc4

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [959c669d471332194bba12602edd7a39495a22c4]

        coverity#1308513 Uncaught exception
        
        Change-Id: If09fc8743f2125a947563e3da8d6c62d36a0bfbd

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [a4fdbaf54644b5eb576d5fb89121fb0aa2c5b0d4]

        coverity#1308512 Uncaught exception
        
        Change-Id: Iacdf2e25fb041ec7e2bae8a505604ef538ee9dac

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [5d6091da85c526bb82e5504b552ab30be0ac4b0e]

        coverity#1308510 Uncaught exception
        
        Change-Id: I6734b2953e9a262e7661782c92318f54e14181eb

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [9e8e75db96a5f4e2aa5fb11b5c28ba7edfcd97dc]

        coverity#1308509 Uncaught exception
        
        Change-Id: I6313447f6b62e5ab2a233bd418508afb84b9473b

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [3cf45651653a49639e30ddb629bfd72cdf53e0d6]

        coverity#1308508 Uncaught exception
        
        Change-Id: Ibe262b89ed66830444edefa93f971b353d2f16ce

2015-06-28  Yousuf Philips  <philipz85@hotmail.com>  [3adc9c2a0fba8aedf580c505d8eead1c3eff44db]

        tdf#91857 Minor fixes to impress's and calc's reorganized menus
        
        Change-Id: I8a50e34d7a0f5746458003268366f59f65e47b91
        Reviewed-on: https://gerrit.libreoffice.org/16554
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-28  Yousuf Philips  <philipz85@hotmail.com>  [605f2233ecce4be022d8fcdcab7b9e169efde393]

        tdf#84909 Hide rename master slide button in toolbar
        
        Change-Id: I1cdfc8495dbc54b71d5971b7aef396b7a34c6de9
        Reviewed-on: https://gerrit.libreoffice.org/16555
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5d5dc059cb4b88fe19e5d92e7d9b9ae581afce98]

        Fix typos
        
        Change-Id: I80995af6459af9f647e66d1c85da2eedad2647b9
        Reviewed-on: https://gerrit.libreoffice.org/16523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-06-28  Andrea Gelmini  <andrea.gelmini@gelma.net>  [69c88a32aad2cafde197e98557868ad069795d60]

        Fix typos
        
        Change-Id: Ifd126a535f18db79a18aaec61b76cdf26ab33dff
        Reviewed-on: https://gerrit.libreoffice.org/16522
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [2a5a4497c210b649fdfaae8b74d742f23df32499]

        coverity#1308507 Uncaught exception
        
        Change-Id: I235598d657f778f5e9f87c240eb86745f7f35e8b

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [11a41ce2c094cd7e5d1ef289aa940cdfbe53bbf6]

        coverity#1308505 Uncaught exception
        
        Change-Id: I952d464c2a9382c60b0616eeb0cf727e914785bd

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [39c3ea2d9bfb4414476d8b5b18181c2b39428262]

        coverity#1308504 Uncaught exception
        
        Change-Id: I8c0c49f0a035229c4db8df96871afde218177aa5

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [0a464eba00a34cccacbaa5eec3142334437c8b80]

        coverity#1308503 Uncaught exception
        
        Change-Id: I3ee78e7f4e6208523f4f47af974ccff82f6b823d

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [b978b50105bb7bfb013d88566c2ad1ff7a24e871]

        coverity#1308501 Uncaught exception
        
        Change-Id: I5143cb99f67a2de3a4d4555b3a43075cd928fe14

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [7ed80b196990e274a4ba6aa7fba665e97779a61f]

        coverity#1308500 Uncaught exception
        
        Change-Id: I38d6c03ee380ba6b3055e000f905a4cc568d5ab6

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [398d2f48347d0264bc1a6fe06c628818135c33ee]

        coverity#1308499 Uncaught exception
        
        Change-Id: Ibcd1ce0e875993f9d5de33a5346e762f7b281380

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [ab58227d1dda3af7765f907b390a292a2f3150dc]

        coverity#1308498 Uncaught exception
        
        Change-Id: I979b9281216906188c01c5afa03cee1f6568fbb7

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [4105031a933ae08b53cd5703aae7e0b4318071b7]

        coverity#1308497 Uncaught exception
        
        Change-Id: Icf49cb8bd275c9c2591c85276f05952b5e253cb5

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [5f762e3b2d5e53018b72c3f14a7e99d89eafbb37]

        coverity#1308494 Uncaught exception
        
        Change-Id: Ie05140e8b144fdf40b473920092d66d42ec47d74

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [e33742f4b1b3456ced02cbf6533f913033c6c81e]

        coverity#1308493 Uncaught exception
        
        Change-Id: I2ec82799b08aa1762812dc9e1683329ebc72ab0f

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [e830cde3e7f8d9f5a7bf5703e654811001937a6c]

        coverity#1308492 Uncaught exception
        
        Change-Id: I80543ac6f26c4d078e9dd1ef384b03c54121239c

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [2005435656362026f662e48600b163f54579b1f6]

        coverity#1308491 Uncaught exception
        
        Change-Id: I5565095d124b409c8e8f83b2dfa32ef57665a4c7

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [4fa3be936eb0cea7c7d0a2203becd5d84e09fa4a]

        coverity#1308490 Uncaught exception
        
        Change-Id: I5b6518526661ab4cbae3c1c9b3778ab49df89740

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [e159201777cbae736c7890ca3c0f5a98614e9161]

        coverity#1308489 Uncaught exception
        
        Change-Id: I7d332fcd06e39d096f449790b1e590227d2f8a26

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [3601a6dda6c4dabdb56b4e4f45d41f2d6a2237e7]

        coverity#1308488 Uncaught exception
        
        Change-Id: Ibdf76c21c8805b11a3e0961b2f131ca4143cbabd

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [fa946a721849abada89fa8ca4180e4eef755e189]

        coverity#1308487 Uncaught exception
        
        Change-Id: I23b0dccb1914b297734acaa55ab3752e127eafc0

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [7004d1e082f70c894f6b31fd4548217983dc86e4]

        coverity#1308486 Uncaught exception
        
        Change-Id: I1c38ea60a431991ec911353618000ad7a1a7f2ea

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [5544ad58fcdea137088a6020c4699d3d871dbaa1]

        coverity#1308485 Uncaught exception
        
        Change-Id: I0e81d398bb1096dce15b57910f30bbb006ea82c9

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [1f86fdb464823730f466efe2493fe75f85f8a8fa]

        coverity#1308484 Uncaught exception
        
        Change-Id: I2c39d20f1abbfd5c2145d64871699c7e34023d99

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [91e897bae2ed76df67403a2c563a2d1379f2e174]

        coverity#1308483 Uncaught exception
        
        Change-Id: I7d778173ecff7c343b289eb371b53b825f6cc301

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [8db808c5003cd10a87b99cbdb193171ce8d0869c]

        coverity#1308481 Uncaught exception
        
        Change-Id: Ieb1796d1da5b887f7d0d5748007cc581c3d287d7

2015-06-28  Caolán McNamara  <caolanm@redhat.com>  [445d2283cd954f48d011a9a53b07ecd6964d6dc8]

        coverity#1308480 Uncaught exception
        
        Change-Id: I991a6504146d5036c0e76ddfe5d852e5f996602f

2015-06-28  David Tardon  <dtardon@redhat.com>  [a94acabae7defe562e3702f605c63afbd86f9696]

        tdf#92376 fix build of libetonyek on OS X

2015-06-28  andreask  <kainz.a@gmail.com>  [94f29d82af27b757e716a50cd260f7428e0a2679]

        Breeze: add printdefault icon different from print
        
        Change-Id: I77a112f8e05f10fc2e537608aa76a71e8a11261c
        Reviewed-on: https://gerrit.libreoffice.org/16553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [1b4d21f981687f632572cfcc7bb60373c37b2bf3]

        Breeze: better implementation of comparedocument
        
        Change-Id: I54f4f9dff91aed11aa4c62d0ba46dd29f324607b
        Reviewed-on: https://gerrit.libreoffice.org/16546
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [79386ade3396d45b7d0d5ecc080f9701467ce51b]

        Breeze: lower and uppercase icons look to small
        
        Lower and uppercase icons look small compared to icons beside them. 
        Blue arrow isnt centered between the three letters and ‘C’ 
        in uppercase seems partially cut/incomplete.
        
        Change-Id: I9601e899b4299f15c201e2d88fa97856cb488cb9
        Reviewed-on: https://gerrit.libreoffice.org/16548
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [82828affc6ba86f2af039e22a79b94fdef1ba3cf]

        Breeze: fix some chart icons
        
        Change-Id: I761d84f4ca2523f2c6c55907ad135c27cf8184fb
        Reviewed-on: https://gerrit.libreoffice.org/16547
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [302c6873b8225adc2dfc4cd2ea3eb2639a4d8da8]

        Sifr: add chart type support breeze icons in gray
        
        Change-Id: I95e1379aa8af91aeab6593a4a652671ab9dfd568
        Reviewed-on: https://gerrit.libreoffice.org/16540
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [4fff776a08dd92121ab507a1ab506ac945abaedb]

        Breeze: fix icon issues
        
        Change-Id: I011a4a642c12a13769e989ffbbbc077adb1a9095
        Reviewed-on: https://gerrit.libreoffice.org/16544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-28  andreask  <kainz.a@gmail.com>  [ce1460c2654c8d76ef27583f19be3f875bd042da]

        Breeze: add new merge document icon
        
        Change-Id: I5ea97c94e15c0fe3847f80ecb74f69c38c253611
        Reviewed-on: https://gerrit.libreoffice.org/16541
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [ec44f1ae39e44f55ef1b1625fc5f638d2dbf5256]

        coverity#1308479 Uncaught exception
        
        Change-Id: I1ead142b0459c87efb2b09e602553b79d2bd6b26

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [8c8ad6af032c40be90e02fcf8b87320ed0aae069]

        coverity#1308478 Uncaught exception
        
        Change-Id: Ifce0dccd4bb93dd1d8ed2a551d35ff0fd89d3e6c

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [e9508813990e66ee971579ef98b53999ffc598cd]

        coverity#1308477 Uncaught exception
        
        Change-Id: Ib4761a650c682646961c3ee6e7af266269df31ef

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [20655772140c425e2e4957efc24413683f1b9e2c]

        coverity#1308475 Uncaught exception
        
        Change-Id: Ib7bb9cb08676c3248a65f80ee06cf11894c307ad

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [0644b0219b6887a79a5864b5777b2c8d5fdd4f44]

        coverity#1308473 Uncaught exception
        
        Change-Id: I554f7edb9f08c473a54f8b14206e5ae57bdf6470

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [d7847d7998805a61d8c8b5723c43c19d44cc9ba7]

        coverity#1308472 Uncaught exception
        
        Change-Id: I264efd2a0c379ee9fcdb3e2a58d425a62e086d09

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [710a14784991674213b6f22f2cab743b3338599e]

        coverity#1308471 Uncaught exception
        
        Change-Id: I63e8fdf64b8b2f8fa554d56b550cb88ad70eaeba

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [adfa5083bc9656feb3b1e6cb409322d330acd85b]

        coverity#1308469 Uncaught exception
        
        Change-Id: If59b1c92f8219713cef21ea32747af9174c94852

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [a49e332dd4750c7f6aa3db95feb851e49349e14c]

        coverity#1308467 Uncaught exception
        
        Change-Id: I1daa61d04b91586450891e13462fbbbbafce823d

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [ac33fb8e740a35b62b6e23775712e23f3f7c65ea]

        coverity#1308466 Uncaught exception
        
        Change-Id: I8b8c67ae0a6a14998852754ae938c137063b4851

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [625e373d6c668b6d34fbc6a4d42dd41c550dd782]

        coverity#1308465 Uncaught exception
        
        Change-Id: I557bebf4ea458dc7c48ca2640c0aa3af3aa9cfd1

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [af15eb1211cb4279a902f5e9c78e12f65e2283a4]

        coverity#1308464 Uncaught exception
        
        Change-Id: Ib2ca8570ebf7bbc138ae3e4ab828e9b5cda002af

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [1de1371ce4d5499c9d85d9cc2137f1717eff348f]

        coverity#1308462 Uncaught exception
        
        Change-Id: I2dbd6fe60b6f61fd321735eaede5f8975af3b44e

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [601595db30bf2cbc91a255bcfc0012aa3ae0a0aa]

        coverity#1308461 Uncaught exception
        
        Change-Id: I25b2b0b6cc3d5f8deba33911d4300a2f98d67355

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [8b0319bb3498cdd7b07fb785c76b70bd4c80a511]

        coverity#1308460 Uncaught exception
        
        Change-Id: Idb239c4bcfa9cd593977425555702cf746272dd2

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [e5e37b2b930644051cc1253e0ee71e3ffe5b3cf8]

        coverity#1308459 Uncaught exception
        
        Change-Id: I32fc8dd437bee6a5fdbf3ea51926ddc23b3263d8

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [f957387666d03c5135987c39feb4f747bfab2a1f]

        coverity#1308458 Uncaught exception
        
        Change-Id: I5ce9e4886768bb84190213db76af29ab1d850093

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [f5537d6c5eb28ea6cb1271d9f80bbf69d46e8fdd]

        coverity#1308457 Uncaught exception
        
        Change-Id: I922748783f3507268dfb713c6366ea20ff5e9a41

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [67941bd098dc8080c3381cf91aec12492656817e]

        coverity#1308456 Uncaught exception
        
        Change-Id: I977ed1142b17a1407fdfecc54e789f25163cd668

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [aee1a1d439cd100663455f112f346c218dab9ddf]

        coverity#1308455 Uncaught exception
        
        Change-Id: I6113a92c355009415f422befcf9ce38e59e96778

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [a395e56386ff6955d39149565290c6baec10c63d]

        coverity#1308454 Uncaught exception
        
        Change-Id: Id1460045db44e2ebb485e2cc53f4f53c6e4a4d58

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [47e75e26ba853b72fb7fc60d7b8be62b6979fc2b]

        coverity#1308453 Uncaught exception
        
        Change-Id: I1cb88324f582289cfb081907e22d1ee51a266445

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [72e255336c361654663e0e477046c0f4debbfaae]

        coverity#1308452 Uncaught exception
        
        Change-Id: I423a32f9ffc66dd6a8b2f4e8e15b380da0e2f0c0

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [e2c387bb5b9cea23d26372f8a9bad9d21fb98bce]

        coverity#1308451 Uncaught exception
        
        Change-Id: I5ab1f27641b1b1ff01b364d93112d4ffe8a7b368

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [b3b5cff75bf4f81dd86255d944809d45996c734c]

        coverity#1308450 Uncaught exception
        
        Change-Id: Ie169ba629c01428df6527d625a700a98f18bbaa1

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [93e8257410378a4c45296049157d7344a69f7a5e]

        coverity#1308449 Uncaught exception
        
        Change-Id: If9eea42dc28404dcf9e532fc72cdd1f12e9698b2

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [345005495552a6b5e91e66eec6872dd359d0a164]

        coverity#1308448 Uncaught exception
        
        Change-Id: Ib6e994cc89ddfaf504f5b585127d5ea4fb257458

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [27d64de97d27deea3c474660ecd39136408754a2]

        coverit#1308447 Uncaught exception
        
        Change-Id: I9bf204458d2edfaf4c88703598ac0c88680304cf

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [4af4d4858b2230ce93fb965c68fbb92e1ff3c07c]

        coverity#1308446 Uncaught exception
        
        Change-Id: I880b6a68326255b6be93eafa9c2cb05fd0136e4b

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [cfbbb3ca5d0d7bc479e219e17aa2919196664118]

        coverity#1308445 Uncaught exception
        
        Change-Id: I831637f7f2fb2c552de8c20dc9f5da4e8783b935

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [232db3f79cd2cb28c44da993df7dab0b049746c9]

        coverity#1308444 Uncaught exception
        
        Change-Id: I103965dfb3e19964e58b3ca4ef34dcee2141d882

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [3b4180a8c6a106e192f57922b500de33054d6958]

        coverity#1308442 Uncaught exception
        
        Change-Id: Id86fbd119c5da322dadadbfd65cbb09dcc403f38

2015-06-27  andreask  <kainz.a@gmail.com>  [0ab7699912e2acff64801f71a4dcfdc0026c5e60]

        Sifr: move the tango testing chart2 icons into tango testing
        
        Change-Id: I336d76437e6ba8ee412127bc5dd8dabce4de2b3d
        Reviewed-on: https://gerrit.libreoffice.org/16539
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [f9f4639dee5e1a5ad63bfdcf746ece774b9a14c2]

        coverity#1308441 Uncaught exception
        
        Change-Id: I861cc6d427782d52f098542371f13d6fde1280f0

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [3eb1b0492176bcf20b6ad6a7b3f77035a6f08a61]

        coverity#1308440 Uncaught exception
        
        Change-Id: Id0392763efa7041db0dc96a2b08d94274030cdee

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [37631e1c4295f8112db928ed60310be22b2a845b]

        coverity#1308439 Uncaught exception
        
        Change-Id: Ibb5e04c49efddbf4e30615f4e4560414026f520c

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [d39bd60eca9ae7f2755ffb11ab313eb4a6bd7565]

        coverity#1308438 Uncaught exception
        
        Change-Id: Ifa00f7776f796fef3bff4e78bedd2fdc47f52025

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [0a76f0da646cf8692738ed416763b5cf33428281]

        coverity#1308437 Uncaught exception
        
        Change-Id: I9e445111091ce34d8f8c519279ab3d0447a0e271

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [582dc20778c31f23c82161731881283036c31461]

        coverity#1308436 Uncaught exception
        
        Change-Id: Icdcd3deee724eddbed776db4ee4a77fae2dcc2ee

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [25b665a2f31155f7a2368150bd7161d6f880023c]

        coverity#1308435 Uncaught exception
        
        Change-Id: I8d4ba326e94565bc1ae8b57e406883f737049aea

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [d5df3833784cd6be63cffcc9dd73d82a401f11a0]

        coverity#1308603 Uninitialized scalar field
        
        Change-Id: I77ecdb2703e7957613db005517a354879f5bb009

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [a6d8adc78b120ff49a228480e9e863c3d8fc60cd]

        coverity#1308434 Uncaught exception
        
        Change-Id: I7014f77a194af6aae43051b680c02c4f2b97b597

2015-06-27  Caolán McNamara  <caolanm@redhat.com>  [416913139a54caf695e45ebbe26b8e0dcb75cd32]

        coverity#1308433 Uncaught exception
        
        Change-Id: I32750eebbcd5a54d3767d77f4f4b8c54c0888078

2015-06-27  David Tardon  <dtardon@redhat.com>  [8bf1d2c7cfe744ca923139d880c1330f35a833c1]

        WaE: redundant const_cast

2015-06-27  László Németh  <laszlo.nemeth@collabora.com>  [c5b235e16287d786e036424c6229bcee5579684b]

        tdf#92368 fix saved positions of arcs, segments drawn by LibreLogo
        
        Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e

2015-06-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [efa2c05e84d0696b31bd822d3234798be43853ad]

        Updated core Project: help  30ef8ce4bed6aeaea2a9d2aeacb956c8ee127ec3
        
        rename items of Zoom toolbar in Impress to correspond with UI
        
        Change-Id: If1012ce7bb7e2384393500d838911c2249871ef9
        Reviewed-on: https://gerrit.libreoffice.org/16494
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-06-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [55da0ec7fcd2aa3630cfcf33cf9bee6420fd09a4]

        Updated core Project: help  a178283c34717e687b3d6112fdb2f8e573aafc24
        
        sheet tabs and scrollbar are not in one line anymore
        
        Change-Id: Ia131b4b0f8e0392895019e9f8847c562eccd1f5b
        Reviewed-on: https://gerrit.libreoffice.org/16495
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-06-27  andreask  <kainz.a@gmail.com>  [24b29b14de3a14da804a4dacc5e0ff6b32346cf6]

        Breeze: last chart icons
        
        Change-Id: I057073e7622271bf75ab5563c8798ddce56078bd
        Reviewed-on: https://gerrit.libreoffice.org/16532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-27  Eike Rathke  <erack@redhat.com>  [d8541c2a62121894bf87c91f1f89aea1ea30d680]

        tdf#90717 prevent crash, not really fixed
        
        Try to resync shared group top and length.
        
        Change-Id: I31bd0db7c1dceb880a22274edc4c3f20ce253095

2015-06-27  Eike Rathke  <erack@redhat.com>  [dc34bb9b05cf7b5261122a73fa9c6f5356802c19]

        tdf#90573 do not shift/move entire col/row references and ranges
        
        This gets significant now that we have regular A:A/1:1 references.
        
        Change-Id: I6cee35173cb1c13b03f6bf4dfc0dce9949536e23

2015-06-26  Yousuf Philips  <philipz85@hotmail.com>  [6d86e27c8467780133e0c3f7c195dd7758c9f490]

        Enable icons for a few chart formatting toolbar buttons
        
        Change-Id: Ibd70f1cd7cf50d7bd50347e5b428bb3a12521fc3
        Reviewed-on: https://gerrit.libreoffice.org/16530
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-26  Michael Stahl  <mstahl@redhat.com>  [7790b6a4544cf2d5ba0bcdfae31346cf2f9a0041]

        vcl: convert some BOOLs
        
        Change-Id: I6d6d63a88ef125b12614f1daeab7afbab06c47ca

2015-06-26  Michael Stahl  <mstahl@redhat.com>  [ea2be4ef9ecaacffb36e48bd678a4fe8916c617c]

        vcl: document the non-obvious WinSalInstance's WaitMutex members
        
        Change-Id: I004f082c9e4a17aeb7a8bd778bf45dff93e47ee8

2015-06-26  Michael Stahl  <mstahl@redhat.com>  [482c52e91fe41a52e68827e9bf64a9736427d517]

        vcl: fix Win32 deadlocks from SolarMutexReleaser
        
        To create and destroy thread-affine Win32 Windows and DCs, non-main
        threads SendMessage() special messages like SAL_MSG_CREATEFRAME.
        
        The main thread must handle these messages and return the result to
        un-block the other thread.
        
        This works fine as long as the main thread is in its message loop anyway
        and blocked on GetMessage(); however if the main blocks trying to acquire
        the SolarMutex that is held by the sending thread, deadlock results.
        
        In order to work around this, there is some peculiar code in
        ImplSalYieldMutexAcquireWithWait() to avoid blocking the main thread on
        mpSalYieldMutex but instead block in GetMessage().
        
        The crucial detail is that GetMessage() will immediately dispatch any
        message sent via SendMessage(), which avoids the deadlock.
        
        https://msdn.microsoft.com/en-us/library/windows/desktop/ms644936.aspx
        https://msdn.microsoft.com/en-us/library/windows/desktop/ms644927.aspx
        
        Most of the Win32 WndProc that acquire SolarMutex do so via
        ImplSalYieldMutexAcquireWithWait(), but the main thread may also
        temporarily drop SolarMutex and re-aquire it with the questionable
        SolarMutexReleaser hack, which calls ImplSalAcquireYieldMutex()
        instead, which blocks on mpSalYieldMutex.
        
        Fix SolarMutexReleaser to call a new function
        Application::ReAcquireSolarMutex() that does the right thing here:
        acquire SolarMutex via ImplSalYieldMutexAcquireWithWait().
        
        It turns out that this problem was already fixed before in commit
        6a8fd4c76a969ac98d1aff91ff7442f43aee0006 but the problem was
        insufficiently documented in the commit and it introduced the bug
        that Application::Reschedule() was called without having the SolarMutex
        locked, which caused timers to run without SolarMutex, so the commit
        was reverted in 1ef1781390845d03b6e1518bbac81b818be62f3d.
        
        Change-Id: I60aae555a9ee3c6390f584feddbc6b3cb7de0250

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [c1e12b15e55a82f062960f40921e0c97afda2078]

        Use declarations from cxxabi.h
        
        Change-Id: Ie9bf973e87bf571e19ba036dac3a41054eaed568
        Reviewed-on: https://gerrit.libreoffice.org/16520
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-06-26  andreask  <kainz.a@gmail.com>  [3236c4926afb8598fc2d8623e539bd85694253c0]

        Breeze: draw icon show an update symbol
        
        galaxy, tango show also an update symbol for the draw icon
        was used in math (update page) for example
        
        Change-Id: If68609ced00ab17dc7ca4074085a912985f7d647
        Reviewed-on: https://gerrit.libreoffice.org/16499
        Reviewed-by: andreas_kainz <kainz.a@gmail.com>
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-26  andreask  <kainz.a@gmail.com>  [5c80ff5cce4da88014834329342d50a0365b6142]

        Breeze: add chart diagramm type support
        
        Change-Id: I4aeef961b8a3e06cbff2762d7734eb2e877dba01
        Reviewed-on: https://gerrit.libreoffice.org/16493
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-26  Eike Rathke  <erack@redhat.com>  [dcbceb945b7a282c1a1309cf07e62ecc925e98f6]

        use ScComplexRefData::IsEntireCol() and IsEntireRow()
        
        Change-Id: I4287019f5492825f6d295c4e364405f0d7329eb7

2015-06-26  Eike Rathke  <erack@redhat.com>  [eeea41e2e726dd5d69cd323909e1666efb9de472]

        tdf#44419 display entire column/row references as A:A/1:1
        
        ... if both anchors of the other axis are absolute. Now that we can
        parse them as of commit 0c8778ce1df92ca3bc2a8dd2f64568fb257e9e39 (and
        follow-up 4091b4fbdce40262eba46ab94653287b1fd928e8).
        
        Change-Id: Ie67127fe2d7546e7e598ee1a4d89133c08222262

2015-06-26  László Németh  <laszlo.nemeth@collabora.com>  [1ebe3004d6e9372ef5419d456b3c29059b539bc9]

        fix style preview rendering
        
        Change-Id: I10d3791a8d95b5db94af33690de57f3c443bc8fb

2015-06-26  Caolán McNamara  <caolanm@redhat.com>  [30a5b304f2c1c3d89a2e3b76ac44f2c6376ee65f]

        gtk3: gtk_window_set_transient_for on overwrite warning dlg
        
        Change-Id: I91d21e3d1663880de14792ded0a1e079d1a40f09

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [3a68a7dcf49f7be95086b747c8426aa310307e49]

        Remove workarounds for no longer supported GCC 4.6
        
        In bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx, the #if also covered
        Clang, which actually needs these declarations (for now; the right fix will
        probably be to #include <cxxabi.h>).
        
        Change-Id: I1eebd59e2371f3498d740ab78244927358c4f23f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [b15019d84f52f546294c0336382ea6217f833ed2]

        -fsanitize=vptr: SID_ATTR_*LANGUAGE are of type SvxLanguageItem
        
        Change-Id: If00273e3836aeb70adee36f49f0ef502b6a7aebb

2015-06-26  Eike Rathke  <erack@redhat.com>  [4091b4fbdce40262eba46ab94653287b1fd928e8]

        entire rows/cols have absolute col/row anchors, tdf#44419 follow-up
        
        Change-Id: I2ae8c1c81734efd7c80558ba5337253985e8e8b7

2015-06-26  Caolán McNamara  <caolanm@redhat.com>  [ce07affe888db8d32315b18c851f860a270631ba]

        gtk3: fpicker, try removing both locations
        
        Change-Id: I0f10d03c1e4481e8efa765e52b5264071c86a3cf

2015-06-26  Justin Luth  <justin_luth@sil.org>  [976add10b35e482251ed4c75957baeb6811e6e2c]

        tdf#87348 allow non-sequentially processed textboxes to be linked
        
        The existing code design ONLY allowed textboxes to be linked if they
        were basically processed sequentially or reverse sequentially.
        It appears that the processing is actually based on the order that
        the textboxes were created, which is usually sequential
        but not necessarily.
        
        Change-Id: Ieb7b37d4cbd4b3a5b5d474803abccfa198a5864b
        Reviewed-on: https://gerrit.libreoffice.org/16353
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Justin Luth <justin_luth@sil.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cd3f9a7749b8ef285012a59d031dc9f2e4b5e43]

        fix crash on exporting kde140265-1.doc to ODT
        
        properties.pSGlobalShell can be legitimately 0 here.
        
        No testcase, for some reason the export does not crash if it's done by
        CppunitTest_sw_filters_test or CppunitTest_sw_odfexport; but it does
        crash with '--headless --convert-to odt kde140265-1.doc'.
        
        Change-Id: I50936f9e5236763cc987aba14d8fc897c4b789bf

2015-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3413204d2eb0563a4a2e1104905951f81e417bc]

        SwPageFrm::MakeAll: use vcl::RenderContext
        
        One tricky part is that in generic SwFrm methods SwRootFrm may not have
        a shell and doesn't need a vcl::RenderContext, either; so check for that
        situation explicitly where the frame may be a root one.
        
        Change-Id: I48f39fb7195290393fca34f75d8798fb5f960f46

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [ce5711267c09a8c85decbd2ad043149d584f8fe7]

        -fsanitize=vptr: wrong, unnecessary downcasts
        
        (and the pXPool members are not even necessary)
        
        Change-Id: I321f06387ca1f1e98d8f731ec2b070212c82c28a

2015-06-26  Noel Grandin  <noel@peralex.com>  [14d988583a2f2d2b300e4804faa426f8a694b2e2]

        fix spelling correcly -> correctly
        
        Change-Id: I76f9b791c10fb5c5736dd025abc125ae4a50ec7a

2015-06-26  Eike Rathke  <erack@redhat.com>  [0c8778ce1df92ca3bc2a8dd2f64568fb257e9e39]

        tdf#44419 allow A:A and 1:1 references also in Calc A1 and ODF syntax
        
        They still get displayed as A1:A1048576 and A1:AMJ1 but are accepted as
        input.
        
        Change-Id: I6a44ce56767695af874e9f5122501a4c7925b0d6

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [198b5aac12751e7f64e398935313077d8c412a8b]

        Fix WNT
        
        Change-Id: I184787f3effe5d5ee673de246c94aa4a4b4b290c

2015-06-26  Caolán McNamara  <caolanm@redhat.com>  [aff0d4b29681ee8008ff438885c8cc2b461f4dd5]

        Related: tdf#92293 gtk3 a11y: I suspect that all of this is redundant
        
        in favor of hooking in via get_accessible
        
        Change-Id: I8c265e0d9a5f8bdf02b7ba4be71fc58194cf5aa4

2015-06-26  Caolán McNamara  <caolanm@redhat.com>  [093d7b8142d0cb224fcf23506f3b36f7a3a10d2c]

        Resolves: tdf#92293 gtk3: get a11y working
        
        Change-Id: I89cfde9b4c97852d36817b716ac08bd32096915b

2015-06-26  Michael Stahl  <mstahl@redhat.com>  [6d0a9ccffe57d0438f46ccd0f4e63c06a9e1c9eb]

        expat: remove duplicate patch
        
        Change-Id: Ie813234b78b9f8d2c61c9640546317d754f66004

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [ce75e5b931373368b35dc9a150250c014454d82a]

        loplugin:implicitboolconversion
        
        Change-Id: If495a415d4263d1932c03a31d07a517218533847

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [8811c41abcbcb39ff79f570dfa094587e8cb95f2]

        loplugin:cstylecast
        
        Change-Id: I5f0bceb240a492c7c010b4356bc8efafdd83bf24

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [2a807ca13748af3ef82f4720c497a511b30a3ec7]

        loplugin:passstuffbyref
        
        Change-Id: I66410932347b4f65c4b24b5316009ecffc8aef06

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [c44021f754148dda502c700716c54efd1c6e7cf9]

        loplugin:salbool
        
        Change-Id: I4875b12807aed36f758d81c731e2ac52a3a606e4

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [e29a7ff18771eea77b385efc517baa6204df37f9]

        loplugin:salbool
        
        Change-Id: I9975a87f6df2b7a79c376130864e9eb54bc3452b

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [7f9a65862b37ee1fa596916ceb7c243e04612499]

        loplugin:loopvartoosmall
        
        Change-Id: I19d801444e4d1db5576b5742c60fc138384d3b70

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [5ed2014684adaeaeb6d92efb4a3d6075f5cc43c3]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I85a88eaca89bb2c89a3ad374be09547f9b2ed78f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [46a1538d1445aa2f8b56eaf1e6ad185295753d74]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I8e819192d4464c3d03feb908b9acae5f91161fe9

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [5897e103b64db369fe62f64f32267018fdb70f52]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I44c30ef19661d3274a4131dd05a5c786263fae59

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [ba257d74588335f5989a2fa553a7441b7c89e600]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: If9324bfb77d5f98ce6f968e0aa095f285ef7583f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [786447f12ddedce95217fffeedb5d6296ec388d4]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I6c82e5071038990489e85ac27758867205ba476a

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [7f8500191f24571d70fe6a8b8273102d65fd86e1]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ia9386f30413950b42fdbc9849e41e958f9282693

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [647d7b0cd52603769c8d9ee15f0556291adb63c4]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I6e534537883ef76db88926203bf21b6d0be0aab1

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [523ce254a816be02acb7b5fe7ed99f60fef2e7c2]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Idb9f1439a786d90679ed6eb95153844332e44b02

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [255c96178890f3dabb2b644a044b3f60e173cb09]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: If1ad4df75f592c5f9bfedb490243526007fff35f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [cec3fd6de65a0f526c2b990e8dc54935d0a7864a]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I655751536bd084d01bce436c043eca754c58849f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [c92853c93e537b75444ea2852777d73390de1b1a]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I367a880669138406e715e8574543b1d54754b0ba

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [a023842a74e2611e70db076457688539c65e6ab1]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I4ba0f758304977825d44dd1e3c8f348a94546a38

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [99f4c12a6e75058587f779d52db77ba20f85dac8]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I40b8e5df15d836a00536d9f21cd1125264aefd86

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [85c6b88e74b4a6f058cc55c2ed2772699211ce66]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I0d1d7f598a0c61d36d72f9d51cccdcd1071c30b6

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [cf029c125d188c22b87590f1d58d3866f9ea796a]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ie4e62535848718ca66a1fa977b09891e91ee7421

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [8437b42cff4ef9aeb3428432dac77851885b13e3]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ia304622214c47d35387dd0393db8e9afa55118f2

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [63e81af351b09ceecb29c3064660261058fbb2d3]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Id2efd6f38390bb73620cf40121430c4226024103

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [a77caf49cd2c8382ce06e502822f5d060be20a89]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ib9bf6e0919ee0cab02d826859317ea20cb64cabb

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [e32f18ad3fe12c4c2a52a9b08ea7bb8b9d4c11cd]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: If12ab824969f93af0d129f5ba9aa628000f7ba27

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [884a4caa4aac9678e3815360edbdd1c813c22b09]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I3561a665cffbdf063c5a8de1225f4ddefd71718f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [9e7c54eb33e18b717783b67f8c1f62fa9a591d8b]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I26212f3d0bb92440e77b86c751c21e34446143d6

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [5de7df5107b8cd18d7e048d394fa464079db1474]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I4d168bda12604116c223b6fd0d78ded484591855

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [0b60670850d936173bc0f1253f55ceda56d7984d]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ie17c1d6c7664b3d3ad0255094b26ba433c2c1921

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [17b2a351b713053258630084174ac59b3b5988be]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I8d923a656e185ebb46ab0a70c7a122b12b86ace1

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [36abd8c69eeabe07d35391832a3d4945ebb6a5eb]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I6f877a3b58686e037a48e2b594c58b6502c2ef78

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [9423044abc81e324a483ac369a8f42d2150c7bbd]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I19f7a0a3cc6641a21ed6004adecdac7956e5132f

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [6aa627c662fd83b64b48d4e7647d768915d1f746]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Ifd3537f5478079f4a82ddd7c5e32170c2080df2d

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [67d16fc0811b50aa2e8f53684c7d5f5e0764f1a0]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: Idcbd6b31a3147fc883fed49095e518af170daf38

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [35c81431a6f76d2e7dbbb450f5ef4ca39efe1684]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I89536204943c0bb86ad9a7cf11050d040650078d

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [a212bd0e36c24f44d84c0ef4a9837386fbd73369]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I55363639900450c9780dd187805ce0500f68a2f4

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [d496ad9beb57d733fc0cd14059d18fcf34138eb1]

        loplugin:stringconstant: handle OUString+=OUString(literal)
        
        Change-Id: I5af9cc77f0329148925ac1b4f0de1df7634a7e08

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [8fd802eb33e1df5e2445acda6c7a3fa862162fa0]

        loplugin:stringconstant: OUStringLiteral1 can handle NUL literals just fine
        
        Change-Id: I9b31b01a34a10d5bd329dccd39da83500d6fd2c7

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [edc96a157e3ab8b54046ee28df947a43330d3d3f]

        Add optimized OUString += literal overload
        
        Change-Id: Ib34196185f90204a71598f2c659c3fddce7a0e4d

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [1de776a4927aa2c1e525ce28764f076061f2c8cd]

        SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloads
        
        Change-Id: I70acf02c36ced3ff19f424768f293f2221ef7af5

2015-06-26  Stephan Bergmann  <sbergman@redhat.com>  [9a850b807844bd166b6f3f6f3b55d8c4a4408acd]

        Unnecessary nested #ifdef LIBO_INTERNAL_ONLY
        
        Change-Id: I889aa10e0cb7b5779527e5ef2be5d707dd493e90

2015-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [05e50b570f602c17218bb6e82bcaac2fbdd943c1]

        SwTextFrm::Format: use vcl::RenderContext
        
        Change-Id: I468d662a612c951dc1482cfc685dee800bb11f82

2015-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b88a6501a4de7aeb02da8f5efed28925aafc144]

        SwTextFrm::_Format: use vcl::RenderContext
        
        Change-Id: Ia37257286cce7a4a4a6fdffd2dd0d896d46db548

2015-06-26  Matthew J. Francis  <mjay.francis@gmail.com>  [3b25116986bfe019f0f3ba7146a02e088690ea30]

        Python 2.7 compatibility for unotest.py
        
        Change-Id: Ic7a54b211f6d55ff50cad0fde12058fe33e8892e

2015-06-26  Katarina Behrens  <Katarina.Behrens@cib.de>  [1c481fe6522f4c7d883e77a4ac32f855b9bcb323]

        tdf#87905: Use darker background colour for master view
        
        for the area behind the slide, that is
        
        Change-Id: Ie020f43a81e5eaa257c20d0a7b6feffce1614205
        Reviewed-on: https://gerrit.libreoffice.org/16466
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-26  Matthew J. Francis  <mjay.francis@gmail.com>  [af8143bc40cf2cfbc12e77c9bb7de01b655f7b30]

        Make PyUNO provide more Pythonic behaviour
        
        - Simplifies working with UNO objects by giving the behaviour of
        Python lists, dicts and iterators to objects which implement UNO
        container interfaces
        
        - Applies a custom behaviour to allow objects which implement
        com::sun::star::table::XCellRange to yield cells and cell ranges by
        subscript
        
        - When UNO container objects are addressed in the new style,
        eliminates the requirement to manually construct Any objects for
        contained elements which are typed sequences
        
        - Allows lists and iterators to be passed wherever a UNO method
        accepts a sequence
        
        - Relaxes the requirements for initialising UNO structs to allow
        some members to be skipped when all initialisers are passed by name
        
        1. Collection interfaces
        ========================
        
        Objects which implement core UNO collection interfaces are made to
        behave in a way that is more natural for Python code.
        
        com::sun::star::container::XIndexAccess
        com::sun::star::container::XIndexReplace
        com::sun::star::container::XIndexContainer
        - Objects provide Python list access semantics
            num = len(obj)              # Number of elements
            val = obj[0]                # Access by index
            val1,val2 = obj[2:4]        # Access by slice
            val1,val2 = obj[0:3:2]      # Access by extended slice
            if val in obj: ...          # Test value presence
            for val in obj: ...         # Implicit iterator (values)
            itr = iter(obj)             # Named iterator (values)
            obj[0] = val                # Replace by index
            obj[2:4] = val1,val2        # Replace by slice
            obj[0:3:2] = val1,val2      # Replace by extended slice
            obj[2:3] = val1,val2        # Insert/replace by slice
            obj[2:2] = (val,)           # Insert by slice
            obj[2:4] = (val,)           # Replace/delete by slice
            obj[2:3] = ()               # Delete by slice (implicit)
            del obj[0]                  # Delete by index
            del obj[2:4]                # Delete by slice
        
        com::sun::star::container::XNameAccess
        com::sun::star::container::XNameReplace
        com::sun::star::container::XNameContainer
        - Objects provide Python dict access semantics
            num = len(obj)              # Number of keys
            val = obj[key]              # Access by key
            if key in obj: ...          # Test key presence
            for key in obj: ...         # Implicit iterator (keys)
            itr = iter(obj)             # Named iterator (keys)
            obj[key] = val              # Replace by key
            obj[key] = val              # Insert by key
            del obj[key]                # Delete by key
        
        com::sun::star::container::XEnumerationAccess
        - Objects provide Python iterable semantics
            for val in obj: ...         # Implicit iterator
            itr = iter(obj)             # Named iterator
        
        com::sun::star::container::XEnumeration
        - Objects provide Python iterator semantics
            for val in itr: ...         # Iteration of named iterator
            if val in itr: ...          # Test value presence
        
        Objects which implement both XIndex* and XName* are supported, and
        respond to both integer and string keys. However, iterating over
        such an object will return the keys (like a Python dict) rather than
        the values (like a Python list).
        
        2. Cell ranges
        ==============
        
        A custom behaviour is applied to objects which implement
        com::sun::star::table::XCellRange to allow their cells and cell
        ranges to be addressed by subscript, in the style of a Python list
        or dict (read-only). This is applicable to Calc spreadsheet sheets,
        Writer text tables and cell ranges created upon these.
            cell = cellrange[0,0]       # Access cell by indices
            rng = cellrange[0,1:2]      # Access cell range by index,slice
            rng = cellrange[1:2,0]      # Access cell range by slice,index
            rng = cellrange[0:1,2:3]    # Access cell range by slices
            rng = cellrange['A1:B2']    # Access cell range by descriptor
            rng = cellrange['Name']     # Access cell range by name
        
        Note that the indices used are in Python/C order, and differ from
        the arguments to methods provided by XCellRange.
        - The statement cellrange[r,c], which returns the cell from row r
        and column c, is equivalent to calling
            XCellRange::getCellByPosition(c,r)
        - The statement cellrange[t:b,l:r], which returns a cell range
        covering rows t to b(non-inclusive) and columns l to r(non-
        inclusive), is equivalent to calling
            XCellRange::getCellRangeByPosition(l,t,r-1,b-1).
        
        In contrast to the handling of objects implementing XIndex*,
        extended slice syntax is not supported. Negative indices (from-end
        addresses) are supported only for objects which also implement
        com::sun::star::table::XColumnRowRange (currently Calc spreadsheet
        sheets and cell ranges created upon these). For such objects, the
        following syntax is also available:
            rng = cellrange[0]          # Access cell range by row index
            rng = cellrange[0,:]        # Access cell range by row index
            rng = cellrange[:,0]        # Access cell range by column index
        
        3. Elimination of explicit Any
        ==============================
        
        PyUNO has not previously been able to cope with certain method
        arguments which are typed as Any but require a sequence of specific
        type to be passed. This is a particular issue for container
        interfaces such as XIndexContainer and XNameContainer.
        
        The existing solution to dealing with such methods is to use a
        special method to pass an explicitly typed Any, giving code such as:
        
            index = doc.createInstance("com.sun.star.text.ContentIndex");
            ...
            uno.invoke( index.LevelParagraphStyles , "replaceByIndex",
                        (0, uno.Any("[]string", ('Caption',))) )
        
        The new Pythonic container access is able to correctly infer the
        expected type of the sequences required by these arguments. In the
        new style, the above call to .replaceByIndex() can instead be
        written:
        
            index.LevelParagraphStyles[0] = ('Caption',)
        
        4. List and iterator arguments
        ==============================
        
        Wherever a UNO API expects a sequence, a Python list or iterator can
        now be passed. This enables the use of list comprehensions and
        generator expressions for method calls and property assignments.
        
        Example:
        
            tbl = doc.createInstance('com.sun.star.text.TextTable')
            tbl.initialize(10,10)
            # ... insert table ...
            # Assign numbers 0..99 to the cells using a generator expression
            tbl.Data = ((y for y in range(10*x,10*x + 10)) for x in range(10))
        
        5. Tolerant struct initialisation
        =================================
        
        Previously, a UNO struct could be created fully uninitialised, or by
        passing a combination of positional and/or named arguments to its
        constructor. However, if any arguments were passed, all members were
        required to be initialised or an exception was thrown.
        This requirement is relaxed such that when all arguments passed to a
        struct constructor are by name, some may be omitted. The existing
        requirement that all members must be explicitly initialised when
        some constructor arguments are unnamed (positional) is not affected.
        
        Example:
        
            from com.sun.star.beans import PropertyValue
            prop = PropertyValue(Name='foo', Value='bar')
        
        Change-Id: Id29bff10a18099b1a00af1abee1a6c1bc58b3978
        Reviewed-on: https://gerrit.libreoffice.org/16272
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>

2015-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [eab89b7f024a8c86decdcb3362c40c40a7df37df]

        tdf#89890 DOCX import: fix too large num pic bullet
        
        Reading SwWW8ImplReader::CoreLoad()'s "update graphic bullet
        information" block, it turns out that the numbering picture bullet's
        height should be independent from the supplied bitmap, and only its
        aspect ratio should be respected.
        
        Change-Id: I1300aa0397a8098df2a3170af795fbba47fd2a9e
        Reviewed-on: https://gerrit.libreoffice.org/16500
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-26  Takeshi Abe  <tabe@fixedpoint.jp>  [63384060ec6610ef08af57b981d028c8a177a028]

        no need to capture _rTables
        
        Change-Id: I78b4051ffdb625481b238cc3a5313aa4d086b87e

2015-06-25  David Tardon  <dtardon@redhat.com>  [ee3d40b30816a8fc6d4e8f984659c8dfac19ec3b]

        upload libetonyek 0.1.3
        
        Change-Id: I451f02ee93a798c9c1712082d59a7ff96b0d4a4e

2015-06-25  David Tardon  <dtardon@redhat.com>  [969255f05bdffe5b92804a003cd0c8f1bfda5a1a]

        allow to skip check for mdds in bundled projects
        
        PKG_CHECK_MODULES requires both _CFLAGS and _LIBS to be set to skip the
        check.
        
        Change-Id: Ia4ae0576f186eb0c002c40bdb66f3a11a972a0c3

2015-06-25  David Tardon  <dtardon@redhat.com>  [682e35944391f7f467636ee273290ee894c0f2a0]

        simplify
        
        Change-Id: Ieb15979cbaf93beff9683082e9612db2e5cc492e

2015-06-25  David Tardon  <dtardon@redhat.com>  [7fffbdc4c21f2c21d062a2f224b42e4b87beb6f0]

        mdds is header-only
        
        Change-Id: I27e5ae913474001154fa6352a3ccefaee16e309c

2015-06-25  David Tardon  <dtardon@redhat.com>  [3f040ce5ef691c1f93eb788eb67f3de8d772f07a]

        restore gb_ExternalProject_use_unpacked, with diff. purpose
        
        Change-Id: I7d7cbe85219615f80069155a954f917781bc5b71

2015-06-25  Eike Rathke  <erack@redhat.com>  [71dba79c1c84d693a59c53a8965caef0ddd1c2cc]

        tdf#44419 in second reference part stop number parsing at separator
        
        Change-Id: I70218bc41df0d56ab42d652aa7ac51733dc06f4b

2015-06-25  andreask  <kainz.a@gmail.com>  [3b1cb077a58c325e5a790f7c6a248a7dc150496b]

        Breeze: Uppercase and Lowercase adaption
        
        Uppercase - ‘A’ doesnt look capital (lc_ChangeCaseToUpper)
        Lowercase - ‘A’ should be lowercase (lc_ChangeCaseToLower)
        
        Change-Id: I62befa0205f773a505dad577ad3fc34ac6c1c53a
        Reviewed-on: https://gerrit.libreoffice.org/16464
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-25  andreask  <kainz.a@gmail.com>  [04f9b75249279efaca3fff832346989d2cbda67e]

        Breeze: Calc formating toolbar last ones
        
        All new entries I added to the formatting toolbar 
        (DiagramArea, DiagramWall, View3D, InsertMenuTitles, 
        DiagramAxisY, DiagramAxisX, DiagramAxisX)
        
        new toolbar is finished. xml file is still open.
        
        Change-Id: I5ae2a1d8d2990b8aeefdf03366ba2514678d591b
        Reviewed-on: https://gerrit.libreoffice.org/16460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-25  andreask  <kainz.a@gmail.com>  [4df981b954da0c02236fdbedf3c37ea36b180cdc]

        Breeze: insert should be according to the Guidelines in blue
        
        Change-Id: I847c0679ec7a9fed49de52da7d3cd4d8b53fe07a
        Reviewed-on: https://gerrit.libreoffice.org/16461
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-25  andreask  <kainz.a@gmail.com>  [34c006c9a4346bb04fa47fb7dbf008710cdc117a]

        Breeze: Textbox - It would be good for the top to be closed
        
        Change-Id: Iab7a6314017fabc609b17485182dc237ee8afe18
        Reviewed-on: https://gerrit.libreoffice.org/16462
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-25  Tor Lillqvist  <tml@collabora.com>  [d899711657a6349a9f35a7a67a1f6d4ac204cd53]

        WaE: -Winconsistent-missing-override
        
        (No idea how well it works any more, though.)
        
        Change-Id: I3f58a7415e493a7bd8cb534697f40c4c2fa8d054

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [8ed4cb7429db6f9c37af166d1643c669c6b5723c]

        gtk-menu-popup-delay only deprecated in gtk3 I think
        
        Change-Id: I4bf77a912296f2d4a14c8bedf6b6bed6b52f9023

2015-06-25  Julien Nabet  <serval2412@yahoo.fr>  [c301d8c8fa1de36d8aae03cfa76772b537b10980]

        GtkSettings:gtk-menu-images deprecated
        
        Not sure here if we should set true or false by default
        
        Change-Id: I120c33bf726150506d282e972facd4dca0db83aa
        Reviewed-on: https://gerrit.libreoffice.org/16456
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [6a01c78435c4237e8702966d30de2a47b58e7620]

        these ancient baselines are breaking my spirit
        
        Change-Id: I96dbe2c1213c78da1114f9270953334a38c7b2ae

2015-06-25  Varun  <varun.dhall@studentpartner.com>  [a8228c4950eda9310382c8f773ade578367ca501]

        Add test for tdf#83798 ToC missing chapter numbers
        
        Change-Id: Iffb2c619b7ac266c5a172d4cc45501a9ba5b74bb
        Reviewed-on: https://gerrit.libreoffice.org/16489
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-25  Eike Rathke  <erack@redhat.com>  [c48af2b55a60492565b987ee65d98edc6bd94533]

        a singleton must be fully parsed to be valid, tdf#44419 related
        
        No trailing characters must be present in 1:1 or A:A full row/column
        references, e.g. 2:2,2 is not valid. The original cause is the lexical
        analyzer that accepted 2,2 as the second part after the range operator
        because ',' is also the group separator here, which needs further
        changes.
        
        Change-Id: Iff354469f7dcb4e0b6fa645c39cc1f8ebad4a6ea

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [54106fae68149c0b1dbb4f6ece133fefacacc322]

        SwTextFormatInfo::SwTextFormatInfo: use vcl::RenderContext
        
        Change-Id: I8ff1647bdf8c46d395c398c97b97066d7b128cdb

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5fe6ea091ae7e897b11b62b9b749b6194d34585]

        SwTextFormatInfo::CtorInitTextFormatInfo: use vcl::RenderContext
        
        Change-Id: I0f775bdfaf6a098be25d053f87b1bcf86d533297

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3456256eafa376abaad50dc980ab94032185af6]

        sw: outline SwTextFormatInfo ctor
        
        Change-Id: I07b3a7768def547a34cbcdd8966157065605d5fb

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c33e10b594aa07c4e9adadae59e5c03a4fdc29c]

        SwTextPaintInfo::CtorInitTextPaintInfo: use vcl::RenderContext
        
        Change-Id: I1931ec139798d2f2eb956fd0590ab98ce1a65c3c

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9829d6ab01e15be7e81f971eac6ba5e402ca5189]

        sw: outline SwTextPaintInfo ctor
        
        Change-Id: Ie57e1f5abc91286662804e7528afd062d1427fee

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8af3974013dbae4aa83b13c6fd6c6e8fd04ac072]

        SwTextSizeInfo::CtorInitTextSizeInfo: use vcl::RenderContext
        
        Change-Id: I6dfceb02b57d886dd8025520e5ed21a2ad46a5b1

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7eacc579fb0874e9602b5c0714ac00bd520322a]

        sw: outline SwTextSizeInfo ctors
        
        Change-Id: I8964701bf5b1ecdb11851d7cc8540175e007dd2b

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b13fbaf697b1cbd1f8b019e3f5500b53e2a39c6c]

        SwLayAction::FormatLayout: use vcl::RenderContext
        
        Change-Id: I3bc993b00940732fd9ca26ccec7d025c8558516a

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [f1761903cdafd12d4b33d4e8733971a3d9ad8a10]

        try harder to hide this from android tinderbox
        
        Change-Id: I586fea9f1570b68ed789da8b10a3b46216c42969

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [f47bff9d153b4f0dcbca1cca9ba6df6491805a62]

        implement GtkSalFrame::GetKeyName with some code lying around handy
        
        Change-Id: I6a41ae2b8056737008add98c35d06f3859e71171

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [8d5e97a7e54cde43d8f8f73d5729ab5e5bad1c34]

        += does not make any sense here
        
        ...although it was like that ever since its inception in
        4718eab5490fd470945890d90427f87894952d5f "INTEGRATION: CWS keyconfig01," but
        perhaps impl_st_normPath never actually gets called with a path with leading
        slash, anyway.
        
        Change-Id: Ia3cf4f4020b3a9ca7152777bfa0378c28948fb8f

2015-06-25  Eike Rathke  <erack@redhat.com>  [5fbe0fa0dbd823b201e92e65b08742b3853ce4d1]

        bail out early if maTableColumnNames.empty()
        
        Change-Id: Icda700e80aa3a48ea77b2bc90d73c37b67b62ba8

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [b51fe01f7c8853c353401001bdd417b9ed27fb87]

        WaE: error: 'CAIRO_VERSION' is not defined
        
        Change-Id: I9e4f0d0af541226089a6295962a91ca09debb418

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [a0ded09c55f944f57201651032eed5dcf7e22e48]

        implement equalize width and height for impress/draw
        
        Equalize width/height adjusts width/height of selected objects to the
        width/height of the last selected object.
        
        Change-Id: I7c222a6591112cb674322d310ebd87f04a9198bd

2015-06-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [df7595a5f5871f8343e4ee3869ad153e3ae4a7f3]

        tdf#91485 fix cursors not displayed on Windows with mergedlibs
        
        Change-Id: I502d3d2490be5307364dee59c7ee36c0fb7ef55f

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [d4ad86dac6e8971a4f21168051876a0d68f48649]

        ...in case this ever gets used with an unsigned APSInt of bitwidth < 7
        
        Change-Id: Ic9436529321e523edd25d0f83ac09a0e22a44013

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [a8cd99685abf879c56e04a95a5b2881d2adddcb9]

        Remove spurious negation operator again
        
        ...which had been introduced with 3f4978f8c660c595773c92b99d45d0631cac04b0
        "loplugin:implicitboolconversion" when changing
        
          return name.second == sal_True;
        
        to
        
          return !name.second;
        
        Change-Id: I3d4cfb613efcc72cf01176556c678a97e5817528

2015-06-25  Eike Rathke  <erack@redhat.com>  [420ed9cb1d7f164be88ee2a01f79372744ed5f03]

        TableRef: compile named expression into RPN once to populate information
        
        Change-Id: Id41ca0bd6adc8152c29be4d89e9361d8fb2ffe4e

2015-06-25  Heena Gupta  <heena.h.gupta@ericsson.com>  [16e8ffbd5ec1fe7b81835ea6584547669d55d751]

        tdf#91378-Empty Custom Properties are lost while saving in .pptx format
        
        Conflicts:
        	sd/qa/unit/export-tests.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/15966
        
        Change-Id: Ibc24ab9633b51fe41ad483121646cc391319fe6f

2015-06-25  Rosemary  <rosemaryseb8@gmail.com>  [b4a224d1a91232a16b70be4531a3e6fd2d9bc9ae]

        tdf#80387 Extended lint-ui.py to check for UI title labels
        
        Change-Id: I47ab882b0d54711050da4fc8fa288b195949eb60
        Reviewed-on: https://gerrit.libreoffice.org/16425
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-25  Noel Grandin  <noel@peralex.com>  [3f4978f8c660c595773c92b99d45d0631cac04b0]

        loplugin:implicitboolconversion
        
        Change-Id: Ib266bc70a99d84d4e3d845573f39e612dc6595f8

2015-06-25  Noel Grandin  <noel@peralex.com>  [8bd2333e3636bc1e196fb7fccd73a0dc8518fa76]

        remove custom RTTI from SdrObjPlusData
        
        not used anywhere
        
        Change-Id: I72e8f1862dd9075c548d178f93cd72fa32a56809

2015-06-25  Eike Rathke  <erack@redhat.com>  [4fc13975ad83fd2e95d2383ab0e9af688c47710d]

        TableRef: ScCompiler::IsTableRefColumn() lookup column name in ScDBData
        
        ... as a fallback for named expressions during document import when cell
        content isn't available yet.
        
        Change-Id: I134ac2aaeb5f336703edbadfd6664d916d2c5885

2015-06-25  Eike Rathke  <erack@redhat.com>  [cd3486798496545271baa2cb5d7beb6f0a99dcca]

        TableRef: search table column names case insensitive
        
        Change-Id: I753a4511aa2c1e37b83094189902ce7031d68c04

2015-06-25  Eike Rathke  <erack@redhat.com>  [58b0c0cf0c1429ec2f7f5ef8fc9ebc4840ace92d]

        TableRef: move getTables().applyTableColumns() to the correct position
        
        ... in import sequence.
        
        Change-Id: Ib5601af281f0378d283ecd61fa71c41e6c1be254

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [3928a1514c9202a52d698570022c197ecc8703eb]

        error: missing binary operator before token '('
        
        Change-Id: Ieafb13245a11347cbda8a33e49ad618bf85d8a89

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [08b3b6ed6c4d8599c9bb75719974c710462f2764]

        SwLayAction::Action: use vcl::RenderContext
        
        Change-Id: I4fb6c42da0c5defa1d5da4cf6f3a13d11388c88d

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a2705d16c945cdd85dd75c803039c05af0c853c]

        SwLayAction::InternalAction: use vcl::RenderContext
        
        Change-Id: Icbc5e9a42cc7e7693c6584461505a3233046272c

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c369f8644c45869cb1d80e5e243e445f5cb8b778]

        SwPageFrm::GetHorizontalShadowRect: use vcl::RenderContext
        
        Change-Id: Ife6c7404079aa1ae10d5c2bdbe77629e0689b167

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [cec17a4659389c5fe3a97c144d541c6aedc64d3f]

        SwViewShellImp::GetFirstVisPage: use vcl::RenderContext
        
        Change-Id: I7acd380d2e199f042dca61d95596c3bc63c6a206

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [85cd7a6c6883d4d80d583f13d923527ed5e72343]

        SwViewShellImp::SetFirstVisPage: use vcl::RenderContext
        
        Change-Id: If36b6fdda54dfbe6e4eea14883d659302a1db6be

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b6329479eeb3c416396404c0d371b7aab59dd64]

        sw: outline SwViewShellImp::GetFirstVisPage() methods
        
        Change-Id: Ib506b912752a16c514958896aa16b310f8e09200

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b7c803b1b2f5d13f5ca225a9d4aabab348c7786]

        SwPageFrm::GetBoundRect: use vcl::RenderContext
        
        Change-Id: Id9e9aa312d8fd4e0d776b41c9cca8073fa57b6fa

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7dd8bb3bdd0fee44d6704cbf34d4a39cd7a3d29]

        SwPageFrm::GetBorderAndShadowBoundRect: use vcl::RenderContext
        
        Change-Id: If861aa0a579eb953cd2fc7b790b3514ab1d0ffd0

2015-06-25  Noel Grandin  <noel@peralex.com>  [f53c186b8d2f5a13a3a644dbff7f21548c32c4d4]

        my previous fix triggered an assert in clang
        
        Change-Id: I67b8dec0d49032134a1b588363e72fa88f5993f7

2015-06-25  Noel Grandin  <noel@peralex.com>  [38ea4f018e795aa2b191509d2c1f56b76191f079]

        error: invalid operands to binary expression ('llvm::APSInt' and 'int')
        
        Change-Id: I1a509ce133954a31a504dcc178687427f85f4c1c

2015-06-25  Noel Grandin  <noel@peralex.com>  [25603e07974d85a7c6b3cebe288068955a0030a1]

        remove custom RTTI from SwIndex
        
        not being used
        
        Change-Id: I615558e3c0abe7284b9abb535ee8f15c844c846e

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [af333e81037b106702fc4c4d68b0653f80d2fb1b]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I47726315f12ef05714bea248d79cc503fb99b23c

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [94c1ea92ce7653f3cf91cfd0efe9546bbdb47ad3]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I81a60eb512356d19cb746145fdf0dc1a3c676ba1

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [0c526c668391faec7fdfbab7d0210210c7a2a32e]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I918023aa2e14d0913e6e05129ceb0c528b6cfd96

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [495b6575f8b9a19f1c72184d56eacb590aeab739]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I45fcbcdf15134585443e528e8af2c9486d0b3bbe

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [69acf266801246d0099d02de57db332fbe167c72]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I5bd4f30d7b614af34b5ca2edca06bab9350ca206

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [8918eaf6d6b3de149e77ade965ab46694972b985]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Idd767eb9e2d2e101a77a19cd5617f479eb9fd2aa

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [94ca2679eee35dddd099de29dab571eff919a0f3]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I2b3e3fedeb9b824f43208a5d4066c9278231dcba

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [0c7cf7229f065c0f328077d4b148242696a2baeb]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I3c7b73ebb50c464e6bca816444324e100bd89d23

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [ca30ba7a390e770d4b420ce02ae769f54a682404]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I397db197dfa3108ee3c025a60dd9e437dd05a95d

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [cb0a4a43a52b2f9230dc676e8ffc8700d006ec0c]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Icdd850336caf998e62cdb5a90fc3683eddd04a3e

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [327001c7575661a6dd2968a7375dc1eeed58ab2a]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I5bb3493e3d27bd348f58cd4f858f34becf761cd0

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [346938fa26343314a0836bf3347a48fe3342fd74]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I7ef1dc1d42237ef101731b363359801d9e1e9db6

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [995296ea1d48636363a3a80068ceeb002b8bedb8]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I63f1b54cc9ef49a83800b671a60ea25df7fc2121

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [db081acb013666a84f0ae30c3c3132835d2638db]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I7d8b0ab33980726ffb4887b1f19797702d224191

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [768abe343c9c596a4f11e58b98d7871e4172758d]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Ia4f844e0e9249f54d134fbbde11aa1f7e250e8af

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [8987a2920cc638939c3d5beb0f80c9bd6a13f3d5]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Ie217f99961c6f2c224d1c01beaf0146a4ea3e0c2

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [68c09b05f00a224872b8ce962f144bf6d8ccbe78]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Ifd804fb45fb032dddbf2ba3643ec0964e0e24724

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [90dfd9d87ad93525dd815e1e5d047045fd7628b0]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I0749564ce91cb6ad5ca58cc6432ff3cd4b2f579b

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [6ce8ae5f0ca3cda17a1e708a273419f46bd0e8b0]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I5fe4002c3c0065dfe93be0d8f47df90d57af898b

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [472c0a3dcc8dd146e584c4b677a63854b8642f35]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I36ae4b57049fe4deabe785ccfecf78608461086f

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [33be6e79a0ffd7823721ebe96784a5a68fe78f51]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I9a10663f1b428d3f6a6a6d5187b5774076aef75b

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [2434f2983894a1577080be6ea1881cc6afcafcf9]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I0e2e161a29b653cf16b2e3a6ddeb89567b5342c8

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [687ab37853be1adaf84a78a6a5b1c947ea0608fc]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: Ie6ca3065ee60fb2ad75f3bab53059046a981da8d

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [fce88d8ff087bdc6b14649e15e1123892c5d414f]

        loplugin:stringconstant: Flag more inefficiencies
        
        Change-Id: I7c79445bfa1536706561752da107090599ef26a2

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [8007417c318140d74b87ec5abcf835f4a2ba9682]

        Revert "Revert "Generalize OUStringLiteral1""
        
        This reverts commit 5cba714b4d03ed54debf71534ad8c8edc383a01e, now including a
        workaround for <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53658> "internal
        compiler error -- segmentation fault."
        
        Change-Id: I31f6d9ddcb0b884134703df2b9dc1800ba0a84be

2015-06-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [707ef3171a096787b2f7a4c221e60962f05e7d01]

        Just continue to next iteration
        
        Change-Id: I4040dff95dd1718df4cb555c155f7eea723bd2e3
        Reviewed-on: https://gerrit.libreoffice.org/16170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [a469002ab5dfffc108b4329fd7dddfc9b8fcce20]

        gtk3: render menu arrows with menuitem style not menu style
        
        Change-Id: I35de4ed31bfb9830f52aa5a25ea12bdf719c56ef

2015-06-25  Jorenz Paragas  <j.paragas.237@gmail.com>  [f571a17484032bc2a09144ea8b97e91e1f8cc5a5]

        tdf#91112 replace o3tl::compose1 with lambdas in dbaccess
        
        Change-Id: Ic4a95272e88cda0080f0faddfb0671e3ff3f9d7c
        Reviewed-on: https://gerrit.libreoffice.org/16418
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-25  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [d2d18465b027fc26af2a170959109d19f107d09b]

        Fixup vcl build with --without-x
        
        Fix provided by Abhimanyu Singh
        
        Change-Id: I5d87aa76517b1cf9d7464f43b9be236de0e92039
        Reviewed-on: https://gerrit.libreoffice.org/16452
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-25  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [64b636b814ddd65b90459c75a49cc5e743a2785c]

        Avoid errors with stuff not build on --without-x
        
        Reported by by Abhimanyu Singh
        
        Change-Id: I02bd2a2b85b9d55f0b237d3a1141801245473cd2
        Reviewed-on: https://gerrit.libreoffice.org/16453
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-25  Eike Rathke  <erack@redhat.com>  [044f79078ae2776b786f904e5f24a745f8635a18]

        TableRef: add ScDBData::GetColumnNameOffset()
        
        Change-Id: Id80b9e8d1f54a8b795d0f4209bdf2f980f9a5344

2015-06-25  Eike Rathke  <erack@redhat.com>  [98ba33677c288ff80c6f2812e85039175b7fcff8]

        TableRef: invalidate table column names on most sheet operations
        
        Kept only on insertions and deletions, but even that may not be useful
        as the names aren't updated at any time so even a mere cell change will
        bring this out of sync. But serves as a starting point for further
        implementation.
        
        Change-Id: Idfede4b03b9f554cd35f984502fce625c725853c

2015-06-25  Noel Grandin  <noel@peralex.com>  [4354341159e929bf7d21888ae1083d59cda135ad]

        remove our custom RTTI from xmloff module
        
        not being used, anyhow
        
        Change-Id: I0eb0d6377efe324d9a442a70fc2046a58ed2f3c4

2015-06-25  Katarina Behrens  <Katarina.Behrens@cib.de>  [07602e5a8b869be1c45158cf71d6015d17a5f797]

        tdf#91362: Don't override printer page autodetection
        
        if printer settings haven't been modified
        
        Change-Id: I68b0096ce6fa0f9e50db640a0acb3039ff7e66b5
        Reviewed-on: https://gerrit.libreoffice.org/16454
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [b28a63728ac081b3cc94c76d0bac4a573087ca5e]

        WaE: -Werror=unused-parameter on Android
        
        Change-Id: Ie5a4015794350a513c39a60ae650f4626d92e1b8

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [a7a95af74badcb745bb1c86c7f9a21444ca12c77]

        stinking ancient cairo impls
        
        Change-Id: I35e826bc78556a912358dfad2fac7c45ca35bfd1

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [702cb2b28431d4acec302af20169fbb447a2980a]

        SwAlignRect: use vcl::RenderContext
        
        If the caller has a vcl::RenderContext already, use it. Otherwise just
        use GetOut() on the shell in the caller for now.
        
        Change-Id: I8070dd3d6622d211885067514d6eb728716830ee

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cfc0e3899b51fd2751141d7f1f523803f46c8d1]

        SwTabFrm::Paint: use vcl::RenderContext
        
        Change-Id: Iccadf6cd95a0ed9f9ba365d117d819f065193e60

2015-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [74768909b7aad4ac0f23e3210ea97f9dcd1fc93d]

        SwFlyFrm::Paint: use vcl::RenderContext
        
        Change-Id: Id6bd21deda59a6eecfff39907d967b78b881a1e6

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [8eb8ef879320960fe2147a039bbb933484856693]

        gtk3: fix 'degenerate' clip in cairo clipping
        
        fix spelling in basebmp clipping case and downgrade
        to INFO
        
        Change-Id: I16ec943bd4be8ca374ded7827e4ec24e7df03e8e

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [edf56cb4300f68a3e513420feccbf8d5287a0428]

        gtk3: move cairo region clipping to svp
        
        Change-Id: I4b4f09ee3fb7edbda3b6bb5af024c0966e3a2082

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [65d31de78dd3f5055102122e60b7261f8b170df5]

        gtk3: alpha rects using cairo
        
        Change-Id: I7fdcd6336fdc7ea8149c385a177db91ffaa61c94

2015-06-25  Caolán McNamara  <caolanm@redhat.com>  [5ce9954c5ec244b9a858ab7e996d5201a21dc3fe]

        cairo_format_stride_for_width is 1.6 onwards
        
        Change-Id: Ic233b4b6c7067f2473eb76b0c7e520cfe1dfcd14

2015-06-25  Noel Grandin  <noel@peralex.com>  [7c815d304a151895298506b763989c2c0954a961]

        improve the error message when a java UNO test fails
        
        Change-Id: Ibd9f121b94c00040acd3a1d2f6f702d711295f2d

2015-06-25  Stephan Bergmann  <sbergman@redhat.com>  [f7a7a9dd84d1cd8b49d59e1fb1853ea7e9f40edf]

        Do not forget to actually set newStr to an empty string
        
        Change-Id: I745b09d8a248f08afdd3387f4cfcf69d71ec3c39

2015-06-25  Noel Grandin  <noel@peralex.com>  [0e2db2dd3413d760afaa4cfab4c7c224222b949a]

        fix spelling Unimplmented -> Unimplemented
        
        Change-Id: I39df0cd556ae40b6ae40eaec1d64ee59ff8de241

2015-06-25  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [9ec5bc557c6c664b95c2e654bc94df015c20618e]

        Line style icon

2015-06-24  Yousuf Philips  <philipz85@hotmail.com>  [e8938f2ddb5efa8a34d05995cd55cf337c7aaeff]

        Move chart formatting toolbar to first row and enable icons
        
        Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d
        Reviewed-on: https://gerrit.libreoffice.org/16440
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5166f82e16ea32212e65d698f253a2a3ae8c3791]

        Updated core Project: help  aac176ceb2ae281dd29026d47fbc44eb139a52a3
        
        fix ID of Z-test dialog
        
        Change-Id: I513eb4713852c85ee792a6d01dd039275df5f29f
        Reviewed-on: https://gerrit.libreoffice.org/16455
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [246d4d2cd898d046be90da24e449eec21d7ddfa6]

        add tests for SwChartDataSequence and SwChartDataProvider
        
        Change-Id: I468bb651b5febd090fb3cc15795589124c1e8375

2015-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d43bb0e02df3b24d6dedde6fd6351923cb25bce6]

        remove left-over debug line
        
        Change-Id: I8dc0ad1907c1523be9654f808c401be075a97db1

2015-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8a57c4309866ea0eaac7ccf9cc39aed35218fe0d]

        fix misleading comment
        
        Change-Id: I5dd3be60ef37cc9be39cd0640b60b44c638d8869

2015-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [684d2ad37aed1240eea03dac381acd1c73383b20]

        remove nullptr check obsoleted by shared_ptr
        
        regression from 5b6e338f5c9383aad6efae9b4d1420e12b2397ca
        
        Change-Id: I3101327a643e3a2ebe2aebfdc511492393fc8bbb

2015-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c574038c2332574651e243dfbd55d69bf475dc9b]

        test XServiceInfo stuff, while at it
        
        Change-Id: Ib39411bd71f366f4dc1ea9dca2a45f31777feb7a

2015-06-24  Varun  <varun.dhall@studentpartner.com>  [6ec79a6a755e7a4a585e2b93f589bbc92fe0c35b]

        Add Test for tdf#63214 CrossRefBookmark undo crash
        
        Change-Id: Id47197d9282a408a2d49a3b9de4c8856ad47dec3
        Reviewed-on: https://gerrit.libreoffice.org/16441
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-24  andreask  <kainz.a@gmail.com>  [6f55712e28614ece8c300895493b6c1520782418]

        Galaxy: calc formatting toolbar
        
        Change-Id: Ib5ddc5b037bda4aaef9ced7f167273de614d2f25
        Reviewed-on: https://gerrit.libreoffice.org/16458
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-24  andreask  <kainz.a@gmail.com>  [12925a978128857fa2bfbd8c2c08e5dc7ab01119]

        Breeze: Outline - Change ‘F’ to an ‘A’ (lc_OutlineFont)
        
        Change-Id: Ie1e86b629f357765f4fa73ef5feba1bed7dfc9ca
        Reviewed-on: https://gerrit.libreoffice.org/16457
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [253c0f073715b1d0f6ba063b1182016e45951bf4]

        gtk3: move createCairoContext down to svpgdi
        
        Change-Id: Ib3c6d6689c4b79a636a3f2f0f985f3573aa46f3d

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [a8be3fba0a8678392c9bef9a3a2ced3cedef36f0]

        uncommitted SvtOptionsDrawinglayer_Impl
        
        Change-Id: I625722d3c9e915c0f90265c5036e7c03fe9052df

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [acdf113baf04263a03d574eac9a8c09f98598b7a]

        crashtesting: fix asserts on exporting fdo66304-1.odt to doc
        
        Change-Id: Ia08207143d27f88d09bd45e64ba7c3c12cd2c1a1

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [df5ec49bcaa57aa0a137db45d7c0766733f7e508]

        cppcheck: noExplicitConstructor
        
        Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11

2015-06-24  Michael Stahl  <mstahl@redhat.com>  [73d9cc8cb849e9dc51b0e363fc46d965bbcae250]

        sc: suppress some [loplugin:staticmethods]
        
        Change-Id: Ib0cb2a34b87c661dc9343e5458fb933496a792dc

2015-06-24  Eike Rathke  <erack@redhat.com>  [715b4bbca56ca3cb1f26184a0461ea07c485b8f3]

        TableRef: import OOXML table column names to ScDBData
        
        Change-Id: I5fa32922fffcd027ddf1c61fe0b122fa2d320d98

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [816883a6772de37cbab1687c8773be2643d73b10]

        Filter and sort icons

2015-06-24  Michael Meeks  <michael.meeks@collabora.com>  [6a6d7766f49cc283be174aead9785f5a95287be4]

        tdf#92258 - fix crash editing macro module name.
        
        Change-Id: I8e0bbab7d7497ed7c136ddbfba73618834d5a204

2015-06-24  Varun  <varun.dhall@studentpartner.com>  [16ca97a0c24da47cd7b0d2e7f3170d547cb063d2]

        Added Test for tdf#51741 bookmark rename doc mod
        
        Change-Id: I95149db78a34e35565fe8262f4933732183a7e16
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-24  Eike Rathke  <erack@redhat.com>  [9a4881a15ca463a3fbbaee55ace2123bfdf1b132]

        TableRef: read <table><tableColumns><tableColumn> from OOXML
        
        Change-Id: I46c57a14fd94738e51e65c482c903c2debe868b8

2015-06-24  Eike Rathke  <erack@redhat.com>  [6055eb2ca4c3c58f2e510b92bcf57c669bd56e3f]

        TableRef: add ScDBData::maTableColumnNames
        
        Change-Id: Ifb95f76f518646e32d1df45a77f146ad3a255087

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [5cba714b4d03ed54debf71534ad8c8edc383a01e]

        Revert "Generalize OUStringLiteral1"
        
        This reverts commit 4d4f3512db0cf0bf47c2ba1b39c3813842903ef7, at least "gcc
        version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux)" fails with
        "include/rtl/stringutils.hxx:175:49: internal compiler error: Segmentation
        fault."

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [4d4f3512db0cf0bf47c2ba1b39c3813842903ef7]

        Generalize OUStringLiteral1
        
        ...by making all places that accept a string literal via ConstCharArrayDetector
        also accept an OUStringLiteral1 via ConstCharArrayDetector (which required some
        tweaking of the ConstCharArrayDetector internals).  That removes the need for
        special-purpose OUStringLiteral1 overloads, and will allow OUStringLiteral1 to
        be used in more places.
        
        Change-Id: I370de8480e02f8423cde5677dd38479b81bccdb2

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [892455e72a57d890918f37bd2b32d6c5000ba6ff]

        Simplify uses of comphelper::string::equals with constant argument
        
        Change-Id: I7b12dd04f6811f71b776ee9168703434217b59c8

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [6390d2c52b75b2868d5ee98863a0af4f103c12e5]

        Get rid of comphelper::string::is*Ascii functions
        
        Change-Id: I99912112e5b009d7a143f9816d757cdf6ebb1783

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [3fb56b38c46849569fe2035a3f377a396e2ec8fd]

        Simplify comphelper::string::isdigitAsciiString definitions
        
        Change-Id: I26c889e51287a239ef92a798a6899266837064d9

2015-06-24  Michael Stahl  <mstahl@redhat.com>  [a9833ee9c27fef2f34ce1061ebfdf44d525c35ca]

        gbuild: PythonTest: run tests with --headless
        
        The python tests currently use the default desktop-dependent vclplug,
        but should use svp like every other test.
        
        Apparently there's no way to pass command line parameters through
        python, so set SAL_USE_VCLPLUGIN=svp.
        
        Change-Id: Idb9afd87a1721c5188aeecd9b1f83521f6431757

2015-06-24  Michael Stahl  <mstahl@redhat.com>  [bb6399937270fb149639248dd1a28775948f7285]

        jvmfwk: pass along -Xss to JVM on AMD64 too
        
        The PythonTest_dbacces_python in a clang ASAN build on F21 started to
        fail with StackOverflowError in JNI_CreateJavaVM on the main thread,
        and this fixes the problem.
        
        Seen with java-1.8.0-openjdk-1.8.0.45-39.b14.fc21.x86_64
        
        Change-Id: I87dfb4b62d547b334c19261aad88b4856489776f

2015-06-24  Michael Stahl  <mstahl@redhat.com>  [004ddbe666121f0bbf42cd256ba89377c633427e]

        jvmfwk: slighly misleading error message
        
        Change-Id: I64165a03c16d852781173fe2de952e6b803efaf7

2015-06-24  Stephan Bergmann  <sbergman@redhat.com>  [5cfc58783ebb896cc0d3b9be3f9da53cbaf89161]

        Another gross inclusion hack that can apparently go now
        
        Change-Id: I261596e5d20360ecfaf57f9ddc4419ca305e3194

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [95f884618698ba7ff1ca98be5b844f8db5a4e43c]

        coverity#1308146 Uninitialized scalar field
        
        Change-Id: Ida37b83fed0ff5f76fab38153d2e8021a398faa1

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [a726ba2a7a429805fdcaa44fc9f95b853de502bb]

        coverity#1308147 Uninitialized scalar field
        
        Change-Id: I1021b02aa2dc9afffa34d52ddfc71f683a594a0e

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [87d359295199dbf0c851eee47e1d38f6664f270a]

        X11SalInstance->SalGenericInstance
        
        Change-Id: I6805178d2a344243d487ace3331ca71b667cd819

2015-06-24  Caolán McNamara  <caolanm@redhat.com>  [3d02b2c206c23397aafe45d2ea1440d89a3c1062]

        don't need to include svpinst.cxx anymore
        
        a hold over from before
        6efb7f65eea764ffe5b71f65f9b7eea125183ec3
        I believe
        
        Change-Id: Idea86f782cad4da98bbe4308968277886923ee5e

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f640893b8ca6dc8f390dc128ad252693c7d241d9]

        SwLayoutFrm::Paint: use vcl::RenderContext
        
        Change-Id: Ibc36078313a9ee2482e392de18abfe77f3d0df48

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4270080798881bdac8392814dfb530e6a974c1e]

        SwTextFrm::Paint: use vcl::RenderContext
        
        Change-Id: Iede5ae0269a2bb2e4f2e6cef4af50d57e200938d

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [b00bb0e8081f560f19e3557944ee2edb887963ae]

        Border style icon

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [43df077158bfb7ea34afe162c2b0850fdc3501c7]

        More calc improvements

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [c43224cd38ba7001ba16d57ad2a513496c62fde8]

        Rows and columns icons for calc

2015-06-24  Julien Nabet  <serval2412@yahoo.fr>  [25befc0a1b1448527c645ed1963b4f29d3126a53]

        GtkSettings:gtk-menu-popup-delay deprecated
        
        I took example from https://mail.gnome.org/archives/commits-list/2013-June/msg06434.html
        
        Change-Id: I5fb090c3245848c92238f34259f1a2f77f9080c7
        Reviewed-on: https://gerrit.libreoffice.org/16432
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-24  Andras Timar  <andras.timar@collabora.com>  [5427d69fa05dd118eb2160999cf6f2a6a6097886]

        tdf#91380 add WB_MOVEABLE bit to docking windows
        
        Change-Id: Iab913747180bf1588da2d703069650e3e6916414
        Reviewed-on: https://gerrit.libreoffice.org/16444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2c84d410cf6df3bb3725d2495e3b6b60b2cf17b]

        sw: add SwViewShell::mbOutputToWindow
        
        So that we can know if the output is a virtual device that will end up
        on the screen (due to double buffering) or a "real" virtual device.
        
        Change-Id: I1e8eeddfb19c374363b98786c26836e1f3236e7f

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc9e9219cb897fa1a84916feb13720020fd20b12]

        SwNoTextFrm::Paint: stop using SwViewShell::GetOut()
        
        Change-Id: Id7a975cff09066bd796a7fbdee63393266c1843e

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [2fb93c6436739dfc8bec1348fad4f263cd625b65]

        SwFrm::Paint: take a vcl::RenderContext
        
        Change-Id: I530d98a425adb32e2c8e1e4d012130f68f6c90a1

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [1814a4fab33d2761fa9c89793ad2dfc5de72fe00]

        First improvements for calc: align and wrap

2015-06-24  Noel Grandin  <noel@peralex.com>  [07d85c44998f42545175ee77c192b901b52a30ca]

        remove SFX_NOTIFY macro
        
        it has not served any purpose since we switched to using normal C++ RTTI
        for the SfxHint objects
        
        Change-Id: Ic81353bcb7863ce892eb75296248ca14d8fd6c86

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [99fe019a2b60d6bc5e0a5238b2630fe7fe38a456]

        16px spelling icons

2015-06-24  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [e7a78b603f5b998a69522e32cbc5eb02ed30fcb7]

        Add 16px indent, numbering, bullet and line-height icons

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d1c0632d2de3180abaa9782404c0aea1f1b30af]

        SwViewShell::PrtOle2: take a vcl::RenderContext
        
        Change-Id: I0d56649cf322b7769f77ccd99be367cd813570ea

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f25ee3ce07b942b5b8ec3d24d05ac4037f1cb9d0]

        SwViewShell::Paint: can use render context here directly
        
        Change-Id: I75a532e85ce4caa3fe199669054a9811e3e5144a

2015-06-24  Andras Timar  <andras.timar@collabora.com>  [e17460ec3961d0181c1c31a3b7c0a3ca27b82f9e]

        Updated core Project: dictionaries  ab55a4aa9fc37997d69ab8a372baa68031a0866c
        
        tdf#91675 updated Catalan dictionary to version 3.0.0
        
        Change-Id: Ie69743104482732bf6893d42240d3f6f314ffbb4
        

2015-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9781a8786da5c32e2250cbe1ae97bd10f84f39bb]

        tdf#89698 DOCX import: inline picture should have no spacing
        
        Commit 3d7e168a2a43c2414b0633379102ddb29437e75b (n#783638 DOCX import of
        wp:inline's distT/B/L/R attributes, 2012-10-11) was about a picture that
        had non-zero spacing in LO, but zero in Word. The hope was that the
        problem is just that the value is not imported.
        
        Then commit a88ac708403c03d0f950f09ec29c0d5a1e5a85b4 (fdo#63685
        wp:inline's distT/B/L/R is in EMU's, not twips, 2013-04-19) was about a
        picture that had so large spacing that the picture become invisible.
        Fixing the unit of the spacing value made the picture visible again.
        
        What was missed is that this value is just stored in the doc model, but
        layout in Word doesn't use it at all till the anchoring is as-char.
        Given that in LO as-char anchoring supports real spacing, just don't
        import these values to have the same layout. That's what the WW8 import
        does, too.
        
        Change-Id: I1244269e06c5d190e8340349ddc12ae7b0572a4d

2015-06-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [89b5967658392d27fb3147e85abb2b5c1c34b101]

        Remove another inappropriate ellipsis from a command’s name
        
        Ellipsis should be used only when further user input is
        needed to complete a task.
        
        Change-Id: I768e4b000539dfcc0f8861bc970147bc64526653

2015-06-23  andreask  <kainz.a@gmail.com>  [2135fe0cef7bcf7160719f1f29ad65f2b064984b]

        Breeze: Add new icons for formatting toolbar
        
        All new entries I added to the formatting toolbar 
        (DiagramArea, DiagramWall, View3D, InsertMenuTitles, 
        DiagramAxisY, DiagramAxisX, DiagramAxisX)
        
        other icons will come asap
        
        
        Change-Id: Id4869e34500cc4c6587b703a0a9d345505679226
        Reviewed-on: https://gerrit.libreoffice.org/16438
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-23  andreask  <kainz.a@gmail.com>  [7ad157e7b3a255259e93eaa27d2e3a394e4e87c7]

        Breeze: insert missing icons from the standard toolbar
        
        Change-Id: I90b661e7ff3bf61180e422c3ef23d7f3046061fd
        Reviewed-on: https://gerrit.libreoffice.org/16435
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [492ff21d6543d800b0cd424eafbcd409bc19f695]

        sw: HTML import: Do not mix normal, CTL or CJK attributes
        
        The original code used 15 elements for positions, the 'repaired' one
        lost 10 of them.
        Also, do not try to be too smart and be verbose, letting the compiler
        perform optimizations
        
        (regression from 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889)
        
        Change-Id: I0a1bc22d1abab083292de17b091c8be872fcee24
        Reviewed-on: https://gerrit.libreoffice.org/16169
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c7811b9d36c0d9b2a000cf1616e473de474ad112]

        Options: “TSAs” button now has the same size as its neighbors
        
        Change-Id: I19f01148c3d8af2b5aa574cacb098415eeeea38f

2015-06-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d2c39f46b8a7015b922c856fde43a891ffbbd433]

        update credits
        
        Change-Id: If9bb184201c2837223e17b436c6602c58887204b

2015-06-23  Eike Rathke  <erack@redhat.com>  [ab4374fc8af8e617ec7e5b3e83a1bd863452eed6]

        TableRef: finalize database ranges before defined names
        
        Change-Id: I7ea0646c531c8aa2a5e33baa147e08628e65c17d

2015-06-23  Andras Timar  <andras.timar@collabora.com>  [08984b14b7caa86f04539b42864a87f9411f00a4]

        Revert "Typo: readd -> read"
        
        The comment is about re-adding something, not about reading
        
        This reverts commit bc8adace59ab5bebb93610e0ec3b16ef2a8f5151.

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [2a65bf32ec270484dcea4d22d3c93552dc0c24dd]

        Revert "Typo: iff->if"
        
        This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d.
        
        iff can mean "if and only if" so not a typo

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [09b4cbe977c755a447f97034189b85998f358d79]

        Revert "Typo: repsent->represent"
        
        This reverts commit 338161a41d6e01b8e8d8752d9a38cc5c7a63f288.

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [262dbabe8e07f60d55461ab3fb2c26d37b86a311]

        Revert "Wrong comment with 'sal_True' instead of 'true'"
        
        This reverts commit abd7ad8bff9b1874e3903aa55f33ef887d95096a.

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [abd7ad8bff9b1874e3903aa55f33ef887d95096a]

        Wrong comment with 'sal_True' instead of 'true'
        
        Change-Id: If1aa0f0b84c900d4c4b8378359d6e8e24e868934

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [338161a41d6e01b8e8d8752d9a38cc5c7a63f288]

        Typo: repsent->represent
        
        Change-Id: I8affe5b6f388edf063460dabed743f16917d75e9

2015-06-23  Julien Nabet  <serval2412@yahoo.fr>  [cf92da3d6e1de14756efe3f1ee79f393a2f3787d]

        Typo: iff->if
        
        Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3

2015-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b9064c0780232610af9e4d45ba5c85b9496d1f75]

        vcl: fix window vs buffer map mode mismatch in PaintHelper
        
        This avoids painting the first few menu items in really large scale on
        the whole window after window resize.
        
        Change-Id: I2469403684b1ae3b93892d49536115df2cef81bc
        Reviewed-on: https://gerrit.libreoffice.org/16429
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-23  Caolán McNamara  <caolanm@redhat.com>  [f7ed8b99b628625851fb28ec1a3dead710c8871c]

        allow slide design to affect multiple standard pages
        
        modify this minimally and select all standard pages
        selected in the slidesorted, unselect them afterwards
        and loop over the selected ones.
        
        This looks like it could do with a rework to disentangle
        the master/standard pages stuff, but leave it as is in
        this commit
        
        Change-Id: Ifd01fe21c91e5e6b07b2d8bba0d85facadc25998

2015-06-23  Henry Castro  <hcastro@collabora.com>  [49002c028da9ca5d7e236ab166104630511b8426]

        sc: add ScModelObj::getTextSelection().
        
        Calc copy part of copy&paste
        
        Change-Id: Id9d2d05b491849fa30b3c91c6b22abe60355e876

2015-06-23  Jan Holesovsky  <kendy@collabora.com>  [020aecf5d916b0c24941337f9c21834d88f4e5cd]

        tdf#92088: Fix an overlook in the refactor.
        
        This was causing 'if you click in the "default style" combobox in writers
        standard bar and press tab and press tab the next two combo boxes go "blue",
        happens in gtk2, gtk3 and gen.' reported by Caolan.
        
        Change-Id: I0d97a181a605088a0b8bb8043771eb56280521e0

2015-06-23  Stephan Bergmann  <sbergman@redhat.com>  [fd7889a9cfb601df65670dcdce8c4c2c2450f47c]

        Implement full set of OUString::replaceFirst/All literal overloads
        
        Change-Id: I5f525d91ce24d1d2653a6855f1c4fffc039ae398

2015-06-23  Stephan Bergmann  <sbergman@redhat.com>  [0f03d20011c31e36823ca5260e1840593d6949a1]

        typo
        
        Change-Id: I80e32c8198a153a16e6a91921dff025bf5bd3170

2015-06-23  Stephan Bergmann  <sbergman@redhat.com>  [b5091379007ddd1c736425f2d0de373ec8b4eae9]

        Make test code unaffected by upcoming loplugin:stringconstant improvements
        
        Change-Id: If375073001690e1ce2f8d18a3f128358f22aa98b

2015-06-23  Eike Rathke  <erack@redhat.com>  [80aafaf79306ea82cd24f10f200908addccaf34f]

        in OOXML save references of named expressions with col,row=0,0 base position
        
        Saving relative references of named expressions to OOXML never worked,
        upon reload they pointed to a different position offset by the value of
        the original base position. This at least saves positive relative
        references correctly, while generating #REF! for negative offsets which
        is slightly better than having them point to a wrong location and
        silently calculate different values..
        
        Also, this is a prerequisite for TableRef ThisRow references in named
        expressions to be saved correctly in A1 notation, which results in a
        relative row 0 value.
        
        Change-Id: I3734f910794ceab4b9224b214ad11c64d1d18e67

2015-06-23  Caolán McNamara  <caolanm@redhat.com>  [42713c52c6e145362e0d1409d2db1bb1f048b1c3]

        fix a11y crash seen in save-as-template
        
        Change-Id: Ib00273452a67bd535e2f879d9801ae611e42cc7e

2015-06-23  Takeshi Abe  <tabe@fixedpoint.jp>  [0655f98565c78c055ed10631fd57aa73604946b6]

        Drop duplicate #includes
        
        Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983
        Reviewed-on: https://gerrit.libreoffice.org/16419
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-23  Jan Holesovsky  <kendy@collabora.com>  [43a082f0bba799a9fc33071079f7a42932935e05]

        tdf#90790: Don't take galaxy as a reference icon set, it may be incomplete.
        
        Some icons in galaxy are available only via a fallback, while the other themes
        can implement these icons directly; but they did not end up in the
        images_*.zip.
        
        Change-Id: Ifc937ebec7a1e38828672e65706150f50abe8703

2015-06-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [1b60c3d62deef02788d31c7d60ea1ab12323c150]

        Avoid conversion warnings in rtl::get[High|Low]Surrogate
        
        Change-Id: I5eec1f7505e27eedd39081669011f7af42b8a26f
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-06-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [cbe3b2fe0b9d745e22a2bf436ce55141b15f9502]

        Avoid conversion warning in O[U]String[Buffer] constructors
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, modifying the patch to
        carefully keep the undefined behavior in the already existing additions that may
        potentially overflow, instead of making the static_cast<sal_Int32> introduction
        look like end - pData->buffer will be guaranteed to fit into sal_Int32 (which it
        is not).
        
        Change-Id: Id2fb64dc4585dae34257be6968a8905254a3b42d

2015-06-23  Eike Rathke  <erack@redhat.com>  [1f832584f7cfa78d5b9c2de66d5133635f587ab0]

        TableRef: clone inner reference RPN token only if it exists
        
        that author was stupid ...
        
        Change-Id: Ib06e88be52e70dee72ecb00590adce696eb347c0

2015-06-23  Noel Grandin  <noel@peralex.com>  [af1c00c6428ec07d4e3d90b60772a600660a9651]

        move sorting code closer together
        
        to make it easier to understand.
        Also switch iteration to range-based for loops.
        
        Change-Id: I39a3f565f40458fd5598bb2e97fe71a0fec1c09c

2015-06-23  Noel Grandin  <noel@peralex.com>  [bc7fba24dae271919cff15c73a87449bdd06a50a]

        clean up svdpage.hxx a little
        
        Change-Id: I5da9f408a80fd5990336aac847574f74164b6f7b

2015-06-23  Jan Holesovsky  <kendy@collabora.com>  [5ca1936975148ae3bdc87edb69f812347f1ecb92]

        rendercontext: Mass fix of using the wrong size.
        
        In the paints, we must use the size of the Window for the computations, not of
        the RenderContext - the RenderContext can be much bigger than the Window in
        the double-buffering case.
        
        Fixes for example the list boxes, and many others.
        
        Change-Id: I4c7607569f88b2d097587140858d0862e54b5ea6

2015-06-23  Caolán McNamara  <caolanm@redhat.com>  [4ec27ad35f00fbf5f5bc903cabe0692dc257f1e2]

        Resolves: tdf#91683 Revert avoid activating chart objects...
        
        just to get their mapunit or set visual size.
        
        Will have to try something different here apparently
        
        This reverts commit 757f461ef12548af0be470f7c05ff67df3dc1314.
        
        (cherry picked from commit f2b3519c6b2aceacbe2fd9d53eb52dd36a356ecc)

2015-06-23  Jan Holesovsky  <kendy@collabora.com>  [7aeefc0e7c0c8881c54b987dbac4ee9390a6c869]

        rendercontext: Don't spam on the terminal.
        
        Change-Id: Ica36bb1123145a75edddc8c9e0a283d2b0129edb

2015-06-23  Jan Holesovsky  <kendy@collabora.com>  [287880b272f9e9e3ed50317bc08152623da4c126]

        rendencontext: Wallpaper needs to fit the provided dimensions, not the outdev.
        
        Otherwise we are painting according to the rendercontext size in the
        double-buffered case.
        
        This fixes the rendering of the image in the startcenter.
        
        Change-Id: I2630137c5d176d818bc1a68a970a9e5256ace97c

2015-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2fe248f2b36d541c0d243a620c217058a50a9d5d]

        tdf#87460 DOCX import: fix missing endnote in floattable
        
        Writer doesn't support foot or endnotes in TextFrames, so they are not
        supported in OOXML floattables, either. In the past, floattables were
        imported as normal tables, that's how this worked. Restore the old
        situation till the core limitation is there, so we at least don't
        regress.
        
        Change-Id: I4eb62617e3131176f7371e9ca69f11bc9e948a0b

2015-06-23  Laurent Godard  <lgodard.libre@laposte.net>  [187445b2d2885ced92be37ffb11cd2a9bb11f8d6]

        Uno api sidebar unit test tdf#91806
        
        - python test subsequentcheck
        - correct deck setTitle APi (UI update)
        - enhance UnoInProcess for flexiility in loading parameter
        
        Change-Id: Id04cb78c6162ac84fb3bfd8577f84763109d993e
        Reviewed-on: https://gerrit.libreoffice.org/16180
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2015-06-23  Stephan Bergmann  <sbergman@redhat.com>  [77cc71476bae2b3655102e2c29d36af40a393201]

        LinkUpdateMode is a global setting
        
        Change-Id: Ida1257337c6e0916f2228fe053d9c9f085183af6

2015-06-23  Eike Rathke  <erack@redhat.com>  [17815049103b920df054b4f1bb8b1e99486972f2]

        Excel export: set correct grammar for named expressions symbols
        
        This was always wrong for OOXML export, function names may have been
        written without _xlfn. prefix or substitutions not been processed, but
        will be vital for TableRef transformation to A1 notation.
        
        Change-Id: Ieffd7d78e2c744d3c12228a0a815b5ce68b26c81

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [a51ac4d2bb8c4f1ea1d4ea7569863e2fb6535b02]

        Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxx
        
        Change-Id: Iad3417822b2ab3afb75da09c311a0bf07af5e2e4

2015-06-22  Jan Holesovsky  <kendy@collabora.com>  [cbe60f979590615f61d914f1c937c69e89c58880]

        tdf#91971: Add the menubar size to the height computation too.
        
        Change-Id: Ic03dc9e811df624ca492cd2688a30a1e07fe6496

2015-06-22  Michael Stahl  <mstahl@redhat.com>  [70cba374f6862bb6b3568927267fc9e1fe3c0922]

        scp2: add AutoInstall support for executables with COMPONENTCONDITION
        
        Change-Id: I36f14d9ba08ab2473a555681b934b8b35cfa06b2

2015-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [06850097f74e1ef93a90d45a8c3426976f3fe902]

        test inserting/remove writer table rows/cols
        
        Change-Id: I55ded80b0a9597e6f050dd4c24c607896f07496f

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [383cace9ee9d8d4325dc17ad2424243899b09b5b]

        Fix for BUILDDIR != SRCDIR
        
        Change-Id: I3ea2a0a6d8f54afcc1959b54c36f90bb849995b4

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [e761ae784775b0e533d0eca343ece9cc750eeb37]

        loplugin:passstuffbyref
        
        Change-Id: Ibba2d7322a3708bce186bb6f8de44ffa18c5146e

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [04834f4ad1682e7853536ffcdd9b19a9848c4c70]

        MSVC 64-bit: In queryInterface optimization, copy hidden ret val addr
        
        ...to location where privateSnippetExecutor will pick it up to return it from
        RAX.
        
        Change-Id: I59b8db1a12177a3c4da4c810770bee4ace295115

2015-06-22  Caolán McNamara  <caolanm@redhat.com>  [3cb7db75ace1f69d0e03685a8959714424366f13]

        gtk3: native render the comically oversized gtk3 spinbuttons
        
        Change-Id: I3e97200d59a97271617a6e9a88c807a07a33edfe

2015-06-22  Caolán McNamara  <caolanm@redhat.com>  [c23cd790940e2f821b51ea07058be6e4a2938482]

        let the gtkentry here expand horizontally if the dialog does
        
        Change-Id: I6931879c541f56c0ea8125a434bcd74fba8791f8

2015-06-22  Caolán McNamara  <caolanm@redhat.com>  [90134af864d46e45ae4a1c9836ef6f83d7dbbfd2]

        cppcheck: noExplicitConstructor
        
        Change-Id: I913f983bb0f55e05bb5ec8994ee75a7e7d69bd1b

2015-06-22  Caolán McNamara  <caolanm@redhat.com>  [0ca8c07e3d9eb111997cf387836efcbcefea0a4a]

        fix SHD ipat entry setting
        
        Change-Id: Id299ba67bf04e63297885eca72e499f4abee4e7c

2015-06-22  Michael Meeks  <michael.meeks@collabora.com>  [588ab971f2bbf3f81aa6c606aeabc4ba8099c366]

        Re-factor AddTempDevFont to share it with headless backend.
        
        Change-Id: Ic316b18eace3445edef346fe319cbb0e557607fa
        Reviewed-on: https://gerrit.libreoffice.org/16412
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-22  Jan Holesovsky  <kendy@collabora.com>  [418c6167cea2bc89743fecaf7d36ec99c81891cb]

        sc tiled rendering: Set some minimal size of the document.
        
        Let's default to 12x36 cells.
        
        Change-Id: Ic39739ec036a6e5867d31b7e05b6da12ce2e46d2

2015-06-22  Noel Grandin  <noelgrandin@gmail.com>  [1bcf792993c3d88acfd7ede4567701c5dd6e7e62]

        tdf#92037 fix dragging DataSources field into document
        
        Bug introduced by my commit fb14be5f8f74f83ba89e15f891ddf1f753dcc62f
        "create new 'enum class' SotClipboardFormatId to unify types"
        
        Change-Id: I7347fb9e653077205476e2b0c2b8107dc9caae0e
        Reviewed-on: https://gerrit.libreoffice.org/16396
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-22  Eike Rathke  <erack@redhat.com>  [d0255f30e34442a70665a91fa7e4b6c92f3dab1b]

        TableRef: inherit RelName in generated reference if named expression
        
        Change-Id: I67621e59c6e20e7f3b5101772b5d274d8c745ce9

2015-06-22  Andrea Gelmini  <andrea.gelmini@gelma.net>  [aade27554d427649810f5635133519cadfa8002f]

        Fix typos
        
        Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
        Reviewed-on: https://gerrit.libreoffice.org/16408
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-22  Mihály Palenik  <palenik.mihaly@gmail.com>  [eb0c9b43e7f09054a864eb44c24c43b27c0f21f5]

        Review Expert Configuration dialog's tree view.
        
        In Expert configuration dialog's tree view didn't work correctly. Now I
        followed the old pattern. Additionaly the entries' name are shorter.
        
        Change-Id: Ib7ecd065f02c8f3bbef94daf7f32cb68ab676ee8
        Reviewed-on: https://gerrit.libreoffice.org/16411
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5f4275e701335e9fb50041997709b450e0d6c10]

        loplugin:saloverride
        
        Change-Id: Ia20ffdc44d33501f5999aa47d990e769dcb632ec

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [b49dc4f8ab5e6cbae1d13a077233107a2f408b35]

        loplugin:passstuffbyref
        
        Change-Id: I17d0aa6e9c0322924c5251eb524e06e91ee43ced

2015-06-22  Michael Stahl  <mstahl@redhat.com>  [3b6df3604e8cee507daf88be95a44ffa8fcff5ed]

        chart2: -Werror=unused-macros
        
        Change-Id: I91e8a11934ae10bedfafdd98362e2e1e4f5fe51f

2015-06-22  Takeshi Abe  <tabe@fixedpoint.jp>  [1470e064eec546ab8d73ab537b773279ce85011c]

        cppcheck: variableScope
        
        This reduces pNode's scope by introducing ForEachNonNull().
        
        Change-Id: I2c82401da8d7d0919fdd0a0be9b2d82a70b2a7c6
        Reviewed-on: https://gerrit.libreoffice.org/16208
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-06-22  Varun  <varun.dhall@studentpartner.com>  [9d9fbbdc1ec57715305563817ce0a7a638da7bda]

        Add test for tdf#75137 crsr movement b/w footnote
        
        Change-Id: Ifd0ec1e7922c54fb3509824de13bb8f0b1c79279
        Reviewed-on: https://gerrit.libreoffice.org/16391
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-22  Pranav Kant  <pranavk@gnome.org>  [e608a754b0ab14d3c5ec21237d163218d0be3e09]

        lokdocview: fixed a signal name
        
        Change-Id: I645516d43562dfa03c27e2bea366e9a161829bfe

2015-06-22  Pranav Kant  <pranavk@gnome.org>  [cf14391bc25e977bf70870004d8df79926a99e0c]

        lokdocview: Use *get_instance_private () to get private structure
        
        Let lok_doc_view_get_instance_private () do the pointer
        arithmatic. Additionally, we are saving sizeof (void*) already in
        the _LOKDocView struct with this approach.
        
        Change-Id: I6d991d5834ef15dad24acb14a1d4bbf7d03df762

2015-06-22  Pranav Kant  <pranavk@gnome.org>  [a2aaf911e2e7b63af920186acb2a5e03bc58bd54]

        lokdocview: Use GInitable
        
        The construction of LokDocView widget can fail because it
        involves initializing the lok context via lok_init.
        
        Having lok_init calls in constructed virtual method is a bad idea
        since it assumes that construction will never fail. So, implement
        GInitable for this class, and move the object initialization from
        constructed to initable.
        
        Change-Id: Idf18a054cf8ef2e946392458ec52cb0107bd7454

2015-06-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [35fd66e8648c6d82396486a9469dcb061c832b91]

        tdf#70673 Power trendline: enable negative Y values
        
        With a negative intercept, Y values can be negative
        
        Change-Id: I9c23cc89b74498f7e7c7bcee00057627768f48aa
        Reviewed-on: https://gerrit.libreoffice.org/15357
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [cad19fa8414b419f2e0f9ee88139e9b7a2dd4ff4]

        tdf#70673 Exponential trendline: enable negative Y values
        
        With a negative intercept, Y values can be negative
        
        Rebase with forced intercept fec037e68f0dea164915fbfe1db4699a3861adf4
        
        Conflicts:
        	chart2/source/tools/ExponentialRegressionCurveCalculator.cxx
        
        Change-Id: Ie351c006fb1688ef3e657da7ce0789a9da1317f0
        Reviewed-on: https://gerrit.libreoffice.org/15353
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-22  Philippe Jung  <phil.jung@free.fr>  [733f5887af46d1d5e2fbea6be93cabb2a1749752]

        Add unit tests for chart2 trend calculators
        
        Will be used to check tdf#70673 is fixed. Test will fail before the fix
        and should pass after.
        
        Change-Id: I9e0fdc696fb99ac2f0e24b04273391d526c629a6
        Reviewed-on: https://gerrit.libreoffice.org/16406
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [9908b6447ebbeec16544bd61eca6f22f1ecefbaa]

        Work around change in JNI func sigs between Java 6 and 7
        
        (same as dfba745437324b8e1a352ab5280c665c543fc37f)
        
        Change-Id: I3c79b406c2bf661717880def94989614860f9cb6

2015-06-22  Dennis Roczek  <dennisroczek@libreoffice.org>  [b990cdf57d6a85a36de713004a67a90ba2650623]

        improve lo-commit-stat script
        
        'resolved' should also be removed
        and updating bug urls
        
        Change-Id: Ie8e71727856bcc44bd7f3311a9e1472327c9bf21
        Reviewed-on: https://gerrit.libreoffice.org/16207
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [2885e157674dbefa7d9b984a399fabd1238eeedd]

        loplugin:vclwidgets
        
        Change-Id: I5f65681bf3e44cbce62f46b9ffc0e5bef3aeeda4

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [284534679333ebe9b6a05e6f80436e836fa35da1]

        -Werror,-Wunused-private-field
        
        Change-Id: Icf9b843eff90c39110fc5b0436f85b0783cddb17

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [b998be6e42eeb57abf5131adc06aa45588542f62]

        loplugin:salbool
        
        Change-Id: If5a3d79167264240ce9083800f15ed166eedd8bf

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [92252af5fdea7268ef954bc2f95c50f905c39078]

        -Werror,-Wunused-private-field
        
        Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04

2015-06-22  andreask  <kainz.a@gmail.com>  [8d4cb9cd86c04b9ae73943dded4ccc253942e70e]

        Breeze: StartCenter close icons
        
        Change-Id: I2ae4876dfec86849991aa1199046c071e2cd6263
        Reviewed-on: https://gerrit.libreoffice.org/16404
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-22  andreask  <kainz.a@gmail.com>  [ab7d58d4f240bb31461748926eb6db936546fe7d]

        Breeze Signet - Icon is missing the ribbon part (StarShapes.signet)
        
        Change-Id: I589d34f24dbdc7017a19c0de57b1bcfc543c7a2d
        Reviewed-on: https://gerrit.libreoffice.org/16403
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-22  Stephan Bergmann  <sbergman@redhat.com>  [097406006266f1d59a57e0379fd195190c214df2]

        loplugin:passstuffbyref
        
        Change-Id: Ib356214e2aee699d7def22ab84ad806cb801bcb5

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e32eff6f1a6ac8bc0ef65e07300531d6f45275b]

        Use SAL_WARN{,_IF}
        
        Change-Id: Idd4693bd48b4bbe3ebfb5c86922ab0edfeba0def

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f43dd61f092e3df6c58a48f587f3cd2fe4238675]

        Use comphelper::containerToSequence
        
        Change-Id: Ib227023eceacbcc3ca303af47794561eab708a39

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f403cecdaedf263f11081c91bed62640362a3a3e]

        gtktiledviewer: do HTML copying if possible
        
        Change-Id: I24e7b18442cb08814a73dd33b368b368039a11e4

2015-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b08304b55cf2284a3c583426c60baef618ba206]

        tdf#92061 RTF import: fix missing body text after footnote
        
        A missing seek in the \footnote handler could result in a situation that
        the missed text contained a "{" but not its matching "}", which resulted
        in the parser terminating earlier than the end of the document.
        
        Change-Id: I6df476b2d6397dfa918111b33854dc2f95fbe81d

2015-06-22  Julien Nabet  <serval2412@yahoo.fr>  [16c2b60fc10b5fdfd36df64f8fca50b95d81871b]

        Typo: erturn->return
        
        Change-Id: I6cb57f77c723fa252e7c21279e0c1b80e92010e1

2015-06-22  Laurent Godard  <lgodard.libre@laposte.net>  [a64999511ae654131d997eec9a3d78478cfc1c75]

        new uno sidebar api tdf#91806
        
        the entry point is SfxBaseController::getSidebar()
        
        the Decks and panels are now per SidebarController and not global anymore
        
        ' macro example
        Sub testSidebarApi
        
        	controller =  thisComponent.currentcontroller
        	frameIni =  thisComponent.currentcontroller.frame
        	sidebar =  thisComponent.currentcontroller.getSidebar()
        
        	sidebar.setVisible(true)
        
        	frame = sidebar.getFrame()
        
        	decks = sidebar.getdecks()
        
        	c = decks.count
        
        	h = decks.hasElements()
        
        	e = decks.getElementNames()
        
        	a =  decks.hasByName("MyDeck")
        
        	deck = decks.getByName("MyDeck")
        	deck.activate(true)
        
        	t = deck.getTitle()
        	deck.setTitle("new deck title")
        
                deck.moveFirst()
                deck.moveLast()
                deck.moveUp()
                deck.moveDown()
        
                index = deck.getOrderIndex()
        
        	panels = deck.getPanels()
        	ep = panels.getElementnames()
        
        	ap = panels.hasByName("aPanelName")
        
        	panel = panels.getByName("aPanelName")
        	panel.setTitle("new panel title")
        
        	panel.collapse()
        
        	panel.expand(true) ' expand and collapse other
        
                index = panel.getOrderIndex()
        
                panel.moveLast()
                panel.moveFirst()
                panel.moveDown()
                panel.moveUp()
        
        End Sub
        
        Change-Id: I7a4b953f2277dea483bb296ba6ead35de7205ace
        Reviewed-on: https://gerrit.libreoffice.org/15856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-06-21  Philippe Jung  <phil.jung@free.fr>  [d16e154c627ecc0cb21aaf4b28f7f5ae48ebbde1]

        Revert "tdf#92231 Potential regression curve calculation is wrong"
        
        This reverts commit e0e285574244e855fd148ab7320b1aeb5914655a.
        
        Wrong fix
        
        Change-Id: Iddcbb84efbfc88013c6f2a217cb44061016c043b
        Reviewed-on: https://gerrit.libreoffice.org/16405
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-21  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9ed033917b0bdaeb663395224a5e5b8b20a67169]

        Fix typos
        
        Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce
        Reviewed-on: https://gerrit.libreoffice.org/16373
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-21  Eike Rathke  <erack@redhat.com>  [703832caef64e212d276667c7f2d79e4018abeea]

        TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()
        
        To catch also a simple =Table[[#This Row],[Column]] that is outside of
        table bounds located and therefor generates an error token instead of a
        reference in RPN.
        
        Change-Id: I28f5ca12b5f5998c623d0f38fcf39f037aabd317

2015-06-21  Eike Rathke  <erack@redhat.com>  [f243e27a37ef49e6e1372ef402cd52fa4b0073b6]

        TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()
        
        let FormulaTokenArray::HasReferences() also check RPN
        
        Change-Id: Ic97332265c50485691f76b81d8396705d7728ab0

2015-06-21  Eike Rathke  <erack@redhat.com>  [37464e3fdaea201900408f7c2395f9bec6184f72]

        TableRef: make ThisRow work in named expressions
        
        ... including reference update as named expressions don't hold RPN.
        
        Change-Id: Ieea19e24f1dcf71d489ff0249bc7d3644e4f0d2b

2015-06-21  Philippe Jung  <phil.jung@free.fr>  [e0e285574244e855fd148ab7320b1aeb5914655a]

        tdf#92231 Potential regression curve calculation is wrong
        
        Fixes potential regression curve class.
        
        For potential regression curve algorithm, we try to get y = C * D^x
        Switching to neperian logs:
           ln(y) = ln(C) + x ln(D)
        So we make a linear regression and get
           slope = ln(D) => D = exp(slope)
           intercept = ln(C) => C = exp(intercept)
        
        The current code computes the linear regression between log(y) and
        log(x)
        It should be between ln(y) and x.
        Moreover, the slope is ln(D) so exp(slope) should be returned.
        Finally, in getCurveValue, the return value is y = C x^D which is wrong
        
        Change-Id: If8c952001229d3436be48abfef87c8302cf0544f
        Reviewed-on: https://gerrit.libreoffice.org/16400
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-21  andreask  <kainz.a@gmail.com>  [bc265079743b2410d811b8ce72c8f47676970616]

        Breeze: Endnote with i instead of 1 as sifr
        
        Change-Id: I668ada90af8e58645ebb5752e09d5bc070af2917

2015-06-21  Eike Rathke  <erack@redhat.com>  [8ade7dce21143cd280935b174f4359d3d6d6d20b]

        unit test for adjustSingleRefInName() during column insertion
        
        Change-Id: Ie406361c3a3497619f4faf3680f389f3bdf76a4b

2015-06-21  Eike Rathke  <erack@redhat.com>  [f35673a825ecd4c4b331302c0408c65b9906f97f]

        adjustSingleRefInName() handle relative column and row independently
        
        The absolute part needs to be adjusted when the referenced column or row
        is moved, even if the other part is relative.
        
        Change-Id: Ibd6c2f58b7e01ced4d2e521f29295c044d27924a

2015-06-21  Eike Rathke  <erack@redhat.com>  [6a3c3673d2d50cc42c1b92a841306232a8cf022f]

        TableRef: clone inner reference token in copy-ctor
        
        Change-Id: I4d195932bf81c105197de64cc592894e2492b801

2015-06-21  Eike Rathke  <erack@redhat.com>  [9e978e58650c18500aaea6e2e927d5439c65917f]

        TableRef: sheet reference always absolute and 3D
        
        Change-Id: I17a2889c21efe9943b348049a1e9384df167435d

2015-06-21  Eike Rathke  <erack@redhat.com>  [afa74bb6e8b828bdc08b8b214bce9c9c3797abdb]

        TableRef: generated reference's column relativity follows column specifier
        
        Change-Id: Ie0781bf5ebeb4cec0e3bb96f8c471e469b1b223a

2015-06-21  Eike Rathke  <erack@redhat.com>  [2a5f48f7f48804d5ac7d67c5a4f3f28315815a7a]

        TableRef: column specifier is an absolute reference
        
        Change-Id: Ia7de5dc101a410aa1c25f36e64627fa3461ee772

2015-06-21  andreask  <kainz.a@gmail.com>  [843f7335b2e11dde66d5f6e0f98b98e30eff7119]

        Breeze: this is a duplicate of lc_ResetAttributes (lc_SetDefault)
        
        Change-Id: I5f44bf744d028072647f3bd854d0564523547048
        Reviewed-on: https://gerrit.libreoffice.org/16394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-21  Caolán McNamara  <caolanm@redhat.com>  [838e221ea06b1861423a76ab379e02be0e4bff84]

        some ww6 left-overs
        
        Change-Id: I523d304cb81e2f8440e1e87e427d336ab120bb6c

2015-06-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [8cd2a372e3867f99b397b9ec089d6e1f7efd1088]

        Use more proper integer types
        
        Change-Id: I33bbe7bf21a0758b9f59d78c8e2a32936f845eac

2015-06-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [61609a62a975e105345fcfbe64c7edff551ee1b3]

        Remove else after return
        
        Change-Id: I95ed091165e3e60d1b162ec6ddca9dda43f8c439

2015-06-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [11d19a5e35891409da7b9c65c56f26f7d5ae5ad0]

        Handle special case outside of for loop
        
        Change-Id: I40abac65c4d015157bf0fbc58e78fd16a4adc764

2015-06-20  László Németh  <laszlo.nemeth@collabora.com>  [d2cefbe7effbee079c05a5a8234305650618fdc1]

        Updated core Project: help  eb25dc35aa6cfa92b4afa7a43f1340578ea4bd33
        
        HTML compatibility option Print layout exports TOC with dot leaders
        
        and justified page numbers
        
        Change-Id: If960e59c006740e261905392b83b87b0bb579ab4
        Reviewed-on: https://gerrit.libreoffice.org/16387
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-06-20  Stephan Bergmann  <sbergman@redhat.com>  [314853930f04c109eca20a41604ead49f0516164]

        gb_OBJCXXFLAGS requires -lobjc
        
        ...as it causes at least recent Clang trunk (towards 3.7) to emit
        
          .cfi_personality 155, ___objc_personality_v0
        
        where __objc_personality_v0 is exported from /usr/lib/libobjc.A.dylib
        
        Change-Id: If4ccf15b2c3167185ba50d78ecf4379e02814933

2015-06-20  Stephan Bergmann  <sbergman@redhat.com>  [03aaa99e3e141bbe722fdead969ec9541dcc5d73]

        loplugin:staticmethods
        
        Change-Id: Ice0e5fa5ac0a2c46b70442bb7baeb7e43efbf599

2015-06-20  Caolán McNamara  <caolanm@redhat.com>  [20e64b6012442749d01810869229613ea36be3a9]

        fix assert on exporting ooo106020-1.odt to docx
        
        the dread msword column limit
        
        Change-Id: Icbf7fc396de62286d523516da815dabf62336567

2015-06-20  David Tardon  <dtardon@redhat.com>  [994bb22c8f34786c1d4b0a787f85c16f117aba96]

        force liborcus to use internal boost if needed
        
        ... in a different way. Because my patch to boost.m4 has been rejected.
        
        Change-Id: I524eee367d5e295f8177e1f50dfdf1d0893ca0c6

2015-06-20  Yousuf Philips  <philipz85@hotmail.com>  [2adb3c2b89344878fc9270d8816c2cb22ebb3713]

        tdf#84909 Additional tweaks to the standard, draw and text toolbars
        
        Change-Id: I2a1a222855b3dfdc4147f14a559d13432745e456
        Reviewed-on: https://gerrit.libreoffice.org/16388
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-20  Sean Davis  <smd.seandavis@gmail.com>  [e916226b40f2a76fddabe0f31f0eca9d39c45bc8]

        Initial copyrights

2015-06-20  Michael Meeks  <michael.meeks@collabora.com>  [dd095d3f1ae2b71fdff8b2d2c497d550d8ac5f28]

        tdf#92166 - dispose the SwSrcEditWindow properly.
        
        Also improve dispose method to cleanup various pointers.
        Also avoid crash on post dispose MouseUp event.
        
        Change-Id: Ic337a8306566d5b5c81b939be6f89f34fbcc5847

2015-06-20  Caolán McNamara  <caolanm@redhat.com>  [1f116adb7cfa7ee6a441693530d5afc94ca70f1a]

        callcatcher: update unused code
        
        Change-Id: I29b3f1408b814a1424d8bab232e9ac618901b4c2

2015-06-20  Stephan Bergmann  <sbergman@redhat.com>  [a89ec4cf0bff07cb2b62ba0b376c0ca43719980a]

        -Werror=unused-parameter
        
        Change-Id: Idc611d4b274d50896b5697e0a864dadffd4f2559

2015-06-20  Matteo Casalin  <matteo.casalin@yahoo.com>  [ee472a7ffe2e5fdc70dcd84f4434f66713229b7e]

        Use more proper integer types and range-based for loops
        
        Change-Id: I61c8def25055f5621b4e239e24f8c5c09c2336b3

2015-06-20  Matteo Casalin  <matteo.casalin@yahoo.com>  [f26097c08677e64768ea2fbed679eef94768b15c]

        Use auto/more proper integer types
        
        Change-Id: I230075d3ba955b6480d057953269d15c16c7235c

2015-06-20  Matthias Freund  <matti_lx@secure.mailbox.org>  [0c5e51bb8c4406d5deb15f22eb7a5271c8f7846d]

        tdf#75256 Sifr - New icon "presentationcurrentslide" and modify "presentation"
        
        Presentationscurrentslide with a pause-play button and i add a play symbol to
        the presentation icon (like the one in tango, galaxy e.g.)
        
        Change-Id: If3ee81a7811a545a4251d1d1b2827e477b5034a5
        Reviewed-on: https://gerrit.libreoffice.org/16383
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [d06c3440c85271454208f19442ab9c676707597b]

        sw: WW8 export: remove unused InsAsString8
        
        Surprisingly WriteString8 is still used to write URLs.
        
        Change-Id: Id16201473bafce100a4be75199fba7bd7147cc83

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [80c49861b69d731bc7eccda8ea085a2676e7422d]

        sw: WW8 export: remove WW6 residue in WW8AttributeOutput::Redline()
        
        Change-Id: Ife8b827298bc32ad0c490ebca7f3169dddc1009e

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [ed11cb1dbada47f0ef2129005583fc23d8a9ac10]

        sw: WW8 export: remove WW6 export, partD: WW6 numbering export
        
        These functions only call each other.
        
        Change-Id: I0268e7559cdbc7b4695dce44ee5bddbe047387a1

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [40bfeb3aef71e61fd620b8c3aa9d04a1b4ae5246]

        sw: WW8 export: remove WW6 export, partC: SwWW8Writer::bWrtWW8
        
        ... and disable WW6 export in fltini.cxx
        
        Change-Id: I6f649e03f39dcb8f185b6cb5074ef9037e6d0562

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [9adb120b31a6b413111231f962006964c9b2abc3]

        sw: WW8 export: remove unused WW8_SepInfo::pNumNd
        
        Change-Id: I40b7284bdcbfc5359a2a8c0fe105868cfae4c992

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [a297df5f9df973205e50f908f60e231af4d12823]

        sw: WW8 export: remove WW6 export, partB: newly dead functions
        
        Change-Id: I3531ca574239ee9e47a111d1a1d73b623292c80f

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [cd3881d7171b828872db2ed0b3d49b580c3b17d1]

        sw: WW8 export: remove newly unused parameters
        
        Change-Id: I76da4422008c9dad8cf48dd089d644e432007d79

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [1edcba1ce993da983cdee4d687e32f81bec8b7c0]

        sw: WW8 export: remove WW6 export, partA: WW8Export::bWrtWW8
        
        Change-Id: I267acbbd6f427336752a436a1abcea0d2a412ad4

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [1c5e25c01a5460ad5bd6c41a74f8bb66dcd84055]

        sw: WW8 export: remove WW6 export, part9: bWrtWW8 in wrtww8gr.cxx
        
        Change-Id: I5bc347e19c7eb76693e94bafeef42b8ceb92990f

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [42d40281e676fa4f70597f8e03005449228e8db7]

        sw: WW8 export: remove WW6 export, part8: bWrtWW8 in ww8atr.cxx
        
        Change-Id: I85afe629ee10ffcb3e509da0dab3a495427522c3

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [8beea420b08531788f39d809e03b96e122696f9c]

        sw: WW8 export: remove WW6 export, part7: bWrtWW8 in wrtw8sty.cxx
        
        Change-Id: I400856497feb06363c464b2cfe66ca62fc897e7f

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [b2eb94c5471e2f30c59ea5683d4b80fbb53c121b]

        sw: WW8 export: remove WW6 export, part6: bWrtWW8 in wrtw8nds.cxx
        
        Change-Id: Ic93eff66c74dbbabbde3990e1e62760da984916b

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [261789b39e3eaeedc852e053748fa7e4ffde9ff0]

        sw: WW8 export: remove WW6 export, part5: bWrtWW8 in wrtw8esh.cxx
        
        Change-Id: I24f0afd44f2f8c922b628bed2e384f34c88a6ce5

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [4eacfbdc7bd327a9ca99af0f87d618ad2dd9be7a]

        sw: WW8 export: remove WW6 export, part4: wwFont::mbWrtWW8
        
        Change-Id: I38dfb4c875c4e28155f152b967878c901a1d5b25

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [ec0401d1548bc4097102478f3c5b749366d9f8d8]

        sw: WW8 export: remove WW6 export, part3: wwFontHelper::mbWrtWW8
        
        Change-Id: I95430c8b244c60c32aeadfff7ed5fd4007e93598

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [bb2d711998b997eb4e4d0d8498cca7a212ba71ef]

        filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupport
        
        ... is obsolete
        
        Change-Id: I644f80ac4bf265f2c669a9d1b87fecd012756be2

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [c3f9fa6f3a18ffe088a1fbc6280ade296967e66a]

        sw: WW8 export: GetPseudoCharRuns() parameter bSplitOnCharSet is obsolete
        
        Change-Id: Icd1fbf247e63c92c8a51de78eb70e9b8e5f03b5e

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [558352495a79a7db644c21b4581409f172996c24]

        sw: WW8 export: remove WW6 export, part2: SupportsUnicode()
        
        Change-Id: Ib33539d19df17455588e51ca77a612546e269e20

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [afb7ea554292bf0550afa1ee8fa1291849b40158]

        sw: WW8 export: RawText parameter bForceUnicode is obsolete
        
        Change-Id: I7b9543ebb56f99bb1d28c2e7b92818ca37418382

2015-06-20  Michael Stahl  <mstahl@redhat.com>  [587a8993e9f39af054146b534e6b0c66121a9077]

        sw: WW8 export: remove WW6 export, part1: WW8Export::IsUnicode()
        
        Change-Id: I9291abec3cdc019e64a820467c13d60411b89152

2015-06-20  Michael Meeks  <michael.meeks@collabora.com>  [b1b8419d34379dcca31e85ca78957fcf1656b178]

        tdf#92194 - fix headless masking operations in vcl.
        
        These were causing horrible rendering artifacts for all manner of
        headless rendering across Android & Online.
        
        A very simple fix in vcl, plus a set of tests.
        
        Change-Id: Ib261c0ea29d79ee6415e164c0b9b098efb52458b

2015-06-20  David Tardon  <dtardon@redhat.com>  [40e64af9e242206b9e0d01a6c8d7020fc0815520]

        upload mdds 0.12.1
        
        Change-Id: Ie6516be4ced938b5c969a12a4974b0feee27177f

2015-06-20  David Tardon  <dtardon@redhat.com>  [7771703362cf008a8dc8573a88218de3abf5e016]

        upload liborcus 0.9.2
        
        Change-Id: Id551e1c3e60a0426bcd636642a9a0e02eb1e2612

2015-06-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [3ecef8cedb215e49237a11607197edc91639bfcd]

        tdf#83859: Make arrow keys work again in named ranges dropdown
        
        Regression from ed6b8c9f8d1b93230 which slightly changed the logic
        and set bHandled to true by default, thus effectively throwing all
        key press events except for Enter and Esc away.
        
        Set key press events (minus Enter & Esc) to bHandled = false and let
        them fall through to be dealt with in the base class (ComboBox)
        
        Change-Id: Ie1d857725a7de1d0bed1fd59df7eef5390ae5f3d

2015-06-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b3c4d4c5a4f8826274fa531831fecd9d7a798d43]

        update credits
        
        Change-Id: I40f88d598b89b434979fa34003c02212e28d72a0

2015-06-19  Jan Holesovsky  <kendy@collabora.com>  [9ff4cfc2848a12045ce17b53d1b4e37bb89831e0]

        rendercontext: Fix painting of double-buffered spinboxes.
        
        Change-Id: I8cd2275d2607559c283d84d66b6d1f0588944cbe

2015-06-19  László Németh  <laszlo.nemeth@collabora.com>  [a6eba41bb8ec4f2dcb08c46749efac3d0ee62773]

        fix DropCap preview rendering
        
        Change-Id: I15ccbfe5df8965f9ffb395343fcf6a5ee5b6595b

2015-06-19  László Németh  <laszlo.nemeth@collabora.com>  [016cf9b21d5c569183b00ed7d228b7b0f2efa685]

        fix tabpage rendering
        
        Change-Id: I2448787c306a8a4ba531c0560e0435fefadb4dc8

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [af7cbebd8eed82b81e00e6c2e0dc6c2c467ad8e2]

        LOK: return used format in Document::getTextSelection()
        
        This allows requesting text/html, with falling back to plain text if
        necessary.
        
        Change-Id: Ie6d4e0e173311ba018553043b6a869abf193bf6f
        Reviewed-on: https://gerrit.libreoffice.org/16377
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-19  Jan Holesovsky  <kendy@collabora.com>  [69e9c082f07206a1a589c49f679f92c2162e830d]

        rendercontext: Fix painting of double-buffered listbox.
        
        Everything after the selected entry was invisible ;-)
        
        Change-Id: I06ee1ac424293e71eaa0654b38a5e74e4462d185

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [1cc396069b7170c12716dbfbbab149701dd2b540]

        fix assert on loading kde98819-1.html
        
        Change-Id: I3f8ccf2d0642657b3768a237c96f15cf7a7aff97

2015-06-19  Jan Holesovsky  <kendy@collabora.com>  [7f19a7f1f15159321964d6a8873c66c8b68f3df9]

        rendercontext: Fix crash with double-buffering in the Styles combo box.
        
        Decouple the actual window from rendercontext in UserDrawEvent.
        
        Change-Id: Ic440c4e7f59fcffb7800c578146e8eb528cbb7b4

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [b7faad20cebe2b92e51fa2279f9c49d9fbd5a2d3]

        Fix expected/actual argument order
        
        Change-Id: I57a44ce4ca9c1e26366a90fb28616f46c209f7b2

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [0196c1c9277129b058827ee1804f93ffa90a307c]

        HIG: the label should specify what it's a label for
        
        Change-Id: I196812200ab82ba0d457b59022f472f942615220

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [d242f46f25341b8cf96caf33d60d6179a05b901e]

        HIG: 12 pixels from label to widget in file picker
        
        Change-Id: Ia54eeae792efe65ca03ac08c8f5e70a7643a0b69

2015-06-19  Eike Rathke  <erack@redhat.com>  [72be3521524f1c01842010f26c234f4e6cceb358]

        add unit test for ocRangeOp and ScComplexRefData::Extend()
        
        Change-Id: Iae97c409a84f47d591ef8adf8e42fb6f52c104e2

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [abd92f37ee5840cc46bf26c4bfabc22ef5457ebe]

        sd::ViewShell::GetTextSelection: fix text/richtext handling
        
        Change-Id: If7d75d48667cd48d9426b02a38d2cf539b248d26

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e72e79dfa3342482214b37435550e534cfdfc08e]

        SwXTextDocument::getTextSelection: fix missing non-string content handling
        
        text/html works with this.
        
        Change-Id: I749e0c987a87dbc6700956f564f6846617c393e8

2015-06-19  Michael Stahl  <mstahl@redhat.com>  [f56289ac6d7f3da7fd45dd431ce4c540aadcad56]

        tdf#88697: sw: make WW8 export of CITATION fields compatible with
        
        ... older versions of Word and LO.
        
        Based on a prototype patch by Yury <yury.tarasievich@gmail.com>
        
        The problem is that Word 2003 does not understand the new CITATION field
        added in commit 06f7d1a96eef5aa69d4872ff6d96eb5085296d09.
        
        Word 2010 does appear to at least recognize it as a field.
        
        Also fix the textual field type, which was omitted for CITATION fields,
        except when the document was imported from DOCX.
        
        Change-Id: I62b13a4f585dce535d587555b357ab7e4ef0e460

2015-06-19  Michael Stahl  <mstahl@redhat.com>  [8ee3cb95638f25fea8dc85e2dc5eec89ea41fc38]

        sw: remove the SwField::ExpandCitation disaster
        
        Change-Id: I3adf4182ad77bfd1af3737f640e9d3fe6db5dfc9

2015-06-19  Andras Timar  <andras.timar@collabora.com>  [c7658a1efd3ce9158ff9db1dd30b681d24462b51]

        tdf#91467 FixedText vertical orientation restored
        
        Change-Id: Ic4b74d769ee4370c5182c9921483c7ec0b2c7a94

2015-06-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [c15b96a4b9ad0c37e7848e8460732e7d088529e3]

        C++ solution of 'unopkg can't be used by root'
        
        This way should cover all un*x-like OSes (unopkg.sh excludes
        e.g. OS X)
        This effectively reverts commits 723e099972c1645 and
        9444ffc93a3335
        
        Change-Id: I0b4425d1c9eff8e51e5d9a4dab35775084106a23
        (cherry picked from commit faa2c06226146e3ab4b7fa8096cf213ea9d52a23)

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [56813553a39716f710d1406cbc1c90435ca2e223]

        clean up
        
        Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [b6d31d5a1897834b84477f32cdb2331e426d4c70]

        gtk3: gtk_dialog_get_header_bar new in 3.12
        
        Change-Id: Ifc63714b6b9e797b668cccc46052cb9d791122ea

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [0032fc0385679d15992fb1a2e8dc0ff1c228c911]

        Fix check for broken standard library
        
        The compiler's __GNUC__ etc. need not match the libstdc++ version used (esp.
        when using Clang as compiler), and libstdc++'s __GLIBCXX__ macro doesn't inrease
        monotonically with version numbers, so resort to a configure check.
        
        Change-Id: I06de6b68324169863f6f5c31ae5d855e8b04cd6b

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [a38f8c2228f15611136ad6a4b69d77e167a2b781]

        gtk3: error: 'GTK_STATE_FLAG_CHECKED' was not declared in this scope
        
        Seen with gtk3-3.10.9.
        
        Change-Id: I0fc3f6187e270bb13d110bee7c817b5f48d4ce50

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b532178a4936cb6014eba10aa6d5e1f33682e6e]

        SwXTextDocument::getTextSelection: fix crash on unsupported mime type
        
        SdXImpressDocument didn't have this problem, FWIW.
        
        Change-Id: Ic88311596b7b92a8e972f366b9e82cca850244f8

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [340592693fd419e614df37fb957abb8306456cae]

        gtk3: hacky fpicker button removal needs updating
        
        because the gtk3 fpicker puts them in the new header bar
        are now
        
        Change-Id: I78334476b42366ffdc64da9460eb017c8bc61622

2015-06-19  Eike Rathke  <erack@redhat.com>  [b36dbb499e19fe8a497a48d7c78ad3cb5d40a83d]

        Revert "tdf#90290 reduce some copy&paste code in ucalc."
        
        This reverts commit 26dacbb13d7d40b5ed2bf934dbf94b35919d0562.
        
        Change-Id: Ic8ebd787cf920041540b35ffd75e3f136872274d
        Reviewed-on: https://gerrit.libreoffice.org/16374
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [3bc5d730dc2c7a093b9c490dc329c3429ce4f183]

        gtk3: we need to take margins in account for scrollbars
        
        Change-Id: I406977acab12a2f805de1f57b91378e9b80195d4

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [109d1d193c959209846337f6fbdac3c588a9eb92]

        gtk3: get rid of this incorrectly gtk3-only positioning limits holdover
        
        its clearly accidental to do this only for gtk3, left over from various
        screen/xinerama untangling efforts
        
        Change-Id: Ic91f41fad5748f68fbefca1d6798fef6e2efe469

2015-06-19  David Tardon  <dtardon@redhat.com>  [b12cd99fd46e81e710479e2530e80c75404f3443]

        rhbz#1233420 handle inexistent cond. format
        
        Change-Id: I3fbbd0f3b42a3be1c2a9c54eb8f35dd18f550b16

2015-06-19  ritztro  <brentritztro96@gmail.com>  [ab9663ed187ba4776d9ff3d9c21f83eed478a268]

        tdf#90290 reduce some copy&paste code in ucalc.
        
        Change-Id: Iea8879b2ef9e4d23ce5ea0be364d1359f174e5c4
        Reviewed-on: https://gerrit.libreoffice.org/15241
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [a17b73acbe96049259979413eafe71159d2e1204]

        gtk3: get right bounds for scrollbar thumb with no arrow buttons
        
        Change-Id: Ie96ccd3b3b0e2bebf10496f91d110d9a1a62e133

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [cbe944e323edb20f958bb46ea644de659b75382e]

        Catch inadvertent uses of OUString(sal_Unicode) ctor
        
        ...with numeric values that are not meant to be characters.  Inspired by
        <https://gerrit.libreoffice.org/#/c/16339/> "OUString: add constructor from
        single Unicode code point" and ecaf1cb3861c1b519a1495487fc796884cf37b92 "seems
        to be what was meant."  Found e46e8d19458fd64ff20b1013e5eeabd07e62379c "Shall
        this produce a string representation of a number?" and
        f2a0e4032734d6be635f14ade3dea499c29ec6c2 "Don't truncate a UTF-32 code point to
        a UTF-16 code unit."
        
        (LIBO_INTERNAL_ONLY mostly because it uses a C++11 delegating ctor for
        simplicity, but also because it requires mild modifications to client code, see
        additional changes in this commit and some other recent commits.)
        
        Change-Id: I8a156f01d1b772c6052d7afaa088ae13ed234e2b

2015-06-19  Noel Grandin  <noel@peralex.com>  [2f6af46dedcf3ad5ec3a40876dbf1120eec359b6]

        Revert "optimise SdrObjList::SetObjectOrdNum"
        
        This reverts commit 30e87214781dd9ca5830aad674e08354d3f9ae30.
        which I accidentally pushed.

2015-06-19  Noel Grandin  <noel@peralex.com>  [a99f068fa0ca0e42fe67b706e87d88ccb167af85]

        once more unto the breech dear fellows
        
        workaround GCC4.8 issue
        
        Change-Id: Iea4d10a02a114ce94e0219e8b89acf48db5411d0

2015-06-19  Noel Grandin  <noel@peralex.com>  [30e87214781dd9ca5830aad674e08354d3f9ae30]

        optimise SdrObjList::SetObjectOrdNum
        
        the benefit here is that we avoid setting bObjOrdNumsDirty to true,
        because we almost always need the ord number the very next time this is
        called.
        
        Change-Id: I0b974b79e69754d35095e197400584df4a89bfe9

2015-06-19  Noel Grandin  <noel@peralex.com>  [1352d166748ff730b11d9e165e302f7e9a1dc090]

        workaround older compilers that do not have std::list::erase(const_iterator)
        
        Change-Id: Iaa1164904febd8e97d4962e4004ec4719a1f4a42

2015-06-19  Michael Stahl  <mstahl@redhat.com>  [32b6002d46682819d440243aff4dd53556e89754]

        qadevOOo: fix _XDataPilotTables failure in non-english locales
        
        Set the UILocale to en but do that with a registrymodifications.xcu as
        setting it via configmgr requires a restart.
        
        Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4

2015-06-19  Noel Grandin  <noel@peralex.com>  [a61e55a2c8b1c555de905986834462f3ce31621c]

        loplugin:passstuffbyref
        
        Change-Id: Ic889efaca00ad9600b1b5c8452aa7ee819e63c89

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [859c2874ca24343d5cffca410bbc46483411824a]

        gtk3: use a more straightforward ownership for menu
        
        Change-Id: Ibf2184f565225423f57597fe96164565b5a3194a

2015-06-19  Jan Holesovsky  <kendy@collabora.com>  [405abaa406d259536aa2e8f75cbbd9c5fc592958]

        SAL_NO_MOUSEGRABS disables grabbing of keyboard too.
        
        No need to introduce a special env. var for this I hope.
        
        Change-Id: I700299c4f40d504a4a437e9bb73f5b24856f9bf8

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [30df42a5a2e98f8eb971341a0cc00018865dbb54]

        gtk3: drop manually constructed mpMenuItemStyle
        
        Change-Id: Ibc9e93c702e885b14d7c0beac453479e9171f329

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [ff123fa1086ae0c72c29c9ed4823ef53e6ff7de5]

        gtk3: use correct check menu item style
        
        Change-Id: Iee0c33cba80243b39b6de96cf58b8b274346e522

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [d6aa88c48ae3e2076cd1f158d84a08e88c3392c1]

        gtk3: render menu radio buttons and checkboxes
        
        Change-Id: Ic6a373fd3d809f7fc8b3d7f724be7a56383f3fa8

2015-06-19  Noel Grandin  <noel@peralex.com>  [9bc57ae7669fcdde4827f9a8e0a52cc6101c78c1]

        fix older compiler
        
        after my commit e0f3e7c007e9eeced888b491ec2698acba4bc588
        "tdf#42374 some small optimisations for opening this PDF file"
        
        Change-Id: I908770ca618581ffe26ebb2205b804d1abcae5a7

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d299041e8cdd0318f79115061e0ab25359c2e396]

        sd: implement getTextSelection() in SdXImpressDocument
        
        Change-Id: I29df1873b3954aa64a613e06c53c8e9acfa6a79d
        Reviewed-on: https://gerrit.libreoffice.org/16369
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [c38e0f01ac23dc6b75c8bf23af277940310097d1]

        Work around G_DEFINE_TYPE -Werror,-Wunused-function
        
        (like 8313f68355a7f1f51e930c74f215d823ff086457)
        
        Change-Id: Id170cc95f5271d3e5c3fa84dafd848e7f8a96503

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [9fc05ce275526df9c5e2aa5df30c4b08a61fd0bc]

        Simplify uses of OUString::replaceAll with literal arguments
        
        Change-Id: I769cc6e11909c7f4c6394fdc4dec8a12b9a67af8

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [6776d52be6dfe3b8725fadb77b87e20a7cc639d0]

        Remove unnecessary variable
        
        Change-Id: Ibec141be604f15d1c6358d3365a7a3e60c135f1f

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [8d057b3ca924cca0aafcaabf250189cf6aa41cfd]

        Use a more straightforward hash function
        
        ...instead of assembling a OUString and calling OUString::hashCode.  It appears
        that these hash values are only used in std::unordered_map instantiations, not
        used as part of a stable file format.
        
        Change-Id: Ie3f78b2cc9e162ac9777c7e5f4164a12bc9a62a4

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [153ea761e32238d1dd882823cf27da1b11c4d66a]

        Consistently represent bullet char as OUString
        
        (One difference is that for an XFListLevelBullet for which SetBulletChar has not
        been called, ToXml will use an empty string now instead of a string containing a
        single NUL character.  But given that initializing m_chBullet to zero in the
        XFListLevelBullet ctor was only added recently with
        72069675955aaf0b72a7842453347e3e7293f56d "coverity#738770: Unitialized scalar
        field," assume that ToXml is supposed to be only called after SetBulletChar has
        been called.)
        
        Change-Id: I7a5d7496b038cd094ab11ef8cbc1823ffc5bc130

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [4dd62d9cc3cb8d79694cb5c1ba09ccf730d211a5]

        Disambiguate needlessly overloaded SvDetachedEventDescriptor::hasByName
        
        Change-Id: I951e95c4c81e7e0b4bfb2246c163809863fedac5

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [f2a0e4032734d6be635f14ade3dea499c29ec6c2]

        Don't truncate a UTF-32 code point to a UTF-16 code unit
        
        Change-Id: Ie332b3d088547f6bcc676471182420766ecfedca

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [bd204222480e97717287cffcbfa9dc98f4852f27]

        Disambiguate needlessly overloaded OGridControlModel::createColumn
        
        Change-Id: Ie12370fbd0b1d5aaacd56d6e21de29b6134d9741

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [2e488d7bd3b71e588cd1862a56c489dd7070474c]

        All uses of LINE_SEP are fine with a char literal
        
        Change-Id: I057c2d346be6a6775f01a3a32edd4fc8224271a5

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [e46e8d19458fd64ff20b1013e5eeabd07e62379c]

        Shall this produce a string representation of a number?
        
        On the one hand, the code had apparently treated nIdx as a sal_Unicode character
        value ever since its inception in e718950884fa2db240822e1711f301b39a70ad3e "new
        querydesign."  On the other hand, the preceding BROW_VIS_ROW case does produce
        strings "0" and "1".
        
        Change-Id: Ife6e98ba32146cc469b722fa4f013c12152b5505

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [fa1d3e093208c9d7a8e645566f538573f31b4762]

        Use explicit OUString::copy(0, 1) rather than odd OUString::getChar
        
        ...on a string potentially of length > 1
        
        Change-Id: Ibdb8c3bb6e1630883069ff7dd17161014548ee76

2015-06-19  Stephan Bergmann  <sbergman@redhat.com>  [80062928084abf0cdf506dbe744fb1187006c0ab]

        These values shall be of type sal_Unicode
        
        Change-Id: I505400d539c36744a5ac138e63346a2a38f07b51

2015-06-19  Jan Holesovsky  <kendy@collabora.com>  [ccda9e46074059f5ade64888689d946139d5c202]

        rendercontext: Don't direct paint the SHOW_IDLE when double-buffering.
        
        Change-Id: I279187a80b4c6d1fe9e34e38451abeb496e53b37

2015-06-19  Noel Grandin  <noel@peralex.com>  [34761d98c5939871554dd75ecdeb7031b65d0bfe]

        add comment
        
        Change-Id: I336e6ea9b08edaa7e9718f8af9c112b983eeaa58

2015-06-19  Noel Grandin  <noel@peralex.com>  [7d69c94104ef60d4c9f08274136067b6120fa23e]

        fix older compiler
        
        after my commit e0f3e7c007e9eeced888b491ec2698acba4bc588
        "tdf#42374 some small optimisations for opening this PDF file"
        
        Change-Id: Ib9dc0aaf3ad2afca272160a934049d89bbd54175

2015-06-19  Noel Grandin  <noel@peralex.com>  [4f1587965e85e09796c2074d90e9067337f2b710]

        tdf#42374 - read PDF in larger chunks
        
        Optimise the reading of the imported PDF file by reading in larger chunks.
        Eliminates roughly 10% of the time on my box
        
        Change-Id: I48fff325076850a4ccd32ad85a3092621a923034

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [031a347668e56c1b38c0539d30e9a1cbb808ca02]

        use gtk3 vclplug by default under GNOME3 if available
        
        Change-Id: I4efe8bdfb7080365094306aee9db6b69a7f9e86a

2015-06-19  Caolán McNamara  <caolanm@redhat.com>  [4008b6f9bfd919a7435047bc0aedcf7613009809]

        gtk3: use owner-changed to detect losing/gaining clipboard ownership
        
        and use the generic implementation (for now at least) for the PRIMARY
        selection and use this for the CLIPBOARD selection
        
        Change-Id: I31d65534481dc73f0cf65d68a663b7dfbb13aa31

2015-06-19  Noel Grandin  <noel@peralex.com>  [1497dd974575d0d5de7e5b3ca4b5a97948318b5c]

        tdf#42374, improve perf by fixing bug in pdfi::HashedStyle::hashCode()
        
        which was rendering it largely useless for hashing purposes
        
        Change-Id: Ie94457ea0a6e53fd9ceed9461656e2d3b0840d58

2015-06-19  Noel Grandin  <noel@peralex.com>  [e0f3e7c007e9eeced888b491ec2698acba4bc588]

        tdf#42374 some small optimisations for opening this PDF file
        
        makes it about 10% faster
        
        Change-Id: I145faed5aa7c312372f08cc651df5afcf10c70ab

2015-06-19  Noel Grandin  <noel@peralex.com>  [0c5d286cbe299be356797447cb2b6747c68a015e]

        rename some types in SfxPoolItemArray_Impl
        
        to make their purpose clearer
        
        Change-Id: I05597f5e69d2e471f08fec545467923378dded74

2015-06-19  Noel Grandin  <noel@peralex.com>  [4c1926f34ec038b1566081f98b12f0a0d900d1cf]

        the ElementTreeVisitable interface is doing nothing useful
        
        Change-Id: I89e8fb90de8aadce89a8f5e353a923c972e1569f

2015-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9a555799774de06be34467e0c22d9a63f0b236c]

        cui: prefix remaining svx::DbRegistrationOptionsPage members
        
        Change-Id: If6786c2df54d7ccad61c00fddf28b0a00372dab2

2015-06-18  Eike Rathke  <erack@redhat.com>  [ba70050dc37f82306a8a3c5815372a4b9fff18fc]

        add test case document to unit tests, tdf#69552
        
        Change-Id: I73da1e00dd2b19088fbbe7e999611835f2ed4882

2015-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [bcace9acafa24d5251e90587af776fdb0a808ed8]

        Add SwTiledRenderingTest::testGetTextSelection() testcase.
        
        Fails without commit 193b907b2bc49b9e48cfab2583e81a24aaa2e666
        (SwXTextDocument::getTextSelection: fix missing editeng forward,
        2015-06-18).
        
        Change-Id: I5fdab128471c12901f930b6b4ab4e2304dd3fe64
        Reviewed-on: https://gerrit.libreoffice.org/16359
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-18  Eike Rathke  <erack@redhat.com>  [9d5061d3027eab106479b7f3697a0edfd11858cd]

        simplify the unit test, tdf#83365 follow-up
        
        We do not test ScAddress::Parse() here ...
        
        Change-Id: I4e8b1278033e101727890f75bb2a5faf366989a3

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [839b50f7e64b01045d98a7fed52f9cc6c5e06a51]

        coverity#1307696 Unchecked return value
        
        Change-Id: Id30efd398cc5ee3df0c31cae53028e1a1b6ea025

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [a7e7d057a4a574b337f3df6e9a600aac918be09c]

        coverity#1307697 Dereference null return value
        
        Change-Id: I48bf70689153b83bd1da7ff1553a4a3ec823d1b2

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [babe536ec227c04d10e55cd780e7021bf905aa82]

        gtk3: unused param
        
        Change-Id: I91fc320acf816d028186d25fd136f58c1c785d9d

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [e915c1cc1e406e4a4183f373a268490373b1b761]

        coverity#1307698 Uninitialized scalar field
        
        Change-Id: I1229b4cdfcc741899b3ae8694e7db5d7e506ce0c

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [698120857eecc0afa90bc408a3e0a41eee21f1dd]

        gtk3: implement paste from us
        
        Change-Id: Iea25d633a833965814a08d87954906e0133f7076

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [ceb31879c4fc3dd3e62a45318f22c1f69db9974a]

        gtk3: little code cleanup
        
        Change-Id: I3e0f1fe0376ddcf9e79e6815a13f54007d47b03e

2015-06-18  Andras Timar  <andras.timar@collabora.com>  [ed4fe167a9705e714970ab5725aaae8854b1125b]

        Make 'Show License' button work on OS X
        
        Change-Id: I947033790476f982efd6a275831d2439b2859d8f

2015-06-18  Andras Timar  <andras.timar@collabora.com>  [df1fa04b0d1341e7cb87ef16e2ec2c6447835cc5]

        Put LICENSE/NOTICE files to Resources on OSX in instdir case, too
        
        Change-Id: I59444cf36d829f8f726c9301ee8393d5ca16196c

2015-06-18  Philippe Jung  <phil.jung@free.fr>  [3090550b5297c86b63ba09ed1aa13bce4c0e5b70]

        tdf#91953 Mixture of icon sizes
        
        Now, whatever the size of toolbar icons, the toolbar
        context menu always shows small icons.
        
        Change-Id: Id17df15278d74ae75a3e82d54ecf7af310e0ceb4
        Reviewed-on: https://gerrit.libreoffice.org/16361
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-18  Philippe Jung  <phil.jung@free.fr>  [79be3a5e3856593bb759b6e521f06dc99c69c0ae]

        Rename some toolbarmanager related variables
        
        Renames some variable to ease the understanding of what does what
        
        Change-Id: Idd84eb89b7c1fb56dd43d66edfbbeafedc319095
        Reviewed-on: https://gerrit.libreoffice.org/16360
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-18  Maxim Monastirsky  <momonasmon@gmail.com>  [820383be6221bf0fc0ed972f2bda786affaf1a74]

        There are only 8 available strings
        
        for RID_SVXSTR_SINGLENUM_DESCRIPTIONS, but since
        71b35212265bb93b10ca35ab964a36e6b6cc552b, we're
        allowing here more than 8 items. So don't try to get
        strings for those items, the same way we
        restrict that in SvxNumValueSet::SetNumberingSettings.
        (Although these string are (still) not used anywhere
        AFAIK.)
        
        Change-Id: Iaa538e4aebfc72729646f0befc7bcf8e58d6cbee

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [c60c3704c69c94bb9e44b4a0d456f842f962d198]

        drop unused sequenceasvector.hxx (see sequence.hxx)
        
        Change-Id: Ib6d91f1ee427d5f94eed75e478f0809346f38e05

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [a26d21acb34d6e35a12cf8afa3cc64701f384687]

        gtk3: implement isDataFlavorSupported
        
        Change-Id: Ia381d26a1c6a8f22aafef924215bc64b3c3473c6

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [04b6439eb13a2971698ce14b0854dd683400683d]

        Replace extended help icon

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [94e4344e36506f2e227accc24eb9c1231af6d34b]

        Add 16px alignment icons

2015-06-18  Stephan Bergmann  <sbergman@redhat.com>  [83fc2cfb34b584f41d27a5f04dd9405cf55bd528]

        loplugin:checkconfigmacros
        
        Change-Id: Ia94c53457e328db9bdd8dd22d7a39e49c358301c

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [50cfcd91a0893ff795fc1cf1a2e7c3f7c6da5326]

        gtk3: implement paste everything else into us
        
        Change-Id: I39c3e5646a5a1ea07aa881cad584a0b7ae9bd005

2015-06-18  Varun  <varun.dhall@studentpartner.com>  [69295a44dc8b1e78a32f074cbfcf1ed84fd93b43]

        Added test for del of table redlines rhbz#1198848
        
        Change-Id: I76f236adee86ffb75496bc36f0d6b0ac7d646afd
        Reviewed-on: https://gerrit.libreoffice.org/16347
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [193b907b2bc49b9e48cfab2583e81a24aaa2e666]

        SwXTextDocument::getTextSelection: fix missing editeng forward
        
        When editing shape text, the text selection should be provided by
        editeng.
        
        Change-Id: I379f89fc28d2ff8172d0411bba347c959de6ab29

2015-06-18  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ae150c6a5424d021ce5eb46dc9573f12a4d05445]

        Fix typos
        
        Change-Id: Ibfa971952cd330ddf430e7e951c5c235d2ae6bd8
        Reviewed-on: https://gerrit.libreoffice.org/16314
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-18  Andras Timar  <andras.timar@collabora.com>  [a63b8b4afc687d49ad25cbb77e16f835b9820522]

        dead code
        
        Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09

2015-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [ecaf1cb3861c1b519a1495487fc796884cf37b92]

        seems to be what was meant
        
        Change-Id: Ia7b784d820249c3d75915761dac34a2aaa190c0b
        Reviewed-on: https://gerrit.libreoffice.org/16358
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-18  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [125f06dbf73c287c3559acbb3096330b5e75135b]

        'g' doesn't work correctly when config_host.mk contains non-ascii characters.
        
        In 'g' shell script, we use grep to get substring from config_host.mk file.
        When config_host.mk file contains non-ascii characters(e.g. Japanese),
        this processing doesn't work.
        As a result, some variables(SUBMODULES_CONFIGURED, REFERENCED_GIT, LINKED_GIT) will be
        assigned to "Binary file (standard input) matches".
        This is an error message of grep.
        The problem will reproduce on Cygwin64 with Japanese locale.
        
        With '-a' option, grep will work well, and 'g' shell script will work correctly.
        
        Please refer the following commit,too.
        http://cgit.freedesktop.org/libreoffice/core/commit/?id=0293ec98c92fd58a592f7dd86fbbf47e7b9195c6
        
        Change-Id: If4e0b356173c8f442e3539ed343f441d87dbfd48
        Reviewed-on: https://gerrit.libreoffice.org/16344
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [fe9da15401574551c34fffbd4e63eddca9743527]

        gtk3: implement most common case of text paste into us
        
        Change-Id: I733dd57e27330bc200f718ffb5680bbb81d5d77d

2015-06-18  László Németh  <laszlo.nemeth@collabora.com>  [63a3d1a5e26b42859ce0868da6327afcdc0dfece]

        fix start center rendering (removing selection)
        
        Change-Id: I3f09808e43d379f473360f3746302a5d65fb8b38

2015-06-18  Caolán McNamara  <caolanm@redhat.com>  [b461e3189b9a95deef1e6c5e03b0e657b5754dfa]

        gtk3 clipboard support
        
        doesn't work yet, but reports correctly what external formats
        are available
        
        Change-Id: I11cf9440ca516d4358c341fa67cc836b30ca42d6

2015-06-18  Philippe Jung  <phil.jung@free.fr>  [a18c551725d7067c8bcf5b6a5ab71b2e78ba3bfa]

        Better position for Toolbar name
        
        The text is badly centered. Replaced GetTextHeight by GetTextBoundRect
        and updated computation of text bounds.
        
        Change-Id: I1e177a15787c6eddf2878a7d0254f71f3501ec34
        Reviewed-on: https://gerrit.libreoffice.org/16354
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [53423445f01484248abfa3dbe914de8051d346dc]

        Warning and info icons

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [d08693b8a2a021d8f7e767244014d3bafeaf1d4e]

        Background color

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [9ff0fae8a0e9d6ec8668ac8516fb05be70f69c49]

        Add gitignore file

2015-06-18  Tor Lillqvist  <tml@collabora.com>  [dc3d621411a1de2ec6b61da07741bdf1c80ffc1f]

        Assertions should tell the line number where the problem is
        
        Let's not hide the assert() in a function whose sole purpose is to
        call assert().
        
        Change-Id: I7a8a04aad560b0f22398daabf12d00bbe58e89f1

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [4006907d53a3eda92455bf2443d02faccbe6e791]

        Insert doc and floating frame

2015-06-18  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [8ce5ff1b11ba429ede013ed0b57be92721a37df7]

        Insert text-box icons

2015-06-18  Michael Meeks  <michael.meeks@collabora.com>  [0aa10c0b3d5794cd5b701b57de2387eee12076b6]

        tdf#92088 - don't invalidate disposed toolbar items.
        
        Change-Id: Ie90906f1ed8dc205850df3a48688f66b7a72a4f4
        Reviewed-on: https://gerrit.libreoffice.org/16343
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-18  Jan Holesovsky  <kendy@collabora.com>  [cbe149d66de3050ff3005a5e0b9827f310e5866d]

        rendercontext: Fix rendering of double-buffered fixed line.
        
        Change-Id: I809beb7187530cc30aca5dce8b2d4fb244554c55

2015-06-18  Henry Castro  <hcastro@collabora.com>  [f2f9c1e09c09eaf03f2625b7d0b9720d0c62b479]

        unit test for INDIRECT reference handling, tdf#83365
        
        Change-Id: Iddacb53071bb442845d702832f1728114ca018fa

2015-06-18  David Tardon  <dtardon@redhat.com>  [2703f4d84323c718f6fbefc8699457ab2a7aacbf]

        continue to support glew 1.10
        
        Change-Id: I951c04e7d0039f1e38e3bcb2ea7e0f7c33293b9b

2015-06-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [f3b51162b68acc7b22c2c5b41a8b29038153afab]

        Bugfix test for tdf#88295
        
        Change-Id: Ic9c4330e9b14e43448302132b6c01a8d93001d2f

2015-06-18  Jan Holesovsky  <kendy@collabora.com>  [f03f2489edfb02150a147e071a81b46c5c27c606]

        rendercontext: Fix rendering of double-buffered menubar.
        
        Change-Id: Iea74564ef0ae2188ae29f106c4416df1fe827b42

2015-06-18  Stephan Bergmann  <sbergman@redhat.com>  [e5a8d8c065c50316fbdd84424794aecaa634bdb5]

        Don't immediately release temporary VclPtr returned from Create
        
        ...the only reason this didn't cause any problems is that the VclPtr returned
        from Create already had an mnRefCnt > 1, because of activity in the PushButton
        ctor.
        
        Change-Id: I1066ff0b507b8a1ebff079f7b914235a7396368d

2015-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [437210d58f32177ef1829d704f7f4d2f1bbfbfdd]

        gtktiledviewer: add copy button
        
        Change-Id: I56ed5047da118eac01d7dea150597133215278e2

2015-06-18  Eike Rathke  <erack@redhat.com>  [fb6dd2a73074b9695bd8ddf7ba40f1819b03024e]

        Resolves: tdf#83365 push proper references in INDIRECT
        
        ... that take relative/absolute addressing and sheet 3D flag into
        account to be fed to reference extension via range operator.
        
        Change-Id: Iabe13ae384577e2d71ca87af6482ddccbf7ad0ac

2015-06-18  Eike Rathke  <erack@redhat.com>  [e503addfbbe45efe1a3c06392c66fb79c3c72d07]

        properly inherit relative and 3D flags when extending, tdf#83365 related
        
        Commit 194e9f9bae28bdf22a9ed4779c1656ee693f3302 oversimplified things.
        
        Change-Id: Iea6a84c4a7be49af036690afbb1512ae2c1045a2

2015-06-18  László Németh  <laszlo.nemeth@collabora.com>  [2b067f929389fee1382a2cb7c609c420c17e23af]

        fix start center rendering
        
        Change-Id: Ib32b299806851fd2df1fbe8a824c1fe49a4efd99

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [ef82115aef668b649a80324f5cd126f93a169c4d]

        sw: WW8 export: speed up attribute iteration
        
        Change-Id: I9da47d7add4fadf34fd4e3c9aa6f1e65cf100b20

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [e5ae9bed63a742d9fb40cf63ce92eba5ac72b23d]

        sw: DOCX export: fix exporting of hyperlink inside ruby
        
        The problem is that the hints are iterated in order of start position,
        and if there is a hyperlink inside a ruby then its end position will be
        reached after the end position of the ruby due to the sort order, which
        leads to overlapping XML elements.
        
        So for any given position, first export the end positions, then the
        start positions.
        
        Change-Id: I2db28d7a36e4e34fbd394b3a69fe4549ee905250
        Example: fdo82849-1.docx

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [84ea33ef9a86f097a248b526554cdc3581c8d725]

        sw: DOCX export fix non-well-formed XML if hyperlink followed by ruby
        
        If a hyperlink ends on the same position as a ruby starts, the hyperlink is
        not closed before the ruby so its end tag is written inside the ruby
        element.  Example: fdo82849-1.odt
        
        Change-Id: I4531327ee23a99e366c2de5d9b08ddabb1be69c7

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [1f154e31bf609dc32001a271fa13f9302f18a207]

        sw: WW8: except refmark these attributes always have an end position
        
        Change-Id: I33c51176b4497f1fcfe5a05d07741e8b74e7243b

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [ca6667f8de0fff6af128fc27458da30a1a6e5046]

        sw: dump ruby text in nodes dump
        
        Change-Id: Iae673ac8ed8e5817efefd665dbf5f061e80f94bc

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [894ce91bfd456df6101977621c69441e9338d500]

        sw: fix duplicate whichId attributes in node dump
        
        Change-Id: I5089ce8e13d26dcc773f63b3a6f0ef17474444e0

2015-06-18  Michael Stahl  <mstahl@redhat.com>  [051bbb818fda2d84ec2b23c7c2b5337af1d4062c]

        slideshow: [loplugin:unreffun]
        
        Change-Id: I112e85d999a160b9b6393e924e981231d17f439d

2015-06-17  Jan Holesovsky  <kendy@collabora.com>  [375348ccf11970195ac87c9017606b8d6b602234]

        Restore lc_styleupdatebyexample.png
        
        They were removed in commit 18f41dfaf19d656d290c47d196ef2702e169a522 by
        mistake.
        
        Change-Id: I0ed17471cd9d6ef19d401210ed530dab93c47865

2015-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [cfc4375158ee174e8dcb4df319b82c0bdd6f31cc]

        LOK: add lok::Document::getTextSelection()
        
        I.e. the copy part of copy&paste. Only the Writer bits for now.
        
        Change-Id: Ia003e76e3b234735f472cdef125514f9771d8640

2015-06-17  Tor Lillqvist  <tml@collabora.com>  [158dca0e47d533ea0a532596061f794a4c24be91]

        This patch is upstream, too
        
        Change-Id: I8a8d78b291c4b1fb6f0ef5d97cfae7c6a6ceaf64

2015-06-17  Michael Stahl  <mstahl@redhat.com>  [4a273473998a47ea7d125d3d4bd7e6d8b252767a]

        sw: tweak CrossRefBookmark hack to re-sort if applied
        
        Change-Id: I8ea68819a87abecb2a6561fbd5b695902dd4af63

2015-06-17  Michael Stahl  <mstahl@redhat.com>  [e679b83c386a5a4a73836327ae9d694721652db8]

        sw: avoid CrossRefBookmark assertion when exporting ooo83574-1.doc
        
        Follow-up to commit 27384cdf7df20d6bc46e5d028f27be41b49b0f02:
        avoid SwIndexReg::Update() correcting the index of CrossRefBookmark away
        from 0.
        
        Not sure if it wouldn't be better to remove the requirement that
        CrossRefBookmark must have index 0.  Or perhaps remove the SwIndex from
        their position completely, like AT_PARA frame anchors.  But since the
        whole bookmark stuff stupidly uses inheritance the base class has
        established a requirement that a mark has a position.  But then again
        the CrossRefBookmark already cannot have a second position, in contrast
        to all other marks.
        
        Change-Id: If42cc48724de98151b02469850805f5c77e84c6b

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [3b07120a72a5fd28836b226becbc100e24e84edf]

        Fix CalcAddins example
        
        was broken with 70f56bc22fe952c75ec714e05e1bb5296491a36a "java: reduce scope,
        make member classes private"
        
        Change-Id: I84a3fafbfdddf6bb04ab7787d344bf50ffd22994

2015-06-17  Takeshi Abe  <tabe@fixedpoint.jp>  [09800956191c90035872cbc18cd304fee043c710]

        Replace boost::scoped_array<T> with std::unique_ptr<T[]>
        
        This may reduce some degree of dependency on boost.
        Done by running a script like:
        
        git grep -l '#include  *.boost/scoped_array.hpp.' \
         | xargs sed -i -e 's@#include  *.boost/scoped_array.hpp.@#include <memory>@'
        git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \
         | xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/'
        
        ... and then killing duplicate or unnecessary includes,
        while changing manually
        m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx,
        extensions/source/ole/unoconversionutilities.hxx, and
        extensions/source/ole/oleobjw.cxx.
        
        Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd
        Reviewed-on: https://gerrit.libreoffice.org/16289
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [9cc52266bd1a4d01552675f151ce2da8c5210f84]

        Try make JunitTest_chart2_unoapi sch.ChXChartAxis more robust
        
        ...setting a new StepHelp value sometimes did not change the old value at all,
        for whatever reason.
        
        Change-Id: Id859091679bff96c1a3337bf32da42e7054cc166

2015-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4e5a14b1c8d2d85476791c519ac7df8b13f02df]

        sw tiled rendering: fix always empty copy&paste format list
        
        Change-Id: I0c6390b54d0e9bb1cad7c30ff24ddb109d88e03b

2015-06-17  Tor Lillqvist  <tml@collabora.com>  [a1a0432d11899caf057bc3a37408675d330b0a0b]

        Const correctness
        
        Change-Id: I786b9590f8179a1f6c6593b7ff1dec286adda192

2015-06-17  Tor Lillqvist  <tml@collabora.com>  [e5157e99e9d1fdba98d47342de52ef05b5c3c2f7]

        Update glew to 1.12.0
        
        Many of our patches are now upstream.
        
        Change-Id: I6c59973eea491148e92d7fa1a0b3681a9fcd2f2d

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [8e1ad966262932516b3368d9b5c44becb29524d4]

        Some missing SolarMutexGuard around VclPtr acquire/release
        
        At least OutputDevice::acquire/release use a plain unguarded int and ++, --, so
        apparently rely on the SolarMutex being locked whenever they are called.  Fixed
        those places that caused "make check" to fail for me when temporarily adding
        DBG_TESTSOLARMUTEX() to OutputDevice::acquire/release.  (A recurring pattern is
        that a class fails to ensure the SolarMutex is locked around the destruction of
        non-null VclPtr members.)
        
        Change-Id: I77cba6f3908f2de1b516ce28f1c3c43b3f57a9c5

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f5b7dfea974c21b48843c3cbf7fdf344ad54a3a]

        finally enable the blacklist parser
        
        Change-Id: I8346872a3e5bc7443524e5039f66eea0d3d381cd
        Reviewed-on: https://gerrit.libreoffice.org/16335
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e717b13837e4494fb3be72920b50153a7b06613]

        fix a few bugs in blacklist parser
        
        Change-Id: Iaeaa568c24d6814bb696d040bef02470bd46e8e1
        Reviewed-on: https://gerrit.libreoffice.org/16334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60e2be1b664b290df891fcef1e7f29773f8f8ee6]

        add license header to blacklist file
        
        Change-Id: I19edaf928ab4d99b5d3c399b59e26d515c2265b0
        Reviewed-on: https://gerrit.libreoffice.org/16333
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56b1a63e670ed7e8c5cda4c86a23c347ce32a224]

        install blacklist into user profile
        
        Change-Id: I2571fcdde1689f1a168a5c5d6bd20785ce018927
        Reviewed-on: https://gerrit.libreoffice.org/16332
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7eb4c6921850a5a377f6aa42ce4af85b145da01c]

        remove all traces of old device code
        
        Change-Id: I792749951f11e99504c708bf27bec56c2d98019e
        Reviewed-on: https://gerrit.libreoffice.org/16331
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f067d7010322505013693a18b68fac6d6a53e61f]

        fix typo in file name
        
        Change-Id: Ifa0ffd9d3f40d6a47efe56cfe960aa33f06fa547
        Reviewed-on: https://gerrit.libreoffice.org/16330
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72dca3022d3a82b59cf41b410c82fecf63c3c156]

        support multiple devices in the blacklist
        
        Change-Id: Ief0118d0845009bd8fd9cb1c7d51b76c09cc23b5
        Reviewed-on: https://gerrit.libreoffice.org/16329
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa62c86fbc7d192ad01de4bf771c6a9644853d5e]

        rename xml elements as I need to reorganize everything a bit
        
        Change-Id: I69ec748819b1012790bb47eaf161623507ff2efe
        Reviewed-on: https://gerrit.libreoffice.org/16328
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37ee25a7f4745fe347084a06f889d8c6ef206a41]

        first part for server based blacklist
        
        We are now switching from ahrd coding the blacklist in the source code
        to using a xml file. In a second step that xml file will be fetched from
        a TDF server.
        
        Change-Id: I1c67d366c77b2f4185bedaa552fa655cc8ddb047
        Reviewed-on: https://gerrit.libreoffice.org/16327
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-17  Caolán McNamara  <caolanm@redhat.com>  [89c85a4b7674ddfd697d539d59d27176c683a46c]

        fix crash on re-export of fdo60957-2.docx to docx
        
        Change-Id: I1a74a5f1877bfa72818ff0a38788eafe77eea581

2015-06-17  Lionel Elie Mamane  <lionel@mamane.lu>  [a58affd7709c439216ead5d3d79a50d580895494]

        protect against NULL current SfxViewShell
        
        Change-Id: I748493de799902f5acf905c7ce919e3ebbf1a800

2015-06-17  Lionel Elie Mamane  <lionel@mamane.lu>  [8992def7c010d001052b11ec6400b1847dcad774]

        More helpful exception message
        
        Change-Id: I63dcc98667ebfc94cc16407d283e65e1514d89fb

2015-06-17  Lionel Elie Mamane  <lionel@mamane.lu>  [09a490ddf516289b4ce2f70a19603b9590917632]

        parameter handling: fix confusion between column name and realname
        
        Change-Id: I81fd45276183b911e4560ca785221894ea2ebc88

2015-06-17  Lionel Elie Mamane  <lionel@mamane.lu>  [5652313e8a1aee00fd973cdcdd0d04071a8abd31]

        postgresql-sdbc: fixup string2intarray
        
        this allows getGeneratedValues to work
        
        Change-Id: Ia87e87afa8cdb01f1d39c84bc7d7143c101d8891

2015-06-17  Lionel Elie Mamane  <lionel@mamane.lu>  [eb0c95c56efedf60e59a56bd6d64b04f4697e66b]

        postgresql-sdbc: include error message in SQLException
        
        Change-Id: I9d91503e6beb08f11368fc6b80fefb61f60d4486

2015-06-17  Michael Stahl  <mstahl@redhat.com>  [f255df5e56ba54721eb5e201b06d39aa71794090]

        sw: why doesn't _RestFlyInRange() assign the node to the anchor position?
        
        If it's AT_CHAR anchor it needs to have a valid nContent, if not the
        SwFormatAnchor::SetAnchor() will clear nContent.
        
        Change-Id: I876b32110eb9573c1e0807ce02417632a0fcd507

2015-06-17  Michael Stahl  <mstahl@redhat.com>  [8a1f55365ca609c1f2a79e9067b4857fae19b202]

        sw: fix assert on exporting ooo75410-1.doc to WW8
        
        Apparently it may happen that some fly does get a different anchor node
        than before, which means the RemoveAnchoredFly() will be called twice.
        
        Prevent the problem differently by clearing the anchor in
        _SaveFlyInRange().
        
        (regression from a624cf52ab08b18b08711567799a08f47c48f89b)
        
        Change-Id: Id796d2e230de065113bcf1e6164d6b8a01ab933c

2015-06-17  Caolán McNamara  <caolanm@redhat.com>  [40dbc52755a905b4437d861360d3b8069d5b53b1]

        error message for 0 cells or 0 rows is misleading
        
        Change-Id: I0c8a360a264fe960303431877856b5f2f2d731fc

2015-06-17  Caolán McNamara  <caolanm@redhat.com>  [550cff762d816c336adaf015f481443af1c6edab]

        Resolves: tdf#86017 calc has more rows than writer tables can support
        
        as things stand right now in writer if the table doesn't fit it
        doesn't fit and don't try
        
        Change-Id: I90cea4c8566460f614d9a1143a638597d5ab8ce6

2015-06-17  Tor Lillqvist  <tml@collabora.com>  [e93a7cff80f277a1b0e54dd4f94bd7b045c6a85c]

        Improve instructions printed at end
        
        Using "issue" instead of "run", but not consistently, is silly.
        
        There is no instdir/program/soffice on OS X.
        
        Change-Id: Ic94a969b268981981842101ed9c530a8f4211a15

2015-06-17  Caolán McNamara  <caolanm@redhat.com>  [6dcd81f81be0067425f42f0898316d7f52e279d6]

        Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyed
        
        not just when the GtkSalFrame is dtored
        
        Change-Id: Iec33f4de39224f9b1e60d72c02164402196aaac0

2015-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce88e6f728b1bdeb72f2721b824f786f12b9d5c4]

        svx: nHdlAnzMerk -> nSavedHdlCount
        
        Assuming "anzahl merken".
        
        Change-Id: I3bfd6ce9ca9240c3bec71a72aed028889151891c

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [55e7aa6022a7d05f79bd9fe6df8a865e3901aecf]

        loplugin:cstylecast
        
        Change-Id: Ia8e0b5ded9f73cf448910593184a0e8936180a12

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [dc80cd8bc5a9f748580b47c563df92ccb16e6990]

        Fix location of bundled ct2n extension
        
        Change-Id: If69d7e8e50f1d9725d4b9ca50c754732e9eeddb3

2015-06-17  Stephan Bergmann  <sbergman@redhat.com>  [7a138bee01f96405899cb46cf60a4b9a734e77b1]

        loplugin:staticcall
        
        Change-Id: I3ae7d03f7c08608f97a1a9ded72d0de31cc625a9

2015-06-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56d62036862462ca7147686268558a754613858f]

        tdf#91748 fix preview of special characters
        
        Change-Id: Icf18e8be2ec07bb4bcd6edce3e41a6e88ecefca7

2015-06-17  Eike Rathke  <erack@redhat.com>  [ffc1ffed11dc63a69fc2db04f12b3ea266b580fe]

        Resolves: tdf#86305 clone upper left of matrix result if double token
        
        Change-Id: I541577e0b99b0144a755e5755adc890c0ca8d204

2015-06-16  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9874db206eed84616e4e232b1b56c7b7532166a0]

        tdf#90072: No character background (highlight) tab in paragraph styles dialog
        
        Background Tab was replaced with Area Tab on Paragraph Style
        Dialog. With that we lost the opportunity to set character background
        color. So bring back the Background tab as Highlighting.
        
        Change-Id: I29925f72816fbd27243060231d551e6590f1b9d9

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [e06905df15ff03c6d3c84f61bd67860a91416c2d]

        Resolves: tdf#81806 crash on certain table paste+undo+page cycles
        
        Undo of a delete always leaves a pam that points to the start of the undone
        area and a mark to the end of the undone area, even if that area is empty. (In
        the normal where there is a selection this can be seen by selecting something,
        deleting it, and undoing and the newly undeleted stuff is again selected)
        
        The table overwrite/paste thing looks to see if a mark is set and goes off to
        "do something very complex" if its set. So if after each undo cycle, you
        physically click at the point where the cursor is flashing (which clears the
        mark) and then paste, undo, *click*, paste you get a wonderfully stable
        experience.
        
        It seems reasonable to me to "do the simple thing" if there is no mark, or if
        the mark and point are the same, i.e. there is nothing actually selected by the
        PaM.
        
        Change-Id: Ib451090f3863fde41209cc1fc9cfa0c747d0be58

2015-06-16  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [2f5c119e60292943de90e5f499f05294ee2f86df]

        Changes icons, new icon for LO 5.0

2015-06-16  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [94a2aafd51ee32ef6cf3a1d3afd74a4ea3c9c126]

        Spreadsheet and table icons

2015-06-16  Eike Rathke  <erack@redhat.com>  [2d4a931208acd0060bfaa00a9444e6e0ceb7e83c]

        unit test for tdf#91411
        
        Change-Id: I963674ad6c6a4ca95f1a65041f7ced64d7d86a43

2015-06-16  Katarina Behrens  <Katarina.Behrens@cib.de>  [a6c07d2c263a39c829385d17cc125bd7d2b01531]

        Use template function to reduce copy'n'pasta code
        
        Change-Id: I22964bfcfb80a3e97903674dbf71a1b7be3a0920
        Reviewed-on: https://gerrit.libreoffice.org/16308
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-16  Yousuf Philips  <philipz85@hotmail.com>  [d5a0cb563bdc538a60938ea421183e4b67c0656f]

        Make track changes sidebar an experimental feature as its incomplete
        
        Change-Id: If373aa7a7efb338fd7a5305acbd19e95344a4bfc
        Reviewed-on: https://gerrit.libreoffice.org/15995
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [ff2dd7942e42476432c2db08da71d85be7a14075]

        crash on use of 'echo hello' as dde command in insert section
        
        Change-Id: Ic46be8ac6da04663096e682d17faa214b324e8bf

2015-06-16  Philippe Jung  <phil.jung@free.fr>  [d18afcc9125f427c0e6693900d24f894068d7e56]

        tdf#91909 Uno commands for slide navigation and sorting
        
        The following change adds the following uno commands to
        draw and impress. Commands are in standard toolbar and
        not visible by default.
        
        NextPage: go to the next page
        PreviousPage: go to the previous page
        FirstPage: go to the first page
        LastPage: go the the last page
        
        MovePageUp: Moves the current selection above the page
        preceding the selection.
        MovePageDown: Moves the current selection below the page
        following the selection.
        MovePageTop: Moves the selection to the top.
        MovePageBottom: Moves the current selection to the bottom.
        
        Change-Id: I2dbd923f14fd9901fb513c58b51bc7ab91ad0a83
        Reviewed-on: https://gerrit.libreoffice.org/16211
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-16  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [8c683c651bc1c70cfae7eb40fe16052e477c4e6a]

        Improve several font style icons

2015-06-16  Rishabh Kumar  <kris.kr296@gmail.com>  [4fb65441709d02946f4b24da7839dba7ecffff1e]

        Line Section reorganisation
        
        Arrow Style, Corner Style and Cap Style are hidden
        
        Change-Id: I0bfab4b23219d01ebfdb3a9ff0dc36777a412ec5
        Reviewed-on: https://gerrit.libreoffice.org/16264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-16  Tor Lillqvist  <tml@collabora.com>  [3a8aff659bbd32543f28f796f59b6225f1011876]

        Drop duplicated statements
        
        In the original Mozilla code the statements differed, as there were
        separate ones for FEATURE_OPENGL_LAYERS and FEATURE_WEBGL_OPENGL.
        These two uses have been combined here.
        
        Change-Id: Idc2533f23d48761249a905b298b1ebbfde0e3a54

2015-06-16  Tor Lillqvist  <tml@collabora.com>  [b2cd406dce247786f4b7a5a2ccec0bd4c6fdf3cc]

        Log blacklisting more visibly
        
        Change-Id: I7c661181ed7904650eff103d097ab357d3b8dfea

2015-06-16  Mihály Palenik  <palenik.mihaly@gmail.com>  [db35b73037483cd22cd7d4ac93fe40f23fbe3967]

        Change table to tree view in Expert Configuration dialog.
        
        Expert Configuration dialog was too slow when accessibility was used.
        Therefore the table was changed to tree view. In tree view the children
        of entries is loaded dynamically.
        
        Change-Id: I267833e46005058fdfedb6f012afe2f9b390636b
        Reviewed-on: https://gerrit.libreoffice.org/16307
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [56f5a402287e735f5a9c1f84931dcbc9e7b579e7]

        tdf#91887 handle LOK_MOUSEEVENT_MOUSEMOVE in SdXImpressDocument
        
        Change-Id: If6948e523fd681dbe289909df68364806628ead6

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [6f7afbb4dccef0de5521d0a2d1cfef71690222f3]

        change pointer to reference for the win
        
        Change-Id: Ia43a07dc7d6bc87bba297636771ee4bd3a0b477d

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [888098ef0d26b80d36e464c14b2f6bb440d30f4e]

        Remove reference to AccessibleTextImpl.java
        
        The file:
        infra\accessibility\bridge\org\openoffice\java\accessibility\AccessibleTextImpl.java
        was deleted on commit 130833f80e89774269108cf30b2d1155a00354ce
        
        Change-Id: I8cecee3f55fd472f0ff13a14ff9db9acc26cd6ac
        Reviewed-on: https://gerrit.libreoffice.org/16296
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-16  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [cac874a0db3cc26fbcf12c0f1a7fcbabdc4ebd76]

        Paragraph and indent icons, changes tracking

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3fa7b0b70f8f21c65603aa2b7db53392fdbceec4]

        Fix typos
        
        Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e
        Reviewed-on: https://gerrit.libreoffice.org/16310
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [814af9f1e59d1a76473b2c72cae4ba8afe1c52d4]

        Fix typos
        
        Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f
        Reviewed-on: https://gerrit.libreoffice.org/16309
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0]

        Fix typos
        
        Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
        Reviewed-on: https://gerrit.libreoffice.org/16300
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [ca9de688c2c263c51dca1cbbf2892e3b419f921e]

        Fix typos
        
        Change-Id: I549635318f46718042e50c8f89ce3c620cade990
        Reviewed-on: https://gerrit.libreoffice.org/16281
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Tor Lillqvist  <tml@collabora.com>  [edb1582c4aec8948872aeca46e4a2703768f3c55]

        Look for SDKs 9.0 and 8.4, too
        
        Change-Id: I9cfb2f2a456ab64ffd12c2a4a2a0bfe65507a05e

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b]

        Fix typos
        
        Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072
        Reviewed-on: https://gerrit.libreoffice.org/16297
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df]

        Fix typos
        
        Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41
        Reviewed-on: https://gerrit.libreoffice.org/16295
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-16  Stephan Bergmann  <sbergman@redhat.com>  [6149c5c8352d1e5c45568b5551539175f5305d4d]

        -fsanitize=nonnull-attribute
        
        Change-Id: Id214fb1f0decd4d39684a846c06ff97d8baa209d

2015-06-16  Tor Lillqvist  <tml@collabora.com>  [2b079c439c73cbf0224858829380b38881ec3979]

        For Windows build also glewinfo
        
        Change-Id: I315f93030d8e2fe11bb31be532511ccc0a65b57d

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [103b619401f06697255167c788192601e87758b9]

        fix 176 unbalanced XML_f xlsx export failuires
        
        regression from
        
        commit beb8e2830dc9e1c771e196fcaf08cdfd6bf3dde3
        Author: yogesh.bharate001 <yogesh.bharate@synerzip.com>
        Date:   Tue Jun 2 16:39:09 2015 +0530
        
            tdf#61908:XLSX formula cell range is not exported for MMULT.
        
        Change-Id: Ia54ce5ce437e592378fe930b779c518de9670995

2015-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dcd2d119ab67bde9de588c42db3805525d5f06a]

        lokdocview: couple for missing static_cast<GParamFlags>()
        
        Change-Id: I038c05c0d081f52e4ac90688f73397565413632d

2015-06-16  Pranav Kant  <pranavk@gnome.org>  [23ca7d8a81df74d7195d2d8916f77c6305fc8a94]

        Superfluous block; lets merge into one
        
        Change-Id: I2f49394c53deece8e86a7f290250c4f52918c5d8

2015-06-16  Pranav Kant  <pranavk@gnome.org>  [3061e486f9f9313c15cba6782edfaee96fe4f83d]

        lokdocview: Restructure this GObject class
        
        This is a big messy commit restructuring the whole class to follow most
        common practices followed by standard GObject classes, so that it can
        keep gobject-introspection happy; hence, allowing this widget to be used
        from other languages.
        
        Change-Id: I10c34dad402d1ec586958b2db21ff44412c36cea

2015-06-16  Rishabh Kumar  <kris.kr296@gmail.com>  [e436f31147c7eb75908a8750b0e4053c2efdca5b]

        tdf#73071:Styles tab addition to the sidebar for writer
        
        Addition of .uno:StyleApply , .uno:StyleUpdateByExample and .uno:StyleNewByExample uno commands to the sidebar
        
        Change-Id: Iab6f1fb465066fce523fd376038a059189f1b842
        Reviewed-on: https://gerrit.libreoffice.org/16279
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [9ef671364ff9fbb552a5433053af9283d12d90c7]

        Resolves: tdf#88911 Crash when dragging unsupported url to navigator pane
        
        Change-Id: I9d4fc8e3edac699c8543ab9dce8d0e35bbf40e5b

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [115fdccd6d69348203375edb3bb262dbc2088a8a]

        unfold the if statements a bit, no logic change
        
        Change-Id: I079ba61ef1a559054221029e1c6aa4e53d7be17a

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [c3db4d2298dd5b18695cf8fd0a56815af75ee9a1]

        state *which* context name is not recognized
        
        Change-Id: I179155364f0470b75f14f2ac7b675d76462a9635

2015-06-16  Caolán McNamara  <caolanm@redhat.com>  [ff66595adb1385ce18b1809072c823a65b24357c]

        downgrade this WARN to an INFO
        
        Change-Id: I040a36cc1656c70c7c258e17757745a196c2bf71

2015-06-16  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [63fbd90099098218994899ca7da3eb5e1656e4e7]

        rtf: skip binary data also in skip-group mode
        
        Since there might be arbitrary rtf markup inside, we rather
        shouldn't act upon.
        
        Change-Id: Ia782d89cb4ce8f34df64a3e0cba16de2db7b7ccf
        Reviewed-on: https://gerrit.libreoffice.org/16206
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ffd7c4fd7bdc63098ec6ac746b9885f92964465]

        Repository.mk: libreofficekitgtk is conditional on ENABLE_GTK3
        
        Change-Id: I97f859e33a510f626787cce335f652dc03546ab6

2015-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9cd014a23babba0530bf896c13bbadba84fa4df]

        writerfilter: fix comment in DomainMapperTableHandler::endTable()
        
        Change-Id: Ied04714a2221113769a97eebcdf8bfa5aadc2d50

2015-06-15  Eike Rathke  <erack@redhat.com>  [80ec99db4325a439a8a3f1d420d0a80f8bf9c439]

        Resolves: tdf#91411 end listening only on selected sheets
        
        ... not in cell areas of all sheets.
        
        Change-Id: I8d19c15c6d8d89652ac5695214bc4dd930783087

2015-06-15  Maxim Monastirsky  <momonasmon@gmail.com>  [2a05cb81d363cce181d3e31967cea2cfff1bd06d]

        tdf#91001 Fix inc/dec font for complex selections
        
        By "complex selection" I mean:
        1. Selection with an empty paragraph that has a bullet.
        2. Selection that has different font sizes.
        
        This is a regression of
        5b32d9c4406a68507ac9737ee0ada8bd1d424815 that tried to
        fix tdf#61492. In reality in order to fix that, it seems
        to be enough to pass an empty SfxItemSet, because what we
        really need is to invalidate the bullet width (by setting
        it to -1), thus force recalculation, and this occurs
        anyway.
        
        Change-Id: I92545192f8c78ef7f1d66d72f0d8e8f256f87604

2015-06-15  Stanislav Horacek  <stanislav.horacek@gmail.com>  [937474ded61c00b2ca9513f3de9392a06e2b6e9f]

        Updated core Project: help  599a3ed0a4b47d893a201ea00423f84830883522
        
        remove duplicate bookmark
        
        Change-Id: Ide3c8cc6dc7b2bcbb0c6a720c9f66d981eb33d65
        Reviewed-on: https://gerrit.libreoffice.org/16301
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-06-15  Stanislav Horacek  <stanislav.horacek@gmail.com>  [1cc9662c651ce3fc9afa4668488c030cb5eb3cad]

        Updated core Project: help  1c63a830539026acd317fa07b500b8d726284b66
        
        correct result in example for OFFSET function
        
        Change-Id: Ifcadb94c558c226e8dde96293127b39eb436cf99
        Reviewed-on: https://gerrit.libreoffice.org/16302
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [8e36a8fe925abdd39940b8f222e2f381201a6050]

        sw: move IsFlyFrameFormatInHeader into namespace sw
        
        Change-Id: Ib826ed66ad557bcaba2a7603edc99ad1c6a613f9

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [aaae5414177560fe40085abc0087ee63d629d5b4]

        sw: move CheckAnchoredFlyConsistency to frmfmt.hxx
        
        Change-Id: Ic7ccca9e59d2d17ed176d1961aa6f827e404c137

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [a624cf52ab08b18b08711567799a08f47c48f89b]

        sw: fix assert on exporting ooo24533-1.sxw to WW8
        
        There's a fly anchored at a paragraph inside of a table inside of a
        redline, and for some reason MoveRange() calls SwTableNode::MakeFrms(),
        which asserts in frmtool.cxx AppendObjs().
        
        The problem is that _SaveFlyInRange() removes the frame format from the
        SpzFrmFmts but it is still reachable from the SwNode::m_pAnchoredFlys.
        
        Change-Id: I3853c0072662bfb4f71f78451d3604ed567cd584

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [042dd163a95fa4a128a77f724748b5eb515be8cd]

        sw: translate that
        
        Change-Id: I08d8941a4c78b5e3307976476fc5c8762732a15c

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [ea7d6dc652c58721c3f07cc0c11864404ab48118]

        sw: deobfuscate a little
        
        Change-Id: I653ed0132f9997164b6bf53e9e6237bfe4fa3fff

2015-06-15  Michael Stahl  <mstahl@redhat.com>  [010f1e97a0a53dac09adc3176789b62466a50da3]

        sw: prefix members of SwNodeIndex
        
        Change-Id: Ia31c7a91bf78b967e70d288374d9e21439c99221

2015-06-15  David Tardon  <dtardon@redhat.com>  [cc96b2738b608782edffb4cc368d45255f31377b]

        I guess we can revert this "temporary check" now
        
        On the other side, it has been in the code for only 2 years, so who
        knows .-)
        
        Revert "libexttextcat: fix the --with-system case too..."
        
        This reverts commit a81f44c707c4df56e7b999fa3b656d7fa4543d1b.
        
        Change-Id: I4e02ebe971f8a838bf2a1630ed38d4408245bf37

2015-06-15  David Tardon  <dtardon@redhat.com>  [5a2010ddb4d604c289ad2d6b74b54c10bc87bafc]

        fix fingerprint path with system libextextcat
        
        We want the right path in instdir already. Setting it during
        installation is too late.
        
        Change-Id: I3f7045ce4b4d3cb1f0dfac1c4fcd036db847621d

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [62b751aa4bbe7cb4420f5f3523b0ab9f7602d5f9]

        Missing newline at end of error message
        
        Change-Id: I1c74042697f00c6ca6b43ea85e7aab47ad326f1c

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [f96313d16163ce66c2fa04c99fa25b7c6da1c5b1]

        Fix previous commit
        
        Change-Id: I56b5212595f7750965a7620498fb063422f2eae0

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [dbd093176ee8d2185205e7d29fcd0949c074dc85]

        Make ReplaceMode accessible from ScCompiler::CompileString
        
        Change-Id: If25443f27ff09aca8b38d00ab80ecfdc00ab2642

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [86bbb304db54befcd3b5b64b112b2a849f9273ae]

        Dead code
        
        ...originally introduced with 5fff0372bee0794a9b220f419d4b4e6975dd3941 and
        2b34e17de3ce984402dcaf8e356a0d3118ddda35 "INTEGRATION: CWS
        cfgruggedised: #i28654#,#i29838# Add InteractionHandler support to
        configuration," but unused ever since 47692bfc1275bfa24a7fb2627cc263142549d29d
        "sb111: #i101955# moved configmgr2/ to configmgr/" re-wrote configmgr from
        scratch.
        
        Change-Id: Ibe18748f7d637e09194ca7b8e7ff5955c4b212c7

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [1a038dc88b19ee601f411d5847ee74751b08c476]

        alternative solution to avoid adding a gnome-vfs dependency if disabled
        
        i.e. "don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabled"
        
        seeing as setup_native/source/packinfo/packinfo_office.txt references
        find-requires-gnome.sh and doesn't have conditional support revert the split
        and put the the conditional into find-requires-gnome.sh
        
        Change-Id: I34bd37c4fd252f2175ff055024293dea946b4881

2015-06-15  Eike Rathke  <erack@redhat.com>  [d53ad9250d77f89a2a7d260a98090a8504c12108]

        use ReplaceToken() in ReadjustAbsolute3DReferences()
        
        Actually the RPN token needs to be replaced as well if it was
        referenced.
        
        Change-Id: Ie548568dceadaf315ae5596c480916730bed2dca

2015-06-15  Eike Rathke  <erack@redhat.com>  [1d463600f4db2993838c7660da2cb87aa19218fd]

        prepare ReplaceToken() to replace also in RPN
        
        Change-Id: I98fbcb9849f2c2b1f26109a54ecbf5347cdd8b4e

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [09c5a9d41e03b3137ce47b9f9419290525458337]

        Revert "std::list for Scheduler"
        
        This reverts commit 1289d3c42af66990a2c8e5a7a38e51b6cd51c7eb, plus follow-ups
        762e90ffa0cd5f85dadd9bad93391d105e60e418 "vcl: loplugin:pointertobool" and
        863e5685dda88efd0bee3177a08eedffd4730e33 "Fix funny line-ends," as it causes
        memory corruption, see valgrind "make CppunitTest_sw_ooxmlexport4" output:
        
        > Invalid write of size 1
        >  Scheduler::ImplInvoke(unsigned long) (/vcl/source/app/scheduler.cxx:40)
        >  Scheduler::ProcessTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:128)
        >  Scheduler::CallbackTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:112)
        >  SalTimer::CallCallback(bool) (/vcl/inc/saltimer.hxx:53)
        >  SvpSalInstance::CheckTimeout(bool) (/vcl/headless/svpinst.cxx:191)
        >  SvpSalInstance::Yield(bool, bool) (/vcl/headless/svpinst.cxx:307)
        >  ImplYield(bool, bool) (/vcl/source/app/svapp.cxx:353)
        >  Application::Reschedule(bool) (/vcl/source/app/svapp.cxx:377)
        >  framework::StatusIndicatorFactory::impl_reschedule(bool) (/framework/source/helper/statusindicatorfactory.cxx:528)
        >  framework::StatusIndicatorFactory::end(com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&) (/framework/source/helper/statusindicatorfactory.cxx:229)
        >  framework::StatusIndicator::end() (/framework/source/helper/statusindicator.cxx:70)
        >  non-virtual thunk to framework::StatusIndicator::end() (/framework/source/helper/statusindicator.cxx:57)
        >  writerfilter::ooxml::OOXMLDocumentImpl::resolve(writerfilter::Stream&) (/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx:531)
        >  WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/writerfilter/source/filter/WriterFilter.cxx:191)
        >  non-virtual thunk to WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/writerfilter/source/filter/WriterFilter.cxx:126)
        >  SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) (/sfx2/source/doc/objstor.cxx:2271)
        >  SfxObjectShell::DoLoad(SfxMedium*) (/sfx2/source/doc/objstor.cxx:767)
        >  SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/sfx2/source/doc/sfxbasemodel.cxx:1859)
        >  non-virtual thunk to SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/sfx2/source/doc/sfxbasemodel.cxx:1810)
        >  (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (/sfx2/source/view/frmload.cxx:703)
        >  non-virtual thunk to (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (/sfx2/source/view/frmload.cxx:615)
        >  framework::LoadEnv::impl_loadContent() (/framework/source/loadenv/loadenv.cxx:1122)
        >  framework::LoadEnv::startLoading() (/framework/source/loadenv/loadenv.cxx:383)
        >  framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/loadenv/loadenv.cxx:164)
        >  framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/services/desktop.cxx:566)
        >  non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/services/desktop.cxx:552)
        >  unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/unotest/source/cpp/macros_test.cxx:50)
        >  SwModelTestBase::load(char const*, char const*) (/sw/qa/extras/inc/swmodeltestbase.hxx:580)
        >  SwModelTestBase::executeImportExportImportTest(char const*) (/sw/qa/extras/inc/swmodeltestbase.hxx:219)
        >  testTrackChangesDeletedParagraphMark::Import_Export_Import() (/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx:132)
        >  CppUnit::TestCaller<testTrackChangesDeletedParagraphMark>::runTest() (/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166)
        >  CppUnit::TestCaseMethodFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32)
        >  (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/test/source/vclbootstrapprotector.cxx:57)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/sbergman/lo/core/workdir/LinkTarget/Library/unobootstrapprotector.so)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77)
        >  CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181)
        >  CppUnit::TestCase::run(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91)
        >  CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64)
        >  CppUnit::TestComposite::run(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23)
        >  CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64)
        >  CppUnit::TestComposite::run(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:23)
        >  CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:47)
        >  CppUnit::TestResult::runTest(CppUnit::Test*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:148)
        >  CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestRunner.cpp:96)
        > Address 0x2c9ece48 is 40 bytes inside a block of size 104 free'd
        >  operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        >  (anonymous namespace)::ImpTimedRefDev::~ImpTimedRefDev() (/drawinglayer/source/primitive2d/textlayoutdevice.cxx:84)
        >  std::default_delete<(anonymous namespace)::ImpTimedRefDev>::operator()((anonymous namespace)::ImpTimedRefDev*) const (/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/bits/unique_ptr.h:76)
        >  std::unique_ptr<(anonymous namespace)::ImpTimedRefDev, std::default_delete<(anonymous namespace)::ImpTimedRefDev> >::reset((anonymous namespace)::ImpTimedRefDev*) (/usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/bits/unique_ptr.h:344)
        >  comphelper::unique_disposing_ptr<(anonymous namespace)::ImpTimedRefDev>::reset((anonymous namespace)::ImpTimedRefDev*) (/include/comphelper/unique_disposing_ptr.hxx:41)
        >  (anonymous namespace)::ImpTimedRefDev::Invoke() (/drawinglayer/source/primitive2d/textlayoutdevice.cxx:93)
        >  Scheduler::ImplInvoke(unsigned long) (/vcl/source/app/scheduler.cxx:39)
        >  Scheduler::ProcessTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:128)
        >  Scheduler::CallbackTaskScheduling(bool) (/vcl/source/app/scheduler.cxx:112)
        >  SalTimer::CallCallback(bool) (/vcl/inc/saltimer.hxx:53)
        >  SvpSalInstance::CheckTimeout(bool) (/vcl/headless/svpinst.cxx:191)
        >  SvpSalInstance::Yield(bool, bool) (/vcl/headless/svpinst.cxx:307)
        >  ImplYield(bool, bool) (/vcl/source/app/svapp.cxx:353)
        >  Application::Reschedule(bool) (/vcl/source/app/svapp.cxx:377)
        >  framework::StatusIndicatorFactory::impl_reschedule(bool) (/framework/source/helper/statusindicatorfactory.cxx:528)
        >  framework::StatusIndicatorFactory::end(com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&) (/framework/source/helper/statusindicatorfactory.cxx:229)
        >  framework::StatusIndicator::end() (/framework/source/helper/statusindicator.cxx:70)
        >  non-virtual thunk to framework::StatusIndicator::end() (/framework/source/helper/statusindicator.cxx:57)
        >  writerfilter::ooxml::OOXMLDocumentImpl::resolve(writerfilter::Stream&) (/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx:531)
        >  WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/writerfilter/source/filter/WriterFilter.cxx:191)
        >  non-virtual thunk to WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/writerfilter/source/filter/WriterFilter.cxx:126)
        >  SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) (/sfx2/source/doc/objstor.cxx:2271)
        >  SfxObjectShell::DoLoad(SfxMedium*) (/sfx2/source/doc/objstor.cxx:767)
        >  SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/sfx2/source/doc/sfxbasemodel.cxx:1859)
        >  non-virtual thunk to SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/sfx2/source/doc/sfxbasemodel.cxx:1810)
        >  (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (/sfx2/source/view/frmload.cxx:703)
        >  non-virtual thunk to (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (/sfx2/source/view/frmload.cxx:615)
        >  framework::LoadEnv::impl_loadContent() (/framework/source/loadenv/loadenv.cxx:1122)
        >  framework::LoadEnv::startLoading() (/framework/source/loadenv/loadenv.cxx:383)
        >  framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/loadenv/loadenv.cxx:164)
        >  framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/services/desktop.cxx:566)
        >  non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/services/desktop.cxx:552)
        >  unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/unotest/source/cpp/macros_test.cxx:50)
        >  SwModelTestBase::load(char const*, char const*) (/sw/qa/extras/inc/swmodeltestbase.hxx:580)
        >  SwModelTestBase::executeImportExportImportTest(char const*) (/sw/qa/extras/inc/swmodeltestbase.hxx:219)
        >  testTrackChangesDeletedParagraphMark::Import_Export_Import() (/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx:132)
        >  CppUnit::TestCaller<testTrackChangesDeletedParagraphMark>::runTest() (/workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166)
        >  CppUnit::TestCaseMethodFunctor::operator()() const (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:32)
        >  (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/test/source/vclbootstrapprotector.cxx:57)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (in /home/sbergman/lo/core/workdir/LinkTarget/Library/unobootstrapprotector.so)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/DefaultProtector.cpp:15)
        >  CppUnit::ProtectorChain::ProtectFunctor::operator()() const (in /home/sbergman/lo/core/workdir/UnpackedTarball/cppunit/src/cppunit/.libs/libcppunit-1.13.so.0.0.2)
        >  CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/ProtectorChain.cpp:77)
        >  CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestResult.cpp:181)
        >  CppUnit::TestCase::run(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestCase.cpp:91)
        >  CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (/workdir/UnpackedTarball/cppunit/src/cppunit/TestComposite.cpp:64)

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [14aa5c58b8529f81c6ca12a18cbb77f63e27ba62]

        Resolves: tdf#92082 crash on closing color bar after redocking it
        
        Change-Id: I015306a37abeaef17830ceab0f39cb2f3a98155c

2015-06-15  andreask  <kainz.a@gmail.com>  [1c3eb9550dd0cb77e1f99c110d4e6626a00ba285]

        Breeze: split Cell icon
        
        Split Cells - There are two icons in the 
        Table > Split Cells dialog which are to be saved 
        in svx/res/ as zetlhor2.png and zetlver2.png (done) 
        and duplicated in links.txt in sw/res/ 
        (svx/res/ done but which sw/res are 
        the duplicated ones?)
        
        Change-Id: I6765b7e00823bf81419925f5590e98755e744d16
        Reviewed-on: https://gerrit.libreoffice.org/16282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-15  andreask  <kainz.a@gmail.com>  [39bfba3e78ade95b649494ac214a9e0c734ed1be]

        Breeze: Style icons
        
        Change-Id: I3eeaee8b774ab23fb4ff07c03630747cd4cac487
        Reviewed-on: https://gerrit.libreoffice.org/16284
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-15  Matthias Freund  <matti_lx@secure.mailbox.org>  [e60e55ce99fac07b7a81f360f6e92b5a5dbe1967]

        tdf#75256 - Sifr New icons - zoommode, deletepage, duplicatepage and other
        
        The line with in the sc version is only 1px as a test.
        Changed the icons to fit better into impress, modify insertfootnote ("i" slighty moved down).
        
        Change-Id: I3d7813a016b78f5c6568686ae123009d58b9cc3c
        Reviewed-on: https://gerrit.libreoffice.org/16261
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [dfba745437324b8e1a352ab5280c665c543fc37f]

        Work around change in JNI func sigs between Java 6 and 7
        
        Change-Id: I8f6a988ef8bd3642fe6997170dfb50935e6bf3b6

2015-06-15  Andras Timar  <andras.timar@collabora.com>  [814867c75cd175594b8e60125f248ecbb6647644]

        more untranslatable UI strings
        
        Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef

2015-06-15  Juergen Funk  <juergen.funk_ml@cib.de>  [335ea1819b08dbefabb5d67445668d4868bb1db0]

        make debugrun under Windows
        
        Debugging with Visual-Studio, attach to soffice.bin
        
        Description:
        Start 
          make debugrun
        after the start of LO, in VS-Debugger
          "Attach to Process" to the soffice.bin
        then start in other box the test with
          make gb_JunitTest_DEBUGRUN=T JunitTest_YYY"
        
        Change-Id: I44571d1d4feafe9ce836d71781eaf793fe72cb92
        Reviewed-on: https://gerrit.libreoffice.org/16290
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-15  Andras Timar  <andras.timar@collabora.com>  [92d77c1c5b2318e63571fa39b741bb3ccbc6e812]

        untranslatable UI string (since 2009)
        
        Change-Id: Ic743bb74894a3873f72333a5d33211964e7bcdaf

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [3b540819ecdf1ae2fbf142af8893c0bb11a00f24]

        Remove loplugin:pointertobool
        
        For one, intended warnings about pointers as function call arguments being
        implicitly converted to bool are also covered (along with more) by
        loplugin:implicitboolconversion.  For another, this code generates false
        positives inside lambdas (where the check for CallExpr eventually always hits in
        the PointerToBool::ignoreConversion recursion), see
        762e90ffa0cd5f85dadd9bad93391d105e60e418 "vcl: loplugin:pointertobool."
        
        Change-Id: I55eaa668c1b4a2c66a5a015b2414bf161f796f2a

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [4729774b244db7a175077ed0c70aa48be62bc60e]

        remove unnecessary check for null when calling delete
        
        Idea originally from caolan.
        Found using the following command:
        find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;'
        
        Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763

2015-06-15  Noel Grandin  <noel@peralex.com>  [9db80b1499e09cde000160434728f7b231c30db8]

        fix vclwidget plugin warning message
        
        Change-Id: Iac6450ed3a7742022d97b0121165f992b483eea0

2015-06-15  Noel Grandin  <noel@peralex.com>  [86051d87cd1762fe77099862674d7831e3322cce]

        fix build
        
        after commit 8066c73940a30e97d8634655ea39d73fa8cf3c20
        "cppcheck: noExplicitConstructor"
        
        Change-Id: I2caf2f5d0679e46cee5637d3090dd5a7bee5d25b

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [dcf6abfcdf3f4b7aec5796c9f6c806889328135f]

        cppcheck:unreadVariable
        
        Change-Id: I03981ceba67280e8ed98a9add7f24b3bd958d522

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [8f60697cf8e5227d503738e3c186433ac5dacfc8]

        fix indent
        
        Change-Id: I3dd04cd9d8e33d24c42e55b24c4f5e265e6265c2

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [af8f938531909122ff7a056c2206af857324fdf3]

        Resolves: tdf#92057 crash on mail-merge to printer
        
        this appears to be a mismerge of
        
        commit e0ad036eed6b151ea81311fcf9ba46f1726b103c
        Author: Luboš Luňák <l.lunak@collabora.com>
        Date:   Thu Feb 19 16:39:06 2015 +0100
        
            mailmerge doesn't need to use the singlefile technique for printing
        
            It should be sufficient for every record to just update the fields and print
            the document. The printing code apparently rather expects to do the printing
            in one go, so split the functions up there.
        
            Conflicts:
                include/sfx2/viewsh.hxx
                include/vcl/print.hxx
                sfx2/source/view/viewprn.cxx
                sw/source/uibase/dbui/dbmgr.cxx
                sw/source/uibase/uno/unomailmerge.cxx
                vcl/source/gdi/print3.cxx
        
        where the else if block is positioned at a nutty location
        
        Change-Id: Ia22e9e53c27256131283babaf779e57f157ba6b8

2015-06-15  David Tardon  <dtardon@redhat.com>  [a35ac249f66fcf482485ab44337426ce4e75491f]

        tdf#55065 try to re-enable the test
        
        It works for me at least.
        
        Change-Id: Ib4128ace7b218d55a72dddd50666fe75faee7d34

2015-06-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [9444ffc93a3335ee3f63df36512f5b278dd7596c]

        Remove bash-ism, allow also --bundled option for root
        
        Change-Id: I34511c7947ff78654a34a3d2bd21754b6d004420

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [4ea281a3ccb5bd21e1808d8cb127a91a1bb72691]

        cppcheck:redundantAssignment
        
        Change-Id: I1167d0ce6b6f6e48309d0551c1d2a283d79546a7

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [943f4b4ff1c524c514584c459b899ba3e9dfb71f]

        convert POSTITS_ to scoped enum
        
        Change-Id: Ib6fdfc22ce6cdf757066b422624b631b3f26e170

2015-06-15  Henry Castro  <hcastro@collabora.com>  [b01c8a2d1bfcb79dedd4e0d093965d35c68ee937]

        sdr tiled rendering: stop animation timer's task
        
        Change-Id: Ia7281c853454e283150bba3c79aa9579363c7ca3

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [6dc1d2706f519d91617ac1a12fc2051d97ef98c0]

        another stab at tdf#91393
        
        block paints only if the new requested size is larger than the original and
        unblock on explicit expose events as well as configure ones
        
        Change-Id: I72829a5b6e55d6bbdaf934af427ee3b50fe11fd4

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [1303f209415b6cf95f9cbe9924d03c87ed4337d6]

        set ok as default button for mail merge dialog
        
        Change-Id: I2b1a20abb52a2ccc07f77a878b4b9e68c301a5f7

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [9b010ed70ef9468d5f0d89c44738e63df3c3c57d]

        cppcheck: variableScope
        
        Change-Id: Idbf5301d17d413077c7dc436a6f140a412ae71cd

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [ac34f33dca9d9e4a83e64f70ed0f395a157f0325]

        cppcheck: silence bogus unusedScopedObject
        
        Change-Id: I033b9e141bde73820972f285e97f5c14d60b1a43

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [8d8f264f57517823a7073eff73f8a8b9c2610ed1]

        cppcheck: passedByValue
        
        Change-Id: I444c40340bcfd64f88dac34da6cc858f66996fe6

2015-06-15  Caolán McNamara  <caolanm@redhat.com>  [8066c73940a30e97d8634655ea39d73fa8cf3c20]

        cppcheck: noExplicitConstructor
        
        Change-Id: I2b5fba9cdd950349a8e8d22bbd7bb6e17f008920

2015-06-15  Pranav Kant  <pranavk@gnome.org>  [101b616c7a2ee90b6d09eedd7a7543a63f237c97]

        gtktiledviewer: Replace deprecated Gtk functions
        
        Change-Id: I354aa987f8e732945fb552d855a3416c782bb508

2015-06-15  Pranav Kant  <pranavk@gnome.org>  [0bb2ae2d00a280cef4cc0c148c7c3c0050709219]

        lokdocview, gtktiledviewer: Remove gtk version checks
        
        We already have the global ENABLE_GTK3 guard for RHEL5 baseline.
        
        Change-Id: Id814a4063861a1e750952b44686ed24864c0394f

2015-06-15  Pranav Kant  <pranavk@gnome.org>  [256a9cef8bdd89b90f0c371df8f849c567f84213]

        lokdocview: Port to gtk3; 'expose-event' -> 'draw'
        
        Change-Id: I8d2541f5cbd2b908c2b0dc52cccf9b936bbc307a

2015-06-15  Pranav Kant  <pranavk@gnome.org>  [9b3679301fe4ec4c972b68ef2cbbdd23cbc79053]

        lokdocview, gtktiledviewer: Port to gtk3
        
        Change-Id: I57f2d7b9383790e5c34fc517a905dd537519598f

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [2a6bf436ceb909b37199f7b94f21cdef60356c24]

        convert SW_PASTESDR to scoped enum
        
        Change-Id: I7c33bb425ea1f32cc810205e025290a957ea68aa

2015-06-15  Noel Grandin  <noelgrandin@gmail.com>  [5a2e09989a4b9746a56f15fe7499067a4327fbae]

        cppcheck:redundantCondition
        
        Change-Id: Ib8b6342d1da526df6104125ded546b3f053c448b

2015-06-15  Tor Lillqvist  <tml@collabora.com>  [7eac94da23f2f4460252eae5fa073fd1d833ba99]

        Fix humorous search/replace accident
        
        Change-Id: Iaef623fd52bab9bf296431f1b905afb04e16d05b

2015-06-15  Tor Lillqvist  <tml@collabora.com>  [a0e10b1e0863b1967ede25053f8e3f1dacf0fbdf]

        Typo
        
        Change-Id: Ibecfa73dd1b865edba77caf51f5003d1b18692be

2015-06-15  Eike Rathke  <erack@redhat.com>  [bff9eddb454ca2568bbb4b56c97d223d7188e56b]

        more adjustment of references in RPN
        
        Similar to 47f002cbbf9593ab0097e178732e51b365b42732 the RPN tokens have
        to be adjusted to catch also references generated from named expressions
        and the like. Quite likely this may fix some non-obvious cases of
        reference update bugs and listener problems. If some cases worked so far
        it means we're recompiling too much..
        
        Change-Id: I29e8427f72afdd29aa45047cb52ba59161c18892

2015-06-15  László Németh  <laszlo.nemeth@collabora.com>  [17cdc92e46e84ec8d99dedfdd9e8e96fb950f6ea]

        starmath: dispose SmEditController object correctly
        
        Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7

2015-06-15  László Németh  <laszlo.nemeth@collabora.com>  [d505f1600d9aeb095405b9f62eaf444d5d399860]

        tdf#91721: fix crash during listbox control editing in database form
        
        Change-Id: I415ccb6132b802f62c93367a050242aee3c128b1

2015-06-15  Noel Grandin  <noel@peralex.com>  [0c18bedb7328493040c1a20822b345e624d6041f]

        java: 'final static' to 'static final'
        
        this is the canonical order, and it makes the code easier to read
        
        Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470
        Reviewed-on: https://gerrit.libreoffice.org/16242
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>

2015-06-15  Noel Grandin  <noel@peralex.com>  [8b85838611ed448ef18a9e4982849bbd702981aa]

        java: remove unnecessary threading
        
        there is no point in spawning a thread to load a document and then
        waiting for the thread to finish
        
        Change-Id: Icd5d5452471b0a50a8e3525ab2b5f32a500ebdf4

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [0b255720a60f15ffe8006b37e367378b229e245f]

        Fix indentation
        
        Change-Id: I687f7020284d86a880a0a5db31658f01edf8e850

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [1bd2fe8943a0235b20c6d6fba09ec0cf8b268066]

        Minor clean up
        
        Change-Id: I8e4d123626b5ef750c3b266d1aa1c96e1944b080

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [d7763d97fe836c013f2026a79f33e49a6b507efc]

        Assume that nDPI should never be zero in ImplLogicToPixel
        
        ...(same as is already done in ImplPixelToLogic), and that
        eacbead4f5a4dc7c8db3d60c948e28c199aa2b10 "vcl: handle nDPI == 0 in
        ImplPixelToLogic()" was a misguided attempt at fixing symptoms of the problem
        fixed with 670100fcfbb39d3dbe4afdb27fbced26d7b14283 "Remove FastLoader
        optimization."
        
        Change-Id: Ia42c6c7c7026f3a0b71e79938b33c140fec0afa6

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [0f1976988a69fd91100a73331d12f21aa9861e83]

        Fix VclPtr assignment operators
        
        The original templated assignment operator would never have been used, as
        std::enable_if expects a bool value as first template argument.  But it was also
        unnecessary anyway:
        
        (1) Assignment from VclPtr<reference_type> was (and is) covered by the
            implicitly defined copy assignment operator.
        
        (2) Assignment from naked reference_type* was covered by the user-supplied
            constructor from reference_type* to temporary, followed by (1); it is now
            covered directly by the user-supplied assignment operator from
            reference_type*.
        
        (3) Assignment from VclPtr<derived_type> was covered by the user-supplied,
            templated constructor from VclPtr<derived_type> to temporary, followed by
            (1); it is now covered directly by the user-supplied, templated assignment
            operator from VclPtr<derived_type>.
        
        (4) Assignment from naked derived_type* was (and is) covered by an implicit
            pointer up-cast, followed by (2).
        
        Change-Id: I3c7527feea72fdda76d911a42ae856c353b700b5

2015-06-15  Maxim Monastirsky  <momonasmon@gmail.com>  [4331aa3cbab9ea7505e1d31ac674ee8ca5d9c314]

        Related: tdf#87651 Swap buttons and align to the right
        
        Change-Id: I74d799f10d4a1d88256c683f913b8c639d2694c1

2015-06-15  Maxim Monastirsky  <momonasmon@gmail.com>  [4267c444a6585ca3775a8c20b05ebe88011e4f40]

        Fix comment
        
        Change-Id: I9313a8d52ed25385cf4048bc3fe6dac4f542f9af

2015-06-15  Noel Grandin  <noel@peralex.com>  [1afb790a118f07e888f7a1a94a8fd06d0d8713dd]

        inline COMPHELPER_SERVICEDECL_ macro
        
        it was not adding any value
        
        Change-Id: I6a911aac81e883f9155ed0cf24bfb7904efb3f92

2015-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3a8adb2e06888fc237aa6e3d43c32d805a46537]

        sw: avoid #include "../../uibase/inc/view.hxx"
        
        Change-Id: If5b148e890cd7d165f9d2b533c04b2047ac6caea

2015-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [876c9f428a7af80368ee867f398c25e80fc568c7]

        sysui: drop dead assignments
        
        Change-Id: I95748d5acc523a571c230e23dae3fd0d8ce089fa

2015-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ec3ee2c2d0581e0c946cc3253344f1a69864c92]

        sw: indentation fixes
        
        Change-Id: I495c8bd4ee24832573cb56b6ffe4533263eb39f0

2015-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0bedaf9eface97d17787931457f3ffc89ac4216]

        tdf#84832 RTF export: fix handling of custom table cell margins
        
        Change-Id: I3ed42ae4dc007c15d4649f57e1691534088549fc

2015-06-15  Takeshi Abe  <tabe@fixedpoint.jp>  [97d3624d56323431939f28593da405adb1f39480]

        vcl: avoid possible leaks in case of unexpected exceptions
        
        Change-Id: I285fcd1ce10bb97b4541d09a9a242bbd95f5c730
        Reviewed-on: https://gerrit.libreoffice.org/16255
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-15  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [b544b651ca4d40bae8f11d0daec113a138f5d17d]

        Add libjpeg detection message, so we do not just show external without context
        
        Change-Id: Iee8e233ec7505eb397efb5a5a8d243ff4a0e6341
        Reviewed-on: https://gerrit.libreoffice.org/16256
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c3c45ff7efcd8b22be64af410befbfa5cc330f6f]

        Fix typos
        
        Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37
        Reviewed-on: https://gerrit.libreoffice.org/16263
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-15  Stephan Bergmann  <sbergman@redhat.com>  [b4b71d20e33b82d377e287f0e5cf07b7e6182e78]

        loplugin:vclwidgets
        
        Change-Id: Ib64f7585bf44bdaa6dd1101b97848baa1f121725

2015-06-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [46564fd97308ce070248482ad65a311a329a2b76]

        Remove unused macros
        
        Change-Id: I2f5e47a3c894238557d52139c2849a2bd5a066b6

2015-06-14  Yousuf Philips  <philipz85@hotmail.com>  [4739ec8b10b8a95e47d7036780eb953a7e11d245]

        tdf#91857 Reorganize impress's menu bar
        
        Change-Id: I35d25b920bb5c195916500b1190e593143d62ab1
        Reviewed-on: https://gerrit.libreoffice.org/16274
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [723e099972c16458af79ec0a86097d58576725d6]

        Don't let root run unopkg without --shared option
        
        with the exception of -h|--help.
        
        It only makes sense to run unopkg with root priviledges if adding,
        deleting etc. extensions system-wide for all users (i.e with --shared
        switch ). In all other cases it only messes up access rights to
        extensions, so prevent that. Furtheron, running LibO from the root
        account (and installing root-user-local extensions) is not a
        supported scenario.
        
        Change-Id: I2817f62ae0bb400cefed240e792873f563fbe76e
        Reviewed-on: https://gerrit.libreoffice.org/16250
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a676ad5ec8348a6c8074e3a8d42590e8fd189cf5]

        Make this string localizable
        
        Change-Id: I074ae2866a67cf90637cd229c717aa999f718558

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e030422305590084263b7490301c3b7ea356d424]

        Paragraph related part of Background Tab is unused now
        
        For paragraphs Area Tab is used for setting background.
        
        Change-Id: I83859a1b2125374b81c084cfa45487a42adcd5a6

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [16d202f29cafbdc8d0648b830d2209f5c61c878f]

        Search By Format: Background -> Highlighting
        
        Change-Id: I58cda2c6f6f38cca3fe8fecf89722be09d43059b

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [62fb96e075e79676b45912a3a8ec2702b1e3aaf2]

        Handle highlighting case inside SvxBackgroundPage class
        
        ... instead of converting attributes.
        
        Change-Id: I3e45c0641389a7b6bdecb5141646aa13ee5c0aa5

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b47151f5d1e287425511b45c5474e10eb0ba3a9d]

        Options: Background -> Highlighting
        
        Change-Id: Id65f748ab32e119465444d02fa6584752b514047

2015-06-14  Rene Engelhard  <rene@debian.org>  [c0aacd16604548e12d09ca189bb197d0cf5c1afe]

        deb#788713: fix (fatal) perl deprecation in lo-xlate-lang
        
        Change-Id: I82c63358d9400b2c8bd391a88bba18ffae52a14b

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3588a04f438b001cb64aa1fd86b28869f2c4e70b]

        tdf#89830: Ambiguous naming of character background
        
        Use 'Highlighting' also on Character Dialog.
        
        Change-Id: Ie81d25651e5998a35b4e2646089b8f2c590cfb98

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [63ca46a0dc064de0bba52224449effeec3e90efc]

        Transparency part of Background Tab is unused now
        
        It was used for frames, but on Frame Dialog
        Background Tab was replaced with Area Tab.
        
        Change-Id: I69774c7321a210094f6e139a5b3d4d5819947ceb

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0bf12a06b6344659fe964955a022c7f367598634]

        Remove unused OpenGLObject
        
        Change-Id: I5c4832bd076cc5f05f936ac0d6a80027344e40ff

2015-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [dd79dbedd6c7f889f5e39f146a1927d235bc8a59]

        Avoid duplicated attribute names in RID_ATTR_NAMES
        
        It causes trouble to localiztation tools and also
        makes hard to distinguish these items on the UI.
        e.g. Edit -> Find & Replace -> Other options
        -> Attributes.
        
        Change-Id: Ie7a17e02947200a570b5e6209c8a99d1883a6860

2015-06-14  Matthew J. Francis  <mjay.francis@gmail.com>  [46e12364dcf638e97831dc3d7507bb6b93377757]

        Fix insertion and deletion in IndexedPropertyValuesContainer
        
        The cases for iterating to an element from the end (used for
        elements in the second half of the underlying array) had an off by
        one error causing the wrong elements to be inserted/removed
        
        Change-Id: Idcbf158cc31afaf02fce3f1975509edf6239d3ae
        Reviewed-on: https://gerrit.libreoffice.org/16073
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-06-14  Caolán McNamara  <caolanm@redhat.com>  [8f324aebfb94c4b2023894121b954ad4f35eb395]

        Resolves: tdf#91393 autotext (etc) not fully drawn
        
        the paint timer is activating after we ask gtk to
        size the window but before we/gtk get the ConfigureNotify
        that updates gtk knowledge of the size. So the gtk drawing
        calls are clipped to the previous ConfigureNotify size.
        
        So, lets try postponing paints if we have set a size but
        not received a configure notify yet
        
        I'll also revert e6a1956034c98204e30b0ca40330249d6f6f8155
        in favour of this attempt
        
        Change-Id: If5e993f8e0e65053b59234fce0785398b93c1c46

2015-06-14  Caolán McNamara  <caolanm@redhat.com>  [7bf9ab8e4ece6faf2dc85e62e95ee5a9b5585a6e]

        surely we only care if *our* window is shown here
        
        Change-Id: Ia5bca11c0c24ed7ca301dbe15eca3dc684153ea8

2015-06-14  Julien Nabet  <serval2412@yahoo.fr>  [4d8cccbdacc58ee2def5cc38a4ef92734414aac2]

        cppcheck: redundantCondition [part2]
        
        Change-Id: I23e8a4834fa7858adb292ce0a4dfa5dab1ab5f00

2015-06-14  Julien Nabet  <serval2412@yahoo.fr>  [b226928c6d5d094359b970b64a063b243d4fc84c]

        cppcheck: redundantCondition [part1]
        
        Change-Id: I21c5340e7b5ec09248b08aa76f43acf883c56cd8

2015-06-14  Julien Nabet  <serval2412@yahoo.fr>  [01a189abcd9a4ca472a74b3b2c000c9338fc2c91]

        cppcheck: postfixOperator
        
        Change-Id: Ia17bdf6e8f871d64add358822ea383236ecd6405

2015-06-14  Julien Nabet  <serval2412@yahoo.fr>  [ad84b40b084cb6c6c129c687303fb863b8b3f746]

        Typo: pyhton->python
        
        Change-Id: I16d99991b8b88753c593a5a1ab9e32a8e0264514

2015-06-13  Julien Nabet  <serval2412@yahoo.fr>  [278e0083e9ece037581713994423a169357ef2ae]

        It's E_BEFORECLOSE not E_CLOSING
        
        Change-Id: Ia53f9aa8bb3c7fd1dd5c0190624a667b65996ca2

2015-06-13  Julien Nabet  <serval2412@yahoo.fr>  [0b6f51feae1299aca213169d79e24aac2118de28]

        Typo: E_HARDEXCETIONS->E_HARDEXCEPTIONS
        
        Change-Id: I482d8fdb549d2a9c79bb68bd910e761f61337fb6

2015-06-13  Julien Nabet  <serval2412@yahoo.fr>  [09de20fbe6e29d70dcd49f92a462acbdd97cd5a4]

        Typo: corected->corrected
        
        Change-Id: I9a41d801b8807ed122a6737a924ba6792b449c45

2015-06-13  Julien Nabet  <serval2412@yahoo.fr>  [9e06b99129a4eda16e254dfb25a42d440763af06]

        Typos
        
        Change-Id: I0e74d800593245fa00013035c9498b77988b072b

2015-06-13  Noel Grandin  <noel@peralex.com>  [c2d65e08c9f6e35875eed1a4eea3af614478b801]

        tdf#91960 presentation causes Impress crash
        
        The SystenChildWindow in question is owned by ViewMediaShape
        Fixed ViewMediaShape to dispose the vcl objects it creates correctly.
        Also fix another crash in MediaWindowImpl child window correctly disposing its children.
        
        Change-Id: If4aebcb6e5824266c154416f7246d73c6cb3509c
        Reviewed-on: https://gerrit.libreoffice.org/16230
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [9f3515f90c7b05d5f387dc15e2d6c10892e208bb]

        Remove comment filename
        
        This file was rm/mv on commit 47692bfc1275bfa24a7fb2627cc263142549d29d
        
        Change-Id: I141794aee5c57e345334af42fcea4eaa71709f1b
        Reviewed-on: https://gerrit.libreoffice.org/16259
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-06-13  Andrea Gelmini  <andrea.gelmini@gelma.net>  [1f408db49740f8cc6ba67d72b54f49d2e4fdae9b]

        Fix typos
        
        Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
        Reviewed-on: https://gerrit.libreoffice.org/16260
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-06-13  Eike Rathke  <erack@redhat.com>  [c1fc84ac140d519e0bfa7a607e36771682b08eed]

        do not access token data after token has been destroyed
        
        Change-Id: I624e64745fd3874be3e1bd3df6bac18dfb17aebb

2015-06-13  Arnaud Versini  <arnaud.versini@gmail.com>  [0766db041e17a7cb1ba2659f88f7e94fec720f67]

        BASIC: Don't use SbiStringPool to pass SbiParser.
        
        Change-Id: I15949e604285d804de1554d36acf36e8a407ebd9
        Reviewed-on: https://gerrit.libreoffice.org/16137
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-06-13  Andras Timar  <andras.timar@collabora.com>  [2181f936c88811d5b6eb6081355a99a727261a8f]

        no need to check for pShape here
        
        Change-Id: I6de2da7d2f17a14ddbe7e70651a416a01f49164b

2015-06-13  Andras Timar  <andras.timar@collabora.com>  [98a1065499edfe595f479e4fab41c0183fc5d5d2]

        amend comment
        
        Change-Id: I45a452a7dbab35ab96c04336b35857f58a0af0c5

2015-06-13  Andras Timar  <andras.timar@collabora.com>  [6f1eb0b8ef674eab193498d569c6534c393258f5]

        remove unused code
        
        Change-Id: If9b7870673a47b78457f6e22ee0cfa7e3a68372a

2015-06-13  Andras Timar  <andras.timar@collabora.com>  [113adfe37326f132de2ab1c6220dfd95fec4c6ba]

        tdf#92000 save rectangle to DrawingML as a preset shape
        
        Change-Id: I8b39a210490759e9f548c195e516a26b94a8b3cb

2015-06-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [8f45f78e8202a0313fcd0c21c50f3fc456f9c52c]

        Catch funny line-ends in pre-commit hook.
        
        Change-Id: I38836a9b3c9fb8ab7b71e157bba8a803eb4d3905

2015-06-13  David Tardon  <dtardon@redhat.com>  [8b4b1d502cb2f67c5e7e479036391e759df1ae0b]

        use VclPtr<>::Create
        
        Change-Id: I4b3abbd390e7b6cb449ccd7f0fb956266fd0b5c8

2015-06-13  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [863e5685dda88efd0bee3177a08eedffd4730e33]

        Fix funny line-ends.
        
        Change-Id: I693d78854544b3f3bb441b17b0a062c738cda039

2015-06-13  Michael Meeks  <michael.meeks@collabora.com>  [f645f21eb7c1fbf4addaeff19c1c3dd9c553431c]

        tdf#92036 - work around writer spelling issue
        
        Issue exposed by fix for tdf#91727.
        
        Change-Id: Ia1eafbd4db28bcfa6c90e0d58735e232c7449f83
        Reviewed-on: https://gerrit.libreoffice.org/16252
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-13  Julien Nabet  <serval2412@yahoo.fr>  [3754474cdea72ebe7f09457ef82a5c3131d06b78]

        Typos
        
        Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d

2015-06-13  Matthias Freund  <matti_lx@secure.mailbox.org>  [d56b125f6c6c18ac40712cefc3cec06530750e15]

        tdf#75256 - New icons insertendnote and trackchanges
        
        Change-Id: I13039f0999cac3ec5ffabd6a0d75f23065bc446b
        Reviewed-on: https://gerrit.libreoffice.org/16254
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-13  Michael Stahl  <mstahl@redhat.com>  [a9286c302e96258f32d13fb66aced25750e82cd3]

        sw: overloading in C++ fail episode 6234
        
        Change-Id: Ida670ac9c6687314d8b425c3ac1f9896f54f2a15

2015-06-12  Varun  <varun.dhall@studentpartner.com>  [f36ac1aa3bef5ba218f3dae24f260ce7e4afba95]

        Added test for redline with as-char frame
        
        fixed by commits 4dd2e61 and fae87e0
        
        Change-Id: Ib6ca689af61187b32283753f80abaed96406f409
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-12  Julien Nabet  <serval2412@yahoo.fr>  [22009c987b88fe9c4f0b5d65555252c05f44b80d]

        Typo: Adapater->Adapter
        
        Change-Id: I696c0693dc7a69dc3a4b8df0c4e8571414d5b9a6

2015-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [762e90ffa0cd5f85dadd9bad93391d105e60e418]

        vcl: loplugin:pointertobool
        
        Change-Id: I0a84cce306d92c9358ae7a2a4d76f455e44f312b

2015-06-12  Eike Rathke  <erack@redhat.com>  [15f18d1bb6e76ea934a461031b2784564f9d00c1]

        do not adjust RPN named expressions relative references, tdf#91842 follow-up
        
        Change-Id: I5a991d3b86fec0a3800d8243f73eb764789c8c69

2015-06-12  Michael Meeks  <michael.meeks@collabora.com>  [d5cebdd22465d020e1c83223a416c0ffafedbbcc]

        Make SwFrameControlManager an EditWin ptr member to reduce re-compiles.
        
        Change-Id: Ic2491948aa555fa71f9e14af554bdf204c12247d
        Reviewed-on: https://gerrit.libreoffice.org/16236
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-12  Noel Grandin  <noel@peralex.com>  [bf34b812a75add89a912df36761ec9dd77a479b0]

        New VclPtr clang plugin to catch potential problems.
        
        Change-Id: I2571c4384e4c2dbe411e171325e10d57a0afe5a0
        Reviewed-on: https://gerrit.libreoffice.org/16235
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-12  Michael Meeks  <michael.meeks@collabora.com>  [93da9ecd9de9a1d0ae3aafaded815ee179fb0f30]

        Writer FrameControl lifecycle and management cleanup.
        
        We can't derive from a VclPtr base-class, and also another base,
        and then use boost::shared_ptr for that; re-factor to use a boost_ptr
        to hold a VclPtr<> for now. Also fix leaking envelope dialog.
        
        Change-Id: I2e1efbfaee3b6051e38ff7a14903a83ccd75136b
        Reviewed-on: https://gerrit.libreoffice.org/16160
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-12  Michael Stahl  <mstahl@redhat.com>  [fae87e03ea3829718ec0381ed3b04ceb52c23720]

        tdf#91228: need to check the format's IsLockModified(), not the node's
        
        commit 9f01951b858453684f2622541af0eb85d4544fc6 also did the extra
        Remove/Add for Draw fly objects, and it turns out that that's actually
        wrong because SwTextFlyCnt::SetAnchor() will set the anchor without
        locking anything if it's a Draw object.  Replace it with a different
        hack in SetAnchor() that applies only if it calls LockModify().
        
        Thanks to Varun Dhall for creating a reproducer document.
        
        Not sure if the LockModify() could be replaced completely, perhaps it's
        just an optimization to avoid re-creating layout frames for the fly.
        
        Change-Id: Ib3236f289c2c4202d48ac378a53ce02130d4ce2c

2015-06-12  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [10234b101ab68eaacbc16d1c43db79c814420b7a]

        Numbering and bullet icons

2015-06-12  Antoine Cœur  <coeur@gmx.fr>  [fd29a623e7c7b4d859c55f1f04463b5705ad47bf]

        spelling Change-Id: I5ccbb5a2b31192cea96fbb0f4ab926af86e94c9d Reviewed-on: https://gerrit.libreoffice.org/16223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-12  Juergen Funk  <juergen.funk_ml@cib.de>  [1289d3c42af66990a2c8e5a7a38e51b6cd51c7eb]

        std::list for Scheduler
        
        Re-factor the scheduler to use std::list
        
        Because
         - ImplSchedulerData
            - remove: mbInScheduler, mnUpdateTime, mnUpdateStack
        	   that is scheduler stuff
        	- this struct is only a container for the scheduler-list
         - UpdateMinPeriod
            - the scheduler is the pure-virtual-class then
               the idle-class must override this method
         - ImplDeInitScheduler(bool All=true)
            - this patch 2e29a518b04250b5f9cc9d0d77da3df076834d60 remove
        	  all scheduler tasks and the scheduler, but after that,
        	  the scheduler is using, then crash.
              With this fix, only delete the scheduler-list, but not the
              scheduler
        
        The next steps
         - split the scheduler from the scheduler-list-handling
           the scheduler-list-handling need a static class
         - remove the scheduler from the timer-handling staff
        
        Change-Id: I8d4d4f27b2bc9684a48c2afafd0b3edd0716c71d
        Reviewed-on: https://gerrit.libreoffice.org/16148
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-06-12  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [beb8e2830dc9e1c771e196fcaf08cdfd6bf3dde3]

        tdf#61908:XLSX formula cell range is not exported for MMULT.
        
        Problem Description:
        - Matrix multiplication cell formula range is not exported after roundtrip.
        
        XML Difference:
        Original : <f t="array" ref="G5:G6">MMULT(A1:C2,E1:E3)</f>
        
        Roundtrip : <f aca="false">MMULT(A1:C2,E1:E3)</f>
        
        Solution : Added formula cell range support for matrix multiplication.
        
        Change-Id: Ic871f064a98a324bc16a4253b633c97417c3f900
        Reviewed-on: https://gerrit.libreoffice.org/16033
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [5afa25c62c73b84e3f334ce7fdd4d9fa260574d0]

        mysqlcppconn library ends up in an extension, not in layer NONE
        
        (so fix its Linux RPATH from "$ORIGIN/../Library" to none)
        
        Change-Id: Ie58e8e07cb08cdf12546f8bb7b92aa9e83815748

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [4764958607d8360091edf5a548509e7627df7aa8]

        For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden
        
        ...same as f0aa1a78fb209310e8baef53c02f365fca518d11
        
        Change-Id: I35c1e6928dd4b29ef0ab448a181a5af7fb0640ab

2015-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6c37fdee5ddd35460aacca401bf581d021384d9]

        Fix RHEL5 build
        
        Change-Id: I9a71ee85d2d28aed5bd3f4d1f6e91261a9228d04

2015-06-12  Jan Holesovsky  <kendy@collabora.com>  [e6a1956034c98204e30b0ca40330249d6f6f8155]

        tdf#91301: Don't cache incomplete tabs.
        
        After introduction of the Idle processing, something has changed so
        that the underlying GetGdkWindow() does not update its size fast enough;
        even though the gtk_window_resize() is called before the Window::Erase()
        (that actually paints the background) etc.
        
        The consequence of the not-yet-updated gdkDrawable is that we cache
        something that has the correct background in the top left 200x200
        pixels, but the rest is just copied from the screen.
        
        Let's for now just not cache when the GetGdkWindow() is smaller than
        what we actually paint; TODO find the root cause.
        
        Change-Id: Ib6092668eb4613899f665bb0f12fc1eb15484e13

2015-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbfee1dd45c85a85f692f50a790f1ce757149b0d]

        make it easier to find missing sidebar components
        
        Change-Id: Id962fbc20d12db59818dfca421843c674755e36c
        Reviewed-on: https://gerrit.libreoffice.org/16101
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6d0c53e514565bf9fbe8500800f0c6ece40806e]

        get rid of a few thousand unnecessary OpenGL calls
        
        For each iteration of the (gtk) main loop we are dropping the yield
        mutext which results in calling OpenGLContext::clearCurrent. That method
        calls OpenGLContext::ReleaseFramebuffers which would call in the end
        glBindFramebuffer for each framebuffer related to that context.
        
        This would easily grow into the thousand OpenGL calls without doing any
        work.
        
        Change-Id: I209cc534fe58a5e11ef7df7f850a787916b8bd43
        Reviewed-on: https://gerrit.libreoffice.org/16241
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b2e70f0c83dc333f3ad2e4584703c306269f466]

        that case can't happen anymore
        
        Change-Id: If488a6aa6769ad45f08ad78de35402f676abe784
        Reviewed-on: https://gerrit.libreoffice.org/16240
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4f63de0eebf8ba5c58e269c9a3763c42448424e]

        Revert "Fix LibreOffice running with SAL_ENABLEGL=1"
        
        This reverts commit 6bf39b2f4ea4e880d8414b04269405e6b48efe23.
        
        Change-Id: I97619740f34cf0046f89352553dba73723f35a6f
        Reviewed-on: https://gerrit.libreoffice.org/16239
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-12  Pranav Kant  <pranavk@gnome.org>  [7a9dc7fd35168e1f44fb0aa23c984f90163db621]

        lokdocview: Create LOK context inside of lok_doc_view_new
        
        Change-Id: I675192d6bd6d10e6c7974a5de6f488f9a087ac32

2015-06-12  Pranav Kant  <pranavk@gnome.org>  [97c9a87ac88b18e7bbb72ad218e5ed5cf4f4b2ed]

        lokdocview: Make this GObject class introspectable
        
        ... so that this widget can be used from other languages.
        
        Change-Id: Icd7d6df6aa587ffdb018af0b911300dc81ec6560

2015-06-12  Pranav Kant  <pranavk@gnome.org>  [8d0b34c3a6292ce9c5a081ef95890ae0c5e07ac7]

        lokdocview: Change parent class to GtkDrawingArea
        
        It is not the job of the widget to provide the scroll bars.
        
        Change-Id: Iafc5724ed5b21717d711bb8f7e1a076dd1288b76

2015-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12b73697ed5787a621910623d76a6e241b04bd1a]

        in general this seems to make more sense
        
        Change-Id: I00dfbaa9971e3ee589672e51bca07e8eddfdc167
        Reviewed-on: https://gerrit.libreoffice.org/16238
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-06-12  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [1fb41db029337b4d4ce5574ad1084bcfb67a07d0]

        Various icon improvements

2015-06-12  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [51850b4ebe418d067f727411f92b92f31c38aedc]

        Various insert icons

2015-06-12  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [4ce6bbe315b6d1c25c409da04bb3bae9408325d5]

        Better import icons

2015-06-12  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [280ee6e00c747b6fc154869ebd556a2a65abc2a2]

        Small tweaks to the alignment icons

2015-06-12  Andras Timar  <andras.timar@collabora.com>  [7dee641f675e7f472f5bec39cb92a1422fd1ffee]

        tdf#92001 'Handles' contains array of PropertyValues
        
        Change-Id: I17ea45f2b1dd46a7f1c0f3ce8c680bef9ec533fa
        Reviewed-on: https://gerrit.libreoffice.org/16249
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [1d028d4783da69c5c0e6e0b59e0f8ac55eb9d2b1]

        Fix Linux RPATH of various external modules
        
        ...as discussed in 371cc81bd9ccbfbed25f810e70899c044280349e "external/liborcus:
        Fix Linux RPATH:"
        
        * When an external module produces multiple libraries (that we all install) that
          depend on each other, they need to contain $ORIGIN in RPATH (strictly
          speaking, those that do not depend on any other libraries from the module
          would not need that, but it is harmless and easier to do that way).
        
        * When an external module's libraries depend on other external modules'
          libraries, and (at least some of) those other external modules are not
          configuread as --with-system-*, they need to contain $ORIGIN in RPATH (again,
          for simplicity, some libraries may get that even if they would not strictly
          need it).
        
        * Try to outsmart the external modules' libtool instances to not add (ultimately
          bogus) paths to RPATH for dependencies on libraries from external modules
          (either from the same module, or from anohter module not configured as
          --with-system-*).  The only time we do not outsmart libtool, and instead rely
          on it (hopefully?) doing the right thing is when a given external modules'
          libraries depend on libraries from excatly one other external module, and the
          latter is configured as --with-system-*.
        
        * That outsmarting means that if an external library depends both on external
          libraries provided by modules not configured as --with-system-* (so RPATH
          contains $ORIGIN, and the outsmarting is not suppressed) and on external
          libraries provided by modules configured as --with-system-*:  Then if the
          latter are in unusual locations on the system that would require an RPATH
          entry (which might be provided via the corresponding "pkg-config --libs", say,
          and presumably would be honoured by libtool if we did not outsmart it), then
          those paths are now erroneously missing from RPATH.
        
        * That outsmarting also causes linking of some utility applications in module
          redland to fail, but those are ultimately unused, so cut them off by patching
          their respective sub-directory Makefile.in.
        
        Change-Id: Iec05b3568fbcf04987018322c328b769ae4f5dab

2015-06-12  Eike Rathke  <erack@redhat.com>  [688995bbb296e875511403fcce9276183f2545b0]

        copypasta error, tdf#69552 follow-up
        
        Change-Id: I3388a75bb8aa23d8a8998671f25b5297352efca8

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [43d6552152e67f05bd43339b6f07c99de986cbb2]

        so m_aEvaluateIter is unused
        
        Change-Id: Ie26303d737954f2d3af58e3cc6217aeadcb67cc0

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [5c35e6ca68b23494f39a47d2dcddb0d598b172c8]

        so m_pEvaluationKeySet is always NULL
        
        Change-Id: I79e92b63aa2efc9c3da595c8e857666a2d727900

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [1bd2f9c40bbc9cf9bc7bc44beeff1f27b9aa452e]

        m_pEvaluationKeySet is always NULL
        
        Change-Id: Ibe24fc199753dd7a840d57532a20d901c216b910

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [d762ab5bb33eb06ef46c416e96d60483fd889453]

        and aEvaluateSetList is always empty
        
        Change-Id: Ia39db9248a05db525cba364445942ac438725d39

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [5f2e7b7bcffef6c45b826adc130baee9a2d918f6]

        coverity#1306211 Logically dead code
        
        results from the chain of...
        
        commit 81b954718f0cdac6873927e869b3e41f863562e7
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Jun 9 08:55:13 2015 +0200
        
            loplugin:unnecessaryvirtuals
        
            Improve the plugin a little.
            Create a python script to process the output.
            Run it again.
        
        commit a7cfc17991ce528eb5ceb80cfab82bfe76a73609
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sat Apr 4 21:09:58 2015 +0100
        
            and no user of OFILEOperandAttr left now either
        
        commit c614370677d4b0605c061d5380072c4bae50cb6a
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Sat Apr 4 21:08:41 2015 +0100
        
            no user of OFILEAnalyzer anymore
        
        Change-Id: I9eb5b10d4c1f8b4d0876a0c172bbe01acaa0bb72

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [0d003606a4cb8e15d0d26b245f72620e577a5282]

        coverity#1306214 Uninitialized pointer field
        
        Change-Id: Iac0c13c2c8236109370bf4677cc62e7fa6041c5c

2015-06-12  Caolán McNamara  <caolanm@redhat.com>  [a0239af64d00aecfa2b4b73488aaf393137ab861]

        coverity#1306212 silence Infinite loop
        
        Change-Id: I8266c914c4f6fa34fcb000db8c1e342e18afcfe1

2015-06-12  Noel Grandin  <noel@peralex.com>  [f6a9b58bc72c1918f965043035dd1c04a0772820]

        tdf#62095 fix O(n^2) algorithm in opening pathological file
        
        with tons of missing styles
        
        Change-Id: I93c41f1e461a6e148e9f4c1dd84a598ca0090b54

2015-06-12  Eike Rathke  <erack@redhat.com>  [7750dfccbdafe0b487d4e3f52a672c57db1de24b]

        FLOOR.MATH has 3 parameters, show them in UI
        
        Change-Id: I04a3990b90bd84c680df56ab6a5dc9eca575e696

2015-06-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [aa3cdfc8b61f8ef543a13741caf8cf88e3969a79]

        Android: show drawer ("hamburger") icon on root directory
        
        When browsing the root directory, the application home button (on the
        top left corner) becomes a drawer icon. When not in the root dir, the
        icon is an arrow as usual.
        
        This will increase the visibility of the document providers feature.
        
        Also, modified the behavior of the system back key to close the drawer
        in case it is open.
        
        Change-Id: Id0ce932907bcec4b8601029482eda0c1c1f0df35
        Reviewed-on: https://gerrit.libreoffice.org/16246
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [371cecff13c1ba8d2ace97695c7ede6d90440736]

        Android: do not hide toolbar under the drawer
        
        Change-Id: I329b1e5eb63c023a488c72137d9775f1f19b9e3d
        Reviewed-on: https://gerrit.libreoffice.org/16247
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [543389a813879d16bde12d3edcaa802c994ec1be]

        graphicexport.ui: Remove incredibly unhelpful “help” messages
        
        “1 is less quality, 100 is more quality.” You don’t say?!
        These are things that any person can deduce by themselves
        by looking at the sliding bar.
        
        Let’s not assume users are idiots who need to be told
        obvious things, and in *two* mostly identical sentences.
        
        Change-Id: Id1de16b078712009a1fce4d21f7509f873d35bc0

2015-06-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d1f671e053864d0bf54d04a855761b43a7f5a9c4]

        tdf#87434: android: system back key to go one level up
        
        Added an additional check so back has to be pressed twice on the root
        folder to actually leave the application. It's a check seen in many
        other apps.
        
        Change-Id: I26827113a41070aa8188fa616ba8fe53742329b3
        Reviewed-on: https://gerrit.libreoffice.org/16245
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [cafae25b04d4c7cdb930a053472d6b11c1943716]

        Android: properly set default dir for the document browser
        
        The default dir had been changing by modifying the "local documents"
        provider; this is wrong because there is already a document provider
        to browser de internal storage.
        
        Change-Id: I08677283100162aaeced622153131f89abc2f1af
        Reviewed-on: https://gerrit.libreoffice.org/16244
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [90f9e09a176d9c9df3d79a057a27c34d441608df]

        CID#1306215 Uninitialized members
        
        Change-Id: Ib1ff285d1f8180ecb0be8448ac4c2d1878dff274

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [c5ca7ede1d330dad73355bc9769b2ca9db1fc66b]

        For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden
        
        ...same as f0aa1a78fb209310e8baef53c02f365fca518d11
        
        Change-Id: I89e20a57125012a6805b8d61ec668068b7149be2

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [45cf2e2c58c3d113632f5b9c776df3d15df816f9]

        Pass -fvisibility-inlines-hidden into external/libwps
        
        ...same as fc6f894d2211cee7b28cb93345e90297ec04fe06
        
        Change-Id: I14eb43ec78373863fe996ed50863d7681fd2e229

2015-06-12  Tor Lillqvist  <tml@collabora.com>  [04439bf6f130918f4de700c5100898a2c2300d01]

        Add --disable-gtk3 to the options used for the BUILD platform
        
        Change-Id: I849f079bf914fc2feea6379544f0634b5296d162

2015-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e7aa546642426c2bbadacf061ff5695498393e9]

        svx: prefix remaining SdrMarkView members
        
        Change-Id: Ia1b65264fea95077c9dc2fb1288a20c6df0ef84c

2015-06-12  Stephan Bergmann  <sbergman@redhat.com>  [8d2ac08383f894f428da63f4653d0cbd6649e0db]

        external/nss: -fsanitize=nonnull-attribute
        
        Change-Id: Ic3a20f56250d99a347df5deaf785800a2f96e470

2015-06-11  Yousuf Philips  <philipz85@hotmail.com>  [bb9dad2ef23829b2500c9f99154bca6a8ba7d49a]

        tdf#91781 Make Styles a new main menu bar entry and small rearrangments
        
        Change-Id: I9b8ab749978826741b2c893197aaf7ebc1758d3f
        Reviewed-on: https://gerrit.libreoffice.org/16227
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-11  Yousuf Philips  <philipz85@hotmail.com>  [cdd7ef358d8e97ebf13431b78337f61ad5c2c01a]

        tdf#91820 Minor fixes and fix icon links
        
        Change-Id: I8b151c09bd8630abfc5b7ec3b56870e0075c8d36
        Reviewed-on: https://gerrit.libreoffice.org/16231
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-11  Andras Timar  <andras.timar@collabora.com>  [f20c03acac4774bc99cc8f33271f12aa2a290788]

        tdf#90713 tdf#90925 remove footnote mark from TOC/List of Figures entry
        
        Change-Id: I58ab0fbc6a247c29c77a4e9d7febc11daa4a79c8
        Reviewed-on: https://gerrit.libreoffice.org/16233
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-11  Andras Timar  <andras.timar@collabora.com>  [5956cbcbd4b59186d23a34f9d56892266482f251]

        tdf#90926 remove footnote mark from cross reference
        
        Change-Id: I0354bca230395d8061bb6d9ce9f9b7a6229b73a7
        Reviewed-on: https://gerrit.libreoffice.org/16234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-11  Jan Holesovsky  <kendy@collabora.com>  [6bf39b2f4ea4e880d8414b04269405e6b48efe23]

        Fix LibreOffice running with SAL_ENABLEGL=1
        
        Change-Id: I302ab9e38831403cbb4aa96c61d4862f43537e8e

2015-06-11  Eike Rathke  <erack@redhat.com>  [6d7dcb81a25bb8896adad352a9e7151a41e18245]

        recompile TableRef formulas only after position was updated, tdf#91842
        
        Change-Id: Ibdcfdd6175e6ccb8aded02d59b1b21e92a0fc120

2015-06-11  Eike Rathke  <erack@redhat.com>  [47f002cbbf9593ab0097e178732e51b365b42732]

        adjust also RPN reference tokens, tdf#91842 and probably others
        
        Similar to beb5879f8fea231a037acf010812df2dffbe302d it is not sufficient
        to adjust only the parsed tokens, generated RPN tokens need to be
        adjusted as well.
        
        Quite likely also other Adjust...() functions have to handle this, need
        to investigate.
        
        Change-Id: I5de4e2238703b3ce134f7d46a87bd7a4fb940cff

2015-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [88f94fa76ffbfc3abba885480d7d2d2e05107d0a]

        Enable gtk3 by default
        
        This just builds the gtk3 VCL plugin, it's still disabled by default at
        runtime (see unx/generic/plugadapt/salplug.cxx).
        
        Change-Id: I852e499cf1fbd1b218114f1091c4ba8a9a91a29d
        Reviewed-on: https://gerrit.libreoffice.org/16229
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-11  Caolán McNamara  <caolanm@redhat.com>  [7c3abee29c742593206b755b20a718c46f0780fa]

        Resolves: tdf#89643 report builder function wizard segfaults
        
        regression from
        
            commit 3d6521280929ecacc53b7c358d29d0b5d31b3462
            CommitDate: Thu Jul 31 22:14:25 2014 +0200
        
                fix memory leak around function descriptions
        
                Found by Lsan.
        
        There are two implementations of getCategory, one (sc) returns a new one each
        time (hence the leak fix) and the other (reportdesign) returns a pointer to one
        that belongs to the manger (hence the crash).
        
        The code in formula really looks to me to expect that the getCategory return a
        pointer that "someone else" needs to look after, i.e. the reportdesign variant
        is the more correct so revert 3d6521280929ecacc53b7c358d29d0b5d31b3462 and to
        fix the leak make the sc own the ScFunctionCategories and just cache them like
        the reportdesign one does
        
        Change-Id: Ifd986301a54b4d20449e864697655cd973e0c4df

2015-06-11  Caolán McNamara  <caolanm@redhat.com>  [19053e62d1f8e23c82d03c14228e127792ef46ce]

        cppcheck: noExplicitConstructor
        
        Change-Id: I2d629c48b6526fa5f37174921c068e1201a897ef

2015-06-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a952bf824ee1e79d9405072ae17dcc3cd3f27af2]

        Upload libfreehand 0.1.1
        
        Change-Id: I1534a0f43201a594b727ee8b42b697c8c1b5e224

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [555911d7442c8f1170f67708774cdd26a3ca33ad]

        external/libmwaw: use patchlevel 0
        
        Change-Id: I374df5ffc4dac7824db0d6faf59db7143449767b

2015-06-11  Caolán McNamara  <caolanm@redhat.com>  [f81c775b0782259c1b5504af859237fd71ac89e6]

        best effort export of ooo72950-1.odt to docx without crashing
        
        the curious case of ooo72950-1.odt which has no nodes in the first line of the
        table as seen from the visual layout perspective seeing as the table is split
        over two columns with the second column portion of the table higher than the
        left column portion
        
        Change-Id: I38526bf80ff8cef1688aa5f5f686e437c4a3d6e5

2015-06-11  Caolán McNamara  <caolanm@redhat.com>  [8a3120ced522357f53c97b051d0af6437c7a0316]

        cppcheck: noExplicitConstructor
        
        Change-Id: Id6291335945a8f10cef3afd1a2b3bae65fdf4562

2015-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddaca012d2715e5270dfeef43452e07aa7a9508c]

        SwDocShell: re-store embedded data source def only when location changes
        
        Change-Id: Ic667491026e9e88a72253aa079c77b8079cac588

2015-06-11  Noel Grandin  <noel@peralex.com>  [3bd57cc2c0cabf33799edc57d3dd1c90c7857ecd]

        java:remove more unnecessary catch/re-throw
        
        Change-Id: Id9a13c7f4ae0fd53c95c551544e60af44bb3fb95
        Reviewed-on: https://gerrit.libreoffice.org/16203
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [0a8d96b7b565e496a18e22b44d04be7aa2513c94]

        SdrCustomShapeEngine/DataItem are just SfxStringItem
        
        Change-Id: I94f8c268781f5a5b4da9da78af183adefc0c2925

2015-06-11  David Tardon  <dtardon@redhat.com>  [fe51d68f9a3056180a9496cded3fd823ac6ce1bc]

        force liborcus to use internal boost if needed
        
        Change-Id: I96b23262edf05d2589590f5e29a5b7a11b49e7aa

2015-06-11  Eike Rathke  <erack@redhat.com>  [67360b28c0965992d67afb9356c5ce8ca3bea11d]

        keep old CEILING opcode, tdf#69552 follow-up
        
        Just in case someone had it in their MRU function list so will be
        presented with the same function. It doesn't really matter.
        
        Change-Id: I4f1023f9650719ccccad97a669b24f5cdd044f16

2015-06-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [cb13c46da1cdd1e2b95fd473cc0ff54f776dfe9c]

        tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations
        
        of CEILING and FLOOR
        
        Change-Id: I9537d9bd8dbca2eac769e74e9d3d5b298b76f594
        Reviewed-on: https://gerrit.libreoffice.org/16016
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-06-11  Caolán McNamara  <caolanm@redhat.com>  [29f6ef4632a53243b1bf60cb412d8c5ee8447dc6]

        Resolves: tdf#91878 vertical text entry missing
        
        Change-Id: I3be1a13a00e3219cb8912ef61a9627d37036d19a

2015-06-11  Noel Grandin  <noel@peralex.com>  [efd4bfa818e262d7dc219ac3ceb85526fedc732c]

        java:regulatize the order of 'final' and public/private
        
        Make the order be 'public static' or 'private static'
        Just makes the code nicer to read.
        
        Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2
        Reviewed-on: https://gerrit.libreoffice.org/16202
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-11  Henry Castro  <hcastro@collabora.com>  [a6f4fde8baf3eeb36820d18ffad84192e995145f]

        sw tiled rendering: Ignore window size check.
        
        In the tiled rendering case it does not need to check
        if the window size is (0,0). But it still has to trigger
        LOKit LOK_CALLBACK_INVALIDATE_TILES
        
        Change-Id: I4c458edfd6e44599b8c8148e0f8543fb0563e627

2015-06-11  Mox Soini  <mox@iki.fi>  [0c87f8bf42ba0338dbf6516dc9539223a5dedf4c]

        Cleanup crossplatform cairo
        
        Mac / Win cairo is not built / used, this cairo code can be removed to
        reduce code bloat.
        
        4th Revised version with Android fixes
        
        Change-Id: I6e56850f535ca13b77839b7d67e227c5f39d388e
        Reviewed-on: https://gerrit.libreoffice.org/16218
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-06-11  Noel Grandin  <noel@peralex.com>  [776a3f14f2d987312b926ebc1ad09321a3a87f0d]

        convert expressions like 'size() == 0' to 'empty()'
        
        Change-Id: Ia5c8c0f38a347f398d587970a22e03f29ffd37af

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [f60e521f24863643c7befed7f84db7d659c3c547]

        missing include
        
        Change-Id: I7ac5607f911d3ffc469fe01fcf708899f3e23e57

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [808d40139283e6dbc2248efaf661502f6e22f0ac]

        So assume SwUiWriterTest::testEmbeddedDataSource works on MACOSX now too
        
        ...similar to 6cca91f7ada91701443225061a5dd0ae81a98b8e "CppunitTest_sw_uiwriter:
        enable on Windows," whatever the original problem was in
        601ba26cb5737970e7e9a173515bb21ebde55db9 "Fix the Windows and OS X build
        temporarily."
        
        Change-Id: Ia1befff90d773637e01e6d88e398ae21a1d47108

2015-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [12783429cfa5984adf02efdfcbe6e1653d58365f]

        SwDBManager: avoid registering two data sources when creating an emebedded one
        
        SwDBManager::LoadAndRegisterDataSource() calls
        SwXDocumentSettings::setPropertyValue() to set its EmbeddedDatabaseName
        UNO property, when creating the embedded data source definition. OTOH,
        during load, SwXDocumentSettings calls
        SwDBManager::LoadAndRegisterEmbeddedDataSource() to register the data
        source. The result is that when creating the embedded definition using
        the MM wizard, we registered two data sources.
        
        Fix the problem by first setting the UNO property, and only then storing
        the data source definition.
        
        Change-Id: I3efc141d9ab94828007a48a8bf5949b4f3b6510a

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [5041d1548a9875da5c594e459a12fb3949312636]

        minor clean up
        
        Change-Id: Ib4fb12e187eb4bad7da04425328d1f5cdf851654

2015-06-11  Andras Timar  <andras.timar@collabora.com>  [c0c865d2002569c5c292f7f36ad3a811fd9a3f2f]

        Typo: vertival -> vertical
        
        Change-Id: I3dce3d131ce78713333d6e4bc2f3e839af5e04ec

2015-06-11  Noel Grandin  <noel@peralex.com>  [d203948fdb780c7af5777fcc26ad88bac1bd714e]

        convert 'it.begin() == it.end()' to 'it.empty()'
        
        Change-Id: I244a9eb6bce6b1c649653ec38ebb9a39f8b4c145
        Reviewed-on: https://gerrit.libreoffice.org/16212
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-11  Noel Grandin  <noel@peralex.com>  [754ade38ddb2e96187d00f3e621203cea34961fa]

        speed up Java unit tests by removing sleeps
        
        and replacing them with a call to XToolkitExperimental::
        processEventsToIdle
        
        Change-Id: I9fd6cb8af43d902587186310aebe78b5a5ee6932
        Reviewed-on: https://gerrit.libreoffice.org/16201
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-11  Stephan Bergmann  <sbergman@redhat.com>  [c82c94b40157c08bbbc524b2dc02714cbe82dc65]

        loplugin:staticmethods
        
        Change-Id: If54b3017296f5bcea01b3b0d24d9ac821f6a24e9

2015-06-11  Andras Timar  <andras.timar@collabora.com>  [a2716e53c140b09d886591a3d6611ee8f166e417]

        tdf#91613 restore functionality of clicking to .uno:Size status bar element
        
        ... in Writer.
        
        This (partially) reverts commit ebabf6d1fa648d62dd63529e9fe64dcb631caee8.
        I did not see the point to open Fields dialog by default, but other uses
        are fully valid.
        
        Change-Id: Ia06803fbb956266fb40c53f51099f9a32ddd6548
        Reviewed-on: https://gerrit.libreoffice.org/16221
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [5fc0cbbc1254223fedf0f78c5e7539219b228697]

        harden build enviroment on mac with LODE
        
        mac build really does not like finding extra stuff in the PATH
        or in /usr/local/bin
        as this is prone to happen with macport/fink/etc..
        or somethings just due to some other 'ported to mac' pre-canned
        binaries..
        for instance one has found a python3 in /usr/local/bin
        which confused configure to believe it was ok to use
        'system python', which break on mac.
        
        This patch sanitize PATH during ./autogen.sh, when running
        in a LODE environment.
        it leave only LODE_HOME/opt/bin:/usr/bin:/bin:/usr/sbin:/sbin  and optionally
        the path where git is located if that is not /usr/bin
        (it is quite common depending on how one installed git, to haev it in /usr/local/git/bin
        for instance)
        
        This is strictly a 'nanny' patch.. but it should not impact anyone
        that is not ( on Mac and using LODE ).
        
        Change-Id: I865047cfeb102ecb22777a1f7fb7cbdd374448aa
        Reviewed-on: https://gerrit.libreoffice.org/16222
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-06-10  László Németh  <laszlo.nemeth@collabora.com>  [c8344322a7af75b84dd3ca8f78b05543a976dfd5]

        tdf#91645 don't change selected menu title text color in Aero theme
        
        Change-Id: I99a935ac7c1aee881bca77f95bd5d1a45d8901ea

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [88b104f44acff8087dfe3833bb91c63604ced98b]

        coverity#1302618 deref of NULL
        
        on examination this PreparePaint virtual is only called from
        SvTreeListBox::PaintEntry1
        
        and PaintEntry1 is only called from SvImpLBox::Paint in a
        
            for(sal_uInt16 n=0; n< nCount && pEntry; n++)
            {
                /*long nMaxRight=*/
                pView->PaintEntry1
        
        loop so pEntry always exists given that test. Re-jig things
        so these families of method take a reference instead of a pointer
        so verifying it cannot be NULL and a whole pile of else paths
        fall away
        
        Change-Id: Ied40acb1c2263c21b4447832f8cb86f64ed9e80d

2015-06-10  Michael Stahl  <mstahl@redhat.com>  [dc4d9481f36a18db1dfe3b931780edbe32266e5f]

        tdf#90640: add a unit test for this
        
        Change-Id: I72aecb66d0de4ba2bc3a44f664aab8170ffb3d0f

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [f222de1de0f4be3ee01162aa3c62ca928dc8476f]

        Remove unnecessary Bool2Any
        
        (It feels better to use explicitly bool-typed css::uno::makeAny<bool>(x) rather
        than implicitly typed css::uno::makeAny(x) or css::uno::Any(x), in case x is not
        already of type bool.)
        
        Change-Id: I282b3764bb207aeae9f13cc981e68e8ef2b8ab93

2015-06-10  Mike Kaganski  <mikekaganski@hotmail.com>  [17282387d650e843e0f5a28611d91597ccd09970]

        tdf#89972: also copy external reference status
        
        fixes regression from commit 4467c67dc8bf17c67c70985c0d0ea64636884f9f,
        where the new optimized code path failed to properly register
        ScFormulaCell with ScExternalRefManager.
        Introduces a new public method in ScExternalRefManager: insertRefCellAsTmpl
        that registers a formula cell to listen to the same external references
        as template cell
        Introduces new property to ScFormulaCell: mbIsExtRef
        that indicates that some external references are referenced by this cell
        
        Also introduces new method ScExternalRefManager::hasCellExternalReference
        (for use in unit test, will be posted immediately)
        
        Change-Id: Iee07d7b51949fd31953b5fa662a213052eb85181
        Reviewed-on: https://gerrit.libreoffice.org/16066
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-10  Mike Kaganski  <mike.kaganski@collabora.com>  [b3566715c181913c8efa8b1bce8941a760748689]

        tdf#89972: unit test: check proper external ref manager registration
        
        depends on gerrit#16066
        
        Change-Id: I3dde8acfbf0170d0c2cd3ef0b626f3b286922b65
        Reviewed-on: https://gerrit.libreoffice.org/16210
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-10  Jesús Corrius  <jcorrius@gmail.com>  [85f75042f6d62bf3da182311c4396392d9730521]

        Add very initial support for Visual Studio 2015
        
        The new compiler is not detected automatically yet.
        You have to use --with-visual-studio=2015 to enable it.
        
        Change-Id: I0ef8cda7b2d99389b39fd7f8c2e142453ced99ed
        Reviewed-on: https://gerrit.libreoffice.org/15644
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-06-10  Henry Castro  <hcastro@collabora.com>  [533a5fdad3854b89a252216bb78a38ba3222964b]

        Revert sw: LOK_CALLBACK_CURSOR_VISIBLE callback.
        
        Already fixed by Miklos Vajna.
        
        Change-Id: I848f2296c5f5a4d250308ed3a851c46524181340

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [78ecdbc2f69b9d812cf879f662e7c1277d3c9b07]

        Android: improve error handling in ownCloud provider.
        
        This provider now throws exceptions with properly internationalized
        messages to be shown to the user.
        
        Change-Id: I0464bffe14cab24d50180cb5e2e62ce746bcba74
        Reviewed-on: https://gerrit.libreoffice.org/16197
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f8a4e1aab608538567562d97e6da60f015337c47]

        Android: document providers listen to changes in preferences.
        
        With this patch, document providers are able to listen to changes in
        their preferences and update their internal state accordingly. Now
        ownCloud provider can see its server updated without restarting the
        application.
        
        Change-Id: I833c7ec9fc97be58bdc8ac2cbf4384a33c2b400e
        Reviewed-on: https://gerrit.libreoffice.org/16196
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ba44368da5933040080da611aa1722491f89df69]

        Android: add menu entry for document provider settings
        
        Change-Id: Ic48275fe2e7d83fd5e77171f4f5740a527dec7e2
        Reviewed-on: https://gerrit.libreoffice.org/16195
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [79f5d4465c7a2446f3d54bca56f9987f322d59e8]

        Android: setup ownCloud provider with user-defined settings
        
        Change-Id: I4ad4dd12854ca9f332055a50131959f60f7da504
        Reviewed-on: https://gerrit.libreoffice.org/16194
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d5c9d1dec60085f97eb07402eefcc3fd7a989877]

        Android: settings activity for document providers
        
        Creates an activity to manage the settings of any document provider
        that needs them, and populated it with the settings required by the
        ownCloud implementation.
        
        The settings screen is not yet plugged to the document browser UI but
        can be launched with this command:
        
          adb shell am start -a android.intent.action.MAIN \
          -n org.libreoffice/.storage.DocumentProviderSettingsActivity
        
        Change-Id: I83cff641fa61078f2bddbb98262af989c06985a9
        Reviewed-on: https://gerrit.libreoffice.org/16193
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d6f9e415375f53eba7c5e147c7ff30c03a6db731]

        Android: download documents from ownCloud.
        
        Documents are downloaded to the private cache directory of the app,
        and opened from there. That directory is cleared and created again
        every time the application starts up.
        
        Change-Id: I5c05c8ae750b6ced3b419c67d84063e8ee3d84aa
        Reviewed-on: https://gerrit.libreoffice.org/16192
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [69773f54bbac08953f0fbce16eecea0816e04338]

        Android: initial implementation of ownCloud provider.
        
        This implementation can connect to a local server and browser its
        contents, but cannot download and open the documents yet.
        
        TODO:
        
        * Download and open documents.
        * UI to configure server, user and password.
        * Implement filtering to show only the documents of the desired type.
        * Improve error handling.
        
        Change-Id: I54a2e2e1d3e8ec8d824d75639e176ca452551f3e
        Reviewed-on: https://gerrit.libreoffice.org/16191
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8b4ac9e6e8f03fb84bddb714d3c5908a45153b1]

        sw: remove embedded data source on location deregistration
        
        Change-Id: I5b2a24fee50a25a41ba26787f7e30409348d7808

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [b04e1e79e64cb7bb3106fd08a019c27b09bdd5c6]

        Prop_pSegmentInfo is totally misunderstood apparently
        
        digging into the crash on export of kde216114-1.odt
        reveals various horrors
        
        Change-Id: I0d24fe303d561a00a08098b306d10fd8273af928

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6cca91f7ada91701443225061a5dd0ae81a98b8e]

        CppunitTest_sw_uiwriter: enable on Windows
        
        I hope that the underlying problem is fixed now by commit
        670100fcfbb39d3dbe4afdb27fbced26d7b14283 (Remove FastLoader
        optimization, 2015-06-10).
        
        Change-Id: I1cb577ec1f50a45b40683031e79c0999338a2926

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [d0b7be0fa509394dca054246b00b62ea7df77934]

        syntax errors, still
        
        (i.e., parentheses do need to be quoted in BERs, but do not forget to escape
        brakets in configure.ac m4)
        
        Change-Id: Ifabb68ede318e5c95a54c420cd06e238fefbd82f

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [2ed0de57db80eae4fef8b226d956e012370fec15]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I2d1aa79a67bf130c3844b3bccb34a1761e8e4dfc

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [7fd168ad47c0cb3afcbf09aa1b5bd9f76e4e5cb2]

        loplugin:salbool
        
        Change-Id: I030321e8cb905be78b68f9e404926e22723632ef

2015-06-10  Michael Meeks  <michael.meeks@collabora.com>  [48c2815dd20cf20eeec8bb4e003000f4a3d13291]

        tdf#91727 - Unwind non-dispatch of idle handlers.
        
        This clobbers the functionality from commit:
        
            06d731428ef6cf93c7333e8228bfb6088853b52f
        
            make idle timers actually activate only when idle
        
        Since now all rendering and re-sizing is done in idle handlers it
        does effectively the opposite of what was intended. A better solution
        would allow special-casing the processing of just rendering,
        re-sizing and window management to spin for eg. progress bar
        rendering.
        
        Also add helpful debugging labels to the idle & timeouts.
        
        Also cleanup the Idle vs. Scheduler handling.
        
        Also ensure that starting an Idle triggers a mainloop wakeup.
        
        Also add a unit test.
        
        Change-Id: Ifb0756714378fdb790be599b93c7a3ac1f9209e6

2015-06-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ef4fd9c52f16e6d242f999dd87170e6cac07230d]

        add ./logerrit testfeature
        
        - ./logerrit testfeature will trigger a testbuild of the
          current feature branch as it is on gerrit
        - ./logerrit testfeature $BRANCH will do the same for $BRANCH
        - cloning to a tempdir and rm -rf'ing around isnt ideal, so
          consider this as a template for your own scripting
        
        Change-Id: I50a3c80748af82d855522f245ddbff227c8adab2

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [bee2423eff85ebc5f0255596bcf7bec2596307a9]

        syntax errors, still
        
        Change-Id: I8ed4b4d221040ddf5f51d7e01134c855fc85a641

2015-06-10  Michael Stahl  <mstahl@redhat.com>  [2676ee8ededce1aab9888bb3be0b6146e4624dfb]

        sw: fix GCC undefined reference to `typeinfo for sw::LegacyModifyHint'
        
        Stop pointlessly inlining these virtual functions.
        
        Change-Id: I11d123bc704ec6cf54925a13d139fce70cc59566

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [f5ca824f4c7f6bea7f2caf51715aa865250d1288]

        Revert "There's SAL_DLLPUBLIC_RTTI for that"
        
        This reverts commit 8761ab9b5ec7860eb5bc7d05271da081f66a452b; thinko, as the
        RTTI needs to be visible with GCC too in the test code.

2015-06-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [72c7b9829d86e9d9feb6ddc96b3e6a4f26d32f21]

        Bool2Any wants to get bool instead of sal_uInt8
        
        which is what GetTransparency() returns. Iow, do what SvxBrushItem
        does :)
        
        Change-Id: Ief65ab75d8c0955c1ec264611a70dcc693412170

2015-06-10  Noel Grandin  <noel@peralex.com>  [9a5323655355a01be582a556a99e410c4064ebe4]

        tdf#90077 fix freeze when enabling media toolbar in Impress
        
        Change-Id: I402bd7319d31859510a06644eb7dc786d56b312e
        Reviewed-on: https://gerrit.libreoffice.org/16213
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-10  Varun  <varun.dhall@studentpartner.com>  [c979a944c7a00a35293d1de3c32b06f90e0bfa5f]

        Added Test for Export to Picture
        
        Change-Id: I62d44e29cd4376f17270cef548d2cec6f4b621b9
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-10  Varun  <varun.dhall@studentpartner.com>  [4deaf89bbeadf0395810ab5f1213aecf2b078c8b]

        Added Test for tdf#91145 Set Cell Background Color
        
        Change-Id: I7c41f1d596946706dde4adbeb5434ae0be58b04b
        
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [8761ab9b5ec7860eb5bc7d05271da081f66a452b]

        There's SAL_DLLPUBLIC_RTTI for that
        
        Change-Id: I1937374b56b506681876d100112852b68f099038

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2e6ed9befe172bcbfb14d5386bf3e0f151d0d666]

        Android: fix ownCloud lib build
        
        The build relied on the presence of ANDROID_HOME envvar, now we pass
        it explicitly.
        
        Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913

2015-06-10  Katarina Behrens  <Katarina.Behrens@cib.de>  [321f4925a79b74cfd0aea2221a74dd2717e6b8b2]

        tdf#88055: Don't export transparent background colour as white
        
        The fix is twofold:
        1. retrieve transparency from colour in SvxBackgroundColorItem
        (add QueryValue, PutValue methods, use additional memberID to
        retrieve alpha channel as a bool property)
        2. add CharBackTransparent bool property to Draw [text] shapes,
        xmloff needs it to be able to output 'transparent' string instead of
        '#XXYYZZ' colour code in ODF format
        
        Change-Id: Id830bd18fd6da5d9a46e2a94aa254d5d2a6b7ebb
        Reviewed-on: https://gerrit.libreoffice.org/16182
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [62751ab180bdebc0af03d114519cada7f0e7fd40]

        update credits
        
        Change-Id: Ife3131eac8c653bb851f44f05be618289b5c5116

2015-06-10  Philippe Jung  <phil.jung@free.fr>  [35fe915b7cf508356a88897d520b89fc986407fb]

        Fix sd ID conflicts and duplicates
        
        Fix the following cases:
        - two names for same ID in sd/inc/app.hrc. Two ID defined.
        - ID defined in include/sfx2/sfxsids.hrc and redefined in
          sd/inc/app.hrc. Only the sfx2 ID is kept
        - ID defined in include/svx/svxids.hrc and redefined in
          sd/inc/app.hrc. Only the svx ID is kept
        
        Change-Id: I21c7c25cb6db3c43ea2f9aac5aac75fabe61eaf0
        Reviewed-on: https://gerrit.libreoffice.org/16209
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-10  Jan Holesovsky  <kendy@collabora.com>  [342d84218c17da40d0a4f96bc3b07b536d64517a]

        sc tiled editing: Mapping has to be turned off after drawing the buttons.
        
        Otherwise the redlines are on wrong positions in the tiled rendering case.
        
        Also - we are actually never call with something else than MAP_PIXEL, so
        let's kill the resetting of the mapmode; let's see if some obscure corner case
        bites us here.
        
        Change-Id: I8da07dd5448b8863df3148882ec50e6746760cca

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [54253f382e77483b2831af82cf90e2afb0cd55db]

        Ensure single RTTI symbol instance
        
        ...to make typeid comparison in sw::UnoCursorPointer::SwClientNotify work also
        under the Itanium C++ ABI/libc++ semantics (as used on Mac OS X), not only the
        less strict GCC/libstc++ semantics (as typically used on Linux).  This caused
        CppunitTest_sw_uiwriter's testUnoCursorPointer to fail on Mac OS X.
        (DocDisposingHint and LegacyModifyHint need to be SW_DLLPUBLIC even though they
        are nominally only used inside the sw library, because they are also used from
        the CppunitTest_sw_uiwriter test code.)
        
        Change-Id: Ideceade22ca3049ae287aea468de93c72bee5fdc

2015-06-10  Maxim Monastirsky  <momonasmon@gmail.com>  [172a96e5246c7847313838464c671dccfd564ab8]

        bSwitchOff is always false now
        
        Change-Id: Ic79c0f1cf2816da60962f67c57efb75685d984f1

2015-06-10  Maxim Monastirsky  <momonasmon@gmail.com>  [71b35212265bb93b10ca35ab964a36e6b6cc552b]

        tdf#88290 Adapt the numbering popup to more than 8 items
        
        The items count of NumberingTypeMgr is limited by 8, but
        some languages have more items, so remove that limitation.
        
        Also fix the behavior of the 10th item. The old sidebar
        popup had a "None" item, whose id was 10 (defined by
        DEFAULT_NONE from include/svx/nbdtmg.hxx), and that causes
        now the 10th item to behave as on/off toggle. Since we
        don't have a "None" item anymore, get rid of that behavior
        completely.
        
        Change-Id: I5546ca637f9951cc093a7bbf8fda11dc35341d4e

2015-06-10  Michael Stahl  <mstahl@redhat.com>  [ada6281a5bd74d0ff6ae578d57f39f65b7c25103]

        configure: make the error message for pkg-config on Mac more actionable
        
        Change-Id: Ia7f99123625df28cd5459ee6d488e02b20d386f0

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4897f10beab678494a7c2dfdc140c424154e9f8c]

        SfxObjectShell::CopyStoragesOfUnknownMediaType: still try to copy Base streams
        
        When Base is embedded in a Writer document, we still need this when the
        document is saved for the first time after embedding.
        
        Change-Id: I1103da01838abd4ac1b03dc4d44e10db3ce650bc

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [23c467fd7a1932015ef209f9db49acd167fd713f]

        SwDBManager::LoadAndRegisterDataSource: restore lost hunk
        
        Accidently removed in commit f01f31201f9b26b3071ab25f9a5a3a0311ff7423
        (SwDBManager: extract StoreEmbeddedDataSource() from registration code,
        2015-06-09).
        
        Change-Id: I27e47249b92b8fd19dcd09a1226f5e80184ea8db

2015-06-10  Michael Stahl  <mstahl@redhat.com>  [1ee5e1a17cbd50f84990fb43fac7e8c811e604a9]

        pyuno: remove obsolete LC_NUMERIC to "C" mangling code
        
        The CPython changelog says for version 2.4:
        
        - Python no longer relies on the LC_NUMERIC locale setting to be
          the "C" locale; as a result, it no longer tries to prevent changing
          the LC_NUMERIC category.
        
        Change-Id: I6d63c4dedca48c99bf81135d69285d9116a19740

2015-06-10  Michael Stahl  <mstahl@redhat.com>  [82dbf859f18eeda9f7051a4e5d1b5613e6b53434]

        svl: document SfxItemPropertyMapEntry
        
        Change-Id: I7caa540d069addb610310830c26ecd647afc6538

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [169cd9f675b6c868b829caf4bed0d829d9404b41]

        VMLExport::Commit is riddled with out of bounds writes on export
        
        Change-Id: I9490d888ad148caecba034ef12b7398ae5c66a3f

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [c78c0441a2e7f1b2b6a08d6174f8427907781d82]

        cppcheck: noExplicitConstructor
        
        Change-Id: I0081113bf312287fe6e14749a569709ee892d8dd

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [80fbd731d8b8b101a10466a4d16d4867e9de968b]

        similarly fix fatal export of kde216114-1.odt to docx
        
        Change-Id: I78478de91473681fd8d836293dabe7b790dda516

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [aeb52a855d55475ff2e74f5308ae580dce3e069f]

        fix fatal attempt to export kde302504-1.odt to docx
        
        the enhanced-path contains decimal points so the
        last element is a double not an integer
        
        Change-Id: I90be76a2d4cb90ee7a904aa72fe65770c675fc53

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [80bff90943bb983033ace6339ff3e575666e8a74]

        loplugin:bodynotinblock
        
        Change-Id: I97d74eebcb45f413dbc73ab96db447228eeb158f

2015-06-10  Maxim Monastirsky  <momonasmon@gmail.com>  [ef530d397b021a9606bb3b3abe8c2290a1d94c59]

        tdf#87651 Add outline buttons to impress sidebar
        
        Change-Id: Id3cf58660bfcaf7424d027773894ce6888df788a

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [670100fcfbb39d3dbe4afdb27fbced26d7b14283]

        Remove FastLoader optimization
        
        ...that was introduced in b88a62cc97613e5dc00c806f59982cb57f9d1dc8 "CWS-TOOLING:
        integrate CWS dbaperf2," apparently to speed up later activity by pre-loading a
        JVM or Calc.
        
        The problem is that any spawned FastLoader thread was never joined, so could
        still run during exit.  That caused many spurious failures of
        CppunitTest_sw_uiwriter after df726c8b3e80bf2e1696f901ea01f192dcb8a77e
        "CppunitTest_sw_uiwriter: add embedded data source definition testcase"
        triggered spawning such FastLoader threads there.
        
        Adding code to join any spawned FastLoader thread is not easy, though.  For one,
        it is not clear whether there would not be very many (terminated, waiting to be
        joined, thus still holding up system resources) such treads when doing the join
        in ~DatasourceURLListener or DatasourceURLListener::disposing.  For another, a
        naive attempt at joining in ~DatasourceURLListener leads to deadlock, as it is
        called with the SolarMutex locked and the E_CALC branch in FastLoader::run
        blocks waiting to acquire it.
        
        Thus, the best approach appears to be to remove this optimization.  Hopefully,
        that does not have too dire performance impacts on typcial user scenarios.
        
        Change-Id: Ifeab013ddd8acee1289423facba0c120684e9325

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [6f9b3532ee81850500d9e87ad329c00ea9c83bba]

        fix crash on export of ooo67471-2.sxw to docx
        
        This old-school table has three rows in it, but the second row is of 0 height
        so is indistinguisable from the third row by layout positioning, so the
        WW8TableNodeInfo view of the table is that it has two rows, and the comparison
        of being on the last row is done with the m_xTableWrt->GetRows view which
        considers it to have 3, so the table end marks are never output.
        
        add a new finalEndOfLine property that the WW8TableNodeInfo sets on the last
        end of row of the table as it sees it, which should resolve this.
        
        old style tables are a cess pit, which is why they were replaced
        
        Change-Id: I996aa59a338a594487f49ec0f228af3fb3032d15

2015-06-10  Caolán McNamara  <caolanm@redhat.com>  [bb42b693c81814a966723b5067a2d20754fe82e0]

        don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabled
        
        Change-Id: I689783e176921ea03475d3e113426563bf20b9d7

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [371cc81bd9ccbfbed25f810e70899c044280349e]

        external/liborcus: Fix Linux RPATH
        
        This has become necessary after edb38d702dd5a058ae0702b73a43328318b94649 "update
        to liborcus 0.9.1; Includes switching to dynamic libs."
        
        For one, pass -Wl,-rpath,$ORIGIN in via LDFLAGS, as is done for various external
        projects.
        
        For another, libtool (as internally used by liborcus) unhelpfully adds further
        -Wl,-rpath arguments of its own, to make the resulting lib in its presumed
        location find its dependent libs in their presumed locations.  But we override
        all that to the single instdir/program/ directory and corresponding RPATH
        $ORIGIN anyway, so the simplest fix to get a clean RPATH appears to outsmart
        libtool's attempt add adding further -Wl,-rpath arguments by setting
        hardcode_libdir_flag_spec_CXX to empty (see the internals of libtool for why
        that works).  Other external projects (like redland) suffer from this problem
        too and currently have a "dirty" RPATH; fix pending.  Until libreoffice-4-1 that
        was generally not an issue, presumably because having all libs in solver
        happened to cause libtool not to emit any additional -Wl,-rpath arguments.
        
        Change-Id: I80dff5141a33c198f30aecb7c51b41bc06145f1c

2015-06-10  Jan Holesovsky  <kendy@collabora.com>  [c6dab8e7ba427df1cdc25ed4077dc0e443197bba]

        Enablaed -> Enabled.
        
        Change-Id: Ia73ae54068d208d6b2db3439f38402664bfa8d29

2015-06-10  Henry Castro  <hcastro@collabora.com>  [9c947faeae438df99a14e701b12a62b3a250f13d]

        sc tiled editing: Corrected dropdown button offset
        
        Change-Id: Ieff88d5de119db30c3fbd2f58ba52696eeb3d327

2015-06-10  Tor Lillqvist  <tml@collabora.com>  [a799d7c9a66464f33bd8ee42d535e29a976d64ae]

        Fix Firebird build against OS X SDK 10.11
        
        Change-Id: I60c7540241c41f5063736f2a3d4817371411c8dc

2015-06-10  Tor Lillqvist  <tml@collabora.com>  [7bfe288dabae31ea36ce053359ffef215b0e480b]

        WaE: 'convertScreenToBase:' is deprecated: first deprecated in OS X 10.7
        
        Change-Id: Ic25e9aca7a2a61ac677720427fae7a18a8a179fa

2015-06-10  Tor Lillqvist  <tml@collabora.com>  [6c2f65dfe08dd7acefec3be00b4f38dd5bca50a8]

        WaE: null passed to a callee that requires a non-null argument
        
        Let's hope passing an empty NSDictionary works fine.
        
        Change-Id: I90a9b09d421ae8cd202b602db97b2c08b149fd07

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fabf093a3f05aed6ae460e6840fb8a884e89828]

        sw: fix gcc-4.7 build
        
        Change-Id: I6223691a25d5bdcf83b60a26e344fa964d995354

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [26fb0ce19df808f85cf6115e7ae1db8dc446236a]

        sd: fix gcc-4.7 build
        
        Change-Id: Ia368b9760097b6041757a27f228ace587e243683

2015-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f50c6ee4b679d7d53a7d7bf648aa7b466039d34]

        writerperfect: fix gcc-4.7 build
        
            error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString'
        
        Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0

2015-06-10  Maxim Monastirsky  <momonasmon@gmail.com>  [a861a234b0f5f39b06fd6180655182c167c3a94d]

        tdf#91944 Fix inc/dec indent buttons in impress
        
        Regression from ed6b7d972bf1aee323947f22c6b5de430db4a9a5.
        These buttons are implemented inside the sidebar, so just
        changing command names in the ui file won't work.
        Also, following the decision to use indent buttons across all
        modules, there is no need for 2 separate toolboxes anymore.
        
        Change-Id: Id9af0cd10fd0517be86b9793c187cd6508029732
        Reviewed-on: https://gerrit.libreoffice.org/16199
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2015-06-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e6fe508d6835590c6245e62e2c014808453e7d92]

        Android: add ownCloud library to the build.
        
        Library code from https://github.com/jaragunde/owncloud-android-library
        
        This patch downloads, builds and installs the library from a tarball
        uploaded to http://dev-www.libreoffice.org/src/.
        
        Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f
        Reviewed-on: https://gerrit.libreoffice.org/16190
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-06-10  Stephan Bergmann  <sbergman@redhat.com>  [f9887ea014a492b062130547e15a931868edb046]

        loplugin:unreffun
        
        Change-Id: Ibc1634886a85f4c7936ea175c754d31ea21eefe1

2015-06-09  Henry Castro  <hcastro@collabora.com>  [2281a4922f2209511f79b961ca2140c112bc41eb]

        sw: tiled rendering, set minimal window size.
        
        Set minimal window size (1,1), so it can trigger
        LOK_CALLBACK_INVALIDATE_TILES
        
        Change-Id: If6ef9aeec94b396febd41375b3ce96b1aa1d6115

2015-06-09  Henry Castro  <hcastro@collabora.com>  [698b344fdf42cc9738d5e91cd27876ce1ff39daf]

        sw: LOK_CALLBACK_CURSOR_VISIBLE callback.
        
        Change-Id: Ibf62a9d46df7d56dda737b4671d79b59bd01d35a

2015-06-09  Eike Rathke  <erack@redhat.com>  [782c116b5ac39aef27c3a00f7fc145c9f755e3a3]

        more tests for the implemented cases, tdf#90001
        
        Change-Id: Iec22ad67c9deaada827ba8eac47581e08f934353

2015-06-09  Eike Rathke  <erack@redhat.com>  [20e4ccc6ba366cd70c9218e016ccff4025e3d816]

        correct 3D reference update on sheet deletion, tdf#90001 follow-up
        
        be1b3daeeb64a44e577510561d02147b87db72c2 missed a few cases
        * a deleted reference start was shifted by two sheets instead of one if
          the formula was on a sheet before the deleted one
        * a deleted reference end was not correct if the formula was on a sheet
          behind the deleted one and used relative sheet reference
        * #REF! wasn't set when the entire referenced range was deleted
        
        Change-Id: Ib9c7492a651a8429fa1c411c8e447593e366e09d

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [8e0a9f97acd7eacb550eb503691e88cfd0921e5e]

        syntax errors
        
        Change-Id: Id5f0a606c0bb0b322b09998101f5731e9b28b68d

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [2b121ad11a4e465bff94816513f6e390061aa811]

        Fix Mac OS X install names of external liborcus
        
        Change-Id: I0304b13b441654636f633a97012ac91863d0b4d9

2015-06-09  Takeshi Abe  <tabe@fixedpoint.jp>  [ca5245f0e5685fac1db7fdb715c603b4d86bb828]

        cppcheck: variableScope
        
        Change-Id: Id3c2a7f95f4bbcb32203bb4df3610aacfc837a49
        Reviewed-on: https://gerrit.libreoffice.org/16189
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [0d754a386fb44f970f33a3e71b2f0f3cfb7c4598]

        Revert "re-enable test after fix up"
        
        so much for that, still fails elsewhere
        
        This reverts commit 50a1410f7a1aeb6cb1b7a4f95436bb251465fe5a.

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [50a1410f7a1aeb6cb1b7a4f95436bb251465fe5a]

        re-enable test after fix up
        
        Change-Id: I138a7abb67aadb6c0edc52caf88cb9ce8adcdcf9

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [3b397cb6cf7f673571205a91834c9b5622968df2]

        kill SwNodeIndex before dispose to fix uiwriter failures
        
        Change-Id: Ifbca76f10fadc96dc90e48a7222c40baae9b85c1

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8f0a18fb992f554485b42cb4d594a20f06d4035]

        disable UnoCursorPointer test for now as it fails on OSX
        
        Change-Id: If2eb492ad4be3c6d570874c6a2fabadc3c233dab

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e8a9a973da1fc96481a1351cc05efa31fc6904c8]

        give better hints for the whodunnit in SwClient/Modify
        
        Change-Id: Ic30f70cae1258fcf9e703d85093d52a059c9cd53

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [e966e9fae635afe6237738a83658baf7c86eea93]

        More CppunitTest_sw_uiwriter fixes
        
        1) Guard against nDPI == 0 in ImplLogicToPixel(), it's the caller's
        responsibility to ensure that the DPI value is in the expected range.
        
        2) pOut in sdr::overlay::impCheckPossibleOverlayType() is seen as 0.
        
        Change-Id: Iab5ff10aa7953993161dcad2d49d99d80c588e01

2015-06-09  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [830e44c2183961e2d0078280c9c3d58d59192fc8]

        Update "insert field" icon

2015-06-09  Philippe Jung  <phil.jung@free.fr>  [8ced97caa409d6dc8f69230145e9c9f281fb84fe]

        Last item of menu with title cannot be hilighted
        
        Seing the fix, it probably also impacts scrolled floating menus.
        
        Change-Id: Ia740573c3ed54cf01a57575a2ca00d49165be28d
        Reviewed-on: https://gerrit.libreoffice.org/16187
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Philippe Jung <phil.jung@free.fr>

2015-06-09  Jan Holesovsky  <kendy@collabora.com>  [f76b2b3b1184383695a35fa104470fa3027e477b]

        calc mapmode: Convert ScOutputData::DrawGrid to draw in logic units.
        
        Change-Id: Ie641c31e9023accf9d6bc510f8ca0b25ced3031b

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [6a55792cdd39f95c28a929cd0c1c1a3e89e00cfd]

        Revert "restore "crash on layout of novell622972-2.html" temporarily"
        
        This reverts commit 46a76be3a13ad501e4d09da652f551b2c621e685.
        
        CppunitTest_sw_uiwriter failure was unrelated to this
        
        Change-Id: I2fb9d3cbf4730e4337a438db5ca66c77a87a133f

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [753fa7ca2fbeb6dfc3f014a68c7d48c6e227be34]

        tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColor
        
        Change-Id: I17607b0040f8adc2f0cbbe98a1d3a9af7b19c816

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [eacbead4f5a4dc7c8db3d60c948e28c199aa2b10]

        vcl: handle nDPI == 0 in ImplPixelToLogic()
        
        To avoid the floating point exception that can be seen sometimes on the
        Jenkins_Linux tinderbox during CppunitTest_sw_uiwriter.
        
        Change-Id: I270bfbe9c8fbb4cb3a86f45b5f4c3afb32213b9e

2015-06-09  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [d0783f02a9def4797c1fa793ce642d45107a520a]

        Merge branch 'master' of https://github.com/shimmerproject/libreoffice-style-elementary

2015-06-09  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [814f96590b0835f243a26a40b50d60519b39ac9a]

        Annotiation icons

2015-06-09  László Németh  <laszlo.nemeth@collabora.com>  [9085cb9aa97ce5a198e321a1c6303ac64bd735f0]

        tdf#91462 - fix invisible menu titles of open menus
        
        Change-Id: I6c9346917b813c662307999fe1c19a6c0665a656

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9eee43a8873361a96c7dc6c4f27f049fda27b910]

        dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list
        
        Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d122985da530da259013e762b5d6666e311bce4]

        extensions: gcc-4.7 error: '<::' cannot begin a template-argument list
        
        Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [366eae3ad3ed97fc2637066c8a0c66ae0db32ed6]

        lplugin:redundantcast
        
        Change-Id: I028563d4b93d5671b87f07c63c4b705bbabff676

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [3eef75bd9d18ed39e93289f8b8f23c269ed0c385]

        lplugin:redundantcast
        
        Change-Id: I96e7dfddebcefa58f01ba743000999fbd729e538

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd3460e951a86e18ef0585c5dd68e6fda9fa3d6c]

        sfx2: WaE: '<::' cannot begin a template-argument list
        
        Change-Id: I954a2128ad5845d5a58eaee2bc0709a78cffa308

2015-06-09  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [f9920649646a02f44a6ee8d5a2e7cfe2c2ec6161]

        Spelling icons

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c97971ea3bd7e40203c926546aae1e4d0951113d]

        svtools: WaE: '<::' cannot begin a template-argument list
        
        Change-Id: I25d4dbd916297fef51f24100dbde0009a4943750

2015-06-09  Noel Grandin  <noel@peralex.com>  [a0ff85afd767e6b4649824a9139875b6322d3a15]

        java:simplify boolean return expressions
        
        Change-Id: I18c1573b7237aab88999877eec3cea41ca211c1d

2015-06-09  Noel Grandin  <noel@peralex.com>  [12d343b0cb0387a42646c971f6d8084b9c76874d]

        java:remove unused imports
        
        Change-Id: I47be43c4ac50ee3938dc09d0206132fa7452017c

2015-06-09  Noel Grandin  <noel@peralex.com>  [26b4f5be815bc7c77deb3d38d23b51c9dea9fcd1]

        java:use System.arrayCopy to copy arrays
        
        instead of a for loop
        
        Change-Id: I3fbd92c5f96970543c2da3843e54a733bf811e72

2015-06-09  Noel Grandin  <noel@peralex.com>  [9a541611895b22ce1833b5151f4f1d420b1c657d]

        java:Return statement in a finally block
        
        Change-Id: I57d9a38cbb7672033ff204567bfb2b58093db490

2015-06-09  Noel Grandin  <noel@peralex.com>  [441407571e2a45b08bcafc507524135e48e3a2d1]

        java:Non-synchronized method should not override a synchronized method
        
        Change-Id: I46307828757ee1142747c14d2942515340083605

2015-06-09  Noel Grandin  <noel@peralex.com>  [0f2007b11b4a0b39bc4e67ade30961f0d533474a]

        more exception handling cleanup in Java unit tests
        
        Change-Id: I8a826c1b31f99e8d1592f284094ff921ddac74ad

2015-06-09  Noel Grandin  <noel@peralex.com>  [cc190ef25fb31325b1d3e0dd050e32feef567543]

        there is no need to synchronize createTestEnvironment
        
        the only caller of these methods is already synchronized
        
        Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [57189ddd887c0fd21f1b3140c48ac168bdd82af1]

        alias sw::UnoImplPtr to ::std::unique_ptr ...
        
        - ... with a custom deleter
        - and kill homegrown implementation
        
        Change-Id: I9babf556dc75772f388d23fd05b916abb4bed497

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a755edf0fba671d53659a4c5f03f549506edd65c]

        use new UnoCursorPointer in SwXTextPortionEnumeration
        
        Change-Id: If6b64c92d4f6f786767802cc046ccd96bd8367cb

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c9a343935f6c480dcaf0145c2f27db08b4ae01a5]

        use UnoCursorPointer in SwXTextPortion
        
        Change-Id: I8628fd1fecb3e2cf54704f9844ff921862da46e5

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [50924ebfd40469204323134a3b20cb20591f4890]

        use UnoCursorPointer in SwXTextTableCursor
        
        Change-Id: Ia58e286760e52191edbe968504e3db0967ce09d3

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [43c1b8d3fe96cc78270d2e000a118d8065e4e568]

        add comment on possibly memory leak
        
        Change-Id: I7e1fc471ca5930ceaff4b1c6c6ba351ff0594639

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [34040b3eef0c9c7b69cdfd7e3ba3fe34f4c5da38]

        use UnoCursorPointer in SwXCellRange and SwChartDataSequence
        
        Change-Id: I23d75d094c2b2dd8d234b608556a8b2339b7f166

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [30f3315d52df22716c086836c41465a6c4cb98b5]

        use UnoCursorPointer in SwXTextCursor
        
        Change-Id: I46d464405d5de6460b10a2965e0c1f011c8142b2

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a2c467a58ade9f55e0154b2935c747bb283ebd45]

        use UnoCursorPointer in SwNavigationMgr
        
        Change-Id: I7c7431edd79cf4527f97c7dc0695d49174b61e2c

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [683bac5b9661367bce9a8b0ccd81046183ed9c9d]

        another RAII
        
        Change-Id: I11bb3ab21e3434574578cd7fbe03b0b75158e355

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [071c49da0c2a42962d4e077fc453434be2a6ecf2]

        refactor out frame collection with layout
        
        Change-Id: I977c9915414eedead860622b120f00ad811e18e9

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41e43dc3d2be13bd75300d251fdd110a051be229]

        refactor SwXParaFrameEnumerationImpl ctor
        
        Change-Id: I017a4b5ccc28d90e1464e8cbf60cffbc96324963

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e4891cefd3dc221692ac2f23fd97d25e71d071f1]

        make FillFrames a member
        
        Change-Id: I1582705ce3ae9cc7bbe33789a1626e8d7d3853cf

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [642088c5eb811e6ca70c4f19d825e074d8268866]

        make CreateNextObject a member
        
        Change-Id: I1bd9668a2567390ceceb1742483a9fdabc025db7

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [540027c366bf0a0e9a820d49acd7ae0ed48cb7d5]

        simplify and inline trivial boilerplate
        
        Change-Id: Idcf0ef3670209c6b68e4afac8efcd8ab463e4774

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82eac6775f93e1147e60ecef81c132ae71e64444]

        use ABC instead of Pimpl for SwXTextRanges
        
        - abstract base class reduces boilerplate
        - Pimpl is pointless here, except for SolarMutex, which is handled by
          overriding release
        
        Change-Id: Ia08dc26104f70411a783ade681be3bcebb3b9acb

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa0301e6d941b512e18a094f567f5c47dd08ffc9]

        RAII for ParagraphFrameEnumeration
        
        Change-Id: I23d9beabe38587eca2b0620b5c431835ce70d37b

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e1323281875e3937c812a2e172fd75d16a573fd0]

        use UnoCursorPointer in ParagraphFrameEnumeration
        
        Change-Id: I5fdf0bdd8609aa07c49b155cc75cade8bdb2c292

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4186d572133470a846399921764e55007fd5395f]

        inline trivial oneliners
        
        Change-Id: I20b993f1775b2db9865487ed84c60e07fd0a4ced

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [736d19c4040fc14a5282130902c9ac0db361225c]

        use ABC instead of Pimpl for SwXTextRanges
        
        - abstract base class reduces boilerplate
        - Pimpl is pointless here, except for SolarMutex, which is handled by
          overriding release
        
        Change-Id: I55df9b20c9b0a78412535f2cca37e04ddaccb5cf

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f14a3a043dec75bf2c2ee7e0e8b62aefe4ef6acf]

        use UnoCursorPointer in SwXTextRanges
        
        Change-Id: Iabcb98f664739aaae0d92b4f2a6b0e50bdcbc09b

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fc87cdbd7b490b1bdc87bda3d48579052fd45726]

        use ABC instead of Pimpl for SwXParagraphEnumeration
        
        - abstract base class reduces boilerplate
        - Pimpl is pointless here, except for SolarMutex, which is handled by
          overriding release
        
        Change-Id: I191dc0fecd25937f41fd724355e88c04da89db61

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e20d0ad2e816a64d7f97980be2d54f5f80be986b]

        use UnoCursorPointer in SwXParagraphEnumeration
        
        Change-Id: I27813e34936bf9525e2931869ec33311fb5f59e2

2015-06-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3e01e7d5720c9b0bee321add8b987ac807f91573]

        add smart pointer for managing SwUnoCrsrs
        
        Change-Id: I9db71fb4be78b5d6fda64217287efea6abd7d771

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [623359af236ab8497d4fac34e112a8b9b7b291f2]

        loplugin:unreffun: workaround for visibility-adding redecls
        
        Change-Id: Ic18b44942f4fe02083c0e8167e8c8d4205e66abf

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [46a76be3a13ad501e4d09da652f551b2c621e685]

        restore "crash on layout of novell622972-2.html" temporarily
        
        This reverts commit dfedebd1e1912252bc2b5204a2b5371952b552cd.

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [dfedebd1e1912252bc2b5204a2b5371952b552cd]

        Resolves: tdf#91695 partially Revert "crash on layout of novell622972-2.html"
        
        This reverts commit 9857c6390212e16dd9f26b47b4afc5d33b5242ef.
        
        Change-Id: Id47e982eb346c092991f07964c0146daefccb031
        (cherry picked from commit 64dc505ce180a168798b725423a308207de42c63)

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [e52bae937032dd5eac14da1d54b045ad9d787b1f]

        -Werror,-Wignored-attributes ("attribute declaration must precede definition")
        
        Change-Id: Iee0e9ef3a623706c33f84c34c1fbbf5b173f7f5d

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [3f0e8bdabed165e09825bc78c55afb968a6d702a]

        loplugin:unreffun
        
        Change-Id: I2011b491012dfd623ece9fd24a265107ac690cba

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [9aa9baa78852dda5c348eb0abdbef98db3e910ed]

        loplugin:literaltoboolconversion
        
        Change-Id: I85fa46de5b864369158d047fd3f7c683f10c822f

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [3a1a5b9744eb73f82c28ecfaa39b54587ef8206b]

        -Werror,-Wunused-private-field
        
        Change-Id: I76cf487c66e048b5e9d0877a1b690cd066b73528

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9805ae85eb776fa8f718c1415942c31f2cfc6d9e]

        sfx2: silence warning in SfxObjectShell::CopyStoragesOfUnknownMediaType()
        
        I guess the intention is to catch all "own" formats, and Base is just
        missing from that list.
        
        Change-Id: I064068c2ab17db9109a9a4681775ba8d18292292

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d7ff7aabc1aa8cf5bb4900ae4b00feb8bc0f7f7]

        SwDocShell: custom copy for embedded data source definition on save-as
        
        If "EmbeddedDatabase" in test.odt refers test.ods in the same directory,
        that will be "../../test.ods". Now if we save test.odt in a different
        directory, we need to re-save the embedded data source definition,
        otherwise the relative reference will resolve to a non-existing path.
        
        Relative references are normally not supported for embedded objects, so
        this is not a problem, but for data sources they are, that's why they
        are a special case here.
        
        Change-Id: Id138b9cdc38f2de589d9b80c66f1a61174699770

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f01f31201f9b26b3071ab25f9a5a3a0311ff7423]

        SwDBManager: extract StoreEmbeddedDataSource() from registration code
        
        Change-Id: Ifc6471f58793cde057f354c4c6a549c073b7d34b

2015-06-09  Noel Grandin  <noel@peralex.com>  [2a0dda3dfb37f0cb69842f7d569c253d82f53713]

        remove some unnecessary exception wrapping in the Java tests
        
        Modify createTestEnvironment so that it throws Exception. This
        is appropriate for unit testing.
        The wrapping adds no value and the calling method already has
        a catch(Exception) to handle anything.
        
        Change-Id: I430a414f63d2cbfc3b65ecfde0285509265e5192

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [60f8dd78fa3f19e8bed867f7f5926fcf9a8d8e67]

        Resolves: more crash on export of ooo47778-3.sxw to docx
        
        This is more of the horror where the table in the frame has its cells out of
        visual sequence, extend the previous fix of this kind to accept cells within
        the original unmodified selected range
        
        Change-Id: I6e8220f712fe9de5d4b98fb3cb5ed67e3762e929

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [fce7587b4deea4d79c9da695bb8f43a2a5864ce2]

        combine duplicate code into shared method
        
        Change-Id: I76d50a135153a7022b481e4025f9b5f948ce7efa

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [3d47d9d9b97b97459554a5e8376aef9aeeeda7d9]

        cppcheck: unreadVariable
        
        Change-Id: Ia16c1ba6052e8cf86762be095930b7e748f4493d

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [ad62165065a0f96933d8b491770775bb57ac51bd]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ic33ee6936f40bec4f3a82aea39a180ae6e9a0928

2015-06-09  Caolán McNamara  <caolanm@redhat.com>  [cc0e9a37de8bceeb224b03a5bb1827b087e3e7b5]

        cppcheck: variableScope
        
        Change-Id: If0c56c89e2722d47a401363f3854331229856490

2015-06-09  Stephan Bergmann  <sbergman@redhat.com>  [0eb52534de536fbe33585c91f4f173653b184e24]

        Unlock SwCacheObj before potentially deleting it from SwCache
        
        Running e.g. CppunitTest_sw_ooxmlexport under UBSan revealed problems with
        SwBorderAttrs instances with dangling pOwner pointers, which caused bad memory
        access during exit when ~SwCache calling ~SwBorderAttrs tried to use pOwner.
        
        The problem started with a4dee94afed9ade6ac50237c8d99a6e49d3bebc1 "tdf#91260:
        allow textboxes extending beyond the page bottom" (and hadn't changed with
        follow-up 2f779fc046c9afec04b4a4500b213e77aee51ae1 "tdf#91260: cleanup -
        textboxes extending beyond the page"):  The call to
        
          pFrameFormat->SetFormatAttr(aSize);
        
        in SwAnchoredObjectPosition::_ImplAdjustVertRelPos ultimately calls
        SwCache::DeleteObj on the SwBorderAttrs instance that is locked by the
        
          SwBorderAttrAccess aAccess( SwFrm::GetCache(), this );
        
        down the call stack in SwFlyFreeFrm::MakeAll.  That means that
        SwCache::DeleteObj will return early without doing anything (apart from
        triggering the OSL_ENSURE "SwCache::Delete: object is locked."), leading to this
        leftover SwBorderAttrs instance causing trouble during ~SwCache.
        
        The scope of aAccess in SwFlyFreeFrm::MakeAll had always extended well past the
        uses of rAttrs (= *aAccess.Get()), covering also the
        
          if ( !mbValidPos )
        
        block (that contains the call to MakeObjPos leading to the call of
        SwAnchoredObjectPosition::_ImplAdjustVertRelPos), ever since
        84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import."
        
        With cb19042f4395c97d123a27c6960d5e30d666c010 "New feature: vertical alignment
        for text frames: Layout part," an additional use of rAttrs (in
        MakeContentPos( rAttrs )) had been added after the block calling MakeObjPos.
        
        The hope is that (1) it is OK to release aAccess earlier, after any (original)
        uses of rAttrs, but before the call to MakeObjPos; and (2) it is OK to just set
        up a second aAccess/rAttrs for the later added use of rAttrs in the call to
        MakeContentPos.  (That is, to punch a hole into the aAccess scope, so that
        ultimately SwCache::DeleteObj succeeds on a now-unlocked SwBorderAttrs.)
        
        Change-Id: I7cb9919b1c9d7c87464ac3a0fe1edfed5b46e122

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [2afe94dbfc85cbcde1399267379a466d527998a4]

        tilebuffer: tileSize as member variable is superfluous
        
        Change-Id: I1eae8c96c12ba4d272341f45fee6c1fd66ab9e28

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [16222190ec4cf6b83e7771a8d714a7dbb968c42b]

        tilebuffer: ZoomFactor as member variable is superfluous
        
        Change-Id: I9f533f577f959c9a715e5214be99ca59cb0d206c

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [03655e67cbb26a6a7b8da4b5e5a18eae4742b412]

        lokdocview: Make tilebuffer an instance
        
        Change-Id: I06dae2e7a5067160326f4c65f5975c4e5afb05ce

2015-06-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0ce0dd519ec298bf7df0111dca1e1c6fdc3a1ee]

        libreofficekit: fix RHEL5 build of tilebuffer
        
        Change-Id: I27da86c774f0450c844e742563c4a8de3f23ad34

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [0e947f33130c55881035e39dcb1c5e64c33297e9]

        lokdocview: mark *_get_type() with const function attribute
        
        Use G_GNUC_CONST that adds const function attribute to
        lok_doc_view_get_type() for better performance.
        
        Change-Id: Id79f0395a98c4f98b46303e9b5ee1e103fbe331f

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [c5f1f7ad2710914fdd6645dd8ce958c70d1d8381]

        lokdocview: Modernise LOKDocView as GObject
        
        Change-Id: I3bbd07ce8163890f9b88567966622dd4fbe9d94d

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [c8caa803b43d7091318f1129b7b4cc7ee417c336]

        lokdocview: Lets follow the GObject naming convention
        
        If we are mentioning this type as DocView, we should break it at each
        capital letter.
        
        Change-Id: I76c7eea455281e541b2196a03778018aa127cebe

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [1493e66bfbceb2e57d069c0a0dbcfa64f7043da9]

        lokdocview: Let G_BEGIN/END_DECLS handle the compiler check
        
        Change-Id: I8c60c9ba13516fc2b3a926c19b41ee19805d74a5

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [085f31a435eed43e3b7927e10309ddd00fb5b9a5]

        lokdocview: fix render calls after LOK callbacks
        
        Change-Id: Ib33f0e1dcf257350be1e2cf6c49cd92494472a55

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [1483643ba5930474b9eab73b723a775dd3c8c850]

        lokdocview: move GtkDrawingArea size request out of renderDocument()
        
        ... and place it at places only where the widget can change its size.
        
        Change-Id: I4a4b28b35eba06a6faab434677d4d70d2a33339a

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [35e03615066a6525e0259ff1823a0da0c2d4820a]

        lokdocview: check payload for inconsistencies before using it
        
        Lets follow the old advice: "Be liberal in what you accept, be strict in
        what you produce".
        
        This is after noticing negative values for x, y in
        the payload in some situation, such as, hitting a backspace key when the
        cursor is at the start of a line
        
        Change-Id: I11939b981f75969b88214baee66b4c69c5e41906

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [f4278176b031f0588269599ba8b59aa6ebbb9464]

        lokdocview: fixed rectangle format in documentation/comments
        
        Change-Id: Iaf4a5fba5c4c34d03b91ca9ca4dd4eff1dbf39f6

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [c074cfa4d48736d1703949ccfe1a6c534a2742ae]

        lokdocview, tilebuffer: clean up
        
        Improve documentation, style fixes
        
        Change-Id: I5000e32e90cd8e3b75e8df2907673efc303a55fd

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [ad0a404ef3097d92cf9a0e861e076a72074a5258]

        lokdocview: wrap a functionality inside a member function
        
        Lets use a member function to set invalid tiles that come under the
        given GdkRectangle.
        
        Change-Id: I440336ddf3c5fd9094f35bb89479aa76a42477fa

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [a5d3efa4a02bed357d43960913a7c946c8b12aff]

        lokdocview: move commonly used functions and variables to common header
        
        twipToPixel and pixelToTwip are also being used by the new TileBuffer
        clsas. Lets move these utility functions to a common header,
        tilebuffer.hxx
        
        The variables for DPI and tileSize are also moved to tilebuffer.hxx
        
        Change-Id: I9d0bec7f2aefe412df232040a7a9abc6db3e4ccb

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [82a208a08fdfa8b6dab4f1577931f5e4f037276c]

        lokdocview: Add support for editing documents
        
        Change-Id: I8637d99e6fa59129af207e667bcdf03dc212efeb

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [cc78267f274a42d268b1d56d0a83888dc69a4c91]

        lokdocview: Use maps instead of vector
        
        Using vector each tile needs to be allocated memory irrespective of
        whether tile is required or not. This approach fails when we zoom in to
        a very high level to have thousands of tiles due to lot of memory
        required. Using maps instead of vector takes care of this, and only
        allocates Tiles when required.
        
        Change-Id: I523f815618451a7f014e28258e0de7b1c0693370

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [42dc4f3ed8b7b41597dd9851c31dee4d0e352f46]

        Add tile buffering support
        
        The TileBuffer class now manages all the tiles. The tile rendering calls
        to LO core is also managed by this class.
        
        Change-Id: Ic667a93dcf1c097e0601c0496e8a083c4742e8cb

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [a13d4671bf1f557b3104e745277554ed11b3e6da]

        lokdocview: use GtkDrawingArea for drawing tiles
        
        Change-Id: I1a3d8a9229f416418f0f3e9c720b78af09b35978

2015-06-09  Pranav Kant  <pranavk@gnome.org>  [d2ea6d817d116f4fe4a31e76fe64d88c8121b1c2]

        lokdocview: add width and height to the visible rectangle
        
        Change-Id: I64212113750893f33f8a859ba52ecd8815a820f4

2015-06-09  Noel Grandin  <noel@peralex.com>  [56365c650c915120f7a2c4b262458e264b5b352d]

        forgot to add this - the python file for the unnnecessaryvirtual
        
        clang plugin
        
        Change-Id: I1392ad1834dc590cec12e379d6478c42b1bbbc20

2015-06-09  Noel Grandin  <noel@peralex.com>  [81b954718f0cdac6873927e869b3e41f863562e7]

        loplugin:unnecessaryvirtuals
        
        Improve the plugin a little.
        Create a python script to process the output.
        Run it again.
        
        Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0

2015-06-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [aba3c3a35a0afde16e42a94ae8cb2b1f589135db]

        Tango updates
        
        From Alexander and Adwaita.
        
        Change-Id: Ib3f396ab2cbb0a89da00a7f8634fc6fe6be0b223

2015-06-09  Andras Timar  <andras.timar@collabora.com>  [30c4467d6afe9bb0c720860613df934ed89a400b]

        not necessary to open read/write to extract document metadata
        
        Change-Id: Idf1bfbac1adc083f6d697d19ca41110f765955e9
        Reviewed-on: https://gerrit.libreoffice.org/16171
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-09  Tor Lillqvist  <tml@collabora.com>  [1276bf033b11a71961cd3454bb44bf08f997ca62]

        WaE: null passed to a callee that requires a non-null argument
        
        But actually I strongly suspect that this is dead
        code.
        
        [AquaA11yTextWrapper rTFForRangeAttributeForElement:forParameter:] is
        called only from [AquaA11yWrapper rTFForRangeAttributeForParameter:],
        and that is not called from our code, nor do I see any mention of
        either rTFForRangeAttributeForElement or
        rTFForRangeAttributeForParameter in documentation or when googling.
        
        The NSView documentation does talk about accessibilityRTFForRange,
        though. Could this be some copy/paste error since initial commit, code
        that has never been tested? Would not surprise me a bit.
        
        Change-Id: Ia1351c293e51e0b75d8b222f78ea19f7801a7c18

2015-06-09  andreas_ka  <kainz.a@gmail.com>  [d28102b1ed0c31500bbc68453a7b7613bd2bfa06]

        Breeze: StartCenter new icons according to tdf#90452
        
        I also have done the extension and the help icon according to galaxy.
        
        Change-Id: I1f1dcce9c4a7aa1609d039381b4f85cf9a8b6f37
        Reviewed-on: https://gerrit.libreoffice.org/16176
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-08  Michael Stahl  <mstahl@redhat.com>  [a874d2a9f66d69aa69f36393de94c803ffa3eaa7]

        sw: remove unused CrsrFlag::NOCALRECT
        
        Change-Id: I985ac3eea9ebb780821ab4fffd460935be5e536d

2015-06-08  Michael Stahl  <mstahl@redhat.com>  [238e07ddca879e0951bef6391fdc5c3fc26bded5]

        tdf#91917 tdf#91602: avoid layout recursion differently
        
        (regression from 587006cac508616f486aea45e265a170bcccdc87)
        
        Change-Id: I38e00a7469243088e25aa1a91e3581240b3bbdea

2015-06-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [a9ff587f5ab82b2b8567e5474dd9f5852680c2da]

        Use auto, avoid temporaries and unneeded casts
        
        Change-Id: I66e69de20e45509de10bc6fe72d0a81bd4805647
        Reviewed-on: https://gerrit.libreoffice.org/16168
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2015-06-09  Tor Lillqvist  <tml@collabora.com>  [bcd52844597640504d3a7caf5441f9f6181497c5]

        Accept also OS X 10.11
        
        Change-Id: Ieedf4810f1e726bf11f0d0b1a203e560a0b16550

2015-06-08  Andras Timar  <andras.timar@collabora.com>  [deefdc947f297df816aa9153ceb3e18e750e5df3]

        Updated core Project: help  b340cfa8193a9b070e7ff2142764b4cf3c0ff7f0
        
        Typo: fir -> for
        
        Change-Id: Ief519a092931ff627ef815004fcfc9e6aefd2cce
        

2015-06-08  Eike Rathke  <erack@redhat.com>  [97fea63ddf21f48ebb3950952b7d5c6c5f648de4]

        destroy and reconstruct listeners only if content is affected
        
        Pasting formula content that created a formula group always constructed
        group listeners, then destroyed those listeners again and reconstructed
        the same listeners, because ScDocument::DeleteArea() is called with
        IDF_OBJECTS again if nothing is excluded from paste. Do the listener
        stuff only if one or more of the IDF_CONTENTS bits are set.
        
        Change-Id: I8c6b7f7bb3402590f2b1f3259ee730f26a906cdf

2015-06-08  Rishabh Kumar  <kris.kr296@gmail.com>  [f6eb112faae4ba79616a40f34a90eec13093cc05]

        tdf#91890:Impress Crash when click on Transition icon in sidebar
        
        Change-Id: I8ea350b97fcbf914b60ba580a72df967fdcfadef
        Reviewed-on: https://gerrit.libreoffice.org/16163
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [f8da549db16bf932271163480429c65eae1e6a3b]

        Decompressor rubbish in xmlhelp is luckily unused
        
        Change-Id: I0d44ef4df250921d24da0d202de96f60c567ded6

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [8d5a2116bc198f51ee394ca48c48f04ef4ba1658]

        add (and call before dtor) Commit to SvtSearchOptions
        
        i.e. follow up to
        
        commit 465359c35fcd8c30a2bedd3d0beb07c0c1c36cba
        Author: Michael Stahl <mstahl@redhat.com>
        Date:   Wed Mar 11 16:39:24 2015 +0100
        
            do not call virtual Commit() from dtors of utl::ConfigItem subclasses
        
            ~SvtAppFilterOptions_Impl() demonstrates that this is a bad idea, by not
            invoking its subclasses' ImplCommit() but its own.
        
        to avoid assert in SvtSearchOptions dtor
        
        Change-Id: I0eaf93450e1daddb81a9463f2c1df48a334dfb22

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [a941df0f89ab8222ebd22c697e23fb539a3730ed]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ie2ae923ad4c1a66e779711de6ff05328ef144dac

2015-06-08  Eike Rathke  <erack@redhat.com>  [883ebe0283dc6bdf62f08191dede2a249f777f63]

        Windows MSVC: cannot specify explicit initializer for arrays
        
        Change-Id: Ic42897ba6bb520c931f63e56d0f453ed14cfaa3d

2015-06-08  Eike Rathke  <erack@redhat.com>  [bd856bdeb1e04311c3c389093afbc4d6a6321ecb]

        Revert "Revert "check bounds in RPN tokens, tdf#90694 related and others""
        
        This reverts commit 3caa8c633168d3fa9540192d85869492df602d54.
        
        Rather let's solve that instead of reverting..

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [f1bbda1c26dc16642038ea70288eec60b43520b6]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ic714e7f887b421e491544b7c985351077170344d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [642f4e574c80a29a226373a9d33273b113ebf689]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Idcaafa47f1891858d2ac4cdc536065cbc127b7c4

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [689a4a69733cd40c93b34dec83d7f7ca52abedb5]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I6fa6ee6d9eaf98a00624ad353dc6d2c5687b0547

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [e7b4225fc8dbc8482150163b0e0c26f1fc3a7449]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I4e24ee646763e758a404bf0832e31e5cebc9d71d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [ced1ffc2d91e0eeac14fedb94f7f31532d3e8f22]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I72ba7c59cfcf0ec4e5e31067a260e82f8f604567

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [f6ec07a3963a401dc736baa9bdd2ed3c7325bb66]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I07bf1403e6b992807541a499b786d47f835b2f81

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [9f356d3e66127bf14fe957962e8451dbd27c8ac8]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ic05bc081ec190cc80d8821630e94f51c8db225b6

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [63082134bfa79da7b5251284fe5a3c516ba41171]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I9778efd0b1d1838c9f51693749575916d77e3198

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [8df62de7a037ee9e222b304662953f2b7aecce50]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I9408d28393ff3654dd81c0240d7665b72b3c189c

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [8ca53be757b16be721dbdd334459b962b15980e1]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Iedee28da32a4333a414e06877f87851345bb4e9b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [e5de5696a49bec2876526fb30c49b30ff299fe6d]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ib636a7566825dd4bd30cc7e8c2e6b744b619b59b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [d4e57ae426efd3666494374b5fd56ddf5ed82891]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I13f61e80a27e58fba347173e5d84464553312836

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b2c8ea3a0253ce87f1b292fbb19b461a53c14912]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8d27ae80d209159690182ab91e272cf00e9f863d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [bc2becdf1a12a1020584ee808c965e41f1837383]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I94b2fbbb00e9772b668128f31cf08115bdfb16b5

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [95f03f49940f88ebd49a02e1d133cf83259eef47]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I0df3b3737e02e6467fc9d71bc948a58797582173

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [58f60b5108c584aa44f353f2fcbd07b81d474e48]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I1666375abb72566e71804ac82b22d3a5ea590b78

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [fa0149a4b8a7772c313bb9d136364082545538a9]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Iac7bb1008806efbef42ee1f9b32df0788a7c9915

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [6bf5ebc0019a605d4add8185b8bc4180c4e20088]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Iaf1585c0413d07ce4f8712570d9195d6a21fa174

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [eac0f3023c920325a4c58bcf6d5d57041128c06e]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ife37243f051e23ebdd5d8d8692b59a748d491a26

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [54bac4ddafbf330ad2ab17d69f09d5f67664d01b]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I82142b0a0fabf9492ce4c4b9ebf4fded4af5a82d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [42590fd2aa73c77c07b62ef1dcc823e17f6bb1e9]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Idc749cf79afe1f6612f5f44a9c44aae853f78275

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [7c874dede68a2bad917961f7d345401bbc6b5c34]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8bd47784ae34ecd57f43b1e680ab863a6272c32f

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [1234f96b963d3bc71736c29b455872447266f11c]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I0c6d14f0762ae804b931472bc201826821572e3e

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [4446cdf20b7b2ef8438058529aeee9b1e1f6549d]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I14d1c6f703c83bc4a0259ce68e93a315bbfdde4e

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [deb7a093b04d05c5e8d33df18ff3f3b510ca6f29]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Id1b618d9e0bfa69e3d118b6735fd421d0517c3d9

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [1c5613e108b4fe98a415296a5b6c0bc7636548ef]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I700b727c048aff5c19411fb9d5bd9601b296cb06

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [2c2bafeedf6a7ce99f8c30d1f69ef9d0a0bf8587]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8c84f0f6aeb38147432ce5393b0286c379c6e135

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [30b089fe491b391931470e960b4af2ccaca9408a]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ibd373cddb1e25f05528e627349953b5f7d115330

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [e56bec5ccd7bdd91e0389381dc4e2f1e48f2c32d]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I27516cc532e46b6e43a2f2f292246f1414e9f9b3

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [f61f7609db7520246346c5c2c1c5c0496e4773ef]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I6449dc2ada17dbf07bba179091e9990520868a00

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [5782f69c0cc2df713c83620e9fc77cb4e12ff474]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Iffa346c16a6775b206c8f8613eee9e7201e3badb

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [430d760acd1694ff572adfe2e60f613d4e94d7a2]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I1a3766bba2c157f20422d3ffb0c08f631b537724

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [a3cebe2e4e5b9883c3842fadea0085bd27a05a4c]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I1c8cf28803694f81985b9d1c61c62d28158a2f71

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [17a5b0f6ed885f1e638b5265f13f96a9c234efcf]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ia702fa56c6ed17b26817e1c0d1720cb26199a6da

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b17d8a19e0880713f8e5ebbe36e38dffc3899758]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ic29f424f5eb579ab95907c110529cdc9002443e1

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [948a3ece9a9ba00201a01268e2facaf178ed8d79]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I18ea5378c165912e988d0c951aab3d83754cf6ca

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [a04610788c7089c41e2f32b3bf911560f5a53fcc]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I5060e9560f394f872c2338409813dd41f20a2fff

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [801b9823a0f1974517a4021b9519cfda8cda1626]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I34315c0e76ee89e456f50776ef3393dc9408e8fd

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [e12fa69f6eba31ffef4c2ed848ee5a91723df094]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I617d55415aee923d0734f3f3b74948b26132611b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b2f490e8627fd31d8f5e48708a898c9f997a4676]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I6fcd79094bb09f9068a4182eaace794b19633f4c

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [e76e6607b152b2d239c6784d6b21cf2a4a3d6362]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I6088ea3fd106aa9563eb71afaf00977cc7c06e20

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [62ee548b8c1b2005ceee7360378289dd31a0ae72]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I62a6714749eba8226ba3a5416ee81f2d76cf0afc

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [950f7c31ea0ae8a724787f05f23d1fabe59a91b7]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ia282c33c70977e3c9e8f1c6fd86bee2fa6eca5c3

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [10bd50c25d485732cf274bec1e80a8500d91e071]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ifdfb96f77ee23a2aaa7200ecee01f957050a6700

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [3c7a66a031331abdb6ed3134e2f1936a6eb5fbb0]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8a8ba86dd78e30146f7b9dd7071f5641d496a67a

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [9a1909a5d0900211727ac3077116c274c7f7bd8a]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [a1a5588b1b440836a6655ab0af5f854f3f5eb5ed]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I4a72a60d621c65e63310ef70b991f9c86f00494d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [648cf9a56dcb11d2674c48e77672cc124aad1bce]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I035d84d2de99c4cf790aab6202559e2b35117b64

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [885bf7c68ce5355a1b4d447aeddc1bd40d6be503]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I1d24939c085ee0751de00124d2a90de1270dbd22

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b5a062bd1c6d5af34d3838192365fb780a910c3f]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I2976a8e6a3c9abf70e153a71bf0374d24d92968d

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [c278518819d2a84655d5ce52b16cf466ee33bcb1]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I4c3c6bfce836ddc35ba6b277e240f5ed7e652e57

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [ffec518e56027fd3aa64af61bfb60811ea78b26d]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ic657326fc9a73e97bf0a2ac650ce3700e0ca865b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [d5dde729086c680c99e660220d7c73a6c3771ae4]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ie55f464ef2eca344d3c1292713ded2710c47cc53

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [cec7d0a908292d065e239024dee06c82ee16809b]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I0d15a14209768ef0292d9abdf00e8fa571cf90da

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [1cb4a7554a21952a323f3e2bbf533b005daf4d00]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I897ebb00ce427a00f1d9b0c199d465bb0ac80309

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [85380260003dd481b97436adb14daf08ffd897c3]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: If951c1982314c5a045d51bc4fff62a3e2b265e08

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [a4fdc347f8809638af5c598346ec4c978ee40dbe]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Ieecc2f050499823e131504ecd487edc0fe3ea30a

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [85a2ec80c65dbcc7c031d21f584d0417f66f2164]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I4eea017d429945cdd8636c0f06cb18f5887a0d78

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [cd14c536643219712c0afe437029043238e33967]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I2d60f21219adfe9935ad69620f3a7bd856f96376

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [98215b5bdb07cb0ff2cfea8b5c85eab07a11eda1]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: Iafb0d21bc7e6483d7ca9e9ea05234ef78dbb18b2

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [f1b0eec9d3b3511e4c9381ad1f486f51772c852c]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8c3f4d39629bbfee91402bddfe27b4d104c524c0

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [66a0a3726adc17f1f5378c4c6de00bb930a370d5]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I1ceb4359188b61e15a31750a496021c4394e1a3f

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [bc14d27dd0b50a37ff7ec93b49de976e01c54d0d]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: If5ab427ab320e2623df182e6143c4e7123610eae

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [638a4ec6dc5b1ea83dba32d78a417a4eeee4032e]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8e3adffc4eca232889bbffd8efca48bad78a8b91

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [761e0ae0a72f635564fef35852e0c87c755e3bd7]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I8bce930283301130ec7a2b1eab2a2c8f65c8abf9

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [d7b2fe39be4b65af4cebe87a38786e4843e58329]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I6ea774c635335106a7a8ddc4214c20bdf3f021ba

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [84bf617f32d9f1de573e6c760911ec5740db0843]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I2c65b3bd52bc3d8c3dfb8d05c9dcc5d2a8484549

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b401a8d9f9cd3ec90f365d5aa2435b851347e720]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: If7c99c2ddb98c77bfecf42047fe8798423bb8c9b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b997705c07810d032c2f0293d4cfbccf14679855]

        loplugin:cstylecast: deal with remaining pointer casts
        
        Change-Id: I2828f5fe78efffaa5dee19a3d56592d12878d956

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [43cc6fa1fa704ff53e56e8fe34e673c6733c9b4e]

        Resolves: tdf#91672 Crash in base report - right click in page header section
        
        Change-Id: Ie7f9abc16e07c9ef44916e0cebe67486f3583449

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [335df40d28725b224aa8d70dd9b51d2e7bfa86da]

        Enable SwUiWriterTest::testEmbeddedDataSource() at least on Linux
        
        Change-Id: I06f684349c774032cfab9a69862213e3077f88ac
        Reviewed-on: https://gerrit.libreoffice.org/16149
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-08  Jan Holesovsky  <kendy@collabora.com>  [3caa8c633168d3fa9540192d85869492df602d54]

        Revert "check bounds in RPN tokens, tdf#90694 related and others"
        
        Breaks the Windows tinderbox.
        
        This reverts commit 4baf76ddb39580678cf14019900be78bb9071d7b.

2015-06-08  Andras Timar  <andras.timar@collabora.com>  [7f4230675c6c78ebea8b6db3f3612e3ef6fb23df]

        tdf#90804 remove SfxFieldUnit enum
        
        b78d881520f2eb658180e2c90ffee3d30a80f0ae removed unused values
        from SfxFieldUnit enum. This broke the mapping between SfxFieldUnit
        and FieldUnit. In fact SfxFieldUnit was redundant.
        
        Change-Id: I13c7e7d708c6eeab0de192f4cd110b0a23989a31
        Reviewed-on: https://gerrit.libreoffice.org/16150
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-08  Khaled Hosny  <khaledhosny@eglug.org>  [ca96e9a8c20b9fc60bf82e6f510e5469de01103a]

        Allow building Python on Mac with GNU xargs
        
        GNU xargs executes the command at least once even if the standard input
        is empty, unlike BSD xargs, which causes rm -r to be called with no
        arguments ween the find command finds nothing leading to an error.
        Adding -f to rm allows buikding with either implementation.
        
        Change-Id: I0df5fcb379d2a5a8b1121594ec1a82d917d80dfc
        Reviewed-on: https://gerrit.libreoffice.org/16116
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-06-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d32a663dde1f86b3949a83ea7b5907f566d282f0]

        update credits
        
        Change-Id: I7a491797e21676118199f47b8b3a596b391b873f

2015-06-08  Eike Rathke  <erack@redhat.com>  [4baf76ddb39580678cf14019900be78bb9071d7b]

        check bounds in RPN tokens, tdf#90694 related and others
        
        Listeners are set up from references in RPN, so check those for bounds
        to catch also references resulting from named expressions, database
        ranges, tables, ... and references in the token code array that are not
        referenced in RPN.
        
        Change-Id: I54770b45818f4c0541a39815278d3271a77b345d

2015-06-08  Matthias Freund  <matti_lx@secure.mailbox.org>  [f9bc291f564960fd02f390e97b7e5b7c864da21c]

        tdf#75256 - Add new thesaurus/dictionary icon
        
        Change-Id: Id5d7824026817318960b6403bf0e0a7558fd8c30
        Reviewed-on: https://gerrit.libreoffice.org/16143
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [ff178cca3384a1d15dcf51491df6196e487f47f4]

        Resolves: tdf#91932 enable CaseMap property in impress/draw
        
        I don't see why this was explicitly disabled, works fine
        out of the box for me, import/export already hooked up
        in odf
        
        Change-Id: I5e6bdbc6a4f3cbcd97330c7d9fb33589489afee2

2015-06-08  Noel Grandin  <noel@peralex.com>  [b9dd51782ceba70bda091191349d31767b7bf744]

        some spelling fixes, mostly in Java code
        
        Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f

2015-06-08  Rishabh Kumar  <kris.kr296@gmail.com>  [c1692f620610621a139e54fb1f9d11d4c177608d]

        Setting Maximum Value for Transparency spin button in area sidebar tab
        
        Change-Id: Idb1c5051de5ddb0501b8d1440f8abe62074296bc
        Reviewed-on: https://gerrit.libreoffice.org/16144
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [615f4b23c62b43360e7a29735bf07091bd5a73a2]

        loplugin:staticmethods
        
        Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b

2015-06-08  Eike Rathke  <erack@redhat.com>  [5d6448a5131488eac3a6af16bff06140663c3db4]

        tdf#90694 reset group area listeners on correct top
        
        Follow-up on 2f6a06856ad8df0c11a112d1e457b408e9a7af1d, rTop is top of
        created group, listening needs to be ended on original (previous) group.
        
        Change-Id: I1f975a0a6c85e649aa07ce5c6e97bc6e917ff9ce

2015-06-08  Jan Holesovsky  <kendy@collabora.com>  [15feadfb84a9dc9942a53c91b0fadfbe756153cd]

        Revert "loplugin:staticmethods"
        
        This reverts commit 81d82b78a107f2e6c14d6fbdf0d97c8e6cc8b0bd.

2015-06-08  Jan Holesovsky  <kendy@collabora.com>  [601ba26cb5737970e7e9a173515bb21ebde55db9]

        Fix the Windows and OS X build temporarily.
        
        Change-Id: I3b02b9b09375867f7bbfac4f32f7747a0228581e

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [81d82b78a107f2e6c14d6fbdf0d97c8e6cc8b0bd]

        loplugin:staticmethods
        
        Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [eeddadfa09674bdf0047a0ea9574b34aae0625c4]

        typo
        
        Change-Id: I5bba34941d269c728d5d36af8216a481f6939ede

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [0329dbd31011db8a8fe4ba806a624916e8c7249b]

        Fix Mac OS X install names of external libwpd/libwpg
        
        Change-Id: I25eae3874c7ca4cf4e23673604a1f77e1fa15451

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [89a28f54a295e1e05116176346763b16c8d187e0]

        Resolves: crash on export of ooo47778-3.sxw to docx
        
        This is a horror where the table in the frame has its cells out
        of visual sequence, so the last row appears before the last node
        so on hitting the last node we have to really jump backwards to
        a previously skipped set of nodes to find the end of the table
        
        Change-Id: I93545e0c425267647d5f048c3bd95fe0cfddf8f3

2015-06-08  Caolán McNamara  <caolanm@redhat.com>  [0f71828a9582f241dcddac5fe9a11fdf3a1a4e1c]

        cppcheck: noExplicitConstructor
        
        Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf

2015-06-08  Noel Grandin  <noel@peralex.com>  [f6e5a0ac09eb1b02caf62980e4caaf3f239b9ca7]

        vclptr fix in ScrollableWrapper
        
        Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [df726c8b3e80bf2e1696f901ea01f192dcb8a77e]

        CppunitTest_sw_uiwriter: add embedded data source definition testcase
        
        Fails with the last hunk of commit
        4101949b2a9fcf399a1fa10c2547f745a24f5a3d (dbaccess: set correct BaseURI
        for vnd.sun.star.pkg:// URLs on load, 2015-06-08) reverted.
        
        Change-Id: Ieeaec3b0f925de0d5cf54e08b998038434686b3d

2015-06-08  Takeshi Abe  <tabe@fixedpoint.jp>  [8074bc61c7d286c113fd65bfabd911cd32908489]

        cppcheck: noExplicitConstructor
        
        Change-Id: If888f3e0293565ea23158defbb6ac7553226a08f
        Reviewed-on: https://gerrit.libreoffice.org/16147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-06-08  Jan Holesovsky  <kendy@collabora.com>  [9535d5d1fdbd1a529e4d7a6b5e3df6c551465364]

        \<the the\> -> the
        
        Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b0168403e2d090777b16bfcda742fce947dd136d]

        loplugin:unreffun
        
        Change-Id: Id6171e120094b1f9b08c291b525b80c8670345b6

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd33c5355f7c334e385595ba29adaa7844b252e2]

        dbaccess: avoid pointless ucbhelper::Content instance in case of embedding
        
        Change-Id: Ibc3d7a0d9b3373f17aa8d1da081946814904e6d5

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [4101949b2a9fcf399a1fa10c2547f745a24f5a3d]

        dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on load
        
        With this, in case the embedded data source definition has an URL like:
        
        <db:file-based-database xlink:href="../../calc-data-source.ods/" db:media-type="application/vnd.oasis.opendocument.spreadsheet"/>
        
        That's resolved to
        file:///path/to/directory/of/Writer/doc/calc-data-source.ods correctly.
        
        Change-Id: Ieb67f9f5ae104689c6dadc14ec84c66bec70a687

2015-06-08  Stephan Bergmann  <sbergman@redhat.com>  [0648f2c2701c878961242ddc5cef4428ff889da5]

        loplugin:redundantcast
        
        Change-Id: Ibb641ab458e49a30637f1dff715480c0ed5d8b42

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [be8512f99bc9ab18e55aabe01cc0ab1e6baea9e6]

        writerfilter: avoid manual realloc in ListDef::CreateNumberingRules()
        
        Change-Id: Icc43c5236551b850908f631bca5583199415dd2c

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a15a816fc292eb841c294556de3dad221e8bbf66]

        sw: clean up using namespace statements in dbmgr
        
        Change-Id: I5072d8b24384982a445a4a1678d0269601206320

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [292ec5fe8d01af6119325f1a426422bb42e58615]

        tdf#82553 DOCX import: handle table margin when converting floattables
        
        Change-Id: I7a3a233a34453153b3e1c0fe3d60bb0ede65dc86

2015-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f89deaaf9a2bf433e209e91e4f9b01e0c4804a08]

        Unused includes
        
        Change-Id: Id8aa8edf775d27ad3ed9fd2370268faf2d7325a6

2015-06-07  Stephan Bergmann  <sbergman@redhat.com>  [e2e058d450c1d2fdc6230933ec66c037971b9aea]

        loplugin:unreffun
        
        Change-Id: I7320d86de08215fb656113cdaca71645c4b9bc2e

2015-06-07  Julien Nabet  <serval2412@yahoo.fr>  [381f21c9287cefcd6c5b55f442292594c74e0846]

        Remove include stdio (part8)
        
        Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746
        Reviewed-on: https://gerrit.libreoffice.org/16139
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-06-07  Yousuf Philips  <philipz85@hotmail.com>  [932d9cd9c9effcbc8b24c10aa7322e42a1cbc908]

        tdf#85594 Additional tweaks to standard and drawing toolbars
        
        Change-Id: I57b538c0490a1fc8233041fdee51889b62ea0eb7
        Reviewed-on: https://gerrit.libreoffice.org/16131
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-07  Caolán McNamara  <caolanm@redhat.com>  [6aee70ec9075b19fdbaccd10522552e3d1d4aeb0]

        Resolves: tdf#79780 use SelectHdl instead of ClickHdl
        
        ClickHdl happens on the "down" of the click, not the
        "up" of the click, so the up gets lost and control
        isn't returned to the parent widget, so extra clicks
        are needed to give control back to it
        
        Change-Id: I79023d2959377ff70aa890690dde5ce852c9549e

2015-06-07  Caolán McNamara  <caolanm@redhat.com>  [81fb7720e5e40858a43ad6639f71bb125091aefb]

        Resolves: tdf#89104 Missing actions from toolbar
        
        Toolboxes derive from Docking Windows, they are
        not layout aware, which is ok, but they need
        to tell the thing they are inserted in that their
        state has changed if the parent is layout aware.
        
        i.e. docking windows are not toplevel things like
        dialogs and need to pass on queue_resize to things
        above them
        
        Change-Id: If0eeff90314bef4e828355661a75a0d34a6fc1bc

2015-06-07  Julien Nabet  <serval2412@yahoo.fr>  [16f1477a2dd47d92bf754d437c6b5127c533f076]

        Remove include stdio (part7)
        
        Change-Id: I7058ac53f4bbf96eff9a36a03279ab0753cc42ba
        Reviewed-on: https://gerrit.libreoffice.org/16135
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-06-07  Caolán McNamara  <caolanm@redhat.com>  [29202a16d9f1934684c7d0978112849f2a21fe2f]

        Resolves: tdf#89905 don't copy palettes from shared to user
        
        make this a multi-path element with a shared read-only location
        and a user read/write location and don't copy the presets, instead
        just keep them in the shared location
        
        Now an admin can copy extra palettes into the shared location
        and they magically appear in the user deployments
        
        Change-Id: I7585789c0c59941094f6128368df94b834d3c2a2

2015-06-07  Caolán McNamara  <caolanm@redhat.com>  [2c3bf6bfc244517a0134e320acaa1f720703d8f2]

        Related: tdf#89905 these PalettePath uses appear to really be UserConfigPath
        
        which is the same path at the moment
        
        Change-Id: Ifdefa478003a2b5cc5c065b1942194dda1275f5e

2015-06-07  Yousuf Philips  <philipz85@hotmail.com>  [bb3286016c4e34f313a4c5fb7c561c08f582113e]

        tdf#91781 Addition of new commands not found in the menu bar
        
        Change-Id: I3fed4a7ec52d728e8e437774c8b4c018995eb060
        Reviewed-on: https://gerrit.libreoffice.org/16122
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-07  Yousuf Philips  <philipz85@hotmail.com>  [0fd01e681e1c5886be3909cc3d7eb66cc62705f3]

        tdf#81475 Another round of tweaks to Writer's various toolbars
        
        Change-Id: I573fd274c9d757801036a79b47568a12b8096938
        Reviewed-on: https://gerrit.libreoffice.org/16121
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-06  Valter Mura  <valtermura@libreoffice.org>  [346dd51f1b861fc1228fa974c6815f66c5884998]

        Typo: Gourand → Gouraud
        
        Change-Id: I6c5d4f97bce8f5b29d979e2508e691948e9399fb

2015-06-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a37ed6710db041144f99df23d6229f2f156f87ff]

        tdf#91911 Start Center: Use a different icon for Recent Files
        
        Icon imported from Adwaita (32x32/emblems/emblem-documents.png)
        
        Change-Id: I4889644c5d253e1c9b722789336d911b7cdd8af9

2015-06-07  Matthias Freund  <matti_lx@secure.mailbox.org>  [47cddc662efc470505f0b76427fa3092bae5550a]

        tdf#75256 - Improve Sifr
        
        New lc and sc version of_arc, pie, circle* and elipse icons.
        New lc and sc version of fliphorizontal and flipvertical which I'm taken from tango.
        Redo the lc_insertgraphic as svg out of the bitmap from jay philipz and do the sc version of it.
        Change the inserthyperlink icons to match each other.
        
        Change-Id: Ifd22c48f2ccfbb7355974c8d267525ca981b39f6
        Reviewed-on: https://gerrit.libreoffice.org/16128
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-07  andreas_ka  <kainz.a@gmail.com>  [2da066628f02925ade2590229eb069d4765f619a]

        Breeze: update icon set
        
        Done Blue arrows - It would be nice to have a blue (or other color) used 
        in wrap text, sort, sort ascending, sort descending, pivot table.
        
        Done Spellcheck - Would be good to move the 3 green dots 1 pixel 
        lower so its not touching the bottom of the ‘A’. 
        (lc_SpellingAndGrammarDialog)
        
        Done Insert Comment - All other insert buttons use a plus sign, 
        so it would be good to use the same for this. In the small 
        version (sc_insertannotation), there shouldnt be any plus or 
        3 dots as this messes up the navigator. Would be nicer if the 
        chain was a bit bigger. (lc_InsertAnnotation)
        
        Change-Id: Ie53296c07f1c2373455a47917945ce9e0a188f76
        Reviewed-on: https://gerrit.libreoffice.org/16129
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d79fcb26fa39d3d4151c540b5574e1be3a3222c1]

        Remove WITH_AGFA_MONOTYPE_FONTS
        
        Undefined since 62bf424fa84b0ccd0828a474a1351b0134f27eab
        and 0789ee23ae6a417d141098c411224a8af9f626d0.
        
        We’ve never bundled these proprietary fonts.
        
        Change-Id: I6ad6e7294504093cd0d64755ec72decf2bacc3f0
        Reviewed-on: https://gerrit.libreoffice.org/16125
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-06  Noel Grandin  <noel@peralex.com>  [3f72218069f6f78a3ba21c40f00240d78cbe65c7]

        Apply new VclPtr clang plugin to catch potential problems.
        
        Omit the plugin, and sw's FrameControlsManager for now.
        
        Change-Id: Ifb98a2e6e03a9d099efc1668305b96bd9142ca5f
        Reviewed-on: https://gerrit.libreoffice.org/16117
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-06  Olivier Hallot  <olivier.hallot@edx.srv.br>  [87ac0b1e75a880a68ecb748bd4b34ae5a3d2ae98]

        Updated core Project: help  35457b13dc1228daea1966b55d923922b2be539c
        
        Correct help file location path
        
        Change-Id: I81ef654d6e1eca026cbeecf59391bef72b1b02a0
        Reviewed-on: https://gerrit.libreoffice.org/16109
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-06-06  Matthias Freund  <matti_lx@secure.mailbox.org>  [bd79b99d42b225e5b771c47eae7e418471a7a58d]

        tdf#75256 - Improve Sifr
        
        Adding numberformatdecimal, modified lc/sc_line.png - the old one looks like a minus, sifr version of the euro symbol and a nicer currencyfield icon.
        
        Change-Id: I38f110e1d20f85bb57143884e0c5fd66a38f259f
        Reviewed-on: https://gerrit.libreoffice.org/16120
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-06  Matthias Freund  <matti_lx@secure.mailbox.org>  [ddbbaca1e3a4763074750924e000262f4c453d14]

        tdf#75256 - Improve Sifr
        
        Adding several icons from Ahmad.
        
        Change-Id: I4cbd2ae3d7cb0b998915ede3c0f637a789b40310
        Reviewed-on: https://gerrit.libreoffice.org/16115
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-06-06  Caolán McNamara  <caolanm@redhat.com>  [dd46a9b3b0ea909f45bb1ac5cb5c907dfa7b07b3]

        callcatcher: update unused code
        
        Change-Id: I1d26c96a2f7e5351e24b931971d5ca80161acec5

2015-06-06  Jean-Pierre Ledure  <jp@ledure.be>  [94c7c30939e08a5d68229e524087605d5883e3cd]

        Access2Base - Correct behaviour of MoveNext, MovePrevious
        
        Bug in MoveNext and MovePrevious methods of Recordset class module
        Reported in https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=76640
        
        Change-Id: Ib094eb61dbb3c6b8656a098c7de41da40cc20648

2015-06-06  andreas_ka  <kainz.a@gmail.com>  [9ebaed23d6b9af59f18abdddb500516f0f60a8fe]

        Breeze: fix bug 91432 and add Calc InsertXBeforeAfter icons
        
        Change-Id: I2d350ffe117bdc6cc5a63429725fff36c4e760b8
        Reviewed-on: https://gerrit.libreoffice.org/16114
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-06  Andras Timar  <andras.timar@collabora.com>  [373c276e8ac2550aacaca855ba4d3e89b3e2f2ca]

        Updated core Project: help  06ee18277cd086b33713a30c03252e8a8763a026
        
        remove accelerator key marker underscore from help string
        
        Change-Id: I5aca05f6a76827e1e56fb99764a5a346f64245dc
        

2015-06-06  Michael Stahl  <mstahl@redhat.com>  [587006cac508616f486aea45e265a170bcccdc87]

        tdf#91602: sw: prevent recursive layout crash
        
        SwCrsrShell::UpdateCrsr() calls SwTextFrm::GetCharRect(), which does
        layout.  It happens that a SdrObject is moved around during layout,
        which calls SwDrawContact::Changed(), which believes that there is
        no layout active because there is no SwLayAction and
        ViewShell::EndAction() has already been called, so we get recursive
        layout-in-layout action.
        
        Change-Id: Iad8df4910e3c661150bdf5ac7d777792e69a8f71

2015-06-06  Julien Nabet  <serval2412@yahoo.fr>  [c27798b20097602739e3e81a5063109b8c66447d]

        Typo: emty->empty
        
        Change-Id: I495ae28194da449ab1b31b2b5ec0d9e08fbcc291

2015-06-06  Julien Nabet  <serval2412@yahoo.fr>  [bc8adace59ab5bebb93610e0ec3b16ef2a8f5151]

        Typo: readd -> read
        
        Change-Id: I62b44c9dfe3e4db963230a3dc35ddb3359453911

2015-06-05  Yousuf Philips  <philipz85@hotmail.com>  [ce5470cb3eb7e5394ef1d7cb1906886abab80d5d]

        tdf#91820 Reorganize calc's menu bar
        
        Change-Id: I1eb0ffe8dc5f79057514801735c6b1be8c8d24dd
        Reviewed-on: https://gerrit.libreoffice.org/16090
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-05  Michael Meeks  <michael.meeks@collabora.com>  [7aae8772aa18744cb1bbd8348272be99cc882c47]

        Clear VclPtr instance reference on removed UserEvents.
        
        Also extend VclPtr lifecycle test.
        
        Change-Id: I4d989375ca02327216eb1f37e466aefdb733579d
        Reviewed-on: https://gerrit.libreoffice.org/16107
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-05  Tor Lillqvist  <tml@collabora.com>  [b9f95769495e8d9885b64f1d68118336a4fc8d38]

        WaE: ‘<::’ cannot begin a template-argument list
        
        This is an internal include file deep inside chart2, so just use css::. The
        file uses css:: already in a couple of places anyway. So maybe I should have
        been brave and just changed all the ugly ::com::sun::star:: into css::?
        
        Change-Id: I705db39ff55f3e47c7e9d2f79fee625d76a22ca0

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [621ab8571ee99b0d425cfb88892898884edb2eec]

        abpilot: fix relative reference of embedded data source
        
        With this, not only the MM wizard, but the address book data source
        wizard can create relative references correctly.
        
        Change-Id: Id7357dbcc4503ca69595992ee7ebd6b1234d386a

2015-06-05  Tor Lillqvist  <tml@collabora.com>  [20d8267ac702ec6e910481c14eb46c6431a40fe9]

        WaE: ‘nLocalAttachedAxis’ may be used uninitialized in this function
        
        Change-Id: I74f4c4507bbe6abe7618ca41764715b3b5c68b5b

2015-06-05  Eike Rathke  <erack@redhat.com>  [2f6a06856ad8df0c11a112d1e457b408e9a7af1d]

        tdf#90694 reset group area listeners when splitting group
        
        Change-Id: Ib3e85e1f7e12447fc2998711663ea1e9d1b322e5

2015-06-05  Michael Meeks  <michael.meeks@collabora.com>  [15499b1e4f2d31c2707d75800046f7fa12bb5dac]

        VclPtr - more extensive lifecycle tests.
        
        Change-Id: Ifb5355b3a8f33601bcec0c11ce1afe1c735695b6
        Reviewed-on: https://gerrit.libreoffice.org/16100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [c0d6bc75b223e9e477ef3669f7dc4abec703ecf6]

        Resolves: tdf#90361 CellValueBinding/CellRangeListSource need WithArguments
        
        otherwise they are not initialized and every call on them throws.  This at
        least results in the dialog editor not falling over immediately on inserting
        anything in calc.
        
        Change-Id: Ie1668ef440937c75dd08671c669c021c2efecd2a

2015-06-05  Tor Lillqvist  <tml@collabora.com>  [a44b770b59d322083cac6ac22cef20ce17a89e6d]

        Fix: could not convert [...] ‘const char*’ to ‘const rtl::OUString’
        
        Change-Id: Ib94c9f5eed0da67e846705f5c2c233c10583c791

2015-06-05  Michael Stahl  <mstahl@redhat.com>  [ab706f85bb777ba160712c072c9d2a08ebcddcc6]

        sw: WW8 export: avoid invalidated positions in sw::Frames
        
        When exporting ooo67907-1.doc we get ~SwIndexReg assert because there's
        a frame anchored in a redline, and the SwPosition in the sw::Frame for
        it is invalidated during SetRedlineMode because the node it points to is
        deleted.  Add another horrible workaround to the redline trainwreck.
        
        Change-Id: Ia9b2393c77f42502862daaa30fd54eb3b040a214

2015-06-05  Michael Stahl  <mstahl@redhat.com>  [f1ecbd9e3541cbe0b8ae1075ab158f5e3f4a651a]

        sw: let's export the debug-logging stuff so msword filters can use it
        
        Change-Id: I2caec82a89e44ee60bb49c6c0069dc30c8de400f

2015-06-05  Philippe Jung  <phil.jung@free.fr>  [1fb3ec2aa48f625388773beab5ca4b2c3e10e930]

        CALC: readd InsertRows/InsertCols
        
        Following ESC decision, uno commands InsertRows / InsertColumns
        must be added to the current one InsertRowsBefore /
        InsertColumnsBefore and InsertRowsAfter / InsertColumnsAfter.
        This will guarantee ascending compatibility while making more
        explicit the behaviour thanks to the new commands.
        For Calc, these commands are equivalent to InsertxxxBefore
        
        Change-Id: I3aada5c9b03c504e6728c33cad2b2d569df1d60a
        Reviewed-on: https://gerrit.libreoffice.org/16099
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Philippe Jung <phil.jung@free.fr>

2015-06-05  Philippe Jung  <phil.jung@free.fr>  [55bcba1e0aba237a873ee1f788761045a8eff846]

        WRITER: readd InsertRows/InsertCols
        
        Following ESC decision, uno commands InsertRows / InsertColumns
        must be added to the current one InsertRowsBefore / InsertColumnsBefore
        and InsertRowsAfter / InsertColumnsAfter.
        This will guarantee ascending compatibility while making more explicit
        the behaviour thanks to the new commands.
        
        Change-Id: I31964e3bdfa63b9447edb794fe233e2665651142
        Reviewed-on: https://gerrit.libreoffice.org/16097
        Reviewed-by: Philippe Jung <phil.jung@free.fr>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-06-05  Noel Grandin  <noel@peralex.com>  [275f0c7b250d448a8e2658ee2f26d4010628237b]

        Let JUnit take care of exceptions
        
        Inspired by commit
        4dd0ac62855c5b9382cac004c7eebb9bed983a2b
        
        Change-Id: I6ca29aecde357a3cb5852acfc9b5443761052960
        Reviewed-on: https://gerrit.libreoffice.org/16094
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-05  David Tardon  <dtardon@redhat.com>  [9eb1bfcbb164a8d029d7ba92947e0c9caf8e0826]

        use $(DISABLE_DYNLOADING)
        
        Change-Id: Ie5738e1ec1c77fc2b356e43bcf763a40e383f52f

2015-06-05  David Tardon  <dtardon@redhat.com>  [bf8086238bc9cc2ac0fa231d0b2dd0c519b1b6d9]

        simplify condition
        
        Change-Id: I9e69e9d7fc8d3c0ccd393efca75be04c710fee6a

2015-06-05  David Tardon  <dtardon@redhat.com>  [d611d33cac8ae35f41d5f300ca096f2f74e374c6]

        use $(DISABLE_DYNLOADING)
        
        Change-Id: I0636f45bf5653ff3feabfdc2742eb767f1b84507

2015-06-05  David Tardon  <dtardon@redhat.com>  [970458c5ee4e6077836839397e556132544a3b6e]

        use $(DISABLE_DYNLOADING)
        
        Change-Id: I8312cbd8cd349e2adf2d34c7cb7be220f038e017

2015-06-05  David Tardon  <dtardon@redhat.com>  [9516798af0cfb0d36654f636cf8752f1c313e74b]

        use $(DISABLE_DYNLOADING)
        
        Change-Id: I0997be4c4ae92f697b19b162674efcb8278eaf3a

2015-06-05  David Tardon  <dtardon@redhat.com>  [05c1a94a5485a68ffc1d1f6de6919b00995dc800]

        use $(DISABLE_DYNLOADING) consistently
        
        Change-Id: Iec611290770ae0393eb787a3883bb22a12340b0a

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [24858e4a3b61c58ef93deabc480061f96eebdbc2]

        Pin_Impl doesn't have an implementation
        
        Change-Id: Ic2eb447910b14d75911be4835a533c8575045e08

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [3d1043f6409b4c5690874c3d9cea96c08f449e88]

        the only thing that calls ActivateNextChild_Impl is itself
        
        Change-Id: Idcc1971716e42b67739ee7e367e9dfdd835afc32

2015-06-05  David Tardon  <dtardon@redhat.com>  [b46276e6c02b22441f87b2bf689e2aa61f806688]

        better way to do this
        
        Change-Id: I4a18927f2c9b6414134e5ea016121693ac47ecf9

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [8f99f936326342566067c849fbf27867825b81cf]

        Resolves: tdf#91864 unset a dying childwindow as the active window
        
        Change-Id: Ief014895facbc092913b3069ed04cace1e233ff0

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [f170b307f6a0f98a3ef5670f64c14d89cfa0fb33]

        fix OSL_DEBUG_LEVEL > 1 build
        
        Change-Id: If0a98411e5cbcc3411c8b1135df2848563cf320c

2015-06-05  Eike Rathke  <erack@redhat.com>  [f672c8cc0d5227ab3484e20322f20dd4ee35ed96]

        ensure engineering notation format is present
        
        We could generate that in the number formatter, but as long as we don't ...
        
        Change-Id: Icbbad4215fdf7f3a94f652c27cb2f9b04205b519

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0aed9cbb6c6e8e048a90fed61f44efbe09efac4f]

        liborcus: still build statically on Android
        
        Change-Id: Ieeb5180ea7f96cb08d06bf895bd2a6ffc6c1cef0

2015-06-05  Jan Holesovsky  <kendy@collabora.com>  [d79fa4ee0fd5b6e9787838f74cc45c9c9b93a5b3]

        Revert "Cleanup crossplatform cairo"
        
        Unfortunately this breaks Android and iOS.
        
        This reverts commit e4d55e8045c99af65a2cae57b26ec076825c9673.

2015-06-05  Jan Holesovsky  <kendy@collabora.com>  [0394d49a70e14e176c047ced39e2e754fcc26f3d]

        Revert "vcl: fix Android build"
        
        "Cleanup crossplatform cairo" breaks Android and iOS.
        
        This reverts commit e152b756b3558a3619e5bedb6b258cc7f0879e90.

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b2c324d79ef24913846d64ee5f9be516fd2d660]

        SwDBManager: fix relative reference of embedded data source
        
        When the MM wizard creates an embedded data source definition, then we
        used to always write absolute references to e.g. the data source Calc
        file. Pass BaseURI to the filter, so in case the document and the data
        source is in the same directory, relative references can be written.
        
        Change-Id: Iaa316adaf435f82bb574c7e5085ac04bf13a71f8

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f1ad7ac0d1f60fb4db0b937fdac551118091ebc]

        dbaccess: let ODatabaseDocument::impl_writeStorage_throw() respect BaseURI
        
        Change-Id: Id30aaa624b9a1b0bbef016ef0b35bd39f19f6439

2015-06-05  Pranav Kant  <pranavk@gnome.org>  [107d31165479d602fbc644aaf41d213e58e00389]

        LOK: fix the rectangle format mentioned in documentation/comment
        
        Change-Id: I41bf3a21b5da9fc8155bbe6eb0f86078f90f6647

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [525e514545d207dd8511c6ca16f66795f323e4b4]

        WaE: unreferenced local variable
        
        Change-Id: Ie04966936a406fefbbcd1d96d7d3d299f98a31ae

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [aad27e89564752a2bee3da4558f4d276685ba50a]

        these types come directly from the file itself
        
        so while invalid they can appear here
        
        Change-Id: I36d43958bf578e677f216aea09400ab764ed82ae

2015-06-05  Eike Rathke  <erack@redhat.com>  [286fa4cec2cfb1c600bfd696fb0f1b2eb361b8f0]

        tdf#91849 add Tigrigna (Ethiopia) [ti-ET] locale data
        
        Change-Id: Ib54e48070a6d08722d18259dac2447d3200f84d1

2015-06-05  Caolán McNamara  <caolanm@redhat.com>  [05661623c7e328c536814354bafd8294de0e9ee0]

        uncaught exceptions in parallel deflate threads on re-export of HTB23106 odgs
        
        Change-Id: Ib6aef478b8dcf1c7a7262ab60eef4d44da0de632

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [1af10d4012aa84a26568bac42bb47a267342afd5]

        sc: loplugin:staticmethods
        
        Change-Id: Ib9689c77cfc8c24b86db7fe6a13f66386d1b0eb8

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9eeac5506bd726350b51cb0c36606646f04cbae9]

        sc: another loplugin:unreffun
        
        Change-Id: Ic60d05d64c7584b45d69148d29155b04524ab011

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c76a8580c62299f310e7e43927afc133e2f02350]

        sc: loplugin:unreffun
        
        Change-Id: I6fce9c390aea3f8b2590bc2e1241e0b2b45af51c

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e152b756b3558a3619e5bedb6b258cc7f0879e90]

        vcl: fix Android build
        
        Change-Id: I31724cd56516e6112b66159f722188b228e2eab5

2015-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [676a7e996aa664d3478c2397586564b22706ef63]

        svx: prefix remaining members of SdrDragView
        
        Change-Id: Iac5d80ef4e433c95277237692bda02fa75a24c61

2015-06-05  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [374d53f5ee0204b17b76a1f447b041ce5479971d]

        Removed B{2,3}DTuple's custom treshold equal() and equalZero() methods
        
        Change-Id: I351b624c2282cbe9d37b32161eec574ce64c11be
        Reviewed-on: https://gerrit.libreoffice.org/15807
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d119f4bae4c688ce799f2c5493f345194ca41ab1]

        Use status offscreen rendering when not in "RecordLayout" mode
        
        Change-Id: I770dc9a91bc1239e64ec8e538be0f6a4b03dd08e

2015-06-05  Yousuf Philips  <philipz85@hotmail.com>  [d304dd4db35c79a33bdf118e45e0675d2d86f51d]

        tdf#91781 Restoring Edit entries under a new submenu and change view names
        
        Change-Id: I5f1bb1ca976a8cbc8c2dcf7986d66cbd8043f9d4
        Reviewed-on: https://gerrit.libreoffice.org/16086
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-05  Yousuf Philips  <philipz85@hotmail.com>  [ca6997fbb8b1f4b8c039db1c487df0ce8961472c]

        tdf#86614 Adjusting some text entries and rearranging and removing others
        
        Change-Id: Ic3103e6ed1052fbc292f235e1e3104a61579519d
        Reviewed-on: https://gerrit.libreoffice.org/16062
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-04  Henry Castro  <hcastro@collabora.com>  [856233d2ef20ba0f4118edd475308bd59442068c]

        sc tiled editing: Editview register LOKit callback
        
        Change-Id: I5ad07f0f3defacaac0f5dac724e9867bbc011dd6

2015-06-04  Henry Castro  <hcastro@collabora.com>  [ed81eaf2f9ac33912f54a9bfa6a1e3d1aad07dc8]

        sc tiled editing: double-click empty cell
        
        Change-Id: I35c43e2a22ac6591a2bcf9857808503c0e111344

2015-06-04  Henry Castro  <hcastro@collabora.com>  [eb8c323d94bf13d4a373f88c6b932a97701c283b]

        sc tiled editing: EndTracking trigger MouseUp
        
        It does not need to trigger fake MouseUp event
        
        Change-Id: Id90c7787ef3312abe81bce359648aee0dfccd905

2015-06-05  Tor Lillqvist  <tml@collabora.com>  [ea2ed8a1d442d7f0e00b63abdab15fddb0d58233]

        Bin superfluous assignments
        
        The variable is assigned an empty value already a few lines above.
        
        Change-Id: I52d2b650d908209421368384e44d95bfe18d93ae

2015-06-05  Tor Lillqvist  <tml@collabora.com>  [e48bb73b818d1e60b6a7a4389151ae6644805d4a]

        Fix weird compilation problem with __float128
        
        Change-Id: I4a7ac5ee7f2f2c9d9d87517c826c1e80bd23477d

2015-06-04  Mox Soini  <mox@iki.fi>  [e4d55e8045c99af65a2cae57b26ec076825c9673]

        Cleanup crossplatform cairo
        
        Mac / Win cairo is not built / used, this cairo code can be removed to
        reduce code bloat.
        
        Change-Id: I758d674291e25e0722f5c66a0096295e903786b1
        Reviewed-on: https://gerrit.libreoffice.org/16049
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-06-04  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [8854643a0a964f6aa511013c6ab31ed198c74e86]

        Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()
        
        Change-Id: I5a59ff8e0db1aee52d0b683c9c64e4b18b64e66b
        Reviewed-on: https://gerrit.libreoffice.org/16077
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [4e96b278965875a95f02993590f30ab5859c1fed]

        Resolves: tdf#91637 avoid -1 string index
        
        Change-Id: I006040f4589065141310fe2a89b8d2ba3e54ad2c

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [4cc2fb2db34337880393d692d0e9ea8d6496fcbf]

        coverity#1302607 Logically dead code
        
        also
        
        coverity#1302606 Logically dead code
        
        Change-Id: I510f17e93f7caf5f1c35becdf6b7d626c0160b66

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [a6b6bb2aac59db3b390a3155ee4b25ebfef76ce9]

        coverity#1302656 Unchecked dynamic_cast
        
        Change-Id: If84fc54892bbe65799b3bc344c700bb43bedc0cd

2015-06-04  Michael Stahl  <mstahl@redhat.com>  [56763e94bf6f59dde3e33e522553eb39b77e81a2]

        get-bugzilla-attachments: actually use the fdo bugzilla
        
        bugs.libreoffice.org redirects to bugs.documentfoundation.org,
        which isn't very helpful as it just causes duplicate downloads.
        
        Arguably freedesktop.org could be removed; the are just ~5 interesing
        attachments since the TDF bugzilla migration.
        
        Change-Id: I26d2667848582209e382226108c47549e99cee97

2015-06-04  Michael Stahl  <mstahl@redhat.com>  [e5f9ee18476697a64d7ef646a072f8c76cf95b50]

        get-bugzilla-attachments: avoid writing incomplete files
        
        Change-Id: I7d1139ddf8c88626dd716aa537a305c31b5be5d9

2015-06-04  Michael Stahl  <mstahl@redhat.com>  [bd2eee0bd4ae83ff453522b7cf09b69f1b8b5e1b]

        get-bugzilla-attachments: avoid FDO-TDF duplicates...
        
        ... by checking that a file with "fdo" already exists for bugs older
        than the migration, instead of just ignoring the old bugs on TDF.
        
        There are > 300 additional attachments not on freedesktop.org.
        
        Change-Id: Ib7ee63041109071cc1241a875ef2cccbddfc699d

2015-06-04  Michael Stahl  <mstahl@redhat.com>  [0cfe2c8c893bfe6d1c2dce5941065eb4e841e7cc]

        get-bugzilla-attachments: fix the multi-threading
        
        The queue was limited to an arbitrary maximum size, causing half of the
        jobs to be droppend on the floor.  Also it didn't run on Python 3.
        
        Change-Id: I90bfba448291d901c5a7c83389d17c6acdd919c8

2015-06-04  David Tardon  <dtardon@redhat.com>  [edb38d702dd5a058ae0702b73a43328318b94649]

        update to liborcus 0.9.1
        
        Includes switching to dynamic libs.
        
        Change-Id: I959c4e9430f8cf95f50d48e1b01d8323dba4af81

2015-06-04  Andrzej Hunt  <andrzej@ahunt.org>  [a3afa22ba4069212213009fc7304adc3c339b68b]

        Fix using /opt/lo/bin/nasm on windows/cygwin
        
        Change-Id: Ib3755598bfccffc2efd67816ae5fa5dc8903553e
        Reviewed-on: https://gerrit.libreoffice.org/16083
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-04  Takeshi Abe  <tabe@fixedpoint.jp>  [2d3517d8532702386dddde1215737fe29719c2c3]

        Fix a regression introduced at 3d30077af27c8a6e91fb91175e6d2ea9a6f03d11
        
        Change-Id: I245bff2ac179381b7eef7c276bbade15b0a57938
        Reviewed-on: https://gerrit.libreoffice.org/16082
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [85e926ff2ebfb793f4e7852edde50bc6783ed5e3]

        coverity#1304135 Missing break in switch
        
        from
        
        commit 0e2ef262bea4cbc7cb04cfcd1d47f2a9d6092398
        Date:   Thu May 21 13:58:52 2015 +0200
        
            tdf#88276: Add background colour toolbar and sidebar buttons
        
            but they do nothing yet, follow-up commit(s) add real functionality
            to them
        
        I take it that bNeedTextSpacing = true where it used to be mpToolBoxSpacing->Enable()
        so fall-through that happens anyway also sets bNeedTextSpacing so presumably
        everything is ok here
        
        Change-Id: I8f1d4137a74fcc2c7ba6959e5b5c4b1f7464643c

2015-06-04  László Németh  <laszlo.nemeth@collabora.com>  [2f779fc046c9afec04b4a4500b213e77aee51ae1]

        tdf#91260: cleanup - textboxes extending beyond the page
        
        Storing Undo data is unnecessary here, because shrinking is applied
        only on the  text frame of the textbox. The shape component of the
        textbox isn't modified.
        
        Change-Id: Iaff64ff4953adbfa830832da146343cef2734547

2015-06-04  Yousuf Philips  <philipz85@hotmail.com>  [76a9afc9da110dbf3a00a628311a0b5d9aa6d2bc]

        tdf#91781 Changes based on discussion of heiko suggestions
        
        Change-Id: I6d70e40c829e125205516d894e4fd1a36e7882fa
        Reviewed-on: https://gerrit.libreoffice.org/16067
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-04  László Németh  <laszlo.nemeth@collabora.com>  [177f8e8bbdc2a554f3f795e4e766c2e184410f81]

        fix rendercontext rendering of standard toolbar icons
        
        Change-Id: I6e0399c16d3e900fbca56fc757f342ea893d0ad4

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [cd17c9f96ae2ba52a07178c1b59c6efc090b45ed]

        Don't downcast this to derived in base ctor
        
        Change-Id: I1a0a6a7f0ac2292a7824bd35967140a20ee93f89

2015-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3705cf82121667674b582e9317d972b1ac9d57f4]

        abpilot: refer embedded data source from doc settings
        
        So that even if the address book data source wizard creates the embedded
        data source, next time the document is loaded, we can find it.
        
        Change-Id: Ibb11fa119fb27976437e54bed1d590cfd9863236

2015-06-04  Mike Kaganski  <mikekaganski@hotmail.com>  [a977937927729eaff61bd670fdd45d3508b19371]

        tdf#90996: don't overwrite comments in ScTable::FillFormulaVertical
        
        IDF_CONTENTS includes IDF_NOTE, which should not be used here
        
        Change-Id: I904fbdbfcb97865a5682d9073e0ce2d5a2c694fb
        Reviewed-on: https://gerrit.libreoffice.org/16085
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-04  Mike Kaganski  <mikekaganski@hotmail.com>  [b89f112f16e6780acb7bccf4277a8f6f39433a5e]

        DomainMapper::lcl_attribute: fix missing break
        
        Change-Id: Ibf0bd1c8bf2799ffbe5254ae11998a58d927b592
        Reviewed-on: https://gerrit.libreoffice.org/16074
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [4bf829ba2a4e02188b41064759d17eaf57f22dfe]

        GetWin seen as NULL sometimes
        
        Change-Id: I08974e3a8a3f34e2c1f0843c536e72ca0eb4b29d

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [d8439ca1b42276aef19971cd8b321f12001355d6]

        Match basicide_choose_macro in basctl/source/basicide/basobj2.cxx
        
        Change-Id: I9add8be1c20c2529edf8d8616fe5e372938cd355

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [588591d94803c8e3807000e9f9bdbaeaae69fecd]

        Match basicide_macro_organizer in basctl/source/basicide/basobj2.cxx
        
        Change-Id: Ib185645e84f8792d3ed29e7d5e674e5e7cc39fc5

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [530ebc516b89af2b14c94eaa184c0fe7953e655a]

        unused
        
        Change-Id: Ie11bf740c0ae672e7e1b14652f93bb6222bf45b7

2015-06-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [42f4a65103a1a6d281ea201392aae97213421ff4]

        tdf#91840: Default to transparent text background
        
        (+ label the button)
        
        Change-Id: Icc6a0c5e3e715bcfe1392496bef2514fd1bdb62b

2015-06-04  Katarina Behrens  <Katarina.Behrens@cib.de>  [0deb0326b32cdb2b90b620b3403128196c2d4d74]

        Use switch-case instead of overly long 'if (a || b || ...)'
        
        they were growing a bit out of control
        
        Change-Id: I80441179b4d4aacc57c469fc8f3a3937866ceae8

2015-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3f5ab776591f134e5f1692e745f62a2df599a67]

        abpilot: embed the data source definition, if possible + requested
        
        Change-Id: I0e70459e331995388b36c77c351bff89ece004a6

2015-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2117c98ed959e79079084a6e3e6e490573e7236]

        abpilot: store embedding preference in AddressSettings
        
        Change-Id: I83235f79d30e5f573fee95a525b4cfe1211a24b7

2015-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef0217f24e99a3313ed1467c6f2f496a14777db2]

        abpilot: add checkbox to embed data source in datasourcepage
        
        Change-Id: Iea9984af3f08ed214815b9477019695f2339a7f3

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [eea5ac7910d61796d77fe2cc03681dd24bb7dd95]

        Resolves: tdf#84483 postit layout not available in print preview mode
        
        for the moment don't crash anyway, maybe we can rearrange matters
        to make this possible.
        
        Change-Id: I2dc9831e5b026004b2f7603e618330154dbd6d1b

2015-06-04  Takeshi Abe  <tabe@fixedpoint.jp>  [1ba1cbe48c40d649c33661abb32369c39a23fff4]

        tdf#91425 CRASH - Calc Insert Columns Left
        
        This fix is a SCCOL variant of:
        
        commit c66d1b9fcc2244b4fd8940f17ebf4e772f09c84e
        Author: Kohei Yoshida <kyoshida@novell.com>
        Date:   Thu May 5 00:23:25 2011 -0400
        
            fdo#36406: Let's not use invalidated iterators.
        
            std::set::erase(iterator) call invalidates the iterator of the erased
            element.  We better not use it after the erase() call.  Since the number
            of manual breaks should not be high enough to cause a performance
            bottleneck under normal usage, a safer linear copy should just be fine.
        
            Now, I'm not sure if this indeed is the cause of the erroneous amount
            of manual breaks in the test document, but I didn't see any other likely
            spot.
        
        Change-Id: I0c2e8f738949776aa7f8ea5528e2c0eeb9351c16
        Reviewed-on: https://gerrit.libreoffice.org/16063
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [57e7f48633f820223e8dd1dd06af42dc164dfe26]

        loplugin:simplifybool
        
        Change-Id: I19e96b882a5cc8991035a8275aebd4ff586bf9f3

2015-06-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [656d9046a246a214c465e7984c22425c8ae9bb04]

        disable off-screen drawing of statusbar items (for now)
        
        Change-Id: I5deac9924b99ac1b3e1440623364004b0b44aaf5

2015-06-04  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [d67f4ed258c2103e07c7a2bd94d16b604a20a8aa]

        Fix typo in .gitignore
        
        Change-Id: Ibecee87ffe3ec6990e36952488668b790a8e54eb
        Reviewed-on: https://gerrit.libreoffice.org/16076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-06-04  Sean Davis  <smd.seandavis@gmail.com>  [77fd1b87b9780a31190bab1690e63f9e5793dbae]

        Merge branch 'master' of https://github.com/shimmerproject/libreoffice-style-elementary

2015-06-04  Sean Davis  <smd.seandavis@gmail.com>  [01ba308e5943924676e20491390f503e17b98ff8]

        Replace absolute with relative path

2015-06-04  Caolán McNamara  <caolanm@redhat.com>  [3f69547397e5841d0915921be5be8b3edfdfdbc5]

        Resolves: tdf#46440 SIGSEGV on toolkit bootstrap without running instance
        
        Change-Id: I9a78a75b3d72586b1702ed6fa63bb0b62ce6cd72

2015-06-04  Noel Grandin  <noelgrandin@gmail.com>  [407c6c871ea53d9fb97c50e1ee24db7a8e5d70e1]

        replace FLYPROTECT with scoped enum
        
        Change-Id: I665d2944f5d24b4ec5015274c1b95b106a028291
        Reviewed-on: https://gerrit.libreoffice.org/16072
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [bf98e6acde066ce3d204c3cdcfbd06ec70f7f17d]

        Revert "disable JunitTest_dbaccess_complex part RowSet"
        
        This reverts commit 217dbf61ece9318f4430780d10cef60920086de7, the test should
        work now reliably after the preceeding "Finalizers must not access UNO objects"
        commit.

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [3766f2a0d3bc50919366b0e43f5ee8c814019c8b]

        Finalizers must not access UNO objects
        
        If the object being finalized (A) has the last reference to the UNO object (B),
        and B is actually a proxy for a remote UNO object, then A and B become eligible
        for finalization in parallel, and the finalizer of B may already have run when
        the finalizer for A runs.  That means that B may already have been removed from
        the remote bridge, causing an "unknown OID" error from the remote end when the
        finalizer of A now tries to make a call on B.
        
        (We try to assert that close() has actually been called before finalize() calls
        delete(), but the corresponding exception may be silently swallowed by the JVM
        finalization machinery.)
        
        This caused spurious "URP: queryInterface request message with unknown OID
        received" failures during JunitTest_dbaccess_unoapi.
        
        Change-Id: Ia47c3ef2c22a6adc75b1b8271eb4b3140accebe7

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [1d7220d0346c336ca6d7fd6b79beccd1daa070cd]

        More informative exception message
        
        Change-Id: If168a3be2630170636c333e177c5db0d40092cbe

2015-06-04  Stephan Bergmann  <sbergman@redhat.com>  [4dd0ac62855c5b9382cac004c7eebb9bed983a2b]

        Let JUnit take care of exceptions
        
        Change-Id: Ic628e4eccab59dce5d6d5e77656cac1f0006a491

2015-06-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aca61aa5ffa4fab458d03e469b569c50952ed077]

        tdf#91529 hopefully fixes the issue by painting immediately
        
        Change-Id: I0c97e489150cd65d1ab1dbff4ee9f1699f89ac2e

2015-06-04  Noel Grandin  <noelgrandin@gmail.com>  [3d30077af27c8a6e91fb91175e6d2ea9a6f03d11]

        convert GOTOOBJ constants to scoped enum
        
        Change-Id: I2f44e780c7250cdbf40fde8779beb81f29498f8b
        Reviewed-on: https://gerrit.libreoffice.org/16071
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [849278b952a3886f0196aac32f6fcf0c7ae72806]

        svl: prefix remaining members of SvxSearchItem
        
        Change-Id: Id538ee368de6cd63f08618e6284bca97e20bf7a3

2015-06-04  Noel Grandin  <noelgrandin@gmail.com>  [79800559268c636740fec69018b1f99f047c3f93]

        convert MT_ constants to scoped enum
        
        Change-Id: I21e253ed9dccdab84be4838b5beee9385467ed37
        Reviewed-on: https://gerrit.libreoffice.org/16068
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Noel Grandin  <noel@peralex.com>  [81610561edfb8c899a062cc09fc1a80e8098577f]

        uno::Sequence provides now begin and end
        
        use begin() and end() when calling std::copy on an uno::Sequence
        
        Inspired by commit b34b648fc3262c5d9aa295f621e8fe9c97d4c6b2
        "uno::Sequence provides now begin and end"
        
        Change-Id: I08e8c3fd6144e77b95a26f85bc0daf6a9edeeb0b
        Reviewed-on: https://gerrit.libreoffice.org/16057
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Noel Grandin  <noelgrandin@gmail.com>  [a9a2375a744368415a7ea4c563c8e4776a6ec059]

        convert SW_DB_SELECT constants to scoped enum
        
        Change-Id: I03387e8e90891b3477c9c15200acc127262170bc
        Reviewed-on: https://gerrit.libreoffice.org/16070
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Noel Grandin  <noelgrandin@gmail.com>  [68577e5a902db11b5ec000e878cf212007452c72]

        convert SP_EXTEND_RANGE constants to scoped enum
        
        Change-Id: I4d6ed976f4df63c7c51dd110b45787f2396518e4
        Reviewed-on: https://gerrit.libreoffice.org/16069
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-04  Noel Grandin  <noel@peralex.com>  [623445aa0edb6647bab37fc7f8adcec11d43e317]

        convert PropertyMode to scoped enum
        
        Change-Id: I9b0bbf6273aa18ae918d1d69af5dcc7652181f5c

2015-06-04  Noel Grandin  <noel@peralex.com>  [42f771d6e9c02c50acc49f7feb1a9b5d0a9368ae]

        convert B2DLineJoin to scoped enum
        
        Change-Id: I4fb8f2c9e2080e3aa542d2ccf838e6784baa8429

2015-06-04  Noel Grandin  <noel@peralex.com>  [1d92933d96d94819fa3a4ae2de9519874f9b92b6]

        convert B2VectorContinuity to scoped enum
        
        Change-Id: Ifa401dd0d2d1bef8c0ae2987d2aee86100b59816

2015-06-04  Noel Grandin  <noel@peralex.com>  [397a0afd3b3dd597f23bfbc75543eaead8bab5d2]

        convert B2VectorOrientation to scoped enum
        
        Change-Id: Id7e444bc896ae5d52e5a0bd1b471679c4945afa4

2015-06-04  Noel Grandin  <noel@peralex.com>  [94d92d00fa756ecb1865e56110ceca920fbaa8ac]

        convert basegfx::FillRule to scoped enum
        
        and drop unused NONZERO_WINDING_NUMBER value
        
        Change-Id: If2a8f01934796eaf9a343113387b775fd169ccb9

2015-06-04  Noel Grandin  <noel@peralex.com>  [d4917e99709e16c3ad8178ba47c6e1c656071082]

        convert basebmp::Format to scoped enum
        
        Change-Id: I6eb213d6dcf387936967271fba9e2de3879ef479

2015-06-04  Noel Grandin  <noel@peralex.com>  [ab377324bb8fe081f1e01cd04f534bcf817fda28]

        convert DrawMode to scoped enum
        
        Change-Id: Ie4a7705cc3d042d08178e562a2c2ffaf0be3810f

2015-06-04  Noel Grandin  <noel@peralex.com>  [52e4ba4b98fdee1f0624e7195927725171984096]

        convert MediaState to scoped enum
        
        Change-Id: Idf14f7d344be6c690cdd721cd5f7eb7c328b590c

2015-06-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [758916a88d6dfbabc31b8430b1cc605cb2c1e890]

        fix status bar flickering (zoom slider fo example)
        
        Change-Id: I3fb71868a9f8f56c76353f3a2d84fdb078c8f8fb

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [8ae25bbc092254f680e2976873f15bdbc26615ef]

        Resolves: tdf#90435 secondary pool set to that of temp docs drawing layers
        
        overwriting the original one, and when the temp doc goes away then its drawing
        layer goes away autoamtically settings the secondary pools of the other pools
        it is a secondary of back to 0
        
        (see also tdf#87245)
        
        Change-Id: Ie6dd8d615f81cf4d4776eaeac1cc2507b2abaa37

2015-06-03  Jan Holesovsky  <kendy@collabora.com>  [816941f1396b79eba2dc3b46c6cffb53835ee923]

        OS X: Default to the 'breeze' icon theme.
        
        As agreed in the Design team meeting today.
        
        Change-Id: I660462fb7b56eb3c8f883f8540cf88801e48165c

2015-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d611b2e0b2b713ffaf8b2ec75e6a74180316f50b]

        sw: add SwDBManager::RevokeDataSource()
        
        And call it from the SwDoc dtor, so that embedded data source
        definitions registered on opening are deregistered on close.
        
        Change-Id: I40309389d44dcbc225f6f2ef98bb20579e12d650

2015-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [b79017f49a487a3981b1cd9f488ed5062eeb880b]

        sw: move name of the embedded data source def from SwDBData to SwDBManager
        
        The problem is that SwDBData just describes the current data source,
        and when changing that, the embedded name doesn't change, so they should
        be separate.
        
        Change-Id: I2dd7e0a97b9f7d6a3a74a5752467515a0a09171a

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1096ca46a23fc4df30865c243e10881157fe4840]

        more style fixes
        
        Change-Id: Iadf157f3d2673047e2d81c74847b16d12478ca65

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ebc2673cc3337d4e6656abdfb5e18ac169d3cbd]

        that is not a TODO anymore, we actually block OpenGL in RDP connections
        
        Change-Id: I782e93e6106b3940e7e83c615072beebca1c0965

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d1faeec4513ee602dc1daafaebc1c4212819a7a]

        fix comment
        
        Change-Id: I1d6fc43447c3c98e21d1d0752aa621c9ab2a92a7

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d06511010ea800e62c076c2583d72eccc795691]

        document that these are references to mozilla bugs
        
        Change-Id: Ie84924ee77805ce4b4f6d5a7e77213ce2d51877f

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b19ec43a426b4b69ccbb0778c9e6a81109aa65a0]

        more style clean-up
        
        Change-Id: I46727514629103d8a97140483eca26135929a688

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20b867347cddc186b6f5a834613580fe96cb58a1]

        adapt coding style
        
        We will not update with a new version from mozilla.
        
        Change-Id: Icf9571e1efecee18a19760b2eb3041e3d9e6f108

2015-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03aa4f88cf6a8993b2659f2060606577cb445c9e]

        document that it is a reference to a mozilla bug
        
        Change-Id: Ic57a0785db05908ffd9faef30544646d2e70ee5a

2015-06-03  Krisztian Pinter  <pin.terminator@gmail.com>  [682d5eab3068a7889590b86120a6cfdec87f6d1f]

        calc mapmode: Refactor DrawDocumentBackground to use logic units
        
        Change-Id: I316e51bac78981263bfbee55ea5b684a40b44afa

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [9eb16c85d6af4b73de9a75716c3ff34f929f26b2]

        don't crash on layout of ooo55381-1.sxw
        
        The pLay here is getting joined and thus deleted in a stack of
        FormatLayoutTabs so set it as unjoinable for the duration that
        we expect pLay to remain valid
        
        Change-Id: Iedfaf710022ad19c0f415cee84f70c74dd7dbd96

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [768a2d61c3b0a71fef0d9d732ae83938fe24633e]

        coverity#1302605 Resource leak in object
        
        Change-Id: I574714c2d587ac22fcc812ffe8217f151ac40cb6

2015-06-03  Philippe Jung  <phil.jung@free.fr>  [1191ed8584f9fd63c39514dd2e3e71682913d4bc]

        tdf#87822 Impress: hide common task toolbar in master view
        
        When Master Slide or Master Notes are active,
        hides the Common task toolbar as it it not usefull.
        
        Change-Id: Ice07661bf203c029d733614e1eceb5ef3d0661f9
        Reviewed-on: https://gerrit.libreoffice.org/16060
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [77df4faa4783df38383020a6236136a88eb51069]

        fix crash on export of ooo39845-7.sxw to .docx
        
        only bump m_nFieldsInHyperlink if the field isn't erased
        from the stack
        
        Change-Id: Idb75d087f6fa3ce3cd399623d8ace1e7f3899b5c

2015-06-03  Eike Rathke  <erack@redhat.com>  [8fbb45c978327a3047a84c59978a07bdc19a66dd]

        reflect requirement of one abbreviated DateAcceptancePattern in documentation
        
        Change-Id: I2593606f3c82eeb9e04be469c20ffb4132cc4f2c

2015-06-03  Eike Rathke  <erack@redhat.com>  [6df46d63e4397a0eb799149dab56a4c38b940e99]

        ensure that at least one abbreviated DateAcceptancePattern is present
        
        Change-Id: I30619fc9f894dda89cd1c84153abcb21214a5fbc

2015-06-03  Eike Rathke  <erack@redhat.com>  [c681c4ca956bfa4a3235c5ae97a745a107f4e4ce]

        add missing DateAcceptancePattern for abbreviated date input
        
        Change-Id: I5ac712604204c4cbbce4d1ec3a591fb9f158c6f8

2015-06-03  Eike Rathke  <erack@redhat.com>  [657524656fdc381ff217011ff025d3d24b79d026]

        Revert "make saxparser deps order-only"
        
        This reverts commit 49d8bc1dcce4c662d85d894567501205f94f678d.
        
        If saxparser changed, specifically if
        i18npool/source/localedata/LocaleNode.cxx was modified, we actually want
        all .cxx regenerated from locale data and not silently skip all.
        
        Conflicts:
        	i18npool/CustomTarget_localedata.mk
        
        Change-Id: I3a1b0ed0dab12148ee34653cdfac593001d2ecf7

2015-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf7439c5510578572b30a92a52549b5babfa93d9]

        SwDBManager: store of embedded data source definition is implemented
        
        Since commit 290cc96e98c8d66396402f9be51739646b1eafa7 (SwDBManager:
        refer embedded data source from doc settings, 2015-06-02).
        
        Change-Id: Iaf261d31ad00541b40e2fa8c35d60bd6768dbbcd

2015-06-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [793db97a7cd4ca93b7106deb95f55e451679b189]

        Build time option --disable-extension-update
        
        to disable the possibility to update installed extensions
        
        Change-Id: Ifdee0f3b13ee3e2bcb288c8ded98cb9805a6e55a

2015-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [c61065b262051e510ab5229a8f10efc10962137f]

        SwAddressListDialog::LoadHdl_Impl: simplify
        
        Change-Id: If716a706f109145c8a6b7fda4b59d2fd7b820f20

2015-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f16d82ea8f1d2815faa978a4481c6b3c9c8705f8]

        make it possible to force enable double buffering for all widgets
        
        Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37

2015-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2e4380a0773acb72c5ee30e976b8af6ece71396a]

        forgot to change the Invalidate to InvalidateEntry in treelistbox
        
        Change-Id: Ifa70abbecb6899d0e665039cecc2d9036ffc4b92

2015-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5ae10ae4df7180d4464f85586232cb7dc106ed5c]

        graphicfilter: store the funky animated GIF in a PNG as a GIF
        
        MS had a really bad idea to store an animated GIF inside a PNG for
        some reason. This situation was handled correctly in LO but we
        still pretended that this was a PNG file, which was causing
        confusion for some users that wanted to extract the image from
        the document. With this change we extract the animated GIF from
        the PNG and store just the GIF in the document.
        
        Change-Id: I4c70d118e8decd7aa1b108b6b1d725301904a35b

2015-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f5e68baec68b545ce4e6a0b6dde58038e5d545fa]

        ruler: convert pCtrlItems to use vector of unique_ptr
        
        Change-Id: Icc6cf55c26d605fd068edf575613cde745385dd2

2015-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f64588a9238cf0cb122c43d927d73822eca3b6ae]

        tdf#91677 fix flickering ruler
        
        Change-Id: Ia14be98fbfd46871b2ac9bd42a07951d86722a8a

2015-06-03  Eike Rathke  <erack@redhat.com>  [cd5d3c4054868c02fce12016edcf9584013b48bf]

        tdf#91199 add Venetian [vec-IT] locale data
        
        Corrected the usual pitfalls; added DateAcceptancePattern and
        ScientificFormatskey3 engineering format.
        
        Change-Id: Icecb2e84b6c454378fb5e6d478e1113317e9f3bc

2015-06-03  Eike Rathke  <erack@redhat.com>  [43e4382a4cd301ea6decdc5b55f42669134ef8e3]

        tdf#91199 add Venetian [vec-IT] to language list
        
        Change-Id: Ide2837739a32142c39e933bda5761d620dcf2a35

2015-06-03  Julien Nabet  <serval2412@yahoo.fr>  [3807946b5515e943169da907866c93b52a2b3f19]

        tdf#91726: AutoFormat: Crash when using an existing name
        
        Add a test to check if name already exists
        
        Change-Id: Ie23de04c0b747f58ab61a6e498bf212bf38b346a
        Reviewed-on: https://gerrit.libreoffice.org/16000
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [5f36b1954438caef95053c2c0b7d0417e1aa5b31]

        intermittent CppunitTest_sc_macros_test failure
        
        void OutputDevice::acquire() const: Assertion `mnRefCnt>0' failed"
        
        Window gets destroyed between postWindowResizeEvent and processWindowResizeEvent
        
        Change-Id: I3452a23ad8c3b6d863a56b73166520ef103dad1b

2015-06-03  Caolán McNamara  <caolanm@redhat.com>  [9d0c6308be5fb086e51cb8b4b0652f3d6184fd3c]

        fix crash on export of ooo34469-1.sxw to docx
        
        Change-Id: I94a11bd24ccbc550c9fa555b1a0b5493ccd9f904

2015-06-03  Tor Lillqvist  <tml@collabora.com>  [c0b70ec34d5e056bb92a66cbf83838923cb41fee]

        Avoid various desktop GUI elements when used from LibreOfficeKit
        
        Change-Id: Id283d185ab38427ce6887ead4e414055522e655c

2015-06-03  Jan Holesovsky  <kendy@collabora.com>  [5f39d1078f01e440e719acca34688b2768d66807]

        lok: Avoid instantiation of the slide sorter bar
        
        Change-Id: Ia21bea54d1d6bd34256cb45ed704c6f7785fc2fc

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [6ce92bc266785b5347c0757e1245187e2c00cfaf]

        loplugin:saloverride
        
        Change-Id: I1d3cd2ff9a2c579d23b97a6ab8e9cf2baadf0439

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [a69d89435d12529c1af818bc72192588d8abea18]

        Missing boost_headers
        
        Change-Id: Ic85b888ee89d0b49410d26be55333e31ffc07c0b

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [e0308504b20e0ce8f3964e34104e7d700465980b]

        -fsanitize=nonnull-attribute in memcpy call
        
        Change-Id: Ifbba19693ce0182a5d367b1621ade4780f152add

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [9ec9ef471d23ae40a955b3b105d397544b938915]

        external/neon: -fsanitize=shift
        
        Change-Id: I82255efc3a4fbcb07b6f747af6ef81124a5fb96f

2015-06-03  Michael Meeks  <michael.meeks@collabora.com>  [5ccc46b0fe2df55d4f4794978bd62dbd02fc7fec]

        Skeletal SfxControllerItem / bindings unit test.
        
        Change-Id: I0fdda736243c3e4a74f2faedf6fa5ea49453fe8c
        Reviewed-on: https://gerrit.libreoffice.org/16040
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [d60719015e1a82873b39565b77c24e6ae28edd24]

        Use variable-length array idiom for SfxType::aAttrib
        
        ...to avoid false -fsanitize=array-bounds warnings.  All instances of SfxType
        are created (in idl) as instances of SfxTypeN with properly sized nAttrib
        arrays.
        
        Change-Id: Iad9faa467affed656750df6bb8579d85829e97ca

2015-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d2fe8d7e5f374f3a106a4fc58ef597a52815ad0]

        SwView::SearchAndWrap: fix WrapAround search in fly frames
        
        First, SttDoc() / EndDoc() is the implementation of Ctrl-Home, i.e. it
        goes to the start of the current text (like a fly frame), not to the
        start of the whole document. When wrapping around, we want the later.
        
        Second, if the normal search have two passes, first searching in the
        body text, then searching in the special sections, then the wrap-around
        search should do the same.
        
        Change-Id: I0b7466c80476f6fb45174be19215a5d68374d047

2015-06-03  Noel Grandin  <noel@peralex.com>  [83f25d3c6e0918a1d29aa3a923b7f35f0b8a55e2]

        reduce sleep when connecting to soffice from Java
        
        500ms is an eternity on modern machines
        
        Change-Id: I7f16935e9b09c734d05d2430dc0efb3be44617b8
        Reviewed-on: https://gerrit.libreoffice.org/16038
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-06-03  Stephan Bergmann  <sbergman@redhat.com>  [bf93b3d1a4b624c3b58e6429899c47fa7cad6ede]

        -fsanitize=float-divide-by-zero
        
        ...happens at least during CppunitTest_sd_tiledrendering that
        aCurrTextSize.Height() is zero:
        
         SdrTextObj::ImpAutoFitText(SdrOutliner&, Size const&, bool) svx/source/svdraw/svdotext.cxx:1312:49
         SdrTextObj::ImpAutoFitText(SdrOutliner&) const svx/source/svdraw/svdotext.cxx:1290:5
         SdrTextObj::BegTextEdit(SdrOutliner&) svx/source/svdraw/svdotxed.cxx:103:9
         SdrObjEditView::SdrBeginTextEdit(SdrObject*, SdrPageView*, vcl::Window*, bool, SdrOutliner*, OutlinerView*, bool, bool, bool) svx/source/svdraw/svdedxv.cxx:635:12
         sd::View::SdrBeginTextEdit(SdrObject*, SdrPageView*, vcl::Window*, bool, SdrOutliner*, OutlinerView*, bool, bool, bool) sd/source/ui/view/sdview.cxx:704:20
         sd::Outliner::EnterEditMode(bool) sd/source/ui/view/Outliner.cxx:1299:9
         sd::Outliner::PrepareSearchAndReplace() sd/source/ui/view/Outliner.cxx:1181:9
         sd::Outliner::ProvideNextTextObject() sd/source/ui/view/Outliner.cxx:973:29
         sd::Outliner::SearchAndReplaceOnce() sd/source/ui/view/Outliner.cxx:674:17
         sd::Outliner::StartSearchAndReplace(SvxSearchItem const*) sd/source/ui/view/Outliner.cxx:496:28
         sd::FuSearch::SearchAndReplace(SvxSearchItem const*) sd/source/ui/func/fusearch.cxx:132:33
         sd::DrawDocShell::Execute(SfxRequest&) sd/source/ui/docshell/docshel3.cxx:222:21
         SfxStubDrawDocShellExecute(SfxShell*, SfxRequest&) workdir/SdiTarget/sd/sdi/sdslots.hxx:17034:1
         SfxShell::CallExec(void (*)(SfxShell*, SfxRequest&), SfxRequest&) include/sfx2/shell.hxx:210:35
         SfxDispatcher::Call_Impl(SfxShell&, SfxSlot const&, SfxRequest&, bool) sfx2/source/control/dispatch.cxx:257:13
         SfxDispatcher::_Execute(SfxShell&, SfxSlot const&, SfxRequest&, SfxCallMode) sfx2/source/control/dispatch.cxx:847:9
         SfxDispatcher::Execute(unsigned short, SfxCallMode, SfxItemSet*, SfxItemSet*, unsigned short) sfx2/source/control/dispatch.cxx:916:9
         SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) sfx2/source/control/unoctitm.cxx:823:37
         SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/control/unoctitm.cxx:359:9
         non-virtual thunk to SfxOfficeDispatch::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) sfx2/source/control/unoctitm.cxx:343:34
         comphelper::dispatchCommand(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) comphelper/source/misc/dispatchcommand.cxx:57:5
         lcl_search(rtl::OUString const&) sd/qa/unit/tiledrendering/tiledrendering.cxx:338:5
         SdTiledRenderingTest::testSearch() sd/qa/unit/tiledrendering/tiledrendering.cxx:361:5
         ...
        
        Change-Id: I38ab71c5f4024b2d7270a4f6c2aeb4ef502d08f5

2015-06-03  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [92515c0486b904a62b0b64869ac4df991c96be8e]

        Update new doc and mime icons

2015-06-03  Yousuf Philips  <philipz85@hotmail.com>  [21a6b99748db8a970ef7dc90d40e07901135b89a]

        tdf#91781 Fix some entry headings
        
        Change-Id: I69b07eef540d862ea684b1d51d64509f59a5cb3e
        Reviewed-on: https://gerrit.libreoffice.org/16020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-02  Philippe Jung  <phil.jung@free.fr>  [9f01951b858453684f2622541af0eb85d4544fc6]

        tdf#91228 Fix Writer crash
        
        Start Writer, Insert Image, Anchor as character, Go after
        image, press enter, writer crash
        
        This is because m_pAnchoredFly is not updated.
        
        JoinPrev, JoinNext and SplitContentNode all rely on CutText with calls
        InsertHint. InsertHint calls SetAnchor. SetAnchor calls Modify callback
        except if "LockModify"ed. This patch ensures that, whatever the value of
        LockModify, the references are kept correct.
        
        Change-Id: Id7254784c6954db4b542b2c4228b388fb924bbc2
        Reviewed-on: https://gerrit.libreoffice.org/16041
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [98eb87acfa5994a0c77dfe9aae0468df283ba4e0]

        Improve some icons

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [0a36f124ba70ad3712664bfc7d3eb0976abbb4c7]

        Tweak underlinedouble icon

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [848910f5ad9e637a2e2641a801765cd3a917f30a]

        Add overline icon

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [1e594647d2f7d312db7e59a151e86cc78c816181]

        Improve alignment icons

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [365896fe45286c6545915e0fe8be0378f900ebad]

        add test for tdf#91685
        
        Change-Id: I9a08a11038e3e0f873abc4513c0cbda97f0e4795

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa0e5e2928547398fdb53cafcefcd9c3ba9c6a7e]

        that special case was a really stupid idea, tdf#91685
        
        The default value is context depending and not 0. So always export the
        rotation value.
        
        Change-Id: I36162459757c58846f3ecea7dcbcb58b6ef3d1f6

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [1754c4d2abaf4360f973973035e51ba1685847bb]

        loplugin:loopvartoosmall
        
        Change-Id: I08c484c54e27c55157836d68a28d2a0e580499d9

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7a65f6c524a224c26bf6f4c065fdc5aab81724d9]

        loplugin:loopvartoosmall
        
        Change-Id: I721a9da1f277ce641375411f302557372331e6a2

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c984b76efc71c106ad480ea29b5effd24a806a34]

        loplugin:loopvartoosmall
        
        Change-Id: I33f4e74f97ba52b9240e6304d53eb256bd822060

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [1d25c7102137a4b7eda069fe9dc0d7ba13604ac2]

        loplugin:loopvartoosmall
        
        Change-Id: Icdaba21efeb8a910617642b7cb4e082f03f7a0ef

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [8b9be6fd5ffcc37363efb4228dec9126a8e179a6]

        loplugin:loopvartoosmall
        
        Change-Id: I63917d68b05d6e2f1248bcf88e27952df201d2c5

2015-06-02  Tor Lillqvist  <tml@collabora.com>  [5ad704ac9b885df71f634716a10b625e4473005f]

        There is no use of vcl::Window here
        
        Change-Id: Idf36c08205a8a3a36ae05040e1c1fd28d5e2f13f

2015-06-02  Caolán McNamara  <caolanm@redhat.com>  [6d50c6ccdf85e7d01f16d3edb957eed2a4ad5e47]

        move ++m_nFieldsInHyperlink from StartField_Impl to callers
        
        no logic change at all, justs makes it clear the dubiousness
        of this unconditional increment
        
        Change-Id: I32e3cb2c45b1b45826a59642c33ab850d698c206

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [2dd0c65cb20ed42b31e854b7da1afd6fc03b4325]

        Use range-based for
        
        Change-Id: Ie10317f3ffcaa8032417584cb056007c5f67ea91

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [8890e3f44d786b48deeec42288da58149f0c9703]

        external/poppler: -fsanitize=nonnull-attribute
        
        Change-Id: I17c825a0e24e8993503eeaf0d1136c143d990a12

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [b4f9145fb4cfa8cee6fb52c647adb45712453eca]

        Enable loplugin:loopvartoosmall
        
        Change-Id: I114320ebaab9223b82b4fd9710c3cc221a836645

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7b6b8131f6ace6334e20e85cd96dddc6213bec0b]

        loplugin:loopvartoosmall
        
        Change-Id: Iaa82f5e3180024db747a52d699aa77c16781afa0

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [d58d9402e8b33fdfb83899aba80ea5b4ab145ff9]

        loplugin:loopvartoosmall
        
        Change-Id: Id5501599969fab5c6944a31b1fb629a3fc5f85b2

2015-06-02  László Németh  <laszlo.nemeth@collabora.com>  [751d697db61341a481178b86c6b28efa7d3c7d64]

        fix rendercontext rendering of toolbox
        
        Change-Id: I927a7ffdac278384ef102e6619f217daf24879a2

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c3a71742e5092b012921ad80d3375b231a75f8c2]

        -fsanitize=nonnull-attribute in memcpy call
        
        Change-Id: If1f852ce4ef3419d663d4e2f4bdb4a57cc61e799

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [1c989f8eff440fc47588b77cc73969a8c789a5ae]

        external/python3: -fsanitize=nonnull-attribute
        
        Change-Id: Ib589b638a81bfb77fd74da8b15ae7b11cfd2b58b

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c710b435f1443b5a5d8a0679943bc8a71755d866]

        external/libetonyek: -fsanitize=nonnull-attribute
        
        Change-Id: Ib7e6722d772a135325ebd1e33ed7b17f214fea47

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c8346d77e73bdbe82a1eb73dd83c34ada8c68b17]

        external/coinmp: -fsanitize=nonnull-attribute
        
        Change-Id: I487e772395defa9aae2ce3eb040b8c7d92720cb2

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [f35dcf1edb1c1f8012f166654ffb8f1d94567e23]

        Add basic arc shape

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [ded50aa42ccbf323b3c9c0fcb4e858b80b16453b]

        Update basic shapes

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [42c178bef78efeaa3ab2e31ca5d466105966e5f3]

        -fsanitize=nonnull-attribute in memcpy call
        
        Change-Id: I0ed38aa54e1b403f015c27b27edb4710e935d961

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [eee25979d16e2a53f31311774812cb5866d020bc]

        -fsanitize=nonnull-attribute in memcpy call
        
        Change-Id: Ic2fc0752f2bce2d565ca58b1c804bfd601b80875

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [2bc0a808392cff87342bf9377c4066169c7150e7]

        -fsanitize=nonnull-attribute in memcpy call
        
        Change-Id: I4fc491906311781b9941c8f02d99d254542027ae

2015-06-02  Noel Grandin  <noel@peralex.com>  [c2d73acad34f43b7c48ef9a4e492ab5b48bb4852]

        inline simple Java method
        
        Change-Id: I496fa3223ed97d4d2cf8d64649ce30da22331dbd
        Reviewed-on: https://gerrit.libreoffice.org/16039
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-02  Rishabh Kumar  <kris.kr296@gmail.com>  [1c18deee371ae21088383b2a2ddc55c7a7fd41b7]

        tdf#90888:Shrink the properties sidebar sections in Calc
        
        Removal of less used controls
        
        Change-Id: I2948e6582031db1f743af59fb1ae02c1a86467f4
        Reviewed-on: https://gerrit.libreoffice.org/15935
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-02  Michael Stahl  <mstahl@redhat.com>  [9a9b116a1fd438f265ff8b6de59f2b2c6bdb0d48]

        curl: simplify SSL conditional
        
        Change-Id: I210774ef7432257a3154e8981c0d53e9e63b2110

2015-06-02  Michael Stahl  <mstahl@redhat.com>  [0b8b96ed515eec0a560812be73d4c9742f26e23b]

        curl: disable loads more random stuff we don't need
        
        Change-Id: I0f4bcd73f9e0e7307ca0556a5f6990631eb9f2c5

2015-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f3ea9fadd6dc643fbd12e99075a23d59ff73207]

        CppunitTest_sw_tiledrendering: add TextFrame search testcase
        
        Fails without commit 2d17cd6b03a214393755ddfed5ba50a18f0cd774 (sw:
        LOK_CALLBACK_TEXT_SELECTION should be the union of all selections,
        2015-06-02).
        
        Change-Id: I1d45eabf53dadd24051ff46acbf4bbfb85fb60a9

2015-06-02  Michael Stahl  <mstahl@redhat.com>  [805f12dd51ea72deda8f5be5839a205640ba968d]

        curl: sigh... *actually* disable rtmp support
        
        Change-Id: I07ffe3a9ad6556fb5da3149a3cbe12ffcc5f56b4

2015-06-02  Michael Stahl  <mstahl@redhat.com>  [f4844a9abebcb0451161625c42a1e2b48796102d]

        curl: disable rtmp support
        
        configure will add a dependency on librtmp.so.0 if the development
        package happens to be installed.
        
        Change-Id: I8500cc166d70763118e5054680f1f8c70942ba3f

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6d46d37685e845ae1bf26016bcb447f9ec7803ae]

        external/python3: -fsanitize=nonnull-attribute
        
        Change-Id: I447d1f01c24a934e643077dc271872e850b204bc

2015-06-02  Yousuf Philips  <philipz85@hotmail.com>  [ed6b7d972bf1aee323947f22c6b5de430db4a9a5]

        Fix indent button icons in impress/draw sidebar
        
        Change-Id: Ib21c2489e1ff420e651e50a2731dfd3f16c9cef8
        Reviewed-on: https://gerrit.libreoffice.org/16028
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-02  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [d0f6f00c1af07e744b4302ed9f33ca6c025a1434]

        Replaced boost::tuple with std::tuple
        
        Change-Id: Ia001c8e1e00df85d2be93e330811a1081179785d
        Reviewed-on: https://gerrit.libreoffice.org/15816
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-02  umairshahid  <umair.shahid@2ndquadrant.com>  [d6e7dcb34322de4701c1cac4e87dc3b681c1dac4]

        A small hint on how to specify the database URL should be helpful to users
        
        Change-Id: I7a84951b571b8c0a583907283f3b69fab1b5984b
        Reviewed-on: https://gerrit.libreoffice.org/15978
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-02  Lionel Elie Mamane  <lionel@mamane.lu>  [f4fc81b0b3f90523e485946546bdd83f85e249f7]

        hsqldb flush: protect against weak ref having expired
        
        Change-Id: I5967271c1c154ab4cf5555d30d3812183ea2a6b7

2015-06-02  Lionel Elie Mamane  <lionel@mamane.lu>  [63314e5114ecd32246e0dbcd3054d37f612fb407]

        more debugging information
        
        Change-Id: I9bb95b80e0e85573a09b8ad7233c6543fccae032

2015-06-02  Noel Grandin  <noel@peralex.com>  [5b87ff40857147bee697a9bf420aae89e8cd9e93]

        loplugin:loopvartoosmall
        
        Change-Id: Ieac705a950237ad52a3768f7b7fff5807c6dbb47

2015-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d17cd6b03a214393755ddfed5ba50a18f0cd774]

        sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selections
        
        E.g. if searching for a keyword and it's inside a text frame, then we
        have two cursors: one is an empty selection at the anchor point, and the
        other is the real selection. What happened is that we emitted two events
        for the two cursors, instead of merging them together.
        
        Fix the problem by not emitting the events in SwSelPaintRects::Show(),
        instead do it at once in SwShellCrsr::Show().
        
        Change-Id: Ie2c7691aaaea7ba8a32b5cfa718a45cba571f791

2015-06-02  Caolán McNamara  <caolanm@redhat.com>  [d524f3a895af04b7b359468f1e743409b2e553b5]

        add testcase for CVE-2015-0848
        
        Change-Id: Id49cbc139a39a18cd3965413fc06cc14961747e7

2015-06-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e96adee1feadb2ba6a6e4aba22cab34aeccc7a31]

        tdf#88178 Avoid naming two distinct buttons the same…
        
        … when these are in the same screen.
        
        Change-Id: I4e162a485f4511ae3e008446d5712562562ed64f

2015-06-02  Yousuf Philips  <philipz85@hotmail.com>  [614759eac67865b41e893711b4d1d3d108aefad0]

        TANGO: Minor fixes to font outline icons
        
        Change-Id: I8d88a19d260496947ccfafd2980ebd476c0dea9a
        Reviewed-on: https://gerrit.libreoffice.org/16029
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [f749a970e2927ed703a5b7c70e393b5ba6c35e22]

        Remove obsolete comment
        
        ...that should have been removed as part of
        7196df7ac616be39689f21d8784fd78030868586 "tdf#43157: Enable format check in
        sal_detail_logFormat"
        
        Change-Id: I331359bfa0e7c678f662f3de63257ccc0b528484

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [f8421bdef4ec4a02b62a3afc00d59dd11b801b51]

        No need for an intermediate FARPROC here
        
        Change-Id: I601040a142d7a1d946a7141ae48981790eb3f305

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [428904b36a9eccbc5d9db8a0e9d6786d51a83160]

        Improve font style icons

2015-06-02  Noel Grandin  <noel@peralex.com>  [6ef9f7e2025a2334034e9c8f7b3422220add4742]

        loplugin:loopvartoosmall
        
        Change-Id: Ib4def3435eab4625645c5afe3b151f9f430564ac

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [acd4ecc38fc3aa486b7eaf8d5effa4a5ea034ccd]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ice7bbdea1d0df0a92f2e1b38f033adaff2fb8b07

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [3f846cb7a40ea6226c68ff22981d6090da66e6aa]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I7128d99926bddf5ffd0a87099c7fa3ce3a1e08e0

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [0fded753c787c9e0e374bf65fe5c53538adda206]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Idd4f5a66667e2c13d2cb691960cfd1f568310674

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [c56a8863cde2ccd96dc6b75ad2c7d208c8190414]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I1a9aa868d3724a7d14c181e45d956cdf2423e40c

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [132e8ca43e4f28c2b4b9842ce2b977e0f25b0730]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ic50468d68c92779a589894963ab4099eefb8adf4

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [194c960ce9991418d72ab7ca181d412255d13020]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ia5b84ed835215fe8e6a00a92cb3ac66f5fe0d973

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [64b33886ef0ba179abafa50e1bfc6f3386488a5b]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ie7129c66f236b93f505dad9ea672ab777cb380d1

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [0686fcdb667f1dce67185656d2d011e84638eff3]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Icb8f62a167cc450bd156f0e3611f30c4d2a57c16

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [3fa5ac8eb9ee6c58d3733a6e2cc18f673d37565d]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I35229af6f25db931bd98bdf53add2f2ed65774c0

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [56209b9040c63ef422cffe3795d6bd6ef95ec80e]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I5862e1b0492f51b679a47ec8a08e1ca392a0a1fa

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [fea2e004d4236da14f878cb2da0a76ded3ee77c2]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I5e665deb034b564de90e65981384ea5a2d892980

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [a2d5dc55f4d985cf80d33732eb45d1b60d7018f0]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I773ac633fb3f7de25c62b1e802ddce4ca2cc31c3

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [d8ba942b99b8d8853afaefac5b211a8f297519ff]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Id45e303225602e401a5c3b640185bf476c94a0bb

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [8c8bdc6091b7373dcf9ccf98fe1b8e7af914c9a4]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I60298e919c29454c0a3bc8d745029e4a5d4cbea6

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [609707dd218613c5bd2416d681cba78c9cefdca6]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ie77fdb078c9c8f8ed01dfd6c5dd583c6535803b2

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [04b9ff9a8842bc23306c38f9bd1af7cd941d0eb8]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ic77431126be9259bf6381243d1ee682d687c493e

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [9e1e8858d12ab76ce928b1f499e2de210a6e443d]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I23f887e88ad21b715e62b05ac6874ab88597ea90

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [e60cea3c8d14c1146ed2855024872fecb0959f66]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Iad01e628b692a6dcf882696908de0ef1f24c04c4

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [0fc8d8f6eba3ff49e7252fce661aa61dccfb3740]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ie100fc1048b076f94e7ef33b632df4264d37cf51

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6a5f0a5c40752d09d23994d1bdd32b13501bbdaf]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I69193471b9633902d92d0db34b266af52038146a

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [21d0ae24a8403cab29dbab3d281131c679330b63]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I4373b1698ed81cd84dc5f319fde003f9b8c301fb

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [1fb55375be652237d82069b71c2cdb5ac4788181]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I0730744b8424bc6dea5e8016199088f86e9570f5

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [863bfb2811cb1717743bac5ab1f3583acf88d2db]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ie8e3bde0eeeec6cd35a7f73f9a29c28cdd03ad02

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [224c8aabaa1cbe8cd203d735382a7478ba07d14d]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I61dc52779d3b873ba5429ddf53ba5be159b28ff2

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [91957a75aab89415d92aa137d73fc5cf892a0408]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I5bad1428e96c76f7d295f69e10beea4397d560ff

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [34c2adbdfb32927468778e786437eecf8ece8249]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ia48650597a4854cbb92ef203b3c1338b4f47becc

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [b37fa7fc97a9009933319aae568dda5a5054b4a6]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Iaefaeebcccade616329e4d8e29f3c4f53cb739c1

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7d8526962f3760c03432f605e1b49b21d5c0c9fa]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I0724eff3d9fb2912ba54515945efb8aaacf486db

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [5e2fe8f2a0743e6e0fe587fe0f36d4bc9e0329b6]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I636c05a34afc857c75a35e4c6fefedbce3e99c06

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [2e2a46fc651e8a030434e11ca35d2b1bab423c9a]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I35092571da3360038665b4d6bb993f92390f8d8d

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [a9ae0c394b7b763e2c0090defc6d21cc76b1ab87]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Id57c9599a454e1156a6a248ebb143a88f6d78425

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [75aa1bf8ec66df8ce182e30e36a47a5fad280982]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Ied61df6c80a05037fc6335c098c9ac2671ad1c4d

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [ab9c10c3fb852660e4028e7ff7b3b87666787827]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I9852610322540a87305b775a1f4c90fb81f728e9

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [cd93d5f36a8b94e6c2f1449a4ca1bdbdada83129]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: Idbd718042e13e9c107c1a349c113656bf9468614

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [75e3aaeae4d8ac1bed4111a5d0fdebfdda4215d2]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I6ca4fb09fead52c1ff311a30e3d711d92bcc0918

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6780db685ed0119fcf31bd343d34c01936f7968c]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I73626dd83aed5a226b67b5b18049ca82c86f9b3b

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [b000faba864c0b60cbf86a48356fa81a707545a3]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I1788ad7d9f9dec892b31a0610d0f44ae1ccd2e64

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [cfd6a855bf1183e0a4459c859712998f5bdca27c]

        loplugin:cstylecast: deal with those that are (technically) const_cast
        
        Change-Id: I625929f9cfa3a2d403d0a4652e57c2bb7a998fa6

2015-06-02  Stephan Bergmann  <sbergman@redhat.com>  [e19cd71556fe0db3608fb230e3872a5e8d8d044c]

        Improve test failure diagnostics
        
        Change-Id: I42d5d56b3f01ef49eb62d784c1a80fbc9972f7d8

2015-06-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [263b4b99856c81c12707a5e9823d693a594ee305]

        loplugin: loopvartoosmall
        
        Change-Id: Icb30dac9cdcba493752623ccafff5f06ccafc31f

2015-06-02  Andras Timar  <andras.timar@collabora.com>  [20bb2e707481135440b2c905fb234c5ba54d5041]

        GL3D Bar chart -> experimental
        
        Change-Id: I2d5948651e5c31a6ce3cadcc9ff09683a60d49bd
        Reviewed-on: https://gerrit.libreoffice.org/16022
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-02  Andras Timar  <andras.timar@collabora.com>  [7e5c1101cb200f95128ad7dc7d2a5e6bb4489306]

        Time based charting -> experimental
        
        Change-Id: I1c190be0ef226d1f14d083f292cf2ea15a6d1645
        Reviewed-on: https://gerrit.libreoffice.org/16023
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-06-02  Philippe Jung  <phil.jung@free.fr>  [4826007f0e09160ffdb592d10b65eb262ada18c8]

        tdf#91592 WRITER crashes when navigating through comments
        
        without rSh.EnterStdMode, the image is selected and it has no GetTextNode.
        
        Change-Id: I91ed5a1ed002a04919042f4df22c49d3189daccd
        Reviewed-on: https://gerrit.libreoffice.org/15952
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-02  Christian M. Heller  <christian.heller63@gmail.com>  [04b32cc8254d7489f3e5be35f9fb6352863aac3e]

        fdo#39468 Translate German Comments - sc/source/core/tool/ #1
        
        Change-Id: I95c6669cfbdcbc81c5a173a6687fca14bed255fb
        Reviewed-on: https://gerrit.libreoffice.org/16003
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-02  Justin Luth  <justin_luth@sil.org>  [8bf66416a834a503309d4d0f3298d65f321f360e]

        tdf#91641 EditLine should have focus on accessibleText init.
        
        The first time an accessibleEdit is created, it didnt recognize any
        focused text when editing in the "Input Line".
        
        Change-Id: I5aff199c10313d9c51ea15541a825cfbfd7ad374
        Reviewed-on: https://gerrit.libreoffice.org/15962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-06-02  Caolán McNamara  <caolanm@redhat.com>  [32fc5f1605dc2ce224074e88bea6aa548d450287]

        cppcheck: redundantAssignment
        
        Change-Id: Icca51c730aa361e6a886358c396d4804501139ad

2015-06-02  Caolán McNamara  <caolanm@redhat.com>  [8e22cd40ec9f7d97bde49dd4c8593fc5bfb52e29]

        cppcheck: noExplicitConstructor
        
        Change-Id: I8ae8623252546ca94f65fc04b331dd9cafa4fc92

2015-06-02  Caolán McNamara  <caolanm@redhat.com>  [29177c9e05717fca77be6877843945f6e4d9633a]

        coverity#1302687 Dereference null return value
        
        Change-Id: I65e09944bdfa0ccc0aa2b0e6bf423ab943c642f8

2015-06-02  Philippe Jung  <phil.jung@free.fr>  [c7309a4822633423b0969757c494077fdc27b724]

        tdf#91783 - Reverse the toggle behaviour of .uno:Graphic Change
        
        Rename:
        - .uno:Graphic to .uno:ShowGraphics
        - View->Hide Images to View->Images and Charts and invert toggle state
        
        Change-Id: Ife4954e17f7e169b234f477d01409cae52c32efe
        Reviewed-on: https://gerrit.libreoffice.org/16010
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-02  Noel Grandin  <noel@peralex.com>  [1df41142451685d33b1821a839061c63f23e44fd]

        loplugin:loopvartoosmall
        
        Change-Id: I809e408c994222cfa95ba8f56e4db7bd96be7080

2015-06-02  Noel Grandin  <noel@peralex.com>  [44cab3c9db5aef97fde57baec205a34fc794f64b]

        Fix CheckMemoryUsage java class
        
        looks like I accidentally broke this with
        commit a405184aa972ca375f04205fd22f83d54952648d
        "java: inline CheckMemoryUsage test properties"
        
        Change-Id: I321ce16bcd7da0f74525cd5041e3ce36cdd12d23

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [038a6835d10c2f45d3aaa6df45ef331265a44c57]

        Use more proper integer types
        
        Change-Id: I66223e76ba886219f4e458f53a3c9db81a43ddb2

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [029b2d512752893f96114c6b2318339d8c581f33]

        Use more proper integer types and range-based for loops
        
        Change-Id: I48555d58af6c2cc814f9ac1cc39e221b31cce2f2

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [afe66e34ac35db05d3eb378da1cb732d06f752a5]

        Translate some German messages
        
        Change-Id: I3c901c6a1195cf68bbd51fe6d6ee6d54bf808698

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f4b7c50d3017bb47956267bd4970080a6276132]

        Use more proper integer types and range-based for loops
        
        Change-Id: Ifb7edfa11855afff373e638d583efd6ce55e93d3

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [abfb418cbf8bfbec0de0f1a3b89871c8f38ee667]

        sal_uInt16 to sal_Int16
        
        Change-Id: I0791354f79017ac8100920568519f5a8bcb398f2

2015-06-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [60d11ff67d9104151d63800765539fee5d627a3b]

        Data members are already accessible by member functions
        
        Change-Id: Ia56f23b0fca318131b8a985964c79a193c38f4e2

2015-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [290cc96e98c8d66396402f9be51739646b1eafa7]

        SwDBManager: refer embedded data source from doc settings
        
        So that next time the document is loaded, we can find it.
        
        With this, the MM wizard can create embedded data source definitions
        which can be saved / loaded back from/to ODF properly.
        
        Change-Id: I5d012ce7fe878bb23ef6dac4526254cbee2683fb

2015-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dc2080588a13cce7c9cca9621dfc0974c48ae60]

        sw: prefix remaining _SectionSaveStruct members
        
        Change-Id: Ia321a8fd657ea7d610f8a349b99d6dc91fd6d847

2015-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [8d46bc15e93687f93d7c85064acc71231e2f08b1]

        Fix a wrong bit mask for StreamMode
        
        ... introduced at 7f8f277b94704a289fbbd1b836e4e5d66311580d
        
        Change-Id: Ic9e2f6f5e01652744011a7e8a5f69f386efd6b52
        Reviewed-on: https://gerrit.libreoffice.org/16015
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-02  Pasi Lallinaho  <pasi@shimmerproject.org>  [e2ae80ee75afe0483fa61d81e284055cc9f107c5]

        Add alignment icons (first draft)

2015-06-02  Pasi Lallinaho  <pasi@shimmerproject.org>  [3899a10e26103bca4df1357e52b4bc768534c34b]

        Push SVG sources

2015-06-02  Pasi Lallinaho  <pasi@shimmerproject.org>  [ccad1c09692a4f72924e26effb98c8a688c7d304]

        Add "subscript" and "superscript"

2015-06-02  Pasi Lallinaho  <pasi@shimmerproject.org>  [bd02d9b63c9c269541e9ceec76efd5d4c172d43a]

        Add "shadowed text" and "change color" icons.

2015-06-02  Pasi Lallinaho  <pasi@shimmerproject.org>  [55de3a5f457f7dc7ba7ea1669b382ff9d750e8c1]

        Add text formatting icons. Add license file.

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [3273c22a10fa0b6af79965f47f95a8d819160e68]

        New fapopen and faperror

2015-06-01  Yousuf Philips  <philipz85@hotmail.com>  [0d7935bda6fb0ee4b63593b07c451b30f52b8598]

        Reorganize the entries in the column and row context menus
        
        Change-Id: Ia833a7ca147b9a2730715de14cc18f6d839cdb2a
        Reviewed-on: https://gerrit.libreoffice.org/16012
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-01  Yousuf Philips  <philipz85@hotmail.com>  [fad8ed585322fc6b6760497d9554163742564d06]

        TANGO: Fixing icon and adding new outline icons
        
        Change-Id: Iff96914419f7f5bb29a2f3e101ddfd52504e4339
        Reviewed-on: https://gerrit.libreoffice.org/16021
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-02  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [35172a29cc4a09ed42b7fd7837cf81c4bdf2e656]

        Improve fapopen and fapclose

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8bd51de83cafe3e9f0f3850bb1b40330a2a6aa3]

        the test works much better if you really use en_US as language
        
        Change-Id: Ie936bfb6ae03a6a3abd8175938555aea99790959

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12e30adf9daf337084aba2249218d3e56bfe4ea3]

        add initial IsNumberFormat test
        
        Change-Id: Idfd51360bfe8d857838ee522b8a9d3d3de06952b

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [278e2b36d28ab3c78d285688c78996d92d92727f]

        remove empty lines and bring some sanity in comment positions
        
        Change-Id: I82b5e3df6a0926291719f619f344c3cccbd196e6

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c7b5b03cee4d2981177cb065e533031683c4bad]

        no need to make that separate statements
        
        Change-Id: I2b08d200f1e361cdb3f3d3c12fec1b3377b81e30

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9509ce61031f27dd1977599ffc271aaffdb6ca82]

        some whitespace clean-up
        
        Change-Id: I80aa6692c528176e38b5414145b484a32a9906f6

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ba41fe801733d25eab7fc1685990cff5f27ed01]

        document chart2 layout dump
        
        Change-Id: Iad7975eed4508e2b78ec8376a9a4db0679442a55

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6c499c4cbd3e420b3bb489807eb903aa8cf2820]

        OSL_FAIL to SAL_WARN
        
        Change-Id: Ic5d96e091f307798941e43368cbd2daf9f84e73c

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f0c26f340b9ce6540c04d19f5aedef3d762e228a]

        move header file out sc/inc
        
        Change-Id: I1b8e94612ffb4cf71bb16b424af37f4f8781775f

2015-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a182a26dd94ff856e4d7567663f363ea11c6429]

        remove unused include
        
        Change-Id: I2dd5d2c87849c27ed96890699e326a26a19b14a4

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [862adb933334529f998942d2d1df2bfd5c5aa722]

        New insert-graphic icon

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [2bf7bdb3b45c09e13f100745ed70f7d011549f7d]

        Fix up more icons

2015-06-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [0e2ef262bea4cbc7cb04cfcd1d47f2a9d6092398]

        tdf#88276: Add background colour toolbar and sidebar buttons
        
        but they do nothing yet, follow-up commit(s) add real functionality
        to them
        
        Change-Id: Ieac5d0326b284069b8da1b39f94bdb5a8c84b6dd
        Reviewed-on: https://gerrit.libreoffice.org/15841
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-01  Katarina Behrens  <Katarina.Behrens@cib.de>  [c1b9d61bacaf676d69a0f49a79fb086535f79a48]

        tdf#88276: Add slot and handlers for toolbar|sidebar buttons
        
        those changes make getting/setting of text background colour
        possible from toolbar and sidebar buttons, but likely more
        handlers needs to be added to various other places in the code
        
        Change-Id: I698ca2304399befdd63317eb8872aa3129f27637
        Reviewed-on: https://gerrit.libreoffice.org/15909
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-06-01  Rene Engelhard  <rene@debian.org>  [4e6713e923a8dc1eae00a29060720d91b9134cfa]

        add libebook-1.2.so.16 in EApi.cxx
        
        Change-Id: I3f361a3d6d90b3449e0bf417fd39d756ad98cae6

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [047857759995d4eccec5451db339ebd1f53fd285]

        coverity#1302688 Resource leak
        
        Change-Id: I78ed5df0d18da9374092c8d2d4fca43cba0f8a88

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [52052e5b03a605f261ab041233a5c6b3c8a19143]

        coverity#1302690 Uninitialized pointer field
        
        Change-Id: Idea6c8a988cdff9fd7c99fb0d37935f391ba0da2

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [5f1a267c9a97059cbc8e77a0ed9b011dfe891df7]

        coverity#1302689 Uninitialized scalar field
        
        Change-Id: I1515ab21370e70564f266cbaa21769d28716d85c

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [7fd544da2ef2f472a3aaa825c3cacfe28961e9db]

        coverity#1302664 Unchecked dynamic_cast
        
        and
        
        coverity#1302661 Unchecked dynamic_cast
        
        Change-Id: I29735d3627c9d600465c02482002134cd196e098

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [7e5d98c427cdcd10566b8f5a7a35c0561ec82d72]

        masses of coverity FORWARD_NULL warnings from copied assert
        
        Change-Id: I8f698bbcf4d53a4477cc0ee0c3f2c7f08e521f8a

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [a08f0aa2857f4a5342cedf2038488fc98fb716fb]

        coverity#1302609 Division or modulo by zero
        
        Change-Id: Ia578a948b776c15372d3940b350f20048bb6124c

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [1abbba1d0980786b4bded6961a12da494cb93806]

        coverity#1302608 gtk3 Logically dead code
        
        Change-Id: I7e727bc71a5fb02d89eb6b4fb35cda26bcfa617a

2015-06-01  Caolán McNamara  <caolanm@redhat.com>  [0b25823eced797ab039f26fe51df73c7aa3e1130]

        coverity#1302691 gtk3 Unused value
        
        Change-Id: Iabd10ef2c77dc389c6afdba1d38064e54bf3198d

2015-06-01  Stephan Bergmann  <sbergman@redhat.com>  [55431a84c264a8bcca593b9207aae0ad81d10f30]

        minor simplification
        
        Change-Id: Iad908728d63b0dcf3bef0a76c9d2fa3c892bf986

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [54619b4fa1cc477c92d0fa48cafffefe1b15a8fe]

        CppunitTest_sw_tiledrendering: add search start point testcase
        
        Fails without the sw/source hunk of commit
        1dc60bc9e99304c58007bfd5a964ff3f78480106 (SvxSearchItem: add
        m_nStartPoint{X,Y}, 2015-05-28).
        
        Change-Id: I7b13294760a8a3c9c413a4a11582bc2a14d3d499

2015-06-01  Michael Stahl  <mstahl@redhat.com>  [15cd958a8a5c0b8dbe8891e2ce47aea6c91ba914]

        xmloff: don't add FIELD namespace twice
        
        The first place already checks SvXMLExportFlags::CONTENT, so the second
        Add is unnecessary (and for versions <= 1.2 it shouldn't be exported).
        
        Change-Id: If2e471b50fcf21ad8977de48c433b628c5c03305

2015-06-01  Eike Rathke  <erack@redhat.com>  [fe2c7b25152df4c89e44c6516081d43d68075736]

        Resolves: tdf#91420 "Jan1, 2015" is a valid date
        
        Regression introduced with 43624d9370c4384f71c6b13fed900eaec222cf64 that
        fixed tdf#34724
        
        Change-Id: I44b5eac6e4ce5a38855148efecea5f2a987ed213

2015-06-01  Michael Stahl  <mstahl@redhat.com>  [54a6e4841cd4b62faca090df8a7c4f2a1bf24b44]

        sw: SwTxtNode::CutImpl(): destination must be different node
        
        Remove more dead code.:
        
        Change-Id: I9572228be0e5393351a7d22eb23e1f188423a219

2015-06-01  Michael Stahl  <mstahl@redhat.com>  [38e5251a82669d25928291712508651158b027b5]

        sw: SwTxtNode::CutImpl(): destination must be in same SwDoc
        
        Change-Id: I541dad26125bcd98e9c74016ecd03cd7f8bc71e6

2015-06-01  Michael Stahl  <mstahl@redhat.com>  [5dc453ac9027828c6a2319126b620d8d9e6c08ba]

        sw: SwTxtNode::CutText() requires a destination
        
        Remove dead code.
        
        Change-Id: Ib6a75718d411effe87d59d30420e2e9d7f15984e

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [b265ddb9232f1c76e8c0aa5db9f117525bd4d4a7]

        Avoid temporary OUStrings
        
        Change-Id: If82d849f15e4218d8848a6fcdd507f0ef50d3edc

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [d7bfeb8eae51856f671ea665664dbd6daac6c00f]

        Yet more icons

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [43e8a85e36a731bb46e7d9a9e7663f287f3ad330]

        Prefix data members
        
        Change-Id: I8b0fa3e95a5e3ed357bd5daa290e2309e86272e6

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [38e2c36f5de41267a323e9be57ef3316e978e6b8]

        This member can be const
        
        Change-Id: I53c63bd5734635540ff9c4edfb698c16ac4fca17

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [92bab25a7da0cba47bb98bf1a65a64cc24192079]

        Use initialization list
        
        Change-Id: Ibaddbd1dfc11382ead2f5ad4ed369bb0cc750fd7

2015-06-01  Noel Grandin  <noel@peralex.com>  [404943048e5bbed5fb19214a9594a91fa6d954bd]

        remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETER
        
        Change-Id: I631b5fa984f5a59619aef62e38a503239989b253

2015-06-01  Michael Stahl  <mstahl@redhat.com>  [d3171eb7d0291e3020d542cfc06d0725e039dbfb]

        gbuild: document what CFLAGS/CXXFLAGS etc. *actually* do
        
        Looks like following GNU build system standards isn't necessarily the
        best idea, if even the documentation gets it wrong.
        Also document the ENVCFLAGS/ENVCFLAGSCXX variables.
        
        see also: i#116959 and:
        http://www.gnu.org/software/autoconf/manual/standards.html#Command-Variables
        
        Change-Id: I56d8623cbbc800ef80da1610f6fd104ac29beaf9

2015-06-01  Sean Davis  <smd.seandavis@gmail.com>  [cb15e23c6784f409e1e906d1bb67c9f401d7a679]

        Install directories, required for a clean build env

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [89fbad85dc98d67f5d3a7794c41e573613f5428f]

        Fix typos in comments
        
        Change-Id: I2b8c08ee1a1e45347158f77ff25bee6adbaace94

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [69a8d81b488aaf3014a508cb518f2de3a32076f6]

        sal_uInt16 to sal_Int32, and use -1 as a special case
        
        Change-Id: Iaf90f96665781d3aa43f1f71802538f54409bd4a

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [151363ed2e0209e0cb6d78d8e821d23080f2e74b]

        Translate German message
        
        Change-Id: Idbb72bc894cb8053e329a2713916cf896337351f

2015-06-01  Sean Davis  <smd.seandavis@gmail.com>  [c5debea8f4453ff0e78ad83d7025433758adb557]

        Support DESTDIR

2015-06-01  Sean Davis  <smd.seandavis@gmail.com>  [eb59ca65e660dcfd211b9b7793c70cfec086bad1]

        Install with correct permissions

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [54bf49a2be3a7bc370c7043011c6080918224ffa]

        SwDBManager: embed data source definition if possible
        
        In the past SwDBManager (used by the MM wizard) created a smaller .odb
        file in the home directory by default in case the data source was
        something external (.ods file, etc).
        
        If the document is saved already (and experimental mode is enabled, as
        this is still a work in progress), then stop saving these small .odb
        files to the home directory, instead embed the data source definition
        into the currently active .odt file.
        
        Previously created such separate .odb files are still fully supported,
        of course.
        
        Change-Id: I7c1776e5ed57cdde05c0adfc5f7d1dc485363f03

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b499739c438d58c29125cb2777f019c84394786d]

        dbaccess: add support for storing ODatabaseDocument to a sub-storage
        
        When Writer creates an embedded data source definition, it should be
        stored on the storage of the Writer document, so Writer sets the
        TargetStorage and StreamRelPath parameters of the storeAsURL() call.
        
        Let ODatabaseDocument::impl_storeAs_throw() and
        ODatabaseDocument::impl_writeStorage_throw() respect these, so the save
        actually succeeds.
        
        Change-Id: I4568ef96204a219b813142d7b5eebe9f1ec5e22e

2015-06-01  Noel Grandin  <noel@peralex.com>  [aa25be596516d4acd831d89006fed78c4b974dac]

        loplugin:loopvartoosmall
        
        Change-Id: Iafe55d4aa65a380d8d338edd54338f53a3e920dc

2015-06-01  László Németh  <laszlo.nemeth@collabora.com>  [4a91d5ee95c9b6ee22053f466e2483035885a032]

        Add translation support for short names of Emoji and other symbols
        
        See also https://wiki.documentfoundation.org/Emoji
        
        Change-Id: Ifd534bca1cd0dce017b9e5a9335f4ee52df1c8da

2015-06-01  Stephan Bergmann  <sbergman@redhat.com>  [e9d055bf67d2ad600d2efa58a4c8b8bbcedf348c]

        Do not lose AssertionError from sub-threads
        
        Change-Id: I8ca7194be6d22b72b73e76e5067273090b087b96

2015-06-01  Michael Meeks  <michael.meeks@collabora.com>  [bd2f71fc265d5bf7a6b490a49549c1233d4bdc4d]

        Remove unused icgm filter VirtualDevice member.
        
        Change-Id: I899e6cbc2fe9453ba048cd2dd147a2a29b166f22

2015-06-01  Julien Nabet  <serval2412@yahoo.fr>  [c709da10fb2585a1f8b7d1a96b33d3fe5486d7f5]

        tdf#91782 - fix VirtualDevice allocation crasher in eps filter.
        
        Change-Id: I59cc13cebf9a15e873cd0b7f8fccffa37a6a8f39

2015-06-01  Noel Grandin  <noel@peralex.com>  [d33c6cd7853131d5765a07fbba101f2b64b7bae5]

        fix Windows build
        
        after my commit 55bc128636596032c23ee855904822ad813986fc
        "loplugin:loopvartoosmall"
        
        Change-Id: I1d43447df24d7bf5c8737801389447980bb69d26

2015-06-01  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [4fe7a99c4b0c46b9d254efc870f75e25f2b5c37f]

        Remove B1IRange, it's not used anywhere
        
        Change-Id: I2eeded849b9b36611407e8ecc545d7801939e4c9
        Reviewed-on: https://gerrit.libreoffice.org/15815
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-01  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [7a4e79688974637c954df6147f3e8eb75fe47836]

        Remove B1IBox, it's not used anywhere
        
        Change-Id: Ifff5fc008552f80fcbb705013c1f578f5f825b24
        Reviewed-on: https://gerrit.libreoffice.org/15814
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-01  Noel Grandin  <noel@peralex.com>  [55bc128636596032c23ee855904822ad813986fc]

        loplugin:loopvartoosmall
        
        Change-Id: I86ff38a90018a2ddfb2db3babf67168b0e6257a5

2015-06-01  Justin Luth  <justin_luth@sil.org>  [c9fd4aa8aa969ef2b669813acee15d6efcf1ecde]

        getCaretPosition() returns a signed int, not an unsigned one
        
        Making all references to getCaretPosition() consistent in this file,
        since I had to change it elsewhere.
        
        Change-Id: I2046370e9ca7a89e3dc4fa446311bc1575292422
        Reviewed-on: https://gerrit.libreoffice.org/15991
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-06-01  Takeshi Abe  <tabe@fixedpoint.jp>  [8c5471c3a625c42523b144cf8d1dddf75f4a2746]

        tdf#91053 cleanup bogus member ...
        
        This replaces pAccessible/xAccesible with a rtl::Reference<<SmEditAccessible>.
        
        Change-Id: I7d00acd75fc9598cb7a5ad57357de36877275ad6
        Reviewed-on: https://gerrit.libreoffice.org/15987
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [217dbf61ece9318f4430780d10cef60920086de7]

        disable JunitTest_dbaccess_complex part RowSet
        
        Fails locally + on Jenkins_Linux_Dbg, and commit
        9b06d36571bbfa2d722f36610375e7cd24be81a7 (reenable
        JunitTest_dbaccess_complex part RowSet, 2015-05-30) just enabled it
        recently, so disable it again for now.
        
        Change-Id: Ie746eac0bdc613e2ffc6c2a1450db637d134a5c1

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [45097379998b64760259ed9b0a3425b0ea97ea31]

        Add more icons

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8923c61bb6e6cf603991c87a9981cb62fa4e660]

        Use o3tl::make_unique<>
        
        Change-Id: I9be8542d5ea99694af54121d3fe659bb4ed8ebb6

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [da7758dad3c6ca0747bd51cc41ad19fcc958205d]

        svx: nObjAnz -> nObjCount
        
        Change-Id: I1ae00035c5ae9ac620f01982d6e4fff593f7c054

2015-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [81ef96a2417c7843dfed0558c920ad3064e58921]

        tdf#79639 DOCX import: don't delay text frame conversion of in-header tables
        
        Floating tables may or may not be converted to table-in-textframes
        during import, depending on if we guess that it'll be a multi-page table
        with minimal wrapping or a real wrapped table.
        
        If the floating table is in a header or footer, then it won't be a
        multi-page one, so can do the conversion right away.
        
        Change-Id: I8d5ff8c5fe00037d5cef92dea6b54de6806214bc

2015-06-01  Christian M. Heller  <christian.heller63@gmail.com>  [8fa5e036f59eea1413c66dccb44b8f4ecb8deb09]

        fdo#39468 Translate German Comments - last bits of sc/source/core/data/
        
        Change-Id: Icbd625ae96b372812f3dd94526fcc9fc8e3e0a76
        Reviewed-on: https://gerrit.libreoffice.org/16001
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-06-01  Andrzej Hunt  <andrzej@ahunt.org>  [60391b4726b6c00950fddb6088ffcc0a1ae142bc]

        Allow unsetting underline attribute
        
        Change-Id: Ib11f6e76a52c0b8c943d46b9f14b3b00642879d1
        Reviewed-on: https://gerrit.libreoffice.org/16004
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-06-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cba920edf88bef06a6689e7847c5789dd3ee67b7]

        invalidate entry instead of everything in TreeListView
        
        Change-Id: I4f28267194a7b0053df25b7e9be993c7838eca32

2015-05-31  Sean Davis  <smd.seandavis@gmail.com>  [da3cec611b98002d80d6af1ca4ecfc2c9f45bc24]

        Rearrange, add dumb makefile to zip and install the icons in the correct location

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [b16ea83b55ba7acd45ee6393fbe1b9b8859d827e]

        Update more icons

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [6c9ef686a8e63600c354d6cdc3717fcc6f0531ba]

        Update Readme

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [b9254f2227fc50db99f05beaa08f6f939db5e639]

        Drop useless parent folder

2015-06-01  Simon Steinbeiss  <simon.steinbeiss@elfenbeinturm.at>  [7031f7e75ce3a75c18182382881df053b7aa1fe9]

        Initial push of the icons
        
        This push contains the base which is the "human" icon theme
        for LibreOffice and a basic set of elementary icons.

2015-06-01  Simon Steinbeiß  <simon.steinbeiss@elfenbeinturm.at>  [e61b351f80f320a2b6e8eb89c01b4dd7c6e6089d]

        Initial commit

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [e61fcfea5c2a306e44a053976e921160e78917ac]

        WaE - Fix C4389: ´==´ : signed/unsigned mismatch
        
        Change-Id: I049ca27a0b69887d7ab82312dd30311ddb2bed63

2015-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [8b55fe96cf64c64e4877d0ffa8ea694dc7dc8d17]

        Use auto or more proper integer types, avoid temporaries
        
        Change-Id: Iae81c30d23aa61e92b8dfd79c326c554b4164987

2015-05-31  Yousuf Philips  <philipz85@hotmail.com>  [f18096f1b5cce12033e6721fa6624f02e797acc3]

        TANGO: Fix a number of icons taken from tango testing
        
        Change-Id: I5e6ae63ec9e9cc746e8d7546a6a4c9c3aaf7ad84
        Reviewed-on: https://gerrit.libreoffice.org/16011
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Yousuf Philips  <philipz85@hotmail.com>  [6c189a1eb90012789692344aa7dc418c7ec7f032]

        tdf#91781 Reorganize writer's menu bar
        
        Change-Id: I28fcfb7511df137f8995dd4d1271d8dfdf112be8
        Reviewed-on: https://gerrit.libreoffice.org/16006
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [778d5508f5be8d9e31e1634110137f8afdf0065e]

        Use more proper integer types and range-based for loops
        
        Change-Id: Ie91ab1fad1b2f16380071b8c8fbb928151f85d4b

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [c8eb473ff1895ad01fe01e82b0a422f6cf5c351e]

        Use more proper integer types and range-based for loops
        
        Change-Id: I04a53b2e6f48e597b5d2de79587458a9f7f61f4d

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [ac52b11a150cd260cfb58aa3013abcf499d04468]

        Use size_t and range-based fo loops
        
        Change-Id: I41a30326a2507b1a21b7f9ed17edb21e373ab526

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [591b3d1551f6bddbbda1fbe7e6d5f766de6a29d3]

        More proper tipes, avoid cast to wrong type
        
        Change-Id: Ia323ed625b51bdb9dac3f3e2826b0dfec2141165

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [d9733c229f4dbd1f33ffd09eb6d31253c64cc30c]

        Unuseful check, unless nLoop is signed (as returned by GetSNumber)
        
        Change-Id: If3a24832251de6be9c4428bfedb6a2a612d6a375

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [a512942270525405ea646c88dc1d460152a7aa46]

        Use auto, int
        
        Change-Id: I39a7f83684d044602dd95e4523c43920d3caeac8

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [0b8ae8aa7867e63f12517e4a575a700bd07f6d7d]

        Use size_t, auto and range-based for loops
        
        Change-Id: I7f3672928b3d1ee937c7c6c2684b1396425b9fe6

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [1b554d3ada47063496b8cf4a28239da26a6537ae]

        Use auto and range-based for loops
        
        Change-Id: Idbef553cf734eb9eb194912e60f7811d35ce6c84

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [3a2549197b0d90a1cd94a13fe0514fec5d5e0fa6]

        Use more proper integer types and range-based for loops
        
        Change-Id: Ie02ebb5337bb902b33685feba95d1265be084450

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [18cf9461f58d652296424b25536543fe5371964b]

        Use more proper integer types and range-based for loops
        
        Change-Id: I59dc93687063e1df082d5c96c691dd364cc78ddb

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [bd54e40d69cd79fc4d79573c23a9dca460d71819]

        Use std::find instead of custom code
        
        Change-Id: I5841fa214b53e5b65b4c1251b4c033bb2e55dadc

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [fd5d74c28a5c1775a3559f93233b52382991539a]

        Use more explicative names
        
        Change-Id: Ie42b204b8cc81552b0fb18b8f4ef938787fa5c4d

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [379ada9ed447a71bee2ffd81dbd09214ce3dcd8d]

        Simplify and optimize (no need to count footnotes/endnotes)
        
        Change-Id: I4b539ec929e62a3d65c8a3fa2e9eb7794abf2a37

2015-05-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [1348dde6cea4bd3f436ee7657fa51b580ce50787]

        Use more proper types and range-based for loops
        
        Change-Id: I9e891923a1301e4b3d19c75102943f30f42965a1

2015-05-31  Jan Holesovsky  <kendy@collabora.com>  [332e3d4bc9f52538af18eabb1654720ef8c67dba]

        lok: Don't attempt to select the exact text after a failed search.
        
        This is a waste - it gets unselected in the end anyway, and causes problems
        for LibreOfficeKit.
        
        Change-Id: I9fea5853fc8fb177b31c77c097e96c51f93a0d7d

2015-05-31  Philippe Jung  <phil.jung@free.fr>  [285b5ef45817fe20d3bf9613e0247d395b7c880d]

        Calc: Insert row/col before/after [2/2]
        
        This part adds features to add rows/cols
        after the selection which is a new behaviour.
        
        Change-Id: Iec1201ae56970cd3dd0622c2ffa1eb6e46ad7446
        Reviewed-on: https://gerrit.libreoffice.org/15831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Philippe Jung  <phil.jung@free.fr>  [f97beeef352fdd9fd4f157a7a4c4f6af8341cbe6]

        Calc: Insert row/col before/after [1/2]
        
        This part renames all INSROW / INSCOL to
        INSROWS_BEFORE / INSCOLS_BEFORE which is
        the current (default) behaviour.
        
        Change-Id: Ia084f17a3be8bf09908e5d227ef4e6d09b8420a4
        Reviewed-on: https://gerrit.libreoffice.org/15830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Stephan Bergmann  <sbergman@redhat.com>  [08e278b411a3b824e9af611ebb1763c1f4f80ef2]

        loplugin:implicitboolconversion
        
        Change-Id: Ic0c6487661286efa04452427fc3a64da747c2ce8

2015-05-31  Rishabh Kumar  <kris.kr296@gmail.com>  [a7b926243b300daf195467111e10a7bd481828a0]

        tdf#87862: Rearranging the lower half of slide transition tab
        
        Follow up commit for the minor tweaks
        
        Change-Id: I9f274e38c7d0adfc431dc9a11000c3ce9fad3a3e
        Reviewed-on: https://gerrit.libreoffice.org/15929
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Jan Holesovsky  <kendy@collabora.com>  [72d308703cdbaeb39835cc16256faf2710b48c5c]

        sd lok: Send the part number when search always.
        
        The protocol is stateless, the client might have switched to another part, and
        we wouldn't know.
        
        Change-Id: I1b785d94c9fac86a124d72dd9ea9b35b839a39b8

2015-05-31  Yousuf Philips  <philipz85@hotmail.com>  [b33972b61401da79aadbb98d486eec5c285b5946]

        TANGO: Fix missing small vertical center icon
        
        Change-Id: Ia86ea9c8b930a58549203bfcf16814dbc1cb13f9
        Reviewed-on: https://gerrit.libreoffice.org/15996
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-31  Yousuf Philips  <philipz85@hotmail.com>  [1a8e9dae32997bf199dbd192058fcd8f187ddc49]

        tdf#81475 Additional work on the formatting and draw toolbar
        
        Change-Id: Idf8c389915e880cbc4246743d2b6a70d4e99f2e2
        Reviewed-on: https://gerrit.libreoffice.org/15992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [4618d15cb73d0f0c15e0f4d2a6ce9cdbe6eeef24]

        Simplify
        
        Change-Id: Iafeed40abb3228c00c5490692c9f2f4d526c1dee

2015-05-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [824cda403206b61af20ed86aead59cfaddb6ac83]

        Fix indentation
        
        Change-Id: I5a2d05d476b81ad610ddf470b4e9a176f41a8c82

2015-05-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [549e8285b2b57797d72fd064d947da522471a6b9]

        Use size_t for GetMemberCount/GetMember
        
        Also use more proper integer types in related files.
        
        Change-Id: I07536491f0a28d27de07ceb3326b703206087caf

2015-05-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b75c104ace039cff957696ea3de091f60b26c918]

        0 is fine here
        
        Change-Id: I5f4e98f644dfd10e6fb35d15622b46fdcac00395

2015-05-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [50ad242fe9acb366c8e0d1fa8d0de7cdb579eecb]

        Tango updates
        
        Change-Id: I5f0c56a089fc3f676438ed8aee3b3068de41d37c

2015-05-30  Henry Castro  <hcastro@collabora.com>  [8ab34380319a91d72b315e4c2cc8a7e76b1361a4]

        sc: Notify about the part change when searching.
        
        Change-Id: Ieea445b64f72f270885d6e21d4070fefe8d82567

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [9b06d36571bbfa2d722f36610375e7cd24be81a7]

        reenable JunitTest_dbaccess_complex part RowSet
        
        Change-Id: I82a1af0cd6b068e9f349ec6b068e78d55e8ab969

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [f9525cb4e8174a11da5624de3c271f5c40e5f0c5]

        tweaks
        
        Change-Id: I84ca5d1f3247d3ba3ed76bf3d39be14b47613703

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [d6d19acaca14d5b45ffb0db0028f17567d196c4d]

        do not try to get bookmark when in invalid position
        
        Change-Id: I64fc14e527af4f0f846bbfae84cf8d1d2914b6b9

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [b4e6dd8200145b6fa950cf813826e92a5caac1a5]

        handle getParameters being called before execute()
        
        Change-Id: If81e745ee15df3848c6577a9e979672523718daf

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [ab873b04e6ab0ceb7750db2d105ef5e3d0c0f6ef]

        janitorial
        
        Change-Id: I72cc8b84332442920eb5bb793474de0e9ec0fc86

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [99c6e8dc1fdabcc5af24a7a3cc8ff510140b0c94]

        HSQLDB connection flush: safer handling when createStatement or execute fails
        
        Change-Id: I32f3014bbf32c4a4a990bea03ee565c9b4c0164d

2015-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [8607f8b552d917f064b2ebfd60ffcef1e6f92bb0]

        tdf#82591 ORowSetBase::getRow handles insert row correctly
        
        and critically for this bug, modified row, too.
        
        Change-Id: I11c418d8926cabe81fcdb65d7293a4283e566f7a

2015-05-30  Andras Timar  <andras.timar@collabora.com>  [a819691ecc32586e800566d74ac22b474430d685]

        another DrawingML export crash fix
        
        Change-Id: I0386b4a768a9ac51cb86ac1c3edb17c41caf821a
        Reviewed-on: https://gerrit.libreoffice.org/15993
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-30  Julien Nabet  <serval2412@yahoo.fr>  [1f19bc5de3e0f4eb89c4ebc3b74319ccff138ada]

        Fix TB Linux-F19-x86_64_14-with-check
        
        CStyleCastExpr, suspicious cast from ´bool´ to ´sal_Bool´ (aka ´unsigned char´) [loplugin:salbool]
        
        Change-Id: Ic463a57a0ef701c3d8dbcfb9b2254f6bbc266460

2015-05-30  Benjamin Ni  <benjaminniri@hotmail.com>  [51262ef0d11d9aef246001d8a9b1c1d8753023bd]

        Implemented formula group count statistic
        
        Change-Id: I8b9c11fdd4b6e4343b467f1e5b1d1e96f1dd3140
        Reviewed-on: https://gerrit.libreoffice.org/15927
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-05-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71eeb8aa5897349073d0a6235a034bec26465040]

        ScrollFlags conversion "typo" - fixes scrolling repaint problems
        
        beer++;
        
        Change-Id: Id89f4206ad7a21d793ae633f53055eb38bba5285

2015-05-30  Yousuf Philips  <philipz85@hotmail.com>  [6a626955eb8b803fa58a58baafaa2a06ab4761f2]

        Fix missing small clear formatting icon
        
        Change-Id: I802e5bc245cdd2d84404c5131e065c7bf2934928
        Reviewed-on: https://gerrit.libreoffice.org/15989
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-29  Caolán McNamara  <caolanm@redhat.com>  [661791da72ec2ddddbba3552279e239f13df1c4f]

        add a bugzilla starting id and set it for tdf
        
        to avoid downloading duplicate bugs from before the migration
        to tdf
        
        Change-Id: I6449e26708b2cb46c3a8829ba5ef8bd86ef072ae

2015-05-29  Caolán McNamara  <caolanm@redhat.com>  [a456034cb2472ebb98217be223b73f5653c9e560]

        VclPtr: tdf#91396 crash after tool options and sidebar switching
        
        Change-Id: I86c23ffc08c8dec275608d9bc0bbe5eaf7ce0993
        Reviewed-on: https://gerrit.libreoffice.org/15985
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-29  Yousuf Philips  <philipz85@hotmail.com>  [b93263305bcb2a450c72a54255eb7f9f6fb08cae]

        tdf#91650 add missing small freeze pane icon
        
        Change-Id: If7149c29cca107661d93d6d0c0925c76f956b356
        Reviewed-on: https://gerrit.libreoffice.org/15981
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-29  Julien Nabet  <serval2412@yahoo.fr>  [d24b7de8f5fa51d9d96249459034e7b3b64583b5]

        Fix Mac TBs by unhidding testSkipImages()
        
        Change-Id: I2624ef7824859339b1b0a669279e7c4186ebf35b

2015-05-29  László Németh  <laszlo.nemeth@collabora.com>  [bf8e37c12dc0b705d0b5ae5ccf3a137514d35825]

        store FilterConfigItem options in dispose
        
        Change-Id: I090303dcff833997774fc69826dc7feffa05a3c5

2015-05-29  Julien Nabet  <serval2412@yahoo.fr>  [336176be8189fdb227b1029ede7eb1ab46326f45]

        Revert "skip SkipImages unit test on MacOs"
        
        Let's reenable the test for MacOs to see.
        The system cache has been purged, a "make distclean" has been done
        (see http://nabble.documentfoundation.org/About-skip-SkipImages-unit-test-on-MacOs-td4149788.html)
        
        This reverts commit be01d68420086fc36ecf26b5f597ba7c6b29b369.
        
        Change-Id: Ib281db5e3497a3bc9b176a28ccbee25ba051910a

2015-05-29  Henry Castro  <hcastro@collabora.com>  [cd2e7b7e4e46cb298c50fe8d8b512b1b36b3e197]

        sc: SvxSearchItem, m_nStartPoint{X,Y}
        
        The idea is that if you have your cursor at the begining of a Calc document, and you scroll down a
        lot, then search, then it's annoying that search jumps back to the start of the document for the
        first hit.
        
        Add an optional way to provide what is the starting point of such a search, so we can have "when
        nothing is selected, then search from the top left corner of the visible area".
        
        Change-Id: I22624dd52a093759d46541e003d838aeb0db943f

2015-05-29  László Németh  <laszlo.nemeth@collabora.com>  [bec67f339b9b000628e2b82e2b38cd1cae37f94a]

        dispose SfxControllerItem objects correctly
        
        Change-Id: Id5f80e06e5609b4e85f3d6db7bc37aabe6ef0dac

2015-05-29  Olivier R  <olivier.noreply@gmail.com>  [e008e587ce556fa7567914c5953e4706089ca413]

        Updated core Project: dictionaries  6565f427350dc8ad47e8e2669c7321e5331202d7
        
        Update French dictionary (v5.3.2)
        

2015-05-29  Caolán McNamara  <caolanm@redhat.com>  [f703201d35f6e77940f68a21b339f67335b99441]

        fix Invalid Read on conversion of ooo95991-1.odt to pdf
        
        "Prepare" can delete the Portion belonging to the SwTxtFrm
        and replace it. Prepare knows this and re-fetches it if
        that happens. But Prepare can call itself and the outermost
        Prepare doesn't know that the innermost Prepare replaced
        the SwTxtFrm (and re-fetched it for the remainer of the
        innermost Prepare).
        
        So bubble out that it was re-fetched so the outer most
        one re-fetches too
        
        Invalid read of size 1
        
        SwParaPortion::SetPrep(bool) (porlay.hxx:299)
        SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1805)
        SwContentFrm::MakeAll() (calcmove.cxx:1317)
        SwFrm::PrepareMake() (calcmove.cxx:340)
        SwFrm::Calc() const (frame.hxx:1004)
        CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1465)
        SwLayoutFrm::FormatWidthCols(SwBorderAttrs const&, long, long) (wsfrm.cxx:3306)
        
         Address 0x2137c850 is 832 bytes inside a block of size 840 free'd
        free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:277)
        rtl_freeMemory (alloc_global.cxx:347)
        rtl_cache_free (alloc_cache.cxx:1222)
        FixedMemPool::Free(void*) (mempool.cxx:48)
        SwParaPortion::operator delete(void*, unsigned long) (in /home/caolan/LibreOffice/core/instdir/program/libswlo.so)
        SwParaPortion::~SwParaPortion() (porlay.cxx:1967)
        SwTextFrm::ClearPara() (txtcache.cxx:106)
        SwTextFrm::Init() (txtfrm.cxx:339)
        SwTextFrm::CalcLineSpace() (txtfrm.cxx:792)
        SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1724)
        SwTextFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1706)
        SwContentFrm::MakeAll() (calcmove.cxx:1317)
        SwFrm::PrepareMake() (calcmove.cxx:340)
        SwFrm::Calc() const (frame.hxx:1004)
        CalcContent(SwLayoutFrm*, bool, bool) (fly.cxx:1465)
        SwLayoutFrm::FormatWidthCols(SwBorderAttrs const&, long, long) (wsfrm.cxx:3306)
        
        Change-Id: I1fdade2846e3cbd2e73be1f58d2597e9358fa0ea

2015-05-29  Caolán McNamara  <caolanm@redhat.com>  [e9bb7c9e69999467a8dd5aa1683563228c619edc]

        fix base wizard size
        
        if we are forced to fetch the theme early before the MiscSettings in svtools
        sets it then don't cache the value so that when the MiscSettings kicks in that
        the SettingsChanged signal is sent out and we get the right fontsize (or
        something like that)
        
        Change-Id: I0447c934ec184232591183c6c099a4d7217183fb

2015-05-29  Juergen Funk  <juergen.funk_ml@cib.de>  [1950ad547462fface018aafe7b65d5ceb445648a]

        tdf#91720 -after MailMerge print, plain std print is not possible
        
        Reset the batchmode variable, after the batch print job
        Related: 138d29aa09417eba4d15ade4c9f4dab2620b6326
        
        Change-Id: I6d8861e53ba6245019213d88d83603bfe932f010

2015-05-29  Varun Dhall  <varun.dhall@studentpartner.com>  [da79caf3e1d28cfc418073ff398270a384c162a5]

        add test for frame backgrounds
        
        Change-Id: I39766373811a48a683706c391aa46a9bf89b3462
        Reviewed-on: https://gerrit.libreoffice.org/15924
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [8541b178f4155c8d72a876245433a1aaf3d2634f]

        Support Azul Zulu JRE on Linux and Mac OS X, too
        
        Change-Id: I317506319b91daf006a0ba79874ff265ba6ed4da

2015-05-29  Michael Meeks  <michael.meeks@collabora.com>  [ba81e5c6bd420b41a84ade6ccd774011a8089f7f]

        tdf#91702 - fix stack-based MessBox allocation.
        
        Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7
        Reviewed-on: https://gerrit.libreoffice.org/15954
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5fe011ae025d7d354ca0647189524843a444ffba]

        split forms unoapi test for performance
        
        - test previously took 2m51s here
        - slowest part is now 54s
        
        Change-Id: Ib81fcb1a6e27dd54e0c3a319ff065166d57654ff
        Reviewed-on: https://gerrit.libreoffice.org/15959
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5c85974066306137907534c0473e17c56844876d]

        split toolkit unoapi test for performance
        
        - test previously took 3m18s here
        - slowest part is now 60s
        
        Change-Id: Ibbcdf9a7f408fcca189bcb7b182a864aea1f7159
        Reviewed-on: https://gerrit.libreoffice.org/15958
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e68cc3f919c85a385fb3d8f073fbd5cd04ab835f]

        split sw unoapi test for performance
        
        - test previously took 3m35s here
        - slowest part is now 70s
        
        Change-Id: I4a3e03cf6ef014ad60ecf6897b7395a680c33460
        Reviewed-on: https://gerrit.libreoffice.org/15957
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e4c3a73e30ecd8c82473f4dc5f16a74b6f50d15f]

        split sc unoapi test for performance
        
        - test previously took 4m21s here
        - slowest part is now 54s
        
        Change-Id: I2abd645e9bdcebc976b07ba0d2ccbd62cbbf71ed
        Reviewed-on: https://gerrit.libreoffice.org/15956
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [560c3fdca41843c29ea33c1e9c14429537f4e4b6]

        LOK: add DOCUMENT_SIZE_CHANGED testcase
        
        This failed without the SwViewShell::SizeChgNotify() hunk of commit
        63a40c45018ad2e6f4a660a520a5907beb1d7801 (LOK: change PAGE_COUNT to a
        more generic DOCUMENT_SIZE, 2015-05-27).
        
        Change-Id: Id230420f60d1a6f3caf822f7e23ffca010919196

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [70b598ac14bf5b8e9af4188dbccef332a40a6562]

        Bring test function lists in sync
        
        Change-Id: Ic91ddc695e9f3c7d8ba4d2bb67c8c84de2a22d5c

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [8c8ba8df11eafa7ddb6e65b3c4f11faafb7b6403]

        Fix execution of testLao
        
        ...which had already been conditional on U_ICU_VERSION_MAJOR_NUM > 51, so
        452a06b70578eb83067c6c744cd97eebafc4003c "Activate unit test for Lao
        breakiterator support" should merely have extended that #if to the function
        declaration/definition in response to loplugin:unreffun, not unconditionally
        enabled it.
        
        Change-Id: Ia1ce4e99b4a960b1e70cae0a61b0d526b0353d9a

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [0571f3c5033e1db38484632aca64376dd0b09cf5]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I1abdc2ab0b145e12f7fb00db529f52c11e4d7cfd

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [696f96f34b9e4cc384ecb3481b018301f493fc23]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I610fd4cf9339fd5c18eb77e7c94ffd0f99e9b125

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [148953244fc8d741ef84ef777ad566ae80edd28a]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I7cb919140539d0d573b5fbf786a6041843c2388a

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [5dc811daf9ea03dfccabec3a80a44bd12fa62d66]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I226413abb1e87fcb9de21a496b359dd7ef33761d

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [58389480b74ccb181d2c14a3e74bc173ff30f997]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Ifced01f17de220d430bb9d51d1fdc67242efcff8

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [8332862a3669b40b00a6bd53f6ba489bfd9f510b]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I305f476e85b4e0bef4ef91fb5eaa75313b0e490f

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [c718f637a6db3fc7c1a548bfc7a1d15d83ffdc81]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I3da21ec39ea4802e2f95943dee4e02e1490a513f

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [882150905bbb091d90cc3bd3061a80db689446d9]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Ifa5d960a9dbeb9e770beafd4f0cbeccb5a1b1c0d

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [3a05a08ba79a99b5c070d14eceefe7b0b6ca03c6]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: I5fe081bc2edfe14c81372ae0fd407e493d80d689

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [f9a8dd3bbb6b60b8f25ae4108868dc778cd51dfb]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Ifdb1c4174b89b273dd240d3d0f542ec4a871c7e0

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [1166efc5f94c9596226f5700bb08994d75f609d6]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Ib80d28bf3680fc7ff1f11f3d143a103075b7ef75

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [123dd1869d988f5efe1ce896cb6db0963a53bd09]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Ic4e5afab0e948392a0f2e4bdeab84afffa3e647f

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [d9727f1b78cd8f1bec0d6a9cc4bed693e9715328]

        loplugin:redundantcast: const_cast to same type
        
        Change-Id: Id14155fb1ec81d918490a904e4d0f6d2d67f7885

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [f5585675581043d63141c6e33c2518f3ddae21ba]

        loplugin:redundantcast: Work around OS X memchr bug
        
        ...where in C++ memchr does not have exactly the two overloads
        
          void const * memchr(void const *, int, size_t)
          void * memchr(void *, int, size_t)
        
        but rather the C
        
          void * memchr(void const *, int, size_t)
        
        shining through (see bugreport.apple.com issue 21128245 "non-conforming memchr
        in C++"), which gets in the way of the upcoming improved redundant const_cast
        check in loplugin:redundantcast.
        
        Change-Id: I7001e74e03429ef23682d52da28fca435130d775

2015-05-29  Stephan Bergmann  <sbergman@redhat.com>  [9155210d0ad8c9c79c9a493527452b52e7aceb98]

        Fix Windows 64-bit build
        
        Change-Id: Ie02b1b51463aa9d6c5e80001eb089909995d5b5b

2015-05-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0af0211b0f81f91727c81df909c0b41cedc4b088]

        tdf#91484 fix macro editor - Invalidate in paint
        
        Change-Id: I787da9a665e54caea229def185076b29c00fd11e

2015-05-29  Andras Timar  <andras.timar@collabora.com>  [09e5c16656f04728c86d59d8eaf9e75957b4f62a]

        Updated core Project: help  f5fa46ed8626910d710fd535518ddf9e756f9356
        
        localization tools are confused with short form of empty ahelp
        
        Change-Id: Ifd7a2309781b2de1e21dc6c6bd4b0747484f5108
        

2015-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [dffc06f372aeda9451930308a3ac184e27436f2d]

        sd: remove no longer relevant TODO
        
        setPartMode() already implements the idea mentioned by this comment, I
        think.
        
        Change-Id: I68e5fb905ebbad44982fef559389a611567ee185

2015-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a078a05bbbc186bb4f5ea82ddb854ec01ad3688]

        writerfilter: prefix SectionColumnHandler members
        
        Change-Id: I3b0710aafd4a305d38a5559d38c1a56a8ed9e716

2015-05-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9ce71b67f705ccbc6df327d1bb181ca20b3ed17f]

        menu: call ApplySettings on places that InitSettings was called
        
        Change-Id: I5519cf6a8e77a7da27fa883f2f7695ae4371af88

2015-05-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b0922150c2b3a63b810af5adda2770f270185a61]

        tdf#91677 fix invidsible menu in Base
        
        Change-Id: Ie1a8d6125d4a9d67f06f7dc37aa4d5115ad1af28

2015-05-29  Noel Grandin  <noel@peralex.com>  [49ea2258d482950ad3af16f9c8ac4fef7f192fc0]

        loplugin:loopvartoosmall
        
        Change-Id: I5518e40a30bdad53470cc52b59eff04ab6d873d4

2015-05-29  Noel Grandin  <noel@peralex.com>  [e0b2e6e3f767240016133dd2d55e0bfb9192ca39]

        loplugin:loopvartoosmall
        
        Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7

2015-05-29  Noel Grandin  <noel@peralex.com>  [6140ca9f1d728475e332f9fa96ee62dda58687ea]

        loplugin:loopvartoosmall
        
        Change-Id: Icb31e51575f7fffd36be73bbd87a3c5e56c3aa26

2015-05-29  Noel Grandin  <noel@peralex.com>  [afcf1ecee1af1312551583b9fc860c1881ba2134]

        loplugin:loopvartoosmall
        
        Change-Id: I1e9768c08af0bc7caac6a39c13842ee9d8ad962c

2015-05-29  Noel Grandin  <noel@peralex.com>  [abb774722230ce2b55f2e1f1528fcd0514ba83e1]

        simplify
        
        Change-Id: I74288b1a29a928d14a022f39b63bbdab1517c68a

2015-05-29  Noel Grandin  <noel@peralex.com>  [66dd3427652e4297b12c76bb1a28bc81d4a70c87]

        convert ODBC3SQL constants to scoped enum
        
        Change-Id: I61d2b76a32be23d238b1f50a6a76975d64d1878c

2015-05-29  Noel Grandin  <noel@peralex.com>  [f2bd8b5e0907d804feb7082708bc8be7b6075a26]

        remove unused CHRDLG_ defines
        
        Change-Id: I160bb11908ad2c7e41e23a2f2837fad9fafa4ff2

2015-05-29  Noel Grandin  <noel@peralex.com>  [b56dab6467223accb2f7448f0ce86c85f8ef7c09]

        convert PRESENTATION constants to scoped enum
        
        Change-Id: Ic7b0b1d433456f1a27a76314a5890b9ae7f70a69

2015-05-29  Noel Grandin  <noel@peralex.com>  [6c1cabe677f5eb24b465dd6e316c8c66df64bb29]

        loplugin:unnecessarysuperclass, merge IWarningsContainer..
        
        ..into WarningsContainer
        
        Change-Id: I682528a4eb1b1298faf12b2d498db65f94800cd5
        Reviewed-on: https://gerrit.libreoffice.org/15905
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ef2e135cfb8f107a154aaab9b54f2dfca0edf6a0]

        tdf#91653 Give this command a saner name
        
        Change-Id: I0cd1d51d1e16019c87e0c615c046a553eb5dc138

2015-05-28  Stephan Bergmann  <sbergman@redhat.com>  [c725ebaced006c02baeb9b0ee5ac6ac4625adc01]

        brown paper bag
        
        Change-Id: If290c03d86d691674b6a50f20f818f2e80d530ac

2015-05-28  Stephan Bergmann  <sbergman@redhat.com>  [e17fa49d99ce8de3fb9d026b515a7c7e1f00d269]

        loplugin:unreffun
        
        Change-Id: I89674148bd25f0ee996bf8796138bbab234d8c8f

2015-05-28  Andras Timar  <andras.timar@collabora.com>  [62031cd02d1fbb27c2e5bc9eee2a8dd7c7c9e295]

        DrawingML export crash fix
        
        Change-Id: I777c6734a7f63240e9021152ecff0a86f530ff8f
        Reviewed-on: https://gerrit.libreoffice.org/15951
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-28  Stephan Bergmann  <sbergman@redhat.com>  [53a066b7d1a639c6d31655bfc7c6257896fb57ef]

        Replace SWAP_IF_[NOT_]SWAPPED/UNDO_SWAP with RAII classes
        
        Change-Id: I3c2c1dd8221b6b9c884f368a65696318c698bb43

2015-05-28  Stephan Bergmann  <sbergman@redhat.com>  [efc64511b2c833e46ab553c8d25ea489016a4bd2]

        loplugin:stringconstant
        
        Change-Id: I86c8bd43a4fd87ce14e36108d686f6c8fca6cf81

2015-05-28  Jan Holesovsky  <kendy@collabora.com>  [bc37514ed6b8694872d0e958428a940ca9835619]

        fdo#74132: Do not interrupt search in Impress and Draw.
        
        Apparently this was forgotten; Writer and Calc already support this.
        
        Change-Id: I1a187b54294cb84a1b48ef8e855cc75df3f75dd7

2015-05-28  Jan Holesovsky  <kendy@collabora.com>  [9d6f44ccdd5eed7dd9f1a21612be3eca01aeb429]

        vcl: Do nothing when we don't have mpWindowImpl.
        
        Avoids a crash in Impress search.
        
        Change-Id: I07106e0185a1fe4cfa09a6783396c0d48b028f10

2015-05-28  Michael Meeks  <michael.meeks@collabora.com>  [fee29fde64567e91c69a350a787b6aefadfb71af]

        tdf#91652 - store PDF FilterConfigItem options in dispose.
        
        Change-Id: I808aeab8fdac35330de24970b873f49e22c52c6a
        Reviewed-on: https://gerrit.libreoffice.org/15946
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c9fb5898159fbda9d5b23f3f518044a5df03f72]

        gtktiledviewer: use SearchItem.SearchStartPoint*
        
        Change-Id: If0219eda3a2ca3b97c37bea70e35d47e49d38e02

2015-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1dc60bc9e99304c58007bfd5a964ff3f78480106]

        SvxSearchItem: add m_nStartPoint{X,Y}
        
        The idea is that if you have your cursor at the begining of a Writer
        document, and you scroll down a lot, then search, then it's annoying
        that search jumps back to the start of the document for the first hit.
        
        Add an optional way to provide what is the starting point of such a
        search, so we can have "when nothing is selected, then search from the
        top left corner of the visible area".
        
        No UI yet to enable this, but available via the UNO API.
        
        Change-Id: Ibcf3a5f2eeba1372b1dfe8474081e6591a6e0134

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [2ecf0ced9d2e55881033786fe95d45ceaeb73d37]

        VclPtr: assert with query dialog open on closing query design
        
        Change-Id: I40d196462ff2e37d86ca367d3a150c94872715f1

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [9bc314e38b6bcc268fe519b6d771a60087a1af9e]

        add field namespace to styles.xml when saving fdo85232-1.docx to .odt
        
        when >= SvtSaveOptions::ODFVER_012
        
        Change-Id: I0414bc4a83ae4787e10cd8a215555f249da7e65a

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [82f15336cfbcb766c060c4936d11ff33c54558e4]

        VclPtr: undisposed things and dispose order on query design window close
        
        Change-Id: I3070d52e15febe2f5981ffdf5d665e28fa4f799b

2015-05-28  Katarina Behrens  <Katarina.Behrens@cib.de>  [f12f5525427d7d743a267ab2e8bf5315d389e9cf]

        Unit test related to tdf#89783: more than 64k PageDescs
        
        Change-Id: I19207a15e1a3eec2ac097ec007afd7bfc2fd1cf1
        Reviewed-on: https://gerrit.libreoffice.org/15941
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [8c609d7a1ccee5044d8d64f07b59407dfb316324]

        Resolves: tdf#91673 wrong bit mask for BrowserMode
        
        Change-Id: Iecd1d9d743fb3d7a02b31d2bee001de5092be7e0

2015-05-28  Jan Holesovsky  <kendy@collabora.com>  [090ad6b02c84e04642dbcd53ddd3a079b0d17471]

        lok search sd: Off-by-one; and send the page only when it changed.
        
        Change-Id: Ifc56c7771bfdf75531a0c5153cbcbb5c36f051b7

2015-05-28  Philippe Jung  <phil.jung@free.fr>  [0b52089c1d88a5223981d8c177b3044d53eff700]

        Bug 91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialog
        
        Removed the recalcAll line in IMPL_LINK_NOARG( ScIconSetFrmtEntry, IconSetTypeHdl )
        
        1) ScCondFormatList already calls RecalcAll on selection new/changed
        2) Without this line, it does not crash
        
        Change-Id: I8aa45f691d33d8ad046a88e7695913e2ccff3caf
        Reviewed-on: https://gerrit.libreoffice.org/15928
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [788b778d168f5de13479eb9a83369810a06232fb]

        sal_Int32 as long strikes again
        
        Change-Id: I26abf6d0e102712f76977e0763c4a672434a1325

2015-05-28  Caolán McNamara  <caolanm@redhat.com>  [7b75dc8ccca61988392779d4c61eef15f1211c16]

        Resolves: tdf#90960 toggle out of paste-mode on editing an object
        
        otherwise pressing return in the object goes to the
        sheet and attempts to paste over the current cell
        
        reproduce with insert->comment in A1, insert some text and
        click in e.g. A5, ctrl c, right click on A1 and show comment,
        double click on comment to edit, go to end of text and
        press enter, either "bad things happen" if a11y is enabled
        , or "nothing happens" instead of a new line appearing in
        the object
        
        Change-Id: Ie44851cf3394652e1a60eecb59a999889094b3c5

2015-05-28  David Ostrovsky  <david@ostrovsky.org>  [452a06b70578eb83067c6c744cd97eebafc4003c]

        Activate unit test for Lao breakiterator support
        
        In f24fa8efad247bdc296e4724b914f73f01ef2d0b added unit test wasn't
        activated. Activating it now reveals that the test is failing. Add
        TODOs for the failing asserts.
        
        Change-Id: I6c9f36be3aa84a5d5092d2a3f576af39a15b935e

2015-05-28  Michael Meeks  <michael.meeks@collabora.com>  [cb27eb7811d7ebf92ac9b28509387cc4bffca7f1]

        More aggressive system malloc memory checking for linux unit tests.
        
        Change-Id: If8e70dc25c537fcf12de0853d91c30f0e6f92e31
        Reviewed-on: https://gerrit.libreoffice.org/15940
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-28  Noel Grandin  <noel@peralex.com>  [e23bced878c2e7a5b1a7d3dcbb931ba8b6b58d09]

        fix Windows build
        
        Change-Id: I5f0489e2fe8fc08461b3409de2690988826ed334

2015-05-28  Noel Grandin  <noel@peralex.com>  [b406664c0c3f9c8a383e47c7eb045657cd3fdd83]

        GetFocusFlags::Cursor->GetFocusFlags::CURSOR
        
        to avoid name-clash with X11 headers
        
        Change-Id: I727c523f6d9bd7d4db28fe7427e053903626be00

2015-05-28  Noel Grandin  <noel@peralex.com>  [d5129a9dd68978f9eccdd4597b5b6834557c422a]

        new clang plugin: loopvartoosmall
        
        Idea from bubli - look for loops where the index variable is of such
        size that it cannot cover the range revealed by examining the length
        part of the condition.
        
        So far, I have only run the plugin up till the VCL module.
        
        Also the plugin deliberately excludes anything more complicated than a
        straightforward incrementing for loop.
        
        Change-Id: Ifced18b01c03ea537c64168465ce0b8287a42015

2015-05-28  Noel Grandin  <noel@peralex.com>  [f3331f7694e74f349375c223ce7ed84838e92d89]

        convert PARENTCLIPMODE constants to scoped enum
        
        Change-Id: I36a53112e75fca9208b2f91e224a7c671695509b

2015-05-28  Noel Grandin  <noel@peralex.com>  [173aa749d50f904887e4aa1ce425c6807668bff0]

        convert INVERT flags to scoped enum
        
        Change-Id: Iad8faee927de1ad646975157e36c3027c0ba8149

2015-05-28  Noel Grandin  <noel@peralex.com>  [79db3fc0ee41a6284eb2175a4780f4157cb708f6]

        convert STARTTRACK constants to scoped enum
        
        Change-Id: I9b441688eb59ffd3540b014716a9abe7969c9be4

2015-05-28  Noel Grandin  <noel@peralex.com>  [a086ca18987a91543a65a3965b2bbc4c022400f8]

        convert AUTOSCROLL constants to scoped enum
        
        Change-Id: Id1d2b5c13ad6af05314cba60ba5b9a62e0683f5e

2015-05-28  Noel Grandin  <noel@peralex.com>  [4c93c30c79ae885d488a8a04d383fe5308a1d520]

        convert GETFOCUS constants to scoped enum
        
        Change-Id: I7c324bb6358be28c119592850eb7607479279f09

2015-05-28  David Ostrovsky  <david@ostrovsky.org>  [46a985feca255abbebf826be6103ee8cc7f2cde1]

        Fix memory leak
        
        The same was done in mork driver [1] and mork driver was derived from
        mozab driver.
        
        [1] 317306710d8f7c16bd6b9edc1e0af7e0e757cbac
        
        Change-Id: I64bc85819810707511a3cebd43802066cd94a727

2015-05-28  Jan Holesovsky  <kendy@collabora.com>  [90ffbdf7346364b096c5ada6415b8536d929670a]

        sd: Notify about the part change (when searching) only once.
        
        Change-Id: Iae0e3fa0ec86898f17bc4b595075c3a2384ecfb2

2015-05-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1afa39b1e9a4ce1cdab866a29a637283ed6792a9]

        fix calls to RenderContext
        
        Change-Id: I5ef4b740a9c62d5cc7a2126686df4fd86a4b3492

2015-05-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [737a0de6fd06070d5eb11c6dd43bb51f9cc272da]

        tdf#91649 call ApplySettings at a more correct place
        
        Change-Id: I84a620a845b9338cd830c8929346204e3d88003f

2015-05-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8400e87a41b5613f2fcf27525b97b40f653a3178]

        fix highlight rendering for iconview with more effective clipping
        
        Change-Id: I9d8f2341477b9b9c0acd71a7d33cd5a9a55757d2

2015-05-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [02482eef0189e6c9f6ea233d495c9fd8a0d2a877]

        fix drawing treelistbox with redefined background in dbaccess
        
        Change-Id: Ia55797e3e42309f9d37d5335088f7657d99954de

2015-05-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ee25bc3cad9f31a253c2a0b0297516c7f0989222]

        fix Base's titlewindow font, font color and background
        
        Change-Id: Ide9c30385d15d0b8303f25d1a9eef132a32ec7d2

2015-05-28  Philippe Jung  <phil.jung@free.fr>  [1379e2feaad6344999358bbfb271edbaea66ce2a]

        Rewrite all calls like Dialog(params).Execute()
        
        Replace all calls looking like
          ADialog(some params).Execute()
        by
          ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute()
        
        Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639
        Reviewed-on: https://gerrit.libreoffice.org/15915
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9e0e3a4eb8a23bfb9fb66055511c53d120e6579]

        sw: -Werror=shadow
        
        Change-Id: If09cc703bf1a922c6b3a1f584f23e5867ea7ad5f

2015-05-28  David Tardon  <dtardon@redhat.com>  [a14d7e3b41e1083edcebdeb3484e3cc6666dd63c]

        tdf#91671 avoid use of already disposed control
        
        Change-Id: I9cf5feeb2fc0ea91c7684aaf8adc2809907fa5d7

2015-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [39f3039724f3933963f861f4afc24a92348eb991]

        sw: prefix HTMLTableCnts members
        
        So that one can stop guessing if pTable or pHTMLTable is the member
        variable.
        
        Change-Id: Ia2c240d15c3e5d6d1a6e2e23373ed57909501070

2015-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [afc3010f45ee67a2517fcebac5d96c309eb94118]

        indentation fixes
        
        Change-Id: I267bb8b66c6c568718cec3f292f0b63737693b37

2015-05-28  Henry Castro  <hcastro@collabora.com>  [487880b6882ec01c1b4679eae60bec484272a86b]

        Resolves tdf#67712 form controls and draw objects
        
        anchored to cell but changes position after reopening
        
        Also included tdf#68797 "FILEOPEN lost position of lines
        anchored to cell". It was marked as duplicate but the
        step to reproduce are different.
        
        Conflicts:
        	sc/qa/unit/subsequent_filters-test.cxx
        
        Conflicts:
        	sc/qa/unit/subsequent_export-test.cxx
        
        Change-Id: Ia1c4010f118749256077a0ecad6ca16b867d22f7
        Reviewed-on: https://gerrit.libreoffice.org/15523
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-27  Julien Nabet  <serval2412@yahoo.fr>  [be01d68420086fc36ecf26b5f597ba7c6b29b369]

        skip SkipImages unit test on MacOs
        
        In fact concerns MacOs TB 10.10_61
        If someone wants to revert it go ahead but in this case, please:
        either fix the problem
        or disable this TB for the moment
        Thank you
        
        Change-Id: Ie8da48a9b117d7d24cbf27b5b5e8773f79464a31

2015-05-27  Andras Timar  <andras.timar@collabora.com>  [312cab50e057a85cbfd773e928eda3aadd69060c]

        unit test for pie chart label inside placement for the best fit case
        
        Change-Id: I7e6f8383ead96f585915afb119b8ee460967c0bc
        related: tdf#90839
        Reviewed-on: https://gerrit.libreoffice.org/15934
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [4cbd012869f87f68fa5f50e528fda81fcbb8609e]

        loplugin:stringconstant
        
        Change-Id: I8d5a1b82e7c552385ed22818e5e1a0a962fff2e4

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [5af7ca55a3d06ab23df715346c9b24d1333907be]

        loplugin:staticmethods
        
        Change-Id: Idb1072ecedd9ab0315d67e296da6d306c098b183

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a882796f0f22f365ce28612b4553115ca76f256]

        disable more annoying log output
        
        Change-Id: I9f50b991defe7e241a66a0d52af24c9912508d26

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [106a4dc29980889c02faa526e5417b63fdce6c23]

        support R1C1 reference for hyperlinks
        
        Change-Id: Id9f3ae613128bb6f3895ade8b10ae24210439503

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5142c9226318019200ed6e055b4eb1503bd002db]

        add test for tdf#91334
        
        Change-Id: Iaeee4a86e000445a23970986d5750d27adff2e2d

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d33f6634c5fb84cb2a801d7819c8affb031cc02]

        transform calc URLs to OOXML format, related tdf#91334
        
        Change-Id: I497a6600e155200e913ed386a539f284a5c86320

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27dde67419e8418a79bab3eab4082c5e341dfd04]

        first check current document address convention
        
        Might be something else like R1C1
        
        Change-Id: I25419b0d6ce0261b8cb1248671582455331852ac

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24c9f6664c41ebe6d58e261eb6a4beece4d85c76]

        fix indentation
        
        Change-Id: Ib686c76e024cccd33614f812e80ad6c16b5287e4

2015-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df7f469b46cdc012d7848bb5f4a6c51901bd3c52]

        silence annoying log output
        
        Change-Id: Ia2f55b85a649e0286573477511016f36bf29a9d5

2015-05-27  Andrzej Hunt  <andrzej@ahunt.org>  [176c27f1946ae889910dd154742f2416b481569d]

        loplugin:staticmethods
        
        Change-Id: I8a6a6dcac8355796b984f6b37b791596fe9dca02

2015-05-27  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [c52bc46136d24557ca142ee2d143be1ee7a0f4cf]

        Coding style: removing the scope resolution operator in xDocShRef declarations
        
        Change-Id: Ie88d2f3d6af3553976ebe0d299c4e9f31443cda6
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [ff44502d836880d2bdb057e7fdfd9b5abeb87842]

        Resolves: tdf#91403 no wrtshell during initial layout
        
        Change-Id: I0d0b8027e07f9dc2dfff584abd026d1b496d93dd

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [8cbb94a2b79dcaf9675125da800b64a85bae52dc]

        lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGED
        
        Change-Id: Ib1b99221afbf9810bad5fd49fbf62c7a20fd28e4

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [63a40c45018ad2e6f4a660a520a5907beb1d7801]

        LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZE
        
        Change-Id: If94af4072c321358d7bd4d678eeed181dc0f44db

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [0f95f8ffd7a3685ca53876005a9c96f2e2e7bc99]

        Support Azul Zulu JRE (at least on Windows)
        
        (<http://www.azulsystems.com/products/zulu/downloads> also offers it for Linux
        and Mac OS X, so it could be added to more javavendors_*.xml if need be; I only
        checked it actually works with a Windows 64-bit LO build)
        
        Change-Id: If549a0d5bf1459eba2f6ba2bd545cfd55a20cea6

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [f9d2bfec02042c5391cb838786577ad32365a56b]

        fprintf -> SAL_INFO
        
        Change-Id: I4808e89cf5b90c99df3d4c4474c578a8c8f611a6

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [0123bbbc4d07fd7d6c233f67139984ab3cd4555d]

        Resolves: tdf#89731 numberingChange feature not available in writer
        
        Change-Id: Ie779e78fc3c7ccf717117513d9187697c22cc51a

2015-05-27  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [bda06661d863e588eed57ce34bf03d58b0d52b6a]

        Remove B3IPoint, it's not used anywhere
        
        Change-Id: I7031c126179bbceebc40dcbdab5a0570db5bc29f
        Reviewed-on: https://gerrit.libreoffice.org/15813
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [a3727ad62b7c1a30f9b0531042cce5ce5b8c6089]

        wrong comparison in letter wizard
        
        the file name widget is empty when it shouldn't be.
        the other wizards get this right
        
        Change-Id: Icdb629e676a73fcf8d8be4352818abbef455bbaf

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [622988dd849d8bc9344dbd56b7d9a6172095cf99]

        loplugin:unreffun
        
        Change-Id: Ic0c4bd61aad4354f58cc60e8b584b9d63e397a3b

2015-05-27  Andras Timar  <andras.timar@collabora.com>  [1a4eeac14b618714bb8be9755f508ee63ac4a422]

        tdf#90338 related: ignore empty shape handles struct
        
        Change-Id: I486564a124cfb0d13a8b20e89cf13e752ccb7237
        Reviewed-on: https://gerrit.libreoffice.org/15923
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-27  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [b37b5e115fc29b0fcc02bba73826a775d06a7f79]

        B3IVector is not used anywhere
        
        Change-Id: Ic439b33c974500f1b351b41a0e391ffec71007b3
        Reviewed-on: https://gerrit.libreoffice.org/15808
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-27  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [135ced89b2fd2de02aec2132783543242197d945]

        Remove B3IRange, it's not used anywhere
        
        Change-Id: I19a6835eaab2efba530d30f871f1b4509b683801
        Reviewed-on: https://gerrit.libreoffice.org/15812
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-27  Takeshi Abe  <tabe@fixedpoint.jp>  [a6f611cb3d71edb7934c9ed44046ad621c2b7480]

        drop useless field bIsDebug
        
        Its last usage was gone with d82fc206c5d27191bc47adc486cf32442908f62d.
        
        Change-Id: Ia891dd860edc305689804d02d4c74aa41804e484
        Reviewed-on: https://gerrit.libreoffice.org/15911
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3b0bae416b22f6dbf0a63efb645dadf75763a9c]

        SwXTextDocument::initializeForTiledRendering: allow having different defaults
        
        SetHardBlank() configures the gray background for non-breaking spaces.
        
        Change-Id: I779503189085cc6537b776deb3d30cb93b316acd

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [e3c1a394a00cef416a81b89b6d5c204891abb286]

        Resolves: tdf#91416 setting progress -> resize -> destroy formula context
        
        i.e. setting progress triggers ScTabView::DoResize and an InterpretVisible and
        InterpretDirtyCells which resets the mpFormulaGroupCxt that the current rCxt
        points to, which is bad, so disable progress for the duration of the GetResult
        loop
        
        Change-Id: I8e88cee4dd2308ef61dee934d300a38978833703

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [afe5672fbc87ae2bc7fb72fac4bb5b837b646dea]

        cppcheck: noExplicitConstructor
        
        Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363

2015-05-27  László Németh  <laszlo.nemeth@collabora.com>  [77c47fc79c1c8096c19a81a0d320e75b84857144]

        tdf#91544: fix freezing of Data source window
        
        Change-Id: Ia445bedd57d99c534c9664a42fcb9cd766fcdc39

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [436b4451c6f36ca23c966e2391cfcf94091b6db7]

        CppunitTest_sd_tiledrendering: add search-not-found testcase
        
        Fails without commit c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233 (sd LOKit
        callback for search not found, 2015-05-27).
        
        Change-Id: I26ce4eab3d0bf3abc4a59d0dd21d5f2f5de78017

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9328df9598286a94f0cf097462045a3c0a5721fc]

        sd tiled rendering: avoid showing wrap around dialog
        
        Change-Id: Id977c3a17f5e34d086ee3b68fa9ad2969f9d24c2

2015-05-27  Tobias Lippert  <drtl@fastmail.fm>  [2a0118a98fc39dfed56fb7904733f63f6a2d6fe8]

        tdf#88675 Fix display names for hicontrast and tango_testing
        
        The special cases for the icon themes with the filenames
        "images_hicontrast.zip" and "images_tango_testing.zip" are now handled.
        They will be displayed as "High Contrast" and "Tango Testing"
        respectively.
        
        Change-Id: Ia3c2b8b57809db9c5ed132c42a412157e91b2599
        Reviewed-on: https://gerrit.libreoffice.org/14574
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [0cdab3fc10828233d202e064a175dc6442a4a473]

        The Mac libc++ version has problems as well,
        
        ...so remove the deleted address-of operator again for now
        
        Change-Id: I3ded1d28bf2aeb170c70bcec865c09df1eefcb08

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [a570e3070943845d3e52c1d0cd406b1a530bf0c4]

        Work around broken MSVC standard library
        
        Change-Id: I9bbe6d231cc784f786dc5e31a641b8789fc35eb9

2015-05-27  Caolán McNamara  <caolanm@redhat.com>  [a99a04d3f85f531f9243569939599d7b0a16d9e7]

        EndExtTextInput::Complete->EndExtTextInputFlags::Complete
        
        Change-Id: I5039d68aad2849664a42b1a8c04f3703c98d4d8b

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0576aec8381ca8ea36d60c925e871587702c268]

        CppunitTest_sd_tiledrendering: add part switching testcase
        
        Fails with the last hunk of commit
        67a37be9969d8b5a0bc8ae081bc1aba697ea6ba5 (sd: fix LOK search result
        highlight when result is not on the current slide, 2015-05-26) reverted.
        
        Change-Id: I5f8b57784ad1de1434113af7f94c9fde8672b4d5

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7ecbbbb6acf92af4ded4119da6abdddace39fe0]

        lokdocview: fix not updated part selector when search changes part
        
        Change-Id: I337eed47c56dbbbebda4d7fe716eab6177936dc0

2015-05-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [adce9bf3ad0f12490fc3c8ae429045579642886c]

        tdf#91145: Set Cell Background Color in Table Broken in Writer 5.0
        
        - iterate over PaMs, not over Shells
        - regression from 0ed7c8b55a026d7d98f9c994ad5e8626dd9504b2
        
        Change-Id: I33ea486d416a7e64fd97938ce09492209c102c88

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [6c15627ef04718328f3ae1e2a56f5d84f714766f]

        Remove accidentally pushed file
        
        Change-Id: I22e2215495b1c2d042434edd3aad557e2f849a15

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [9549fb88f0d00c384b291645df45f4af5d6e8a8a]

        Prevent accidental mis-uses of VclPtr address-of operator
        
        Change-Id: Ie3588d502e9545ea64bf836b2a0bdc0caead2247

2015-05-27  Stephan Bergmann  <sbergman@redhat.com>  [668408fa1c69eaf0f0a37f24e2ec8b4a38fe3db7]

        Fix accidental mis-uses of VclPtr address-of operator
        
        Change-Id: I3a82423378d3198a25f90ddfbf42af55d85c96fb

2015-05-27  Noel Grandin  <noel@peralex.com>  [66854d697f973f36e1b878080999901e0936dae6]

        convert WINDOW_DRAW flags to scoped enum
        
        Change-Id: I9400a286fab18d683b4c109007961685f01b6da3

2015-05-27  Noel Grandin  <noel@peralex.com>  [9e3b1236b68069016d646b5682ce541335b5340c]

        convert WINDOW_DLGCTRL flags to scoped enum
        
        Change-Id: I6c3a95cdcb15e5b1d4adb13908a751b06a302e20

2015-05-27  Noel Grandin  <noel@peralex.com>  [edc69a55c30ac6cc12de0bf18bddb7dc3f210be4]

        simplify GetWindowClipRegionPixel
        
        since it has only one call-site
        
        Change-Id: I80344faf4beab9aa9427ba8d448b0cf3fd30c7b6

2015-05-27  Noel Grandin  <noel@peralex.com>  [5ad3886ec8d3d465c956d99fab42fffda656392c]

        convert EXTTEXTINPUT constants to scoped enum
        
        Change-Id: I1bb4ff2c13eaa2a9da3e32963ac0802e947e18d9

2015-05-27  Noel Grandin  <noel@peralex.com>  [c6dfe0545cca8dc5e40864fd90e0ffe0b6182578]

        convert DLGWINDOW constants to scoped enum
        
        Change-Id: Ieda6c5d638c608dd9e7b5d760dfbbfbcc37cc35a

2015-05-27  Henry Castro  <hcastro@collabora.com>  [c0cc9a8622a2cd0e3ba07e15a79dd65ca910b233]

        sd LOKit callback for search not found
        
        Change-Id: Ide13a989005169cd6e8663f308d15f0e5984bd86

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3be7e611833f520bd05af7fbdf4aff96f3b13c78]

        SwLayIdle::ShowIdle: improve comment
        
        Change-Id: Ibaa03580a39d11e0758c5e02959bed7f14d27790

2015-05-27  Tor Lillqvist  <tml@collabora.com>  [790e6302c004be5d52990061a1a68369d75ecb1a]

        WaE: implicit conversion of NULL constant to 'nullptr_t'
        
        Change-Id: Icc449f0ef2dff9d1f6eae97b7b4a594a81afadd5

2015-05-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a67be04ba374a6e4f3c5abe4de2ab3cf86e7b538]

        tdf#91450 fix infinite invalidation loop
        
        Change-Id: I86f4e881011b2e3f50a0186fc301b142a65ccdf6

2015-05-27  Andras Timar  <andras.timar@collabora.com>  [481c185e327cb83ffcb29657d5a354eae2c4a5f3]

        tdf#90338 tdf#84254 DrawingML export fix
        
        Change-Id: I610d8099f057a2a34a1f9573d8ac16b5b8da9fc7
        Reviewed-on: https://gerrit.libreoffice.org/15918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf9c96238e33f63922af35c0c77ceb83ff447d3e]

        sw: prefix members of SwFindParaText
        
        So that one can stop guessing if bSearchInNotes or bSearchNotes is the
        member variable.
        
        Change-Id: I8181c1943d6bc9c81383a0e5df6625db31b9e926

2015-05-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d56c1f7a20d8a95c88ea31c7f9000b8e270ab1ee]

        update credits
        
        Change-Id: I7f5545358a66b0a46dd25e0f6f666366ea3f9709

2015-05-26  Rene Engelhard  <rene@debian.org>  [7ed46883290440041d6ccbd7efdb1db64d2dd3f6]

        add libebook-1.2.so.15 in EApi.cxx
        
        Change-Id: I7676f1f69bd563dede965a1a5fc6b1f714f11aab

2015-05-26  Michael Meeks  <michael.meeks@collabora.com>  [cc7b8dab7522886f13780950c93033e3369da285]

        tdf#91633 - dispose chart data-table entries correctly.
        
        Change-Id: Ia26df029888f47a0395ea3c8bd7e0e51a1706c2a

2015-05-26  Michael Meeks  <michael.meeks@collabora.com>  [f849d96463d967214bc063f6de912a082272c395]

        tdf#91416 - fix some incorrectly allocated VirtualDevices.
        
        Change-Id: I9ebed313827986473c60e77b7e218b4c1b2487fe

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [2a6aa95a7af11eb091dfa9494cd810998b2e324d]

        Resolves: tdf#91542 crash on pressing return in sidebar line popup
        
        Change-Id: I661a51f84827326dfc33a11a02f8065d68e8333a

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [2efb9d3c9841397cca3a66714504ee25d2120bd2]

        Related: tdf#91542 line box width cannot be changed
        
        Change-Id: Ibbeefcff785ee76a1a7ce46d98c1006fc8fe46fc

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [662906ea642c8332428487f0766fb7394fdfd35c]

        if foo delete foo -> delete foo
        
        Change-Id: I62c02f8ad69ddbb1cca5b8f0e4c5673d792cb08b

2015-05-26  David Tardon  <dtardon@redhat.com>  [06095843f3fbfabff7752f87042fb291185fc501]

        fix some problems found by coverity
        
        Change-Id: Icaf543858298da4e6c8bb01c8820fa9755c3b7ae

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [ca95160830305c507a776c3fc0b13c71dee0dbe7]

        Push without Pop
        
        regression from
        
        commit fb8f83c12e991ad01f049332c022697736d03986
        Date:   Mon May 11 14:33:01 2015 +0900
        
            refactor TabBar to use RenderContext
        
        Change-Id: Ie77d23e164a880cec6ba5f5387070da1ada30760

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [96041179d4aa5e0eb543c3c5da8e493beb0ed133]

        lokdocview: handle LOK_CALLBACK_SET_PART
        
        Change-Id: I47fc389590d581155074fec63cca79bea3596860

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [67a37be9969d8b5a0bc8ae081bc1aba697ea6ba5]

        sd: fix LOK search result highlight when result is not on the current slide
        
        By adding a new callback event, so clients can switch to the correct
        slide.
        
        Change-Id: I6c2388eb11ef97811cc644fe3a9d3866aa82fd75

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [a10adead1ae4a923592073cf5bef1de05518fdd9]

        Answer "Why is this necessary" comment
        
        Change-Id: I3d6e8e9b78c0a56190ba217ec714a8ddce124103

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [f76ecc3e9ce51b35fc18db55b808270079a3652b]

        Resolves: tdf#89231 if no font has 0x202F fallback to a normal space
        
        Change-Id: I2325c0b09ccf66ee15597251ad027b295de5502f

2015-05-26  László Németh  <laszlo.nemeth@collabora.com>  [85fae98f01250a6e9d75e841e0de410f8ea8a333]

        unit test for DOCX import fix of vertical pos. of inline images
        
        (regression of commit ab81e3bff2a1844be67209bc8947d539edbaf8e6)
        
        Change-Id: I329e68e7ecb9fd30de238f31c73f8de04efde9da

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [d6d8b6f01e5aaaa6be4bafa9c08a0ddb9a88803c]

        loplugin:saloverride
        
        Change-Id: Iac6164f52c5b1d312a62ad7bb76704d8157aa18c

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [e8997fb9a90e82e125900a4ef4598cc89bcb9d9e]

        loplugin:saloverride
        
        Change-Id: I92e0b152b892a65480d822d6ac26662972194546

2015-05-26  Michael Meeks  <michael.meeks@collabora.com>  [90e901b3f92b3c537aaf0dab83de2a9b073e761f]

        tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.
        
        Change-Id: I7969746b159051d65ea974b89ba458d0d14f466a

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [122b149826d270b8cbb26e2044f8da25b1d29c25]

        SwPaM::Find: fix backwards-search in shape text
        
        Change-Id: I79157853d16ead4cb4147763ef0590702b3d8be6

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1925a57dee73933ffbdb3b57349b757470a8218a]

        Remove SwClients before destruction in some uno wrapper classes
        
        - SwXTextTableCursor, SwXCellRange, SwXTextPortion, SwNavigationMgr,
          SwXParaFrameEnumeration
        - this was overlooked due to confusion over our bazillion different
          debug modes
        
        Change-Id: I0965184b3ffc4854c26838ff78aef06f4544a9b1

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [0f98a035806aed03ba56e292bc7ee17b242ff2a0]

        Resolves: tdf#89904 allow the options color page to load/save palettes
        
        Change-Id: I02c5d57db9ffb854b096c9382d740923e9cc3b89

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [004b026865839a044fb9cd2e08e5eca46a64c8fe]

        dynamic_cast of this to the type is already is
        
        Change-Id: I4265819a60ae60b672c890d6ba31b0c2827851ae

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [d2275c825d2300f3f176105058ac70b762bcc115]

        cppcheck: noExplicitConstructor
        
        Change-Id: I955b04396d27e88ce228f180275955071da83ec6

2015-05-26  Philippe Jung  <phil.jung@free.fr>  [8790303b4c220d0c5dcf78a4c438a385ffe3f030]

        tdf#91389 EDITING: Crash when deleting header
        
        Replaced MyDlg(pParent).Execute by VclPtr equivalent
        
        Change-Id: I7e03913665f770d694f53949e08425ba60adc6ad
        Reviewed-on: https://gerrit.libreoffice.org/15908
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd2ba3124602ad9ee8f5927c385936cc5319808d]

        unbreak calc again
        
        Change-Id: I13e80fc04cb35aff9efbe63cd0096bff5d177ffa

2015-05-26  Noel Grandin  <noel@peralex.com>  [15e64391aeed35e5c85876650fd8093f20958d8b]

        tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crash
        
        Change-Id: Ib169950f4e33dc71db66fd9a938838b568d2cc22

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [390aa6277af88ef6d0f4c38a503848d01e801875]

        gdb: SwTxtNode -> SwTextNode
        
        Fixes the unexpected ' ~DeletedNode' lines in the output.
        
        Change-Id: I1f59c2cd986addd08e632d0bc1cc53b33048db77

2015-05-26  Noel Grandin  <noel@peralex.com>  [dbca69b975ea8b25c040f12441d70f90cf0e9ab4]

        tdf#91575 - CRASH: when "My Macros & Dialogs Standard" window close
        
        Change-Id: Iad4f67e78a0aa4c67f0c450e17278f873944aa23

2015-05-26  Jan Holesovsky  <kendy@collabora.com>  [26092f54865645722aeed596af62d20918aa2046]

        CptlSttSent -> CapitalStartSentence.
        
        Change-Id: If9de3512c4ec6070652541c40d263afcb2a7a305

2015-05-26  Jan Holesovsky  <kendy@collabora.com>  [9fadc1dc4753862a41569651cf6357234e5e3333]

        Global CptlSttWrd and CptlSttWord -> CapitalStartWord
        
        Change-Id: I550456ae319a6a865f2ee951a1ddf70384ce33ef

2015-05-26  Jan Holesovsky  <kendy@collabora.com>  [42f0f1397ad6c36410e26f8bbc04372a754b153d]

        Global CptlSttSntnc -> CapitalStartSentence
        
        Change-Id: Id428332201f14b172af1590baed6aa2a67e0557a

2015-05-26  László Németh  <laszlo.nemeth@collabora.com>  [2cc3adf3a5fa277a6b578bd3cc1cab0d01c897eb]

        DOCX import: fix vertical position of inline images
        
        (regression of commit ab81e3bff2a1844be67209bc8947d539edbaf8e6)
        
        Change-Id: Ie78f8be059b18cdd81c83a8d01f2d865ac3fec2b

2015-05-26  Jan Holesovsky  <kendy@collabora.com>  [0394b69cf02075f9ab599c3d5b783b597f256ff5]

        Revert "rendercontext: Fix borderwindow rendering when called from class Edit."
        
        This is not necessary for double-buffering anyway (since
        891304bb0ad3af9d8d73f947f25477abf57485a4), and breaks the non-double-buffered
        case.
        
        This reverts commit 1926cfb9386269b81b6ca62bdc64591f2c403d03.

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [a30886283f50f4e05f70175d110a1c55e02037f0]

        need DISABLE_CVE_TESTS for these tests under windows too
        
        Change-Id: I92de8fa6a48dac9a0a09e6ebda4af9b8e4c3a1d7

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [bb77090deb4843627de51ba90c8fa4935ebe20f6]

        FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
        
        this part anyway, the sc/qa/unoapi parts are
        still broken
        
        Change-Id: I759c4f82b3bbd4da4dc7d0c9e16aacee02972f51

2015-05-26  Caolán McNamara  <caolanm@redhat.com>  [6c9dfa8ab7cc25d6cc3ce988803118b5d56ea30b]

        cppcheck: noExplicitConstructor
        
        Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [ecdbd313838093055c66614d7e5793aacae7c5bd]

        Silence failing assert for now
        
        ...recently introduced with 692c886f937c525d6bfcb541917a5114b085efa9 "remove the
        weak_ptrs on destruction too," but causing lots of CppunitTests to fail.
        
        Change-Id: I9a958531473ba338499bac37282d934a51801e12

2015-05-26  Arnaud Versini  <arnaud.versini@gmail.com>  [563a3935b8c2bfeaf18007019a1bbb4e1133bf11]

        BASIC: Remove BasicCharClass::IsLetterTab
        
        Change-Id: Ib6a13cb7a5725d451c0f8d64c2c543a8a9ec2ad0
        Reviewed-on: https://gerrit.libreoffice.org/15876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-26  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [19fc914aa6ab19890abf0e25712049e3ff9957ae]

        Remove B3I64Tuple, it's not used by anything
        
        Change-Id: Ie1b05375a8e8d634e6ef6b2bf6edde65b32574bd
        Reviewed-on: https://gerrit.libreoffice.org/15811
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-26  Takeshi Abe  <tabe@fixedpoint.jp>  [b4848def4684ad277af23a10d73b4b5c9cb201fb]

        desktop: simplify code by std::none_of
        
        Change-Id: Ie69927f3a1e0a8049ea7e15f949e17d5b9f15fce

2015-05-26  Arnaud Versini  <arnaud.versini@gmail.com>  [6a4a55d5f48e52dd4a5094028d729ac4cc9d766e]

        BASIC: User std::unique_ptr in basic runtime
        
        Change-Id: Iac7efdad78cf2f827cbddbc671dd0d1b5ae1d467
        Reviewed-on: https://gerrit.libreoffice.org/15874
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [b255913e412a7894928f92e29d6445bc412a87db]

        loplugin:staticcall
        
        Change-Id: I5695a7854d22d10681739dd2eabe41f9802089f5

2015-05-26  Takeshi Abe  <tabe@fixedpoint.jp>  [280aa181def7e04ddaedf41eca55c84ee4158b6c]

        kill forgotten, unused TDEBUG token
        
        I remember that, before LibreOffice 4, "MZ23" used to be a magic
        string which we could not see in the preview window as if there was
        no node.
        
        Change-Id: If80b77e1e24a2c5f8b3528fac8e9209b8c0b5954
        Reviewed-on: https://gerrit.libreoffice.org/15893
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-26  Stephan Bergmann  <sbergman@redhat.com>  [efc8510ca900153442b329ec318f28cddd826757]

        loplugin:redundantcast
        
        Change-Id: Id30d771b85716ab9c51e4c8fde36ad397ab44678

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c642425fd372ef219a683b5198600746fb7f0c3c]

        writerfilter: remove misleading prefix of non-member variables
        
        Change-Id: I8c1883de9acf1d66f4fc5cb994a3cb97103789a6

2015-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [63654692728aa4ce44c57412eccc7a252f8b3e26]

        bCptlSttSntnc -> bCapitalStartSentence
        
        Change-Id: Ie22198837257163fd7211e93d97d97be2bca4b64

2015-05-26  Noel Grandin  <noel@peralex.com>  [2704d45a58b5a0f1cd8103d143f8c2059f70dfea]

        tdf#91577 - CRASH: when "Report Builder" closed
        
        audited commit 6d0c89123f353aed80d3a8a08ef5cd1ffaa1eea9
        "vclwidget: fix more places that should be wrapping in VclPtr"
        and fixed up the one place that needed it.
        
        Change-Id: Iedb56353e6a967367f38fa847efb950acc869a93

2015-05-26  Noel Grandin  <noel@peralex.com>  [aad92a7ce2f74782064a69c1f3797544bd3298ee]

        loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfig
        
        Change-Id: I2c431e9f72f5dee14cf1b603b11972a2e9d88725
        Reviewed-on: https://gerrit.libreoffice.org/15902
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-26  Noel Grandin  <noel@peralex.com>  [01ef2044d0b2c3429eca71de6afef0241e0196f3]

        loplugin:unnecessarysuperclass, merge ImageProvider with SaveInData
        
        Change-Id: Ib538cc10728b2dc97e173d865807754471860e0f
        Reviewed-on: https://gerrit.libreoffice.org/15900
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-26  Noel Grandin  <noel@peralex.com>  [b4b48e0f0e5703021abfcafc0c6b16116daf8de3]

        loplugin:unnecessarysuperclass, merge IThreadListenerOwner with ThreadManager
        
        Change-Id: I338706e012d311df3cabc2b25175765c63c1b24c
        Reviewed-on: https://gerrit.libreoffice.org/15899
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-26  Noel Grandin  <noel@peralex.com>  [57e801ba568de9d1b43456e0fc3c11fd0be05fe6]

        loplugin:unnecessarysuperclass, merge IBlockCursor into SwBlockCursor
        
        Change-Id: I3c6c0d620cf7ffb11a9ca5e1025d91e59ef66c80
        Reviewed-on: https://gerrit.libreoffice.org/15898
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-26  Noel Grandin  <noel@peralex.com>  [6ea81e0c78da567f208ff161496ade26a375e6e8]

        loplugin: unnecessarysuperclass merge HashedEntryList into NameTranslationList
        
        Change-Id: Idba2112b81e06ada7567dd5476a4e9d84f38ff56
        Reviewed-on: https://gerrit.libreoffice.org/15897
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-26  Noel Grandin  <noel@peralex.com>  [204d147b8a887d17e6457f795e8b8f4d632213ae]

        convert SCROLL constants to scoped enum
        
        Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d

2015-05-26  Noel Grandin  <noel@peralex.com>  [79aa1ab00a8361c44b8caf73294f841e6553eb72]

        convert VALIDATE constants to scoped enum
        
        Change-Id: Ib3456116ab4c2e2f4b567bc195be2ad159b4fc82

2015-05-26  Noel Grandin  <noel@peralex.com>  [bb7ce3137dbe12d67f393b95a437b18e3a63f8e7]

        convert INVALIDATE constants to scoped enum
        
        fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the
        IDL docs for XWindowPeer
        
        Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d

2015-05-25  Henry Castro  <hcastro@collabora.com>  [3dc50a3b9afc6eec42fb9f657a4dfd236066892f]

        sc LOKit callback for search not found.
        
        Needed for signaling the user when no match was found for the searched input
        
        Change-Id: I10089d065c26deea7cb57a9dc20f130f9afb6d99

2015-05-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [af75d7a4c99414fabbd31b9df590266d28574fb1]

        SdrSnapView: initializae members in the constructor
        
        remove ClearVars() which was only
        use by the constructor
        instead initialize properly things in the constructor itself
        
        Change-Id: I20a0ea26c5dce680844f81cf85ee72e1809a7068
        Reviewed-on: https://gerrit.libreoffice.org/15890
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [692c886f937c525d6bfcb541917a5114b085efa9]

        remove the weak_ptrs on destruction too
        
        Change-Id: I65f5867c41417539a70eef15754988d9931394a4

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1ef03cad1ac3d593b4ac361ef582b3fd4fc96677]

        now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is gone
        
        Change-Id: I82f8ed0560750d4f7bec71ea8bd3c8089b884da7

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0509dbec0e3c9e9c64f5b487f5197ca4602838cc]

        remove SaneOwnership distinction
        
        Change-Id: I0639a960916ffa30d7eaf865755e407f706e9f13

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b23eb203cc696926c748cc81584dff38050224cd]

        remove old SwUnoCrsrTbl and CreateUnoCrsr
        
        Change-Id: I91e4c7f0e0231b7783affdce63c6ab395a4e219b

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6ab4c4f9c7b12c6058b08e44d35eb8b386348c55]

        use new unocrsrs for SwXParaFrameEnumeration
        
        Change-Id: I0b02b32b0852cc97d4ffcbafdd0405da64b2a9af

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9a949b9c404def205dc39f2f6068a67993c051ad]

        use new unocrsrs for SwXTextRanges
        
        Change-Id: Id338cfff7bf266878f1287aa964f5e2674428e24

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d80fe10a8d59eca45bd8d1ec551fc58398779f9]

        use new unocrsrs
        
        Change-Id: I7d355e23209e94ce76961e15b6c77214a18edb4e

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9ebb551c85909952f8837c174c0e10400170df49]

        new unocrsrs for SwXTextPortion
        
        Change-Id: If2cb4ca0b650e0f5188350763e4b5bbbb4a0dbb8

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [50356872b9421303b9c7b4a3135b3cdcc3a0af50]

        new unocrsrs for SwXTextCursor
        
        Change-Id: I5932f75ee4814ca42f16d349094c7fa8bbb2ee63

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [96898cd49830333d752b9aa56fe91a8e21c9dca8]

        new unocrsrs for SwXTextPortionEnumeration
        
        Change-Id: I5c509d3e65a92824090930d10849b9b1b430971f

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99614f6a9a738989cca82c8bbd4532fc2d35c1cc]

        use new unocrsrs in SwGrfShell
        
        - propably this should listen for ~SwDoc killing the cursor
        - but it didnt before, so leaving that out for now
        
        Change-Id: I1addaba3c7cc339b1e1dae1569418deae142a7d6

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c844a15c7d39ee1c60d2fbf969d502f94a0cdfff]

        use new unocrsrs in SwXTextTableCursor
        
        Change-Id: I7389794f1ca493a1f7e04c7b24d650223443bf7e

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5f5e1568710f8a24af9f54be8bf05e30f6f4f66a]

        use new unocrsrs in other writer tables
        
        Change-Id: I0cc178da5ca2493cc50bf6582493790d6b4ba536

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4020f9bbd92becd3662cdc3b24ad70b370307e5e]

        use new unocrsrs in other writer tables
        
        Change-Id: I61d8956135d65676b449637beb9d588cdc83b7d8

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a90df339dfcf491af30a3e3b3407c1d8a99453c8]

        use new unocrsrs in SwXCellRange
        
        Change-Id: I8ab1c9c0329bdf3f6ac759012dbd0057f4463231

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f7a3cc7af22a802322c92a84363676d114bb788e]

        kill faux polymophic SwUnoCrsr::Clone()
        
        - SwUnoCrsr::Clone() is dead code that is never used
        - SwUnoTblCrsr::Clone() is the only implemenation that is used, in a
          context that assumes it to be a SwUnoTblCrsr anyway
        => make this non-virtual
        
        Change-Id: I28ddf314eda3d234f2a383bf386dfbe251966038

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [63536161c82c21d5574fc98e0d374517fbb1205b]

        use new unocrsrs in SwXParagraphEnumeration
        
        Change-Id: Ia57a04e617b1d7301d098524ebb55acd1d0e60b3

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c419091a0aff5e2c4ebf3ebfd8f44a365d159d71]

        use new unocrsrs
        
        Change-Id: I038b5729d86a97f2da0e2e25b0a96cb54cfbb17e

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6acd1be82296b8c1118b3ec0e3fd99b88783662a]

        some more asserts
        
        Change-Id: I94a6d0303989e499026be151cc71777b8e944dd2

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4be419852b0fde877b707e2b6cf7442517d38d46]

        CntntIdxStore should also handle new unocrsrs
        
        Change-Id: I37a120f891a07acdc467d0197d112139ec9b8c01

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bde96338b22d3b753f5fd2c32ba84164be35e3c]

        use new unocrsrs in access
        
        Change-Id: Ice2bb4fae03efba1f516859c2f129c3442f3b85f

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6a79fe2b0bc0101b1d279b22f3cab7f12538c109]

        use new unocrsrs in sw/qa
        
        Change-Id: I05e74a2bc813a67d6a4a0427780f5975d7359084

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5b6e338f5c9383aad6efae9b4d1420e12b2397ca]

        use new unocrsrs in SwChartDataSequence
        
        Change-Id: Ib49bba8a948e2f51c590bd27c9a98e7348180bbf

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ea0962fbb21814db30fef8adaad10a1e4f97b8c3]

        use new unocrsrs in ww8
        
        Change-Id: I7f19c4002f471981b75b88998b31afcd4f30fa8c

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ada20978a4e5c26dfe6c4227d310a133e50d9b2e]

        make SwNavigationMgr use the shared_ptr
        
        - also make it listen to at least one of the SwUnoCrsr it keeps on the
          heap for document disposing.
        - as the SwNavigationMgr lives longer than the document this was actually a
          double free before: first from SwUnoCrsrTbl dtor an then from the
          shared_ptr in SwNavigationMgr
        
        Change-Id: Ia75ad81a978ca37ed2a94fd221427b62e99e1bb3

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [20c235df449f341774441f3bc5f567b839b75536]

        remove unconditionally dead code
        
        Change-Id: Idf092ad98ac029eda11fa9b925cf7a99bf3c5167

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe6c5adfcf25654d4494da24ad8412867888d3de]

        use new unocrsrs
        
        Change-Id: Iedf1cd45d058dd6820e570bbb345eb56d8830814

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18cd31547ff77b067faab7e8b57b6003fa463866]

        handle PamCorr also with the new container
        
        Change-Id: I2eeb8dbe06d36c2882f443a2bc27bea54b97e3c7

2015-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ed1d7e2818b0c3e5803599d5b3c86e5f49eb7764]

        introduce CreateUnoCrsr2 to migrate to sane memory mngmt
        
        Change-Id: Ia530827daa354555983c3c28c5aeec38bc3dbf11

2015-05-25  Stephan Bergmann  <sbergman@redhat.com>  [077cd88f2da8538e4e89bce2614d6662ccfedce2]

        loplugin:unreffun
        
        Change-Id: Ib7311448e15d23b041ebb4552df80046523a32f2

2015-05-25  Michael Meeks  <michael.meeks@collabora.com>  [0618863375a1fab6d1c9376f161c5305c32163c3]

        tdf#91577 - fix unique_ptr conversion bugs in reportdesign.
        
        Change-Id: Icc94ce266d567e7aad5afb5eacf0e85699ef4107

2015-05-25  Michael Meeks  <michael.meeks@collabora.com>  [e4097762dd48eb2bc3a3e0dc83a3b81766b1c65a]

        Audit all PostUserEvent calls and instrument for VclPtr.
        
        Hold a reference on the VclPtr while we're waiting for the UserEvent.
        
        Change-Id: I55c2671ca12eb14761c6a7dffd551af71547ecbd

2015-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [039eb8c314fe24e7855980dcefd90e164c3b51eb]

        remove hack that results in mispositioning of shapes, tdf#91266
        
        Change-Id: Iecdd0553ec8984966b2fef5fe45d9bdd0a80dd5a

2015-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4c42413f11745760cfeb26f915d7cf7cc922264]

        add dump for column width in hmm
        
        Change-Id: I0be3bfc7e8f8085c1c8e88d535cbb4142968ad28

2015-05-25  Michael Meeks  <michael.meeks@collabora.com>  [20ddd5fe50bb2a9c62d6279ff118437fdbaf2102]

        tdf#91525 - dispose SfxControllerItem member.
        
        Change-Id: I71b32c1db2f4695deb90412e83b9e7883e9bf1d7

2015-05-25  David Tardon  <dtardon@redhat.com>  [5c706efc9e5dbc1b166e8bbc8b1e37b2ecd2f72e]

        add mime types for Pages and Numbers
        
        Change-Id: Ideaadd9be1b5a5c65ad6d610a71d1ceeb6263cb6

2015-05-25  Michel Renon  <michel.renon@free.fr>  [237a1b79a1d5af10434c2b93cfc83c1c8e55a9d5]

        QtCreator IDE integration.
        
        First version of QtCreator IDE integration :
        'make qtcreator-ide-integration' generates .pro and .pro.user files for each subfolder of LibreOffice.
        It also creates a 'lo.pro' meta project that list all other .pro files.
        Developers can use use QtCreator to edit, compile and debug LibreOffice.
        
        Change-Id: Ib05d8c36a7ca055ecd7a4db5776f4c28bf05676c
        Reviewed-on: https://gerrit.libreoffice.org/15804
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-05-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [394318774e5b13a3d38b29833749b63cf5dab3da]

        rename "Lathe Object" to "Rotation Object" in a tooltip because the latter is always used in other places
        
        Change-Id: I42c74cf24a900541aa866aec7bc70b1ea3162b10
        Reviewed-on: https://gerrit.libreoffice.org/15873
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [67c3e2abf353c4893a4680f7a5b2d8c457ef18d1]

        impress: right click to insert image
        
        Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [c0fe0578273cfb2be404223531d96615fe3c2867]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ic323f07196d8a0d106d9ddf73a06db377c23fb98

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [3185b6c8caf97afa602c864f588d079cbbe04038]

        fix assert on export of ooo40760-1.sxw to docx
        
        and a pile more
        
        Change-Id: I7334233c789bb0ed7a60387ef7d84dd34ab5a187

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [acad8441cc40b7b0f91681d6827f8364de05046e]

        cppcheck: noExplicitConstructor
        
        Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [12b6bca821a7b0137fcac243f8aa078ba1a152ad]

        cppcheck: unreadVariable
        
        Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [95ee84ea630b62c528164ed21bc79efbd1f53cf3]

        m_bUpdatable is always false
        
        Change-Id: Ia9d13d9bbf1b6aaef0bcfd786b602a7a63f256c1

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [bfd33a826cf842de8fce9e331b24d25c1bc58b28]

        callcatcher: update unused code
        
        Change-Id: I735264eb32ebdd165d23a4717f0329f666b8b140

2015-05-25  Noel Grandin  <noel@peralex.com>  [d3714207b1d8cc323a639a942121b6c1aa4cd61b]

        remove some unnecessary casts and convert some to const_cast
        
        Change-Id: I590a87c832bc59947ae04e52d3ac5ea71574bb11
        Reviewed-on: https://gerrit.libreoffice.org/15888
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [78e4b913d1bdcef83f66249fb5006803f28f96d1]

        tdf#91582 initialize charmap when selecting in SvxShowCharSet
        
        Change-Id: I3f73eef349e65a1d2d283d1116729694c1f40ed9

2015-05-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [896cd639125e00967640daea4f716786829e0b87]

        macosx: work around hdiutil error -5341 on dmg packaging
        
        Change-Id: Iddd265fca9769d9afac67d37877bd3a99068f368
        Reviewed-on: https://gerrit.libreoffice.org/15884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-25  Jan Holesovsky  <kendy@collabora.com>  [55c6bd93e9c02b2160b82c0d489d05ba31a0f13c]

        tdf#90127: Read icon theme from the config when called too early.
        
        Change-Id: I9999150cafde6b103cf1a80232113b7a3d11cfdb

2015-05-25  Jan Holesovsky  <kendy@collabora.com>  [4163bde70568d6d5dd7144293484f797e8df9e63]

        related tdf#90127: Simplify setting of the 'auto' icon theme.
        
        Change-Id: I9aedfd0b7943517b5444195b63140132dd728d57

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [677484ce014df4b76dbd24526ea5c74f6bd044d5]

        Var starts with r but is not reference
        
        Change-Id: I3458b4d8f4f28d38a1b1a979544412d1e526dec4

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [c4bae028efbd32c8938c3a6051d58c1f202d5b8a]

        Resolves: tdf#90155 don't hide+show window before initial show completes
        
        Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285

2015-05-25  Caolán McNamara  <caolanm@redhat.com>  [768d445c1fd8a104a6c5e80ce93af99860ec6dc7]

        gtk3: why close popups when losing focus
        
        I don't see why we want to do this, and it causes trouble with the gtk3 vclplug
        and the undo popup and color popup where gtk is giving us a "losing focus"
        signal even though those windows have the "don't ask for input focus" bit set.
        
        Change-Id: I500ca253cc43c35dda55ee0301fdcaafbd212e2d

2015-05-25  Noel Grandin  <noel@peralex.com>  [3fad26e5dd6b04a521a96a618473ed08c12b9f9c]

        loplugin:vclwidgets
        
        Change-Id: I4292b8838b39dbf199da3cfa0f161bae1c75e9e4

2015-05-25  Noel Grandin  <noel@peralex.com>  [c7efb51e31a4eea48ffed291e5c7fb907b1811e4]

        convert TOTOP constants to scoped enum
        
        Change-Id: I85ba631ba298f1034dc5b6a04a5ff3d509c41bcb

2015-05-25  Noel Grandin  <noel@peralex.com>  [4de86ac0c62b446426136b620cfd65d088c51cd8]

        convert ACTIVATE_MODE constants to scoped enum
        
        Change-Id: Ica20e033d5cde8a0c18eff51c63c66e6a3845fd0

2015-05-25  Noel Grandin  <noel@peralex.com>  [65be8fd0f7f30eaca4fbc35e3fdc9cb7763cb44d]

        convert WINDOW_ZORDER constants to scoped enum
        
        Change-Id: I91a583fe7d4195ee6bc73b4854f757517b38408b

2015-05-25  Noel Grandin  <noel@peralex.com>  [b419da0f53cf7f65b1d0c58351176ece23fbfe1f]

        convert SHOW constants to scoped enum
        
        Change-Id: I2712a0901049885502cade31f9757f712048bb33

2015-05-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [acf5049188e1be0ededc70f9bbedaa0032610680]

        use VclPtr for linked numeric field in slider
        
        Change-Id: If46d0409e9aceed9c35cea818271699abdf407e1

2015-05-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0359a59b6dec4a3c1e8fdc6e51d179fd6db4aad7]

        forward RenderCOntext to UserDraw, remove obsolete draw call
        
        Change-Id: I29dcc22a6840e7104bdf68d050b616c8e06226fa

2015-05-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dd0996f7b230e76f35cc3464b85dd46e90098c3d]

        use RenderContext in user draw, use ApplySettings
        
        Change-Id: I6cc22677000459a5f19bfb207007f5c246f187e0

2015-05-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [950b6046c7618cf4792d9f70c4fab9a6a8dde5cf]

        convert splitter to use RenderContext
        
        Change-Id: Ia010aa7daf14fcaeee5d46cc4e5b8ed21e00efcf

2015-05-25  László Németh  <laszlo.nemeth@collabora.com>  [86782d5dfc0163159369677b0ac172ed2125b221]

        AutoCorrect: direct replacement of keywords surrounded by colons
        
        Replacing immediately (without pressing space or enter) and
        inside words, too. For example, fixing tdf#55292 – complete input
        method for n-dash, m-dash – is possible now by  :--: -> n-dash,
        :---: -> m-dash AutoCorrect replacements.
        
        Change-Id: I54462d7482838523a47b844da6a84f08a1518b07

2015-05-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b9630867d17c01ec41f6461b1e96288f3932248c]

        README.md: Add a pretty Coverity badge
        
        Change-Id: Iee62ae710487df67016e48664585bfdff8ccaf75

2015-05-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [7dfe9f14d77f216f43ce22efd6addea6f53aad58]

        Simplify loop
        
        Change-Id: I9c61e8b1d8552be25c3c78757b280b388cb98694

2015-05-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [7deb5886e4559ee5551ab3de43efa3e9be5e21f5]

        Fix whitespaces/indentation
        
        Change-Id: I84a9e136b9c463ae794f5ddcbb211707672f170d

2015-05-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [1a53de1c087084dc271f6263eb6e6fde183cbd52]

        Rework code to avoid an assignemnt just to fail next if()
        
        But keep the test itself, just to play safe
        
        Change-Id: I0b58fa8ea25fbb577a3f9c1f2dbf0ad6d5004e2c

2015-05-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [1700fa84cd29c0f2d84d2af17cabb8e04b143ffe]

        Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldType
        
        Change-Id: Ie88af20e20f788c0d8b53f99da3decd98dec5078

2015-05-24  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4dca69d89c95f30cd58a668fd2dc54a8149ab6c8]

        Updated core Project: help  3cd6599bead7b1266daf69733f86b54f3e7d5557
        
        fix typos
        
        Change-Id: I79f3463c1815b0db318483eaa3faae3d6ba1e54f
        Reviewed-on: https://gerrit.libreoffice.org/15886
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-05-24  Julien Nabet  <serval2412@yahoo.fr>  [33732900bfd925f56a2bcc95a18d7bef24664133]

        Typo: m_pReportDefintionMultiPlexer -> m_pReportDefinitionMultiPlexer
        
        Change-Id: I90f2119d5b43e5d6efa18561a1b04d1c0178950e

2015-05-24  Caolán McNamara  <caolanm@redhat.com>  [e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf]

        cppcheck: noExplicitConstructor
        
        Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74

2015-05-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [cd6ee5de8ef7345ba219f0d50e9e1ee45332e55f]

        comments: fix mis-use of eventual in English
        
        The adjective was used as the German meaning, which translates to
        maybe or possibly.
        
        Change-Id: Iaf5b38f628b23796829a1c4bd3919d4e13b874f0

2015-05-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [e9bb2e6f09d711833e659db3b229326d5e997266]

        tdf#62525: use cow_wrapper for SdrTextAttribute
        
        Change-Id: I8daf6d155c631cbdb850a6af95c92a578905d6e6

2015-05-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [27e1a92d3bddf3c3e8595256e67aff006a402b6a]

        tdf#62525: use cow_wrapper for SdrFormTextOutlineAttribute
        
        Change-Id: I7f75833bfec2cde140ded1dfe60aed2684905b0a

2015-05-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6a42657fa9afc93c3e4b7afc0c00c0de8e704169]

        tdf#62525: use cow_wrapper for SdrFormTextAttribute
        
        Change-Id: I0fd55ea6c775d771e001c0db78bb72c50e9b81cf

2015-05-24  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [551c204740a37c8dbc7acd35bc9fe683ade3fe80]

        Fix tdf#87509 - default sdr attribute is special object.
        
        The drawinglayer attributes signal defaultness by object identity, not
        value equalness. That should fix a number of subtle cache and redraw
        problems.
        
        Change-Id: I049ffda228a48db71cef108571805c6e41e4b149

2015-05-24  Thorsten Wagner  <thorsten.wagner.4@gmail.com>  [187af9b0c09f6ba57e994a25a756f0994beae7e5]

        tdf#87373: Bad text spacing on OS X
        
        Adjustments to character positions less than one pixel are ignored.
        These adjustments are probably introduced by lossy conversions between
        integer based and float based coordinates.
        
        DXArray elements are adjusted to integers avoiding cummulated rounding
        differences.
        
        Change-Id: I65d476301247251a7d329b14adb70be367538c97
        Reviewed-on: https://gerrit.libreoffice.org/15633
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2015-05-24  Caolán McNamara  <caolanm@redhat.com>  [d1d2a0bb655edc0c6b33ab8be4d6538de47329aa]

        IsInModalNonRefMode just forwards to IsInModalMode now
        
        Change-Id: I940b70648ede6239930ba36e755994e7749b2d0b

2015-05-24  Caolán McNamara  <caolanm@redhat.com>  [b8c3d5c48552a94c5b2fd3add270441b3490b125]

        drop now unused WB_REFMODE bit
        
        Change-Id: I873063a8cf52652ca8d3c871170beeb4585de8f1

2015-05-24  Caolán McNamara  <caolanm@redhat.com>  [6240967cfc6fe17534db9a64c24113ced3f720be]

        callcatcher: update unused code
        
        Change-Id: I1f2a94cdcd4329af68d946ff0a74ddec4ac1c590

2015-05-24  Julien Nabet  <serval2412@yahoo.fr>  [9be6c22ebc225db4d1be7bb0100a2407e9a8eb0c]

        tdf#91534: Writer crash using Gallery icon in sidebar
        
        test mpBrowser1 if not NULL + reorder the disposeAndClear calls
        (must be reverse order compared to the order of Create calls)
        
        Change-Id: Ia5481430791d9ab73e63d49a0ef0d5e0a6016605

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [891304bb0ad3af9d8d73f947f25477abf57485a4]

        rendercontext: Improve comboboxes in the double-buffered toolbar.
        
        Change-Id: I91bfb4ea4672ff09482679f8fcf18a65e5a6ee3c

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [70bdecd7f0b423734d1b9042141b58180032caf9]

        rendercontext: Fix border window's painting to work well with rendercontext.
        
        This partially fixes rendering of comboboxes.
        
        Change-Id: I243f63a0cd83bb435876d3954a073df0acd54c58

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [2d40468efc1a90969d4ed34f699a8f48277cb8b3]

        rendercontext: Make the Gtk+ native widgets work with double-buffering.
        
        Change-Id: Ic7101ab7cbaa7fd5f6b073a73ef0c0088b1af4c6

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [1926cfb9386269b81b6ca62bdc64591f2c403d03]

        rendercontext: Fix borderwindow rendering when called from class Edit.
        
        Change-Id: I0b63ee7fd30c9b6f67b9770386ba1904eea0e678

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [15afb15227667aa573a38249d3a24f962ecef9ce]

        rendercontext: Add asserts to easily catch the direct rendering cases.
        
        Change-Id: I5e05b08e30930740be0fdbb18169bf350e2eab9f

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [5b42e32dcf0142b8ea3ffcfc2c7bbf9e4325465f]

        rendercontext: PushPaintHelper needs the buffer as param too.
        
        Change-Id: I4e787356bd17fcaffdbe0dc51a549b359f416766

2015-05-24  Jan Holesovsky  <kendy@collabora.com>  [b0cd381de11340de8e72020f774a64d3ade6bbd9]

        rendercontext: Initialize X11SalVirtualDevice with appropriate SalGraphics.
        
        Change-Id: I4230412ccc389b8ba6768229b569d7075e7ac466

2015-05-23  Michael Meeks  <michael.meeks@collabora.com>  [943e2040a7e3dce7c49acafeff7a0e2125c355c8]

        tdf#91431 - fix post-dispose focus issue in color window.
        
        Change-Id: I7990cbddc8c664da5ec6521cf8e036ca67d5ce0e

2015-05-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4ed06e7af5bc18e65c564339d26d2678abe4f69c]

        mark numbers as untranslatable
        
        Change-Id: I5c7c2c5bb0ce615d4dda8a634517b627b7d49df6
        Reviewed-on: https://gerrit.libreoffice.org/15871
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-23  Michael Meeks  <michael.meeks@collabora.com>  [0792e97bd7ea6f23c908bdebc4826b08c6265d55]

        VclPtr - add compat methods for old-style focus / notification.
        
        The previous code would only invoke Window:: methods by the time we
        hit the destructor; do the same to avoid fixing more scattered
        crashers for now.
        
        Change-Id: Ibdcd1290309bb7fc31a44d534c52d357da022591
        Reviewed-on: https://gerrit.libreoffice.org/15880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-23  Michael Meeks  <michael.meeks@collabora.com>  [ba203843f5a209cb48e2d6f4ec4e3649982185ea]

        tdf#91499 - cleanup AnyRefDialog VclPtr's with an explicit dispose method.
        
        Change-Id: Ib3571fc6d2aa9343bcfd2d6a5bdbd6b1d193c0f1
        Reviewed-on: https://gerrit.libreoffice.org/15883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [e18adb7369d140f33b947668a69da2fa78738e7b]

        tdf#90315 RTF import: fix \colsx default value
        
        See SectPageInformation::mnColsx on the libreoffice-3-6 branch + the
        spec agrees, too.
        
        Change-Id: I6f70a125f8d962621f319e3e75e2865e5f126859

2015-05-23  Michael Meeks  <michael.meeks@collabora.com>  [5122f3c5459d9b4053485241292728cd770cbaf8]

        tdf#91368 - micro-optimization for over-used method.
        
        Change-Id: Ia43d66230ef3118d2f23c2e6ba8eb0a081ab6b93
        Reviewed-on: https://gerrit.libreoffice.org/15878
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-23  Julien Nabet  <serval2412@yahoo.fr>  [c2690669d29c0679b7de8eec1e91a0fd17cea054]

        Remove include stdio (part6)
        
        Change-Id: I4dde46c81b36b318710e32c8f420dff8d9c2e655
        Reviewed-on: https://gerrit.libreoffice.org/15879
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-23  Yousuf Philips  <philipz85@hotmail.com>  [3fda0da0e97459505d2c549018a6b7ec68529a89]

        tdf#91438 Rename uno commands in toolbar xml and fix icons
        
        Change-Id: Iabb6812e45d00f9dbee8d938225f26397e9120ba
        Reviewed-on: https://gerrit.libreoffice.org/15882
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-23  Julien Nabet  <serval2412@yahoo.fr>  [d813a3ca53504df145e96d85483091a1d0768073]

        SAL_TRACE doesn't exist
        
        Replace with SAL_INFO. But neither my local build nor TB complained, weird...
        
        Change-Id: I87f2164fc51e3fdf59f340a438a481c6ff5843e1

2015-05-23  Andras Timar  <andras.timar@collabora.com>  [da0a44b415f630ce39617b8c8f0c366177a7705e]

        tdf#91429 do not convert ooxml preset shape modifier values
        
        Revert "Resolves: #i124703# adapt coordinate range from ms relative..."
        
        This reverts commit c764a3d978beb2e6197a8d3f7df53d81ebf72467.
        
        The reverted commit did not fix anything in LibreOffice in the
        first place. The document referenced in #i124703# is as good
        without the patch as with it. But it caused a regression.
        
        Conflicts:
        	oox/source/drawingml/customshapeproperties.cxx
        
        Change-Id: I65eb114423039e9c9c684cc55009275fd06caacd
        Reviewed-on: https://gerrit.libreoffice.org/15875
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-23  Julien Nabet  <serval2412@yahoo.fr>  [4d9595637c5ae4b7e8818b025a95eedb25bb7d70]

        Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7
        
        nEndPos is in fact sal_uInt32 type
        
        Change-Id: I434564eebff2138709807676ae855a8f487f4c09

2015-05-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [56734a70bf42285fe6b6fbe89b0a201085160daf]

        sd: consistent code formatting
        
        Align statements, redux of vertical space footprint.
        
        Change-Id: I00bcdb7dacffba944bbc26c7e9abf75e505bf21b

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e4e5cfb21120a34e314ec184451a09753dfb5b81]

        fix for the failed JUnit test
        
        Change-Id: I5a9bc081daa872e000e3dbdb0ecc3d57705683c7

2015-05-23  Julien Nabet  <serval2412@yahoo.fr>  [ffa560e0dec34d71f4593b7bf23ad50321548c60]

        tdf#91469: convert links in help/about to https
        
        Change-Id: I1274f75a49a999285488e99713782956e2287249
        Reviewed-on: https://gerrit.libreoffice.org/15870
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-23  Tor Lillqvist  <tml@collabora.com>  [c79a2668f59dd6cc985dee319081c1d31a5e80ea]

        Set 'pseudo headlesness' also when being used from LibreOfficeKit
        
        Pseudo headlessness, one of the many kinds of headlessness, all
        slightly different and essential. NIH!
        
        Change-Id: I4da86751989bdeedfb009a5966df7226aa806eb6

2015-05-23  Tor Lillqvist  <tml@collabora.com>  [20c9ceb708e4720205a303bf2d41274b1311e36b]

        Don't do any magic LO OS X application stuff in a LOKit client
        
        Change-Id: If6b6c3e48c7d0681958ff0e2afe0b0be5f6ee1ab

2015-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [490365b2452cb6fa96749475d996c6033b0d6407]

        lokdocview: update doc size on LOK_CALLBACK_PAGE_COUNT_CHANGED
        
        No need to do any actual rendering, the invalidation callback takes care
        of that.
        
        Change-Id: I9a3e45cab5250fc45eccb4577fe76377f76354eb

2015-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb2e4da0e20fea3c085ddec899376e7f3671e1b1]

        SwView::UpdatePageNums: add LOK callback about page count change
        
        Change-Id: If9ab69c9f3ec3f9f518738792ff020ef4cfd6390

2015-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d9c2f2115dd8d3741501cbbc0313e4609bee896]

        libreofficekit: fix Linux baseline build
        
        Change-Id: Ib0a076d78aacfec5e0625d7592ae24815e600ad6

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a39a4c750171e77266391c419fcc0acc67028571]

        use sliders in CompressGraphicDialog
        
        Change-Id: I272d0f9d56a601b78cbc3e67ff1f87db964d5ccd

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ef934abf7d222035e4261474c322de603bd001da]

        support linking a Slider with a NumericField
        
        Change-Id: I5cfd28d278cc21884eb9bf1b0e5a619c871f6bd2

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [60ef5920d3ad89e0839f26488481ded8157ebbe9]

        pass RenderContext into writer painting
        
        Change-Id: Ib2d986d05dc7db1b65ed29ea295807d6f20cea4a

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [95ccc26ba71259be29fde8ba6b6f52ffbe5bd3c7]

        call ApplySettings sooner when painting
        
        Change-Id: I2ddd6a6b4ccfccc55f394d8a6851843ef2479fe3

2015-05-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4f5fe008a3d5f0b5ddfa656299306cff9d57d802]

        use ApplySettings instead of ImplInitSettings is called
        
        Change-Id: I30cbfe1906d5d59db93a354ca1d1862c4b5e631a

2015-05-23  Stephan Bergmann  <sbergman@redhat.com>  [c110c506c3c9c9f50b55acd5c6927e2865888d44]

        loplugin:staticmethods
        
        Change-Id: I20dac7fb627ec202558ed8be4e043bc01837b333

2015-05-23  Yousuf Philips  <philipz85@hotmail.com>  [54b9bdc7b14b75f93a043c9af60ae605e57b194d]

        tdf#90882 Add table insert uno commands to menu bar and fix labels
        
        Change-Id: I4f5f2daeb27b8ba486abc685e42596030de6d2d1
        Reviewed-on: https://gerrit.libreoffice.org/15863
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8208da8576874fdb07014287e6cbc0aeba741bb]

        i18npool: missing include
        
        Change-Id: I04b2e2aa5fffd570f33b69d8df99b9a88481a3a2

2015-05-23  Tor Lillqvist  <tml@collabora.com>  [a1aa2cdaa7c467376c1f7824e2b6a83cb252a39a]

        Look for libsofficeapp.dylib in the right place on OS X
        
        Change-Id: Icef6b70081b15d4b8d99eb4ba7103f059e8d00e4

2015-05-23  Tor Lillqvist  <tml@collabora.com>  [5814148eaebc5e443722376480b8c56e15597a0e]

        Build the LibreOfficeKit bits for OS X, too
        
        Change-Id: I43013ffc27ba21f65fd1372533dd665894e5c008

2015-05-23  Julien Nabet  <serval2412@yahoo.fr>  [07dd5958fafc6b92503aed82854b4292366d543b]

        Typo: Trapeziod->Trapezoid
        
        Change-Id: Iab575622819e245b1459cba72dc34a9c387d00b6

2015-05-23  David Tardon  <dtardon@redhat.com>  [463fb4030732181245ef2679e805ec48c442ad60]

        add missing include
        
        Change-Id: I3f9d5549adc2ff278cba73302239b2d1a0ddebbc

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [9db629b8a1fa9b63bc320f8d47594ec82511a9c5]

        tdf#90809: i18npool: fix crash in Thai break iterator
        
        endPos = nStartPos + 1 may be past the end index
        
        invalid write of size 4
         at 0x1CBBA959: com::sun::star::i18n::BreakIterator_th::makeIndex(rtl::OUString const&, int) (breakiterator_th.cxx:139)
         by 0x1CBB4AA2: com::sun::star::i18n::BreakIterator_CTL::previousCharacters(rtl::OUString const&, int, com::sun::star::lang::Locale const&, short, int, int&) (breakiterator_ctl.cxx:61)
         by 0x1CBB544F: com::sun::star::i18n::BreakIteratorImpl::previousCharacters(rtl::OUString const&, int, com::sun::star::lang::Locale const&, short, int, int&) (breakiteratorImpl.cxx:64)
         by 0xA29D29A: ServerFontLayout::setNeedFallback(ImplLayoutArgs&, int, bool) (gcach_layout.cxx:99)
        
        Change-Id: I201f24cb6773b5aa1a81dea90ea906d3d4355053

2015-05-22  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [b2cf675b827912feb5edfbca1ea902d1ab92ed6b]

        tdf#54346 remove confusing description for function WEEKDAY
        
        The output range mentioned in the function wizard is not always
        1-7, but dependent of the value of argument Mode.
        The output range for each possible value of argument Mode is
        clearly described in the regular help for Calc.
        
        Change-Id: I23eae9be6f8f38319496aaf4a1b7f2349e2be3eb
        Reviewed-on: https://gerrit.libreoffice.org/15852
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-22  László Németh  <laszlo.nemeth@collabora.com>  [851b3afb28a87934b933184af2ebb8f8144815ab]

        l10ntools: support x-comments in ulf format
        
        Change-Id: I9e2812b02348538aa5bb6a130530d12b31a374dd

2015-05-22  László Németh  <laszlo.nemeth@collabora.com>  [c4318b8c1912c1ee947d96b02b3d4abf2eaf65f6]

        add Greek small letters to the technical spelling dictionary
        
        Greek upper case letters have already been ignored during
        spell checking, so there is no reason to avoid the small ones,
        especially because they are frequently used in scientific and
        technical writings.
        
        Change-Id: I128fe8c51b7e9802c18fc282674998741c8e4fb2

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [00eab70295cbce40368d57224c3f51c6e5f2457e]

        tdf#90946: sw: ODF import: ignore invalid gradient-name if style SOLID
        
        The bugdoc has a fill-gradient-name that refers to a non-existent
        gradient and also draw:fill="solid"; handle this combination without
        exception.
        
        Change-Id: I2c912b28a6b1550e2e4c6c71ff8889ae1779c618

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [12f907da9535ae9fb28fb7ef1b05240eabf51e82]

        tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URL
        
        Change-Id: Ia6e1fbe18e72c9c06915e1b437076a1f56a6c206

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fe39ba54c5ff9dbbd001e77e620d62913161531]

        add information about dumping graphic object info
        
        Change-Id: I9c0b566d169262985ed6bb4c7be73cc39cd78616

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b94d86112ff6a408dc62e247dc3284bcb646aefa]

        use better markup
        
        Change-Id: I01e58a0a5ce70f20c409cbe344af5f7db7635a38

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b5f0a041bed594280e13fc72062235e2b285fa5]

        improve output for ScDrawObjData
        
        Change-Id: I45544532efeee1482b724f1a22525667b4be827c

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a9758ed05cb5597df9ad56fefe146f1feff41fa]

        split column info dump and graphic object dumping
        
        Change-Id: Ie78722790639f151453b4c0f6ab9e599abb4aa89

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [503ed2f8e3fdbb4d7583b67b0bafcaccc896a5ae]

        extract calc data dump method into own file
        
        Change-Id: Ifed8bb8165189243709078770b8735675fe86dea

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca6f5b48e9f529083ec35d866c89221c5a019597]

        add information about dumping information in calc
        
        Change-Id: I6b7fcc7fc68dd00f3fff84a65438e8a491816fd3

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0619ca016b81df61890701670b07d2ce752a72f9]

        improve data dump for calc
        
        Change-Id: Iab686719efadfbb6b15edb596c3a2176ae8a8f6b

2015-05-22  Caolán McNamara  <caolanm@redhat.com>  [17ee476e21fd07a82744d667ae2d5aa86fb390df]

        gtk3: call gtk_window_set_accept_focus
        
        Change-Id: I4f30f05e81e1d5539e832fda144a9fafecdce8e2

2015-05-22  Julien Nabet  <serval2412@yahoo.fr>  [a4bf46accfc73f6993c1d29b84d586a91d21c2c8]

        Remove include stdio (part5)
        
        Change-Id: Iea3eb02b5ae54de1de14b5357726d1073e54e1af
        Reviewed-on: https://gerrit.libreoffice.org/15851
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-22  Michael Meeks  <michael.meeks@collabora.com>  [48a05b5b64e2f2c68f5ba013b9962390f0f85f0d]

        tdf#91366 - invalidate only individual menu items to render highlight.
        
        Change-Id: I0dd741829dd315ed86e3fcf79b7fb4da349d0ac8

2015-05-22  Jan Holesovsky  <kendy@collabora.com>  [c81f202788124631fb3a321c3f47a6c44692a26e]

        rendercontext: Make borderwindow painting via rendercontext.
        
        Change-Id: I51bce6c3af7484d1e5dd42190f14511ba88e1679

2015-05-22  Jan Holesovsky  <kendy@collabora.com>  [918886e43d3579f1b24375c15c6e911aaf8dc8eb]

        rendercontext: Position the double-buffered subwidgets correctly.
        
        Change-Id: I707ff09ac2b7b610f0f13440a215abf083f9815d

2015-05-22  Jan Holesovsky  <kendy@collabora.com>  [b6b7e34bccb243174b0b0892361589b66a1bf915]

        rendercontext: Draw toolbox separators via the rendercontext.
        
        Change-Id: Ie34f9eeb9f706e1a43c31d08869c8b6c610228ec

2015-05-22  Jan Holesovsky  <kendy@collabora.com>  [1026eec23e34fb9a2197af0f6e1235910fb582d4]

        rendercontext: Correct output of the type that is not double-buffered.
        
        And also don't attempt to draw the non-double-buffered windows via double
        buffering.
        
        Change-Id: Ic7afb976dfbe005e1aeff2d726360f259f87f4bc

2015-05-22  Stephan Bergmann  <sbergman@redhat.com>  [562b7b06b81c436b1e26f71dbd639b4e456999a6]

        The corresponding VCL Window is not necessarily a Button
        
        Change-Id: I1034ca3cf490e471650617e95fb93bc64eb5fd80

2015-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [124c937f3bd6a7538dc6664ab9556fcfb3f27088]

        lokdocview: it's enough to query the document size once
        
        Change-Id: Id99c9f1a814bc5f935eeb4e301ef3014ccb0bd07

2015-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2807bcc186c976e55b6844d3459e2b0fbb92cdb8]

        gtktiledviewer: avoid a number of pointless re-rendering on startup
        
        Change-Id: Ia7f63a6fa7505da50e6580ea009975e06a0cb65c

2015-05-22  Caolán McNamara  <caolanm@redhat.com>  [caf14ad1c2d8d198a45fbaaeeb6b9fc653f3a68d]

        want to grab with owner_events true
        
        Change-Id: Iada234df8b476cee36a1a360de7fb5b14a0d01b8

2015-05-22  Michael Meeks  <michael.meeks@collabora.com>  [1940d8b85b6cb7321ded254e092cd55bee7007aa]

        tdf#91395 - avoid post-dispose charmap crasher.
        
        Change-Id: Ia3536e0297ecd24f6368b9563002a9888904007a

2015-05-22  Yousuf Philips  <philipz85@hotmail.com>  [89f7a5670ae0b21c8a80f73d27b5bc1181021373]

        tdf#81475 Additional improvements to Writer's toolbars
        
        Change-Id: Ibf64cecd88faca1dce7f081a630faabd0ee76046
        Reviewed-on: https://gerrit.libreoffice.org/15860
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-22  Stephan Bergmann  <sbergman@redhat.com>  [73b30df7847a00b5236fea11283cf256e4950102]

        Avoid overflowing SetSizePixel computation
        
        ...near the end of SetupEntry, which appears to not be needed here
        
        Change-Id: Ia273df8a22d26974572d8e9be8de2a27936ee496

2015-05-22  Stephan Bergmann  <sbergman@redhat.com>  [1bb71c41b4a6e9a1d84b5b3a08fcf09f5b4a7ef0]

        Simplify GetSize().Height() -> GetHeight()
        
        Change-Id: I8541eb13d82d887ef589a0545d36db88e47932e7

2015-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [39321c5ffa9b4196308575be6dd19f2b2924214f]

        LOK: remove unused LOK_PARTMODE_EMBEDDEDOBJ
        
        Change-Id: I8cbb5b7a134fb84bd2c363b06f06f7f40964521f

2015-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [929a8f04af36b10825c80b5fffbf11c4e6f3dc01]

        fix crash related to VclPtr work
        
        Change-Id: I273658a6edd9787c19cfaac0e1cb4a2c33611b99

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [e22a3ff1fd65d1f5f82a80f5645e64cbe2094a40]

        Updated core Project: dictionaries  cdb3172a438c7c56c4700edf7d771ede5cdf3402
        
        Lightproof: do not return invalid nBehindEndOfSentencePosition
        
        Copy bugfix to localized Lightproof.py
        
        Change-Id: I7a27492a26e3bd18ba2c6a4a299039c2ded38e53
        

2015-05-22  Michael Meeks  <michael.meeks@collabora.com>  [05b0311612f3a26530b0d3e300563c4588bf68e9]

        tdf#91283 - reset the PrinterController during dispose.
        
        Change-Id: I22c6c534cfefdbb68e965cbd6baab3da3146d9d0

2015-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c4c7e0296569d937869b03705dfadb2035e08bc]

        svtools: SAL_WARN -> SAL_INFO that was OSL_DEBUG_LEVEL > 1 printf before
        
        So that just like before, it doesn't appear in a dbgutil build by
        default.
        
        Change-Id: Ie2c18400cc6b617aa51a173e8f3c764a2c3c48c8

2015-05-22  Caolán McNamara  <caolanm@redhat.com>  [d3b6728dcca6a564d073e5610323d9fab122c81c]

        bsh-2.0b5 is under the APL, adjust readlicense_oo and include notice
        
        edit fodt first with writer, and export to xhtml for the html
        
        (adjusted the .txt file manually)
        
        Change-Id: I94c7e42df2c4de3f511c3ca293c3ae934807e06f
        Reviewed-on: https://gerrit.libreoffice.org/15854
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [d7d7298b03d30357e314fba7177d2831b8a56340]

        Updated core Project: dictionaries  8952e8055690417e60d75e4e4adf3c85a1029e7c
        
        Lightproof: do not return invalid nBehindEndOfSentencePosition
        
        For a paragraph with a space at the end, this assertion is triggered:
        
        linguistic/source/gciterator.cxx:162: lcl_SkipWhiteSpaces: illegal
        arguments
        
        Cause is the loop in doProofReading that gets the last character of the
        paragraph and increments nStartOfNextSentencePosition even if it's
        already at end of the text.
        
        (regression from 080424980483bcc29a3556cf1a681c45cd5c50fc)
        
        Change-Id: I58bd10d168f75f9d365cb33c0ade770750ff57ef
        Reviewed-on: https://gerrit.libreoffice.org/15834
        Reviewed-by: László Németh <nemeth@numbertext.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-05-22  Caolán McNamara  <caolanm@redhat.com>  [8fb7614efbdc5dd78e3e45550c2edaa4bc2cda45]

        kde250524-4.odt (etc) are missing some namespace declarations in meta.xml
        
        Change-Id: Ie6a86262f60a4d44423bf8673d3847594e25e296

2015-05-22  Noel Grandin  <noel@peralex.com>  [ac3802da9ac7793c60a323bb8066c10fb40cf576]

        convert WINDOW_POSSIZE constants to scoped enum
        
        Change-Id: Id85137ffc7309a66b04132d588d289db136117b9

2015-05-22  Noel Grandin  <noel@peralex.com>  [566922a98d548529feacb7c21bfc8897ff5b61af]

        convert WINDOW constants for GetWindow() methods to scoped enum
        
        Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33

2015-05-22  Noel Grandin  <noel@peralex.com>  [321b34419160da6829e30fc67f3d107fcb936390]

        convert TITLE_BUTTON constants to scoped enum
        
        Change-Id: Ibfee4c394724570d9f64098d3703a08b7246ad2c

2015-05-22  Caolán McNamara  <caolanm@redhat.com>  [fc36c689cad5b76a3b256f19cf7caeaa9359560c]

        fix asserts on export to pptx
        
        regression from
        
        commit e4fab06d82299054ddd46c7d925d300cd3d0a17d
        Author: Sujith Sudhakaran <sudhakaran.sujith@yahoo.com>
        Date:   Tue Apr 7 08:56:04 2015 +0530
        
            tdf#90245: Support for table merge cell export.
        
        where we can now ened up with unbalanced start/end cell tags
        
        Change-Id: I03a8fd5f9f3d77a984d68423bae946fca85135ec

2015-05-22  Noel Grandin  <noel@peralex.com>  [24600dcf3118cb01d57c31518d36be870f73e79c]

        loplugin:constantfunction
        
        Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448

2015-05-22  Noel Grandin  <noel@peralex.com>  [83eb114394879cbfd073322a51c47d02553c1fcf]

        convert constants in include/vcl/settings.hxx to scoped enums
        
        Change-Id: I2a110c017f13eca6ddbd70ef3ed195d24adef0a3
        Reviewed-on: https://gerrit.libreoffice.org/15828
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-22  Noel Grandin  <noel@peralex.com>  [e929194317a7debb1c5467282230cbbabe61a710]

        convert POINTER constants to scoped enum
        
        Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19
        Reviewed-on: https://gerrit.libreoffice.org/15825
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [edcd1d5a9c88455fd1d52ab25815fc8d439f31ec]

        on windows/VC build, force enable-pch and force disable-ccache
        
        Change-Id: I0ccd9c51766ba9d079449dda62e49c42d0f47875
        Reviewed-on: https://gerrit.libreoffice.org/15847
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [70b24144162a48a2a9f5fe5964c08a8396754b57]

        Revert "solenv: if RR is set, skip gdb backtrace, since it's recorded already"
        
        This reverts commit ea980f3de1da84de730541217bd497a4d3bb3642.

2015-05-22  Michael Stahl  <mstahl@redhat.com>  [297680e88e97ce2940b3e38c0cdfeec5c061daca]

        Revert "gbuild: allow recording of CppunitTests and PythonTests too"
        
        This reverts commit 5a7816b971c51ea4b642738a065e90d4d9bf12d7.

2015-05-21  Michael Stahl  <mstahl@redhat.com>  [5a7816b971c51ea4b642738a065e90d4d9bf12d7]

        gbuild: allow recording of CppunitTests and PythonTests too
        
        Since these don't use soffice they need to be tweaked to use RR varaiable.
        
        Unfortunately rr crashes in some CppunitTest so don't enable that now.
        Unfortunately rr crashes in PythonTest.
        
        Change-Id: I2143618fa2181e36b6aaeded43637cb3481f5e47

2015-05-21  Michael Stahl  <mstahl@redhat.com>  [ea980f3de1da84de730541217bd497a4d3bb3642]

        solenv: if RR is set, skip gdb backtrace, since it's recorded already
        
        Change-Id: I3a393e91d392c3cc572c46e94d7ea7bb1205c0c3

2015-05-21  Michael Stahl  <mstahl@redhat.com>  [2589d545ec099c7b670b185d06fbf9ca841fb748]

        i18npool: ASAN: fix off-by-one in gendict's index2 array
        
        The charArray always contains the size of lenArray *before* it is
        extended, i.e., the last valid index.
        
        Change-Id: Id1f4e1f2cb55a88ef5339e9d962a3adf4cde91f9

2015-05-21  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [e346aa639ced4fae653b52b0812fa5ca12949125]

        Use the better precision equality check in b2trapezoid.cxx
        
        Change-Id: Ie048543ad19c12dc47f6638af7dc029a38da964e
        Reviewed-on: https://gerrit.libreoffice.org/15805
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [821b72886f1e407a492f881a2efb27ead2c22b5c]

        o3tl: add make_unique template till we can't use std::make_unique
        
        Change-Id: I48b26f0199e339badf7a0e2bed322ca701689d13
        Reviewed-on: https://gerrit.libreoffice.org/15846
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-21  László Németh  <laszlo.nemeth@collabora.com>  [6e8bd2f3f19073ae7543a75be3898a46fc87beb7]

        Updated core Project: help  07df7cad7f66736e3a3ad7677704b6ffddc92e4d
        
        LibreLogo help: about joining points, filling shapes defined by points
        
        + examples for CLOSE and FILL + fix typo (bad quoation mark)
        
        Change-Id: I40e4e84460c17a332e1cd46ef4511b94117d9abd
        Reviewed-on: https://gerrit.libreoffice.org/15845
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [562d8f57f0d684879ae62fb10dcf9dcea2bd213b]

        lokdocview: adapt Android path
        
        Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [97b096275af7054aed6cc8715e5cb968d7e5163f]

        android: leftover gitignore
        
        Change-Id: I45a709d805e8706a2f186fd44b4f467d173bc61e

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [70c307f0a5a81fb6f3e92f1c52b4372d36922c4b]

        CppunitTest_sw_docbookexport: -Werror,-Wunused-private-field
        
        Change-Id: I51586c4187948aeb62cc3ca92e61e96681be02cd

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [ab8cbb6cc121f7001a920f9d9f12cd9ccddec385]

        Let's simplify the paths and be less 'experimental'

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [1b53066433d1db9c3bfc3c6e6618565c15642b59]

        Bin the 'DocumentLoader' Android test app
        
        It is the wrong approach, from the time before tiled rendering, and has
        not been built for a long time.

2015-05-21  Stephan Bergmann  <sbergman@redhat.com>  [dae9a386bacc08a55eda96e1e8925883a4fa494d]

        -fsanitize=bool (during CppunitTest_writerperfect_writer)
        
        ...as libwps::WPSDocument::isFileFormatSupported doesn't necessarily write false
        into its needCharSetEncoding param ("A flag set to true if we need the character
        set encoding"), whether or not that's a good idea.
        
        Change-Id: Ib094a0fed84b6e6ff66e9b8a2524f55a60de64ef

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [cf78adf518a91a8f070d7cdcccb1973e58195e84]

        Bin one leftover

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [ff2c4ee8a5416c90b1344cb95b69483156d4d210]

        Bin unused code

2015-05-21  Michael Meeks  <michael.meeks@collabora.com>  [99938e7bc8a305dcc9733adbe635e25a38afed31]

        tdf#91381 - fix a couple of animation related lifecycle issues.
        
        Change-Id: I4aada7f27e3a88124ad670e62ddb6c92ecf431a8

2015-05-21  Stephan Bergmann  <sbergman@redhat.com>  [15cc77f8d3d1edfd0e8114829bc4b340c3d73b4d]

        external/libetonyek: -fsanitize=enum
        
        e.g., during CppunitTest_writerperfect_impress
        
        Change-Id: Ib9eb7a9ba7c9bad9cc43fbe2132ca315e2f28c0a

2015-05-21  Sam Tuke  <mail@samtuke.com>  [25e975857780e4fc4c03255cf977ddc82662b2ac]

        Translated some German comments to English
        
        Change-Id: I448b15418ff3c029fb8fb3d1e94a9babed29c85d
        Reviewed-on: https://gerrit.libreoffice.org/15844
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b45c1cd7e7108a1101c556aae48ababc8832d2a9]

        introduce some dbgutil calc data dumps
        
        Currently CTRL+SHIFT+F12 will dump the column width in pixel
        of the first 20 columns.
        
        Change-Id: I7184eae8d1cde9be7ea067aab6b4b5fb1b6b8b0f

2015-05-21  Laurent Godard  <lgodard.libre@laposte.net>  [fb8377fe404564871d7be8cf777abe2108c74951]

        unit test for tdf#91095
        
        and ready for any docbook export tests
        
        Change-Id: Ia1c7a5066fc72c502c3b0ebb5811910797943742
        Reviewed-on: https://gerrit.libreoffice.org/15653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-21  Caolán McNamara  <caolanm@redhat.com>  [2c798538041310294ac7900b110620a8eece9150]

        Revert "fTools::getSmallValue() is not used anymore"
        
        to fix the build
        
        This reverts commit ce7d80c69d936e844ec4ed930264bfc8cadacde1.

2015-05-21  Caolán McNamara  <caolanm@redhat.com>  [06cb0e6d2675cff7b526f9fe2578d9727fda4404]

        gtk3: implement keyboard and mouse grab
        
        Change-Id: Iff17dccc58e0fcd6bdc479e6135e067ae375dce9

2015-05-21  Stephan Bergmann  <sbergman@redhat.com>  [b8f4b28cf6fa6c16d714179913be8c1198a11844]

        Use delegating constructor
        
        Change-Id: I793130bda833f4eb6ba5f2901adb2362ce666fe9
        Reviewed-on: https://gerrit.libreoffice.org/15829
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-05-21  Stephan Bergmann  <sbergman@redhat.com>  [1dbc9e022e750a16dbf5b530783c4adaafd609f5]

        For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden
        
        ...same as f0aa1a78fb209310e8baef53c02f365fca518d11
        
        Change-Id: Ib02a20677eaaf2930bf3620c4ed2b1c3c098ce00

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [23cba1f55f1937c27c2a1bc27f9d3fd7b1ef1b47]

        tdf#91095 svx: avoid unconditional SdrObject -> SdrObjCustomShape static_cast
        
        Change-Id: I5ed86633e909c13f14ee382b4d9ec8f9c264df1d

2015-05-21  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [ce7d80c69d936e844ec4ed930264bfc8cadacde1]

        fTools::getSmallValue() is not used anymore
        
        Change-Id: I20ecd3078d1b0c5265929405484cda2cfd88060d
        Reviewed-on: https://gerrit.libreoffice.org/15806
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [3e3390e9236564f4becef9f61197aa1dcb93f7f6]

        Fix thinko

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [f7d886ca038cd0a67738e6afe33ee002982d4cae]

        WaE: macro "LOGW" is not used

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [72a688db732bca48969977b84a165d6d6a80e5af]

        Remove more obsolete Android code: The 'AppSupport' stuff

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [43ad4c56fabe0304cf7aa133c7778996afbfae23]

        Bin the since long obsolete "desktop" Android app
        
        It was an early approach, indeed experimental, and has been abandoned
        for quite a while.

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [63b5e078255e7bae26b90ca870d83ca683cd90c8]

        Bin obsolete code that has not been built for ages and likely has bit-rotted
        
        If somebody needs to have look, it can be found in git, or in old
        source tarballs, etc. No need to keep in the work tree.

2015-05-21  Noel Grandin  <noel@peralex.com>  [cf991bf352d64021e872ab1f8d82cb0f3cea37f3]

        convert SWIB constants to scoped enum
        
        Change-Id: If64368f22e748cc646a726cb962e60ad29a66df9
        Reviewed-on: https://gerrit.libreoffice.org/15840
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb0b7ff34dc193c37e89f4a968e1cb7502338230]

        gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUND
        
        Change-Id: Ic545bbd14d11a3b310f4d72ee02e51a7cb6f4f22

2015-05-21  Noel Grandin  <noel@peralex.com>  [5b248f1348260f953686b20621255aece57358fe]

        convert MENUBAR_MODE constants to scoped enum
        
        Change-Id: Ie4cda46d02e82cca1710603cfb3af379c702d9d7

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9ba19147d6261469407a50bad4c9a04927fb166]

        CppunitTest_sw_tiledrendering: disable the search test on non-Linux for now
        
        Change-Id: Iae2de9b9ada2046beca29990a8abda09947d7b34

2015-05-21  Stephan Bergmann  <sbergman@redhat.com>  [da2c2a3dc42540229fa2b42ab797131fe080bec7]

        loplugin:literaltoboolconversion
        
        Change-Id: I4b9299ef87686fee4e2771255ed1fcbc16374db9

2015-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [d75cdda84fb98ec616b57a3dc0606d21c2413e47]

        fpicker: simplify code by std::any_of
        
        Change-Id: I0f5a8b5d7f8f88a821793004c1574fcb6a7a4882
        Reviewed-on: https://gerrit.libreoffice.org/15836
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [7fa3d4db1db47a7a62fdd66485a286d331a3587f]

        editeng: simplify code by std::none_of
        
        Change-Id: I6fb427b4e3d1179cf9291daa7204f3892a8e271f
        Reviewed-on: https://gerrit.libreoffice.org/15838
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [6e01306e2094e0e0ae731aed7162bb3371f274bc]

        svtools: simplify code by replacing std::find_if with std::any_of
        
        ... or std::none_of.
        
        Change-Id: Ib6af7f32d9495eca03e29dcea06ff3925b1cc7b7
        Reviewed-on: https://gerrit.libreoffice.org/15839
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [731169179209566f094d24abd1aa05da256ea7f7]

        sw: prefix members of SwWrapTabPage
        
        Change-Id: I58d59680768d445c073c50b49a8b6976d7a636a0

2015-05-21  Noel Grandin  <noel@peralex.com>  [431598b97b47b13c8b241f587b5eea21bf134893]

        convert CVT constants to scoped enum
        
        Change-Id: I7703816b6a1df2bf24c06cdf9992f9982ae724e8
        Reviewed-on: https://gerrit.libreoffice.org/15826
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-21  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [0cd2895e70eb96083ea78b1350583fe791b4237a]

        tdf#90999: Import spreadsheetML cells with inline formatting tags
        
        Change-Id: I5a723d5ecc4a075be64ba9766e574d9a9df50eb1
        Reviewed-on: https://gerrit.libreoffice.org/15821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-05-21  Noel Grandin  <noel@peralex.com>  [ebdba869de1de51b4cc7ca24c1a6a639d44de1bf]

        convert TABITEM constants to scoped enum
        
        Change-Id: Ia16127a7d97ef7db59bd2b0e6b8d14d8625bc526
        Reviewed-on: https://gerrit.libreoffice.org/15827
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-21  Jens Carl  <j.carl43@gmx.de>  [5bf6fecde772d1fb35645fe217e6fe3b5b5ac918]

        tdf#91054: cleanup weirdo function prototypes
        
        cleanup the folders chart2/ and ucb/
        
        Change-Id: Ia5f230703e55da5710eaa52bbd9e22a6395a49ad
        Reviewed-on: https://gerrit.libreoffice.org/15832
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-21  andreas_ka  <kainz.a@gmail.com>  [8685cfb979fe1c49e49827bb206af49851196ef1]

        Breeze: update blue color for text icons
        
        Change-Id: I051ce1165b8ddf5e3adabfacde03d436f3ada1ec
        Reviewed-on: https://gerrit.libreoffice.org/15835
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1c9302565aefb5a54b1b7f1478dd6dac724d30ea]

        Tango: update folders, charts, arrows
        
        Change-Id: I898eee3a4c47f710b52ef7126f79e9aa7f1bd364

2015-05-21  Tor Lillqvist  <tml@collabora.com>  [33cf177f6b26a117dac0da4940afd0b2eb03153c]

        Use --disable-shared if DISABLE_DYNLOADING
        
        Change-Id: I77f8890ed6d03f02eb8c12c5e034d119bc85addc

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [27384cdf7df20d6bc46e5d028f27be41b49b0f02]

        sw: avoid CrossRefBookmark assertion when importing ooo83574-1.doc
        
        One of the thousands of redlines in the document contains a paragraph
        that has a cross-ref bookmark on it.  At the end of the import the
        redlines get hidden, i.e. copied and deleted from the body.
        
        Because this redline starts in the middle of a paragraph, the
        CrossRefBookmark on its last paragraph gets its position corrected
        onto the middle of a paragraph, and it becomes unhappy and asserts.
        
        Probably this can only happen in WW8 import, since other imports insert
        the redline data into the redline area in the nodes array.
        
        Change-Id: I5bfd94cacf9c2e76fd646728a123b3297b47c255

2015-05-20  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [6498b799ef8aaf93f040921d79bb0398f9bcc244]

        Fix build for gcc 4.6.4.
        
        Change-Id: I59457bf90cf2f457cbbad70ae524af76ed1e89a4

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [b04c9cac994e39d28f5f715f560e97edcca0e666]

        gtk3: fix borders
        
        Change-Id: I7ea1198d08333d0ce95c2e6b5d7dcf8928a11838

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [dcee23b7f8004c47cbab320e1a07bf518a385fce]

        cppcheck: noExplicitConstructor
        
        Change-Id: Idcf5460ec59cfb6f13055652c094d460c15da5ed

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [484759aadd964b011e8e649ba021d09f40a79440]

        sw: add a comment about WW8 non-existent fields, related: tdf#88697
        
        Change-Id: Ie4da62a864233a7ab4587dd4e1b2f819a39e1441

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [4a61fba7f1d1c457b8b5049644d793bd209d4f75]

        writerfilter: remove mojibake from comments
        
        Change-Id: I8662c3d34c0025379d4e7757b233befa7cae8235

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [b1fac3dde682d321da01e2fb09e1f015f8c56775]

        desktop: add soffice --record parameter for easy use of rr
        
        Allow recording all JunitTests with "RR=1 make check".
        
        Change-Id: Ie540cb42990d3032d3fa38abedd4e5134f3ded2c

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [e29a17ede22aee2fcc5e17f945c3e69d1927e7c1]

        xmloff: convert legacy assertions in SvXMLNamespaceMap
        
        Change-Id: I9771bf3b727168bad6aeb07a2eb55eb08b1b6408

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [a80da8e6558048239de977b665a58e62423c1f65]

        xmloff: convert legacy assertions in DocumentSettingsContext
        
        Change-Id: I2d13b43b6689e75185426854d749760f820884f9

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [18a712d2b3fe03629e00868ce17226994b7b7252]

        xmloff: convert legacy assertions in PageMasterExportPropMapper
        
        Make the properties optional, like XMLTextExportPropertySetMapper
        already does.
        
        Change-Id: Iee5d8ac113360937d8f3a3b867a6e6c7a18bbfa4

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [ca95df9d6005e1f8b14ffe1b58b18dfae5951983]

        xmloff: convert legacy assertions in XMLFootnoteSeparatorExport
        
        Change-Id: I4f9d429e055df0d7bc01e710334259d737d2d4f3

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc1554a47cf6058a56c49aecf2574f99258920b6]

        sw: indentation fixes
        
        Change-Id: I07311146c16ee273f094f74da1d095279d3b2cbf

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [01d422d8659d1b19676de16b199c3438a148506f]

        Add SwTiledRenderingTest::testSearch() testcase.
        
        Fails if the last hunk of commit
        bdc1824ea7acfa2fe9d71cdbe57882acce155577 (SwPaM::Find: search in shapes
        anchored to the range, 2015-05-19) is reverted.
        
        Change-Id: Id239e781ce493ee8952bcd9a018aa78146933433

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [186b1e00017c163fdef5e8ceb1221c2d416b32cf]

        ScIconSetFormatData::mbCustom read uninitialized...
        
        ...in ScIconSetFormat::GetIconSetInfo, e.g. during CppunitTest_sc_ucalc
        
        Change-Id: Ia4380110cafdb0f220b99a8e1aeb5c3efde60d7f

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [1633fb2651e32f3dab5104b11074e7904cdcbec3]

        SwPaM::Find: forgot to show the cursor after ending the text edit
        
        Without this, if you searched inside a shape, then got a next hit
        outside the shape, you didn't get your blinking cursor even if you
        clicked into the writer text.
        
        Change-Id: I053af9672dc9290728b16780f21301b3b840cb55

2015-05-20  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [9947af03f9d1384099dda596bd3fe1dc66481062]

        odt2mediawiki.xsl: ensure the node selection
        
        Change-Id: I78d773feaa1766904d455bd9ff5f9ea79c7b6dce
        Reviewed-on: https://gerrit.libreoffice.org/15801
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [622f3453dea516a60db862036871207a089fbcef]

        VclPtr: crash on exit after visiting MSOffice compat page
        
        Change-Id: Ibc2fa183ee0847f92ace08388559d236898b1826

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6f03d6fc25a3cea22f2ce035d0948bcaa74daa9]

        ImpEditView::SetCursorAtPoint tiled rendering: avoid partial selections
        
        Same problem as in the previous commit, just for mouse move. Previously
        when selecting "abc" with the mouse only one or zero letter got selected
        as the mouse moved, now it's properly the whole afffected string.
        
        Change-Id: I025dbd71fc02a0c93a532ca188836ffb957d6b35

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [18e08580b660111e7e9b0bae18ac9034f57475ba]

        ImpEditEngine::MoveCursor tiled rendering: avoid partial selections
        
        Tiled rendering assumes that the whole list of selection rectangles is
        sent, i.e. the information is not incremental.
        
        With this, if the text is "abc" and you are before "a" with the cursor,
        then pressing shift-rightarrow two times will result in "ab" being
        selected, not just "b".
        
        Change-Id: I70c043575d3c68d78342af0a6b78659d83b4f5f4

2015-05-20  David Tardon  <dtardon@redhat.com>  [a1202971e5b27ac4585cde73ed15f395c242cae3]

        enable Apple Numbers import
        
        Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92

2015-05-20  David Tardon  <dtardon@redhat.com>  [d5ffc8b0adacf31e88156588f57db3149f430ad3]

        enable Apple Pages import
        
        Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [1051c03573fcc06c935b3b856efe77e706ceb134]

        sw: fix -Werror=shadow
        
        Change-Id: I8ad37290a2b5dab41d180799f9e5ec7d603952ba

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [5f296f9b3e9f19a44e1a391b31a51a66b659050c]

        Fix reporting missing GStreamer plugins
        
        Change-Id: I99b5994b53a5768b4c0aa8dbd6f54b13b23b333a

2015-05-20  Noel Grandin  <noel@peralex.com>  [bc0266c4984f94496c0c055c82b94bef9a2625dc]

        convert PRINT_CAPABILITIES constants to scoped enum
        
        Change-Id: Ib8750a7acaf038476b0a5307e4a8a0bc3bf16015
        Reviewed-on: https://gerrit.libreoffice.org/15824
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [e854ed8ea85fb48f5a049dfc6a87309ff9c7c2ca]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ifc2e1159744dcaf5e7b0249ad00610e41cfe4fca

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e5b0a647c4002d987e3c5c4e43ff0041c2a4d9e5]

        tdf#91404 check if the item position is valid
        
        Change-Id: I963cf83d32bb976095274be913806de19bdf7a86

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [7cf1206e1e0872d8525f6012d0017917a4840783]

        gtk3: focus rects for combobox entries
        
        mpComboboxEntryStyle refuses to draw the left side. I have no
        idea why and have burned too much time on it, so use the normal
        EntryStyle and set its right junction to get the flat right side
        
        Change-Id: Iff5fb1c1b21d2935c3817e7825b86b8e30e899eb

2015-05-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7cb97e0a51bd2913707ae67841e2ceccafc4cd13]

        bump product version to 5.1.0.0.alpha1+
        
        Change-Id: Ib77d7879b0d845bdccc523467f654b836704cdcf

2015-05-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ab465b90f6c6da5595393a0ba73f33a1e71a2b65]

        bin/rename-sw-abbreviations.sh
        
        renames the most annoying abbreviations in Writer (and partially
        in the shared code too).
        
        Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9

2015-05-20  Joren De Cuyper  <jorendc@libreoffice.org>  [0db96caf0fcce09b87621c11b584a6d81cc7df86]

        tdf#76941 and tdf#87539: docx export image greyscale, watermark, black&white
        
        Thanks to Miklos :)
        
        Change-Id: Ib6344ff654e39bf712d7071545573fb2ec525b63
        Reviewed-on: https://gerrit.libreoffice.org/15733
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-20  Joren De Cuyper  <jorendc@libreoffice.org>  [fcc7ba441ec8e5116bbcc08c88b5ddb7c892c988]

        tdf#85911 docx: export comment initials
        
        Change-Id: I1437c197312911a15a50715235d840b24117bfba
        Reviewed-on: https://gerrit.libreoffice.org/15742
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-20  László Németh  <laszlo.nemeth@collabora.com>  [2b5d533651333a27dd46e494fcd1a016483bb0b1]

        AutoCorrect: Emoji support (hu)
        
        Change-Id: Ic2ad51b0ce496d28ba94b31302c7abb21a1c59a7

2015-05-20  László Németh  <laszlo.nemeth@collabora.com>  [d3c12e22aafd30387a20b437d956cafead314ec1]

        AutoCorrect: Emoji support (en-US)
        
        Modern graphical operating systems have default Unicode 6 support
        with several Emojis and other useful special characters. Using
        their short names within colons (de facto web standard), now it's
        possible to insert them immediately.
        
        For example:
        
        :keyboard: -> ⌨ (U+2328)
        :camera: -> 📷 (U+1F4F7)
        
        Change-Id: I189609983281bcfc223cfd39678e92200b826c89

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [87d5859b1615fb165d6160baa50c5c5da3ca82c6]

        mbHasInsertTab is not needed anymore
        
        Change-Id: Icc7eb914a16d6492146879967a6dc8b634d50b6e

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5ccf67186d032be4e0200ff9e1771672c8566e44]

        cleanup code
        
        Change-Id: I0fdcb3d179d87ae202199d2eb904e701bad45ab1

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9c869aecc83dc3899a0941058acfcac791fca519]

        fixes for changes in "edit"
        
        Change-Id: Ied0f44e38ac52f13c9c229366342849aa29ec754

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [00920bf83688f185bf05070599e7083af01ac665]

        scrollbar - setup painting settings in ApplySettings
        
        Change-Id: I5eeaa1ee9c63f1a1d624022857a80cbebc079627

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e34c092d3d0f085eee3097b1d4ad038da39f9de]

        edit - setup painting settings in ApplySettings
        
        Change-Id: I583caa0bbec9e4998bcc78e5edc4e29ab9d3b4b2

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ee616b050c82b138ee06117890b0381a0b5d750c]

        cleanup sidebar
        
        Change-Id: If4964adcc693ccf32e815d6cf8aad8e1c196ada8

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [61719b1781b6147dcfa7278f44c9b910d9ab1286]

        SidebarDockingWindow - cleanup
        
        Change-Id: Ief8fb3aa0a39082598c3d488a758416604a3991a

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d0f20c37747e9eaaae7642ce017a53b1f3e4b5a6]

        Deck, TitleBar - setup background in ApplySettings
        
        Change-Id: I3468176b8605094887f1d81ce37ef2c47719e3e7

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56366b913289d1e3752b780db6820e1784937c2e]

        boost::function to std for sidebar Deck, cleanup a bit
        
        Change-Id: Ia0ce7349efcdf0ee8f46bbfeca8b2496b738b9ad

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e497141d9a31a05b67c2416ae5f40838fb748def]

        sidebar Panel - setup background in ApplySettings
        
        Change-Id: I89ea754dbbb64e535ca719af4e7d949ac117df0a

2015-05-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5f8b294bcc2ed1c518d8a07f257ee772cde37363]

        boost::function to std, clenup
        
        Change-Id: Iabd3c08b215780d65136877f8c9a2592ec6e2c63

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc5f9db22ea7a127507584ab32cf1c2aa1a8979c]

        SwEditWin::MouseMove: ignore visual area when tiled rendering
        
        With this, it's possible to do mouse-button-down + move several times +
        mouse-button-up desktop-style selection of Writer text.
        
        Change-Id: If0711c5d397a8342b31c9b5448bf6223990529e4

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c0efaab356d082dd95baf8fe40dbfb413b6d506]

        lokdocview: use postMouseEvent(LOK_MOUSEEVENT_MOUSEMOVE)
        
        This is much better than using setTextSelection() directly, as that was
        introduced only to adjust an existing selection.
        
        Change-Id: I881c3e4e5b0c97891f29dac0da42c1d3a51361e8

2015-05-20  Philippe Jung  <phil.jung@free.fr>  [447783a97777b2053acd74d265af3ed2a6c5c93a]

        tdf#90882 Writer: insert row/col before/after
        
        From the contextual menu, it is now possible to insert rows or cols
        before the current position.
        
        Number of rows/cols inserted is based on current selection.
        
        Change-Id: Ie1a718fbb1b8caf67716f9c8fad21f90d182ca79
        Reviewed-on: https://gerrit.libreoffice.org/15773
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-20  Mihai Varga  <mihai.varga@collabora.com>  [f8b4c783c6269e108ade08cd9896b845e3b7ae3a]

        LOKit mouse move handler
        
        Change-Id: I783bf782df66329ea4a1f78346aa2c36b9e4e425
        Reviewed-on: https://gerrit.libreoffice.org/15799
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-20  Noel Grandin  <noel@peralex.com>  [f2331f3dee01029e3d68174534300228e5135910]

        fix indentation
        
        Change-Id: Ia6fde08193f3e43225e843291ddc508afe74c356

2015-05-20  Noel Grandin  <noel@peralex.com>  [6586da0631ddcfd704538b0e1cf96d2ea0be7cd9]

        fiX OSX build
        
        Change-Id: I5dafc2c8a76356a7bbb258ec9563085d8f2b05cc

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [55828bef6926a0eec446ca0b8503f656cc5c4a7f]

        Make ZLIB_LIBS self-contained so that external modules can use it
        
        ...as e.g. external/libetonyek/ExternalProject_libetonyek.mk internally does in its
        configure script (but where workdir/LinkTarget/StaticLibrary is not on the lib search
        path during linking)
        
        Change-Id: I636d3de5c831eb8ced002ec61806ccaf75cf4c91

2015-05-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [9a721f1fe6c30ec231744a730f9046aa64bfae0f]

        Those #define-s are still used
        
        Maybe they don't have to be, but this fixes the build at least
        
        Change-Id: I278ecafcc96d8febc802c7a7ce907c98df95271c

2015-05-20  Katarina Behrens  <Katarina.Behrens@cib.de>  [5591fdada7cf4f81f173f7954e2b4831c6dc89c9]

        tdf#91126: Enable click-on-column-header sorting
        
        in the same way as in f92ab4da51647a4353038
        
        Change-Id: I209475499307c5564774e1cd5808e3792a10be25

2015-05-20  Noel Grandin  <noel@peralex.com>  [b253d2bb93d170e1ba6e10fb9d74388b7c25e588]

        fix OSX build
        
        Change-Id: I5f2ce7043802963c5fa41f0710c176a270e2d23b

2015-05-20  Noel Grandin  <noel@peralex.com>  [e32da3af7695617ca1fc4c8a5c1689952269ade5]

        fix Win build
        
        ambiguous symbol
        
        Change-Id: Ie3eea266b6a1bf6ca65edaf6a2f22e543a128646

2015-05-20  Noel Grandin  <noel@peralex.com>  [b03f2cb6417c1f7a6892db23bcd3e807b2806e89]

        fix Win build
        
        after my commit 7a0af37989d1f1b508a61f28e785c5b1f27d58af
        "convert SAL_LAYOUT flags to scoped enum"
        
        Change-Id: I7494793aae482f0b687501ae199856b1a6640143

2015-05-20  David Tardon  <dtardon@redhat.com>  [05c85d7a36f3ea69bba0fa69720bff61f2e0f573]

        error: assigning to 'PrintQueueFlags' from incompatible type 'int'
        
        Change-Id: I2c307ebe78935ceb19ad0c80b441d30c138ec84a

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [8baaf76ae373a7c945e1cc2fa5cd57b59749d414]

        teardown is only called from ~LiblangtagDataRef, anyway
        
        ...so don't obscure that sad reality
        
        Change-Id: I0ddd572e55d66f6c23c776ca62885b6ba482bf5e

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [f387b04dc89d2bab96d77a6f1445d272e2b1d827]

        typo
        
        Change-Id: Ic6869491940482e866ec8e803ded89752746ab73

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [3dd259ffa1607fa91d598954b07f9ac8e5c0b08a]

        coverity#1298898 coverity seems a little confused here
        
        Change-Id: Ibc80e242b8fda8fb304ed5cd1a52716d1b7fc33d

2015-05-20  Caolán McNamara  <caolanm@redhat.com>  [65f9d502d88e832e8b8af71b7be8f706519f7162]

        tweak to try and silence coverity
        
        Change-Id: I990ad07784266e2b48638ece6a84471b3bef173a

2015-05-20  Noel Grandin  <noel@peralex.com>  [e964042c16efafd5f6656dbb7cea14c852a39822]

        fix Win build
        
        after my commit 7a0af37989d1f1b508a61f28e785c5b1f27d58af
        "convert SAL_LAYOUT flags to scoped enum"
        
        Change-Id: Iba12d2f60840a012d3e54a1364b672820e8bd6dc

2015-05-20  Noel Grandin  <noel@peralex.com>  [bc56da8784a76e92878193baf4764c50333eb21f]

        fix Win build
        
        after my commit 4b57be7234ea61aad0a472a56a4f073270933c8e
        "convert QUEUE_STATUS constants to scoped enum"
        
        Change-Id: I5a91a79148b3b3edaa12e6933344040ed64acc6a

2015-05-20  Noel Grandin  <noel@peralex.com>  [4b57be7234ea61aad0a472a56a4f073270933c8e]

        convert QUEUE_STATUS constants to scoped enum
        
        Change-Id: I672e3a31c97fad91826dff1446d2d098d3d36150

2015-05-20  Noel Grandin  <noel@peralex.com>  [23b439a664549e1b43347bc625c267fa3c4f4d3b]

        convert DEFAULTCONSTANT constant to scoped enum
        
        Change-Id: I5ebd77edfa29d6c6c7acea37e826ef1d625916c3

2015-05-20  Noel Grandin  <noel@peralex.com>  [49e13aa41895e8562d83cff189ab6a78d5d902aa]

        convert FONT_SUBSTITUTE constants to scoped enum
        
        Change-Id: I8312f0117f33349218a09ccdfea946c66ceb1b3e

2015-05-20  Noel Grandin  <noel@peralex.com>  [456c379ffd8683cd8c22969268900787cf1ac28e]

        convert ANTIALIASING constants to scoped enum
        
        Change-Id: I175b8ea4e8bc01c3cdd3dd90506eba01b35e0085

2015-05-20  Noel Grandin  <noel@peralex.com>  [3cbdf64ad5240e6d9a73d4f7e005f7110d5e4002]

        convert DRAWMODE constants to scoped enum
        
        Change-Id: I36cbe8057d09226f8b302963bdd94dc5600b686f

2015-05-20  Noel Grandin  <noel@peralex.com>  [662700703bebad38ca7ad74ca4eb040fe8b5b676]

        convert GRID constants to scoped enum
        
        Change-Id: I73ae63bc5f41f38d1a4e396152808b22e88681d8

2015-05-20  Noel Grandin  <noel@peralex.com>  [dcefc97c8bd5be9ba229098c32d2a5c73d084163]

        convert IMAGE_DRAW_ constants to scoped enum
        
        Change-Id: I75619eeb902af4953a5ac1525605cf3f0f15e2c0

2015-05-20  Noel Grandin  <noel@peralex.com>  [953f327818f565969b8de5d9b956bd6b9a7c64b2]

        convert COPYAREA constant to bool flag
        
        since there is only value in this flags thing
        
        Change-Id: I86d7a3a358c467a9748b00e1ba8c09106f282947

2015-05-20  Noel Grandin  <noel@peralex.com>  [25a47c5cd54c73e754de988bde8ec8a202d27717]

        convert TEXT_DRAW constants to scoped enum
        
        Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01

2015-05-20  Noel Grandin  <noel@peralex.com>  [7a0af37989d1f1b508a61f28e785c5b1f27d58af]

        convert SAL_LAYOUT flags to scoped enum
        
        Change-Id: I0aeea1f32136e43e90a1afb0ea84dbaff2b77587

2015-05-20  David Tardon  <dtardon@redhat.com>  [78deb81c55266d37e35ff97fbb5b4086245d8ff2]

        build libetonyek as shared lib
        
        Change-Id: Id98bc62bd41846550dc9149d462a3b85bb2538c5

2015-05-20  Stephan Bergmann  <sbergman@redhat.com>  [4073649f9b360fb4e3c553169c270f31ec6d6e59]

        Don't use uninitialized ImplSplitItem::mnPixSize
        
        ...as happened e.g. during CppunitTest_sw_ooxmlexport4 when
        
         SplitWindow::GetItemSize
         SfxSplitWindow::InsertWindow_Impl
         SfxSplitWindow::InsertWindow
         SfxDockingWindow::Initialize
         sfx2::sidebar::SidebarChildWindow::SidebarChildWindow
         sfx2::sidebar::SidebarChildWindow::CreateImpl
         SfxChildWindow::CreateChildWindow
         SfxWorkWindow::CreateChildWin_Impl
         SfxWorkWindow::UpdateChildWindows_Impl
         SfxWorkWindow::UpdateObjectBars_Impl
         SfxFrameWorkWin_Impl::UpdateObjectBars_Impl
         SfxDispatcher::Update_Impl
         SfxBaseController::ConnectSfxFrame_Impl
         SfxBaseController::attachFrame
         ...
        
        requests the SWIB_FIXED of an SWIB_PERCENTSIZE item.  Hopefully zero is fine
        here and the value is only used for ephemeral computations that are overriden
        later with true sizes?
        
        Change-Id: I250b8fa38e42c111eef0bcedd703181e548a6b60

2015-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b13dea51e44ce7bdd1a2c3f4ca9f33e9cf6ca302]

        sw: prefix members of SwCondCollPage
        
        Change-Id: I8e290ab6264dff4d361e1dc0eee6b69a14512d03

2015-05-20  Julien Nabet  <serval2412@yahoo.fr>  [b255304be9f60f56ad93794d68a1447ed0d9d077]

        Remove include stdio (part4)
        
        Change-Id: Ic17885b22167eedd0e56b3e5027c09a1c3aac1d8
        Reviewed-on: https://gerrit.libreoffice.org/15819
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcdd3a403ca1d0ac05dd2382cf7e8fdfd3281322]

        forgot to include that part
        
        Change-Id: I8d905ca573e1ff15c4bf6049ce8884b223ff146c

2015-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16726a1b37df8bdcae02b3c7699df814977222bd]

        better algorithm for OOXML column width import, tdf#91267
        
        This patch contains a magic factor of 1.047 that is necessary as the set
        value and retrieved value are not the same. When we ahve too much time
        (propably never) we should explore why the value that we set for the
        column width is not equal to the one that we see on the screen.
        
        Change-Id: I317127ea5b8af2d5e8386758e66907a44fe58579

2015-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d2d037b4defa775b164880b56732af2a837f254]

        add missing DoClose at end of test
        
        Change-Id: Ia06522ba4d3e6b4495e17d260d0bc3618b1a7cf2

2015-05-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [90e2dabb8d0bb5382234be776c2ad0e2d5d9e224]

        wpftencodingdialog.ui: Fix spacing, add mnemonic widget and accelerator
        
        Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40

2015-05-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d02c15979b90fe356ee814acd77c4f21edeb2b0f]

        Update Apache Bugzilla’s URL
        
        Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f

2015-05-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2a886adb500fe481e1ea61573551b19e99c55b8b]

        tdf#90830 Add Tango help icons
        
        Change-Id: I9f213cc2d356da40f92ca96bf0ac584c3c5a89dc

2015-05-20  Michael Stahl  <mstahl@redhat.com>  [97b643ac862d0d6d0a305a7fd82fd20dfb3dbf72]

        libetonyek: fix windows build
        
        Putting source files into sub-directories is not really supported by
        autotools apparently.
        
        Change-Id: I6f0ff7e0ee0c2c4b59fb670a3cbaa9723b655d1f

2015-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d4085dbf35c95cd030bc4b74c7235e90d7c2bff4]

        Updated core Project: translations  f7efc4ecf69cba536cd0391d4673e31226b1fe86
        
        update translations for 5.0.0 beta1
        
        and force-fix errors using pocheck
        
        Change-Id: I295e6d2e6b47a06165cdf8900e2775b7157af809
        

2015-05-19  Philippe Jung  <phil.jung@free.fr>  [3430d2c2b2c4e24b2757015addada9256e399012]

        tdf#91382 UI: Crash after visiting Sidebar Properties Page
        
        When a popup is displayed, no cleaning / disposing is performed.
        
        Change-Id: Ibae0f977360f8862f2d7ff4c753356975dec3771
        Reviewed-on: https://gerrit.libreoffice.org/15817
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-19  Michael Stahl  <mstahl@redhat.com>  [564fc483931c0aa2872a33023473c7ac36bfedf1]

        tdf#90110: basic: fix Randomize statement
        
        - time() is used to seed the RNG but since it only has second resolution,
          the same values will be generated if it's called multiple times like
          in the bug report
        
        - BASIC using the global rng would be fine except that BASIC Randomize
          takes an optional parameter to set the seed, which should continue
          to be supported, but should not affect the RNG state for non-BASIC
          users of comphelper::random
        
        (regression from df466d79cb126667cc9d5c108367bfa4f5ce76c8,
         but the old implementation was even more delightfully absurd,
         where Randomize was essentially srand((sal_uInt16)rand()) ...)
        
        Change-Id: I0f30e509de08f933c02ac77c5d932b20e79586c5

2015-05-19  Michael Meeks  <michael.meeks@collabora.com>  [e1b1f9537a299e5cdb4bd824513b41ee903b4bda]

        tdf#91185 - appearance settings lifecycle fix.
        
        Change-Id: I4efe8e68419a3d878acf3c4eb741239794b26d85

2015-05-19  Julien Nabet  <serval2412@yahoo.fr>  [c922776fdde4801af51ea3840c62f2fa3b8bc552]

        Typo
        
        Change-Id: Ifaf9320a4f616d25609254d92d9b0e224c2ec591

2015-05-19  Julien Nabet  <serval2412@yahoo.fr>  [2dd61975f16c42df4babe59d8f22c652a9d6a7e5]

        Typo: SetCharAttriutes->SetCharAttributes
        
        Change-Id: I889f67f1bc097b171ba416cd07d1a54a0cbc542d

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [3ebb9a26c26d78c9d1605264503b1d3f276b8729]

        VclPtr: crash on exit if cursor is in fontsize widget in sidebar
        
        Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7

2015-05-19  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [15a7ae3e8008ef7dbafdcb4b7604cac1fe1f9061]

        That was totally pointless
        
        Change-Id: I6046461b2e26a8506249c4a2fdd783bbd2ec223f
        Reviewed-on: https://gerrit.libreoffice.org/15810
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-19  David Tardon  <dtardon@redhat.com>  [eb5850d63acfd3077a4c5c62d45dff48bc6a6137]

        hopefully better fix for windows
        
        Change-Id: I196853f0efbaab48e5e09b2728df0a8e5152dc9e

2015-05-19  David Tardon  <dtardon@redhat.com>  [8d17b7e3a91fee6211b884e2e991a654c56fe8b4]

        blind fix for windows
        
        Change-Id: Ia042bbb7845a6de4769949230e3f1bc90099c9aa

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [93571a90b3c2e61f3c6ab9c4c42a8ce4f7fd87b2]

        gtk3: checkmarks slightly clipped on left side
        
        Change-Id: If10822b64e0a9a28c45fd8a1c0e9e44bdbfb054b

2015-05-19  Laurent Godard  <lgodard.libre@laposte.net>  [2d1abfff0156c17cdaabf27c01e92b5e3f0bbbf4]

        draw Note mark before text for correct ZOrder tdf#89182
        
        the cell content is now drawn over the cell note rectangle
        
        Change-Id: Idce05497b7a9f67e5e315f5bc2f9c59e53898131
        Reviewed-on: https://gerrit.libreoffice.org/15802
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-05-19  Michael Meeks  <michael.meeks@collabora.com>  [697d49cbb43c7d12bb88ba4f67dafe069cb1c5bd]

        use CHECKED alias for GTK_STATE_FLAG_CHECKED instead.
        
        Change-Id: I42a1b3d133b32ff29eb02fbc262e6ec0aa941b9c

2015-05-19  David Tardon  <dtardon@redhat.com>  [7a7f73cebcd84a03a5db85d3b423b65c897651f4]

        restore windows build fix
        
        Change-Id: I1269be7ab26a4f7ba30a70eb8aef3023384a7de2

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [bdc1824ea7acfa2fe9d71cdbe57882acce155577]

        SwPaM::Find: search in shapes anchored to the range
        
        Change-Id: I028f95029deaebddcacf2730d429ad53abbc79fa

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b97fb340b23e1b6a48c5c95c8d42e9f10ece1748]

        Add sw::DocumentDrawModelManager::Search()
        
        Change-Id: Idcbbb9e049f0fbc5d6503b86fd506df9fb2ad3c5

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0549f250aac361075287d8acae9b7ee73c66256d]

        Add SwView::EnterShapeDrawTextMode()
        
        Change-Id: Ic19519ee727bd4b6c18d14dc3eb21b2eeb4395c9

2015-05-19  David Tardon  <dtardon@redhat.com>  [1349491d48a2f8a130f1b8b840383d31e7927252]

        move setting of GLM_CFLAGS to configure
        
        Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [0da6ba6d3ccf736ba10bb98ca9b955736a83c5a4]

        Resolves: tdf#91392 orig map for orig code paths, and new map for new path
        
        otherwise with SAL_DISABLE_NATIVE_ALPHA=1/SAL_USE_VCLPLUGIN=gtk3 the 8 bit
        page icons in the status bar lose their bottom rows
        
        Change-Id: Id9d9ba1a6fb74784a0a4c29bf3d13ebf8476c376

2015-05-19  David Tardon  <dtardon@redhat.com>  [4f0ee1e0514c29a11eb74fd8fa29f594032d1660]

        quick & dirty fix for build with bundled glm
        
        Change-Id: I4ffff140f24f4b96c930c3f651cf592966534ef7

2015-05-19  Mike Kaganski  <mikekaganski@hotmail.com>  [b717bda1f6484905aebc571c4538165a1fbfd2bb]

        tdf#67421: Prevent unloading objects due to cache full
        
        When an object is added to OLE objects cache, when cache is full,
        old objects are tried to be unloaded. This triggers notifications
        that cause all loaded objects to become active, and to be added to
        cache (moved to front).
        
        As the new object already was added to front of the cache, later
        activity pushes it to back, until it is the last object in cache.
        The cache in this process is overfilled, so each next refresh tries
        to unload current last OLE object. So, in the end, this effectively
        unloads all cached OLE objects.
        
        This patch prevents this by first unloading last object, and then
        adding new object to front of cache.
        
        Also, removed needless creation of reference (makes at least 200
        function calls for no reason).
        
        Change-Id: Ia903f4df101971df1b0b0148320fc8e45ac1e79c
        Reviewed-on: https://gerrit.libreoffice.org/15772
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-19  Jan Holesovsky  <kendy@collabora.com>  [9c9db85643866ea57757a532d232e05a88de5fb8]

        rendercontext toolbar: Invalidate instead of direct paint.
        
        Change-Id: Ib4c11d3f1ec793e66cd47c1f7bb4f7d06820d58f

2015-05-19  David Tardon  <dtardon@redhat.com>  [bbefb58c13f470cdf4e5d0d7d81c7ce95536a6a0]

        fix external project name
        
        Change-Id: I8c2277384537b78255bb2115126d5b2f2812f7df

2015-05-19  David Tardon  <dtardon@redhat.com>  [b46e0d5dcef20118028a0b4bbd3afb75492d9ec0]

        glm is only needed for libetonyek build
        
        Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797

2015-05-19  David Tardon  <dtardon@redhat.com>  [3828a18f5f4134daea616121b6df5f06b463e3bb]

        upload libetonyek 0.1.2
        
        Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e

2015-05-19  David Tardon  <dtardon@redhat.com>  [ac210e9d544df8509e4f53036754d1046c08883d]

        avoid the need to touch the Package makefile on updates
        
        Change-Id: I4c9d3e8cf9e5635c848c165d4eda44ad3798ae38

2015-05-19  Jan Holesovsky  <kendy@collabora.com>  [5094075fb1544ad29c2505f86862774c32500545]

        rendercontext: Double-buffer an entire hierarchy.
        
        This finally allows real double-buffering.  Also with the per-widget setting,
        no need to be experimental any more.
        
        Change-Id: I405b3b2ce084cb8176b761e7113d3c3c87a6febf

2015-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [94a76b9fa7f7dcf698da2cc27255e1dd461aa53a]

        update credits
        
        Change-Id: I9c6a3a2a06bb398a8477e1d95f3975eb21ba1e55

2015-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ed88d1b4a23b9f97d09c15017f19a991eb3e707a]

        remove setup of painting for help windows (done in ApplySettings)
        
        Change-Id: Idc243ec7083602c639ce5769b8e18a3bac2f773f

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [fd2c99e473fabf811a909be9b11b7dbe19f2814e]

        external/harfbuzz: work around -fsanitize=function
        
        Change-Id: I8e107c155a99fd68b0aa054435bc85246444b3c6

2015-05-19  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [ab216f7039d473a4e7b6c08d868d4dc376161539]

        Accomodate gcc 4.2's inabilities to cope with complex templates.
        
        Change-Id: I0a35849a02e3f185783c261a369052594583b082

2015-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9fe32d106e1fd23f281e1e70c48f9a45e86547ff]

        update solenv READNE
        
        - gbuild is not "shiny new" anymore -- its the default
        - hint at solenv/doc/gbuild
        
        Change-Id: I20be4f10c68a935bd4ec99c4a95714ab08f80ca0

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [995ecbdc903223aca7c4198c6acecbba0500a955]

        SwPaM::Find: when no more result in the shape, unmark it
        
        So that when the next result is found in the normal Writer text, only
        that will be selected. Having both shape selection + Writer text
        selection is confusing.
        
        Change-Id: I52d399e7224b472f76d39d93ffc394c2e3107a86

2015-05-19  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [d82c035953347a19bbbc5eda61e1c9389bf3b73b]

        tdf#90905 fix for url encoding in internal urls
        
        Do not try to use INetURLObject class for encoding of internal document links.
        External URLs are encoded as before.
        
        Change-Id: I90621819ed21c3f793171ac4ab3fc7d49ac69f56
        Reviewed-on: https://gerrit.libreoffice.org/15625
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [76c61ced4eaa5f69b948dca7537028eaa88225b3]

        check for and handle missing base in mail merge (related: fdo#33266)
        
        Change-Id: I3e362a873c28026cbecf005c07def1295aa920e0

2015-05-19  Noel Grandin  <noel@peralex.com>  [4ab498fd50d94f2d84b5794f0a75d621a701e622]

        add link
        
        Change-Id: I75ffd1e1f877e0d23fdd21370a795fa11bf83f9f

2015-05-19  Yurii Kolesnykov  <yurikoles@gmail.com>  [80bbca88d374486dde9d20e19e26a5036e94d3b2]

        An attempt to fix xcode-ide-integration
        
        Added more Xcode specific files to .gitignore.
        Made some properties common in gbuil-to-ide to avoid code duplication/bugs.
        Xcode projects are broken for now.
        
        Change-Id: I9530435ffe54158ae68ddae0581ac68f968af235
        Reviewed-on: https://gerrit.libreoffice.org/15694
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-19  Mark Hung  <marklh9@gmail.com>  [b7c8c337d4ffad55fe111c9634c4c04afce78bad]

        tdf#91261: DOCX import: snapGrid property of paragraphs are ignored
        
        Fix the situation for OOXML import filter:
        a) While handling DocGrid type, SnapToChars was treated as
           None. Now it is implemented as described in the article:
        http://linpeifeng.blogspot.tw/2007/02/text-grid-enhancement.html
           Both LinesAndChars and SnapToChars will be translated to
           Writer grid type  "lines and characters", and set SnapToGrid
           property to false or true accordingly.
        
        b) All the imported paragraphs snap to grid because SnapToGrid was
           appended to grabbag, now it allows SnapToGrid property in
           paragraph and paragraph styles to be imported properly.
        
        Change-Id: I446b4c64c0ed86960896bcd61a1006c9173a757a
        Reviewed-on: https://gerrit.libreoffice.org/15732
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-19  Noel Grandin  <noel@peralex.com>  [3128dbdebef081cc865a6239543c5a8ab705fdcc]

        very very basic README for gbuild
        
        Change-Id: I5272fe6e6007d4a21a2484b8f5bfe42f5b6ab853

2015-05-19  Katarina Behrens  <Katarina.Behrens@cib.de>  [737863ce3466391733c3f66766ab764d2fbda4ab]

        Related tdf#88056: Use different placeholders for Impress and Draw
        
        Change-Id: Ib087baada3660bf0d31e1295cbac322dada53d2d

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [339cfd98124cd3f6db697d5ec57fa687c7d99db6]

        vcl: handle NULL pCursor in Edit::ImplShowCursor()
        
        I saw this happening on Writer shutdown.
        
        Change-Id: Ib357d070f53ce0728a5b89f895b87fc42628834c

2015-05-19  Noel Grandin  <noel@peralex.com>  [245142cef18d4670a52094165fb4e4aedbb75496]

        vclwidget plugin: check for memcpy of VclPtr
        
        Change-Id: I873d3efbb7b78d0efe5d586b378d024ee22ac77e

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [87a235ab55f2afb9999da7bcb2a508dd99b0de2a]

        downgrade remaining nwf spew to info
        
        Change-Id: I9b6a86ecf12c274d027a0484dd4c12c424e2761f

2015-05-19  Mihai Varga  <mihai.varga@collabora.com>  [158614a2abc35d122e467d2006830f2c5375aa84]

        LOKit callback for search not found
        
        Needed for signaling the user when no match was found for
        the searched input
        
        Change-Id: I171ee956d94d6fd83036ae34102c2f1bdd5661de
        Reviewed-on: https://gerrit.libreoffice.org/15798
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-19  Michael Stahl  <mstahl@redhat.com>  [d6c80f239ee7487e38ce17afdb02c160fca7d313]

        tools: check for data loss in WriteFraction
        
        Currently it's only used in VCL's MapMode.
        
        Change-Id: Ib8ce09fadc704bc4d592d333d4cf3bddc9185036

2015-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7cc23494dbadcd1ae0b94f6163ffe293857eb266]

        remove ImplInitMenuWindow as ApplySettings set it up instead
        
        Change-Id: I9086d36e254d3705bfc60ad9f01c09943f915c09

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [24945eaa513856b93296f20593e0eba30ac87b0d]

        gtk3: nwf for list node expanders
        
        Change-Id: I710e4feca188836f6572e55132fd6c5941ad06e6

2015-05-19  Michael Meeks  <michael.meeks@collabora.com>  [88528b88bfa41d7c13c619ed0e17215924c589a9]

        tdf#91364 - fix data-pilot and auto-filter popup lifecycle.
        
        Change-Id: I6bc94025da3d6536b38cb43eef262d1d5f4c4c4c

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [2e3f48746ea887c5503a87830b7d68b9eca2f3cc]

        gtk3: presume we want the same no-op for LISTNET as gtk2
        
        Change-Id: Ic05f49d4e7d379c1d66c911e1d63f13680d2e293

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [9bc6cb2b405c879d6fc6d208f8deab0b295aed18]

        gtk3: nwf for progress bars
        
        Change-Id: If45020ba9916f9df9b602f57c443f828c8d1de1a

2015-05-19  Noel Grandin  <noel@peralex.com>  [ae451af87d01de3806abf1db474017d002092e4c]

        basic: used typed LINKs
        
        Change-Id: I8770a782e7ff5529e30aee13558711bdd8a4070d

2015-05-19  David Tardon  <dtardon@redhat.com>  [acc4c466c35e8ca9ca7ce8bd7b90c505061a0fb3]

        astyle
        
        Change-Id: I4e7bf54959b8a9ce6c453cedfd3525aeff5c8e3a

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [8af58f60af85c4a87f77053c1b1a322f391e14b7]

        loplugin:staticmethods
        
        Change-Id: I6dbc972c1d6e05667ac5f354703a77db4266aea0

2015-05-19  David Tardon  <dtardon@redhat.com>  [f066fd04ab6d8f672c8de33ad1c83adbad5f05a6]

        require libwps 0.4
        
        Change-Id: I4ffbd3ae7d59a0cd17302f0380dc225f7f7f2905

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [fc5dfa8fd34f93a74f590167cb755ef7831bc0d8]

        Move module-local includes to writerperfect/inc
        
        Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [867ccbc19b419e688c81485257371e2681a7775a]

        Remove redundant writerperfect/inc/writerperfect hierarchy segment
        
        Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24

2015-05-19  Philippe Jung  <phil.jung@free.fr>  [9451097a9d20f8a522d587271d57efee1fc5566d]

        tdf#91259 Crash when closing Help
        
        Rewrite of splitwin.
        
        The previous implementation used struct and memset/memcpy/memmove.
        Struct have been replaced by classes with destructors. Array of pointers
        are handled in vectors.
        This enables clean call to clear of VclPtr.
        
        Change-Id: Iab77303fb1d802f208dfdf476140557e42af949a
        Reviewed-on: https://gerrit.libreoffice.org/15788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [de323517555bdb812c65112f6f091f4f6f6c0b93]

        Clean up WPFTEncodingDialog ctor params
        
        Change-Id: I28304671deb4e619e76f9ad5d8a2f9a9ec3a0d4f

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [0a5f8dcdf2f1dcaf3e0ef1b626906f6496de6b23]

        ...assuming these want to actually catch css::uno::Exceptions
        
        (which ones? or is this just needless cargo cult anyway?)
        
        Change-Id: If1450d4f34acd1475eb71c49e0eaf99c40833a8e

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [b8f3b8fd99a0b7c784b0f361f0c28a663839695c]

        Fix wpftencodingdialog.ui
        
        Change-Id: I03430895a9289331bcbbd1f4a442dabddab5e751

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [0c75ccb527dac3c7d221f9cb2eb21ec7cda3ea6a]

        coverity#1298896 dead code
        
        Change-Id: I27b27b4f6ca4b443ebbfb0898cef7481b47658f9

2015-05-19  Caolán McNamara  <caolanm@redhat.com>  [7c78bcc6f115ad43a064b0be11d9bcc2aa7bdd00]

        coverity#1298897 deadcode
        
        Change-Id: I61892eeeb3d90e50f23cb1dbaf303aabaa1225fa

2015-05-19  Noel Grandin  <noel@peralex.com>  [4b4c23acc74f7a13e29122c2b12415f9cc69b792]

        fix old GCC build
        
        after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211
        "remove the last of the OUString #defines in header files"
        
        Change-Id: I592e918f7b718ddff99a8eaff04b11064fad65d9

2015-05-19  Noel Grandin  <noel@peralex.com>  [f4b4db10da454af98ec6071e20ef0a7e068e11fb]

        fix old GCC build
        
        after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211
        "remove the last of the OUString #defines in header files"
        
        Change-Id: I7666cfb28d8a28d541c9d7a51f014ebe53c50551

2015-05-19  Noel Grandin  <noelgrandin@gmail.com>  [bf41d6df35ce9d023b9865cbb007a405d6be02e6]

        TagLogger can be static
        
        since we only ever instantiate one of them
        
        Change-Id: I48b3b976b4f33044c4bf6542ac5cce58f26e6244
        Reviewed-on: https://gerrit.libreoffice.org/15759
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-19  Noel Grandin  <noel@peralex.com>  [32bfeac4b160dc522b19171e861668598e21fbe8]

        fix Windows build
        
        after my commit 10749bbf8247f0b17201b33f95a090dfc4fc3211
        "remove the last of the OUString #defines in header files"
        
        Change-Id: I0db573b59571ed859d14e5e7d5550cfa0335234d

2015-05-19  Noel Grandin  <noelgrandin@gmail.com>  [10749bbf8247f0b17201b33f95a090dfc4fc3211]

        remove the last of the OUString #defines in header files
        
        Change-Id: Id9e8ce7987e055e83b52c7024413570f262e6e8d

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [df64e7c709fc6d771546554b4026583c55609105]

        loplugin:vclwidgets
        
        Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d

2015-05-19  Takeshi Abe  <tabe@fixedpoint.jp>  [023e945ab298bfa6e73eb6b82789fc2fca97f247]

        sc: simplify code by replacing std::find_if with std::any_of
        
        ... or std::none_of.
        
        Change-Id: I84808bedbaf098f7c4c987ea62d0ccc4a2b7c2f5
        Reviewed-on: https://gerrit.libreoffice.org/15780
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-19  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [6c3e4b8e5430a80678bd5a77b781a2218be349a1]

        odt2mediawiki.xsl: hide table of contents if there is a customized toc
        
        Change-Id: I3be7f0929db94658ac1eabb0996364f53b52034c
        Reviewed-on: https://gerrit.libreoffice.org/15795
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-19  Stephan Bergmann  <sbergman@redhat.com>  [685e30c3bdd010d09ac585bd621dd17149e5cb77]

        loplugin:cstylecast
        
        Change-Id: I0ef11bcb30bcfbecf5afe5c4c38391acc7b72968

2015-05-19  osnola  <alonso@loria.fr>  [f9568335a653f72732f9c8ebf007cf8850021ff9]

        upload libwps 0.4.0
        
        Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84

2015-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa76bbbe9869b0a009e6e05df1130fac5b4fc15a]

        sw: prefix members of SwLayouter
        
        2 members were prefixed, 2 not, it was confusing.
        
        Change-Id: I41940e5172ff1fcec8f90afc1b5389072d0869f4

2015-05-19  Julien Nabet  <serval2412@yahoo.fr>  [5f653490a40850886f94c9fd6b381b4bed1de58a]

        Remove include stdio (part3)
        
        Change-Id: I0b44a33dc38b76130a7b230962de7ce86bd4574b
        Reviewed-on: https://gerrit.libreoffice.org/15793
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4151c058167a9076d9c77cd7ac71ed0a41c2ba7]

        coverity#1298899, resource leak
        
        Change-Id: I2bf0df28c23af19bf417e70a0039c7bdccefd6cf

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac3bc7ccd498aa0b2bc1beb8d7a377391086da10]

        coverity#1298900, init member
        
        Change-Id: I0d4e3e96a376e2d0e7232bb1bbe397ec80047320

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [912189fdd6543028ccd81ca01df576de2ab9b106]

        add test for OOXML ref string conversion
        
        Change-Id: Icef24eb47b34f1609026a4ead01329846034405a

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02b6abe87c4a9d3c11f795d36078fcabbbda498b]

        add test for tdf#91335
        
        Change-Id: I27d70b5c3bdba01a57fa66416da725a426c6b784

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ae89f59fdad8ac5a98ce02ea31cbe55a5048c43]

        don't use default style as parent for OOXML cond format style, tdf#91335
        
        Change-Id: I1388bb5ab71f6f6d174872023f085240f3bff916

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [158b50763962f66515062300e265839828463efa]

        use XL_A1 as ref string syntax for excel produced documents
        
        Change-Id: Ieed3521674ef713d9c09313cd41d1edd6ba3dcc5

2015-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c43a25a7268c1b6ab81e9ba694a1f22223a24afa]

        replace import with direct ScCompiler calls, related tdf#91367
        
        Change-Id: Ib605536d002071ae753e7da87137deae00529272

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [0a9b99787c65e49f08b27566d277eab8306cca54]

        vcl: fix the MapMode ctor too to limit precision to 32 bits
        
        Change-Id: Ifc27d4bd9225581197332c8e21c476eed5d13eb7

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [21be3257d9d10f0f65c2ae49d7ef3beb81018bfc]

        tdf#90604: vcl: reduce MapMode precision further to 32 bits...
        
        ... which mysteriously causes the Export PNG to produce a non-blank
        image again.
        
        The cause is probably that DocumentToGraphicRenderer::renderToGraphic()
        records a VCL MetaFile, and the ReadFraction/WriteFraction do only
        32 bits, while the Fraction interface promises to handle "long".
        
        (regression from 2ce0aededea43231d91a0955fc0676120dcc4f13)
        
        Change-Id: Ic4289a3157ea802c17f0bc24db94ea45eabd9728

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [dd205b85cc386f1ce7aa2e5b44c99ef4ae03aa18]

        Revert "gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS"
        
        This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc.
        
        It turned out not to be necessary, see commit
        9ce371fa1626bb845e702ceef66a730547b313a8

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [708f0d2afd8f988fbf5106543465815dd18b81ec]

        comphelper::PropertySetInfo: convert legacy assertion
        
        Change-Id: I23dbe1b3cf6cc611efe8a39c49f4e5b47bf25a49

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [24dbd76b8d03fa9800e42645bbf189ecb4ce39f4]

        comphelper::PropertySetInfo remove unused parameter
        
        Change-Id: I960b31befe749860e926e5bb567c0b8d0f87867a

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [0728e9677ddcd540a5c3acd81aafb2b0013840db]

        gtk3: render arrow part of a tree list header
        
        looks a bit anemic, but it's visually the right
        icon albeit a bit gray
        
        Change-Id: I1614e8f5d8b1e2b9bf46cd06c9a5ed7ccf7526c4

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [530ebcac2d8c7d32165a439d9779fec2a24c7ae6]

        make ui string translatable
        
        Change-Id: Ic65c7d3ea00f83642b7c9f0bcafb71837e474862

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [e79106bcc94e04b5d15d7276c9fd224cf8d69292]

        Updated core Project: translations  625f07e0dc9a40453c54c4dc8ebfbc6062f54f86
        
        Updated Slovenian translation
        
        Change-Id: I33160966ee0c7cf6fd0b62c4633766299b4ec906
        

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [a4c121aa4a2f68d36f1ce41e94e8275230ec0866]

        tdf#89794: sw: implement SwXFlatParagraph::getPropertySetInfo()
        
        (regression from d477ff4a81ecba8a77ead5ff1a33d3e3ceed622e)
        
        Change-Id: Ic49d2c14a27d2fb188a1ba5f9a7d8c0180b8de13

2015-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [09a67a5bcec037fd837bb515c6c00a12e68e2ea5]

        render vertically merged cells together
        
        This helps with databars and color scales in merged cells.
        
        Change-Id: Ice2054a03d031012645a1f2537da1ea636cbbaef

2015-05-18  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [b532d46551489e84d2754c815f5076f47f824117]

        odt2mediawiki.xsl: tabulation in toc entries
        
        Change-Id: I596bd1c8814efcf2070d3e6d2ff126c03c0ec168
        Reviewed-on: https://gerrit.libreoffice.org/15785
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [ec916dc7bc8ee37e27c9c12e08e9235de6d2278c]

        tdf#80075 correct Writer formula bar screenshot
        
        Change-Id: I140d6996c747d2ca8938d2072711041896044b18
        Reviewed-on: https://gerrit.libreoffice.org/15790
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-18  Jan Holesovsky  <kendy@collabora.com>  [0fc56aad09861a6d94246a3fa047fef70c79f8d9]

        rendercontext: Per-widget double-buffering for the cases we know that work.
        
        Uses a variable, not a virtual method, as any change would need a large
        re-compile.
        
        Change-Id: I103669b139a82137c5d346ab8c9459483d358f2b

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [36b06104f7955f6f39fd87f175e8f9482695ae0b]

        missing semi
        
        Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [ac5368bf67192fc9f1c4633b20b15f4d8847f5e2]

        VclPtr: fix recovery dialogs asserts on exit
        
        Change-Id: I3f3fcd13cbcf86eb431d499d3394a313dbdf7e47

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [c8956a1eb4c2297685e85df4be3efa176acbc929]

        gtk3: implement tree header bar area
        
        Change-Id: I9f4ef42eb35524714a170e9f4a4d5ef13e198efd

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [4b5091cfd768360a7de3d416de670dfcdeb36990]

        cppunit: noExplicitConstructor
        
        Change-Id: Iaf1387ea236bf3a5db9b2165d5b827dbdcf95207

2015-05-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [06f1272adec1c434d311cc59fc8bc247a9d80d2f]

        Fix build (use correct text field UNO type)
        
        Change-Id: I55725910c6882b9664c7490a865e9220fbb5c5d6

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [33b93f9d4aac62a913f401858b6bf96b508dfa93]

        loplugin:staticmethods
        
        Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a

2015-05-18  Noel Grandin  <noel@peralex.com>  [368291e75dbb6b116a3c413d8c02d90217b040b4]

        basctl: Use typed Links
        
        Change-Id: I0e0b6086852c06df88e1b623d4631f364eb28b09
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [91d6b00fe444ce1f9b53690a312aba50ad30eb5d]

        WaE: unused-const-variable
        
        Change-Id: Ic2ff538a6125e6c8b6730257bd7b97c9e39eb3ac

2015-05-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [b5e16d8dab070cfef908e7b5ca0417da534b82bf]

        Related tdf#88056: use better-fitting <text:page-name>
        
        Implemented Regina's suggestions:
        * this is a text field, therefore it belongs to text namespace
        * page-name (evtl. slide-name) describes much better what this
          field really contains
        
        This (among other changes) reverts commit 6609de8856519e0e9
        
        Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [7cb8d59769d7f37157929a4176a8f16f6d4610e8]

        don't assert on export of ooo74510-1.odt to .docx
        
        the math object is broken in the original .odt so we can't export its contents
        as it doesn't have any
        
        Change-Id: I8226cafed65b9e16a4aca6f48a4f711a55532975

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [ecb6931da61d73a9ac17aabed8f94cf74000edfa]

        don't fail on export of ooo96040-2.odt to docx
        
        If we want to close a cell of a table which encloses another table, then close
        that enclosed table first.
        
        These are pretty pathalogical old-school tables. For now assume this can only
        occur when the row of the enclosed table is cleanly closed and assert if that
        isn't the case.
        
        Change-Id: I28e4d40072cb8d92be361716e82574075b15dd89

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [775fd7f613ae955d144aa77852ff7ed4eae44897]

        check for TableBox without StartNode
        
        Change-Id: I77b21c85716083029ab8873094621e0f8eceb48f

2015-05-18  Caolán McNamara  <caolanm@redhat.com>  [0c0228c4887ac3534cfb6679886f459850a65777]

        callcatcher: update unused code
        
        Change-Id: I43dd399368953c629916dad8104a296f837a6344

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [07355d267013ad2ea31479d4d745fbc8f88e232e]

        SwPaM::Find: if there is an active text edit, then search there
        
        Change-Id: Ic5d81aa1faca8f2190f87fc51eccdd7695d2c0ef

2015-05-18  Tor Lillqvist  <tml@collabora.com>  [29cfe8252748c46605537ac67c4ec326d0bb03f7]

        Include <cstdint> early to be sure to get SIZE_MAX
        
        See a441d5fbe59436089e5f7b882a3482212c9ee208 for discussion.
        
        Change-Id: I456cb814ff032a06b0ae5fbc5717869f9845a1c4

2015-05-18  Michael Meeks  <michael.meeks@collabora.com>  [60fb87cf6cfcbdb1a7ece00e8a2e9d1112903ed0]

        Revert "tdf#91259 Crash when closing Help"
        
        This reverts commit 91b181467f8fe5f7bf325e3bb82aead7eadc6ad9.

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [f4578ce18412de89f07ed31c83d04994542ad0e9]

        xmloff: fix non-debug builds
        
        Change-Id: I5f6ceaa8726657cc6be43fbdb024e8d308c47171

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [4b08e98630f3ff81879b787f6597f1f8401bbad8]

        xmloff: convert legacy assertions in SvXMLAutoStylePoolP
        
        Change-Id: Ibf3afcfb3f4dc400faa18a726ec47d58a230de65

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [f7f48dd4bb8c20d9165b13f79df25da5f2e27bc8]

        xmloff: convert legacy assertions in XMLStyleExport
        
        Change-Id: I39146bc6005c43b034243d587dda17839b8e72e7

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [9beae152a30baeab8d2d461410d83de1c7c1f7f2]

        xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXML
        
        Change-Id: I9f21ad73a8a30e0b9d0d515713cc95b303f973f7

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [ce0ed76f5a8cb3efe61a6d483e43b1f363b6080d]

        xmloff: assert when a non-existent auto style pool is requested
        
        Change-Id: Ibff35f5c88d50f9e28c5e0c4e3dfb59f62d679a8

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [466f543825223388e75b03a628977ba95ae71c2e]

        xmloff: convert legacy asserts in SvXMLStylesContext_Impl
        
        Change-Id: Ib9caf65f8cf1dc4ef9729f178fbe4ed032437be2

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [227be0d87edcc3b92b90ccb4c0678d376d1dd6d4]

        xmloff: convert legacy asserts in MultiPropertySetHelper
        
        Change-Id: Ie4fb04d1c8d29eb5c7d9da4076c793a69954ab29

2015-05-18  Michael Stahl  <mstahl@redhat.com>  [42773c66d0239eccd4ad147c61c931b98fc9f5f0]

        xmloff: convert legacy assertions in xmltoken.cxx
        
        Change-Id: I852e6a6d805cc03920a467bf7f9739181b6c77d4

2015-05-18  Katarina Behrens  <Katarina.Behrens@cib.de>  [3ccacb47faa625563f8bf0af8d4c62c1eea6ce7c]

        tdf#89783: Allow more than 64k PageDescs
        
        + adjust related code using the functionality
        
        Change-Id: I6fa4ad04137643009ee39522c36d6c9e6f3d2502

2015-05-18  David Tardon  <dtardon@redhat.com>  [dcce3f7fd50b05593e77d7ff43735c5694e9422b]

        upload libodfgen 0.1.4
        
        Change-Id: I97dbebbe7ecbfdc2d4ad37ac53d22026d5e67738

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b951771244d511c140a7c84181a1e160d9ef97c1]

        tdf#83527 change split window expande handle to be more visible
        
        Change-Id: Ic881c7476fb7e64b7e13b64d3a5ba16403cc796e

2015-05-18  Sujith Sudhakaran  <sudhakaran.sujith@yahoo.com>  [e4fab06d82299054ddd46c7d925d300cd3d0a17d]

        tdf#90245: Support for table merge cell export.
        
        Previously, the merged cells were not getting saved. Also it
        was leading to corruption if saved as pptx.
        While on opening the round-trip file of odf extension which has
        merged cells, merged cell properties not used to persist.
        
        In the current implementation XMergeableCell class was not having
        any property to identify the parent cell of a merged cell.
        
        This CL includes:
        - Fixed the above scenario for export of file
        - Now, the odf file with table merged cells persists its property
        - MS doesn't complain for any corruption after export an odf file
        as pptx
        TODO: Writing a UT seems to be tricky for this change.
              Need to analyze and will raise the UT in separate CL.
        
        Change-Id: I32f9daf77312a0ef3f291f36aef372671554c56d
        Reviewed-on: https://gerrit.libreoffice.org/15282
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-18  David Tardon  <dtardon@redhat.com>  [75155bcf07d296352162d0b963493b4ba0238cca]

        add missing includes
        
        Change-Id: I2b091eb8c407f032f15674338c917bbe7e06d15b

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [2633a2a34eb2e3c3de807ba0d9966c42330b6ff0]

        boost::shared_ptr -> std::shared_ptr
        
        Change-Id: Iff798bd2ae4fec97f0f1647ea33f6f6ff1f3b208

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [fb69055c1b505ed09fb170093bab4ecd5bb3fdc7]

        Updated core Project: dictionaries  ad516f720628c1af494733138ffc4a7b382599a6
        
        tdf#87735 updated Danish dictionary
        
        Change-Id: I2eac7ea898ef6a5954af9bb99f44d8c59c91e3fd
        

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [6c02186ec0660c1fd4d1fd46b6d4ce97ff1178ec]

        Make more FuText members private
        
        ...and remove unused aOldLink
        
        Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [0d5ff972fb51d11f01e8062e73a24dd4bab60417]

        SAL_WARN_UNUSED Link
        
        Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [968e6b5e66da73d6cd1f07d46db015d1f339c509]

        loplugin:staticmethods
        
        Change-Id: I8ab9bc20ae293fc066239b81e80f4b62bafe9d35

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [77b3bd22b208c1764923eaaed267c3dee7447ecb]

        OS X codesign fix (e.g. --disable-python case)
        
        Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7
        Reviewed-on: https://gerrit.libreoffice.org/15779
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-18  Andras Timar  <andras.timar@collabora.com>  [3aeeaccccee1178c6f6041405fc230db5acd6862]

        scp2: fix --disable-python
        
        Change-Id: Iec27f9d9efb506d67de6bc20eb0a8eef46a58ebf
        Reviewed-on: https://gerrit.libreoffice.org/15778
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [b0e87f2181e2e1ae213c99ec4404e0fb5a23a046]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Iabf4dda9f21d3b6cbcf74c0d51235c85d8f6e91a

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [f457f9b985a8b5d4fcaae0e524d35c6bcc30a0c5]

        loplugin:staticmethods
        
        Change-Id: I11dfc42c11c4a689e4bde6f511751e5fb89471ca

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4257f4db06f6dd7c35281a89f5aafebe9c2ccb0b]

        fix Wundefined-bool-conversion
        
        Change-Id: I99e57e3f4b3f5b9fa21cdf6bfbda4b15ce83eaac

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [950f825f652047c3e8ed67317ca3c597e03b63d0]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I1dff459a5f08e4fd8462e2dababab3baaa0fe84e

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [7079e88d6aaf14e3f2b4260ade6996c7bef62e2f]

        idlc: fix warnings
        
        Change-Id: I2ef51fae0bc4425c5d2b6707d1df381888b427e7

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [79533f3fc7208d2b2c57e599c79627e3a72995cc]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Id98b9836e7c7fe371d266cf14f973c63394f5307

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [b148c05e3f39c8ea63d6c1e75cd43c92b930cfbe]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ie71f97ddb84d97a816a51e095fb6fb81180baf0a

2015-05-18  Stephan Bergmann  <sbergman@redhat.com>  [626b1e9177eed280a71ca9a009bc76a4c3476364]

        loplugin:staticmethods
        
        Change-Id: I660d68b9b596be531d595c35666a33fb02d6fd6a

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7cd78fc5be35eedb23bafb3dd572409770ef111e]

        mark ApplySettings to override in Dialog
        
        Change-Id: I0d87f45fdee03fcfeae57fc02ffc8abc2a152e1e

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [24b784140afdc4613563502e05c61ac959085c3f]

        refactor SwPagePreview to use RenderContext
        
        Change-Id: I7e19aca13ebde8d18ecf4783e59d71f4ecabeed4

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e36b541591e9a229f158b0dbe7ce3859bd88e301]

        Don't check for pWin when drawing the Scrollbar
        
        Change-Id: I3e9c55b99d9eb40e69edfd19a0b481139a7df519

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [29ea595d908523771ab3a4a2f940b616b314b0b2]

        cleanup LineWidthControl
        
        Change-Id: I875af6213660ba0fa9831b76c4d72e2092cd0a3a

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9b6057dcb9eaf1d6b90e86b9c562d9e6f4856acb]

        refactor SwAddressPreview to use RenderContext
        
        Change-Id: I82d76c28a2326a41fe78a25d3efcea0196775881

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c24e30977091dcc8643a14e5f2ce9f85d6b803f0]

        cleanup Paint, copy more settings to virtual device
        
        Change-Id: I795784f9f3878abd6db3400d81a56a63458c1b3f

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7092c767b54df65e64b6059a531de4950c1a3b92]

        ApplySettings for Menu
        
        Change-Id: Iaf004e3deed19dfc9f808b53f0bbe45e0949c034

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [12443d117c1289210aad08f92bf21594e9a632aa]

        small cleanup of SystemWindow
        
        Change-Id: I4bced5e8d97cd72a75c7d62e5ad0bfee9eb60097

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [110bd0729460da3c71d06e9cff7da3e80e061adb]

        FloatWindow - add ApplySettings
        
        Change-Id: I72a0560b761ece8d07e5773ab5e90ca2c1af65d5

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3010e6716362cfd1c2199f11add2754ad3d488f6]

        setup fg/bg in Paint method
        
        Change-Id: I38c6018816254a92a144160d963fc90a48be739f

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d015547d8aedeb253a157310c227337abd02d2fe]

        add fixme - to refactor settings later
        
        Change-Id: I224daf671c49bf4dd6250a486049c817247a6fcc

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [36e06c9d0641853aba690542083e13a39da8522b]

        set background in paint method in evelope preview
        
        Change-Id: Ie0c500c38aca9e47c98e0b8e7f4414e038ec0786

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [847c2ac5023c5aabf50ec640b40951e5df632e2e]

        refactor optload / optpage to use RenderContext
        
        Change-Id: I6b4897230963ecde335c5a04b1e34c8ca02d654c

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [adbd496930c6e2670c6b85328ec1d1b03a882acd]

        cleanup SwDropCapsPage
        
        Change-Id: Ied1aef1bd0b62b5d7af34d12f3165f7474dcf8ff

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e7a3eb586423af674599aa228ca88313fe2d2bae]

        refactor remaining reportdesign classes to use RenderContext
        
        Change-Id: I23d7a2153bfc0446a972651a892eba8f6dc2bc54

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [22fd5e08067eaeb08bf99b6c0146734a19810d98]

        refactor forms classes to use RenderContext
        
        Change-Id: I18026eb4a3784afc84c68c4effdb0c267e31e5db

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e1b653b17387b02624badcd1fb11c38ccf846c9e]

        cleanup XMLFilterSettingsDialog
        
        Change-Id: I5e42afe348004daa99c0d3b331bb1fe0f84bd309

2015-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [15e29b817ca95686fc0d1f4453457e281f3148fa]

        perform a boundary check
        
        Change-Id: I54ec8841c0f162ee33bcf1de2507465b9c49cb71
        Reviewed-on: https://gerrit.libreoffice.org/15744
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6896712f9e5c8005d0c7e4f6ab403a271d9586f7]

        writerfilter: avoid unnecessary roundtrip to css::uno::Sequence
        
        Just pass over an std::vector instead of getAsConstPropertyValueList()
        and comphelper::sequenceToContainer().
        
        Change-Id: I584c44918b526cbed99abdbbf069c4bbf27ac887

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5268ee667fc872f1d142a4fd47368c35333d3fd]

        comphelper: the makePropertyValue<> template is useful outside sw
        
        Change-Id: Id6392d105bbc01bb38f5615621f4d852a94e5df9

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e15eacb5ddeeed813c9455995ae8abb7772c9942]

        writerfilter: avoid manual realloc
        
        Change-Id: I5ce8b00736fed6d4fb307c6384deca4718e770a3

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f2f57ea644dc116c131dcc82ffb434da94c344b]

        oox: these ctors can be explicit
        
        Change-Id: Ie53422eb4684bc3d720c8922d4764b807df4c8f3

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6744874cb7fc0e85996e093a56fe89b83d31e2c]

        lokdocview: use lok::Office::registerCallback()
        
        This way we get some feedback on the state of the loading at least on
        the console.
        
        Change-Id: I95bf6cebcdd8b879c817b4e027d4f5b4acb9cd4c

2015-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [cbe79789a0fc9b80b2fd14a5abfe0973a2cb69dc]

        tdf#86814 RTF import: fix sometimes lost bold style
        
        The problem was that commit 76c0d0abc89cd8948706083c2660b71a2dad670c
        (RTF import: adapt getProperties() to createStyleProperties(),
        2014-09-07) only made the character style sprms/attributes a flat list,
        but not the paragraph style ones. Fixing that inconsistency avoids the
        tokenizer adding unwanted default sprms, which cause the bold sprms go
        away in the bugdoc.
        
        Change-Id: I86bd1b26af18cd968375c9b39be9c8e71d51271f

2015-05-18  Julien Nabet  <serval2412@yahoo.fr>  [3aebc670e1816a8f4f0759e97d8f39b6aab05044]

        Remove include stdio (part2)
        
        Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd
        Reviewed-on: https://gerrit.libreoffice.org/15775
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-18  andreas_ka  <kainz.a@gmail.com>  [cac5ba9ac59a89c43c052c7bbb8e44fa86d86849]

        Breeze: undo redo support works now, rtl support will come later
        
        Change-Id: I82ae190fe5c0bea622e93f920c035cee69a35648
        Reviewed-on: https://gerrit.libreoffice.org/15760
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-18  andreas_ka  <kainz.a@gmail.com>  [39d948b7d0ef4b40e78589a5f21128bf9af488df]

        Breeze: Impress icons
        
        Change-Id: I8e3ea2eb166c87249ce0e7b17efe5377c3916bcd
        Reviewed-on: https://gerrit.libreoffice.org/15776
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e5bb5c52aeaeb60c8592b004efd88c30242e03a1]

        add RenderContext to Window::PushPaintHelper, use Erase correctly
        
        Change-Id: Icc684a2dcfb4d92752b09768e5a908636910f302

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6656e915c8e0348dcaeedb40a68ba308e174960b]

        ApplySettings for dialog
        
        Change-Id: I30f26799e0dfa059ad754eead5ba382f44bf1310

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6fa87f3fde8316fe1e4c35d1dd5132dbd7d7d903]

        use RenderTools variant of DrawSelectionBackground
        
        Change-Id: Ia7a0f0a4d62e478876743c019865e7878bcbf596

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e27ee95cced755e52b62d6cb095bc911ca3fbbe6]

        pass RenderContext to PreparePaint in TreeListBox
        
        Change-Id: I32961f5cd511b9ecc756e99ca95e4e9ddbc6b795

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a97fc29f726b7fcc5ab36496e117e2a1aec9747d]

        refactor scanner ext. to use RenderContext
        
        Change-Id: I31e4ea09b3a7bd65e589481c4c128275a8a7c1b7

2015-05-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b4bbb5e5d7b31caad2fbcc00382ad27df3c81001]

        refactor how font, fg. and bg. are applied in widgets/controls
        
        - Move vcl::RenderContext to outdev.
        - Change some methods on vcl::Window to accept RenderContext
          as parameter.
        - Add ApplySettings to vcl::Window - This method is called before
          painting. Refactor existing classes that use InitSettings to
          have ApplySettings or mark the classes to be refactored later.
        - Add RenderSettings for adding defered settings to rendering.
          This is similar to ApplySettings but for more ad-hoc calls.
        
        Change-Id: I4ea58461f3b6b08ccfa3e0ddd1a4a3e04f8c4f45

2015-05-18  László Németh  <laszlo.nemeth@collabora.com>  [2ca7795a6a723c701f295323fcc3f6c52ad37976]

        LibreLogo: CLOSE closes, FILL fills points, too
        
        Example: drawing square within a circle:
        
            PENUP
            REPEAT 4 [
                FORWARD 100
                POINT
                BACK 100
                RIGHT 360/4
            ] FILL
            CIRCLE 200
        
        Change-Id: Ica3ce44306fc985717ff73e8a3dec5dddf69f19b

2015-05-17  Stephan Bergmann  <sbergman@redhat.com>  [1a2479c93a013ba2d67319849869693bd01cf1ad]

        loplugin:staticmethods
        
        Change-Id: I441cafcd641477626eb8de9d4b35212fd29af248

2015-05-17  Stephan Bergmann  <sbergman@redhat.com>  [c73a9119429ba72a87ee000b4c84490629529927]

        loplugin:staticmethods
        
        Change-Id: Id3a8fee18a954a14b63fd922803f8a7f13b49727

2015-05-17  andreas_ka  <kainz.a@gmail.com>  [5862ed1851ecc755aa6c49789e00cd920f6a5036]

        Breeze: add impress foilh* files
        
        Change-Id: I29a47d7d532b437648957bdc82b56d61c038dfcd
        Reviewed-on: https://gerrit.libreoffice.org/15774
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-17  Stephan Bergmann  <sbergman@redhat.com>  [c54e2d95bfe34b5f18be7226c719f8356488e9fd]

        loplugin:cstylecast
        
        Change-Id: I7bfd93746dee16cd8ef31de339cccef23fe72c2b

2015-05-17  Caolán McNamara  <caolanm@redhat.com>  [a202371966ea93214d230e7079baf003af27ad6f]

        WaE in OSL_DEBUG_LEVEL > 1
        
        Change-Id: If7ddbab7f42c0f40f1372179237f667e555d722c

2015-05-17  Caolán McNamara  <caolanm@redhat.com>  [7a6341e4edb757fade73aa58315c17c7a83e76a0]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ie7e0a036c223f9576be3798feb0df95131c1803a

2015-05-17  Julien Nabet  <serval2412@yahoo.fr>  [6e62d72b939a09e7e0b77e264e94785ab5bd3741]

        Remove include stdio (part1)
        
        Change-Id: I364aedbd8870c2bbd3440f144143c503dd7ff2c1
        Reviewed-on: https://gerrit.libreoffice.org/15767
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>

2015-05-17  Philippe Jung  <phil.jung@free.fr>  [d49242026ed9e342871b437998a40a253e4f26c8]

        tdf#90883 WRITER: Insert button with multiple rows/columns selected
        
        Compute the number of rows/columns to insert based on selected cells.
        
        Change-Id: I489bca715dcf31d191f9a875ac5d59a6140a14d7
        Reviewed-on: https://gerrit.libreoffice.org/15741
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-17  David Tardon  <dtardon@redhat.com>  [dc65b0242544a7d4c22c6fcf473dafb3e2d41121]

        astyle
        
        Change-Id: I733f1f777bbe30f3ce8b15b60fe56b8dba240ffd

2015-05-17  David Tardon  <dtardon@redhat.com>  [773bb53d0b672fbb6b274e45f35228c9427d7fb4]

        enable new formats supported by libmwaw
        
        Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde

2015-05-17  Caolán McNamara  <caolanm@redhat.com>  [c5d37cc97036c6edc126bf81f9829906bd3fac0e]

        WaE: debug=2 Werror=format
        
        Change-Id: I0d2768ca5398d111f7ad5a8d1f51d7a46adce22f

2015-05-17  andreas_ka  <kainz.a@gmail.com>  [7c7d7306af56041e6fcf67f8515dd119ec9d4d90]

        Breeze: impress add layout_head* icons
        
        Change-Id: Ifc88cc0293dca04a778678b6dedf95de701a5c2a
        Reviewed-on: https://gerrit.libreoffice.org/15766
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-17  Noel Grandin  <noelgrandin@gmail.com>  [539ba642d738b62f62095296a1bff2621a421e8e]

        remove unnecessary header file
        
        Change-Id: I3b86a54a773341be7e7e69e88c59dc531ea49c5b

2015-05-17  David Tardon  <dtardon@redhat.com>  [89a0763e6de4939bde1bfa149e81c2cdfc24f1de]

        upload libmwaw 0.3.5
        
        Change-Id: Ife74524f82190a06775656271965c869da8702a9

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e8d6bb3e64700b0309bbc3331109d08404972e8]

        add a few more databar length tests
        
        Change-Id: I178a028d65acaf80fdfe23c3911c1f178650b9c1

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b43d4232e0f6eacfdca8334c6cc19eece47d79a]

        add tests for last round of fixes
        
        Change-Id: I5c6d079e8da8797edae4f0649524fcd70c84f2bf

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2649cbd38433f1e20da167d54b2caf6a69a9be7a]

        a few more databar length fixes
        
        Change-Id: I29f27d3a84d16d9d6e9d51c4e86881fff6aa4b96

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d09ea9537cababd3ea8d44e5b4225791beac1bc]

        also test zero position
        
        Change-Id: I74dac1362acb04453c51d93ce9fd400a4ce22f2f

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3257372f3434cca2428bfdbc57dd777135c65b34]

        add more databar length tests
        
        Change-Id: I16ea569d360e75290b9b5a54b915c83dd99db759

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ad59d194491af8317b3770e83d93d2e32508947]

        more databar length bugs fixed
        
        Change-Id: I921e6dbbf62c3bd5c3c8552161ba6f5d25a0185b

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5f65a5c2836b000bc0b6f92d5a2a3d13133de71]

        extract code into own method
        
        Change-Id: I13fe9fcdbc056480b7eb66304f9ddef48bab3bd4

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31719b052740766c43df508999b691af9075aa3d]

        initial test for databar length calculation
        
        Change-Id: I6fb47b7987733e4047008430a62f77d58cc592ad

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a8fc28682da6223520706f990598f58362fad9d5]

        another databar length calculation bug
        
        Change-Id: I164e1da11fe43b87c9fba32249439cbce860da6a

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de72cead8f8f9e20302b8aa2d174c2359260d1a2]

        add missing DeleteTab in test
        
        Change-Id: I396b9416e60aeba6576be7e3accdc9b2ae6575c4

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fed568a27f1810beb93fc127ee7392b1a6131628]

        fix more conditional format crashes, tdf#90982
        
        Change-Id: I009df010f93641310c31031f535d50fb42a655ba

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01f29d865e62f6a5371f4459c66f035e56326f5b]

        fix incorrect databar length calculation
        
        Change-Id: I8d6fda8b78daa228fff62f2af8f5f14c7aa03312

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c35dc39928824fc258080dd1ba2eb0569559e544]

        little refactoring in databar code
        
        Change-Id: Icf2943604106440ff0b1979ebe10497f01fea784

2015-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [598f0e26c16f18b6ea03ef1e0e6d7d9dddf6d10f]

        don't use alpha for now in cond format OOXML colors
        
        Change-Id: I1be02cf847b75352ef4c013265ef62a2d7af341c

2015-05-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [51d16cc69d8ad9065f61d108ea25d6a025a2e228]

        cleanup tabbar
        
        Change-Id: Ibb4922899f8b182c51a8e4d77e3b12a0b28e582a

2015-05-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e4164351dc311839f4a7eb2743be8af17592b8e5]

        tabbar: use a button for adding of tabs, move button before tabs
        
        Change-Id: I89fcf7427694ea6fc9468220bae639b221d9ec28

2015-05-16  andreas_ka  <kainz.a@gmail.com>  [6aab2eceaa386c14c2283631d3107cab7484f0f8]

        Breeze: edit and remove hyperlink new icons not in galaxy
        
        recommandation from jay
        
        Change-Id: Ia05be765bf8952f2be4e54c3494c387c4700e2c5
        Reviewed-on: https://gerrit.libreoffice.org/15764
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-16  andreas_ka  <kainz.a@gmail.com>  [bb2b3dad59aa97c81a113cfaa7f23f76225902a2]

        Breeze: new OLE icon
        
        Change-Id: I3f2c010c428c218d93be0da284d18bab594026ed
        Reviewed-on: https://gerrit.libreoffice.org/15762
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-16  andreas_ka  <kainz.a@gmail.com>  [bcfac2585c83edbd4a0cf5458c47d1d9a257c5fe]

        Breeze: one ole icon was missing
        
        Change-Id: I08ad5f88be63fb767f1323c3d20ae973bf8df8b7
        Reviewed-on: https://gerrit.libreoffice.org/15763
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-16  Stanislav Horacek  <stanislav.horacek@gmail.com>  [09226ca4a8baefb9a45af954dcef974b7cb38c29]

        mark numbers in dockinganimation.ui as untranslatable
        
        Change-Id: I536b20e5d48ff911ad87c486e59b121533e2870a
        Reviewed-on: https://gerrit.libreoffice.org/15761
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-16  Joren De Cuyper  <jorendc@libreoffice.org>  [e1f576d9c83f239e1c05ebcd04fa97038942e4d5]

        Fix copy-paste error
        
        Due the variables above this error, I think this needs to be the .Height, not .Width
        
        Change-Id: If796cd1950f59d0e1a6005c1c1185066c688ef55
        Reviewed-on: https://gerrit.libreoffice.org/15748
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-16  Michael Meeks  <michael.meeks@collabora.com>  [11e4acc80ed7c0180e32a62db6d2de1610ff1a93]

        Correct forward definition.
        
        Change-Id: I6cf65892c0b3dd929067f2bdc1176a1a870df042

2015-05-16  Noel Grandin  <noelgrandin@gmail.com>  [592ba8776be8e4b70264ccf1485396242ca63b24]

        comment the element_alias union
        
        Change-Id: I0467b2e3d124e71da7df150da31e3936615e098b
        Reviewed-on: https://gerrit.libreoffice.org/15746
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-16  Philippe Jung  <phil.jung@free.fr>  [91b181467f8fe5f7bf325e3bb82aead7eadc6ad9]

        tdf#91259 Crash when closing Help
        
        Rewrite of splitwin.
        
        The previous implementation used struct and memset/memcpy/memmove.
        Struct have been replaced by classes with destructors. Array of pointers
        are handled in vectors.
        This enables clean call to clear of VclPtr.
        
        Change-Id: Idfbe698348f7bfb46aae7f97f6edbe7127df58cf
        Reviewed-on: https://gerrit.libreoffice.org/15756
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [16e5fe1af6025fecb06d4cfdd300903019e4eac9]

        Spelling: smilies → smileys
        
        Change-Id: I855060d91933414ffb51f45420abf8d0bd69399b

2015-05-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [af764d0b8171d87d5457604467afe9b16426d41d]

        Add missing ellipsis to the color picking button
        
        Change-Id: I19fc41fdffc2579a6316807ba3dc4d937864a37c

2015-05-16  Andras Timar  <andras.timar@collabora.com>  [0ccdbe1bab51e5657c6888594bcf5655b86a72ea]

        unused MACOSX_HIGH_RESOLUTION_VALUE
        
        Change-Id: I881d2bb00e5f89f269063fd6af9c99692820a264

2015-05-16  andreas_ka  <kainz.a@gmail.com>  [3a6dee0c731bca754a6ae83944a726371785a399]

        Breeze: update fontworkgallery floater icon
        
        Change-Id: I9800f252e489dd3635b3ead92b362d05c059cd55
        Reviewed-on: https://gerrit.libreoffice.org/15755
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-16  andreas_ka  <kainz.a@gmail.com>  [242ea48f05742274817db0078f04032ab786617a]

        Breeze: diagramm icon design
        
        The left column is too close to the Y-axis 
        and there isnt a plus sign in the large icon. 
        With the small one, the columns need to be larger 
        and maybe the Y-axis doesnt need to be shown
        
        now with the right color setting
        
        Change-Id: I49ad3cdb1f7b76822bc44d499130110baf646d9f
        Reviewed-on: https://gerrit.libreoffice.org/15754
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1902ebaa4b14c62ecec80b525fb43b7011fa4c29]

        cleanup FloatWindow
        
        Change-Id: I214322303ae0f7c1a0e3cee0fea112f06a38f06c

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71ede9d1f9eb493fcabfc8238b88354856413b8d]

        menu: remember old Background and restore later
        
        Change-Id: I1c2bc60729117ea0a4e03a231b4dcce083ecf959

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7de50fd4b37a2280d08ce6e3b0b03c227a5d315e]

        refactor CustomAnimationList to use RenderContext
        
        Change-Id: I2a9e713ccc2bf4468f86bdcf6efdf91e4e41c8d6

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [579b9d92c4451f86469a62a4531b026358dd52c7]

        refactor ClientBox to use RenderContext
        
        Change-Id: I028da90804992a30a8d547198aa15bcc2f32e365

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d346ea574726459559044e9d4870e9b7b9815d13]

        refactor Tab item drawing to RenderContext
        
        Change-Id: I70e7548a427b7e365b5cc5749ad7a7b6717921cc

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [13c9a2f151a4ee0503335edc5a6243c6ef05271e]

        additional refactoring of Menu to use RenderContext
        
        Change-Id: Idd52c17dffcfd809f775cf3662c9410878019591

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [458a827e96523ac52d021f1fd3653b5a734940c0]

        further refactor Menu to use RenderContext
        
        Change-Id: Ied420c8b3349ff1a2e2951c14359cbe1a23e5141

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a6c85d74ea03b35f03217daad9869f4458aa0c0f]

        refactor desktop classes to use RenderContext
        
        Change-Id: I2338733e76968aeb69a57c60edd9d04d29e8321c

2015-05-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [264fb9f16336e2cfd8f937b630fc167faab0aae3]

        refactor dbacess classes to use RenderContext
        
        Change-Id: I60e436ec1e6974e5fb8c6525552c6e172ceca0ca

2015-05-16  Michael Meeks  <michael.meeks@collabora.com>  [a76dcdfaa6c6d2b1d73fb1c96fe38dd7e452f48a]

        tdf#91259 - fix help browser focus issue post dispose.
        
        Change-Id: I0b7758b6780dfbe88aff8f0fc1a93d93b9910d87

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa7471be23d1a361ec4130262f4c08a7b539d8e1]

        add tests for custom iconSets
        
        mainly import from OOXML and selection of correct icon
        
        Change-Id: Id1e0800d887189ac37ae124e25add7b67ceb5305

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [883c81033fea0d9adb5c31b345908859b9f18db9]

        add test for new icon sets during XLSX import
        
        Change-Id: I923aff04f8349aa25b49fd2eba6c29bfd579b4a7

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c02f3174f7e5e6ed32379d727d4a362420a01d56]

        getCurrentSheetIndex should not be used anymore
        
        getCurrentSheetIndex contains a race condition in the threaded OOXML
        import
        
        Change-Id: I0e26198d4053beb6484e835ea0d5530bec402c2b

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8b94e51c672eaa55bceaee2ceca72d8399b434b]

        fix sheet into which we insert extLst cond formats
        
        Change-Id: Idbf9772bbb2c034a6c016492ab31b87e248f7b47

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9a206c8d7533ba8ccf8ad5f4e3e76557850459e]

        improve asserts to catch more errors
        
        Change-Id: I9cd3c093af8f9f71c133ad89c45f2f9d46d64c01

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [087932a9a41098a127e4a9668a77072b49f19909]

        fix import for extlst entries
        
        Change-Id: I49e95149f8a705905c0a56f2bc29aa02cfbb7a91

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe59e8efbc82c98f7676f78d2be5fb601f281dc0]

        rename class
        
        Change-Id: I09ad268ff848d684022dbb696501afe8332f3771

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37d6f7a18453658147dd1c32a90915c6a603a857]

        export iconSet to extLst
        
        Change-Id: I7606c5cb6321cfec9b36332dcd76fbad81d269d6

2015-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4eb19ec569579137de9d835fe584e47b871c4e8c]

        add missing OOXML icon sets, tdf#69095
        
        Change-Id: Ia4f9e62bb2b2bd143785642fcfacbc58cfaf1926

2015-05-16  massinissaHamidi  <hamidi.massinissa@yahoo.fr>  [1622b67e4b2bc8ecc5dd3ededc0a6e5adb936a6e]

        tdf#90150 : Page numbering in the status bar which may cause confusion
        
        Changes :
        
        - The page number changes when a certain amount of the previous page is
          reached. This is done in SetFirstVisPage.
        
        - Since the page number (and pFirstVisPage) changes before the entire
          previous page disappear from VisArea, there is still a portion of it
          which is visible and must be added for paint. This is done with
          GetPrev.
        
        Change-Id: If7704011bc11efe88321bf448d61708097334d7d
        Reviewed-on: https://gerrit.libreoffice.org/15657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6664859e1e8b3f8b7db8c931b8d0335510c20ce0]

        tdf#91280 Fix capitalization in OpenCL white/blacklist dialog
        
        Remember: Title case for headings and command buttons & menus,
        and sentence case for labels, tooltips, etc.
        
        Change-Id: Iec0f56798ec3ea0cc3b31252e9dd0a83c206f035

2015-05-16  Michael Stahl  <mstahl@redhat.com>  [9d0c51daea67104349cac26de9839afa8baeb099]

        tdf#90808: sw: fix detection of duplicate CrossRefBookmarks
        
        The check for existing bookmark positions is using the wrong position.
        It must use the Start of the pam, because the constructor of
        CrossRefBookmark only uses the Start of the pam.
        
        Change-Id: I343f1c0e3571847a965a27571f01136810e83485

2015-05-15  Michael Stahl  <mstahl@redhat.com>  [c8dad7ebb7c1738ae1348f92d67124c165d83f00]

        tdf#91195: vcl: reduce MapMode Fraction precision to avoid...
        
        ... overlow in ImplMapLogicToPixel.  50 bits is still too much, 44
        appears to work for exporting PNG.
        
        DocumentToGraphicRenderer::renderToGraphic() converts a double to
        Fraction which is the source of the excess precision.
        
        Change-Id: I93b11ef3a8be1c2f816f9697e5cd33eb00f7c2f9

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [6ea1d1d341988cf36682c4362aa6badbfb114ff9]

        gtk3: implement NWF CTRL_MULTILINE_EDITBOX
        
        Change-Id: I1f86e262f64951d646ce74e3ceb225774afd7d1d

2015-05-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4fd045f84acff978bb2ffff1880104c3c6d22f76]

        Tango updates
        
         - Import icons from Alexander Wilms
         - Fix export size of some of my icons
         - Remove old source files
        
        Change-Id: I98083d5213997a59fd23c5e891c7c3ca9f1694cb

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [cb0af13450a023d9bf8be9994b97bd38999688bd]

        gtk3: implement fixed line NWF
        
        Change-Id: I803668f3d275b24edffda6bbca0117a4694ff533

2015-05-15  Michael Stahl  <mstahl@redhat.com>  [97887cd810194ee556d2ec12f2a8be40075c29d2]

        tdf#91140: ODF import: try to ignore invalid draw:fill="solid"
        
        ... which was apparently written by LO >= 4.1 on a frame with image
        background, under unknown circumstances.
        
        Change-Id: Ie86643ab67f58bfe5c19d6a1f80a7af8f793edf2

2015-05-15  Michael Meeks  <michael.meeks@collabora.com>  [ecf9f9f8697dc53798d6d4a6c6db84ac2ed51422]

        tdf#91311 - handle toolbox tracking events post dispose safely.
        
        Change-Id: I6284de937cd9daca45f37a780c75beb1585bb2a0

2015-05-15  Joren De Cuyper  <jorendc@libreoffice.org>  [1e49e40c3694cd5750b65fc726b9684ae4185d4f]

        tdf#91064: Revert "tdf#89790 DOCX: saving LO version number in app.xml"
        
        This reverts commit 480ca7434a330b2678f9ef287cffd6d9cf27bed5.
        
        Change-Id: I69a16425fc36979d49f409bbd7921495a22a35dc
        Reviewed-on: https://gerrit.libreoffice.org/15737
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-15  Michael Meeks  <michael.meeks@collabora.com>  [33414c8bf7a4eb8fa912bc0062237637a8e05be2]

        tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.
        
        Change-Id: I802b841040f608b5586704745cc9817603fb1879

2015-05-15  Julien Nabet  <serval2412@yahoo.fr>  [72e6c70738a8c78f824319ec2bbf864e9997806b]

        tdf#91239 - add missing disposeAndClear logic for basctl.
        
        Change-Id: If5c8fbf453e47921b472a987e9e6cff283464dcf

2015-05-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf]

        tdf#62475: partial handmade fixes
        
        Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
        Reviewed-on: https://gerrit.libreoffice.org/15712
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-15  Matthias Freund  <matti_lx@secure.mailbox.org>  [6fbda0905d4e721392038bfad9e173e180f788ee]

        tdf#75256 Improve sifr
        
        Export and import icons, searchdialog, browseview, openurl
        
        Change-Id: I2f85fccbaf2151d92ecc05e75ef771ae53e94202
        Reviewed-on: https://gerrit.libreoffice.org/15740
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [186eefd7e2020c65db32dacc3a9389573e7cddeb]

        gtk3: render native menubar and menubaritems
        
        this needs the addition of a new MenuBarHighlightTextColor
        which defaults to MenuHighlightTextColor on other platforms
        
        Change-Id: Id0550294f1778229cbbe154857ba16c629dc5a87

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [18331ddcc8cb65183967d9763a6a02cb5dea72e9]

        gtk3: punt tooltips for now
        
        Change-Id: I3740ea5f8a2c4d237b3a97ce981fa09c4ea94827

2015-05-15  László Németh  <laszlo.nemeth@collabora.com>  [aead21f7528047fe5c31c39ac6bec14b55f80293]

        tdf#91254: draw missing EMF hairlines with linecap settings
        
        By removing linecap settings here (meaningless with 0 line width).
        
        Change-Id: I532d09af77d77dadcbbdd2f957136689239ccc07

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [32bccdb8feebb1145cfb75e61c39c317b4931553]

        gtk3: get tooltip color
        
        Change-Id: I3328d4fad140793ddd4f6f1f1ac99741c20ba659

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [4ee3eabd0f058b26544c84b2b5aaf5478d921817]

        avoid crashing on load of fdo54724-1.rtf
        
        Change-Id: I3df326eadc2f137c75e87835caf12266dbd011b5

2015-05-15  andreas_ka  <kainz.a@gmail.com>  [f2cbe51f86954cc01e3f066e3896a2c84b866766]

        Breeze: Charts update 24x24 icons for the various chart types similar to the ones you’ve done in chart2. There currently isnt any icon names or places for these icons, but they will be utilized in the near future. put them in chart2 but with name lc_typestock, ...
        
        Change-Id: I8a7afe271b8a08dab11b6f63b9f314411f45234e
        Reviewed-on: https://gerrit.libreoffice.org/15739
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-15  andreas_ka  <kainz.a@gmail.com>  [a08f92ee5ab7e123fa55a5c3200fc8a8870373a6]

        Breeze update
        
        3D Cube - The cube in the 3D Objects split button needs to resemble what is being drawn (lc_Cube)
        Torus - Needs to look like a 3D looking donut (lc_Torus)
        Sort - datasort cant be identical to sort ascending
        Format as Currency - didnt understand the reason why the dollar sign is inside a box
        Header & Footer - it would be good to have a square around it so it maybe understood that its a page and the blue part should likely be larger in height (lc_EditHeaderAndFooter)
        Insert Endnote - Should look like insert footnote but with 2 pages, and an ‘i’ at the bottom touching the second page to symbolize that the endnote is linked at the bottom of later pages (InsertEndnote).
        Format Selection - I believe the document properties icon could be used. (.uno:FormatSelection). same bug than 90387
        Gray Fill Color - You do distinguish between the border color and fill color in lc_BezierFill, so why not have the same for other filled shapes like lc_Polygon, lc_Polygon_Diagonal, lc_Freeline and others
        
        Change-Id: I6bb76b9bf84b147911d46e7e644bd5876feb2247
        Reviewed-on: https://gerrit.libreoffice.org/15738
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [ccf91b9f823c28f2cb08784e4be4157bad40837e]

        tdf#74932 FILESAVE: Shapes appear when saving a .XLSX file with filter
        
        Problem Description
        If the attribute hidden is set and then after exporting it to .xlsx, the shape does not remain hidden.
        
        XML Difference
        Original :
        <xdr:cNvPr id="2" name="Rectangle 1" hidden="1"/>
        
        Roundtrip :
        <xdr:cNvPr id="0" name="CustomShape 1"></xdr:cNvPr>
        
        Change-Id: I2e87a484ea984b56415891fd157995cb49453f76
        Reviewed-on: https://gerrit.libreoffice.org/15662
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-15  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [1ab97fe7a244d091def863a1279e67394167144a]

        odf2xhtml: tdf#66305 do not display the page numbers in TOC
        
        Change-Id: I480f8f2c7fcc8e0c9d2ecc0c370284821633c45d
        Reviewed-on: https://gerrit.libreoffice.org/15734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [4cedf7c2a1a7661d95ecca572ca24382e54dbe7d]

        restore accidentally altered license header
        
        ad0c5e6c663642c1e4b212e4e6a38ebfe8c3e0a7 accidentally made some
        purely cosmetic change to the license section.
        This restore it to is original canonical content.

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [33b54e4a5c91876222ad6464139f5931c3e66da2]

        gtk3: add the border to the padding to get visible frames
        
        Change-Id: Ia631c445e6b61aa85df12c598b5c40da767b4bd1

2015-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5c6a14de565c34b581e99508f5ce0454134f7f1]

        SwDBManager::LoadAndRegisterDataSource: fix indentation
        
        Change-Id: I62645c02c556cb52d53e76c93ae17b41dfd43820

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [dd466513a9b5412f59c38bfa1786782852033c2c]

        window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent
        
        ideally camel case the rest of these for consistency
        
        Change-Id: I7f66b8051ea58963ea28d128f73900aefe5d2846

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [346baad24a7c3795ce134092913c9aa31cddfdfd]

        fix debug build
        
        Change-Id: I5199784c68d3c54dd661dda0f8a61e8ea68e884e

2015-05-15  Caolán McNamara  <caolanm@redhat.com>  [8ba7647aba605ee7025ef9f301c2c9d8eb1c515f]

        restore missing frame borders
        
        regression from...
        
        commit 61eb53d39a8d90167dc5599c2a2092626788a630
        Author: Noel Grandin <noel@peralex.com>
        Date:   Fri May 8 15:40:06 2015 +0200
        
            convert FRAME_DRAW constants to scoped enum
        
            Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf
        
        Change-Id: Id10cadc5e1fdefb4b2bcd3aefff4f0dba9cbd973

2015-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1d86fc7af53e7bdba9c00df1abd791e92f3321e]

        lokdocview: implement desktop style click+move selection creation
        
        Change-Id: I69663c0801bc95b8876c8dcbdf68d7a99fec4fb3

2015-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [3de68db1cd69627f4e529e5621eb97a8ea898aa3]

        SwEditWin::SetCursorTwipPosition: support creating a selection
        
        The Android LOK client always creates a text selection by double
        clicking on a word, and then the start/end of the selection can be
        adjusted using handles.  In the GTK LOK client, it makes sense to allow
        the desktop-style selection, where you click somewhere, move the mouse
        and finally release the mouse to create a selection. That can be mapped
        to settextselect-reset on mouse-down, and settextselect-end on
        mouse-move easily.
        
        The only problem was that SetCursorTwipPosition() assumed that there is
        a selection already -- fix that by  adding the missing Stt/EndSelect()
        calls and limiting the lifetime of the SwMvContext instance.
        
        Change-Id: Iaeeadd8e4d9030614ee069b9fcfa269ce74ed58a

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f9bef754a7d81942d1f1362b5602c20490275ee3]

        fix build
        
        Change-Id: Ibdfeabe15c0f69e69535aaeec26cf5144fc72944

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8c4b77ac55d1dadfdcdb5b54aac6523bd894ea36]

        partially refactor MenuBar to use RenderContext
        
        Change-Id: I91353f2a74cdcafbe53fec3bd3ee58883c21fec5

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f6e2c4eb4a934dc36c5467cf2c7c8ecc05f2814a]

        cleanup Control::ImplInitSettings
        
        Change-Id: Ifb10da3006aa2b546945dec4ba76660c4b3f052f

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [208616be2ca7cd17558db463e25e75b73d1bcc00]

        refactor BmpWindow (frmpage) to use RenderContext
        
        Change-Id: Ia2e946b272c587cbbdfdbc0935204c5854aa2a41

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5a131306a746b111108daa88f7865a1fdf5c9c76]

        refactor NumberingPreview to use RenderContext
        
        Change-Id: Iacc9b85851ed3a8ad1bada5331dc850dc564ba5b

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3bc76133106325e211b7e02c996dd6d040ca7354]

        cleanup MyWin
        
        Change-Id: I6b9606c6d1397cfe919a7a6c1922423fb8b68d5c

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [adce48ab274285e9a8eb546b233db1c1e5a39537]

        cleanup GetGraphicSizeTwip
        
        Change-Id: I5f3c3c7826c867eaca8af0e2aa35c9919d8b1319

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fbd06b24c5cd4a560669e311a10ea37fc3834eac]

        refactor SwDropCapsPict to use RenderContext
        
        Change-Id: I6a68d22f9b7ded9d58a69057bf0f4197a67fd2e8

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [961b141d6b224d723a0193510975b6f1478e1be5]

        refactor SwEnvPreview to use RenderContext
        
        Change-Id: Iebbcd09dcca109539ef32d44816b621b90624fb8

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2c777ccca35f33cf19951578b0f4afb3cb7ed98a]

        refactor SwLabPreview to use RenderContext
        
        Change-Id: I3cf9be2e84904f88ab820d97ee56c39e990c8737

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8d9dc648986c914c2f00a505ad15b91e04b47d9a]

        refactor AutoFmtPreview to use RenderContext
        
        Change-Id: I25e93ffd474d821a6b92f99327fe99e06bb89a62

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9bb59aab72d8226e0d31d71e52125b0a9474a30b]

        refactor SwColumnOnlyExample to use RenderContext
        
        Change-Id: I4c15bb0428005031ea3b4766eb4221ff48d91514

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [43ce2db6f65d267c940e20e6f4396bf2b85ec59f]

        refactor PresLayoutPreview to use RenderContext
        
        Change-Id: If810985c39985b836e907fe2ff350b84ebdf6054

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [49480a1e26925fcd6862fea79b24638b243ba21f]

        refactor TabBarControl to use RenderContext
        
        Change-Id: Ie65fb06bfd5111a2d054018fd846f583606689f4

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a18d743fbcad62111667b60a61284eff5ca0835a]

        refactor swruler to use RenderContext
        
        Change-Id: I16e1888900478c000c4437299357276e20c197c0

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ce17f392522ac9d77bd9ffb409a349f5e65efa83]

        fix starmath tests
        
        Change-Id: I0fc6fc4a1ce71507f97797dcfe77a6d5b21e4b80

2015-05-15  Noel Grandin  <noel@peralex.com>  [ad0c5e6c663642c1e4b212e4e6a38ebfe8c3e0a7]

        convert META_*_ACTION constants to scoped enum
        
        Change-Id: I8ecfbfecd765a35fafcbcc5452b0d04a89be2459

2015-05-15  Noel Grandin  <noel@peralex.com>  [d93915b2aeabbde90b7eb539116b9be49e0d1a5c]

        conver MENU_FLAG_ constants to scoped enum
        
        Change-Id: I969d99fa8881cc89601696a2d8621905a82b147b

2015-05-15  Noel Grandin  <noel@peralex.com>  [4f4cff08aac32db6fa580423b5fde661c8b0743a]

        convert POPUPMENU_ constants to scoped enum
        
        Change-Id: I4cdaf36581d1e1daa39929e621070d18a9996852

2015-05-15  Noel Grandin  <noel@peralex.com>  [24181bfb0b49a011e201ecc111bac3b48ad5a1ff]

        convert LISTBOX_ENTRY_FLAG constants to scoped enum
        
        Change-Id: Id7ca4853094c214b464e2dee53b10558f1f5a3ba

2015-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [08a2c8516bc47db322e7449fc841f3fcc5487d7e]

        Use comphelper::sequenceToContainer
        
        Change-Id: I9df4b1e04178b99d40aa3e08297b5bc5a30a9bce

2015-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0abbb1172248574ae87bc91aa77eb2420be55152]

        import cusotm icon set collections from OOXML
        
        Change-Id: I92c8a55d313cb1b066bd3ec8822b8a8edeb6b749

2015-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6c1a4a7a38eb13c45b6c865f310d797fc3f1152]

        support custom iconSet collections
        
        Change-Id: If54afe3535dd20f77cab9d15ba2d575ddeb89986

2015-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52077be6a1053f6c9c0118d6c116780fc27d43b5]

        support iconSets in extLst entries
        
        Change-Id: Iec293ec3541b87b16f5a8097d51b878166814670

2015-05-15  andreas_ka  <kainz.a@gmail.com>  [7fde89045f21019c84f461da566369440e1106dd]

        Breeze: assorted improvements and recs from Jay
        
         *  Define Print Area - The icon used here is the same as the one from Writer to Select Table
         *  Center Vertically - the lines of the arrows need to be slightly longer
         *  Fontwork Gallery - (lc_fontworkgalleryfloater) it is like wordart, so the icon should be of a fancy looking letter. Try out the feature to help come up with a good icon.
         *  Shadow - The shadow behind the ‘A’ is hard to see, maybe have the shadow slanted, but of course it will not appear like that in the document. :D made the shadow wider now it should work
         *  6-Point Star Concave - Line from one corner to the next has to be curved like galaxy (lc_StarShapes.concave-star6)
         *  The ‘i’ is blurry (ExtendedHelp)
         *  The drawn area cant be closed (lc_Freeline_Unfilled)
         *  done Character - The ‘A’ looks blurry compared to the other icons that appear next to it (sc_FontDialog)use svg instead of png :-)
         *  Cant have the same record button used in the toolbar (TrackChanges) and sidebar (AcceptTrackedChanges) hope you like the icon
         *  Legend On/Off - didnt understand what the icon is supposed to be, but it should be of of a chart legend (lc_ToggleLegend)
        
        Change-Id: I12d13a02ad49719c08c1292692b23bf04e63f406
        Reviewed-on: https://gerrit.libreoffice.org/15690
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9c08a06f5d399a7cd11849a377a82663ef6a528e]

        Fix Button when using double-buffered rendering
        
        Change-Id: Ib2812723141c5dfe39b30c95f12d1aeca9c367bd

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [85b7494e34ccf6b56d68554b7f32c0bebe5a6fed]

        refactor ScTabSplitter to use RenderContext
        
        Change-Id: I0822bf2fc8752efa16add193b2860c6f9f9668e3

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [763858b2ce2d5751bbf533b21847a5fd9b5fec61]

        refactor SdHtmlAttrPreview to use RenderContext
        
        Change-Id: I2b23764932df4a078094944d89cebb06f6eb569a

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2079b1f407ac5c29f54f90966a317226e57e9169]

        refacotr ScCornerButton to use RenderContext
        
        Change-Id: I441d87680b22db19d5bc1c2e7e661921f36c2143

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [888f08889fe954e6cb47b26853f5e86ecc7f9a82]

        refactor AutoFmtPreview to use RenderContext
        
        Change-Id: Icaed24f08cfa85f3f91c3f2351384a0b59242d03

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3047de0f92c9d18cb77d78e26542ca004d3e4958]

        refactor ViewsWindow of reportdesign to use RenderContext
        
        Change-Id: I0c1c2df38894f250aa2bec6ab6532ccaca090fa9

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a4cb27f61376d8f2d8faed0022c291af68d437bd]

        refactor ScMenuFloatingWindow to use RenderContext
        
        Change-Id: I27b4f412b38788094bb5c78f24123bb28c0e8183

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0b00791b18fc1f79eefea24a7dc7e02a66b6d156]

        refactor ScZoomSliderControl to use RenderContext
        
        Change-Id: Ie57c22e12b8b6f68a52e857b815765d2d37fc099

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [848e020fcf3ba4d6c8ff0a03fb6049193cc78848]

        move Resize code to Paint for ScTextWnd
        
        Change-Id: Icd0e12e02b808c3cf1eacd15021cdf249bdcfab3

2015-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71131e2b16272b0a504f44bd0b00a6cbd17aee13]

        refactor ScTextWnd to use RenderContext
        
        Change-Id: I6d5ab66df02a527c6643feb46cebe110cd1373b9

2015-05-15  László Németh  <laszlo.nemeth@collabora.com>  [9b0f3e84efb8cab0b04990507249ac9dea56e102]

        tdf#91260: add missing test document
        
        Change-Id: Id83d8a1c26afba5a19cdab555fa40b5ed73e46d1

2015-05-15  László Németh  <laszlo.nemeth@collabora.com>  [eb15e15740f65d1a84ffecb894af6bd0fa77be53]

        tdf#91260: unit test for textbox shrinking
        
        When the textboxes extend beyond the page bottom, the fix for
        tdf#91260 keeps the original vertical position of the text frame
        by changing its height.
        
        Change-Id: I691b46640876bd082bd83da1bbd43f1e33ec807d

2015-05-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f186e84dfb850a20dafb869e6d04b6bcd7585160]

        Updated core Project: help  3668b09b960f69d1ad1589d5b526b108577f5887
        
        Update for number format: engineering notation, and some more
        
        Add help for engineering notation in scientific format and few other
        corrections.
        
        Update: increase IDs by 1
        
        Conflicts:
        	source/text/shared/01/05020300.xhp
        
        Change-Id: I78ec9deddb49d7038d9bd42be86ad561b108af33
        Reviewed-on: https://gerrit.libreoffice.org/15656
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-05-14  Michael Meeks  <michael.meeks@collabora.com>  [7a7a908263fc5761e963606d063bf1154112b87f]

        tdf#91240 - cope with state-change after dispose and dispose fixedtext.
        
        Change-Id: Iba204fbeebbc4ea0982036159507b755cedd544e

2015-05-14  Andras Timar  <andras.timar@collabora.com>  [8f591dffc6128aa2d2674bcb29cafd17b462a4d0]

        Updated core Project: translations  abb27fb966ac2c3f9c8cf3549c2975f399174eb0
        
        Updated Slovenian translation
        
        Change-Id: Id86bda321f4318a193b99ef174848ed8b7425550
        

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [73cc6d76b598c2028fda65d578ce57affd96cb6f]

        gtk3: shiny native focus rectangles for radiobuttons
        
        Change-Id: I8f709cd0683c1a244d6b8c269c75b7f841824926

2015-05-14  Philippe Jung  <phil.jung@free.fr>  [415454cfbc6add8534e1dcff1ff16cc8dcc9296c]

        tdf#86138 Context menu should state the name of the toolbar
        
        When Menu::SetText is called, it defines the title of the menu (reuse of
        an already defined & not used aTitleText)
        Popup-menu with a title defined paint it on top of the popup. Text is bold
        with a background slightly darker than the rest of the popup.
        
        Change-Id: Ifca1be60541400f76f562b03f6e3c40dc5fecb29
        Reviewed-on: https://gerrit.libreoffice.org/15716
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-14  Trent MacAlpine  <tmacalp@gmail.com>  [fa4a87bc539865962dabf00aea465479d34faf92]

        tdf#86850 Always display clipboard functions in context menu
        
        Change-Id: I6e8b750662894050453932dd60830e7ae4ae27f4
        Reviewed-on: https://gerrit.libreoffice.org/15546
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [135755ed9e64d4208ef5b578c9b43ad23bb4ed66]

        gtk3: shiny native focus rectangles for checkboxes
        
        Change-Id: I4b70878700851cc13a20321a11703c93e3f8ed49

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [f6a04cb509a2c12932c6be789fdc0cdb9d447aad]

        gtk3: shiny native focus rectangles for listboxes
        
        Change-Id: Id0ace0ae5e90877497834166c5e488a0f5caf0be

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [994b9700f824869ade12b16b8a2ebe333642e9ec]

        gtk3: provide a scheme where NWF can render the focus rects itself
        
        Change-Id: Ide68e35964670f7acf7a9098b2e04451a17e335a

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [6cbdd2a141d906d941831496e0e697823fac3753]

        cppcheck: noExplicitConstructor
        
        Change-Id: I42d135456c7f9ce8bbd77db553be96149e4e75af

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [4bdde3af25dee11c88d8c83409fa91788cc8dc71]

        first condition is always true
        
        Change-Id: Ie3934201d99c5dbd3107d6b184a1d575fa38d5c9

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [df6d0af6dd2ccb7fbac0d0ff03bc8f843aa9c104]

        cppcheck: variableScope
        
        Change-Id: Idc6faf3e2291edbe7877308f9423516f9a08d0cc

2015-05-14  Charu Tyagi  <charu.tyagi@ericsson.com>  [58f43ab810311d8b7238317f4cec5346eebdbb17]

        tdf#90607-Test Case for the patch
        
        Change-Id: Ifcd75cc47baf9da7b3480a4a1e51853aa66c3f1c
        Reviewed-on: https://gerrit.libreoffice.org/15458
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Tobias Madl  <tobias.madl.dev@gmail.com>  [b6044f76405cdf2a956d2c429d5d29f4c711363c]

        Scheduler: Deactivate task without deletion
        
        Now a task can be temporary deactivatet, without deletion.
        
        Change-Id: Ie72f0fe0e1529e2216271a3ae73be1c406947dec
        Reviewed-on: https://gerrit.libreoffice.org/15640
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [c60a5753e311918f0c6bd85073390a76de713b3f]

        honour NoFocusRects in ListBoxes like Buttons, etc
        
        Change-Id: I23cc1b5d5f61e0f6d67181d544a900ff99b3b8bd

2015-05-14  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [ebe4eb9d0ab2759d7631dd2a967a7031da7e4c5e]

        odf2xhtml: #tdf66999 there is no attribute 'name'
        
        Change-Id: I47a14951a23539ea90489baede93a9d1c7b5dcc9
        Reviewed-on: https://gerrit.libreoffice.org/15729
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [070f0abd4413102cb442bc5d3d39c1c530e8d4c6]

        odf2xhtml: #tdf66999 character '–' is not allowed in the value of attribute 'id'
        
        Change-Id: Ieef0f28a9caa830e24349e58a0b1ff9b04c6fe56
        Reviewed-on: https://gerrit.libreoffice.org/15728
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Jan Holesovsky  <kendy@collabora.com>  [de1977fe7df350b3354f67ab64bf81d3c1e95b22]

        rendercontext: Double-buffering using the RenderContext.
        
        Change-Id: Ie28ba11dd62733a3c2ae796b43f1a8f0a8c16c2d

2015-05-14  Noel Grandin  <noel@peralex.com>  [68041a0546fc6a05608411365c8382937aafac79]

        convert INPUTCONTEXT_ constants to scoped enum
        
        Change-Id: I5b99e42a3e85527b27d515c468d2ed66386fc9df

2015-05-14  Noel Grandin  <noel@peralex.com>  [741d9990bf9d9dfcba1166a12ffb1d846c912181]

        convert QUICKHELP constants to scoped enum
        
        Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49

2015-05-14  Noel Grandin  <noel@peralex.com>  [f30ce25c3c5954eb90e126dd4904eee5454f044c]

        convert GRFILTER_I_FLAGS to scoped enum
        
        Change-Id: Ic1cb9b32fe252706cd607abb2ae1fd5a00999901

2015-05-14  Noel Grandin  <noel@peralex.com>  [19a32ddfd2b9c1beb17641e99f139ac0d3dcaf96]

        convert KERNING_ constants to scoped enum
        
        Change-Id: I58031485aaa9ebdeb986a3ee0376f36a9f667947

2015-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c0805e1f4f4d14e92c7e655d59c87de5c207e48]

        tdf#86639 SwEditShell: when setting para style, reset char attrs if needed
        
        The old internal RTF filter used to call SwTxtNode::SetAttr() without
        setting SetAttrMode::NOFORMATATTR, so character attributes which cover
        the whole node got converted to paragraph attributes.  The new UNO
        filter goes through SwXText::insertTextPortion(), which sets
        SetAttrMode::NOFORMATATTR, so this doesn't happen. The result of this is
        that when the UI sets a new paragraph style on the text node, then such
        character attributes are no longer removed.
        
        Given that in RTF you can't really have character properties on a
        paragraph, going back to the document model produced by the old internal
        filter doesn't sound like the good direction -- not to mention that
        changing SwXText::insertTextPortion() this way would be an implicit API
        change.
        
        Fix the problem by tweaking SwEditShell::SetTxtFmtColl() instead, so
        that it removes these full-text-node character attributes, too. The
        logic in SwTxtNode::RstTxtAttr() can be extended later if necessary to
        delete more attributes, but to be on the safe side, just handle the bare
        minimum necessary to fix the problem for now.
        
        Change-Id: I5faa3226fc0f9c18e005da185fe0830d8c393256

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [7e9a4944e53d95f7defb1da384b665e65b2ebc55]

        revert this
        
        Change-Id: If24a9d79ed26d059c18150201d89f72c515fb89d

2015-05-14  Yousuf Philips  <philipz85@hotmail.com>  [1231d6f3aef712ca7f72908db6f00a498768de47]

        Fixed two strings in the context menu for consistency with other entries
        
        Change-Id: I74bdd36e01ea7a8ca8ab2041c38a5169cbca9827
        Reviewed-on: https://gerrit.libreoffice.org/15537
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [c31b9c556946b65cba504c165b0afb7fedf4b340]

        restore these safety checks
        
        Change-Id: Icf833ca052f925075447bbf6845ad61da267cc8b

2015-05-14  Joel  <jmadero.dev@gmail.com>  [4653c91a89cfe802754377bcdafc291526254a03]

        tdf#65509 - Auto Save Also Too Disabled
        
        Disabled "Autosave this document too."
        This feature never worked right. I just made it invisible until
        someone figures out how to make it work properly in order to avoid
        confusion and possible data loss.
        
        Change-Id: I9fdcf35944eec456c8b569817ddde95c13e9378e
        Reviewed-on: https://gerrit.libreoffice.org/15721
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Andras Timar  <andras.timar@collabora.com>  [bf6a14e0ba4eb2a47da0146379ec905089ab3a6c]

        make hardcoded string localizable
        
        Change-Id: Ie0bc8e8bd5e0770b85130496359e64358e34c836
        Reviewed-on: https://gerrit.libreoffice.org/15727
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Joren De Cuyper  <jorendc@libreoffice.org>  [53fe42375e31f09dccefbc43dfeabd988cc52a95]

        tdf#76941 : docx export image greyscale
        
        Change-Id: I104d6db7834b4235248736a9498a0e2a20cc7a43
        Reviewed-on: https://gerrit.libreoffice.org/15722
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Julien Nabet  <serval2412@yahoo.fr>  [844b7287a4ccd8e3d5e458bb1dc6c52e71322b01]

        tdf#91273: Crash when closing formula wizard (cancel or ok)
        
        warn:legacy.osl:3927:1:vcl/source/window/window.cxx:271: Window ( 7VclVBox ()) with live children destroyed:  N7formula7ParaWinE ()
        I took example from http://cgit.freedesktop.org/libreoffice/core/commit/?id=da49275807c8cf1dd7362a531f321f9f756e82d1
        + test existence of m_pImpl for FormulaDlg::PreNotify
        
        Change-Id: I580aa7be79e1743fc528fd414a0ae581c0cb0c87
        Reviewed-on: https://gerrit.libreoffice.org/15726
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-14  Caolán McNamara  <caolanm@redhat.com>  [5dfae3f6e39f6a39e04754fe8abb3f711581f75e]

        ooo#59101 word 6 graphic anchors should work like word 97 ones
        
        With the missing documentation filled in from the rtf spec we can remove the
        crack and replace with to-char anchoring and set equivalent relative
        positioning attributes. Which stops us having the odd page anchoring
        which triggers an assert on exporting ooo59101-1.doc to odt and gives
        ooo59101-1.doc the same object positioning as seen in MSWord
        
        Change-Id: I7574f32c9df0aac4a15efdb8ebf5d7835f5c6103

2015-05-14  Julien Nabet  <serval2412@yahoo.fr>  [80968fd2808b1b20d6644c74228b6028ddb64994]

        Typos
        
        Change-Id: I69f02be4a3fc67b06eda6f6215fa136730d10f61

2015-05-14  Jan Holesovsky  <kendy@collabora.com>  [80cf5251e3e6003c73b1db8667a6cdf252664aea]

        loplugin rendercontext: No param => no check.
        
        Change-Id: I30c8624fa00338c9cca7a054e08eacfc4fd6a630

2015-05-14  Noel Grandin  <noel@peralex.com>  [117c728593ee4596357cdf46741d326999209bb3]

        loplugin: rendercontext, limit output for now
        
        we are only currently interested in methods where the first parameter is
        RenderContext
        
        Change-Id: Ic505541c93a765e56e920415d3665b7aa4abb10b

2015-05-14  Matúš Kukan  <matus.kukan@gmail.com>  [8be85ad170d5e1fa23606de9be2ae255296eab52]

        Rename makefile to match target name
        
        Change-Id: Iba879e0c2c79fd1c307c3dfe45370dbbfd4ae998

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f4841c9a8acf6c0513783fb76b72843d0677117c]

        more refactorings in starmath dialogs..
        
        Change-Id: I24b6584a72b4a8db031d9bf8906d8682e32e4545

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b4408dab502ffef99e57244832a332497989e99]

        SmShowFont: change to save the font and use it in Paint + HiDPI
        
        No painting should be performed outside of Paint hierarchy.
        
        Change-Id: I97a8d6429abcd6022e9bf89295dc2944485984eb

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e42cc88032d3f59b289e5ff454101971eecc4bea]

        cleanup starmath view/document
        
        Change-Id: Ieda85c0f157a6b299ba10528dd3cee3fe9942783

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8d9b429e8c304eaf91988c17b753d6496789bed1]

        refactor starmath view/edit classes to use RenderContext
        
        Change-Id: I741e596a665119b50597586e9b0b5e8339a826ae

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [571bbac2c738d96f61464b04e0e63a4fc0531b8d]

        now we also support axis min length and max length for middle
        
        Change-Id: Ie4ce5906094386d68be46c03d9fb0c75b2663947

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d7a4416f5c1ea2610164e533ab17590605adddc]

        fixes and improvements for databar length calculation
        
        Now min length and max length are also respected when the axis is in the
        middle.
        
        Additionally when the axis is in the middle we now scale the negative
        and the positive part with the same factor. This is better for itnerop
        and makes more sense.
        
        Change-Id: If4c1adc0977d8ed66b8f22d937b0b3933288d012

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6439999fcb7d359fda57e3e5d51474a94d70ab57]

        add test for negative data bar theme color
        
        Includes test for work-around for Excel bug.
        
        Change-Id: Iee51241725c827b20b1ecaa8b5dc8144860749c2

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83120950d5138577185598f5eaf8a267d2244dd1]

        work around Excel bug with negative bar theme based color
        
        Change-Id: Id1276dc0e68b46158b750c96aad8afc24fb18743

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [41df7db9459c61cc03dda0dfb344b8ac7bf901cb]

        refactor sw Sidebar classes to use RenderContext
        
        Change-Id: I09a4abd8fb34470c4c365aa1f604accd80631ab3

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7587cf88c9a19325d6aa2c4e75a599e476826840]

        refacor starmath dialogs to use RenderContext
        
        Change-Id: I077fb1fbb3a5b55c50b61235ef9f0315c342faa4

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [53025c3225cb287717fbf9e568544d632e35c997]

        cleanup charmap
        
        Change-Id: If0ea0c5ea2c241eb25d89089dd3a9d240de3d346

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6558878d0b6ccf5558ae18ffc5dbfa6489a12428]

        refacotr DbGridControl::NavigationBar to use RenderContext
        
        Change-Id: I0675158d83d37706be60dab430e6b9f7ea749bc7

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [efd4f9b9ac16160bd458531b5cf493cb09c246c8]

        refacotr InfoBar to use RenderContext
        
        Change-Id: I03422badbf1c97b41ab1e7b1b007336e49285f3d

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9345eb201db7e796f977fab222a6fd7ed01d6ad8]

        refactor SfxDockingWindow to use RenderContext
        
        Change-Id: I7e5c27966960b589310aac51ca0ae9da50e37e3a

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3ea96f7b7656afd6274c255a671d58aca7524547]

        refactor TitledDockingWindow to use RenderContext
        
        Change-Id: Ie30f61871b27d84c1fbb570d5ae9a8cfaa901d28

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [35cae85529a10aa691aba5038464de9e6b72c5bf]

        refactor PreviewWindow to use RenderContext
        
        Change-Id: I9e14bd9f6d359fad4b83b3243758b1a5db0d60b2

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ee142a4aee57d7034a5168ce91df321531e5073d]

        refactor WaitWindow_Impl to use RenderContext
        
        Change-Id: Idff71d8303f0aaf3c1c1e44f6f19248c0aaecd98

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2463160c7506cab6aa93cb2175a2cff1e7b81d46]

        refactor BackingWindow to use RenderContext
        
        Change-Id: I7061b25ca349ca9e33bf38007558ab743ac7170c

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6499d4659b55693679819b688ec5c1c3d8fe77a6]

        remove whitespace
        
        Change-Id: If68f5b16474b4fde3d9d6741fcf234ca4ee74e3d

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [12088e14130c9d07c17f18da861e83c827fcb7e6]

        refactor Template and ThumbnailView to use RenderContext
        
        Change-Id: I7f4e3e9415219548c919d63c07c5c946bc609a7d

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fb31134e43cc5c8236fd277d6294e03e68393962]

        refactor cui tabpages controls to use RenderContext
        
        Change-Id: I91db162053cddfd669abe081e39bb85d3ee3e1f5

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9fd81f773c7a53a071762deb1140425a8804b339]

        refactor SvxCropExample to use RenderContext
        
        Change-Id: I06e8702ecea2db2529eda538128d6a1693971185

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [75594b02cfeaa7cf76e4a335352c9e38e6d8b5e0]

        cleanup cui headers
        
        Change-Id: I717854b9394549dfa375bd384677d5fd51c6c31b

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a5330f50ea02f82ab7bc0a11df0f1a2b7f18af42]

        refactor ThesaurusAlternativesCtrl to use RenderContext
        
        Change-Id: I65d55c9d57eeb5eb878008885417d1e2118a946d

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1a83ac554873af3ecd0e0b9ab4917e600ee863aa]

        refactor SvxHlmarkTreeLBox to use RenderContext
        
        Change-Id: I15f259cd68a628fc298ca086000b94abf018a938

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [418c7ae28dbca391e6cf80049728b0c5926240ab]

        refactor PseudoRubyText to use RenderContext
        
        Change-Id: Icdf70e6f3bd87f6a5bc66365441f07b1ab510b93

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [65856fe567669dd5b200cf5669d4e55c6e701bc4]

        refactor GraphicPreviewWindow to use RenderContext
        
        Change-Id: I3471ca2c51782f6537d2bbc2fabc791c5f63d66c

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0b08ae6df427ee7f86531bb54cab97ddbf04ca7f]

        refactor SvxShowText to use RenderContext
        
        Change-Id: I7e059c36bb5a130f823a6da5feb981b0926b3294

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [87bfdaf48e29983b97c578476213f562d3cc2921]

        refactor ColorPreviewControl to use RenderContext
        
        Change-Id: I59bfd279a78f049721df419debb0022c5e36c291

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fb8d050254e3d64f138c0a82d9b5cfd6f4253981]

        refactor AboutDialog to use RenderContext
        
        Change-Id: I7ce9df8c9f26d417d2400628cbb91f8ae18bc4d6

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [95887e626f932df23032bae977e3f571e5d9c6fb]

        refactor ElementsDockingWindow to use RenderContext
        
        Change-Id: I3a37883fc7688d4edd978e38e545e2386ae814b0

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [73e45da4f52eb50f6c756bd71e6274b59162ee2d]

        refactor chart2 classes to use RenderContext
        
        Change-Id: I245af77126739bb219f6a085a47cee2efac2c351

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [607582291eaad26a18b1df6f7aea434b391d548c]

        refactor "basctl" classes to use RenderContext
        
        Change-Id: I6eb54af9f793c614c823123c6f16a3dc4f3a0c0b

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9128ef6850984924c27e6f794d05fc70d3243527]

        refactor MediaWindow to use RenderContext
        
        Change-Id: I6488e360ad51478c6305c4647255e61a80c64195

2015-05-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dcaef20266ef3511f71d3c4b8962af5f03860feb]

        refactor sidebar classes to use RenderContext, cleanup
        
        Change-Id: Iee68c5791573f720aa286697d1f671ff0fecad0b

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9de1d53a2ce3ee7036b4688b373db7b2235af4d9]

        VclPtr::reset does not delete the widget, tdf#91269
        
        Change-Id: I26f392dc32bc4eb6fa82a1446680725691126457

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ffd9e164af2895c19edeee90b35032d74e2eac96]

        fix dbgutil crash with autofilter dialog after VclPtr change
        
        Change-Id: Ic8f3079ddc7db8be349d4b322cc35a8f6aa38d9b

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8d078f4927ecc173e30c90d2859f756a601957a]

        better databar negative color and axis color import
        
        Should finally handle themed colors and tints. There seem to be a few
        issue left that I need to understand.
        
        Change-Id: Icdd0a2d26519eb1c4171d6888913ba2c6944a443

2015-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be62a97a96734e40576784bb69b020ec82a195fc]

        correct export for min and max databar length
        
        Forgot the extLst entry during my earlier work. Now they are both in
        sync again.
        
        Change-Id: Ie97276fde2b9d956ad4a3e93072a6d6627c5b0bf

2015-05-14  Michael Stahl  <mstahl@redhat.com>  [847b4537928ff64cfdd6532704f7c48d947ac00f]

        tdf#85424: sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter()
        
        Remove pointless duplicate temporary PaM.
        
        Change-Id: I28a1937928b6c3c21442bbfcb77377372c1cf40b

2015-05-14  Andras Timar  <andras.timar@collabora.com>  [cb5a0b03bef4eb8ab0d8689ec73ed83bb73ef5c0]

        do not set unix executable bit for CREDITS.fodt, LICENSE.fodt and NOTICE
        
        Change-Id: Iab15ca1479d39e480369a18a7b043675d319f2ca

2015-05-13  Michael Stahl  <mstahl@redhat.com>  [bd4f62dfcefa2dad749431f80a1e6c00c28751ca]

        framework: remove pointless IGate interface and de-virtualize
        
        Change-Id: I43080ab6a4d9530a5cd4e3b8fa7806df41467e51

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [cfade6de8ea417a8b6b94bf6c320ac2d4c15e256]

        rtf spec better describes the mysterious bx and by values
        
        Change-Id: Ic89bfcb13515ba3e9ce4410e84813d4e953ee603

2015-05-13  Michael Stahl  <mstahl@redhat.com>  [33f03572b0556372dff52f45be6564702fc991fe]

        ramework: remove confusing unused Gate::openGap()
        
        Change-Id: Ie8c6547da8210f394df261d8a189a9daba034b6e

2015-05-13  Michael Meeks  <michael.meeks@collabora.com>  [06ecf7d2aebe64226142ee27c2512351960f8bb1]

        tdf#91125 - unwind horrendous SvTreeListBox drag&drop code.
        
        This removes a horrible mess of shoving various process pointers into
        byte arrays and (potentially) pushing them across a process boundary
        in a gross fashion. Killed the SvLBoxDDInfo struct, and its many
        un-used members. Instead use the existing (also non-ideal) global
        variable to track the relevant state.
        
        Change-Id: I0b694bd530e7019042d22e46db831b5a4aae0e23

2015-05-13  Michael Stahl  <mstahl@redhat.com>  [0811de12ee6727bbb9d4265217833ba02301eed8]

        i#95974: sw: avoid layout crash on ooo95974-1.odt
        
        There's a SwTxtFrame inside a table, and OptCalc() is called on it which
        calls pUpper->Calc(), which reformats rows the table and ends up calling
        SwTxtFrm::_AdjustFollow() on some SwTxtFrame that has the first one as
        follow.  Use the new ForbidDelete() hack to prevent immediate disaster.
        
        Change-Id: I091704ce6cde15e322986b8f2ecefb5a518f0d8c

2015-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63c5de04edc46203d03337d497dbdfc83f883595]

        fix regression from 552f754ab9d9f0fedd73d5328618315ec774d3d6
        
        How did that ever work when testing?
        
        Change-Id: Ib8520da252c7fa11c9a0cec62a2bba6833951901
        Reviewed-on: https://gerrit.libreoffice.org/15724
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-05-13  Michael Stahl  <mstahl@redhat.com>  [c2fac48373cab503c19aad00d1136053f82f3ae2]

        sw: fix wrong assert for broken documents like abi11860-2.odt
        
        ... that have page anchor type without text:anchor-page-number, so the
        import stores a temporary anchor position that MakeFrms() cleans up.
        
        Change-Id: I440d3a138659933e54f671d87bc418d5ba1059fb

2015-05-13  László Németh  <laszlo.nemeth@collabora.com>  [a4dee94afed9ade6ac50237c8d99a6e49d3bebc1]

        tdf#91260: allow textboxes extending beyond the page bottom
        
        This commit fixes layout problems of DOCX import, but also
        now it's possible to move a textbox beyond the page bottom
        using the arrow keys (this worked only for page-anchored
        shapes in Writer).
        
        Change-Id: Ie83d3202a2248d948348656aa26df20982f9675b

2015-05-13  Tor Lillqvist  <tml@collabora.com>  [02cc648dc068080d65b44ebd10d0940f6a097b8a]

        The --prefix option to the 'git archive' command should end with a slash

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [de8afb9a2b461da4c81e45a7e185b553a5f4c3e7]

        First cut at reporting missing GStreamer plugins
        
        Change-Id: Ia3cd8a2f0979f2312a70b8ee169fe9d6eef85c81

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [2527a4d5a7cb1a7086129019a29dc063a3a28f63]

        Implement some more XModify methods
        
        Change-Id: I1345d6a3d62f1e5c3353c5412024f6b47f824f7a

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [ccfab82ebd35771163d782da6b3737127a8ad589]

        gtk3: if we have GTK_STATE_FLAG_CHECKED use only that bit
        
        in order to get insensitive checkmarks painted gray
        
        Change-Id: I29016b8c5f08c74934068bb06ae2c76ca2cb01c7

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [85eb28ccb72b97f253418a925fe54fa6bc124d01]

        gtk3: don't include the focus pad and width in comboboxes
        
        otherwise the text inside them is getting clipped out.
        
        May have to revisit this when we get to drawing focus rects
        
        Change-Id: I3be4ce9d5e5540056974159d4ddb866c099958de

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [182c202d6d3fd9422bf3628a2fa4ccd7ab955c5e]

        gtk3:don't even out the left/right top/bottom, take the figures as-is
        
        Change-Id: I2836446a8032b71c83feba5e3e669b5131a29ac1

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [009b10efab695ed8f95f0dc5621ad13ddfcb3645]

        gtk3: implement CTRL_FRAME
        
        Change-Id: Icf9d7703c8a82f1e7b178ea75a66861c01f58800

2015-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [926392de616c4ce32b82f7cc002655bc765b4aae]

        PropertyNameSupplier: use std::unique_ptr<>
        
        Change-Id: I1e4cf3241bee20677f61ea334efc3aa4e490a016

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [b1a9498a1415ca42e4d13f3e56daff0ebffc0ccf]

        Remove EditBoxValue again and just use the native widgets size request
        
        Change-Id: Ib9d0f06bffc9e9d31149a622350145024a9b8a99

2015-05-13  Takeshi Abe  <tabe@fixedpoint.jp>  [47ac1b7445520c04f4c98bac925fe14257fd8098]

        perform a proper boundary check, just in case
        
        Change-Id: I4713b88a2130658513fd64793129c855169f0187
        Reviewed-on: https://gerrit.libreoffice.org/15720
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-13  Takeshi Abe  <tabe@fixedpoint.jp>  [19ba9e08cab4ff75595f53b9689989495ff5f625]

        slideshow: simplify code by replacing std::find_if by std::any_of/std::none_of
        
        Change-Id: Ib8eec5074e82127e11f4fba2c0b143ab8cef3bcc
        Reviewed-on: https://gerrit.libreoffice.org/15714
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [595a109f8f5cd19cc72e1e44f2ae111427bb4330]

        Slightly darken default workspace again to be easier on the eyes
        
        Restoring the fix for tdf#79278 and tdf#72142, which was inadvertently dropped,
        but with a better color.
        
        Change-Id: Ifa5a85e5113713d6eff706a542d475a19caa0c13

2015-05-13  Noel Grandin  <noel@peralex.com>  [4eb16dab21e3e6f47e899060e28ccc515e47316f]

        wrap some static fields in VclPtr
        
        Change-Id: I2df0929d1b34b9ebf2d5d4c27321abdea072007a

2015-05-13  Noel Grandin  <noel@peralex.com>  [6850e9b855d3d367ae51111e48cbdb2c28000424]

        first step towards removing LazyDeletor
        
        convert it from a template to a concrete class, since we only have one
        use-site for it anyway
        
        Change-Id: I7209243cc744c7ddb727d6136795d8628b91ff6f

2015-05-13  Noel Grandin  <noel@peralex.com>  [274c836cf82ce3929141e03a28cfb840f4c724cb]

        check for static fields that needs to be wrapped in VclPtr
        
        Change-Id: I6135cfd9aa70f90d58150733b6b48525e5c347c8

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [be316c62086bd59b097f1db13034752833c3febe]

        Improve documentation
        
        Change-Id: I37a610acbce78033f90b7d18274eb233a734fd7e

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [4eb73e4e00be7680674a706331fd245a207e8b5f]

        Also generated doxygen docu for the org UNOIDL tree
        
        Change-Id: Ia903c473a482ff228e013aa28f3a041b12cf2a79

2015-05-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [edf3c40421c193a0603d220d50320c9953cfb9ed]

        tdf#68871 Nuke old Elements box from menu, rename new pane
        
        Change-Id: I22301e72a8cb8d11ad35ea63e6361b56e7c7e867

2015-05-13  Jan Holesovsky  <kendy@collabora.com>  [0d7a34d11f05dfdb010fce43710a3f03a931616c]

        rename-sw-abbreviations.sh: More stuff that must stay verbatim.

2015-05-13  Jan Holesovsky  <kendy@collabora.com>  [c6b00f6b277e5751f6fe5e3366e33ac19fcbf729]

        sw: Rename variable.

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [7343e171256f16e86b3c43aca6412c738c89c3d4]

        gtk3: stop painting the active listboxes blue
        
        gtk3 equivalents are comboboxes without entries and
        those don't do this
        
        Change-Id: I71efe2c11a1d604e6c15927844f5a25b78771e62

2015-05-13  Caolán McNamara  <caolanm@redhat.com>  [5db6da7c5d27c5b8be59fb9a4599d5c95d7f1bd7]

        gtk3: get comboboxes and listboxes rendering right again
        
        and also get roll-over working for listboxes, here
        its actually to *not* support PART_BUTTON_DOWN that does
        that, which is weird.
        
        Change-Id: I0fc1152a3ee49164f6b5ecca6933730271c6da5c

2015-05-13  Noel Grandin  <noel@peralex.com>  [6ef580e7922adf85b3bd60af679c1fd51cfc8490]

        fix OSX build
        
        after my commit facc91ab4a3f25b3290408c7083ed4c09dd8d759
        "convert FLOATWIN_POPUPMODE constants to scoped enum"
        
        Change-Id: I5c2264eb2bab9ace89a72adecc840bc5d9d80b9d

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [cf301dcd0c353b7460914d0d7e31f3f8a1db2a34]

        Make it more obvious that the value combines DrawFrameFlags|DrawFrameStyle
        
        Change-Id: I60b92fe2f9120b03293e5f880bb94a6c85e5a7ab

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [b7b0035c5f1267da8c178ebc9a48415cbb3feb0c]

        loplugin:staticmethods
        
        Change-Id: Ia16605c8227573948e2ac750414e9dff3efc2f81

2015-05-13  Noel Grandin  <noel@peralex.com>  [7c9d6c6e28adfd372791e2195ff4d830bad6b012]

        fix OSX build (take 3)
        
        after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711
        "convert FRAME_DRAW constants to scoped enum"
        
        Change-Id: If30425e329b13f971723d007086638abdb06865f

2015-05-13  Noel Grandin  <noel@peralex.com>  [5525ad365c9c19d86d32efdd4644bfcf43063bcf]

        convert FLOATWIN_TITLE constants to scoped enum
        
        Change-Id: Iebd2eadfa375092a33d6de9d7f7964dba64f7d6b

2015-05-13  Noel Grandin  <noel@peralex.com>  [666f42854e04141541227d88130ff3338aff07b6]

        convert FLOATWIN_POPUPMODEEND constants to scoped enum
        
        Change-Id: I36fea4608c744c941bdff401b649fa46302b4dbd

2015-05-13  Noel Grandin  <noel@peralex.com>  [facc91ab4a3f25b3290408c7083ed4c09dd8d759]

        convert FLOATWIN_POPUPMODE constants to scoped enum
        
        Change-Id: I744d430ef6a506977eb10b892582c8969ec27524

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [96096e27457454219c6621b060e89319ceaca23c]

        Fix kde4
        
        Change-Id: Id34bc6fbdbdc3c1f0b99ef9807fb7d27a00aec50

2015-05-13  Noel Grandin  <noel@peralex.com>  [c5c209427dbb3fc2932210ddc138421cfed1baa4]

        fix OSX build (take 2)
        
        after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711
        "convert FRAME_DRAW constants to scoped enum"
        
        Change-Id: I9aa8b267b5ca8f1ffaf2302c91d337f0906089f8

2015-05-13  Stephan Bergmann  <sbergman@redhat.com>  [69c32b13f348d658ae5c1352120ba22bc28b5870]

        loplugin:staticmethods
        
        Change-Id: Ic0557eabff8a323a4cbe7aa9845464d752c68685

2015-05-13  Noel Grandin  <noel@peralex.com>  [5b76c5023faf345814a7dd874d2b7cfd3dd05096]

        fix OSX build
        
        after my commit 7ac403aa7cb2bd531245280d88bdc9fe6553c711
        "convert FRAME_DRAW constants to scoped enum"
        
        Change-Id: Id76d76d5549cd09b35b1d9e8fb68c9549f9fd3a9

2015-05-13  Noel Grandin  <noel@peralex.com>  [4c27e84145fc8546b180b81c15f58d2382779ac9]

        convert ENDTRACK_ constants to scoped enum
        
        Change-Id: Iaccd9c3be1ae24f7f9861f9049cd5b52f155170f

2015-05-13  Noel Grandin  <noel@peralex.com>  [670b7ade84ec972d831055349e2bdbc2b1218955]

        convert BUTTON_DRAW constants to scoped enum
        
        Change-Id: I6ad6558c855736a4a5268593ced9c8300235d4bd

2015-05-13  Noel Grandin  <noel@peralex.com>  [d61f0a8c8634827ad427ebb4609d389164c0cc79]

        convert FRAME_HIGHLIGHT constants to scoped enum
        
        Change-Id: I44bd2c54c8b1d6cafd7c15eaf0d77a336ac3fa65

2015-05-13  Noel Grandin  <noel@peralex.com>  [61eb53d39a8d90167dc5599c2a2092626788a630]

        convert FRAME_DRAW constants to scoped enum
        
        Change-Id: I98e52aa56ec063ecc8f3d10baef65eb293c726bf

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0ac80267730300f53e2410ffe9c0883f19f656a6]

        add PostPaint and change PrePaint to include RenderContext param.
        
        Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [822ee8a3395588d2022d3d560ed4e1ed34c369a5]

        refactor RecentDocsView to use RenderContext
        
        Change-Id: I0fd6db7c7eb0481f99639ec7520dc01724fc0db8

2015-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f61c275f091de4b8b66685dbb5e7f948cc51c158]

        add test for primary and secondary axis position
        
        Change-Id: I8e790153c45c8ec2a4a94d629fbc0e36e60617d8

2015-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33dd700085441e0903a1cfdc876f2d6338c76bef]

        extract copy&paste test from import tests
        
        It makes more sense to use an independent test for these type of tests.
        
        Change-Id: Ied0cf3e42ccd391594f1dc884617f9dc498e700e

2015-05-13  Henry Castro  <hcastro@collabora.com>  [2c5be9611c3c74d02bd4fd5ac05170ea83d1ba20]

        Unit test for tdf#83366
        
        Change-Id: If0bea3c3a2b0d098e82fd54c069f99041e6ace81

2015-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12fd50bfdff0f91cb4a7ae2e90049f25838a2433]

        the secondary axis should be on the right
        
        Change-Id: I604acb0b7f0bf8b726ace07c2fa9919c0f0b6aa6

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b3a30f40a7ce476922649b734f6ede1c2fdef4b]

        fix warning when running "make check" with werror
        
        Change-Id: I490568b715f21c94a1078fe04368ed7c9132c311

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb7b94bfcc6709ff3cf8fb98ca7a1a3768092b39]

        refactor TableWindow, ColumnWindow to use RenderContext
        
        Change-Id: I000ac253a57f9fdbb14c700e4a0163c3ba18a7bb

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2a5ef299cecc56978dbd15fa4df8d145bae08d33]

        refactor GalleryPreview to use RenderContext
        
        Change-Id: I0fd307e0db532e9f49ecc0b1431ce59ba869b19d

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7eb051447748e1a11648dfa63e9e038370bd095b]

        refactor PopupControl to use RenderContext
        
        Change-Id: I3587cbe8a4025869422106b68c946981da1c6cb9

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [571e597bc3c91f29c75d804028268255c282764d]

        refactor LineWidthControl to use RenderContext
        
        Change-Id: I5ca1a367c4eba0a2f39c2aa9702e3d3bd5b2477f

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6e4349411eea331e018c96952da8b6e49c469042]

        refactor SvxRubyChildWindow to use RenderContext
        
        Change-Id: Ia60e0027cc915fda68ee10dee25c78a84a5d7945

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [716f8e04a5bd1bde7d2ed9cae56b59eb7f7f77f1]

        refactor SvxSwFrameExample to use RenderContext
        
        Change-Id: Ice4ffab3bc98b76b7ee90aa4570b2858b01bf906

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7d6fea90d34b888e878eb7674e380c1c08522a16]

        fixes of SvxParaPrevWindow refactoring
        
        Change-Id: If9ca3234f9f3ea1ed176d3fc020d4b6d7a554937

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0e27079cbf1c99227afd8366dd0be03bd6496a0a]

        SvxShowCharSet cleanup
        
        Change-Id: Iadb110bb6ec64c66f1a9b54c43d19664f890ec74

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [83d33d35e113ccb5b24313ff48e18f1000a3b19d]

        refactor SvxParaPrevWindow to use RenderContext
        
        Change-Id: I3eb7ad267b261c28b193dfc6de24e4facdf57850

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [02eff9d83734b99996b30cf65768f27bfc0e161b]

        fix crasher in ValueSet
        
        Change-Id: I846ebbf70f90c417fafd8cba8148c88f70d0c398

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d85412e08c8817be7c80d8b1b76874b9da4b0aeb]

        refactor SvxPageWindow & SvxXMeasurePreview to use RenderContext
        
        Change-Id: Ic6f4d1238c0a4c8f4632cf26099ef406caf5dbda

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9a81ba666bd5bb48b3a6a95e580659c7d372e8b7]

        refactor FrameSelector to use RenderContext
        
        Change-Id: I53123245277a76aa6f782e589d10b82e3dc1d9e7

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [37b8f4e0a1a21d07fd949a92c5e9dc6911a8b8ad]

        refactor SvxFontPrevWindow to use RenderContext + clean-up
        
        Change-Id: Ibbb23adff4c38b4c819894b6714de355f13219c3

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a7246759ccdc5c00b160515c4fe3334d093d8dd0]

        refactor SvxRectCtl & SvxPreviewBase + sub to use RenderContext
        
        Change-Id: I2ca96a94273c7985cef284eebd4199ad7a4b98f7

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [49cbb78f78d6263ef73655a30c85a720f3db7027]

        refactor Svx3DPreviewControl to use RenderContext
        
        Change-Id: I73e929d217c74b4f6edfc3d70e0c046574c27507

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [00094cd15165a7dbd0ca887c2e95b7afddc4ff52]

        refactor DialControl to use RenderContext
        
        Change-Id: I9efaf6e4910606dd6b7f70420918d82c193cb244

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [514e461fedaddcbc603cbbb0afb93f563d3b1ea0]

        refactor SvxXConnectionPreview to use RenderContext
        
        Change-Id: I896970a8df1e4bad0c73d5fa7838464bea231e5f

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9130c6111b79ff67d26089ce75300d818e2999e5]

        refactor GraphCtrl to use RenderContext
        
        Change-Id: Id0a3d24e7c6d6910b62f2950dcb7bd5cb67f59ad

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [eee24f6c5deec1a1dff30597567f6ae121d880fc]

        refactor ContourWindow to use RenderContext
        
        Change-Id: I4b7b5f98b56c8cfa41dcd71ccb25e2d6c809cac7

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [613ead6d876508b0da32a4511b140b7f2abdac73]

        refactor SvxShowCharSet to use RenderContext
        
        Change-Id: Ib88b654cbdd321ba51246346a1648d7da2596aff

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d28e29c8de39b88699765e7ea96afd5e5100dc7c]

        refactor ToolBarMenu to use RenderContext
        
        Change-Id: I26c5ad18445faeb55961030edc9f1daab2edab59

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dfb70a8f6367553ce55b46b68a088079dd4a09e7]

        Add DrawSelectionBackground that is outside of vcl::Window
        
        This will later replace all existing DrawSelectionBackground
        methods found on vcl::Window.
        
        Change-Id: I383b5ae880066c473c702b59044b1b77f4920c05

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6fb6b45c77a9a9b921a540cc671bc792018fbf77]

        Add expand (contract) to Rectangle as it is often used.
        
        Change-Id: I98e2738a1f79a1157c18b6003f70955e071f1654

2015-05-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c7f056ac3ea388270f9739354cb1631328940d53]

        refactor ColorWindow to use RenderContext
        
        Change-Id: Ieec862a1e13ffd18a74aba9569268e84ac078a57

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b34b648fc3262c5d9aa295f621e8fe9c97d4c6b2]

        uno::Sequence provides now begin and end
        
        Change-Id: I7af0db5381737c7d28a491e4aca673d9cc4b1e19

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ceac38106de4f2657e854d5e1d657d6df9321032]

        add test to make sure only one x axis is non-deleted in exported doc
        
        Change-Id: I8172015668cc43b4383276f2cd20cce4b0704277

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1573315ec978b7f53a8babeb7ad44e104896209e]

        export each axis only once non-deleted, related tdf#84347
        
        Change-Id: Ia0e23faf43fd266b8314f807b77423e9a3e15797

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aec34850ed7d27938bee2a3a7b8761e9eb74acdc]

        remove and replace old OSL_TRACE messages
        
        Change-Id: Id6de1425c03be8552d1dd2597001bf0632292e90

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69c7625f6da8c6a2f97d7a26b6b7cba83238d978]

        use r prefix for reference
        
        Change-Id: Iad76b7263526da4e50ef3c0b6933a8833f567790

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ec0633e3179cbe3c50260d0ba46826264ef5f68]

        use chart2 API for attached axis export
        
        Change-Id: Ide1a30307711e3857d83b691c95d984439359005

2015-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cafbd676785b5238f584982654c279f29d2393e0]

        rename variable
        
        Change-Id: I6606ca56c28569b6b2ceb1607c8dc570ce50bba7

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [21ab418859d5f8fc16730dc26f1dda149ee132fc]

        sw: replace that awful constructor that overloads SwTxtPortion copy-ctor
        
        ... with a CopyLinePortion function; how can you even...
        
        Change-Id: Ie7d459ee317522e35fdbbd3974afabe7a136fe62

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [ba587924b14d3e03f5c2bddf66d1da18089fc580]

        sw: let's try without a SwHyphPortion copy ctor
        
        It looks like it can be easily avoided.
        
        Change-Id: Ied8a047871c431b809569e1bbf232ce769d498ec

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [92a2445fcbdca5e1792b3579525ff40426700154]

        sw: fix another wrong call of SwTxtPortion copy-ctor
        
        Not sure what it should do, but given the parameter is SwLineLayout
        it will set POR_LAY on a SwTxtPortion which is wrong.
        
        Change-Id: I4296bcdf9e788338eb007ad09eae675a9fdc6a75

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [8875c2e06ffd055f5e4637a71761457b1131a1c3]

        sw: fix crash in sw_unoapi due to calling wrong SwTxtPortion ctor
        
        Crash in sw.SwXTextRange because the SwTxtPortion copy ctor is
        invoked, which copies the portion type POR_LAY, but SwTxtPortion
        must have POR_TXT.
        
        (hilarious regression from 2db379e22a7854dc16cc0066af70f16d5662d7e8)
        
        Change-Id: I781191a60dafeba2257edf01699fafae78b45783

2015-05-12  Stephan Bergmann  <sbergman@redhat.com>  [0bfc98e63b062bc847fd0f37308c050ac618c56f]

        loplugin:redundantcast: reinterpret_cast to void*
        
        Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba

2015-05-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4e871a9b225c0d21ed703b45400b4e8476214bce]

        Hyphenate this compound word
        
        Change-Id: I60bbc40e1b3c6369a10ad1241c310fc790329b11

2015-05-12  Caolán McNamara  <caolanm@redhat.com>  [67f15c1d7666dc746358d3ac2e4aab400247800e]

        avoid crash on export of ooo121238-1.odt to rtf
        
        Change-Id: I2ba426168f861e69ef81850bb23576036b30fc76

2015-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f822faa709b85c282ccc25b1e6988d26fc5a6f5]

        CppunitTest_sw_rtfimport: error C3861: 'paste': identifier not found
        
        Change-Id: I6abcce4f526834648409ebce17c8b9f13bf956e2

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [ce30343fcbee32d002181bf69dd3e935e4072193]

        exttextcat: suppress -Qunused-arguments warning for Apple clang
        
        Change-Id: I857ea5f37452e2b1242fc35e569191adfc5f90be
        Reviewed-on: https://gerrit.libreoffice.org/15719
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [c326b9daaa58e2177c0a48fc03a34e7830997fab]

        rename-sw-abbreviations.sh: Don't change the test documents.
        
        Change-Id: I772d04cbc2ec02438c59024ed83d810557ad4da3

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [44067f6f2ca09e53a3195553637aea97fcb23239]

        rename-sw-abbreviations.sh: Avoid changing itself.
        
        Change-Id: Ifbcd57a6ecbea67eefc89c2bbd72967b683362a3

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [c4e59041660f10a5a410ec6930db3e524439e4d4]

        sw: Script to rename the most annoying abbrvs in Writer.
        
        Change-Id: I8d09d7f1a307cd5026fd007a2c82b21de925145e

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [2a2a180d610eb92a6d856336527f3f8388244832]

        sw: Hopefully the last round of renames.
        
        Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d

2015-05-12  Philippe Jung  <phil.jung@free.fr>  [2bb4d6cad41765db299db45511d2554984666085]

        Missing disposeAndClear in MsgBox basic function
        
        Change-Id: Ida3d792a6f3797a6173b31b86a49b72ad7353340
        Reviewed-on: https://gerrit.libreoffice.org/15717
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8931abc0b9fded1ee78eca6bf28e8d2438a76add]

        tdf#90260 testcase
        
        Change-Id: I06a5ff604e6782863c4a2d6e002c9d67d42912fb

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [247d080b366083b3ee4054675b70af2ccbbb34bf]

        sw: Another rename.
        
        Change-Id: I3d7bf8a5db4dcae4b5653fe5e033bc9e626b7bbf

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [083b54c7d198ae402e9038a930a66be818475ac3]

        sw: More renaming.
        
        Change-Id: I7f8d0d7285a95899484ec972ae38bdb8543ae2e1

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [2b999dd6da5a90db66afe852a007fab8c62ffaec]

        vcl: kde4: loplugin:staticmethods
        
        Change-Id: Ie51eaa11e1ed1e811c9b671c1284f81e1459151d

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [3fde334a5ddb340b5ee6510bdb56c1732f554750]

        sw: More variable renaming.
        
        Change-Id: I390b5da7c4d88de3f26c774bc525db823d1d5e96

2015-05-12  Stephan Bergmann  <sbergman@redhat.com>  [7f1004ba170df6e7085803c63d0839f85df70349]

        loplugin:salbool etc.
        
        Change-Id: I0cd65a88fba241725476a407143e2d4d03961dc5

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [be88e305eeac88e51f83efc004d4b60b87f1e757]

        tdf#90969: basic: add horrible hack to avoid crash due to ...
        
        ... the stupid global variable GaDocBasicItems.
        
        Change-Id: Ib849e0e2b661e54005d00091f6d6fc474dc5549b

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [3d664cc3d9ac4c2b8a6eafc650b434886dfeb29c]

        sw: Rename some variables.
        
        Change-Id: I5b7e0a9d9138dc6b14c74492b2beff70438a7998

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [195e7b98a3bdf837215d2c621df29343069f6a0e]

        sw: Prefix _SaveTable member variables.
        
        Change-Id: I202f2fcab01ceb3dbc684a3eb7d7440d6d4ff451

2015-05-12  Michael Meeks  <michael.meeks@collabora.com>  [6e908d3c3f28c507de72579e33c31a99fb4f1ce9]

        svtools: hold strong VclPtr references for global state.
        
        Change-Id: I55c384495a0b1e0e128ac71ec3ae4afee6964fde

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [2ed1c696c3a45705d1d5e5f38f8ee7aff48f0436]

        sw: remove unused pFirstPaM variable in SwXText::convertToTable()
        
        Change-Id: Ic7ddd39334c318ff2b966fe1ff04fb62aa3eed4b

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [c74631a0ffd32d3e0794fdd861582ca5b1d55b45]

        sw: remove redundant parameter of SwXText::Impl::ConvertCell()
        
        Change-Id: I8f435c4a8bb8e2ad118abd001df56162a3996521

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [36a7ac0de3c97168f401e84f4ce45d1e7a1776c3]

        sw: assert other postcondition of SwXText::Impl::ConvertCell()
        
        Change-Id: I4fe55ac856839c04d469fa5e9b3c0fb4191e4b19

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [54c38ff4780355720f2f6065d7bd542f288a5ec8]

        sw: Rename some variables.
        
        Change-Id: I6cf30f74b8e6f32afed83fec1325ddf4d1f00ced

2015-05-12  Mike Kaganski  <mikekaganski@hotmail.com>  [0ddd9f9ff45f61013ea18763eca4c68aedce6caa]

        tdf#70318: don't forget to clean up second fake paragraph
        
        RTF insert is made into an empty paragraph. To do that, two splits
        are made before the insert, but only one is reverted afterwards.
        This patch removes the second.
        
        Also fixes a memory leak from unreleased heap object
        
        The corresponding unit test is corrected. It was incorrect
        because \par doesn't begin new paragraph; it only ends paragraph.
        If a RTF is ended with \par } then no newline is added to its end.
        The old unit test only worked because of the bug fixed by this
        patch. Correct way of inserting new paragraph in the end of a RTF
        is \par \par}
        
        Change-Id: I63d50a940d7960beb35f7d774c833ed8499acbef

2015-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e702c78843e387d83fd9c8fbd1597cbe27e3e656]

        tdf#90260 writerfilter: pasted RTF documents may contain no \par
        
        sw core is not yet adapted, will be done in the next commit.
        
        Change-Id: If8da12427e0cdaced4c1c1776b9f0b8cbde5c57c

2015-05-12  David Tardon  <dtardon@redhat.com>  [d8eee8e4d1a303044bf34b28c2e95bd6da23fd79]

        java dir for powepc64 and powepc64le can differ
        
        E.g., RHEL >= 7.1 uses ppc64le for reasons listed in
        https://bugs.openjdk.java.net/browse/JDK-8073139 .
        
        This is a follow-up to commit 7a66dbe982623be620ad6ac426fe689a434e5f51.
        
        Change-Id: I685f76d51e9775788a7fb225c6a5e2309a45ceb7

2015-05-12  Ravindra_Vidhate  <ravindra.vidhate@synerzip.com>  [d2ef03ce0b9295034f9078bc04acbf4cfc939ef6]

        tdf#84153: "Edit Comment" in context menu when a cell has a comment
        
        Problem Description :
        1. When a cell doesn't has comment, the contextual menu shows menu
        item "Insert Comment".
        
        2. Also when the cell has the comment, the contextual menu shows
        following menu items
        "Insert Comment"
        "Delete Comment"
        "Show Comment"
        
        In the second case mentioned above, the contextual menu should show
        the menu item "Edit Comment" instead of "Insert Comment"
        
        XML difference: None
        After RT : None
        
        Solution :
        In this patch, a new menu item "Edit Comment" have been added. So at the
        time of the display it checks whether cell has comment associated with it.
        If comments are present for cell, it will display "Edit Comment" in the
        contextual menu otherwise "Insert Comment" will be displayed.
        
        TODO: Writing a UT seems to be tricky for this change.
        Need to analyze and will raise the UT in separate CL.
        
        Change-Id: Ie0499d02157c4fd18894c5f203c363f64659f3b3
        Reviewed-on: https://gerrit.libreoffice.org/15713
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Henry Castro  <hcastro@collabora.com>  [2b5915da481990fd6ea272104215d82b6fbf5dbb]

        tdf#60573 Conditional formatting does not allow scrolling
        
        If you need to apply conditional formatting to a cell not shown presently
        on your screen you cannot scroll to the position you would like to use.
        
        Change-Id: I18549316d2c725ce032a65cffb969bed21b771c3
        Reviewed-on: https://gerrit.libreoffice.org/14258
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [4f2c8194f485b1527fb4f4dfe23ce804937f1f9c]

        tdf#80340: Table changes format in PPTX format
        
        Problem:
        - If the PPTX contains embedded table i.e copied from excel, when we open it in
        impress it row height increase due to this table format changes.
        - Table contents empty row i.e without text, then row height increase because
        text height is added also added for empty row.
        
        Solution:
        - Added check whether row contents text or not.
        
        Change-Id: I9f8a99aa407384505f0075168cf64fd51b8b4c7b
        Reviewed-on: https://gerrit.libreoffice.org/14925
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Arnaud Versini  <arnaud.versini@gmail.com>  [7ff58e1a8965606a9fb45153a377b84593746420]

        Basic: Doesn't allow non ASCII characters in numeric literals
        
        Change-Id: I8b7755dbea56953a04cd7687181ec246fc680c43
        Reviewed-on: https://gerrit.libreoffice.org/14691
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [443d5205d22aa952f8b6975a96ffe8dc0e24d409]

        sw: Rename a variable.
        
        Change-Id: I1b026273942d325eefdd53f0268e5ca5505ede04

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [fe036ea3fa0cd594e65f99d9c2ff07c8623e5f5e]

        sw: Prefix LinesAndTable member variables.
        
        Change-Id: Ic5c8e439de38a421e2ac056fc1c11c872cee34f7

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [6a298f0ef5e2de59cf42decd01cb25230c960f75]

        sw: Prefix _CopyTable member variables.
        
        Change-Id: I12a020f4912921761a8bc4f8913638b5b41a91b5

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [0571a2de45b1803bcd930224d9579f4a3a6f43d7]

        sw: Change variable name.
        
        Change-Id: I3721174723eeff4a5a02bd40c3d037da2c3f5a5d

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [ffae8ac2411bd1bae2e1299128100ed7fcf85108]

        sw: Prefix SwAutoCorrExceptWord member variables.
        
        Change-Id: I2849aafc407e4fd0a24ea3d98043c399a9414ffe

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [70c4355ffd494dffb59818c225b4a3343476e9a6]

        sw: Prefix SwInsertFld_Data member variables.
        
        Change-Id: I2c07a57e60f8eaf1b9d570f4d42dd2955574a85b

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [2feddc10430ee932df0414406d7200b57f50d632]

        sw: Better variable name.
        
        Change-Id: Id02f9bb3ba2d1530c842446d63138234b82d3f97

2015-05-12  Caolán McNamara  <caolanm@redhat.com>  [cc5baa41fee257498661320e24169bb3f05391fb]

        fix build
        
        Change-Id: I2afc99ec7b54f366044835a8d8e1ceeb1783ca2c

2015-05-12  David Tardon  <dtardon@redhat.com>  [7a66dbe982623be620ad6ac426fe689a434e5f51]

        java dir for powepc64 and powepc64le can differ
        
        E.g., RHEL >= 7.1 uses ppc64le for reasons listed in
        https://bugs.openjdk.java.net/browse/JDK-8073139 .
        
        Change-Id: I982e65cdf99999e8a5ed23cf444ccb2aee764c4c

2015-05-12  Julien Nabet  <serval2412@yahoo.fr>  [3dfe2fc394ca1e168e800ffcc3ac0f69b4eeb173]

        tdf#68871: Remove the old Elements panel from Math
        
        Conflicts:
        	starmath/inc/toolbox.hxx
        	starmath/source/toolbox.cxx
        
        Change-Id: Ie148d57dc14ed3f38566c24ee027f23e25987810
        Reviewed-on: https://gerrit.libreoffice.org/15599
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [a878ffae876610bf7522d79685b6e07191a88214]

        tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exported
        
        Problem Description :
        XML Difference
        Original :
        <a:pPr marL="360000" indent="-456840">
        
        After RT :
        <a:pPr>
        
        Solution : added support for marL and indent for paragraph and bullet.
        
        Change-Id: I1132d7b90ac1d7fc924f9a048f189e07e255e33b
        Reviewed-on: https://gerrit.libreoffice.org/15016
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Heena Gupta  <heena.h.gupta@ericsson.com>  [511499b3ba08024e3d6853f096ad1d96f96b216d]

        tdf#91904-Import Image for bullets through "Add and Resize" Button
        
        Change-Id: I25390268da3b16261d054cd4c093b35a9ee3ce26
        Reviewed-on: https://gerrit.libreoffice.org/15642
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [27491725a689d98e6b327bd1faaf4258b923783f]

        Fixup my earlier quoting fix.
        
        Change-Id: I9a7afb28e09f7f8aa577e180f647839d67964bdf

2015-05-12  Michael Meeks  <michael.meeks@collabora.com>  [936a49646738452f7331ed9a47ac015db9ee7295]

        Switch VclBuilder constructors to use VclPtr.
        
        Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf

2015-05-12  Joren De Cuyper  <jorendc@libreoffice.org>  [ab81e3bff2a1844be67209bc8947d539edbaf8e6]

        tdf#76941 : image greyscale not imported correctly
        
        The eColorMode and other graphic attributes were never checked due to this statement.
        This statement is last altered by 0f0a22ade666d33a10d9c83c0f636be9acf1ed39
        This only fixes the import.
        
        Change-Id: I9ba7e745582faf37898f284600d638aa4806a362
        Reviewed-on: https://gerrit.libreoffice.org/15710
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-12  Stephan Bergmann  <sbergman@redhat.com>  [e1ebdf38969a17af9453f674c81663187411597d]

        loplugin:cstylecast
        
        Change-Id: I1c0f16d4f68013f126a52976d4ff9f7dde9f3eaf

2015-05-12  Noel Grandin  <noel@peralex.com>  [4c665178f49952138835fd318edef8978ac806e3]

        convert SYMBOL_DRAW constants to scoped enum
        
        Change-Id: I1a2200782941b1c7b826fd9fb03193e009cce697
        Reviewed-on: https://gerrit.libreoffice.org/15676
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-12  Noel Grandin  <noel@peralex.com>  [3fd5f8919ec2256c70ff26c14cb9f8065c5cb2f1]

        convert CURSOR_DIRECTION constants to scoped enum
        
        Change-Id: I444c61d0073b12740b55e316b2bb6e34f59dfe21
        Reviewed-on: https://gerrit.libreoffice.org/15675
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-12  Jan Holesovsky  <kendy@collabora.com>  [0c129aa3df35a056ec739579002b2fc958fb3a48]

        sw: Disambiguate future pTable.
        
        Change-Id: Ie3e217574bc9363c45b54015e8e16042b65adb45

2015-05-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4906ecb8210a8cf1b7befcfde7f867bed5d6ce43]

        cleanup SvHeaderTabListBox
        
        Change-Id: I55ccc084ca766460dd466e5ef9b725c13d851acc

2015-05-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [50128d02c2883d04e12b8e6857aa1b8bef479b08]

        cleanup SvSimpleTable
        
        Change-Id: I1c431dfa4867bad9bd62d5ac7ec4f6b48b960431

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [ac55ac11f66c9b8b44dc8281d6236d9e6d68ddd1]

        sw: remove the rLastPaM parameter for SwXText::Impl::ConvertCell()
        
        It is redundant now with pLastCell, and the code updating it looks
        highly questionable.
        
        Furthermore ConvertCell() has a post-condition that the last paragraph
        in the cell is selected until the end (enforced by split if necessary).
        
        Change-Id: I4351dcd76089eb610808ee847809b58e59048b12

2015-05-12  Michael Stahl  <mstahl@redhat.com>  [e4d4ee607efc8ec0e2284f661fd32f0e2ad99e76]

        sw: fix assert on loading fdo48559-1.rtf
        
        SwXText::convertToTable() is called with 8 cursors that all point to the
        same empty paragraph; that causes the paragraph to be split but the
        SwNodeIndex always point to the 2nd node after the split, so they all
        end up pointing to the last node.  So adjust the last cell's SwNodeIndex
        after split.
        
        Change-Id: I0fdcb19baf2fae840177fd621666c10f4f6f2a62

2015-05-11  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [23c0e00b50f7fae7a82134ef064eabf9514a941b]

        Add some quoting to shell scripts.
        
        I'd be surprised if the places given want globs and word
        splitting...
        
        Change-Id: I0eb9f2d39ac43479ee06a2477ba309a8e1944d20

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [d425cc7c73a8ad3d693216742d75b0f7f1bf5f89]

        tdf#90990 - listbox focus issue post dispose.
        
        Change-Id: I091662fed0ebe121d023a1bed1eda79e6eb5a09e

2015-05-11  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [0c3b96790da88fb22b5e932f9a4abaeb330b610a]

        tdf#90174 FILESAVE: export of bullet color for pptx
        
        Added pptx export support for bullet color.
        
        Change-Id: I0c7713a6d2161e1ecbe0d7f5778e78791e9759cd
        Reviewed-on: https://gerrit.libreoffice.org/15169
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [5ffe469a9e9c5b86dbdcbe556d23cd789a9f3a55]

        crash in numbering on/off->more numbering
        
        regression from
        
        commit 2fa44119c802c39c4871e77726c01e6ba62a6262
        Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
        Date:   Mon May 11 17:55:36 2015 +0900
        
            refactor ValueSet to use RenderContext
        
            Change-Id: I3985804f8cfd1b6807bc02bef5af3e24e5cb3cbf
        
        don't know if the Invalidate that replaced this ImplInitScrollBar call
        is actually necessary of not.
        
        Change-Id: I6aff171af6b7294a28f3b68fe854f25f51b6b70a

2015-05-11  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [8865ed2efecd03722d10e522265f31c99b13b2bb]

        tdf#90812: rPr is not exported after roundtrip.
        
        Problem Description:
        XML Difference: In sharedStrings.xml
        Original file :
        <r>
          <rPr>
              <sz val="11"/>
              <color rgb="FFFF0000"/>
              <rFont val="Calibri"/>
              <family val="2"/>
              <scheme val="minor"/>
          </rPr>
           <t>Red</t>
        </r>
        
        Roundtrip file:
        <r>
          <t>Red</t>
        </r>
        
        rPr is missing in roundtrip file.
        
        Conflicts:
        	sc/qa/unit/subsequent_export-test.cxx
        
        Change-Id: I79efd0f8f1a735ef7e4ebd3fda220b3e339ea91c
        Reviewed-on: https://gerrit.libreoffice.org/15548
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [686034d5ced19ea2a16127ba3f5af49e7f9e1b35]

        gtk3: insert a gap between tabs
        
        Change-Id: I7d502571719e58d1436b6651eb9f01e4ef46aa6a

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [0f8f60f2bef959389d45b2dd0a535cd8848ed8e9]

        gtk3: get the native tab item padding and borders size
        
        Change-Id: Id4dd1d7540cca83edbfa17f7ae70bfd61dcdefe3

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [c975bee3a7db0d318d1e460312be2922a09c7cea]

        tdf#91227 vcl: fix crash in ImplListBox during paste special in Writer
        
        Change-Id: I65637e7a205c443ff104a1ed5469aabd69571635

2015-05-11  Michael Stahl  <mstahl@redhat.com>  [26ebcb023ef3d38956085cbb39416e6f148ab351]

        sal: don't build cppunittester if cross-compiling
        
        Change-Id: I4e2d884b2f87572dc22fece897e384bdaa7506cc

2015-05-11  Michael Stahl  <mstahl@redhat.com>  [589d48c783fc18967cf122b18f9a525869dd77bc]

        vcl: gtk3: GTK_STYLE_CLASS_LABEL requires 3.16
        
        Change-Id: Ic6701e391525ed837fbd7f015025ccc5c345caec

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [500acced7c900b34fdd78139ecfd5e921309c304]

        Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"
        
        This reverts commit f14cedc4fd7ba784da3f7ca067a1af18b758e368, now that
        667910530deb61563d4812db0995da94e25220e5 reverted
        9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c again.

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [667910530deb61563d4812db0995da94e25220e5]

        Revert "Switch VclBuilder constructors to use VclPtr."
        
        Behaves oddly; not ready yet.
        
        This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c.
        
        Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [7ac254048a5698e046bbb7deccd171cb3777af61]

        gtk3: put magic 4 behind ImplGetExtraYOffset
        
        and rename ImplGetExtraOffset to ImplGetExtraXOffset
        
        Change-Id: I35fa46521da0db7ae19bf50116484ecbc1f13feb

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [30a2355f5203f31d8452e92ee18d5d245c1b826f]

        Improve exception message
        
        Change-Id: Idce206e0ddebbc9398297f15999579a71f9401c9

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [f14cedc4fd7ba784da3f7ca067a1af18b758e368]

        Silence Clang -Werror,-Wreturn-type-c-linkage
        
        ...after 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c "Switch VclBuilder constructors to use VclPtr."
        
        Change-Id: Ifc556c471bfbe3d0abf921ce3556ce75ad7a82ce

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [9a521e3d1f47044f157c59f215ee5b4e5b385365]

        Add back functionality erroneously removed
        
        ...with 09d5b31ebe187a4cd9f3efca5a7cb7f87e1e19f6 "loplugin:constantfunction:
        store," which apparently over-eagerly reduced functionality that happened to be
        constant in one specific implicit instantiation of a template, but not in
        others.
        
        (Plus, adapting the original code to silence false loplugin:staticmethods
        warnings.)
        
        Change-Id: I156df3aef1b3b0c9d36b2a54c57de29948749bde

2015-05-11  Yousuf Philips  <philipz85@hotmail.com>  [683cb8b9bd5dddfef6b64753bcaffd7d38d61a35]

        ICONS: Breeze fallsback on galaxy and sifr fallsback on breeze
        
        Change-Id: I06e680caf952152d0a5eb1486f1de330227b60ee
        Reviewed-on: https://gerrit.libreoffice.org/15661
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c]

        Switch VclBuilder constructors to use VclPtr.
        
        Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf

2015-05-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e7473c692cad4c19f1d9eadd2547df4a50875baf]

        editing/experimental mode as user-preference (Android Viewer)
        
        also exposes the other preferences (default document filter, default
        sorting) in a default settings dialog
        
        Change-Id: I7a4080f70f5727bfb2fabe8d8f57cb5b8337481f
        Reviewed-on: https://gerrit.libreoffice.org/15638
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [dbf1e124c7fef7cae5392959ab6a697a3a89c609]

        gtk3: now need to match GTK_STYLE_CLASS_LABEL to get label in tab properties
        
        since gtk3 3.16
        
        Change-Id: Iab4231f818a60a82924e81c1a98c98f6c0dc8ed2

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [176b8229bcee36122fe48d52abb3b250d3f80714]

        loplugin:staticmethods
        
        Change-Id: Icd4e1e2c4e7145515047b977808454280574603d

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [ceb6f473837261f2a6e43e028ce9da3daccc2f6c]

        tdf#91052 - more macros for 'make' constructors.
        
        Change-Id: Iece86485c52041b66cde91d7fbc772db16d90a93

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [3fa5ac20a003d2eb0b718a98eb2217749e3133da]

        Related: tdf#66353 make a basic regression test for formula parser
        
        Change-Id: I7f79aff38899fd814d707b40f3fd77b2c87b1328

2015-05-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [36c2e811539cd1a32a7a6f9a71c8ec996e250b14]

        simpress: HIG fixes
        
        Change-Id: I640ee07a9852064a1f9083a92ac326a5bed0cb2d

2015-05-11  Noel Grandin  <noel@peralex.com>  [82d68f9cbce4073a727c43b4a8e81d39871b71eb]

        convert COMMAND_ constants to scoped enum
        
        Change-Id: I88e67f89dbbab0646e8f106dfeb32c6ee1bb0b95
        Reviewed-on: https://gerrit.libreoffice.org/15671
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [19ea033f380aa196c9c868a3cdb43e967eb42abe]

        tdf#91138 - hold reference until idle dispose.
        
        Change-Id: Ibfa9a95d27796f8b44dc610db8daa71b968a7988

2015-05-11  Michael Meeks  <michael.meeks@collabora.com>  [b01554bcdaca076f900c25b672fd691dbe76c9db]

        tdf#91052 - more macros for 'make' constructors.
        
        Change-Id: Ic7ff127e2793993f9dcf1018f8d5ed4f2858a2c4

2015-05-11  Michael Stahl  <mstahl@redhat.com>  [fa9eb2512983b20510be3681fad379573b58fc72]

        vcl: fix build, remove dead SV_ICON_ID_PRINTERADMIN icons
        
        e8ef62f68ba0bf6a4908a9d63472b14d25e7623e only removed the .png files
        
        Change-Id: I8d6a8cd542495c596252bfe9026c420b8d855246

2015-05-11  Michael Stahl  <mstahl@redhat.com>  [8f21be49d3a0ec441e69db700ff8fbf4b54e1193]

        sd: fix --disable-sdremote: SetImpressMode() not static
        
        Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [3f3c4000d44a8b4175e1669a4324e2308b0fd77d]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I16fdb3a6e92c854f4143b5afd19d33818735222b

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [7011bf7817e1ed40c3c5a8020698996bf634045f]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Idac7d377f3798a56d3fb32d8e3ec393bd2a53e9d

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [00be1308d029f70ececc7e16c17e91f90573d798]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I72713a31aebe594b1a89c2d4a1c9f8aa37590e61

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [80434c1cde058b5dfe6b2fd4dde2b8307e2bf421]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I2986cc33a29bdb9a388ce6ac715a3b25502eb556

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [a71478d8ba7347f41c20585c56e1d5283757f82e]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I0f844c7265b52d668bc6a2368321950a1a00cce5

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [4a1eddb6d7d27030b119cef147147d77c9a3ff5f]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ic046e96b395713336cb33ce48a003183f7648d36

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [ad5daefda679ccbfb5b2759c970d34548bc2ba29]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ic4b6409013a19a78025973b26318ef05611a6984

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [2244ba7bc3e146e3ec8303064fb6d13ef548cdb2]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I9873e5be7c9ea97a44baf13f8ca720aff0ff2793

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [80c2dfa225a3e082b0a7fdab95cfed3eef17d0c1]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I0e42e757a6f7b0c28758193aad8b3cb01607b8b1

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [9672e6c81e1ded79ff964d0a0d667e4e172c4475]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I76a990da8aba9b62b3925d9632150930656e510f

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [47df2b2a2e13e44e45861d1e03c80632ae6777a5]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I3abfd98f165e2f3951cacc83fa578d442779107e

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [15376a55f12edbe7e8517e85e16148bb395a2799]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I42b3964ea13931b401be65324b556a803ffdc529

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [dcaf8af0f36bae675b9baf80e742ef97dfad3798]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ib9c8485590d939491c9bb2cf3f2b8a70200da231

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [77e6854ab3650a6cf6ee7edda7f6c61314cb106d]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I07aa70401391a4479d09907aa7e78a4fea894879

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [f9e73fe26b3319c851e8d54dac0dbb2acc65f847]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ia78ebb57f69c678ddc4ca2b42c82105fa528ff2b

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [68ebb45c01eabbd1f6e67b70926093b8ccad43bd]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I2a400d47fcb0693d83947b7cad84017c33867695

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [f8cb76ace55fa608f9a6b0f572ffc778cae5d0c4]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ia7902a4bf2ec9bc995dfa065fe9e2eb092613683

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [d5cb535017888c2ea5494384092bc86175802454]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I1e62523e08e6f1e7ec926b1a5e7c45d7c688f781

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [0ef18e3531776bfaf8367cb5531630be40e5dc1d]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I07d9567da23094836134a54afce660500bf1b3f5

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [10fe9ed22b10e3b285257da1e24829b2e91785bb]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I0968c4b37b97bb89ebc8b873c78a96431245f480

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [df2750d8aa6c82d072ddfad359dce18b5a743c9d]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ic92c92704e04ce868717a8fabf9919adbf27a54a

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [cde4d4a208ea8e19d13385efbcedfc0f65f74ac0]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ic494c8e3b072adceca984a3ceec02088ac08e880

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [7b8f64cfecf0eac97bca3146302394fd93af4bd8]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ia2d6f3e05398395af5e12ce9c1b35484f06a13b4

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [e4eea23ae073d7ba48d5040ae5c3a5cbe94fd4c4]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I21cac03d5100822ef99d4b7fb7c192c0d2adf1b2

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [c4f3fba11736c0a07c4d596f7b824e3ceebda51e]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [35f8f293956bedc52d9aac4c25d5672541bfb07e]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I10dfaab18f39df8766718370d0bee6c9e41d1a42

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [6e66946312803f00b14c4d492e82dbd85fe1a96c]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Ia1130431fa5206bd007b6ce05488e4a199323c5b

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [ecb56552aff2b0879fb1091d33cf1096186c443c]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I14eaa418950ee40534c308a19c50422a9a58fd47

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [b5b73ed868732f3ac12f5261c7e5cb14e0eab644]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I94230f5d0838f26173eb17401f7bf22ab126e7ef

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [5d9fe3793ad1bcabafd108ecf036dd389a873fc0]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: If8f59f3a9bc695ed407166e03e3e01e2725a4fed

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [471a680739dff66618f6879b085adfa8b5eb37a2]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: If95a985badc34d3789e82fb576836730aff9cefc

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [7e61f39f894be185cb8bb3f51034d45556672c0e]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Id980379f57590759ebc9b862aad3c6dfb04ddef7

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [3394622e05d5db1c755fbf2a34e2b6ea89f26535]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I74bf1042cc5a2c4027023f1fa32248a50f5d2274

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [6646474a8d640aade743c70c12726a6aeb65eee4]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: Iec7b56a49924acfc6cb15c17ea6a4c9d3ee196b0

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [ef6877c1671d7aea608b9448baa964c006c247ba]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I1e4363f917a978434fb11368918435da12531dc6

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [000c31c384c62dce9bc9160047f02cb2c62a7771]

        loplugin:cstylecast: nop between pointer types of exactly same spelling
        
        Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a

2015-05-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b6cd6e1827bf19bc90d062caa8a52e550b08debd]

        Sidebar: add a border to Slide Transitions list box
        
        Change-Id: I3ab7f5fbc43d78f5ecf8ec282845f132c7d27a1c

2015-05-11  Philippe Jung  <phil.jung@free.fr>  [f4f211619c4006ae99ec365f47d199c43fa21874]

        LO crash when Tools -> Customize -> Event -> ESC
        
        Change-Id: Iae2687d980b126912ed1e9c7045605a90aeb7ffe
        Reviewed-on: https://gerrit.libreoffice.org/15700
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [598b05f053a75abca920cafa208af2950bdcd1f7]

        CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcase
        
        This fails without commit d4a12421f2b0aafe97f8ab78017261969c36ae0e
        (desktop: pJSON may be 0 in jsonToPropertyValues(), 2015-04-29).
        
        Change-Id: I08fffe65eb6cdc94fcfc57c2b8f1ec9fa546f70d

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [38cb71ceae37f51d37a3c7c56734f2678e733e76]

        Unused oox::AttributeConversion::decodeUnsignedHex()
        
        Change-Id: I26d52d4ba49216dd9c3d402dbd5480865e5351e1

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4a7e5bd6db0d682d6f7888b5b1828a10a392fc1]

        sw: prefix members of SwAccessibleSelectionHelper
        
        Using rCtxt vs rContext to refer to the local vs member variable is
        suboptimal.
        
        Change-Id: I160cb923e1467c5a1e34d84c6c5d9061f637e3bd

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7007908df7681c75c1f13d8422c2bac56d952227]

        sw/qa/extras doc: advertise CPPUNIT_TEST_NAME
        
        And get rid of the no longer needed hack.
        
        Change-Id: I275cbf212a6e6d3d28d136be9736dd1ac03a66ef

2015-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec1a96e79e3e6225706151cb72eb3df763b0598d]

        tdf#91074 RTF import: handle \dplineco* for text frames
        
        RTFSdrImport::resolve() already had the logic to use the relevant API
        depending on if the shape is a text frame or not -- extract that to a
        separate member function and use it from RTFDocumentImpl::popState(),
        too.
        
        Change-Id: I663b372244f09f002447ece62587143b2a575795

2015-05-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e8ef62f68ba0bf6a4908a9d63472b14d25e7623e]

        Remove unused padmin icons
        
        Change-Id: I0e93591071e39a1b3afabe60b42482ad2752974e

2015-05-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0c731cf10e75f2761431d29ea631b0e444e90208]

        Tango: more updates
        
        Change-Id: I104d0369f493f3bd2b4e8b3b9f18801bbadf7afb

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [34f19860fcb7320b4c675df2febb043c33602d8c]

        refactor ToolPanelDrawer to use RenderContext
        
        Change-Id: Iee3d2801a257f26673cae5abf5614ed4382b5e6b

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [373edbd7a3eb5eed089c1addbf5e19947bed24c9]

        refactor PanelTabBar to use RenderContext
        
        Change-Id: I67865bc2512760a8dfcb6dc1b7688400f7986a6a

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f4147a39374c7692728e8506961f23e59a069c45]

        refactor TableControl to use RenderContext
        
        Change-Id: I4a84cdc8517b69b28fbb8521d0593ae5ed4c3a79

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f54212fb24a21401edd6593735898c9b42c09d0f]

        refactor SvResizeWindow to use RenderContext
        
        Change-Id: I3c986ff077a6183b6067c5a16a226954fa84b44c

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [795a9b32b59793e980e482a091e32217ed89bcf5]

        assert needs pFirst, to use NDEBUG here
        
        Change-Id: I435d887c4763bfbb4a24e9d34252a85967ef8947

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2fa44119c802c39c4871e77726c01e6ba62a6262]

        refactor ValueSet to use RenderContext
        
        Change-Id: I3985804f8cfd1b6807bc02bef5af3e24e5cb3cbf

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fb8f83c12e991ad01f049332c022697736d03986]

        refactor TabBar to use RenderContext
        
        Change-Id: Id29cbf407fe96fceb326b1197991baf4698e5177

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [2db379e22a7854dc16cc0066af70f16d5662d7e8]

        cppcheck: cstyleCast
        
        Change-Id: Id3ffa264ba7990b53d264745eaf0726f1468577b

2015-05-11  Caolán McNamara  <caolanm@redhat.com>  [951b128011db6bdf1050485b461d9af84a2ae367]

        cppcheck: unreadVariable
        
        Change-Id: I7af3807a4390e3b2f1bd9373feb937b6ff3dea7a

2015-05-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [5d00f1b0918dc067e0d22809f93b0491bbcee0a9]

        invoke sal_detail_deinitialized() on MacOSX too
        
        LibreOffice.app on Mac, eventually call NSApplicationMain()
        which never return.. so the sal_detail_deinitialize()
        call intented by SAL_IMPLEMENT_MAIN*() is bypassed.
        This will attempt to call it, as late as possible in the NSApplication
        lifecycle.
        
        Change-Id: I5cb63bfaeafb784a0fee356ff843b332d8e31932
        Reviewed-on: https://gerrit.libreoffice.org/15684
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-05-11  Noel Grandin  <noel@peralex.com>  [9f8d11eb2b356ae86d3be3934a3673d034a9d966]

        remove accidental code checked in
        
        Change-Id: I541d08fb32932917f8cc2c056325769e729e618a

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [e12e0087e25c0aebc1a19ade7bf5a554c44e3cd0]

        Suppress loplugin:implicitboolconversion warnings in Objective-C code
        
        ...(but not Objective-C++ code) where BOOL (aka unsigned char) expressions are
        routinely implicitly converted to int per the C rules, e.g., as operands of &&.
        
        Change-Id: I17e5dae9f065aaa814850196b1ef31f8fb07c99b

2015-05-11  Noel Grandin  <noel@peralex.com>  [fc9e78c78864cbfa67ddea646da4aa4677d99b0c]

        sw,sc,sd,starmath: convert to vcl::RenderContext
        
        Change-Id: I5d0a3b8ed1c49ba2806e0fa528d908da45afd58c

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [80244bff5f1fb5cad4638ed0b661f0c0f7776b07]

        -Wshadow appears to work now on Mac OS X
        
        ...at least in my build against the 10.9 SDK.  (Though Clang apparently emits
        far fewer shadowing warnings than other compilers, anyway.)
        
        Change-Id: I1f1e2ef693c3bd0846d85a3f72f32a8610f46194

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [3a298c37c451d2b6c259dae2c8efb35a3513562c]

        loplugin:staticmethods
        
        Change-Id: If28afc6a2936b150e6659ed84c5ecac9f4c54edc

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [14a55c42b62950e664f6171c4bdb1ba46888a176]

        Remove unused OSXTransferable::isUnicodeText
        
        Change-Id: I20fbfccc3e7799539372e72490fe5721ec009896

2015-05-11  Stephan Bergmann  <sbergman@redhat.com>  [aeacebee3c3af2f632c70a4a9926d2754208d6c8]

        loplugin:staticmethods
        
        Change-Id: I1730694d8856ed009b8bf02a71657ca933bc6101

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0617f87cddb2154b8d03380f0b20ecd09687fb1c]

        refactor Ruler to use RenderContext
        
        Change-Id: Ic4c57e161419a9b185b2c5ee8e8b79d3da9e4a7e

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71c561740d3a11081c7737376948212fb0937fe4]

        refactor Roadmap to use RenderContext, some cleanup
        
        Change-Id: I4750c17ae7110b0102ebdd141a31ab2a52c4e774

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [01f1a5b106ca2a324619ca02e7df6aba872c9a35]

        remove whitespace, decrease indent level, cleanup
        
        Change-Id: I618ca9c26e5d5371262d50782ea3396f11931892

2015-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [285d5c52f8dc07f15c62ca9698209f6132b91467]

        add test for tdf#84347
        
        Change-Id: I437801a752e2ae2fa762f46f566b761fdc02acb8

2015-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ffaa8e48b5a98bb7dd1891da09bf796467cf849f]

        fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcb
        
        Change-Id: I28543128b75315be1eda1a82f6e856778c38a33e

2015-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cffa77304daf2379a056bb2d86fe041e7c98bc52]

        only export series for same axis into same chart type element, tdf#84347
        
        Change-Id: I2b8b962054b0e1ca98db3929c6692e7c354e6a93

2015-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9b884187bad58a2291928349c455150d472dff62]

        split exportSeries function up
        
        Change-Id: I06c09a494bdf37a87ff851a8e3cbc94b22b9a511

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [020a52d855233164a4a1346eeacd3f07592ef36e]

        unused parameter
        
        Change-Id: Ied856c05594a0ee5bd43ec61e65d12dd18e746d8

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ec55cab06c67cff558a6245cd993c7d6187f58ef]

        remove whitespace
        
        Change-Id: I34995118b06319a8ff5b5c51b22cbe1898cb2756

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a0ba87f92d27d9096c14c3d422b1efe9c17d9b9b]

        refactor HeadBar to use RenderContext
        
        Change-Id: Ica05591754633fc64216aecbdf8010800133dfd4

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7d890d0482abb8e051144d8177917c21844638c3]

        refactor "Calendar" control to use RenderContext
        
        Change-Id: I41aea2e62bb8c034d07825bd4b8776e718cd0920

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [279c665ac1ecb60cb1450691ce3449590041b307]

        remove whitespace
        
        Change-Id: I70ee031eb55d10aa47e24714b839f5eb4d9a3109

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [25a0bd7b909fb8c87387d1413060f6c4ba5a51bd]

        refactor TreeListBox to use RenderContext
        
        Change-Id: I901a1f1f9732fb66718dca34c698a851e5b0d87f

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [69e233b75a024de60b677f2226d810cb11fe8f94]

        refactor BrowseBox, IconChoice to use RenderContext
        
        Change-Id: I7bc3982895fa118616330ee9df88abae96abbe14

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f17f17c5f54a8cd7e81dbe3f10611b969db113d0]

        refactor svtools - BrowseBox to use RenderContext
        
        Change-Id: I2532b772d1bfff268a8f60a4d59dad5c8960352a

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bebe347c53dcc3b86eefb29af1a1a57d982274d6]

        refactor "workben" classes to use RenderContext
        
        Change-Id: I9363d4d90df7c74cf7462494ceda2e2f47607dc9

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3d9edac679a6846bdb21540a42c04e73dd56ea40]

        refactor SplitWindow to use RenderContex
        
        Change-Id: I4f36977e7b1c4c210b8c70ec7aa248d9e6912241

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9ae37b8e018bf690016287db805953df8119124e]

        refactor WheelWindow to use RenderContex
        
        Change-Id: I59a7b31772e60a4da56b35e679928d8238b3d420

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56a45fcfd0a881a31f94aa102fe5f03af32a00e1]

        refactor StatusBar to use RenderContex
        
        Change-Id: Id29dd8ad0d5de77738f162aed530ed191f326aa2

2015-05-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cba2ced9cf5e72bf596915ddf5e951e0c9ddb356]

        refactor PrintDialog to use RenderContex
        
        Change-Id: Icff2648f04eca42a16555d334e42dda9f453b965

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [ddb3c4531c657cda6ae20dd950020cea1d12ba2e]

        cppcheck: unnecessaryQualification
        
        Change-Id: Ief6abf58b36a9f00b63e3ca71900b026628c996c

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [6ac930d25f368bfbd984e79c758747318aa34b3c]

        cppcheck: cstyleCast
        
        Change-Id: I0cc54e443793dda9bd11a907cc79b54dab3810ad

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [399fa0ee267a1927c14ce7ca7c19881761034154]

        cppcheck: uselessAssignmentPtrArg
        
        Change-Id: Ie7844af5ab7ead6383e60933588f66c5871f3282

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [4bfa6831908855ba6b8f741f730ebf28526e83f7]

        cppcheck: uselessAssignmentPtrArg
        
        Change-Id: I19d0903c09c63198f20260f67cddd14a7552fc19

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [b6b4816d51e99d8843ade4cc6a64774683796119]

        cppcheck: help out unusedScopedObject false positive
        
        Change-Id: I0df7a930ff970c26fbbb03d9333108ee3cae7ad4

2015-05-10  Caolán McNamara  <caolanm@redhat.com>  [cbf8a5c8b208c0a6b87a19f799dc5d5613e61e5f]

        cppcheck: noExplicitConstructor
        
        Change-Id: Ic334d7b0110319e0c581eecd111b73d1cce3134d

2015-05-10  Mike Kaganski  <mikekaganski@hotmail.com>  [c6bc9b33d5cac1ea40a829754004fde6ae16d8b1]

        tdf#74301: WMF: use LibreOffice locale on OEM_CHARSET/DEFAULT_CHARSET
        
        [MS-WMF] 2.1.1.5 CharacterSet Enumeration defines DEFAULT_CHARSET
        "Specifies a character set based on the current system locale;
        for example, when the system locale is United States English,
        the default character set is ANSI_CHARSET"
        
        OEM_CHARSET is defined as follows: "Specifies a mapping to one of
        the OEM code pages, according to the current system locale setting"
        
        Currently, LO WMF import treats these values as synonim for
        RTL_TEXTENCODING_MS_1252. This patch fixes this to use LibreOffice
        locale setting instead.
        
        Strictly speaking, this is not quite correct for OEM. E.g., for
        Russian, DEFAULT_CHARSET is equal to codepage 1251, while OEM_CHARSET
        is codepage 866. But I don't know how to distinguish these two.
        
        Change-Id: Id5eaf070cde040bd6eb1db28f1a498d647ba227e
        Reviewed-on: https://gerrit.libreoffice.org/15641
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Mike Kaganski  <mikekaganski@hotmail.com>  [4f864949a9484bbf21911859398743bfe2b1430f]

        tdf#66353: fix converting relative sw table formula back to box
        
        The check was incorrect: it invariantly checked only first part
        of formula, and thus gave wrong results when the relative represen-
        tation of formula contained external reference in usual box form.
        
        BTW, I don't know why there's hardcoded return of "A1" on error
        in SwTableFormula::RelNmsToBoxNms? Isn't that dangerous to provide
        an arbitrary valid result that may give unnoticed wrong calculation?
        
        Change-Id: If17c0f9459c64e65a6c2b8ed4482ffee78f115b2
        Reviewed-on: https://gerrit.libreoffice.org/15678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Charu Tyagi  <charu.tyagi@ericsson.com>  [2ff13e13f5f1ec7436e99c6ff7c9a863bc1a1572]

        tdf#90607:Issue in bullets not having  any text following.
        
        Change-Id: If0571864684ec484e859c967aebb23c378c302ef
        Reviewed-on: https://gerrit.libreoffice.org/15298
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Joren De Cuyper  <jorendc@libreoffice.org>  [69b35cb45375c324c1e28fd4547ce874e4894f30]

        related tdf#88608: find: add string for reaching start of document
        
        If you searched backwards and reached the start of the document,
        the text "Reached the end of the document" was shown.
        
        Change-Id: Ic35884de2f1ada07e76c9c3e27cf6c81c4a83304
        Reviewed-on: https://gerrit.libreoffice.org/15597
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2523972f6a066488c649ab97dcba4f458126f18b]

        remove a use of OUString::intern()
        
        maIconCache is defined as a std::unordered_map
        'interning' a OUString to give to it as a key seems completely
        superfluous since no-one will ever use it by address, even less
        compare the address.
        
        Change-Id: Iab5d106d7d51fcdfbd0a0dfd50ae28d686b9b2b7
        Reviewed-on: https://gerrit.libreoffice.org/15692
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  mmeof2  <manikmalhotra92@gmail.com>  [cfdd89f10fdc15b36bd0d1023e49ca3752feb51e]

        tdf#44621: Fixed drag and drop in OSX 10.7+
        
        Change-Id: Iefcc529d8ffa608e26c75a445341e0b8ae11c613
        Reviewed-on: https://gerrit.libreoffice.org/15683
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Joren De Cuyper  <jorendc@libreoffice.org>  [8908f10fe3b6566db469a1f2bd2674d8d0425165]

        Code is executed in both cases so take it outside the statement
        
        Change-Id: I8d4c3a62d4e63d2666bfce18d6af772a29e271d4
        Reviewed-on: https://gerrit.libreoffice.org/15695
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Philippe Jung  <phil.jung@free.fr>  [0b4e3f5ebd2511c7ba39cbcc83d5faddb842404d]

        Crash Options->Advanced->Advanced, missing disposeAndClear
        
        Change-Id: Ibf0c2893f0ccd784430fbed3c9fdc5985f5bb708
        Reviewed-on: https://gerrit.libreoffice.org/15696
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-10  Joren De Cuyper  <jorendc@libreoffice.org>  [c342295aa8269537494c603429abbec9259f997d]

        Imagedata test: test fill-attributes are not written at all
        
        Change-Id: Iac7e3a14753ee0e0c6d64bda270043462fa3f20a
        Reviewed-on: https://gerrit.libreoffice.org/15698
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc6dc631e25b6ad3de5018b9be03b129d40d7375]

        loplugin:stringconstant
        
        Change-Id: I651af9aef0fe9b5eacbbd7acb7b1fc1ff4185698

2015-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a71fc9e48654d80f9545f43066ca56103d0cf65]

        CppunitTest_sd_export_tests: fix validation errors
        
        Regression from 3e4d2043e99201ec542186039e3be34d3c226111 (tdf#90190 PPTX
        table cell border width is not exported., 2015-04-16).
        
        Change-Id: I9ccbfe32a068ea787f1bb5c62034a54f2a5996aa

2015-05-10  Joren De Cuyper  <jorendc@libreoffice.org>  [c2cc63338f3c2f38d0a4f6be822c6cdeedb8213c]

        Don't write empty vertAnchor, HorzAnchor, tblpYSpec and tblpXSpec attributes
        
        This attributes needs a value from the enumeration.
        See http://dev-builds.libreoffice.org/crashtest/6183a945de03dcd5fe0b967d5814a0add954a8c8/validation/docx/fdo43632-1.docx.log :
        
        (word/document.xml:2 col:70,187) cvc-enumeration-valid: Value '' is not facet-valid with respect to enumeration
        '[inline, top, center, bottom, inside, outside]'. It must be a value from the enumeration.
        (word/document.xml:2 col:70,187) cvc-attribute.3: The value '' of attribute 'w:tblpYSpec' on element 'w:tblpPr'
        is not valid with respect to its type, 'ST_YAlign'.
        
        Change-Id: Ibe4ccdf1c273e2ede22dc8865ec91af4de162e10
        Reviewed-on: https://gerrit.libreoffice.org/15693
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [1f43eab48a0397d9f7c272116aeb150694b1721d]

        SfxMacroTabPage::mpImpl is never assigned to...
        
        ...so these must be redundant aliases
        
        Change-Id: I6c48f24f7808f336e206d8cba257f9bc063bdfc7

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [15f931f845c8289f470ba8d29308ee7592dcd826]

        _SvxMacroTabPage::mpImpl is never assigned to...
        
        ...so this must be a redundant alias
        
        Change-Id: I6a4d74f89e65521010cbe1cacaa0ef4206d9c58c

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [2796bc31e90c87cee10d832a67b1fd9dcab6e51f]

        -Werror=shadow
        
        Change-Id: I27493171620e93c8ca35345c3320fb8f6da5d2ab

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [5e62f81c757beeb23ecd4b3b37b108601e01fea6]

        Fix 3ae4264a0db7f725abc33779ec9b11a45e17e279's removal of pThis->
        
        Change-Id: Ie856e04aa85bd3ff065548bd0a9efd5e5cd22b70

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [336bc33a5a46e89ea35cefa75997edde2363c8fc]

        loplugin:stringconstant
        
        Change-Id: Ic20debae78db9bae77986954dd5838e3ae360825

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [6d4ee1d2ca10fad541e5d5bae8d29fda2693ef7b]

        SvtMatchContext_Impl::pBox is never assigned to...
        
        ...so this must be a redundant alias
        
        Change-Id: I3c864716161f01a0724af1b3e655ad13273bdacb

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [aed24614017419517d63cb021ae397ff9d93982e]

        Leftover "(void)pUnused"
        
        Change-Id: I5dfb00740691bcbc2c5f4c161349385032ab1013

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [6dc42c82bade7ed1cf2cf142ab9137ad8f98e188]

        Use IMPL_LINK_NOARG[_TYPED] where applicable
        
        Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [892cb24be673e8441a75bdde950c2087a24bdf74]

        Fix uses of SAL_DLLPRIVATE DECL_LINK etc.
        
        Change-Id: Ibab84ce977e34bbae04e703a87a3211d20813558

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [67e82c48e1729a2ea939ffacb6b237a64cefa763]

        No more need for EMPTYARG in C++11
        
        Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [4f00dce2b3f08aea41390786ffdaa29179598dec]

        Use IMPL_[STATIC_]LINK_NOARG where applicable
        
        Change-Id: I1e24b032bdeea017b0e77c5446e55310899ce752

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [9168952759630e9fe41e478bd94dd6e0a709619d]

        Clean up misguided use of EMPTYARG
        
        Change-Id: Ib0ea9b16c3107f1d6d4ab148adcf26a5372f9417

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [9bb254fc85eea7615cf8b9fa3700754fbd4c971c]

        NOINSTANCE is implied now in IMPL_STATIC_LINK...
        
        Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [4d2a9bc3a63f682520e73f0c89c23cc87cbdef36]

        Remove newly unused IMPL_STATIC_LINK[_TYPED]
        
        Change-Id: Ic12cced5b90f413ca1cac943874c7e7f9ad57f1a

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [b53c2cd3855f6ac91157c615a1b4f168b2aaf244]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I9764e8860ee66cc94456eae879a9fc90d0ad850d

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [31a92c1529260c42069563cb3661527756ce80b6]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: Ic740510b891194ebef6a8fe35bd56f2f1d785c3d

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [73d0dfd51caaa4cce8ad195fa2631f3fa00d691c]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I344ba9d22adada82170d45a4cf723af6a286b883

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [3ae4264a0db7f725abc33779ec9b11a45e17e279]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: Iee6d0493172b7b776ac8c5b05f675cd28091f8b4

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [65d999d2bc0ace788f0d3fc1abdfe1ce6ccd012a]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: Idb56c158704ca7642260b3565a92eae4389e4fdb

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [eb63709c2bc678d137167697004209a949fa7493]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I356c56f5025b1cef4861bb6208ef4f0b04ddf605

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [39707f9448d65ba14e04fc9377f87086dab58e89]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: If19b613973527e1a70186dfe97e4f6d28b4a17f9

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [e3ff2da892e528d233e256163d856f4473face41]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I347eb4655babca809f4141e2f0dfe86077b77c75

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [a5e8f26a9e7d129b64e4427cefafdcf72fa6ad78]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I1a8a07623c264154451d36b55db1986be4a6f54c

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [5735f58cdc72667e22d8148c8cb09f73b5790f72]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: Ic91c8126b8e9a5a7eeed4c356b783c8bebccecf3

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [f845a08a6155c3f7b0e345ff5d200956fd195eb7]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I9aca53ea7c957524a4ade0f20ef47954ddcbf5de

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [74c0eb0626b9ce8849f82249466866515bce6f22]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: I1b3bf6ac16346ecf6085874d80ac6495e773dd37

2015-05-10  Stephan Bergmann  <sbergman@redhat.com>  [4a760a8d0b1cf12c6092f733db74ff5b1c83b733]

        Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
        
        Change-Id: Ic59c2c9079dce37ad76b6a1396a719d372253674

2015-05-09  Michael Meeks  <michael.meeks@collabora.com>  [db51562c3027a0e1fae2ef1ba0a45307a2bc5ec4]

        WaE: unused parameter.
        
        Change-Id: I64024440a0674b7daed27ba8d104d347f8090bd7

2015-05-09  Michael Meeks  <michael.meeks@collabora.com>  [266ce1cd530b4ccb2f6ca8c58553da150e9ef40d]

        tdf#91052 - more macros for 'make' constructors.
        
        Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9

2015-05-09  Joren De Cuyper  <jorendc@libreoffice.org>  [4a0cf72f40e9545d367f48617c2834146d7bec1a]

        tdf#88608: clear SearchLabel when altering the search string
        
        Change-Id: Ifc31fbd1ddee1e055bb62b9ad098ae9410758147
        Reviewed-on: https://gerrit.libreoffice.org/15598
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  Joren De Cuyper  <jorendc@libreoffice.org>  [101cc7a8a471b50947ccca0711417b2c0f3ef574]

        Do not write v:fill properties on export of imagedata
        
        See validation log of fdo73214:
        ERROR cvc-complex-type.3.2.2: Attribute 'type' is not allowed to appear in element 'v:imagedata'.
        ERROR cvc-complex-type.3.2.2: Attribute 'color2' is not allowed to appear in element 'v:imagedata'.
        
        http://dev-builds.libreoffice.org/crashtest/d879d5346b525c478e93363b7ec06e797ce01461/validation/docx/fdo73214-1.docx.log
        
        Change-Id: I99eacc05ed28c3cd848326fd08f3668a1ce0f4fb
        Reviewed-on: https://gerrit.libreoffice.org/15668
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [8d74795e6e777cef0b1df64a56ea886208c87bc0]

        tdf#90672: PPTX table cell border color is not exported.
        
        Problem Description :
        XML Difference :
        Original :
        <a:solidFill>
          <a:srgbClr val="00B0F0"/>
        </a:solidFill>
        
        After Roundtrip : tag is missing
        
        Solution : Added support for table cell border color.
        
        Change-Id: I2baf969d7a8e46a0c5825d9f57bf135ec479c9eb
        Reviewed-on: https://gerrit.libreoffice.org/15364
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [24be7ef5887ec3598b3b34cb4fccff17ed6e1106]

        tdf#90828 FILESAVE:XLSX export of underline color for text inside textbox
        
        Problem Description:
        Unable to save .xlsx with underline color for text inside textbox.
        
        Current behavior:
        After RT text underline color was not exported
        
        Expected behaviour:
        After RT text underline color should export
        
        Added export support for <a:uFill>
        
        Change-Id: If8ffeb07f2f5e0b768689647e480792ea9c8540a
        Reviewed-on: https://gerrit.libreoffice.org/15514
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [3e4d2043e99201ec542186039e3be34d3c226111]

        tdf#90190 PPTX table cell border width is not exported.
        
        Problem:
        - Table cell border width is not exported.
        i.e lnL, lnR, lnT, LnB are not exported inside the tcPr.
        
        XML Difference:
        Original :
        <a:lnT w = "76200">
        
        After RT : tag is missing.
        
        Solution : Added solution for Table cell border width.
        
        Change-Id: I19185f2ad176325bf7990c9da6becc66557c717b
        Reviewed-on: https://gerrit.libreoffice.org/15350
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  Khaled Hosny  <khaledhosny@eglug.org>  [3acb1d4b28944de908ffb3d0b756725ae015214f]

        Update HarfBuzz to 0.9.40
        
        Most of ubsan.patch seems to have been applied upstream, and I can’t
        reproduce the issue referenced for the remaining bits, anyway it is
        better to push such changes upstream first.
        
        Change-Id: Ie56786c01c06d3542052cd91e36d1f707092beba
        Reviewed-on: https://gerrit.libreoffice.org/15643
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  Joren De Cuyper  <jorendc@libreoffice.org>  [442701de0c110ca58ff41abe6bf7ec4496f8457d]

        Don't write empty value when exporting grab-bagged w:docPartUnique
        
        See http://dev-builds.libreoffice.org/crashtest/e658cb4d5ce49d3a3c6acc63155974b5ff8490c7/validation/docx/fdo33590-2.docx.log
        
        (footer1.xml:2 col:890) cvc-datatype-valid.1.2.1: '' is not a valid value for 'boolean'.
        (footer1.xml:2 col:890) cvc-attribute.3: The value '' of attribute 'w:val' on
        element 'w:docPartUnique' is not valid with respect to its type, 'ST_OnOff'.
        
        Original document:
              <w:docPartObj>
                <w:docPartGallery w:val="Page Numbers (Bottom of Page)"/>
                <w:docPartUnique/>
              </w:docPartObj>
        
        RT document:
              <w:docPartObj>
                <w:docPartGallery w:val="Page Numbers (Bottom of Page)"/>
                <w:docPartUnique w:val=""/>
              </w:docPartObj>
        
        Change-Id: If41af8f4bca99fba4d3ad0c966c2345f87ea422a
        solution: if value is empty, export it as true (default ST-OnOff value)
        Reviewed-on: https://gerrit.libreoffice.org/15686
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [1bcf8e1261cb10eaf59f2a22b1f50dc80e56fe17]

        de-indent this somewhat, no logic change
        
        Change-Id: If814f508f46aa6efb01444bc09e9c8d4b4d3d7cf

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [d62728d367a3ea24c433d90afcbf008eb436c21c]

        don't crash on export of ooo121238-1.odt to docx
        
        Change-Id: I263424ad8f65ded7bab89b5902482357b4f9abaa

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [8b867887022903bc5788b01db51dfcec521dc878]

        Related: tdf#72007 align to right if undocked
        
        Change-Id: Ia0af0493e0af6c945006e6a1f6f918f7b104068d

2015-05-09  Michael Meeks  <michael.meeks@collabora.com>  [cf6bfd666843c1cfc75e453e6e7f0405173a1831]

        tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.
        
        When complete - should ease the switch to VclPtr<>::Create.
        
        Change-Id: Idf876e2eeb830b36dd86e84317277cc88e1dc013

2015-05-09  Stephan Bergmann  <sbergman@redhat.com>  [d1b7aa568ac949d55f6512add9c9ec369c3ef1db]

        loplugin:staticmethods
        
        Change-Id: I37053f37f074c49b8bc6fcaa82f66a2e52064cb1

2015-05-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [48f8144b9dad95421089cba42a8fbb4514f72bc4]

        .gitignore: Add stupid KDE .directory files
        
        Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb

2015-05-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [89e7064c4ee6fa37af219f0ad99017c657e0b9be]

        Stupid file managers are stupid
        
        Change-Id: Ifad666a7aef04124005e0f5cb80b806b2a9f8732

2015-05-09  Stephan Bergmann  <sbergman@redhat.com>  [a32c26110f7409d4d20dedcf52d2839975b3714d]

        Remove unused create member functions
        
        Change-Id: I65c77f32e076a0bc5eae2c0cf4626eebfd141972

2015-05-09  Stephan Bergmann  <sbergman@redhat.com>  [d133a87c1e518f14b0fa0e0e8e372a9925c55f1a]

        loplugin:staticmethods
        
        Change-Id: If3dd46119c043daa1498cbeebc9cef2b7b9cafe4

2015-05-09  Stephan Bergmann  <sbergman@redhat.com>  [f5fc6d77d97484946e52a299a22b112a40a94596]

        loplugin:implicitboolconversion
        
        Change-Id: If9797eb74b624af7374effd73a8642a7d32efb1e

2015-05-09  andreas_ka  <kainz.a@gmail.com>  [28e26aa44960300039b35ce1fd325d0255a19f62]

        Breeze: fix tdf#90387 in writer and calc
        
        Change-Id: Ic35d1beab81e7cafd2114edf5bd0545f514a5020
        Reviewed-on: https://gerrit.libreoffice.org/15682
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-09  andreas_ka  <kainz.a@gmail.com>  [96ce8550752abebc8ed178caf5d16312a58e3b3e]

        Breeze: update icon theme, and fix tdf#90387
        
        Change-Id: I3f3c6dc6fbcc958323134f3c79e019d42c338151
        Reviewed-on: https://gerrit.libreoffice.org/15681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [4d2d58bdb32dd94a23ea721e2334a8b1cf459b08]

        bodge layout to not crash on load of File_1292.docx
        
        Change-Id: I3eba9c8b3883ca4fca38e27d351508c9e01d9c08

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [a2447aa82b0d33d3e703b6d2e62aa892541db8d4]

        coverity#1257113 Uninitialized pointer field
        
        Change-Id: If1454e643bba38a0bffd0e14a28045dc5e544d11

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [a5847cffcec79465bb281851aeaf34a4ca7c825b]

        coverity#1297235 Uncaught exception
        
        Change-Id: I6b135f6d47352c1fbb729788848913402b7bb742

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [a1a3e047aba719802571e8243f931b8de2d6a986]

        coverity#1297233 Dereference after null check
        
        Change-Id: Id30e16f6f94668b578fe79eab9d8289c8914a32b

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [bbf2457a0175dc53cc11be34aa94b8c3608332d1]

        coverity#1297232 Division or modulo by float zero
        
        and
        
        coverity#1297231 Division or modulo by float zero
        
        Change-Id: Icb303956bb3804bca1078c1135aca0eff370902b

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [b307609b18b6a945710e85f84d69763cfd1d95d1]

        coverity#1297234 Uncaught exception
        
        Change-Id: I6ce09d3a7c77c5501608a2d1b0812c3c22ef16af

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [f1ad620b918b4eae6d3f92bb4cf5d0822c7264eb]

        coverity#1297236 Uninitialized scalar field
        
        Change-Id: I2c19d1a0f8ad31cdf384ab301f3dae99a6ea9933

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [548a6894814c4fd067137d44bb009205911bf8c9]

        VclPtr: fix crash on loading kde86727-1.html
        
        and all the other html crashtest loading failures
        I believe
        
        Change-Id: I38d3e1ad283efc08f468d9062e520149663e3e84

2015-05-09  Stephan Bergmann  <sbergman@redhat.com>  [023e907b6ba5112d3e0d75d822771c92fe17fb2f]

        loplugin:externandnotdefined
        
        Change-Id: I10508dc16f138e5b3b36dcbdc269735c598de17f

2015-05-09  Caolán McNamara  <caolanm@redhat.com>  [80923ec9bef961e5102b65dd5a4722203729d7c0]

        callcatcher: update unused code
        
        Change-Id: Idd77790f78843843f2d38a7a78465c34538768dc

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [3dcef4ba3f2a14663f84e25d01fa4fd4266f62fb]

        sw: deploy asserts in lcl_CheckRedline()
        
        Change-Id: Ib5c5758eab44532b383ca49542288a65cb10d548

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [d60db2401198421d8b69707e49113c89a0ea1616]

        sw: add assertions to check invariants of frame anchoring
        
        Change-Id: Iddb5936c088dfba0245a0d921c7122a0587bdc9b

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [94be2168635e5305f3dfa3b1baf7f97d85ab026c]

        sw: remove debug code
        
        Change-Id: I187c0b2bd2f9e4ddeeac80b6046c25d5cf674d71

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [4dd2e61e2a52d0b5c582f16732de544391bad3d2]

        sw: fix assert with frames anchored as-char in redlines on rhbz490395-1.odt
        
        SwRangeRedline::Hide() will copy and delete the redlined text range,
        and during the delete it happens that FLY_AS_CHAR frames are not deleted
        before their anchor SwTxtNode is destroyed, so SwFmtAnchor::m_pCntntAnchor
        will have its NodeIndex adjusted by SwNodes::RemoveNode() to a wrong
        node and then it cannot call RemoveAnchoredFly() on the proper node.
        
        Avoid the problem by manually deleting all FLY_AS_CHAR from nodes
        before they are deleted and before the SwNodeIndex adjustment.
        
        (regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db, which had
         the equivalent problem with differing SwNodeIndex keys)
        
        Change-Id: I13c9577c01e3b8976b74fb9c58dc2ef2c2fc0666

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [fb0553d6b4905fe2c923a2b5591c001d0be52398]

        sw: remove bogus assert in SwDoc::IsInHeaderFooter()
        
        If the for loop has a break after the first frame anchored on that node,
        it makes no sense to assert that all frames have been visited.
        
        (regression from bb95f7e6f7c9b1281875e6d729b66b6018794ee0)
        
        Change-Id: Ibd8d65f286b441127be7735c63f4b84ba94dcb6f

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [e07feb9457f2ffb373ae69b73dda290140e4005f]

        sw: fix assert with frames anchored in redlines on rhbz490395-1.odt
        
        SwRangeRedline::Show() will move nodes around in the nodes-array, which
        means that using SwNodeIndex as a key in a map that has a lifetime
        not limited by the stack is a bad idea, as the map will become unsorted.
        
        Remove SwFrmFmtAnchorMap from SwDoc and replace it with new
        SwNode::m_pAnchoredFlys to do the same mapping.
        
        (regression from 738fb2ad77e5a1a4d6e2dc540886a17f4527e4db)
        
        Change-Id: I396d92b9d0b2045e98bad6d0b374303cd4e62b59

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [fb73274fcce1edd3d898b7f79700fea96d0040f9]

        sw: convert to assert
        
        Change-Id: Ie5376106adb3df901b9762097e59d7627790443f

2015-05-09  Michael Stahl  <mstahl@redhat.com>  [be3e1d65f50fe8b4ce5e4a87a82ff231c00aae79]

        tdf#82968: python3: fix stdio detection on WNT harder
        
        Upgrade to the latest patch from http://bugs.python.org/issue17797
        which appears to work even if you invoke from cmd.exe
        
        Change-Id: I85f1cc5ad7d8c059d972ae2a6fd2be1bb5604c2c

2015-05-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [0aa2fd972f8c611df5292ac6ca345fc8d2b223c9]

        Fix ICEs in gcc 4.6.3 for small-int typed_flags.
        
        Subtle failures in nested template instantiations there, for
        sal_{u}Int8 and sal_{u}Int16 - use wide-int fallback to do bitmask
        ops. Type is not used to store any dynamic values.
        
        This partially reverts a1ecce3ad7df6a82191c4956cec986dc50503dde
        
        Change-Id: Ifa7070c1c3830fd70d7ced082d651411ff523444

2015-05-09  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [973d038193574d0309c1cfd44618f431c8c25732]

        Revert "improve fallback behaviour of underlying_type for old gcc"
        
        This reverts commit 7ad4e562b462af22a1c29c955293238cdb30267b, which
        was causing ICEs on precisely the compiler versions it was targetted
        at.
        
        Change-Id: I996792d723a8bd0d7edd5f248d74217322b5ce3f

2015-05-08  Henry Castro  <hcastro@collabora.com>  [4048311aae6993357c2d0be1f1968a8c57dd4e85]

        sc tiled editing: Highlight the search result
        
        Change-Id: Ib46e3d484f931cbdebf21ea38488313748942b3b

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [6183a945de03dcd5fe0b967d5814a0add954a8c8]

        False loplugin:staticmethods
        
        Change-Id: Icc026ebb422c299caca6c24d6a56416076589fc8

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [deca1830c8b2446fde35a443248638354b37239b]

        loplugin:staticmethods
        
        Change-Id: I186c81923857d06ac7a87caf9d5961f44b89b559

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [8d66fe43a1c6ee197517135bd34b51654d0cd7f8]

        loplugin:staticmethods
        
        Change-Id: I9fa42eeeabb4a6c7ee18b52d24c480a3f7a6a753

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [91cfdc9fbd84d1e7f2103efb702f52ccfd9993e5]

        loplugin:staticmethods
        
        Change-Id: Iafb48b20496924c64f9aaa3ec0965b023aef6a07

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [8e9650ff54efd0e53973cf2dcf715cf7bfa2c8d3]

        Remove dead CoreTextStyle::SetTextColor
        
        ...unclear to me why 507efabe8b40e34c2bebfdaa00d4264c5345d3dd
        "Resolves: #i124922# allow late setting of the font color..." left it in
        
        Change-Id: I741ca3d7eca6fa5dff81af50d91bd6c5d1cba989

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [0e8be4beac6dc73d02b798962cb41c31b0ff1b8a]

        Remove trivial CoreTextFontData::CreateTextStyle wrapper
        
        Change-Id: Ic57551d9a3590769f97742d41f089dbb3ce248a9

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [565611a1c87ce368f4823a324564dddc4e7f2ed2]

        loplugin:staticmethods
        
        Change-Id: I1aeec1e8b00ab0f9e7ec130b6d72b69f35a304cf

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [27cff71ce4db252d78d144411233c85adc114f5c]

        loplugin:staticmethods
        
        Change-Id: Ie99d1dd241dc2bfa5c5ac2bff9f2330c491327bc

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [9a744dea1dccb73d77e38ed06d1275f00425a65b]

        vclptr: assert that we have a >0 ref-count in acquire as well.
        
        Change-Id: Ia2286661a8f62e8a46c44c390ab1a8a5dffe81d0

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [8372b3c3d1c3e8a787e174cc31dca55627b74b15]

        PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.
        
        This should eventually enable more certainty that they are still
        live by the time we emit the event later.
        
        Change-Id: I7c9eb4c000753d4efe8c59a9e13ef3e11c93b2fa

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [e953cb1a3c2c240a385608658ffc481e33c6854b]

        Take SolarMutex when pushing app events that need a VclPtr.
        
        Change-Id: Ice91c9e698d99d9674a7c7b3c688faa07603bf95

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [56e9755d75e5faae9765c3be4b8936e5867cef08]

        loplugin:redundantcast
        
        Change-Id: I50154e2deb66a77fc4354b1db0e4cd8e1b1ffd2e

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [16660664879cfad128d4f1e562d30b0565b9b5de]

        loplugin:redundantcast
        
        Change-Id: I2931de2cc2a9916dae785d0cc130ce2aa73cf54e

2015-05-08  Pranav Kant  <pranav913@gmail.com>  [92361b81d46b0c4cea71cf8643130d636f1821b6]

        gtktiledviewer: Make all functions static
        
        These functions are only being used inside this file.
        
        Change-Id: I473b33f794cfbaff590d00f22d2832456482d15a
        Reviewed-on: https://gerrit.libreoffice.org/15680
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-08  Tor Lillqvist  <tml@collabora.com>  [3842967e5276aabdf28e8eb047803389a41793c7]

        Ensure progress bar LibreOfficeKit callbacks don't repeat the same percentage
        
        Gets rid of superfluous sequential callbacks with the same percentage when
        loading large documents.
        
        This reverts commit cec72eff99d1d683f2236c8a86a2814b34ad861e.
        
        Change-Id: I70f43f7e3a650c76cbcbbc60ebb2d47efaca06a5

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [66f866d2f5f65a677f3721b7d6c482bf724c97a7]

        dbaccess: avoid exceptions during loading embedded data sources
        
        Situation before/after the patch is the same, just silence lots of
        harmless warnings for now.
        
        Change-Id: I00428bdfd939d8cdd3bfd447339e0417e70f4689

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [5eb6bd4db7fb3d43672c386ac9cde58e981c8aa2]

        lopluign:staticmethods: Handle DECL_LINK
        
        Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [e6fa865b4d5c7eb0576f7b1510077bca081ce4fb]

        lopluign:staticmethods: Improve diagnostics
        
        Change-Id: I6079f387a697c5fe794655e455a19d0cb44b96bc

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [127625e8efc64dfbc3f2c53db84a3c919823b0a5]

        vcl: hold reference during user event posting for floatwin.
        
        Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [a738606d48d6678aaabf68a6ba748f79d5c6b9b8]

        PostUserEvent - instrument to allow holding a VclPtr reference.
        
        This helps avoid things dying during emission in a robust manner.
        Bit of an unpleasant 3rd optional parameter; better names appreciated.
        
        Change-Id: I27571823f9d96caef1d07602785a02390d3a3591

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c430093a301b31174a81ad4437f0361c86cfe3c]

        dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilter
        
        This way the data source's URL will be the vnd.sun.star.pkg: URL, that
        gets stored in the user profile, and the data source will be usable when
        we connect to the data source next time, too.
        
        Change-Id: Ie2f45af453bfad4f813a1ea492edb633c148d08b

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [068c4df48fd1d9f4c42864733b80e7cbd7f5d006]

        Resolves: ooo#119155 don't crash with odd content in footnotes
        
        hit it with a large and simple hammer
        
        Change-Id: Ib0e55ad64780efc7664ccd9a2684fbe7dba87498

2015-05-08  Takeshi Abe  <tabe@fixedpoint.jp>  [99e60d8d62b69d8b0b22d54e3f55c5151e7a2c2f]

        std::ptr_fun became deprecated since C++11
        
        Change-Id: If93609d032c9864e0251230bf9ed76e6b6741a62
        Reviewed-on: https://gerrit.libreoffice.org/15672
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [12bb6a054d697efddee76269605ed2450a2fae9c]

        dbaccess, sw: use vnd.sun.star.pkg:// for embedded data source handling
        
        Change-Id: I69eaf2e4dd051d62f56caef962d40889cc3a3876

2015-05-08  Pranav Kant  <pranav913@gmail.com>  [40ad68bbe7cd1c86a8ebefb1539fb7b403506792]

        gtktiledviewer: Stop event propagation to GtkToolbar when in edit mode
        
        If not stopped, key-press events are interpreted by both LOKDocView and
        GtkToolbar leading to poor editing experience.
        
        Change-Id: Ie878d168e202a0f3e1d52191aa3fd7cc00a7cbfd
        Reviewed-on: https://gerrit.libreoffice.org/15677
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [aa50b1c03f18a10c281786c69e24d8255613ac5a]

        Enable loplugin:staticmethods
        
        Change-Id: Ic0062eddebf9225d298569bb4900047a0ee0b112

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [516d3007444fe2dd07b2cde24066637281c2a217]

        loplugin:staticmethods
        
        Change-Id: I0041724d340bf75a184910805f7f927efb3b2131

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [7fabc2300bc7255c839eb42c2185cad92029009d]

        loplugin:staticmethods
        
        Change-Id: I33d722c27d85732d23510ebaaaba0b8792d0d61d

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [7b2367f868778739fba382a68a35248904cc9565]

        misspell some words, copy and paste slide to gimp
        
        and we don't want to see the mis-spelt underlines
        
        Change-Id: Ib3ae29297a1697e0f7b0caa816504da7edf721d1

2015-05-08  Andras Timar  <andras.timar@collabora.com>  [81802cfa7cb04f770e57413dbeb2c852c2431e65]

        OS X SDK.app build fix
        
        Change-Id: Ib6f34f833a6fbaa8038796d86accd385b2a21a44

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [2c70139d6a8d8fabd671455d3edd32117783d4d7]

        ...or rather, like this
        
        Change-Id: I87b547b76f6e214730757bec375b1d7b3d5d8f41

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [8f90336948770350c75c445d478c04107e5cef6e]

        loplugin:implicitboolconversion
        
        Change-Id: Iec38fdf8c165d1121e74f7221b49ca49f808ac03

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [9d74271f742b06306ed10c6a9a7385c75d48fe14]

        Missing from previous commit
        
        Change-Id: Ic4ba1f85575047cd03ccca8987b411f6ad2a809a

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [7314fc7b9436ac44dbf0e5fece8c156a19ef3861]

        loplugin:staticmethods
        
        Change-Id: I9b661dc67ccbdcb757d661168b4c3fa4b6f5b1fa

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [e1c6c850b7c478a672dc914e60e87bc0ce4506fc]

        Remove dead code
        
        Change-Id: I3684210a180a3044ac52c3cd92a3184fc349e40d

2015-05-08  Lionel Elie Mamane  <lionel@mamane.lu>  [3af5437e2adf00793404957f30237ba4b9a31772]

        jdbc character stream: don't mix up bytes and characters
        
        Change-Id: I59352edd887982faa792b02adbb55c3f67f1d78d

2015-05-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [c1405651f6c0c8e519e0aed3f12473499d8ed942]

        tdf#90257: Prevent dialog from growing out of the screen
        
        when large font sizes are used. Set size request on 1 edit widget
        (+- match what used to be in the old .src file), the remaining two
        are in the same grid, so this will hopefull do the trick
        
        Change-Id: I3ca27ea4d037cf8877f022c1ee5ed7f348b0cfdd

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [358a7ca728dced8ca41ad79a7c54a6c2408807b1]

        Add SwDBManager::LoadAndRegisterEmbeddedDataSource
        
        With this, if a .odt document has an embedded data source definition,
        referred as EmbeddedDatabaseName in settings.xml, then that data source
        gets registered when opening the document.
        
        Change-Id: Ibd836fe11c0e74e8ea10e357886e6266e9ba0db0

2015-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc4f6677a0d307fb19ad4fdfb627c80e59fd6835]

        add test for xlsx rotated axis title import
        
        Change-Id: Ibfcf7cffe661efc1ce2063e87d38c45d943df69d

2015-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13ede60a9604564339647cff6193d9343ea2fd48]

        also add test for secondary axis, related tdf#75316
        
        Change-Id: I88f46f7724296e1c58cf7604a0c514de91b5ae2a

2015-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d69cd2eabb39c9a1be6d641f3bc901c84ea3608]

        add test for tdf#75316
        
        Change-Id: Ic9f20c90e54f53484d67c1c38530dbac9638cbfe

2015-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28ca767e57e00990428b804154bf15b940c63bd1]

        default text rotation for secondary axis is also from parent, tdf#75316
        
        Change-Id: I0d17787e1b554854853910b1196582985864c944

2015-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07e3155a666e85b8213608423ae84dbd2b30c3dc]

        inherit default title rotation from parent, tdf#75316
        
        Change-Id: I2cf609a3f2c5eb1f9d7716b3ee89d4131d942ffb

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [8a051cb9543b49cc70f5e6728df3387b128d3daf]

        loplugin:unreffun
        
        Change-Id: I85ed112b1bfb44d47b8bd59e211b5b691b3fe02c

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [ecad097109609ca590f227b09f74fdb679903c77]

        Remove dead code
        
        Change-Id: Id2b755c500c32392cdb5cc84ee901f0737347350

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [d174c1abc872e2f63b529455c19a92c1063b24a6]

        tdf#91157 svtools: fix missing dispose in RoadmapItem causing MM crash
        
        Change-Id: I42a67ac2712dcf124e4fea3c9bbf705f211fe008

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [520400e8faf8e7346d16f34babb6258033673e12]

        convert EXPAND constants to scoped enum
        
        Change-Id: I98a0fecf15337db729b39b80aa9c664abcdd3daa

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [cd3e9457dac61766791adb59032b0202c0037505]

        VclPtr: presumably these also leak
        
        Change-Id: I6118e908e2c56f67593315e8d8499b28b9489810

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [94cd5204e302950038278f3828a2d98c51361167]

        vcl: Control - hold a VclPtr instead of a dogtag over emission.
        
        Change-Id: Ibedf2fc25ac141e10d07ba757fa6c76a4c4a6cff

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [f0bed251563113311d73312f0126bcf8852f888e]

        VclPtr: presumably these also leak
        
        Change-Id: Ib92a1d91464bc95a80415e1651bac78a65a8b31d

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [fdb363b43f515827a6b98877ea28a7ed0958ca69]

        VclPtr: AlreadyOpenQueryBox doesn't get deleted
        
        Change-Id: I793b4377067bd3abc92c943aa0005fd4771b1460

2015-05-08  Noel Grandin  <noel@peralex.com>  [32186f005088fbace08b791df5cf5557f6e5fd24]

        convert MEDIA_COMMAND constants to scoped enum
        
        Change-Id: Id3731144fab89cdab9a6f66d78a1ebe1ebd4f61c
        Reviewed-on: https://gerrit.libreoffice.org/15652
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [303f08fe4292341cda40f70da3d0f82d69f697aa]

        rename these scope lock guards, no logic change
        
        Change-Id: Ib1ec9c07ef38e22d739e80693eeb2d52e8e3b5f7

2015-05-08  Andras Timar  <andras.timar@collabora.com>  [2df138b483f60ffdcd3b62c8c2884d2f5cc076af]

        tdf#78834 enable localized system dialogs on OS X
        
        Change-Id: I37f5b183b36f2a3077f591162402ddd83e4a46d4
        Reviewed-on: https://gerrit.libreoffice.org/15673
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [b6bd432a584c1361ca6277794f8a5466fc01bc52]

        vcl: more VclPtr debugging docs in the README.lifecycle.
        
        Change-Id: I49d06d54157e1e7c5b7ce2aa3f8917763de6826d

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [087f7fe50b03307e2d9202365886e8c37bd7e6e3]

        tdf#91125 - nail a clutch of calc modeless dialog lifecycle issues.
        
        Good idea to hold a reference after creation.
        
        Change-Id: I450c415259c4011c8b3fb8be715e55643765d9db

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [ece4466e4ff5f89aad0ec88b39269cfac0dc76c3]

        loplugin:staticmethods
        
        Change-Id: Ic93e560641f1ec1c5fc316ed126617c6d99ab5b5

2015-05-08  Michael Meeks  <michael.meeks@collabora.com>  [1394e45450e58d23223ac3bea264a15e0b2b9078]

        tdf#91128 - Dockwin post-dispose crash fix.
        
        Change-Id: I46252c272d45209f8cb3fd072df4109440d3fcae

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [eef0e91d5ec90d7e972195b8d3b059ffab39c92d]

        there's another ExecuteInfo in sw
        
        Change-Id: Id72d3cdfa8b0d5e62fc04ddc464069ac58df0f58

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [79776356d9597f3c0e06f8e81019909bdbb1a560]

        loplugin:staticmethods
        
        Change-Id: Ie3629a14c7a15a0f5f93a4bfc663a2bb52a8735d

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [80743f11fcdb49f997b0a8ff08bee28a0f2cfce7]

        Unused oox::AttributeList::getUnsignedHex() variant
        
        Change-Id: I4ec0cd4781aaa905f734b15ba4eff7819ca01082

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a20d53afb97a278a16ad604cb65f107d33ab4fb9]

        dbaccess: handle URL mark as StreamRelPath in ODatabaseContext
        
        With this, dbaccess can not only load .odb files, but also other ODF
        packages as well, as long as the URL's mark (the part after the "#")
        contains under what namespace the real .odb is.
        
        This will be used for embedding data source definitions into .odt
        documents by Writer in a bit.
        
        Change-Id: Ic1e922418c185fd6ec49d442a3419b80c9a6c76a

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbab26d1fdcc0891a0f3e098f10a5c98e328a48b]

        dbaccess: handle StreamRelPath in ODBFilter::implImport()
        
        Change-Id: I8a4d21f8bef272a6cdb5a72da274e65516c36617

2015-05-08  Caolán McNamara  <caolanm@redhat.com>  [efdd215124df0ab98a33525ac01a9d8ff4a542d4]

        callcatcher: update unused code
        
        Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7

2015-05-08  Tor Lillqvist  <tml@collabora.com>  [c5a96b5d3d2a40ab202acc1559c361712d8ffe32]

        Clarify the usage message a bit
        
        Change-Id: I6ae2f5c12ae5c20fd2f33bff639129dd303c3c20

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [9be45dd750ede909ba3a181662c1bfa18e662a75]

        lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., too
        
        Change-Id: I5bc23a2b599742c579ad82c1b1f68df130ac426b

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [338358b0ca75b4965c7b3e70afd9c88cd9c9d222]

        XMLTransformerActionInit parameters are generically of type sal_uInt32
        
        Change-Id: Ic36339fbb78a6ac3233f3d75a1309cf1b0642fe0

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [97c77805d2becdc79c3cd0d62c9d023c2cf36d60]

        Booleans are logged via sal_uInt32 here
        
        Change-Id: I4c684903952fbfdaad52cabc135625a89b55c75a

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [aeaa099b67f52085310e7e88aa8741473352bbbe]

        Use bool instead of int
        
        Change-Id: I1a2d59b9a93223ad884f7a495281ec33163528ca

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [3aaadf95f70891845df3172a041b4c55196f083a]

        Use bool instead of int
        
        Change-Id: Ib5920745f9f464493b7b134f871e090726d17d0c

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [c215ca9197364df1211c72ff310d6332ff5833d3]

        css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)
        
        Change-Id: I6ca98540a623f921f8d05e71dc67b64948467f52

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [2302e27d80d8900d23452ae50a41276f43dfbc6c]

        Clean up passing Boolean value to osl::Socket::setOption
        
        Change-Id: I6757f2bc7e8b4ff9d7b3ebda88da35a5d7b93655

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [f9290d301144744df879cea907584656b7f74ad1]

        Clean up checks of sal_Bool values
        
        Change-Id: Ia05565077823d6efaeaeb35d3d80b51dd9a10d4c

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [1d3357ccf7a464003e9aa56cdc9dd86d2ffa17b6]

        read_percent returns ProgressStatus, not sal_Bool
        
        Change-Id: I6e1c1f88b28db2728b2f29ea47c3e86ef8983697

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [c24212ec89a45c531e7f1ae6d45ccc34d26b8e98]

        Silence sal_Bool -> sal_IntPtr Link return value mismatches for now
        
        Some uses of untyped Link<> (returning sal_IntPtr) are hard to update to typed
        versions, but upcoming changes to loplugin:implicitboolconversion would flag
        these uses of sal_False/True, so just explicitly cast them to sal_IntPtr for
        now.
        
        Change-Id: I654e555e85faba0b30178c978e7d50fc7240b004

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [c5e08b42ace5f4481c3db87b4fb6ae2dbf9d9a51]

        I very much assume this wants to call java.io.Reader.ready
        
        ...seeing that there is no java.io.Reader.available.  (And then, there's no good
        way to map from java.io.Reader.ready's boolean value to
        css.io.XInputStream.available's long value, so conservatively map true to 1.)
        
        But I have no idea how to trigger this code.
        
        Change-Id: I18d12e0d968141410a1b56e700ed544edceda97c

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [fa54d73a59a87902a0054d12fa684197b1939b19]

        Fix Boolean value operations
        
        (css.sdbc.ColumnValue.NULLABLE happens to be 1, so the odd comparison is
        harmless and redundant.)
        
        Change-Id: I6b64cc083e72198c71e4e38ec4347f79af924621

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [bdf75a9f6b429914ebfa3942051db61504a3b30c]

        GLEW_EXT_texture_array is of type GLboolean already
        
        Change-Id: I8348a5e5c13a6628ad543652e50bac0432b2b7be

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [79a359fea1885151a77f83e05eee8d2aa97895ab]

        jboolean-related clean-up
        
        Change-Id: Iecd03d0343b9b7c3a8b23b5a1e9654148b94d44c

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [1cb0b37ad09400138d7c4a5874c02f921e742d37]

        Rephrase comparisons between bool and sal_Bool
        
        ...to cater for forthcoming loplugin:implicitboolconversion improvements
        
        Change-Id: I88c0c4681137022005c3a4c418e91cb17bc17148

2015-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [61b44da9fbf35100ac96896f04dee5b779305d68]

        gtktiledviewer: unused pFileName
        
        Change-Id: I30cd9d8adffbdf9d7451bca0c09aa56639379486

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [665657d3da01f98cedac15af3d3c82b372c5a050]

        Also mention exception type
        
        Change-Id: I3ba60fd0ff8f4ed0a2683986cec7bdb25a837c18

2015-05-08  Noel Grandin  <noel@peralex.com>  [cce752b1ba0c7dc3bbfcb77d78b63398246da80a]

        convert SHOWDIALOG_ID constants to scoped enum
        
        Change-Id: I58fffa7345f6b5050b8a1b3ac1022c630e64dbb4
        Reviewed-on: https://gerrit.libreoffice.org/15651
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-08  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d4f90e1a2ad16ab5bc26e60b0ade02438b358154]

        Revert "fix for older gcc"
        
        Superseded by 7ad4e562b462af22a1c29c955293238cdb30267b
        
        This reverts commit fbd85c25ba90b8db461555d735ab8b13f52d01ee.

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [fc4726a1f41ded40ce7d7100350c322863646b37]

        Use typed Menu::Set[De]actuivateHdl Links
        
        Change-Id: I6736383ad0ec5c9f2ea2281bfdcfa280cd712032

2015-05-08  Stephan Bergmann  <sbergman@redhat.com>  [0c415f61e4d2fb4efc50fe0401376657af47d203]

        Use typed Menu::SetHighlightHdl Link
        
        Change-Id: I47a35813fddcb90497b621a96bafe74969dc90d0

2015-05-07  Andrew  <dent.ace@gmail.com>  [e658cb4d5ce49d3a3c6acc63155974b5ff8490c7]

        Clipart - PNG files optimized.
        
        Lossless optimisation of PNG image files in clipart Gallery.
        Total saving of 887 KB !
        Used ImageOptim.com and custom tools ('pngslim').
        
        - Arrows: Saved ~44KB out of 189KB. ~23% per file on average (up to 38%).
        - Computers: Saved ~17KB out of 242KB. ~7% per file on average (up to 11%).
        - Education: Saved ~142KB out of 804KB. ~18% per file on average (up to 36%).
        - Environment: Saved ~197KB out of 1.3MB. ~14% per file on average (up to 23%).
        - Finance: Saved ~67KB out of 695KB. ~10% per file on average (up to 37%).
        - People: Saved ~280KB out of 2.7MB. ~10% per file on average (up to 15%).
        - Transportation: Saved ~141KB out of 1MB. ~14% per file on average (up to 15%).
        
        Change-Id: I1812ae84e5672d49a7798dc44f518c1d6cd70ec1
        Note: These should ultimately be replaced with original (/improved) SVG vector artwork.
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/15669
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [03e3d888fff9301b8d22484e8b626d6cc0af9127]

        tdf#91073 - hold a reference on the floatwin in UserEvent handler.
        
        Change-Id: I6f8b8681643448d2b335c9f16d63a75cbd43f854

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [94b1c8ca69c888aa15e5736f70a966dfc04273ca]

        tdf#90935 - calc / sort dialog fixage.
        
        Change-Id: I9b33d2a6a47ba210561317679fd8514a1b5cfd11

2015-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [893871d86870708a0b2166eb1f583fe65b21a1b6]

        sw: unused Parent [-Werror=unused-parameter]
        
        Change-Id: I4576837da4b908ac0393be155758b6b60afc6c45

2015-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [1168d5a82e212c1a0a93faa72ebe7bf24fc20900]

        sw: fix -Werror=unused-parameter
        
        Change-Id: I67223090a2a45e9519bd29e41e3e90eb847c5c19

2015-05-07  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [3ffed8635acd55a5989bf9a0f4bc9c20b0acd945]

        tdf#91066: Condensed Character Spacing i.e spc(negative value) is not exported after RT.
        
        Problem Description:
        - Condensed character spacing i.e Spacing between characters/letters (negative value)
        is not preserved after roundtrip.
        
        XML Difference:
        XML Difference :
        Original:
        <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="-1000" baseline="0">
        
        After Roundtrip:
        <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike">
        
        spc="-1000" is missing in roundtripped file.
        
        Change-Id: I02edbb31375c2406a6e39873b7b886f4786a3758
        Solution: Added support for Condensed Character Spacing.
        Reviewed-on: https://gerrit.libreoffice.org/15635
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [d0dd41319ff153cc71ac65f7cc6a0abb0e3ca300]

        loplugin:vclwidgets ("OutputDevice subclass should have ..."
        
        Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a

2015-05-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [bf95b81a5d8fd52ea87b72b77ed70543f4f94f31]

        remove unused code;  bMapDupToInternal in struct AddInMap
        
        is not used apart from getting a value.
        
        Conflicts:
        	sc/source/core/tool/odffmap.cxx
        
        Change-Id: I26e942f6357970c6d9de27b5d5cf00b451193732
        Reviewed-on: https://gerrit.libreoffice.org/15658
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Mike Kaganski  <mikekaganski@hotmail.com>  [a612c2ee5f6e9c40f33e7aa1b8d79ffee5cb4c9b]

        tdf#55665: Fix a corner case OLE processing
        
        This fixes two problems with WW8Export::TestOleNeedsGraphic:
        1. not testing for NULL pGraphicsStream pointer,
        2. not releasing that pointer in all cases.
        
        Change-Id: I67921aec3ce0cb131359e66ee3a6a136d76952a0
        Reviewed-on: https://gerrit.libreoffice.org/15667
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  László Németh  <laszlo.nemeth@collabora.com>  [a1bfad005cfb0b54744746da20a81f9bb8908ae0]

        XTiledRenderable: use HWND instead of HDC
        
        Cherry-picked from e1fb63bb8ed7a9bd4dbe19be0d0da7245c4a2fb2
        
        Change-Id: I2959ea8b1213d6dade1c2567365f177bf542e075

2015-05-07  László Németh  <laszlo.nemeth@collabora.com>  [96a6128b9259e62ae0b2872a3157bb1bb32d2a6d]

        Initial XTiledRenderable API
        
        Cherry-picked from e2ad83e25aa86bc377b664d6d07a0b86abf487c0
        
        Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [65376dad896d5dfc1fd6665fc5fdd1833007ce20]

        tdf#90935 - fix dispose ordering for tools->customize dialog.
        
        Change-Id: I1ddd3b804f82438e08ea7761a205fc4b784cdf00

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [d6e5c52cb20334721acd96b1e550ee6df0714e9e]

        NoParent condition reversed
        
        regression from...
        
        commit 39078c247d31674544901f8449f5141185f79f7f
        Author: Noel Grandin <noel@peralex.com>
        Date:   Wed May 6 14:07:17 2015 +0200
        
            cleanup DIALOG_NO_PARENT, follow on to tdf#91090
        
            remove the DIALOG_NO_PARENT abomination and replace it with a flags
            parameter
        
        Change-Id: I1955531b41b01623ca94155c60794ae1771849ff

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [da49275807c8cf1dd7362a531f321f9f756e82d1]

        tdf#90935 - function wizard crash fix.
        
        Change-Id: I1344e194f8fd5d2c0ffff4e8b075564df32706a8

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [6fd3e560900873ba773b6e90f5ab9b01b35a8eae]

        Catch another erroneous 'make' constructor function.
        
        Change-Id: I4a674b44bce1f3c3f5c3de2639863ff4b4fcd41e

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [630fe2d0c92464f5572b807b8c6c47ca6f4ac590]

        tdf#91127 - SwDbTreeList 'make' function fix.
        
        Change-Id: Iaefba9f6f546c3ac22749aa0ff209cbc49f8a552

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [cfcfc5e9de192964bcd500743f58c8f1bacfec9c]

        VclBuilder - use VclPtr more consistently internally.
        
        Fixes a number of TabPage related leaks.
        
        Change-Id: I7b904e9bbbce652d2dc645952e266cde102ed194

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [fc8c282e99450ae240ca3d16bb74e1d4ab541497]

        tdf#91127 - get SfxTabPage creation function ref-counting right.
        
        Change-Id: I7c730cf311900fe14a09081dd986f17d9b89e77f

2015-05-07  Mike Kaganski  <mikekaganski@hotmail.com>  [28a2f0d6d803569952e7b3efb0269001af8e9c7e]

        tdf#74299: improve DXF import
        
        1. Now there's no fixed string length limit; see
        http://www.autodesk.com/techpubs/autocad/acad2000/dxf/group_code_value_types_dxf_01.htm
        The Autodesk's own DXF reference is inconsistent on this matter;
        the "Group Code Value Types Reference" tells opposite to "About Group
        Codes in DXF Files".
        AutoCAD itself easily creates lines 10 000+ characters long!
        
        This removes the hardcoded line length limit; also simplifies
        internal struct DXFGroupReader used to parse DXF codes.
        
        2. Improved text import: honor unicode strings in AutoCAD 2007+ DXF;
        use more $DWGCODEPAGE values (note: when more codepages will be
        discovered, they should be handled in DXFRepresentation::ReadHeader()).
        Use LO locale when DXF doesn't specify one. Handle AutoCAD character
        names.
        
        3. General fixes & simplifications.
        
        Change-Id: Ifde08978e2da7511696100520732bd76c1a660bb
        Reviewed-on: https://gerrit.libreoffice.org/15627
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [1779568f6610dd93a2eeb637dabaed3476dc04ca]

        Revert "Tackle Menu with RenderContext refactoring, Invalidate"
        
        This reverts 5485ef70cee1e3a743047f95ce94533024004b7c, which breaks
        JunitTest_toolkit_unoapi (toolkit.AccessibleMenu)
        
        Change-Id: Ic9021c23178f1598c08186e5cb24fde13a866579

2015-05-07  Christoph Lutz  <christoph.lutz_ml@cib.de>  [7ad4e562b462af22a1c29c955293238cdb30267b]

        improve fallback behaviour of underlying_type for old gcc
        
        The fix fbd85c25b is not sufficient to build with an old GCC 4.6.
        The problem was, that underlying_type returned an int as default
        value for GCC 4.6 and int allows negative values that are forbidden
        in typed_flags_set.
        
        Changed it to alternative solution suggested in
        http://stackoverflow.com/questions/26148192/underlying-type-of-a-c-enum-in-c03
        
        Change-Id: I20f44b8cef9c692efb583971bd251f1c34c289ab
        Reviewed-on: https://gerrit.libreoffice.org/15663
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-05-07  Takeshi Abe  <tabe@fixedpoint.jp>  [6a26624d8ba9d37481e75f5c952dff9c6dd86fb6]

        vcl: simplify code by using std::any_of/std::none_of
        
        Change-Id: I37c4fd80780738b823c7928f22deaff0ea1c6bff
        Reviewed-on: https://gerrit.libreoffice.org/15585
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Takeshi Abe  <tabe@fixedpoint.jp>  [5a7c1bc635c7e0377bb743d91b0cf385397b7337]

        simplify code by replacing std::find_if with std::any_of/std::none_of
        
        Change-Id: Ife6ab3544f73b1de60f5241c68466045161a4d88
        Reviewed-on: https://gerrit.libreoffice.org/15615
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Niklas Johansson  <sleeping.pillow@gmail.com>  [b4d7f8248496610a508b8edbcd57b9875e68bd81]

        tdf#90994 The accessible name should not contain the accessible role
        
        The accessible role (PANEL) is added as a prefix to the title bar
        in the sidebar. That is redundant and can even make things confusing
        for the users of screen-readers.
        
        Change-Id: I743defa0b1b9f3f278d0cabc7196054796fb3c47
        Reviewed-on: https://gerrit.libreoffice.org/15636
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Niklas Johansson  <sleeping.pillow@gmail.com>  [0fc79344ce5e057f7c2258a0fe16374fe510745f]

        tdf#90994 Sidebar tab bar buttons should should have accessible names
        
        The tab bar buttons (Properties, Styles and formatting, Gallery ...)
        should expose their name to accessibility tools.
        
        Change-Id: I5292ca848688cf93a046c3f5d8906ac35cee1cfe
        Reviewed-on: https://gerrit.libreoffice.org/15639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [65088fc4702300201997d7148897a20047bae414]

        tdf#91050: fix typo TabePage->TabPage
        
        Change-Id: I21d04451aa747f6d8d9560533674f1c0aa590e65
        Reviewed-on: https://gerrit.libreoffice.org/15664
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [70d01ce94794378c7441119f76bd6020e62083a2]

        tdf#91051: fix typo Trancparency->Transparency
        
        Change-Id: I8874e38a4bed6adb409a954c15ce7c9e4348c572
        Reviewed-on: https://gerrit.libreoffice.org/15665
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [755abae091c59511b08c8e6df9a5e4e7613570a7]

        Fix typo informations -> information
        
        Change-Id: Ie8a7bc9800ed0122092f88cedadb126b7891f2a6
        Reviewed-on: https://gerrit.libreoffice.org/15655
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [4073afa350387f9fc9194347ad78c6cbdabbb812]

        Resolves: tdf#72007: on switching decks keep our left indent, don't assume 0
        
        Change-Id: I878c999611e1294d5107f1cf2c000d9ed5f88cb1

2015-05-07  Noel Grandin  <noel@peralex.com>  [0776b33f79327936e0bbf26acc73f2f0db45b9c8]

        convert PUSHBUTTON_DROPDOWN constants to scoped enum
        
        Change-Id: Iae363b8478ef2d560ae661af06ba989f27adc093
        Reviewed-on: https://gerrit.libreoffice.org/15650
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-07  Noel Grandin  <noel@peralex.com>  [2c8dc0373377a6e801c9a9246ffdc3641f3be4ec]

        convert BUTTONDIALOG constants to scoped enum
        
        Change-Id: Icbf73fe55ad604f762dd2b98fd39189bab82f061
        Reviewed-on: https://gerrit.libreoffice.org/15648
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [90d8bf72d9ea8fa678707326a3cc4b84fae154a1]

        VclPtr: clicking on another sidebar button when navigator open crashes
        
        Change-Id: Iafcc7246a1149a25f6d6fdfb09cf3e85227580db

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [15532c9a1f8259d258acd1329661c0c920736662]

        VclPtr: clicking on sidebar impress navigator crashes
        
        not sure how this ever worked, the callback is called
        at the end of the ctor and the callback is in the parent
        obj which dereferences the pointer to this obj before
        that pointer has been set.
        
        Just split the ctor into a ctor and a follow up
        post ctor init method.
        
        Change-Id: I04855c8ac95592801f2ebf0b974a9a7b597d0327

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [a3deb4866890ca6d4a41df0f08107eb75b132716]

        tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.
        
        Change-Id: I738f3ea1bf9f003f2b146cda0a8f986375eacd2b

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [ba17287cc8218848cc1bec69643014951a70efe8]

        Fix MSVC build
        
        Change-Id: Ibbcb6141cc8941dd4a40d9460e1d83550f21e9cc

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [d4e242510f0346fd9bd79297b9816071ccb252c0]

        Fix MSVC build
        
        Change-Id: I73fdb73a26f49acf058fcc4ffaa1dbfa92bd7261

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [ed2e7fbc9aa335f2cf4513e1a7795ad69d660fcc]

        Fix MSVC build
        
        Change-Id: I77a24613a645ca49c1a19953567e27da5fef9a41

2015-05-07  David Tardon  <dtardon@redhat.com>  [b10f32fded240d0116dfc1a181949d94dfe24d75]

        regenerate .rdb if makefile changes
        
        Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364

2015-05-07  Katarina Behrens  <Katarina.Behrens@cib.de>  [2a08be751d7f30d97bb8b5a6f8dfa713231acc04]

        tdf#87862: Row spacing sneaked out, put it back
        
        Change-Id: Ib7768e2bf7a9b9b8e1045dbce8d81ad68b94fb33

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [ae5d0c291bbc461bac40fd0ee77d1f772cc95a4e]

        Fix MSVC build
        
        Change-Id: Ic8d5e8c82c19d21553fabadcb9949182e6162da0

2015-05-07  Philippe Jung  <phil.jung@free.fr>  [3faf9c4a2a5d2f761dc83b942199f55cdbd5f054]

        Fix a crash in SfxInfoBarWindow
        
        Fix a crash that occurs when a locked doc is opened. Ask to open it
        read-only, then click on Edit the document in the info bar. Used to
        crash.
        
        Change-Id: Ic6e53853345e9e8431cae0eb2408ab0624d92cce

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [cc444e083c59ffcd73520faf55a28f55cfcb0068]

        Hold a reference on the Window while emitting events from vcl backends.
        
        Change-Id: I4673dc03c214ca8f5c227a444e182a45f6199b9b

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [bbdd739d6e2024f57e692e646295644faf44af22]

        Related: tdf#90956 don't resize the border window when disposing
        
        Change-Id: Ia5a2108214369a82dfe5e886524fbf5e685bb9f9

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [65ab049bcfc60657bcd0f285b83851479fc8b619]

        error: class 'SotStorage' is implicitly friends with itself
        
        Change-Id: Id05657c866f872846676bb8d8c7ab009292569ab

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [d0a0da717682a0e57f733d75d9d0700cfb198823]

        Resolves: tdf#91057 transliterateChar2Char throws MultipleCharsOutputException
        
        for ß, but toTitle only allows RuntimeException, which is our usual
        awesomeness
        
        Change-Id: Ib5618a55a369fa5cd1d323f657f0798776828386

2015-05-07  Noel Grandin  <noel@peralex.com>  [220c9fc2e9fa8c83a1851e3f73682d8300f6dff1]

        convert BMP_VECTORIZE constants to scoped enum
        
        Change-Id: Ifa6614f6a17356481a335a686e9ea0f9b983c5c5
        Reviewed-on: https://gerrit.libreoffice.org/15647
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-07  Noel Grandin  <noel@peralex.com>  [08967d36ba0da5bf85e52ff64f41732a12b37a2e]

        workaround for clang3.2 in vclwidgets clang plugin
        
        Change-Id: I7ac67dd14d14a93fe163febe0f18df56dd613376

2015-05-07  Noel Grandin  <noel@peralex.com>  [4eeaaf84d4251d77a86155609e21f86add086f3f]

        fix comment
        
        Change-Id: Ifa59bdc4bfd80fe3100ba5f1ac8119ad990e3936

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [9b1b3c9fdd6022fd8547af19cce62ce18ed6e383]

        Reduce enum class StorageMode to bool transacted
        
        Change-Id: I04e53d7de9f2f26e9338a82f7d5ae5dab1682712

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [79d853e31826c9e8b7e86bf90e5c1f9b7dd0c43a]

        StorageMode::DiskspannedMode is effectively unused
        
        Change-Id: I977b0a51a609d3cbc30abd308715f91cad2cfdfa

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [8a91528a3e03fe6e2923c33327b687ecf57adb0b]

        StorageMode::CreateUnpacked is never used
        
        Change-Id: I7285c90c82b04e3ebb2db371b675689de9c183d7

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [bd9f5783abe2ed807c3c70a60e5e00b5d117d820]

        SotStorage ctor nStorageMode param is effectively only used as bool transacted
        
        Change-Id: I3458ae46c256206e31ad268f47e8b92a30f3738e

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [76c50eddb0484d687425040f152460ea61af993c]

        Remove unused SotStorage ctor nStorageMode param
        
        Change-Id: I6af399ef26d3f3ee97a49592cf97c590c0781eb0

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [66335d3898547410f8ebf9963fb00d24352a56cc]

        Remove unused SotStorage::OpenSotStream nStorageMode param
        
        Change-Id: Ieda14d984f1614056c701a50ce637ea6fe9620f3

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [9e90401a2168e7db8a3f967f0d5011d2f52039eb]

        Remove unused SotStorageStream ctor nStorageMode param
        
        Change-Id: I5f114f4ca92d991d17ad871d11a78a5306191f9c

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [7df89ec7a2ccfc9b448ea33d0a9d4412062dee67]

        Remove unnecessary includes of sot/storage.hxx from include/
        
        Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [0241519f323b2b29db747467b8c3d9590c33f0df]

        Unwind SotStorageStreamRef typedef
        
        Change-Id: If7652a7c0251b741660365848a717c06954ca419

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [dc47b2e5136f0f767273dc5fdba5c822575e194b]

        Unwind SotStorageRef typedef
        
        Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [e14b7660f622a83fe97635649674ade05fe1eb72]

        Remove SvStorage alias
        
        Change-Id: Id07ace147ff4fd4a17d05ba3cce6408def05c9c7

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [2aa9110ed0bf8c4e678caffa1677143b3290240b]

        Remove SvStorageRef alias
        
        Change-Id: Icd1bf88cefac929916ece9a30b9b65c5297ec2a3

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [60bbbcabed5ddf477a17970af79f464fc5e98753]

        Remove SvStorageStream alias
        
        Change-Id: I9d835e6032e2366e5357240609ff0e60273d475b

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [bb2174d86728a3aead640032745b1e781d7f818b]

        Remove SvStorageStreamRef alias
        
        Change-Id: Ic25c39adf8796bb433fa7746f53a68e3e2bfd228

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [cd5e167bef00f823e3d1bc3dcf82acc3820d6f6a]

        Turn StorageMode into a scoped enum
        
        Change-Id: I481c153815fff793e9334153d863f26982b879cb

2015-05-07  Stephan Bergmann  <sbergman@redhat.com>  [edaa4785cd551031e3962bfb21a8d0a9aa14c233]

        SotStorage ctor takes as 3rd param a StorageMode (aka short)
        
        The code in editeng, passing sal_True (= 1) into StorageMode, has been like that
        ever since cd7096b4260149eb6fdd117ea0ba26b8116a41b2 "INTEGRATION: CWS
        mav09: #i27773#: remove so3; new storage API" where SfxMedium ctor calls were
        replaced with SotStorage ctor calls, keeping the argument lists intact.  And at
        least way-back 5a9184d9e270e0ec0fe4b378c5cfde54ede095fa "INTEGRATION: CWS
        hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to
        sfx2/inc/sfx2 and correspondent necessary changes" had a SfxMedium ctor that
        took as 3rd param a sal_Bool bDirect.  That is, it looks like
        cd7096b4260149eb6fdd117ea0ba26b8116a41b2 inadvertently carried the SfxMedium
        bDirect arguments over as SotStorage StorageMode arguments.
        
        Given further that even way-back e1e019fed3970b916b046e2d7be48ea786026fce
        "INTEGRATION: CWS hedaburemove01: #72503# get rid of hedabu procedure: Moving
        headers to sot/inc/sot and correspondent necessary changes" only defines
        STORAGE_* values with values >= 0x02 (so sal_True would never have had any
        effect), the best bet appears to just use the implicit default = 0 instead.
        
        Change-Id: I3c19831433173657d3a3225c28398de7481fe036

2015-05-07  Tor Lillqvist  <tml@collabora.com>  [8c1bba83384e835e7207fe8338f149ea8d77c3a9]

        WaE: OutputDevice subclass should have nothing in its destructor but ...
        
        Change-Id: I9b48a2c9d878ef449fc9c04228eff9deb03b0718

2015-05-07  Noel Grandin  <noel@peralex.com>  [12b0e654d1f508508921863c6f8b4eb2c65e6c1d]

        revert part of "new clang plugin: rendercontext"
        
        committed in error
        
        Change-Id: I768b9683dd4dd997b3728c53054043aea0e88040

2015-05-07  Tor Lillqvist  <tml@collabora.com>  [1275a450c10d581e453f0d822d9d77b5bdf07d68]

        More of the same
        
        Change-Id: I2e735a3534a7f374a550d5072359aca70494a547

2015-05-07  Tor Lillqvist  <tml@collabora.com>  [8d7791858ae09dc6185bf0b116a66c7580040b09]

        It's its, not it's
        
        Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [35fa267341be9d5d22a41e2aad1f1da462543783]

        tdf#90956 - ComboBox: handle re-size calculation during dispose.
        
        Change-Id: I3d6e421a10b0d6b0edb85c0a6454315198bfd22f

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [207b0799d9b5b7029ccde23787f55e6efc2df2aa]

        tdf#91073 - keep the popup pointer around while we operate on it.
        
        Change-Id: I33767036847aed3d5c7ee4a7d13e81590e46b65b

2015-05-07  Michael Meeks  <michael.meeks@collabora.com>  [ca0bf47a14fc57c0c38915ad4a5a0ebfa0219295]

        Remove unused CreatePopupWindowCascading virtual methods.
        
        Change-Id: I44125b9909c0d81abd84c9666d44225e99c94c54

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [af9b1a8b2e7589d33168e5b252ee38d7c9821ab1]

        VclPtr: one ref too many
        
        Change-Id: I84cf33c8e68c41223aaa12208a2845675bbbfd5a

2015-05-07  Noel Grandin  <noel@peralex.com>  [efecaf03adff75aa88be7862eb2c4f1261df5e60]

        convert BMP_DITHER flags to scoped enum
        
        Change-Id: I652faacf39a32fc8803147819ec9366948ff12b9
        Reviewed-on: https://gerrit.libreoffice.org/15646
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-05-07  Noel Grandin  <noel@peralex.com>  [0825b020caa0d802a0d76d9a7643daedbf9874e6]

        new clang plugin: rendercontext
        
        to help with converting calls to OutputDevice to pass via
        vcl::RenderContext.
        
        Change-Id: I4b49d2f5e4afca46898d2a7c7ed33cbf5577e664

2015-05-07  Caolán McNamara  <caolanm@redhat.com>  [f72e77f4086e4c22072d5815c9a6cbebc323ba8e]

        drop unused debugging Color
        
        Change-Id: I02fc8f71543e7fda48fbbce131abd172c8c03259

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2da59aafde97fa509a0e91afce1eebb68a3779d9]

        refactor BorderWindowView to use RenderContext
        
        Change-Id: Ib2aeae77ab7a570c4113f9767515e4f5833040b2

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [976e6b764638f9a44ab692024bd49b39b7efbc0d]

        refactor PopupFloatWin to use RenderContext
        
        Change-Id: Ib3f74c89c9a930deb0c153bf456f9c84095e237e

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a563bd6a3e2768a5248abb3ad889d0ed739df1ba]

        refactor DockingAreaWindow to use RenderContext
        
        Change-Id: Iacd4fb271dcf006c2eb81017d364f1c2d452b915

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dca01def7885ad69cf66edd75cf8207a5adb64f9]

        refactor ListBox/ComboBox to use RenderContext
        
        Change-Id: I367d6e4f54375bd61e46f0c1437444306b127c68

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7a11ec1992bf877f42edce8d1d930c5b00bd3d48]

        refactor ImageControl to use RenderContext
        
        Change-Id: I1290757fa5d6b61b68bf6c985b657253dca83586

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [04c037d8a8f1ca954181d75ab3a7cc648a5d1d63]

        refactor ScrollBar to use RenderContext
        
        Change-Id: I8707fa934d729d96e019ad5d0688299bf88954c4

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4c329456e1b70cfccfee905222d40f32ebcf562c]

        refactor ProgressBar to use RenderContext
        
        Change-Id: Idf33332a207736f70809820853dee5ce1e0a3cb1

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [29b1e6718f6ebdb45d2a8c6a89a86bc0a6bbb3ae]

        refactor "TextEdit" & co. to use RenderContext
        
        Change-Id: Ib26ecb9640d23714acec73304f26e2fd6af90ed4

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c299413c6d51280804e1996330a960d02050507d]

        refactor "HelpTextWindow" - use RenderContext
        
        Change-Id: I6cfcd86fabb2f568b577bb060cccabfe1aebc537

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a6b9d9a19fb8c5c9f166682f52941aee25b89c94]

        refactor "TabControl" to use RenderContext
        
        Change-Id: Iac6703bb9cf42e18c658b560a10baa6af6fa1df3

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d8a53d46278ee6415d47aec8db90577b7bd52764]

        Refactor "SpinField" & "SpinButton" - use RenderContext
        
        Change-Id: I589f49179b446ae24037546075070641de5cb927

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f906d11632fe4958d76306586772eb9c931a2a6e]

        missing ToolBox include changes
        
        Change-Id: I13252ac17fd4fca96992bf48c8dbdebd01c479dc

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8df18ef063e6de2cbc701b1f932bf8e872fcea22]

        Refactor "Slider" - use RenderContext & Invalidate
        
        Change-Id: I3c733ac46b89b0a6b413eadf2796b80ec033c2c9

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5485ef70cee1e3a743047f95ce94533024004b7c]

        Tackle Menu with RenderContext refactoring, Invalidate
        
        Change-Id: Ib2812723141c5dfe39b30c95f12d1aeca9c367bd

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3906f4cf754835bf7e31a2138188767503560831]

        Refactor "Edit" to use RenderContext when painting
        
        Change-Id: I41f3fa14ee06339685b608d1081466d4622999da

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [32a776c83b86db3efaa7177c479e9327f28fbf46]

        Refactor Buttons to use RenderContext when painting
        
        Change-Id: I4ebecb2bda44319a3590a62a2c113c73c94ba974

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9e0bc2685a427ff6dfae637c7d4260817c3b4700]

        convert FixedText to use RenderContext when painting
        
        Change-Id: If4c3265f76987d9f59388d3c12441ccb2b03a308

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [31c76ba57488f4ddce13c1974e9eb9ee80621ffc]

        refactor to use RenderContext for vcl StatusBar
        
        Change-Id: I3f3797d323ea6f438d4fdcb7f89c28b658e75b57

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a0200bd844f151dcfa992e13079396bc8d3013de]

        use RenderContext in toolbox, refactor redrawing
        
        Redrawing is done in-place at some places and not in Paint()
        chain. This was refactored to delegate such places to
        invalidateX method, so it can be changed later.
        Refactored some static functions to methods, when that made sense.
        
        Change-Id: Ibdf4211857f4911b48b61edd2ecc846a6e94c864

2015-05-07  Noel Grandin  <noel@peralex.com>  [498e25e14bfeac30c00e5f6204fa8103270c96a5]

        fix for CONFIG_MODE constant -> enum conversion
        
        in my commit b35828ba7dc33af81d17c8c870ec981d18a57b08
        "convert CONFIG_MODE constants to scoped enum"
        
        Change-Id: Iafb6b1643920eb066a2d50150f408161331f9d04

2015-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7530de8e6b41255ca884d40f63773fbe5642b35]

        sw: prefix members of MSWordStyles
        
        Change-Id: I9cd8474c658643d1f6044ecf6c56efdd42530979

2015-05-07  Noel Grandin  <noel@peralex.com>  [fbd85c25ba90b8db461555d735ab8b13f52d01ee]

        fix for older gcc
        
        include/o3tl/typed_flags_set.hxx: In instantiation of 'o3tl::is_typed_flags<ImplFontAttrs, -0x00000000000000001>':
        include/unotools/fontcfg.hxx:88:94:   instantiated from here
        include/o3tl/typed_flags_set.hxx:66:5: error: static assertion failed: "is_typed_flags expects only non-negative bit values"
        
        Change-Id: Ica7873bef3fd664370a96d8066d63c473ff6798f

2015-05-07  David Tardon  <dtardon@redhat.com>  [93d004c544c17521eebfa6e6850dca4b532e904a]

        WaE: format ‘%d’ expects argument of type ‘int’
        
        Change-Id: I1697f563d21c02551088ea1469eb973a6cfc5a10

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5984cc83fe756f7483d1ac582b8adbef5042be8b]

        Add ability to change tint/shade of a color.
        
        Change-Id: I6933393732d23fe9386cb8b768676887c026bd39

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6719b36a66171f59b383ccc5e7497d208bd566aa]

        Make pivot table resizable again to make it easier to work with.
        
        Change-Id: I205f7348993031e0dd72c74531ca67e3e87e809c

2015-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c89e590fb0bbf387e3d43f1cc9c26c7a4c429f64]

        extend color test - check read & write from stream
        
        Change-Id: Iac3c8d30acff0984a98a4b705957c0361a5ead2f

2015-05-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6e78bf76f3a10b43475e1bd801bdcbb9ce62f668]

        Avoid using letters with descenders as accelerators
        
        The underlining of accelerator keys creates a visual conflict with the
        descender strokes of the letters g, j, p, q, and y, which slows down
        visual scanning; not to mention that some UI fonts might be especially
        problematic due to their design (I’m looking at you, Apple, for choosing
        the grotesque Helvetica Neue, which is particularly unsuitable for UIs).
        
        Spotted by Clara Ginovart Cid.
        
        Change-Id: Ia559904b2f2fc1eddbea0193e95c929f7650c6f0

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [0393df4f9c2cb163350aef3fa14e7d1662367065]

        VclPtr: one ref too many
        
        Change-Id: Ie360ae76f8692abbc5487f9b76b543477cce438b

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [0237d8a6917ff486034747c4d28bf97611abcd3b]

        VclPtr: someone needs to dispose this mpWindow
        
        Change-Id: Ib08482d0a3f6cb62e16a21fba2025913ca1aedad

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [19fddecd3c2858accecce8f88415f1dfd8e4368e]

        VclPtr: one ref too many
        
        Change-Id: I0a299050d8ae19bdac555e75116c5b85f409a6c2

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [2c9dac6dfd875465a7b16997c5523af5a4953b4e]

        VclPtr: one ref too many
        
        Change-Id: I0efce31e0f7cc5aa4895b6e5e35432d3f0c6fb70

2015-05-07  László Németh  <laszlo.nemeth@collabora.com>  [8981041eb61ac703921784e1df9e9435c053d04f]

        tdf#91122 unit test for docx import with wrong vertical position
        
        Change-Id: Id268393bf28a6edb4a481d7a74ae412b337b3fc8

2015-05-07  László Németh  <laszlo.nemeth@collabora.com>  [3f1cbf94cb3ef743295eb7dcc8ed97e6252828ec]

        tdf#91122 docx import: fix wrong vertical position of OLE object shape
        
        Change-Id: I34cdae7182631ca2d6e86f94f244e9362fe9dc6b

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [dae152ac6b38065f8a102e8981749c98bdfe9869]

        VclPtr: one ref too many
        
        Change-Id: Ib045828769bece2a6524d2d84b6e8ee23d305e28

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [968091e1fcd1805073a60a3f7c271009bae41bce]

        Enable passing in a UserInstallation also in the C++ API
        
        Change-Id: I0549a58bc6cebdfd9d69c078b4a6e8a891182019

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [713a8f3f53028b89f0836f86923370515a210585]

        Nah, the Android NDK we use doesn't have std::to_string()
        
        So do the verbose OUString::number().toUtf8().getStr() dance.
        
        Change-Id: Ied5f6c3ec936544f0f36eeafd07f9496e9061373

2015-05-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [feb336a2a286ff1fc4f584c1ee4ab2148ac596ad]

        tdf#90258 Sidebar: toggle Thousand/Engineering
        
        Continue https://gerrit.libreoffice.org/15606/
        5a8c7fd551522bdfe935f4138bde0df376464608
        
        Rebase of https://gerrit.libreoffice.org/15233/
        Update with more robust tests.
        Update create NumberFormatPropertyPanel.[hs]rc
        
        Change-Id: I36bd95cbaee160f96e7e7369096b5c8fb0aa8a4d
        Reviewed-on: https://gerrit.libreoffice.org/15609
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [824854997ea293f12a17ec8b91c25924d8db6b75]

        Include <string>
        
        Hoping to fix the Android compilation.
        
        Change-Id: Ibb476edebc6b2da040af8c8db04efa39882c5bf0

2015-05-06  Eike Rathke  <erack@redhat.com>  [4a53021f0662e08b56fd076f78ac182634fcec4c]

        assume modified if an index has no corresponding ScDBData (anymore)
        
        Change-Id: I16cbc7d772f39c8778b8ba21a629ced6b0dbedeb

2015-05-06  Eike Rathke  <erack@redhat.com>  [595b2bbaedf730efc487fd9901365ffe03591e13]

        now also ocTableRef is DBData, tdf#91078 related
        
        Change-Id: I70d3f595b3fe26b77788a668a430d4d777320754

2015-05-06  Juergen Funk  <juergen.funk_ml@cib.de>  [45ed509f71aeef52cb86cc3d88aa2bcf86334bb7]

        Hidden exception in "SalTimerProc" when exit swriter (WIN)
        
        Only found the exception with the Debugger, when exit the swriter.
        The appliction stop the SalTimer, but the own message
        (SAL_MSG_TIMER_CALLBACK) is in the message-queue and restart the
        timer again. After that, the SalData would be delete and then in
        SalTimerProc use the SalData, then exception.
        
        Change-Id: I8e02a38d4e741cfd31de605cb5b172b28a0909fb
        Reviewed-on: https://gerrit.libreoffice.org/15649
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-05-06  Eike Rathke  <erack@redhat.com>  [848dc76e76c1c4a9040be4a0088c4d4527af6f40]

        Resolves: tdf#91078 check also DBData modified, not only named expressions
        
        This adds ScDocument& to all RefUpdate...Context; another approach could
        had been to add an UpdatedDBData similar to UpdatedRangeNames and gather
        those in the ScDBData::Update...() methods, but as long as
        ScDBData::IsModified() works that isn't necessary.
        
        Change-Id: Iae3ec6c8b8356cbd8acb2445489e91e7d6922fb3

2015-05-06  David Tardon  <dtardon@redhat.com>  [9c1ff73b9ca12c5fea7147b6e887072b1ccbb406]

        use o3tl::project2nd
        
        Change-Id: I636453e8cab09ec5021acd2bb1f2937f1402dccc

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [e449308e5d1c2de7e405115a737c0094fa9c5485]

        Add support for progress bar callbacks to LibreOfficeKit
        
        The libsofficeapp and LibreOfficeKit API bits.
        
        Change-Id: I4efe9880dfa4e0387f05b50e64b5eaee448e0925

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [cec72eff99d1d683f2236c8a86a2814b34ad861e]

        Don't bother ensuring progress bar LibreOfficeKit callbacks are monotonical
        
        It can well be that the StatusIndicator code is called for multiple
        independent sections while loading some document format, and that the first
        progress is not the one that actually takes much time at all, so following
        just the progress of that would be misleading, the progress would be "stuck"
        at the highest value set by the first progress (forever, if it has gone up to
        100%).
        
        For example, when loading the odk/examples/java/DocumentHandling/
        test/test1.odt sample document, the code first calls the StatusIndicator while
        parsing the styles.xml, going from 0% to 100%. But the styles.xml is typically
        rather small. Then the code calls the StatusIndicator *again* while parsing
        the much more relevant concent.xml. For that particular document, this time
        the progress goes from 0% to 27% only, for some reason. Oh well, GIGO.
        
        Change-Id: I87bfc586a53efcbeb94924f21dd365ca63da88d7

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [951c986d79c4674bcd9e63e81d9dded7d2c1a2fa]

        Add a bit of documentation
        
        Change-Id: Ie202c072ab10783c4030af280023795e498d2523

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [0145fa21f5e1825516fc0b386e820e0b1104462f]

        We don't use <config_features.h> any more here
        
        Change-Id: I06a382917717906a0e5fdee57e296bab407c5348

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [a00cd9025b017c86431db17ca7076f7434462fd7]

        Add support for progress bar callbacks to LibreOfficeKit clients
        
        The framework bits.
        
        Change-Id: I9cbd649c7766284bfcf8846d2b5e129dd2731ee8

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [44724236a014072a5a5012a9e77fb9d2a903fe1d]

        Add support for progress bar callbacks to LibreOfficeKit clients
        
        The comphelper::LibreOfficeKit bits. Also will need additions to the
        libsofficeapp bits in desktop and then to the StatusIndicator implementation
        in framework.
        
        Change-Id: I15c2505bbf6439c07d1956685d0a6d2a22aefc58

2015-05-06  Takeshi Abe  <tabe@fixedpoint.jp>  [7d8b03256e851f2436c05a56df5f3f61c957ff70]

        dbaccess: simplify code by using std::any_of/std::none_of
        
        Change-Id: I03ed512ba20206ed38428efe324f54f79abe1933
        Reviewed-on: https://gerrit.libreoffice.org/15616
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [f1097c868afe618d99f13c28418d5df23983601d]

        vcl: valgrind - initialize Dialog::mnInitFlag
        
        The assignment in the 3rd ctor is actually executed after the use from
        loadUI().
        
        (regression from 39078c247d31674544901f8449f5141185f79f7f)
        
        Change-Id: I34b3d7fb9d6c4637d15c7865e6034f2c9d968b99

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [83d8ccfb0a1e175149d6507e35757317568c7883]

        xmloff: convert to assert in SvXMLMetaExport
        
        Change-Id: Ib959da6f4dab0b290955e8b786d6efeef7f307b0

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [068f16e2f44b21df0bf7423eb02e8d57b4cb589c]

        xmloff: assert validity of XMLPropertySetMapper indexes
        
        Apparently -1 is used for invalidated ones.
        
        Change-Id: I31901ff9f1caf3d011e476e220cec71669f5a356

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [cd84fffd506e7d681d6542f979045691c49bbd8c]

        xmloff: assert existence of XMLPropertyHandler
        
        Change-Id: I2554c77245eb2c22201b6e680ab42db666b2ee8b

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [0252f24c9212456077c88853ab09c3f7417f3738]

        sw: clean up some defensive programming in modcfg.cxx
        
        Change-Id: I901d934d1c2bdf6f15760292481091eb740dfda1

2015-05-06  andreas_k  <kainz.a@gmail.com>  [c150d910c83e41a901d7d56256a7731acccc6e8e]

        Breeze: update will sync with the svg plasma-next-icons git repository
        
        Change-Id: I75f4be6d13fc10a801f105c5033bc288bf87c29b
        Reviewed-on: https://gerrit.libreoffice.org/15564
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-06  Eike Rathke  <erack@redhat.com>  [853f119c479f6bb2b8cdf4dbe49542f362a0cbb9]

        document's visible tab may be out of sync
        
        Change-Id: If94504f08cca6dcab009142cc18799bafecb3ece

2015-05-06  Michael Meeks  <michael.meeks@collabora.com>  [0005d50f07f35fa1cb2063cf2cbad465c4068225]

        tdf#91073 - don't queue an async user event when disposed.
        
        Change-Id: Ic0a084fe7392ae5a407a367fb67a5a1837a2ca14

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [2c9b7e3304db9d571d15a4ba3732acf8cf40cffe]

        SvxOpaqueItem takes a sal_uInt16 nId as first argument
        
        This code was like that ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        "initial import."  From other uses of SvxOpaqueItem, the best bet appears to be
        RES_OPAQUE.
        
        Change-Id: I19de8fac4f41716d9c2a73bda4a8cea200ae99f8

2015-05-06  Michael Meeks  <michael.meeks@collabora.com>  [8c4bbc0a0ddb1ea8051f0be5a42ef128cf7d891e]

        tdf#91100 - don't Notify focus changes after dispose.
        
        Change-Id: If870f88d1d83db8bd436ac1bb9a1c676c34605b5

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [e5ce36800b1669da08ab6440bc2f8bc2bd305ded]

        assert on attempt to print after cancel
        
        Change-Id: I46dadf9be542990ef18d78a54d7ebce3c3df80f9

2015-05-06  Noel Grandin  <noel@peralex.com>  [39078c247d31674544901f8449f5141185f79f7f]

        cleanup DIALOG_NO_PARENT, follow on to tdf#91090
        
        remove the DIALOG_NO_PARENT abomination and replace it with a flags
        parameter
        
        Change-Id: I71b7dc46c619f2db56af6d4dc2c17daf0a2c8534
        Reviewed-on: https://gerrit.libreoffice.org/15645
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [7847a338f13071dcd591617f0e8d8fd69b2b0818]

        cancel doesn't cancel printing
        
        regression from
        
        commit e0ad036eed6b151ea81311fcf9ba46f1726b103c
        Author: Luboš Luňák <l.lunak@collabora.com>
        Date:   Thu Feb 19 16:39:06 2015 +0100
        
            mailmerge doesn't need to use the singlefile technique for printing
        
        Change-Id: Ib1a7ae3033c03d13ba930cb6b94d85bd8041334c

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [c47f7dfb3045b7b029859ea1fac80143b996945b]

        sal/log.hxx is what was missing
        
        Change-Id: I11aa264391aa4fcd90d171b9a6d93ed8e430b6cc

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [b186e6f1ad9dfd1c6534f047bdd3e22ee993a7c8]

        impress and draw want to disable the size category with brochure printing
        
        Change-Id: I08e814a2895490faebd79ca9e340d6bd8a0b5bfd

2015-05-06  Michael Meeks  <michael.meeks@collabora.com>  [0a6012912f76a6fca7c6aac081b4b2940b8d055c]

        tdf#91015 - CSV dialog crasher.
        
        Failed to initialize the VclPtr<VirtualDevice> with an instance.
        
        Change-Id: I6df2cbc1176ad74e3d8b5249b579ba424810c701

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [98b5f1164b11ee7b84bf7efc16256afc5c58fcb8]

        Use typed ToolBox::SetMenuButtonHdl Link
        
        Change-Id: I00cd35374294ccdcc0ac3223ae81ba8129b9a5d7

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [e1b8ae4b2e5b5d99a51011a5d18f23df0448e379]

        Use typed ToolBox::SetDataChangedHdl Link
        
        Change-Id: Ia4fe932e765651653e6c534e755a8fc32875ffc3

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [f9830183e1076fcbaa757f2220070b4bfe804231]

        Use typed ToolBox::SetStateChangedHdl Link
        
        Change-Id: I9b574f652e5d999086e32e9c7ede7c68fe5cc99a

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [1e64fe1364dc4aed8d46671e5b7160244b77db76]

        Use typed ToolBox::SetCommandHdl Link
        
        Change-Id: Ieee142ddebb288037647fb77bac6f11b9827c4a8

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [1a5f1e82a96b5c8c9d523fd58c330498936cd2fe]

        Remove unused ToolBox::Get/SetHighlightHdl
        
        Change-Id: Ieea90173e84dc4d1d0202a3804033d1c42370261

2015-05-06  Michael Meeks  <michael.meeks@collabora.com>  [952220b750a5bc8a9d9df03e109ed1d84c393842]

        tdf#91014 - dispose SfxControllerItem sub-class earlier.
        
        This avoids getting StateChange calls on disposed widgets.
        
        Change-Id: I33968f1afc09df47eda5ad5e0f0ae3a5cc408a63

2015-05-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f630f9598f2e328cbe37aff5af0e93c027a94de5]

        tdf#90258 Toggle Thousand Separator with Engineering Notation
        
        If scientific format is selected, "Thousands separator" option is almost
        useless. It could be replaced by "Engineering Notation".
        
        Rebase of https://gerrit.libreoffice.org/15152
        Update with more robust tests.
        
        Change-Id: Ie2b88b1f149fce26c32a43ace623cf1f45f38e6e
        Reviewed-on: https://gerrit.libreoffice.org/15606
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-05-06  Jan Holesovsky  <kendy@collabora.com>  [a5a17610d5eff80387c7330527793de87cc82e58]

        android: More services that are probably needed.
        
        Change-Id: Ibc394aa8ae758bbcc478707731cda3b270499ce2

2015-05-06  Katarina Behrens  <Katarina.Behrens@cib.de>  [e8fcf3f01e48ae7453d70cfd5ae0acc2d8c50d58]

        tdf#90565: Focus category list on showing the dialog
        
        Change-Id: Ice995c7061b195ae7ac600635fc7643f762841c0

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [1fe85984f00c38017095944e2c34b34c57622367]

        WaE: loplugin:cstylecast
        
        Change-Id: Id59ba5f0fcb27e5a3fec322ba0a016c5fc4bacc1

2015-05-06  Michael Meeks  <michael.meeks@collabora.com>  [222a9ef69c1a60526de5546433a9fce62d44823a]

        tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1)
        
        Change-Id: I1032054765013a43744a7be548e892fc973a40ce

2015-05-06  Noel Grandin  <noel@peralex.com>  [80b3c85269a593b0b10355e770dc91ab3d419696]

        simplify code using ScopedVclPtr
        
        Change-Id: I71db7422ab8ad83455cc61df5314cf214a4d388c

2015-05-06  Noel Grandin  <noel@peralex.com>  [0a825b9aae390dc426261e873ffbacc867814e53]

        fix windows build
        
        warning C4334: '<<' : result of 32-bit shift implicitly converted to 64
        bits (was 64-bit shift intended?)
        
        after my commit 60e659ae355d073b05b3b9c8d2ac3bdc5f76020d
        "convert IMPL_FONT_ATTR constants to scoped enum"
        
        Change-Id: I83f1ea5869fa60c89dbc706020f68cc2c4277f48

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [776d74bb557e243c3aefe868dd5367a2a065ee06]

        If using std::random_device fails, fall back to just time(nullptr)
        
        For instance, if using LibreOfficeKit in a chroot jail, there might
        not be a /dev/urandom, which causes the std::random_device ctor to
        throw a std::runtime_error exception, at least in the libstdc++ I
        have.
        
        Change-Id: Icc91a4ddf92ce66c66b6ffb8b4d1a02ab5f29ee9

2015-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bd6f298b43732fd5d4a270f2493ae11eb20ad22]

        sw: add SwDBData::sEmbeddedName
        
        It is supposed to contain the name of a stream in the document storage
        (like "Object 1") that has an embedded database for mail merge data
        source definition purposes.
        
        It's just loaded / saved from ODF at the moment, it's not yet used for
        anything.
        
        Change-Id: Ida366478fd83aa51e66e958ac09d852332c227c9

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [27d94c482e82ea5d4f202109614c6fb3578fb0a4]

        color bar doesn't fill tool item
        
        since
        
        commit b8f21298288890d52c06fef6c84441634c56c986
        Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>
        Date:   Mon Mar 2 20:57:32 2015 +0900
        
        the color bar is always drawn under the icon and doesn't
        get drawn to the right and fill all the empty space of
        the tool item, e.g. in impress see the new toolbar color
        selector
        
        Change-Id: Ib70fec9c933b9d743e67475899938a5d9f405496

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [ea593a29006e71e25071aaf01c838e5da632adf0]

        this is a no-op, remove if
        
        Change-Id: I01a7d41084185c8c9d4a103fb124a0416a3bc890

2015-05-06  Tor Lillqvist  <tml@collabora.com>  [fa405087c6345053580fb9d8eca46c6ca71c18d9]

        Add comments about ImplFontAttrs
        
        Change-Id: I32d8b8f4301188245721d31fd234bb1784a1ae8d

2015-05-06  Noel Grandin  <noel@peralex.com>  [74778b12f4f662e45ca8915739ab52b4402fde49]

        fix windows build
        
        Change-Id: I32dc6c24c523519d6c2376c555b2d774fa40b3ba

2015-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cddfc798e5ba55493fa5fd64340785164ca9dd4]

        android: add ctors needed for ODT saving to the edit list
        
        Change-Id: I8b83b57f8dbbbc3cc75618d133139fdbe2c24603

2015-05-06  Jan Holesovsky  <kendy@collabora.com>  [35a185e8e1dbe8dd42455795ff5f300bf67b0ffb]

        Doxygenize comments.
        
        Change-Id: I2a54f0c2694bb069478a8c8764a1789a377b4c0a

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [19b91e0d76df10646cd261431c7847e3447e08b1]

        Remove unused SvxControlFocusHelper
        
        Change-Id: I3bdadb02918bf109e7e93ea0c7c709f018caed4a

2015-05-06  Caolán McNamara  <caolanm@redhat.com>  [9f68d0a24bd0b85e325b3983a19331550bbdc1b1]

        drop useless temp debugging strings
        
        Change-Id: I3dbcc792278814df6c23d0f593bd6d86b5d4907e

2015-05-06  Noel Grandin  <noel@peralex.com>  [918a03c53839ad5696d0e154fbf657af49f67d8f]

        fix OSX build
        
        Change-Id: I6df0009cad65134e626f89563be168ff739ca092

2015-05-06  Noel Grandin  <noel@peralex.com>  [662fc8eaa94d766104bced33c18b4718722c6692]

        convert BMP_MIRROR constants to scoped enum
        
        and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic
        where it was not correctly translating between different flags types.
        
        Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee

2015-05-06  Noel Grandin  <noel@peralex.com>  [b13fbd19b7282a1210a2e14bb5ede9ecdf944c1c]

        convert BMP_SCALE constant to scoped enum
        
        Change-Id: Ibc9f88d2588c028cd71aa86c26d970a73025ef22

2015-05-06  Noel Grandin  <noel@peralex.com>  [ba121a3269d17f87c6d09b9e46aaaf921af40ef6]

        convert USER_OPT constants to scoped enum
        
        Change-Id: I85a1c9f89ac79e0e54fcd8dfd1908325fae9a8ac

2015-05-06  Noel Grandin  <noel@peralex.com>  [bfcb2a1a75ae0ff780bff0747ea90c1e79a56fc3]

        convert DEFAULTFONT_ constants to scoped enum
        
        Change-Id: Ia33e957f6cf530e2639b3c86d9482f642652cb46

2015-05-06  Noel Grandin  <noel@peralex.com>  [9b37c2176e4da7575398c15921e3466208f19847]

        convert SUBSFONT_ to scoped enum
        
        Change-Id: Ic66191ac4cdfa753dc784e7bd1a6dd20f50def6b

2015-05-06  Noel Grandin  <noel@peralex.com>  [78706545a6df37ccc57c21190f51e9081180ac70]

        convert FONTTOSUBSFONT constants to scoped enum
        
        Change-Id: I994bfc76d709d01406404991dbfbd49b15bd03f4

2015-05-06  Noel Grandin  <noel@peralex.com>  [60e659ae355d073b05b3b9c8d2ac3bdc5f76020d]

        convert IMPL_FONT_ATTR constants to scoped enum
        
        Change-Id: I2b5986ea69dc09e6ba18b23a80029f6551b48152

2015-05-06  Noel Grandin  <noel@peralex.com>  [96471119f0157d85c1fb33b114919a94272744c6]

        convert CVC_ flags to scoped enum
        
        Change-Id: Iadc9b6240121e9fee91de299b94a9f8629656507

2015-05-06  Noel Grandin  <noel@peralex.com>  [b35828ba7dc33af81d17c8c870ec981d18a57b08]

        convert CONFIG_MODE constants to scoped enum
        
        Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [c8fdfc39ebf89e10bc01bf9569b29b5b4c85d40d]

        Use typed ToolBox::SetDeactivateHdl Link
        
        Change-Id: Ia2521b000e962a0cc461a54f73b5c97bbe34a602

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [8ff3a90d3c49b4c062fb6c2f0e80d8489f8bbe3e]

        Use typed ToolBox::SetActivateHdl Link
        
        Change-Id: I15044bd9ea94562c1d4727f64aa0b32543e0cc0a

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [b515d1f36fdf8c242079da60eb4ecd5fd456583c]

        Use various typed ToolBox::Set*Hdl Links
        
        Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0

2015-05-06  Stephan Bergmann  <sbergman@redhat.com>  [f593be5bcde09965bb3478e00bcdedbc6bd5bc57]

        SfxBoolItem takes a sal_uInt16 nWhich as first argument
        
        This code was like that ever since 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24
        "initial import."  From the surrounding code, the best bet appears to be
        ATTR_LINEBREAK?
        
        Change-Id: Id0e3346f2f9bb9c00c202003d06c2518dea38112

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [6a37faafa545ccf0b242d4f3b179dcbe710a2814]

        sw: make SplitRedline() a little more readable
        
        Change-Id: Icd99c8d98ae4c5cd6c6552a929c28ad0f096c214

2015-05-06  Michael Stahl  <mstahl@redhat.com>  [c4cf85766453982f1aa94a7f2cb22af19ed100be]

        sw: fix crash due to redlines on tables on ooo121112-2.docx
        
        Problem is that after import there are SwRangeRedline that start in the
        first cell of a table and end in the paragraph following the table.
        
        There are <w:del> elements covering every individual paragraph in the
        table; all of these are merged into one SwRangeRedline.
        
        This could possibly be fixed in writerfilter by buffering the
        m_pParaMarkerRedline until after convertToTable() to prevent the
        merging, but perhaps it's better to fix it in SwXText::convertToTable().
        
        Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68

2015-05-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [1848430d614e0f2f52e288363d0367c9207b0802]

        Use more proper integer types
        
        Change-Id: If1515df57cd90451f2c912bf5c268fec8688c063

2015-05-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [3cc95ee73e029efbfeff3203f5a9a1b51105a1d9]

        Store getColumnCount()/getRowCount() results in sal_Int32
        
        instead of sal_uInt16, to match type preferred by following
        code. Also use size_t for calculating products, just to stay
        on the safe side
        
        Change-Id: Id875e01aa2087fc27e60536d5e3ef152b22aadc6

2015-05-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [97911bf9cf1c3d27c9ff1fe7d98f9ae1bbce3c40]

        Use more proper integer types
        
        Change-Id: I8200af6fcb111edd8a00cb77824e84e2231bee1b

2015-05-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [6da921838f9756608553bd7dd231f4393ee0803d]

        Use more proper integer types and range-based for loops
        
        Change-Id: Icbda6c3ab23622e1d9f73d3a9a30ff0c278684cf

2015-05-05  Deena Francis  <deena.francis@gmail.com>  [5c793b582e5afda68bb6acf7aa22f70c48f59b12]

        Resolves tdf#84240 : Red squiggly underline does not appear instantly
        
        Change-Id: I62d1b381ba8373cfa637f5838d5ef31691f4c260
        Reviewed-on: https://gerrit.libreoffice.org/14872
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [22da3ae40027ff2d31f89cf92f0d4ad7217aed1e]

        VclPtr: crash on exit on impress
        
        Change-Id: I3f81128b58992db68263fb6c8d2a94cbae855632

2015-05-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [111952dccc1bf9e28e61c0233816248c848cbf53]

        fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2
        
        Change-Id: I523b0c71bc0fed501a4d5fffd75c5a4704f6dd13
        Reviewed-on: https://gerrit.libreoffice.org/9827
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [c4dacea24f8ca83e6c178e2846aeb40b3a100dcb]

        ´Color´ : ambiguous symbol
        
        Change-Id: I5a33d518a62c35c9ac03600f02a37ac987e6e066

2015-05-05  Tor Lillqvist  <tml@collabora.com>  [d2724d4e07c9bfc58f1c9a008d538d6459c392fb]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: I3a22d6a2a3d655337608826c9981039ba8b5483c

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [f34a473ba96849e2e5277702a7b2bbef9398b6d4]

        restore this utter madness
        
        where we get the untranslated names for these for some
        weird and wonderful reason that escapes me, but this
        is clearly why this existed.
        
        Change-Id: Ic7a7897a4988a981a3a77a8e64521d1738a323ee

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [8c73b6eeb87eeac3def69e0026e80d7d951e2592]

        vertically center toolbox/listboxes
        
        Change-Id: I01270b85e019362e8343f4b097620620674f0443

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [8caebf50b3ee159da4db500f969427b49f07af80]

        Use new color selector in the toolbar for area fills
        
        Change-Id: I4da718620f4864c1c7742ecb9a0fcb8fc787f573

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [1c6d21d017721f014d5a3c0588c1717f939c5581]

        these are not used in this .hxx
        
        Change-Id: I81bffed8f47849bb1289cdcef4fa10a332a1c86c

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [7fb784ff2c58f7ad89b0f961fee76e3a363841ff]

        use a sizegroup to stop area panel 'jumping'
        
        toolbox and lists are a little different in height naturally causing a little
        jump in layout on toggling between color and anything else
        
        Change-Id: I0b2ab92ab2fb5bec7d7fecc7aeaf15f47781a67b

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [9a5361df8c3b89203315ba0a33bc4d8f613d701f]

        add some missing glade prototypes
        
        Change-Id: Iff936ca81c594b588b0dd8b66970fa6135a4c53e

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [5d7af14e3224e784a3c1cc6b0fcd23889c3d8ed1]

        drop useless temp debugging strings
        
        Change-Id: I7731d16044fe884d5678330920bf468ccff87d19

2015-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [72cb877e07194f5f9f13dd2716d03f9a50531b1b]

        sw doc model xml dump: include SwDBData
        
        Change-Id: I082a9d3ca268d19ac21c28a6b453d457ed27c959

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [25487875563c5aa05253e3f3199b082ded16184c]

        vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_Bool
        
        This passing of sal_True instead of some SCROLL_* flags has been there ever
        since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import," and the
        signature of vcl::Window::Scroll has been like that at least since
        f59676fe09175725ee0a75a1678dd1581decc20b "INTEGRATION: CWS
        hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to
        vcl/inc/vcl and correspondent necessary changes," so lets arbitrarily assume
        that this wants to pass SCROLL_CLIP (which has the same numeric value as
        
        Change-Id: I8da6536404aa220611a7df96605c7a4a9efc7f7c

2015-05-05  Eike Rathke  <erack@redhat.com>  [48d7d093bae06b7883434161882cb9d5f2ce08ae]

        rework the twisted ShrinkToUsedDataArea logic
        
        It is unnecessary to check the remaining columns/rows twice if they
        really contain data, and that even for every empty row removed.
        Also, put loops inside conditions instead of conditions inside loop.
        
        Change-Id: Idbb1a647d99806ebab26a17a83b455cacc157c18

2015-05-05  Michael Stahl  <mstahl@redhat.com>  [8fca0c44e8f21fa2ee1000665856292d5a1c44e9]

        vcl: rename other members of StateChangedType for consistency
        
        Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a

2015-05-05  Michael Stahl  <mstahl@redhat.com>  [f24590521c5ffea13c0aecdb2f30fdd39bbfbc45]

        vcl: remove WIN32_TRANSPARENT
        
        Change-Id: I164106e89cf910c2f9fa6815b23f58ad6c6ee789

2015-05-05  Michael Stahl  <mstahl@redhat.com>  [c724eebbaee76c9c91ba332173903aa4f4bd754a]

        vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.h
        
        Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c

2015-05-05  Michael Stahl  <mstahl@redhat.com>  [cbaca2c1cea2a4a75e21b2b13d79f50858d7d186]

        remove unused #include awt/InvalidateStyle.hpp
        
        Change-Id: I7ea52365157fc642401db64c3b4a40d4643d16ae

2015-05-05  Richard PALO  <richard@NetBSD.org>  [e4f10cb0e12e7965df5e469cc22e6893044cabc3]

        Avoid redefine of TRANSPARENT on solaris after including stream.h
        
        Change-Id: I90611a4855320148f1d4b6e61a420ada47308c28
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [d879d5346b525c478e93363b7ec06e797ce01461]

        Downgrade for old Clang
        
        Change-Id: Ia4c241040c52631df86c5bb7a95bca6af234251f

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [2186e3f8d667b5af9042dcb2c3f21509ec800d2a]

        Remove using directive that has become unused
        
        ...with 7ebed1d63e2ad5728fa81b65fa98f09b0406965d "fix windows build"
        
        Change-Id: Ibb8182cbfab47fed117c731f24fa90519b20653b

2015-05-05  Noel Grandin  <noel@peralex.com>  [9bbfb78de44c93a19a7dc919f960e2ee17c17c4e]

        loplugin:staticmethods
        
        Change-Id: I5d02ba0db00e11af3c17eaf77ce19c635a52077f

2015-05-05  Noel Grandin  <noel@peralex.com>  [0a442d38157190c77eb04d53a90520913b93226c]

        loplugin:staticmethods
        
        Change-Id: I4d19f868a618cb135aa7a949222972dc35b47d2a

2015-05-05  Noel Grandin  <noel@peralex.com>  [7d426e6fd681c6f0fb45a69f3ac7076817495135]

        loplugin:staticmethods
        
        Change-Id: I97160fc51dc16ff92b06d44570298eeec637e132

2015-05-05  Julien Nabet  <serval2412@yahoo.fr>  [aa06ce15fdd68983001ef33d1931fbaf6b515282]

        Related tdf#91009: Correct thousands separator character for locale es_CR
        
        Change-Id: Icf080bb9f21ef75487d43d8a582625be512968c4
        Reviewed-on: https://gerrit.libreoffice.org/15630
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-05-05  Philippe Jung  <phil.jung@free.fr>  [aa87af58b195af94ea5b9dcb01faf09e01e76e1b]

        tdf#91081 Fix LO crash after dialog closing by ESC
        
        When control is no longuer valid, skip emission of
        notification - chaining to the parent
        
        When opening a popup dialog by right click and immediately
        pressing ESC immediately, LO crashes.
        
        A focus event listener is still registered. It triggers an event on a
        component previously freed.
        
        Change-Id: Icfc941849be5d50e2477d4e92afff844f76892d8

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [ca35b597012154d655ed50e53d9d614098058ab0]

        Various loplugin warnings
        
        Change-Id: I8d38521f08441f123a236729c01909f2da4ec478

2015-05-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [011563a083da45b7c6805ec42778672d4a0fb0dc]

        seed mt19937 with random data
        
        time(NULL) is a poor seed. It is quite predictable and
        multiple instance starting in the same second will get the same seed
        and therefore the same pseudo random number sequence
        
        Use std::random_device, witch is meant to provide 'true' random
        data.. mix time(NULL) just in case the std implementation is crappy.
        
        PS: sadly std::random_device.entropy() cannot be relied on
        as clang and gcc are known to return 0 despite their random_device
        being non-deterministic, hence the prophylactic systematic
        mixing with time(null)
        
        Change-Id: I44dab9970f8f0388dc1c99e9816d49d1afbecf18
        Reviewed-on: https://gerrit.libreoffice.org/15591
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [9503fe93e08a11393188099a272e7fb8d6623157]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: If6643acec764def691a3229655a992ae852e1238

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [f7b3b805b9881f3674e565484e05c9d30b32ee84]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ibd9d3858f833c24f38f982a941353204d9aa9081

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [88c4fb7d7ce14e6f25b9700365d1389304017021]

        loplugin:staticcall
        
        Change-Id: If0b59a15a2fa740760419b1dc3345cf665857114

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [c9b4c5681194a1cd3297a36d4a1f4e4cc3aac55a]

        Use typed Idle::SetIdleHdl Link
        
        Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9

2015-05-05  Philippe Jung  <phil.jung@free.fr>  [8c4a1663f5d93380268365d35a5581d8065df897]

        tdf#34555 add crop features to sw
        
        Adds Crop (by handles) to writer. Proposal of new Format menu and image
        context menu organisation.
        
        This is part of a serie of 4 patches that adds Save graphic, Change Picture,
        Edit with external tool, Crop (by handles) in all products (scalc,
        sdraw, simpress, swriter).
        Main menus, toolbars and contextual menus are updated accordingly.
        
        Change-Id: I6fe8907e08519326c78f0bc71f27032b5716bb8e
        Reviewed-on: https://gerrit.libreoffice.org/15590
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-05-05  Philippe Jung  <phil.jung@free.fr>  [b1df1ac809fd6de972a6ed4f638a1ac8d29ba40d]

        tdf#34555 add to scalc: crop, change img, save img, edit with ext tools
        
        Adds Save graphic, Change Picture, Edit with external tool, Crop (by
        handles) to scalc. Proposal of new Format menu and image context menu
        organisation.
        
        
        This is part of a serie of 4 patches that adds Save graphic, Change Picture,
        Edit with external tool, Crop (by handles) in all products (scalc,
        sdraw, simpress, swriter).
        Main menus, toolbars and contextual menus are updated accordingly.
        
        Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42
        Reviewed-on: https://gerrit.libreoffice.org/15589
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>

2015-05-05  Philippe Jung  <phil.jung@free.fr>  [80a38d299133823e93ec5c29e8fe5c51771940d5]

        tdf#34555 add crop features to svx
        
        Adds crop feature to SdrObject. In EndSdrDrag related to Crop, there is
        a new branch. If object is a regular SdrGrafObj (known inside svx), it
        is used. Else, a virtual method on the object is used. This enables to
        forward End of crop action to SwVirtFlyDrawObj objects (when you crop
        with handles in writer).
        Regarding writer, coordinates based on Twip/MM100 are used, not the
        matrix based one.
        
        This is part of a serie of 4 patches that adds Save graphic, Change Picture,
        Edit with external tool, Crop (by handles) in all products (scalc,
        sdraw, simpress, swriter).
        Main menus, toolbars and contextual menus are updated accordingly.
        
        
        Change-Id: Ie1a133d18487f51bb9c44ae2f000e63d911bf6b3
        Reviewed-on: https://gerrit.libreoffice.org/15588
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-05-05  Noel Grandin  <noel@peralex.com>  [7ebed1d63e2ad5728fa81b65fa98f09b0406965d]

        fix windows build
        
        Error is "ambiguous call to overloaded function"
        Rename methods to something more specific to avoid this.
        
        Change-Id: Iac275e38cf7fb06be55cd859041acc641c13db35

2015-05-05  Michael Meeks  <michael.meeks@collabora.com>  [36c8dd27b19ce5088b65096af5f464ec5720efaa]

        tdf#91027 - cleanup dbaccess related dispose logic.
        
        Change-Id: Ice92188b097974b8e305c0180a791e25ed537054

2015-05-05  Tor Lillqvist  <tml@collabora.com>  [83076579132eabf50748c15d7a8defb6c3aa851e]

        AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3
        
        Change-Id: I1d637285b6b6ef64b83ab759bd4a379713bbf96b

2015-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b1bd0fac8007adeefb91f6d505186221143fb4f]

        dbaccess: implement ODatabaseDocument::loadFromStorage()
        
        With this, it's finally possible to load a .odb file embedded inside a
        .odt.
        
        Change-Id: Ib5eec603ce958abd848e456871aacfad4ab0a8b7

2015-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff3e41a5be2f104e2ea1497660938e5744ad6fba]

        dbaccess: use already existing source storage in ODBFilter, if possible
        
        Change-Id: I4378e229c771cf79a694086b7a4ba4ac2e36b8f7

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [c0e209bf5f418f1564d16e234251783a0857a9d4]

        Adapt SwSrcEditWindow's SyntaxTimerHdl to being used in an Idle now
        
        ...not a Timer, since d843f3de731667a298a83fc66637c7f983f3b24d "changed timers
        to idle"
        
        Change-Id: If8c6a52d6fb7b1e392e8f31bc8f0db22b2f049e1

2015-05-05  Stephan Bergmann  <sbergman@redhat.com>  [8cafd08278c0b925aac91ea94d8f907d98f07047]

        Use typed Timer::SetTimeoutHdl Link
        
        Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100

2015-05-05  Tor Lillqvist  <tml@collabora.com>  [3363f828d63775a11073276dce927b9538b57be6]

        Drop misused lcl_ prefix
        
        If used at all, lcl_ is supposed to be used for static functions truly local
        to one source files. The functions here occur in several source files (well,
        two, the one where they are defined and one other) so they are not "local" in
        that sense. (But they could be local in the one file that uses them...) Also,
        they are already in a basegfx::internal namespace.
        
        While at it, drop the :: prefix eyesore from basegfx::internal, and align
        parameter lists consistently.
        
        Change-Id: I68b91075e0b1779ac0fa884d8f9e956f1ab7b308

2015-05-05  Noel Grandin  <noel@peralex.com>  [259820af718fe15ea5080711f77918dad8f14fbb]

        loplugin:staticmethods
        
        Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe

2015-05-05  Noel Grandin  <noel@peralex.com>  [03e6cc9130864adcea5a1ae5440f24a9c128e8d6]

        loplugin:staticmethods
        
        Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0

2015-05-05  Noel Grandin  <noel@peralex.com>  [6ca16a4cad999dbb0296ea64db2263a26e52f36c]

        loplugin:staticmethods
        
        Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe

2015-05-05  Noel Grandin  <noel@peralex.com>  [cc7af44abd5999cf8af69dd8e5e8f86908a3fcb6]

        loplugin:staticmethods
        
        Change-Id: I86e2095bee82a2a6a28b8750e5a328c4d395e2aa

2015-05-05  Noel Grandin  <noel@peralex.com>  [01c2626107326cc55cd5e5842c78310cf53be9c4]

        loplugin:staticmethods
        
        Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f

2015-05-05  Noel Grandin  <noel@peralex.com>  [e95b073790d0f6ddba6bb8e044a6c382627cfe9b]

        loplugin:staticmethods
        
        Change-Id: I60678dfd1bd0d2e4754dbbe6ba053e90d5870780

2015-05-05  Noel Grandin  <noel@peralex.com>  [86172696f337317320f857016287e4a8850e613c]

        loplugin:staticmethods
        
        Change-Id: I64fdb27a7f83f6417a9cd67ed5d2c44072ec7f2e

2015-05-05  Noel Grandin  <noel@peralex.com>  [89945a90590e2c9a3bea7a387cf8d9d2f5591728]

        loplugin:staticmethods
        
        Change-Id: I3d61c1c64f7e781c032a77d5d35998e953bf5c0c

2015-05-05  Noel Grandin  <noel@peralex.com>  [add1351e5974a74e76f9095af1bc9c80ab543cf2]

        loplugin:staticmethods
        
        Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30

2015-05-05  Noel Grandin  <noel@peralex.com>  [f304a7a14a4af4d3f46eab18d5494194028e61ef]

        loplugin:staticmethods
        
        Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f

2015-05-05  Noel Grandin  <noel@peralex.com>  [b2b85c2b3920fdd92b8d3bf32af1cac5679e116e]

        loplugin:staticmethods
        
        Change-Id: Idfd6368eba8e638cf9e6adf998b19ccd1f5e876c

2015-05-05  Noel Grandin  <noel@peralex.com>  [d3b5038cbbe4adf642b3906da111a9f0d2c918a7]

        loplugin:staticmethods
        
        Change-Id: Iea68c4e466dd8e1cb7164959a680e5e52542166b

2015-05-05  Andras Timar  <andras.timar@collabora.com>  [0c58017468abb0ebee3088336e7e7a074e53edee]

        tdf#90539 special case for EMF placeholder icon of OLE object
        
        Change-Id: Id775680d6b2aec1fd84981a72a94fe4934bef003
        Reviewed-on: https://gerrit.libreoffice.org/15632
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-05  Andras Timar  <andras.timar@collabora.com>  [f62af191bf0f0d1578abc919ca3c902864fefa22]

        typo: strech -> stretch
        
        Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053
        Reviewed-on: https://gerrit.libreoffice.org/15628
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [a0fca97eda10778be076c411dfd513e2a38937ae]

        drop useless temp debugging strings
        
        Change-Id: Iee9c1bd37664188e4dc10b929eb72b6370001417

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [f74ac7c486fd8f0a19a2a76b2b2fcbf45a84b4e4]

        cppcheck: unreadVariable
        
        since
        
        Start slideshow with the next visible slide
        
        commit 45e4a5ef5347f7e2fe90a0d411e3749f24008c3a
        Author: Katarina Behrens <bubli@bubli.org>
        Date:   Sat Mar 23 20:32:40 2013 +0100
        
        Change-Id: Ib04aac2b223a38dbf46ee8cea3194e116e435eb6

2015-05-05  Caolán McNamara  <caolanm@redhat.com>  [a0791aa295a12439952140a3ac76d42ae2f05886]

        cppcheck: noExplicitConstructor
        
        Change-Id: I07aaf57291239e30b1600bd1061821b4759b8a0b

2015-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b60142af8c3adce35e2c158e14815b1226a97fc2]

        RtfSdrExport::StartShape: use std::unique_ptr<>
        
        Change-Id: I236d7d951bae8c40d2caaa5ecd6dfd669f8ea982

2015-05-05  Eike Rathke  <erack@redhat.com>  [1aa43709f1eafe76bb5b2c658bf88c16bb73ea4f]

        rework Sort trim data area logic
        
        Determine the effective data area before all operations, so obtaining
        uniform row heights, the actual sort and setting dirty and setting row
        heights after sort is done only on the trimmed area.
        
        Also make sorting leading empty columns to the end work again if no row
        headers were given.
        
        Change-Id: If2b6a15ca69e0db2ca71a888a134f7441b04cc27

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [61231964a2683ffcc6c4ca139eee3fdb28d9ef42]

        drop useless temp debugging strings
        
        Change-Id: I7e9edae135bd8f3b958c2013fe6d944ab3de2100

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [c8a7a67753de4de78b7834f26f5a87a84bcb24f6]

        cppcheck: noExplicitConstructor
        
        Change-Id: Icb4273515082bffaeb9d8f3ebcec8d76fa4192ef

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [24736e724e98a3ed63bad5e1917f40302b1de24e]

        cppcheck: memleakOnRealloc
        
        Change-Id: Ibdf762b0d397f798372d9bf882aa82a6e5fd0229

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [90911df79efe9a069c7a692d0d1109e67a1da961]

        hstream.h->hstream.hxx
        
        Change-Id: Icc4a3d3661c3d40f9e71215bdc875c6a25f40ac1

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [869e477484befd0c200c73103ff9bc224d3a47df]

        cppcheck: noExplicitConstructor
        
        Change-Id: Iea5bb0504518b380c3fe7c238d376dc26be8a7ef

2015-05-04  Eike Rathke  <erack@redhat.com>  [c4ed1eb3ab4480092b21d95edebc10ea010b67e8]

        assert(nStartRow <= nEndRow)
        
        Zero or negative count is unhealthy..
        
        Change-Id: I4cce6c896e73e8e964518cbe4a29eb03ed481251

2015-05-04  Eike Rathke  <erack@redhat.com>  [46fa99f61aff88f1697959a9d3c41a5c3c3c05e9]

        Resolves tdf#90757 ensure start row / end row order makes sense
        
        ... in case the header is the only row.
        
        Change-Id: I5e6046007a8d668f9834e108aaf8af0072629fc8

2015-05-04  Joren De Cuyper  <jorendc@libreoffice.org>  [d7336b91f0539751c1e955ecbbf3b38991c87387]

        Revert "Delete unused strings in undo.src and undo.hrc"
        
        This reverts commit 4c07124cf4f7684d271d0e71a095c67e0f988e45.
        It looks like these strings are used via an iteration in docundo.cxx
        So, restore them.
        
        Change-Id: I1b0428de3d56b04908284c94b47dc6021375cc8e
        Reviewed-on: https://gerrit.libreoffice.org/15629
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [b95427196e87e7bc1143674ef7cb9b1eeacb7f72]

        Use typed TabControl::SetDeactivatePageHdl Link
        
        Change-Id: I487aad5217cb685ece971717445a68b4fb3d2b3a

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [468e60717ff3de76051b2e6568ef101a16ca8721]

        Use typed OGeneralPageWizard::SetCreationModeHandler Link
        
        Change-Id: I3ec59f2a736d230eeb9f6e5db49af16f3e570afd

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [0223dd75317b372ab43d58f8e3f7e1ef1b5f826b]

        Use typed OMySQLIntroPageSetup::SetClickHdl Link
        
        Change-Id: I99c6677bcb1a491ede67322b21f6ca051a2e924d

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [1c806abb33bc63c9356b09077c3f87750bcc1343]

        Use typed OGenericAdministrationPage::SetModifiedHandler Link
        
        Change-Id: Ia605aeb2a9936f3c60db179420805a3e986fd64b

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [87fabc0f83f0e67a2f5ba9b0588f1d4523e0a9ed]

        Use typed OTextConnectionHelper::SetClickHandler Link
        
        Change-Id: I4d60400f4cc3f34529d632e52b676007f87ff646

2015-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed85e11a1bb2e8913e5efc9257ff74bf7543a1df]

        embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filter
        
        dbaccess::ODatabaseDocument::loadFromStorage() is still not implemented,
        though.
        
        Change-Id: I1be11f2a2274f67dd0a11f96a718394d5f72605f

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [e1b1f18a6e9f7b2feb5b74d1e80d410be07c294b]

        Adapt loplugin:checkconfigmacros to current Clang trunk
        
        Change-Id: Ib2cb804fa42ac3cebd309de4ba3cdbbce9a1763d

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [4827d13acdeb9c16fb2802b38edaffedb49bbb9f]

        Use gb_Module_add_check_targets to add CppunitTest
        
        Change-Id: I6a8689408141035aaf5cc87838c65eb4b9bc71d3

2015-05-04  László Németh  <laszlo.nemeth@collabora.com>  [fccd44a01e2092b587bbab43f5c5f56cd7ece4cd]

        tdf#91077 unit tests for shape import of discarded DOCX header/footer
        
        Change-Id: I3e78e3104af97eed91c102e9ca5546e0785c5f8c

2015-05-04  László Németh  <laszlo.nemeth@collabora.com>  [da0c3b50c79697dd595b00922ede004b9f2960f4]

        tdf#91077 don't import shapes from discarded DOCX header/footer
        
        Change-Id: I674eadb84fc870031244a61f5c07d2cdf18a8dd1

2015-05-04  Michael Stahl  <mstahl@redhat.com>  [10d55afd403c3379ea418c61f2c7e9fb68aad580]

        sal: match the defintions of SAL_MAX_SIZE and sal_Size
        
        With 64-bit MSVC, sizeof(long) is 4 but sizeof(void*) is 8, so this
        would select sal_uInt64 but SAL_MAX_UINT32.
        
        This should make sizeof(sal_Size) the same as sizeof(size_t) on all
        supported platforms, but still sal_Size maps to different integer
        type (long vs. int) than size_t on 32-bit.
        
        Change-Id: I638aac6b502e624ed6b01f5921e20bc40f42480c

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [14aa07d79a3b5ee7f6b06f5999ad88dc08c64f9b]

        Enable desktop/qa/deployment_misc/test_dp_version.cxx
        
        Change-Id: I6d41aecfb1b41bf3d9e8fac6d63ae9874283e3a3

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [fccf76ee8c026d86225b75b0c1522578df858b60]

        css::uno::Reference can automatically up-cast now
        
        follow-up to 8568c7226cfb732e17fa42b365b9fce3a8264691 "tdf#66232: Cannot open
        files by COM2"
        
        Change-Id: I5a0858dd6f48136f9f07b0d04c5634a6173dd154

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [ab30dbe70504213ae318baa88bf81e6eda99a429]

        drop useless temp debugging strings
        
        Change-Id: I41c7053296c634c0fed5b31f2e080c3eaf59bbba

2015-05-04  Caolán McNamara  <caolanm@redhat.com>  [3761cf7660e8329670722973c567235bffe40536]

        cppcheck: noExplicitConstructor
        
        Change-Id: I1f5272cdf05b36d1c6958159a29c04ed7374592d

2015-05-04  Tor Lillqvist  <tml@collabora.com>  [a441d5fbe59436089e5f7b882a3482212c9ee208]

        Include <cstdint> early to be sure to get SIZE_MAX
        
        Turns out that at least with the glibc version I have on openSUSE 12.3,
        whether <stdint.h> defines SIZE_MAX and friends or not depends on whether
        __STDC_LIMIT_MACROS is defined, and that gets defined (in our case) only when
        <stdint.h> gets included through some boost include file, or through
        <cstdint>. In the case of this compilation unit, apparently <stdint.h> gets
        included directly somewhere before SIZE_MAX is used in sw/inc/docary.hxx.
        
        Possibly a better fix would be to make sure we include <cstdint> everywhere
        and not <stdint.h>. That wouldn't help in case it is through some 3rd-party C
        library include file that the <stdint.h> gets included, though.
        
        This reverts commit 8e6527a97bc6f05c5db9f0485089b5cde97531fe
        
        Change-Id: I200985ee70eaf90fc3fa9341fdf9d657750e49ee

2015-05-04  Stephan Bergmann  <sbergman@redhat.com>  [2aea886620138e63c271944232b507fb9fd7bd9d]

        Ensure listener removal is done with SolarMutex locked
        
        Change-Id: Ie2d97a3e3555d072bc963238b6421f80fcfda903

2015-05-04  Tor Lillqvist  <tml@collabora.com>  [25b5e3914d42f776ae0925a3d2bff3f159c07b00]

        Use a dummy icu-config when cross-compiling harfbuzz (to Android)
        
        Seems that when cross-compiling to Android from Linux, we apparently
        have used either the build platform's pkg-config files for ICU, or the
        build platform's icu-config. Both of which are obviously the wrong
        thing to do, but apparently it has worked by accident anyway.
        
        This makes building for Android on OS X proceed past harfbuzz, at least.
        
        Change-Id: I27351f6177438697a1cded642c8c669ba7221009

2015-05-04  Marco Cecchetti  <marco.cecchetti@collabora.com>  [ea374ab51e229bb1a959a271c1405ef72ad71316]

        tdf#90839 - added support for inside placement for the best fit case
        
        Change-Id: I4cd47d843e6892edfa43c37c131dde9cd324579a
        Reviewed-on: https://gerrit.libreoffice.org/15520
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a21a0b6dceaf965673ae601318e77991919c8f6a]

        writerfilter: noExplicitConstructor cppcheck fixes
        
        Change-Id: I4195fc8a7736a29a6f08d0745f39a0907a5545e8

2015-05-04  Tor Lillqvist  <tml@collabora.com>  [8e6527a97bc6f05c5db9f0485089b5cde97531fe]

        Fix error: use of undeclared identifier 'SIZE_MAX'
        
        Not sure why I get that error here but elsewhere SIZE_MAX works fine. But
        anyway, we have SAL_MAX_SIZE, so use it.
        
        Change-Id: I2c650bed35a560ed685ac01b4df4dc143af8bcd3

2015-05-04  Khaled Hosny  <khaledhosny@eglug.org>  [1f059a591966b69e8943cefa1169a1b6526e2199]

        Revert "Fix tdf#87373: Kerning broken on OS X"
        
        This reverts commit bec8fc58a827c220b3f28462ae127cc1c571d1bf.
        
        It does not really solve the bad spacing issue and it broke handling of
        trailing whitespace in right-to-left text.

2015-05-04  Joren De Cuyper  <jorendc@libreoffice.org>  [4c07124cf4f7684d271d0e71a095c67e0f988e45]

        Delete unused strings in undo.src and undo.hrc
        
        These strings were only used in the src and hrc file. No usecase in any .cxx file found.
        
        Change-Id: I079f42818bf397c5226a7c1f9d2db37b841437c6
        Reviewed-on: https://gerrit.libreoffice.org/15613
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-04  Joren De Cuyper  <jorendc@libreoffice.org>  [b3d5cba226cd14800345641b05df1b4d3f977542]

        Delete unused strings in doc.src and doc.hrc
        
        These strings were only used in the src and hrc file. No usecase in any .cxx file found.
        
        Change-Id: Ib590629ee4c7a488254a18398ff92e9259f4589c
        Reviewed-on: https://gerrit.libreoffice.org/15612
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-04  Joren De Cuyper  <jorendc@libreoffice.org>  [8c0c4d205fa4dfaca3acb18c9f5ffb593754febf]

        Delete unused strings in filedlghelper.src and filedlghelper.hrc
        
        These strings were only used in the src and hrc file. No usecase in any .cxx file found.
        
        Change-Id: I719520b985e55b655badf3676499d3dd9d97b363
        Reviewed-on: https://gerrit.libreoffice.org/15610
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-04  Takeshi Abe  <tabe@fixedpoint.jp>  [be88df0e6ce2ba1dc6931e2a2988ebfdd8ae9ba8]

        prefer OUStringBuffer to concatenating OUString in a loop
        
        Change-Id: Ia617e6e3524264ecc62d50bb8b58d1458b8e3303
        Reviewed-on: https://gerrit.libreoffice.org/15582
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [bcbf45d9f94d177c6841ccede3ff0ba69c4f22b1]

        tdf#75256 Improve sifr - new and reworked lines, bugfixing and some new ones.
        
        sc_autopilot had 24x24 instead of 16x16, most lc_lines are not pixel accurate, open the arrow in wraptext and hopefully better understandable 45 degree line symbol.
        
        Change-Id: I10cea87be6a37c0e6bc631584473ded6657fd7f0
        Reviewed-on: https://gerrit.libreoffice.org/15614
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-03  Katarina Behrens  <Katarina.Behrens@cib.de>  [98436c4b53639d86f261ac630c46d32e3c7b8e28]

        tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)
        
        Some of the usages of GetPos were just misusing it to find out
        whether a vector contains given element -- use Contains() in those
        cases
        
        This patch is partially based on work of Christoph Lutz
        
        Conflicts:
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtw8num.cxx
        
        Change-Id: I40bedba905e7577ba23f69acee178e0ea7cc1521

2015-05-03  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [bc9d02b0ca6244b46c9e2c59b7cc3618eb0f0148]

        tdf#89783: sal_uInt16 replacement by size_t: sections
        
        These replacements allow LO to load, save and mail merge documents having
        more than 65536 sections in total.
        
        Change-Id: I0e70889b1edc6e472a39f1f2638ac3c70a0d7058
        
        Signed-off-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-05-03  Michael Meeks  <michael.meeks@collabora.com>  [f7bed502ff0dc43f5a24f8e35c5573bdd76eed65]

        tdf#90982 - repair more of the conditional formatting dialog.
        
        Change-Id: I38ea7b31b055dcd9c3d3d55fe22908295c52bf58

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [c4a8c34812e3b47ed96395ea0328b658949466fe]

        Use range-based for loops, better integer types and avoid some casts
        
        Change-Id: Ife8bb0bb1d20655c0526aad1d4921713c961eb7a

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [0f88c2a7511b5db700751a5574078e51c4013d53]

        Use auto and constify
        
        Change-Id: Ib871b2c8bb5696bc7c31413548362410f0d35187

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [3a9a754db00586e57021a2fd2202f0957d906d06]

        Expand macro that is used just once
        
        Change-Id: I93078315c6113bbde630ab8a2cb6c11668c9d041

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [c647fff0dbeb2bdcc6b79456988b1c514c79d8d8]

        Use auto and range-based for loops
        
        Change-Id: I5fecd9cfb64fee9d18e4491e6219c1b90e64ea7c

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [9eb61489ee03486a7147acdf923eaf5e3f355183]

        Use range-based for loops
        
        Change-Id: I02dbe522c61804e5868b350e99ab02f691f36b0b

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [e5d2f06f29e599617e927409382ff32c4cda62ca]

        Use auto and range-based for loops
        
        Change-Id: I8d18fd9fc0296a9ff54c048698e8c10c77277c42

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [53e3ab398cc24a23993c5ef64871541877c4fb97]

        Reduce scope, use more proper types and check downcast
        
        Change-Id: I016351fed029e99b7c56cf8fc22c4a835fea4d0c

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [fd755f88573c04a322b53414c9fded4f7435c9b5]

        Scan sorted array for a gap only if there could be one
        
        Change-Id: Ifd3c50e2cca98ef3ce7e03d92434b4128e488d02

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [e2a394d7d6f5961ab9c3da983f5f1390225ff6d6]

        Reduce checks in loop
        
        Change-Id: Ic4650f083ce501b75cbefd2711fcfe348e1d61ea

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [cf8ae83b87ff0861ab9f2e67035d9daa98881604]

        SwRefPageGetFieldType::MakeSetList can return bool
        
        Change-Id: I79965d94e077345357952e7bded4b7e5b4c51c85

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [a5295aad5cee7c14693a00164ff457a06a63b35b]

        sal_uInt16 to (const) short
        
        Change-Id: I058d8cb7f55359b99962d38d0eb424206fa90593

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [2e87da7e81f942519f57955d79f63f3c727fbe0c]

        Avoid possible downcasts and rely on implicit type conversions
        
        Change-Id: I5f4dcdeaaad9959780d270410686a93dc727b05d

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [51e8b2b5781e596c9b6943833e4c182bff2bc1e1]

        Use more proper integer types and range-based for loops
        
        Change-Id: I4b15809b6ef7896213253fb211adbbfaef8ef084

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [fe62722b132a3f6328a40545c1ea0addc95e24dd]

        Simplify by early bail-out
        
        Change-Id: Ie6ea9fbd2da826292bf35a71a27d8872db5e3ac5

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [358bd7bc83265efc69d275216ff714811bfa3b5e]

        Use auto and range-based for loops
        
        Change-Id: I400bce4479eb0ab8105384f88a379c3ea90b9f66

2015-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [9fbb74b5b688eb51bf3b849e56841a00b836628c]

        sal_uInt16 to size_type
        
        Change-Id: Ib6715c5b61c718302b910a19ef557960e0f7aa93

2015-05-03  Michael Meeks  <michael.meeks@collabora.com>  [f66572b2ff5f27ab938edbe3a2329395aae43c2d]

        tdf#90982 - repair parts of the conditional formatting dialog.
        
        Change-Id: I5203e8205969004c6c2dd8f1dc438c9e7583a991

2015-05-03  Michael Meeks  <michael.meeks@collabora.com>  [873b6d9d47591ffb7f3de88a3ef67cfe462f4b1c]

        Use deleted function macro.
        
        Change-Id: Id1c7efc5af7ba335466ff637eac637d7a6c41ed5

2015-05-03  Caolán McNamara  <caolanm@redhat.com>  [848c78ff19e18dfc4e3a97f7d66fb6c6e50673a9]

        drop useless temp debugging strings
        
        Change-Id: I9adc765654cf15633a53576e620c13eddcdc3b82

2015-05-03  Caolán McNamara  <caolanm@redhat.com>  [2b03336d18bf2137a318c959617a2beb4f68e02c]

        cppcheck: noExplicitConstructor
        
        Change-Id: I38ba88252e2fcadb1a9b36fd0ee1db7d61959bbb

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [d8108c9880fdbb56c3cf288813f7e8216091297f]

        starmath: Convert many services to constructors.
        
        Change-Id: Iadeb0723ec4f4d30996aa5677b936de9f11ffadc

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [363ee152d4f878917ecb2bc120872ca0e62b9991]

        android: optipng the images.
        
        Change-Id: Iac510a12dcca59209af75ea8d77f9290025c5c03

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [406f8e481b161b7a563148cc5887932e5b45bf64]

        sc: More services converted to constructors.
        
        Change-Id: I85c66837b5bde7c8c8b7044ae8956c05f3bdb742

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [d78097a07970029b0f5414896a15a327b17f18e8]

        viewer: Remove some more services.
        
        Change-Id: I298b6a372df2bce889d81c1d716d2c9bec175323

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [fe731a2f9f3ba79df25d64c71fa8197190dff30d]

        android: Plain .component files are not used from what I know.
        
        Change-Id: I6e70dd44430a7b0e61c7618e3f0da42deadcd43d

2015-05-03  Jan Holesovsky  <kendy@collabora.com>  [c4508dd5a2c13848e859cf38042136011b476d17]

        sc: Convert many services to constructors.
        
        Change-Id: I8f382fec62c11760399872eae86b71214534a372

2015-05-03  Mike Kaganski  <mikekaganski@hotmail.com>  [8568c7226cfb732e17fa42b365b9fce3a8264691]

        tdf#66232: Cannot open files by COM2
        
        As suggested by comment 13 of the bug, the problem is caused
        by commit b248624126c271c88381d3dad6e04fc954f65779 by Noel Grandin.
        
        1. DocumentHolder::DocumentFrame(): XDesktop2 cannot be directly
        queried for XFrame2. And in this case, simple XFrame is enough.
        
        2. DocumentHolder::CloseFrame(): m_xFrame->dispose() violates an
        assert because of NULL reference. Reverted to previous code.
        
        3. Following commit debde4fdc443f522562ee29def4c27512d64609a by
        Andras Timar (supposed to fix the bug), found two places where
        previously used to be UNO_QUERY, but now UNO_QUERY_THROW is used.
        These places are reverted to use UNO_QUERY.
        
        Change-Id: Ifb9e74367d5dd99ba12166abdd443b29a8018aeb
        Reviewed-on: https://gerrit.libreoffice.org/15607
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-05-03  Yousuf Philips  <philipz85@hotmail.com>  [d1ed2f0a23a3c0895e5c01c2bd402de52997196e]

        SIFR: add duplicate record in links.txt for calc's autofilter
        
        Change-Id: Ie3a9bb2f893aa3328b0bebc69e9e7e17386463b4
        Reviewed-on: https://gerrit.libreoffice.org/15605
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-05-03  Michael Meeks  <michael.meeks@collabora.com>  [58b76d531b7fe3a810b39a38b0a2ba62b710eee7]

        tdf#91043 - attempted fix of filer-less gtk+ save dialog crash.
        
        Change-Id: If307f233d5db1520c307443321fa855e044c3de9

2015-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4000a0e6524f09612a3fe8f0a6214e0a68b7e007]

        sw: use variadic cppu::WeakComponentImplHelper
        
        Change-Id: I209ff18f4326c6757a0c98b8f40cc3898c8b114e
        Reviewed-on: https://gerrit.libreoffice.org/15603
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [93f0b14458a618ad575cd446680e5c4aa7d87bdc]

        sw: prefix members of MSWordExportBase
        
        Change-Id: If1f677c4b3a4b219b32969db5263f70ff18f0144
        Reviewed-on: https://gerrit.libreoffice.org/15602
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-03  Caolán McNamara  <caolanm@redhat.com>  [311e6dcf94490c075558cf848d955b84a9cf68a8]

        drop useless temp debugging strings
        
        Change-Id: I8a11a3d20fc5bde984586cb7046b174568315620

2015-05-03  Caolán McNamara  <caolanm@redhat.com>  [47687ccb9d487a0f7e58ef4c956f6fba77261e02]

        cppcheck: variableScope
        
        Change-Id: Ice10ca4fdecfb446fa3f7680e89ea0d7dd2c1cb7

2015-05-03  Caolán McNamara  <caolanm@redhat.com>  [8c7d151e7a8a54b0fed8dfbcc957d435b73afa51]

        cppcheck: noExplicitConstructor
        
        Change-Id: I4eb86c5a03b55e5946fe11848ca009f7ca112658

2015-05-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e702a0cb81e5eaa0dedccc96526ad64cd3a0d65d]

        Tango: more tiny updates
        
        And hopefully I’m fixing the display of the LibreOffice logos, which have
        been broken since forever.
        
        Change-Id: I5ceb8fcd4055b136cf826eb3e3828e0bc10357d3

2015-05-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fb32d8ac28c5fb9e6a230818be0c05da9b53ad4]

        add test for tdf#90876
        
        Change-Id: I5841f1b7b6f9ff60f9f1437b76a3e0b1b552a8a2

2015-05-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e2f2e562c15e690b947e11a49f1443d71f87e9e]

        don't assume varyColors for bubbleChart, related tdf#90876
        
        Change-Id: If31ce89380424b7248e49f3d4ab40e35106378c4

2015-05-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dcc6c0770d57a4b70813b72feb9b5bb2541cf4a7]

        don't assume varyColors for barCharts, tdf#90876
        
        Change-Id: I754d667fa9f909916265bd9320f1bd56d2226ecd

2015-05-03  Matthias Freund  <matti_lx@secure.mailbox.org>  [d2ab54bb0d07d285c91a8ac17f53559e438d042a]

        tdf#75256 Improve sifr - autopilot and conditionalformatdialog
        
        The last icon of calc which are not sifr in the toolbar panel
        
        Change-Id: I91d2d6fd6c5f24b5a21932b262e2e8dc5a142893
        Reviewed-on: https://gerrit.libreoffice.org/15601
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-05-02  Philippe Jung  <phil.jung@free.fr>  [7db7698881f2691b7532a621c469b49830c27c4c]

        tdf#34555 Moving SID_OBJECT_CROP out of sd
        
        The crop action in impress is defined in impress but uses code shared in
        svx. This patch move the declaration of the Crop action in svx so that
        it can be shared with sc & writer.
        
        This is part of a serie of 4 patches that adds Save graphic, Change Picture,
        Edit with external tool, Crop (by handles) in all products (scalc, sdraw,
        simpress, swriter).
        Main menus, toolbars and contextual menus are updated accordingly.
        
        
        Change-Id: Idb6907aa09c0efd456c2ad51232cf37edb28d977
        Reviewed-on: https://gerrit.libreoffice.org/15587
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-05-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf52d1951587bea895902c8b030a19942dd0ba69]

        add test for tdf#86624
        
        Change-Id: Iaab521433d8573fb1184ec59e7d734b0e0c97f00

2015-05-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [774257d6708ea059c108ac2831a583dafc385370]

        it works if we first set the size and then the position, tdf#86624
        
        Change-Id: I8ed98981ef3041839ab73b749a04febe369f66fe

2015-05-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc8b8e84e8e8962f1c84bd41262effeebaec6e4e]

        our values are related to the inner mode, tdf#90979
        
        Change-Id: I5531bbb813f8ace9a9c3f35c6c79777755ff81b8

2015-05-02  Caolán McNamara  <caolanm@redhat.com>  [21773f6d9a06012634716f3af5ccc74b6204a569]

        cppcheck: noExplicitConstructor
        
        Change-Id: I0b1cac50f9e158004f8c1b8294b7a1b9f21f9628

2015-05-02  Caolán McNamara  <caolanm@redhat.com>  [5c4955ed4593f529fd902cdf3afab3c8150b3214]

        cppcheck: unusedScopedObject
        
        Change-Id: If627c5300b3b4acc8351177857fc8fa70e76df00

2015-05-02  Julien Nabet  <serval2412@yahoo.fr>  [8e2e525cba6e6e1b1682934265a807ad7f94d79c]

        tdf#89510: Enable "Check uppercase words" by default
        
        Change-Id: Ib045d875e230228279918dd591c93e9504cbd9ac

2015-05-02  Caolán McNamara  <caolanm@redhat.com>  [332f6625727273cf4839b1169d469b4a3c746f4f]

        drop useless debugging stuff
        
        Change-Id: I4475b1112dfd9d6b1439deb4792d1320a00b79dc

2015-05-02  Matúš Kukan  <matus.kukan@gmail.com>  [45704914a5b73e106c35323210159f82201cbf56]

        Bin empty eval statement
        
        Change-Id: I52755c373f86490ba3e8910e71e3fab88b1ca38c

2015-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [bafe2852c3adddd17f7a274c4ebafaf290ba440c]

        writerfilter: avoid manual realloc in StyleSheetTable
        
        Change-Id: Iebfbeab422b7a0ef19981e146db0e7b7508e80c0
        Reviewed-on: https://gerrit.libreoffice.org/15594
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-02  Caolán McNamara  <caolanm@redhat.com>  [62eebc07e443fff02388539e26f583bc45c81ba3]

        drop useless debugging stuff
        
        Change-Id: Ia7f189de07370edc9330e8e79169bdb07a0000df

2015-05-02  Jan Holesovsky  <kendy@collabora.com>  [d97b64693f974105ee25e242dfa37a73d83ae31b]

        android: Add many missing services, remove several unused ones.
        
        Change-Id: I90cceee234a15526c79e147a0ad670ce6920da99

2015-05-02  Jan Holesovsky  <kendy@collabora.com>  [78f3ae65543ac8e64da167c5347372b1656542d0]

        cppuhelper: Allow logging the used services / constructors.
        
        Change-Id: I9090561032e2f6e97eb74b8f1e8cd1698171e6ea

2015-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f56ad53f0fa7108b8eaead3d6995acce0674f69]

        sw: prefix members of SwWW8ImplReader
        
        Change-Id: Ic3d21109097756d22105a8382f344b980f79b898
        Reviewed-on: https://gerrit.libreoffice.org/15592
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-05-02  Julien Nabet  <serval2412@yahoo.fr>  [78ef368b8ca6fb53b67330c305f8c2c581cbf68e]

        tdf#91009: Correct thousands separator character for locale es_CR
        
        Thanks to Severo Raz for having indicated this link:
        http://es.wikipedia.org/wiki/Wikipedia_discusi%C3%B3n:Manual_de_estilo/N%C3%BAmeros#Costa_Rica
        
        Change-Id: Ib8eef774921922dda0db653d8d8365b5e055e646

2015-05-02  Michael Meeks  <michael.meeks@collabora.com>  [393c51cee8bc3de5a2a9f4e04161c59e8712f631]

        Audit LoseFocus - forms, reportdesign, sc, starmath, svtools.
        
        Change-Id: If7068e59c88e8c3c3bafc70f64899a26d739e331

2015-05-02  Michael Meeks  <michael.meeks@collabora.com>  [526d192333615e8b3b10f144faad987519be1044]

        Unwind odd reference handling with csvcontrol.
        
        Change-Id: I5002ae13455825b0b7516e228b1e3bad7adc669a

2015-05-02  Michael Meeks  <michael.meeks@collabora.com>  [9d17e1250acb7c5c60cdf8d71476c5873b8b4a9b]

        Audit LoseFocus - basctl, cui, dbaccess.
        
        Change-Id: If61b45f28f30e3ab00dbf071198233d59899d719

2015-05-02  Michael Meeks  <michael.meeks@collabora.com>  [c6f0b726e605df49074e2ddc668fa4c6f070c170]

        redline dialog handle post-dispose event bits.
        
        Change-Id: I5739c0ac6529b1c51866d81c30df4a185ffa6ecd

2015-05-01  Radu Ioan  <ioan.radu.g@gmail.com>  [480ca7434a330b2678f9ef287cffd6d9cf27bed5]

        tdf#89790 -  DOCX: saving LO version number in correct tag in app.xml
        
        Converted existing method that provides application name and version in two functions
        
        Change-Id: I93b70da7c78ee5db3d6eb710a2a2a9f4b7b4fb86
        Reviewed-on: https://gerrit.libreoffice.org/15151
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [861a86dfca00bc42b57d70621605d5831e6305a5]

        Revert "update to liborcus 0.9.0"
        
        This reverts commit a1280bd47fddd668f1ff224f18639c8d595ec6f7.
        
        Change-Id: I2ad873f012ebae6858c8895c14ed695dbd881fc4
        Reviewed-on: https://gerrit.libreoffice.org/15586
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [c6b5535f1c957f134d67952145b539e262f4ca0d]

        VclPtr: error dialogs never deleted
        
        Change-Id: I43ef768c4c0a29599fd95f5653769bf1583a3d97

2015-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1280bd47fddd668f1ff224f18639c8d595ec6f7]

        update to liborcus 0.9.0
        
        Includes a lot of help from Norbert for finding the boost MSVC problem.
        
        Change-Id: I5184bc40e2c3861883b8587784117b1c4558fa5f
        Reviewed-on: https://gerrit.libreoffice.org/15453
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-05-01  Linus Behrens  <linus@thebehrens.net>  [48231d12738d62c5dfe9ff8beaae3c2e328a15e7]

        Replaced nAnz, nObjAnz with nCount, nObjCount respectively
        
        Change-Id: I4a479828650a3015670561cf391befa3da731bae
        Reviewed-on: https://gerrit.libreoffice.org/15494
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [01f2d3fed2e4d52490241a926f08e29d2bda41a4]

        gtk3: distinguish between first, last and only tabs
        
        Change-Id: Ic69b84a3dd94ee25d5e660da152b1e776fa2b38e

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [79acfc59aa84018827a9a68edbbb0576e65588a2]

        missing include
        
        Change-Id: If649c044d5dde770942cc4d859d1191612a247c7

2015-05-01  Jan Holesovsky  <kendy@collabora.com>  [befe83a707e8faf37094523550dfa5bcf87be279]

        sw: Decouple ND_SECTIONDUMMY from ND_SECTIONNODE, and rename it.
        
        Change-Id: Ic88a133d20336ce0548154847edd9900cb5b7691

2015-05-01  Jan Holesovsky  <kendy@collabora.com>  [1475ee32d24eb1023d5b9b10fcccc61f2a36ec1b]

        sw: Kill ND_TABLEDUMMY, it's unused.
        
        Change-Id: Iec6a0eac97a3ceb55461359605717a86d6bdc543

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [74ca4861900b0833aeb12860bfec235b015bcdc7]

        these are static all the way down
        
        Change-Id: I20fe835f81680866412fde5e28f508625b043402

2015-05-01  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d2448a45767230d3e2913becb44f1a8bd2dfc46a]

        tdf#90968: Highlighting is not repeated with Ctrl+Shft+Y (Edit>Repeat)
        
        Regression from:
        08cfbbaca2d23727bc95912082ae46b8f8a37f03
        
        Use undo actions to make the shell handle all of the background
        related changes in one piece.
        
        Change-Id: Ia2b64267727693f663ace5daf1dc094a663ea345

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [0978dbbab46ce1f37ed4f27b8358c1a44c02143f]

        another attempt to get coverity to parse this
        
        i.e.
        
        coverity#1296212 Misused comma operator
        coverity#1296213 Misused comma operator
        
        Change-Id: I8f02530e151ac597f58710894891c3ac559d91ce

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [aeeb79486305efa46ea76d1041b6c9a9c745bfea]

        coverity#1296292 merge these two enum types
        
        Change-Id: I4f82ca5f7a6b392322225c0b871dbaffeba44377

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [ee494e4a157cdcb016e45fa5cb52604f29e074d9]

        missing header for Checkbox
        
        Change-Id: I7eab4aa6b248bd57aca3c2ef2a68b79a29fa9dac

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [9b09908eb2c634c5abd17246cae8f4fb781eb5a6]

        coverity#1296293 Uninitialized scalar field
        
        Change-Id: I3e0af14bb04ac769fdb9861631171f4b437deda0

2015-05-01  Caolán McNamara  <caolanm@redhat.com>  [971adcd9e19e0bcab5855aae9be58d2203b46169]

        Resolves: tdf#90141 layout crash with table in footnote
        
        this also makes cloudon File_1308.docx not crash, which
        is the last outstanding crashtesting import failure
        
        Change-Id: I06867a1b06316c6dab62ebd8a55f3a02b57b9f31

2015-05-01  Tor Lillqvist  <tml@collabora.com>  [5b8acf459e4a6728ea656e7abd5dfb08ad2ae345]

        Actually, let's just delete the now commented-out SAL_INFO lines
        
        (It was I who added them in the first place.)
        
        Next time somebody (falsely?) suspects a problem with mutex use and really
        needs tracing, it's trivial to add temporary SAL_DEBUGs.
        
        Change-Id: I3db02be777a728fbf4a1d1962f0ccfa16c630f15

2015-05-01  Tor Lillqvist  <tml@collabora.com>  [9a812c0177cfb7119181bc5afd6c7d935918485e]

        Let's disable these too then for consistency
        
        Change-Id: I17d17b1cad83a55f9a2c0db80e272c419529b45a

2015-05-01  Andras Timar  <andras.timar@collabora.com>  [0ecf20cd185813327613c01bc6cbff9721cef1f1]

        scp2: add scanner ui files to language pack template
        
        Change-Id: I10105770a119db8a21a3d09642f99b556440a57d

2015-05-01  Eike Rathke  <erack@redhat.com>  [5a24b94662414fb9470be9c5d9c8b28c6ad42b5b]

        add totals to ScDBData ctor
        
        Change-Id: I798376268b15f8b2f340d48fd2e38d68e53dbc6f

2015-05-01  Eike Rathke  <erack@redhat.com>  [a1fed7b55e44fd2a2dd525ebf6459f452210b15c]

        add "Contains totals row" to database range dialog
        
        Change-Id: Ibdd144158f1484cf0e8c3861b6f3758a03638434

2015-05-01  Eike Rathke  <erack@redhat.com>  [dd59b3aaf65d326f209a774da7aa612b2247a0fb]

        better use application settings
        
        It doesn't really matter, just saves some cycles looking up the system
        locale.
        
        Change-Id: I8895593b445c49f167f26bcbf510c12a3c25e1d4

2015-05-01  Michael Stahl  <mstahl@redhat.com>  [71fe119048601cbc03f233ffcb7354a2c682185d]

        sw: delete these unwanted SwNodeIndex ctors
        
        Change-Id: I289900b998c5a25307b76efb723aaf12dd6431b1

2015-05-01  Michael Stahl  <mstahl@redhat.com>  [c7fb1d8334d2289906ac2a0a8c32946493d10e00]

        tdf#90816: sw: fix bookmark loss in SwUndoDelete
        
        _DelBookmarks() will actually delete marks that exactly match both start
        and end position of the range, so restrict the call to only the
        fully-deleted nodes that will be moved to the Undo-array.
        
        (regression from 370febbf19a5f362394d1c9e69b12dcb218f6501)
        
        Change-Id: Icf5097774aa55ee152a1e20c0c7264330955c615

2015-05-01  Michael Stahl  <mstahl@redhat.com>  [f70ae550ebbfaec629abaacff037d2798aa4b677]

        sal: disable some over-eager SAL_INFO
        
        These call malloc so often that valgrind forgets where the things i'm
        looking for were freed, because the address has already been re-used.
        
        Change-Id: I8e1a0f739a774972d3afe750250ee79262c79b85

2015-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [d564a5b8a933e8a3c5bcc46a215d12f36cb4f916]

        sw: prefix members of SwFmt
        
        Change-Id: I78efb852e5a240c90d3f8e70a3c0a358030c0dde
        Reviewed-on: https://gerrit.libreoffice.org/15578
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-30  Andras Timar  <andras.timar@collabora.com>  [415c62dc3c3e66f837ec0c89c5bc2d65e17641a7]

        tdf#89152 add missing .ui localizations to install script
        
        Change-Id: I32368329edfff18ea2a73de9a4cf60b2f734a54d

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ce371fa1626bb845e702ceef66a730547b313a8]

        provide a way to execute single test case from test suite
        
        CPPUNIT_TEST_NAME is the environment variable that needs to be set and
        contain the name of the tests. The test names need to be fully qualified
        to be recognized.
        
        Examples:
        
        CPPUNIT_TEST_NAME="ScFiltersTest::testOutlineODS ScFiltersTest::testRangeNameXLS" make CppunitTest_sc_subsequent_filters_test
        
        CPPUNIT_TEST_NAME="ScFiltersTest" make CppunitTest_sc_subsequent_filters_test
        
        Change-Id: I78a8a076638e19c918ca1c411086bb353f5100a2
        Reviewed-on: https://gerrit.libreoffice.org/15579
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a229089527b64e2e7a929cf980ff7a0eef293787]

        fix theme with AppCompat 22.1 or later
        
        AppCompat 22.1 is stricter in regards to what flags it it accepts
        
        Change-Id: If9b77e59604147cb7050b5721380ab213fcdb9a6
        Reviewed-on: https://gerrit.libreoffice.org/15571
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [2bb444ecb10436b640c1dc35e85cdcb512c8dff6]

        see if a re-org will silence coverity#1272392 Resource leak
        
        Change-Id: I65c20f75c4086dc5167c6fa41b0171f07c1419bb

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [4d28399ccdeeb43655aba89f14c58b26d379c780]

        Use typed Link for MenuButton::SetSelectHdl
        
        (and MenuButton::GetSelectHdl was unused)
        
        Change-Id: I94df06bcda9e041fde65553e30247874b20ff74b

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [b705075634d54a57e5edfeae1791869186bf149a]

        IMPL_LINK_NOARG_TYPED is more useful with a non-void* ArgType
        
        ...as it will be used to implement a function that needs to be compatiblie with
        some specific Link<Arg,Ret> type.
        
        Change-Id: Ieabd0ee499850a304e0c6e625953532be47ac784

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [385a248513da5984d5c05301ae9d50a7876a826f]

        Do not warn about Link<Window *>
        
        Change-Id: Id26adce17a2479eead935958556012f13f2821b7

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [a8174d258d4ad1f151a245b80e5a9bbddc731f2a]

        streamline containsWindowSubclass
        
        Change-Id: I56d61b577df00855a49dd618e9dafcdb86cd7ca4

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [85895a76a436007cebc05f0da36e8b1cdb815868]

        Fix Link<T, void>::Call
        
        Change-Id: Id85f33eab2767961f24688fffac84416b1cb22d8

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [b3068470966530fa1d0b0c76d9095c6edb6a0df0]

        No need for LINK vs LINK_TYPED distinction
        
        (fully qualify ::tools::detail::makeLink to avoid clashes with namespace
        basegfx::tools)
        
        Change-Id: I52818d0a47c78f1af7673ff91eb6517bc0820655

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [ebd62f7c793552fc9c10480421e2740413922b39]

        Missing param name
        
        Change-Id: I1fd2e76c098d0bffb446a1b2133d3392bfbb3de7

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [b12c5d06889538c9b49e18a96fb541171670b17e]

        reorg this template to see if coverity can parse then
        
        Change-Id: Iaa6f353fb4819bc238f2a914303feb162e7f4eba

2015-04-30  Julien Nabet  <serval2412@yahoo.fr>  [0f79a5ff07e5b392044726b657998561cbe97fda]

        tdf#84435: Mod operator does not deal with decimals as described in help
        
        Change-Id: I8dbfdf4bb2eceac0b5afbddd3f35e1dcde2db68b
        Reviewed-on: https://gerrit.libreoffice.org/14611
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d69f625fc6387b25f4e0035996a8f4387af2cbc]

        dbaccess: allow storing to storage without a root one
        
        In case of embedding a Base document, there is no root storage and
        attachResource() is not called with a parameter to be able to make one,
        all we can (and have to) do is to store the component to the target
        store given as a parameter to storeToStorage().
        
        With this, a .odb embedded in a .odt no longer lost on export. Import is
        still broken, though.
        
        Change-Id: I1d92a1d28f27f49609ef70fbf16effb592b9edf5

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [6ac306587437b1e6c2677f6438d94a8d9529237f]

        gtk3: use different colors for the different states of a tab
        
        Change-Id: I0ab8f98b64ac56b1f7b76ad99b433b6a2c370e27

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [42cd492b83cf78647ba1a7fead2860410b01c297]

        gtk3: Set tab normal/rollover/hightlight text colors
        
        Change-Id: I4dff83941df62bcd5ec5a70a87f59e9ce17c979d

2015-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [112e5f302e3508de6cf51e7d6ee9420df2b1b723]

        embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filter
        
        The "own" filter of Base has FileFormatVersion=6200.
        
        Change-Id: I3bbd28ebcf4d517ea9cefe692b01b688358c51e8

2015-04-30  Eike Rathke  <erack@redhat.com>  [2e2b350ff3be19b04f2ae39f9a6b5c7838e2d887]

        display both, LibreOffice locale and system locale
        
        For us our own configured locale is even more important.
        
        Change-Id: Idfab979e868f49e2323dc9f516996393112b0689

2015-04-30  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [b29483560306e6a6fec8dfe2c8622060b0ef2cd1]

        tdf#90955: CharKerning i.e spc is not exported after RT.
        
        Problem Description:
        - CharKerning i.e spacing between characters/letter is not exported
        after roundtrip.
        
        XML Difference:
        Original:
        <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="2000" baseline="0">
        
        After Roundtrip:
        <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike">
        
        spc is missing after RT.
        
        Change-Id: I8bcefd6f0d0e3a1825618bece6f563792633a272
        Solution: added support for spc.
        Reviewed-on: https://gerrit.libreoffice.org/15575
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  Ravindra_Vidhate  <ravindra.vidhate@synerzip.com>  [fa38941a10832130ea8c8b86fac2468e79689585]

        tdf#38693: Document property TotalTime misinterpreted as seconds
        
        Problem Description :
        The xlsx file has the extended document property <TotalTime>#n</TotalTime> in /docProps/app.xml
        LibreOffice appears to read this as a a total editing time of in second_ but according to ECMA-376 2nd edition:
        22.2.2.27 TotalTime (Total Edit Time Metadata Element)
        Total time that a document has been edited.
        
        The default time unit is minutes.
        (ECMA-376 1st edition has the same statement in  7.2.2.27)
        
        XML difference: None
        After RT : None
        
        Solution :
        As LO uses the TotalTime in seconds, while importing the TotalTime,
        the TotalTime mentioned in the app.xml [which is in minutes] converted it to seconds.
        
        TODO: Writing a UT seems to be tricky for this change. 
        Need to analyze and will raise the UT in separate CL.
        
        Change-Id: Icbe998b9881ac241a9147628573bab6ef63582c4
        Reviewed-on: https://gerrit.libreoffice.org/15479
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  scito  <info@scito.ch>  [00836605a441b8b1d548d8c32f63535f3240ac61]

        tdf#63416 Do not sort header in autofilter if user has chosen one in dialog
        
        This patch fixes only a part of the issue. It respects the header if
        chosen by the user in the autofilter dialog showing when the first row
        contains empty cells or numbers. With minimal effort a lot is fixed
        (80-20-rule). With headers, the autofilter sorting works with empty or
        number cells in the header row. (The main part of the issue.)
        
        What this patch does not solve: If there is no header row, but only data
        rows. If the user's choice in the dialog is no header for the autofilter,
        then the first row is sorted too. The autofilter buttons will move
        toghether with the first row. The autofilter buttons should stay at the
        first row, even if the data of the first row changes.
        
        In conclusion, this patch improves the autofilter sorting code, though it
        does not address everything of the issue.
        
        Change-Id: I9cc56577a90586bf8575c9630e5c03871198c04c
        Reviewed-on: https://gerrit.libreoffice.org/15277
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [c76b4dd2c323291ccf546d371cf524e08af9436d]

        coverity#1296216 Uncaught exception
        
        Change-Id: Id34a655c554e78476e3bd83c87de3cbe1b557980

2015-04-30  Takeshi Abe  <tabe@fixedpoint.jp>  [c675a2d669c191f3b18ae006c78ef83efba14c30]

        xmloff: simplify code by using std::all_of/std::any_of/std::none_of
        
        Change-Id: I87311d8989c23538983d45ad9b12a64080441d78
        Reviewed-on: https://gerrit.libreoffice.org/15569
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-04-30  Michael Meeks  <michael.meeks@collabora.com>  [ca37fcec558414ff44fb61358406ad08fe6ea5bd]

        TextWindow: handle LoseFocus during dispose.
        
        Change-Id: I7a7d9cc7948ee08211cbfaa3df8197c1ede148b7

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [10cddaaeabdc7ec3596dcc5e54c187edd520048f]

        Make check of Any value more robust
        
        ...in light of the various UNO integer types
        
        Change-Id: Ie525e8cdd1d155446985ddfb2667714be2dd4904

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [109582aad9e5a7066214ff70c388a3b92d128bb9]

        FillTransparence is of UNO type short
        
        Change-Id: I29ade324b4bb5eb34ce05107794f0ac9a4834c6e

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [0dccc59702c4a30e9aca8251e64678a2588a5513]

        Use typed MaybeFile Link
        
        Change-Id: Ic9eebca9d8fe3e9173b1873bdc7800e5161f9999

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [a29efdc0489df61a4ad6b717d93775a7c244596f]

        All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happy
        
        Change-Id: Ib03c6ba0eac9400eba89674ca92f638baf65b203

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [e80f1f1987d7be27f1b4277ddc0a12f348fa53d6]

        coverity#1296214 Dereference null return value
        
        Change-Id: Ifc82f42ff8d82cfe094701ace57ff7cadabc59d9

2015-04-30  Caolán McNamara  <caolanm@redhat.com>  [c9a54162f5c61f8dc0173d742e7e1641670ce7ab]

        coverity#1296217 Use after free
        
        Change-Id: I6af270f1c7ae5348b96a1fb2948b6aa675d39ace

2015-04-30  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [a6f171a3c4f58ea957071f614a3611a25f2e4eec]

        tdf#90673:FILESAVE:PPTX Paragraph text direction right-to-left is not exported
        
        Problem Description:
        After RT 'rtl' tag of <a:pPr> are not exported
        
        XML Diff:
        Original :
        <a:pPr marL="457200" indent="-457200" algn="r" rtl="1">
        RT :
        <a:pPr algn="r">
        
        Change-Id: I307bc748c73127c311cabd127bb98e43bd298271
        Reviewed-on: https://gerrit.libreoffice.org/15428
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  Sushil Shinde  <sushilshinde@libreoffice.org>  [049e84125fb76f7a1a051d7cac2e04e37a7cd190]

        tdf#90720 Textframe background was not transparent
        
        In case of 'no fill' for vml textboxes, MS office rendered as
        transpanrent textbox.
        When opened same file on LO, it rendered it as textframe with white
        background. (Even if the fillstyle is type of 'no fill' and 'backcolortransparency
        ' is 100%)
        So, Fixing this issue by applying 100% 'FillTransparency' if it gets above situation.
        
        Change-Id: Ied2d3855354ada994288c29c78d9ccb4e5b0b4d6
        Reviewed-on: https://gerrit.libreoffice.org/15390
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  Mike  <mikekaganski@hotmail.com>  [8a08f68669f9acfe98dadcca4af6519164a17000]

        tdf#66141: SwTxtFrm::FormatQuick(bool) endless loop
        
        If a line happens to be invisible (e.g. in too thin cell of a table)
        then aLine.FormatLine(nStart) returns nStart, and
        aLine.Insert( new SwLineLayout() ) is executed until OOM.
        
        Change-Id: I9b12cf2f1f3f1987cd8ce380b1d85196ffe95e5e
        Reviewed-on: https://gerrit.libreoffice.org/15542
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed]

        Gradually typed Link
        
        Turn the Link class into a template abstracting over the link's argument and
        return types, but provide default template arguments that keep the generic,
        unsafe "void* in, sal_IntPtr out" behvior.  That way, individual uses of the
        Link class can be updated over time.
        
        All the related macros are duplicated with ..._TYPED counterparts, that
        additionally take the RetType (except for LINK_TYPED, which manages to infer the
        relevant types from the supplied Member).
        
        (It would have been attractive to change the "untyped" LinkStubs from taking a
        void* to a properly typed ArgType parameter, too, but that would cause
        -fsanitize=function to flag uses of "untyped" Link::Call.)
        
        Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8

2015-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [57d254d42b6e1d836bd21e6fb2e968af2b511c7d]

        writerfilter: unused fill and CT_Fill resources
        
        These were added by commit cfc4650c8594334edecc3b50ca54461f6bee2d43
        (Added some teaks to 'model.xml', 2014-09-16), but the matching dmapper
        part is missing, so they aren't useful in practice, and cause a crash on
        import of crashtest's File_953.docx.
        
        Change-Id: I3d1c138534a37dc9ba500f1134ca4bb9ebae0e96

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [f365cd8754839d6608ba4750e46fb277b5f3df26]

        loplugin:simplifybool
        
        Change-Id: I6bedf840c9fc0596b2dccbeb2f304738b74317b2

2015-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3bf0319383261d78b976b62f7e3e0f2adbacf20]

        RtfSdrExport: no need to allocate m_pShapeStyle dynamically
        
        Change-Id: I429c876c4e0bba04e39c806670a828178ca811ef

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [7082fcb4791f95dabf7fc45ed8c4eb299c43646d]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I68f674dcdb16a507e962945ed90caf796daa48d3

2015-04-30  Stephan Bergmann  <sbergman@redhat.com>  [a23313076c6aaf5799aafdc7a92b8348adb297f4]

        loplugin:literaltoboolconversion
        
        Change-Id: I556a0fc4e47e51880b12c7e1ae25a588f576cd7c

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [629ed90f7146d5a6b0de6211a916d615dea642aa]

        add test for minorTickMark OOXML default value
        
        Change-Id: Id1a4dcbc25b78afe123d529413ac8873b6452d2e

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c8fb9a5a0d57c9a8a97fa3c33b8753fa034ad7b]

        add test for majorTickMark OOXML default value
        
        Change-Id: Ib8af3f17db019dcddca58173806ee6499b50b416

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08dc203cecc225b8e191ec894160516fede91a90]

        add test for rAngAx OOXML default value
        
        Change-Id: Iaad4aa553564e31726b31ebf890ef0376c8f1690

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [368e8b83e13106905d021b4c12983ba28e4a9110]

        don't use r prefix for uno::Reference passed by value
        
        Change-Id: I9b6478c75af5c959b52e501aff9c01d68860a295

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [163c28b117183e00aefb564fa21e4af8be6b291e]

        add test for plotVisOnly export to OOXML
        
        Change-Id: I2dc49ec1c10da97f9b57ebff804cf403d2802beb

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d38b6043040f778ab36522dd8697dce388c437d9]

        add test for plotVisOnly default value
        
        Change-Id: I0b0a5df307bc5478283fbbe48a0016256b9cf7cd

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e033254927750affcd1dcc0e10c48f076ebec13]

        export plotVisOnly correctly to OOXML
        
        Change-Id: Icf37ac292b49246e879331ba72cc8aa831c7edba

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1be9365d7f7c33e23d4599931616fdf56bb26fbf]

        support querying about hidden cells in chart data sequences
        
        Change-Id: I8886c022d709acfd0f65453e36f29c1c953b4b1c

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbe09a2a02fba03eaa6c649d0ca08cd0df73c7e2]

        fix minorTickMark MSO 2007 vs OOXML default value
        
        Change-Id: Idedf9155605df529f496ceb1ac6b740bc4b2101c

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5cdc76a7e28a886ab44d1c315a6661d1d88da0f]

        fix majorTickMark MSO 2007 vs OOXML default value
        
        Change-Id: I7357ad7e01270653f67ec2140643f5542e7da7ad

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a8ef88e177618a75cb51e31b31d6295aad3f7b1]

        fix grouping MSO 2007 vs OOXML default value
        
        Change-Id: Idee9ce707d852efb56657eff7d565893f99e4da3

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e31805548f78e26c6d98317554449b891193155a]

        fix showDLblsOverMax MSO2007 vs OOXML default value
        
        Change-Id: Iee541f180d9c569246e7ca8271b65f0717877e4f

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58ba2e1942044307742d5be275ea4c38f3fdfbdd]

        fix plotVisOnly MSO 2007 vs OOXML default value
        
        Change-Id: I729b4dd0527ad5b0823532a115416bfff8c2db15

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e1c05afbd353a7eb608764d6c2c7282b4592e13]

        remove more old misleading comments
        
        Change-Id: I4e604be8e40b4e47f4036d7fe66e50d5f0823525

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc9e298371e264281e90eee68923710d732fd07b]

        remove whitespace
        
        Change-Id: Id3f398e52f7f6b93626f6a067aceb5fb25048658

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cff6ed154b3daf88c9972b1d8f6b00499e641338]

        fix rAngAx MSO 2007 vs OOXML default value
        
        Change-Id: I7381e9987257325c7aad387ee0a2781a883be829

2015-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [508280b0844c4775e55954c2803428287de93edb]

        remove old misleading comment
        
        Change-Id: I0aeb1bb012a9f4c6916da65d5ec6849e621aee07

2015-04-30  Tor Lillqvist  <tml@collabora.com>  [5a27f808beff001bc69755095e08e50900d7c863]

        Get rid of initial :: for the sdr namespace
        
        Change-Id: Ibbeb069b6fcb2aa0581429ac5cb6db519548fd00

2015-04-30  Tor Lillqvist  <tml@collabora.com>  [c07a3b0396ab131bef7ef23305180c8f27bf5c9b]

        Get rid of initial :: for the svx namespace
        
        Change-Id: I03e428a749bca409ebac9c142acaddafcbfeca23

2015-04-30  Tor Lillqvist  <tml@collabora.com>  [d883c12556a71c5d3719454b1f95809a505f0ace]

        Get rid of the initial :: for the vcl namespace
        
        We used it all over the place without leading :: already anyway, even
        in many files in include. So let's be consistent. In the majority of
        cases, prefer the easier-on-the-eyes choice, not the "safe" one.
        
        In those files in include where *all* existing uses of ::vcl:: indeed
        used the :: prefix, there let's keep it for consistency.
        
        Change-Id: If99cb41d3bf290d38c601d91125c3c8d935e61d0

2015-04-30  Tor Lillqvist  <tml@collabora.com>  [d1ca0f4ed0e30394ce6759a20d4896651dd43051]

        Bin some pointless comments and reduce some vertical whitespace
        
        Bin pointless '// predeclarations' or '// forward declarations' comments.  If
        a programmer doesn't know what a forward declaration is, well, why read C++
        source code?
        
        Also bin some pointless '// end of namespace foo' comments after namespace
        blocks just a handful of lines long, and some superfluous vertical whitespace.
        
        Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9

2015-04-30  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [0d341d28f73603670e3b8c639c583229d3c723a6]

        tdf#90908 : FILESAVE: XLSX wrong export of font size 18
        
        After roundtrip is font size changed from 18 to 11
        
        Current behavior:
        The 'sz' tag was not exported
        Expected behaviour:
        After RT 'sz' tag should export with value 18
        
        XML Difference :
        Original
         <a:rPr lang="en-IN" sz="1800" b="1" i="1" u="sng"/>
        Roundtrip
         <a:rPr b="1" i="1" lang="en-IN" strike="noStrike" u="sng">
        
        Change-Id: I7955f89a8db9c18c11546f4c60aa130a0be14bb5
        Reviewed-on: https://gerrit.libreoffice.org/15565
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-30  Eike Rathke  <erack@redhat.com>  [0cd88d27ecd87c8c5791418bcac6ab1684ece74a]

        simplify logic and less comparisons, fdo#69552 follow-up
        
        Change-Id: Id1150b53a57a6b7d9a6c623637c123e4f37a0876

2015-04-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [010b2d2d9be846fb6b10848204e29e1bc00ef1ea]

        fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2
        
        Also, add support for CEILING.MATH and fix small
        deficiencies with CEILING functions, as most are interwoven.
        
        Change-Id: I0d9a46fb17e982ccf1e9d9e403b58926172c1a7a
        Reviewed-on: https://gerrit.libreoffice.org/7088
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [3a6866c2953c17a55536fa434b9fceda670d0685]

        coverity#1296209 Logically dead code (gold)
        
        Change-Id: I68be0901ab0ee37caaa9338b6c499d0086c2c968

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [aa121a212320e46dc8f835766050c10998dcd197]

        coverity#1078827 Dereference before null check
        
        Change-Id: I3d8850900e25606c23e2209abe828e2b1e98b38e

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [9e0e0db304d7734b486ccfc3aaeef0acad853e86]

        coverity#1296208 Operands don't affect result
        
        Change-Id: I9ba731626bb43daae277c20829306c7d2eccd41f

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [f0321253d534cd669c0f397bd83c54cc07009e9f]

        coverity#1296215 Dereference before null check
        
        Change-Id: I38fd1780bbbe30f2dbc6ca5db9b815e571f06750

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [cee3e3d76f2edd865e676ddaebe70791231aa07a]

        coverity#1296211 pCurWin == pNewWin at this point
        
        should silence
        
        coverity#1296211 Explicit null dereferenced
        
        Change-Id: I0798db1b88bfec94139995db552029b18a9562af

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [c103554eb67fd75b45b90699c7c6ed9e0cafb755]

        coverity#1296210 Explicit null dereferenced
        
        Change-Id: Ia5aaa3deba695f9b9aec68477f8b34f1602a8045

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [2916691477be5e027726a6441dec3d44bd95d055]

        coverity#1296207 deliberate Unchecked return value
        
        Change-Id: I0248d540937d1706f4b1fb2cbf0516cfbf870963

2015-04-29  Michael Meeks  <michael.meeks@collabora.com>  [0c0569fb2a48a95d0c1f69234548ddd7ec32b59b]

        More bits on event emission during dispose.
        
        Change-Id: I89b6735bca19eec1ccc1d14cd3c35e88fd36d51f

2015-04-29  Michael Meeks  <michael.meeks@collabora.com>  [4eed8e53313827f51cd97dcac7d2d437f53a2dbb]

        abhortive focus unit test - apparently we need visible windows for that.
        
        Change-Id: I64999eb625a4b312997ba78698710bd1acaf8da7

2015-04-29  Michael Meeks  <michael.meeks@collabora.com>  [3801e50670afaf245e855e450817be8157deca08]

        Protect against event emission during dispose.
        
        Change-Id: I8c97fdb637a8ea4d50bef5815ef3716a4be03688

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4a12421f2b0aafe97f8ab78017261969c36ae0e]

        desktop: pJSON may be 0 in jsonToPropertyValues()
        
        Change-Id: I1ed9a4e1f1ecabf48ed3edb7cf6623261e2f4570

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d69d539bf1ee1ee413dd26d772d4b318b51d63f]

        solenv: add COMPILER_EXTERNAL_TOOL
        
        COMPILER_PLUGIN_TOOL has two effects:
        
        1) It makes LinkTarget aware that no object code will be generated by
        the compiler (as the compiler is just a tool, not a real compiler), so
        e.g.  it's expected that no dependency output will be generated.
        
        2) It puts some of the clang plugins into rewriter mode.
        
        When using some external compiler tool (like a wrapper around
        clang-rename), then 1) is wanted, but not 2), i.e. getting rid of the
        dependency generation part is wanted, but none of the rewriter plugins
        should be activated. So add COMPILER_EXTERNAL_TOOL that does 1) without
        2).
        
        Change-Id: I83c21da5763a62d654f93c574d89573cdc7c2138

2015-04-29  Eike Rathke  <erack@redhat.com>  [d6635af3186314de0c20a904b36e50bba4ae63cd]

        string access out of bounds
        
        This convoluted logic may pass FUNC_NOTFOUND -1 as position around if
        there was no initial function.
        
        Change-Id: I217fc745d8e0b8e532642d0f69110371d183610d

2015-04-29  Juergen Funk  <juergen.funk_ml@cib.de>  [969dab55bb32b4b4137d89a91050f6eaeb1715b0]

        Fix for gcc 4.6.3
        
        with out the class-define
          gcc -> "error: a class-key must be used when declaring a friend"
        
        Change-Id: I6384d9b37a9105db2af9e6c65cd02a56c4169abe
        Reviewed-on: https://gerrit.libreoffice.org/15568
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-04-29  Mike Kaganski  <mikekaganski@hotmail.com>  [1b4ae9a937e25c371a6cbfcbeeb9d7c93563acc7]

        tdf#56036: allow calc compiler treat tabs and newlines as spacers
        
        Currently these characters are illegal in input formulas. This is inconsistent
        with ODF spec, and brings incompatibility with other ODF implementations,
        as well as with OOXML. This patch fixes this by providing corresponding
        character flags for these chars (tab, cr and lf). This effectively converts
        these characters to spaces. Keeping the original whitespace characters should
        be done in another patch.
        
        Change-Id: Id9362de9138ec7cd7b23c6d999181e15d5b71d5b
        Reviewed-on: https://gerrit.libreoffice.org/15566
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-29  Michael Stahl  <mstahl@redhat.com>  [6cf3cdce6d66651f69346fd342e8a7040bbb0786]

        cui: loplugin:literaltoboolconversion
        
        Change-Id: I26b9778d2fe593dd5d4bdbc2cb737c6304bae120

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [4a7dcee7456495b03382aff7b04afa4ddfc74444]

        Clean up tools/link.hxx
        
        Change-Id: I44e4abb228394f99109f7d7e005cfeb26e4b95c1

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [0acd47f68e3efb46dafd866ee95497da818fa34f]

        Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END
        
        ...just use IMPL_LINK[_NOARG] and let the compiler decide what to inline
        
        Change-Id: I63ec5116df7e79093ebf31193f8c674f1351c0e6

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [17cb3391ece392497eeff4ed32cbf89b4bcb5825]

        Remove unnecessary IMPL_LINK_INLINE macro
        
        Change-Id: I81cbec049b98d2d2619b0480e0cf54bd1d7b6718

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [e6c08b6b302b00cc55e9963ce47d6cc2416049a6]

        Remove unnecessary STATIC_LINK macro
        
        Change-Id: I4788824667c8e0d1d4e0717b7ae7737bb0fd2c90

2015-04-29  Michael Stahl  <mstahl@redhat.com>  [91dd52bc54f59d9362f10988326839f8e7553e65]

        i18npool: fix build
        
        Change-Id: Id6186339739f9573f7527162b5b4d6b5a46f4ebd

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [5bb64f5337a6d396a20a7b31186102481390b816]

        the 'Edit' button is a color picker, rename and move
        
        to the color value entry column
        
        Change-Id: I3c044fbff2e93c553f2eb8da33f99a944a6db336

2015-04-29  Eike Rathke  <erack@redhat.com>  [059280acb565b5ef7b6ac1890f2f3d61a9ebdb05]

        tdf#89395 add Nyanja [ny-MW] locale data
        
        Change-Id: Ic13afb23d282de26eef35c50b95e940b73639cf4

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [74706c4057e027898022ac42de210302cdc92d99]

        on using 'add' color button, don't frighten with an error
        
        that the name already exists if the user didn't use the
        edit entry yet. Just always, like the gradient one, put
        up the dialog to enter a name, use the entry text if
        that name isn't taken, and generate a new one if its is.
        
        Change-Id: Ibd3d37db73ecdbae7998884d3397cbc2bc6b7c3f

2015-04-29  Michael Stahl  <mstahl@redhat.com>  [7368b6ca3f61e750765f42e97d0a00e10fcac516]

        rhbz#1213173: connectivity: Calc driver: prevent document being disposed
        
        ... by adding a XCloseListener that vetoes any attempt to close it.
        
        The Calc document can be opened by the user in the UI and closed again.
        
        Change-Id: Ied427b67274d925c911e516c0a50a4c0b2b18db9

2015-04-29  Michael Stahl  <mstahl@redhat.com>  [7259901b25974c00c8f0ce8acb91096858cfff53]

        dbaccess: log exception messages in ORowSetCache
        
        Change-Id: I1c76d4ce91d1f22d88106918ab139b17f6f017f0

2015-04-29  Michael Stahl  <mstahl@redhat.com>  [a226bf71316847bdbface79567bc7290d2cedc03]

        sw: log exception messages in dbmgr.cxx
        
        Change-Id: I66e7b778a681e6f5ee7b0dd051bb52a1538c0645

2015-04-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [fec037e68f0dea164915fbfe1db4699a3861adf4]

        tdf#72361 Forced intercept for exponentiial trendline
        
        Change-Id: I252a4994d2ee981018d07d6fac7ffe639f065d3e
        Reviewed-on: https://gerrit.libreoffice.org/15334
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-29  Eike Rathke  <erack@redhat.com>  [4d045be758885a09daa4fe3324984174d6f7c4f2]

        inherit cu-RU format codes from ru-RU, tdf#90802 follow-up
        
        Change-Id: Id37aa3a416ab826d5363dca4e91f83346460e78d

2015-04-29  Eike Rathke  <erack@redhat.com>  [1ebffd4011b7e6ccf9f3eafdc7a88aa4bc77fd4f]

        define what is actually used ...
        
        Change-Id: I68365a85c9025c0637bc99607e65cbd21f87e1b7

2015-04-29  Eike Rathke  <erack@redhat.com>  [e41a948c5e065ec45d451c4da5db2893db854b8f]

        prepare to inherit from, adding replacement, tdf#90802 related
        
        Change-Id: I172c103fb5033e8346d78479bb1c1ce71fe11e4a

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [df44a6f767a1c4ad18e6b5b6638d6699d852ddb7]

        officecfg, postprocess: allow embedding of Base documents
        
        Don't advertise them on the UI, though.
        
        With this, Insert -> Object -> OLE Object -> Create from file can insert
        a Base document into a Writer document model.
        
        Change-Id: I18fdf98af8fb4f8b6ef0c3a910aaefba9e516dfd

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa2304aef2ea65cbbb15e3694a61c05999032d20]

        dbaccess: attachResource() and load() calls are swapped in case of embedding
        
        Change-Id: I34600202f0f5c988222f7d4f305ba90df09cd614

2015-04-29  Aleksandr Andreev  <aleksandr.andreev@gmail.com>  [c9af632056fedcf9327ba23aafbe4b0300b1abae]

        tdf#90802 add Church Slavic [cu-RU] locale
        
        Change-Id: Id8322661f79f4d500fd59c19fc04b13e82c7126d
        Reviewed-on: https://gerrit.libreoffice.org/15540
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-29  David Tardon  <dtardon@redhat.com>  [59adad74084e9281887e3f78a225794f37b784d7]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I94b54586477ae0cad3b5351953cccffffecbf902

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [f307a2c56cdc1babab43f24f8094df34dd0f99c6]

        bogus Werror=maybe-uninitialized
        
        Change-Id: I01eeeeff399961e59194c592139386355515d44c

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [1b325fbc87284889ec9455c00d920d2c2d10eb6b]

        bogus Werror=maybe-uninitialized
        
        Change-Id: I7bf8ea9b30b9c13b2b5bab54ceed2038ddc0c16f

2015-04-29  David Tardon  <dtardon@redhat.com>  [01ceb3151ed321e5d51f2e8ca953da5238cfc62f]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I31ccd7915241fffe7cf58f026bc9931d66e1a664

2015-04-29  David Tardon  <dtardon@redhat.com>  [19472697291fc2a706818f6d89ec301e224c76e5]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I29ad743da5d82ef15aa71ca60783a16a0aa8693d

2015-04-29  David Tardon  <dtardon@redhat.com>  [b6928120bfb32eb3a04529c23e0704d15f76e9cb]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I4d56c20a279af4f5479272ca9df0458ef56de754

2015-04-29  David Tardon  <dtardon@redhat.com>  [b1259761aab67335a353efecbe42a811ff5ba1dc]

        WaE: declaration of ‘FILE’ shadows a global declaration
        
        Change-Id: I544e1154c846a8b5da4ab3dee72e3aa1332557e6

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [174ba8550349778f661a30d5c2d3243bff5f3c0d]

        fix assert on load of fdo82018-3.docx
        
        apparently arises when lacking font to display it
        
        Change-Id: I934e43668f2f4d9c4e96736c004dfb0c250ef191

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [c3e965da98f73957b6e6cab0b9a80924d0553afe]

        gtk3: implement background theme painting
        
        Change-Id: I23d7dcb1491c480786f1aa2efcb682c5f6933c90

2015-04-29  David Tardon  <dtardon@redhat.com>  [f5ec1f2e457616c0d5207874a0270523ec62e178]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I747f44caba86bbe7cfea24ed54379083196e6877

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [30953637c9e5af91adcdba5264432336bfe02952]

        SfxInfoBarContainerWindow: pInfoBar can be 0 here
        
        	0x00007ffff0b36bf0 in OutputDevice::disposeOnce (this=0x0) at /git/libreoffice/master/vcl/source/outdev/outdev.cxx:193
        	193         if ( mbDisposed )
        	(gdb) up
        	#1  0x00007ffff3c3d651 in SfxInfoBarContainerWindow::removeInfoBar (this=0x1f05b30, pInfoBar=0x0) at /git/libreoffice/master/sfx2/source/dialog/infobar.cxx:294
        	294         pInfoBar->disposeOnce();
        
        Change-Id: I7b5dfddea98d8ab3d4f7db3ef53660f91e5ad80b

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [ab0a5b7523e9c287ca09d8cf2cc39e0fbf676f5b]

        Help MSVC
        
        Change-Id: I5329ecdceb5eb590942f604b4a460d91e363d756

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [f0dfe465b83b5a0f8042a696de3a1ca81ea310dd]

        Help MSVC
        
        Change-Id: Ica72e5d0502736e562a78e1cbee600c5ff9ae475

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [501b1f5c77bf0b5409048470262bd99b818e7720]

        fix dubious casts post VclPtr-ing
        
        Change-Id: I6269eacb7ed1eb5ebd03a9a1b549a3e25e5f00c3

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [d01810b745fad6afce8be838657471c297da6d53]

        enumarray_iterator should not have a deleted copy assignment op
        
        Change-Id: I1e5f8dcfe0801eca10622eefab43b674b6b3e956

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [73faf2c068b793dd05ddc66b562e8ac27b2745cd]

        cppcheck: cstyleCast
        
        Change-Id: I0868793be316b0648f91b566705ad1c63951fd1d

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [e0380df3ee1db7950be6ae5f03403fe4fbc07d7a]

        sequence operator twaddle + silly cast
        
        Change-Id: I8804bfb39d8306762cbe39ac4b6df9128a8e0069

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [626fe1669f7062e04db60ce7757d1c7d32842b3a]

        redundant cast
        
        Change-Id: Ib812a7cafabc4820946da67fb3f8896b6aad1461

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [fc5cd8b5e916dcf97ada18ea7e8458bfd820f0b9]

        redundant check before delete
        
        Change-Id: Ia5a71922fdeed61ef2168c1a297bd9ffc976e9ca

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [8bfe9c0dfc1133cefd4a204b789d881045abb8b5]

        cppcheck: invalidPrintfArgType_uint
        
        Change-Id: I5a0b5a4ff60c508f8ea11d613022ee7799900098

2015-04-29  Caolán McNamara  <caolanm@redhat.com>  [ed1a89f274861664316beb5372d56ecb0718745f]

        cppcheck: throwInNoexceptFunction
        
        Change-Id: I72572e716e41e739f8d382baa0405af4579a93d2

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [88612f7170a2f0bb4a0215bdb6e615f9c7ff016d]

        Make MSVC happy?
        
        Change-Id: I66b151aa726f6465f79003508520662e62b718aa

2015-04-29  Noel Grandin  <noel@peralex.com>  [6bb742b9cbbdabbbd53dd9cdf6cb165e4b30bf86]

        convert STR_EVENT constants to scoped enum
        
        - also add needed infrastructure to o3tl::enumarray so we can use
        std::find on it
        - move the Impl inside the .cxx file, no need to expose it in the header
        
        Change-Id: I7758a6175849f46723d97b1e657f846524c3b7cd

2015-04-29  Noel Grandin  <noel@peralex.com>  [a9bfa6547ae2a4721363289f3816568e6a7e6a2d]

        convert INITOUTDEV constants to scoped enum
        
        Change-Id: Ic2443b557620bd269851d64f42107b304f6b4082

2015-04-29  Noel Grandin  <noel@peralex.com>  [5d96ccd0ab9d315aea85b4630f85feb29d2aa14a]

        convert ZOOMBTN constants to scoped enum
        
        Change-Id: Ia7641f736fa4f84dce0b5ea8bf68339c1309e74b

2015-04-29  Noel Grandin  <noel@peralex.com>  [468446b7fd4c547ee3f090366e886c212657bcd1]

        convert CT_ constants to scoped enum
        
        Change-Id: Icd1f009e879965feb936c6268688cdcd1edbd231

2015-04-29  Noel Grandin  <noel@peralex.com>  [0a9f331de48e63d7188f7e253770debd5e3c180e]

        convert SDRMOUSE constants to scoped enum
        
        Change-Id: Ia5389095683a1c012a988ed71bf769a1f25d80fb

2015-04-29  Noel Grandin  <noel@peralex.com>  [2a6806a81b3fd9218af18c685b2ede36a86956f6]

        convert SDRSNAP_ constants to scoped enum
        
        Change-Id: Ida0b0e3f017c53588ea9208d078c24948a63eb92

2015-04-29  Noel Grandin  <noel@peralex.com>  [62f9bc737c928ceed89af09ff927c92bea4896ca]

        convert SDRGRAPHOBJ constants to scoped enum
        
        Change-Id: Ie1fba429e809ae235b9c2390071b61d8b6d115c9

2015-04-29  Noel Grandin  <noel@peralex.com>  [336ace7cf0a1b5abf7a56983ed1a7510f9b0d231]

        convert CUSTOMSHAPE_HANDLE_ constants to scoped enum
        
        Change-Id: I4cbbf9d2e42ef5e361449fff8bc9280ac337720e

2015-04-29  Noel Grandin  <noel@peralex.com>  [45ba5f2f24791ab659111527a8350df4898b0e0c]

        convert IMPSDR_ constants to scoped enum
        
        Change-Id: Id267196397e2aa743d75f03932b3301ad462d800

2015-04-29  Noel Grandin  <noel@peralex.com>  [11bce3212788d03fd53b9f005eaf0e70e6277763]

        simplify SDRSEARCHPASS_ constants
        
        the calling code only cared about direct or not-direct, so a bool
        suffices here
        
        Change-Id: I39c01dedf391777d3a7bc7338afc6de4c6d3a531

2015-04-29  Noel Grandin  <noel@peralex.com>  [4e62eee559f798f9d6f5d7dbcb9179007248d16c]

        convert SDRSEARCH_ constants to scoped enum
        
        Change-Id: I1495dbaf05b642d98f41639d41f831f007601df3

2015-04-29  Noel Grandin  <noel@peralex.com>  [1902ad6cad6d8c18f8d81e92517a88568f734b44]

        convert SDR_SWAPGRAPHICS constants to scoped enum
        
        and drop unused DOC constant
        
        Change-Id: Id35d18241642742500cc007c575a8a54b5b8dd97

2015-04-29  Noel Grandin  <noel@peralex.com>  [d66f266cf24d09c2ceb9320f1355ba27114187c2]

        convert SDR*ALIGN constants to scoped enum
        
        Change-Id: I29b7b4fe1181133cbbb0bb43a1835941cf12210d

2015-04-29  Noel Grandin  <noel@peralex.com>  [da9361374c45da7c3bda803aaed52485fb3b12d7]

        convert SDRESC_ constants to scoped enum
        
        Change-Id: I9488088d006ceae15368fae775aeebebfa7ce229

2015-04-29  Noel Grandin  <noel@peralex.com>  [1f1b9b9ff56d8649b22b78c5696a36b078ea9dcf]

        convert SDRINSERT constants to scoped enum
        
        Change-Id: I6335e00cae161cea7ece922ecfa845c205626cd9

2015-04-29  Noel Grandin  <noel@peralex.com>  [d478a1cd6426aba6a502963862ace5a9f6182450]

        convert SVXRULER_SUPPORT constants to scoped enum
        
        Change-Id: Id6c2571b5a060530437509a8dc203dc1a346f773

2015-04-29  Noel Grandin  <noel@peralex.com>  [aa82339bb6bbf38b2e56083115f9f485713c545e]

        convert DRAG_ constants to scoped enum
        
        Change-Id: I7946a1406bfbbc894a0a2aca32ead43e4cc89508

2015-04-29  Noel Grandin  <noel@peralex.com>  [88254f057c7d543512e35213d2c19a77846a74e6]

        convert _EDIT constants to scoped enum
        
        Change-Id: I1502692f9491bc55856b7477040bd5918faf4df8

2015-04-29  Noel Grandin  <noel@peralex.com>  [07f6b08bdc7ac78905e8a6745bb58e026f31c9c7]

        convert LANG_LIST constants to scoped enum
        
        Change-Id: Ibd699cfdfd3266c2965a5b6368cfe2f4431b7fb4

2015-04-29  Noel Grandin  <noel@peralex.com>  [641f375bec2fb65d64513ab9d74a3e3ca1489925]

        convert GALLERY_HINT constants to scoped enum
        
        Change-Id: I4e33f2ebfc00d9c5c75ddbb0625aaf7c39802e7f

2015-04-29  Noel Grandin  <noel@peralex.com>  [445b34fb9a882bd04fb53eb629ea246ce02b21aa]

        convert SGX_IMPORT constants to scoped enum
        
        Change-Id: I5c80b8b762682bc666761710039b3b57bb3d579d

2015-04-29  Noel Grandin  <noel@peralex.com>  [ab1b535fb049f4b6354561e60eb027b4cc691a6c]

        convert SVX_ flags to scoped enum
        
        Change-Id: I6ca73a459597f06fc301a12d6556775a77a7c4c7

2015-04-29  Noel Grandin  <noel@peralex.com>  [83ab72efe7dbb9047e89ba2775228b2d81f96bc9]

        convert SW_BORDER_MODE constants to scoped enum
        
        Change-Id: I7b2e03a5cacf5d2a706ba8e2d3b276fcb3f7e88b

2015-04-29  Noel Grandin  <noel@peralex.com>  [0779e5a6a7bd4388638c337718ff3f934b64bd3a]

        convert CS_ constants to scoped enum
        
        Change-Id: I7fb03a04f086c1952a6f186a00fffad0b6c1236b

2015-04-29  Noel Grandin  <noel@peralex.com>  [9fb3b992df26283e21e89bb2121b3cadd4b22c4d]

        convert PREVIEW_OBJECTTYPE constants to scoped enum
        
        Change-Id: I5c370627bc8ccf1de2ae7f3764cf2236215d5379

2015-04-29  Noel Grandin  <noel@peralex.com>  [c97b81ea139a2299d9528f4ef04d0f88acc60c09]

        convert CTF_ constants to scoped enum
        
        Change-Id: I1c8149e9fccde761bb2a5fd2cf3cddcd2d9748dd

2015-04-29  Noel Grandin  <noel@peralex.com>  [a47be3914efb6940c1608763fbe9c7fd7dee9455]

        convert FLT_DATE_ constants to scoped enum
        
        Change-Id: I92229f180ae00064c90ee45a23b688eeb749ae2f

2015-04-29  Noel Grandin  <noel@peralex.com>  [a38b2720a4be63f1093c66a13ec40aa894af23a2]

        convert MSDFF_HANDLE_FLAGS_ constants to scoped enum
        
        Change-Id: Ica0fe759db5ac9afca524f46ecfdb85368066403

2015-04-29  Noel Grandin  <noel@peralex.com>  [e8199849a0d205bc2b815306ba6ed27b672881e6]

        convert HANDLE_FLAGS constants to scoped enum
        
        Change-Id: Ie6751bc97914e4b8ac1fe00aae41c02fff2773d9

2015-04-29  Noel Grandin  <noel@peralex.com>  [b49e10f9dbe0d02b012ceff378e8e4e64a3016a0]

        remove unused code
        
        Change-Id: I1393240d8ba74388484839fb94bb82fd9d78da32

2015-04-29  Noel Grandin  <noel@peralex.com>  [aaa1861c49bf2549e1bddc461961871ac102a83d]

        convert WZB_ constants to scoped enum
        
        Change-Id: If2f12ea54b57f32df23fc22fb8be0aa3c6f2e76e

2015-04-29  David Tardon  <dtardon@redhat.com>  [f6d4cd396803f568ca667ed5e4d7725ade99b5df]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I2813d08f5f903d4d5115f04f58598b3841facfd0

2015-04-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [f01c61a70dca72e4e66f0e6f9df5c2ad52bb778f]

        tdf#89783: avoid endless loop with >65k style names
        
        Change-Id: I09be0ade1cd66253f420c2158ef6c093758ca493

2015-04-29  Katarina Behrens  <Katarina.Behrens@cib.de>  [1fe1fb546889d824b7331ca0f4731fdf58aea829]

        tdf#89783: fix another potential endless loop
        
        the same pattern as in 4de83e2c322509c0fb1b989f7e4898728fc4a
        
        Change-Id: I38d48b9c1302f23a0d2537f8e5eced2ee64ddf4e

2015-04-29  David Tardon  <dtardon@redhat.com>  [3a07ed8386875342638272330d854f7c2f3b7ce3]

        error C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: I51c71a82a312c2b059ba046ee2557117f365143b

2015-04-29  David Tardon  <dtardon@redhat.com>  [53f7e721cef99602302220bd4f2d49b3e56be9d5]

        WaE: C2666: 'operator ==' : 2 overloads have similar conversions
        
        Change-Id: Ifa31130045c37aa37a1f3c9d3799a9f60fd8eb13

2015-04-29  Mike  <mikekaganski@hotmail.com>  [fa4071bb522d7aad069ca24bafedb597455e95b0]

        tdf#63054: pdf_string_parser incorrectly handles escapes
        
        This patch fixes the escapes handling by avoiding boost built-in
        functions that skip whitespaces behind the scenes.
        
        Change-Id: I9607ecd9e2e052aadcba69cf30ec25c981743c49
        Reviewed-on: https://gerrit.libreoffice.org/15562
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2c02f3f0d929e908a9e5fe91c808676b95036bd]

        RtfAttributeOutput::m_pTableWrt: use std::unique_ptr<>
        
        Change-Id: I188d00a3962205d958d5efe1d387e009372ec281

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [d7bd8f6f359872141f7239725359b6ffd4e7bc2b]

        avoid ambiguity
        
        Change-Id: Iaccb07e1060ea2f3aa611170895da3e72bf6fefd

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [c6698856716303217dea5d5233d32dd9f8a79763]

        Better make the bool conversion operator explicit
        
        Change-Id: I1ac9cb24cd51e3721cb903b5033054056b540bb8

2015-04-29  Stephan Bergmann  <sbergman@redhat.com>  [d79437c0d33d117523f73cee04943c1dc90e2df4]

        Remove unnecessary SAL_CALL annotations
        
        Change-Id: I4de69ef35b2ea715cb6b2223cfbb7d30c4cbbdec

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [969d833e7927f099de35b87d225a9e9dd9f08661]

        Also add RenderContext parameter to updatecheckui
        
        Change-Id: Idf648740f58c120fa08c9a278a511c6be205ce79

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f1b0cf258d319f28b36c0c4452f3751248e24b6e]

        Move paint method rewriter to store
        
        Change-Id: If2bbd355a293e0a0feed7db8f179a0bdcf6dce43

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e6c2951f1957224aa0e7dc97b33b0450c41f92f7]

        delegate RenderContext, invalidate - prgsbar, scrbar
        
        Change-Id: I05d68be744044cc82c0397fac25518a53c270761

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c57a5f310b6168b4fe262656ceb253f4566dd2d9]

        delegate RenderContext, invalidate - ilstbox
        
        Change-Id: I9d47e828a784bf6b120b4b1e9df332ea85690a19

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cdb1fa88c8c960cfcc817a14e64c54ef6babeb59]

        delegate RenderContext - fixed, group, imgctrl
        
        Change-Id: I438eaaa7959465d264ab248234a99c9e37bc56d9

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d0ab8e0cb961c43f7975b496c191ac88859139ed]

        vcl edit: Delegate RenderContext to sub-methods, use Invalidate
        
        Change-Id: Ifb1a54e852bc9011389cac758e6f0dfd6c84d464

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [53ef550ac6fc3505914c3d77e9d0575913e54bb3]

        vcl button: Delegate RenderContext to sub-methods, use Invalidate
        
        Change-Id: Idd4181180da0bbbac872b58569e30cbc384125fe

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6cea2e61cf77bfe5bc53aa6002807c9b38e77499]

        fix compile: delegate RenderContext parameter to super
        
        Change-Id: I1c08e29c45d8334db52b129a957098481f3e57a4

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [704ebef99de606f5a60c495130e6e3d791981042]

        remove old Paint(Rect&) method in vcl::Window
        
        Change-Id: I0f3377eaeb68f4933ccc3f86c9136c97c09c464d

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9905a8b953953b9ec5e123a17997d5931978acfe]

        replace Paint calls to Invalidate + fix compilation
        
        Change-Id: Id716c47d56922ab6ce0c3adb3d426ea814980674

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f50fd9692ed7b9632c0f8dad9508f5a207679be4]

        mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)
        
        Change-Id: Ia1667246064d11827dbd149def15e5bf08b119b8

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d36da8c19378f4772c896ca4df94117077e823d6]

        remove "y"
        
        Change-Id: I792a15ad04cf8a54c2609ec3cc91ed46caab66be

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d49013f67ebef11abd2cc7aeecf1bdcfff41e6e9]

        Paint method clang rewriter plugin
        
        Change-Id: Ib66089f43b1df19a4c726f3cf198e8a4c4b101b6

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2d7ff9c23b4ed192dc800af3dd5b79dc183ba10e]

        change Paint input parameter to ref
        
        Change-Id: I4bf97d46736ce8186c3699c9a861e44103ab0d4b

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56e2f3e338f3f0da6f38da805d24438b5bcc7b06]

        Add paint with render context to window -> impl. calls old paint
        
        Change-Id: Ic4823f9f74c75e87de92d07a9a1310a7eed93074

2015-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d3ba96e37ec4681b9b7cb1ffac5e34060e47a4ee]

        typedef OutputDevice as RenderContext to pass to Paint methods
        
        Change-Id: I858c0c51fc0892ea81ac39f69aff7d401a25184b

2015-04-28  Michael Meeks  <michael.meeks@collabora.com>  [2932d2db599c09ecce3faa2d627e9ee4f251183a]

        More VclPtr documentation.
        
        Change-Id: I8b375ba0eab97c4e0383ed6638b9dc4be149369e

2015-04-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [367a55529bdf268b6faac3e30ea24349c7175184]

        update credits
        
        Change-Id: I534c00115b0d9b62930f21814a86d5b555bdc8e1

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [bc0849dee744069488a54fe029f7a174fdd87dee]

        default initialization of object of const type w/o user-provided default ctor
        
        ...same as aef1826d9ca318a1359a2116e7f146e993413234, actually fallout from
        diverging behavior regarding DR 253 betwween GCC/libstdc++ and Clang, cf. thread
        starting at <https://gcc.gnu.org/ml/libstdc++/2015-04/msg00165.html>
        "std::__debug::vector default ctor must not be defaulted"
        
        Change-Id: I9189d472b57249857d64f7d807a0e08fc1758759

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d798ee8f82dcbdada49ef0c745ff234d936bb3f6]

        loplugin:vclwidgets (best guess)
        
        Change-Id: I682a0970fd667eacda781e799a941a11593ade90

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [cd41fa43089d0977cbf62071c9bfe2322de5d012]

        Work around FieldDecl::getParent raising assertion
        
        ...when inside an ObjCInterfaceDecl, cf. thread starting at
        <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2015-April/042629.html>
        "FieldDecl::getParent() not working in Objective C code?"
        
        Change-Id: Ifa9b4925979123c6b6fee1b46a1f57803207d3c8

2015-04-28  Tor Lillqvist  <tml@collabora.com>  [b3acc2944862ff9def6c19c2687a6209a4a191bb]

        Fix --disable-pdfimport build
        
        Change-Id: I932f584ef3c054abe738d59e9957c3a40be1d2c9

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [53cdabd648d1e5bb4cd1947c281d514d7f34c350]

        better tab header area
        
        Change-Id: I149bec0b91bf1d148f1247017d83acfb15c81428

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [e0dea29e27c18698af65386db0a7e3b5b140c3dc]

        gtk3: render the frames, looking more like the real thing now
        
        Change-Id: I8e0f708fcdcbf8a3cfa2df381908dcf7e91ab8ef

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [a0c8b9c502be6df8ba853f3e8c0d4e45bb2785b2]

        gtk3: implement notebook header support
        
        Change-Id: I0dd0feb2a254b6cdb4730e2c9fd2abc80e992025

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [d86ccaf3d518a0aa82d7ee4ce1d30cfeb2b6c8cb]

        odd unnecessary cast
        
        Change-Id: Ie0018e454ddc9158188c2f7fe856a60fa879b7f7

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [f016ed2e4f7b8bec79fcaf8e4b566861a7b6ae76]

        bNativeOK variable is not necessary
        
        Change-Id: I7e8d56bd3737f228a3a3b76f87023be16effb0ca

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [41ffc1ab18d9ea7cc35278970fbe29db70005ab5]

        introduce a CTRL_TAB_HEADER zone
        
        Change-Id: If2740c91b9080cbbfe738b5235bc8612ab7580ba

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [2dbfc83574d3446e4aff6b155db3d521445c3746]

        trivial clarification
        
        Change-Id: Ic75ad6e2981af607989cecee47ce8d660174cb14

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [2cc92727f50ce3ea52aef6364f6adb2b27c52cb5]

        gtk3: render notebook pane for tab controls
        
        Change-Id: Ie10163d652a8d918daf0c2b7d807c1658deba742

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [abf118c1cc4cf1422c304de9d48981060a7454e9]

        gtk3: make CTRL_TAB_BODY a successful no-op like gtk2
        
        Change-Id: Icdd065e4c75df65fdcd287802fdb70e5e84be60c

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [15648cb92290fb321c46efff66e5daa64b153e6c]

        loplugin:simplifybool
        
        Change-Id: Ia83a01c8c134729b5ccf978e7cd46e8e694958a0

2015-04-28  andreas_k  <kainz.a@gmail.com>  [4f41a9fc7348cdac4cfb4465f680d08e6565c7de]

        Breeze: use links for RTL undo/redo support…
        
        … and make grid and legend icons clearer
        
        Change-Id: Ic3516abad937c80935f57cdd68ba8d9e883ab7b4
        Reviewed-on: https://gerrit.libreoffice.org/15554
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-28  Eike Rathke  <erack@redhat.com>  [613dda912d9b54922e2fcc8a0d6e8f5b4a6cf5eb]

        add field to comment
        
        Change-Id: I2a208b57846ad628612c9682fde864ff4a4437ae

2015-04-28  Michael Meeks  <michael.meeks@collabora.com>  [433fb8c055ff93a9bb3567310d2dda6bbcc9d635]

        Clean VclPtr and namespace usage.
        
        Change-Id: I75142b8f72bb05c8b386f7511e5c18d4775eecde

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [40a7169c9f177b4568725237d13c66569684f891]

        reportdesign: fix GCC-4.7 build
        
        Change-Id: Ib9c4a34c68b826d48b188c37f95a09f9a8d96301

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [465f385b89bc03da5a30c7f9006883701b22e759]

        sw: fix GCC-4.7 build
        
        Change-Id: Iff6aee8e466c6968048bce751ca7929f18fb8860

2015-04-28  Khaled Hosny  <khaledhosny@eglug.org>  [3e1dbbe21ddd9b40fde12da6cb680e91aa0a4e54]

        tdf#71034: [OS X] Ugly (too heavy) fake bold
        
        Instead of using a hardcoded stroking value, adopt the formula used by
        AOO which seems to give better results.
        
        Change-Id: I87d55e1fadccf4521c26cd60458d968fcd8a2386
        Reviewed-on: https://gerrit.libreoffice.org/15553
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [6f6446081ca71fe8a7aa34ccff2f3bbfa424d115]

        Revert erroneous replacements
        
        Change-Id: I5dbde1fe4eb406b9fc54d803fc912072000c650d

2015-04-28  Tor Lillqvist  <tml@collabora.com>  [baee89d5a068fe950e78e9ec13937f237c5a2c9e]

        Check ENABLE_PDFIMPORT
        
        Change-Id: I1c0e7e5ecfcd62315e367d537cd3e0466b66e48f

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [65a34bdc4dd2f5e736010e9f40cded6e022e75c0]

        dbaccess: more GCC-4.7 fixes
        
        Change-Id: Ia89a9984ce1d5230c1a57591b6bce87a5e22471a

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4bbd95248159b7e2a2ec47cc28954763c8f81bd]

        dbaccess: fix GCC-4.7 build
        
        Change-Id: Ic7aa1cc38e296497ca47b69b95e54a888da0b891

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [59077b43b099c68f08afa4ad220f93c5c98eeee7]

        sd: fix GCC-4.7 build
        
        Change-Id: Ie86c66fe643b6a8cbf2436c3f5a05388ae6a6119

2015-04-28  Christoph Lutz  <christoph.lutz_ml@cib.de>  [4de83e2c322509c0fb1b989f7e4898728fc4a408]

        tdf#89783: MM fixes potential endless loops with dbgutil build
        
        Change-Id: I0eeb0decab588d89881a24983eb89727c3d9151b
        Reviewed-on: https://gerrit.libreoffice.org/15561
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b568350112d4d513694031c348f07f6e1b6058d]

        cui: fix GCC-4.7 build
        
        Change-Id: I4ff4cf6e9152dd44b5ec4cf14e58291e05dd65a2

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [d45142637aa73a0defadfa41bfe38779ff3ef48e]

        basctl: fix GCC-4.7 build
        
        Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f41c868d9f2ce8bfea5f88a12e7c1604e4a4b3c]

        svx: fix GCC-4.7 build
        
        Change-Id: Id6bcd248feffa30f990d8ba441017fda9967d456

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac9cd176613bb34dc345c6ba7997ec35a26e1fb5]

        sfx2: fix GCC-4.7 build
        
        Change-Id: Ib98d73703eb713a38d28e96a92097b718404abc6

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc4935c020450f436feb89cf6cb587839a990c05]

        extensions: fix GCC-4.7 build
        
        Change-Id: I7db7a1d8e7fc4e57abb2cc75eaa99706d65d47ea

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [eeec230208986c0b1f5e95eed54644fc644d28fd]

        loplugin:simplifybool
        
        Change-Id: I5eb7cef0d98c4c2db99c90170ce17b677e6d5b45

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [83ed85eceb3591a14a7f661c179d5b5880cedcff]

        some build fixes
        
        Change-Id: I5885dfadce0894218c3585aa82d8c11cace89b3f

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [0cdecf1ac2864927ac5cb50dd0a521eb9a8d7bc8]

        loplugin:vclwidgets (best guess)
        
        Change-Id: I9870b4ae7c8c11af34be1edb1ebcbab5e708f42e

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [abce3f30ac8e1c1d40c76de611b6a10d00d7555c]

        loplugin:simplifybool
        
        Change-Id: I7c79be5e48cb14bc0b3aeeca83608076515a30f4

2015-04-28  Michael Meeks  <michael.meeks@collabora.com>  [af48ad2120b3240826edbd0af2a28531adeb5154]

        fix erroneous disposeOnce calls.
        
        Change-Id: I4ce39e6d6534d1481f7e6b759d61040606da839c

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [aef1826d9ca318a1359a2116e7f146e993413234]

        default initialization of object of const type w/o user-provided default ctor
        
        Change-Id: I99266457d43f9279af32d75d2842480291b6e91d

2015-04-28  Michael Meeks  <michael.meeks@collabora.com>  [ce82146a6be87b239a0bde0b59fddf8865290b99]

        Merge remote-tracking branch 'origin/feature/vclptrmerge2'

2015-04-28  Michael Meeks  <michael.meeks@collabora.com>  [e8b97a52c96df9c8e8055407b1e40ed7cb9cfc67]

        Merge remote-tracking branch 'origin/feature/vclptr'
        
        Resolve several thousand lines of conflicts.
        
        Conflicts:
        	accessibility/source/extended/accessiblelistbox.cxx
        	accessibility/source/standard/vclxaccessiblecombobox.cxx
        	accessibility/source/standard/vclxaccessibledropdowncombobox.cxx
        	accessibility/source/standard/vclxaccessibledropdownlistbox.cxx
        	accessibility/source/standard/vclxaccessiblelistbox.cxx
        	accessibility/source/standard/vclxaccessibletextfield.cxx
        	basctl/source/basicide/basidesh.cxx
        	cui/source/inc/chardlg.hxx
        	cui/source/tabpages/tpbitmap.cxx
        	dbaccess/source/ui/dlg/UserAdmin.cxx
        	dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
        	extensions/source/propctrlr/propertyeditor.hxx
        	extensions/source/scanner/sanedlg.cxx
        	filter/source/pdf/impdialog.cxx
        	include/sfx2/mgetempl.hxx
        	include/sfx2/sidebar/SidebarToolBox.hxx
        	include/sfx2/viewsh.hxx
        	include/svtools/brwbox.hxx
        	include/svtools/filectrl.hxx
        	include/svtools/scrwin.hxx
        	include/svx/dlgctrl.hxx
        	include/svx/sidebar/Popup.hxx
        	include/svx/sidebar/PopupContainer.hxx
        	include/svx/sidebar/PopupControl.hxx
        	include/svx/sidebar/SidebarDialControl.hxx
        	include/svx/sidebar/ValueSetWithTextControl.hxx
        	sc/source/ui/condformat/condformatdlgentry.cxx
        	sc/source/ui/navipi/navipi.cxx
        	sc/source/ui/sidebar/CellBorderStyleControl.hxx
        	sd/source/ui/animations/CustomAnimationDialog.cxx
        	sd/source/ui/inc/DrawViewShell.hxx
        	sd/source/ui/inc/Ruler.hxx
        	sd/source/ui/inc/SlideSorter.hxx
        	sd/source/ui/inc/ViewTabBar.hxx
        	sd/source/ui/inc/Window.hxx
        	sd/source/ui/inc/morphdlg.hxx
        	sd/source/ui/inc/sdpreslt.hxx
        	sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
        	sd/source/ui/sidebar/LayoutMenu.hxx
        	sd/source/ui/sidebar/MasterPagesSelector.hxx
        	sd/source/ui/sidebar/NavigatorWrapper.hxx
        	sd/source/ui/sidebar/PanelBase.hxx
        	sd/source/ui/sidebar/RecentMasterPagesSelector.cxx
        	sd/source/ui/sidebar/RecentMasterPagesSelector.hxx
        	sd/source/ui/slideshow/showwindow.hxx
        	sd/source/ui/slidesorter/view/SlsInsertAnimator.cxx
        	sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx
        	sd/source/ui/view/ViewShellBase.cxx
        	sd/source/ui/view/drviewsa.cxx
        	sfx2/source/appl/fileobj.hxx
        	sfx2/source/appl/opengrf.cxx
        	sfx2/source/control/thumbnailviewacc.hxx
        	sfx2/source/dialog/securitypage.cxx
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/doc/docinsert.cxx
        	sfx2/source/doc/guisaveas.cxx
        	sfx2/source/inc/alienwarn.hxx
        	sfx2/source/sidebar/Deck.cxx
        	sfx2/source/sidebar/Deck.hxx
        	sfx2/source/sidebar/DeckTitleBar.cxx
        	sfx2/source/sidebar/DeckTitleBar.hxx
        	sfx2/source/sidebar/MenuButton.cxx
        	sfx2/source/sidebar/MenuButton.hxx
        	sfx2/source/sidebar/Panel.cxx
        	sfx2/source/sidebar/Panel.hxx
        	sfx2/source/sidebar/PanelTitleBar.hxx
        	sfx2/source/sidebar/SidebarDockingWindow.hxx
        	sfx2/source/sidebar/SidebarToolBox.cxx
        	sfx2/source/sidebar/TabBar.hxx
        	sfx2/source/sidebar/TabItem.cxx
        	sfx2/source/sidebar/TabItem.hxx
        	sfx2/source/sidebar/TitleBar.hxx
        	sfx2/source/toolbox/imgmgr.cxx
        	starmath/inc/edit.hxx
        	starmath/inc/smmod.hxx
        	starmath/qa/cppunit/test_starmath.cxx
        	starmath/source/edit.cxx
        	starmath/source/smmod.cxx
        	svtools/source/brwbox/brwbox1.cxx
        	svtools/source/brwbox/datwin.hxx
        	svtools/source/contnr/fileview.cxx
        	svtools/source/contnr/simptabl.cxx
        	svtools/source/control/filectrl.cxx
        	svtools/source/control/valueimp.hxx
        	svx/inc/GalleryControl.hxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/dialog/swframeexample.cxx
        	svx/source/fmcomp/fmgridif.cxx
        	svx/source/gallery2/GalleryControl.cxx
        	svx/source/sidebar/EmptyPanel.hxx
        	svx/source/sidebar/area/AreaPropertyPanel.hxx
        	svx/source/sidebar/area/AreaTransparencyGradientControl.hxx
        	svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
        	svx/source/sidebar/insert/InsertPropertyPanel.cxx
        	svx/source/sidebar/insert/InsertPropertyPanel.hxx
        	svx/source/sidebar/line/LinePropertyPanel.hxx
        	svx/source/sidebar/line/LineWidthControl.cxx
        	svx/source/sidebar/line/LineWidthControl.hxx
        	svx/source/sidebar/line/LineWidthValueSet.hxx
        	svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
        	svx/source/sidebar/possize/SidebarDialControl.cxx
        	svx/source/sidebar/text/TextCharacterSpacingPopup.hxx
        	svx/source/sidebar/text/TextPropertyPanel.hxx
        	svx/source/sidebar/tools/PopupContainer.cxx
        	svx/source/sidebar/tools/PopupControl.cxx
        	svx/source/sidebar/tools/ValueSetWithTextControl.cxx
        	svx/source/svdraw/svdfmtf.hxx
        	svx/source/svdraw/svdibrow.cxx
        	svx/source/tbxctrls/colrctrl.cxx
        	svx/source/tbxctrls/tbcontrl.cxx
        	sw/source/ui/dbui/mmaddressblockpage.cxx
        	sw/source/ui/dialog/uiregionsw.cxx
        	sw/source/ui/index/cnttab.cxx
        	sw/source/uibase/inc/drpcps.hxx
        	sw/source/uibase/sidebar/PageColumnControl.hxx
        	sw/source/uibase/sidebar/PageMarginControl.hxx
        	sw/source/uibase/sidebar/PageOrientationControl.hxx
        	sw/source/uibase/sidebar/PagePropertyPanel.hxx
        	sw/source/uibase/sidebar/PageSizeControl.hxx
        	sw/source/uibase/uiview/view2.cxx
        	sw/source/uibase/utlui/navipi.cxx
        	vcl/inc/svdata.hxx
        	vcl/source/control/combobox.cxx
        	vcl/source/control/lstbox.cxx
        	vcl/source/window/dockwin.cxx
        	vcl/source/window/winproc.cxx
        
        Change-Id: I056cf3026ff17d65cca0b6e6588bda4a88fa8d95

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [a31991c4188e91326941fbe510ce70129d1ccde8]

        gtk3: draw native tab activate/roll-over status
        
        Change-Id: I37cfc2e2a02fe047150988abfe02cb953c6848f6

2015-04-28  Juergen Funk  <juergen.funk_ml@cib.de>  [84c73c983577e33dda266bbfcdd89b9e1202906b]

        Fix tdf#90911 wrong parameter size on getsockname
        
        This was crashing on selected versions for Windows.
        
        Change-Id: I7e9dd39db06f6ed93d2ae0d49275387e53983a89
        Reviewed-on: https://gerrit.libreoffice.org/15559
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
        Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-04-28  Noel Grandin  <noelgrandin@gmail.com>  [ec7f227f90fbdd0bd17c0b885a832e6408106deb]

        expand and remove DECL_PTRHINT macro
        
        since there are only 2 uses of it
        
        Change-Id: I49543168d5d9aeaae66d99663707657d67002fdc
        Reviewed-on: https://gerrit.libreoffice.org/15531
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-28  Noel Grandin  <noelgrandin@gmail.com>  [6b84bc7d24e2a862dd5edbd600be4959cd22c633]

        OOXMLFactory can be purely static
        
        it has no subclasses and no state, so it doesn't need
        locking or reference counting or even an instance
        
        Change-Id: I1e0f883946cb0e9bd26b49d12e58d813ce90a3b8
        Reviewed-on: https://gerrit.libreoffice.org/15532
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [6ec2d48f70ed7d428e37fdc21c15f6fd4f826e02]

        set the executable bit off

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [2049e3ec22db0684683261746188b40428a0d0e2]

        XMLTransformerActionInit parameters are generically of type sal_uInt32
        
        Change-Id: I8a013c8ca8938ef2d8e1786cda3dba61fe3038a5

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [8a360b3031328c45df4e05f804cbc19b528f6b38]

        txtparae_bContainsIllegalCharacters var wants to be of type bool
        
        Change-Id: Ie8b481ab1759725ba40e3cf1bb6611d3c058b53b

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [74f150fe1b2671d4c4c95aebe510f37ff88038d7]

        Booleans are logged via sal_uInt32 here
        
        Change-Id: I634402fb0739b8d42d43264c57340dd030f86d78

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [cb1507746ab47ba1b15e0871c57181aa51ef66d4]

        SvtSecurityOptions_Impl::m_nSecLevel is of type sal_Int32
        
        Change-Id: I82576e00de006caa6f7f6e414e5399d035aed1bf

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c446a09217670c025076cbc9135bcdb5d8e11757]

        SwWrtShell::IntelligentCut return type is int/SwWrtShell::word
        
        Change-Id: Ib87cf099d7eade7d6dd04f14b5693c8b2f9115ec

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [433a36118998e8a33eaef726891e2475f0e9395e]

        SwView::PageUp/DownCrsr return types want to be bool
        
        Change-Id: I3466798845cf41f6c6db1dcd586b366b8a99c588

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [3c20a55d07b6b74d2ab69e76617d3bfffd885f13]

        SwPagePreviewWin::MovePage return type wants to be bool
        
        Change-Id: I827807ebb596941f7749a318770d18f4036f35ed

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [dea3816e4dda94a6909739329d658f44b1255c21]

        SwDocShell::ApplyStyles return type is sal_uInt16
        
        Change-Id: I90eb30fffcee8c443b6ed464721d8ce0c217fcdb

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [0f2ad91a3654a08adf642d0c375545708d6b49ab]

        SwDocShell::Edit return type is sal_uInt16
        
        Change-Id: Ief662e65a8d8ccf4d905f2710fc04abda5c0f5b1

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [ff37332a81bf42d0905e957183f2ce76710c3294]

        SwEditShell::Copy return type wants to be bool
        
        Change-Id: Id39077324630cead2584bae48dd8470335f4d1fb

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [738844c52eddb4884ac96476d4e7b74e5e58f2c9]

        SwDocShell::Delete/Hide return types want to be bool
        
        Change-Id: I8adde9de3c8af05cf5cfe2e9d944248d893f7ee8

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [7d722ac710a0c19b03c0c4c7615c299df43a843d]

        ImpGetPercent transports the return value as type sal_uInt16/SDR_TRISTATE
        
        Change-Id: I49adba804bbbf79390b105f894b0d11f3b6ae2dc

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [1b687bb6b277b500c4c3d155da546ba88bc07ff6]

        GalleryExplorer::GetSdrObjCount return type is sal_uIntPtr
        
        Change-Id: If7a59be1421184f948f9cf36ee72e4963d5d0595

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [9f387fa51c138e9a01d097990e17294840aaa473]

        css.awt.ItemEvent.Highlighted is of type long
        
        Change-Id: Iff42783f04a9a037a6183784478ea66b04aa7d32

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [4a8f12391dd46f48fe8df12b889ac5c221b18402]

        Fix Boolean expression
        
        Change-Id: I657aee03b220e40cfb12c0dbab9defd9721a1036

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [eebef7c8bbb0d318cebd17da969196602c184c86]

        SfxRequest generically uses an SfxUInt16Item here
        
        Change-Id: I872d666bee073ef570971ec36e678cc7354fc498

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c61b562dcfa25d2e07d39bf9c03438e462c6d142]

        nOK var wants to be of type bool
        
        Change-Id: I9e4129270a3d0bb744d8fbaf1641fcbdf1e2b0a7

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [41b52249414ec8efe1042e2a1fe44e0e57a179da]

        Fix Boolean expression
        
        Change-Id: Ic0042037847fa1ed277a23325a0bfcbab3b0900c

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d6550ca7bbcb375cdb7ca677749a2e248c9f007f]

        Fix sal_Int16 var initialization
        
        Change-Id: I485fce696a1c1b18a563f56b0d69bb3816bd8784

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [2227bcc1f915aef367c4252bc1d1f5b7030dac87]

        Fix sal_Bool -> bool assignment
        
        Change-Id: I2cd55fa3ecef70b29b940e682faf98c7f6718b3c

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [5e70740d93b9fa327ca73d3d15512ade0c5611d6]

        DbgIs* return types want to be bool
        
        Change-Id: I86587025d397d2d84f9aed1e204ae21056829a1c

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [832f4c4be4322d0185115e7f61e2940de11f90cb]

        CursorWrapper::hasOrderedBookmarks return type wants to be bool
        
        Change-Id: Ib42cf4990dd83b3d9589256992eff7254fe81b4b

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [ed3c716c311cadd9f3f4f9fee1975ce8c7c19dee]

        bOleServer/bMac vars want to be of type bool
        
        Change-Id: Ie86c43f594486b38b779df2fbc8bd8f15682fa7b

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [b3c27fe8673519a7932c647f2d727125419e52b1]

        DropTargetHelper::ExecuteDrop return type is sal_Int8/DND_ACTION_*
        
        Change-Id: Id25c19d556a11ae0a767f177ca9f6efb5ab2e478

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [9b0733f737c19cebcc852393a39b22b19ad22b09]

        CheckBox::GetSavedValue return type is TriState
        
        Change-Id: I15fe6556ec236267d820cb26f297cee45fe55d10

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [dd4c3f3060fc5b34a64b7c09389e3aa6522a9abc]

        TabBar::GetPageBits return type is TabBarPageBits (aka sal_uInt16)
        
        Change-Id: I3f1970c3ccf5df32005596bbcca8e09e481a980b

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f5a1a26d8fe3aaf7ef88980b44b830f5b1702108]

        Ruler::StartDrag return type wants to be bool
        
        Change-Id: Ica4957a5575a6ec5d6ff2b6fddaa3d637426d851

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [97e000474db7c1ae3ce4b160a860ef2bd930380e]

        IcnCursor_Impl::GetSortListPos bVertical param wants to be of type bool
        
        Change-Id: I2d6cbddb5dbaca33b41d87aefbb5559b3b30f674

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [94e4f13d325018a74773d029e3c1c1a365cf5ccd]

        SfxItemSet::PutDirect return value is unused
        
        Change-Id: Icf3e09318677655897f4a5308f066829982b9520

2015-04-28  Michael Stahl  <mstahl@redhat.com>  [ae08fceafc47279d17d6e1d002cbcd574b7bf028]

        RepositoryExternal.mk: gengal needs runtime dependency on unorc
        
        Change-Id: I33f7592cf990f9298fec375d06a86c16ac4389b3

2015-04-28  Eike Rathke  <erack@redhat.com>  [9fdde6457d3d07b01c4bfc300637533a7dccb920]

        use sensible variable naming, tdf#85432 follow-up
        
        Change-Id: Ibb468ff3b4c3210c4c5df60fbd42d74884bbfdb3

2015-04-28  Eike Rathke  <erack@redhat.com>  [f318e305b6afa715ef759b8589823da53b812a88]

        don't assume Country to be always present, tdf#85432 follow-up
        
        For example, 'C' was displayed as "C_"
        Also, append Variant if present to display the full locale identifier,
        for example "en_US.UTF-8"
        
        Change-Id: I00c7bf832df25c00cc014589c4662806f8bf1137

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [aff76b56ea8fb87418a47bcbb85541a4f3297aff]

        gtk3: use native tab item size
        
        Change-Id: Iaef296c44f866bbcbcd2f2148402aef217c81b2c

2015-04-28  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [a7d843b6112250d1a41c2a56d8e083ccf6538bca]

        tdf#90890: hyperlink inside textbox is not exported after roundtrip.
        
        Problem Description:
        - Text box hyperlink is not exported after roundtrip.
        
        XML Difference: in drawing1.xml
        Original file:
        <xdr:cNvPr id="2" name="TextBox 1">
            <a:hlinkClick xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" r:id="rId1" tooltip="text123"/>
        </xdr:cNvPr>
        
        After RT:
        <xdr:cNvPr id="0" name="CustomShape 1"/>
        <a:hlinkClick> is missing.
        
        Change-Id: I01082de5d7d2e1a9323e84f54c97d5444cab13cd
        Solution: Added support for hyperlink in text box.
        Reviewed-on: https://gerrit.libreoffice.org/15555
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [11cac95f57c5e7836413a73667d74128c4afd3e7]

        fix assert on re-export of fdo72640-6.docx to docx
        
        and hopefully loads more
        
        Change-Id: I04f9f757378e25191d7334bd52e418cf84bdf887

2015-04-28  Yousuf Philips  <philipz85@hotmail.com>  [2b0be6c0e9d23f1b8535ba7033732ae2e3bfb5c9]

        tdf#86606 Removal of additional direct formatting
        
        Change-Id: Ied176f9e90b78ad2437fe8c6037508be231f6ebe
        Reviewed-on: https://gerrit.libreoffice.org/15547
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [1be56811950a81583c21d0d069257498e769561c]

        SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*
        
        Change-Id: I4dd0556557ead72b2a2e9f45ccdb35a77efeab4d

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [db72475a51813edc4f6057c85d9a595841be4bcf]

        SfxDispatcher::GetShellAndSlot_Impl return type wants to be bool
        
        Change-Id: I7897ce11621a7aac991ea64897d8fdeb06c3d2d7

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d6690c1cae0264dccd4b663206284a450c7d5733]

        bFound var wants to be of type bool
        
        Change-Id: I106f8414fcf28fe314b14156d004bdb0cf20f023

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a32478a49277b9dd466d41773c641023792f4ece]

        SfxDispatcher::Call_Impl return value is unused
        
        Change-Id: Iecaff2b1b5449751a9787a3b27c70495d82cc623

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [b9bcc9ff9fc6b639e2cf1760bb408c837418be4c]

        DBG_PRINT_ENTRY expects a 4th arg of type int
        
        Change-Id: Id89f3436d9f9e142d8845381b483bdf8697dd1da

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [e8db4aacd3208dbc8e9d66cfb56b31fa6417eb87]

        FlashExporter::exportBackgrounds return type is sal_uInt16
        
        Change-Id: Ic75d0893f4e0e8893c683661d3c6f3f91653b267

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [c1a4cd6c4e0dc79bcebfc050f17963cc8f642ce3]

        Dialog::Execute return type is short/VclResponseType
        
        Change-Id: I40fb77dff3112ee154d6d413757af6593486280d

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [5c859f4f91fa99fc59ef4cd3ebc7b1a762e172f8]

        executedDialog _nExecutionResult param is of type sal_Int16/VclResponseType
        
        Change-Id: Ied27330db3af9b33ddccbda52da927202f112dab

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [532911eb2b838a7b52514b636322cf327d3c4a58]

        SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be bool
        
        Change-Id: I78c34a539a62ed129309305ce6e37a8feb19b1fd

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [930b60d9a16e2111d3c35371241a753193168936]

        Outliner::RemovingPagesHdl return type wants to be bool
        
        Change-Id: I7d57d560f28683a840022cf766ef22cc50683349

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a602a1ce43ea5debf6693d83dd5b164942574969]

        operator == return type wants to be bool
        
        Change-Id: I7ef0a09b718ca701ed2b6f4a50593f8ef1421dd3

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [99d4b08d05c6edba43675661c70736a2a062af21]

        WizardDialog::DeactivatePage return type wants to be bool
        
        Change-Id: Ib44006e339a4e1ee9b5c9201e48861fceef865fd

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [56a2bc14b5ca23e26b33b3c55a026b81bbeb244b]

        css.sdbc.XResultSet.getRow return type is long
        
        Change-Id: I764a88f110f5528cabc1e223ffc63079954c534f

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [4bece188f175d9792611e9f07875ca7739a44c60]

        Simplify sal_Bool expressions
        
        Change-Id: I4f9dd7b273e52fa97a7f79bf77a76ae5412c5e10

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d0b17e6ed881fbfbf35a851f9fe876e1846b5ce6]

        SvXMLEnumMapEntry holds all values as sal_uInt16
        
        Change-Id: I3af5f97e77240a0f0a3c96cffc03c8a005e8f0aa

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [9d56ec4e4d498193b6553c5a8c65ddce88a2d925]

        UpdateFormatListBox_Impl bCat param wants to be of type bool
        
        Change-Id: Idf6831ef21cf94926667ca532d9df2a18926e452

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [93fed09bfbeae299aa56c7c6d929d57607ac087b]

        Dialog::EndDialog nResult param is of type long/VclResponseType
        
        Change-Id: I31f1941daf158676518fcf259ef8a9e84863473e

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [a8e7b4966846dc1005898add66a965eba9409840]

        Use TriState instead of 0/1/-1
        
        Change-Id: I6f53cd0ee1e7acd724186ab914bde43026ef6708

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [9a492cee4b68ffbc68886a6fa628f9741a29576d]

        css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)
        
        Change-Id: I7dfb69ff45ddba07255cb0000efea9f87c13cd2b

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [2709a759bcc6095094d80e0e3c40707c87d0668f]

        Make use of comphelper::log::convert::convetLogArgToString bool overload
        
        Change-Id: Ic91c65fc1f74fbde86c2448d1c394a5e30452a75

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [f36b923276a07151a07a9e5ff619a7e9f002e6c4]

        css.util.XNumberFormats.genarateFormat nLeading param is of type short
        
        Change-Id: If535bbe07df95f93d052705cb665d1b4cae5af01

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [60ee74e8ae3c671f0c78c54f5e2546a5cb3185dd]

        GLEW_VERSION_3_3 is of type GLboolean already
        
        Change-Id: Id565602f4cb488176451cfcc1d2aa05e7acab964

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [8a26a4053db946da7c8d8cdbf2444faf3c459291]

        SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpg
        
        Change-Id: Iba538bb51635e6cae1e033d14e8da3dabfb36634

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [e19cd844be171097dddf6319a037b7503ad2c922]

        Rephrase comparisons between bool and sal_Bool
        
        ...to cater for forthcoming loplugin:implicitboolconversion improvements
        
        Change-Id: I801b6b73648715448198d582a087cc834f6e20c8

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [d0e9aa6a2b07cb183dd7f8b06399b28f67588a83]

        Dialog::Execute returns short/VclResponseType
        
        Change-Id: I48d63276ae0aaeba169e1e783c44b428a58314ac

2015-04-28  Stephan Bergmann  <sbergman@redhat.com>  [4911135f8b5b55f24f59f1b069b6ab7ac4ee1814]

        SbModule::Run return value is unused
        
        Change-Id: I7cd697d944dc0efbd35b852fc553ba85bc88c15e

2015-04-28  Caolán McNamara  <caolanm@redhat.com>  [9a9dd94c568da830d70c736cdf827a2bc48988f5]

        allow a different notebook tab font than the rest of the ui
        
        Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4

2015-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [95a29424abe1c588c68d737ec50ea780375a9334]

        DocxSdrExport::Impl::m_pTextboxAttrList: use std::unique_ptr<>
        
        Change-Id: If6c836c7e155c958a56fb69a06730c4e5a9ee1b5

2015-04-28  David Tardon  <dtardon@redhat.com>  [fe7fa0baffe2cbc282eb3108be53762b919396c1]

        ppc64: do not use asm block to retrieve args
        
        Some versions of gcc clobber one of the registries that are used to pass
        arguments in the function's prologue, like:
        
        Dump of assembler code for function (anonymous namespace)::privateSnippetExecutor():
        510     {
           0x00003fffaffe8454 <+0>:     mflr    r0
           0x00003fffaffe8458 <+4>:     std     r0,16(r1)
           0x00003fffaffe845c <+8>:     std     r29,-24(r1)
           0x00003fffaffe8460 <+12>:    std     r30,-16(r1)
           0x00003fffaffe8464 <+16>:    std     r31,-8(r1)
           0x00003fffaffe8468 <+20>:    stdu    r1,-352(r1)
           0x00003fffaffe846c <+24>:    mr      r31,r1
        => 0x00003fffaffe8470 <+28>:    ld      r8,-28688(r13)
           0x00003fffaffe8474 <+32>:    std     r8,312(r31)
           0x00003fffaffe8478 <+36>:    li      r8,0
        
        Reading the registries through variables makes gcc aware that they are
        used, so it does not touch them. It has got no negative effect on
        performance, as it produces the same object code as the current asm
        block.
        
        Change-Id: I3b99b0aa9944f9f33de9a42508e9d4dd23cec5e0

2015-04-28  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [4fee05e680217e876210b341f904df9441a0b7cd]

        tdf#90133 Extend ODF: variable decimal in scientific format
        
        Variable decimal is only saved in ODF for number, and do not consider
        partial variable decimal: 0.0## is saved as 0.000
        This patch extend ODF with loext:min-decimal-digit for number format and
        scientific format
        
        Change-Id: I5022458da47bbd33c3e195c280e75c43faca5f8d
        Reviewed-on: https://gerrit.libreoffice.org/15135
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [38992b419a4655eba9b85d337edbb208fd2fff95]

        tdf#90133 Extend ODF: exponent sign of scientific format
        
        Scientific Format without sign in exponent, such as 0.00E0,
        are managed by LibO, and can be saved in XLS format
        This commit allows to save in ODF
        
        Change-Id: Ia0c4589e2af942543ea296f970d163bc1d1d6f05
        Reviewed-on: https://gerrit.libreoffice.org/14955
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-28  Eike Rathke  <erack@redhat.com>  [ac885af343aa4f4536cf029655826b12fd9c4340]

        add comment it's ok here
        
        Change-Id: I615a9ed50141327d672e12db1da500d372ff5232

2015-04-28  Eike Rathke  <erack@redhat.com>  [0c490b86b0b6382bcbc9a7944cf570bfe48143b0]

        match separators by inheriting from same locale as format codes
        
        ... which leads to swapped decimal and group separators in this case,
        which were wrong before and generated wrong format codes.
        
        Change-Id: I08a74262f7e1d8453957895beeffa34116cb4577

2015-04-28  Eike Rathke  <erack@redhat.com>  [313793f15c7dfcc98db56abc15084f25fbad4e85]

        match separators by inheriting from same locale as format codes
        
        ... which leads to identical separators in this case.
        
        Change-Id: I061c9f47d052e6e30e3b01d1697dc814e104559d

2015-04-28  Eike Rathke  <erack@redhat.com>  [5dffcb028a8ae38e5262530f41c2c0d52f7b75e9]

        match separators by inheriting from same locale as format codes
        
        ... which leads to identical separators in this case.
        
        Change-Id: I85ea0004344532221c9a03b29b2f1ba2e0100ac8

2015-04-28  Eike Rathke  <erack@redhat.com>  [242c5ad01083560586adfb446e18ac178fa178b7]

        match separators by inheriting from same locale as format codes
        
        ... which leads to identical separators in this case.
        
        Change-Id: Id886917de66df046481f957ec467e74942d7ba6b

2015-04-28  Eike Rathke  <erack@redhat.com>  [d344875ab68f21bcc60351d580111a51a070908e]

        format code separators have to match defined separators
        
        ... and the only difference to es_GT was '-' vs '/' date separator,
        which according to
        https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_NI
        should be '/'
        
        Change-Id: I10aeb0849132b3502e73163261060d2e6eaa1c39

2015-04-27  Eike Rathke  <erack@redhat.com>  [cd4ecb7c637a9a2d74e150fc430070c9c55bc952]

        decimal separator is comma
        
        Change-Id: I7236d79877e6761cc97cbc093b83033deb84b417

2015-04-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [c21be7338e852f7f8666abffe9effb44526f3eef]

        Add engineering notation to format list for all l10n
        
        For all l10n, add format for engineering format ##0.00E+00
         decimal separator adapted
         msgid: ScientificFormatskey3 or ScientificFormatskey4 if previous one was
        already used
         formatindex: 78 (free in most l10n, and near 77 which used as
        scientific format for many l10n)
           exceptions: ko_KR formatindex=91; th_TH formatindex=88; zh_TW
        formatindex=80 (next free value)
        
        Change-Id: I703c1503bdac85386e9994fdd67b00aa6006d992
        Reviewed-on: https://gerrit.libreoffice.org/15527
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [f0ec37e1374177e31236c5a3a6dafde6b45dd74a]

        use std::unique_ptr<> to simplify ctor and dtor
        
        Change-Id: Iea949e5936f58317e64e60a407613bb99ae113ff
        Reviewed-on: https://gerrit.libreoffice.org/15489
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-04-27  Thorsten Wagner  <thorsten.wagner.4@gmail.com>  [bec8fc58a827c220b3f28462ae127cc1c571d1bf]

        Fix tdf#87373: Kerning broken on OS X
        
        Adjustments to character positions less than one pixel are ignored.
        These adjustments are probably introduced by lossy conversions between
        integer based and float based coordinates. 
        
        Change-Id: Ie4506658aba7bb3e2b211817568676b099afef03
        Reviewed-on: https://gerrit.libreoffice.org/15539
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [31cb5c19f8ad28f25fcff24648789772dee3afe5]

        loplugin:literaltoboolconversion wrong condition
        
        Change-Id: I9ad2a52434329acc961db2e5a3e28816af7cda7c

2015-04-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [fa9ac78d0c12b307c401bfede2cb08f89d0a15e3]

        tdf#69316: Sort numbering options meaningfully
        
        + unify terminology image vs. graphics
        
        In an ideal world, those strings wouldn't be duplicated in both sw
        and cui and change like this would be done in a single place. But
        there's currently no straightforward way how to share strings between
        those two ...
        
        Change-Id: I5311aca3e7b4070c82cf4f84f96ab1b6eff473c6

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [dfec380c3b56ee62c7d9cc1747af5663a0db81fb]

        gtk3: use same arbitrary 0.2 and 0.8 ratios as gtk does
        
        Change-Id: Ib0d04c00ff4689d53317dedbf67091596cc59fb0

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [cb1fda082cc30dba210f293ec6fea8a13363835e]

        gtk3: render vertical toolbar seperators
        
        Change-Id: I6c4e5291b24015087b3ac56e2e178dbf42bf193f

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [4679d6b9c3975c322cf84bcfca6dbfbfd1155981]

        gtk3: set max spin box height before determining rect
        
        Change-Id: Ic7e2c3a76abf658cc4e639772e05c83851c1da71

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [9b6a6705f756467b12d9ff508e572b1bc279c394]

        if it makes sense to handle DataChanged, then the same init must be called
        
        as in the ctor
        
        Change-Id: Ib95768397dc99d09154af03846f001d647437b69

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [cd962f121586e84eb7d020643dcf134e7e50a1c8]

        manually setting drop down size is unnecessary
        
        and can end up with a font size entry in the toolbar
        of a different height to the other elements, because
        the other ones only call it on DataChange, while
        font size calls it all the time.
        
        Change-Id: I495e28dd0d33a093869fd731538e43513a7b8b85

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [653a4a659624d52945b9bd40647002cf31085fe0]

        gtk3: semi-sane height for spinboxes
        
        Change-Id: I22fb833b59b7e2d749f8111d897f81899019e2d5

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [15e88c27440b1bcebf5aa09ab36635e4e977a438]

        gtk3: seperate calcs for lists, comboboxes and editboxes
        
        Change-Id: I38d5582e36fda2471a53e48f0611011bef30f5fe

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [37bb10790847bb2088e7f29211a31b1118fed2ad]

        gtk3: hive the borders and padding calc off into a standalone
        
        Change-Id: I0890a7d8c50b8646782bfc4358aa7c2f106dc22d

2015-04-27  Tor Lillqvist  <tml@collabora.com>  [4de9e22ce7f39936d1201fc35baac58445826819]

        We run into this assertion too often when using LOKit
        
        So until somebody has the time to figure out what is really going on, just
        don't assert when being used from LOKit.
        
        Change-Id: I5c4a87b94e7bd7ffdbf90973387b61407b8e6c8d

2015-04-27  David Tardon  <dtardon@redhat.com>  [89c92e533daf9ee597b858be8207dedcd1139643]

        rhbz#1215443 avoid null pointer dereference
        
        Change-Id: I0a7986703a6997c756d583d0e46907691f807b16

2015-04-27  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [b32953d19825605ed5d919f515c355a11b9c1e87]

        tdf#75360 tdf#90474 line breaks in exporting to mediawiki
        
        Change-Id: Icb44653a9286c8bfbe912f391f0492fe49498f58
        Reviewed-on: https://gerrit.libreoffice.org/15449
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [dbb75877c2efe075e85365dbbb315fcc25656292]

        loplugin:simplifybool: Need to ignore imp. casts when determining literals
        
        Change-Id: I6b25ef369a9d445322f7500630a6a4ed38ae7d8f

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [6f287989fb26c0972bf3dde045acce70c349d90e]

        More loplugin:simplifybool
        
        Change-Id: I577db0bcb4c9fd45530132409fabf1a422f3d2cb

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [23b34e148b0b9bde6c21aff66dbb19eedcb6fc23]

        More loplugin:simplifybool
        
        Change-Id: I34cb4961f6db405cc3b72d488d163487489b0251

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [a32f1d208eb232b9b0db6346d7b8a4140fa2d4e2]

        More loplugin:simplifybool
        
        Change-Id: I0bb14b3470728b75d8af2ff0d351fa11ceef083a

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [17432a57a6aba6c43a227970c17779c100292e8e]

        More loplugin:simplifybool
        
        Change-Id: I8d8d6220ff597ce416042fe03d86a7e7bb0a3518

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [c8509a027f2caea5e4aed16a7145d0b31bb93145]

        More loplugin:simplifybool
        
        Change-Id: I020627f1747bfa31e60d79954cdb9c8fe0a4e5f2

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [a390d178b0440f5ecc151427c9d05f52c54e8c45]

        More loplugin:simplifybool
        
        Change-Id: I91848b0a5a5110ca557375d8c432832033237249

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [61e5ba62f5f4a275d26eb7e36fa9e885774ad0cb]

        More loplugin:simplifybool
        
        Change-Id: I8dce5186e3b95082fe5c282493424534d469cd51

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [79faad753fab8db49582c55ef0082588ae2521a0]

        More loplugin:simplifybool
        
        Change-Id: Ica40d21d8fd4cab37b6ba561be77d3db53d75e72

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [46fdbbfe4d6c3b95f27b2eacd03480ac43109d8f]

        More loplugin:simplifybool
        
        Change-Id: Id80e640852c0fda7a4fe3fcec33ca1f95407235d

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [e15d89361e202136cb6bd096a5bad4883d457164]

        More loplugin:simplifybool
        
        Change-Id: Id4c8b4c2ac064838b968bac4f24e544162a55bdf

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [9f366a65b8609919a2f834fc62f41839a416e657]

        More loplugin:simplifybool
        
        Change-Id: I5426400b0831a353336451409103ebeb01dcd946

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [343397c37609347afb64b1367bcd557b53ffb4cc]

        More loplugin:simplifybool
        
        Change-Id: Ifa8a855fc870a55fda8d801c22c15b0bc441fbe6

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [c82515eb6b073548543a9d0f3d0153d6cec889ad]

        More loplugin:simplifybool
        
        Change-Id: I4ea5c7e9f807dfd5242c8e87a87d9ad604ebd035

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [44642cbc558ba869c91a629ffc34c6867319069a]

        More loplugin:simplifybool
        
        Change-Id: I3bb156856ec6538168764c64dc768ba70c9bca88

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [6c97d801203b277428e329d174c8650e5fae78ab]

        More loplugin:simplifybool
        
        Change-Id: I65ea51a6d34942acfe8c4fe0dee62781251fb1bf

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [3591554df303958e519d8758acd595975809c827]

        More loplugin:simplifybool
        
        Change-Id: I9414d9167213c0156fb97559a8af5e55a4e1c1de

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [badc69d73ae2da5ddc68d93a3e327104253a0598]

        More loplugin:simplifybool
        
        Change-Id: I58a6d08f0a6583b5e50ffc5b003313857dfb97ff

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [378dd762ee6e77fcc8aa27d9b24e35424f2dcf28]

        More loplugin:simplifybool
        
        Change-Id: Ibfa82d0d397b87b1ca46f1edf9ad7609f8fa4167

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [2339a5bd5088f20aad8746821ea2dcc656edb8ac]

        More loplugin:simplifybool
        
        Change-Id: Ic26c9e044b0e2225db8e218f39409338a69e7047

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [de6d87c1ba18ecf20ec9ea5a405030e626ab544a]

        More loplugin:simplifybool
        
        Change-Id: I1ed1841c7cfbf69abfc8ba19cca348077da7b6d1

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [64fd710cd57986f319bbb1a379cd674b134b5708]

        More loplugin:simplifybool
        
        Change-Id: I68b98ad56d4487ff85b8e4555c94f6dd247c2012

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [3daf0c7e77a6438d11d23a31b5f21577c19cdcd8]

        More loplugin:simplifybool
        
        Change-Id: I51e7a11149676a8b5396d9eb993a509859cdf725

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [d3273a06eb5aa7515e5e67ed399c3a699b555485]

        More loplugin:simplifybool
        
        Change-Id: I4749145f12a8f22bc8cd13722ad38096a2c4720e

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [b47ae9d0f65ff7c06cfa4366eb56ee12d1d6e82c]

        More loplugin:simplifybool
        
        Change-Id: Iddfa035ac4b41d203ed6864f83dab69dcec33386

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [70ae9dbda8117b6bcce4d7d0f8940f8b417cd403]

        More loplugin:simplifybool
        
        Change-Id: I27dab9c717b0b4d38e1273006002ff595ddf4736

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [e58fccdadbc2cce57b13cd4a8fc2f546415b80db]

        More loplugin:simplifybool
        
        Change-Id: I64ec8a0525b935d12455f7ed236ffd367f47c070

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [591c3192275f0ac06227da09bb89179d42deddaa]

        More loplugin:simplifybool
        
        Change-Id: If173ec26ed53cf99fd23f0930eaeefc595a05722

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [232d37b25e175c7a593c4ea22b0b22fe5ffe56e8]

        More loplugin:simplifybool
        
        Change-Id: Id3b0791cf5443eaccb6beea0e913be5b9080d812

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [288de2f3bf2d410d9e3e3a362f73f39a5a3245cf]

        More loplugin:simplifybool
        
        Change-Id: I40650e3f9f0aea60b5b536e2bf40735583e4358b

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [5db2f661ce9222af01d0f51465bff764cac9299b]

        More loplugin:simplifybool
        
        Change-Id: I8996d0afb3669046040a4dfebc9c2c6c07fc7644

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [e8d9bf50780b9be871a49035e62c94b9976d84bc]

        More loplugin:simplifybool
        
        Change-Id: I49ef963c3c10614d3dd3012a756a1ca81aa62391

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [4591a1373ad2ba726f321b6c11576464a40df621]

        More loplugin:simplifybool
        
        Change-Id: I5d904726bdfec1f2bfa5798e9fd82a5ac61f461a

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [6e8a81e564f5c64e8aac402ed58b2ec3dadb33a9]

        More loplugin:simplifybool
        
        Change-Id: I4d4df3a845d7a3af7d18dc58d35ebf5cd967b7eb

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [8c1d444c73ada5c770b2977d512eb0d50622e1bb]

        More loplugin:simplifybool
        
        Change-Id: I7343f857dcf506b4f1d06e248fc02b783f33d42f

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [510f056d3c85cbb9965f85c4c4c57542b462e01e]

        More loplugin:simplifybool
        
        Change-Id: If4b4f706152876e8b5631343fc7e39eeaa04964b

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [756a93250bce8d424992cad6e9164398cf6703aa]

        More loplugin:simplifybool
        
        Change-Id: I23fc4ef513dff2d378f09a196f8e2d0db9da900d

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [4815d3da5647b274894bbf4edafcadab179ce8f0]

        More loplugin:simplifybool
        
        Change-Id: If2eef4011382f48b31d8d6289e4bf725a8cb60ae

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [0e4d62adee96ac89822b1808b80af77c8264d052]

        More loplugin:simplifybool
        
        Change-Id: Ie7bc1411d591b75c243dc0edda6360fad698c19e

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [c555142e001167df18ffdd6dc038e2db0c55dc56]

        More loplugin:simplifybool
        
        Change-Id: Ib4a26405b83f40627d77f312c0bbd05883e35bf8

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [ad3f1321f9a6e18c022e534e2f259cf78996d9b4]

        More loplugin:simplifybool
        
        Change-Id: I445a6edc0fc2c840cde777e8664bac3362c9b6e2

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [eafd09e9fd0fcbddc40a5e23737f19937a9bd62e]

        More loplugin:simplifybool
        
        Change-Id: Ic0e8d409e33dcc494a6111eba9ba405424ecd53f

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [22ac2e4f74589403b881d73372cbf1d86a1419d9]

        More loplugin:simplifybool
        
        Change-Id: Ibf09e039fe3947ce68fa2a784ca81b6ff7b13d82

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [fc205e448b7da9bb561916c0d7d3758a8f7fee52]

        More loplugin:simplifybool
        
        Change-Id: I9936048d9f2a7126368856eb8bd17341f40f0aed

2015-04-27  Katarina Behrens  <Katarina.Behrens@cib.de>  [819547539ede5955b1afc23022eed5c1d88bde46]

        De-uglify switch-case statement
        
        horrible indent, almost like in yast2-network
        
        Change-Id: I14670260e5904f82fbaec85e98c321d31dbb646e

2015-04-27  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [c4a8c792c7246939be04cff9a57dcc35f6418566]

        odt2mediawiki.xsl: vertical & horizontal align of a image
        
        Change-Id: I45cdffe132a796ccf06023f4465a2633df1926f3
        Reviewed-on: https://gerrit.libreoffice.org/15544
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-27  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [4f351515bc4efb72343941f9d97d43572788512a]

        tdf#75531 failed to convert the margins
        
        Change-Id: I025c4c14bcae9c925809f44425fabb6bc3d66806
        Reviewed-on: https://gerrit.libreoffice.org/15451
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-27  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [26b9122e7861906337c260d233910ed5ebf19dfa]

        tdf#75019 bookmarks in exporting to mediawiki
        
        Add support for exporting common bookmarks
        Add support for going to a specific bookmark (including TOC)
        
        Change-Id: I2775d8b03a5bd986ffcbdf7c95a1fbed755e3bd6
        Reviewed-on: https://gerrit.libreoffice.org/15486
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-27  Yousuf Philips  <philipz85@hotmail.com>  [cc89e15a875f4644e32d92690e35f6a08ff5f7d7]

        Clarifying which direction inserting rows/columns goes in
        
        Also for consistency, 'Evenly' was replaced
        
        Change-Id: Iaad8af6dbcf1d17b56245792216db91affea27aa
        Reviewed-on: https://gerrit.libreoffice.org/15545
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [fc1605e4dc88b6c563dc0712954f58d8bb6979a7]

        don't dismiss floating windows on wheel, etc gestures outside area
        
        so if you are not exactly over the active floating listbox menu
        and use the scroll mouse then it still gets the scroll event
        instead of popping down and delivering it to the underlying
        window.
        
        Change-Id: I6ab0b725af2a8adc712bfe4ec586dcd64a2efdd7

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [12288cec079d004ce491043aca6ba57bf13f73af]

        I can't read this horror, expand
        
        Change-Id: Ibb99040b612df2aad638e574667555d0302b46c4

2015-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [950055bcb06c8edcd9062c71184f02bf8e0604e6]

        use std::unique_ptr<> to simplify ctor and dtor
        
        Change-Id: I317e7e2a9844a816bea93c805212e3ef2a1888bd
        Reviewed-on: https://gerrit.libreoffice.org/15515
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [cc4a4dacbdc731611486490db5894e4a3250e3f7]

        gtk3: flat menus and can draw widgets at any size, etc
        
        Change-Id: I02c09223048354c61ff84f9c4bcc01bdd4c11beb

2015-04-27  Stephan Bergmann  <sbergman@redhat.com>  [a199cad8376a5470c50125def2738b44b55ec018]

        tdf#65498, tdf#87545: Don't confuse logically r/o doc with physically r/o
        
        b9ecec7c74687ed5a9470cffb7d02e0e6e83107e "Allow for editing of read-only
        documents" introduced
        
         "A new state of 'IsOriginallyReadOnly' needed to be added to the medium, to
          keep track whether the medium was originally opened r/o (and is thus assumed
          to be physically r/o), as toggling SID_EDITDOC in the view also changes the
          open mode of the underlying medium.  Instead of trying to fully understand and
          disentangle that horrible mess, I just added yet another state to the mess..."
        
        But that heuristic is apparently too simplistic, as it treats documents
        originally opened "logically r/o" (via --view command line argument, or by
        checking the corresponding checkbox in the Open dialog) as "physically r/o" too,
        which leads to unexpected behavior when such documents are later switched into
        r/w Edit mode.
        
        An approach that hopefully works better overall is to set IsOriginallyReadOnly
        only if the document originally is r/o as reported by OSL (for a document with a
        file URL).
        
        Change-Id: I32d5ec655d7556a70680aee55feda4c6eea7795f

2015-04-27  Caolán McNamara  <caolanm@redhat.com>  [c223fa317376817be7a7f71c4ce9eb0011bce070]

        gtk3: pull text high colors from view style
        
        Change-Id: Id815f98db3f2db44861bf979aca4b0d24bce6589

2015-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [b572cb948d33efc87f0d3d724f5ad62e7e00fe0b]

        mark them as static
        
        Change-Id: I7c62cce3708e52ca9af1731f453bbe8410b6f771

2015-04-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e695f645a4a31ec137ed6a445b7be3d4e3414774]

        Updated core Project: help  9094a1a35592418eb8b527a37a1d7d3f85fd4f96
        
        tdf#61397 improve gluepoints help page
        
        Add text as recomended by bug tdf#61397
        
        Change-Id: Ic9f1b87fb94876b932004d0b337a1de2aa2541ca
        Reviewed-on: https://gerrit.libreoffice.org/15543
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa681d4d72b4d01621ff2e45c3e55aa824f5c8bc]

        CppunitTest_sw_ooxmlsdrexport: split into two parts
        
        Change-Id: I8af572c43542c384718c8f9c75749d2f3cb35cac

2015-04-27  Yousuf Philips  <philipz85@hotmail.com>  [06dbd23c2b4d8412fbd1ee10c23f4bcddff667fb]

        tdf#86619 - Create new table context menu submenus and reorganize entries
        
        Change-Id: If0a09fbb527d1d2c59a9e70f7a793324c4bb4de8
        Reviewed-on: https://gerrit.libreoffice.org/15535
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cd0083ea23416d6f6e9c6cd6eaf4f58d2bdefca]

        it should be the drawingml namespace and not the chart one

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84fba0e79f319e9279ac1a6f50588a687b018ddb]

        add test for title character properties, tdf#90532
        
        Change-Id: Ib9117e73a446e0e369bae0d9cfdd8bd73e3c237c

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea4e3d6970aaa2ff567c027bf3b5a6902c9dabed]

        add test for axis character properties, tdf#90532
        
        Change-Id: Ica4dc4c621d722bdad1d3c47c2e5389c8a6b8d04

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7232574e2050fea57b06cf1e87177bc419974da]

        support more font properties for title OOXML export, tdf#90532
        
        Change-Id: Ib620d279332f61fb2ca1deee4b47802f995a76a1

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcf295f9ca05f5b8d40ef2747b46dfb5564a74a9]

        support axis text properties during OOXML export, tdf#90532
        
        Change-Id: Ied2b21154e31754f8b8461c349fe0e52ce7455e8

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38a5e500b1b9ff135d190e65413cd519ae8c89be]

        fix noMultiLvlLbl MSO 2007 vs OOXML
        
        Change-Id: I22c8708e9868696bd03eb05360cf198ded7d65f5

2015-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00bb94ebdc2dcfb8408befbff79cbcbdd94ad7d7]

        fix auto MSO 2007 vs OOXML
        
        Change-Id: I23dfa8612cc46a46b7cb8d9fa991058fdb506ef0

2015-04-27  Dennis Francis  <dennisfrancis.in@gmail.com>  [f0edb677f09ad338e22ac3b5d91497b4479e0b3c]

        enhancement : tdf#90225 Cannot open compressed csv files from calc
        
        Change-Id: I5098fd25f1747b49e47e360f017ee1112a242771
        Reviewed-on: https://gerrit.libreoffice.org/15108
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-04-26  Yousuf Philips  <philipz85@hotmail.com>  [89aee8b17f8dd4eb2213a7844a9ef26951e39775]

        Always show 'Bullets and Numbering' in context menu below 'Paragraph'
        
        Change-Id: Ie1218f18a5f2bf66e6d93df4ac9bb3955f0a231f
        Reviewed-on: https://gerrit.libreoffice.org/15536
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-26  Caolán McNamara  <caolanm@redhat.com>  [b7f15ab8271ff789aaab0d58a5da42738267cd6a]

        gtk3: sane height for list boxes too
        
        Change-Id: I40515c6cfe2a3ea8fc6e2577561c2e54ead09fac

2015-04-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [fcf8f4e6cba65e64f4439175f674aa4d200d5b59]

        Updated core Project: help  8322ff882f06c6c92e4c9d9e4bf762e06a5a754c
        
        tdf#64773 Help pages for IFNA and IFERROR functions
        
        Help entries for IFNA and IFERROR Calc functions
        
        Change-Id: I19c03ef50af17dc70fe45c36e4589c1f267800f9
        Reviewed-on: https://gerrit.libreoffice.org/15503
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2015-04-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e421e742cdf8179313668d9d6e00b3bb85989042]

        Help button on the left in simpress photoalbum
        
        Change-Id: Ie31c16c332ad05bc5c41d20403dc905587addfac
        Reviewed-on: https://gerrit.libreoffice.org/15504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2015-04-26  Caolán McNamara  <caolanm@redhat.com>  [62be02711341f3a05b700d4fc10794893f54521a]

        add EditBoxValue::clone
        
        Change-Id: I03e74d766b85ddd61baa1dbf0f28a663931e7ec6

2015-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [6cc9f9106ddea2c1e69ee6a1f7a1b64a19a0d0ba]

        DomainMapper_Impl::finishParagraph: refactor to avoid manual realloc
        
        Change-Id: Ia52a2e3d6d98cfcc33a307ddcfc218a8426058dd
        Reviewed-on: https://gerrit.libreoffice.org/15538
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-26  Matúš Kukan  <matus.kukan@gmail.com>  [d311260c0d347b3c933706b8cac48b82a653e1c7]

        --enable-mergelibs: Turns out we don't need to install sax
        
        We are lucky, saxparser(expwrap) is only needed to build localedata* libs
        which are only runtime dependencies, and can be built *after* libmerged.
        So, simplify and move runtime deps to CppunitTest.
        
        This reverts commits 59cea45ec247df1acb691308c940ff97673e4c48
        and partially 5e45637568ceefee21fe329a5254881963fecd7a
        
        Change-Id: I1a1fb4a48fd1a22a9b3a48f0eb0f123649c113b0

2015-04-26  Thorsten Wagner  <thorsten.wagner.4@gmail.com>  [3a96d8ead86dc210085f09076fd270f247442f0a]

        tdf#90822: Descenders cropped
        
        Change-Id: I0985fb290c18630aab2d33a5ac59e32a172e7630
        Reviewed-on: https://gerrit.libreoffice.org/15502
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [c23dd470d49d722197c148f4ef64a6a3350af88d]

        sw: same treatment for SwCursor's fake "copy constructor"
        
        Change-Id: Id627274ca6ad87e7e85b5ce64419ed68a5d4c9c3

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [bdf3c9bff607e3977c8455927b21ba292530d25a]

        sw: replace SwPaM's so-called "copy constructor"
        
        Make explict that it links the new SwPaM into a Ring, by adding a 2nd
        parameter for the Ring.
        
        Change-Id: I8ac0bb1a8bede8b67a3a8874cf805bd88aad2819

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [c55599fd0e7198773087c6433031f7119aaaca36]

        rhbz#1205072: sw: resource mangement SNAFU caused by SwPaM copy ctor
        
        SwPaM copy ctor has the surprising habit of linking the new one into the
        old one's Ring.  If you copy a shell cursor, *this* epic fail happens:
        
        ==948== Thread 6 SelectionManager:
        ==948== Invalid free() / delete / delete[] / realloc()
        ==948==    at 0x4A07CE9: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==948==    by 0x222F542B: SwPaM::operator delete(void*, unsigned long) (in /libreoffice-4-3/instdir/program/libswlo.so)
        ==948==    by 0x2239E20E: SwPaM::~SwPaM() (pam.cxx:422)
        ==948==    by 0x22368630: CheckRange(SwCursor*) (crsrsh.cxx:111)
        ==948==    by 0x2236DECC: SwCrsrShell::UpdateCrsr(unsigned short, bool) (crsrsh.cxx:1397)
        ==948==    by 0x22369113: SwCrsrShell::EndAction(bool) (crsrsh.cxx:290)
        ==948==    by 0x2268971F: SwEditShell::EndAllAction() (edws.cxx:87)
        ==948==    by 0x2262BEF3: SwBaseLink::DataChanged(rtl::OUString const&, com::sun::star::uno::Any const&) (swbaslnk.cxx:274)
        ==948==    by 0x2262C78E: SwBaseLink::SwapIn(bool, bool) (swbaslnk.cxx:411)
        ==948==    by 0x227102EC: SwGrfNode::SwapIn(bool) (ndgrf.cxx:539)
        ==948==    by 0x227121BC: SwGrfNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndgrf.cxx:999)
        ==948==    by 0x22610E4D: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1862)
        ==948==    by 0x225B98E0: SwDoc::CopyWithFlyInFly(SwNodeRange const&, int, SwNodeIndex const&, SwPaM const*, bool, bool, bool) const (ndcopy.cxx:1336)
        ==948==    by 0x224AC1FF: SwDoc::CopyLayoutFmt(SwFrmFmt const&, SwFmtAnchor const&, bool, bool) (doclay.cxx:446)
        ==948==    by 0x2294D2D4: SwTxtFlyCnt::CopyFlyFmt(SwDoc*) (atrflyin.cxx:130)
        ==948==    by 0x229A5B96: MakeTxtAttr(SwDoc&, SfxPoolItem&, int, int, CopyOrNew_t, SwTxtNode*) (thints.cxx:1060)
        ==948==    by 0x229A64E6: SwTxtNode::InsertItem(SfxPoolItem&, int, int, unsigned short) (thints.cxx:1224)
        ==948==    by 0x2298E536: SwTxtNode::CopyText(SwTxtNode*, SwIndex const&, SwIndex const&, int, bool) (ndtxt.cxx:1773)
        ==948==    by 0x2298DC08: SwTxtNode::CopyText(SwTxtNode*, SwIndex const&, int, bool) (ndtxt.cxx:1555)
        ==948==    by 0x225B4C9D: SwTxtNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndcopy.cxx:286)
        ==948==    by 0x22610E4D: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1862)
        ==948==    by 0x223EF3C2: SwNodes::_Copy(SwNodeRange const&, SwNodeIndex const&, bool) const (ndarr.hxx:182)
        ==948==    by 0x225B5D8D: SwTableNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndcopy.cxx:475)
        ==948==    by 0x22610ACA: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1790)
        ==948==    by 0x223EF3C2: SwNodes::_Copy(SwNodeRange const&, SwNodeIndex const&, bool) const (ndarr.hxx:182)
        ==948==    by 0x225CA663: SwSectionNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndsect.cxx:1270)
        ==948==    by 0x22610BFC: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1817)
        ==948==    by 0x223EF3C2: SwNodes::_Copy(SwNodeRange const&, SwNodeIndex const&, bool) const (ndarr.hxx:182)
        ==948==    by 0x225CA663: SwSectionNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndsect.cxx:1270)
        ==948==    by 0x22610BFC: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1817)
        ==948==    by 0x223EF3C2: SwNodes::_Copy(SwNodeRange const&, SwNodeIndex const&, bool) const (ndarr.hxx:182)
        ==948==    by 0x225CA663: SwSectionNode::MakeCopy(SwDoc*, SwNodeIndex const&) const (ndsect.cxx:1270)
        ==948==    by 0x22610BFC: SwNodes::_CopyNodes(SwNodeRange const&, SwNodeIndex const&, bool, bool) const (nodes.cxx:1817)
        ==948==    by 0x225B98E0: SwDoc::CopyWithFlyInFly(SwNodeRange const&, int, SwNodeIndex const&, SwPaM const*, bool, bool, bool) const (ndcopy.cxx:1336)
        ==948==    by 0x225B8F15: SwDoc::CopyImpl(SwPaM&, SwPosition&, bool, bool, SwPaM*) const (ndcopy.cxx:1239)
        ==948==    by 0x225B6EE0: SwDoc::CopyRange(SwPaM&, SwPosition&, bool) const (ndcopy.cxx:707)
        ==948==    by 0x22667E69: SwEditShell::_CopySelToDoc(SwDoc*, SwNodeIndex*) (edglss.cxx:244)
        ==948==    by 0x226C8400: SwFEShell::Copy(SwDoc*, rtl::OUString const*) (fecopy.cxx:214)
        ==948==    by 0x22DBF72B: (anonymous namespace)::lclOverWriteDoc(SwWrtShell&, SwDoc&) (swdtflvr.cxx:373)
        ==948==    by 0x22DBFBC6: SwTransferable::GetData(com::sun::star::datatransfer::DataFlavor const&, rtl::OUString const&) (swdtflvr.cxx:439)
        ==948==    by 0x7CB36C7: TransferableHelper::getTransferData2(com::sun::star::datatransfer::DataFlavor const&, rtl::OUString const&) (transfer.cxx:332)
        ==948==    by 0x7CB34B5: TransferableHelper::getTransferData(com::sun::star::datatransfer::DataFlavor const&) (transfer.cxx:306)
        ==948==    by 0x17A7E949: x11::SelectionManager::convertData(com::sun::star::uno::Reference<com::sun::star::datatransfer::XTransferable> const&, unsigned long, unsigned long, int&, com::sun::star::uno::Sequence<signed char>&) (X11_selection.cxx:655)
        ==948==    by 0x17A823CA: x11::SelectionManager::sendData(x11::SelectionAdaptor*, unsigned long, unsigned long, unsigned long, unsigned long) (X11_selection.cxx:1503)
        ==948==    by 0x17A82E03: x11::SelectionManager::handleSelectionRequest(XSelectionRequestEvent&) (X11_selection.cxx:1729)
        ==948==    by 0x17A8A08A: x11::SelectionManager::handleXEvent(_XEvent&) (X11_selection.cxx:3574)
        ==948==  Address 0x21e31a60 is on thread 6's stack
        ==948==  in frame #40, created by SwEditShell::_CopySelToDoc(SwDoc*, SwNodeIndex*) (edglss.cxx:158)
        
        (regression from 49505336a629a75f4fb48bbe0c532b402e857ed4)
        
        Change-Id: I3d0a288a83b4719dda7977b4898dea656ea67388

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [1b6be726449fb9b1ff54bc99a1b8839621444ddc]

        gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS
        
        Change-Id: Ied595f97c2a6501a7e80a378a474689c43ad60d9

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [77de4200b5d344e12c7239c32af2a2af887a176b]

        sw: remove more SwAccessibleContext code that...
        
        ... looks related to some non-existent "async loading" feature.
        
        Change-Id: I99eaad92ce7f98e65c491e9862bed505ce1aa9fc

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [1d2244ecac353c227c6001d9a2e326d42b1116b0]

        sw: remove SwAccessibleDocument XEventListener buggy dead code
        
        This was added with IA2, but evidently it's dead - the listener is never
        registered at the broadcaster.  Also the first of the events it is
        listening for does not exist, and the others are actually called
        "OnLoadFinished" and "OnLayoutFinished".
        
        Also remove the "isIfAsynLoad" [sic] member.
        
        Change-Id: Ib261c193289e415af91b3097c525e90ef051f824

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [8c7928b647c49e7bb4a6d0ee46a1d5bc90f168b5]

        sw: prefix members of SwAccessibleContext
        
        Change-Id: Ie5cb2d9819fcb4b22b596a0ba407043d9d80db7d

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [5ce7572ee77be4459536fa5f3153fdc8b4b5d0d3]

        sw: deploy some asserts
        
        Change-Id: I7bb6820c2ad46f6822dc1f153ae25fd55a1f674b

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [bcf426652399e81ae692a1202afb409db3a49103]

        sw: simplify and remove special case in SwHTMLParser::AddParSpace()
        
        Change-Id: Ia64935bcc957cc5730f8cd67ec374c548a46b531

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [104ed86c382b73505b477bf3024982dd27823023]

        sw: fix SwAccessibleParagraph crash on delete
        
        It happens that SwAccessibleParagraph::getCharacterBounds() is called
        from ATK with a clearly invalid pPortionData member; the SwTxtNode has
        no text but there are portions.
        
        This is because after a deletion both a POS_CHANGED and a
        INVALID_CONTENT event are created for the same SwAccessibleParagraph,
        and they are merged into one POS_CHANGED event by
        SwAccessibleMap::AppendEvent(), but
        SwAccessibleContext::InvalidatePosOrSize() returns early if the
        paragraph happens to not be visible, skipping the invalidation.
        
        (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba, which
         removed a Dispose() call; not sure if the Dispose() is needed here)
        
        Change-Id: I985e9a439ee6c7024963eace876186f2247b9e03

2015-04-25  Michael Stahl  <mstahl@redhat.com>  [deb50a2a8a958be55a3564399b1973d365e82cf3]

        remove some @author tags from suspiciously unidiomatic code
        
        Change-Id: I3930420fe502978f8e14a688f2eb99c74d185f7b

2015-04-25  Caolán McNamara  <caolanm@redhat.com>  [a57309fec223ef62a929807d078baafb0057005e]

        gtk3: honour the control region height if it is larger
        
        Change-Id: I99a5a597dbc14521b27f9149411199d23b907c1e

2015-04-25  Lionel Elie Mamane  <lionel@mamane.lu>  [062c3afd4e829692cf022c5011b2a226d21c35e4]

        tdf#90614 oups... I was too eager in replacing getAny() with makeAny()
        
        also handle the SQLNULL case
        
        Change-Id: Ie7fffd6b46ed8b3dfa7231928f55743f71d2ea98

2015-04-25  Caolán McNamara  <caolanm@redhat.com>  [ed3c69588a7f65cb534075a68607b094c40664f0]

        gtk3: get the right height for Combo boxes
        
        Change-Id: Ib856952572104d224cd731237bf7c33d028e6544

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3aec78edd7e36a950866a91060f85cfcd3b4fbdd]

        add test for tdf#88848
        
        Change-Id: I1ad26038db7ee386d7d6dc333e29845753ab8ec3

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0afab16d9afb8ccd1f089447868b25a960ec595b]

        support manualLayout for legends OOXML export, tdf#88848
        
        Change-Id: If7ac2a2294e20617fd8b599597085658051f5515

2015-04-25  Michael Meeks  <michael.meeks@collabora.com>  [0cde74f788a054fa2b65107a030dd463b8d11c7a]

        Make Window's inDispose map more precisely to mbInDtor.
        
        Change-Id: I545aa03d46b0673aafe73daa23047d2a4b6936dd

2015-04-25  Michael Meeks  <michael.meeks@collabora.com>  [ca7c519c6e95890deb047ea6137303b8ec55c491]

        Make combobox tolerate post-dispose usage better.
        
        Change-Id: I5d7127bfc639591862cea91f0597ef050112b43b

2015-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8166244e7354e879d16e150738e3b3dff885cab5]

        writerfilter: remove remaining doctok bits from TablePropertiesHandler
        
        Change-Id: I61d1907a8c3a53c526992cc615478ee57a097fb6
        Reviewed-on: https://gerrit.libreoffice.org/15528
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-25  Yousuf Philips  <philipz85@hotmail.com>  [b1143c0e9e0ad940b339fa1f5b75f5822e02362a]

        Add missing info of page number statusbar field in writer
        
        Change-Id: I98ad97629f8984a24fc4ed9e6238e391c8bfa008
        Reviewed-on: https://gerrit.libreoffice.org/15525
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8e18b142e640a50873916b144eb8fc99413f78eb]

        tdf#90252 Add missing Asian slide layout icons in new Tango style
        
        Change-Id: I998dd54a4c45c48d39df297211610206816099a8

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [967b8c33225ae2aab5733639f0713a84cb1971da]

        add test for plotArea manualLayout, tdf#90851
        
        Change-Id: I18ac4e702a7ef4a2d9dbb4ba7d0ece1e69c7e379

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ccb2c0ed7e15329cf44fa82feb0435d42c891f9]

        and in the chart tests
        
        Change-Id: I1ed69bb1c09982e8d0964a700da9b22b66af82f8

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8536af3439a94787e8f785da30776b83942fb82e]

        do the same in the source file
        
        Change-Id: I087d5da6280d889e1e155559edf9c70c5c5ffaba

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [720c787e117771cc8fc940085a2d7b1c81b1f151]

        replace com::sun::star with css in chart ooxml export
        
        Change-Id: Ia508cecc0a06fd1af5adca9756dce394337260fc

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7dc420b1099f05c90be436d88381f4040ef05532]

        correct handling for manualLayout with differen anchor, tdf#90851
        
        Change-Id: I6ec242b955e1f5623041cc8f8779b6c2be0f126c

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [983396013539ab4643df43afa72a5d14472f9ea8]

        first part for manualLayout plot area support, tdf#90851
        
        still some positioning problems. Most likely we need to handle
        chart2::RelativePosition::Anchor for correct positioning.
        
        Change-Id: Iecd0ced684203d2c11aab3c55e04f8c7f699779a

2015-04-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [daa28969374f628a8cb265fcb28a73daabcb7236]

        docking3deffects.ui: Fix typo (lowercase initial) in translatable string
        
        Change-Id: I833c8b8ea8af1c93b1fe6ec3d7887921f2dab285

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c39890d07dc857157756f0b6e57a2c8cbb3b4f54]

        you are wrong you stupid compiler,it would crash or not used unitialized
        
        Change-Id: I7ca4399d7e6c83a480d5e508ac6ac711fe71644d

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9fbe1f7cd28de2a9da8089d89e903406165eb56]

        also add a test case for title rotation, tdf#75015
        
        Change-Id: Ie83b4fb4d7ae8a8b752dcacdaff00bfce0c72ed9

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af46ffafb73ff305e53be8768033d69ca9e6e5e1]

        add test for tdf#75015
        
        Change-Id: Idb1cbb9bf016d102705089b44486810affe7e3b0

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d55cb0845a094601dcc0149e9a59e360021d231c]

        export title rotation, tdf#75015
        
        Change-Id: I4ab3aeefb7ce58786a034798aa09b92a81791770

2015-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bee3934bb68f38e89bb33f75f405099ca08d59a9]

        first part for axis title manual position export, tdf#75015
        
        Change-Id: Ib49ea2e76805e68ff71a52d9308258969454aaca

2015-04-24  Yousuf Philips  <philipz85@hotmail.com>  [aa0d8ccbe55bd93e819fe53e781d0c8b0a3f3a77]

        ICONS: Fix missing table insert icons in context menu and menu bar
        
        Change-Id: Ic66d1904a5e677472539ceb552a53d6700e545e1
        Reviewed-on: https://gerrit.libreoffice.org/15522
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-24  Andras Timar  <andras.timar@collabora.com>  [e945ba3b952a84dce6d1a6d2c68adaaac2b7bfa3]

        Updated core Project: translations  7ab806a3d2c000acdf58c5b23f7dfa14ad12ef66
        
        Updated Slovenian translation
        
        Change-Id: I3032abdb0871bf785816591e3f8318501e79edaa
        

2015-04-24  Julien Nabet  <serval2412@yahoo.fr>  [bf342f6c830904f9eda6f689534bbe04c5b4ca63]

        Typo: UNSPUPPORTED->UNSUPPORTED
        
        Change-Id: Id85b80f93f2db2beb175c6fd2900b9909da5860a

2015-04-24  Trent MacAlpine  <tmacalp@gmail.com>  [18a592a5bfc3c4592b7118cceae774fcc00ae94d]

        tdf#89758 Interactive crop preview shouldn't scale proportionally
        
        Add extra check to keep images proportionally scaling by default
        from affecting interactive crop preview rectangle.
        
        Change-Id: I2b15bbc8628934e3d3cf17927885ede890505cd3
        Reviewed-on: https://gerrit.libreoffice.org/15505
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-24  Jan Holesovsky  <kendy@collabora.com>  [0ed75ce4e64411c2b94a0a000f2e00ad95b6446e]

        sw tiled rendering: It is important not to center from the very beginning.
        
        Otherwise the value is used for some time, and causes misrenderings.
        
        Change-Id: I55f003d5ca353c526f4ad17519795cf6f645d674

2015-04-24  Caolán McNamara  <caolanm@redhat.com>  [cb4276278962c2cbd47d0685881fb2460bf31c70]

        Related: rhbz#1215060 pass std::exceptions through
        
        Change-Id: Ifb3431a50f92b95dfc1e851f9584533271e69324

2015-04-24  Caolán McNamara  <caolanm@redhat.com>  [7deac4656c53965125c9ec1ca6eb8fcc8d393afa]

        gtk3: get the right height for Edit boxes
        
        smuggle the text height down to the native region calculation code instead of
        messing around with proxies
        
        Change-Id: I727ceddb5b431be82e6e5a725f9bca588e5b2046

2015-04-24  Eike Rathke  <erack@redhat.com>  [beb2b25c97bbbe37309a6186269b30be7b0d7a6f]

        TableRef: clone mxAreaRefRPN
        
        ... in case formula is copied to rewrite some tokens.
        
        Change-Id: I005e9fa354da1a5ebc7a78670337b403ffb21567

2015-04-24  Eike Rathke  <erack@redhat.com>  [13b9e62d66d1d34dcc66c0f6df592a7129fa3d0a]

        TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()
        
        ... and include OOXML until we actually write Table.
        
        Change-Id: I95fa65bd593c72af409728cea1ec599481beaaab

2015-04-24  Tor Lillqvist  <tml@collabora.com>  [9a8d327e023d59ad02378edf4cb9ccf2478fcdf5]

        Don't be fooled by the dummy libsofficeapp.so in the mergedlib case
        
        Change-Id: If4bc9ee28091680fad78fbba585e0470f87dc830

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [002368eaaeaaf1e5b8e9ba151de1b22ef663e0bb]

        Simplify SVG_DISABLE_FONT_EMBEDDING check
        
        Environment variables are used as a source for bootstrap variables anyway.
        Consistently consider SVG_DISABLE_FONT_EMBEDDING to be enabled if the bootstrap
        variable is present, regardless of its value.
        
        No need to tset it in CppunitTest_sd_import_tests, as it only affects SvgExport.
        (However, there is currently no test of svg export in
        CppunitTests_sd_export_tests, either; it was last disabled with
        925907767cc63c1e5d6414e215f671a0b9f8a28a "disable sd's regression test again"
        and subsequently removed with f5dbe0eaba923f5de84745a04f531b36c979cafa "Usage of
        XShapeDumper in Impress added.")
        
        Change-Id: I3bc8e26953bd4b5a59f8230ee93fe99e0488d5cc

2015-04-24  Michael Meeks  <michael.meeks@collabora.com>  [3592db637db2998692545bffc0b9c74b69acae40]

        Fix unhelpful MI from a VclPtr type and Abstract factory type.
        
        Change-Id: Ibd8a8e22ffe2cd01225e97588d65eae1cc0bffb8

2015-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [acfebe601313a913640c75a2e0dcd10abaf526ea]

        DocxSdrExport::writeBoxItemLine: fix indentation
        
        Change-Id: Ifa1faf5417e71c0528aa11c418729c895ae2d99a

2015-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [19aadbd561bc57c1ef0048033ec8a2db97fc66f1]

        Ensure that svl/grabbagitem.hxx is self-contained
        
        Change-Id: I1b3bd4add8c32e271e51db321fafe98604b2b830

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [5beac3c0b76c5c74798c197d926564bae60ea7f2]

        Add clarifying comment
        
        Change-Id: Ie891404a4d21e1917e5e653737e35257df3dfcae

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [2d855ab9d09d09c26aa68b854a79be2a13faa8d5]

        loplugin:simplifybool
        
        Change-Id: I44b563269a68cd2d57a906e10939ac290a0a2ebd

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [6ef8f9de0257b712d43634d389d8021c7bf67833]

        loplugin:simplifybool
        
        Change-Id: I54f9e6d879c973c8d47226bd87a4b38404ed8f45

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [ba15d30e8d0bf74de621df9744a47fb768782a2e]

        loplugin:simplifybool
        
        Change-Id: I4a7ba9192956941f05e68ae8df3263d609a7c4dc

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [b919eeaa2f59cd36b87f80b8922d32c23e09b764]

        loplugin:simplifybool
        
        Change-Id: Ie145292074b39fae5da40a7337737dd753b4d2ea

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [a9a4d46ce74fc3c4ff1b7399ea6be6ffeeeb8863]

        loplugin:simplifybool
        
        Change-Id: I8276e8b356ff26241613de64bcd90b5dbcd92f29

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [9796e52ab3bbf64fa751c71e695c64d6215e1df6]

        loplugin:simplifybool
        
        Change-Id: I56557cd02bbb97d3c3aa4053608cf2dd48c35e7a

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [40b16e07c855521302e472eae4974524e39e2d3c]

        loplugin:simplifybool
        
        Change-Id: I1890703bf1277ad83f578e1527db81a6e8f49fd3

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [877fe59c4e398e6b9b2d4a8ea9904a59203fcd26]

        loplugin:simplifybool
        
        Change-Id: Id1c743da4294b667438a2c075de4634bb2c85ff3

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [e710c1dbfb87a54d666752db1106b76e9e05ba43]

        loplugin:simplifybool
        
        Change-Id: Ib238714477fdeadad07c470e1d9ed64b2b18f25d

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [746a717ed4648cd6c0d0d810a90a6539373b130c]

        loplugin:simplifybool
        
        Change-Id: Ic90d247e6c8e36e27ff444ace10fd37e06d46b50

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [24df2bd5cb68f8de5e22a27f6a3505d099bc3581]

        loplugin:simplifybool
        
        Change-Id: I02bc964fd2b240fb5238e3de72239d410587ae5c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [b0d9184ad2dab26e7ee17d8c0ace9f5e5e753026]

        loplugin:simplifybool
        
        Change-Id: I3a5554b73c6e9f39a4a903eecf6c59bd3a9a9883

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [94da7fda53562263f960c4ba11644fee7292c2d8]

        loplugin:simplifybool
        
        Change-Id: I1ea1bcc6434a94fc6c15fcec17975c6c71a30a56

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [2ac33c984efa405f73a23748687df73ce461b630]

        loplugin:simplifybool
        
        Change-Id: Iea7d0e2e8440e8780067e5a51072b6ab9a72b8ab

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f98ef646e462db3ee7c7242f6b288c5fc2d05a78]

        loplugin:simplifybool
        
        Change-Id: If2d2970160803bcaa1feabb8274f83bba0ba722c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [76e8c614f7bbd74ddd8411b437b3c29f00d7b38d]

        loplugin:simplifybool
        
        Change-Id: I427b32e79696bbdc521b78f4b4c1e6f4fce119a7

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [ef5f02d94a88d4e6f18e4010dbbef47506e28a34]

        loplugin:simplifybool
        
        Change-Id: I0a2a7d1af979b24f6d3db9783984e85e1992643d

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f88a1b8d55923c8edee5bc175fd805db779ef166]

        loplugin:simplifybool
        
        Change-Id: If5f4042642364424f8d7e1e13b6285503df1d381

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [8039c64822c8de24ea452bff7917193f7cc90669]

        loplugin:simplifybool
        
        Change-Id: Ie214d859cb47c64cb6fab6f451a53ef188400026

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [60467763e32833232394e05642338f60346c0d53]

        loplugin:simplifybool
        
        Change-Id: Ib656d2da786511687fbcf3f0ef39094ef211eb97

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [7b75b9f22cf9c6f5a4b0b2b49766415fca5fd334]

        loplugin:simplifybool
        
        Change-Id: I86cec7670db8594a7563e86c6645c480d3f8702c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [3accc5252893c9f583b7a1a076d5c75a604f2652]

        loplugin:simplifybool
        
        Change-Id: I610022f4eabe45eb4e2347db56accf3851e5c281

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [0a48e0fb4ee88e3bf16cfa5cf85d6864c0b1da92]

        loplugin:simplifybool
        
        Change-Id: Ia4177cf1a4b0c06ef614b54298fd6f9224956afc

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [c718cfd7431d5909f66547a2042bd303f79cfde0]

        loplugin:simplifybool
        
        Change-Id: I3f1fa86f62c2b2e32768a8d1e17793161339dad8

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [1f7825a82909c2b6131441fdb6b1b8b51ed43306]

        loplugin:simplifybool
        
        Change-Id: I981d5a77cfe74ef81b235963820151cbea55370c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [39950c5b7c687016c8e746258064a4d3e497d415]

        loplugin:simplifybool
        
        Change-Id: Icbd2ce16467c574243d223ae68e79ca043a2ca45

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [36b06bffadac67b30a5e81b66315cf972c26da88]

        loplugin:simplifybool
        
        Change-Id: If09fcea7bea9d246e81e3fb9824d284212e8719b

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [319c5f8fef83cf35701934192af3f7f2985962bd]

        loplugin:simplifybool
        
        Change-Id: I858ab62a2659ae122beff1300387aefc3aa64189

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [427b0baaa221245ded7a943947401b28ca05c573]

        loplugin:simplifybool
        
        Change-Id: Ieae7ead7a1d55731d0be0dc339993ccd404b3578

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [9d2a1a635c341575342a50749c3e54df0ee11f33]

        loplugin:simplifybool
        
        Change-Id: I25449c2889231ca9782dea1e8b97969256e83718

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [691197bff74e4a53dcb8864d0770338b9f2af402]

        loplugin:simplifybool
        
        Change-Id: Ic42cf05f9eddb0cd7724d16cc73a8d6495c193f2

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [9b8dc2ad4d55a32c937b2e1410c6cfb908739449]

        loplugin:simplifybool
        
        Change-Id: I1865fd9c73e83d8305135b67ece3d45997e309f3

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [bfef606e61290f4a8acf9bf6495bcf47467ddb06]

        loplugin:simplifybool
        
        Change-Id: I6b7203e55b38ce0503963f8b7f27167081fb2bf2

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [77fd72237c6d326e1a9c6ae1fa438459ca276519]

        loplugin:simplifybool
        
        Change-Id: Idf2ae6b0b2c3d111125ad91ea7d13eec67325f36

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [537921fd65a4e736269eb52986469c05268aae07]

        loplugin:simplifybool
        
        Change-Id: Ia53741b8ebf9d8c673c455bd785e0d6a380271df

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [bfa4494560884635a03c4db89588a118f9a2be0b]

        loplugin:simplifybool
        
        Change-Id: I0d41417b964f7f43b413a7b29fb1cf930f363427

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [103bf75921e069d1c078c0ef30b94b8f91920877]

        loplugin:simplifybool
        
        Change-Id: I2efe6e7dcba4f193bc0d1f3fa7313d618af1b65c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [aa449f87cf60e8c0682c3a2b243b1c26d7cdaf94]

        loplugin:simplifybool
        
        Change-Id: Id90a959975033f1824ee312045a550195bd842ec

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [6cb8d552eb3cffbdad47a6e00f4c4b55e9497171]

        loplugin:simplifybool
        
        Change-Id: I77d80494ab99b4cd70f623798389f8dc35772d8a

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [4f4859b62ea5f72248a0daba88654a67108ebf6e]

        loplugin:simplifybool
        
        Change-Id: Idd83e86cabc9c9075564fc79f91a59f54116bf95

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [cf7f31c1d631eaec22ea89466f7639adf9ed620f]

        loplugin:simplifybool
        
        Change-Id: Ib0290487a963d665a628bd75f4140a9e2b89faa7

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [820fca753b0bfed6078b9cde09430177d6a193ca]

        loplugin:simplifybool
        
        Change-Id: Ie7b1a6c7e60d888e2f070b817d3c34814e5835ae

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [3ac5138cfc01c1795ae05963fa4e5a6c7d22f4de]

        loplugin:simplifybool
        
        Change-Id: I8087e16e50c06534e7d9a08c3bc72ab53de9f126

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [ed83ba34a55857f1a4f1c1f1577bb25dcf733bd4]

        loplugin:simplifybool
        
        Change-Id: I6e181bc4b144c2559ede99d3bae0496cf546415c

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [d39b9c29d53932a55e963caceb5721353815e765]

        loplugin:simplifybool
        
        Change-Id: I4811afde43947a51938c3b67c7f35dab473f0b08

2015-04-24  Stephan Bergmann  <sbergman@redhat.com>  [2f6497b0b7c2b93e15a6140c58d0fffe57603d05]

        loplugin:simplifybool
        
        Change-Id: I70a514996598c45faa82973e25b6c6b796a613ce

2015-04-24  Michael Stahl  <mstahl@redhat.com>  [479031567dbc489292eff483fafaae2ad192ff84]

        sw: revert type changes in SwFrm subclass destructors
        
        These should be unnecessary now with DestroyImpl() and might break stuff.
        
        Reverts commits 5a934b2c6085d4e397e1466f8cd6a813f3c2d9d6 and
        db2c0dc78f11c2764f16e7ca4edaf2cdffc56c64.
        
        Change-Id: Ida880dfed9fa6445b3530e2c4788fd4974c8f9c7

2015-04-24  Michael Stahl  <mstahl@redhat.com>  [f00be42dbf3f9238313a914818cbee9edf708ffa]

        sw: pointless cast
        
        Change-Id: I7cd1d31765d8183a064f5917cac317fcd12c1428

2015-04-24  Michael Stahl  <mstahl@redhat.com>  [8472de571c720934cb9b885565fe5100b475c984]

        sw: merge the SwFrm::Destroy() into SwFrm::DestroyImpl()
        
        Change-Id: Icbf7246cf87d5f3f5e418df6657c5bb07aa99f4b

2015-04-24  Michael Stahl  <mstahl@redhat.com>  [135e4d5c730b8b252eab3e375580a3a73d8204e6]

        related: tdf#90820 refactor SwFrm destruction
        
        Move all logic out of destructors, so it cannot happen any more that
        members of a sub-class are accessed from a superclass destructor, when
        those members are already dead.
        
        Logic is now in virtual DestroyImpl() methods.
        
        All SwFrms must be deleted with SwFrm::DestroySwFrm().
        
        Change-Id: Icec5b12e12d5a2d955cb5844d7d4f7ac85ab79cd

2015-04-24  Michael Stahl  <mstahl@redhat.com>  [4e353190b68f3a89c43b3861444dd2dd6b02a6e0]

        tdf#90820: Revert "Hack to make an in-destruction SwFlyInCntFrm ...
        
        ... no longer claim to be one"
        
        This reverts commit e49ca69747e9e905dbb00bbd5a7ea85331607a04.
        
        The problem is that superclass dtor does not dispose the accessible object
        for the SwFlyInCntFrm because in ~SwFlyFrm the IsAccessibleFrm() and
        IsFlyInCntFrm() return false.
        
        Change-Id: Id7018d50f30da5f8e2f0df307453a55a5f2cff69

2015-04-24  Caolán McNamara  <caolanm@redhat.com>  [d194074aa34e3724dd9b93fbc81bf2ba793cd37a]

        Resolves: tdf#73211 gtk checkboxes need erase afer toggling
        
        because an unchecked checkbox can have a smaller paint area
        than a checked checkbox. This has always bugged me
        
        Change-Id: Iac0f075089611b47c381863a9655445d732bfddc

2015-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [041de031e456d6122dc28aeac2edb7f913ddfdbe]

        CppunitTest_sd_tiledrendering: add search testcase
        
        This fails without ef9722558a33a6e88ed5ab76198f2698ddd1e003
        (ImpEditView::SetEditSelection: fix missing tiled rendering selection
        callbacks, 2015-04-23).
        
        Change-Id: I5bf6bf6373e43e8551dd61d72d1f0012f92d2619

2015-04-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [936e0ed0c9e1e7143b016b216165308415b73c16]

        Tango: more integration
        
        Change-Id: I941e48120e13c225f09cbd8ea890f93150f473e2

2015-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [006b70044ae4884563b2b00534c0b1332ef339e6]

        sw: -Werror=sign-compare
        
        Change-Id: Icbcee0740250c95db1f4931b6d49fb51dda1546f

2015-04-24  Michael Meeks  <michael.meeks@collabora.com>  [fc71bf231ee06fba9878a1ef27c997bc5e128f25]

        Build fix.
        
        Change-Id: Iceedf898d91a9496aa988727beeac1696d398944

2015-04-24  Michael Meeks  <michael.meeks@collabora.com>  [e4fb1081eeea040bc970144699f792e4790bebfa]

        Build and warning fixes, Mac, Win, Linux.
        
        Change-Id: I8a8420f96c512e031ba3cde499523b71341dfa94

2015-04-24  Jan Holesovsky  <kendy@collabora.com>  [02432d6ef24c4af957ab0d52307fef8ba6428306]

        viewer: Enable taps to be able to handle hyperlinks.
        
        Change-Id: I0b735d8db3204dc826c2b5fa9a568a5b425353e4

2015-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ffbbe0694fe7d817f4c120a79ce28d77fcbe958]

        checkFrameBtlr() can be moved to DocxSdrExport::Impl
        
        Change-Id: Ia5d04e3a7a56880f91c442b1b0dd73e5c7bcc0e5

2015-04-23  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a1c01c510c9fbc6e2be9f4b9db12c3493939942a]

        Updated core Project: help  2de16592c759d264acc3a546fc10102cd592fe0a
        
        tdf#90782 Adjust help page for new named formula
        
        Adjust the help page after change in Calc Define Name dialog. Add explanation about "scope".
        
        Change-Id: Id3e0b3a2a6f1af8013811264a28ece21610d8370
        Reviewed-on: https://gerrit.libreoffice.org/15501
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [d8cb22fe8e1a7fbe8dda8f09483161468ffbce48]

        loplugin:staticcall
        
        Change-Id: I27c1e94ab94aa242cf73732f3402b169d6d48238

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [6052a839f5f236d0885f33d4a751052e1b7ee23f]

        Mac OS X ctype.h isdigit is not extern "C"
        
        Change-Id: Ied43178bacc020b848ee3196080713e08c780133

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [028769528d1835c9069eb7e717a1aa2186c51351]

        cppcheck: silence assertWithSideEffect
        
        Change-Id: Iaaf69ea5e8d5eeaa3a61660c3abe04ff3e83d061

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [b1166d7b05845798fdc3016c37fe6932331c1ba3]

        de-trainwreck if statement
        
         if( 0 != (pINetFmt = static_cast<const SwFmtINetFmt*>(rDoc.GetAttrPool().GetItem2(
             RES_TXTATR_INETFMT, n ) ) ) &&
             0 != ( pTxtAttr = pINetFmt->GetTxtINetFmt()) &&
             0 != ( pTxtNd = pTxtAttr->GetpTxtNode() ) &&
             pTxtNd->GetNodes().IsDocNodes() )
        
        Change-Id: I3420be28c5c6d92b9532dbfaa1e0d1afa297bd87

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [44b352c8e84f4a16eea3fc14123a28b7ec232f12]

        fix scope
        
        Change-Id: I114d3d0d45614f8af5004014fd0a61027fdc9e54

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [4eaf7792423802736904a4390355b5718a122d48]

        cppcheck: cstyleCast, these cast's are unnecessary anyway
        
        and make both uses the same pattern
        
        Change-Id: Ia4170b29ad948af08bfb842a7e28dd7550eb27bf

2015-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [f13cf2437f34402ef76bec6dc2c77f9f388f15b8]

        Avoid out-of-bounds container index on import of ooo112657-2.rtf
        
        Change-Id: I47dfab3cf276919bfef2829e1159857abb05bb3d

2015-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [c33422e2c21ed8160fbbb969698216a8a1aeb0b8]

        Avoid dereference a past-the-end iterator on import of fdo81650-2.docx
        
        Change-Id: I8b503da737b3f3c35e7dee18166068323ef6f76e

2015-04-23  Eike Rathke  <erack@redhat.com>  [b2ead407c70f71974a1eac79df09072ff8bd0cc2]

        set DatabaseRange TotalsRow if Table TotalsRows
        
        Change-Id: I740aa0dc8c49eda456df1a5dee264edc6bb3e403

2015-04-23  Eike Rathke  <erack@redhat.com>  [1d6a35b2a3c3f8ba487dd8ab994f70c969dc8f74]

        this should be sorted and unique, no?
        
        Change-Id: Ic310a81aedc35b9a64ab60cadae30343a6115d60

2015-04-23  Eike Rathke  <erack@redhat.com>  [561b47421f1c223724003ff1f2e9908dcd942d84]

        add TotalsRow to properties index
        
        Change-Id: I1929e27d850144639db3826a0ec60a3085771296

2015-04-23  Eike Rathke  <erack@redhat.com>  [58a1522798deb51d2dddd2a20788158e3867aa2d]

        add css::sheet::DatabaseRange property TotalsRow
        
        Change-Id: Ica3b93ff25c936c0109ab3259c8a8015fcfb99eb

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [4d7b194dd5910f19652e9fa997efbd947b20e570]

        Improved loplugin:literaltoboolconversion looking into cond. exprs.
        
        Change-Id: If54ab99fc82c7895da6bb88ebf18a11570f597ed

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [22401181774dfb3882e7ad0335f1267d7885ff48]

        Improved loplugin:literaltoboolconversion looking into cond. exprs.
        
        ...automatic rewriter fixes
        
        Change-Id: I6b04ca80f08f8a71ff94e309fd52f44d736751ee

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [6425f7ff616f9aaad8b4e279385ed3f5ab65bfe2]

        Improved loplugin:literaltoboolconversion looking into cond. exprs.
        
        ...manual fix inside a macro call
        
        Change-Id: Ic14d5186aae08a1e868e98ed370b0142db1a1329

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [59076a982599ea391217b14d9eeff06db3a4e08e]

        Improve loplugin:implicitboolconversion cond. expr. handling
        
        ...so that
        
          ... ? isdigit(...) : true
        
        will not trigger a warning (where isdigit is the standard C function returning
        int).  (Odd code like that will fall out of the improved
        loplugin:literaltoboolconversion rewriter shortly.)
        
        Change-Id: If51402bd5f4b3f8b0630e874988f4b836ae246f8

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [41df7c5584799179932314f9c38b09f7718bbfa9]

        reportdesign: missing SAL_CALLs.
        
        Change-Id: I49bf2d612dfa86c453c61698e93130688cddc762

2015-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2bf87d29cceb369f030feeaeab6ee25541d8559a]

        libreofficekit: error: 'gtk_widget_get_visible' was not declared in this scope
        
        Change-Id: I31b65f405a9252fcc8323ac4e528b38e05a32625

2015-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef9722558a33a6e88ed5ab76198f2698ddd1e003]

        ImpEditView::SetEditSelection: fix missing tiled rendering selection callbacks
        
        Commit 2f31ac76be64953d19a72e3d8eae42b1ac5c5473 (editeng tiled
        rendering: allow resetting selection with a single click, 2015-03-16)
        changed ImpEditView::DrawSelection() so that the selection is only
        emitted when the view is in selection mode. However, this way selections
        set by ImpEditEngine::Search() were lost, as it only set the selection, but not
        the selection mode. So when in tiled rendering, always adjust selection
        mode depending on if the selection is empty or not, that makes the
        search result selections show up.
        
        Change-Id: I00b0739c5263a98a437e38d01b73c5004e50957b

2015-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [658467304c40676dfd8a5d117f3b1866de40b959]

        gtktiledviewer: let findbar have the focus when it's visible
        
        1) Give its GtkEntry focus after pressing the button to show the
        findbar, so one can immediately can begin typing.
        
        2) Only forward keypresses to LOK if the findbar is not visible, so it's
        not necessary to stop editing to be able to search.
        
        Change-Id: I5c9487739a550e34c66f39b12469392028bb7e3d

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [1b75149c294a9e739c691fa10f66e0c31714eb69]

        Sidebar - switch fwd. declarations for includes for Windows.
        
        Change-Id: I4eb5ee01549035f998aa7141e78f4e2f1fa5cfcf

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [ac1130130b50c6e047629e4387f8bbabe4241494]

        Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>
        
        ...instead of ...<sal_Bool>; plus ensuing loplugin:implicitboolconversion
        
        Change-Id: I5400e9d3175b9fe9b6088d37fe6bf3275314d7d0

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [ec7af68a0d4c0d9b509f7267ba49be65dfc8732b]

        Remove unnecessary overrides
        
        Change-Id: I76ee226728269303ca0ac4dd0386f816cb5d569a

2015-04-23  Yousuf Philips  <philipz85@hotmail.com>  [273195142c1fb980a209df4af4cfdeef6dbfaea3]

        ICONS: Allow icons to appear in various buttons
        
        Change-Id: I702263031358c9affdb24435e8bbcc9a578528e5
        Reviewed-on: https://gerrit.libreoffice.org/15491
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-23  Tor Lillqvist  <tml@collabora.com>  [33ee2eb4364a7a6f5263eafedc3e2f2373db313e]

        No F_OK on Windows either
        
        Change-Id: I5ecb340ffef46cca11492ddf7c1cd771d275cac1

2015-04-23  Tor Lillqvist  <tml@collabora.com>  [44aa325ac22906e472b40de9577a90d9204981a3]

        No <unistd.h> on _WIN32
        
        Change-Id: I9bbeb434185b1517e120b1df9d474d913c867cf1

2015-04-23  Tor Lillqvist  <tml@collabora.com>  [84537dffd422ee854a0ba5478baca08c1398bb6e]

        Improve error handling
        
        Change-Id: Id8661cb315f2f3a1bb398bce4f898342d5cce338

2015-04-23  Eike Rathke  <erack@redhat.com>  [78c2c450d900c8a57d75377d45463b20d2528875]

        ensure pArr exists
        
        Chart converts single tokens to string without token array, even
        creating a compiler instance for each token.. which is less than
        suboptimal.
        
        Change-Id: I4472260457010dedf51891dbe1caa70ad4d792cc

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [e774a6ffd01d3228fab9098fa383573aa153a603]

        Use shared_ptr for OpenGLPrograms, and hide its copy constructor.
        
        Change-Id: Ia1352105acef1ededaf876a224ebc277121d6942

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [3b7788908a622b8e2043bd64bd0e36ee43fd733c]

        winaccessibility: rename unhelpful string defines.
        
        Change-Id: Ib73ddecb9fd49a2e1a5bb690a0f4bbbc77d9047a

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [a5a17d0df59780d7aad25d8de026e943f00e8957]

        winaccessibility: rename unhelpful string defines.
        
        Change-Id: Ib73ddecb9fd49a2e1a5bb690a0f4bbbc77d9047a

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [a339c949ed590b3bc033d8bc43f12b77d21587eb]

        callcatcher: remove unused RegisteredDb::getEntry
        
        Change-Id: I018ecc9dc8334d64e50325fcc8099ac27358e260

2015-04-23  Siqi Liu  <me@siqi.fr>  [f265344c4d1e0262814d4a5498bf7035f15ccb48]

        intent preference overrides default prefs.
        
        Change-Id: I315d283f6c000d971421a098264e9c594930283e

2015-04-23  Siqi Liu  <me@siqi.fr>  [6c03914e2b762e0ba103eb7cb0ab9bf6203d2305]

        load default prefs once and use new sortmode/filter mode on refresh.
        
        Change-Id: I54c3e25e960ade172eeb0f4bf24104b3b06e2ee2

2015-04-23  Siqi Liu  <me@siqi.fr>  [0848e70b0f13d025076ab3536b9378375e3d1cf0]

        Use switch... and effectively sorts before listing.
        
        Change-Id: Ia7eb2c53dc8a69b3d65e56afc7a27f0548c63d07

2015-04-23  Siqi Liu  <me@siqi.fr>  [dde1964a2c291aad5b3df76c1ddfbcb7a983a6ed]

        Formatting for consistency
        
        Change-Id: Ifd153869c965ffa33640e23e9794defaa57dba0b

2015-04-23  Siqi Liu  <me@siqi.fr>  [79dd7b118e9878d8a4172ec6ebb6ee08693e83cc]

        Set correct title for sort mode after changes.
        
        Change-Id: I4f75f5ee68de6ed6f3b07d93b3681aa2307cb2dc

2015-04-23  Siqi Liu  <me@siqi.fr>  [e49e8ac40a1967ff073f91891d1969263d9bb56c]

        Remove unimplemented search functionality
        
        Change-Id: I955bec2c94c386ee18fff8e8f5d90a7a90edf9d2

2015-04-23  Siqi Liu  <me@siqi.fr>  [1973966b47b2ebad98ab4bf125464eb193997125]

        formatting for consistancy and remove unused file.
        
        TODO(siqi): try to refactor the ListItemAdapter to a separate file later.
        
        Change-Id: I01b82d1fea65cda353d5bb08da42e2faf1c8cf13

2015-04-23  Siqi Liu  <me@siqi.fr>  [b160d3893cd1cff4fc915c9c3f32d2ba02fbadb3]

        Do NOT browse files from "Documents" folder. Browse from root instead.
        
        This is more likely what users expect. Previously we assumed that all
        the documents are stored in root_folder/Documents and there is no way
        to navigate up to other folders.
        
        Change-Id: Idf0ce2476d3abe638b2e8b0f35b6da577032742b

2015-04-23  Siqi Liu  <me@siqi.fr>  [72f023fc9759df28ffb2df7e32a4d877145ebe4d]

        refactor xml styling for listview texts
        
        Change-Id: Id52d33807c34b0fa12bc563ed479f5519103c8fe

2015-04-23  Siqi Liu  <me@siqi.fr>  [c9baf39df68afc17adcf4fe23245912e57ff5477]

        formatting for consistancy across Java code
        
        Change-Id: I7bde4c9c024dfe7a18c92a36069433f044fc89bc

2015-04-23  Siqi Liu  <me@siqi.fr>  [3c8ad51e358003ec056555bd498352f84c23212a]

        use LOGTAG instead
        
        Change-Id: Ie89afb3526ff670581094107c59a4a20597d9225

2015-04-23  Siqi Liu  <me@siqi.fr>  [bc7300a76de723c1c55d5045e14a336879837b7a]

        formatting for consistancy across Java code
        
        Change-Id: I4d53376ea1b5ffa158cbb3412353c3cf5ba860d5

2015-04-23  Andras Timar  <andras.timar@collabora.com>  [620e40b37cabf52c53751246d4238116c7f8fae4]

        4 dict package names did not follow the rule
        
        Change-Id: Ibf430db9863577ef9e841cd2cdb446ebc513c659

2015-04-23  Eike Rathke  <erack@redhat.com>  [42d34fe0ae1bad6aed441405ed423bbbd4335fb9]

        TableRef: doubleref is not possible as one column specifier
        
        Change-Id: Id29e6c8903979ef238c684d96fc47f72699b948a

2015-04-23  Eike Rathke  <erack@redhat.com>  [ce287a872ef435a207d4c22ddcccc60963165376]

        TableRef: proper unescapeTableRefColumnSpecifier()
        
        Change-Id: Id3b0a776f85b36c399a818ec1575a63ba250e318

2015-04-23  Eike Rathke  <erack@redhat.com>  [e9646512e62b9f74bd82307d054a6739cb4ac0d3]

        TableRef: create column specifier string from singleref
        
        Change-Id: Iac842f7a44240bf3da3fd2658f1ae05cac85ad7d

2015-04-23  Eike Rathke  <erack@redhat.com>  [97539f5eb1d1f6ba3349bdfcbd71b8256370a783]

        TableRef: let t always point to the current token
        
        Change-Id: Ic7f8dedd8967f1f1fc0025cb2bc3e6c3fda022fd

2015-04-23  Eike Rathke  <erack@redhat.com>  [18cfc7c2d2ea2bad17a07bf8975fd7b9200850b3]

        PeekNext() might be NULL
        
        Change-Id: I2b63e99d25e00b0021986a89dce75f3f678ecb85

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [812d125a5421a0dc2e99aa75c6059f5de588c281]

        loplugin:staticcall
        
        Change-Id: I7dfe5b8f6d87db5f0f70bd16e45c4d0bd4a72da2

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [799b0f0e6fb224b7adc8059ca275ad0c63654e8a]

        Windows build fix for VclPtr.
        
        Change-Id: I5444658e53926b3efbc89617ac7474fc48e47773

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [870a7ee60ab01246ad8d9beae5705f59c6b73cbf]

        fix duplicate attribute export to docx with ooo69297-4.odt
        
        Change-Id: I193099d7fffc160f0198e3d42d5d6fd5835c79cf

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [2e8eee25cfbcfb2a46494d9b2ef81e65831201ed]

        Kill unused LazyDeletor<Menu>.
        
        Change-Id: Ibd1d27767b5679a3375d43851363de8c207a43ff

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [bd4388e4f92d77d34e63858f1d818379e9b077de]

        Use shared_ptr for OpenGLPrograms, and hide its copy constructor.
        
        Change-Id: Ia1352105acef1ededaf876a224ebc277121d6942

2015-04-23  Tor Lillqvist  <tml@collabora.com>  [c3452e6702172b47874e8977a48715f2a74bfe12]

        More informative error message after dlopen() or LoadLibrary() has failed
        
        Change-Id: Iedf956c9bd78d1d23e5ee68772a000f90a39810e
        Reviewed-on: https://gerrit.libreoffice.org/15492
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-04-23  Noel Grandin  <noel@peralex.com>  [5ad298250913412d65a969a0b73d01962c01f55d]

        fix windows build
        
        caused by my commit a880ec813114c204303a5b2a27909ab7f9e027de
        "loplugin:staticmethods"
        
        Change-Id: I525ed6f6e4f82af58de2c994a610e00f49241bfa

2015-04-23  Noel Grandin  <noel@peralex.com>  [7ab8b08b6c8e7eb05e8ec8dde2afbe0940075f36]

        loplugin:staticmethods
        
        Change-Id: Iab2f10b000ef41fb090e0034785d4ed0bda4cf43

2015-04-23  Noel Grandin  <noel@peralex.com>  [0a7b739cc33a56339a2bf0f8f0253f9402cabd35]

        loplugin:staticmethods
        
        Change-Id: I2ee91d07cf9d46cdc385a4db8473550b05e2f0ad

2015-04-23  Noel Grandin  <noel@peralex.com>  [a57a1494a35e188845b6df3361680d4ed3149427]

        loplugin:staticmethods
        
        Change-Id: I737ef2580e04cc5246322e49a75ea0b754ecfdf5

2015-04-23  Noel Grandin  <noel@peralex.com>  [a880ec813114c204303a5b2a27909ab7f9e027de]

        loplugin:staticmethods
        
        Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f

2015-04-23  Noel Grandin  <noel@peralex.com>  [79ed057b955a8d23e8289b9a5898c8bdaebabbfa]

        loplugin:staticmethods
        
        Change-Id: I6207b475127099872c6f3764331006688129b673

2015-04-23  Noel Grandin  <noel@peralex.com>  [12ba9e3cad05a665aee2150ef831f0dbc92d7e2d]

        loplugin:staticmethods
        
        Change-Id: Ib0c0841e48814d1a6e13bcd4575725d86ffa5e5e

2015-04-23  Noel Grandin  <noel@peralex.com>  [6d5ae48427d1c59e65f0bfc16cf075eaa4cdca17]

        loplugin:staticmethods
        
        Change-Id: I200fdb2e193127f0c9e8cec4859845d3ec19cea0

2015-04-23  Tor Lillqvist  <tml@collabora.com>  [7671856926e04c2708152d1c9f74217004cbc64c]

        There is no separate vclopengl library since Oct 2014
        
        Change-Id: Ie8ddac5cce6905c3a40350ff60fad24d4da43a66

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [14045bbd2b724478bc47fafb3a47d119d2e70704]

        fix crash on export of ooo88740-1.odt to .docx
        
        use similar logic as AttributeOutputBase::FormatCharBorder
        
        Change-Id: I71c4aa28c2495fd4a357fd62568aaa49e918da5c

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [6cf6e2da24787e7a1238ba105e954946edd2c8cb]

        Windows compile fix for VclPtr intersection with events.
        
        Unfortunately, not incredibly elegant for now.
        
        Change-Id: I4ac2e6e013671e7d7830f9555c5bd6bb6b7529b8

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [203c5c6706ac3ad44bf3fb23b689b2de8d3f872b]

        DockWindow missing builder dispose.
        
        Change-Id: I020ce8efc9d2315a0d6d72914976c2a01b893d12

2015-04-23  Michael Stahl  <mstahl@redhat.com>  [259bad513edb83ba1f03a374462cf9a224c99cb3]

        sw: remove misleading comment
        
        It is of course implemented elsewhere, not a TODO.
        
        Change-Id: I4d112be53b11e8f7db2ca70abd82bf6d55db5c40

2015-04-23  Michael Stahl  <mstahl@redhat.com>  [690348820ec2cd6b4b54024e5c3e6dc6abfa9a52]

        extensions: remove unnecessary include
        
        Change-Id: I5703477dd5c542e31dc0bec5a908b5f7a429df9c

2015-04-23  Michael Meeks  <michael.meeks@collabora.com>  [6cf375618e0fec7d2c45e1a1b59474839dace584]

        Clarify assertion, and add missing disposeAndClear.
        
        Change-Id: Ief9bdc8607e60c684696525bff095d193483f23e

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [598f0db1ddccb7cb4d703940a1d94830fa3e94bf]

        avoid crash in layout on exporting ooo101776-1.odt to .doc
        
        Change-Id: Ie103baa15eee6bec382239423e008ac5808a4b7b

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [025bfa7e510bdab3ef93ad45a731fc25085ba3cc]

        cppcheck: unreadVariable
        
        Change-Id: I3c70ad7628ed0d2a39a62eaece84d7cb77e150be

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [35308665d9d81945080a3ac96e8717e66a678e3a]

        cppcheck: unreadVariable
        
        Change-Id: I6483df29f99dc67e8a944e371c6e00e4724d154f

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [720dff25451a533504cda834d9ca9f03a93b1bdd]

        cppcheck: unsignedLessThanZero
        
        Change-Id: I1043e24fdf0350e38b587f11a2916bd54e8f718f

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [90db9830d0e8c344af340a30b6d5779fefe74d49]

        cppcheck: uselessAssignmentArg
        
        Change-Id: I94be63174d996069fc5ec9c93d14ccd5a39cb029

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [10887fe43038abfe16adb84ba26fa0bf7d4c923b]

        cppcheck: redundantAssignment
        
        Change-Id: Ib296edde6e1f3996cbfe46c77810bb5c3da6db73

2015-04-23  Caolán McNamara  <caolanm@redhat.com>  [873b1e166178b9d8f1d89d6bf79636a695185bb9]

        cppcheck: zerodivcond gold, address preview crash on key input
        
        which never happened in practice because the entry never got
        the keyboard events.
        
        fix the col/row logic and let it get keyboard input, pass
        unhandled events up the chain as normal.
        
        Change-Id: I9fdf73808ef516284edb81f3cd04ccb1a24b8fe5

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [24d62e2a411fc1ea223071f060812f040b45b315]

        Assume use of GdkFilterReturn instead of bool was a glitch
        
        GdkFilterReturn is an enum defined in gdk/gdkevents.h, with
        GDK_FILTER_CONTINUE=0, GDK_FILTER_TRANSLATE=1, and GDK_FILTER_REMOVE=2, so going
        directly to bool rather than via
        
          ? GDK_FILTER_TRANSLATE : GDK_FILTER_CONTINUE
        
        doesn't make a difference, and looks reasonable enough like it was the original
        intent.
        
        Change-Id: I0ae7a831d847c225c788cd0917f561fe119ccc22

2015-04-23  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ceecdfa9ec014343341826d57c528e9b90947907]

        tdf90782: Restore string and fix Manage Names dlg
        
        1) restore previously deleted label which is actually used by the controller
        2) put Manage Names dialog in same one-column as Define Name dialog.
        
        Change-Id: Ia5e6d1cf183ba7e0dc5b43b964054caf2f187ed8
        Reviewed-on: https://gerrit.libreoffice.org/15487
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-23  Yousuf Philips  <philipz85@hotmail.com>  [c951c98367781d63a55f9b4e76368af069f822ba]

        ICONS: Fix some line icons in industrial and sifr
        
        Line icons were pointing in the wrong direction and the metaphor used
        for the diagonal line wasnt as good as the one found in Galaxy.
        
        Change-Id: Ia8a024edd64f3785cbdfd3bf04c979808042ffe4
        Reviewed-on: https://gerrit.libreoffice.org/15488
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-23  Yousuf Philips  <philipz85@hotmail.com>  [47ef118421364e8f3e5135538e7aeff218495d23]

        TANGO: Add small zoom & pan icon
        
        Change-Id: I975229f968f6dc21af197eaa23c47df2fae73622
        Reviewed-on: https://gerrit.libreoffice.org/15490
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-23  Stephan Bergmann  <sbergman@redhat.com>  [dd93567ace49ebd09217e1de3a7198fff5b02f0f]

        Use vector<bool> instead of vector<sal_Bool>
        
        Change-Id: Ibcaf1aeb773bb840c1d7a71b869137f21970eda1

2015-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [0568cd8cf740be45360fd94405fc6a85f2dfb4c2]

        svx: nPolyAnz -> nPolyCount
        
        Change-Id: I811806d7214f7bbf78e20500e7c8310f3f1b0e25

2015-04-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b55a9559e6c40060cafa62a824ab0cc0e27dba26]

        Fix applying of theme fonts sets, add new / rename old variants
        
        Change-Id: Ie2e245a812643e8a5677ee79622eb19d8460b777

2015-04-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6581d0b31869a4aea3bca27dcbaaaf0b2abddf3e]

        Modify tint/shade for theme colors, different shades for headings
        
        Change-Id: I6e6fbcb64f14c1abe07902c4dd53ef154aae29f7

2015-04-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5d23d11ca9f571c1e19506b360eae265d43b2ad2]

        make "Styles & Formatting" preview HiDPI aware
        
        Change-Id: I6f167bc8310b75dbe8bddbfe331853dc6d17c9fc

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0bdb8eda1272596301391d9620ccec2866642975]

        that test case is not necessary anymore
        
        It was just my initial test case to get that working.

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b8b2ce1ed6c388be6d6fd589e51d67851505d63]

        put these into an anonymous namespace
        
        Change-Id: I3cd5c48843dcba17caa84b8ea5a8fb21c4623370

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac8c6a6ab812c2dff9a664bf3a1dcc684cc1ac64]

        that has been implemented now, remove from readme
        
        Change-Id: I71d61f09acb715ec037c8609b9de1e3bfd5340f9

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [186238b1940f89070a9fb54778a9b63735c136f3]

        we should not try to export an error bar in that case
        
        Change-Id: Id209c5b3af04d93b6aae4043d20144d01d5b92a4

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [34ba0a84eb60d4004c1a04948e95c2b3f3e3eef5]

        don't use a prefix for double values
        
        Change-Id: Id2af88909281d5367d99ae06b66c70e00e282abf

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d7080b02df5e292ba3ceedaf28e3f704d9c1ab2]

        move one more bool a prefix to b
        
        Change-Id: Id45b20e2216781e346746723856a2b4dfac81df9

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2aaea67759a59579de8b8b93ba0413b64e74e20b]

        add test for line only chart export, related tdf#90728
        
        Change-Id: I4c8319b1b675297c25a70584e151cf985870c0f8

2015-04-23  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [f3375fa07f27bd2ade519af3c07d69040d10eaa9]

        Revert "-Werror,-Wunused-const-variable"
        
        Actually used with follow-up commit
        b94de8fa13faa2849ead136d22cfb46f7d3bfddc
        
        This reverts commit e24a02dc29d6e750ee4270dac429c8416c5b738c.
        
        Change-Id: I0f8226f756c7b3a813600351cc1be9bbbbcf67c2

2015-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd802f46cdd2ae6956c912f6f647aeead1c59b00]

        disable column and row labels by default
        
        Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2

2015-04-22  Yousuf Philips  <philipz85@hotmail.com>  [ba4191c6986fa9fc5d22fa8203d8a986edfdcdaf]

        tdf#90090 - customizing and positioning additional toolbars
        
        Restoring the line & filling and image toolbars to how they were and
        reorganized the standard and drawing toolbar buttons and used OOo
        stats to reogranize the buttons in the split buttons
        
        Change-Id: I63117f5a7b1243bd6f359bcd965d240d4237c8ef
        Reviewed-on: https://gerrit.libreoffice.org/15483
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [b94de8fa13faa2849ead136d22cfb46f7d3bfddc]

        Related tdf#88056: Use correct service name
        
        Now the page title field can finally be imported and displayed in
        Impress \o/ It was a simple copy'n'pasta error, but damn, was it
        hard to find ...
        
        Change-Id: I04a3c71568960a66721269da3208208e168a99ac

2015-04-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [f89f3c56fec75b122ce392b7736d7585fc7f2279]

        Related tdf#88056: more UNO stuff was missing
        
        Change-Id: I42fae657084878f0d476b40dd5d04fadc5e34bdb

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [1a31dd5ec4ede142044eb58d2d1e03709a6d12cd]

        Clean up odd sal::static_int_cast<sal_Bool> uses
        
        Change-Id: Idbd1cdb06315b96dc9f45e34108a1af45229ed2f
        Reviewed-on: https://gerrit.libreoffice.org/15484
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2015-04-22  Michael Meeks  <michael.meeks@collabora.com>  [89ec9424b27e602fe668b1d5e77a5d3a6a909f82]

        Fix a number of boost::unique_ptr errors.
        
        Audit for this problem in:
        	"vclwidget: change all vcl::window fields to be wrapped in VclPtr"
        
        Change-Id: I6e57f078364a7fd3fd4e61c748d7af843458758e

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [bac01f8af744ae4f6853fcafa53fce1eadb8f361]

        Blind fix for Executable_gtktiledviewer
        
        Change-Id: Ib252b4fb98663a8a6aa76dddedc80596230097e8

2015-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [57faa42ea2509093cabdcd2bfa1349a7704a4f42]

        gtktiledviewer: implement search using .uno:ExecuteSearch
        
        And using boost::property_tree::write_json() to marshal the parameters.
        
        Change-Id: I0027b6e1ce6c8d3b0b3a84642c76595eadc3db5f

2015-04-22  David Tardon  <dtardon@redhat.com>  [7d69f1e66a060c916f8ccdecb96427b4f329e22a]

        zlib is not needed anymore
        
        Change-Id: I7b13cbf041841236aa4218837d6ed4f2364196ce

2015-04-22  Eike Rathke  <erack@redhat.com>  [afd8e4093687557843427d7539c4b0e6ece8bbff]

        both scientific formats are of type medium, tdf#88835 follow-up
        
        Otherwise, with one of type long, we'd need to set that to default as
        well, defaults are per type. Visible in a dbgutil build terminal output
        when the locale is selected in the number formatter dialog for the first
        time:
        
        SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default
        XML locale data FormatElement group of: ScientificFormatskey1
        ja-JP requested
        ja-JP loaded
        
        SvNumberFormatter::ImpAdjustFormatCodeDefault: no long type default
        XML locale data FormatElement group of: ScientificFormatskey1
        ko-KR requested
        ko-KR loaded
        
        Change-Id: I3e445fff3ca2dd834bd19c609a2ee2f68e704093

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [3635aec0c6595219946225cf02032c87b389db4c]

        fix export of ooo63048-1.sxw to .doc
        
        I can't see that nCutPos = rInf.GetLen() makes a lot of sense, perhaps nCutPos
        = rInf.GetIdx or nCutPos = rInf.GetLen() + rInf.GetIdx() makes more sense, but
        nCutPos is only used in SwTxtPortion::BreakCut and the nLen has to be >= 0 to
        be useful in there, so might as well straight-out flat invalidate it as -1 and
        test for positive values in SwTxtPortion::BreakCut
        
        Change-Id: Iad0c26efc47990cf2ffed54dc91207c3b8551096

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [9cd56129ab98653f3ce0b541a41572456514e242]

        no need to take address
        
        Change-Id: I76e8240b8e2fc731b5b6534eba37134db93ad4ed

2015-04-22  Matúš Kukan  <matus.kukan@gmail.com>  [89964955e535f7343cccf1399312f0e8ac76323d]

        tdf#85769 Avoid writing font name attribute twice, by ignoring empty value
        
        Change-Id: If2491db482fc6eebc5d28f03ace12a89ac6c0a0f

2015-04-22  Matúš Kukan  <matus.kukan@gmail.com>  [fa8aaaadc38372185d6d29d8d91391907e95b689]

        Bin confusing --enable-mergelibs=all option
        
        It was most probably not working anyway and is something different to
        libmerged, which intends to merge only core set of libraries.
        To build everything into one library, approach similar to what we do for
        Android could be better idea.
        
        Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875

2015-04-22  Michael Meeks  <michael.meeks@collabora.com>  [3f32e149d9f6f94473983bf294e73d6e5e3f6fe5]

        extensions: convert new to ::Create.
        
        Change-Id: I8c438d62ae0fc2c1954c965966a39d4f98e6b871

2015-04-22  Michael Meeks  <michael.meeks@collabora.com>  [8387e5bd93d1181d1da39b3075ab09b421e26ab4]

        Fix lifecycle issues.
        
        Change-Id: I7524ca3da7d134d94553be0e7a6db7e879984ae8

2015-04-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe]

        tdf#90782: better string also for Manage Names dlg
        
        Change "Manage Names" dialog as well with better strings
        
        Change-Id: I4bbb44976a4a9057cc793409281bad567c3a3b4f
        Reviewed-on: https://gerrit.libreoffice.org/15482
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d3b6f1de8971a086aa1da829fc01d7c77a09502b]

        Related: tdf#90782 Switch to a single-column layout
        
        Now that a label has been made longer, this will save space.
        Also, removed a now-redundant explanation to reduce the number of
        translatable messages, and dropped a spurious “yalign” value.
        
        Change-Id: I46652effa364a867c8df28fb9373c48ab2fd2d74

2015-04-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8b7799972a95da50e1e927488bb2b9d4b47b12b6]

        Remove a superfluous “Options” frame which enclosed only one widget
        
        Change-Id: I1ec58cdc2d8b3f080638918e44ee853cd0a5ed58

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [e24a02dc29d6e750ee4270dac429c8416c5b738c]

        -Werror,-Wunused-const-variable
        
        Change-Id: I2d150a8b387052e917f985907e2a7334682f1dc8

2015-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [35831a53d97ab96fe2b3d0f39ad4c53e1e40a52a]

        desktop: fix Android build
        
        Change-Id: I6176a2fa39bfbe21c5851cbcc15ae6dc8322b117

2015-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a8719b12e2f24e926fccdfabc60b95c089320fc]

        lok::Document::postUnoCommand: allow passing arguments
        
        Change-Id: I6c24a8e392473f3985d3bde9b76a3148fd03bc9a

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [5dc81ae20145d66019d3853e033514a9b1bc9c57]

        Remove some deprecated AccessibleShapeTreeInfo member functions
        
        Change-Id: I3cdf1cb2feef1cd107b4d554679038eeb5003898

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [afa58a03bc5d5c1055aa74c434701fdec6fb2357]

        Fix comment
        
        Change-Id: I29b3d3e4e9261200b9fedace0c43f4f09d3ac129

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [79e0e713f798718902fed9740f147ce143bf7b76]

        Update to XDocumentEventBroadcaster et al
        
        Change-Id: I11633dc1629eac6a1ba79e4b45972a1e4f5fc833

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ba150afb07c942d6d87a3b4d7e6535229d9b2013]

        Update to XDocumentEventBroadcaster et al
        
        Change-Id: I27904a961a30042608ae4facae9772d30b86696b

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [252b0c4364690e00b45175693d35eb64a07324b4]

        Update to XDocumentEventBroadcaster et al
        
        Change-Id: Idf481726e322067af8730ef1eb1e663a174a6e3e

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fd42a226246470d5083441b976bbe0017d78fcf2]

        Unused #include
        
        Change-Id: I228ba798ccec3f582643734f08ca52e8de3a16df

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [b87db6a1874f089ac275976d383c4f7fc866d2fc]

        Update to XDocumentEventBroadcaster et al
        
        Change-Id: Ie09223824af45e5e214169182a5cd189fd04f6ef

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [620318cfdd43869808ae61ae52bb735ac1207aa6]

        Unused using declaration
        
        Change-Id: I17ed15d857c0887f426fe9e0dfa869752bb4b52f

2015-04-22  Katarina Behrens  <Katarina.Behrens@cib.de>  [57929ce5ccbb0ddf213d2182b94e939ba6a337bb]

        tdf#88056: Implement import of page title field from ODF
        
        the field seems to get imported now, but still ain't displayed
        in Impress *sigh*
        
        Change-Id: I095b9a2c59145f984bc9db853cc22501ca103bb7

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [bd75327c8bc1157036ca11db8c808dc7ceb2109e]

        fix assert on export of ooo63141-1.doc to odt
        
        if bAutoStyles is true then the mbDoSomething of the SvXMLElementExport is
        false, and the ctor/dtor doesn't do anything so any attributes added to the
        exporter are not cleared by the SvXMLElementExport dtor
        
        so only add the attribute if bAutoStyles if false and might as well extend the
        block to cover the use of SvXMLElementExport and use the other ctor which
        defaults mbDoSomething on
        
        Change-Id: If35cd35e902372562fd7e78b3f970d91fcec3c16

2015-04-22  Michael Stahl  <mstahl@redhat.com>  [28764d7ed5df874c2bfbc6025a97968e08cf2315]

        rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crash
        
        SwExtraRedlineTbl::DeleteAllTableRedlines() increments its position even
        when deleting the current element from the vector.
        
        Change-Id: Ie827a7b66fa9690bbabaf53204e9ec77247239f2

2015-04-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [407733158220ada48ff66768f218bbc9bdb51098]

        tdf#88835 2 digits in exponent for default scientific format
        
        Modify all locale data to set ScientificFormatskey2 (0.00E+00)
        as default for scientific format instead of ScientificFormatskey1 (0.00E+000)
        
        Change-Id: Ib8f3d22af82c078468ea70ebae0b078ac55a0003
        Reviewed-on: https://gerrit.libreoffice.org/14593
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-04-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e893c5ff7a251de867747184bd084c02dcfe549e]

        Fix tdf#90782: better label for named formulas
        
        Fix tdf#90782, change labek "Range:" with "Range or formula expression:"
        
        Also, add a Help button to dialog
        
        Change-Id: I78025bc50200153a8a7c69b9bc54482d4c5d99ad
        Reviewed-on: https://gerrit.libreoffice.org/15477
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [eaf41045822732653a0af91ac0faa28fca7f0894]

        comphelper::dispatchCommand: allow passing command arguments
        
        Change-Id: I6464c5d1a46fadac2510700101f3c8cc29dd7995

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [017f250764ec7b4ecb82ac19f5b3f68cadf1bf56]

        Ensure WakeUpThread is joined before exit
        
        Change-Id: If50fe94875b29043c75b581bf39ca9deea59dbe3

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [deaed8aff6de824a76d939a02edb0d2ff4a4ccec]

        fix re-export of novell590442-1.ppt to ppt
        
        we always close this container, even if we didn't open it
        
        original commit always opened the SpgrContainer, and always
        closed the SpgrContainer. (but seems to have a loophole, presumably
        never hit where the SpContainer could be opened and not closed)
        
        make a container guard which opens in ctor and closes in dtor.
        
        should make ppt export crash stats hit 0
        
        Change-Id: I2aead7397448b674e433a4097c97285067a6dc6e

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [7aa166da24c81b7c22a0ec5daf7e09640ffb009b]

        we always open a container, so always close it
        
        the close container is inside the nRowCount != 0
        condition, so remove that and always write the close
        
        Change-Id: If05677ae46e8873b8780794bdd84f29505ea4112

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [13df0c5a2f29f008c050fae1899ccb0eef93ad55]

        add missing include
        
        Change-Id: I9085ec6c3efeef25ebe50660cdf1c37a3ee85115

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [a3d11a480a7d27cad099cc007a3fb2aa19946759]

        WaE: bogus -Werror=maybe-uninitialized
        
        Change-Id: I651921a310801c5c14ade5704b058cb278dcc3f7

2015-04-22  David Tardon  <dtardon@redhat.com>  [41a871c27ab40904103390ed1aa29cd506d72d68]

        add missing include
        
        Change-Id: I90e1e284d8220bcaa6861b0c768fc44820501fd5

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [4bbbfe52f2cdbf6939a8a1c9cce749f99bc30710]

        fix build, this looks like the intent here
        
        Change-Id: Ic89bb307a2e4a08badacb3c13d1f9e2c47f77850

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [95c04e218782cb198f7851a1d9536058f98cff2a]

        SfxControllerItems shouldn't be SAL_WARN_UNUSED
        
        unwind some removals and some other cleanup
        
        Change-Id: I81a734ed07a05a5922c31003928c493c2df1652f

2015-04-22  Noel Grandin  <noel@peralex.com>  [dd7778a76915685d9b334e1f0718f556f6309687]

        convert SV_ENTRYFLAG constants to scoped enum
        
        Change-Id: I457b32ed5ee5d74e6f8361e7de79cbd406122651

2015-04-22  Noel Grandin  <noel@peralex.com>  [2884e9be256207d0876e6d67300a85462801778b]

        convert SVLBOX_ constants to scoped enum
        
        Change-Id: Ibe384ffae00e045ccfa7d3f7f080f8eb6b3149a9

2015-04-22  Noel Grandin  <noel@peralex.com>  [1b5f6935a498c1d9eea35ba0aa2edd25ee11ca47]

        convert SV_DRAGDOP_ constants to scoped enum
        
        Change-Id: If953610ed24a2b6d5f33f2ba014fba2ca5308d7d

2015-04-22  Noel Grandin  <noel@peralex.com>  [38143e4599e4ec759a11ea96a4b852bb00a42ab6]

        convert TREEBOX_ALLITEM constants to scoped enum
        
        Change-Id: I46f792fce6ff09f2b00144f401ee396101d8460d

2015-04-22  Noel Grandin  <noel@peralex.com>  [8d3eefd3b2b6dad051247fbd4a8097bb154617e1]

        convert TREEFLAG_ constants to scoped enum
        
        Change-Id: Ibf9eab757fbe94dbff3fd09472f3ca74fffd5094

2015-04-22  Noel Grandin  <noel@peralex.com>  [923de833be3131c36cd2b5952f3311f810aac01b]

        convert SV_LBOXTAB_ constants to scoped enum
        
        Change-Id: Ic7d91ca51106288fb0e14f6f243d74be77cb2c0d

2015-04-22  Noel Grandin  <noel@peralex.com>  [909fdd8d01e24c5a7a9fe6083e2a050d7a50a7cf]

        convert FCT_ constants to scoped enum
        
        Change-Id: I57381aebad1d8719f2b5165e290e06024472b65f

2015-04-22  Noel Grandin  <noel@peralex.com>  [f3632c2c0a53f61c9ceab39e8861d2029c0b0992]

        convert COL_ATTRS_ constants to scoped enum
        
        Change-Id: I339f0668b32be1f3b06ff788e96e58c4a6de2408

2015-04-22  Noel Grandin  <noel@peralex.com>  [2c9ee17c3b18d82680f4949d029a7caff4029c03]

        convert SCRWIN_ constants to scoped enum
        
        Change-Id: I345b2d6779b1d2595e949da0030f7acb299256f9

2015-04-22  Noel Grandin  <noel@peralex.com>  [865535acc3fb2bb8c8ce50649f70628f923a5f54]

        remove RULER_SCROLL constants, unused
        
        Change-Id: I2ca7500ad521157fe5dfae85072e4e9006e1dac3

2015-04-22  Noel Grandin  <noel@peralex.com>  [c283328f2b1a980a094260c12ca9dabae26e2969]

        convert ICNVIEW_FLAG_ constants to scoped enum
        
        Change-Id: I70fde9504400785fca7c53cb94abbf33ccd0743e

2015-04-22  Noel Grandin  <noel@peralex.com>  [9905f055e2fac36c60f5d11872c636f995521c20]

        convert SFX_TOOLBOX_ constants to scoped enum
        
        and move them to a more logical header
        
        Change-Id: I56956969d3067d66ccdadd53cd5630409de16cd8

2015-04-22  Noel Grandin  <noel@peralex.com>  [321d924f157ffbe05b9a9286ac7cb9d5f6bfe45c]

        convert HIB_ constants to scoped enum
        
        Change-Id: I6fa3ecde4a1c5f9c7e6e1dcd22250cba065933e3

2015-04-22  Noel Grandin  <noel@peralex.com>  [2ba352107abc44d2f9360874005c18b256c8707b]

        convert FILEVIEW_ constants to scoped enum
        
        and move them inside the main file since they are only used there
        
        Change-Id: Ia93c4c999e4d24cf08a009cd66c0dd6dc8172666

2015-04-22  Noel Grandin  <noel@peralex.com>  [699ba641dbbe34df33c4a811492370720a36144f]

        convert ADJUSTMENT_ flags to scoped enum
        
        Change-Id: I2b3d50eb7cbc3abc4cdc7e94219852f678b45e13

2015-04-22  Noel Grandin  <noel@peralex.com>  [24724aad8e24d0ef3006934a0de3f4b3f9bcd884]

        convert GRFMGR_DRAW_ constants to scoped enum
        
        Change-Id: Ie0b4cc1d2cfa740d0e260db52db635c3fe6b90b6

2015-04-22  Noel Grandin  <noel@peralex.com>  [2d1c78e5335dee23f2ace23c7a90b56be201cd3d]

        convert FILECTRL_ constants to scoped enum
        
        Change-Id: I973265c13f43a7f073bdb53e854f25a84d341b68

2015-04-22  Noel Grandin  <noel@peralex.com>  [442f3b5d77a0b1dd0c8c31d82a205623f3850253]

        convert FILECTRL_ constant to scoped enum
        
        Change-Id: I171dc1702cc1851962b22072ea62d73ac142504e

2015-04-22  Noel Grandin  <noel@peralex.com>  [ed54799117078181eed664c478671f7566871fe5]

        convert EBBF_ constants to scoped enum
        
        Change-Id: I6f281001a96ebfbca20f3e8dd3423945e119eef0

2015-04-22  Noel Grandin  <noel@peralex.com>  [6e3bbbdf0aea17aa3129fb4d11b9667af17a5d1e]

        convert FONTLIST_FONTNAMETYPE constants to scoped enum
        
        and move them inside the module, since they are not used anywhere else
        
        Change-Id: I63a629c8a497f5fb832f5287c260df7eb15fed3a

2015-04-22  Noel Grandin  <noel@peralex.com>  [cd23e6d3dd1c95b7cd74796612637cbc0f2af5fb]

        convert BorderWidth flags to scoped enum
        
        Change-Id: I99214dc2056122158df9d861e3fb3e44bf0b16f6

2015-04-22  Noel Grandin  <noel@peralex.com>  [0578aa4de27cc960cd3709eb2e15f40e02e1272d]

        convert BROWSER_ constants to scoped enum
        
        and fix a couple of places where it was mixing these flags up with the
        WinBits flags and calling the wrong constructor.
        
        Change-Id: I65c66bdd5a263e2f1db179c853f3f00e9ac7659e

2015-04-22  Noel Grandin  <noel@peralex.com>  [f87e0957cdcbf9ee12e0615b55a1bb1de1d70efb]

        convert SVX_SEARCHIN_ flags to scoped enum
        
        Change-Id: Iac7216c66afef6cbd355f7047655baaadc0f74db

2015-04-22  Noel Grandin  <noel@peralex.com>  [8b98bc855d7436828553948a1d28d686848e139c]

        convert SFX_STYLESHEET_ constants to scoped enum
        
        Change-Id: Iceba35cb058afa55374cf3cac70ed2207b7bc8b4

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [a4d460c5f38e4262a657e4919d093bcc722a7763]

        SpriteDeviceHelper::createBuffers unused and does nothing
        
        Change-Id: Ief6d775a53e5984e0dc6d9838280fb24bcbcb67f

2015-04-22  Caolán McNamara  <caolanm@redhat.com>  [11c834698466aea8004ff4b716afa26ae82aa615]

        callcatcher: update unused code
        
        Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa

2015-04-22  Stephan Bergmann  <sbergman@redhat.com>  [6ff2d84ade299cb3d14d4110e4cf1a4b8070c030]

        Various #include <sal/log.hxx> fixups
        
        rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx>
        (and don't make use of it themselves), but many other files happen to depend on
        it.  Cleaned up some, but something like
        
          grep -FwL sal/log.hxx $(git grep -Elw \
            'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx)
        
        shows lots more files that potentially need fixing before the include can be
        removed from rtl/string.hxx and rtl/ustring.hxx.
        
        Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90

2015-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9406ab47a92386d676038e467e555c3c80b46f62]

        DocxAttributeOutput::m_postponedDMLDrawing: use std::unique_ptr<>
        
        Change-Id: I0125467bad9be48ce8daa1fda32c731d8ee96b40

2015-04-22  David Tardon  <dtardon@redhat.com>  [1ba8a901c4e6f70c109f29ab715715eac159ab1a]

        add missing include
        
        Change-Id: Iffd293c20880f28a1b93225583d3f315eddb328f

2015-04-22  David Tardon  <dtardon@redhat.com>  [ee580a1a60effe79b2e0465d77bab49dff83b21f]

        add missing include
        
        Change-Id: I08f5debc158228832667e730e63b7ad29f2737f9

2015-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57e998ccc13209724eef8aa35cfbde056cb5762b]

        handle tar.xz tarballs
        
        Change-Id: I8e36ad989ec54117f85105c24bc1c1442e0a493b
        Reviewed-on: https://gerrit.libreoffice.org/15454
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [0cd0206fa4392d43724f630555994af842fc0733]

        use std::unique_ptr<> to clarify ownership
        
        This also prepends the m prefix to member variables.
        
        Change-Id: I465173a6b11717c42800a89fd481b3d310a9df24
        Reviewed-on: https://gerrit.libreoffice.org/15476
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-22  Matthew Nicholls  <matthew.nicholls95@hotmail.co.uk>  [a1a25f4c6c99c0c519cc60d842041d56ae8a6f1c]

        tdf#88710 Cleanup after removing dbtoolsclient
        
        Removes "virtualdbtools" and its implementation under "simpledbt", which are
        mostly wrappers around various dbtools functions and classes, previously aiding
        the now removed dynamic loading logic.
        
        Removes IDataAccessTools, IDataAccessTypeConversion and IDataAccessToolsFactory
        interfaces and their accompanying implementations which are completely unused.
        
        Removes IDataAccessCharSet (implemented by ODataAccessCharSet) and moves the
        implementation into a function which replaces ODataAccessCharsetHelper.
        
        Removes ISQLParseNode and ISQLParser and their implementation in
        OSimpleParseNode and OSimpleSQLParser, which simply wrap around OSQLParseNode
        and OSQLParser respectively. To avoid including "sqlbison.hxx" unnecessarily,
        includes to "sqlbison.hxx" are now only used where needed.
        
        Change-Id: Id882dfbf43514d84a1eaffc1f916d627830c8cd6
        Reviewed-on: https://gerrit.libreoffice.org/15450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-22  Tor Lillqvist  <tml@collabora.com>  [81f9281de0b5b42d5f4e8f1c4ecb3a780c74ff95]

        WaE: Unreferenced function definition
        
        Change-Id: I0f9d7374de59a916871677c08144bf79b39068dd

2015-04-22  Tor Lillqvist  <tml@collabora.com>  [1a6c49e3d583519e3a010a7bcfe486d06e8d50c6]

        WaE: passing 'class OUString' by value, rather pass by reference
        
        Change-Id: I744425e079c426745e02056153707675311e58ca

2015-04-22  Andrew  <dent.ace@gmail.com>  [3cdc48dc9db54a123ee243913177827ca6629d0b]

        Optimization of icon themes.
        
        Lossless optimization of PNG files in icon themes. Using ImageOptim (and some other tools). April 2015 update.
        Sifr: Saved 14KB out of 293KB. ~5% overall (up to 60% per file).
        Tango: Saved 10KB out of 749KB. ~1% per file on average (up to 53.1%).
        Small improvements to other themes: Breeze, Galaxy, Human, Oxygen and Tango Testing.
        
        Change-Id: Ib82ab16eaa3eb7a617e768a8b2fe7f04b43f9d7f
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/15472
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e20c37c4c60d485736261b60089acdc7dc4b886]

        Theme panel to change color/fonts of current styles
        
        In a theme panel the user can change / replace the styles font
        and colors used in some predefined style elements (for example
        Heading). This is "fake" theme support and not the same thing that
        MSO uses, but it still can be useful for the users to change the
        appearance of the document. This is the initial commit of the work
        and will be much extended. Currently it is only available when
        experimental mode is enabled.
        
        Change-Id: I8d34ce87d21975ec6020ac45ecaebb0701b63b2a

2015-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [25d200bf448735f063ce1e3ca9f762d39892eafd]

        add some default style presets to templates
        
        Change-Id: If7051720b09b8472d1866ddecbb547d321539423

2015-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b48025af032a4c252f0f4111d5a4d37e679acfad]

        add "Style Presets" sidebar panel (experimental) to writer
        
        Style presets is a list of bundled & user defined styles presets
        that can be applied to the current document. The styles are taken
        from tempalte files that are in "styles" template folder. This is
        for now only added as an experimental feature.
        
        Change-Id: If6d1128ca7e2f61efd13bb8ae3baee5cb357d286

2015-04-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb09f4daa018274c8d0cdd1a91b7c3038cbc8cb9]

        add "Design" deck to the sidebar
        
        Change-Id: I90df73ecf572e96604aa57e1b1538a3997713c86

2015-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8dcf2d4861b830ce9dfdf04bee4d365b4724d1e]

        fix marker export if none is selected
        
        Change-Id: I7e09a355d515c4782605602b2e5edc93e70921fd

2015-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4f16736496fda7b29561de14fe8990028e88799]

        first step for better scatterStyle export
        
        Change-Id: I33f7a0e629564834730a13a8501100a62f16017e

2015-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8961a43bd6605f4a06165f31f7a7fbb8ffdb8d0]

        export data labels for all chart types, tdf#90729
        
        Change-Id: I55b9b87a8de2ecee4f1ae3159938bfd2fb3acbaa

2015-04-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [badec7478035008f514e0976a94438fe2e32dc40]

        tdf#90766: Table - keep with paragraph setting is broken
        
        Modify input set before dialog is created
        
        Change-Id: I66d9ed5c07fcdfe4841d071be9b5252aa925b987

2015-04-21  yogesh.bharate001  <yogesh.bharate@synerzip.com>  [636c5a63d67b52b0d2f9f21a863c45eca6ac9ff7]

        tdf#90223:PPTX table cell left  and right margin is not exported.
        
        Problem Description :
        - After roundtripping, when we open .pptx in MSO2010 or LibreOffice,
        tcPr marL & marR values doesnot exported.
        - Due to this cell text formatting changes.
        
        XML difference:
        Original :
         <a:tcPr marL="45720" marR="45720">
        
        After RT :
         <a:tcPr/>
        
        Solution : Added support for table cell left and right margin.
        
        Conflicts:
        	sd/qa/unit/export-tests.cxx
        
        Change-Id: I45f7b796155fd4445acbf19133954aadaf70890d
        Reviewed-on: https://gerrit.libreoffice.org/15015
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [da36fc8c9564199b8c2f8f28c2e4d04d9862a2d4]

        No more need for PartialWeakComponentImplHelper here
        
        ...since 70626249cd247d9acdad417b8eaf252bae22c059 "API CHANGE a11y unpublishing
        and add/removeListener rename."
        
        Change-Id: I89d81326d97712abcac94c3436a13905954c55cf

2015-04-21  Eike Rathke  <erack@redhat.com>  [e468131fa45fcdf8fe3ef693887f444a6ff1fdbe]

        TableRef: relative sheet reference if table is on same sheet
        
        Change-Id: I823b3495938d29242dabf88fc262f9d7d720434a

2015-04-21  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [60cbd35ce87cb34f01b9c3689e53379c49b6bfce]

        tdf#90605 : FILESAVE:PPTX Line shape style was not exported
        
        Problem description:
        <p:style> tag of line shape are not exported.
        It will export the line shape with no style.
        
        Fixed for export of line shape style
        
        Change-Id: I1ad8d8c3795f180964b551d7501465170e495c61
        Reviewed-on: https://gerrit.libreoffice.org/15297
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [79c3946e11eb909fd258a9a1c1b4075de2e7be13]

        Enable -Woverload-virtual for Mac OS X, too
        
        ...after f29e959c827a5858e3baeea6e748aa597ac9fb94 "enable -Woverloaded-virtual
        gcc warning" had already enabled it for unxgcc.mk a long time ago.
        
        Change-Id: Ic33e026a3d7200c779cec0cd9f23058debc0c74e

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [fe1104e515b4798b477debab6b6da8b6785c7fa6]

        loplugin:cstylecast
        
        Change-Id: I9dfde74fa7e5e3a651ea014e6cc335bac780cb4b

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [d6d5a22b43f8610f67a4b5924d7d12a82cbdd2c9]

        sw: assert that SwField::m_pType is not null
        
        Change-Id: Ifb59810b11db05f4fbbd815ff00efc70cfac03af

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [bbc1fc161d1f6aeb476970aa04534bd5480e757c]

        sw: prefix members of SwValueFieldType/SwValueField/SwFormulaField
        
        Change-Id: Ibadb4fb3a56c271bb045790ea0544bfa35b327b6

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [824229a55e5f5bf0e7bd8e2917635175c9c82dc4]

        sw: prefix members of SwField
        
        Change-Id: If81d5a2ab499837f9e4a38665b0daf2a6bba1269

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [84a6758609fc9472c7cb5a2e449860bcc554ed58]

        sw: prefix members of SwFieldType
        
        Change-Id: Ib07a3c15cb48998d0acb5bfae4e902a2d729b648

2015-04-21  Michael Meeks  <michael.meeks@collabora.com>  [9f81582c7e998f26a0f499ba2ef9c845b9df2358]

        Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.
        
        Change-Id: If8cd8fafea1f88360d86552ac94a985b1d1feae8

2015-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d42346ba77c9c4df241ea40eaf550993ca18783]

        tdf#90421 RTF export: ignore hyperlinks without an URL
        
        Commit fe444d1f74abe417962be0bcd3340f40f2446b58 (fdo#62536: sw: fix
        AutoCorrect bold/underline on existing AUTOFMT, 2013-06-20) adds an
        empty inet format hint on the text node during autocorrection, on export
        we can safely ignore that to provide well-formed output.
        
        Change-Id: Iafae941a13e29dcc7d8b4bade5ce94a486b59638

2015-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d31d038f4e385e228488fd76f6d463a43a2f6266]

        SwTxtAttr::dumpAsXml: show hyperlink URLs
        
        Change-Id: Ie887db2793a8bc85a6cd381db7543436bbd5a9d5

2015-04-21  Austin Chen  <austinchenyw@gmail.com>  [f29e959c827a5858e3baeea6e748aa597ac9fb94]

        Applies CharAttribute to selected text and tests undo
        
        Change-Id: Ibd171fda4ea38de4d76d8f252d6f6d37cf3b9a66
        Reviewed-on: https://gerrit.libreoffice.org/15158
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [856e9b5fe2293bef9c45219391aca664d4a0dd20]

        Resolves: tdf#76825 styles drop down menu is too narrow
        
        Change-Id: I3d1ba1da40990df2427f0d380a85d5e704f37038

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [fa4c2d8a744049b7389d2020ce84bbb28d945c51]

        refactor for reuse
        
        Change-Id: I46e04464376324c7e48fe0ccf7362c3a4256e3c2

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [e367337e58047c4c69869330b36c1f027f5ca5f0]

        split out the code that sets up the device for each entry
        
        Change-Id: Iad426e1cb1eaac24edf1e7bb61307f29d33d8786

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [b28ba9dbd00da1094fcd53f6370c04b7caa99d7d]

        draw all entries the same way
        
        Change-Id: I9da3c8dca4db4a02197a67e1fbedd9b525dc7768

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [e29e3f47e687689c824d71718ae2ccaa4846ac51]

        break out text drawing bit as UserDrawEntry
        
        Change-Id: Icb1bcfb5f9f7475f67c9c001efdad2aa7e0d0834

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [7cf22a0a3202da296c1d1a3dafe6e1e5e1d7405d]

        fix indent
        
        Change-Id: I2628ac3fbabe9f33c41c7f3612eae608fb854ae3

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [f2666110df546a92de1c494ff5b980a23a7e45f2]

        One more unused part of comphelper/implbase_var.hxx
        
        Change-Id: I7ef85887de6bf4196d6dc0c141281d310787252c

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [c13b80e202a07b374531babe3af5a8529483f060]

        tdf#90640: xmloff: ODF export: fix style:background-image attributes
        
        ... for Writer frames, which were missing the draw:opacity; turns out
        this is because now the the default valued properties are not exported
        any more, which causes them to be missing in the property array so the
        hard-coded indexes in XMLTextExportPropertySetMapper::handleElementItem()
        do not find them.
        
        (regression from c3e49660e782816d1203cb936156ef6d6a1ad572)
        
        Change-Id: I84b6c09b23a2275161135290f1b0ac9f52546a80

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [2bf87e1c9d468c433248e7eb72a1ab5432145853]

        Visbile->Visible
        
        Change-Id: I7f26d81c83ff3eee7dfbdc3b9c76592bb152e130

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [7eabf180a9a117164412ed6c0ce1bf14bc58ccaa]

        Get rid of unnecessary comphelper/implbase_var.hxx parts
        
        Change-Id: I85da73dadfdb62c09b5ef5f59a0cf05a0235eaf5

2015-04-21  Michaël Lefèvre  <lefevre00@yahoo.fr>  [2e5af8d69f38463f4563efec3bfb177f031520a0]

        CppCheck cleaning : avoid unnecessary affectation
        
        Change-Id: I3803c5898f94e2786ba6fa464b503f36f5a449ab
        Reviewed-on: https://gerrit.libreoffice.org/14847
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [697804f48f4217dab145d96175c6cddf560ec614]

        Make cpp/poppler-version.h header optional
        
        Older popler (SLE11) does not have this header yet.
        With the code simply if the header not found define version to oldest
        possible working candidate and also raise the .pc check to the same.
        
        Change-Id: I039c879879188fe2eb90cd119b80a1d6354a6a9c
        Reviewed-on: https://gerrit.libreoffice.org/15339
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Richard PALO  <richard@NetBSD.org>  [bd969ed90302655d41743e67124aef7101c99763]

        remove /usr/sfw/lib rpath for solaris in vcl can be patched back in by any distros still using sfw.
        
        Change-Id: I813cc734642c0dc6c1f7e3094955cf94daa14a65
        Reviewed-on: https://gerrit.libreoffice.org/15360
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Bryan Quigley  <gquigs@gmail.com>  [2dc69b55f4d349cc851d1b31e5634819bed64339]

        Initial AppArmor profiles
        
        Profiles and a script to help generate them for 
        different environments.  Not part of the build system, 
        yet.
        
        Change-Id: I502705631494b124f26a71d57a2c9a9eae130fb4
        Reviewed-on: https://gerrit.libreoffice.org/15452
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Takeshi Abe  <tabe@fixedpoint.jp>  [a497b913ba36ff52ad294223a1fda843c16ececf]

        use std::unique_ptr<> to simplify ctor and dtor
        
        Change-Id: Icfb02807cb9370e72149cdb9122b3b108eb3e4a5
        Reviewed-on: https://gerrit.libreoffice.org/15456
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [0a43d7c4859345d7d2aced1309175e974e6e75be]

        cppcheck: cstyleCast
        
        Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [eea5ad99994d279adc3d5897080c58f90b374536]

        cppcheck: redundantCopy
        
        Change-Id: I209b55a6ef962d4a350327e56c4d16c8180a21e0

2015-04-21  Niklas Johansson  <sleeping.pillow@gmail.com>  [7e1d81cc9c8677a19f1f5f1adabbe23794828a3a]

        tdf#39547 Image title/description is lost after changing anchor
        
        This issue has been present for a long time, at least since 2010.
        When the old frames are deleted the SdrObjPlusData that holds the
        title and description is deleted as well never to be transferred
        to the re-anchored object.
        
        Some types of frames only have the msTitle and msDesc so let's
        keep them updated and also use them to transfer the strings in
        question to the new SdrObjPlusData object.
        
        Change-Id: If9b00b70d2556bd32fa2b4f312db4ad09102d9ee
        Reviewed-on: https://gerrit.libreoffice.org/15194
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [47f82250ac18c8553f95428fefdd472ba9fc72e8]

        android: typo in InvalidationHandler documentation
        
        Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [39a271effb5ff9cbdefa604dbd2292b3b01626b6]

        typo
        
        Change-Id: Iba3d56e8c95da526e0e559238e1ec5ba7a29538e

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [9e25f276d92979e231f36e14f10d25a8bed9cd07]

        fix crash on export of ooo30155-1.sxw to odt
        
        Change-Id: I1dd087ea6803f29756e1b78385a4a98f7378e616

2015-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [7546a904265cc0d0a0e3795cdb411cbb945a39fe]

        RTF import: handle d{x,y}WrapDist* picture properties
        
        Commit e789c7f0f15a6b571de95b81e77e3a323e9f540e (RTF import of
        d{x,y}WrapDist* shape properties, 2013-04-09) added support for wrap
        distance of shapes, but that was ignored for shapes, as dmapper later
        overwrote the set margins.
        
        Fix this by generating the expected tokens in case of pictures, then
        dmapper will take care of the rest.
        
        Also add testcases for the original shape wrap distance feature that was
        missing.
        
        Change-Id: I6f219ee6fef71328368409d142897dbae77a0f2f

2015-04-21  Matúš Kukan  <matus.kukan@gmail.com>  [59cea45ec247df1acb691308c940ff97673e4c48]

        Do not filter out libsax from installation even if it's merged
        
        expwrap links against sax and can't link against libmerged because
        it is needed to build libmerged :-/ (saxparser in i18npool)
        
        Change-Id: Ie4dca11e8e1bb16a2506cf7cdb7d69b804d98cc0
        Reviewed-on: https://gerrit.libreoffice.org/15447
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2015-04-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [d34f5fe5ef39de6ddeb10617f27a990c27883361]

        tdf88056: implement export of page title field to ODF
        
        to loext namespace so far, since it isn't approved by ODF-TC yet
        
        Change-Id: I1bb7723bdccec9b670630da5e4d56f47cd615e43

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [df9949ca1306825e6b5bba40b9a88657bc4db46d]

        bogus SAL_WARN_UNUSED
        
        Change-Id: Id2e2c1d563638a7bba56a079dcaf9394b22c3061

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f6d3d52be3c97408682be3aaa6a4bbea11aef08]

        try to find a unique naming scheme for temp files
        
        This should hopefully avoid name clashes during the test runs. During
        the test runs two tests can try to access the same temp file which
        causes one test to fail. Using the pid as part of the temp file name
        should avoid that problem.
        
        Change-Id: I696c3d34e33a5d8e9234238d86f1201ecdfa66ec
        Reviewed-on: https://gerrit.libreoffice.org/15455
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [647cff03bc052cecb5da048d49cad6384c3322f4]

        loplugin:passstuffbyref
        
        Change-Id: I882ef5f8d1193ab3f3daeff0f4eb755c40c898ba

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [d3549ce6ff87a42d3d350a21d8042cf03dc247e9]

        Use cppu::ImplInheritanceHelper
        
        Change-Id: If4f7ebcc2da2bda68a6c51b309541181a40b6df4

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [7973380a713936a2e6eab914432db0a729d935fd]

        sc: -Werror=unused-variable
        
        Change-Id: Ia680b441a418a02148b9a2f27a38691f7c28c173

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9d9eb01e4abb22d4442c7e5e882a5f78187734d0]

        simplify gathering XML conf. data in sidebar ResourceManager
        
        Change-Id: I218698079d205690b596f3d36ff7dedea08c92fa

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9a2fc94475d899c7d5e793de89a7e52a2301ae04]

        cleanup ResourceManager
        
        Change-Id: Ic07e0a9eb72fc78c23d65c82420daa57dbeb44f7

2015-04-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [502a700877f6ed10d81f541de35e53f9f1508b3c]

        Related tdf#88056: Placeholder needed for ODF export/import
        
        Change-Id: I8f232f5bf90401ec3ab4362eb8cc80e0c8d58717

2015-04-21  Katarina Behrens  <Katarina.Behrens@cib.de>  [6609de8856519e0e9ec8456ca0969004a8214346]

        Related tdf#88056: this guy's better off in presentation namespace
        
        no use for it outside Impress really ...
        
        Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a

2015-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [95fcbd2779757f9be89581bd253b8d49a2afa1e7]

        svx: nPtAnz -> nPointCount
        
        Change-Id: Iec25a45729143cea7a8ff5cf4e03969998f2c355

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [37aa209118631c706fb572d7d6c700017c276d12]

        silence the warning from GetAssignedOutlineStyleLevel
        
        Change-Id: Ib55cb1982ed279bc3941eef58f894262b6687830

2015-04-21  Caolán McNamara  <caolanm@redhat.com>  [08642a115e8bb936fa914b6682ca6be9e08350fd]

        add some SAL_WARN_UNUSED
        
        Change-Id: I6f52c91d6b355c9aa0e0bb28990745c4eb4be5ac

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0e8218d9d880fa4be972de3decd9cd42f55472c3]

        sidebar panel or deck can now be marked as experimental
        
        .. so they show up only when experimental mode is enabled.
        
        Change-Id: Ib89b8b03290b7c04edc4da48ed328f03cd88d02c

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ef968e133f8da87b960ab0f0627cc8bcc691d9cb]

        cleanup tools/color.hxx
        
        Change-Id: I7d8f263f9ccb1ea4f230d7a2df4d88c408b3a5da

2015-04-21  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [362c1b188d92b29bfcdad9e6c0bad50954131f11]

        tdf#78606: unittest for docx section header export bug
        
        Checks that header is exported to DOCX when section is first
        paragraph.
        
        Change-Id: Ie8db2a372754208203f0df62137a3a0c3bbf39b9
        Reviewed-on: https://gerrit.libreoffice.org/15370
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-04-21  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [f10ab3425f02a4caea22b2bdbf60a731bd059419]

        tdf#78606: Write DOCX header even if section is first paragraph
        
        Header flags are now set prior to export if a section is the first
        thing in the document (ODF -> DOCX).
        
        Change-Id: I84ba61c11da78a012938163d986ee5fcd301d405
        Reviewed-on: https://gerrit.libreoffice.org/15369
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [b4845f5dba90edf84909e6828d476f675606214e]

        loplugin:passstuffbyref
        
        Change-Id: I4889b3d56b9e6f6926d1d094130c277588ff143c

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [08a943fc379c5f8af25128c935e93e6a9d82d136]

        Get rid of trivial comphelper::query_interface wrapper
        
        Change-Id: I2b9dafd2a34d055dcd8b8c4d894be30dc821d3be

2015-04-21  Stephan Bergmann  <sbergman@redhat.com>  [4592d27dca75e73218ddca2039b1a1332adc828c]

        Get rid of trivial comphelper::in-/decrement wrappers
        
        Change-Id: Id3a12ef9d56c30719f483e610c8a8b08caf05def

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d54555a1e7d79f00a8ba309cf821f0e5f48be21]

        fix AxisModel MSO2007 vs OOXMl default values
        
        Change-Id: Ie4265bf5ef02126d88d7521f86b0b922f77817a8

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c93a4d3d602e4126c2a086e44733a33862dd57a1]

         use b as prefix for boolean values
        
        Change-Id: Id06b8347d965c1388adad6df9c1c0ad3e8213986

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eeaa87c1d92c959fb4e57fa2967587b7f416470d]

        don't create random data series, related bnc#839727
        
        Change-Id: I70d68f68d77af63990477a36ebe9699d0e5eccb6

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c3cfe60ac05d5404e3f2a92fff7af2d2f38628a]

        MSO 2007 vs OOXML default values
        
        includes:
        
        fix data label delete element handling
        
        According to the xsd:
        
        <xsd:choice>
            <xsd:element name="delete" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
            <xsd:group ref="Group_DLbl" minOccurs="1" maxOccurs="1"/>
        </xsd:choice>
        
        which is just insane. Therefore as soon as we hit a non-delete element
        we assume that the entry is not deleted.
        
        Change-Id: Ifa8a59fef200250b931dcb1559d4866cb26bd98f

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5fa0adf25cfcb71129e05e7218cde46874306c15]

        remove whitespace
        
        Change-Id: Ie630331957a6ff9514af7d00529ed875f94ddf26

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [007eadfaa0efae0d8baa51b56295b5adc6564b50]

        fix wireframe MSO 2007 vs OOXML
        
        Change-Id: I6bea0db361174ad93f182e0dd6ce37ae1c4ca8ec

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df6eaac55e6a8b2bec3f3897e87b9a58efe36bc6]

        fix smooth MSO 2007 vs OOXML
        
        Change-Id: I7dcb7a1a462cff40696bc3be860d8b02df8624b8

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e4b736b8a245a03ff20dbc3b0c9cf3be2d1ae01]

        fix marker MSO 2007 vs OOXML
        
        Change-Id: I7dc2b5b99fa10f13b2dc345850af80689db6480d

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [090960a1eb8bff1cf74f041690cd7258070ba312]

        fix showNegBubbles MSO 2007 vs OOXML
        
        Change-Id: Ia5606fc9ab1131d3c0577d25101643f37f91dc85

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1478d2c37e57db1ee869f8ca5573b7dc7c7d6a51]

        fix TypeGroup MSO 2007 vs OOXML default values
        
        Change-Id: I0d01e5b8d5f284ee3049debaf9fba0012dae005d

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0791b8f1d35f2795ff87e21d04395b3ec8bd831d]

        add test case for VaryColor default values
        
        Change-Id: Iaf8012d573044dad21d1008e3a6d583625e6f386

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e001998cb11ce865f2ea8925a058245a04d9e701]

        not every PieChart uses VaryColorsByPoint
        
        Change-Id: Ia2d30c185ecf45335c0ec00ad24bb9c117bb8aef

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7438087a1db55aba395b241df24b4908c9491a32]

        fix varyColor MSO 2007 vs OOXML
        
        Change-Id: If1b7c2d57b46b124707120a1d1906bd0653c735e

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ded594ec9bf79acfcf0570f873c2c29130eaaf3]

        fix shape MSO 2007 vs OOXML
        
        Change-Id: Ia145d6a8fd3af3367a27cbc7618f93546d4007d7

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23de8cfe4d8021cc375731b48a055f4111063172]

        add tests for trendline default values
        
        Change-Id: Id1ff3b7dd10f6d200a0f2cd86ef7f8fa47722344

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e35dfb3c4d5fb9f92ef741d9232dfe32612c572]

        fix dispRSqr MSO 2007 vs OOXML
        
        Change-Id: Ic751eddeeb5690afaf48b47c8bf10592723b0adf

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6000b3aabbc234d46a3dc818d37d4a0b6ac23c6]

        fix dispEq MSO 2007 vs OOXML
        
        Change-Id: I3637f40cb2c354ead03612f2857e7c2e27ffcd1b

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5693eb07f645bef934c2e16ba252298d304ff420]

        fix more mbNoEndCap MSO 2007 vs OOXML places
        
        Change-Id: Ib1002488e880fa1478dceb046cd08b40cdfe7b1e

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [935f3b9993bfb76560c07ba0d39df4ce21e58518]

        fix noEndCap MSO 2007 vs OOXML
        
        Change-Id: I21084eb053c04cb5be5de586ee506cc6e5d97b04

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a1b49b4ad569dd2af8f777aae578484f55d4b9a]

        fix applyToSides MSO 2007 vs OOXML
        
        Change-Id: I3cda1a74695aefa34f2749b29af5409db83f2946

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48d7336ff68a46b814586c8e9ce32690b4d1ade9]

        fix applyToFront MSO 2007 vs OOXML
        
        Change-Id: I7d40663162a907e2bc7280167e311e4d577c3863

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f418edfb2302a32ae6fc571b774504055eb2d345]

        fix applyToEnd MSO 2007 vs OOXML
        
        Change-Id: Ied92054db1daabf7342cb6455bcf5edfc80bc6a1

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02b2ebd32101abd2c2cd7c13ce80109f7a72a7bd]

        export that we don't support leader lines, related tdf#90749
        
        Change-Id: If4faeb8e9b8344ac8b7bf6057c89ceaa503ebefe

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3eff437c462808df929ae6fd0034c0989f7fda3d]

        fix showLeaderLines MSO 2007 vs OOXML
        
        Change-Id: I762383de76ecbabc867ebf3fc9128287421f9c6b

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c8d6a434fb4015e9fb9a43827453d464eb9f7b5]

        add test for bubble3D export, related tdf#90746
        
        Change-Id: I97df89d60add869ea8277295580f880284f29358

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a65d2f85a49b47d163083f7b46f026178aed38a]

        export that we don't support bubble3D, related tdf#90746
        
        Change-Id: Ic3f3f671098a173e05da26c53e3e50fafdf3fd1a

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c0800805dabe0f672b15497fb92e8326f18a0f8]

        fix bubble3D MSO 2007 vs OOXML
        
        Change-Id: Ide059f320e45080278e0c1723c81b26c0bbad506

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d1f5324a7fb094bdfa71166bf0b55b47511713e]

        add smoothed line default value import test
        
        Change-Id: I67f6c6e433402ba610f39b7fa4ee50a8cb5295fe

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3df94a9272260cd839f6aec69d9f4914fc1ba565]

        more smooth MSO 2007 vs OOXML cases
        
        Change-Id: I931eca79499c566e953abeca0b9ba451937e5a33

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c8e924a078f7ac70643be3965ff0b3a0eed240a]

        add test case for no invertIfNegative export, related tdf#90733
        
        Change-Id: I9980b280236f858e6c88ef4ef0ba8cb9d2750b0e

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1797441c7db545b8f03ed1565d26d296cae5d7ab]

        we don't support invertIfNegative yet, related tdf#90733
        
        Change-Id: Idfccaaf3443f15699f6fab38bd89f7874698d6c1

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [684277ba017622f5b2d1396c915c1aa4cfaf98d5]

        fix invertIfNegative MSO 2007 vs OOXML
        
        Change-Id: I54a3eed05702bdfe1e1c625df6463399f38e9180

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1acbe79da41b61f43d86eaadba3ab5e51e65528c]

        fix series smooth MSO 2007 vs OOXML
        
        Change-Id: I7591402f4cea59a41afe1ae010cf34ab8627c8e0

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25ede145f926b2f3212a74e66fe2b2cf8fde9445]

        fix legend pos overlay MSO 2007 vs OOXML
        
        Change-Id: I277bdd76e79310992bbf645d9e215f4dbba47554

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3ec35dbea81d60b44d466a9a4651129143f6593]

        improve marker export to OOXML
        
        Change-Id: I846783ab4c4718eb82fa99458cdffd861b5bf03d

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4aa4a8e660f983baee135b8fb6c6cab3ed240823]

        don't write invalid OOXMl files with invalid fill colors
        
        Change-Id: I4262b31978b9c932cc33b5442cf731f7f45cadc3

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5d212c837890db4819327c44d8f38db3030efe2]

        disable asserts that are failing
        
        The rendering looks correct and I think the new code is correct but did
        not understand why the assert was triggered now.
        
        Change-Id: I3e08bc507a69de447f633cd1be9787f59348cffe

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e60a0b4f768bc5b7f162b290aae20aa07e278123]

        improve assertion messages
        
        Change-Id: Ic3c83e670472a8882eddf8b4d29cf148a8e73d0d

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5402612bb6375d03786f1e9983cb605a3ac4c02]

        add test for title overlay export
        
        Change-Id: I679b2a4597e37f1e902b85ea5239df0eec33fa8b

2015-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21a017926433853e38f6e45c7bd0c29f5fc8fd94]

        by default we don't want the title to overlay with the chart area
        
        Change-Id: I50ffc3419938dbf3bfef2a83d8148e495ce649cf

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f8d55544a42abd0ddc7a0d97cce2aedd0487ca88]

        cleanup templdlg.cxx (Style and Formatting)
        
        Change-Id: I94758b6462c589b1f7eea9bac634e2f33646651b

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ca95307638207db5d662059aa61594151a13e927]

        preview of styles in "Style And Formatting" dialog
        
        Change-Id: Ic10025f8b27c87ae40f62cb04653cc8e6abc7fc1

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [281278541bbbcaa9be78c67ff33dc9cd19e6e457]

        highlight the whole entry in "Style And Formatting" tree/list
        
        Change-Id: I2968541be05aafbd39a161b48d840f7be66deee1

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0dac111a3249b65eb512403897855f9d9b226f39]

        store the paint rect in the SvViewDataEntry for SvTreeListBox
        
        SvViewDataEntry is provided to the item when painting. If we send
        the whole rect to the item, it can make better decisions when
        painting. Extending or changing the method contract would be too
        risky so send this information this way.
        
        Change-Id: I985680a8d053990d992d77e4310853321c0de787

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [68d06f69b56611bc6c95c1c2e8af400c7985a8fc]

        StyleManager & StylePreviewRenderer + common implementation
        
        StyleManager is a new class responsible to handle document styles.
        The current implementation has only the responsibility to provide
        a implementation of StylePreviewReneder, but the idea is to move
        all style related functionallity to this class (and relieve the
        SfxObjectShell a bit). CommonStyleMAnager is the common impl.
        
        StylePreviewRenderer is responsible to render a preview of a style.
        As styles can be handled differently by each component it is
        possible to provide component specific StylePreviewRendered, but
        currently only the common one is implemented and used by sw.
        
        Change-Id: Id271485f571a777a3e94f855d3c614a2efc14628

2015-04-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a630f4f2e18bed78c1c1e4ef793b4636ce5ebcfc]

        cleanup SfxTemplateControllerItem
        
        Change-Id: Ia29d45ed1fe41c986bf7d15d4da4557011544daa

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [3670e3c0c1bfcea9dc50fefb20b67a828b1e35bb]

        sw: ODF import: frame background: do not override gradient transparency
        
        ... with style:background-transparency
        
        (regression from 102bb87ca1a5dee3a09442bf503a54bb703c79ea)
        
        Change-Id: Icead7a47c145eace51249896b6e05d65dfaa2f78

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [09f0919f9a1686f6c1492777307e77f841294192]

        tdf#90640: sw: ODF import: ignore style:background-transparency for
        
        ... bitmap backgrounds of frames.  OOo/LO versions <= 4.3 wrongly write
        fo:background-color="transparent" style:background-transparency="100%"
        for bitmap backgrounds, because of a stupid API implementation with
        SvxBrushItem.  They overwrite that with draw:opacity="100%" on the child
        element style:background-image, which we don't read if we see draw:fill
        attributes, so ignore the background-transparency in that case.
        
        (regression from 5aa360cae0383f270c12708e7e94179a7fde6711)
        
        Change-Id: I4ca59d8932a8e5d034c35543a54528198ad7d51c

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [c3e49660e782816d1203cb936156ef6d6a1ad572]

        tdf#90640: sw: ODF export: be consistent when exporting RES_BACKGROUND
        
        The emulation of legacy RES_BACKGROUND properties claims that (unless
        fillstyle is NONE) all of them are direct values, which causes export of
        legacy attributes like style:background-transparency without
        corresponding non-legacy draw:opacity.
        
        Especially problematic for style:background-transparency, which is set
        to 100% if style is bitmap, which is the reasonable default for API
        backward compatibility of BackColorTransparency, but wrong for ODF.
        
        Change-Id: I1fa4fa5df45eb00cbfcd2e171b4862c4e195cc7d

2015-04-21  Michael Stahl  <mstahl@redhat.com>  [822cb231c9aee2b69d0e645d2fddbab1dfbe3d14]

        tdf#90640: sw: ODF export: fix wrong property types in FILL_PROPERTIES_SW
        
        Wrong type causes draw:opacity not to be exported from FillTransparence.
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: I478fc34dfb614f0433a6e28b0260379528b86680

2015-04-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [77568e5c970ee14d92de765686689ba6fccf2a17]

        don't try to sign merged libs on windows
        
        as those are fake, just textfiles with dll extension that signtool
        doesn't like.
        Also made the text more descriptive "invalid" is ambiguous,
        "invalid - merged lib" states the reason why the file is a dummy.
        
        Change-Id: I31801fd0c3aa593549fac5e6275189e18bbc0010
        Reviewed-on: https://gerrit.libreoffice.org/15444
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-20  Henry Castro  <hcastro@collabora.com>  [1cc023dc093cc858637c1bcf4a756ddd44d61658]

        Resolves tdf#83366 Copy and Paste crashes Calc when original doc closed
        
        Change-Id: I5ab279a7d7af6829735b47ef5228f56dc77580c9
        Reviewed-on: https://gerrit.libreoffice.org/15292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-20  Eike Rathke  <erack@redhat.com>  [887370fe830a148f309b23011f3428d80a53811d]

        only convert in svMatrix, not in external references, tdf#88547 follow-up
        
        Change-Id: I7bc03f7ff3ec57317e7fbad4476874bac6c44877

2015-04-20  Eike Rathke  <erack@redhat.com>  [46befa93818dc7dedc614a08bf0266b0723f9284]

        clarify that only text in arrays is to be converted, tdf#88547 follow-up
        
        Change-Id: I7cebaf1a2907f4beb10e128ea5d479df45c1e1c5

2015-04-20  Eike Rathke  <erack@redhat.com>  [b756a907eadb803c8014c7a875bb0b0ee32c50b3]

        error handling per element and propagate, tdf#88547 follow-up
        
        Change-Id: Ic7171f3b0c0931e476d8419257b33c760c6283a6

2015-04-20  Eike Rathke  <erack@redhat.com>  [2fcd8c2c40481a95bf0cf59b1dd314d84226226c]

        take different paths for performance if bAllowText, tdf#88547 follow-up
        
        Change-Id: I93cd943f9b26e6e4bdc7c616e9fc7a46d07a9d91

2015-04-20  Matúš Kukan  <matus.kukan@gmail.com>  [7a8f48ba8739c491b5bae23bc9947e44f1813926]

        scp2: remove unused gids
        
        Change-Id: I723e752ff4bab9e36b3f3a08fc1fe8d10511d774

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [20a2d64bcee0a7c7719c893af90b473b68ecd4b4]

        sw, writerfilter: these 'using namespace' statements can be avoided easily
        
        Especially the 'using namespace std' is scary, now that we have
        std::shared_ptr and boost::shared_ptr, too.
        
        Change-Id: Ibb584281f1b9d56103ab5984473eb484157c12d5

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [4eff3e7c455e8db2c00b7ee5eb1d2296b45d2823]

        Related: tdf#90681 table model can have truly empty cells
        
        this time the missing cells are on the left
        
        Change-Id: I55a5aa60c8d06b25b0c48b3f6a683694adca8e6a

2015-04-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [799fd7552f544834ae2d3b77c3ce69e36590b63a]

        tdf#88547 allow inline date-arrays for Calc array functions
        
        only allow for Calc functions NETWORKDAYS.INTL, WORKDAY.INTL
        for compatibilty with Excel
        
        Change-Id: Ic695fbb0c35fe3cac3857abe2d40fe2d71870e99
        Reviewed-on: https://gerrit.libreoffice.org/14839
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-20  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [a323ec686a25cfe9049b02a57642dd225b3b8319]

        odt2mediawiki.xsl: table cell color in cell attributes
        
        Change-Id: I44f1969a227a811cdb740b387e30cf10994360b9
        Reviewed-on: https://gerrit.libreoffice.org/15445
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e2708a5a8cad3c2f4578742264610abab677395]

        tdf#80708 RTF export: fix unexpected table row break
        
        Regression from commit 1f77a5e8d5bf8a7f1b7bd7206996d2b2efc59462
        (n#203704 fix RTF export table output for subtables, 2012-02-08), the
        problem is that RtfAttributeOutput::StartTableRow() has two callers
        depending on if it's the first or a later row, but the m_bTableRowEnded
        flag storing if that method is called is only set in one case.
        
        Fix the problem by moving the update of the flag to the method itself.
        
        Change-Id: Ieae1fb53f9528fc74d037d2fd783b3979b17cab8

2015-04-20  Stephan Bergmann  <sbergman@redhat.com>  [a40d0bdf72d914628ab609e3db8230e6472a9af3]

        Use OFFICEOTRON/ODFVALIDATOR determined by configure
        
        Change-Id: I456669f15a659e144fc6ecad053cd0b929859424

2015-04-20  Michael Meeks  <michael.meeks@collabora.com>  [4fed8865be56ac431fb91e2432c6e93ce3f781c7]

        vcl: convert new to ::Create
        
        Change-Id: Ifd52953086ea923fa1770892d13f32c2263aec54

2015-04-20  Michael Meeks  <michael.meeks@collabora.com>  [f12488405cdfd8555078d15807aafc5ffd1b037b]

        dbaccess: convert new to ::Create.
        
        Also convert svtools' WizardShell::createPage.
        
        Change-Id: I09bd40ef4748aa2de7b49eeefc95be06b545ea05

2015-04-20  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [50c43b030b2911d83b2e8fc4bc0499b1641cb043]

        odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use current vbles
        
        Change-Id: Iedaddf11604b13c7db1d2b588a5f205f691ea2b4
        Reviewed-on: https://gerrit.libreoffice.org/15440
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-20  Noel Grandin  <noel@peralex.com>  [b8bc9023a3190cd93150fb14c2e37ad4deb8b435]

        sc: convert new to ::Create
        
        Change-Id: I196ef015660a2d87a33957ed3442341001f4a303

2015-04-20  Stephan Bergmann  <sbergman@redhat.com>  [423cfc2061babc90a61bbd97f38da13ba538396d]

        Create output dir
        
        Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa

2015-04-20  Noel Grandin  <noel@peralex.com>  [8e934e79407fba1b0ba564dbaf295a2102d557a4]

        sc: convert new to ::Create
        
        Change-Id: I38bf7fe0dafe2cfd2535055f764293070de9c42c

2015-04-20  Stephan Bergmann  <sbergman@redhat.com>  [9561c2f6793bede6e5092c36a4f1c8dbb782c4f4]

        Clean up new rtl/surrogates.h
        
        Change-Id: Iec781bdbbf216cb14c9ba5be5955123273d7699c

2015-04-20  Noel Grandin  <noel@peralex.com>  [7819d49facfac7e241840ff9ea6932447e92a6f9]

        sd: convert new to ::Create.
        
        Change-Id: I35c03ea4430eb5a5bd4c7cfaed74f741c09cbf18

2015-04-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d0d8e0a2a7244814f783f16c6c8b342fe6d16e79]

        tdf#65695 write density 96 DPI to JPEG files at compression
        
        Change-Id: I14f5e9abe63954141f1711115f884db68282d94c

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [f517052783b232e31969e944bce565905fea8cf4]

        fix crash on export of abi9702-1.doc to docx
        
        Change-Id: I3c0d7560d9a47123ca98f72c0319fcee97894913

2015-04-20  Takeshi Abe  <tabe@fixedpoint.jp>  [f6a4f11afb7c4dcd72b52892f2e449478a3d7017]

        Make use of std::unique_ptr<> to simplify ctor and dtor
        
        This also renames member variables with the m prefix, drops
        a couple of private functions which were called only for
        lazy construction, and stops persisting in futile const-ness.
        
        Change-Id: Ia4d1aded294f6b22a25a7cf40eb37418d45c9f0b
        Reviewed-on: https://gerrit.libreoffice.org/15359
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6644e9a446773a5cb4f528d891a44a76c561dec]

        sw: prefix WW8FormulaControl members
        
        Change-Id: Idf747fb895c15e8df96a6ced06cf9f0df5d35e39

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [9107bb354bdeb5496c4bf61e3068ff80f5fd009b]

        sanitize strings with invalid high/low surrogate sequences
        
        Change-Id: I9ad1aa651b6971526dd924630fe5606b7632f2dc

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [de4c419c730befb25655811b6582607b8b7bcd4e]

        fix build
        
        Change-Id: Id9fad922622881d29664d2149b74c98742a4e88d

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [888e154dba0d0de2539e44029f022dbf963a6029]

        drop unused -SfxAppMenuControl_Impl::RegisterControl
        
        Change-Id: I2f9d151449d5f58cd553f28b98c2aabfbb204dd6

2015-04-20  Noel Grandin  <noel@peralex.com>  [04cadb3191573dff59c79a7780a4139ed148f122]

        java: remove some unused code
        
        Change-Id: If1cdc67535b11d9309503b14ffad2aa3718661c6

2015-04-20  Noel Grandin  <noel@peralex.com>  [14bc818895a5cc10054928b5cbb49eaff086e8f4]

        java: some random small cleanups
        
        Change-Id: I22a5b9fa29d465a21e682279e6e88d37bd8adf93

2015-04-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4adcc441d9c6396797321c055858f1e85807374]

        don't create random data series, related bnc#839727
        
        Change-Id: I29d29e06a17167e9fc2d3caf40084e80274dae72
        Reviewed-on: https://gerrit.libreoffice.org/15419
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-04-20  Caolán McNamara  <caolanm@redhat.com>  [fd8c06aded20cfd6b4f9c729cec120c0d2d574aa]

        duplicate surrogate code
        
        Change-Id: I9fad024e4b5c8a4ca272f2387df07351198cf5dc

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2fea109e6454b10e8e85148b93bdca89066fe8d]

        RtfAttributeOutput::ParaHyphenZone: use \hyphpar
        
        Previously SvxHyphenZoneItem was serialized to some custom RTF extension
        that even our own RTF import ignores since LO 3.5.
        
        Change-Id: Ia99d9750ad0b1a07105eeef2bee07e6fdbfe7876

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3ec386c2283a196f8d9f1edd0ff97c38ddb281a]

        RTF import: handle \hyphpar
        
        Change-Id: I2a1d0e194af6eb5fb865d3ed26712eed09a3b28f

2015-04-20  Noel Grandin  <noel@peralex.com>  [9c50c39fb4410d966d12aee915f6dc9ed53d0211]

        convert SEARCH_OPTIONS constants to scoped enum
        
        Change-Id: Id0f0c7d692410cf5e1477c5180e7cfb8e7b0f52b
        Reviewed-on: https://gerrit.libreoffice.org/15345
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-20  Yousuf Philips  <philipz85@hotmail.com>  [e1929061783b9d0276a51ee5f1979cf62f434c5c]

        TANGO: Fix links.txt entry for default icon of curves split button
        
        Change-Id: I84a2581429b1453a5e2ba896402dc6b687cad0c4
        Reviewed-on: https://gerrit.libreoffice.org/15379
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-20  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [f472ab2d1341ee194ff2be65035ef4e75f420d5f]

        odt2mediawiki.xsl: improve export filter
        
        Replace <text>&#10;</text> with <value-of select="$NL"/>
        
        Image
         + Add the alternative text in a image
         + Add support for image align with wrap='none'
        
        Paragraph
         + Replace <center></center> tags
         + Add support for background-color and font-color
        
        Table:
         * Cell:
           + Use align element
           + Add support for background-color and font-color
           + If all cells have the same style then specify that in the row section
        
         * Table:
           + Add support for table align and table width
        
         * Row:
           + Fix new line at the end of the row
        
         * Header
           + Treat the header like the row
        
        Text:
         + Add support for background-color and font-color
        
        Change-Id: Icd7196006b6d06d6c0c030d967686ed8f8a5e454
        Reviewed-on: https://gerrit.libreoffice.org/15391
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [30a6622ca8046691d57eb5c422da7646edcb0cb1]

        CID#1295034 uncaught exception
        
        Change-Id: I853e520dd60c3e19cbf7a7b620115df50fc25b30

2015-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e16ece1dd59caf7229a7db3504712cedd9a9775]

        writerfilter: remove newly unused methods
        
        Change-Id: Ie15422d7936cd84d5c4a07a5b75fdb02efc6ea1e

2015-04-20  Andrew  <dent.ace@gmail.com>  [ab19dd7715ee62d2c7767ebb443189603b2a82f7]

        Optimize Breeze icon theme - Pt.3
        
        Lossless image compression of png files using ImageOptim.
        Saved 27KB out of 488KB. ~5% overall (up to 66% per file).
        
        Change-Id: Ida48909411b02bbc6d355dc0678151089afabc26
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/15393
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-20  Noel Grandin  <noel@peralex.com>  [20ce82d5d5f936438d5e9c08d308754d39037ede]

        convert AppleLanguageId to scoped enum
        
        Change-Id: I6646872f76bb9365a8c2ef809bc942f28b690a32
        Reviewed-on: https://gerrit.libreoffice.org/15378
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [fc0d494b8936ab11abca761810de8a03f579edf5]

        rsc crash on WIN64 due to LP64
        
        rsc stash stuff in a 'value' filed that was defined as 'long'
        saddly it stash also pointer there... which on WIN64 truncate 64 bits
        pointers in 32 bits scalar.
        
        That went unnoticed for years because on every other platform
        sizeof(long) = sizeof(void*)
        
        Change-Id: I218ae181c9d6b64ade457ee49942d1d07a933bb7
        Reviewed-on: https://gerrit.libreoffice.org/15394
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-20  László Németh  <laszlo.nemeth@collabora.com>  [d68cf40b7a16e20e99c15d310b24c91c2ca89ef6]

        Add "eg." and "ie." to the English sentence exception lists
        
        "eg." and "ie." are frequent informal alternatives of "e.g."
        and "i.e.", (e.g., see http://en.wiktionary.org/wiki/eg),
        but these word forms weren't in the sentence
        exception list, resulting unnecessary automatic
        capitalization of the next words, "eg. Here."
        Avoiding double trouble, this capitalization is disabled now,
        like in the case of "i.e." and "e.g.".
        
        Change-Id: I86819ae62967de3fe4ea5d032972b3ad30f059f2

2015-04-20  László Németh  <laszlo.nemeth@collabora.com>  [13cc2002d19c96aa3ed14ae1cf2d695f832c0f05]

        tdf#90723 LibreLogo: missing oldlcap initialization
        
        Change-Id: I0781e4d8d9a9c2c9b8ef9968babeca8274d126ec

2015-04-19  Stephan Bergmann  <sbergman@redhat.com>  [66673d0f628b61aa8afb8d699b8407305ff3a2cd]

        loplugin:unreffun
        
        Change-Id: Ib6b8e49e1795c1b748dfec6a63333ee5011c04ad

2015-04-19  Caolán McNamara  <caolanm@redhat.com>  [7ee0f5e9190f9b3bba76a8b23b2ef917d4cd1412]

        add test-case for EDB-36788
        
        Change-Id: I727f0bcee5c506fd524ff1b1b6f9de5f012bed20

2015-04-19  Julien Nabet  <serval2412@yahoo.fr>  [a75d90740647414f55ef5a37bdfb230d624ec2eb]

        Related tdf#55502: Harden a bit
        
        Change-Id: I56155e234b13ca3e9fb95565d08a38252eeba712

2015-04-19  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [174f205fa24ccf72e9a479d6be901144418f899e]

        tdf#90357: Fix crash while pasting into draw from impress.
        
        Change-Id: Iff0b072f0968e1e3e54617bd6903019ef3edb1ac

2015-04-19  Caolán McNamara  <caolanm@redhat.com>  [4950c579d125ed7aa5eecccabe900ce79cd667d1]

        callcatcher: update unusedcode
        
        Change-Id: I4b2a7ea03aafbfbf1fece1533da801a4326d80f9

2015-04-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [433016e68fd98583ece002ec41009da42454072e]

        bump product version to 5.0.0.0.alpha1+
        
        Change-Id: Ia9302fd2ab0012365850295ef960a91af223c022

2015-04-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [96cf95832943f0079f8eee23297d7cdc0dd753e1]

        update credits
        
        Change-Id: I3113877d7e59ad3ac799ebacb51914553cca57e4

2015-04-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a734bbda3e46db4952603bd67d8333406a3f947f]

        Updated core Project: translations  9741c39649c0c54cd79b9949d28eca364c087b61
        
        update translations for 5.0.0 Alpha1
        
        and force-fix errors using pocheck
        
        Change-Id: I68916e7c0a7af9c3caeba4e86c19e1e9e71d9465
        

2015-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2605e7a206af0b7d9c0a6f6d0f94ac3faf12f8d]

        writerfilter: remove remaining doctok bits in GraphicImport
        
        Change-Id: I399b389d4bd54357c6578417d2983017a60f0f51
        Reviewed-on: https://gerrit.libreoffice.org/15383
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a51f8cdda3f8d649d693aaf0c11e3a215b46bca1]

        forgot to add test file
        
        Change-Id: Ic08080f34cb01d0be6b760339f773feebd8bebf2

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a6061d7b774e0ff25d2a9281d039c586b449bbf7]

        fix title overly MSO2007 vs OOXML import
        
        Change-Id: I36ca118fd1412febd3384c25359a7b285908336b

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [316f1505f1e0b1820c51913a11ae00b86a43cc13]

        add test case for data label default value import, related tdf#74886
        
        Change-Id: I7792f542204f9813f3e36a49924da17f7abd14ea

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [914b4fb5a3c159bfd7cd8be2639185144f11d7ed]

        import chart MSO 2007 streams correctly for docx files, tdf#82216
        
        Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f969d256fdbbc0b93d7baeec089afbbea94fc0e]

        use correct default value for OOXML and MSO 2007, tdf#74886
        
        Change-Id: I7733e1ea08322638afe4ffda8bb535f5223cc8e1

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1a7a2c1b11737e31b7852ef12d25ad0339f2a74]

        fix indentation
        
        Change-Id: I1d7fa501959758d17440edcec146724cba97535f

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb2d47a9e1ee3a2a657d62cce318be209e934b56]

        add test for axis number format export to XLSX
        
        Change-Id: I379ee890d184e3c79851bb1ea2f8b9b4de65e44c

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb745ece0be4e1042c940bae2df8420296fea1ee]

        export axis number format to OOXML
        
        Change-Id: I1dcea725686f8224bda03913d0b0da9f743a5fb7

2015-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bb87abc0cc7bf17af62117b65e18bc007573e6e]

        fix upDown bar export to OOXML
        
        We should not really export it as this leads to wrong import into MSO.
        
        Change-Id: I94897eef040af0785acb3c7615ce6f5b5a96f055

2015-04-19  Michael Stahl  <mstahl@redhat.com>  [c4a267215c10647ff281e9e629faa0a8a201f4b4]

        tdf#82430: gcc-wrappers: command line *must* start with a space
        
        Yes, you read that right, if there's no space in front of the first
        argument, cl.exe will *ignore* it.
        
        Change-Id: I73d9bf026705538e53b5d91091a4c96eb15739b2

2015-04-18  Julien Nabet  <serval2412@yahoo.fr>  [41392516ca0fc099c383c4319923b895ecc16be6]

        tdf#55502: Shell BASIC function with empty third param hangs
        
        bt:
        2  0x00002aaaab2b5226 in __assert_fail_base (fmt=0x2aaaab3ebce8 "%s%s%s:%u: %s%sAssertion `%s' failed.
        %n",
            assertion=assertion@entry=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())",
            file=file@entry=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=line@entry=500,
            function=function@entry=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:92
        3  0x00002aaaab2b52d2 in __GI___assert_fail (assertion=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())",
            file=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=500,
            function=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:101
        4  0x00002aaaae1f44f8 in rtl::OUString::operator[] (this=0x7fffffff36b0, index=13) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:500
        5  0x00002aaaae274036 in SbRtl_Shell (pBasic=0x3531fc0, rPar=..., bWrite=false) at /home/julien/compile-libreoffice/libreoffice/basic/source/runtime/methods.cxx:3613
        Check if third param isn't empty, if not, aCmdLine finishes with a space character
        
        Change-Id: I095b6dc7c7d2d4c826fb47aa1414c558bbc27c04

2015-04-18  Julien Nabet  <serval2412@yahoo.fr>  [d1aae56014a3e8fa2552ce178a2374c31cf5de12]

        Typo: thow->throw
        
        Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847

2015-04-18  Michael Meeks  <michael.meeks@collabora.com>  [354df32a6da2557ac9edc0937b0032406bc6ba15]

        cui: convert new to ::Create.
        
        Change-Id: Ifad69772a4954f14772cca9eeae913e546eff477

2015-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc80f2fcff9871ae3c7ac9b75e3ed8f62a445906]

        testOldComplexMerge: work around buggy libxml by not using //
        
        Change-Id: Ia53d7a2aba039386cafcf8d0030c9e768c08b743

2015-04-18  Caolán McNamara  <caolanm@redhat.com>  [e7e182bd18f37751a33202e07f7502d698458888]

        silence MacOSX_37-tdf-buildbot failure
        
        Change-Id: I2b23d406463168f010c8f2d48889a5a0ff15895c

2015-04-18  Caolán McNamara  <caolanm@redhat.com>  [980ab387851a9ac0b2f39a648bc01b8cba855715]

        fix export to rtf of ooo87305-1.odt
        
        fold DocxWriteTable into SwWriteTable and make the same improvement to the rtf
        filter as the docx filter to keep the table writer in sync with the current
        table, and mirroring the cache improvement of the docx filter into the rtf one
        
        Change-Id: Ia0d5972acbe6524da67497defdcbcd26cfdc44fb

2015-04-18  Caolán McNamara  <caolanm@redhat.com>  [a5f76a11ec9eb9640e792056ef0629cffa1a2d12]

        fix 500+ new assert failures on export
        
        soffice.bin: svl/source/config/languageoptions.cxx:167:
        
        static SvtScriptType SvtLanguageOptions::FromI18NToSvtScriptType(sal_Int16):
        Assertion `false && nI18NType && "Unknown i18n::ScriptType"' failed.
        
        assert is new since...
        
        commit a7b7c64afc523cfd9ff4e724b3efbec6567fc1c8
        Author: Noel Grandin <noel@peralex.com>
        Date:   Wed Apr 15 09:36:39 2015 +0200
        
            convert SCRIPTTYPE_ constants to scoped enum
        
        this fix seems sane.
        
        Change-Id: Ic308bd34ac4ac76dd9e679f4387eb3ccea7a46c1

2015-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9eefff51b29edb928a6770d90dbb6cf4654e3cf]

        loplugin:implicitboolconversion
        
        Change-Id: I5c74d150d5e7e35ef9512e6f07bf370c521b0fec

2015-04-18  Caolán McNamara  <caolanm@redhat.com>  [d6521b07f407e70e0eb94efd5136049e2cc6cc33]

        fix higher debug levels
        
        Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3

2015-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [89f5c1516fd3cf96488d97f62065b1ae0bdb9efa]

        writerfilter: clean up remaining doctok bits in DomainMapperTableManager
        
        Change-Id: Ibbd0404c88a4086b9583a430e8c6fa4d0bc558eb
        Reviewed-on: https://gerrit.libreoffice.org/15377
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d449f7ce236898e332b95468c5707829fc9cb83]

        cleanup fontitem.hxx
        
        Change-Id: Ie42766d5340083f0c14184738867375c648f9464

2015-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ab0cd9b481c8af1954faf7a54c4b1d2c2fbb5577]

        cleanup colritem.hxx
        
        Change-Id: I8e703012fe5693251aea6ec1f7a7997c4d6b0edc

2015-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ac1ca7a9e3200642248c402202bbca94f61c90c8]

        cleanup svxitems.sdi
        
        Change-Id: Id154295e7f241acf986d9c3078c9ca18dbcce0e7

2015-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6f683280159a7186cea5aadb5a7fc15e32fbe237]

        remove stdio.h include from compressgraphicdialog
        
        Change-Id: I510995b55f69b7541f3cf11f0af66b73657af1ca

2015-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a88a8ca0d2b3f5a807ade539ef7609aa31b6742c]

        xmloff: cleanup StyleMap
        
        Change-Id: I487ab62f412512b0437e6b46a01a3be7c88f5760

2015-04-18  andreas_k  <kainz.a@gmail.com>  [211c12b9c64facd1c12f637a5229bd6a6feb032a]

        Breeze: update markers and cropmarkers icons
        
        Change-Id: Ic1fdd15e90f16037b79bb78fed6fa3a5a914498d
        Reviewed-on: https://gerrit.libreoffice.org/15374
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-18  Eike Rathke  <erack@redhat.com>  [6f0ac5ddf1eedc153e3e46836f885ff59e57fd1a]

        TableRef: set 3D flag if table is on different sheet
        
        Change-Id: I1a25d603333b78dc89534e45fa23f99c18bd0ee6

2015-04-18  Eike Rathke  <erack@redhat.com>  [8c2173d95c8fd626c5399144d5820a791147bdbf]

        TableRef: transform to reference if not supported, i.e. for ODFF
        
        Change-Id: I64f751455fbba901bb41f91daaf64ee4878a19b4

2015-04-18  Eike Rathke  <erack@redhat.com>  [6f25c21eb5cf311d828b77e602a17390af19c962]

        const all CreateString... FormulaToken*
        
        Change-Id: I0e0f064357543e5dc86b178ce30ee005e5483e04

2015-04-18  Eike Rathke  <erack@redhat.com>  [aecf1ea0c8ba2cbbe40754d48f22f0a58dbe0cf3]

        TableRef: scan any column specifier
        
        Change-Id: I9eb51741d8c5ace52cff70b1954ebde678e6b338

2015-04-18  Eike Rathke  <erack@redhat.com>  [c8b9b398fc74cb625f796a0e336c32be21c08b7a]

        TableRef: activate for OOXML import
        
        Change-Id: I7ebe365c81af5ee9ea70b2efad8908b360a51a7c

2015-04-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bff8c4b69a21a0b78b87c975f8e3aa772d6c2bd]

        don't pretend to have a bitmap url if we are not using bitmaps
        
        Fix hack for #i78615#
        
        Change-Id: I7571f3039e0af91560e24c6d00a7ae456f8ba300

2015-04-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de4dd423b257d83ca32a9b1ccd007fbe7e7eb91e]

        these two attributes are not part of ODF and unnecessary
        
        Change-Id: I8eda0998f0bb9503cf7d6e89ace2fb1872273880

2015-04-17  Michael Stahl  <mstahl@redhat.com>  [171fb61c6526daf83d6948a543a1614215590946]

        tdf#82784: cui: Area tab page: do not override imported bitmaps
        
        Check that we don't clobber a custom bitmap in the dialog.
        
        The (non-obvious) trick is that the name of these is non-empty, so we
        can check that to filter out pool default items that Draw likes to put
        into item sets (?), as well as just plain weird items that Draw likes to
        put into item sets, while avoiding relying on the surprisingly
        implemented ImpGraphic::operator==().
        
        (regression from 38d0047da7f964c862360b48d88cc869ad376b6b)
        
        Change-Id: I0b94e49ef3a9a32c188c3b117a57f780f55e1584

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [5ea025e63751c259956ae84b8edf8d4fe33663c2]

        chart2: convert new to ::Create.
        
        Change-Id: I14887bab5ced6e5915a8ecbc277017cec37a82ca

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [e1019ecb0c2bd79aeda8fa3e969daf3cb3952792]

        Windows compilation fix in DX canvas.
        
        Change-Id: I835b0d073885a452fc1031892ad2e59d8670cfac

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [62532bf14eb9185f32ea8831c38d8896c6ae29ad]

        framework: convert new to ::Create.
        
        Change-Id: I436ae2e58b3f79e7a0418d25532f275f5c16154f

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [40313fc3a21c9c2f6c62070ddc8d1512cc58b3c2]

        reportdesign: convert new to ::Create.
        
        Change-Id: Iee14abd27f9f51ef5e054015a2b033f48cadc54b

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [a92cea7e6c07f4f122addd324f6f25616443f3ed]

        Windows compilation fixes.
        
        Change-Id: Id04ff9302893654ae1f62db9f5005517c90e5db2

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [9657455d985ecce30c4e9d3d799212e7cc8aa57a]

        Resolves: tdf#90681 table model can have truly empty cells
        
        old school complex tables can create a table model
        where a cell exists in the table but there are no
        paragraphs in it.
        
        --------
        | A | C |
        ----
        | B |*D*|
        --------
        
        i.e. normally for the above there are 4 nodes which
        get exported, even though C and D are merged. But it
        can be the case that there are only three nodes, and
        *D* is missing
        
        be conservative for now and only do this for the
        obviously broken no cell start but cell end case
        and incrementally build up the test-cases
        
        Change-Id: I5703595f61688a66b7fac7f3905ace0c207c9875

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [85b01322b6384ae13818c22659b99bfcc94e06fe]

        Fix SfxTabPage creation to use VclPtr.
        
        Change-Id: Ia0e8b666daec7b5eaba119c758b9ca1ec8276128

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [67ef5f22aa3c8f060ab5caf5b816e9806c610654]

        SwTableLines::size is an unreliable way to count rows
        
        pathological old-school writer tables can have one line here for merged rows
        
        The table writer knows about these things, so use that, keep it up
        to date, and make that up to date cheaper to do
        
        Change-Id: I3433206a54c7cb096b699ac0b61653358e647115

2015-04-17  Noel Grandin  <noel@peralex.com>  [d8ebd9044177e1269c8c81c4c0e3ff53d875247a]

        sfx2: convert new to ::Create.
        
        Change-Id: I53f95a65702c144ba4c4b0caac1e172015fec0fa

2015-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b3c07a78b8db73a966a0999153c6a914cbedae5]

        RTF filter: export \hyphauto
        
        Change-Id: Ide8cb5f45d3eb60c45d86d58a9ab12bbc9f4cf47

2015-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [830abf307aab9f9611db60b5c734fbafd3b3d8a3]

        RTF filter: import \hyphauto
        
        "Automatically Hyphenate Document Contents When Displayed"
        
        Change-Id: I832eed60511b332a3f936b8239fd0a56a84879f1

2015-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c172b75b8ea5653246174399a530d238b1680ce0]

        add attribute mandated by ODF
        
        Make sure that it does not confuse our importer by adding an attibute to
        ignore it when the new elements have been added.
        
        Change-Id: I15991be9dd993e2aeb18c440a14de3711f8001f4

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [02bd12876efb4d4269dba4bd8f0d18b43c7894c9]

        fix crash on export of ooo103108-1.odt .doc
        
        stop pDel->Cut from deleting the pLastFtnFrm
        that we still need
        
        Change-Id: If5dc507ea58c613a581c0528160adaa5ca5364f3

2015-04-17  Noel Grandin  <noel@peralex.com>  [3f5733216541c5b1e9d86861812a7a857703740c]

        svtools: convert new to ::Create.
        
        Change-Id: I1f46485d23c57b2ca212ba1c349b07f22265bc89

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [c8b6751cb4fb0dc834015a1cdfe3adb8506a0f2b]

        get the vertical span from the reliable getRowSpansOfRow
        
        unstead of the unreliable pTblBox
        
        Change-Id: I083560fdbcf83173c5f3c42267ca2d8e4e6d9a17

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [5eff55bfa868f768674407fbcdbb18c0b225d99c]

        Don't throw UnknownPropertyException for givenname/sn from KDE backends
        
        Open TODO to actually obtain values for them, instead of returning an empty
        css::beans::Optional representing "no value available."
        
        Change-Id: Iceb286e9873216f7bc36bd88b09ac03bd3a2c895

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [c110559268461dd3b7b8e28d24e36fdbcc25bb17]

        simplify code
        
        Change-Id: I07e0b1689225a78db92bd7338291a128d671c0ab

2015-04-17  Noel Grandin  <noel@peralex.com>  [cb516fafbb2a6217d9c41030217cb024ff18272e]

        svx: convert new to ::Create.
        
        Change-Id: Idbcc64e883b79081c7a6399e1aed8a6b20035f69

2015-04-17  Noel Power  <noel.power@suse.com>  [4c24d41d9f44cbeafde6ffbdcdfdf15e20112357]

        fdo#71797 strange font selection bug with font preview
        
        The dialog seems to be automatically in preview mode from the start
        (which seems wrong) That bogus mode of operation (which I failed to fix
        from the begining) is somewhat responsible for the behaviour we see.
        Adding here a further ugly hack to ensure we use GetText when not in
        drop down mode (this is when clicking on a cell or cycling through the
        font list with up/down keys) In dropdown mode sweeping with the mouse
        highlights fonts (and we preview the highlighted ones) Note: in this
        case the selected font and the highlighted font are different, we
        need to pick up the correct one.
        
        Change-Id: Id2ba96a57d2f8cfc9657bce8de3ac27588868eaf
        Signed-off-by: Noel Power <noel.power@suse.com>

2015-04-17  Noel Grandin  <noel@peralex.com>  [5df70781f3001d2f5be0343fc9daf04ab5c56719]

        svx: convert new to ::Create.
        
        Change-Id: I52f589dabdedb538a4a5d0eadfa42b0d10de9b80

2015-04-17  Tor Lillqvist  <tml@collabora.com>  [ba397fc65fa4a21742b62c5b3f796b3535263ef4]

        Revert "WaE: unused variables"
        
        See 3ac1584549364c573d4d4e3baed9ad39ad6ce8e4.
        
        This reverts commit 7bcf9131032cbcdb162f33d03230e43d4f1db2aa.
        This reverts commit 063aec33f029f1fbdd1b1ee274e94a00f256465e.

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [d457c25c491267999b1f82f2b4f76f7ccbe9cf37]

        Blind fix for ImplPixelFormat16
        
        As pointed out by tml on IRC, its implementation looks completely bogus, and
        together with the previous 40a26be24bd64a6c7c8cc98228fd440c8b9323b5
        "loplugin:implicitboolconversion gold" that gives rise to the suspicion that the
        class is effectively unused anyway.
        
        Change-Id: If5fa5cdd1dac51f10dba7c77ad9975ee61ccc8be

2015-04-17  Eike Rathke  <erack@redhat.com>  [c9519a210523c732188a494c14ac212db43463e5]

        TableRef: handle unresolved column specifiers
        
        Change-Id: I8b4fa10da0a39df941f92b8bb074b9031f81fb8e

2015-04-17  Noel Grandin  <noel@peralex.com>  [5cf00154ca1e5013ceba59103ad706a3492ea70b]

        sw: convert new to ::Create.
        
        Change-Id: I3783ee5c3eca2ecb4490a16032edad7e6ebe3460

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [ff349e96ae552d852ee39ce08009079b76033fd3]

        incredibly dubious hunk of code
        
        from
        
        commit 0415e2696156b25226f21085a0716187f83c2f4b
        Author: PriyankaGaikwad <priyanka.gaikwad@synerzip.com>
        Date:   Thu Feb 27 17:42:52 2014 +0530
        
            fdo#73219 File corruption: Table in header
        
            Description:
            File corrupt due to the end tag </w:tc> </w:tr> </w:tbl> are missing after roundtrip in header4.xml
        
            Conflicts:
                sw/qa/extras/ooxmlexport/ooxmlexport.cxx
            Reviewed on:
                https://gerrit.libreoffice.org/8378
        
            Change-Id: Ib05a50b3b3beca6c744b93360f9341ddcaa1a22a
        
        Change-Id: I93ecadf7bfd2d19da33611e82ba95c4106bda2a5

2015-04-17  Noel Grandin  <noel@peralex.com>  [f0f786e8fc7165a22b67ec73331ee8d66c01409c]

        sw: convert new to ::Create.
        
        Change-Id: I1669be3e1dfdb6733952b2a801371da243fb94c2

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [8e4d82cd1125502c26ddaaa85c49c4aa44f65811]

        loplugin:implicitboolconversion: warn about conversions to unsigned char
        
        ...while avoiding warnings about conversions to bool-like typedefs (sal_Bool
        etc.), also in cases where those typedefs are used as type arguments of
        template specializations (which is no little feat, and the current code is only
        an approximation of it, one that appears to cover the relevant cases in our code
        base though).
        
        Change-Id: I0ed3801aec7787bf38b429b66e25244ec00cac9b

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [b76f96a520ec71308529802442aafe9364edde23]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I3c6baec2cec24e23e9bdf78882a69838f10b533c

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [d881bde066a891c921feafe0a06c568e6c3efb0f]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I049b2eec5b2201f4056bb6e7b9b97e7763e5e214

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [9b77b33a2dbdbb3e44a51742f0bcb7dcdea4db52]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I10d50f76dff5d5e456b28393c48b4de21201779b

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [12685fe6b8c28ceeaacf590503c9c30ef64af3e9]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: If12ec14db83001fe2b51bda25fc71302953d0496

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [958048faf2a28264047c20fa470d3b24bb3c2811]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I165f9cff6c0e942213dddf3b5841c4bb22017330

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [f4022fedc676e3b5c8e5dc1e559a2b9fe9c0fcf7]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: Ib7138c40a7f78adae2c362019bc9e20900391ebf

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [b6df255ff1111d4400edd42b12f4f9929be3e83f]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: Ia175eef112cd79019be26a6a068992d796cb2faf

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [ab8405cae9e25ac5201b3648a53a811670ebb715]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I248a35364e7bc24ec2d62f70ac9a9e91f07ddf68

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [66d412cacd0e22aee4e7ee119c93440c18baaac2]

        loplugin:implicitboolconversion clean-up
        
        Change-Id: I231012b4603158a6b81d42741076f1742da6695c

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [9f23260105672903a047c2194a36ebd448fff135]

        SvStream: WriteUChar -> WriteBool
        
        Change-Id: I89aa0e22c31d368ab36fe46917db6aacb11c7b14

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [c007829a67456ef01b82b8368f7ed3e5a3026c95]

        Clean up conversions from ScBreakType (aka sal_uInt8) to bool
        
        ...assuming these shall indeed all convert everything but BREAK_NONE to true?
        
        Change-Id: Ib1c863bfbf9be58aa7867aa69c8347f6358f6550

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [0b49aaf09becf8775411b7082b95e87086e8b5d7]

        loplugin:implicitboolconversion gold?
        
        The code was like that ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62
        "initial import" but looks very much like the intent was to make the conditional
        operator bind tighter than the less-than operator.
        
        Change-Id: I810aa5dc56f02e98111f4879db50c59a9b69b8d6

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [1d6c30889d808ec50d0a5c6164481ebc09f6fce4]

        Use bool instead of sal_Bool
        
        Change-Id: I931d1931c231e9b8a489d718bd51b490bda071c2

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [4b431291bba8429ea80c43721bc6dd5f0ad4d2e8]

        refactor a tiny bit for future plans, no change in logic
        
        Change-Id: If104cdbc7e9d38c9664492f433c53ee5ffb59578

2015-04-17  Noel Grandin  <noel@peralex.com>  [0269ef901119635fa809245698c985b30e648ef4]

        sw: convert new to ::Create.
        
        Change-Id: Iab0fc73540b3c7a60c64296dce86b70c1e02cf09

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [3ac1584549364c573d4d4e3baed9ad39ad6ce8e4]

        E3DModifySceneSnapRectUpdater does its work in its dtor
        
        Change-Id: I215bc3fe9e8e5a95d98cc8f5f1ec970c6d80dee3

2015-04-17  Tor Lillqvist  <tml@collabora.com>  [063aec33f029f1fbdd1b1ee274e94a00f256465e]

        WaE: unused variables and fallout
        
        Change-Id: If6d68b54aa4fc5744a30521e5fa7caf9d876d975

2015-04-17  Stephan Bergmann  <sbergman@redhat.com>  [466d0f2cb2b2bb7fba306ab089be7f648578474e]

        Clean up conversion from TriState to bool
        
        to witness, in Draw select multiple rectangles, with and without shadows, then
        "Format - Area... - Shadow"
        
        Change-Id: Ia1d042f0e3e99bb55228c558568c96b113edfe00

2015-04-17  Jan Holesovsky  <kendy@collabora.com>  [0bdfe0f946042cdd59468d96a756f28db7cac7fe]

        draw sidebar: With the recent Jay's fixes, default to expanded sidebar too.
        
        Change-Id: I5a05b116fbaac553adf7a87f88cf4bab19df39f0

2015-04-17  Tor Lillqvist  <tml@collabora.com>  [7bcf9131032cbcdb162f33d03230e43d4f1db2aa]

        WaE: unused variables
        
        Change-Id: I3b0ed8a6c8e5d13b9236ee1a1337820c3cbce9ac

2015-04-17  Noel Grandin  <noel@peralex.com>  [5459c4a7312ce7bc0326978f4164441e76e5d5a4]

        restore these extern methods, they are used by VclBuilder
        
        Change-Id: I4c20e941975b6eb872729b351eb1af901adba649

2015-04-17  Katarina Behrens  <Katarina.Behrens@cib.de>  [3e56e3214073bb915c3a2ff4cb5429c63f18c459]

        Related tdf#88056: prep UNO stuff for ODF export/import
        
        Change-Id: I13c95b3e96db96634a3247154d28eddb3ae6c80d

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [06a9243ff34f0666141c9eabb322a2eedb4c331a]

        it has always been the case that RowSpans are signed
        
        we just get away with this because we cast it to signed before use in
        ww8
        
        Change-Id: I646ea3a0eb84923dd9835f18356d67f4f72ba18d

2015-04-17  Caolán McNamara  <caolanm@redhat.com>  [350f11a8bd089698e004e0f288417108131ce74e]

        add some SAL_WARN_UNUSED
        
        Change-Id: I41ba1bed4f49a122a15213edf41e094254bfb282

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [9e43761446db5b085dbabea5df00f6fc253167ac]

        filter: convert new to ::Create.
        
        Change-Id: I6cea3011ff3c89c95fa19cc4264b43779aa0e0a9

2015-04-17  Noel Grandin  <noel@peralex.com>  [a3525585f10ff39b9aae14d7506e94cf77542c14]

        sw: convert new to ::Create.
        
        Change-Id: I937aa67ee4a3b07bd180daaaa3c665245ea08b92

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [0a497cb52a2ffecd94178eed296ba8ae7f526358]

        Use VclPtr for OGenericUnoDialog::createDialog.
        
        Change-Id: I0c2040889931a4700735339c5252f8d5fee234ff

2015-04-17  Noel Power  <noel.power@suse.com>  [004381ddff4e926972a7a9d14915bb2f4638b1e5]

        fix for fdo#70886
        
        detective shape thingies set an anchor (with an invalid start address)
        no idea why, it seems intentional (for the case where the dependant stuff
        is on another tab) This screws up the alignment for zoom logic
        
        Change-Id: I0f2356da69caf705003e81c4f8020c466e031d69
        Signed-off-by: Noel Power <noel.power@suse.com>

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [0703fc22519b391cece54f9d67012cffd9867765]

        desktop: convert new to ::Create.
        
        Change-Id: I114ab23302970ce0abe551ffd693e92b0f4ae8c5

2015-04-17  László Németh  <laszlo.nemeth@collabora.com>  [5ed0006b385849896d399241639cc8883e9bca47]

        Don't enable toolbar layout manager using LibreOfficeKit
        
        LibreOfficeKit doesn't need ToolbarLayoutManager.
        
        Change-Id: I10ec8733448407b0a93ca63e444f914f05410eff

2015-04-17  László Németh  <laszlo.nemeth@collabora.com>  [21a9ddbc1c69f57dec7944dc7751b5377e9c50ff]

        Writer export: don't update doc stat using SkipImages
        
        to speed up text extraction
        
        Change-Id: Ifa81483f537c8a79326c40fb610201f0bbbcc97a

2015-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [06a2e00c1a3c00cb40700f61f7cd61ac6681a7c3]

        instsetoo_native: also keep profile at 4 here
        
        Change-Id: I29f7efd065805b12199b8a6a3aadcf62cdcecee7

2015-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [4ee2a882dddb395a816cd54004b634d57cfb2446]

        tdf#86182 RTF import: fix handling of \rtlpar
        
        Commit 558d5c25a0b1d6a937d33291a4b6cd7fca6cb15b (implement RTF_LTRPAR
        and RTF_RTLPAR, 2011-06-09) was just a guess, this one is the proper
        mapping.
        
        Change-Id: I1156ef5ddc34264d761d3e64dd0537bc6ec0ced7

2015-04-17  Noel Grandin  <noel@peralex.com>  [e0686cb7564eb2eeab62ac35a2a36da8f83ed90a]

        workaround ErrorContextImpl in vclwidget clang plugin
        
        Change-Id: I6c0265f33a88169708d0812639169b665a95fc1f

2015-04-17  Michael Meeks  <michael.meeks@collabora.com>  [5cc560f6c27dc60764f644d6b5fb5ccb1b8072be]

        basctl, basic: convert new to ::Create.
        
        Change-Id: I1fc2c69640ed625425a679380d6f25178bc5aeb1

2015-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e5980ccf39b54240524f059a65497b766af91cc]

        svx: nPntAnz -> nPointCount
        
        Change-Id: I2a4c7ef9d33db1c34a4ab338f70f800b30083f4f

2015-04-17  Noel Grandin  <noel@peralex.com>  [a7b7c64afc523cfd9ff4e724b3efbec6567fc1c8]

        convert SCRIPTTYPE_ constants to scoped enum
        
        Change-Id: I5be3980ac865162d8d7626556ca47eca4b0ee433
        Reviewed-on: https://gerrit.libreoffice.org/15344
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-17  andreas_k  <kainz.a@gmail.com>  [add7eeb7dbd0eefa0c5ae5430490864079add801]

        Breeze: some updates recs from jay
        
        Change-Id: Id9680c42f41a00932240f62ff51e54eda295223b
        Reviewed-on: https://gerrit.libreoffice.org/15358
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-17  Eike Rathke  <erack@redhat.com>  [35a4d80750553e7d51a6139b61c47a4f7a475ce8]

        TableRef: use relative references where appropriate
        
        Change-Id: I1c680186271f20b6c01c06dbcc642bc1cf90865a

2015-04-17  Eike Rathke  <erack@redhat.com>  [61a4859a63619c12057f28ba7df76336ffd45ccc]

        TableRef: differentiate between cell and range reference
        
        Change-Id: I1243f8407e8301e0e4662b8839ab53d29dcfe5ed

2015-04-17  Eike Rathke  <erack@redhat.com>  [9bfe478eaaa1c6b88bd396c94724a4afcc737549]

        TableRef: use errNoRef error token instead of setting compiler error
        
        So the ScTableRefToken always holds some RPN "reference".
        
        Change-Id: I69aa485b9b85286a3b272617781bb07198ea52c8

2015-04-17  Eike Rathke  <erack@redhat.com>  [be5b88c87dc50abd1d37a0074a5fb072d132fce2]

        TableRef: add the resulting area to ScTableRefToken
        
        Change-Id: I142c0c39ab4bb3c1d099cba42491cc9928ab300c

2015-04-17  Eike Rathke  <erack@redhat.com>  [ccecacf002eb367bbe72eee73fb1d0f89aa2653f]

        TableRef: prepare ScTableRefToken to hold the resulting area in RPN
        
        Change-Id: Iaf76cf298dd2f9f9b8d9fb56ecb9e7b29fdc6ca1

2015-04-17  Eike Rathke  <erack@redhat.com>  [95f62a57efec6bc38d8c59d95e5df1e9dc228038]

        ocTableRef is not in RPN
        
        Change-Id: If91d6724a07a40c28c0ebe64e94fa3166138072b

2015-04-17  Eike Rathke  <erack@redhat.com>  [1b9c67c75bf25fb16e5a4aaffbb64bc0edf3ee5f]

        this confuses me here, move it elsewhere
        
        Change-Id: Id1b53f7f05305f25ac0b78d3d6c7dbe0fdf52bba

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [5d5f447e738f159297b3d7bf10220c3cdfe7e2fa]

        UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.
        
        Change-Id: I7b8c7ece656589c50fb066e9fa1565fd59f930da

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [a461467a3edc1452835447ff075fda7420aaf153]

        drawinglayer, editeng, forms, fpicker: convert new to ::Create.
        
        Change-Id: I5144ac74a09a3ac5679abca89e7d87386f2484fd

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [5252a1d81eb69d3de443d2988367359c9174e36d]

        tools: leave ErrorContext with a vcl::Window * for now.
        
        Change-Id: I83bd24b9dfcd446969fc0ef657d81dd787c8ba2a

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [4a33504d31a24fead3191b9aa6602bde86ef3d17]

        formula & canvas: convert new to ::Create to get initial ref-counting right.
        
        Change-Id: I96e2e59c2f880632cf719f3346e345a5d03cc858

2015-04-16  Michael Stahl  <mstahl@redhat.com>  [b9262e415c6deabc403df51230929649e0511e62]

        overloading is hard to resolve for poor old c++
        
        Change-Id: I76ae48783942a558c674c5dcb2869540a819bf49

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [d24f93dcf004dc81d4d5e9acec0b4e663fa09cd8]

        make CreateItemWindow return a VclPtr<>.
        
        Change-Id: Id15ff8900376aaee4343d7ee08ae062e1c462ce4

2015-04-16  Michael Stahl  <mstahl@redhat.com>  [c6ec3e4cee8c7c22380780f2661ac23946cdb050]

        tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()
        
        The ridiculous algrorithm used for TEXT_DRAW_CENTERELLIPSIS will go faster
        if we cut out most of the text at the beginning instead of one at a time.
        
        (regression from 912ecaf565e68d2ca3fb9584712313e712749f75)
        
        Change-Id: I9310dda1847222215bafe372e3efef9d365e1ad9

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [384e705a9e1e41dd859d22a09293c65a28ef6535]

        avmedia: convert new to ::Create to get initial ref-counting right.
        
        Change-Id: If7441005123ba1427d308b999af84b0c55a94a07

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [5430eb76db1ca40248717bcbee6b65e56c1a0e9b]

        slideshow: convert new to ::Create to get initial ref-counting right.
        
        Change-Id: I513dacfa0dd2e902437578611b6d39575f2e7314

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [f1879e200bf1ec60e4f56451e57517f6a42873eb]

        make CreatePrinterOptionsPage returns a VclPtr<>.
        
        Change-Id: Iaa7814573b48b6c9ed10426b992c944393b23332

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [6ffecab0cfa0168ae2a98dc961de663855d41648]

        loplugin:redundantcast
        
        Change-Id: Id887e25f626917d4775f0df92935ecbf08b0455d

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [5be108ee578a4000ee77f2ccb9a2c2d5d2bcc39c]

        starmath: convert new to ::Create to get initial ref-counting right.
        
        Change-Id: I4382f4a9cf74f87766c76412698b4031574b6107

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [40a26be24bd64a6c7c8cc98228fd440c8b9323b5]

        loplugin:implicitboolconversion gold
        
        Change-Id: Ie0768c822d1271cacd230f8bd9a4c7987e1ebba3

2015-04-16  Michael Stahl  <mstahl@redhat.com>  [4f8b87d9bcd31aef8f0b22095a3d02715f943ee9]

        sfx2: warning C4100 unreferenced formal parameter
        
        Change-Id: I4613071807bdedeb2058af12f0f808bdffc0e5cd

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [442104c59be5e8e986501e5fc1a02f46066605d7]

        MathType::HandleNodes return value is unused
        
        Change-Id: Ibffcb06e1bfccc4ad604114813b0226395e2d791

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [16f7f5899bddc32ddfdf3b0e23faee528883e36c]

        SwGlobalTree timer dispose.
        
        Change-Id: I9a626f67b1552445beca72ca47b388525f653d8c

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [bfedaea4921a3bba10e1cdb566901978b6dbffc2]

        improve comment
        
        Change-Id: I451ab0fb0e7ee1a6d20091caa9c1142b16796dc7

2015-04-16  Jan Kantert  <jan-lo@kantert.net>  [3e55cf49f406076e1bdb491f8b3d484b766d5c72]

        tdf#89394. fix hangs because of unavailable Windows UNC path.
        
        UNC: \\server.domain\file.odt is stored as file://server.domain/file.odt.
        Windows local: C:\folder\file.odt is stored as file:///C:/folder/file.odt.
        Linux: /home/user/file.odt is stored as file:///home/user/file.odt.
        
        I cannot find any case where we only have file:// (but not a third slash) on
        a local file.
        
        Change-Id: Ib15b3380cb40f1cd37123be7a38426b74fbde5cf
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-04-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ae677af0440037b28a69c6ca4ea90de821435b85]

        '0' is a not the same as undefined or empty value
        
        Change-Id: Ie077fc273601607cba72099d650c6774f08240fb

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [cf9d714f74871e15c0019e289d45f2fc77be378c]

        Use C++11 std::vector<T>::data()
        
        ...all uses of bytes::data() look like they're fine with std::vector<T>::data()
        not necessarily returning nullptr when empty
        
        Change-Id: I48c3877cfb9fb1a4a129bd1e072410a8bebc87b1

2015-04-16  Stephan Bergmann  <sbergman@redhat.com>  [c1c309d37c5129ef291becd5821d9aff3991a828]

        Replace "sc design mode" sal_uInt8 with TriState
        
        ...used values were 0, 1, and SC_FORCEMODE_NONE = 0xff
        
        Change-Id: Id6303b77a11d22c3d19cb22c3b5838cc7cec624f

2015-04-16  andreas_k  <kainz.a@gmail.com>  [b88583992ee63302e9a287a8af2206c864c381e8]

        Breeze: modifications and missing icons
        
        Change-Id: I9ca57f62755b614c8b80c06907f923403c7f68df
        Reviewed-on: https://gerrit.libreoffice.org/15338
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-16  andreas_k  <kainz.a@gmail.com>  [56ee8a655e7c48d59eaf3099a15cde139f3cb117]

        Breeze: point fixes
        
        Change-Id: I790cf788ff0043bfadf0fabd9a78166e5f05b26f
        Reviewed-on: https://gerrit.libreoffice.org/15337
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc5811402aed36d05ceaa9b65ef31886fb163d0a]

        rtftok: handle over ownership of stream to utl::OSeekableInputStreamWrapper
        
        Previously we just kept the stream around till the next embedded object
        or document end and hoped that the stream wrapper is deleted before the
        underlying stream goes away.
        
        Change-Id: If2bdb1e664d803fc48d06204fe3aef72b279b5b6

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a3e8b470edf2fe76188f9ccf6b0f32dfc817ea4]

        RTF import: fix handling of \objdata
        
        There were two problems here:
        
        1) The input stream is read multiple times, so plain naive XInputStream
        is not enough, XSeekable is needed, as it is the case for the stream
        provided by the OOXML tokenizer.
        
        2) Seeking to the correct start position is not enough, code using the
        stream will assume that seeking to the beginning of the stream allows
        reading the correct data again, so provide a dedicated stream instead.
        
        With this, handling of math equations created by Word <= 2007 and
        embedded to RTF files can be edited finally.
        
        Change-Id: Ic225e1e1060f8bdd5651a21e68970620c9ac6b68

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7df7c098ed3a6dc1ecf5b20857835d16d1f9283]

        RTF import: handle \objclass
        
        Change-Id: I771c83d0ed8a06a2eeec57a40a80092b537d9b84

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [3617548b24db8966193acfe9d720232c4fe1d56c]

        RTF import: allow multiple children for ooxml:OLEObject_OLEObject
        
        Change-Id: Iec84588daf5555d1207827efb0f26d8354ad462b

2015-04-16  Michael Stahl  <mstahl@redhat.com>  [581314958f0ddd6c3a0536ce2d7e7e6f0c53a8ec]

        tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3
        
        The transparent frame background is painted opaque because
        OutputDevice::DrawTransparent() records a MetaTransparentAction
        instead of returning early.
        
        Note that master and 4.4 use drawinglayer to paint backgrounds
        so the problem is only visible in 4.3.
        
        (regression from 36b59f2efc2bfb2c9256c39eb5687808deb)
        
        Change-Id: Ide7a076b72123097a9fe099b96d36cda7f7bb082

2015-04-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [468aaa1bcf96c86c4a33b5dcd0aabb41e14b042d]

        bump version to 5.0.0.0.alpha0+ - but keep profile at 4
        
        Change-Id: I30536ecd8a03a19a647d247e7c6ece3d6f1695c1

2015-04-16  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [cb88d1be95dfeada1a35fc13ca5d611730820443]

        Do not clobber configure output with gnutls
        
        Avoids this mess:
        checking whether to use gnutls... checking which redland to use... internal
        
        Change-Id: I1950755fb5331b6158b99a2741b15d34a32dcd38
        Reviewed-on: https://gerrit.libreoffice.org/15333
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-16  Tor Lillqvist  <tml@collabora.com>  [958d26e11fa20931b8ac543ed4760f50f22c115c]

        The mode lines says we use 4-column indentation steps, so do that then
        
        Also, be consistent in spacing, indentation and alignment. Inconsistency is
        infuritating.
        
        In this case, I decided to drop the attempts to align the names of "methods",
        and their parameter lists. They were not all aligned anyway, and some of those
        that tried to be in fact were off by one column. Also, consistently use a
        blank line between the method pointers,
        
        If you feel strongly about this and *want* such inter-line alignment, by all
        means re-introduce it, but at least try to be consistent then, and do it for
        all methods.
        
        Change-Id: I382ca0eaf8533ebc3f829ebd978a9676ebcefaf0

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [bf82918e53422ebfbe1f1d71cc0ed4b556966b11]

        Improve the VclPtr documentation.
        
        Change-Id: Ie69fa0fcc8cae0a3f5be8fb4a5b884caa2d56a94

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [35178d188a91cd30012c25ade39fcbb437d7cbab]

        Another malingering timer.
        
        Change-Id: Id101fe2023a1f9d6b66e7621516a1710a494ff34

2015-04-16  Tor Lillqvist  <tml@collabora.com>  [1d2ade4987bbf813f3fd37298725a7ebb1a91e49]

        CID#1294411: dlhandle is "leaked"
        
        Change-Id: Ie8dafb4d5dfd2ab09d71bc509f91e5c2c483bfb8

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [93f9f9cc132fda19a8860c80f40a872e4158110e]

        Stop timers, and guard against emission on disposed navigator.
        
        Change-Id: Ide1f94c07c83a5b8d9a522e02177ad2fe481eff2

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [83dbbfe52d280f8b18423f83b68ffb8147998c85]

        Make ListBox handier post dispose.
        
        Change-Id: I98fcf119a1a7118b46482a43c5f8acb7f0044900

2015-04-16  Andras Timar  <andras.timar@collabora.com>  [67ba186a94119207ef2d10f508c3d43e8bdcfce1]

        Updated core Project: translations  8514f4f02022d70c8221eb2f2b47a7f18de1475e
        
        Updated Slovenian translation
        
        Change-Id: I7cd4ad4cbab7189893ef2d4321443362af7dea21
        

2015-04-16  Michael Meeks  <michael.meeks@collabora.com>  [baca9020b83c09dc486e706a1e99060cf0dac063]

        More protection for SvTreeListBox.
        
        Change-Id: I55731cd69aa12f5709e300759f556e29e8ceff5d

2015-04-16  Caolán McNamara  <caolanm@redhat.com>  [4eea128a1fbac60f3ae8d28836c95152506d9ede]

        coverity#1294409 Dereference after null check
        
        pDoc isn't null here
        
        Change-Id: Icf705f2bc67cb08a1920aea5965eb6f0e4786ada

2015-04-16  Caolán McNamara  <caolanm@redhat.com>  [e727d4ae8f4b38c7ee65425e4f7fa1d134765a1b]

        coverity#1294408 Logically dead code
        
        pre recent refactor pBox was assigned NULL
        on the now early return pLines->empty() path
        
        Change-Id: I6ecb31afc7a70fd5e11ff474145fd0e73dc33cef

2015-04-16  Noel Grandin  <noel@peralex.com>  [3e710c27f7cda7d24206aa01ad7d28df4b08f69d]

        fix live children left behind at destroy
        
        Change-Id: I5c02f27e72635b5cb658a620ead63ff3229c3994

2015-04-16  David Tardon  <dtardon@redhat.com>  [565716b0abca281dfc1291aedf4497f55611b6b1]

        Revert "make more classes dllpublic"
        
        This reverts commit add2ca7b3ab10ed9d18e60d8e50020168d922836.
        
        It causes too much breakage on windows. It is better to start again from
        scratch.

2015-04-16  David Tardon  <dtardon@redhat.com>  [cfaccff5aa7be7e240e51c6661ee09812b1aa113]

        fix windows build, part 4
        
        error C2487: member of dll interface class may not be declared with dll
        interface
        
        Change-Id: I467670d483112ddbe8e608a7884a9c4e168e470d

2015-04-16  David Tardon  <dtardon@redhat.com>  [0af144e76f148f1f8f5af2d9c4d06180d6d3ed60]

        fix windows build
        
        error C2487: member of dll interface class may not be declared with dll
        interface
        
        Change-Id: I00d2a30490ab3ae5fa574e398fb6327089b8e770

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [20958c4e21a3b212c4a12a6c0a83cadadd99354a]

        svx: can avoid comphelper/implbase_var.hxx in formcontroller
        
        Change-Id: I37a1d16f76cad6b8ff5727ecd09d718e15519de9

2015-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2831714ef1a2ede9f365e7f3ce5b6172a408aac5]

        CID#1294410 missing break
        
        Change-Id: Ibfb4a60bfdce303264ef1826f943672695cdf274

2015-04-16  David Tardon  <dtardon@redhat.com>  [a21118b0492c6424b4cccaf588ab73cbf9423a18]

        fix windows build
        
        error C2487: member of dll interface class may not be declared with dll
        interface
        
        Change-Id: I63898789eb9c9ee767a5c72e31156e23d50c81fb

2015-04-16  Noel Grandin  <noel@peralex.com>  [5040e5038cc240b746db7badbc237d5bcd9cf690]

        fix crash in CppunitTest_sw_uiwriter
        
        Change-Id: I2411ce6d661f5bcbdc5e6d09f195ba6f15da24ba

2015-04-16  David Tardon  <dtardon@redhat.com>  [6b846cad777307c73d735b553153004170ef01c0]

        fix windows build
        
        error C2487: 'Read' : member of dll interface class may not be declared
        with dll interface
        
        Change-Id: Iabee3995f612116c3b6bd5c881ed617c0393addf

2015-04-16  David Tardon  <dtardon@redhat.com>  [add2ca7b3ab10ed9d18e60d8e50020168d922836]

        make more classes dllpublic
        
        ... to fix asan+ubsan+dbgutil build
        
        Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a88873e96d5aa916146a74c20b34b2715418350]

        add test for tdf#90511
        
        Change-Id: Id4f338d8f19b796be10f035df0bdf28076f6511e

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [514433a819102e8463d90a907fcdb8e429e07917]

        export and fix pretty printers for calc unit tests
        
        Change-Id: Ifa5d097e3c09fa0c96339b4eb6fd2be81516856d

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [915303a7903bac1e9a940370e69651dd48d08a01]

        fix werror problem around sal_uInt32 vs sal_Int32
        
        Change-Id: Ifab0f5ad300882b1a014f6420094e5db503105e3

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e239836009390a5f2b4ee4d6dfd42b6032f7cc4]

        add test for tdf#90533
        
        Change-Id: I3a045598d2883290bdc8fa09ea8377059249ad5f

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f9f53c4a8c9e1cd2fa1a9f48576b09f1bfd023ae]

        support tint for databar and colorscale colors, related tdf#90511
        
        Change-Id: I59b00ab856583ed08f70c9c90469bbb44cb5782a

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb2063832dd64d39ec57d70d0637fe23412c096d]

        we don't support roundedCorners, tdf#90533
        
        Change-Id: Ic02c8c265792356fccedb310a44997443e46589a

2015-04-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [09a1e4f36128f64029d45a38d9b059bf11ea0821]

        move unocrsr to unocore
        
        Change-Id: I1a3185e89e68b4d85221b8296fe9ffad8b18de5f
        Reviewed-on: https://gerrit.libreoffice.org/15335
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02c14ff310141fea1f716d154c6c851fe3024c74]

        same problem for color scales, related tdf#90511
        
        Change-Id: I980f42ff902da4f919a59d74b5a2834f5e601817

2015-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [4daf6600a3f5c1d58ff1c79396f05d3ea5cb7103]

        Move these together
        
        Change-Id: I0352e3180d553c46c6ca905628d5b46d1af0b8a7

2015-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [fa3daee4b694202009f3d98c7b374825ec34605d]

        DBTOOLS_DLL_NAME not used anymore
        
        Change-Id: Ieb9a373e4d59bfe72a7709bd7822617f9877054a

2015-04-15  Michael Meeks  <michael.meeks@collabora.com>  [d3d2453432a59fbba3a8f8c44260982bf67ec939]

        Unregister sidebar ControllerItems at the right time.
        
        Otherwise they linger post-dispose, wreaking havoc.
        
        Change-Id: I6d0981ee15e82111bc825c75d28b703e5a5d266b

2015-04-15  Michael Meeks  <michael.meeks@collabora.com>  [389d3e6f01264b8d94b0f40cd8faecc4c954a838]

        Properly dispose old sidebar Panels when we switch panel.
        
        Introduced in:
             "vclwidget: convert lots more sites to use VclPtr"
        
        Change-Id: I1a3741b8a0369a90d71885e9cbfa4a2b1408c410

2015-04-15  Eike Rathke  <erack@redhat.com>  [cff5ee864b2d87d74079697425d7895dbf1b2ba4]

        tdf#89957 prevent crash, not really fixed
        
        See source code comment.
        
        Change-Id: I3ab7ab6aec1d782de0733064fea031c895f28965

2015-04-15  Eike Rathke  <erack@redhat.com>  [b03563571fb922636635ea72f2dbda18d736ff89]

        more SAL_INFO sc.core.grouparealistener
        
        Change-Id: Ia3c75e626edee3ad28ad5b7eb80f729ae8aaa83f

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3121049828596b369e3ea844355d61666e49795]

        use index as real index and not token, tdf#90511
        
        At least in calc a theme index is a zero based index into the clrScheme.
        A map is unsiutable for that task so let us use a vector and still allow
        to get them by their tokens.
        
        Change-Id: I09d56acaf22c3ed16387aae95c36382302c5a17e

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b99a4b81f53aa406a98e167fc9b8e1f1347fa970]

        remove empty constructor and destructor
        
        Change-Id: Ia88d17a632f75b203823b66a5fdd261732c09ae4

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

        add SVX_DLLPUBLIC
        
        Change-Id: I46ef716d572d27ff0a6153afa7453d1a32d6df26

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [6276ce0f6cb9a9d4251400fd5fd14ee3f259ab62]

        fix SAL_WARN_UNUSED placement
        
        Change-Id: If387e8d9371bc752c782533a1bdeb3dc8902dd34

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [5537b135dfc4c499112fd4d1ef6ca6866f65c9bc]

        add some SAL_WARN_UNUSED
        
        Change-Id: I6b8fb1d9b76f586a9a27d53f90e7686fcdf35077

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [9c6021e115aca5af9d259e5e3f302c472a60bfdd]

        and SvxContourDlgItem is also unused now
        
        Change-Id: I9696123d8ce9cd69520921cd19cf26e3f60bc61a

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

        and now SvxBmpMaskSelectItem is unused
        
        Change-Id: I76993ffb0dd347afe4f114431e8c12922d5c6882

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [3bf27eaa9f524e3b6ae2a3eec47368f63b3aeeed]

        don't crash on export of fdo60087-2.xlsx to xls
        
        Change-Id: I888828bc88deea16c46895d29f25526bd3c44ce7

2015-04-15  Stephan Bergmann  <sbergman@redhat.com>  [0e08fb803ff5535a60bd9e87c0528702d001148d]

        -Werror,-Wunused-private-field
        
        Change-Id: I90cb42aff1d57a92f371d339b0be7c71b1a15ff8

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c1434196e4ba0ef97c2f33c2335647410ad5ff8]

        sfx2: silence bogus SfxObjectShell::isTiledRendering() warnings
        
        It's expected that e.g. the basic ide doesn't override these methods.
        
        Change-Id: Ie32002c8416c5c0cd81ddf010fa5156b0698560e

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [791d8b4f1f656a8553c25fe9034ca8a350efaaae]

        DOCX import: convert MathType to Math if MathTypeToMath is enabled
        
        With this, math equations created by Word <= 2003 and embedded to docx
        files can be edited finally. Previously the result was read-only and
        opened in an unexpected new window.
        
        Change-Id: I4f9dd1cca4a149959f6151cf9af9242b53190ef5

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf33f22ff29b6e4f6ea204e7d438cf28a1079392]

        tags: also index officecfg wrappers
        
        Change-Id: I6211762b03bd85a1388027906858020a767f12f6

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [add60d233f70ff56472448bd50b3771f38974c52]

        starmath: allow UNO import of MathType
        
        com.sun.star.comp.Math.XMLImporter already handled MathML import, but
        MathType was not possible externally.
        
        Change-Id: I5bf7181758a12eeaa576d016d3704a771ac5a8ba

2015-04-15  Noel Grandin  <noel@peralex.com>  [70198102be405da5a50e3c813fc42a39a4c9a398]

        loplugin:cstylecast
        
        Change-Id: Iba70d0e7fc7cf4829e709efd25e8125353379942

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

        don't crash on export of ooo52825-1.doc to .docx
        
        Change-Id: I944f65c9bf1cf7cc39e674bab602dbf2d499317c

2015-04-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [24d6c704a6a5fb9d0bfbea4156a8d95c27693544]

        tdf#62101: Show only file extensions we're able to insert
        
        Change-Id: If8f53ac8af85f15958cd488fb0fd4c37997963c9

2015-04-15  Katarina Behrens  <Katarina.Behrens@cib.de>  [fd9f706f2e8b048a83ea002ecb5f525ca3e21f61]

        Use cross-app filter directly
        
        and bypass SfxFilterMatcher, which will likely not find it. We're
        able to insert .odp file into Draw and .odg file into Impress
        anyway
        
        Change-Id: I02332f0ebd6856d088261ce014bd04f87acfbac6

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [66c9aec156d974b939b680dccbb27e18fb153a23]

        fix crash on re-export of fdo50057-2.odt to odt
        
        Change-Id: Ice7a754dd4f42b5cf62ae2038b63d893b8a92fd8

2015-04-15  Michael Stahl  <mstahl@redhat.com>  [dc6a6475bcc7625a648e840de97ebd7a1ab03270]

        sw: DrawFillAttributes: move check for empty rPaintRegion
        
        Tweak c2c22d26db03949771d5a0bb4f8abf6d2dc850ea a bit: if the paint
        region is empty, nothing should be painted.
        
        Change-Id: If88b8153f701b1f21cfd2300f0af532f5c718cdf

2015-04-15  Noel Grandin  <noel@peralex.com>  [f0461e8360e13137c29dfcc1d20ba93e7bbd3073]

        convert LOCKFILE_ constants to scoped enum and cleanup
        
        Change-Id: I9a2339cc953a718403b3cd0960d5d8d34abae455
        Reviewed-on: https://gerrit.libreoffice.org/15304
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-15  Noel Grandin  <noel@peralex.com>  [ba9acdf799bf556c8a20b1dc27eb116e23d481db]

        convert TXTFORMAT constants to scoped enum
        
        and move them to the SW module since that is the only place they are
        used
        
        Change-Id: Ic037e5ac9d2514377669c5f583b856e1da429a19
        Reviewed-on: https://gerrit.libreoffice.org/15303
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-15  Noel Grandin  <noel@peralex.com>  [fe73ed7c79b96eaa5aa84314a07ae11f188575a1]

        convert SFX_ITEM constants to scoped enum
        
        Change-Id: Ief8c30c356ba947727c5ab70092042816a0db99e
        Reviewed-on: https://gerrit.libreoffice.org/15302
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-15  Noel Grandin  <noel@peralex.com>  [d208cf834f4f191558ae27ea7a8c7a31b8e440a6]

        convert SIGNATURESTATE_ constants to scoped enum
        
        Change-Id: I715e39599464a199a8b78ec274bfe47b90fc4bb7
        Reviewed-on: https://gerrit.libreoffice.org/15301
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-15  Noel Grandin  <noel@peralex.com>  [9782438a5887c40246016c1f2b5fe12401d2c68d]

        convert SFX_VIEW constants to scoped enum
        
        Change-Id: I327dc1ec722fa9445f13fc5168ad646e272ba9d4
        Reviewed-on: https://gerrit.libreoffice.org/15300
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

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

        fix crash on re-export of fdo39974-1.odt to odt
        
        Change-Id: Ib4246987a3665f655ad44339ade0350b074c3266

2015-04-15  Noel Grandin  <noel@peralex.com>  [71b809959bb8f775d83dc52628448bb8b8322b28]

        remove unnecessary use of void in function declarations
        
        ie.
            void f(void);
        becomes
            void f();
        
        I used the following command to make the changes:
        
          git grep -lP '\(\s*void\s*\)' -- *.cxx \
            | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
        
        and ran it for both .cxx and .hxx files.
        
        Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [135907f2061550624ee1859745d94eee01849070]

        fix crash on export of fdo60365-2.ods to xlsx
        
        Change-Id: I1a281b096e4d1831bcf67ca03180afff043fbcfd

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

        add some SAL_WARN_UNUSED
        
        Change-Id: I208ce526ab09c118709e82b0930db4502d5c5b76

2015-04-15  Caolán McNamara  <caolanm@redhat.com>  [6c3b1361a97f5219f90bf2f09f3c3f2b70b8e30e]

        fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdx
        
        mnLastIdx doesn't get reset when the color list is reset, the code already
        acknowledges that mnLastIdx is the last set index but that it may not be a
        valid position, so only set rnIndex if mnLastIdx is valid and the data at that
        pos is the desired data.
        
        Change-Id: I57ce32fd1a13bfe9049ed94be34229c8c2808b8e

2015-04-15  László Németh  <laszlo.nemeth@collabora.com>  [8e4f458df490dcce9451b91974bdea52b1fef522]

        Uncaught exception at HTML export of embedded objects
        
        Using SkipImages FilterOptions with HTML export, LibreOffice
        tries to export the content of the embedded objects, too, but
        it seems, we get only exceptions for a simple test document, too.
        
        Change-Id: I756ca79b183c0ee2f2be712df799a97612f9475b

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

        add some SAL_WARN_UNUSED
        
        Change-Id: Ic924918b1d079bd486bf30175b5b5a17f274bf4a

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

        fix col limit crash on export of ooo103315-1.ods to xls
        
        Change-Id: Ic68ddc56d9cf9dd410c1f073ba83bfeea8220bf0

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a09822d28750e23ef6514dfa831e151803c517d]

        writerfilter: reduce scope in ListsManager
        
        Change-Id: Ibc2fa865614df44088883acee4a2c87a3fb19279

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [53cf9748ccce3660ec3a5b0ad8ad402313af6143]

        writerfilter: TDefTableHandler's bOOXML was always true
        
        Change-Id: I9efcb32f742aa7a0549ceb246a1b75fa3af662be

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6000b1599bc2c574b49d8f7d4fae2c3366009101]

        writerfilter: TablePropertiesHandler's bOOXML was always true
        
        Change-Id: I8b1e05c6f685ea32a3c29a4636be4bc4894d7de0

2015-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [94049602fd17d82f203dacd33c21120aa565bc11]

        writerfilter: these ctors can be explicit
        
        Change-Id: I8f974bcc329267dcb707caa3b883fb748276433c

2015-04-15  Christoph Lutz  <christoph.lutz_ml@cib.de>  [b092dfa9316212722b56b9e027c54eee91aba963]

        tdf#90594: MM: Fix for broken translation between Bookmarks and row indizes
        
        The datasets used in the unomailmerge service can be selected via a
        property "Selection". This property expects a sequence of sdbc::Bookmark
        elements that need to be translated into row-inizes. This translation
        was broken - the loop-pointer pTranslated was never incremented which
        caused a wrong "result" selection in which only the first element was
        changed.
        
        Change-Id: I319131caa89e327b11406ab7d0c56a833385d433
        Reviewed-on: https://gerrit.libreoffice.org/15289
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-15  Stephan Bergmann  <sbergman@redhat.com>  [5a04ff004f57769a2635269eefd3177966348143]

        -Werror,-Wunused-private-field
        
        Change-Id: I27afea85c339cf2239ed118cf6cedaece032dfae

2015-04-15  Matthew Francis  <mjay.francis@gmail.com>  [b144821188aac238a38d647dff489fc53d9bf3f6]

        tdf#71278 Revert both the previous cursor commit and the commit it fixed
        
        The original commit was based on a misunderstanding. In fact, the call to
        GetSalData()->getCursor() at the end of AquaSalFrame::getCurrentCursor()
        already handles POINTER_NULL correctly, or at least in the same way as on
        other platforms. The cursor in presentation mode disappears after 10
        seconds - if this is to be changed, it should be changed for all platforms.
        
        Reverts:
        
          commit 58a3a99efec9d4bcb4ab61c41bf2feb707c8e1ef
          Author: Matthew Francis <mjay.francis@gmail.com>
          Date:   Sun Apr 12 23:10:58 2015 +0800
        
              tdf#71278 Set an invisible cursor rather than hiding the cursor
        
          commit 8d351c59d4393aa37ab38139b3a741f15a49dbfe
          Author: jorendc <joren.libreoffice@telenet.be>
          Date:   Sun Apr 14 00:33:19 2013 +0200
        
              fdo#31082 cursor visible during impress presentation
        
        Change-Id: Ie40882661dc1a2f4857027ff04393874042e04ec
        Reviewed-on: https://gerrit.libreoffice.org/15316
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-15  Matthew Francis  <mjay.francis@gmail.com>  [58a3a99efec9d4bcb4ab61c41bf2feb707c8e1ef]

        tdf#71278 Set an invisible cursor rather than hiding the cursor
        
        Change-Id: I5ecfa01ab444148aa8d13d04f78db1c6c131a4df
        Reviewed-on: https://gerrit.libreoffice.org/15269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4757e800be39ca528d3b7d3f39b09d10c39978e]

        add test case for tdf#81407
        
        Change-Id: I45124d662cee9b845c1f851de4f564dfe8c0e94e

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30936e3f6f8242950526ce9a0d02971a881b7910]

        import marker color from OOXML, related tdf#81407
        
        Change-Id: Ie416d757b73e99836d14b7f24a5cb4b370284d8c

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [96c05f82cd4df35505497bc29d96c8a250072db0]

        export marker color correctly, tdf#81407
        
        Change-Id: Iebc3d87642c93fcdecddd6332fd57b7fdfb2d337

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3781872660f1d7a28fb601c57ea063deb2aacb60]

        add test for dispBlanksAs export
        
        Change-Id: I5d48b99c87c66033a1e5ada05a9d2aa6bd3fb667

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e68ceaec43f0c0ff326064642072bb8f904e7e8a]

        export missing value treatment to OOXML
        
        Change-Id: I1a448e9c954a3851fe3590a0fae73ed5b27555f0

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6f685f43472f8f849edbc0f5aefd017fcce5912]

        add test for autoTitleDeleted export
        
        Change-Id: I152b6625b5ae1ec40e375bad2f144978dc7d8bba

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec2c8a602ecb8664b24d77e6ca6af17bf59d211c]

        we use the correct OOXML default value now
        
        Change-Id: I1aad3e40ad61a1397b619bdc6e0f578e2c9c141e

2015-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c16dcf919affd803f4a52cec79be44b62b7a92ee]

        correct font name export for dxf to xlsx
        
        Change-Id: Ice59382e13ca91f37f7140ee5bc5b5841a61acce

2015-04-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d1a6c61a51f4a15d3818ece4336f16b0a96299eb]

        Updated core Project: dictionaries  59ff183f473301efcdf7d5b85f3f5e2769d030ac
        
        Revert Spanish dictionary’s description to allow for its localization
        
        Thanks to András for noticing.
        

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [582cdc273ec0e91d27be8a7893994acadf4d7d18]

        tdf#89750: svx: fix ExternalToolEdit on Windows
        
        While adding check that the temp file move succeeds, overlooked that the
        file handle is actually leaked, which means the move will fail on WNT
        because the file is already open.
        
        (regression from ef490df2119523e1761f99b5fdbb387c2c71608d)
        
        Change-Id: I779ccde79871930fef3bad7e17b633fb62e36a46

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [2a675287afa853a255eaab77e76ef3a594fdd951]

        openssl: drop SunStudio specific patch hunk
        
        Besides, wtf is it using -fast by default so the binaries don't run on any
        system other than the one that did the build?
        
        Change-Id: I5adc26fb6370a5292721df3167afc5485c15cb0a

2015-04-14  Harri Pitkänen  <hatapitk@iki.fi>  [3791159628d26364c391330d9bfc67d081d291f9]

        Remove checks for HTMLMODE_SOME_STYLES
        
        HTMLMODE_SOME_STYLES is enabled if we are in HTML mode (it is
        enabled for all HTML modes). These checks for conditionally disabling
        some table background controls are not needed anymore.
        
        Change-Id: I10fb73a67ac4bba250da4cea79ff6bae427a1613
        Reviewed-on: https://gerrit.libreoffice.org/15264
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [0a285fad16cac7a6cf06e186c5a844079593e8f7]

        Fix redline dialog lifecycle foo.
        
        Change-Id: Idf34e57243b7baba7789fd3d83a2bd7726d3c147

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [35237cb348d22c60dbde4b3378f7eab5546631d3]

        Help SvTreeListBox survive post dispose.
        
        Change-Id: I7a4aca5918b2bdadc32810a84afb84477e97fd2e

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [eece059c1f728059b536763bffd2d4fc3537833e]

        fix assert on re-export of ooo48994-1.ppt to ppt
        
        Change-Id: Ic8274e7d060f315d7891f8f5cf576f834ca89117

2015-04-14  Laurent Godard  <lgodard.libre@laposte.net>  [f02ef85f4a5b6770cddf94ccc2eeb3c187d67b22]

        remove build warning
        
        Change-Id: I533d603ac1f073336eda99de57892ff5e12132d4
        Reviewed-on: https://gerrit.libreoffice.org/15288
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-04-14  Siqi Liu  <me@siqi.fr>  [6bea14a701d1b9d4442e442dd5fe1ddb8c4c4aba]

        add gdb debugging info on gtktiledviewer
        
        Change-Id: I1460131d25212266b910d76a7713d1e973f7c415

2015-04-14  Siqi Liu  <me@siqi.fr>  [2932bf06be3676af81c9433eb99372031080b636]

        add debugging missing services to README
        
        Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060

2015-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64e26b35802c4429dbf223f3e8c24fa12465f28e]

        add missing file
        
        Change-Id: I81dcd2c9f13a93e15689fed6491883e7d828ca99

2015-04-14  Justin Luth  <justin_luth@sil.org>  [a623d1a0e65c4fb1f72f4ce87f462e5dcd8c3c45]

        tdf#90447 vba find() should NOT select the found cell.
        
        Change-Id: Ia8c331f33bc81e7bdabeea649a47c73930dae206

2015-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [853bfc68b93427f105d2c8c0ed959b3971861755]

        implement a sane and working dxf font export, tdf#81918
        
        Dxf font export needs a lot of special handling to detect which parts
        are set in the itemset and only export these. The old code only checked
        for font name, font family and text encoding and exported the whole font
        as dxf font in that case. The new approach just exports the necessary
        bits.
        
        Change-Id: Ic9a9c547723a65f26ebb6c88040a51f04f3cc42b

2015-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [533add1c73b7d8cd6aa43c942821daf3f529df75]

        remove unused empty struct
        
        Change-Id: Ic9e2a947805f4aad987160c52ffb5ecf4a7cb54b

2015-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [153fad53d04729432408f2eeba80c84f7531049e]

        revert accidently commited code
        
        Change-Id: I3158762e7da10eacaf2616a7d868531ad7fa7a51

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [1d4e66a79453f7b020a3dcea328c03637407add9]

        fix export of ooo120353-1.odp to pptx, mismatch of start and end element
        
        cut and paste error I guess from the block above it
        
        Change-Id: I121e1d1a9f08ea3731bb7f65c385f264b3c2d2f4

2015-04-14  Jan Holesovsky  <kendy@collabora.com>  [85ab76f7047abd14139548b3343cb27905f130e8]

        sc: 0 as the default zoom is curious, should be 100.
        
        This fixes a fallout from bf8b86e932df3edaeaa887509a22e57cd3920bc1.
        
        Change-Id: Ie2d2a1329df0ec36f21a07938af142c32c74277a

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [b82791e3c586d6e4247d0eb1bb94681bcb113762]

        tdf#89478: svx: ODF import: SvxBrushItem Graphics should override Color
        
        The bugdoc has:
        
        <style:page-layout-properties fo:background-color="#007f7f" >
            <style:background-image
             xlink:href="Pictures/2000003900002FA3000055F455EC9F63.svm"/>
        </style:page-layout-properties>
        
        In this case it's clearly better to prefer the Graphics.
        
        The old code could actually store both in the model but the UI only
        allows setting either Color or Graphic, so this should be good enough.
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: Id33231ad90815d9791f90289fb0b55455d334c14

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [ea8db4ad8e1c75c3ab2f31fea4e061600231f9d1]

        xmloff: add back the presumably accidentally removed "FootnoteLineStyle"
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: I67ec4516ff431efd47451ff07fc261ba32e80385

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [65a56636a68451d15499a37c2d5bd9efb71b1279]

        tdf#88337 tdf#89193: sw: add missing SwXPageStyle properties
        
        Add the fill style properties so background images etc. are not lost.
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: I517350eec2f32e4b4bb80427666aad23a31d666a

2015-04-14  Regina Henschel  <rb.henschel@t-online.de>  [c31d87b525dd974e018892c98aed4fdb893c3469]

        tdf#88337: add test document
        
        Change-Id: I7e5f28f6cc8010ac233d58cfa6a2158e3f7be90b

2015-04-14  Michael Stahl  <mstahl@redhat.com>  [64644e0d92046642e1f0948b867fdad8a5916ccc]

        svx: hack around LogicToPixel assert in SvxRuler::UpdateTabs
        
        Somehow this gets called in a different order than in 4.3; with the
        bugdoc from tdf#89478 i get this assert on master because of the
        uninitizlized / LONG_MAX.
        
        Change-Id: Iacce21571246c96276bd3c126f982282df7fc491

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [0b037361b890a83a735186b98d5a3cef124027f4]

        solve assert on restoring redline mode on exporting of abi9915-1.odt to doc
        
        see also on export of ooo103014-1.odt to doc and many more
        
        easiest thing is to move the restoration of the redline mode upwards for
        all filters to the central SwWriter::Write after all pams have been
        destroyed.
        
        Change-Id: Ieb747ad2ed465d3fd3de81db0ef820073bc3ab55

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [5ec5bb3f8108aef32ae314fa0a809f95e791084c]

        WaE: bogus C4701 uninitialized local variable
        
        Change-Id: Ib43b844ead1720df3c93b2d2371d310af400fb29

2015-04-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [0ac8d1544a9b3b1b7c3c5ae5fed2943d11f8b8c9]

        tdf#90024: Don't set compare handler in constructor
        
        it breaks sorting of conditional formatting manager table.
        This reverts part of commit f92ab4da51647a4353038b1c56
        
        Change-Id: I22d4b939cf888451bff6500fdf0d6b900903deb1

2015-04-14  Matthew Nicholls  <matthew.nicholls95@hotmail.co.uk>  [b7bb34d74c5c764844f5b87483d09a61d3088695]

        tdf#88710 Kill svx dbtoolsclient
        
        Removes dynamic loading logic described in tdf#84315, similar thing
        removed in swdbtoolsclient.
        
        Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e
        Reviewed-on: https://gerrit.libreoffice.org/15147
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-14  Noel Grandin  <noel@peralex.com>  [e8eed1d31dedd28cfe649d18d09de3b77add6f10]

        wrap field in VclPtr
        
        Change-Id: Ica765d313edaf45eefeee49b2c40b1b595fa9daf

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b68534ab0d322522ee5f64250526050187b6a9c]

        gtktiledviewer: can use gtk_toggle_tool_button_new_from_stock() for these
        
        Change-Id: I3c1163f9757a4592692bb8a920d1dc679bf53699

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d82dfd5d2c7610199a243c1eaa1e1a69e279527]

        Add SdXImpressDocument::resetSelection() testcase.
        
        Change-Id: I5bd6965bde1a5dcbe26abc197a67e09c06a2bb21

2015-04-14  Noel Grandin  <noel@peralex.com>  [734e4dc9f2676f59ed264abd16aae9afdef5ed84]

        loplugin:cstylecast
        
        Change-Id: I3607afd9f553b9b3246dd67aca93e932625861a7

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [1c67b7f39971e6b7291e93b36f77c8593fd586c8]

        fix crash on export of novell606043-1.odt to doc
        
        Change-Id: I91478cf0a9b128f96dab5be67d018af46d75bd4f

2015-04-14  Noel Grandin  <noel@peralex.com>  [acf245c0e83c1039becc84cb59e534bdb78d98d6]

        wrap dialog subclass in ScopedVclPtrInstance
        
        Change-Id: I79b982ffa121cc38c467f79bd56d498abd4f8cac

2015-04-14  Noel Grandin  <noel@peralex.com>  [d320bc8a6fa60bf28d80fd7b76a94134c64abdd6]

        calling static member function through member call syntax
        
        Change-Id: I29e8faa03f668a7471b47e7aca3c2400f034c3b6

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [bd5c762e0702ad341bf3a87bb29c0218ffd957ab]

        More missing lifecycle pieces.
        
        Change-Id: I45ea68d75b03389a1ac0cdb74486c3701c1730a8

2015-04-14  Siqi Liu  <me@siqi.fr>  [bbfe124bfb37ac6b99f4016da02bd105c26177d0]

        disable saving on .tmp files.
        
        Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [70b74121f06ac1892c81584919c5ee8c359d6b73]

        fix MAXTABLECELLS related crash on export of ooo106020-1.odt to doc
        
        word has a limit of MAXTABLECELLS cells in a row, we were clipping
        the rowspan container to that max, but not the cell container
        
        Change-Id: I5274dc7febd47e6c8c8e5337f638972b65239922

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [0de25f95910c308337855ff5bab7e3917b1f62fe]

        fix assert on saving fdo70092-1.odt to .doc
        
        Change-Id: Ib2e969ca54da16b29ec20338148ee51810cb3c47

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [b11077a0d272e45d3483adb972582b0887cb7a41]

        SwRTFWriter::OutRTFBorder is gone, so no merging needed anymore
        
        Change-Id: Ie60c09d7b7c626a0a7624e4c833d72eb5d0d5965

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [ae5f75ab0515f8ee63813ec9284fbfb2124f0a5d]

        Allow a common op. on a disposed toolbox.
        
        Change-Id: I4da1f4daaf94456bc951b1d7a96cb28cb7fba0e9

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [0a778c5ecba6a5a2149d1c0956725021f54d917f]

        Remove debugging snafu.
        
        Change-Id: I5259b6dd930d6eda26211ed620d8d896a154cb78

2015-04-14  Siqi Liu  <me@siqi.fr>  [d0113938fc1d3996921c683c1fd2ce244083cb02]

        add missing services to allow writer to save.
        
        Change-Id: Ica21cefb705f4140b9f298e09be04b4950407b78

2015-04-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4c28e293fcc4a7ea4fecf5498b347d24c2d091b1]

        also test get/setData for labelless tables
        
        Change-Id: I61f7eaaad92b2a7b543fbb8f16f5b695700e8073

2015-04-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9d130fd1f3ce7c1efb72dd9933a9a41b2cb1407f]

        have a nonsymetric test table to better catch transpose errors
        
        Change-Id: If36ec5ed78a3e0b7a9037eaa1903772f1d228bce

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [dc2ec59cb3ca6825510ad9c5953330eba3dc8cb2]

        Unwind lifecycle mistake in VclBuilder.
        
        Change-Id: I46e1b2fac3e49e1ef1a0aa7de7fc8e8cb90ddcf8

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [6f9c00dfe02cdc62ad1b9798a0d007e1303a96e6]

        Sidebar lifecycle - dispose panel if we fail to construct it properly.
        
        Change-Id: I5e46e72227ac8532aed10758e1ccbb2b452ba8d4

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [87b682500f481b61399609b24a4a695fda93f552]

        Add SdXImpressDocument::setGraphicSelection() testcase.
        
        Change-Id: Ifdf3ef84cd886b338536629fb36ebba694916d6a

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [36ff8bf48b9384b91f2999bc18b567864226125d]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: I228c0bca3133e94b28db2540dbd41e8b4fd1eee9

2015-04-14  Jan Holesovsky  <kendy@collabora.com>  [771bb58c1c547a874c80d05be59f73cbf68343df]

        editeng tiled editing: Don't overwrite bInSelection.
        
        Setting bInSelection in MouseButtonUp() feels wrong, and against of its other
        handling elsewhere.  Also it breaks the selection handling in the tiled
        rendering case - on further redraw, selections may disappear.
        
        But it has been so since the initial check-in of the OOo code, so I have no
        idea what corner case I might break by deleting this, so let's guard the
        behavior by isTiledReneding() for now.
        
        Change-Id: I7f7b237f9f0f427e317266e05481bac439c3c8ad

2015-04-14  Jan Holesovsky  <kendy@collabora.com>  [3f04bfef9e12e947f336aaa441d784f6c77f8e6a]

        sc tiled editing: Implement long-touch to select word in overflowing text.
        
        Normally, the text overflowing from other cells is completely ignored by Calc,
        and the user always works with the underlying cells.
        
        On Android / mobile, it is though more natural to be able to select the text
        directly; so implement a compromise:
        
        * tap places the text cursor, so that the user can write into the
          cells hidden by the text too
        * long-tap selects the word in the text, even if the text 'just' overflows
          from another cell
        
        Change-Id: Ibe8666301ff1df0414c0206c1f3336842485433b

2015-04-14  Jan Holesovsky  <kendy@collabora.com>  [41c8aeabd2537df879e6f1b5c0b57255fd07e2fa]

        sc tiled editing: Re-purposed DrawStrings().
        
        Calc has no real understanding whether there is a text overflowing to the
        other cells or not, it is sorted out when drawing in DrawStrings().
        
        Re-purpose it so that it has a mode where the caller can ask for actual region
        of text that covers the given cell.
        
        Change-Id: Id0caa3972727bafdaeb148f8bbabb412f771a67d

2015-04-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [b12c44133549e0694e5e10bd98e9677209b89c6a]

        Related tdf#87862: some HIG tweaks to slide transition panel
        
        Change-Id: Ifed4f53d1b831a0cf9f05fb148e6752d19f717f6

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dbff9ece8599365d65feb98403266d23633cd79]

        SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typo
        
        Without this, the strikethrough event is not sent to LOK clients, i.e.
        the strikethrough button in gtktiledviewer did not change to the toggled
        state when the cursor entered an area marked as strikethrough.
        
        Change-Id: I0b2d3acc50cdfff88675ceb14cf653b6622797e7

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d01e4adfec33464594680140ce38c757885de343]

        gtktiledviewer: add underline and strikethrough
        
        Change-Id: I457deb8d544b97874701dec37d8baee237ce4ebb

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a488e1fde2705e5e51129825ebfe654f6f673e1]

        gtktiledviewer: add toggleToolItem() to avoid copy&paste
        
        Change-Id: If2553d96472e6ced9b2fad4c202d0793a1fce3bc

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [a16fd82cdb6c1d7ddbdc78f1075dafef9360adb7]

        lokdocview: add Italic button
        
        Change-Id: If23cb2f799df99cab92c13e09628fc139cdedb00

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9339d1ba316b11d00c235e9538ef0afde514443]

        lokdocview: implement LOK_CALLBACK_STATE_CHANGED
        
        Change-Id: I239849056dd88f785dce239c4d53d6c905177b64

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [bc892b04144d82507ccd59953c9f4da357c2e7b4]

        Related: tdf#90130 gradient transparency goes missing
        
        Change-Id: I0af8eb24dab7bb9f5831bec68f9a22ba88c2be19

2015-04-14  Caolán McNamara  <caolanm@redhat.com>  [97730d49d31c5a7d680122c11640e290170e5f66]

        saw at least one of these unused by eye, search for more
        
        Change-Id: I0f863f2463c8ba1b387d5834c6ff42fb467ce796

2015-04-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c92ceb544c0c48902b604eccd8748b139480fcca]

        android: add comments
        
        Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [ca7fa9bdad7b07955cd1783d2e58f06cb0533703]

        Use VclPtr in VclBuilder to get construction referencing right.
        
        Change-Id: I2100de7c599c3d2c241e336d369fc5998e23af16

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [df103589be3a1aaff026db76566ef77eb71d8405]

        Make leaked child debugging more helpful wrt. the hierarchy.
        
        Change-Id: Iadd2b5214661e00209f789c9ada83d5d9dce12b7

2015-04-14  Katarina Behrens  <Katarina.Behrens@cib.de>  [98c9887e8dfe7ea8babd6d77fc81349e1739c0d5]

        tdf#87862: Rearrange lower half of slide transition panel
        
        Change-Id: I2e020061516602171cf1f0732f138afa91b97f47

2015-04-14  David Tardon  <dtardon@redhat.com>  [25c25f855169c98c30f3f7868fd1ad430e159ddc]

        tdf#90028 avoid crash if style is not found
        
        Change-Id: I4ffc8cdcb67ecb4c4afa641c9219dd465fe13d29

2015-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef0340bdafabd51598ad7cf3c647cd35ea09f4e9]

        DocxAttributeOutput::m_postponedVMLDrawing: use std::unique_ptr<>
        
        Change-Id: I2534601941c6bf838855a378c540771335daf5f9

2015-04-14  Michael Meeks  <michael.meeks@collabora.com>  [0baadcea83272588f5a4d1d3a003986afe211a23]

        Re-work app side-bar code to manage objects correctly.
        
        Change-Id: Ie0eb8fe41a9fd4f996f724c47d20d6edecba3672

2015-04-14  Takeshi Abe  <tabe@fixedpoint.jp>  [79f64d75b25ebb7fdf9f827218cd8a762dc2739b]

        Drop an unused variable
        
        Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f5b

2015-04-14  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e7ca29d0b2eaf40dc32b53196282350cc75ed3a0]

        Updated core Project: dictionaries  cbf6d67ea480b68c40697e56efda4cd07e2a4e18
        
        Updated Spanish dictionary pack to 0.8
        
        Versión 0.8:
        - Muchos términos nuevos correspondientes al bug 682 en Forja.rediris.es.
        - Migrado el proyecto a GitHub (https://github.com/sbosio/rla-es).
        
        Change-Id: I1ba78af2a28a18a9c2531ae40b24c49c7911ed30
        Reviewed-on: https://gerrit.libreoffice.org/15285
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-04-14  Siqi Liu  <me@siqi.fr>  [afb82d3729bda2754d0add08cc6c4dce1dc76d59]

        implement SfxObjectShell subclasses' LOK interface
        
        Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b

2015-04-13  Michael Meeks  <michael.meeks@collabora.com>  [26fced1cd40e8c4631df16451711af893460a1cf]

        Re-work sidebar factory to use VclPtr.
        
        Change-Id: Iccbf4166419eee9f78f036d1abe07bba028d09e6

2015-04-13  Michael Meeks  <michael.meeks@collabora.com>  [318dc66b7720b85f3b7fa426743c6cf808168f43]

        Use the new ::Create template method.
        
        Change-Id: I79e15b45769ced44b1679943972f7a71c7df8fca

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [855b0af13803c810593ed16ad65eed542d023756]

        Resolves: tdf#90130 don't clobber new solid-color on seeing old transparency
        
        Change-Id: I1ea86dca37cbce416564c5e198779dd132125b02

2015-04-13  Michael Meeks  <michael.meeks@collabora.com>  [324377ada2513031e211f1d38a842859b6f094a2]

        VclPtr - add a templatized ::Create method for better readability.
        
        Change-Id: I2437198709ba4848d975efd1ebb4df1071c6c8f1

2015-04-13  Julien Nabet  <serval2412@yahoo.fr>  [cbbb24d0afcdbdac21d03ec4ee1455a3834afff4]

        tdf#90566: memory leak: maChangeListeners is not properly disposed
        
        + exchange arguments of swap to use the same pattern as the other swap locations
        
        Thank you Mike Kaganski!
        
        Change-Id: Ie575d503349b3218c7a0211e1f81d791e995297e

2015-04-13  Stephan Bergmann  <sbergman@redhat.com>  [51e0d789c344547956764c3b5f0ef5a304f4e0aa]

        rhbz#1134285: Access dav, davs URLs via GVFS
        
        ...so that LO shares the credentials with Nautilus once the connection has been
        set up in Nautilus.
        
        The reason the (non-standard) dav, davs URLs used by GNOME's old GnomeVFS and
        successor GVFS/GIO were handled via LO's webdav UCP rather than the GNOME-
        specific gnomevfs resp. gio UCP since b07a5fcc600ad564315d36fbd18495184fdf69cf
        "INTEGRATION: CWS tkr10: i84676 neon and gnome-vfs2" is discussed at
        <https://bz.apache.org/ooo/show_bug.cgi?id=84676> "mixing neon and the hidden
        embedded contents old [sic] another neon inside libhttp.so of gnome-vfs2 is
        unreliable" and only pertains to the legacy gnomevfs UCP, not the new gio one.
        So keep handling dav, davs URLs via LO's internal webdav UCP under legacy
        --enable-gnome-vfs, but handle them via the GNOME-specific gio UCP under the
        default --enable-gio.
        
        Change-Id: Ib132168701a7ae0a7dcabdead6a299eda0cd4594

2015-04-13  Eike Rathke  <erack@redhat.com>  [9f52efa43b2d65c0b6c92790cc2859e752bf975f]

        string access out of bounds
        
        Another UniString to OUString conversion fallout.
        
        Change-Id: I5e62b049da3e7f8b5a892ea6aae7110a33564a46

2015-04-13  Tor Lillqvist  <tml@collabora.com>  [c10f132aa823dc1129ab863c97083a03c7859e8c]

        WaE: format string is not a string literal
        
        Change-Id: I0346c98ec1e075009ac6b563119ee44178e9c773

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d0b4c6e4bacc9e894cbee2b34e6242c67566f9df]

        add some label tests
        
        Change-Id: I4272be68041a269dce3bbd9de2bc7997cbcf9ab8

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [615c293198a631558bc4b39091b3c999732e28f2]

        add set/getData tests
        
        Change-Id: I846ac849461d986d331b0366c36af46558fe9a14

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ea3661e622acdee357fc5ff0c4d01db781b94d37]

        move check_table/fill_table from inner f. to priv. member fnct.
        
        Change-Id: I7670f8164d8a44414277f285e3aa19de1764a86e

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ea35a682d2f5b508293e6dcef23629c435fcb6e1]

        use getCells()
        
        Change-Id: Ib3e115b7b96d0536db6917e84cfac7816176b296

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b845d236f530327610a6f69b0126c63693028e84]

        use getCells()
        
        Change-Id: I11ac9c87ac1d17b2ebc847e268d935c23f129ce1

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d7b6b1dc1d21dd3925798954a59508a40a700cfd]

        use getCells() here
        
        Change-Id: Iff3997af302a6ddbfd21fb25cd7f0b94a9a107fe

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5796e0263ed00a7da06ea4351a58cedbfb88822]

        SwxTextTable::setData can reuse XCellRange
        
        Change-Id: Icf477e355feee338c063aee3c76ed7c5fee63591

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [50ce85a860785bdd84dd9caa9aba9273c5613cf7]

        allow CONVERT_TWIPS be only used when setting
        
        Change-Id: I7021e975a75ca49ea6efbfcbaea3aeb94d693fac

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [27972b53a5695ffba720d377d15b0bde60dd79f9]

        simplify
        
        Change-Id: I18670621a218f77b7996c3b7418fde4c4a230059

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff1c479dba6210a885a4bd561a2f4c29ec0ee99e]

        simplify exception
        
        Change-Id: I98e9ee171bf2b207696be7db90ff3e3ce83b06ed

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4b7f140a0436a3ff5301786565e8e205f07e2528]

        use copy_n to simplify
        
        Change-Id: Ia5b8b01ecabbf8c7afe4e75c7245e734c23545ce

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d6831689e5eb165589cd6bcfcc359f181c1ee903]

        use some more nullptr
        
        Change-Id: I7a4214e63cf2fbf34cf5235d1e8b1c50431ecdb1

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f1d40d4f0d17aea4d8cce1fa9dd0de8c998e3a72]

        simplify
        
        Change-Id: I1de47afface7d221f7df43ae4e0bfa7d1cb4f4ce

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e51e63e9e712472f367efa3bea0f2389ef349b43]

        simplify
        
        Change-Id: Icd65860188686b153e3c5b367f305155d9762ff9

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31a3112834f3f9c9bc86234ec4fcdfae912b3fbc]

        usw std::swap
        
        Change-Id: I4305e644e65d82d775e3d36b4fa3ad9ca6bc82ae

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6fa48a73b342d95db52f38b1514c3a1ac00cba31]

        refactor
        
        Change-Id: I97f5e21e94fbe551744f935ccd28683c7f11ea4d

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7e9bff63166189f78582356f428405c391f766f9]

        simplify
        
        Change-Id: I1effcb591bb60f3b77f7d0875353896f6ffbf984

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9f3aaa5c8cff4b4991272e1b71666428985d74e6]

        simplify
        
        Change-Id: I1b1f9d544e00e7900232ff9416a99fc0c5faa4e5

2015-04-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b137dfceac0740c7650b37a5a0b8935b23151114]

        simplify
        
        Change-Id: Ib77efe1ee17afdbf058af4f1d360ef2dee658278

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [bca8d8985666d3fd22b91eb280f9baaeb933c2d0]

        Resolves: tdf#90583 3D pie-chart missing guide handles
        
        partial revert of
        
        commit db1d2af02861b49e4f53d726d59cd71c20cee9b1
        Author: Armin Le Grand <alg@apache.org>
        Date:   Tue Feb 18 21:18:13 2014 +0000
        
            Resolves: #i123539# some optimizations for 3D chart...
        
            geometry creation using UNO API
        
            (cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2)
        
        Change-Id: If35f05fb62230e90cfc43a0beac053e8a87820d4

2015-04-13  Michael Meeks  <michael.meeks@collabora.com>  [5245021a806ccdd0d569d5cee7b95167892e9aab]

        Explicit disposeOnce instead of transient wrappers.
        
        Change-Id: I578aa360c9923abd3fc516865896a004f377375b
        audit: "vclwidget: check for calling delete on subclasses of vcl::Window"

2015-04-13  David Tardon  <dtardon@redhat.com>  [8840fd3226f0f23ce41273e2abebb9a7ac1eb08b]

        tdf#82695 allow to build with system collada2gltf
        
        Change-Id: I1179e20fd5fbdecd198633d5440621ed08a0465b

2015-04-13  Siqi Liu  <me@siqi.fr>  [5cb2d709d6532929d3bc6a9e666c73975657ab4d]

        format changes

2015-04-13  Siqi Liu  <me@siqi.fr>  [0632f77ee8059f2d65ad72bf148da88901732dc2]

        LOK_STATE_CHANGED callback implemented with sfx events interception.

2015-04-13  Siqi Liu  <me@siqi.fr>  [cc54da22377feef44e1aa48a92d9b4c86eda7577]

        java part handles received statechange callback

2015-04-13  Michael Meeks  <michael.meeks@collabora.com>  [c9f2abed2e8a618bdf1237c162cb2073bb7022e0]

        More lifecycle correction.
        
           Another (complete) audit of delete usage in:
                "vclwidget: change all vcl::window fields to be wrapped in VclPtr"
        
        Change-Id: I828212ded66ecc5cc30c75a4de626c7b386cb77a

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [b3f42066e705c0bb313a4e36f0fb617fc1818c0d]

        don't assert on export of novell363086-2.docx to doc
        
        Change-Id: I40a78a9891753e0e3e1bc67a7e40f15ff756e833

2015-04-13  Katarina Behrens  <Katarina.Behrens@cib.de>  [e80c86301be02004e96a936a17ea99acf8a9db96]

        So much for confusing variable with even more confusing name
        
        which, at the end of the day, isn't needed at all
        
        Change-Id: I5ce0f7aa8a9476dfa96aa955abb819af3eedfdd5

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [ce705ac56a8709970356d634abb964adef105594]

        fix int wraparound + crash on export of fdo74018-2.docx to doc
        
        nPoints is 16bit and accumulated value wraps around, so use
        a 32bit nTotalPoints instead and move 16bit declarations to
        use points to confirm no other wraparounds
        
        Change-Id: If97ccb46ed8eb7f4305cdfe328ae83bc2b0c778c

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [a4b11f03187056248643c1f5deb7f3645a6570b7]

        callcatcher: update unused code
        
        Change-Id: I29524711d8afe53cc03e6b6d941b3578566398aa

2015-04-13  Caolán McNamara  <caolanm@redhat.com>  [50594356dc3073eafa650c529498b9ae3be351b8]

        findunusedcode make -> make check
        
        Change-Id: I6fb82e4587df3c7f457c2a9b5b7643ba288662d3

2015-04-13  Stephan Bergmann  <sbergman@redhat.com>  [373a9b9bb62c50072c06e28fd932afb6e71ba687]

        loplugin:redundantcast: redundant const_cast followed by implicit upcast
        
        Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3c4fd27392bd153e043eeb60907eeded48c60cf2]

        android: hide the keyboard when scrolling velocity exceeds 18
        
        Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [98b12bf77f3fa14749df1c8689b97f680aa6af32]

        android: transition first, then move the viewport to the cursor
        
        Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00

2015-04-13  Stephan Bergmann  <sbergman@redhat.com>  [0b2a85876c8638dad86feb741003f82b51c231ab]

        loplugin:cstylecast
        
        Change-Id: Id0b6e889652094a75bf9d3590c375491bed0a79a

2015-04-13  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5c308ad7696f3873c0747afef1ea143047e4eafb]

        tdf#90478: Hide explanation on ODF when default format is alien
        
        When saving a file that is not in ODF format (the default format), there
        is a dialog asking if should keep the original format or rather use ODF.
        
        But the default format can be changed to a different one than ODF, and
        the dialog will let users choose between saving in the default format
        or the one they chose in the save as dialog.
        
        In this case, the explanation about ODF shown in the dialog is
        pointless, so this commit hides it.
        
        Change-Id: I91cf95d35b70cb46e7667025a4a649b390205f0b
        Reviewed-on: https://gerrit.libreoffice.org/15234
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-04-13  Juan A. Suarez Romero  <jasuarez@igalia.com>  [e904e6ad4876c095ab5ee7bd40540635c520c9de]

        tdf#90478: Show the right default format when saving
        
        When saving a file that is not in ODF format (the default format), there
        is a dialog asking if should keep the original format or rather use ODF.
        
        But the default format can be changed to a different one than ODF. And
        the dialog will still assume the ODF is the default one.
        
        This commit fixes the wording in the dialog to use the the default
        format instead of hard-coded ODF.
        
        In order to keep the text simple, instead of using the long name for the
        default format, it uses the proper file extension.
        
        So if for example changes from ODF to Microsoft Word 97 default format,
        and saving a non-Word document, the dialog will ask user if document
        should be saved in default DOC format.
        
        Change-Id: I0b259af9eca61161ec8a3d7e72d4722b5afdf4b4
        Reviewed-on: https://gerrit.libreoffice.org/15170
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2015-04-13  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [3618909684a892d912482844b81606bca4e0c29c]

        tdf#90255 FILESAVE:PPTX 'startAt' tag for bullet numbering is not exported
        
        Problem Description :
        XML Difference
        Original :
        <a:buAutoNum type="arabicPeriod" startAt="3"/>
        
        Roundtrip :
        <a:buAutoNum type="arabicPeriod"/>
        
        Solution :
        Added export support for 'startAt' tag of <a:buAutoNum> for pptx.
        
        Change-Id: If86bce98e222795d851d4a5b3cbb65da5cee85fc
        Reviewed-on: https://gerrit.libreoffice.org/15028
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-04-13  Noel Grandin  <noel@peralex.com>  [593515e529d75f08f4d3766dac78b1792aea4be4]

        loplugin:staticmethods
        
        Change-Id: I332d3b3158b46cf130540c6e1479dd01cb457d03

2015-04-13  Noel Grandin  <noel@peralex.com>  [ee094bd46f55118993c72af719dc046476f9f311]

        loplugin:staticmethods
        
        Change-Id: If97f01a05294fa7efd59a8934c7b6f65cda5084a

2015-04-13  Noel Grandin  <noel@peralex.com>  [26ec80f47df1b32c5e1ae8c96d597ef8c90fee86]

        loplugin:staticmethods
        
        Change-Id: I33a8ca28b0c3bf1c31758d93238e74927bebde9c

2015-04-13  Noel Grandin  <noel@peralex.com>  [b5f5a386504e320b022f8609c9c36652ae2d3d18]

        convert SHOWEXTRAS constants to scoped enum
        
        Change-Id: I84bff53e55fc93ad423835ebc3bf129546dfb7c3

2015-04-13  Noel Grandin  <noel@peralex.com>  [f2109254942074d07ad52bf9fe6571405fd79618]

        remove unused constants
        
        Change-Id: Ib467f1326b224dbf87282174559c7076d834b7b7

2015-04-13  Noel Grandin  <noel@peralex.com>  [43fbf02984f405864f89fb3e36eff32f9d757b57]

        convert HiddenWarningFact to scoped enum
        
        Change-Id: I23579d746a3c612de68345794731f1ff2cbdf605

2015-04-13  Noel Grandin  <noel@peralex.com>  [5651f2d9f64c213b4106e2d5a433f4c525d41bbf]

        convert HIDDENINFORMATION_ constants into scoped enum
        
        Change-Id: I94136c926fc8fa69ce2ce2b97fa34dc984dbe095

2015-04-13  Noel Grandin  <noel@peralex.com>  [ccfa9fa13db230cc66207bc42d528b773c4cf4f6]

        convert SFX_LOADED_ to scoped enum
        
        Change-Id: I065a07e1bb5f5a7f85429c919830b6b9605206ea

2015-04-13  Julien Nabet  <serval2412@yahoo.fr>  [b2bae9b940fc34d2eecd7839e3cba1f41d111e87]

        Related tdf#34467: Fit to Frame for text boxes is broken
        
        Wrong Copy-paste
        
        Change-Id: Ice000b072a39efc3adc9133b8599c43a93559862
        Reviewed-on: https://gerrit.libreoffice.org/15224
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [79d19a739c80c686e9ebfadb5f65eb1ff53dce65]

        DocxAttributeOutput::m_postponedOLE: use std::unique_ptr<>
        
        Change-Id: I4b8c6d59f024c2319ab14200118416b0ff23d7f5

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [6eaf6c8d2344fb4ef55c8d1178433588701bdd6b]

        android: move strikeout button after underline
        
        So that it matches the order we show on the desktop.
        
        Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [54eaeabdf7d90ee05e9eb8d4deab8d7e1d8ed150]

        Add SdXImpressDocument::postKeyEvent() testcase.
        
        Change-Id: I87edb9c4693b1634942d8dbda4050920f439cbbf

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [c09c3559f011e89ae45c16e5cf0bb085e127f0ea]

        Fix failing SdTiledRenderingTest::testSetTextSelection().
        
        Change-Id: Ieaeaef249ea15de7cebc1cdb60b4d6130a6b5616

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [060dcbf6d118cef164c75a8cb603d6a4179abf53]

        EditView::SetCursorLogicPosition: first deselect, then get the selection
        
        If you tap to nearly the end of an editeng paragraph, then drag the
        cursor using EditView::SetCursorLogicPosition(bPoint=true,
        bClearMark=true) to the end of the paragraph, finally hit enter, the
        text between the tap position and the end of the paragraph gets deleted.
        
        Fix this by calling GetEditSelection() after DeselectAll(), so that the
        original cursor position (before the drag started) never survives, which
        gives back the lost text, too.
        
        Change-Id: I777256765f1c8f1a7f22c549eaca19e575fdae21

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2cd35b8ddfe8fa6504cea0cf55f8dbaf15c9e530]

        sw: SetCursorLogicPosition -> SetCursorTwipPosition
        
        Again, to be consistent with SetGraphicTwipPosition.
        
        Change-Id: Id2134de9ec8467b890ff6f26a3d538fbb45ad3e0

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f37952bb2531f8fe25fc6f793bf85280fa774356]

        sd: SetCursorLogicPosition -> SetCursorMm100Position
        
        To be consistent with SetGraphicMm100Position.
        
        Change-Id: Ic6775f9f1350ceb41381b4090cd32c4bd4393e67

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7f0dfb3ae67bd8ce64fbbea3b418071faee1a6a0]

        android: tune the viewport moving to cursor position on key input
        
        Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa

2015-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [207142748b095252f5c9bfd1b418a892823304d0]

        Add SwXTextDocument::postKeyEvent() testcase.
        
        Change-Id: I76904ed9596dcb0b6aa70bccd19279573687d30c

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3e6d192b048b4742a5cf522c1414aaa6a7ed3dee]

        android: hide keyboard on scrolling at a more correct location
        
        When animation happens the scrollbars appear. This hides the
        keyboard when the user types and the viewport is repositioned.
        With this change, trigger the keyboard hiding only when we really
        do scrolling (panning).
        
        Change-Id: I17dc651a6641e807a386d5184868412dd6710a28

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5d7a203bdae1940e4846c4c42f5d733e4ffa4160]

        android: reposition the viewport to the cursor at key event
        
        Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e585b1206905ba57e98483b8295f78a384291b01]

        android: don't need the cursor position from DocumentOverlay
        
        Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [20382895558479a7a89a9893c2379b5dbdb0a64f]

        android: add possibility to move the viewport and zoom + animation
        
        Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6cbcde026784ab279e2ea2e03d65e992fb7cb110]

        android: separate layer functionality to DocumentOverlayLayer
        
        Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5707813c075cdbccaf74dbdcb623dcf0149d5d1d]

        android: rename TextCursorLayer{View} -> DocumentOverlay{View}
        
        Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4fb38c6f6668badcea8c12d574e97bfc4faed671]

        android: get cursor position from TextCursorLayer/View
        
        Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85

2015-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d9af889984cf047f4724cc6087b4b4cfda2a6c3]

        android: add Cursor class for drawing the cursor to the canvas
        
        Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82

2015-04-13  Arnaud Versini  <arnaud.versini@gmail.com>  [4e0d2fcdda3f639a05118b25ef99d8a4848302ce]

        BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.
        
        Change-Id: I36fc3ce26b129b11fc2d6d2829a146b3fa57b783
        Reviewed-on: https://gerrit.libreoffice.org/15267
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-04-12  Tor Lillqvist  <tml@collabora.com>  [17d714eef491bda2512ba8012e5b3067ca19a5be]

        WaE: variable 'i' is uninitialized when used here
        
        Change-Id: I6c8dc01f5fb81557e3be5289ccd171037e69ae79

2015-04-12  Tor Lillqvist  <tml@collabora.com>  [6ceb124e220650205efbd2fbb89e106da707d5cf]

        WaE: variable 'i' is uninitialized when used here
        
        Change-Id: Icddd80f9cdc71671061cc430a4c9224e74d06d25

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [a4c222af6283da2e9252cffa468091f0f85cfcc6]

        sal_uInt16 to sal_Int32
        
        Change-Id: I163c88ff2d6e8ac2ac14b7ff585bf09f6262270e

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [bafc6196c5364c2692e9a4f538a580e3dedec073]

        Use size() on array filled by SwEditShell::GetINetAttrs to get number of items
        
        Change-Id: I10d05c6b635c220f2ec833e4207afbd46651aec8

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6fcb52aa3d8b8f3686ba1dfae03f9d3cc281b5d3]

        Group common code
        
        Change-Id: I9ad05054d40b283042b9775333f8e103668ae7a6

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6106d7a2372fbd3030638901874d4cc260c0c521]

        USHRT_MAX ==> COMPLETE_STRING
        
        Change-Id: Ie8ba1fee144177d48a91143da8bdf6f2ab05e295

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [e456f1e86f0f1f02ce7307243f61825a14dc4760]

        Use more proper integer types
        
        Change-Id: I62235badde4d7b108f7545e07c1afe96df6a3114

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [975e35565ea7ac2fc2597a8c3940b76cffc2854b]

        Use auto instead of sal_uInt16
        
        Change-Id: Iaaf71bd7e1137ef0536c46c7fa4e78d2a6e6e162

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [85b6a8a43c8c5841235da0f315ca2c7d1cac28ec]

        Simplify by early bail-out
        
        Change-Id: Ia98b0712de66315b42fac4bb2978cfa206932523

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [d9639f222626e02aa84a62c7ce1dc02fbd567e8a]

        return value of SwEditShell::GetGlobalDocContent is always discarded
        
        Change-Id: Ib1d6ff89f378aa1e1e311cce5aaf186d843b0bef

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [2002c37ae1ee2a4ef238cf4286cc7b21a799a939]

        Use more proper integer types and reduce scope
        
        Change-Id: Ib5483f857c4bddd7d0ece6b54e4d57a0347ee13a

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [b8ca608a2a41ae72e09fd9095fe4ec8a04410cd2]

        Use more proper integer types and range-for loops
        
        Change-Id: Ie32cef06ecb742e8545e4081d7f99181f5289397

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [721024be23424099d39f9896496ba0ce96460f4d]

        Avoid else branches after return statements
        
        Change-Id: Ia64d2b6c94c8ead92a2f44a3c554acae5a54917f

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6753a14a496b93a9dae0d807c7c9d42fb57e708d]

        getMaxLookup() can return by value and also be local inline
        
        Change-Id: Ic8975e931992f9010dcb86761d0716c0dffb84ba

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [4b16c2e87303680482b60a16dc2cbfad3b4560e7]

        Fix indentation and simplify
        
        Change-Id: I7557fa22ffe14dd62cf6c0a3ab99323118d97b29

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [6fbdc7cb86db2495a70acaf91e7c74575bf7bf6b]

        Use range-for loop
        
        Change-Id: I971bdbe38b78a9d0cba2ddbf189171fb9a21013f

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c860df99d26061588f428f75e3881f755a72811b]

        Evaluate expression just once
        
        Change-Id: I7557234d31dcf73c784c98cb046e40c9b11fe486

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [243d89dd04c696a5d7b9e42199964d966a9258e6]

        Simplify DelLeadingBlanks interface
        
        Change-Id: I79d29272e8665404d08674c9853d87bba7b68694

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [9e888629564ef9c32b2b8ee07dee5afba44b5a24]

        Use range-for loops
        
        Change-Id: I00a7af83acd1b67e913c444aaffbe74986b589a3

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [7436db1ebb2a3d66c3d85b825246bdbad62727de]

        Use auto for backward loop index
        
        Change-Id: I6d8c0c86cb2693bef6ef28ec85f9ac12cc4401f5

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [93ef3530d56afb7347fdf652a1c52db08a306890]

        Use more proper integer types
        
        Change-Id: I8224c3de495fde84a708e1bdd4a71ff27461057e

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c1b1df71858cdf3b2818d6408e60cdef9bafa652]

        Use vector<T>::size_type
        
        Change-Id: I467cd6677b467f095eba9e33d84e88e262548c77

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [9ac2d69fea187d71f987bc0e786461699a46dd04]

        Indent properly
        
        Change-Id: Id4ddf08f8c79139a561fda90af402ad3698c5b16

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [dadd14b21ab3f11bb2607666ff538cde40c6f575]

        Use more proper types and range-for loops
        
        Change-Id: Ic4e455f5cfe80fabf8d2ab6b6679863ac6f90f8e

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [3d6d8305dac631108e17e1f1e401e00f570cdfd0]

        Use more proper types and range-for loops
        
        Change-Id: I9a14cd871e85cedac3dba1bca98799fc9796bf74

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c810c2d7840ebd71fc5be5aada61ca0823c69229]

        Use more proper types and range-for loops
        
        Change-Id: Ie4eef716a65c126583945bb9742ca58b59c76a74

2015-04-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [4de0d33deff40ce7bd2755a7d17caca72d2fd25f]

        Reduce scope and make code more readable
        
        Change-Id: Ic3525571be577c555e45d40b3a6a7de0c7665678

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [969c1d5e44ed11e08f64334ed65ce01d2fa54acb]

        avoid assert on re-export of rhbz972256-3.docx to docx
        
        something of a bodge I guess
        
        Change-Id: I6d804ac1f6142da50bbfd4bb72d6b3e7edfbe441

2015-04-12  Matthias Freund  <matti_lx@secure.mailbox.org>  [4dd32120252739f6b865d271a9c471b381a101b2]

        tdf#75256 sifr - modified xlinecolor icons
        
        lc_xlinecolor moved up a pixel and small visual corrections in lc and sc.
        
        Change-Id: I523beee199f1b09e9476df6b521f0c331eba42ec
        Reviewed-on: https://gerrit.libreoffice.org/15273
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [fb150cb18b7a1975e66dd469f5e96c18047719b6]

        cppcheck: cstyleCast
        
        Change-Id: I9add864d76d08e76a3a4ac9645323ba49c3906ec

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [a0f2bb7042b5cbadaade9077a7c673d5d6136cc6]

        unnecessary cast
        
        Change-Id: I7c040b2539b9f7f923620a02d0a27e8e000fee4a

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [417b9403fe2390ec6f5c899bc0e3ee506abd179c]

        cppcheck: noExplicitConstructor
        
        Change-Id: I452a204616d98e1071b7bf43ad457c6a2376cf91

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [db1aa2b78e222810a54d47cfc18a13934c41ee9d]

        unnecessary cast
        
        Change-Id: I57ad3b2492721115e0ea7ebd9f43480e93b0c8ab

2015-04-12  Caolán McNamara  <caolanm@redhat.com>  [a167f6557fae2589e9305647bbb4ac12a68c3db3]

        unnecessary strcpy
        
        Change-Id: I98f12a01002a08d51f2232482cd015564cdb27b2

2015-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [db2d64f5a2d1f4d4a4b419db618d648ceb339a34]

        icu: fix Android build
        
        Change-Id: I15f8e960f253db3f13f68bb2da84f0191d888f5b

2015-04-12  andreas_k  <kainz.a@gmail.com>  [c6341187b7578bfce1aa5a32b98c7de1775276fd]

        Breeze: missing cmd icons
        
        Change-Id: I1d1c47f079b69c9a1414ab176a58bb6ad417c0c2
        Reviewed-on: https://gerrit.libreoffice.org/15265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [cec5f2eab25578a9859134d697c200089c597faa]

        tdf#75614 RTF import: fix missing text after footnote
        
        Change-Id: I5901094cb603c35a1cd8ac718fd434a9dd55729b
        Reviewed-on: https://gerrit.libreoffice.org/15266
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-12  Rene Engelhard  <rene@debian.org>  [e3ebd11ff7bab15bdedcd9e2b7bbe1092b038167]

        fix internal icu build on armhf (taken from Debians icu package)
        
        Change-Id: Ib287799906e234ce795a0f9ded5cdeebcdffba4e

2015-04-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7af58bf79dd578afb3844ee0d53a3b7131c37433]

        Tango: some updates
        
        Change-Id: I240ce47bc40fd98d4eb66fc59dd20655ac167068

2015-04-12  Matthias Freund  <matti_lx@secure.mailbox.org>  [88bf8325f7ae49f949704021081a195d25985867]

        tdf#75256 Improve sifr - connectors and lines - lc
        
        Inkscape redraw of the old bitmap icons and exported as png.
        
        Change-Id: Id4b69be05cf8dd7d0683bcd9d693723d5e8f4a0a
        Reviewed-on: https://gerrit.libreoffice.org/15257
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [84999c81d706396970d209c5952ca8c341eb329e]

        databaroptions.ui: Improve some translatable messages
        
        Change-Id: Ia9380033261c7aaa229f9d2a64af0ac33c41d541

2015-04-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [04b74906e28aa6732ba4bfcd97f4028c0201c166]

        Personas: add “non_homogeneous” to status message
        
        … so that it avoids changing the size of the buttons in some languages.
        
        Change-Id: Ida4c6a7f0af338240c61d8febf3b871b577def0e

2015-04-11  Matthias Freund  <matti_lx@secure.mailbox.org>  [b9b6957ff3fcd2d5828bc2e23e6781fb5292cd63]

        tdf#89617 Sifr icon style "Print document directly" icon same as "Print"
        
        sifr lc_printdefault and sc_printdefault have now a flash inside like in oxygen/tango style.
        
        Change-Id: Ic960371748a0b76c38d329f92f209be2240ca1ce
        Reviewed-on: https://gerrit.libreoffice.org/15255
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-11  Caolán McNamara  <caolanm@redhat.com>  [d8a527abcecbb8b5783803fa322e0de310967a1b]

        fix assert on export of ooo103014-1.odt to .doc
        
        Change-Id: Ice8bfc098fe539c8c58fd0dc28fdde5ad4a7ad03

2015-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [a96425461482ac24e54f01e3a48b4fcd96a45bda]

        writerfilter: no need to spell out com::sun::star, css is enough
        
        Change-Id: I7dfcb041509508969135a325bdef709de7a8218f
        Reviewed-on: https://gerrit.libreoffice.org/15247
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-11  Michael Meeks  <michael.meeks@collabora.com>  [c6fb78d5fd5f52384f4b959091f50da60ba4b37a]

        disposeAndClear in place of DELETEZ.
        
        Audit of DELETEZ usage in:
        	"vclwidget: change all vcl::window fields to be wrapped in VclPtr"
        
        Change-Id: Ib65096a9edb09ce9381ab4a8297d9391d2603651

2015-04-11  Julien Nabet  <serval2412@yahoo.fr>  [6ab69492b7dfb0ef0016f442e7b249c2723a5110]

        Calm down TBs
        
        Of course, I suppose there should be a better fix than this one
        
        Change-Id: I65505d52b0a161ebea2e4bda5d1b32934e74906b

2015-04-11  Yousuf Philips  <philipz85@hotmail.com>  [e939dbbb3bd0259d325ec941a00abf517e235d13]

        Tweaks to calc toolbars and add missing small tango icons
        
        Change-Id: I0e84003420e58d1d830a1e937372fabe87208479
        Reviewed-on: https://gerrit.libreoffice.org/15244
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-11  Matthias Freund  <matti_lx@secure.mailbox.org>  [04c4287714dec047ec64ff6604cc6045f726d9d8]

        Sifr: Adding lc_autofilter and sc_autofilter
        
        Change-Id: I3a874c27e10df0366cbbec4bfaf972fc4bcd66bf
        Reviewed-on: https://gerrit.libreoffice.org/15245
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-11  Michael Meeks  <michael.meeks@collabora.com>  [e9696b975afeae970575cbd6bc782fbba484b2f3]

        Fix more misc. lifecycle mistakes.
        
        Change-Id: Iadf0767d41830296a441299bf10aaa1e7629a824

2015-04-11  Julien Nabet  <serval2412@yahoo.fr>  [f3abca2b45243107f70a402d2ec8ad5e3c50346a]

        Show duplicate attribute
        
        Change-Id: I6e1e66012817178c167e7cb531811686cb2fec19

2015-04-11  Julien Nabet  <serval2412@yahoo.fr>  [618f88466baaae1925f3f41543e171769f608f11]

        Typo: Accenat->Accent
        
        Change-Id: I178ae0bc0ac4121a0ed44843c07975a0330370b7

2015-04-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f8976c41dc847cc47abf127bed4e0dc58aa7f1b5]

        tdf#37650: further improvement of svg export
        
        continues work of 0a4e9138281bd0a4be59031357c1bf52134d007a
        when opening a <tspan> element check if <text> element has been
        opened already; if not open <text> element and close it immediately
        after writing the text
        
        Change-Id: I6e4cfdf9ba107ec9e65a99e7866f4a1075737d82

2015-04-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1e9bbd1bf0eda05c8474c49581fdaeace6689ae1]

        tdf#56467 / tdf#88117: SVG export further improved
        
        omitting the clip-path from the <svg> element and keeping it only in
        the slides enables rendering of exported selection in viewers like
        firefox and inkscape
        
        Change-Id: If296a78a3f948728e8b2ec257849be129bec5d92
        Reviewed-on: https://gerrit.libreoffice.org/15155
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-04-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9c3d44197613f1570026c0f351268bda293c08ea]

        tdf#56467: copy text of meta actions with valid text length
        
        avoids !!br0ken!! in svg output
        
        Change-Id: I7f99a26f3a995cbaeb1e520a411a8e1c31a8a61f
        Reviewed-on: https://gerrit.libreoffice.org/15144
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>

2015-04-11  Michael Meeks  <michael.meeks@collabora.com>  [fbdef593def24941db2a6123501277fe20b8b1d2]

        More re-basing compile-time fixes; now we compile.
        
        Change-Id: Id66f1009b6ec604548c325a036dae7e83cb78d9b

2015-04-11  Michael Meeks  <michael.meeks@collabora.com>  [afc84f23b29ec0e08b34601c34e26f07beb110f8]

        VclPtr: unfortunate includes needed for inlining ref/unref.
        
        Change-Id: Ie875018a1ad28e4e6a46c2d0a3c2e4115a6fe30d

2015-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [970417facec36d9f7530444ddbd62a8f9e194b74]

        No need to spell out com::sun::star, css is enough.
        
        Change-Id: I1cdf56df10516f01ca091043b6a01bc14095413a
        Reviewed-on: https://gerrit.libreoffice.org/15242
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-10  Michael Stahl  <mstahl@redhat.com>  [10237e59c371a7b7198b2e3cb6a8701586fb287c]

        typos
        
        Change-Id: I6420205d87c85c88137b8fc11fa16e313f2fcb35

2015-04-10  Michael Stahl  <mstahl@redhat.com>  [c5cf8824a619401627f18abc7b3049551c71ac2a]

        tdf#86578: sw: fix rendering of legacy documents with fly achored at fly
        
        Resurrect the special hack "lcl_SubtractFlys" that effectively paints
        "lower" flys on top of "higher" flys, defying the z-ordering, if the
        lower fly is *anchored* in or at the higher fly.
        
        It turns out that this is not obvious to emulate in any other way that it
        is currently implemented:
        
        One idea would be to split up painting of the fly background from the
        foreground, by creating 2 different view objects per fly as children
        of the SdrPage when decomposing it in svx; but the problem is, they will
        be ordered in z-order of the flys, and the point would be to paint the
        backgrounds first and in a different order, call it "anchoring order".
        
        What that order should be is hard to tell, there is a conflict between
        the defined z-order and the flys that are part of one "anchoring
        hierarchy" and should have their backgrounds re-ordered, because
        entirely unrelated flys that could belong to different "anchoring
        hierarchies" but overlap the first ones may result in a cyclic ordering.
        
        Painting one "anchoring hierarchy" recursively would not get
        z-order of flys from different anchoring hierarchies right.
        
        Another difficulty is that heaven-layer backgrounds would need to be
        painted before hell-layer ones.
        
        Another aspect of the lcl_SubtractFlys is that it entirely ignores
        drawing shapes; only Writer's own flys are handled.
        
        Since none of the above makes much sense, we clearly want to
        deprecate the lcl_SubtractFlys rendering.
        
        Introduce a new compatibility flag "SubtractFlysAnchoredAtFlys" so that
        the legacy rendering is only active for legacy documents, while new ones
        remain free from its taint.
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: I710fe79710b89c8f865ebb7162e14713aac6cc4a

2015-04-10  Michael Stahl  <mstahl@redhat.com>  [be096cbf64700466f621e51665d48650b0915635]

        svx: add an assertion to this fixed-size thing
        
        Change-Id: I3d496f78fd60a3a47cc62d4237f31e5e131a9692

2015-04-10  Michael Stahl  <mstahl@redhat.com>  [233c94d225bc8043c5a1d4d5260e0864f6510a56]

        sw: replace some magic frame type numbers
        
        Change-Id: I7d464cf33b0bfd29f4f6f750abcab2e59257788d

2015-04-10  Michael Stahl  <mstahl@redhat.com>  [00a1f2089bb250a8a9130109baac4d0c93adc3d0]

        linguistic: try to avoid crash with null LngSvcMgr::pAvailGrammarSvcs
        
        Most likely it was cleared by another thread while this one showed the
        "no JRE" dialog.
        
        Change-Id: Ib0e74c73a510f52778163ad24c20d7ae835ced11

2015-04-10  Eike Rathke  <erack@redhat.com>  [68786ad8fd26a7785d568133b5328281c4b4496f]

        icu: various regex fixes
        
        Backported from
        http://bugs.icu-project.org/trac/changeset/36724
        http://bugs.icu-project.org/trac/changeset/36727
        http://bugs.icu-project.org/trac/changeset/36801
        
        Change-Id: Idd85c3344e3ef86e390341038f53ad2a398b3fa3

2015-04-10  Caolán McNamara  <caolanm@redhat.com>  [df0ea8662539563a15338f5840b936e475f7e531]

        fix crash on exporting ooo23919-1.sxw to odt
        
        Change-Id: I3a249d1ee4a49dfc66d7d6052803b0896ae42d39

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [efcce8fc8478207d58069ee992aab4ff7b07f619]

        VclPtr: unfortunate includes needed for inlining ref/unref.
        
        Something of a compile time vs. run-time choice.
        
        Change-Id: I7e9db3a6f14d352e0b78abd5f22ccc593aceb001

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [e985155bc506c84efba297751c76242406351de7]

        Misc. other fixing.
        
        Change-Id: Iffdb9951daaf38489f6b788e07d9b14256459fd4

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [e33d74ff2ef2493b9de558b033c2d05b6ce97069]

        Make ErrorContext includers happier.
        
        Unclear that it's a great plan to have a circular tools <-> vcl
        dependency like this, but it pre-dates history apparently.
        
        Change-Id: I7a666dbde9ec7cc29a4e260e2012cca4a26b0b29

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [ece63f8914367a16fda83a32986bd4a5e4270f2d]

        More calc fixing.
        
        Change-Id: I35e8a6e5ef7944e937c0b73ebc9986c0eaec2df4

2015-04-10  Tor Lillqvist  <tml@collabora.com>  [ea407fd6379031f0fe77a27ef48a041bd1cd13e9]

        Look also for the iOS 8.3 SDK
        
        Change-Id: I4472eb296de3fcf4832750229c67acb0d846cbb6

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [cf13f787033a6517877dd38163fdabf1c14e9fbf]

        Lost more cleanup and fixing post re-basing.
        
        Change-Id: Ia5317b93484d31af978a5276bc6697848130225d

2015-04-10  Yousuf Philips  <philipz85@hotmail.com>  [97857044b8f2ad0b0688131097540e9b87919e21]

        tdf#90492 Rearrange toolbars and buttons in Chart
        
        Change-Id: I8594ad75b82ea4d8b5178de7e1f44e7402b22fda
        Reviewed-on: https://gerrit.libreoffice.org/15225
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [f9a55aa248b83721737a8e543d440734436a615b]

        Lots more small re-basing issues fixed.
        
        Change-Id: I621567c4596e01092c55d868403910386fa14058

2015-04-10  andreas_k  <kainz.a@gmail.com>  [a15ec65855b0a80986e2a88f174ba0bae9a9d859]

        Breeze: missing chart2 icons
        
        Change-Id: Ic292b2ba03496e9f7a4cce7a0c0284d25ec7f6df
        Reviewed-on: https://gerrit.libreoffice.org/15226
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-10  andreas_k  <kainz.a@gmail.com>  [a6d14ec753d3100e385c8cd09a0aeab786810062]

        Breeze: graphic filter icons
        
        Change-Id: I53529d657faa735b787852f1b1ffe082f03154ce
        Reviewed-on: https://gerrit.libreoffice.org/15227
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-10  Noel Grandin  <noel@peralex.com>  [7a1fad0d4f6b95c9beafa9c34f34b70bb9a0c9ed]

        convert ScopedVclPtr to ScopedVclPtrInstance
        
        Change-Id: I22a9d9c313a81ccee885b9c8785d4b008a6f2058

2015-04-10  Jan Holesovsky  <kendy@collabora.com>  [c7a1b9a01729e80dfc77353f9d0a60831f18af99]

        fdo#82014: Repaint & set the document to modified after condformat change.
        
        Change-Id: Ife3e805b95bede7be5d436abab925b35e717ee5e

2015-04-10  Noel Grandin  <noel@peralex.com>  [3bf4ada33f09e155f3350602e7a4b6cec77e40f0]

        dialogs lifetimes should be wrapped in ScopedVclPtr
        
        Change-Id: Ica8467af599fb3f9313bfa916fec8b7792a6000f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [746b518ceff830f8ac1f29c8871ad379793eb12e]

        More misc. cleanup.
        
        Change-Id: I91d2c45a7082fd989f440fff9e1322e4571dc2b2

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [14168dfb75d5846ded49e15ab394b9934d9033df]

        vcl cleanup post re-base.
        
        Change-Id: I2500a2079cd029505f404f34c9b3d9ec1961afbd

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [4804ed902a00cf72f86caa75cb6b6a04ffd72493]

        Fixup toolkit's printer code.
        
        Change-Id: I1d9b0cee1c04e853d38135b84c5c8db24538176e

2015-04-10  Noel Grandin  <noel@peralex.com>  [ee33b094f6e02f8fcde2743c8d2ce400cfef64df]

        loplugin:vclwidgets workaround
        
        workaround "OutputDevice subclass should have nothing in it's destructor
        but a call to disposeOnce()."
        
        Change-Id: Icc7e09ea4dec3292b62d1aba4dc881220c115414

2015-04-10  Noel Grandin  <noel@peralex.com>  [a4a18d393c66ce5ed59a1f8dbcd8093bee7c657c]

        wrap vcl::Window* in VclPtr
        
        Change-Id: Ia0c259a4518e91b3dac50927812bef717bce5273

2015-04-10  Stephan Bergmann  <sbergman@redhat.com>  [97d4c1a8100c63091401736c93d6bbbb371d5b37]

        rhbz#1197614: Fix calculation of m_bHasActive when removing active element
        
        Assume m_vEntries.size() == 2; assume first element (nPos == 0) is m_bActive,
        gets removed, so m_nActive would have stayed at 0 and m_bHasActive at true; then
        assume second element (again nPos == 0, due to the removed element) is m_bNew,
        so nPos <= m_nActive is true and m_nActive gets updated to 1 (and m_bHasActive
        remains true); then selectEntry(nNewPos) (nNewPos == 0) would have tried to
        reset m_vEntries[1]->m_bActive but now m_vEntries.size() == 1.
        
        Change-Id: I31d3bbe97ca99f880aa99bdea015f7c0457f8331

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [93a8635776834a03fc794cf8eba1e98a88e88be8]

        Cleanup layout and window merge.
        
        Change-Id: Ic61f85ef159981721420ebc5157bcf09cf09ec51

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [567dbbc5e952170f20673ca795a609220aee792f]

        Fix NotifyEvent and IntroWindow bits.
        
        Change-Id: Id12dbb9219a9581dd52d1f820c47f3da47b62187

2015-04-10  Noel Grandin  <noel@peralex.com>  [ed48a8af3f84ff327a310124a348f6bbe5fa3519]

        loplugin:redundantcast
        
        Change-Id: I62aa8ca0f07dce9a820527ac1aef9c44cd70223a

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [7377c4d6dd6dacd1d20352226a46a075cbd6a935]

        Remove OpenGLContext GC window.
        
        Change-Id: I1468fc94aa0c709528a767b96bc26eefdb7ed08f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [663d673a07d76607679525b376cec400857dbc8e]

        Remove erroneous disposeAndClear.
        
        Change-Id: Ibc091cefab7fb0b628db0896af077a03fcda4094

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [fa705935937b77e1f8b3859b848a2faccf5d88af]

        missing nullptr.
        
        Change-Id: Iea2124d0b485e051df1136f63ba4113b2dbc6f84

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [4ff758fea152d6de492d472fba1f889592a3f696]

        Manual cleanup of misc. issues.
        
        Change-Id: Ib0b9b17010f7c1b0814b48f6fb0144e5296418df

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [8a65284fe31e6c0a927cb88b75df7845cd248572]

        Automated conversion of VclPtr construction to use Instance template.
        
        Change-Id: I8be9141b9653e73ebd23a5a3d810f240c376f97e

2015-04-10  Dobra Gabor  <dobragab@gmail.com>  [4d000e85633c8e97e73bfc68a128dd7bea31223f]

        tdf#89641 Page numbering in Calc and Draw/Impress
        
        Change-Id: I5ce2f528ae4a243ea8402c787b5c77cf75052d2e
        Format: "Slide 2 / 3" changed to "Slide 2 of 3 (1)".
        Reviewed-on: https://gerrit.libreoffice.org/14806
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
        Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [d46e0d9656670dcd7dcca2f32062606400ff6246]

        second half of non-scriptable, Instance constructor conversion.
        
        Change-Id: I616c8c28255e0d90ae90033a128bd34d7570530c

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [5d133eb62187ae910772ff5dfeb8f2c3276e8481]

        first half of non-scriptable, Instance constructor conversion.
        
        Change-Id: If73bb41bfa805e22609748f25971724b4778edb3

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [28a863756b5891e6074a2ce432f97a1ff0271aed]

        Fix misc. issues in lifecycle unit tests.
        
        Change-Id: I667852d1c854259ed698541b868a49322c6fbe64

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [07f3d95b3d5201f758906c5cd5286f0d54c12672]

        vcl: stop vcl::Window clobbering mnRefCnt itself.
        
        Change-Id: If1926c8ecc94c3b9786a3f255371b440c482a155

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [3072f80c53adebe1242f90b16cf4e83064cb4f4f]

        automated VclPtrInstance conversion.
        
        Change-Id: I9a1d47202e2794461f6ec44f3e72ee1dd2fde09d

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [f59c489e642059fc060054222505b544893a3873]

        Convert more sites to VclPtrInstance.
        
        Change-Id: I364c5eb176d5003deb1938810cccf4f2aaedbd59

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [c7f3e599da3f4adf0c8cfe6e087948dc8f61bcce]

        Revert part of "Unwind mpDialogParent oddness."
        
        Now its ok to reference / un-reference ourself during construction.
        
        Change-Id: Ib3b302719c7d40d7a42272f93db5e4c437859cad

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [582e89610b366c0d887baa6b8de7fa5f065900fa]

        vclptr: create Instance helpers, and set initial ref-count to 1.
        
        Document that in README.lifecycle; the problem is that our constructors
        currently take and release references left/right on the object being
        created, which ... means we need an initial reference.
        
        Change-Id: I5de952b73ac67888c3fbb150d4a7cde2a7bc9abf

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [49dadad0b55f879ebe5daf539a97043d283ad0a8]

        Encourage disposed toolbox items to play nicely.
        
        Change-Id: I4a28ba4740e9c84666cd85c046598862f20a7a96

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [7df35a2e92fa9fb548bbca0d0935f055e56e6d10]

        Unwind mpDialogParent oddness.
        
        This pointer is used to pass extra information through dialog
        constructors, and (as such) if implemented with a VclPtr it causes
        us to take and then release a reference on our in-construction
        object, before it can return it's 'this' into the safety of its
        calling VclPtr<> constructor; not good. cf.
        Dialog::doDeferredInit vs. SystemWindow::loadUI.
        
        Change-Id: Idcab40cedcdebed560077cfaa1a14395e6e01cd6

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [23eada8dbbf10de29b85e9d965f5c0ed11942efc]

        repair dialog related lifecycle bits.
        
        Change-Id: I33ec0318a257929583aa4bb0d107f16d1f8edbcd

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [dc60f2a95552ab440dcdacca8969eb3bcc2758c1]

        get messagebox dispose ordering right.
        
        Change-Id: Ia7085cf98141fdbd50cf9cc9ed45e2e0c09e448e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [1757fb4a49050ecef14c0c71b81cee9a0759e36b]

        no need to free mpButtonData in dispose.
        
        Change-Id: Ie6f135d9e91d0831717c2a0726161825d0a06665

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [8dd74ea0862170c7705a6b9468dc16ee5e8c419b]

        Fix unintended destruction of adjacent printers.
        
        also audit commit: "start wrapping OutputDevice in VclPtr"
        
        Change-Id: I6e018d7c3e3c8f941c184ad1aaa8593f7750c620

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [5c91c9fed51bf10387a7673cb8c1ccd95e0469d0]

        Fix LazyDelete crasher, and add & test more post-dispose robustness.
        
        Change-Id: I0e9460cb33b7cb5da9ddb950ff27bac8cbf7fed8

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [7acf94a7cfca389e73016ec337708498bc12cc3c]

        vcl: remove curious self referential OutputDevice ptr.
        
        No need to pay a per-instance cost for this, also avoid a self
        reference for every Window sub-class.
        
        Change-Id: I040a0ede9481229e43a39bc23297969e90b95f5e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [baf676996b8187e5300672b8e381ab7f86ce6fd0]

        unwind LazyDelete issues - deleting VclPtr types.
        
        Change-Id: Iffdc9f73520a97ccc284ecba1b2468dc229506c1

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [554be83e0f30d7c47f84195b1677ee1304fe2a34]

        correct debugging assertions.
        
        Change-Id: I2437b4d3c532be6cbb31dccfa9e267498111c183

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [9d35e6df6693eba3d23036028fc3f3621e40822a]

        Nothing really that wrong with acquiring a disposed reference, for now.
        
        Emitting events acquires and passes references conservatively, and the
        VCLEVENT_OBJECT_DYING event hit this hard.
        
        Change-Id: If86991ead63b05425a237bf213583c020ba4e582

2015-04-10  Noel Grandin  <noel@peralex.com>  [385bae4bbac02eb3633af5e2085f70ce0391b262]

        vclwidget: some small fixes
        
        Change-Id: I094163c894ff9accf70050d5a4fab83e905a282b

2015-04-10  Noel Grandin  <noel@peralex.com>  [a6e5ac3be1398aa63fab1d751d6238daeb3a2b2f]

        vclwidget: add some safety net asserts
        
        Change-Id: I5fa19ec6161ab97eb7df8b52a268917f41ae2205

2015-04-10  Noel Grandin  <noel@peralex.com>  [489a4fb3a00cf7e6c32ecfe7e50538d6c8eb075b]

        calling delete on VclPtr
        
        Change-Id: I25346435d2129086281783636624b1bb430d0096

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [0e491a7a2affbb08071e6378dacc1995cb301655]

        vclptr: add isDisposed method - and assert for it here & there.
        
        Change-Id: I2b154e0ed9eee0a45900ada7f805a1d444a31bc0

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [c612c3b0aed9ad7f7f42b4313f821b71995ead15]

        protect more printer code-paths.
        
        Change-Id: Ic5bc5c3325b460cba0d95484454c9bb826684890

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a8dc965511f5f8e276eb4797ac0c37479907a079]

        splash: de-confuse mixed VCL and UNO reference counting.
        
        Change-Id: I1c8ded2e5c5e8072111d3e1480ba7086db135810

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [bd2a35e10c6a2600dc9cdadc1202c174a7b87f06]

        malingering delete.
        
        Change-Id: I954c6b0db3ae69146763fa6c54e2d8015b00ee4e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [ad8a2074c6143d3ce05c0a5d93a553c13b950520]

        cure a lot of unfortunate ScopedVclPtrs.
        
        Change-Id: I2149511f958ba75e81dc41b10b01eb9d19610037

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [8fb4672aef888fc5a582ca9508799ecdbe777c42]

        ScopedVclPtr: needs an = operator to make life flow.
        
        Without this, assigning to a ScopedVclPtr instance thus:
        
            pScopedVclPtr = new Foo();
        
        constructed a new intermediate ScopedVCLPtr, used a default assignment
        operator, unhelpfully disposing the new Foo before it could make it to
        pScopedVclPtr => add operator, and hide problematic constructors.
        
        Change-Id: Icc0da962938bf115eac0c24a6a76cfeb66ddf23a

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [d1091fd50adb1c01d1b1393fd662278611f9e7e1]

        re-insert erroneously converted delete calls.
        
        Change-Id: Iebdf2af3866d884289f6913646106fe3f2d4dde5

2015-04-10  Noel Grandin  <noel@peralex.com>  [58a43332b3a86db3756e6ad18e31189969c85364]

        wrap more stuff in VclPtr
        
        Change-Id: I2f0d8a4fe426d8ee1ac55a05ae8dd0b44f9aab2b

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [e0eecf8ad57aa207d1db7fc63d9ad8f8d54866e4]

        Cleanup a few issues with stack VirtualDevice conversion.

2015-04-10  Noel Grandin  <noel@peralex.com>  [52789497db9f97beb8c95177fd2293287c5dc1e6]

        wrap more stuff in VclPtr
        
        Change-Id: Ia742c47399231bc5914b6586132ad3daf694fdb0

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [98586079c3961f32d9eaee9731ee053bc8bf1887]

        Convert last vestiges of OutputDevice* and VirtualDevice* members.
        
        Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76

2015-04-10  Noel Grandin  <noel@peralex.com>  [395ae19356a8128ec47e2526e0342ca2905ea707]

        vclptr: calling disposeAndClear on all the fields is not great
        
        sometimes we need to call clear() instead, and there is no
        automatic way of figuring this out
        
        Conflicts:
        	compilerplugins/clang/vclwidgets.cxx
        
        Change-Id: Iad96342ce3fdb3fa2f548270392aa00e19fec599

2015-04-10  Noel Grandin  <noel@peralex.com>  [11e83bc770af8a274ff08c7162677e7d6987bcd4]

        wrap some more OutputDevice in VclPtr
        
        Change-Id: I6f4a74bf56543e4d31d3b84a0cd2830d4f4d669a

2015-04-10  Noel Grandin  <noel@peralex.com>  [61b224f392eb856bf4cfa0c04c68202a463cbdbf]

        vclwidget: fixup locally allocated vcl::Window objects
        
        They need to be wrapped in ScopedVclPtr in order to be disposed properly.
        
        Change-Id: Ib64dba353774f54711e4de7f5d15d859c6a4dc7e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [f1d9eef4163e88a3cb6360178b52ce441e65d8ae]

        vclptr: document the architecture, sample debugging, FAQ etc.
        
        At least a start of some documentation on VCL lifecycle.
        
        Change-Id: I6180841b2488155dd716f0d972c208b96b96a364

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [047362988b5b9910b41ef6cc7d12a685d849bcae]

        vclptr: various mistakes fixed, and more ptr types converted.
        
        Change-Id: Iba04ec828f7ce37fc6ede28a64f1c286d81ff705

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [12f6e237b8b7b8ff9508edc9e348a387290c240c]

        vclptr: misc. bug fixing.
        
        Change-Id: Id56188c0f72b74bc9ce6eed558a8339d4175d628

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [e218bbcbf60345115772ccb2fa63418c13895bd0]

        Move OutputDevice members to VclPtr: starmath, svx.
        
        Change-Id: I1a5174334f41bc319e0806b9d324be64ba6d0135

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [b129ee5021b7f56dfd936d53a46d274880edc0a9]

        Move OutputDevice members to VclPtr: dbaccess, canvas.
        
        Change-Id: Iae01ddcb6a0cde3be1bd79200e9177983be2f924

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [23d833dd3fba1c05a7d7552de6037cf3723bbfcc]

        Move OutputDevice members to VclPtr: chart2, sfx2, cui.
        
        Change-Id: If9228f8777edd4532e9a167eae23095c5e232a6c

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [d2d83f5a8a0f6f84c4e2692229c960b6677878ef]

        Move OutputDevice members to VclPtr: filter, reportdesign, uui.
        
        Change-Id: Iafac8812714a0be68f5608f657c76c159f2912a0

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [aeacfe0967f930f5e16711a32b90784fc856f0ec]

        Fix OutputDevice members / stack allocation: filter.
        
        Change-Id: Ib67fd510626809baab774382d37b20462253fc31

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [ed953d1842caf0b8a00d1528cd012e3a9b83bdd2]

        Fix OutputDevice members / stack allocation: svx.
        
        Change-Id: Id28aeb44b4c48fec944e21fed7a9acf9f7f8b68a

2015-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [2819ee71da631116662401f14f8a0fb78c2a7f3a]

        tdf#90230 SwDoc::AppendDoc: take care of marks when inserting page break
        
        SwDoc::AppendDoc() inserts nodes from an other document, and before
        doing that, it inserts a page break at the end of the document. In case
        there are marks at the end of the last paragraph, the insertion of the
        page break moves them to the next page. This is a rare situation, but
        happens e.g. when the source document is an empty one: then MM puts a
        mark at the first paragraph of each inserted MM part, and then the first
        paragraph == the last paragraph, so the mark of the only paragraph in
        the document gets moved to the next page.
        
        This is a problem on its own, but is detected by the SwIndexReg dtor
        when that empty paragraph gets deleted later in SwNodes::Delete() called
        by SwDoc::AppendDoc(), resulting in an assertion failure.
        
        Triggered by commit a305a2c91420652db450b7f8edd140e1d69f42cf (use
        bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823),
        2014-10-20), these not adjusted bookmarks were not detected before.
        
        Change-Id: I89775b477a2fd3182b2bc87144aed2bfe7912aff

2015-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ab3275d8d3d31e50249ec253167c9d394892b04]

        sw::mark::MarkManager::dumpAsXml(): show UNO marks
        
        Change-Id: Ic19ef6465036050b3b72949af65e23f8dde3afcf

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [8fa63f31ab84131fc1551563ae5d9bf86208c906]

        Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.
        
        Change-Id: I6d6d41b8a6501ce7d35c78e5b730ea45143d6b73

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [e1b8e36a2693102664b8afe16ec321ef63e234aa]

        Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.
        
        Change-Id: I5563cfa35142f088533ae998d087dec669a13287

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [eac22a0630bcf3780142f64a022fa432e13bb7e1]

        Fix OutputDevice members / stack allocation: chart, canvas, cui.
        
        Change-Id: Ieb6f58222ffc3e03c1d599752a6f02600e1bee1f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [057347dad41f7df3222cc483fdff83fa631606bb]

        Fix OutputDevice members / stack allocation.
        
        Change-Id: Ie57434607b61085a882af40b63d6a4b7aac0d4d3

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [7a2e0a335593bcd04caf5ba3fd7a9b0e2d933567]

        ImplSVGDIData didn't dispose its contents previously; clobber it for now.
        
        Change-Id: I71c877773cbdabe10f617d1d3d7141ebd6d93923

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [2177201e655767f6f15e9b44aedf7a4f99d2994a]

        fix VirtualDevice unit test.
        
        Change-Id: I7a1f95ae1d8577114634c62aa89d3c7e1fde62c1

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a83de85dad1c296188a24ca046f483381deb0a61]

        remove un-necessary type punning.
        
        Change-Id: I4f05929daa8b78b309d8a0498a2bb3246af9e18a

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [3a091f8ca2f20d44c32ef954e23f664256686997]

        Unwind VCLObject bits for OutputDevice derivatives.
        
        Change-Id: I1abdf0a6d43029fb29e5cbc6c3f788aa98f55a1f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [b5f08b336af03b78035d24114e78b7fdb98b8dce]

        remove erroneous new disposeAndClear.
        
        Change-Id: Ib593f05447a8a657649ef83febb4ef0e5b6476dd

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [4ce5a6e2d51e40c13d8578efe05bd014382586d7]

        compile fixes.
        
        Change-Id: I210c71c1a7236d286256a498f3f4f28f4185d052

2015-04-10  Noel Grandin  <noel@peralex.com>  [820576af4fd6441a752742b43d804e9837839925]

        start wrapping OutputDevice in VclPtr
        
        Change-Id: If3ecbb0599b50d50ce6b3997ca7892200c332ffe

2015-04-10  Noel Grandin  <noel@peralex.com>  [bf739995fc97ed61a586e949a868ac67fc3b7d95]

        make vclwidget clang plugin find OutputDevice
        
        fields which need to be wrapped in VclPtr
        
        Change-Id: I6e465c66c51018b3beffadb6c99d8a08f071331e

2015-04-10  Noel Grandin  <noel@peralex.com>  [443be937e07b93860c13c960b376389845d0a09d]

        add ScopedVclPtr
        
        which acts like boost::scoped_ptr to disposeAndClear a vcl::Window when
        it leaves scope
        
        Change-Id: I077522734585c19d6bbc3cbf81f1fa45e61ecd02

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [cf06c0135d44b8f553940d0fabe03918d61d8a8f]

        start of unwinding reference OutputDevice & Printer lifecycle.
        
        Change-Id: I066337f46a3c39d1eaba5e7a1f4e1278816a0b27

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [4f72ab022425318b109e52a641e63f673fce653d]

        nail more lifecycle oddness.
        
        Change-Id: Ibc29b488cf5077f1d5eb996a8d88dfd057de8266

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [4f386d07474790648843665cac42879cb33eba48]

        more lifecycle cleanup & fixing.
        
        Change-Id: Icc9051bad16c0e66c9e9f631c487a2facde72e9f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [739f3a5c2b5410685b22d920e8d6c4d59567dfd3]

        mend misc. lifecycle breakage.
        
        Change-Id: I6e960db9659f5122a45c4cf173e680bb782acf76

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [f583322c079c4bbc4be21ee3ba5d1d1b91c3d061]

        toolkit: much safer WindowDestroyed handler.
        
        Change-Id: I0c72231a932186130246bab343653ecb563a41f2

2015-04-10  Noel Grandin  <noel@peralex.com>  [0556598b35eb6d81fdaff04520f14202660f0333]

        vclwidget: check for calling delete on subclasses of vcl::Window
        
        Change-Id: I7fb7cf919e3f46dd03a18b1cb95fa881915f9642

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [7aa921cb53eedd0a107fbe9f75365adcce4d37d9]

        lingering smart_ptr 'reset' -> disposeAndClear.
        
        Change-Id: Ia126588580b76cc69944bb974d93cb51ee0356dd

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [256371f49dad16347db48d7ff826779345538f3c]

        clear() is the equivalent of assigning a local ptr to NULL.
        
        Sometimes it matters; doing a disposeAndClear() instead can change
        the order of destruction profoundly. Fix a number of issues from:
            "vclwidget: change all vcl::window fields to be wrapped in VclPtr"
        
        Change-Id: I3127d3ed973458e8299156453258e167dbdb8ccf

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a140e0d0bab3bd09fe19711fc99e411fcc2675d7]

        fix explicit delete.
        
        Change-Id: I6d12eb32e9c8fcb403473c41b3a6eb2f29fe8639

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [15178933b18bc3980890c1cd5a3f0e8ec3d5c744]

        fix ilistbox dispose.
        
        Change-Id: Icc5b6e924dfeec7a7da4f654d79b17fe91ce1418

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [462f0ede49cf96e3da1c7d30c39b33e383aa9451]

        better widget debugging / printouts.
        
        Now this is in dispose, not a destructor we can use RTTI nicely.
        
        Change-Id: I6d92dce7a1c76a194a0f354a7a49a49a35c11794

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a6ee7434d15c69941d1d415e33a92ae8e3e49fd1]

        un-tangle more lifecycle issues, and improve taskpanelist debugging.
        
        Change-Id: Ic542fac901edb87418abc1d460ed4e7d9bad67c5

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [2b1772c5b8bd4aedbc7ec7a9a916ac8c8f975f34]

        add missing disposeAndClear pieces for VclMEdit
        
        Also correct dispose ordering in dbaccess.

2015-04-10  Noel Grandin  <noel@peralex.com>  [6d0c89123f353aed80d3a8a08ef5cd1ffaa1eea9]

        vclwidget: fix more places that should be wrapping in VclPtr
        
        Change-Id: I31c9115662da2f81e1b22be91ee58e2862076b8e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [2269fd1d751d9b198cf9189125bd177151559596]

        get misc. ordering right and add missing disposes.
        
        Change-Id: I76489f833949a556b657010e5d5cba6f64c89ba7

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [f3ac0f58dbfb9b600df56f8516b31091f4afcf3e]

        explicit delete of another class' VclPtr is not a great plan.
        
        Change-Id: Ie719ed153f2de462ced194fe67b6dd78933b354e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [149ee09c7aa2e303b625cc6b82b40a8c27613916]

        ensure valid iterator even with empty content.
        
        Change-Id: Icd2e193b66ace8212d1af086192abf0c43c5953f

2015-04-10  Noel Grandin  <noel@peralex.com>  [e35bc27fdc648ee433c755312fa79263b49f1339]

        vclwidget: make sure we have an explicit destructor
        
        Change-Id: I50490ad8957e8069e72e855f0f5a3b694218fd6b

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [683cb12163803af2888b17ee4902e319c8bc49b4]

        fix thinko in starmath; time to sleep.
        
        Change-Id: I6846e56062fdde394e4039de7cde42b0560f34b3

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [359cbefc23d6283f32ca428c98de8aec4a773fa2]

        more toolkit API adaptations.
        
        Change-Id: I55e3153bf38af376fe367d575ceb19f5b4405e1c

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [ad194534994a50f691c4ea15123b215cb93cc802]

        sw, sd: more toolkit API cleanup.
        
        Change-Id: I2015f517695682f17fe5c03a8df0171a427717bf

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [29e8c9ca3167b1366bd3b455df64ace5aea75bc1]

        basctl, forms, svx: cleanup for new VclPtr API.
        
        Change-Id: I3bfd7933d2cddf707662d10e9366e0c82f33d276

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [65741289ea32fe642af179b732398c1c3e41911e]

        cleanup Printer VclRef pieces.
        
        Change-Id: Ib47b2ec3cb54e374675981ad929856f43987418f

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [a13007adddadf7f5c7b503d6732cf11f3e62e619]

        vcl: fix virtual device lifecycle.
        
        Also remove an over-optimistic assert & ref-holding in dispose piece.
        
        Change-Id: I6ce6abb666c8143502fc450a26e1ba2aac787455

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [efa40d415046d377b293fea14a4a3c3fd1bf0129]

        vclptr: switch printers away from boost_shared.
        
        Also continue to move to extended toolkit/ API.
        
        Change-Id: Ibd4337b014ee096c84d0ad4435e2c5de1b258afe

2015-04-10  Takeshi Abe  <tabe@fixedpoint.jp>  [68219ae542b9a92d53d0b794bd92719b3f219c9f]

        cppcheck: provide a ctor
        
        This also employs smart pointers for some variables in Test, and
        drops unused code which b3edb2410387e0ad63ee663cd3b706076bea3edb
        left behind.
        
        Change-Id: I6c19d4b8f65b057bad2106c3e9d081446a2619a1
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-04-10  Noel Grandin  <noel@peralex.com>  [c72fac269626cd4c2c3f62a6eed69e47b59256a4]

        vclwidget: convert lots more sites to use VclPtr
        
        seems there was a lot of shared_ptr usage floating around...
        
        Change-Id: Icd05243170eb8493709275fc36bf986fc194b781

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [de6b9148eb64dfa4b31c87c1ac46fda0821645e3]

        accessibility: cleanup for updated toolkit API.
        
        Change-Id: I828f0e3841c396008cb5e51dec322d9d89f3a7c1

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [122577ba7888edded1456e8c8210b1945e037cd0]

        framework: fix for toolkit updates.
        
        Change-Id: I1629cb6574361d6dd855140d61f38229ab593ed7

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [3b416a7f845e7fda384951c1ac37ac9d47fe9354]

        svtools: switch UNO pieces to use VclPtr enabled toolkit.
        
        Change-Id: Ib243b14e3476d3a65ad1414e3843511420201c7c

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [60fcbc1af412b56f95561e26aff2cc63dd81b2aa]

        toolkit: more VclPtr pieces.
        
        Change-Id: I0393d906657b94cc547986a2165960a85d36cf48

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [95f686d99ec2772d547bec45736644d4ca527b09]

        toolkit: more cleanup.
        
        Change-Id: I2aa5c818d4f2c07926bda539da30ada63620f69d

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [51e97b2ffd8f0ae0591d1880d621cba4596583b7]

        toolkit: first cut at switching to VclPtr.
        
        Toolkit has traditionally had a very odd lifecycle relationship
        with VCL - start to fix that; first partial cut.
        
        Change-Id: I77e5e62ebde101d32746d12d83dae92c49970001

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [bc139dde60a25a7ccb60446c7cb8475ab794bfdc]

        vclptr: move down impl. to OutputDevice
        
        Ultimately we will want to ref-count & VclPtr OutputDevice instances
        separately from Window - but for now merge. This helps fix the amazing
        lifecycle foo in toolkit/
        
        Change-Id: If40ee9f645c87aff08815926205e908205bdd67a

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [06f4760e3451601b3f43a72c4f1c5c4233c3f61a]

        add some more helpful paranoia to disposeOnce.
        
        Change-Id: I46f2bf5115f2b80990fdcac75bd31615c4221b9e

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [00ebfa7b1f3086e729b7a088d690cb5eda2a820e]

        convert a problematic array to VclPtr.
        
        Change-Id: Ia8b6984a8a9bdf6f32cf5ebfc971a6921796eece

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [6443d75965a34b0b11f176d887015997b4eadc5f]

        converting in-line member to VclPtr needs a disposeAndClear in destructor.
        
        Change-Id: I533eede461d173bd270e5a309fa13aab37bc0a13

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [d7930771b8441b7e7aa9a0e2809298054443e3ff]

        boost references are unhealty for VclPtr.
        
        Change-Id: I7ce41ecff1eee4cb45f685a0f4dddb31225ac542

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [06f826c812f6bec7e33097f99788a8532cd9ee0b]

        vcl: fix lifecycle test to disposeOnce.
        
        Change-Id: Idef33e0b8e6c986c8808c2b611c5f4b6632e7511

2015-04-10  Noel Grandin  <noel@peralex.com>  [808f69e3b7bf7c6c5df1b2942204ef9ed9212735]

        vclwidget: improve detection of vcl::Window fields
        
        that need to be wrapped in VclPtr, and convert several sites
        
        Change-Id: I1fb1ed164a99642a0c1ccbf433eb14df688fa476

2015-04-10  Noel Grandin  <noel@peralex.com>  [6cb33f4dd9967e1793ec2547fc3b7f9a3bc969d8]

        vclwidget: call disposeOnce from VclPtr::disposeAndClear
        
        Change-Id: Ia8c438984409a7b719f5756f9be30ba9e90c57dc

2015-04-10  Noel Grandin  <noel@peralex.com>  [d7a84ce8406096b455d81f50cd50ca2e877adc06]

        vclwidget: only call dispose() once
        
        by using a new utility method in vcl::Window
        This means that we don't have to make all our dispose
        methods safe to call more than once.
        
        Change-Id: I2110c7de4a86c70fdc97dd8fd318c86b56865374

2015-04-10  Stephan Bergmann  <sbergman@redhat.com>  [8e6c335c1999ffd8381d1f61bfda8110b03c211e]

        Update @since tags LO 4.5 -> 5.0
        
        Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2

2015-04-10  Michael Meeks  <michael.meeks@collabora.com>  [c0a802b59e1edddeb0b621e15137f5058299efd7]

        Audit and correct misc. clears -> disposeAndClears.
        
        Anything that used to be 'delete'd should be disposeAndCleared()
        in the new world.

2015-04-10  Noel Grandin  <noel@peralex.com>  [1c4025babd7037a3292aa530c7d45ab8d6ef6dcb]

        vclwidget: change all vcl::window fields to be wrapped in VclPtr
        
        and update the VclWidget clang plugin to
        - warn about unconverted fields
        - .clear() all VclPtr fields in dispose() methods
        
        Change-Id: I6e657c215bc6807efd992555399b3b1fc16c89b5
        
        2	1	accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
        2	1	accessibility/inc/accessibility/extended/accessibletabbarbase.hxx
        1	1	accessibility/inc/accessibility/extended/accessibletablistbox.hxx
        1	1	accessibility/inc/accessibility/extended/accessibletablistboxtable.hxx
        3	2	accessibility/inc/accessibility/extended/listboxaccessible.hxx
        1	1	accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
        2	1	accessibility/inc/accessibility/standard/vclxaccessiblemenubar.hxx
        2	1	accessibility/inc/accessibility/standard/vclxaccessiblestatusbar.hxx
        4	4	accessibility/inc/accessibility/standard/vclxaccessiblestatusbaritem.hxx
        2	1	accessibility/inc/accessibility/standard/vclxaccessibletabcontrol.hxx
        2	1	accessibility/inc/accessibility/standard/vclxaccessibletabpage.hxx
        3	2	accessibility/inc/accessibility/standard/vclxaccessibletabpagewindow.hxx
        7	6	accessibility/inc/accessibility/standard/vclxaccessibletoolboxitem.hxx
        3	3	accessibility/source/extended/AccessibleToolPanelDeck.cxx
        2	2	accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
        2	2	accessibility/source/extended/AccessibleToolPanelDeckTabBarItem.cxx
        1	1	accessibility/source/extended/accessibleiconchoicectrlentry.cxx
        3	3	accessibility/source/extended/textwindowaccessibility.cxx
        3	3	accessibility/source/standard/vclxaccessibleradiobutton.cxx
        1	1	accessibility/source/standard/vclxaccessibletabpagewindow.cxx
        1	1	avmedia/inc/mediacontrol.hxx
        1	2	avmedia/source/framework/mediacontrol.cxx
        1	1	avmedia/source/framework/mediaplayer.cxx
        7	7	avmedia/source/viewer/mediaevent_impl.cxx
        2	1	avmedia/source/viewer/mediaevent_impl.hxx
        1	2	avmedia/source/viewer/mediawindow_impl.cxx
        1	1	avmedia/source/viewer/mediawindow_impl.hxx
        1	1	basctl/source/basicide/basicrenderable.hxx
        1	0	basctl/source/basicide/baside2.cxx
        7	5	basctl/source/basicide/baside2.hxx
        13	2	basctl/source/basicide/baside2b.cxx
        3	3	basctl/source/basicide/baside3.cxx
        14	14	basctl/source/basicide/basides1.cxx
        4	4	basctl/source/basicide/basides2.cxx
        2	2	basctl/source/basicide/basides3.cxx
        6	6	basctl/source/basicide/basidesh.cxx
        14	1	basctl/source/basicide/bastypes.cxx
        15	0	basctl/source/basicide/brkdlg.cxx
        8	6	basctl/source/basicide/brkdlg.hxx
        11	0	basctl/source/basicide/layout.cxx
        5	2	basctl/source/basicide/layout.hxx
        11	0	basctl/source/basicide/linenumberwindow.cxx
        3	1	basctl/source/basicide/linenumberwindow.hxx
        14	0	basctl/source/basicide/macrodlg.cxx
        15	15	basctl/source/basicide/macrodlg.hxx
        45	1	basctl/source/basicide/moduldl2.cxx
        32	1	basctl/source/basicide/moduldlg.cxx
        36	26	basctl/source/basicide/moduldlg.hxx
        20	0	basctl/source/dlged/managelang.cxx
        2	1	basctl/source/inc/accessibledialogcontrolshape.hxx
        2	1	basctl/source/inc/accessibledialogwindow.hxx
        2	2	basctl/source/inc/baside3.hxx
        4	4	basctl/source/inc/basidesh.hxx
        5	4	basctl/source/inc/bastypes.hxx
        3	2	basctl/source/inc/dlged.hxx
        12	10	basctl/source/inc/managelang.hxx
        1	1	chart2/inc/ChartModel.hxx
        2	1	chart2/source/controller/accessibility/AccessibleViewForwarder.hxx
        2	2	chart2/source/controller/dialogs/ChartTypeDialogController.hxx
        1	2	chart2/source/controller/dialogs/dlg_ChartType.cxx
        2	10	chart2/source/controller/dialogs/dlg_CreationWizard_UNO.cxx
        1	0	chart2/source/controller/dialogs/dlg_DataEditor.cxx
        4	6	chart2/source/controller/dialogs/dlg_DataSource.cxx
        17	0	chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx
        6	8	chart2/source/controller/dialogs/dlg_View3D.cxx
        2	2	chart2/source/controller/dialogs/res_BarGeometry.hxx
        19	19	chart2/source/controller/dialogs/res_DataLabel.hxx
        23	23	chart2/source/controller/dialogs/res_Trendline.hxx
        14	0	chart2/source/controller/dialogs/tp_3D_SceneAppearance.cxx
        6	4	chart2/source/controller/dialogs/tp_3D_SceneAppearance.hxx
        18	0	chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx
        9	7	chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
        14	1	chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
        16	16	chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
        17	0	chart2/source/controller/dialogs/tp_AxisLabel.cxx
        17	17	chart2/source/controller/dialogs/tp_AxisLabel.hxx
        24	0	chart2/source/controller/dialogs/tp_AxisPositions.cxx
        20	18	chart2/source/controller/dialogs/tp_AxisPositions.hxx
        44	19	chart2/source/controller/dialogs/tp_ChartType.cxx
        3	3	chart2/source/controller/dialogs/tp_ChartType.hxx
        28	0	chart2/source/controller/dialogs/tp_DataSource.cxx
        22	20	chart2/source/controller/dialogs/tp_DataSource.hxx
        12	0	chart2/source/controller/dialogs/tp_LegendPosition.cxx
        3	1	chart2/source/controller/dialogs/tp_LegendPosition.hxx
        16	0	chart2/source/controller/dialogs/tp_PolarOptions.cxx
        8	6	chart2/source/controller/dialogs/tp_PolarOptions.hxx
        24	0	chart2/source/controller/dialogs/tp_RangeChooser.cxx
        15	13	chart2/source/controller/dialogs/tp_RangeChooser.hxx
        35	0	chart2/source/controller/dialogs/tp_Scale.cxx
        34	32	chart2/source/controller/dialogs/tp_Scale.hxx
        24	0	chart2/source/controller/dialogs/tp_SeriesToAxis.cxx
        19	17	chart2/source/controller/dialogs/tp_SeriesToAxis.hxx
        7	0	chart2/source/controller/dialogs/tp_TitleRotation.cxx
        7	7	chart2/source/controller/dialogs/tp_TitleRotation.hxx
        13	0	chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx
        5	3	chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.hxx
        1	1	chart2/source/controller/inc/dlg_ChartType.hxx
        1	1	chart2/source/controller/inc/dlg_CreationWizard_UNO.hxx
        1	1	chart2/source/controller/inc/dlg_DataEditor.hxx
        4	4	chart2/source/controller/inc/dlg_DataSource.hxx
        8	6	chart2/source/controller/inc/dlg_InsertAxis_Grid.hxx
        4	4	chart2/source/controller/inc/dlg_View3D.hxx
        27	27	chart2/source/controller/inc/res_ErrorBar.hxx
        5	5	chart2/source/controller/inc/res_LegendPosition.hxx
        14	14	chart2/source/controller/inc/res_Titles.hxx
        1	1	chart2/source/controller/main/ChartController.hxx
        2	3	chart2/source/controller/main/ChartWindow.cxx
        1	1	chart2/source/controller/main/ChartWindow.hxx
        6	6	chart2/source/controller/main/ShapeController.cxx
        1	1	chart2/source/view/charttypes/GL3DBarChart.cxx
        1	1	chart2/source/view/inc/GL3DBarChart.hxx
        1	1	chart2/source/view/main/ChartView.cxx
        155	50	compilerplugins/clang/vclwidgets.cxx
        23	0	cui/source/customize/acccfg.cxx
        95	20	cui/source/customize/cfg.cxx
        1	0	cui/source/customize/cfgutil.cxx
        1	0	cui/source/customize/eventdlg.cxx
        1	1	cui/source/customize/eventdlg.hxx
        12	0	cui/source/customize/macropg.cxx
        8	6	cui/source/customize/macropg_impl.hxx
        17	0	cui/source/customize/selector.cxx
        20	0	cui/source/dialogs/SpellDialog.cxx
        17	0	cui/source/dialogs/about.cxx
        56	26	cui/source/dialogs/colorpicker.cxx
        19	0	cui/source/dialogs/cuicharmap.cxx
        29	1	cui/source/dialogs/cuifmsearch.cxx
        84	2	cui/source/dialogs/cuigaldlg.cxx
        72	0	cui/source/dialogs/cuigrfflt.cxx
        15	0	cui/source/dialogs/cuiimapwnd.cxx
        11	0	cui/source/dialogs/cuitbxform.cxx
        41	0	cui/source/dialogs/dlgname.cxx
        79	5	cui/source/dialogs/hangulhanjadlg.cxx
        5	0	cui/source/dialogs/hldocntp.cxx
        15	0	cui/source/dialogs/hldoctp.cxx
        20	1	cui/source/dialogs/hlinettp.cxx
        14	0	cui/source/dialogs/hlmailtp.cxx
        15	0	cui/source/dialogs/hlmarkwn.cxx
        9	5	cui/source/dialogs/hltpbase.cxx
        18	0	cui/source/dialogs/hyphen.cxx
        18	2	cui/source/dialogs/iconcdlg.cxx
        45	0	cui/source/dialogs/insdlg.cxx
        13	0	cui/source/dialogs/insrc.cxx
        20	0	cui/source/dialogs/linkdlg.cxx
        13	8	cui/source/dialogs/multipat.cxx
        12	0	cui/source/dialogs/newtabledlg.cxx
        9	9	cui/source/dialogs/passwdomdlg.cxx
        13	0	cui/source/dialogs/pastedlg.cxx
        7	0	cui/source/dialogs/postdlg.cxx
        18	0	cui/source/dialogs/scriptdlg.cxx
        11	0	cui/source/dialogs/showcols.cxx
        14	0	cui/source/dialogs/splitcelldlg.cxx
        25	0	cui/source/dialogs/srchxtra.cxx
        39	0	cui/source/dialogs/thesdlg.cxx
        13	0	cui/source/dialogs/zoom.cxx
        29	0	cui/source/factory/cuiexp.cxx
        0	2	cui/source/factory/dlgfact.cxx
        2	3	cui/source/factory/dlgfact.hxx
        3	1	cui/source/inc/ControlFocusHelper.hxx
        20	20	cui/source/inc/SpellDialog.hxx
        9	7	cui/source/inc/about.hxx
        14	12	cui/source/inc/acccfg.hxx
        26	26	cui/source/inc/align.hxx
        62	52	cui/source/inc/autocdlg.hxx
        29	29	cui/source/inc/backgrnd.hxx
        34	32	cui/source/inc/border.hxx
        44	33	cui/source/inc/cfg.hxx
        1	1	cui/source/inc/cfgutil.hxx
        95	85	cui/source/inc/chardlg.hxx
        14	12	cui/source/inc/connect.hxx
        12	10	cui/source/inc/cuicharmap.hxx
        27	27	cui/source/inc/cuifmsearch.hxx
        41	29	cui/source/inc/cuigaldlg.hxx
        24	10	cui/source/inc/cuigrfflt.hxx
        1	1	cui/source/inc/cuihyperdlg.hxx
        7	5	cui/source/inc/cuiimapwnd.hxx
        3	1	cui/source/inc/cuioptgenrl.hxx
        3	1	cui/source/inc/cuisrchdlg.hxx
        145	135	cui/source/inc/cuitabarea.hxx
        57	53	cui/source/inc/cuitabline.hxx
        3	1	cui/source/inc/cuitbxform.hxx
        5	5	cui/source/inc/dbregister.hxx
        17	12	cui/source/inc/dlgname.hxx
        15	11	cui/source/inc/dstribut.hxx
        21	21	cui/source/inc/grfpage.hxx
        49	43	cui/source/inc/hangulhanjadlg.hxx
        5	5	cui/source/inc/hldocntp.hxx
        7	5	cui/source/inc/hldoctp.hxx
        11	9	cui/source/inc/hlinettp.hxx
        6	4	cui/source/inc/hlmailtp.hxx
        7	5	cui/source/inc/hlmarkwn.hxx
        7	7	cui/source/inc/hltpbase.hxx
        10	8	cui/source/inc/hyphen.hxx
        14	12	cui/source/inc/iconcdlg.hxx
        29	25	cui/source/inc/insdlg.hxx
        5	3	cui/source/inc/insrc.hxx
        12	10	cui/source/inc/labdlg.hxx
        12	10	cui/source/inc/linkdlg.hxx
        19	17	cui/source/inc/measure.hxx
        6	6	cui/source/inc/multipat.hxx
        4	2	cui/source/inc/newtabledlg.hxx
        30	30	cui/source/inc/numfmt.hxx
        64	64	cui/source/inc/numpages.hxx
        13	13	cui/source/inc/optasian.hxx
        17	13	cui/source/inc/optdict.hxx
        18	18	cui/source/inc/optlingu.hxx
        4	4	cui/source/inc/optpath.hxx
        29	29	cui/source/inc/page.hxx
        71	59	cui/source/inc/paragrph.hxx
        6	4	cui/source/inc/pastedlg.hxx
        7	7	cui/source/inc/postdlg.hxx
        11	9	cui/source/inc/scriptdlg.hxx
        9	7	cui/source/inc/selector.hxx
        4	2	cui/source/inc/showcols.hxx
        6	4	cui/source/inc/splitcelldlg.hxx
        10	6	cui/source/inc/srchxtra.hxx
        28	26	cui/source/inc/swpossizetabpage.hxx
        29	27	cui/source/inc/tabstpge.hxx
        20	17	cui/source/inc/textanim.hxx
        19	16	cui/source/inc/textattr.hxx
        15	8	cui/source/inc/thesdlg.hxx
        34	28	cui/source/inc/transfrm.hxx
        5	5	cui/source/inc/treeopt.hxx
        13	13	cui/source/inc/zoom.hxx
        4	2	cui/source/options/certpath.cxx
        4	4	cui/source/options/certpath.hxx
        17	0	cui/source/options/connpooloptions.cxx
        10	8	cui/source/options/connpooloptions.hxx
        11	0	cui/source/options/cuisrchdlg.cxx
        5	2	cui/source/options/dbregister.cxx
        14	0	cui/source/options/doclinkdialog.cxx
        6	4	cui/source/options/doclinkdialog.hxx
        10	2	cui/source/options/fontsubs.cxx
        12	12	cui/source/options/fontsubs.hxx
        26	0	cui/source/options/optaboutconfig.cxx
        10	6	cui/source/options/optaboutconfig.hxx
        9	0	cui/source/options/optaccessibility.cxx
        9	9	cui/source/options/optaccessibility.hxx
        13	0	cui/source/options/optasian.cxx
        16	0	cui/source/options/optbasic.cxx
        8	6	cui/source/options/optbasic.hxx
        5	0	cui/source/options/optchart.cxx
        5	5	cui/source/options/optchart.hxx
        29	32	cui/source/options/optcolor.cxx
        4	4	cui/source/options/optcolor.hxx
        16	0	cui/source/options/optctl.cxx
        8	6	cui/source/options/optctl.hxx
        31	0	cui/source/options/optdict.cxx
        21	2	cui/source/options/optfltr.cxx
        12	10	cui/source/options/optfltr.hxx
        54	0	cui/source/options/optgdlg.cxx
        47	45	cui/source/options/optgdlg.hxx
        12	2	cui/source/options/optgenrl.cxx
        26	0	cui/source/options/opthtml.cxx
        18	16	cui/source/options/opthtml.hxx
        45	4	cui/source/options/optinet2.cxx
        37	35	cui/source/options/optinet2.hxx
        29	6	cui/source/options/optjava.cxx
        23	21	cui/source/options/optjava.hxx
        28	0	cui/source/options/optjsearch.cxx
        22	20	cui/source/options/optjsearch.hxx
        31	4	cui/source/options/optlingu.cxx
        17	0	cui/source/options/optmemory.cxx
        9	7	cui/source/options/optmemory.hxx
        44	5	cui/source/options/optopencl.cxx
        21	20	cui/source/options/optopencl.hxx
        4	2	cui/source/options/optpath.cxx
        17	0	cui/source/options/optsave.cxx
        19	19	cui/source/options/optsave.hxx
        19	0	cui/source/options/optupdt.cxx
        12	10	cui/source/options/optupdt.hxx
        39	0	cui/source/options/personalization.cxx
        20	16	cui/source/options/personalization.hxx
        18	0	cui/source/options/securityoptions.cxx
        10	8	cui/source/options/securityoptions.hxx
        11	10	cui/source/options/treeopt.cxx
        4	2	cui/source/options/webconninfo.cxx
        4	4	cui/source/options/webconninfo.hxx
        24	0	cui/source/tabpages/align.cxx
        106	7	cui/source/tabpages/autocdlg.cxx
        27	0	cui/source/tabpages/backgrnd.cxx
        34	0	cui/source/tabpages/border.cxx
        115	1	cui/source/tabpages/chardlg.cxx
        22	0	cui/source/tabpages/connect.cxx
        32	0	cui/source/tabpages/dstribut.cxx
        18	0	cui/source/tabpages/grfpage.cxx
        20	0	cui/source/tabpages/labdlg.cxx
        10	10	cui/source/tabpages/macroass.cxx
        25	0	cui/source/tabpages/measure.cxx
        25	1	cui/source/tabpages/numfmt.cxx
        60	1	cui/source/tabpages/numpages.cxx
        29	0	cui/source/tabpages/page.cxx
        99	0	cui/source/tabpages/paragrph.cxx
        37	0	cui/source/tabpages/swpossizetabpage.cxx
        34	1	cui/source/tabpages/tabstpge.cxx
        26	0	cui/source/tabpages/textanim.cxx
        24	0	cui/source/tabpages/textattr.cxx
        72	0	cui/source/tabpages/tparea.cxx
        14	1	cui/source/tabpages/tpbitmap.cxx
        28	4	cui/source/tabpages/tpcolor.cxx
        28	0	cui/source/tabpages/tpgradnt.cxx
        21	0	cui/source/tabpages/tphatch.cxx
        29	0	cui/source/tabpages/tpline.cxx
        25	0	cui/source/tabpages/tplnedef.cxx
        18	0	cui/source/tabpages/tplneend.cxx
        17	0	cui/source/tabpages/tpshadow.cxx
        58	0	cui/source/tabpages/transfrm.cxx
        42	0	dbaccess/source/ext/macromigration/macromigrationpages.cxx
        20	14	dbaccess/source/ext/macromigration/macromigrationpages.hxx
        1	1	dbaccess/source/ext/macromigration/rangeprogressbar.hxx
        0	1	dbaccess/source/ui/app/AppDetailPageHelper.cxx
        2	1	dbaccess/source/ui/app/AppDetailView.cxx
        2	2	dbaccess/source/ui/app/AppDetailView.hxx
        1	1	dbaccess/source/ui/app/AppTitleWindow.cxx
        1	1	dbaccess/source/ui/app/AppTitleWindow.hxx
        4	10	dbaccess/source/ui/app/AppView.cxx
        4	4	dbaccess/source/ui/app/AppView.hxx
        1	0	dbaccess/source/ui/app/subcomponentmanager.cxx
        7	16	dbaccess/source/ui/browser/brwview.cxx
        1	2	dbaccess/source/ui/browser/dbtreeview.cxx
        1	1	dbaccess/source/ui/browser/dbtreeview.hxx
        10	0	dbaccess/source/ui/browser/genericcontroller.cxx
        68	41	dbaccess/source/ui/control/FieldDescControl.cxx
        2	2	dbaccess/source/ui/control/TableGrantCtrl.cxx
        3	1	dbaccess/source/ui/control/VertSplitView.cxx
        3	3	dbaccess/source/ui/control/curledit.cxx
        1	0	dbaccess/source/ui/control/sqledit.cxx
        16	0	dbaccess/source/ui/dlg/CollectionView.cxx
        4	8	dbaccess/source/ui/dlg/ConnectionHelper.cxx
        4	5	dbaccess/source/ui/dlg/ConnectionHelper.hxx
        19	0	dbaccess/source/ui/dlg/ConnectionPage.cxx
        13	11	dbaccess/source/ui/dlg/ConnectionPage.hxx
        12	0	dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
        4	2	dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
        113	1	dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
        61	48	dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
        2	1	dbaccess/source/ui/dlg/DbAdminImpl.hxx
        13	0	dbaccess/source/ui/dlg/QueryPropertiesDialog.cxx
        20	0	dbaccess/source/ui/dlg/RelationDlg.cxx
        30	1	dbaccess/source/ui/dlg/TextConnectionHelper.cxx
        21	19	dbaccess/source/ui/dlg/TextConnectionHelper.hxx
        19	5	dbaccess/source/ui/dlg/UserAdmin.cxx
        4	4	dbaccess/source/ui/dlg/UserAdmin.hxx
        22	0	dbaccess/source/ui/dlg/admincontrols.cxx
        14	13	dbaccess/source/ui/dlg/admincontrols.hxx
        1	1	dbaccess/source/ui/dlg/adminpages.hxx
        6	0	dbaccess/source/ui/dlg/adtabdlg.cxx
        57	31	dbaccess/source/ui/dlg/advancedsettings.cxx
        28	28	dbaccess/source/ui/dlg/advancedsettings.hxx
        19	0	dbaccess/source/ui/dlg/dbfindex.cxx
        11	9	dbaccess/source/ui/dlg/dbfindex.hxx
        7	4	dbaccess/source/ui/dlg/dbwizsetup.cxx
        86	16	dbaccess/source/ui/dlg/detailpages.cxx
        45	35	dbaccess/source/ui/dlg/detailpages.hxx
        7	0	dbaccess/source/ui/dlg/directsql.cxx
        8	8	dbaccess/source/ui/dlg/dlgsave.cxx
        13	0	dbaccess/source/ui/dlg/dlgsize.cxx
        14	0	dbaccess/source/ui/dlg/dsselect.cxx
        6	5	dbaccess/source/ui/dlg/dsselect.hxx
        30	0	dbaccess/source/ui/dlg/generalpage.cxx
        15	11	dbaccess/source/ui/dlg/generalpage.hxx
        9	0	dbaccess/source/ui/dlg/indexdialog.cxx
        2	2	dbaccess/source/ui/dlg/indexfieldscontrol.cxx
        5	0	dbaccess/source/ui/dlg/paramdialog.cxx
        21	0	dbaccess/source/ui/dlg/queryfilter.cxx
        18	0	dbaccess/source/ui/dlg/queryorder.cxx
        9	2	dbaccess/source/ui/dlg/sqlmessage.cxx
        3	0	dbaccess/source/ui/dlg/tablespage.cxx
        3	3	dbaccess/source/ui/dlg/tablespage.hxx
        11	0	dbaccess/source/ui/dlg/textconnectionsettings.cxx
        8	7	dbaccess/source/ui/inc/CollectionView.hxx
        2	1	dbaccess/source/ui/inc/ConnectionLine.hxx
        2	1	dbaccess/source/ui/inc/ConnectionLineAccess.hxx
        35	35	dbaccess/source/ui/inc/FieldDescControl.hxx
        2	1	dbaccess/source/ui/inc/JAccess.hxx
        1	1	dbaccess/source/ui/inc/JoinController.hxx
        2	2	dbaccess/source/ui/inc/JoinDesignView.hxx
        13	13	dbaccess/source/ui/inc/JoinTableView.hxx
        1	1	dbaccess/source/ui/inc/QueryDesignView.hxx
        5	4	dbaccess/source/ui/inc/QueryPropertiesDialog.hxx
        1	1	dbaccess/source/ui/inc/QueryTextView.hxx
        2	2	dbaccess/source/ui/inc/QueryViewSwitch.hxx
        3	3	dbaccess/source/ui/inc/RelationControl.hxx
        11	9	dbaccess/source/ui/inc/RelationDlg.hxx
        1	1	dbaccess/source/ui/inc/RelationTableView.hxx
        1	1	dbaccess/source/ui/inc/TableConnection.hxx
        1	1	dbaccess/source/ui/inc/TableDesignHelpBar.hxx
        3	3	dbaccess/source/ui/inc/TableDesignView.hxx
        2	1	dbaccess/source/ui/inc/TableFieldDescription.hxx
        2	2	dbaccess/source/ui/inc/TableGrantCtrl.hxx
        1	1	dbaccess/source/ui/inc/TableWindow.hxx
        2	1	dbaccess/source/ui/inc/TableWindowAccess.hxx
        2	2	dbaccess/source/ui/inc/TableWindowListBox.hxx
        1	1	dbaccess/source/ui/inc/TableWindowTitle.hxx
        1	1	dbaccess/source/ui/inc/TokenWriter.hxx
        3	3	dbaccess/source/ui/inc/VertSplitView.hxx
        13	11	dbaccess/source/ui/inc/WCPage.hxx
        6	6	dbaccess/source/ui/inc/WColumnSelect.hxx
        5	5	dbaccess/source/ui/inc/WCopyTable.hxx
        12	11	dbaccess/source/ui/inc/WNameMatch.hxx
        3	1	dbaccess/source/ui/inc/WTabPage.hxx
        13	9	dbaccess/source/ui/inc/WTypeSelect.hxx
        6	6	dbaccess/source/ui/inc/adtabdlg.hxx
        5	5	dbaccess/source/ui/inc/brwview.hxx
        1	1	dbaccess/source/ui/inc/curledit.hxx
        4	3	dbaccess/source/ui/inc/datasourceconnector.hxx
        3	3	dbaccess/source/ui/inc/dbwizsetup.hxx
        7	7	dbaccess/source/ui/inc/directsql.hxx
        4	2	dbaccess/source/ui/inc/dlgsize.hxx
        9	9	dbaccess/source/ui/inc/indexdialog.hxx
        2	2	dbaccess/source/ui/inc/indexfieldscontrol.hxx
        2	1	dbaccess/source/ui/inc/linkeddocuments.hxx
        5	5	dbaccess/source/ui/inc/paramdialog.hxx
        2	2	dbaccess/source/ui/inc/querycontainerwindow.hxx
        13	11	dbaccess/source/ui/inc/queryfilter.hxx
        10	8	dbaccess/source/ui/inc/queryorder.hxx
        1	1	dbaccess/source/ui/inc/sqledit.hxx
        3	1	dbaccess/source/ui/inc/textconnectionsettings.hxx
        2	1	dbaccess/source/ui/inc/undosqledit.hxx
        5	5	dbaccess/source/ui/inc/unodatbr.hxx
        1	1	dbaccess/source/ui/misc/ToolBoxHelper.cxx
        23	0	dbaccess/source/ui/misc/WCPage.cxx
        17	0	dbaccess/source/ui/misc/WColumnSelect.cxx
        5	5	dbaccess/source/ui/misc/WCopyTable.cxx
        20	0	dbaccess/source/ui/misc/WNameMatch.cxx
        41	13	dbaccess/source/ui/misc/WTypeSelect.cxx
        1	0	dbaccess/source/ui/misc/singledoccontroller.cxx
        5	4	dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
        1	1	dbaccess/source/ui/querydesign/JoinController.cxx
        2	4	dbaccess/source/ui/querydesign/JoinDesignView.cxx
        25	25	dbaccess/source/ui/querydesign/JoinTableView.cxx
        1	1	dbaccess/source/ui/querydesign/QTableWindow.cxx
        1	1	dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
        2	1	dbaccess/source/ui/querydesign/QueryDesignUndoAction.hxx
        29	30	dbaccess/source/ui/querydesign/QueryDesignView.cxx
        1	1	dbaccess/source/ui/querydesign/QueryMoveTabWinUndoAct.hxx
        1	1	dbaccess/source/ui/querydesign/QuerySizeTabWinUndoAct.hxx
        9	9	dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx
        1	1	dbaccess/source/ui/querydesign/QueryTabConnUndoAction.hxx
        3	5	dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
        3	3	dbaccess/source/ui/querydesign/QueryTabWinUndoAct.hxx
        24	30	dbaccess/source/ui/querydesign/QueryTableView.cxx
        1	2	dbaccess/source/ui/querydesign/QueryTextView.cxx
        12	10	dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
        6	6	dbaccess/source/ui/querydesign/SelectionBrowseBox.hxx
        1	1	dbaccess/source/ui/querydesign/TableConnection.cxx
        1	0	dbaccess/source/ui/querydesign/TableFieldDescription.cxx
        2	3	dbaccess/source/ui/querydesign/TableWindow.cxx
        4	4	dbaccess/source/ui/querydesign/TableWindowAccess.cxx
        1	1	dbaccess/source/ui/querydesign/TableWindowListBox.cxx
        3	5	dbaccess/source/ui/querydesign/TableWindowTitle.cxx
        1	2	dbaccess/source/ui/querydesign/limitboxcontroller.cxx
        2	1	dbaccess/source/ui/querydesign/limitboxcontroller.hxx
        2	3	dbaccess/source/ui/querydesign/querycontainerwindow.cxx
        5	0	dbaccess/source/ui/querydesign/querydlg.cxx
        5	5	dbaccess/source/ui/querydesign/querydlg.hxx
        3	2	dbaccess/source/ui/relationdesign/RelationTableView.cxx
        1	2	dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
        1	1	dbaccess/source/ui/tabledesign/FieldDescGenWin.hxx
        5	4	dbaccess/source/ui/tabledesign/TEditControl.cxx
        6	6	dbaccess/source/ui/tabledesign/TEditControl.hxx
        1	2	dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx
        3	14	dbaccess/source/ui/tabledesign/TableDesignView.cxx
        3	12	dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx
        3	3	dbaccess/source/ui/tabledesign/TableFieldDescWin.hxx
        4	3	dbaccess/source/ui/tabledesign/TableUndo.hxx
        1	1	dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx
        3	3	dbaccess/source/ui/uno/composerdialogs.cxx
        1	1	dbaccess/source/ui/uno/copytablewizard.cxx
        4	4	desktop/source/app/cmdlinehelp.hxx
        10	0	desktop/source/deployment/gui/dp_gui_dependencydialog.cxx
        3	1	desktop/source/deployment/gui/dp_gui_dependencydialog.hxx
        36	7	desktop/source/deployment/gui/dp_gui_dialog2.cxx
        22	20	desktop/source/deployment/gui/dp_gui_dialog2.hxx
        3	11	desktop/source/deployment/gui/dp_gui_extlistbox.cxx
        3	3	desktop/source/deployment/gui/dp_gui_extlistbox.hxx
        5	12	desktop/source/deployment/gui/dp_gui_theextmgr.cxx
        3	3	desktop/source/deployment/gui/dp_gui_theextmgr.hxx
        15	1	desktop/source/deployment/gui/dp_gui_updatedialog.cxx
        15	15	desktop/source/deployment/gui/dp_gui_updatedialog.hxx
        7	0	desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
        7	7	desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
        22	7	desktop/source/deployment/gui/license_dialog.cxx
        2	1	editeng/source/editeng/impedit.hxx
        2	1	editeng/source/editeng/textconv.hxx
        1	1	editeng/source/misc/hangulhanja.cxx
        2	2	editeng/source/misc/splwrap.cxx
        6	0	extensions/source/abpilot/abpfinalpage.cxx
        7	6	extensions/source/abpilot/abpfinalpage.hxx
        2	1	extensions/source/abpilot/admininvokationimpl.hxx
        10	1	extensions/source/abpilot/admininvokationpage.cxx
        4	3	extensions/source/abpilot/admininvokationpage.hxx
        12	0	extensions/source/abpilot/fieldmappingpage.cxx
        5	3	extensions/source/abpilot/fieldmappingpage.hxx
        10	0	extensions/source/abpilot/tableselectionpage.cxx
        4	2	extensions/source/abpilot/tableselectionpage.hxx
        11	0	extensions/source/abpilot/typeselectionpage.cxx
        13	12	extensions/source/abpilot/typeselectionpage.hxx
        1	1	extensions/source/abpilot/unodialogabp.cxx
        4	3	extensions/source/bibliography/bibbeam.cxx
        2	2	extensions/source/bibliography/bibbeam.hxx
        5	2	extensions/source/bibliography/bibcont.cxx
        2	2	extensions/source/bibliography/bibcont.hxx
        1	0	extensions/source/bibliography/bibmod.cxx
        1	1	extensions/source/bibliography/bibshortcuthandler.hxx
        18	9	extensions/source/bibliography/bibview.cxx
        23	11	extensions/source/bibliography/bibview.hxx
        85	35	extensions/source/bibliography/datman.cxx
        3	2	extensions/source/bibliography/datman.hxx
        1	0	extensions/source/bibliography/framectr.cxx
        55	7	extensions/source/bibliography/general.cxx
        57	41	extensions/source/bibliography/general.hxx
        1	0	extensions/source/bibliography/toolbar.cxx
        2	2	extensions/source/bibliography/toolbar.hxx
        39	0	extensions/source/dbpilots/commonpagesdbp.cxx
        17	11	extensions/source/dbpilots/commonpagesdbp.hxx
        12	0	extensions/source/dbpilots/controlwizard.cxx
        7	6	extensions/source/dbpilots/controlwizard.hxx
        15	0	extensions/source/dbpilots/gridwizard.cxx
        8	6	extensions/source/dbpilots/gridwizard.hxx
        48	2	extensions/source/dbpilots/groupboxwiz.cxx
        18	10	extensions/source/dbpilots/groupboxwiz.hxx
        33	0	extensions/source/dbpilots/listcombowizard.cxx
        12	6	extensions/source/dbpilots/listcombowizard.hxx
        7	6	extensions/source/plugin/inc/plugin/plctrl.hxx
        3	4	extensions/source/propctrlr/browserline.cxx
        4	4	extensions/source/propctrlr/browserline.hxx
        2	2	extensions/source/propctrlr/browserview.cxx
        1	1	extensions/source/propctrlr/browserview.hxx
        2	7	extensions/source/propctrlr/commoncontrol.cxx
        1	1	extensions/source/propctrlr/commoncontrol.hxx
        1	1	extensions/source/propctrlr/controlfontdialog.cxx
        25	2	extensions/source/propctrlr/formlinkdialog.cxx
        6	5	extensions/source/propctrlr/formlinkdialog.hxx
        11	0	extensions/source/propctrlr/listselectiondlg.cxx
        3	1	extensions/source/propctrlr/listselectiondlg.hxx
        11	0	extensions/source/propctrlr/newdatatype.cxx
        4	2	extensions/source/propctrlr/newdatatype.hxx
        1	0	extensions/source/propctrlr/propcontroller.cxx
        2	2	extensions/source/propctrlr/propcontroller.hxx
        1	5	extensions/source/propctrlr/propertyeditor.cxx
        1	1	extensions/source/propctrlr/propertyeditor.hxx
        3	0	extensions/source/propctrlr/selectlabeldialog.cxx
        3	3	extensions/source/propctrlr/selectlabeldialog.hxx
        5	11	extensions/source/propctrlr/standardcontrol.cxx
        2	2	extensions/source/propctrlr/standardcontrol.hxx
        5	0	extensions/source/propctrlr/taborder.cxx
        5	5	extensions/source/propctrlr/taborder.hxx
        14	0	extensions/source/scanner/grid.cxx
        6	5	extensions/source/scanner/grid.hxx
        31	1	extensions/source/scanner/sanedlg.cxx
        24	24	extensions/source/scanner/sanedlg.hxx
        13	0	filter/source/flash/impswfdialog.cxx
        9	8	filter/source/flash/impswfdialog.hxx
        1	1	filter/source/flash/swfdialog.cxx
        122	2	filter/source/pdf/impdialog.cxx
        99	93	filter/source/pdf/impdialog.hxx
        1	1	filter/source/pdf/pdfdialog.cxx
        2	2	filter/source/pdf/pdffilter.cxx
        1	1	filter/source/svg/svgdialog.cxx
        3	7	filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
        29	2	filter/source/xsltdialog/xmlfiltersettingsdialog.cxx
        17	13	filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
        4	2	filter/source/xsltdialog/xmlfiltertabdialog.cxx
        4	4	filter/source/xsltdialog/xmlfiltertabdialog.hxx
        12	0	filter/source/xsltdialog/xmlfiltertabpagebasic.cxx
        6	5	filter/source/xsltdialog/xmlfiltertabpagebasic.hxx
        14	0	filter/source/xsltdialog/xmlfiltertabpagexslt.cxx
        9	8	filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
        15	1	filter/source/xsltdialog/xmlfiltertestdialog.cxx
        15	15	filter/source/xsltdialog/xmlfiltertestdialog.hxx
        8	11	forms/source/richtext/richtextimplcontrol.cxx
        7	7	forms/source/richtext/richtextimplcontrol.hxx
        2	8	forms/source/solar/control/navtoolbar.cxx
        2	2	forms/source/solar/inc/navtoolbar.hxx
        10	8	formula/source/ui/dlg/ControlHelper.hxx
        33	33	formula/source/ui/dlg/formula.cxx
        12	0	formula/source/ui/dlg/funcpage.cxx
        4	2	formula/source/ui/dlg/funcpage.hxx
        39	16	formula/source/ui/dlg/funcutl.cxx
        20	0	formula/source/ui/dlg/parawin.cxx
        25	25	formula/source/ui/dlg/parawin.hxx
        11	0	formula/source/ui/dlg/structpg.cxx
        3	1	formula/source/ui/dlg/structpg.hxx
        1	1	fpicker/source/office/OfficeControlAccess.hxx
        6	8	fpicker/source/office/PlacesListBox.cxx
        6	6	fpicker/source/office/PlacesListBox.hxx
        5	3	fpicker/source/office/QueryFolderName.hxx
        3	2	fpicker/source/office/asyncfilepicker.hxx
        3	7	fpicker/source/office/commonpicker.cxx
        2	1	fpicker/source/office/commonpicker.hxx
        34	9	fpicker/source/office/iodlg.cxx
        11	11	fpicker/source/office/iodlg.hxx
        3	2	fpicker/source/office/iodlgimp.cxx
        25	27	fpicker/source/office/iodlgimp.hxx
        2	4	framework/inc/classes/fwktabwindow.hxx
        2	1	framework/inc/dispatch/closedispatcher.hxx
        1	1	framework/inc/helper/vclstatusindicator.hxx
        4	3	framework/inc/uielement/buttontoolbarcontroller.hxx
        1	1	framework/inc/uielement/comboboxtoolbarcontroller.hxx
        3	2	framework/inc/uielement/complextoolbarcontroller.hxx
        2	1	framework/inc/uielement/dropdownboxtoolbarcontroller.hxx
        1	1	framework/inc/uielement/edittoolbarcontroller.hxx
        6	5	framework/inc/uielement/generictoolbarcontroller.hxx
        2	1	framework/inc/uielement/spinfieldtoolbarcontroller.hxx
        2	1	framework/inc/uielement/statusbaritem.hxx
        6	5	framework/inc/uielement/statusbarmanager.hxx
        1	1	framework/inc/uielement/toolbarmanager.hxx
        1	1	framework/inc/uielement/toolbarmerger.hxx
        1	2	framework/source/helper/vclstatusindicator.cxx
        4	4	framework/source/services/tabwindowservice.cxx
        1	1	framework/source/uielement/buttontoolbarcontroller.cxx
        1	3	framework/source/uielement/comboboxtoolbarcontroller.cxx
        1	1	framework/source/uielement/complextoolbarcontroller.cxx
        1	3	framework/source/uielement/dropdownboxtoolbarcontroller.cxx
        1	3	framework/source/uielement/edittoolbarcontroller.cxx
        1	1	framework/source/uielement/generictoolbarcontroller.cxx
        1	3	framework/source/uielement/spinfieldtoolbarcontroller.cxx
        25	26	framework/source/uielement/statusbarmanager.cxx
        4	4	framework/source/uielement/toolbarmanager.cxx
        2	1	include/dbaccess/ToolBoxHelper.hxx
        4	3	include/dbaccess/genericcontroller.hxx
        2	1	include/editeng/splwrap.hxx
        4	2	include/formula/funcutl.hxx
        6	10	include/sfx2/basedlgs.hxx
        5	3	include/sfx2/checkin.hxx
        4	4	include/sfx2/childwin.hxx
        46	40	include/sfx2/dinfdlg.hxx
        2	3	include/sfx2/fcontnr.hxx
        2	1	include/sfx2/frame.hxx
        8	9	include/sfx2/infobar.hxx
        1	1	include/sfx2/ipclient.hxx
        12	12	include/sfx2/mgetempl.hxx
        2	2	include/sfx2/newstyle.hxx
        16	14	include/sfx2/passwd.hxx
        22	21	include/sfx2/printopt.hxx
        1	1	include/sfx2/prnmon.hxx
        2	1	include/sfx2/sidebar/SidebarPanelBase.hxx
        3	3	include/sfx2/stbitem.hxx
        10	10	include/sfx2/tabdlg.hxx
        10	10	include/sfx2/templatedlg.hxx
        4	4	include/sfx2/templateinfodlg.hxx
        1	1	include/sfx2/thumbnailview.hxx
        1	1	include/sfx2/thumbnailviewitem.hxx
        2	1	include/sfx2/viewsh.hxx
        5	4	include/svtools/GraphicExportOptionsDialog.hxx
        7	6	include/svtools/PlaceEditDialog.hxx
        13	13	include/svtools/ServerDetailsControls.hxx
        2	1	include/svtools/accessibleruler.hxx
        4	4	include/svtools/addresstemplate.hxx
        8	8	include/svtools/brwbox.hxx
        4	1	include/svtools/brwhead.hxx
        4	4	include/svtools/calendar.hxx
        4	4	include/svtools/colrdlg.hxx
        5	5	include/svtools/editbrowsebox.hxx
        3	1	include/svtools/fileview.hxx
        2	2	include/svtools/generictoolboxcontroller.hxx
        2	1	include/svtools/genericunodialog.hxx
        7	7	include/svtools/prnsetup.hxx
        3	1	include/svtools/simptabl.hxx
        2	0	include/svtools/tabbar.hxx
        2	2	include/svtools/treelistbox.hxx
        6	7	include/svtools/wizardmachine.hxx
        5	5	include/svtools/wizdlg.hxx
        2	1	include/svx/AccessibleShapeTreeInfo.hxx
        25	25	include/svx/bmpmask.hxx
        18	16	include/svx/compressgraphicdialog.hxx
        4	2	include/svx/contdlg.hxx
        29	27	include/svx/ctredlin.hxx
        1	1	include/svx/dialcontrol.hxx
        5	5	include/svx/fillctrl.hxx
        1	1	include/svx/fmshell.hxx
        7	3	include/svx/fontworkgallery.hxx
        16	16	include/svx/hdft.hxx
        9	9	include/svx/imapdlg.hxx
        1	1	include/svx/lboxctrl.hxx
        1	1	include/svx/linkwarn.hxx
        21	19	include/svx/optgrid.hxx
        8	6	include/svx/passwd.hxx
        24	22	include/svx/rubydialog.hxx
        1	1	include/svx/ruler.hxx
        2	1	include/svx/sidebar/Popup.hxx
        50	50	include/svx/srchdlg.hxx
        2	2	include/svx/svdedxv.hxx
        2	2	include/svx/svdpntv.hxx
        4	3	include/svx/tbxcolorupdate.hxx
        3	2	include/tools/errinf.hxx
        9	11	include/vcl/builder.hxx
        2	2	include/vcl/button.hxx
        3	3	include/vcl/combobox.hxx
        2	2	include/vcl/controllayout.hxx
        2	1	include/vcl/cursor.hxx
        1	1	include/vcl/dialog.hxx
        7	7	include/vcl/dockwin.hxx
        2	1	include/vcl/event.hxx
        1	1	include/vcl/field.hxx
        1	1	include/vcl/fixed.hxx
        2	2	include/vcl/floatwin.hxx
        1	1	include/vcl/fltcall.hxx
        17	13	include/vcl/layout.hxx
        4	4	include/vcl/lstbox.hxx
        1	1	include/vcl/menu.hxx
        8	8	include/vcl/msgbox.hxx
        4	4	include/vcl/opengl/OpenGLContext.hxx
        1	1	include/vcl/seleng.hxx
        1	1	include/vcl/split.hxx
        1	1	include/vcl/syswin.hxx
        2	2	include/vcl/tabdlg.hxx
        1	1	include/vcl/tabpage.hxx
        1	1	include/vcl/taskpanelist.hxx
        2	2	include/vcl/toolbox.hxx
        4	3	include/vcl/vclevent.hxx
        39	1	include/vcl/vclptr.hxx
        1	1	include/vcl/waitobj.hxx
        2	2	include/vcl/window.hxx
        8	1	reportdesign/source/ui/dlg/AddField.cxx
        9	0	reportdesign/source/ui/dlg/CondFormat.cxx
        14	3	reportdesign/source/ui/dlg/Condition.cxx
        16	16	reportdesign/source/ui/dlg/Condition.hxx
        13	0	reportdesign/source/ui/dlg/DateTime.cxx
        2	0	reportdesign/source/ui/dlg/Formula.cxx
        58	17	reportdesign/source/ui/dlg/GroupsSorting.cxx
        1	1	reportdesign/source/ui/dlg/Navigator.cxx
        12	0	reportdesign/source/ui/dlg/PageNumber.cxx
        6	6	reportdesign/source/ui/inc/CondFormat.hxx
        8	7	reportdesign/source/ui/inc/DateTime.hxx
        4	4	reportdesign/source/ui/inc/DesignView.hxx
        3	3	reportdesign/source/ui/inc/Formula.hxx
        10	10	reportdesign/source/ui/inc/GroupsSorting.hxx
        7	6	reportdesign/source/ui/inc/PageNumber.hxx
        1	1	reportdesign/source/ui/inc/ReportController.hxx
        1	1	reportdesign/source/ui/inc/ReportSection.hxx
        4	4	reportdesign/source/ui/inc/ReportWindow.hxx
        1	1	reportdesign/source/ui/inc/ScrollHelper.hxx
        2	2	reportdesign/source/ui/inc/SectionView.hxx
        1	1	reportdesign/source/ui/inc/SectionWindow.hxx
        1	1	reportdesign/source/ui/inc/StartMarker.hxx
        6	6	reportdesign/source/ui/inc/ViewsWindow.hxx
        1	1	reportdesign/source/ui/inc/dlgedfunc.hxx
        1	1	reportdesign/source/ui/inc/propbrw.hxx
        9	3	reportdesign/source/ui/report/DesignView.cxx
        1	0	reportdesign/source/ui/report/ReportSection.cxx
        2	0	reportdesign/source/ui/report/ReportWindow.cxx
        1	0	reportdesign/source/ui/report/ScrollHelper.cxx
        1	0	reportdesign/source/ui/report/SectionWindow.cxx
        1	0	reportdesign/source/ui/report/StartMarker.cxx
        1	0	reportdesign/source/ui/report/ViewsWindow.cxx
        1	0	reportdesign/source/ui/report/propbrw.cxx
        2	1	sc/inc/AccessibleFilterMenu.hxx
        2	1	sc/inc/AccessibleFilterMenuItem.hxx
        2	2	sc/inc/scmod.hxx
        2	1	sc/inc/scopetools.hxx
        1	1	sc/inc/waitoff.hxx
        12	12	sc/source/ui/Accessibility/AccessibleText.cxx
        12	1	sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx
        9	1	sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx
        9	1	sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx
        25	3	sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx
        22	3	sc/source/ui/StatisticsDialogs/SamplingDialog.cxx
        18	1	sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx
        22	2	sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx
        5	0	sc/source/ui/app/inputhdl.cxx
        7	7	sc/source/ui/app/scmod.cxx
        2	4	sc/source/ui/attrdlg/scdlgfact.hxx
        30	0	sc/source/ui/attrdlg/scuiexp.cxx
        14	0	sc/source/ui/attrdlg/tabpages.cxx
        18	0	sc/source/ui/cctrl/checklistmenu.cxx
        23	0	sc/source/ui/condformat/colorformat.cxx
        24	0	sc/source/ui/condformat/condformatdlg.cxx
        4	1	sc/source/ui/condformat/condformatmgr.cxx
        37	3	sc/source/ui/dbgui/PivotLayoutDialog.cxx
        10	2	sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx
        1	1	sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx
        17	0	sc/source/ui/dbgui/consdlg.cxx
        13	0	sc/source/ui/dbgui/dapidata.cxx
        23	0	sc/source/ui/dbgui/dapitype.cxx
        15	0	sc/source/ui/dbgui/dbnamdlg.cxx
        39	0	sc/source/ui/dbgui/dpgroupdlg.cxx
        32	0	sc/source/ui/dbgui/filtdlg.cxx
        18	0	sc/source/ui/dbgui/pfiltdlg.cxx
        78	0	sc/source/ui/dbgui/pvfundlg.cxx
        18	0	sc/source/ui/dbgui/scendlg.cxx
        22	0	sc/source/ui/dbgui/scuiasciiopt.cxx
        12	0	sc/source/ui/dbgui/scuiimoptdlg.cxx
        19	0	sc/source/ui/dbgui/sfiltdlg.cxx
        13	0	sc/source/ui/dbgui/sortdlg.cxx
        11	0	sc/source/ui/dbgui/subtdlg.cxx
        12	0	sc/source/ui/dbgui/textimportoptions.cxx
        26	4	sc/source/ui/dbgui/tpsort.cxx
        18	0	sc/source/ui/dbgui/tpsubt.cxx
        59	0	sc/source/ui/dbgui/validate.cxx
        1	1	sc/source/ui/dialogs/searchresults.cxx
        3	3	sc/source/ui/docshell/tablink.cxx
        10	0	sc/source/ui/docshell/tpstat.cxx
        0	2	sc/source/ui/drawfunc/fupoor.cxx
        1	0	sc/source/ui/formdlg/dwfunctr.cxx
        2	1	sc/source/ui/inc/AccessibleCsvControl.hxx
        1	1	sc/source/ui/inc/AccessibleEditObject.hxx
        2	2	sc/source/ui/inc/AccessibleText.hxx
        5	4	sc/source/ui/inc/AnalysisOfVarianceDialog.hxx
        2	1	sc/source/ui/inc/ExponentialSmoothingDialog.hxx
        2	1	sc/source/ui/inc/MovingAverageDialog.hxx
        28	27	sc/source/ui/inc/PivotLayoutDialog.hxx
        2	1	sc/source/ui/inc/PivotLayoutTreeListBase.hxx
        16	15	sc/source/ui/inc/RandomNumberGeneratorDialog.hxx
        15	14	sc/source/ui/inc/SamplingDialog.hxx
        11	10	sc/source/ui/inc/StatisticsInputOutputDialog.hxx
        14	13	sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
        4	4	sc/source/ui/inc/acredlin.hxx
        9	9	sc/source/ui/inc/anyrefdg.hxx
        12	12	sc/source/ui/inc/areasdlg.hxx
        8	5	sc/source/ui/inc/checklistmenu.hxx
        15	14	sc/source/ui/inc/colorformat.hxx
        11	8	sc/source/ui/inc/condformatdlg.hxx
        4	4	sc/source/ui/inc/condformatmgr.hxx
        6	5	sc/source/ui/inc/conflictsdlg.hxx
        17	17	sc/source/ui/inc/consdlg.hxx
        2	1	sc/source/ui/inc/content.hxx
        9	2	sc/source/ui/inc/corodlg.hxx
        6	4	sc/source/ui/inc/crdlg.hxx
        13	12	sc/source/ui/inc/crnrdlg.hxx
        5	3	sc/source/ui/inc/dapidata.hxx
        12	11	sc/source/ui/inc/dapitype.hxx
        10	9	sc/source/ui/inc/datafdlg.hxx
        19	17	sc/source/ui/inc/datastreamdlg.hxx
        18	18	sc/source/ui/inc/dbnamdlg.hxx
        6	4	sc/source/ui/inc/delcldlg.hxx
        10	9	sc/source/ui/inc/delcodlg.hxx
        28	27	sc/source/ui/inc/dpgroupdlg.hxx
        1	1	sc/source/ui/inc/dwfunctr.hxx
        21	20	sc/source/ui/inc/filldlg.hxx
        60	60	sc/source/ui/inc/filtdlg.hxx
        12	12	sc/source/ui/inc/foptmgr.hxx
        2	2	sc/source/ui/inc/fupoor.hxx
        2	2	sc/source/ui/inc/gridwin.hxx
        3	3	sc/source/ui/inc/groupdlg.hxx
        8	8	sc/source/ui/inc/highred.hxx
        5	4	sc/source/ui/inc/inputhdl.hxx
        5	4	sc/source/ui/inc/inscldlg.hxx
        26	26	sc/source/ui/inc/inscodlg.hxx
        13	13	sc/source/ui/inc/instbdlg.hxx
        3	1	sc/source/ui/inc/lbseldlg.hxx
        8	7	sc/source/ui/inc/linkarea.hxx
        4	2	sc/source/ui/inc/mtrindlg.hxx
        8	7	sc/source/ui/inc/mvtabdlg.hxx
        6	5	sc/source/ui/inc/namecrea.hxx
        13	12	sc/source/ui/inc/namedefdlg.hxx
        14	14	sc/source/ui/inc/namedlg.hxx
        4	4	sc/source/ui/inc/namepast.hxx
        1	1	sc/source/ui/inc/navipi.hxx
        4	4	sc/source/ui/inc/notemark.hxx
        5	5	sc/source/ui/inc/opredlin.hxx
        67	60	sc/source/ui/inc/optsolver.hxx
        21	21	sc/source/ui/inc/pfiltdlg.hxx
        5	5	sc/source/ui/inc/prevwsh.hxx
        8	7	sc/source/ui/inc/protectiondlg.hxx
        46	42	sc/source/ui/inc/pvfundlg.hxx
        1	1	sc/source/ui/inc/reffact.hxx
        14	12	sc/source/ui/inc/retypepassdlg.hxx
        10	9	sc/source/ui/inc/scendlg.hxx
        22	22	sc/source/ui/inc/scuiasciiopt.hxx
        15	13	sc/source/ui/inc/scuiautofmt.hxx
        12	12	sc/source/ui/inc/scuiimoptdlg.hxx
        22	21	sc/source/ui/inc/scuitphfedit.hxx
        1	1	sc/source/ui/inc/searchresults.hxx
        3	3	sc/source/ui/inc/sharedocdlg.hxx
        4	2	sc/source/ui/inc/shtabdlg.hxx
        6	5	sc/source/ui/inc/simpref.hxx
        11	7	sc/source/ui/inc/solveroptions.hxx
        11	10	sc/source/ui/inc/solvrdlg.hxx
        5	3	sc/source/ui/inc/sortdlg.hxx
        6	6	sc/source/ui/inc/sortkeydlg.hxx
        4	3	sc/source/ui/inc/strindlg.hxx
        3	1	sc/source/ui/inc/subtdlg.hxx
        8	3	sc/source/ui/inc/tabbgcolordlg.hxx
        13	12	sc/source/ui/inc/tabopdlg.hxx
        7	4	sc/source/ui/inc/tabpages.hxx
        5	5	sc/source/ui/inc/tabview.hxx
        6	6	sc/source/ui/inc/textimportoptions.hxx
        16	16	sc/source/ui/inc/tpcalc.hxx
        3	3	sc/source/ui/inc/tpcompatibility.hxx
        3	2	sc/source/ui/inc/tpdefaults.hxx
        12	12	sc/source/ui/inc/tpformula.hxx
        7	6	sc/source/ui/inc/tphf.hxx
        5	5	sc/source/ui/inc/tpprint.hxx
        17	17	sc/source/ui/inc/tpsort.hxx
        5	5	sc/source/ui/inc/tpstat.hxx
        13	13	sc/source/ui/inc/tpsubt.hxx
        24	24	sc/source/ui/inc/tptable.hxx
        12	12	sc/source/ui/inc/tpusrlst.hxx
        44	44	sc/source/ui/inc/tpview.hxx
        34	28	sc/source/ui/inc/validate.hxx
        11	9	sc/source/ui/inc/xmlsourcedlg.hxx
        4	1	sc/source/ui/miscdlgs/acredlin.cxx
        8	10	sc/source/ui/miscdlgs/anyrefdg.cxx
        11	0	sc/source/ui/miscdlgs/conflictsdlg.cxx
        15	0	sc/source/ui/miscdlgs/crdlg.cxx
        19	1	sc/source/ui/miscdlgs/crnrdlg.cxx
        14	0	sc/source/ui/miscdlgs/datafdlg.cxx
        27	0	sc/source/ui/miscdlgs/datastreamdlg.cxx
        15	0	sc/source/ui/miscdlgs/delcldlg.cxx
        19	4	sc/source/ui/miscdlgs/delcodlg.cxx
        26	0	sc/source/ui/miscdlgs/filldlg.cxx
        11	3	sc/source/ui/miscdlgs/groupdlg.cxx
        7	1	sc/source/ui/miscdlgs/highred.cxx
        14	4	sc/source/ui/miscdlgs/inscldlg.cxx
        22	0	sc/source/ui/miscdlgs/inscodlg.cxx
        13	0	sc/source/ui/miscdlgs/instbdlg.cxx
        12	0	sc/source/ui/miscdlgs/lbseldlg.cxx
        13	0	sc/source/ui/miscdlgs/linkarea.cxx
        12	0	sc/source/ui/miscdlgs/mtrindlg.cxx
        13	0	sc/source/ui/miscdlgs/mvtabdlg.cxx
        14	0	sc/source/ui/miscdlgs/namecrea.cxx
        94	1	sc/source/ui/miscdlgs/optsolver.cxx
        13	0	sc/source/ui/miscdlgs/protectiondlg.cxx
        24	1	sc/source/ui/miscdlgs/retypepassdlg.cxx
        23	0	sc/source/ui/miscdlgs/scuiautofmt.cxx
        3	1	sc/source/ui/miscdlgs/sharedocdlg.cxx
        12	0	sc/source/ui/miscdlgs/shtabdlg.cxx
        11	0	sc/source/ui/miscdlgs/simpref.cxx
        27	0	sc/source/ui/miscdlgs/solveroptions.cxx
        17	1	sc/source/ui/miscdlgs/solvrdlg.cxx
        12	0	sc/source/ui/miscdlgs/strindlg.cxx
        23	0	sc/source/ui/miscdlgs/tabbgcolordlg.cxx
        19	0	sc/source/ui/miscdlgs/tabopdlg.cxx
        21	0	sc/source/ui/namedlg/namedefdlg.cxx
        14	1	sc/source/ui/namedlg/namedlg.cxx
        4	1	sc/source/ui/namedlg/namepast.cxx
        7	0	sc/source/ui/navipi/content.cxx
        21	1	sc/source/ui/optdlg/calcoptionsdlg.cxx
        17	16	sc/source/ui/optdlg/calcoptionsdlg.hxx
        10	0	sc/source/ui/optdlg/opredlin.cxx
        16	0	sc/source/ui/optdlg/tpcalc.cxx
        7	0	sc/source/ui/optdlg/tpcompatibility.cxx
        8	0	sc/source/ui/optdlg/tpdefaults.cxx
        17	0	sc/source/ui/optdlg/tpformula.cxx
        9	0	sc/source/ui/optdlg/tpprint.cxx
        12	0	sc/source/ui/optdlg/tpusrlst.cxx
        43	0	sc/source/ui/optdlg/tpview.cxx
        12	0	sc/source/ui/pagedlg/areasdlg.cxx
        26	0	sc/source/ui/pagedlg/scuitphfedit.cxx
        8	0	sc/source/ui/pagedlg/tphf.cxx
        27	0	sc/source/ui/pagedlg/tptable.cxx
        14	0	sc/source/ui/sidebar/AlignmentPropertyPanel.cxx
        11	9	sc/source/ui/sidebar/AlignmentPropertyPanel.hxx
        10	0	sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
        7	5	sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx
        12	0	sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
        8	7	sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx
        4	4	sc/source/ui/vba/vbaeventshelper.cxx
        14	13	sc/source/ui/view/gridwin.cxx
        1	1	sc/source/ui/view/gridwin2.cxx
        4	4	sc/source/ui/view/prevwsh.cxx
        15	15	sc/source/ui/view/reffact.cxx
        1	1	sc/source/ui/view/tabview.cxx
        3	4	sc/source/ui/view/tabview5.cxx
        20	1	sc/source/ui/xmlsource/xmlsourcedlg.cxx
        1	1	sd/inc/Outliner.hxx
        105	3	sd/source/filter/html/pubdlg.cxx
        8	8	sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
        19	5	sd/source/ui/animations/CustomAnimationCreateDialog.cxx
        2	2	sd/source/ui/animations/CustomAnimationCreateDialog.hxx
        120	58	sd/source/ui/animations/CustomAnimationDialog.cxx
        4	4	sd/source/ui/animations/CustomAnimationDialog.hxx
        1	1	sd/source/ui/animations/CustomAnimationList.cxx
        20	3	sd/source/ui/animations/CustomAnimationPane.cxx
        17	17	sd/source/ui/animations/CustomAnimationPane.hxx
        14	1	sd/source/ui/animations/SlideTransitionPane.cxx
        13	13	sd/source/ui/animations/SlideTransitionPane.hxx
        1	1	sd/source/ui/annotations/annotationtag.hxx
        10	3	sd/source/ui/annotations/annotationwindow.cxx
        5	4	sd/source/ui/annotations/annotationwindow.hxx
        11	2	sd/source/ui/controller/slidelayoutcontroller.cxx
        2	2	sd/source/ui/dlg/PaneChildWindows.cxx
        17	0	sd/source/ui/dlg/PhotoAlbumDialog.cxx
        13	11	sd/source/ui/dlg/PhotoAlbumDialog.hxx
        13	0	sd/source/ui/dlg/RemoteDialog.cxx
        5	3	sd/source/ui/dlg/RemoteDialog.hxx
        1	1	sd/source/ui/dlg/RemoteDialogClientBox.hxx
        20	2	sd/source/ui/dlg/animobjs.cxx
        4	2	sd/source/ui/dlg/brkdlg.cxx
        11	25	sd/source/ui/dlg/copydlg.cxx
        29	0	sd/source/ui/dlg/custsdlg.cxx
        61	61	sd/source/ui/dlg/dlgass.cxx
        15	0	sd/source/ui/dlg/dlgfield.cxx
        19	0	sd/source/ui/dlg/dlgsnap.cxx
        47	19	sd/source/ui/dlg/headerfooterdlg.cxx
        12	0	sd/source/ui/dlg/ins_paste.cxx
        9	0	sd/source/ui/dlg/inspagob.cxx
        16	0	sd/source/ui/dlg/layeroptionsdlg.cxx
        15	0	sd/source/ui/dlg/masterlayoutdlg.cxx
        9	0	sd/source/ui/dlg/morphdlg.cxx
        13	3	sd/source/ui/dlg/paragr.cxx
        33	0	sd/source/ui/dlg/present.cxx
        26	1	sd/source/ui/dlg/prntopts.cxx
        7	7	sd/source/ui/dlg/sddlgfact.cxx
        1	2	sd/source/ui/dlg/sddlgfact.hxx
        10	0	sd/source/ui/dlg/sdpreslt.cxx
        3	1	sd/source/ui/dlg/sdtreelb.cxx
        15	0	sd/source/ui/dlg/sduiexp.cxx
        19	0	sd/source/ui/dlg/tpaction.cxx
        42	0	sd/source/ui/dlg/tpoption.cxx
        16	0	sd/source/ui/dlg/vectdlg.cxx
        1	1	sd/source/ui/framework/factories/ChildWindowPane.cxx
        4	8	sd/source/ui/framework/factories/FullScreenPane.cxx
        1	1	sd/source/ui/framework/factories/Pane.cxx
        5	3	sd/source/ui/func/fupoor.cxx
        1	1	sd/source/ui/inc/AccessibleDocumentViewBase.hxx
        2	1	sd/source/ui/inc/AccessibleSlideSorterView.hxx
        4	4	sd/source/ui/inc/BreakDlg.hxx
        2	1	sd/source/ui/inc/FormShellManager.hxx
        1	1	sd/source/ui/inc/Ruler.hxx
        2	2	sd/source/ui/inc/ViewShell.hxx
        1	1	sd/source/ui/inc/Window.hxx
        2	1	sd/source/ui/inc/WindowUpdater.hxx
        23	23	sd/source/ui/inc/animobjs.hxx
        11	11	sd/source/ui/inc/copydlg.hxx
        21	20	sd/source/ui/inc/custsdlg.hxx
        6	5	sd/source/ui/inc/dlgfield.hxx
        11	9	sd/source/ui/inc/dlgsnap.hxx
        2	1	sd/source/ui/inc/framework/Pane.hxx
        3	3	sd/source/ui/inc/fupoor.hxx
        6	6	sd/source/ui/inc/headerfooterdlg.hxx
        4	2	sd/source/ui/inc/ins_paste.hxx
        4	3	sd/source/ui/inc/inspagob.hxx
        9	6	sd/source/ui/inc/layeroptionsdlg.hxx
        7	5	sd/source/ui/inc/masterlayoutdlg.hxx
        5	4	sd/source/ui/inc/morphdlg.hxx
        2	2	sd/source/ui/inc/navigatr.hxx
        25	23	sd/source/ui/inc/present.hxx
        20	19	sd/source/ui/inc/prntopts.hxx
        85	84	sd/source/ui/inc/pubdlg.hxx
        6	5	sd/source/ui/inc/sdpreslt.hxx
        2	2	sd/source/ui/inc/sdtreelb.hxx
        1	1	sd/source/ui/inc/taskpane/SlideSorterCacheDisplay.hxx
        16	15	sd/source/ui/inc/tpaction.hxx
        32	30	sd/source/ui/inc/tpoption.hxx
        11	10	sd/source/ui/inc/vectdlg.hxx
        1	1	sd/source/ui/slideshow/slideshow.cxx
        6	8	sd/source/ui/slideshow/slideshowimpl.cxx
        6	6	sd/source/ui/slideshow/slideshowimpl.hxx
        2	2	sd/source/ui/table/TableDesignPane.hxx
        2	2	sd/source/ui/view/FormShellManager.cxx
        1	0	sd/source/ui/view/sdruler.cxx
        1	1	sd/source/ui/view/sdview2.cxx
        1	0	sd/source/ui/view/sdwindow.cxx
        1	1	sd/source/ui/view/viewshe2.cxx
        1	1	sd/source/ui/view/viewshel.cxx
        6	6	sfx2/inc/srchdlg.hxx
        8	10	sfx2/source/appl/childwin.cxx
        1	1	sfx2/source/appl/fileobj.hxx
        2	1	sfx2/source/appl/helpinterceptor.hxx
        20	4	sfx2/source/appl/impldde.cxx
        2	2	sfx2/source/appl/lnkbase2.cxx
        65	14	sfx2/source/appl/newhelp.cxx
        33	25	sfx2/source/appl/newhelp.hxx
        8	8	sfx2/source/appl/workwin.cxx
        1	1	sfx2/source/control/thumbnailview.cxx
        1	1	sfx2/source/control/thumbnailviewacc.cxx
        3	2	sfx2/source/control/thumbnailviewacc.hxx
        2	3	sfx2/source/control/thumbnailviewitem.cxx
        2	0	sfx2/source/dialog/alienwarn.cxx
        23	4	sfx2/source/dialog/backingwindow.cxx
        29	29	sfx2/source/dialog/backingwindow.hxx
        10	3	sfx2/source/dialog/basedlgs.cxx
        13	0	sfx2/source/dialog/checkin.cxx
        88	14	sfx2/source/dialog/dinfdlg.cxx
        4	6	sfx2/source/dialog/dockwin.cxx
        11	0	sfx2/source/dialog/documentfontsdialog.cxx
        1	1	sfx2/source/dialog/filedlgimpl.hxx
        8	23	sfx2/source/dialog/infobar.cxx
        14	0	sfx2/source/dialog/inputdlg.cxx
        12	0	sfx2/source/dialog/mgetempl.cxx
        1	1	sfx2/source/dialog/navigat.cxx
        2	0	sfx2/source/dialog/newstyle.cxx
        4	4	sfx2/source/dialog/partwnd.cxx
        22	0	sfx2/source/dialog/passwd.cxx
        30	0	sfx2/source/dialog/printopt.cxx
        2	1	sfx2/source/dialog/recfloat.cxx
        4	4	sfx2/source/dialog/securitypage.cxx
        11	8	sfx2/source/dialog/splitwin.cxx
        6	0	sfx2/source/dialog/srchdlg.cxx
        22	22	sfx2/source/dialog/tabdlg.cxx
        5	1	sfx2/source/dialog/templateinfodlg.cxx
        4	5	sfx2/source/dialog/templdlg.cxx
        29	2	sfx2/source/dialog/versdlg.cxx
        11	11	sfx2/source/doc/new.cxx
        12	2	sfx2/source/doc/templatedlg.cxx
        2	2	sfx2/source/inc/alienwarn.hxx
        3	1	sfx2/source/inc/documentfontsdialog.hxx
        6	4	sfx2/source/inc/inputdlg.hxx
        1	1	sfx2/source/inc/recfloat.hxx
        5	5	sfx2/source/inc/splitwin.hxx
        5	5	sfx2/source/inc/templdgi.hxx
        21	19	sfx2/source/inc/versdlg.hxx
        6	6	sfx2/source/inc/workwin.hxx
        12	12	sfx2/source/sidebar/FocusManager.cxx
        5	5	sfx2/source/sidebar/FocusManager.hxx
        15	4	sfx2/source/sidebar/PanelTitleBar.cxx
        3	1	sfx2/source/sidebar/PanelTitleBar.hxx
        1	1	sfx2/source/sidebar/SidebarChildWindow.cxx
        9	9	sfx2/source/sidebar/SidebarController.cxx
        2	2	sfx2/source/sidebar/SidebarController.hxx
        6	10	sfx2/source/sidebar/SidebarPanelBase.cxx
        1	1	sfx2/source/statbar/stbitem.cxx
        1	1	sfx2/source/toolbox/imgmgr.cxx
        11	15	sfx2/source/toolbox/tbxitem.cxx
        1	1	sfx2/source/view/frame.cxx
        1	1	sfx2/source/view/frame2.cxx
        7	7	sfx2/source/view/impframe.hxx
        2	2	sfx2/source/view/impviewframe.hxx
        1	1	sfx2/source/view/printer.cxx
        1	1	sfx2/source/view/sfxbasecontroller.cxx
        2	2	sfx2/source/view/viewfrm.cxx
        2	2	sfx2/source/view/viewprn.cxx
        2	2	starmath/inc/ElementsDockingWindow.hxx
        85	71	starmath/inc/dialog.hxx
        3	3	starmath/inc/edit.hxx
        3	3	starmath/inc/toolbox.hxx
        1	1	starmath/inc/view.hxx
        2	1	starmath/source/ElementsDockingWindow.cxx
        2	2	starmath/source/accessibility.hxx
        141	0	starmath/source/dialog.cxx
        4	6	starmath/source/edit.cxx
        4	4	starmath/source/toolbox.cxx
        1	1	starmath/source/view.cxx
        1	1	svtools/inc/vclxaccessibleheaderbar.hxx
        2	1	svtools/inc/vclxaccessibleheaderbaritem.hxx
        14	14	svtools/source/brwbox/brwbox1.cxx
        16	16	svtools/source/brwbox/brwbox2.cxx
        12	0	svtools/source/brwbox/brwhead.cxx
        12	0	svtools/source/brwbox/datwin.cxx
        6	4	svtools/source/brwbox/datwin.hxx
        1	1	svtools/source/brwbox/ebbcontrols.cxx
        4	2	svtools/source/brwbox/editbrowsebox.cxx
        15	4	svtools/source/contnr/fileview.cxx
        2	2	svtools/source/contnr/imivctl.hxx
        2	2	svtools/source/contnr/imivctl1.cxx
        11	0	svtools/source/contnr/simptabl.cxx
        1	1	svtools/source/contnr/svtabbx.cxx
        1	1	svtools/source/contnr/treelistbox.cxx
        15	27	svtools/source/control/calendar.cxx
        4	4	svtools/source/control/inettbc.cxx
        2	2	svtools/source/control/roadmap.cxx
        21	15	svtools/source/control/tabbar.cxx
        6	6	svtools/source/control/toolbarmenu.cxx
        1	1	svtools/source/control/toolbarmenuimp.hxx
        1	1	svtools/source/control/valueacc.cxx
        2	2	svtools/source/control/valueimp.hxx
        16	0	svtools/source/dialogs/PlaceEditDialog.cxx
        4	0	svtools/source/dialogs/addresstemplate.cxx
        1	0	svtools/source/dialogs/colrdlg.cxx
        8	0	svtools/source/dialogs/prnsetup.cxx
        11	4	svtools/source/dialogs/restartdialog.cxx
        1	6	svtools/source/dialogs/roadmapwizard.cxx
        5	5	svtools/source/dialogs/wizardmachine.cxx
        6	2	svtools/source/dialogs/wizdlg.cxx
        13	0	svtools/source/filter/GraphicExportOptionsDialog.cxx
        33	0	svtools/source/filter/exportdialog.cxx
        33	33	svtools/source/filter/exportdialog.hxx
        1	1	svtools/source/hatchwindow/hatchwindow.cxx
        1	1	svtools/source/inc/hatchwindow.hxx
        2	2	svtools/source/inc/svimpbox.hxx
        2	2	svtools/source/misc/dialogcontrolling.cxx
        8	12	svtools/source/table/tablecontrol_impl.cxx
        3	3	svtools/source/table/tablecontrol_impl.hxx
        2	2	svtools/source/toolpanel/paneltabbarpeer.cxx
        1	1	svtools/source/toolpanel/paneltabbarpeer.hxx
        2	2	svtools/source/toolpanel/toolpaneldeckpeer.cxx
        1	1	svtools/source/toolpanel/toolpaneldeckpeer.hxx
        1	1	svtools/source/uno/addrtempuno.cxx
        2	4	svtools/source/uno/generictoolboxcontroller.cxx
        1	2	svtools/source/uno/genericunodialog.cxx
        3	3	svtools/source/uno/popupwindowcontroller.cxx
        1	1	svtools/source/uno/treecontrolpeer.hxx
        10	10	svtools/source/uno/wizard/unowizard.cxx
        1	1	svtools/source/uno/wizard/wizardshell.hxx
        3	1	svx/inc/extrusiondepthdialog.hxx
        3	3	svx/inc/galbrws2.hxx
        1	1	svx/inc/svdibrow.hxx
        2	2	svx/inc/tbunosearchcontrollers.hxx
        1	0	svx/source/accessibility/AccessibleShapeTreeInfo.cxx
        3	3	svx/source/accessibility/GraphCtlAccessibleContext.cxx
        25	8	svx/source/dialog/_bmpmask.cxx
        20	1	svx/source/dialog/_contdlg.cxx
        25	0	svx/source/dialog/compressgraphicdialog.cxx
        4	4	svx/source/dialog/contimp.hxx
        42	10	svx/source/dialog/ctredlin.cxx
        45	2	svx/source/dialog/docrecovery.cxx
        6	326	svx/source/dialog/fontwork.cxx
        16	0	svx/source/dialog/hdft.cxx
        10	2	svx/source/dialog/imapdlg.cxx
        1	0	svx/source/dialog/linkwarn.cxx
        27	0	svx/source/dialog/optgrid.cxx
        1	1	svx/source/dialog/orienthelper.cxx
        15	0	svx/source/dialog/passwd.cxx
        33	0	svx/source/dialog/rubydialog.cxx
        43	1	svx/source/dialog/srchdlg.cxx
        1	0	svx/source/dialog/svxruler.cxx
        159	162	svx/source/fmcomp/gridcell.cxx
        3	3	svx/source/fmcomp/gridctrl.cxx
        109	12	svx/source/form/datanavi.cxx
        2	2	svx/source/form/filtnav.cxx
        1	2	svx/source/form/fmPropBrw.cxx
        2	2	svx/source/form/fmexpl.cxx
        13	2	svx/source/form/tabwin.cxx
        1	1	svx/source/form/xfm_addcondition.cxx
        1	2	svx/source/gallery2/galbrws1.cxx
        1	1	svx/source/gallery2/galbrws1.hxx
        8	8	svx/source/gallery2/galbrws2.cxx
        2	1	svx/source/inc/AccessibleFrameSelector.hxx
        1	1	svx/source/inc/GraphCtlAccessibleContext.hxx
        1	1	svx/source/inc/charmapacc.hxx
        2	1	svx/source/inc/datalistener.hxx
        72	62	svx/source/inc/datanavi.hxx
        22	16	svx/source/inc/docrecovery.hxx
        1	1	svx/source/inc/filtnav.hxx
        1	1	svx/source/inc/fmexch.hxx
        1	1	svx/source/inc/fmexpl.hxx
        2	1	svx/source/inc/fmvwimp.hxx
        6	6	svx/source/inc/gridcell.hxx
        2	1	svx/source/inc/svxrectctaccessiblecontext.hxx
        4	2	svx/source/inc/tabwin.hxx
        1	1	svx/source/inc/tbxform.hxx
        17	0	svx/source/sidebar/area/AreaPropertyPanel.cxx
        12	8	svx/source/sidebar/area/AreaPropertyPanel.hxx
        17	0	svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
        11	8	svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
        4	2	svx/source/sidebar/insert/InsertPropertyPanel.cxx
        2	2	svx/source/sidebar/insert/InsertPropertyPanel.hxx
        23	0	svx/source/sidebar/line/LinePropertyPanel.cxx
        16	13	svx/source/sidebar/line/LinePropertyPanel.hxx
        24	5	svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
        11	9	svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
        20	0	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        13	10	svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
        23	0	svx/source/sidebar/possize/PosSizePropertyPanel.cxx
        17	14	svx/source/sidebar/possize/PosSizePropertyPanel.hxx
        15	0	svx/source/sidebar/text/TextPropertyPanel.cxx
        8	5	svx/source/sidebar/text/TextPropertyPanel.hxx
        3	3	svx/source/sidebar/tools/Popup.cxx
        5	7	svx/source/svdraw/sdrpaintwindow.cxx
        11	11	svx/source/svdraw/svdedxv.cxx
        8	9	svx/source/svdraw/svdibrow.cxx
        1	1	svx/source/svdraw/svdmrkv.cxx
        8	12	svx/source/svdraw/svdpntv.cxx
        2	2	svx/source/svdraw/svdview.cxx
        14	1	svx/source/tbxctrls/bulletsnumbering.cxx
        8	6	svx/source/tbxctrls/colorwindow.hxx
        33	0	svx/source/tbxctrls/extrusioncontrols.cxx
        6	2	svx/source/tbxctrls/extrusioncontrols.hxx
        2	2	svx/source/tbxctrls/fillctrl.cxx
        22	0	svx/source/tbxctrls/fontworkgallery.cxx
        17	6	svx/source/tbxctrls/lboxctrl.cxx
        16	0	svx/source/tbxctrls/tbcontrl.cxx
        2	3	svx/source/tbxctrls/tbunocontroller.cxx
        2	4	svx/source/tbxctrls/tbunosearchcontrollers.cxx
        29	2	svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
        21	19	svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
        1	2	svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.cxx
        2	1	svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
        6	1	svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
        6	6	svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.hxx
        1	1	svx/source/unodraw/recoveryui.cxx
        1	1	svx/source/unodraw/unoshtxt.cxx
        3	2	sw/inc/PostItMgr.hxx
        5	5	sw/inc/SidebarWin.hxx
        4	2	sw/inc/colwd.hxx
        1	1	sw/inc/hhcwrp.hxx
        1	1	sw/inc/postithelper.hxx
        1	1	sw/inc/viewsh.hxx
        22	9	sw/qa/tiledrendering/tiledrendering.cxx
        1	1	sw/source/core/access/accdoc.hxx
        1	1	sw/source/core/access/accfrmobj.cxx
        2	1	sw/source/core/access/accfrmobj.hxx
        1	1	sw/source/core/view/viewsh.cxx
        17	4	sw/source/ui/chrdlg/break.cxx
        10	0	sw/source/ui/chrdlg/chardlg.cxx
        21	1	sw/source/ui/chrdlg/drpcps.cxx
        20	0	sw/source/ui/chrdlg/numpara.cxx
        10	0	sw/source/ui/chrdlg/swuiccoll.cxx
        93	34	sw/source/ui/config/mailconfigpage.cxx
        4	0	sw/source/ui/config/optcomp.cxx
        42	0	sw/source/ui/config/optload.cxx
        165	0	sw/source/ui/config/optpage.cxx
        9	1	sw/source/ui/dbui/addresslistdialog.cxx
        9	9	sw/source/ui/dbui/addresslistdialog.hxx
        39	23	sw/source/ui/dbui/createaddresslistdialog.cxx
        20	18	sw/source/ui/dbui/createaddresslistdialog.hxx
        28	5	sw/source/ui/dbui/customizeaddresslistdialog.cxx
        12	8	sw/source/ui/dbui/customizeaddresslistdialog.hxx
        29	4	sw/source/ui/dbui/dbinsdlg.cxx
        2	0	sw/source/ui/dbui/dbtablepreviewdialog.cxx
        2	2	sw/source/ui/dbui/dbtablepreviewdialog.hxx
        111	33	sw/source/ui/dbui/mmaddressblockpage.cxx
        53	46	sw/source/ui/dbui/mmaddressblockpage.hxx
        15	0	sw/source/ui/dbui/mmdocselectpage.cxx
        10	9	sw/source/ui/dbui/mmdocselectpage.hxx
        21	0	sw/source/ui/dbui/mmgreetingspage.cxx
        27	25	sw/source/ui/dbui/mmgreetingspage.hxx
        11	0	sw/source/ui/dbui/mmlayoutpage.cxx
        11	11	sw/source/ui/dbui/mmlayoutpage.hxx
        19	0	sw/source/ui/dbui/mmmergepage.cxx
        10	8	sw/source/ui/dbui/mmmergepage.hxx
        41	3	sw/source/ui/dbui/mmoutputpage.cxx
        42	42	sw/source/ui/dbui/mmoutputpage.hxx
        33	3	sw/source/ui/dbui/mmoutputtypepage.cxx
        7	5	sw/source/ui/dbui/mmoutputtypepage.hxx
        18	0	sw/source/ui/dbui/mmpreparemergepage.cxx
        10	8	sw/source/ui/dbui/mmpreparemergepage.hxx
        2	1	sw/source/ui/dbui/selectdbtabledialog.cxx
        2	2	sw/source/ui/dbui/selectdbtabledialog.hxx
        12	0	sw/source/ui/dialog/abstract.cxx
        15	0	sw/source/ui/dialog/ascfldlg.cxx
        18	1	sw/source/ui/dialog/docstdlg.cxx
        0	1	sw/source/ui/dialog/swdlgfact.cxx
        2	3	sw/source/ui/dialog/swdlgfact.hxx
        15	0	sw/source/ui/dialog/swmessdialog.cxx
        25	0	sw/source/ui/dialog/swuiexp.cxx
        74	0	sw/source/ui/dialog/uiregionsw.cxx
        13	0	sw/source/ui/dialog/wordcountdialog.cxx
        11	0	sw/source/ui/dochdl/selglos.cxx
        21	0	sw/source/ui/envelp/envfmt.cxx
        12	10	sw/source/ui/envelp/envfmt.hxx
        14	0	sw/source/ui/envelp/envlop1.cxx
        17	0	sw/source/ui/envelp/envprt.cxx
        9	7	sw/source/ui/envelp/envprt.hxx
        80	0	sw/source/ui/envelp/label1.cxx
        35	0	sw/source/ui/envelp/labfmt.cxx
        22	19	sw/source/ui/envelp/labfmt.hxx
        9	0	sw/source/ui/envelp/labprt.cxx
        11	11	sw/source/ui/envelp/labprt.hxx
        54	0	sw/source/ui/envelp/mailmrge.cxx
        58	52	sw/source/ui/envelp/swuilabimp.hxx
        14	0	sw/source/ui/fldui/DropDownFieldDialog.cxx
        5	0	sw/source/ui/fldui/changedb.cxx
        18	0	sw/source/ui/fldui/flddb.cxx
        13	12	sw/source/ui/fldui/flddb.hxx
        12	0	sw/source/ui/fldui/flddinf.cxx
        7	6	sw/source/ui/fldui/flddinf.hxx
        21	0	sw/source/ui/fldui/flddok.cxx
        15	14	sw/source/ui/fldui/flddok.hxx
        3	0	sw/source/ui/fldui/fldedt.cxx
        31	0	sw/source/ui/fldui/fldfunc.cxx
        26	25	sw/source/ui/fldui/fldfunc.hxx
        15	0	sw/source/ui/fldui/fldref.cxx
        10	9	sw/source/ui/fldui/fldref.hxx
        22	0	sw/source/ui/fldui/fldvar.cxx
        17	16	sw/source/ui/fldui/fldvar.hxx
        14	0	sw/source/ui/fldui/inpdlg.cxx
        10	0	sw/source/ui/fldui/javaedit.cxx
        25	1	sw/source/ui/frmdlg/column.cxx
        32	5	sw/source/ui/frmdlg/cption.cxx
        91	4	sw/source/ui/frmdlg/frmpage.cxx
        20	0	sw/source/ui/frmdlg/wrap.cxx
        148	26	sw/source/ui/index/cnttab.cxx
        12	1	sw/source/ui/index/multmrk.cxx
        19	11	sw/source/ui/index/swuiidxmrk.cxx
        9	0	sw/source/ui/misc/bookmark.cxx
        27	4	sw/source/ui/misc/docfnote.cxx
        12	0	sw/source/ui/misc/glosbib.cxx
        35	6	sw/source/ui/misc/glossary.cxx
        18	17	sw/source/ui/misc/impfnote.hxx
        10	0	sw/source/ui/misc/insfnote.cxx
        22	0	sw/source/ui/misc/linenum.cxx
        26	2	sw/source/ui/misc/num.cxx
        36	3	sw/source/ui/misc/outline.cxx
        17	0	sw/source/ui/misc/pgfnote.cxx
        28	1	sw/source/ui/misc/pggrid.cxx
        28	2	sw/source/ui/misc/srtdlg.cxx
        12	0	sw/source/ui/misc/titlepage.cxx
        12	0	sw/source/ui/table/colwd.cxx
        14	0	sw/source/ui/table/convert.cxx
        11	0	sw/source/ui/table/instable.cxx
        12	0	sw/source/ui/table/mergetbl.cxx
        12	0	sw/source/ui/table/rowht.cxx
        14	0	sw/source/ui/table/splittbl.cxx
        67	5	sw/source/ui/table/tabledlg.cxx
        22	1	sw/source/ui/table/tautofmt.cxx
        12	0	sw/source/ui/utlui/swrenamexnameddlg.cxx
        33	0	sw/source/uibase/dbui/dbui.cxx
        12	1	sw/source/uibase/dbui/mailmergechildwindow.cxx
        1	1	sw/source/uibase/docvw/HeaderFooterWin.cxx
        4	3	sw/source/uibase/docvw/PageBreakWin.cxx
        3	8	sw/source/uibase/docvw/PostItMgr.cxx
        6	11	sw/source/uibase/docvw/SidebarWin.cxx
        3	4	sw/source/uibase/docvw/srcedtw.cxx
        12	1	sw/source/uibase/envelp/syncbtn.cxx
        6	4	sw/source/uibase/inc/DropDownFieldDialog.hxx
        1	1	sw/source/uibase/inc/FrameControl.hxx
        1	1	sw/source/uibase/inc/FrameControlsManager.hxx
        2	2	sw/source/uibase/inc/HeaderFooterWin.hxx
        1	1	sw/source/uibase/inc/PageBreakWin.hxx
        4	4	sw/source/uibase/inc/abstract.hxx
        9	8	sw/source/uibase/inc/ascfldlg.hxx
        4	3	sw/source/uibase/inc/bookmark.hxx
        8	7	sw/source/uibase/inc/break.hxx
        5	5	sw/source/uibase/inc/changedb.hxx
        11	11	sw/source/uibase/inc/chrdlg.hxx
        28	28	sw/source/uibase/inc/column.hxx
        3	3	sw/source/uibase/inc/conttree.hxx
        14	14	sw/source/uibase/inc/convert.hxx
        15	15	sw/source/uibase/inc/cption.hxx
        25	25	sw/source/uibase/inc/dbinsdlg.hxx
        13	7	sw/source/uibase/inc/dbui.hxx
        12	11	sw/source/uibase/inc/docstdlg.hxx
        1	1	sw/source/uibase/inc/drawbase.hxx
        17	16	sw/source/uibase/inc/drpcps.hxx
        10	9	sw/source/uibase/inc/envlop.hxx
        3	3	sw/source/uibase/inc/fldedt.hxx
        2	1	sw/source/uibase/inc/fldmgr.hxx
        83	80	sw/source/uibase/inc/frmpage.hxx
        7	6	sw/source/uibase/inc/glosbib.hxx
        12	12	sw/source/uibase/inc/glossary.hxx
        6	4	sw/source/uibase/inc/inpdlg.hxx
        2	2	sw/source/uibase/inc/inputwin.hxx
        10	10	sw/source/uibase/inc/insfnote.hxx
        11	11	sw/source/uibase/inc/instable.hxx
        10	10	sw/source/uibase/inc/javaedit.hxx
        1	1	sw/source/uibase/inc/label.hxx
        16	15	sw/source/uibase/inc/linenum.hxx
        10	10	sw/source/uibase/inc/mailconfigpage.hxx
        3	1	sw/source/uibase/inc/mailmergechildwindow.hxx
        1	1	sw/source/uibase/inc/mailmergehelper.hxx
        47	42	sw/source/uibase/inc/mailmrge.hxx
        3	1	sw/source/uibase/inc/mergetbl.hxx
        3	2	sw/source/uibase/inc/multmrk.hxx
        2	2	sw/source/uibase/inc/navipi.hxx
        24	24	sw/source/uibase/inc/num.hxx
        15	14	sw/source/uibase/inc/numpara.hxx
        4	4	sw/source/uibase/inc/optcomp.hxx
        38	36	sw/source/uibase/inc/optload.hxx
        138	130	sw/source/uibase/inc/optpage.hxx
        12	11	sw/source/uibase/inc/outline.hxx
        13	12	sw/source/uibase/inc/pgfnote.hxx
        24	22	sw/source/uibase/inc/pggrid.hxx
        1	1	sw/source/uibase/inc/prcntfld.hxx
        6	6	sw/source/uibase/inc/pview.hxx
        3	3	sw/source/uibase/inc/redlndlg.hxx
        65	63	sw/source/uibase/inc/regionsw.hxx
        4	2	sw/source/uibase/inc/rowht.hxx
        4	1	sw/source/uibase/inc/selglos.hxx
        1	1	sw/source/uibase/inc/shdwcrsr.hxx
        6	4	sw/source/uibase/inc/splittbl.hxx
        3	3	sw/source/uibase/inc/srcedtw.hxx
        32	32	sw/source/uibase/inc/srtdlg.hxx
        7	5	sw/source/uibase/inc/swmessdialog.hxx
        4	2	sw/source/uibase/inc/swrenamexnameddlg.hxx
        2	1	sw/source/uibase/inc/swruler.hxx
        9	9	sw/source/uibase/inc/swuiccoll.hxx
        109	105	sw/source/uibase/inc/swuicnttab.hxx
        45	45	sw/source/uibase/inc/swuiidxmrk.hxx
        3	1	sw/source/uibase/inc/syncbtn.hxx
        13	13	sw/source/uibase/inc/tautofmt.hxx
        12	12	sw/source/uibase/inc/titlepage.hxx
        10	10	sw/source/uibase/inc/view.hxx
        13	13	sw/source/uibase/inc/wordcountdialog.hxx
        2	2	sw/source/uibase/inc/workctrl.hxx
        15	14	sw/source/uibase/inc/wrap.hxx
        1	1	sw/source/uibase/misc/redlndlg.cxx
        7	0	sw/source/uibase/misc/swruler.cxx
        1	1	sw/source/uibase/ribbar/inputwin.cxx
        2	1	sw/source/uibase/ribbar/workctrl.cxx
        1	0	sw/source/uibase/shells/txtattr.cxx
        1	0	sw/source/uibase/shells/txtcrsr.cxx
        1	1	sw/source/uibase/sidebar/PageColumnControl.cxx
        1	1	sw/source/uibase/sidebar/PageColumnControl.hxx
        1	1	sw/source/uibase/sidebar/PageMarginControl.cxx
        1	1	sw/source/uibase/sidebar/PageMarginControl.hxx
        1	1	sw/source/uibase/sidebar/PageOrientationControl.cxx
        1	1	sw/source/uibase/sidebar/PageOrientationControl.hxx
        4	0	sw/source/uibase/sidebar/PagePropertyPanel.cxx
        4	4	sw/source/uibase/sidebar/PagePropertyPanel.hxx
        1	1	sw/source/uibase/sidebar/PageSizeControl.cxx
        1	1	sw/source/uibase/sidebar/PageSizeControl.hxx
        12	0	sw/source/uibase/sidebar/WrapPropertyPanel.cxx
        8	7	sw/source/uibase/sidebar/WrapPropertyPanel.hxx
        45	42	sw/source/uibase/table/tablepg.hxx
        23	14	sw/source/uibase/uiview/pview.cxx
        7	7	sw/source/uibase/uiview/view.cxx
        1	5	sw/source/uibase/uiview/viewling.cxx
        8	8	sw/source/uibase/uiview/viewmdi.cxx
        1	0	sw/source/uibase/utlui/content.cxx
        1	0	sw/source/uibase/utlui/glbltree.cxx
        19	4	sw/source/uibase/utlui/gloslst.cxx
        2	3	sw/source/uibase/utlui/navipi.cxx
        1	0	tools/source/ref/errinf.cxx
        15	0	uui/source/authfallbackdlg.cxx
        7	5	uui/source/authfallbackdlg.hxx
        12	0	uui/source/fltdlg.cxx
        4	2	uui/source/fltdlg.hxx
        25	0	uui/source/logindlg.cxx
        17	15	uui/source/logindlg.hxx
        13	0	uui/source/masterpasscrtdlg.cxx
        5	3	uui/source/masterpasscrtdlg.hxx
        12	0	uui/source/masterpassworddlg.cxx
        4	2	uui/source/masterpassworddlg.hxx
        15	0	uui/source/nameclashdlg.cxx
        7	5	uui/source/nameclashdlg.hxx
        15	0	uui/source/passworddlg.cxx
        7	5	uui/source/passworddlg.hxx
        15	0	uui/source/secmacrowarnings.cxx
        10	9	uui/source/secmacrowarnings.hxx
        14	0	uui/source/unknownauthdlg.cxx
        6	4	uui/source/unknownauthdlg.hxx
        12	4	vcl/generic/print/genprnpsp.cxx
        40	2	vcl/generic/print/prtsetup.cxx
        24	20	vcl/generic/print/prtsetup.hxx
        3	3	vcl/inc/brdwin.hxx
        2	2	vcl/inc/dndevdis.hxx
        7	6	vcl/inc/ilstbox.hxx
        55	54	vcl/inc/printdlg.hxx
        5	4	vcl/inc/salframe.hxx
        18	23	vcl/inc/svdata.hxx
        1	1	vcl/inc/toolbox.h
        2	1	vcl/inc/unx/i18n_status.hxx
        29	29	vcl/inc/window.h
        9	0	vcl/source/app/salvtables.cxx
        19	11	vcl/source/app/svapp.cxx
        2	0	vcl/source/app/svdata.cxx
        9	0	vcl/source/app/vclevent.cxx
        14	14	vcl/source/control/button.cxx
        3	5	vcl/source/control/combobox.cxx
        4	0	vcl/source/control/ctrl.cxx
        1	0	vcl/source/control/fixed.cxx
        15	3	vcl/source/control/ilstbox.cxx
        4	12	vcl/source/control/lstbox.cxx
        12	16	vcl/source/control/tabctrl.cxx
        1	1	vcl/source/edit/textview.cxx
        8	15	vcl/source/edit/vclmedit.cxx
        2	4	vcl/source/gdi/print3.cxx
        1	0	vcl/source/window/accel.cxx
        2	3	vcl/source/window/accessibility.cxx
        1	1	vcl/source/window/brdwin.cxx
        5	17	vcl/source/window/btndlg.cxx
        15	12	vcl/source/window/builder.cxx
        1	1	vcl/source/window/clipping.cxx
        2	2	vcl/source/window/cursor.cxx
        4	3	vcl/source/window/dialog.cxx
        10	10	vcl/source/window/dlgctrl.cxx
        3	3	vcl/source/window/dndevdis.cxx
        8	9	vcl/source/window/dockmgr.cxx
        10	6	vcl/source/window/dockwin.cxx
        20	3	vcl/source/window/event.cxx
        4	2	vcl/source/window/floatwin.cxx
        4	2	vcl/source/window/introwin.cxx
        20	15	vcl/source/window/layout.cxx
        10	10	vcl/source/window/menu.cxx
        3	3	vcl/source/window/menubarwindow.cxx
        2	2	vcl/source/window/menufloatingwindow.cxx
        11	11	vcl/source/window/mouse.cxx
        6	17	vcl/source/window/msgbox.cxx
        1	1	vcl/source/window/paint.cxx
        45	18	vcl/source/window/printdlg.cxx
        1	0	vcl/source/window/split.cxx
        3	3	vcl/source/window/splitwin.cxx
        18	19	vcl/source/window/stacking.cxx
        1	0	vcl/source/window/syswin.cxx
        2	1	vcl/source/window/tabdlg.cxx
        7	12	vcl/source/window/taskpanelist.cxx
        5	4	vcl/source/window/toolbox.cxx
        21	22	vcl/source/window/window.cxx
        16	18	vcl/source/window/window2.cxx
        7	7	vcl/source/window/winproc.cxx
        1	3	vcl/unx/generic/app/i18n_status.cxx
        18	4	vcl/unx/generic/printer/cupsmgr.cxx
        3	2	vcl/workben/icontest.cxx
        1	1	vcl/workben/mtfdemo.cxx
        13	6	vcl/workben/vcldemo.cxx
        3	3	xmlsecurity/inc/xmlsecurity/certificatechooser.hxx
        22	17	xmlsecurity/inc/xmlsecurity/certificateviewer.hxx
        18	18	xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx
        22	18	xmlsecurity/inc/xmlsecurity/macrosecurity.hxx
        3	1	xmlsecurity/source/dialogs/certificatechooser.cxx
        44	1	xmlsecurity/source/dialogs/certificateviewer.cxx
        16	1	xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
        38	1	xmlsecurity/source/dialogs/macrosecurity.cxx

2015-04-10  Stephan Bergmann  <sbergman@redhat.com>  [81090304414ce8b7ffbd3a36a14a010704185ab4]

        No need to go via floating-point calculations
        
        Change-Id: I049aa3f5be42c520f824ec62943c37e8ffac78ad

2015-04-10  Stephan Bergmann  <sbergman@redhat.com>  [6bee77922c2571a7b55f099531f024def3e1036b]

        Get rid of false GCC 4.7 -Werror=type-limits in template code
        
        Change-Id: I4b13d3b7d74690401234dfa30c8c1b6647820b6a
        Reviewed-on: https://gerrit.libreoffice.org/15216
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-04-10  Noel Grandin  <noel@peralex.com>  [2391931e2137493e51ba7e828798d86b217dfe03]

        convert SFXOBJECTSHELL_ constants to scoped enum
        
        Change-Id: I5a159be0c342b778730cedb0fe35843c2c368c97

2015-04-10  Noel Grandin  <noel@peralex.com>  [afc728fe76fbf1afea725afd6ff5e9af92e10b08]

        convert SFXMODEL_ to scoped enum
        
        and fix up some confusion in SC and STARMATH about which constants to
        use
        
        Change-Id: Ib75bc78a24bd2fad6ec6d7c94c4c1ad7dc222c1a

2015-04-10  Noel Grandin  <noel@peralex.com>  [89dd3f80685c66883b6ed4efbf369f5aa2dc292e]

        convert SfxObjectCreateMode to scoped enum
        
        and fix some dodgy usage in /sc in the process
        
        Change-Id: Ia2bee267df31aba431fc8cb81195bb83e5b64deb

2015-04-10  Noel Grandin  <noel@peralex.com>  [84482f5193ff0738563b6e91f66fc95fbc145de3]

        convert SfxSlotFilterState to scoped enum
        
        Change-Id: I424a1c71429078f8f83f8f0138c6e12567628ef8

2015-04-10  Andras Timar  <andras.timar@collabora.com>  [33d390640185e33ea432a4979efa6214c7dafd85]

        Windows installer: remove unused string
        
        Change-Id: I0a1163b54601932957b0217894173aeadbf34e6e
        Reviewed-on: https://gerrit.libreoffice.org/15223
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-04-10  Andras Timar  <andras.timar@collabora.com>  [d96d76480257cc9cfd5c6dfa8eba6847d5fdafc4]

        Don't try to install LibreOffice on XP, if it was built with SDK 8.x or higher
        
        Change-Id: I79a357a51a3d98774745001d5f99b045ef964255
        Reviewed-on: https://gerrit.libreoffice.org/15218
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c18cdfb1c16f4c334f31dfb9a09ef9ef20fcf752]

        DocxAttributeOutput::m_postponedDiagram: use std::unique_ptr<>
        
        Change-Id: Id969145f25e99047d21e9ea3c97323274168cf64

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [954e5e4b7820c5db3a6720dc9dc27e49cee449ac]

        prophylactic double dispose audit.
        
        Change-Id: Ia18c0b7a76fb0894efe33afaf69a0079c4583228

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [e8284454f517d29a29f95a347a38730ded047f41]

        Double dispose protection.
        
        Change-Id: Iadc0a4fcb711e4f846e0e047880e512c9d42d0f8

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [cffa7dd2f2eab7f3430519e91f0ccb00fdc3b5f5]

        calc: double dispose issue.
        
        Change-Id: Ic8cc713ef2c7ec77d5418df5b5b689406641b037

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [d0cc0d3735b9ada26ee7b3d54b82a3ed60bc4a74]

        more double dispose protection.
        
        Change-Id: I729040288868ad521cc1ff09e200ef7ea3bd0058

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [562109b8357eb0690034844e097e0acafbdc39b6]

        vcl: ensure that VclBuilder is disposed before parent window.
        
        Move VclBuilder to use VclPtr, link to documentation, and fix more
        double dispose issues.
        
        Change-Id: I4900b69dbb381bd7d6fda97f2a5e623bb58e0a9f

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [292990396aefdae15b91f2df395da4b52d5e3f6a]

        sw: more double dispose work.
        
        Change-Id: I746623d14a96bb1b2756e49da4d41adf9dbc55ca

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [7fd0cd651dbca1df4ea94b949e9e8e5b0fab1830]

        dbaccess: nail the last double-dispose issue breaking the test.
        
        Change-Id: I861c970db9c36c973bcb2fa94a3e8e12f8de4f13

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [5800a27b9c4bb6d3c766d4f2e3960b42cabdc6df]

        dbaccess: protection against double disposes.
        
        Change-Id: I4ce2d00248b3d3d8370cc58155ea0607d4de482b

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [abc903a5be857150b144f1439448d4f02edb0531]

        vcl: more double dispose protection.
        
        Change-Id: Ib5c4ca5747cd55d7ea0f8c59b5aaa1f84c2a8fdc

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [f0969f0de927e4f63ef4e111a1ffaa841f2a81ea]

        more double dispose protection.
        
        Change-Id: I61ecf1561393959bc9a3647d515c4c9ce5119752

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [532dccdc02137540dcecc5b9dd48dfd72947bd48]

        vclref: protect vs. double disposes.
        
        Change-Id: I86fe17ad9afba7ee1e87aaa732bebee1746c140f

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [7553deec1aee40abd663c3c4d63d9629f69d6c2f]

        vcl: new lifecycle test.
        
        Change-Id: I05500c136839877db5c4a215b15e24a8444d3c16

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [eb7f057e4b71aae711e786296d4fe95b840e7a8f]

        vcl lifecycle: delete children in dispose.
        
        We can no longer rely on smart ptr members getting destroyed and
        tearing down children before parents in the new order.
        
        Change-Id: Ib22df93443d98f53543d3a8ac322e965623148d0

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [bf428ae41416e484714be9a623727949226a255e]

        vcl: add assert and improve lifecycle test.
        
        Change-Id: Ic70a890dae41b04d6dd1f19cbea419fe5a794af3

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [ef5ee3247467a2bae5ae12f758a75758f58afaa4]

        vcl: more double-dispose protection, and survival after dispose.
        
        Change-Id: I271f9bcb85d07a28abef2d97ef3c31287878324d

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [8b9b9985b04b8f3b602890806ea905f8c7cb45ba]

        vcl: don't emit events on disposed objects & handle some method calls.
        
        Change-Id: If8940edceb379025e322553c4b011e348e2d79d4

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [6b7bad4da3b899c191a4a414e1ea8a722110029b]

        protect against double dispose.
        
        Change-Id: Ib168188f7cfd8d4e0e6fe0617c5c9b7de840016b

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [94e319834bb36b61b47d380cfbfaa3337c1dbea9]

        vclref: re-work mbInDtor handling, add IsDisposed method and more.
        
        Change-Id: I4b522e0df372d61d8bb7bbcd4b0629c4412cae06

2015-04-09  Noel Grandin  <noel@peralex.com>  [125895c355ebc9f60e792cdfffdf790c10c950cc]

        vcl:fixes towards unit test happiness
        
        Change-Id: Ic0a3075c7616f604b93228dff149931cf25a5ed8

2015-04-09  Noel Grandin  <noel@peralex.com>  [f7811b53c95410b8f1aa65b93b65701fd427a64f]

        vclwidget: add some dispose() checking
        
        to catch code that accidentally recursively calls dispose()
        
        Change-Id: I647434c76cfbbf4df32c6cef15381ecfd8b4977d

2015-04-09  Noel Grandin  <noel@peralex.com>  [00f2787a4a68633206635743298926bf2e65a8fa]

        vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
        
        Change-Id: Ia8b0d84bbf69f9d8f85505d019acdded14e25133
        
        Conflicts:
        	sw/qa/tiledrendering/tiledrendering.cxx

2015-04-09  Noel Grandin  <noel@peralex.com>  [b3dcb2996b70caabda1939c9e85545c97d78404a]

        vcl: some VclPtr fixes found by the new plugin code
        
        Change-Id: Ib4f591aaa88d8710fdb9b672533cfa8bb024160f

2015-04-09  Noel Grandin  <noel@peralex.com>  [ef22212ecb813ce5c822cfbb7b1da7b4860128ef]

        vcl: VclPtr conversion in xmlsecurity
        
        Change-Id: I90ab1b6a9474169bb2e328518527cad6afd9ec48

2015-04-09  Noel Grandin  <noel@peralex.com>  [584e6c6051d8a8371941d61603672891a8aa3013]

        vcl: VclPtr conversion in sw
        
        Change-Id: Ie084a4b14f8371ff81fe6a95e73660e38cd376f2

2015-04-09  Noel Grandin  <noel@peralex.com>  [45515c06d26d8a37e683f939b60198ee55343e55]

        vcl: VclPtr conversion in starmath
        
        Change-Id: I5d43afd893802db44d9d08d8acb64307c63b7eac

2015-04-09  Noel Grandin  <noel@peralex.com>  [0cef43d2e425895746392c6f503c660a7ca1241c]

        vcl: VclPtr conversion in sd
        
        Change-Id: I3cde57acfeec194968a639f8557b17177a94d37f

2015-04-09  Noel Grandin  <noel@peralex.com>  [e10b12842eb15b3b9bf577b4da036313fa830786]

        vcl: VclPtr conversion in sc
        
        Change-Id: I9cbc8beff7172c1ec69ae1124b16de0c0d722334
        
        Conflicts:
        	sc/source/ui/view/gridwin.cxx
        	sc/source/ui/view/tabview.cxx

2015-04-09  Tor Lillqvist  <tml@collabora.com>  [53d7c88da82f6d16c0c9a45a86a3f9d505764605]

        WaE: VarDecl, use "bool" instead of "sal_Bool"
        
        Change-Id: I0b868edad579f9ccf46f6d9f6015086557e528da

2015-04-09  Noel Grandin  <noel@peralex.com>  [074ef56bb08795bbf85082eab7907dc7f93d48b7]

        vcl: VclPtr conversion in reportdesign
        
        Change-Id: Iadbd90bfe2cdf6afff3d745ac488036c3d031963

2015-04-09  Noel Grandin  <noel@peralex.com>  [a3cc3ce5a412112500606827fc99275e28898fff]

        vcl: VclPtr conversion in fpicker
        
        Change-Id: I1510b67ee2d2019b65d5248c3ee36c5ec3def13f

2015-04-09  Noel Grandin  <noel@peralex.com>  [78626422af9ae7f8d7ab66b4cf9eb7551b322c8e]

        vcl: VclPtr conversion in filter
        
        Change-Id: I355315e19545610c1f26c94abe4e7d3fe19af867

2015-04-09  Noel Grandin  <noel@peralex.com>  [33d7f6dcfee48a33ce34e483a4249f0be0ffa4fe]

        vcl: VclPtr conversion in formula
        
        Change-Id: I6f9571a3ef1fbe5bb42ef665d85425b9902c1925

2015-04-09  Noel Grandin  <noel@peralex.com>  [1139e549240e2a02962360aadca227753d73a78c]

        vcl: VclPtr conversion in extensions
        
        Change-Id: Ie10e8fcb2bf413606063d4f1caab17bea1bb4d95

2015-04-09  Noel Grandin  <noel@peralex.com>  [b53f7ee341765a7b052b98a58678df25c299c58a]

        loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()
        
        Change-Id: Ie4937e1ae0d79b59ed5d74d4f3d1d135b09270bf

2015-04-09  Noel Grandin  <noel@peralex.com>  [2998905b95301a3810c5a759428f3c6d6ec5ce29]

        loplugin: vclwidgets: make the dispose/destructor checking more robust
        
        Change-Id: I94500963fb28550d664d3547e8f12b7f6fb681ca

2015-04-09  Noel Grandin  <noel@peralex.com>  [25edbe68dbc50bc8cf543cd5d4b28184a36d1690]

        vcl: VclPtr conversion in various
        
        Change-Id: Id4f0cc26e4f5bda345f41130c9838fc44312e98e

2015-04-09  Noel Grandin  <noel@peralex.com>  [344f939e7d249e7188bc2d668de73c48bb38d4e5]

        vcl: VclPtr conversion in forms
        
        Change-Id: Ib6a84b5d52a695aca69e1fcfde6390d1059a3745

2015-04-09  Noel Grandin  <noel@peralex.com>  [36070535cb6c1a257d2ea2cb3f10e83bf3aaa96f]

        vcl: VclPtr conversion in forms
        
        Change-Id: I141cbe218fec31f2e6428b1d8c56c00557134a36

2015-04-09  Noel Grandin  <noel@peralex.com>  [97eacd1d5581395de8801e5ba962044132575218]

        vcl: VclPtr conversion in dbaccess
        
        Change-Id: I85fce0403121ffe55204d78445e4809960ec404a

2015-04-09  Noel Grandin  <noel@peralex.com>  [7f7617765cf1f4a16022f47fedb018bf49802a08]

        loplugin: vclwidget: add check that dispose is calling superclass dispose
        
        and fix up the places it finds
        
        Change-Id: Ie1decd5cb14415ace423fc7a0609cc62044e19ff

2015-04-09  Noel Grandin  <noel@peralex.com>  [ebd195b2ae254bfc9b52c9c673a57cd3bdf0cad8]

        vcl: VclPtr conversion in cui
        
        Change-Id: I8597247296645fe72d5306e35b2ea3c0866d147a

2015-04-09  Tor Lillqvist  <tml@collabora.com>  [72e7bf859df4941e7c86b57d12a4a2254b202ac1]

        Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env var
        
        Change-Id: Iaa0c751f101df6db25e9fca9123b81ac63033159

2015-04-09  Tor Lillqvist  <tml@collabora.com>  [2dede8bfbab5d353f91acc5f5fa7c21b1b1a4fea]

        Change from <osl/diagnose.h> to <sal/log.hxx> and add more logging
        
        Change-Id: Iee8c093f5aa8306c3e5336d6dd5e801df6df87a4

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [04a98015101b8fea3b200e0bf3a2469d8c75fdf7]

        upgrade to openssl-1.0.2a
        
        and de-ifdef-per-platform the patch makefile so an upgrade attempt on one
        platform tests the patchs applying on all platforms
        
        ubsan.patch.0 was effectively applied upstream while need
        to add http://rt.openssl.org/Ticket/Display.html?id=3650 to build
        under windows
        
        Change-Id: Ieffd9bc3dd861a94a083d8b6b8d4117bba7f527c
        Reviewed-on: https://gerrit.libreoffice.org/15183
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [0a61ce1c8e61cb45478ba6f28e8fdd71ce369f2c]

        vcl: VclPtr conversion in chart2
        
        Change-Id: Iae82331e812836ff4c97617227d316bfe15b23df

2015-04-09  Noel Grandin  <noel@peralex.com>  [d380e713bc3f74868ccda548efea4509d78db0be]

        vcl: VclPtr conversion in basctl
        
        Change-Id: Ieea1ab9426ed025d7d0f8baba8a6d10cb454e93e

2015-04-09  Noel Grandin  <noel@peralex.com>  [ed2cea3e5087b90cd3686d8fd9da7e74981c8da6]

        vcl: VclPtr conversion in svx.
        
        Change-Id: I3a1000baa049b11728c46efbc2f0af0d8f34cf2b
        
        Conflicts:
        	include/svx/charmap.hxx
        	include/svx/float3d.hxx
        	include/svx/fontwork.hxx
        	include/svx/galctrl.hxx
        	svx/inc/svdibrow.hxx
        	svx/source/dialog/dlgctl3d.cxx
        	svx/source/dialog/fontwork.cxx
        	svx/source/engine3d/float3d.cxx
        	svx/source/fmcomp/gridctrl.cxx
        	svx/source/gallery2/galbrws1.cxx
        	svx/source/inc/docrecovery.hxx

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [3e41b069bcc1482eb4d3fabb6d475db4bf3d4e57]

        initial load of bibliography doesn't set bibliography type
        
        moving to a new row will set the new type, but initially
        its not set because the ListStore property was set after
        the model is connected to the database so at the initial
        connection time there isn't a available set of values
        to map the row to.
        
        So move that connection code from general.cxx to datman.cxx
        and put it before the connection is established
        
        we can then remove the intermediate aBibTypeArr list and
        those resources then need to be global bib ones.
        
        Change-Id: I12276c3df9955ec399e1b5de6d0836c69ebb1ebb

2015-04-09  Noel Grandin  <noel@peralex.com>  [232eec872bdaf1dd6d87df97baa3b9ad432a7acd]

        vcl: VclPtr conversion in framework
        
        Change-Id: I82df2d0ed6f40de40099537f982541480af16630

2015-04-09  Noel Grandin  <noel@peralex.com>  [28c2cf4f569290095080ded0438cbb99746755d9]

        vcl: VclPtr conversion in basic
        
        Change-Id: Ia0330d596b696f914a8ee2f81f0399e9456ff87c

2015-04-09  Noel Grandin  <noel@peralex.com>  [0dfcb43dec1fec3861c87870cc0e5e21ebc06b76]

        vcl: VclPtr conversion in avmedia
        
        Change-Id: I6eba828f6d443802361417397cdf643fbd8755c3

2015-04-09  Noel Grandin  <noel@peralex.com>  [fbe6619a34b617a04a5135e40c70a172a44eefef]

        vcl: VclPtr conversion in sfx2
        
        Change-Id: I78ea3f4304ace27c6db0e3d0651bd65043dcbc68

2015-04-09  Noel Grandin  <noel@peralex.com>  [ce8cfbd3b90f11c3f2edc88a0dab625aabb6293d]

        svtools: apply vcl::window refcounting changes
        
        Change-Id: I308f045eaf5c50de26175a2f00f8b0791cdd8ab9
        
        Conflicts:
        	svtools/source/control/tabbar.cxx

2015-04-09  Andras Timar  <andras.timar@collabora.com>  [7dbaf2b093136bc0e85c255f9b8a7cdac73db4cf]

        more verbose debug message from WMFWriter::WriteRecords
        
        Change-Id: Iebdc66d1c994e3702efa5609fb36b5b2b9273c86
        Reviewed-on: https://gerrit.libreoffice.org/15217
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [1f59e2cec3f4a22d612ca6cff06930c3d4bb77ca]

        vcl: window destructors calling dispose
        
        Extend plugin to warn on any vcl::Window subclass that has a destructor
        and does not implement dispose.
        Apply this provision to the necessary classes in vcl/
        
        Change-Id: I05189f8df02568131d59fc44fea904c87733c8c7

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [9a6bf4be437102004a01ee5818e943f0e095eefe]

        vcl: dispose of more Window sub-classes, particularly top-level windows.
        
        Change-Id: If8311e5cf3193fd1434c3af5225367ca8e91fc6d

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [04acdd8db4236e5cd4a89c3ca3e9049ff731b717]

        vcl: add dispose implementations & destructor calls.
        
        Change-Id: Iefeaf81d4f7463440a6c5a8abb4d68aa85190698

2015-04-09  Noel Grandin  <noel@peralex.com>  [eabaca0cf1382242c6f68084ece93e35cd8fab04]

        vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtr
        
        to prevent problems with accidentally deleting an object by doing this:
            Button *pButton = new Button(NULL);
        	...
        	pButton->callAMethodThatTakesARef(pButton);
        Since we take a ref as we construct a temporary VclReference<> - but
        this will dispose & delete the pButton as we return to the frame doing
        the callAMethod
        
        Change-Id: I60fc211b27fe7ff463aa58f1da106f430fc65529

2015-04-09  Noel Grandin  <noel@peralex.com>  [1798a4433280a6cae38fe535fb043a8e27d7f95a]

        compilerplugin: check that necessary Window subclasses have a dispose method
        
        i.e. the ones that declare any VclPtr fields
        
        Change-Id: I7adfc3b3b190a2ede60bfccd08f85a269fae33ca

2015-04-09  Noel Grandin  <noel@peralex.com>  [a6acccc6d2e6a49691d2612af9898e4018c68861]

        clang plugin: check return types for vcl::Window* that should be wrapped
        
        Change-Id: I7121c1727d1374a955fbccb6554aede468d4977f

2015-04-09  Noel Grandin  <noel@peralex.com>  [e1d413b132fd7dfa2ea81a1dddf54bcae346db6e]

        vcl: plugin: check that VclPtr is passed by reference
        
        to avoid unnecessary increment/decrement traffic
        
        Change-Id: Ice4e08df002b815105aa0b1c9430511c0cec3d28
        
        Conflicts:
        	compilerplugins/clang/passstuffbyref.cxx

2015-04-09  Noel Grandin  <noel@peralex.com>  [422156fcce8922d968fb82db39f3b1237b961be1]

        vcl: a couple more places that shouldn't be stack-allocating Window objects
        
        Change-Id: I773fb5ed066db2c22b3d50198dff350b755ab24a

2015-04-09  Noel Grandin  <noel@peralex.com>  [3ad9d2550f922ae7f555ca0753c57907d4d78ab6]

        vcl: make VclPtr<T>(T*) constructor explicit
        
        to make it obvious in the code when we are translating between the
        reference-counted type and raw pointers, since that is the danger-point
        
        Change-Id: I32822432325fa34969e78cccf937e2ccbe1bfb70

2015-04-09  Noel Grandin  <noel@peralex.com>  [09b4246c6aa5e75c89df2961816b0124fea7fd78]

        vcl: vclwidget plugin should look for raw vcl::Window usage
        
        teach the vclwidget plugin to look for places where we need to use
        VclPtr<T> instead of raw pointers
        
        Change-Id: I444836bf8e3d05fca0f30380c91a8ce24d1e9d1c

2015-04-09  Noel Grandin  <noel@peralex.com>  [a632fa5f2e059642f0feffb200e8c9a71ee75802]

        vcl: rename VclReference to VclPtr
        
        and remove the typedefs. The code is more obvious this way.
        
        Change-Id: I4c8f5b5ab050dd96216302a03e760ed0e3ab3464

2015-04-09  Stephan Bergmann  <sbergman@redhat.com>  [91b914882948c6acbb2dd6442083b8c6ccd9cf17]

        Change tools::Time::GetSystemTicks to sal_uInt64
        
        ...as follow-up clean-up after 71fefe1dc2bcda3a4cc18d71e1acaf161cc059f2 "Change
        'blink times' to be of type sal_uInt64 and thus consistent with
        Timer::Get/SetTimeout since 9c7016b5b530ca212b1275f44f9e2fc0527109ee 'Scheduler:
        Changed uLong to uInt32/uInt64.'"
        
        Transitively meant to change quite a number of further time-related places from
        sal_uLong/sal_uIntPtr to consistently use sal_uInt64.
        
        Change-Id: I38eb493943906356138bf58eb098d2f54a3dee34
        Reviewed-on: https://gerrit.libreoffice.org/15214
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [10981bc4e349f59818d8f750db378e1ae579ba09]

        new loplugin: VCL widget reference checker
        
        First stage of new VCL widget reference checker
        
        Change-Id: I63a2108a26b3c0e0a896d13672b1daa6f8e60b3a

2015-04-09  Noel Grandin  <noel@peralex.com>  [99ff2fcfb546e4a85042e4222677aac617bdc19b]

        vcl: add cast operator to VclReference to convert to pointer
        
        so we don't have to call .get() everywhere
        
        Change-Id: If6ccd7dcf1a492b1e7703956ecbe8e5ac2dd0fb7

2015-04-09  Noel Grandin  <noel@peralex.com>  [d904316d3da61fdaedf68ebfb6d75abda49600f1]

        vcl: implement upcasting of VclReference types
        
        to make code less verbose
        
        Change-Id: I0e28bfc412d50e798e6c215434cffc2183b104a6

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [61f1033e4016c1ea77640c123be73612d19a6811]

        vcl: chain to parent dispose properly.
        
        Change-Id: I74371118b679b06b9631e00d34c3f88e58bce24c

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [2e03ce9e18ed9d3fe39e8ae847b803ab42234737]

        vcl: manage SubEdit with references - and fix leak / cleanup.
        
        Change-Id: Icbfe237a55cfbd83739b055350d5a6a54a2fa36d
        
        Conflicts:
        	vcl/source/control/edit.cxx

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [cb638afcf47fbcca93623975e3161ca464d21544]

        vcl: convert MessageDialog to use VclReferences.
        
        Change-Id: I24035c67c99ce431e94b39bd6d0d3b274fa55fa8

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [99fc2f4e92711be9ac82f385519a23ed9d5badac]

        vcl: double dispose protection & unit test.
        
        Widgets must be able to tolerate multiple 'dispose' calls.
        
        Change-Id: I76069a10b83b8384ad84dd146766054cab5bd222

2015-04-09  Michael Meeks  <michael.meeks@collabora.com>  [f3add7029e5778818283d48803e46ac4ecf875f5]

        vcl: more rtl::Reference cleanup
        
        Change-Id: Idef6b4259d784120a06d2a6c51b77029566da59f

2015-04-09  Noel Grandin  <noel@peralex.com>  [b72c6feba87bd8707f39902a3066ba476188cb1d]

        manage VCL widgets using rtl::Reference
        
        Change-Id: Ie95790cbaa5d459c8e849d7333098d857d31ed0a

2015-04-09  Eike Rathke  <erack@redhat.com>  [d6398719abecfca60db37637490e602222992dc2]

        TableRef: correct GetToken() logic
        
        Ensure that only desired tokens are obtained and the resulting new token
        is actually the current one upon return.
        
        Change-Id: I624c324b861d8658accf3285cad2cfc5a598b450

2015-04-09  Eike Rathke  <erack@redhat.com>  [3335b46d123053b1228b94207a32bab08cf9d4e3]

        TableRef: allow column specifier without item
        
        Change-Id: I1263f190d769254949701b3a257b2af5d6ea61a2

2015-04-09  Eike Rathke  <erack@redhat.com>  [d5e1b41330fdd7341415e6c34f61ec826d20e51b]

        TableRef: lookup column specifier
        
        Change-Id: I73109e5a862b2f4bc456dff512bddf5d23586a6d

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [bbb14a29905db0e1a40d852352b3bfa6490c8514]

        stop assert on exit from bibliography
        
        Change-Id: Ia4a52a5e605474738983d48a925b6b3ba90877d4

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [b39a6449d5debc7cdf55c3f967b441f3de4d50f3]

        Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache size
        
        but the PanelLayout didn't
        
        Change-Id: I38a8975f1488fa2a2ffe91b66745e1a1c6c48a28

2015-04-09  Stephan Bergmann  <sbergman@redhat.com>  [2355a3458598f62c78301d503fdab24010c58f09]

        Just use a plain std::vector<OUString>
        
        Nothing obvious that would speak against converting from the original
        SvStringsDtor to plain std::vector<...> instead of slavishly sticking to
        boost::ptr_vector<boost::nullable<...>>.  Also, prevents a false -fsanitize=null
        warning about "reference binding to null pointer of type 'rtl::OUString'" in
        boost::void_ptr_iterator<...>::operator*() during ~SvxClipboardFmtItem_Impl().
        
        Change-Id: I08d8fc573ff99a5bddd67c0d2be4e7ea38025958

2015-04-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ceafd0a76fb062237f627cd9d49d4aad78cf3066]

        tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unused
        
        Regression from commit bb00a0097900ae054401f7758a915047cfde4065 (do not
        bother with nice unique names during mailmerge, 2014-11-08),
        SwAttrSet::CopyToModify() expects that in case SwDoc::FindNumRulePtr()
        returns 0 for a name, then the call to SwDoc::MakeNumRule() will use the
        not found name (as SwDoc::GetUniqueNumRuleName() will return the just
        checked name).
        
        As a result, simply always returning a random unique name during mail
        merge is a problem. Only return a cheap random unique name if no hint is
        given.
        
        Change-Id: I49d65009ced97d00aa2e8db35a529f2f30ac9ae5

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [0cd2bf10fb4be5423e1386aa427c61ed4a33ef34]

        Resolves: tdf#90423 too risky to dlclose basctl once opened
        
        Change-Id: I92c171b5900d770195bcad71a7df2a282649d479

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [1ad3ed20071c81e031c1ed7f546c37fd280803c0]

        Resolves: tdf#90473 bibliography doesn't resize after reload
        
        resize *after* setting visibility of controls and not before
        
        Change-Id: I9318b8a5bc1f4afc6f4ceb4503af3425d0f6364b

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [95942b16f44bc6eac57ad7b579b4158565446884]

        Resolves: tdf#90481 fix cropped buttons
        
        this reverts
        
            commit f0ee8ed43528b17e9ea6d83388fbaab0a645b677
            Author:     Caolán McNamara <caolanm@redhat.com>
        
                see if we can merge floating window and dialog child size/pos setting
        
        seeing as we apparently can't merge them the way that tried to do
        
        Change-Id: I25fb741c9ae73375124b469f98bf1eecd76ff3c1

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [04443db44edfa389eddef5667053f2fa5d7d5978]

        newly set nStart and nEnd are not used
        
        Change-Id: Id9ba3dbd1df46638eb4ca2ef84ba1b40ca424108

2015-04-09  Heena Gupta  <heena.h.gupta@ericsson.com>  [704d946cdc56b6d3188b2ae49d20778b78aac8b2]

        Relate: tdf#88045 Edit Numbering Style Button is nonclickable for None Entry
        
        Conflicts:
        	sw/source/ui/chrdlg/numpara.cxx
        
        Change-Id: I3e2c493d412c8e7974e7cb314eb0ba8f13edb6b6
        Reviewed-on: https://gerrit.libreoffice.org/14518
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Heena Gupta  <heena.h.gupta@ericsson.com>  [fecdbcab90c0373e0c172835f237d86baed6d1bb]

        Related: tdf#87675 Edit Linked Style Button is nonclickable on None Entry
        
        Conflicts:
        	sfx2/source/dialog/mgetempl.cxx
        
        Change-Id: Ieac16f9cd6063e38c6d8dee0a1f0dba29e1adc6f
        Reviewed-on: https://gerrit.libreoffice.org/14516
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Heena Gupta  <heena.h.gupta@ericsson.com>  [0242f4a41e40ab5a458b51657319b95ef19b05e1]

        Related: tdf#87675 "Edit" Button for linked style in edit paragraph style
        
        Change-Id: Ibb80d88865048e178a8d3e93cb9737881dd9f102
        Reviewed-on: https://gerrit.libreoffice.org/13785
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Heena Gupta  <heena.h.gupta@ericsson.com>  [e38f63d861715fb56f41af82b897c2128ea20b38]

        fdo#88045-Edit Button for Numbering Style in Edit Paragraph Style
        
        Change-Id: I7356eb2074520884ff24d89c68bf1214664f4af3
        Reviewed-on: https://gerrit.libreoffice.org/13740
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [14505bb67eb671ebcb91c81cbefbbc1aab930b44]

        loplugin:staticmethods
        
        Change-Id: I715374b531da2850434b2436633b6042ecb9ebe0

2015-04-09  Yousuf Philips  <philipz85@hotmail.com>  [6ea42ddf8f06b7551e80a906908dbad0766a68c6]

        tdf#85594 Additional tweaking of the standard, formatting and draw toolbars
        
        Change-Id: I37f16184d8671f6f0eba7679e712e458abee314c
        Reviewed-on: https://gerrit.libreoffice.org/15195
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [1af750ceed914cee01357fd83303df35b5b3dac8]

        NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7
        
        Change-Id: I9e2b9388c5df1b3a5fc0b2deb570b6f63e59b8eb
        Reviewed-on: https://gerrit.libreoffice.org/14637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Katarina Behrens  <Katarina.Behrens@cib.de>  [1627f39768be588368744f9addc7745092ca4e50]

        tdf#89199: UI option to show data bar only (no values)
        
        Change-Id: I13cbde947d6252c1157ec79a5f2190df24cca978

2015-04-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d4c7274961c5cebfaaea801708f7ac67c663ae6]

        SwEditWin tiled rendering: do word selection even if the cursor was corrected
        
        When tiled rendering, we always want to create some kind of selection
        when long pushing on a table cell. If there is at least one word in the
        cell, then we want to select the nearest cell, and when it's empty, then
        we want to select the cell itself.
        
        In case there is a table with 1 rows and 2 columns, and A1 is empty, but
        A2 has multiple lines, then in A1 there is an area that's outside the
        text frame of the empty paragraph, but inside the A1 cell frame. When
        clicking on that area, the cursor position gets corrected. With this
        change, we get a proper selection on long push even when pushing on that
        "outside text, inside cell" area, too.
        
        Change-Id: Ic61743014708f127087243cb7b129f8abd72edaa

2015-04-09  Noel Grandin  <noel@peralex.com>  [9d725554bf4c7784baa2df91b9865ccc32b10ff8]

        loplugin:salbool
        
        Change-Id: Id4194f4d5bb6fcf064985fddc6f7344a4d34ca04

2015-04-09  Clément Lassieur  <clement@lassieur.org>  [3c00e75c1437fc666baa72bd550f7d4a4e6918eb]

        add Product function to Subtotals UI
        
        Change-Id: I240859bafa953c75ee639ccb77305161274217d1
        Reviewed-on: https://gerrit.libreoffice.org/15210
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [35163715ead39eece619a5790903c88fa4216ec6]

        loplugin:staticmethods
        
        Change-Id: Ie348778ea666c24e95e048386547f301083a0017

2015-04-09  Caolán McNamara  <caolanm@redhat.com>  [e68c699b7e7efdf3678b450124b9e08ee227ddb9]

        hinter: 'after' better than 'behind'
        
        this has niggled me for decades
        
        http://german.stackexchange.com/questions/7528/meaning-of-behind-when-translated-from-german
        
        summarizes it well
        
        "'Behind' is typically used when the context has meanings of depth, and as such
        becomes ambiguous when used in a flat list ... 'After'/'before' contain
        meanings of ordering which are unambiguous"
        
        Change-Id: Ib2e7244f1dc0a66a9ca30df3a20e31de7a9b9d09

2015-04-09  Noel Grandin  <noel@peralex.com>  [2e6831b494f9b44d01dd269561383027d942cb3d]

        fix windows and android builds
        
        more 'extern C' fallout from my conversion of enum to scoped enum
        
        Change-Id: I4c9aabbfbd255775a8f3edc2b7c8c62647f539eb

2015-04-09  Jan Holesovsky  <kendy@collabora.com>  [0f83c5deafb372f5837a1e899c789cbca274e17a]

        sc tiled editing: Make the 'long tap to select' work again in shapes.
        
        Change-Id: I77914d1b6fe538f3f38beb449e68f50ae36b0798

2015-04-09  Noel Grandin  <noel@peralex.com>  [f1e22f1a051c44a55759b7d44b0f0ef1b6f3c9de]

        fix android build
        
        since after my converting stuff in include/registry/types.h to use 'enum
        class', it can obviously no longer be "extern C", so drop the "extern C"
        and rename the file to reflect that.
        
        Change-Id: Ia30f5731316525e48531c4785ab7471a428bcf6f

2015-04-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6124ad4ca2c98e4c76cc7a32c4c8e538d9cd8b87]

        DocxAttributeOutput::m_pPostponedGraphic: use std::unique_ptr<>
        
        Change-Id: I033cc6fce66203ad2967064211f9144b0edf8d1e

2015-04-09  Noel Grandin  <noel@peralex.com>  [4cca0169aad7297763beaaabf9e356a40725312d]

        loplugin:staticmethods
        
        Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab
        Reviewed-on: https://gerrit.libreoffice.org/15187
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-09  Noel Grandin  <noel@peralex.com>  [cfab2fd725276e99fb6fa8b619ca5b2ac3bd025a]

        convert SFX_SHELL constants to scoped enum
        
        Change-Id: If1649e8f3b9d200b0b176bef7deea41445bd3f2f

2015-04-09  Noel Grandin  <noel@peralex.com>  [502a7662555bfa66ab6be84b7d2d11b049ed7a4e]

        convert SFX_LOAD constants to scoped enum
        
        Change-Id: If0a2eeeabbb0bea48d2f2f86dc04266812c0ecd2

2015-04-09  Noel Grandin  <noel@peralex.com>  [68b35c75588f5702a142c8232d5e805bfe276c72]

        convert RTReferenceType to scoped enum
        
        Change-Id: I8320f6f42d5579fbd09450ddca61c4c066de98e4

2015-04-09  Noel Grandin  <noel@peralex.com>  [e2931bce34a274167da52792d07b19743d488aa0]

        convert RTMethodMode to scoped enum
        
        Change-Id: I81599570698eb92abf14fa6386d8545c2031e863

2015-04-09  Noel Grandin  <noel@peralex.com>  [0833143c271ae444ca83ec16923db9f403f98b86]

        convert RT_ACCESS fields to scoped enum
        
        Change-Id: Ifef0aaae6208f18c1352fef7c471deb60a97820d

2015-04-09  Noel Grandin  <noel@peralex.com>  [7b4ca582fcfd77b20eea5a11bd0e87b39d640e91]

        convert RegError to scoped enum
        
        Change-Id: I55977c38578cb59deb195d91f8948da2e0905b6a

2015-04-09  Noel Grandin  <noel@peralex.com>  [95600edeaf48a80a1e84c44b37f4035bc4db3070]

        convert RegValueType to scoped enum
        
        Change-Id: Ic672e75db4d7323760577b19490ffa28d38965b6

2015-04-09  Noel Grandin  <noel@peralex.com>  [1f34524746a0849ee2c76241d7ac6934110009fe]

        remove reg keytype constants and related code
        
        since we no longer support the RG_LINKTYPE stuff
        
        Change-Id: If388ecfa0c475471b99b26155ad554ec702ca734

2015-04-09  Noel Grandin  <noel@peralex.com>  [1bdbe0b475464402716c1c304d28376f1c37d820]

        convert REG_ constants to scoped enum
        
        Change-Id: I11d92218c5e0678d497f8964723033e2bd8b3300

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b0c1943788f6083b27a1e5a4d6d76373f08459b]

        some cleanup in treelistbox
        
        Change-Id: I24720adfc7c1c38ba7d804baef3c1e01e01d64cb

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7e1d93056be5d43a6307dd75744cd006144f5cb8]

        cleanup templdgi
        
        Change-Id: I1148321236ba3ea5ed3e8df478800686c40e00ea

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [49a7470417d8ba32140b35318176e0e2593a66a5]

        cleanup templdlg
        
        Change-Id: Idb594da1bbd3aba34ff6391b36deacaea34b7842

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5e4cb2bc63e656e47096c631b01a82eab26c1368]

        cleanup templdgi.hxx
        
        Change-Id: I75a9444faa8136ed333adc2b0b47c9b91b1c7a3e

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7380228751ea2af89489f0bad5739d83a9900196]

        clean-up acccfg
        
        Change-Id: I23aad7cb2d70f81d39757f62e906f4a22e1b0145

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9d5b66bb81c1649f07e93d7ca28789473c387e11]

        unique_ptr for SfxTemplatePanelControl pImpl
        
        Change-Id: Ia073d28181d0894e1ec8baddd53d4ac943f69557

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5d15076a3d40e8961fac5e83b2d5654e8c5ae984]

        cleanup SwContentTree construct
        
        Change-Id: I1de218450e59d20df13ce6b4b392c908d5d41437

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [98a537c49fc196e463911142063fc8c1309734ed]

        remove DELETEZ in tbcontrl
        
        DELETEZ is redefined here and used just 2 times in the code. Better
        to just delete it - it doesn't really make the code more readable.
        
        Change-Id: I094a7d41fa9e86d3f20cce357bc13e9fc04df3df

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f0835373898edf650acb015188b0990f7f0eade6]

        use std::unique_ptr for Impl in SvxStyleToolBoxControl
        
        Change-Id: Ia01755ee617002ef2c234e29b1edd497b031ef8a

2015-04-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0c2245a455a006aa9fcac83c208898f0fd4c63a8]

        cleanup header tbcontrl.hxx
        
        Change-Id: I8b424a21b7a1fcc72b607fec00cbfaa6a6961c8b

2015-04-09  Tor Lillqvist  <tml@collabora.com>  [c68051372c88c20d24f387007b6be913bdee8370]

        WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not used
        
        Change-Id: I1b5594173b912c8ac54bb54718ce06bee47e2ed9

2015-04-08  Julien Nabet  <serval2412@yahoo.fr>  [8959ace44076273fc5398e8973005f5ba159b6c0]

        Related tdf#88056: Add a warning when id service unknown
        
        Change-Id: I6e027027e78770e32aa484bb1598ebd8c2f291de

2015-04-08  Tor Lillqvist  <tml@collabora.com>  [5cc0da153e8516a11bbd3e5809e8dcaf0b0dc7d9]

        Add lok_init_2() that takes also the path to a user profile to use
        
        In some LibreOfficeKit use cases it will be useful to use a separate
        (initially empty) user profile each time, instead of whatever the default
        might turn out to be. (When using the "instdir" of a LibreOffice build tree,
        the user profile is the "instdir/user" directory.)
        
        Also add a corresponding new function to be looked up, libreofficekit_hook_2.
        
        I did not bother with any more descriptive name. After all, "lok_init" already
        is quite terse, so calling the new function "lok_init_with_user_profile" or
        something similarly verbose would in my humble opinion have been
        inconsistent. (And if/when we need to extend the LibreOfficeKit initialisation
        function with even more parameters, the name would become really long.) But
        feel free to change this if you feel like it...
        
        Make sure to stay backward-compatible with source code calling lok_init() and
        with binaries looking for only the libreofficekit_hook entry point.
        
        Change-Id: Ifa9ce8f72c2f60554fb3431d522e5784afa8d8d3

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [69b505553331480c0ab97e3776ba31ef11e649a3]

        sc tiled editing: Reuse the selection method.
        
        Change-Id: I05175f0d8c37994658e0dcdf355a753bf7c840b8

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [7e056939d9a7ff94f61bd1008ec3cdac5cecc0d5]

        sc tiled editing: Double click in the cell selects the entire cell.
        
        Change-Id: Ib537d5e4a0c7c9ed6a6b2520512d32da6c651188

2015-04-08  Caolán McNamara  <caolanm@redhat.com>  [9c0788f545a9276d18060965794143179917e766]

        fix assert on exporting fdo79938-1.ott to .doc
        
        Change-Id: I93f331bd1c57bd016948e3ed784530724a1028b4

2015-04-08  Eike Rathke  <erack@redhat.com>  [e94ad965f877ad6a860273c5fed94416998678cf]

        TableRef: add pointers to documentation
        
        Change-Id: I248ac1d116ffabc8346fd000c2ae4b0b9c6bd89b

2015-04-08  Eike Rathke  <erack@redhat.com>  [7940dabb8a93784a85db10160a8b20fb53b97474]

        TableRef: table name without items references data only
        
        Change-Id: I2d4e534444678ddf8243db7b3fb6fe66af9fa24f

2015-04-08  Eike Rathke  <erack@redhat.com>  [024a5d98324c101dc46c54c972df498741e23f2b]

        TableRef: match column header rows against DBrange first row
        
        Change-Id: I10f7806288f817e599876f95af4998ff6f539fc3

2015-04-08  Eike Rathke  <erack@redhat.com>  [ab060c294ec1f2bf7c59e6ea5edc4b78e006ac10]

        TableRef: handle column range
        
        Change-Id: Iab87cc3fb2b21b53303e46a227f3a1ae35a3ab6d

2015-04-08  Eike Rathke  <erack@redhat.com>  [a83c3227919ea6467cd4eee5464d73b24120a440]

        TableRef: both column range rows must be table range top row
        
        Change-Id: I82fcb95c972defde4a854d4c4cce80e6e561bc92

2015-04-08  Eike Rathke  <erack@redhat.com>  [706727932e73a6899bfd820bf56aa691c956bd84]

        TableRef: push ref only valid after open
        
        Change-Id: I3ea00ddec1a740cbcff9eb22727b1f8ce32bb373

2015-04-08  Eike Rathke  <erack@redhat.com>  [5590bfe72bc086dcdb56eb0a998a1a52e6224097]

        TableRef: limit to specified columns
        
        Change-Id: I389a0640d6ffefa1b98a9feff86c73775a7771dc

2015-04-08  Eike Rathke  <erack@redhat.com>  [315e1cace3c1384fc37b1a36f48150f7d8afd43c]

        TableRef: keywords come with extra brackets each
        
        Change-Id: Ie12264c02d178be9bc5752e7ea20b4feff409e68

2015-04-08  Eike Rathke  <erack@redhat.com>  [2a176c2f658f30cf8b33d9338e931ebf01fd0f3d]

        TableRef: simplify logic a little
        
        The #All keyword can be prefixing a column range anyway, so needs to be
        treated like all other keywords.
        
        Change-Id: Ic64a5caeff1c6b2d116b21c0c855c7207d649a8d

2015-04-08  Eike Rathke  <erack@redhat.com>  [a01356af7f53b1cfa648ac3085f9a78cb6de4e0e]

        TableRef: set errNoRef is there is no resulting range
        
        Change-Id: I19ec176abf3291b2d4ad5baff06f66518680b378

2015-04-08  Eike Rathke  <erack@redhat.com>  [54d35353ed76f3c84c9d9eaac4d762da484c5c25]

        TableRef: handle #ThisRow
        
        Change-Id: I5009df42fcb640ae6e2808900d7d42bd6dcc8677

2015-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b23d55ccc24a37c60d39061a4e497181b9609e9b]

        tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()
        
        In this function the anchor is not set by the time CopyRange() is
        called, so the check always returns false, but in worst case it's O(n^3)
        wrt. the number of fly frames in the document, so it's a significant
        cost to perform that check.
        
        Before:
        
        $ time OOO_EXIT_POST_STARTUP=1 instdir/program/soffice.bin --headless /home/vmiklos/orig.rtf
        real    0m46.833s
        
        After:
        
        $ time OOO_EXIT_POST_STARTUP=1 instdir/program/soffice.bin --headless /home/vmiklos/orig.rtf
        real    0m26.832s
        
        Change-Id: I7ab9565634e4df7e0adc701908815f778dc59d32
        Reviewed-on: https://gerrit.libreoffice.org/15197
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-08  Christoph Lutz  <christoph.lutz_ml@cib.de>  [098d08d6af951afa4f20f6f7883f6c9d34e87e11]

        MM: fixed invalid UNO-Reference as return value of UNO MailMergeService
        
        This fix is regarding 9835bb562 "MM: export the SwDocShell mail merge via UNO":
        
        In case of using the new output type MailMergeType.SHELL, the UNO
        MailMergeService returned a XTextDocument instance that was not
        correctly initialized. In particular after calling doc.getCurrentController()
        (with doc = the returned instance) we recieved NULL. The reason was, that the
        previous implementation used to create a new SwXTextDocument instance
        instead of just returning the BaseModel that is already associated with
        the internal SwDocShell. This is fixed in this patch.
        
        I also tested this patch with the unit test sw/CppunitTest_sw_mailmerge
        and everything seems to be fine now. doc.getCurrentController() no longer
        returns NULL.
        
        Change-Id: Ic116f8f25ab9686ef56950e97ba202a55ab81fb8
        Reviewed-on: https://gerrit.libreoffice.org/15207
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [931fe670df9b12ded7e6f50c5d209db43c0d5bd3]

        solenv: there are no more SvArrays in need of pretty printing
        
        Change-Id: Ic4d59228f3295e8400bcacf637ff4def7669b775

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [b34199bc156527b6aa16858587b8e3cadb647b8c]

        solenv: add GDB pretty printer for SfxItemSet
        
        Change-Id: Ibd74c58efa7f1a24de409820655fb98b4fc13df3

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [4077b267eba6710925f0cff6186e4dad9d932b7c]

        svl: move SfxItemSet methods together
        
        Change-Id: I3f47273f7b648e8c8d261217ba3f9ea8d366b61b

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [b269f2af94cceafdc5d2df0279eb176f7b08b390]

        svl: translate some comment in itemset.cxx
        
        Change-Id: I0d306854ed295826418ad88ea5c0c72b949eeb22

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [ff6448194adb34dd86a6623362656037ed68b9e0]

        svl: prefix members of SfxItemIter
        
        Change-Id: I0d2bcf306a789f1eaa0760c69ced427c0ec70ef8

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [4b3a535ae311546066471cf9c2584fc4bfd65cc6]

        svl: prefix members of SfxItemSet
        
        Change-Id: I801aaa8ad9a4ff08dedd2f92b09d98c870c725b8

2015-04-08  Michael Stahl  <mstahl@redhat.com>  [e3efae3ebc593b234058908c82d0f62a30736f40]

        xmloff: also print what is duplicate
        
        Change-Id: I87b5122b8f1f4e26ba16ebc1228fb77f8b7800d9

2015-04-08  Jorge Cunha Mendes  <jorgecunhamendes@gmail.com>  [c2254a12df715f3220f8c070be02b754d6375b40]

        tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxx
        
        Change-Id: I2becc1cbb875270e2a1e8ed6b7cb0f9b6bdbf2f9
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-04-08  Stephan Bergmann  <sbergman@redhat.com>  [9222f5d065bb2aafcfef93e77c58a82672a9ad22]

        A UNO Any can't contain an Any
        
        ...and css::uno::makeAny<css::uno::Any>() was never meant to be used.  Introduce
        css::uno::toAny for the (template-code) cases that shall return an Any for both
        Any and non-Any inputs.
        
        Change-Id: Ifa977d73f1da71b2fedde7e8140b19497c4a0257

2015-04-08  Stephan Bergmann  <sbergman@redhat.com>  [c4dca26eafd60dc4c4f19e0be0b8e086108b3048]

        -Werror=maybe-uninitialized
        
        Change-Id: I7d3c36e564b3a5286ebd32527575472313119587

2015-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6acc6c011d3afd6834efeee1b2efe43652a86f2e]

        text:p is not allowed as child element of draw:frame
        
        Regression from #i118485#.
        
        Change-Id: Ib242ca1417f46b731d62d117132cbed6c02448fb
        Reviewed-on: https://gerrit.libreoffice.org/15173
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [204d1093d4954596cc7d7578e0630648f1f678f5]

        only try to export text:p for elements that really support it
        
        Change-Id: Ie2c072c67ecaa0c0ec45c804ebbd4b3bcd631a13
        Reviewed-on: https://gerrit.libreoffice.org/15172
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6864e3fc586f31376ffa11ac79dd159c72150cf1]

        the attribute name is actually table:database-table-name
        
        Change-Id: I9522529d918e143aafa6ea368fdb3fa55416d58b
        Reviewed-on: https://gerrit.libreoffice.org/15176
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-08  Justin Luth  <justin_luth@sil.org>  [15e758d199e0d7305e9587cd609f494f9ad55285]

        tdf#90447 vba end() needed to restore activesheet too.
        
        Change-Id: I650a5112511fd57099be3f0a84314d0577deae22
        Reviewed-on: https://gerrit.libreoffice.org/15175
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-04-08  Stephan Bergmann  <sbergman@redhat.com>  [d82e94307f1e073a0ccddb506ba5fff3da042b42]

        tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSH
        
        ...in accordance with
        <http://www.openoffice.org/udk/cpp/man/spec/textconversion.html>
        
        Change-Id: I62013f89c421722770123db8a5794e63d3572e6b

2015-04-08  Stephan Bergmann  <sbergman@redhat.com>  [641a823ce72c9fe761d56403be562bc8f03a88f4]

        These function templates want to be inline
        
        Change-Id: I138919fff6e78ab8f751c5363ff73d6830f40222

2015-04-08  Andras Timar  <andras.timar@collabora.com>  [db58c2f8b1b3ccfdeb59838c5c95a069b65b161f]

        Updated core Project: dictionaries  7991db3dd76ae9fe15faadbd25efb9bceed44e63

2015-04-08  Noel Grandin  <noel@peralex.com>  [fcaad6576dde81fa9f500138e7c8c0ae2afcac6d]

        fix shadow error
        
        introduced by my commit 216fdcbdb4c17f349ffd68abd1f372bea3287fad
        "convert RECALCMODE_ constants to scoped enum"
        
        Change-Id: Ie7db053741205faeac70e3d21757774567f43ce0

2015-04-08  Noel Grandin  <noel@peralex.com>  [79b2059fa8e3c69088532f0ce521a285af5455cf]

        convert CapType to scoped enum
        
        Change-Id: I88fa3672a1f933ae818368c9bc400c6a845babb6

2015-04-08  Noel Grandin  <noel@peralex.com>  [704edbf7dc844e52404bf52f9d5dc768cfd024d0]

        convert DIC_ERR_ constants to scoped enum
        
        Change-Id: I083f1b7f21b18c5067b01c82fa8fec467a3d0c50

2015-04-08  Noel Grandin  <noel@peralex.com>  [6bf94344723146d64092b7beba93fe78e7119029]

        convert PATH_FLAG to scoped enum
        
        and move it inside the linguistic module, since it is not used
        externally
        
        Change-Id: I5e405bd921c090277e75e3bcff81638af0845ece

2015-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b102c585ee6f697000d7876c1ec90e68c18dc40f]

        android: update emulator / debugging documentation
        
        Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763

2015-04-08  Katarina Behrens  <Katarina.Behrens@cib.de>  [42dd9019953c79467e9bccd0861625bc08a71330]

        Fix duplicate widget IDs and sloppy mnemonic IDs
        
        Change-Id: I4df3b1e1886e77f7314e034550907ffca58b9ce6

2015-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4e4c5e23e31ddeee1fa994ce4000c0251b13d59]

        SwViewShell::PaintTile: avoid incomplete tiles when layout is not ready
        
        The problem was that in SwViewShell::Paint(), in case
        CheckInvalidForPaint() returns true, we don't paint anything, but rely
        on invalidations to call Paint() again and hand out an incomplete tile.
        
        For tiled rendering, we want to hand out complete tiles all the time, so
        call CheckInvalidForPaint() early in SwViewShell::PaintTile() that will
        ensure that by the time SwViewShell::Paint() is called, the layout is
        ready for that tile.
        
        Without this, when opening any larger document with the Android viewer,
        about at least once out of 5 times an incomplete tile (e.g. almost
        totally white) was shown for the first page, and the user had to work
        around this by zooming out + in again to force a re-draw with valid
        layout.
        
        Change-Id: Ic7d3a6ddbf9f04beae9ecaa9563d3f5b4d22cc5c

2015-04-08  Noel Grandin  <noel@peralex.com>  [216fdcbdb4c17f349ffd68abd1f372bea3287fad]

        convert RECALCMODE_ constants to scoped enum
        
        Change-Id: Ice2e45a3db59adc34a160b4b410cc51c750835f2

2015-04-08  Noel Grandin  <noel@peralex.com>  [27e8eb73c17bedbf200091ec45c5eddf55a5d8d5]

        convert SV_ITEMSTATE constants to SvItemState scoped enum
        
        Change-Id: I7d7d516f37cbb5e28a842bbc6bff54916d450dbb

2015-04-08  Noel Grandin  <noel@peralex.com>  [90dc63a8ddda7d09635bdf60fcaafc5d0fdbbeeb]

        convert SHADOW_ constants to enum class
        
        Change-Id: I1d3c144b2438776a31a246a2d0d4fe57b0caeaa3

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [2bbce7dcd46e8aca716808602aa152ecd85b42af]

        sc tiled editing: Never show the cell cursor.
        
        With the current behavior, showing the cell cursor is counter-intuitive and
        counter productive - we focus more on the editing itself.
        
        It is still possible to select just one cell though - it is the cell selection
        that starts and ends in the same cell.
        
        Change-Id: Ie6d96783d486c6fcda5b4c4f6acf91c1926cdf6c

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [3a864cdb556a583ad4cec2bbeef9c7959d56dd91]

        sc tiled editing: Allow turning the text selection into cell selection.
        
        When moving the handle outside of the cell editeng, we want to turn the text
        selection into the cell selection.
        
        This patch includes work by Henry Castro - thanks!
        
        Change-Id: I081480b7d8b0fde8276f63c261d91bb9f2dc3b96

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [25d3fd0b729423251b242b22e6a324983f0c6b39]

        sc tiled editing: Better setup of drawinglayer, so that images are swapped in.
        
        Change-Id: I6f28ab1e4af91b12005ddfb9e64e984c783081ff

2015-04-08  Jan Holesovsky  <kendy@collabora.com>  [c5bd865ac6e6d7fe1a26b2db3269d60c3c7b4ba4]

        bin/run: Survive files with spaces in filenames.
        
        Change-Id: Ifeeb839f82891057fe8e3e8fd6d537861d99f69f

2015-04-07  andreas_k  <kainz.a@gmail.com>  [123c7c1464d434db1070179aef2fa42aaeb41e41]

        Breeze: update for index and changes
        
        Change-Id: Ic2b956e168b5dfeff13d3a1130ec9a0289712683
        Reviewed-on: https://gerrit.libreoffice.org/15178
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-07  Yousuf Philips  <philipz85@hotmail.com>  [ea0d69837a713893087f07a19c91e43fbfd8312e]

        BREEZE: Enable 'Indexes and Tables' entry in Writer
        
        Change-Id: I398da79925bd51fa543d2c56b529178f7e820539
        Reviewed-on: https://gerrit.libreoffice.org/15193
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [9eed05b7d6c6389dea07ab1437674dee8974fa0e]

        Remove dead INetProtocol::Out
        
        Change-Id: I8333e8b58e85d7ba148adce32f87ea105776b4c9

2015-04-07  Eike Rathke  <erack@redhat.com>  [c012af28e334c3f01430ec46e1d7b1ed87b55c54]

        TableRef: implement more keyword cases
        
        Change-Id: Ib37bfb1b8721d3f6729ce5c312863ffa6a1f76d4

2015-04-07  Eike Rathke  <erack@redhat.com>  [576b14ead012993b58a5217c9c8e863f59fc5088]

        TableRef: add Totals to ScDBData
        
        Change-Id: Ie38eaba48abbfc4f54304b349f5d2b135f4f7046

2015-04-07  Eike Rathke  <erack@redhat.com>  [6e3984f871b9b5035c7a928d401714dff7474fd7]

        TableRef: only #Headers,#Data or #Data,#Totals combinations allowed
        
        According to https://msdn.microsoft.com/en-us/library/dd906358.aspx
        Take them by their words.
        
        Change-Id: I832c860695833ad04338ebd56c5b56805f1aa0a0

2015-04-07  Michael Stahl  <mstahl@redhat.com>  [db1d278dcc308c73eb5edebc20481c96e7f479d8]

        tdf#89802: xmloff: fix ODF import of frame with empty style name ref
        
        draw:fill-gradient-name="" in the graphic properties now causes
        BaseFrameProperties_Impl::FillBaseProperties() to fail and prevent
        insertion of the SwXTextFrame.
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: I9b4f3ddb0f0e1b3a80e86bbdc1af2dade1c8edf7

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [8f2209b1ebcb053c9f6fa8cb2c39041bec08f9f8]

        loplugin:unreffun
        
        Change-Id: Id6370750cb42fdfb7b5b920e1a84317d0a2a4acb

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [b7fff04ad728369a09a5e1a5cfbe494cf388317b]

        Resolves: tdf#90504 0x7 chars in .doc are not always cell/row ends
        
        fdo65094-2.doc shows that a 0x7 isn't always a row/cell end
        
        only a 0x7 that is right at the end of the paragraph range is
        a real row/cell end
        
        this I believe will remove the last crashtester .doc crash
        
        Change-Id: I196c33bf253378b02f7b3413fb65c3bef9418a15

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [5ba54aacd5318fbf9b9f0589a090f717c53833c7]

        Remove dead INetProtocol::Vim
        
        ...which removes the need to abstract over the standard URI '%' escape prefix
        vs. the silly vim '=' special case invention.
        
        Change-Id: I54a52dd912c3aafc38275a0ac2466a6daeec328f

2015-04-07  Tor Lillqvist  <tml@collabora.com>  [2a4753b9a36bb136945857c3b882b00ad2b4486d]

        Follow-up to 372f9bce4e28ffcc89f92dc9982ab9a5c4922994, forgot to remove this
        
        Change-Id: Ic3f004fbe83dc3df49147fadad8177ee64db0175

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b079d9f86acbe7a91e6129c14aa92a480866226d]

        Update the reference rdbs to libreoffice-4-4
        
        Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [d6423bcd8b4279d6246f6a2d637ead2a6a69ea63]

        Update the reference rdbs to libreoffice-4-3
        
        Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [1856a9df67d12b2e829445274d2969d10845a820]

        Missing @since tag
        
        cf. dd9c9a69da7b22c4166391df082ac23878312a01 "Add the 'quoteright' key to the
        list of available keyboard shortcuts."
        
        Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [b56b5d449fc74809fddc9b9bbd1d9f8d244a0d10]

        fix crash on re-export of fdo64646-4.xls back to xls
        
        Change-Id: Ic6d6e7d7d8d42af0fc739d964a1190d40f9dba2e

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [c0c40e35948ce41754676bc3b6da358c3e9c18ed]

        cppcheck: should be passed by reference
        
        Change-Id: I3d606615769f70ed29884e4c83164ccf15478132

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [e724553b22f7b70ebdc466921d2f3853a30d142d]

        fix gtk3 build
        
        Change-Id: If6e9a4a26ff31eb192e054f68398287c18768fcb

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [4498bc4483c4a37b5ffaa649fa148ef3d381d399]

        fix assert on export of fdo77716-1.docx to odt
        
        SwWriteTableCols becomes unsorted because rCol.nPos is < COLFUZZY
        
        and it is unsigned so integer overflow on comparison. Just just move rhs
        subtract to lhs add.
        
        Change-Id: Ie037e8ba914a4c00e51d9dd1e0a0af9e1f4d353b

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [75a3ade6f31c7a1b9b6e1d260eec7130845ed11f]

        invalid index on load of ooo86460-1.xls
        
        because TextLayoutCache took an OUString arg, passing reinterpret_cast<const
        UChar *>(rArgs.mpStr) as an input created a temp string from mpStr, but ctor
        stops at first NULL of course unless length arg is passed and input string
        contains nulls. Just take a sal_Unicode* as input.
        
        Change-Id: I452cf6fa61155456fbeceeda105e2e15557a21b3

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [71fefe1dc2bcda3a4cc18d71e1acaf161cc059f2]

        Change "blink times" to be of type sal_uInt64
        
        ...and thus consistent with Timer::Get/SetTimeout since
        9c7016b5b530ca212b1275f44f9e2fc0527109ee "Scheduler: Changed uLong to
        uInt32/uInt64."  Otherwise, at least JunitTest_forms_unoapi on 32-bit Linux
        would stay busy forever in vcl::Cursor::ImplTimerHdl, alternating among
        ImplRestore() and ImplDraw().
        
        Change-Id: Ic3fd349344c105078b52749ca85559fce485d0c4

2015-04-07  Michael Stahl  <mstahl@redhat.com>  [52ae345470d8fa657817cf87b3e8e8c1b51bd7da]

        sfx2: try to fix WNT build
        
        Change-Id: Ife8b7b922c46797487f1923e695ff7cef2a73824

2015-04-07  Julien Nabet  <serval2412@yahoo.fr>  [21a8671e24fe19a3ba5ef14c991bae302234b229]

        tdf#39279: Search for Thunderbird address books uses first ones found
        
        Thank you Lionel about your advice for this one.
        
        Change-Id: I4ec51b694d3b674158cb7fb4efa580e084cffda9
        Reviewed-on: https://gerrit.libreoffice.org/15163
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b2f377d6f4984670bb68a1a34b50586999176c6c]

        Remove unused getBlinkTime functions
        
        Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a59caddac55002ccecb6fda538255bfe03c6d2d]

        tdf#90362 sw: config option for ignoring protected areas
        
        Change-Id: Idfa62aa5bbccf62ee85f863150e13f80b8b5db90
        Reviewed-on: https://gerrit.libreoffice.org/15181
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-07  Michael Stahl  <mstahl@redhat.com>  [37674e1f2dde65848cdad3b630970de8eca6b44e]

        tdf#90441: sw: *another* crash on shutdown after changing SvxAutoCorrCfg
        
        The AutoText dialog instantly applies changes to SvxAutoCorrCfg and
        never calls Commit().
        
        Change-Id: I8e5f8b42fff117bd4c4a07a3a31b9943ada43f34

2015-04-07  Noel Grandin  <noel@peralex.com>  [2a6451d77d878a5cbaba316523249ae967020014]

        fix osx build
        
        Change-Id: I6672fa579b0e7fe0c02d5b1a3c54e99ac96f5322

2015-04-07  Noel Grandin  <noel@peralex.com>  [869aaf83bd6159dbfbc3e648b20537fd135dc6ca]

        convert SvtModuleOptions::EModule to scoped enum
        
        Change-Id: I9665fc003cb3a44f4db857b24584fa3a70487259

2015-04-07  Noel Grandin  <noel@peralex.com>  [4906c243877681b4559b495c1dfb4dbf8c51cfb8]

        convert SvtModuleOptions::EFactory to enum class
        
        and fix issues in iterating through o3tl::enumarray
        
        Change-Id: Ia59ef9be44d8c92c2e406fa71aa92269578e26e3

2015-04-07  Petr Gajdos  <pgajdos@suse.cz>  [5af475887a85e0be38869dc36252d36a572b8943]

        Updated core Project: dictionaries  9b797809cbef1baba084a0babfed8a4f6ba88861

2015-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [9079650922e30e925a1a3ab458217eb3401ce5a7]

        cppcheck: make ctor with 1 argument explicit
        
        Change-Id: I4514ba75140f112d96c06167c2ed6ec0ca9aa87f
        Reviewed-on: https://gerrit.libreoffice.org/15179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-07  Jesús Corrius  <jcorrius@gmail.com>  [c7b850a934fd3ac68e53fb4affabb32aeae5217e]

        Add missing '<'
        
        Change-Id: I86a01f0a066a915b9f87768fc73d24ab2fcdb4f6
        Reviewed-on: https://gerrit.libreoffice.org/15182
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [208a9c4b470dda303fcff35f79213dfda1734ce9]

        fix windows build
        
        Change-Id: I18e2c80a3c8d6a1b1c126ae2581cb3e7010a8021

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [b5ce50d1d07394f6b59b028373120369c83d5d66]

        negative after-text indents ignored by msword for apos
        
        Change-Id: I33e178f23bc4b1372c4c329954b301ae68902154

2015-04-07  Caolán McNamara  <caolanm@redhat.com>  [e3a899907bbf76469f074e35bbe82998a05bb2e8]

        OQueryViewSwitch::resizeDocumentView etc unused
        
        Change-Id: Idadf26a1c4ec070c1a37ddac923b64620962ed9e

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [93b4ec39e23aa0662fd4638074af74bda3934f91]

        loplugin:cstylecast, loplugin:redundantcast
        
        Change-Id: If5d839b05c1babecc84b76d2bcdf47009d0f713c

2015-04-07  Noel Grandin  <noel@peralex.com>  [d1b27a1d9af27c0447d4eb1c8d5864b5028d7746]

        loplugin:staticmethods
        
        Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab

2015-04-07  Noel Grandin  <noel@peralex.com>  [e4688a3d41265946007c6c9a5c5b5742078c74a3]

        loplugin:staticmethods
        
        Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af

2015-04-07  Stephan Bergmann  <sbergman@redhat.com>  [82b71d4764c12eb173f6d98b94d6bbbc5d296d7e]

        Coverity#1292911: Capture by reference
        
        Change-Id: Icbb6dc389fc67e8cd212d420d8b1d0557a905f72

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3699a4c482bb5151d8fff7502332e3554caa314]

        lokdocview: gtk_show_uri() requires Gtk 2.14
        
        Change-Id: I54454fec250b74238a1c064cc2136889e1a28972

2015-04-07  Siqi Liu  <me@siqi.fr>  [600781382c068212f312f9d9a3de4c903ba83766]

        implement strike out and .uno:Save
        
        .uno:Save works out of box for when tested against documents (impress,
        calc) loaded directly from dropbox for example. However, it doesn't work with
        impress/calc documents loaded from local files. Writer documents won't
        save, either locally or from network resources. More research needed.
        
        Change-Id: Ibdcc209a71f14ec91ba9c1152b305e0278787713

2015-04-07  Siqi Liu  <me@siqi.fr>  [950d33871d5ac4f4ab73f515a89b9e1b9a0ff91c]

        add saving action placeholder
        
        Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9

2015-04-07  Siqi Liu  <me@siqi.fr>  [26afe0a3392060257ccfeaa92545c39fcab880f5]

        add italic/underline button with icons for different screen res
        
        Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [fa9b324f8eff93e05bd9ba3813b93e1bdc35aa30]

        sc tiled editing: Don't crash on desktop.
        
        Change-Id: I4cb63550b3913d097db63b374f0acbea591682e4

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [626e15b6175d24ec68e519836e6438d5f8bf14d0]

        sc tiled editing: Fix the conversion so that it works with zoom too.
        
        Change-Id: I80d9ed6abe6b3ddb2bb1e0d6b7c74ce50d0df55a

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [cc3d6c217b59969c8b163f4d7aae0f524b58fead]

        Revert "sc tiled editing: This got fixed by the recent changes."
        
        Needed again.
        
        This reverts commit b11c58889cde10f43a9f239a959eb2c252dc4db7.

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [577eb5098363417eb87b25ed75007c5fe9857a2d]

        sc tiled editing: For now, revert to using the entire doc size.
        
        There are still too many problems with the interaction with the editeng,
        unfortunately.
        
        Change-Id: I5cdbc80dbe1dc3996ecd89f0bca5399cbfb9c9b0

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [ac662ccdeed798d3632bf0c444231f4c9c94c2cd]

        sc tiled editing: Correct position of the selection in far positions.
        
        Before this commit, the selections outside of the aScrSize rectangle did not
        work - they always degraded to a single cell selection.
        
        Change-Id: Ie51da710424bff3691302f5923b141a2f2bea676

2015-04-07  Henry Castro  <hcastro@collabora.com>  [ee1e0919c29bca99405c9c3b1f250b69ec069fd0]

        sc tiled editing: Changed behaviour double click to click.
        
        In the tiled rendering case, it points the cell cursor, and immediately
        start the editing.
        When it is double click, it will only trigger the selection of the cell.
        
        Change-Id: Iafcabba408533e8162bd45d780f5e8926c6970bb

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bc83da3d6d1863d86c43db81ed9115e93689510]

        android: update startup details of README
        
        Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f82a2e72f53d76dcb6a4c44da9dd65fd3d4b931]

        android: remove dead GSoC-2012-eclipse-workspace
        
        Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [ec864627585f7ea383252c50d726754fb51dd56f]

        sc tiled editing: This correction is not needed, pass the exact values.
        
        Change-Id: Ie73569bf3faefdc9aa6a309423d8048a49dda272

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [026004e052c56a632e934c8eeac28cfec260f41a]

        sc tiled editing: Don't show cell selection when dragging shapes.
        
        Change-Id: I367c53e245df8aa720463319a61835c65ff93875

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [a595cf0fa7fc3e51d1a2b6d44cdc767e08c58514]

        More additions about SdrView / SdrModel.
        
        Change-Id: I2178d61af1f49c971ccec817852260020ec8f0aa

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [f135e0863647f605b389ae02ba8a87a792ff5833]

        Added some ascii art for the SdrObject and SdrView.
        
        Change-Id: If7e1e25315e282432a344b60b4602b1a51971399

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2222ba2febf572d223142d824200c56d4f4c450]

        Add SdXImpressDocument::setTextSelection() testcase.
        
        Also, avoid early dispose in testRegisterCallback(), that was just a
        hack as I did not find SdrBeginTextEdit().
        
        Change-Id: Ic0576306297b4081979c2409c376867c7f530e2c

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4a39c158bdf67fe10d12b97f779f95568e51a98]

        android: Insure -> Ensure
        
        Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7297feb6bcc89c55d1768794754f3b7d796c4c75]

        LOK: reimplement lok::Document::postKeyEvent()
        
        Instead of posting an event to the main loop of the soffice thread, do
        what every other methods do: take the solar mutex and execute the task
        on the thread. This fixes random lost/delayed key events on Android.
        
        Change-Id: Ibe819282b5f3bb64e44d4b6f0a92611fe651bb39

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ae4f4b7192f909eb8304dcd9c644796cb3af83f8]

        android: remove unneeded layerView stuff
        
        Change-Id: Ide81f4b5dd7f71a3dda21ff51d02a12d7fe9a315

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2bbf630d9669a9fd5f961a2a238b4e485975f437]

        android: don't modify if the value is same - all in TextCursorView
        
        Change-Id: Ia90458ca037959c07244673fc5521fb940737390

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3dbb8ccb4a8b88472e0cb938a02318dc0c891ff6]

        android: don't update position, if it is the same
        
        Change-Id: I8f0759db2c9cc6577ce25bfacb8272f3a5f6db92

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dacf5c45fe6552bc6f588a75f3af5c741023d0ba]

        android: don't reset position at showCursor
        
        Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1c4202d2f8146288615968ac88a70638a99b04f0]

        android: remove selection handles from xml definition
        
        Change-Id: I41d1d121f9d2d805624c4c8380a7c67bcd12f856

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf11827971d7a1f519ed2aa6901bf3be17931338]

        lokdocview: move callback handling to LOKDocView_Impl
        
        These were the last free functions that passed around a LOKDocView_Impl*
        manually just because it was not possible to have them in a C++ class
        when lokdocview was C code.
        
        Change-Id: I6229a853336db0e47f7d1ba4687d198e076934a3

2015-04-07  Henry Castro  <hcastro@collabora.com>  [9fb3ace37f2cf954cc75a28e01a19ab5e7ce2d49]

        sc tiled editing: Changed function to PixelToLogic.
        
        The default DPI is 72 using static function OutputDevice::LogicToLogic.
        
        Change-Id: I8aba7e74f745092a34e8b50c4e52f84c1de77695

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [60412610929961a3c14363944787c5024c062ce7]

        lokdocview: move CallbackData to LOKDocView_Impl
        
        Change-Id: If2aff61df7efd5c291e4cc7c7196e7f6f3937b32

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [a9373a3fec4f1bd9b51c40666a12ffd9eb7357a2]

        vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunit
        
        Turns out Impress wants an mm100 -> twips conversion in this case, while
        Calc wants a pixel -> twips one, so there isn't anything here that can
        be abstracted in VCL.
        
        Change-Id: Ieb961afa97affbf682e13c0a56585396ae09f552

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c768fc150b62b1b1cd85f23efb5b5e964c89290b]

        sd::ViewShell::SetGraphicMm100Position: can avoid FuPoor::DRGLOG here
        
        Change-Id: I6d006b21091cce8576693f4ee974906fecfe3d38

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [1a76acd1af256c340d3a9488ab5a4afbb86edc9e]

        sc tiled editing: Set the 100% zoom in the selection-related methods too.
        
        Change-Id: I3d32edfb62cbe7eaceed823742ecd729dbe2f627

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [bf8b86e932df3edaeaa887509a22e57cd3920bc1]

        sc: Don't limit the zoom to some funny numbers.
        
        Instead just assert if we get something really really wrong there - and let's
        fix the root cause.
        
        The limits come already from the initial check-in of the OOo code, so maybe
        the reason why it was there in the first place is long gone anyway.
        
        Change-Id: I6e98a6a52eee81bd32d10269aeac76198d30b7c2

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [7091be15956cc2119f880d5157fc281384a8bfe2]

        Update comment.
        
        Change-Id: I110c0ff8c14d552ecc24dda7b02e4188a7c39d70

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [a1605d6860e3c4510177c42ab6d2fda569506f57]

        sc tiled editing: Use the LogicMapMode even for mouse positions.
        
        Instead of using whatever MapMode value that was used the last time for
        rendering the tile, set it to something predictable when counting the mouse
        clicks (100% zoom), and use the value consistently in Calc via
        GetDrawMapMode().
        
        This fixes clicking the shapes in various zoom levels.
        
        Change-Id: Idf83b560f57baab4dc79c45b2ff7c3d75653e102

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [03ee2793543d7db25847c5263d88b0eb0d7e8f28]

        SwSelPaintRects: avoid rendering the overlay on Android
        
        It's enough to emit the LOK callbacks, no need to waste resources with
        the drawinglayer overlay that would not be shown anyway.
        
        As a side-effect, this also fixes a crash on long push on empty table
        cells.
        
        Change-Id: I28e670d91bafcbfac93655a7d161f03670a54cfc

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6218409072c5a7c59b3be8af4dccb3a808ffad54]

        android: update README
        
        Change-Id: I8e3d0e5b8032ee5e8cc65b943855b365e7db3864

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [a72a026c0f6fd3fecd154b2330f6f25e4a206fe6]

        sc tiled editing: Moving handles in text in drawing shapes in Calc.
        
        Now it is possible to move the cursor or adjust the selection in text in
        drawing shapes in Calc too.
        
        Change-Id: I9ed5b2efa426dda669ec32a2b6aa05d95481ef3d

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [51576ad26a9a9a53383ab0c17fb7e46f586b3a26]

        Anz -> Count, and some reformatting.
        
        Change-Id: I6d1b34f12e505a6119394a60f6ce6352c35a7fa0

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf405bb14c45e4c4fe1be9716f19d40b27605c43]

        vcl tiled rendering: fix Writer/Impress invalidation rectangle
        
        Both Writer and Impress disable map mode during tiled rendering, i.e.
        IsMapModeEnabled() always returns false. Nevertheless, using
        GetMapMode(), it's possible to query what was the map unit before
        disabling the map mode, which is twips for Writer and mm100 for Impress.
        
        If Calc needs anything special here, that's better to be done in
        ScGridWindow::LogicInvalidate().
        
        Change-Id: I2c10df47d32b80d2cef2b6e6587872fe4126a3f5

2015-04-07  Henry Castro  <hcastro@collabora.com>  [428c3a712955c1d4787baa2b4c5727b035d566e4]

        sc tiled editing: Invalidate graphic selection.
        
        When dragging shapes the MapMode is disabled, so the coordinates are wrong values
        converted to twip unit.
        
        Change-Id: Idf1e40963cf124fd20dbdf8633487bc71786c6cf

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [06a1cbf7b0055fe45c86409b736cdd669a3f7ba9]

        sc tiled editing: Make the editing of text in shapes in Calc work.
        
        I suspect the change in svdedxv.cxx is a hack and that the root cause is that
        we should initialize the pDrawView somehow more / better wrt. the output
        device that we are passing to BeginDrawLayers.  [Probably the
        AddPaintWindowToPageView() called in ScGridWindow::PaintTile() is not enough.]
        
        But otherwise this makes the situation much better, and also makes the code
        even more on par with the non-tiled-rendering case, so let's live with that
        for now.
        
        Change-Id: I347b0af9e21acacc9aff4ebb7155246abd3beb43

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [d351344bbae3144aebcaebd309906ddefa7f4c43]

        Kill some whitespace found during debugging.
        
        Change-Id: I456aff9ab6d7469c88f21b0b2f6b922feddc9f50

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [f91cdbe2f51ab13aeab31100058722f27682210a]

        sc tiled editing: This got fixed by the recent changes.
        
        Change-Id: I6a87657749f3dfa494985893fd8c97ffda13581b

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [4d9532d7ce625a5c0f9efd2655bb3cada92cf84f]

        sc tiled editing: Don't show the cell selection when editing text in shape.
        
        Change-Id: I1ddaa02e64a912c880faec9f907e9526432f6bcd

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [0877317247a78c7d38eeff16c252a50f8f9b61eb]

        sc tiled editing: Don't resize the gridwin to the entire document.
        
        Instead:
        
        * resize it only to the tile size
        * adjust the view area (to the entire document)
        * never set the "top left cell of the view"
        
        Change-Id: I5d9c784315549025cd77042c4763a53e020bcf03

2015-04-07  Jan Holesovsky  <kendy@collabora.com>  [2f230dbb13455f045aed156d55ea5776b305a4f5]

        sc tiled editing: Show the cell cursor as a rect, not as a frame.
        
        Change-Id: I323f38fffb354b8f5701780b9078aefbfe3e8040

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [21bc58db192459313669ae7ca58d2e003c8c8a20]

        Add SdXImpressDocument::postMouseEvent() testcase.
        
        Change-Id: I1bb371a897e71044d4acd05d7482b6a1c4bdcb4b

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2502121e5e16888e92cc2da93da8d930ca01b348]

        android: extract BitmapHandle from SelectionHandle
        
        Change-Id: I16ef07414eb7ab9b4a9b8169c8f1d8bfe9bd628e

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [01a1cf2adc3667f3243927de4d34168bfe67a46a]

        android: propagate visibility to graphic selection handles
        
        Change-Id: I39ff4b0dd6d4b6f71146721920c9524ce04ae84e

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9a4d0bbdb55232efbda6492378714e2910f948f1]

        Prevent showing the dialog (and crashing) when tiled rendering.
        
        Change-Id: I41d3294bb73b8c183a55e7cb6766ff38bc96418f

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d59210340cba4db7387e05eff302b59bd93dac3]

        android: replace TextSelection{Handle} with SelectionHandles
        
        TextSelection was an additional overlay on the screen to show text
        selection (start, middle, end) handles. Now they are replaced with
        CanvasElement - SelectionHandle, that is drawn in TextCursorView
        the same as cursor and text/graphic selections.
        
        Change-Id: I30e1b00b349500c307d9b580abc4d30e3faf722d

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bf995db73982016f6baf752e5cf03bca3975c640]

        android: add onHitTest for implementations, add impl. interface
        
        CanvasElementImplRequirement is a interface to define which methods
        can/should a CanvasElement subclass implement.
        
        Change-Id: I61ea6d56bbdd8bd4402b821675a0206ce43b25ce

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [492e52c1df9e4acb8ae33aa10d50e1ab7f3e97d6]

        android: add assign which copies rect coordinates from source
        
        Change-Id: I235ce3cb60da96df3d960206523442e887b5cee6

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2e84d5ed532f6a3c7187af02156e3c13a3bafef1]

        android: Don't show canvas elements by default
        
        Change-Id: I32372660c78a0fa253fdfaf94b15ae823c4eb5ac

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6448e8607ec22fb54acce5941e5ac54a38b83452]

        SdrPaintView tiled rendering: ignore visual area
        
        With this, a number of so far missing images properly show up in Draw
        and Impress.
        
        Images are loaded asynchronously, and the AsynchGraphicLoadingEvent is
        registered in the SdrPageWindow. This means that in case the event is
        registered in the temporary page window that's created by
        SdrPageView::CompleteRedraw(), invoked by paintTile() call, then
        chances are high that the page window will be destructed earlier than
        the scheduler would execute the async event. This leads to missing
        images.
        
        Fix the problem by not ignororing Invalidate() calls depending on what
        core thinks is a visible area: then the view that is an sd::Window will
        also try to do the async image loading, and that will be actually
        executed properly.
        
        Change-Id: Icf5fd772b66c31d3876bf3673ba5e283c7e08083

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [267fd94a512336f3892110ec8d76cde60b7a61c3]

        lokdocview: GList -> std::vector
        
        Primarily because I'm worried about the untyped GList.
        
        Change-Id: I0ae6610019f6e80b0cad12086782fd89ac74943b

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8f30f6bc2cc3b84f26818164d15b94922ae9553]

        Change the Logic in SetGraphicLogicPosition()
        
        Seeing that SetGraphicLogicPosition works in twips in sw but in mm100 in
        sd, change the Logic in then name to the actual unit.
        
        Change-Id: I825f735eac8c626efcb11d85532ea30e85416acd

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8f6b3d6421efb8cc0a22aafa5cbf0312006749cc]

        android: use onDraw for element drawing in CanvasElement interface
        
        Use onDraw to override the drawing to canvas. CommonCanvasElement
        uses the draw method to call onDraw depending on visibility.
        
        Change-Id: Id98991935168caab9d39665e72f33cfb3a91d8dc

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7a53938342c784ac39576e459481a2d6ea49dbe7]

        android: use isVisible setVisible for GraphicSelection
        
        Change-Id: Ide9ad4b0e40482e5936e76ed0560b79769fc047d

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d009630c94ba710331974a8c3a6eaec0b94778c2]

        android: isVisible, setVisible for CanvasElement + common impl.
        
        Change-Id: I10382cf00e4e5953d1ebae1b25f72d04a644cff1

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [41b3ed6070b56f32136fd559a45bf640fb1b7422]

        android: convertPosition -> convertToScreen
        
        Change-Id: I2c167173b0b7fb4debfef4455d3336e861a52f20

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d50c72cba304bc4e31aaaa97f16b356a83f76e5]

        android: single press on a selected shape triggers text edit
        
        Change-Id: If095bbaf5e4a0efec19f0170fd7c912c66b93669

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [626e1a2d6d3c3ca1e50515fa591e1888f1beb67c]

        android: set layerView to TextCursorView{Layer} when available
        
        Change-Id: I3dbb7747ad6d5ce44ca286023e6c8fbc5a19a6b7

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [656d3f9ee46366809ca47636ae2f42d2d51b656d]

        android: register TextSelection & TextCursorLayer once at creation
        
        Change-Id: I33471dbcdd82b50919b6c6af741101b3d4ff71cf

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8eeb6ef98703bf411a0ee402f647472ddeec057c]

        sd::ViewShell::LogicMouseButtonUp: typo
        
        See commit 845708fcc8e9a5a18aa7e70741008c6602f08eae (Add
        vcl::Window::SetLastMousePos(), 2015-02-24), what we really want is to
        set the remembered mouse click position, i.e. SetLastMousePos(), not
        SetPointerPosPixel(), which would move the mouse (and is a NOP for the
        headless backend).
        
        Change-Id: I126836a72ba09a92b4f70169257d7293bb5e980c

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8bd9687e7675641d85effe10898f829c180984a]

        Add testcase for sd::Window::LogicInvalidate().
        
        Change-Id: I1d2e6ed9691ca43abb18bdf04fcf5a6c73a66f18

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f15a6a065e1e731944750a67c76a825a16a4a9a2]

        android: fix 'make install' in LOAndroid3
        
        The error was:
        
        $ make install verbose=t
        ../../../config_host.mk:655: /git/config__lang.mk: No such file or directory
        make: *** No rule to make target '/git/config__lang.mk'.  Stop.
        
        Change-Id: I4f976c27217cb1827ce2a7b39c1bc301e45f149b

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9dfaffabf10df636c130ef5b0f6a91c202ff5ba5]

        android: minor comments change
        
        Change-Id: Ib6522079f95fcf3f00212f848646c5cecfdfc296

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d7716c9927d676dc3a94c41c5df3b878ed605e70]

        android: enable AA for selections and handles, tune colors & alpha
        
        Change-Id: Ieea5b084ce1b9550d202bff795d89929632cb724

2015-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [812970c785021f36a57a49d4590053d25247d298]

        android: fix sending graphic selection type to LOKitThread
        
        Change-Id: I42a23f3867acb9632cc94d84e2a4267415e908bc

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [2aa1435c0ffcdef250452fd5e2b9f26912d874ad]

        SvxTableController::setCursorLogicPosition: fix unexpected graphic selection
        
        Without this, an editeng selection handle dragged to the next cell and
        turning into an Impress table selection triggers a graphic selection,
        too.
        
        Change-Id: Idf5e28f9b8d1ee8dacc6f869a17157e080f2c478

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [aea29f64d7e57df35213854c3222a603774cf8ee]

        lokdocview: move document rendering to LOKDocView_Impl
        
        Change-Id: Ie1d61b35f07400c2bd1c32240c15eb908d587d59

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [046be649beec4393490fd189e953eb19c472d4ee]

        sd tiled rendering: support turning an editeng selection into a table one
        
        With this, it's possible to drag the selection handle of an editeng
        selection in an Impress table and drag it outside the table cell to
        create an Impress table selection. Some unexpected graphic selection
        still appears, though.
        
        Change-Id: Ia7b36036ce2bda5cca570e8b6075238d5167090f

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [32cfef5cb32d944df81d2e1aa8a81d175b4101cb]

        LOK: document remaining Document member functions
        
        Change-Id: Idc5836317c01780bb5078d39d8c31775886027d0

2015-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa2948bc434c9c5c3958f65c9a62e9055afb4045]

        lokdocview: move timeout handling to LOKDocView_Impl
        
        Change-Id: Id1e14f259af68acbd29784436bb2c5062a0d6563

2015-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [409005c87aadda681705b7cd4decdd6c5b4c8a91]

        condition-source-range-address is optional but may not be empty
        
        Change-Id: I63706daa3a53f444f96617feec22bc920a098469

2015-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [403fa5ec2a9a3459f8e62aadf451626386fdd9dc]

        sw: use variadic cppu::WeakImplHelper
        
        Change-Id: I2c03ffad8d935bad126c19a8647c924af5a9bce5
        Reviewed-on: https://gerrit.libreoffice.org/15174
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-06  Regina Henschel  <regina@apache.org>  [9f1ffa641b67a4359611bb62d147a9a1e09312cd]

        Resolves: #i95167# XIRR() function gives Err:502
        
        Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>
        Review by: Regina Henschel <rb.henschel@t-online.de>
        (cherry picked from commit 85cd072198d9024c20b741c04a20ef99fc9b5910)
        
        Conflicts:
        	scaddins/source/analysis/financial.cxx
        
        Change-Id: I385d5f9bfa840fe609cb5723f2d4d57d26fd0d6c

2015-04-06  Ariel Constenla-Haile  <arielch@apache.org>  [4d48b51ad4481a3e2ed8bc79728d1c845f58aed6]

        Resolves: #i81637# Replace column header "Title" by "Name"
        
        Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>
        Review by: arielch@apache.org
        (cherry picked from commit b923454a0922b6767b28c8dc131534b8daf6d96b)
        
        Change-Id: Ifef870645491537217bf85b772b130d3bb4a92fd

2015-04-06  Caolán McNamara  <caolanm@redhat.com>  [bbdb24bfaa52a455baca553816d13480a3bd8be2]

        apparently OGenericUnoController::InvalidateFeature is unused
        
        Change-Id: I3cd9d7fffc3b1c9b0891c6de23b1ff873d2a1158

2015-04-06  Yousuf Philips  <philipz85@hotmail.com>  [4ebebeba72ce21752da81f83670d2d5dd8816cde]

        tdf#85594 Addition of freeze, split, header & footer, and symbol buttons
        
        Change-Id: Ie6904e3f3d62acd8e9f6011312cc3a80722d3e6d
        Reviewed-on: https://gerrit.libreoffice.org/15167
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-06  Caolán McNamara  <caolanm@redhat.com>  [045211b399517b6f2d3838a3509949da05ff9a73]

        unused ODatabaseForm::Create
        
        Change-Id: If8da2da02942fb1fc38ca04c4a9e8923e373df6f

2015-04-06  Yousuf Philips  <philipz85@hotmail.com>  [8994c8995cbeb7cc9273370e77efbe674670e39d]

        tdf#90291 fix missing track changes tab icon in the sidebar
        
        Change-Id: I7a174e113482928f5674dfed1375a9dc86d2b16e
        Reviewed-on: https://gerrit.libreoffice.org/15171
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-04-06  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8dad40f2ac84b0f9b5078cdc3cbc53d1c3c47a14]

        Change Start Center icons for removing recent thumbnails, again
        
        I’ve grown tired of the previous ones.

2015-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [71cda4559fee5dada9877d90c03136566a0f81c1]

        writerfilter: use variadic cppu::WeakImplHelper
        
        Change-Id: I38c7776d141bb1e582be7043993986cd6346c331
        Reviewed-on: https://gerrit.libreoffice.org/15168
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-06  Andrew  <dent.ace@gmail.com>  [aea8f625173b22fc2c25d4aff697c1b4824ebc37]

        Optimize Breeze icon theme Pt2.
        
        Lossless optimisation of png files in Breeze icon theme, using ImageOptim. Second round.
        Saved ~130KB out of 580KB. ~20% overall (up to 78% per file).
        
        Change-Id: Ie83f57790daff82b251bd8d6607d9e33ae10b563
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/15166
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-05  Andras Timar  <andras.timar@collabora.com>  [7940df3798173edf5a7bd31a94a370ce11a7605d]

        Updated core Project: help  7e67bfc7ab1f013826154d1fef66cbcfc3d92892

2015-04-05  Rishabh Kumar  <kris.kr296@gmail.com>  [ae79991e76f029adcd8bdb5cbc2889419be157f2]

        tdf#51287: Personalisation of keyboard shortcuts incoherence
        
        "To Document Begin" moved to Navigate from View
        
        Change-Id: I16061d8d10de42e5eac462bd970dc49a7a4291ce
        Reviewed-on: https://gerrit.libreoffice.org/15162
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-05  Tor Lillqvist  <tml@collabora.com>  [136ce66dc629ea24f2467b8fa7b96392190c5889]

        Why use sal_Unicode for this when OUStringLiteral1 takes a char anyway?
        
        The compiler generates an error anyway if we would pass a sal_Unicode that is
        outside the range of 'char' as the template parameter to OUStringLiteral1, so
        if for some reason we would want cSequenceMarkSeparator to be outside of
        ASCII, the code would need changes.
        
        Change-Id: I1f6be560d3347cb957e1283dea2f7f7920d3aba7

2015-04-05  Tor Lillqvist  <tml@collabora.com>  [42553d230488ad38a3b6c6c418b151c89a2745d9]

        WaE: elide construction of rtl::OUString with ASCII sal_Unicode argument ...
        
        ... in call of rtl::operator+ [loplugin:stringconstant].
        
        Change-Id: If29fb371efafc074eb830d7dbca75e7e735c979b

2015-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef72ed43667cadc078fff2d4743b4e5d5dd659f6]

        writerfilter: remove <text> alias for <data type="string">
        
        Change-Id: I44630ebc4395b86ae4f44c85d596b589a93b54b0
        Reviewed-on: https://gerrit.libreoffice.org/15159
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-04-05  Julien Nabet  <serval2412@yahoo.fr>  [d30ac3f4ec7af078b1c96ab1b4dd5d9b2089d47b]

        Revert "tdf#39279: Prioritise Thunderbird address books in first-match search"
        
        because it creates regression (see tdf#90446)
        
        This reverts commit 9b92d8afbabe564de703f8bc083723d97e765011.

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [91c7343da2400ea1ebf4fef3c309e8e7b8558b77]

        Use more proper integer types and range-for loops, reduce scope
        
        Change-Id: Ibcf9d404b2f189fb486c5a26c2b8cfe198860b73

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [89e72ed96725142587e9f762d917dcecc591b877]

        Reduce scope and improve readability
        
        Change-Id: I4bf1e2c0f928644e6f85acd75b88685303c4ac06

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [ac0aeeaa31402a5c934bab58104498bbb6057fca]

        Use +=
        
        Change-Id: I280a5ee0d63cabba7482164132b092f4087814bd

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [048bf35e825f87fb0422664bc51fb5febc8f80ab]

        Use more proper integer types and range-for loops
        
        Change-Id: I66d2d469a6dc03b3e6ad3609b5a04ac670f6e000

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [5d8121f1c93a09733b357ee84c5a88de7dd93ce2]

        Use indexes in OUString::getToken
        
        Change-Id: Id30c5d094688d29e36e4ead8c58b59705b6bc91b

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [451b26c8e91b57336210a6f47aab9a039f83b62f]

        Simplify
        
        Change-Id: I2f8c55fb82ac6d161d942b3d7b96c8d3996037e1

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [ba88c3aed88739cdffc0a140415afab40266615e]

        Reduce OUString temporaries
        
        Change-Id: I7ad78a1d7b544326570abac77122055a9cf3c57c

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [a72ba7b18ec6e6c71577c747bb90bfc76afd0597]

        Use more proper types and range-for loops
        
        Change-Id: I2bb9f1536e37f1662c0bb8554459d25532ff648e

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [bf5577fb086b0e6779dc4a6b5a0acc19e960b326]

        Filled vector already provides nuber of items
        
        But taking advantages of range-for loops is even better
        
        Change-Id: I79c6721ca63482c0ed40dad828ba736eeae92b6c

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [98cd6327e00e075170f8f9df4893b724a6e857d7]

        Fix my previous commits
        
        4c80589cf22934b6809f159917a1f8499544f8fc
        6d0de28ae04d3386dca0360df28c5317c80fc53c
        
        Change-Id: I965650388530317588b3a591e8b51f162924af36

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [a4704cb0d0a3c4469256c6c5aa10d396b8b52676]

        Some OUString simplifications
        
        Change-Id: I6bdb45e5a4b84d0c851f07c4063b7d6d58d54a44

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [7d26404c45576eb5aa8ac18038539f0f7a902fa6]

        Simplify
        
        Change-Id: I09a9a4f3873fc64f4236d131b091087cadb9cf17

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [dfa894f25b3d46f2aa2bb57578f1bf9b548b6eff]

        Avoid two special values as "whole array" flag
        
        Keep 0, which is used in all call places, and remove the unused (and
        data-type sensible) USHRT_MAX
        
        Change-Id: I5258ce0d684723e4cf90444314ef55cc2f826f9d

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [16fe1b047db11718de9a15f3b24a23fd51ef3a31]

        Default value of nLookahead is never overridden
        
        Change-Id: I3341b307f56f5bcdde7a667aa3968c1444376705

2015-04-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [65a87350bc0b69a83a43fe012e2abe6778a17010]

        Use more proper integer types
        
        Change-Id: I8c3ffee5a11c239902b972dd58618db9943c6989

2015-04-05  andreas_k  <kainz.a@gmail.com>  [b7883fd808c84faadfea2ff8c412f173e23fcc0f]

        Breeze: update recomandations from Philips
        
        Change-Id: I08d1d6a83eaa8a895dd1d2322776919f83037433
        Reviewed-on: https://gerrit.libreoffice.org/15156
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-05  andreas_k  <kainz.a@gmail.com>  [bfbcd525307cf7aecddb4fb13e8319dc9a3d6303]

        Breeeze: updated Icons
        
        Change-Id: I55374c5a5f7fa22f7ac757c69b0befa346e529a1
        Reviewed-on: https://gerrit.libreoffice.org/15157
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-04  Andras Timar  <andras.timar@collabora.com>  [5cfee95f4e611911a862788370402e861531e9c1]

        Updated core Project: help  c592de412ac16d74febb97d5d522f0a32f36cb87

2015-04-05  Tor Lillqvist  <tml@collabora.com>  [13fa5bb755ef90bbea1edb200ad0575570c42c6a]

        WaE: Unreferenced function definition
        
        Change-Id: I3190e994b7b63b258436ef5d35542722fa91fa46

2015-04-04  Julien Nabet  <serval2412@yahoo.fr>  [f25cae2e18fda91c47c57b799c45bc074119b211]

        Typo: creat->create
        
        Change-Id: I5e57e6d506504933096f4c8e371b0ddc93c04cbd

2015-04-04  Andras Timar  <andras.timar@collabora.com>  [744525c84849ce6ba45348a052bc3ec3cd0d0b55]

        Updated core Project: help  08790edcf50d4281d55e5c28c0c07f88a99241f3

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [a7cfc17991ce528eb5ceb80cfab82bfe76a73609]

        and no user of OFILEOperandAttr left now either
        
        Change-Id: Ice43b710b16eed79870d561e6dcf14f4a07cad9f

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [c614370677d4b0605c061d5380072c4bae50cb6a]

        new user of OFILEAnalyzer anymore
        
        Change-Id: I8a4e8fc801bae7826d37b9ff29c1535416623f12

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [a1ea31078fb8d81cc171e2ba4a0e8148692965a8]

        ODbaseResultSet::createAnalyzer never called
        
        Change-Id: Iefb2ef68cf769c78f4e41c14a02afc9356e8e495

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [4ecab66a6243e3675c89f925a0856e8e36723ca0]

        ShapeToolbarController::create is unused
        
        Change-Id: Ie7612e4599699977ddca1f581eafd6aca4003f5d

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [ee4317e4cf84b67f9afdba692590c367c1c63a70]

        I wonder if I make this less obscure if coverity will grok it
        
        Change-Id: Ie3494fe4cee904d8eec65aa5cad861ab1916e8d9

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [071ad23d8f09c46a6e5b20eab9e49c6dea8ccc6a]

        coverity#1292910 Dereference after null check
        
        Change-Id: I5c6b2e603cfada736fcca21d5124c01bfab77831

2015-04-04  Andras Timar  <andras.timar@collabora.com>  [6220362e844ad0e50a38c1627ddd05a082882009]

        tdf#90404 OOXML chart legend import improvement
        
        In the bugdoc, the chart legend had 6 entries in PowerPoint, but
        only 5 in Impress. I played a lot with padding and offset parameters
        in layout algorithm without success. Finally I introduced this 1mm
        tolerance, so the fixed legend frame can expand up to 1mm, if necessary.
        
        Change-Id: Id1ad1df67aab41d942133cea8d16fccf0f215167
        Reviewed-on: https://gerrit.libreoffice.org/15149
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-04-04  Caolán McNamara  <caolanm@redhat.com>  [1a3c99f2c31dbc4dd6b3b5788ea0b49a34bea2c6]

        callcatcher: update unusedcode
        
        mostly changed due to loplugin:constantfunction
        
        Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f1be6c65210e600baee5c63480df58e8b8ce7b1]

        save at least some of the external range name stuff to XLSX
        
        Change-Id: If08968487f62d0bc4c827bb69be25db6f9d5a0ee

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de90039b9f04233a87b8dffb9a00ea3f534bc22c]

        actually make the exported file valid, related tdf#59663
        
        Change-Id: Icc432d6d3e40be9a6e1956c2d0c1dd2250c273a9

2015-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [64b326811e26e6e3fa6a129e5e03341d044521c9]

        sw: prefix members of SwRootFrm
        
        Change-Id: I146fa693e89b00c77df33547971fb3a49c7e1b34
        Reviewed-on: https://gerrit.libreoffice.org/15148
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-04  Tor Lillqvist  <tml@collabora.com>  [372f9bce4e28ffcc89f92dc9982ab9a5c4922994]

        Presumably at least the #ifndef DISABLE_BDB2PMAP thing can be killed
        
        Not sure if the comment in desktop/source/deployment/inc/dp_persmap.h: "should
        be removed for LibreOffice 4.0" refers to just the DISABLE_BDB2PMAP parts or
        the class and functionality as a whole.
        
        Change-Id: Ie701576efc4076ab8be02a89145b5ecfcaaebc53

2015-04-04  Tor Lillqvist  <tml@collabora.com>  [648655994e8d839d9ab645f5084c906ae2cc1e75]

        Pointless to have a macro that is used just once
        
        Change-Id: Ieead62bcbfab5a96b5350bf30fbbb712f981f10c

2015-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f4405faf74eb7294921fc20c0acd18f11d03ef3]

        Use std::make_shared<>
        
        Change-Id: Ifc728dc0b42d713a5eaa2fc22d3e71c6aa4f196d
        Reviewed-on: https://gerrit.libreoffice.org/15146
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-04-04  Julien Nabet  <serval2412@yahoo.fr>  [ce1365ec147a33a07df5bdc53796180d84b9d9e5]

        cppcheck: Identical code for different branches
        
        Using a similar fix as Caolan's one:
        http://cgit.freedesktop.org/libreoffice/core/commit/?id=8f9bc93ba3299efbd8ad181481e6e2e87df7c066
        
        Change-Id: Ib33f9585bf1e1c2cf6dd367bfe4eb0604794decc

2015-04-04  Julien Nabet  <serval2412@yahoo.fr>  [32c63e9a312b591dd36471bef9003975a37ae05a]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I17dfb0a818838b00d9148ee1c6328ef094eab99b

2015-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [5bf597385aa76e6c66ad2a7000fc61781a5c2514]

        Mark it as static and const
        
        Change-Id: Ide66aecd5bd9beda298da189c3564908c5756cdd

2015-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [8ac30e7c450acf3147454e6cb2a86978f1359c54]

        put local functions into an unnamed namespace
        
        Change-Id: I2eb14bfb9a8f634a7fc56f581f5dca7529c5e85d

2015-04-04  andreas_k  <kainz.a@gmail.com>  [78d8ce93d738daa48b12c0a213d9f2687d3f6104]

        Breeze: Page property icons
        
        Change-Id: I15ed795340c73b2d12b0e93990ede5a1e7284533
        Reviewed-on: https://gerrit.libreoffice.org/15145
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e2ed0c6e2729438a6512fc51fc0bfd6055e849f2]

        finally a good step in the direction of valid external data export
        
        Change-Id: I22cbcb9d1f15ab18a8d70c1793c64f04f27389a2

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b15733a87462f7075190e5344e6d8e0b46345ca]

        document when we are going to create invalid OOXML documents
        
        That makes my life so much easier when I need to debug where we screw
        up.
        
        Change-Id: Ia0b54eef47a06c43e3d0ba66b909e398e02a6d0e

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78f4ed104c832b4aa1ae2d8d367f1db7de486065]

        correct xlsx element order, related tdf#59663
        
        Change-Id: Iffb7a766f15475e3600332a6c76a15a1d192d7c8

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ca0ca862fcfb81a500b52f4ae6454d949d8681c]

        make that code a bit more robust against strange internal states
        
        Change-Id: I1fd67449b9182db8eb9fb0e58b092cef00283c2a

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f37dc503c8ade591a2550439e11d2c2981c074a]

        don't import data labels border properties for noFill borders
        
        They are not shown anyway and just confuse us internally as they contain
        a width but no color and produce invalid documents during export.
        
        Change-Id: Ibe20a27b0172ece86dbb1f734df567b903465ebf

2015-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [547c58a6173535c679027c83fb3ed77f6060fd09]

        fix OOXML vs MSO2007 in chart import in one more place
        
        Change-Id: I96bafad0cc73b27c2a08b5205a35b10b4901afb9

2015-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [b326270fb921b3c2e7fff2da76ebae33adcaef3d]

        sc: no need to pass these by value
        
        Change-Id: Iab334625fbbe2a8d991a17b05538897a23fc34db

2015-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [0df12e2f1356172af5cde66a8fd36a10b430c9e5]

        sc: -Werror,-Wunused-variable
        
        Change-Id: I635efd806bf9a6d158fb0df7a1705f42966ba669

2015-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [514f9fc675eb3d116adb4b0a33c19c3d6e99e98b]

        CppunitTest_sw_ooxmlexport5: fix Fedora 22 alpha build
        
        09:41 <@dtardon> vmiklos, maybe it's a regression in libxml2. "Fix XPath '//' optimization with predicates (Nick Wellnhofer)" in NEWS looks suspicious
        
        So tweak the XPath not to use // for now.
        
        Change-Id: Ia1c4508d8aede5818bc258d6e4243f026da3a3cd

2015-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ec69c6fea4594f3f00c22ac9bb31a888483b318]

        document a few missing pieces
        
        Change-Id: I88a48ada4f9e261e425127bc1b0d3db83f1fabba

2015-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b75b4e1ec77515db811be9d7895bb7bd9d23088]

        first part for correct handling of new cond format entries
        
        Change-Id: I82f66218bf02898e523e4f69fec9166aa00d0b83

2015-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eedf546acb878cb7c5856d33aad7496c1ad23269]

        correct implementation
        
        Change-Id: Ie195e46e1cb14b39875efd1c9689db0f13968e87

2015-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be8e63cdded81446810dce46c98518b0a6b52711]

        rename UNO API method for cond format
        
        My first idea does not work that well as it introduces some nasty
        problems with the lifecycle. THe new approach will only allow to use
        cond format objects of the same document.
        
        Change-Id: I276c3750ef24cdee6d63162c678ec839d4845b08

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [4c4a9767f7fb0c7891f1dd96cbe38a9c35e46083]

        Resolves: tdf#83977 Push/Pop before/after messing with the cursor
        
        otherwise we lose our selection with multi-page tables
        
        Change-Id: I4f52d3cfb7a6d3c2cc1dbb68bbd5ce5c0005b1c3

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [4fe5b44b15647542b1550deaeee43ec3d1e57591]

        Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have one
        
        Change-Id: I522a236015c91c0744b3018d3d4e4d6c65ea19ab

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [74e673b49fdf8daa3365961de5fb0c9c6d831279]

        Resolves: tdf#82998 no object:active descendant changed emitted
        
        for listboxes in WB_DROPDOWN mode which means the dropdown exists,
        but when the drop down is not activated.
        
        I think it's plausible that there was confusion around "b_IsDropDownList" and
        that the meaning taken by the author was the the dropdown is active if
        b_IsDropDownList is set, so renamed that to bHasDropDownList and take the old
        "b_IsDropDownList" path when "b_IsDropDownList && ..IsInDropDown()"
        
        Folded the then both equal code paths of the LISTBOX code together. No idea if
        there should be an additional equivalent AccessibleEventId::SELECTION_CHANGED
        for LISTBOXES like COMBOBOX instead of
        AccessibleEventId::ACTIVE_DESCENDANT_CHANGED in the dropdown not active case.
        
        Change-Id: I6db3ec21b392b7bf1b488235464202bb326f2535

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

        Related: tdf#82998 rearrange, no logic change
        
        Change-Id: I1d3a6a552bd535622009b43e0633a357b1a919e6

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [835fcfacc66601299aa73cd5423e8277ccd8fc34]

        Related: tdf#82998 assume VALUE_CHANGED makes sense only for windows
        
        jdiggs: I believe [VALUE_CHANGED] is expected for Windows' accessibility APIs.
        However for ATK/AT-SPI2, value-change events are expected only for the sorts of
        things which implement AtkValue (scrollbars, progressbars, sliders,
        spinbuttons, etc.) Combo boxes, lists, and the like should not be emitting this
        event.
        
        Change-Id: I9dcab7fb4004a24f88915f904eb508dfee2d4ae5

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

        Related: tdf#82998 don't emit an Indeterminate state change for boxes
        
        Emitting object:state-changed:indeterminate is appropriate for things like
        tri-state checkboxes when the state is neither fully checked nor fully
        unchecked. ... jdiggs think that this event doesn't make sense in this instance
        for any platform's accessibility API
        
        Change-Id: Id8288522a825ad7ff61524ad4f225a79c015bb8f

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

        Resolves: tdf#87548 don't create a new list for each multiselection portion
        
        create one list and share it among all the subsections
        
        possibly a regression from/triggered by
        
         author	Oliver-Rainer Wittmann <orw@apache.org>	2014-03-18 14:33:39 (GMT)
        
         Resolves: #i124371# When changing the numbering or bullet styling...  of a set
         of paragraph which have more than one different List Style applied create a new
         List Style and put the paragraphs into a new list.
        
         (cherry picked from commit 0087ca89e3905009ed947c651f3dc70f3d61ea93)
        
        Change-Id: I9416b97d6afe323ac99150fdcc23f71ecea98a58

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

        Resolves: tdf#89885 use a readonly GtkEntry for location
        
        Change-Id: I324d5e0776da942eae62984b96951d9947702b49

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [39f306df1d5f8daa4747f1e3b26e853c001669f5]

        Resolves: tdf#90099 group new style and change style together as one undo
        
        Change-Id: I978f503fabce69bb08a892c47d07ff8fa43c73b5

2015-04-03  Julien Nabet  <serval2412@yahoo.fr>  [f9ac035b81ca21695e94e5ced831dca83cd5a1ec]

        Fix "unknown factory" log, declare and use FACTORYNAME_BASIC
        
        Also use FACTORYNAME_STARTMODULE in SvtModuleOptions::ClassifyFactoryByServiceName
        
        Change-Id: I1ab87f13a9a1d071bf6abaae137fc6470101d711
        Reviewed-on: https://gerrit.libreoffice.org/15113
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        use UNDO_EMPTY instead of bare 0
        
        Change-Id: Ida0b34a28b30eb9b3bab6b1b6a8112eb1c427c67

2015-04-03  Caolán McNamara  <caolanm@redhat.com>  [1038a323fb407bcc514426a2fb9e251216d37399]

        Resolves: tdf#89785 drop down list sizes locked in too early
        
        get initial size request after language and sort lists have
        been filled.
        
        We should really queue_resize in list/combo boxes if the StateChanged::DATA
        gets emitted for them. But we're mostly gotten away with it so far.
        
        Change-Id: I37137365e8e71b8f803977edaf46d6c7cfb3fcc2

2015-04-03  Henry Castro  <hcastro@collabora.com>  [bff29a3b30c8e57ab78937dca862fd738f26d89e]

        tdf#51460 Calc fails to set undo step after changing image anchor mode
        
        Fixed. Note that the undo button is still grayed out. Calc has not set an undo step.
        
        Change-Id: I7ff713a906b365b460351e5202161c9152542395
        Reviewed-on: https://gerrit.libreoffice.org/14489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [0c32c2133e3be1ddbc719772007ba3833d2bb848]

        Parallelized update precompiled headers.
        
        Each pch file is updated independently from the others,
        giving an opportunity to execute the update logic in parallel.
        The script uses xargs to run the update script in parallel.
        
        The total execution on my particular rig was reduced from
        ~420 minutes to under 75 mins, using 24 threads on Evo 850 SSD.
        
        Change-Id: Ifeb3947e756325756eb786e3025155481da1ea41
        Reviewed-on: https://gerrit.libreoffice.org/14802
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [bdff04c635f9b65485f6a5a79116699cb1e82d72]

        DOCX export: use std::shared_ptr<> in FieldInfos::pField
        
        Change-Id: I8165adcad90e98cd166e27586f4948deb24b22c9

2015-04-03  Andras Timar  <andras.timar@collabora.com>  [037fe3671cbdad51f52d2f69f72f47f463dba7c2]

        tdf#90403 PPTX import: use real table size
        
        PowerPoint ignores a:ext cx and cy value of p:xfrm, and uses
        real table width and height. PowerPoint 2010 saves files where
        cx and cy contains good values, but I found files in the wild
        whose cx and cy values did not match to actual table width and
        height, and there was a visible difference between rendering
        of Impress and PowerPoint.
        
        Change-Id: I3f80c0cea4cac46763d449f918bb78dca1a6562d
        Reviewed-on: https://gerrit.libreoffice.org/15123
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-04-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fefe034126e45db005f7fc45e5162c41ae69b05a]

        use correct double to string functions
        
        Change-Id: I4fe1dfdb02a28d2d283057921483faa6020caf92

2015-04-03  Benjamin Ni  <benjaminniri@hotmail.com>  [2390d3b6064d3fc0ec814620947ce18410d657f6]

        added UI part for minLength and maxLength databar property, tdf#90197
        
        Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [b24a15a0aaea310806259eaa20a7d509ce30e5c8]

        sw: fix crash on SwUndoDelete after select-all with table at start
        
        Somehow the Redo leaves the shell cursor at an invalid offset into the
        paragraph, which then leads to out-of-bounds string access.
        
        Noticed that SwUndRng::SetPaM() leaves an invalid nContent.m_nIndex on
        the start position, due to a surprising omission in SwIndex::ChgValue().
        
        (regression from 555ff26501d1bbd8a7872c20671c6303db1e1701)
        
        Change-Id: I6e6ad7f70835d7e9d6da1fb680e2ae15469fad71

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [41e4998cdeb54a6fc316f349de61296be820fe47]

        tdf#87400: sw: fix ~SwIndexReg assertion in AutoCorrect
        
        SwAutoFormat::DoUnderline() calls DeleteSel() with a SwPaM that is not
        corrected, except if it's passed along directly to SwDoc methods.
        
        (regression from f9b62506b22c3eb885ffd5a4ec8025c33df7b2d4)
        
        Change-Id: I741e0391e7f8e09a64bcfe99ca4d650f1016aaa7

2015-04-02  Eike Rathke  <erack@redhat.com>  [a6376855d773282ab680c36002b3037cb0a4a9b1]

        empty element evaluates to 0, tdf#89387 tdf#42481 related
        
        Change-Id: Ie3c8663319fe5f9b7aad2e063743a372c0b317ce

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f9e38cbd3afdf0c8b2ebef0c4995e2443eac4d9a]

        we need a more intelligent increment for the iterator, tdf#90391
        
        Change-Id: I5a980f0b1ca47b18ce2e479e46971d7c6690c437
        Reviewed-on: https://gerrit.libreoffice.org/15125
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-02  Tor Lillqvist  <tml@collabora.com>  [6d089a4c7dbc38277e54998020cdb6ff3fac9371]

        Kill INetProtocol::News
        
        Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3

2015-04-02  Tor Lillqvist  <tml@collabora.com>  [5241788281e315fc735e5322b3b642486be52c50]

        Kill INetProtocol::Imap and Pop3
        
        I doubt very much these actually get used. Couldn't find in any of the sample
        bug docs collected from bugzillas, for instance.
        
        Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [7c4415407f2df5460d3667aa9f820865a615f57f]

        tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optional
        
        SfxMedium::GetOutStream() does something different on WNT to solve
        sharing issues on one kind of file server but that causes issues with
        some other kind of file server that worked before.
        
        Make this runtime-changeable with (undocumented) env variable
        SFX_MEDIUM_REUSE_STREAM.
        
        (regression from 3d12549335229aca1a6a57575292111274709992)
        
        Change-Id: Id7a1fc8169dbf09c67a109b36ffa312ef33231c5

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [4d2923e1876e1c3a1da9056e4508be71e6cac9f3]

        loplugin:redundantcast
        
        Change-Id: I3ef78881cfed8b66f067e9164efcccf425fb549c

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [00a19743cd02d5d2c5c6169a4c49ef191e8d39b7]

        loplugin:redundantcast
        
        Change-Id: I6081fb76b0b6fc6fbce9c1f37a5a8103e70c9ef9

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [74ba9d9d2352b14acc96e014876539283996c670]

        loplugin:redundantcast
        
        Change-Id: I1555342cb3f8d29a0ea6e8fe51350a1bdc8529ea

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [e8569ac0907ca6a53cc86daa476b313004fbebd9]

        loplugin:redundantcast
        
        Change-Id: I7eaf3d0fa6abc52a9702dcbe78849d6d1b3963c9

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [9dc49453dca5a519ec680d4c2c0c85d97508c089]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: Ia2c37fd20cec9e5b11f4518da33f18065d592783

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [4c449bc71224aa4055b9122275885951a39605db]

        loplugin:redundantcast
        
        Change-Id: I6095d1209f2339387e8562074daa32779089a018

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [f4796210b4955019a4f51b29549646fa067e9ae8]

        loplugin:redundantcast
        
        Change-Id: I43264a975febf0d62271ab4e7d8cc96246956124

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [54e87df11faf697d3b2666198a3d20b3ee091419]

        Change INetProtocol enumerators to CamelCase
        
        ...to avoid clashes with macros and poor warnings about hiding global FILE
        
        Change-Id: I444e8b958f029201b228937e088efabc4b6d3050

2015-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3aac11a1233f679ea813fee8b8de134553d7db60]

        test color scale entries
        
        Change-Id: I95b8a415e6dea108ac1401447e3c645e8a7b75ef

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [60e48509fa4a200d96887eb4137c6b3b2788b608]

        add test for remaining databar properties
        
        Change-Id: I7188af55ebc48838ea236d482e8809a43a99ba9d

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ae7cfa6a9bef89bbe0f7d827925b606a3f59adef]

        add a test for databar entries
        
        Change-Id: I38c025481d3135a708668cad00816f22cdd66cc8

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b44acb8c559a98ffcee28e995f696055e022a7f5]

        fix error in databar entry type api map
        
        Change-Id: Ibf81edf40f1b8a591b48aa77314104e511f0ff49

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2560c5222c811a3975fdccfd8a4f423e52a15e10]

        add properties for new databar properties
        
        Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7

2015-04-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [68cec355eb75f1a03dabc5ccb29c97d281de3f32]

        forgot the property definition
        
        Change-Id: I60b28152068fa9d5fee9dff0509eb4a3721ce0ca

2015-04-02  Caolán McNamara  <caolanm@redhat.com>  [b1030f75d3e47719ca63ec518f1da75196bead1a]

        Resolves: tdf#86399 don't clobber cluster start caret pos
        
        with other cluster element bounds
        
        Change-Id: I2cc976eb6a0ef42a2678be80637c7220e2247921

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [44b3e56bb4a4df59f53447c4ca4d8e02fe926206]

        Change INetProtocol to scoped enumeration
        
        ...and fix o3tl::enumarray::operator [] const overload
        
        Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [0b4965bcd7ec911951e7ca3a4cd48062843b2634]

        Model o3tl::enumarray after std::array to allow aggregate initialization
        
        ...though that requires switching of C++ -Wmissing-braces for Clang and for old
        GCC (new GCC already dropped it from C++ -Wall, see
        <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137#c17>).
        
        Change-Id: I92acc4c529d634c4190e0ee4b65d1fbe5b1b521f

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [9af6b70fc2f6dd0eacafd8e3bd9d0c2fcbb3ef45]

        Plug the hole in INetProtocol
        
        ...left by d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA."
        
        Change-Id: I7537a134299d3b2e9c172dabea1bc1d25b7e05d2

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [796ca9ba61ab14e4bdb7b244c64f7fb2c6bf5f65]

        Remove obsolete INET_PROT_PRIVATE alias
        
        Change-Id: I6c82dad9d69e19d5596f23eacfbd20768f9f6442

2015-04-02  Stephan Bergmann  <sbergman@redhat.com>  [6e74c9fd90b3c416dbdfaf091fa3c1c26e70d1de]

        Remove left-over comment junk
        
        ...from d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA."
        
        Change-Id: I2461b0b205df04ad722d0de7d0f357f619cd13f0

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [ba431cd20a8a4a97720884487b3f943c55685ac1]

        sw: [loplugin:stringconstant]
        
        Change-Id: Idb8a113254574ca5f998980ede91e42f9bd09277

2015-04-02  Varun  <varun.dhall@studentpartner.com>  [c35bf9ef22809b01cc8a6e765856d24a17afd8cc]

        Added test function for Search-and-Replace with Transliteration
        
        This test function checks the search-and-replace operation with some Transliteration Flags enabled.
        
        Change-Id: I86e0068e9d91e4fe426f9d6c120baf66e59e2b7e
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-04-02  Caolán McNamara  <caolanm@redhat.com>  [ea441294e15b23f703f139055e9a18287745ca23]

        avoid endless recursion in fdo84763-2.ods
        
        Change-Id: I7052ad735ee7f804fe2817ea44527a4b95a2dd04

2015-04-02  Katarina Behrens  <Katarina.Behrens@cib.de>  [2b1dbb056de89cec3d21e7183adfd1fb8e3eea5b]

        We can no longer import those formats
        
        so presumably can't paste them from clipboard either
        
        Change-Id: I1d544cbf6e19cf7def510383659bc0f6a26905b7

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [ae6be2442b48fb98b3659e46107767668ff25409]

        vcl: [loplugin:staticcall]
        
        Change-Id: I7e3bb7f33e5b5d4d831ae1389b8ef64e160a94ff

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [92166c8b4925d68a5a05e82c8fd28b9b244b8bd6]

        editeng: if this should never happen, let's assert that
        
        Change-Id: I803282c9f080013ebee33ce1109612fff509fd6e

2015-04-02  Michael Stahl  <mstahl@redhat.com>  [5ece3e3525b0ef62e1b0e59ac5446aec0538d0d3]

        tdf#85496: editeng: suppress all duplicate attributes during export
        
        Since commit 0d57434180db6c8eda8c5b9b704f8a1c18b371df multiple 0-length
        attributes will be exported by the ODF filter as duplicate attributes.
        
        846b56b6b99e334dfa44f1a24640aa3158509854 was apparently not the only
        bug that could cause this; unfortunately nobody is able to reproduce
        the editing operations that result in the newly reported issue,
        so just take the safe approach and check for duplicates,
        as is already done in the libreoffice-4-3 and libreoffice-4-2 branches.
        
        Change-Id: I1de10a99f6b84a0f4ea793ad55aaf6953b8307d5

2015-04-02  Tor Lillqvist  <tml@collabora.com>  [cbd8587ffb4b4e01705fc7f07fc4740382b78a08]

        Move osl::LibreOfficeKit stuff to comphelper for now
        
        Let's see where it actually will be needed. Sal is a "picky" place for
        new API, even inside LIBO_INTERNAL_ONLY.
        
        Change-Id: Ia0c5ee8cfc6ee526c5ad34d2f8aab0b14b5f805b

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c8cf6766fd38d45b73d49cb85dd5fe2d7e3dba50]

        use helpers some more
        
        Change-Id: Ia448046b41d6d7594b1ff6f630dbbd4217e13732

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b878c2b833b0b4b951bd09edd2642267615b9be7]

        condense item population code down a bit
        
        - the functor argument is likely overkill, but I havent checked yet if
          there are sideeffects from the item ctor in the previous late eval
        
        Change-Id: I439ac3095013945b725ad02ed04076bf008a71c0

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [86247236b78a31f701317df3c27dbc1d552e09af]

        use helpers some more
        
        Change-Id: I596f25d3098edeef154917201ba6fd2f351517b3

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e0e1577e54688914f1a44bdf842e650a509aa19f]

        throw instead of returning an empty Any
        
        Change-Id: I299ac48e480517289348c651f28b5c7fc7653362

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c78449c8a84923693731c7b0ad622e79f99af603]

        throw instead of silent noop
        
        Change-Id: I47dddce1513a870c27844d88694295c5999c0c7f

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c34d3eb3eaae4076cf3de5d0cf76fdeaf02c66e8]

        simplify UNO boilerplate
        
        Change-Id: I07538ae4b33a4fa1f07bc6bb4ce6b9af2159e40f

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0315bdee186674fe5556442ab9f39cce45f72f39]

        simplify UNO boilerplate
        
        Change-Id: Iec0f4bff0d32c79e3ee8b545abe30d03bddb162b

2015-04-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [924e88877c2d93e0ae05633b1a4307f6ca2d18e0]

        be honest and throw about unimplemented functions
        
        Change-Id: I912297a79d3eb99700dce635ab606eee190350e5

2015-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [11a52df2216bf96a3869ac894513959098dc14da]

        Replace FNTSIZ_* with a scoped enumeration FontSizeType
        
        Change-Id: Ia6bcaaac60c18abda803f6a40db8a5c5076b9427
        Reviewed-on: https://gerrit.libreoffice.org/15101
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-04-02  Caolán McNamara  <caolanm@redhat.com>  [00bf3a4259c1f960eff05b17649cc734c275950f]

        fix crash with ooo71962-1.odt
        
        script run ends after chunk we are rendering
        
        Change-Id: Idbfe11c385db72a80d3d204f8638d67395580d1b

2015-04-02  Noel Grandin  <noel@peralex.com>  [e9cb5577f4c1be0f59863ec5ccb68e8794a2f117]

        loplugin:staticmethods
        
        Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca

2015-04-02  Noel Grandin  <noel@peralex.com>  [1a18cafecb06a76e872f5f1a9434160ea8ffd881]

        loplugin:staticmethods
        
        Change-Id: I3ae555fd9f0dc3c11ea301ee1cb2c799fbec820d

2015-04-02  Noel Grandin  <noel@peralex.com>  [aa1b911b64641bbf29991af7c6f7798739aba667]

        loplugin:staticmethods
        
        Change-Id: I1f6c6d13697aa397067478d6b07429120106e6bd

2015-04-02  Caolán McNamara  <caolanm@redhat.com>  [f70d8277941ada544736abdb72548fb16e0d992d]

        ival is the intended source here
        
        Change-Id: I25aa7a3d72a346cbc6b01501cf377984be92b3fa

2015-04-02  Caolán McNamara  <caolanm@redhat.com>  [3257da329760fb58a2a559d9a9891b8cc3176e09]

        fix higher debug level build
        
        Change-Id: I23324d03f3388642e964c13d8a5c32311f97ef08

2015-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3c644f90b47b21936173dd3b060e89dcb13adeb]

        DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>
        
        Change-Id: I73916d70278068e1cec979f080cce00f25c54f1c

2015-04-02  Eike Rathke  <erack@redhat.com>  [636dd43c1cc10ca5f609fe23ee388d9679a60f2e]

        use error value instead of string in array/matrix, tdf#89387 tdf#42481 related
        
        Hopefully tdf#90391 will be solved, else we'll have to revert all MatOp
        work and do this change on the previous code.
        
        Change-Id: I4789ccf389558f3687d90c600a4f1a27c24a20d9

2015-04-02  Thorsten Behrens  <thorsten.behrens@cib.de>  [7b45c5cc05ae1d38d3e201153badefab845dfcc1]

        Make configure actually find LODE nasm
        
        Change-Id: I7650a56375d98814e89fc21894c92a200832bb29

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [f77a138e381ac5a6c349df29c97b00d8ee69959e]

        smoketest: run XML files through xmllint --format
        
        ... so they are less annoying with git grep
        
        Change-Id: Iafbd364fe746644cc3e50efa641c64a92a23e026

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [744b16bd0dd030d823c4c798974d6344d2583773]

        sw: remove pointless SolarMutexGuard in SwXTextMarkup::Modify
        
        Change-Id: Ifb96e8194a29bee3a92e2a957f08a5c51584e565

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [c41fe5e4a073e9403f5b9c366857dc7dfbc586cc]

        i#105557: fix locking for SwXTextMarkup
        
        ... by adding the usual sw::UnoImplPtr pImpl.  This was crashing in
        sw_unoapi under ASAN in the dtor's SwClient deregistering.
        
        Change-Id: I038ca21e04fae7599113b949846a23e1ca73181e

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [53abb4f198a013433eb0d27677b9940f5ddec624]

        sw: remove utterly pointless assignment in SwXFlatParagraph::changeText()
        
        It will be set to 0 at the end anyway.
        
        Change-Id: If9a8a70057a03980c37951f9ce74e1ae27541bfb

2015-04-01  Julien Nabet  <serval2412@yahoo.fr>  [d7f62705ab4fbfd4768c633cbf9dd6d0521197ce]

        Typo: metod(s)->method(s)
        
        Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6

2015-04-01  Julien Nabet  <serval2412@yahoo.fr>  [65c3f29a96de46b7a36bda16841d4e7d26f4845b]

        Typo: wheter->whether
        
        Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813

2015-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a54090f1ef4469cf824fcdb22c100c49d2ab7db]

        CppunitTest_sw_ooxmlexport5: try to make MacOSX_37-tdf-buildbot happy
        
        Blind fix, can't reproduce the problem locally. Even if the XPath we
        give explicitly requests one XML node, we get multiple ones:
        
        equality assertion failed
        - Expected: 1
        - Actual  : 2
        - In <file:///var/folders/_n/q7swt8596vz0063kvnql9nrw0000gn/T/luyyyujc.tmp>, XPath ´//w:formProt[1]´ number of nodes is incorrect
        
        Change-Id: I380fd077c5740b3045f64a6748dd96d1b213e453

2015-04-01  Eike Rathke  <erack@redhat.com>  [3cae8ee10f297e42adf9f3b33809b4e7e3af2840]

        Resolves: tdf#88672 add missing return if error to not crash
        
        Change-Id: Iae73c46d6ae5b141c3f5680b2623ee06205c22d2

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [e1f32ced1e72cadea9de106935b163840768c1d3]

        sw: fix error handling in SwXTextTable methods
        
        PythonTest_sw_python fails because of an unexpected
        IndexOutOfBoundsException, because "complex" tables have 0 rows /
        columns.
        
        (regression from 84e71f3bad28f2003a0f654f0938d5bc7e309666)
        
        Change-Id: Ieb958594e56dc007812cc44ad8440eb49698e926

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [29bb3a68ea9b485d4e2cc8244a4b5f4475002a98]

        simplify
        
        Change-Id: Ib88ccd6ea430791f18571ad7d6a34d7432477050

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [7ddd6c008142a6b88878ffc96f5e339a0fddd7d9]

        tdf#88360: sw: fix crash on closing help in Navigator window
        
        SwContentTree::pActiveShell is not cleared because of a check that the
        shell exists, which is only done in the special case bIsConstant.
        
        * at most one of bIsActive or bIsConstant is true
        * the only place that calls SetActiveShell() if bIsConstant is true
          already checks this condition
        
        So remove the unnecessary check from SetActiveShell()
        
        Change-Id: Id3b3b98bd38303b5afc529cc8be669872bd354b7

2015-04-01  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [15d00363bbf13f26f5de02f958923a80a4f652eb]

        Engineering notation: Slight optimisation
        
        Update of commit Ia18f9e150ca32aa9bbe133c082c3f9330e949f11
        
        Change-Id: I5118619f2ab669f90e0377d9cabdba4778179581
        Reviewed-on: https://gerrit.libreoffice.org/15100
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [853d5f27d684436935ce489159d56468b27db3d9]

        sw: -Werror=sign-compare
        
        Change-Id: Ia493809149d0a0bc7e4890e4ec5889a6ba9cfe8e

2015-04-01  Tor Lillqvist  <tml@collabora.com>  [50c33461201d9183e9304d064eb9669a7bad5b31]

        WaE: comparison of integers of different signs
        
        Change-Id: Iae6be25962975f7db2226d4e5d58ce69eb23de57

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [68f2d852ce2bf735ef5cb92ae1e8d5c7e0fbce4a]

        typo in comment
        
        Change-Id: I549002411c9e28786b4f4a4c55650548c02f5b04

2015-04-01  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [2813cfaae68af93b24bf4ecc1128f6647178f642]

        tdf#60060: unit test for docx section protection export
        
        Change-Id: I307466e7336bcf767ebb1ac3bb330cfb2130f84c
        Reviewed-on: https://gerrit.libreoffice.org/15003
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-04-01  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [bb96ad0f9a24f92c8553da566f0ebedc064a1318]

        tdf#60060: DOCX export of section protection
        
        Initial implementation - no password protection is saved.
        
        Specific sections are protected in OOXML by using form protection;
        that is, only form elements may be edited in protected sections.
        
        Change-Id: I294064bbc4e3c307d17001ebd21f1bd6f07de42c
        Reviewed-on: https://gerrit.libreoffice.org/14895
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [bd23cf009a7e3c63a066794d41ae0c97589c8891]

        tdf#87441: Check for read-only RemoveHiddenContent
        
        Change-Id: Ic67c368c63e598f727d81ebb566ff858a2c1dfcc

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [8701899950e0d0135ee7f66296714740406e4350]

        Replace MailerProgramCfg_Impl with direct configuration access
        
        Change-Id: I25486b4f7455eab72dd831f0f30eb17595e07681

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [7bcf64c29a0f5d3d2d60fe98afadab6e48dbe8b3]

        Add isReadOnly() support to simplified configuration access
        
        [API CHANGE]: extends the css.configuration.XReadWriteAccess in an incompatible
        way, but that is unpublished, has been commented as "still unpublished and
        unstable," and was specifically introduced for internal use by the simplified
        configuration access, so should not affect 3rd party code.
        
        Change-Id: I99ce045f5bd8c598e689d46fb0d3626dfaa6d0a0

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [f14e4cffcc757a4fcf1875d638ef8df4acd5bc27]

        Replace RemoveHiddenContentCfg_Impl with direct configuration access
        
        Change-Id: I422f6f3386419f4ea91c4b3d9c96e759e1361a3a

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [c1a9f4434c2c00a643a8a6ad330138022f2b7701]

        tdf#87441: RemoveHiddenContent is indep. of ExternalMailer/Program R/O state
        
        Change-Id: I7a479c85c2acbb750651b4c4211447bcb2a7346e

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [b812b668566c33dd96fedda91541738ab5b4cf19]

        Revert "Revert "skip SkipImages unit test on Windows""
        
        This reverts commit 7ea8046c741c8b7b608f26e312cc5f1056752c09.
        
        Unfortunately test still fails on WNT tinderbox but it works for me
        locally, disable it again.

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ef13ab6f6dfddbe2301a24840d49c086cba8a604]

        also refactor description setter
        
        Change-Id: I69deac6d830f63aea94f3512ab4156217fbc7b27

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bd00847f1dcf9219410c5e6a74da8aa12fddb820]

        refactor labels getter on one base
        
        Change-Id: I21a6ea8d76b94e09ae05e63a01d451b776e6ddcd

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [849bf23a4996a302a08b93472c0bbd5d905f7baf]

        create generic getCells() function
        
        Change-Id: I36f0b7113e22b801295eb704b8f5f9df4536eddc

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [95635695539f3c2068c5dc16a430562373437ce2]

        more testing on the text table descriptions
        
        Change-Id: I39bab96587b9c1580dd4d7a92f61f39ed5d3b754

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [48a4e4d9405882ff3cad10f5f193c0d1d20a1c87]

        give postprocess announce an level
        
        - otherwise colored gbuild output is broken, so this is really important
        
        Change-Id: I6affbafe8f7f841a4061e2a42f6c0858b3f4675b

2015-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5725cb7d633d023cf83011e22313dfb4efb541ef]

        give each test an own doc
        
        Change-Id: I89906cfef234c51f117f06eca0dbb4101cce6b01

2015-04-01  Tor Lillqvist  <tml@collabora.com>  [4dde5a623d563f9007dd3539b835489a27128d65]

        Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()
        
        Console-only is really orthogonal to other things; it has one specific meaning
        that is relevant on OS X only, see svapp.hxx. Let's not overload it for
        LibreOfficeKit things.
        
        Change-Id: I8b94c3a4e6f938ad70f1555a12dac8596819e031

2015-04-01  Tor Lillqvist  <tml@collabora.com>  [8955af9b2b3d29118d314c77092c5c4c0f8e456c]

        Add API to check whether being used through LibreOfficeKit
        
        LibreOffice code, when used in a program through LibreOfficeKit, needs to be
        aware of that in certain crucial spots, to avoid behaviour and functionality
        that makes no sense in a LibreOfficeKit scenario. As LibreOfficeKit uses a
        normal LibreOffice installation to perform its job, this can't be a
        compile-time choice. Also, none of the existing run-time "headlessness" modes
        fully match what is needed.
        
        Change-Id: Iaccf7f958c549f019b508854800519f54dcadb11

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [2fc4a8c8113b1bf78258845ed06662a07996a6af]

        Add support for cppu::UnoType<void>
        
        Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1

2015-04-01  Michael Stahl  <mstahl@redhat.com>  [7ea8046c741c8b7b608f26e312cc5f1056752c09]

        Revert "skip SkipImages unit test on Windows"
        
        This reverts commit dae63f3dd8216aea7f6b594433b180d633d5551d.
        
        Crash should be fixed by fae6699c2ec8d68766bb8d5f71483d4b65792327

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [31e24f487e5a4e917bb35fd396cf9f3ad84982a8]

        Remove redundant Reference<> from within UnoType<> uses
        
        Change-Id: I1aeb9c73c284e39f371e49ded98e8dba0d055056

2015-04-01  Noel Grandin  <noel@peralex.com>  [3e672693e35e720177eac98094c42570fca9cfbb]

        loplugin:staticfunction
        
        Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6

2015-04-01  Noel Grandin  <noel@peralex.com>  [edc189dbfac35d9a587ec50d0f382bb66444eca8]

        loplugin:staticfunction
        
        Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f

2015-04-01  Thorsten Behrens  <Thorsten.Behrens@CIB.de>  [d677e27cfa700971cba3dafa7b476a266227a547]

        Also ignore idutils DB file.
        
        Change-Id: I8e50e66b0834547d10748594eac2be0b5e65e163

2015-04-01  Tor Lillqvist  <tml@collabora.com>  [05fa65d3c48be64e3aa2318c7e2afd9c99ac043c]

        Cosmetics
        
        Change-Id: I65ee75db015a402c8d93f10f03512669d6fa8e79

2015-04-01  Tor Lillqvist  <tml@collabora.com>  [6e530a23c8902d52aef44c7868b8a3d2bcf7f491]

        WaE: c-style cast
        
        Change-Id: Ia3d8c23e8c3b3a2c7bbbcfc9922272b62ca2fc49

2015-04-01  Noel Grandin  <noel@peralex.com>  [4b66829390b286010b37b37ec1537a320d8cea8f]

        convert BOX_LINE and BOXINFO_LINE to enum class
        
        since their usage is intertwined.
        
        Also introduce new o3tl utilities enumrange and enumarray to make
        working with scoped enums a little simpler.
        
        Change-Id: I2e1cc65dd7c638e59f17d96dfae504747cad6533

2015-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [427ef167e1a49ba7fcdef082de43622e02a84ce5]

        configure: check for validators if --with-export-validation is used
        
        Change-Id: I535669e46f2535f0a0c0b106b964bfbc3a2e2d7e

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [b49abbbd9d0107bef93adde32a1b51c78b6df469]

        MSVC 2013 doesn't define __cplusplus >= 201103L
        
        ...but does support std::remove_reference
        
        Change-Id: I4a702efdea9aad91cee32aca08da755e482e4b88

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [99661d3f5f902a004883a4be21649245de68a2fa]

        Deprecate getCppuType et al in favor of cppu::UnoType
        
        ...which doesn't suffer from the sal_uInt16 vs. sal_Unicode ambiguity.
        
        Change-Id: I4de265145e720615652e88b6a68e03903ad8cba2

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [42c848c506b53a6de21c3b0129fd11d2f74e20b2]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ida0a4cced7d35be6f9da16447ae4e23ded5e415a

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [a0c46d2f20989bab56a7bc95409d0043a3f323c7]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ic3764caeeb2cdec397071706845bf8517c848917

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [2b1d22e1ff6ea5ef7a53783617a45309d7426f07]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I08f4e8270061b90b77a976d4ead7462a02fce845

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [915dc38b7cc956066736d7f1b3287e4fbd2efca6]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I718cbc10c992b0515d3c4e2a62e38a6331a288d0

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [6dbcb1a3d1abd2c7909fe0d447e434657d9a5187]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I3269d005634c66929e092d6a8fb33d71819b6971

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [0ca607e0674d35dec1412ed470d213a5097d33f0]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I5be2bed2203cd3807d3d9659e09e5f60f7a3257c

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [63d4636da8c0bb890016baf22702d944d72c6fd1]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I6b0974024e61e02639106d4ca3abcdcdb8e6fa87

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [15bdb0ae87fb7514d224657ce74e92bdad8f9c00]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I0ecb96d6f26c827640f3329c81884001f860090d

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [018e85387e1ed62ab8188ad4cb0728ee2a0a797c]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I8d1a4fda1cdd679f20de37271f7b832da4fb0c9a

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [f785d167b99f0f39c1d3b9424c327eaf0383d0d2]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I2f084bd6de707d21857e2182aebb96b446b51dcc

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [678196b9a1146fd143cc9f9937183412243d1dc5]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I02c70b26b82d2d0357111a127aefc57d3be21320

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [2093c7a27be60f99cb20aa5f5f088dc3606d4008]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I50d13cdd5fb94a68c2eb7c165c75ab2413a0d254

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [574bc065a7a8732a8be23ed8fbde284e0d611a7a]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I091e11ab1e7fbacf04a0eac51262d22d3835ab17

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [008904a75bae7a42af8fce5f2bced4d029af3094]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I4791f064f223487ce57e68f8e0b1e3d74e66e868

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e81a7fd0ee95c2afbc373b26ec34d6084ee07cff]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I1693826962a0551396fd5691dc4a98f0646bade3

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [a55166cc25351f43d502f6b23d75df824c05f01a]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I641a3a1e2cf2c789844940d7231015cb85e3b8bc

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e1f3391a749873875e2e65bf9f36d242702b8006]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I14b923990a012e8e85ca9170cdffd6b8e3626d89

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [72a11e4544c900f0b83fbdcae11eb247d65e9666]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I338272459f7df611cc0033aaec02170e84ba2393

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [adf907a7be3b4f2e93c477a3aed6f93dfd52521a]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I07d6cd7191c4ac1eeca4bba5edf8f86dd9d9467e

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [6ef1c55fd2a157f82cbe75909f5d70cb48d1d53e]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I1fee5879bbf0293dc765247f0587ce52c1570a3e

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [ae24507f2bb10937ae15a1aa4d74d1a7e8afda2b]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I9518da89384c60a1b153a3146cbfb8dc48638b10

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [bbe29239614459c899c0f5764290af336802873c]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I936ae26f8d5d7cdd32c15e937b7cae6668b6192c

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [4f5b03433db779dfd779bb1a221338dd89b420e6]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I7657e83fd1494a199528482d7000940cfa2f60d4

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [3f80ac477354f4c6293d983d3ca9eef59a07dce0]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Iddde148aa783c252d0c864e30855383e996dbf69

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [0cff0af7328ac916215e534dc284e773eb0b9dc5]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I66548ca8a8eaadea64f58653e97389c6208caa41

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [b8f0e36405fed875f09ed84db1ece61c957bf4e9]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I65bd9d0e68aa92e0d3e008887bd00eada8cbac69

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [714f4db8d3b9310a38a3a55d7800c04d384b81cd]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Id848d14133fee5104e79ba0683cbaf942598faa7

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [cf93af5e97d630947b3683e5fd7c51f63bddda30]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I8b2a3cf7cb3bb85678d45227c884d6a84d5c54a1

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [caebe97223b9c2716cda181f60261d5a2a3cb5bd]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I5ce90c5eec46e490f7d38a4f603285d2753ce0d1

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [1fa272a660b23c45c25062972d3b875ae2d0bb3f]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ia569901fd6061d9ccb8a584cac12e1ec59242d33

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e5b4bda01a81907805113bd03b43ecc2f470500e]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ib1b59e56a32c5675fc728624584fb16b79f03469

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [abf2ad6dae2e98557f3480e3c52d5cb11a40b330]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I736518e38a9badf9ee24564952a135bd5019d110

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [0ceab5ec7f7d0b0d8c260c2854b903b9927c289e]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Icaddb957aa5c1e5a409362d18e445784b0537507

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e4c1c0829a44a5992efa35a8445cb3448dc10960]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I320895b73f101986e1aab95668c7b76e04315aab

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [2fb62e527e2ebac187fe80550a40e637b4bf187a]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ibe0017f69442b345f66d0cde9445dc5aed9e6542

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [cf42ba089f05b02cadb7bde501eb703d3ea3e44f]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ifd082fb63b791441a9af595e02f6ce1732d36ab0

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [5a043b09c6af2995ac75245118cb915d250d442a]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ie45abb59a982bc13b65eacf8061f8843e224cfd5

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [23116414bd9ea84e3bcdb69b5001c082c9bbb6cc]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Iee8db4ae259f0d2181140cb3f7ce859bad7cd33d

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e78a3bfdc815210145e717db459a90f50f218ea8]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I1ee944679d509929e47218f88b6fe4be4905a202

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [c047451f8a7d2878a2b8be39817105c3d362af0e]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I13a85e13b22559a9f1571ef5771b26d70a5cd4fb

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [59a051d27d81114ca188c47db23a97c482fdfec6]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ic063dda4152b794898011af375a4a53d7451e41a

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [d6db9f5125592293addbdb95aa64748bc8dea23d]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Id85c1cd6c0eade60c7c347c3a3bc3f4a590e5ce5

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [cc7ae7776402ed967463cdf8f515d5236edffbad]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I2d1b59cf13c3944b24ad54dc63e20b83a9c8a015

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [28c8a529510133466f2b361020678cb3a479d78b]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I299ac00ea8604c4cd7e27458e1a45380fad819d3

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [ead3062336673c449a70ff41895a5cd5e087883f]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I620bf5d46c19f0182e822265eadf8eb11001855e

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [bfcdcdb63a9f7800629e3143b52f4eed1b7b0b4f]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Ied1a4e7226de4ae1d1c24af90ae9397ba80f404a

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [17e74bf1a0ca19bd7f555716408d318f5193e1bd]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Id2361bd7b50f4724211661b024583b8a3445500b

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [a88a386c724d13f73c33768e9a78efd95f522a89]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I8dd0e5c8837fe1615aa9d5f546c2fd1c0985f044

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [916f88f085cf3d0e0cc8366748f38fd7585dcdd3]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: Iadbbc005ee8bdbf3f33fd291deef376c8adab806

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [79451a0566e95ba10c749e913cb642cd71d95755]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I5bc47d62afa9cf43f4f1978e082bba43920eb10d

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [fb088cdd8d6aed2f82b13b03d8ddb6f7901c5ef2]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I37d1a939c1a98f77152ed90dfb201446101f3157

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [4f2a236da4cb21b353baee2498a87bd08a1bfac5]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I69cac41fd3db1e99ecb55e23ac81c67046f81cb4

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [a5a5fae1fab59d92e7fe1bcd0486311c3b8b88df]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I24164f5fe3654445190ca26856188a33070e7544

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [e360c2a861cc98efab442c58e5c79dab3ac99b8e]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I5321d1e0d29e3f74ae341feb9fba98f401be8358

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [d246f474223f22b5aabd9732312f923255f111c3]

        Replace remaining getCppuType et al with cppu::UnoType
        
        Change-Id: I61a85caf1587291eaa6b999050a52c92d9e416e3

2015-04-01  Stephan Bergmann  <sbergman@redhat.com>  [bb9003c7f8f8dbe30fef041473dadcac37075df2]

        Make cppu::UnoType<decltype(x)>::get() work when x is of reference type
        
        ...using C++11-only std::remove_reference, but decltype is also only C++11, so
        3rd party C++03 code should have no need for it anyway.  (Commits acutally
        making use of it to follow shortly.)
        
        Change-Id: I8dd7a64ca73d2082a3e7b74d3599848e65e81da5

2015-03-31  Katarina Behrens  <bubli@bubli.org>  [2302e9eb8a161abaf5899288b4e1c689f5a1ff07]

        tdf#84228: Fix annoying double shadow in preview
        
        SfxItemSet passed to ActivatePage method contains both rectangle AND
        shadow attributes, causing the old shadow to stick around even after
        new shadow attributes have been set. Thus, set shadow to none in a
        local copy of SfxItemSet and use that one to repaint the rectangle
        
        Change-Id: If798351fbecaaf951ef0479ae4a2c70d2db68ca4

2015-03-31  Clément Lassieur  <clement@lassieur.org>  [3feb370bc82dedfd7dc281aecf8dd670176e52ff]

        tdf#63905: fix regression by using paper size set in printer properties
        
        Change-Id: I51407c4b7ebbe3782539e1cb6f3c8294ae29566e
        Reviewed-on: https://gerrit.libreoffice.org/13763
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [9f2e07aadbf721488aadf19b4891829b7ebedb97]

        bridges: acquire is not a member of rtl::OUString
        
        Change-Id: Ie95f74966ff951b2b3161efeb073f0648c09ff3b

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [fae6699c2ec8d68766bb8d5f71483d4b65792327]

        sfx2: fix VBA crash when disposing SfxBaseModel
        
        Crash on WNT in CppunitTest_sw_globalfilter testSkipImages()
        
        SfxBaseModel::dispose() calls some event listener that deletes the
        BasicManager instance; unfortunately SfxObjectShell_Impl has a
        SfxBasicHolder member that still refers to the deleted BasicManager
        and then something calls vba::getVBAServiceFactory()...
        
        Try to fix that by clearing the SfxBasicHolder member via SfxListener.
        
        Change-Id: I65f2ec8e9eb598be218136c06ed8de35a464a971

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [d360477d8740f29e2c2bc5f7bbd667df7cd26ee9]

        sw: fix obscure crash in SwXTextDocument::getSomething()
        
        xNumFmtAgg may be null if you directly call global ServiceManager's
        createInstanceWithContext("com.sun.star.text.TextDocument")
        
        Change-Id: Id619a3f5c9e3f8281f9ef72db132c64287e027c4

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [deec9bd9b0ce663d1100cdef402a9d4d18e1cc72]

        README.md: framework is not a wrapper around sfx2
        
        Change-Id: I1af3c4bdabe4dd9578ddf04c621358b08f6866ae

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [aec3466c3e3d257a8e6d4af81b634a6addbc87bd]

        sw: remove pointless wrtsh/docsh.cxx file
        
        SwDocShell already has 4 or 5 other cxx files.
        
        Change-Id: I591d6e5d7ebf5727b4a760add2eeea04c3ca5abe

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [5db69fcd9d236756c6588cb327510679cd41e9bf]

        sw: prefix members of SwOleClient
        
        Change-Id: I60fe718c489fc47d667534560241a8b3eb5f20a6

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [41b72adab4da7ad793e60a6959e48a8dd42dbde4]

        sw: no need to handle a null SwDoc in SwDrawModel ctor
        
        Change-Id: I9ac596ade8b42979ee3fc944af878c702a7e223b

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [17757784c02a28ca2c3f70c64ae29f2c61c58249]

        sw: prefix members of SwDrawModel
        
        Change-Id: Ica69a3c94e674c12619ec0f5c849b8e82dff6090

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [d1e63af0fb5c9aa344baae0c34d069385b8f0736]

        sw: clean up odd formatting
        
        Change-Id: I0e84e3dce84096a9085c911e6b82f5a4ee90d903

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [f3bb701223953df02f005b98d2eee13e82016bd7]

        sw: prefix members of SwPageDesc
        
        Change-Id: I252c2f84a3edc83f069d5983e3fa5f479c289e42

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [72b39b01572e30c8f05435d140b5400e3e96d314]

        sw: prefix members of SwPageDescExt
        
        Change-Id: Ie45dbf981dd63181450b471408879cf8c01655d1

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [9fe07a3fe60497b0b7df2a484458b395703b4883]

        sw: prefix members of SwPageFtnInfo
        
        Change-Id: I5ccad27938941d5b1311bb4fd15353ea8ea34d77

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [1621c972a0291369366c07df33cb45666e76e3a9]

        sw: convert these SwFEShell members to std::unique_ptr
        
        Change-Id: Ida2def93baf8d389e8000d5c31ac50dea7cd4c1b

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [58a7850bae8455146eed107efdf7661534a64b5e]

        sw: prefix members of SwFEShell
        
        Change-Id: I785df37d61762a4df2b6af18435f668df873625d

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [109717c9a2a4d33f2210ed1fbf6d874ff04f32d3]

        sw: prefix members of SwEditShell
        
        Change-Id: I8a06e0660767f23518952e22cca1b56c16d0bbd1

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [3e7431f535f1c05ff730b0e3a67c2affe035b509]

        sw: SwDocShell::aFinishedTimer dead since 2006
        
        becf02e58637276ab80227ffb19aa01c86e4962d removed the last use
        
        Change-Id: Ib72a36961dbe4c6218125f48ed251be964016f9d

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [b9301e9dc93f5961bd83a76410f91174316c99b3]

        sw: prefix members of SwDocShell
        
        Change-Id: I9a9797c96dfdbf5ca464f863517abd9001845015

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [56c003b4f3b3ed77dc6608584fd50fbda901d1b4]

        sw: prefix members of SwWebDocShell
        
        Change-Id: I1400d1bc452d81e1a7596e50d8f9552f026eea08

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [b9782a2b59428e1bc398b5f3a895785a072c93b6]

        tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo
        
        When a SwTxtFormatInfo is created to format a paragraph, pre-compute the
        result of vcl::ScriptRun::next() and cache it for future calls to
        OutputDevice::GetTextBreak() and GetTextWidth().
        
        This requires adapting a bunch of methods to pass the additional
        parameter, and some classes to backup and restore the cache when they
        replace the text of the SwTxtFormatInfo.
        
        There is some code in vcl OutputDevice::ImplPrepareLayoutArgs()
        to modify the passed string and replace digits depending on
        "meTextLanguage" member; try to set it to the correct value when
        creating the layout cache (unfortunately it's not possible if the user
        sets the CTL Numerals config to the non-default "Context" value).
        
        Another issue is the check in OutputDevice::ImplLayout() if there is
        a mpConversion member on the font; apparently this is used to translate
        between different Symbol fonts, so not very important; just ignore the
        cache in this case.
        
        This reduces vcl::ScriptRun::next() from 11 to 0.36 billion callgrind
        cycles when built with GCC 4.9.2 -m32 -Os (which is still 16% of the
        formatting).
        
        Change-Id: I61fb8530333f2e7a9199f767c00cf2181ba49951
        Reviewed-on: https://gerrit.libreoffice.org/14732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-31  Michael Stahl  <mstahl@redhat.com>  [b7fa07b07195799f385ccba0243611f71ffe0525]

        vcl: WinSalGraphics: don't crash if there's no font
        
        The CairoTextRender::GetTextLayout() also handles non-existing fonts
        gracefully, so adapt this for consistency.
        
        Change-Id: I89cd9ad6aa64e3b320da83bd4290e4c0b57d08bc

2015-03-31  Caolán McNamara  <caolanm@redhat.com>  [9857c6390212e16dd9f26b47b4afc5d33b5242ef]

        crashtest: crash on layout of novell622972-2.html
        
        Change-Id: I49be59a9b9cdda8f80b6579f393be0a99f231833

2015-03-31  Zolnai Tamás  <tamas.zolnai@collabora.com>  [debf3ffb87d607704ddea97f6710c3ceaa9a243d]

        bnc#910045 wrong cell fill color defined by table style
        
        Problems were with those table styles which used
        color themes to define cell fill color.
        
        Change-Id: Ibde90df81ff253ba65618dde4038093d1caabfe8
        Reviewed-on: https://gerrit.libreoffice.org/15089
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-03-31  Eike Rathke  <erack@redhat.com>  [e27d7c38ba1de0f4bbb1197bd84c063a0fdee9d1]

        Revert "tdf#89387 Add functor for ScAmpersand"
        
        This reverts commit 9a7959cd63be7b2f36da8af25e7673a525c4d66c.
        
        It is not an equivalent replacement for the existing functionality, i.e.
        it lacks the number to string conversion done through SvNumberFormatter
        and instead of concatenating a numeric element produces an error value
        element.

2015-03-31  Eike Rathke  <erack@redhat.com>  [f3989e4d3d87f07a484d7c404bc2bfc678faa7f0]

        use error value instead of string in array/matrix, tdf#42481 related
        
        Change-Id: Ib97509609bd3e6629e3efd0c633535564f1c64d6

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [96f5b780f083ff97af5f570836267565d963e742]

        Use OUString::unacquired
        
        found with
        
          git grep -E '\* *\<reinterpret_cast\>[^>]+\<OUString\>'
        
        Change-Id: I9306d4ad8e3b1664f54cb7df86f2d79bfd3c6cb9

2015-03-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b89681bef2e492bccb9502079e042ff495b40c39]

        tdf#90298 rescan for bundled extensions when installing Mac langpack
        
        LO only scans for new extensions when the folder's timestamp is newer
        than a timestamp file in the user's profile. When installing a
        languagepack, the folder is set to the build-time of the package. touch
        the dir to set it to install time and thus allow LO to pick up newly
        installed dictionaries and thesaurus/hyphenation data.
        
        Change-Id: I888f830d2325774cd98e3624c19d2be19d4d6db2

2015-03-31  László Németh  <laszlo.nemeth@collabora.com>  [dae63f3dd8216aea7f6b594433b180d633d5551d]

        skip SkipImages unit test on Windows
        
        (temporarily, while fixing the segmentation fault in Tinderbox)
        
        Change-Id: Iddc1a14b0cdd8a20ac90fff175e99f60972672a1

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b435cce975f71367100da7e3f7691744bde42e12]

        loplugin:redundantcast
        
        Change-Id: I6c405287266572598a86b534552ed2f7bdff7fa2

2015-03-31  Julien Nabet  <serval2412@yahoo.fr>  [44c87a5dc921ea6dd28fdc016c61aa62cfd4f4d6]

        tdf#81813: Typing to select value in dropdown resets after space character
        
        Change-Id: I6972cdad9708a46bb8338590312196e55c4f8778
        Reviewed-on: https://gerrit.libreoffice.org/15024
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-31  Juergen Funk  <juergen.funk_ml@cib.de>  [eb61e1c00365337cde3aff45b5a9f362951abd62]

        tdf#89873 UI: some dialog windows not being painted
        
        The bug in TreeLists with black background is NOT from scheduler.
        It is from patch 148e489e33a34c6345326c9beaf248ac91f8cd01
        Lot of dialogs not set the background, that was the problem.
        My fix set the backgound to the default background.
        
        Change-Id: I0f07bf54131aeb177bcf150e6854203c34b6b972
        Reviewed-on: https://gerrit.libreoffice.org/15071
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-31  Niklas Johansson  <sleeping.pillow@gmail.com>  [8f379ddf5ae945cfec85dced286de4cfa282fd77]

        Updated core Project: help  02143d13f587b3ce40834d709ca9c872ac907e13
        
        tdf#89437 Add note, not all languages have autocorrection of ordinal suffixes
        
        Not all languages have the convention of printing ordinal suffixes as superscript.
        For English auto correction of 1st to 1^st can be correct in Swedish auto
        correction of 1:a to 1^:a is just plain wrong and LibreOffice does not do it anymore
        so lets add a short note about it in the help.
        
        Change-Id: Ic4c9273b74576d2a8d1e0c8ac3adbe4af40185fc
        Reviewed-on: https://gerrit.libreoffice.org/15088
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-03-31  Caolán McNamara  <caolanm@redhat.com>  [2ec9d9dd81f3f4ee6785ba938f9a79395972b71e]

        Resolves: tdf#90228 1.06 turns into a monster
        
        Change-Id: I8ebb57fe8b94da2569593ffa7cf374cae64a846a

2015-03-31  Caolán McNamara  <caolanm@redhat.com>  [026b17b7d725109f586622755b435ded3673c43a]

        V597: introduce a rtl_secureZeroMemory
        
        Change-Id: Id28046eb318cd3b2ed0b813fd266617547cf6ee2

2015-03-31  Eike Rathke  <erack@redhat.com>  [01b615687fe0f39c65e0e8290db434db2f1ef8ac]

        Resolves: tdf#35636 implement match on empty cells
        
        This implements search criteria "" and "=" to match empty cells in
        spreadsheet functions SUMIF, AVERAGEIF, COUNTIF, SUMIFS, AVERAGEIFS and
        COUNTIFS.
        
        Change-Id: I1b4a4c14bac7b974428bf64afb549707a0d75a90

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [90ed482496be0186e95c89e60035da555261de4e]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I514e183571e4ac109f59c4bdfccdc553c36c26ee

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [698a6d4ab6e2f8485ed4e1d8322ac74c7087d621]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I374bfba6ee7470044a677b7351cd59aac2e1b042

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [6485183373a5b42c1741a9a51ac9d318b895c6dd]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I8af2e7c7bb5e750c13dd9f7ef1fd3033ec9cdf9c

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c0755c8ee064bc1b4868de560232b3d604b2156b]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ie25a2b8a84a146a5b988c6ef77127896d126e488

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [7b5924ff983ba992329c76fce6ebaf9cdab3a064]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I5c0e0fbb7ebb3bcb85dee363e77f6f7c47e815d8

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [62e798c4a520a8b96e9113e363b1f26767231636]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I65d76524847b57dcb17ee3f66e156ec1fd51b239

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9676efca531290ebde3839c5246abdde159499cf]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I67d9b5d7a23f24cea64354efb6f3e08fa1fa59d4

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [809f6d610dff5cfc931374dfb8fcd0a343d5488f]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ia275bf01d6c72e01e9144a99121f4a9858e88c8a

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [e39da32bacb97cd80fce2ced9bc368ce692d9a83]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I9e12cea5aba3b78e1f6ed284aedb7531d107edbf

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [be44ec8c28ce2af9644fcc58317dc1c9b20e2a21]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I4df86baf0106283c78942c40a4b5830dd9c91195

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [90da412b2b5955ab6c014ff7bce5058ee5c3bc2d]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: If19e6222cc7dea2a3a4692d2d4cb43ccc46243a2

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [4a69849e2fb50cbe3632209c28b9d638bbf878a9]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I83594c8b6cb1f317b55fe048111edd23f622e1ed

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [a5d6cd83d7cac1fde630ac1211354242cbe4e085]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I571893a8340ee0f4a0de393395b5eef7a4795451

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [0da9460bf0b78e252402d98b609cd988162867b0]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: If4bc1b998952ff2f86124e68d108869d7749ea5b

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b95b9cc29817ab19ffd1bafacba5a54b433ab41f]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I7e0e4982611d2680d657f99eb2359db1f80e4f96

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [a74aa43afb2accad7fc149282706b721f6b0f4eb]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ie38450a082dc840714051ad65c297886038e68f3

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b3105952fbb04f51d8f1c310f0055219b94f2ee9]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ib3610f9d244b15f8f752c0f781600f5c7e7a944f

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c96f4e5684d3e7f145dcee5e3eeafd7491671d9b]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ica7659b636d1277716153ef39025cf539b355fb2

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [03b2b85262244ad6e4c48f0a78d8ec008062d75b]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I413b3716b3c5bda204619e8b1ff2b724f95a5c38

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [1140d4c950712c4b14b9fcd04905942dc97a02b1]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I443d86e9805dd994006d8bde6dabd72e14a2cff5

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [749e5cdf3895526380ba0d24af0dd1c4bbdc9ea6]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I872e6010b1068fe0f19f5f934c1124c7073160e1

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [64f6190d84055f4c19b024017079fea0dce999a4]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I0b1cbc96f85b6345b8abc843e5d609f9cc8a24b9

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [6b97231ba338e7d69f882316b7615feecb54cb33]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I7d6106bda60f8cae3e110e6757b3bf267ce15ec5

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [7956c4c5178a77bf1c46cb1f129b8318c28fbb46]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I47be8a3e4be0a19fb476ab551e8bf394244a66a4

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [bbaa7def08d80e998302e03058e132c87a728bc7]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I985ccd5f852d10e5565e2a90f094fb0242bb0265

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [aa69a97cfde7f0295d1b9e33bc7fb67e3c8c9f27]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I9b87886c7af22514f9cadfab625f06987ace6529

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [0e8cb2028a0c9aaf760d4cbb8186ea6039667b4e]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ic03728b2824eb59b9b6351a88ec355bfb93154cb

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c9c991a9af4cae97011d1834c986e6fa27eaff89]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I6979d9af3a97918593f0596df17c096bd3f4c4ad

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [d2d04bd3a5e2f1d814e7b993a1169a597b5cff09]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I5be4952b732eab9a32aeaee7eb45a68698be4ad2

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [201284cbb7a03ba5320d5aeba41473c25c8de2dd]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I34e8bf7670077d25bbf20c03d1858279c7a5a106

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [58be5b0ac6d21bc81f3ad4243169ea6dec0dcb81]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I440205a15ab8edc7f7ec630cb7c1b93e7be6b396

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [693002e16cca1b37ae8f8841bf7ef24e4c1d6408]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I161e6b396e6577dfc4b3c38bf89ed5ecd1dd5f42

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9f3f59ab6c2288c73c64a4dd9a507c9663b729ae]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ib2c9196c8c0b6d57cb45e552eda771046f67c5ee

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [e1c564e25734e71d5c4769d687303e82ad3e1d1a]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ib76b11d081e6c4f854b23a920973750c88dce3fa

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [bd482df17c3326e9bc6ed758df648c145dcbe394]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I34dc9028a273b6a22395fe662dd071505989dc5c

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [2931e0fa66a0fb542dd211a487e8b282ecf90b71]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I8fc20c94ba0233a91b63ff35f91dc9c8b51a2aba

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [efb254ca039287de168cd3dabfe6578ba8ac06eb]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: If4b6022129e19cdfedfda9ddf92b907f67c3063b

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9ad3eafb03672e4ad174765e4e939039c4d7df80]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I75514fe3a3c55691ca9adfa136bfcd5ff9a2b706

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9e2d611c7fecbd9e6b6196961902634ad2330f09]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Id6f439be58a06adeac9559fcae597273c8541a2c

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [fb6c3bd2db4960b96151267838859e4f3172a444]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I1d8fc57cb95e12e2a3946fc1927427ab0efbf0db

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [78a7f969b476ac2a32be8eca79296ff6c5abe540]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I0e12e63846f7d06b4c2a4c00614c65b46aa64238

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [86fcd8624efcf056bfccc625afa34e14aec05902]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I4e882de3fba5998b4b3e16029b8b24c0290fb1c0

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [91261d6da08c5efae2a8ddcdd1711528718975cc]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Iad5d2858976ed789823aaac3aa7f2937233f1dfc

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b06866b648aed78264654d20de28846d0754ac32]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: If485739a3acff83b50dbbe0b242b268f2b080af4

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [ccc740edbc459e3ccb7bd3fd612d9a37c1b01463]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I9465739d641310e7e3014b8b1a452ae05882df17

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [eb1b5b8b0b3936a0f6cba8978c4693d6f67b5f89]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I128d5b429a8f649f9236b2e007a90c24cac5b142

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [f42825fa8af2a2e0760ea6097fcc13ea889d087a]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I326330225be36118dffd3fe02141964736d62b9f

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [a5a1cf96afec1803dbe41469ab8dc93292337c70]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I8b57f50a10760ebd2307640e8d9f9108292e485d

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [caaf1436d7720ae1b367e645fba70165196744e7]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I0392b2fc9e48aab4a20849d8203cae96b1ef2d2c

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c57ffac6954095ef729daf92b9965ced2da2ddc4]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I22ee2cbacad8b19bb55db234e816d401edcf4a35

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [6d393f82b1870368be00a0054feb1685d0a1263d]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Ia61e598a42192ee1a5f667773c1d0efdff63cf48

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [5209884f618ab5a20a8aecbfb832e99474b4654d]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I24dc3a9b16abb1397cdd6a4f6cfafb81cc61d0f9

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [581c5075bbbb8068e2285c3392b712f41083cfb4]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I062024d4768374e319b6c67ed8c7abcc89f9d552

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b57f8a945117a8e32d36549a24c87377c54a798e]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I97e238df6fc71367b4a17a5da48ed527c5b57666

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [26655d0909e649f7d7ceb5e5cbb9a26fdc6753b6]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I19b86fba87df57c4c65c658d051b664c527214eb

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [14a4390b8711f1c01d20b23f179a4c88db87e5b1]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: I88949a300ebff7c0c37ec147ca50f08695db7775

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [7e3139de9ca42ffc298b45026baeae77a18b4f0a]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: Icaec7ce94a915945ff464d0734115c729e740c83

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [a0737fb5911d87382370b22cf171b4750575c83e]

        Reduce to static_cast any reinterpret_cast from void pointers
        
        Change-Id: If5714853a977068c2a75891c77c26d9c06989548

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [5f98904df8e2f8845689cf5c5e1880c2c45e0454]

        -fsanitize=function
        
        Change-Id: I47bb1acebf409f0d391a06ca7a7399d8654ff143

2015-03-31  Tor Lillqvist  <tml@collabora.com>  [2d602db09da3f23ea03f25e5ed94701e25ba583c]

        Make it clear what "SDK" is meant
        
        Change-Id: Ia967be1755051d427d947018504aca7e8f265120

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [9a342f7e22ee9597ad6ac6b76d312015f2a14049]

        Remove remaining handful of <author> tags
        
        Change-Id: I4f7b0cb8f5bc42f203fc4e7df39bb8de98f55d59

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [ee4a09d037628121a9376f4afbacc4dc0608d744]

        Clean up indentation
        
        Change-Id: I447929714d0121d4b3e5ff90b54eff7700da819b

2015-03-31  Stefan Heinemann  <stefan.heinemann@codedump.ch>  [33f1e29cb91f70e52c1af6ae33491c667b5225a6]

        tdf#87441: Adjustable hidden content removal in e-mails
        
        Possibility to adjust the hidden content behaviour in the send e-mail
        functionality via option under the e-mail program setting
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, taking just the parts
        that store the configuration property within /org.openoffice.Office/Security
        (rather than /org.openoffice.Office/Common/ExternalMailer) and throwing away
        the parts overlapping with previously picked
        <https://gerrit.libreoffice.org/#/c/14994/> "fdo#87441-Send document as Email
        removes invisible content."  Plus making the configuration property
        non-nillable, -Werror,-Winconsistent-missing-override, loplugin:salbool, and
        removal of trailing whitespace.
        
        Conflicts:
        	cui/source/options/optinet2.cxx
        	cui/source/options/optinet2.hxx
        	cui/uiconfig/ui/optemailpage.ui
        	sw/source/uibase/app/docsh2.cxx
        
        Change-Id: I1fb70418c5fe8011a86a379c2e75eae9ad3e18c3

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [bc1e32d6b8f5df9cf55a110bfcf3331a6756673e]

        Better only call RestoreInvisibleContent if previously removed
        
        Change-Id: I229db9567771a4967065d81fa99fee2c23dbcb3e

2015-03-31  Stephan Bergmann  <sbergman@redhat.com>  [735616a6ddfe34c2ba4694c659c71a834f6935a1]

        Use simplified configuration access
        
        Change-Id: I330c34aa6995817b4c2114e78f16b1aa8141e913

2015-03-31  Charu Tyagi  <charu.tyagi@ericsson.com>  [50a0ddb99d53f86b571acc0373f0d2b4ec6d611a]

        fdo#87441-Send document as Email removes invisible content
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, plus trivial
        modifications for -Werror,-Wlogical-op-parentheses and loplugin:bodynotinblock
        
        Change-Id: I149681b3743eaf96e98419bd568f88b451e9ba01

2015-03-31  andreas_k  <kainz.a@gmail.com>  [08983ca2872d83685547cb5c05467ad21a27d834]

        Breeze: Changes toolbar icons
        
        Change-Id: Ie6432fb88f54e3753f370815e1a860790c7914e0
        Reviewed-on: https://gerrit.libreoffice.org/15079
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-31  andreas_k  <kainz.a@gmail.com>  [1ecb93116e39cb563838c82205bc4c565cba93d0]

        Breeze: missing icons res
        
        Change-Id: Ia4495ee3aafb5283636ed687189f1f7a51a2c352
        Reviewed-on: https://gerrit.libreoffice.org/15078
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-31  andreas_k  <kainz.a@gmail.com>  [e7f5874bb89e4dcd1fc8c61fe26368780211e214]

        Breeze: Border style change orange borders for Adolfo
        
        Change-Id: I6222af3f82d05517516e194468a28cb735506681
        Reviewed-on: https://gerrit.libreoffice.org/15077
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-31  andreas_k  <kainz.a@gmail.com>  [f8b035fcd02557aec02648364db55822cf330a01]

        Breeze: Border style change
        
        Change-Id: Id57677d106f6f84d0dd094b2f4004ff93936c9e3
        Reviewed-on: https://gerrit.libreoffice.org/15057
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-31  andreas_k  <kainz.a@gmail.com>  [e23d0db65c8b585519da92c7d17a892094ac5167]

        Breeze: Missing Impress icons
        
        Change-Id: Ib3ecab9225b84085be0182cb560d46451e6d6197
        Reviewed-on: https://gerrit.libreoffice.org/15080
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

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

        cppcheck: can add explicit to ctor
        
        Change-Id: I9b626a8c5674157033f62f5aff10259136d21a42

2015-03-31  Caolán McNamara  <caolanm@redhat.com>  [2ecc29df60ae3ae98605d84dc212a69907d4bfbe]

        cppcheck: value that is never used
        
        Change-Id: If4707a661a447e5053df83c431ac9f4dab8ff5ae

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

        cppcheck: scope can be reduced
        
        Change-Id: I62e1c203e5224e69b4864f321287f2fcbe3db08f

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

        fix higher debugging level build
        
        Change-Id: I1553f35f5bb2c2d5e709d09099af7d599f015125

2015-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [0986fe775563a9fd2a463f1c1b288fb5209b0b52]

        MacrosTest::loadFromDesktop: use comphelper::containerToSequence()
        
        Change-Id: I91e385a6a7fe88251ec11ed90b61a3f61768ff5a

2015-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c9ef9f2df532e8dbaf8e6500c3c6978f3ae80be]

        RTF export: indentation fixes
        
        Change-Id: I86ee19578546b55d4f1e3e6e9cecad2021ac49b2

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [77315c187af612e3534ad0926f205f0e83fb42fb]

        SwXTextTable::setDataArray can reuse SwXCellRange too
        
        Change-Id: Ia4aa4abcc6daa433004ab7f624f6b79c618a354d

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [db123d181a48918dd85a90415d3557a78951c8bd]

        lets get a XTest reference right away
        
        Change-Id: Ib805a20cd3f121ae1d021a28e3b9908afdad4ab4

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [84e71f3bad28f2003a0f654f0938d5bc7e309666]

        use even more SwXCellRange impls from SwXTextTable
        
        Change-Id: If1eede3bc1dc4effdb6a46ad2c0aeed2d6cd57a2

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7cb7ced25e656b1edcc4f8be5ee80bf45a2b3264]

        whops, index swap
        
        Change-Id: I2c25952f6f4ac4b67cb02557f3497f203bb503d2

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [299d90299d70fac0bed00bc63a65b29fc130b44a]

        fix bounds checking
        
        Change-Id: I837cd043c7e5ee825feb1ede670ebd5ff912c487

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f95d196bf28471810ccce1503fd0ff379cccc4b]

        add Python test for table describtions
        
        Change-Id: Ie7637b8cf26e663bbb47f0df9fdb441a8af754c5

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [394c3f32aff2ef4ee06dcb897fbcd1a939d04384]

        reorder {Row,Column}Description (prepare for unify)
        
        Change-Id: If98689a6cd36d117fc5f88fda41ebac5eae6deed

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d867ab4be9968f7fec28e6af65ee2c23c517008d]

        add some helpful log messages
        
        Change-Id: I58762fdd6efafbd4ec164f190d9aeadb9cb09f76

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [94979c53514a34144c19aceb585eef73cf27b5c4]

        remove useless cast causing a warning
        
        Change-Id: I802dd3d98d5f223d64c90f9020a6dc3eaa1f9c76

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab14c7e3a4c32715113bca171839a88193aa77b7]

        remove unused variable
        
        Change-Id: I7c13b06fb329347e84e34a177e00a9de42f47a6f

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8f4b3fd788ff6d91b31d6950f2382c3d45a40702]

        make SwXTextTable::getRowDescriptions reuse SwXCellRange
        
        Change-Id: Ia8194ed8945e7b3ef0eb187545047fa949c4434b

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f4b01361213ef62eff7fe718e4e4afc25becb54b]

        make SwXTextTable::getData reuse the code from SwXCellRange
        
        - allow simple passing of the label bools for this
        - rename member to match code conventions while at it
        
        Change-Id: I1e754f7f09cd28197185c294a3a8deefc29d05c3

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f86d0413f7cedf096b285c2eb6698653dd99c21e]

        SwXCellRange:: and SwXTextTable::getDataArray() do the same
        
        Change-Id: Ied6712729be7784ec72b1ee5c548527201b406f7

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [439ca5309f7e7659802f7fef44c8690fa099ac22]

        simplify
        
        Change-Id: I358ba505d67d2df6189001bdb0ece9c4676ee67a

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [670ec2652b682d37b5d712752b14bc17c9c344ac]

        simplify
        
        Change-Id: I5191dead28a50ad18629d1f46f085f2ea1b8066a

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f922eb095d22393d7182bd9e7c2f1116eb539ac]

        whops, fix subsequentcheck
        
        Change-Id: Icd727e290b2d5851fc3b30e1a697a06a4ad54be0

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [374d2bcf67dac2bf7b41ac2d96eb666c627499ef]

        use helper function for precond check
        
        Change-Id: I6b3c9d50229265e26c1dc8da9194164c18c1687a

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [696f79a80d93a53b8c05bfef71865e05b0bc03e9]

        use helper function for precond check
        
        Change-Id: I427c83b27de7adf947ad7f15a5453d51ed4b49b7

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [56b5f7ff3b1a4f6842101f6e0be3a9c80bd0b847]

        simplify
        
        Change-Id: I550ed187381fd92bf8a11775f8f2eda65b25d288

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [26ae223d74a49ba51d22c68f1a3772a3d2421d9b]

        fix subsequentchecks
        
        Change-Id: If4e87c59b4c2b28c2c42d4a3fb83959589b97e63

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cdd40eb7c0a65c313b1d5887517e128e46b23902]

        simplify
        
        Change-Id: Ia3fad4e1272f72a09062cdb3d03cb391081e5dd5

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f241ed70c5065b526cac88a3400f9c47830f516]

        simplify/eat copypasta
        
        Change-Id: I388c314b4baf72e889a0b23a1fbd1c0f0715e80d

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99ecd8abe7e9a65e1d4af04ee160d3941aadebad]

        simplify
        
        Change-Id: I2bd8e4e121c9919b52b69a6672aaa7f061d986bb

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2326a22140f46c2b4cb2fbde72ac5444f478ee44]

        be honest and except when not implemented
        
        Change-Id: I4508dd683fd7ff506cfaec7ce42c1fa10438983a

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fda5c4d4d268aaab5f778b93f08a9b42a9c26ae9]

        flatten and simplify
        
        Change-Id: Ib3562bafa3a21538918d98e8ed416f8b20067114

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec1901ef85adb3c1ebf2847d5ecd1d2a76a08f47]

        reduce UNO boilerplate
        
        Change-Id: I7fa6a5fcd8bf1ac82d089a1db0e0ae40e4700bf8

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ffa1e835b68a627c4238eef9d3829282a544801]

        flatten and simplify
        
        Change-Id: I5f00f8f31dee2841fb993f310be256a166042c85

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe447d2e1b6e1b0fa5d3d12bf5e8b3dab5733da0]

        flatten and simplify
        
        Change-Id: I2ec511a662b8109399cc2d836108fe8ceb12a1b8

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [78ccfb18662af879b9ed12451efb097c4dda3118]

        flatten and simplify
        
        Change-Id: Ie2500d115d3fd856481345430839507c814c1bac

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [326177f4c4f3ae07fef9b66328abcea91ee18358]

        reduce UNO boilerplate
        
        Change-Id: I4f63b15c3c3f6e9e22d4a4732eef64190769dbba

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [12038a6191798211823cecc070bc02b8ad36956d]

        getCount() should throw exceptions on complex table like others
        
        Change-Id: Ie504426209601695131e4c684bde7ee27fac87d8

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e0bc0b7aeb18ff638d826f07e243af776b7a5a3c]

        simplify
        
        Change-Id: I45bf66ce275fd78cf62b13146b6d088d4cdb910b

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8a32d9cf5205804e36bde2f22759428169db530]

        flatten and simplify
        
        Change-Id: I85d5715d6e4535463524dbc8af452655731acd54

2015-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9bab5e144876a6d33c38b786a2e7b908ee47a800]

        flatten and improve exception msgs
        
        Change-Id: I438d25d719b4a7e89ba0a628e29b11ee88e8af6e

2015-03-30  Andras Timar  <andras.timar@collabora.com>  [af686aa8694903bde5952656cd69993c8c8393d7]

        bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotated
        
        5ac575ee3e109 did not get it right, the vert attribute (i.e. the
        rotation of text) is relevant, not the rotation of the shape. In
        that case both text and shape rotation were 270 degrees. I checked
        that the bugdoc of bnc#773048 looked good after this.
        
        Change-Id: I6e0401cd138a82040df82d7da1a47311db7771e4
        Reviewed-on: https://gerrit.libreoffice.org/15076
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-03-30  Eike Rathke  <erack@redhat.com>  [420acb533e60807cb64fd1898cabd27c4c8df063]

        most likely formulas won't be longer than 64k characters, but...
        
        Another leftover of UniString to OUString conversion. Harmless.
        
        Change-Id: Icf629657e9e9dc894cf7f08a431fabf463aa331c

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [08f9448bd45cf6c6f9679534e7cad9614a4048d6]

        Scanlines on Windows seem to be padded to DWORD multiples
        
        Change-Id: I806744fed51f451f17e6f493555f81cc38e2d71e

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [3394ac816a573030feda145dbdabd2a1eabd78c4]

        Include <algorithm> for std::min()
        
        Change-Id: I13ed47d23ed4b94501d9445555d99ce08af94698

2015-03-30  Eike Rathke  <erack@redhat.com>  [eed393039a9067f7a1a318934ff1c5ff90bfe443]

        Resolves: tdf#90301 string access out of bounds
        
        Apparently yet another leftover of UniString to OUString conversion
        where with UniString out-of-bounds accesses didn't harm and returned
        NIL.
        
        Change-Id: Id88456a52df3fc8cdaf90d9d509e327b96269808

2015-03-30  Eike Rathke  <erack@redhat.com>  [836d05d32e36aafc00de59ca51878f47f7ce816a]

        Resolves: tdf#42481 propagate errors as errors in matrix calculations
        
        ... instead of setting an error string with an unwanted side effect that
        may lead to wrong results instead of error.
        
        Change-Id: I42ade52e86520535c879e9bd68156873d706f33c

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [526d4363a2ad872f98eb311aeef7f2b2c838d6ff]

        Return value 0 from connect() is not an error, errno is not set
        
        No need to SAL_WARN it, it is a common non-exceptional case (when attempting
        to start a second LO instance).
        
        Change-Id: I26f2939d2f5b97ddfcc9e912e578b706567b3912

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [9efd80ac32a80656ed6482df69615227d12bc6d9]

        Revert "Merge the --invisible and --headless options"
        
        Stephan told about the intended use case for --invisible, and it does sound
        like a plausible use case, so let's revert this.
        
           "ah, now that I see 4fe56f3b9af814430a28a1880799f450fb8146b9: one use case
            for invisible + !headless might be in workflows where external code keeps
            a LO instance running and lets it pop up document windows, but you don't
            want the initial start center thing
        
            I think that's historically where the --invisible thing is coming from, now
            that I vaguely remember again"
        
        This reverts commit 4fe56f3b9af814430a28a1880799f450fb8146b9.
        
        Change-Id: I17f535adee7e533abbee150b0ce5156ecf78c781

2015-03-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [61f1f6b4d65621d5c02e0c971c6ed51f6711fb63]

        WaE clang seems confused with >>= overriden operator and do not detect initialization
        
        or does not detect that the thing would abort should the init failed.

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [4fe56f3b9af814430a28a1880799f450fb8146b9]

        Merge the --invisible and --headless options
        
        No need to have both.
        
        Change-Id: Ibd2f9f6d352ffb52bf43f4e1a4f69f60a60458ff

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [72927f810ac2e6343a2fe78c39c286104ef80d9e]

        Turn macros into functions
        
        Change-Id: I390fc815c32fa0eeeabf4d80a17bc4deedad2d2c

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

        coverity#1292227 Missing break in switch
        
        Change-Id: Ib1df249b85f7c8996babde7836f43d3fa0e586c8

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

        coverity#1292225 variable guards dead code
        
        Change-Id: Ie00be7806b5bce3599c47654585246edf6f8cc90

2015-03-30  Caolán McNamara  <caolanm@redhat.com>  [5be7dd66f9642c5b91fb8c2d320e71a951c2b5e3]

        drop rather awkward debugging hunk
        
        Change-Id: Ia0441caec222227f173a9508530d7c4cefd7892e

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

        don't attempt X internals for gtk3 plug window used by avmedia
        
        Change-Id: I3694decc417627fe8ea95642b7e1444e5140304f

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3915ff55c40be8b12e8f6cb73440a8d7146620a]

        vcl: fix GCC build
        
        Change-Id: Iceb274718ee2a15dcb3129d2623844e38b51bf8e

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [32423f6f877397be5d3358cbcba5f105e9715a1f]

        WaE: passing [...] by value, rather pass by reference
        
        Change-Id: Ic733f9b5dcb55bb8120c3652a60300914fab04ea

2015-03-30  László Németh  <laszlo.nemeth@collabora.com>  [45cfdae9b195d5fa89dd46c6035fc36d63ebc515]

        cleanup for SkipImages unit tests
        
        Change-Id: I2232fda0acdc7e677e1da278405a8a4c90e00659

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [e69583737701a2d56a8ed5fe17e0f68bff404ec4]

        Bypass test that fails on OS X without window system access
        
        With this change, 'make' now succeeds for me when logged in through
        ssh to a Mac where I am not logged in on the console or through Screen
        Sharing.
        
        Change-Id: I8aa7f3174b00544fa8e399c8d4dcd9cc801e0dc0

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [038d13ef848e0c773d531048637d760395a56d9f]

        Introduce vcl::IsWindowSystemAvailable()
        
        Change-Id: I6e3f804833db7487ddf7ba75c43d15017dcbe1ba

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [3d177c7b6dae0af7d2e4822b3812757c9f65a0c3]

        Bootstrap.initVCL is not used by our Android app any more
        
        Change-Id: Id1e58547cf2b0786d7a2ca29eae8bbcdd644fdd5

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [2688a8829771289d576415a9b933a1c30197cf01]

        Remove leftover debug code
        
        Change-Id: I874fc4d677abb2646bffb4331a220f3812443b66

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [50b02731ca8494592a8d9a844530baca0e870e3c]

        Replace scary reinterpret_casts with OUString::unacquired
        
        ...and actually fix some of them
        
        Change-Id: I3493ceb65f305466d167304bd77058adb042067c

2015-03-30  László Németh  <laszlo.nemeth@collabora.com>  [6ec9e87ced60add494f8d397017f8f9ffc65a00a]

        Unit tests for SkipImages
        
        SkipImages filter option skips image loading during DOC and DOCX
        imports, but it keeps the text of textboxes and custom shapes.
        
        Change-Id: Ia0ab3b350b9da22d9375787883678cc357a704b3

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [c5b85b075c1063907dc37e304b0911cd81f5b062]

        -Werror,-Wunused-private-field
        
        Change-Id: I91968ea95b59eca3d9435fac0c48e03c039bbebb

2015-03-30  Krisztian Pinter  <pin.terminator@gmail.com>  [f863d2602fca7d180f49cc4b6fb1bdba57e6a012]

        fdo#57950 Replace chained append() with operator+
        
        Replaced all in cli_ure
        
        Change-Id: I144542f386fe26444c290edd9e23b26cb07941a6
        Reviewed-on: https://gerrit.libreoffice.org/15040
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [25c5bf88255fa02c1dab515dfb95736826f7b326]

        stop including irrelevant header; include right ones instead
        
        Change-Id: I461bbd4b9a39e449a66fcaf84fe1d82c969c3e26
        Reviewed-on: https://gerrit.libreoffice.org/15061
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6e6f822e2be39e2ceb146c6eeed10b965ae6e0b9]

        finally implement and define also date formatting
        
        Change-Id: I261e6d3199573fc2e37d940e4249a1fce105e6eb

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [f5c178f7c8654519f984d0ef830ceca0431727a0]

        Covertiy#1292224: Probably this is what was meant...
        
        Change-Id: Idf7b28e9c49ebe06a44b95dd284aa28c16a30c1c

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [5f14304fe2bf78fe64e18d777871674c64d4c923]

        Make syntax gotcha
        
        Change-Id: I9ab00c8ace7fbf6988bdf6d72f6891313720ef25

2015-03-30  Noel Grandin  <noel@peralex.com>  [3a2baade81036015eefeec9978ef00f76113ac54]

        loplugin:staticfunction
        
        Change-Id: I4b7b04031fa74956379c5a1b21abe10b0717f3e9

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [7fbfd04c2e348dbebd7d97ceecfcbea547de5b52]

        sc tiled editing: Hide the cell selection when we select graphic.
        
        Change-Id: I50f68cc292e971af8bb59782e0495d6142007d67

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [9987747c47dba52a5c83956f370941aa25bf5d6a]

        sc tiled editing: Improve the deselection.
        
        Change-Id: Ia7e320bbb8b61497f33e20b9b80aabfed4f75234

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [99394c8e09631280f9d76a790832133f5ef7b873]

        Add SvxTableController::setCursorLogicPosition()
        
        With this, it's possible to drag the start or end handle of an Impress
        table selection and let it grow/shrink.
        
        Change-Id: Icdee1207c1c3a6b1c4fb15d00008db6327d6e2de

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc755a3f7581b915f1f278e87af04d164514061d]

        lokdocview: move handle rendering to LOKDocView_Impl
        
        Change-Id: I52537a96af596db076c38dc607abe857d0771257

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [eba73d9ef683e347edd97b50eed1063f2d41d1ad]

        android: comment selection related code, rearrange and clean-up
        
        Change-Id: I18c8c4864d074662f85fc5b0e43eb84cc0638fd8

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a518d5a4a7de70426ddb4dbcfdb5c7859aa2f225]

        android: open csv files in Calc
        
        Change-Id: I17b9c4f9d40db46fe6f1be8f1a3ecaee4946454c

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [54510b3b65141bebb342fea9ffe9f59e7b2d9bbf]

        svx tiled rendering: double-click in empty table cell selects it
        
        This brings Impress tables in sync with Writer, where long push on
        Android selects the empty cell.
        
        Change-Id: If8403ec43daeea6ca79b488a54253cb8b71794d9

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffc571462b99b9b0976099d24f5647feb7371631]

        lokdocview: move cursor / selection overlay to LOKDocView_Impl
        
        Change-Id: I48a6906382fd41906a06704855d2f054467c1716

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [84793d11152fc0eb308cf29475ae2c2a86d40967]

        SdXImpressDocument: implement resetSelection()
        
        With this, when editing is finished, no text edit is active, also both
        editeng and sdr selections are reset.
        
        Change-Id: If953e1d8683171c1f1ed8c7d97ae34a163d14765

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [62d03f6c6109755375a93681ffcc7196827cfd0c]

        SdrTableObj tiled rendering: implement selection callbacks
        
        This makes selections of Impress tables visible. Double-click in an
        empty cell doesn't select the cell yet, neither extending cell text
        selections into table ones work, but it's a start.
        
        Change-Id: Idb8921d980ac9d7ab363c68c91c1a9e6cf0918e3

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [741599f3e56c2ae6656377cdac6bc19512513876]

        SdrMarkView tiled rendering: partially disable SdrTableObj graphic selection
        
        If one or more cells are selected in an Impress table, then the shape
        already provides its own text selection, don't overwrite it with the
        generic graphic selection in this case.
        
        Change-Id: I4f84a220df6cd9d225ed67d6f70ba2df6eff38af

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [986c685e9f324abe8d0f722aa5310477686cde59]

        lokdocview: move motion handling to LOKDocView_Impl
        
        Change-Id: Ibace4a943fb61e2f897c9571cc2c8814935b6e75

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [00094f9dcde54e071c52c4d9422506b8f3ebee47]

        sc tiled editing: Implement resetSelection().
        
        Change-Id: I3eb8d749119e0b219dee9252e8fe332dd9dbed48

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4415ecbfc605f5db8bdfadf282954f16385348e3]

        android: properly merge README with new content
        
        Change-Id: I740c654f5844ef4cb7cbc5387c7b8a56e326e532

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [498f578f97c6dc3dd32f7fe7086d3216f816305a]

        Revert "android: add README"
        
        This reverts commit 9ebd22c353ca2e2b3d37b0c6d266b6c582538edc.

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2675d681df13fe8e8399cc445465595be0d9a213]

        android: add README
        
        Change-Id: I7a2b3cb487b4dfe290bff36e3766357fbbc84fba

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [25f0d5772bcaa28dda6441dfcbe0aea6b6202ba3]

        android: add contains (hit test) to CanvasElement interface
        
        Change-Id: Ic0022790c9ee1a5be1352eba0815e0d63ae17025

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [24587ecbb77a15cf5d5ba58ee03c31a7071a98c6]

        sc tiled editing: Implement scaling of drawings and bitmaps in Calc.
        
        Change-Id: I1faa4608047e5a7ce30c317c72babfa44cdd808d

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [f951ab5c46a3cb128a52646bcb9381b37242c3f3]

        sc: No need for a special LogicMouseButtonUp/Down.
        
        They were not in logic units but in pixels anyway.
        
        Change-Id: I5b6cea13b84659c3404b38b9a19c091b41ccd3c4

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [3aed864e7a2f7024fd81ba81bdc6182848320e0e]

        Make SetCellSelection work in pixels, and change the name accordingly.
        
        Change-Id: Ic08f436b8196f29bb958845505a517cebba09f4b

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [16d8839c24be1a9539f3d6e0157c5279e92cd37e]

        android: rename graphic selection and handle
        
        Change-Id: I7bf89b92190ba37535fa89118269d706d6bf05d9

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b1def00ac3ba1cb4eeafab9c5791382222da1d0a]

        android: introduce CanvasElement interface
        
        Change-Id: Ic3cb636e397c110af54974159892b32b6c4c33c1

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ba93e70c9f3a70ca5644c30b8ed423db73ac52d7]

        android: fix handle and selection behaviour, clean-up
        
        Change-Id: I1f4404b1beb8dc3d5f64c21443c8e50cefe6fc63

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2f6c4d99371bdcc82efd0981029415369c3803cd]

        android: increase handle hit area
        
        Change-Id: I0148815d9152c0bcd7e3d724ebdd0bc50a4c4c9a

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aa5a78cf8b1589c59269d04e87c14d59514f4fc4]

        android: move handles into GraphicSelectionCanvasElement
        
        Change-Id: Ib372b4fac35ae77bf06c65913b142ae3e80b0eb5

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [0bc8e678a1f6a9cca452f95c8b58307dc9046949]

        sc tiled editing: Make the selections work with zoom too.
        
        Change-Id: I22d95fb2328acb81b8ece45e140da4094fc10026

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [7fa8f72a1782fd2eea9c0a29c5b06709d4508b95]

        sc tiled editing: Allow resizing the cell selection using the handles.
        
        Change-Id: I53e5a43ba4f0ba4783a524751985adb3f4610d84

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [a7e75be63e7ca7a084d0dbcb78c13f2896eb5b5c]

        sc tiled editing: Small refactor, preparing for moving cell selections.
        
        Change-Id: I61e98357a4d7248bd805907c8b37c94900259297

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [dd3eb52e5b9837e6408b0c2e9b44dc63119cd62c]

        These checks are cheap, simplify.
        
        Change-Id: I20a5eba0c52499d9898a7ba2f5d68c5fe3bee610

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d76382efb4e89d2c9bcf43922e1a2527811a51a]

        lokdocview: move button handling to LOKDocView_Impl
        
        Change-Id: Iac5d9e97f04af92ff6f6945d691abe94a3d785b0

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffd4b87966a69ede188a5e15151c95f199558f27]

        lokdocview: move keyboard handling to LOKDocView_Impl
        
        Change-Id: I1117ec42bdf0f2cb19f77723b87597d301d20ddb

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e43b9a9a05f1146c71fbce46a2ddce44c59c77b]

        SdrMarkView tiled rendering: fix unexpected empty graphic selection events
        
        There are a number of mark views, but we're only interested in the one
        that belongs to the editing window. Ignore the virtual device of the
        slide sorter and everything else.
        
        With this, a shape remains selected after resized, and can be resized
        multiple times again properly.
        
        Change-Id: I7f31c72567b9d01aaa75871ff5d1efdb3151a0e4

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e2388dc554b29ab241de18b76e58fee947cc1b3]

        lokdocview: larger default window size
        
        Change-Id: I1526ab6969effa043cb7d429961aa7611e1fdd06

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [7609c0b6832553fa66685466331866061368c9a4]

        sc tiled editing: Implement cell selections.
        
        Change-Id: Ic09572ac133c1bb473d716ec600ddb444948aa8e

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [9294dc36a3ed04591886b2ecbcf8d4b762b5cc93]

        Minor tweak of the LOK_CALLBACK_TEXT_SELECTION_START / _END docu.
        
        Change-Id: I39a6a20818c4ed92d37b7b5b0a91517ee370adcb

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [3aaab96dbc72bdef17f85717c987d48cb8513b00]

        sc tiled editing: Use GetPrintArea() for FillInfo()/ScOutputData too.
        
        Necessary in order to get the grid for the entire document.
        
        Change-Id: I3935694b15c1bec3f8c5f22c62f787a4bf0d62de

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [5d31f2d94dd7686d5740ec69782a35ebe97d768a]

        No need to create ScAddress here.
        
        Change-Id: Ide41495574e8a1d89f9be4f823e4d85d3742b450

2015-03-30  Henry Castro  <hcastro@collabora.com>  [4f658bf3eee7e2f5b72e979cee09188414dd0530]

        sc tiled editing: using function GetPrintArea to calculate document size.
        
        GetPrintArea calculate end column and end row including images.
        
        Change-Id: I256f9f1ce72f22b25cec63603de55cc0192b33ad

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7f1ec6dd6eb2d762293bb4712eec987fcb504f1]

        lokdocview: always use zoom factor when doing twips <-> pixel conversion
        
        Change-Id: I81ce20c54bb62bec68152ca228eb222f3fd3c597

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [baa0ef26dcec464dd8eec1adc629676a0a6f6e10]

        lokdocview: sync graphic move behavior with Android
        
        Android behavior is: if there is a graphic selection, then drag inside
        the shape is a move.
        
        lokdocivew behavior was: drag on the border of a graphic selection is a
        move, but inside, it's just a pair of clicks.
        
        Since commit 658534d36f87f9ab03d862e57b04ea268b73ccab (SdrMarkView tiled
        rendering: suppress handles during text edit, 2015-03-19), we can depend
        on the availability of the handles to decide if we want to move the
        shape or do text editing, so do the same in lokdocview as well.
        
        Change-Id: I2b105089e9acbbda75568622d4f2b1adecfe08f1

2015-03-30  Jack Leigh  <jack.leigh@collabora.com>  [e41e571072a105b9871d7f1014775bba0b2587c7]

        android: Bump to android-21
        
        Change-Id: Ifbe9a316795fc0519119aa9420152118f3926653
        Reviewed-on: https://gerrit.libreoffice.org/14946
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-30  Jack Leigh  <jack.leigh@collabora.com>  [f8a0d0e62acee5e1ef964c133a15ecdc00f6b4b3]

        android: Get search button to show again
        
        Even though it doesn't work...
        
        Change-Id: Ia84da613fd1e5cb3b2c9c5fa3d0458056b9cb728
        Reviewed-on: https://gerrit.libreoffice.org/14950
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-30  Jack Leigh  <jack.leigh@collabora.com>  [f23e1cb51c2381db3aff3a7cee91093f4a027272]

        android: Migrate to Toolbar in file browser
        
        Change-Id: Ib5e3d0d39268437c179973ba4e785a719cdc351a
        Reviewed-on: https://gerrit.libreoffice.org/14949
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-30  Jack Leigh  <jack.leigh@collabora.com>  [ce6b4d5ed32e67b39c534e2ad9082fa783829931]

        android: Change to v7 support ActionBar and new theme
        
        Change-Id: I39d273e397a3bcbfc1d7140dca4af89858f2c06a
        Reviewed-on: https://gerrit.libreoffice.org/14948
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-30  Jack Leigh  <jack.leigh@collabora.com>  [3bab59b406294e70d025680a5f71acdba129b1ac]

        android: Remove striping on ActionBar
        
        Change-Id: I7b675e7cf5b28558be57e293547531a9369c3462
        Reviewed-on: https://gerrit.libreoffice.org/14947
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [befa877c270ebda7615f981cad3f0938a5600e00]

        android: fix wrong TextCursorView class name, format xml
        
        Change-Id: I54d68cd5ba17bae675c8da421f2e661ac20abe77

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d61a74cab7e7341750d7177b4ac3f261e9a6384]

        vcl::ITiledRenderable: setTextSelection() can be pure-virtual now
        
        Change-Id: I232197b55a80a65800d85e66c50875b3af7e7fab

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [3fdb48d168908246243649fe996ec9d0d1a377c3]

        SdXImpressDocument: implement setGraphicSelection()
        
        With this, it's possible to resize an Impress shape.
        
        Change-Id: I6d81aee71853092a02bfad414fb107b514556247

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d6a07f6080f153de34f8bfceae394e64ed27b6f]

        sd tiled rendering: increase hit testing tolerance
        
        Change-Id: Ibab0aeb6b9b605d1cc964e7858404b1e0919fc10

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [9eb26a9a0cef3f574de92c3891c4e71273693bff]

        svx tiled rendering: grow hittest size when map mode is in mm100
        
        Change-Id: I908b7a5687e49f8cc9ec7e6ca333fe7cab84fcfd

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7cf3c046d5ce7e2ecc3a031e5eb7835b381f716]

        SdrMarkView::SetMarkHandles: perform the mm100 -> twip conversion on a copy
        
        Otherwise the position of the mark handles will depend on if we do tiled
        rendering or not, which is not wanted.
        
        Change-Id: Id415aa75977bb0224866ad0defc3c256357c366f

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [78dee9c45d50dd1f1d2f6d6d34e1a6ab1052ca4d]

        SdrObject::dumpAsXml: show bounding rectangle
        
        Change-Id: I15e7d9645ce97a1014e0e74c116aebeb2e3a9ab7

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [efbf462ed6bbd31c92f1132038387f4e22afa5c3]

        sc tiled editing: Implement moving of the selection handles.
        
        Change-Id: I724f1693a03194426dfe233c1be08f1fbec1242d

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [c14a2662d6004eb282f3122d9a0b4cf581863ad5]

        sc tiled editing: Setup the Calc's editeng for tiled editing.
        
        Change-Id: Ice6d9b66e72f6f88762a8c930b8b77dee7f64b40

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e23af8be459a6099704c87129a75074c69d13364]

        svx tiled rendering: fix Impress graphic selection
        
        With this, shapes on Impress slides can be selected and the graphic
        selection appears correctly around the expected shape.
        
        Change-Id: Ie819918a34952e8182553b26ff892fe9b5ae0258

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0e6250a56ec5da709f3e813ce0b7df0958a0e8a]

        lokdocview: lcl_onDestroy() -> LOKDocView_Impl::destroy()
        
        Change-Id: I0910afdb6a0d031cb64f545b5b2c0d16f18a0f04

2015-03-30  Jan Holesovsky  <kendy@collabora.com>  [bde275aa7db0e1e650b0b566ea765293b1698b31]

        Revert "sc tiled editing: Limit the mouse events only to the document size."
        
        Pushed too early; we are able to get this mis-behavior even other ways than
        just using a mouse click, we really need to fix the root cause now.
        
        This reverts commit c2596244325bb566dd460ada29207d0c05b83293.

2015-03-30  Henry Castro  <hcastro@collabora.com>  [e0fd364a3c49650c9cade1933dfdd96627d853a0]

        sc tiled editing: Limit the mouse events only to the document size.
        
        From some reason, when clicking outside of the area visible in the
        gtktiledviewer, the events starts being misplaced.
        
        We need to revert & fix later when we will be able to extend the
        document size in a convenient way.
        
        Change-Id: I210705c9f8909598d8d47c15c14c06f96bfc4caa

2015-03-30  Henry Castro  <hcastro@collabora.com>  [0e3fc4ae7e532c670ce723433984a971ca0a5804]

        sc tiled editing: Set the viewport size to document size
        
        When clicking out of range of viewport, the cursor position and edit in place view get wrong values.
        
        Change-Id: I210705c9f8909598d8d47c15c14c06f96bfc4caa

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc3896a1c4bfc6b8f15bc4b6fc21dfdfd41805c2]

        SdXImpressDocument: implement setTextSelection()
        
        With this, it's possible to adjust an Impress shape text selection,
        using the selection handles already provided by editeng.
        
        Change-Id: I16fe3222c9e1289a0a1b5bea9469c88513994e75

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [c040ca84e5f6b888f36f4041cdb2bd173d45c716]

        vcl::ITiledRenderable: can mark these methods as pure virtual
        
        Change-Id: Ic6b594ee3ed668f5038a1f998ec9e514ecb75169

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cc8eb17f91be010fca9016d426e3622088b56d8]

        svx, sw: can avoid vcl/ITiledRenderable.hxx include here
        
        Change-Id: I27f1770d0e1d3409d51887565f67d4d456ca9692

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a074ebf230b1feef3ca1bf1ef074b140d4bbe962]

        editeng tiled rendering: fix selection overlay in Impress
        
        The map mode is twips in Writer, that's why it worked there. For
        Impress, we need a conversion to always have twips output.
        
        Change-Id: I53c64b961180b6ff9b4ee75e3c5aa775416e7ae7

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7e23565ed958ef649e3f3ca143691c0471113f1]

        lokdocview: add LOKDocView_Impl ctor
        
        It simplifies lok_docview_init() a lot and makes harder to add a
        LOKDocView_Impl member without initializing it.
        
        Change-Id: I02d91b97fecd86896c11facca98fabd6a79157e5

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [25990dea1c85977935c7c86167e056a483941ac1]

        vcl tiled rendering: fix invalidation callback in Impress
        
        Even if map mode is disabled, we have to check if the map mode is 100th
        mm, and if so, do the mm100 -> twips conversion. This was not visible
        previously due to the full repaints fixed by commit
        7b8a59807806dbf6ec759a836c873b435e09e907 (sd: when tiled rendering,
        disable map mode early, 2015-03-20).
        
        Change-Id: I57862b43cc45ef864d7ec05c47b136e534ba2d54

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [79dac94c5d0516a9e0d163b3c7d5f222e6f0725d]

        android: add doc on how to set up jdb
        
        Change-Id: I15427518bc82e3da147b74c01bb2e0480fc32f25

2015-03-30  Stephan Bergmann  <sbergman@redhat.com>  [7db40f6bcea9b18d04ed8e6ef103c4b367c11114]

        warning C4701: potentially uninitialized local variable 'eType' used
        
        Change-Id: I5c7f81a30d06b4dbaddb3b64ea5467ed4faeac38

2015-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8380bfdc89cd0ca8d47e188146641bf884e794f]

        DocxAttributeOutput::m_pTableWrt: use std::unique_ptr
        
        Change-Id: Ic6c519536a362256d993b0eaf76b5c107f25ea7a

2015-03-30  Tor Lillqvist  <tml@collabora.com>  [17309d29794951cd07376a1bfcc547b418a28241]

        Don't crash if no screens available (no access to the window system)
        
        Fixes a crash when running gengal on OS X in a ssh session when not
        logged in through the window system at the same time.
        
        Change-Id: I6a47666aeac43fc140f52ae2d62b36eadc976246

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [64c251f99ba633c96c1e3410e69dfcdcbf44a267]

        let all cond format objects inherit from XConditionEntry
        
        Change-Id: I60f156b4a64cc70bd1d19f4bb29c79cc8cff3e94

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d21f9f5079c4ca705331dcb298709bc55971bafa]

        fix API values
        
        Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fc3e8355774a5e7ee524626bc50f2a39d4785c00]

        implement last part for color scales
        
        Change-Id: Ieaca45d01b5e631e624016b58ab7964dc880725a

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [21e9287987e99b1c9a5b9af7ace1c3f8b3b888dd]

        add color scale entries
        
        Change-Id: If88822765b5ec738f3204a4ef7c76c3d529e6be2

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2773e6ffb57d514e667e8e75cf165a6bfef82dec]

        add last databar part
        
        Change-Id: Id86dfa4e6795d0ec6a66850747f95de6b0bd8b98

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5762370f7a9b6061e30ea458a4b08d24ff745788]

        implement last missing IconSet piece
        
        Change-Id: I97fb3a2e8bc5abb68a07e4daab6492a4ffa5c52a

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8b3137c9460aec7873001d5bbdf1b6f29d7646a4]

        first icon set entry always is minimum
        
        Change-Id: Iddeced617ec6248601a3636a84abab6c1d4bb015

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3dce04a789f076c73f6fbcfadc86903be114020c]

        add uno object for iconset entries
        
        Change-Id: I3eed6b39a72369063e160e2be7a27fed53a0234a

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dd45f089b2fc45ece880c4c1ff219a92975a95d5]

        add UNO object for DataBar entries
        
        Change-Id: I5e11e62076495f62876654baeebe7dffe6492040

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ad6d79c61702b2301a7deba11ff4be836bae326d]

        add value for first entry
        
        Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b48cd09e419efc012fe4719afafc9a8ddbf875f9]

        work on initial colorscale properties tests
        
        Change-Id: Ifc71437b8c7dfd70bf733863713ada4ad605abad

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e49808edc46c75ae2bd351ca71f09fb43c3b9051]

        the implementation is available so enable it again
        
        Change-Id: Ia5974e57fd4a21897577ff25fb53f48cceb49501

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [76115b29524be1214e29613aa31cc433f5ba7c75]

        start work on data property tests
        
        Change-Id: I1f1722aa3566555816df19e68aa7eaa97e7a13d9

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [af56ed1ca1e4d37bdef0875757bdee050c35cfef]

        fix condition
        
        Change-Id: If8ad2361d6c0d838c39f8625f129fc326efd2cd4

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e21e3b26646e9642d3e72269c44cbe3b781f9782]

        correct lifecycle handling for more objects
        
        Change-Id: I456019c298c73bc872b49b55b628af1e0233be73

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [97054f533f8c7153545a1c08dae12ca92f069122]

        implement one more method
        
        Change-Id: Ie18be81fa664df88af605674968e302c59f7dc98

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [35ea7ffe7549eb8a5f2539bc37ac5041a8d80c72]

        fix return type
        
        Change-Id: I581a8a0c7348a9752611b378e883ef20172d16e0

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4a9ba96520bdd6f8d40a9e92ef11b481f0d408dc]

        implement one more method
        
        Change-Id: I3483b2004c0afb8bea651d9eec35d1cbf9aff2a1

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c40a4290193e6e16f92e3b90b76ef709db41cb9d]

        implement some more properties for databars
        
        Change-Id: Ib6c7f4f316ff49d433c8810ef9a7bbfe64c0576d

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2f266f2dd20e5e2a05504ea68d5a8d224429d511]

        fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO object
        
        Change-Id: Id1a3cc62288c6c618c8b86caaa69a96eb541d06f

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b1df39726f28b356a3f77e17d83809dd13dabcb6]

        more work for fixing lifecycle
        
        Change-Id: Ieba2eef93777f616bda6a46fe206b773c09ab2a0

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a017e073f033f669de79bb7fc7dc1268ff236dd8]

        add missing enum values
        
        Change-Id: I3234fb21e3f62068e39b6667e9c77e857536ade4

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [31cf3baa7985cc98339a83ecd22aa7fe5fbc7916]

        let all new conditional formatting objects use WeakImplHelper
        
        Change-Id: I3b7bfb0104fb4b41c2c84d00723934faa8de5be9

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f2462b220562dc961f0858073389ed9ef3bbf571]

        add XIndex interface tests for ScCondFormatObj
        
        Change-Id: I55604485183057f476c636abc4d43bc9fc58711a

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0b1c4b8a0a5fb0b61cf044a2d54ba797fec69d9b]

        add test for XPropertySet for ScCondFormatObj
        
        Change-Id: I1786a8b1bf871ccefd73efe3e0515bc3a7dda709

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c75c0cd7eea3b6c626ab3c981b717a92cbf1d8f8]

        prepare test code for next tests
        
        Change-Id: I38cfba16e3187a9d80b51258c85f06a829a8a76c

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f104581dd1c3daf8e0ccd5c027259f12792cd26e]

        fix a few places around range for conditional format API
        
        Change-Id: I544314004e32465248a1ec228dddcf84052d7d2d

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8a5482912b5091ede68b823e4e29cfb2f74c6315]

        add test for one of the ScCondFormatsObj methods
        
        Change-Id: I05fc54a2153fd90d03d2575bdd9bde30a54d71c1

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0b8777dc19bb86fb196f45183cdc9fa8f764add3]

        integrate ScConditionalFormat UNO object correctly
        
        Change-Id: I8da8d954dc7bcdf0a8c2f78eeb6b2403eb75d9e3

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [11b0bbcb37c57dffcc114ebfc8822de332407478]

        add test for conditional format list size
        
        Change-Id: Ib7df18a5ff8f9afa00c925245eae0ae8be9e06e9

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [87c1864386577596193f1816a5acbe247b6990eb]

        try to prevent use-after-free
        
        Change-Id: I7edc3d09d495749a44da29c0cbb30eb0d20fd779

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [29b8f25ff238fcbbff886a108a2fa1c36aa09600]

        add first test for new conditional format API
        
        Change-Id: I85cee7b6b55ce35bb900eaf708744117208e57d7

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9dc75d5a548facf605a5bde48e637b94bdcabae9]

        integrate new conditional format list into normal UNO stuff
        
        Change-Id: I04ccc7cee4052e5f8e06423216e7d041cd95e2b6

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6898506dc26aecd8d0547f8b7f9173282c3cf085]

        more code for conditional format API
        
        Change-Id: Iba10222186c84c7a8ecf6928b8145dc941840421

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2a9d654c2b99fb02a3e06a1cdda54b073c5af5d0]

        fix gbuild-to-ide script
        
        Change-Id: Iff624d9e31ef5ba7d87b92124c60b02cd577c50b

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [52aa7fd21c53db172e0b3a53aa7f27507c79d39c]

        add implementation for new conditional formatting
        
        Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2

2015-03-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7abdda1b6ba63c95d52950428a1d52756842d778]

        fix all UNO IDL errors in new cond format API
        
        Change-Id: I004a3899363280c16a60a5cca03d8940baeeae5c

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [1da98a2fb1954a45a583197efb4f87ddedae2e1b]

        Think aloud
        
        Change-Id: I26d18571bba41b66d64a6b1be6f2cbc45b1b71d2

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [00ab36a16db3ed0cac6206a233722b4c7efb8cb6]

        The --nofirststartwizard option is a no-op
        
        Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [db255d5a4e35f38c4bb4755970506d841c98edb2]

        m_nofirststartwizard was never tested
        
        Change-Id: Ibd74eae829eb6bf5366a474628c1bf5ff6b4e839

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [9e53fbd9a67bbfc35aa6b96dc034df9f6ecf5643]

        loplugin:cstylecast
        
        Change-Id: I8bb20f4ce9c8cca3b70057cd8c4fb23819fa3b23

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [da1d01a432e160031abbf445b4efe879a664bbfa]

        Minor simplification
        
        Change-Id: Idcf9158d0446107ec783fd8691078791d7b25e31

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [b9446cd44397ef09db75eb2f2425421d2baaf9b3]

        loplugin:cstylecast
        
        Change-Id: I20b7936d2bb11363a701ca649deba31d53c76868

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [1fca9d18937d41c411cb165f2ce5ecf82619ea02]

        loplugin:cstylecast
        
        Change-Id: Idcc1b71c55d6cfd983ad78e8c0cccf2e2242a659

2015-03-29  Julien Nabet  <serval2412@yahoo.fr>  [79fb95b857d986f40ec0b8acacf7f35c6a96ff84]

        cppcheck: redundantAssignInSwitch
        
        Change-Id: I78fdbcde76d01c332430f63393936ab38ee13de5

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [d6567a7d27ede35b649c1f50d35a9570635f177a]

        loplugin:checkconfigmacros
        
        Change-Id: I2948340c8c0be50543a898f07b125e7eaccc8909

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [fec207b77aadd6fa8f8411c5918c99af95dea786]

        Fix test on non-Linux
        
        Change-Id: I0852c732d580d85ebad629ca26c28ede1576b957

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [4cc067434059858762276d44e4e91b1e0ffaf7c7]

        loplugin:cstylecast
        
        Change-Id: I999ec56219a7d9a9dc8c1e9310cc74dccd0ac099

2015-03-29  David Tardon  <dtardon@redhat.com>  [c75a575752dd53d4333dd8b937de774a85d00806]

        WaE: macro "LT_HAVE_INLINE" is not used
        
        Change-Id: I375449ac3068927f525881b0022721130c9c63d6

2015-03-29  andreas_k  <kainz.a@gmail.com>  [591a22f41f26335076ef7c53b3d51ecf5b57158b]

        Breeze: update svx and icons for 4.4 from links.txt galaxy
        
        Change-Id: I752f2a6cf9456e8d09b2db253aae6ba12601b156
        Reviewed-on: https://gerrit.libreoffice.org/15055
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [32b40fc6412220a07094f19313f76f6f70f7d4b3]

        Galaxy: wront icon name in links.txt sc_sc_
        
        Change-Id: I60e51eef75bd999d903d66e986e7de13a17dd799
        Reviewed-on: https://gerrit.libreoffice.org/15056
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [73321bf2ab0ad3bc8ed9a8c19b2c2cd206614522]

        Breeze: decrement icons now look like increment
        
        Change-Id: I189528b27777ea0afaf596be31f79fb895b278c2
        Reviewed-on: https://gerrit.libreoffice.org/15054
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [451a78f9f26981eeedd65a3d18dc0bbcad06f816]

        Breeze: Properties Spacing and Indent Sidebar
        
        Change-Id: I453bd52682ff02ddcbfbf3c06290f232aac750c1
        Reviewed-on: https://gerrit.libreoffice.org/15053
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [8d1b73ee3365a021bd8a8da83f9d69a7636b793d]

        Breeze: sfx2/res locked files icons
        
        Change-Id: I282c265d20f9fd760f66a8bb0a87b407d9f3f78e
        Reviewed-on: https://gerrit.libreoffice.org/15052
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [a52cf476e7cec9d0c70dd4ee93cbd328b66479ad]

        Clean up template-parameter-dependent C-style casts
        
        Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [c266ba458f444e5f4a4bafbf4073710c31897536]

        Remove redundant C-style cast
        
        Change-Id: I1785b47bf24f6be55f7ee346c9972ffa12cd138b

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [66f0c17d244cdc8d5a96ca3fe97aef68b45ad0cc]

        loplugin:cstylecast
        
        Change-Id: I7fd4ec85eac0693ae6a61ba0b854dd6091bdc6ef

2015-03-29  andreas_k  <kainz.a@gmail.com>  [ec0e0809af73e49e46c66f2349cbbf13362b3120]

        Breeze: missing sc icons
        
        Change-Id: Id021902948c6a07413383c197fc86d2000f01873
        Reviewed-on: https://gerrit.libreoffice.org/15050
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [58067b5bd18df963a1096f79e68c5bf1e5785a1e]

        Breeze: missing icons from sc/res folder
        
        Change-Id: If18e44a7dbdd4361fbbe6886447fe9c5266adab1
        Reviewed-on: https://gerrit.libreoffice.org/15049
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  andreas_k  <kainz.a@gmail.com>  [4c90ee8a9c9b9a3841986aeeff859783eca6b77a]

        Breeze: Style and Formatting sidebar
        
        Change-Id: Iae087b246ddc0ac2ade4582770447f0624c85318
        Reviewed-on: https://gerrit.libreoffice.org/15051
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [59722bbb7c9eda0b8e23340eda2ce3029b627542]

        loplugin:cstylecast
        
        Change-Id: Iec37e09d0da181f6af268fa0c8c43a2e1fef5dbe

2015-03-29  andreas_k  <kainz.a@gmail.com>  [4aad7e6330d1a49f17c3362dcd593b00bcdd3523]

        Breeze: CellBorder icons
        
        Change-Id: I43a0e70fa9d99649115140e2cc030771da752853
        Reviewed-on: https://gerrit.libreoffice.org/15048
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c395a894a6d9e7a4b7f2586718ef0bf86ef6730f]

        writerfilter: turn RTFDestinationState into a C++11 scoped enumeration
        
        Change-Id: I5d3c0ab5869f415b3a435e5f931613a188e43173

2015-03-29  andreas_k  <kainz.a@gmail.com>  [645030d03afb0acd5f0eaa8f166d984fd5926c49]

        Breeze: Calc ChartWizard icons
        
        Change-Id: Ifb93591c4fef810656ad3dca0ed0803bdee0de15
        Reviewed-on: https://gerrit.libreoffice.org/15037
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [85d549adccb0d5942aca34f6836bf5e69bc0c736]

        vcl: add ScopedInfoAccess to Bitmap
        
        Change-Id: I57292ef47ecec98d2faeff9689702e07050dde1b

2015-03-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2fb8cf7cdc48aa97eabf14a51c2a141823368de3]

        vcl: cleanup pngreader, use unique_ptr for pImpl
        
        Change-Id: I36fb35338d8635e4bf1ac7c60e0f09da401406db

2015-03-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [024bc58aefdce2becb170939eac68e18cce2977c]

        vcl: test for bitmap convert, use scoped read/write access
        
        Change-Id: I702d3e1ced356efce28ebfec141776f07645b2f9

2015-03-29  Stephan Bergmann  <sbergman@redhat.com>  [0bd502af47b53bc4340df7874bd726361e3bbad9]

        Clean up remaining C-style casts among void pointers
        
        Change-Id: I1b49c020d597b569e330482f4dbf20c15ccdae3f

2015-03-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [0db89bcabfb4e207bed95b4a14685391311eaa3e]

        make gbuild a bit more quiet by default
        
        On a regular build, gbuild print over and over
        the 'loaded modules' which is a long landry list
        that serve little purpsose but to make it hard
        to read the output
        
        If you _really_ want to still see that use verbose=t
        
        Change-Id: I0950f471b68e84c0cbd2c0afd2721394f70da398

2015-03-29  Norbert Thiebaud  <nthieabaud@gmail.com>  [67d1fd3b627a2223034d8f0cedad6bfb7774095a]

        make --enable-pch the default on windows
        
        Using precompiled header have significant performance benefit
        on windows, and seems to be quite stable
        let's seclect it by default.
        
        Change-Id: Ia3d0ea53007e3550e819acdd7943bed945887bd0
        Reviewed-on: https://gerrit.libreoffice.org/15045
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-03-28  Norbert Thiebaud  <nthieabaud@gmail.com>  [3c6fd5a59b08cec8705a31d17a60204acf6b7173]

        Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"
        
        This reverts commit 1efe5fe38031f7bc23150c35e4c68940621a1d5b.
        which broke windows.

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [9eeee5466fba5a3ff1de6d47b6341d83cf14c275]

        Bin superfluous whitespace, ASCII art and useless comments
        
        Change-Id: Ic70fe69f407e49604b056cdcb92aa3d656e1aeaf

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [5215ae54437d2cdc017e49b5b518c4e6a8fb2d50]

        Bin superfluous empty lines
        
        Change-Id: I5bf8ef05aa0a1da972963ae44f04a0042c7b1162

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [5c2f5facca97d70926194048877ba31b23906ef4]

        This SAL_WARN is hit every time Writer is opened it can't be that important
        
        Change-Id: I89922b2b3e7415275e7d91c037733537bc45e336

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [d61c7573d7345a3b57a9e71740ff8f50ee40116e]

        Add a comment
        
        Change-Id: Ic9da4b8cb28f0789cefa8cf1eb3073424f6ea552

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [8c100755ba5c2a097b3d12c60fde6d3b1f1f606c]

        Don't use any IPC pipe when in console-only mode or in a LOKit-based program
        
        There is by definition no reason to do any IPC in those cases. Each program
        running LO code in such a mode is independent from any other.
        
        Do as before for Android, though, I don't have the patience now to check
        whether we actually need the pipe on Android for some reason.
        
        Change-Id: If0f54bf51e58b13c0c0b8f0bf6882bbef067960d

2015-03-29  Tor Lillqvist  <tml@collabora.com>  [2b9cef0286d1361441c9350135a9874d4a3ba34c]

        Bin pointless static const members used only in one place
        
        Change-Id: I5cf39093e01dfd381624975f3267a2f7349ed8e5

2015-03-29  Julien Nabet  <serval2412@yahoo.fr>  [704cf81ebef60a3f9d3f5f78ed24a1fe30c98f92]

        tdf#90292: Crash in pivot table when dragging field into Rows fields
        
        Regression from 6bf3b6d420873e236b2805a42a95ce33e614ad98
        
        Change-Id: I422958e5979abeee1b07a4d0e81328d72d2c61c9

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [30b214b42385e7ef6024b35c0c18ad1cd6411f00]

        simplify
        
        Change-Id: I7161786371adf3b3e719b3e77abf145550db1c44

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [10469041783dcfe98b04d15492cb058b6bd911a8]

        simplify a bit
        
        Change-Id: I8bafb5195f6c98a7e0e512aec947f0e5e2867c13

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [690eb78e409665eca4b9e9e5a754459d524529e0]

        simplify a bit
        
        Change-Id: I6c43307b8af29cef211a45fa568d11389501bb29

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee1d50f6fb4fd9cf6284b583caf68bf53bd7cf3b]

        simplify a bit
        
        Change-Id: If0e5ec0d16290aa1934200711e0e894b662ff945

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [538e8006b66edff4455bf41cafb30251355b4c7d]

        simplify a bit
        
        Change-Id: I28f9271783f38d99c452825572fbe858903c49d4

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [21ce1aed94d7a4c5acdb0ca78d12cd73c67e9f1a]

        simplify a bit
        
        Change-Id: Ibbc4929720003760a535fbaca38568198a09bba5

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [48654dea7fa669dfcbddcb0d07cf814a04665dda]

        simplify a bit
        
        Change-Id: I0329ce26eb080b0aa73302988f258d7c8e90fd6c

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c03713242ad9e00359e5a5186a381daa1062b285]

        simplify a bit
        
        Change-Id: Idc98247f897b53f4837704d3361456ac790a2b3d

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cd0a92f1d61c8653f158bf5c49912e1257c1fd05]

        simplify
        
        Change-Id: I1893f53d1bc4996db862301fc4350339802858ff

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8e3c3adbf0132fd0ce4f4bd113274392297c0b23]

        simplify, kill manual memory management
        
        Change-Id: I1501cc9912ab555125933a3c5c9ffe9d1d7a9557

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0056e34ae80ef57daf0567020a147cc914b7ab4e]

        flatten and simplify
        
        Change-Id: Ibc09d895714ba0ea44c3a73a13eb80ccff7415e6

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cb555c12a2aef08e9b53698f6b0e753d43142551]

        simplify
        
        Change-Id: Id48493c820e8052730e3f13270b5071161ba9f26

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2535e00ea70956ea56f2a3d9c0e80a40265d5f68]

        formatting
        
        Change-Id: Idb189972e5d485bb0bf0655eb2b8e90c4cd21a53

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [91175c7ef111e49b13b8cd6c1f43ddc478eab5ee]

        simplify a bit
        
        Change-Id: I885834add47a7ae18ae97c05794a5b6e7bc72aa7

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0b0acbdd52e8d0cc4d97642c1dd90e852ee4ee4a]

        formatting
        
        Change-Id: Icb8e4575d0768f43faa5db0ea66e9bfa17713e78

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9b6086bb33a39cd6b29a7035a139ca4208b0ec46]

        be honest and throw exceptions when unimplemented
        
        Change-Id: I57cf702bda6be4e04f2bff8202e3b3e20286f872

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f97e6e03ac5180bfdbdaa768480bc6bc3ee5664]

        flatten and simplify
        
        Change-Id: I7c1f2f92494d7d7339a75e38a003545ddc556549

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9196885f79d261d375036159a86aa47502093587]

        flatten and simplify
        
        Change-Id: I4da01d589ba170e230aaa4db5d1336c5f93ad168

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [94db1357b1e50ece5b9ac1c5a123ce656aba1790]

        flatten and simplify
        
        Change-Id: I7fb6774f0ebfbb65410ab441eb1195e5c7310756

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9ba21f6bf1fc369f41eb9454ec9df499159d783e]

        flatten and simplify
        
        Change-Id: I0ef8e47de4b0f135b5e789f93efce2de1daac99a

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [63d47cd94df138d0f76961c8e370269e75d95745]

        flatten and simplify
        
        Change-Id: I0a45f87ca77f3eb4dabbe3c8dc047ab5ce93f1aa

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [336f29cab4c145a204b1dc44a083a32c49a93539]

        flatten and simplify
        
        Change-Id: I1b2bdbc3aa6e6a803dd57a5e49412391c4bb46dc

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [647e461d0754f297e48d285b06351e0dabff96ed]

        flatten and simplify
        
        Change-Id: I4de021c7fd4d1a22fd9cbbe3e391686d9684f1c6

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bc0557001212e4a94e8123c46f643defcb85afa0]

        flatten and simplify
        
        Change-Id: I198793d0ab9a91a7f6a3aebc5fafbb6d7de7b98f

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [48c99df39e6e66e3957b74ceedd0ed2cc6170143]

        flatten and simplify
        
        Change-Id: I74746e6fc9f235d48dfe24f4713404f7e9d578d7

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e753823b1175927fbe84056f5831287c47f0211]

        flatten and simplify
        
        Change-Id: Iefcbf2ab06dcf18cdd0f0d82e4389ec1766927f9

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2049746aa5ab3a9e48f0cf45c6257cee6ef0186c]

        use ranged for
        
        Change-Id: I7bf23c4fd2235125c3f9cbfd32027b98ff91ac3e

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d28108fe2b85d1964d28846116dbdf6cfba24e94]

        simplify UNO boilerplate
        
        Change-Id: Icb093f6db5df4dd4094c49202fce54de524aef94

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99b1d7737a866a554c9746787e9e405d1719d802]

        use ranged for
        
        Change-Id: I0ede4ea54746fbc1d90957d540d7ed1ef35623b3

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [212a0bca30ebcfa312901be1370374419eb03a13]

        be honest and throw exceptions when unimplemented
        
        Change-Id: I38bc4c15eabcbcfaf7183cb78e5f924986c0365f

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e2b58f2f586dd33229a53795159a11d8691f633f]

        flatten and simplify
        
        Change-Id: I1dd846e27d15bb959ec65c90abfb33ab43788739

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a1eeefa5c173332122a67fdcc0be070fb8f888c1]

        fail early, limit scope
        
        Change-Id: I0acd496c6276c59c0c53b1ee9503897800771a44

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c4fcf9100cc1a4ad2dfe7f83bb80b56ba070c0b4]

        flatten and simplify
        
        Change-Id: I72d71c035b43fb3786390eb4a146ef379f547e69

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dcb26ea845f86fdeace62ab3d8450b21c4fb103c]

        formatting
        
        Change-Id: I80702d9f681e1ac62bb0d2c35d3fd99111349210

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [943f537a1722e6b0835ef999f5371ba0c30fb813]

        simplify SwXCell UNO boilerplate
        
        Change-Id: Ib0057ac18ff6d5db7cf3d19eace5b602778450d8

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e66a55267464d7c5cd996af9b48ebed923eb16d2]

        flatten and simplify
        
        Change-Id: I3ee1c48cf324c33515500d5e0bf73934ae994b94

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [91a42a99b70bfb6c14a7f344aa7d38f1307e8286]

        throw RuntimeExceptions to let API user know its a noop
        
        Change-Id: I37b12eba2f9cb918d196f8854ae61f5e81cd76e7

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [13de0eb8375bdbca93790c70efd791516d030a6c]

        except on call to unimplemented functions for API users
        
        Change-Id: Icb22a9b8d8b2c55ddd00206d30a9fd4622cee95b

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b438648006c92a4633335cfe077104103a7c767f]

        flatten and simplify
        
        Change-Id: I7339a7a54dcb6eb3a887416d05f8f78f38aa3c96

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [df384772bbcc28827619409d37912c458770c593]

        simplify
        
        Change-Id: I211766d84f5b4ff0b295a896df01b5b13f665940

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a36802f6b9e16e0f1d3c33ed03d19a6c7b61c705]

        flatten scope and fix plenking
        
        Change-Id: I813fc97d48c6df92638cdedfca26f1a06d4df836

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5fc964fa337ebfb331997d894556f847d17fa2bc]

        simplify
        
        Change-Id: I3f874a89174cd66687b50d66b5ab35ab90ee66ef

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4392cd43de2df7f7dd67106b24d184b52f0bd316]

        flatten scope
        
        Change-Id: Ifc448767a946566dce5e4f5c98f79fc61099ad5f

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c788546083f3bc33b5264c4228caeec1c2c3353]

        simplify
        
        Change-Id: I3a7284585fa86f251e49307bb32bc341e7f084e1

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e71e5ff29980e1f2274e6a6e6bd1334cdc0bab29]

        flatten scope
        
        Change-Id: Ia77518c6fa3d651f7026aedd68f81e160ea193a0

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [812aef9e3893a4de15fad0fca1ed6bf1fa17836a]

        simplify
        
        Change-Id: I13a96f7dc18b60d487a9fbd1843eb3709eebc815

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3cce996160a568a403c99efebd58173fd4c4ac2]

        use a nullptr
        
        Change-Id: If317cdcfefabc625b465f3d49afecfb6a86cca52

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [47e1aabe1c8a990cce49ab9ff679c963c1fe760a]

        use a nullptr
        
        Change-Id: Icf119a44b28c6ee19997e4a623e2f16c72bb97ca

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fed82904e2af94fd264d4f54c9144e8b2ad3f234]

        flatten indent
        
        Change-Id: Iaec008f2bd9c3184171c3882d694e66d6da876ee

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c8350654c2a65b6247d5cc0d4d41ece6d4d839ab]

        use ranged-for
        
        Change-Id: Ie5adc60d6af4f04bb87ca49bd2ff1f1bdae77556

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [644dcf91451ed449aefc46a5c20ce29c84ea3313]

        simplify
        
        Change-Id: I32df53d285b15b687845bd4159f82b01e2dc00a6

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [312c55beaabf33f6d44e07b0d1c24ef84d1e8d36]

        simplify
        
        Change-Id: Iee71379160f6478a940f63b6f5be48a3a6bdcfde

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2effcd451dd6bb667e0b941775094a3b5263bbbd]

        move to inner scope
        
        Change-Id: Iead2cee403085198a94396cd993546b0f9355c78

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2941d5d80f6e649b7f91f177e6968e8aa42cb69c]

        simplify
        
        Change-Id: Ief0da83b38adb0ff57d4af51190d85046a920d1c

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9af3a0d44f5f3208c490eeacbc4a9a87af915d7c]

        unify with a template class
        
        Change-Id: I2430ce017edb534a99c3207efcf62780e639e9b8

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [132601712ca3922c02b64cef6ea382120dd4511f]

        also kill SwIterator here for a Notify call
        
        Change-Id: Ic8e8a581bb38bf064117f74aab7362da318e21c4

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [95f2ba75cb07462e4a53f39795a72cfdaaf36452]

        some more constness
        
        Change-Id: I3be2699d04359ba9e7d9184c2e69778f0a70d072

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [76b2fa2f85f25a77bbcfbdd3fd3e3caea897fd80]

        use makeAny
        
        Change-Id: I841ed6bde0de9677df9fbccfff1b6e51a996bc61

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ef9d2e03bec142da915fb021a6ccbfc9df519651]

        flatten conditionals
        
        Change-Id: I13978be6dd654274caf383d9cee7b379f4d001eb

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1cef3995f626c9bc826f79756d0518f75ba12f14]

        use Notify instead of SwIterator<>
        
        Change-Id: Id9e0bcaf2e961e2d797e4c180aa782cb0e418bcf

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f6bc8126de857c4cb52cb85a07eac0b93b30d19d]

        merge SwTable::GetFrmFmt/GetTableFmt
        
        Change-Id: Ibf7967d7a3867d700c855c0aa14f14957ce33717

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a88685d5518b42716f2a0736c882ab5d09432f71]

        flatten indent levels
        
        Change-Id: I14bae5d1bf3202d38b4e81e4ad6e0084a1293956

2015-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e139d3f951c42ab8794eac976b4d5f575939dbb5]

        have a Reference instead of SwClient meddling
        
        Change-Id: I484061f124e5eaadd6e08a17f91dd18faf30b871

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d69d640c96aecb49546c9b69372d6ee0f7200895]

        Missing const
        
        Change-Id: I5f85d7b995d933cb2839ee37a83770f4761b96f8

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c79ea206b8b2a78488aa20e8b440806078c37537]

        loplugin:cstylecast
        
        Change-Id: Iffcc1b4fff1293c34f8f8d4eb11465ecb0a873d7

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [b2ba39927b64f56831d4d7cca85b831911930809]

        Blind fix for non-standard send(2) signature on Windows
        
        Change-Id: I0cff8d60aea0d9d0f41209ea04380259142ed607

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [a95f63407f63f2e1fc3ce1916f97406012993606]

        IsEnableAccessInterface() is not used anywhere
        
        Change-Id: If5591adcc15bef2144505f9747d2348568b8e1ae

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [88482de1171e11343c6a1f96b830553d48b79f05]

        Fix weird style, whitespace changes only
        
        Change-Id: Iab7e3704b6094a3a3754400f05b9718853fe6c58

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [cbff9aaf99e21bca6b48999df44b288ef14c0d5d]

        The pExceptionHandler variable can be static
        
        Change-Id: I83f2531e092eaa610cf887937c803e11c6120e55

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [ee0cfd7fc843d34a04eb9bd2bedcfc1993691aba]

        Remove #if 0 block of code
        
        Change-Id: I95320c0a3e0b7a405a1332e3826d2b917ecf3a6b

2015-03-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [73779a5ba01d513d1eee498b77ef985bd1c9f1fc]

        show warning also for existing entries, related tdf#42897
        
        Change-Id: I80e215387852a1aa4ca0165ba62f307389abee32

2015-03-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c276ca28262c4dc690849d89aa246a308dba1b25]

        let it sound a bit less dramatic, related tdf#42897
        
        Change-Id: Ie387f8e12efb1624ff56d7e25afd27deb0f1135b

2015-03-28  Laszlo Kis-Adam  <dfighter1985@gmail.com>  [fd28dea50930797652afbdce6992bea08c56caa0]

        tdf#42897 Warn the user if string without quote is entered as condition value.
        
        Change-Id: I5b30b608c0192b434ff237513ed7fbbf5af43f11

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [78ad5ecd988270f3308fe98cc128ddf832c0c00b]

        Clean up isMacroBodyExpansion
        
        Change-Id: I745b320dd5f44d54371d8a0b961c49793e3e0ad6

2015-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1434d6826aec313854072c9614a2d281762f5e1]

        sdr::table::SvxTableController::onMouseMove: remove dead code
        
        Change-Id: I7df271e5542359cbc1570244ba1381b0e18607b2

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [ef44d45a4e23ee58b245563222d18bc18300c3d1]

        Clean up C-style casts from pointers to void
        
        Change-Id: Idff46e5642034cf751d557de9a49c02a7abf27bb

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [51a705c439ef2074120f276cce641d8e21768e8f]

        Clean up C-style casts from pointers to void
        
        Change-Id: I112f4df678d9f3e70df7782443c860f930909e33

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [b51252247ef9b53fea133aaa801e662369f71ea4]

        Clean up C-style casts from pointers to void
        
        Change-Id: Id64d800ccebab274e5bb7ad2667c0e270e745bdf

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [44b9b27b1ad161191d254f5497e7eb0766854966]

        Clean up C-style casts from pointers to void
        
        Change-Id: I962bd44f2ef6204ed2ea51f79b752bd948f67209

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1bfdea75d23d79e8b0d2d7c1548d716d0ca27488]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ie42bd7a48391615ea8f48b24d6bfe2bbebb31a0b

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [18804c92e10c7f4572b9698b1cf6dc86db8d6f32]

        Clean up C-style casts from pointers to void
        
        Change-Id: Iad602cece6e328c7f5d5f36adb294c97b152ade3

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [33875d862ad5d870cfd1f67d5ef9ad91b8be740f]

        Clean up C-style casts from pointers to void
        
        Change-Id: I9622ea906878cd8ed8235bfd4a84217817c132cc

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [9b88d532375a6d89c241053c40581d9f963fa1b0]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ie12eb8940ebb6059d234f5af25800812c085002a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [b646aa35d0f5c1115178167f78c6adadb0090aee]

        Clean up C-style casts from pointers to void
        
        Change-Id: I8c40cbe7c6928d89eb280344436a4b68a4884bd1

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c0de7e43b8b51c48c4c0a1f641a1654678bba07a]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ibd269ae3147ce95f3f093e10ab736e8287e7098c

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [9826b9cf5b8c78fe25eaab1009e0c95142678ecb]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ife048a705e899870a8b1d9987b109d5c0cd80599

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [93a8ef5a2d3b23b193261177eee4fb13758dd7cc]

        Clean up C-style casts from pointers to void
        
        Change-Id: I98cf0c0eee558662d1e3dd20cca99ec1ca8c9a2c

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [2828d92eee63a4a5306ef64482bc7d1db3459406]

        Clean up C-style casts from pointers to void
        
        Change-Id: I2ec58d0bfe13fae4fc2141f9b017b5a72e0ba2c2

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [85f28ec44a2c169c91dac9346e9c71feda6a6cab]

        Clean up C-style casts from pointers to void
        
        Change-Id: I5f4029fc583952ae6392dbf2d478155982ccecef

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8c8d955998a64c8de7fb7dc81035b8889fdfe2e2]

        Clean up C-style casts from pointers to void
        
        Change-Id: If8783896136470a0664f1cbac061e30576ef96a4

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [09757afd363d9d015c42db43dbe93be393d667ee]

        Clean up C-style casts from pointers to void
        
        Change-Id: I4ce94a1cbe0567a829de977aaa9fd1cdbff71788

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [898832faad4be91729deaf88e35f725da62c72ca]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ibd23c1d96b093ae2670e7752691dad29c081639f

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [116b969fc9916a0414d79e5276623b8b8dcc5f3d]

        Clean up C-style casts from pointers to void
        
        Change-Id: I2ac79c757d9116d35436ae1adc0e11e7040e725d

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8b2779bf61993ead742a95f3abda5d96a7a86644]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ia1facd79ccfa142412c833bded0d65b50e71d961

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [7eeabbca710d387e462043afdc3d8af4e28b2123]

        Clean up C-style casts from pointers to void
        
        Change-Id: I1d157bfc82f09f2438e59eca4fcd92931ca38723

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [84676d50ca5d6e75dc194540ee9d5d37dec0c5fe]

        Clean up C-style casts from pointers to void
        
        Change-Id: Iaae87d77ea48207c3277e7107b339296f6a99772

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [65e9940d8d13e0e2ac9cac3421955124d1c73390]

        Clean up C-style casts from pointers to void
        
        Change-Id: I717c260ecdc378a9fd33494f2b98eccec0417d66

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8d6c8d7fa0a4c56ebcf9d141d8cd99706d756991]

        Clean up C-style casts from pointers to void
        
        Change-Id: I525293c6baaa2ab13db8f3205782a0d206d9d7ca

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [51ec44fe04de4cad43a6bbd8dae4411a763c1e7e]

        Clean up C-style casts from pointers to void
        
        Change-Id: I57277cd1356a99ee7c806d84a9446936d13a87c0

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8dee9e90f76b5b0906520f4eccde7ae4897c1c41]

        Clean up C-style casts from pointers to void
        
        Change-Id: I156cbb51efe9346af88fb82a648fa09715d299a5

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [77d1a61c95779728799277565de3d6528ddc594b]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ie42848cc9f2d74beeb76e1c5e49ef40b99f6d5f6

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [a98887d9b82327d4183d24a56ec0636953515aa3]

        Clean up C-style casts from pointers to void
        
        Change-Id: Iacd5275ba41e49eebd3977f57d0b8b68acafa2c4

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d57d81e529a44d8042401e36057a69ebe97e870a]

        Clean up C-style casts from pointers to void
        
        Change-Id: I5e370445affbcd32b05588111f74590bf24f39d6

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [cf54f2a10f128cf5d79397911b5be710e7081963]

        Clean up C-style casts from pointers to void
        
        Change-Id: I85d6761e72ba2f67a1d67a94cae674cbb271b43f

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d963fd84256081ce6a2e0ab1e9c0516cfb0b38b9]

        Clean up C-style casts from pointers to void
        
        Change-Id: I192bc9653d8492a850a5e259e15782bd3bb24922

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8375ac018628a7619c6719dd6fb5761a007e069e]

        Clean up C-style casts from pointers to void
        
        Change-Id: I3676d56e65dd2d5b36882073c63e571a79819fee

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d0c9cb0c253ea9cff472a811dafb80043d7889a8]

        Clean up C-style casts from pointers to void
        
        Change-Id: I7e6315bf2a2e3d6e089ef8f5eacc69d2b413374a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [3a32d02b618f0b7e41758ec7832bff0051d98c72]

        Clean up C-style casts from pointers to void
        
        Change-Id: I4fd18b7282322ed7c1bcc12bb4f938bd4b57c87a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f365f652f5721639a9787e1fddeb101045782c5c]

        Clean up C-style casts from pointers to void
        
        Change-Id: Iad2178f516b4a123175008efcc485fd6812f1027

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1baf49d146d4cc870bf095fd1498339d18ef97b6]

        Clean up C-style casts from pointers to void
        
        Change-Id: I9159db9b8fdbabefe29bcc606ec27c1709a620dd

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [9afd58e71aea495f2f04abec8754ed7355dbf386]

        Clean up C-style casts from pointers to void
        
        Change-Id: I76204cd86daa7b95f9c70276459d7dd112198135

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [7a1c56c5a22ed38ec5d0b1e75bd925f10c43ec56]

        Clean up C-style casts from pointers to void
        
        Change-Id: Id9c24eea7b52fa28e0fdde39f28dc625aa82ffc2

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [ba868c28a34d467bb800fd27bd2a43c8d8ea1753]

        Clean up C-style casts from pointers to void
        
        Change-Id: I302d313f2d14d908672d4534aad1818e820eaae4

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [88d7938ade37c9b7c4fccb0678ce38403d023764]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ieb830d8216badd75899666f4db565a83e37d11fc

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [43c745912d9d4e9ee95879568853cb08fa6f6d27]

        Clean up C-style casts from pointers to void
        
        Change-Id: I5f2240b6ac5210f185081bec891ad6d3f7901679

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [6f7d641da14f595efdc32ee5160fc053096e291f]

        Clean up C-style casts from pointers to void
        
        Change-Id: Iacc2cfe28571d7fffc375ad9b7f3b0da735e093f

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [0fc0c5d4b2122478fcecee830e1d8ffdcf71f9cb]

        Clean up C-style casts from pointers to void
        
        Change-Id: I1d37ac19f2738a7bac43fc8b44f782ff2363123a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f462f7b8a341c3252edfd7b4808e99c8e72244c4]

        Clean up C-style casts from pointers to void
        
        Change-Id: I59b111341fc8153088882ac24322f714dc69417a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [33815ec44937f731ce3de9146a97265662d0d206]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ifbdbd2bb8a21afa76271728c46f88c11a887fc5a

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [5d950b3afd91e87035d24b550f29d0b3a7c5033b]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ide77480339e35a886f0d33c2a194244064c02488

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [89d2e21af6909e5d2526eb7b11c7cf87bac23c01]

        Clean up C-style casts from pointers to void
        
        Change-Id: I5ae403a247253d3883ef1559439c571c2a5abefa

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c75a5746c63ac6cc5f2839ff1a4fa5776924384e]

        Clean up C-style casts from pointers to void
        
        Change-Id: I0605d23708895b9e374f141887759266beb542e7

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [73e2c6ae2734683893657b7f38a9a7ee130e9eb0]

        Clean up C-style casts from pointers to void
        
        Change-Id: I9564d76c9b6fb808ca92b53f1bca07ec0850c6f8

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c7ea19cc0c97f3187011c5e82760a112b2007b73]

        Clean up C-style casts from pointers to void
        
        Change-Id: I0f3ad94d6a0449ebecb1eb239a7c4e63b94a9720

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [5bd4b3fc5912a81e421902fa81274e4cde86eb15]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ifd2e057ec440a072a342b307175d34cc6885b2e3

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f99a73ab22ac02d8750382bf171a9b18e8f5afdb]

        Clean up C-style casts from pointers to void
        
        Change-Id: I4d4ae12d372b16a0b77298e8a31e12a05a28410d

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c30ad3771eaa0d6636156b99a3451f1723013eea]

        Clean up C-style casts from pointers to void
        
        Change-Id: Idb32372009faf2bc2e223f1f8977cb3fc6b182a3

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [02cad1c90541067668fd0875589e7757e3241f90]

        Clean up C-style casts from pointers to void
        
        Change-Id: I58022cd4dfa96d37c8e1d98a8a3f4642201eb4f7

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [170012948c063521499ab685906354f184ac33be]

        Clean up C-style casts from pointers to void
        
        Change-Id: I544fc582d375d1e49f84309e722f669d734cf029

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [e97b3272668ecbe5454ffc7f394680dbcae27395]

        Clean up C-style casts from pointers to void
        
        Change-Id: I92c0a6c602e473b796df43b88c98b823de8d9399

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1777f6fedbd59b440e06c17f90842a2c2b5e349c]

        Clean up C-style casts from pointers to void
        
        Change-Id: I834eb4ecd0fa71caf6fa746901367fac8b538305

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d18aa948685c4533694b89af9e3c8bce6dd1e854]

        Clean up C-style casts from pointers to void
        
        Change-Id: I680f6d79c27c83cf41edb8ba3acfcfc8dab26a76

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1b42acc95e2282cee740f77dd72a2d6a01637409]

        Clean up C-style casts from pointers to void
        
        Change-Id: I6c7c31befd61cbf0800a62c08e7395ddf78e4b30

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [962b77340f03f89ae22b7a1e84e856e8d589c8b6]

        Clean up C-style casts from pointers to void
        
        Change-Id: Icdb619101a992a740c71545e669e138cb5dc63a6

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [fb09b1f3c6e57cb8e679af982f88b96660c14a4c]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ic903d2429672159691fef58d0d7a15433c884250

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [6a6991ed2ea628da2a7bf43a07963803445e85a9]

        Clean up C-style casts from pointers to void
        
        Change-Id: I5c0372bce2564e58c78daf544cfcb106387c6894

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c3fb36ed26a6c8dce0a8026ef8b75190955d2443]

        Clean up C-style casts from pointers to void
        
        Change-Id: I6dd7c7fbaf0d4b22abba0a7b1f5e37f0a46d0747

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [989f0ec5739ca00873d1c7b2b1617b1f354215f4]

        Clean up C-style casts from pointers to void
        
        Change-Id: I0db5c02e9fbc09fe7d85e46f1434c86b5b5b4853

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [03621417bff91364a83a50d6b7ea7db228bbec09]

        Clean up C-style casts from pointers to void
        
        Change-Id: I61b960eecaeadaf12121596e181604318f951094

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [9e13404a5ba5d68dd364c5037d0cda5d6bf9b716]

        Clean up C-style casts from pointers to void
        
        Change-Id: Ifab61517e0b2e721b85a3e2cc7d927198f1690c4

2015-03-28  Stephan Bergmann  <sbergman@redhat.com>  [13e45d6fdec650e37ca8c6f41aaea24c6fa2c349]

        loplugin:redundantcast: Don't warn about certain casts in macros
        
        ...that might depend on macro arguments and not really be redundant
        
        Change-Id: If19de3835a4972add58965ea7c0936fad7ef6957

2015-03-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7937984a6a04446c0d3484832e6748ad925ddc80]

        test for tdf#90001
        
        Change-Id: If0cb056d5a5e82bec1f4b863e40ec05b405280ac

2015-03-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [be1b3daeeb64a44e577510561d02147b87db72c2]

        3D refs with more than one sheet should not set sheets deleted, tdf#90001
        
        Change-Id: I501ad421c283ec6a1f2629aa424f4d4c32228516

2015-03-28  Michael Stahl  <mstahl@redhat.com>  [1efe5fe38031f7bc23150c35e4c68940621a1d5b]

        tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo
        
        When a SwTxtFormatInfo is created to format a paragraph, pre-compute the
        result of vcl::ScriptRun::next() and cache it for future calls to
        OutputDevice::GetTextBreak() and GetTextWidth().
        
        This requires adapting a bunch of methods to pass the additional
        parameter, and some classes to backup and restore the cache when they
        replace the text of the SwTxtFormatInfo.
        
        There is some code in vcl OutputDevice::ImplPrepareLayoutArgs()
        to modify the passed string and replace digits depending on
        "meTextLanguage" member; try to set it to the correct value when
        creating the layout cache (unfortunately it's not possible if the user
        sets the CTL Numerals config to the non-default "Context" value).
        
        Another issue is the check in OutputDevice::ImplLayout() if there is
        a mpConversion member on the font; apparently this is used to translate
        between different Symbol fonts, so not very important; just ignore the
        cache in this case.
        
        This reduces vcl::ScriptRun::next() from 11 to 0.36 billion callgrind
        cycles when built with GCC 4.9.2 -m32 -Os (which is still 16% of the
        formatting).
        
        Change-Id: I61fb8530333f2e7a9199f767c00cf2181ba49951
        Reviewed-on: https://gerrit.libreoffice.org/14732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [7fe192da23f4fac73b6ef7393bd8499a373170f3]

        Bin a few SAL_INFOs that basically just say "we are here"
        
        Such are fairly pointless to keep permanently in the code. Use a temporary
        SAL_DEBUG if you need tracing output when you reach a certain lines while
        hacking.
        
        Change-Id: I13a898486731c6d2995e92e2c5dcd0d1429e47cc

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [f42272cab615f2a8cbda65b988e105e68532f43e]

        Make console-only mode a proper subset of headless mode
        
        Let's not make the mode space too complex. Do we really want to have to ponder
        what it means to be console-only but not headless?
        
        Make it so that turning on console-only mode also turns on headless mode (with
        dialogsAreFatal turned on, too).
        
        Change-Id: I630cb1bc605c1fb1787ace58180125509ef8789b

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [ba819f90eb00451a542330a0b6948537bc085a2b]

        Using LO code through LOKit should imply "console only", too, I think
        
        The "console only" mode, which apparently is intended to mean something
        stronger than merely "headless" mode (?), is not checked much currently. But I
        plan to start checking it to avoid doing things that make no sense when
        running LO code through LibreOfficeKit.
        
        (If overloading "console only" mode turns out to be a bad thing, we will have
        to introduce a third degree of headlessness then, "LOKit mode".)
        
        Change-Id: Id4cd16c4d68e2f1aba8a6b8fba83325b7262563a

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [8fb68a54e554c797c7878e857ca269a6bad675c9]

        We already log successful UNO initialisation in initialize_uno()
        
        Change-Id: Id1315a35f84fee2a7c7a42df489237c2e641a189

2015-03-28  Tor Lillqvist  <tml@collabora.com>  [c6282e9bc42dcd1f85005db94416fcaf4caa50c1]

        Exclamation marks are unprofessional
        
        Change-Id: Ic75e73cf390872f4095d23a4388739330aeb1286

2015-03-28  Matthew Francis  <mjay.francis@gmail.com>  [2caa097682e181fe1dfe19d1af1d798ab9af38eb]

        tdf#89630 Remove extra space added when assigning styles for TOC
        
        This crept in with commit 367d3c9b53b94c727c4a818141c580b740c0ae56
        
        Change-Id: Ia59d89b6d08b45478ce1c217c7e4004aa52aca06
        Reviewed-on: https://gerrit.libreoffice.org/15042
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-28  Matúš Kukan  <matus.kukan@gmail.com>  [39c4b2787ea05233dbd47ca71007c13487628284]

        forms: Replace these macros
        
        Change-Id: I656905cf6f0e3647824ff3836fcea93920251264

2015-03-28  Matúš Kukan  <matus.kukan@gmail.com>  [a9535fe984e9c547dfb96daf621813ea39608d9d]

        forms: More unused services related stuff
        
        Change-Id: I3be9b1a57971286441d78e03130d0467ea2cc838

2015-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [687551526dab64b3b3478862dfe4f45a47d57c4f]

        Use std::make_shared<>
        
        Change-Id: I6ff31e406d79361c07779f650de8d46cc78302ff
        Reviewed-on: https://gerrit.libreoffice.org/15041
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-28  andreas_k  <kainz.a@gmail.com>  [27fb88fc19755f0d5e8dcf57f0b1ceb660460f31]

        Breeze: svtools/res icons for for database
        
        Change-Id: Id33b72ef29e55a3446a3c628a33c21eabd01e662
        Reviewed-on: https://gerrit.libreoffice.org/15039
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-28  andreas_k  <kainz.a@gmail.com>  [e1d6bbb9676f581776c9f6df66a0ab04aa093873]

        Breeze: sc/imglst missing icons
        
        Change-Id: I3e218f947c863e03148934191e8859d449cc20de
        Reviewed-on: https://gerrit.libreoffice.org/15038
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-28  Eike Rathke  <erack@redhat.com>  [02bea75dd6bc91759e987fafb5dccec6ce92b0c2]

        only handle formula group if useful, tdf#90042 related
        
        Same as in ScDocument::SetString() as changed with
        c79bdd062f657d1be98aa815d9b882d144f35e04, do it similar in
        ScDocument::SetValue()
        
        Change-Id: I7c666b176062c81a8a74cb49f345408c1060d973

2015-03-27  Laurent Godard  <lgodard.libre@laposte.net>  [c79bdd062f657d1be98aa815d9b882d144f35e04]

        tdf#90042 only handle formula group if useful
        
        Change-Id: I497a5bae4b08b46357415501ddbafc70585adfb0
        Reviewed-on: https://gerrit.libreoffice.org/14920
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-27  andreas_k  <kainz.a@gmail.com>  [dd4021a692d3f2d5950c0d9951ea4919368f046e]

        Breeze: Language support updates
        
        Change-Id: Ifbab13cde089206a8d21aaca45c7aba2b182aa2d
        Reviewed-on: https://gerrit.libreoffice.org/15035
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-27  andreas_k  <kainz.a@gmail.com>  [6bc015c02f6628746efeb64a33babcce411ecbbd]

        Breeze: spain icons
        
        Change-Id: Ia2ce5a27a938997e39ce7603fdb836337a4c8589
        Reviewed-on: https://gerrit.libreoffice.org/15034
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-27  andreas_k  <kainz.a@gmail.com>  [ca7017bd1c94524a076cd49f957647c470ac0205]

        Breeze: update German icons
        
        Change-Id: Ic9e42f2bbf29b87f901f995b6bd5e74e8bf13b16
        Reviewed-on: https://gerrit.libreoffice.org/15033
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f1a1327435a3e146b2f0d67fbc14dd041231e503]

        fixed typos in comments
        
        Change-Id: I6f0b90f7a76ddc69e158502af760466ab7ce2f91

2015-03-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0a4e9138281bd0a4be59031357c1bf52134d007a]

        tdf#56467: improve export of formulas to SVG
        
        tspan element only valid as child of text element
        if exporting a selection use top left corner of bounding rect as top left corner of viewbox
        export x coordinate of text position for text portions
        
        Change-Id: I8b739085473aa4a48ff3bbbbe8c413c3cddbaebd
        Reviewed-on: https://gerrit.libreoffice.org/14992
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2015-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [36275b61fe0f9ecb57a609ab47aa2246649cc21f]

        loplugin:literaltoboolconversion
        
        Change-Id: Iea5209473632891b2015ac2df493e307972867e8

2015-03-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5b7d51af074aa1c4616a6f411892974cc28d2e00]

        add test for tdf#89170
        
        Change-Id: Ia3458ae91ea20aa3f5090f9b85a5030ddde81c3c

2015-03-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8dd2888ac75c2c2ee9ca0ed0c6abda4dab7420cc]

        we need to use the edit engine attibute id for rich text, tdf#89170
        
        Change-Id: I8489b0341709d44bc62e5ddef49fe232998f3c80

2015-03-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d63c5326b1d03a7a40cd14833853b7bdf324cdd2]

        a boolean variable is enough
        
        Change-Id: I0594de8cc79626720f2f72062c39a6f2590dd64f

2015-03-27  Pedro Giffuni  <pfg@apache.org>  [09f83e1f409853a6c6e4300287c4e50bad5b9d0b]

        Small fix for BSD.
        
        Part of Code Review:
        https://reviews.freebsd.org/D2055
        
        Author:		Don Lewis (truckman at FreeBSD)
        (cherry picked from commit ecebe457c968bfd30a99a435210b0bdbb117faef)

2015-03-27  Caolán McNamara  <caolanm@redhat.com>  [27e0fee7da99f3df722668d132bc034bef421514]

        gnome#745909 grab/ungrab keyboard for menus
        
        Change-Id: Id0593e1c9af79084ae798f26a0be37c57d254227

2015-03-27  Caolán McNamara  <caolanm@redhat.com>  [8c3cf9dd48e40604867d3a28bddaccd65142df17]

        ambiguous symbol
        
        Change-Id: I90798a036ba630456939d383e7e4288eb630cd86

2015-03-27  Caolán McNamara  <caolanm@redhat.com>  [757f461ef12548af0be470f7c05ff67df3dc1314]

        avoid activating chart objects just to get their mapunit or set visual size
        
        the motivation is SwWrtShell::CalcAndSetScale
        
        and the assert/crash triggered by
        
        ooo58458-1.odt ooo84729-2.odt ooo75058-1.odt ooo123605-1.odt ooo102990-1.odt
        fdo57249-1.odt fdo50880-1.odt fdo70223-5.odt ooo30052-2.odt ooo119280-1.odt
        ooo79009-1.odt ooo58182-2.odt ooo59992-1.odt ooo123607-1.odt ooo89304-1.odt
        ooo91578-5.odt ooo89303-1.odt ooo30052-1.odt fdo65664-3.odt ooo119941-1.odt
        ooo55761-1.odt fdo57249-2.odt ooo83229-3.odt ooo84729-1.odt ooo102990-2.odt
        ooo37749-1.sxw ooo38798-1.sxw ooo27909-1.sxw
        
        getMapUnit activates the object which can cause chart object to load data from
        the current document and appears to attempt to stop and resume pending layout
        actions which can't be done if layout is underway, hence the assert from the
        inner SwLayAction::SwLayAction triggered by the runstate while an SwLayAction::SwLayAction
        is already active for counting the number of pdf output pages.
        
        getMapUnit always returns the same result regardless of anything else and the
        assumption is that we don't need to be in run state to setVisualSize on it
        
        Change-Id: Ie75b159b140de223a56324b39699d703c3b40bb9

2015-03-27  Noel Grandin  <noel@peralex.com>  [1a08ce70788fe3d8938627aa21bde1861cd94181]

        loplugin:staticfunction
        
        Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5

2015-03-27  Noel Grandin  <noel@peralex.com>  [aa7a829e7df30a5356fca2bae0bb7eb51367f08d]

        loplugin:staticfunction
        
        Change-Id: Id796b799f8e2fcc3eae98d43800c5e31fec27fef

2015-03-27  Noel Grandin  <noel@peralex.com>  [44790193a74923d42228277ed46723ba9e225136]

        loplugin:staticfunction
        
        Change-Id: I982ba552579019e4902ae59fddf14a6b34ba5954

2015-03-27  Noel Grandin  <noel@peralex.com>  [c4a9241f72e3b7bf84eaadc51dbaa2accc7b920c]

        new clang plugin: staticmethods
        
        Genius suggestion from Tor Lillqvist, write a clang plugin that finds
        methods that can be static.
        
        Change-Id: Ie6684cc95d088e8750b300a028b49f763da00345

2015-03-27  Noel Grandin  <noel@peralex.com>  [17551216cc6843e8dcdf84bd8f9735d1c7fb145c]

        more std::min and std::max fixes
        
        Change-Id: I4e654419221b39dfd64d85a18ae0919bbe2fab5a

2015-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [25b6499d1f7638cf270da98b5bdfcfc7266283ce]

        writerfilter: avoid manual realloc in StyleSheetTable
        
        Change-Id: I4dfc27cb4567146a20a4de50a04831fcd6863935

2015-03-27  Noel Grandin  <noel@peralex.com>  [328091014d2dadf9beea74a56cf7ee01e347eccc]

        fix OSX build after my StandardButtonType changes - part2
        
        Change-Id: Ifb5d85866d35cdd1c4150ea841194ee5ca8a496e

2015-03-27  Noel Grandin  <noel@peralex.com>  [3ff3570be469351e3993ee0c5b33e87ba8d17e9a]

        fix OSX build after my StandardButtonType changes
        
        Change-Id: I2a2e8094aba0d227a9b60902133092cc33f1f586

2015-03-27  Noel Grandin  <noel@peralex.com>  [478133eefe43ad09159a156ae3d4d55c3db78f54]

        fix std::min issue
        
        some tinderboxes are complaining with:
        could not deduce template argument for 'std::initializer_list<_Elem>' from 'int'
        
        Change-Id: Ib6bb1c9958a86fd7bb98d5ce855764f381d2ba43

2015-03-27  Noel Grandin  <noel@peralex.com>  [28a1e1dded72badd8ad16417d29b56f9476035d6]

        fix macro and enum name collision using CamelCase
        
        so that the enum names remain consistent
        
        Change-Id: I656069b484038d3bf17ecbb4f3e26395ca5a1b6d

2015-03-27  Noel Grandin  <noel@peralex.com>  [f2d556ca02827d0d77d06388bfe1a40739f4d1f8]

        work around Windows and OSX macro collisions with enum values
        
        Change-Id: I3d14b96b6b51e497bde33f0177b377e7fe3dbad9

2015-03-27  Noel Grandin  <noel@peralex.com>  [3dc9f684b3994bd125b9f27049581aa35b1e52bc]

        fix tb56 build
        
        Change-Id: I453d6e1840445a03c6918173dc93f32e3028ea74
        error: no matching function for call to 'max(int, sal_Int32&)'

2015-03-27  Noel Grandin  <noel@peralex.com>  [aff09b486f26fa58a4f26a52e2b26286811d2441]

        convert GETATTRIBS_ constants to enum class
        
        Change-Id: I236caa9e2dc80455198b442e72e8d9df58f03adc

2015-03-27  Noel Grandin  <noel@peralex.com>  [9bccd26037188f20fec244bede3022900d1b96fa]

        convert CUTFLAG_ constants to enum class
        
        Change-Id: I98dc5488954a4d46f7e0158790a4c3dabebfc1b3

2015-03-27  Noel Grandin  <noel@peralex.com>  [a1d10eb8d7ee73d901041fdf550d2196a63c9d1d]

        convert AVMEDIA_ constants to enum class
        
        Change-Id: Ic4918f57a1575a24cf0b9251cc7e7c6180ee25fd

2015-03-27  Noel Grandin  <noel@peralex.com>  [b3464e87ae2115e394d5a9f85b4aaf88d485d7f1]

        convert SymbolAlign to enum class
        
        Change-Id: Iecc1400809212f56915cad56b739378cda49b90f

2015-03-27  Noel Grandin  <noel@peralex.com>  [93ddb2cc0bedac9a97260826741f7dfcdca0947d]

        convert BUTTON_ constants to enum class
        
        Change-Id: I0fd391a6b2850e5d7dcbf2cb95cfa39ee5561bd9

2015-03-27  Noel Grandin  <noel@peralex.com>  [402ae4c06c0935b0b2bfe9aeb6f961a65702e307]

        convert ProminentEntry to enum class
        
        Change-Id: I51578e83a6a44beece174792c9e3e59f7f8c5fef

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [28c61871e876e6a2cac47439f768504b1a4c94a0]

        vcl: stack blur implementation + basic test & performance test
        
        Change-Id: I793ed80a07d9488c5f75b3abdca6db344d80d3d8

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [913b3a648117206d21821b0cea40ff15a0e8e5cf]

        Experimental: draw handles instead of getting them from bitmap
        
        Currently object handles are defined in the bitmap which is a pain
        when using in HiDPI as they have to be scaled and don't look
        pretty. They are also hard to change and non theme-able (change
        of color needs a change the bitmap). This commit experimentaly
        enables the drawn handles (enable with environment variable
        SVX_DRAW_HANDLES) which currently exchanges the default some
        basic handles.
        
        Change-Id: If80aa7fe756a6d8d6991e9515f2951ee21b31b72

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [33094a542fbcdcdaf14d5d7304e79f2e5b8cd4de]

        vcl: use unique_ptr for fillcolor, linecolor in bmpacc
        
        Change-Id: I09d00c4492d2866aeb79d1a4818a55f9cdfdc4f0

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [132ad4f1416126a74f8b48f65da786a4e0ec8c1b]

        vcl: get rid of macros for lazy people in bmpacc
        
        Change-Id: I4b64a70e185f061c7d7e1e895d85ffb47ee60101

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [44c6c4da9545d69ad02f5e8ea1314388e1eacec7]

        vcl: tests for Bitmap, check for symmetry when scaling bitmaps
        
        Change-Id: I53d6e70018477abb9f98140a52697c1de0f90934

2015-03-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [389bf9e196aa7b783a325d7c00d41d943511d5ba]

        cleanup pngwrite, use const std::unique_ptr for pImpl
        
        Change-Id: I7c9941731789be3553d473d64716484bfceaf8b4

2015-03-26  Eike Rathke  <erack@redhat.com>  [4dfa19d61331bab284e188422fbc95baf814b602]

        Revert "tdf#89319 remove redundant file seekings in XLS export"
        
        As the crash tests have shown, the assert introduced with
        71b630e5b683b3761af9d6bdce56f13f20da84c1 to force verification of the
        assumption made in 8e2293e06adba3f22e824acad99983fb5b997e4d was hit in
        120 documents.
        
        Citing from https://gerrit.libreoffice.org/#/c/14427/ comment:
        "The assumptions behind this patch are wrong. This only works if every
        single part of the export goes through StartRecord/EndRecord calls. We
        have some features that don't use that and need the STREAM_SEEK_TO_END
        in the beginning of the StartRecord."
        
        Revert "replace an OSL_ENSURE() with assert(), tdf#89319 related"
        
        This reverts commit 71b630e5b683b3761af9d6bdce56f13f20da84c1.
        
        Revert "tdf#89319 remove redundant file seekings in XLS export"
        
        This reverts commit 8e2293e06adba3f22e824acad99983fb5b997e4d.

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [a62d7f3b08b413d17e650279110ab8a48c419b18]

        remove the gap now to pretend it was never there
        
        Change-Id: I234defd865e6bf5d9d9eccc85cde7e69c0549c3f

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [a8f9dd59de4e655bc77fa0546b81440aee46b837]

        why would we ever want FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICK
        
        if we're from the menubar we never set it, but if we are
        a submenu from a menu in the menubar we set it.
        
        with it set, and on right click, the right click is passed
        through to what ever is underneath the pointer
        
        I don't see why we want to do that, especially the inconsistency
        from e.g. the File menu, vs the "File->New" menu
        
        Change-Id: I548f5c95e2511b5e921e8b74600f65eecdd8f498

2015-03-26  Tor Lillqvist  <tml@collabora.com>  [c492cbe08af160d17289716cc51721887e2c2afc]

        WaE: redundant const_cast on lhs of pointer comparison expression
        
        Change-Id: Idd06653813e3f4863a5186eb6dce074227c25579

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [4f9e20c46b616c7c51bae74bfefd5247f922b2a6]

        Resolves: fdo#84795 Menus don't disappear with right mouse click
        
        Change-Id: I95ae2e2d564ec1c45de6df5158e4dec1d93053cb

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [473eae3a7d43ca13ef14eca844b991ffd143e3a0]

        Revert "fdo#84795 Menu, DropDown-List don't disappear with right mouse click"
        
        This reverts commit fa022a9c4fe74f3f67fb3c35ef49022842d7499b.
        
        because if a right-click context menu is active and we click outside it in
        order to remove it then that click goes to whatever is underneath the mouse
        which is undesirable
        
        the list dropdown part of this looks good, its the general menus that are the problem
        
        Conflicts:
        	vcl/source/window/winproc.cxx
        
        Change-Id: Ib96e52f22cdeefd59dbf4333f555d9f52b3385e2

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [df77bc8839f29b7035bd8542cc9f88db31571e88]

        vexing parse
        
        Change-Id: I6c91d94f7eec6001980fb221891157d1e436e1fb

2015-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [63fccb1101cacd7887a5f7a094fd376d164e3d73]

        remove copypasta
        
        Change-Id: Ieed83781b89ff18f870ad8c64ca00d306b097aea

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

        fix horrible genglish
        
        Change-Id: I2b7ed81511c6f89240f192cd6efaf8698e73f8ff

2015-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9e3064c172082eb43640381452d907bdb2ca6ebf]

        refactor FormatTable away from SwClients a bit
        
        Change-Id: I43cf4ca6f8cf66b045eedd99108941ea44d56086

2015-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dc8697e554417d31501a0d90d731403ede223370]

        use a WeakReference instead of meddling in SwClients
        
        Change-Id: I9dcf00607bac820c3dbb26c6de9f6e326df7fb99

2015-03-26  Rishabh Kumar  <kris.kr296@gmail.com>  [97f08e0632b2a947848223f862dd89a36386cb71]

        tdf#81073 :Addition of text zoom levels to print preview zoom
        
        SvxZoomItem includes text zoom level Ids unlike SfxUInt16Iem which only
        includes zoom percent id.SfxUInt16Item is the base class for SvxZoomItem.
        
        Change-Id: I8ad2a8cf48632853538aa2d99993f8dfccf49f4c
        Reviewed-on: https://gerrit.libreoffice.org/14488
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [873141fb5be5fa49b56ea413bc912af33f758a0b]

        add GtkLongPressGesture support and implement long-press in slideshow
        
        so a long press shows the context menu to e.g. allow switching on/off
        draw-on-slide mode
        
        Change-Id: Icd6ea52d2172217794f4fc802246ccf13020e134

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [1c78277801f377458e8cb1d04fae0578a60c69b7]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I876736d18db6676629c283fccd65e1b6fb2bb2be

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [c5f1e8c3bbf6bb534b387cdafd1983204f82dd37]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I42fdc042ed7317b5b6c337e7b38966e616f8e24b

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [f701cce539c58874c07ef7487075b29143cc9ed1]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ib054b36c87c87ae2189b5456bc9b12d7b76c49e7

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [fa683a7020837ee04b8f610490edf08b686cb6b8]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I88d1d082cc25a185322435a75c94f4c6b4ad12f8

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [513fc2916053db5ee7ffaf9f53c271a05cef8981]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I17c57a85bcda98ef36ddefd6562d4681d0c7d5fc

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [41982607d0c9b69efd5789762bbdae6c7301ee8b]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I85007c6fdceca1c070ca9b4cb62715a5c92bfe15

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [720f0e55a081acd3d4460c423bf186e0f27a79e5]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I72a618a0deca795b87ec009105252f4594ecba90

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0c141f2ed5219e7329fd94681d68e2205e2ed285]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I6a27fd990895ff36b35d2de6278ca0416e6c00f7

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [a98c1692a6f98d73b38692131eebe7acce963299]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I5493b2337dad102a4b22c6a6d646b4b0fd04e247

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b627a4d98f66e1c7b36d12bc4683c7970c89d69f]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I17a03b41555a6c9fd7fab90c2c47ac910219f3a6

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [6f3c52bb37f52f57fea6479f1da6c1828fbd85fe]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Icb14a036ea9d7636359b6bc5e0af17568c0d54cb

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [5429049e3b8fd12e84aca83be7ca19e52920f672]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ic90647cc4da716b54b00520b683cee027a664c22

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0d05f417c3a7dcde89f5e15b29f39ce2db65b543]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Iabe2ecce65a91b003fe042a22630131449968fd8

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [3b9e0676b0a193dbf802a6b703827c9cc0689900]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Iefbf64608dba0c0ae01e79e5b679a9b42748b73a

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [23ab1493b64dff46e5f66941240c9972e99d6f1f]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ifbe12a569a964203b07b47da5207ab0ffe00d4aa

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [67c19855ab24004c29bb0741577432f0ed50d9bf]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Iee4396c5ac715e1b211c5fa6e1cb66b1e95e3f60

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [af3cb5e85a54c5b9653f4757863b8ed15df8477b]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ib6842b6215ff70a31299d1410ed66c3ea34e7c78

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b54922052210f92ede0483a6311b97a75cf1cdcc]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I84b3843b32bbec6dfe5a9c627927b04122d50abd

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [98ce4ac4017ac04d7cde9c94273a558c969586b9]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I59526bea5104def80e98902e4cf16e7bcfaa250c

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [f474984cd7b8a29f410a686d540859226039bfe0]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I207f23b084013f9ce2fcf087a7f335bd8a194f50

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [1a9e23609b56f2c45d7fbdf32d9f8a43bc3908ea]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Iad769ac61d17f6e348681a38ae11c832f75f6353

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [8571707e5e7988c8a10e7578c8f56409f0adb2d5]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I67b37e64435a038d4ed5d9acdfde668c86859121

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [9521b738518527b0c1713665282ba616b902cd01]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I18b1b0b92b106c5fd96c80472e279a7cfd380235

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [3ce8a7dab59b7a77e1223d1357e6c32c31e4fba6]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I03e43d219a65aa270f73a91896e0e7a567d424bc

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [e4fbe2582c4e042f50db3d5d86b717fe15721ab5]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I9f8a64433177ba871fa020c0922a539c3e277bc2

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [93a364a8aee1fcf5c3f6185dfe067f06929ab4e7]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ic14584cdd1047b2cfc590861b623a7e1e8be4429

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0e9f7614893405dd27a00ccd7274ed3097ac73d7]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I32d7a1d4fed6ef5c56f485cd92464f2d0960e5fd

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [9bd2b842a5f332ac380c7447487078acc5732a29]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I71ebd11d850304772535cfb873086176d301172a

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b857703113055388adb64f4cb67a9c3702ad9468]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I313d61fc6e7be3a5513da83d3de9202237306739

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [bb1c25c87f37e1190534a0c58085472288c51670]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ib1c4fd60ba029704112dd9e279e4dd4c6bb7416c

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [3205a2ebb64be4be4154d6d613dbfbf6739eb324]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Id916058c4a1483a7a050d93cce45926fbd0df9ed

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [be1e27271aad048414a530368fd0d534bca4c5e3]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I0f8379517d8e97c24b32ca58749f1c0f2c7e8f49

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [d3b69645d80a97f52a2e4a5dd5f9e321ffe5c7d6]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I81dc70639a866368b9a6c69afffdfd42464e9138

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [fbeb21e45b48102a145900de173213bebaa3c9f7]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I20cd0d2f3b38fdec90022844de2ac6bdb9978ee7

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [5920dfe7deafbc673f4eaac321e8a2fdf477ca93]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ia302dcfd4b4801170cb15950f4d7f1ba0792e93e

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [c3f4909b992735f6a90b97b8019442a8acd12f95]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I7b184414d822e7d3f4f7694dcea540d731f970d9

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b98a8221c70474687c4da8c60f2892ce9a792e93]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I74898e791e17971a3105febe660a2140aafaece9

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0b1d8eff976c212dd7e1281fc6e0c79b0aa01c26]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I4293d3e9244bb2ae3c6b8999c0d682e7f23138fb

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0eea902d180b7e31119be4674ecb928eaff77593]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Idbae574e5d51d497fea7eadb6d80dec8f97d499a

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [ac3ebf3bde458a31e4cde5da554189c51cba6bcf]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Id0a3194e20128ad6defb95b51757dd01fcab9eb1

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [812e5e8ed7c408cb7f2388ab718365354bfc9a41]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I8682fee997d8dac254ca431f96172c9aa58c8c06

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [93cf4dcf443c839c90b19dd68ea64bc1f31a2d91]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I54b59f527e1e31e1949c1a0a52b0d8c603484cce

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [3b3c52ae87e86dc8841e67aeb220fbb1b6bfa271]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I2b69af91ad6dac306f626bdd5a434c75be574617

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [02b4e4cc294bca5256c886374bc9c97420980bdd]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I302db31913a60a677b8dc226e48bd8f43b055a1e

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [d3d34a289b78a54ee4047e7a042bb9b13a5a4c9a]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: If7e4e3cae1021529819e0b43ef334020ff8b7a43

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [69ebf1c01df31769ba806bb30947e127ec100772]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I3f5293be44ba87122de639f75ca477af827a1c51

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b95a886603c8302838ee4598ce8c7e47a4ab6d9e]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ic87452261d5104e86d22c1b37ea07b05864ca991

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [a64f0ab13a6190a701c375ed2197af25538a5c72]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: Ic97da0ff2b0f62e0351271bf03329b1903b8d45c

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [0511c867911695154ea677a89e9f40264e41467a]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: If774a3b4e2e993d26dd9b5777a55665a330b2abe

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [21997319a3d656b2d552b70089f824ead568f09e]

        const_cast: convert some C-style casts and remove some redundant ones
        
        Change-Id: I43f7a4c372502214c6f36413077d686921dba73b

2015-03-26  Varun  <varun.dhall@studentpartner.com>  [69c2825708d1e78225ad2f515b792734443d8247]

        tdf#39440 cppcheck cleanliness, Fixing basic cpp errors
        
        Initialized a non-initialized integer variable which is widely used in if else
        
        Change-Id: Ibd99c0baa4cd3d4d409310a9a70dc7b421f6a8b2
        Reviewed-on: https://gerrit.libreoffice.org/14780
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [ed1605c1ea01c8b8d7809e3682d5c2104c16fa41]

        tdf#89496 fixed crash on rtf shape group parsing
        
        Fix is actually partial revert of my changes done for tdf#49893
        (commit 2c411e4487f24968d6a62958fec85e4e3e1fda93): shape groups
        were not taken into account
        
        Change-Id: Ieb442265ac7c0087c3a402a9f1b09e6b3dcbcac1
        Reviewed-on: https://gerrit.libreoffice.org/14997
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Mark Hung  <marklh9@gmail.com>  [77cb94613be6315b618783b2aa76226ad3107163]

        Fix DocumentRedlineManager code that crashes Writer.
        
        One of my document crashes Writer when I delete one table row, with
        change tracking enabled. I observed that in DeleteRedline(),
        either Start or End of the SwRangeRedline object has been changed
        so that it breaks the order of SwRedlineTable.
        
        Change-Id: I6e477488a894996dea4efb433eb3e03edf5fd26d
        Reviewed-on: https://gerrit.libreoffice.org/15002
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Deena Francis  <deena.francis@gmail.com>  [f340278df616921c663075be692264ca37d86d84]

        Enhancement : tdf#89908 Add Search field to the autofilter
        
        Change-Id: Id44f61b5194f0a0898f8eed85ceadf78c3101aa1
        Reviewed-on: https://gerrit.libreoffice.org/14958
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Julien Nabet  <serval2412@yahoo.fr>  [76f33f10309b0ee384a75a7a854858b068d60495]

        tdf#67990: Management of case in combobox
        
        I noticed these 2 points:
        1) Combobox were used with autocomplete with default (false) value for matchCase
        => so initialize autocomplete with true value for matchCase
        2) FindMatchingEntry uses bLazy as !matchCase
        but when bLazy = false, no autocomplete can work since you must type the whole word
        so just use "entryCombo" startsWith "typed string" instead of "entryCombo" == "typed string"
        
        (thank you Lionel for this tip: http://nabble.documentfoundation.org/Finding-the-right-location-for-tdf-67990-Base-module-td4143324.html)
        
        Change-Id: Ib1063002c3284122fd5279f27c1ccbc177bbac7c
        Reviewed-on: https://gerrit.libreoffice.org/14885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  robert Babiak  <babiakr3@mymail.macewan.ca>  [6c4100cf81e1678ff386549c0cdaa2f73a154ddc]

        Added shortcut for arrows when doing start math formulas
        
        Added shortcut of <- and -> for entering leftarrow and right arrow. This greatly speeds up entering formula when taking notes.
        
        Change-Id: Ib84e330b15aab4e8068870df63d808d8ce90b9fe
        Reviewed-on: https://gerrit.libreoffice.org/15011
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [9aca5ac2290718fd87204968d7e2d0e1b51fb791]

        starmath: add test for detecting MathML's namespace prefix 'math:'
        
        Change-Id: Ib1b3ec5fc25a05da4970c49a18647299d3d8ce01
        Reviewed-on: https://gerrit.libreoffice.org/15013
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Popa Adrian Marius  <mapopa@gmail.com>  [e86f4d3a8fad72123c51d1c272246cd0890ddecd]

        Cleanup comments for easyhacks
        
        Change-Id: Ic6bd4d277bc464bf96573ba95c0cf5c0cc96ab73
        Reviewed-on: https://gerrit.libreoffice.org/15019
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [3c22024f41029dd4c1dca6b265d1fd0f14fc2f95]

        Resolves: tdf#90256 repair invalid docking positions
        
        Change-Id: If144a867dc4be6975c08cd1eea9ebb540975aafc

2015-03-26  Eike Rathke  <erack@redhat.com>  [bca0b4fb2c8b32ce11c6aae12cc60b5f00fa9fcc]

        TableRef: generate token for #Data
        
        Change-Id: I06d4789b92d9f6567dd87c8d3cb6186538269663

2015-03-26  Eike Rathke  <erack@redhat.com>  [38c8e7e5317a90a96625e9d680fde18e3de89be8]

        TableRef: generate tokens for #Headers and #Totals
        
        Change-Id: Ib28bae06022d151bc108ebb3062efe86cc3b8bb9

2015-03-26  Noel Grandin  <noel@peralex.com>  [6aa542445f80b93b965feaa4dce7947fb9e25088]

        move the constantfunction plugin into /store
        
        as sberg points out, it needs a massive blacklist, which is going
        to be a pain to maintain. Until I can think of a way to make this
        more resilient, move it where it can't bother people.
        
        Change-Id: I64fc498146a3cb4ea9c1e37150c4ef50023b7bd5

2015-03-26  Yousuf Philips  <philipz85@hotmail.com>  [88dd606bf7e8818223f5b3183eeb114794eaf316]

        tdf#87904 changing the sort arrangment of impress's sidebar tabs
        
        Change-Id: I3cd51d216c505659a543f9136db4a4c0ea1f66c8
        Reviewed-on: https://gerrit.libreoffice.org/14986
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [f2fcf221a42a87a4604cecd1b6b29d4c20986ec0]

        survive 'enable jre' dialog interrupting CreateAccessibilityObjects
        
        Change-Id: I4395160780fc055d14554ad62c6ec757ec8dbbe1

2015-03-26  Yousuf Philips  <philipz85@hotmail.com>  [2df3522a5159baa1c9d55e52adbfeba7eae76955]

        tdf#86606 remove direct formatting entries from context menu
        
        Change-Id: I57ec4cb36aa0e3a921653d337bcf5029fc5d3fc8
        Reviewed-on: https://gerrit.libreoffice.org/14979
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [ca39d8fe038af6a07189838652713fc5a6296f7d]

        loplugin:cstylecast
        
        Change-Id: Ia04113c52787aa7498ba11864313a39caa1c1d22

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [1f1ce7e01ad7470de475f346e939757dbb1151f7]

        loplugin:constantfunction: vcl/unx/gtk3
        
        Change-Id: I66ffc0c3a73d45e9d4b54f46092a65913b753d26

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [6409db7838751a3671485f035b9f975eb5ca23f2]

        loplugin:constantfunction: vcl/unx/gtk3
        
        Change-Id: Ieedf89bebb59e783dfe13ef2d5ae7ba3347cdc62

2015-03-26  Caolán McNamara  <caolanm@redhat.com>  [903a420609252aff12d9481b5fd8cc8d1f1d445f]

        add GtkSwipeGesture support and implement swipe left/right to change slides
        
        keep it simple for now.
        
        deliver to the same target window that gets the MouseWheel events, maybe worth combining
        MouseWheel and Gestures into the same thing
        
        and use it in slideshows so swipe toward the left to advance to the next slide,
        to the right to return to the previous slide.
        
        swipes are followed by mouse up events, impress already has a similar hack
        to hide an mouse-up from the (incredibly complicated) interaction with
        the slideshow so simply use that
        
        Change-Id: Ib34f6fa0f15f3aa34eef887eb9d5642de9e5cdd1

2015-03-26  Stephan Bergmann  <sbergman@redhat.com>  [82f4f6b19febb607d8823923380777f27e0ab3d9]

        loplugins:constantfunction: properly detect overloaded operators
        
        Change-Id: I484e1206d1f17305d21f7e750b8aca9d1c8d809b

2015-03-26  David Tardon  <dtardon@redhat.com>  [81e43176d838920743b5cb226f9ea9509eb1036c]

        fix build from module
        
        Change-Id: I044e6c82b4f3b492ed384e86dbe9e6955f8f792f

2015-03-26  David Tardon  <dtardon@redhat.com>  [c8708f34d6ab4152ef74c01ed2210ec7aee83dbe]

        add Makefile deps and cleanup for config_host_lang.mk*
        
        Change-Id: I7fabd28ccdf66a4fa96838aafadbe6ceee8d9ee3

2015-03-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5a0de29f6156e8ee92832b09eb1198a2b5f120da]

        Move message box icons from Tango Testing to Tango
        
        It was about time!
        
        Change-Id: I88bbd7a1d6651f87d6524fd651a7c5c460105b5f

2015-03-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [83ebe2ca6fee69e6f2db8061379e718a72c7977f]

        DOCX export: remove no longer needed AddToAttrList() variants
        
        Change-Id: Ide671e1ec9d80069869b14fb3c94acbd287a3427

2015-03-26  Tor Lillqvist  <tml@collabora.com>  [c1fed2a9a198b75c618b3adb6db8ce50e5f50fff]

        WaE: this method is empty and should be removed
        
        Change-Id: Ia5ec3890a4e57c460dab58fcd690530ebf836140

2015-03-26  Noel Grandin  <noel@peralex.com>  [ccea3b6721da2dbf7a319c6e3e24428429cdf3ba]

        the valid flags in SvxBulletItem are unused
        
        Change-Id: Ifd06179e42edc916002e8b0feaabd888852f1aa6

2015-03-26  Noel Grandin  <noel@peralex.com>  [871740210e5608e619b37297b47362f534f7ed8d]

        bullet justification in SvxBulletItem is unused
        
        Change-Id: Ib303c89f84a95eed96cfccfc947c2b4d6919ab95

2015-03-26  Noel Grandin  <noel@peralex.com>  [ce46c98dbeb3364684843daa5b269c74fce2af64]

        convert BS_ constants to SvxBulletStyle enum class
        
        Change-Id: I8d68394c29b7602b21f8d972552aa7226778d3ff

2015-03-26  Noel Grandin  <noel@peralex.com>  [701343b1eea115e27a40ac93e59c0c1f0d2f6422]

        convert SvxNumRuleType to enum class
        
        Change-Id: I4707b2f0325d2e39c11bb99ef687100eb55639e1

2015-03-26  Noel Grandin  <noel@peralex.com>  [44101b295071484f4797a9d3140e5ea1a42bc431]

        convert NUM_ constants to enum clas
        
        Change-Id: Id41ea91aaf618c7f3f323698c09caa7c8df2290a

2015-03-26  Austin Chen  <austinchenyw@gmail.com>  [0fb66458c08b9c0ce59bca85e77d26fad8b59e4b]

        tdf#57950: Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: Iae8e50864dbd90ff49a4fcc31a06b2158eab4afc
        Reviewed-on: https://gerrit.libreoffice.org/14998
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4ee55eed6a34f6f061a0cd369a30afb464f9fa27]

        Updated core Project: help  b1178f96fe29860b1d92c8c150d5169f96a964b2
        
        rename PDF export options
        
        Change-Id: I1491cd908cf87eea5d0d131704e291c86def58eb
        Reviewed-on: https://gerrit.libreoffice.org/15007
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-03-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c91b62fa7ed49971af69f17cce92285be7d957a5]

        Updated core Project: help  091a3cc5cd8e1cb92382eddd6424764cda3060e8
        
        rename "Find" to "Find Next" in Find & Replace dialog
        
        Change-Id: Ib721e87839b03d108b9e10d5605bfaff7d5f21a6
        Reviewed-on: https://gerrit.libreoffice.org/15008
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-03-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [dbd2592ecb56a05a67ea58a06d2da6e1efc871f4]

        Updated core Project: help  2384838958839304b5eb39cf050a8bc7c134ae5e
        
        rename Typeface to Style in Math Catalog
        
        Change-Id: I14ea3a399b31b52203f7237ca4e11105a20c8ecc
        Reviewed-on: https://gerrit.libreoffice.org/15009
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [44753f7cf05f502e566fe97231883a047d1f120a]

        Expr::EvaluateAs... does not work for type-dependent expressions
        
        Change-Id: Iea1cd468528d00ffa07e13b2063ca5fce5cc4fae

2015-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [ca5ff4559726455d0c8fbdd08cb35af3308492bf]

        tdf#90010 Partially revert "package: Do not bother with deflating jpeg images"
        
        This reverts commit 0843ade74e5848c0babad509b10c334b01847be2 for the case, when
        the document is protected by password. Would be nice to fix properly later.
        
        Change-Id: If159639d6f74de4e106e9dad382faac9d5de4a09

2015-03-25  Julien Nabet  <serval2412@yahoo.fr>  [b33788cb6b6d91657ea21eda8cb4925c4b628045]

        Typos
        
        Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968

2015-03-25  Julien Nabet  <serval2412@yahoo.fr>  [25d3c618d831036c08194610f188e4781c135cfc]

        Typo: formated->formatted
        
        Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5

2015-03-25  Julien Nabet  <serval2412@yahoo.fr>  [5584d73f2db413889347b4b3a1fcaf124db02b21]

        Typos
        
        Change-Id: I434be0034b26ac4719590238817538ecd90b8923

2015-03-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [0ff90591d27330581da48badb2c5f1471d3aea27]

        tdf#80822 Convert MM progress dialogs to modal
        
        The mail merge wizard is already modal to the source window. As
        long as the mail merge isn't finished, there is is no useable way
        to interact with the wizard. So make the progress window modal to
        the mail merge wizard to prevent the crashes when the user cancels
        the wizard while a mail merge is run.
        
        As the progress dialog can be triggered via UNO, the dialog has
        still has to be created as a non-modal floating window, when not
        called from the mail merge wizard.
        
        Change-Id: Ie8258323a0d396b40300d44bc0dea76385522847
        Reviewed-on: https://gerrit.libreoffice.org/14996
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-03-25  Yousuf Philips  <philipz85@hotmail.com>  [d458a078e35ef1d2aec95f75acab029d3e709ce0]

        TANGO: Updating conditional formatting and save icons
        
        Change-Id: I239fb3093286d5d0bf51397a2cfa86a2148b70d0
        Reviewed-on: https://gerrit.libreoffice.org/15004
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-25  David Tardon  <dtardon@redhat.com>  [eff289ce454bb8e5c03fdecef184a30a86f3d506]

        correctly rebuild extension desc. l10ns when langs change
        
        Change-Id: I4fb99c446f1ea0892d9210885d9d93f3dfe24ceb

2015-03-25  David Tardon  <dtardon@redhat.com>  [f47e0bed6e4df408cfca1452be984a0a1b64956f]

        gbuild: allow to react on change in configured langs
        
        Change-Id: I15492fcc687a21b740dc2d97a47485e2e760055f

2015-03-25  Caolán McNamara  <caolanm@redhat.com>  [bd20a73f4791626a0e9a2eef81f7e74188e4f8bd]

        refactor indescribable wall of code into reusable hunks
        
        supposed to be logically the same before and after
        except for the addition of allow pPreviousWindow
        to be the pFocusWindow as well as the pMouseWindow
        which I see as a good thing
        
        Change-Id: I4810146397850abab90d37d0e0c2bfd674faa208

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [6d3dd1adec0990ee95ad88d252c59766e9cc56ed]

        loplugin:constantfunction
        
        Change-Id: Ic95699c514b24886ab1ca6d2b625fe9bd033f4ea

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [71853233f94013a2000ac144960f8db3f6d08d8d]

        Uninitialized use of mbSkipImages (as found by UBSan)
        
        Change-Id: I2501a7d2987eeef7683b22cbb4bf812b1b545f39

2015-03-25  Arnaud Versini  <arnaud.versini@gmail.com>  [8414d8434bd47c1e24c03e9174457c168983cc39]

        Basic: scanner should'nt use 0xFF mask on characters
        
        Change-Id: I2fd3f70c3d8e411430f84c7383da7ab8700513bd
        Reviewed-on: https://gerrit.libreoffice.org/14682
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3e5a3ce0274cc459aed814bb7b03f92330e41827]

        Maybe this helps TB56?
        
        Change-Id: I209fcc9277d8efe27608b7e858f16fa31a6973b2

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [d081dda43f393ad8a47bdc4b831bcf59b1d670d0]

        loplugin:constantfunction
        
        Change-Id: I368de78b99369982cd17a8e7ac8c36b4e7e60b41

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3dad00879295c04d03f8a5eaeff6794d36ea6d07]

        Tweak fix
        
        Change-Id: I637acffabb9888750f397ff90a018bbce9493895

2015-03-25  Andreas Kainz  <kainz.a@gmail.com>  [1f9bfe0a1140da0e7e005a5b99051d9031712855]

        tdf#87234 Another round of breeze icon updates
        
        Change-Id: I1e0923f433d341e37dc14a9e022ecc1e7a793ce7
        Reviewed-on: https://gerrit.libreoffice.org/14999
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [0620451818b62a3a253400763084cb61a1a34c34]

        Revert "give this a copy ctor"
        
        This reverts commit da42d1100832aae524c2e6b0ba738623df775a3d, problem is fixed
        now with fc56579e9d3ef0be4912ff48e38d057d5d608ee5 "Keep GCC 4.6 happy"
        
        Conflicts:
        	postprocess/qa/services.cxx
        
        Change-Id: If819749d322a0887c1668fbbe563d14e0402ac78

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [46a0c8761e07226389bb2afef54817f51879e27d]

        Revert "tdf#90174 FILESAVE: export of bullet color for pptx"
        
        This reverts commit 8707670cb39f5777cd54f8b180ec342416ef259f (plus follow-up
        53e89ab25c0cd7df1b900a2e1048cfa402ea4353 "WaE: uninitialized nBulletColor") as
        it broke CppunitTest_sd_export_tests.
        
        Change-Id: Ib7433ba6e43b2f90767b0333dceb0f732d6659df

2015-03-25  Noel Grandin  <noel@peralex.com>  [eb9c04ed215f9b12584c6e254c36303c6b3865ed]

        convert SPELLCMD_ constants to enum class
        
        Change-Id: I0f57a60a44ddac63a73e0bb35df59b3b25857d43

2015-03-25  Caolán McNamara  <caolanm@redhat.com>  [7dd09f07a12affb8da0afd731ec2a99575a51e2e]

        WaE: potentially uninitialized local variable
        
        Change-Id: Icb4a7d71e23d202078ad27bee255b6f812a74707

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b4c3a2bd2373edd90fe9e38703e498c4df417f60]

        remove typed Modify for good
        
        Change-Id: I53105b9a8a832affd0545fcd69774fad116a2a3c

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0085d2f3fac063883306818affdd8e268db7b4ee]

        kill a typed Modify use
        
        Change-Id: I713501f7ac31a5188932432adff626279432f305

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [760e94cdf16031b8fcd44ea3d32380a4103d0484]

        kill a typed Modify use
        
        Change-Id: I7a33f95348093b9227b7620d08f77ceb560039eb

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9e83083fcdc84b7191ed3e0a5d406e95da57ac33]

        kill a typed Modify use
        
        Change-Id: I2d526ecb0f11281ad695d6ce158fcb5a3ef739cb

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d677599025090867fa7d4f418cd3f402ecb19e2b]

        also test HasOnlyOneListener and HasWriterListeners
        
        Change-Id: Iad352a07aa0bb04c031a16fe89d6a83e2502bcf1

2015-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [abb863a3320d07b0b1616f81e4c2e2ec082245b7]

        rename IsLastDepend HasOnlyOneListener
        
        Change-Id: Ibb2a3ee596402661f2c593754061deb8c54a2f76

2015-03-25  David Tardon  <dtardon@redhat.com>  [b4531de9387f551d9c6876f5bfe26bdb7c080a15]

        fix build
        
        Change-Id: I5eb81a895740cfd917bc5d1474cbac1c9c8ff38c

2015-03-25  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [9a7959cd63be7b2f36da8af25e7673a525c4d66c]

        tdf#89387 Add functor for ScAmpersand
        
        Change-Id: If89073cc6b21aad0f04f79e934aa2d646a057333
        Reviewed-on: https://gerrit.libreoffice.org/14873
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [fc56579e9d3ef0be4912ff48e38d057d5d608ee5]

        Keep GCC 4.6 happy
        
        Change-Id: Iaaab55a9ac1ba8e0550f9cb35ed13489e4e4d851

2015-03-25  Stephan Bergmann  <sbergman@redhat.com>  [1b37292b9721c3f76bbe4f6d1c7df119768d78ae]

        loplugin:constantfunction
        
        Change-Id: Idc231c76175d93a11846d9e3552f3b6eef75b41a

2015-03-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2ca1152f19702fbbefecbe5331fad06950f35a2]

        DocxAttributeOutput::m_pParagraphSdtPrTokenAttributes: use std::unique_ptr
        
        Change-Id: Ibc8e21c5572c06fc929c308d519601d2ea0c830d

2015-03-25  Noel Grandin  <noel@peralex.com>  [9110d8724d0af5e8a0a148096ce67c1d5a721f98]

        convert EE_STAT constants to enum class
        
        Change-Id: I2967cdbfd0303844892150bbff7aa5ce1a57054f

2015-03-25  Noel Grandin  <noel@peralex.com>  [c7c0723dd97e278edeb7686d350ffe6d8706ed66]

        convert EV_CNTRL constants to enum class
        
        Change-Id: I0ffc0e222c978ce7c734228f712e88422d3a615f

2015-03-25  Noel Grandin  <noel@peralex.com>  [abf60c4a0fd111985891e2faa30a1e32799fdf9c]

        convert EE_CNTRL constants to enum class
        
        there were a couple of lines in SC and SW where the code was using a
        EV_CNTRL constant. I switched it to used the same-valued constant from
        EE_CNTRL
        
        Change-Id: I027183cc3b6e700bf365d48833e37eddc9b50f04

2015-03-25  Noel Grandin  <noel@peralex.com>  [6cb56b551bc1e30a887d8a333d70567cad23aa9e]

        convert MouseTarget to enum class
        
        Change-Id: I223c032e1637fecb8b7b0578a81762572973084b

2015-03-25  Noel Grandin  <noel@peralex.com>  [6ef4d92869114179fc7802e2a2b5be665f248029]

        convert VALID_ constants to enum class
        
        Change-Id: Id63d0e0dcf550b4d4f9cf3a2800aeb40f9f9bbce

2015-03-25  Noel Grandin  <noel@peralex.com>  [c7a50d072f0f9a19e7975c09eeff7a11bdea1370]

        new constantfunction loplugin
        
        Change-Id: Ie9b7a0c41fc4dbd2560ceff6bae9ab85357f518b

2015-03-25  Phillip Sz  <phillip.szelat@gmail.com>  [3f6bfb4c0d6814c38035e4e1d0c4d5321dd6a5a7]

        remove exit 0 at the end of a shell script
        
        Change-Id: I6f9b6aa7abba6eadf4db93506bdd9a822afdf2fb
        Reviewed-on: https://gerrit.libreoffice.org/14884
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-25  Gulsah Kose  <gulsah.1004@gmail.com>  [e03654bbd6d672d5eacc0a915c4970c3fc4d818a]

        fdo#84628 Created .project file generator.
        
        This patch is starting to EclipseCDT Integration. Written the .project file generating function.
        
        Change-Id: If38077561820d9a333d186a2785ecddd1113fe92
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14871
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-25  Matthew J. Francis  <mjay.francis@gmail.com>  [ca07d5bef335b220139b858a5b54aa62983a66e1]

        tdf#68547 Turkısh "ı" ıs specıal
        
        Capital "i" is "İ"
        Small "I" is "ı"
        Therefore, any BASIC we ship had better be clean of case-insensitive function
        name comparisons (or at least those involving "i"s), because they will not
        work when the system locale is Turkish.
        
        Change-Id: Ibf3a35a55b6b1ba384731dfa92caf24b51245530
        Reviewed-on: https://gerrit.libreoffice.org/14995
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5a5c9d0fa42201d0fbec2670f097f00a8ff91d2c]

        fix typo in variable name
        
        mbIsPlacehlolderShape -> mbIsPlaceholderShape
        
        Change-Id: Ie01335293a3acd6da628e7ea123e10f77c1513da
        Reviewed-on: https://gerrit.libreoffice.org/14991
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-03-24  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f1f4167bac271f4b7f4ed766db4b077f94fd4daa]

        tdf#40835 add ODFF function FDIST
        
        and clean up F-Distribution function names.
        
        Change-Id: I8666659269121b3ea32e8179b42e3497aa86754f
        Reviewed-on: https://gerrit.libreoffice.org/14657
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [ff9fde527ec05a71c27fa3109ef4b57216f785dd]

        tdf#81475 Fix missing space in standard toolbar and rearranged other toolbars
        
        Change-Id: I7b923da346edd359cfec3b1c4d1b1f1860df79bf
        Reviewed-on: https://gerrit.libreoffice.org/14990
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Caolán McNamara  <caolanm@redhat.com>  [da42d1100832aae524c2e6b0ba738623df775a3d]

        give this a copy ctor
        
        Change-Id: I144679e93e61f1bc19319ebf8893529c164ae0ee

2015-03-24  Caolán McNamara  <caolanm@redhat.com>  [53e89ab25c0cd7df1b900a2e1048cfa402ea4353]

        WaE: uninitialized nBulletColor
        
        Change-Id: I48cc86ad20cbc868df0a943a9a73c8c86096a63a

2015-03-24  Tor Lillqvist  <tml@collabora.com>  [215634269e9a2eabdabb1ff2a5effd11dded7a36]

        Bypass on OS X, too
        
        Change-Id: I845dd13427181b7b3ca0aded2d5ece3af4c21be6

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [131c9beffe61ae1e556417dd1169284be92bccd1]

        CppunitTest_services: Check that XServiceInfo and .component data matches
        
        Change-Id: I660c261a90d0ce7ace045f97e28808bc924fefd9

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [c6dcd7b7f392ef47b2e66445239ce867e51d5adb]

        Fix various Windows-only XServiceInfo implementations
        
        ...to match what is recorded in the .component files
        
        Change-Id: Ibc5bb0575f3869317e4d14614cf1dad0af728ddc

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [f17568f9f3ea6cded3fe13437977ef841d56a7c1]

        loplugin:implicitboolconversion
        
        Change-Id: I7d1be2365c2e18a007a26e63195ea0cb169ee254

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [f50cf8251bcbfe99dbb52cba931e6c06fee7fe17]

        Change icon for track changes in sidebar
        
        Change-Id: I511683df6c48ca942ff8664b30441e08a5875db3
        Reviewed-on: https://gerrit.libreoffice.org/14987
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [b33bd34d15d67f9c493c3532c980c088f2d84a86]

        Rearrange writer's view menu and fix label
        
        Change-Id: I739edc7810af0dd7da69fddc053eaa2458c7cf6c
        Reviewed-on: https://gerrit.libreoffice.org/14985
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Jan Holesovsky  <kendy@collabora.com>  [aa1a58c3a2784354cc7dd194b2850c4c7e42f89e]

        Blind attempt to fix the Windows tinderbox.

2015-03-24  Eike Rathke  <erack@redhat.com>  [1a967fead616b201535449fa812775c88d5b2e3b]

        do not include non-mask bits in masks
        
        TransliterationModules_FULLWIDTH_HALFWIDTH,
        TransliterationModules_UPPERCASE_LOWERCASE and
        TransliterationModules_LOWERCASE_UPPERCASE are not mask bits but values,
        so need to be treated differently.
        
        Change-Id: I6726bddab4fec1c222a318de61eaa41a402f6286

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [d0b43fd581f32b648c94bf6706c1374631297178]

        Properly map from empty aBoundRange to empty rRect
        
        Change-Id: Ic8cf3a71d168f4679347ac493c08fef1daf4ce84

2015-03-24  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [8707670cb39f5777cd54f8b180ec342416ef259f]

        tdf#90174 FILESAVE: export of bullet color for pptx
        
        Added pptx export support for bullet color.
        
        Change-Id: I69306c8b3ace359f8dc243b83f89cfb570b9b73b
        Reviewed-on: https://gerrit.libreoffice.org/14966
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [849c1b64de19ef42cbd8cd392b036b9f914f2522]

        also import and export to ODF the new databar property
        
        Change-Id: Ib29a0d5c9fefe15fbd0f08a5cf9600eff58cd030

2015-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d1fa5fb8ef2067c406eadbdfb0dbca37d4627bf]

        add minLength and maxLength support to databars
        
        Change-Id: Idbbc4b64b616ead6ef880340064623b9a5c0ff51

2015-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0dc9317d52850b4271876ad18fa651b2f3c25bff]

        export showValue databar property
        
        Change-Id: I4143b91b4d2edea9a9dab7ce1c06a59ca5d12857

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c52db40236ae264d41530ed1fba47f9b44e6a77]

        assert hard on misguided removal
        
        Change-Id: I2b72a76336f7c8b4af4ac06467c416f35400d90e

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [be3dc27fbfd5c27590ef136e2d37a2dcbf2f660b]

        update docs
        
        Change-Id: I94ceaafd34caba48965ee58c1fcd9a88bce416f8

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c47eb3df9c6fe8e77bf8f4f4a04f8e5a3224368]

        code convention: member names
        
        Conflicts:
        	sw/inc/calbck.hxx
        
        Change-Id: I0322261240bee8795e23669306fb846da0ea706f

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b8d5647180db0f6c7e23d7ca9e14ab95fa4aa557]

        rename GetDepends->HasWriterListener and make it a bool
        
        Change-Id: Idc090c9e105f24ef91ef123db03db6d6e67ed1d4

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4da56c0cea4da68a0707b24ad286765400cce0be]

        these can be moved out of the loop
        
        Change-Id: Ic2e743e664e6fe62606639c68a17ba81776cc58d

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a65e98af992d966ef0a9c4b2f197ab2893fcf47e]

        Revert "Revert "make ClientIteratorBase only know about WriterListener""
        
        This reverts commit 5fb7f222f51b93a9dfffa0fe211a5b3e0c83757e.
        
        Conflicts:
        	sw/inc/calbck.hxx
        
        Change-Id: If25df4d2bbb77328cbb59c003d56eb0f88c73c67

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1e120b0bf6968b39f2a1e834489f021ebdb27e33]

        remove use of GetDepends to access clients
        
        Change-Id: If607addea5042a2539cd8b03ee6dae9e7833b879

2015-03-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [32caa37352d30b5e9fbf7a9113640bd098efb626]

        PTR_CAST isnt actually needed here
        
        Change-Id: Id0792a164aea33d0c5d3c71b840e9601d75e4f33

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [32d6e8fc22c1db14f17bb7b030ba26327752b300]

        Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptr
        
        use RTLD_GLOBAL, similar to 62b124b2704adf11a63681164d05a8eb49dfb105 "Ensure
        RTTI symbol visibility for Linux Clang -fsanitize=function,vptr"
        
        Change-Id: I8b3e8681b5ec07fa67f035651c1a99652a56b7f9

2015-03-24  Tor Lillqvist  <tml@collabora.com>  [4cc1bcbaedd483482240f0ffbf42e56dd6052612]

        Kill dead <touch/touch.h> API
        
        Has all been obsoleted by LibreOfficeKit.
        
        Only some MOBILE_* constant #defines are now left in touch.h, but probably
        those are used only by dead code.
        
        Change-Id: I646945c4408b4e6cd5510da535cfc12088dd391c

2015-03-24  Julien Nabet  <serval2412@yahoo.fr>  [38c22ed2b8b8f3530b8a0fe5a23a329e8e511c76]

        Resolves tdf#72152: respect page orientation of Calc files in recent docs
        
        Change-Id: I2a8d4cce979ce0ff1fd260bfa796817a0dbb7ce2
        Reviewed-on: https://gerrit.libreoffice.org/14512
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [c38ad62b696082f90a3cefd098bed4ff96fcf540]

        loplugin:stringconstant
        
        Change-Id: I5fd84f0ab85c94831a9064561423a4634a9ac2ab

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [bd3a84a985c726f59bbb9562cc823bcca836040d]

        Unitialized use of mbSkipImages (as found by UBSan)
        
        Change-Id: I787d7b925d12eec7ac8a5a2901004e09cfab114d

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [d5592294fafd5bf0fe1b8dce0d4e1cd6fd22a6a8]

        tdf#75256 updating icons and adding duplicate links
        
        Change-Id: I36dd2c55fcbfcb0da3c99c738d4319a20696bf49
        Reviewed-on: https://gerrit.libreoffice.org/14977
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Caolán McNamara  <caolanm@redhat.com>  [e7bb2118ac056dd9552865170e07576296c3eba0]

        a scoped enumeration cannot be redeclared as an unscoped enumeration
        
        Change-Id: If63ae932469ebc723a54f32604c3368f3a1f2688

2015-03-24  Piet van Oostrum  <piet@vanoostrum.org>  [5e49b9b4e99f787071a624dadd3e587ea6b041a7]

        tdf#89405 DOC export: fix corrupted comment order
        
        Code for correctly exporting a Writer document with comments to a MS Word 97-2003 .doc format.
        Also includes a unit test.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/14841
        
        Change-Id: I9f8f4fa466908335d98c43bd7d3e387bfe9baf6a

2015-03-24  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [8418de72f592daae87a385f105519d637dfa4841]

        tdf#89783: sal_uInt16 replacement by size_t
        
        These replacements allow LO to load, save and mail merge documents having
        more than 65536 text frames in total.
        
        Change-Id: I2a302a085c33f55c6b510fd80b5278268e0cdaa4
        Reviewed-on: https://gerrit.libreoffice.org/14982
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [9b6b866c350f9900b3399214fcea550f282af2d0]

        tdf#90090 reduce the size of the right page/slide pane
        
        Change-Id: If06f33cc2a8a85f7595c5dbf1c6549eff00cec19
        Reviewed-on: https://gerrit.libreoffice.org/14983
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [9006b8b1b3ce713d87b0ab90aec43ef0b0555e88]

        tdf#90187 icon for track changes toolbar button and sidebar
        
        Change-Id: Idf74874a93fb04f153f6a738a29fe8d8c39111e8
        Reviewed-on: https://gerrit.libreoffice.org/14980
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-24  Tor Lillqvist  <tml@collabora.com>  [aa94466699a98730d9e8d112fd52cea63c2226b2]

        Executable_tiledrendering is obsolete and can be killed
        
        Change-Id: I4159adb321a939126a0577a48e5917be5825557e

2015-03-24  Tor Lillqvist  <tml@collabora.com>  [a86416b51dee33abb19df4b0f82352324cdf20c0]

        Bin obsolete comment
        
        Change-Id: Iffd6fcfa81e9ce02a01c74eadb6c881a12e7f7d4

2015-03-24  Tor Lillqvist  <tml@collabora.com>  [3a2e4cd2016ccf5cd1faea239b8059e0ba36ea9e]

        touch_lo_draw_tile() is dead code
        
        Tiled rendering is now only supported through the LibreOfficeKit API.
        
        Change-Id: Ib7e6b166251265e91783c89fbe9ea987b105f3a2

2015-03-24  Noel Grandin  <noel@peralex.com>  [858e455634ebfff8ef7b65a9c97d3bc8240cd094]

        loplugin:constantfunction: various
        
        Change-Id: I6eddda9f4b31c7ce413c328b6a857a81bd222eed

2015-03-24  Noel Grandin  <noel@peralex.com>  [a6df3c0babf409d8fc0bf52efd9c2fa74a95998e]

        fix windows build
        
        "error: a scoped enumeration cannot be redeclared as an unscoped
        enumeration"
        
        caused by my commit
        5d37fa2a710e3bd76d3f1e18d1d66b8a4ab1503
        "convert SvxZoomType to enum class"
        
        Change-Id: I26e6f9e7c608aaf1a1fbfe370d8a1bafc57c2983

2015-03-24  Stephan Bergmann  <sbergman@redhat.com>  [f2edd09bf3ab4f705818a9d7bae58a72e78f102c]

        tdf#88230 Blind fix for IOS-only code
        
        ...broken with c6c4d21847ef18ae7378e1a5a329000ea6547d18 "tdf#88230: Remove bogus
        AcquireSolarMutex fpicker wrapper" and 183f3791bad09cf95c2eee6e7bb043d7b00546a0
        "Reverts and correct 'tdf#88230: Cleanup solar mutex yielding'"
        
        Change-Id: I568ea5aa0a43cadc1b6cf9f954293bf297ae489e

2015-03-24  Noel Grandin  <noel@peralex.com>  [829fa56634414c55a50cda9a74a2683e3e5b822a]

        loplugin:constantfunction: framework
        
        Change-Id: Ib5c85dfb5fd720a1709e37d9f12b43a1588ba058

2015-03-24  Noel Grandin  <noel@peralex.com>  [d772b9bdc442c767fe99da74df375e5ecf6c8454]

        loplugin:constantfunction: forms
        
        Change-Id: Icb1b4bb3fd73b54378b77fbaa6c41c3a0f03706a

2015-03-24  Noel Grandin  <noel@peralex.com>  [c3dc46723234c3fd5101a26ff374e59140997582]

        loplugin:constantfunction: hwpfilter
        
        Change-Id: I2504291e2167cbc4be91e01de654ca63f89dbd2a

2015-03-24  Noel Grandin  <noel@peralex.com>  [1c34766698b03d14376ae7759ab1ad69f56786f9]

        loplugin:constantfunction: reportdesign
        
        Change-Id: Ic94359c544034b9e6f09bd02a377d906a5b820e6

2015-03-24  Noel Grandin  <noel@peralex.com>  [4d4022fef2c499e1151ee66a79377e77e5093cae]

        loplugin:constantfunction: xmloff
        
        Change-Id: I0ddcaada71eaa53cd7e6320c6ccaa8d8971f6df0

2015-03-24  Noel Grandin  <noel@peralex.com>  [6618a6d7f2b462e43ef8df4a14babacb5519c986]

        loplugin:constantfunction: xmlsecurity
        
        Change-Id: Iabe2b4677b75cbd4b10a55fc4b2f13ba29645cd4

2015-03-24  Noel Grandin  <noel@peralex.com>  [b2d2d72a7e401a4693cec9bbe12d8254e250ba70]

        loplugin:constantfunction: basic
        
        Change-Id: I1c9a33cefb68bec978b2a922c2c3ef00f2a7a1b4

2015-03-24  Noel Grandin  <noel@peralex.com>  [72ddf425c2f565e446cc6d0b2b7f48a87fdfe611]

        loplugin:constantfunction: basctl
        
        Change-Id: I675b6cee53a9cef240dd798b13515141e194828f

2015-03-24  Noel Grandin  <noel@peralex.com>  [09d5b31ebe187a4cd9f3efca5a7cb7f87e1e19f6]

        loplugin:constantfunction: store
        
        Change-Id: I13284409404ef77eb16164b7ce2074259d2cad12

2015-03-24  Noel Grandin  <noel@peralex.com>  [5eeec1363ec4bc86f4d9c989124c1659cb8d3417]

        loplugin:constantfunction: rsc
        
        Change-Id: I574bac6b25c9f36ff3d545420ea49d99a9c79b05

2015-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [2754e16702b45362c3291b65af028f9c648894dc]

        DocxAttributeOutput::m_pSdtPrDataBindingAttrs: use std::unique_ptr
        
        Change-Id: I13a9a2130b3d5cc4c1e6e2d299e0c7227cf80544

2015-03-24  Noel Grandin  <noel@peralex.com>  [5dad2733b83297d900cec548596e5358d8335f7b]

        loplugin:constantfunction: test
        
        Change-Id: I86eb9e46bec561bf0ede60180754ae35cefadfd5

2015-03-24  László Németh  <laszlo.nemeth@collabora.com>  [9b0e09dedc76a3bc4fd7a128a3a115b328727e00]

        SkipImages option for document import
        
        This option allows images and drawings to be skipped while importing
        DOC and DOCX, for text-only conversion or indexing.
        
        Change-Id: Id4bfbbe48d8a8e970b1cb5922187768bf94dc918
        Reviewed-on: https://gerrit.libreoffice.org/14733
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Németh László <nemeth@numbertext.org>

2015-03-24  Noel Grandin  <noel@peralex.com>  [799a7878fd5b3a5a01b59d0a4139a2b0908ccc43]

        convert SFX_PRINTER constants to enum class
        
        Change-Id: I5dca39f7668be2c03c904c33b6181ba769b70990

2015-03-24  Noel Grandin  <noel@peralex.com>  [fba2d764d88582951f00af8184d481a6647a8564]

        convert SfxPopupWindowType to enum class
        
        Change-Id: I03813103d648c5745beab740403c7912cdff2756

2015-03-24  Noel Grandin  <noel@peralex.com>  [b2125ae811c2fc2233026e5218a03bc24210a5c1]

        convert FILTER_APPLICATION to enum class
        
        Change-Id: I9ad1d1c9a2d9d538a4cc95f0b65f45f631116916

2015-03-24  Noel Grandin  <noel@peralex.com>  [ecec9afe852d3bca019b6b44a40d8be39e0f58f4]

        convert SVX_ZOOM_ENABLE constants to enum class
        
        Change-Id: Iead354b95b832edd72eb8e881855f228fd85be70

2015-03-24  Noel Grandin  <noel@peralex.com>  [5d37fa2a710e3bd76d3f1e18d1d66b8a4ab15030]

        convert SvxZoomType to enum class
        
        Change-Id: I7308e848d3f9ac391dc656a145139dabbc792df3

2015-03-24  Noel Grandin  <noel@peralex.com>  [23e0b0ba4b67a402a89b3752ae5aede1c5249cc8]

        convert sfxlink to enum class
        
        Change-Id: I4466af8d40e7860b20a26c5ccf2265ee40c5a9ab

2015-03-24  Noel Grandin  <noel@peralex.com>  [ffcfcd76d12a54e8a65a2b8d0ba7432d4c57f6ea]

        convert SfxChildAlignment to enum class
        
        Change-Id: I9013bc6dace79421b0a9ad0401a4fb59365d4dcf

2015-03-24  Noel Grandin  <noel@peralex.com>  [eba9e9f88cf518a289e69e676098319177409e60]

        convert SfxPopupAction to enum class
        
        and move it out of the header file, because it's only used inside one
        .cxx file
        
        Change-Id: I94b8cb957b86b1ee51e654b2d247269ef2cec88a

2015-03-24  Noel Grandin  <noel@peralex.com>  [61831eb81661db2572eaa6cabf7d8eba2c4d842c]

        loplugin:constantfunction: dbaccess
        
        Change-Id: I896f2716cb91169e30f555943174b5aa67e74b20

2015-03-24  Noel Grandin  <noel@peralex.com>  [18ef0c66f027440c2d34488f83c02fcfb0a1e75e]

        fix windows build
        
        after my commit d7a4135b072a693cb5ebf94c250d34d5beb741e3
        "loplugin:constantfunction: lotuswordpro"
        it appears that Visual Studio does not support this yet
        
        Change-Id: Ide04fde905e0991e27ec03c3e216fcbd25b1f10b

2015-03-24  Pranav Kant  <pranav913@gmail.com>  [183f3791bad09cf95c2eee6e7bb043d7b00546a0]

        Reverts and correct "tdf#88230: Cleanup solar mutex yielding"
        
        This reverts commit b15b97ee6b21be18d4ba5df396d39b6d3dab57e1. This
        commit directly used SolarMutexReleaser class which releases the solar
        mutex first and then acquires the mutex after the destruction of the
        object. This is not the correct way of replacing the pre-existing code
        where mutex needs to be acquired first and then released.
        
        Additionally, this commit adds a correct replacement for pre-existing
        code too.
        
        Change-Id: I79aff608d94ed2d4736679a691b8c18f8a23c581
        Reviewed-on: https://gerrit.libreoffice.org/14981
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-24  Pranav Kant  <pranav913@gmail.com>  [c6c4d21847ef18ae7378e1a5a329000ea6547d18]

        tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper
        
        Change-Id: I5514c2db57b48d99f7daf410eda11f5ee882438e
        Reviewed-on: https://gerrit.libreoffice.org/14972
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-24  Pranav Kant  <pranav913@gmail.com>  [b15b97ee6b21be18d4ba5df396d39b6d3dab57e1]

        tdf#88230: Cleanup solar mutex yielding
        
        Fallout from 9bb8ba4e0640521253e2f5a4d476cad7777da079
        
        Change-Id: I84fab3d8f12015b5d5a4f93ea0164bc964de17bd
        Reviewed-on: https://gerrit.libreoffice.org/14973
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-24  Noel Grandin  <noel@peralex.com>  [d7a4135b072a693cb5ebf94c250d34d5beb741e3]

        loplugin:constantfunction: lotuswordpro
        
        Change-Id: I16fbba302c7330010f9b4c888f48a868ad6b921e

2015-03-24  Yousuf Philips  <philipz85@hotmail.com>  [8e786be3ad4a64bc4f7378c3100bd4be0415f170]

        tdf#87234 Breeze: Tweak the alignment icons
        
        Change-Id: I1d920cdd34c806b5f276bbd3984d4977df351a21
        Reviewed-on: https://gerrit.libreoffice.org/14976
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [0b0dbd64bb589a6f0ab981f9740fff1dc500a055]

        Build libtest on Windows, too
        
        Doesn't as such work properly, as LibreOfficeKit doesn't work on
        Windows yet. From Juergen Funk's https://gerrit.libreoffice.org/#/c/13017/ .
        
        Change-Id: I685fddf0bada072e5dae485262b194b4fa5d26bc

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [5e5cc4702a0813e0ee27540c916599c7d2ad8cdf]

        Sanitize a few SAL_INFOs
        
        Change-Id: Ib5e7e9250f90a9282c25446b606166499fc9d369

2015-03-23  Julien Nabet  <serval2412@yahoo.fr>  [817fefa5a2a85e5ee36a01340a7dbfcc24d11162]

        Typo: impemented->implemented
        
        Change-Id: Ifa031a872bd618c41b0fbb2e0fd5a17e0f7b0a53

2015-03-23  Julien Nabet  <serval2412@yahoo.fr>  [aa5754b27ce7871f21900f0d593096510a0ddb28]

        Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRange
        
        Change-Id: If3f17ccea65a91199e4d8a0f8c0a241d07788f9c

2015-03-23  Yousuf Philips  <philipz85@hotmail.com>  [19385d209fdf5a92057ad38f2216c47ff69dcd31]

        tdf#75256 fixed formula, added sort, and fixed function wizard
        
        Change-Id: I5c9ffe337672d55c2b185f84bdd721ff376e1e44
        Reviewed-on: https://gerrit.libreoffice.org/14965
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [9bb8ba4e0640521253e2f5a4d476cad7777da079]

        Typo: s/SEPERATOR/SEPARATOR
        
        Thanks to Jürgen Funk for noticing, on
        https://gerrit.libreoffice.org/#/c/13017/ .
        
        Change-Id: Iff6225d658a9f5c7d3cd95b1f5b0b17606897d15

2015-03-23  Julien Nabet  <serval2412@yahoo.fr>  [41c99ab6308029c6eaae589efd4386e52ccb67e9]

        Typos
        
        Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d

2015-03-23  vsfoote  <vstuart.foote@utsa.edu>  [603c8845728cb96908388ab26db934735825bf10]

        tdf#88001 -- Default document view, force single page rather than automatic
        
        This commit changes sw default to be single page view rather than automatic
        defaulting to a multi-page view and automatic fit. Also, sets status bar page
        icon default to single page, and corrects lableing of view to read "multi-page"
        rather than "two page".
        
        Change-Id: I1a2f81150d7066ea56af0870e83c1e4ae66d3404
        Reviewed-on: https://gerrit.libreoffice.org/14835
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-03-23  Caolán McNamara  <caolanm@redhat.com>  [05ad682e73fb4b654056d7d5c49a7ac2dca4b10a]

        SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawing
        
        like X11SalGraphicsImpl::drawRect does
        
        now the focus borders in the layouts pane of impress update correctly
        as the border is added/removed as you pass the mouse over them with
        the gtk3 plugin
        
        Change-Id: I1f03065049c2aee2e3c28e7a16777e9b06e34c6e

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

        drawing a vertical/horizontal line does not really damage 0 width/height areas
        
        so follow the same logic as drawPixel which equally does not damage a 0
        width and height point
        
        Change-Id: Ie2c400caf1ad2e3a874f92c6f90f5f071f9c95e3

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [dffc47e401b5b051ff6e1576b6e0b1ce4c06d2ff]

        Turn WB_* macros into WinBits const variables
        
        ...to avoid problems with postwin.h #undef'ing WB_LEFT/RIGHT.  Ultimately,
        WinBits should likely be turned into an enum.
        
        Change-Id: I48e9151ec1fd3b94fc23c8859cd65e3b7f80abf5

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [be4ca35ad7926a2783b1c599f632a8d2591cbeab]

        loplugin:saloverride
        
        Change-Id: Ia41415272e12b47ae332c38badd323ad3ab6a5ad

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [79754dee2e2c0f4c8b05ae7db62b089912d6aa6d]

        More Windows define whack-a-mole
        
        Change-Id: I09bf1cfe22a65b8dbbcc7139cd1055f0e829210d

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [8edf711eb2f39c7779f2d39938d786befea1c49b]

        Avoid KeyFuncType::DELETE shadowed by a macro on Windows
        
        ...required to remove the WIN_* defines from postwin.h, so that the latter can
        be included multiple times; the WIN_* defines appeared to be unused except for
        one use of WND_FindWindow anyway
        
        Change-Id: I2080225c74c196fbc1b7d4f20b636b44e1e12150

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [ca35a282d50bbc238c9975fdf7d77038676318ab]

        WaE: 'rRefDevice' : unreferenced formal parameter
        
        Change-Id: If45c91f04caef8cd4387f623c773913ee1a1154d

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [ce4412b52f50957117af5c472ca16974a51b2936]

        Quick hack to bypass a test that fails on a Retina Mac
        
        Change-Id: If4bda345cae62b8f7c809ea8bd56913d436602b6

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [4be86e71d607715dd602838f49aa19f478662147]

        Add comment about the DPI calculation
        
        Change-Id: I791904a50db75ed94c166b0f84d9f08cb088bafe

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [772d8c5a2b46d7feca348723090e39aa235d05e0]

        disable asserts for some HTML export image properties values
        
        The values are DPI dependent and the test fails if the system DPI
        is set to anything else than 96.
        
        Change-Id: I548a193b3c98dc5181539eca40064a52ec15efe7

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [9bce474064e876ced20a8e1f2f1cc189ab6ba989]

        WaE: struct/class inconsistence
        
        Change-Id: If4788e606900703253780108119c397cca59604b

2015-03-23  Caolán McNamara  <caolanm@redhat.com>  [707a8bc1e47b57421412de3f1f47ec31be28c5a9]

        enable gtk3 to support cairo canvas
        
        Change-Id: Ie6edf155288d1514ce7a0c859ba751cdebc93391

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

        move cairo helpers to vcl and make per-plug
        
        Change-Id: I4de4d5c3a191784598e93a8cf70e45a3f59ae857
        Reviewed-on: https://gerrit.libreoffice.org/14907
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2b838285e206912374f464bd1ab8dc8a561f59f5]

        tdf#90133 Scientific format: allow variable decimal
        
        This commit treats variable decimal in the same way for scientfic format
        as for number format
        
        Change-Id: Ibc3f88150e2a8e353d35415da78998ec8c201e8b
        Reviewed-on: https://gerrit.libreoffice.org/14918
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [09f399d13d65b9aafa3108cb006b55b92d4bbbca]

        unittest-failed.sh: Actually just one variable is enough here.

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [5106150a164383613981caed02dbb878efe9335a]

        It's good to have Dr.Memory in your PATH.

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [98b3680f795b3257a5ac1f1c4e618d3f82b4518f]

        DEBUGCPPUNIT makes no sense on Windows and OS X.

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [d2a8991423506c64c027dc0dda49b08e56ca6acc]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: Ia5c5b1926a73c54a38662b5ac737dbe1ff3cef50

2015-03-23  Caolán McNamara  <caolanm@redhat.com>  [9450d7e7089aab4b14a669bf947cc34ae0f6b892]

        Resolves: rhbz#1204244 group sdb windows together as 'base'
        
        Change-Id: Ie0d17e562b24a8108d79d13592fff3bf2b9a6713

2015-03-23  ACTom  <yanjingtao@gmail.com>  [1159511757eb7b2012d5027791ea109ec1cd452b]

        fixed a type in NumberingLevel
        
        Change-Id: I98d80f9153abe9f536b818c899008bb865b1bd34
        Reviewed-on: https://gerrit.libreoffice.org/14962
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [5aaf17d2f6f2762fd34108a49d04de7b8e3090eb]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Iad15e1e9df25fdace5ca17dde71eb1e9a25ee13e

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [5fb7f222f51b93a9dfffa0fe211a5b3e0c83757e]

        Revert "make ClientIteratorBase only know about WriterListener"
        
        This reverts commit 0bf4e6e21101a66bb63778ab49006ee90c16ea94,
        ~SwFmt in sw/source/core/attr/format.cxx contains
        
          SwClient* pDepend = (SwClient*)GetDepends();
          ...
        
        that is unclear to me how to adapt to this commit's changes.

2015-03-23  Yousuf Philips  <philipz85@hotmail.com>  [808e3553d81b059698f83904a5038584c33be379]

        Fix insert footnote and format page tooltips
        
        Change-Id: Ic253b78e7ff8d5fa76d63fceefa4fbe5da93e4e7
        Reviewed-on: https://gerrit.libreoffice.org/14960
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-23  Michael Horn  <hornmichaels@gmail.com>  [093846124b06961daa400735eaf0d50115cf8690]

        tdf#90095 Fixed wrong behavior of template delete dialog
        
        The template delete dialog was coded in such a way that the default behavior
        was to delete the template/folder unless the user pressed no. This
        caused the template to be deleted if the dialog was closed using the "x"
        button. I changed the logic so that the dialog will only delete the
        template if the user presses yes. Any other button press will do nothing
        but close the dialog.
        
        Change-Id: I7977fd48b3e0cc440cc1e15056b448e7ae23476f
        Reviewed-on: https://gerrit.libreoffice.org/14937
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-23  Eike Rathke  <erack@redhat.com>  [1da0c806d50b4701abe09902832f6bb41a6a75a7]

        remove trailing blanks rubbish
        
        Change-Id: I97cee7ea1d63375b73f0d4003022e9f09ad38e5f

2015-03-23  Caolán McNamara  <caolanm@redhat.com>  [68495ab36482455b4081d9d93b5e821c610d5d81]

        cppcheck: add some explicits
        
        Change-Id: I4e1fd50f1268f0820fae2bb41c69155ef5c28464

2015-03-23  Eike Rathke  <erack@redhat.com>  [e19a11c788d9772c0a27d079819033b7b3e8937b]

        more engineering notation format tests, tdf#30716
        
        Change-Id: Iefb035af9258c21e4fcc7f9b997f40ec318ed1ff

2015-03-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [86a318ce629fbddb442f8f8ca762eeb3a51c9c6e]

        tdf#30716 Engineering notation
        
        Implement engineering notation: fomat ##0.00E+00 for instance
        Saved in ODF thanks to https://gerrit.libreoffice.org/14875/
        
        Change-Id: I1e401183a95ce05481a9af52e49bbcfe08cd1a20
        Reviewed-on: https://gerrit.libreoffice.org/14886
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-23  Yousuf Philips  <philipz85@hotmail.com>  [c42f4d03a846c2dec379aec52da9c959848b5e52]

        Fix mistaken 'u' inserted into xml
        
        Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389
        Reviewed-on: https://gerrit.libreoffice.org/14961
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [047d9818dd77046ae4de266f5f5fed221ecf0557]

        Catch accidental mis-conversions from pointer to bool
        
        Change-Id: I3f6ec3bd951d45b973880be1ae19e167c5e99d20

2015-03-23  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [38e247046ec38cdab0f7d56614a183dcfc49389c]

        tdf#89387 Change summing loop to SumSquare method
        
        Change-Id: I996a984763f9fece9074f8bc318db25f01b8f4ed
        Reviewed-on: https://gerrit.libreoffice.org/14954
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-03-23  Martin Hosken  <martin_hosken@sil.org>  [12168aeea91a57e63159c3103c904d630c44c62e]

        fdo#52540 refix graphite layout generally
        
        Change-Id: I13896adbc3d8b006c3b192dbf40e766d718a8bac
        Reviewed-on: https://gerrit.libreoffice.org/14959
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-23  Noel Grandin  <noel@peralex.com>  [3e8a7ce7dffcf46a692e5da0b281a104df8d4d95]

        Revert "loplugin:constantfunction: connectivity"
        
        it seems to be causing unit-test and build failures
        
        This reverts commit 5cbb51c009fa266e8418ef93799ac64e431c22f5.
        
        Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab

2015-03-23  Michael Dunphy  <mdunphy@uwaterloo.ca>  [da631972229389d40e0502e02ff4e2c0761ca3fc]

        fdo#39440 cppcheck cleanliness
        
        Reduce scope of local variables.
        
        Change-Id: I5f06dc0d9d16e92a7a0afb599eb3a93d9d5cc878
        Reviewed-on: https://gerrit.libreoffice.org/14943
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0c1d2a7f368ed8af46d358e4b4350eb435fa241]

        DocxAttributeOutput::m_pParagraph/RunSdtPrTokenChildren: use std::unique_ptr
        
        Change-Id: I8fa221211efcbed8407cd8dccb3dc0962068295e

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a9fd1afd3b30fc365a92ad98f073fb7ccbdb50da]

        android: reorganize (overlay, canvas packages), move classes
        
        Added new packages:
        * overlay - overlay elements like TextCursor*
        * canvas - classes that its only purpose is to draw to canvas
        
        Change-Id: I0dec06e76819231dacae26d24e43bb6315bba6e4

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [205b69526c1a8d79da08929b1832ffb5de6c61b2]

        android: extract drawing of selection into its own class
        
        Change-Id: I8e94edeafbf5b7fd5f02a1429893c4b803c71afa

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [19c59a34eb2c106ded992a0152cd9bbe8c9b70cb]

        android: remove import android.util.Log from InvalidationHandler
        
        Change-Id: Ie944ca77abf13c4ac2c3b9c492d56878bfffba55

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b8a59807806dbf6ec759a836c873b435e09e907]

        sd: when tiled rendering, disable map mode early
        
        This brings sd in sync with sw, that does the same for some time
        already. With this, we no longer do a complete repaint 6 times after
        every postMouseEvent().
        
        Change-Id: I38754f4bdbb977abbdbb0f32e1460ab2f6290f87

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [35cf00e20ad5826f715f5d5bbc48d486228774ca]

        OutputDevice::LogicInvalidate: take a Rectangle
        
        At the end this gets exported in the LOK API as a rectangle anyway, so
        better to convert the vcl::Regions into a Rectangle, and not the other
        way around.
        
        Change-Id: I81fede6e30af112d17bb74328801915d90474863

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [97ea96fed5a189e59982f97f57119938448296e2]

        ImpEditView::ShowCursor: don't assume map mode is twips
        
        This makes the blinking cursor appear at the expected position in
        Impress when editing shape text.
        
        Change-Id: I71ad9d10f40f1ae290dc235ae26072955af84a2d

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9c9f57e6901ce6a55a153962d0852324d9cadcf]

        OutputDevice::LogicInvalidate: clean up sc/sd duplication
        
        Writer is not affected, as there the map mode is disabled and everything
        is in twips internally.
        
        Change-Id: I3b5289f82e89be5943a0b14a5167b33132cf78d0

2015-03-23  Henry Castro  <hcastro@collabora.com>  [355f1199fdd552cfd4fa167b345f37649ae76d80]

        sc tiled rendering: add missing mm100 -> twips conversion
        
        Change-Id: Id0b1d88d0852e9333538ca9cecf4605c06440494

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2730944192b84c8c0fc384c773f867e765790b58]

        lokdocview: add lok_docview_get_document()
        
        And move private data out of LibreOfficeKitGtk.h, so that clients are
        forced to use the getter/setter functions.
        
        Change-Id: I6565312b5ec5a8e882c3763164ff5aa81ed9720c

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a20167ba502384144b20090ab7e144f25e38767e]

        fold README.Android into android/README
        
        Change-Id: Ifaeb87427d6e2e0c2bb0fcd19e0d39bf15c76973

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b5cf2391078f80e31c3cc974b7d82927ab53175]

        android: when in selection, avoid showing the middle handle
        
        editeng sends LOK_CALLBACK_CURSOR_VISIBLE after the text selection is
        already created. The effect of this is that after a long push on a word
        you get not only the selection overlay + the start/end handles, but also
        the middle one, which is not expected. Just check if we're in a
        selection already, and if so, don't react to
        LOK_CALLBACK_CURSOR_VISIBLE=true.
        
        Change-Id: I939c957feb7889dfb1997fac1051cb4eaa77004c

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0cb454f4a1060bb18f69a4e54714ca0fe8acf65]

        android: add debugrun Makefile target
        
        Also, if we are at it:
        
        - clean up 'run' as well: since the doc browser is the default activity,
          no need to pass the test doc path anymore
        - make 'install' not depend on build: a full build would need a toplevel
          'make' anyway
        
        Change-Id: Ia55d52f767ab3e0be02a753a95b2aac02f8491cc

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [658534d36f87f9ab03d862e57b04ea268b73ccab]

        SdrMarkView tiled rendering: suppress handles during text edit
        
        Without this, graphic selection was still around during text editing, so
        long push on an editeng word (in a Writer shape) triggered the shape
        movement action, not a word selection in editeng.
        
        Change-Id: I2ec2f1f9a417bacd08d8b357b4203d48ebaf15c7

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5c2d5242de1cfcc0bdb946d329191b0885e0ef8]

        gtktiledviewer: remove unimplemented gtk-zoom-fit button
        
        Change-Id: Iaecedd01d7e7bba90e49ddaa5f36859d9218242d

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [149792414e767c7526123f0e2abb7c4dc9491fa0]

        android: add a check for the installed memory in the machine
        
        ... and just error out with < 16G and all symbols. Should help newcomers
        who have e.g. 8GB of memory, build with dbgutil, but then unable to
        complete the build as the linker never finishes.
        
        Change-Id: I9f3ad5c6d76a18d6aa5b0b2d61aa115ed441b8e3

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [718143b55ca9163f49fa7e86f677e3e83226a9fc]

        svx: if the handle bitmap is empty - create a replacement bitmap
        
        When the bitmap with handles is not found (usually happens when
        using LO as a library (for example on Android)), the returned
        bitmap was empty. This caused that the hit test for the handle
        always returned false. This commit replaces the empty bitmap with
        a black 13x13 bitmap which should respond to hit test. This should
        not influence normal behaviour when the bitmap with handles is
        present.
        
        Change-Id: I39330b1867abfb540c215f03b77e5eac2447f0dc

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d9610c694ab44dcc09bd9f62f6fa0b2f0f26518]

        android: a bit smaller hit area for selection handles
        
        Change-Id: I985b7b22c4794862a421ad797b907e33266c2c27

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2bf1955d769f60ddc94fb35bffde3ef09d9f047a]

        sd tiled rendering: draw documents have no slides view
        
        With this, at least a simple .odg document is now loaded again without
        crashing.
        
        Change-Id: I47200ffec680aefc0ee7769f9311a550c0329dc7

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c416f82731432f4009c00eae629a85220e8eab9]

        solenv: adapt native-code to partially split sd/util/sd.component
        
        Add constructors which are no longer part of sd_component_getFactory()
        as of commit 4dafecfe4a72204dd994a3f66c5d886ffcfc965a (sd: convert
        sd.component to constructor usage, 2015-02-28).
        
        Change-Id: I209fdd9bc8c8b81cb7e69796a2afb248df856fc9

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [83f2516af8a49bfdddf1b416f23b748a66d29545]

        sc tiled editing: Clear the right area behind the editeng.
        
        Based on a patch by Henry Castro.
        
        Change-Id: Ic463c97577d521e3c2e4d6bc904c517aa564edca

2015-03-23  Henry Castro  <hcastro@collabora.com>  [61ebb1b21c37f50b8231472e37af2d88918e1bc3]

        sc tiled editing: Use the correct device for PixelToLogic.
        
        Change-Id: I55e4eb784694de889d7bb0a3a6043a5a2b74239c

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d9bc18426d8f6916f5ae4b5acea748921921c293]

        setGraphicSelection should use LOK_SETGRAPHICSELECTION_*
        
        Change-Id: I119940f89284a19594819fb26f93155a476f487c

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [892d6813ada104bad9fece1c3d2270a510bc31cc]

        android: Hit test for handles, show resize rect
        
        Change-Id: Ibf9f98968fd9007be6dc5481d1652923ecb98b89

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2675cb3778cc086ed82ad6375dba4b11b7c7911]

        lokdocview: clean up quad mode
        
        It's not necessary since the normal widget renders normal 256x256px
        tiles, not just a single huge one.
        
        Change-Id: Ia1c6a6c8692769093232d66aa63fde096390a7b2

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7f4ac9025458916790a5982ba39e064bbb43ff41]

        android: move handle code to DrawElementHandle
        
        Change-Id: Ica316ed9660e235e756ef380da8f441c976de07f

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e48d983d55ffd97d3c74535a00dc5d817a15b955]

        android: draw also the center handles for graphic selection
        
        Change-Id: Ic466e9efc0cb97fb39e94624f018ab5b98a54929

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [907583d10ccc67f2b32ad1702218c46df5c84b79]

        android: change cursor blink time to a constant static field
        
        Change-Id: I49947cccfd2662533da3087cb1f04dc91014cfb0

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [86548b6bfe0e4b095f1fcb7cea6c3aa4888535a1]

        android: move graphic selection, use a touch event to transmit
        
        Initiali implementation moving of graphic selection in
        TextCursorView. Transmit start and end coordinates of the move
        using a touch event with a special type "GraphicSelectionStart"
        and "GraphicSelectionEnd" set.
        
        In LOKitThread process the event and delegate the request to the
        TileProvider (setGraphicSelectionStart/setGraphicSelectionEnd).
        
        Change-Id: Iccceeb3d4de2fc1761b23fc5ede99d00d5e803aa

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b053778685576888c8ef615764c8efc54662f736]

        android: set graphic selection via TileProvider
        
        Change-Id: I26c3eb03ad3bcc23bed380e873d353bc2941de9a

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [93fbb7369d4239d39df53e6ace9b79062a6b2af5]

        android: TileProvider is unused in InvalidationHandler
        
        Change-Id: I455e58f4395cb463efa888fe69ee7ea48b4681fb

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [772e5c9f1cdf367334add78633b166be3c53e72e]

        sw tiled rendering: let single click start shape text editing
        
        This affects only the text area of the shape, single click on the border
        still just selects the shape.
        
        Change-Id: Ia3564e6a95213773512e4c904843ff42aeb3a9ba

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3ef2a7f50cc345f7839cf21094ee1a6c42b1eaa]

        Add SwXTextDocument::registerCallback() testcase.
        
        Change-Id: I435bb683bae1634f156b3912e6120d479a917b00

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [82bc3505a05ce087ebfbd932e039ee5f14c777d5]

        editeng tiled rendering: implement drag of start/end selection handle
        
        With this, it's possible to drag the handle of not only the normal
        cursor, but also the start/end handle of a range selection in editeng
        text, e.g. Writer shape text.
        
        Change-Id: I5b9f548fb6365ecb499c68cef0d89f7f8ff3a11d

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4f3d69dcf98e223cdc95abf8419f7ab96812387]

        editeng tiled rendering: implement drag of the middle selection handle
        
        With this, it's possible to drag the middle selection handle of editeng
        text (e.g. Writer shape text) and the cursor position will be updated
        accordingly.
        
        Change-Id: I2b03c8543efca477f2e377f3bb93732cd1775f81

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [1f129c82ccbfe8a978f5a29a5786d3f6ce5f04cf]

        native-code.py: VBA related services.
        
        Change-Id: Ib1d4746d222c0a59a2ace0a97ce0fb1bac18f4ef

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [f0aaeb4cd6c56c79527f3d27faa4d020ef74a94f]

        HAVE_FEATURE_SCRIPTING, but no config_features.h include.
        
        Change-Id: I46119fbae611a762930db9cccdd11c35788c9f9c

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [2a67f6ad8a2cfcadab6c051689fb519a7bf76ed8]

        native-code.py: Make the #if HAVE_FEATURE_SCRIPTING actually work.
        
        Change-Id: I992773c84eaf2dff63814e6223323fe99ae5a415

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ba960e1c5a364f37ef4cb5883101b83cd25505a]

        android: clean up no longer needed com.polites library in LOAndroi3
        
        That was something from the other LibreOffice4Android that got merged
        with LOAndroid3. The document browser doesn't use it, so we don't need
        it anymore.
        
        Change-Id: I5446eb7a0fe6e0de81532e981a0853da16910f54

2015-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f0f0ce28b0d13647476dd725d70e54a6c3c1973a]

        android: add comment to many classes and methods
        
        Change-Id: I49d9bd7c702c260ea66ef211edbaf5e106264bb6

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a212fc2c00fc0c7f348aa6908b113b8ff3adbe56]

        Add SwXTextDocument::postMouseEvent() testcase.
        
        Change-Id: I8cb072b81e005e435577b617204e02fa94ff9f88

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2f31ac76be64953d19a72e3d8eae42b1ac5c5473]

        editeng tiled rendering: allow resetting selection with a single click
        
        The problem was that when not tiled rendering, the selection is painted
        with the inverse color, and so killing the selection can be achieved
        with just painting it again -- using the inverse color again.
        
        For the tiled rendering case, use IsInSelectionMode() to see if we're
        killing the selection, and if so, just emit the empty selection.
        
        Change-Id: I045f5b100ae8d4f5802b16f68376aa21de08b994

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a081a0f9ba8c73a0eba55020b6c39ee7778f9c9]

        Rectangle::toString(): output position, then size
        
        This order seems to be less confusing.
        
        Change-Id: I95a7e3e2f6244915c820bb86e67745a777714e2d

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [892542426fb69bbb19f0a5cb9338f67074bd3add]

        ImpEditView::DrawSelection: emit TEXT_SELECTION_START/END callbacks
        
        Change-Id: I5ea37875aa36cc30847643721b369bbe491101e8

2015-03-23  Jan Holesovsky  <kendy@collabora.com>  [8b5f18ea3eef19fca12b611b647e0de14f64f68c]

        sc tiled editing: Set the correct map mode for editeng.
        
        When we are entering some text into the sheet, now it happens at the correct
        place.  Unfortunately we are still invalidating the wrong area, so it is not
        really visible unless you tweak the ScGridWindow::LogicInvalidate() to
        invalidate much more tiles.
        
        Change-Id: I74a568761c3b21522fe291649c33829aaea200e7

2015-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [43a503cfc9e7ac627b4202985c173403a57f80a5]

        android: add missing license headers and modelines
        
        Change-Id: I66b2fc7ee846d6865b11cf1cbb168a6e5fab2eea

2015-03-23  Stephan Bergmann  <sbergman@redhat.com>  [325690a7ccab6c500f83a40f91e037fd9d1338f0]

        -Werror,-Wpointer-bool-conversion
        
        Change-Id: Ib143870ff6e5cf9dd62b420d8f8f1e71dbac42e7

2015-03-23  Tor Lillqvist  <tml@collabora.com>  [ee2a8ecd577e5fa31d73b92252a7fb05449b6dd9]

        Add comment that a "missing" 'break' is intentional fall-through
        
        Also, add one missing 'break', which however did not have any effect on code
        semantics, as the next case label only contained a 'break' anyway. (So I guess
        it could be claimed that it is also a case of intentional fall-through...)
        
        Thanks to fedor_qd for pointing these out.
        
        Change-Id: I430a71b59c78391e92da7ca14290a4e3cdade496

2015-03-23  Noel Grandin  <noel@peralex.com>  [5cbb51c009fa266e8418ef93799ac64e431c22f5]

        loplugin:constantfunction: connectivity
        
        Change-Id: Ic1a71851a80ed2715969b0f00a0e59ab3a0593db

2015-03-23  Noel Grandin  <noel@peralex.com>  [9559cef61d0ca9159ef095fe28fc68121a8d30d3]

        loplugin:constantfunction: cui
        
        Change-Id: I4bbfbd526f78c4806d6fc85a4011cbc4ef3a25fa

2015-03-23  Noel Grandin  <noel@peralex.com>  [a46096884f5ab09d221694d40517628d85d25fc9]

        loplugin:constantfunction: sd
        
        Change-Id: I4313ecd06a4a55685d55830aa5cc15321848652e

2015-03-23  Noel Grandin  <noel@peralex.com>  [0339e648a8d4d78f8271af07965876fae81d1570]

        loplugin:constantfunction: chart2
        
        Change-Id: I2ec1eaf9faa23779fbdf53771dbba1936c6aa3f9

2015-03-23  Noel Grandin  <noel@peralex.com>  [468ff4b3b6e20cab284b5f6dbd7c8aa5a1ba1264]

        loplugin:constantfunction: sc
        
        Change-Id: Id3268114041575d7dbb84e8d963ead566c78b928

2015-03-23  Noel Grandin  <noel@peralex.com>  [a84c07509d9051084684987ad5ec47631afd50e5]

        loplugin:constantfunction: sw
        
        Change-Id: Ife8ccbe4625d87d1e3314c75604cb3d947011680

2015-03-23  Yousuf Philips  <philipz85@hotmail.com>  [fd68059586246f415a5fa6637fafad1ac9293e92]

        tdf#81475 added/removed/rearranged buttons from various toolbars
        
        Change-Id: I5fe2a40dbe77a6dffb1aac67fd1df0bb60a673eb
        Reviewed-on: https://gerrit.libreoffice.org/14944
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-23  Noel Grandin  <noel@peralex.com>  [0e0be1be40687b3c6131a3027a06080c6a0f1a51]

        remove SFX_SLOTMAP macro
        
        an impediment to understanding
        
        Change-Id: Ic88f52a921a9f6f3e4244b73d4e1e8970c77677f

2015-03-23  Yousuf Philips  <philipz85@hotmail.com>  [fe889944d1faa84d4ccf9aae6926f18e392c68f5]

        tdf#84909 rearranged the buttons in the standard, drawing and line toolbars
        
        Change-Id: I3bc46ee3425cabfac342368ff302e16379227172
        Reviewed-on: https://gerrit.libreoffice.org/14957
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [89d825c30ed812264585f45a43b1ebda0b74a44f]

        README.Code → README.md
        
        So that mirrors pick it up and display it, instead of the Android README.
        
        Change-Id: I0c4a8b8c7fe11b83c43342003ad27a0d9ef6b2eb

2015-03-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ea59d42d2098e8be8b3ab9667922e8427ee4b714]

        Untangle locale label and trim some whitespace, tdf#90157
        
        Change-Id: I07fc7269517f8157621118f3dea3a858051e454e

2015-03-22  Caolán McNamara  <caolanm@redhat.com>  [0be770d0f9445110a7f32d918e3185e308a65a17]

        presumably this will fix the mismatch of the service names
        
        Change-Id: I380a5d15cd253f9807fed90d961651f888f60639

2015-03-22  Karthick Prasad Gunasekaran  <karthickindian2011@gmail.com>  [e136e8456e39b19e4da907e9ae4e3e5d8d6bd287]

        Removed Unnecessary variables
        
        Change-Id: I2b02e12690ad64061828b7cf346cce3914a1ef4d
        Reviewed-on: https://gerrit.libreoffice.org/14952
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [99abe3b7cc055078fef1c0486d0a5165981ee7bc]

        .gitignore: Spelling.
        
        Change-Id: I6d54f0aa3978996427551b429f88a74e81b90037

2015-03-22  Eike Rathke  <erack@redhat.com>  [7b7f5c70c650c2c74e0f266b57630d033fcf27a3]

        use ODFSaneDefaultVersion to determine if and how to store exponent-interval
        
        Change-Id: I58d4c75806d656cb3f8bf971efecba6f775e05a9

2015-03-22  Eike Rathke  <erack@redhat.com>  [de6f1651326da9cc44b137779e5d3131cab5133e]

        introduce SvXMLExport::getSaneDefaultVersion()
        
        Change-Id: I1b73b4850e78f4ec0823894b93b8bc1cbadf0d0d

2015-03-22  Eike Rathke  <erack@redhat.com>  [dd8c23522f9123bdf02c366e2abb7b1439028848]

        introduce ODFSaneDefaultVersion; ODFDefaultVersion is a mess, mess, mess..
        
        A running ODFVER_LATEST is fine for configuration purposes, but not for
        determining how to store a feature.
        
        Change-Id: I8ebc13f900f62f8c36d2cdc50a18855fc6693527

2015-03-22  Julien Nabet  <serval2412@yahoo.fr>  [009762b05131760144dbd2af8900ee2b84077564]

        Related tdf#89791: Add unit test
        
        Change-Id: Ibc9ec6c5efad30d344e73141a0b6e77b3871fc17
        Reviewed-on: https://gerrit.libreoffice.org/14818
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-03-22  Eike Rathke  <erack@redhat.com>  [48b1d2b120005ddb97c14673b403b8f9c3fd9606]

        use SvXMLExport::getDefaultVersion()
        
        ... instead of SvtSaveOptions().GetODFDefaultVersion()
        
        Change-Id: Ib94fa3edc395f6ef39f3be33c5cdf4f4e2da32b4

2015-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c414d3b1d69e3dd33344f062188951dbe18899c]

        boost::shared_ptr -> std::shared_ptr
        
        Change-Id: I8d08a5865a0e7b40ed9efc2be156957f8f4a2f49

2015-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [809c401ae15dc26b1e9bcee06db944903c468c89]

        Use std::make_shared<>
        
        Change-Id: I93edddca93e1c1c7aa88a3bd9aaefe7af855d1d0

2015-03-22  Eike Rathke  <erack@redhat.com>  [ee7e182591cc2a1e43f7d44204f00a316f22f07b]

        write exponent-interval only for 1.2+ and later, tdf#30716 follow-up
        
        ... and prepare for distinguishing between 1.2+ and 1.3
        
        Change-Id: I8d491be4b0ff5f65fc1506145f460f07e8371a73

2015-03-22  Eike Rathke  <erack@redhat.com>  [bff1b48899c73d381e675eb647f85c01c6fd354f]

        read both, XML_NAMESPACE_LO_EXT and XML_NAMESPACE_NUMBER, tdf#30716 follow-up
        
        Change-Id: I3058c3249e7ae1f43c8e21972adf0fa7826d21a9

2015-03-22  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [fdf8e5aaee49304df7f2f04fcdd932c3dd427703]

        tdf#30716 start Engineering notation: implement exponent-interval
        
        ODF1.3 implement a new attribute for engineering notation
        https://issues.oasis-open.org/browse/OFFICE-1828
        This commit only add this attribute to ODF import/export.
        Engineering notation is not yet available.
        
        Treat also thousand separator with exponent-interval
        Change XML_NAMESPACE_NUMBER to XML_NAMESPACE_LO_EXT for
        exponent-interval
        
        Change-Id: Ia18f9e150ca32aa9bbe133c082c3f9330e949f11
        Reviewed-on: https://gerrit.libreoffice.org/14875
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cb902edc070282fd4a6eb84ae03d2fd066e7ca5]

        svx: nMarkAnz -> nMarkCount
        
        Change-Id: I7b1357621470694cd7ee23735e88dce91c2c0a57

2015-03-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [74c21e709495b16787f5d6598cebf322416ce455]

        LinePropertyPanel - scoped_ptr -> unique_ptr
        
        Change-Id: I52708b6ca13f76391355b1c0eefc1dcf22dcc273

2015-03-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [647b968191a6b452d1d8f704200e0d604c721991]

        cleanup sidebar: LinePropertyPanel
        
        Change-Id: Ic8de5d12ee83713b04e947fbabfe1a1184f868ca

2015-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [6ce97778dec8824058e8216e103a517592bca2c1]

        Mark as static
        
        Change-Id: I0047c723518caee631bb629da8127645bf4a1c5f

2015-03-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c63497472b6b7406a07840ec312ccebe6154bb86]

        vcl: add initial support for GtkScale (as Slider) to VclBuilder
        
        Change-Id: I5c987a3b1ca39c8d382ba775bab762f030496bf5

2015-03-22  Julien Nabet  <serval2412@yahoo.fr>  [16c79edbd1f03a2fa7c480bcf7e2f1582f976885]

        Typo: coment->comment
        
        Change-Id: Ica4a473291ddfe80f50f2cda4c8b6ac7fd7c290b

2015-03-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3f79b6cb8bbb65e503dfbc59fafa782bea917b9e]

        Add missing ellipsis to “Format All Comments”
        
        It is required since that command summons a dialog which requires
        further input from the user.
        
        Change-Id: Ieef1a5defa2e30f520ce91751e3c02d78a587f37

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

        avoid crash on layout of ooo77837-1.odt
        
        by attempting to set the parent as un-joinable for the duration of the
        Cut/Paste in order to ensure it survives the process
        
        ==14185== Invalid read of size 8
        ==14185==    at 0x27AB1CF4: SwLayoutFrm::Lower() (layfrm.hxx:108)
        ==14185==    by 0x27FE3FD4: SwFlowFrm::PasteTree(SwFrm*, SwLayoutFrm*, SwFrm*, SwFrm*) (flowfrm.cxx:455)
        ==14185==    by 0x27FE4597: SwFlowFrm::MoveSubTree(SwLayoutFrm*, SwFrm*) (flowfrm.cxx:584)
        ==14185==    by 0x2801CF8B: SwCntntFrm::MoveFtnCntFwd(bool, SwFtnBossFrm*) (ftnfrm.cxx:2753)
        ==14185==    by 0x27FE7C29: SwFlowFrm::MoveFwd(bool, bool, bool) (flowfrm.cxx:1795)
        
        ==14185==  Address 0x11a74da8 is 168 bytes inside a block of size 288 free'd
        ==14185==    by 0x2808CAC8: SwSectionFrm::~SwSectionFrm() (sectfrm.cxx:153)
        ==14185==    by 0x2808DCC5: SwSectionFrm::MergeNext(SwSectionFrm*) (sectfrm.cxx:453)
        ==14185==    by 0x2808EC4B: SwSectionFrm::MakeAll() (sectfrm.cxx:713)
        ==14185==    by 0x27FCD000: SwFrm::PrepareMake() (calcmove.cxx:306)
        ==14185==    by 0x27DCAAC1: SwFrm::Calc() const (frame.hxx:996)
        ==14185==    by 0x27FE3EB9: SwFlowFrm::CutTree(SwFrm*) (flowfrm.cxx:418)
        ==14185==    by 0x27FE4577: SwFlowFrm::MoveSubTree(SwLayoutFrm*, SwFrm*) (flowfrm.cxx:583)
        ==14185==    by 0x2801CF8B: SwCntntFrm::MoveFtnCntFwd(bool, SwFtnBossFrm*) (ftnfrm.cxx:2753)
        ==14185==    by 0x27FE7C29: SwFlowFrm::MoveFwd(bool, bool, bool) (flowfrm.cxx:1795)
        
        Change-Id: If96d845fdf22726df513b0dabd2764ad60c85987

2015-03-21  Caolán McNamara  <caolanm@redhat.com>  [930fc5958a40d92d15bfd27297bb4dacd2b07e49]

        coverity#1291169 dead code
        
        Change-Id: I6287b234140cfa848a87f77dbd0a1809b8f60a86

2015-03-21  Caolán McNamara  <caolanm@redhat.com>  [5b286a7132608088af5c622ca921a4a887ece88d]

        coverity#1291170 unchecked dynamic_cast
        
        Change-Id: I6d141fcaff4877cfee6400f104d3c41fd967d6f3

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6c76ba2437dad6afb0d760922eba7814418bda1e]

        TransHighlightColor: update description
        
        Change-Id: I5248a1869e83d63026ec13fbcb793abfec43fcf0

2015-03-21  Julien Nabet  <serval2412@yahoo.fr>  [8a6de827f48fba34e325136efdc1018ef9f0b23d]

        Since nCategory is unused, Lb2Cat can be removed
        
        Change-Id: If7f3132859216e84729a368a891cd624853e8757

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3bff04431fafc0725c7c537b93dfec50c2c1bc18]

        Updated core Project: help  8b5320fd78d6ea9b3508c286a7e6acef31acb192

2015-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [41ecd5b9ba217e00d4d1ebd8638721642ea71d38]

        sfx2: boost/shared_ptr -> memory
        
        Change-Id: I1c48810bfa2b269b308c07ac43cf88198423c4cb
        Reviewed-on: https://gerrit.libreoffice.org/14941
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cfbb1f47acfbf3318071d20c73c44df8916a51fa]

        Avoid C style cast in sw_globalfilter test
        
        Change-Id: I8d05a73728875ccd51cb9e5f9c7ad9f60677bf67

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3e03767906c9a283ba0c65114f58f38276902c63]

        Char highlight: convert LO character background to MSO highlighting
        
        DOC export has a good approximating algorithm for that
        so use it everywhere.
        In RTF case use the default color table which is added
        also by MSO Word. With that highlight colors are also added to
        the table.
        
        Change-Id: Ie4827a933c316d4dc0c0c7a32d8cf319477d1bf9

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1d1f757f574aa609bdaa375bb8cdfa7f7941887d]

        Char highlight: test related to editing of MSO background attributes
        
        Change-Id: I39828754284b0e3d43d043a9695f81d404b4e0aa

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [08cfbbaca2d23727bc95912082ae46b8f8a37f03]

        Char highlight: editing by "Highlighting" button
        
        Change-Id: I9581da0631643199a9c076990bf689d54dbadf8c

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [587315ebd5e4417e85eb3ffafd978fcddb09b19f]

        Char shading: use a marker for character background imported from MSO shading
        
        * So MSO format export filters can recognize that it should be exported
        as shading.
        * Editing in LO removes this shading marker, so from that point there
        will be an LO character background.
        
        Change-Id: I853b952f0395b33d36bb2934a6d910f2182cc1d9

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8519d51b3a06a84d0d6418651e66e9bb534f1788]

        Char highlight: export character background to MSO formats based on settings
        
        Change-Id: Iaaf9e7ee5e61cfabb0d675b83fa71776dece87e2

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [89399a6ba7c1817dfdc7676603f3fa1106d398c5]

        Char highlight: option about export LO character background to MSO formats
        
        Export as highlighting or shading.
        Highlighting is the default.
        
        Change-Id: Ib2a38e4cd0d49317288bb565383b690d4222c8ed

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [15931deb7e4689cd885ff05439bab381f0478b2f]

        Char highlight: editing by Character Properties dialog
        
        Modify character highlight using character dialog's
        "Background" tab.
        
        Change-Id: I693aebe1915e6b77af9919acf223fb2c87608516

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f880962f5bf26bfaef06bd3f9e67e2d901a2e74c]

        Char highlight: ODT filters
        
        Export merges the two background attribute.
        
        Change-Id: I882321fbd5a7d24991fb01b8dc9d2cc0bd294051

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [dba637ad230d132be0c8f69a630d0dfdfafc105f]

        Char highlight: DOC filters
        
        Change-Id: Ia609425f6753796091d4dfdfae8e621c062e0c15

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [caf653c03b9152a93c3e5959921fe98adfb7d639]

        Char highlight: RTF filters
        
        Handle \highlightN and \chcbpatN separately.
        
        Change-Id: I20546bd4c26154e8b1168f87dcb4ab44a192ad83

2015-03-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8f01925d98dabdbf400c9263e08242267b2b9701]

        Char highlight: enable DOCX import
        
        Disabled by:
        b5e60724ac73bb0e62b249145a8931fd6166bb69
        
        Change-Id: Ifde33d53198306eac845db6c269d337fa051f6ab

2015-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [40d5a40639da68f0b74d96b6c9e0f30acb571f4b]

        Use comphelper::containerToSequence()
        
        Change-Id: I9b7ee5da800f0dd389eedc6b8f4f86d767519b3b
        Reviewed-on: https://gerrit.libreoffice.org/14940
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [794ed9fdd0fb426647c1f9086512fe9c425fb17d]

        svx: nObAnz -> nObjCount
        
        Change-Id: I964d02b94f63ee5c3aea7375b0d833ea7ba99105
        Reviewed-on: https://gerrit.libreoffice.org/14939
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-20  Andras Timar  <andras.timar@collabora.com>  [45c949c5a34cb73cdb08f85b2f33ae498c7c3c5c]

        Replace hardcoded UI string with string from .res file
        
        Change-Id: Iba362cc2ee624271dcc078d7e7ded1ef6ff44ae4

2015-03-20  Matúš Kukan  <matus.kukan@gmail.com>  [4c251ddd72af765dd9e665150176c2d931322b9c]

        Fix creating custom dialog windows for libmerged
        
        Change-Id: Idb1e67d8165298faca7c9a5a2a48097d5a82b497

2015-03-20  Matúš Kukan  <matus.kukan@gmail.com>  [f5c74abc9fbbe8fc652a85801a87073d40a79b2d]

        Remove library urelibs. It was more just a temporary hack and is not used.
        
        Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c

2015-03-20  Stephan Bergmann  <sbergman@redhat.com>  [39c1c3584e6f730c4f78541e259c49fdea5cb428]

        Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_Delete
        
        ...because SwBreakIt::_Delete clears g_pBreakIt but SwTxtNode::GetLang (called
        indirectly from GrammarCheckingIterator::DequeueAndCheck) expects it to be non-
        null.  That caused CppunitTest_libreofficekit_tiledrendering to occasionally
        fail.
        
        Change-Id: Ia350e2531067dd8308dfa20567cc00e1140f764c

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [317c8e5c80308e829c4bc29958e03931cd8db3ef]

        use static_cast<> and typeid, its faster
        
        Change-Id: I80f66686a09dfe629b9aa9f9cb7babe1c5a6edac

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f18d1141936eafc15d428ceb823fe28584b0e2d5]

        more testcode
        
        Change-Id: I6bce3350385adfa02c0501d98762e16d66f0b490

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c5036a67632a2b3a5dae7e8e4cfc6820484ac660]

        copy a full OtherTestClient implementation
        
        Change-Id: I3d72385ae643bec9623fd2e8f406504a20b4142c

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0bf4e6e21101a66bb63778ab49006ee90c16ea94]

        make ClientIteratorBase only know about WriterListener
        
        Change-Id: Ice6fb793e3f27abfbf000b4a290fd4f3309e1770

2015-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7f65a0a989385a887f8b4e91336202e3e96eec5]

        fix y-axis position on x-axis handling
        
        Change-Id: I870541c44babdcdbf3c4ca3da6da624d7850b0e2

2015-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47bb6bb78975f0183391a9f40c73238a855cfb67]

        someone did not understand c++
        
        Change-Id: I39de4c5a2abb1cc414dd5ff6610269c510da8e85

2015-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d315e93ef0c42048f727ba67152c5773e7214a1]

        fix typo
        
        Change-Id: I6f70a7abc6a468011ca72fd222741768b9c1bb8d

2015-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad287ab7c35851d78ac5a218c9cef0e289bee9c3]

        remove whitespace
        
        Change-Id: Ib818d255c01ba47592e50a12d3adf5868b897960

2015-03-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b4ef419604d4aba79fa81a119dd9cfa7b0bb86e]

        no need for explicit this
        
        Change-Id: I1abefe731eec68ad6f0952cc99cdc69c42e308e3

2015-03-20  Eike Rathke  <erack@redhat.com>  [dc145f2f3e3a5c442ca538f2bf03f84f900c5eb5]

        add SvtSaveOptions::ODFDefaultVersion::ODFVER_013 for ODF 1.3
        
        Not in UI yet, but code can be prepared to distinguis between ODF 1.2
        with extension and ODF 1.3
        
        Change-Id: I898af587048fcfa21f567feecc754c279fe4c388

2015-03-20  Caolán McNamara  <caolanm@redhat.com>  [7fff01817f61a2eb53a5da7248163630a7fb1555]

        gdk-pixbuf-xlib-2.0->gdk-pixbuf-2.0
        
        Change-Id: Ib58578fd9e093d912294d861094e19151a097534

2015-03-20  Tor Lillqvist  <tml@collabora.com>  [ff0c2916f002b630685c8a6fbae8494c7b01c6dd]

        No need for svp_create_SalInstance to be extern "C"
        
        Change-Id: I29eb3dfee751c5f40690f604eaff9bd1f18cf046

2015-03-20  Tor Lillqvist  <tml@collabora.com>  [41c66312885393614c274897fd75a25c2ddf6ba0]

        The 'svp' "plug-in" library is empty so don't build it at all
        
        Its code is in the vcl library nowadays.
        
        Change-Id: Idb659e541226724004660102f6641c38a2312c27

2015-03-20  Caolán McNamara  <caolanm@redhat.com>  [9527eeec237f5d797a6420371c76f95246adeb84]

        fix double delete on loading ooo123605-1.odt
        
        if there are no listeners to send the event to then don't
        acquire and release the Source in the temporary used by forEach
        and so avoid double-releasing on loading ooo123605-1.odt
        
        Change-Id: I6843042d7cf8c0ffee01c7d519299fcb05b29a4e

2015-03-20  Eike Rathke  <erack@redhat.com>  [e92c8bc822cad0ea7c0eecc9a428b6abf1b3d62a]

        fix comments
        
        Change-Id: I5b6d1c47805e9f4258b7f7977dc296ca4235986e

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

        fix assert on loading ooo74082-1.doc
        
        Change-Id: I9ae582e0937c02483d317da4dce201889eb24273

2015-03-20  Katarina Behrens  <bubli@bubli.org>  [529e9b61171f3155a76fe68e3019f5f3eb23bc4e]

        tdf#89597: Resize formula buffers after adding a dummy sheet
        
        for pivot table cache records.
        
        Regression from commit d17a83fa549f828f29e6939. On loading pivot table
        cache records, a dummy sheet is created to store them. Formula buffers
        are now vectors, not maps and need to be resized in such case.
        
        Change-Id: Ib6abeac1b139ffb74579712017eed2194cff592b

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

        fix a bunch of crashtest import failures
        
        as far as I can tell this has been broken since
        
        commit 118dfcf180d2d5a2d015ebb5f0082962773b7d24
        Date:   Thu Apr 17 15:07:52 2003 +0000
        
        <SwSectionFrm::CalcFtnCntnt()> - consider that footnote/endnote can move
        
        with a private bug id so not currently possible to find out what the original
        problem to be solved was, so revert that and lock this down with an import test
        and maybe we will flush out the original problem eventually.
        
        Change-Id: I2af13b9b5875928aa157d47be0aaff2836ba38e1

2015-03-20  Caolán McNamara  <caolanm@redhat.com>  [7b9fbdd9a7d0701b6a771b5c590c5393f366a6b6]

        Staroffice->StarOffice
        
        Change-Id: I10055b9d448115c1699c82a0e86cfd6ed709b648

2015-03-20  Jan Holesovsky  <kendy@collabora.com>  [8daa8ba3ae3503ce579179b7fbe3a7ef276af5ab]

        opengl: More checking for GL errors.
        
        Change-Id: I3bd9b63f7dbfdc5b93202e57385f6136d667878b

2015-03-20  Jan Holesovsky  <kendy@collabora.com>  [7af678178e92c6e7cb419891160263cb04edea28]

        opengl dr.memory: Avoid double delete.
        
        The context is deleted via OpenGLSalGraphicsImpl::~OpenGLSalGraphicsImpl later,
        doing it already here leads to a double delete and a crash.
        
        Change-Id: Icf1bed81501b5ac67ef60901eaa73e5ee5540a9f

2015-03-20  Jan Holesovsky  <kendy@collabora.com>  [ff51dcfcf2aeb1efd6dc94010ea646b13d697b1a]

        opengl dr.memory: DC that contains selected object being deleted.
        
        Change-Id: Id9922606207c2c45ed982b6ee4b46388ea660ea5

2015-03-20  Katarina Behrens  <bubli@bubli.org>  [5623a63b9b6bd084060a88c701babe82eb0c4fb5]

        Add const version of getDocImport
        
        Will need it for tdf#89597
        
        Change-Id: I705d30422e2de9d5f75ac0c5c69c69ede05af48f

2015-03-20  Pranav Kant  <pranav913@gmail.com>  [33de587e95dddfc8e3c89b84f90b3d1bca823dae]

        tdf#88230: cleanup solar mutex yielding
        
        Use SolarMutexReleaser, instead.
        
        Change-Id: I276459c42b688813ea168d6fc80466a07a5ecba4
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-20  Eike Rathke  <erack@redhat.com>  [9e2e9453cbca9399e1c670b354cfc3c23d70307f]

        Resolves: tdf#89958 filter ends with / does not end with correction
        
        Regression of 8850633fe4cdac306c35caab1a0d14c13d9df864 String to
        OUString and xub_StrLen to sal_Int32 conversion, it worked by accident
        only anyway..
        
        Change-Id: Id6fea7075949b98e58294d9fdaae4313f69f9b55

2015-03-20  Tor Lillqvist  <tml@collabora.com>  [7edd92c5576cc358815eb21634b3c27a43990c20]

        Drop paintTile's row stride output parameter that nobody is interested in
        
        Change-Id: I166b4b713c2ea52c62c52045bb2073b6d84c1547

2015-03-20  Stephan Bergmann  <sbergman@redhat.com>  [3925b8acf75aaea98894602542d907cfdf0b922d]

        Fix various loplugin warnings
        
        Change-Id: I1c8734ad157a0570ab7829e4d0990c806918d2b1

2015-03-20  Tor Lillqvist  <tml@collabora.com>  [a84456142ae1f578b3d02550df6a1d749c372028]

        Don't include vcl's private include files in desktop
        
        Introduce a handful of small public wrapper functions.
        
        Change-Id: I80e1e35d09675112d67b831f3efda483e709b540

2015-03-20  Caolán McNamara  <caolanm@redhat.com>  [1dc47816ac137d9bd5ce2070fdec1ddebebcbbd3]

        coverity#988421 unchecked return value
        
        Change-Id: I822c21cd3c3bd8f720e39f540b4931050d62fb91

2015-03-20  Gulsah Kose  <gulsah.1004@gmail.com>  [2db08b9ed6427bfa2c7d611b1a7294cb77c6e9b9]

        tdf#89756 Switched postfix to prefix operator++/--
        
        Replaced postfix to prefix operator++/-- to improving performance
        
        Change-Id: Iaee7b22dbe21441b82612ae3a3e336cf56eb280f
        Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14903
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-20  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [a7b611e8fb62d6e93844e5e7b9f1f00adb4afeea]

        tdf#83889:FILEOPEN:PPTX bullet point is followed by spurious symbol
        
        If we have first numeric bullet and then insert any symbol bullet on same level
        then suffix of numeric bullet continues with symbol
        bullet as well.
        Solution : Reset suffix to none if it is symbol bullet.
        
        Change-Id: I06dddec55c6f3d8cc1545d30f7228ca08cb81396
        Reviewed-on: https://gerrit.libreoffice.org/14890
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-03-20  Sushil Shinde  <sushil.shinde@synerzip.com>  [63442ec636d637e05d7d585817df531dbbeb96d9]

        tdf#89806 : Fixed background fill export for table cell.
        
          1. Table cell properties were exproted empty if file
             saved as .pptx file.
          2. Now added code to export table cell fill properties
             in 'tcPr'(Table cell properties xml tag)
          3. Added unit test to check exported table cell fill
             properties.
        
        Change-Id: Ica6005a65c7eefb8629c808f2a54764f98badb11
        Reviewed-on: https://gerrit.libreoffice.org/14734
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f904b2646771b5270efc59dd38bcf4122741c12]

        DocxSdrExport::Impl: use std::unique_ptr for m_pDashLineStyleAttr
        
        Change-Id: Ie99327cf20cf0106aa9f35f959639597fa3ccd30

2015-03-20  Julien Nabet  <serval2412@yahoo.fr>  [62820766ef00c93192e0e8a7ce7c8f77f84a710e]

        Typo: (O/o)veride(n)->(O/o)verride(n)
        
        Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704

2015-03-20  Julien Nabet  <serval2412@yahoo.fr>  [2d279bc7d96b26c0721605cc98bd8e07bd03b707]

        Typo: intead->instead
        
        Change-Id: I6aff104fa5749217d5c9628b5dfbfd3ac79bdc43

2015-03-20  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3640717c8153e8b8e212e3aaa505007f7b8b0430]

        coverity#1288897 Resource leak
        
        Here pRet was used to change the input set, so
        use SetInputSet to get the same result.
        Plus rename pRet since it's not a return value
        any more.
        
        Change-Id: I9e75abe2a86b372beb6fe5bd211dcf4fbbefb3da

2015-03-20  David Tardon  <dtardon@redhat.com>  [a8c96af2bca17fcd031a245c52da314ab4902013]

        drop unneeded include
        
        Change-Id: I566678d55fa5d052a94a9b69732e2be4c0c39280

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [85e969fc230a49ea40fd3a799bc5828d3e7c2e95]

        use IsChanged() some more
        
        Change-Id: Ic32f27fe5aa6be115af0d3f28252b98c7b1788a3

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [87bc662386ffe53b8b4b1fa07deb0bb665fe39c9]

        add unittest
        
        Change-Id: Iba119145155ee13067565b1f314c85b0e6a8de85

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6934ad423afd43d4d5c3788d0c020164309aaffa]

        remove spurious friend and forward-decl
        
        Change-Id: Iaba7852af44248b5479e5ea0c7ccf51561df4c2d

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [16fdd721631b7c93880f601b0253ad4053865d77]

        introduce Sync() helper
        
        Change-Id: I9fbbb8fa1d0fee1b761143923c843658f3fd4053

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b72b1011fe2548ff5d9507e39da1528a1c4c7503]

        move IsChanged to shared base
        
        Change-Id: I1b70e51c2bb99db0e546793f0257e751c9129b47

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [feac7080db6c008088396223774f96a5acfc3fe0]

        typo
        
        Change-Id: I5bbcb45312cb85c67ef1205b31e7ea4b0e944da8

2015-03-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d83b2ae1cc7731b23a2fd735ea9f8d88f4357156]

        derive SwIterator<> from ClientIteratorBase
        
        Change-Id: Ib0898e852f688863f8064ca773bc5a6947be44ad

2015-03-19  Niklas Johansson  <sleeping.pillow@gmail.com>  [307c25fe460857c52f0b9c2078e83f6d12f8bdc9]

        tdf#89437  Ordinal suffix should never be superscript in some languages
        
        Printing ordinal suffixes as superscript is just not done in Swedish and
        likely a few other languages but this change only cares for Swedish at
        the moment.
        
        Change-Id: Ib7600ceb0534793d900f13b2740e63c1f7f34ba9
        Reviewed-on: https://gerrit.libreoffice.org/14913
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [b517c251a733692f39d02f986e5010f214aea697]

        move ucs4toindex
        
        Change-Id: I8ae441a68ba74422c607a8830325c3afa954ad92
        Reviewed-on: https://gerrit.libreoffice.org/14908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [181feb38d95e25980b96c2f6802cc906410abb13]

        more privacy tweaks
        
        Change-Id: Id0d81d2216692f9b596493b5a424fea656295b71

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3170b41ddcc69a2f65d8ae48352a183937badce9]

        rename SwClientIter to sw::ClientIteratorBase
        
        Change-Id: I31ddba4e4b0020ed8187d67eb69353f81da8bd1c

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6c58493295547a83aecfc5d69b17316e980f8548]

        simplify specialized SwIterator::First()
        
        Change-Id: I6aac0645939cea0ef8fbfc2796f94cffc56d224e

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a7a0d8f7dd05d3b3e7d989573048495f3e6d5f36]

        make SwClientIter construcatable only from SwIter
        
        Change-Id: I6e203792187311f3d00fd074fd67cbae7680723e

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [59665096831ef0e88a3cfbfa4377d09246896f68]

        limit friendship
        
        Change-Id: I217077de4ccc2667a17e34ffcc781f1a6b736210

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37262d61b395afdd575ddc99c1eab83b414fd082]

        remove superficial helpers
        
        Change-Id: Icd690bf20c47152b00e1f51586471f9fe029c4cf

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a5fead9c44e2965587919e675ab5fa5e9c4a6b7f]

        specialize SwIterator<SwClient, T>
        
        Change-Id: I6d9457e8f005dffef5ce8969ad895b43e90efadd

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [25a99a65e8aa2962ed980ed750c349d7863eb87c]

        make GetModify private
        
        Change-Id: I451f2670027eabb692ad2c91f33dfe7c311b8731

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [11b22c3c68a939cb723062ba9e6da279dd14398f]

        more static checks ftw
        
        Change-Id: Ic5a459704c6cc60d854ae285543314df063d8926

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d26725ad0f406069b15e5f1ea722f36d5ac27edd]

        move SwIterator into calbck.hxx
        
        Change-Id: Icdcd46d392bbf1dbe45448328c310d9a327ba60d

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ce3661d36e08c6cf04abcf258f66a869abc4cdee]

        static checks ftw
        
        Change-Id: I73a231a091a84f7c27e3d7e0e32f6042c7ac0df6

2015-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [de1e121daa30ee2c2770c7ad309c73f96fce92db]

        move GoEnd to SwIterator<>
        
        Change-Id: I1c50425743d6f5e55eb45b0902e256e17d81cc9e

2015-03-19  Andras Timar  <andras.timar@collabora.com>  [f54bc1365de88efc82ddfee86f4a24bc132d8e9c]

        Updated core Project: translations  6a11450be8a19648f3f76d7b9a098a9ef7c4d76e

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [4dce503b2777e589d713f0fca2604a9a7916813b]

        coverity#1288895 Explicit null dereferenced
        
        Change-Id: I3b8fe2e1aec18b41b1d4553bca0fa6c52d5cfde6

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [3f6589a649cf6d411391409c3ed637e6b641ba80]

        coverity#1288894 Dereference after null check, golden
        
        regression from
        
        commit 553a058ec877e5ea858dbc47eec456033a6323ab
        Date:   Sat Mar 14 20:43:43 2015 +0100
        
            core: dont use 'shortcut' that is longer than the original
        
            Change-Id: I0154e484a4f4d6ce6672ddf35d1869157a61f71e
        
        Change-Id: I4159a5caf492900bcfb863bc0bc5cf59a47a311c

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [19fd963db6684a69ac13101c056a135d1b96687b]

        coverity#1209001 Unchecked return value
        
        Change-Id: I1d2615ed478417a965ebddb37539ce4697b8e92f

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [3a699403f1c6d979fc61f4bc14e5c1f740c8aab0]

        No need to use -I$(SRCDIR)/include/shell
        
        We always use -I$(SRCDIR)/include, and the #include statements use
        <shell/*.h>.
        
        Change-Id: I62d32b3a1bd0840f3a4bb149c5552c2aed98cb56

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [2847c520c3449d60dcd3f8b525fba006bc1d9e01]

        There are no include files in solenv/inc
        
        Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [5b0f3cf836054da94968eddffc2647b50236739e]

        opengl dr.memory: DC that contains selected object being deleted.
        
        Change-Id: I3cfb09eacfa129a92dace47fd26ccf6e5d1a6756

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [a175977e1eb7fe63b2314dcfb3944e87889af455]

        dr.memory: Deleting a drawing object that is selected into DC.
        
        Change-Id: I2b04152896cdd231cc9be4ab008bc57a65c840da

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [a25fa1cb0266bb8461323b5d856c3c979d538114]

        MSVC and gcc are wrong, Clang was right, apparently
        
        The 'unsigned int(expression)' syntax is *not* correct, says
        http://en.cppreference.com/w/cpp/language/explicit_cast, but
        apparently MSVC and gcc don't mind. Clang doesn't like it, though.
        Re-introduce kendy's change but use static_cast instead of functional
        cast.
        
        This reverts commit 33d2475d9f2f01308ba4675ac99aaabb43870e0f
        
        Change-Id: I799cce13e9bebf1a375243c294c4fa8788502ec6

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [33d2475d9f2f01308ba4675ac99aaabb43870e0f]

        Revert "Dr.Memory complains about this..."
        
        Obviously some thinko, does not compile.
        
        This reverts commit 684aec5496f7394969743614cfda12b11c0466af.

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [f3c0085d966d4a8e2223326c52c045b7529ef320]

        opengl: Off-by-one in getPixel.
        
        Change-Id: I971d94c353adcdf70e0f251d6103b1e19042687c

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [3637dc8a573b025106b4a652d837458c2e427d14]

        opengl: We need to return the GLWindow.
        
        Fixes an unitialized read in wglDeleteContext, thanks Dr.Memory!
        
        Change-Id: I3706b18526c48277f9b4a6801c95c26a10a86965

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [8e0d758f852b0b4e4242b7fb2ebee8cbd17fc2f4]

        Hint how to use Dr.Memory for unit tests / memory checking.
        
        Change-Id: I7df8716e90e9097336919d2a9208a549b8f7d3d0

2015-03-19  Jan Holesovsky  <kendy@collabora.com>  [684aec5496f7394969743614cfda12b11c0466af]

        Dr.Memory complains about this...
        
        Change-Id: I00ad970ab7cc97cfa37d6785540d6cfa825976c8

2015-03-19  Andras Timar  <andras.timar@collabora.com>  [45ad2b6f0fe4528995ca1eca7539857a95e4e848]

        Updated core Project: help  be139ba7c2e4eef2c529c8506820641185867ae0

2015-03-19  Andras Timar  <andras.timar@collabora.com>  [f7e67e253c4524f382d988ec058b31b91baea3c6]

        Updated core Project: help  325b71813e476e25acbcecbb34f57ec2609ee98b

2015-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2250caf30d5e9fb297e97952a2bc061856701563]

        CID 1288898: Uninitialized member
        
        Change-Id: I1523ba22d419a12ae60de4f7afd293fe6cbfb6b5

2015-03-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [adb98d94ca1059b56d6b6726ca9aea96ecae8a96]

        tdf#70346 MM: don't restore section visibility
        
        Mail merging the current document is expected to change the
        source document. So there is no need to try to restore the pre-MM
        document, even the visibility. In the end any effort is futile,
        as field changes cannot be undone.
        
        Even worse: it introduced a regression using the "data to fields"
        function from the data source manager (F4), which would never
        set the correct section visibility.
        
        We need to copy the document to prevent changes to the source
        document and skip the quite probably unexpected save in MM.
        
        Change-Id: I814905f1566a63b2ee14cb5f6d08da34c05942aa

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [6c806749421caf9267325cd86372c488f585ab5a]

        reorganize resizing surfaces logic
        
        the only case where we don't just create a new surface is the X11 case
        
        Change-Id: I98a3c8f227e208ac9db969ed7711e293fb237c2e
        Reviewed-on: https://gerrit.libreoffice.org/14902
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Yousuf Philips  <philipz85@hotmail.com>  [c5e012fc65403e960d7f7ab5a3da50f6a2d1c53a]

        tdf#90090 - rearrange Draw's UI by moving around its toolbars
        
        Change-Id: I5f76e976ea457cceaaf22c8e2328c944a87d03b5
        Reviewed-on: https://gerrit.libreoffice.org/14904
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Julien Nabet  <serval2412@yahoo.fr>  [61a3ace9f42a37640b1ec18fad776ba7c1f61714]

        Related tdf#50133: Wrong underlining in Reports
        
        By running some tests, I noticed double wave didn't appear when opening report in non edit mode.
        First you must know that to indicate "double wave", xml contains these 2 information:
        style:text-underline-style="wave" style:text-underline-type="double"
        
        The problem is the reading order of the parser doesn't seem the same each time.
        So if it reads style then type, it's ok thanks to this part:
            132             case awt::FontUnderline::DOUBLE:
            133                 // A double line style has priority over a bold line style,
            134                 // but not over the line style itself.
            135                 switch( eUnderline )
            136                 {
            137                 case awt::FontUnderline::SINGLE:
            138                 case awt::FontUnderline::BOLD:
            139                     break;
            140                 case awt::FontUnderline::WAVE:
            141                 case awt::FontUnderline::BOLDWAVE:
            142                     eNewUnderline = awt::FontUnderline::DOUBLEWAVE;
            143                     break;
        
        but if the parser read type in the first place then style, the case FontUnderline "DOUBLEWAVE" wasn't managed
        
        Change-Id: Ie090507898e537827eebaae157dfac248baa43f1
        Reviewed-on: https://gerrit.libreoffice.org/14801
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Noel Grandin  <noel@peralex.com>  [98c532b38589945717ff17ed344a358479074e5b]

        convert opaque numeric value to underlying symbolic constants
        
        Change-Id: Id2f74c5104873e78b188c9a2b8c779c8ada3bacc

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [2a9bd88e427c0646566ca988bb23e7dab25744c1]

        Indent parameter lists consistently.
        
        Other inconsistencies in spacing and alignment remain, though.
        
        Change-Id: I2b4f9e34781288c5146518be853d3831ec32e968

2015-03-19  Andrew  <dent.ace@gmail.com>  [903954af8b2d97b24084974cc246d2b8b85d96b6]

        Optimize 'Breeze' icon theme
        
        Lossless optimisation of png files in Breeze icon theme, using ImageOptim.
        Saved ~324KB out of 669KB. ~53% per file on average (up to 78%).
        
        Change-Id: Ifbd936473f75cb1e6698facf40e90433f002905c
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14900
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [4582eabb00494b0e29a899e78084ebac895c64a8]

        push build along a bit further
        
        Change-Id: I6b662e8588153a9437615de0652e3169fc867b82

2015-03-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d6e839e9e4ce5470c304dbe2b87dd8b0bb07db59]

        Percentages should also be translatable…
        
        as they are not written the same way in all languages.
        
        Change-Id: Ibc3a5963bf8bd737516a003618befd1de5f3f5ca
        Reviewed-on: https://gerrit.libreoffice.org/14767
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Laszlo Kis-Adam  <dfighter1985@gmail.com>  [591e34f868cc3a3f3ce7927480d224f137bfd83c]

        Support "a/b" style of fractions, not just "a b/c" style. Also fixes a crash.
        
        Change-Id: I67f57fc09be512b8827ce2b62ba8828e23f544bc
        Reviewed-on: https://gerrit.libreoffice.org/14842
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Michaël Lefèvre  <lefevre00@yahoo.fr>  [c83476ab28544c25ab72e7e51131ab481bcbcc5d]

        CppCheck cleaning : unnecessary assignment
        
        Change-Id: I1e2562631f37befc75879a8095740835f050afb2
        Reviewed-on: https://gerrit.libreoffice.org/14856
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Noel Grandin  <noel@peralex.com>  [b9880e49e5fbae377eca82e60b88cbbdca8bd5d2]

        Speed up ScriptRun::getPairIndex
        
        Noted as a hot spot in the callgrind of
        test-files/loperf/091_fdo#39372.odt
        
        The idea for the lookup tables is credited to mjayfrancis.
        
        This takes it from 1.8 billion instructions to 1.1 billion instructions.
        
        This change has been submitted upstream (along with other changes
        to these source files that have not yet been pushed there)
        in ICU ticket:
            http://bugs.icu-project.org/trac/ticket/11577
        
        Change-Id: I917bdea4263320f9e88207657b7f3140d95ae2b8
        Reviewed-on: https://gerrit.libreoffice.org/14834
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Rishabh Kumar  <kris.kr296@gmail.com>  [0b76f7ee3f7ac7c37c62b4d91307a20d9faca01a]

        tdf#86787: Page style margin limited to 99.99mm
        
        Normailizes MarginEdit before assigning values to SetMax and SetLast
        
        Change-Id: I2aa1eca75c36e8dd4ac5905b49d6802b5c763f85
        Reviewed-on: https://gerrit.libreoffice.org/14821
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Michaël Lefèvre  <lefevre00@yahoo.fr>  [b18bd0b774436ad33332a85b95491a3efd02c249]

        CppCheck cleaning : scope reduction and printf format
        
        Change-Id: I43ba76194ee135ffe2398267ed810cca116a1e43
        Reviewed-on: https://gerrit.libreoffice.org/14854
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-19  Noel Grandin  <noel@peralex.com>  [b8d6062a120a70f155e296c72a856cde2c5d142c]

        fix android build
        
        workaround template issue
        
        Change-Id: Ifeb828685b3f63159249211aa32a90dcba2e5570

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [0597e4be3eb1be2987db28507055126bc5a26421]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I310099e8e12fb6440e98fbca97af512a4f872ac0

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [944d1fd5ca97969bc2cf45376737813c588f6637]

        fix windows build and sal_Bool->bool
        
        Change-Id: If88a5b1171ef0b586861dd071820bc993c4cf06e

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [a251fe4d48237a4d9c9530dafc7bbdce6028e9cf]

        We require MSVC2013 (_MSC_VER == 1800) now
        
        Change-Id: Ice8504041f22e00f2e5010813d9dff1d2987c8d6

2015-03-19  Noel Grandin  <noel@peralex.com>  [cfeeceab9ea03b5507cdb7ddb90fcc1b8b1a4e85]

        loplugin:constantfunction: filter
        
        Change-Id: I11e616ec1e3249573797bd2a4bb2b52f11c115ee

2015-03-19  Noel Grandin  <noel@peralex.com>  [94d3d0a27763a34c3ee72f341264fbe4fc99574b]

        loplugin:constantfunction: editeng
        
        Change-Id: I112bb65a3f470b3f179efd1cf9fa979175d5d350

2015-03-19  Noel Grandin  <noel@peralex.com>  [d07bf4aad4d2edda19d9806afd6d694b873aff41]

        loplugin:constantfunction: canvas
        
        Change-Id: I2fb2c4ec0e9467d7ced05b0e815e0d5bd2ba74c3

2015-03-19  Noel Grandin  <noel@peralex.com>  [900e49cd27f23d2f991f902e81f471eb49232076]

        loplugin:constantfunction: oox
        
        Change-Id: Iec2bc991821aed8da4427c6efc4ec8df72554923

2015-03-19  Noel Grandin  <noel@peralex.com>  [2f30600296d217751e2b18f3b971c5d0fa2b9f65]

        loplugin:constantfunction: linguistic
        
        Change-Id: If9645dc5962432af6912c98649eea9c981fb0ed1

2015-03-19  Noel Grandin  <noel@peralex.com>  [c97ccd3b3635a53e6bdc07b83c9bf8666b66000a]

        loplugin:constantfunction: svx
        
        Change-Id: Ib8c3599d245fbc371d00f28d812138b26c3f706d

2015-03-19  Noel Grandin  <noel@peralex.com>  [2ebd79b3d214c62c0997606115ebc50700d6a760]

        loplugin:constantfunction: svl
        
        Change-Id: I6504e354cfb381cc00ea837f959e2e18e5fc596c

2015-03-19  Noel Grandin  <noel@peralex.com>  [02cb0ba6b565597d6da23cbf211e959c448b3261]

        loplugin:constantfunction: registry
        
        Change-Id: I0556481aee672451221aa72a8a90d465f3670313

2015-03-19  Noel Grandin  <noel@peralex.com>  [665bad85827661678c49c34a04cb538673435416]

        loplugin:constantfunction: tools
        
        Change-Id: I3a29d90c60157dceb1da2225f4517ef3d193815e

2015-03-19  Noel Grandin  <noel@peralex.com>  [3f18d628ec32eee15903332469bd52f0bd6197b8]

        loplugin:constantfunction: sot
        
        this appears to be completely unused
        
        Change-Id: I74dad8b0c478a1aed035ce9cc663a74de157816e

2015-03-19  Noel Grandin  <noel@peralex.com>  [6bf3b6d420873e236b2805a42a95ce33e614ad98]

        loplugin:constantfunction: svtools
        
        Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40

2015-03-19  Noel Grandin  <noel@peralex.com>  [5133b27e638140ba574016b33dae70ca92edc323]

        loplugin:constantfunction: sfx2
        
        Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f

2015-03-19  Noel Grandin  <noel@peralex.com>  [062e40c76bcab664907737feace74f134a25c29c]

        loplugin:constantfunction: vcl
        
        Change-Id: I985b781a8d53190505fcb1182749cdaf5cd0f8d0

2015-03-19  Noel Grandin  <noel@peralex.com>  [4e6410ba0155d4c2ac539fd37f75aa72d489e206]

        loplugin:constantfunction: unotools
        
        Change-Id: Icf543973dc9edde270016c8af7e4c08c57eff650

2015-03-19  Noel Grandin  <noel@peralex.com>  [adef956348b9ad0420a482367f34ca1df81ab159]

        fix windows build(2)
        
        after my commit 48bb2913a7459edb17a5f62c2f6e6fbc4f1051e2
        "convert SFX_FILTER_ constants to enum class"
        
        Change-Id: I4e8bbbbe04bb5b9f2493281826fb156fee51cf40

2015-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b55db59f93d526e7c2e192194aa562c640cce16]

        DocxSdrExport::Impl: use std::unique_ptr for m_pFlyFillAttrList
        
        Change-Id: I134f375f3785beb05f320be67990d3b2d572d46f

2015-03-19  Noel Grandin  <noel@peralex.com>  [4d2de5816378d119d78e81f60075c88baec8fef2]

        fix windows build
        
        after my commit 48bb2913a7459edb17a5f62c2f6e6fbc4f1051e2
        "convert SFX_FILTER_ constants to enum class"
        
        Change-Id: Ieaf524e076f5ecfe16b312a310cd6f5cb8bd637d

2015-03-19  Tor Lillqvist  <tml@collabora.com>  [366af3559aa8e5767486f76e4a281f703a77ccea]

        SFX_FILTER_STARTPRESENTATION is unused now
        
        Change-Id: I0b82e6d582ad7fa7e860a6b00d48444c65439671

2015-03-19  Noel Grandin  <noel@peralex.com>  [48bb2913a7459edb17a5f62c2f6e6fbc4f1051e2]

        convert SFX_FILTER_ constants to enum class
        
        Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [bdad6d0fe492a2334cb27ef54fc5d1cba17d1970]

        mbOwnTblStyle->bOwnTblStyle, its not a member
        
        Change-Id: I3611a1873463cd5dc6d336ffa22c244eaeb6d824

2015-03-19  Caolán McNamara  <caolanm@redhat.com>  [6ef1cb0c573c479b23866184b819be6226755179]

        move the cairo resize hack into vcl
        
        Change-Id: I41868da3901d9c3fff69c11da467952176e58f09
        Reviewed-on: https://gerrit.libreoffice.org/14897
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-18  Rishabh Kumar  <kris.kr296@gmail.com>  [144ab285566afa18790356b5497573290ee710bf]

        tdf#74591 : Changes shortcut key "prior" and "next" to "PgUp" and "PgDn"
        
        Adds new handler for Page_Up and Page_Down
        
        Change-Id: If4c40fb920d85996872f0ec9becd1d544c0e5e36
        Reviewed-on: https://gerrit.libreoffice.org/14788
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-18  Pierre-Eric Pelloux-Prayer  <pelloux@gmail.com>  [162f11cdb94b415ff9d58674e94fb01a745a69eb]

        vcl/text: fix duplicate text in fontwork tdf#81876
        
        Regression introduced by commit 2ba05b4800d6cc322276a6911792363f8eb32051
        because space character will take the error code path. The error propagates
        up to GetTextOutlines which then uses the fallback method.
        In this case, we now reset any work done before, to avoid having duplicate
        outlines.
        
        Change-Id: Ie15524ac462d4b4bb3c482e49c4fe96a2f2d2c71
        Reviewed-on: https://gerrit.libreoffice.org/14850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [c1689141dde7ed7b4a134c63023d4cf4dacb3b24]

        CppCheck cleaning : unnecessary affectation
        
        Change-Id: Ia86b49cb5f643673fd631fb6c654ee587072b123
        Reviewed-on: https://gerrit.libreoffice.org/14853
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [762a23af90a8c29ace60accaadaddf99fbadf7d0]

        sal_uIntPtr->SotClipboardFormatId
        
        Change-Id: I087c82cb5f0e5194ddd799b393d1fd55a4ad06d0

2015-03-18  Jan Holesovsky  <kendy@collabora.com>  [032ce79c49af10371c773b87eda470307861e18c]

        breeze: Revert the links.txt change.

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [3d495712258359d14c3d08b29caaa8b66a9b621c]

        revert work in progress
        
        Change-Id: I1387b0ed7b2d8bb9df801c03cf59efc9c0e1cfd3

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [641b6f2037bec26097574dd921219101d8386da5]

        more cast hell
        
        Change-Id: I125c08ed182786cbdae7b5afabdab0754c31053a

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [4e46370938b1fde8cea5e8123d88a2290e60de8a]

        more flawed links
        
        Change-Id: Ida9321e44c31ec694ee3c3ba035eb1c8662634bf

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [2beb8b2e6aef50b8a35da37a5d0caf2ee33d174d]

        more thinking
        
        Change-Id: Ie349bd35b1fc92b77cc15f51eb886a1c9c92cbe1

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

        thinking
        
        Change-Id: Ib1a086bed7f70e244db2a0bd32819560c6949d51

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [98d2e1aaa22fb5e9aeb86750038b6a0bf96bdaf2]

        claim gtk3 can handle cairo canvas
        
        Change-Id: Ie6edf155288d1514ce7a0c859ba751cdebc93391

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

        move the cairo resize hack into vcl
        
        Change-Id: Ifd1817a28f4fb7ddcc85447fd3388fd0efd86476

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56]

        and this is why hundreds of odps and ppts fail to load
        
        Change-Id: I93a2d04a8e8d6d12651747598172e1254835b888

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

        fix build, link to a link assume intentional and remove middle links
        
        Change-Id: I11b92a0a7ef0785605078b08f7f1cf626d502514

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [12949ecdbf90016eb0e4fbf31e495f7464ea1153]

        another round of build fixing
        
        Change-Id: I79964b1e091b9a11a0e5724c6ce8465b31d25bff

2015-03-18  Andreas Kainz  <kainz.a@gmail.com>  [ba1d0181c2e5e5562efa4fdeaf7b229b6a27907f]

        breeze: Added more icons, updated links.txt.

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [6fecd2df2797318f651ea4ab0d2d3880b2244751]

        some more blind fixing towards a windows build
        
        Change-Id: I92f0df38fae820dac2df8289a9a38d7d0f12bc26

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

        CF_TEXT and SotClipboardFormatId::STRING are both 1
        
        Change-Id: If97a74b947fcec1790c6cf1497299ff11b87f042

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

        headless text rendering backs onto freetype as well
        
        so we can query that info in GetSysFontData
        
        which will enable the gtk3-cairo-canvas to use the font and render text with
        cairo in presentation mode ever with virtual devices whose vcl font rendering
        path is still non-cairo
        
        Change-Id: I3d885d8f6a7c3776200ac31f4c9123d4b063d417

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [41c227e05f5ad1a72485af352fb245536b088b9e]

        ctor takes care of this initialization already
        
        Change-Id: I6a798df9238715c3d531c1eae89738c9a9e49eb7

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [27e8b3e0b02e107bdf6d84bf0db10770645045e1]

        we don't need any xlib things here, but we do need freetype support
        
        Change-Id: I4b3055b7a3582e8dd64599ad33b767302b101dad

2015-03-18  Andrew  <dent.ace@gmail.com>  [a5712722e78733705e6e0679ee0895085b871f18]

        Icon files optimized
        
        Lossless optimisation of PNG files using ImageOptim app.
        Many small savings ~1byte, total 8.8KB reduction.
        
        Change-Id: Ieea65e7ae9ddfe9c103d58e155919dd1ce1a8270
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14888
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-03-18  Michael Meeks  <michael.meeks@collabora.com>  [1956ad6dba11ad7c604fdf7a4327e1c18690e0db]

        vcldemo: create --popup mode demonstrating Windows GL issue.
        
        Change-Id: I562dc891173fbbc151adab39a0dfae42918f88af

2015-03-18  Yousuf Philips  <philipz85@hotmail.com>  [2e46594e7f31a7124defe6a05a3e4690a5bfa012]

        tdf#87234 - Addition of many large and small breeze icons
        
        Change-Id: I58488d3f2675ec6c74d8286079d75d32b38e2e05
        Reviewed-on: https://gerrit.libreoffice.org/14891
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-03-18  Markus Wernig  <markus@wernig.net>  [2be9ceed87d49b18dbc480bba9994caa9e51b450]

        Updated core Project: help  2bd951ef710b4a93937519270b19592c8762a626

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [2ce3e25334e967954d3af748e8e9bc480a57e125]

        fix windows DdePoke signature
        
        Change-Id: I61a2c7287a2a5b7abadcd79f74fb38ba528d7da7

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

        SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE
        
        Change-Id: Ice4963da8a856b1d2ada13e5b699157a0217e06c

2015-03-18  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [edbf82cbfc8d886db40b1b6e3d7b3ef84fddf604]

        tdf#89783: sal_uInt16 replacement by size_t
        
        These replacements allow LO to load, save and mail merge documents having
        more than 65536 tables in total.
        
        Change-Id: Ic58f0f6f8cca3dcaa63b4488447b1fc9686677d0

2015-03-18  Caolán McNamara  <caolanm@redhat.com>  [34dc97c79165a038fd1262902a414fe78882aaba]

        move IsCairoWorking to vclplug level and rename
        
        Change-Id: Id31de932afa61df6933d61ddba971f5d7060f0c1

2015-03-18  Markus Wernig  <markus@wernig.net>  [69d0d5f567f1418060f0c925b0dada2cb608eacc]

        fix a bit awkward UI text
        
        Change-Id: I3c58e329a43e9117fe2be751442bd9043b758e41

2015-03-18  Noel Grandin  <noel@peralex.com>  [fb14be5f8f74f83ba89e15f891ddf1f753dcc62f]

        create new 'enum class' SotClipboardFormatId to unify types
        
        of which there are several.
        
        There are some issues here I am unsure of
        - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids
          Perhaps I should change them to use the common values and create new enum values where necessary?
        - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff
           numeric values to the underlying code, but perhaps further fixing is necessary?
        
        Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923

2015-03-18  Noel Grandin  <noel@peralex.com>  [b8ce52aab9459773544f1696cfe6b7b6f171a389]

        convert AccessibleStates to enum class
        
        Change-Id: Ie0d8c16bb768201e8646c3136d7ceca67e506a3c

2015-03-18  Noel Grandin  <noel@peralex.com>  [1f11bd90b6d43eee382d54a3041b1e1eb2a6af27]

        convert SidebarPosition to enum class
        
        Change-Id: Id3da97083a8e30a32712443485b3801a8891a1db

2015-03-18  Noel Grandin  <noel@peralex.com>  [6761c5114a800fad08b87fa56d611f7483b9a615]

        convert ViewState to enum class
        
        Change-Id: Ib86a8e3adaf7c806e8a44db27ff635b9738c769f

2015-03-18  Noel Grandin  <noel@peralex.com>  [6970a4dc7734de2451abee5ae33339be2eef6963]

        convert DocumentSettingId to an enum class
        
        Change-Id: Ia4f135c64e6b6b5bd7a522e4a1e9ca63738ff3ef

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

        TriggerPaintEvent too then
        
        Change-Id: I133fd74ba9db857c837d87e0a2eda935a3da4e61

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

        we set maGeometry in advance of gtk_window_resize
        
        so signalConfigure considers that the new size is the
        "same" as the current one, which is a bit dubious IMO
        
        Change-Id: Idbfd32f23664e251da8a9cd29b4041960957c6be

2015-03-18  Michael Meeks  <michael.meeks@collabora.com>  [39a64f7ed8c78dd325503728cf2f88316cb68dec]

        vcldemo: make balloon help test minimal, and pop-up help on start.
        
        Change-Id: I7b0350c288a7a5fe891570387d2f0813b5d8a435

2015-03-18  Tor Lillqvist  <tml@collabora.com>  [1290c289590f09288d1c1e89a18a84c81b0d87a8]

        '#if defined(SAL_W32) || defined(SAL_UNX)' matches all our platforms.
        
        Change-Id: I6b46eea0890573166d8a49e8060716907f223a1d

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

        fix higher debug levels
        
        Change-Id: I10556946c4bd6c60adcd9f662462b0f4b73781a2

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

        OpenOffice.org->LibreOffice
        
        Change-Id: I0ba431b9227b3717b25f99c3ad6da552073bb712

2015-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [f52cf060efaf499f9b13427141e7e3f0718713e1]

        DocxAttributeOutput::TableBackgrounds: use unique_ptr
        
        Change-Id: I312d3d94c54f9a8537e2d22d347a75bd40360b80

2015-03-17  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [48916c9b8c1363a37bf511626326ee6dc150975c]

        tdf#89119: SVG - accelerated import of huge paths without fill
        
        the sample attached to the bug can be rendered within seconds instead of minutes
        
        Change-Id: I64671e9619f78931da2c11461a6884f2a1c8d66f
        Reviewed-on: https://gerrit.libreoffice.org/14883
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>

2015-03-17  Stephan Bergmann  <sbergman@redhat.com>  [413f7c3642a6a237848e2c6d3b279bdf4d808c31]

        Remove oox::core::FilterBase::implGetImplementationName indirection
        
        Change-Id: Ib275192452c6836cbaac2e517942ec5356dfd9ab

2015-03-17  Caolán McNamara  <caolanm@redhat.com>  [a81d60527bfe09bc54e6eb2e1281344773db0152]

        fix higher debug build
        
        Change-Id: Ie077be51164f317b8572aea5327bdee06fd6bd49

2015-03-17  Stephan Bergmann  <sbergman@redhat.com>  [2f49c0bdd67919a5b75c2692d4a18f6a53f355fb]

        Fix MSVC build
        
        Change-Id: Ibe96a03b4ac6e93501b4512ecd28975956a6f37f

2015-03-17  Anurag Kanungo  <anuragkanungo@gmail.com>  [93b0b5b71dc1251ea2f1873b42b2e5f82bf9d9e4]

        tdf#90030 Jump to Last Edited Slide Menu Entry
        
        Change-Id: I40aec11a5132ce8d1a416144707f3840a7f5ab01
        Reviewed-on: https://gerrit.libreoffice.org/14882
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2015-03-17  Stephan Bergmann  <sbergman@redhat.com>  [3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2]

        Fix various XServiceInfo implementations
        
        ...to match what is recorded in the .component files
        
        Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f

2015-03-17  Noel Grandin  <noel@peralex.com>  [5229726b4d4e7d76f410d221f8f8cd8abcfd5a19]

        loplugin: add Dialog to unusedvariablecheck
        
        so that we find dialog that have been instantiated but not actually
        executed
        
        Change-Id: Ia308e832780627c0a8de71a9d64dabcb3b861a9c

2015-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [bca6b66358ec26ab6797c72207fdb42066451462]

        DocxAttributeOutput::m_pFoot/EndnotesList: use std::unique_ptr
        
        Change-Id: Ia751c4bc62258760d00c233ecce0b2eda0fe9bfa

2015-03-17  Stephan Bergmann  <sbergman@redhat.com>  [05da6e1d60daba1a29e472f07d8c43e39bc70363]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I1ee901c1d8d5fcb42832e2af8e834cfd295eb627

2015-03-17  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d4652b5e2f1c7a2c207888fade7a41245b7ae9fb]

        WW8: bShdTxtCol is always false
        
        Change-Id: I745dabe00567a5d0d076741bfa38c0b5e07713b6

2015-03-17  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f7424ed710e54bb2437a28380b03ed7c26290edc]

        SfxTabDialog: avoid changing const input parameter
        
        * SfxTabDialog constructor has a const pointer parameter
        pointing  to the input set and also the corresponding member
        is a const pointer which indicated that set is not changed by
        the dialog, but this is not true, const is casted away and
        the input set is changed.
        * So use a copy of the input set instead, pointed by
        a non-const member, so we can spare some const cast and
        misunderstandings.
        * GetRefreshedSet not behaves as a getter method, but changes
        the input set instead, so redeclare it accordingly.
        
        Change-Id: Ic63f9ae68c50e65d4498b20f597547c1c075b94e

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e3167924fd28c8b854f23139dbf49f53e6282ef7]

        make SwClientIter::GoStart/GoEnd private
        
        Change-Id: I0c0f84d110e8ea4f84404a8ca17d0c982c9200c4

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a21948bddfefa8554fb2d468616ec1bfda128e9d]

        refactor iteration
        
        Change-Id: Ifc2e190fa54e2e1e8992ae7e4e3ff15465b6db3d

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3b4e5fd012be12478fed5c55f53cfd9cc4747a0e]

        get rid of SearchType
        
        - lets hope nobody counts on ModifyBroadcast having persistent
          sideeffects
        
        Change-Id: Ie85feb71732c4a81fba22db8cf62ec7fe30d0cfa

2015-03-16  Julien Nabet  <serval2412@yahoo.fr>  [29492f2901ba80aba5da35a4b1780b14ff090878]

        Typo: remmeber->remember
        
        Change-Id: Ia80fe9bbfaacbaa3a13731bbc16006f4e938bb75

2015-03-16  Julien Nabet  <serval2412@yahoo.fr>  [bc4a33aa2a0469d7e96d878de682f1098b0f2744]

        Typo: warpper->wrapper
        
        Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3d41e1f5360629e2127da8d83c372c14e6e3b57]

        fix stray SAL_OVERRIDE
        
        Change-Id: I1c4ca34547217635732dea1cb5ce65a234274f7c

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7ea33ed5622961342a793d6df2dba0f2e962999a]

        remove 'shortcut' that is longer than the original
        
        Change-Id: Id038f22e4c334cdcd56e1638d9d212b0dd1fa8b3

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b0dae8c4c57aa50bbff7b3fd4d84476636bf1677]

        Fixes for moving stuff to SwIterator
        
        Change-Id: I834afb711920e480045a9f932770dab27dd1f3ad

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [059b2b0385e632459c3f0a7c110b7a5ab6b6ce51]

        Move SwClientIter::Previous() to SwIterator
        
        Change-Id: Idd1f794f81612d7593095a230580234cdce30725

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [32d322a133960a0533403581df1ba7251b7dc700]

        Move SwClientIter::Next() to SwIterator
        
        Change-Id: I7e0a9d1a02fa91fd2d685c3c6c1c3340be5cf41d

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a583f445cfca85bd9a8692154774d08f28d9a508]

        Move SwClientIter::Last() to SwIterator
        
        Change-Id: I7ec3feaec7a07871a3470f7f41dd203fa0f83fd0

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82a0260f9e9ea88301ace2cf8dfa15368f089c74]

        move SwClientIter::First() to SwIterator
        
        Change-Id: I165dfaf2894352ad6610855ae9a18bd553ef07be

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0c2731410ebd8b4414d07b9daf11b3e70f48e1fb]

        assert hard here
        
        Change-Id: Ie8eba16f0696f80748ed6ea64bef02d6f015a5ff

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d7ab0bc37ee62d6006abe8c2a281ba9975c08770]

        make typed iteration private in SwClientIter now
        
        Change-Id: If3887cd7a126834a8c3bfd156dc25335229d929b

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1fb1016eca1d8e9f43baad18bf7228913aa29715]

        Pipe legacy Modify calls through SwClientModify
        
        Change-Id: Ic55abdee0486021d8361271fabec9fcaa06c3502

2015-03-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ea7f16bf0b5e195d65e51c624b0fb37980bf2b95]

        tdf#89361 Remove remnants of Gopher support
        
        Change-Id: Ib2038a43b0d49a525199329a2c79d5779f5322fa
        Reviewed-on: https://gerrit.libreoffice.org/14471
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5a751d32b99e330d6656efc337829778e2b58bdb]

        make SwIterator final
        
        Change-Id: I48ef94ca7681c3ef5cf04aad79eab4b7dd84ca2d

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [553a058ec877e5ea858dbc47eec456033a6323ab]

        core: dont use 'shortcut' that is longer than the original
        
        Change-Id: I0154e484a4f4d6ce6672ddf35d1869157a61f71e

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bc2740dd91cef7b91eb140fefd38bd05d0dede15]

        unocore: dont use 'shortcut' that is longer than the original
        
        Change-Id: I0bc66003528b6603ce46325176973d72dcbac2ac

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [883cb9eadc48bbe6b7028226fa193c47f0346fca]

        core/layout: dont use 'shortcut' that is longer than the original
        
        Change-Id: I2f5104e992cc5c33a27f2d2770ba4e6b25b40f70

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [274a1bca4f1e41613ee374584880593482c7045b]

        core/docnode: dont use 'shortcut' that is longer than the original
        
        Change-Id: Idf0bdea2ffb987859e413f2cea4eaa0d97d2ba7b

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6fb43ca7f2e96e0bc0cd0b162828c6d0771ef28]

        CppunitTest_sw_tiledrendering: disable part of testSetGraphicSelection on OS X
        
        Till we find out why tb60 is happy, but not tb59.
        
        Change-Id: I5c6b3ba07cc188e776c03508d1a1c696a9b9cd0c

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [1f61e1378d45f27df22e0380038a25bf86926c48]

        Exclude Python components if --disable-python
        
        Change-Id: I05c1e9d7b270bcafa7fbfe526c8b12733d8ed708

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f87a47a04a9eaae5d85a9f081536aa0b8dddf95d]

        core/doc: dont use 'shortcut' that is longer than the original
        
        Change-Id: Ib2d19c1b6af7676910208d0d07627f41379fcb4a

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2993962fdac764026ec60239ad7229cbc1cbe85]

        use SwIterator<>
        
        Change-Id: I87c0385bba8de804c63dd5d908d9efb6959016c9

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c93ae21a3883bf23b867c7bbc0cbb742de183bf]

        use SwIterator<>
        
        Change-Id: Ia0a432019dc856c6c12996a898e8137789cbc76b

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8b41d4292b7c72643602cdfd89358972d14faf27]

        use SwIterator<>
        
        Change-Id: Ic24eaa5b0fd4c1c06a4a43c77418cb44e53e0f7b

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b5cff1eb3f728a91df70fc72bf03e9b5558112b0]

        use SwIterator<>
        
        Change-Id: I04cba3d423db2dee670e22f7a01550059f1cf973

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d4267231754c1e6b03c7723a6fecc46750e7c780]

        use SwIterator<>
        
        Change-Id: I464b22b2a418d20a4b230ebe10d36642ace84b35

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e9fc57cf8a3527976fc07285c9446b57eb0f9204]

        use SwIterator for typed iteration
        
        Change-Id: I04dc6e6a149cd5d7a5f44714e10909ef225c27c0

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0d97d25d56a5a8466d698e0f5831f2072c8e8baf]

        use SwIterator for typed iteration
        
        Change-Id: Icc1a04304e182687a306e9d08cbf7d46b0adbee6

2015-03-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5111ad57871ed2473337fbf2cc351bf1b18a756f]

        nonsense SwClientIter::operator() isnt used, better remove before someone does
        
        Change-Id: I6e1573576aca4b7536668d1ef03ba72fdae15e28

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [9fb3182b7ac95fe827142a8dba4238aa5f39caa0]

        external/coinmp: Work around -Werror,-Wformat-pedantic
        
        Clang trunk since r231211 with -pedantic-errors now emits
        "Cbc_C_Interface.cpp:379:55: error: format specifies type 'void *' but the
        argument has type 'char *' [-Werror,-Wformat-pedantic]"
        
        Change-Id: I5d410068f1cd82334f26148df30a45dbc9eabd0a

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [81f0c285deb50fcec729168c8736729590c07fa7]

        lok_docview_init: ignore the second, not the first param
        
        Fixes the crash on startup.
        
        Change-Id: I991537644dfb6a5335d08d3d03c3d25491a0c335

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [45b82d9f6d99fb059039f1ef05060b364aecb104]

        libreofficekit: various loplugin fixes
        
        Change-Id: I317f8f5397bfeb9c0d6ecaaa656cb31e66eece0b

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [144b5e68106415d2e9a4a6a51e259d329a695d5f]

        tdf#90029: FM_PROP_DATE/TIME confusion
        
        Change-Id: If711a3d4b431e9919bbf6edf7756d82414f380a7

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [d44240ec532d2537575eadd043407b750761c373]

        Adapt configure.ac check to new Clang -fno-sanitize-recover=... syntax
        
        ...in Clang trunk towards 3.7 (ugly to come up with a standards-conforming sed
        BRE, though)
        
        Change-Id: I82196433ad153ae29b92ab15e58d6806ec4ccf26

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2479fae410070f0e352dc15053718c88e7eca6d1]

        android: add toolbar button to force-show the soft keyboard
        
        Change-Id: I1758f4db7b6894df66d721af77092754b0252100

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [af379e99eb83fab544565d34f11f38241d0d4e8d]

        ImpEditView::DrawSelection: emit TEXT_SELECTION LOK callback
        
        With this, if one double-clicks on a word in an editeng text, we emit
        the correct selection rectangle list callback. No start/end rectangles
        yet, though.
        
        Change-Id: Ie05f6f4a44dc638076527f21a4b6a44e9bf63ecb

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [13a06aad7c4696e0ae48bfdbdabab18eb9f81d38]

        SwSelPaintRects::Show: silence LOK callback till draw edit is active
        
        Change-Id: I84c1567efd2e7e6bcd09086ecce5041c2929c1b4

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [30d83b0a87d93fdc2563634d666ef6ce52d333d5]

        Add SwXTextDocument::setTextSelection() testcase
        
        Change-Id: Id986d5408981b6ae7bf3c8c96c5226d2445a5f0d

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [8654e16f6d48fbef1efcf50f8cdd5e5385d5a919]

        android: also hide keyboard on graphic selection
        
        Change-Id: I597f7099405a244f54966c203483dfda22cfbcc9

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e90795d716def8936d614bace858dfb04c6e0b7]

        android: hide soft keyboard when scrolling
        
        Change-Id: Ia840cd68d7af7a6948ad5766b56a3dc27cb8795b

2015-03-16  Henry Castro  <hcastro@collabora.com>  [2384e6ed82a05806e6234d2057563744ef112743]

        sc tiled editing: EndTracking() is necessary in the tiled rendering case.
        
        Change-Id: I0fc550ed669e08787b968ec03c09c1d8ad04dd65

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa53289f24d09d963ffec9ee9f28ca1ee8f42a1f]

        SwXTextDocument: add missing @see for 3 vcl::ITiledRenderable methods
        
        Change-Id: I8bd5079c1b493e6b72ee0d71445e9aaeac76bb3d

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e8da9bc4eac3eef3f68b8637ff4ef306de2e962]

        libreofficekit: add overview of tiled editing to README
        
        Change-Id: Ie4e28f9315c9de2062d63c5eb5e9c7481c719cef

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [39bf82439fe9c753a09d9d77dbcc8e387bbe2125]

        LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h header
        
        With this, most LO code can avoid rebuilding when touching
        LibreOfficeKit.h, something that caused a mass-rebuild earlier.
        
        Change-Id: I4880fc7ad82cc535377b2b602897e3172ffa480b

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [5df6cd16a2604163ee8e19edadba48de65ba205e]

        android: Make the Bold button actually work - switches to typing in bold.
        
        Change-Id: I48da0f3cc918bda1cdb396b4ea72a82eddafb9a8

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6f7b8823af239a69bc108cce82629c03e41039a]

        lokdocview: detect click on border vs click inside graphic selection
        
        Previously there were two cases when the user clicked inside a graphic
        selection:
        
        1) If the click started at a handle, it was a resize.
        2) Otherwise it was a move.
        
        Change 2) by requiring a click on the border for move, and otherwise
        interpreting the click as a normal one.  This makes it possible to edit
        shape text with a blinking cursor.
        
        Change-Id: Ifc063790cacb3da2684f6f72eaadd86323dd3aef

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [60256cc547a3582807b7200f1c953d7ec091cc7d]

        lokdocview: ensure that the cursor is at least 30 twips wide
        
        While Writer uses "0" for the "minimal width" case, editeng uses 2. We
        used to round up 0 to 30, do it for any value smaller than 30.
        
        Change-Id: Ib3cc7645b55881fc51f0729163cdea5eb9ca4f0a

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ba8f4d2c0e24bc356ab72e4f00e27560f471f16]

        editeng tiled rendering: emit callbacks necessary to have a blinking cursor
        
        Change-Id: I031827cbcb14242ede549ce6f65f809795075db5

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [00b758b40a23d715e4eb1cf8f62c901cd8c41249]

        LOK: Implement posting of .uno: commands.
        
        Implements also Bold button as an example in the gtktiledviewer.
        
        Change-Id: I3b07d51165f28534aadbb4673f964ec10d5fc6ef

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [a250e9d3ecf899796e7cfbdd2266e494353580c0]

        Factor out the .uno: command dispatching to a separate function / file.
        
        Change-Id: I8486933d57d42992e66be7f17443320cfc2ad629

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a8afa003b854e74807389c8f82fd4609485f1b8]

        Add ImpEditView::libreOfficeKitCallback()
        
        And various other methods, so that it's possible to invoke the callback
        in ImpEditView. This will be needed by the blinking editeng cursor.
        
        Change-Id: Ie1b6957e5c48f606e71d5808df3f632924d3a2ec

2015-03-16  Henry Castro  <hcastro@collabora.com>  [5666552a07c0f742087cf987679ffeb5fa99b1a4]

        sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.
        
        Change-Id: Idb9695515d9a829fb63ea37e02f4bf2b111bf6bf

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab27a77aa82bd0bcad59652b76a5c65e5e946cea]

        Add SwXTextDocument::setGraphicSelection() testcase
        
        Change-Id: I172ef9f5cfdae8cbff88419171c5b8ad55fb194c

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1ae91f00fd909a2ba31bb08116baf84f9881a36]

        Add testcase for SwXTextDocument::resetSelection().
        
        Change-Id: Idc97ebfe3db27ac52c1c6b16177f08118a750e69

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [73ed546f98f97024b48f9040825a3a32e71ac8dd]

        SdrMarkView::SetMarkHandles: when tiled rendering, show non-frame handles, too
        
        This gives graphic selection / moving / resizing for non-frame shapes
        (the ones with the blue handles on the desktop).
        
        Change-Id: I59018d4beb2ad1d2133d439afda56686b3c00b0c

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [ea607240291126b4c9eb73dadcb83ede560eb080]

        Small cleanup - no need to have 2 OpenURL's.
        
        Change-Id: Ib76729004f36e087aaf5a6089a60675c606e9070

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bd3771e1057ae90875d312faa4c30645627260e3]

        android: add to JNI - setGraphicSelection, resetSelection
        
        Change-Id: Ib81763148b077423d3903802b13a11b15ba3b0c1

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bcc3163a4a028526cd1dad86cc7a452d952d704f]

        android: add bold selection to toolbar (experimental)
        
        Change-Id: Ie9fa613659db9dcc174851d7c02587bef6b67cef

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [598ba92da81c03f2063d370dc096f05184ab183f]

        android: add toolbar controller
        
        Change-Id: I9ecaf0f0e7e39e2a28e1545bc0310360d5cebfe5

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2c0498dcce50f0b524d7b895945e596775c2da14]

        android: add some material design icons
        
        Change-Id: Ieb6acdb75e0ae0367dd39b2773e69d6f8415f0fc

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b3343410ae97c19ce62f7700ee48df9532a0bda]

        lokdocview: cppcheck: variableScope
        
        Change-Id: Ib91bfea95d957362d807a3de53b12e2fc9389fbb

2015-03-16  Siqi Liu  <me@siqi.fr>  [34f3f244bb48b28c169a8b0c49b421465a191e58]

        make format consistent with the rest of the file...

2015-03-16  Siqi Liu  <me@siqi.fr>  [e3b517ee6d985bc3d2f8750643ae4672575d5b8e]

        tdf#89705: make hyperlinks clickable on impress/calc
        
        Change-Id: I3d35918a43dff789fad703cfc6b594a6dd3df47b

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdcd5a509c483a0460919a227d273332f4b1d6e8]

        lokdocview.c -> lokdocview.cxx
        
        Otherwise it's not possible to later move the keyboard handling code
        from gtktiledviewer to lokdocview, and handling keyboard in
        gtktiledviewer but mouse in lokdocview is confusing.
        
        Change-Id: Ib036e2cbf65ffa28771a41b01c0fda2b7b895f47

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0262693b327c947ef69581e61a966546c9ebb8da]

        lok::Document: add resetSelection()
        
        Change-Id: Ib24003178bb576ff1450d674d74ef8978b350b92

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fb4e35f3454cb49bf5e5f611224216862f6f611]

        lokdocview: add edit-changed signal, so toolbar toggle button is in sync
        
        Editing can start by clicking into the widget or by pressing the toggle
        button on the toolbar. In the first case the widget should emit a signal,
        so the the toggle button's state can be up to date.
        
        In both toggle button <-> LOK widget direction only update the state if
        it's not yet up to date to avoid infinite loops.
        
        Change-Id: I84c9e7757cd7cde42a95f67f0cb28f9ad6984e7a

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [997ca80cc9da940adbd59ce83999e4ffaf4f64d0]

        lokdocview: register callback early
        
        This is mainly to be in sync with Android, but this also makes blinking
        text work in viewer mode.
        
        Change-Id: Ie307cab722bae5030ca9bdfb442555a728aa33cc

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e12afadda2e623be73578525c196a93bea73bbe8]

        lokdocview: add lok_docview_get_edit()
        
        Change-Id: I57a9c94ed0fb67befd226afe78a90bee9a7fb358

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c3200c87621d0514727382003c13197eeff346f]

        lokdocview: log dragging the graphic selection
        
        Not too important for now, but in case later we want to show some kind
        of preview, then this will be the place to do it.
        
        Change-Id: I531761178491f606834b4b359281122be4c8bca9

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [b02216b16dc305f594aeae5f80637a0044cb126f]

        lokdocview: return early in lcl_signalMotion()
        
        Change-Id: Ibf9d62c52edeaad4aada7960820e1bb8fa6c2c63

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2355ed71d1cacff6a27749f66d1fe973105186f]

        lokdocview: implement move of images
        
        It's the same as resizing, except that the action starts inside the
        graphic selection, but not over any handles.
        
        Change-Id: Ie2465fc4534d2d919ccb0f316874477f02a5d103

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d440dd241249efbd3f7357e38b1da5b2dd69d242]

        lokdocview: use lok::Document::setGraphicSelection()
        
        With this, it's now possible to resize images in Writer.
        
        Change-Id: I2f557d6a64efda54959627d21406aef85160e470

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [65726aae458d5af0e438dd8494a9812770c06186]

        LOK: add lok::Document::setGraphicSelection() API and implement it for Writer
        
        Change-Id: I115cf7e7978622d5108c4c792f7de861beb6efb6

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c08069f2d764c86533c6ea1a17e7437efe6471ac]

        android: clicking on toolbar icon exits edit mode
        
        Change-Id: Idc8c94629bd7a23be1e3a13e88debc478d6ab880

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1771f21e2b24f111cacdd38b5d10328e230e3569]

        android: use LOK_SETTEXTSELECTION_RESET as it is meant to be used
        
        Change-Id: I09f175a09c8b4c9468e2221274b17216b23b76ff

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b6df97c32c6c19570cef0511dd366d9880b2c0d3]

        android: simplify state tracking, make graphic selection work
        
        Simplify by removing all but one transition state (which disables
        handles depending on previous state).
        
        Additionally show/hide/change the graphic selection depending on
        the messages we get from LO.
        
        Change-Id: I95d22a58e0a7f3cb034b18034cb816816a48f355

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [003a62fb640bbce26c1f688e6fef2c074ee0fb37]

        android: add graphic selection to TextCursorLayer{View}
        
        Change-Id: I13d26dd8b38d0b6817f3d0dbcb8a063fef559c2a

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a14d29259e552d35722b42a8cbf73e97339ba745]

        android: wrong parent in theme definition
        
        Change-Id: I0efaa8c131959dbaefba24d48041744391c55137

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f4e5c8247987c54f4328cb74d8ad00ae474ee79]

        drawinglayer::processor2d::HitTestProcessor2D: ignore pixel size of ...
        
        ... candidate when tiled rendering. Tiled rendering works entirely in
        twips, so pixel sizes are not relevant. One step closer to working image
        resizing in the tiled rendering case.
        
        Change-Id: I1d5e33071a383b333e0fdb9d30ea09fcea23a8fc

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [f030a7fa3ab8c65229cc3576000e41210ed2af49]

        Consistency ;-)
        
        Change-Id: Ibb5ff11bc49d346c5435ffe7866a33148954f3c1

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [1fd545024489cd48e484841ca026cdc21e83604b]

        sc tiled mouse events: Fix the click coordinates in non-100% zooms.
        
        Change-Id: Ic535aaf9c1cac303dbade4dab7500d176aaaab2b

2015-03-16  Siqi Liu  <me@siqi.fr>  [bd03308ba9e299e54a55b51ad464fc4afaca9f91]

        use toUtf8 instead for string conversion
        
        Change-Id: I1ec96957fba161a35ec2cf44f197ed3d7199dd89

2015-03-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6264466cb7ba2eca6887859dbe059ced0575dd6]

        lokdocview: handle LOK_CALLBACK_HYPERLINK_CLICKED
        
        Change-Id: Ic9804857df2237507f412bc6e248e5a7e83f8803

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [c25062f4b541eaa384c8a33f9cd0c848da8f6b13]

        sc tiled rendering: Don't adjust the text width according to printer.
        
        When we don't set the 'wysiwyg' text, tiled rendering gets confused, because
        nPrtToScreenFactor is not 1.0, and everything gets horizontally shrunk.
        
        There is still a problem with vertical direction unfortunately - in order to
        have the same height of all the cells, the zooms where it does not fit the
        pixels can lead to an offset there too; but still this commit improves the
        situation a lot already.
        
        Also sort the includes when touching this, otherwise no idea where to add the
        inputopt.hxx :-)
        
        Change-Id: I15bf367af72a898248af81f34dc857ceb66187af

2015-03-16  Jan Holesovsky  <kendy@collabora.com>  [9916032140e5134fea4ad2358c93248b1c923f90]

        sc tiled rendering: RefreshZoom() is called already in SetZoom().
        
        Change-Id: I985275e3a1a944dffebe3987dee748f604e065f9

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4cf34bf205ee1c5048061ca045c894452b40cd4a]

        android: actually use the new toolbar in the application
        
        Change-Id: I221ece32967289104612309faee5d22209a64b25

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bdd8a68c7b1bfd78915d222d113709fd468903ec]

        android: make & build appcompat-v7 library, up target to v21
        
        Previously we included the android support library v4 for some
        GUI elements like GridView. This commit in addition adds the v7
        appcompat library which is needed for the new Lollipop style
        Toolbar and many other new GUI elements.
        
        The appcompat v7 library is not distributed as only a jar file
        but needs to be build (as it includes additional resources) and
        included as a library project. So to do this the content is copied
        from SDK and build with the build system. The files also include
        the v4 so it doesn't need to be copied from SDK anymore.
        
        The target had to be raised to v21 (Lollipop), however the minimum
        SDK version remains unchanged.
        
        Change-Id: I4f1a6ce69e7f6c3f9df784a6835f376a01d4dfdb

2015-03-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [80c90f518c2ef0e4a17af6727d9c22bcf20b3b09]

        android: add graphic selection
        
        Change-Id: I9bf9193a2130316caca83030c4fb5dd588c5c0e0

2015-03-16  Michaël Lefèvre  <lefevre00@yahoo.fr>  [81886532bf6cfce93f3d7fdd73150d9dd1abbcfb]

        CppCheck cleaning : remove unused struct member
        
        Change-Id: I07ebb82b71d6019a35b7cd2757464dab269d2098
        Reviewed-on: https://gerrit.libreoffice.org/14855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-16  Takeshi Abe  <tabe@fixedpoint.jp>  [6492b83c2149419cf2c0012f64d91017f5844f5f]

        use std::unique_ptr for Sm*Dialog
        
        Change-Id: I676ed68108cafe8bb0e67eb208f08a0bc91be5c6
        Reviewed-on: https://gerrit.libreoffice.org/14874
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-16  Stephan Bergmann  <sbergman@redhat.com>  [fc2b4401b758816275e77ab20a10560ce1a615de]

        loplugin:saloverride
        
        Change-Id: I974bf297a5d12098d8553c862725cf1cbd4384ef

2015-03-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [18e557487b2edcd49f012d89f9bcbe8fbcebef2e]

        add test for fixed dispBlanksAs OOXML import
        
        Change-Id: I096e235560c81ef4c55cf14ead3544b977916c20

2015-03-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e6dbd5b03cf923fa505f8313fbae56f2d287be30]

        add tests for autoTitleDel flag default value fixes
        
        Change-Id: I9860142f2da9c19f52f3a8a2be6ec851bdf81b6e

2015-03-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed043994a5e1405350f475add8879ff0715698ed]

        missing space in log message
        
        Change-Id: I464dbf8cf9c65f2dd5e88236be8ddf4c0676bfdd

2015-03-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [708d201884c4940647dc65e43e887803f06dce87]

        handle one more place with MSO 2007 vs OOXML spec for charts
        
        Change-Id: I7dbc3017f2bba7b186174be2e4fd8c9ce7005d34

2015-03-16  László Németh  <laszlo.nemeth@collabora.com>  [e2981019cb7ec3befa79a7544cee3d402f458dbf]

        fdo#52540, fdo#88051: fix Graphite layout
        
        The previous fixes were incomplete solutions (see the new test
        cases of the bug reports).
        
        Change-Id: I928f09d94edf68d268de9046c16582e6f016d561

2015-03-15  Julien Nabet  <serval2412@yahoo.fr>  [e30319e07e1b842dca749894de5b8d2f1bb7c8fd]

        Typo: NotifcationMode->NotificationMode
        
        Change-Id: I73d98b1aa08966e2fb169e8d25fbfbe68762a228

2015-03-15  Julien Nabet  <serval2412@yahoo.fr>  [6baf24c4d253d837c66968cec2eb4885c20900e6]

        Typo: constarined->constrained
        
        Change-Id: I3326843195e6a3b030409ac3b20bbea55e739366

2015-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [9537ddcfc6711d864f442f280f0a82a8ccb00f0a]

        editeng: nAnz -> nCount
        
        Change-Id: Ieda943586c95e3edcd277dfa5e8586cc8c27867a

2015-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a936658e6cd92d8f073227cd5c586bcecc7124e0]

        RTF export: handle \sautoupd
        
        Change-Id: Ifddb3fda827aef0a95649bf074dad7d9cc797edb

2015-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb83e8a5a421f751b06faf991177ad3b2100976c]

        RTF import: handle \sautoupd
        
        Change-Id: I6254401ad8023263b29feb382ddda3637611a813

2015-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c171779cad4bd97942523950331c381100281ec]

        Use comphelper::containerToSequence() instead of manual realloc
        
        Change-Id: I88e8050055e53e0da8ac32e049c5ab793096f687

2015-03-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [de145fb467f2a168261915d63b47d3cd3b03d732]

        WW8: bCharShdTxtCol is always false
        
        Change-Id: Ib62a4f5dcd7e41cd8c8e82f23efebb468e2e7c91

2015-03-14  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [460b17d2712a80331a83329d2951f3e0303835cd]

        Related to tdf#89387 remove unused stuff
        
        Change-Id: I7c8963385874af1233a704faca1f5b173220ba37
        Reviewed-on: https://gerrit.libreoffice.org/14861
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-03-14  Andras Timar  <andras.timar@collabora.com>  [8d6de3c33fd392ae26dde82e729335fbe80cd418]

        Updated core Project: help  72447651c8cff60b354021d0a9da89abc1757ee8

2015-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [bcefd5cda926f86db16b1bcf6838431b5b0d61b5]

        SwWrtShell: rename member variables missing their prefixes
        
        Change-Id: I78ae647cca9167e130592fd11b8dd15c512a2353

2015-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e999832b6b317fba1da3c906167a8d76bbe7fef]

        Use comphelper::containerToSequence()
        
        Change-Id: I0dcc582e9cb2b1021895e7962e1ec96195f1f844

2015-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8bb2a9705be7a362d4efb6e7e52cd9cb0eaf46d]

        tdf#90003 Revert "SwTxtFormatter::NewPortion: fix lost SwFlyPortion"
        
        This reverts commit 25c50ff9fb0f277da9bc164d8244a774ef1ebba4. The
        original commit fixed a corner-case, but also broke a much more frequent
        use case. Revert till we have a better solution for the corner-case.
        
        Conflicts:
        	sw/qa/extras/inc/swmodeltestbase.hxx
        	sw/qa/extras/uiwriter/uiwriter.cxx
        
        Change-Id: I0f90459e9bc372eeba18bf81c5d1dfcccbe21753

2015-03-14  Jean-Pierre Ledure  <jp@ledure.be>  [9107771ab60c67b83b382e80a95e22118a55596f]

        Access2Base - Better window type recognition
        
        Add'l BuiltIn i.o. Builtin (cfr. MSAccess property)
        
        Change-Id: Idb539a8e259f76e96224526fd9e2b7a54effec1d

2015-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f21e8575326430d29bfe3a5c17b923f8f38cc20c]

        DocxSdrExport::Impl::m_pFlyAttrList: use unique_ptr
        
        Change-Id: I3424af5e3c10eef454cb6a17ec6e84113fbe10f4

2015-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [05aa02a85d3f9ab6cd9d217ad2d1bef9ca28fd71]

        Unused includes
        
        Change-Id: Ie273e88bd12321726f1717e4e09b1928fcadb6f9

2015-03-14  Justin Luth  <justin_luth@sil.org>  [2ad285eacda91bb95ec2fbb44ce6fa0b4d50f817]

        tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC.
        
        bugfix tdf#68963 marked all __refheading__ bookmarks at TOC, but
        those crossreferences were deleted if they are not recorded in
        aReferencedTOCBookmarks.  Redesigned the fix to include _Toc in the
        crossreference name that is auto-generated, which is how MSWord
        differentiates the markers.
        
        Updated the test document to include even more combinations of
        cross-references and numbered heading references.
        
        Change-Id: I3d60d2b528ebfa1ffb108bbfc9e7db2c604af49b
        Reviewed-on: https://gerrit.libreoffice.org/14822
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-03-14  Stephan Bergmann  <sbergman@redhat.com>  [7196df7ac616be39689f21d8784fd78030868586]

        tdf#43157: Enable format check in sal_detail_logFormat
        
        Change-Id: I65296dd9b4b13fc1c3a3d8eed738e257b204b691

2015-03-14  Stephan Bergmann  <sbergman@redhat.com>  [36aafefc064cf5d5df51b7ca7bcc7e2256cefd69]

        tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X)
        
        Change-Id: Iab8c97560a9c46638d3943c2e129ddcf2e9db603

2015-03-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0b8439f0595a5b539476fa211efd8e5faca8bf0a]

        tdf#87945 Make “Auto/No Fill” button more obvious by adding an icon to it
        
        I know it needs a better icon. But I needed an empty rectangle, looked at galaxy,
        and picked this one. Feel free to create an improved icon, tailored for this UI
        element, and replace it.
        
        Change-Id: Iab48d0c771816b41df9dea1dc168b7d9593e86f3

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ccc6ec97d85734beb375467fdc570a4db0e2925c]

        SwDepend: naming conventions
        
        Change-Id: I778aaefdcc3ec741065cd1e58265c14a7dae5f97

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e341d3353e30be084da5b1c1758f8de25519159a]

        SwDepend: cosmetics
        
        Change-Id: I6b20b0b3b301811cdd426a26cc40e12498516c2f

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ec458926072457103cc9461cd908b8993d50402]

        inline SwDepends trivials
        
        Change-Id: I6fb306aec5fee5f97a7ef33862f74f6030136fc0

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e755c1d446d719fe796ad7811405b7bf0680a190]

        inline broadcast iterations
        
        Change-Id: If6f83887ad398161d9ccb1e2649ca6cdfd933ca5

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9bfd0481dc7d37da994eb215b238c12f2f68b485]

        simplify SwClientIter iteration
        
        Change-Id: I078fd3808768cd49190984278207045cc73aa8e6

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8152cf6df78c7a7bb632f708311b17a50eb091c8]

        simpilfy SwClient::operator()
        
        Change-Id: I78e9791d99cbc5434606b98b7b0103758e7e3812

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e2a38e6599247b90ed4ff903f8a9cc64b6a3af68]

        inline trivial SwModify functions
        
        Change-Id: I0dda2a53e49073a75b9ce14d7aa4b5088eeb2fd7

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3fc8c700e5964690b637847294a0b38ac4fbbb02]

        inline trivial SwClient functions
        
        Change-Id: I1672844d0ad7f95d5c5add62703729588190d20f

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e07c6a6fea726904b5669baa50fc8ea45b4328f8]

        fix naming conventions while at it
        
        Change-Id: I2d2daa78869764ebf236444187d4dcdc508208be

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c2655a58527ec6b63af7c1191535d06ff71cee0c]

        now inline SwClientIter, its small enough
        
        Change-Id: I2a66c4ee51cd7204300bc7fd9a6fcaf2246bf082

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9378fc5d1fadb10e078bb852144f5cc8b99cc342]

        use sw::Ring<>
        
        Change-Id: I1ad4425f557a52dec4e9b068995585b15f61466f

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5a0d2a4e927ed0c13468febd814cd1d8cfc11112]

        simplify SwClientIter dtor
        
        Change-Id: Ibf41f0c53b0454029601dd1cac479bdd82f50f0c

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5730b4b7b20421ed5fce33365b925d640e8e5f21]

        simplify SwClientIter ctor
        
        Change-Id: I26771fb62cf55e5375ea23b260eb37bdfdade70a

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2559e0112ea4bbb1c5f0c1905a13557f99ffedf5]

        Last() superficial check
        
        Change-Id: Ic0ded0288e322ac99f0500973c304db60e23c9de

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ed02fd49b92d0235e84346dcfbd6850ddbbd0d87]

        GoStart() GoEnd() consistency
        
        Change-Id: I4386c9594db950a40ddbfd25fb5383d7ed4b877b

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b76943b02049b32e25dd82bc93c9d8d143245992]

        simplify SwClient::Previous() more
        
        Change-Id: If0e80981f248a3a388934025a90502290d5f3c47

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [daddc79775960775bdc52d9bbd42e0026ce79aae]

        simplify SwClient::Next() more
        
        Change-Id: I7441c17c506f37d2de3658c083179a652f89fcb6

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d51ba441ee04300c35e7597203b5a327beaf756b]

        simplify SwClient::Last() with Previous()
        
        Change-Id: I2cf788b2a4ff9b4073a15f121b7b76451f6ad825

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1183ef266baea156bade07cc316a4ff27ee1967e]

        simplify SwClient::Previous()
        
        Change-Id: Ic120c440ac88c0599180af5aac56ad6d8c9bd974

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4022e29a1aff7f2c8d3cdea860f3a9ab3aa03a03]

        simplify SwClient::First() with Next()
        
        Change-Id: If66ab27cbfe47f1cbeb0ed6a340459a8911af65a

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [43d870a01d3b0c0fe956114669f6146d2b20447b]

        simplify SwClient::Next()
        
        Change-Id: I543786f6bb325ba531bf8600ca5b9717efd4535c

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9a74f77cb5e275bc7af876538fcf3f1d05f76567]

        simplify SwClient::Last()
        
        Change-Id: I16639d345fef0fa578d30e43d6283e54bbd52b5b

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f811ac1a1940bb58808803d29b77fdc3218568ee]

        simplify SwClient::First()
        
        Change-Id: I6c0f5214bbdc34abb9d94795f4f60b58c178a368

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f4ebba6af836c55fefcec44be590d8411622f7c1]

        simplify SwClient::GoEnd()
        
        Change-Id: I6c2d55c8b748946543ddce72130f900b738418ef

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [81618ec397128e4853c9aa6ce4fcd850ff11e876]

        simplify SwClient::GoStart()
        
        Change-Id: Ic1916f86f1a3797d37a6102aa32ca7d2bd92f78e

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [56a335c259db8aea74452bd7a88ac37c6e5635b4]

        simplify SwClient::operator++()
        
        Change-Id: I17bdfb4cec60a4f9b18b7df3ba4c131771ba0f08

2015-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [23fd991fda81668b3998b21b0131dda77965e405]

        separate the sane from the less sane in SwClient
        
        Change-Id: Ie641019e0de26fc73ffb51b825fef2cc072adc6e

2015-03-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3b4a7845fa72e03ce02e263c3518cbbb6882df75]

        Remove stray separator
        
        Added in 93c4e3c9349a1ea07b822a2824559ad28f4a9a5e, presumably to workaround tdf#86159
        
        Change-Id: Ief8ed1e355c937142b95524310f3e18485ef346d

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [7f3628e54d4470cac6d51659d1b1bec5fb4f4e70]

        sw: prefix members of SwSelPaintRects
        
        Change-Id: I527151198635ced3d1be917bc0396f7f062ed868

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [be500fc6edfcc192ac71f1a4cc2bd7ab33328489]

        sw: prefix members of SwShellCrsr
        
        Change-Id: I0be44b2686bf5f6d54cda4e26a1b61cb0c078656

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [ce0e635a65dd637d96f63931950f7571b051d128]

        sw: prefix members of SwTableCursor
        
        Change-Id: Ib53119f01a97f2fb2e277a0b949465e4de9928b7

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [49fe851cdcd8106bb4c4f1038363bec1f58cb5de]

        sw: prefix members of SwUnoCrsr, SwUnoTableCrsr
        
        Change-Id: Ie0e8041d6d62176e68c953be39e513c862d01c63

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [5f76b2e563bc4d6b82d1241e0a0ab371b968af08]

        sw: prefix members of SwCursor
        
        Change-Id: Ica526f053c5e3870c7496ec0de83dc142ca9b583

2015-03-14  Michael Stahl  <mstahl@redhat.com>  [d19249c66d13c779a4a46f34e1d8094c74bbb20f]

        stoc: must check *both* bDisposed and bInDispose
        
        Implementation::inspect() was crashing with a null reflection_ in
        CppunitTest_libreofficekit_tiledrendering because another thread
        was disposing it.
        
        Actually, why are there 2 bools for this and not one enum with 3 values?
        
        Change-Id: Icd27145d3203e1f48a9841ee6251a50cb73f7988

2015-03-13  Julien Nabet  <serval2412@yahoo.fr>  [fac344f14736929219e2b34fcbee43737fa39d17]

        Typo: taget->target
        
        Change-Id: Id46e36734a3ef6eccfb59d69d87eb48bb86ac2fd

2015-03-13  Julien Nabet  <serval2412@yahoo.fr>  [47fad74112cae23f636828489c318d09e46ba0ce]

        Typo: coumns->columns
        
        Change-Id: Id3d6da491da12f74b00c39ff983f2f9dbc806aa1

2015-03-13  László Németh  <laszlo.nemeth@collabora.com>  [7600a2942ce2b9dac66836105bed6620d55abec2]

        fdo#37156 insert table copy as nested table in non-starting cell position
        
        Inserted table content overwrote full cell content, when it was inserted
        in the middle of a multi-paragraph table cell. Now overwriting
        depends from the cursor position within the cell: if the cursor is not
        at the beginning of the first paragraph of the cell, Writer
        inserts the copied table content as a nested table, instead of
        overwriting the cell (or also the other cells of the destination).
        
        Change-Id: I1f993cfa65cf5936da245b39108162c15b3ff571

2015-03-13  Julien Nabet  <serval2412@yahoo.fr>  [e3a85e449ffc4bf98943279d3ffe3dcda007dc24]

        Typos for description
        
        Change-Id: I1579c4a79f8806d4580b282737e829462361af98

2015-03-13  Julien Nabet  <serval2412@yahoo.fr>  [119d19678ac58cd45d4a606a69d2f392e386d4e3]

        Typo: form the table->from the table
        
        Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4

2015-03-13  Julien Nabet  <serval2412@yahoo.fr>  [84ec8274fa19147d85271c870920d1b189a7bb97]

        Typo: elemet->element
        
        Change-Id: I204c49239faf3574b72530ba1118defb1ae31ff3

2015-03-13  Eike Rathke  <erack@redhat.com>  [1e060e94629aac8b37d59e34159198aa9e8f4b39]

        add items to ScTableRefToken
        
        Change-Id: I23ddec273f7d3df0d5342b73c54ae411b9ef3782

2015-03-13  Eike Rathke  <erack@redhat.com>  [7dcaa806b8583224cb24d4a37ddf855b9c02150d]

        add ScTableRefToken::AddItem()
        
        Change-Id: Iab74e027d9929bc100ad92c2126c17fca1e2e46a

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [d1c9e5ee53f8609092ea026639c8f28afec1d36a]

        tdf#43157: Fix format string violations in OSL_TRACE etc.
        
        ...for a 32-bit build, similar to what ee11e221d2108212619e1bbe7f029e7d9afdba32
        "tdf#43157: Fix format string violations in OSL_TRACE etc." did for a 64-bit
        build
        
        Change-Id: I05dd79ede3e66cb9ab7a33792319eb34b34c82dd

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [8289bc767ecc88cf07da60ab6a8b850f5c2e7eb4]

        loplugin:cstylecast (32-bit)
        
        Change-Id: I747ebddc39d4a0346cf61c3b771ef39b3365d621

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [4a8d478ff217fd1805bb739efdea985f3d947bae]

        loplugin:cstylecast (gcc3_linux_intel)
        
        Change-Id: I89c3c2c63c1c1b7478d94c713341db1cd24f0ab8

2015-03-13  Eike Rathke  <erack@redhat.com>  [e1fee5ae6e762994737ec80d2fb267d8b956339a]

        TableRef: scan whatever (translated) item name up to the next ']' closer
        
        Change-Id: Ifd18e4dd369a0fbe98da7a7b972c012f5269af3e

2015-03-13  Michael Stahl  <mstahl@redhat.com>  [040cf119d184233971b9cbcc9c5478d9089f9157]

        extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be null
        
        The plugin streams are a bit of a disaster area: there are 2 of them
        with a common base class and the PluginInputStream is a UNO service.
        
        The m_pPlugin gets reset in PluginStream::setMode(-1), which is called
        by the plugin itself.  So those PluginStream/PluginInputStream methods
        that are called via UNO (including dtors) need to check that m_pPlugin
        isn't null, but they also lock member access with m_pPlugin's mutex.
        
        Try to ensure that that works by ensuring that the plugin is still alive
        with a WeakReference, *and* checking that m_pPlugin isn't null.
        
        Change-Id: I925b30dd7cad3d3587fcc6b10f888e30d45fc38a

2015-03-13  Michael Stahl  <mstahl@redhat.com>  [077723111292ea615437f3bc2f1e47cf77d7ad42]

        V803 decreased performance postfix increment
        
        These are pretty silly anyway, but apparently it complains even about
        integer variables which make this rather a waste of time.
        
        Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2

2015-03-13  Michaël Lefèvre  <lefevre00@yahoo.fr>  [386a85ed50a3e4832644072950a30304ba6c58a6]

        CppCheck cleaning : avoid static string comparison
        
        Change-Id: I6a7375901fcec63892041aec8cc2d55ce7789724
        Reviewed-on: https://gerrit.libreoffice.org/14848
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-13  Takeshi Abe  <tabe@fixedpoint.jp>  [e59015ef832178451ba2fca2fe7054fcf5090e9a]

        Simplify code constructing uno::Sequence<OUString> by initializer_list
        
        Change-Id: I17ef35da6feda65534bbb7d3cc9346d679613618
        Reviewed-on: https://gerrit.libreoffice.org/14837
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-13  Michaël Lefèvre  <lefevre00@yahoo.fr>  [0845cdbdaedd7f556c471399c3bbc76d5cafffd2]

        CppCheck cleaning : redundant checking of elemet existence
        
        Change-Id: I141b488b0067f8c6eaa54bdc9d42b4a44cfe3907
        Reviewed-on: https://gerrit.libreoffice.org/14849
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [ee11e221d2108212619e1bbe7f029e7d9afdba32]

        tdf#43157: Fix format string violations in OSL_TRACE etc.
        
        ...in preparation of enabling the __attribute__((format(...))) in
        sal_detail_logFormat (include/sal/detail/log.h)
        
        Change-Id: I8a859199fa11ca0f9f4f4b4b23a8ebddec955a86

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [e37388c7de15242b7af0bf9fdc48c6d194d8cd94]

        Remove unused debug code
        
        Change-Id: I40d7e0670539a86f01a539cf8acb10fa7bd27079

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [fd8ee703c8322252ed2a4769efce6bfa067d2652]

        Do not use arbitrary strings as format strings
        
        Change-Id: I4fb4e7e6a5779801e135864781204a54250ce092

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [abbe7d8219b48405f48d7cec22e5c4dcb4515451]

        Presumably this is what was intended
        
        ...in 70af05cf740d3b4639f110489dc0e9e1e7571931 "Convert Calc page header/footer
        content to Widget UI"
        
        Change-Id: I327318b6fc45a2e63c6398d657e766ac9b471324

2015-03-13  Stephan Bergmann  <sbergman@redhat.com>  [1ddd165418d72536e494ce6d2a078ab1ef3b20c9]

        Missing XComponent overrides
        
        Change-Id: Iab882c309e661953f030432670e4e926e1178d1f

2015-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [26b500afcaed704db7a300836f466517c309ee77]

        DocxAttributeOutput::m_pBackgroundAttrList: use unique_ptr
        
        Change-Id: Ide0a7b42fb3f5d679574f9236056ad319972e61f

2015-03-13  Michael Stahl  <mstahl@redhat.com>  [468677c9f5fbdb91f0817674d1c7765e971e4df1]

        connectivity: remove some unnecessary code from MozAB
        
        Change-Id: I843494242ec7ecf6baca0abb61f088ee940b5a52

2015-03-12  Michaël Lefèvre  <lefevre00@yahoo.fr>  [e0d4227d313aa77f11b3ee773859649629a906bb]

        CppCheck cleaning : Redundant checking for element existence
        
        Change-Id: I8f9e3939d97c3b9623c1bd026f3cefd5cf671613
        Reviewed-on: https://gerrit.libreoffice.org/14846
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-12  Michaël Lefèvre  <lefevre00@yahoo.fr>  [aa580276e5415bdf7c5e6eba445f812acd1cbe32]

        CppCheck cleaning : reduce scope
        
        Change-Id: Iefb21089b9b2a088430314b715df39129fc394bd
        Reviewed-on: https://gerrit.libreoffice.org/14845
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-12  Michaël Lefèvre  <lefevre00@yahoo.fr>  [c3cd1005568469dc2514627c76378c2f84da2b0d]

        CppCheck cleanlyness : reduce variable's scope
        
        Change-Id: I5bd18b1a93f7197121eb42f6b82d2d8d87e7671f
        Reviewed-on: https://gerrit.libreoffice.org/14843
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-12  Julien Nabet  <serval2412@yahoo.fr>  [6d15c85759d25807cf88561ac3d05cae5f15a169]

        Typo: subsitute->substitute
        
        Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d

2015-03-12  Julien Nabet  <serval2412@yahoo.fr>  [d6727ae7ffa93dd7624ad98c49720199e6c36b61]

        Typos
        
        Change-Id: I55d7440ba5bee16bbce5930c81c604858131b5c7

2015-03-12  Michael Meeks  <michael.meeks@collabora.com>  [48a6170107f5b8757eb3af6dfef5af77ce28dc8a]

        vcldemo: get the pane layout right.
        
        Change-Id: I0da63fbe6262ed56198f3f049c23637669d554a2

2015-03-12  Eike Rathke  <erack@redhat.com>  [6e690a62e419b2de364bac09d30786b66a98f2f3]

        TableRef: use existing ALL instead of yet another bit
        
        Change-Id: I7f8cdba40d1d455927557c31867b822afb9dff7e

2015-03-12  Eike Rathke  <erack@redhat.com>  [e36c121992819853138bbce13141fcc30e6c643c]

        TableRef: parse away an optional #All in entire table
        
        Change-Id: Ibe7c67b608ab97c83fcac6adf95d67e00a74fd72

2015-03-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [3787547a71a533877be0ec2081d50390769ed97f]

        Another "ancient compiler fix"
        
        AKA fix Ubuntu Precise build...
        
        gcc 4.6 isn't able to copy a non-static reference, so convert the
        reference to a pointer.
        
        Change-Id: I222f32f59d44995eb45ccd6eb2dd5f65103b2ce8

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [20abcfcf3e76892fe1edbf5afcae5024ada738c0]

        sd: PVS-Studio V595 'mpViewShell' pointer could be null
        
        Change-Id: I772aff5997f7630832a07c171cc49ac92908d855

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [259799f750d33321d7da8523c674e3c775f75005]

        sd: PVS-Studio V595 'mpViewShell' pointer could be null
        
        Change-Id: I214fcfa300d2b75568f90fefa0bc752f90bf3a4d

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [26f76420c0bcd002d2bfc17a017d373ea5396a9c]

        sc: PVS-Studio V595 'pCode' pointer could be null
        
        Change-Id: I2400fde32a41395f5c118f80661ae2c2f21df7ad

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [ae09c25c0a94ef87b66117f6b27ee660b0b4d3d1]

        sfx2: PVS-Studio V595 'pLastState' pointer could be null
        
        ... actually not but perhaps removing the pointless duplication helps.
        
        Change-Id: I004fea113674703264d22eb9c7a397916e85a2f6

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [a8b6ffa99d48f12a63ee6259c2ef2836c3fdaba8]

        sfx2: PVS-Studio V595 'pDispatcher' pointer could be null
        
        ... but actually not.
        
        Change-Id: Ia80b416875442dd257ab31f1426b06cc05ffa5c3

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [7a201ad4bc701a0e535b230a1613b76207f5a4ea]

        sfx2: PVS-Studio V595 'm_pResMgr' pointer could be null
        
        Change-Id: I0701631c928f198e4bb0884c78b3586402a6fcd6

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [404e4c37f16d1788a615d58bba9ed3929c1e554f]

        vcl: PVS-Studio V595 'mpImplWin' pointer could be null
        
        ... but actually it's not if mpFloatWin isn't.
        
        Change-Id: If26444e94221efb9921e94496905834b3ace7d28

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [8fc7b35fb6b2782117d045ffc0142eb5a554ca3e]

        vcl: spurious PVS-Studio V595
        
        Change-Id: Ia51995fe16d17d16bfc5ffdcbd1636e5c3f2db7a

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [ad62a2e1bd8644bff714513e7daf018bf755d306]

        package: PVS-Studio V595 'm_pData' pointer could be null
        
        ... so convert the last member of StorInternalData_Impl that needs
        manual cleanup to rtl::Reference
        
        Change-Id: Ie1549c1f52d50dc3c63715176c02821b63c7cab1

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [44177f020961c2dfdd81498881ee042ba1f30967]

        package: convert StorInternalData_Impl member to std::unique_ptr
        
        Change-Id: If523dbd4596f4023bda6509c6dc09b8ab3d74874

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [c3e45f10e003e540710c18967ef9b29210a795e4]

        package: convert OStorage::m_pData to std::unique_ptr
        
        Change-Id: I875432aeb98072882df1f228d9fcf43c6027e8d5

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [e43d5f26de3c5a366bdb3c5ed83d30e725870855]

        package: move WSInternalData_Impl out of header
        
        Change-Id: Ie7c01b37e9a4eb2221d4b40fc6b13672d9b3a684

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [9ad17c2536468b37c04bc7f7b74dd794d1dc38c7]

        package: convert OWriteStream::m_pData to std::unique_ptr
        
        Change-Id: I9e72325679b2758cd4297d2693cf49fd533f8baa

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [2877e5a9c7507acc9282e70323259b5c043dda0c]

        package: PVS-Studio V595 'm_pData' pointer could be null
        
        ... just convert its explicitly deleted member to unique_ptr.
        
        Change-Id: I826257ff512632a2aedd53a7ce5e4bedf49c3cfe

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [cd347b3b34343d696a3c90352ff91eb64a1057b0]

        sw: suppress spurious PVS-Studio V509
        
        Change-Id: If70877bf7d56e3047951a26db8efbfb8e8c22ce3

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [61a1e5934a60586d9385d957c119a1ea5913c0cc]

        dbaccess: PVS-Studio V522 Dereferencing of null pointer 'piTmpConnection'
        
        Change-Id: I30b2a0f2b3bc82b534a3463aa7f842edf194bdf7

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [6c6d9793730b836e761adba1d02694c133047b09]

        extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULT
        
        Change-Id: I3ab73401b29be79ae5457c9f8905ad35e6f0c5fa

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [91c059023f36217761cbdd281ba286d8e63258c9]

        lotuswordpro: PVS-Studio V674 comparing long to double
        
        Not sure if the GetMRest is supposed to be multiplied with something,
        but ~nobody knows or uses that format anyway so just suppress the warning.
        
        Change-Id: I883d090901cf0be0978579ade24beaed6f6ae5c1

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [f1b5381ed70a21a6f460bcd6a8bedad10b9a5a02]

        formula: PVS-Studio V610 Undefined behavior shift negative signed int
        
        Change-Id: If6c054abfab6ba421a6924a65dac76782e6eaa0b

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [2298c1a66380a0c91ea222d01259686641ab4c6c]

        sal: PVS-Studio V611 memory was allocated using 'new T[]' operator
        
        ... but was released using the 'delete' operator
        
        Change-Id: I67a4b9b8c60f7fddaeef4344ba472d331b3ca154

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [61e723e4699e9d545479fb4e6ea04ee28290dfda]

        svx: PVS-Studio V603 The object was created but it is not being used
        
        Seems the values in the default ctor don't matter much, it'll all be
        overwritten by assignment later.
        
        Change-Id: Ie59546176c8bf9eecafd94d417fd8e5da2262a1a

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [279b6e4b75e74c743ca018435c1d7644c71b9e0c]

        sal: add comment re: V718 'CreateThread' should not be called from 'DllMain'
        
        Change-Id: I6e444e6c3dd4f5e158fe9b649b97ccb5ca32c3a7

2015-03-12  Caolán McNamara  <caolanm@redhat.com>  [aa9413d9b44e7d38d13e7bb1605343cb1de367d3]

        make selected gtk3 menu entries visible under default f21 theme
        
        Change-Id: I7c7043dcc085e7cf31a973929c32c2ebada841b5

2015-03-12  David Tardon  <dtardon@redhat.com>  [c11b6b64f63b3c7f8f8bb0f1857a9c7d8748ba9c]

        add accel. to switch monitors to pres. console
        
        Change-Id: I86c458f2c0a1c6a6baa6461a44b68c5f48ea55b0

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8058189b53394fe335735cfd04f822f46b1a35b3]

        vcl: fix Android build
        
        Change-Id: I0fede3d22d278528caa823cf1199401db330778b

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [87a7cecbd3ead5a4979e2a39dcfc648c5981b520]

        native-code: svl_component_getFactory -> ctors
        
        Change-Id: Ibaf6d48ad2593664d81d7557fd470f6cdf1d0a4f

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [02b1274b94430f5d1771122f2bf9f00b2690edb7]

        native-code: sdd_component_getFactory -> ctor
        
        Change-Id: I74dc843b73fac6b4ffe0ece7b9fa7247c06ccfce

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b34172276c5e2f45324978b998e820c341e2417b]

        native-code: scfilt_component_getFactory -> ctors
        
        Change-Id: Ib43ba7f5ccf3c8858dc9cd75bb46cfbefd7bc84a

2015-03-12  Stephan Bergmann  <sbergman@redhat.com>  [a209f24dff825bc2055fead79b7aff1ce3e04070]

        loplugin:stringconcat
        
        Change-Id: Idbc179459e574fa9bf2537cb215a012c105e0913

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [35c7ad165b7746d1fde8bff98285c12d49ea6714]

        native-code: scd_component_getFactory -> ctors
        
        Change-Id: I6d92bb282ed13ce9a9bb14829b04f9ceae41ae61

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [3097587ea7eb4e93b80c96f9f2ae9b6f0d1fb2f7]

        native-code: avmedia_component_getFactory -> ctor
        
        Change-Id: Iede89154d0422425c392b03932b46ac88a5ccb35

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [657b42d7ebc9cf73a47aa9c9200706ee164a679c]

        native-code: animcore_component_getFactory -> ctors
        
        Change-Id: Ife39c5114f946244691c72c9defa8854fdf8a1b6

2015-03-12  Michael Meeks  <michael.meeks@collabora.com>  [230a02dbb5b83ff4af1a31489e340f1fabb46096]

        vcl: parallelize image scaling.
        
        (cherry picked from commit ffdf0ed4cd76188e780eceee4333f90a00217f9d)
        
        Change-Id: Ia452487c0c8c66a35c4b9fba225348bdef1a27f7

2015-03-12  Christoph Lutz  <christoph.lutz_ml@cib.de>  [86a547e33bab2a89513385c5af535a6099526616]

        Don't store temporary mail merge file if mail merge job was cancelled
        
        If a mail merge "to single file" is canceled, the temporary file was still saved.
        This needed a lot of time for large mail merge results (>20s) which is not needed,
        wanted and inteded. We want mail merge to return asap.
        
        Change-Id: I74e9048c7eb483766e7e677dd21167b7d844a518
        Reviewed-on: https://gerrit.libreoffice.org/14811
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-03-12  Caolán McNamara  <caolanm@redhat.com>  [da8bbcbc9124ac56b612ddc78a2bc9e257dff6ee]

        presumably this has to be 1 not 0
        
        Change-Id: Iee1e356c6b9e1d7df382b9693c72bd1834034dbd

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [7d6ce7bad60fe939950655281c117f2329c60dec]

        sw: PVS-Studio V616 'WW8_TOP' named constant with the value of 0
        
        ... is used in the bitwise operation
        
        (regression from de0866b507e259f1726d1015293aad8fcadd763a)
        
        Change-Id: Id2377543df7bce31aadf8ad536ef96bcf818963f
        Reviewed-on: https://gerrit.libreoffice.org/14838
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [fe3feff8bb72fafd721ede0be5cb3d0f98a76bd5]

        cli_ure: PVS-Studio V618 non-const format string
        
        Change-Id: I54834111ce8aac91f2a6605473bef5eeaa4fb171

2015-03-12  Michael Stahl  <mstahl@redhat.com>  [1a8b6b3f1dcb73c31e28f47e1d06eda1ef6e0ced]

        odk: PVS-Studio V618 non-const format string
        
        Change-Id: I38c5abfc503fae11e6cb7233f4163b41ed6c699e

2015-03-12  Stephan Bergmann  <sbergman@redhat.com>  [2358dfc60274fdc928ec614a893344608b8f3c52]

        Clean up previous commit
        
        ...and add missing XServiceInfo implementations
        
        Change-Id: I719cd10b6202d94e751805e1b838eb3f193e24d1

2015-03-12  Chris Sherlock  <chris.sherlock@collabora.com>  [6f7b0a1fad61e14ac82d14fad2280344169c51ad]

        scripting: use constructor syntax in vbaevents.component
        
        Change-Id: Ie27ec9ca92137e9f8666d2080fd1bc028417e337
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-12  Caolán McNamara  <caolanm@redhat.com>  [73c347efb30c87b9480699f6cbbbaf5c896c4a22]

        gtk3 is sendine me duplicate mouse downs/ups unless I return true
        
        with gtk3-3.14.9, while gtk3-3.10.9 doesn't
        
        Change-Id: I3b383ae2123137b3376e97415de33f7a71eeaa57

2015-03-12  Stephan Bergmann  <sbergman@redhat.com>  [1c363fadccb5b0df92ecf0fa304e547092cba88d]

        Clean up previous commit
        
        Change-Id: I76dbe81308a9a12a04d77a794bb1d11bfb2d5125

2015-03-12  Chris Sherlock  <chris.sherlock@collabora.com>  [b47901e5831e480caacab837b1c8a999ae515c02]

        sw: further components converted to constructor method
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with fixes for:
        * copy missing parts from SwXAutoTextContainer_createInstance to
          SwXAutoTextContainer_get_implementation
        * include (dummy) SwXMailMerge_get_implementation if
          !HAVE_FEATURE_DBCONNECTIVITY
        
        Change-Id: I36f5b5cad42bda55139bdf96d9a0621dc5ec2419

2015-03-12  Tor Lillqvist  <tml@collabora.com>  [f71acd40e351517c64ff19a47e8422dedfd49cf9]

        Follow-up to c4cfb4f4da3cdd318d52d6fca9f7d99c005e2bfe
        
        To avoid losing functionality (components missing at run-time), we need to add
        the corrsponding new-style functions instead of the old-style one that was
        removed. In this case it was just one.
        
        (In those cases where one old-style is replaces with several new-style ones,
        ideally one can then avoid some of the replacements in the iOS and Android
        case, and save on code size.)
        
        Change-Id: I6d4a90e84600debdf62b47408264c439a6f0e312

2015-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2f99275eb391c7e2aa72b51e68db9f0e4d8e96c]

        DocxAttributeOutput::m_pColorAttrList: use shared_ptr
        
        Change-Id: I48083b6f984ade7ad574e1f51922e249fd08a96c

2015-03-12  Tor Lillqvist  <tml@collabora.com>  [c4cfb4f4da3cdd318d52d6fca9f7d99c005e2bfe]

        Fix iOS build: There is no canvasfactory_component_getFactory any more
        
        Change-Id: Idcdebf7ae7f38a11672eae441af981d385b392c0

2015-03-12  Stephan Bergmann  <sbergman@redhat.com>  [c1e4a1d3474ec41a9d11a56de7baca6ac344606e]

        Clean up previous commit
        
        Change-Id: I94a0aeac85918f2eb91421e46e75283f839e7425

2015-03-12  Chris Sherlock  <chris.sherlock@collabora.com>  [4dafecfe4a72204dd994a3f66c5d886ffcfc965a]

        sd: convert sd.component to constructor usage
        
        Change-Id: I844a7387253960059855346faa62c4ae51b97b18
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-12  Eike Rathke  <erack@redhat.com>  [1714dd654ee04918c0814fd09cd8522493d804b4]

        TableRef: parse item specifiers
        
        Change-Id: If1419844544be08fa14b6c78c755abba35fff353

2015-03-12  Eike Rathke  <erack@redhat.com>  [dbbe0f81e23cfd8139fad1ab94f2817d3bab02e6]

        speed-up shortcut for non-alnum one character operators and separators
        
        Change-Id: I57281f8e98a7427a562ede1d2dcd9ed4624f33e1

2015-03-12  Eike Rathke  <erack@redhat.com>  [c6312364b60f65d63b9f99fcbe20c159a486aadb]

        init and compare opcode hashmap with uppercase symbols
        
        This is necessary now there are TableRef items like #All that need to be
        matched case insensitive but displayed preserving the case as coded /
        translated.
        
        As a side effect, OOXML functions with _xlfn. prefix are now matched in
        case that prefix was uppercase.
        
        Change-Id: Ie14700d13c40c3e39e6d6aff560bcdfe23707196

2015-03-12  Deena Francis  <deena.francis@gmail.com>  [7b355da6853af6678c4ba22710d157cf8a6d43eb]

        Enhancement tdf#87972 :  Cannot repeat items labels on a pivot table
        
        Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a
        Reviewed-on: https://gerrit.libreoffice.org/14504
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-03-12  Tor Lillqvist  <tml@collabora.com>  [33434f47ac44f5cb4612a11b1c28c4582976cb25]

        Fix crash when timestamping PDF signature
        
        Using the NSS API for CMS and ASN.1-based stuff in general correctly is
        extremely hard. It is very easy to do things slightly wrong. Of course no
        compiler warnings are produced. You just get code that happens to work by
        accident when compiled with one compiler, but not another, or depending on
        contents of uninitialised memory, or the phase of the moon.
        
        The problem was that the "values" field of a NSSCMSAttribute struct apparently
        is supposed to point to *two* SECItem pointers, one pointing to the actual
        value, and a NULL one.
        
        Anyway, now valgrind finally does not complain about any use of uninitialised
        memory.
        
        Most likely my earlier recent commits to this file were not necessary after
        all. They just seemed to help by accident, at least at one stage. But
        whatever...
        
        Change-Id: Ic98401b5d151bbb2398f809f47699f670e9720fa

2015-03-12  Tor Lillqvist  <tml@collabora.com>  [20e5de21225bfd2b55fcff6afcc235b035b38134]

        Don't bother with macros that are dummy on Unix in Unix-only code
        
        In NSS's <secasn1t.h>, for non-Windows:
        
         #define SEC_ASN1_SUB(x)        x
         #define SEC_ASN1_XTRN          0
         #define SEC_ASN1_MKSUB(x)
        
        Change-Id: Ie42d881cebffdd060309d6a15d8d9c319c260699

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [888c28dd07ad97454231e0ff7e976f311b39e40c]

        Clean up previous commit
        
        Change-Id: I6ecc801d19c54ff93559bff627b99c656e71a6e4

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [0214898aa695bc17a40007e82dad3542d855ea70]

        svl: use constructor syntax in svl.component
        
        Change-Id: I2cb78695ede4017dfc4594175268e3d3c7eb4eca
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [6661f6fee34d3c24bb9a054d5c24566c311e4a09]

        Clean up previous commit
        
        Change-Id: I380e9b9bce052e6575a77ccec2676e828683565a

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [53ca3f6f9e006b6cc584be17fe8971ffa67f5721]

        sd: use constructor syntax for sdd.component
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>,
        with small fix to com_sun_star_comp_draw_FormatDetector_get_implementation
        signature
        
        Change-Id: Idf42503710f2ac536c620c80f8b5e21c3704389d

2015-03-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6c6caf02aebb5637f98cb153bc96abab23ccdfce]

        better way to check for empty strings
        
        Change-Id: Ib52b3f958e9e346194d4427bf59c6f62ee8ed105
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [00d7d6db0219c28dbc30e3e0175721c2f6161da9]

        add EBD-36335 and EBD-36334 tests
        
        Change-Id: I7c70b0b95dc921b5fa535a090843cd1679bd683f

2015-03-11  Takeshi Abe  <tabe@fixedpoint.jp>  [f16f322ce4cbdfbd01b74eea8f68038fe0cb457f]

        Adapt std::unique_ptr to SmMathConfig
        
        Change-Id: I89c03719c1727aa70d187fcb6ba4630694549301
        Reviewed-on: https://gerrit.libreoffice.org/14833
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-11  Eike Rathke  <erack@redhat.com>  [7867b976e8cb68a30df3cc825ccaa021269e219a]

        TableRef: add item specifiers and opcodes
        
        Change-Id: I043db29e3e1023566682b1df63a1d663dd432fee

2015-03-11  Eike Rathke  <erack@redhat.com>  [53488caa1ea0c67c8da2bc8f887cf9c8acfbd9cf]

        TableRef: possible item combinations
        
        Change-Id: Id02fb58bbb9419d7c70d8265cb990ffc8ebc68ec

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [d7b48d03b6b08c3a324a44513b622146263c725a]

        Clean up previous commit
        
        Change-Id: I0e0351177fa72b7aeff7e2d61122f4590e8e6311

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [84206b23bd2bf5abfe4d6653866a1f0a2c03cb8e]

        avmedia: use constructor syntax for avmedia.component
        
        Change-Id: Ia4572e10fb97a5e88f08341d8a1c8af87e68904c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [4c11ac451a00e552899429253652a6423829573b]

        flush surface for all backends
        
        Change-Id: Ifa6f7f9a816096bfe9f44baca17b34e54b83a5c6

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [6d97df009dc9cf733781643b00911e5324e1a6f5]

        Clean up previous commit
        
        ...and fix AnimationNode::getSupportedServiceNames
        
        Change-Id: I199bc5a58174873794f082b149352359918bfc6b

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [063fea93d6919cf701ca1efa4f9cd5f73a0851d7]

        animations: convert animcore.component to constructor usage
        
        Change-Id: Ia623a19457000fe717e29d6b0e73f53b978f7de8
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [7cfa311d55f50c0e42067efd6fda29597d2e1522]

        presumably this Commit->ImplCommit is the right build fix
        
        Change-Id: Ica4ccac97c077dd3046e42650889ba538814bf9b

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [6617505ee19cd0fa1f19815f5a736755e488beae]

        V512: we want the number of wide-chars here, not the number of bytes
        
        Change-Id: I121cdfd586562b9ce298448f51d0b2e3b2a52c39

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [fa8543c558d6402077b9f85ab60c6961e5d6949f]

        sw: MacOSX has CUPS but no psp::PrinterInfoManager
        
        ... so disable the we-can-queue-jobs-better-than-cups code on Mac.
        
        Change-Id: If91eb96c5d7bd27fe162bd233ee958e581de23fc

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

        AllocateFrame only needed for gtk3 path
        
        Change-Id: I118f640e770491448b16f1a9387ffe6df5063cd9

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

        drop -1 +2 hack unless someone can show a need for it again
        
        Change-Id: Ib6ac83dfe9e187cdbb40ebb539552b4cef824e48

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [082f7a97f40f1ebacf64b7a1b9fdee2bbde60a07]

        debug helpers
        
        Change-Id: I75e697a1500cd51ba714d16e3a5f131d922e2906

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [21e2dee9029c2a6cb240991ecf07de4ef87653f9]

        just trust cairo's clipping instead, simples
        
        Change-Id: I44f574b80cee006f7463b5488c5ddb9210f67db5

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

        gtk3 fix mem leak
        
        Change-Id: I2f751dbbe088531c6b560be57668d5b929ac20df

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

        make gtk3 performance usable
        
        only render into the backbuffer once, don't re-render on "draw".
        
        In order that make that possible the back-buffer has to be refilled
        on resize events and a whole pile of things had to be fixed in the
        underlying svp backend.
        
        now it scrolls like the wind, well comparitively anyway, and while
        you probably wouldn't want to use it yet, you could in a pinch
        
        Change-Id: I8938fa099e5594fd44c32baaad9043946280212c

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

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I20827fc39d49f4dc77b399abb1e0127aac9330db

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [3318400ad44a076fcadfd372f1e6c7613769f6be]

        fix indent
        
        Change-Id: I708c306afab92ff574d671d3580088ea1caf5606

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [3fde719130781fc509241a66d08a8f57ba95354f]

        the clipping must be against the original device
        
        seeing as the clipping replaces the old clipping and doesn't
        further subset the clipping
        
        and presumably, the same must be true for "unclipping"
        the device
        
        This nearly killed me to debug and is a crucial bit to make the gtk3 thing work
        right.
        
        Change-Id: I21629ef7c8a19b720d05d4e4938f40d4776bee76

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [465359c35fcd8c30a2bedd3d0beb07c0c1c36cba]

        do not call virtual Commit() from dtors of utl::ConfigItem subclasses
        
        ~SvtAppFilterOptions_Impl() demonstrates that this is a bad idea, by not
        invoking its subclasses' ImplCommit() but its own.
        
        Change-Id: Ic675e9cd3be1494c740a4f289be3bdbf0d1a122b

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [a7b9167235d38130aab1af4bed66b6c48d375fc9]

        framework: reindent that too
        
        Change-Id: I963482b0ef1ae726b4f0c45e57ee9a20d44a3ff1

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [152a040392e67c68d9addc94e67e9479f71b1853]

        sw: reindent modcfg.hxx
        
        Change-Id: I05bc28547700f5ff5473490200348148f98222aa

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [dd5a1ca5e476fc9f24936cc227c83a9d1aeab056]

        sw: reindent usrpref.hxx
        
        Change-Id: Id946fde82a294de3476fced34520a34c5a79a8ee

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [765f6211b1371c1e40de386e715de6b3d1a8df86]

        utl::ConfigItem::Commit() should call ClearModified()
        
        Rename the virtual function, and add a new non-virtual Commit() to do
        that.
        
        Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [0bd20a26686d01efea4c64c1f4aac53ae1c142aa]

        dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'
        
        Change-Id: Ic89a0437062886f37987a9411d32632413085284

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [9c89ce00d79c107bd704fc83b5061bd8a9f54913]

        Clean up previous commit
        
        Change-Id: Icd4703c1541fa82bbe76f44369434a12cb397a19

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [ccd627d5105fc5157d4c65ab8abb903df01e5485]

        canvas: use constructor syntax in canvas.component
        
        Change-Id: I983307f7eeb5702c51ca2398e69c9c560c6e2435
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5c93cccaebf92b7f99e174552a7c84a5c652690]

        SwDBManager::MergeMailFiles: merge two bCreateSingleFile blocks
        
        Change-Id: Ia4290a8bfafc88c8e8e7601d62781c0da250824e

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [138d29aa09417eba4d15ade4c9f4dab2620b6326]

        support fast MM printing in non-single-file mode only for CUPS
        
        As said in the comment, the non-single-file mode could create way too many print
        jobs, so enable this only for the CUPS backend, which has been modified
        to send them as a single batch.
        
        Conflicts:
        	configure.ac
        	include/vcl/printerinfomanager.hxx
        	sw/source/uibase/dbui/dbmgr.cxx
        	vcl/inc/cupsmgr.hxx
        	vcl/unx/generic/printer/cupsmgr.cxx
        	vcl/unx/generic/printer/printerinfomanager.cxx
        
        Change-Id: I4c02ca0e8b91323b1d02f004c7b4813433064a11

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [e0ad036eed6b151ea81311fcf9ba46f1726b103c]

        mailmerge doesn't need to use the singlefile technique for printing
        
        It should be sufficient for every record to just update the fields and print
        the document. The printing code apparently rather expects to do the printing
        in one go, so split the functions up there.
        
        Conflicts:
        	include/sfx2/viewsh.hxx
        	include/vcl/print.hxx
        	sfx2/source/view/viewprn.cxx
        	sw/source/uibase/dbui/dbmgr.cxx
        	sw/source/uibase/uno/unomailmerge.cxx
        	vcl/source/gdi/print3.cxx
        
        Change-Id: I4d17c703b3220f47609fc4b054ce048b299a0c92

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [1ef9952e804da953706cc514564db92a4a4a07b5]

        do not needlessly make overriden functions more private
        
        These are public in the base class.
        
        Conflicts:
        	sw/source/uibase/inc/view.hxx
        
        Change-Id: I839ffe56a835f99c2812cffb60804b74aaa9c5ac

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [356d93766e27337a5463e793ceeb9da757a3a37f]

        avoid creating temporary document copies in non-singlefile MM mode
        
        The singlefile mode needs a new copy for every record, because it modifies
        it (such as changing fields to text), but the non-singlefile mode does not
        need all that relatively expensive work, because it just updates the fields
        and nothing else.
        
        Conflicts:
        	sw/source/uibase/dbui/dbmgr.cxx
        
        Change-Id: If02cf8aca1d0f050ffb63cd85d5a9455afc5a6ea

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [d753dde3a701eba0fdfadb393c6380389246f0eb]

        do not create temp file(s) during MM if not needed
        
        Conflicts:
        	sw/source/uibase/dbui/dbmgr.cxx
        
        Change-Id: I1360e215bff42dd866ab1d94a18a8f2f9ddc7c66

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [b2f5850ba2a51635290fd74ed5b4ed2607530d42]

        Clean up previous commit
        
        Change-Id: Ibb7d689bd175959a195d27130db1a29d30f423bf

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [4653708b7161f0005e951e818756d804d9e44a34]

        sc: use constructor syntax in scd.component
        
        Change-Id: I997701eb56ca13ff0806f7284e1634c755f06fd5
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [58a48aceb289d4d9ccef4f8652d2a41a567e23e9]

        V595: pointer was utilized before it was verified against nullptr
        
        Change-Id: I271e045ed2f80e648d620f26cd60215f7f806bd1

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

        consistently check here
        
        Change-Id: I38f0e3d606d80b717b27a105ebe72b96f3eba50b

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [5448d8ed38c0e13b6df83294689bcabe9f4dcb20]

        surely this check should preceed deref of pActiveViewSh
        
        Change-Id: Iaed1dafbae75fa61b15349aedda50a7b2d895719

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [252a73ff22a68909b641efb7e8cf833d7f62f8fc]

        redundant check
        
        Change-Id: Id6b72a1a3133e47a07ee274f4082dde0e7032894

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [3aebfbc2996beb171aa3badc1e757ddb0514de45]

        leak on short read
        
        Change-Id: I5da7ec2992f9f0b20aa075ee33d0b882cdf91901

2015-03-11  Eike Rathke  <erack@redhat.com>  [a4d67c9c9c2672ca6d2405075790e0891930b2e0]

        TableRef: need to distinguish between entire table and All specified
        
        Change-Id: I507b6dfc0ce1a7b0f28142b05e15834ad6e6ac80

2015-03-11  Eike Rathke  <erack@redhat.com>  [519d2f6e5e820229d3548a33313ba15155121537]

        add TableRef stack
        
        Change-Id: If781e6ab13eb5ad175352e330379776d6ca4fcd8

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [6242ea42a417cf7791c6c731cb6f1d87d21c0610]

        Clean up previous commit
        
        Change-Id: Ie64d47123200c23a1aa2c0a81135b265d09c0f63

2015-03-11  Chris Sherlock  <chris.sherlock@collabora.com>  [7fab8924d53001e43f9a4656ee79134f398a2016]

        sc: use constructor syntax in scfilt.component
        
        Change-Id: I673c8daabb6438f833571b0c70df1e73e6b8d273
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-11  Michael Meeks  <michael.meeks@collabora.com>  [50d961ebf107bfd3e3a557c4da75bfec2a463408]

        vcl timers: avoid crash initializing too early.
        
        We need the default instance created first.
        
        Change-Id: I95f51e9ec5d9827f2b1b53bcadb1f43c9e637edd

2015-03-11  Michael Meeks  <michael.meeks@collabora.com>  [22cd725fd66f8299f23367a2eac7aaa403ed74aa]

        vcl timers: avoid crash with vcldemo.
        
        The system timer needs earlier and/or more consistent initialization.
        
        Change-Id: I148d98537cc055a091181bd36a654ae35f665aaf

2015-03-11  Eike Rathke  <erack@redhat.com>  [4e4d38faa41fb725bdff8bf4079418b5f1238d80]

        correct b0rken logic that accidentally worked nevertheless
        
        ... because sFormula1 in such cases usually (?) is not empty.
        
        Change-Id: Idc0b71e258018b4728e3d7e7f8942e0c09b22e5c

2015-03-11  Noel Grandin  <noel@peralex.com>  [d8a17866d65dee0c003dd4cda52ebac4c6eb033c]

        fix build after my hasty commit
        
        10a1b861853bc7c53d03d372f913134f9a9065ad
        "convert MarkType to enum class"
        
        Change-Id: Iad1c294c4836ededea23c5edcb67dea54dd5357a

2015-03-11  Tor Lillqvist  <tml@collabora.com>  [90a684b32b93988e890d854deff384addd875de9]

        Move more variables out of the timestamping block
        
        One or more pointers into them apparently gets stored into the NSSCMSMessage
        data structures during the my_NSS_CMSSignerInfo_AddUnauthAttr() call, and thus
        when the variables go out of scope said data can and will be reused for some
        arbitrary other thing, and those pointers in the NSSCMSMessage will point to
        bogus data.
        
        Avoids a crash when compiled with gcc. (No crash when compiled with Clang, it
        apparently allocates nested block stack variables differently.)
        
        (The Windows MSVC build uses a different code path entirely here.)
        
        Change-Id: Ic941d766904a216cce86ee6bd38864801b9110e8

2015-03-11  Noel Grandin  <noel@peralex.com>  [89245da9f49140427a2582e3af03a5cda05c0f95]

        fix windows build
        
        after my commit 5eea85ec4fa7c458785be749a0e370a0883ff693
        "convert SwMoveFlags and SwInsertFlags from enum to enum class"
        
        Change-Id: If5af977fdd77b82de447b71e166d81fca5840395

2015-03-11  Noel Grandin  <noel@peralex.com>  [10a1b861853bc7c53d03d372f913134f9a9065ad]

        convert MarkType to enum class
        
        Change-Id: I73c23d327104b377834013a0a6bd2de18de2900b

2015-03-11  Luboš Luňák  <l.lunak@collabora.com>  [67ff4ba5294352b7ed948b196551dea331ee0877]

        dump ugly hack working around an ancient libxcb bug (tdf#89141)
        
        According to the X protocol log in the bugreport, this timed function
        sometimes does time out, in which case the timestamp becomes 0, which
        as user timestamp is interpreted by window managers as "do not focus",
        which is indeed stupid to ask for just because a call timed out.
        Especially given that this is broken in principle, as the event is
        bound to come (barring the more than 5 years old libxcb bug, which
        must have been such a lame bug that it probably shouldn't even have
        been worked around, and definitely not unconditionally and permanently).
        
        Change-Id: I4d122ea038c0c56b1fda590df13bf119d746fd0a

2015-03-11  Caolán McNamara  <caolanm@redhat.com>  [556373c41fddbac6cbee1c89e7707631270a1852]

        V668 no sense in testing the result of new against null
        
        Change-Id: I4a33bd92fc8448638a4bfe1eab7e5041a4c5cc39

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [62b124b2704adf11a63681164d05a8eb49dfb105]

        Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptr
        
        The problem being that any lib later loaded via osl_loadModule (e.g.,
        libgcc3_uno.so) would not bind to the same global (RTTI-related) symbols as
        libsofficeapp.so and its dependencies (so, e.g., -fsanitize=function would
        erroneously assume that bridges/source/cpp_uno/shared/component.cxx's
        uno_initEnvironment is called with a different, non-matching uno_Environment
        type).
        
        Change-Id: I08b0cbc1f9eb74641eb617c46587a0a528a56c31

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [b162753eadd963fdbad691e30005182e2d9d538a]

        Use osl/thread.h abstraction
        
        ...which already takes care of things like increasing stack size under ASan
        
        Change-Id: I89f9a25a660aacd41e1125766b23f7be395e7af8

2015-03-11  Stephan Bergmann  <sbergman@redhat.com>  [5035225803b6d0fba4b36321f1c18db0fbb31f19]

        Fix copy/paste error
        
        Change-Id: I3fd9d6447adfa365a823ca6e87f0939670bcb39b

2015-03-11  Noel Grandin  <noel@peralex.com>  [3146851b6984dff768a88770785c5573ec7f6bbb]

        convert CHILD_ constants to enum class
        
        Change-Id: I1aca134fcc0384df4797cacafa9fbc1ed88d6617

2015-03-11  Noel Grandin  <noel@peralex.com>  [fc4b79f76cf030015c5fdc9609afc0482223d198]

        convert tExternalDataType to enum class
        
        Change-Id: I3cf5670e8cc616e4284c5f4865d244ee4db2c628

2015-03-11  Noel Grandin  <noel@peralex.com>  [9853d0fa7ae50da40d384945afc8871b80194493]

        convert SfxDockingConfig to enum class
        
        Change-Id: I2cfc9f2f165f970daa2dc42ec4d733dde968b55a

2015-03-11  Noel Grandin  <noel@peralex.com>  [a4f4a8cb00d8b5f7cadef02afa9025e823384860]

        convert SfxChildIdentifier to enum class
        
        Change-Id: I7fb7b76d0642653efb9f3cfe2b55e3a7c5972c5e

2015-03-11  Noel Grandin  <noel@peralex.com>  [5eea85ec4fa7c458785be749a0e370a0883ff693]

        convert SwMoveFlags and SwInsertFlags from enum to enum class
        
        Change-Id: I067656a47845c5d3fa143ce400b4ef0f8bf9ac5f

2015-03-11  Noel Grandin  <noel@peralex.com>  [68c87b46fd26291463989d5bf751bc4cecf09b28]

        convert SetAttrMode to enum class
        
        Change-Id: If7dd0c49480756afb7d4eaaba597ecc305c35f64

2015-03-11  Noel Grandin  <noel@peralex.com>  [82c37453482e6b8bd6ab7b7e96b1257a1d5b0699]

        SfxItemHandle is only used in one place, so inline it
        
        Change-Id: Ie54e0699312b6c072d2b162a068cffdf960be4d0

2015-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d26052bdb267f042256c3fac34ebf4697dbc3ceb]

        DocxAttribouteOutput::m_pHyperlinkAttrList: use unique_ptr
        
        Change-Id: I7da23e7b7d35f2cf46c7dfbc8f251da2205925bb

2015-03-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8e8a97feebd357687927f62b12c89f18c65382a0]

        const_cast -> mutable
        
        Change-Id: Idedcb4a9add451fbdf39cad1429669a12b8c11b9

2015-03-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b5aa8604ec39f7f8d573fe2dde94b7c7e70d93b8]

        Make "Embedded Objects" frame expendable to fill space better
        
        Change-Id: I9b9335464c774bca13013576583877895d673592

2015-03-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d4a1e2a491cb50c8fee072458aa2c676c2f1a0fd]

        Avoid casting SvxBrushItem:nShadingValue
        
        Change-Id: Ida97950286bc69154d10cbc9b5ac699e7ad608ad

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

        V668 no sense in testing the result of new against null
        
        Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218

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

        slightly odd stuff here
        
        Change-Id: I715d49722ebe4658c108cb9b7bd6fa3934d973f8

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [d1698027e9f1c4a88b17da7357f257be3cfb7c1a]

        tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect options
        
        Since commit 5bff4b016c4b44f4123e0e6a4fd4c0c4dc0cfa2d the
        SvxAutoCorrCfg::pAutoCorrect is cleared by one terminate() listener but
        then another terminate() listener calls Commit() on all modified
        utl::ConfigItem and these two have a Commit() that does not clear the
        modified flag so they are always modified.
        
        Sadly there's no non-virtual Commit() wrapper that
        calls ClearModified() on the base class...
        
        Change-Id: I9ae220d78bb109c7bf0fdc544754a0686b357115

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [9aae521b451269007f03527c83645b8b935eb419]

        i18npool: fix spurious regex ^ matching in TextSearch::searchForward()
        
        Thanks to Eike for finding this:
        
        The anchors ^ and $ now anchor at the selection boundary because the
        only text the regex matcher gets passed is the selected text. This in
        two paragraphs
        
         aaa bbb aaa bbb
         aaa bbb aaa bbb
        
        when the selection spans from the second aaa to the third bbb, for
        "^aaa" finds the second aaa, where previously it found the third aaa at
        the real paragraph start.
        
        This may not be expected by the user, because the behavior of ^ is
        described as "Match at the beginning of a line" (or paragraph in our
        case), which the previous implementation did.
        
        (regression from 806ced87cfe3da72df0d8e4faf5b82535fc7d1b7)
        
        Unfortunately it's not obvious how to implement the same in
        searchBackward().
        
        Change-Id: I07f7a8476b672d9511fa74ca473c32eea427698f

2015-03-11  Michael Stahl  <mstahl@redhat.com>  [df1c65b8fa8f7bb13618226745eaff7a8eeffd14]

        sw: s/eEnde/eEnd/
        
        Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876

2015-03-10  Eike Rathke  <erack@redhat.com>  [a408811fb5519d55c0fcf943bfc08325682e0399]

        virtual ScTableRefToken::SetIndex(); of course..
        
        Change-Id: I4a43ea664e9db2bb44e0e7f089a71abf6f572b1e

2015-03-10  Eike Rathke  <erack@redhat.com>  [71b630e5b683b3761af9d6bdce56f13f20da84c1]

        replace an OSL_ENSURE() with assert(), tdf#89319 related
        
        Commit 8e2293e06adba3f22e824acad99983fb5b997e4d changed
        STREAM_SEEK_TO_END logic, ensure that in a dbgutil build we catch
        unnoticed corner cases with assert() instead of just another fly-by
        warning.
        
        Change-Id: If6c4fb4d2467f7dc7b8177caf7353d0b0e56ed0d

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [b7e1bfefeef372834d4b335820d654e0557c6834]

        Fix CppunitTest_libreofficekit_tiledrendering dependencies
        
        Remove the unnecessary ones, but make sure that e.g. the sofficeapp library is
        built (which was not covered by depending on services.rdb).
        
        Change-Id: I1adfa4aaaf60787c944d71cc289cdafba8351c1b

2015-03-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5d970faf2e5444c35e9c614eb55d621b02b0289e]

        libGLU actually is not required anymore for master
        
        Change-Id: I543a561fc7fa1213c8e319f227b761f6328a6eaa

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

        V668 no sense in testing the result of new against null
        
        Change-Id: I1cff71d15f4d1b5ee47cc734b3fc2168d7f99201

2015-03-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [441523b0df8983fb34409a5f4e25dde571be1af7]

        tdf#53861 - add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirements
        
        only used for upstream packages/when epm is used (any auto-dependency
        creation is disabled for those). Add two that might be missing in
        barebone installations
        
        Change-Id: I97c3af8cc8622c63ac831701e509097711822098

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f75aafb3a2ec7a53b1797db41b497e97558730f2]

        Avoid undef use of null ptr, use offsetof instead
        
        Change-Id: I47b1d8e7b119e50406b50f580ee06f9f1b5f8401

2015-03-10  Takeshi Abe  <tabe@fixedpoint.jp>  [9de93c8e06da3f79929ac208b666fb562b48bd49]

        Spare extra call stack
        
        This also drops an unnecessary lock.
        
        Change-Id: Ia5eb459adf3cb585aa2484866670949120315780
        Reviewed-on: https://gerrit.libreoffice.org/14765
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-03-10  Tor Lillqvist  <tml@collabora.com>  [07ca1c58d779f4daa4c84895d914780a1c814944]

        Fix signature overflow check in the NSS case
        
        We didn't actually check this correctly at all, but gladly overwrote the
        allocated part of the output PDF, thus obviously rendering it invalid.
        
        The parameter passed to PORT_NewArea is a default chunk size, not a maximum
        anything, so it was misleading, even if not wrong as such, to pass
        MAX_SIGNATURE_CONTENT_LENGTH to it. Use 10000 instead.
        
        No need to do the overflow check twice in the Win32 case.
        
        Change-Id: Ifa796dbb74b32e857f7184c1e8ada97ba124b020

2015-03-10  Tobias Madl  <tobias.madl.dev@gmail.com>  [5b517719e894a179ee5df64fe5e56e26398e8512]

        Idle/Timer: reverted idle to timer
        
        This task waits for user io.
        
        Change-Id: Id5b3725b316f1bbd73e94d5368bc0d5c7d057189

2015-03-10  Caolán McNamara  <caolanm@redhat.com>  [997654c21dd3758a58743e9eb660bf0099fd6007]

        make SvpSalGraphics::getBitmap more readable
        
        Change-Id: I4eb896813d6cec49bf5f1c8ac2ee8fafc06fbf52

2015-03-10  Caolán McNamara  <caolanm@redhat.com>  [662f88b0b0c3d7c10b7a8e5c8298f320e3151c94]

        I don't think we should clip when using getBitmap
        
        this solves the bug of icons in the standard toolbar
        under gtk3 of getting rendered with a black background
        on first render
        
        Change-Id: I73bae4cd0b9f38c9e9caef8019d773d42b5e8f10

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [bbd419d9bfa8fee66d3a9cfa8b592087e25da285]

        Avoid calls on null mpSalTimer on OS X
        
        all three addressed places hit frequently now during "make check", likely
        related to recent changes to timer/idle code?
        
        Change-Id: I75963c707807c29db7865b11f9ed532b779765d8

2015-03-10  Takeshi Abe  <tabe@fixedpoint.jp>  [62c9eb97853dcdb89bf30983c5318c45ed8e977c]

        Replace boost::noncopyable with use of SAL_DELETED_FUNCTION
        
        Change-Id: Id657299322ddefb095a2f192df818a873498e411
        Reviewed-on: https://gerrit.libreoffice.org/14825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a788eea404b71ddca24eb13506fd51ea41485a69]

        external/poppler: Work around -fsanitize=shift
        
        Change-Id: I5d9734f302ff58637f69c1574bc39ca85ff992e7

2015-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [686ee0aaca664ebb276724832830ecb038f07978]

        avmedia: avoid passing an empty any to InitPropertySequence()
        
        Regression from b1534edf523a405b91ad04c5351735e745ceb7ee (tdf#89592
        Using initializer_lists to populate Sequence<PropertyValue>,
        2015-03-07).
        
        Additionally, avoid makeAny() on the Any, the original code didn't do
        that.
        
        Thanks to lgodard/sberg for noticing these.
        
        Change-Id: Icb3a6039885c582ba9f789c5c4768b865b593aee

2015-03-10  Caolán McNamara  <caolanm@redhat.com>  [95af5f51fa6c7a0129360bb9df687fb8660fd3c9]

        V668 no sense in testing the result of new against null
        
        Change-Id: I85993df91bd14966f9175c356966fbd8eb1a927d

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [1bb614066738f2672da8923c40b5694eed383e86]

        Missing dependency
        
        since 44337a1fdae8cdc68b6cf539166e60feea879a9b "Unit tests for PDF import"
        
        Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014

2015-03-10  Swachhand Lokhande  <swachhandl95@gmail.com>  [b1534edf523a405b91ad04c5351735e745ceb7ee]

        tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>
        
        Change-Id: Idef9dd55eb1719eaf592bc4a86440cbd5aa4fb32
        Reviewed-on: https://gerrit.libreoffice.org/14781
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-03-10  Tor Lillqvist  <tml@collabora.com>  [bb2728fd246716588d135c9e159135b1c5a7d3e1]

        Add unit test for bb0c05cebed131805d04919fac2b83030087451b
        
        Change-Id: I2b21a488a7f597603b65fac0ff3c6b05c3660994

2015-03-10  Tor Lillqvist  <tml@collabora.com>  [653d7bdceac9e83b2e8e0ffcc457d5a5b514742d]

        Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."
        
        "... OpenCL on CPU"
        
        I can't reproduce the problem any more. It was likely fixed by
        fa4ce83f567cfb735bdfd2319458585ded4cd554.
        
        This reverts commit 219f2dc83f40afb7470bffc307371925e8fae018.
        
        Change-Id: Ib6d3a42137bcf21b0edec2173cf483ade6104b0b

2015-03-10  Caolán McNamara  <caolanm@redhat.com>  [16b8fbb2e0c72ce321c9f569284f4ef37339af2c]

        sigh, collision
        
        Change-Id: I2d56b0ddf0b7e076ea570879b0ab33390306f3b2

2015-03-10  Caolán McNamara  <caolanm@redhat.com>  [9c98d785b547f65da540ed652ef8558b67eeec5b]

        fix windows build
        
        Change-Id: If7351b2fb37b68ea2838cf442ca440a01587d66a

2015-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [83f5a88cf9bb0833fb8729ace493be2380492fa4]

        DocxAttributeOutput::m_pParagraphSpacingAttrList: use unique_ptr
        
        Change-Id: I4d8d0ee853e93c8620295e0598de358e66b4f730

2015-03-10  Noel Grandin  <noel@peralex.com>  [7be068e04fa36f238c26fd6747d66f0a1e01de00]

        attempt to fix windows build
        
        after commit 924b2923b8b1515a4c37079e72a2a9cc6010a4f4
        "V801: Decreased performance"
        
        Change-Id: I32af1195f6e7e1fc4b94487bfbfab669bcad3951

2015-03-10  Tobias Madl  <tobias.madl.dev@gmail.com>  [0a5c1be22a88094018e2741b38d743800018ca5e]

        Scheduler: replaced max cast with SAL_MAX_UINT64
        
        Change-Id: I9e8d5863c31187b373ff93d5a6e992a1281220b4

2015-03-10  Stephan Bergmann  <sbergman@redhat.com>  [077043eb2e41471897fc5d415fa2f6a50b91ed92]

        loplugin:passstuffbyref
        
        Change-Id: Ic45e42d5ce7e0509cd2afc8be018f78cd6083aae

2015-03-10  Tor Lillqvist  <tml@collabora.com>  [ddc1f7d9a816e2cc970d48d2ccc2c0cd256e6e03]

        Fix issue in re-use of ScTokenArray objects from a TokenPool
        
        The TokenPool::operator[] is used to initialise and take into use an object
        from the pool. Which is a fascinating thing as such and probably not entirely
        in good style. Anyway, the objects in the pool are of type ScTokenArray, a
        class derived from FormulaTokenArray. The operator[] called the
        FormulaTokenArray::Clear() function to initialise the object. This left the
        fields added in ScTokenArray uninitialised, having whatever value the previous
        use of the object had set. Which of course is bad.
        
        In practice, this showed up in the handling of formulas in the .xls input
        filter. If an earlier (or the first?) formula had happened to be one for which
        we don't want to use OpenCL, the meVectorState of its ScTokenArray object in
        the pool had been set to FormulaVectorDisabled. When the same pool object was
        later re-used for another formula, it kept that same meVectorState, even if
        there was no reason to. Thus formula groups that should have been OpenCL
        accelerated weren't. This can have a significant impact on performance of
        document loading and recalculation for large documents.
        
        I added a function to ScTokenArray to clear (initialise) such an object, both
        the FormulaTokenArray part and the ScTokenArray-specific part, and call that
        instead. This fixes the issue.
        
        I named the added function ClearScTokenArray() to make it clear that it is a
        separate function. Sure, possibly Clear() should be made into a virtual of
        FormulaTokenArry and overridden in ScTokenArray, and the overriding Clear()
        would first call the base class's Clear(). But I can't be sure that there
        aren't other calls of FormulaTokenArray::Clear() that *must* mean the base
        class one. Better safe than sorry.
        
        And of course, I did *not* want to name the function in ScTokenArray also
        "Clear()", like in the base class, without it being virtual. That is horrible
        style in my opinion, even if there certainly is precedence for such even in
        the very same classes, i.e. the Clone() function...
        
        Change-Id: I0e0e13e5ca705603005a1e0a46866f095cd2ac4d

2015-03-10  Tor Lillqvist  <tml@collabora.com>  [bb0c05cebed131805d04919fac2b83030087451b]

        Also relative row references need to wrap around, like fdo#84556 for columns
        
        Change-Id: I07400d6dead66ec437436b5ea8b49491f8048335

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a099abe9ffd5e90b7cb4d488e25df4fce3099a48]

        GridWindow: change pNoteMarker to unique_ptr
        
        Change-Id: I1e141632172f53ddbd2f5f434206646c9a1e9cf0

2015-03-10  Noel Grandin  <noel@peralex.com>  [eeb3467569ef51640eb948f97668fa62597697b1]

        fix build of updatecheck extension
        
        introduced in commit d22519f62bcd1325f1e7cc920a115b68fccd1922
        "V801: Decreased performance"
        
        Change-Id: Ie8e1e00db91b0d1874abc6a3e6399ff30484f993

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8332bc98fac35ada2337de032bebfdae82139882]

        GridWindow: unique_ptr for overlays
        
        Change-Id: I84d997997100af4e21eafc5b458ff98d99c7dbbd

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7ba4405fca7ce0fa8f0d807375a162a344428294]

        ScGridWindow: scoped_ptr -> unique_ptr
        
        Change-Id: I6a888b58668ccb64c5a9c3270d06c3b9bcf8ce64

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e5f93bc97e39e7ff33dcf573186c8c6b4a4d587b]

        put local functions into anonymous namespace
        
        Change-Id: Ia076670e7356c378c6e8feb5970033638d2ba0b7

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [21087baf1c9dae5e7e970f22d351d771210175b0]

        GridWindow: use unique_ptr for filter box and float
        
        Change-Id: Iaf203682e6d3b18d8b25c6ee2755710615fe5f08

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6a2f0cecd249f672e74c3b08653ff56891c24071]

        clean-up ScGridWindow
        
        Change-Id: I006b17efd78334c71c0dddbeb6f906cb955a3f39

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9364aee03b195422367026979940135429b40ffa]

        translate some comments
        
        Change-Id: Ia050a9a0fe5219964ba4d1460260e07fc4ab4fbb

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2e293978d80c5113ea37f4c7f4b18ee01f2022e1]

        add option to disable animations, use in dashed border overlay
        
        There are use cases when it is useful to disable animations (using
        LO in remote display when the bandwidth is limited). This adds an
        option that will allow to disable all animations. Currently only
        animation when copying cells in Calc (dashed border overlay) uses
        this option.
        
        Change-Id: Ia8cd3783140428e921c3151c2f462d3862440edd

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [422fdeccd88a89461271bd6d87774a4c5015ba60]

        tabbar: remove useless whitespace, rearrange constructor
        
        Change-Id: Iee31413c1ded4fbda8227e88d09a1f917f18ca5d

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e8c2bb2e7cbb476b4b73758fb9a053b5380b29f6]

        tabbar: convert ItemList* to ItemList and clean-up
        
        Change-Id: Ibd4364f7d30f098df49537c6a6a01915bfa31b8d

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [36f1dec26699ed44dfc99858a201f8eac42dcf97]

        tabbar: move TabBarList to impl
        
        Change-Id: I71632990601bfc21ae2e6ba5c640f1dd3e6c1ee5

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b387a3fe97478961c494ca087475cd968d79408b]

        tabbar: use unique_ptr for buttons, sizer & clean-up
        
        Change-Id: I4c479f0581e5fde7c3c2c21dcb2a88a2039e09ba

2015-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b03a9ae9588f2d2ffd1460f6696d716f0799b769]

        tabbar: use symbol "plus" instead of image for adding tabs
        
        Change-Id: I425005534b9b73c3450112fd9a30035985cc38e1

2015-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [23a1717881ebfa3638b969aa4bad38a81d26d29d]

        handle MSO 2007 vs OOXML in auto title chart import
        
        Change-Id: Id884a4c90c24b38a1dd22a41d271dcc551b59adc

2015-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [15174177091367332b57cd79575e2f7dd27388b2]

        detect MSO 2007 OOXML documents
        
        Change-Id: I4052c6f1e5dde71ce4cede1ec9a313f461861d71

2015-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [180e1de3f6bad36b00dfe3aeba43172e5e9a735e]

        remove whitespaces
        
        Change-Id: Ie9d303a7200cf2a6bfd8c0f5f547cfffccaa0444

2015-03-10  Michael Stahl  <mstahl@redhat.com>  [666fb8b7bc210be6d785515bc7660e5a5d19b82e]

        tdf#89665: i18npool: speed up TextSearch::searchBackward()
        
        There does not appear to be a good reason why searchBackward()
        needs to call transliterate() on the entire passed string, so don't do that,
        as in the previous commit for the other direction.
        
        Change-Id: Iadfca806da89bf8825e5a3df7fcad64ea08d7f9c

2015-03-10  Michael Stahl  <mstahl@redhat.com>  [806ced87cfe3da72df0d8e4faf5b82535fc7d1b7]

        tdf#89665: i18npool: speed up TextSearch::searchForward()
        
        There does not appear to be a good reason why searchForward() needs to
        call transliterate() on the entire passed string.
        
        Restricting it to the passed range speeds it up from 104 billion to 0.19
        billion callgrind cycles when built with GCC 4.9.2 -m32 -Os.
        
        Change-Id: I440f16c34f38659b64f1eb60c50f0e414e3dfee8

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

        V801: Decreased performance
        
        Change-Id: Id8cd45d2844c121f63684734ab3546c24a1aab32

2015-03-09  Tor Lillqvist  <tml@collabora.com>  [d44168795aed842d524e3a349962f2b98a8ac504]

        SCROWS64K is not used anywhere

2015-03-09  Tor Lillqvist  <tml@collabora.com>  [33d00afddc66252fe9961d5396545e5f5a660700]

        SC_ROWLIMIT_MORE_THAN_64K is not used anywhere

2015-03-09  Tor Lillqvist  <tml@collabora.com>  [451cb9aace6d0d207b99691be025bd4bb8968a32]

        SC_LIMIT_ROWS is not defined anywhere

2015-03-09  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [1c2405ba44c5a146188c19e235f857ab18ea05f0]

        tdf#89387 General functor and basic operations
        
        Add a functor MatOp and ScMatrix methods for scalar-matrix operations,
        both unary and binary. It can be used for operations which modify each
        element for the matrix (in constrast to accumulating ones, like ScGCD
        or ScAmpersand).
        
        Split method for addition and substraction into two methods for
        consistency and simplicity.
        
        Change-Id: Ic040233429ee120ac325d7baf31a70bba232041d
        Reviewed-on: https://gerrit.libreoffice.org/14749
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

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

        coverity#1287398 Logically dead code
        
        and
        
        coverity#1287399 Logically dead code
        
        regression from
        
        commit 5806a7ed44f675f8c2d6aaf16a4347f3e11c9783
        Date:   Mon Mar 2 09:36:39 2015 +0200
            cppcheck: Variable is assigned a value that is never used
        
        Change-Id: Iaee21f8c120a09aaeed2f55da16a7ef83bea2b07

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [124a3e680fecf0659dfaf283a648a405c070c71c]

        coverity#1268023 Logically dead code
        
        Change-Id: I8fcda18101071db7dddc304c29e4130b04a70f89

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

        dead_error_begin->dead_error_line
        
        Change-Id: I960392401e1555954ac525059789873165ee42c2

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [5f3e0690c01788b0b5867820342a52892766a526]

        fix build
        
        Change-Id: Ieaf349ee43737304f51362bfe01db636e3eaf629

2015-03-09  Julien Nabet  <serval2412@yahoo.fr>  [97c9bc9fada9cdfff956101a4a5e264b4dba58be]

        tdf#89791: DOCX: don't save custom.xml if it's empty
        
        Change-Id: I90f8e6c4de383b05345b8df9118000167bd20d2f
        Reviewed-on: https://gerrit.libreoffice.org/14735
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [924b2923b8b1515a4c37079e72a2a9cc6010a4f4]

        V801: Decreased performance
        
        Change-Id: I9e9a00acf9503980f0c6c7cd0a20378e5ca7390d

2015-03-09  Tor Lillqvist  <tml@collabora.com>  [b926671283837ccf4ee1b283ff4fb286e29cedfd]

        Bin unused static const field

2015-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [12470d1c815f53058858f8d063c37985de943748]

        extract ScInterpreter::div to own method
        
        we need that method soon in another place
        
        Change-Id: Ic5b20acd666bd4d5183be7acc9d9ebe2c0a810f7

2015-03-09  Eike Rathke  <erack@redhat.com>  [43a8207c9daff7cf5afe2436249163adc14404c4]

        CID#1287400: Control flow issues (MISSING_BREAK)
        
        Change-Id: I74da9d277d21e01ffb316e6885470a1a3cbe0cf2

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [34d6ec2c6e6618beacac881ec28ab527b25558d1]

        cppcheck: variableScope
        
        Change-Id: Ie77a988956927475ea384c36664ca7c3dd00b2a7

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [938caeaf5850b63ed74c1d8a4d95c3bedbb66298]

        cppcheck: cstyleCast
        
        Change-Id: I3a1aaafe30f13f2eb388f7db3d78ecafaf0a4a2d

2015-03-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [5748d6bad2e16673bed50374a7d8e1f4ba0fc7fc]

        Scheduler: wrong priority order
        
        Change-Id: Ia2a50922fdfe07ff452bcc78b973d5d4943a128c

2015-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [958e3cd958b53acb30b0070f76c8d6a1f12165c9]

        correct fix for the linking problem
        
        Change-Id: Idecead242c71c89cddb166cce36fa41f912298d0

2015-03-09  Eike Rathke  <erack@redhat.com>  [18de9b1de1aa404b3ca12e2018e5e5e220dd9786]

        Revert "fdo#88547 allow inline date-arrays for array functions", tdf#89872
        
        This reverts commit 104a1e641554be2e789758ae67c0e24620df8035.
        
        A number sequence has to ignore all string and empty elements by
        definition, see tdf#89872 for an example regression, further affected
        are all functions that use ScInterpreter::GetSortArray() which in turn
        uses ScInterpreter::GetNumberSequenceArray()

2015-03-09  Caolán McNamara  <caolanm@redhat.com>  [5a308b1239a09417507b0d05090ff2d3418d5133]

        V801: Decreased performance
        
        Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a

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

        draw menu items with gtk theme
        
        Change-Id: I65f0ec335d4d0008af002857f48f4a6765d44dfd

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

        fix various native themeing issues because of lacking restore
        
        Change-Id: Ie91b3fc3090906b321f7b0d3073de129627c0407

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

        draw menu bg with gtk theme
        
        Change-Id: Ia525130e8c378b784b7ee8439153daa1f2a43283

2015-03-09  Tor Lillqvist  <tml@collabora.com>  [ca3a68c728a6312795b14885aa829396b9275bc8]

        Look for .dylib on OS X, but ...
        
        ... note that the LibreOfficeKit bits aren't built for OS X. I don't
        recall if there is some fundamental reason why not. Was it so that for
        OS X, like for iOS, a "virtual device" should be created with a
        CGContext and not a pixmap buffer?
        
        Change-Id: I6e1fedb89e7fe409baf2ea1ac7f3b65b0f1c776b

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3eeda3b6d6fb6438e9ed85335a8e12a8d1c8d71]

        sc: fix -Werror=unused-variable in product builds
        
        Change-Id: Id71236acb322e57f3e5af406874de4924c7524b9

2015-03-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [417ef821bca34a65ed69d375a8f6a3ffb236c236]

        Fix Ubuntu Precise build: non-static member init
        
        gcc 4.6 reports: sorry, unimplemented: non-static data member
        initializers
        
        Moves the initialization into the constructors initializer list.
        
        Change-Id: Id25ac042aa3207135edda2485d3c5fe8f98652af

2015-03-09  Henry Castro  <hcvcastro@gmail.com>  [097a16b59884c777f724cec6c5d42734974ed44b]

        Resolves tdf#80137 Paste array formula into range pastes as non-array formula
        
        Change-Id: I500008b32e5af07702b76afb901a3ec270453462
        Reviewed-on: https://gerrit.libreoffice.org/14770
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-03-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e697d9694a62b2943fa19b0fcd19e9b3354f6ad7]

        tdf#84102: Expose duplicated "level" accessible attribute.
        
        There is no standard for this so some ATs will expect "level" and
        others "heading-level"; we will expose both.
        
        Change-Id: Ia935f7efdea11dc9be66fd9a54e1df0432c74662

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c7a68ef4201dac712ef489762a119b745f64988]

        Fix Linux baseline build
        
        1) One more place in desktop that missed the LOK_TEST check.
        
        2) One testcase currently fails on baseline, disabled for now, need to
        check later.
        
        Change-Id: I8c8bcf2cec1618e39e8453120755dffd3feb79ce

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [8f73bb4d8e12cc1458a2c4e7054f1af508d48e97]

        Whitespace in a recent commit.
        
        Change-Id: Ied315d27cd0b5dbe640a2a3c87f5dc6c3dc11bf0

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8c5a9009c8126bae0da9c8f6e68056dee291ea26]

        android: don't hide CursorView by default
        
        Change-Id: Ic662d71face370457c122946c8dbcb56d6f2bfe7

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [049aa53dc2d37efade89b8a96ef60ea7bd428192]

        android: add CALLBACK_GRAPHIC_SELECTION to LOK facade
        
        Change-Id: I105f8811f810b393cac8518b42d77f8bd4d0c763

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a54fe6d7be57b130d0261964d8e912b34345f751]

        android: fix rebase import problem
        
        Change-Id: Id668dc509dc3fa02e9a248716050c16a8cf91419

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1a8b898842f2d4a0c5576e68bfa45b9737ab5fbf]

        android: do all overlay state tracking in InvalidationHandler
        
        Do all overlay changes and state tracking in InvalidationHandler
        where we get invalidation and selection / cursor messages from
        LibreOfficeKit.
        
        Change-Id: I87ccdefedc01e8bd54666b694a9a429a1fc6af76

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b792f60279186953889591c5dd4bc76017db7aa0]

        android: handle callbacks directly in InvalidationHandler
        
        Change-Id: Ic4ceaadcf251f7257001f8043161ce15898d7239

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d5c32b45186dfa8e78116841f5bb0a73ee545b33]

        android: minor code clean-up in TextSelectionHandle
        
        Change-Id: I5ad3c0f853efe1cf314f3c1afd77cecfdfc59134

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [58c89e41408e1ea0a93d84a02e0921bfe1b34c5c]

        android: support to make selections visible/invisible
        
        Change-Id: Iaebf3e5a2f0c11efa7110b7062ecfc3ae38e0e64

2015-03-09  Siqi Liu  <me@siqi.fr>  [bbb857c1d3a7c1e5e9f2548e63fb8a80807f1ee3]

        tdf#89705 hyperlink clickable in writer (not in impress, yet)
        
        Change-Id: Ifaa6c0de7d9b91706985667b72195bcfc2d610cd

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [3650a9f0cee4c3f15c35f5966e4a58ca67500346]

        sc tiled mouse events: Proof-of-concept.
        
        One has to click & press enter to be able to type into the cell.  The typing
        is visible only in the top left tile, but even in the other tiles, the text
        gets there - when you manage to invalidate everything, the text appears.
        
        Change-Id: I7c9c0a52949a514eb3de7a7fe64f11597377d39f

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [81dd0c411d80eed9ccc0b61572800cbdf2226a3b]

        sc tiled rendering: Simplify the zoom computation.
        
        In principle, we should avoid messing up with zoom, and instead just work with
        the MapMode, but we are not there yet - lots of places are hardcoded to work
        in pixels.
        
        Change-Id: I572b0d54fbfc72494c44ef95e7fda5e655f83fde

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [a812c8754572a0edb45777ec291b7453b45d6e16]

        sc tiled rendering: Make the drawings and charts work.
        
        Change-Id: Ibd7e9e398fe24ec2b3553c8488b46b65de316da6

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [6cf7e174f1b4be1d96ede151bb16af2e65878459]

        Kill this return.
        
        Change-Id: Ic05fbba4f431d9ccbe09377ec02e8eb84e3d3b17

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [31df8a295e7c1be14a064e313ff623e1e4a7f8bb]

        sc tiled rendering: tdf#85848: Use DrawContent() in PaintTile() too.
        
        From now on, the code for the tiled rendering is shared with the desktop
        rendering, modulo few isTiledRendering() calls.
        
        Drawing of the shapes & charts needs fixing, it does not honor the
        output device settings.
        
        Change-Id: I74cdb4e09da59aa71f31b18130829de28a93fab4

2015-03-09  Jan Holesovsky  <kendy@collabora.com>  [d38c2cd2d51212dfcd50197d6a86c61dd74dcb68]

        sc tiled rendering: Split ScGridWindow::Draw() to setup and drawing.
        
        The drawing part is planned to be shared with the tiled rendering, while the
        setup part has to be different.
        
        Change-Id: I9101111d44f4602cdb92916ff3889b52bf10a8bf

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [658f762dcdb80e73fc9007756f9dff801d3bd452]

        sdr::overlay::OverlayObjectList: when tiled rendering, don't work with pixels
        
        Change-Id: Iaf7c31db65ecc4945f9d19e9031632443fa3823f

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c1a2289d55aa9f92286c2c9eee0a394e9ea7d29]

        Add sdr::overlay::OverlayManager::getModel()
        
        Can't access the SdrModel from sdr::overlay::OverlayObjectList
        otherwise.
        
        Change-Id: I0530985fb79659bd9de95d944b06edfb883f4403

2015-03-09  Siqi Liu  <me@siqi.fr>  [619f033d3939839c0b3312e4d6bc1d3944b4ae3d]

        tdf#89705: provides callback for url handling on android.
        
        Change-Id: Ie28cd768519fbdc305f98e1d764d05bd209951ca

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5aa19be38f9a176f82733643d47285e2c937cf00]

        sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShell
        
        This should fix the problem that LOK_CALLBACK_CURSOR_VISIBLE is emitted
        2 times during every mouse click (hide, then show), while the motivation
        behind this callback is to just hide the blinking cursor for image
        selection, i.e. it's never emitted during normal text editing.
        
        Change-Id: Id2a2b1102589f8151f640af3fcb50b646d261275

2015-03-09  Siqi Liu  <me@siqi.fr>  [722e76350a572dc2933a4932a5b61e39c2d0cc76]

        add missing Activity import
        
        Change-Id: I892b66265b411ea6f727bdacf41b45de055b2a37

2015-03-09  Siqi Liu  <me@siqi.fr>  [053e1d9935bd177e86d73d40ccfddef142d1f889]

        reapply changes to LayerView
        
        Change-Id: I597621a0a68cf484d5117a5f5b77c3d122b14822

2015-03-09  Siqi Liu  <me@siqi.fr>  [64620fe20c69987e59fa4d7b85d8c69c38e2b8fe]

        revert changes on LayerView
        
        Change-Id: I724a5bbc3dcb3372a3bf3810306658f4427b95a0

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9f2ddc55946fa6dd10324efa7baac730008f4721]

        android: cleanup LibreOfficeUIActivity, remove PreferenceEditor
        
        Change-Id: I4949e5d8698fda7e559ab01e3b898caa13267255

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [636e6187b5237d04341b217c8aae649bf76e94b2]

        android: LOAbout doesn't need to extend Activity
        
        Change-Id: I74a6eaab21685ff5a857255fb3ab23ed9c896574

2015-03-09  Siqi Liu  <me@siqi.fr>  [76d797b9ac41a6f22957c7831094adb167dcc735]

        tdf#89705: disable Ctrl+Click for mobile apps.
        
        Change-Id: I7478b8e6be110ad226743281ac8fa6d77a2c15a0

2015-03-09  Siqi Liu  <me@siqi.fr>  [a5b384c2e1e2dfc2948d72d71035c3d0ffd87ce4]

        add license header
        
        Change-Id: I9becbedb305daa95b39ebb084e358408df3d4d09

2015-03-09  Siqi Liu  <me@siqi.fr>  [907fdbfcd2563ee2791a50f3a96c4a03a11adb06]

        add getPartsCount() to TileProvider
        
        Change-Id: I8f1f61110d06333bc1140caf13d9e96e669fc231

2015-03-09  Siqi Liu  <me@siqi.fr>  [2ee313fa8bf33cb197b3e030440fc82808e4f533]

        tdf#89174:disable swipe gesture when zoomed in.
        
        Change-Id: I0c3a565a3ae276fb60bf99ec32941715f1556127

2015-03-09  Siqi Liu  <me@siqi.fr>  [7f5e0f85eb4a639bc8db2920c1a32c94db71d2e6]

        refactor swipegesture to be handled by layerview
        
        Change-Id: Id094ffa7972df0477ad26b2fc579fe010e745550

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3851bd7332e00c0719ad65b012c33946b19af604]

        lokdocview: render graphic selection handles
        
        Change-Id: I8c1331c32baf92b077f45678929df0e4cf185774

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1e98339844c7b9e8f6af601f317a48eef505abd]

        lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handling
        
        No markers yet, but we're aware of the selection rectangle at least.
        
        Change-Id: I92d3fc62d066e401ad19107fbbd414b1b9b26125

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [233fdd99f27ccdb1e31561b4093c68007549a5b5]

        LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svx
        
        Change-Id: I4dbee4048f52f480efef4454d3714862e4ddcf4b

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d0d10364e8a4783aa94e29c0e6e12779f31fffe]

        sw: when tiled rendering, disable map mode of SwEditWin early
        
        The problem was that the earlier "SwEditWin: disable map mode in
        LogicMouseButtonUp/Down" commit disabled map mode only during the
        handling of the mouse event, so in case a method invoked by the idle
        timer used our logic coordinates later, it still performed the pixel ->
        logic conversion, leading to jumping cursor after a mouse click.
        
        Fix this by disabling map mode early, even outside the mouse handlers.
        
        Change-Id: Ib9f194f5555536a9af21a2d66bd7345addee72c3

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0c4b53980e3a3bf935994692fa4eed93d863716a]

        android: initialize TextCursorView with cursor invisible
        
        Change-Id: I36c359b930a09dbcf51880d9488f335cc38fba45

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b363433310bfca60c709436f7c55137688260d7]

        android: also hide soft keyboard when hiding cursor
        
        Change-Id: I294e1d8382d997b70cb4e5af13cdef5d606885ae

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [73732482562c56953df190078c67cb8820c6a23f]

        android: add and handle show/hide cursor message from LOK
        
        Change-Id: I42c0971b10e3926f8fca989884da089bec8d59d4

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [706691bd976476bfe33260cb6141b2e1d359291a]

        android: rename text selection callback messages
        
        Change-Id: I78c8a984907d1481134426eef164f2587c0f06c6

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c7e4904af7f37886b925c4551860ea93cdcf8b5]

        SwViewShell: store tiled rendering state in SdrModel
        
        On one hand, this cleans up duplication, but what's more important is
        that without this, svx can't invoke sw's LOK callback, which will be
        needed for graphic selection.
        
        Change-Id: Id414489fc3fbc52914b28fdb9bea4134edfbeafe

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e189aa4b752efcc5a4ac275c48810c7314a871e]

        Use SwCrsrShell::SelTblBox()
        
        The only user of SwCrsrShell::SelectCell() can actually use SelTblBox()
        instead.
        
        Change-Id: I286a3d8c25834dd08897f0cfc37a3ec31a89ce7a

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fb18e1517327a59bdc2ec68133281f0a9c5fcac]

        LOK: add LOK_CALLBACK_CURSOR_VISIBLE
        
        With this, if a Writer document contains an image, then clicking on the
        image then back to the text properly shows/hides the blinking cursor.
        
        Change-Id: I3313319ded614a2eb86e1c66c926189511a7cca6

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0097544d43b34c8b4f4083f759ef3748aed043ea]

        lokdocview: CursorVisible -> CursorOverlayVisible
        
        There are multiple levels of being hidden: if the cursor is not visible
        due to just blinking or in case it won't show up after some timeout,
        either.
        
        Let's use CursorOverlayVisible for the condition if the cursor should be
        painted right now or not, and CursorVisible for the long-term "is it
        visible" state.
        
        Change-Id: Ib583236c1429f25e14ba79fdabad4ea899bb4269

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc7d10c04fe3047f18b6d5271a5f46a31b80d360]

        SwEditWin: disable map mode in LogicMouseButtonUp/Down
        
        This partially reverts commit 3d4c1b9dcebaeefaf70dd9191f0573f050297d11
        (Initial SwEditWin::LogicMouseButtonDown/Up, 2015-01-21), which tried to
        catch all pixel -> logic conversions in SwEditWin::MouseButtonDown().
        The problem is that it doesn't really scale, we can't do the same for
        drawinglayer as well.
        
        Instead, simply disable the map mode in the Logic...() methods as we
        already do in Impress, which doesn't have a single central
        LogicMouseButtonDown/Up method, so there we had to use mapmode disabling
        from day 0 for tiled editing.
        
        Change-Id: I72be546400f5db10ac6d09a9bb10f7f0658942a5

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [3687ae6f033f808f678345af3eb649a8e2b2e72d]

        CppunitTest_libreofficekit_tiledrendering: fix up and enable this again
        
        The main problem was that UserInstallation did not point to the usual
        workdir/unittest/, so initialization failed early, not finding the
        soffice.cfg directory under
        workdir/CppunitTest/libreofficekit_tiledrendering.test.user/.
        
        Disable one testcase that still fails, though.
        
        Change-Id: I3fdae5ead47dd2a805a0ed8d3cb407938f868e3b

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b99e0ddfe1cb6657d9eb796452b1ddb9f5772866]

        desktop: avoid restart when running in a LOK unit test
        
        Cppunit tests just don't run the desktop logic to determine whether to
        restart normally, but for LOK, that happens.  Without this, if versionrc
        changes, a LOK-using unit test would fail.  Simple reproducer:
        
        sed -i "s|\(buildid=\).*|\1$(echo $RANDOM|sha1sum -|sed 's/ .*//')|" instdir/program/versionrc
        make -sr CppunitTest_libreofficekit_tiledrendering
        
        Should be an acceptable alternative approach to commit
        5acadbfb0c79fe51f8025b065b46b0ccd25c804d (Implement lokconf_init.,
        2014-07-21).
        
        Change-Id: I4354e646d3bcc0c1199db5a175708206b4a30294

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b41b9681bfcab82dd55459563b59903f96454079]

        android: fix long press not selecting an empty cell
        
        A double click is a set of 4 events, only one of them was sent, that's
        how it worked in gtktiledviewer, but not on Android.
        
        Change-Id: Id0eaef3765d385aab588b834f66b9f4b4f3ccb70

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c86b10625c3dc22588ac432022087797ed18d06e]

        android: fix mHandleType initialization
        
        Change-Id: I40df42b941ab1fbf9d847772e8b5c0ddea5cfcb7

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c9ca62c6f756ac097a57cd4b560fd71521aef37]

        SwCursor: when tiled rendering also select word before the point
        
        On the desktop, the logic is that if we double-click before a word, then we
        select the word, but if we double-click after it, then we don't.
        
        When tiled rendering, it's more important to always select something, as
        that's how the selection can be adjusted further. So if we long push
        after a non-empty text node, then select its last word. This way
        something is always selected if e.g. the user long pushes inside a table
        cell. (If the table cell is empty, then that's handled in
        SwCrsrShell::SelectCell().)
        
        Change-Id: I6e84874b8cf252fc6b72a75ffe9db67b03636862

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2b3a184fca1fd9a4705f2f65e43906aee206a4c]

        SwEditWin: when tiled rendering, let double click select an empty cell
        
        When not tiled rendering and the user double-clicks on a word, then
        that's selected. If the double-click happens in an empty cell, nothing
        happens.
        
        When tiled rendering, still try to select a word, but if that doesn't
        work, then see if we are in a table, and then select just that cell.
        Then the user can use the usual selection handles to adjust the
        selection further.
        
        Change-Id: I6beabf5c73a02f1eb2ede6f8cf9062c1e6610e9e

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cb40de705354f155c0efff47decf211b38a22c9]

        SwShellTableCrsr::FillStartEnd: make sure that the rectangle's width is not 0
        
        The shell (i.e. non-table) cursor does this already and this also fixes
        the SwRect::SVRect() assertions firing during the drag of a table
        selection handle.
        
        Change-Id: Ia63844f5e2f6e107d47b7ed39af2a72bd433003e

2015-03-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [94e5223f8c06b0f42d21f7f51bbd152197c2c356]

        android: account for handle repositioning, limit update to 50ms
        
        Text handles are usually shown under the current selection or
        cursor position. Previously this was done in InvalidationHandler,
        now the TextSelectionHandle takes this into account just before
        drawing. The reason is that the repositioning needs to be taken
        into account when the handle moves to reposition the coordinates
        back to original position.
        In addition to that, the number of times the move handle update
        event is send is now limited to 50ms to reduce stress for the
        device (less in queue, less messages via LOKit). This also makes
        the handle more fluid and jump around less.
        
        Change-Id: Idc401375c82b3eeac66328d98c80bf3cb7b675ea

2015-03-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [9c7016b5b530ca212b1275f44f9e2fc0527109ee]

        Scheduler: Changed uLong to uInt32/uInt64
        
        Change-Id: Ic60463027c7f1b2d513539adba834b8d8e0ce6d3

2015-03-09  Noel Grandin  <noel@peralex.com>  [e379476e449c2e711f9d782cfb06b70211874c4c]

        spelling
        
        Change-Id: I04def21b684d0c95bc3a26250fc8af42bc1b1fa6

2015-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4068cb6c65bf16c84769138c6f96585b2e48e56]

        DocxAttributeOutput::m_pSectionSpacingAttrList: use std::unique_ptr
        
        Change-Id: Ia360b2461d0bf31abc62ae443822259b7197d90d

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [9b92d8afbabe564de703f8bc083723d97e765011]

        tdf#39279: Prioritise Thunderbird address books in first-match search
        
        stopgap measure until tdf#57873 is fully implemented,
        since these days by far more people use Thunderbird
        than Seamonkey (or Firefox address book, if the latter
        even has any...).
        
        Change-Id: I638ec90277063b1e7536c045bffb1052d3b76911
        Reviewed-on: https://gerrit.libreoffice.org/14793
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [930e9fa318855b03755d2632020d770ca7ccbfd7]

        sw: prefix global variables in edtwin
        
        Change-Id: Iee32ede1cc474a361fb3b1bf47f1c52b4ff2c4b7
        Reviewed-on: https://gerrit.libreoffice.org/14799
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [aefc43ba5c2688a1301dcda08b56a42127904cbb]

        autogen.sh: better error message when src_path contains spaces
        
        Change-Id: I921ffaf2ee4be73ecfffca8bc36cfae484b70a32

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [5f6fcb4e7c8c273ca4a0211bf1b6f99a20ef5feb]

        Typos
        
        Change-Id: Ibc378fa5f515de61bb768b4ef082638b40c94e00

2015-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb0cae0f967eed386b546dd7367c2cc1b274f555]

        libreofficekit, svx, sw: fix typos
        
        Change-Id: I883c0b95d91ae9cb7e59b8f68ae0c8a3ebcb9f88
        Reviewed-on: https://gerrit.libreoffice.org/14796
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-08  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [0ae97c39134a73feeea718e81669fd42e5ceb627]

        tdf#49893: fix for missing header on page 2
        
        Header on second page was missing because document was parsed as document with facing page.
        Original document contains \facingp0 token toggling facing page off. However LibreOffice treats
        it as a boolean switch. This absolutely conform RTF specification (1.9.1), but differs from actual
        behavior of MS Word: actually this RTF token behaves like \b token (\b or \b1 are enabling bold text,
        \b0 - disabling).
        
        Change-Id: Iea2b52cde311ab1b02938461ba0945191339c783
        Reviewed-on: https://gerrit.libreoffice.org/14743
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [83965d7f4ff1fb8e7bce6d5e0be8f610a07756b6]

        cppcheck: cstyleCast
        
        Change-Id: Ia51cea076e5368956bcd87dd201d15eafbf6ff24

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [791734d40b128367d4f76ec3087420462e51e37a]

        Revert "cppcheck: cstyleCast"
        
        This reverts commit 79b3e12526c42bd9acc78e7541f49756fc297200.

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [79b3e12526c42bd9acc78e7541f49756fc297200]

        cppcheck: cstyleCast
        
        Change-Id: If5ab5dbf638d1ff81693fafc1895e68314929f90

2015-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e9c65a714d9ec5136dc141adc101f34ff7092f6]

        svx: nAnz -> nCount
        
        Change-Id: I88bff880a5fb27b259b66984a0637fe7d2ab51f6

2015-03-08  Andras Timar  <andras.timar@collabora.com>  [4870d2f7b8a642ee4152a4bb1022a9d099afe304]

        Updated core Project: help  00946ca3f8cd3837129c714e025d6ca2ae783ad8

2015-03-08  Julien Nabet  <serval2412@yahoo.fr>  [27bc6714df6638c6fd9d2ee5c26870ae5eb2f63e]

        tdf#50133: Wrong underlining in Reports
        
        Change-Id: Ia1d37d150c2186f014733cd87179445722b54346
        Reviewed-on: https://gerrit.libreoffice.org/14789
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d22c2f2faa34a63f7cbc8c42e0f9d68e8609f121]

        sdr::overlay::OverlayManager: rmOutputDevice -> mrOutputDevice
        
        Change-Id: I8fa5cc15e2d69b572f59f254eeeae051865a5b5f
        Reviewed-on: https://gerrit.libreoffice.org/14785
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-07  Rimas Kudelis  <rq@akl.lt>  [62b245e4b09f7efc98bc2c8bca4e5bb804b97d21]

        Dropped old black&white hsizebar, hsplit, vsizebar and vsplit cursors in favor of IDC_SIZENS and IDC_SIZEWE provided by windows.
        
        Change-Id: I44b96ad2d6a27f0b49806b0bed8f6f7b7739122b
        Reviewed-on: https://gerrit.libreoffice.org/14784
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-07  Julien Nabet  <serval2412@yahoo.fr>  [63050dccbc50f148cd788730faa53d822d37e54f]

        tdf#88847: Fields of query design can be moved to the left only
        
        Part of code
           1299             ImplHeadItemList::iterator it = mpItemList->begin();
           1300             ::std::advance( it, nPos );
           1301             ImplHeadItem* pItem = *it;
           1302             mpItemList->erase( it );
           1303             if ( nNewPos < nPos ) <-- case move to left
           1304                 nPos = nNewPos;
           1305             it = mpItemList->begin();
           1306             ::std::advance( it, nPos );
           1307             mpItemList->insert( it, pItem );
        So in move to right case, we erase and insert pItem at the same place
        We just have to use nNewPos in all cases
        
        regression from bd24a310be1459510b760b812838cb87923853c5
        
        Also add back "ImplUpdate" call erroneously removed in merge
        commit 67d2af6fac2d9bad52a6b1f6e0cbd1229eb88a42
        (there is an ImplUpdate call in each parent of that merge commit)
        
        Change-Id: I100b0c6874b366f777c5d38470fcee7a9a7326df
        Reviewed-on: https://gerrit.libreoffice.org/14777
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3cb10c3c55a4d78497e94671d19ccdc16d478b0]

        bin/run: fix indentation
        
        Change-Id: I97d58f0e6780986356479279f91eba46951b1be0
        Reviewed-on: https://gerrit.libreoffice.org/14783
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ea32020e870fde6e1fa05964c343d004ed26f46]

        SdrMarkView: aHdl -> maHdlList
        
        aHdl is an SdrHdlList, so reading aHdl.GetHdl() as "get the handle of the
        handle" was confusing.
        
        Change-Id: Ib21fa74cc1daa4b6d2034f07715147a8fb0cf934
        Reviewed-on: https://gerrit.libreoffice.org/14779
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [554bfc1dd106474cdbe8d7265e2b1223ccb8f06b]

        SdrHdlList: fix indentation in IsHdlListHit() and GetHdl()
        
        Change-Id: Icc59bfc612903d993fb4b091a28efe23e366475f

2015-03-07  LeMoyne Castle  <lemoyne.castle@gmail.com>  [3b585737ff6bda7d28dd293465f5061ad5006f6e]

        convert error number to string
        
        BASIC error type was printing as "Error "+ odd char
         instead of "Error " + error number
        
        Change-Id: I7407833626d6117f932cc29c6dab1a8a64c50b5a
        Reviewed-on: https://gerrit.libreoffice.org/14776
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-03-07  Eike Rathke  <erack@redhat.com>  [333f8a76341f5b4921e89012d133007503e49612]

        first stab at handling table[] all range
        
        Change-Id: I608cf04cf4b0b991f4a45a868566faeae5be77c9

2015-03-07  Eike Rathke  <erack@redhat.com>  [40c9a46b78b8919aae82dd9b94774d63bb9cb4e6]

        add FormulaTokenArray::ReplaceToken()
        
        Change-Id: I42c893677c1b8a35ee502a9ae438d4c0f19867d3

2015-03-07  Eike Rathke  <erack@redhat.com>  [bc4293bde13001a5e959ff90c189111932c05b3b]

        clarify this visually
        
        Change-Id: I04c1a00903cc0c057fc436e391f93b1e05eed8a1

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [8ea45048b83e685090484c959f642118cfebef6c]

        WaE: passing 'class rtl::OUString' by value, rather pass by reference
        
        Change-Id: Id5cea16da184b12b6a630dc7e9c0f7d199b1da49

2015-03-06  Pranav Kant  <pranav913@gmail.com>  [0ef455bdc33356dcf00e3a2f724b2a18e15de38f]

        tdf#89267: Reduce duplicate code
        
        Change-Id: Ib0c8801841e122be58f5a931c7413b08487e1f23
        Reviewed-on: https://gerrit.libreoffice.org/14694
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2015-03-06  Stephan Bergmann  <sbergman@redhat.com>  [be5a6706b6a34a57774714929b9b7fe06f69173e]

        Handle degenerate case of nMapNum == 0
        
        ...appears to be occasionally necessary, probably since
        d8e7bc042bd0912a66c231b101cecda0f838a80f "Remove hack of replacing 0 with
        1/LONG_MAX"
        
        Change-Id: I1eb7277bfdc9722c761bd03678cd770a3763de1f

2015-03-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [9b4abcd1c45a646a1ac9120fe1c489ba6bb44e95]

        Little build fix to Windows ScRefreshTimer
        
        For whatever reason "objdump.exe -t xicontent.o" on Windows now
        lists Start@ScRefreshTimer@@EAEXXZ (probably because it's now
        a virtual function). Also the reference to SetRefreshDelay
        vanished after dropping the virtual keyword from SetRefreshDelay.
        
        The linux object file doesn't even refer to a ScRefreshTimer
        function. Start() can stay private, as the timer is handled via
        SetRefreshDelay.
        
        Probably Stop() should also become private in this case.
        
        This also reverts 2c0189a8a3aeb3668bf6de1ea1958ba475b80a38
        
        Change-Id: I2a6900cd6bd76c4fec9f30131152b60a5bd2c2e7

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [acaafc03e623ac25d4408605f34d50618926c5d0]

        Add NORMSDIST to the default OpenCL use opcode subset
        
        Change-Id: I7ee56f06e8e50180e31c01253c9100c11b485c0d

2015-03-06  Caolán McNamara  <caolanm@redhat.com>  [567f51192483059ec57c16a6045141746d4b01f9]

        V801: Decreased performance
        
        Change-Id: I97c7977fdfea57b5d1c45ce0c5902b74cc719db9

2015-03-06  Michael Meeks  <michael.meeks@collabora.com>  [ef6f2490a697e7c23fea40c567f751db05f1bbbf]

        vcldemo: add a tooltip to debug rendering issue.
        
        Change-Id: Ic7c02736505969c3d74acc59b80794b3be62bf6b

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [2c0189a8a3aeb3668bf6de1ea1958ba475b80a38]

        Autotimer: added function to public
        
        Change-Id: I6522e7a2bb895973d9d8cf1b7cfbad2f2abc62a2

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [3da65dc8982167517f19e80a288b049118bc3d23]

        Return #VALUE! instead of NaN in the OpenCL NORMSINV()
        
        Change-Id: I5bf4d5bb84cc85e631b27741a6fc171ec99eead4

2015-03-06  Caolán McNamara  <caolanm@redhat.com>  [2a0b6705724c4ea65b56eb0f45bccfa253d9fdc2]

        clip nwf rendering
        
        Change-Id: Ib42304e9ceb6b49e2dd8ed92f2a86409921e9ef6

2015-03-06  Caolán McNamara  <caolanm@redhat.com>  [59619dbe971852d5cd35dcc3f78eda9bebeb99aa]

        gdk_window_move_region is not helpful
        
        looking into gtk it doesn't move anything, it just
        exposes the moved from and moved to areas to force them
        to be redrawn, its not in practice an optimization
        
        Change-Id: I38ea91d2463094bab50c436302022849986a3b0c

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [e7c2b4b981b9b43c31fa442d5596b7a765dbe699]

        Timer: added virtual before definition
        
        Change-Id: Ief4da1f1241fc4175f5ad132fd103e6d29470b58

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [6f4dc6af39ecf2f90155205ad097601a8b2f602c]

        One more #VALUE! instead of 'nan'
        
        Change-Id: Ib7fe0d9ed2f5b5aae95b73a01f1eb059a01dc2b4

2015-03-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ca3700c42238e71684ec1d5f5eacaea4b1ca3b30]

        v612: obfuscated if/goto
        
        Change-Id: Ia12b325e41238b9e12e2f388273bd01b96d61c08

2015-03-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8da61f23384c7f3f2850a6362765506e4e078862]

        v612: obfuscated if
        
        Change-Id: Idbcb1f7461ac5a1d5e07d7d65f6a7d86f2e3cc57

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [d05a64df34fd143670cb939b72abfb32d6b714c7]

        Timer/Idle: adapted inherited funktions
        
        Change-Id: I7714a4638b03d020820b276028c0819ef054fa26

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [01f406bc28f53acc5a2734af637aa8074a5d1813]

        adapted comments and variable names
        
        Change-Id: I4f2c1d743ce2f30e8c24180b73f0716fc13b459e

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [b6bb2e9315c9bc3338eaf066df40a969eb4774aa]

        Scheduler: removed variable priority
        
        Change-Id: I6676c1012c4321b53b6ba01ebd4bfa32d56afcf9

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [d851e1e3c29afd3315cc763144c6eb92fbef5054]

        Timer/Idle: wipe out old functionality
        
        Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [7e2a0df7e7b4551698d1d7172ef12ad1e0fd8826]

        Timer: added new saltimer handling
        
        Change-Id: Icdc5abf9dca727a8cc312ddb5861f7a34a38bbe1

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [b11dba5be288ca5aaed1403093033708f7091c42]

        Clean up minor fixes
        
        Change-Id: Icdf85d6f6f5734a3cf952def8782efe9edc7c0a9

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [49439d4a67b06227e56a2855c856e3482323a28a]

        Timer: patch for commit 06d7314
        
        Change-Id: I762062a4782438ec5bbcb53da9a42f44db65c40d

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [ff52f4e417eb4de5e85388a48a650429b1880762]

        Timer: Faster Word Count
        
        Change-Id: I45d6fc28e898b945c7754b9ee1f2842247a071e6

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [d411dca1ea6bfccb7090d4ceab15119253cac5bf]

        Timer Idle: adapted unit tests to new classes
        
        Change-Id: I15654a7aa5a99cb3aa6f8ba222cf2aa1d2f040ab

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [f384496d125255a94bfd5978e0cbe44d6d046adb]

        Timer to idle
        
        Change-Id: Iaac3618501b4e382afe8d183836a370eea699af4

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [f33d6800fbdc42aa75477e31be0bba5a4a5a52c1]

        Idle Timer: Invented Base Class
        
        Change-Id: I03db46afcc0cb5e5d7a134b1bdd327abb542e63c

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [8f9b0c869222e57f738bc25d51cc6364e3c6a65a]

        Idle: Changed to new enum name
        
        Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [00717355c2d10bacbae46941b82247d74fd89108]

        Idle: Now using deinitialisation
        
        Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [2d95bc0510d43c11bb3bd03f590e24ba3d7ca30f]

        Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum
        
        Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [ddd4a787ebde1b47e5ddfbd5995e2a0fe6b22ee2]

        Idle: Inserted static cast
        
        Change-Id: I4cfbb53763001854d37fbcd304e77e65279173b6

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [0e10b34342bd7b94b69f2eac8c9b1df89a2725f3]

        Idle: New enum system, comments
        
        Change-Id: I8ca272481e573bf3338c5c1b9873a39022928812

2015-03-06  Jennifer Liebel  <jliebel94@gmail.com>  [b380220bc1404ed5a9daa1a28f70696e84543f61]

        insert comments and corrected priority values
        
        Change-Id: I2c73bb2b2edd3b830dad5d1f7d8f7bc72622b11c

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [5bd1106c3758c8cb0c19b09799970440501fde02]

        Added Comments
        
        Change-Id: I093b4812bf3b75d6a6f3c8ea38755619f5c9d151

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [3f64e7c16a63fdc330e108cd74182c615d229bb6]

        Optimized Timer/Idle code
        
        Change-Id: I285bd632faba5a29a770404d6967f4faf7667b16

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [4c3cea26b84cc70a67ff4eda99b842d8786a3628]

        Scheduling optimization and starving protection
        
        If a Timeout appears, while the idle scheduling is in progress.
        The idle scheduler gets interrupted and the timeouts are handled.
        Now the idle scheduler has a new starving protection.
        
        Change-Id: Ic9081c647e3fb0abf3b0dc014e711a3b97e0e37d

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [256c5c3f28ef70b70d38e2e07dfca4baab654612]

        Idle and Timer are now completely independent
        
        And everything is functionating pretty well.
        
        Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [57656eb1fae5ae6c4d3b7542a385a93ff434e4e7]

        Idle and Timer are now completely independent
        
        And everything is functionating pretty well.
        
        Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140

2015-03-06  Jennifer Liebel  <jliebel94@gmail.com>  [49524c6dcf04b9dadef8d2b084cf26abcf70b8a9]

        idle includes and enum use
        
        Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [826143684d2697a8620373dce18fa5f24332d5cb]

        Timer: Adapted all idle includes and enum uses
        
        Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [d8305248f687ffa522b56955508d82d60ad5b8c6]

        Idle: Idle and Timer completely independend
        
        Now the Idle and Timer are divided in two seperate classes. But now all changed
        idles need a new import, before the programm is working again.
        
        Change-Id: I5be7424622b6fcc993c621fa4a11fbee1b6d9bf2

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [a74efa665c8199899cd778900de686e2b8710fee]

        Idle: Better place for Idle handling
        
        Change-Id: I2e5462544d83572e8206bb1db92a2b9df032281b

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [e6e8a060ecc6e4fd51cfe88e00d841d546ed5915]

        Timer: first independend idle use
        
        Change-Id: I27985e456447ef3d71cae39c2acaf59b3aa60b83

2015-03-06  Tobias Madl  <tobias.madl.dev@gmail.com>  [9e678c14e4fc8e58b1e0530744f648fa3958d338]

        Timer: Reversed some Idles to Timer
        
        Change-Id: I213722cc98490430378014290cb09cca9e469bbb

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [1028643bc7d294e4c32b4ccea288d90088abae53]

        Return a #DIV/0! error in one case in the OpenCL SLOPE() implementation
        
        Instead of a bare NAN.
        
        There are still many places in this function where the code bluntly returns a
        bare NAN. That is always the wrong thing to do. However, it is not certain
        that the #DIV/0! is the right error in all cases. One would need to check in
        each case how to get there, and what the reference C++ implementation and
        other spreadsheet products do in such a case.
        
        Change-Id: I5454609082a92144b1afc3c1745586bfe8ef87f8

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [100c518e980f6abdc93c727c524b738200236bf2]

        Set #VALUE! error in PEARSON() OpenCL implementation when appropriate
        
        Returning a NaN with no "double error" semantic payload as such does not make
        sense. "Pure" NaNs are displayed in Calc as "nan" which probably is not what
        we want.
        
        Change-Id: I85dc55328669bd27478be438dd5a9970d24cf7f9

2015-03-06  Szymon Kłos  <eszkadev@gmail.com>  [1ac9985ade97f91869a11ce45231ffd6a5440959]

        tdf#89391 : Datasource URL in Database Properties window cannot be viewed
        
        Change-Id: Ia3e978e3fd9c0ce19ec679c41d40a34338147c37
        Reviewed-on: https://gerrit.libreoffice.org/14766
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [d9101e9416d9a285028ccb74895f6ba3964cce46]

        Set #VALUE! error in COVAR() OpenCL implementation when appropriate
        
        Returning -DBL_MAX doesn't make sense. The traditional C++ implementation and
        other spreadsheet products return an error.
        
        Change-Id: I71117c0b1f113d31ad6eb0c1798b74f96b3a75de

2015-03-06  Caolán McNamara  <caolanm@redhat.com>  [3f6f21e6e7721bbca13c1e632c0247939538ba82]

        V801: Decreased performance
        
        Change-Id: Ia58f19c7121dc8a835436bcefc7fd1e3789407db

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [4cd7b4ab8aeaf61f5e30e4b63e039b7bb9519e85]

        Set #DIV/0! error in VAR() OpenCL implementation when appropriate
        
        Returning DBL_MAX doesn't make sense. The traditional C++ implementation and
        other spreadsheet products return an error.
        
        Change-Id: I8189c3ecf4aa7b1df00ec2fd8b91030085848bf4

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [fa4ce83f567cfb735bdfd2319458585ded4cd554]

        Don't return negative values from ScGroupTokenConverter::trimLength()
        
        Surely it doesn't make sense, but we should return zero instead?
        
        At the two call sites, there are tests against a zero having been returned,
        but not against a negative value. And the return value is even passed as the
        nArrayLength parameter to a formula::DoubleVectorRefToken constructor, which
        is of type size_t, thus unsigned. Passing for instance -4 to it ends up being
        interpreted as 18446744073709551612, which has fun consequences.
        
        Change-Id: Ifca97cd4bae8e921345bcf9d0ca6bb040e3c3b79

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [abbd86925dab2621f38c85d8be8772ca56f037f6]

        Add a few SAL_INFOs
        
        Change-Id: I252987d6c5e5da56a83742c96b4e86abbb7108c6

2015-03-06  Tor Lillqvist  <tml@collabora.com>  [0ab2973f84234dccf9cc22ffd179039065e97df0]

        Add VAR, CORREL, COVAR, PEARSON and SLOPE to the OpenCL default opcode subset
        
        Having these statistical functions perform well is essential in many cases,
        and their implementations seem to be correct.
        
        Change-Id: I30afa096295cc163f8c0146e916a77aa411dd07b

2015-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a93277b869caca4db054385db59fc7b7d541570]

        vcl: fix Android build
        
        Change-Id: Ib71d74d4b66b02a6a680b5ab0c905b987d59cf7f

2015-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [352c40dd5ce715f6ae654b8dedf2fc2145275a1d]

        DocxAttributeOutput::m_pCharLangAttrList: use unique_ptr
        
        Change-Id: I43b59b4359a010e7b64df5825ae3ce845e47fc4b

2015-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [825098182227fdca958f84235d278c41b2b942ab]

        usage info: Spell “The Document Foundation” out and improve frame’s name
        
        The initialism “TDF” is rather obscure still.
        
        Change-Id: I987e96d869a5126f5d137d188a34b4ae7d4888f8

2015-03-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [6a3c5af4eb96d03110fcbc856c6920bfcf4063c7]

        sc: Make this selection count consistent with Writer’s
        
        Change-Id: I11c7c94a52e4be7286a919e61818d08d5b9ad623

2015-03-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cda4c8edc21a92422e3479909d8082cddf16bcae]

        use DrawHandle for drawing of tab sizer in tabbar
        
        Change-Id: I3aacb177d209db74ffadf5284550cdd4972554de

2015-03-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b2f76e0e8a81b456f47b677cd881cc105f781cdb]

        add DrawHandle to DecorationView
        
        Change-Id: Ie063071cc57d756fd5da20a15533a6857940f676

2015-03-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [19dc7225603284184e04190ed6b6926e5e5a196a]

        tabbar: scroll tabs with wheel
        
        Change-Id: I9d7d1e16c34eac75652a1275b6e4ac3f7973cb56

2015-03-05  Andras Timar  <andras.timar@collabora.com>  [d59ba6ac9f837f398ee0a212bb2cc612a8a2f20c]

        Typos
        
        Change-Id: I33a740af4ccbcaa9ed4e3ffd79c4f8cda9b37dc4

2015-03-05  Stephan Bergmann  <sbergman@redhat.com>  [9e8564afbdb922460b245beff8f41bf2e3ac9d30]

        Simplify o3tl::LazyUpdate
        
        Change-Id: I7569a20877411a5ceb4a7475d82cb634eb6cb114

2015-03-05  Eike Rathke  <erack@redhat.com>  [f965b10819fb32d6c6d66f00fb129068749a50ac]

        ScCompiler::HandleTableRef() implement ALL case
        
        In general it should work like this..
        
        Change-Id: Ic45ca6138c1b252ce9d216ce61c7129c055342ef

2015-03-05  Eike Rathke  <erack@redhat.com>  [cca2f93eeda560203ac31f44eaf5b5998762afab]

        don't count table ref item separator as parameter separator
        
        ... similar to ocArrayOpen,ocArrayClose
        
        Change-Id: I10b4cd2f74167cc57ef7a2ed96e0e98f0cd86805

2015-03-05  Eike Rathke  <erack@redhat.com>  [3b76732e89715ce77b2619230e36f8289958acff]

        ocTableRefOpen,ocTableRefClose are of StackVarType svSep
        
        Change-Id: Icfbf088ee8d91d90779dc804b7dff299df1170a4

2015-03-05  Eike Rathke  <erack@redhat.com>  [ce20a967a781a721276b7a96c8a052656ebb6275]

        add '[' and ']' to conventions' char flags where appropriate
        
        Change-Id: Ic82ccfcba08ce276eac08609de215ba8edf8e813

2015-03-05  Eike Rathke  <erack@redhat.com>  [e73c0f53870eb7fd0e2d054be9c85a33baeed1ab]

        introduce ocTableRefOpen,ocTableRefClose
        
        Change-Id: Ia9d54fd582f8e195edaa05937ee0f0290e56875f

2015-03-05  Eike Rathke  <erack@redhat.com>  [c7a98ea861d4aae18c74a94772c4939391eb1a24]

        translate comments while at it
        
        Change-Id: I62cce7321dfe038d1723c73ba9deb0450a03f0e5

2015-03-05  Eike Rathke  <erack@redhat.com>  [1b5a62e9da2211448ab6485fd75808758cd6e644]

        add ocTableRef to lcl_IsReference()
        
        Change-Id: I63b41ea4619098390824f335859d62b4fa8fcc66

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [2c0e1917c18711d6762e12042794b745f08cf62f]

        V801: Decreased performance
        
        Change-Id: I48c716d87ce3e46f61393ae140bf2e05d9fd6241

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [db041f15b37255650418b13ad9f85f0938dc1bef]

        Try a different approach to get the style hierarchy right
        
        in order to get the font colors for menus right.
        
        includes revert "set parent styles to fall back to"
        This reverts commit 710d034467a96270175d6a1edf8d655a8345a4c3.
        
        Change-Id: Ica73a30a44a5dd61a8310f2bee74068c406f470a

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [7d8cf47d62ca380d4b25c5c92e68ad25b951b06e]

        sd: fix non-WNT build
        
        Change-Id: I187c4d1bef306ec05985cd6e8072d044e12a993f

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [743a4bf7f86d957412944fefbe694fe429f82463]

        gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil builds
        
        ... makes it hard to clean up these problems.
        
        But the warnings on almost every std::copy and std::transform are
        obnoxious, so disable them with _SCL_SECURE_NO_WARNINGS
        
        Change-Id: Ieea611175fb16b78ff972d194767d3d192992de5

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [19bfe765a50a81f67325c4fd35314ca8a2e4ca0a]

        shell: warning C4996 function call with parameters that may be unsafe
        
        Change-Id: Id70289b0c88dd203cac6301303fe7452088f60f9

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [a63938194e936332d7c4cf8ee9d73af8c5a15c17]

        sd: BluetoothServer: fix deprecation warning C4996, use WSAQUERYSETW
        
        Change-Id: I07e6757f447ad1c4514f2ddcdf26589190445870

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [a829dac0c97df269616107e30d06980ca919dc15]

        sal: replace usage of deprecated socket functions
        
        inet_ntoa, gethostbyname, gethostbyaddr are all deprecated in the
        Windows SDK 8.1; use the replacement functions unless targetting WinXP.
        
        Change-Id: Ic290ce925835c97f0ca0c611d1fd2675d0045ec7

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [e9975ecffcd32abbffade50124e9935521043e6f]

        sal,sd: use newer InetPtonW API when not building for WinXP target
        
        ... i.e. decide based on target instead of SDK version.
        
        Change-Id: I225588d34f961c19e223ed9c1b9a934cd5196cf7

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [8bb33cb289e02012985a8db9ab2dc21efcbcd24e]

        connectivity: remove bogus setting of NTDDI_VERSION
        
        The value set here does not correspond to any valid value in
        sdkddkver.h; it is a mystery what setting an invalid value is supposed
        to achieve.
        
        Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [b8d0203c809eaf49907c586f662453f4a8fda45b]

        gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDK
        
        Since with the 8.x SDK it is not possible to target Windows XP anyway
        according to MSDN, just set _WIN32_WINNT to _WIN32_WINNT_VISTA so that
        we can at least work on cleaning up API calls deprecated in SDK 8.1.
        
        Change-Id: Ic433caf454f57187b91ef6fdec3f3bcde3f1af79

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [d8dd6db19a9a37072a0dfbfc94f3690750ebd219]

        gbuild: set _WIN32_WINNT globally instead of WINVER
        
        ... and remove the definitions in makefiles, except in fpicker, which
        defines a different value for the Vista file picker.
        
        The WINVER value is derived automatically from _WIN32_WINNT by SDK
        header sdkddkver.h.
        
        Change-Id: I73358a9bf5d070f71821654cae2a29335a754a21

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [fe045dca6124c9627c1cfa9dac4072ae75292910]

        vcl: tweak some optional usage of Windows 7 or later symbols...
        
        ... so that -D_WIN32_WINNT=0x0502 does not break the build.
        
        Change-Id: I423ba9c194dc4928d59e1713255bce9c3150bcc2

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [b3f6c29626965842fe0437f2c02a703883ec8cd1]

        shell: remove unnecessary explicit -D_WIN32_IE
        
        Change-Id: Ib6d9233e8c322fd7165fce8763bb2a4eee9a7850

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [5ec422c3f0a66f3f5e3db7ccc5e84e5a516457be]

        fpicker: remove checks for obsolete _WIN32_WINNT versions
        
        Change-Id: Ie354e0237b97c872936bd0c87ad014ffc2ba56da

2015-03-05  Michael Stahl  <mstahl@redhat.com>  [d6cd5de3211a344d7f6fa8585f21dfb8be0a06f3]

        configure: Windows SDKs < 7.1 are not supported, do not check for them
        
        Change-Id: I3558ca7fa3d2a2c47d1066e3bd24aeb7619452e0

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [710d034467a96270175d6a1edf8d655a8345a4c3]

        set parent styles to fall back to
        
        makes menubar font get correct color for me under f21
        
        Change-Id: I5ef842cc151e07d13a0dca7a982f0e2d95e5c6d6

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [307507fe06c679980ff450365ee10f4602454b96]

        mpMenuBarItemStyle is unused
        
        Change-Id: I64fcac75b96747d7ea7ac857e8a316c73ad82265

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [e3fd2c936fc8a64506c5ffb5275094fac7b3522f]

        fix typo
        
        Change-Id: I523bdcccc7ad84e9eb9bcfb7c9b436b4614bc97b

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [09f4a21d1b38ad8cebb7916f068a5c7ce6f7e9ff]

        this drawAlphaBitmap variant is unused
        
        Change-Id: Id2f9073969babe7ad5984f87949ed870f9d5a8f7

2015-03-05  Stephan Bergmann  <sbergman@redhat.com>  [10a5e136486f861d6c8f7fef740b42dff2de69d4]

        Explicitly default the copy ctor
        
        (better than making it implicitly declared, as defining it defaulted is
        deprecated for that case because of the user-declared copy assignment op)
        
        Change-Id: I0c2c4c063e19e3a15b06e75d0c080911acf26ca3

2015-03-05  Stephan Bergmann  <sbergman@redhat.com>  [b8ca219893a6e14bfea3cec5522532c144ad2fa6]

        Actually execute testPDFImportSkipImages
        
        Change-Id: Ie3dda6d7ea24031eadf86801867a94f95c11310e

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [07d62eb38e591c89e71043f842c92186e33ae14a]

        V801: Decreased performance
        
        Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5

2015-03-05  Eike Rathke  <erack@redhat.com>  [967f609cb7bcfd42ccae3d6c8ea75ef9e40910be]

        add Item enum to ScTableRefToken
        
        Change-Id: Ie35d717fd55e6bbde958d3f2be4dac5f489467f9

2015-03-05  Eike Rathke  <erack@redhat.com>  [338d006c9da54ecdd211144dbfe76a076fe20b27]

        use ScTableRefToken in ScRawToken::CreateToken()
        
        Change-Id: I895f142667a593bc5fc4f33f2417cbee991e503a

2015-03-05  Eike Rathke  <erack@redhat.com>  [20e95bcd836baba16909149ded5b54f978b70ce3]

        introduce ScTableRefToken
        
        Change-Id: Id6f7f0fbc120072cf6a61229838e39c4a53aeee7

2015-03-05  Eike Rathke  <erack@redhat.com>  [a1b956d03e83fd91f56250e25932ff4951cbc29e]

        error for css::sheet::FormulaToken with ocTableRef not implemented
        
        Change-Id: I1d95b0168e880029e1fe319f025e586944f636ab

2015-03-05  Eike Rathke  <erack@redhat.com>  [eaf5a24b1ea7f6f37a7d59e3cdd4b8ba949a4f4f]

        add HandleTableRef()
        
        Change-Id: I95e80bfa11177e1a52f3215d27448f4642091bad

2015-03-05  Eike Rathke  <erack@redhat.com>  [40a3cec85f91709e302c08626b59fee0381ef261]

        handle ocTableRef same as ocDBArea
        
        Change-Id: Id64556850ef0d44db1ff4dedb41e0e1cb9735b76

2015-03-05  Eike Rathke  <erack@redhat.com>  [8ee20e2691aa6f67c67d40c61a8cd1569458b5a8]

        rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/s
        
        Change-Id: Ia0db62b27577c64d3d6f6603f2e2c72b56cf1a81

2015-03-05  Eike Rathke  <erack@redhat.com>  [d406edf2442a9d35262daeb48bedb51777ee2255]

        rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/s
        
        Like their function names and to prevent confusion that ocTableRef would
        be related.
        
        Change-Id: I739c7d8e0413aa1e573facdef6bdd854c462f14d

2015-03-05  Eike Rathke  <erack@redhat.com>  [962e14e94d081e587c554e762910c0983f6a139b]

        introduce SC_OPCODE_TABLE_REF / ocTableRef
        
        Change-Id: I74cd756fe41b75791f7c2665373e33aec04b1eee

2015-03-05  Eike Rathke  <erack@redhat.com>  [b68987558068f88fa8016e5bd2d62f57d27d0c19]

        remove SC_START_INDEX_DB_COLL binary file format legacy
        
        There's no ocName that should be ocDBArea instead anymore.
        
        Change-Id: Idbbb62330bfdc5c4e83f99436490e12d90cfd1d4

2015-03-05  Eike Rathke  <erack@redhat.com>  [8d78888a0c62641284d5e5fbe42cb3b950e22683]

        rename confusing HandleSingleRef() to more appropriate HandleColRowName()
        
        Change-Id: Ib2e6d5cd9863ac1f9b0ba9b192f5d17d489ed19f

2015-03-05  Stephan Bergmann  <sbergman@redhat.com>  [e575e89b296f3f4356b1644730e574fe25bbcac8]

        -Werror,-Wunused-function
        
        Change-Id: I46f438646c79421eafa894ee0803a3dd8c75c319

2015-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [9dd8510e41dbdeb39598eed04e260525810141ce]

        tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
        
        in starmath.
        
        Change-Id: I823b352b2b6bdc247bdb3ce875953430546a3be8
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-05  Mihai Varga  <mihai.varga@collabora.com>  [44337a1fdae8cdc68b6cf539166e60feea879a9b]

        Unit tests for PDF import
        
        The PDF file consists of a text section followed by an image. So in the first
        test there should be 2 shapes (text and image) while in the second test which
        has the SkipImages filter option, there should be a single shape.
        
        Change-Id: I30ba0a832b665aa2fd5182b18778b485c62d7590
        Reviewed-on: https://gerrit.libreoffice.org/14552
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [725fdd9214190da2425de9bc69264cb5b38e0443]

        remove dots from Delete buttons for OpenCL lists
        
        because they invokes no dialog
        
        Change-Id: I0a3c09923cfd29ffa01237e14f3eefd1536764f3
        Reviewed-on: https://gerrit.libreoffice.org/14744
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d143c3b5a851890c7454dbb8d436906bec1d37bd]

        add country to strings refering to Brazilian Portuguese
        
        Change-Id: If4487d7157adb949aca9ed0ca0739a00152e6955
        Reviewed-on: https://gerrit.libreoffice.org/14747
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-05  Caolán McNamara  <caolanm@redhat.com>  [a0183e89b7bb687f6fa09acbb72babdee9cdb6b0]

        callcatcher: update unused code
        
        Change-Id: I81b6f8af2b5c539b7adb507e787497b5ed51fa39

2015-03-05  Henry Castro  <hcvcastro@gmail.com>  [4acffa65b58c8bd359215345dca2c61e2c5ceba5]

        Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cells
        
        Change-Id: I32f44acbcf5a6aed4d9f7442ad7212af31073352
        Reviewed-on: https://gerrit.libreoffice.org/14723
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-03-05  Henry Castro  <hcvcastro@gmail.com>  [3381cb4a421bf390445b7dac9ea42f9ccaf3d875]

        Resolves tdf#78221 Cannot drag twice the same cell when editing formula
        
        Change-Id: I69402778e68a2955bdda1ba2c9d31d9b10fb60cc
        Reviewed-on: https://gerrit.libreoffice.org/14748
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-03-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [291f32a0dd7a56f70ba187ae308d4b7c2c84cd6f]

        DocxAttributeOutput: use std::unique_ptr
        
        Change-Id: Ib75431d161a0b68a16c0c4477434d87580d019e6

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [78be86343bc6ee91fffe3b710f7db3a90f1b23ae]

        use "using" to redirect to subclass method in toolbox
        
        Change-Id: Ic07cfef8aa6f27ccc4dce23736a3de1a41698838

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b73fbf4cf68d61b7b46a3ee488c4ea5c360540bd]

        HiDPI: increase toolbar drag handle hit area width
        
        Change-Id: I8aab6d2990ef5910039ab1ae984d22c6ed699f71

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4d3ba6eeed42083e9c3f3a0dcfa4c77cbed9a146]

        tabbar: clean-up header - bitfields to bool, using, ...
        
        Change-Id: I78abbf8e3956ad48c2af0266d7f686dda8b6cccb

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cfab9854f1f0b133169a50528354f19ad37d87fc]

        add margin before/after button handles in tabbar
        
        Change-Id: Id9b16fc4168febd217a2d263a158daca85fdea38

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b8f21298288890d52c06fef6c84441634c56c986]

        toolbox - preserve the orig. image + use it in menu & color update
        
        In toolbox the images are scaled for HiDPI, which causes various
        problems. This change preserves the original image and uses that
        when adding images into the menu and also uses that when updating
        the color related toolbox-es.
        
        Change-Id: Ib7e7d82ccb1cd774e0e14dd6bab5626eaefea097

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2c40b082b585d0d4429f3f6915cf96a8f7914448]

        code cleanup in tbxcolorupdate.cxx
        
        Change-Id: I671e59bab5bc649cc12026647531f8612eec394b

2015-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0451615fc181367f8c318c94205495ebbbcd671e]

        remove maHighImage from toolbox as it is unused (no setter)
        
        Change-Id: I5feaae01fd22252654caba34097d77f75134e045

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [986a0709e25e5148bf6003aba25ca16bba1b43db]

        V801: Decreased performance
        
        Change-Id: I342cbf679e50175808f64469c7e5c208cb75d8db

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [6727b20c71962eb41e4f878bd932902fa13e315f]

        make wheel scrolling work under gtk3
        
        Change-Id: I8a0482abcedd07006d6229c073f89ce0e22e4699

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

        need GDK_SCROLL_MASK under gtk3 to get any wheel scroll events
        
        Change-Id: I1170fd8dc2d355cbef37daaf5cc6640d72c4f74c

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [5262c5101e9c6e2a79f400a625f27df9b3bfbef5]

        rControlRegion.[Left|Top]- 1 + 1 -> rControlRegion.[Left|Top]
        
        and little single line pixel artifacts have gone away somewhere
        along the line
        
        Change-Id: Id4a5b34f80f1be73272798d72a70bd4a1524e0d3

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [1cdf1e90390bda6b059a4fa844e68619a00dd8a6]

        damaged does the same gtk_widget_queue_draw_area with -1 top and +2 dimension
        
        Change-Id: I86428b381680455dfd8dcb2ef28decfd4063fe59

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [429ff8877a0a8c864b6b1fc227f6efccb61b5be6]

        V813: Decreased performance
        
        Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [2567d8040d060525a1125a36e4e3704421833787]

        drop temp surface and draw direct to backing basebmp surface
        
        Change-Id: I370a0f635bea17729539e8b6da4c3f1d195ad43b

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [563bfd69ba451b4db69de353c7c876483094a743]

        rely on cairo to do the clipping for us
        
        Change-Id: Ie79614027a35e09cd95ee0cb238e2e8a538a719d

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

        valgrind: padding is not set
        
        Change-Id: Ide7423fb52110aacc1edf8ca94083e76f408e7ff

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [5a009a4387a84a36d2e3418c7e7b097cb10c3f5a]

        consistent use of [pop|push]IgnoreDamage
        
        Change-Id: I9a1fccc2cb9f2cd2f336218cf336c358c1a87af1

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [19af4b899eb51631a1b16e53cd32adf697a10284]

        update comment
        
        Change-Id: I0f1579be12de198dfbc90c7c78c14979d120302d

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

        seeing as we're using cairo-calls now we shouldn't need manual bounds checking
        
        Change-Id: Id0b91600e69819bc158bda6c51d35169936299d0

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [8a21cb8a80a1edf36644b4fd3be3220f3df48021]

        silence some more spew
        
        Change-Id: Icfab4fc0208de28783ca50328321f3c65600bd9d

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [9b63256d59c300731fa4d37670b119e6296e8ab4]

        flush surface after 'draw'
        
        on f21 otherwise we see nothing under gtk3, f20 doesn't need it FWIW.
        
        Change-Id: I409c828644bff793f4a82ecc7d4cad4da1eeb8da

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

        move getCairoContext to GtkSalFrame and reuse
        
        Change-Id: I8c50e6dd51299214ad622b253ffc401244653225

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

        quieten spew
        
        Change-Id: I40107e53a36aa8af2253bb8708de23239de0546e

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [3cc36adbb48947ca1d670eef158908ff592abb8a]

        duplicate of getCairoContext logic
        
        Change-Id: I8ec75a69dc8b63cf0cbf51a409a253cda765b815

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [7c065a13e132b240b89801788a6e59d50001d224]

        GtkSalGraphics never operate on virtual devices
        
        the VirtualDevice is a SvpSalVirtualDevice and it
        uses its own SvpSalGraphics to render to itself,
        so we don't have to worry about being asked to
        render to a VirtualDevice
        
        i.e. Revert "just in case, fallback if not cairo-surface"
        
        This reverts commit 756b2c945143ee171ae80c9ba51ef0dd50fab789.
        
        Conflicts:
        	vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
        
        Change-Id: I3bd3ce42e7c943f8cfca1cc1d2ea6e5eb51bb349

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [1491e9800bee70b5902643bb1bf8c1789cf12459]

        simplify optimized scrolling route a little
        
        Change-Id: Ib5e4d84c1943e0286632a7d5a805c3c4e8688de9

2015-03-04  Caolán McNamara  <caolanm@redhat.com>  [32f95a35514701ed16413125b440c16d90f52b4a]

        V813: Decreased performance
        
        Change-Id: I8a7528366156b288dc422b09cff0d5a32cde3c91

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [0f98299f7aa44bbb55c1bfeddca7799f727d14b0]

        Avoid bad downcast of SwFrmFmt to SwSectionFmt
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_writerperfect_writer:
        
        SwFmtsModifyBase<SwSectionFmt*>::Contains(SwFmt const*) const
        SwUndoFmtAttr::Init()
        SwUndoFmtAttr::SwUndoFmtAttr(SfxItemSet const&, SwFmt&, bool)
        SwDoc::ChgFmt(SwFmt&, SfxItemSet const&)
        SwDocStyleSheet::SetItemSet(SfxItemSet const&, bool)
        SwXStyle::SetPropertyValues_Impl(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)
        SwXStyle::setPropertyValues(com::sun::star::uno::Sequence<rtl::OUString> const&, com::sun::star::uno::Sequence<com::sun::star::uno::Any> const&)
        SvXMLImportPropertyMapper::_FillMultiPropertySet(std::__debug::vector<XMLPropertyState, std::allocator<XMLPropertyState> > const&, com::sun::star::uno::Reference<com::sun::star::beans::XMultiPropertySet> const&, com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> const&, rtl::Reference<XMLPropertySetMapper> const&, _ContextID_Index_Pair*)
        SvXMLImportPropertyMapper::FillPropertySet(std::__debug::vector<XMLPropertyState, std::allocator<XMLPropertyState> > const&, com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>, _ContextID_Index_Pair*) const
        XMLShapeStyleContext::FillPropertySet(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> const&)
        XMLPropStyleContext::CreateAndInsert(bool)
        XMLTextShapeStyleContext::CreateAndInsert(bool)
        SvXMLStylesContext::CopyStylesToDoc(bool, bool)
        SwXMLImport::InsertStyles(bool)
        SwXMLStylesContext_Impl::EndElement()
        SvXMLImport::endElement(rtl::OUString const&)
        ...
        
        Change-Id: Ibbf6d4def751c5a8ad1416e22b8b5255eda3dd44

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [dedc93e973b59ca4d1660fc3820770bf9b072896]

        Hack to work around an in-destruction SwTxtNode no longer being one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_sw_mailmerge (though the
        true fix might be to prevent all this from happening during ~SwTxtNode anyway?):
        
        SwTxtFrm::GetTxtNode() const
        SwFrm::InvalidatePage(SwPageFrm const*) const
        SwCntntFrm::Cut()
        SwCntntNode::DelFrms(bool)
        SwCntntNode::~SwCntntNode()
        SwTxtNode::~SwTxtNode()
        SwNodes::RemoveNode(unsigned long, unsigned long, bool)
        SwNodes::Delete(SwNodeIndex const&, unsigned long)
        SwDoc::AppendDoc(SwDoc const&, unsigned short, SwPageDesc*, bool, int)
        ...
        
        Change-Id: Ic3bdf067abba985a0b95d4f0a482a94098341198

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [db2c0dc78f11c2764f16e7ca4edaf2cdffc56c64]

        Hack to make an in-destruction SwPageFrm no longer claim to be one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_sw_mailmerge (though the
        true fix might be to prevent all this from happening during ~SwPageFrm anyway?):
        
        SwFrm::FindPageFrm()
        SwAnchoredObject::FindPageFrmOfAnchor()
        lcl_NotifyBackgroundOfObj(SwDrawContact&, SdrObject const&, Rectangle const*)
        SwDrawContact::DisconnectFromLayout(bool)
        SwDrawContact::DisconnectObjFromLayout(SdrObject*)
        SwLayoutFrm::Destroy()
        SwLayoutFrm::~SwLayoutFrm()
        SwFtnBossFrm::~SwFtnBossFrm()
        SwPageFrm::~SwPageFrm()
        SwFrm::CheckPageDescs(SwPageFrm*, bool, SwPageFrm**)
        SwFlowFrm::MoveBwd(bool&)
        SwCntntFrm::MakeAll()
        SwFrm::PrepareMake()
        SwFrm::Calc()
        SwLayAction::IsShortCut(SwPageFrm*&)
        SwLayAction::InternalAction()
        SwLayAction::Action()
        SwViewShell::ImplEndAction(bool)
        SwViewShell::EndAction(bool)
        SwCrsrShell::EndAction(bool, bool)
        SwEditShell::EndAllAction()
        SwDoc::AppendDoc(SwDoc const&, unsigned short, SwPageDesc*, bool)
        ...
        
        Change-Id: Iac207ef4a80318609f0a00d219dcccacaee7b205

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [e49ca69747e9e905dbb00bbd5a7ea85331607a04]

        Hack to make an in-destruction SwFlyInCntFrm no longer claim to be one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_sw_uiwriter (though the
        true fix might be to prevent all this from happening during ~SwFlyInFrm
        anyway?):
        
        SwFrm::InvalidatePage(SwPageFrm const*)
        SwFlyFrm::DeleteCnt()
        SwFlyFrm::~SwFlyFrm()
        SwFlyInCntFrm::~SwFlyInCntFrm()
        SwFrmFmt::DelFrms()
        SwUndoFlyBase::DelFly(SwDoc*)
        SwUndoDelLayFmt::SwUndoDelLayFmt(SwFrmFmt*)
        SwHistoryTxtFlyCnt::SwHistoryTxtFlyCnt(SwFrmFmt*)
        SwHistory::Add(SwTxtAttr*, unsigned long, bool)
        SwUndoSaveCntnt::DelCntntIndex(SwPosition const&, SwPosition const&, unsigned short)
        SwUndoDelete::SwUndoDelete(SwPaM&, bool, bool)
        sw::DocumentContentOperationsManager::DeleteRangeImplImpl(SwPaM&)
        sw::DocumentContentOperationsManager::DeleteRangeImpl(SwPaM&, bool)
        sw::DocumentContentOperationsManager::DeleteAndJoinImpl(SwPaM&, bool)
        (anonymous namespace)::lcl_DoWithBreaks(sw::DocumentContentOperationsManager&, SwPaM&, bool (sw::DocumentContentOperationsManager::*)(SwPaM&, bool), bool)
        sw::DocumentContentOperationsManager::DeleteAndJoin(SwPaM&, bool)
        SwEditShell::DeleteSel(SwPaM&, bool*)
        SwEditShell::Delete()
        ...
        
        Change-Id: I6e3d7f3ab9f11a46324826201bc1af9a2d3a88cb

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [5a934b2c6085d4e397e1466f8cd6a813f3c2d9d6]

        Hack to make an in-destruction SwFlyFrm no longer claim to be one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_writerperfect_writer
        (though the true fix might be to prevent all this from happening during
        ~SwFlyFrm anyway?):
        
        SwFrm::FindPageFrm()
        SwAnchoredObject::FindPageFrmOfAnchor()
        lcl_NotifyBackgroundOfObj(SwDrawContact&, SdrObject const&, Rectangle const*)
        SwDrawContact::DisconnectFromLayout(bool)
        SwDrawContact::DisconnectObjFromLayout(SdrObject*)
        SwLayoutFrm::Destroy()
        SwLayoutFrm::~SwLayoutFrm()
        SwFlyFrm::~SwFlyFrm()
        SwFlyFreeFrm::~SwFlyFreeFrm()
        SwFlyLayFrm::~SwFlyLayFrm()
        SwLayoutFrm::Destroy()
        SwRootFrm::~SwRootFrm()
        ...
        boost::shared_ptr<SwRootFrm>::~shared_ptr()
        SwViewShell::~SwViewShell()
        SwCrsrShell::~SwCrsrShell()
        SwEditShell::~SwEditShell()
        SwFEShell::~SwFEShell()
        SwWrtShell::~SwWrtShell()
        SwView::~SwView()
        SfxViewFrame::ReleaseObjectShell_Impl()
        SfxViewFrame::~SfxViewFrame()
        SfxViewFrame::Close()
        ...
        
        Change-Id: I56d7135044e8682eeaf6ef23c76d4d7beca1eff4

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a015f2c125ebeff895984ff99267918932df529d]

        Hack to work around an in-destruction ScStyleSheetPool no longer being one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_sc_filters_test (though
        the true fix might be to prevent all this from happening during
        ~ScStyleSheetPool anyway?):
        
        ScStyleSheet::GetItemSet()
        ScStyleSheet::Notify(SfxBroadcaster&, SfxHint const&)
        SfxBroadcaster::Broadcast(SfxHint const&)
        SfxBroadcaster::~SfxBroadcaster()
        SfxStyleSheet::~SfxStyleSheet()
        ScStyleSheet::~ScStyleSheet()
        cppu::OWeakObject::release()
        comphelper::OWeakTypeObject::release()
        rtl::Reference<SfxStyleSheetBase>::~Reference()
        ...
        std::vector<rtl::Reference<SfxStyleSheetBase>, std::allocator<rtl::Reference<SfxStyleSheetBase>>>::clear()
        svl::IndexedStyleSheets::Clear(svl::StyleSheetDisposer&)
        SfxStyleSheetBasePool::Clear()
        SfxStyleSheetBasePool::~SfxStyleSheetBasePool()
        SfxStyleSheetPool::~SfxStyleSheetPool()
        ScStyleSheetPool::~ScStyleSheetPool()
        cppu::OWeakObject::release()
        comphelper::OWeakTypeObject::release()
        rtl::Reference<ScStyleSheetPool>::clear()
        ScPoolHelper::~ScPoolHelper()
        salhelper::SimpleReferenceObject::release()
        rtl::Reference<ScPoolHelper>::clear()
        ScDocument::~ScDocument()
        ScDocShell::~ScDocShell()
        ...
        
        Change-Id: I1565f8dbd039de20f63ac20d6b86d7b0d2799637

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [6449e5bb6dd1f09678e09164ef21f455132af98f]

        Hack to make an in-destruction SystemWindow no longer claim to be one
        
        as observed by -fsanitize=vptr e.g. during CppunitTest_sc_macros_test (though
        the true fix might be to prevent all this from happening during ~SystemWindow
        anyway?):
        
        vcl::ImplGetLastSystemWindow(vcl::Window*)
        vcl::Window::SetParent(vcl::Window*)
        vcl::Window::doLazyDelete()
        UnoWrapper::WindowDestroyed(vcl::Window*)
        vcl::Window::~Window()
        SystemWindow::~SystemWindow()
        WorkWindow::~WorkWindow()
        VCLXDevice::DestroyOutputDevice()
        VCLXWindow::dispose()
        (anonymous namespace)::Frame::impl_disposeContainerWindow(com::sun::star::uno::Reference<com::sun::star::awt::XWindow>&)
        (anonymous namespace)::Frame::dispose()
        (anonymous namespace)::Frame::close(unsigned char)
        non-virtual thunk to (anonymous namespace)::Frame::close(unsigned char)
        SfxFrame::DoClose()
        ...
        
        Change-Id: I91495eaa3cb2c636fd093ae7eb8b6ae4733002bb

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [1855ffeb9108d443deb1d0b6806a18908a5935b1]

        Avoid unnecessary bad downcast
        
        Change-Id: I787f423a9e241c9f30c2fcdcaa4dbc4abc72029f

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

        silence warning from use of GetVersionExA in external multimon.h header
        
        Change-Id: I7979ff88c711ea018351e5235ea8bd98e2a9b56e

2015-03-04  Stephan Bergmann  <sbergman@redhat.com>  [d8e7bc042bd0912a66c231b101cecda0f838a80f]

        Remove hack of replacing 0 with 1/LONG_MAX
        
        ...that hack was in there since the initial import, but it is unclear to me what
        it shall fix, and it rather leads to problems as reported by
        -fsanitize=signed-integer-overflow when OuptutDevice::PixelToLogic of a 1x1 Size
        calls ImplPixelToLogic with n=1, nMapDenom=LONG_MAX causing the computation of
        2*n64 to overflow on 64-bit Linux.
        
        Change-Id: I2465da46175b8a1d4af1c23fb3df993230eec78d

2015-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a47600e1f9f7969440a6fa1488892c2aa2de38a8]

        DocxAttributeOutput::m_pFontsAttrList: use std::unique_ptr
        
        Change-Id: I53ea0be24123a5466e0659196a3990782cc66b3b

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

        V813: Decreased performance
        
        Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655

2015-03-03  Michael Stahl  <mstahl@redhat.com>  [242ed97d9a74a08363e1306452bba20f06d673e4]

        configure: update supported --with-windows-sdk values
        
        Change-Id: I3589214b540232d84ad86c67991065f7d376c94b

2015-03-03  Michael Stahl  <mstahl@redhat.com>  [c503d3780fd095cc94103bf0f89b662c446b3b2b]

        configure: properly check for Windows SDK 8.1A
        
        Due to the wildcard checking for it will actually attempt to check for the
        SDK 8.0, which fails with Visual Studio 2013 because its SDK 8.0 apparently
        lacks a midl.exe, so configure fails.
        
        Change-Id: Ib0e61a3a999d6a2ebe16645225fc9838dab3bdb1

2015-03-03  Julien Nabet  <serval2412@yahoo.fr>  [d35d893c3d256223efc59e5bbdacce08352fd901]

        Typos
        
        Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f

2015-03-03  Julien Nabet  <serval2412@yahoo.fr>  [c6f5d3ad899230b4a785d27fb677d0c9e7137c4b]

        Typo: instert(ed)->insert(ed)
        
        Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [5d6358b01b5b34cb21547204f084e9a4c58e689f]

        Previous commit inadvertently rolled back helpcontent2
        
        Change-Id: Id739c8c9f76343b28016ea868c587a52909cdd07

2015-03-03  Julien Nabet  <serval2412@yahoo.fr>  [2b347972fcd8317ab7596e59136e9879dda0b369]

        Typos
        
        Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef

2015-03-03  Michael Stahl  <mstahl@redhat.com>  [08ce45c94fcf3d5d0e937fb01e90f16ef4d9c88f]

        remove more SunStudio cruft
        
        Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [9a3f8cc7fc015443007395dffbde38adf7483c84]

        Improve previous commit to disambiguate FuncData types
        
        ...by making more liberal use of already existing sca::analysis namespace
        instead.
        
        Change-Id: I17355b3aca3a5f415db1de718feba9153012bb2a

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [b2442f11a808a2bdb7c438fc250c7a1913d1ebab]

        Avoid ASan confusion of different FuncData types
        
        ...in sc/inc/callform.hxx and scaddins/source/analysis/analysishelper.hxx, where
        using -fvisiblity-ms-compat for Clang -fsanitize=* on Linux would make both
        _ZTS8FuncData externally visible and confuse -fsanitize=address.
        
        Change-Id: I216665ca8931dbe22a7f9eccd4fa7d73592ef0b5

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [f6977bb87a2eb962e433f85d2e317b8f932f5251]

        Further reduce amount of symbols exported from static orcus library
        
        Following up on 7a4cc197910546d6fb3469806c406bf358ba0168 "Also on Linux do not
        export symbols from static orcus libraries" that turned out to not be enough to
        prevent ASan ODR violation reports after
        f0aa1a78fb209310e8baef53c02f365fca518d11 "For Clang -fsanitize=vptr use
        -fvisibility-ms-compat, not -fvisibility=hidden."  Given that liborcus is only
        ever linked in as a static archive, it is hopefully OK (intended, even?) to not
        export any of its symbols.
        
        Change-Id: Ib8eb084def1725374747a389065bf8186218786e

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [7c0eb12009496a35c927cd5b2520f9c34d50860b]

        Work around missing InetPtonW
        
        ...in certain Windows build environments (whatever it is exactly that causes
        some Windows builds to fail with "error C3861: 'InetPtonW': identifier not
        found" while others succeed).  Unclear what the original reason was for setting
        _WIN32_WINNT here, but removing it hopefully does not break anything.
        
        Change-Id: I83222ad010d428cf2b9c447760ea47381552d04a

2015-03-03  Rishabh Kumar  <kris.kr296@gmail.com>  [070141b854c7731aa44ccf6ce446802ad8653697]

        tdf#64573: Add captions to Photo Album
        
        Creates a rectangular text area with following attributes-
        Color-Black
        Transparency-20%
        Alignment-Bottom
        Default Text-Click to add Title
        
        Change-Id: Ifb75c57fd19d41635fd4e397cbfe2b8a65975eb6
        Reviewed-on: https://gerrit.libreoffice.org/14517
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [82d573e8bf97193c032ca9631d33fa39bbd12638]

        Drop local FindPageDesc implementations
        
        There are quite some places, which manually walk the vector of
        SwPageDesc to find the named item. Replace all of them and
        also drop the duplicated and unused GetPageDesc function.
        
        Additionally adds a ContainsPageDesc function, which checks
        the vector for the SwPageDesc pointer.
        
        Change-Id: I7ade35b78d8208dc00ee56a8f83c3ebadaebb8af
        Reviewed-on: https://gerrit.libreoffice.org/14508
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Tobias Lippert  <drtl@fastmail.fm>  [4bdbea5447f36beb9cc33df173a89a49a9918290]

        tdf#89520 Make TOX creation more robust
        
        The code is now more robust and will accept illegal arguments.
        
        Change-Id: I43ae82b953cea845fb170aa7b6e8d42470ad4e5e
        Reviewed-on: https://gerrit.libreoffice.org/14580
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Yousuf Philips  <philipz85@hotmail.com>  [e719183ce3974ebd8034421e654d0ef0e9b16593]

        Added icons and modified entries in the context menu for TOC
        
        Change-Id: I89eb4a5a984e94588103e5b36f786152c679ff82
        Reviewed-on: https://gerrit.libreoffice.org/14602
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Caolán McNamara  <caolanm@redhat.com>  [f9d3cf3f807b27465b48e2007b4234f4a23913dd]

        missing magic
        
        Change-Id: I93479fe18e1ea3e58dcec46a43fe1a89647c8000

2015-03-03  David Tardon  <dtardon@redhat.com>  [f676369e485068ecb36a2f6030d4e746e769909f]

        likely intent
        
        Change-Id: Ifef96196192d4a636475ff4d9f2b9602c4106e28
        Reviewed-on: https://gerrit.libreoffice.org/14698
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Yousuf Philips  <philipz85@hotmail.com>  [1b50aa9555f8be819759ab5600eb9830bbe7ca3c]

        tdf#78622 Fix LibreLogo tooltips
        
        Change-Id: I99058377251e690784a3450e2610a4aa06c7a786
        Reviewed-on: https://gerrit.libreoffice.org/14702
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Caolán McNamara  <caolanm@redhat.com>  [756b2c945143ee171ae80c9ba51ef0dd50fab789]

        just in case, fallback if not cairo-surface
        
        Change-Id: I5c185f9306f73f787f38566ba5335b5a8f51ee1d

2015-03-03  Caolán McNamara  <caolanm@redhat.com>  [7b4c2d836463efab19201fb466a137b2023cb52a]

        render text with cairo under gtk3, not headless solution
        
        Change-Id: I309eaef08f597658c068170875733e5e1daa56ef
        Reviewed-on: https://gerrit.libreoffice.org/14715
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5d8c466afe97190e550c3d43b52713a0840b273]

        SwFmtHoriOrient: rename member variables missing their prefixes
        
        Change-Id: Ic245fe20e364be8c4110a52f5f91b611adb187db

2015-03-03  Stephan Bergmann  <sbergman@redhat.com>  [24a89b277208d8f3fa7987f5fe76a02286bbff25]

        Improve loplugin:passstuffbyref
        
        Change-Id: I88ab4c51ff59312127681d3087d22b9c79192b94

2015-03-03  Thorsten Behrens  <thb@documentfoundation.org>  [8acdf876c52240c5f3c6d428162b15d4e89f32a7]

        Fix initializer copy'n'paste mistake
        
        aVRP and aVPN were initialized through the call to the same function
        
        Change-Id: I8ebc2d474521a4cedb5ed72bc14c8596887ac740

2015-03-02  Julien Nabet  <serval2412@yahoo.fr>  [f2cb2c6f6702a9e1488690e71395f9653900ce16]

        Typos
        
        Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec

2015-03-02  Laurent Godard  <lgodard.libre@laposte.net>  [f16c427d5668e5fe9d41268e18a71cfca3aaf1c1]

        correct control overlapping - minor UI refactoring
        
        the gtk-cancel button overlapped the "adding extension" label if %EXTENSION_NAME is too long.
        
        Change-Id: Ia6a650d7ff82853155da67527a1cdc865b01148e
        Reviewed-on: https://gerrit.libreoffice.org/14717
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [1455aa36c311a141b31166802feba030c671fc60]

        StaticLibrary headless is gone
        
        Change-Id: I0e91619efc9375e92c918e93d1fd3ec02f4c686a

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [fa50edeb728b4c3320b88a648f5144faf5e2c1b6]

        Remove references to unused GLU
        
        (after removing the one remaining use of gluErrorString in a SAL_WARN call)
        
        Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [6efb7f65eea764ffe5b71f65f9b7eea125183ec3]

        if you link vclplug_svp to desktop you end up with duplicate font caches
        
        so how about we just move all of the svp "headless" stuff into vcl
        proper
        
        Change-Id: Ibf4ab0b0698ef031ffeeb05ef9bbcf3b89144010
        Reviewed-on: https://gerrit.libreoffice.org/14714
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-02  Lionel Elie Mamane  <lionel@mamane.lu>  [61439adce623ce2e66d9f009f877e165b62f2051]

        getAny() is not a safe default, it assumes there is actually an Any
        
        at *m_aValue.m_pValue.
        But there could not even be a pointer there, e.g. if m_aValue.m_nIntXX is in use.
        Then the pointer dereference usually leads to a crash.
        Can e.g. be reproduced by calling getBytes() on an integer column of a RowSet.
        
        Change-Id: Ib5361d838d2869142fd797d4e3454e2562ea7acf

2015-03-02  Lionel Elie Mamane  <lionel@mamane.lu>  [5df77f0d3bcc7015139fed8b5a38a93d9242de69]

        make parsing more cautious with exceptions
        
        also handle UNO exceptions that are not RuntimeException
        
        Change-Id: I7050de6ee4b2e4f2af2e0a0be42ba65e0bc028db

2015-03-02  Tor Lillqvist  <tml@collabora.com>  [2c164be0df5c1501a7dbf0cf3dd45475a880b2ce]

        We need SwShellCrsr::FillStartEnd() on iOS, too
        
        Change-Id: Idd28be5ed39298d8a49466724ac8600df4473464

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [fd6986343521bc182cb26ae974dbd7b6a7e8ef25]

        V813: Decreased performance
        
        Change-Id: I49c022b29a2771b5091ba04b85e5117773730b85

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [88a031e593e0a16881132b08d162ed40a5549d23]

        Missing initialization
        
        Change-Id: I45eabbe9d1a4e3f85f16c2869c4031fc06f5ef31

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [2116ca54115ddf9877b1cbd7f269a554a0760749]

        V804: Decreased performance
        
        Change-Id: Iee15e6f2a08447ccbb82b39146cd5ade68e82b1e
        Reviewed-on: https://gerrit.libreoffice.org/14711
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [e53da56ab2afbd28235137776a2b11f5b07fe828]

        quieten this a bit
        
        Change-Id: Iea35e1377613a16a05c0df73cd9a38f4b717f015

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [eb95cdd91a82b8f2a10b5cce0f7ab3f3a33a3e91]

        implement GetWorkArea for gtk3
        
        Change-Id: I1dc064886516777ef4f714c2e4ecc95abd053dbc

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [c3c41f2190739243a8e9d9c8c44759f30e7a1bbf]

        coverity#735901 Dereference after null check
        
        Change-Id: Ie7defb4233a8ed51d358f8686ea8bfb6d22bb4c3

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [6ee80e749a9ce6f56d53205ac1bd5d19429138a7]

        coverity#1272391 Dereference null return value
        
        Change-Id: Id1c5a498ff5c25eefe2573e695f66d8922213f92

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [9e6c2369a177f2df16b046d7342fae8b26511bbb]

        plugin:literaltoboolconversion: Recurse into comma operator's rhs
        
        ...inspired by <http://www.viva64.com/en/b/0308/#ID0EE4BI>'s V639 finding.
        
        Change-Id: I3b49f00dd4a593ed0b94d81398fa89ff64f6c79b

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [92bface85dc413fc015fd651c538f580ae2da151]

        Turn function-like macro into true function
        
        Change-Id: I70330b1f4844f33779f814377afaf90e0a219b1d

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [e8eec3b3979cf0626bd88db857879fd57fe7a39c]

        typo
        
        Change-Id: Ifc03631b126ec19cb98cb42a258ca4880e868385

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [7d79ae437e16191a62dbe3ec81f9b82e79daf7ea]

        sw: PVS V656 Variables initialized through call to same function
        
        (regression from c2ccd20c0fd92bddfff76447754541705e3eb8f3)
        
        Change-Id: I78ac92869b0e9b56df708aa7d2d35b45bfb5f751

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [d5da8959c607d11d257187ef15f7d89fa8420ba1]

        simplify this
        
        Change-Id: I7ede799978f29e7708bf3386199de73049427d06

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [f040c43a62b01ad3a3094abdf22153e93e2caef7]

        tweak to return a cairo_context instead of a cairo_surface
        
        Change-Id: Ifd5c9b1c2cc1561d9ca5dfd70ab7c3c74a1af216

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [95493cd49f4a80624220c2be6a787b7531f60b8e]

        V813: Decreased performance
        
        Change-Id: I6a988077a3a2e2adf33a2c00a84b929e8133133f

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [ab86a53623c9bf5d3abc7149aa85d0e0c8d7fd98]

        V805: Decreased performance
        
        Change-Id: I822c5ebc321ebda87c238a1781a31793c1623e34

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [cf6d0fced8bc8770ca101b71187c8d0ed28ae1f1]

        Replace uses of deprecated gluBuild2DMipmaps
        
        ...with glGenerateMipmap (since OpenGL 3.0) or GL_GENERATE_MIPMAP (since OpenGL
        1.4).  Appears to make slide transitions not worse on Linux and Mac OS X, while
        actually improving them on Windows (where the transitions were rendered in just
        white w/o textures), at least on the specific machines I tested on.
        
        Change-Id: I1e4c115223521acd3f254bdbf0330a7830160a9c

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [ff28e99c5bffc95b06908f30469caa276efa2b38]

        solenv: remove obsolete OOo SourceConfig cruft
        
        Change-Id: Id45dde81bb699e8c6614b70a815588b884d9a313

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [89a4c0e15b4933f36fd0b2c39d83871bffb3405a]

        remove unused frobnicate-icons.php before the PHP plague spreads
        
        Change-Id: Idb77df08d25887a96cc1cf3b07fa0fd6e0239464

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [1586b91e196f4ede945964d01d906718d5c0a194]

        desktop: remove some obsolete "delzip" files
        
        Change-Id: I47773c4854d6ddda145939179c86be7204c46db7

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [f364b6775339e44c87a42a5750140e4b2de5ce67]

        remove executable bit from .mk / .patch files
        
        Change-Id: Ic8560c9ea13bee56b63e4661446689c7857f789e

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [19309925b892b2229b372eeaadc4eb4c5744f651]

        remove executable bit from rtf / xlsx files
        
        Change-Id: I72d494d82b5f3c06d04c732165775caa4bc819d2

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [405cb8bc58226c6e87e2fe856b443c51a7882908]

        remove executable bit from c / h / cxx / hxx / l files
        
        Change-Id: I90d7788208fb86c8aea36c4944ca11d881f11720

2015-03-02  Michael Stahl  <mstahl@redhat.com>  [e557b160fd59674b8d98e53e4641328a1d6fa61e]

        pyuno, scripting: remove executable bits from python, js, bsh files
        
        Change-Id: Id108693d84fbca7764614e126ee1b3b045baec17

2015-03-02  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [0d4204e87f89839ee0b4ca33e1684626599e4315]

        OpenCL: correctly handle platforms without devices
        
        When an OpenCL platform has no devices (of the requested type), calls to
        clGetDeviceIDs() are required to return with the error value
        CL_DEVICE_NOT_FOUND.
        
        Some platforms (e.g. Clover as of Mesa 10.4.2) do not touch their output
        parameters in such cases, which means that in some conditions the `num`
        variable where the number of devices of the platform should be stored
        may be used uninitialized. This can lead to segmentations faults in the
        subsequent calls to clGetDeviceInfo().
        
        Simply reinitializing num to 0 is sufficient to prevent the segfault in
        the case of Mesa, but proper error handling is included for
        completeness.
        
        Change-Id: Ia25192f6aa953838a545a9e7c9fca050d2703b60
        Reviewed-on: https://gerrit.libreoffice.org/14700
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [142094e78b82b4b4417ed0ef6d6698a40ee5f96f]

        cppcheck: cstyleCast
        
        Change-Id: Iad1307f5362606bf911caed73aea2fd09bf7b004

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [aaaa7953f59a7caed35cda14300ddb1654d4efe4]

        V804: Decreased performance
        
        Change-Id: I6430442cc407e02810d849cf60833abe7c7d2830

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [749c336d305040a374b406327b1c1b303e810983]

        V804: Decreased performance
        
        Change-Id: I53c2d11e81edb3f6d00984b3dc90994af5765164

2015-03-02  Caolán McNamara  <caolanm@redhat.com>  [fae0c3ad57301ab123739c44a0ae3b36ca5ef4a0]

        unused GetPeer inline
        
        Change-Id: I2e90f94d5b6e6011232c6bdad66c622dfeeb9934

2015-03-02  Stephan Bergmann  <sbergman@redhat.com>  [ea58ec34153e2f1e8506d008b52583c2aa7cf453]

        external/poppler: Work around -fsanitize=enum
        
        ...detecting an uninitialized encAlgorithm value is passed into parser->getObj
        (where it is presumably ignored for that specific set of arguments) in
        XRef::fetch.
        
        Change-Id: I511c8222ca8483aea1f475ba2aaefbc0cfb7dd5b

2015-03-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4a58419f43907d6404190019a9c49d993969c443]

        Updated core Project: help  4bbc71ec42073ade5e64e65acf8700d6041ebf49
        
        Help page for all statistics functions of Calc
        
        * rewrite introduction of the the functions
        * add Z-test and Chi-square test help text
        
        Change-Id: I70d720c75fcaec896d8e2a86cca3689cc43763b6
        Reviewed-on: https://gerrit.libreoffice.org/14701
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        

2015-03-02  Takeshi Abe  <tabe@fixedpoint.jp>  [3e9914eded2c57f9c205c994f90e1b3292deec63]

        tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variant
        
        ... in starmath.
        
        Change-Id: If414142c7d1356b8dbbf82bed70b908a4d161653
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-03-02  Noel Grandin  <noel@peralex.com>  [5806a7ed44f675f8c2d6aaf16a4347f3e11c9783]

        cppcheck: Variable is assigned a value that is never used
        
        Change-Id: Iab6eaf148af6219a7c60af23c56ee088f6438a63

2015-03-02  Noel Grandin  <noel@peralex.com>  [a3646d5572b770c74b7b8be80b1091c37a05abc6]

        cppcheck: duplicate inherited member
        
        Change-Id: Iee20ca4523739eb082ea1fa8c1145891c0caed29

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [302f413eec4da8c8572911d08e939186c5ac57cf]

        tdf#89774 oox: TotalTime is in minutes
        
        Change-Id: Ie65a8adbd077997f4a13914dd8e0ba4d55afd7b7

2015-03-02  Siqi Liu  <me@siqi.fr>  [ef990c71e4f4eb703bc8175e26e3853b0d6486ca]

        remove unused boolean (propagating touchEvent instead of intercepting it)
        
        Change-Id: If05cf04414572fea809104c7fed309afb2438bfd

2015-03-02  Siqi Liu  <me@siqi.fr>  [75f5168c031916a8dec7d158e2b36fa983fff10f]

        implement swiping gesture as a generic event
        
        Change-Id: I024db339bada34a544fdcc1def107c7b06332847

2015-03-02  Siqi Liu  <me@siqi.fr>  [fd6129b3a0a7a7f46b39c0abdd94a2a6fccaee48]

        add swipe support for presentation
        
        Change-Id: I650d661a1656388e50e5d4e3a003b8eb4f032382

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c086b9f1401ef987435097b02e43a8dcb21bae3]

        SwEditWin::SetCursorLogicPosition: use SwCrsrShell::getShellCrsr
        
        Using raw GetCrsr() would return the shell cursor even if there is a
        table cursor. With this, if there is a table selection, the selection
        start handle can properly shrink and expand the start of the selection.
        
        Change-Id: Ic525071639333a00bb5a03a3dd74c4f8052e24f7

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6650fe947d41bc43cb05b572acb50180799d5b91]

        LOK: move Office::postKeyEvent to Document
        
        The implementation still sends them to the currently active VCL frame,
        not to the given document, though.
        
        Change-Id: I6fa2decdea3f949c55287e802cb3373c85664207

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [645bebd9f6090b1c617bd95ea990a7dac4afaabc]

        SwSelPaintRects::FillStartEnd(): missing const
        
        Change-Id: I644535d94894e51bc134ba8394238d3044eab488

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee8ee08b4dfc698fa4e21ea28ff961e4c67cb160]

        SwSelPaintRects: add FillStartEnd() interface
        
        Previously we always assumed non-table selections in SwSelPaintRects,
        but that is not always true, resulting in incorrect handles for table
        selections. Add a FillStartEnd() interface to fill the passed SwRects
        with the rectangle of the start and end handle, and implement it in both
        SwShellCrsr and SwShellTableCrsr.
        
        This makes adjusting the end of table selections using the end selection
        handle work (be it shrinking or extending).
        
        Change-Id: Iba8657466b102ec60c41829f00660dfe295643ab

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [f52920ad25ae142bb49beaa7a7353240f143b0b7]

        SwShellTableCrsr::FillRects: ignore visual area for tiled rendering
        
        With this, if you have a 2x2 empty table and you are on A1, pressing
        shift-right results in a proper table selection of A1:B1. Still need to
        fix selection handles, though.
        
        Change-Id: Ifb4598f715991cc7b88828d505c3af008c744676

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [135bc56f87c563ce5bb2c5d2a7faf35e7ecfec59]

        libreofficekit: pretty-print LibreOfficeKitCallbackType
        
        Change-Id: I15a6b265c6fa0d0c62277814fa119d20b311625b

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2446dca88b53462025777d8b468d2b0d5aea737]

        gtktiledviewer: map shift key
        
        Change-Id: Id7e995ef3b6eb117dc74a0a0258417d9dc1291e6

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cbfcfe3d6199158d717e07b0932a7108b7ffd36]

        gtktiledviewer: map down/up/left/right arrow keys
        
        Change-Id: I2a3c729d06d73ff7a7b7cedff27d9fb4a3a88d73

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e85db50db96d9caaf8a75e8fae6b06978467572b]

        android: reset selections in TextCursorView on empty invalidation
        
        Change-Id: I49997520057763299add18fb7c1bc662ef0c76b3

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6c972d2f48786102791bcc62317eaa4b6a9e4451]

        android: if in selection state, reset selection on single tap
        
        Change-Id: I8ae76ee4898087998b88ac2e1d73b3843fc00559

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b99fe5ebc4c06dfbaf6714ea13ce690fa01988f8]

        android: add selection reset to TileProvider
        
        Change-Id: I9a42913069dcaa2bab1e3db51cebe3a0cdcf5746

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b29e9060d5b0b33d54b6131188a95986910be046]

        android: still process cursor invalidations when in selection mode
        
        Change-Id: I24d0b4f58e2227b289eb55cb881664e2cb5a51e9

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b0478cb1a116fe53b721ee627c98ec16e07c203c]

        android: don't hide soft keyboard on long press
        
        Change-Id: I8b1f6057b08752171710e1e5d4d0ab4664a63369

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ae53e0841d86b33c81ae17eea3aa809d99bce8ca]

        android: fix parsing of selection coordinates and make more robust
        
        Change-Id: Ie2fb81cc9c2096df4d9361887ed5bab8a0b841d3

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d5ad8429df278f029ed0117cea8c2bf93460ca66]

        android: send selection/cursor change from TextSelectionHandle
        
        Change-Id: Iac570c890717d8e2dcfde7f29da996c809df81dc

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b2753b46665bf9b51fd2870e5894dd6d924a7d8c]

        android: connect the selection change LOEvent with TileProvider
        
        Change-Id: Ic0b499fcafb56fd5cff6559b66a1698992c1c6ed

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ed42840dfb61899edde5e88373904c34a59a55c6]

        android: support selection change (start,end) to TileProvider
        
        Change-Id: If983699dacbd6c992ffff886215e8f686e0f5a2d

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bb0892de8f54e8f6f2b6427c4d839fef217b03f4]

        android: add LOEvent to report handle position changes
        
        With LOEvent CHANGE_HANDLE_POSITION we can report handle (start
        and end selelection change and cursor change) to the LOKitThread.
        
        Change-Id: Ia247acc147e54a1f05999a5e55786367c4377091

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb08fbbd2ac8816c48c8439895ee809a4359278c]

        android: no need for MotionEvent when sending TOUCH LOEvent
        
        Change-Id: I9173f50fb60680de1bb9744d3f351c44f8175d0c

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5fef3a0c6d4c13166e68d0e84c27dc0febef8d8a]

        android: sent -> send
        
        Change-Id: I241a1cbfb98b9e9bb8f769980547c395427bc0b5

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fc4672c9e22bdd7f3f2683ca484ee87f732e0362]

        android: first set overlay state and send mouse button event later
        
        Change-Id: I30d909ce04baaab8bed1e8bd03b4926b95ed95ee

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [39d4b4010f93b490ebcb46b43fee1dedfc0902d1]

        android: add OverlayState to track the state of overlay
        
        Overlay can either be in state NONE - no overlay elements should
        be shown (this is the deocument reader state), CURSOR - cursor
        and the cursor handle are shown, SELECTION - selection and
        selection handles are shown. The states can change either by
        an invalidation or touch input.
        
        Change-Id: Ia15eb58193675b3799c0014a91f4429a729e30d4

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a8547448f08c6b5083faf72ed3cdf7cac3ab4a1b]

        android: swap position of invalidateCursor and invalidateTiles
        
        Change-Id: Iebc21915b92c82b0def3f4f61fb2128c2942d122

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c2ab77974ec69d73ca2b372e18de76bdeda1e83b]

        android: support parsing selection rectangles, rectructure code
        
        Add support to parse selection rectangles (series of rectangles
        separated by ";"). Additionally restructure and clean up the code
        in InvalidationHandler to be better readable - better comments,
        better variable and method names.
        
        Change-Id: I64d1dc4a806831bd47ca9f14478bec8192035461

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dc43b61e6e792c0e7a9126dee81da2f437d81cfe]

        android: create InvalidationHandler outside of LOKitTileProvider
        
        Change-Id: I79bb20ca5a16a2ebdc6ed3f1c97a483173b0762b

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5b4fc00b12f71926623f0f6e3f7c355ee627f42c]

        android: add selection support to TextCursorView{Layer}
        
        TextCursorView is a overlay view on top of document view which
        is used to draw the cursor (and blink it too). This also adds
        selection rectangles drawing to the same view so both can be drawn
        at the same time.
        
        Change-Id: I3ce034d90597bac4569f04ac903a5443c28cb38e

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c1299f0cab7eaa7fae2b445fca3b9c808c5030cd]

        android: change TextCursorView parent to View and draw with canvas
        
        Previously TextCursorView was subclassing ImageView and a drawable
        to draw the cursor by scaling the drawable, which is not an ideal
        solution. This is now changed so that the TextCursorView is a
        proper subclass of View and draws the cursor using canvas.
        
        Change-Id: I27b1ea73911afbfe9eee6bf382db5368ae449308

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a440511f570f876651bc6e4ce48cf2a5481d9ba]

        Clean up not needed ScTabViewShell LOK methods
        
        Change-Id: Ic834d61cccdd422af96bd1b5933eb1a77e8efc16

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6007719a3bf02c73aa864bf66a2685275416229]

        ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionally
        
        In the desktop case we still have to Paint() directly. This fixes the
        small rendering delay in the desktop case introduced by the previous
        commit.
        
        Change-Id: If07e2d47f62cbe17816439d18c45f129be6ce210

2015-03-02  Jan Holesovsky  <kendy@collabora.com>  [28d01c1bde659ebea4bb4db5301ca5945a2abfdf]

        sc: Make characters appear during tiled rendering as they are typed.
        
        TODO FIXME proof-of-concept cut'n'paste
        
        This entire ScGridWindow::PaintTile() must share code with
        ScGridWindow::Draw(), that's the only way how to get also the shapes,
        charts and everything.
        
        Change-Id: I72d7363edc0c46a9920c3ca0d5d51c982e748a77

2015-03-02  Jan Holesovsky  <kendy@collabora.com>  [75a186ac43768ec4dfca8710072a667a7800453b]

        sc: Initial support for tiled editing in Calc.
        
        Change-Id: Ifa5f84934a68fec86d4f30ee998bf75edfe331c5

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [cffef0927fdc5c8a1d32ccc80cb60298128bc3ce]

        android: let LOKitThread::touch() invoke mouseButtonUp(), too
        
        This fixes the "click into one shape, type something, click into an
        other shape" scenario that was already working in gtktiledviewer.
        
        Change-Id: I79c7174274115b2ab61ea4d0f1de4306f5172a64

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [60045c089eef772cf0935fba1ccec6cb45173ebe]

        sd::Window::LogicInvalidate: add missing mm100 -> twips conversion
        
        The method assumed that the map mode of the output device is twips, but
        that's not true for Impress. If paintTile() does the twips -> mm100
        conversion, then LogicInvalidate() has to do the reverse of that.
        
        This fixes typing into the main placeholder shape of an empty Impress
        document: with our 256x256px tiles only the 3rd and 4th row was
        repainted previously, while the interesting content is in the 2nd row.
        
        Change-Id: I8bda113e73335e465c1c4626a58b6be2b232a190

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [80ac88cc00e7d85ee971205de0310760f70f31cd]

        desktop: move tiled rendering debug code from sw
        
        So that the size / position is more clear in other apps as well.
        
        Change-Id: If1fd9ac8e6ddc83b41c06e3b88ae34765a5c7c75

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0933cad5cf156717614f8532ba8a7ed7208cc3ff]

        sd::ViewShell::LogicMouseButtonDown(): typo
        
        SetPointerPosPixel() was the method I modified locally before
        implementing the dedicated SetLastMousePos(), just forgot to adapt sd
        code to call the new one.
        
        Change-Id: Ic4958459c42d5b2cced01b686fa192f43fc3c965

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b780822f5afbf8cd6c2a8c756251a7edf248f55e]

        Introduce SdXImpressDocument::postMouseEvent() override
        
        It's far from perfect, but the following use-case works:
        
        - open an empty document with a singe slide (only two placeholder
          shapes)
        - type a few characters (into the title shape), Esc to finish editing
        - click into the non-title placeholder
        - type + Esc -> characters appear in the non-title shape
        
        Change-Id: Idc97c1fbeda0fb3ac53769e78b7cd665d8aee67b

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [845708fcc8e9a5a18aa7e70741008c6602f08eae]

        Add vcl::Window::SetLastMousePos()
        
        This is needed, as e.g. sd::FuText::DoExecute() queries the mouse
        position from VCL, which won't be correct in case the mouse event is
        generated by a LOK client, not by VCL. So add a method that makes it
        possible to set the position before MouseButton*() starts.
        
        Change-Id: I1e24ffb2a4a866c9cac89367907ffaec336ad1f6

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e900aaeb5d984f68d3ebc4ef50f688719bfb2c43]

        gtktiledviewer: map GDK_Tab to css::awt::Key::TAB
        
        Change-Id: Icfd38ea4bc4fb470e3eb3eb1a3d48c6607d6a999

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d438bb287ffa19af3ef6d2cc90720c04affa25e2]

        android: enable editing by default
        
        Change-Id: I1428c0bf5c4df8d5d0ede026d0f2e31ac48ce226

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [27598840f83b10dd98bad1ab01c5ee8bb5c63405]

        android: add comments to InvalidationHandler
        
        Change-Id: Ie40b711377d46a37ae7cdae1496919049b5b7736

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8734422b0b85b54c3fccc2b678171ed174c2b8bd]

        android: remove DrawTimingQueue and PanningPerfAPI
        
        Change-Id: I094c345524059030a157a940702ad47fad358176

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e3cd64d378ba44397285d9858624155a4eaffecd]

        android: extrac invalidations into InvalidationHandler
        
        Change-Id: Iccdb5e64acac603fbc623d1c325d6e922568de81

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d33f3215b2957c288890b47b5ef57c3dff4f7e1b]

        android: compilation error in LOKitShell - SIZE_CHANGED event
        
        Change-Id: I564d4db40d5cf5916de3f7a417f42f817d172019

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [541ec41f49afaf19ec5b64f534ff697da0a6bf5a]

        android: LOEvents - remove unndeded, comments
        
        Change-Id: I67976c2b72bf0f7ca044e479fa71b8adbaafdefc

2015-03-02  Tor Lillqvist  <tml@collabora.com>  [6c7291141c4d217e9d4748086fa37b1bb0c1e15f]

        WaE: implicit conversion from bool to 'int'
        
        Change-Id: I40782009fb8d73f827c82c298586a7d4542561c9

2015-03-02  Tor Lillqvist  <tml@collabora.com>  [bc4a2d7ce9d4417f9d6cd58505d4ea3e959b1354]

        WaE: comparison of integers of different signs
        
        Change-Id: Ie3c7fd8b72cd3cd3f9943c026ca348d9ed3c31f0

2015-03-02  Noel Grandin  <noel@peralex.com>  [4a87597e424dea17ac60f17af937961440295757]

        remove unused struct
        
        Change-Id: Icabf74fde82e917826f20ffdc8fcd71a26538bbe

2015-03-02  Noel Grandin  <noel@peralex.com>  [08a9452b677bc68f56fbac3638cfaeff9f90b1eb]

        -Werror,-Wsign-compare
        
        Change-Id: I18e4249d574f0d48e2c2027a89a37125d09e6702

2015-03-02  Noel Grandin  <noel@peralex.com>  [d8bb694c831d37cb4344e3352fe08e2919a7cdc1]

        convert PARAFLAG_ constants to enum class
        
        Change-Id: I71f5ea8e91fe0f50a471e33e4e2c02840a76b707

2015-03-02  Noel Grandin  <noel@peralex.com>  [e9beb264709a8d4a240bb66f6c1ee95658bab4c2]

        convert SBI_ constants to enum class
        
        Change-Id: I65e706f4e1adfe242808293d9514c9db8d22cc12

2015-03-02  Noel Grandin  <noel@peralex.com>  [c9c1caa4f9ad955ae864aa2681f890c7706daad1]

        convert SVX_SEARCHAPP_ constants to enum class
        
        Change-Id: I2b9d379e56e0af655aa06afb5391140de952b9d6

2015-03-02  Noel Grandin  <noel@peralex.com>  [10bc10dd20520a72d030be429798d0cc19466fb5]

        cppcheck: redundantCondition
        
        Change-Id: I4fe72c7e6c76954d3b370168ee9664d66c90fe6e

2015-03-02  Noel Grandin  <noel@peralex.com>  [e2ac5e744e9a4a3776a72bde4778ed1e48c5e895]

        cppcheck: unsignedLessThanZero
        
        Change-Id: I5beba0730f7403eb51f3717401b8d456f645348f

2015-03-02  Noel Grandin  <noel@peralex.com>  [af5b4d295a4df3f1234bbed25d29941a908d340e]

        remove 15-year-old dead code
        
        Change-Id: Iec69f7520cd159120bbe62dbadc9793e81d399b9

2015-03-02  Noel Grandin  <noel@peralex.com>  [6fe4c54294308cf2c2574e4fbb0bdc61632448e1]

        cppcheck: fix memory leak
        
        Change-Id: If73ed88d665d89f37f6caeb0ef1e9df703f063fe

2015-03-02  Noel Grandin  <noel@peralex.com>  [3c866bb8e42554ac96d3588208e167e7786e2d00]

        replace SVX_SEARCHCMD_ constants with enum class
        
        Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa

2015-03-02  Noel Grandin  <noel@peralex.com>  [f9ba16e44b2813dd1fc9b0e06994f67c6350f050]

        convert SW_CHAIN_ constants to enum class
        
        Change-Id: If3cd86cbb0b01f975456b93b05232e18ec742828

2015-03-02  Noel Grandin  <noel@peralex.com>  [019ab2b00fb022383eaa85e6be66d97504587088]

        convert GFF_ constants to enum class
        
        Change-Id: I88469e8d6afb3fcefdaf285a56b7acd576bc8520

2015-03-02  Noel Grandin  <noel@peralex.com>  [6d729943c8c355ab6c172271004a20c633ab22e0]

        convert RC_ constants to enum class
        
        Change-Id: I5efe1b182d1e269e82c2f211ccf1873fd4ac0622

2015-03-02  Noel Grandin  <noel@peralex.com>  [593f08303fef14243c8ee2ec4e1c1912628f59e8]

        convert enum _ImplINetRFC822MessageHeaderState to enum class
        
        Change-Id: Ifbfbec8ee015d5f57f5c864a65d0aed0af9f5318

2015-03-02  Noel Grandin  <noel@peralex.com>  [63dc0b4fc067f611f6f235ebef4488c47c3a8137]

        convert INETMSG_MIME_VERSION constants to enum class
        
        Change-Id: Iaa2518f7f491f4e0e316dcb8695cf1275ffe8149

2015-03-02  Noel Grandin  <noel@peralex.com>  [1e4f2cc1a0fa75cc4d32a8a818c3fed906e099d3]

        convert INETMSG_RFC822_ constants to enum class
        
        Change-Id: Ib7b52fa3d0d3a675c662893d603f5e66172a2581

2015-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6aeaa9634e87f5df2fd90f01900a487982068160]

        sw: remove now unused WriterHelper
        
        This concludes the ongoing various dumpXml() cleanups of mine since
        2014-11-24 in the sw doc model xml dumper.
        
        Change-Id: I8e9f7c8d9443df3763b7d3073541dbe03b662f4c

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ddfde577731439ce647429c3ab8d8ae47402148e]

        HiDPI: increase connection markers
        
        Change-Id: I93f1c758a7fdca3f04ccaf0b09ca7b9018067b51

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [929bcc404f2d4050ab2e2cbb2a5fdb41e7be5276]

        HiDPI: increase size of handles including anchor
        
        Change-Id: I9692c0674d8cb56dab6dd65e48a868aaf7b38e38

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ea951c868256a26f68f001a2dcdc67bb3be8d7c7]

        HiDPI: increase table selection border depending on scale factor
        
        Change-Id: I78d5d7c83be9ec136341d202a73cf3194a301e32

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2098f14ad3bd3637979aad66f5a66d6f10702a02]

        cleanup tableBorderHdl::CreateB2dIAObject
        
        Change-Id: I1cdcf23fd64c3a445a3c8dddea8684013113a04e

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ec4fce4b23baeb899a8fc1ddf5e1ef5866bf6746]

        in tabbar - don't show tab background on tab add (plus icon)
        
        Change-Id: Ibe6ff1164382474ff120078bacf28344bc1b1985

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e70007a55574ecffba4be96a7e081f7cc0539ba2]

        disable last / first button for calc tabbar
        
        Change-Id: Ic9df3dff17677da61eeff79211ae56b87aad8abe

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8127b06fa4661bb743bfc432bcae4c089c72c76a]

        tabbar buttons next/previous act as last/first if MOD1 is pressed
        
        If user presses MOD1 (ctrl) key, the next / previous will act
        as last / first button. This support removes the need for last /
        first button.
        
        Change-Id: I53c9cf0b4963ed4f4c99eb47c21e643e1c6f9110

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [05de5c9bf3bc989c72f081d8415c079f4b2ecf36]

        make tabbar buttons flat by default
        
        Change-Id: I31066defc8d3c645b2cd809f1e445178c95fc50e

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [108cd7a38b55dc60deb1ac62372c06562f58b050]

        cleanup TabBar's ImplTabButton
        
        Change-Id: Ic77f322cce00885896343ce21e35db4e286aafda

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ef9c71b106862b253380256b762f96991c257a26]

        disable borders for tabbar in Calc (ScTabControl)
        
        Change-Id: Idc364ba9658143c4ddb17f118a73bdfde3c51ed1

2015-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [336ac1e7eef88087a70b53387dd3065ed86764f4]

        cleanup ScTabControl constructor
        
        Change-Id: Ie3d44a241104c37d11daceff6fe1e72e04ca0d8d

2015-03-01  Stephan Bergmann  <sbergman@redhat.com>  [815e33cf0ab93169239decf49caaf718b558ce7b]

        -Werror,-Wunused-private-field
        
        Change-Id: Idaa0d4a22b97e477ce3cde6a978ea0ab99367190

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

        V804: Decreased performance
        
        Change-Id: I484dd153e5d7f0664eac85595011d610f2b8df7b

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

        Updated core Project: help  a79093aadb26bc133c5bb36b2129ba1a468d44cb

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

        fix gtk3 build
        
        Change-Id: I88403c89d07d28fb420fc2d00821ed08f84a5dd2

2015-03-01  Tor Lillqvist  <tml@collabora.com>  [5594a09339f9468e9f57b3c1ac5f0134bfac3fe5]

        WaE: implicit conversion (IntegralToBoolean) of literal of type 'sal_Bool' ...
        
        ... (aka 'unsigned char') to 'bool'.
        
        Change-Id: I7b6ed29c750ad26925f4875c0a38cb800a9f693f

2015-03-01  Tor Lillqvist  <tml@collabora.com>  [59b83de4ee0c1ba0a842ca36e3fa253fcf3cdf22]

        WaE: Unreferenced function definition
        
        Change-Id: I027e901ebdd21a96228f30c766792338f4ca385e

2015-03-01  Tor Lillqvist  <tml@collabora.com>  [31d322aa8a57c828dcd339ec6b7b6b63138984a4]

        WaE: rewrite call of rtl::OUString::operator= with empty string constant ...
        
        ... argument as call of rtl::OUString::clear.
        
        Change-Id: I3877a7034edc2cff0509c8a57170228fa1c68685

2015-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8e23bb389d3ed1c43e45dbbffdec0a418232156]

        sw: fix typo in Reader::ClearTemplate()
        
        Change-Id: I5092a94569b369b004c05197b5f5820905a1b104

2015-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbfe81f4548db29d18d5fd1d1850d520ebddee16]

        Extract SwNode::dumpAsXml() from nodedump
        
        Change-Id: Icb6221c82e5040f7e9e9545e75c26267454a10eb

2015-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [76f52699d792872cbe06271db43ce86800d604f0]

        Extract SwStartNode::dumpAsXml() from nodedump
        
        Change-Id: Ib4d3ab9014ccab7c226a3aaa4b70fd1bf1af3e33

2015-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [14988563074aa84cf29997103e7f8c2dbe4d2890]

        Extract SwTxtNode::dumpAsXml() from nodedump
        
        Change-Id: Ic9711129b5b5db2151889e2db511f0ae5b216bc0

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2c334494efd4ee52638435a9b55b1e4b33b04b54]

        unconditional break in while loop
        
        Change-Id: Ia5c28300ba6c299c7625e8b63a46327123ebb98e

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3d3e883b15ae688031ffbc9f0e709848e2d629ad]

        wrong length value for string length
        
        Change-Id: Ic8b41ec4bb6b46177b02f533b936ab678207f926

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [837fa475b25c3a104c64715d457e47a911d7ca34]

        variable is assigned the same value twice
        
        Change-Id: I4c6ac1fa0ab387f86d17ba72e110ea7855929160

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9510877c006636fa35ac774193febae37e3e7e98]

        variable is assigned the same value twice
        
        Change-Id: I8295b106352d449a3163ea56113a59525ac3eaf4

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d7318352667dc45794072c6a853a882544f02671]

        more efficient check for empty strings
        
        Change-Id: Ibc2f7412b6bf8ef75f93d649812836c01224e43f

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ff8b9c4e590ff6189b5d7446814a398ab513bd0c]

        unnecessary wstring -> char* -> wstring conversion
        
        Change-Id: I21e6036a5156ed62f2c7bff6439c64d0178c96e4

2015-03-01  David Tardon  <dtardon@redhat.com>  [115b78837e9a4206603fc5dbc7da68f65ba08a4b]

        mismatched new[]/delete
        
        Change-Id: Ie3987480800cb07fcb18adb9fa4a5b190c1d45b5

2015-03-01  David Tardon  <dtardon@redhat.com>  [79143802420796074cebc07d133f75458205bd1a]

        use initializer list here too
        
        Change-Id: I30e4374dc44a58cb1b7315e3d7bfbed99c77030a

2015-03-01  David Tardon  <dtardon@redhat.com>  [c6ad44c180667d27b79781e9cf0b6db0eb9053dd]

        initialize members
        
        Change-Id: I907fdbb4ca12a25fbfa99c6fa345c3c07aea0833

2015-03-01  David Tardon  <dtardon@redhat.com>  [e133edad085699001619b55524c4c1ef0d587679]

        fix comparison
        
        Change-Id: Ia3b0278ce8bcc3558a238e0048e3f177e5e1e681

2015-03-01  David Tardon  <dtardon@redhat.com>  [04814fcc3bd1045d76b27c225aa7baf892ac3410]

        likely intent
        
        Change-Id: I2372ddec8e82eb99206661469843d7837d2bf6d1

2015-03-01  David Tardon  <dtardon@redhat.com>  [b005064ba45255ff9229a3060e6cba2cfbf4e588]

        avoid NULL ptr deref.
        
        Change-Id: I913e967aa59808077e346b955b136d8faf4b749b

2015-03-01  David Tardon  <dtardon@redhat.com>  [0d66044eb60dbe0ff241fbf1e8303cef8ce1953b]

        avoid NULL ptr deref.
        
        Change-Id: I7b86bd672af36209555487b08263d8d323bd1cc5

2015-03-01  David Tardon  <dtardon@redhat.com>  [6e69d9b8661073131274fc2d6a4499a696dd7b3b]

        make this a bit less cryptic
        
        Change-Id: I800735cf4dd10af8e6cd2e2581b18bcb71eb2872

2015-03-01  David Tardon  <dtardon@redhat.com>  [0821dd79b705a8ae247e33f656388fb57edc212f]

        remove duplicate line
        
        Change-Id: I80239379cfba8fa9d13554a693f0aa3e8610ef55

2015-03-01  David Tardon  <dtardon@redhat.com>  [f138cf2c25c3ad5e9eec4e9682347e340618f839]

        condition is always true because of wrongly placed )
        
        Change-Id: Id5f2c623375419daa4433fc2f925921e6013846f

2015-03-01  David Tardon  <dtardon@redhat.com>  [2c5acc396c2561da9892e5f58aff5694301d1ba2]

        fix index
        
        Change-Id: Ib006c35b6924974faaeb88d10d33d76b27cf0e96

2015-03-01  David Tardon  <dtardon@redhat.com>  [a6db8e23afc05f413ff1098b401c5a5754160113]

        fix index
        
        Change-Id: I2eb918b2590841cc541a3cec3be7731423653a63

2015-03-01  David Tardon  <dtardon@redhat.com>  [7a1e6d73dc865ac3600edf908832a37e2debc2aa]

        i assume this is what is wanted
        
        Change-Id: I619c57b07ccde25257f7848bd2bdf55ac78c9171

2015-03-01  David Tardon  <dtardon@redhat.com>  [2e8fccad27af4e4ee52081e84e10b0e2e55692eb]

        initialize iterator at construction
        
        Change-Id: I8ec59c89b3b8d44b99d3e1296fe217a1630607b4

2015-03-01  David Tardon  <dtardon@redhat.com>  [3f18467049cf0843730335c6bb0a09aa1df189f6]

        fix end condition
        
        Change-Id: I420d873ebafd459cedaee62bdc623599b4c767f7

2015-03-01  David Tardon  <dtardon@redhat.com>  [d170afda29bf4557df568732b1feba47f2c9439f]

        fix loop
        
        Change-Id: I152f7bd7f528d0c485c11ba5e31e8678744a97fb

2015-03-01  David Tardon  <dtardon@redhat.com>  [d70ab9974d161ff1acc2543f04a6c9431e8dff43]

        fix self-assignment
        
        Change-Id: Id4c5ac26ac33ba87407127586fb1961b9fb24967

2015-03-01  David Tardon  <dtardon@redhat.com>  [a59848c9999f655342db4c67e3dc390cc083e511]

        really compare to the other instance
        
        Change-Id: I8cef7d7d41ee4ca22a23aad4fa6c9a5b73822275

2015-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [60b052ccdefb44ddcd2c6d20755d9c45c67b2597]

        mark more places where we changed the default value in the past
        
        Change-Id: I4860fff43f106f3d734ba58f046364c201775eb7

2015-03-01  Henry Castro  <hcvcastro@gmail.com>  [6c84442f99de109b585d3ba8964deb8dcf261c0f]

        tdf#87820  Images not displayed properly in Calc
        
        Fixed. After opening, images were not displayed properly in Calc 4.3 and 4.4
        
        Change-Id: I1f0dd7e9d332889df81be84a6c1e28a09f509733
        Reviewed-on: https://gerrit.libreoffice.org/14505
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2015-03-01  Julien Nabet  <serval2412@yahoo.fr>  [3cd728f92c76d747cca7c8ed1d81294d3d0e9e2f]

        unusedcode.easy: remove ScBroadcastAreaSlotMachine::AreaBroadcastInRange
        
        Change-Id: Ic9f2348d88be4da08ddb3fc01d7e68d22d478b98

2015-03-01  Julien Nabet  <serval2412@yahoo.fr>  [45aaec8206182c16025cbcb20651ddbdf558b95d]

        Typo: ocured->occured
        
        Change-Id: Ic99caa7fc5189228b95b1f776dbc8c7ee835242e

2015-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [2902cdc173604068abba540118b30d97ddc6b38d]

        Use more proper integer types and range-for loops
        
        Change-Id: I6c1b6697e984dd39b70dace8568eda41b346e685

2015-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [f6a42d648e4786ddfcdb9c1f1636a2dea9bceb5f]

        Use more proper integer types and range-for loops
        
        Change-Id: Iea85454339b79bd65bdd0f340bd86359370cd5f6

2015-03-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [b86bdab9916e18c7b4c024882535f64129cd4a68]

        Use more proper integer types and simplify loops
        
        Change-Id: Iba85b958c01c7bf6079180973379d4b7261a636e

2015-03-01  Chris Laplante  <mostthingsweb@gmail.com>  [797c48f0f74501def9f47444538c0e110fcfcca1]

        tdf#84002 Add support for .ase color palettes
        
        CMYK, RGB, and gray color models are supported. LAB colors
        are replaced by just black since the conversion to RGB is
        very complicated.
        
        Change-Id: I689e6ce972cd7b7f03725f99be4761dea4a81743
        Reviewed-on: https://gerrit.libreoffice.org/14661
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-03-01  Julien Nabet  <serval2412@yahoo.fr>  [e3e95f97638ff4d2c230cbc1f560a148863fb7a5]

        Typo: embeded->embedded
        
        Change-Id: I27d0cdac158a674274647fe0081a8d8c046fe0ea

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [a98d3240a2d44a428852fee1d8a622b0780d687e]

        scp2: remove now unused variable
        
        Change-Id: I85c0db36709f545bf2d4eaba9b458e4741b7879b

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [9978e4c10f3eb9b9cd0f2d192e0f4ff53b9aafca]

        scp2: move some ooo packages to AutoInstall
        
        Change-Id: I1c99cd2c8a392bf2a775eeb2c3acd4474aa2b0fb

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [4de54e51c4f2c4c06d877e5df4f0ae58ebcc0f39]

        scp2: move reportbuilder packages to AutoInstall
        
        Change-Id: I81778d452b548a0205db2e8bd30bcfed37becfcd

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [e0aaa830fc6633a2ab5614eec4f4b88279dca908]

        scp2: move xsltfilter packages to AutoInstall
        
        Change-Id: I2ae844d43a875ea0b4eb9dd445e483a36a90f73d

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [dedaf74392cbf09e165bd8164a905e146a2961fe]

        scp2: move python librelogo packages to AutoInstall
        
        Change-Id: Ib70d1510bac2eb6bd5491f3177191ad5a8aebe2d

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [62eb3bf472975e9af4d12e0e4fea5d9c419694b9]

        scp2: move python packages to AutoInstall
        
        Change-Id: I1444e114e5cdbe794d79f40edebc32cb0229a4b5

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [8c53af6fb868ab1aa31e76350ced9bc0e41d816a]

        scp2: move python scriptprovider package to AutoInstall
        
        Change-Id: I7e7f74ffbfd9edc4d8d4b3ca13d9a2f0d97dcbf4

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [855d4c5c122e833df1f3b1c88fa312f9f7bc6df1]

        scp2: move gallery packages to AutoInstall
        
        Change-Id: I56a89b8785d7ac9f959ed43be26302540332e7ee

2015-02-28  Michael Stahl  <mstahl@redhat.com>  [081a3ea796856e25e7f91728792111e258e80f2d]

        scp2: remove obsolete mkopenwith.btm
        
        Change-Id: I409a505ad61f99e56081a9a05ec49284564fd568

2015-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1d7f029a06832bae59991398c8bc6ab2c2d6443]

        solenv: sfx's ScriptLibraryContainer depends on #if HAVE_FEATURE_SCRIPTING
        
        Change-Id: Ib5238d44d7bce6651ddbdc4f843f5aaab4eb97c2

2015-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5d775d1bf603fed463e0e080e40f31dde07a3fa]

        boost::shared_ptr -> std::shared_ptr
        
        Change-Id: I536b2c2fbbee9e9fd5dd10e016d73a771bd8083f

2015-02-28  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [69a80316f7da33e90e1006624466f52af524f1dc]

        tdf#89141: reverted a workaround for getting activity time
        
        A workaround applied in #i99360 (sha:44e008b01f72c3f02ab3328cdc44f987617f272b) does not works always correctly.
        This workaround is required to avoid bug in X11 which is already
        fixed in 2009 (https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/322310).
        That fix should now be spread enough so there is no reason to keep it.
        
        Change-Id: Ied6fe8f32d2da5922092bd9ed47ee56c4f67a255
        Reviewed-on: https://gerrit.libreoffice.org/14671
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [97eead6da3a6c1aac27cdb51fb9c11b7b1024a8e]

        sw: rename SwViewImp to SwViewShellImp
        
        It was quite confusing that the implementation class for SwView is
        SwView_Impl, but SwViewShell's implementation class was SwViewImp.
        
        Change-Id: I44fdc79f446a576b3d9b952b0c9212001b0b88fe
        Reviewed-on: https://gerrit.libreoffice.org/14681
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-28  Stanislav Horacek  <stanislav.horacek@gmail.com>  [691a5e42bf11d301522dc333faaad1e72378341c]

        Updated core Project: help  2f84d05cecc0265902c5df3afc22adf8a046a3c1
        
        related tdf#69685 tdf#70733 move functions to appropriate categories
        
        Change-Id: I85624c210d87e9cccaf7ddd3db53b52f37f4fb34
        Reviewed-on: https://gerrit.libreoffice.org/14680
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-02-28  Michael Meeks  <michael.meeks@collabora.com>  [45306431759ec5e1bda8caa1ed428fc77035b0f2]

        tdf#89482 - return size of system virtual device resource at construction.
        
        Change-Id: I832a5626b52935180f24857e56297840667eec2a
        Reviewed-on: https://gerrit.libreoffice.org/14678
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-02-28  Julien Nabet  <serval2412@yahoo.fr>  [c1b9402d49a7cd4bec383f28d397d9d89541f0e0]

        Typos
        
        Change-Id: I151957e415eff793e3d054050526b7d6892d28d4

2015-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a93b3c671835267433b7dc9eb71aa9f1c79dd67]

        Extract SwDoc::dumpAsXml() from docnode
        
        Change-Id: I49a35270d6ff2ea5c840a1f4f73d1f6a0701b2d5

2015-02-28  Julien Nabet  <serval2412@yahoo.fr>  [8a231fb2fa630c7c0992d2144ca10f21d0771baa]

        Typo: cirle->circle
        
        Change-Id: I0290c1f87e58e435e0989d7fd3186e98766d7a29

2015-02-28  Julien Nabet  <serval2412@yahoo.fr>  [abfee9852cf553dff351753d284a38c0022f68ef]

        Typos
        
        Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3

2015-02-28  Julien Nabet  <serval2412@yahoo.fr>  [ed4627ba2c40a2199652614278cae93c8726e526]

        Typo: skiped->skipped
        
        Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314

2015-02-28  Julien Nabet  <serval2412@yahoo.fr>  [a10447301fb8d726799b1bd0ff987945c1e4c88a]

        Typo: excute->execute
        
        Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27

2015-02-28  Tor Lillqvist  <tml@collabora.com>  [52d39d9e7f8021e0b6112dfc4dc98943e5806515]

        Fix compilation for iOS
        
        Change-Id: I9b7dc689cfef11aa6f33868884a9a25607502d1d

2015-02-28  Yousuf Philips  <philipz85@hotmail.com>  [85e4761b929797216a56e4c9eca3d8bb0685f883]

        tdf#81475 Unhiding of entries in the standard and formatting toolbars
        
        Change-Id: Icd572dd7ce723517f3d45ce932230e346bedc261
        Reviewed-on: https://gerrit.libreoffice.org/14674
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-28  László Németh  <laszlo.nemeth@collabora.com>  [3d586d61d6a2b314783203d92fb0c1b62ea0e95e]

        tdf#89436 ScHorizontalAttrIterator cleanup
        
        + optimization (removing cycle on cells with default attributes)
        
        Change-Id: I4441fab13cb8ba6251d8524db4045e22514436fa

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [f5b00ec964a9b4320543028e77fb6acb25f70e74]

        gbuild: gb_CppunitTest_use_filter_configuration was removed
        
        ... years ago in commit e1b51e7beb7f9cfa7b574b9c2a69799e62963a09
        
        Change-Id: I588370796830dc379f6a004ec7e673b020360eb5

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [f0a60415597bae7ca54767b397a217882578ce97]

        gbuild: CppunitTest: always use unittest configuration
        
        The sc_subsequent_filters_test was failing because of a lock file
        because it did not use the unittest configuration.
        
        Refactor gb_CppunitTest_use_configuration so it uses both the instdir
        and unittest configuration to prevent such errors.
        
        In case there ever is a test that does not work with the unittest
        configuration it should call gb_CppunitTest_use_instdir_configuration.
        
        Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [5f444791fbae38ad69a0497a074e2411da8cbb0f]

        sc: ScFiltersTest::testOptimalHeightReset() check DeleteContents success
        
        Change-Id: I79a330c8fec2f2a47c7a348c911df5b45913b239

2015-02-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a0a1a752cd08b54d3b12c74826882c734fc9c2be]

        actually add all of the new autosum icons to Tango, related tdf#88915
        
        Change-Id: I0a84f4216ff6120f00126a3bd2942f2e455e4190

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [7791521e97361ae5a39df44a5a3afe9a2d8b562e]

        Remove nonsense
        
        Change-Id: Ia9528660190b0359c59818c82265081d9e73b9d9

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [35b07ae7a3ef2163de7dcff7a96029e28240fe11]

        Re tdf#87789: Fix opening mork CollectedAddressBook Table
        
        ...which now opened the AddressBook Table instead.  Apparently a regression from
        a527ad98e58a7fc9af482f9088687d82e5c52cca "Resolves fdo#87789: show groups in
        collected addresses."
        
        Change-Id: I413adb3ee963262cac71547cde6e5ccc5a9a19ab

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [6a319aa381a1ab704a6c523198baccca021918bd]

        Clean up interface between kab and kabdrv libs
        
        ...to not need to see the KDriver class from the outer kab wrapper in the inner
        kabdrv, and the KConnection class from the inner kabdrv in the outer kab
        wrapper, which caused false positives from -fsanitize=vptr.
        
        Change-Id: Ifae4c837ba4da660df0928b50de5114d567e5d9c

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [0ee5a79a280dcacc326aafffb0a109ee63016c59]

        testtools: mark CurrentContextChecker as DLLPRIVATE
        
        The problem is that currentcontextchecker.cxx is linked statically into 2
        dynamic libraries, and with clang now using -fvisibility-ms-compat since
        commit f0aa1a78fb209310e8baef53c02f365fca518d11 the ASAN complains about
        ODR violation in testttols uno_test:
        
        ==1818==ERROR: AddressSanitizer: odr-violation (0x2aef08e9c600):
          [1] size=192 'vtable for testtools::bridgetest::CurrentContextChecker'
          testtools/source/bridgetest/currentcontextchecker.cxx
          [2] size=192 'vtable for testtools::bridgetest::CurrentContextChecker'
          testtools/source/bridgetest/currentcontextchecker.cxx
        
        Change-Id: Ie705788dbf035f7a9f64878c6dcf3cec9b7e7ba1

2015-02-27  Tor Lillqvist  <tml@collabora.com>  [2c78736c19a8f2a1df0f406c3e92f5ac55576148]

        tdf#84881: Timestamp the right data (Win32 version)
        
        Now Adobe Reader is satisfied with the signature timestamp also for a
        PDF signed and timestamped on Windows.
        
        My gleeful commit comment from yesterday about how much simpler the
        Win32 crypto API was to use for this task was not entirely true. It is
        simpler than using NSS and curl, but not as simple as I had hoped. Oh
        well, I am not really surprised.
        
        I now use the "low-level" message functions instead of the single
        "simplified" CryptSignMessage(). And just like with NSS, I need to
        create the message twice; first to get the signature to timestamp, and
        then a second time to attach the timestamp. But now I wonder whether
        doing CryptSignMessage() twice would work too. Anyway, won't touch the
        code now for a while.
        
        I am actually a bit surprised that the code works... Must have been my
        lucky day. Or then I just am good at making educated guesses at what
        an API does, even if the documentation doesn't make it perfectly
        clear. Especially, I am a bit surprised that calling
        CryptMsgGetParam(hMsg, CMSG_BARE_CONTENT_PARAM) returns (just) the
        signature. OTOH, what else would it return?
        
        Change-Id: Iec20c7605cf3d841b9e1787184c7b665837f1bc2

2015-02-27  Mark Hung  <marklh9@gmail.com>  [cda9ae79e58d861a85128d6a37587b633b956aae]

        tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsian
        
        Change-Id: I4adad1675f2a880e14ed870a3c74e43e8898c371
        Reviewed-on: https://gerrit.libreoffice.org/14663
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-27  Caolán McNamara  <caolanm@redhat.com>  [dd179370e0905dc4ae206467d65cb69b70d5356e]

        seperate headless textrendering into its own class
        
        and forward calls to it from the SvpGraphics
        
        Change-Id: I6d1fbc8919596d5f47661b3471570fcb7e14bc3e

2015-02-27  Caolán McNamara  <caolanm@redhat.com>  [56580e906416b2ff3afd99c7bfb5cbe4f6b53bc2]

        initialize pActionAttrTokenMap
        
        Change-Id: I3d68ec1c7c43773c05344e88cc4eec8edbd4108b

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [27e85dd314e02dc97612bf1682fccacaf0244127]

        sdbc:address:kab URLs don't have a trailing ":"
        
        broken since 4bf95c4c31dd871065d4042028a4b3ae476dab70 "make use of startsWith()"
        where the tricky
        
          !url.compareTo(::rtl::OUString("sdbc:address:kab:"), 16)
        
        was replaced with
        
          url.startsWith("sdbc:address:kab:")
        
        even though the original exempted the trailing ":" from the comparison
        
        Change-Id: I45175b2669d61eb4cee36d4456ccb69d0f11ef63

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [d8a2a0b84a9aa570116febf23a6f1d6430fec287]

        Adapt code to changed libkabdrv1lo.so name
        
        broken since LO 3.6, commit 07d512eff12fc89adbfb73e546b3946494f21472
        "connectivity: convert kab to gbuild"
        
        Change-Id: I65cc32fa55f1d5c0358585489b8b3dc3aaf8004b

2015-02-27  Caolán McNamara  <caolanm@redhat.com>  [92da476fedc144dad3c4f5ffe4b8e4b91091fd66]

        fix build
        
        Change-Id: I692a3ce8c917f97bcaa05903c89784c213e6c864

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [fa6c09877ed6502593de2f73541d91f31c8feea1]

        Fix OFormattedFieldWrapper[_ForcedFormatted] instance creation
        
        broken with 5d05f7ed8582193c39e29b7dc16767fb850e9f28 "forms: use constructor
        feature for form modules" and follow-up misguided clean up
        
        Change-Id: If9447740e6408472722b81d112cd85349020eabe

2015-02-27  Takeshi Abe  <tabe@fixedpoint.jp>  [2459936cda33fb0ec7aecad9b8cbde8cd6a84cfb]

        tdf#46343: Add the tensor product operator to "Elements Dock"
        
        This is not exactly what the reporter of the issue requested
        because this is for "Elements Dock", not for "Elements".
        However, according to tdf#68871, Elements Dock would be the
        desired place to be improved.
        
        Change-Id: I6806d33f1ea89c7fe7565753f000f7bf747552a5
        Reviewed-on: https://gerrit.libreoffice.org/14652
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-27  Henry Castro  <hcvcastro@gmail.com>  [b05330c64799067ca2e0b8ea8bfdee8ce8b023b2]

        Resolves tdf#71095 Calc doesn't paste images copied from some web browsers
        
        Fixed. When I try to paste an web image copied from web browser, it paste now
        
        Change-Id: I696feb3438022b506303b2f354ac9c4d306e08f4
        Reviewed-on: https://gerrit.libreoffice.org/14529
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-27  Takeshi Abe  <tabe@fixedpoint.jp>  [fe43c9227bd77c6471126b2553820c14b4721d6f]

        starmath: render the selected subexpression of MathML's <maction>
        
        ... specified by the selection attribute.
        For its expected behavior, see the section <maction> in MathML 1.01:
        <http://www.w3.org/TR/REC-MathML/chap3_6.html#sec3.6.1>
        
        Change-Id: I70c1b2cfe1afec730f3e67ba0938bbaf8ada8e23
        Reviewed-on: https://gerrit.libreoffice.org/14600
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [543b432f132ef928216526854aa0df4d94b76dca]

        18npool: these variables should be signed
        
        Change-Id: I6519a4c9da2a95efcc54288b3ef9d0a19ccfef3c

2015-02-27  Michael Stahl  <mstahl@redhat.com>  [802fe48751e3baaecd9d279ef496c8a2c3cb0a2c]

        comphelper: compare implemented as subtraction
        
        Change-Id: Ic7abd7dd588339e06b6764659829f35b4ea87adb

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [787387810721d9fba6a5b7fce6e3260171526e01]

        Avoid unnecessary bad downcast
        
        Change-Id: Ib7ed62599b9e088c4a91a39c3181f3a13e641d70

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [05caf43ff5e78bbc0e672be1547fd1ef098d02bd]

        Remove unused mpOldSalMenu
        
        ...added in 34504e4af678b52b6d6cfe7519ee1934f89c95dd "Chart menu works now" but
        never read?
        
        Change-Id: Ie756f831eda6bbb9ac0edb14758e097e30a9be6a

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [f0aa1a78fb209310e8baef53c02f365fca518d11]

        For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden
        
        As discussed in b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for
        proper RTTI visibility for LLVM," RTTI-based -fsanitize= checks with Clang on
        Linux need special precautions to make RTTI symbols visible across DSOs.  The
        approach taken there, as well as in 598d8194b0ea1a64e0ebba28a86c128bafa57c7c
        "Visible function type RTTI for Clang -fsanitize=function," was to add explicit
        SAL_DLLPUBLIC_RTTI annontations to relevant type definitions.  However, for
        -fsanitize=vptr that would have required many more of those, so it appears
        easier to "misuse" -fsanitize-ms-compat in that case, which happens to give all
        RTTI symbols default visibility (while otherwise still honoring our
        SAL_DLLPUBLIC/PRIVATE annotations).
        
        The SAL_DLLPUBLIC_RTTI annotations from 598d8194b0ea1a64e0ebba28a86c128bafa57c7c
        "Visible function type RTTI for Clang -fsanitize=function" can likely be removed
        again.
        
        Change-Id: Ibeff7ab8c908111a7dc66ff0677204f112b24db8

2015-02-27  Stephan Bergmann  <sbergman@redhat.com>  [fc6f894d2211cee7b28cb93345e90297ec04fe06]

        Pass -fvisibility-inlines-hidden into external modules
        
        Change-Id: Icf872e269c7e427ba1287ccd0082974c9426449e

2015-02-27  Tor Lillqvist  <tml@collabora.com>  [ce0e240ef10566f1cc334386dbde83b43ebb9281]

        tdf#84881: Timestamp the right data (NSS version)
        
        Now Adobe Reader is satisfied with the signature timestamp.
        
        I just need to figure out how to do the corresponding fix for the Win32
        version, too.
        
        Change-Id: Ie2cce177a9a356e729ca157b4c181e95a2c60c91

2015-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [5020ed93a40ea24d259b316a02a30eb868c41c2d]

        Move SwExtraRedlineTbl::dumpAsXml() out of docnode
        
        Change-Id: Ic9762d9392493a84fe124349e7616ac21f7e8586

2015-02-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e80d1cfcb75659eddfd7a29e45d9e6ee935668ac]

        tdf#89700 Move “File type” up
        
        Change-Id: Icb57186d823a5fa458b5f6516e04bb06b0a848d9

2015-02-26  Julien Nabet  <serval2412@yahoo.fr>  [ca7f62c8262662c8f58a3fa3b298623f25b55eaa]

        Typos
        
        Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [46ce83541b2670e72f1281f8d3a7df5af9c4aed2]

        Restore "Use the cairo-compatible basebmp surface for headless"
        
        as it now works again after ancient emf import bug is fixed by
        
        commit 5e5b90c12862b522a4553337fbf6309bb8278b8c
        Date:   Thu Feb 26 13:47:58 2015 +0000
            in BITFIELDS mode (3) there are *3* pal entries not 12
        
        and two writer qa tests adapted to test for the actual pixel color vs the
        underlying pixel data
        
        This reverts commit 3c4f7704e0af64bf967f5f767bf4b4cff7f59d6c.
        
        Change-Id: Id94f98f9c620c90fda097fa97fc34c9ee957c483

2015-02-26  Tor Lillqvist  <tml@collabora.com>  [00646102569739e0bf8929c271963f129d747a5a]

        tdf#84881: Add Windows implementation of timestamping of signature
        
        Luckily doable with much simpler code than the horrible NSS and curl mess used
        on Linux (and, sadly, OS X).
        
        Basically only one new API call needed: CryptRetrieveTimestamp(). A few hours
        of work, compared to about a week for the Linux case.
        
        However, amusingly, it causes the same message in Adobe Reader as when using
        the NSS code: "The signature includes an embedded timestamp but it could not
        be verified". Sigh.
        
        Change-Id: I98c973bd50b841d1ae3feb8a695bac29da538b6c

2015-02-26  Tor Lillqvist  <tml@collabora.com>  [f07e93c2b75fb22c16d1002d10c813c0c61dcfbb]

        Drop superfluous newline and stupid exclamation mark
        
        Change-Id: Ic82f64746e657c44f8a16e78dedc6e85aa95544b

2015-02-26  Jan Holesovsky  <kendy@collabora.com>  [763985808b987882a021ca76a71e2e99320ed438]

        native-code.py: Some services were converted to using constructors.
        
        Change-Id: I957bf1d5bd88b15539e95dfa4aa87a8e63a96439

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [94d1498675e4d23197262d400fd103c2ee01c2dd]

        make test device independent
        
        Change-Id: Ia8e18db1870dbecc7b2edb2f4908ada806ff2a95

2015-02-26  Michael Jaumann  <meta_dev@yahoo.com>  [1f1627f068b2c232c0191538c697f6caa418ba5d]

        fdo#39468 translated german comments
        
        Change-Id: I369564f23d20d5b4bb890eed41ad48842615ee44
        Reviewed-on: https://gerrit.libreoffice.org/14634
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [b6336c9c6799be6834f30779c08caae986a346f7]

        wrong skip set here
        
        Change-Id: I86bdd1c2603c984380b52b080504b7583155b0fb

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [7ae75562b21c3c201483c1c9b9eac1563933feea]

        make test device independent
        
        Change-Id: Id6f835a9eb8d679b293114a887a81dbf47260bbf

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [193957750ab857dc5e01ee7259964ee92a54ee0d]

        Adapt compilerplugins to Clang trunk towards 3.7
        
        Change-Id: I5b41039bf63a4c2f313fe7a57c0f6934dcb0752d

2015-02-26  Ashod Nakashian  <ashodnakashian@yahoo.com>  [c57213764b387dddad946e78145cea607ca9f460]

        tdf#38837 Reduce power consumption by minimizing idle timers
        
        Based on profiling, Writer's most CPU consuming idle event was
        document statistics calculation.
        This patch stops the idle timer once statistics has been updated.
        Subsequent profiling shows a sharp decline in CPU usage.
        
        Modifications to the document should initiate statistics update.
        
        Change-Id: I8c38ad8847987264549945e4f482ea18d2635283
        Reviewed-on: https://gerrit.libreoffice.org/14575
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-26  Eike Rathke  <erack@redhat.com>  [23b0112ecea2f8796a4e237e9061de1a36997a30]

        tdf#81659 check that references are at least 2 cols/rows to expand edge
        
        Needs also 0cd15b4494f8e8abe67a258fb10189135bf5a8ac if edges are to be
        expanded and formula grouping is affected.
        
        Change-Id: Ib3cee8dd214d216907248316a2ac5a290399b169

2015-02-26  Eike Rathke  <erack@redhat.com>  [0cd15b4494f8e8abe67a258fb10189135bf5a8ac]

        split formula grouping for reference edge expansion, tdf#81659 related
        
        Edge expansion may change expressions individually, which must be split
        off the group.
        
        Change-Id: Id4328bd8c42f2ff9f83d2edc845537971f3a39d3

2015-02-26  Robert Antoni Buj Gelonch  <robert.buj@gmail.com>  [c6d42c265f8a30b64f12275b1da643ccb6fa81cc]

        oox/source/export/drawingml.cxx: -Werror=maybe-uninitialized
        
        Change-Id: I44f1bbc9798312cea93c2cd7fadb0c3b7f26a9b7
        Reviewed-on: https://gerrit.libreoffice.org/14640
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [11bed72b2a0c3f51dde4733875486a5c181902ef]

        cppcheck: unreadVariable
        
        Change-Id: Id4c43a6bcdf915b98410af9ceb0dbf20df3a9498

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [bcce2502a3c0a8bbb503a5b48de07defe21b09f0]

        cppcheck: redundantAssignment
        
        Change-Id: Iee0fcb8e2b91a6554bedc7e3989c0585a1679a61

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [44e1eaea6acc248db48a9b6b587baff7d24a6742]

        cppcheck: variableScope
        
        Change-Id: I2dbab9e972c7470e9bd30692e54c51ee11ffd45b

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [08cb6e93cc8120b7b86ada52048e4c243828c2d8]

        expand this 1980's shift-fest, torture-by-ternery and magic '3' into human
        
        Change-Id: Ifb18d5fd0b330dde0edc428621af417ddc836b21

2015-02-26  Caolán McNamara  <caolanm@redhat.com>  [5e5b90c12862b522a4553337fbf6309bb8278b8c]

        in BITFIELDS mode (3) there are *3* pal entries not 12
        
        There are 12 *bytes*, which presumably is the thinko there. But this nPalCount
        gets multiplied by 4 to convert it to bytes later.
        
        This is the source of the bad mask values found after "Use the cairo-compatible
        basebmp surface for headless" etc. Arbitrary values ended up being read as mask
        values.
        
        Change-Id: If5d93f74b1c58d3ecdb5186f93cb0215a556586a

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [164276a0d26dc78924a8c0e7c264ce7c78032bd4]

        Clean up previous commit
        
        Change-Id: Iddade9d297be8f4a4e69b3bec5ab7588bf68c112

2015-02-26  Chris Sherlock  <chris.sherlock@collabora.com>  [a45a5501cce95f57a9166b8bad0073ec79d72daa]

        basic: convert sb.component to constructor usage
        
        Change-Id: I45ddf460fa7d673c5210f9415b2a8015988a643e
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [185eacbb8b5ef35cc5bc554f20004379e305e8b6]

        Clean up previous commit
        
        Change-Id: I754ac95c851892bdf7630d6f6241ed86f3750cf1

2015-02-26  Chris Sherlock  <chris.sherlock@collabora.com>  [94fc8ec1b1fb6571a1ef898fb5198161e021b3a0]

        sw: convert swd.component to constructor usage
        
        Whilst we are about it, need to expand the macro
        SFX_DECL_XSERVICEINFO_NOFACTORY and remove the impl_createInstance
        function. Also removed factory parameter from constructor as not
        needed.
        
        Change-Id: I400274fa9aaaa95be1c9929bce9dd6f25c780196
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [50a0cca89bd86a36c4ee043cd92e2f84f5a6e0d1]

        Unused #include
        
        Change-Id: Ic42209c7a53c23d7b003778c2d2c88a8682569e4

2015-02-26  Chris Sherlock  <chris.sherlock@collabora.com>  [80bcdb1e4fb8ad8d58d47afb5d07845cf90679cb]

        sw: convert SwWebDocument & SwGlobalDocument components to use constructor
        
        Change-Id: Ib59fa91eb9d32ea437c182d3c0f3b9348816bf7b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-26  Richard PALO  <richard@NetBSD.org>  [f3cffeb3aeb67e979d43bb4b8e970cc466b14d45]

        Reintegrate portion of a patch originally submitted by Michael Stahl <mst@openoffice.org> Mar 30 2011
        
            solaris11: #i117606#: solaris.mk: add -Bdirect -z defs to LDFLAGS
        
        Change-Id: Iab16960010810185a3b1f7c617c44db3d9822fb5
        Reviewed-on: https://gerrit.libreoffice.org/14579
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [530d3c92bd79f3c0e8d646e48a2eff1dae2921da]

        make arbitrary number a constant and add comment on fishiness
        
        Change-Id: I65baf9e4583c78ca3128352112fdeeffce3b3225

2015-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6ee7900b587d4cba6f6a07548f96adcc42f64eaf]

        more constness
        
        Change-Id: I5bbddaebb6cf820afced89e634814f485ec38859

2015-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6ce7808d586bcfb442160d58f4ce5b55d53067b2]

        unique_ptr, constness, naming conventions
        
        Change-Id: I37cbfbcc887ec82e750ba1bc614f4eda77be933b

2015-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7deb4c93a804b2f17d102f2f24448a5c638a96ea]

        cppcheck: assuming these to be intended to actually have a scope
        
        Change-Id: Id1af6eb4064a524b12113b5b52b15f2ea4d6ada4

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [3c4f7704e0af64bf967f5f767bf4b4cff7f59d6c]

        Revert "Use the cairo-compatible basebmp surface for headless"
        
        This reverts commit a785df6a5f9ad327210f51163129ef8b59c3af29 plus follow-up
        3594c9ce1c94dfc52b9efe526a88baa79ea4b3e9 "presumably destroy flushes" and
        b5b19508dafc2702eb3713fb6b07edb5e05d6601 "WaE: -Werror=unused-variable," as it
        triggered the assert(nLen <= 8) in ColorMask::ImplCalcMaskShift
        (include/vcl/salbtype.hxx) in various tests.
        
        Change-Id: Ic5433522fcd9b8cc7c4e82704cebe7d9bbcea586

2015-02-26  Tor Lillqvist  <tml@collabora.com>  [dee6cbbc1aa16f1f51d7880d6e622146e3baf21d]

        Enable configuring for Android cross-compilation on OS X, too
        
        The build fails in harfbuzz, though, some ICU problem.
        
        Change-Id: I5071a26b1cc0f6524f6b2af8740d915209727381

2015-02-26  Takeshi Abe  <tabe@fixedpoint.jp>  [5822c126b9741dd009031f7ac61fda46568cf630]

        starmath: drop a lurking space in the tooltip
        
        Change-Id: I1fb80f10098eee414514e95ddd069d772beadca1
        Reviewed-on: https://gerrit.libreoffice.org/14651
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-26  Andrew  <dent.ace@gmail.com>  [945e8c4f5a377d328afdafe1410609a3ad1e7425]

        tdf#30425 Remove old icons -2
        
        Remove outdated icons from themes, to make future maintenance easier.
        Fixed file names and updated 'missing' log, 'copyright' text and 'links' for themes- where needed.
        (Checked against current 'images.zip' bundled themes and git history).
        
        Change-Id: If97378582377a64ed798eb44596ac56b89e3eb12
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14583
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-26  Stephan Bergmann  <sbergman@redhat.com>  [29c0bcffe19dc7f3853f948a829f90bd5cd05711]

        Better CPPUNIT_ASSERT_EQUAL output for sal_Int8 etc.
        
        Change-Id: I236e8db4cf63fc284b1491591001357a0c662471

2015-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4dbfa82fdf8e4473e342a358feff05df35260f7]

        Extract SwTxtAttr::dumpAsXml() from SwTxtNode
        
        Change-Id: I20914ec147b2af096bd40ec0e4da7567a44abaaa

2015-02-26  Julien Nabet  <serval2412@yahoo.fr>  [463f7be3f7d315789ecfbcbe874205995dbd3524]

        Cppcheck: Same expression on both sides of '||'
        
        Change-Id: Ib4979a90134a71f6f26d20ea9430d2ae7f338dbc

2015-02-26  Yousuf Philips  <philipz85@hotmail.com>  [fe9f69f6c86b75bf42ec13aef76aab1975d51c6f]

        tdf#84909 Move slide view toolbar and hide slide sorter toolbar
        
        Change-Id: Id71a46d19e67599af26d0e34303dc73517c4d17f
        Reviewed-on: https://gerrit.libreoffice.org/14638
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-26  Yousuf Philips  <philipz85@hotmail.com>  [41db10812bbe7fe6b5ebaab47f88084e6a0cf205]

        tdf#84909 Remove presentation button from outline toolbar
        
        Change-Id: I5d1244fa50974c63133d0ca98de11cba0d7fb902
        Reviewed-on: https://gerrit.libreoffice.org/14639
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-26  Michael Stahl  <mstahl@redhat.com>  [7fde44c85620f8079bc4863fe3f7ea1f69a0f88c]

        tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphs
        
        When formatting a 180k char Writer paragraph, most of the time is spent
        in vcl::ScriptRun::next(), which is called twice per line from
        SwTxtGuess::Guess(), once via GetTxtBreak() and once via GetTxtSize().
        
        In the second call, from GetTxtSize(), the end position of the line is
        known, and passed to vcl, and iterating beyond that position seems
        pointless.
        
        This reduces vcl::ScriptRun::next() from 24 to 11 billion callgrind
        cycles when built with GCC 4.9.2 -m32 -Os.
        
        Change-Id: Ia23fcccaf5ef9c9ecdcb54bfc8f0f8a043c8711e

2015-02-26  Michael Stahl  <mstahl@redhat.com>  [88d4b2fb08b983531b1e0abc71b07f4bdecdc925]

        tdf#89665: i18npool: fix pathological transliterate slow-path
        
        TransliterationImpl::transliterate() has a slow-path for the case when
        more than one trasliteration module is cascaded which swaps 2
        uno::Sequence.  This is unbelievably slow because non-const
        Sequence::operator[] does a function call into cppu to check whether COW
        has to be done.
        
        This speeds up transliterate() from 344 billion to 101 billion callgrind
        cycles when built with GCC 4.9.2 -m32 -Os.
        
        Commit d2771b63b94a8aae3c25c83e9dae9f83242f46c1 added a second
        transliteration module that is enabled by default, making the problem
        visible, especially with long paragraphs in Writer.
        
        Change-Id: I2799df9173ac73aab8c4eb4cc6f592976b06c8da

2015-02-25  Michael Stahl  <mstahl@redhat.com>  [b825167228b016e77435246fb4bf1e2bd184311f]

        vcl: these compare functions use subtraction and could overflow
        
        Change-Id: I84c7a4cde694395fa70c60edffd63fb45ffcb3a8

2015-02-25  Michael Stahl  <mstahl@redhat.com>  [250ef02bd80e15bdc7fe86ba149b8c838b363114]

        connectivity: replace magic numbers with constants from CompareBookmark
        
        Change-Id: Ifcd5766ce10de44f38d5c383cd7dc35b75152e88

2015-02-25  Tor Lillqvist  <tml@collabora.com>  [86796f127b15fd33374f2a18344dc944b7b8314d]

        tdf#84881: Try to fix "The signature includes an embedded timestamp but ...
        
        ... it could not be verified"
        
        I got some insight reading this question and reply on stackoverflow:
        http://stackoverflow.com/questions/18761993/steps-to-include-timestamp-in-pdf-signature
        
        I had been doing the timestamping wrong in the same way: I had timestamped the
        hash of the PDF document, not of the signature. That is wrong. If you think
        hard, it is obvious: It is the (rest of the) signature that needs an
        authenticated timestamp, not the PDF document contents. After all, if the
        document contents is timestamped, but not the signature, that doesn't prevent
        tampering with the signature after the timestamping. When you timestamp the
        signature, that proves the date of the signature. (And the signature proves
        the authenticity of the document contents.)
        
        So I had to re-engineer the code a bit. I create two originally identical NSS
        CMS messages with signatures, encode one signature into DER, take the hash of
        the signature, get a timestamp from the TSA for that hash. Then I add that
        timestamp to the other CMS message as an unsigned attribute of its signature,
        sign it, encode it, convert to hex, and store it the document.
        
        (I first tried to use just one CMS message, but NSS stopped with an assertion
        when I tried to encode the signature of the same message a second time, after
        adding the timestamp attribute to the signature. Go figure.)
        
        (I did verify the the encoded signatures, taken from what should be identical
        but separate CMS messages, was in fact identical. So I am fairly sure the idea
        described above is sound.)
        
        But, it doesn't help. Adobe Reader still complains "The signature includes an
        embedded timestamp but it could not be verified".
        
        Change-Id: I4e4cd0443005e82f597586942badc7145ef64160

2015-02-25  Tor Lillqvist  <tml@collabora.com>  [0874849206a38cbe15cc981b6cb814d3a7abf38b]

        tdf#84881: Slight refactoring and redordering of function calls
        
        No change to functionality or end result. Preparation for an attempt to fix
        the remaining problem with RFC3161 timestamped signature.
        
        Change-Id: I5790a85399e9f94d816e8fab791a03d607113116

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [b5b19508dafc2702eb3713fb6b07edb5e05d6601]

        WaE: -Werror=unused-variable
        
        and assert is bollox as well
        
        Change-Id: I966aa4efe1191f1a7957d3117d9c3ccabe041178

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [b1453e7fc73952bfa712fc016c3f4fcc9fca45da]

        fix bustage
        
        Change-Id: I249fe09319d6e0995d9ffdc7e4396b9b1787ad28

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [3594c9ce1c94dfc52b9efe526a88baa79ea4b3e9]

        presumably destroy flushes
        
        Change-Id: Ibf176df1e54138480030086abad0d045d27f19d1

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [a785df6a5f9ad327210f51163129ef8b59c3af29]

        Use the cairo-compatible basebmp surface for headless
        
        That way the conversion from basebmp to cairo becomes unnecessary on blitting
        the thing onto a cairo surface for gtk3 and opens a route to using cairo, e.g.
        especially for text, to render to basebmp surfaces.
        
        Change-Id: I1d11f503410af9c92a97018e9ee20045412b157e

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [940914489c7679dc660dd671c93a7f1ec0d49ead]

        rename BGRU to BGRX
        
        Change-Id: I0f28b986542b4d30c0a2cb75e15fb258af98e9cd

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [daf248bf85f4fa5fc212b6c75cf3b74fb25b3e26]

        rename BGRX32 etc to BGRA32
        
        Change-Id: I60e1951fe56e4b00ee0caa142eb0e19dcb6d12b7

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [f974db5d89eacf0c23e303c22c62972014e9db16]

        check if reads were successful
        
        Change-Id: I69ab0ca9c017c9a1c10d18fd850f32a92c641d12
        Reviewed-on: https://gerrit.libreoffice.org/14631
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-25  Chris Sherlock  <chris.sherlock@collabora.com>  [cd231286f4a54e4998ad9f5a24f65a91bac2a07d]

        sw: convert import & export components to constructor usage
        
        Change-Id: I15b64f874f72715cea04f656e1b883c6cf45a86c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-25  Caolán McNamara  <caolanm@redhat.com>  [4b06c351bd573b81b1b4f4ff3df0fd5d8e68e28c]

        give basebmp a cairo compatible 24 bit surface
        
        where each unit is actually 32bit with unused upper 8bit.
        
        Change-Id: I5c406cebe406d2db6fda73d744dfd22a99b80ba3

2015-02-25  Stephan Bergmann  <sbergman@redhat.com>  [923a8604aa631dbfb9c62f8fa9bef71dc8addcef]

        Avoid unnecessary bad downcast (pDev can be VirtualDevice)
        
        Change-Id: I9c3a6afea188d04c0d31d5685468b3d45a342840

2015-02-25  Andras Timar  <andras.timar@collabora.com>  [e956e648c8d43ee8fbd5a53cc84ca42e4552eb61]

        translated German dbgutil popup texts
        
        Change-Id: I7af6b84da0ebfe9067690153665fb2470fdebcf4
        Reviewed-on: https://gerrit.libreoffice.org/14607
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-25  Andras Timar  <andras.timar@collabora.com>  [b848e32dfd5fc6ed4e487e68460d49643fd5e3c1]

        bnc#637947 export shape shadow to DrawingML
        
        Change-Id: I6e0b093d99dba731ff5723d6575f887346463908
        Reviewed-on: https://gerrit.libreoffice.org/14605
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-25  Ashod Nakashian  <ashodnakashian@yahoo.com>  [c91bfb9ac7d110c5dca0ea34ec0e1668a985b34c]

        Fix crash while scaling large bitmaps.
        
        Fast bitmap scaling overflowed the LUT used by the nearest-neighbor algorithm.
        When a bitmap has 46k pixel on a side and is enlarged, the scaling code
        overflows the 32-bit long, resulting in negative indexes, which then segfaults.
        
        This isn't as rare as it sounds. At least in web-view in writer the border/shadow
        bitmap is as long as the document (which is an issue in its own right,)
        which can overflow for large documents during scaling and segfault.
        
        Change-Id: I1ccf73d02469f6601a9a7e67b30524cb497cf6bc
        Reviewed-on: https://gerrit.libreoffice.org/14597
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-25  Stephan Bergmann  <sbergman@redhat.com>  [0316c6c2d32245bad601aa74d8e42b21a427f9d2]

        Avoid unnecessary bad downcasts to SwCharFmt
        
        At least in JunitTest_sw_unoapi it happens that this downcast is called from
        ~SwCharFmt -> ~SwFmt -> SwClient::ModifyNotification -> SwDepend::Modify ->
        SwClient::ModifyNotification -> SwEndNodeInfo::Modify, i.e., the downcasted
        object is in destruction and no longer an SwCharFmt but only an SwFmt.  Whether
        or not that chain of calls is actually sane---casting down to merely an SwFmt
        is a quickfix at least.
        
        Change-Id: I33f0d76c42daa2530b8d417df059de57190c5070

2015-02-25  Noel Grandin  <noel@peralex.com>  [15b406f0736ad953aa79102bfa5949871c8c0213]

        convert SFX_CHILDWIN constants to enum class
        
        Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3

2015-02-25  Jan Holesovsky  <kendy@collabora.com>  [bc81d76567eb64e05f830499ef48c60caee13503]

        native-code.py: Add more forms constructors.
        
        With this, ODF_text_reference_v3.odt does not report any broken services, but
        the app still crashes anyway - tdf#89642.
        
        Change-Id: If73835534184ffbac1c91b2c5bca33bded50c41f

2015-02-25  Noel Grandin  <noel@peralex.com>  [2f928b2d0982af44b3d45f1d3c8919c0b0655b4f]

        remove NUMBERFORMAT_ constants
        
        .. in favour of just using the underlying constants from
        css::util::NumberFormat
        
        Change-Id: I0c6b128b66c91b268f5ae300f9c17c7792df5e99

2015-02-25  Noel Grandin  <noel@peralex.com>  [3e475e574ee7ac8753bf50732f62bea5d36791a5]

        convert EXCHG_DEST_ constants to enum class
        
        Change-Id: I8484b985e46ad34fa45b02aa07130d3259336082

2015-02-25  Noel Grandin  <noel@peralex.com>  [515c266bc61c51ab79bda31886a364d103041e6b]

        remove unused header definitions in SotExchange
        
        Change-Id: I795ce25011509de8f2aff488d4d46b86290ab3a3

2015-02-25  Noel Grandin  <noel@peralex.com>  [d76ddd19fa37f5494396828b73dfaa2a808defa1]

        remove unused EXCHG_SOURCE_ constants
        
        Change-Id: Ic2391f4da06e26ee11a2463d2508b0dccdbf52bd

2015-02-25  Noel Grandin  <noel@peralex.com>  [fcf339ca5f198529a1eaf70e2ec893f75a843558]

        convert SFX_SLOT_ constants to enum class
        
        Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f

2015-02-25  Stephan Bergmann  <sbergman@redhat.com>  [1c4e95db104cd5f732bc41a539a7dc5fd9269ef6]

        Fix dangling pointer
        
        Change-Id: I352702ac50708a8f8c40e2752821178223052b7c

2015-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ed292b945a1f0268fcfdb5a37756ccb43da1cc3]

        Extract SwFmtAutoFmt::dumpAsXml() from SwTxtNode
        
        Also remove code from SwRangeRedline::dumpAsXml(), where that extra data
        pointer seems to be ~always 0, so don't bother dumping it.
        
        Change-Id: I4509b9366c1862248fcd3cc7ca6bb257ea7517f8

2015-02-25  Yousuf Philips  <philipz85@hotmail.com>  [6a835bbbd114156c2c32b1a1079097178b815dac]

        ICONS: Fix icons in sifr and tango in Calc
        
        Change-Id: Ib6e23cbbcc7037dfdab53c4243091afbf819d445
        Reviewed-on: https://gerrit.libreoffice.org/14613
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-25  Laurent Godard  <lgodard.libre@laposte.net>  [d60157196f34a4b08f64aa869fb104998041b688]

        calc : add UNO properties for "Record changes"
        
        with unit testing
        
        Change-Id: I2a0e09f699c8489f61453b4144dd6181bd9b47fd
        Reviewed-on: https://gerrit.libreoffice.org/14603
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-24  Julien Nabet  <serval2412@yahoo.fr>  [984445841073f5bf99f0b7f87d1f8f33f07de5e5]

        Typo: curently->currently
        
        Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422

2015-02-24  Julien Nabet  <serval2412@yahoo.fr>  [b4b9b94efd6cdc824b5f02a977ec9921fb7cacbd]

        Typo: feture->feature
        
        Change-Id: Ie1c92ff5f65b019d3f1306917cd924036eea7909

2015-02-24  Julien Nabet  <serval2412@yahoo.fr>  [03d145d882b1f5d7049119672c28a204f62159d0]

        Typo: alludpatelastsequences->allupdatelastsequences
        
        Change-Id: I902fcb3fef7100279c34494e95cacfd3e5caf153

2015-02-24  Julien Nabet  <serval2412@yahoo.fr>  [8577f2f35eb23e5320e01c61344b0ad05e058814]

        Typos
        
        Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e

2015-02-24  Julien Nabet  <serval2412@yahoo.fr>  [aec4088cd3bc01daaa324051abbe961d212c9c3b]

        Typo: increse->increase
        
        Change-Id: I4942a9ef4d3805865896c83cd9efa66437857ba1

2015-02-24  Yousuf Philips  <philipz85@hotmail.com>  [1df9fb01cf940b34dafede8c88f813b369bab69d]

        Changed tooltips for boder buttons in Calc's toolbar
        
        Change-Id: I0e6c0900d28e7f01ebf88bcabc7dc6d5bbdb1b6a
        Reviewed-on: https://gerrit.libreoffice.org/14594
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-24  Eike Rathke  <erack@redhat.com>  [5803c76f318b2a8b655bf83a8257f60cd112ac71]

        Resolves: tdf#89484 check that sheet reference is within selected sheets
        
        Change-Id: I88f1d0a134ffa3fbb9a5b5abdabbd4774f457e81

2015-02-24  Caolán McNamara  <caolanm@redhat.com>  [6a37123f49d75e886786ccdd1ceb5b2e30173372]

        32 times larger than necessary
        
        bit/byte thinko I imagine
        
        Change-Id: I85ef6de4a4e6cffcd9c593eb15da692a2617736e

2015-02-24  Caolán McNamara  <caolanm@redhat.com>  [efe28833d484e6c59ce928e4218a07752262c5e9]

        make ScanlineStride an argument to createBitmapDevice
        
        so we could create bitmap devices that have the same stride that cairo expects,
        provide getBitmapDeviceStrideForWidth to get a default value
        
        Change-Id: I7ecc6f54a734b3f6bed59c699ac3b482c4ad7c47

2015-02-24  Caolán McNamara  <caolanm@redhat.com>  [28f909df366d731ee0684d0608e5a00dcf70181c]

        Revert "Simplify loops and reduce scope of some variables"
        
        doesn't appear to be equivalent, first continue now skips
        second GetBound assign that original code would have done
        
        This reverts commit b56614c6bc8d32a68099c7841ba4a4076f584057.
        
        Change-Id: I113670064fd285795234ae9c9e09be0cc0697cd0

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [6c7b85c2001edacd4f722a8cc87ad9df0385f94b]

        Avoid bad downcasts to VclBox
        
        At least in CppunitTest_smoektest there is a case where
        SystemWindow::setOptimalLayoutSize tries to downcast a VclGrid as a VclBox
        (stack top below), and that even appears to be unnecessary as the only place
        that requires the downcast is the Dialog::settingOptimalLayoutSize override.  So
        maybe it is guaranteed that GetWindow(WINDOW_FIRSTCHILD) is a VclBox if this is
        a Dialog, but need not be the case if this is not a Dialog?  Or the real bug is
        elsewhere...
        
        SystemWindow::setOptimalLayoutSize()
        SystemWindow::DoInitialLayout()
        FloatingWindow::StateChanged(StateChangedType)
        SfxFloatingWindow::StateChanged(StateChangedType)
        SmToolBoxWindow::StateChanged(StateChangedType)
        vcl::Window::ImplCallInitShow()
        vcl::Window::Show(bool, unsigned short)
        SfxChildWindow::Show(unsigned short)
        SfxWorkWindow::HidePopups_Impl(bool, bool, unsigned short)
        SfxDispatcher::DoActivate_Impl(bool, SfxViewFrame*)
        SfxViewFrame::DoActivate(bool, SfxViewFrame*)
        SfxApplication::SetViewFrame_Impl(SfxViewFrame*)
        SfxViewFrame::SetViewFrame(SfxViewFrame*)
        SfxViewFrame::MakeActive_Impl(bool)
        SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame)
        SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&)
        (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&)
        (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&)
        framework::LoadEnv::impl_loadContent()
        framework::LoadEnv::startLoading()
        framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
        ...
        
        Change-Id: I786ad451fdf73eca22860695a614ee5b889a83cd

2015-02-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18a0d519440b42cd90c628730b2e404b4203e8eb]

        use by-ref iteration, omit pointless std::move() and add missing inline
        
        Change-Id: I45081f5f80c4a571af0abebd23a4fed6623498a0

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [d05c7c6287f76ed023a32ff592ff2e8db05926dc]

        Less casting
        
        Change-Id: I955d82d8dd7a6092feb1de03c7c6486125f30831

2015-02-24  Tor Lillqvist  <tml@collabora.com>  [ca2d878659400b783ae72267f47d0c719b50a1ad]

        tdf#84881: Bump MAX_SIGNATURE_CONTENT_LENGTH to 50000 for now
        
        Note that checks in the code against exceeding that limit apparently are
        broken, though. After the previous change I ended up with an invalid PDF where
        the signature hex string in the output PDF had brutally overrun its
        allocation.
        
        Now Adobe Reader says "The signature includes an embedded timestamp but it
        could not be verified". This is progress. Perhaps I just need to tell Adobe
        Reader to trust the certificate from the TSA I used.
        
        Change-Id: I1e8644ee641592a985e0190b52bf76839f99b3e7

2015-02-24  Tor Lillqvist  <tml@collabora.com>  [4702f6ae2f671ac48e4cae3cd46d5941d021e533]

        tdf#84881: Set TimeStampReq::certReq to true
        
        I think Adobe Reader expects the timestamp info to include the TSA's
        certificate.
        
        Change-Id: Iedf1c4a9952b12ac61b4ba7f73bee339480e821d

2015-02-24  Tor Lillqvist  <tml@collabora.com>  [5ffeec96228e0adb829612ecb855cd28e2063f1d]

        tdf#84881: Move some variables one block level out
        
        It it scary to keep pointers to stack variables that have gone out of scope in
        a data structure that is in an outer block and used there later.
        
        Change-Id: Iced8b809d50089a4e6f9867be9b8501cce59d16f

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [03736d673ad88d848f327d8c327ebc2dedeb986a]

        Fix MI RTTI (as needed by -fsanitize=vptr)
        
        Change-Id: Idbde54c641531b34f397d07c5f929870c3a82371

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [cdb214c33080c9b6347cefc627b392df24d6aede]

        Remove long-unnecessary cruft
        
        Change-Id: Id770188f8c03cade5fd4f97295bb0933968dee71

2015-02-24  Tor Lillqvist  <tml@collabora.com>  [167569bfea0bfa5f697ed7a25a354537bc97fa53]

        tdf#84881: NSSCMSAttribute::type can't be null. Must be same as typeTag.oid?
        
        Why is a separate field then needed? Dunno, but probably because the type and
        values fields make up an encoded NSSCMSAttribute. (The comment in <nss/cmst.h>
        says so, but it took a while before I realized what it meant.) The typeTag and
        encoded fields are for NSS internal use or something.
        
        Now Adobe Reader says "The signature includes an embedded timestamp but it is
        invalid". Progress...
        
        Change-Id: I390947db8d414a7ceecc1f67aaeed5fa0f66fe6f

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [6a23af75c01afabadd82dded59602d52f5a0ef21]

        Ensure listener is removed during ~SdModule
        
        Change-Id: I17fb441eac2593a0b43809f177250d46d6862a58

2015-02-24  Tor Lillqvist  <tml@collabora.com>  [c98f569d035861b6b8c74b469512fa2ae7c9576f]

        tdf#84881: Fix typo in OID string for id-aa-timeStampToken
        
        Not that it seems to help. Adobe Reader still claims "signing time is from the
        clock on the signer's computer".
        
        (Why can't RFCs come with standard C header files (and Java and C# sources)
        defining macros/constants for the magic numbers, OIDs etc that the RFC
        defines?)
        
        Change-Id: I56e8cb4ef56e20345506a080e4d23764d2dfb956

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [11292487db58c3a5e1204ba03d192f01e5e53cc4]

        Avoid unnecessary bad downcasts to ToolBox
        
        Change-Id: I239aee06ce543b6f7c213d845313ca51b3a5502d

2015-02-24  Stephan Bergmann  <sbergman@redhat.com>  [f02ee5b727e75d850fd054d18dd0e0320002109a]

        Avoid unnecessary bad downcasts to Button
        
        Change-Id: I36baaa1cd46385430474f8a841eafaaba07a18fc

2015-02-24  Noel Grandin  <noel@peralex.com>  [9473ba24698ab5b98a72b38c3a38f7cddd45411e]

        fix marking of free slots in array
        
        Change-Id: I5170b9bbc4a3acab8307f7ad5ebc5e4ba9d58352

2015-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [44009b9a9d09c2574b4740881a848556eea2859d]

        Add SwPaM::dumpAsXml()
        
        To avoid code duplication in SwRangeRedline::dumpAsXml() and
        SwFrm::dumpAsXml().
        
        Change-Id: Ic473cd77e960041b035b147dd31c16b141cc7cbe

2015-02-24  Yousuf Philips  <philipz85@hotmail.com>  [b09c594fdd6bf5624da42a96a0fc00e727698f4a]

        OXYGEN: Minor fixes to last commit
        
        Change-Id: Ibbc804ad2082c749160872a4460a45af8f985559
        Reviewed-on: https://gerrit.libreoffice.org/14598
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-23  Julien Nabet  <serval2412@yahoo.fr>  [f09efe39da1a2a1cf89b718bc07ed75e0da1b602]

        Typo: initialy->initially
        
        Change-Id: I458b2e4c812f727b4254137aa48627522576df3b

2015-02-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [845447e622fda97f83bcd5b2266060eb92d6ee05]

        Revert "tdf30425 Remove old icons -2"
        
        This reverts commit b940df4d1901a912acde714932387d1d8b5c3ec7.

2015-02-23  Andrew  <dent.ace@gmail.com>  [b940df4d1901a912acde714932387d1d8b5c3ec7]

        tdf#30425 Remove old icons -2
        
        Remove outdated icons from themes, to make future maintenance easier.
        Fixed file names and updated 'missing' log, 'copyright' text and 'links' for themes- where needed.
        (Checked against current 'images.zip' bundled themes and git history).
        
        Change-Id: If97378582377a64ed798eb44596ac56b89e3eb12
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14583
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [cc8a2d00387d554cd4d694503dd25fa8f950a78f]

        tdf#88835 Calc: General format: 2 digits in exponent
        
        Create 4 new formats enums rtl_math_StringFormat:
        rtl_math_StringFormat_E1, rtl_math_StringFormat_E2,
        rtl_math_StringFormat_G1, rtl_math_StringFormat_G2
        to 1 or 2 digits in exponent for scientific notation.
        
        Set General format to use rtl_math_StringFormat_E2.
        Set trendline equation in status bar to use rtl_math_StringFormat_E1
        
        Change-Id: I41466a6d4ba808ba5b9b38ba252b37c6b4560f12
        Reviewed-on: https://gerrit.libreoffice.org/14562
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [d1f679cacb2e17c4aa94ae6b9f15011c9ec74b25]

        SAL_WARNs are not for the end-user
        
        They can and should be terse, technical and informative. Simply say exactly
        what API function call failed. The tag and source file name in the SAL_WARN
        output should already tell a technical reader of the warning what
        functionality it is related to.
        
        Change-Id: I93509bddaca836bd6a07d2899b3faf693b071957

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [6a150d772f6192579af95bef314cae7fca592d5b]

        Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.bin
        
        Change-Id: I7b08b7b6376db29b392243f24f6ad3ccf2ee8655

2015-02-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9632ab04288909c9ff4de56171c31acb7f2c573]

        use init lists for property sequences
        
        Change-Id: I8b3b2b839c37b584e1a4036e49af7ff2737ea7f6

2015-02-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [caebcd5d12f8d2798f32f72fd0bcfdc12f9f2c4f]

        related lp#1419836: provide decent error message
        
        Change-Id: I95387ae6b2ca8f49af87945954e4c418322860be

2015-02-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d30b8f9357e9eb505ebff133b24a3d1ce0bdd58f]

        use initializer list
        
        Change-Id: Ie15b08a3bc08760d602f6b71ff30234aa4a03dca

2015-02-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f8c745d1c060312c03fa020e52acd1337b6e81d9]

        fdo#57950: skip verbose OUStringBuffer
        
        Change-Id: I151da82d4a7b3d2f00108bfcea444915d6b8e1da

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2fa63547313852f0190f1d00099ac5a8de477845]

        Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenu
        
        Change-Id: I87e03eaac0fe4e078d8fee09bf2ffca374bff6d8

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [da57afc4d5f7168addfad5f51d5905ff64adcf60]

        No need for bad SwFlyFrmFmt downcasts
        
        Change-Id: Ie70559f344018647cbb92fe542a2278056da20e4

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8c693312f211a2046e433079cddaca811cae4a78]

        simplify drawing of splitter, add more flat look
        
        Change-Id: Ie5040c2932715b2505635ff3cb909ccfeb4b7fa0

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c750e1a92bad68c3518c1836f6a258a19be8b68c]

        Remove changing the splitter position as it can cause an inf. loop
        
        Changing the splitter position can cause an infinite loop which is
        most likely a cause of a rounding error. This happens constantly
        when in HiDPI mode so remove it for now until a better solution is
        found.
        
        Change-Id: Id3551b41ea61c36a78f38a51a1fddfcfd104265a

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b01bcbda617b9e53e1ba9b0d3e9808cc6930c6f0]

        cell cursor - reduce the size, HiDPI support
        
        Change-Id: I24cd38f0f7e0f595815548a53824452d50ddd893

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [43bfb0e4a693962dae2320a1d7c8825880bcb769]

        auto fill handle: HiDPI, increase hit area, adjust draw position
        
        Change-Id: I197ca370dad5cadcddd2472ed9f25d7b3acc504a

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [abc3163756f99196ccfb5e69ad5afe070e213c54]

        fix selection overlay drawing in RTL (off by one px)
        
        Change-Id: I82a743ef3935baab82d9f9239bd589e55def8d76

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [04767c132c1ca692c7e989b241eae40af33e43e8]

        make calc splitter handle HiDPI aware
        
        Splitter is very small on a HiDPI screen, which also makes the
        mouse hit area small and thus hard to click. This change scales
        the width of the handle in relation to DPI scale factor.
        
        Change-Id: I5dacdafc97bf9cbeae7dcc888ba67d804ce62587

2015-02-23  Yousuf Philips  <philipz85@hotmail.com>  [4dd3e2421786bc13aca46e65da6c0510d8a32afc]

        OXYGEN: Added sidebar icons as well as add icons from the original set
        
        Change-Id: I6702815eb5deb9219cb81a4de09c22eec5a16199
        Reviewed-on: https://gerrit.libreoffice.org/14591
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-23  Yousuf Philips  <philipz85@hotmail.com>  [66712536c68bb5a337b52ccade6193c7b2d04295]

        tdf#84909 rearrangement of Impress' drawing toolbar
        
        Change-Id: I6d83b3655536142e05e56929356f89a762fd9f96
        Reviewed-on: https://gerrit.libreoffice.org/14576
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [7d7c2ab1dffa82cfc0e2d6b15702d965b8b0245b]

        tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSA
        
        Something is still wrong, Adobe Reader still says the PDF is signed with the
        local machine's timestamp, though.
        
        Change-Id: Ic9ed3190901025be48e1de191df976e1aa454822

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [d1132ff3895aa67ed662446ef6f43612124455ae]

        tdf#84881: Actually check the status of the time stamp response
        
        Change-Id: If8d64b1e03c8318cd3329cd258131fddeb86fa7b

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [e075fec6e18b24f4037c11f015e870a470fa8ef8]

        Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() here
        
        Despite being declared in a public header, they are not exported from
        libsmime, so copy them here. Sigh.
        
        Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
        
        Change-Id: I9ecba690a66c263528e5c12738d60cacec4f14ee

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [639730a75294346d4195539c26f466f14d030802]

        tdf#84881: Unclear what the PKIStatusInfo::statusString is
        
        Anyway, we can't assume that a string from an external source is correctly
        formed UTF-8.
        
        Change-Id: Ic906c7047b933388d5b51b23095a5a3d4ac7e508

2015-02-23  Tor Lillqvist  <tml@collabora.com>  [f4f08203ba4acebb4ae3143323ca508fdc0644bd]

        tdf#84881: Dump also the CMS data in a DBG_UTIL build
        
        Change-Id: I651041a86083eb49aad9a96f6f379149c21854f3

2015-02-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [b613270a730ace29dd1b16b29be2222b34f34a5d]

        KDE4: improve default load and save dialog titles
        
        Switches from STR_SVT_FILEPICKER_ to STR_FPICKER_ resource IDs and
        uses the default resource manager (ImplGetResMgr).
        
        The STR_FPICKER_ IDs contain default translated titles for the open
        and save dialogs, which KDE4 dialogs are currently missing.
        
        Actually I want 'Save as' instead of 'Save'... but it's better
        then the current - empty - default.
        
        Change-Id: Ia43774ea66a96838f53cf6614a264d9c6a94c501

2015-02-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [6fc55b9abd783b624241d56e34751ea495adbd7d]

        KDE4: actually apply file dialog operation mode
        
        The operationMode can just be set once after the dialog has been
        created. So this moves the call into the initialize function, which
        actually knows the dialog type, in comparison to the constructor.
        
        The "default" constructor setting, resulted in the missing
        "New folder" icon and probably other settings, as all dialogs were
        actually "Opening" dialogs.
        
        Change-Id: I470052e7c7cbb8e369e226a81b80de3728068c49

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [c5d488bf8cd4762c6bb506c00bb525da60e2b733]

        Missing dispose
        
        Change-Id: If050113552ce331252b3046830a5583c66729531

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [c4bd29e56b4b72ff0538533889c7cbaf358f27ee]

        loplugin:unreffun
        
        Change-Id: Ie32180d2ecbf7d99dde230e15f09ca3d6965483f

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [3b513aefa49ecc98800ff129360f04bda8405a11]

        tdf#86543: reinterpret_cast -1 of appropriate width as special marker
        
        Change-Id: Idf0d2a77a78e0e8fcbf435984b9b8f4393e4c207

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [daa20dcadfcfc7a8d16cddc7f5a08bf3e0a5c644]

        writerfilter: clean up WriterFilterDetection
        
        Change-Id: I496fd710897c55b1185783e071077fa8d8509783

2015-02-23  Jan Holesovsky  <kendy@collabora.com>  [232846d4e9f12289bfda28b4a17450b84d322e00]

        native-code.py: Add more missing chart services.
        
        Fixes ab-slides.odp.
        
        Change-Id: I9f04fb395adab986d3e6d8576d842e08c2d03538

2015-02-23  Jan Holesovsky  <kendy@collabora.com>  [a246ad3b46c6f34f9bbc8aca39368bda95100051]

        android: Avoid big amount of space below the icons.
        
        [between the icon and the text]
        
        Change-Id: I7e4d7cfc7df5d186cc721f01ff2c8f157fcbc806

2015-02-23  Michael Meeks  <michael.meeks@collabora.com>  [74a9840a51d734568e4f7ba13f1b4a819215acba]

        lokdocview: scale selection rendering / cursor handling with zoom.
        
        Change-Id: I2e3b86fd7f9eb2da0bcd36afd5a735a2815d70cd

2015-02-23  Stephan Bergmann  <sbergman@redhat.com>  [94c9206399954d018aae8a1bd4e4b33354b9cdaf]

        file UCP: Ensure myLocalTime is initialized
        
        When a file's time is epoch (1970-01-01 00:00:00, i.e., TimeValue temp is all
        zero) and the TZ is UTC or westward, osl_getLocalTimeFromSystemTime returns
        false and leaves myLocalTime uninitialized.  That e.g. confuses getModuleByUrl
        (scripting/source/pyprov/pythonscript.py), potentially re-loading a Python
        script with epoch time (as happens e.g. for the share/Scripts/python/ files in
        an xdg-app installation of LO) every time it is accessed, falsely assuming it
        has changed on disk since last load.
        
        Change-Id: I8d4228feb28e2697a7021e3488ae2c09e8439ed8

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [77debb673e61340dfc3ddc63b6d72731c091c210]

        Extract LibreOfficeKitEnums.h from LibreOfficeKit.h
        
        This massively reduces the rebuild time in case only a new enumeration
        value is added to one of the enums.
        
        Change-Id: I4e58adf36fcd29da1672a5e5091bd3f6744f148d

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [916d40e047ae7a46ce8da05776c66a4e8630c809]

        README.Android: document how to get pretty-printers work
        
        Change-Id: I0e421aaa38934f6fb2dd8992261ebcde80896e12

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b00d3944eb9c83bc5a0b098b70fb9767dc614d2]

        README.Android: document requirements for an all-symbol build
        
        Change-Id: I945b9833dee3a47cf23760b3f22917731a879e12

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a247d077a506cb017aba005eb5c3335b745ec5f7]

        README.Android: document how to install the self-built .apk
        
        Change-Id: I3539f406d0c425902efec0bee4c3701df8048593

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [49137ed241805db08b58bb1011d239ff85033258]

        android: install gdb printers
        
        Commit f44f94b95b435ee0ec71c73133daeb88cd2539b1 (fix gdb pretty printers
        for --enable-mergelibs, 2013-09-10) doesn't really say why this was
        wanted, probably just to be on the safe side.
        
        Enabling them allows at least manually loading them.
        
        Change-Id: I22eeca67e4077e06efba8b3edfd6eb84159b9c47

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab44ada1471873997de3ae0349b258088b2ba71b]

        sd::ViewShell -> SdrModel for LOK callback
        
        One one hand, this fixes missing invalidations after typing characters
        in editeng on Android. Previously it was assumed that there is only one
        sd::ViewShell for one Impress document, but that's obviously not true.
        
        On the other hand, this will be handy when later svx code wants to
        invoke the LOK callback as well, when it was stored in sd, that wasn't
        possible.
        
        Change-Id: Id467be01ad008aecaaabdd85b2a6b29a14f1eb86

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [532e77cd3886b985f6e61363f563cbaa6c1b4b6d]

        android: support selection invalidation, show selection handles
        
        Change-Id: I82909e6426d4e9fd5dc7b9c9e6e1b21259cf9a57

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4d6eb40f9b433f2f95c5025e1fb26be9039612c5]

        android: fix LOGTAG in DisplayPortCalculator
        
        Change-Id: I7895cc8fe70ecf69183ed9261bad4b74af023c8d

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d103037d0f8ab10f98e59c40c37e14df4830f123]

        android: no need for TileInvalidationCallback
        
        We can just handle the tile invalidation messaged directly in
        LOKitTileProvider where we just send a tile invalidation event to
        LOKitThread. This is needed as we aren't in the correct thread.
        
        Change-Id: I62995f2f9abfa7496e0793549b8e02ff47b1ed65

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3fd1d5e5670c79e61c3ba19a04aa0cf0d429212]

        Use SdrModel::isTiledRendering()
        
        It turns out that in case the is-tiled-rendering flag is part of the sdr
        model, then that's enough for all the places where so far used a flag on
        the output device for this purpose, so change the two users of that
        method to use SdrModel::isTiledRendering(), and clean up the now unused
        one.
        
        Change-Id: Ife6d3d7e093c04b707497d9588942b38bcd8742d

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [40e3569a08d89fc6cf91cfc3a88d1049f25533c9]

        ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled rendering
        
        This makes typed characters appear as you type it (and not only after
        the editing of the shape text is finished) in Impress.
        
        Change-Id: Id47efe8223ddfdbad36f436366c9c8c8e0cb45f4

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [8632db588d405f10506925ffd2db369691e5bc71]

        svx: paint TextEdit to the output device in case of tiled rendering
        
        With this, we still miss invalidations when the user types characters
        into a TextEdit, but at least when manually triggering a full redraw we
        gets the typed characters without finishing the editing.
        
        Change-Id: I3ab8991a86c99fe3910ddc5e4f795b802c07c9a9

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2af65ff30e8cef6be21fee1ef20f6b1db4451ccf]

        Add OutputDevice::isTiledRendering()
        
        This is similar to SwViewShell::isTiledRendering, but while SwViewShell
        describes a state of the application, this one describes a state of the
        output device. The output device may be created by LOK client code,
        while the view shell may not be accessible from lower layers of the
        stack, so we need both.
        
        Change-Id: I82f7755eb73603bd79283272fba4970dccae8784

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [98115a182d5c69cdbbefdf89b5584490c92faa19]

        android: key press/release is in KeyEvent, no need to distinct them
        
        Change-Id: Ic68145a0f67ce9558570ab95b8057271c22481a3

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c16de577de20d3f655b38e84509966fbaad548da]

        android: support ACTION_MULTIPLE KeyEvent
        
        With ACTION_MULTIPLE more characters have been entered at the same
        time. In this case we send more key press events to LO for now.
        This is generally useful for IME input but Android also sends this
        if non-ASCII key has been hit - even when the key is only one
        character.
        
        Change-Id: Iaf48ed4e40b8e4413ed5735add34870ec263b61d

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [89e9e70462d67b27682edc6b9eeded4e66ec293f]

        android: also send key event in onKeyMultiple and onKeyPreIme
        
        Change-Id: Ib231edd7b659ca3d0360bb3ac3021ead652f5458

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [eb8ed9fcc5253925ba33e6b84831c559453ad87b]

        android: can't compare strings with == in Java
        
        Change-Id: I5cf4d5db42f32b7c073e5899a6c90a3354dcb3c5

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0ffb877c3680a5973213c01be7d35ad123b080d4]

        anndroid: bind "LongPress" to mouse double click
        
        Change-Id: Iba56deccf3c342ac82ca6cf78e09caf323f4a14d

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [67c9a6dc3a3e7a66e986f5a49624a418b16ba0ab]

        andorid: format the code on LOKitTileProvider
        
        Change-Id: I289cca3835350a00dbefa4cd8b35ae065477a683

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9d0950d5ddced82ba300f466849b6182491f5cb8]

        android: make invalidations more readable - extract to own methods
        
        Change-Id: I676475c028d446ff5f31a11990a09da54245f9ef

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fe4f1194a9e1b686e58e50eacf1d70a6f0f67436]

        android: don't hardcode touch type
        
        Change-Id: Ie64df7832daa002daa912c26b3c6f9f2497e0348

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6f04b04dfd5ceff205ffedb74516b3af2eae7557]

        android: organise imports
        
        Change-Id: Ie8178e34698ba686e899ddd8e4f8775081fc9d83

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [f62669d3227e425216a1e602f07e2cab79acc84c]

        CppunitTest_sd_uimpress: missing libxml2 external
        
        Change-Id: Idd087e41c54bf1cf3d0f5d92f9a8058d982c0a80

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [36e3a12aae55eb2b61d3b540ebe4b476d4b9e914]

        android: restructure reevaluateTiles
        
        Change-Id: I1c0657e512e6d3bf7a4742a356f201c993aef658

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9a51a1f4cc6cea442957ae5f9bda4d1cd5379685]

        android: do tile reevaluation in LOKitThread
        
        Currently the tile reevaluation was done in UI thread which could
        cause UI stutters as reevaluation is not a simple task. The
        result was also a lot of tile rendering requests to LOKitThread.
        This changes turns this around and the tile reevaluation is done
        in LOKitThread instead. Now the UI thread just sends a LOEvent
        when the reevaluation should be done. This should also reduce
        the amount of messages that are queued in LOKitThread, however
        an execution time should increase.
        
        Change-Id: I01ce911226a71607c06da6100de323ca555db474

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f699de99bdc86408c47086d15f80408734c42ae4]

        android: no need endDrawing to be synchronized
        
        Change-Id: I50bee82140e444d918ca759816edf6992a47644b

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b8a2e465ff2e1893aab0a78cad180b7db3a1df04]

        android: cleanup ComposedTileLayer
        
        Change-Id: I976384ac5515295a56bc1339791ab63a62dc4bea

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [538135e6447d01a99b50faf63d6f65a8b8543514]

        android: force a screen render on redraw in LOKitThread
        
        Change-Id: I0e0a072cbe31c85f5f2f9459ad724edcd8d5986a

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [402d2fb2866195d7a3b5d15a3f973a05b67d73be]

        android: use Iterator for removing of tiles
        
        Change-Id: Ie4de7682d4f5b7e677e23fa8aae3548040bffdc7

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a17c13e279bc2e5352fdc788d48b802034b206d8]

        android: create SubTile right away to reduce tile change events
        
        Change-Id: Idbc18a721c482fccd80d9c7da00f5f5dca1a864c

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dc14b540e9b90d046e108132ad93a631e88f550a]

        android: change back to LinkedBlockingQueue
        
        PriorityBlockingQueue doesn't preserve order within equal elements.
        This means elements with same priority will be returned in
        arbitrary order, which we don't want to have - for example we want
        tiles to render in the same order they were added to the queue.
        Also there is no measurable or felt benefit that priority bring so
        lets just drop PriorityBlockingQueue for LinkedBlockingQueue.
        
        Change-Id: I6ffe0bf896f0e18e8b5ffc75a4001d8f40515a56

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [484d904d4dfaad9397c9599292c3abf30880d5bf]

        sd: initial ViewShell::libreOfficeKitCallback()
        
        With this, typing into an empty document + pressing Esc makes those
        typed characters visible.
        
        Change-Id: I57d05f40d1bb6afa2b8c68ce1d10906203aa4bc8

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [acde439959f2c178343c4c570f2512a913ae322f]

        sd: initial Window::LogicInvalidate()
        
        Change-Id: I070e5ccac61061730f5d0fecfc197d9fb88dca51

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbfc6ad3c0185c8742965822ee99a630eafdf6e3]

        Add Rectangle::toString()
        
        There were already 5 versions of this in sw, 4 for SwRect, one for
        Rectangle.
        
        Change-Id: Icf8c78f9973d940a4d180b6f52dda9ea1be86c14

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f20a47d0e1c378a0f6ee85b1af7afbb7809cec5]

        android: forgot to update javadoc of JNI wrapper
        
        Change-Id: I2964c030f420638672da5390e11179aee28043e5

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [bfe3a47e1e5bb51b7f9440b6155d002eedcea22b]

        lok::Office::postKeyEvent: allow different char and key code
        
        editeng is not happy with non-zero char code for css::awt::Key::ESCAPE.
        
        Change-Id: If26923df7defb8a47766e9109835a8569067e578

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0622d2658a8ccadadfb5eb2180a252833c3a9c22]

        android: organise imports
        
        Change-Id: I4ba05594215564ee06c0bf9b8dff47f46e6bf451

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bdf8d4ceb21d2d4aafce30411caa998e17088c84]

        android: restructure reevaluateTiles
        
        Change-Id: I97bcc19571858fd3a43f7d5a9290a5dace7d97dc

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9236370bed2e4959cfd584def062a712ec0d7b56]

        android: use locking to make tile redraw more predictable
        
        CopyOnWriteList is a good thread safe container to store tiles,
        however any change to the list makes a internal copy of the
        underlaying array which contains the changes. The effect of this
        is that this changes aren't immediately shown or only partially
        in the other (UI) thread. So they are sometimes partially drawn or
        drawn with a delay. This replaces the CopyOnWriteList with a
        simple thread unsafe ArrayList and introduces Read/Write locking
        to all ArrayList operations. Read operations don't lock, only
        a write operation locks access.
        
        Change-Id: I5783c6cde96360a6fd47faa801eec35e4debb792

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6ab77b350b0c4b5d2226a0c9ab861f9b80936019]

        android: directly call renderFrame, force render on initialization
        
        Change-Id: I8395bae805a89558dd6c7517ea6c6a20b943ebff

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e44c2b2b416469798c301ce1e6d6d1ee2a15d6c]

        sd: add SdDrawDocument::dumpAsXml()
        
        SdDrawDocument inherits from SdrModel which already has an XML dumper,
        so just add an sd method that can create the XML writer and then we get
        the rest for free.
        
        Change-Id: Iac9bfb779e111f9887f171db6f5bd5151dd7e447

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [df38ccecea3429cb224aec1b9dfc88ab8ec8c009]

        android: Clean-up LayerClient - add @Override, rearrange, comments
        
        Change-Id: I75f32f2a99430ff65345e203ac49189fec011e2e

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [72d5f0e6a834237f47015674d5840053d28de98b]

        android: hide soft keyboard
        
        Change-Id: Id23c330953efeb65960878413dd9dd0ad00eef40

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ee862723c043f380701da3fac0c2b83064777f7d]

        android: check if mTileProvider is available
        
        Change-Id: Ibf2d491ad8867facab6181bec3d26d99a3ffbcf8

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b21fd935d9b79ec494d553429eb357581b68bddb]

        android: cleanup more in LayerClient
        
        Change-Id: I2ea316c9f63343290da59df7f07433e38db974c3

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c207e6cd5807355c1dbd23f662d1106b9e23dacc]

        android: fix "invalidate()..." exception
        
        Fix "invalidate() is only valid inside a transaction" exception.
        
        Change-Id: I550811a0324bece298ac1a583e4198ae280586f6

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [fd22d4b9b5e7bf9a1b54041f52a081d1a98e5332]

        android: use mListener in LayerView for RenderControllerThread
        
        Change-Id: I15b65f6eda04fce83831d8bee03b3840a1c15095

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [23c4f26e2bccd4a1b41b7e9edcd155f674e1735d]

        android: cleanup LayerRenderer
        
        Change-Id: I26f1819c801bb1930975b0be3f036748f843e4a4

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [415fb7914c93a4f551e93490bcc4359296c38d96]

        android: remove unneeded code from LayerRenderer and LayerView
        
        Change-Id: I3a5a24eea62efdda435c5854c164216c91c4ab44

2015-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [172eec516df02a76dcdade5314629e446d8dcdf6]

        android: remove LOEventFactory
        
        Change-Id: I46809f24337e56b47a379eb4c482251b97337fd9

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [54b231e7c867b3a36730e23ddca3e12a406be00f]

        gtktiledviewer: map css::awt::Key::ESCAPE
        
        Change-Id: Ib034244b39b185877be5791c2a86018d1b57f7e3

2015-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [8aa7774f1c5e69c8925c0b3fdaa008d8ee7301f6]

        SdXImpressDocument::initializeForTiledRendering: missing guard
        
        Change-Id: Idc006b63157daea880ba1eeac3832617a0992d48

2015-02-23  Noel Grandin  <noel@peralex.com>  [ba233e87efddf0a6751b35784dca1c805364ff3b]

        remove unnecessary parenthesis in return statements
        
        found with
        $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;'
        
        Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e

2015-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a2fa9e2468aa5c4fd4b610c5d0ebc8959e87a072]

        import the document properties before the document
        
        That allows us to potentially change the import depending on the
        producer of the document.
        
        This becomes necessary to handle MSO 2007 chart drawingml streams
        correctly.
        
        Change-Id: I9be8b019fae69cd206203591982a89648965692f

2015-02-23  Michael Stahl  <mstahl@redhat.com>  [9c6ce47eaf1a891edf7c200145de400fd1cf2871]

        jpeg-turbo: work around failure in AC_PROG_MAKE_SET on WNT
        
        autoconf < 2.61a uses "echo" here and for some bizarre reason that
        converts " inside ' to \ so remove the " to get it to work.
        
        echo 'foo="bar"'
        foo=\bar"
        
        Change-Id: I6bee94d4d075ce953f5788b7fdf9d3b66a7db0c7

2015-02-23  Michael Stahl  <mstahl@redhat.com>  [7289ee9b9ce2346fa58dfa7c2f2b318f6db40d4d]

        unotest: unobootstrapprotector needs runtime dependency on unorc
        
        Change-Id: Ie6ed784bb9676b9de8a51762aa58d0c75e071cfd

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [5268d722a2dcc5a20e81444996da6306662de922]

        Typo: resonable->reasonable
        
        Change-Id: Ia6737e7cf88b54be80db39937595105ff0e0d2b3

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [e8064be685b17ae972aee2b0e07aa4e16763fb52]

        Typo: aditional->additional
        
        Change-Id: I7db230949a97da28c60101d8cce1e30fbc08535c

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [f8f0327e0fa69e7c6b03117dd6e39f4da2030434]

        Simplify erase iterator management (DocumentContentOperationsManager.cxx)
        
        Change-Id: Ib9f71832ad12449a73ae803bf7219c2e1c93f086

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [de8d6e8f377b5d478cc62036448a75c00c1b9afc]

        Indent
        
        Change-Id: Iabdb9864d7e0e4740331aead895332ec027a82f5

2015-02-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [57b5579cb1f6e31f91aba100b84ca1c1f544b2ad]

        Updated core Project: help  649cf89040199e5dee52a195768a0e6688b6d420
        
        correct label in Contour Editor
        
        Change-Id: I14ba6611adf332bf21f16c5a1c5e75d92e3c4918
        Reviewed-on: https://gerrit.libreoffice.org/14581
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [c184e054d736ff1c87d2fcefb7ea9faee3d8fe9c]

        Simplify erase iterator management (charmap.cxx)
        
        Change-Id: I36b4b9895e83007d3b1f9ea4463a97c0fdd9a341

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [46fb44eb44979cec2f29e1e7e1f52042f96b486b]

        Simplify erase iterator management (zforlist.cxx)
        
        Change-Id: Ia3ddb5223d4ac54b9b6b31d734a4cc6978dff3b3

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [ade3d9852c26f601afd1e6bd7196ec96b18f8465]

        Simplify erase iterator management (calendar.cxx)
        
        Change-Id: Ib8cf14fb6e5a53b954e9d5751f79b908cb3c87aa

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [d14a7d01408c85f32b110ada61b94ab8deb9f655]

        Simplify erase iterator management (ContentHelper)
        
        Change-Id: I5a5953e38054ab53fef03be36e3fb5f4e2ff3526

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [4cc958ec34c390e9b8c0ac9b000a8448f0c4bfc4]

        Simplify erase iterator management
        
        Change-Id: I3822566e01d3c8f5e880264f4dba495d6e467e02

2015-02-22  Julien Nabet  <serval2412@yahoo.fr>  [c0d31015ae5da39440d98b8e568a66eb1b97c6c1]

        Typo: widht->width
        
        Change-Id: Iaa803ee9082c434b86295561cb205e7d4b7169b8

2015-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b7d11209bf15604532467126d8704eaf5f51799]

        Extract SwRangeRedline::dumpAsXml() from SwRedlineTbl
        
        Change-Id: Ia0eea8a0c4ef7a8297da185d8187017e76bea422

2015-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e91003337f8f35810efa00322d041fb4ff94df7]

        configure: add default value for --with-android-ndk
        
        Change-Id: I2ab9d6fe4ac81f4a102a3f4242aa6d41e81fab88

2015-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [315e72d4300e688e921b1122109dd9a545016feb]

        configure: add default value for --with-android-sdk
        
        Change-Id: Ib19b57e877c5829dd816d4b4e84bb8f632354789

2015-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ea95a1dbd7e10343a3549c2cbc1b909a873f5f7]

        writerfilter: clean up DOCX XFilter implementation
        
        Change-Id: I4524d0a93231f291e074d1eeb10d00efc64e0cc5

2015-02-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f5ffba36cdf82d7540381e0a0b3200c9c585921d]

        -Werror,-Wunused-variable
        
        Change-Id: I4c98d863b16ab057aa7d99c78fea1eb51935fc47

2015-02-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [2d16cf85d1d1145eae37780920961e4a667f2e51]

        ChgTwipSizeFromPixel flag is useless
        
        It is used only to make the same conversion
        on a different way.
        GetGraphicSizeTwip() also returns the size in twips.
        
        Change-Id: Ic532341ab37c86a63792c82bf3a5fb2e3d8d0e67

2015-02-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [908c060ceef81a733cf1d1912b48f5d499afdad8]

        Test for tdf#88935
        
        Change-Id: I625a59a632c53c77f593268b14e60ab265e5a821

2015-02-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ab00ac3e88e0a28d0e38c5968c23014a6a8fb194]

        More improvements of graphic cache size handling
        
        * ImplFillSwappedGraphicObject method is part of
        the old caching mechanism which interferes with
        the newer one, so remove this method.
        * Use Graphic size directly becuase in some case
        it does not match with the GraphicObject's
        size.
        * Assertions to avoid underflow of mnUsedSize
        
        Change-Id: I3381f49ca05e3e5d565848c8af24c78e7b9ac3af

2015-02-22  Yousuf Philips  <philipz85@hotmail.com>  [282161ff755c52cfc9f4ddf9fb0b139362b19522]

        fixing typo in Writer's menu entry for uno:SaveGraphic
        
        Change-Id: Ia69c49c5e025ef0391a304e60679a05add14f18e
        Reviewed-on: https://gerrit.libreoffice.org/14577
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [52fa2e97dfef1a5f27aaee6af7ed80800641b86c]

        Typos
        
        Change-Id: I8d6e9b20c478e649e35eca16f39692a9ce42b3c5

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [2c9900be30e07e585613b4b5c8709b0ef985dfa2]

        Typo: aply->apply
        
        Change-Id: I9cc502a747e354a593a73094e83c90ded204822f

2015-02-21  Jan Holesovsky  <kendy@collabora.com>  [735cc127dcf7b954cc0991cbeba1a3064ffc9cd5]

        native-code.py: Missing services after the stocservices conversion.
        
        Change-Id: I70bb9386487930061c6bb1576de29d4bdcc56f8c

2015-02-21  Matúš Kukan  <matus.kukan@gmail.com>  [3ff9136efebf8c09dd5af530d5060f976f8dc3e6]

        Disable more tests with _use_library_objects for mergelibs
        
        Change-Id: Iad803091864fb1a1a974df7c8eea6dba566d186c

2015-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [76e974e078d8ad77eb316cfbe5a3e2323cac390a]

        Extract SwRedlineTbl::dumpAsXml() from docnode
        
        Change-Id: I336d7875bbd88dd1993993e0e049c264b87f2318

2015-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [af986d2be777e7dd31ce94a70e60af754bac7131]

        writerfilter: clean up RtfFilter
        
        Change-Id: I4bcff4ddde2869a4aeecfdfda02c685d61d65531

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [949b9dc8ed2f5cdfd6f99531fc4ac2b8c201b145]

        Use more proper types and range-for loops
        
        Change-Id: I90b71a5abbca19d9b5eaf2ded2f33b01fb775d3a

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [bf586debd4d8274cff2737f02beac465525328e8]

        Simplify
        
        Change-Id: Iabfbe854f97b92127f1118b0982be39c4d0a2b8b

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [007edeb70409e3ca3c5cdb1b3514e592a9fa5ba0]

        Directly return the needed SwTxtNode* instead of its index
        
        Change-Id: Ia5df160a21ff4c6f5f526945c6b90a974a88c011

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [8d219ce09375535ffbe3ae997549ee944b43117c]

        SwOutlineNodes are already available
        
        Change-Id: I384308ebffcdbc6df0ee752339dd49957f7d4bbb

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [43f04e78a33fbe25aaaef7a72f0f1bb5da007955]

        Do not compare OUStrings twice
        
        Change-Id: I94f7cecf5b39c1f03b9f10a13b5efa63bb06ced8

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [2b3aa996b385cab856b30b7be2f54cbcc59446eb]

        Use more proper integer types and range-for loops
        
        Change-Id: Ic530e11248955133804f8d400eaef80fe33c1779

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [93395b3feae258da71429b4b0b276c0f21b16e8f]

        Use more proper/automatic integer types and range-for loops
        
        Change-Id: I188dc79dbba234b844e7c047ccc186d99c214ac7

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [36a001be93fa6ab4321a7a98bcb60c02ec93746b]

        Reduce temporaries
        
        Change-Id: Ie819ed8835ec30b99186d34382d6cd3e63532865

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [df32b977f5b222367e4015665aa1a2ede14e26a0]

        Use more proper/automatic integer types and range-for loops
        
        Change-Id: I3ef0f9cc7c116cf7437df7645d05cc494a452ba3

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [bfa9da7cdf02ba78aee2390599d840075122c702]

        Use a vector instead of manual memory allocation
        
        Change-Id: I506d48b944cc3d53347aad669119a78a47559c4d

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [8097a5b0847ed62caaa08b4c7a15315ee9d6866d]

        Use more proper types
        
        Change-Id: I548370202d81abe0348a082da0d321260aa8cd37

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [1b4d55645da61804c029f496a6ffb4febe99345a]

        Use more proper types/range-for loops, reduce scope
        
        Change-Id: I2749ce16f870fb7af2dea23452bec0ec7f8de625

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [f473167aaaa85f74a1da247340d7bd18a2128933]

        Use range-for loop
        
        Change-Id: I1a4c031cb1d65dbdb4f9290997eb65e7738df1d3

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [bdfe8a2680b27f2f887729f80d8c0cbb831a0674]

        Avoid unnecessary OUString copies
        
        Change-Id: Idd61ad459103f35e7a5094c112eb3294fedb7f90

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [e6ebf3428345c975a2188177dc812c00fee5cc06]

        Reduce scope of some variables
        
        Change-Id: Id7a6280bed69059980d5b8f46c80e9dc4a290bba

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [61b0498b0f8aca326469d4a9be481f4bc0bd47c5]

        Use more proper integer types and range-for loops
        
        Change-Id: I2c3dbad8037a1d7d2d3e0fdb161d1c652f49ec47

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [b56b36718c630b0723b6df3126e2137d4cf3735e]

        Use more proper integer types
        
        Change-Id: Ibba87aacffc78a80c48c6af0d5cb3e52f49b756c

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [9c5bfff952237e45a5dcc653cb7477c454b531f3]

        Use size_type
        
        Change-Id: I4b4e88d87d96b39186afab1082e5945f441260fe

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [b56614c6bc8d32a68099c7841ba4a4076f584057]

        Simplify loops and reduce scope of some variables
        
        Change-Id: I55f0044606a75e79d51dd40976f1492ec797b531

2015-02-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [2aab43b2a58aa670b8d38dae1a94cd1c6ba5693c]

        Use size_type instead of sal_uInt16
        
        Change-Id: I7d6762f2bf7aec15255288d356ad59d161b03dfd

2015-02-21  Jean-Pierre Ledure  <jp@ledure.be>  [02fea78109594b0cbeff2e8bfd5291c9ebf54c4f]

        Access2Base - Sharper recognition of document type in _SelectWindow()
        
        Recognizes new ("untitled ...") writer, calc, ... documents.
        Necessary for correct toolbars management
        
        Change-Id: Ic1db29b8aebe377e08e6a5101162ca107f2f7154

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [bcf8ee52f3dd79984600fa668cc2eca31fc0aa71]

        Typo: udate->update
        
        Change-Id: I264092f4b3887faab791bf6a963816b4e2826af4

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [4be55ffca07c5b0f02715f59313ba93639d8e215]

        Typo: queriing->querying
        
        Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [2d0c4cd6dc90d6a39e37fa286cee5f5c9e4d3994]

        Typo: reqired->required
        
        Change-Id: I22b5ad47ba76da9b00e9a69bcfbc00befc369fe6

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [f00fce5b06955799074416a3fd37edcea0b364e0]

        Typo: containted->contained
        
        Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [b98ac7072499df72817cad553fd77d2d85ac1c08]

        Typo: trough->through
        
        Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [800e09a3ce02417a52f8a1de261f1fc448dee590]

        Typos: caculate->calculate + acceses->accesses
        
        Change-Id: Id2b645829ceb9affc76483a651fe6830a9f01cda

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [aa1b4a294da57bbc54c492c94919486a64b6866f]

        Various typos
        
        Change-Id: I61d6a92e5301e07c9180d94dafec23ef1a06e0ef

2015-02-21  Eike Rathke  <erack@redhat.com>  [3f71a35ac72d604519a3c43a1c1cc44b3e04b420]

        use a slightly more complicated pattern distribution to check, tdf#89436
        
        Change-Id: Id42d89ac529bc3d148e5ebc5bcaa11b01fb188ff

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [8ba18fcf0cdaab2b2bec66d15daa4a9c33fb9fff]

        Typo: gramar->grammar
        
        Change-Id: I4a8245a2b0f4e073240d8b62f16bf92cc8d39573

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [64e4d35265d5c46e3bdb00c6ba75a7ea8fa08b33]

        Typo: recive->receive
        
        Change-Id: I9f49f19bacc8b2d11bf082ffea0f852849a93822

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [5a88e827f5bf857af10f9e31db59dc12da7c3a3f]

        Typo: paragaph(s)->paragraph(s)
        
        Change-Id: I3d82703a59ec749b723d62b15a36937b61156874

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [4ea5701ee819de9f28df6dd6ab009e85aa59e975]

        Typo: "window" not "widow" here
        
        Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [ffb2be24b286edc7de4241aea9f0222164fc923c]

        Typo: curor/cusor(s)->cursor(s)
        
        Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [ba8979c594ad57a1b2905cba8fdf9697d8342e93]

        Typo: behaiviour->behaviour
        
        Change-Id: I5b8958561375690dcf81b9fc1bb8e7b4904e0cb0

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [1101ae6772d7ee57c6f183b031ebd4cbd6d6a599]

        Typo: deleteing->deleting
        
        Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a

2015-02-21  Julien Nabet  <serval2412@yahoo.fr>  [f6a0e670647f013e30ba5628c66625b1176a3cb6]

        -Typo: (dis)apear(s)->(dis)appear(s)
        
        Change-Id: Ie5d18aa59885172bd701ddcfb0e62f5ad3816de9

2015-02-21  Eike Rathke  <erack@redhat.com>  [4cf69df2f543b023f4ec3d4279c5ac11a2a819d9]

        nitpicks
        
        Change-Id: I743a35a164b6d3c84e9e7e38b2e0097e1eeb1ed6

2015-02-20  gamebusterz  <gamebusterz2@gmail.com>  [1d85cf3504f5dcbbf0ae017eee47fc5a302a2739]

        tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)
        
        Change-Id: I603967833df03c1073b7bcac86da59b28a2835f0
        Reviewed-on: https://gerrit.libreoffice.org/14569
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-02-20  gamebusterz  <gamebusterz2@gmail.com>  [5bd8dcd45cb37b093e526c929ff9e3f382b8a758]

        tdf#12345 Removed redundant newlines in the code
        
        Change-Id: Id3d8b6732caf58c70315db6e706338f7dac458c2
        Reviewed-on: https://gerrit.libreoffice.org/14567
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2015-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [1fcaf8a37a7133f07e5b9a18c4fadf17fe914f6d]

        native-code.py: stoc implementation is now converted to constructors.
        
        Fixes error: undefined reference to 'stocservices_component_getFactory'
        
        Change-Id: I799fc4d3d0adf201639ed04d3d5457b74cca887b

2015-02-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e1ef9e9999b1d9256a803abb59c9b70e4690f8be]

        update credits
        
        Change-Id: I4025a6de1e900dfdf02f1ec7ef0d0d9bbb57125e

2015-02-20  Tor Lillqvist  <tml@collabora.com>  [d1293c666f08963cebb5f1439034dd11634392df]

        tdf#84881: Work in progress: Code to add the timestamp to the signature
        
        Inside #if 0, as the two NSS functions I would want to use aren't exported
        from libsmime, despite being declared in public headers. Back to the old
        drawing board.
        
        Change-Id: I8b868b4d645a7bbab670e237568c8ff7d97c98cc

2015-02-20  Eike Rathke  <erack@redhat.com>  [5d572e673dec3396487b14bb1f9e86aa8ab86786]

        Resolves: tdf#89500 catch ISO 8601 datetime in all locales
        
        Change-Id: I906ebdc6aa5c365df98a29e9e0f319f89f6833c6

2015-02-20  Michael Jaumann  <meta_dev@yahoo.com>  [a33f97bae6edd1cac4df8cdb3d4fb3996f29a82e]

        fdo#39468 translated german comments
        
        Change-Id: I693e26cc8ce45bc246d0d039d39d81f17ebcbbe6
        Reviewed-on: https://gerrit.libreoffice.org/14555
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-20  Michael Meeks  <michael.meeks@collabora.com>  [6cdd02a7fd582af7b10c8ffc4d88589e77d1228d]

        android: protect against a crash with an empty sdcard.
        
        If you mis-configure your emulator - that's what you get.
        Unfortunate that this affects 2x places.
        
        Change-Id: I0b281d96b22ec3ac793c687ee7f3ba1a78784ace

2015-02-20  Jan Holesovsky  <kendy@collabora.com>  [e1879e6a377fba9ec0f21554de16be8a983553da]

        stocservices.component: The rest of the services + cleanup.
        
        Change-Id: I5156318afde0f56cf3eb8d1c74c6db8d5e378600

2015-02-20  Ursache Vladimir  <ursache@collabora.co.uk>  [17984250e94a04f7989dbe42a5cf5353e3e2b076]

        stocservices.component partly refactored to use the "constructor" feature.
        
        Change-Id: I4c1c5e62de608738a91be4a234d9c160a18cbf8f

2015-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f5eff2210dc96fa9da8775db5c4d117b63c1f78]

        editeng: remove references to dead tools/string.hxx
        
        Change-Id: Ia22f17648225307b75310332d756da9018fd1279

2015-02-20  Stephan Bergmann  <sbergman@redhat.com>  [c4ac108e5d724b3c08aa77118c55d0b6a391b680]

        Remove unnecessary prefixes
        
        ...from .components that exclusively use constructors now
        
        Change-Id: I009f29a49d5be0aec32af8cfcae6fb8e2cd4f486

2015-02-20  Jan Kantert  <jan-lo@kantert.net>  [023fb64de84792337092f98d416e83a235a852fb]

        move unit test for tdf#89330 to subsequent_filters-test and enable it
        
        Change-Id: Ia64ed4735a8ce13780d090688b0e206c5c080b5b

2015-02-20  Lionel Elie Mamane  <lionel@mamane.lu>  [368954b3e9135de38a5a74f506ff27481b8d7a76]

        ANSI92 Entry SQL includes Primary Key support
        
        Change-Id: I68af66ce5ef9e31dce2c0e6f3dd2916bf601d73b

2015-02-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c14ed48c65f20a63da930a526c2a6294d3a3f565]

        tdf#88915 Clearer small autosum icon
        
        Derive it directly from the large version.
        
        Change-Id: Ia755c355bf1dda9989df7e2ed99fae0833231caa

2015-02-20  Tor Lillqvist  <tml@collabora.com>  [3cc45e97dd9189b4c76747fce8925bfe48fac70a]

        tdf#84881: Work in progress: Decode the TimeStampResp
        
        OMG, it is really horrible to use the NSS SEC_ASN1DecodeItem() API. Figuring
        out how to set up the SEC_ASN1Template data structure for decoding
        TimeStampResp was much harder than setting up the template for encoding a
        TimeStampReq. Luckily I don't actually need to look into the timeStampToken,
        but can copy that as such into the CMS as an unsigned attribute.
        
        I'll cheerfully ignore for now RFC3161's requirements on how the TSA client
        should check the validity of the response. Let's leave that up to the PDF
        viewing (and validating) application.
        
        Also improve the SAL_INFO logging, use a timeout for the curl operation, add
        more ASN.1 in comments for information, etc.
        
        Still to do: Actually add the TimeStampResp to the NSSCMSSignerInfo.
        
        Change-Id: Id4f800e2cf12a01106b326a31c34eb99f2aa724e

2015-02-20  Tor Lillqvist  <tml@collabora.com>  [4146b5c3fefcfce10ed6bc7e739408de8acafb92]

        Use curl_easy_strerror() for more information in SAL_WARN
        
        Change-Id: I633bd5d697321678d5c179161ac18bc5655246ec

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [c4e37b8ec409333663e7d712e1863ca1e0efffab]

        ODK: Fix WError on windows x64 bit
        
        Change-Id: I39534e171806d47e154c82de89b8b9e3883771b4
        Reviewed-on: https://gerrit.libreoffice.org/14541
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [2296563c861f0ec0bb209c7250eb49a4a34f6852]

        distro-config: Synchronize 32 bit and x64 bit platforms
        
        Only two options are different for x64 bit platform compared to 32 bit:
        
        + --enable-64-bit
        - --enable-win-mozab-driver
        
        Change-Id: I17754acbb7d380fa6d2dee46ce68f780285a84b9
        Reviewed-on: https://gerrit.libreoffice.org/14543
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [7f38d00b23de73ccf8288075f5c76d247ac1e804]

        On windows configure should not use any system stuff
        
        Change-Id: Idf4e69f79d764d34476dfeefa805c3df3d24876b
        Reviewed-on: https://gerrit.libreoffice.org/14561
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [5e8de61a620618120ecf9d48eb258b364e4fa5bc]

        Disable C4324 structure was padded due to __declspec(align()) warning
        
        Change-Id: I0b4dfe8fe06eb8f7f9fd2929d4efb4f52b25abea
        Reviewed-on: https://gerrit.libreoffice.org/14560
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [38671c869d8903ba7d0bd516d53ba0ff9d152adf]

        liborcus: Remove BOOST_ALL_NO_LIB, it's already included upstream
        
        Change-Id: I39e65a9ee3ede5217d9d6d8499297e449af798fe
        Reviewed-on: https://gerrit.libreoffice.org/14559
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  Richard PALO  <richard@NetBSD.org>  [34a167e1bf9b478069c290dbf977c68639149852]

        Sun ld doesn't support -O1 optimize flag reported by Gabriele Bulfon (gbulfon@sonicle)
        
        Change-Id: Ie0ff8fe296054a7a266b4c73c30938bb2b7353ea
        Reviewed-on: https://gerrit.libreoffice.org/14484
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  David Ostrovsky  <david@ostrovsky.org>  [ac06ab26389ef6910b9cd52001b56df2fdc5cef1]

        libgltf: Fix build on windows x64 bit
        
        Change-Id: Ie467540f17b9c7240cada6b55daa96820c6c02a1
        Reviewed-on: https://gerrit.libreoffice.org/14542
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [49288091702d6ef70c00974c55f09bc2fd77d525]

        -Werror=unused-parameter
        
        Change-Id: I6f8603ed6cde9c604f3e980410656de34420352b

2015-02-19  Jan Holesovsky  <kendy@collabora.com>  [712fc6e0a07d6284b0b55b5e0258973d7918c642]

        native-code.py: Writerfilter implementation is now converted to constructors.
        
        Change-Id: Idcb8731523e3cc54653193e9755b3a59995d4bc8

2015-02-19  Laurent Godard  <lgodard.libre@laposte.net>  [bf5c5f359cf4eb36a0a9a1110ec2aa3393bb87df]

        tdf#89460 test pChangeTrack before using it
        
        Change-Id: Ic02351c448929daa7d4c5a9a00df9842c2c5aa91
        Reviewed-on: https://gerrit.libreoffice.org/14553
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-19  Chris Sherlock  <chris.sherlock@collabora.com>  [b8a5e0cd17d53b787762f9827939c02ff25b92a5]

        writerfilter: use constructor for writerfilter module
        
        Change-Id: Iada80d2c6989de2811cf35cb288a430e2eeba8e9
        Reviewed-on: https://gerrit.libreoffice.org/14536
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-02-19  Caolán McNamara  <caolanm@redhat.com>  [d74f5f8633d6fe39011d5a613e1dc62402e7a4e7]

        coverity#1270937 Unchecked dynamic_cast
        
        Change-Id: Ibc6e54bf7f907ae1c500be5c67995419c91aa089

2015-02-19  László Németh  <laszlo.nemeth@collabora.com>  [d619d23a1f641fc910723cc32c4d8c8d9a8f3681]

        tdf#89436 add unit test for ScHorizontalAttrIterator
        
        + OSL_ENSURE to check row-level buffering of the horizontal
        cell ranges with the same cell attributes
        
        Change-Id: If265e1c5a389d4c63bfda4017173d8fe41badb6b

2015-02-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bdd4e1957fcdef591acac4ce3a7f6fd4f83380c4]

        Simplify and HiDPI for field button shown in auto-filtered cell
        
        Change-Id: Ib2b58b5d39f946463eaecdc51f10f11cbc35aa1f

2015-02-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [17f358d7d163d9412aa88ce9bc31d12799707392]

        Support HiDPI in auto filter (and pivot table) pop-up menu window
        
        Change-Id: I752a4bc01425c09e2bd3cc8cac96f3cf22f1222d

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [5aadcced217b7edc5b456713fc1cebd13d1eb55e]

        Remove newly unused include
        
        Change-Id: I3a6e668b930cb5f65abe345fdf5b5e4b1b511440

2015-02-19  Gabriele Bulfon  <gabriele.bulfon@sonicle.com>  [834afd885bd74ff80b59898d3f63ba940a58c1d8]

        Adapt gcc3_solaris_intel bridge to GCC 4.7
        
        ...similarly to 0fdbb5b0eabbaa571f3747fda12a56c938cba474 "Make
        cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7"
        
        Change-Id: Idcafcb07678d02446172d7fde30631a342f6437e

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [8c9331aaba552157e64d81f4b045e2a112626261]

        Fix component_getFactory function signature
        
        Change-Id: I0cf3b4446cdd60162aa979c7e223d37d9f508014

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [1b9e807b971277f29f1a131705db23aab4ab6cfc]

        Remove unused using declarations
        
        Change-Id: I096e1eb534562e4428b66b7b73ab2900e0c09a55

2015-02-19  Caolán McNamara  <caolanm@redhat.com>  [8d9365ba5ac2aa0ce47fe46615c23b6e70ae8f60]

        gdk_screen_get_font_options is always available in gtk3
        
        Change-Id: I680ed37995b12abf54526b9205b131a62b5cf734

2015-02-19  Caolán McNamara  <caolanm@redhat.com>  [a33fcd1dbcb458002d6e52244bb4f7de41df2d30]

        bPrinter is always false, simplify
        
        Change-Id: If40d1ccdec77c1bf0753411da71ac5c0b42c2765

2015-02-19  Tor Lillqvist  <tml@collabora.com>  [27d7aea00d22ad3fcdff2e7b267be1cf5c28d43c]

        tdf#84881: Work in progress: Perform the RFC3161 interaction with the TSA
        
        Use libcurl to perform the request and get the response. Improve error
        messages (only use SAL_WARN, though, so sadly not visible to end-users).
        
        Still to do: Decode the response and attach it to the signature. Implement
        request encoding and response decoding for Windows.
        
        I probably should extend (and rename) the HashContextScope class to handle all
        resources that need explicit deallocation, instead of calling
        curl_slist_free_all(), curl_easy_cleanup() and SECITEM_FreeItem() in so many
        places.
        
        The error handling of the PDF export functionality would need to be
        re-designed so that we could show actual error messages to the user instead of
        generic "signing failed" ones. But that is typical for much of our code...
        
        Change-Id: I6288de3f09021f8e0f385870143fefffbac2a706

2015-02-19  Tor Lillqvist  <tml@collabora.com>  [2ddfaa6d323b5db2f59f06f7708c5209549abeee]

        tdf#84881: reqPolicy and certReq are optional
        
        Change-Id: Ia5687bf2d68eef06aeb618d5387c663807d24560

2015-02-19  Tor Lillqvist  <tml@collabora.com>  [159a4c3c75e3a7aecbf1656f3254331892098ba7]

        tdf#84881: WiP: Fill in more fields of the TimeStampReq
        
        Use the digestAlg in the NSSCMSSignerInfo, once we have it, as
        hashAlgorithm. Use a random number as nonce.
        
        Temporarily, dump the TimeStampReq object to a file for inspection in a
        DBG_UTIL build.
        
        Change-Id: I696271b3ccc6cef86a70bc78f86d6eae27a4af77

2015-02-19  Yousuf Philips  <philipz85@hotmail.com>  [5a1a686eab9bdfb20b0476b1a61ace8134974c4a]

        tdf#87676 hide object, text and image toolbars by default
        
        Change-Id: I1829d5efb4b3a0a80f0f0124dcb3de1ebeca5fc5
        Reviewed-on: https://gerrit.libreoffice.org/14550
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Takeshi Abe  <tabe@fixedpoint.jp>  [fe3937a60368006a6e6f03b14ae43218139f0a90]

        starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLong
        
        Change-Id: Idb8e8ab8f73248021b9aa13efa04e77d9e331475
        Reviewed-on: https://gerrit.libreoffice.org/14530
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Yousuf Philips  <philipz85@hotmail.com>  [a86513d8ca49fe6f4e1cde48e3d744c20540829e]

        tdf#87822 Dock the master view toolbar
        
        Change-Id: Ibe226daf26086eb9878a6da5b8ec2d8d2fc9e141
        Reviewed-on: https://gerrit.libreoffice.org/14551
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Szymon Kłos  <eszkadev@gmail.com>  [b4b844f4d391ba0491dc748f3d5853bef47d9405]

        gtk3: improved checkbox and radiobutton rendering
        
        Change-Id: I6da03869dea172fb8d50396010152479afec9cde
        Reviewed-on: https://gerrit.libreoffice.org/14554
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [336dd506c0978faf914279de56c125949920223e]

        "no matching function for call to 'get_pointer'," use lambda instead
        
        Change-Id: I40ea3b781ec35171706a277acff6eb2eab29c297

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [61ed1cb9305cf9675535e52817cfbd84b47f7344]

        Missing constructor
        
        ...the implementation in ChartView.cxx oddly got removed from
        <https://gerrit.libreoffice.org/#/c/14431/1> to
        <https://gerrit.libreoffice.org/#/c/14431/2>, but the declaration in
        chartcore.component was missing from the start
        
        Change-Id: I71699ee74278f7e419eca63c5784b46efc42d96b

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [71dca358e3ecca3327e46837f4caf90e0e0e4f05]

        Clean up
        
        Change-Id: Id91be8ec8a97d8fad398d798cd2a9b77773a39e2

2015-02-19  Caolán McNamara  <caolanm@redhat.com>  [186dbb68907a2415b8cb2655aa2d1f4850509fb6]

        callcatcher: update unused code
        
        Change-Id: If6e0cbf8544ca7a4668cdc67fcf390d8835b7017

2015-02-19  Caolán McNamara  <caolanm@redhat.com>  [8f2522f931df9f1f24ef7016ee64d75fd23af000]

        boost->std
        
        Change-Id: Icae6b6f07ad8dbd287fdfc689739187883a07775

2015-02-19  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [c7efcb1340ceee35fe3b8ffd9ed86b8cae57d9ce]

        tdf#83099 fix Top of formula bar is missing when expanding on Windows 7
        
        This is workaround patch.
        
        ToolBox::ImplFormat() method places it to the new position, when the new
        item is added.
        ToolBox::ImplFormat() method determines whether or not the item is newly
        added, using that the new item's Top Coordinate is 0.
        However, it seems that the non-new item's Top Coordinate is 0 on Windows 7
        with default(aero) theme, using small icons.
        We also need to consider in this case.
        
        Change-Id: I35cf81502799432f63e0920219fcbaac9050d81f
        Reviewed-on: https://gerrit.libreoffice.org/14538
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Justin Luth  <justin_luth@sil.org>  [3eaeefe83772bacad4fe5e0f35bbf52b2590e835]

        allow generated, unique frame name to be saved
        
        The document in tdf#77122 shows that frames can exist without a
        name. Going to frame properties showed "Frame1" as the name for each
        frame, and pressing OK didn't "set" this suggested name - the name
        remained blank.
        
        An alternative fix is removing "pNameED->SaveValue();".  However,
        this approach seems safer.
        
        Change-Id: I1ed9d67442d55f2c481e6e4b35a876721a835522
        Reviewed-on: https://gerrit.libreoffice.org/14548
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Niklas Johansson  <sleeping.pillow@gmail.com>  [42ec6448f9acd474d8ec1a92d9362e1b38e13758]

        tdf#78148 Ordinal numbers should not be auto-capitalized
        
        FnChgOrdinalNumber should return true if it changes the ordinal number.
        This seems to be accentually removed when the function was
        internationalized and has always returned false since.
        
        Change-Id: I633058a99ec033e0c33f807776364a52e22e9c64
        Reviewed-on: https://gerrit.libreoffice.org/14535
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-19  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [cacc3a0e7f7b04240daf63b45e457428388f4929]

        tdf#65788: svg export - put transform attribute into text element
        
        if transform is put into an inner tspan element rotated text isn't rendered rotated
        
        Change-Id: I6fcab1db0e213c65fe8ba88a7694fd10c902bfec
        Reviewed-on: https://gerrit.libreoffice.org/14314
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd19e3f823ef8b83f4185da173365ba1b129e4a9]

        sw: nAnz -> nCount
        
        Change-Id: Ia8c237009634eb0c750db42da4f68a31d40c5368

2015-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [998d30b6c96aa4b05bcc1360d36791af81c9924c]

        svx: nViewAnz -> nViewCount
        
        Change-Id: I76e7f2b29c6583c32a3c2b49f3365688f8f81bce

2015-02-19  Stephan Bergmann  <sbergman@redhat.com>  [cb3518f331a99ff9a3187286e9e2b695df1c0292]

        loplugin:externandnotdefined
        
        Change-Id: I94271681ea4ec7617eaf706fb443ebb9d1b0bc15

2015-02-19  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [e382d3782c171bb7962d21662d86669a76ffc8d0]

        tdeab: Fix unit test failure when TDE support is enabled
        
        Change-Id: I91311e2017a93dbfbffb20b9ba4595c62ce8165b
        Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [8f74734c9b872bc3b2f48071d189049b98ce6b86]

        unusedcode: Remove few methods
        
        Change-Id: Iacb18a06057b6becd077a49a71a95fb7e0961f3f

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1d9bfd6e289a1cc8872038b54b060a282d02ea08]

        small clean-up
        
        Change-Id: I6a327df821ea439e6dcffe26eeee022c3e3583e8

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b523c0244aef7c1e223f326eb8b5e5abdfbb9106]

        add first useful version of new conditional format UNO API
        
        Change-Id: I8b58ae33ad71d0df6ea30f205b4f331541f5b821

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [52f4d152af4a0cad31ca6da43ae9e8fc55688aab]

        there is no x error bar for bar charts, related fdo#66455
        
        e.g. fdo#66455-1.ods exported to OOXML
        
        Change-Id: I81c65071cef820076b3f4788b45152cb48eb608d

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5fb41ae3920cd635fa42057e1623aa21bcb53167]

        document one more place where MSO 2007 export wrong values
        
        Change-Id: Ic35f1188e66cf89f203b34f354a2c4b11f1f65a2

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b13534de022972131b46f93f5ada90af155eec9e]

        add test for tdf#89454
        
        Change-Id: Iefb52f6fa77cf90955dbb47c1b9ca7ab699a43eb

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0d1bd8c4f12d4e60d1f33f7df0a201d2affb7767]

        this should be [-90, 90] and not (-90, 90), tdf#89454
        
        Change-Id: I943be2cf660d2dc77eebd776208af96c0b5f67a4

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ffc0391e2e9d797ef8ce3d1089e8d9d2b11a5ead]

        start documenting problems around OOXML spec
        
        We implement in many places wrong default values based on how MSO 2007
        behaves. Newer MSO versions produce correct files so our import is
        wrong. Instead of changing the default value we need to be able to use
        default values based on the document producer.
        
        Change-Id: I6a2a0b30885ebccc384d17f896709ecdd475d786

2015-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3488d0a42f6a09723f5fd3fb972b0e778b26f8b3]

        make the code easier to read
        
        Change-Id: I8cdfe1cddf57a36054bfe850173ef6130aa608b5

2015-02-19  Tor Lillqvist  <tml@collabora.com>  [418b0d39c3a15d642b87dd24c40a91d887426086]

        No vbaevents_component_getFactory unless HAVE_FEATURE_SCRIPTING

2015-02-18  Julien Nabet  <serval2412@yahoo.fr>  [70bd1cc7794ec37e7e64dd9e2d5cfa0df8dbc598]

        Change var name: propertie->propertyState
        
        Change-Id: I85397752e2660088b378d8ec71765a4167f5183a

2015-02-18  Julien Nabet  <serval2412@yahoo.fr>  [13b884a863ad8f9fbec2c060bc455d660d10bc9c]

        Typo in xsl: "page-layout-propertie" instead of "page-layout-properties"
        
        Change-Id: Ie5a298886e3c6638b041600b82b642ac69f7f33b

2015-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [de684f47da785c0da6194df1f582648ebf3d1569]

        no need for that anymore
        
        Change-Id: I53002c0b97da66c44429b5ace0fc709b5e8a325f

2015-02-18  Julien Nabet  <serval2412@yahoo.fr>  [48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed]

        Typos
        
        Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4

2015-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a9924d94e7db6db50b8b36a311f7d7abf80e4700]

        add test for missing chart area style fill import, tdf#89451
        
        Change-Id: I052838eaf4134a72feb067fc2a1355fabcafe11f

2015-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [32fe0c6adcff25a0df536127ca980413e1cabefd]

        better way to set default for chart area fill style, related tdf#89451
        
        Change-Id: Iee7fea0f55cf54d43a349b6cc0ffa25995069e40

2015-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a51300bc9223b28fc5da6059e4fe1d2af62fb323]

        implement fill based on style also for chart area, tdf#89451
        
        Change-Id: I7b488e222cd44e75d1e0ff7f8e545e9399f418b5

2015-02-18  Caolán McNamara  <caolanm@redhat.com>  [6106d99a905883c7325dae252b8b071be1896641]

        boost->std
        
        Change-Id: Ifa87783f68b0fab98f8a0f7cd6ed867202b4532f

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

        coverity#1267652 Logically dead code
        
        Change-Id: Ie36cf4193d2e202894e378b0094d399267291023

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [535ad5b239b6daa61c5fbaf6b644f66640b923b8]

        Also mention -fstack-protector-strong when linking
        
        ...there appear to be GCC tool-chains (like the one employed by xdg-app) that
        need some libssp_nonshared.a linked in for -fstack-protector-strong behind the
        scenes.
        
        Change-Id: Ia4dd8b11d26f3dc7fec231d6b8b7950f003333ce

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

        Resolves: rhbz#1193971 clear hard-coded char props in table cells...
        
        like we do already for shapes. So now when attempting to set replacement char
        properties on the entire cell, clear any hard-coded sub ranges within the
        existing paragraphs.
        
        This extends the effort of
        commit a217f3cb2dce71a4322f78ceb45edb6f171b2b65
        Author: Matúš Kukan <matus.kukan@collabora.com>
        Date:   Tue Aug 26 10:16:34 2014 +0200
        
            bnc#770711: Make changing table text color in impress always work
        
        to encompass all character properties, not just color
        
        Change-Id: If8b426c3531b4678868d8351426db32c3c558650

2015-02-18  Caolán McNamara  <caolanm@redhat.com>  [1f893617eeec4aea9cd460b633dc4004b6cf20ba]

        fix JunitTest_toolkit_complex
        
        Change-Id: I396e8e04df40efb1559995e78761e1954ba7bc6f

2015-02-18  László Németh  <laszlo.nemeth@collabora.com>  [8e9540d3d4909c6dd45c9efa294f565d9735a0d9]

        tdf#89436 ScHorizontalAttrIterator - fix indices
        
        Change-Id: I800270cc4b1a812834be57b9eb332b4b299c0fe1

2015-02-18  Tor Lillqvist  <tml@collabora.com>  [4ece31faef6279cdb0d7eafa26f696e393649fd4]

        tdf#84881: WiP: Handle TimeStampReq::extensions correctly
        
        Also, pass dest as NULL to SEC_ASN1EncodeItem(). Now we can call
        SECITEM_FreeItem(item, PR_TRUE) on its return value.
        
        Change-Id: Ia30b70990971aba15158f97528524d879a04da3c

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [845dc023352c77d7579c25c1a1f1932ad0d9d9c1]

        -Werror,-Wunused-const-variable
        
        Change-Id: I79d47b843be844bcb413018522564d6e6d65a4db

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [f44a640b0f4acdf7d8480991f2cf57a33682f8a0]

        -Werror,-Wunused-variable
        
        Change-Id: I9b99b893c8b981bac481e528f2c8f62fa1702c07

2015-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2664ef6b1215356f5b0c815b60a2c6b5f014882]

        nParaAnz -> nParaCount
        
        Change-Id: Iab409aedb445decfbe0af1e9b70dc158696c65b4

2015-02-18  Tor Lillqvist  <tml@collabora.com>  [4f69b6de069b7ed70a4aa0095ad9bf981eed53ae]

        tdf#84881: Intermediate commit: Construct RFC3161 TimeStampReq
        
        It took a while to figure out how to use the NSS API to construct ASN.1
        DER-encoded data using the SEC_ASN1_Template data structs. But I am getting
        closer. Now the SEC_ASN1EncodeItem() doesn't crash at least.
        
        Change-Id: I863542bbeed47d48d05a67b851648f87ba9ccf31

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [0a8bcd8256f2618b30c9767d5eaddb51ec3d9a8e]

        Avoid numeric overflow when printing BCA_LISTEN_ALWAYS range
        
        ...where nRow=SCROW_MAX, so lcl_a1_append_r (sc/source/core/tool/address.cxx)
        would attempt rString.append( nRow + 1 ); not sure such formatting of
        BCA_LISTEN_ALWAYS should be special-cased more centrally.
        
        Change-Id: I338a953a82245c65d116746b101bbc52cf73d3f6

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

        boost->std
        
        Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [1215efbf616024bc262f94c38038d6de6d960b17]

        Missing ScMergeFlagAttr::Clone
        
        Change-Id: Iaaad0b4130d99bb3aa9edd434a1fc105c59c4c99

2015-02-18  Chris Sherlock  <chris.sherlock@collabora.com>  [99a09427e763a6fd020031e475357a989fc91994]

        filter: use constructor for filter module
        
        Change-Id: Ic03555dc06909da1c60c8edc7aa17d4cb41c468b
        Reviewed-on: https://gerrit.libreoffice.org/14533
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-02-18  Chris Sherlock  <chris.sherlock@collabora.com>  [93a63e07119d63cfb73a970db67c7d73d4b82d9a]

        Revert "filter: use constructor for filter module"
        
        This reverts commit a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.

2015-02-18  Chris Sherlock  <chris.sherlock@collabora.com>  [a2b197ff1f7676c2314a312fa8f40c6bf8871c7c]

        filter: use constructor for filter module
        
        Change-Id: I466fe67d7f7144a50bdf15f42f1d7f8dfb107418

2015-02-18  David Ostrovsky  <david@ostrovsky.org>  [2f058fedf9e15013d47c9e42367c9ae552d5c13a]

        Package 64bit dist runtime DLLs in 64bit msi
        
        Change-Id: I0c8b7a8b2903d83eb37beb6b54f89dbcda8fba9c
        Reviewed-on: https://gerrit.libreoffice.org/14527
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [420fc7d1ada2c86f27e54c515c21abb88b4cd91f]

        Missing include
        
        Change-Id: I067a83ef97e55afc27673c59b0bdae974d7f3232

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [defbb4752bfa4bc2a35f5ee4c24d0e1654afeb2c]

        Missing dependency
        
        Change-Id: I4b66f7e549fe318f61b5ec8127ca073b2eb19ed3

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [765efd36fcadbc5df32f8fc2d7e8f4caf332ffbc]

        DBG_ASSERT -> assert
        
        The only caller of GetResourceSkipHeader (BitmapEx ctor in
        vcl/source/gdi/bitmapex.cxx) unconditionally expects *ppResMgr to be non-null
        after the call.
        
        Change-Id: I17e71df81019de5b78c4356c7aec967c50a5a6ae

2015-02-18  Stephan Bergmann  <sbergman@redhat.com>  [f471fe7badd582ca64e452790b5ac46c365b8931]

        Better way to avoid ambiguities among ResId ctors
        
        Change-Id: I43c4c1c5ad193cdd3182cea649fae6091984a121

2015-02-18  László Németh  <laszlo.nemeth@collabora.com>  [dd4bd0ee74fae3d7e3a16e018021da173152571b]

        tdf#89436 ScHorizontalAttrIterator - fix condition + cleanup
        
        Change-Id: I0e2d467044fc46f56bd52083d4365357033cb1b8

2015-02-17  Julien Nabet  <serval2412@yahoo.fr>  [b0979fb26e0026e46149135804e2484ac5a4de58]

        Typo: with->width
        
        Change-Id: Ie9c159a00af3cb96aef98bc7befc85dd4a425a7b

2015-02-17  László Németh  <laszlo.nemeth@collabora.com>  [a5ab0e3a8b1cb7c06072229e1c4d956eb81fa002]

        tdf#89436 handle skipping empty rows
        
        Change-Id: Ib29ad9210939fcbc236bfd7be211e21f791caac7

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [d6b28f0bfe5df0248b18e306c3144282f052c7f0]

        asan: failure to load tdf#55620 attachment under asan
        
        still loops in layout though
        
        how am I *still* finding bugs in this thing
        
        Change-Id: I048595956516b9acfc60e90c64180b904d6cc1d7

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [3744d8506ef231d642785faf6da4926cea64c6a0]

        boost->std
        
        Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853

2015-02-17  Jan Holesovsky  <kendy@collabora.com>  [7a17c038a6f4c433a69c6c1ed04aca2e5c929027]

        LOK: Add support for documentLoadWithOptions also to LibreOfficeKit.hxx.
        
        Change-Id: I89f018f524aad84f59372f1be76a8522010345f8

2015-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc4ba6d31a0d30c4d8bad37c2955cf6609ea5cd6]

        formula: include algorithm for std::min
        
        Change-Id: I3237eb3b6ada8949cb489676e83e46cc3c92aa81

2015-02-17  László Németh  <laszlo.nemeth@collabora.com>  [4de4f1fd1125bc8cf6059cf143bb76d1ab212434]

        tdf#89436 fix ScHorizontalAttrIterator performance
        
        Change-Id: I69be1a85b74ede8f02788a6370d4ebb40bddbe11

2015-02-17  Jan Holesovsky  <kendy@collabora.com>  [4ed53dffa64670fafe298826c7901f7b436dfab9]

        android: No need to include the entire libfrmlo.a, add just the used services.
        
        Made sure that ooo108922-1.doc and fields.doc are still loading.
        
        Change-Id: If009c25be1776eba77a397efb2eae820838ac053

2015-02-17  Jan Holesovsky  <kendy@collabora.com>  [a7a5ba76f43f62c73ed35281178559bdda709ba7]

        android: Better check for package name when debugging.
        
        Change-Id: Iad29aa8cc47220e5aa33a4991a0c0d265d107152

2015-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1d9b5efb5df35d21384d04893429e48e79ff601]

        oox: use std::enable_shared_from_this
        
        Change-Id: I184a7a3579bebd81d5d81f64b4ace74bde8e87fb

2015-02-17  Mihai  <mihai.varga@collabora.com>  [98b27ea907517d585f5d951895ae733653a442d2]

        SkipImages option for PDF import
        
        This option allows images and drawings to be skipped while importing
        a PDF, the main reason was performance improvement where images were
        not needed.
        
        Change-Id: Ibca342ff6e7005bedf7b16869473832ce2576fb2
        Reviewed-on: https://gerrit.libreoffice.org/14470
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-17  Yousuf Philips  <philipz85@hotmail.com>  [61e9e6d08f79a5b75674b94bccc05880256671e8]

        tdf#89423 add missing small delete table icons
        
        Change-Id: Id6f0104265e81d5a955e23d7cb3b8d8190fb27d9
        Reviewed-on: https://gerrit.libreoffice.org/14520
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-17  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [0293ec98c92fd58a592f7dd86fbbf47e7b9195c6]

        g: SRC_ROOT may not contain path string in a localized environment
        
        When config_host.mk contains non-ascii characters(e.g. Japanese ),
        SRC_ROOT may contain an error message "Binary file (standard input)
         matches") from grep, and SRC_ROOT may not contain path string.
        With '-a' option, grep will work well.
        
        Change-Id: Ifaada5f5a11939d624460cd8dcc57d93911ae790
        Reviewed-on: https://gerrit.libreoffice.org/14491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-17  Vort  <vvort@yandex.ru>  [ea91563683b5c5df40ec5f4eb9c3005d7bfcf71d]

        tdf#64075 SVG Import: close non-closed filled polygons
        
        Change-Id: I26335c88cd3fd6644e122c8c525bf319cb09f4db
        Reviewed-on: https://gerrit.libreoffice.org/14475
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [a96acacb91197a04e8fd9114d8c4bcda24372f54]

        Resolves: tdf#89417 disable hardware accel checkbox if property is readonly
        
        Change-Id: Ie99643ba29a3b47dd47d2fb1359d573a52f4c64a

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [ef966b007deca9e76c24bc2afb74ba94a3173771]

        assert on laying out fdo#82018-3.docx
        
        Change-Id: I325cd7ff03468009d06c886f800bd12e3acce976

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [8de63ad5bb2a60f7306a9bfe15384cd0164109df]

        some more de-boostification
        
        Change-Id: I8ee8fd7b99598e484430d91e17e468951288d72d

2015-02-17  Caolán McNamara  <caolanm@redhat.com>  [0f46d90621eb5af6548ec6e9933b3a041728bd4e]

        callcatcher: update unused code
        
        Change-Id: I08e99a019fd2ec16e2c995035e4bcc09678ef92b

2015-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e33cd8355eb1d856a1439b4a095e379b3acf0bd]

        tdf#82661 SwFrm::PaintBackground: handle fill attrs when comparing background
        
        Regression from 7d9bb549d498d6beed2c4050c402d09643febdfa (Related:
        i#124638 Second step of DrawingLayer FillAttributes..., 2014-06-02),
        should be good enough till SdrAllFillAttributesHelper gets its own
        operator ==().
        
        Change-Id: I03f847bc1589e3771790427d9894cc330a7b8dc6

2015-02-17  Jan Holesovsky  <kendy@collabora.com>  [e46549e9550d840b9d6b9cefee920f4f32ade7dc]

        forms: Fix copy'n'paste mistakes.
        
        com_sun_star_form_ORadioButtonModel_get_implementation ->
          com_sun_star_form_ORadioButtonControl_get_implementation
        
        com_sun_star_form_OGroupBoxModel_get_implementation ->
          com_sun_star_form_OGroupBoxControl_get_implementation
        
        and a bit of further cleanup.
        
        Change-Id: I2d03d69ac83c482257baed5a6b84a6bacae68889

2015-02-17  Rishabh Kumar  <kris.kr296@gmail.com>  [769a37962e9ab3f44cc40b547ebd859f0d1f7e21]

        tdf#89085 Edit page break does not open proper tab
        
        Current Behavior : opens a random tab
        Expected behavior : open Text Flow tab
        
        Change-Id: I4bbd9dcf2bbbb237d5d70ef07b88f40be9681e7a
        Reviewed-on: https://gerrit.libreoffice.org/14486
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [02f09a4e32dd9bcc1783d01d63292485734229d3]

        Updated core Project: help  2e8bb06b63fcb35ec359a9a02f30bce271ef093c
        
        mark number as untranslatable
        
        Change-Id: I2657a07cb33e2ae40c4a13157382b5356c327ca1
        Reviewed-on: https://gerrit.libreoffice.org/14500
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-02-17  Jan Holesovsky  <kendy@collabora.com>  [5c3d918062107818e31ef8ddbbb82078faf6de28]

        forms: Convert also com.sun.star.form.XForms.
        
        Plus some associated cleanup.
        
        Change-Id: I0a923198c23e2e4ecbc91e5b56cfac31b7f71256

2015-02-17  Chris Sherlock  <chris.sherlock@collabora.com>  [5d05f7ed8582193c39e29b7dc16767fb850e9f28]

        forms: use constructor feature for form modules
        
        Change-Id: I8f1588cbd338e2f8b5bc6047d84b17c697a7d2d3

2015-02-17  Andras Timar  <andras.timar@collabora.com>  [abd9ca08df895a4ce6976554a46751dd469125f7]

        translatable="no" for some .ui placeholders
        
        Change-Id: I89fe5532b5a8305f94b4c70aac2df7737e691ab5

2015-02-17  Tor Lillqvist  <tml@collabora.com>  [6d500371eb109ea0e10c08e6f6514fc340a29484]

        Bin wrong, misleading and pointless comments
        
        Change-Id: I3d5218b4777f7a1f486b5d4faec1959ade39d123

2015-02-17  Tor Lillqvist  <tml@collabora.com>  [d83e6e9cdb727b3ca2938048e115ba38886d4c70]

        tdf#88431: Pass the selected Time Stamp Authority, if any, along to vcl
        
        Work in progress. If a TSA is selected, pass it along to the signature
        generation in vcl.
        
        Change-Id: Ibe105b6d02ab9241b93dd66ab3cb1fa8c6d10093

2015-02-17  Tor Lillqvist  <tml@collabora.com>  [b8b9d51b8cf1cafe1a94e1baf957f3f282abb32f]

        tdf#88428: Add GUI to select one of user-configured Time Stamp Authorities
        
        Work in progress. The selection not used for anything yet.
        
        Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0

2015-02-17  Tor Lillqvist  <tml@collabora.com>  [24ad0629ae9edad83514e329e7173b94a8680ea6]

        tdf#88427: Add GUI to enter and maintain a list of Time Stamping Authorities
        
        It is just a simple list of entered URLs, accessed from the Security page. No
        sanity checks for now. No selection of a "default" one for now. Implementation
        is much simpler this way. The actual selection of one TSA (or none) is done
        when exporting to PDF.
        
        Change-Id: I0392eabc9b9629a6f0a767d1b2337622a61c120f

2015-02-17  Tor Lillqvist  <tml@collabora.com>  [bd5d65e54976971ee30f597a125e43d275ec8e81]

        Bin some superfluous vertical whitespace
        
        Change-Id: I237c90c6451ff0bd0e7a691516ec8ebe70437e4b

2015-02-17  LeMoyne Castle  <lemoyne.castle@gmail.com>  [c290998df667bd2a8a12379642f79d09eca471c3]

        tdf#87074 null-ref error from NLPSolver in Basic
        
        Initialize java class member objects exposed as
        XSolver properties: no default construction in java.
        Fixes issue for both DEPS and SCO solvers.
        Also removed info level console prints.
        
        Change-Id: I6762c5cca978072ce20b1f69a6b523f53364107d
        Reviewed-on: https://gerrit.libreoffice.org/14499
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-17  Radu Ioan  <ioan.radu.g@gmail.com>  [a8e6f0bea0e8bc028ee64d0b4d9046e52de94eda]

        tdf#39440 - cppcheck cleanliness
        
        Fixed some cppcheck defects
        
        Change-Id: I25fd6aba9d76df98d20b9a1bb4c9d3c1bf6f84bb
        Reviewed-on: https://gerrit.libreoffice.org/14487
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a30e2cb912c6bae240ced35a392151e34090665b]

        update mdds to 0.12.0
        
        Change-Id: I2de5ec5e705a7c2cbd3ccd5d494dafc5c939448a
        Reviewed-on: https://gerrit.libreoffice.org/14515
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5210de1c91db64c7d4d99fdda95031b384577219]

        update chart xshape reference files
        
        Change-Id: I499595df25f9a36eb1326cb5374db0541bd42ee4
        Reviewed-on: https://gerrit.libreoffice.org/14514
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d86e504b258d42d99a5fd2f720587081aba83c14]

        fix indentation
        
        Change-Id: Ifab81cb6e54e177aaf31aceeddc1b6cd3c0cc888
        Reviewed-on: https://gerrit.libreoffice.org/14513
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [52b25c1adf3a70819aea2080b0ad50a14a3c104b]

        we shouldn't need a static ref in these createOneInstance factory helpers
        
        at least not to ensure that they are singletons anyway
        
        Change-Id: I08176afa67ac5f8e4f479b70ca5d71c52d0bb9af

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [0ae82ba5d2b0ab81cac27efbb0226ed0f15d3b96]

        cut down some more unnecessary boost inclusion
        
        Change-Id: Ia997e243d28a54d2e3cc9714fe3e7e86d198797c

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [8d997133c3f10d3f57e9670e2bc2e1b6471ac112]

        sal: -Werror=unused-parameter
        
        Change-Id: Iad2a1c7796812e09c408868d7fa60705a1cc91be

2015-02-16  Thorsten Behrens  <thb@documentfoundation.org>  [5818dd94599540196072955b5987671f7f7d5a44]

        Related: tdf#63690 - add stubs for removed rtl_logfile functions.
        
        This fixes up 3d403f2af2e5b7d26254d45590764f279450fab6, by not
        removing public API.
        
        Change-Id: I60a4b7284661238bdf32a1600f27a7e507c5374a

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [6b3aa0fe4094e87290bd33a30bd6cd99ee78ce38]

        tdf#78174: toolkit: work around GCC 4.9 -Os link failure
        
        A build with gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1) for 32-bit x86
        fails because of these undefined symbols:
        
        > nm --demangle workdir/CxxObject/svx/source/fmcomp/fmgridif.o | grep
         \\bWindowListenerMultiplexer::acquire
                 U non-virtual thunk to WindowListenerMultiplexer::acquire()
        
        They should probably be generated inline.  Work around by out-lining the
        definition of the methods.
        
        https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64812
        
        Change-Id: I318f7c39bdf1243be385bc6dc0a47862b22e92c5

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [ddadc1ee95c09eaadb0a1d01e234952b8581694c]

        tdf#80715: fix infinite loop in find-and-replace if SwTxtNode full
        
        In a regex searching for "$" to remove the paragraph break, sw_JoinText()
        may fail to join the nodes because the maximum size is reached; in this
        case the cursor has to be moved to the next node, otherwise the search
        will be stuck on that node forever.
        
        This would fix the problem in LO 4.2 but it's actually rather harder to
        trigger in 4.3+ because the 16-bit size limit of SwTxtNodes is gone.
        
        (regression from b60ce8465c8f01242354abccebe00742d164af60)
        
        Change-Id: Ie047cad37835adf95afe0d12b94a16ff4aecb17a

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [5a1fe97d70ca7c89ef74c05fd52783c9f54caf08]

        sw: test case for search-and-replace bug fixed by commit ...
        
        ... b60ce8465c8f01242354abccebe00742d164af60
        
        Change-Id: Iba1a059b3aeb5b2266398d80e6995f98fd580f14

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [6c92e54a3abcaa1d8f5d83d74dfb0b77415be1d3]

        sw: work around buggy boost::intrusive::circular_list_algorithms::unlink()
        
        Boost is clearly following the C++ tradition of surprising omissions.
        
        Change-Id: I205ef17f87b176da938ebfa3e1a0748e94605daf

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [54e93460a53629c9428d3ed129a32f052b6bdd7e]

        (related: tdf#80715) sw: fix Ring::MoveTo() not doing anything...
        
        ... if the parameter is currently in the same list.
        
        The "boost::intrusive::circular_list_algorithms::transfer" has a
        precondition that the 2 parameters must not be in the same list.
        
        This causes an infinite loop in SwFindParaText::Find(), which is hiding
        the infinite loop that i'm trying to debug...
        
        While at it, remove some unnecessary complexity.
        
        Change-Id: Ib41f52c6d5c44ecc358c6170ee1e6e98729e1302

2015-02-16  Michael Stahl  <mstahl@redhat.com>  [b6e43aac665d700d3474bb757afd7be492f65d2a]

        sw: RingContainer::merge(): assert that the Rings aren't already linked
        
        The function would un-merge them in that case, which is just a little
        bit surprising.
        
        Change-Id: Ife1d572635b812d3ff5b9f93c1ddf1954e12aca5

2015-02-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [f7db2461292be3e23f5b3af47e488eaa8105d8db]

        Add kde4-open-url script
        
        Adds a KDE4 specific URL processing script.
        
        Change-Id: I0116fa95f076a5772e88c616e93de542fe4fe4e4

2015-02-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [585bcac8eaa27396ea749a7bdb66abf62fc60335]

        MM: don't read column content twice to fill SwCalc
        
        Currently we fill the SwCalc dict twice via lcl_GetColumnCnt and
        GetMergeColumnCnt.
        
        This also drops the unused nFmt argument from GetMergeColumnCnt.
        
        Change-Id: I2f7fd1578353e919209002c0c3040adc14b08528

2015-02-16  Joel  <jmadero.dev@gmail.com>  [e94ada5939acfc6015129c0e5bb470158fe83b34]

        tdf#70733 - Move ISEVEN and ISODD functions to information
        
        Moved ISEVEN and ISODD functions from mathematical to information
        
        Change-Id: Ib40e877c9809338031e4b3047fd7ef3f12b392a2
        Reviewed-on: https://gerrit.libreoffice.org/14501
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-16  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [37eefa01acaf44f2c523d58c8a83568dc9763bd1]

        Translated remaining german commments in sc/source/core/data/documenX.cxx
        
        Change-Id: I637c592aeb53830be2f32153462df7d9a189e844
        Reviewed-on: https://gerrit.libreoffice.org/14370
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-16  Tor Lillqvist  <tml@collabora.com>  [9da730a8fe253aad1778bba908f503a43081711b]

        WaE: unused function 'lcl_getLayoutRect'
        
        Change-Id: I1892d6c0c0466eea266b653f0b5907236cb84624

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [28474dcd834b04b851f25f8ec5840d0e72de3c71]

        remove debugging spew
        
        Change-Id: I8652e7fb41bce932afa418cedfab308f03379040

2015-02-16  Deena Francis  <deena.francis@gmail.com>  [726430db96434f64037af719ad649ab109add5d1]

        tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS Excel
        
        Change-Id: I955d0a3c99aa516677cac9c38b81aff41b616dc3
        Reviewed-on: https://gerrit.libreoffice.org/13573
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [c21b18077d9776c7c36875e0e9c15907cc46f1fb]

        include algorithm for std::max
        
        Change-Id: I03c3bf1f920e77871383ab52e2c729154860b15d

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [d929a1715da3088229f6b41b03e9713fe110b881]

        Related: fdo#74880 small leak in scaddins
        
        Change-Id: I331a3a358c5275b770aa1319f43af21b9bb3fd83

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [bdee6631e8b2d7e30f4dd5d2a6c529fe91888357]

        include algorithm for std::min
        
        Change-Id: I74b8e08d17b411daa1466c261f4797ee43cdcf67

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [b5603894734af2a8d26b69828991cb201b063442]

        incomplete type error under some compilers
        
        Change-Id: I87740d4d035bc4e430d566f4672bfd338511d3a8

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [a36882348973b8af6edd713a9d4e67af72a4bd86]

        another dependency still required
        
        Change-Id: I0f0ce96ee8209f711739952422d642a012252d1f

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [bd08ebde36e5bce2d56d1c50b7fd251a2e8035e4]

        restore dependencies
        
        Change-Id: I20645122bc80d729093dff8d1a8094c6fbf7d68a

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [bf96ec5d8af6fe806ee634e556f7a9a105894f0f]

        boost->std
        
        Change-Id: I44b208a2c5c5bf73ac025462c9f7bd499ed0a49b

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [6b45e4fa5381d119ff0759825454a7154e1363b7]

        set unotools mk to require boost
        
        Change-Id: I45857f694bb1906c2169058b9b09333a472da3fc

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [52f7d36b1c091d5b00c7b08b8e032eb015350e6a]

        cppcheck: cstyleCast
        
        Change-Id: I95659b790f356d6eaf495120fb8ac2c9eba854db

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [01a8bda416d1598f5486f95b6a57d61ff09873ed]

        boost::noncopyable->'= delete'
        
        Change-Id: If0f898a1e912fcd2095d8ba88b2b8046596e16ea

2015-02-16  Caolán McNamara  <caolanm@redhat.com>  [a1ceacc17e3f30d5e9c06b3218ad8ec26ca2f1b9]

        boost::foo_ptr->std::foo_ptr
        
        Change-Id: I9219619b538b6530a89f5932ac51eb3b62eb396a

2015-02-16  Andrew  <dent.ace@gmail.com>  [18f41dfaf19d656d290c47d196ef2702e169a522]

        Remove old icons.
        
        Remove outdated icons from themes, to bring inline with Galaxy.
        Fixed file names where needed.
        Update 'missing' log and 'links' for themes.
        
        Change-Id: Ic4bbdf91c69e555919ea71c96c0155a7db8f0165
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14466
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-02-16  Stephan Bergmann  <sbergman@redhat.com>  [f1f6edaae13c9591e391d52856c31c6cdc303f3e]

        Make LogUtils.getTrace actually work
        
        Change-Id: I59e2b93ed1142bac22ead08cc101e27cfa3e02df

2015-02-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [56e0afabbadf0c4cd2a83df34fe69efc874dd6a2]

        tdf#89243 Allow box to expand on resizing
        
        Change-Id: I2bdcc060c30487c3a697430062e9938738b92101
        Reviewed-on: https://gerrit.libreoffice.org/14453
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-16  Stephan Bergmann  <sbergman@redhat.com>  [3336a5071bdf56f112f866a714a19ec70fc7e55c]

        rhbz#1192732: Revert "From the context of the code, this field should...
        
        ...not be static."  This reverts commit
        6d4c1f0d4a623bf7f3b3a0af2ece5c969d5aec77.  Whatever made the author of that
        commit think rhinoWindow shouldn't be static, it clearly needs to be, as in
        edit()'s Runnable.run(), the usage of rhinoWindow at the end relies on
        rhinoWindow being set via the
        
          new ScriptEditorForJavaScript(context, url)
        
        call to initUI() (or else rhinoWindow already being set from a previous such
        call if already editor != null).

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0ccf2c77e55c11393baca166369e3ffe5d2863c2]

        android: discard image buffer as soon as we upload to a texture
        
        Before TileLayer (which SubTile was a subclass of) held the
        image buffer for the whole life cycle of the tile, which wastes
        memory in case of SubTile as the image doesn't change (or changes
        only when invalidated) for the whole tile lifecycle. This change
        changes the SubTile inheritance to a general Layer and adds modified
        logic from SingleTileLayer and TileLayer. In addition it now
        discards the buffer as soon as it has been uploaded to a texture
        so that it doesn't takes up double the memory anymore.
        
        Change-Id: Ia104687d2df529182af412102459952b53e87950

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0e98675b693c925c54a3820596dbad130ad73b35]

        android: remove tileRerender method as it is obsolete
        
        Change-Id: I0087edfd2c93a80417b0002eac96e7626c35baf2

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [71c568406613c3aa423679dcc5f63b6b24d11f03]

        android: remove ImmutableViewportMetrics as input to endDrawing
        
        Change-Id: Iec55bc182845bfa09cf6d03ab787fc1f2e0ee7fc

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [05b49687acb1661448c99c90f40854feeda8bda3]

        android: organise imports
        
        Change-Id: I0f71bade1172b143f0f261ab6ed741f5dd3a9d93

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c2b8fa6d9e69682344c66c62d30dfacf9ad51f82]

        android: invalidate all intersecting tiles in one LOEvent
        
        Change-Id: Ic21984016d10a8e3da87b9fb032179cd4f6f7b9f

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1eb2de90bee8a0585655573eaebcc901495edd4d]

        android: add support for text selection to JNI
        
        Change-Id: Ifa307eb6a8cb031bdd88b9fadae42c8a0811772b

2015-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [63ae4c065122f5d44a0dfe8fcfa0cddcb14bca66]

        Enable mpCursorOverlay for Android too
        
        Commit 8fc976698e4d3d04f61cbad96c0c977ef15115d6 enables a code
        path that needs mpCursorOverlay, which was not enabled for Android
        and caused the build to fail.
        
        Change-Id: I88fe0be23c25c6b14170b2a3505aa2be01f73e0b

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [1e4d83a578933a1acd4d7d0c68b56f37987170cb]

        native-code.py: Add com_sun_star_comp_dba_ORowSet_get_implementation.
        
        In the end, seems to be enough (together with a checkbox-related constructor)
        to make the fields.doc work.
        
        Change-Id: I72bf2020726aabed9b7d8cf45c23c131361f9907

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [006c0a3122b173bd953856d6d2f3ce57e4eab5f7]

        Enable LOK_CALLBACK_TEXT_SELECTION_START/END on Android
        
        Change-Id: Id00fcb6fb74652ed38d43b83338ddb0c549c5ae6

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [2f38b80b486015c1ddb219cf006c1705d2c43872]

        LOK: add LOK_SETTEXTSELECTION_RESET
        
        So clients can perform a single method call to adjust the cursor
        position (when it's not a range), instead of sending two mouse clicks.
        This is mostly to be consistent, so that adjusting the cursor's middle
        and start/end handles all result in a setTextSelection() LOK call.
        
        Change-Id: I09eb0811887d173ea9ad7d125a2afb2c9e5c918c

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f26dd84f6b99037c75364984bfca57369ae2095f]

        lokdocview: reset start/end or middle handle depending on if we have selection
        
        Change-Id: Iee5511a8077e37999865aa83da2dfde1fdd4dbc2

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e5649afeb0e56b0c6852bfac42f53e0c5c958ee]

        lokdocview: allow dragging the selection start handle, too
        
        Change-Id: Ic5dd96c4ced7c5ea67d4417c73721535302f754b

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [be77714263eff4a6e60d192bd87dc5309a23fae0]

        lokdocview: allow dragging the selection end handle
        
        Change-Id: I977e93657c52a66f10762293835ead28451b5406

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [565a9f3fd8333e14497f058f9e4387e511aa36c9]

        LOK: add lok::Document::setTextSelection()
        
        What's interesting about this is that it allows adjusting the position
        of both the point and mark of the selection, while the normal UI only
        allows adjusting the point.
        
        Change-Id: If61f57c68c28c67fec252f2b666a706f52dd8d26

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0135d5d5c2a41bc306062334db731b98438a6caf]

        lokdocview: allow dragging the middle handle
        
        Change-Id: I83ef2797c17c8de8f8e9b5f3dcbe9adb34eb4313

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [13de1b87b80fede4179a56f720534f64a74a15c7]

        lokdocview: avoid loading the handle bitmaps again and again
        
        Change-Id: I767a1c0ddce4e06d421b6bb951aa6d0451943f89

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [2e70fa6968bd77bca3a21685974c869d55f79dec]

        android: optipng the resources.
        
        Change-Id: I2b27c6edd94d63ddcfb885592b0fb954cf505e8b

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [baa5459359c7c92ad08059f4a5e8b781be645c5f]

        android: Remove duplicated icons.
        
        No need to provide eg. drawable-hdpi/blah.png when it is the same as
        drawable/blah.png anyway.
        
        Change-Id: I4f840a7674e86a7c16d43fc5e1d4fd1e0956d0c8

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [f36302e41da326f8177e4c0e2052ef169ca13d6a]

        android: Remove unused icons.
        
        Change-Id: Ia844806ad3bff92fcace2765fb3b39ab729a6b28

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e07d9c084b5487eb38810002f8512bb6268cdc1d]

        lokdocview: draw handles at selection start/end
        
        Change-Id: Ic9b4138619f20a8d35437912784b94f4d1f2af4f

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d25f9a01c1ee3b4c46c04cfe66a662a01c11207e]

        LOK: add LOK_CALLBACK_TEXT_SELECTION_START/END
        
        Without this, it's really hard to figure out where to put selection
        handles based on the selection polygon.
        
        Change-Id: I7fde038a33633796a43f0b454a5a7cff701c5dc3

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5dee910234067175b8be2fe5a6ea93dd0fdc8de9]

        lokdocview: when have a cursor but no selection, show the middle handle
        
        Change-Id: I1497bd73303a0445f06f3302aa5b8a537243bfeb

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [3d9b364b567a9046ac4530297c7e922ae9bf0596]

        It is not necessary to be _that_ verbose.
        
        Change-Id: Ie7685beae20df8b3798070135fad529cde3604a9

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [8ca64909836d96eb7c39d488f7bc7521cd56508b]

        native-code.py: Add libevtattlo.a + some forms related services.
        
        Fixes part of fields.doc loading, but unfortunately not completely, as in the
        end it needs "com_sun_star_comp_dba_ORowSet_get_implementation" - and we avoid
        the database stuff for now still.
        
        Change-Id: I9035e80fb1326357dbecf7994419d909e1f25373

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [844ddc229ff4cd17d7a6f451bc29c127a2db8a1d]

        android: Update README.Android with the recent ndk-gdb info.
        
        Change-Id: I23d76562c85ff458bdc539a8ba0681a847e647c5

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [17da98987411cf5a031e0bbdee3e8e5bcf874b83]

        android: Even --enable-debug needs org.libreoffice for debugging.
        
        Change-Id: If6fb1eb2e8dbcf885b27d10202295e8c11177d49

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [e27387a3d5fc507a4f8213127d033cdeb2ac2fff]

        android: Set a more verbose SAL_LOG.
        
        Change-Id: I7ce3d8eeaaa307ad2c779b2b57d5d3f34258ae5f

2015-02-16  Jan Holesovsky  <kendy@collabora.com>  [91638b8c47be54c4ae50e7c0bb56dd9021a1ebfb]

        LOK: Return NULL when we failed to load the document.
        
        Change-Id: I7740549f35cdbe21556e1e066bbc6c0355463b79

2015-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8b36dcde79588ec71957117be1c19f3ddaec647]

        sw: clean up remaining format collection dumpers
        
        Change-Id: I00833847c3c9410312205751a89d319a3143d516

2015-02-16  Noel Grandin  <noel@peralex.com>  [8314c3bda34102053905c751938984b5212b836f]

        SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unused
        
        Change-Id: I9207b490cf0bc7fa6c0192cc3ad60d19eea89333
        Reviewed-on: https://gerrit.libreoffice.org/14460
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-16  Noel Grandin  <noel@peralex.com>  [9f8ffc8dfed61eb8460d92ce85b20effe5114f87]

        add GetSelectEntryData to ListBox and ComboBox
        
        to reduce code clutter like
            pLbSelect->GetEntryData(pLbSelect->GetSelectEntryPos())
        since this is a fairly frequent operation.
        
        Change-Id: I41daf30fdeda2442ad1ac829e12f553233bae184
        Reviewed-on: https://gerrit.libreoffice.org/14472
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-16  Ursache Vladimir  <ursache@collabora.co.uk>  [031166e43ff2e476df5158ff3e6e631b0c346441]

        Document SfxItemState
        
        Change-Id: I7cb0b7977b221438e4359c5c96c174f7401f9857
        Reviewed-on: https://gerrit.libreoffice.org/14496
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [92dae379f9e9da3a515216a95a820032e895eafe]

        RTF filter: handle mirrored margins
        
        Change-Id: I122f5f23e510ae42664d2b69504f4722aa05597e

2015-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f858994c989091e3d4d5f9ea9169802583be2fe9]

        Extract SwTxtFmtColls::dumpAsXml() from docnode
        
        Change-Id: Ie5d2865aeca0292044eaed72b8ea6c5e5316a3cb

2015-02-15  Julien Nabet  <serval2412@yahoo.fr>  [836481e35999c3722f1c4fdef8c86c8c098a2492]

        unusedcode.easy
        
        Remove getZoneOffsetInMillis, getDSTOffsetInMillis
        + getCombinedOffsetInMillis
        
        Change-Id: I7bf5b3e9e2e84c2f0add263083d6e7e9057db8ac

2015-02-15  Caolán McNamara  <caolanm@redhat.com>  [a0956d3960422c6804a749ababc58964522f8d66]

        boost::scoped_array->std::vector
        
        Change-Id: I21aa10e1b4b0aa301f8b3022585e148fb727fbc9

2015-02-14  Mark Hung  <marklh9@gmail.com>  [7f126fc8570da5c7275a4d4efe019b9ea3b5b073]

        tdf#87574 - Outline numbering "None" is not retained in docx
        
        Partially revert commit d30a8ec448bcd08c6a52a37d6ae41a4b71c235da
        (Correct number format mapping for CJK numbered lists in rtf/doc/docx
        filters., 2014-11-04).
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/14211
        
        Change-Id: I0876ecd982cfd8d97887495b23af0e0370821101

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [dcef874cebf37a05e4f125b18e7c85588dbd12cb]

        silence coverity#1266479 Resource leak
        
        Change-Id: Ied44998b48817964f65fbe9f15e6d8cdf56f5e7a

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [142df15e950cab713e061a3b46dae667a0010284]

        coverity#1267643 Logically dead code
        
        Change-Id: Ib55dc6c32ec37fe022d268129de12567652c96ba

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [f0ee8ed43528b17e9ea6d83388fbaab0a645b677]

        see if we can merge floating window and dialog child size/pos setting
        
        Change-Id: Idda1a5fbfec7d10fab4fcef47ee0d10945510d50

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [a541aab2e7fdedcc84fff213069d7e521ff827a4]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: Iacd1fd5dcd91f09e142d46bd6f397375d3fd4906

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [08348b226b6bb0ba9b1c24802c1f306b7b3905a1]

        boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I0f9d93e945ec554e9ea89621ecd30f683f3f184c

2015-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf8a4f0d95398dc6bf70bb51f5d99fdbb3a45235]

        disable that test to fix windows build
        
        Don't add tests that try to load files to ucalc. That just ends up in problems.
        
        Change-Id: I6ccc08230b7d96fd7a1b7ca0fc7c1f48284cad5a

2015-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [5b81128f77426b7105530a99b1eba2c580a8fa37]

        tdf#88624 set DocumentBaseURL when saving report
        
        regression from 1d38cb365543924f9c50014e6b2227e77de1d0c9
        
        Change-Id: Ia8cfe47b9d92889b3724f394db5090a59e69dd48

2015-02-14  Caolán McNamara  <caolanm@redhat.com>  [00729f0f95ae06d063620f7b6211c2d803571c47]

        coverity#1266485 Untrusted loop bound
        
        should be equivalent
        
        Change-Id: I7bec152b8abb26b34f7b5362a47dc5bdcbee02a9

2015-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [07d92d7c67822a7645deadd38729d03e14d55158]

        writerfilter: turn RTFFormFieldTypes into a C++11 scoped enumeration
        
        Change-Id: Ic99f1f30d799433e42ccc51a2e2019c60038222a

2015-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [64440bee7fdab52f2b913b5d37edd7bcc5b0e412]

        indentation fixes
        
        Change-Id: I93bf9ab7ed32e60b735ad04b5da3de3c9aea6501

2015-02-14  Julien Nabet  <serval2412@yahoo.fr>  [e8c348a0e5a9b00e8b63cd55b6fd9aa0a7e759fa]

        Typos
        
        Change-Id: Ia3382b3b233d416c946090fc670a0ff029851c2a

2015-02-14  Julien Nabet  <serval2412@yahoo.fr>  [2fd29c83ce490526894fc4e1dc5f2ff4969861f4]

        Typo: avalaible->available
        
        Change-Id: I8976671fa0c1c090c0af1030e3ef8df3f3701b60

2015-02-14  Julien Nabet  <serval2412@yahoo.fr>  [2c9636891ebabf57a2bc2de188325a1abbbdcd79]

        Related tdf#89372: use VclComboBoxNumeric instead of GtkComboBox
        
        warn:vcl.layout:723333:1:vcl/source/window/builder.cxx:1424: making metric box for
        type: GtkComboBox unit: degrees name: orientationdegrees use a VclComboBoxNumeric instead
        
        Change-Id: I56b93ff19fcd5e650f9de60a2db70bc86ac81299

2015-02-14  Ursache Vladimir  <ursache@collabora.co.uk>  [50a36041e18dc2a595259b5414ded409687dc47b]

        related tdf#89004 move to std:set instead of std::vector
        
        Conflicts:
        	sc/source/core/data/document10.cxx
        	sw/source/core/doc/docfmt.cxx
        
        Change-Id: I1312f476607ea3a78b162a7e59323b0a142f6629

2015-02-14  Ursache Vladimir  <ursache@collabora.co.uk>  [1e475fef47fe6bd9dba6d830aaf0b6c12dc88881]

        related tdf#89004 improve performance of document data collection
        
        Change-Id: Ieca50aa0920753cd952123e27d5355d32e82c918

2015-02-14  Ursache Vladimir  <ursache@collabora.co.uk>  [6a348503ad504a82778f86d35325737b712c5352]

        tdf#89004 improve performance of document data collection
        
        Change-Id: Ie74495745b48d721c7dda0b447fc59066c869874

2015-02-14  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [10e3e75ce8b88a0ba5157d17d10f5e9aca4360fa]

        small stylistic changes for previous commit
        
        Change-Id: Ied363ca05ee1778b401073321588ac00d9b19634

2015-02-14  Ursache Vladimir  <ursache@collabora.co.uk>  [23159e5a23687683d8478a302b5634097e6c518d]

        tdf#68117 Unit test
        
        Change-Id: I2c1b935648ea2728878f606dfe8a141c3c1ddda2

2015-02-14  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [480de8e23d4fc39e33646eb11987a00c311ee28d]

        add script to extract tooltips
        
        Change-Id: I4c79b944edf246b80a8dd5ea54c3651e3909f54b

2015-02-14  Thorsten Behrens  <thb@documentfoundation.org>  [3d403f2af2e5b7d26254d45590764f279450fab6]

        Related: tdf#63690 - remove rtl_logfile
        
        This was unused since the earlier cleanup.
        
        Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e

2015-02-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7f5a0495eb5579101f58d9fec10153486c91a40a]

        Translated german commments in sc/source/core/data/table4-6.cxx
        
        Change-Id: I18343a3c571269f9b326ffd1acc6e10e3f82d2a2
        Reviewed-on: https://gerrit.libreoffice.org/14452
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [d7e92309239e6da60bd13b984ffaace8b4ef638e]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: Ib1445e9c66c08044434c7e8c828d2fc7b6a0a04c

2015-02-13  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [2c411e4487f24968d6a62958fec85e4e3e1fda93]

        tdf#49893 partial fix for blank rentangle problem in RTF
        
        * pib structure in rtf shape is processed always, if exists, not only
          for shape #75 (picture frame): it is possible for other shapes, at
          least for #1 (rectangle)
        
        * picture inside shape gets width and height from shape: this picture
          looks like pib object and should fit shape frame
        
        Conflicts:
        	sw/qa/extras/rtfimport/rtfimport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/14396
        
        Change-Id: I5cf2e692940c4ddd8ab8b291ef65c0cc44c45f5d

2015-02-13  Caolán McNamara  <caolanm@redhat.com>  [d1f38b47c29ef5e2db2cabeb657668637d97e13d]

        Resolves: tdf#86159 floating windows have complicated borders
        
        take the border window dimensions into account on the
        layout size, but not the layout position
        
        Change-Id: I9deb722933e325c92e93ae917fa8e34eaccfca2d

2015-02-13  Jan Kantert  <jan-lo@kantert.net>  [e4882717f3dc0375e113ed692374870ab8302a16]

        add unittest for tdf#89330
        
        Change-Id: I4c5c65733700e7e7245e96f85714221acf23bcfb
        Reviewed-on: https://gerrit.libreoffice.org/14473
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-13  Jan Kantert  <jan-lo@kantert.net>  [0a9e7293a570da8a36b2ac4fd1c4a22d6bc084f2]

        tdf#89330 preserve file name case in an unresolvable external named range
        
        Change-Id: Ib8728a4a9c793b162de07a0cef66e242879f2aa1
        Reviewed-on: https://gerrit.libreoffice.org/14474
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-13  Eike Rathke  <erack@redhat.com>  [92cfa66f3b8dc3a3b984632bfa4d010a235c6c50]

        set edit selection only if necessary
        
        No visible effect, just that it's unnecessary in other cases.
        
        Change-Id: I4f40dbaea5ea647347f7e20f8e233837f7dbd8cb

2015-02-13  Thomas Klausner  <wiz@NetBSD.org>  [f4f064da1aec45bb17d01cef59577191923c8ae4]

        git-hooks: post-merge script does not need /bin/bash
        
        Just use /bin/sh, which exists on more systems.
        
        Change-Id: I5e5453b89841510473414a4c339b647b4f95ae7b

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [66fa7a3b109be273af97d94e73072880bb11ea50]

        Ah, Clang has some "type_visiblity" well-kept secret
        
        "[...] to allow users to control the visibility of a type for the purposes of
        RTTI [...]"
        (<http://llvm.org/viewvc/llvm-project?view=revision&revision=175587>), so fits
        well for SAL_DLLPUBLIC_RTTI
        
        Change-Id: I6494e027c3af176591ffeb1d6a8965b7d40db1a9

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [7ad758a53a7cef0ed7b39182d45a64be427b1394]

        external/harfbuzz: -fsanitize=vptr needs -frtti
        
        Change-Id: I4da774b8ebd2115a7f1ae717843498c0f452f7df

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [93488dd9843c62d46f1894a6d5005871bc60b98c]

        loplugin:unreffun
        
        Change-Id: Id56bc94e95e59f9bfe1dca02ff1f5e16844de45a

2015-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2513baf06ba1f7198019c4054d1ed423a31577f]

        cp#1000115 forgot to add bugdoc
        
        Change-Id: Ia9ac12c0d03d960aced5d7066306a6f68c95996b

2015-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e33cce05b2df3f1761bcc66606c4d3b2b2671e9]

        cp#1000115 SwTxtFrm: don't join follow just because it has no content
        
        The problem was that the bugdoc had a table, and inside the table there
        was a long paragraph that flows to the next page, but only the paragraph
        mark of it does so. We first split the frame to have space for the
        paragraph mark, but later decided that all the content would fit the
        first frame, and this way the last hard line break and the paragraph
        mark was painted on each other.
        
        This is normally not a problem without tables, because
        SwTxtFrm::FormatAdjust() just calls SplitFrm(), sets its nNew flag to
        non-zero make sure that later SwTxtFrm::_AdjustFollow() doesn't try to
        join it, and we're ready. However, when the paragraph is inside a table,
        then the paragraph was formatted multiple times, and next time when we
        already had a follow nNew was not set, so even if there was a correct
        split first, the new frame was joined later.
        
        Fix the problem by explicitly setting nNew for the "in a table and
        paragraph ends with a hard line break" case, that way we don't blindly
        join the frame, only in case there is enough space for the follow in the
        master.
        
        Change-Id: Iede654740dcb0d8aa768d742ee330208291a383a

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [cba3f9a144938317ff6c29144222a08ee6a169db]

        Work around -fsanitize=vptr
        
        Change-Id: Id6e418fb6ae69c6e71e5e52e6e08c1411ea08b65

2015-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c1e951240c9fb6f16159d22396d344449587920]

        git-hooks: recognize multiple bug ids
        
        Change-Id: I6ef51a8ec3215f331d2671074be17f68aa6cd1ce

2015-02-13  David Tardon  <dtardon@redhat.com>  [9d9e4b9f7de815984ca67e58bb8cea745c0b4568]

        disable control shape grouping test for now
        
        Change-Id: I29ca828a2049a72e2238986892c172e7c135b44b

2015-02-13  Supreme Aryal  <supremearyal@gmail.com>  [b0fdf6cf11ee46d46925e9cd9fa2768a1b49bb64]

        Compute n-th root of negative numbers where n is odd. (tdf#69293)
        
        Compute expressions like (-8)^(1/3) correctly. This makes
        calculations compatible with Excel. Exponents must reduce
        to the form 1/n.
        
        Change-Id: I007c818f584323f80f2f6b1000d931f19a4590ad

2015-02-13  Jan Holesovsky  <kendy@collabora.com>  [e24ca726875a4533352d3bf06bae3d9c07e79a8d]

        native-code.py: Don't add the entire libchartcorelo.a.
        
        Instead, just add the constructors of the needed services.  Tested with
        various-charts.ods from tdf#89364.
        
        Change-Id: I98df03bfc19aeacaa92e4693e7934c8503f183e1

2015-02-13  Caolán McNamara  <caolanm@redhat.com>  [21796a5fb92fd9773017b782a654a8b5a190cc66]

        Resolves: tdf#79569 crash undoing tricky cell merge
        
        Change-Id: I68d774d0d3758cdb67864d7939a7e1167dd9a7df

2015-02-13  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9df101c7e9ff36a1425f96ec78aaf11f23577842]

        Updated core Project: help  377e8876396a87ae09b82ce17b67d8bef5b26abe
        
        tdf#89294 scanner items are now in Media submenu
        
        Change-Id: Ib71d92143e39e6fbc280a115a548c2d827764fff
        Reviewed-on: https://gerrit.libreoffice.org/14447
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-02-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [8893a361238ce8e151f1db65a36a8c2506d26594]

        Translated german commments in sc/source/core/data/table1-3.cxx
        
        Change-Id: Ic28cb4f9371caf39e783f39fd8a117260b962bfe
        Reviewed-on: https://gerrit.libreoffice.org/14451
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-13  Yousuf Philips  <philipz85@hotmail.com>  [3743302fa26b0b3890b7113c30ec94755868a2f7]

        tdf#83955 enable insert comment and rearrange buttons
        
        Change-Id: I57da2e38a555c75f674885d736a82adbc8f81224
        Reviewed-on: https://gerrit.libreoffice.org/14450
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-13  Caolán McNamara  <caolanm@redhat.com>  [e1f4022b9ea7ae99a31773c445d8229ba3bdea93]

        Resolves: tdf#76636 crash on merging certain cells imported from a .doc
        
        Change-Id: I61d5088a6f2e0b444b2943a2f9ce9feeb2e09c11

2015-02-13  David Tardon  <dtardon@redhat.com>  [ecf0c4ba89e27cbb8cf7c7dd904cdd0b87dd5f52]

        tdf#60910 don't lose fontwork objects
        
        This reverts commit 0685b2e73e48adb84cd01355d45551ab478ebcd5.

2015-02-13  Jan Holesovsky  <kendy@collabora.com>  [146461ea6ee7836835416b3fbd023079d9db69e4]

        Add an overlooked constructor to chartcore.component.
        
        com.sun.star.comp.chart2.report.XMLFilter was pointing to
        com.sun.star.comp.chart2.XMLFilter by mistake.
        
        Change-Id: Ia3c96cc98a4f81f2bb918200dc39eae1dbafdb58

2015-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6b2860e88fa89b4ce7c9fdc7026dc1daf0fa700]

        Extract SwTxtFmtColl::dumpAsXml() from docnode
        
        Change-Id: I3ffe83afa0e0e6f181f75319af3d5cbcc78de395

2015-02-13  Stephan Bergmann  <sbergman@redhat.com>  [1e970284c069721dfa968bd262df4bcc516bc47f]

        loplugin:literaltoboolconversion
        
        Change-Id: I077c8cf0a7f04d5eb926ec55136b25eb9db7a245

2015-02-13  Lionel Elie Mamane  <lionel@mamane.lu>  [7474a3e4f061cb7dd864dd74b0a835dc3a68642f]

        correct assertion message
        
        Change-Id: I934ef3cbe67bba7d7439e464f71b9fd4a1da4e50

2015-02-13  Lionel Elie Mamane  <lionel@mamane.lu>  [3c93b744259cff08a5fe0515a0491c29c91bbc4a]

        add unittest for grouped control shapes
        
        they should keep their control models
        
        Change-Id: Iaa27cd8a9bc3a1165db665e0ad172da622e00c6b

2015-02-13  Eike Rathke  <erack@redhat.com>  [a448f1bb9221f30f73574c580b506e00bf2ae61a]

        Resolves: tdf#81429 select corresponding listbox entry if not current
        
        Change-Id: Ib475a43601ee22d33677ac45cd6ef9dba7e7c431

2015-02-12  László Németh  <laszlo.nemeth@collabora.com>  [ba686b9bd2596811141e4028947334f10799c356]

        tdf#89281 fix performance regression of XLS import - cleanup
        
        Change-Id: I6d7f279732d9992d584aab96c3a747d6e6130147

2015-02-12  Katarina Behrens  <bubli@bubli.org>  [359cfa160b02aef5bb9f792a4650f18279f9eee8]

        tdf#84514: don't hide grid along with checkbox if not needed
        
        Regression from .ui migration, which unconditionally (and wrongly)
        hides the grid with radiobuttons. Do what the old code did - hide
        the whole frame iff the grid ain't visible.
        
        Change-Id: Ia9dc8b166f4031b4c07fbb1969908d314cc3456c

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [25dd3d277e9b90a59e7b2a03202ef0cba7799b68]

        Resolves: tdf#89227 if no SwView then disable accept/reject change buttons
        
        e.g. if the context is an embedded draw ole then we don't have a SwView
        
        Change-Id: I6ba07f0ecf1c419e45f7e0ac628a82e6bd486668

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [e1d1ea2d017d4239c4ed301ee6328cb53af5bb55]

        Turn all-static TransitionFactory class into namespace
        
        Change-Id: I0187cf4c1b31c5a8c930804c7d3f36c79142af3a

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [b10fe49dcf4138e4d337b4e67402428fe1bce2b9]

        Remove unused file
        
        Change-Id: I2dddf5fe202f2ca2a84e2c4b45900cc9361b097c

2015-02-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0f808374af3c71f45b60af3e4040c8e5f12955ac]

        Android: get the file to share in a different thread.
        
        Share feature for cloud files will probably not work properly as it
        is, but with this patch we prevent a crash at least.
        
        Change-Id: I95176e9e855a37adf1d3c46edceb0dc6067d9884

2015-02-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9e8fa856918e018f8bde4067fdbdbb37e2eaa288]

        Android: improve error handling for document providers.
        
        Now some operations in document providers may throw a RuntimeException
        in case of error. The main activity is ready to catch them and show an
        error message.
        
        Change-Id: Iad7249dbdc06b2a0890d5435ad65284b728e9707

2015-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c5e87852965715389d0bed87eefc663a149f052]

        git hooks: reject suspicious fdo references
        
        Change-Id: If2302adb662bd2b0d32bacdf9cdc3c0278b86de8

2015-02-12  Jan Holesovsky  <kendy@collabora.com>  [5d388443b9809e73202ce551bcffa10d442094ca]

        Blind attempt to fix the Windows build.
        
        Change-Id: Iac7b066e3af311f71bbcff7ac418fd3b5e94dff2

2015-02-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [944886f6d96843ca4f5833ecca48a693c81abc3b]

        fdo#87534 fix HYPERLINK behaviour when used in names
        
        When using HYPERLINK() in names, the hyperlink was set to disabled
        on copying token. After fix, behaviour is consistent.
        
        Note: reducing the fix to 1 line does not work, a set hyperlink
        is only to be copied when applicable.
        
        Change-Id: I27ad24ed8912afa548f08d249ad51d18a792c275
        Reviewed-on: https://gerrit.libreoffice.org/13920
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [c6b40488c07149a2fcc8023dce4e9efb9e2fdf89]

        Resolves: tdf#87663 update checker tries to add icon to toc preview toolbar
        
        i.e. CRASH when attempting to add ToC to document if the updatechecker fires
        while this dialog is activating/active because the preview has hidden menubars
        which have no associated window
        
        Change-Id: I45a254dba647910d7743f6d8173c2547dd82c791

2015-02-12  Ursache Vladimir  <ursache@collabora.co.uk>  [917bd2350cfb0e697595cdb7bd61fdfd00b9faa3]

        Use constructors for services from chartcore.component.
        
        Change-Id: I72227b45f305734060a669275044f6f9c8859bc5

2015-02-12  Michael Jaumann  <meta_dev@yahoo.com>  [6694a6a4069f7ca587bbf3f553d38163b01b3a5c]

        fdo#39468 translated german comments
        
        Change-Id: Iec457e270790cb6f58b31e5002f9b2ce8acc1618
        Reviewed-on: https://gerrit.libreoffice.org/14444
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [5e5a2e3e4d711744957dede1263b96cf7bd93fa9]

        Fill in bug ID
        
        Change-Id: I9aef1c4e74f296fa06bee98781462dd8138eebe4

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [f78fa7e9c72ab1bd3e6a19d5234651f379c44a08]

        apparently calling match on a string with an index past the end is now fatal
        
        assert on loading ooo55345-1.ppt etc
        
        Change-Id: Ie76720e511674ddd883f7e397442a84838c1a1f4

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [20bea5c86f793b8e48d12ba487c9dee50792b0bd]

        coverity#1267653 Logically dead code
        
        Change-Id: I371e719cc7e1ba2faa53535f25eca1d9074342bb

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [f7cd7b2ce40d39fd890d7bd3d098c9001fb477e5]

        Make CppunitTest_services instantiate even more services
        
        Change-Id: Id9bfb3886e4a9cbc15a7bf7ef3aefa73bd160e3b

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [5d8dc045f1aafd60a74b781f693d3c168615470b]

        But then again, no need to go via UNO here anyway (cf. previous commit)
        
        Change-Id: I2e5015b9c360fadb6747b5e2e0bd0a62b252312d

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [e47f9d0e8beb8ea1f6f36f3983c8405bd4a25533]

        Add missing registration of GL3DBarChartType in g_entries_chart2_charttypes
        
        ...looks like it just got forgotten in 05efb605b36ea340762ef1583b3aea6a6b5cdddb
        "Add a new skeleton plotter for the GL3D bar chart."
        
        Change-Id: I54b7164d3702de6bdbcc3c3e21ea5569ada0336b

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [5a28f236523b8fa81f793264cd27a02668c94dd3]

        Fix null pointer dereference
        
        ...when FindTextToolbarController instance is immediately disposed after
        creation (as will happen in to-be-updated CppunitTest_services).
        
        Change-Id: I459f2b2ac3eecc728b45e8493c3f8988a6c121a1

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [8d704bb8672eb95e8cbce260668cb2ebe81f2834]

        Remove dead implementation specification
        
        ...left over from 287bc0aab7a848b991266586737b53630332b987 "Kill the migration
        wizard for good."
        
        Change-Id: I3f4ba5147f3bf840c47078d20152988a0e40e45d

2015-02-12  László Németh  <laszlo.nemeth@collabora.com>  [6547c93056cfa8cf60c0bb48d7eb50f81a560773]

        tdf#89319 SvFileStream: remove redundant osl_getFilePos() calls
        
        on unx platform
        
        Change-Id: Ibdcb7017718154b11ab6dcfc4124beab5efd7b56

2015-02-12  Luboš Luňák  <l.lunak@collabora.com>  [4bf97acefcf88c1e5a7d7722d72a5b0d7995ee3d]

        do not silently fail if the optimized blend path doesn't do anything
        
        Otherwise e.g. rotated images in Draw may show as empty. Broken in d53103dd83bf20ac.
        
        Change-Id: I0b99b6c39b96f87a78ccb09c9db0a1bfac0f3296

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [5e62dc99bfa59654166609fa57141e4303c734e3]

        coverity#1268298 mark up code
        
        Change-Id: I6e48e2593f93efd71e84a076a99457c3daf7d9e0

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [5b59724d081e429f13bec8b4aee4d6da01c657af]

        coverity#1266485 Untrusted value as argument
        
        Change-Id: I235a65f5521de1b90c8af3dc64b09eb2726d00ae

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [d889f83a75cddd18839a0bc2ecfde5c00f6ca603]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: I73b8d2c6f9ef81c246b541aa34c4b61109964440

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [4aab54a094e39e2ee2f0fbd3aa202583f4a9cd26]

        coverity#1269584 Uncaught exception
        
        and
        
        coverity#1269578 Uncaught exception
        
        Change-Id: I68ef6ada3521cb12e17c5fe2ccecd67ade4ed40b

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [c5875fd2cb6cb86584898dc48ad885c663d9981d]

        coverity#1269586 Uncaught exception
        
        and
        
        coverity#1269581 Uncaught exception
        
        Change-Id: I48d08e1361ac9cf4c7d6040c247c753366dab4c5

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [0a756818c7d26e7a80634db6fa1961812bced423]

        coverity#1269589 Uncaught exception
        
        and
        
        coverity#1269587 Uncaught exception
        
        Change-Id: Ic532ed2dfe38e33bcf2d9cedd0edee2cf3869f17

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [9b4431098950a71b3c355386d37bc0d4f3f440d2]

        coverity#1269591 Uncaught exception
        
        and
        
        coverity#1269585 Uncaught exception
        
        Change-Id: I1ec46b1c3996cf95744c15351d2c26a47d079c77

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [1445679455095081383a50eba5ce418a62952ee8]

        coverity#1269592 Uncaught exception
        
        and
        
        coverity#1269577 Uncaught exception
        
        Change-Id: Ib8a61f8738d35cf5cb7cfa32d91d241f5c8d52d4

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [06ce26c082698502dfd2254768f9bc2b075068c8]

        coverity#1269593 Uncaught exception
        
        and
        
        coverity#1269580 Uncaught exception
        
        Change-Id: I366d43d2c5fd51927a6cd07101051e7cf9614974

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [2fd534ab9079a5cfe0b03381ef789629f0bf149e]

        coverity#1269594 Uncaught exception
        
        and
        
        coverity#1269588 Uncaught exception
        
        Change-Id: I9e36c9636b7783530973272229dfb5bbfed556e5

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [c1e25f9a173f98c82ce196b09022a8abdfbe9e53]

        coverity#1269597 Uncaught exception
        
        and
        
        coverity#1269596 Uncaught exception
        
        Change-Id: I0466e66cd33dd842296131f73376bc95308254e4

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [ec3c964c6674d2966f61e9ac615c08a7ef4b512e]

        coverity#1269598 Uncaught exception
        
        and
        
        coverity#1269595 Uncaught exception
        
        Change-Id: Ia32be45c93769de92ad649eb765a343b659ddc3f

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [e2ea5d1e1c2bc387c5211822750bea6a11515a03]

        coverity#1269599 Uncaught exception
        
        and
        
        coverity#1269590 Uncaught exception
        
        Change-Id: I03394a827e8f04842a8a94f839f0439407926150

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [f6202716f7a3869231f90034077028b240ebbfc5]

        coverity#1269582 Uncaught exception
        
        and
        
        coverity#1269600 Uncaught exception
        coverity#1269575 Uncaught exception
        coverity#1269579 Uncaught exception
        
        Change-Id: If8d5650a9de574d92912a53a5b560ddb03e937f1

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [6dd06494227d2f09b18619973735b9f9b9e65663]

        coverity#1269574 Uncaught exception
        
        and
        
        coverity#1269583 Uncaught exception
        
        Change-Id: I046d19894183167a9b54f0975508378babc531c7

2015-02-12  Henry Castro  <hcvcastro@gmail.com>  [5a646f04cc40fb13f39b16ab452237e5cf324684]

        fdo#82719  EDITING: String with hyperlink not pasted
        
        Fixed. It is impossible to copy / paste a string with hyperlink what is part of a longer string in cell.
        
        Change-Id: Id97ef7d742ab8ca17e2cafdc449d04d5839e93d4
        Reviewed-on: https://gerrit.libreoffice.org/14412
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [b921e1fd65090373be98d9df28a7aa3137e9f0fe]

        coverity#1269573 Uncaught exception
        
        Change-Id: I50a8705ec9285fe7ede32d623a0691e69de3f323

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [f8b80701e0dea65349aab90ed96afa184b51ae22]

        these can all be made const
        
        Change-Id: I6a8af82e8612196f20143f4997eb95c80a2ca13d

2015-02-12  Laurent Godard  <lgodard.libre@laposte.net>  [d8a9c74f41355362997c7f8b58942936a4a6d262]

        BASIC IDE : add the current procedure name in the status bar
        
        Change-Id: Icecef1748bcc964670b0b95263314d9d8a4555f0
        Reviewed-on: https://gerrit.libreoffice.org/14367
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Martin Hosken  <martin_hosken@sil.org>  [0ed14401925d16932ed98bc418d395adac047b39]

        Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fonts
        
        Change-Id: I31a09fa753ed15e302e5407ce8a0c46f3b13e099
        Reviewed-on: https://gerrit.libreoffice.org/14380
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Rodolfo Ribeiro Gomes  <libo@rodolfo.eng.br>  [605494fd99ae8e54611899729783d1163cf9a5ba]

        fix tdf#85027 Add button to StatusBar: Fit page to window
        
        Change-Id: Ibc6d2b8d3699caa0ba2baa51dbbf357f935fe5b2
        Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
        Reviewed-on: https://gerrit.libreoffice.org/14363
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [7215e025bbeb3e459f0be3d4d20a83ccd7435a02]

        Math: Make use of officecfg API and remove unneeded code
        
        Change-Id: I8b747588ebde70e322b8e6719fb7e2cf789e8a99
        Reviewed-on: https://gerrit.libreoffice.org/14347
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bfff14d8f2240ff37b91b78c337438214dfa1bc]

        tdf#89266 SwDrawShell::GetState: fix crash on adding textbox to fontwork
        
        Till we find a use case where it makes sense to support this, just hide
        the menu item to avoid the crash.
        
        Change-Id: Ic1df38edc38495d7899038ec2b8ad753da87d352

2015-02-12  Rodolfo Ribeiro Gomes  <libo@rodolfo.eng.br>  [2d5d52c2abc9fa882b1350a522f2989933fcb67b]

        draw/impress - zoom in/out to the mouse position
        
        Change-Id: I2bff851c683fdffe9a6074fedc2f2151650f79da
        Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
        Reviewed-on: https://gerrit.libreoffice.org/14307
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Rodolfo Ribeiro Gomes  <libo@rodolfo.eng.br>  [45b881801785d6bb6df1304732243e87c918c7c9]

        partial fix tdf#86611 (item #5) Draw statusbar tip
        
        Change-Id: I5096c5ea1272e16969f9572ed40c60cdb9378b57
        Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
        Reviewed-on: https://gerrit.libreoffice.org/14308
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [235025aca21ace750bf79178f10bc04f8fdc36f2]

        Move slide layout previews from Tango Testing to Tango
        
        Change-Id: Id75311fea4dc2b415aa7a290d5574cad86faab9c
        Reviewed-on: https://gerrit.libreoffice.org/14362
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0e5cb8b32eb8ff202ba96a4af6e1a4d8be15774f]

        Updated core Project: help  0c8a78a426e48b9adf19ff75c5d8c7cb112e91dd
        
        add examples for functions dealing with DBCS
        
        by Jesper Hertel (jesper.hertel@gmail.com)
        see http://listarchives.libreoffice.org/global/l10n/msg08594.html
        
        Change-Id: I2c281aab12ba9c10184658eff9837d39e397af09
        Reviewed-on: https://gerrit.libreoffice.org/14092
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-02-12  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [7da33e8c5396f324a2427536138d84b8b032e24e]

        Translated german comments in sc/source/core/data/ #2
        
        Change-Id: Ia8a0235b8acb5c76c195e280a75256f6b82684bb
        Reviewed-on: https://gerrit.libreoffice.org/14372
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [16fd6c99f7e97e67991dfecd03684795320e47e9]

        Translated german comments in sc/source/core/data/
        
        Change-Id: I82ca987d5d74d8137b9ed02e085f390191344bb0
        Reviewed-on: https://gerrit.libreoffice.org/14371
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [b7a159ae76dbccc3312b7d1fd4e8530ef6557322]

        DBG_ASSERT->SAL_WARN
        
        Change-Id: I77646432f38cf65f487ff2f81c333be7a626be39

2015-02-12  Daniel Sikeler  <d.sikeler94@gmail.com>  [bccefa4b0bdb899a51793dbbe0ae8fb4a39b8f59]

        fdo#39468 translated german comments
        
        also translated some error messages
        
        Change-Id: I22ef6b6cc01ba310d1ca694c7fcbf0d968a2fdf8
        Reviewed-on: https://gerrit.libreoffice.org/14432
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-12  Caolán McNamara  <caolanm@redhat.com>  [c796fba8d26b1290d4a4c9641668d452749fc9ef]

        Updated core Project: help  8f6138440b0eeb9be1d0da22aa9ea26228afd4a4

2015-02-12  David Tardon  <dtardon@redhat.com>  [8bb0446974282b32d06cdbd35af83f91e033b4af]

        fix linker error
        
        /builddir/build/BUILD/libreoffice-4.4.1.1/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o: In function `com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>::Reference(com::sun::star::io::XOutputStream*)':
        /builddir/build/BUILD/libreoffice-4.4.1.1/include/com/sun/star/uno/Reference.hxx:137: undefined reference to `non-virtual thunk to utl::OSeekableOutputStreamWrapper::acquire()'
        
        Change-Id: Ic644a8299cf2f79f02c1e3ca0de9687520f402a9

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [2a62e615a46f9f9820bbbbcd4acd8d971b685c1d]

        Remove uses of osl/diagnose.h from jvmaccess
        
        Change-Id: Ic9cda5259db81dd921dd3fa891b1289b8283bf27

2015-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7bb79d804a8268816da0849215782853b22f696]

        Extract SwFrmFmt::dumpAsXml() from docnode
        
        ... and move it where ~all the rest of SwFrmFmt methods are implemented.
        
        Change-Id: I69dd4456046f8d42b745e47e6fd42b2d45b81819

2015-02-12  Stephan Bergmann  <sbergman@redhat.com>  [37cbbb4b486c8eeb87f9491e776fc06a234ca6ec]

        jvmaccess doesn't have a stable interface anyway
        
        Change-Id: I681443981a2da8bd3ca0c40965cfee300845c0e9

2015-02-11  Eike Rathke  <erack@redhat.com>  [eccbc97c7c224269fe261b8924e7866c3758ec91]

        Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()
        
        Change-Id: Ifa5d59e90afcfff66f2e8683fac2a9090ed615da

2015-02-11  Eike Rathke  <erack@redhat.com>  [cf3f1d8dfeb45249eb60a30dba3243fe9a4a65e5]

        add ScMatrix::IsEmptyResult() for tdf#39316 fix preparation
        
        Change-Id: I9f2a3e6fa9f4ef43df672661afef996269b90a7a

2015-02-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [22fe5da5423b39908d78825185dc5991d39385d1]

        add log message about untested services
        
        Change-Id: I3e8da0ae510ce40421767de2bd106d39ec254a17

2015-02-11  László Németh  <laszlo.nemeth@collabora.com>  [8e2293e06adba3f22e824acad99983fb5b997e4d]

        tdf#89319 remove redundant file seekings in XLS export
        
        Normally StartRecord() is called with closed records and with end position
        of the stream set by EndRecord(), so the mrStrm.Seek( STREAM_SEEK_TO_END )
        in the InitRecord() is a redundant call. The patch removes this call,
        and sets it only for the non redundant cases: when there is an unclosed
        record in StartRecord() or a continue record in StartContinue().
        
        Change-Id: Iecbcaf01cbfe6094fa73d5ed41dba5f01417edb3

2015-02-11  Eike Rathke  <erack@redhat.com>  [ee3f2409b845e088ecc88874ba29b5bafd6cd025]

        typos and nitpicks
        
        Change-Id: I596e9f0941dbc9d2106767c19569e9771c42b076

2015-02-11  Eike Rathke  <erack@redhat.com>  [8fdf5e4944f44081d759f4993790821a2308b279]

        translate documentation of Weighted Levenshtein Distance
        
        ... before the next horrible attempt arrives, use my own horrible
        translation ;-)
        
        Change-Id: I1dd72772977717da6a2da048adbfd27861e8c191

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [22f79e2bc8005b9f5e311c68ce5347913aaf68b0]

        Remove ever-unused INETMSG_ENCODING_8BIT
        
        Change-Id: I261f53388fc281eedb92fb3fe3649f17391a5284

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [c4e8d9793a334d19eab68c80313a81d98427cdae]

        Remove redundant overloads
        
        ...now that INetMessage got folded into INetMIMEMessage
        
        Change-Id: Id824c6b53ff30ecb2912ec4ad0f9e6c73db1e424

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [db11071ce4409bb149f6f08dda06e669c933f78e]

        Fold INetMessageIOStream into INetMIMEMessageStream
        
        Change-Id: I5aa24881d6a4625f1d2249fda8788bb03ef02e27

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [df1c438046dfa5f138bb645a2c576de8f4dd860e]

        Fold INetOStream into INetMessageOStream
        
        Change-Id: I062fa91cc05edae3c2879583cbbf8e8c8acfe482

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [ba2cb77315fa37f6fd911d9f10fc1e74c56272ca]

        Fold INetIStream into INetMessageIStream
        
        Change-Id: I882a8bc2048149307383491cc77c4e10f5e99a52

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [c27ab70f2664e8728a4aec8cc39d6c89d016c319]

        GenerateHeader(false) -> SetHeaderGenerated()
        
        Change-Id: I41f06c92589e6b1839e39d840a479f1a184b47dd

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [2c5ce8ea8eb98f2d82986448af448d11b60a3ea1]

        Remove unused INetMIMEMessage streaming operators
        
        Change-Id: Ifbbfb1213d78a87fffd7a40e10deaf29dd7a96b8

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [ca6be614e2d380f854b0c7187bd4220a9fb232a3]

        Fold INetRFC822Message into INetMIMEMessage
        
        Change-Id: I9b02b8f758c3f0613a7b017d8822fc16ebfc9dec

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [3939b6d64df3b7ca495d0afb06876e5f5a492116]

        Fold INetMessage into INetRFC822Message
        
        Change-Id: I89ba13c02954364044b215ba7df7c563720b92f9

2015-02-11  Tor Lillqvist  <tml@collabora.com>  [d8f74fb158a69016ec6fe5858e9eff53beb8d9fa]

        We can put a few more lines inside the #ifndef IOS
        
        Change-Id: I607b2c06cad569a0e7495c3009a0883be1f22856

2015-02-11  Michael Jaumann  <meta_dev@yahoo.com>  [8e2457415d0e8cd65491c42112e6d93222db32d9]

        fdo#39468 translated german comments
        
        Change-Id: If229c1ae9a737b492948c78b619aca90b4a33e83
        Reviewed-on: https://gerrit.libreoffice.org/14417
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-11  Michael Stahl  <mstahl@redhat.com>  [6aea0829f8650922f5422f2f2b2e432968d11b9b]

        tdf#87303: svtools: relax the security a bit for embedded objects
        
        CVE-2014-3575 was about updating linked objects, there is no security
        issue with embedded objects so always allow updating the preview image
        for them.
        
        (regression from d005acae3aa315921f2c331612131626c470bd22)
        
        Change-Id: I6e4d013ddf4fbe08c5968c680bbe143dd0473a4b

2015-02-11  Michael Stahl  <mstahl@redhat.com>  [e81888278d953f6b283a489f28c36210c15f093e]

        comphelper: add SAL_INFO for exception when graphic cannot be loaded
        
        Change-Id: Ia0a4834987ae040a31e19276ece20b74b59ca445

2015-02-11  Caolán McNamara  <caolanm@redhat.com>  [29d2666d92e1105473f339609ba59e54a286b71c]

        Resolves: tdf#89179 fix Undo of Numbering Level change crash
        
        regression from long paras presumably
        
        Change-Id: Ib89169e52e42fcbe6f8e1ab0a2eb9871d38ff06d

2015-02-11  Eike Rathke  <erack@redhat.com>  [6583f4e30015164af4972921b5bb7880dfb65f65]

        tdf#88576 check that two parameters are given for IFERROR() and IFNA()
        
        Otherwise the functions failed only for the error case resulting in
         #NULL! error.
        
        Change-Id: Ieb987637698ab418fc0a60cd873e23878c9f497b

2015-02-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [0b75eda1090f92adc678ceff2565da2dc7d9328c]

        tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()
        
        Change-Id: I8acca26cf7398768a9e25f97f3a9e61754ab2179
        Reviewed-on: https://gerrit.libreoffice.org/14415
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-02-11  Kay Schenk  <kschenk@apache.org>  [d87ecd2566368b8ccdf43db09425093fff343922]

        Related: #i125985# Change Insert Footnote toolbar comment
        
        Suggested by Keith McKenna, Comment 28.
        
        (cherry picked from commit 45c93e33d0c8ec527dd7c3af66fb9f9dea527871)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
        
        Change-Id: Ib5706cae8f7ca282803f0e133c4786fbbb39262a

2015-02-11  Caolán McNamara  <caolanm@redhat.com>  [70f0b3917688e7c462917d97d39443d6e75502fb]

        Resolves: tdf#70062 avoid crash on ungrouping "ac char" group
        
        If you can't group a char-anchored thing with something else, then you can't
        ungroup a selection that contains a char-anchored group.
        
        You can group together non-char anchored things, then change the anchor type to
        get a char-anchored group to get into this situation.
        
        Change-Id: Id627bd11e2c749ad08fb902bf88f937ff5f06a12

2015-02-11  Caolán McNamara  <caolanm@redhat.com>  [0dec8ad842273be1d2b3e7e9da2110872fcc3de5]

        OSL_ENSURE->assert when followed by unconditional dereference
        
        Change-Id: Id3072473c1a4f52f606dbcfc87aa4a69ab2c012d

2015-02-11  Caolán McNamara  <caolanm@redhat.com>  [0a6a151c4b7c78a363fb64598fbda39db4f42d07]

        Related: tdf#70062 keep drawing anchor objects sorted
        
        take attachment from tdf#70062, ungroup the bottom pair,
        anchor as char the left one, anchor as char the right one
        
        asserts with debugging stl on unsorted container
        
        Change-Id: I3ae763f6d61445f9118ee573a98c69d7a6ee6e4b

2015-02-11  Caolán McNamara  <caolanm@redhat.com>  [39611d60204cd18e278ea822cfe3ef7ea09e6389]

        coverity#1267649 Logically dead code
        
        and
        
        coverity#1267645 Logically dead code
        coverity#1267651 Logically dead code
        
        Change-Id: If92e17708576bf11cefc28f903a24ad271b826c8

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [b871fad7a5b482c6ad1c0054adf0e068701395bd]

        Guard against createInstance throwing non-Runtime-Exception
        
        ...leading to exception specification violations down the road
        
        Change-Id: If017ffd18953d1200fde476ba7e400298dcd5b29

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [dab503c530c00bf80df590234534082dcaa61043]

        loplugin:unreffun
        
        Change-Id: I6cfa63043460a5776873087c62cfbb2753c88f83

2015-02-11  Radu Ioan  <ioan.radu.g@gmail.com>  [d49bc78f22d7f7403f1f885f15b1d3dd2840cf0d]

        tdf#46723 - enable configmgr unit tests
        
        Known limitation:
        Disabled testThreads because it fails on writerThreads
        libreoffice/configmgr/qa/unit/test.cxx:500:(anonymous namespace)::Test::testThreads
        assertion failed
        - Expression: success
        
        Some exception is catched for some writerThread
        
        Change-Id: I5b891bec25599c4536827ffa7ea514b1cdf08b46
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [3493701ce9d0b8a16b433fefd94338dd72ef093f]

        sw: identation fixes in swparrtf
        
        Change-Id: I225464e2b517cd10fd055eaf1e5d23d660419628

2015-02-11  Stephan Bergmann  <sbergman@redhat.com>  [3ff852364b37f5ca7a7670e6a93907044b8769ae]

        coverity#1267660 etc.: remove redundant checks
        
        ...all these functions take a "handle to a created condition."
        
        Change-Id: I043f310801452b05e6daaca4d246b305d18f6104

2015-02-11  Tor Lillqvist  <tml@collabora.com>  [1b046598e02bbf479a9a13ed61a5760944c5c891]

        No StarBasic unless HAVE_FEATURE_SCRIPTING
        
        Fixes build of the iOS TiledLibreOffice app.
        
        Change-Id: Ic2fc35ac74ab0707bbd23f2a34fad958edea5f9c

2015-02-11  Eike Rathke  <erack@redhat.com>  [40b1e8266e47792d354cd457c652bfb0f0a21e69]

        eliminate false failure warning
        
        Change-Id: I86a1110c50ace958a68a6971aec34ec632b91c93

2015-02-10  Katarina Behrens  <bubli@bubli.org>  [0dda7929f7a358311aec91e6a742620fe2f0df26]

        tdf#79239: make the dialog closable with 'X' button again
        
        that one of window manager, top-right corner mostly. We need to
        reimplement Close() method for this class - I don't quite get why
        this has to be the case, but all classes derived from ScAnyRefDlg
        do it as well.
        
        Change-Id: I3e94b7ee09f9b3581d054818d36ea4fb0fd55f78

2015-02-10  Katarina Behrens  <bubli@bubli.org>  [6ee0bc42a944e3101eb4c73716ecc6acf12f77cb]

        ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct things
        
        so do it right on 2nd attempt
        
        Change-Id: I2c51943ec831591a47afc16599e2e7246407b31a

2015-02-10  Katarina Behrens  <bubli@bubli.org>  [317967af601797b3b1193db691330fcf6cb100e5]

        mbNeg means: a different colour for negative values is defined
        
        It is totally orthogonal to whether there's a gradient fill or not
        
        Change-Id: I32ab465d9116c3dc31cde3611cd19d3ec10ac5d6

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [61b8596f1114d7b9b6ebcaedf125eeb8821d2c9f]

        cppcheck: assertWithSideEffect
        
        Change-Id: I6601e857394d7b460a105e851529350a62d1a2a6

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [33c2688e91164e162e38aca5bc1d066b6063b5fd]

        rearrange this a little, no logic change
        
        Change-Id: Ia5dd68ab8b7e4fe93caf0e79a27922abf02b97b6

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [7d83d0fe0400b17311c0da5072bf9a4dafb5a250]

        drop some unbuilt test code
        
        Change-Id: I7e0651ccb248034bafffb1c46e6266fa396eede1

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [b279f8a655bd2e0b82e3096e28efafa63c895ceb]

        cppcheck: cstyleCast
        
        Change-Id: I0b5caeac629527112e3c7129b274b076da467d8d

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [bf0c43f0d26be225ea630a8846e77ff39dfc6703]

        cppcheck: variableScope
        
        Change-Id: I8a2262e6e27f0ea5f43837d5a10cb23525fe6ca5

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [6e44e13a983f7328787dffe2d8529dd2681f5c43]

        cppcheck: variableScope
        
        Change-Id: Ibdea832c607494d5d6b36b3655a0af7de540d0c7

2015-02-10  Julien Nabet  <serval2412@yahoo.fr>  [2877b291b04b8ffa0071c55c8af7a8113f7825b2]

        Use "!=" instead of "<" to compare current it with end it
        
        Change-Id: Ic2ed4b935ecf1d63065bc5147e62d510e73bd5c5

2015-02-10  Ursache Vladimir  <ursache@collabora.co.uk>  [39b81f2fd09f020d183fec2319eb688d2db9d8a9]

        tdf#68117 Partially fix boolean labels in XLSX
        
        Change-Id: I731a58c7749e157f6b40c60808687ce629683742
        Reviewed-on: https://gerrit.libreoffice.org/14410
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-10  Tor Lillqvist  <tml@collabora.com>  [ec643628b8c2c627f9db52447d964519c30917b4]

        Avoid OpenCL compilation error in some cases
        
        We do need to use GenSlidingWindowDeclRef(). We can't assume it is always a
        vector element that is taking part in the calculation.
        
        Change-Id: Ifcda5bdc4564d5d13755b10d9296802cee723182

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [abc57d344806b8d0bca113900702c155354124ac]

        Revert "Werror: C4324 structure was padded due to __declspec(align())"
        
        This reverts commit 9150bb0b3ea3f32e867aad478ef82a74fe0726ce.
        
        It causes CppunitTest_vcl_filters_test to segfault in longjmp() on
        Linux.

2015-02-10  David Ostrovsky  <david@ostrovsky.org>  [9150bb0b3ea3f32e867aad478ef82a74fe0726ce]

        Werror: C4324 structure was padded due to __declspec(align())
        
        Change-Id: I5a065f9e875640bda2cab67733a5e2684f63d000
        Reviewed-on: https://gerrit.libreoffice.org/14391
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-10  Tor Lillqvist  <tml@collabora.com>  [127b0efe6fee1620647a2e249cbae9b8f13ee0cd]

        Don't call clReleaseProgram() on the same program twice
        
        If the clBuildProgram() failed, the lastSecondProgram variable kept as its
        value the already released program handle, and later we called
        clReleaseProgram() on it again. This is certainly wrong, and caused a crash at
        least with my OpenCL implementation.
        
        As such I am not sure if that lastOneProgram, lastSecondProgram etc dance is
        sane...
        
        Change-Id: Ia30426fbba9118ad7e20f13ef35daa5f78a1f0a1

2015-02-10  Tor Lillqvist  <tml@collabora.com>  [770c92b048df2259df1b7ce2a47f9903fc8be387]

        Add SAL_INFOs for tracing kernel and program life cycle
        
        Change-Id: Icb28114d3939063dedaedbd0ce370210b3721fc5

2015-02-10  Michael Jaumann  <meta_dev@yahoo.com>  [e30e5ac95909d4c8aefeff8263a0ec09f3c82440]

        fdo#39468 translated german comments
        
        Change-Id: I96ef1c6758eaffb88e2167acee7c9d810317ca44
        Reviewed-on: https://gerrit.libreoffice.org/14384
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5654e0f6afd93b371954456523460397564b4602]

        Android: fix share feature for .odp/.odt files
        
        Added our own map of MIME types because we cannot rely on Android's.
        
        Change-Id: I11d4b639f42d30aa8adb0ea092797fb30b4fc8b9

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [b91116afb16139208fb5a4bccf45b4e06df77c8a]

        set ok button as fontwork gallery dialog as the default button
        
        Change-Id: I965405ab5821e86b2fa93b42db50e36dc9dbd0ad

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [cdd8ab7e0caa5b6845581afd5fc69bc69b5589df]

        ...next attempt at getting this through both GCC 5 and MSVC
        
        Change-Id: Id367dee6c4fe55fe039ebf28603c883014194832

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [4f405d8c1ff84a0db35c9a771776d170f628df57]

        OSL_ENSURE -> assert when followed by unconditional dereference
        
        Change-Id: Ic118450e11ca6a4f705670dd71015ff74072fa05

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [233da237ad4b593c945903c3b32185a540025516]

        Resolves: tdf#87083 images in help html stuck at default placeholder size
        
        regression from the SwapIn work.
        
        The graphic size during SetGrfFlySize appears to assume its the pre-swapped in
        size, i.e. the old 0 by 0 "size is not set" for an html image used to be the
        value used here. So get that value (and update it if necessary) before updating
        the image data and pass that to SetGrfFlySize
        
        Without the swap-in in the html filter the data gets swapped in during the
        initial draw of the image which is too late to update the image size, so
        restore the equivalent of that swap-in via GetTwipSize
        
        commit 61a5abd5fab308c9e6580e752fa846f5bf0d7e51
        Author: Zolnai Tamás <tamas.zolnai@collabora.com>
        Date:   Fri Nov 7 10:43:34 2014 +0100
        
            Make SwGrfNode swapping methods private
        
            Change the filter test accordingly.
        
            Change-Id: Ide3043f2f245c097a7b4c07ba2e0713510296b3e
        
        Change-Id: I0afe244f79d8628236b1e552036587a2b4540a76

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [8c8e536c2c36cdf31494e7b9b9c0871169ed043c]

        coverity#1267630 Logically dead code
        
        Change-Id: Idf857f5681766923675bdc210c02a796e0f58024

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [a5ec343f6cb522f4d41e097eda48042bf85c4578]

        How is that supposed to ever work?
        
        Change-Id: Ieb13095abb399662e449fad5a056999343165025

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [d285f273adf35acc21ac6659523b28b3321b49ae]

        coverity#1267646 coverity#1267641: sw: logically dead code
        
        ... in SwPageFrm::_UpdateAttr()
        
        It looks like SwFmtChg always is sent in pairs and shouldn't contain
        null pointers.
        
        Change-Id: Ib14650d5ac7ed579af915806e738aec8a92add32

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [9665911b79b75a82d1c287826087c717b8158976]

        coverity#1267654: sw: logically dead code in SwCrsrShell::GoNextCell()
        
        IsTableMode() should imply cursor is in table.
        
        Change-Id: Ibb94911430f947038abba2ebe013fc82fae7dd54

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [e7b9306d8b48dda16c33be84cc926fa0fd9aeac0]

        ...and work around AC_RUN_IFELSE not working when cross-compiling
        
        Change-Id: I7a3a9593cabec68c0d60c17a991207b5d3dab69c

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [e83393a98ebc512fb261d52c903fb17827648d56]

        Make C++ AC_RUN_IFELSE check link on Windows
        
        Change-Id: Idb4e50a98a2fcdd1746ef14fc0dbe53bf1d7db8a

2015-02-10  Andrew  <dent.ace@gmail.com>  [3324d52dccacff9c3d8b18fe5deb8570a713d7c1]

        Remove duplicate L10n icons.
        
        Remove icons that simply duplicate the default images, but are incorrectly stored in Locale specific directories (e.g. /cmd/pt-BR/). If they are removed, the default will be used anyway. De-duplication makes the task of icon theming easier TDF#30425.
        
        Galaxy - 124x removed:
        - lc_bold x10, 2.4KB. Default: 'B'.
        - sc_bold x10, 1.6KB.
        - lc_italic  x13, 2.8KB. Default: 'I'.
        - sc_italic x13, 2.1KB.
        - lc_underline x12, 2.8KB. Default: 'U'.
        - sc_underline x12, 2.0KB.
        - lc_underlinedouble x9, 2.2KB. Default: 'U'.
        - sc_underlinedouble x9, 1.7KB.
        - sc_label x26, 5.4KB. Default: 'ABC'.
        - lc_numberformatdecimal x5, 1.7KB Default: '0.0'.
        - sc_numberformatdecimal x5, 1.2KB.
        
        Check and remove corresponding icons from other themes: Crystal - 82x.
        Hicontrast - 97x.
        Human - 76x.
        Industrial - 76x.
        Oxygen - 79x.
        Tango - 81x deletions from links.txt: "# Removing language specificity…".
        Tango_testing - 25x.
        
        Change-Id: I4e42b494cbdfac2b377fae077001306778addfd0
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14378
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [1952cd4f9385aebbb79e660ebc7d076347c14cca]

        coverity#1267683: vcl: try to suppress a silly one
        
        Change-Id: Idcd0cc761121dd356e307003441f56c239efd4f1

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [f58769c8f177601fe73cdec2042a0a65801261b3]

        Properly check for Clang with static initializer_list bug
        
        Change-Id: I98060f1adae0ba8ec03b2f0d6b0db6d5a1c0385c

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [5b8947a093216a546881a749dec8d637ff1b7dd1]

        coverity#1268024 coverity#1267686: basctl: uncaught exception
        
        DlgEdObj::_propertyChange() should have same exception spec. as
        XPropertyChangeListener::propertyChange().
        
        Change-Id: I8d5b628b7cc382dae55a9e17bf813fba647453eb

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [eb01f58edde8513550744576649a5c08f807ef72]

        coverity#1267666: logically dead code in SwUndo::CanRepeat()
        
        Change-Id: I38ff790419562cf0e4f2b584696867eaf4614166

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [835db319f7cd1ea135350df0a28a7fb72d0027fd]

        coverity#1267639: logically dead code in SwUndo::UndoWithContext()
        
        Change-Id: I5e41337705bb2952a98e7e5778a217cfb2caccdb

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [a8788866a3a7735918a1c184677632e1ffa0befd]

        coverity#1267638: logically dead code in SwUndo::RedoWithContext()
        
        Change-Id: Iab669a18ed990a23c77b5bb3d6b0a935a8af2c5d

2015-02-10  Michael Stahl  <mstahl@redhat.com>  [a3a783f9ebf1990b05e0ad60c723e6f7c2902d0a]

        coverity#1267637: logically dead code in SwUndo::Repeat()
        
        Change-Id: I85b0d880b0579f33a6e874ca250d343f7761dbcc

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [a4aab4814d7924531d46579b82ccd494f3318756]

        It is apparently the static initializer_list that's confusing old Clang
        
        ...so drop "static" from all Clang for now (and revert back to OUStringLiteral)
        
        Change-Id: I33a3fca7f529005529f083d3e89ddfbd80bbc9bb

2015-02-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [c2e00d3f464b9580d26fec6e8681da4d3a10b4b3]

        Added doc notes for classes and methods used for the scaling automatism.

2015-02-10  Marco Cecchetti  <marco.cecchetti@collabora.com>  [9f98e8ad1e03c4972cd579ff0cb47fb0472c330c]

        Added more doc notes for classes and methods used for pie charts.

2015-02-10  Caolán McNamara  <caolanm@redhat.com>  [4327ee505f8507f653c8f4db9ac7503db2e15c3a]

        Resolves: tdf#83073 use loaded graphic's width/height as defaults
        
        Change-Id: Idad25f82d884c40c55b886fd7634a6c6e51693c4

2015-02-10  László Németh  <laszlo.nemeth@collabora.com>  [b18b5b7edf3d14ef5f0efe53e367f88a423088c4]

        tdf#89281 fix performance regression of XLS import
        
        The fix for Bug 76611 caused ~20% performance loss in XLS import.
        With optional cloning of ScTokenArray of the shared XLS formulas
        depending on the need of address wrapping, it is possible to gain
        back near the original performance.
        
        Note: The original patch for Bug 76611 has already got an unit test,
        too (see wrapped-refs.xls), and that unit test works with this
        improved patch, too.
        
        Change-Id: Ibfb59d1543ef9c4b8a075d5c4e37f77ab451aaa0

2015-02-10  Stephan Bergmann  <sbergman@redhat.com>  [615fae2f67028f3c5c51c70c77dbaa9b9f3856d6]

        Attempt at fixing Mac OS X code signing
        
        ...so that LibreOffice.app dmgs built with --enable-macosx-code-signing with an
        appstore-enabled identity will hopefully no longer be rejected on Mac OS X >=
        10.9.5 as "'soffice' can't be opened because the identity of the developer
        cannot be confirmed."  (Which I cannot verify for lack of an appstore-enabled
        certificate, though.)
        
        First of all, do not ignore errors from calls to codesign utitlity.  Really.
        
        That reveals that soffice cannot be signed as soon as it is linked, as it
        requires all the other stuff in the app to be already signed.  So just don't
        sign it after linking, it will be signed last step in macosx-codesign-app-bundle
        anyway.
        
        Second, --resource-rules exemptions are no longer allowed per
        <https://developer.apple.com/library/mac/technotes/tn2206/_index.html> "OS X
        Code Signing In Depth."
        
        Third, the handful of remaining shell scripts in MacOS/ need to be signed too.
        (Signing them adds extended attributes to the files.)
        
        Unfortunately, as discussed at
        <http://porkrind.org/missives/mac-os-x-codesigning-woes/> "Mac OS X codesigning
        woes," "hdiutil makehybrid" drops extended attributes from the generated dmg (so
        the dmg's LibreOffice.app would no longer be considered properly signed, as the
        shell scripts would no longer be signed).  So switch from "hdiutil makehybrid"
        to "hdiutil create."
        
        Change-Id: I4b587f87d504666f7a1d0e3a24a8be76f22014c5

2015-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [cc9d29ff7b781b5f1392e13bb9a21bc05229da8a]

        Android: run open(IFile) in a different thread.
        
        Change-Id: I3a7023dba7621f9bd066edb9c0894df48313b117

2015-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4810f108c4d7c2e4ff79fd5cecbe60900f68068c]

        Android: run openParentDirectory() in a different thread.
        
        The Document Provider framework will implement access to network
        services in the future, and network operations must be run in separate
        threads.
        
        Change-Id: Ifcba8f28cc4dbffaf2946c12749aa38d0eb11923

2015-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [bc8cb4e3b2a1fc4b84bf366945dd72e9ebeb00ce]

        Android: run openDirectory() in a different thread.
        
        The Document Provider framework will implement access to network
        services in the future, and network operations must be run in separate
        threads.

2015-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ca022d5047fe252e4164008535cdc2ff156dbe7e]

        Android: run IDocumentProvider setup in a different thread.
        
        The Document Provider framework will implement access to network
        services in the future, and network operations must be run in separate
        threads.

2015-02-10  Tor Lillqvist  <tml@collabora.com>  [4032d75eb685ea1a2caebce1a290f613780f504d]

        Avoid OpenCL compiler warning "OpenCL extension is now part of core"
        
        64-bit floating point became an optional part of OpenCL core in 1.2 and is no
        longer an extension. The pragma is not needed in 1.2 and later. It causes a
        warning that is indeed harmless, but still clutters the compiler diagnostic
        output that is displayed when there is some actual error in generated OpenCL
        code.
        
        Change-Id: Id8ea4b39f7e8e788d7683f8b389f53eadc57ea18

2015-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d857871bcbccd0c69645e5e963d106362f40382e]

        Extract SwNodes::dumpAsXml() from nodedump
        
        Change-Id: Ic94fceef0d4291a02bc3da7bcbeeb2c19670200c

2015-02-09  David Tardon  <dtardon@redhat.com>  [8b68841c1482d98bee98de0a60910b93feb8f8b6]

        fix liborcus build with gcc 5
        
        Change-Id: I38b2ecf86d4334d0179362079a216df4301bf184

2015-02-09  Pierre-Eric Pelloux-Prayer  <pelloux@gmail.com>  [c7e907f58f8d0791ee304b42de769f43102522e9]

        svtool/GraphicManager: properly decrease mnUsedSize on unregister ops
        
        mnUsedSize was never decreased causing the cache to pretending to be full,
        which caused lots of needless work (image loading, id creation (which are
        basically a crc of all bytes of an image, ...))
        
        Change-Id: I1e0a6a07631435346c3509822fae43a067d33303
        Reviewed-on: https://gerrit.libreoffice.org/14389
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2015-02-09  Pierre-Eric Pelloux-Prayer  <pelloux@gmail.com>  [ad14ed0bbf80dd95dca6e0dea6edbe5fb68f9f26]

        sw: avoid temporary object creation to build GraphicPrimitive2D
        
        As drawinglayer::primitive2d::GraphicPrimitive2D constructor expects a
        GraphicObject ref, we can simply pass in rGrfObj instead of building a
        (implicit) temp GraphicObjet using the GetGraphic() result.
        
        Change-Id: I8c54f20804390c773fdf9406f534787ce7143e84
        Reviewed-on: https://gerrit.libreoffice.org/14390
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-09  Eike Rathke  <erack@redhat.com>  [5d3f89c0264b0bb8fbe750051ccc1c57c199f6ad]

        this FDIST has 3 parameters also in Excel, revert tdf#40835
        
        The UI FDIST is LEGACY.FDIST in ODFF and is the same in Excel. Only the
        "real" FDIST has 4 parameters, which is F.DIST in Excel.
        
        Change-Id: I0b926b51a3cc7282a54cce448e46fed6be3c61fa

2015-02-09  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [0ca943155c04ee6272bba7ce957b8d87ae9442de]

        EMF clip regions should be ignored sometimes.
        
        Specifically, the record EMR_EXTSELECTCLIPRGN specifies the default
        clip region if the RegionMode field is set to RGN_COPY.
        See EMF specification section 2.3.2.2 available from
        http://msdn.microsoft.com/en-us/library/cc230624.aspx
        
        A unit test had to be changed for this - instead of checking for
        a specific clip region, it now checks that no clip region is
        specified. This is under the assumption that the default clip
        region for our device context is "show everything" - i.e. no clip.
        
        Note also that RGN_COPY seems to be a common mode value for this
        record type.
        
        Change-Id: I7bd4fe305dda184d121465005fe09d3c113e3063

2015-02-09  Tor Lillqvist  <tml@collabora.com>  [f5e7207053b857b6903a0ab9c161bed9ad7bcee9]

        Handle zero and empty cells (which also means zero) in OpenCL for division
        
        Not sure if it makes sense to keep having OpDiv a subclass of Reduction. There
        is no DIV() function that would take a range of cells, so it isn't really
        comparable to the other Reducion subclasses. But let's keep that as it is for
        now.
        
        We need to handle three cases specially in the OpenCL: Dividing by an empty
        cell which should produce an #DIV/0! error, dividing an empty cell by zero
        which also should produce #DIV/0!, and dividing an empty cell with anything
        else number which should produce 0.
        
        Change-Id: I86d86f652047d6f9e3c095c3ef135a8f5396b000

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [052fa9bc383f6dd0b6ca705984d03d4ec8d11824]

        Some old Clang appear unhappy with the initializer_list<OUStringLiteral> code
        
        ...so try whether initializer_list<OUString> would keep them happy
        
        Change-Id: I009eb601057066030addb409aa7996679d5d5922

2015-02-09  Michael Stahl  <mstahl@redhat.com>  [3a6c04eef54129bdcb836785e7ffeff40fe0ef72]

        xmloff: replace legacy DBG_WARNINGs
        
        Change-Id: I79f20f67e623b8d9607374e8be9a78fa10dc9af6

2015-02-09  Michael Stahl  <mstahl@redhat.com>  [aa685127e756be55a3d4780b4f82c8462ca4e1de]

        oox: replace legacy DBG_WARNINGs
        
        Change-Id: If2c47bbd0c12cc006b38972c5f71eb00d3b03460

2015-02-09  Michael Stahl  <mstahl@redhat.com>  [8a0fc75030403e1fb09bd60898c771aff454bbd2]

        log-areas.dox: clean up oox mess
        
        Change-Id: Ib1ec1ae009115dcc8f50ca3038bc9a35b7cb09a9

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [57e6d742a9e2aeb11b179122991e7d35ca54543c]

        On Mac OS X, directly name the executable "unopkg"
        
        Change-Id: I5f846d7f7c5ed54179504f551e19227f7283bda2

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [d51502c654ddc3ff6ef8ca7b8f190807bb0a8010]

        Fuck that left-behind .lck file
        
        Change-Id: I6ceab61500397cae687fb4356e5dcb48f8090a48

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [49df6e0d8c9d0ef885b0230e53d6296ce0975078]

        Adapt file URL hackery to Windows
        
        Change-Id: Icee10aae97e9bcef7a3db7e966c1c4ef6780fc1d

2015-02-09  David Ostrovsky  <david@ostrovsky.org>  [4bcfde41e7b854769f7db7412749d7f0f9ad977e]

        Werror: data lost during conversion from size_t to int
        
        Change-Id: Iee080b89cf0588c8076ef4c0334d36a7aefce44d
        Reviewed-on: https://gerrit.libreoffice.org/14374
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [81cb993127d0e399b1c9888fe4f4655b831593d9]

        Fix of a few typos
        
        Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519
        Reviewed-on: https://gerrit.libreoffice.org/14373
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-09  Daniel Sikeler  <d.sikeler94@gmail.com>  [3a70ae03fee12e6b8ed87afba1095bc78f9a9812]

        fdo#39468 translated german comments
        
        also tranlated some error messages
        
        Change-Id: Ia5035c7c2f5379a0b419fc5514a288368e687c83
        Reviewed-on: https://gerrit.libreoffice.org/14382
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [c6d645780e96613a6f60b6896702335a0c205944]

        Also fix other Ring ctor
        
        ...after 8b12e63b60530a2ad3769bc4983cc09bedd34c79 "Don't downcast from Ring<T>
        base class ctor/dtor to derived class T"
        
        Change-Id: I734841a78e272e985d784bd756412e1af90b2df5

2015-02-09  Michael Stahl  <mstahl@redhat.com>  [da1c96d4cd98876cde8a0ab3ddf3d387646a0ba7]

        sw: another LONG_MAX fed into LogicToPixel
        
        Can be reproduced by dragging the zoom slider.
        
        Change-Id: I4d32543370eccbda23d0a1ea449ee124148143d6

2015-02-09  Rodolfo Ribeiro Gomes  <libo@rodolfo.eng.br>  [53740bd71a0ae569da36b9293ef22842a0b53f1e]

        tdf#47577  Zoom slider should only react to full click
        
        Change-Id: If859754c956a634a96066ac407b70d6dd2759d53
        Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br>
        Reviewed-on: https://gerrit.libreoffice.org/14265
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-09  Marco Cecchetti  <marco.cecchetti@collabora.com>  [fab828d1a144b70a75e90e2bac484bc409b1e4e4]

        Fixed a too long comment line.

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [e69253f35ec73fc269580e2f6735e0d2d953d0fb]

        unpack_update is LINUX, SOLARIS only
        
        cf. a1d2774e1aae2537fb843085135ddfdbd6ae207b "INTEGRATION: CWS
        onlineupdate6: #i82283# added unpack and update script"
        
        Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5

2015-02-09  Michael Stahl  <mstahl@redhat.com>  [e56c495ffaa242fc00347d859badf43ec3f27546]

        chart2: fix build
        
        Change-Id: I25a960bfdcd9938f68bf4f1535c7822959d95b71

2015-02-09  Marco Cecchetti  <marco.cecchetti@collabora.com>  [1a595052b205f8505776699f61c1a0b89bc42380]

        Added doc notes for classes and methods used for pie charts.

2015-02-09  Caolán McNamara  <caolanm@redhat.com>  [ab50e4f8e5b34b15e4f6a338fb7326035b7d3180]

        Updated core Project: help  1ff0bd652428824fdbd3a1650c8ec0c8ead4af4a

2015-02-09  Arnaud Versini  <arnaud.versini@gmail.com>  [78f25d565e1b04be257100023ad84c5259cfd9e1]

        Basic : Partially rewrite hex and octal constant reading.
        
        Change-Id: I42f72e7b1ca897aba71950841f90b501cf3b6dc2
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-09  Caolán McNamara  <caolanm@redhat.com>  [1fac71668ac8a32633a7ee31698c0f4fe78e4d31]

        Resolves: fdo#88933 Labeling of images impossible without category
        
        Change-Id: I8b618d5cd6b3e9d5e42e04e215592a7b748dbb9f

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [110f77c52186aaf5539759292a8bfcadccdd9e47]

        Try work around MSVC warning C4503 (decorated name length exceeded)
        
        Change-Id: I8ae5a7b5fd3d07b7beb16374f6bb4251ffdb3610

2015-02-09  Takeshi Abe  <tabe@fixedpoint.jp>  [f4017e1ddd483e7f5ab14cf68aa754fd7c468d06]

        Mark it as static
        
        Change-Id: I3193c5b7181f61a9047985f115d2ea49c683cb73

2015-02-09  Caolán McNamara  <caolanm@redhat.com>  [110751e5415cda9ba9488a0673e956a443c836fd]

        Related: fdo#87876 make checkbox label shorter, move warning into tooltip
        
        Change-Id: I5f24703db70b53306d618d8fb89ad4a468d1a5f9

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [92db2f17b37660fd4edd8267a107d5491787dfad]

        Adapt loplugin:passstuffbyref to Clang 3.2
        
        Change-Id: I24d0b7531feba32f86f761daf18170397cfe5d2f

2015-02-09  Caolán McNamara  <caolanm@redhat.com>  [081f3c0f70a9aa4d9f1f72bfbdb838bbd2dc993e]

        Resolves: fdo#87876 full text of war and peace used as checkbox label
        
        Change-Id: I016975123c0f277b4e4c8c8097e89fd84d93530a

2015-02-09  Stephan Bergmann  <sbergman@redhat.com>  [810824d10df45944d223db1efab4b3cb99161e33]

        vcl/settings.hxx "drag full options API" uses sal_uLong
        
        ...for better or worse
        
        Change-Id: I8069da4a544cb6a69cbcd7243469bc6ea7b112a4

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8fe1582372983c6e3ca5b9cbead097ed670f504]

        lokdocview: fix Linux baseline build
        
        Baseline is only used for releases, while lokdocview is a tool to
        helpdevelopment for now, so don't bother with full compatiblity, just add
        enough to not break the build.
        
        Change-Id: I52e312d3c3ae80636448bf42d5f277184fb9ca7b

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0a185ed1d535b49e20b6ed7ca52bacdb7a457aa]

        lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTION
        
        Change-Id: I59cb870973ea4e2fda816b15ae7d9a53a4624e8d

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b15f4863e6d4b0a280ccd61713cbb1209ffe33e]

        LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in sw
        
        Change-Id: I31662cb06add0d1a1c517b5f5416703aeaae1e77

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [17be6dab4a349944448e06a2b71df312899b3351]

        native-code.py: Add libfrmlo.a + some constructors around controls.
        
        Fixes loading of ooo108922-1.doc, hope this does not blow the .apk size too
        much...
        
        Change-Id: Ifbaa6fa5a7467e516fd1020e941c7a125d1a6437

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [9fc47fb27136af527872b03523b4f5f765c876a8]

        native-code.py: Add libxolo.a.
        
        Fixes loading of ooo10504-1.doc.
        
        Change-Id: Ib82ac9938c755ec5fa9ccd93e44d92b744dc0ff4

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d483a6751afd6f524a5c154c1be2a8a60ba0328]

        lokdocview: fix memory leak in lcl_payloadToRectangle()
        
        Change-Id: I2894c693d11b025d23ebbf0ae75f67532efe315f

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b707104207e96d4e6666be7ad6e00ac4c6a10bc]

        lok::Document::postMouseEvent(): allow double-click
        
        Change-Id: Idaddd28d906e7508d4d2c5aab916b06fbe021beb

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [768dea15b4c5c50367e40af45fc2265478ec154b]

        android: copy document to temp file when using content scheme
        
        We get the data from Intent, which has data identified by an uri.
        An uri can use many schemes but we support file (loading directly
        from a file) or content (used by GMail App). When loading from
        content, the document is available through a stream and has to be
        stored into a temporary file locally first, and then that file is
        should be used as input for loading the document.
        
        Change-Id: Ia4ffa8ff02b9737b91a41c03c2eb335d28fe1d61

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [24b28151c8b89043b0d75bf61d839a629ca3bf70]

        android: allow only "file" and "content" URI scheme
        
        Content scheme is used by GMail App for example.
        
        Change-Id: I3583d38c42b9ad96209f0cd178ea6957a7aec86c

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [0059a213c1e52911d92702af269a296f5ece913a]

        android: When loading fails, make sure we don't crash the next time.
        
        Until now, when the loading failed, the next attempt to open a document
        lead to a crash; fixed.
        
        Change-Id: Ibb55b4799169e1521f076cf38380e429a50258a3

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [9b482b325baaae4a456073476b5edc68bc62e184]

        android: Initialize for tiled rendering earlier.
        
        We need to prepare the document ASAP, otherwise we will get zero size when eg.
        presentation is switched to Notes view.
        
        Change-Id: I0d3ccea18058052994d91868ec1346c5de25faff

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [b25dd857b42352cce6174744a5350ab2c0566c16]

        android: In Impress, switch to the 'Normal' (slides) view.
        
        Other modes are not fit for the tiled rendering, and crash the viewer.
        
        Change-Id: I6fb17663203d9eb298bba2b9bd143fdd28ffb470

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [36e701b1db76557121edc7bed46e4c1e694856ed]

        android: fix missing drawingML preset shapes
        
        Change-Id: I7a22b9bcacd26b837c00bb09743ab2e176d60746

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2f018339be2791a6a4d6b29bd369af840e8aa5fa]

        android: blinking cursor
        
        Change-Id: I1e2d5df7917ec0f8e780e3e3481dadd10b1b76ed

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e2d4cfa425a9cecb31ef8aa74722083dca004b3c]

        android: show text cursor in place suggested by invalid. event
        
        Text cursor is a simple line (currently implemented as a drawable
        and streched), which height is adaptable. It is drawn in a different
        layer than the document.
        
        Change-Id: I40509a866e3a3173e3efcb88e73066565a1619ae

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [48ae33bd8513678c898c5ba692351be2e95a7e83]

        android: gather text selection handles inside TextSelection
        
        Change-Id: I7bd13bea6aa58f7a1be4b9cfbc32f9d59c0b9e14

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [1eb411480643cbba748b268e5c760552253b2f8a]

        android: Always log the SAL_WARN's.
        
        Change-Id: Iab470097cc09835efd5ab3c13a0defb267c985a0

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [8e58af2c7f9a865f3cb8e24eb3318db36d973bad]

        Add slideshow-related services.
        
        Fixes loading of .pps presentations.
        
        Change-Id: I739d15793110fc55cbaa556e1c91d666c6f81c70

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [72e7e945d09d028cedabaf7f80d5ec96b833e76e]

        android: TextSelection improvements
        
        Change-Id: I485976edda5e2bb41381ad3a90b8d2139ca7d5f4

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c9893aa85887c108431c59d29feeeea8bef5f4ef]

        android: make back button work again - return false in OnKeyDown
        
        Change-Id: I8340e5f27475f38f8384d883ac0bb7fccf1135f1

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a6ae67d897550a52c8b2b4f710a8ef4a88cf45f0]

        android: mute invalid. if not editing, don't show handle on touch
        
        Change-Id: I551af3849f9b0a10106bf02fff220fa4600eb07f

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e71b15ccc55b8e4bc4b105a664abfd5eb72da2de]

        tdf#87098 don't adjust zoom/position for spreadsheets
        
        Change-Id: Ieb908980a931b123e2c48fe3ecdc7830b48810ed

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [576973408d88c9bf6100c09cb10b84edcdc88094]

        Don't hide cursor for Android anymore - makes cursor events work
        
        Change-Id: I97caadf079c9a5e38c00c80fdc8185aee997f632

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9288a3c6b0d07a763a227e8fd97d0ece0eee96b9]

        Combine DBG_UTIL and header version of Stt{End}CrsrMove
        
        Having 2 versions (debug and release) of one method (on top of
        that in different places - one implemented in header) which are
        mostly the same is a recipe for disaster.
        
        Change-Id: Ia38f900ac076d1c1765fea2c7326147b115e343d

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e1f9b5394b7cf512a0bcbbb4f1ae2a96e9b8b248]

        android: Actually we don't need ViewFactory
        
        Change-Id: I2d1ccafefe9c52d0536601ba7ff219e6547ceb20

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aecce900af9e9d216cd1039c775556b6ff683ce6]

        android: integrate text selection handles from Fennec
        
        Integrate text selection handles from Fennec and insert middle
        handle when a cursor invalidation event is recieved from LO.
        
        Change-Id: I6ba31d46bf89555bdbca9ce4be666039e8bc9041

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a63d8d7adc7ac659ff21af982deabcd6cb7a56a]

        solenv: add missing component to make accelerators work on Android
        
        One could argue that they are not needed on Android, but even backspace
        is an accelerator, so they are needed.
        
        Change-Id: I786d3da59e222b48d75e7d84ca2ef1eb51094532

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [91ca43828a55de6e7d11f58895bc7f215a30a4a7]

        SwView: SelectShell() is needed on Android, too
        
        Otherwise GetShellAndSlot_Impl() in
        SfxDispatchController_Impl::dispatch() will fail, as there is no
        SwTextShell on SfxDispatcher's shell stack, and that means nobody will
        invoke SwBaseShell::ExecDelete() when an SwBackspace command is to be
        handled.
        
        Change-Id: I62e3aff265784e8c73659d3e3c5f646d927338b0

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [82b0df1d2bda28ce691294e3e1f1d10f1eaf18fe]

        SwDLL: RegisterInterfaces() is needed on Android, too
        
        Otherwise SfxSlotPool::GetUnoSlot() will have no interfaces and we ask
        what should be the UNO command for a backspace key in Writer, we won't
        find the needed SwBackspace command, so no action will be posted to the
        main loop.
        
        Change-Id: I62062fbc0e86db83e2b0ddac184bfd6d35d073b2

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [c84cc4fcbb4e85a6e5fe9161b6134d474308a319]

        native-code.py: Add libi18nsearchlo.a.
        
        Fixes load of fdo68762-1.ods.
        
        Change-Id: I4141674a9766fe9514c47e1c1b29ed727148a41d

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [36e492823ef4575eac2a159da3c6c7a7962d5769]

        OFormsRootImport::CreateChildContext: survive a missing css.form.Forms
        
        At least moz406390-1.odt has an unreferenced (so uninteresting in
        practice) <form:form> block. Till there is a real benefit of it, better
        not add form/database components to the Android component list but teach
        the user of such code to fail gracefully.
        
        Change-Id: I165a09fefa887da7b78a917c43ecc17d8f0ba3e2

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [671bf2330a741b70c55b58db7ee438db5d5b858b]

        dbaccess: use constructor feature for ORowSet
        
        Change-Id: Iabb04fde096e8d0bb92b3d796310354df5985e9a

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d720330c917fe88208c11e4504e0ea02d12c4036]

        android: get LayerView from LOKitShell
        
        Change-Id: I4fa3f7b0906eabd41d9e44a8780c2cc62241b41d

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3d8c72ec68f0ea2af6b7d2abf0f66c96d61910b2]

        android: Use callback types, extract string to rect conversion
        
        Change LOKitTileProvider to use callback types defined in Document.
        Extract conversion from payload string to rect into its own method
        and use it in INVALIDATE_TILES and INVALIDATE_VISIBLE_CURSOR.
        
        Change-Id: Ic908fb187568d4b6fd73770448198e1e752cc2c6

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a8f0257871286bebad3d523759e8f07cc1c83187]

        android: Add callback types to Document
        
        Change-Id: I93d117d42b6ccf48b58f9c8d64be0266ff36c6f3

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [17a5b8b8ec0ed706eddb1f7ddebc76dccee79918]

        android: key press to key event, use InputConnectionHandler
        
        Change key press event in LOEvent to a more general key event to
        support key release.
        
        Use InputConnectionHandler to react on key events, create
        LOKitInputConnectionHandler as the implementation for LOKit.
        
        Change-Id: I4282aa06cdd85ad4d80330f4d2a9c43eb67df30a

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dd6e502745e9002d90c91f4c64642673d5a4d791]

        android: move TouchEventHandler into JavaPanZoomController
        
        Change-Id: I6de3c0cdf3a0ec646fd63c9cc2c5a9a153e3e574

2015-02-09  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [43bbf53bbad4623355e6344094573f8efca01df2]

        android: remove unneded code from GeckoLayerClient
        
        Change-Id: I5c7af6dfa7c921b186972b7b8d7bc079ddec0629

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [a11c71f7f109e1bccba667efd7c061229193a2a9]

        forms: use constructor feature for ODatabaseForm
        
        Change-Id: I1f36b28c3d71b90e439c6ba86bba09cf55bc43ae

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [73076f5e9ac5e84e22234c9b87b53b9a3179e74b]

        forms: use constructor feature for OFormsCollection
        
        Change-Id: Ifdc031480617ec4d0a50ae5b6cd6a2c838ae076a

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c51ea9c0524cc2656c05e1f2537f85f4ce9d00b]

        lokdocview: let the cursor blink
        
        Change-Id: I935fe7f09a5a6efcbfd246b0f24eba5226f61fb2

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b83b96c41c1a7102db0c80e10f737d906e2cc45d]

        SwVisCrsr::Show: ignore VisArea() in case of tiled rendering
        
        Which means that then we get the cursor update instantly and can again
        ignore all events generated by the client's paintTile() call.
        
        Change-Id: Ie22e20737c30bdd65d25bc6a84f59df4159b7dec

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [2c27ad343d20008d335bde0bce3beda779bd552c]

        native-code.py: When filtering the services.rdb, keep also the factories.
        
        Change-Id: I663e82322a05b7b6f140cb9adecbe1465f320f95

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [68210e1c06f8746101ad765ba646a25c6364ef11]

        native-code.py: Share more code around the factories too.
        
        Change-Id: Iff0909ee110058cd3e351e4a96738d5b8e6ba62e

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [5d86b4b7c75f978f01397f3ed5a4e3c3316c2971]

        native-code.py: Sort the constructors.
        
        Change-Id: I3b7b5a13c1384313a12ec9f11714a85be2ad1693

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [98279cee2d179cbecf581aa13227a8aebddf479e]

        native-code.py: Add a mode that allows filtering out services.rdb.
        
        Limit only the constructors for the moment.
        
        Limiting services.rdb will be useful for finding out what services are
        actually missing when loading various document types.
        
        Change-Id: Ifd6c2c0c43defac79d3eba1853347614ce7c0b46

2015-02-09  Jan Holesovsky  <kendy@collabora.com>  [e69fb5a295eca8dc63285994e585ad9c75e936f8]

        native-code.py: We need these services everywhere anyway.
        
        Change-Id: I97cfedb54d91f6d689f357e65599c91a6cd9f3d3

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [31ce5f4b1961258a88f4cc5fa9c0a88d02c14b47]

        lokdocview: initial overlay on top of the tiles
        
        It currently contains a non-blinking cursor caret in case at least one
        character is typed.
        
        Change-Id: I476bb1e8434a5df8c97054d670d68bc79721914e

2015-02-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec170c92c61fbe043b5a8848402f5ded33b81c21]

        Add LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR
        
        So that clients can draw a blinking cursor at the cursor position if
        they want so.
        
        Change-Id: I662b8d28d7054f89c381c14333a51e1dc222f93d

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [62969accf9c01b71b738424d4d643db8bfaed182]

        Typo: tilte->title
        
        Change-Id: I906f8c29129ead3f18af8d3892648fc053113fde

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [5fc371068c0731a52119493e88e3e79a0f86b31a]

        Typo: getQueryDefintions->getQueryDefinitions
        
        Change-Id: Id7f9117efaac3d1c66db5858c220971a5f9adad8

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [195f3c9814af937e47d1bae8bbfad609dde86408]

        Typo: esacpe->escape
        
        Change-Id: I9f22dd49aeca5f01c8d582c54ca157f502a6ee1f

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [4f604f6b23b825593b401b0f212601dc5f38f85f]

        Typos + simple german translations
        
        Change-Id: Icc0e9f028b393abb062a880519211be4fcd1d4b3

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [14e83984034e053c587ff328ce6fdb3eda26a454]

        Typo: asci->ascii
        
        Change-Id: I5b8ab825d607e962bdc6c2c34d1683651f198b94

2015-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9614183bbbba33ec9cd658870755645ed64ae221]

        sw: make sure that these headers are self-contained
        
        Change-Id: Ifdfe85abe57b5873ab4641d3a592c4cf8d2e4e01

2015-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [090e5f356a1da58c6bd4e2e8f84487a228ea11dc]

        writerfilter: make sure that these headers are self-contained
        
        Change-Id: I3486e8ba5f6d2a937176c9fe549d707a97eb5655

2015-02-08  Kishor Bhat  <kishorbhat@gmail.com>  [9129b5ac8af104364f86e90a62b2a1508241053a]

        tdf#84168 convert wpftimpress to use ImportFilter base class
        
        Change-Id: Ie41613e66a2fad1b6d4dd22b59d864e8684aad7b
        Reviewed-on: https://gerrit.libreoffice.org/14359
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [b97341c8706363e517fbd3d12d76c5b92c1aea51]

        Typo: we has->we have
        
        Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7

2015-02-08  Julien Nabet  <serval2412@yahoo.fr>  [df15d179a07be2aa2f6e2cb2066e6567081c399e]

        Typo: relaese->release
        
        Change-Id: I9e2e8f11c376fc808b12bc1db509babeac0ff7d8

2015-02-08  Caolán McNamara  <caolanm@redhat.com>  [51e2d23521f99254f09fcc459e7b41600cb9f76d]

        coverity#1267681 Dereference before null check
        
        Change-Id: I629b12d53ef3bbadeb43e9555a8499252c1a1800

2015-02-08  Caolán McNamara  <caolanm@redhat.com>  [1479190c8690f1f72b0bcd62e8a4c81ddbb6b206]

        coverity#1267668 Logically dead code
        
        Change-Id: Id9458f55efa4d27914c24b8ab7c4ced081e19626

2015-02-08  Caolán McNamara  <caolanm@redhat.com>  [5e691dbfb3b2f7803b27f35e6abeb2e0fbc02668]

        make this a comment a coverity queller
        
        Change-Id: I0eccec058f506be69f6c95a1a6d97be64cb734bc

2015-02-08  Caolán McNamara  <caolanm@redhat.com>  [cfb0c6d7a3fb07fdfbbee712bf8cc3121f922e4d]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: Ib54ed3f18c91142f1c217f618d88e36a646cf931

2015-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b42d7e4f5d496da81e7e86f437ee275729201907]

        Extract SfxItemSet::dumpAsXml() from sw
        
        Change-Id: I30cb1a3c99ad5116cc2d014a7bbb1048fe8cb9f8

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [61f3f968f3c59608a17b3410630352ab0f70b4a5]

        Avoid OpenCL compilation error when multiple RAND() calls in a formula
        
        Simply surround the Random123 code snippet with an ifdef guard.
        
        Change-Id: I370a3c37226d31bfbe703e5b7936b2180aee1784

2015-02-08  Andras Timar  <andras.timar@collabora.com>  [1aa1a1c71de6604cd2c45e393ba3194c3d85bc9a]

        FeatureLevel is never set in .scp files
        
        Change-Id: I95102008679e427483c4a95aa0422481ceb3d45e

2015-02-08  Andras Timar  <andras.timar@collabora.com>  [b84e00385e5def5d94134193bf431cc36d6f7b0f]

        Feature level +40 has no effect in our Windows installer
        
        Change-Id: I670ee5fc6a6b6debad681b85964901bb51656c35

2015-02-08  Andras Timar  <andras.timar@collabora.com>  [b46c3e683cd3fd98145c6f505cb9fbcb41b1f80b]

        scp2: 'Minimal' key is unused, let's remove it from everywhere
        
        Change-Id: I2c0d9c6870c52de85e288f4f70bc4d7c492e9987
        Reviewed-on: https://gerrit.libreoffice.org/14361
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-08  Andras Timar  <andras.timar@collabora.com>  [5f4443255386ed205abec7f69f820244d94cd288]

        tdf#89135 install OpenGL slide transitions unconditionally on Windows
        
        Change-Id: I6efaaf56d56f27159f39046bdf2112ff2b9ed082
        Reviewed-on: https://gerrit.libreoffice.org/14360
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [f6dfb3b4098f4554782e35fdb471ef69f2f53386]

        Create proper error when dividing by zero
        
        Create a so-called "double error", i.e. a NaN with a error code payload.
        
        Change-Id: I6d538426c184b30d067f8ef6035b49f3a8986f12

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [8c301bcc68eabafee0b9e19711857840be0e17de]

        Add a couple of SAL_INFOs to trace the vector refs
        
        Change-Id: I6b71e320359d025bf8cf31637dabb1bc35d581fb

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [867cd1de71c774066e72fd30b4d6cde56c598d36]

        Add one more case for string argument handling when attempting to use OpenCL
        
        If a function takes numeric arguments but there are only string arguments, but
        the settings say strings are to be treated as zero anyway, we can go the
        OpenCL path.
        
        Also add a few informative comments.
        
        Change-Id: I40b64cf040c986cfc2b26a2a778711f3cd397186

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [dcee6c01206cedf035db175c481cc5fe378bee3f]

        Handle string arguments better when attempting to use OpenCL
        
        If a function/operator that takes numeric arguments but not string arguments
        is passed string arguments anyway, handle that with OpenCL only if the
        (document-specific!) setting for text-to-number conversion is ZERO (treat
        strings as zero, which is how our OpenCL code for such functions/operators
        works). Otherwise let the code fall back to the traditional interpreter.
        
        Change-Id: I351da75b225baf4b721cd1ab67ce5094dbc5e458

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [6dd1025ccf2bcbd2035ab141054950263c638747]

        Add ScCalcConfig field to DynamicKernelArgument
        
        It will be needed to be able to adapt OpenCL code generation to the
        text-to-number conversion settings.
        
        To get the document-specific ScCalcConfig into the DynamicKernelArgument, we
        have to pass it along in lots of places to constructors of various
        DynamicKernelArgument subclasses. Originally it comes from the maCalcConfig
        field of FormulaGroupInterpreterOpenCL, inherited from
        FormulaGroupInterpreter.
        
        Change-Id: Iac6a83e8081ab973e8b7e8161de79e411d2ed2dd

2015-02-08  Tor Lillqvist  <tml@collabora.com>  [f7c6089c0f5ac7976149d270f6d9694ef8ed7cfd]

        Be prepared to handle error codes encoded in NaNs ("double error")
        
        Change-Id: I84576139d271d05977ff8bfa4de4820ef523d69e

2015-02-08  Arnaud Versini  <arnaud.versini@gmail.com>  [96520ae764f0b47fa7f8c7ca42864cffef05bdb3]

        Basic : Small OString usage simplification
        
        Change-Id: I6d6032b3075e98abb38859207e4a25e1a2e13e98
        Reviewed-on: https://gerrit.libreoffice.org/14351
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [39e9e3ee8369eeb00025291e637f0bb2a8f87ed2]

        databaroptions.ui: Reduce row spacing, right-align new Fill label
        
        See also tdf#87356
        
        Change-Id: I4866afb179fa2425f4ba6be48dde33461b00c255
        Reviewed-on: https://gerrit.libreoffice.org/14356
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-07  Yousuf Philips  <philipz85@hotmail.com>  [cf5a2811bbf5c013da3c6421ecb013137b2cc595]

        fdo#87706 correct object/image styles dialog title and tooltip
        
        Change-Id: I36bcd859e5b3da933ed1cd1c54b34b71ca9f52d2
        Reviewed-on: https://gerrit.libreoffice.org/13673
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [1eb67b0d7ea8e428a576184156b8be3ad0f2b752]

        ww8 export: indentation fixes
        
        Change-Id: I0416b782ff04e060a03b4e0494513f16bda14d6b

2015-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [105ebb9c0adcf421b0b89600216aa18041c179e3]

        Use std::initializer_list ctor
        
        Change-Id: Ib04460fe7bd33cb9b6c4fef4fc285e93c71e57c3

2015-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6158c9a899db83e04c78a1c949418434a89d4fdc]

        Unused 'using namespace ::comphelper'
        
        Change-Id: I5605c26fe0abd4c064b20562bf52b5e400bc7f33

2015-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [94ab2b69239f8c2eb7019c2b0ee61c63ac829592]

        Unused include
        
        Change-Id: If893c726310ba445ba6ecb3f453022a2ad8b18a8

2015-02-07  Jan Holesovsky  <kendy@collabora.com>  [fbbd58dc587bdd16edc7d780a17b4261d27478e6]

        Allow setting ICECC_VERSION in the autogen.input.
        
        That way you can avoid having to set ICECC_VERSION in every shell where you
        want to use icecream with cross-compilation.  See
        
        http://holesovsky.blogspot.cz/2015/02/using-icecream-to-speed-up-libreoffice.html
        
        for details.
        
        Change-Id: I1adf67934c2687f0fca1b73e7793b72120eeedab

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [6e8acc24eb8eb5f91e2db5e11457bb44e2b19f23]

        Some compilers need explicit OUString() in return expression
        
        Change-Id: Ideb64a7cf6fd4ad563b0e4bfab5583af1ecefd54

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [a6f8766d352f33beea5631697fd8c7be2be5e85b]

        loplugin:deletedspecial (Mac OS X)
        
        Change-Id: Ia09e2e7b3e40bd04da64b52fe29258017b90b156

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [a5cbf486ac69a8c6c090df032a24f7c14138ef8e]

        Not all platforms have std::to_string(), urk
        
        Change-Id: Ie930f2110bc1c10ac3ada9e266ca25d4ebdea5cd

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [b749e4d3b77b8bb8203b5cde88142d4416b7651f]

        ERROR is a macro on Windows, try ILLEGAL then
        
        Change-Id: Iae0c5308f77657c6a55bafd372ce7e4db5ef4aab

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [9429cf24675ae6b3a954db560ca567c9413d0ab6]

        We (will) need ScCalcConfig also for formula groups
        
        The settings for interpretation of text (string) cells as numbers affect
        whether OpenCL can be used or not to get expected results, when operating on
        vectors that contain also text cells.
        
        Change-Id: I0a7fd657038846ba762aa6ee6a95c001aea8f124

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [0608c2cbfe8697f9912397afce2987bee23fd1ce]

        Turn StringConversion into a C++11 scoped enumeration
        
        Change-Id: I353a62bac6c8bf00b20c93d9778fc45ade5d502c

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [590624fb2ba1daaa2730c5b1d633c089565f6e8f]

        Output meStringConversion symbolically
        
        Change-Id: Ibcd8cb12525fbce33fbfd208ee8e357c904ffd4f

2015-02-07  Tor Lillqvist  <tml@collabora.com>  [4f4daf163e92d113b62cc19fb0b7f5ec05dce48a]

        Introduce SetResultError()
        
        Change-Id: I0645b7a58e9f3dfc6c431844805ab87add8745ad

2015-02-07  Caolán McNamara  <caolanm@redhat.com>  [67dbf154a2780f42614e668416e99c463857c952]

        coverity#440978 Dereference before null check
        
        Change-Id: I9a58c59932fbe164a05f5088881a11f4f2708cee

2015-02-07  Caolán McNamara  <caolanm@redhat.com>  [ac6af669f47655a127eff3d3268437e556d47b46]

        coverity#1267690 Uncaught exception
        
        Change-Id: I38edf3f78d73c004cb85edd84a22dddc9d870f37

2015-02-07  Caolán McNamara  <caolanm@redhat.com>  [d3aa72da441a5eebdc06107b35222b7b126b9a13]

        coverity#1268297 Logically dead code
        
        Change-Id: Ie9a37e7eb837abf0d2783a9a0f8c2b33a6772d33

2015-02-07  Caolán McNamara  <caolanm@redhat.com>  [f28d59c33513598728d72eacfde77e521e7ec056]

        coverity#1268301 Dereference null return value
        
        Change-Id: I487009503866b6910049824efab987066dd72023

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [5b24b4b9d5132a8137d8d80c320cd2551ecef736]

        loplugin:deletedspecial
        
        Change-Id: Ifee378401dd93967aabe14daa673232a9a24982d

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [eaa9a73185e7bf9d222a3efab4eff9af05714250]

        loplugin:deletedspecial
        
        Change-Id: I806c9799f6eac357e5f200b53df3a9c1e6ecd841

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [61fe89e0b5a327a325284967782e9bbee5ca903a]

        loplugin:deletedspecial
        
        Change-Id: I035d584af8a802d08dd4e50070b4d290210e20b6

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [61c50286fa2b6cf455bbd067ed6e8a31105b5475]

        loplugin:deletedspecial
        
        Change-Id: I6e5fb5562d73239eae32a4ef668aa88551608be2

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [add9dae7035a86204def97a953c75e26f313c51c]

        loplugin:deletedspecial
        
        Change-Id: I9ea64443350ed2e1341b99270fa8b29189f07eb2

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2cebd4d0860c7bf3d601023b942fdbe1a522d33a]

        loplugin:deletedspecial
        
        Change-Id: Id3f938a5794e29b14c6adca0065465f3412c5fe2

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [9888b279e56c440c3a2030ff5f1b0d7ab8b6ca1b]

        loplugin:deletedspecial
        
        Change-Id: I6c1061403dab476d19c374c2797fabc00d492645

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [5516df0aee8139bdc3ccba6f3f16c084d8ad85ee]

        loplugin:deletedspecial
        
        Change-Id: I53a088b74b95230aa3842bcac0bb1fd09e39cc12

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f3dbc6f9011144df3af7f42f0df1895d75140baf]

        loplugin:deletedspecial
        
        Change-Id: I1d5d4fbd996792a3b0d97bb82d5320cbdcaa543e

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [8c349ca491b155717f0c918fd18df7d1ea7fb0d1]

        loplugin:deletedspecial
        
        Change-Id: I2f0cbeebce5d3bb087128bae32816a89f1f1d222

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [510f52506619652f8842075673f1722eb4c3b3a4]

        loplugin:deletedspecial
        
        Change-Id: I4e264af4bb8d5fcd53666922fc4ef24a863ac8f3

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [1daa046c998dcec41d4907b260a6b3abfcfa62a8]

        loplugin:deletedspecial
        
        Change-Id: I2e21490b975472952b7ffef3e6b865343f8aac7e

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [16f52ab232fbd11298d6c0d9cfed0dabc4a77dd1]

        loplugin:deletedspecial
        
        Change-Id: I9cdb0d7cb2bb9207923f2beedef0bbe44451fb6f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [ec3aae40ec0b0b39dc255041919fda77a343f831]

        loplugin:deletedspecial
        
        Change-Id: Ia2b137e0167966a3d0b60f3c642a106834da8f1c

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [6e26cc140bf0254a88a1d4c6e82cbaee39ced418]

        loplugin:deletedspecial
        
        Change-Id: I1ffc6af694367f0ff70b7598c093203f1f68882c

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f862290c91e66b859504e6c271309f73fa762a0d]

        loplugin:deletedspecial
        
        Change-Id: Ia503ee8012ca9a2a6128c657961176968073f37f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cf0448b95d9af2c98666a7c832e6756ba8a48d96]

        loplugin:deletedspecial
        
        Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f4479461dfc719d1a2bf9765a06be0cb7b1d7bf9]

        loplugin:deletedspecial
        
        Change-Id: I87b252d3d6e5322dbc4b6cc77b846766a0d35893

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2b731ea60b0e3f69c40d8660e91d615d0d75a9f4]

        loplugin:deletedspecial
        
        Change-Id: I8ec246416736bc0316c222d1b9435bd2747597b8

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [1613dfd6cbc866020b9087361e1c16d9ee07ecd0]

        loplugin:deletedspecial
        
        Change-Id: I74b07d7e6f38753dfba3d4c89ee6f7f106b2e564

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [6d8f96b775eb911b18ea26f7379cf9e8f91a8fcd]

        loplugin:deletedspecial
        
        Change-Id: Iefae91615cc3fdde169fea5fada7fb571bca2699

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [c807a430cd0a0a297051475ed4ec19cc2b1874e0]

        loplugin:deletedspecial
        
        Change-Id: I78acc6b7c56e79e2e4cc071efe95bfee94d73b7a

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [fe5644984ac145169eaaa91c8ed4450481edfc1c]

        loplugin:deletedspecial
        
        Change-Id: I2a3d9deb9c71bb4dfe3ad9076d7202636001e0bb

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [68adf20e1e89d6e19e8122b600c0fb675eaebdbd]

        loplugin:deletedspecial
        
        Change-Id: Ib9e704c3b27dad81eea44583c99ecdbc5449dd13

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b48874cd54deaacd858f9eaf0557d2b01bc25806]

        loplugin:deletedspecial
        
        Change-Id: I4b7583a69ddd8de0e428a0ce848c95f805433952

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cb6bc9bd880efe9efa842b05c6db508ac732f32f]

        loplugin:deletedspecial
        
        Change-Id: Id38a70a88cf03413763f3feaefb07d2e748a6ba8

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [0e882b65139d2861c8db369ee459c16e431dea88]

        loplugin:deletedspecial
        
        Change-Id: I862b29974c770aea7396f2d650208b1f3e1f4e4b

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [bdf2fcd5afb4a4fb1fe0683cf07a8beec78dcc04]

        loplugin:deletedspecial
        
        Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cfa3d6e562e758cbc18a099aa2a87309735ddf84]

        loplugin:deletedspecial
        
        Change-Id: I28d39fc455560f0ad89390bd463e0fa470dde439

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [4a2f64620370587161b5437069c2f1d9f3d702d1]

        loplugin:deletedspecial
        
        Change-Id: I646d55ee80ceeefbb3647ec64278460cc5af579f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [034f2e1a2ace6c05e0a9fde192f4929303754544]

        loplugin:deletedspecial
        
        Change-Id: I1e61d3553795ed8e2b7bc6fa3d1c0f881e777b08

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cd5c0adf811f8b63c312dc48c2790759eb19deeb]

        loplugin:deletedspecial
        
        Change-Id: I52253f6b925a943edc2984ce4d9462bd1edb5f51

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [be90769d22b1b0dedae7697087001982425862a8]

        loplugin:deletedspecial
        
        Change-Id: If27afeb618435bb1d0d69cad26942ce6dd2cdb92

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [6a161173803a4ba619a95b9c8da1f00e376819bb]

        loplugin:deletedspecial
        
        Change-Id: I37eb6c976779aeec829d312920ab1d18884c0f2f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [e59c048e1172998efe363f8e51932f15a44c5405]

        loplugin:deletedspecial
        
        Change-Id: Ic38c44e43d5006626f8673897234f7e11145901e

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [62c73b9f60e120aed06ad972e82822cbfa0da50c]

        loplugin:deletedspecial
        
        Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [a5bf14ee46209496bfdf92dc0ab309786d64c2de]

        loplugin:deletedspecial
        
        Change-Id: I65d025fc465b9b1d11c43e01e2ff6796b72d6333

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b3934e4afc71abb3d7eacb5fce65a4eb7c3edd73]

        loplugin:deletedspecial
        
        Change-Id: I6827530316561e600b760a2620f859b28c6c91e6

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [297690979ffad37df13b150d5bd7f00008a10a79]

        loplugin:deletedspecial
        
        Change-Id: I2d9d12c1f5574ce5f0aad216fb18fb94070c1eb1

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [98eef2182dc5ed70709c714e7466774f254606ef]

        loplugin:deletedspecial
        
        Change-Id: I8de9f20ba2d19631da111f11cfe85225039e30f6

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [c1894cedc5167e88507b1ea498c89817b7d0cb50]

        loplugin:deletedspecial
        
        Change-Id: I314402f7256a4b47c1a14255c39165702e21c226

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [3f56e6551b41a8a4768f975b36208b1a4fdb3328]

        loplugin:deletedspecial
        
        Change-Id: Id13844313c63552bec4f9ae7333a14948b386f03

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [73e117d19a67c2a1ed2fa28aaee36f42759f0755]

        loplugin:deletedspecial
        
        Change-Id: Ic3b744fe3eb3a07d7f5a7feeaf43cde2ec2b3241

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [107d53ab883751826e0c6b1e9399ed2454c1f657]

        loplugin:deletedspecial
        
        Change-Id: Ifdd7a80704f4ccd093d58117131b83c74da8b029

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [6b365a156e467eb90101986c63c4f5e458a0e8c2]

        loplugin:deletedspecial
        
        Change-Id: I55b827c4f20c57fcb18f8d6b54e3fdc168baed3f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [5efac16be63274ff5e578cb3406accf75ae0f174]

        loplugin:deletedspecial
        
        Change-Id: Ia5cdc216ef4e5ebb11709fa1079e70c9ac2ff360

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [913b112d952d21913cb407fc5138681c10d587e4]

        loplugin:deletedspecial
        
        Change-Id: I203989497f9cf7c67032331ae068184d4192eea4

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b3893cc5fbe7dddd6eefe523436d058ab223700c]

        loplugin:deletedspecial
        
        Change-Id: I1553902c1f7c30f2c64d2210dc301c5ae50c6c4b

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [86fa2dcbd2f30155a80fd9a4d6e86200890f0d7a]

        loplugin:deletedspecial
        
        Change-Id: Ia89bfb9f4c51207d591e84bfe5e74cf0e7e8918b

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d8ade650a7fb3cb5919234226622ca1972f03dc6]

        loplugin:deletedspecial
        
        Change-Id: I80e009f4fc4fcef9df20619ca97783ed1f2e7e6f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [edbb1b6be7ea0121d52b22ece5e16b8ef252d724]

        loplugin:deletedspecial
        
        Change-Id: I0b91d813d0ec432f15aaf2d31a11dd4c505e2e54

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [109113c4c84e833f31d7425080dd79cc7c95b5fd]

        loplugin:deletedspecial
        
        Change-Id: I4ed4004990f0e98a1095f3b7f4a6d9dac009a4eb

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b13b01a2bca7b7c69a8fcf9e5ef7f209df99e4ad]

        loplugin:deletedspecial
        
        Change-Id: I988d7cdfa048a3b093ebc34f9016ac42440daa4b

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [c6be3cf03b0c48fba99e785f18a61c798d3bb5be]

        loplugin:deletedspecial
        
        Change-Id: I0faa47383f8952a74742a640ab2af602b4fcba8f

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [e92e1959ca18cc921fa97f1cbd28dc96a9177841]

        loplugin:deletedspecial
        
        Change-Id: I0aeba0c65b19c1107f617ed0af0028cced9bd434

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [4d79146adf941236d9fd2aeeff5cd291ec44d77e]

        loplugin:deletedspecial
        
        Change-Id: Ice7788ebcfbc638ec21a824c4267757218c14478

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [5b736d96ba96d9b40a90188b334c6014d349bdf6]

        loplugin:deletedspecial
        
        Change-Id: Ifdbeea8d4e49ae38b843675758fcc29aee974bdf

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [5272bfb329e828092de0f49bebdf9a8ce2a40c5b]

        loplugin:deletedspecial
        
        Change-Id: Ibfed67bd911579caa19ca2203f60a86a4e6d637c

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2b55846a33cec1cfceb41be6f05978cdeb002e93]

        loplugin:deletedspecial
        
        Change-Id: Ifac86f4d7e637e9fdbce7e60f6d383e7dca69508

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d93bcf77902f21310f1ab45ffed404462e7c77b8]

        loplugin:deletedspecial
        
        Change-Id: Iabc7b3fe295743db014e0bce78f9dc65e069d848

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f21d798dd4a5adee8cb055665d81a3a5d9d0d8d7]

        loplugin:deletedspecial
        
        Change-Id: I2325b646baf7d2942930088bbe6494ddee6aec85

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d25b49fb17b486c540d0906825efbe8e68e78728]

        loplugin:deletedspecial
        
        Change-Id: I71bfb6628bb746498ff47d6d9aba50e150757144

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [210b9a6c271e4086e012afeb7301419d58ac6768]

        loplugin:deletedspecial
        
        Change-Id: I76cc14b7de4ad2aeda9145a0dd01a6bdfafca0a6

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [23505ff918868778857382a3e832ca3ef5d47f3e]

        loplugin:deletedspecial
        
        Change-Id: I39285a4eb7f205cc89cd2aa4e48ccbfc9ccfd83e

2015-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d2e9b222d7025c53aa82e5718418ea712d21ac3c]

        loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotations
        
        ...to special member function declarations that were left undefined.  Helps
        compilers do a better job at identifiying unused class members.  This plugin
        uses heuristics and whitelists do identify applicable declarations, but is not
        appropriate for "unattended" use so is placed into store/.
        
        The following commits contain the results of running this plugin, per module:
        
        * Declarations of undefined special member functions are mmarked
          SAL_DELETED_FUNCTION (aka "= delete", which is deemed superior to deriving the
          class from boost::noncopyable, cf. Howard Hinnant's reply to
          <http://stackoverflow.com/questions/7823990/what-are-the-advantages-of-boostnoncopyable>.
        
        * Any redundant "explicit" or SAL_DLLPRIVATE markers are removed from the
          deleted definitions.
        
        * Some redundant declarations of undefined default ctors are simply removed;
          smelled like clueless cargo-cult to have them declared at all.
        
        * Some declarations of undefined operator == etc. are left in (and marked
          SAL_DELETED_FUNCTION) for now, to be on the safe side, though they are likely
          clueless cargo-cult, too.
        
        * Most "static-only" classes are replaced with namespaces (and some where that
          would be non-trivial due to private members are marked TODO for later).
        
        * Newly identified unused class members are removed.
        
        Change-Id: Ibeaae4fd579d7a0971a2c2a654a2263acd13414a

2015-02-07  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [905d4db48a0b98f540c8abc3e12fb80be4826029]

        tdf#88836: UI: in-form navigation bar icons gone
        
        Regression from:
        6419c745e5e9802da264250d5e131fb9a3b6e4de
        
        Revert it and use IsEmpty() instead of operator!().
        
        Change-Id: Icc4f5dbba848a1d4ef807e598f0aa3b940459c82

2015-02-07  Michael Stahl  <mstahl@redhat.com>  [3159f59e2c620de14d9570b69a802554a3968af8]

        filter: try to fix GCC 4.6 build
        
        Change-Id: I3fa777b2f2d155bbd8bebf58211446eb1fa458f6

2015-02-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [b9a847b78ceaa3b5840429dab1bc50d35c7ef3de]

        Fixup --without-x build
        
        Accept gl linkage in hope of future offscreen mesa support.
        Avoid linking with GLX though.
        
        Change-Id: I4e666f60e74fe34075a8da9eeba95807cf8fe38c
        Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/13452
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-07  Aron Budea  <baron@caesar.elte.hu>  [7ce1e0e1ecbb1b3ec5e3cc15306a9df7e786c564]

        fdo#43368 Remove MapiLogon/Logoff calls so simplemail works with WLM
        
        Signed-off-by: Michael Stahl <mstahl@redhat.com>
        
        Conflicts:
        	shell/source/win32/simplemail/senddoc.cxx
        
        Change-Id: I31cac063ffb4afbfde068558ebcf5f66ea34d1a8

2015-02-06  Heena Gupta  <heena.h.gupta@ericsson.com>  [4be6e7becec9413cfd22c06376031b02486145b2]

        fdo#87675: Disable 'edit' when next style is same as current one.
        
        Change-Id: Ifd149890460c44dc3eececc06a36f1b76d46929b
        Reviewed-on: https://gerrit.libreoffice.org/13811
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-06  Heena Gupta  <heena.h.gupta@ericsson.com>  [de896f74c805e77706cce10f4d79117af1811ee9]

        fdo#87675-"Edit" Button for next style in edit paragraph style
        
        Change-Id: I1a4888b869df7f242244bed2fef36996450eec23
        Reviewed-on: https://gerrit.libreoffice.org/13639
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-02-06  Eike Rathke  <erack@redhat.com>  [e32eff2bb4c12fdc33e476b9f12bb4bb71d22ebc]

        Resolves: tdf#83461 do not override MatColsRows if already set
        
        ScMatrixFormulaCellToken::SetMatColsRows() via
        ScFormulaCell::SetMatColsRows() is used during document import and
        preselected cell area input of an array formula. Do not override
        existing values with subsequent result matrix dimensions.
        
        Change-Id: I9e844b5064ea276f3cbcb680eb1127c344328e00

2015-02-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [78f6e6f7cc9a30138330ee1b4041480b6f2bbb25]

        Simplify CSS1Expression::GetColor for CSS1_RGB case
        
        Relies on toInt32 features:
        * Skip control characters at the beginning of the token
        * Stop conversion at first non-digit character
        Also avoid conversion of negative values to 255, due to downcast to
        unsigned 16-bits value
        
        Change-Id: I2029e35dd779220bd3fb74d5173b1482b571f76c
        Reviewed-on: https://gerrit.libreoffice.org/13730
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-06  Matthew Pottage  <matthewpottage@invincitech.com>  [4f7a1f5b9499d5fbeff413a4914283c2bfe7c2d9]

        fdo#75757: Remove inheritance from std::vector
        
        Deprecated comphelper/sequenceasvector.hxx.
        
        Rewritten code using it. Using instead the functions containerToSequence and
        sequenceToContainer, found in include/comphelper/sequence.hxx.
        
        One class that inherits from it (in framework/inc/stdtypes.h), and
        the code using that has been left.
        
        Signed-off-by: Michael Stahl <mstahl@redhat.com>
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/TblStylePrHandler.hxx
        	writerfilter/source/dmapper/WrapPolygonHandler.hxx
        
        Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061

2015-02-06  Juan Picca  <jumapico@gmail.com>  [90613f4e47e5e113e5fafb573d832bfcace314e5]

        fdo#39440: remove redundant checks and breaks
        
        Change-Id: I7706aca6b3850b9d9c8d6d9a78e0034889c6f89c

2015-02-06  Andrew  <dent.ace@gmail.com>  [9506eaa6faf8f9d38d38d9bb25fa89968e23230c]

        Tidy up HC icons.
        
        Remove and fix stray Hicontrast (HC) icons.
        - Remove old HC icons from Human, Oxygen & Tango themes. (They should only exist in specific HC theme).
        - Move few icons misplaced in Galaxy to correct HC theme.
        - Fix HC filename: lch_autopilotmenu > lc_autopilotmenu.
        
        Change-Id: I12b9729888ff7927f9c8f31d1d66d178ef39150b
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14352
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f58b9f56f6bd5866fc7235a9a638d8b309fc1a84]

        Extract SwNumRuleTbl::dumpAsXml() from docnode
        
        Change-Id: I39cbff3fbd21c6d0640a0fa1298c5df720525405

2015-02-06  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [675e1fe198298702ced8eab02a7df5164d66a8f0]

        tdf#76291 unit test for html export href encoding
        
        Change-Id: I273af8b570adfcb7bfb784495bc31d2f4f1ee00b
        Reviewed-on: https://gerrit.libreoffice.org/14333
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-06  Stephan Bergmann  <sbergman@redhat.com>  [f1359d1221b335c4856821948f89868f021135eb]

        Make OUStringLiteral more useful
        
        ...don't dare make it non-explicit, yet.
        
        Along the way, introduce SAL_CONSTEXPR.
        
        Change-Id: Ia3179d0d5e001fd7aa92237c97437e9b74366ee1

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [3e79e6584453cb211f75d36a076b588e32f5e980]

        fix windows build
        
        Change-Id: I62a038d99107b30da302acee7b68e802fe5d9622

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [cf4a5a4a9cfb055e39cb134423789fb7b3847b8e]

        fix mac build
        
        Change-Id: Ic98ada6d0bca124194cea24a1ed30d30a1c0a85e

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [f45c52d0c8fc326b4cb12e1b8f581a60991079ba]

        coverity#1267635 Logically dead code
        
        Change-Id: If2f26bd6414622889fc15d3806851e497882558c

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [233930159fa9bd18af81b9c5c358123d790cb5e9]

        coverity#1267636 Logically dead code
        
        Change-Id: I3bd06dee1a5536552f79d9eddf5c7059723cba2e

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [9e90c4d72e414c9bff86fad8a87c7f584486a08d]

        coverity#1267644 Logically dead code
        
        Change-Id: Ida19552cd9163507bea36a189811fdf8c152cae6

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [03f52fb64ce489ba4bf48fa18cebcdf24805480b]

        coverity#1267642 Logically dead code
        
        reviewed the 120+ callers and confirmed it is never NULL
        
        Change-Id: I5c029dc35b265d9e11a0a222170dad4d6a55ed2f

2015-02-06  Caolán McNamara  <caolanm@redhat.com>  [c7258cfccdf9f4c5235da1b135801f957a5b0ec1]

        shared_ptr<T>(new T(args)) -> make_shared<T>(args)
        
        and boost:make_shared->std::make_shared
        
        Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d

2015-02-06  Stephan Bergmann  <sbergman@redhat.com>  [027c383584bff4ea2aa7aa2b9e294e614087f28f]

        O[U]StringBuffer::appendUninitialized unit tests
        
        Change-Id: I55f0a5bd01a3e250764e1eb34d674b535b85b56f

2015-02-06  Michael Stahl  <mstahl@redhat.com>  [d4cd001e3117b989fbfa7a650d7f4e4dc1877795]

        sal: add back the append / insert assertions that were...
        
        ...removed in 2c03d6fb053319e61ed600a3c22c4fd39da84e4d.
        
        Change-Id: I09194c55ac574bbc0f3065360b329fab8f0ba10c

2015-02-06  Jan Holesovsky  <kendy@collabora.com>  [f2f3dd240bf90b2f66de90fb6fe03f83a9024297]

        static const to avoid re-init all the time + c++11.
        
        Change-Id: I24ac6405f03e2d55f832d1ffe0c71e575883c5c8

2015-02-06  Andras Timar  <andras.timar@collabora.com>  [b1751e6ed0fd6d6d26141e4405df92520e3c04cd]

        bnc#637947 improve DrawingML export of custom shapes
        
        Change-Id: Iaa880528cf3c899ce66e4349c6d989dfbe5cbeb6
        Reviewed-on: https://gerrit.libreoffice.org/14346
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-06  Stephan Bergmann  <sbergman@redhat.com>  [2c03d6fb053319e61ed600a3c22c4fd39da84e4d]

        Remove bogus asserts
        
        ...regression introduced with b0ef5cf258f3a84054c052f0a09a208dbc17fdf3 "sal: add
        some argument checking assertions for strings and buffers" not being aware of
        186990395d72a803dd4a9f087fe4e05f49e69ad2 "Clean up Mac _imp_getProcessLocale:
        Introduces OUStringBuffer::appendUninitialized."
        
        Change-Id: I828d98eb52f57f4e39e71ded39ef034e1788f4d1

2015-02-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d0cfd49dc530574cbbc0a95c173de8936bc9c8ca]

        tdf#87309: SVG - use black as default currentColor if no color was specified
        
        improves import of attachment https://bugs.documentfoundation.org/attachment.cgi?id=110836 from issue 62284
        
        Change-Id: Icb056774746ce270138a54e9dfe9ca6987a64769
        Reviewed-on: https://gerrit.libreoffice.org/14242
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-06  Tor Lillqvist  <tml@collabora.com>  [641835ec3234da3744a4ea3c15ff3c4e3aef1528]

        Report errors from clRelease*() APIs
        
        Change-Id: Id30afe5bf954e26515bf8cca6f1ee8bc018fb835

2015-02-06  Tor Lillqvist  <tml@collabora.com>  [e0f78c7faf6a9d1fd30944d77a3f93102a652939]

        Unmap the host buffer only after done accessing it
        
        Most likely 64c479e9da02f724e1870649c99fac92f5f27cd3 accidentally made the
        code unmap the host buffer before it is accessed, but the code continued to
        work by accident in many (most?) cases. Either because in the case of OpenCL
        devices that share memory with the CPU, the host buffer *is* the OpenCL
        buffer, so even if the host buffer is "unmapped", it still exists. In the
        case of GPU device with separate memory, using the host buffer after unmapping
        corresponds simply to a case of use after free of a heap-allocated buffer,
        which often happens to work.
        
        Found by code reading.
        
        Change-Id: I9e2b4574077a267938702c0f81c4b1cba9c9a183

2015-02-06  Tor Lillqvist  <tml@collabora.com>  [6a2576150b5152244dc3f8c31b745fa634b31a47]

        Improve OpenCL error messages
        
        Add the name of the function that failed to the OpenCLError class. Log OpenCL
        failure in a couple of more places (where OpenCLError is not thrown). Print
        OpenCL errors symbolically instead of numerically where applicable.
        
        Change-Id: I60f910e9ea7b75af7ec506553d7a73ad99ba4366

2015-02-06  Tor Lillqvist  <tml@collabora.com>  [43617f14485b79609079c55c872ac088e231db3c]

        Move OpenCLError::strerror() from sc to opencl, and rename to errorString()
        
        There is nothing Calc-specific in this function, and surely it will be good to
        output OpenCL errors symbolically also in the opencl module.
        
        Change-Id: Ibe7d0d036f24dd87e06b8290224e1033dda0f3d1

2015-02-06  Tor Lillqvist  <tml@collabora.com>  [7d7076446efa50a4a4997289272934bd35fa4d58]

        The ISNAN ifdefs can go away
        
        ISNAN was defined unconditionally since long, and even the original authors of
        this stuff started removing those conditionals last summer.
        
        for F in `git grep -l ISNAN sc`; do unifdef -DISNAN -B -o $F $F; done
        
        Change-Id: I61df4066d0ecc23b6ce26bac8f3fbdfaf4aceac4

2015-02-06  David Tardon  <dtardon@redhat.com>  [130c49bdd008d444a767b3e0828ffa07fa039367]

        propagate user-set CFLAGS to build
        
        Change-Id: I6c9d8ff064f059e4a756593ff5c45b9670cacb29

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [004304eb2fd1703d22dec0abf0170bb2ce493d0c]

        try to avoid overflows in some compare functions
        
        Change-Id: I6144d7d6527dc401b7f1b577d1a227361e39e7bb

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [b0ef5cf258f3a84054c052f0a09a208dbc17fdf3]

        sal: add some argument checking assertions for strings and buffers
        
        Also remove some now redundant asserts from headers.
        
        Some of these actually trigger on unit tests so are commented out.
        
        Change-Id: I07c6b2b2bd175361691a141f22eec584e3ab8f0b

2015-02-05  Julien Nabet  <serval2412@yahoo.fr>  [30f6ec7cfdf63cea265148bbe3a07d8df34e96d5]

        Resolves tdf#89129: crash when defining a specific relationship
        
        Returns early if comparison matches so you can reduce iterator scope and avoid last test for logging.
        
        /usr/include/c++/4.9/debug/safe_iterator.h:168:error: attempt to copy-
            construct an iterator from a singular iterator.
        
        Objects involved in the operation:
        iterator "this" @ 0x0x7fffffff3a30 {
        type = N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPPvNSt9__cxx19986vectorIS3_SaIS3_EEEEENSt7__debug6vectorIS3_S7_EEEE (mutable iterator);
          state = past-the-end;
          references sequence with type `NSt7__debug6vectorIPvSaIS1_EEE' @ 0x0x7fffffff4088
        }
        iterator "other" @ 0x0x7fffffff3a90 {
        type = N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPPvNSt9__cxx19986vectorIS3_SaIS3_EEEEENSt7__debug6vectorIS3_S7_EEEE (mutable iterator);
          state = singular;
          references sequence with type `NSt7__debug6vectorIPvSaIS1_EEE' @ 0x0x7fffffff4088
        }
        
        4  0x00002aaab193d6e9 in boost::void_ptr_iterator<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<void**, std::__cxx1998::vector<void*, std::allocator<void*> > >, std::__debug::vector<void*, std::allocator<void*> > >, ImplBtnDlgItem>::base (this=0x7fffffff3a90)
            at /home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/boost/boost/ptr_container/detail/void_ptr_iterator.hpp:121
        5  0x00002aaab193d269 in boost::operator==<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<void**, std::__cxx1998::vector<void*, std::allocator<void*> > >, std::__debug::vector<void*, std::allocator<void*> > >, ImplBtnDlgItem, __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<void**, std::__cxx1998::vector<void*, std::allocator<void*> > >, std::__debug::vector<void*, std::allocator<void*> > >, ImplBtnDlgItem> (l=..., r=...)
            at /home/julien/compile-libreoffice/libreoffice/workdir/UnpackedTarball/boost/boost/ptr_container/detail/void_ptr_iterator.hpp:179
        6  0x00002aaab193c2ca in ButtonDialog::RemoveButton (this=0x7fffffff3d90, nId=1) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/btndlg.cxx:340
        7  0x00002aaad8ed109b in dbaui::ORelationTableView::lookForUiActivities (this=0x317ef30)
            at /home/julien/compile-libreoffice/libreoffice/dbaccess/source/ui/relationdesign/RelationTableView.cxx:342
        
        Change-Id: Ied45c222c94d2a362075a3b1550b6092aad77c62
        Reviewed-on: https://gerrit.libreoffice.org/14325
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [4d6a509efe6bd56613b5554556d3a4f7f4cfd0d5]

        convert all remaining BOOST_STATIC_ASSERT to static_assert
        
        and we can include a few less headers
        
        Change-Id: Id742849ff4c1c37a2b861aa3d6ab823f00ea87f8

2015-02-05  Katarina Behrens  <bubli@bubli.org>  [076b098ddf80fc78773d3ed97b7fd50dbcb4ebb6]

        Related tdf#87356: import data bar [non-]gradient from OOXML
        
        Strange, I somehow believed this already works not only for ODF
        but also for OOXML. Wasn't the case
        
        Change-Id: I5e06fd7bccbe2e59b13f9f56188374193b10a009

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [7129176134ac136fc38aa1b49f1d65c836af3d2c]

        Revert "ODF export: don't write invalid "group-name" attribute"
        
        This reverts commit 2d4b87f0c1bfd97185a89c18d5b7680d11a958d6.
        
        The reverted commit leads to the following regressions:
        
         - Basic dialogs
           (which were not targeted, but impacted, by the reverted commit)
           with several RadioButtons sharing a group-name (as they will have a
           tendency to do) cannot be loaded anymore, since the implementation
           assumes (and checks) that names are unique.
        
         - Even in forms, where a RadioButton had both a form:name and a
           form:group-name attribute, the form:name attribute wins and thus
           RadioButtons that has the same group-name but different form:name
           (as they will tend to do) will not anymore be mutually exclusive,
           which defeats their point.
        
        Additionally, since it did not change the UI parts (property editor
        window), the user was still presented with two different editable
        properties "Name" and "Group Name", where "Group Name" was empty...
        
        Change-Id: I1bff532a5a7336cf2eb0579bcd4e2d16be6480fe

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [ebf98688efab6dbfb0111e40cb18a7a9d1012ac9]

        Revert "xmloff: dead code gives MSVC fits"
        
        This reverts commit 29e1b2f1ca6e2dcbf9a04c63a3ac1d554cfdcb52
        in preparation for reverting 2d4b87f0c1bfd97185a89c18d5b7680d11a958d6

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [f1ffba89214e3250a5781feb90e4c100d04038b9]

        constify
        
        Change-Id: Id319c001b399a3105d6c9f87a58168f956ad46c3

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [e57febdb7fbe34d6548f780336cf9ee4a729cb5c]

        proper indentation
        
        Change-Id: Ifc7577f46625562183ed3ee2273f28b9dcfc13df

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [87934ed763b62d6e4b1245d6fe93befb6640f8ca]

        destructors are not allowed to throw
        
        so move potentially throwing call to a manually called finish()
        additionally don't make it leak something that is not a RuntimeException,
        the caller does not expect it.
        
        Change-Id: I8b19585ae197f5ac8625dc85d4c4860a1c11b262

2015-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [f40b11f901d440b6d259c5c030d78f1ac2705647]

        tdf#89070 Table filter dialog: properly initialise OTableTreeListBox
        
        regression from .ui conversion:
        
        commit 5c72a213c7c4b588d0c1e0884ff2c46c22425faf
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Jan 21 14:41:16 2014 +0000
        
            convert table filter page to .ui
        
            Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
        
        Change-Id: Ic7d41d64d4c15eabf7b7f83a17482c473154434a

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [37ebeabd4d0cfa33c76060781ffc5f1db427461f]

        BOOST_STATIC_ASSERT->static_assert and drop some includes
        
        Change-Id: I74955a05bf13f7b33650d11c5cf4b1388382da2a

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [384a8a4946284d23c5a4f0e347f55d6381d1157c]

        push this windows build along a bit further
        
        Change-Id: Id22ba872865bd8136c65c73152097805e696a695

2015-02-05  Julien Nabet  <serval2412@yahoo.fr>  [c20a2234c5cb9cb89611de8a8a34e9d1e7c7a972]

        cppcheck: Returning/dereferencing 'pEntry' after it is deallocated / released
        
        Change-Id: If96b66d5bbfcf4426bb602909599cd36e1f3c994

2015-02-05  Eike Rathke  <erack@redhat.com>  [101ea2fe4bd4ad27d43af2e326b9ff346a2ce9cb]

        yet yet yet yet yet yet yet another 'Locale' ambiguous symbol
        
        Change-Id: Ic6b813b3f826300d3b59b7105690ab611bb4bd44

2015-02-05  Eike Rathke  <erack@redhat.com>  [9abd38ec81beda6fee18e791a1e573c6cfabf8a1]

        yet yet yet yet yet yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I910c37a19c1f627ec0c92dcb044db92e9e24c25e

2015-02-05  Eike Rathke  <erack@redhat.com>  [4dc659e2d80940a3c4c5327d14ad918ab6e3fe48]

        yet yet yet yet yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I99281928665f6738a7f8d5fd04104445c06b17e8

2015-02-05  Eike Rathke  <erack@redhat.com>  [eb6659dc5d1ddf6ea2a0396f158bccdc4b7d5b3c]

        yet yet yet yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I8ceaa2544cef8119cb394a2f4aebea066d04609e

2015-02-05  Eike Rathke  <erack@redhat.com>  [7cff4cc2e8f75f1aa308463562cf7fff2ef99a33]

        and now a Windows build 'BreakIterator' ambiguous symbol
        
        Change-Id: If5f3eb41b74b02ee44902216eada64d49bc5e9e8

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [c7caa3b9a1977dc2f069939d1084791010d59334]

        Better error reporting
        
        Change-Id: Ica81e236e205cbb994220015a51ffb1f98785bd6

2015-02-05  Eike Rathke  <erack@redhat.com>  [231678b9816aeded19f372dfa8794a998dbc09f1]

        yet yet yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I2540e78f13d856a9ada59b6ed416974b361b6a14

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [ff26f022b36002c4f3ad426d8f37313e2651ae75]

        xmlscript: fix import/export of dialog radio-buttons
        
        The BASIC dialog format is not specified by ODF anyway, so the change
        was particularly stupid.
        
        (regression from 2d4b87f0c1bfd97185a89c18d5b7680d11a958d6)
        
        Change-Id: I5b20d690093b0d2b898f3e45cc0292fb72fbb353

2015-02-05  Eike Rathke  <erack@redhat.com>  [dafcf0231f4ee9912fb264430da958e9cb09ab20]

        yet yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I6506190c09405d4d82ae4fc4356e4ec936f2431d

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [e75804276d1351795add46be77658b53a25117f0]

        don't relatively move FAR_AWAY things away from FAR_AWAY
        
        to avoid the dread 64bit
        
        vcl/source/outdev/map.cxx:391: long int ImplLogicToPixel(long int, long int, long int, long int, long int): Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI'
        
        assert on executing...
        
        soffice.bin abi10619-1.doc --convert-to pdf
        
        Change-Id: Id81d8e7eb9a962a5bc7f50d9c02da052cee24da1

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [3bf543f12d7dc350ef43d65ac9defb4f500e29ec]

        Remove uses of deprecated salhelper/refobj.hxx
        
        Change-Id: Ibf4a2ed99024568b2d370b22919e3a25c43c6fbf

2015-02-05  Eike Rathke  <erack@redhat.com>  [cd246c13bfe5174b4e967856503bda290309beaa]

        yet another Windows build 'Locale' ambiguous symbol
        
        Change-Id: I9aec5b5e982b5b29b5937fba1cebf6b429d82adf

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [0a1c6d4554cdab448249e1c574af6a90d5e46e6e]

        Extend loplugin:passstuffbyref to handle lambdas
        
        ...even if it is known to be dangerous
        
        Change-Id: Ied96284e33b966bf072d0961054479ec7f891dea

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [846d340d6a75110a901ae4922a261ca83a8a4dfa]

        Deprecate salhelper::SimpleReferenceObject
        
        Change-Id: I0721c0b620a7de994d71752034daeeb4d00659f7

2015-02-05  Eike Rathke  <erack@redhat.com>  [38b46a4a629f38c982e047da9a94ec28f6fe39c5]

        yet another Windows build fix
        
        'Locale' : ambiguous symbol, could be 'com::sun::star::lang::Locale' or 'icu_54::Locale'
        
        Change-Id: Id5688195907624467d3956aff4b27f6839e03015

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [6cd1012563902e273eeef0d4250729c6fb0e5641]

        svx: remove silly cast
        
        Change-Id: Ia8097b6d92c9bc4e3841d96bcb8cd553969f54a0

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [e73799f8a9310f04074bc0dd88d9092094338576]

        sw: fix ASAN detected error in RtfSdrExport::Commit()
        
        EscherPropertyContainer may allocate a 1-byte buffer if there are no
        vertices / segments. (happens in sw_filters_test)
        
         in EscherPropertyContainer::CreateCustomShapeProperties(MSO_SPT, com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) filter/source/msfilter/escherex.cxx:3853:25
        
        Change-Id: I56dedbd57d38cd017183060e924cb1340ea58ebf

2015-02-05  Michael Stahl  <mstahl@redhat.com>  [893362bc396408faff0db19bca9a8de554bf5c68]

        comphelper: do not use "r" prefix for uno::Reference
        
        Change-Id: I5e92ca9dbb0c9f33c9511cc4b12db1433e40fa68

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [b8cf9b3359195f4f9f7e92f5db224a91cf994306]

        -Werror,-Wformat-security
        
        Change-Id: I62ff8a172a9c4f361ef5fcb6d60bd9fd2e959c2d

2015-02-05  Eike Rathke  <erack@redhat.com>  [839805a5133668027f7a9bd0ff3a38d6e7637d8e]

        fix Windows build
        
        hopefully..
        
        C:/cygwin/home/tinderbox/master/svl/source/items/srchitem.cxx(111) : error C2872: 'Locale' : ambiguous symbol
        could be 'C:\cygwin\home\tinderbox\master\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/lang/Locale.hdl(17) :  com::sun::star::lang::Locale'
        or       'C:\cygwin\home\tinderbox\master\workdir\UnpackedTarball\icu\source\common\unicode/unistr.h(79) : icu_54::Locale'
        
        Change-Id: I9d9650cd058fb4328fcaa2ae8f5adbb903001817

2015-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1e6515e64cb4a40071e09d5df000a94f96311ea1]

        tdf#84102: Expose XAccessibleExtendedAttributes through ATK
        
        Those attributes contain a lot of interesting properties, among them
        the heading level which fixes this bug.
        
        Change-Id: I634ef404123cb1b2831563b9b186db4b7e9e7d8b

2015-02-05  Tor Lillqvist  <tml@collabora.com>  [119d9c33b03790d52d57a27854064ec554a5777c]

        The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx
        
        So move it there. While at it, make it use SAL_WARN() instead of
        printf.
        
        Also, add a few more SAL_WARN() and SAL_INFO().
        
        Change-Id: Ib058fb20d07757331ca364a8d7649abc59e9494b

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [32632975a3d88b6a8d6fad31f541b41527abe141]

        No need for rtl::Reference here
        
        Change-Id: I9c31d91dab2bc47148c0439947c331e411159891

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [7078f667a3e39601c6d135e311de67fbab289a2b]

        Don't hold refcounted objects by naked pointer
        
        (and no need to hold css::uno::Sequence objects by pointer either).  Regression
        from e537d227d3a801076aff98c113650942fb6b3699 "hard to find accidental leaks
        with all the deliberate ones" caused JunitTest_svx_unoapi to sometimes crash.
        
        Change-Id: I3579c4bbac58d7e341c8acb52dd3f0f06f7b2245

2015-02-05  Stephan Bergmann  <sbergman@redhat.com>  [0f86834bd5e2f8d8c7c7880c6f97273d45c599de]

        Remove redundant explicit up-casts
        
        Change-Id: I58fd91354fe41673216674f5ae9c11c17cb3f29d

2015-02-05  Michaël Lefèvre  <lefevre00@yahoo.fr>  [71c49bcfa0677f013684030defbf5ead21695d85]

        tdf#60739 code factorisation
        
        Limit duplication for SfxRequest FN_NUMBERING_OUTLINE_DLG in sw shells
        
        Change-Id: Ibbf58480232f3b393d13548508b7cdbc98690847
        Reviewed-on: https://gerrit.libreoffice.org/14313
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-05  Michaël Lefèvre  <lefevre00@yahoo.fr>  [0473818b3ebd8446a40cffa6a83b985dc3d9d1a0]

        tdf#60739 code factorisation
        
        Limit duplication for SfxRequest FN_FORMAT_FOOTNOTE_DLG in sw shells
        
        Change-Id: I6f1ce98acf44a3811e4666a6bd9952232429f55a
        Reviewed-on: https://gerrit.libreoffice.org/14312
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-05  Yousuf Philips  <philipz85@hotmail.com>  [530226ca69f58bdb780a6864372f9de329c93e5b]

        fdo#85825 incorrectly used 'vertically' for 'horizontally'
        
        Change-Id: I704e7d0ca6422f1388cd111c6998ba6ceb48d2bf
        Reviewed-on: https://gerrit.libreoffice.org/14311
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-05  Palenik Mihály  <palenik.mihaly@gmail.com>  [1485acc3e86bf6c7e32672c6d36d86e3eb5ddc9e]

        Implement search funtion in Expert Configuration dialog.
        
        Change-Id: I5a594b3d6ef84b022ce4a92a865beba735d47113
        Reviewed-on: https://gerrit.libreoffice.org/14322
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-05  Eike Rathke  <erack@redhat.com>  [47230a036fe35b9a7a7c0609232849fcbb51efcc]

        Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listener
        
        ... as the mdds storage segment may change when a formula cell is
        inserted at a position such that two segments are merged into a new one.
        
        Change-Id: I449a89005418aff7ea12099ea931b786959dbc3b

2015-02-05  Ashod Nakashian  <ashodnakashian@yahoo.com>  [de68bb85145e68fc170b8eab0fa3357cd7165421]

        Updated all precompiled headers.
        
        Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
        Reviewed-on: https://gerrit.libreoffice.org/14292
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [863122b9adecedfcf35ffac1354ef8a85d5b6827]

        Resolves: tdf#88825 absent datasource causes exception / abort
        
        ::dbtools::ensureRowSetConnection throws on failure, and it can fail
        of course if the database doesn't exist
        
        its not generally useful to throw through a vcl event handler as that just
        leads back to the dispatch loop.
        
        Change-Id: I8e8f4cff06de5684f163ed1b658a8794f54a7df2

2015-02-05  Caolán McNamara  <caolanm@redhat.com>  [194016b1d7a3f09baeaddfcfdb369adf15f9cff2]

        callcatcher: update unused code
        
        Change-Id: I540d192a361938cd4dca811e7170d762841662ee

2015-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f3eccc655387b47fb0986558b8835588eee2898d]

        tdf#87432: normal icons for folders in android doc browser
        
        The code used to draw a black circle and populate it with thumbnails
        of the documents inside the folder, but they are always empty because
        we are not generating any thumbnails.
        
        Change-Id: Id0b63f7e901525b5a962d12441cda84dfeb59d52

2015-02-05  Andrew  <dent.ace@gmail.com>  [1635dea5bbdc6cbb5f8880f9c34381b068f800c8]

        Icon theme compression
        
        Lossless PNG optimisation for all Icon Themes.
        Icons were run through ImageOptim 1.5.4 (https://imageoptim.com/). Total saving ~839KB.
        
        Breeze: Saved 13.9KB out of 29.1KB. 47.5% per file on average (up to 54.5%).
        Crystal: Saved 44KB out of 1.2MB. 3.7% overall (up to 85.8% per file).
        Galaxy: Saved 10.7KB out of 2MB. 0.5% per file on average (up to 56%).
        Hicontrast: A few bytes.
        Human: Saved 288KB out of 1.8MB. 15.8% overall (up to 81.1% per file).
        Industrial: Saved 22.3KB out of 1.1MB. 1.9% overall (up to 88.7% per file).
        Oxygen: Saved 177.8KB out of 2MB. 9% overall (up to 95.3% per file).
        Sifr: Saved 41.2KB out of 315.8KB. 13% overall (up to 63.4% per file).
        Tango: Saved 130.8KB out of 1MB. 13.1% overall (up to 86.4% per file).
        Tango_testing: Saved 110.3KB out of 546.7KB. 20.2% overall (up to 86.4% per file).
        
        Change-Id: Id43faba59fa738cd2cde60df61c16d8cf2e06daf
        Signed-off-by: Andrew <dent.ace@gmail.com>

2015-02-05  Juan Picca  <jumapico@gmail.com>  [6e1d28efb3d314d553e970f197f19636ce4e0ded]

        fdo#39440: replace C-style cast's
        
        * Add get() method to tools::SvRef
        
        Change-Id: I3825852176c9c37f3ee21f4fd57328b1c7451951
        Reviewed-on: https://gerrit.libreoffice.org/14268
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-04  Katarina Behrens  <bubli@bubli.org>  [e98b6027458dd9410e27c5f273f4db5cc1443b01]

        Seems that BS() does something else than I thought
        
        XclXmlUtils::ToPsz is the one I needed
        
        Change-Id: If4aee9a2a9c943535d7e07b08f61b419ac2c8a22

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [535f34bba60e06d390a6f3802072b16a9841bc4e]

        Resolves: tdf#Crash when clicking the Reminder icon on the Navigation toolbar
        
        the Parent window isn't a SwScrollNaviPopup anymore
        
        Change-Id: I5c539d125aac28bfee0beb842ff2df001e19c945

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [af6cd2356afd1212acc529f796f8043ad7e278e6]

        rename MenuConfiguration::Attributes->MenuAttributes
        
        Change-Id: I2ada1394c4cbee7c27b02f241ee4a254597a5dd8

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [38a65f76bc944ea730ebac7640dc135248ec3da0]

        Resolves: fdo#68137 crash in traversing script fields
        
        use the same guards as the SwFldEditDlg does
        
        Change-Id: I7d135cf969d9925cec57a90ef0fba8fe40f664eb

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [7e1eb03a39b776adf0f479e2801214b1e2d0f6cc]

        callcatcher: remove some more recently discovered unused methods
        
        Change-Id: Ib01e444b24ad9288970066a47f3fcf3dbee1fc49

2015-02-04  Tor Lillqvist  <tml@collabora.com>  [cf726ae8514ce9ad8f8a88e2de06a67850543fef]

        Add Add, Sub, Mul and Div back to the default OpenCL opcode subset
        
        The code falls back to the traditional interpreter when necessary.
        
        This reverts commit ad582ce757f671a6271648e22a136f2d238cc15e.
        
        Change-Id: I4cbafba2c469c0814dcc5c5210db5ce495e6b641

2015-02-04  Tor Lillqvist  <tml@collabora.com>  [fab297c7945b51964627aa16a0b0019442d27a66]

        Check number of cells referenced by group instead of group size
        
        Put using it in #if 0 for now, though.
        
        This reverts commit 2021275f8fc33d9917d5fef58959a95da1dc7e6f.
        
        Change-Id: Ia6541df12ee97747badbbedd758873688190b00c

2015-02-04  Tor Lillqvist  <tml@collabora.com>  [4b269ecb7a699318b067eb64c464460b1783d3d2]

        Use LibreOfficeKit in the TiledLibreOffice iOS demo app, too
        
        For iOS, the pBuffer argument to LibreOfficeKitDocument::paintTile()
        is not a pixel buffer, but a CGContextRef. Thus we can keep the
        existing CGContext-oriented vcl code for iOS as is.
        
        I commented out the <touch/touch.h> -using code in sw, and it probably
        would be OK to just kill <touch/touch.h> and remove use and
        implementations of its API. I don't think they are used by our current
        Android or iOS code.
        
        This concludes the commits of the work I did at the post-FOSDEM
        hackfest and on the flight home. TiledLibreOffice now works as before,
        but uses LibreOfficeKit.
        
        Change-Id: Ibbde6e11d660561840eab6335f7fc0db6758173e

2015-02-04  Tor Lillqvist  <tml@collabora.com>  [ac8a2dee02032db2523888927f7973b219f3a9a9]

        Adapt for iOS, too
        
        Change-Id: Ic5c6d6501d477544c6e4a4d6bb2510b6a5a92956

2015-02-04  Tor Lillqvist  <tml@collabora.com>  [57853ab7ace0ccc2c2953d7153fdce8d1be3c20d]

        For iOS we already hardocde the inifile as rc in the .app directory
        
        Change-Id: I5971aa4db91adc89f8aeeb7384a1893dab329411

2015-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a66950bb99069d5133ce28b48816148cc10b15d6]

        Extract SwNumRule::dumpAsXml() from docnode
        
        Change-Id: I4104f39227cb42d5cc2013c9ae0f4bb15e0f0f00

2015-02-04  Michael Stahl  <mstahl@redhat.com>  [0cbe2e92a24be1354f9b058b6584aaed40ddb6ce]

        connectivity: just check the WITH_MOZAB4WIN variable
        
        Either build mozab or mork driver, and install it in Repository.mk too.
        
        Change-Id: I456d6cb4ebe99625a64a960d1133cb06d836e8c7

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [4904180247c0d5745a393e3cd57eaae29f3837e5]

        fix leak from framework::AddonMenuManager::BuildMenu
        
        provide a callback when a menu item gets deleted
        
        Change-Id: I5b5f1a181fb10f53f6b1fe7b5637d385e1517530

2015-02-04  Stephan Bergmann  <sbergman@redhat.com>  [0c3505f01a792449b0c6bf81f518e7a062eea146]

        Typo $(CPU) -> $(CPUNAME)
        
        Change-Id: I2e121c36021508bbdbc9111087f5cc6e1aae6524

2015-02-04  Stephan Bergmann  <sbergman@redhat.com>  [484d5914575feb30146e0b75cef4860652805fa6]

        Revert "Do not let WNT non-INTEL run into the else branch"
        
        This reverts commit c0f080403b869e162dc81db6c8c50b7360a88883,
        logic error, true fix will follow.

2015-02-04  Stephan Bergmann  <sbergman@redhat.com>  [c0f080403b869e162dc81db6c8c50b7360a88883]

        Do not let WNT non-INTEL run into the else branch
        
        Change-Id: I85a5f35fb8b44734e84c686ecdffc6096226b91d

2015-02-04  Luboš Luňák  <l.lunak@collabora.com>  [fc29d34dc60dda5ddbc8f0444684bd2f4eb3668e]

        discard excessive (X11) autorepeat keyboard events if they overload LO
        
        If e.g. a document is slow to redraw, scrolling it by holding down a key such
        as PageDown can make LO lag behind and continue processing the queued up
        input events even (long) after the key has been released. Since with autorepeat
        keyboard events the normal user expectations are to hold it until something
        happens and the exact number of the events doesn't matter, simply discard
        excessive autorepeat keyboard events if LO can't keep up with them.
        
        Change-Id: I45acdc9aa5033647fb80760991437dddfcb6591c

2015-02-04  Luboš Luňák  <l.lunak@collabora.com>  [847513d409b146400515d7796d196b8b2a142036]

        compress (X11) mouse wheel events
        
        There is one event per wheel step, so wheeling more can create a number
        of wheel events, and LO processed those one by one. If processing one took
        long (e.g. the repaint was complicated), the scrolling visibly lagged.
        
        This commit works only for X11 VCL backend (and by extension, KDE3/4 backends).
        
        Change-Id: I5eff7446da16167ec75925e75243314c68bc81a4

2015-02-04  Luboš Luňák  <l.lunak@collabora.com>  [06d731428ef6cf93c7333e8228bfb6088853b52f]

        make idle timers actually activate only when idle
        
        Without this, they can activate after any call to the event processing,
        so they may activate in cases such as when updating progressbar while
        loading a document, or on repeated user input (so things like showing
        spellchecking get updated when the app is busy redrawing). This change
        makes idle timers activate only when there's nothing more for the event
        loop to process. It's a bit of a question if this doesn't break something
        that happens to expect idle timers to be not-really-idle timers, but oh well.
        
        No change for non-X11 platforms, as there's I don't know how to check
        the event queues.
        
        Change-Id: I074a88f2f5eeb4b456a11916a0ec2ad6f54dfbab

2015-02-04  David Ostrovsky  <david@ostrovsky.org>  [e6a58b5e69b83e01b5291b1d8629927e05447797]

        Activate mork driver on windows 64 bit build
        
        On Windows 32 bit ancient seamonkey library is linked against
        libreoffice. In 64 bit we cannot used this library and we cannot
        recompile it because it was removed. Instead use mork driver.
        
        This would still meant functionality loss because Outlook and Outlook
        Express address book wouldn't be supported any more.
        
        Change-Id: I77fbb59aaeb6c7f3b6754e7ffb9172064155e8f3
        Reviewed-on: https://gerrit.libreoffice.org/14275
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-04  David Ostrovsky  <david@ostrovsky.org>  [2bb5d4c840f95e5a3dd81122af479a9625db6dfc]

        Fix graphite on windows 64 bit
        
        Change-Id: I509fcf9194d3cc0d4454e31a9f7dfbb7f22c421c
        Reviewed-on: https://gerrit.libreoffice.org/14316
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-04  David Ostrovsky  <david@ostrovsky.org>  [ee457ab6304f16cdd76a9723368c314dc5a75c55]

        Fix jpeg-turbo on windows 64 bit
        
        This fix supports building jpeg-turbo on both cygwin 32 nd 64 bit.
        When only cygwin 64 bit is used, then it can be simplified by
        passing BUILD_PLATFORM to configure script on all platforms.
        
        Change-Id: Id335282f1761fcf7313fb18a6b9250e5eac392e4
        Reviewed-on: https://gerrit.libreoffice.org/14315
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-02-04  Stephan Bergmann  <sbergman@redhat.com>  [8b12e63b60530a2ad3769bc4983cc09bedd34c79]

        Don't downcast from Ring<T> base class ctor/dtor to derived class T
        
        ...it is undefined behavior.
        
        Change-Id: I16b66d4c5b98f54bf1a1c692c96b65f5b2d8084c

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [727c3e088698dfd21cf4beaa5455d4c4d5b495fb]

        tdf#88854 crash on opening drop caps
        
        Change-Id: I3ab56e4909d2a20dc8f0bafe0273e81065296f17

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [e537d227d3a801076aff98c113650942fb6b3699]

        hard to find accidental leaks with all the deliberate ones
        
        so make these globals belong to the SfxModule which gets
        torn down before exit
        
        Change-Id: Iad655f8726ba6784a5d606ef469522950906360a

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [8af6c125226b55af21efd60edc6ed59a9214fa8c]

        coverity#1265801 Dereference null return value
        
        Change-Id: I7ac111ad66dd51d13df866bac4396cdb2aecb27e

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [c7949a9451597b3bc9e39deb2254183eda13b351]

        coverity#1266467 Dereference null return value
        
        Change-Id: I3c4f4b64c0247ba849df3f74e385b36b020a0da1

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [3edd1e697609559b507581352a7c3aa807f4d642]

        coverity#1266468 Dereference null return value
        
        Change-Id: Id37b0bc2618cf3aa47616116c62ac3ef8cf60304

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [f9c3d4e81d54b0e520e797cada2af32fa979c089]

        coverity#1266469 Dereference null return value
        
        Change-Id: I87318ba286ad2d8ded5d3e467b7a1e371318bef8

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [dbf601891b2cc20adc9815771ad68dcc9635fa29]

        coverity#1266472 Dereference null return value
        
        Change-Id: Ifb7c4da642b254d41bf746725ee9435f6bd1efeb

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [55a4c5d62974f0e50ac27b6d4215e8130d7604f3]

        coverity#1266492 Untrusted value as argument
        
        Change-Id: Ie7fa1318660b1647639fe09d5b6fe97e901e483a

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [3899939d6c06a6b0b1eabe2218a036a8fad8225e]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: I5d97849e46db5e4582387ade085134fdde6a0358

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [9327373a02f498b13f2c0da1c7dc37b6de1005e6]

        coverity#1242624 Untrusted loop bound
        
        Change-Id: I277e98156c9a9832d1f5e968e590356d14b91af6

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [db4414db20fa346e97db82b2aeacbc2981425ca9]

        coverity#1266450 Explicit null dereferenced
        
        Change-Id: Ie675dc47d6008aa3ce947f8969895f32eb20b8c4

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [e93b9dc3db1190f26dd70e5f446adabcdbe8de48]

        coverity#735915 Dereference after null check
        
        Change-Id: Iaf27a27548c008b4c51a0e187570aa298fd56d7c

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [659b3b092ec2ff6cdee79a0490598a332b376a73]

        coverity#708576 Uninitialized scalar field
        
        Change-Id: I8810389998fdcf43c55db7e6cd1acd8600e91e2b

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [6c17bda9fa4f1b76f4746332ff537c607d9cee3f]

        coverity#708922 Use after free
        
        Change-Id: Ied0f1dd16b7f681290c707f1aeb2d1d115612629

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [3e8a695b588eff13155f8dd1f7c4afaba7954d0f]

        coverity#982431 Division or modulo by float zero
        
        Change-Id: Icb43cae170b8ca5dc3ef3379136d265869eb978e

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [af6811b3d0aff8f2823b420e07218338dcb49911]

        coverity#1267691 Uncaught exception
        
        and
        
        coverity#1267690 Uncaught exception
        
        Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [c4fcc5986d0e80e8cefb76359ffde3c59017dda4]

        coverity#1267692 Uncaught exception
        
        Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [55803acc19045f7c983ca65dd3e16024859d937a]

        coverity#1267696 Uncaught exception
        
        Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [f22c19c0a47df4c848b40d78c2788da797f33d09]

        coverity#1267694 Uncaught exception
        
        Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [bf831c231f92770d12f2f807dfe60dd2aa7f2f71]

        coverity#1267665 Logically dead code
        
        inspection shows it can never be null
        
        Change-Id: I5160fc1e212996ddea89075d86c6f3a0d0c5da94

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [1cc506626aa2173397e150835c1a2f08c5041490]

        coverity#1267650 Logically dead code
        
        inspection shows they can never be null
        
        Change-Id: Idffbed313769b232e5476a10ed4df815719606ed

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [0a205a7185e6d5d6cc277746e04f60278f80b859]

        coverity#1267647 Logically dead code
        
        inspection shows its always non null
        
        Change-Id: Idc2e0f62a29b635381685f81d0f9f88b3eef659d

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [af88559697352ea527e6bba26ecaaf1ea8759841]

        coverity#1268022 Logically dead code
        
        Change-Id: I49a058915f0fd7caaa3793e70784a30efcac15d3

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [3f2427294e29b7035c7020ef6fc0d6c37cf4f375]

        coverity#1268025 Uninitialized scalar field
        
        Change-Id: I36b72abc7021aa9a0f64f4a2ac71a7eedd75f6ec

2015-02-04  Caolán McNamara  <caolanm@redhat.com>  [b6749397651d3ae9440a3181878917313a73548f]

        coverity#1268025 mnOrigHeight and mnNewHeight is unused now
        
        Change-Id: I242a332adf9961881599ba048f8f63b2711e8b4d

2015-02-04  Michael Stahl  <mstahl@redhat.com>  [fc1953362d93721668b4f835eafef4e6c1fe4eea]

        sw: convert legacy assertions in mmconfigitem.cxx
        
        Change-Id: Ief76c578aaddbeada7f436373879a6dbbd11908f

2015-02-04  Takeshi Abe  <tabe@fixedpoint.jp>  [99c00b090533da9818444be2831b8da0e713e5f9]

        Fix a little bit creative pi value
        
        Change-Id: I09802fc799a892c322d8b69f16995b2f99da1f9c

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [52d1de87e9a77fc7929309b0365bd786406ce022]

        Typo accpet->accept
        
        Change-Id: Ib9a5c131701e8240779be43af015ff4943d68ae8

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [d7d0121a10c679fca2e0466fb54697f8433282aa]

        Typo: selction/slection -> selection
        
        Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846

2015-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1f6b6db730ae67a427c7974b59a5e19ab571984]

        xmloff: write character borders in the extension namespace for now
        
        Change-Id: Ia112cf626126149ea9cf09c5d6ff812d5d5ffec5

2015-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f52667ad9badfe5faec182354a988c084dba4dc7]

        CppunitTest_sw_odfexport: fix non-charborder-related issues in charborder.odt
        
        - style:border-line-width's first value should be positive (follow-up
          fix could be to handle such existing documents, but this is a test
          document, so let's just modify it)
        - style:contextual-spacing is written as loext:contextual-spacing today
        
        Change-Id: I4463ad83d45bb85f39257cc5bfda96ae1ef2c2a1

2015-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [38f2b8b3b16aab19a2564ec699d253d3dccecc3c]

        tdf#88811 SwXText::convertToTextFrame: handle shapes anchored to us
        
        Change-Id: Iedf8eacd37b8ed8e307a10e8ade32f53c7417c4a
        Reviewed-on: https://gerrit.libreoffice.org/14306
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-03  David Ostrovsky  <david@ostrovsky.org>  [60a64d1807b075fb630774adf950612d71734171]

        climaker: Fix handling incomplete types
        
        The order in which the hash table of incomplete structure types is
        iterated is non-deterministic. Make sure that the array fields are
        complete types before they are assigned.
        
        This fixed weird error on Windows 64 bit. The reason this bug wasn't
        hitting on 32 bit Windows build is because the generation order was
        different and by chance the referenced fields were already generated.
        
        Change-Id: Ifc8622b420fc25fea5a0ac8c09d08f7804c9b77c
        Reviewed-on: https://gerrit.libreoffice.org/13851
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [6143a7eeabea394133c54e97e3690bdf40b98247]

        GlyphCachePeer::mnBytesUsed is always zero
        
        ...at least since 1c064d1460fbf84a2fc6c2cdc7824937735a4312 "I don't see that any
        of this makes sense anymore" removed the last uses of it from
        X11GlyphPeer::RemovingGlyph.
        
        Change-Id: Ic8c879ac6023a1e796da220dd61dc33750aaad60

2015-02-03  Jan Holesovsky  <kendy@collabora.com>  [0feaf0d66efacb0af0ccf53a849e7c7c4fc7f319]

        android: Don't confuse Icecream.
        
        Change-Id: I91969800330042a6950402e3995b4d86020006f3

2015-02-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [90c3e6905daefad3d57c14090cd30a0d280ec989]

        tdf#89048 Macab initialize record list even for never-match condition.
        
        Change-Id: I323f6532d00f30cde50616e9399cad6bbe00cb8c

2015-02-03  Mark Hung  <marklh9@gmail.com>  [f5d305a605b9c8f8d22eebce7c5556ed9e134025]

        Update for CJK numbered list enhancement.
        
        1. Revert koreanDigital2 back to NUMBER_HANGUL_KO (import).
        2. Map NUMBER_LOWER_ZH in Simplified Chinese document to
           chineseCountingThousand (export).
        
        Change-Id: I62ec255626c250802288bf7fbec7371076e727d3
        Reviewed-on: https://gerrit.libreoffice.org/14155
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [0bfb7ed1d3050c827a37f7431cf4c05efeb536cb]

        Avoid downcast
        
        Change-Id: I0170c1ecd7f6f037640eaa26f5477fdf4852c54f

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [7dbf8384a9fb41743f4729ad1482a0d343e86fec]

        Fix PythonTest_dbaccess_python
        
        Change-Id: Id1ab4496c5a8fa5bf97ac00e57cb89afe82b232b

2015-02-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [08894370687c2bea9a2d8001970684bd682295ee]

        starmath: Refactor common code inside cfgitem
        
        using initializer_lists with Sequences
        
        Change-Id: Ic6177f99b6c083710135348039958d72a6faf327
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-03  Michael Stahl  <mstahl@redhat.com>  [ad66f2727ff3ab21468edc6866bb3e1cc8e5efbb]

        Use offapi constants instead of hardcoded magic constant
        
        Change-Id: I53b86e3baebbcca7cb0a72aa072db3da0f84fd4f
        Reviewed-on: https://gerrit.libreoffice.org/14303
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-02-03  Michael Stahl  <mstahl@redhat.com>  [afd743141f7a7dd05914d0872c9afe079f16fe0c]

        tdf#77241: sw: fix creation of field data source string
        
        SwChangeDBDlg::UpdateFlds() depends on undefined behaviour in
        constructing sTemp, because the call to GetDBName initializes local
        variables that are already used in other sub-expressions of the
        statement.
        
        (regression from 8a7a9992906ba59d575ca9e4441b3e84fea5fae0)
        
        Change-Id: Ibf8c0091da672e133d7a35bc61c059eaf65a3bc2
        Reviewed-on: https://gerrit.libreoffice.org/14302
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-02-03  Lionel Elie Mamane  <lionel@mamane.lu>  [3e8c54916e10e046b55931d70eaa1a9473d608c1]

        copy test file to workdir to avoid overwriting
        
        Change-Id: I2acc5cd6a57bb6a18f3f20177b3bcf2b8469a834
        Reviewed-on: https://gerrit.libreoffice.org/14272
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [fcba36b6b7efdf9222ccf9d330297b90cd04eb33]

        WaE: unused variable 'rects'
        
        Put the whole non-DESKTOP case in #if 0 for now. Unclear what we
        actualy need to do there.

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [ff6ad0df2756190c62122e7dc20d34e6af2e1704]

        Let's use log tags starting with "sal" here in sal

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [d6dd209355ce0016b10dcebc61cdebdefe48229b]

        Let's use log tags starting with "sal" here in sal
        
        Change-Id: I89e71e03ede5175fabe1df949b8d3200f64757a0

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [dd6424c9f9647947a24dfe968fdb4126ee19dc10]

        Fix Extension_test-{active,passive}
        
        Change-Id: Ibfa00b98bde90e1a84e19637179be83449b7743d

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [80e6eab7014b8b0215a442296d517c2bd4ad8c82]

        Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDE
        
        Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [a883b6b13b67898accdc1ffe3fd9e770612352b1]

        Improve logging
        
        Change-Id: Iabfe272e95e4f3517f3072dd6c36b8889c2fdbd1

2015-02-03  Caolán McNamara  <caolanm@redhat.com>  [f0aef9b31f91d5aba71b6879ad13e39241aa4f0f]

        valgrind: fix leak
        
        ==1739==    by 0x7A93F1C: SfxUInt16Item::Clone(SfxItemPool*) const (in core/instdir/program/libsvllo.so)
        ==1739==    by 0x7047E11: SfxShell::PutItem(SfxPoolItem const&) (shell.cxx:196)
        ==1739==    by 0x27FCA298: SdModule::GetSdOptions(DocumentType) (sdmod.cxx:172)
        
        none of the other uses of pCache->SetState clone, and I don't see why this one
        does.
        
        Change-Id: I7d3cf6969c433c890776dfbcc1dc57d72420b6e2

2015-02-03  Andras Timar  <andras.timar@collabora.com>  [06bc1914ddf2e3d814f9589ce0ae84e5e708a7c3]

        MSI packaging tweaks for Windows 64-bit
        
        Change-Id: I69d52554b531dab6fc12ffe16e6ca91241fda3a5
        Reviewed-on: https://gerrit.libreoffice.org/14283
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4daafaf5ac501e1a9f040fbc0c428763b3614d95]

        more build fixing

2015-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4bfe4634cdbd3769835a700943675c5fa132be7]

        try to fix the build

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [b5008653ec887447fe2a0e6b725710550a606ce7]

        Clean up some weird logging
        
        Change-Id: I8da0a89b7d6e044af8188a87220c654cb7bf9d4d

2015-02-03  Eike Rathke  <erack@redhat.com>  [f8d6640afa3c8528d2a66741edc49a48c67902d3]

        add some SAL_INFO to group area listener and formula cell ctor/dtor
        
        guess we'll need them more often..
        
        Change-Id: I0ef149fc5edceee765419764bf0efa571ba9d977

2015-02-03  Maxime de Roucy  <mderoucy@linagora.com>  [25686bbcd2d39000640e2b9db835b5b4bea653c1]

        fdo#67534 Fix "Property Handler" shared lock
        
        As explained in the following link, access mode should be set to
        "EnableShareDenyNone" to avoid blocking others process to access the
        file opened by the Property Handler.
        http://msdn.microsoft.com/en-us/library/windows/desktop/dd894084%28v=vs.85%29.aspx
        
        Change-Id: I61cc251078c20f6a8cf7fa052c222a86e4e383b3
        Reviewed-on: https://gerrit.libreoffice.org/13596
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-02-03  Chris Sherlock  <chris.sherlock@collabora.com>  [ed2b4fcd9275dff8238ae38b36b2fa8f3bd8b772]

        tdf#39468 translate German variable in sc export filter
        
        Change-Id: Icdd126714b988517bdbbe49b203951afd92f8a17
        Reviewed-on: https://gerrit.libreoffice.org/14297
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-03  Chris Sherlock  <chris.sherlock@collabora.com>  [94ef70827b8dbe29b16fc8eb47d5954df43eef8d]

        tdf#39468 translate export option comments for sc filter
        
        Change-Id: Id8136d3d35436d5e81ff79b9c548474128e9c076
        Reviewed-on: https://gerrit.libreoffice.org/14296
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-03  Chris Sherlock  <chris.sherlock@collabora.com>  [ac52b4252bf99a7745feb7ed19b7b2ad87a11acc]

        sc: typo in OSL_ENSURE (XclExpChLabelRange::Convert)
        
        Change-Id: I1bfd54fccc6a40a7a845317975a5d5e232b290e9
        Reviewed-on: https://gerrit.libreoffice.org/14299
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-02-03  Caolán McNamara  <caolanm@redhat.com>  [ad4f12b58a7b3f05e1eb0cb3205f150242c411ef]

        valgrind: glXChooseVisual says to use XFree to free its returned data
        
        Change-Id: I4949b9daaae183efcbab21dafca0c84838c2c6d0

2015-02-03  Caolán McNamara  <caolanm@redhat.com>  [b105ad5bafa847f5dd53aee8107a7c77cebcfdfc]

        callcatcher: shave off some more
        
        Change-Id: I8ed7028f865bd4a6425859ab3b57ed8e928a78e4

2015-02-03  Katarina Behrens  <bubli@bubli.org>  [d52ac7508ca87f5acb16dc0539d1814915847925]

        Related tdf#87356: export data bar [non-]gradient to OOXML
        
        Change-Id: Ibdbad2f8b5471698337fb7838dadd6188b1add7d

2015-02-03  Katarina Behrens  <bubli@bubli.org>  [552f754ab9d9f0fedd73d5328618315ec774d3d6]

        tdf#87356: Enable switching between gradient and solid fill data bar
        
        Could use a checkbox instead of listbox here, since our LB has only
        2 values, but with listbox it'll be easier to add more fill types in
        the future
        
        Change-Id: I67cd94b9b49b06434e4a22788b032425c3728e7f

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [dbe269df9c7d48b59c42b1a2c246d6dbc4b77dc6]

        Fix typo
        
        Change-Id: I4f96972255ca99debd53d4302073d1823cc27492

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [a9b3215aeaa101d7fe16c14ce64ca4f5ca89b7e6]

        WaE: variable 'kind' set but not used
        
        Change-Id: I5078e0e4df18d0aece3240dc537504c11cd623de

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [7b3e50474727f18ab82a5e9b01d9149759ead255]

        Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFO
        
        Change-Id: I37a0003ca321ca788f7885eb9fdea69ed388a35d

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [f02c5f71d659de6246b331250e6f3e305a135702]

        Bin stupid macro that was used just once
        
        Change-Id: I2e7528cb374d621f148d559c51521013bba62477

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [997066dd4805abe732d00598753b941113b7405e]

        Bin code that has been commented out since initial import
        
        Change-Id: Ie96cf3043b126577087eadae5900489a5eb84bcf

2015-02-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [3fffbb74d2bbd4928bd7edcfbdbb5fa650867a3d]

        Initialize graphics in OutputDevice::getFallbackFont.
        
        OutputDevice::getFallbackFont requires mpGraphics to be created/initialized.
        Without the check and initialization OutputDevice::getFallbackFont will segfault.
        
        Change-Id: I18225a24a6767933c8f1ff8f1cfd392543a95132
        Reviewed-on: https://gerrit.libreoffice.org/14287
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [343a23058e080c28088a97bf22e444160aa2030e]

        tdf#88960 Scientific format: add/remove digits with buttons
        
        Use buttons "Add Decimal Place" or "Delete Decimal Place" to change the
        number of significant digits with scientific format (also works for
        "General" format)
        Improve format management for "red for negative"
        to be compatible with tdf#88999
        
        Change-Id: Id681afc4fc73674c9823172c6cd71925e63b867f
        Reviewed-on: https://gerrit.libreoffice.org/14264
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [07cf8750cd094269513c5cec7bee518bbc0e5d81]

        tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)
        
        Scientific format was excluded from being able to increase/decrease
        number of decimals, red for negative or thousand separator in UI Format >
        Cells > Numbers and Sidebar > Number Format
        
        Change-Id: I56b175a26fc5ba46b9964390f9c098d5d93c73dc
        Reviewed-on: https://gerrit.libreoffice.org/14293
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [ea34266c454c642d5c80e3137090330f3a817a5d]

        Fix for unaddressable access reading TT font data.
        
        As part of commit 'fdo#82259 we don't actually care about the ttf version here'
        the font data table pointer was incremented presumably to skip
        the version number. This results in reading past the end of the array, confirmed by DrMemory.
        
        There is no need in changing the pointer as the parsing is done using absolute offsets.
        Furthermore, by moving the pointer, the parser reads incorrect fields (everything shifted 4 bytes).
        
        However, moving the pointer had the desired side-effect (at least on Windows)
        that the hints on the right side of most of the fonts were gone
        for most cases (the purpose of fdo#82259).
        
        It seems that this was accidental and not the proper fix to that issue.
        This patch does make most of the hints show up again on win, and I don't have a mac
        to verify if the fonts with the nonsensical hint texts still suffer the issue in fdo#82259.
        
        Change-Id: Idf3bfa292fa063fa05e0ff62920a6bdfa4c94647
        Reviewed-on: https://gerrit.libreoffice.org/14281
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [2fb6562be2ca24424dcd8ba1832fd106fd9dfb99]

        Build the applicable LibreOfficeKit bits for iOS, too
        
        Change-Id: Ib6b4f7d5323ea7e94c7b535c68bb6e0af2c49ffa

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [f70467ab48397e31db39daf946f092f9aec732cd]

        Don't call touch_ui_*() API that are no-ops anyway
        
        Theiry implementations were empty both for iOS (well,
        TiledLibreOffice, our iOS test viewer app, anyway) and Android.  Part
        of work to make TiledLibreOffice use LibreOffieKit instead of
        <touch/touch.h> and the older Writer-specific tiled rendering API.
        
        Change-Id: I602a1ebd58ec2c8d6b2d170d65e157d91e0bf521

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [607cc768a7f2e5e6fb34d1b1687e480e7a9e55f2]

        Make the handling of the pAppPath==NULL case actually work
        
        Change-Id: I8b185ad37e1db3262c2533c0146e4fe7fb3ef3ea

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [0d35b7aee38046f7ffba79911d9c669f78ab7c0e]

        We (try to) handle the pAppPath==NULL case below anyway
        
        Change-Id: I37b616b3b509c82551d9690c0313e09063a758bc

2015-02-03  Tor Lillqvist  <tml@collabora.com>  [831ab93fa40160ee46a95b7604d64098b177c8dd]

        libreofficekit_hook must be exported on iOS for dlsym() to find it
        
        Change-Id: I824e977e99e8889e5cb69403feb0f1d5e1d0cc31

2015-02-03  Stephan Bergmann  <sbergman@redhat.com>  [75509c995bd51275d39cfd8fd2bd747b0f619b1c]

        tdf#88824: Remove FactoryLoader threads causing deadlock on Windows
        
        ...and assumed to be merely performance optimizations (so removing them should
        hopefully not break any functionality).
        
        Change-Id: I9f40118f5a4bd1526e0cfbf74715455d543bfd54

2015-02-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e4f496854092eff196c07fb5be2d3c54af3b4179]

        vcl: Remove commented-out code
        
        Change-Id: I4bd2cf8a920c119d508e3316107fa2a616472ba2
        Reviewed-on: https://gerrit.libreoffice.org/14259
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-03  Ashod Nakashian  <ashodnakashian@yahoo.com>  [3e7a6ff8c32e7fd5947b344e9d22ef7ba48dcca5]

        Fix for possible unaddressable write.
        
        DrMemory reports unaddressable write of 2 bytes (a single unicode character)
        in GetClipboardFormatNameW.
        
        While the API documentation do not imply that the buffer length excludes
        the null terminator, the returned length does.
        Even though in my case the format name was "HTML Format" which is
        far shorter than the 256 character buffer size, DrMemory consistently
        cought unaddressable write at the end of the buffer.
        
        It's not clear why GetClipboardFormatNameW would need to access
        beyond the length of the data it writes, but this fix is harmless
        and at least will silence DrMemory, if not fix a genuine issue.
        
        Change-Id: Ib8ac69a65d4fcff53e71f56f9a06c9c7299be1ba
        Reviewed-on: https://gerrit.libreoffice.org/14286
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [a17bf6d02e44bd2cc2246eb1fa507c7ce5416762]

        Typo: comparision->comparison
        
        Change-Id: I08206b7a185a133c18dbb7a09985e3a94736c1e9

2015-02-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [40432ac6caa478474d73786f95b808c14e106ff2]

        pyhon: add lib-dynload libs to fixinstallnames (OS X)
        
        Change-Id: Iab76060952ae8c1b64d3ff32e5ae8f5212e016b0
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [1746c886362b8525b04365dd6b7203b8098b99ba]

        Related: fdo#88455 crash using delete in available fields
        
        Change-Id: I4ac5fe6f42b425ee96124b2dde39ff397a081638

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [7ca0d2d8e174225d93a8b9d91d45192c75d1f56c]

        coverity#1267657 Logically dead code
        
        Change-Id: I50bb5d47c5f430818237308a691306dc097d245e

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [3e05f9844b538529307ac9cc18b06daf7e777abf]

        coverity#1267655 Logically dead code
        
        Change-Id: I2d4f2c1049302eb488e2c6ef3a7142c42c7cb8e9

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [51bd386031d2f2e9cfde0c18f5868267ae12ac56]

        coverity#1267648 Logically dead code
        
        Change-Id: If33260b5e8af360fba7dd2da296b8b73fc9db654

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [c61af284a85a95d14d4dee113b3ad12648d1cb64]

        coverity#1267659 Logically dead code
        
        Change-Id: I0130c70a281e1ea6a82aa4f41be4b4f0b473a958

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [cc4954c484e71d60a84b41b196a7cde37977a6cb]

        seeing as it assumed it was non-null since day 0, so can we
        
        Change-Id: I64632ecaab720c9c8d6be0b597b990b55682f296

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [d41b8ac9e53d3cbe05bed171f27c76cc01ea742f]

        callcatcher: shave off a few more
        
        Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a

2015-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [fbf7b31f17243b58097aedd2a990ecaf301b341f]

        sw: don't expose RSID as-is in optcomparison
        
        Probably most users have no idea what an RSID is, try to describe it
        instead.
        
        Change-Id: I60e9d3729c55646b7877411614346b75e7e2c8d2

2015-02-02  Matúš Kukan  <matus.kukan@gmail.com>  [7b32c5f80fa6a2408e1e30713e59adaffdf8ec58]

        Fix circular dependency with libmerged, finally
        
        It was there for a long time. Not a fatal error.
        
        Change-Id: I7804de7494ad027eac6434a542ae55f8d42953e9

2015-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [abff167453e96c4bb2fb9498d9e414db78a031fe]

        fixup: use sal macros to force 64 bit integer
        
        Change-Id: If584cf49dc5e8864eca733fd99c04cdb4da0da09

2015-02-02  Michael Stahl  <mstahl@redhat.com>  [f0bd9c2fd68c519992722faffe58e2ba8a02d4ed]

        tdf#88899: sw: fix expanding of SwDocInfoField with DateTime
        
        The lcl_TimeToDouble function produced very small numbers that round to
        zero.
        (regression from 9830fd36dbdb72c79703b0c61efc027fba793c5a)
        
        Change-Id: I091da9c2a913fae0c2bbf229942db3c1bd3598f4
        Reviewed-on: https://gerrit.libreoffice.org/14282
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [04e52fd93098acb604c28a315aa3578e5010039b]

        drop now fixed OOoEmbeddedObjectFactory::createInstanceLinkUserInit from list
        
        Change-Id: Ic9480340e2a9255aae6d0f97e180e3e68cf97e42

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [012607dc600d85553f5a1db68ae9c36797000474]

        unwind the casts to initial entry points
        
        Change-Id: Id8d90569c079a753314ba88b419de9a08b0b6a8b

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [b6ac3a95570a1e648e030994c33a5a6c570e266c]

        coverity#705106 rearrange the assert and condition
        
        Change-Id: I40c0f00af941d0aa25e99bdd772b1ac4258cddd6

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [fd35fad16a656d333bdbf1cc9214d1185d33ceb3]

        coverity#1267629 Logically dead code
        
        Change-Id: I5ac6fd2507bda0c985abb54e2269563ed79afc6a

2015-02-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [a33f4060a4baa16eac5d997187764270e93cb6dd]

        WaE: unused variable
        
        Change-Id: I0acb3209c4ed22088911bcade4c4f20f957294e7

2015-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ade66e7e70ce13c419f1ffff5222dcedec281bd]

        oox: 89 DPI is not such a great default
        
        Using the DPI from Application::GetDefaultDevice() is a much better
        idea, especially that now oox::GraphicHelper::GraphicHelper() and
        oox::drawingml::DrawingML::WriteSrcRect() are in sync.
        
        Should fix the testCropPixel() failure in CppunitTest_sw_ooxmlexport
        that appears on HiDPI systems.
        
        Also, fix all the rounding problems that now became visible when the DPI
        is the same for both import and export.
        
        Change-Id: Iceb34a8a5a1eaa8ce0824491521ad6b4d2f6949c
        Reviewed-on: https://gerrit.libreoffice.org/14280
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d15f4fc67dfcae492c7acfbe815f5d9ba10ae4d4]

        add disabled test code for tdf#40110
        
        Change-Id: I44eb0d4ecde55cb9c29c39782488e673c8b582e9

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb4b6aecdbd5f615e79524308217648781a79207]

        disable failing test
        
        I don't see the error outside of the unit test
        
        Change-Id: I56f3d757c4b78e04a3cd340d54612f0b33537a73

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22371e422ef1f9d3dc24db0ae7dc94490a7e85e3]

        fix tdf#43700 test case code
        
        Change-Id: I2bb6aa16e7f3a752208b139527807e03bd962eb7

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cfbd57de5ed82252075987168904e8ae8c4ed9a8]

        add test for tdf#43534
        
        Change-Id: Ib707c418bc501449fa5dab70d56b3b961f6e6169

2015-02-02  Raal  <raal@post.cz>  [ec079b9fc5938d548b082278dbb4f02f9569660e]

        add test file for tdf#43534
        
        Change-Id: Icdcf1928bcec25c655baeeeafb7962e07a82e5cf

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed93075ab037048d86512a2f92dfdbafc9d10b3c]

        implement test for tdf#43700
        
        Change-Id: Ifcdee2fb31fef635003e62020dd92adfe5d72b2f

2015-02-02  Raal  <raal@post.cz>  [8e40caa3fd75bd90773b909dc14efd5b46e274a3]

        add test file for tdf#43700
        
        Change-Id: I60adc8b07d4c387a04baad0979bc338ffcb17d1d

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bebcf22c8f274daf2c7cf0b810f0ede4d00065f9]

        implement test for tdf#36933
        
        Change-Id: I39fdda39c5fa0fea71ecdefe4df8b956de98868a

2015-02-02  Raal  <raal@post.cz>  [e429d821504064bfca8dc17a421bc0358f812310]

        add test file for tdf#36933
        
        Change-Id: If1163bb72d9411d8d1f92fe0ff255244c674c34b

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7b1fe2348f2093bf90ca1a0dbab8a9a62264a60]

        add test for tdf#64229
        
        Change-Id: I8f83aa311d5196504eeb61c0797f882b617474ea

2015-02-02  Raal  <raal@post.cz>  [9af553644ac818b7e3155b8d88e988bd2b9c0ffd]

        add test file for fdt#64229
        
        Change-Id: I3bb728c07ddd06e57d034b7a07fea6bbc5437108

2015-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58669014c2b57e1da4e2d3a3390a78555db30d6e]

        add a new calc test
        
        Change-Id: I2634bd6039ad1a0bf6b2d06b232203130f42f329

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [d92d7e4919311a1cf18b34dbb3d03bbc4f962f43]

        crash on toggling "empty" menu in basic's language toolbar
        
        tools->macros->organize->basic->edit
        
        drag language toolbar to undock, click down arrow in pseudo-title bar to get
        "no selection possible" entry. click down arrow again to dismiss it.
        
        get debug stl iterator error
        
        the mpSalMenu goes out of sync with its owner
        
        Change-Id: If82aac004e623787389dd415c2006b99778f710d

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [d9da9b441185a730f2677da6aa6393468b4cf3ff]

        add an explicit virtual keyword here, like the other ones
        
        Change-Id: I4c5acf42d5ec33df1dd18dc3a70be7de838c9ff3

2015-02-02  Stephan Bergmann  <sbergman@redhat.com>  [48f704c3e1c08ae6e3eee450bf08712dc4caf460]

        Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"
        
        This reverts commit ed851f1316d34d1ecd60e75d04ed21b7bffdbf00, the underlying
        problem causing JunitTest_sc_unoapi's
        
        > checking: [sc.ScModelObj::com::sun::star::sheet::XDocumentAuditing] is iface: [com.sun.star.sheet.XDocumentAuditing] testcode: [ifc.sheet._XDocumentAuditing]
        > Shape Type: com.sun.star.drawing.LineShape
        > LOG> Execute: refreshArrows()
        > Shape Type: com.sun.star.drawing.LineShape
        > Shape Type: com.sun.star.drawing.LineShape
        > Method refreshArrows() finished with state OK
        
        to fail appears to be fixed meanwhile.

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [b5d82887bb6726b674b857dc94a3b1513879c82e]

        don't need this case
        
        Change-Id: Ib4445031b62248207e3eee257e2b71c446aa5b9d

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [cc464d1a94172ca28e9d962fa6e1ffadabc1dc79]

        Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tags
        
        ahelp puts the tip on the previous bookmarks with hid branches
        but has a scattergun effect if those previous bookmarks have
        nothing to do with the current element being described.
        
        So take the hid attribute of the ahelp and if its hid="." use
        the current set of bookmarks as the context otherwise believe
        it and apply the tip just to the stated hid
        
        Change-Id: I00648daadf5673e1abc96f222a4526959f1f7d7a

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [abf265e61794aedd60497778d31c82ca6fdf3583]

        Updated core Project: help  8cc178e568781e3f4fe9a79579074532ccc00ec4

2015-02-02  Andras Timar  <andras.timar@collabora.com>  [b154f4cf2e7462f04f96eb01f859cd46925c715e]

        add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)
        
        Change-Id: Ia367fcd3b204b9dd96f5fa6d3a52d0895bd9c0c9

2015-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d334dd956a594c2fdda43706417ebf4d489f206a]

        tdf#68183 sw: config option for disabling the creation of automatic RSID marks
        
        It was a problem since the initial commit
        062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (sw: Improved document
        comparison based on RSIDs., 2011-12-22) that this new feature -- which
        is annoying for some use-cases -- could not be disabled, let's allow
        that.
        
        Change-Id: I33fa77382919586fb00198246f737caa68dcbd85
        Reviewed-on: https://gerrit.libreoffice.org/14277
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-02-02  Stephan Bergmann  <sbergman@redhat.com>  [c33c309f13dee335d81eb0e00363d4ae2d7c911a]

        OOoEmbeddedObjectFactory does implement optional XLinkFactory
        
        regression from 251f1b0b38be7d1267339898e44e320f05849e22 "fdo#46808, Adapt
        embed::*EmbeddedObjectCreator UNO services to new style"
        
        Change-Id: Id8b49c04183d3bc98f22398a8e43c80909c1ea11

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [52c2111e4f466edf77e3eee17fc9c283f3b69100]

        callcatcher: remove some unused methods
        
        Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088

2015-02-02  Juan Picca  <jumapico@gmail.com>  [c32aa53a7df7af4ef23b8d235483eabb51463183]

        fdo#88826: replace MM100toEMU() by convertHmmToEmu()
        
        Change-Id: I9ca79dfa0c214e3f58b7f45a78ad0877d4c7d10a
        Reviewed-on: https://gerrit.libreoffice.org/14266
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-02  Stephan Bergmann  <sbergman@redhat.com>  [e76bc369b8ee58094f45a2f5451cf9374163e979]

        warning C4701: potentially uninitialized local variable 'Addr' used
        
        Change-Id: I63c22fb682175edc450b1ce3b6ea78cf5a5bc2f1

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [c8bd2518dda4593681626c4780f492995dff66e3]

        coverity#1266492 Untrusted value as argument
        
        Change-Id: Idbe205df445b29e7a121e93dbd74b2578199699b

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [f58b66968ddeb4237ec5a5e406c46866d3400c9e]

        coverity#1244944 Untrusted value as argument
        
        Change-Id: If50a20e9fbb0bf55488b3ccc8ea28f2a54aa62e0

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [1caa8a72a63b35728abbbe006c3f18dc50d1b7cd]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: I2d38746e8ed23a5fb51ee94a72b5676bae3c8710

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [abc11a4c0cdec0ed2d23a76ffece9840637dcc87]

        coverity#1242704 Untrusted loop bound
        
        Change-Id: I88c8ff03361aa83b23c811b5d693864360f31f7f

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [b6420535b0bbbaf6db97c2cc1cedd15150d24258]

        coverity#1242653 Untrusted loop bound
        
        Change-Id: Ic5f9837531bc95526bb29b4e248e413754f630be

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [28236bed527b7ceb68d3c8260ea89ee9cddbf3dc]

        coverity#1242632 Use of untrusted scalar value
        
        Change-Id: I91b8505fdbd4ebc77a76279b8c6476daf422319f

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [dcad3ac445980740b6a39761cdd1f1bd0b3e6e34]

        coverity#1242624 Untrusted loop bound
        
        Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [71b87e381bc8cbab588cf4194c2b290b0531d5b4]

        coverity#1242531 Untrusted value as argument
        
        Change-Id: I86e872251f7b8b0818a91c4a133f363e76be5f34

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [cbe24d8988b41338d0c712e86ec18f7e3f1f86d8]

        coverity#736943 Untrusted loop bound
        
        Change-Id: I18a19770f7bb328b889b8da1fb73d20bc1ca9064

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [d162d0556ecce5b9f7c561a9ba1b88fd5d8c2b0a]

        coverity#1266460 Argument cannot be negative
        
        Change-Id: I715b27b507926e2670cc094d4ebaa429e502232c

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [d67a370f7bd9efffe564b98f80ad3cd039490a47]

        coverity#1267656 Logically dead code
        
        Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [608bca82869c739ee4522954c27856782166647b]

        coverity#735323 Unchecked return value
        
        Change-Id: I907b2fb0024b104cc008cbf4c75f30513c7eb57d

2015-02-02  Tor Lillqvist  <tml@collabora.com>  [440f4b355e81166a0e4218726a4351e87043549c]

        Kill superfluous vertical whitespace
        
        Change-Id: I97ec8fa7849540c86ea99633bd74fb71ecdb3108

2015-02-02  Tor Lillqvist  <tml@collabora.com>  [d1ea457ddffcb1f382f9b0aa6d3b23dbefd958a0]

        Use our standard include guard naming convention
        
        Change-Id: Ida8aed52b57ca27cd7af7c3dd117345127efeb3c

2015-02-02  Kishor Bhat  <kishorbhat@gmail.com>  [dd1ef615c0a56e8c7e92cfe0293c9770b72bddf3]

        tdf#88711 add binding for BasicStepOut
        
        Assigned Ctrl+Shift+F8 to .uno:BasicStepOut
        
        Change-Id: I2fe2b125bf859cb8179f8fb797a13841c5207b81
        Reviewed-on: https://gerrit.libreoffice.org/14230
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2015-02-02  Vasily Melenchuk  <vasily.melenchuk@cib.de>  [0706b5756e06b7773a78e3046a47efc2c81d92b1]

        tdf#76291 write encoded URL as href in html output
        
        INetURLObject class is used to create correctly encoded URL
        
        Change-Id: Icc9e71e848fd8a0b487f74232b9ad3e7ddde50b4
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-02-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [87a5cf7db1f070cbc4a674a1c12c805a2c950856]

        RTF export: need to take care of fill attributes when building the color table
        
        Change-Id: Iab7b4941e9b41249f2a30fa6139313239a98c501
        Reviewed-on: https://gerrit.libreoffice.org/14276
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-02  Noel Grandin  <noel@peralex.com>  [72546d4492137aadabd46e8c7fffcdbb07a3e6c5]

        vcl: add SAL_OVERRIDE attributes to Windows-specific classes
        
        and fix a bug where SalObject::Enabled(bool) should be virtual,
        introduced by my commit
        b44cbb26efe1d0b0950b1e1613e131b506dc3876
        "new loplugin: change virtual methods to non-virtual"
        
        Change-Id: I08cdddb36eed887ea7bd01f6260fa5fd89d12429
        Reviewed-on: https://gerrit.libreoffice.org/14273
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-02-02  Caolán McNamara  <caolanm@redhat.com>  [1845b6af3991ca5521eef48aafe1d0489e2ff8f6]

        Resolves: #i105692# rearrange the order of the controls and fix name of type
        
        Change-Id: I8f0cc916fc09af68436e7daafce9288097fe3be2

2015-02-01  Tsutomu Uchino  <hanya@apache.org>  [f2ae6d2053256e1917104f1c44485099966155be]

        Resolves: #i114416# use default service name for scroll bar...
        
        if failed to detect the control-implementation
        
        (cherry picked from commit 23e16b91ad69a123e795d63f2d4862d94412d582)
        
        Conflicts:
        	xmloff/source/forms/elementimport.cxx
        	xmloff/source/forms/elementimport.hxx
        
        Change-Id: I0ab4f9ff909ceba18a74d38488f6d0bdb3126110

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [e112dc0df7344e98414f64e70ddb7f764790bd06]

        callcatcher: yet more unused code
        
        Change-Id: I75b8cdffd965c6d99fd3693a6297c023279df76e

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [9f1ecd3ac35f06746fe2a12ca52899f664679de5]

        coverity#1267678 this is surely backwards (gold)
        
        surely we clone from the source and return the newly created
        entry. Presumably this doesn't break all the time because
        aCloneLink is generally set ?
        
        coverity#1267678 Resource leak
        
        Change-Id: I3e02dfaef371e006f1510b186cdd881c991ef2cf

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [baa5fca0fe50334d0820941763b5e18a244e9921]

        coverity#1267676 Identical code for different branches
        
        Change-Id: Ia7abc084acb0f9e8a25e93fa86bf254eee7cda21

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [dcf8f9622caa77a7f337d6b8c334605a9693dc26]

        help coverity out wrt coverity#1267682 String not null terminated
        
        Change-Id: Ib72c0daf8573314d601d7acea3a1fbb3183b4bb6

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [01ed7a331b78e8ca64783fc8d3adefebf782dacb]

        coverity#440978 Dereference before null check
        
        Change-Id: Ib58f88c0756bdcedeb1f478364e0d89640fd3d11

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [c686be8bb2d4fff469ed753cc3dbf417baa903e9]

        coverity#1267688 Uncaught exception
        
        Change-Id: Icaa71c9f5a7766ea2297d63b19ceff36913a3d0b

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [ebaa9958f5e816b4f926e6d35223a61f3d1414b0]

        coverity#1267687 Uncaught exception
        
        Change-Id: If7af42b345c876d29d750a29c1a406e862788b06

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [decd61013cba116e343537a50f4b1f6bc785022b]

        coverity#1267685 Uncaught exception
        
        Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [e8870af6955400acf457209e1eb45debc90085ba]

        this cannot happen in reality
        
        Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [3c3a53b3d2803395150c88d7bf6cdf6736a185b7]

        coverity#1267693 Uncaught exception
        
        Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762

2015-02-01  Caolán McNamara  <caolanm@redhat.com>  [f08169c775858ddb13947eb8cf90c74b3c7dde87]

        coverity#1267686 Uncaught exception
        
        Change-Id: Iab9067590cd15b3b60cfa2a98ee6be30d2fdf13d

2015-02-01  Stephan Bergmann  <sbergman@redhat.com>  [c97dbb56596eecd19d73a0adb49f9de1ee279e14]

        loplugin:unreffun
        
        Change-Id: I32479fd238e720b9ba0fa0af55e8377ebd972a20

2015-02-01  Stephan Bergmann  <sbergman@redhat.com>  [36b74a58d6e4483895f5ba4eb0334e2b44c27f16]

        loplugin:unreffun
        
        Change-Id: I25213abc84c3e512fa620aa7c08e0c2e1bc0159a

2015-02-01  Stephan Bergmann  <sbergman@redhat.com>  [bf5bb7c5b9da1231d4435a00432e1893d6771a0f]

        loplugin:unreffun
        
        Change-Id: Icfef034a7838e0a7139d3802491cff3b77fd5d9e

2015-02-01  Stephan Bergmann  <sbergman@redhat.com>  [e54b974033ea68101014f280061b06cd82256412]

        loplugin:unreffun
        
        Change-Id: Iaf75d9570c2091365a16e13119e4515957a86551

2015-02-01  David Tardon  <dtardon@redhat.com>  [ca5479fb576060f2703c09206d78d9ae6f537af8]

        add space
        
        Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699

2015-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b07a6eedb7260f1cdf375884f1329b72c892828]

        Extract SfxUndoManager::dumpAsXml() from sw
        
        Change-Id: Ic031b63641e0fd0fbd1524657082188d9ce78fcf

2015-02-01  Tor Lillqvist  <tml@collabora.com>  [bfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7]

        Bin obsolete comments

2015-02-01  Tor Lillqvist  <tml@collabora.com>  [1895fd2195ab11026e07271dbba71c0e963c0a3b]

        Copy only *-debug.apk
        
        We don't want the silly 'unaligned' apk to end up being uploaded.

2015-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [41465d9b7c978ce93aff9e3ff82ecfa83e90d64b]

        sw::mark::MarkManager: make it possible to generate a default ctor
        
        Should fix Windows werror build.
        
        Change-Id: I9e71bc9042e86e3208cc23f804034957deeb0f81
        Reviewed-on: https://gerrit.libreoffice.org/14269
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [24077b2d52ab3d0fd0db5afb25d8b94b62386e3e]

        writerfilter: import paragraph color as fill attributes
        
        In theory this is to be in sync with the ODF import. In practice the old
        UNO property seems not to have a proper fallback to populate the doc
        model with the fillattributes, so without this even if the import result
        is visible, it would be lost on ODF export.
        
        Additionally, this detected a bug in SwUnoCursorHelper::makeRedline(),
        where paragraph format redline tried to use the map of a text portion
        instead of a paragraph.
        
        Change-Id: I026e38e1990ed2a460624a8d967a16ae3fb6c512

2015-01-31  Caolán McNamara  <caolanm@redhat.com>  [eaf1c5f85bcf33fbb7e0ad0d6de4b33ae07445ae]

        coverity#1267680 Dereference before null check
        
        Change-Id: I4a7e8751a5a6a93bd0cb8208a06a7c4fd30ef1b4

2015-01-31  Caolán McNamara  <caolanm@redhat.com>  [fed1ed0a17a770e9b4c75ef4737032f9ad2e154a]

        coverity#1267670 Division or modulo by float zero
        
        and
        
        coverity#1267699 Division or modulo by float zero
        
        Change-Id: If31037712208673438155b30369ebe1068387cba

2015-01-31  Caolán McNamara  <caolanm@redhat.com>  [1fb386749d9f9c599a08edcaef7848c82c95a38f]

        coverity#1267674 Dereference after null check
        
        Change-Id: I735e95a25b32d11b58ab3b187bfaac41b2f91e10

2015-01-31  Caolán McNamara  <caolanm@redhat.com>  [4ad4540e33c431a8b4b5b1692cee3432de88b3f1]

        coverity#1267677 Big parameter passed by value
        
        Change-Id: I04a96e13eb4f17a6fa91435eff104fd95a902cf2

2015-01-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4b0d63c134e7833db562f4eef93bbf828ea1b9d]

        Extract SfxUndoAction::dumpAsXml() from sw
        
        Change-Id: I7ec2071150c03b61f3f681dbd26968ae3c535742

2015-01-31  Lionel Elie Mamane  <lionel@mamane.lu>  [d2a6d6a1a05337dbb733a9a3d4926a5c6d6cd8cd]

        tdf#88814 parameters are kinda-partially supported, so follow the suggestion
        
        Change-Id: I1a39378d521f128e6b8f35a0bce781435f94e5a8

2015-01-31  Jean-Pierre Ledure  <jp@ledure.be>  [602f5010bc41f71d29695a348d56b6d953865c2f]

        Access2Base - Bug in Control.RemoveItem
        
        Removing last item of a Listbox produces an "Index out of rande" run-time error
        Bug reported in user forum https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=75008
        
        Change-Id: I4bf790f8fee1f88def580dee7bac708b5620fbed

2015-01-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [60cdeb2d441a6bf5c55f511f574b2b9dd598fbb8]

        tdf#88583 MSWordExportBase: fix handling of paragraph background color
        
        Regression from 7d9bb549d498d6beed2c4050c402d09643febdfa (Related:
        i#124638 Second step of DrawingLayer FillAttributes..., 2014-06-02), the
        problem was that exporters still expect an SvxBrushItem for the para
        background color, while doc model was changed to have an XFillStyleItem
        / XFillColorItem pair instead.
        
        Change-Id: Ib94fda103ec35a6f087307aafdd890183d9d935f

2015-01-31  Arnaud Versini  <arnaud.versini@gmail.com>  [4b9a9ce8a0e5e0716dad9a9ec87d16237e534dc2]

        Use rtl/character.hxx in basic module when possible
        
        Change-Id: I1296541ac1a6a65a613818a1264c2b7482915e64
        Reviewed-on: https://gerrit.libreoffice.org/14170
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [dec950dc4761c1c2f0cf27b20d70f5a0db44d602]

        coverity#1267679 Dereference before null check
        
        Change-Id: Ic3487f204a0a3f826cf6a2441b5c410a8fc1b0b6

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [d58d20d43ac14a835fad80a5cc7f33ea48c9aa28]

        coverity#1267673 Dereference after null check
        
        Change-Id: Id9d2176742e4c8f6561ba8e1ab4356852bbb2e8d

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [04019fc1c81b6eef54a5d38b3039a619cbef6f85]

        coverity#1267672 Unchecked dynamic_cast
        
        Change-Id: Ic5cda0155d54aed7fa89df0fddd6407417b2e133

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [0eb9d943614f6b374a0488ba1349be7d1716ae6d]

        coverity#1267671 Dereference after null check
        
        Change-Id: I48fe04973732807eca43eaeeba716622318abf6d

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [28db7916b7296d40233b464c4603722f735f0d10]

        coverity#1267628 Resource leak in object
        
        Change-Id: I90e36c7af58638e57296dc4776fbd86beff3d101

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [fae0953f7d162e092bf3ad6d6ff4cef4c05cc0e7]

        coverity#707772 Uninitialized scalar field
        
        Change-Id: I00a5bc6256d9cbfc69ea6a71f2f2cd21e75cc594

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [76e372ccd999f42ad75c20d7eb8e359b608956fc]

        coverity#704645 Dereference after null check
        
        Change-Id: Id6930c8e87f27051520e10e1277d769d0b380374

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [6ce0ca734f31489019605d3550cbe29a70d8e6f4]

        coverity#1267684 Uncaught exception
        
        Change-Id: Ie444d89108087c39ad429743e76c383f640c8751

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [78f8fb8acf9bff6264ede0403dd7a25ec96864cb]

        coverity#1267689 Uncaught exception
        
        Change-Id: I9286332d74c234007556a7f1d5193197ce547652

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [cc5af14e67f75a2d42bce2b6a2d996cf8f7aee87]

        coverity#1267697 Uninitialized scalar variable
        
        Change-Id: I0703df58dd3d798ff0928f317b8d61e13ec2f0ce

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [bf7b7028147100cea7edf7face689bfc4ba03214]

        coverity#1267698 Uninitialized scalar field
        
        Change-Id: I79974d276a8f7f856dbf09b14b06ce3b1bb418f0

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [51af2166d16ea5d47ee9b92ada2d95adff168bb2]

        coverity#1267699 Uninitialized pointer field
        
        Change-Id: I9d830e56bd06208664296f3310cd61b97588d160

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [3528aea9bbb74aab3fd1035be146110b80e2780e]

        coverity#1267700 Uninitialized scalar field
        
        Change-Id: I1e9d412ccf68996e59e0875c0f0af17592258acb

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [faf55a1db829bfb3f2f47f9d87190e9396676e25]

        lcl_CheckRedline says it check for the list being sorted
        
        Change-Id: Ie86b091f8253fb9464b1bf4823c6f21da969ff90

2015-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0107abd7e379a94edc75957ff173a64e843574d]

        Get rid of copy&paste in MarkManager
        
        Change-Id: I4d0ec50ee2e2099630e88b0fd086abddafc5873d

2015-01-30  Tsutomu Uchino  <hanya@apache.org>  [68deef115925c60513b42af9bc4e6df24b49dd2d]

        Resolves: #i67663# add vertical alighment on property UI
        
        (cherry picked from commit 2b2128d0665dc390ae90739c84bc387f399ebe87)
        
        Conflicts:
        	extensions/source/propctrlr/formmetadata.cxx
        
        Change-Id: Ic6d708454009e8023dc2e601043409377fd6cb34

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [793b2b865e9ea898ddec45ef40658a7a8cace8f1]

        WaE: silence -Werror=unused-variable
        
        Change-Id: Ie3a2b81ea986dcfaa402030c99ad1314bdc562ac

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [a5a20187c3a5e5956492f932c49501f9547e4915]

        During DocumentRedlineManager::SetRedlineMode the array becomes unsorted
        
        so GetPos cannot be used safely, so pass down the known index
        of the redline and propogate it everywhere the redline goes
        
        This reverts
        
        commit 36e158ce7a0effb130936ba4598a193102faa6a1
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Mon Jan 19 12:09:17 2015 +0000
        
            if we change the keys we have to resort based on the new keys
        
        which tried to keep the table sorted, but thats no use because
        DocumentRedlineManager::SetRedlineMode loops over by index
        so sorting the table during the process busts that.
        
        Taking a copy of the entries and looping over that shows another
        gadzillion problems.
        
        So try this approach instead.
        
        I imagine it should be possible to calculate the correct
        current index of pRedl in DocumentRedlineManager::AppendRedline
        but for now assume that we are sorted correctly at that
        point and can use GetPos
        
        Change-Id: If092dce185e3b36fd256db390132358cba155847

2015-01-30  David Tardon  <dtardon@redhat.com>  [75fa61754122cf44a6bd6ac4a0efb44918b1305b]

        ensure the default export filter is really available
        
        Change-Id: Ie9b8a25d8d33c6211c43277f4d3b4cdbd79f5783

2015-01-30  David Tardon  <dtardon@redhat.com>  [89321e312b4a1be22becbead67b1d25b058c623b]

        remove copypasta
        
        Change-Id: If3e33ee0a24e8a4850b2242ab3806d8dc57ddf09

2015-01-30  David Tardon  <dtardon@redhat.com>  [be45f378d5a888efeceed54ba53ac61c4dd3f2b8]

        tdf#85195 only check export formats for default format
        
        What good would would a pre-selected export filter format to me if I
        cannot save into it?
        
        Change-Id: I9e5d06cec5ffa0ba325b8bfcfadc4fd55d39017a

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [05abd8b205e9d51af41c31ab8a7a2574ee885532]

        chisel off some more unused code
        
        Change-Id: I62cafc8e10e9c9dab3fde1785b826ba8ff68569f

2015-01-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fb6ec3acbe6d6b9788d068182f8bc3a36d70a91c]

        Delete useless “-old” copies of icons
        
        Git is a VCS, meaning it backs up changes in every revision, so no need
        to add redundant copies. Remove vestigial HelpAgent images as well.
        
        Change-Id: Iafd58da21b0139e226cfcddabf886e0d86e430d9
        Reviewed-on: https://gerrit.libreoffice.org/14248
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-01-30  Niklas Johansson  <sleeping.pillow@gmail.com>  [9098a2f082f4b8e4404685d19a4e10c3c8160c7b]

        tdf#88763 The orca screen reader does not speak control names
        
        It seems the controls aren't linked with the labels in the outline numbering
        dialog box (Tools - Outline Numbering). Add info about mnemonic_widget to the
        labels.
        
        There is still a pending issue with separator before/after which I guess
        should be grouped in a frame, but I'm not confident enough with Glade or
        it's ui format to try and fix it at the moment.
        
        Change-Id: I8dffef703ba03dca31a356426aa5b8a9bc1103be
        Reviewed-on: https://gerrit.libreoffice.org/14255
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-30  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [c8c4e766643c8ad0a3d6d48e5105518ef5f66250]

        fix tdf#88855: GetEnglishSearchFontName() returns incorrect value.
        
        GetEnglishSearchFontName() returns incorrect value for specific localized
        font name as parameter(ex."HGS Gothic M").
        Because, the conversion table "aImplLocalizedNamesList[]" is wrong.
        
        http://opengrok.libreoffice.org/xref/core/unotools/source/misc/fontdefs.cxx#181
        
        This causes the assertion from vcl/source/font/PhysicalFontFamily.cxx(line:297),
        and more problems, probably.
        
        This patch fixes two entries in the conversion table.
        One fixes the assertion, another fixes typo.
        
        Change-Id: I3141bbbb7956608cc59f20ad42c76ef97a42189d
        Reviewed-on: https://gerrit.libreoffice.org/14244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [95f4b2f4a6dfe47842336116d94edd175a6da960]

        Resolves: tdf#82942 updating field contents with incorrect attribute positions
        
        Updating a SwTxtInputFld requires expanding the contents of the node.
        
        Expanding the contents of the node requires all the positions of fields in the
        node to be correct in order to expand them to the right place.
        
        So on updating a SwTxtNode wait until all the attributes positions are adjusted
        to be correct before expanding the SwTxtInputFlds in that node
        
        Change-Id: I76500239a103e56be412707a708a303a58236070

2015-01-30  Julien Nabet  <serval2412@yahoo.fr>  [8b58e38b4383f440bdd95285978d5655c80904fb]

        Typo: even->event
        
        Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e

2015-01-30  Caolán McNamara  <caolanm@redhat.com>  [b2df899dbb038acfe3c47eef303345ceaf3725b8]

        fix build
        
        Change-Id: Ib2ab6140c45b858acbe0b97870d2d64c7189d875

2015-01-30  László Németh  <laszlo.nemeth@collabora.com>  [99674f754323ca78ac45499439b9983b31ebd444]

        tdf#88810 cleanup (append() for number to string conv.)
        
        Change-Id: I800c8c4a2cb55a8d9f46a5c5cf1f79dd44051dfe

2015-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aac8aa2b74c6a3e2b85ecbe41068cc0ea257295b]

        fix build
        
        Change-Id: I8cea0324a6bee716dd352e5a21f5e5444872760b

2015-01-30  Chris Sherlock  <chris.sherlock@collabora.com>  [8e33c9be8780806359e3bbb8c7c5788169f4d2e1]

        vcl: add GenericSalLayout::GetTextRect()
        
        I have extended GlyphItem to also record the original and new height,
        along with the y offset.
        
        Change-Id: I1e9646a8f0d844951d5533d035d9a16dbc8e257c
        Reviewed-on: https://gerrit.libreoffice.org/14216
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-30  Chris Sherlock  <chris.sherlock@collabora.com>  [e31eb6484a149f89cd374e414633bdf95c10efad]

        vcldemo: more text changes
        
        Changes:
        + Move the rotated text down the screen to show more of it.
        + Only one colour (black)
        + Only one line of text now
        + smaller font size
        + fixed issue caused by not resetting clipping area at the right time
        
        Note that the old changes can be brought back easily by changing a hardcoded
        variable in the source.
        
        Change-Id: I5b0688af0f344f89cd252d43b1b8964b0c456bef
        Reviewed-on: https://gerrit.libreoffice.org/14247
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-30  Chris Sherlock  <chris.sherlock@collabora.com>  [a2b94b95626da1a1e6bd91e9f64cb3025962e770]

        vcl: OpenGL code for adding preambles to glsl fragments now handles #version
        
        If you include the #version directive then it must be on the first non-comment
        line in a glsl fragment. This is now handled.
        
        Change-Id: I7e938c27b24d20f25e656667a122d7a341f51611
        Reviewed-on: https://gerrit.libreoffice.org/14246
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-29  Caolán McNamara  <caolanm@redhat.com>  [309574394bd4ae3e9e10e5ff0d64bdd7bbbc8b83]

        callcatcher: large newly detected unused methods post de-virtualization
        
        i.e lots now able to be detected after...
        
        commit b44cbb26efe1d0b0950b1e1613e131b506dc3876
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Jan 20 12:38:10 2015 +0200
        
            new loplugin: change virtual methods to non-virtual
        
            Where we can prove that the virtual method is never overriden.
        
            In the case of pure-virtual methods, we remove the method entirely.
            Sometimes this leads to entire methods and fields being
            eliminated.
        
        Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d

2015-01-29  Jan Holesovsky  <kendy@collabora.com>  [20deac4903fc0697477e855feeff482b3da234f9]

        images: Don't fallback to indrustrial, it's merged to tango during build.
        
        Change-Id: Ie361365e65626b0118393960e381aff9745af83d

2015-01-29  Eike Rathke  <erack@redhat.com>  [1884c0bbd40f0ded41d7a1656cb64fb1f6368c36]

        parse with locale decimal separator, tdf#88740 related
        
        And use a proper string to double conversion and early bail out
        conditions.
        
        Change-Id: I6c89dd850405ad74ebd175800131cdcac19a8c86

2015-01-29  Eike Rathke  <erack@redhat.com>  [3ba5ac834780fc2565aff99e42dd8c3b2202fba3]

        use a less ugly string to double conversion, tdf#88740 follow-up
        
        And check string length before accessing characters..
        
        Change-Id: Iac3c2bf2f67f0cc7fc106515a875512771676e01

2015-01-29  David Tardon  <dtardon@redhat.com>  [c0117fcb3dbd6c2a8d5e7679ee8d6fb29264ff6b]

        tdf#78854 do not crash when undoing layout change
        
        It turns out that the ordinal number adjustment that was added for
        fdo#34548 is no longer necessary.
        
        Change-Id: I2c491a008500b6a269b6f05a2a72f5aa70edecb2

2015-01-29  Stephan Bergmann  <sbergman@redhat.com>  [2f3a9a51bfd042e20fe995b3f7437033d85a8907]

        tdf#88906: Only split new span if it does not enclose exisiting span
        
        Change-Id: I4290659c506ab11825b4c2f36952214b6254252c

2015-01-29  Stephan Bergmann  <sbergman@redhat.com>  [f694ab5198587dcacd8c40c9095e7bc9435cbff2]

        tdf#80370: Fix Mac OS X install names of external/{coinmp,lpsolve}
        
        Change-Id: I240c8c940d7d3e1310c4ee33911e8c7019e67060

2015-01-29  Stephan Bergmann  <sbergman@redhat.com>  [331faca18ebdd843c06fa2435ee1bf71457e76dc]

        Extract loplugin:redundantcast from loplugin:cstylecast
        
        Change-Id: I08f17dd9cc092206083ff41bbbc178e0322e86d0

2015-01-29  Stephan Bergmann  <sbergman@redhat.com>  [ab2d0ff4d7c0a3c76401b0f07b85dc2267d1eb7c]

        loplugin:cstylecast (Mac OS X)
        
        Change-Id: Ia8f2c9f1c1c284708a2cbde379197ec6ba58742f

2015-01-29  László Németh  <laszlo.nemeth@collabora.com>  [f0152b737d9a196e83752a546154735efee5c2be]

        tdf#88810 XLSX export: more cleanup
        
        Change-Id: I2a4ddb2e3a3ff629243dba46880b8c986dfde2dc

2015-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [0dcadc274ba81be6f233e559059b7e3f6cc3c0de]

        Extract Fieldmark::dumpAsXml() from MarkManager
        
        Change-Id: I1e3b1d4b7d596630ea9b804ded911a2e48b970c9

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [e7cbf852a9889c625bc54e68c7eb5b8e62e9acd7]

        sw: typo in SwpHintsArray::GetEnd()
        
        Change-Id: I4ccf1cc5609ed4f2c70dbf396264e6caf16573c3

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [370febbf19a5f362394d1c9e69b12dcb218f6501]

        tdf#75996: sw: correct bookmark positions when deleting text
        
        The problem is that SwUndoDelete will move the fully selected nodes to
        the UndoNodes but it leaves bookmarks with their SwIndex pointing to the
        deleted nodes.  The SwNodeIndex are corrected by SwNodes::_MoveNodes()
        so they point to a different node than the SwIndex.
        
        This only happens if only one position of the bookmark is inside the
        deletion range; if both are, the bookmark will be deleted by
        SwUndoSaveCntnt::DelCntntIndex().
        
        Also joining the 2 start/end nodes of the selection will accidentally
        correct the bookmarks but only if it happens to delete the end node.
        (and apparently there is also a DeleteRange method that doesn't join)
        
        Change-Id: I91ec362bb833328f8d681fd9458cb915c4efb267

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [8ef489eeb3b3249d73cd29d0a36cd822d20fac24]

        sw: replace pointless unused position update in SwTxtNode::Update()
        
        ... with a more useful assertion.
        
        Change-Id: I43f0a3e123d9dc9f9fd9548e84b8619c7d4f1262

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [4704f3d84f5ecf2f7c9334552510679b2ad9fd8f]

        sw: remove some pointless verbosity
        
        Change-Id: I3a012cfd9ba8c8c331d025f56f590a74941f71dd

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [5d3ce204d54870f3ac7b675ec044979a598b8262]

        rhbz#1186897: bridges: oops, fix s390 bridge build
        
        Change-Id: I5f2393b13729ab43ad2cfd4a3f960a507e3e608b

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [4e12f9553b0182dc51282b7302a9e70da26b6d18]

        cppu: convert some OSL_TRACE
        
        Change-Id: I5dc00f7b03b51916b1331c4ba64064a5aa5930c9

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [585b789eadcc37bdf1577a4d0c3006b5364697a0]

        cppu: the LogBrige really needs its own SAL_LOG area
        
        Change-Id: I129f3dc1597035664e4ff284276cb0d49a560ab5

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [218bd97b83238496a4d2b36d0a1edaca519cdde5]

        gdb pretty printers: fix the sw::mark::IMark and SwModify printers
        
        If these are called on a value that is of a different type than what is
        checked in the children() method, nothing is printed except exceptions
        about non-existent _iterator.
        
        GDB can figure out the dynamic type itself and call the pretty printer
        only if it's actually a UnoMark so don't register it for IMark.
        
        Same thing for SwUnoCrsr, there is already a class for it.
        
        Change-Id: I00238f1e3f01741d607eec9d47671302b858b965

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [7f09e6883fd6ccfe22d337ad244f5b0d84fa1cf6]

        gdb pretty printers: remove obsolete tools container printers
        
        Change-Id: Ieb1e104e8147376405e90ecada308fee05321dcd

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [a4faad707c7fb27884fff5f20e5797b160d4f320]

        tdf#76174: basic: lock SolarMutex in BasicScriptListener_Impl
        
        ... before calling into BASIC.
        
        Change-Id: I51a59fe5ca9b15ff7ec509c052964523d87a9790

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [74df327e1ef4edf4ca07d04ae72ee052d824564f]

        scripting: remove unnecessary SAL_CALL
        
        Change-Id: Ic1fbb36a509ec1dce63f1c7fa4a8955a4780517d

2015-01-29  Michael Stahl  <mstahl@redhat.com>  [bcaf96e52450ee49314b9af2fcbae47b8d6d9618]

        vcl: copy-pasted SAL_WARN_IF condition
        
        Change-Id: Icb0109b954b9a7710309cc9bca30309a6ec90a73

2015-01-29  Tor Lillqvist  <tml@collabora.com>  [dbab3b56694d2a66c40fc145a24b3db9df1693db]

        Only list documents directly in NSDocumentDirectory
        
        Change-Id: Ibaaa9ce5e5469b960d2b3dee1d40c536e5ae0739

2015-01-29  Caolán McNamara  <caolanm@redhat.com>  [f8d99287493e2e5ebb3e644f58098564a96e2bc4]

        Updated core Project: translations  add7a7e0967a3fc04666ba061d81d1ba9b326554

2015-01-28  Caolán McNamara  <caolanm@redhat.com>  [51f82a58a7c057d649ce5e2b3627e7ccf267fe84]

        fix enable-assert-always-abort build
        
        Change-Id: Icbab4d030877f978babfc51f984fb4793b60f681

2015-01-28  Lionel Elie Mamane  <lionel@mamane.lu>  [bec15074ae8eca9ff7deb795aae0e7a2f9789aaf]

        That is well worth an assert
        
        The exception thrown by at() is not treated meaningfully anyway.
        
        Change-Id: I8c243541271d7da76b2a9b102e058b5f2d1ad6d3

2015-01-28  Lionel Elie Mamane  <lionel@mamane.lu>  [b63547c8ea8ac2e198193cba1026e7729c70f43a]

        not all OrCriteria have three children
        
        and some contain a column in the second child
        
        Change-Id: Ifd69758336233ed0233120b3315d4f33655fa994

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [063105b4af5518fd8306246ea49326958e435e1a]

        Disable the 'Test OpenCL' button once pressed
        
        Change-Id: I6678502472f646ae770be4d17d85f2a02fba8f4b

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [e6a1f33e500c4fb5e38e7d6de7ddb55af8fa8650]

        WaE: overriding destructor declaration not explicitly marked 'virtual'
        
        Change-Id: I4f155f8a28afa6a16b1859b254a339d8374a769b

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [c8818044e6e0cbcca0dcbd4aada7b260f88e8818]

        Make the OpenCL test document construction and calculation a bit faster
        
        Turn off AutoCalc while constructing it and then calculate it when ready.
        
        Use a smaller number for the minimum formula group size required for OpenCL to
        be used while calculating it. Use less hardcoded magic numbers in the code.
        
        Change-Id: I6f2c3b1035947a542776d6087bd229cb9c2892fb

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [1224bca6b7815760f106116b0dd1a895563c019b]

        Make SetGlobalConfig() public
        
        Change-Id: Ia4ac90c369a8e33ddefc6a87f877b98491efcede

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [c65e51d70747e4664c37a8226dbe2b12399d7146]

        Make GetAutoCalc() and SetAutoCalc() public
        
        Change-Id: I25d681b4b1e35af49b6631b2c3de2ccc296b9b42

2015-01-28  Lionel Elie Mamane  <lionel@mamane.lu>  [2d292a95c33a7ff6c0d2cb15c7451f72c7f9b124]

        janitorial
        
        Change-Id: Ifb0a277a27613ea1a771a8bb3b8c784b9eca4f2f

2015-01-28  Lionel Elie Mamane  <lionel@mamane.lu>  [d613f6e00cbd315f21d49e58d18178f00bda83c5]

        Query Design: use correct name for columns that come from another query.
        
        Change-Id: I25b4ccdc2f50ba89687e1f4c871f286251a28e21

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [abb5e84c74b781f3615862695db4e5eaadc12cfe]

        Do not corrupt URIs entered into the Hyperlink dialog
        
        ...by fully decoding them via DECODE_WITH_CHARSET (where charset defaults to
        UTF-8) instead of merely normalizing them to IRIs via DECODE_TO_IRI.  For
        example, entering
        
          http://example.com/foo%2Fbar
        
        into the Hyperlink dialog would have resulted in a corrupted URI
        
          http://example.com/foo/bar
        
        Change-Id: Ic37859afa59c3fdc3280cf4803d4334026e1f336

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [cead54b6e555fe907348943b4586e956771f6ad0]

        Use vector::data
        
        ...in some places where it is obvious that it does not hurt that for an empty
        vector the obtained pointer is not necessarily a nullptr.
        
        Change-Id: Id5d66b1559ca8b8955d379bcdbfae6986ef46a51

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [ed874d2eab1a6b1146f411a5a83cc790d3226f10]

        external/lcms2: Work around -fsanitize=alignment
        
        Change-Id: I57c49172fa5bb19968bf217285d0cd9222cc3530

2015-01-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bc737d90707aef51e47b436877355bc5f22307eb]

        fix crash in vcldemo
        
        Change-Id: Id502a36ece4ecc4551ee67f1818fb9886d6e0ce5

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [eaddf7dfb51df779922f24e31240a8a2a7708fe2]

        Add NORMDIST test
        
        Change-Id: I9c3d5b94d22566d63f49d9dcd73a97df97e9802e

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [36941076bc245373423dec1a2422269e8492e548]

        Make phi() and integralPhi() static and public
        
        Needed for the NORMDIST() OpenCL implementation test doc.
        
        Change-Id: I40f0d5d7ccf5963fa47d6648873ab23f8adf7aea

2015-01-28  Caolán McNamara  <caolanm@redhat.com>  [1ecf795ffaf8c63280ea92f776b53558b3227504]

        Related: tdf#82942 multiple crashes on changing text in SwInputFields
        
        i.e. load doc keeping setting text of "LINE" + ok as each popup appears
        will crash eventually
        
        Change-Id: Ibc4bb8fe65bd5dd380c0fe833e5ece2b39de5dbe

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [3e964eff2d6f01bb69e10279504319d0d6cb5d79]

        Use minimum necessary value for nRows
        
        Just temporary (haha, let's see...), the Right Thing would be to turn the
        mnOpenCLMinimumFormulaGroupSize down to some small value for the duration of
        the test document's construction and calculation, and then return it to its
        prevous value once the document has been dismissed.
        
        Change-Id: I52e9813af1ceb2410ef74723fadee21b89cffe47

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [691553c19f0a8abbdb595a4375de1cf9904df932]

        Make ScInterpreter::GetGlobalConfig() SC_DLLPUBLIC
        
        Change-Id: Idd27688055a08ffe9a6970c28cd7da6f6e1a7f66

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [0132711bce74c6e3a3658ddd35b4973ad2b4cce0]

        Add ROUND test
        
        Change-Id: Ifa0c2bc6767d9d2e9b27c5a6b30929463b20407c

2015-01-28  Caolán McNamara  <caolanm@redhat.com>  [d04540a55f533279d2b404223cc625fa251a6ea2]

        Resolves: fdo#50640 make sure we don't move away from the current field
        
        by accident by trying to select the entire field if its inside an invisible
        area where WrtShell::Right will skip automatically to the next visible area
        
        Change-Id: Iafe9ebd1430db8e6022fec89729d0abb62dad0bb

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [2208e85c5fc48f43be48b2240cc95421b47f1eb1]

        It's OS X, not OSX
        
        Change-Id: Id7cd032a8fd24d57e02d1a94e4bebccc56904609

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [0f0f0d8cba53d1a0bd7505e15989dd12f96c30fe]

        Add NORMSINV test
        
        Change-Id: I0acdc5012a89d90cab6b30fe26b321d956982586

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [328ddd2154061aaff7e1292a6976ccd3d210aef4]

        Make gaussinv() static and public
        
        It does not access any member so can be static. It is needed in the OpenCL
        test spreadsheet to verify the results from the OpenCL implenentation of
        NORMSINV.
        
        Change-Id: I72c1f6e6c0c04c0e25f4779ab334158b8d4e371d

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [787efbe6b155d6dde0d38000b108fd210471bb22]

        loplugin:cstylecast (Mac OS X)
        
        Change-Id: If1fd605c01fa892c7730930606a29a7bed9edb5e

2015-01-28  Eike Rathke  <erack@redhat.com>  [0fafb53d1c860388461f30e613a37c128c90ad79]

        let have FormulaGroupAreaListener a virtual dtor
        
        Change-Id: I1f5e246d68971124ef21e9c2d0db80499928998b

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [4e3da621fe26c2ad85258692c63a044d0541bd64]

        Some more loplugin:cstylecast clean-up
        
        Change-Id: I132d22e2af3cf673c17d8964f690d48990834884

2015-01-28  Stephan Bergmann  <sbergman@redhat.com>  [4b60941b60262be4861f5e8fba95366d3187c445]

        Clean up implementation of osl_getSymbol et al
        
        Change-Id: Ic71b7bc8e8b5783deb1f9fa89136537c24281a55

2015-01-28  Jan Holesovsky  <kendy@collabora.com>  [c99e634e06aa97d9230d9200206e9c2e8e373ed0]

        tdf#80960: Attempt to fix the cursor placement after document load.
        
        This is a blind attempt - don't have a 32bit system at hand to really try it.
        
        Change-Id: I4fe8c65b794d01e79aa93cbac440f710b630c7dd

2015-01-28  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [fb9e0063d64243ffd56174566b9eda723daf0cb3]

        fdo#86984: UI Line numbering works only for EN_US
        
        Change-Id: I0fadb6f5f96cccd4056a164a6b0f3b2fdd68a40b
        Reviewed-on: https://gerrit.libreoffice.org/14168
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-01-28  Caolán McNamara  <caolanm@redhat.com>  [e9de80aa82815e823272a1d18887f8ac6a6f7880]

        Related: fdo#50640 allow the cursor to enter empty vertical input fields
        
        Change-Id: Ib7db10d59f6d1106b33558fe5bdd076e278dfbbe

2015-01-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0d19d02809d04779e4623696a5736ba91548fd9a]

        update credits
        
        Change-Id: I649ab0e4f17fc6601efc0eabfefbe10501f8bbc1

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [91b4f63f0565232aeebb3541286cd0123706636d]

        Look for iOS SDK 8.2, too

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [30b60fb2df5fcd4d3f63c0a63e81610b0bd81fc4]

        This typedef is not unused
        
        Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
        
        Change-Id: I1ced0d7bcf368884fc8a079b047e0cbf645c3e1a

2015-01-28  Caolán McNamara  <caolanm@redhat.com>  [34d45edfd405c3e77dd9deb2c693af528751d3fa]

        add a reference configuration for coverity
        
        Change-Id: I2dc149db36a5cfdbca63ea231425168fb799abe0

2015-01-28  Andras Timar  <andras.timar@collabora.com>  [9a7bf47098fe69b5c6069372708918ef94a9d597]

        tdf#88740 fix sidebar angle rotation i18n
        
        Change-Id: I30355f3aaf77b1952e21050e3593e575571d7aaa

2015-01-28  Chris Sherlock  <chris.sherlock@collabora.com>  [20b02912eb12b33ad8353226540821285f64e0cd]

        vcldemo: include new text demo
        
        Take two: the text demo now shows:
        
        - clipping
        - arabic text
        - rotated text
        
        It shows this in a new window, subdivided into 8 demo screens to
        cover all permutations of clipping, arabic and rotated text.
        
        I've also clipped the main screen's boxes to make it look a little
        neater.
        
        Change-Id: Iaba1c29503266b72cbdcc2f48b309c28c94022b8
        Reviewed-on: https://gerrit.libreoffice.org/14215
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [607ad59737919167047eb2ed713a5999a22c18e0]

        Extract MarkBase::dumpAsXml() from MarkManager
        
        Change-Id: I85589d304dad05581bb2013166bb22f6b46cc793

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [69d7bdfb83e1073d676a0223fa0915a13a0e8fd6]

        This typedef is not unused
        
        Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
        
        Change-Id: I36807f0e43311e66f4ccd3542a4c064d5ccd7430

2015-01-28  Michaël Lefèvre  <lefevre00@yahoo.fr>  [0bac0582adac70380fe30ed16247b1b9f91d2680]

        tdf#60739 code factorisation
        
        Limit duplciation for SfxRequest FN_WORDCOUNT_DIALOG in sw shells
        
        Change-Id: Idf63f92f0061249ba937332c0be3fd6446aaa554
        Reviewed-on: https://gerrit.libreoffice.org/14182
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-28  Michaël Lefèvre  <lefevre00@yahoo.fr>  [d57cd80479fac60a2486c74257a8840e36935e20]

        tdf#60739 code factorisation
        
        Limit duplciation for SfxRequest SID_OPEN_XML_FILTERSETTINGS in sw shells
        
        Change-Id: I316e7df50df5c6d24feb953415ebf61ca822066d
        Reviewed-on: https://gerrit.libreoffice.org/14184
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-28  Noel Grandin  <noel@peralex.com>  [fe480d8136b204c8dc6c68916cce7e816f8b9c48]

        remove unused typedefs
        
        found with some minor modifications to find/find-unused-defines.sh
        
        Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd
        Reviewed-on: https://gerrit.libreoffice.org/14194
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-28  Tor Lillqvist  <tml@collabora.com>  [d1c9bd13ec7af93f5368dfda6d6d3c955f0b0816]

        CppunitTest_dbaccess_RowSetClones uses HSQLDB and thus Java
        
        Change-Id: Id0295fb45ecdf3472862d2d242a6e9e23da538ad

2015-01-27  Katarina Behrens  <bubli@bubli.org>  [8fd9c25ac66dd238d4c68be3974241a18cb21705]

        tdf#82524: Mismatch of ValueSet and metric field values
        
        Regression from commit ab50bc9d4a72193c1fefcbf0652938995094bc41
        which adds space separator between value and unit.
        
        As metric fields now output values with separator, LineWidthValueSet
        items must be adjusted accordingly, otherwise they'll never match
        
        Change-Id: I55778c9c0cc36d968a061e5e35b6db3f2a159977

2015-01-27  Andras Timar  <andras.timar@collabora.com>  [94716a4d071418ac4cef42ce85da1c42a0df6347]

        tdf#87803 bin useless $buildidstring
        
        Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a

2015-01-27  Andras Timar  <andras.timar@collabora.com>  [e0957d30ffe79e82dedd2fbb3896b26dcaac6e55]

        Updated core Project: help  74dd3c43533373b51f53f58e4697d1df76e3ec32

2015-01-27  Luboš Luňák  <l.lunak@collabora.com>  [c44ee2beb3d8bbe932dd8799f818a2c61a078810]

        when drawing a transformed bitmap in opengl backend, scale it better
        
        The plain scaling is rather rough, and in fact drawing a scaled bitmap
        the normal way gives much better results (because OutputDevice pre-scales
        the bitmap before it's drawn). This one may be a bit slow perhaps,
        but hopefully nobody there's no code that'd extensively use bitmap
        drawing with custom transformations (wishful thinking).
        
        Change-Id: I83e05307adfaeac0ed0757f1a0b2603f64caf8f8

2015-01-27  Luboš Luňák  <l.lunak@collabora.com>  [df290c63451723ae05833cf5f13342d4c93f94cc]

        make it possible to easily have variants of glsl programs
        
        Now it's possible to add a preamble to the compiled program, so there can
        be just one program with #ifdef's inside and the small variants can be
        selected using #define in the preamble instead of having several almost
        identical programs.
        
        Change-Id: I6c5112313b91b6269ebdecdfc896e0f96209ea2b

2015-01-27  Michael Meeks  <michael.meeks@collabora.com>  [d3ac5c2d68fe6affc03e200ff985b4da1d4cf2d0]

        vcldemo: revert argument parsing breakage.
        
        Change-Id: I0b8ecf19d71ba3151b3e61c4cf22524cc0852c5c

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [e8d3dfd9c4c2674ac759fda2a5546e89a34d728b]

        Revert "merge these two selection changing hunks of code"
        
        This reverts commit bef9cc01c7da9fd75393bfa1818e07f484306829.

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [78a5c5dcf0bd0a4406ea5d7da7573010863299b8]

        fix windows build
        
        could have sworn it built under windows under jenkins
        
        Change-Id: I97501d09b417ba1f8701f7efe884f26a7714a98a

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [bef9cc01c7da9fd75393bfa1818e07f484306829]

        merge these two selection changing hunks of code
        
        Change-Id: I4113a38a3a15cd2173f9a2530dc2e7278b8713b2

2015-01-27  Tsutomu Uchino  <hanya@apache.org>  [7daf15884d980a8b848f3bdf9bdaed498dcb7b55]

        Resolves: #i85241# store settings about value highlighting in document
        
        (cherry picked from commit d3fb83cbaea17418def1ace6e868d8892d64d85d)
        
        Change-Id: I34b4ee12e4af8300a51d72f0dd36e27c79832eb5

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [61cc3f285a3d32b754435d1a1b513abeca8fb4e7]

        Adapt FractionPrinter
        
        Change-Id: Ibc6302ea52458874f748f3ec2757bb60ad742fce

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [7d7c7c44e52814acdad39c6e92e53fd332c1e683]

        UBSan-detected overflow when nWidthPixel is LONG_MAX and rCurrentZoom is 1
        
        ...from the call to
        
         SetColumnWidth( nId, LONG_MAX );
        
        in BrowseBox::AutoSizeLastColumn(), e.g. happens when opening the Gallery in
        Draw.
        
        Change-Id: I151ae557d9d2bec52ecb0bd92b870fb0b91d7242

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [911f3a122a6adc36ac25940b29627b26405e2379]

        these are const inputs, we fill widths from pGlyphIds via pEncoding
        
        Change-Id: I32d8bbc5083223b540f76a928de505d611627957
        Reviewed-on: https://gerrit.libreoffice.org/14196
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  László Németh  <laszlo.nemeth@collabora.com>  [cc724c37232b721537d66c997a66c0d7866948ea]

        tdf#88810 XSLT address export: cleanup and more optimization
        
        Change-Id: I5994bf129960863a081b0e263241b62848ad153c

2015-01-27  Eike Rathke  <erack@redhat.com>  [e5eb67781e352b5c13494f1ea1e39ea3a4dc0629]

        add unit test for tdf#88786
        
        Change-Id: I0cb533399a1e3ce83875f2966cb59354e92f05b5

2015-01-27  Eike Rathke  <erack@redhat.com>  [b435ca9e6f826704314f8a437c352aa799767bd4]

        Resolves: tdf#88786 correct matrix sub operation
        
        Change-Id: Ib5ce2ffe17cc34e0b3f04ebc06ea392707b7b9e6

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [c072bd1df9bd01b34b99fbff50ee09bd5f5ac6ee]

        Lock SolarMutex around fmFormShell::DetermineForms calls
        
        At least in JunitTest_forms_unoapi there are calls via URP of
        
         SfxShell::UIFeatureChanged
         FmFormShell::DetermineForms
         FmXFormShell::elementInserted
         cppu::OInterfaceContainerHelper::NotifySingleListener<...>::operator()
         cppu::OInterfaceContainerHelper::forEach<...>
         cppu::OInterfaceContainerHelper::notifyEach<...>
         frm::OInterfaceContainer::implInsert
         frm::OInterfaceContainer::insertByName
         frm::OFormsCollection::insertByName
         ...
        
        where SfxShell::UIFeatureChanged does an svtools::AsynchronLink::Call, and there
        are notorious crashes during JunitTest_forms_unoapi in
        
         vcl::Window::ImplRemoveDel
         Application::RemoveUserEvent
         svtools::AsynchronLink::~AsynchronLink
         SfxShell_Impl::~SfxShell_Impl
         SfxShell::~SfxShell
         FmFomrShell::~FmFormShell
         ...
        
        and the naive hope is that the former's unlocked operations cause some
        corruption that make the latter operate on a dangling AsynchronLink::_nEventId.
        
        (As always, the question is at which level to lock the solar mutex;
        frm::OFormsCollection et al appear to be properly mutex'ed, FmXFormShell appears
        to be virtually un-mutex'ed, except for some smelly m_aInvalidationSafety and
        m_aAsyncSafety, and FmFormShell and SfxShell appear to run under the assumption
        that the solar mutex is always locked.  So stick the guards into FmXFormShell---
        which is the only place calling DetermineForms---under the assumption that that
        is the most likely place needing general mutex clean-up in the future, and thus
        bears the highest chance the potentially becoming redundant guards will be
        noticed again.)
        
        Change-Id: Iad0f4bd9af2bf62330e26ac50edd170f470e79c4

2015-01-27  Michael Stahl  <mstahl@redhat.com>  [5cb69b6653097b0772e112f0979fc9ee7da18fa8]

        vcl: PDF export: AFM may contain 16-bit code points, unlikely to work...
        
        Change-Id: If7d67cd92a878bd1cfcc838ec9b7c9303975b255

2015-01-27  Michael Stahl  <mstahl@redhat.com>  [5183910a90e97cafc3cfaaad40acdaec0b792f6d]

        rhbz#1177022: vcl: fix PDF embedding of Type 1 fonts
        
        Problem is that for the "CM Typewriter" font the Width for "space" (32)
        is exported as 0 instead of 525, which is the correct value in the AFM.
        
        The reason is that PDFWriterImpl::emitEmbeddedFont() has various arrays
        to map from font code points to Unicode code points, and there are
        duplicate mappings, so the 160->32 mapping overrides 32->32.
        
        The PrintFontManager::PrintFont::readAfmMetrics() actually creates a
        Unicode to font code mapping (which may legitimately be n:1) that is
        then inverted; add an additional hack to store a set of "preferred"
        Unicodes so that PDFWriterImpl can pick the right Unicode.
        
        Presumably the code that is stored explicitly via "C" or "CH" in the
        AFM should take priority over more generic mappings.
        
        Change-Id: Id4205a1cd45ba6a0a5facee1e39f70c3535e7dd4

2015-01-27  Tor Lillqvist  <tml@collabora.com>  [ad3e0989d137ef765d634cb07a7a7a46ecc774ff]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: Ie12339760904329d690bbe4863286e005ebde380

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [c3fcec765cc3a9e4aad30685af9aa44491bf1d08]

        loplugin:unreffun
        
        Change-Id: I54a79059fbba4709cc445a5f200e4fac3b35ed48

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [d9a4fe4581d973ad06375af8ae6e1204f490821a]

        Use vector::data
        
        Change-Id: Ibc8a0cedf8e99986698fca9fa467e24907184148

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [aedcd7684b23166e700ef816c68d6d049f5cf0fa]

        error: variable length array of non-POD element type
        
        Change-Id: I65fa98537d883057285c24608582d1facbed2ca0

2015-01-27  Jan Holesovsky  <kendy@suse.cz>  [3b3b79bf00228d13f9ee28c30ee0c9dc224670fc]

        More info about usage of get-bugzilla-attachments-by-mimetype.
        
        Change-Id: Ia3f7c47b1fce782b5ec37ce28f1f3d452266ddcb

2015-01-27  Chris Sherlock  <chris.sherlock@collabora.com>  [fe98210e4c45b3fefd1c4f096d9f7a93e578b5c9]

        vcl: vcldemo correct mbArabic variables check, disable rotated text test
        
        Change-Id: I48e07924257ca51f0b5b8c3aa2c761835bcb1857
        Reviewed-on: https://gerrit.libreoffice.org/14203
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-27  Chris Sherlock  <chris.sherlock@collabora.com>  [6c3aeeafbfe06b2b3b553dd1ef424f6d88c8a22d]

        vcl: vcldemo now shows rotated text
        
        Change-Id: I7d701c6b39084b7f4046aed53fb677679709e2f0
        Reviewed-on: https://gerrit.libreoffice.org/14192
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-27  Chris Sherlock  <chris.sherlock@collabora.com>  [414b118a80c81ef1737958d91331e5b46f4cd3c1]

        vcl: vcldemo now shows Arabic text
        
        Change-Id: I7151341962457d46454c07d0a7a5c08b16c23791
        Reviewed-on: https://gerrit.libreoffice.org/14186
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-27  Chris Sherlock  <chris.sherlock@collabora.com>  [786d5bce816fd0a44a5f525ce59b81412e4c1bc7]

        vcl: clipping text demo now included
        
        vcldemo now sports a new demo that shows that text is clippable. Also, I've
        clipped all the thumbnails to their boundary boxes, just to make it a bit
        neater.
        
        Change-Id: I5163ad0d5e249ce53a390773399fc64d9fbd8cf0
        Reviewed-on: https://gerrit.libreoffice.org/14185
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [4add6c3f2a4a43de65b457223b61659c97e03149]

        add assert that first element is 0
        
        Change-Id: I75602b6941f291703c85c841837b432da455a7ef

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [81b5d8427e29849915d544e5c17c3ea3c3e26043]

        Resolves: tdf#88819 printing with ps hangs
        
        regression from
        
        commit bbf3aa7f92c194c9cc4546c95706e6b28e0c070c
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Fri Nov 14 11:06:44 2014 +0000
            coverity#705989 silence Insecure temporary file
            and
            coverity#705983 Insecure temporary file
        
        Change-Id: If580196322e68098adc38a9fdb775827843a9c30

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [199cec3af070a59fd8e4bc550e9819e3949c2d08]

        remove spurious xDocStorage temp
        
        Change-Id: Ia47394bcd4d39fca5096413ca7e0fbffbc3d7ac6

2015-01-27  Tsutomu Uchino  <hanya@apache.org>  [41146013ad088e6539335454edffc0a394a1d24f]

        Resolves: #i98734# save/load ScaleMode property of image control on dialogs
        
        Suggested by: Frank Schönheit <frank.schoenheit@gmx.de>
        (cherry picked from commit 350c4f9a01b88d4fd1006465151348ac5d459f1a)
        
        Conflicts:
        	xmlscript/source/xmldlg_imexp/exp_share.hxx
        	xmlscript/source/xmldlg_imexp/xmldlg_expmodels.cxx
        	xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
        	xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
        	xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
        
        Change-Id: I2a11809112c0b1b53349f5b74dca20897d4a6acd

2015-01-27  Caolán McNamara  <caolanm@redhat.com>  [dbf15c904425a4358b3c930ddff4c01982138ef6]

        add a length arg to GetEmbedFontData
        
        for the cases where we don't want the full result
        and mark some ultra-dubious code with a TODO
        
        Change-Id: I7cf57b8d44bbad2a6db86a8b862a757ae5062c50
        Reviewed-on: https://gerrit.libreoffice.org/14189
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  Michael Meeks  <michael.meeks@collabora.com>  [7f0dcdfd22f90e2697d8858558b66174bd64ae34]

        sax: minor optimization
        
        Change-Id: I4812a567e37789c71af0cc6ba8f5a5caf0e3ec93

2015-01-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [acabab05c1f99f9bd47638b9d3899d2e64aca1de]

        fdo#39468 Translate German comments - sw/source/core/text
        
        Change-Id: Idee941019e87f4e132110adf566e432f99df79ce
        Reviewed-on: https://gerrit.libreoffice.org/14174
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  Lionel Elie Mamane  <lionel@mamane.lu>  [b5dd15832a0d88e407511e408d833ebf5c764534]

        this seems to be the intent of the code
        
        and what it did prior to the OUString conversion
        
        Change-Id: I97aba7e51f56e77101f591d7e9849b7243d6c90b
        Reviewed-on: https://gerrit.libreoffice.org/14179
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  Lionel Elie Mamane  <lionel@mamane.lu>  [42685b663388dd81fed5d6a6f2c0168a22e84f02]

        fix damage done by OUString conversion
        
        OUString equalsIgnoreAsciiCaseAsciiL and
        String EqualsIgnoreAsciiCaseAsciiL
        do *not* have the same semantics.
        
        This seems to be the intent of the code,
        and hopefully what it was doing before the OUString conversion.
        
        Change-Id: Ib1686254876f2b3105275a7f7c53eef1e20c39b6
        Reviewed-on: https://gerrit.libreoffice.org/14180
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  Niklas Johansson  <sleeping.pillow@gmail.com>  [9b7b1774459edb93f2d3a11b2441851f4355a613]

        tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updated
        
        We need to adapt the accessibility code to handle VCLEVENT_TOOLBOX_ITEMUPDATED,
        since it is now sent from vcl/source/window/toolbox2.cxx.
        I have tested the patch successfully on Windows and Fedora.
        
        Change-Id: Ia4328d3c34547cc28ce9a3946f90223442ee84e3
        Reviewed-on: https://gerrit.libreoffice.org/14190
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  László Németh  <laszlo.nemeth@collabora.com>  [06679dc5fa35fd0ac0e9c18427b869225435c581]

        tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tab
        
        Change-Id: Iecedb87f6329c1cddcaa4cd939b349924e58d256

2015-01-27  Takeshi Abe  <tabe@fixedpoint.jp>  [9efb04dfbf70e123da1755adcede8199eabf0d9a]

        Fix a single quote slipped in
        
        See void SmNodeToTextVisitor::Visit( SmFontNode* pNode ) for comparison.
        
        Change-Id: Id7e58fef3b715ef2a4bcb4e1a1d390aadf917b5f
        Reviewed-on: https://gerrit.libreoffice.org/14193
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-27  Stephan Bergmann  <sbergman@redhat.com>  [0866023fafe4665f488eaea65a32cd1364e21594]

        Get rid of std::auto_ptr in stable URE interface
        
        ...the deprecation-warning noise is getting ever louder, and eventually auto_ptr
        will just disappear.  Just surrender and use good-old plain pointer and deletion
        in dtor---it's probably the best to do in this stable interface.
        
        The change is backwards compatible.  For one, in all relevant standard libraries
        (libstdc++, even in debug mode; libc++; msvcrt) sizeof(auto_ptr<T>) equals
        sizeof(T*).  And for another, the removed UnoUrlDescriptor ctor was only called
        from within cppuhelper and had deliberately been left out of
        cppuhelper/source/gcc3.map (so isn't exported at least on Linux)---marking it
        SAL_DLLPRIVATE had probably just been forgotten when retrofitting cppuhelper
        with CPPUHELPER_DLLPUBLIC annotations.
        
        Change-Id: Ic8bce29d93938f2b2e0a264baee85132668e1294

2015-01-27  László Németh  <laszlo.nemeth@collabora.com>  [779581feed4886313746a71e9e738d736977be1b]

        tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX export
        
        Using OStringBuffer instead of fixed size character arrays.
        
        Change-Id: I06b705e2159a1ef5990f9eb0ffedd20fe277c616

2015-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [58a50c3dc74cc9bd298d6b4156e45a8dbbffc116]

        Extract SwPosition::dumpAsXml() from MarkManager
        
        Change-Id: I7832f484861d32b01c8d5edd1adc4a80072cf7e2

2015-01-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [19669b2c2d77ddf5d7a07a655ca21d0557e7d603]

        fix memory leak when exception is thrown
        
        Change-Id: Ie9702da32f27134f0c2c263fcded417c51a17b2a
        Reviewed-on: https://gerrit.libreoffice.org/14167
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-01-26  Eike Rathke  <erack@redhat.com>  [9266abdb548ce99ebd891080fa263e930c5234e1]

        operate on UTF-8 encoded string, tdf#76870 follow-up
        
        Change-Id: I00088a34a41f8adc4204f490fedee434c96bac67

2015-01-26  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [25434372bf56e0ebdb7e7d47ab3c14c68211509f]

        fdo#76870 Add support for Excel2013 function ENCODEURL
        
        Change-Id: I369bcd58055364757b6a098fc3aa0c0065c79b67
        Reviewed-on: https://gerrit.libreoffice.org/13478
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [6744fe62973edbc2a4108905192fce4b2854ac39]

        -Werror,-Wmissing-braces
        
        Change-Id: I86f9b9ada62687e8159497bf428e18be1442c8a6

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [37dc4bdbf25847c95f1668553dbae3e2dc885816]

        Resolves: rhbz#1177022 no width set on space glyph with CM Typewriter fonts
        
        Change-Id: I0dfb044b8a339fa6c473e42f31fc28c200cd03ea

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [7f003e70973a4ed31bb32adf1cac3d5a0c0b6ba9]

        -Werror,-Wunused-const-variable
        
        Change-Id: I526feb77b85607438dd9816ad02e06a2c7720fc8

2015-01-26  László Németh  <laszlo.nemeth@collabora.com>  [06c752f405ec95c85045632aa41664cc8f34d493]

        Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX export"
        
        Build problem on Android-ARM platform...
        
        This reverts commit 0d2ce71afe0cb2657a6919e641e54c8fc9ba288c.

2015-01-26  Eike Rathke  <erack@redhat.com>  [92fd7a6b029e6ebad651a0e4636fa9c9229c931c]

        no hurry to publish XCalendar4 and LocaleCalendar2 now, tdf#63230
        
        Change-Id: I05343a0c541ae2f66eedd7cc033140f810f3b1a2

2015-01-26  Eike Rathke  <erack@redhat.com>  [58da9ef3f19643e20b9b22c3a3f0855c62c0d199]

        merge existing date input tests to new unit test, tdf#63230

2015-01-26  Eike Rathke  <erack@redhat.com>  [ce20ba5d3d6c6a88e0fd469f8bfe07e6decb3b26]

        add older problems to unit test, tdf#63230
        
        Check that various older problems remain fixed.

2015-01-26  Eike Rathke  <erack@redhat.com>  [9a5f4b3b8374da48369ab71e03fbf7713ef198f9]

        add unit test for tdf#63230
        
        All problematic dates of
        https://bugs.documentfoundation.org/attachment.cgi?id=79051
        
        Muchas gracias to Isamu Mogi!

2015-01-26  Eike Rathke  <erack@redhat.com>  [c72cd80f4503f54f6c79cdc1ab03b0654663f488]

        use XCalendar4 local date/time in CalendarWrapper, tdf#63230
        
        Replaces the three-step timezone+DST correction. Hopefully ICU does take these
        into account, but this needs to be double-rechecked and if necessary
        correction be implemented at XCalendar4::setLocalDateTime()
        
        See also
        http://userguide.icu-project.org/datetime/calendar#TOC-Ambiguous-Wall-Clock-Time-Resolution
        Interpreting as standard time for non-existing times sounds like what we need
        and covers the dreaded "00:00-01:00 doesn't exist" case that decremented the
        day and was fixed here with the now removed workaround.

2015-01-26  Eike Rathke  <erack@redhat.com>  [cd528c3099ffec4f34565820b923d6385478e44b]

        implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230
        
        Implementation only, new local date/time routines not used yet from the
        outside in this step.

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [15e1c881684c0127c0ca989924bbf2508b4fd780]

        don't strip font names of apparent script suffixes anymore
        
        e.g. "CM Roman CE" should be left alone.
        
        bump font cache id to invalidate old cached lists
        
        I think this practice stems from Window 3.1/Word 95 where the encoding was
        included in the font name
        http://www.webcenter.ru/~kazarn/eng/fonts_ttf.htm#charsettbl Microsoft Office
        still generates RTF files with weird-ass Win 3.1 style fontnames but any actual
        existing fonts that happen to have names that fall into that pattern should be
        left alone now.
        
        Change-Id: Ibb704048d63b33ce510d6b1076700c6e94a0af2a

2015-01-26  László Németh  <laszlo.nemeth@collabora.com>  [0d2ce71afe0cb2657a6919e641e54c8fc9ba288c]

        fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX export
        
        Change-Id: Ie6a024463e7ee9b0f4492b2431533708a578faf0

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [6de91546198e5bfbe0399274284114b550e2f030]

        Make sure _nEventId gets reset after calling RemoveUserEvent
        
        Change-Id: I8f90fb809d5275e8a74964776f01f4d563f2e657

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [2de1b86d79ca29c53d31606a10ac745d3621fb2b]

        external/harfbuzz: Fix types of functions called via pointer
        
        (-fsanitize=function)
        
        Change-Id: I009f1558990a46900e2dfa56492827cb6dcfb3cd

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [3f5ccf572a12d1ac54d47ab7fcdc23f7bb8f132b]

        Fix types of functions called via pointer (-fsanitze=function)
        
        Change-Id: Ife0151a04477ce30bb132e6dfae9f4d3a74bf4b0

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [b6ee5cf707343e5393514a47c024535ea6c1b7d1]

        external/lib{odfgen,revenge}: Declare proper symbol visibility
        
        ...not only when building the libs themselves, but also when including their
        header files from other code.  (Omission only becomes obvious with hidden
        function type RTTI causing false positives from Clang -fsanitize=function.)  As
        these external libs do not record the decision to enable visiblity in a config
        header file that gets included, it appears easiest to hack that knowledge into
        gbuild for now.  (Note that libodfgen internally uses librevenge.)
        
        Change-Id: I6a3a722d561b8cbce6e5b1f27d7aa2d7602f3cdf

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [6f762e3a26be0dae8ad65f46a4a4b7193a494242]

        external/libodfgen: Visible function type RTTI for Clang -fsanitize=function
        
        Change-Id: I32c115aa46855375cc28402f21f4f63299e165d4

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [44c673b978ef958ae85754f8cf5045182c511eb5]

        external/icu: Visible function type RTTI for Clang -fsanitize=function
        
        Change-Id: Ia972d7364b5acfbafd9df5b07f4fb8bd6efbab5f

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [b3a7e32e8d92bb2ef5b9ec4ec7149518cf3741ba]

        external/cppunit: Visible function type RTTI for Clang -fsanitize=function
        
        Change-Id: Ie2a6e993b7982629aed650d6534a09a9eefe1c51

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [875dc064aa3533dcc41416166ba957c02f81f0bf]

        external/boost: Visible function type RTTI for Clang -fsanitize=function
        
        Change-Id: I6a1ab01bbe5cd128b132c3f6dde4b520ddb4c373

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [598d8194b0ea1a64e0ebba28a86c128bafa57c7c]

        Visible function type RTTI for Clang -fsanitize=function
        
        ...by adding some further SAL_DLLPUBLIC_RTTI type annotations (cf.
        b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for proper RTTI
        visibility for LLVM") and by making sure relevant function types do not use
        incomplete types in their parameter and return types (which would make the RTTI
        hidden).
        
        Change-Id: Id7aadcbc0704b9759968ae36266fc9ce11a2e340

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [64235bc9896911b4abfca47089ac1e71056afea7]

        lokdocview: fix for missing gtk_table_get_size()
        
        Change-Id: Ib3f9849c2f28375a7e8bcd6575a6c3da0860d4fb

2015-01-26  Luboš Luňák  <l.lunak@collabora.com>  [1854a92340bb46d892d24265d28b9781309c1d6b]

        there's no bigger or smaller half
        
        Change-Id: Ida0e92abd806d017d17365fa2ac53b4f7cb2ebad

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [22fe039000e57c156e5a4317f899987a9a043974]

        coverity#1266484 rework to scrutinze mnLen
        
        Change-Id: I8fb6d555a7f7afe02b4c0297d3fe4e456ba41dd0

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [bbc17bc8ac9132379d1348de761793bf2961d96b]

        coverity#704347 Logically dead code
        
        const bool bSelectUp = ( bVert && !bRow );
        ...
        if ( bSelectUp )
            ...
        else
            bVert ? (bRow ? 0 : 3) : (bRow ? 2 : 1)
        
        the bRow is only queried on the non-bSelectUp path
        if bVert is true then bRow must be also true, because
        if bVert is true and bRow is false we would be in
        the other branch
        
        Change-Id: I784b41dbfda1afaf574fd8259eff3ab5cc5550fe

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [1d687e81769a42540b1fe4206dd58a2d3236f47e]

        coverity#708424 Uninitialized scalar field
        
        Change-Id: I96d4c457f8eb64de7d2009b6d6b78fda4a15a4d8

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [0934ed1a40c59c169354b177d7dab4228de66171]

        coverity#1266485 Untrusted value as argument
        
        Change-Id: I7708ecaf5412535055584ed6c71beaa9cd71c10c

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [83e3abf7e41ebdbd0924227075eb861195638074]

        coverity#1266480 silence Pointer to local outside scope
        
        Change-Id: I2b4b0704afbf750aae0ef59f058c6000a06dc185

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [958bcfc9f8366d459befb61ec7ace35a36079a08]

        coverity#1266489 Untrusted loop bound
        
        Change-Id: I5903dafb4bb29657a5b6e239cb918e656c381315

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [dada981a72e47b03d77e8643a8cbeb6b219ecfac]

        coverity#1242859 Untrusted loop bound
        
        Change-Id: I60d68ef1e0f4035a650248047816cb8328fcfce0

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [754cc6c18967f687c6151d34f3fe14a38f9ad4f9]

        coverity#1266476 silence Dereference null return value
        
        Change-Id: I1085d6df3af1198e0fc087da4058f705f13e2f61

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [f848e9cc28d5a26f1f706ea35db16a9f5ad9376a]

        coverity#1266518 Use after free
        
        Change-Id: Ic50ace9d1421c9207ac95c54f363072c69b9ad00

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [83de961e0d5fcdcf2ca096736a03887e1cdf2ed8]

        coverity#1244945 Untrusted value as argument
        
        Change-Id: Ic969ea78a53d0a67591dd476bc01fbdce18c7eab

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [381ea04355deae554aeb84f373f012e28518a5f2]

        coverity#1244946 Untrusted value as argument
        
        Change-Id: Id7ad0f2060afb2f12d3111400f45d3d63e6abf8f

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [b700de5417742c2c1c3f01692313d25d610dedc0]

        coverity#1244944 Untrusted loop bound
        
        Change-Id: I8687e4ac621470f8f5f870c079d5740369bb4555

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [74fe2a1500ac3dfbc95c9fcb42e4044fee0ee766]

        coverity#1266491 Untrusted loop bound
        
        Change-Id: Iecca52277a2aea438c277da24afffcaeaf1119f1

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [ec7d0a45cc1c6db0d5b0dce8c4d2a03d3156c45b]

        coverity#1266465 Improper use of negative value
        
        Change-Id: I21ca714a701f58aa413bc508eb1ad128ebb39e58

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [c58d4919f27e54a554a86439ae995dd758fe24c6]

        coverity#1266438 Unintended comparison to logical negation
        
        Change-Id: I96732e57c4e40b1e9e7ff6b18fa7250b80af31bd

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [10d728b63fe3c9885f54c4c6576fa798294533b0]

        coverity#1266468 Dereference null return value
        
        Change-Id: I5ea0e972eeb585870f309e7e73ba4b1ece5dfa6a

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [6ede99c8ed7b1e4546ddfbac6f1cdb4cba34d7e5]

        coverity#1266471 Dereference null return value
        
        Change-Id: I8ef36169011b1ef9d4b163e1b019a44b2d5add03

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [2a721220c6886a729cab8aab1f14926f5bf18981]

        coverity#1266469 Dereference null return value
        
        Change-Id: Ia274259186e78848638a4c828c6acded1fcc86a9

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [681ee4b6af732378ec684890efec1729f29c3732]

        coverity#1266467 Dereference null return value
        
        Change-Id: Ifc6aa75417e9b43afd103079a6cd986e79f0c069

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [7cf0b06bd99af3fcf1cb8622c24def173798bb1a]

        coverity#1266442 Dereference after null check
        
        Change-Id: Ib1c2ba3546ed3a8fb60484257c0c8995be160908

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [a00df5c384dea542fbb47d7d0d4ae3ca14cc8bd1]

        coverity#1266488 Untrusted loop bound
        
        Change-Id: I41592965590d53fbaa632cf01abed430427a9698

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [4223914a61c73b2167881c599f5feab7e1254f76]

        coverity#1266486 Untrusted loop bound
        
        Change-Id: I3c2ad66dd181c33073f8393dc81d1f56a80d5a87

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [9cc20c9f0080270aff096f4e7e7aecbb01aa9a5f]

        fix coverity#1266487
        
        Change-Id: I414dae9b5de83d0e0f9c3195262995cf0f4fd3e2

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [417bd8ad9018337f5177270a03c50b444461a628]

        coverity#1266447 Explicit null dereferenced
        
        Change-Id: I4fc92ef828d549d968692a5a33f8dbcded27f7bb

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [caeb3dead010f6add6b4ea3f57ff0f3f7991ab18]

        coverity#1266444 Explicit null dereferenced
        
        Change-Id: I7b7beddf7769d92152c483eacd957348717b4a22

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [bb12434f9fd9766598955a2257c62b4e3c3090f2]

        coverity#1266441 Unchecked return value
        
        Change-Id: Ifa0ebd05ed22a5c32b75b7c86e1910eab291fa55

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [9cb0833c07f0ab0d4b619bfe08cdaf5877afd1ab]

        coverity#1266446 Explicit null dereferenced
        
        Change-Id: I1ed3bee339855383c56e05bd3cb0031472ce6f55

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [0d6a7a56625f7bdd63d87455b7a34cecbb4bf7d2]

        coverity#1266443 Dereference after null check
        
        Change-Id: Ia267546994c34cd6dc8e65cbb7e701c9b300816a

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [b4daae0f4da8c5c7770dc6d8fb8da49ac95fcf56]

        coverity#1266449 Explicit null dereferenced
        
        Change-Id: I33655eac7973b1824179b376417d6a402f922944

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [5c8c7aacc9eb1250d36a5d8e966be68a90f7e5c0]

        coverity#1266473 Dereference null return value
        
        Change-Id: I3f6bd3687d8546f4ad24043294b3e6dd5eb8b294

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [0efc6db2dd460e53f4eec5a26e1b65287b82d2cf]

        coverity#1266440 Unchecked return value
        
        Change-Id: I84a9c08e539c98408d49b2f4276fb547d2deefd7

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [60bac4a8e47c87ec30e70d2c0120072aba931d5f]

        coverity#1266460 Argument cannot be negative
        
        and
        
        coverity#1266463 Argument cannot be negative
        coverity#1266466 Argument cannot be negative
        
        Change-Id: I4e910fa189be3b6cb8e9a6163a0d24dfcc1ef7d8

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [f191139bcec033102ca209c43b4f542abf100f70]

        coverity#1266461 Improper use of negative value
        
        Change-Id: I4f78617129de21f7088d6f0d8b781674faa6b45a

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [7be08f650d0d78e2f812b4161c579e84f7e86e1b]

        coverity#1266487 Use of untrusted scalar value
        
        Change-Id: I6de5b1e4d363063ec5d9e471c40cf1f943468634

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [cc8d68d6f23fd2cde8a47c8aced9fbecfb48ec94]

        coverity#1266519 Use after free
        
        Change-Id: Ib6b3b33f4b45e3bb0ff35d9e82db46bf59c60916

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [afd87354a89093f172d6949d00f735f4e1e24523]

        coverity#1266451 Explicit null dereferenced
        
        Change-Id: I66beecf2e1bb721f6bd2b563cc04c02570a0a306

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [fe71d9e9f12929c845c53c384a3b2dba53a6194e]

        coverity#1266448 Explicit null dereferenced
        
        Change-Id: If16ef982e7d9ae85ee73fa21ef97b328714bf9b8

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [d57d8eb4c4fa7845bf67bd0c5b931c38b42841b2]

        coverity#704680 Dereference after null check
        
        Change-Id: I50a6067b828cb5277f91aba697b419b8d0167efe

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [1b919a83e7d6723ee2c2b8c42d55059e3c3dda5f]

        coverity#1266459 Improper use of negative value
        
        Change-Id: I9b924f7a6e5f216e1429259239ac598a10d1d5dd

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [5b70a95affa29119bbb0c934bf99ee6755de336e]

        coverity#1266452 Explicit null dereferenced
        
        Change-Id: I2cc0edfdc432f35233edef4d8fb2a60c34e1fc7f

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [c38a384cddfbdf8c20f01bdb87b170133bc30e59]

        coverity#1266450 Explicit null dereferenced
        
        Change-Id: Ia9a2ef623eeeed1d31bf62a18086b540dc394810

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [c3666f94792777f856a794b205c07191ff33b39b]

        coverity#703982 Unchecked return value
        
        Change-Id: Ibcea87db4fcb9d8cd9d1370ea314ffbc7a8acc64

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [a1b37b675e512aebf5a8b9d610cd39ebedb1c1dc]

        coverity#1266502 Useless call
        
        Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0

2015-01-26  Caolán McNamara  <caolanm@redhat.com>  [91a3976aa88039d48b71242c8b8d01341d154b09]

        coverity#1266495 Untrusted loop bound
        
        Change-Id: Ia96b29f291cf4dc97d2a4998850d641f16cb2a01

2015-01-26  Michael Stahl  <mstahl@redhat.com>  [c106f83da16726506962e19bcbc3d4c25415b81a]

        sal,sd: Windows SDK 8.1 deprecates inet_addr()
        
        Change-Id: I443f73fab48f1b66b38e2c77af0fe89f99ee4cd0
        Reviewed-on: https://gerrit.libreoffice.org/14142
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6587d789ac67daa94677670c6e3a001e45c139d]

        gtktiledviewer: fix for missing g_info()
        
        Change-Id: I04a91065526b49bacb72c7d4865440efc3b3f7d0

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [883ae86d2a204dee39f0288733901a5b8ac70d8f]

        fix for missing g_info
        
        Change-Id: Ibfab6d3aadb126fc357fd2d15485dcde8ceefa94

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb2de5c700e9c19abf96228ee8610d608d568652]

        LOK: don't ignore all callback events when we're in the callback already
        
        There are two conflicting requirements here:
        
        - if there was an invalidation event, and PaintTile() is called due to
          that, then we're not interested in invalidation events generated by
          PaintTile() itself.
        - we do want other event types all the time like the cursor rectangle
        
        Change SwViewShell::libreOfficeKitCallback(), so that it doesn't ignore
        all callbacks when we're in the callback already, just the so far only
        problematic type: tile invalidation.
        
        Change-Id: Idcaedbbe0fe2b5b1aa9bafbfe33a81c8011fe148

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7ce08fbb1fa7f5f91d5fc2b2257370976fc4c30]

        sw: missing consts
        
        Change-Id: I052c8dfb668cbc31ba03d9b68bc21be58fce0e2a

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e57a6494da2a3ae3111d9befafb0fc23de80e01f]

        android: touch pop-ups keyboard and sends mousebuttondown event
        
        Change-Id: I98bf7c5ae4d31ab1a48321d1c5a3a4858cd3e00b

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f6e82e2e8bc682a2de8bec19d6226f812f24eaaa]

        android: convert to document coor. and send it with touch event
        
        Change-Id: I11286f73d23b21ee1e35e332b64b8bb37f7aaae8

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [06da73832af106f3b4a1921df53037e81614feae]

        android: view point to document point conversion updated
        
        Change-Id: Ie8a712f3fa24d0ffeef3ef524c02e97acdb1237e

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [525d73fc41bdb8afe227d6207e1f5d6df27ca24b]

        android: extend touch event with transformed document coordinate
        
        Change-Id: I17e48bd39b799dc41b8d0402652f70d33ba002d7

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [41e5824de88d9caa62612a8ca7265014635fb3de]

        android: add mouseButtonDown(Up) to TileProvider + impl.
        
        Change-Id: I1ca2242d2bc7ee7d2d48a4a5f5bcc6e77edfaa2d

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8fa9f14a77216f3aba23db306fe8c4fc7c42b7df]

        android: add some comments to TileProvider interface
        
        Change-Id: I1c6f7bccda2392235242f5c26af1437f1365f728

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0b50231d901b477caacfa8bad7b71cf5b6015cd]

        android: translate DEL/ENTER in LOKitTileProvider
        
        Change-Id: Idda4769fc85a4059ba46706430f30ed247dddaa3

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1d2c39afbef155b991c211dcef97eeba828b996]

        android: use getUnicodeChar() in LOKitTileProvider
        
        Follow gtktiledviewer's approach for keycodes: unless it's a special
        key, ask the system to provide the Unicode equivalent and send that.
        This makes typing work, except for special keys.
        
        Change-Id: If9891ddfb0d52e1160099aa00580d1b261e71e61

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a791560cb545b548900efd9cf9f73717f12a54e2]

        android: make sure the soffice.cfg directory is always available
        
        Otherwise FSStorageFactory::createInstanceWithArguments() would throw,
        resulting in a css::configuration::CorruptedConfigurationException
        later, that makes LO throw up its hands in Desktop::Main() and say that
        the instset is simply corrupted, there is no point in continuing
        further.
        
        Change-Id: I3a401ee77f4fbf1a42a09c5fedd7681b4f32e952

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [004695708fac830282fbffd6aac6dcc72887b43d]

        android: disable Impress View -> Slide Pane
        
        Change-Id: I5a3c014894fe74781cf050f3cd2ce2bcc0395cb3

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [718e46c16d8e1749f78f40eeeb54b4f14b375918]

        configure: fix --with-android-package-name wrt ndk-gdb
        
        Default to the package name that makes ndk-gdb happy in case
        --enable-dbgutil is used (can be extended later to --enable-symbols /
        --enable-debug as well, if necessary).
        
        Change-Id: If9dc09f48c895a4a138c3911f129e84f001d5f43

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dbde7f6ab8106649cf7e153bda07c50753f2dad3]

        android: add postMouseEvent to LOKit JNI interface
        
        Change-Id: I652a0c365c4a1413226cdd4dc7910e65ac2a5285

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [3928932fe3fc758fa6b17c1cb6182519c4a8a9c3]

        android: 'make release-apk' now also accepts the example document.
        
        Change-Id: I4144d0ed42a50be4fa91f377f78a20c28fda36f6

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [ae924ed3d0a3a9b4f8438c4f1187d8378777bf92]

        android: Rename 'make sign' to 'make release-apk'.
        
        This now also allows to specify the version number; now you want to use:
        
        cd android/
        make versionCode=<previous_version_num+1> key=<key_name> release-apk
        
        Change-Id: I078e8dbbe671969fc3b228ac987cdb9a4a53b281

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [2d584cb7cc5c5b14d3e158690fb30cd2866ab7c5]

        android: Bind the release/debug setting to --enable-release-build.
        
        Change-Id: I9e9849d91dda0ff9361ef9a0023be18406b067d0

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4c9030beff8519a024f6a1282f15c853368fd24f]

        android: it doesn't hurt to log the document filename on load
        
        Change-Id: I18554052e543a8799ebb45727947a3466b1c793c

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [79317f2fef1e401354fc9c002f313ad43b2f65e6]

        android: Fix loading files that have space in the filename
        
        Change-Id: Icf540bf199b3daf79e4eca9b0a403978b6cae18c

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [52246e009758165b7fbe603eb24269d0a0d154c7]

        SwXTextDocument::postMouseEvent: missing guard
        
        Change-Id: I1141fe501eddb84a77a7f9f3fdd248a205f2a10c

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d4c1b9dcebaeefaf70dd9191f0573f050297d11]

        Initial SwEditWin::LogicMouseButtonDown/Up
        
        This makes single left mouse button clicks work while editing. The idea
        is that when we do tiled rendering, we get the click position in
        document coordinates (twips) and SwEditWin::MouseButtonDown() can check
        if we're doing tiled rendering. For now, make sure that the position is
        not passed to any other methods in the tiled rendering case, those may
        interpret them as pixels, which is not true.
        
        Change-Id: Icbd16411596393ed983a87fd3a59a08e4fda3696

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [752d15176fe6c3361288f3939508cd9d4497115d]

        Add SwXTextDocument::postMouseEvent()
        
        Change-Id: Ic2e6343288e87e23026b2f0c17338ecf5f1bed99

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb0b878b9d8a63e43c5063b65b1b2381621a18f6]

        LOK: move postMouseEvent to Document
        
        Change-Id: I5d2d2d05fc0f55d98a1e7a1591b4d66fd93ad353

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [167412ce5e10f2e84ac960eb99bf9ce87df03050]

        android: Add makefile rule to sign the resulting .apk.
        
        To sign, do:
        
        cd android
        make key=<your_key_name> sign
        
        Change-Id: I20214e034f997125ccfd122b97d18ae141130336

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [94ec99db8a35094758f240451a8a7acbe4bab540]

        android: fix crash in tile provider while closing the document
        
        The problem was that for large documents if "back" was pressed quickly,
        then we closed the document, but rendering thumbnails for the different
        parts was still in progress.
        
        Just make sure we don't crash when the underlying document is gone.
        
        E/AndroidRuntime( 8902): java.lang.NullPointerException
        E/AndroidRuntime( 8902):        at org.libreoffice.LOKitTileProvider.thumbnail(LOKitTileProvider.java:244)
        E/AndroidRuntime( 8902):        at org.libreoffice.ThumbnailCreator$ThumbnailCreationTask.getThumbnail(ThumbnailCreator.java:78)
        E/AndroidRuntime( 8902):        at org.libreoffice.LOKitThread.createThumbnail(LOKitThread.java:170)
        E/AndroidRuntime( 8902):        at org.libreoffice.LOKitThread.processEvent(LOKitThread.java:148)
        E/AndroidRuntime( 8902):        at org.libreoffice.LOKitThread.run(LOKitThread.java:120)
        
        Change-Id: I93e8e1ea19545ca196ef6f59d19528bb42f3676d

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [2b67566adef887664ca41457e4ebeb327cb95e56]

        android: Set the debug / release according to the configure setting.
        
        Change-Id: Ic1c4328b21e1cdca2fdb1aee72b8563af8f770c7

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [722d4f0cab4897065244f8dc5991394b8030987a]

        android: Fix release build via top level 'make'.
        
        Change-Id: I342e3dfd1e142d4be14162fd8a68876d038ed5ea

2015-01-26  Jan Holesovsky  <kendy@collabora.com>  [609367d3c92eb552514636d1176ae878b3417aa7]

        android: Set the package name correctly.
        
        Change-Id: Iab771f65121e477cda871a04098df306399628e7

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef99aeea0e8f671dd0cb72aa311a80b8025f495d]

        android: eliminate hardcoded LibreOfficeMainActivity and package in LOAbout
        
        Change-Id: I276f27a96b4fb970520dec588b9321731e7fc26b

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [872e5d85519f09b85cbde2dfb1c07ff0c825ff8d]

        Revert "android: store tiles in Map for faster access to tiles"
        
        This reverts commit 6263bcfd70bf76dbcdf6b7e35bb02e48e44cbd94.
        
        Conflicts:
        	android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/ComposedTileLayer.java
        
        Change-Id: I2fbd0b67aa3ccf0f629ce4af8788236d297144e5

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [784a1765d7e90382d7656eea569c2d66c0ba1c5f]

        android: guard rendering if buffer could not be allocated
        
        Change-Id: I51a8f7f56531e5f0c4cb966c44be40913c557da7

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3596abe1d84e1bc9323254e0a0d60b19851d5db5]

        android: getRect renamed to getRectF - adapt the code to this
        
        Change-Id: Id0248803fbd8fedf846d7741a2faddb9bfd171e0

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3135fbb42eab592d3f1d89e9b90cc135dce56486]

        android: invalidate only new/changed tiles - big perf. improvement
        
        Previously on every rerender or draw event all tiles were
        invalidated (which means they were reuploaded to GPU even when
        the tiles didn't change). This was changed to only invalidate
        tiles that did actually change.
        
        Change-Id: I50a8b51b9d5b44797ac3e2dedd20cfb07fb2bb8b

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5ad41801910890be3eec7158aa867aa626f2c82e]

        android: make editing switchable via LOKitShell
        
        Change-Id: I329dbead616527a985eba1f3b42cddf573501e86

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [07a736ff67c0f6ed96a26b7fb165b3a1f81ef73f]

        android: add getCSSRect to TileIdentifier and use id in SubTile
        
        Change-Id: I565a5f88d5913f5337f5c3d32d54be71a32f542a

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f3fdc828f1856a4f5c5eea23dd96b13a1afe58cb]

        android: small cleanup of ComposedTileLayer
        
        Change-Id: Ifa4b35fa23a754c0ba0dbf63653986e61e6cb399

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [70766d8cb76cda0d1409a289a1601a4a290000a9]

        android: construct a "css" rect of the tile in TileIdentifier
        
        Change-Id: I98417dbb6b607b127540292fcae6a8efce4a7da4

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [61c368ddde6ffab64f5c80b9cb653ff105a94d03]

        android: cleanup new tileid's if they gone out of viewport scope
        
        It can happen that the viewport moves so fast that the tileid is
        not valid anymore before it could even be rendered to.
        
        Change-Id: I5ff7d3de6b289ca48ea8a8974705d8306e1be86b

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d38b6618ca9548c71865f8090ec3bec4e22f735c]

        android: make the about dialog scrollable
        
        Content was cut in landscape mode on smaller screens.
        
        Change-Id: Ic3b52da7a4ba9e093946be814afa93226cc34c4b

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6276c5bcd1069a5059da59585115cfd5cc0e4c4]

        lokdocview: send mouse events in doc model coordinates
        
        Change-Id: Ie4bc39330bf5f7f8ac4683486d98aec87aa82923

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bd31546f3ff32ae64117b77cccc088420a1554c]

        android: org.libreoffice -> org.example as default package name
        
        Change-Id: I94c643c6b2977ee56fce082a04a2e00c820168e0

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [459979bdf790167cb343dd20f399aaafb234e675]

        libreofficekit: cosmetics
        
        Change-Id: Ie759ed22cc0c598cea8926f86cc8874deb627ad2

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a4684722cc47a02349fd9f4aa378b777e6e866e3]

        android: revert the app package name & relative activity name
        
        Package name must stay "org.libreoffice" as code gen uses this
        for the package name of resources (generated org.libreoffice.R)
        which we reference in the source code. Usual practice is to change
        the package name at packaging step. The code was changed to allow
        this.
        
        Change-Id: I4e36f46c4b8d620f3c9b20fe4fd39737c76624bc

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [aff19a6c8c81b5aaf59c99b0b0cbbffce0671623]

        android: add dummy resurce to get the correct package name
        
        Change-Id: I27a40108d9523058b6340d870105667bb4c0bdae

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b66690b5fe3312cfea987b91b5c1908510b6b68a]

        android: release local ref to string after callback exec. in JNI
        
        Change-Id: I2a92a2beff214894ba63b3881a686337639a0b07

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7aad6171faff31c5dc81e7477d5081f533b1b6fd]

        android: don't need Bootstrap anymore
        
        Change-Id: I271ab1e7e99dedf46e000169c6b7374898421747

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f34f51bfbfbeb6d224439d215839bc0f21ef4df8]

        android: eliminate hardcoded LibreOfficeMainActivity and package
        
        Change-Id: I365ea3b51d9a8d965eca996d100441d24b8ff5a6

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [166df60cfc474c535bbcd7ea76464b34645ed738]

        android: Remove 200kb docu.png from resources as it is not used
        
        Change-Id: I524669456a2ea2725d09363e2574079ade172df1

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8807da1cf87681179f03bcbf413e6830a7d2327e]

        gtktiledviewer: call postMouseEvent()
        
        Again, no unit conversion yet.
        
        Change-Id: I261febd875bac5a729f449e42558b5af9d7a359b

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0869d8ef419918ead63363a73a1838f3fe616b2a]

        Add initial lok::Office::postMouseEvent()
        
        There is no unit conversion yet, most probably we want to work with doc
        model coordinates at an API level, while VCL works with pixel
        coordinates.
        
        Change-Id: I98848851fbec5253e76c997844f6339402dfac46

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [07997cba7745997d7e2ed908a8764ba1f0777f1e]

        android: adapt doc browser to updated manifest that accepts Calc documents
        
        Change-Id: I5398e225631097b31aa4f8418ffa40a6db323a42

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d4ebde60a8f013e46306c82e635072d3399f3520]

        android: re-enable calc documents associations with LO viewer
        
        Change-Id: I89424e575a926c189be499e5fe2b811817ccd2fb

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [462d48ccf5b2fbb75c22a9dd40a122449be88786]

        android: make package name configurable
        
        Change-Id: I3897c551676bcb7d3237be3dde74123c5ddd8f84

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [90ffb3b41f2136ee37a3a2de00d5c71a481cb8e8]

        gtktiledviewer: show error message when lok_docview_open_document() fails
        
        Change-Id: Ie2e9bffbeceb1cb0d0b241f3b76d4198cf2e4d85

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [6debb045a05983a12cc74f3d8e8d7739f8b018e4]

        android: show vendor in LOAbout
        
        Change-Id: Iddcf953718083b218d41fcb895d28adb5808a8f4

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [e05367207e1c651a0f0d3ea59d6d807ccc21da08]

        libreofficekit: update README, deploy a couple of g_info() calls
        
        As we can't use SAL_INFO in C code (not to mention that the widget
        doesn't link to LO code, either).
        
        Change-Id: I71b925ab3c18c2e0afebe84cdaefd5c01fc91872

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3f1a33867a1e0b351922feb52d762bad73d718e]

        lokdocview: reduce scope
        
        Change-Id: I246ef656f1211cf760d4fcf408b83f39a1c56b56

2015-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [86fba504033778c09396201b8e14c123930513f2]

        lokdocview: add support for partial rendering
        
        When typing a single letter to an empty document with an A4 paper size,
        this reduces the number of rendered tiles from 20 to 3.
        
        It also allows detecting when LOK_CALLBACK_INVALIDATE_TILES has a buggy
        parameter (e.g. empty rectangle -> no re-rendering).
        
        Change-Id: I8f509d1eb5c8f059663e544be8028503ed7a882e

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d1aad6177cf6917a21b8234461a12f5077353816]

        android: fix invalidation rect calculation in ComposedTileLayer
        
        Change-Id: I5e0a59d6b966daea2a2033b0f52dc6983b837ca1

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [96fa96b084c1458500f841c6184e18c819fab200]

        android: cleanup GeckoLayerClient
        
        Change-Id: If9a7c50249c9e44dce1a8e3c02a8b2f568dedfb1

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [29d65fbdb56eed195a11cd4e9005539af1f7a64d]

        android: remove getDisplayMetrics as it exists in LOKitShell
        
        Change-Id: I5e7fa1b9c99707db382c555c5ffdfe601eb4622a

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3cb66f5ef8ee8d90a5972dcd8c0edfb671c9af28]

        android: move getMemoryClass to LOKitShell
        
        Change-Id: I2db92ec20c1999c0a4373fa25690680cacd79331

2015-01-26  Stephan Bergmann  <sbergman@redhat.com>  [df2c08855e2e5435004d291a1a5cdee52d0b52eb]

        Fix --enable-kde4
        
        Change-Id: Ia4211a3f3a2e8e84051388a3b48725a6f722f0d5

2015-01-26  Noel Grandin  <noel@peralex.com>  [414d84232de858c464c43995a7a559f96cfdd7be]

        move these plugins into /store
        
        we don't need to run them on an ongoing basis, and the current code
        does not compile with older versions of clang.
        
        Change-Id: I07ccacf7ff7b00e8e2453fff91a3f487dd5abed9

2015-01-26  Noel Grandin  <noel@peralex.com>  [f61dbc302975aaa253b00ea6b141bb12474b3c95]

        followup code removal after changing virtual methods to non-virtual
        
        This cleanups up indentation and removes dead classes.
        
        This is a followup patch to commit
        272b1dd55797aacf511fb4342b0054e3697243f6
        "new loplugin: change virtual methods to non-virtual"
        
        Change-Id: I1c2139589cf8cb23bb9808defe22c51039d38de1

2015-01-26  Noel Grandin  <noel@peralex.com>  [b44cbb26efe1d0b0950b1e1613e131b506dc3876]

        new loplugin: change virtual methods to non-virtual
        
        Where we can prove that the virtual method is never overriden.
        
        In the case of pure-virtual methods, we remove the method entirely.
        Sometimes this leads to entire methods and fields being
        eliminated.
        
        Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae

2015-01-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [26ad60aec69310fecd918f1c2e09056aa4782320]

        convert to use std random instead of boost
        
        Change-Id: I7746b17a41a6f8807d8ef441ad44a005d04775af

2015-01-26  Lionel Elie Mamane  <lionel@mamane.lu>  [eef0c5bf210635fe3edbe1ba58b73639fef4bc4b]

        indentation
        
        Change-Id: Ib33d2321e15934ec4f6eb8d0c566bbd0e6de8da7

2015-01-26  Lionel Elie Mamane  <lionel@mamane.lu>  [4735ad02167576036c9f3c9dffb3ccbd0a884db7]

        tdf#70236 propertly recognise full Access 2007 URL
        
        Change-Id: If1f4986cfffada6a6ab507296a54589bdd5404ff

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [784d069cc1d9f1d6e6a4e543a278376ab483d1eb]

        coverity#1266475 Dereference null return value
        
        Change-Id: Ife68d6e6d837d1e4e1e1de3a82998866e5ef7e83

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [6347df7af9a6c095da49c353aa8cc31914da8510]

        coverity#1266458 Argument cannot be negative
        
        and
        
        coverity#1266464 Argument cannot be negative
        
        Change-Id: I27fb7789cd37046fcdaeaaa801d6dc0547a8afa1

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [e11fe1886a58498899d7b074348186a46c5f6ac6]

        coverity#1266474 Dereference null return value
        
        Change-Id: I240be73629a26a7067bfde5d2b662315a3259d1f

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [475461a6b5f26fe7f586ff122e2fa71316e316ef]

        coverity#1266494 Untrusted value as argument
        
        Change-Id: I220e582cd75199b5619c2ad7607392b078ab3956

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f159b9429990bcf133c53b20bb922afba402d06b]

        coverity#1266492 Untrusted value as argument
        
        Change-Id: Id2a102fae99ecf938ac8f326e358785581d6f986

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [a046795194f0540b5752887b837bb15d43ddcdda]

        coverity#1266496 Untrusted loop bound
        
        Change-Id: Ibab7f84940f6eec75bc3ee914bac59a07689a80c

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [2987f8d8d6bb005814660a1a10a5eebb74aef312]

        coverity#1266493 Use of untrusted scalar value
        
        Change-Id: Iba051da07f5ffafcab559fe03a4e93f21a2d4f8a

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [90ec1a60777ad9e78ad5fafd712cc98371782d7f]

        coverity#1266455 Explicit null dereferenced
        
        Change-Id: If772142b776d2365cbd2b7f0927975c2739c1316

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [54d8dbdcb4353c2a8ccd3b5955e626fcb330fa61]

        coverity#1266454 Explicit null dereferenced
        
        Change-Id: Ic8f13e9bd3755c9ccb59d173ac0a36be1d06a2f4

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [383a5f2ef16853001353206b9c88edf13bb99ead]

        coverity#1266453 Explicit null dereferenced
        
        Change-Id: Ia03fdd3d854574ba19b028334e2397ad544fe20a

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [cb8aa4522f3b38f6d0242c3877322582157035c0]

        coverity#1266481 Pointer to local outside scope
        
        Change-Id: I50884d73ffbbc8af743175e284860e937b196041

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [ede590128f9ea770f5093449fdb748ab76758883]

        coverity#1266445 Explicit null dereferenced
        
        Change-Id: I2d62d6972d085fe818ec6767a0660afb010bece8

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [818c2021d13a24268e4bc3457141e76c008ef296]

        coverity#1266457 Identical code for different branches
        
        Change-Id: I809ad43ad4541e4dcd5c245b469d30605f9f0d27

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [2b95714814b60a3d703525a7a5df453e5b87988c]

        coverity#982431 Division or modulo by float zero
        
        and
        
        coverity#982432 Division or modulo by float zero
        
        Change-Id: I1b9036d85c4b31b8136a96d330d95d7b024530aa

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [e3c70196e7f640cfde360b9832e91bec4eb7ab26]

        coverity#1266437 Unintended comparison to logical negation
        
        Change-Id: Ia4fc4ccbdfe3586afc78a16378ef0b3859308d64

2015-01-25  Andras Timar  <andras.timar@collabora.com>  [b68ecae158c327c3fd85de9d2babb657ae97da1d]

        add Guarani (gug) language
        
        Change-Id: Icf1612f88447e9ae348ef9ad333607a3f6dc8d32

2015-01-25  Stephan Bergmann  <sbergman@redhat.com>  [643c46bbd69ae47d90327726a8348f589d2a487d]

        loplugin:unreffun
        
        Change-Id: Id7e0ddf60e32a27cb3922ae6c64feeec40f8e079

2015-01-25  Andras Timar  <andras.timar@collabora.com>  [39a712a7f9e9c2b70015f84c97978e0a39fd5174]

        Updated core Project: translations  b88d2877688f4d01d3f054a4fd0246b2159136c3

2015-01-25  Lionel Elie Mamane  <lionel@mamane.lu>  [71ba72260ea9526bbe2003f669bb4f006a907504]

        tdf#73059 isDBReadOnly ensure connection before trying to retrieve it
        
        Change-Id: I03f9b8ea72bd6906df61ccf05ead3670d7f90eb7
        Reviewed-on: https://gerrit.libreoffice.org/14175
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-25  Lionel Elie Mamane  <lionel@mamane.lu>  [3d12bdfb243e1efbc368d95d3e42e7d713b63b45]

        when beforeFirst/afterLast, there is no value, so none to notify
        
        Change-Id: I599f8efae98e7cc7f65f47cec7f342c8b3dc8282
        Reviewed-on: https://gerrit.libreoffice.org/14177
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-25  Lionel Elie Mamane  <lionel@mamane.lu>  [294cea0f5b84e6d9e0b508e0c181c77f526264ae]

        that better be the case
        
        Change-Id: Ic0262292e207146c563b8830243a80104f94f903
        Reviewed-on: https://gerrit.libreoffice.org/14176
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-25  Andras Timar  <andras.timar@collabora.com>  [11638719eab866162a617f4b51cac9c3b872abed]

        Updated core Project: translations  8c4fea354d3d98a6cb8da4f9ddb87e072bdc21e6

2015-01-25  Michael Meeks  <michael.meeks@collabora.com>  [aa943c3938e19ada039ddf63f3a0b2cfba3584b8]

        Revert "Globally disable threading for these for now."
        
        This effctively reverts commit d677bf455f08264096edd13e3306c55f74f7ee1d.
        
        It appears that the memory corruption was an out-of-memory
        condition on 32bit Windows, so restore XclExpRow threading for now.
        
        Change-Id: I85e61e5850bd8ff3288dac39de7699cd05dd4de8

2015-01-25  Palenik Mihály  <palenik.mihaly@gmail.com>  [148e489e33a34c6345326c9beaf248ac91f8cd01]

        fdo#84592 Improve SvTreeListBox class with alternating rows.
        
        It is possible to set alternating rows. Expert Configuration dialog use it.
        This bug was fixed earlier, but after this feature didn't work.
        
        Change-Id: I3602a6b03db32d6f43ec163de2427f4a018c7779
        Reviewed-on: https://gerrit.libreoffice.org/14164
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [164903c0441a2cd79bc06708fe7e69780bb85a09]

        WaE: unused member
        
        Change-Id: I3fe4cc5ba4c40b54718338ac4c02c67979486feb

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [09f38e21c1a69bc0b00a72b954bd88b9545bb1c5]

        coverity#1266483 String not null terminated
        
        Change-Id: I4d22e5a621d36fa2e914891e82ce7e8e06f60b4c

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [18a1d996edde4845394090642ce03ec083c5761b]

        coverity#1266498 Uninitialized scalar variable
        
        Change-Id: I203b9ff32cca1ca8d03911567290e534e082ee52

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [05fcc0ff9f55e739871b3ad42b57935541f9a8a5]

        coverity#440858 Argument cannot be negative
        
        Change-Id: Ia2725c54ef5850e5c66a79fbe54956769582b013

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [a6218ad20adf29675194ad7f422bfa0d5ddf5a73]

        coverity#984091 Uninitialized scalar field
        
        Change-Id: Ie0d90edb26fe2704192895a2b456a37f3d500a17

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [00c42b64ab57a54db2475084cdfd70e64405bd8c]

        coverity#1266499 Uninitialized scalar field
        
        Change-Id: I788f0b34abd80feab247c3f2bba8ac5d49fc5c08

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [688cade99564380bac9e9229519afa88f4d5fd04]

        coverity#1266500 Unused value
        
        Change-Id: I81441568c4c5b864abbf1375b561a9389a72ef90

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f8e7e33c6bd87065f2aa36b8bf7b830c11bdddfe]

        coverity#1266501 Unused value
        
        Change-Id: I53a1f16a08c3552fcf77d17f5be4ae0d483c5933

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [5bf41f6026a656841c46efd77bd9e1d4e5dde504]

        coverity#1266503 Useless call
        
        Change-Id: Ifcbee64fcb41a99421b4894e3b4e2472c1ea58a4

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f0a9acee2430a265a65e0b0a6047163397026b1b]

        coverity#1266504 Useless call
        
        Change-Id: I11a2760799937393bfa1a91c1d454ccb3c4027e4

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f5768d772cf0d50b5fbf535c391212293a0565ee]

        coverity#1266505 Useless call
        
        Change-Id: I13934ef5b18668044fbe3a2e7d916f2f7c477723

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [c0c2bf988d8d6b2c13d99ffc7f8a81f100ef075f]

        coverity#1266506 Useless call
        
        Change-Id: I0d2f493ddf410aa4980dbeeaf8976c052ea139e3

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [a9ba6aeb78b6d7dacf86ec934ce424b533bd3100]

        coverity#1266507 Useless call
        
        Change-Id: I59164969de2872efeb50a4bb7b8748b1d541348f

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [6cde3ff3dd646f51f37f2342863371db8de9087a]

        coverity#1266508 Useless call (gold)
        
        regression from
        
        commit 832e5aadbff006ec24959162c29756fe2b1982be
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Oct 8 10:06:59 2013 +0100
            Related: fdo#38838 remove UniString::SearchAndReplaceAll
        
        Change-Id: If792925eddc9c640584a2e8fa313a4297a32c74c

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [5c85b4eacbabf651c3b49f00c30532a86c133510]

        coverity#1266509 Useless call
        
        Change-Id: Ie2b17f067e5f9a7bacc5e6488e142d0171741106

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [7185e84b862cf486900a009b4ebfe3e0042fbc3e]

        coverity#1266510 Useless call
        
        Change-Id: I4e3127243b103ea77a56aa9cfbcb61793a644ce3

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [80c0d3de5c855386ccf079501f3d6d77babb81e1]

        coverity#1266511 Useless call
        
        Change-Id: I0ca967e6e07cc00159612dd8e19648445e0a011a

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f0fdd59f0ec88ef69b463d73963a0f3f81e1d78a]

        coverity#1266513 Useless call
        
        Change-Id: Icbfa17fc28b9ba3f2472d9042bc6c422b5c79b46

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [db15e9290e8e966edc83393c2abc793bcd954193]

        coverity#1266514 Useless call
        
        Change-Id: I2a95e2faa7682934cd69264c82ed2618225be2a7

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [f2a817edb0f31f65111544b57ee1bccc1a8d60a3]

        coverity#1266515 Useless call
        
        Change-Id: I554ca2a961a9ba6009bef23067febe8611ba1f80

2015-01-25  Caolán McNamara  <caolanm@redhat.com>  [18b290370da6d3256eb027985345781e42889397]

        coverity#1266516 Useless call
        
        Change-Id: Icbf0e6ff8bad7e83c596f4e18003a06ba361b5eb

2015-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e60a54c717bf89c8905fcbce6d244a05532f5034]

        Use std::initializer_list ctor
        
        Change-Id: I5ce7b48a3c867fe8c5fdbe0f6fc8e3f33e457082
        Reviewed-on: https://gerrit.libreoffice.org/14169
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-01-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [802b80fcd378d5788adff1c7c98af526651a30c2]

        Retrieve sub-OUStrings without unnecessary copying
        
        Change-Id: I1aaaef4bf81f5b56fe71ca0aae59b59dbd0dee59

2015-01-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [834f711841f0d7a29b23eac47267c6ad852f395e]

        Fix selection handling in SwTable::IsTblComplexForChart
        
        Change-Id: I5f35a705316db164474c64ea99ee4e4eada57d49

2015-01-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [0019a535f27e666fba98bc37d8d672544d40c526]

        Use more proper integer types
        
        Change-Id: I0c0eceb46738af44e527cbda48e62f4ca75e069d

2015-01-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [43ecb25e97d3566bb1dcd6ce171550195f185fa1]

        sal_uInt16 to size_t, avoid unneeded OUString temporary
        
        Change-Id: I218603ae912523429176a815165750c6f2e17bbb

2015-01-24  David Tardon  <dtardon@redhat.com>  [c3f96f3b95b99051a1ffa8cfa55a5a39eb0fb3e5]

        add TDF bugzilla
        
        Change-Id: Ic26ecbf8dc46e97c68cd1bfd639ad433f828cea6

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [dae7d2089516d9cf014b9fad0adb484f19282a29]

        Resolves: rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBox
        
        Change-Id: I7559067c00617482d34e7cbdd177202868cbfc76

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [034e0a5967a459469eb99fc5dc2f47a2d298d266]

        valgrind: uninitialised value
        
        Change-Id: If89368adbecbcf7197afe714fd725497c573b6a9

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [3a5fa612b4afb72b5f91877a5c52e25c7604ae1a]

        Resolves: tdf#81124 crash on setting autofilter on column with no content
        
        Change-Id: Id53e589789144d892427a8a4ec1af1926aa97b52

2015-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [904c9dde9178cfeb05467924fcdaec911a542655]

        Move sw::mark::MarkManager::dumpAsXml() out of docnode
        
        It has nothing to do with SwTxtNode. There is still some code
        duplication, but at least now the implementation is next to the rest of
        the sw::mark code.
        
        Change-Id: I119a253b8e3fd024dcfc088259f7516a4a8060b8
        Reviewed-on: https://gerrit.libreoffice.org/14156
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-01-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [3da925eb807d8ccab9a3b928ba7c4c898c2b8d66]

        Fix warning C4101: ´ex´ : unreferenced local variable
        
        Change-Id: I0c8d488047fc7a28a3fa5a47de5da947bb911136

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [3bd165efe6f3765d741bc8b7ef350fdea08317f4]

        cppcheck: fix redundantPointerOp reports
        
        Change-Id: Ida4bf3bf03d49856eb16329c4f88b9507f330c6f
        Reviewed-on: https://gerrit.libreoffice.org/14150
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [ac33cafa2e20a26f5af3d4030ae7dd152b2744e7]

        long should be fine here
        
        Change-Id: Ieeceab68104bf4a9185bdd2317972f4f867edd1d

2015-01-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [7ef1ff6696536857a00ddf136471aceebf5e9772]

        Group common code (multiplication/division/type conversion)
        
        Change-Id: Ib220dcb0e714b9ab4389997d3466ef7240882e23

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [58702f9a3c1435dc082f9aceea00f8804de34ff6]

        Typo: syncro->synchro
        
        Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [c2972964dcca294048888c7edd0400c49d1a9a2f]

        Typo: syncro->synchro (dbaccess)
        
        Change-Id: I9a6ed15d695763580148803dbeacfd210c5689f8

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [b59b2372503e15a52bc0d2e7f35b74ff72dc9256]

        cppcheck: scope can be reduced
        
        Change-Id: I792745e18bdf026c91a83186cc18bc592475844a

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [8bafc17bd7426c68b97287e8ab8a5c86378eb45f]

        cppcheck: memset on union containing floating pointer number
        
        Change-Id: I63420f0bae89bae08ae71dc7dedf92dd90ca9728

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [5dc23d533f2cbe2264b40816ddb550f227ab777d]

        cppcheck: selfAssignment
        
        Change-Id: I8910f69d86c608350eefcbcce49c6d8e7577bd22

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [ccfff88d2b46dc2fefe0e6117de97e309e03130a]

        cppcheck: unusedVariable
        
        Change-Id: I2c999c79b071647165a21ccc0b6c50cf7e0c6b0a

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [79c727e574f2cbc53e35bb6be6d9ddc8fa746faf]

        coverity#1264390 try and help coverity out wrt Bad bit shift operation
        
        nBitCount can only be <=8 if aHeader.nBitCount <= 8, hopefully using
        aHeader.nBitCount here will make it clear to coverity that aHeader.nBitCount
        cannot be more than 31 and thus silence that warning
        
        Change-Id: Ie195ab55cafb9a967c1face8070089e040b242fa

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [08e43e50a6bb3b41c84fb784701eed0128ef3ab9]

        there's no way that cast is right
        
        Change-Id: If036975000b79c8bda196c9d842242b2d0d25118

2015-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [66dd28f2631ef1f7219d773b457748574eee59b1]

        writerfilter: turn RTFBorderState into a C++11 scoped enumeration
        
        Change-Id: I7d608238a72dd71eb22dd72ddb5c6c47cc0150f5
        Reviewed-on: https://gerrit.libreoffice.org/14153
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Jenkins <ci@libreoffice.org>

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [533f390e609da2f4b0e644a543746a767f1bba62]

        coverity#1265796 Dereference null return value
        
        Change-Id: I779dacdb7fb18ba8148e932b4dc684d08f824cbe

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [8e375ba24da264cc4d711b535c547a2546435475]

        coverity#1265799 Dereference null return value
        
        Change-Id: I7f1838b55d7b526327efb0562f3ad1ab5a1778a1

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [6cfce6ead21a1c6c985d3d79cef6c584abbc7e8e]

        coverity#1265802 Dereference null return value
        
        Change-Id: I1ad3470410ef3a1f4f06033c89da9adcb640b7e0

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [58f88c968c94e129630d36e70c6e59ad515ad888]

        coverity#1265804 Dereference null return value
        
        Change-Id: Ie5622275aa5534714001ad04cf0ae4af365b3a9c

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [428f51c768e47571ab44abd08923c2fc4442898d]

        coverity#1265805 Dereference null return value
        
        Change-Id: I2b09de69fcb0a717562b502f50f6f80e1245f0e4

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [98e9ac947d5150c0f4272ac0da7f3de35937d1f8]

        coverity#1265803 Dereference null return value
        
        Change-Id: I4e565d9b5a416e7f4f435c75a715dad09c4e7e26

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [66b6f8f77db9d0497ff67d11f102f4160aefa7de]

        coverity#1265806 Dereference null return value
        
        Change-Id: Iaf8d1f570b6f343d841327c379d5424ea64cda31

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [3088788c6d122d1e2cfec04c33d4d084a019e782]

        coverity#1265809 Dereference null return value
        
        Change-Id: I9926fa66c99009403e5a4b90e30954f3330bba1c

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [c8af68bc5adf093f9df803f6fe0147ac9d116169]

        coverity#1265810 Dereference null return value
        
        Change-Id: I3e99cfd189bae3ed37979dbbb69219b2649a9243

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [a79318470e63059309db4fe6ba92942cfac517a9]

        coverity#1265811 Dereference null return value
        
        Change-Id: I975c8c28f00b364f57366ea2847f8bd155c12733

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [ce4711afcb02109d4c9e2dc7d9b048ed4abe21ac]

        coverity#1265807 Dereference null return value
        
        Change-Id: I545a4ecee209d4198caebbcf394eccfe113a32a4

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [a5ce2b6157d08f8576e28e6c2b07f9281a87b252]

        coverity#1265808 Dereference null return value
        
        Change-Id: Ib4ba32315a12a25ed5b9c4df5d6f88ee0400d054

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [819d7342b250df89505cfa8d1bf12cc693b3b648]

        coverity#1265791 Unchecked return value
        
        Change-Id: I6577fe7a9eeeaadd42db5fe667d0418af9899978

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [1f22bf4c23f17debb45395d47a8499be9b746c84]

        coverity#1265801 Dereference null return value
        
        Change-Id: I3cde11175ea07c6ce0b2828250fc3d942a41066c

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [32d4c191b1195be1061dfb6055908461e25a28fe]

        coverity#1265800 Dereference null return value
        
        Change-Id: Id5966c1f9b51ea47df52ad7a1e69a29a69e1764c

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [a28ad8c96a6777fba734a4cc50c4fc56736dbaee]

        coverity#1265798 Dereference null return value
        
        Change-Id: Ic4a9a42bafdc72be3de067b5f47dc98f0250f575

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [397ca5ca902cbdc0278f3a6efc41a31b2c7d6375]

        coverity#1265797 Dereference null return value
        
        Change-Id: Ief4e7898cfb8b5ab65e6dba39d04306637b776b4

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [47b18f57f8c45f0dbb9244be4574f6b4e19f13d8]

        coverity#1265795 Dereference null return value
        
        Change-Id: I3ad219b1729a7a4b2f3e52cd6ac0243a419bc632

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [3768b305c062086aed1719d8ce1022f8af63f6d5]

        coverity#704751 Explicit null dereferenced
        
        Change-Id: If95204a7e8e47ef62599da3374b6a2908e495493

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [65ff0a58630c33680f4375636e6af1870def2e9c]

        coverity#265794 Dereference null return value
        
        Change-Id: Id0762974d12cd7bc7c2bb1ba64b3bf369418bedb

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [aeeb9ade187a08b01ebc9aed825d38ff5cc745d5]

        coverity#1265792 Dereference after null check
        
        and
        
        coverity#1265793 Dereference after null check
        
        Change-Id: I64ea7bb1551d177f6023674c610109d91868da21

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [dd1243c1733ebdd098e4c3618063bd07d1519f70]

        Fix 59288cdab6dc4b5a3fcaf94480d6ee19baa1e07d
        
        Change-Id: I7f3ae7814b3218a792f8989fd09d4b1642466216

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [59288cdab6dc4b5a3fcaf94480d6ee19baa1e07d]

        Typo: ..syncronous..=>synchronous (dbaccess)(new)
        
        Change-Id: I6d0b6293850a8dd887e34fbf0a425f7024dd84a5

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [025db4982dc0305d1e346f1342d2fc7dde139c02]

        Revert "Typo: ..syncronous..=>synchronous (dbaccess)"
        
        This reverts commit 285654bf79f4e09d9ac0f6974db08df85446a500.

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [285654bf79f4e09d9ac0f6974db08df85446a500]

        Typo: ..syncronous..=>synchronous (dbaccess)
        
        Change-Id: I97b57baf3777227c2d90b52a564d81b44e73a30a

2015-01-24  Caolán McNamara  <caolanm@redhat.com>  [f06615ef3326f49f86472853555b7df857f50ed7]

        This cast is complete rubbish of course
        
        It just works because the first element in SwFont is an array of three
        SvxFont's which inherit from vcl::Font so this ends up as calling
        GetSize().Height() on the first (i.e. LATIN) font.
        
        To keep this exactly the same we could call GetFnt(SW_LATIN) to get the first
        font that we have been querying all these years, but lets try instead to take
        the presumably intended "nActual" font here.
        
        Change-Id: I1d0f404d4620c2b3d38b35e4de48b8c9f6b011a6

2015-01-24  Simon Wilper  <sxw@chronowerks.de>  [0fc8df6d7bd1f9d2770e22a1e595f18a5053092e]

        build breaks, missing ENABLE_JAVA for jvmfwk_jvmjwf3_ini
        
        Change-Id: I459cd0e68d1a63ca5e2e362cd802be74d6c0af68
        Reviewed-on: https://gerrit.libreoffice.org/14147
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus@libreoffice.org>

2015-01-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [af76cc04722386f2635e0fe2ce196974f356deaf]

        Use more proper integer types
        
        Change-Id: I43116c77b05d6c695c6f38c373f9d48e67ab8f20

2015-01-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [c626a7813973a3cdb7bd4dbca6fcafa3ca3918e4]

        sal_uInt16 to size_type/sal_Int32, and avoid unneeded downcasts
        
        Change-Id: I66ac08c52d472d96979da84f5be462dca3105e0b

2015-01-24  Tor Lillqvist  <tml@collabora.com>  [b5938bf4b3dc63d907e2527b0e26c5e3397c50c8]

        WaE: rewrite call of rtl::OUString::operator= ...
        
        ... with empty string constant argument as call of rtl::OUString::clear
        [loplugin:stringconstant].
        
        Actually, no need to clear the string here as it already is empty, surely?
        
        Change-Id: Ib4b1a6e1b0c0f59c1c964fe58d26058b492c3821

2015-01-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [686e35567ac31eee5aa8412c8e6f94c26bbbfb23]

        Revert "vcl: Reduce OpenGLX11CairoTextRender surface area to size of text bounds"
        
        This reverts commit 35131df0ff833423809ea38621002322cf2d75b2.

2015-01-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [fa4327421ebaaf562d8689b454117b101c5eee24]

        vcl: OpenGLHelper::isVCLOpenGLEnabled() returns false when console only
        
        Change-Id: I7bcda46c73b958637073f8ec95d093385a81df3f

2015-01-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [35131df0ff833423809ea38621002322cf2d75b2]

        vcl: Reduce OpenGLX11CairoTextRender surface area to size of text bounds
        
        With this patch I get the text boundary and use it to reduce the size
        of the surface to this area. However, this is mainly needed for
        OpenGLX11CairoTextRender, which creates a surface image and uses this
        for OpenGL rendering.
        
        Change-Id: Icffc19bed89aaa2ff84ae845d274258a6fca27da

2015-01-24  Julien Nabet  <serval2412@yahoo.fr>  [e3c0025461bdf55e62a308a76c3aa0a35109f076]

        Resolves fdo#72543: ib_util not found when creating or accessing new firebird
        
        ... embedded database
        See https://bugs.freedesktop.org/show_bug.cgi?id=72543#c8
        and https://bugs.freedesktop.org/show_bug.cgi?id=72543#c13
        
        Change-Id: I299ab193333f43ff9aa87362adf76d3a362279fc
        Reviewed-on: https://gerrit.libreoffice.org/14146
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0a77c9f15bbb38d8c281daef4512d570683d2cb7]

        remove manual iteration in SwViewShell
        
        Change-Id: Id7bd121067e86e4f8e4c3fe584cac05a85f47060

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3dbd1e69b94b6e91db5ddc36ed6808d7be0a418c]

        do not use manual iteration
        
        Change-Id: If456086bc6195c04794178df22d9c937bb7073b4

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6bb2f330daab558730c0a1a267ac6d09c746d5ef]

        do not use manual iteration
        
        Change-Id: Ia7afbea8872618d070dbdf6029cef3cec2425f2c

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f5c6391b2e3ef703bc4d4efd691f79f1605d5283]

        do not use manual iteration
        
        Change-Id: I1911b1dec2acd89c104c2b226fb212b7deb40c3b

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [512f85f07dc1483ea3ab328597092ec3170fbeaa]

        do not use manual iteration
        
        Change-Id: I50c4a9c7e10ddf47a280b2b5e08051ce480985cf

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [16e524d565490f740a4105d65f663dacc8aee23d]

        do not use manual iteration
        
        Change-Id: Id2aaa4171680d8d002d4b2aebf6281ca817c74d9

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [35f70c86f2d75cca18a34b2290a71753b3910879]

        do not use manual iteration
        
        Change-Id: If53c38b21cad756259f084ad84de090def596eb0

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a5970372925cc4ff2c2a0fd6e615a7282b113505]

        do not use manual iteration
        
        Change-Id: Iafb10e4a3cf26138a4a5d2647d115bc435ef61ba

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [965d09ebb247cd39c145852b231fd0c51e1e50d7]

        do not use manual iteration
        
        Change-Id: I7d59985557fd780276c7370daeb6eb3895f33b6e

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bbb0a9209f6d5c365290684b2f5c18f0ad3c76f]

        do not use manual iteration
        
        Change-Id: Ice6579d96f6cefb159e73492ce3bdabba00bd95b

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01dc078165371c8b225934b53e8544c29d3246f2]

        do not use manual iteration
        
        Change-Id: I036bc37c6af1a387c0f05f8fe56375d32ab048bc

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [07c7c88bc2d9d860ea92ab562ea0431ec1949b29]

        do not use manual iteration
        
        Change-Id: Icc19ac8ea555f1b7b553e03596b936f38781a932

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0717643f4b061b8fd6bd59dcbdbbaf8c98c4a4dd]

        do not use manual iteration
        
        Change-Id: Iab5017259e17bbccabdbe7ed660f6235f1301c1e

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [25df0625880f40dc9f9c2fe5242feb5b7c9db09d]

        do not use manual iteration
        
        Change-Id: I6f7b97fb625fc2632be5f763fadf8aaa29820a99

2015-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ed7c8b55a026d7d98f9c994ad5e8626dd9504b2]

        do not use manual iteration
        
        Change-Id: I71da7d2810309266b6e37fd531232ca33928f5b9

2015-01-23  Julien Nabet  <serval2412@yahoo.fr>  [4e00df4f0b05b3d6c8f185e08499d40964e7182f]

        Related fdo#87834: add 2 unit tests
        
        Change-Id: I4735b15c9535dc17665629510fdafe3dd4086e0b
        Reviewed-on: https://gerrit.libreoffice.org/13708
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-23  Julien Nabet  <serval2412@yahoo.fr>  [b7d02d7a5a374da3e01e0abc4022fba35daa1840]

        Resolves fdo#87834: strange behavior of mid()-function
        
        See https://bugs.freedesktop.org/show_bug.cgi?id=87834
        Thank you Michael Büssow for pointing these cases
        
        Change-Id: I3a9b58360ddab529d1fb2f7eeba7f1c7ae69ba7c
        Reviewed-on: https://gerrit.libreoffice.org/13707
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [0efbd9931ea854cf71c4c54ca3f3d55d6db1fa13]

        Resolves: fdo#75565 reduce block on pasting rtf like we do for html
        
        Change-Id: I74a9748a2e4981dc5d1677f06db7eceed9e4b108

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [ad50b9a8636e0ee2f3c80669e8dde96577b26c4e]

        Related: fdo#78599 wrong method
        
        Change-Id: I1a51fc5037e145e8110f3336ddc803159a905266

2015-01-23  Niklas Johansson  <sleeping.pillow@gmail.com>  [fcecc1fcb4a971a08d1e1fa5767bc5d93393a504]

        Document some accessible events in AccessibleEventId.idl
        
        Add some documentation to a few undocumented functions.
        I'm a bit unsure of ACTIVE_DECENDANT_CHANGED_NOFOCUS but to me it
        seems to be a work around for windows that maps ACTIVE_DECENDANT_CHANGED
        to event object focus. See the note for IA2_EVENT_ACTIVE_DESCENDANT_CHANGED
        in the IA2 documentation:
        http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/_accessible_event_i_d_8idl.html#ae26846b6d521727ab696d20c3f43c0b5ac1379bc85d7afda57be018a7a44dc918
        
        Change-Id: I99afc804731ad62e95c013682dc605abfc382646
        Reviewed-on: https://gerrit.libreoffice.org/14137
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-23  Stephan Bergmann  <sbergman@redhat.com>  [e753d31d5d2338da35b69b0a3b7742420c7562d2]

        Hold ScHeaderFooterContentObj by rtl::Reference
        
        ...there appears to be no good reason not to (it's a UNO implementation,
        deriving from WeakImplHelper), and witnessed at least one JunitTest_sc_unoapi
        failure where an incoming URP call on ScHeaderFooterTextObj::getString obtained
        an apparently dangling
        
          ScHeaderFooterContentObj& rContentObj = aTextData.GetContentObj()
        
        that pointed to garbage.
        
        Change-Id: I51a2a03ded18509ee61488d96bd30a6d364825d7

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [05e7b1db351ee964d155e49c55de7db3c917083f]

        Resolves: fdo#88229 Crash when you try to create a bar chart GL3D
        
        Change-Id: I6390f8988ca287de19e9981053bdeb9473d1e3e1

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [0442cd217645aa4fdd924e4c2e4f90a77f1fbbad]

        Resolves: fdo#88735 crash after calling sort after subtotal removal
        
        Change-Id: Ia30271426ea47b7bf5af85d16591a02e6d52b3d9

2015-01-23  Stephan Bergmann  <sbergman@redhat.com>  [8419fa8c28dd9c5f64a72d28d561b3817d781232]

        Related rhbz#1185307: One more location to look for Hamcrest jar
        
        Change-Id: I307a009c14dd5cd946b39fbfb80ffc3962a7739b

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [9964b4087924777d2bd585a5d6ce5c088ef65b65]

        fix 64-bit build after OUStringBuffer change
        
        Change-Id: I6c5295110292ae48ff0cb3472e4dbea287645d2a

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [4c752c44f8a0857c4f2dbd61aff6b2d10cf3b5e5]

        sal: remove GCC 4.6 check, it does not claim C++11 support
        
        Change-Id: Ica0ff6a36e64c732000ef900fa7aeafaf6da3e04

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [af017ac50aeaef3a55e25ed2283dbf0d116a1968]

        make writer build again
        
        Change-Id: I4faa2cfe0527a14d7e331d1d6f495c5013c2c198

2015-01-23  Stephan Bergmann  <sbergman@redhat.com>  [a1ce5dab8844b621fcf786ed394ebdb1f91cf254]

        -Werror=unused-function
        
        Change-Id: Ib4c059876ac8b66ef75a6a00f3eb8ccbfc4d5eb7

2015-01-23  Tor Lillqvist  <tml@collabora.com>  [d2ac4c3e68cf21c3ac9ba4f1dc55761298a12696]

        'Ownership' is one word, as is 'relationship'
        
        Change-Id: I45c441f68ed5f20cfc87e34e7bfb529a30952f81

2015-01-23  Andras Timar  <andras.timar@collabora.com>  [b55ef81671d441d5e8b7c30bb2b2a1af48c46bcc]

        typo: langugage -> language
        
        Change-Id: Ifabd5a7851946b3e4109e22e6e9a1ff34575c1e5

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [162c72d64077d9e0dae820d881ce2b56a5b2040c]

        Related: fdo#78599 ensure RegisterFormat is called before SetModified
        
        TextToTable is called which calls lcl_SetTableBoxWidths2 which calls
        SwDoc::MakeTableBoxFmt which calls SetModified.
        
        there happens to be a listener on modified which tries to get an updated
        preview for embedded objects which draws the page to a metafile, but this
        SwTableNode in SwTableNode::MakeFrm doesn't have a FrmFmt set on it yet, so
        falls over and dies.
        
        Move the RegisterFormat into SwNodes::TextToTable before the tablebox widths
        are set to avoid this
        
        Change-Id: I3e5141c9901ff0f473e2eaab3e5cd9be61f810bd

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [102b259754060005a11a82b4fcb2c65e7b0617ce]

        sal: try to fix prematurely pushed 853c2fc71a96755a9dee629fd5d0e1cff9a48034
        
        Change-Id: Id00e2579edcc9856c0fa3985e34c4a2f3e7ae5ec

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [853c2fc71a96755a9dee629fd5d0e1cff9a48034]

        sal: try to avoid abuse of OUStringBuffer(int) ctor
        
        ... to avoid bugs like commit f0d6e0e1e21afd0adf5bd01d771b2d83d8f13a48.
        
        Change-Id: I1e41d421609e09bf62a7a04ba34f3a8e8d118fd3

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [ba68436e3fea34b4ae696f96f8048502865cdc79]

        Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly
        
        http://ci.libreoffice.org/job/lo_gerrit_master/495/Gerrit=Gerrit,Platform=Windows/console
        
        Change-Id: I0104d448906bd17857b3716856c544e632c1662c

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [2830d21964f655c3bbc8cda1f63ce6a3840f6742]

        sw: SwpHintsArray::Contains() cannot call CHECK
        
        ... as the comment implies, so revert this part of
        4fcde4fe8ea5d4521a59e19291e393835144d7d9.
        
        Change-Id: I36505379832739607646d808e2528b47d512826f

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [d9b45d0823a5f2af89f5e60862711648beeebfb2]

        just use the returned ref, don't get its address
        
        Change-Id: I1bcbbc8b65fbb78b34506de5942474b7f88c6683

2015-01-23  Tor Lillqvist  <tml@collabora.com>  [34a6096dab1b2bb122318cc0027c11c5cbcbb516]

        Use symbolic (not numeric) opcodes in the registry for the OpenCL use subset
        
        Makes it easier to edit them manually directly in the registry files.
        (Something end-users are of course not expected to do, but admins or hackers
        may want to do.) Also guards against the possibility of the numeric values of
        the opcodes being changed. I figured out how to do the mapping from symbolic
        names to enum values and back without an ScDocument, turned out it was not
        complicated after all.
        
        Change-Id: I8bd97f256f7d777162c1b629bf82285544e86d70

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [ae5410086e6cbe30b8a650b10b4d2250e5e017ec]

        valgrind invalid read after delete in rhbz499052-1.html
        
        Change-Id: Iecada2f8b6d977cc3f76814e4b2f38895873c362

2015-01-23  Tor Lillqvist  <tml@collabora.com>  [a19b47b5d3e8f20adad614622dd93543a2dc667a]

        Make the --with-android-ndk-toolchain-version switch optional
        
        Default to 4.9.
        
        Change-Id: I534b579fece83cfac79cfcd92f40bde5d2f801f5

2015-01-23  Stephan Bergmann  <sbergman@redhat.com>  [6acfc822566ca3c7d9fdd4af37ad5104a00d5d35]

        Allow for null xModel in TitleHelper::getTitle
        
        Witnessed a JunitTest_chart2_unoapi failure where (deep within Idle::Timeout)
        chart::impl::ModelState::update is apparently called with a null xModel.  All
        the code called from there appears to be careful to handle a null xModel, except
        for chart::TitleHelper::getTitle, which---presumably by accident---stopped doing
        so with 401f01caf5b357ac6c15b37a89c0a9aaeb46f4e4 "use ChartModel instead of
        XModel in a few places."
        
        Change-Id: I5788b5e41a6d68fe193cb214d736ee54c4c581d7

2015-01-23  Caolán McNamara  <caolanm@redhat.com>  [a4f97070bdb6172c684ec175c3e6e2a550eb9630]

        avoid terminate on loading fdo73574-3.docx
        
        by moving work done in dtor to an explicit method
        
        Change-Id: I99b3843819ea78f2a91a2784ae0243430dacb3d9

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [91567c26f436ccce0fb60ad6a9671f046a4a68e7]

        calling alloca() requires #include <sal/alloca.h>
        
        Change-Id: I59e5ede0c0cfb10f4196d79ae762132ae4ecb9bb

2015-01-23  Michael Stahl  <mstahl@redhat.com>  [c5b6b206c0e80fae7de4d452334541d2198d41ba]

        sw: redo check in SwFEShell::FindAnchorPos() a bit (related: fdo#87760)
        
        The only valid non-txtnode return value for the SwPosition is the
        unmodified initial value (hopefully).
        
        Change-Id: Ib5789455576a20848dd7f0542bd520aa04040b90

2015-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea1d8c5ab3183f67c27683133d286725b4fa98bc]

        Factor out SfxPoolItem::dumpAsXml() from sw
        
        The primary benefit of this is that it's no longer necessary to manually
        downcast to each and every subclass in sw.
        
        Change-Id: I5742d5744836eef192eef2d4f7ad180da67eb914

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [5d47b83cef0b2d0486162989722b23e53eb0cdb1]

        fdo#88475 add UnitTest
        
        Change-Id: Icc2b80cfdcb3ff6a8a4fa8d1fb30a8ce9c865c95

2015-01-22  Eike Rathke  <erack@redhat.com>  [34f8864c9af563cbcd34352b3edefc67ba235ae7]

        Resolves: fdo#88721 correct negated condition in range name validation
        
        Fallout of 72b9dd277bab328c4d9227439e27e8c29b43fa7d String to OUString
        conversion.
        
        Change-Id: I89a90da11790efba9e8ce4c9464dfca50b08c3ce

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [6c6c5cd1a2ae57b1944beb6edc2a9d75b0d91bc5]

        Why is Objective C such an ill-specified mess?
        
        Change-Id: I2a6b4ba10d303a6a4ce5bc4582e68a73c2ae331e

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [ef296e87b8afa1afdc08a23675658e0252dd2b86]

        writerfilter: WaE unused variable
        
        Change-Id: I60d5f4929168163e755934ccaf07d227e702948f

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3f075756588c23bf5a8e967b1d3a0e6670c3c279]

        loplugin:cstylecast (MACOSX)
        
        Change-Id: Ia4c8920ce2ce44286c5042d4b5dbeaa41fe355cc

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [25442edcad1b0a2284cfaac6e5ed2bc17fb55478]

        loplugin:cstylecast (MACOSX)
        
        Change-Id: I8a2785e90dae7edacb6dfb3e4362e5fb6a981b0e

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [ee5443b8daef4196150fd7e4e98e8ed8ffec219f]

        loplugin:cstylecast (MACOSX)
        
        Change-Id: I1dac5542d711133f30fb4e61590a19bd2beccf53

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [59e928b010279f002c0553b5c69a7de510ff5036]

        loplugin:cstylecast (MACOSX)
        
        Change-Id: Iaefde6a2fbe1b37f31435217c9f57d611d255b11

2015-01-22  Andras Timar  <andras.timar@collabora.com>  [186508874e2e4e3b478a4b306cdbb5c50c562313]

        replace '\n' to space in extended help text
        
        Change-Id: Ida354ee41b4158716ab39a92f009fa7c9a2ce21f
        Reviewed-on: https://gerrit.libreoffice.org/13919
        Tested-by: Andras Timar <andras.timar@collabora.com>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [15faeb4f9f111f7ea8d04fd64b3d065971cd4570]

        Resolves: fdo#87760 if we can't anchor at hidden text then...
        
        anchor to the page instead
        
        Change-Id: Ib7931fdd1c70e809ec442aeac125879980e20ec9

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [ef3b6fa0cf3e4f2c7b29e9373a8afc8c2c7c7ca0]

        Related: fdo#87760 don't crash on searching for a place to put the anchor
        
        1 press return in an empty writer doc a few times
        2 insert a stock 2x2 table
        4 enter A1 and change format->character to hidden
        A1
        3 draw a rectangle above A1 so it'll get anchored to paragraph above table
        5 draw rectangle anchor into A1
        
        Change-Id: I2b0631908843150fae48f7e387a98e91cf90423d

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [6d32df43353a083a1cd9cc90022b64205a5adaa7]

        ::rtl::OUString->OUString
        
        Change-Id: I68654a5fa4cbb7403c00b103e2be5929ccb516a2

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [4b9ecfd4f45501e4696f966c714fc2bcc43ce38b]

        Resolves: fdo#87639 Image-filter Smooth crashes
        
        regression from
        
        commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae
        Author: Thorsten Behrens <thb@documentfoundation.org>
        Date:   Sun Nov 2 22:37:32 2014 +0100
        
            coverity#1242508: swapped arguments
        
        rename the variables to indicate which are source and
        which are dest indexes and that the aNewBitmap
        argument is always, and assert that it must be, of
        equivalent rotated source to the Bitmap which has
        ImplConvolutionPass called on it.
        
        Change-Id: If9715b9f29655da66c6981c0f7cab3d89c528ed7

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [134b523c425613848a2068f917c20a7a67fa0577]

        loplugin:stringconcat
        
        Change-Id: I5a95556b2a9975af150aeb65d6f363f643349a49

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [a8835936e9d3e19443c63b7b365174254741cf76]

        Resolves: fdo#88378 flipping by reversing co-ord system no longer works
        
        not entirely sure when this stopped working, but our contempory code is riddled
        with asserts and throws for negative sizes so rework this to explicitly mirror
        the preview rather than try the no longer working technique
        
        Change-Id: Ie90283cad2797ab1c37848469b007dc01a2c9d75

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [b4be810b7fcf404de01a1420716f7da69da304ff]

        WaE: warning C4101: ´e´ : unreferenced local variable
        
        Change-Id: I91745c868310b301e86cf9b5d6607ae362e2b945

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [66df4d7d309ce237e4979d57b1069659ece1e3a5]

        Resolves: fdo#88455 delete in empty data field crashes
        
        Change-Id: I399bf576fe89283f839842959f06b8fe83f13b2b

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [c0c1b01a32b91984d61f2d0b9146719fcaed7e09]

        WaE: warning C4101: ´e´ : unreferenced local variable
        
        Change-Id: Ifa143e5a8f0e8254fbd324032951517d3a30c4c8

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [ebf767eeb2a169ba533e1b2ffccf16f41d95df35]

        writerfilter: DOCX import: better error handling than "catch (...) {}"
        
        If there is a SAXParseException, OOXMLDocumentImpl::resolve() should not
        ignore it, because if it occurs in a substream some end tag handlers may
        not have been run and the DomainMapper may be in an inconsistent state,
        so continuing to parse the outer document is probably not a good idea.
        
        Also add some exception mangling so sfx2 can present a useful error
        dialog.
        
        Change-Id: I169ba6db25f2ae264af08a64edf76a6bf6757f85

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [825e4995220209362c13ed5f07c98e43a5f456de]

        writerfilter: set the SystemId to get stream name in SAXExceptions
        
        Change-Id: I9891269a765ace15497a3cd3b1729be941bc3c1b

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [c71f888590a4864de96290c06e952bd0a40e7ee7]

        sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptions
        
        Change-Id: I1cd932ae520ba20eff8ef447614e91e1cc2032f8

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [f0d6e0e1e21afd0adf5bd01d771b2d83d8f13a48]

        sax: there is no OUStringBuffer(char) ctor
        
        Change-Id: I1811dead8f104a445bfee9282a60ecedeca872ed

2015-01-22  Michael Stahl  <mstahl@redhat.com>  [d7032371cfc1335073b68b00c0ccab63e244f353]

        writerperfect: convert assert on invalid input to SAL_WARN
        
        lp502369-3.doc contains several StgEntry that are invalid and have type
        0 (STG_EMPTY).  Not sure if sot Storage::FillInfoList() should filter
        these out.
        
        Change-Id: I493cbb346723a3be4f8bc93de1030e68c1216b50

2015-01-22  Tor Lillqvist  <tml@collabora.com>  [343917ab8bbdeba271cc87d2212d3364f9d74c9e]

        Forgot these
        
        Change-Id: Ie4ecb334666587d25b94d8bf2b1a9fe60d03d232

2015-01-22  Tor Lillqvist  <tml@collabora.com>  [e08890c2ea19b785833e87969a035e9cd6837d5f]

        Make it obvious that this functions is for a very specific use only
        
        Change-Id: I53ad45fef0e17ce15a500959206b9b042e550e49

2015-01-22  Tor Lillqvist  <tml@collabora.com>  [03ed4823be55e771b1f00256fd84ec6d8b25b426]

        Make FormulaGroupInterpreter::enableOpenCL() enable it as eagerly as possible
        
        It is only called from sc/qa/unit/opencl-test.cxx anyway, and there it is
        presumably intended to make OpenCL be used whenever at all possible, with no
        requirements on which opcodes are used in a formula or the size of the formula
        group.
        
        Change-Id: Ib8a28dfa15794374e849aa1cdcc5288ef8aa017e

2015-01-22  Tor Lillqvist  <tml@collabora.com>  [eb1a635a9af7747dd48a9f7f1f58ff157571aade]

        Bin useless AMLOEXT comments
        
        Change-Id: Ia9af98d580a694c2b8c5dae213d443d94c143091

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [c6a02b40aa57bc63dc3a11b72f52dda80449843e]

        Revert "fdo#88475 BrowseBox/grid: reposition data cursor to current row after paint"
        
        (and its later fixup)
        
        This reverts commits
         e8a68c1f50f32a0f9d8bcdf16c1270c319910baa
         e60b589952985edff12b1a28392ce6fa0ca8d9be
        
        It was a work-around for the real underlying issue, which was that the
        result of dbaccess::ResultSet::isFirst() et al were clobbered by moves
        made by its clones.
        
        The BrowseBox has two different cursors:
        1) One for data to edit (which is kept on the current/active row)
        2) One for data to *paint*
        The second is a clone of the first.
        
        The real underlying issue is fixed by:
        
          commit d7c9a1d9d65fe8b1a56c5c280d2ca6640a549d2f
          Author: Lionel Elie Mamane <lionel@mamane.lu>
          Date:   Thu Jan 22 10:49:42 2015 +0100
        
              fdo#88475 RowSetBase: reposition cache before interrogating it
        
              Change-Id: I28d62673fdf10ee6507d38bb7c79c08e4b40902f

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [cc376d87859a478b6cab348f0c96ea9fa7fe7a9a]

        set java throwable cause argument (erroneously removed by previous commit)
        
        Change-Id: Ib4516eec5e47d95d53dbb5002f7258514c93f2c9

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [42b809228dc0971c4280871728e37261abab62da]

        On init of DbCellControl, load value from Model
        
        This fixes a regression introduced by "fdo#88551 no need to update content from field when activating grid cell"
        that when switching from design mode to normal mode
        before one moved row at least once, the current cell (inevitably of the first row)
        was always displayed empty.
        Before, the update was done by the activation event (which was too often), so now we need to do it once at initialisation.
        Not sure if using updateFromModel instead of UpdateFromField makes a difference. Hope not. Else need to change that.
        
        Change-Id: I878dea0f91b370a4f83c3c1a3ed185a51ac9f0b7

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [47bd9bd00edc9c0f2f4834a1b4869b45b65ab66a]

        RowSet: notify listeners when next() brings us afterLast
        
        Change-Id: I6024352f9d7c68d8075d90b5954ec3ba662a06f0

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [4a7089ffdf450ac285060ed4d8354e8c37f3685b]

        Malarkey, the cache has been positioned by our caller and we do not move it.
        
        Even when called with _bMoved==false, that is when inserting row or when asked to move to the position we are already in.
        
        Change-Id: Icff5a18638f7e850db4678cdf82021f56f135d1f

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [900d648f8b91fd742188e4d150cb695c1983bae2]

        use enum constant instead of hard-coded integer literal
        
        Change-Id: Ide3f05cc66353787acb33b33340577624f25a8bc

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [d7c9a1d9d65fe8b1a56c5c280d2ca6640a549d2f]

        fdo#88475 RowSetBase: reposition cache before interrogating it
        
        This partially reverts:
        
          commit d20232a77565f46fedc0b556f4d50addff4d3559
          Author: Lionel Elie Mamane <lionel@mamane.lu>
          Date:   Thu Dec 6 13:22:06 2012 +0100
        
              Don't force refresh when higher up code did not request it
        
              Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae
        
        which did not take into account that the cache is shared with the
        clones.
        
        Finish the above commit more deeply, that is
        more aggressively avoid moving the cache if we don't need to:
        when we merely reposition the cache in case another RowSet(Clone)
        has moved it, no need to force a move and by that to force a refresh.
        
        Change-Id: I28d62673fdf10ee6507d38bb7c79c08e4b40902f

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [b1dbc511eeaf88e3b4b5a8a2dce129d251d2dcb6]

        rhbz#1184582: At least catch and log UNO exceptions in grammar checking thread
        
        Change-Id: I87744f86d1413973709a46a58ebc03a39bce842c

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [e25b4bd9f83753211e868882547d96a4040d572f]

        loplugin:cstylecast
        
        Change-Id: I126e06a0c7b442dfc4fcad7c05ff6caf07896a8f

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [7319961687e84d56f30a245c115e7b67b1b69ed3]

        loplugin:stringconstant
        
        Change-Id: Ia23865a38eff10304a1c1748b2b4f17af7b4d3ae

2015-01-22  Caolán McNamara  <caolanm@redhat.com>  [3f4553a6e498cc74652aeada4987ee9ced0e1761]

        fix mangled indent
        
        Change-Id: Ie7ff70660a95711bcedc96da72694e5c46717274

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [cac3f3e48e31fbb2333f151ece9513c618b27106]

        loplugin:cstylecast (MACOSX)
        
        Change-Id: I9d798beba649a946446893063386a8e521455a48

2015-01-22  Jan Holesovsky  <kendy@collabora.com>  [49f26037faeff5f7f3c61e1ad6df974a2e32388d]

        This can be called really early, create the dir.
        
        Change-Id: Ie0097c20429104f10eb188ae0cbfcf5bc5a44e14

2015-01-22  Justin Luth  <justin_luth@sil.org>  [aa852c88c8312512e3595accefb9bc4d234a26a3]

        fdo#68963 recognize __RefHeading__ bookmarks as TOC in .doc files
        
        LibreOffice recognizes MS Office Table Of Contents, but LO files
        saved as .doc didn't show the Cross-Refence heading - it was blank.
        Now bookmarks using the LO naming convention are also imported
        as TOC bookmarks from .doc files.
        
        Testcase included.
        
        Change-Id: Icae5c0de31856ccc75ede9a97c0ea046dd97325f
        Reviewed-on: https://gerrit.libreoffice.org/14018
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa]

        SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM
        
        The Itanium C++ ABI mandates that for a unique (complete) C++ type a single
        unique symbol for the type's RTTI name is used across a process's dynamic
        objects (so type equivalence can be determined via pointer comparison on the
        RTTI names).
        
        GCC nowadays deviates from that, using strcmp to determine equivalence, so it is
        resilient to RTTI names being bound locally within dynamic objects (which has
        performance benefits, but also makes it impossible to have unrelated types that
        happen to have the same name "encapsulated" in individual dynamic objects---
        whether or not that would violate the ODR would be open to interpretation of how
        dynamic objects fit into the C++ Standard).
        
        LLVM sticks to the Itanium ABI, which becomes notable in at least two places:
        
        For one, libc++abi's __dynamic_cast uses strict checking.  It still has a
        _LIBCXX_DYNAMIC_FALLBACK for now that additionally uses strcmp checking and
        syslogs visibility violations.  Mac OS X uses libc++abi with
        _LIBCXX_DYNAMIC_FALLBACK enabled, and running LO routinely logs dynamic_cast
        errors to the Console there.
        
        For another, RTTI-based UBSan checks unconditionally only use strict checking
        (cf. isDerivedFromAtOffset in lib/ubsan/ubsan_type_hash.cc).  This causes false
        positives from Clang -fsanitize=function and -fsanitize=vptr even on Linux not
        using libc++abi.
        
        Therefore, introduce SAL_DLLPUBLIC_RTTI to mark types for which RTTI needs to
        have default visibility under the Itanium/LLVM semantics.  There is
        unfortunately no way to mark only the (implicitly generated) RTTI symbols for
        default visibility, but at least with the cases where SAL_DLLPUBLIC_RTTI is used
        for now that is no real problem---any class type marked SAL_DLLPUBLIC_RTTI only
        has inline (covered by -fvisibility-inlines-hidden) or undefined pure virtual
        functions.  It appears that even the vtables of those classes remain hidden, at
        least with Mach-O on Mac OS X.  (That also means there is no need for a
        SAL_DLLPRIVATE_RTTI marker analoguous to the---also superfluous in retrospect---
        CPPU_GCC_DLLPRIVATE one.)
        
        Nevertheless, the number of exported symbols of course increases when
        SAL_DLLPUBLIC_RTTI is "active."  For a full-blown --enable-dbgutil build on Mac
        OS X,
        
          find instdir/LibreOffice.app/Contents -name \*.dylib\* -exec nm -gU {} \; \
            wc -l
        
        increased from 125541 to 139239.  For Linux, an option might be to "activate"
        SAL_DLLPUBLIC_RTTI only for __clang__ plus !ENABLE_RUNTIME_OPTIMIZATIONS.
        
        The set of types marked SAL_DLLPUBLIC_RTTI with this patch (wholesale cppumaker-
        generated UNO enum, struct, and interface types; plus some IEmbeddedHelper and
        IUndoManager) is chosen so that a full "make check" on Mac OS X no longer
        syslogs any dynamic_cast errors to the Console.
        
        Change-Id: I42fa6ec01c2503ec24bcd9c0518abb112afa3235

2015-01-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8289191302749f91924fbff847fbf06f0998f85f]

        Updated core Project: help  50920f837dbb2af263070b00891d788986dd21a4
        
        T.INV returns one-tailed, not two-tailed values
        
        Change-Id: Icc5b44667068543c4513410c954370895f2a3820
        Reviewed-on: https://gerrit.libreoffice.org/14093
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-22  Tor Lillqvist  <tml@collabora.com>  [df8c7d1c4e9d878797398fa5fd94477b04c2cc00]

        Don't output idiotic comments in the generated OpenCL
        
        We don't want silly non-informative comments in our C++ code. It is even more
        pointless to put them into generated OpenCL code.
        
        Change-Id: I89afc7234807a3ec5379c5d55a2ea8d52bde7600

2015-01-22  Vort  <vvort@yandex.ru>  [7c3386f279e5ea3a1d9b7694412f5c34b5183bab]

        fdo#79045 PDF Import: fix text displacement
        
        Change-Id: I22e3b90671f1dc4f9720758a7a5b79f56fa2ff49
        Reviewed-on: https://gerrit.libreoffice.org/14098
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2015-01-22  Jan-Marek Glogowski  <glogow@fbihome.de>  [89f01955e2594bfba6f1d148b7a48dfe3aff5e60]

        Merge common code of sw format lists
        
        Moves the common code of Fmt based lists and simple vector lists
        into two intermediate template classes, of which one provides
        the SwFmtsBase interface.
        
        Change-Id: If963c19293584654a3d17438221e3fca8bdfd4f9
        Reviewed-on: https://gerrit.libreoffice.org/13448
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-22  Jan Holesovsky  <kendy@collabora.com>  [f2be1cf932c1306871ca4704d51f3849b439d28c]

        pdf import: Kill cut'n'paste, and fix a memory leak.
        
        Change-Id: I9460e458e9ac5274d68bd11b0ed77b06d664ce0e

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [6e0676324e96a05ad1d211a3a59e5c0ad3efcac5]

        Re-indent to make precedence clear
        
        Change-Id: Ibbc35d1a9264817f3fa8e3229ec1de5f51800e97

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [c8b9cbde1d5826931023cae062ba5c60da36820d]

        areBothOpenFrom can be a free function
        
        Change-Id: I20697955457b1dadc334cb0f29c600687ae2d181

2015-01-22  Juergen Funk  <juergen.funk_ml@cib.de>  [b8918b363ea7242c304f438a64baf55d19eecddf]

        fdo#88158 Display two "Open..." entries in the file-menu
        
        Migration from Version 3 to 4 make this fail
        
        Entry .uno:Open and .uno:OpenFromWriter are the same,
        skip the entry .uno:OpenFrom
        
        Change the operator, and a lot of comments
        change the match in startWith for better reading
        change test when old-cmd ".uno:Open"
        change to the stephan solution
        
        Change-Id: I0861c1e7d30b861acc753e3258707f3b6a338768
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e17847e0ce5602b0cdf312ba2c72bd99aa7b72b2]

        Factor out SfxStringItem::dumpAsXml() from sw
        
        Change-Id: If218d83297bfdd39471d5502c0639248c96af9c6

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3adaad3e36d0adc444f1085fceb7f4e5b43cfeef]

        loplugin:cstylecast: Warn about more of the potentially suspicious ones
        
        Change-Id: Id7a596344c21e9265e35188c477e60ce510bcc6e

2015-01-22  Stephan Bergmann  <sbergman@redhat.com>  [e6c124ae3b4de78848344a172003de934e1cb163]

        Some more loplugin:cstylecast: sw
        
        note the two TODOs about suspicious casts
        
        Change-Id: I324fa05b30a5c8aa1d9e9a6d488a1e295226e788

2015-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [08bdb40656898fc484f5200b63610a31369ddd87]

        fdo#88551 no need to update content from field when activating grid cell
        
        It is already loaded correctly, and reloading leads to bogus TextChanged event.
        
        Change-Id: I9ad384ce60bbfd477199a1c9fb81e8e201a5162b
        Reviewed-on: https://gerrit.libreoffice.org/14096
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [254ecc7c7d72310a1256bb7c266188ada0eb1c2a]

        Apply GLSL patch for areaScaleFragmentShader
        
        Thanks to Lubos Lunak
        
        Change-Id: I9bb72e1a5b11102963481dac7c11ab4a9fe90b0b
        Signed-off-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/14095

2015-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [9ea6793a5b765aefc1a8e82c06f225305dd9c14f]

        vcl: cleanup of OpenGLX11CairoTextRender::drawSurface
        
        Change-Id: I8288d330f17e08314ccff378c8c00ef5ed82cb64
        Reviewed-on: https://gerrit.libreoffice.org/14064
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-01-21  Andras Timar  <andras.timar@collabora.com>  [9fd38a52e1663addfc6f0581543a066592d3570d]

        add label to .uno:SearchLabel (related: fdo#81925)
        
        Change-Id: Iaa227ee542396e5f594bd5a1c8ea9529e2bbe04c

2015-01-21  Lionel Elie Mamane  <lionel@mamane.lu>  [f4a2cff16ea546e7d0a135d4b061a65e783ab422]

        Don't try to pass an arbitrary Java exception through UNO
        
        also make other exceptions more verbose
        
        Change-Id: Id6bf88b1ec228b20b19c89ccf6ee14d0c1ffb44d

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [c743557389001ead9b6c2f384622efab8c7db829]

        drop unnecessary inline
        
        Change-Id: I3355990769251aaee8957f889f97a80af1670bdc

2015-01-21  Ashod Nakashian  <ashodnakashian@yahoo.com>  [4fcde4fe8ea5d4521a59e19291e393835144d7d9]

        Hint assertions and sanity checks added.
        
        Change-Id: I83bf8866c8855b3266703eca62010d28388c5a07
        Reviewed-on: https://gerrit.libreoffice.org/13880
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [01fb1701c8a59dd023604492a117ea1a6cffcee9]

        Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any values
        
        Regression introduced with 9341bf3dc38b2cc117ffbe12ff057511ed6e046d "java: when
        rethrowing, store the original exception," but these two appear to be the only
        two cases related to com.sun.star.lang.WrappedTarget[Runtime]Exception in that
        patch that would now create bad UNO Any values.  Happily reverted to the
        original but oddly inconsistent setting of the WrappedTargetException's
        TargetException member...
        
        Change-Id: I9421da721d5a111d0d89ee0601238a2c01cfc12c

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [7701b0cbb932f4d75d5c82b66d4fcca4230222ff]

        add has-focus .ui support
        
        Change-Id: Ifd95d9fa74f6cbba989c05aae2a225a85b78c9f1

2015-01-21  Matthew Francis  <mjay.francis@gmail.com>  [eb4c29f4d10ae4be0e6be15a4c7c8c5bfb1edcc3]

        fdo#84336 Fix swf rendering
        
        Commit d83dfeb5e59c8f3de12d673b001a44001f644e7d accidentally inverted
        a test, causing at least the presentation linked on the above bug to
        render all black
        
        Change-Id: I2267ef43023b735587d6921f17aa7207f70dbd7b
        Reviewed-on: https://gerrit.libreoffice.org/14084
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-21  Thomas Viehmann  <tv@beamnet.de>  [83133f175c021b3f139c596a771b56d94cb3ed11]

        fdo #88578: Focus on first checkbox when showing calc paste special dialog
        
        Change-Id: Ic0d82c710c09a099329fa76e2fb81c6c8613b334
        Reviewed-on: https://gerrit.libreoffice.org/14071
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-21  Vort  <vvort@yandex.ru>  [df54862ec61c81a39b7ccfadc292b5bf859f45fa]

        fdo#85174 PDF Import: fix character positions without modifying poppler
        
        Change-Id: I4ec6409e8fa13161c5cd37fcae2055b4bc5ecfd4
        Reviewed-on: https://gerrit.libreoffice.org/14066
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [6acd5c45c764d81aea1539e66adbfadb51df0aa3]

        Resolves: fdo#87601 specific html doc hangs on load
        
        Change-Id: I67f472d72efe123b533d4d94be0084986c0e8349

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [b97d9a1238a82461e64717757a4527565f879ee2]

        slot:5500 -> .uno:NewDoc(FromTemplate)
        
        try and strip out the slot:5500 magic/lunacy
        
        Change-Id: I7236c83fba6cb8264f76aca90242775a3de58645

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [1dbc6d05ded0dc1df75f7b9ff779571c98800035]

        Resolves: fdo#87636 New button not clickable when Templates preselected
        
        regression from
        
        commit 57207cab004cb78c3fa6d9ed43cc4bf81f4e6981
        Author: Ariel Constenla-Haile <arielch@apache.org>
        Date:   Tue May 28 10:01:32 2013 +0000
        
            Add missing copy&paste of SfxAppToolBoxControl_Impl::Select
        
            (cherry picked from commit 47204c74d9e52f54f6983af19b66af2a96b42e61)
        
            Conflicts:
                framework/inc/uielement/popuptoolbarcontroller.hxx
                svtools/inc/svtools/toolboxcontroller.hxx
        
        The menu shown in the ui is a copy of a menu. The original menu has UserData
        set on it which contains the target for the command, but the copy doesn't, so
        looking up the target always fails and ses the "_default" frame and not the
        correct "_self" required for the template menu
        
        Change-Id: Ic1887467bf15f081d27286bd284929c17a2b19ad

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [44b2fb6d0ba8c3fc8aa6edb4e539c484e21b7fc5]

        RotateAngle of UNO type long
        
        Change-Id: Id3aec16d17b55366c2a35810b21b0a1c73439741

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [ed8110e101db5a8ea4dde43a3ec38fe40e6fe7e2]

        Avoid reinterpret_cast to same type
        
        ...as GCC 4.6 reports "error: invalid cast from type 'pthread_t {aka long
        unsigned int}' to type 'long unsigned int'" despite [expr.reinterpret.cast]/2:
        "An expression of integral, enumeration, pointer, or pointer-to-member type can
        be explicitly converted to its own type; such a cast yields the value of its
        operand."
        
        Change-Id: I26f1a3e6df2f0e55c665ad4f49185e0ebf432e95

2015-01-21  Gary Houston  <ghouston@arglist.com>  [921cea89da8adbe714ea8f71169dd6afc42354c4]

        fdo#87488 Wrong text rotation inside a preset shape from docx
        
        Preset shape text rotation values are read in a few places and stored in
        moRotation. With these changes, moRotation is always read unchanged, but
        multiplied by -1 when it's used.
        
        Change-Id: I633d665c21daa69e15fa828a43300f10d2bf2054
        Reviewed-on: https://gerrit.libreoffice.org/13561
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [1ca9c116ec663b870e79a91b6476cd5b16a34a62]

        loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)
        
        Change-Id: Ie4474a1bae02de88ea0c79510f3730d2f829239c

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [4698eeea354b51d7efd6bb229898e86b3e3c0596]

        SwSection::GetFmt const-correctness
        
        ...otherwise, wouldn't make sense to have non-const/const overloads anyway.
        Needs to introduce one const_cast into doctxm.cxx (which already contains quite
        a handful), otherwise the required changes would turn into too much of an
        avalanche.
        
        Change-Id: I694c7a1df7089d83ee95d35ed09bb864e9703f7c

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [ce67bc61da9e12987d57f764bc7c8376eea48bbe]

        Some more loplugin:cstylecast: writerperfect
        
        Change-Id: I5bdc5f147e507d4ac1626133e653bdc9addb5571

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [f53972b0285cfd11da30f2723a662ff76c40c757]

        Some more loplugin:cstylecast: starmath
        
        Change-Id: I0d1c743343d8f84c0491957ad43d8b16d9490622

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [c4b3801c22c6d4dc6fe34033089c6398bcd433d3]

        Some more loplugin:cstylecast: sd
        
        Change-Id: I3562efaab55655bc758fe94090b2b6d05b548098

2015-01-21  Vort  <vvort@yandex.ru>  [42bb1308fffbd26719618f4cbc986ace9bf0dd33]

        Also ignore Visual Studio 2013 files
        
        Change-Id: I21bba16d70f9f8c43b60b2bd2a5005a888d0c11d
        Reviewed-on: https://gerrit.libreoffice.org/14073
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [f21114332bf670ab7f8e9b0a7f4d83d436d8fd9e]

        has_focus is not implemented, remove uses
        
        Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [4b2daa1cd57ae022a728296882a91407a3746309]

        Resolves: fdo#88562 convert filename widget from ro-edit to selectable-label
        
        Change-Id: I56205bf5c28b6196aae10ecfa658111768f0e433

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [eeccf1be6a5752b2288086d1f52c1b1e3e5c4137]

        Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLE
        
        so docs cannot be toggled r/o r/w from properties page or the file name
        changed. Unkink the logic a bit based on that and move now static widget
        settings to .ui and remove unused checkbox
        
        Change-Id: Ic55e41be8ffd02e214a233a2eb90736c070b5418

2015-01-21  Stephan Bergmann  <sbergman@redhat.com>  [7cb5b2117429c6c5b12cd2ee4925e0eea18375be]

        loplugin:cstylecast
        
        Change-Id: Ib8575109cfe0339f2d8b56741d3ad2a538ecf164

2015-01-21  Michael Stahl  <mstahl@redhat.com>  [d76a8ba0b578b5084b86bd20227dc9aa72135e44]

        sw: make SwTxtNode::RstTxtAttr() easier to understand
        
        Trying to figure out whether the other 2 asserts could trigger, the idea
        to just delay everything that could potentially re-sort the array and
        thereby invalidate the current iteration index seemed appealing.
        
        Should be faster too: the main loop now looks at each hint only once,
        but deleting a hint now requires a O(log(n)) GetStartOf() lookup.
        
        Change-Id: I5c7b8493b35ee71c8ebdc284d2508c9812dc29cf

2015-01-21  Michael Stahl  <mstahl@redhat.com>  [01d25c96db366de003e4570ddf8559da3dd9ea5b]

        sw: fix bogus assert in SwTxtNode::RstTxtAttr()
        
        The assert for case 3 is wrong and fires when importing ooo44732-2.doc
        but there is also a bug here where a hint could be skipped.
        
        Change-Id: I028d2d5df9e80cf0001d9bc11aa7fabcd01e83bb

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [b5f607a4aa5c622efba748a1d443131dbee38ad0]

        callcatcher: update unused code
        
        Change-Id: I225cbb3a4a66a8f20bec91c4770ad78e72b663b1

2015-01-21  Ariel Constenla-Haile  <arielch@apache.org>  [5ce9606a669d451b71c9c0e1da33bb62007d8aae]

        Resolves: #i46871# Add French translation for Space key
        
        (cherry picked from commit 58c7172ef98515e482bc87e219e58e1e126785d8)
        
        Conflicts:
        	vcl/unx/generic/app/keysymnames.cxx
        
        Change-Id: Id8b9aa912cd3de9d69bddb0316c73d19ffcc4769

2015-01-21  Caolán McNamara  <caolanm@redhat.com>  [4be8eae04eaeaa943cdcfe7443813d47bf995123]

        Resolves: fdo#88594 crash on F1 with local help
        
        regression from
        
        commit 1049511c0c5d881df4ba8042744d63d37878296f
        Date:   Tue Jan 13 21:43:27 2015 +0900
            infobar: add buttons one by one with addButton
        
        Change-Id: Icf758a9671191836bbe5bc7ca7d978574cb74479

2015-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fe28b2c7b9a1fd5718e1f5b6562cf93902d6be0]

        Factor out SwFmtPageDesc::dumpAsXml() from docnode
        
        Change-Id: I813804ece7507fef84c43ba8fc290b151c8063ab

2015-01-20  Michael Stahl  <mstahl@redhat.com>  [60143f4f7bc50054dcef923218b8c7c3bc154933]

        sw: add unit test for 5c363cf3f1d75e37835a6663a96b4e22c754c4cb
        
        Change-Id: If83f4900fcecde07f75d88c7f0b7c9088974b093

2015-01-20  Eike Rathke  <erack@redhat.com>  [ef9d28a3605b7e3e1e68212cc44f7379fd2f464a]

        it's unnecessary to obtain the marked object in move mode, fdo#88339 followup
        
        ... just to determine there's nothing to do in that case.
        
        Change-Id: Ic962a5420afc5216e750b7fb578a4844ab6fc54a

2015-01-20  Niklas Johansson  <sleeping.pillow@gmail.com>  [46f51b4659e772c07c0ebfe5fe64aeb830e2a992]

        Add documentation for AccessibleStates STALE, OFFSCREEN and COLLAPSE
        
        Change-Id: I6bfcd180f0c1d9e63577f58685ce64c509d91326
        Reviewed-on: https://gerrit.libreoffice.org/14055
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [24c7c11cd112d33014653166c6d5b3d012114834]

        fix SwIndexReg::~SwIndexReg assert in fdo68332-2.docx
        
        SwParaSelection sets a mark on the cursor, but there is no need to do that.
        DelFullPara will delete the SwTxtNode anyway.
        
        Change-Id: I99b8dd637bd4d2b49a555e147514a2def19fa0bf
        Reviewed-on: https://gerrit.libreoffice.org/14054
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-01-20  Michael Stahl  <mstahl@redhat.com>  [4398cc83945de8165e3713fdfa76499c2b3a55fa]

        vcl: remove dependency of SalShlData on GetVersionEx()
        
        4500afcc1be7774b3c35ab69a20e36165ca5445a was incomplete in that the
        result of GetVersionEx() is actually stored and other functions do
        manual checks on it.
        
        Change-Id: I1f66a13e98e6bfc40bc35fa5382c2f6257f905d6

2015-01-20  Eike Rathke  <erack@redhat.com>  [8825e95a44395b5c4675f077e99fe4d9fb47c62f]

        change assert() to SAL_WARN_IF()
        
        It's a valid condition in some cases.
        
        Change-Id: I9c9bbcf0b506a88f89e4a420dd544e4bc6502e58

2015-01-20  Ashod Nakashian  <ashodnakashian@yahoo.com>  [5c363cf3f1d75e37835a6663a96b4e22c754c4cb]

        Maintain the sorting in sorted_vector after modifying the elements.
        
        Resort immediately after modifying the data to prevent invalid lookups.
        
        Change-Id: If132af401d8164fd5973d81a8327c1fa726c908c
        Reviewed-on: https://gerrit.libreoffice.org/13984
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [4345a3de0e5a600685fef5dc9fa422fe6849a0a3]

        Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapes
        
        where odt checks for a null pTxtCrsr and skips the object and fodt
        just ploughed ahead. i.e. make fodt equally useless as odt (fdo#84942)
        
        Change-Id: I915cc1f7c065ea83377e895a932636c82698cf1f

2015-01-20  Tor Lillqvist  <tml@collabora.com>  [bff635be1d45ce721f5e40c64f665a247b995133]

        Make the RAND() and RANDBETWEEN() Calc functions non-random when requested
        
        We don't want such a mode to affect other uses of randomness, though. Thus use
        a separate random number generator object for these two functions, and use a
        fixed seed for it if the SC_RAND_REPEATABLE environment variable is set.
        
        As RAND() is implemented in sc, and RANDBETWEEN() is implemented in scaddins,
        it was a bit hard to figure out where to add the new functions needed, without
        having to over-engineer things with UNO. (This functionality is totally
        Calc-specific, but neither sc nor scaddins has any public (non-UNO) API.)
        Caolan suggested the formula module, which seems like a good enough place to
        me.
        
        Change-Id: I4b0cb327392e51a18bce28478af91b0174d6b726

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [f1cf63c223fd7b4771df687ae9fe37faeccdb8fe]

        OSL_ENSURE->SAL_WARN_IF where conditional deref follows
        
        Change-Id: I2648b0357c13699df2693968db4e57c81028c962

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [0f297e20d1382d6ed652471adf4163677f8fe1be]

        OSL_ENSURE->assert where unconditionally deref follows
        
        Change-Id: I0cb2400e7ebb28cad2c98f9e69d68d312efb03ca

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [37e4920a310c265848ebbf7205efad26f71d928c]

        continue to implement drawChar for unpatched popplers without drawChar2 hack
        
        Change-Id: Id4ad86f3f563d88777352722e397cd77cfad45e4

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [26bd210ccd6033cf5d06a2de35047757d8f7a6e7]

        Related: ooo#34420-1.sxi concealed divide by zero
        
        on this and about 30 other documents where the NaN result is cast back to a
        long, giving rise to an assert in vcl/source/outdev/map.cxx:391 of
        
        long int ImplLogicToPixel(long int, long int, long int, long int, long int):
        Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI'
        failed.
        
        Change-Id: Ia87e4ee6bbf0f10b7eba513e9a5ba3c42440d181

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [ca36f09c7168bd5dd59118c1a8bccac7c826bde0]

        textranges are always in pairs
        
        Change-Id: I3d98c26c7902bc89ab6701dd02e266fd466c6907

2015-01-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [104a1e641554be2e789758ae67c0e24620df8035]

        fdo#88547 allow inline date-arrays for array functions
        
        Change-Id: I090633944f6514964949566ffe94038b565abff4
        Reviewed-on: https://gerrit.libreoffice.org/14019
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-20  Vort  <vvort@yandex.ru>  [7818c73445ad8e08e7ee51e2cc3a4b4d5a798ac4]

        fdo#85174 PDF Import: fix character positions
        
        Change-Id: I0aa75b6cb834341e47bbeeaa15d39387a8cb5240
        Reviewed-on: https://gerrit.libreoffice.org/14029
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-20  Tsutomu Uchino  <hanya@apache.org>  [d8915be647a85e6c20763febc28f015e6e11c688]

        Resolves: #i116863# remove the extra space before colon...
        
        in the label for date number format
        
        (cherry picked from commit 2c11fc40e0500da7fc217e1bc1290adfdccab82f)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        
        Change-Id: I8e5b6a141948fbce8361b74a3f29db3cdf7d71f4

2015-01-20  Juergen Funk  <juergen.funk_ml@cib.de>  [282baa9012a4f43931be12fd429d15c081e7bf28]

        Remove unused code
        
        - a inline function not use
        - a variable will be set but not use
        
        Change-Id: I67674a6cd05ddb058d11d46188d5c9d039ed40fb
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [6cf58a33676cebc9f2c1d26163793ba7dce46262]

        accidentally ran make with VALGRIND set and walked away...
        
        and found this bug triggered by CppunitTest_filter_eps_test when
        I got back
        
        Change-Id: I20943e5bd0fbf8aed923699dd5f1e88fada43e81

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [40809ce46999e9cedb2fe5db8e9d53ebb6c182bf]

        move OutputDevice:: Clear/Refresh inside AddTempDevFont
        
        and drop now redundant
        
        ImplClearFontData(true);
        mpFontCache->Invalidate();
        
        which is done on entry
        
        Change-Id: I217c203980e5fd6a54b85f1b1376ecc2b92181db

2015-01-20  Caolán McNamara  <caolanm@redhat.com>  [20142afafc809890d5e8dcfd4103c46319a488df]

        font cache gets broken on adding an embedded font
        
        Change-Id: I665cde5d4c89443238efb283c86277dedf621197

2015-01-20  László Németh  <laszlo.nemeth@collabora.com>  [352cdc8bf8ee7bbb821d1244df6dc35bcc32f52e]

        fdo#88623 replace std::deque with std::vector in xlsx saving
        
        Change-Id: I0b9c44b405e2c617c60e11a1a15eaeb867cba57e

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [33af00a9ae3136e8aa0fe3183a49681383cd48c7]

        bail out early if there is no Display
        
        Change-Id: I1d724ae9346a4df7207e737cf98bf0cd7293bc2b

2015-01-20  Michael Meeks  <michael.meeks@collabora.com>  [b398945d08bdab0de5f22b06c91686569942e668]

        scaddins: quick fix for conflict on ConvertData.
        
        Also used by VCL image plugins - defer the rest to an easy-hack.
        Mostly impacts mobile which uses scaddins linked without a map file.
        
        Change-Id: I49fd40146905f4de42c9b0e7355ab89689c776bf

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [229891d6cbc24f9e6291d8057d0d51326b059d9b]

        lets do that before we delete our object
        
        Change-Id: I8c7166ba66f74f5c548bb6fb30dfc3d28880e9a2

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [145ad1964389d363e389490be4b9acad1b6b7b99]

        some debug code for finding leaked OpenGLContexts
        
        Change-Id: I10e8c344ae6aa2e0a4ef562154f57e2070c70e2f

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [99f809c7eb0a2298f9c0044aeabdfc1bb72e2287]

        I was just missing the code for the ARB version
        
        Change-Id: Id1a7eef76967a9fdc5279d3c5e7694e6c6b2b907

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9becabc9bd0ef07fbeb42af7076a1a0a66d767a4]

        only enable these error handlers in dbgutil builds
        
        They might become expensive with our repeated calls to makeCurrent
        
        Change-Id: I1d30460f2cad34c6ab676754682651422e545c90

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8384350ee6abb69043ec3c063cabdd02c340696d]

        fix the life cycle of my RAII object
        
        Change-Id: Ifcd4ab79192be965b57439062354e27af80136b3

2015-01-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1bb284fb1443117dab5850d1e00c68d4287a5145]

        remove wrong comment
        
        Looking into the code we handle more cases correctly so remove this
        misleading comment.
        
        Change-Id: Id738bb8af312dfce97560a43122a81a6708f64d3

2015-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [6cc84edfaf212fd202bc30002869d50f8ca7e53d]

        Revert "vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext"
        
        This reverts commit 3d580990643119cccb73f4f15d549863a6660aa6.
        
        Change-Id: Ib16fea0df909d41b2d51d5f3efe44dd4b3419352
        Reviewed-on: https://gerrit.libreoffice.org/14033
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [3d580990643119cccb73f4f15d549863a6660aa6]

        vcl: increment ref in OpenGLSalGraphicsImpl::AcquireContext
        
        Change-Id: Id8167dfe55eb6f7a83454f5eb7a3b5a96e252980

2015-01-20  Noel Grandin  <noel@peralex.com>  [c9e6b5854197dd33d4e20ed78aee8382472a0f01]

        enable tcpNoDelay for loopback connections automatically
        
        it can make a significant speed difference for applications
        talking to the office binary via UNO
        
        Change-Id: If6e901908fe6a6119ac1fd0bf8feebabe5602ff7
        Reviewed-on: https://gerrit.libreoffice.org/13856
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [473c20d86ea0cdd1307bfd5c89f89c3ba2c316a1]

        Some more loplugin:cstylecast: xmlhelp
        
        Change-Id: I1aa45f669711a90cce52bafd839bd84eb711436a

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e4fd2972e4e540d5ecc9eeba21c4464aae771c10]

        Some more loplugin:cstylecast: slideshow
        
        Change-Id: I5cba157aa69b979a1e821f267f0560dd16533677

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [ea0bb58d98b651599dabf9a93f9568f46c3baeb1]

        Drop unused comphelper::service_decl::component_getFactoryHelper params
        
        Change-Id: Ia47c0bc3539ddf8f925cd053a2431c742c46d337

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [83853b9c86ee867f743b6b1827c6eb6b3a5c21d5]

        Just use plain memcpy
        
        Change-Id: I6f2014f3dfc650a61e8c0dc0bb7d7d4fdb88dbe9

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e7057033beafedb857c45d5b32d9622b0ce545e8]

        Fix for Android gethostbyaddr
        
        Change-Id: Icc8f5f71f07d0afb016b6188daea26068db93769

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b0ce8ea909cc61710e73ddfa0d03c6fe34aab4cb]

        Some more loplugin:cstylecast: testtools
        
        Change-Id: I28bce2f4bdbadef2d68130adc6fdc09c9840a005

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [a3f3d4d1904fd68ec3f79cc367a995a6b5a31e35]

        Missing const
        
        Change-Id: I13058a46526a1186deaa8fffde303c272c0cc8aa

2015-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [71edf281f38a3ee839a99393cb06316c7231f3d2]

        Factor out SvxShadowItem::dumpAsXml() from sw
        
        Change-Id: Id25a050a9840d83cff4b390faec7478f17336524

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [be06f3433ff7a92eba2f35f2f9764131e874450c]

        Some more loplugin:cstylecast: xmlscript
        
        Change-Id: I6c13ff51c32e0fded35d8f9124981fee1cce80ad

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [2880dfe3012776e49a47e2e1b6e4bcfa1636be17]

        Some more loplugin:cstylecast: xmlsecurity
        
        Change-Id: Iceaeefc26fec2643d3fbb916ab7719a918beb496

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b388b9fc48ee0e92dfffef910f141a2ee338c413]

        Some more loplugin:cstylecast: xmloff
        
        Change-Id: I45cb9467c618eed929c84656a26293c8d6087378

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [bf50bd977288333aa77b25d59eaf92c0b604e3c3]

        Some more loplugin:cstylecast: writerfilter
        
        Change-Id: Ic8e24c5a956424883856d99fe94527cc1dff5797

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [fe9d002ef55e30aa3629f4e1951beb18ebb692b0]

        Some more loplugin:cstylecast: vcl
        
        Change-Id: I74d35630b9fcdaa97af0b1f1e6d1e5c72488964d

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [f6cfe99d22041061b8042cdab05e57180c0ab70a]

        Some more loplugin:cstylecast: vbahelper
        
        Change-Id: I0b09119d0084ac4eed8d805c4fbca0afc013080d

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [42f08a9bdb8efd6953708f82c4ae25c83018db31]

        Some more loplugin:cstylecast: uui
        
        Change-Id: I5b604a39efc3ba539877c8f3b1bfdc202d9452d3

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [3d1ea110264d0fdb79c302b0fa96e301fb67c578]

        Some more loplugin:cstylecast: unoxml
        
        Change-Id: I7467e033c998d9ee4283a146088c3b09d161f3cd

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [1f041f92b47ad8c3fbbcd37aead60cf000d4355d]

        Some more loplugin:cstylecast: ucb
        
        Change-Id: I07c4b9b4bd61611ac11de6c70a0ca1c89cd10b3d

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [2850b4dc39069d128768084a67b24927f392448a]

        Some more loplugin:cstylecast: tools
        
        Change-Id: I2b540c4c0c34823143e13d16559dac7458a38933

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [17fe7fc590b999005a76475d62821f8ac63f2124]

        Some more loplugin:cstylecast: toolkit
        
        Change-Id: I8f2963e7bbd1053ea12af22424f4f7a0f65a3486

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e935f05c8014664b313f1a0c3ecadfd0fab044b4]

        Some more loplugin:cstylecast: test
        
        Change-Id: I48397ba0cc3c0737f6c47808d353245f81050a2b

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [19ae20096aa1c35217753ffd3d903364047834ff]

        Some more loplugin:cstylecast: svx
        
        Change-Id: I5eb4e1cae38decb293ea11f7cd4bfda0bad3afcb

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [950028c6e3b20ee686e47fdf990de89377aaf92a]

        Some more loplugin:cstylecast: svtools
        
        Change-Id: I8d8b48b297fa3ce0bb9a81dd396cbdb253b84a80

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [4423b09f69a744610faf7aca35649f5bdeb3cf7a]

        Some more loplugin:cstylecast: svl
        
        Change-Id: I98f34cd3925189941d33056d709a5f5bc26412a7

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [c2c134cda1c501df6b9eec580a63131dbf798f12]

        Some more loplugin:cstylecast: stoc
        
        Change-Id: I3d820a1df3750d20e704a163f45c16ea29a1b4bd

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [d6ca554fa0a41372f015875115165df614cdda68]

        Some more loplugin:cstylecast: sot
        
        Change-Id: I7192a4d29937fc6222457a4a0f53db11e620fcdc

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [dcfb17b8054179776d98f57a778da486c92d250e]

        Some more loplugin:cstylecast: shell
        
        Change-Id: I8d9846dcfd8b0f686f7321a3e7b7b0d70428723d

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [42a53497708e8b3b9b2d93bd39ac782fc185ac3e]

        Some more loplugin:cstylecast: sfx2
        
        Change-Id: I19f3ce00e5e19dd34db2d92cae1b532d3c3eae6a

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [6812daf27117041eb02709291f506136259df264]

        Some more loplugin:cstylecast: sdext
        
        Change-Id: Id98eab748280cd9c9c6e34cc3f6938ff6911361a

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [ebb137bd9405f7a147d2c80e2633a221813c72f3]

        Some more loplugin:cstylecast: sc
        
        Change-Id: I75adf1973083a6f4519133f9e97ad83fd7d8658a

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [abf133355ffa6a3cda1e44969cd0716cab4f6e61]

        Some more loplugin:cstylecast: sax
        
        Change-Id: I3ded4f19f73a094dabd2d2da54917290ffe468f5

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [5ef1d9ff36e40ca24a6d3de15543481ee8b1cb58]

        Some more loplugin:cstylecast: salhelper
        
        Change-Id: I1e6168297ac4405c3f300aecc9074a4f15e6654c

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b70b4e644b5bb5356509505855418453dc621cfc]

        Some more loplugin:cstylecast: sal
        
        Change-Id: Ie54d340478412e62b87d66e287fd8a3963e97898

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [2e160b1e0e5b28b8a6ddfa07fc6ffff1c6e590bc]

        Some more loplugin:cstylecast: rsc
        
        Change-Id: If62d142481cb3520042a040325bdd9167ae178e7

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [3dade5461b1644899dac694bb348d1bd5b4bea5c]

        Some more loplugin:cstylecast: registry
        
        Change-Id: I5cfb42729b5d3d97076058edb108965f248f86af

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [7b8329866734a25a723596444ad23a1c4f7dbf9b]

        Some more loplugin:cstylecast: pyuno
        
        Change-Id: I80c9fdb45c9f58ac3cd1b0fab2631b903194e268

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [00173d8c3a17f9dc00ead78392812a98397cf277]

        Some more loplugin:cstylecast: package
        
        Change-Id: Icf7351082cf63aeb70ec47a8562a89d452ae9d8e

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [4d78f348f904a08db52e9f063a230b31bcc2e07f]

        Some more loplugin:cstylecast: opencl
        
        Change-Id: I93c590a71ea768511a89d6fe17dc7aa01fe73b02

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [8b2cf9099a6509594df874f951f527ae5c35c421]

        Some more loplugin:cstylecast: oox
        
        Change-Id: If2f8b9ff2577f2c8e9f15d1f174d50e5254fe7d8

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [35ce36b713d4b17f7768c6d471a2ee5825af37da]

        Some more loplugin:cstylecast: mysqlc
        
        Change-Id: I7849658606931b231c2bde0c8143bc1f325c80d4

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [30f5040f8d26745f92b0171cf8d6133b51444a99]

        Some more loplugin:cstylecast: lotuswordpro
        
        Change-Id: Ic3c08d1f72a61306113520cf2574822c85606689

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0838fbc17f1b2e311286ecba98d5bae06c2d00b0]

        Some more loplugin:cstylecast: l10ntools
        
        Change-Id: Ifa1c715b5569cb7481a6f1ecaa98306ca7e2d7d8

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [9c0cb4556283fdbe8e5bf9c0a7bc56945d2279e7]

        Some more loplugin:cstylecast: jvmfwk
        
        Change-Id: Iaa1be4b338b75c340555eb4bf0760cadca16713f

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [62edaa0f8fd95a7f0c980d2bd36535f173a99003]

        Some more loplugin:cstylecast: javaunohelper
        
        Change-Id: If0728af19ba48896678cc3196c922185e403a885

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [14c12fac0e76cb5f9533c942f1421d7ce09154df]

        Some more loplugin:cstylecast: io
        
        Change-Id: Iefd3268299b43ba08b9bc7699aa104288119ff4a

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e3ec05960a12d3598fefce8bb2e1c04457de90b6]

        Some more loplugin:cstylecast: i18npool
        
        Change-Id: Idbb928b2898bc6b2b5bfe3bdbfde0b81d68e4473

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [552efce640f31130d8e598b1381038b565c81584]

        Some more loplugin:cstylecast: hwpfilter
        
        Change-Id: I0ba3fe95ab6ef317166b286531a718287308f62f

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b7c27fef4ee42c17bde6aa05dea583e31d5b32fe]

        Some more loplugin:cstylecast: helpcompiler
        
        Change-Id: I9e094356601cf156537f75d0629fd214710d80e8

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [d69fb68f3074cea073d82f9d8c88756d2b169e42]

        Some more loplugin:cstylecast: framework
        
        Change-Id: Iebd80b596bcc1f740ff9f3b0f168472144cacbed

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [74b0c5d0bb91977a2392c8a58bba7f13595e4bfb]

        Some more loplugin:cstylecast: fpicker
        
        Change-Id: I39e741c395a05f6f83e2e5db91a76cea87d06836

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [3ad6e328a76569660c8441cc8e546cb6f22cdeb7]

        Some more loplugin:cstylecast: forms
        
        Change-Id: I39325fccdadcc57df32fe5821eef0d8477018b59

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [6194c26e1eaf7ff3534202fcd9e734645010a30d]

        Some more loplugin:cstylecast: filter
        
        Change-Id: If04f2b4e26abd7375a91bd49d7e0744ddd0f0ba6

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [7889f9e5a3b43d7edb6c6fdb3432d5a88fc804ac]

        Some more loplugin:cstylecast: extensions
        
        Change-Id: I3b1a00f12b75e3b115e08289b7f486a6a9c3c863

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [924048531186f344b74ce663648b075c5d3d89a5]

        Some more loplugin:cstylecast: embeddedobj
        
        Change-Id: Iea3b2ca4f2598c501206ab631f86d9aa44a0407c

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [aa99d57ae32aa62dca9d7574ab3e4216b3b865e6]

        Some more loplugin:cstylecast: editeng
        
        Change-Id: I047212dfd7ae330d6cd8149e3c7110d67b9e79e9

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [87b9d323a26183131a1f9e6f0fab00a10ccda0ef]

        Some more loplugin:cstylecast: desktop
        
        Change-Id: I1aeba8e1a8452d0329244d85c7c8cbd55353582f

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [c79fe32dadf83bf9f9b85c9d0a2589fe5c4f4cbd]

        Some more loplugin:cstylecast: dbaccess
        
        Change-Id: Iaa409f0f36df63235b38bf3a02dad22ad0762a26

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [5acebe914184d00207a941e64dfc0e7a9f7b4018]

        Some more loplugin:cstylecast: cui
        
        Change-Id: If4c85302e7e248ba53cfa814e1f19625e9092dfe

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [dbdb81950112475cd5b0585eaa8b7d97b94e7d36]

        Some more loplugin:cstylecast: cppuhelper
        
        Change-Id: Ifc11a0ea20a4eec40544cd931d0f94e0db3e3288

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [9193a15fc55b24e9f463838fd2981ddb84dca227]

        Some more loplugin:cstylecast: cppu
        
        Change-Id: Iec1251648031afa9eddd7445135fb08dc74821bd

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [141b01ac65d5922aacdf6010043eadc7c28304a5]

        Some more loplugin:cstylecast: connectivity
        
        Change-Id: Iee1d11aef454284dbe050780c4308917c1a2b36f

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [876413440d051f7bae8b3d222320f4bc3b617b79]

        Some more loplugin:cstylecast: comphelper
        
        Change-Id: I6d3ffb195a7c9a3c44744d296fb9d9eca00115cd

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [19970e90fe52e8ab987f6adafa353d5c2cd37ac9]

        Some more loplugin:cstylecast: chart2
        
        Change-Id: I5cfbf9bb47d4464db0226d44397f76cb6f972b50

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [c7cc1a91329ba85681c94e2f49d0526d560e2206]

        Some more loplugin:cstylecast: canvas
        
        Change-Id: I3654875c560ba4c2d88b023e3b2104c6f43bb4a0

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [93afb9ad7f42b9789b1a84281f434f0a8098c063]

        Some more loplugin:cstylecast: bridges
        
        Change-Id: Ic224abf67acb212ee20ccf9eb81b5ed5edf851b9

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [4130c64355e08efb84ef1f7e304c01849c2529c6]

        Some more loplugin:cstylecast: basic
        
        Change-Id: Ib22bc7408d333a7080fa44c9c3ac9535ccf00752

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [931ec049e0a0cc89cf13412032fbcf5dbd1e49f4]

        Some more loplugin:cstylecast: basebmp
        
        Change-Id: I7e1e37110b9bd53a5eae543c854cc2c434a6b678

2015-01-20  Stephan Bergmann  <sbergman@redhat.com>  [231f2b878e99ae91df93aa42f4604d47bccd2f10]

        Some more loplugin:cstylecast: avmedia
        
        Change-Id: If60734acaa9743cc0cc6b366152bc3085f1f57e8

2015-01-19  Eike Rathke  <erack@redhat.com>  [b5fab0c20550b724986ad8a59973b92b181e0478]

        in COUNT() use ConvertStringToValue() for literal string arguments
        
        ... to evaluate the string conversion configuration, instead of the hard
        coded locale dependent IsNumberFormat()
        
        This only for literals, not referenced cell values.
        
        Change-Id: I774b52f1e258294014d8ea6a62374dd1d262f022

2015-01-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cb1af4e13b48828e41e4d13363193991ef3cdf63]

        use a special X error handler for more GLX calls
        
        Change-Id: I8cafc7e106bbf9ddc790d72b9399efcf76df633e

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [fb907e83ee2339b71d0358ee9761c4ff4b384be9]

        draw polypolygon outline properly (if wanted)
        
        Again, polygons can apparently have curved edges.
        
        Change-Id: I6519da7bb7f0dde7f1550fe6b03c09be127f77d6

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [bd976c2764ba8c33bf6b28b77c57dea25fb77aaf]

        do not draw with SALCOLOR_NONE
        
        Change-Id: I882a42f58ac298d333985068b2fe6ef9ac198c8b

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [168315e3b79f89f6e373d23419490d41f3bf5cc8]

        remove needless loop
        
        Change-Id: Iaec5aa5bd353c888a3b35a277a3618c29d9cbd67

2015-01-19  Julien Nabet  <serval2412@yahoo.fr>  [ac8fdc7dd4f8ff8d896402838323c65e12c03e7c]

        Suppress 1 cppcheck warning arrayIndexOutOfBounds
        
        See http://nabble.documentfoundation.org/cppcheck-arrayIndexOutOfBounds-report-in-stortree-cxx-store-module-td4136432.html
        
        Change-Id: I365befacf7d10bcbf0a159cfdcabd3eb1644d02b

2015-01-19  Michael Stahl  <mstahl@redhat.com>  [4500afcc1be7774b3c35ab69a20e36165ca5445a]

        try to fix GetVersionEx deprecation warnings from Windows SDK 8.1
        
        Apparently GetVersionEx() is deprecated now, but the replacement header
        "versionhelpers.h" does not exist in older SDKs (at least not in 8.0),
        so try to determine the used SDK version by checking if the Windows 8.1
        version constant _WIN32_WINNT_WINBLUE (0x0602) exists.
        
        http://msdn.microsoft.com/en-us/library/windows/desktop/dn424972%28v=vs.85%29.aspx
        
        Change-Id: Ia9224a8c76823ada7cb294a600046c6a0fc843ad
        Reviewed-on: https://gerrit.libreoffice.org/14020
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-19  Eike Rathke  <erack@redhat.com>  [913f777c08ce3f089d3155ed77338c9be26abc90]

        add a comment about string conversion configuration
        
        Change-Id: I7d939088a433e07195935ac7b8350b0030eb29b2

2015-01-19  Caolán McNamara  <caolanm@redhat.com>  [251737f0dd186b0f169f5ba237e1e8c28a320e00]

        Resolves: fdo#88417 Dropdown for ruler settings should show radio buttons
        
        This reverts commit 9995222d1141b326197a387cc7897b3971ce9e9a
        and additionally converts the ruler settings to radio buttons and not
        checkboxes
        
        Conflicts:
        	vcl/source/control/tabctrl.cxx
        
        Change-Id: Ie0eac5f07729447942065b7f415398165fbf067c

2015-01-19  Michael Meeks  <michael.meeks@collabora.com>  [35b77d0c13f15fc172104881e053e8527eebac2c]

        vcl: fix glsl int casts of floats.
        
        Change-Id: Ifa22e2914a1e34f6e2fd635973eca4101914bb88

2015-01-19  Tor Lillqvist  <tml@collabora.com>  [d36143ad9ff9bfd777788c14c06c0d406ab0b09d]

        operator ?: has lower precedence than <<; << will be evaluated first
        
        Change-Id: I84037cf90c8de534c215200fe19793126ae07b11

2015-01-19  Tor Lillqvist  <tml@collabora.com>  [874fb3729453d5fd67e18203a7dfa6af7932235c]

        Make bin/run work better on OS X
        
        The app bundle in instdir is called either LibreOffice.app or
        LibreOfficeDev.app.
        
        Change-Id: I2e21656324cc7c52380fc86023bb95c848bb3962

2015-01-19  Laurent Godard  <lgodard.libre@laposte.net>  [905bab9e46f9a15d4402954b70913d66fc6d3cd5]

        executeDispatchRequests : cleaning outputs
        
        - replace RTL_TEXTENCODING_UTF8 with osl_getThreadTextEncoding()
        - replace printf statements with std::cerr and std::cout
        
        Change-Id: Id374efac90f86bbfdc817f2266a5c995d72902e4

2015-01-19  David Tardon  <dtardon@redhat.com>  [ce20c5bf0d47a762ded68c5ee51f5b29b9becf6c]

        fdo#88504 untranslated strings in Hangul/Hanja Conversion dialog
        
        Change-Id: Ia7db917bef75182f2c43020fa3237dd7aba91683

2015-01-19  Laurent Godard  <lgodard.libre@laposte.net>  [de900ebdd4fec0fb06d56583ae22b2adc3608a65]

        convert-to : display error messages in console fdo#88326
        
        - source file does not exist
        - requested export filter does not exist and we use default filter (still process though)
        
        Change-Id: I92031ea305e81927357acfc352dbe5a5da205b0d

2015-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2015654cd60014b72fac1337dc77c5e8f07934de]

        Remove unused STR_SAVECOPYDOC
        
        (and identical copy that is actually used is in framework/source/classes/resource.src)
        
        Change-Id: I2b010af459e6d59ab8cfae33e6f9c009ede1d514

2015-01-19  Vort  <vvort@yandex.ru>  [ee21771db0292315ff3e1b87ff58294335106bd3]

        fdo#88465 PDF Import: fix scale and rotate image transformations
        
        Change-Id: I64bb088320099303b0da6d272c3cd6a9ba954f87
        Reviewed-on: https://gerrit.libreoffice.org/13957
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-19  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [453b9c98550b76bab3c3d5119300175243b403b6]

        fdo#39468 Translate German comments - sw/source/core/text
        
        Change-Id: I187cb3f6beb14c43def5d76396bf49bd9540a222
        Reviewed-on: https://gerrit.libreoffice.org/13981
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-19  Michaël Lefèvre  <lefevre00@yahoo.fr>  [3a626669b4b7c804aebda34009af5ee1d905116e]

        fdo#75757 Remove inheritance from std::vector
        
        Take care not reproducing fdo#86552 again.
        
        Change-Id: I4a5967e76afcb5467addc81bc9eca61bb65865e7
        Reviewed-on: https://gerrit.libreoffice.org/13992
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-19  Tsutomu Uchino  <hanya@apache.org>  [b698b9362b1a4ab58e0307a20f65dea796087344]

        Related: #i34459# add description about IllegalArgumentException...
        
        thrown by unprotect method and about some arguments
        
        (cherry picked from commit abaff3a9330500a7394767081bfb52788028ff0c)
        
        Change-Id: I3ee203279647a506e6cb860387aac3e4379c9c75

2015-01-19  Caolán McNamara  <caolanm@redhat.com>  [36e158ce7a0effb130936ba4598a193102faa6a1]

        if we change the keys we have to resort based on the new keys
        
        Change-Id: Ied95c2d1490554d9ba5402c936a9720c8a325771

2015-01-19  Trent MacAlpine  <tmacalp@gmail.com>  [7a4a68e2515fa54e041004cf63042c1ead00d576]

        fdo#88339 Fixed Calc constrained image movement
        
        Change-Id: Id4143e0a8410e6a9589f941c2bda83074eaf4844
        Reviewed-on: https://gerrit.libreoffice.org/13975
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-19  Lionel Elie Mamane  <lionel@mamane.lu>  [e8c0a29797250fd54eb41a4399f1fda39ef25647]

        initializeControlModel needs parent to be set
        
        And thus it seems it expects to be called *after* insertion.
        
        Change-Id: I752dcd84c76c7beba75cd564162def5eaee7de4c

2015-01-19  Lionel Elie Mamane  <lionel@mamane.lu>  [e8a68c1f50f32a0f9d8bcdf16c1270c319910baa]

        fixup previous commit:
        
        OSL_ENSURE does not execute in non-debug builds (and is deprecated).
        Do not try to seek back if paint did not seek.
        This happens in particular when there is no data source attached (and thus trying to seek fails).
        
        Change-Id: I3f4908c4dcae2bb120bf58c1218e3386c40d5721

2015-01-19  Michael Stahl  <mstahl@redhat.com>  [e5bb4e6dbc568c90c97a6a341a5224fb91228f98]

        argh damnit
        
        Change-Id: I639d82ace116a09218cd71c62ac9e37efd6d957d

2015-01-19  Stephan Bergmann  <sbergman@redhat.com>  [cfce342e6bba803349f9234bdcd9351df68be824]

        fdo#86147: Do not reset r/o mode for SID_SAVETO
        
        ...(aka "Save Copy as...", as is used when the document is actually a DB form)
        but only for true "Save As..."  For reasons remaining un-debugged, calling
        SetReadOnlyUI(false) on the former would somehow lose the connection to the
        embeddedobj Interceptor instance.
        
        Change-Id: I334cd6c5ebd596e408357bb6820800075217d2d1

2015-01-19  Michael Stahl  <mstahl@redhat.com>  [5e4dc857252c8eeaaa629af2fb6b392ab02036cf]

        svx: ExternalToolEdit: don't terminate if SystemShellExecute throws
        
        Change-Id: Ia527a2c9467e2ab097cf688164f4176a52fa1d36

2015-01-19  Michael Stahl  <mstahl@redhat.com>  [c8ae30a720474db8efed3db31348f8ae52c149c3]

        svx: ExternalToolEdit: check that temp file is actually created
        
        Change-Id: I03e49493c549561b4dc806f1e191a73d06733cff

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [e437b13008f458bde2977e754214babdfd210558]

        try to handle properly fillcolor != linecolor in opengl polypolygons drawing
        
        Change-Id: I962416f48fdb348d8a3d95edf747cfe2f1c929c9

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [90630adcc119dd5adda635146312910e6eb3c0df]

        draw polypolygons properly in opengl backend
        
        The polygons that make the polypolygon cannot be simply drawn one onto another,
        because if they overlap, it's actually xor (as used e.g. for drawing the border
        when editing a text box Impress, which without this fix just made it a full
        rectangle instead of a frame).
        
        Change-Id: I67c7f6448fb3ee0f9742a2299c612515abff68d8

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [b8b37e6ef29d7868e3e4a41df5a0a97b4297d77b]

        fix opengl hairline special casing
        
        Apparently polygons can consist of curves too.
        
        Change-Id: Ie35861e6d182e4bd4ac0523e78a90618c96f09a6

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [1f978c136e803a0ab75fad427cde90661ed1afac]

        use AA for convex polygons when needed too
        
        Change-Id: I8e66d369956a9bcf9c63c6eccad47d4b7a7eb67d

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [0bdad2b3b6a2b4c252ff71c2b3995485fd34ed8d]

        use supersampling in Impress if fast opengl scaling is available
        
        So far it's been always disabled, with the exception of the slide preview
        extension.
        
        Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781

2015-01-19  Luboš Luňák  <l.lunak@collabora.com>  [ab65925b40134ff7d8b88c61db5235549599385f]

        "area" scaling for opengl that has good results for downscaling
        
        Change-Id: I0e4ad776cbf31f9a130aedf0f9741927560b5ac1

2015-01-19  Julien Nabet  <serval2412@yahoo.fr>  [c22dbb2602c9c24eaa248a5a506dcb13ba435e9a]

        Mistake in choice of FM_PROP
        
        Change-Id: Idb23bdefaf4abcbf4f7493c0dfea2abe84948023
        Reviewed-on: https://gerrit.libreoffice.org/13982
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bfde8099193f852330e9c9a3d7805395837e56da]

        Don't allow a negative sample range. Fixes test breakage.
        
        Change-Id: I3cf79b590b7d4c5aab92ccaebf6fd9c7eda529f7

2015-01-19  Stephan Bergmann  <sbergman@redhat.com>  [02f76dec4c54ec7fb28729941c7044307058665a]

        Re fdo#80538: Remove read-only infobar after "Save As..."
        
        ...on a doc in r/o mode, which will switch to the newly saved document in r/w
        mode.  Was missing from c6270de939d5ee51b61dc4ac02c52f1d9b5b1e47 "fdo#80538 Show
        an infobar when document is in read-only mode."
        
        Change-Id: Ie17f4213f989cb4b9d3f7fc114392ec6f516a965

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [61682ae51129310b62290be77c8349754845aedb]

        Android: i18n-ized document provider names.
        
        The factory will need access to the Context to be able to transform
        the resources into Strings, and the only way to receive it is from
        the Activity. Implemented initialize(Context) for that reason.
        
        Change-Id: If6e81a9c4ad73180851e43968ac97aa1e74231e7

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9f3716cb7d99ceb5c3c390e650c13188f6515e61]

        Android: reimplement DocumentProviderFactory as a singleton
        
        The factory will require some objects that are not available from a
        static context.
        
        Change-Id: Idf852f5b9ab3023644b1a9577951a94c4f21c4e9

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e0517616fac5b9b64ad82257534db95f39df568d]

        Android: prevent browsing further than the root directory.
        
        We must ensure that two LocalFile objects pointing to the same File
        are equal so the check to decide if the application button means "up"
        works.
        
        Change-Id: Ib83b34a210eec9a3f038c27d27a4e9b305c98ef9

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [233138918dfcc5d3c19c5c018be94dcfcf61a11c]

        Android: add UI selector for the available IDocumentProviders.
        
        Implemented a DrawerLayout in the main activity where the providers
        are listed. Also added the class DocumentProviderFactory which keeps
        the instances of the providers.
        
        Change-Id: I821958e93b9ea1008921db321e825648a8766405

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [280f1c03a71bc72e8d1222de4118424561bf8ac7]

        Android: implement LocalDocumentsDirectoryProvider.
        
        A convenience Document Provider to browse the /sdcard/Documents
        directory.
        
        Change-Id: Ib412d9b54dfb0e54ac014cf80ce94f067b2f4924

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2ac02d6083094c9b831851c8cc5be5fc41a4a818]

        Android: Abstract file management from LibreOfficeUIActivity.
        
        This is the first step towards implementing support for different
        cloud providers.
        
        The use of File objects is replaced with the interface IFile, which
        has similar operations. A LocalFile implementation is provided to
        deal with local contents in the same way it was being done before.
        
        Some system-wide storage operations are abstracted in the interface
        IDocumentProvider. A LocalDocumentsProvider implementation is
        provided.
        
        Known issues in this patch:
        
        * Dummy filesystem code has been removed. This should be provided as
          an implementation of IDocumentProvider in case we need it, but that
          will probably not happen.
        
        * Sorting is not implemented in LocalDocumentsProvider yet. It seemed
          not to be working anyway.
        
        * Code to get directory thumbnails has been commented out. This code
          will probably belong to the IDocumentProvider/IFile implementations.
          We might want to have a different approach instead of reading
          hidden thumbnail files, something similar to what the native
          Start Center does.
        
        Change-Id: Ib0882c69a0b24e28d2346bbe0154db01d1102b06

2015-01-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4bb76ebfb81cd2f5da89dd9f35b035f687424b15]

        Android: remove unnecessary openDirectory call from onResume.
        
        The call to createUI already performs all the actions done by
        openDirectory, there is no need to call it again.
        
        Change-Id: I7f900a23a4f85b627b7132dd6eb54b6e98e7edb6

2015-01-19  Trent MacAlpine  <tmacalp@gmail.com>  [592984cea1a9cc545358b8d6077113a658834aa5]

        fdo#88241 Floating sidebar second call to same item should dismiss it
        
        Note that this was written to be used in combination with
        commit 304e2002a053e9eb54e36462165eca831da8aeb2 to give back the
        behavior of calling and dismissing the styles and formatting dialog.
        
        Change-Id: Ic05db180425b0a2dcd05774b6fa0227b01464731
        Reviewed-on: https://gerrit.libreoffice.org/13980
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-01-19  Trent MacAlpine  <tmacalp@gmail.com>  [304e2002a053e9eb54e36462165eca831da8aeb2]

        fdo#87217 Inconsistent floating sidebar close behavior
        
        Remove code that caused an undocked sidebar to reenable a docked
        sidebar when you attempt to close it using the window manager.  It
        should simply be closed instead.
        
        Change-Id: Ib058d167b6c89f42df3ce4c80e4d97435b31c31d
        Reviewed-on: https://gerrit.libreoffice.org/13979
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-01-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [83e8d0166d4dba92aafead49c427d5ffddd38b72]

        Fix typo code Resouce->Resource
        
        Change-Id: I6e68c13e4513c2f8cc38e237646db7dffc88fe3b
        Reviewed-on: https://gerrit.libreoffice.org/13986
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Matthias Freund  <matti_lx@secure.mailbox.org>  [6271e6400ac9f78a323e959a6a295625f08b87cc]

        fdo#75256 Improve Sifr Icon Theme
        
        Two new icons. Linecolor and pilotrun, hope these are those in the toolbar in impress.
        
        Change-Id: I8d1c9fca4d6135da908199b088b1ab6221251245
        Reviewed-on: https://gerrit.libreoffice.org/13977
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-01-19  Matthias Freund  <matti_lx@secure.mailbox.org>  [07b6d618c8f541e02b8216fcf35a88e0b788da84]

        fdo#75256 Improve Sifr Icon Theme
        
        Additional icons for the sidebar.
        
        Change-Id: I27f9abde47c69618c00cf1958dd597db841fe151
        Reviewed-on: https://gerrit.libreoffice.org/13970
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [bfe79b50bce44707cb2416e6ff6b7441491967bb]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: If7ad3584b3124ed0b337836071af1a5bd0451d85
        Reviewed-on: https://gerrit.libreoffice.org/13972
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [08f9bd504de9bcb267a0e71b07759080592bd0d8]

        fdo#39440 sw: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I2368fc0a1c6dd73125d4770d06063ea3e3d8c713
        Reviewed-on: https://gerrit.libreoffice.org/13961
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  dbeurle  <dbeurle@student.unimelb.edu.au>  [0a612a5c5c2982bccfe0cd6c5a3bba8d9107e043]

        Ruler ticks spacing consistent with lowDPI monitors.  Draw ticks with width
        
        Change-Id: Id636fa87ac7fd4a8c33d65bd72822768bc94b592
        Reviewed-on: https://gerrit.libreoffice.org/13987
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [ec9c7ebb575b592e188c5f6b545570b11744d063]

        fdo#39440 vcl: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ib6b9651b828287665f7248052855f0da2779806e
        Reviewed-on: https://gerrit.libreoffice.org/13968
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [54defd1bd3359c95e45891c7294847d0cebca753]

        fdo#39440 sw: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I0de4e6278fb564c299722a9e23eb67d0999c4e31
        Reviewed-on: https://gerrit.libreoffice.org/13966
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [f5f7a69628ad316298febe7b51234428a7896ff9]

        fdo#39440 vcl: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ia3910e7f1b33d16866b7e606fd648f152f9fe67a
        Reviewed-on: https://gerrit.libreoffice.org/13971
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [5f01eb5d7a3927d31b7dd268562a59e3dacdd8e8]

        fdo#39440 vcl: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ibebfe89ad1874f5fa9e20fb76a534d9c2da01e3f
        Reviewed-on: https://gerrit.libreoffice.org/13969
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [5901827bd44dc3600bf66c83882e6847439d59d6]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I1cd8b118e2598b8b18fb445851a3bb41e554267b
        Reviewed-on: https://gerrit.libreoffice.org/13967
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [a1fb4ac1991a8da2e527b64a0a01a88a8f2959e3]

        fdo#39440 sw: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I7cbc1908d0e3c84f5864db34984d0740db891aef
        Reviewed-on: https://gerrit.libreoffice.org/13962
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Michael Weghorn  <m.weghorn@posteo.de>  [d1aecd4353bd6ac3961a30df67de78f4b8f0a66b]

        fdo#39440 sw: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Iccdd4bebd46f274697597b13746c820aaadc99a4
        Reviewed-on: https://gerrit.libreoffice.org/13960
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-19  Andrea Gelmini  <andrea.gelmini@gelma.net>  [07e84cae983c08afdba03018413a19d01abb3006]

        Fix typo comments Resouce->Resource
        
        Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2
        Reviewed-on: https://gerrit.libreoffice.org/13985
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-18  Julien Nabet  <serval2412@yahoo.fr>  [f9bea19eeab49cb9e6fcdd3ae5e777da9dc882ca]

        Typo: sDatasouce->sDatasource
        
        Change-Id: I4ffaf4195ae17ecf86dffc9c44e4672c4b2835d7

2015-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d758d0764beb78a49f3035c254eb085b112c2b1]

        SwTextBoxHelper::findTextBoxes: optimize unnecessary O(n^2)
        
        Change-Id: Ib127b6cf44a69709673465db99cc79417b18c266

2015-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [80eb001e6a861c68f2915d4eebded5e36e1875f6]

        ODT export: fix namespace of <table:covered-table-cell> inside shapes
        
        Change-Id: If96b46bac7f8212cfb83dc8b4528986137f1eaea

2015-01-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dcd291330b95e6493e341ae40ef1afe1482fcd24]

        rename AddRange to SetRange
        
        Change-Id: I696fcbd2896aefda38314457b6838874262ad111

2015-01-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [22aebd531dbd6230214b4dc7f5342694f9b448af]

        remove duplicated code
        
        Change-Id: I7c125bd27f5662b2f5bbcafb51aebdac9e272d08

2015-01-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4caed2a28a1cf44a61b2cbbf45737e31a63c9bb8]

        add warning for empty conditional format ranges
        
        Change-Id: I54a87b8cf6ffc48f8e850379aebb4abba7a327b5

2015-01-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b2462b3fea5f2477ceff51518070eeb64cea2bcf]

        remove unused file
        
        Change-Id: I8cc33007e99da38869daa48ff898593abc52c4ac

2015-01-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d53103dd83bf20ac63485e229069f145e35b3009]

        fdo#74124 bilinear scaling with blending for some formats
        
        The DrawDeviceAlphaBitmapSlowPath used fast/ugly scaling with
        blending. With this a bilinear scaling is used which should
        improve quality for downscaling (less than 50% should start to
        degrade in quality as only 2 samples are always used) and
        upscaling.
        
        Change-Id: I56cdf2b5761687be891387343a773b6fefac03e2

2015-01-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [009c1752b1eff36827dae4fa9bd394c5089dcc55]

        Extract slow path of DrawDeviceAlphaBitmap into its own method
        
        Additioanlly cleanup and use ScopedReadAccess
        
        Change-Id: Ia3365f4dc968368bdd90d4398188bffe2d56e89b

2015-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [15db0307fe6429238be72612cccd4a1df5e1e97c]

        Use std::unique_ptr
        
        Change-Id: I4c72576d36621d863de55b0ab9f0b5a22753446a

2015-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [22f0862ae782c90306d444d2f5aa253b9e97acd2]

        writerfilter: turn RTFFieldStatus into a C++11 scoped enumeration
        
        Change-Id: Ibd6a9824651b0e8376b06b1d74c409ba6950a66b

2015-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [14dec617ff9bb9937a7d36ff5f63d8ae2350ddbf]

        sal: multiple use of section label 'svl'
        
        Change-Id: Ia6c178dd9390bf75a08c0d53e6505582a7f5ab4f

2015-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd7b2a14604eed191625f3e654cd807933ab059b]

        Factor out SvxULSpaceItem::dumpAsXml() from sw
        
        Change-Id: I52d7a7aaf304b7d698705cda7d3e70e723811fb2

2015-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [31f76ad84ceb3c99af1d9db3f0a8e1f6932bbb94]

        Leave a comment about the lesson learned
        
        from 234e45bf1d27484b72e73fe327b1e92fda1933f1
        
        Change-Id: Ic1bcab8a9662e2f302a24a6eaad2f813c12b28a8

2015-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [8d279e8081162927dfb58c230433230101a35f4c]

        Drop unused inline functions
        
        Change-Id: Iba54fb717b4337ffe255d849a1c073f7baf7c921

2015-01-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5c99a17037b807f7728ed8c677559c3032b9500c]

        forgot the Win and OSX backend
        
        Change-Id: I1aa12c89cbddd83febac733f68904cda6b91f0a9

2015-01-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d20092259c7ea63885a539f911788715f8147ee9]

        no need to do that for all contexts
        
        This fixes a crash as we would need to make each context current before
        calling ReleaseFramebuffers.
        
        However this is totally unnecessary as only the current context can have
        bound framebuffers.
        
        Change-Id: I8b1496bb890982742b3d2ebf60fdce47db642d70

2015-01-17  Michael Stahl  <mstahl@redhat.com>  [5f6bdce0c0ac687f418821ce328f2987bf340cda]

        rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the time
        
        This thing was starting a timer that re-starts itself forever, and when
        the file it was watching changed, it would just assume the drawing
        objects were still there (and the document, for that matter...)
        
        Change-Id: I35f187f0828097a05618dc1733dce819fc6bffc6

2015-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b70717f02d5f2f255de078bd277e8662884bfb0]

        Use 1/100mm map mode for rendering edit text objects.
        
        Change-Id: I0c82088342085c1b7d9aa3c6009684bc58a9fd21

2015-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [88562ee6e352b5446bb55e906e8f1c2f34035a49]

        Get texts to scale correctly with zoom.
        
        We need to set scaling factors to device's map mode *only* for the texts.
        Calc handles scaling for all the rest.  Interesting how it works.
        
        Change-Id: Ia6aa122961ea5ddc2e31eacb28392f3e355a5ebf

2015-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7fb400c886f59fb75274213af4374798b44f04dd]

        Multiply tile position by the zoom level.
        
        With this, the tiles get rendered correctly at varying zoom levels.
        
        Change-Id: Id5ca18e363dfdb143af1685be96af2f3c3514ea9

2015-01-16  Eike Rathke  <erack@redhat.com>  [9af8e14e67d354bb7736271a76a3dd8b6da78fd9]

        don't access empty range list, could be rhbz#1180312
        
        ScRangeList::DeleteArea() may remove an entire range, if it was the
        last range a subsequent call to ScConditionalFormat::DeleteArea() would
        attempt to access an invalid first element.
        
        Change-Id: I8d68c27963dc8561d61a94980093c271bd3aaffb

2015-01-16  Eike Rathke  <erack@redhat.com>  [15e802fabbfff047c1a8d768dea8fc04a2f82a49]

        replace decrementing loop with -=
        
        This could save a million iterations ...
        
        Change-Id: I44fb228b951580bbeb5df5f6ec7be933077776ff

2015-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4bd05b8abc801714e2bac1a9b239fa625de1178c]

        Correctly offset based on tile position.
        
        This works well at 100% zoom, but the offsets are still not correct
        at zoom levels other than 100%.
        
        Change-Id: I301362b00ca916410b69f39aa58ed871ce177d88

2015-01-16  Michael Meeks  <michael.meeks@collabora.com>  [07703967551da769faa896bc89d3dca94cbc3b5b]

        gtktiledviewer: improve table attach properties.
        
        Change-Id: I344efb9ea71d5eccdfb6255526db912622d115df

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [550b6bf613494c30761629282fa622cfba871278]

        rtl_arena_alloc must never obey AMode_SYSTEM
        
        ...as e.g. the read+write+exec arena used in
        bridges/source/cpp_uno/shared/vtablefactory.cxx has specific requirements on
        obtained memory.  This broke recent 8b9968a26265facaf5e761485d750ce9cedab3ab
        "fdo#72755: Only use double mmap as fallback" for e.g. --enable-ooenv (which
        sets G_SLICE).  This is a partial revert of
        ce906b8096081dee15dc8cc96e570d5b0b587955 "skip tricky allocators on
        G_SLICE=always-malloc."
        
        Change-Id: I5a5fb7c3c920a7856381e6c55638137c625b5111

2015-01-16  Lionel Elie Mamane  <lionel@mamane.lu>  [e60b589952985edff12b1a28392ce6fa0ca8d9be]

        fdo#88475 BrowseBox/grid: reposition data cursor to current row after paint
        
        Change-Id: I0deee2c3cfdb111b178c4254d7b0544c4ce5c966

2015-01-16  Tor Lillqvist  <tml@collabora.com>  [556f967523067d65dfee471305aae612760e73d6]

        Add SAL_INFO messages for OpenCL buffers created
        
        Change-Id: Ib226d7ec13bc64ee6d32fab3c3f6cecc4eb8b151

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [619b13f054c56d0ea3c97ff2a4ab52b39447d9f5]

        Variadic cppu::WeakComponentImplHelper
        
        Change-Id: I79371b4ad9d29a5ab8fd01244c3f80db92b07f97

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [8b9968a26265facaf5e761485d750ce9cedab3ab]

        fdo#72755: Only use double mmap as fallback
        
        ...when write+exec mmap fails (due to SELinux deny_execmem).  This avoids the
        tmp file creation in environments that don't need it and which in turn have
        problems of their own with that tmp file business.
        
        An alternative would be to first check whether SELinux deny_execmem is enforced
        and only then try double mmap first.  An advantage could be that it might avoid
        false SELinux alerts in that case.  The disadvantage would be the overhead of
        introducing a conditional dependency on libselinux here.  And given that for one
        deny_execmem typically appears to be off by default (as at least both
        contemporary GNOME desktop and OpenJDK malfunction when it is enabled), and for
        another I guess deny_execmem could still change its value between the time of
        checking for it and the time of requesting a write+exec mmap, that just does not
        seem worth it.
        
        Change-Id: I3560803139b630557b6219d3db52945c7e0cdcd2

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e01796c456d7006b73ad4ec2fc502bf8fe8d2ce]

        lokdocview: add LOKDocViewCallbackData
        
        So that the callback code running on the main thread can be aware of the
        event type and payload (necessary in the future to do partial repaints).
        
        Change-Id: I790b2ce0b6f9f88ba71d94a17bf0c8fc1b567c5f

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bd065f5abacc0c5c0b55d15b67809ebf4898c646]

        android: Add key events in TileProvider & pass key events to LOK
        
        Change-Id: Id0a93f1c4199082b3c67802955082d04831ec124

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [89d41753df7ad3e2c266c77895370deb0a4af274]

        android: Add needed services for editing.
        
        Change-Id: I29acea58b4e18efcf33b51361812c3f7532282ab

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [389fae7cbafac76591fb99054f0fcaeefb441a37]

        android: Add some comments.
        
        Change-Id: I77372ae2b1c7c4332dc4a8c244c67a82f9551e22

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [376639778151e433371941487d030e157a6b75ef]

        android: add missing break
        
        Change-Id: I5e9598249457c62d3ccc9c5f754526c1fbe969bf

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b7469087e107f1380e01f836d06d17e9bad12f63]

        android: add key_press event and send them to LOKitThread
        
        Change-Id: I306fbe12e0a91e28bb2308074ded03b768173440

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [56e7490ee611a746c1351d19c22a615cbf90afdf]

        android: remove invalidation registration on touch for now
        
        Change-Id: I7b3acba83de0c17bd4723fb6623827dbbb82fbbf

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [db214657517648f8ade794abc276dae36376cf5d]

        SwViewImp::AddPaintRect: when tiled rendering, ignore visual area
        
        With this, gtktiledviewer gets the proper invalidation rectangles after
        keypresses.
        
        Change-Id: I9bd1f5b59d05ae93a0a1d018dda8b2efc01cb38c

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d6a1db752d84acdd9c76a2d9d5d2bd5668660d74]

        android: register invalidtion callback on first touch
        
        Change-Id: I3a98358934b79a2ace574714aa331fdce4a421bb

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a81010b96575292352316a0d5897ba93521b9254]

        SwViewShell: make sure no callback is fired during PaintTile()
        
        When the invalidation callback is invoked, we call PaintTile() for each
        tile that is affected by the invalidated rectangle. Make sure
        PaintTile() doesn't result in new invalidations generated by itself,
        to avoid infinite loops.
        
        Change-Id: I593726bd7e72028f26103829831949f000665e95

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [548ed2c3322bd4455d3def980d227c50dbbf1f58]

        SwViewShell::InvalidateWindows: when tiled rendering, ignore visual area
        
        Change-Id: I9b40a32e08f4472b75a236e2720ecbe5927117fb

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6263bcfd70bf76dbcdf6b7e35bb02e48e44cbd94]

        android: store tiles in Map for faster access to tiles
        
        Change-Id: I54c5fbe0b24ecf82de2d3d9f72d7f72d59125d58

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6b71410185900d7eea8d37f725c8f5ccb9b26d08]

        android: create tile outside of beginTransaction
        
        Change-Id: Iaf8339f1cadc4f77dfefb1e268126745d6ed7eaa

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [24a92a4350fa22bfcccc1313682b1cac7de99b5e]

        android: simplify methods with currentZoom / currentViewport
        
        Change-Id: I6134d434ca34c0f3e839a3d78b67c5cefff53a48

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4712db6bb77d4bf8135339b9de4619faa505be3d]

        android: add onTrimMemory to ComposedTileLayer
        
        Change-Id: I9c85aa5de1495e16ec67f68043784c661c2b66ab

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7cb282b02cc83e127485c162728650f45f75fe9d]

        android: provide context to ComposedTileLayer
        
        Change-Id: If42dc9487fe11e2950becaf6b9ec857496dc6669

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a5e2c361f031e1ce55c4110145a0d1011eba11b3]

        android: guard buffer allocation and return null if alloc. fails
        
        Change-Id: I684c7af245cc755b94f69e175c652d161e0f643a

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1e4f6eeba42f68d2587700e45ba1362f920174a3]

        android: show soft keyboard on single touch event
        
        Change-Id: I9612b0d5258bbdef81903b3a67307fe54319e9c1

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb85026c129e4ba3bb163529ed1bbaa167fdaa44]

        android: send touch events in JavaPanZoomController
        
        Change-Id: Icc0c749a0c8687f247c4e42d74b5c839d5723503

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ef73f53c85e9282b1609198d0fe84c47592367cd]

        android: show software keyboard on main view in main thread
        
        Change-Id: I2df86c2837fc6469384df5626a2d54856e96f8e7

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a3efafeda5de111fafea822a1f61712721f98d19]

        android: add support for touch event to LOEvent
        
        Change-Id: Ie4b3e48d3f06545ebfd8638cdb8e4664ad85f493

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [da39c5fd715fba173836a2098b68d647e867fba6]

        android: fennec import - double tap zoom in JavaPanZoomController
        
        Change-Id: I0fedb5bb353e4d6f9926a8c0f0b80a81b7257d0e

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0f291b37ca5dd0b86fc2324756761a163727e355]

        android: remove CheckerboardImage class as it is not needed
        
        Change-Id: I937eac9e613695490c8617aac85575f5e6fe290b

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4cdb699e427c71617daff9ca780b0b13a9fc3e6]

        lokdocview: adapt comment to match reality
        
        Change-Id: I2d7ee76e132856483cdfa8f89641725c26762e37

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [906945681773d9af3b46006e4f661993edc3e871]

        SwViewShell::PaintTile: paint a small red rectangle as well in debug mode
        
        Change-Id: I246965ac341ef0deeb30f1d3a0c518e67a074869

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [58959bd1fc0b7ada7aa8386e698e2e5004a92cfb]

        lokdocview: stop rendering a single huge tile
        
        The primary purpose of gtktiledviewer is to see the same features / bugs
        than on mobile devices. On Android we already render 256x256px tiles, do
        the same in gtktiledviewer instead of a single huge tile.
        
        Change-Id: I377dcab59e7019dcf1d15a27ccba117eb53d0d5b

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e3b09d398cd89a9905ecc91927fab32bf359500]

        lokdocview: clean up renderDocument()
        
        Change-Id: I7ee58b2c889da3ca01969617f7a382bf4135b7a1

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [57204a4816112a47f688ca7ca848b0ce1477c5d7]

        sw: missing nullptr check
        
        As pointed out by JunitTest_sw_unoapi.
        
        Change-Id: Ia553dfb48215fab44f4899223c63ee454ff1c648

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [99db6d8e376d594e2a4345d37637f9506d143fc9]

        SwRootFrm::CheckViewLayout: never center pages when doing tiled rendering
        
        The size of the root frame is usually the max of the page frame widths,
        except when the visual area is larger, in which case the root frame is
        the visual area width, and page frames are centered (when there is a
        single column).
        
        When doing tiled rendering, we are not interested in the gray area
        around the pages (not more than just having a gap between pages), so
        never do this centering. This has two benefits:
        
        1) When painting the tiles, we change the visual area already to always
        have the given tile visible, that would undo this centering anyway, but
        changing the size of the root frame causes a pointless
        mass-invalidation.
        
        2) When getting the size of the document, this way the width of the
        document (root frame) will independent from the visual area, i.e. it'll
        be always the same.
        
        Change-Id: Ib0d86bbe6c7b5a83646264a2f308624179ad6982

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f260218636430152be713a92d4dd08c3941cd6c4]

        android: Inflate viewport even more to render more tiles offscreen
        
        Change-Id: I6a1f8bb8fd04e40ecd60eec87043e507ca6350e7

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [96240771442a104f3d201947fe34d7bec08de9c1]

        android: avoid setMessageCallback() for now
        
        This has to be only called when the user taps, not before. Don't do it
        at all till we figure out how to detect a tap.
        
        Change-Id: I184442d3f06fcbf56f0789bb85693dd7273daf28

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe3ab8481eaf50272f1aa3892ff5f74ffd47d461]

        gtktiledviewer: start in viewer mode, switch to edit mode by mouse click
        
        Change-Id: I0863ec8fb159a2e367951ba9e7d7310d250d8a1e

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1a2759c29955040ac92c96bfa4e5621a78de8bb]

        android: if we don't have a document, then that can't be text
        
        Change-Id: I2b9e37aec2705ab723c11a0d1eb795aa5a63105e

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [56dd27d9ed829ea0444b3b5932dcd0d431d6e251]

        sw: invalidate after keypresses when we have a callback
        
        Ideally we could always just invalidate and paint when the main loop
        says so, but currently without priorities that can take some time.
        
        So just do the invalidate-then-paint when we have a callback that is
        listening to invalidations.
        
        Change-Id: I6a835a0a149ae01a4ece3a319dffbe81cd5bd3eb

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9adaaa36069cf2b3f2f00ca4eb431a08b501b8c8]

        gtktiledviewer: missing initializeForRendering()
        
        Without that, we can't be sure we'll get pages in a single column.
        
        Change-Id: I18725607251b74bb81254c149fcc7e451de9359e

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c3c862c78798bd784bebb56dd9c99b5467333e5]

        Missing guard in SwXTextDocument::initializeForTiledRendering()
        
        Change-Id: Ic0b09b13612e92ec069cb72a951431939b979715

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5291c6372df1e04f53a2de13d91108f8ba2cfc31]

        android: add method to force showing of soft keyboard
        
        Change-Id: Iadf2ed580b75b2b1fcb0067617a2d79ca707d54a

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6dabfea7407cb2218407e1ce867d74f96db60516]

        android: remove unneeded comment & clean whitespace
        
        Change-Id: I55514bf47683bb0e7823892a3afd3dd23dc13e2f

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [93af5460feb66086a25a83b80fd5a16a184e07d3]

        jni: if documentLoad returns NULL don't call NewDirectByteBuffer
        
        Change-Id: I847a7b90c0f85bb59869ecaca037145221e16e7f

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1b75735c5f487e6e8d5e056ee18d79aec8113570]

        android: remove logging null in DirectBufferAllocator
        
        Change-Id: Iad6b90782f4f750eeab420653ed6701fbba9a777

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a84157c36175d367b80d6518956bcd0393d09048]

        gtktiledviewer: handle more key values
        
        Change-Id: I8af971f659d483c16507c906fa65346a5e0292f1

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [fca89aea12874d382f500b81f9aaef4e232ced65]

        LOK: add LibreOfficeKitKeyEventType enumeration
        
        Change-Id: I3d422670323cd982251569c4226dc46803d4f6a1

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [08d711171b5c5a8bbc80c3ebb9470bcf4058f113]

        android: comments for new interfaces and methods
        
        Change-Id: I742e232b3a9994f82423bc4bdfa1a5b656f8af87

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2d92cfd38eb89fdf527a00754eb97d7b49f08ada]

        make OverlayTriangle public, allow to change each point
        
        Change-Id: Ifdc8df1852e29173ee571102aed1c21d5611171b

2015-01-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [cb6b1a6c7c66801f5ba9ff7bd80cc666c8ada0cb]

        Provide thumbnail size via constructor for RecentDocsViewItem
        
        Change-Id: Ic206ebff28683da2b1daf23039820c2184788595

2015-01-16  Tor Lillqvist  <tml@collabora.com>  [521dbb3ea329a987accfe9ff39870b3a829bf6b8]

        Explain what the function does
        
        Change-Id: I2179a81b5ce83beea491b86469c5b8ba232fdd15

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [81d27a8302abaa83033c4c73650efe39d784ba4e]

        loplugin:implicitboolconversion
        
        Change-Id: I31e3753c722f98cd7b6ffbf87839bbea8de4b740

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [234e45bf1d27484b72e73fe327b1e92fda1933f1]

        Revert "never wonder if sun is not sun"
        
        This reverts commit 06a5b619a76c96783ee67bdcfd21f203d3ddb53c, which broke
        Solaris/Illumos builds for no good reason, cf. mail thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2015-January/065844.html>
        "4.4.0.1 build error on sal/types.h on solaris/illumos."
        
        Conflicts:
        	include/sal/config.h
        
        Change-Id: I063453ee1115ae3f97e2835828800c74e3cb5e48

2015-01-16  Caolán McNamara  <caolanm@redhat.com>  [82276525ada3112d566d0fbf1859788b7867af0e]

        coverity#1264391 help coverity out wrt Logically dead code
        
        This reverts commit 95f7a01621dd5cd62190c334fcdf02e3941fdcab.
        
        Change-Id: I1712553e592f1313a2591f7dae92453a4a85b7f2

2015-01-16  Trent MacAlpine  <tmacalp@gmail.com>  [c6a1a8e6f8d97d24b4063909ef22824875326e28]

        fdo#88339 Fixed Draw/Impress constrained image movement
        
        Change-Id: Ib45cb3167acfd4f409b05a0e1b8d37af36fd6725
        Reviewed-on: https://gerrit.libreoffice.org/13900
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-16  Stephan Bergmann  <sbergman@redhat.com>  [d3ce5b298e3f5cc58256ba80f5d3f361618c4820]

        Fix getTypes() of OPropertySetHelper and derived
        
        ...broken with 60d60caf99a40ca0c3891bf230c5a1fdbae5f49c "Renamed XPropertySet2
        to XPropertySetOption" et al
        
        Change-Id: I684736ffafc4642548b7c24171cc52c1acb32252

2015-01-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0eae373b02a694ed26944d20a77e7b4467074d7]

        Updated core Project: help  59676afe325ca7cf023a6ecbfa63dc69955d353a
        
        remove more unnecessary newlines
        
        Change-Id: I9035a701b0045f30949ebef1920ca05f5244073e
        Reviewed-on: https://gerrit.libreoffice.org/13911
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c7b4e369b22eba6cc5e94f421f2ff21cebbb5e5]

        Updated core Project: help  3b44898f1098b7b3cc34028d60761135ae95dae2
        
        remove newlines from help texts, they make no sense
        
        Change-Id: Id11d38addb547fc1d430bf568b13b03c06fa1781
        Reviewed-on: https://gerrit.libreoffice.org/13910
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-16  Niklas Johansson  <sleeping.pillow@gmail.com>  [4f4dcd527ee4ef7365389b5a70d0f199263628e7]

        fdo#86844 - CONTEXT MENU: Remove hyperlink not accessible
        
        At the moment Remove hyperlink is only shown when text is selected
        together with a hyperlink but not when you right click directly on
        a link. Let's reuse the logic from when edit hyperlink should be shown
        and append it to the currently working case where text and link is
        selected.
        
        Change-Id: I2524f1c3037f3101d24e592eadf2e7d5d66ab4f9
        Reviewed-on: https://gerrit.libreoffice.org/13926
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-16  Ashod Nakashian  <ashodnakashian@yahoo.com>  [d598c30d6e5a776430a3294dcde2e4ead2d65e08]

        fdo#75757: remove inheritance to std::vector
        
        sorted_vector no longer inherits from std::vector
        and simplified some of the code.
        
        Change-Id: Ie9ab93dae6865f21f62abc384ed8c166b74d15ec
        Reviewed-on: https://gerrit.libreoffice.org/13881
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-16  Michael Weghorn  <m.weghorn@posteo.de>  [ccaa5519cb978a640caa22ce2bcbd6c54fa44e26]

        fdo#39440 sw: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I4c55c109f81407d5383932e4254e0f5f61d12cd7
        Reviewed-on: https://gerrit.libreoffice.org/13939
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2015-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ffb225d374cfda29275db3c22a9866eb5fe5ad2]

        Factor out SvxLRSpaceItem::dumpAsXml() from sw
        
        Change-Id: Id28c3e1617f2e73c36f13b506488d401a22b00a8

2015-01-16  Noel Grandin  <noel@peralex.com>  [2f69f6efa0ef3e6647e4a438755c171182a7554c]

        remove unnecessary parentheses
        
        left over from "SVStream operator>> to Write method" conversion
        
        Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b

2015-01-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4c93c341be1425401112eed3581e8b8a6308880d]

        fdo#88398: Handle group listeners correctly when splitting formula group.
        
        It's basically the same thing we do in ScDocument::DeleteArea(), implemented
        in ScDocument::SetValue() and SetString().
        
        Change-Id: Ifcae31aaef0e00ed8659aa5e2b9b8e206dc1a099

2015-01-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed33b94930c42968ab047602a07e5aa5eda3b99c]

        fdo#88398: Re-enable formula group listeners.
        
        Change-Id: I1e5e9d50af471bc0e63f0d39478d96bf479583d5

2015-01-15  Michael Stahl  <mstahl@redhat.com>  [0ffa3abc7d6c0437ece30cfb1430d28ffcc9f5c1]

        rhbz#1163106: tdoc_ucp: fix life cycle of OfficeDocumentsCloseListener
        
        The tdoc_ucp::OfficeDocumentsManager lives until the service manager
        is disposed on shutdown, but if the database stuff isn't disposed in due
        time then a document may call the notifyClosing() on the listener after
        the OfficeDocumentsManager dies; probably something is leaking the
        ODatabaseContext...
        
        Change-Id: I59662b910589d7270697452b2f4ca6c960d22f22

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [95f7a01621dd5cd62190c334fcdf02e3941fdcab]

        Revert "coverity#1264391 help coverity out wrt Logically dead code"
        
        This reverts commit 7de5ffbf3de77070a2f71fa3cd0846fc2bef8052.
        
        Change-Id: I3cf20882dc706700688cbbaea4f45bbe64d7aeca

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [aab24d24d1dde90314bc961e11681f55bcf1f5be]

        coverity#704228 'Constant' variable guards dead code
        
        Change-Id: I60446644e7700f5c119dd94d4da08bb39f5bd268

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [7de5ffbf3de77070a2f71fa3cd0846fc2bef8052]

        coverity#1264391 help coverity out wrt Logically dead code
        
        also
        
        coverity#1264392 Logically dead code
        
        Change-Id: I37c542a6d088a2aca4cf09a341d389efd34f423a

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [674436511d37fe9d777a394c2311da17b6e03c6b]

        coverity#1264396 Uninitialized scalar field
        
        Change-Id: I085f2d0e15c88b995bea3f99945c9ab2e2bcc909

2015-01-15  Julien Nabet  <serval2412@yahoo.fr>  [422b8dedd0378ab830836f4cf64a34223c6c01cc]

        coverity#1264393/1264394: missing break
        
        Change-Id: Idfca6110d3170a94efaa9ac51902893d9403c27d

2015-01-15  Michael Meeks  <michael.meeks@collabora.com>  [1ca36341be2af47f2e063dfebafdca8bd34d2433]

        Better document gotcha in find-german-comments.
        
        Change-Id: I9e6e15cc5a5597586b4a913e0cc75cf337ddfc05

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [d8e8bdb7c3bfd6d31fc6c7fb8054477a634b3a09]

        silence -Werror,-Wunused-variable
        
        Change-Id: Iaea31af5b7e41367b59fe02d523bcb7e08a8e0fc

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [30033deace805ce507c8532c51c42b9ede98db06]

        Resolves: fdo#85666 when matching existing list indent use matching level
        
        Change-Id: I20bf0fa3a9b1562d46eba6321edca047cf02b128

2015-01-15  Eike Rathke  <erack@redhat.com>  [1a2b8b2358fe5954a5c3960c9a48467de3dc5ba8]

        add unit test for fdo#88398
        
        Check that grouped area listeners aren't discarded when unsharing a
        grouped formula.
        
        Change-Id: Ic3d3e9acb5b97d927a85ca433de127dd3b74a30c

2015-01-15  Eike Rathke  <erack@redhat.com>  [98a940b60c666792127c58aee989a87820fb7294]

        fdo#88398 disable grouped listeners for now
        
        Further implementation is needed to re-establish grouped listeners after
        unshare and split.
        
        Change-Id: I861b3f9d63a611ab0e32918ce1b272121bf12988

2015-01-15  Michael Stahl  <mstahl@redhat.com>  [4f747afae591f244164df25d96a83f417e6c0698]

        rhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_Impl
        
        The SwDBManager is owned by SwDoc, so if the database thing is still
        alive when SwDoc dies (which may or may not indicate a leak), the
        listener will crash when the database stuff is eventually disposed
        during shutdown.
        
        Change-Id: I2bb5eb35f0a403374bc8f123b85ba2d7244016b0

2015-01-15  Luke Deller  <luke@deller.id.au>  [231e74be5ed724a18cc5867212270e46a8fda9bc]

        Fix warning about ignoring write() return val
        
        glibc declares write() with the warn_unused_result attribute, so we need
        to check the return value to avoid a compiler warning.
        
        (This warning only seems to occur when gcc optimizations are enabled)
        
        Change-Id: I31962aae63d0a12eecfe44bb7920a68b29c05d8a
        Reviewed-on: https://gerrit.libreoffice.org/13927
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [3cb3396e4a4b36e5a05892da16b076feaef6b2b1]

        Resolves: rhbz#SwDataChanged dtor accesses deleted PaM
        
        an old bug that I finally hit on by typing one paragraph
        of three lines consisting of repeated "Apple " and the cursor
        at position 0 and click the bullet icon
        
        Change-Id: I90e998561f2645ebfa51423bcaab9a4195144338

2015-01-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a911d9a6b72f656ea2780d4a8e35f2b9c3d52c8]

        do not _override_ werror even if LODE_HOME is present
        
        Change-Id: I8ea6dbf5fbe6c7706d833dddf43b31128f079017

2015-01-15  Jan Holesovsky  <kendy@collabora.com>  [e85489e08e6eca752f3c94c0fb26205ed2d3d880]

        fdo#87923: Don't hide the rulers completely - show the horizontal one.
        
        Turns out this is still useful to have, let's not be that aggressive :-)
        
        Change-Id: Ie9eb8b241594ce470238aa0b769a0afd2418e498

2015-01-15  Stephan Bergmann  <sbergman@redhat.com>  [aaddbb975e914e46f3987986532ba5e4fda4e105]

        loplugin:implicitboolconversion
        
        Change-Id: Idbee7d8c96082a88c9653556ec7f88f4e7ced973

2015-01-15  Julien Nabet  <serval2412@yahoo.fr>  [591ef977872998d0dd966b200589d29cf7e78f56]

        Really remove events
        
        Change-Id: Ie73b7ead02434a0614287f61f0ffd49eeab32aba
        Reviewed-on: https://gerrit.libreoffice.org/13681
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-15  Lionel Elie Mamane  <lionel@mamane.lu>  [79b5bf5cab66efbec81f9eac4e023af4f5f5141f]

        PostgreSQL statement: use :cppu::WeakComponentImplHelper
        
        Change-Id: I081d375b0249a3b0e47c1dd6db3f86fef272e7fd
        Reviewed-on: https://gerrit.libreoffice.org/13925
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-15  David Ostrovsky  <david@ostrovsky.org>  [658be21de31427e73bc6f87704869aa80012134f]

        Graphite: Add link to main development site and issue tracker
        
        Change-Id: I8f7777c1234a69e1851b8f4f4e8afc8466cc2e06
        Reviewed-on: https://gerrit.libreoffice.org/13918
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-15  Lionel Elie Mamane  <lionel@mamane.lu>  [d7a6017e2a6303448d523a1fea458b133084ac3e]

        PostgreSQL statement: deliver promised XMultipleResults interface
        
        Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [3ffd5549a2dbcb4b5b4946d9e084681f7ae2786d]

        Revert "fdo#88157 Remove misused frames from 4 of n dialogs"
        
        This reverts commit 8c291bb13335fc73785eab2bba81b37a5161d6b4
        because a pile of stuff then crashes, its not sufficient
        to remove things from .ui files if there are still used but
        the cxx. e.g. opencl options page
        
        Change-Id: Ice608af7e4a3f7798183a45602715ab04afbc87a

2015-01-15  Noel Grandin  <noel@peralex.com>  [238ce4af682d1eb52ff759b1887b5962e6ad8e9b]

        remove unnecessary casts
        
        leftovers from conversion of SvStream operator>> to Write methods
        
        Change-Id: Id1d1e60ae42afb689910845a3c6ec75e3388fb56

2015-01-15  Stephan Bergmann  <sbergman@redhat.com>  [897c8af7948aae8f3e3014f9f23846ef1ca5c6cd]

        Silence bogus GCC 4.9 -Werror=strict-overflow
        
        Change-Id: Ie116cee9282b3cc73e3bbb9b3fbaa50b1e8e974a

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [0546e652adadeb47997306380d427ac16ab17608]

        Related: fdo#87551 measure in approx chars and not pixels
        
        Change-Id: Ibf34083d99e0aceee2855ed10939ad3b60b8abae

2015-01-15  Caolán McNamara  <caolanm@redhat.com>  [508c020cf5f7999f0c23d972133f9b6bf85de245]

        Resolves: fdo#32664 pass keyboard media keys through to the OS
        
        if we didn't make use of them.
        
        Change-Id: Iee1c2fef5966a614b068c832bf8c6b51973b4c8a

2015-01-15  Noel Grandin  <noel@peralex.com>  [313d7125eaf87f7af2af6bc1a6d1bac8fc7b2f0e]

        convert sal_uIntPtr to long
        
        Change-Id: I662f51d8d7c88a6c6f7306c344d99841a3102bb4

2015-01-15  Takeshi Abe  <tabe@fixedpoint.jp>  [94518fb280075e2dbebd7717618ca0f5557a333a]

        protected -> private
        
        Change-Id: I199f4cd8897e3fa7b794f3d6d96077e98ccff51e

2015-01-15  Takeshi Abe  <tabe@fixedpoint.jp>  [f95a3a409a056a0b0bc8e9d56a0c3bff42c72355]

        no need to compare it with true
        
        Change-Id: I9c825663508abdc7efa9cf2801770acc2b79174a

2015-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [107bae41a8b78e6da563c20aa4e9a62050c74f19]

        Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnode
        
        Change-Id: I22f500cb6b62ac4ed7158bc68fa76f84173bc86d

2015-01-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb79f1ef25887190f63abbbe24bc9900807f7613]

        enable-werror for LODE build
        
        Change-Id: I4bcdeca96e59e2bc3a2a96f546d060504f020bc7
        Reviewed-on: https://gerrit.libreoffice.org/13917
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d04e06f6e41250d51c931dd9aa160c7d1b83941b]

        Comment these out for now.  We'll use them later.
        
        Change-Id: I7e6afeea9368241bea8af141726e73c557475317

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eb6b39c3002b6e05ef417cf477808479f7a3b763]

        Add TODO.  Text rendering is still weird.
        
        Change-Id: I2da98a82f2d2407f48960a4e53643cee63b4844d

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [31e5afcd7abcb27aa2af991aebdb184fa0e15849]

        Adjust zoom level for different output tile size.
        
        Change-Id: I54b9f3ca66035b66509c960ca79391446ecf8778

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [169b93971bb16058ad83603cc6849a35e22929d7]

        Set correct grid color.
        
        Change-Id: Ie8ccf61f0b04b718c930b14374843e3858c6278b

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6a5f3ff796db42a616845323731bf796907797b8]

        Tiled rendering, first cut.
        
        Very simple, without zooming.
        
        Change-Id: Ia5bd5c02dab3eedbaad07ebd81c4d7fe3c6a00c1

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8a0a1fbfc3aacb7e71c79da75c56698c1ea2378d]

        Implement getDocumentSize().  Cell data only for now.
        
        Change-Id: I31e14f12aaee2d98103d1594ba5b511ebf91e333

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83e8b259c3c0c0bc593ea0eb60dde0dc8299d970]

        Annotate this method.
        
        Change-Id: Ia8f518fd6e61562e95eddacafc9f7e49656826e8

2015-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [403bf4defabf440e9a44ed77febc1b4aaa92e07d]

        Provide const version that returns a const pointer.
        
        Change-Id: I6a07919af477f2641797b14838ee5ef563ffe532

2015-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [ac2008d3c4c61e2a75b2cdac86c46ddcb00429b8]

        vcl: make glyph iterator variable names more clear in GenericSalLayout
        
        Change-Id: I4af8963ab7a9a53b457ea6054a603257b35a0e6e

2015-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [6c389ec44707b67a2ec7bd71233020f6647a8b49]

        sw: SwFntObj::DrawText - comments added and clearer variable names
        
        Change-Id: Ibb555f7189e01eac7f0bd4ce0f66e9c30680250f

2015-01-14  Michael Stahl  <mstahl@redhat.com>  [17adf466dfce243e3f5d75fc5959f3f3c2dc0cfa]

        sc: try to fix build with GCC 4.6
        
        Change-Id: I80ca8eeb69e06fefc9fd06ea46ea499a999ced6e

2015-01-14  Matthias Freund  <matti_lx@secure.mailbox.org>  [c21f063159ad64a0659d534ff97aa90f41f7aab2]

        Add three sidebar sifr icons.
        
        Change-Id: I56c943d57cfa4e6da8d0ab866f66bb3c451186bb
        Reviewed-on: https://gerrit.libreoffice.org/13912
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-01-14  Michael Stahl  <mstahl@redhat.com>  [f22964e0e622af1168e241f933e5cf98e093ec2b]

        rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.
        
        We can't do anything sensible with these CustomXML elements but now we
        have to handle them because.
        
        (regression from 9dbf817fe5c5253fba0831aefa17575ae0ba3af1)
        
        Change-Id: If4247890ff9961a77434587802670d28608a7922

2015-01-14  Michael Stahl  <mstahl@redhat.com>  [06291ac5635a2d3e2f12611671bd3a355e43c2ca]

        writerfilter: document action tokenid
        
        Change-Id: I5c8118682cdb2c6fb5b86c9eafa30dbfd4b67f1f

2015-01-14  Tor Lillqvist  <tml@collabora.com>  [3d47e860b086429ca316611995990e305d7cbb10]

        Be more informative
        
        Change-Id: I58cd259055b87cd78d7c6936b2e479ff2cd1ed40

2015-01-14  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8c291bb13335fc73785eab2bba81b37a5161d6b4]

        fdo#88157 Remove misused frames from 4 of n dialogs
        
        Frames are meant to group together sets of related controls. It is
        a mistake to use them to label just a single UI control.
        
        Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0
        Reviewed-on: https://gerrit.libreoffice.org/13865
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Michael Weghorn  <m.weghorn@posteo.de>  [ba3f0cfecdddf0275278987a75b5ee620744eb84]

        fdo#39440 svx: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I800242bbac3092d2dbaa9098fc6355fe675872e1
        Reviewed-on: https://gerrit.libreoffice.org/13906
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Michael Weghorn  <m.weghorn@posteo.de>  [c752d8bdf099b4ba2ef2e145e0d9da42ba7e74d7]

        fdo#39440 svx: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I8c63a767c62b3a666ad445a0a3095d1bb1224f5e
        Reviewed-on: https://gerrit.libreoffice.org/13908
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Caolán McNamara  <caolanm@redhat.com>  [c0948f29ebd61a232406c30c306d7d8b23a596a6]

        Use the same advanced Ellipse and Rectangle shapes in writer as draw
        
        i.e. reconcile writer with draw/impress wrt.
        
        commit 0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821
        Author: Petr Mladek <pmladek@suse.cz>
        Date:   Fri Apr 22 16:51:58 2011 +0200
        
            sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes
        
            they allow to wrap text according to the shape which is a very nice
            feature (bnc#171052)
        
        Change-Id: I0bddfe65030f3515bcb5a30f2886d3ad17a72b0d

2015-01-14  Caolán McNamara  <caolanm@redhat.com>  [06983ef3c00c5755ef3369c1149c10ba8d3f4d4b]

        do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl
        
        Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [e867843e76e1a8ce1a0fa85b122485a241dc2baf]

        sc: rename ScSTEXY to ScSTEYX
        
        The actual Calc function is STEYX.
        
        Change-Id: I7c778a3b00e54aa97b61c00e2e7c40c2db48a08b
        Reviewed-on: https://gerrit.libreoffice.org/13898
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [ed20e81a886a13125a551ce24b6f9408d61e8e61]

        fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV
        
        Change-Id: I1f7b51094acf0baf79160f65fdec67c9934930aa
        Reviewed-on: https://gerrit.libreoffice.org/13897
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [ed6c797d07f6e7f1afdb272046f9a02b973f97de]

        fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR
        
        Change-Id: I8148081e2f2d89bdd319b5dc7346af672a8cf310
        Reviewed-on: https://gerrit.libreoffice.org/13896
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [f7f8d82a25b0c55bcd2225ca0cac1d93c676f544]

        fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCD
        
        Change-Id: I65a79d4e88f82cb76d9b6ab39f06a11acd4f3e41
        Reviewed-on: https://gerrit.libreoffice.org/13895
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [3fe6a6b3ca3bc0c7d46fabf66f11f1ef6b4cd4cc]

        fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCM
        
        Change-Id: I4a49a00a8cc74c7ff0752ef0bffbf855fecb232c
        Reviewed-on: https://gerrit.libreoffice.org/13894
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [e613c9fba449fda0db163de413eeda50f521db41]

        fdo#85818: rename RGP to Linest
        
        Change-Id: I4bdf934730a54a76f5762fd079dc6270fa135840
        Reviewed-on: https://gerrit.libreoffice.org/13893
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [be2e6ea58b0025d1bcf7a901c89532737efcbe09]

        fdo#85818: rename RKP to Logest
        
        Change-Id: I35e4d80e3d7744c4c9c74b12856a603db8363dbc
        Reviewed-on: https://gerrit.libreoffice.org/13892
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [d6be636b19aea636ea5ba1007fd27eee61fb0dab]

        fdo#85818: rename Schiefe to Skew
        
        Change-Id: Ie8da01e3062e380070672406e1dcd9227bf75f95
        Reviewed-on: https://gerrit.libreoffice.org/13891
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [0302305dd47b679e889746459d32725bd06ea5b0]

        fdo#85818: rename KritBinom to CritBinom
        
        Change-Id: I2fa011eea4263f005c3a22072a6144972e9f0bb7
        Reviewed-on: https://gerrit.libreoffice.org/13890
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [1f56cbf8cc15f76131d1dc8801935bec92be05ea]

        sc: rename ocChose et al. to ocChoose et al.
        
        Change-Id: I1aa8ee6c827a6d6a6c6beb190bdc9c3c91d82b22
        Reviewed-on: https://gerrit.libreoffice.org/13889
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [975832d885ca5d185e91a975b157bf06bf9a7a0e]

        sc: rename ocPropper et al. to ocProper et al.
        
        Change-Id: I245ad8f7418bed707953ecf80c71de07e0cc00d1
        Reviewed-on: https://gerrit.libreoffice.org/13888
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [f0616e28126d0dbb859ab4e1c3442f02dbb82425]

        Translated and fixed function names in comments in scfuncs.src
        
        Some names were still in German, some others were not the actual function
        name. This revealed a few more opcodes to be translated as part of
        fdo#85818. Patches forthcoming.
        
        Conflicts:
        	sc/source/ui/src/scfuncs.src
        
        Change-Id: I6635065b2a2df544ad7c631d45c2c0a815ea1968
        Reviewed-on: https://gerrit.libreoffice.org/13887
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [7d7a16b9d3f9e45cb147e79d192ff9a20e59f0fe]

        fdo#85818: translate ZZR to Nper
        
        Change-Id: Ib118d92a026526483da87dfe04871de25caa8ac1
        Reviewed-on: https://gerrit.libreoffice.org/13869
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Laurent Charrière  <lcharriere@gmail.com>  [b08f87b62db81b498ea71e5e1049b96e3dc42da4]

        fdo#85818: rename ZW to FV
        
        Change-Id: I464cba72153ef70bbb14bf43a448a28d02095728
        Reviewed-on: https://gerrit.libreoffice.org/13868
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Tsutomu Uchino  <hanya@apache.org>  [97507ca728376e74c1092f8eccf431bd49cd4368]

        Related: #i20542# add description about getTextFieldMasters...
        
        always returning void on this service
        
        (cherry picked from commit 938544d04f9802036400a533da8cc818db02bdad)
        
        Change-Id: I2d6217f0c8e1eb9631a6549f4ff1a46644431cc1

2015-01-14  David Tardon  <dtardon@redhat.com>  [76e60eb2fecdad02a3349e5cffd269d10b21a0df]

        Revert "do not pack registries"
        
        Oops, pushed this by a mistake...
        
        This reverts commit 327c5bfd1d5c0cf8e597d651c4925aa5cfbfa918.
        
        Change-Id: I8f65b894f88991798f1eb87eeff7e6f905417d8a

2015-01-14  David Tardon  <dtardon@redhat.com>  [5d656f212fe1a6875cdf638b3d8bf2179e34152e]

        remove unneeded UI fragments
        
        Change-Id: I8e004e7261420354f7e383f4a5b4a1170476e8ba

2015-01-14  David Tardon  <dtardon@redhat.com>  [a0a0317722c7cba51ab662ac662a5756e69f422a]

        fdo#86772 show localized filter names in Save dialog
        
        Change-Id: I048454646e12af18917d90bb8077ec4b387cf589

2015-01-14  David Tardon  <dtardon@redhat.com>  [327c5bfd1d5c0cf8e597d651c4925aa5cfbfa918]

        do not pack registries
        
        Change-Id: I5c173c48ef54c4afe6c49b2980fd858681296c06

2015-01-14  David Tardon  <dtardon@redhat.com>  [29dbc26b7eabddba374ff632f273ef4575d3055b]

        add tranling empty line to ensure correct expansion
        
        Change-Id: I18a59e8d2efbbe446a4739f74421bc82d2217690

2015-01-14  David Tardon  <dtardon@redhat.com>  [32fe73958055a51741ef68e643705ad0664824ef]

        more traditional use of $(eval)
        
        Change-Id: Ia598696520e6dbe84d8dc758d165aff6231d148e

2015-01-14  David Tardon  <dtardon@redhat.com>  [df9d6e34e6dd633bad82450402b5883eb1f2d97f]

        drop unused manifest file
        
        Change-Id: Ia9ac094aa3b5e01c2030d2bb76503dcd3ed1f756

2015-01-14  David Tardon  <dtardon@redhat.com>  [021b71ed493e6b211bd02c1385082143a5fbb495]

        drop sources of unused FCFGSplit
        
        Change-Id: I316d307cda526bc6cbd6ba87676aec309cd7345f

2015-01-14  Tsutomu Uchino  <hanya@apache.org>  [a663c789dd19aa93daf69874982b50a2da393d42]

        Related: #i53565# add descriptions about parameters of member methods
        
        (cherry picked from commit 77399fdac9a5d5a5d935ec20500247960bf739e8)
        
        Conflicts:
        	offapi/com/sun/star/util/XNumberFormats.idl
        
        Change-Id: I4046c42598dd6882e5d0a4f9b9328834aede0051

2015-01-14  Caolán McNamara  <caolanm@redhat.com>  [9977cbba8a36d3e6365cf886630d213ec7c1240c]

        classic draw rectangles "fit to contour" utterly broken
        
        regression from
        
        commit 3cbfcee36dd16e451d76c561eaaaee0ff29b01a5
        Date:   Sun Feb 2 22:16:48 2014 -0600
            xub_StrLen and tools/string.hxx final straw
        
            There is still some 0xffff limit left and possibly some
            less than gracefully handled overflow/error cases
        
        Change-Id: I82bdcb6951c42fdcaa68808a251f9b2f76f8ed0b

2015-01-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a46572e8186bb0da1646ce1316f0555c5f464a0b]

        update credits
        
        Change-Id: I7a43d0802f41230f8b8ab135021187962cde542e

2015-01-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [7eec8e5c7146a231e9d67bd96eaff30018488c39]

        add ODF1.2 function ERROR.TYPE to Calc
        
        Also, improve exchange between Calc and Excel2013.
        
        Change-Id: I491f9e2100a9a2c38e23cf55dd1eda4b5e96db96
        Reviewed-on: https://gerrit.libreoffice.org/13101
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-14  Stephan Bergmann  <sbergman@redhat.com>  [a3e51e2706f37f4a7a3a3276d96fd4bcad7f5f7c]

        Some quoting fixes
        
        Change-Id: I3b375c67ed84f29360cbc9933f4a1e5c7cbe3277

2015-01-14  Caolán McNamara  <caolanm@redhat.com>  [75d2e7e5d58b42d30a2d1b054547a5852dabd2fe]

        GetData is a hopelessly generic name
        
        when you want to find the uses of it
        
        Change-Id: I580c194f0fd200505d3df99089afc0872921a67b

2015-01-14  dbeurle  <dbeurle@student.unimelb.edu.au>  [8748ae646bd5347ce9b964efbb941a873a7b5e0d]

        HiDPI changes to ruler to respect screen DPI
        
        Change-Id: I4cbb303b395ad60d4935bff55fbaea08f13334a0
        Reviewed-on: https://gerrit.libreoffice.org/13867
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1049511c0c5d881df4ba8042744d63d37878296f]

        infobar: add buttons one by one with addButton
        
        Change-Id: I5c9da630fe800df8da8ff32d7bb3e6b19fc37a8d

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [1149232c70d3f0383984091df597f3419045ba19]

        infobar: reuse gathering the dark/light colors from settings
        
        Change-Id: I923221f502c4efd200f77d5c73f03d124490ee39

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [dc265e3b104de6a3882d25b7b808daf99425d9ee]

        infobar: combine anon. namespace, light/dark color to constant
        
        Change-Id: Ie22c9b2997031146ee3a25ad55b2198ed50ee028

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8cd86d5e27b2ba0b4621474007eea1dea9957e8b]

        Scale the infobar controls correctly with DPI scale factor
        
        Change-Id: I7d5b3daf4ae4da05bb7f09e80e790edae24e0eaf

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f78d0b2e7c9a5ef3afdc4057938b1992a2a6da95]

        Further cleanup style in infobar, remove basegfx namespace in code
        
        Change-Id: I0201d87d631413fc75230535e25c8eac189ede10

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [274f497b2502db146f23eb72426ad38a70934540]

        Cleanup infobar
        
        Change-Id: I2479b8df69da3c05021a82d269925a6374709c72

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [efd013f6fc9ff5e1cb13c23c60a7e4644c2d99de]

        reuse Resize to set control size and placement in infobar
        
        Change-Id: I4e11cd8f02c41f73b2dda05effbcc17db036f3fc

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [767ec4666f5edea8aa8e5c6aa299c1312973e5e7]

        Cleanup SfxZoomDialog, convert plain pointer to unique_ptr
        
        Change-Id: I50f16a6c2ec3dcbb12881ab42d0a2f9556cf7ec8

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3b3eeff3fdf19833b8793e15c9a57ff3044d9118]

        infobar: unique_ptr and make more readable
        
        Change-Id: Iadaba3d9c16bdde3715d4836fa0d5661b90ccab4

2015-01-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [283170e7a37855b6902d3828e42f3265057d9c77]

        ptr_vector & unique_ptr for infobar
        
        Change-Id: Id0d9be65aff504ff6092fa64e8207ddb1b7aeea5

2015-01-14  Stephan Bergmann  <sbergman@redhat.com>  [ddf32e741ae697ca0fd0dc6c32ef521c2c579183]

        -Werror,-Wunused-variable
        
        Change-Id: I4044722f59aec3ed06cc77f9a29b01f5f1ab7d68

2015-01-14  Stephan Bergmann  <sbergman@redhat.com>  [9ab76447cd7e1c61bc284c810734227438aa13c7]

        LinkUpdateMode property values must be in the range 0--2 or 0--3
        
        ...avoid setting bad values from generic qadevOOo property set tests, and throw
        an IllegalArgumentException if bad values do get set.  Found via
        -fsanitize=enum.  The TODO about ScLkUpdMode vs. LinkUpdateModes mismatch looks
        worrying.
        
        Change-Id: Ibc01845e7e3179dc693fe8c59c1f1ffad5282420

2015-01-14  Foo Lai Choo  <choofoolai@gmail.com>  [a93db93c563c268786e834b816b03468e793f48a]

        Resoles: fdo#38829 Implemented fractional inches for Bug #38829.
        
        Hijacked ImplNumericGetValue() to parse fractional strings. It now searches for
        '/' and build 3 string segments for mixed fractions: whole number, numerator
        and denominator. It then follows the previous conversions and checks for
        decimal formats. The output string remains as a decimal formatted string for
        simplicity and standardization.
        
        Change-Id: Iad842e0ef2b1f637025b09401b10fe93f90e0fba
        Reviewed-on: https://gerrit.libreoffice.org/13225
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Christian M. Heller  <christian.heller63@gmail.com>  [f276ef3f7f6ecc584b77a196236852bc6ff415cc]

        fdo#39468 Translate German Comments - replace '//!' with '//TODO:'
        
        It seems that most comments starting with '//!' were intended as FIXMEs.
        This replaces gerrit 12241.
        
        Conflicts:
        	sc/source/core/tool/token.cxx
        	sc/source/filter/excel/xlpivot.cxx
        
        Change-Id: I6ed06b32c70cc854a896dbbc386565e6fbfa9b28
        Reviewed-on: https://gerrit.libreoffice.org/12361
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-14  Caolán McNamara  <caolanm@redhat.com>  [f2efbca82d70451b0e8582bb699f33d709152e24]

        Resolves: fdo#87353 Start Center 'Help' button not functioning any more
        
        Change-Id: I81607ea1951c4a71c003e639b3ebe871a6943374

2015-01-14  Tor Lillqvist  <tml@collabora.com>  [cfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1]

        Fix documentation to match reality
        
        Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e

2015-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7e4f994adf7739478a242b6161f4d1b8b8a497d6]

        SwDoc::CompareDoc: no need to copy 'a'
        
        Change-Id: Ia5cd68b7a6bf59d29af8188bd4477c00194fb850

2015-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [97260d8a011d2dba69df47433bb73a6da0317352]

        Factor out SwFmtEditInReadonly::dumpAsXml() from sw core
        
        Change-Id: I0b0f5a7fca8c5cb4aefd355f79b5141ce9803a55

2015-01-14  Stephan Bergmann  <sbergman@redhat.com>  [4efa9604cf90a581af05c231470bc3fe2e0c49ef]

        Revert "ListBox: refuse to give values before we are loaded"
        
        This reverts commit 1cc29a04adb721205655091854f5ea828bb8eb11, as it caused
        JunitTest_forms_unoapi trigger the
        
          assert( m_nConvertedBoundValuesType == getValueType())
        
        at forms/source/component/ListBox.cxx:1189.

2015-01-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [066103b8a4e4930c72152f9af66022a25938dc1e]

        vcl: minor - cleanup inc/unx/salgdi.h
        
        Change-Id: I6835387cab5c093ad6645d75966786330bd0602a

2015-01-14  Tor Lillqvist  <tml@collabora.com>  [36e31c5b4f39457c1c69c80f4144bfe0399bbe9e]

        WaE: private field 'nSttLineNum' is not used
        
        Change-Id: I2cd795b0b5a266332b167b263f85d2da891e6dee

2015-01-13  Julien Nabet  <serval2412@yahoo.fr>  [bbba311d55484389bc8e3677d01b8cb4fa5644d6]

        Typo: cedentials->credentials
        
        Change-Id: Ifd0905ed0e68b495d96e429df6193503f53ea908

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [d7bfd7ab1b5554ba7dbc45f8fe8889a68b0bf5ab]

        misunderstood that MergeDoc and CompareDoc used different diff modes
        
        i.e. there was a reason to the inheritence I removed in
        
        commit bdca5a7ec083d24c360c2da86de2415567442605
        Date:   Tue Jan 13 13:55:58 2015 +0000
            merge CompareData and SwCompareData
        
            the inheritence doesn't help us here at all and we can remove
            the virtuals and the casting becomes unnecessary
        
        so restore the different modality
        
        Change-Id: I8f20b8652b7949b04b442b89bed5df3093ad24d8

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [16916a14a2ce382aa4ff2a25f8e477108aba5a67]

        allow comparing documents which only differ by frame contents
        
        if two documents have the same number of frames then have an additional stab at
        comparing the contents of those frames
        
        Change-Id: Ie7f1a8906d49d720a74620ad8d69fd97c76304e3

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [084e623ff989896d11d042d682064b10aec71a0a]

        protected->private
        
        Change-Id: I8a772d6e5fdaa1223ed15f8221c64010eddbe75a

2015-01-13  Eike Rathke  <erack@redhat.com>  [1e2bf2e0bd0c8078870055d5a4fd0a81ffcc5029]

        remove superfluous Date and Time temporaries
        
        Change-Id: I7a64027eb58c86ccf9d1b4968c287f0f861f2ec2

2015-01-13  Eike Rathke  <erack@redhat.com>  [35fa188305600fa950a07e4b6c4f6a77a42d32d6]

        eliminate unnecessary macro
        
        Change-Id: I0dceccbe1275298b43f50296da075ae95694d39a

2015-01-13  Eike Rathke  <erack@redhat.com>  [a38e1be92c50ce6feba41402201f09605fedaa5a]

        use DateTime instead of separate Date and Time
        
        Change-Id: I82cccaabbcf481367e55c52682d0ff765b4a8671

2015-01-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ac604d212512e45923df247661f965a910291cc0]

        remove unused variable
        
        Change-Id: If22f2d90644f2c03f1b027c73574a857cea890c1

2015-01-13  Raal  <raal@post.cz>  [731a9aab0fa42ed42b5470e2c6f7e9fc6b1e3a85]

        add first test for user defined functions
        
        currently disabled as we have a crash on exit in the test related to the
        star basic code
        
        Change-Id: If321561a117ea2c55107916c9cb5e99a2c07bdc6

2015-01-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [964ddc1469fb7fb7f1c4b66ad8c1479c6283d56e]

        std::cout to SAL_INFO
        
        Change-Id: I92c48f71baa24cef3b061b9bb6853b99ea1546d4

2015-01-13  Noel Grandin  <noel@peralex.com>  [c32a5a3b8e2e3a49ac9f1fd3f2872b00612676b7]

        simplify Date/Time/DateTime conversion code
        
        add constructors to Date/DateTime/Time,
        that take the css::util counterparts,
        to simplify code converting between these type
        
        Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7
        Reviewed-on: https://gerrit.libreoffice.org/13855
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2015-01-13  Tor Lillqvist  <tml@collabora.com>  [86db1702d72a103ffeafc69dcaa63318539c147a]

        Decrease the formula group size limit for OpenCL to be considered back to 100
        
        Are we having fun yet?
        
        This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5.
        
        Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5

2015-01-13  Tor Lillqvist  <tml@collabora.com>  [f2eaf4dbae3cc8fd0fca51b161be8bfde0a4eead]

        Allow setting the limit to the minumum possible
        
        Also change the default to what it actually is now.
        
        Change-Id: Iac5737f9328587c9f0757acecce4f2e77e715d8b

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [e376bc04dc426ff3470647fa1abd4e28d263f00e]

        external/python3: Work around -fsanitize=alignment
        
        Change-Id: I33976bc96fc78dd0210d9aec6d1ec925f514c7f2

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [7ca657e5eeb883d2a90ef80456f48a7df6e27cba]

        css.form.component.{CheckBox,RadioButton} DefaultState property values
        
        ...must be in the range 0--2; avoid setting bad values from generic qadevOOo
        property set tests, and throw an IllegalArgumentException if bad values do
        get set.
        
        Change-Id: Ia4a97d0fac326b3ca2ce254946dc4d418e9dd5a7

2015-01-13  Michael Stahl  <mstahl@redhat.com>  [26a967863c2dba39b6be3bd63c0d625625093eb4]

        basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM check
        
        Change-Id: I6850d69089c4d0db06a22e14888f089406980c2c

2015-01-13  Lionel Elie Mamane  <lionel@mamane.lu>  [0331fa6a904d3f923cb80d7104e74ea6f2958179]

        ListBox with value list: consider first empty value as NULL
        
        Change-Id: I15c040b481b7f03720d0227ba5d2fcd2ccc78386

2015-01-13  Lionel Elie Mamane  <lionel@mamane.lu>  [1cc29a04adb721205655091854f5ea828bb8eb11]

        ListBox: refuse to give values before we are loaded
        
        If we are not loaded,
        we don't know our field type,
        so cannot give values with the right type
        
        Change-Id: I372b77647ec8ff7428b67cca72fdd89e5e147a32

2015-01-13  Lionel Elie Mamane  <lionel@mamane.lu>  [5cd4ab7f5cf8a288ae7941d5a1dd752bf2fc852d]

        janitorial
        
        Change-Id: If0fcad97538556ef7be5fe5f8405ca171696502d

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [bdca5a7ec083d24c360c2da86de2415567442605]

        merge CompareData and SwCompareData
        
        the inheritence doesn't help us here at all and we can remove
        the virtuals and the casting becomes unnecessary
        
        Change-Id: I1b9f8490876267b587902f5349c804bec907289b

2015-01-13  Douglas Mencken  <dougmencken@gmail.com>  [601d7d38628bf93218fba15249c4654ae24e7396]

        svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all
        
        Change-Id: Iea164e00262822d571f2c49665165795706a57a4
        Reviewed-on: https://gerrit.libreoffice.org/13645
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-01-13  Takeshi Abe  <tabe@fixedpoint.jp>  [9b87116fa4c5873fa719468f775589edd6c8613c]

        fdo#70185: starmath: unit test writing
        
        This adds a unit test of importing a simple MathML file.
        New smdllapi.hxx defines a macro SM_DLLPUBLIC to turn on
        visibility of symbols required from a CppunitTest.
        
        Change-Id: I4f72d7d8f2766751580e5bde7dac4870e8dad62a
        Reviewed-on: https://gerrit.libreoffice.org/13861
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2015-01-13  David Ostrovsky  <david@ostrovsky.org>  [5e4a7a95027d979b3bdd729d7ebe950da1129b2b]

        Fix number of sections exceeded object file format limit
        
        Change-Id: If81ebef14696c856374967e984138fbd25218a8c
        Reviewed-on: https://gerrit.libreoffice.org/13879
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [4cd1c4cb41316e16996a92695d86ac1d956d7e07]

        external/hunspell: Work around -fsanitize=shift
        
        Change-Id: I66ac6ec25615698382d065db2b782950cbc154e4

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [2813632238380e0bfe40c0e6404a07102cde1398]

        debugging assert about unsorted properties on loading ooo59216-14.ods
        
        Change-Id: I30e7dcddcce188edef0d2affb148a3dba6f62c1d

2015-01-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [43fa2bcfecec0d1b7df3382cd69858bab4ffbca8]

        fdo#87551 Category tree is too thin since conversion to .ui
        
        Change-Id: Ic0b4eaa918114293f1428ba6c1e4bcb8ee721849
        Reviewed-on: https://gerrit.libreoffice.org/13866
        Tested-by: Jenkins <ci@libreoffice.org>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [4fc8d14751879c7837e38dd1d626e1bc3870e03d]

        external/libvisio: -fsanitize=float-divide-by-zero
        
        ...when running CppunitTest_writerperfect_draw
        
        Change-Id: I074512f56ebb7eb054c79946c576516036bebbea

2015-01-13  Andras Timar  <andras.timar@collabora.com>  [c4ff0a78da9a57b445fe13d7c278576d3fa89a0f]

        Updated core Project: dictionaries  e68d0668772656518c71f49f2968a83b9bbccfcc

2015-01-13  Caolán McNamara  <caolanm@redhat.com>  [2bd04e21a68d5c845d5b9124f20b58552ac5fea4]

        fix debug stl assert about unsorted range on loading ooo42586-1.sxw
        
        Change-Id: Ib97dc719c438aed96c2e24bd34fc38726b90f097

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [7340bec4720340e5d43d495577db7ac19937f84a]

        external/libmspub: Work around -fsanitize=enum
        
        Change-Id: Icf1d45b1cd171e868a15f841258c5368a0b213e1

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [fcfa399067a7606e0ffc426265428b25c8e9260d]

        external/libmwaw: Work around -fsanitize=shift
        
        Change-Id: Ia44ef02bc19653e2a20b2da52f5b5b377950353d

2015-01-13  David Tardon  <dtardon@redhat.com>  [8dd900b698054b1bd11fbe8ec35bce55cd2b3720]

        SwFlyLayFrm is already indirectly derived from noncopyable
        
        Change-Id: Ic64b56a55d43efed8920eb1662fb9b6a5a2b5e14

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [482c57264708f783e70667fb1ac2d641cd25114a]

        Improve ImplLogicToPixel overflow check
        
        Change-Id: Ib0554f6d489e410527d7bf4dc77f76db1bdbf1fc

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [fd72427850d1f2db4d0b982391975d67b3e784fa]

        Exclude FAR_AWAY objects from bounds computation
        
        ...otherwise, running CppunitTest_writerperfect_writer would overflow in
        ImplLogicToPixel (vcl/source/outdev/map.cxx) when nMaxRight would be
        ridiculously large due to including the ridiculously large right bound of an
        SwFlyLayFrm that is marked FAR_AWAY.
        
        Change-Id: Id6f8c895a953e99c5955b0f6ed655f8b79fba6f1

2015-01-13  Noel Grandin  <noel@peralex.com>  [84c69550bcb8139669de9cf98b51c35f21fe853d]

        revert accidental change to configure.ac
        
        that slipped in with commit 3ab2d3a2c5b802ab88171770d19871e081c3252b
        "fdo#88256 fix crash when running javascript macro"
        
        Change-Id: Idae2148181517e434d133958cf20d4fd6c4b9187

2015-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [47287df1cbb0745596bf0ba81e0371189ac35afd]

        libreofficekit: typo
        
        Change-Id: Idab19cc812e40280367e6fbc70351e6e02685811

2015-01-13  Noel Grandin  <noel@peralex.com>  [3ab2d3a2c5b802ab88171770d19871e081c3252b]

        fdo#88256 fix crash when running javascript macro
        
        caused by my commit 8583da1e934a49791ef8d86668f3d5c3c5dae1d7
        "java: remove unused fields"
        
        Change-Id: Ibcd6462e8229a0a6cb98ebfd16ce5d2ea45ca931

2015-01-13  Stephan Bergmann  <sbergman@redhat.com>  [b6013382694b7c9784c404a101d6d505919e067d]

        SwFlyLayFrm shall apparently be noncopyable
        
        Change-Id: I78e1f23c3c39cafb6e3c1c085db880bc1cd88196

2015-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [840810d41e7f865752d1af09c9d99e955467ce6c]

        sfx2: stop using comphelper/implbase_var.hxx
        
        Change-Id: I3dc9e9305883c890e5e3c10ffcd8a9a5dbf09cc7

2015-01-13  Noel Grandin  <noel@peralex.com>  [a405184aa972ca375f04205fd22f83d54952648d]

        java: inline CheckMemoryUsage test properties
        
        Change-Id: Ia5ee0fdc7617b43c4874aa285459f9a1a52cea12

2015-01-13  Noel Grandin  <noel@peralex.com>  [9b8fb077d26883d3749785803f5a9138d7ba0d29]

        java: inline some test properties
        
        Change-Id: I8be2ee13652ed7223e41765811db577ecc1c85d6

2015-01-13  Noel Grandin  <noel@peralex.com>  [a7d1292194054cd6842573054b07f046e600b6ec]

        java: remove some dead properties
        
        Change-Id: I96adb2941c483ec08c752f35e35cf9ceb941971d

2015-01-13  Noel Grandin  <noel@peralex.com>  [7e1dfc0928ca1e7f9f3b78b6a632b725a0d49867]

        java: inline the CheckAPI properties
        
        no need to make this configurable
        
        Change-Id: I0ab149317f4660fc7ebc4c43342d20a386bdbc5f

2015-01-13  Noel Grandin  <noel@peralex.com>  [e15807f4504a82657b9734f6a2631a2a0c5aa91a]

        java: nothing is passing in a "ComplexIni" parameter
        
        Change-Id: Iae7530a52eda020f9074a6de0ef9e4b9779593f6

2015-01-13  Noel Grandin  <noel@peralex.com>  [04e26ca21cf05989030e457e1f938b7066f677d7]

        java: nothing is passing a "-ini" parameter into the RunnerService
        
        Change-Id: Ic8dffc4ed757c74ce383b3dcf204d1c899a0c4f5

2015-01-13  Noel Grandin  <noel@peralex.com>  [c55f945e4b092a7c972e6f64260ba98784c85a77]

        java: move DEFAULT_SHORT_WAIT_MS to util.utils
        
        so I can turn PopertyNames into an enum
        
        Change-Id: I939a83c0962813302a3653e75976147b2300cb18

2015-01-13  Noel Grandin  <noel@peralex.com>  [b82cc80e8405086856a795a17e655cdcf85020fc]

        java: NO_CWS_ATTACH parameter is unused
        
        Change-Id: I3e465987ef3dd502faecaf3c5ce151013a5bf314

2015-01-13  Noel Grandin  <noel@peralex.com>  [7e394e7746150699b42b464970d8ad71c462996d]

        java: DONT_BACKUP_USERLAYER parameter is unused
        
        Change-Id: I2e66a6acfd50b929d43ffdb3e468042875b6b23d

2015-01-12  David Ostrovsky  <david@ostrovsky.org>  [000e24d22d2e18c006277ec24148c7252c9f678d]

        Fix installer on x86_64 platform on windows
        
        Change-Id: I3020b648cae31e28de51e68177c0490e77733f4e
        Reviewed-on: https://gerrit.libreoffice.org/13878
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [9de63f23c745957e2a3a187da9c30357ae01613d]

        WaE: vcl/opengl/gdiimpl.cxx
        
        Change-Id: Ibd5c8574b0454f9f3688a65d246fd2dea4d0dda8

2015-01-12  Tsutomu Uchino  <hanya@apache.org>  [15d2655fb68254f39c59b97a7ca7713d12b0f1fa]

        Resolves: #i120772# do not ignore last three properties...
        
        when special properties not found in watching window
        
        (cherry picked from commit 8815f3f3fbb3632cccbbf8476f4c40c9bda8eb6e)
        
        Conflicts:
        	basctl/source/basicide/baside2b.cxx
        
        Change-Id: I6069d55b9f894846a7b4d81b981cf4523b444753

2015-01-12  Michael Stahl  <mstahl@redhat.com>  [e71668c4e642cc497206bfbe7191f64bddf31db0]

        sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()
        
        404f16e97f1c2fcd8f9a1297bdfa46cba970467e is embarrassing crap; the real
        problem there is that the paragraph that should be removed is _inside_
        the frame, but in sf_68e4f217c107f6eada21adfe6e3c9c57-82055-minimized.doc
        the MoveInsideFly() is not called so a non-empty body paragraph was removed.
        
        Change-Id: I5d4443804c52a5fa30ddb51609ccbbee07abc5aa

2015-01-12  Michael Stahl  <mstahl@redhat.com>  [0a8d597cbfe1bf60b4e83257bd12f17e350b335c]

        sw: translate some german comments
        
        Change-Id: If189a60ae48a64cde109e52903c9a4b8b9fde85a

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [ad582ce757f671a6271648e22a136f2d238cc15e]

        Drop Add, Sub, Mul and Div from the default opcode subset
        
        Those are supposed to obey the current setting for "Conversion from text to
        number", and the OpenCL code does not currently take that setting into
        consideration.
        
        Change-Id: Iff6eeda6238c78f4aeb8eb27898ce7ea243b9dea

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [0694e8313877ca433d226c753301a5a90364b3a5]

        Increase the formula group size limit for OpenCL to be considered to 10000
        
        Also changed the description to match the meaning (after
        2021275f8fc33d9917d5fef58959a95da1dc7e6f).
        
        Change-Id: Ide4b4f094495c178252c3167d52012f46f26b025

2015-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [b0786565dbe15fed3b58d00138a5788d5c22e0c1]

        vcl: possible regression introduced in fa1f37753d2826a0 as part of i99295
        
        I believe the intent was to "retarget unresolved pLogCluster[n] to a glyph inside the cluster".
        Unfortunately in the loop that detects clusters there was a typo and we are only indexing
        element 0 of the array:
        
            // retarget unresolved pLogCluster[n] to a glyph inside the cluster
            // TODO: better do it while the deleted-glyph markers are still there
            for( n = 0; n < nCharCount; ++n )
                if( (p = pLogCluster[0]) >= 0 )
                    break;
        
        That just doesn't make any sense, I believe we should be accessing pLogCluster[n].
        If not, then why not just do:
        
            p = pLogCluster[0];
            n = nCharCount - 1;
        
        Change-Id: I9d8873541b5c794071d69c0f63df88f17a352904
        Reviewed-on: https://gerrit.libreoffice.org/13876
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [8b2a9a37306a7febf28e419280d1782ff230761a]

        Resolves: fdo#79975 toggle checkered background back on
        
        Change-Id: Id856d8dbf437acb7e528e60b4d1b012102ff0557

2015-01-12  David Tardon  <dtardon@redhat.com>  [d4aebca5ef0fcb062d3c395dc53bfe59c459ca81]

        fix extension
        
        Change-Id: I05923b7df753fdbc23f849c89f4f9f52a07915c7

2015-01-12  David Tardon  <dtardon@redhat.com>  [34fb25cd5bbf056e127f457a7a02d01efd65a8eb]

        fix alpha computation, followup
        
        Change-Id: I7701368e152ce20adbc05802c7c6518183919d1f

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [2aa40ecebb2cb1e5d2cf85d7ada70b5e541bad67]

        radio check top/center/bottom alignment for table cells
        
        Change-Id: I30b51510ac5fbfb3c1dd09e0f86a246a8b516f1e

2015-01-12  Stephan Bergmann  <sbergman@redhat.com>  [3d660c04bce0b5d24b5ec2558727c25ba13171b3]

        Work around -fsanitize=shift
        
        Change-Id: I8d23c11decca864337ccc5288165058a7c21cd4e

2015-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ac05275755240dbd35f4ea802a8efb2fa4aaa85d]

        Fix alpha computation (-fsanitize=undefined)
        
        Change-Id: I3f50d3bb85bebdece692e069de73febc2ce63b47

2015-01-12  Eike Rathke  <erack@redhat.com>  [e4fea6e67a05256c3ce6336bf054004015936310]

        make this work also for an overlapping merge range, fdo#87382 follow-up
        
        ... if the merged range ends behind the visble range.
        
        Change-Id: Ib5e9ae57299614f42c9200da5641922dfd90ab60

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [64a01ca17857ea8e90b4b0476bd85a69dd4014bb]

        libreofficekit: we don't need our own gdk_threads_add_idle() version after all
        
        Change-Id: I9d05a3971bd0dd14654d0b0e2a80a263d360505b

2015-01-12  Eike Rathke  <erack@redhat.com>  [5865ab6bd27425912e2752020a966e2aac3279e5]

        get rid of C-style cast, fdo#87382 follow-up
        
        Change-Id: I86dd6a96f69d9bedeabeebc04f953b9f22476543

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [69753da13f7c86b6f1fccb814cd4d89427304690]

        Add RAND to the default subset of opcodes for which we trust our OpenCL
        
        Change-Id: I1ca574f96ad84aa263bdcecbe549687fbf10d0d8

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [2651f3fe838afe1cb0460291c814799d6487e2d9]

        Add the Random123 license blurb
        
        Change-Id: I018cebeeeee09c294ab576dd3cb5e7d6c703f5f2

2015-01-12  Henry Castro  <hcvcastro@gmail.com>  [d987ed29051b184aeb5151c1e080ad22c4637835]

        fdo#87382 Improper display of selected merged
        
        When left most cell is not in the visible window, Visible Range
        was not checked merged cells.
        
        Change-Id: I3c375c0f584e29444472224c74442bbd3d97b3ac
        Reviewed-on: https://gerrit.libreoffice.org/13832
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [470fcca594ba4f6bf473d4d44b415c2ba151b0d9]

        Resolves: fdo#87015 image missing from doc
        
        regression from
        
        commit e0cce521f1ad0cc384d30ce2f1077ea229fffe62
        Author:     Armin Le Grand <alg@apache.org>
        AuthorDate: Thu Jan 10 16:28:40 2013 +0000
        Commit:     Caolán McNamara <caolanm@redhat.com>
        CommitDate: Thu Jun 13 14:50:46 2013 +0100
            Resolves: #i121504# Support for alpha channel in clipboard for all systems
            (cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519)
        
        which blindly just bulldozed out the bMSOFormat branch
        
        Change-Id: Iec354f1fb585f0803b9df472bc9ec9e103aa5847

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [2052db85b9491c2ebabfd622b62f803f8800f071]

        opengl scaling can also handle the generic aliases
        
        Was missing from 82bc764bc9, without this opengl scaling wasn't used for these.
        
        Change-Id: If853435b12383e799afe2f057c43263b2d2297fa

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0085dbc6a63c200a97532448674edd36f102293]

        libreofficekit: fix for missing gdk_threads_add_idle
        
        Change-Id: I52590f60882682943dda354599ab4ed762383b51

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [e126f5cb095b2b0e0d3d505a68dfbeb6eefd82e4]

        implement optimized hairline drawing for opengl
        
        As a side effect, this prevents the lines from looking too wide,
        because of generic polygon drawing being a bit too generous with AA.
        
        Change-Id: I17314c39fd57e33ecbd10b8a8785c600bdc5b212

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [a477b66f1fa0847c716c886ab434d8e38247d641]

        do not set Y line width to 0
        
        I'm somewhat confused by why there needs to be a separate line width
        for X and Y, but apparently there is, and the latter shouldn't be just plain 0
        (otherwise a number of drawPolyLine() implementations either skip using
        a simpler path for the usual case of them being equal, or even plain to refuse
        work at all and cause a fall back).
        And I hope this doesn't lead to finding out that some of those implementation
        are actually buggy.
        
        Change-Id: I2dbbd1539c4a96d41935cce9ae6565872e2a459b

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [ca1f918c327f82568e65f7f49e24b7158c63181f]

        make AA edges of objects look smoother (opengl)
        
        Change-Id: I66a04febdbfa673e0883ab6f574bb7768cad7953

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [67d6aef4c5970b6fc32617f6ee61512236072c6a]

        clean up resetting of solid color when using opengl AA
        
        118529d4644a and 011903894 might have been technically correct, but
        'mProgramIsSolidLineColor' is clearly a misnomer at best, and they'd
        have made it even more likely that this would break yet again.
        
        Change-Id: I1f01663e2abc0b1b0e557ae7241637a96e1a402a

2015-01-12  Luboš Luňák  <l.lunak@collabora.com>  [b8b49af63ebe91682c8cc049aa05b1ad714a93e3]

        fix confusion between transparency and opacity
        
        Change-Id: Ifa69f3272ebda2a61ac00d2affb8aebd4524f0fc

2015-01-12  Stephan Bergmann  <sbergman@redhat.com>  [032517ba36c328a4df36cd9f2ea54ad13c316721]

        More overflowing InvalidateWindows(SwRect(0, 0, MAX, MAX))
        
        ...cf. 52ce5239b43bf6b9ce1ceddfe90227920aa57657 "vcl: assert when LogicToPixel
        overflows."  Looks safest to use platform-independent SAL_MAX_INT32 rather than
        INT_MAX.  Detected when running CppunitTest_sw_uiwriter with
        -fsanitize=singed-integer-overflow.
        
        Change-Id: I7df98237811a304e475d6b2db8805bc390ca6232

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [c5f6fd36b21c233d46a5fe8f8c411366150999c7]

        fix for missing G_SOURCE_REMOVE
        
        Change-Id: I55b69f153c0656d34a230c4328bc7af4bab40447

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [b7d1c05e68e9b8a91332c6b2ad0872ea9e618862]

        bsh-2.0b1->bsh-2.0b5
        
        Change-Id: I250a683faf7d201b9fea8eb0fffd9cd49da7f79f

2015-01-12  Caolán McNamara  <caolanm@redhat.com>  [6a9848426be59fa4e14d1db10f04b9262f426233]

        kind of thing coverity will warn about
        
        Change-Id: I2681b99c913b15c632dd4c9ec84922fa282692d7

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [226e367ff93542d82975d6ccd34448f68acf8035]

        SAL_INFO the setting arguments to OpenCL kernels and enqueueing them
        
        Change-Id: Ia60194f9789324bc484bfa609c6eb92572b8554d

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [4200d7300ec9355e0d648d7053484901b5dd2009]

        Rewrite the RAND() OpenCL implementation to actually be random
        
        Use a so-called counter-based random number generator. Code from Random123,
        http://www.deshawresearch.com/resources_random123.html.
        
        Change-Id: Id47f84ef18eada64dcf47762a61ec3856c71760e

2015-01-12  Tor Lillqvist  <tml@collabora.com>  [41d40b3a0090f71cef74145da3af2118ab504e59]

        Surely any C++ programmer knows what a forward declaration is
        
        Change-Id: I12d230176ef1ea232ac9a401fbbebce6d8c058a7

2015-01-12  Noel Grandin  <noel@peralex.com>  [5333782d090a9e147c0c431f0f741863d1d8cf8e]

        convert SETTINGS_ #defines to 'enum class'
        
        and dump the ones that nothing is listening to
        
        Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4

2015-01-12  Noel Grandin  <noel@peralex.com>  [a5b5ad9f9306d868430ed9efd210b95c24a15161]

        fdo#84938: replace DATACHANGED_ constants with 'enum class'
        
        and drop DATACHANGED_DATETIME because no-one is using it
        
        Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff

2015-01-12  Noel Grandin  <noel@peralex.com>  [4b8f1dc1c8635c412b4669101e8871fa0cf26ff9]

        FocusChanged and DataChanged are never overriden
        
        and their default implementations are empty, so just delete them
        
        Change-Id: Ibae2f92c3326ad46c4b6ef462b5b7b62ad63f0d8

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f1eef278c41997315860158d481d4fc37bd328b]

        android: show version / buildid in about dialog
        
        Note that getPackageName() also throws NameNotFoundException, so in the
        unlikely situations in case:
        
        - package info (class containing the package version) is not found or
        - the package version is not in an "a/b" form
        
        We still just don't show anything.
        
        Also, mark the new TextView as android:textIsSelectable, so it's
        possible to copy&paste the version for bugreport purposes.
        
        Change-Id: I63b53cca4126da17bfbda0293d7c98e8524ef41a

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [723b6a07e4c4dfb8fdafc186041557514b014014]

        jni: add postKeyEvent to Office and redirect the call to LOK
        
        Change-Id: I922ce1f735df236d2bdad33820ed98f18fc85963

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9f77740d8b8112de1b157abd892307e057b4f265]

        android: force screen to render - add access to LayerClient
        
        Change-Id: Ia65eebd153251985fe736e8f278d46b22a06ec83

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0ecf41b4b1ea995beab8ee79d608360f69a40040]

        android: remove checkerboard color property - fix set to white
        
        Change-Id: I7a11b0eea71e96f8bd2b307539f1964acb240216

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [9563293912d2d25989c4f869e58000c78487455a]

        gtktiledviewer: invoke paintTile() on the main thread from the callback
        
        Change-Id: Id910c1905d23f16cae5b6b551c74193d46cff256

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e9c6949435bf4eb961eb2a1cf868b11df1373bb1]

        android: reuse rerenderTile in createTile
        
        Change-Id: Ibafdcf5dd54804b4c50dd51d9a5a89dc7088052d

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8da64996c98daae4b49ed0b73b6f690f9c0a0e3c]

        android: bypass Bitmap creation and copying when creating tiles
        
        Copying tile buffer just because we can is not really a good idea
        when just using the buffer in CairoImage works perfectly well. This
        should speed things up a bit but probably won't be noticable.
        
        Change-Id: I8d191d3e3870b20b15db56841ed72da22546aefc

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2cd20fa87b69dfb7d5326ace04bac48414158733]

        android: support to rerender tile buffer directly
        
        Add new event TILE_RERENDER to the LOEvent and handle rerender
        so that the tile's image buffer is rerendered and the tile
        invalidated (instead of creating a new tile and deleting the old
        one).
        
        Change-Id: Id0fec307cb82c44a8584425dc7f877f39955844b

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2755cc0f4a79b823adbc2c1a523cc2c04f0afab3]

        android: allow TileLayer to expose the image
        
        Change-Id: Id8968f4c71ca71d089e74314977cd406050dbd0f

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b6a12074bcd498aa2a879dbd4e4eaa23103dad5c]

        android: Fix what invalidate rect numbers should mean
        
        Assumption was that the invalidate rectangle numbers from LOK
        mean (left, top, right, bottom) but they mean (width, height, x, y)
        so we need to adapt to that for now.
        
        Change-Id: Icc9c2c8aef63a8e292ff299969f2cbaf45ad0eab

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b214b0bd5271b3ab46a7317899be4b23064a6b66]

        android: Add inverseScale to RectUtils
        
        Change-Id: Id0e9a02614d3d6a23a8111622ae9ea49bef26f7d

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [57ffd85cbd25a28c3f70e7414ee5192b65315012]

        android: react to tile invalidation request and invalidate tiles
        
        Implement tile invalidation request in LOKitThread and pass the
        request to ComposedTileLayer where it handles the invalidation
        request by searching for the tiles that need to be invalidated
        (intersect the invlidation rectangle).
        
        Change-Id: I84e752486ff79e98cac1e74c6463b6748660cbed

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [156411e1aa39108bdf47e39dd531484a7e7db92c]

        android: Support force redraw in "tile request" event
        
        Change-Id: I554200f67a529e2b2c352e956372811f35f8238c

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [616a0ac18f9d373dbdb9920a63d3ce6603eedd4e]

        android: add toString to TileIdentifier
        
        Change-Id: Id5bfa1652a8b33757d4604e0fcf89766b50c4344

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a04e32558738c912913fa368e0e2cf237e61485c]

        android: Process messages in TileProvider + invalidation interface
        
        Process the LOK messages in TileProvider and add an interface to
        register and communicate invalidation requests.
        
        Change-Id: I798dc5591dbc60ee6b055a95464cd3406ecd8b0d

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e905d3b3e9eb356b26fc4d860a0fbdcd5d041092]

        android: interface for processing of LOK messages
        
        Added a message callback interface to Document where the provided
        implementation processes the messages from LOK (for now
        only the regions that were invalidated)
        
        Change-Id: Ic7fcb0250f87f6c4c28925bf809c4cf3f353d2bb

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [160e3c603c642e1b12a03bddb32ce0ef68e52665]

        gtktiledviewer: invoke lok::Office::postKeyEvent() on key press / release
        
        Change-Id: I82587fb48f5b7d037d66c0eb0e4aa1c7cee8702a

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8de39435246176ed3eb603c177c8c3d26f9027b9]

        Add lok::Office::postKeyEvent()
        
        Change-Id: Ib80a8dd433b22a5e88aaab8e11d5c42ced8097ae

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d8729cecd3b1707c936873ec02c9fbca3c66cf2]

        gtktiledviewer: react to key releases
        
        Change-Id: I5cbbd482fcf2e36851e1f82efc1cd511d856d10b

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [92e350866c024710e830ca03489e81d64e0e7303]

        gtktiledviewer: react to key presses
        
        Change-Id: Ic9226bc0118482b381eff8d5d777e01c293c4deb

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [057fb145f13a85095fd296731a17ba95483d4434]

        LibreOfficeKitGtk: lok_docview is never read
        
        Change-Id: Ibb7a6dd46541afe8908b108450e64b91c8830026

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3b77cd3bbd12c6ac145fb3887f3428e2fc6a39e6]

        android: Add support for callbacks from LO to JNI and Java LOK
        
        This adds support to retrieve callbacks from LibreOffice (like
        for example that a part of document has been invalidated) to
        LibreOfficeKit JNI and Java wrappers.
        
        Change-Id: Ib70187194d002c72b64d58032aab216adc591565

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [0dbc6f5689541fab86b216e6a0be3a4c7ffcadfe]

        android: No reason to return JNI version less than Java 6
        
        Change-Id: Id9fae6561268bb7e5a465c19bdb80124f94f4939

2015-01-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [27a644b3b029d19fb2ed38201de92fe5fd9d9e5f]

        lok: Add comments to some methods, put the star where it belongs
        
        Change-Id: I751eb175f29489637f465c9d97ebe920372f38bf

2015-01-12  Stephan Bergmann  <sbergman@redhat.com>  [56dc9f6484985dd16274709c61d2ef640381dabd]

        external/hunspell: Work around -fsanitize=shift
        
        Change-Id: Id93e61a1b9893ae026056a9d3e03c88b259f0ff8

2015-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [0042de4cf8ca02dd0fe9063266b69943d97b645b]

        Factor out SvxProtectItem::dumpAsXml() from sw
        
        Change-Id: I780afa7c5faa0f594257200c5c2c132cc49388b6

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [92cef7eb344c9c9c7a6aa1489845a1b0eb346ead]

        fdo#85818: rename ZGZ to RRI
        
        Change-Id: Ifeb513eba762f881dd4ea7cd7fc531fe5028106d
        Reviewed-on: https://gerrit.libreoffice.org/13831
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [c6d3405d9cf75adc8ae9f8b2cca2dfd2c9de7d7d]

        fdo#85818: rename RMZ to PMT
        
        Change-Id: I952d4cee42c9a6256589a32f4acb6a6fc70ef443
        Reviewed-on: https://gerrit.libreoffice.org/13830
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [294b1e93f4a9e70e0699b2b42eba03eed630ec0c]

        fdo#85818: rename LIA to SLN
        
        Change-Id: Ifbf9be5fae60a6460596b90ce87e9ace45b2098f
        Reviewed-on: https://gerrit.libreoffice.org/13829
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [fd66d3749e286d8e1b40429ea04e33d7266c1132]

        fdo#85818: rename GDA to DDB
        
        Change-Id: Ic73225a34ca3339216c11bd72116e55d6a098257
        Reviewed-on: https://gerrit.libreoffice.org/13827
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [febb2102a692480df0c82b58a792f4b3a447fb37]

        fdo#85818: rename Laufz to Duration
        
        Change-Id: I7f2f91c7d6702f9e7f22e27e08142c34c557e043
        Reviewed-on: https://gerrit.libreoffice.org/13828
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [4a2fded15046f2c469c9c1723ccef4e517fc372a]

        fdo#85818: rename GDA2 to DB
        
        Change-Id: I2449645b47918325474109fc090ef34b009f26a8
        Reviewed-on: https://gerrit.libreoffice.org/13826
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [b2fcd4f7c7133f10bde8df3b7544023a3719d2b2]

        fdo#85818: rename DIA to SYD
        
        Change-Id: I3510403521668c00f44d462b288716f5f7b60115
        Reviewed-on: https://gerrit.libreoffice.org/13825
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [8416ac2b532673f2b64be102d77c805fe5e81720]

        fdo#85818: rename BW to PV
        
        Change-Id: I3b319a4074c549daaa1d6befaca79dab93e61df6
        Reviewed-on: https://gerrit.libreoffice.org/13824
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [c7d23291ea9ae7a3a2c055b09fce9c29bb7f58d3]

        fdo#85818: rename Effektiv to Effective
        
        Change-Id: I55a863f7d7068de9abc468676ecf2e54ecd3c06c
        Reviewed-on: https://gerrit.libreoffice.org/13823
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Laurent Charrière  <lcharriere@gmail.com>  [6dc1c9de5ddb5ab8789b691378bbcf7ee41cd988]

        fdo#85818: rename KumKapZ to CumPrinc
        
        Change-Id: I8e68a4a80418fe32e53123432257aec3c2fc28a4
        Reviewed-on: https://gerrit.libreoffice.org/13822
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Michael Weghorn  <m.weghorn@posteo.de>  [d5f48d742ac1fea9fd341244bbcea09bcd78b476]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I46b9293eed0cba2ebca119cc1fb0a6334ea66308
        Reviewed-on: https://gerrit.libreoffice.org/13844
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Zsolt Bölöny  <bolony.zsolt@gmail.com>  [babe4ab629d476bbddbacb85c33436ba09655aea]

        Removed lcl_putNumberChar() from basegfx.
        
        It just calls OUStringBuffer.append() and doesn't do anything special.
        
        Change-Id: Ie59a797a8d0d24cfab826516e2b5c4e58f90dd01
        Reviewed-on: https://gerrit.libreoffice.org/13850
        Tested-by: Jenkins <ci@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Noel Grandin  <noel@peralex.com>  [673c59936c037999ffef2dc45854f795a3b63216]

        java: simplify command-line parameter parsing in ClParser
        
        Change-Id: I37790675619b2dde3fe303ba3adc527fc1dfdcf5

2015-01-12  Noel Grandin  <noel@peralex.com>  [37d36d6c76786ee5c8be36002b0dcb1ec3126b6f]

        java: APP_KILL_COMMAND is unused
        
        Change-Id: I4bc4208a80a41a43f9a1145a2e674f37d1333424

2015-01-12  Noel Grandin  <noel@peralex.com>  [09330056a01a4b5c3d16e3ffb6c1bff36099eb83]

        java: simplify sleeping and waiting in tests
        
        - remove the SHORT_WAIT test parameter, no-one is using it
        - inline the various independent shortWait() methods
        - use the util.utils.shortWait() utility method everywhere
        
        Change-Id: I93cd4a2580172a1441d2ff3d390f52b9505e2721

2015-01-12  Noel Grandin  <noel@peralex.com>  [4bf4e3d40778051f1f886c47dd2b2bef82acf1e5]

        java: no need to instantiate the AccessibilityTools object
        
        since all of it's methods and fields are static.
        
        Change-Id: Ia2b652969489c5a21e01a35cda65c6e84346aac0

2015-01-12  Noel Grandin  <noel@peralex.com>  [40e48e81af597baca421630693d671130f774f57]

        java: no need to sleep quite so often
        
        Change-Id: I9746158dfdffafd138160c2491e57b269d04e22b

2015-01-12  Noel Grandin  <noel@peralex.com>  [a4d1e3d22b7f73ba7740dfe5f1d3586a49164947]

        no need for DeletedNodeInfo class to be type unsafe
        
        Change-Id: Idab8eacf8fa06d902c9186995b249e871bc54067
        Reviewed-on: https://gerrit.libreoffice.org/13860
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-12  Noel Grandin  <noel@peralex.com>  [b3b4bbaf6cbd2226b659fea7d6ae473ccf84e9dd]

        remove FRMC_ #defines
        
        using a compressed 4-bit representation of an existing flagset is a
        pointless opimisation when the structure has half a dozen pointers in
        it.
        
        Change-Id: I17522c2d6c5f32c803183f3518d8711503bd9994

2015-01-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [7201fa0dddd7dd0352f69fd2b2b64efcb361ccad]

        vcl: update comments about GenericSalLayout::ApplyDXArray
        
        Basically, the issue noted here (justification adjustment issues in CTL) is
        a legacy problem caused by emulating the EmrText structure, which is an
        Enhanced Metafile (EMF) structure (or "object"). The EmrText structure holds
        an array of inter-character spacing widths for text. It is used in the EMF
        records EMR_EXTTEXTOUTA and EMR_EXTTEXTOUTW, which is flawed in that it
        doesn't consider issues around CTL scripts and only cares about character
        interspacing - i.e. it maps to each printable character, and doesn't take into
        consideration other sorts of glyphs.
        
        Change-Id: Ib7ae994758a835e9d8cb5f479a0b91d3d5809b8c

2015-01-11  David Ostrovsky  <david@ostrovsky.org>  [5ae245a8894dbda2915a1bf695e25ef8bb17096f]

        Fix Python build in debug mode on x86_64 platform on windows
        
        8a6c5b2f fixed Python build in release mode for x64, but missed to do the
        same for the debug mode.
        
        Change-Id: I9762b4089ec95fbd8af12e581fbe8577be5f802a
        Reviewed-on: https://gerrit.libreoffice.org/13089
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-11  Tsutomu Uchino  <hanya@apache.org>  [bf964151a77d8f63dac031fec5800a7bb43b3e5b]

        Related: #i94895# revert the part of revision 1650261
        
        replaced string should be starting with the start postion if specified
        
        (cherry picked from commit 68c6265584fb6cb0469098507dd287e6e1127324)
        
        Conflicts:
        	basic/source/runtime/methods.cxx
        
        Change-Id: Ib729facfa78ffddebc258440324f05d037fae46f

2015-01-11  Caolán McNamara  <caolanm@redhat.com>  [5e6a4591d31619f9bf32a9891c59a6dcc3af80b5]

        LeakSanitizer: leak detected in ooo56669-1.odt
        
        Change-Id: Ifdd98068762762316dbfd50fb465ed3c970f53d9

2015-01-11  David Tardon  <dtardon@redhat.com>  [623b38fa5769f8cdec10b54b2a600bc4c4e077e6]

        OSL_ENSURE was not declared in this scope
        
        Change-Id: I426c0feee7b76fe02473e07fa209a61967af3e99

2015-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [884c5a247ad65e27f6ea643352934c2b68beed21]

        sw: stop using comphelper/implbase_var.hxx
        
        Change-Id: I1f697ff32f13fea72c04803d56a25d486bcc3cd3

2015-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [1aaa596af060c1427caf20b0d7fddfc955047f82]

        Factor out XFillBmpStretchItem::dumpAsXml() from sw
        
        Change-Id: I7890755f754ee21d2e6db84f169b52bf4737f524

2015-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [34870f1882c60f94e67555db09519b01706dae41]

        Use std::initializer_list ctor
        
        Change-Id: I0238d8f4ae6b92f92f8bb92df33da5552a158cbe

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [e46c61addd616a80c40e58e021326aa798eb6921]

        vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()
        
        Change-Id: I28f2b4df57b8bc521e36e72b1f788fc89cfa7caf

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [7ac95954df17090abdd2225428c771917f2b7188]

        vcl: LayoutEngine::layout() to LayoutEngine::Layout()
        
        Convention is that public functions used by other non-implementation classes
        use uppercase function names.
        
        Change-Id: I9a57b231b6a92dc8ac37dc417fdb8177a8c2fa11

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [85819f2374d94b891ba6702ac9dfbdc3b6db9795]

        vcl: cosmetic reident and cleanup of RawBitmap class definition
        
        Change-Id: I747199b0cf7079bcebef396865942876f592da8d

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [9298c07733838cb0651a003b1af805044cb01e1d]

        vcl: cosmetic reident of GlyphCachePeer class definition
        
        Change-Id: If8b3e4dc04ff0ecdc358b91784c1f2b60c159498

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [75ec65898a6aad4d003c125fb3e4168695344621]

        vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definition
        
        Change-Id: I9ba9044ef9603ec9050b40d3dd6f01cfb45df134

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [67deb9f8079a578cf767a6e29a5bbe6eb0b4ecfe]

        vcl: reident ServerFontLayout class definition
        
        Change-Id: I02c84b1cb6e38e93e268bb388aecca1594917400

2015-01-11  Yousuf Philips  <philipz85@hotmail.com>  [d3ec347c63eefa795b531a42b0ab5322873e0812]

        add missing labels to entries in impress's format menu
        
        Change-Id: I9c7d9da944361f3d148752f8dff64c6e0a44d861
        Reviewed-on: https://gerrit.libreoffice.org/13802
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [78964ab80c391a25a1030894e19319f1873d1154]

        vcl: cosmetic changes to ImplServerFontEntry definition
        
        Change-Id: I61934fc2ebfaeaa0527f70f038e5aaae87ef730e

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [be62d0c892e19ddddef619688ec413bc5efde0e9]

        vcl: ident cleanup of ServerFont class definition
        
        Change-Id: I747fee3feb431f8a3f340184b999ce41cf2b615c

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [2343e796e9f787e57c9dfb0d56f21bf7dbec562b]

        vcl: more whitespace cleanup of GlyphCache class definition
        
        Change-Id: I7a097c849eaa49eab688660cb229222cdf658b81

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [765eb71eae6d6550eaec6aa998cb0a2a615bb590]

        vcl: whitespace cleanup on GlyphData class definition
        
        Change-Id: Ib5b2a3840e2f3ca1b7e2faf57182a262e06cb74e

2015-01-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [0bae3db88548dfa6f9682b31508c4709069e83b2]

        vcl: whitespace cleanup on GlyphCache class definition
        
        Change-Id: I82b48b3bb35b1120a5d7fdaee19275c8b1f8eb72

2015-01-10  David Ostrovsky  <david@ostrovsky.org>  [bbde245ababf33ac704df116557e4849cc520df8]

        About dialog: distinguish between 32 and 64 bit windows build
        
        Change-Id: Id92bb3ed5c19cefed41eeaafe8b956cd2d563bf6
        Reviewed-on: https://gerrit.libreoffice.org/13853
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-10  David Ostrovsky  <david@ostrovsky.org>  [949ee4fe12c6e9659aa6a06bc5a094a1bc141ddd]

        Disable ado unit test on x86_64 platform on windows
        
        ADO is not available on 64bit.
        
        Change-Id: Iaad115219eac0051346b99ecb9076e29d528df2b
        Reviewed-on: https://gerrit.libreoffice.org/13367
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-10  David Ostrovsky  <david@ostrovsky.org>  [2ce00302275f8676decbdfe919590bb215b1c134]

        Fix long/sal_IntPtr mismatch on x86_64 platform on windows
        
        25e291438231611823dadc195fd26d26a1b8ece4 changed Link class to
        use sal_IntPtr instead of long, but missed to adjust number of
        occurrences.
        
        Change-Id: I966185083a41b41c7385947a03369a8ce65c61b8
        Reviewed-on: https://gerrit.libreoffice.org/13852
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-10  David Ostrovsky  <david@ostrovsky.org>  [28deec717c40e04c41f66b094fe2c1e969241525]

        Fix user data pointer setting on x86_64 platform on windows
        
        Using 0 as index offset to set user data in window handle,
        is failing on x64 platform with:
        
        ERROR_INVALID_INDEX 1413 (0x585)
        
        To find it out GetLastError() can be used:
        
        SetLastError(0);
        LONG_PTR salFrameBack = SetWindowLongPtrW(hWnd, 0, (LONG_PTR)pFrame);
        DWORD status = GetLastError();
        
        Switching to documented GWLP_USERDATA instead, solved the problem.
        
        Change-Id: I496ed2915e44309eaaaa4b576dca30b0051bdbfd
        Reviewed-on: https://gerrit.libreoffice.org/13807
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [10d67638a0692a1b2b3c485eb4c8a4261a46e4f3]

        Factor out XFillBmpPosItem::dumpAsXml() from sw
        
        Change-Id: I7e483efd3aa96c34fb02affa73ee5ffb9840209c

2015-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c2de252d49acdeef85422bc91fe433ae6028bd6]

        writerfilter: clean up RTFFrame::getSprms()
        
        Change-Id: I68bacfc41dc7b104a07c44135c0124e3f6464d67

2015-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a51d5084158affbb25db0ba60a6b06c3dc202699]

        RTF filter: change uses of cppu::WeakImplHelper* to use variadic variants
        
        Change-Id: Iea8552570146bd516ca2ee241caa4fcc3047b9f7

2015-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b2ed2bda4f565d756cf45c346d2b07406e34863]

        RtfFilter: indentation fixes
        
        Change-Id: I584045f8b626ff3a51e868c586581219bf4a758c

2015-01-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [29a5692bcf22f27a87959b87065e6c65b59ae886]

        add test for fdo#88200
        
        Change-Id: Icb6d782a4a3aa91e05c6466edb3d84c5dfc08f08

2015-01-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8449e43255c0929af9c9a205e60db2bb0f4fbde8]

        only delete cell content for CELLTYPE_NONE, fdo#88200
        
        Change-Id: I43463b56cabfea4c9ee2b98445f7fb522221197d

2015-01-10  Michael Stahl  <mstahl@redhat.com>  [90d8f4fca566e46171b260ee3aadc655871c92ba]

        fdo#87845: sw: fix crash in navigator dialog when view is closed
        
        Since we have a SwContentTree::Notify() now, might as well clear our
        pointers to recently deceased SwWrtShells when the obituary arrives.
        
        (regression from b5c1f352522c34a744ad0226e73904ce5af81b11)
        
        Change-Id: I44282658468f1b758038fbf1c7fc13dfe1b4b8ed

2015-01-10  Michael Stahl  <mstahl@redhat.com>  [c6dc3b9f9adb292ae42ba246082bc9dcb1445c6c]

        sc: fix use-after-free race in ScCellRangesBase
        
        Probably 03cca068ed901d1862c440a6f414d17609785974 was not sufficient,
        because the ~ScCellRangesBase may access a deleted ScDocument after the
        early return.
        
        READ of size 8 at 0x61b000191cb0 thread T7 (cppu_threadpool)
            #0 0x2b3c8fd7c8b3 in ScDocument::RemoveUnoObject(SfxListener&) sc/source/core/data/documen3.cxx:863:9
            #1 0x2b3c94517824 in ScCellRangesBase::~ScCellRangesBase() sc/source/ui/unoobj/cellsuno.cxx:1467:9
            #2 0x2b3c9459cf98 in ScCellRangeObj::~ScCellRangeObj() sc/source/ui/unoobj/cellsuno.cxx:4786:1
            #3 0x2b3c945eca28 in ScCellObj::~ScCellObj() sc/source/ui/unoobj/cellsuno.cxx:6088:1
            #4 0x2b3c945ecef1 in ScCellObj::~ScCellObj() sc/source/ui/unoobj/cellsuno.cxx:6087:1
            #5 0x2b3c945ed093 in non-virtual thunk to ScCellObj::~ScCellObj() sc/source/ui/unoobj/cellsuno.cxx:6088:1
            #6 0x2b3c56cb35ec in cppu::OWeakObject::release() cppuhelper/source/weak.cxx:205:9
            #7 0x2b3c94523d63 in ScCellRangesBase::release() sc/source/ui/unoobj/cellsuno.cxx:1772:5
            #8 0x2b3c945a77ec in ScCellRangeObj::release() sc/source/ui/unoobj/cellsuno.cxx:4835:5
            #9 0x2b3c945f842c in ScCellObj::release() sc/source/ui/unoobj/cellsuno.cxx:6128:5
            #10 0x2b3c945fb953 in non-virtual thunk to ScCellObj::release() sc/source/ui/unoobj/cellsuno.cxx:6129:1
            #11 0x2b3c7f305faa in bridges::cpp_uno::shared::freeUnoInterfaceProxy(_uno_ExtEnvironment*, void*) bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:42:5
        
        freed by thread T14 (cppu_threadpool) here:
            #0 0x43436b in operator delete(void*) (/data/lo/build_clang/instdir/program/soffice.bin+0x43436b)
            #1 0x2b3c9382462e in ScDocShell::~ScDocShell() sc/source/ui/docshell/docsh.cxx:2722:1
            #2 0x2b3c93824d46 in virtual thunk to ScDocShell::~ScDocShell() sc/source/ui/docshell/docsh.cxx:2755:1
            #3 0x2b3c58e2058a in SvRefBase::ReleaseRef() include/tools/ref.hxx:194:29
            #4 0x2b3c58e12726 in tools::SvRef<SfxObjectShell>::~SvRef() include/tools/ref.hxx:52:24
            #5 0x2b3c5a8a8f99 in IMPL_SfxBaseModel_DataContainer::~IMPL_SfxBaseModel_DataContainer() sfx2/source/doc/sfxbasemodel.cxx:247:5
            #6 0x2b3c5a8a9141 in IMPL_SfxBaseModel_DataContainer::~IMPL_SfxBaseModel_DataContainer() sfx2/source/doc/sfxbasemodel.cxx:246:5
            #7 0x2b3c5a7b1905 in SfxBaseModel::dispose() sfx2/source/doc/sfxbasemodel.cxx:795:5
            #8 0x2b3c5a7c8146 in SfxBaseModel::close(unsigned char) sfx2/source/doc/sfxbasemodel.cxx:1418:5
        
        Change-Id: Ia041dc6596d1b0b6b979a20fa93e1490c657e15b

2015-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [b3c6f2765602290fecd1f1e291e11667b6b446b6]

        vcl: CairoTextRender::nTextColor_ to mnTextColor
        
        Change-Id: Ia53dc393e4284989f6e967c4fa42e7ba6fc58183

2015-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [49a6d0151d85ddc64857c66c97c577ebd438a392]

        vcl: cleanup cairotextrender.hxx
        
        Change-Id: Ia8471c9745b86c4137297fd9cd0a3fea712a14fa

2015-01-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1d1f0c2164fcbef40ff98edfe691a29bfaea280]

        vcl: cleanup textrender.hxx
        
        Change-Id: Id8524328f1bdacbc37dd6846f053e5bcfbcd782c

2015-01-09  Matúš Kukan  <matus.kukan@gmail.com>  [8dfe08697b94e9b167a9bf66acf44ab5d6be562a]

        xmloff_uxmloff fails on Linux too, now -> disable it (mergelibs)
        
        Would be nicer to fix it though.
        
        Change-Id: Ia5f49a69374e9e79a9a16542bc44f279b9e5a6f7

2015-01-09  Ashod Nakashian  <ashodnakashian@yahoo.com>  [e52589553caaf05951b8e26b86ed2ebd1a8cae2e]

        Remove extra new-line characters before regex matching in gbuild-to-ide.
        
        At least on some 64-bit Cygwin installations, the input gbuild-to-ide gets
        include \r\n EOL. Python3 regex excludes \n from .* but leaves \r in the matching
        group. This training cr ends up in the file paths in VS project files, breaking
        it as they are invalid characters.
        
        Change-Id: I481c1adbf6f6db7ab0ee0d3a768b7a397dc78ee5
        Reviewed-on: https://gerrit.libreoffice.org/13803
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [b7d07699c8142e33f9d05d4e203b6fb567f36a9b]

        asan: heap-buffer-overflow on ooo8726-1.doc
        
        Change-Id: I9fd7b873b6e64a6450c1bd946cd9bb08c293290a

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [82f02d7248f5959409a9a90f936649d602905067]

        boost::scoped_ptr->std::unique_ptr
        
        Change-Id: I844532d08123ed0c91ccec73cc806277fd821089

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [31498259bb801dee7bb2d7cb2b40162876116aa4]

        loplugin:cstylecast: warn about certain redundant reinterpret_casts
        
        Change-Id: Iaa46849742c215798722d03d9ee59bb39d8033f7

2015-01-09  Eike Rathke  <erack@redhat.com>  [97a8b3ed5e5bd42e213d3230fa764b0f5d10f0f2]

        Resolves: fdo#85617 always store fully encoded external document name
        
        Also OOXML calls these API functions, this is the central place to handle it.

2015-01-09  Eike Rathke  <erack@redhat.com>  [b6339617b1cc3136f9e527acd0746d712cd21643]

        do not drop entire external reference, fdo#85617 related
        
        If there are no matching tab names for a FileId, preserve at least the known
        reference parts. In case of 2D references the sheet name is in the token if
        for example read from .xlsx, only for 3D references the second sheet name
        would be needed. The underlying makeExternalRefStr() and its subroutines
        handle the missing tabname elements gracefully.
        
        Still this situation is worth an assertion.

2015-01-09  Eike Rathke  <erack@redhat.com>  [7eb5e135422f1a5830a44d129300bc3fafb4627d]

        write externalLink Relationship Target IURI encoded, fdo#85617 related
        
        Change-Id: I3df065af8e4ef44734f468fd455c3b7c93d7fbc6

2015-01-09  Eike Rathke  <erack@redhat.com>  [19feb49bd1b232425b7be19b55b950cbbc1bff67]

        Revert "NO_DECODE breaks non-ascii urls, fdo#85617"
        
        This reverts commit 808b0bf831d4a4fdb60c01865d0a7dd36cf9d521.
        
        This is not the right fix, it cures a symptom but probably will break
        other cases. See also my comment on https://gerrit.libreoffice.org/13670
        
        Change-Id: I5bb661ba2bcbd387a69aacf08cb13b503315c5b1

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [8f43132c4d68dd2a1af7a4d1088413c2a0064902]

        asan: stack-buffer-overflow with fdo76216-1.doc
        
        Change-Id: Ica5ebb04ec50c6579f71d1152ae7619dd37b879e

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [1fa6ce352d7b72f039e55d830a6a9ae64fddc085]

        include is unused again
        
        Change-Id: I921c631545be6da66639709642e423c44e82c5af

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [a1ecce3ad7df6a82191c4956cec986dc50503dde]

        One more place to work around missing std::underlying_type for GCC 4.6
        
        Change-Id: I46225e30f6326e0af5a8ac3bebe9847f4dbe50d0

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [8a50042889c138a6efbb395f3cb748beaac22189]

        Work around -fsanitize=null
        
        ...at least in CppunitTest_sd_export_tests, the dynamic_cast in
        PPTWriterBase::GetStyleSheets (sd/source/filter/eppt/pptx-epptbase.cxx) can
        fail, but the resulting reference appears to not be accessed then.  So change
        from reference to (potentially null) pointer.
        
        Change-Id: Ide49be7bffefa7906e84349642f7c3d0666d414e

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [05fb5e871e1f7bc0938855b7e88886d105ec2932]

        type_traits for std::underlying_type
        
        Change-Id: Iad41da9294c9a38e501e5bcd1b3185f2e3b26ff2

2015-01-09  Michael Stahl  <mstahl@redhat.com>  [5d061167ee9b88628a1936041ee90c62e4dc1e18]

        gbuild: try to fix windows non-debug builds
        
        The ENABLE_CRASHREP is no longer AC_SUBSTed by configure, so it is
        always non-empty in config_host.mk, resulting in -Zi without -FS,
        which breaks MSVC 2013 builds.
        
        Leave a placeholder in configure for the new crash reporter vaporware,
        and force the CFLAGS to be the same as in the --eanble-symbols case.
        
        (regression from 8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6)
        
        Change-Id: I476fb2e4f50de5304632628b25e3997ea6c31c27

2015-01-09  Noel Grandin  <noel@peralex.com>  [3757c03fc8f138427e21c41ef5e66e8c5a98159c]

        java: simplify array creation
        
        and remove the need to worry about keeping indexes correct
        
        Change-Id: I9a5fc00f7e28f305279b41099274c96daebebb95

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [8912e6dab98eabbdeea870a387d30ef1de938acb]

        Apparently wants to use pData, not &pData, as source
        
        Change-Id: I22a3aba3266ae8209242cf6e02ca8c66b1be863b

2015-01-09  Laurent Charrière  <lcharriere@gmail.com>  [ee6c4df8d695384abefa57c27180cbe873046bd8]

        fdo#85818: rename KumZinsZ to CumIpmt
        
        Rename OcKumZinsZ to ocCumIpmt, SC_OPCODE_KUM_ZINS_Z to SC_OPCODE_IPMT,
        ScInterpreter::ScKumZinsZ() to ScInterpreter::ScCumIpmt().
        
        Change-Id: I7a062374fa0dad375c9277ca7e1c23f6d6855013
        Reviewed-on: https://gerrit.libreoffice.org/13816
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-09  Laurent Charrière  <lcharriere@gmail.com>  [b8359780a25b4e645236dd0238e4ef39cd8413ce]

        fdo#85818: rename Kapz to Ppmt
        
        Rename OcKapz to OcPpmt, SC_OPCODE_KAPZ to SC_OPCODE_PPMT
        ScInterpreter::ScKapz() to ScInterpreter::ScPpmt().
        
        Change-Id: I5bc556e086970ea487e14b4663a9b3d2aaf9bb66
        Reviewed-on: https://gerrit.libreoffice.org/13815
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-09  Laurent Charrière  <lcharriere@gmail.com>  [5af576c2fcf8ebdc517b3919dd0ef808b09b04a1]

        fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2
        
        Rename OcKombin to OcCombin, SC_OPCODE_KOMBIN to SC_OPCODE_COMBIN,
        ScInterpreter::ScKombin() to ScInterpreter::ScCombin(), OpKombin to
        OpCombin.
        
        Rename OcKombin2 to OcCombinA, SC_OPCODE_KOMBIN_2 to
        SC_OPCODE_COMBIN_A, ScInterpreter::ScKombin2() to
        ScInterpreter::ScCombinA(), OpKombin2 to OpCombinA.
        
        Rename OcVariationen to OcPermut, SC_OPCODE_VARIATIONEN to
        SC_OPCODE_PERMUT, ScInterpreter::ScVariationen() to
        ScInterpreter::ScPermut(), OpVariationen to OpPermut.
        
        Rename OcVariationen2 to OcPermutationA, SC_OPCODE_VARIATIONEN_2 to
        SC_OPCODE_PERMUTATION_A, ScInterpreter::ScVariationen2() to
        ScInterpreter::ScPermutationA(), OpVariationen2 to OpPermutationA.
        
        Change-Id: I2efa01e9b160e98058879d08e2e2313284a5ec91
        Reviewed-on: https://gerrit.libreoffice.org/13814
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-09  Laurent Charrière  <lcharriere@gmail.com>  [2963dbb5ce65a141051cb3e4e3ed06a6ed31574c]

        fdo#85818: rename ZinsZ enum name, constant, function to Ipmt
        
        Rename OcZinsZ to OcIpmt, SC_OPCODE_ZINS_Z to SC_OPCODE_IPMT,
        ScInterpreter::ScZinsZ() to ScInterpreter::ScIpmt()
        
        Change-Id: I6ed671aff85b7d2ec06dd66cd7ec9390776008b1
        Reviewed-on: https://gerrit.libreoffice.org/13813
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [201f99919253b370437d754137964d2757852079]

        asan: global-buffer-overflow on ooo12093-1.doc
        
        Change-Id: I5e29626fe2803d2751bdec9c6919662ea37cf64c

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [c23bed10cdb86a23aa70d1ea0484fe5bab639ea4]

        fix indexes
        
        Change-Id: I99d3a715cce203eb2303c76da3b20e6d853a9d23

2015-01-09  Caolán McNamara  <caolanm@redhat.com>  [476f75802a538fb3576cdac996fca6c348913d6f]

        Resolves: #i94895# fix illegal result of Replace runtime function"
        
        and adjust the basic test-case, which is surely wrong
        
        The syntax for REPLACE is:
        
        // Replace(expression, find, replace[, start[, count[, compare]]])
        
        surely in the case of a start of 3 the preceeding chars should
        be returned unchanged in the result, not stripped off as before
        this change.
        
        This reverts commit 869402a58720b45e7227438b2e56e5a9532c0000.
        
        Change-Id: Ie710e4de9e7e35c84abe2770142a963532820af4

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [fff409cb0c31bbf50e508a3f2e15236533988216]

        Work around -fsanitize=null
        
        (mpLayoutCache may be null, but that was harmless as Write was effectively static)
        
        Change-Id: I41b10593c5ae98de92e7b305d9db75d0c4c7b334

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [b1620451b7d6f2230f71c7c2f1896525b85a3dd0]

        external/redland: Work around -fsanitize=nonnull-attribute
        
        Change-Id: Ibffc44da6e9d6fb02d43d8a2b7e143ff994d76a8

2015-01-09  Noel Grandin  <noel@peralex.com>  [44eedb0487bd88aa56d99234657cba153bb06631]

        SolarMutexClearableGuard and SolarMutexResettableGuard are never overriden
        
        so make them final and make their destructors non-virtual
        
        Change-Id: I94453786d2befb885996996040a766bc4ccbb4e3

2015-01-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [04df164860df64fe0b54f1a13b010101c49d38c7]

        Android: add share feature in the context menu
        
        Known issues: the mimetype returned for .odp files is null and share
        does not work on these files.
        
        Change-Id: I61e752763a6934657c30fff3cefc57ac0144ec71

2015-01-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [60dd2161bb21a9232a163ce785dd18227e25a335]

        Android: add context menu in document browser
        
        Change-Id: I234f7ddb99570498f86449cf61ceb72696995b0d

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [2e3655bb51785d14b5e5bd3b07e0b6ae2fe1f86b]

        loplugin:cstylecast
        
        Change-Id: I86aaad9f38ad63121805fa3dc05b3a8a33428ef7

2015-01-09  Tsutomu Uchino  <hanya@apache.org>  [a272f5b7b30f356418ecf28eb95d066f081d1624]

        Resolves: #i63614# fix strange type mismatch when Iif function is used
        
        Second or later compilation uses value type returned by previous execution of code.
        Use the defined type as return value of the runtime function of Basic always.
        
        (cherry picked from commit 7470c682e136a4a89c1e9474bbc79b2d61f31048)
        
        Conflicts:
        	basic/inc/basic/sbxmeth.hxx
        	basic/inc/basic/sbxobj.hxx
        	basic/source/runtime/stdobj.cxx
        	basic/source/sbx/sbxobj.cxx
        
        Change-Id: I3064e8403286a9c1401ef658bf139bedeae11f17

2015-01-09  Stephan Bergmann  <sbergman@redhat.com>  [89b5423c01ab4e4f05f8d73fe7826f64197abe41]

        external/icu: Work around -fsanitize=shift
        
        Change-Id: I17936ae2e37520abaa7dd31a5bb9aec6300ea021

2015-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4280ff6cb5696f33a425034130875c0a89be5aa5]

        Factor out XFillBmpTileItem::dumpAsXml() from sw
        
        Change-Id: I01816988eb3c47e60826ff01c1b8402f9f5130e4

2015-01-09  Noel Grandin  <noel@peralex.com>  [901e5c3a21a1299d10c44bc844246fe8c329bb82]

        fdo#84938: convert FRMTYPE_ #defines to 'enum class'
        
        and consequently fix bug in SwPageFrm::PreparePage where it was
        comparing against the wrong #define's
        
        Change-Id: I681f7e9f3f9bbe1ddf2613814ed36cfe0955825f

2015-01-09  Noel Grandin  <noel@peralex.com>  [cd9e2ecba38c31eb30e05d3ee2c9f4629dd89d40]

        fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'
        
        Change-Id: I1c761482cb78efc26d3beda75381557268e1bc0d

2015-01-09  Noel Grandin  <noel@peralex.com>  [078fd7446e1681b671b58d7fcbbce8d2a9b05132]

        enum Service is unused
        
        Change-Id: I7aaeda37ceea080251f9d6381a78d13b8fb055d0

2015-01-09  Noel Grandin  <noel@peralex.com>  [278b400511a76a9be5e0afc0377a9c69823cc230]

        fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'
        
        Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe

2015-01-09  Matúš Kukan  <matus.kukan@gmail.com>  [5c5edaef89e953d260501678c3d62c47ad9763ac]

        Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"
        
        $(call gb_Library__get_name,foo) returns "libmerged" if library foo is merged.
        
        This reverts commit ee567a63fad9e755b11ca28696da35f00ed3b0fc.
        
        Change-Id: I6ab9b7f0b01262a6f9d5a6834a6cffdd6ffc6f8a

2015-01-09  Michael Stahl  <mstahl@redhat.com>  [3f34668673e012860b971e24a7633c300df0c4d1]

        cui: SvxLinguTabPage::GetRanges() is dead, remove it
        
        That's what the comment on it said before it was translated.
        
        Change-Id: I8812f99253bd4a14cb1109abf72b11d650f56003

2015-01-09  Michael Stahl  <mstahl@redhat.com>  [2f69e16c723aab48ad59d17397d8946ec0a48138]

        override the overloading of "overload" to decrease cognitive (over-)load
        
        Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796

2015-01-09  Michael Stahl  <mstahl@redhat.com>  [d7bebc89c19d70344a8d71c729bbcb3a59004114]

        translate all remaining abuses of "ueberladen"
        
        It is scary how many barely educated C++ programmers can't tell their
        inclusion polymorphism from their ad-hoc polymorphism.
        
        Change-Id: Id4df7d168ba5257eff522a7f131c841c1ddcbccd

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [6b084f0001fc15112bf3c40d20a0c7096c83b7fe]

        asan: global-buffer-overflow on fdo55736-1.docx
        
        Change-Id: If69a57aa9ff011cc670f868cb87b3a1c4d904435

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [869402a58720b45e7227438b2e56e5a9532c0000]

        Revert "Resolves: #i94895# fix illegal result of Replace runtime function"
        
        This reverts commit 340ca294d43f2c5b9fda1afbf178609a015f71e3 as CppunitTest_basic_vba
        breaks, so needs revisiting to see which is right
        
        Change-Id: I10168d454a8c67d91eee5bb8939aff74bba42954

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [1c67621d53e0b2cbeb6f0fc37bf66c1bc3b2a0eb]

        An odd way to say "nullptr"
        
        Change-Id: I6d83714b78c4d149dff5ea56483d7afa6d0eb677

2015-01-08  Tsutomu Uchino  <hanya@apache.org>  [340ca294d43f2c5b9fda1afbf178609a015f71e3]

        Resolves: #i94895# fix illegal result of Replace runtime function
        
        (cherry picked from commit a2700f75af61837033ff213607445cc1f74b36d6)
        
        Conflicts:
        	basic/source/runtime/methods.cxx
        
        Change-Id: If9c671a612de87d8d37bfc40704a97a6062fd150

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [522563d79a81afc9a24e8a9f9b8f1bc763726180]

        Sane SvStream* fake pointer values for 64-bit platforms
        
        cf. <https://gerrit.libreoffice.org/#/c/13659/3> "Signed/Unsigned mismatch on
        x86_64 platform on windows"
        
        Change-Id: Ie526ee431f59be374d61fe8c38bdf2a579a7234b

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [00205f178f4c1edfc2201fa298e7335ca3dd7b44]

        Fraction fiasco: avoid assert on clicking "master pages" in impress sidebar
        
        avoids the dread assert in vcl wrt. "detect overflows" in ImplLogicToPixel of
        vcl/source/outdev/map.cxx but the whole thing looks a nightmare if a high
        precision double is given as an arg to Fraction and the underlying boost foo
        uses longs longer than 32bits to represent that.
        
        Change-Id: Ia0fa911cf07ed613e0b1bbd97b63a291f29628cb

2015-01-08  David Tardon  <dtardon@redhat.com>  [5672dab6b59268cd8ce08752178d3f7564d5e8d7]

        Revert "Don't assume that the ZOrder property of shapes is an enumeration"
        
        This reverts commit 66c7dbbf7dfba8cfab63f8d1df72ace87e5bf7ca.
        
        See https://gerrit.libreoffice.org/#/c/13554/ .
        
        Conflicts:
        	include/xmloff/shapeexport.hxx
        	reportdesign/source/filter/xml/xmlExport.cxx
        	sc/source/filter/xml/xmlexprt.cxx
        	xmloff/source/draw/shapeexport.cxx
        
        Change-Id: I14fed9ad043a756a9e2d390c76fa907c349c3a2e

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [4852e6d27be16866bfd55309271558ce41edb232]

        Use a more boring value of pi
        
        Innovativeness is good but perhaps not for mathematical constants.
        
        Change-Id: Icef93802ce9123120c8527f3fa07e524b6e067d0

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [c85e36bc856f52f7992ef120cb12d02f52ca0419]

        loplugin:cstylecast,stringconstant
        
        Change-Id: Iffc8cbf108310099318e37378c4b3033ea087cee

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [58f2e4c62647ceeaffd3aa9b693d97321748d7ba]

        Bin obsolete conditional compilation
        
        UNROLLING_FACTOR (or UNROLLING) has been defined since November 2013. No need
        to keep old code around inside ifdefs. We have this thing called version
        control.
        
        Change-Id: I1f10f205df95014f8c223bd7a8716757577eade0

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [8e6514f9ca319a74f156f23023a35fd99761e9a2]

        Bin obsolete conditional compilation
        
        USE_FMIN_FMAX has been defined a long time. There is no information in any
        comment or in the commit that introduced it why one would not want to use the
        OpenCL fmin() and fmax() built-in functions (intrinsics). Keeping such stuff
        in the source code (and in the generated OpenCL code) is pointless and just
        makes it harder to read.
        
        Change-Id: Ibc0b950c0f16872867eb5eff089b33b00cb95028

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [4188576f9368b689ae7cfa4cd3fdd17318605d85]

        Bin obsolete conditional compilation
        
        MD5_KERNEL has been defined always for a long time, and I don't see why we
        wouldn't want that functionality.
        
        Change-Id: I7ee220ac3354fb8e5f6556259147675847aab68d

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [df030ad22740497e02e319a9471e9cf504df4d67]

        Bin obsolete conditional compilation
        
        NO_FALLBACK_TO_SWINTERP has been undefined for a long time. I doubt anybody
        knows any more what it means, and in what situations it might perhaps make
        sense to define it. Should it be a compile-time choice anyway, in that case,
        or a run-time one? What is a "TDD run"? Test-Driven Development? But we have
        our unit test mechanism for that.
        
        Change-Id: If3e21e958ebeb689a8aac8eb7393c02f7143401c

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [25e291438231611823dadc195fd26d26a1b8ece4]

        Properly change Link class to use sal_IntPtr instead of long
        
        ...follow-up to 4e41227dd6af52ec562d10efcb365defba6bd36e "mingw64: change Link
        class to use sal_IntPtr instead of long;" should make obsolete
        <https://gerrit.libreoffice.org/#/c/13659/> "Signed/Unsigned mismatch on x86_64
        platform on windows"
        
        Change-Id: I9fcc947bb96e104816c2820cb338fc34c528bae0

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [08476b7788530ff5ecb6eb379afc0a5998824f84]

        -Werror,-Wtautological-pointer-compare
        
        Change-Id: I55db1220e234b92f5d0a3794f416154495da8b69

2015-01-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9763b55eb946cf425220d26dab91bf220890b180]

        update credits
        
        Change-Id: Id69fb63e8f77a1f26491fc2a5d50d17a4d6421eb

2015-01-08  Michael Stahl  <mstahl@redhat.com>  [4680eba921cccefc05587a42e8c7348cc95750a1]

        sc: ODF import of data pilot:
        
        Revert part of 8e417a8fed528034e946bd25e66ce346c1b5384d that
        looks unnecessary:
        
        this is used in ScXMLDataPilotMembersContext::CreateChildContext() which
        is below table:data-pilot-level which actually uses the
        data-pilot-member element, whereas the data-pilot-group element occurs
        below table:data-pilot-groups.
        
        Change-Id: I7a3183bd3dbfa98b3bdf5e581b700910025af965

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [fe6b4cf280dc851e2cc8c1d7023fc3f5b85f6a88]

        osl/detail/component-defines.h is used in cppumaker-generated code
        
        see ServiceType::dumpHxxFile and SingletonType::dumpHxxFile in
        codemaker/source/cppumaker/cpputype.cxx
        
        partial revert of 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 "brute-force
        find-and-remove of unused #define constants."
        
        Change-Id: I3c3d10f2d81926ad0b86330d46b8bf52416bc361

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [6e6cb0ec83dc1ad1131fb6ef1466e6666449ffed]

        [API CHANGE] remove oslDescriptorType/Flag
        
        ...apparently unused since the corresponding code was removed with
        2ad023906439164a10e7e2bbd6ae85f0e8958efe "#87132#removed obsolete parameter in
        executeProcess" in 2001
        
        (detected after 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 "brute-force
        find-and-remove of unused #define constants" boldly removed the corresponding
        osl_Process_DF* defines from osl/process.h)
        
        Change-Id: I49c20aec9b4acb08d42bfa0371ee1149d6c4e9d4

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [393132ca73f2deead95c000ea7381727a25731e2]

        [API CHANGE] Remove osl_send/receiveResourcePipe
        
        ...they had not been documented in osl/process.h and the sal/osl/unx
        implementation had been stubbed out since
        7b37265b8e1afe480a6bbd271bf48fa1cbb44d55 "sal: remove unx implementation of
        osl_sendResourcePipe/osl_receiveResourcePipe" in 2012
        
        Change-Id: Ia3ae853d95b6f3b2d2743f06755ef8f6246501d8

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [350824178333b58948dbc3826ad759f10b0f026e]

        valgrind, zero out the trailing unused alignment bytes
        
        as seen with fdo55736-1.docx
        
        Change-Id: Ie1dec06282a600e600f606a3b4ddd814613b0108

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [8eb880a04d17c888c2c986426e935e02ae309e7a]

        HACK to avoid empty page size/div by 0 in chart2 LegendWrapper::setPosition
        
        see thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2015-January/065706.html>
        "CppunitTest_sw_ooxmlsdrexport: division by zero in
        chart2/source/controller/chartapiwrapper/LegendWrapper.cxx"
        
        Change-Id: If8fde31dff04d9a223687838df6dd9fe4e57ee8b

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [51d004b1d761193aa092a7532748935970e82ec8]

        Re-use aRect
        
        Change-Id: Ic63daa16e6931dd7842faae0d3c83ae0fdeb132f

2015-01-08  Tor Lillqvist  <tml@collabora.com>  [5d17e1ec8540d966092d459f53fd2074b6a3a3f4]

        Fix typo
        
        Change-Id: Ifdbcbcc51c29dc14b2a3b4c845481b45300313d6

2015-01-08  David Ostrovsky  <david@ostrovsky.org>  [152e2a2eb7ccd63900d8cfbd8ada47fa75891cbb]

        coinmp: Don't hard code Win32 platform on Windows
        
        Change-Id: I39eafa22b12e62c766a182c2ebc2b115084f4cef
        Reviewed-on: https://gerrit.libreoffice.org/13231
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-08  David Ostrovsky  <david@ostrovsky.org>  [1b5b918626c4210d1472db17a080460e7ca3d7c9]

        Disable html tests on x86_64 on windows
        
        Change-Id: Idae98f65bd87d08c62b27c5c604e4d98fcacbe1e
        Reviewed-on: https://gerrit.libreoffice.org/13660
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2015-01-08  Michael Meeks  <michael.meeks@collabora.com>  [8f4044afa2426befb3f86dda21963576dbb19a9f]

        avmedia: disable VLC unless in experimental model.
        
        The code is really not in an ideal state, the key-frame generation is
        horrible - involving playing the video for three seconds each time etc.
        While the idea is great - the impl. and libvlc API use needs some love
        from a VLC expert really.
        
        Change-Id: If1787749d9952e30c1d80846e925cf1f65231463

2015-01-08  Stephan Bergmann  <sbergman@redhat.com>  [44d0e286c8c7a0ddb8e14fb2c3afe5af35311ef7]

        loplugin:cstylecast: improve detection of C code
        
        Change-Id: Id5dd1ee1a29c4e1c7cb2b58419d6ccb1f032bffe

2015-01-08  Michael Weghorn  <m.weghorn@posteo.de>  [bb65b09678d4b6da657f6ccc180d8ff5096e3006]

        avoid copying of vector
        
        Change-Id: I06ce27f4fa52637bbeaa6d84fdecdf81364e15a7
        Reviewed-on: https://gerrit.libreoffice.org/13489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-08  Rimas Kudelis  <rq@akl.lt>  [2abbc6fa577565376910a1b8e5e8931a2202e989]

        Windows cursor improvements. Fixes fdo#53148 and fdo#53151.
        
        * Use stock Windows cursors where possible.
        
        Change-Id: Ic5bb308441ad7faf30f6340299653251c99f1cc0
        Reviewed-on: https://gerrit.libreoffice.org/13780
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [d5c3a25aaec6136dda35e7d9904d9aaa2c015ed9]

        valgrind: uninitialized variable
        
        Change-Id: I1e166c7e3b58ed565aaf478fa0b6505d1f68b604

2015-01-08  Caolán McNamara  <caolanm@redhat.com>  [900a2996c47a6fd32abf324db17bf1526894da36]

        coverity#1261762 Resource leak
        
        still leaks the handle of course, but c++izes the code and hides
        the leak from coverity as a side-effect
        
        Change-Id: Ieaab1545a98da1d699df93d020f0cb452ddf2516

2015-01-08  Noel Grandin  <noel@peralex.com>  [45ec1d9b56cec41596f806ebf845ebfcd30c9f46]

        brute-force find-and-remove of unused #define constants.
        
        Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb

2015-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [0748a5f8298e2ea817e131234f5e99300ed7f9f7]

        Factor out XFillTransparenceItem::dumpAsXml() from sw
        
        Change-Id: If8e7a8da9e0ce04dafd2354f31abc249058784a7

2015-01-08  David Tardon  <dtardon@redhat.com>  [9da59f23a0b100454bdc4c663db82a61f1d7ec30]

        install the new templates too
        
        Change-Id: I503d2cf750f844999635c517b33788ba5f186788

2015-01-07  Michael Stahl  <mstahl@redhat.com>  [4542c1c97b90ddb52538525fb98b8058c89b2106]

        svx: translate German comments on SdrObject/SdrPage
        
        Change-Id: I6fcccc0c8a5ec75edc54f6b5a4675a7ed9e1ca8f

2015-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e12fcd050a6647232df3003d0a5cca01e564ac22]

        Set up foundation for supporting multiple OpenCL command queues per device.
        
        Change-Id: Ia63c8bd6552cdbc2b5eabadaa044b9f1eca5f664

2015-01-07  Jan Holesovsky  <kendy@collabora.com>  [37947afccda272295e7bb17ae6ec4de2c3775136]

        Include the new templates in the installation.
        
        Change-Id: I9fa578fafa5e350a186a77b3e023474b289e0fb8

2015-01-07  Zirk  <showeet@ymail.com>  [f73928ce61872ebf26e55628293c763b75dbe51d]

        Presentation template.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: I80424ee605f34e2ffeed36a0a8356fa611e3d222

2015-01-07  Alexander Wilms  <f.alexander.wilms@gmail.com>  [422881d2e6d1ddb56231199a7411e48d455c30a2]

        Presentation template.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: Id8301c73cd7038250cf3b3ed16bf0d69959e9066

2015-01-07  Jun NOGATA  <nogajun@gmail.com>  [38147313e3935881c0a572abe8de0b895d2813bd]

        Presentation templates.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: I26a28df61ac6f5a25af28fed137a3bfb17704c30

2015-01-07  Michael Kovarik  <fractalsandflowers@gmail.com>  [ff03e6b969d796bac1779b6683a195996a9ae1bd]

        Template for CV / Resume.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: If92cf96a8336465f519235db1a995743e6514614

2015-01-07  Alexander Wilms  <f.alexander.wilms@gmail.com>  [ad54d3cca775382da5273adefc35a6d22eba95af]

        Template for CV.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: Ib823f7cf8743517efff8c91731065d4f56eefcc0

2015-01-07  Edmund Laugasson  <edmund.laugasson@gmail.com>  [d203729bbe8eae7999687fe6616ce6c47e8357a6]

        Template for business cards.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: Ia2e2e69fcd2cb8c51feb8e3de4250da000950e67

2015-01-07  Péter Szathmáry  <mi84aa@gmail.com>  [ff743157311fc50959929fbe87c7c523a4b5ad22]

        Templates for business letters.
        
        Contributed under CC0, chosen by the Design team for inclusion.
        
        Change-Id: I810367ade9662de3ae694704528e3302264afa49

2015-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [613fbaf4f8c006db91d45d0cc17b1d5fd0167edb]

        This is not needed.
        
        Change-Id: I5efce14f275ebc3cb64f452591ef50ce39c19e19

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [6304f5e8e23cd9c9afbeab87f20100498175d4e6]

        sal_uInt16 to size_type
        
        Change-Id: I89b35680d8df0efca814cec3d21cb2f78a64793b

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [dd9972f5f37063f5fe3eb5e011d2adc73f44d305]

        Remove unnecessary downcast
        
        Change-Id: I7511862ddf6ed672ba4f09ef6729fb1fa7c1d355

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [8c54f9ab597496f1af3d05e83b7be6f5a62c50a0]

        sal_uInt16 to size_type
        
        Change-Id: I44b9972a8c7c5033b031e75fe714412e20bd4ccc

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [3631518b9b74ceb476367021853fc9cd111f476e]

        sal_uInt16 to size_t, remove unneeded downcast
        
        Change-Id: I48689ad3a974d5bc2386766b55045e4456a0d72c

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [2ad35f36db9195c01fe4ccb428f6d9626fa5060c]

        sal_uInt16 to size_t
        
        Change-Id: I3ed2eb3b75cd2588366648331a8f9906cf5e3d7b

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [c257db1401e2b356306aa38e528c37ccb1073cea]

        sal_uInt16 to more proper types
        
        Change-Id: I5e4d1edd78b4c39c4624f72de0541b46ed4ec9b2

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [4931c9521d739e813a3cdea04e23e79cbff802cb]

        nBlockGrowSize can be static
        
        Change-Id: Ifafa52019732b6c1d9681ea855c50bd88b59dbf5

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [f1d80220226919b55e4378fdb1dee3d511c094df]

        sal_uInt16 to sal_Int32 / int
        
        Change-Id: I9cf47330a6463c90888b0caf822c3b70ae26371a

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [c6182e08dbe7f8e10a2d00482f7f0f348a8f7c9e]

        Some code reformat
        
        Change-Id: I4db67f3b2eec4631444a866fc468bd9050750e67

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [e3ccf113800d5ee98bcdefdec740032520b8ec43]

        Use nullptr
        
        Change-Id: Ifa5bda7ba3f4b208aa48f63a02c132bd7ef089d2

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [8c18bd380fc8d62ea341faed98deb38fe337f6fa]

        SwAccessibleNoTextHyperlink::mnIndex is never read
        
        Change-Id: Id3554e4e068cdc5a59dac0bcea38f7ecdc91fc8d

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [8fd1ab72392388903232ac9435e8fb7eb7166c8b]

        Avoid unneeded cast
        
        Change-Id: Ic37a6a788b91a7e436943e7e832dceae2258e848

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [c1dafdf6c645b0199a988ed467189e2b18794ce0]

        sal_uInt16 to size_t
        
        Change-Id: Iaf133b811f4182d9cf73cc68c6d01afb1acf2a75

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [7b765053e3b3476de7017359c2e10bcd87c000b0]

        Avoid temporary OUStrings
        
        Change-Id: I630a2dad683fae6d6327bcdb83c03aa3598670ab

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [eef31e9feeae240db68e86b71ab0c9ef0ac4e9fe]

        Cleanup whitespaces, remove unneeded local scopes
        
        Change-Id: I664d33c544bdb9685154a8dd433458e30d29f315

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f1423892396a45834c5ae03e17bb0e1be833af6]

        sal_uInt16 to sal_Int32
        
        Change-Id: I86be484aa5ac87cab236d65eb7a1b351e215e57b

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [cbf3bdab91d6b6a41e59d7d02b4d3ebef68c5f5a]

        sal_uInt16 to sal_Int32
        
        Change-Id: I2ab0eab053238b3c6db29b25a514e2b1b2ecd923

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [ea404ac36ac36def92b5df27e42645af9e0eda68]

        Use more proper integer types and avoid unneeded downcasts
        
        Change-Id: Idcb8f5fd47ae4a7952f313a4402a980359c90a83

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [c5f72002d186f2d195361541b5f3a6b0299f0683]

        Remove misleading comment and simplify boundary check
        
        Change-Id: I115bb1cd1be9c7c544508d1328248ebf3ad0d225

2015-01-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [8229d5af3f7bc67366d70343f083d369b7c15274]

        sal_uInt16/sal_uInt32 to more proper integer types
        
        Change-Id: I07f9ae7f926d40a4a438e850832b6e9f09a1d1e3

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [61e02d6ffc477174d9797ea45a41cc50c955372b]

        loplugin:cstylecast: No need to exclude include/cppuhelper
        
        Change-Id: Ie74be926c1e071fa9b311920b1cf1d4dd5bbd30d

2015-01-07  David Tardon  <dtardon@redhat.com>  [c0b938b0a1afe3313b2b5f15484debcf35a980b7]

        add newly supported mime types
        
        Change-Id: Ib80b2913ce14895a4b8aec5d0d7ce07d50a507c1

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [6b72b69be9069c829a02bc6e96da671d22aa748e]

        coverity#1261766 Uninitialized pointer field
        
        Change-Id: Ibc9f367a0fd845a647170bdfa2d44303e8048063

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [3f69ca8d19cdd748a356f43e0a5d2816b0858336]

        coverity#1261760 Resource leak in object
        
        Change-Id: Iacf93952af01dd1325743150f1a959337092528c

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [e52948e7b735dc834d8d6b5fa9c5e72318c1dd9e]

        external/boost: Work around -fsanitize=bool
        
        Change-Id: I4a34c2ced30770dace39ffd39a530f719174ca7e

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [43a0bae9f6563afb441490b2d54166e6c926d063]

        bla, bla
        
        Change-Id: Ied7a6f8d5b4555dc561fc24d3b6b9743e9e2a266

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [8ad48d881b5d36af4d2e744cf8031b5f4b2f43e1]

        Variadic cppu::ImplInheritanceHelper
        
        Change-Id: I7d958fdf328e44a0d299b29a3a165425731ccf7c

2015-01-07  Andras Timar  <andras.timar@collabora.com>  [7a091b24ef3abc2f27bfaebdd47714d936f4e9c9]

        fdo#79409 allow selection from list field in protected section
        
        Change-Id: I4840ab7e24c8569aea727a537e00e88a8e9ed15b
        Reviewed-on: https://gerrit.libreoffice.org/12983
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Matthew Pottage  <matthewpottage@invincitech.com>  [2c71f383019e0ac13b83aabd3011d7f7b55a62b3]

        fdo#75757: Remove inheritance from std::vector.
        
        In framework/inc/stdtypes.h. class OUStringList.
        
        Removed inheritance and separated additional functionality into more general
        functions. Changed to using std::vector<OUString> rather than SequenceAsVector.
        
        The functions now work for any vector. Although they could be made more general
        and support any container by altering the arguments.
        
        Change-Id: I472267029dc69da1ad0a98d55e26e3784f6b07cd
        Reviewed-on: https://gerrit.libreoffice.org/13612
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [651441ef39446f0d073ec3644ca7fe479f069d57]

        add TOUCH
        
        Change-Id: Ia22e1f4d777cc2d2c99abdaf8cccdea8a94bfd27

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [27a166bcb8bdf56efff987b08895d2c676125426]

        Just use WeakImplHelper1 instead of ImplHelper1
        
        Change-Id: Iadc5960ef22289c044a0c85accaefb4f60b6097f

2015-01-07  Matthew Pottage  <matthewpottage@invincitech.com>  [1079ccf05b1441649a8232e2ed112e4fceed5943]

        Completed TODO: simplify appending to sequence.
        
        File sfx2/source/appl/appopen.cxx. Fixed by using std::vector instead of
        Sequence; Simplifying the code.
        
        Change-Id: Iecb45ba3429be86d03fad5275d0f0a92b659a542
        Reviewed-on: https://gerrit.libreoffice.org/13605
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [874734c95c087dcc5373599c6f0d8fe71008b00c]

        external/jpeg-turbo: Work around -fsanitize=shift
        
        Change-Id: I214ecae8c746235d31bfee9ae6adf65fa29ba68b

2015-01-07  Richard PALO  <richard@NetBSD.org>  [fc4a339d83652613dbbc4c2cd7b206d6b1115a71]

        use special $(TOUCH) for touch -hr
        
        Change-Id: Ifb95dc6bb4bc70f7c4fcd765d96b9aeb3cbdeb38
        Reviewed-on: https://gerrit.libreoffice.org/13664
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Julien Nabet  <serval2412@yahoo.fr>  [48e79bbc8b62fa588d95b8c0741c5e6d57f096a5]

        Fix shellcheck -s sh warnings
        
        Change-Id: Ib5c016f13dba4919422006527fad95e94d9a927f
        Reviewed-on: https://gerrit.libreoffice.org/13656
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Niklas Johansson  <sleeping.pillow@gmail.com>  [d22a27010c4bd55973165a5fc373027f7c251db8]

        Accessibility: Expose keyboard short-cuts of menu entries
        
        On Windows the keyboard short-cuts of menu items like
        "Open Ctrl+O" is not exposed to accessibility tools on
        Windows. On Mac and Linux it is.
        
        If I understand Microsoft's notes correctly, it is expected
        that the short-cut gets appended to the accessibleName.
        This is what Acrobat Reader, Internet Explorer, Firefox
        is doing. And with this patch LibreOffice as well.
        
        For info from Microsoft on the matter see:
        http://msdn.microsoft.com/en-us/library/windows/desktop/dd318482%28v=vs.85%29.aspx
        
        Change-Id: I4ed7c4c45998063bb50744b44c792351070489d7
        Reviewed-on: https://gerrit.libreoffice.org/13516
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [1000d7499b1fbaa05e2aeca02c24fc3dfbfd2ddc]

        PostgreSQL boolean more accurately described as boolean
        
        Let's see if this breaks anything...
        
        Change-Id: Id7503f8059ca99ec155d72c275a7657280ee2bc6

2015-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [3b025a7c4c996f923a468a189f389977fbacb775]

        fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisons
        
        Change-Id: Iddb551b62b1ff3fc9ce977483e41faa9ad8aef13

2015-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [b39f07f1a0066c8cd3072746f6c47718ad65fabe]

        protect agains past-the-end string access
        
        Change-Id: I651c7b062b454fad85eff8852f7e62804a0d0058

2015-01-07  Pieter Adriaensen  <pieter.ad@gmail.com>  [f29bf4635958f7d4b8a22c0825cbcca4858ba037]

        Resolves: fdo#87003 - Kill BOOST_FOREACH
        
        Conflicts:
        	avmedia/source/framework/modeltools.cxx
        	basic/source/sbx/sbxbase.cxx
        	sd/source/filter/eppt/pptx-epptooxml.cxx
        	svx/qa/unit/svdraw/test_SdrTextObject.cxx
        	sw/qa/core/uwriter.cxx
        	sw/source/core/doc/CntntIdxStore.cxx
        	sw/source/core/doc/DocumentLinksAdministrationManager.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/gctable.cxx
        	sw/source/core/doc/htmltbl.cxx
        	sw/source/core/doc/sortopt.cxx
        	sw/source/core/doc/tblcpy.cxx
        	sw/source/core/doc/tblrwcl.cxx
        	sw/source/core/docnode/ndcopy.cxx
        	sw/source/core/docnode/ndtbl.cxx
        	sw/source/core/docnode/ndtbl1.cxx
        	sw/source/core/frmedt/tblsel.cxx
        	sw/source/core/text/itratr.cxx
        	sw/source/core/tox/ToxLinkProcessor.cxx
        	sw/source/filter/xml/xmltble.cxx
        
        Change-Id: Id176d4e052c719c9afdf91ed450de84d8d2bc486
        Reviewed-on: https://gerrit.libreoffice.org/13575
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [4a56aa6a3c4e51fdb2ae304b36bc4eeb2d5647c7]

        No need for implbase_ex_pre/post.hxx no more
        
        Change-Id: I90ffc2abbcc80128211540cef991a217fa2ef1e4

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [d4019c97c511f522dd1a4bb31080c92785f157b1]

        -Werror=array-bounds
        
        Change-Id: I6766ccc5e760b34a4e276c1322745533a00131fa

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [c6686fee44e868a24e946a017bd669b71123a200]

        remove boost::unordered_* from comments
        
        seeing as config.h has just changed
        
        Change-Id: Ia4b78ec4c2522a1b5d6beb1f713855b654234a24

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [a4b0078ba9a455b4d9b0a684f63151f53342646a]

        tools/solar.h already filtered out via filename.endsWith(".h")
        
        Change-Id: I8a4483a6425f51fea0eae5c809c6c41ef56388a2

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [25fb44265113c670ac3aaedb5a46c39a8c2895c8]

        loplugin:cstylecast: bridges
        
        Change-Id: I7c41b90c9af045fd452ee62ed0c5d9b261236855

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [7b1261f6f956271ec2a545f635e11432a5e64fa1]

        loplugin:cstylecast: sal
        
        Change-Id: I0ad9681a8b31d78cefce5b66040415154a1c7a99

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [d1a74c273d10e6ab228acac2b8ebc151362a41b3]

        Silence unhelpful -Wpotentially-evaluated-expression
        
        ...on Clang trunk towards 3.6, firing for typeid(*e) where e is a side-effecting
        expression (of polymorphic pointer type).  Simpler to disable it via #if in
        sal/config.h than to disable it in solenv/gbuild/platform/com_GCC_defs.mk with
        an additional feature test in configure.ac.
        
        Change-Id: If94692a9e06ff2659bf168b4968200aeee9ebb0a

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [1887d4f5e98960183ebac61d4ac931915e6f8d8d]

        Minor beautification
        
        Change-Id: I1300d1d696878c1b646decc2841f13d489d3cadc

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [52e5b6e38a16c902fd5d0b24a1755b934eb37881]

        loplugin:cstylecast: Exclude only sal, not salhelper
        
        Change-Id: Ib09f2b794ce7a1e650275750a67c6c8ad5d7c808

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [063a511583df8c2253c16ac5eb617ecf9eee7754]

        Revert "Revert "boost::unordered_map->std::unordered_map""
        
        This reverts commit 3976739f2378391fa09379c48844daf0e2790f5b,
        the problem mentioned there was caused by a different commit, and
        has meanwhile been fixed.

2015-01-07  Kevin Suo  <suokunlong@gmail.com>  [de1e4ec8fe8b101aa5e2b65a3a093588e7c57366]

        changed default value for long datetime, zh_CN locale data
        
        * Added a space to formatindex 46, to make it look nicer;
        * Long datetime default changed to formatindex 47.
        
        Change-Id: I50e05f1a4432ab4373fa0034a390658b59775f0b
        Reviewed-on: https://gerrit.libreoffice.org/13650
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Kevin Suo  <suokunlong@gmail.com>  [ef9897a158e38e57c6f431d591b01c93249680f7]

        fdo#87626: Improve Simplified Chinese numbering types
        
        This commit improves the numbering types for zh_CN locale.
        Since we can set more than 8 LC_NumberingLevel in the locale data file, I am adding all the commonly used numbering types in the list. This will make it easy to apply numbering.
        
        Change-Id: I067904b875046682cd56a7051258ffffab242c25
        Reviewed-on: https://gerrit.libreoffice.org/13646
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Douglas Mencken  <dougmencken@gmail.com>  [18f9f2abbc508e840adee367d861431605af42bd]

        glew depends on OpenCL, for tests too
        
        Change-Id: Ib591b4328589982cda762ce2b1a688345b1665b0
        Reviewed-on: https://gerrit.libreoffice.org/13652
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [fd0577e6b65cfd948b2fbe16fa1bd06fe0c635b9]

        Resolves: fdo#73165 don't restart timer if already running
        
        If the timer is already running and you restart it then it starts counting down
        again so the timeout occasion just keeps getting pushed out indefinitely.
        
        Change-Id: I964beb0c4756c7bce1e29bdf06cbe9a593ba79cf

2015-01-07  Michaël Lefèvre  <lefevre00@yahoo.fr>  [28b61d7a2839aebc7458312d312dc6cdb03a8b3f]

        fdo#75757 remove inheritance to std::vector
        
        Conflicts:
        	sw/source/core/doc/docnew.cxx
        
        Change-Id: I4ba20e689b77e75bea75e5a60f50ff40577183e8

2015-01-07  Tor Lillqvist  <tml@collabora.com>  [2021275f8fc33d9917d5fef58959a95da1dc7e6f]

        Revert "Check number of cells referenced by group instead of group size"
        
        This reverts commit cc4dbc0c4613b169045341d1f02bc4c47a407fa0.

2015-01-07  Tor Lillqvist  <tml@collabora.com>  [9a531861ac586a49f0493d70e12015d6bb5d6aa6]

        Revert "Let's try a higher limit"
        
        This reverts commit 13fca3c98df4722031902da3d443962bb9453542.

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [88a3b813b5937dade3cdc36134170048a792cc5f]

        external/jpeg-turbo: Work around -fsanitize=shift
        
        Change-Id: I83bb6c2a208f2a80f227873b285c939ced6dbc27

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [514baf79795018fb68c2d40fcd512dfcafc4101a]

        Gallery missing from gbuild_TARGETS
        
        Change-Id: I9f44b64f1bc6d608f80666e46cc313ac0c123475

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [8c59f319a712a515c6cad539afc2144e19bd006d]

        Resolves: fdo#87612 don't overwrite users input if the value is unchanged
        
        so you can enter values without them getting auto-expanded to their canonical
        form as you're typing them and having the insertion point jump to the start
        causing real confusion. But retain the improvement of fdo#61704 where the value
        is set when modified so clicking "ok" without leaving the field works as
        expected
        
        Change-Id: I786b53c2717e232b36e7cc95d99c98aa1f2cd44e

2015-01-07  Tor Lillqvist  <tml@collabora.com>  [13fca3c98df4722031902da3d443962bb9453542]

        Let's try a higher limit
        
        Probably the overhead in copmpiling an OpenCL kernel is relatively high, so
        require a larger data size for OpenCL to be used.
        
        Change-Id: I34a3ade98dbd10e7daeddf4a55cfdb2a49a8cf09

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [8ab4d2f29fdd2c058db23f6ee7b2200655d4c6f6]

        drop crashrep unused since start of LibreOffice
        
        Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f
        Reviewed-on: https://gerrit.libreoffice.org/13733
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [0d44e98d6aa2c390fd9bcdd97290f463b136ddb6]

        Variadic cppu::WeakImplHelper
        
        Change-Id: Ia02a7c94ca282f28fa3c191dd65a71b6bf031792

2015-01-07  Noel Grandin  <noel@peralex.com>  [306f04830300c239fd74677bcc61efcb5a4532ea]

        fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'
        
        Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02

2015-01-07  Justin Luth  <justin_luth@sil.org>  [f536699304e951ab2e104118ad36335ee0f1b268]

        WW8 filter: zoom type testcase
        
        Change-Id: I57f90a84b49c4a3bd49c66e23d059939684a6aef
        Reviewed-on: https://gerrit.libreoffice.org/13765
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-01-07  Justin Luth  <justin_luth@sil.org>  [efa21d48a0dcb46e4728a19f89d0e26587a17327]

        WW8 filter: export zoom type
        
        Change-Id: I6a667585cc590ed2fe73581acb1249da62e65d31
        Reviewed-on: https://gerrit.libreoffice.org/13717
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2015-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [db8ac4fe309d38b11113929032887642a62da19f]

        javaunohelper: missing include
        
        Change-Id: Ie8427e9ad7a2a03d6698ee95ce0f11fb458c00e3

2015-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a94bc910aa4418326aef894fc412ab71b24bd31]

        drawinglayer: fix Android build
        
        Change-Id: Ie214c91f59780db9baa40cea01b6ddef3019febf

2015-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [05850304c98b9365dbd5c5210d06e24ee9c5e13f]

        jvmfwk: fix Android build
        
        Change-Id: Ib183158e51f7bebbb6add92e460a33fa132c1c9d

2015-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4fadeb63b902fd09227b8a4128c76f6e32a0b71]

        scaddins: fix Android build
        
        _GLIBCXX_USE_C99_MATH_TR1 is defined on Linux, so nextafter() is
        imported into the std namespace, but it isn't defined on Android. So
        just import the whole namespace to make both happy.
        
        Change-Id: I8a94198ff65557e64d4ea9f833e3eee5e1aa26ec

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [8eda0f7b07f8fb09b11c577882b5cd4a548e1423]

        WaE: -Werror=unused-variable with #define DISABLE_DYNLOADING
        
        and also a leak in that mode with a missing ReleaseStringChars after
        GetStringChars in one use, and a use after free in the other use where
        ReleaseStringChars is called
        
        Change-Id: I2da0310429daf8519554fd7aaf47bba9f6f0e85c

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [fbe26ca557fc9dfd1ed904d08251b6cd34e6ce5d]

        VclInputFlags fix
        
        Change-Id: I60c989a86ad94d35c7bfa650a0bd993a23b26c0d

2015-01-07  Caolán McNamara  <caolanm@redhat.com>  [fef5c2b81d1ac7d64e01521da792f470b03a1841]

        Resolves: fdo#87840 by default hide all feature checkboxes
        
        and explicitly show the supported ones
        
        Change-Id: I93d998472a82085da9bd5a8ec7ad4cb39998e198

2015-01-07  Noel Grandin  <noel@peralex.com>  [27e60b6d526fb42ee3df519c73f06699d162ec92]

        fix windows build
        
        after my commit 079590c9097a9491b31f1ef1b30d67d42bd0139a
        "fdo#84938: convert INDICATOR_ #defines to 'enum class'"
        
        Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d

2015-01-07  Noel Grandin  <noel@peralex.com>  [006e59a25e6396b05cf6da39c94a3a7a5c48eeb3]

        fix windows build
        
        and a handful of other currently uncompiled spots,
        after my commit 7f8f277b94704a289fbbd1b836e4e5d66311580d
        "fdo#84938: convert STREAM_ #defines to 'enum class'"
        
        Change-Id: I550f6fb850e1d71a6f08767eeb222a18071b89d5

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [01c7e2c246e231d70bb7c1c9b5ad7fd5e4614951]

        external/jpeg-turbo: Work around -fsanitize=shift
        
        Change-Id: I9ba85592a0d4d2052dd05abb8f4d2976ec1c95cc

2015-01-07  Noel Grandin  <noel@peralex.com>  [4e89a3e012458fd123d8a962e16aad2838286f36]

        fix windows build
        
        after my commit 7f8f277b94704a289fbbd1b836e4e5d66311580d
        "fdo#84938: convert STREAM_ #defines to 'enum class'"
        
        Change-Id: I82c5b7812687b6f080bea281485e9ad2ecc5353c

2015-01-07  Noel Grandin  <noel@peralex.com>  [7f8f277b94704a289fbbd1b836e4e5d66311580d]

        fdo#84938: convert STREAM_ #defines to 'enum class'
        
        Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e

2015-01-07  Noel Grandin  <noel@peralex.com>  [8db77209e0755d21d9efc34f70a2978d1df5d2c6]

        remove unused FEATUREFLAG_ #defines
        
        Change-Id: Ie0a4daef3b4cd728be7e8a7be5455b919ff8fdf9

2015-01-07  Noel Grandin  <noel@peralex.com>  [8aa3cb98adb8675ff3f09d2c1da35d2423e57493]

        fdo#84938: convert VCL_INPUT_ #defines to 'enum class'
        
        Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e

2015-01-07  Noel Grandin  <noel@peralex.com>  [fa52e2090651fc2b2f3ba77b8f0af196d705730f]

        remove dead MOUSE_ definitions
        
        the active definitions are in event.hxx
        
        Change-Id: I2025a64623b036a897277d1fa0ccee4235600a88

2015-01-07  Noel Grandin  <noel@peralex.com>  [079590c9097a9491b31f1ef1b30d67d42bd0139a]

        fdo#84938: convert INDICATOR_ #defines to 'enum class'
        
        and replace SalIndicatorState, it serves the same purpose
        
        Change-Id: I618b8946b8e2527883eecb13060b2256abc505b6

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [e197bcc6285b69179463b5847fe8ce459806455a]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I403feb52e491700dfb99e86817b983cbfd7aca45

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [2af41bcb2e57df0d5281f81d5c7dec9bfdf37178]

        external/icu: Work around -fsanitize=bounds
        
        Change-Id: Iad87d17c162717aa33eec2113697422d9b0545ca

2015-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [85ce7c0ac69577cf424f4230bcb9103cfdd73d43]

        Factor out XFillBitmapItem::dumpAsXml() from sw
        
        Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a

2015-01-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ddb7c2c9d10c92371d76c59c69086115b2c4051]

        it makes no sense to use the line color in some cases
        
        Hopefully that helps a little bit with some strange rendering effects.
        
        Change-Id: I6b001bf31d745d6d19f91acadee5ceb0e5480025

2015-01-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3a74b40f0f862fc099adb93a528d469903031583]

        make sure to use the FillColor when we used it before
        
        Change-Id: I36443d12e1607221b9505d1e05a51e804d714e16

2015-01-07  Matúš Kukan  <matus.kukan@collabora.com>  [2ca2b8c2e0926a1562ea9dfbe16b686230e20638]

        UNO API test for conditional formats
        
        Change-Id: I45d4b9652f35174eaf59c8868d593764c2ef2ebf

2015-01-07  Matúš Kukan  <matus.kukan@collabora.com>  [67c989adc57eb279c478f59869499439ec65665f]

        fdo#82014: Remove old conditional formats when setting new one by UNO API
        
        Change-Id: I76488045eba281227124041da505e38c4c3d31c1

2015-01-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [57fa90ba145455a48247b0fef110aa8f87a86a5d]

        fix invalid string access
        
        Change-Id: I758ee4a53a80d89662bc081f435b01bc6f9c3087

2015-01-07  Stephan Bergmann  <sbergman@redhat.com>  [934d32a930047d0f221493f8974f1a2682f6779d]

        external/icu: Work around -fsanitize=shift
        
        Change-Id: I0ca31fc36b14d433e9276401c952959a46994c91

2015-01-07  Noel Grandin  <noel@peralex.com>  [a9c2d1c626c52ae595efc1000b0682ba6354fc54]

        fix spelling: garded -> guarded
        
        Change-Id: I3e9f8781957a8b96afeb609501dff1f8bc9d718e

2015-01-07  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [9fd89a5952a48b473cee03a2681eb5d4cd6d1742]

        fdo#39440 reduce scope of local variables
        
        Beside scope changes, it fixes lack of initialization in a few places.
        
        Change-Id: Ia09fdb9845d8ac17256330a5ec5168401c84f0f2
        Reviewed-on: https://gerrit.libreoffice.org/13755
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-07  Julien Nabet  <serval2412@yahoo.fr>  [a527ad98e58a7fc9af482f9088687d82e5c52cca]

        Resolves fdo#87789: show groups in collected addresses
        
        Retrieves lists in CollectedAddressBook and retrieves the right mork parser
        However, it doesn't take into account addresses books created by user
        
        Change-Id: I2cee6ba7afd43dd772f69af6686cc4308e753e66
        Reviewed-on: https://gerrit.libreoffice.org/13760
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2015-01-07  Laurent Charrière  <lcharriere@gmail.com>  [1f4fd70495b3d0e732447e8e60e5faa9086471a8]

        fdo#85818: rename 'Zins' enum name, constant, function to Rate
        
        Rename OcZins to OcRate, SC_OPCODE_ZINS to SC_OPCODE_RATE,
        ScInterpreter::ScZins() to ScInterpreter::ScRate()
        
        (partial fix for fdo#85818, more constants remain to be renamed)
        
        Change-Id: Icd5d0df14f2583da7ebd0308dc660abd07f326a4
        Reviewed-on: https://gerrit.libreoffice.org/13777
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-07  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [89a81a6610cf316666291750e7300bcd1a97d062]

        fdo#83354: Chart is truncated - moved down outside the margins of the object
        
        Handle the case when the content height is unitialized (0).
        When content height is 0 it means there is no content (so
        we don't need to calculate adjustment) or the content height is
        uninitialized which leads to wrong calculated value.
        
        Regression from:
        cb19042f4395c97d123a27c6960d5e30d666c010
        
        Change-Id: I45570a71f0597847820ce77e8dcec4a5b0c6785d

2015-01-06  Julien Nabet  <serval2412@yahoo.fr>  [585ab75a9344e140c876cb7565d3525a62fb8a73]

        Better fix for fdo#87558: Duplication in Last Used Functions sidebar list
        
        Advantage compared to previous fix: in sidebar, last used function is put at the top
        
        Still function from menu is sorted, the pb is we use InsertEntry, see
        0  ImplEntryList::InsertEntry (this=0x32d0910, nPos=2147483647, pNewEntry=0x326f620, bSort=true)
            at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:144
        1  0x00002aaab1b2444e in ImplListBoxWindow::InsertEntry (this=0x3287358, nPos=2147483647, pNewEntry=0x326f620)
            at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:750
        2  0x00002aaab1b2a138 in ImplListBox::InsertEntry (this=0x3287100, nPos=2147483647, rStr="ACOT")
            at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:2182
        3  0x00002aaab1b47d51 in ListBox::InsertEntry (this=0x32e9ca0, rStr="ACOT", nPos=2147483647)
            at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/lstbox.cxx:1001
        4  0x00002aaad0c05d84 in formula::FuncPage::UpdateFunctionList (this=0x3217110) at /home/julien/compile-libreoffice/libreoffice/formula/source/ui/dlg/funcpage.cxx:153
        should we create a new InsertEntry to force bSort=false?
        
        Change-Id: Iba1b020aeea09951dead30f6781b24993aac98e0
        Reviewed-on: https://gerrit.libreoffice.org/13725
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-06  David Ostrovsky  <david@ostrovsky.org>  [967c060b7d887b2181bae11adbad91105190d12f]

        Fix --enable-pch option on msvc 64bit compiler
        
        When /Zmxxx option is provided to 64 bit compiler it throws on us
        weird error messages, no matter what the value is passed.  It was
        mentioned in the knowledge base, that removing it entirely fixes
        the problem.
        
        Change-Id: I95296ad8811d0065498f0ef55ae503d4a07b914b
        Reviewed-on: https://gerrit.libreoffice.org/13779
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2015-01-06  Eike Rathke  <erack@redhat.com>  [105e2611032ebc8ad777deb19b8cea62ad2279e2]

        Revert "grml.. nScanLineBufferComponents still needs to be on jmp stack"
        
        This reverts commit d389216038d874c0d99a8168649a7f5f4db970d3.
        
        Author is obviously too dumb for this. It's alright, isn't it?

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a989d6f5bd6ad9c301259f93ab1fc62a4fcebb93]

        LOK: add LibreOfficeKitCallbackType enumeration
        
        Change-Id: I0147b1985f87f25e70f4d8672beba18fdd9ba6c2

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3547424b9fa9c335e4e0c80fae8c5ac928403045]

        sw: notify LOK clients about invalidations
        
        So that when the document changes, they can know what tiles to throw
        away.
        
        Change-Id: I1f00585e7691a40af8fe5de71ac1a4225bc4e67f

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9997df11fb353aa0d6856554e4f845abc315d4f]

        gtktiledviewer: register a LOK callback and re-render the document ...
        
        ... when the callback is invoked
        
        Change-Id: I979a75bc7c7ad1e0d0b9c5413c238ed7260d2093

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa827f5fde5a95343bb5fa819eda7a10f57e9d36]

        lok::Document: add registerCallback()
        
        So that LOK clients can invoke the new
        vcl::ITiledRenderable::registerCallback().
        
        Change-Id: I6d9974acbd7fb5eea217c88f963e6ebb10343078

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0137974abd70d80589ae1a4853523ec2039be1ff]

        vcl: add OutputDevice::LogicInvalidate()
        
        This way subclasses may know when and what is invalidated.
        
        Change-Id: Ie4aa843fcf45b2643b24ca49534627fbf43afd94

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [bea2ade9151e44bb15eb1dd465ca53ee479693c8]

        vcl::ITiledRenderable: add registerCallback()
        
        This can be overriden in applications, if they need a callback.
        
        Change-Id: I0441e48afbbfd63a96d47c5cf837e6635ce72aff

2015-01-06  Julien Nabet  <serval2412@yahoo.fr>  [21eb155e3eac7badd987adc041000378c67911ae]

        Typo: Rerturns -> Returns
        
        Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f

2015-01-06  Eike Rathke  <erack@redhat.com>  [d389216038d874c0d99a8168649a7f5f4db970d3]

        grml.. nScanLineBufferComponents still needs to be on jmp stack
        
        A follow-up on 09a5910c96a822c6e7fc4b82d89c00c22e905eba
        move nScanLineBufferComponents to where it is used [-Werror=clobbered]
        
        If pScanLineBuffer is used, nScanLineBufferComponents is the
        corresponding counter so it needs to be preserved as well in case of a
        longjmp.
        
        Change-Id: If9c6f148cd47b98dee2418fb61eebe2c829869f1

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [9dbac35b1e55c49b2f1e595f4dfe3437c3fedb58]

        external/harfbuzz: Work around -fsanitize=null
        
        Change-Id: I81dc29f5ba2ef442ffb7e2823f02b9bfead24a46

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [e2883ca86f747eb62d1fe9e9b8d115c689e3abd7]

        Resolves: fdo#82219 color graphics as black and white
        
        i.e. revert
        
        commit bb5c7d6a79309236d4f19bb2498f2e850f735a2f
        Date:   Sun Apr 13 01:42:27 2014 +1000
        
            fdo#38844 Reduce XOR clipping for gradients
        
            Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it
            has been removed, the other version isn't really needed in it's own
            function so I've moved it back into DrawGradient.
        
            Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4
        
        Change-Id: Iff1cb48cb8fa6d29937cf228a57aea9e8072110c

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [7c2250cbd2fc392e11cb1fe70ff139457968e23a]

        loplugin:saloverride
        
        Change-Id: I4509ee714622ad1fcccfed9255a474727e0f8e16

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [d81dbb6dee272bd18c7a1d3e0dbe429b04187f8b]

        external/libxml2: Work around -fsanitize=bounds
        
        Change-Id: I57d30410640fa1b7e1768136b1802546b2b7253f

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [901091f47a661571a7fb935bd5ccec34e37ad688]

        external/icu: Work around -fsanitize=signed-integer-overflow
        
        Change-Id: Iec76486aa8a0eef7e1a5c74b416d466f16ff979a

2015-01-06  Michael Meeks  <michael.meeks@collabora.com>  [0bea1d80d10a1e3e9bebf958d622ff2fb480e886]

        vcl: reset OpenGLContext(s) when yielding the last SolarMutex.
        
        This should make OpenGL thread-safe to allow multiple threads to
        render using VCL's OpenGL backend, and fix misc. associated driver
        horrors, will give some performance cost for tight Yield loops.
        
        Change-Id: Ib23702262fd9f0925a5ed8c642d0a26e92136b37

2015-01-06  Michael Meeks  <michael.meeks@collabora.com>  [3b52c4492c468ee5dfbb97382f53a28bdf8c0f4c]

        vcl: cleanup shared SalYieldMutex from GtkYieldMutex.
        
        Change-Id: I6ace72606ba666322c045d28bea713443c0fc45f

2015-01-06  Michael Meeks  <michael.meeks@collabora.com>  [bc6f2ee84dcb66be6a0867d34ce212a2df65efdf]

        vcldemo: extend threaded rendering test.
        
        Change-Id: I81e31e1e7442fd0c6d8d720dbd0e9d5cb82bf52b

2015-01-06  David Tardon  <dtardon@redhat.com>  [c075fc1b39c7d8389cd960ccde7295d011105ae6]

        build requires libmwaw 0.3.4 now
        
        Change-Id: Ia129961bc429514b70e4bb508a76424e4df83289

2015-01-06  David Tardon  <dtardon@redhat.com>  [2a8f6a8a81c568d9ad73838072d287ac4927649f]

        fdo#88098 ClarisWorks: import empty starting lines/columns
        
        Change-Id: Ibe4d5be4df874336de7ae387d210deff0a927b38

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [15067728f2cf437f0ecd78ddaeacef91858dcb29]

        add cmath for std::nextafter
        
        Change-Id: Ic5580d5efb9d5a891a62630dc457624ba89c15a2

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [dc5ae421c31ab5bd5641259eb95b3365f78b3495]

        include time.h for time
        
        Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [18ad91eec1a1c23d676355d1270fe4b7b503d262]

        boost::random->std::random
        
        Change-Id: I1b823b6c17b731e427bff88c6fff7897f66ddb5c

2015-01-06  David Tardon  <dtardon@redhat.com>  [f86a1dbf2a6761b23f9430b6bc61e789190290c9]

        fdo#78921 save embedded fonts in Flat ODF
        
        Change-Id: I9d8614a5c20bab8e3b3d7c40e2504348c4386b64

2015-01-06  Michael Meeks  <michael.meeks@collabora.com>  [ca1fb20a47d68caeb8ff5a658c5f365c10e56b59]

        vcldemo: add threading mode.
        
        Change-Id: I6ad5524c518a79cac7ec343398242515ef0bbb5f

2015-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2005e34177503cc160348c4d63d70bfeab10d531]

        android: set single page mode in writer when init for tiled render
        
        Change-Id: Id01b373fe7ec6620ca036b1ee7bc5debf64a92b4

2015-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [83e84b9a22f959d2feae7ac89ec5a0b0ef678770]

        android: take document borders into account for document size
        
        Change-Id: I62b0afd635b439653850a3d830de032006505bac

2015-01-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6123d6a9fbb268f823224d054cb0fe215aa3015a]

        android: Add initializeForRendering to LOK
        
        Change-Id: Ibf4721bf4358ef215efde09ef688b2551604bfa2

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [766c1243e6f8904e6fab70d56d143dd153e2dff1]

        reorient name dialog and make a little narrower
        
        Change-Id: I59769d286dc3e5a7fee77d4f72711e6b48b8b7ed

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [d4206deb884a7dcce40104e566b6885131ee0d5a]

        add a border
        
        Change-Id: I44f696cd09f39c425a77ae202854a77c7c2d7d20

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [c762831e46558a90b3ddca9dfb72c5d114230331]

        set default button
        
        Change-Id: I3662ef26c96525480812f25706e6324ceca3e153

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [3fda8cb3ed7c790d1b591f4f833054b777e5b490]

        Resolves: fdo#87823 Move Menu->New Menu
        
        Change-Id: I677b519a1bcae3266baff4577b63971b6f8add75

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [ba9c2376f14c2c07f4449bcf6d1345e9d82c343d]

        OSL_ENSURE->assert when followed by unconditional deref
        
        Change-Id: If2130dbbb7b4afd3d88553da449163f60cdc0c1e

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [2d66de44ea456e5525ee5515c4bef1421a26c0b9]

        external/python3: Work around -fsanitize=bounds
        
        Change-Id: I608ec429696e6a02aa528b10057d93da63544eb4

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [86b436d797081f63036a0db91802bc74aa0501aa]

        external/openssl: Work around -fsanitize=null
        
        Change-Id: Ic47a1b43323f84971aed9b3cdb2ec83f9e931d6a

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [8672eca430213c28936a526df6266226ecb7ab2d]

        -Werror,-Wmacro-redefined (under Clang -fsanitize=*)
        
        Change-Id: Ifd23373b1ac4919793d1b4251ed90cf2dd6f2bda

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [1b9d9680d9c444a126413ebb996b3bf6b2085de5]

        Work around loplugin:cstylecast under -fsanitize=*
        
        Change-Id: I467d032296607d22e850c95e56c452fe7e62cebe

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [8d2501feb2a43e11bd144581bb7ffc7684d1afec]

        Remove unnecessary include files declaring JNI functions
        
        Change-Id: Ie9e083a9dcdaebf9f481bae920eddef69e47c3bc

2015-01-06  Eike Rathke  <erack@redhat.com>  [09a5910c96a822c6e7fc4b82d89c00c22e905eba]

        move nScanLineBufferComponents to where it is used [-Werror=clobbered]
        
        gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1)
        
        vcl/source/filter/jpeg/jpegc.cxx: In function ‘void ReadJPEG(JPEGReader*, void*, long int*, const Size&)’:
        vcl/source/filter/jpeg/jpegc.cxx:72:10: error: variable ‘nScanLineBufferComponents’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=clobbered]
             long                            nScanLineBufferComponents = 0;
                  ^
        
        Change-Id: I90a0d02977c49d2471069788a02fb1c7d28c039a

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [84caa11fef97c8095c22f3eb33c8f920d701f48b]

        Replace JNIEXPORT -> SAL_JNI_EXPORT
        
        cf. 9a745cbf549aa391be2b67f41c83056bd44db97a "Introdude SAL_JNI_EXPORT and use
        that instead of JNIEXPORT"
        
        Change-Id: I81dcc8dfcb878d3e935d807f491b99927637c23c

2015-01-06  Eike Rathke  <erack@redhat.com>  [8e94c40f1341c1b42b67b4643c56e941d66f6474]

        how about scope
        
        Change-Id: I4c9e5f754974b6726fc86bc87775ba81832b3984

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [485e4432b737ec20ce78fe5afd44365000eda6f3]

        Fix o3tl::typed_flags to bool conversions
        
        Change-Id: Iaed915b3765a3d23aea7f771a7c912956d864c5b

2015-01-06  Eike Rathke  <erack@redhat.com>  [549b7fad48bb9ddcba7dfa92daea6ce917853a03]

        workaround a weird gcc optimization werror bug
        
        gcc (GCC) 4.9.2 20141101 (Red Hat 4.9.2-1)
        
        framework/source/fwe/classes/addonsoptions.cxx: In member function ‘void framework::AddonsOptions_Impl::ReadAndAssociateImages(const rtl::OUString&, const rtl::OUString&)’:
        framework/source/fwe/classes/addonsoptions.cxx:267:16: error: array subscript is above array bounds [-Werror=array-bounds]
                 struct ImageEntry
                        ^
        
        The combination of aScaled[2]; aImage[2]; aURL[2] in sequence apparently lead
        to some overoptimization and/or alignment problem, already declaring aImage[3]
        helped (but not aScaled[3]), but that's not what we want.
        
        Change-Id: I82e28d4887ab8072a17d0a9341d322c1cf61aedc

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [5c0e20240a8e55972e5f46b7f9f5c0d8f9733924]

        fix build after enumification of ControlState
        
        Change-Id: If6ab3a27a958e83419f576f720ab891a9c36c684

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [1b5c8e4a031af17c47a2900da09c1db1df1242df]

        Resolves: fdo#86911 add tooltip for Color Tolerance spinbutton
        
        Change-Id: I9a30d81124da4e4037834caaf41a8f78fd320290

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [8bc3fb58ffb3ccd2958caeb0f094397e3cdb5098]

        typo
        
        Change-Id: Icad2b01388d46aa2802f1abd9e61d4ce854cca3e

2015-01-06  Stephan Bergmann  <sbergman@redhat.com>  [ee567a63fad9e755b11ca28696da35f00ed3b0fc]

        Use SVLIBRARY instead of gb_Library_get_runtime_filename
        
        Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4

2015-01-06  Noel Grandin  <noel@peralex.com>  [5f5649420bb836094213f684830b062b3a800eb2]

        spelling
        
        Change-Id: Iae4280c42a4820eb2ffd11695cd6ff5bf4ea2132

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [7cc8e0c302a5e7b669778337576a37f34754478c]

        boost::math::nextafter->std::nextafter
        
        Change-Id: I868b3fcf367e61c40e77e64bcc153b2a2feefa0b

2015-01-06  Caolán McNamara  <caolanm@redhat.com>  [3976739f2378391fa09379c48844daf0e2790f5b]

        Revert "boost::unordered_map->std::unordered_map"
        
        as an experiment to see if that's somehow the cause of
        
        NEXT    An uncaught exception of type com.sun.star.sdbc.SQLException
        NEXT    - General error: java.lang.UnsatisfiedLinkError: com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess.isStreamElement(Ljava/lang/String;Ljava/lang/String;)Z
        
        NEXT    ##Failure Location unknown## : Error
                Test name: HSQLDBTest::testEmptyDBConnection
        NEXT    An uncaught exception of type com.sun.star.sdbc.SQLException
        NEXT    - General error: java.lang.UnsatisfiedLinkError: com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess.isStreamElement(Ljava/lang/String;Ljava/lang/String;)Z
        
        under clang
        
        This reverts commit ce7f442bd0b600c0acc74d4757e894a2ba382c53.
        
        Change-Id: Ieed0be5721953b9644e4be411173e0ea73f33ed8

2015-01-06  Noel Grandin  <noel@peralex.com>  [abe670157b69aa7fe4b478f1fd13757d7b7fcc4b]

        fdo#84938: convert CTRL_STATE_ #defines to 'enum class'
        
        Change-Id: I1451180d258315a310a048b27510b4b58fa9145c

2015-01-06  Noel Grandin  <noel@peralex.com>  [a48d8465c3f9f36a02fb3c6a79f5dbb5851174f7]

        fdo#84938: convert SELENG_ #defines to 'enum class'
        
        Change-Id: I200fc00958984577ced6d2df87c8e9647b43c809

2015-01-06  Noel Grandin  <noel@peralex.com>  [64cccf36f26f6398906a0cc6fc48e76defbe057d]

        fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'
        
        Change-Id: I7165d0f1b6b4af4de5e5b39a21f36d726a1b0e30

2015-01-06  Noel Grandin  <noel@peralex.com>  [8447eeb192acf7e3255f7fdf92977470b28a18f9]

        fdo#84938: convert ERROR_ #defines to 'enum class'
        
        Change-Id: Ie76bac6b91a9faa4f9ff7dbdf2b455ea9016cf72

2015-01-06  Noel Grandin  <noel@peralex.com>  [c29657e0d6bb707345584ac7a7f5ae5016f37297]

        fdo#84938: convert EXPORT_ #defines to 'enum class'
        
        Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf

2015-01-06  Noel Grandin  <noel@peralex.com>  [ec5bf66d366cd42774a87465e1187271f48a4ab1]

        fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'
        
        Change-Id: I43d778e0eee19a56ea37898ec1c4309d3407775e

2015-01-06  Noel Grandin  <noel@peralex.com>  [dc28e90d200a839d4017d548217ee5ce8a23f848]

        fdo#84938: convert IMPORT_ constants to 'enum class'
        
        Change-Id: Idaa8f07c62b3ba93c27ca5fe286720254baac10d

2015-01-06  Noel Grandin  <noel@peralex.com>  [465356ecc81e23016b4289ab16e99084f2a7b84e]

        remove unused #defines
        
        Change-Id: Ia56012ec795da47a2b6c2482289b698793703918

2015-01-06  Noel Grandin  <noel@peralex.com>  [d1ce6effb62745e9f9c85badd44a1be0aa4a1d8f]

        fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'
        
        Change-Id: Ia8c5913c60e3d509a906965d813c8d1380396dc6

2015-01-06  Noel Grandin  <noel@peralex.com>  [bae855e667993ea6cddd551452c6e2fa60bdc2f3]

        fdo#84938: replace BUTTONTYPE_ constants with 'enum class'
        
        Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13

2015-01-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [9b45157ab20c9b158a1ef8f4f364d7a46d9c276b]

        vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)
        
        Change-Id: I424abbe3dba1e1cef7bfb93fe527263e20fe21de
        Reviewed-on: https://gerrit.libreoffice.org/13762
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2015-01-06  Peter Jentsch  <pjotr@guineapics.de>  [79412ad26ce1e0a9da5295357ea8892433d6d0a3]

        fdo#50430: UOP import failed because of leading and trailing space in XSLT.
        
        Change-Id: I5d802073505cec1800654e4413a161870506988e

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [de7a5eb44f942054c42157bf9243fb89a1d39368]

        Factor out XFillColorItem::dumpAsXml() from sw
        
        Change-Id: Idc4c3e00c748fa94f233f2fc5e7c7e9de3a31a22

2015-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b482df3b9dad788855d1591b795a6a5fafe381a]

        Update email address
        
        Change-Id: Ie6a137d2aa9b2f27d8d2f04e7744e39d21e3c146

2015-01-05  Katarina Behrens  <bubli@bubli.org>  [8c7f6830e767897d3a0e88f75fc8d7ef7fca95dc]

        fdo#84228: Set rectangle props after setting shadow props
        
        It doesn't work the other way round, the preview then fails to be
        updated, the old shadow still sticks around. I don't know why. Those
        X different SfxItemSet pools just make my head spin :(
        
        Change-Id: I436a46f95299cf32f4bb43437cc5c23a655dbe9d

2015-01-05  Michael Stahl  <mstahl@redhat.com>  [3f88d949d9a1446e673385cc4d7ca40c7477fded]

        desktop: fix copypasta in officeloader.cxx
        
        Change-Id: I66736e0b1e72e27c02ea718c3f07547b83fd949f

2015-01-05  Andras Timar  <andras.timar@collabora.com>  [219b151ea72b942434167c862473203e5e68d568]

        fdo#88068 make the string 'Red Line' localizable in Letter Wizard
        
        Change-Id: If6a69eb384b7b7e6c71e96f126a27bcd45709ad4

2015-01-05  Andras Timar  <andras.timar@collabora.com>  [8bf129b621fd368df71f3861a98b9a4f33de816a]

        fdo#88069 make the string 'Fax' localizable in Fax Wizard
        
        Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c

2015-01-05  Tor Lillqvist  <tml@collabora.com>  [88fe046c158d5a20f8f9fa14a7d734ea3aaa85be]

        Extend the Calc UNO API for the conditions whether to use OpenCL for a formula
        
        Setters/getters for the flag whether to restrict OpenCL to formulas that use a
        subset of opcodes, and the lower limit on number of cells a fomula should
        refer to in order for OpenCL to be considered.
        
        Change-Id: Ifeb11d4e4003f13e392fe03f1ce2f89147f46e38

2015-01-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4ac34fbf0238324687c2732cc9dec8f2f5b3866b]

        Updated core Project: help  bab9e3aa54942efff0b2d9b013ae700cab8611f3
        
        fix heading level
        
        Change-Id: I639a9ff95e78ffa61d7610053655745446e84953
        Reviewed-on: https://gerrit.libreoffice.org/13758
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2015-01-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [84dc3843087b5debdef298058d15029811c02ad2]

        Updated core Project: help  8632d6dca08c07b006b40b2c68f723b0f1c11406
        
        correct label for recalculation option
        
        Change-Id: I49db5e09fd9af960ecbaaac0e19975572f74218e
        Reviewed-on: https://gerrit.libreoffice.org/13757
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2015-01-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c740db938b8dcb660d023d0954f29f07ddcf8d23]

        Updated core Project: help  b4cb9f06d6969aa1ccce515c13a97552ffadf1aa
        
        correct title for RANK.EQ function
        
        Change-Id: I6a438a909f082f16821b942ccdacdd5cc3374800
        Reviewed-on: https://gerrit.libreoffice.org/13756
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2015-01-05  Douglas Mencken  <dougmencken@gmail.com>  [87e431946b345f73fb90ff11aa3d1a1e281d7253]

        sc-calcoptionsdlg.hxx: add definition guards (HAVE_FEATURE_OPENCL)
        
        fixes "error: 'OpenCLConfig' does not name a type" when building
        without OpenCL support
        
        Change-Id: I21b05ca2ea5b197029af0de9b049a3a14b00f714
        Reviewed-on: https://gerrit.libreoffice.org/13667
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  David Tardon  <dtardon@redhat.com>  [2862ef7e65e4994ff3cf173a36ec59b47445455e]

        export format of embedded font too
        
        Change-Id: Ife7dbb298861a71987501f3847d3b931c7e83715

2015-01-05  David Tardon  <dtardon@redhat.com>  [0a0496858905622374f9880b21b35ac1943c7a19]

        read embedded fonts from Flat ODF
        
        Change-Id: Ic94608f4afac9d8ac05ec3140d195b0526e9420a

2015-01-05  David Tardon  <dtardon@redhat.com>  [02266c33f23cd9fa59b73db3ef88e32c24106587]

        I assume this class is not public due to an oversight
        
        Change-Id: If43e49dc05ad213cbbf6363dfa68a7a93959582f

2015-01-05  David Tardon  <dtardon@redhat.com>  [14dc6341f71a0f012efa7c5e58e1bce49d7a0af2]

        upload libe-book 0.1.2
        
        Change-Id: I1dc1231661c8fed6021c10ed3c4676d2581ad1fc

2015-01-05  David Tardon  <dtardon@redhat.com>  [32c3167be34546bd437ad0f1cacc50a61ef753f7]

        upload libmwaw 0.3.4
        
        Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb

2015-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2eb4bd3c8ce8d4ac76680e5179364b12a656ae94]

        Factor out XFillStyleItem::dumpAsXml() from sw
        
        Change-Id: I04aed56c1e32f98f8920530e3ba313765baa1bba

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [3fab95491940160a1ee288491090b2f8b5875731]

        asan: cast is totally wrong here
        
        Change-Id: I7341813b706faad60888e374fa50542abeb6842d

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [4e59046114105cada50cea2848eb083b23a5df8b]

        Fix include
        
        Change-Id: Ie5253f9b32bb6ed1099eca75b442ba26528f2b32

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [682f94317f65b9b9694468b41ef5ae29392c5828]

        These extern "C" functions are in the global namespace
        
        Change-Id: I75bdb9ac71a3d36eeaf0b846e25d22a0aa923895

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [f569c4197c8e3d63ddd0e8c1f71cc5a6161b2fe5]

        Improve loplugin:revisibility
        
        (for non-Windows--only code, as MSVC would complain about such cases anyway)
        
        Change-Id: Id6daf61b79bd31529bdaeb7c6df4f354731ae7d7

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [f627c122461de4dd4e75a995145e8838b1d9bf34]

        No need for declarations in include file
        
        ...of functions only accessed via dlopen
        
        Change-Id: I6b9998298fc6df68fb0d3003cef77a62ecef8976

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [64ccf3ff3059f81532c88f974bad7399cddc9898]

        Include function declarations
        
        Change-Id: Ib1ce66bf9ec71280409335c0a5022ecfe229f494

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [c662bf350f5a8f43daa38f0fbee11464604d1285]

        Mark function declarations as CPPU_DLLPUBLIC, not only definitions
        
        <http://msdn.microsoft.com/en-us/library/8fskxacy.aspx> "Importing into an
        Application Using __declspec(dllimport)":  "Using __declspec(dllimport) is
        optional on function declarations, but the compiler produces more efficient code
        if you use this keyword."
        
        Change-Id: I149306049987b2406622d7a0dc5dde92d283a5b3

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [0e12845a6460c6669e295b7ae638d10a76353558]

        these are new in icu 54, not 53 apparently
        
        thanks to wsheets for noticing
        
        Change-Id: Iec4d3fe3e15831c153d4638c577680cd58e0881a

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [0b39d560da27ece227830a4bcc5556ae902a0921]

        valgrind: uninitialized read
        
        on loading id:000386,src:000000,op:havoc,rep:128.jpg as text
        
        Change-Id: I98364ffbcc4ea788613cc8071c4d8774ba167033

2015-01-05  Justin Luth  <justin_luth@sil.org>  [615ba47c5937dd62573181a0404ae24968d7daec]

        fdo#67870 WW8 filter: import zoom type
        
        Change-Id: If919880b51bdb30d9afdb168dae8f84dbfe18524

2015-01-05  Tor Lillqvist  <tml@collabora.com>  [ee75c0d0aabc934d1cad95cd4bf41a80500f546a]

        Fix build error with libstdc++ 4.7 and Clang
        
        Using std::unordered_map causes a complex multi-line error message, call to
        implicitly-deleted copy constructor of 'jni_uno::JNI_type_info_holder' etc.
        
        Revert ce7f442bd0b600c0acc74d4757e894a2ba382c53 for one source file.
        
        Change-Id: I24453498d3fcaadf900f2bb56a2812f8bce55dd4

2015-01-05  Lionel Elie Mamane  <lionel@mamane.lu>  [b00f2bbf9b970115da4452ea0aab93b1c8da7b11]

        fdo#80968 file resultset seek table to before beginning on opening resultset
        
        Change-Id: I73abbc7cfe0804e729a711a247b6e085b4e41d95

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [9a6e2dd9e743157e00490d825502efaa21a75c25]

        Missing const
        
        Change-Id: I8a1c520023b493c0494ac2ac650542d8ecc11c5d

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [f76f40560ef49c3da864073285ebe6b9a0cfad5f]

        More unnamed namespace clean-up
        
        Change-Id: Iaba8b9b3415c357990b795b6f23b98929ac5e00a

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [406629e9a00ca51c65645c8cc230c0f8a7e9263f]

        These extern "C" functions are not in an unnamed namespace
        
        Change-Id: I185b29c185094176e0992fc84c9cc82ff93de9c2

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [debced0f2916f7cb412e6bfcb514e3017adc7202]

        These extern "C" functions are not in namespace cppu
        
        Change-Id: Ia98b32bd8451051750fbf810958bdcfe584ea7be

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [ce7f442bd0b600c0acc74d4757e894a2ba382c53]

        boost::unordered_map->std::unordered_map
        
        Change-Id: I3a16703727f1a421e0ed18079e14219a4feeb8c8

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [da2d66ce567460806c09ed2d936a98092ee059ff]

        include
        
        Change-Id: I77d06a70f9c000f800b9b31d3b04aafe77754446

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [9720e8e5ef49ee56e3612123a52b4a464d5e96ad]

        Some loplugin:revisibility clean-up
        
        Stumbled across such redundant visibility re-specifications when looking at the
        odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in
        cppu/source/cppu/cppu_opt.cxx and used in inline code in
        include/com/sun/star/uno/Reference.hxx with only a declaration lacking
        CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows.
        
        However, this plugin is probably not worth it being run all the time, so
        committing it to compilerplugins/clang/store/.
        
        Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510

2015-01-05  Yousuf Philips  <philipz85@hotmail.com>  [32fb1cd5041383908041811c58fdf8d06e75cc49]

        Change accellator to best suit the Table menu bar
        
        Change-Id: I59e5907d0d3a6594fa5ff00ca08cd25c50256768
        Reviewed-on: https://gerrit.libreoffice.org/13736
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Yousuf Philips  <philipz85@hotmail.com>  [bc4210772aebbbc91dc10b11090086b6143a9dc5]

        fdo#81475 Improvements to writer web standard toolbar
        
        Change-Id: I97ef822e41d231984e251c550f5643067d4a09f1
        Reviewed-on: https://gerrit.libreoffice.org/13737
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [bd03af56780aae3159dac8e40ee937824be3e906]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: Id5125052b49e322cdfa2c7d55d68e8a7a512965c

2015-01-05  Noel Grandin  <noel@peralex.com>  [8130714148d58dd2bf1ef12dcc6dd6d5838be0d1]

        fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'
        
        Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9

2015-01-05  Noel Grandin  <noel@peralex.com>  [54942f0d093e42b06c7a6c10e93d632bfe0c6519]

        spelling: attachement -> attachment
        
        Change-Id: I1bb1ad04adec864b594d96711f85b8fcdc1d1ef2

2015-01-05  Caolán McNamara  <caolanm@redhat.com>  [f901624b5e13e300f8e2facd2a824202c21d9729]

        asan wrt mandriva57054-1.tiff
        
        Change-Id: Ibb7ecfa637ff96fbda3a8ed5d67943ece28927e5

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [8d98f035cf6c410d4b29bd58d86cfe86127db68b]

        loplugin:unreffun
        
        class OptionString unused since e224c9cb929cd744674b5d4d265cfb4680c82a2b
        "Refactor OpenCL settings dialog"
        
        Change-Id: I14e6adebaa7ea9d4e733b65ef4ca90e6fe6dbce2

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [a4467f6997f716f580a10a9c20076391257d09f2]

        Add TODO comment for when liblangtag gets updated
        
        Change-Id: Ic90a9e76c5b1ecbe58ff663ec8970841b7e33d2d

2015-01-05  Stephan Bergmann  <sbergman@redhat.com>  [c02033a4b5f314228a761184a92294a6402508b4]

        -Werror,-Warray-bounds
        
        Change-Id: If1c3bfdf6bf256da69b0837070955fabbe773c9d

2015-01-05  Andreas K. Huettel (dilfridge)  <dilfridge@gentoo.org>  [f53e79acd0d42f5c41e1104056af9cf23e9e2e2a]

        Replace bash-specific code from configure.ac, fixes build for sh=dash users
        
        Original patch by Rémi Cardona <remi@gentoo.org>
        
        Change-Id: I815567df8a868c3997e8ac357b8529fded28c950
        Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=525454
        Reviewed-on: https://gerrit.libreoffice.org/13731
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Juan Picca  <jumapico@gmail.com>  [5573fd8cf991b62c405ec9a4b624ebaf28cb8894]

        fdo#39596: replace cstyle casts
        
        Change-Id: I1a0814ec973b1dc0f4db4ee88a999d9ffc219e7a
        Reviewed-on: https://gerrit.libreoffice.org/13701
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [adfc260b4bdce558855a12cb3985c2da026d3a8d]

        fdo#67343 Arrange Help button in a secondary group
        
        This helps de-clutter action button groups and eases visual scanning.
        
        This patch also contains little layout tweaks where needed to separate
        the Help button from its neighbors when the dialog is too small.
        
        Change-Id: I56aafdaf2a5351bd7bcb4db693e520fd5c5166ce
        Reviewed-on: https://gerrit.libreoffice.org/13427
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Szymon Kłos  <eszkadev@gmail.com>  [68e0fb7bc4d56facc478a8cfb912e8e04d239e76]

        fdo#83371 : cannot navigate to list Files in LibreOffice dialogs
        
        Change-Id: Ice5315136e25ece6a65c6136f0703825c426cf20
        Reviewed-on: https://gerrit.libreoffice.org/13704
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e224c9cb929cd744674b5d4d265cfb4680c82a2b]

        Refactor OpenCL settings dialog
        
        Convert listbox entries into independent widgets
        Some code left as the dialog and the settings are been worked ATM.
        Add help button (fdo#86637)
        HIG-ification of widgets
        
        Change-Id: Ieef1abb0502171e7f46695f40445af6cfa059a04
        Reviewed-on: https://gerrit.libreoffice.org/13703
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [97a99db679e547b8adaaedb6d02f2b191a8da688]

        Enhance OpenCL Option dialog with tables
        
        Changed ListBox to SvSimpleTable
        Table header displayed
        Restore CheckBox setting
        
        Change-Id: Idca5ac7c921bf3674a36032e342708ccaae03d0d
        Reviewed-on: https://gerrit.libreoffice.org/13665
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2cedb0777304f824a1c0eb37e442f640c245dace]

        Improve String in Options-Writer-Table
        
        Change "Default" to "New Table Defaults"
        
        Change-Id: Icbc254e5c7529e3b07995fcdd04c3dfb0eb32ea6
        Reviewed-on: https://gerrit.libreoffice.org/13598
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3432202d6bd93ab5e739f9196baebb87da3d8e7b]

        Updated core Project: help  b3fb9849fa298bf36ffb5a9967a109f40f0e5021
        
        fdo#86637 (part) OpenCL options help page
        
        Change-Id: I8adfb122226d4eb4dd4342673b6707ecc1015bf9
        Reviewed-on: https://gerrit.libreoffice.org/13702
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-05  Julien Nabet  <serval2412@yahoo.fr>  [9b4e8e77639d3af012879d2419d376041087539e]

        Resolves fdo#87863: Calc tooltip text for hyperlink wrong on OSX
        
        I copied pasted the Writer way, with "follow" and "link" instead of "open" and "hyperlink"
        There are still the management of ":" + space (which could be different according to i10n)
        
        Change-Id: Ic8516c667b1882030d527add228a98e1081f608f
        Reviewed-on: https://gerrit.libreoffice.org/13712
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Nathan Yee  <ny.nathan.yee@gmail.com>  [a509a8d9951a0c31bea0f4ff8942720cad8b6e7f]

        Resolves: fdo#87003 Kill BOOST_FOREACH on master
        
        use C++11s range-based for() loops instead
        
        Conflicts:
        	sd/source/filter/eppt/pptx-epptooxml.cxx
        
        Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9
        Reviewed-on: https://gerrit.libreoffice.org/13714
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Niklas Johansson  <sleeping.pillow@gmail.com>  [df5fa4082cfb17c5d5be6678995689485df6d429]

        fdo#86674 paragraphs have ATK_STATE_INVALID
        
        A few states have been added in the IA2 integration. These need to be
        handled somehow on linux as well. At the moment they all get the state
        INVALID. Let's add the state DEFAULT that already have a equivalent.
        The state MOVEABLE is causing the issues in paragraphs of LibreOffice
        Writer. The state is not invalid so let's avoid reporting it at all.
        There must be a cleaner way of doing this however.
        
        Change-Id: I859439f92fe19f5050195383f43fa4af787b249e
        Reviewed-on: https://gerrit.libreoffice.org/13727
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Julien Nabet  <serval2412@yahoo.fr>  [31de7888660f551597263413bfdf467aade36680]

        Resolves fdo#87968 : Assertion failed: false rtl_uString_newFromSubString
        
        aNewText already contains the good string so calling copy method is wrong
        (same pb for i18n::TransliterationModulesExtra::TITLE_CASE and
        i18n::TransliterationModulesExtra::SENTENCE_CASE)
        
        Change-Id: Ifce92f33e98af3a58a70d25da9c60cf3d584a001
        Reviewed-on: https://gerrit.libreoffice.org/13724
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-05  Noel Grandin  <noel@peralex.com>  [822b4fdee77c043038150aed7b3c5eefa4249a91]

        java: unnecessary method overrides
        
        these methods did nothing but call their super implementation.
        found by CodePro
        
        Change-Id: Iba40d10ca1db0b4a3b4b971cacc2f299c4d5f389

2015-01-05  Noel Grandin  <noel@peralex.com>  [93a85df24fc6520fd9d2a8b5209993348b4a35f4]

        java: simplify if statement
        
        found by CodePro
        
        Change-Id: I5f7e5b75b0345a1d917638e57a7d8ad60efb1475

2015-01-05  Noel Grandin  <noel@peralex.com>  [566f16a2fdb91b4d3b90f083e88fde6163c2a00c]

        java: unnecessary imports
        
        found by CodePro
        
        Change-Id: If1b75e43f81d70984422e437147048a491395b66

2015-01-05  Noel Grandin  <noel@peralex.com>  [5c7d33ade643891e526a22aa397aeddf76464434]

        java: more efficient float parsing
        
        found by CodePro
        
        Change-Id: I01c18ddc842fd89105fa95daaa482fba8fcb7bec

2015-01-05  Noel Grandin  <noel@peralex.com>  [8f2935a6d44baa23204bfef22a9f42ec8a86bf51]

        java: avoid octal literals
        
        found by CodePro
        
        Change-Id: Idf67521a46d73afe2f7656bb1a9f81e755eabbdb

2015-01-05  Noel Grandin  <noel@peralex.com>  [e28151d579a2ca25487ccd3bdc73eeabf931850c]

        java: use brackets to make difference between concat and plus
        
        .. more obvious
        found by CodePro
        
        Change-Id: I60b05b01819a756a07d2358e3cfe8b0d7d4436a6

2015-01-05  Noel Grandin  <noel@peralex.com>  [10039462dfebdf6727529ca38b4105fcd7dd5727]

        java: remove more dead code
        
        found by looking for unused parameters (in Eclipse)
        
        Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893

2015-01-05  Noel Grandin  <noel@peralex.com>  [82257e9087dc405fdc45cba7d6867be53b5ec9b3]

        java: static fields that should be instance fields
        
        found by FindBugs.
        
        Change-Id: I4f457cd8f6f28f0429fc50529c8d38d80b80c560

2015-01-05  Noel Grandin  <noel@peralex.com>  [08e8bd4eaf19df693fe0b17c91e8fb566b1f82f9]

        java: compare Strings using equals()
        
        not ==
        Found by FindBugs.
        
        Change-Id: I74805f1187bd623433ad097dec1015a3cf5f45ac

2015-01-05  Noel Grandin  <noel@peralex.com>  [3c6d932fa841e102818abd31b7538728085d99e1]

        java: was passing the wrong thing to the remove method
        
        on a Map, we need to pass the key, not the value, to be deleted
        Found by FindBugs.
        
        Change-Id: If6fd3d8d56a7c7dfabac31d8ee268939e582f4eb

2015-01-05  Noel Grandin  <noel@peralex.com>  [46540d08b16f0e2e663734506cc072fe868ece82]

        java: these fields can become local variables
        
        found by PMD
        
        Change-Id: Id852cfec984a181b91aca1c00a41e342b720a4bf

2015-01-05  Noel Grandin  <noel@peralex.com>  [a49b2ba1a6a9467aa75d320b45671ae1e87314d3]

        java: remove dead stylemapper code in reportbuilder
        
        as far as I can tell, this has been dead since the original import
        of this code
        
        Change-Id: I4bd47e55eb0abc991ea1d58c16fba6fa6c7878d9

2015-01-05  Noel Grandin  <noel@peralex.com>  [35f8d6afcc60efe1188a567f655d483ddf977fc2]

        java: remove unnecessary reflection in toolkit tests
        
        and delete a dead class
        
        Change-Id: I7822ecff670d6036d0cf35f4b2d299b738f9061b

2015-01-05  Noel Grandin  <noel@peralex.com>  [43cc8ad33e815522e2b23ac87a4a9c4526cd85c9]

        java: remove dead code
        
        found by UCDetector
        
        Change-Id: I6b0f49529379072da566e927b86815f173e7a90b

2015-01-05  Tor Lillqvist  <tml@collabora.com>  [cfcbe2e44e33f4a60e70006ff5e1cbb9aa2adceb]

        Need <boost/functional/hash.hpp> for boost::hash
        
        Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe

2015-01-05  Tor Lillqvist  <tml@collabora.com>  [3503b92070e5b7389c0d44eb980067f68e458f40]

        WaE: passing class rtl::OUString by value, rather pass by reference
        
        Change-Id: I6a6b24706ed07c5de9870604b6fe5e382ca776c8

2015-01-05  Yousuf Philips  <philipz85@hotmail.com>  [382361a385a6a99ca71d9d589d6e402d5c0a007c]

        fdo#84909 remove insert image button from shapes toolbar
        
        Change-Id: Ib9f1d45cef0715dd328a6fc197e532d17ff78487
        Reviewed-on: https://gerrit.libreoffice.org/13713
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2015-01-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [187944ea4b1cc53b486eb787a4d180d9a26c859e]

        Updated core Project: help  b4fb18973653f15255d0d8f9dd1674e7c7693ec9
        
        fdo#86289 rename Page Preview to Print Preview
        
        Change-Id: I19ac49d8fe799b9c134f41d2620e4856f8a05067
        Reviewed-on: https://gerrit.libreoffice.org/13550
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7ce3d1b958dc46cc3fdc45bb6a65315d6be991d0]

        Updated core Project: help  49a8bc9e5bc5667bfc9381bd1c24a05ae2c5d156
        
        update labels for document statistics
        
        Change-Id: I67d5bb75b7a95055476e826278f35fe7911de103
        Reviewed-on: https://gerrit.libreoffice.org/13626
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [338c95aaf0d7c8ec39af695e9a2b2e079879ccb3]

        Updated core Project: help  b4bbd1151bdec146daa64f7e30e23531e52d2569
        
        use consistent terms soft/non-breaking hyphen
        
        Change-Id: If05edfdf51f07593615e60f94e65b59ec1aab5be
        Reviewed-on: https://gerrit.libreoffice.org/13625
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [320060b2986bc72e393db727ace9592ecf44ae6a]

        Updated core Project: help  5f2b910acbd06b29480d2d2ec9499724a09de33a
        
        change two labels to be the same as in UI
        
        Change-Id: Ibc2797a91fceae3610a529a19770dc9f836990d2
        Reviewed-on: https://gerrit.libreoffice.org/13624
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2015-01-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ba4b5741db25ff3b76a8d10d8f3745dfc1973749]

        check size before looking into the string
        
        Found by Asan. e.g moz233272-2.xpm
        
        Change-Id: Ic563db41dbd4ce7250492e99f3e48a203cfdcf00
        Reviewed-on: https://gerrit.libreoffice.org/13686
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-04  Luc Castermans  <luc.castermans@gmail.com>  [b5b5aa6fa39ec08138bdf5bac6c15f19d4c70b67]

        Translated German comments
        
        Change-Id: I4be56ff8a8a006894e764620e8572568b1a63a3f
        Reviewed-on: https://gerrit.libreoffice.org/13732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [547b472d5b81ef7f22c32b089bd9f42f721c1cbf]

        vcl/osx boost::unordered_map->std::unordered_map
        
        Change-Id: I00dabf3307734e319a8187df111e1065ea383524

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [42a4de0941a6a19c52384e3a5897134dcfebe3f8]

        vcl/win boost::unordered_map->std::unordered_map
        
        Change-Id: I27ac26250c1994e6254b2e662559ce5782b29a73

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [dfeb898b53c597c7b55cbca714335892e8830c83]

        boost::unordered_set->std::unordered_set
        
        Change-Id: I0a8ecc3aa26ffc56f216a6a0e078e158b03a4a02

2015-01-04  Julien Nabet  <serval2412@yahoo.fr>  [7da92fdcb040d1f82fc2a6c61fd05f76f7344035]

        cppcheck: Possible inefficient checking for <var> emptiness
        
        Change-Id: I6ca0e477a4429e762c48c721951b9876db3a5c6c

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [6fd453224fc5fcf9953092d2883ab45417980f48]

        help out clang
        
        Change-Id: I19bee6bfa1c499a295b007002c005d8c3f8ce12c

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [c1ea4a0dd92de814c8f07d06bd39a59f8b33a920]

        help out clang
        
        Change-Id: I21c1f43f4e0c339c57fa0f8f177eac8811ea0a4e

2015-01-04  Jean-Pierre Ledure  <jp@ledure.be>  [8cc32a8e464c26a479f45dd2d9bf0c4df261e572]

        Access2Base - Extend CommandBars scope to most modules
        
        Refine list of supported modules beyond database forms only
        
        Change-Id: I6f43234d653a564fa740724b01b7f2bde58d371d

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [c8597274c31ed2ba59b5f2c6f555099aa9928f39]

        merge OpCodeEnum and OpCode
        
        and replace ifdef hackery with an explicit underlying type
        
        Change-Id: Ibd340cf28d022af545a82e98e623d4c137ff7e53

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [d279115a14faab0005c4dd20e2b2be43a4849b18]

        Typo: translitaration->transliteration
        
        Change-Id: If722e7d025db65b72419499f1443d5f0cda609dd

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [773c976592cba5a373ea100e9968e231187def72]

        Typo: calulate->calculate
        
        Change-Id: I33866a177eded1e96860cb07b16b753385b88319

2015-01-04  Jean-Pierre Ledure  <jp@ledure.be>  [c36353d844f05e1de6a0c31cb6bf102887dc114a]

        Access2Base - New CommandBarControl class
        
        Main functionalities:
        - show/hide toolbar elements
        - modify tooltip
        - get/set internal command
        - execute internal command
        
        Change-Id: Ice830009f9eabc199727c7d4b54ebf524b026d40

2015-02-03  Julien Nabet  <serval2412@yahoo.fr>  [4eed16d83cad3446e250c23f9e9ca48a1d9a6d9c]

        Typo: consequetive->consecutive
        
        Change-Id: I2c4c856a1f208c253493b852108743c643c2ea6d

2015-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [311a92f23b744c8dfd8fb45be13a8e355b3f7b75]

        connectivity: fix gcc-4.8 build
        
        Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [ca8787a98171070c771dc167b43d5bdb98c52ce4]

        boost::unordered_map->std::unordered_map
        
        Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [18861c30a63dd419f3be47896a760109ac06c47a]

        stdexcept for std::runtime_error
        
        Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [edc4fd31c9d2c57454e756d70a8fc5922fab703b]

        Fix indent
        
        Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [63a7a64ba9aaa29fdd40065f2bf3b06c74fd2e3b]

        Remove nOverlap as it is constantly set to 0 now.
        
        Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [12d37f92507ab66fd519a68a2479e1cd7136cf74]

        fdo#87684 option to make tabbar inline with scrollbar again
        
        This adds an option to move the tabbar back to be inline with
        scrollbar. The option is only available in Expert Configuration
        under key: /org.openoffice.Office.Calc/Layout/Other property
        TabbarInlineWithScrollbar
        
        Change-Id: I95491072ad1cc195f2d8b8d0fadbd5ef045767e7

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [d91926de43d2192759029f7124e4e515efc96ba7]

        tabview - put locals into anonymous namespace
        
        Change-Id: I8af78740ce3c0533eeb5277f8065f3fd84cb8834

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [7431bc263aa8411eb2934c8aefd2c222d5f83b28]

        Draw a rect in the uncovered region of the native scrollbar
        
        When the requested region is larger than the native scrollbar the
        uncovered regions need to be drawn with a background color to
        avoid artifacts.
        
        This situation can happen when the TabBar is inline with scrollbar
        when the width of the TabBar is greater than the width of the
        scrollbar. Inline TabBar support is added in a later commit.
        
        Change-Id: I70cb2e5bfd8d79401f77bbe55abe596adc160194

2015-01-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8c639609984ffb7977934ce0575bbc1a1df7dee4]

        Cleanup source of zoom dialog, translate german error message
        
        Change-Id: Iccd140f06b9504606850de780262a23004a803b4

2015-01-04  Caolán McNamara  <caolanm@redhat.com>  [0be5d2b2f6366b295a47a3b9d4e87091b6fd446b]

        boost::unordered_map->std::unordered_map
        
        Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f

2015-01-04  Charu Tyagi  <charu.tyagi@ericsson.com>  [799e07f02dbca97f4dd9cff5b779392b13b9021c]

        fdo#79738: Test case for patch that fixes 79738
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13541
        
        Change-Id: I40ba14503ad9f5458d8326741a4fe7a13653b05a

2015-01-04  Charu Tyagi  <charu.tyagi@ericsson.com>  [e1c45f55cde70d71154fa12b2449b20a256d3a26]

        fdo#79738: test document for patch that that fixes 79738
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13542
        
        Change-Id: I8d6289b814a063ba8037d07a7600a44fa77f860d

2015-01-04  Charu Tyagi  <charu.tyagi@ericsson.com>  [5b743ccf8b5bb51b4d390e64f2916ac1759419a1]

        fdo#79738: FILEOPEN: Number lines in footer not compatible with MSO
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13539
        
        Change-Id: I309f9cfc31420e350acc05be7ff422c8aefad782

2015-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [86c189cf5e8620513823704f5db56f5ae2fd4ac5]

        odk: use HTML_TIMESTAMP doxygen option
        
        To be consistent with javadoc, see commit
        ac631f9ebddbc3674f9628d941e81a7ee73c6c66 (odk: use javadoc -notimestamp,
        so generated docs don't unnecessarily differ after each build,
        2012-10-17).
        
        Change-Id: Ie52d2ca08a873e663869d60413be7bf8ec1e0b56

2015-01-04  Andras Timar  <andras.timar@collabora.com>  [803ab2666f6bd520c3317e402eef9db466880c18]

        Updated core Project: dictionaries  09b0646f984780d190ea53976f35ae23c99bd06c

2015-01-04  Jan Holesovsky  <kendy@collabora.com>  [2d59c0c940ac61240992502256c966b2cb4f9daa]

        changes sidebar: Make the "Action" narrower when we use bitmaps now.
        
        Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8

2015-01-04  Jan Holesovsky  <kendy@collabora.com>  [5badba2028ebf3ce399ed659c78b3590f364c67e]

        A bit of cleanup.
        
        Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce

2015-01-04  Jan Holesovsky  <kendy@collabora.com>  [5f363ce8bc563f64271744026cf0e16830cf9b06]

        changes sidebar: Use images instead of texts for types of changes in Writer.
        
        This is a Writer-only change because:
        
        1) Calc does not have the changes sidebar yet.
        
        2) The redlines in Calc have more complex descriptions (like 'Deleted
           column'), so postponing that for now until I have a good list of the
           possible values there so that I can ask for the icons.
        
        Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf

2015-01-03  Caolán McNamara  <caolanm@redhat.com>  [39ac529d141dcd4de534eddbcc6c07bc49367b90]

        need algorithm for std::min
        
        Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b085911

2015-01-03  Caolán McNamara  <caolanm@redhat.com>  [8dced83433dcd1eb5a17760033e360c05df22034]

        need algorithm for std::min
        
        Change-Id: Ib26b448f49c2ca633c557075b282ecbfb99dadea

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

        need algorithm for std::min
        
        Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e

2015-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [8214a6d7a83721929a0545c8414e5a96e5c558f5]

        sw: fix gcc-4.8 build
        
        Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de0

2015-01-03  Caolán McNamara  <caolanm@redhat.com>  [79f115b91e5ad4d9038e127bf0b57843e157eac9]

        boost::unordered_map->std::unordered_map
        
        Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f

2015-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [05dcb073d60579a142e3074fb1b137f36840ee9e]

        Use std::make_shared
        
        Change-Id: I27281dfbb95c410c2725ec7ce93b91eed41061e2

2015-01-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [b739e6aeef8329e7e4a7ec525a650a4c74cf4699]

        Writer::GetBookmarks can return bool
        
        Change-Id: I4210fd4bc086c5cfdfe7dc01cd9387993b4916ca

2015-01-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [63cb016bc31a2d51d445b335454b9de99c77e413]

        sal_uInt16 to more proper types
        
        Change-Id: I0e226787206e0429149fccc99677529d52d7825a

2015-01-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [351dee6b5343a910ee6fb6372bd0b2d9435517bd]

        sal_uInt16 to more proper types, use while instead of for in simple cases
        
        Change-Id: I5f3cc2771ccde44e1ea45b1ff3e7f8a3fedfb94a

2015-01-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa9f3c7bb2c8c1df5d5b1dcb0d92f537753c72db]

        Avoid unnecessary downcast
        
        Change-Id: Ib2de94071ce0f80932fe31e40f7e3d434c0a274f

2015-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa39e7970496537258eaad1f5351db2d675225b6]

        fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...
        
        ... only in case the whole table is already selected
        
        Change-Id: If7626954460e16945af6b21402a84e90c71ae138

2015-01-03  Łukasz Hryniuk  <lukasz.hryniuk@wp.pl>  [b33cd811cb5456a146916ee374aaf1ce11b2031e]

        fdo#39440 reduce scope of local variables
        
        Change-Id: Iabcd57c5f11a53db9fc6fab3606a9ab36c94fcc0
        Reviewed-on: https://gerrit.libreoffice.org/13722
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2015-01-03  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [a7052b906dfd1d749f7da9ea64a3479d7c1cc2c9]

        fdo#83058 File corrupt due to data label position is invalid in chart.xml
        
        - File getting corrupted after RT due to data label position is invalid in chart.xml
        - LO must not export invalid label position property if chart type doesn't support that positioning in MS Office.
        - For clusterd bar chart XML Difference
        chart1.xml
        Original file
        <c:barChart>
          <c:grouping val="clustered" />
          <c:ser>
              <c:dLbls>
                 ...
                <c:dLbl>
                    <c:dLblPos val="outEnd" />
                </c:dLbl>
                 ...
              </c:dLbls>
          </c:ser>
        </c:barChart>
        
        Roundtrip file
        <c:barChart>
          <c:grouping val="clustered" />
          <c:ser>
              <c:dLbls>
                 ...
                <c:dLbl>
                    <c:dLblPos val="r" />
                </c:dLbl>
                 ...
              </c:dLbls>
          </c:ser>
        </c:barChart>
        
        Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170
        Reviewed-on: https://gerrit.libreoffice.org/11141
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-01-03  Julien Nabet  <serval2412@yahoo.fr>  [31e82d9f6f07335a2526bd44956eebfcaf0a289d]

        Add deleteOnTab for ScDBCollection::AnonDBs
        
        and use it instead of just using remove_if which is useless nothing!
        
        Change-Id: I37d8254b05123e50b076ddbb6f67726198ec4d6c
        Reviewed-on: https://gerrit.libreoffice.org/13723
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2015-01-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e26f57446179a10a621b31a77446424a8ce14f7b]

        Ensure that we don't block on kernel when launching it.
        
        By switching from clFinish, which blocks until the kernel executes, to
        clFlush which does not.  We instead will call clFinish before fetching
        the results to make sure all the kernels have completed their executionn
        before getting their results.
        
        Change-Id: I157a05d5a5caf1f3e88935371144f1d52a57a313

2015-01-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c942ed153fb2d11fd31ee5e5465499a38709e804]

        Make these non-inline, for consistency.
        
        Change-Id: I9cc8f18dfa552c9bc12f70b158b0445046e51fd9

2015-01-03  Jan Holesovsky  <kendy@collabora.com>  [a1f2b8786cf1099b0b92bf5e4f3e21920a2d9e27]

        Add a missing space.

2015-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0466ade3f9f45791693aaa5676af669af35bc45]

        oox: fix gcc-4.8 build
        
        Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9

2015-01-02  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3a2b1af87d629a780f0e98559fb8b409378a80c7]

        Fix simple typos.
        
        Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599
        Reviewed-on: https://gerrit.libreoffice.org/13719
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2015-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7794d2584cd5d476b011b5344c77ad59c179c58]

        linguistic: fix gcc-4.8 build
        
        Change-Id: Ic67d11cff11078a7d83a3ee98b91ec8ae138adef

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [3fc1902aa755c86f2625a4102ccbab7b7c083ea5]

        can't have an unordered_map of const OUStrings with gcc 4.8.2
        
        Change-Id: Id80f524bd8f1ac19d99e3cb6edb8c7f0ba4ab586

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [1fc30a25e2c69fe8b365300b0784f3a282183e80]

        workaround error C2589: ´(´ : illegal token on right side of ´::´
        
        Change-Id: I3654a4eb4caa3a987f6d797c9bcb577c6fd6b426

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [875d45d8bd372cc20397b799af5eeec389f725bd]

        can't have an unordered_map of const OUStrings with gcc 4.8.2
        
        Change-Id: I2527088fec51e597c406077e459969359a0ab28e

2015-01-03  Takeshi Abe  <tabe@fixedpoint.jp>  [d939b401c7b9de79f4ea99f03cb14e9423bf912e]

        drop unused includes
        
        Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1

2015-01-02  Julien Nabet  <serval2412@yahoo.fr>  [f3edc18b4006b712725cbe530f064798607b2beb]

        Following fdo#87123: Impossible to create table or query with wizard
        
        See https://bugs.freedesktop.org/show_bug.cgi?id=87123#c15
        and above all https://bugs.freedesktop.org/show_bug.cgi?id=87123#c18
        Thank you Noel for your help!
        
        Change-Id: I9feb2384ff5965bab005c9a1e8803062cd9d0f94

2015-01-02  Stephan Bergmann  <sbergman@redhat.com>  [b03eb878a8b77c3b5ff08d06d9fd0e5f1fe6dc89]

        Remove unnecessary bean/inc/comp_LocalOfficeWindow.h
        
        Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [5484475fc10e965248d6dbb7156a5cd180db88d2]

        include algorithm
        
        Change-Id: I55abf17a1da2616ca2b1303747ca8cc7e402634e

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [65e7851444f8f730470067a585e36ff8cf643682]

        include algorithm
        
        Change-Id: Icd44b7c128bf72236206d7c753a9ef986f50dad2

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [58323fbd54c664ff3c1d3aa6f76d688f7816ea1f]

        missing header
        
        Change-Id: I65487e6a96a730b95c873613df6f33df27ceaf80

2015-01-02  David Tardon  <dtardon@redhat.com>  [6d3826588ac66c77555cc1c66bd6c6a8426a659d]

        upload libvisio 0.1.1
        
        Change-Id: I6587bd27d07ae39074d3c304614e3bc831afe8c8

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [4cf326dd43cb7a39deae02a475423b161cd589c4]

        attempt to compare a singular iterator to a singular iterator
        
        falls over during build with debug stl
        
        Change-Id: Id7241e1275067f827e4a663eb901c41e4c9873f5

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [fd1372ba8b1c3eb3c7fad6d9c623176c8071f31b]

        boost::unordered_map->std::unordered_map
        
        you can get debug stl this way
        
        Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19

2015-01-02  Caolán McNamara  <caolanm@redhat.com>  [c48b928acab9f226ad5ad816fe773c21051431e8]

        iss is unordered_multimap, so can't rely on order
        
        Change-Id: Ief399439bdde047dfbaef43f2262e6212db8bd7e

2015-01-02  Stephan Bergmann  <sbergman@redhat.com>  [305b90c9999781f24421845c9e896563f5183b7e]

        OSL_FAIL -> SAL_WARN
        
        Change-Id: I82ce1030e69f8794c9fdbdc138541e5d7e0541d4

2015-01-02  Stephan Bergmann  <sbergman@redhat.com>  [f8922b67a4dc1ff0b889f33d2407584aed5d2e36]

        Remove unnecessary comphelper::string::getToken
        
        Change-Id: I49192637121441b9a1980350b9bb32cd995d4386

2015-01-02  Julien Nabet  <serval2412@yahoo.fr>  [c7531408b3ef4b2d284edf35ed983c23e7585231]

        Resolves fdo#87123: Impossible to create a form with wizard
        
        Quoting Noel:
        "
        The original block of code looked like this before my changes:
        
        MethodInvocation windowHidden = new MethodInvocation("windowHidden", this);
        xWindow.addWindowListener((CommonListener) getGuiEventListener());
        String dialogName = (String) Helper.getUnoPropertyValue(xDialogModel, PropertyNames.PROPERTY_NAME);
        getGuiEventListener().add(dialogName, EVENT_ACTION_PERFORMED, windowHidden);
        
        which is clearly bogus, since "actionPerformed" is not an event on the XWindowListener interface.
        "
        (see https://bugs.freedesktop.org/show_bug.cgi?id=87123#c14)
        
        Change-Id: I4c4923e6cb21989fcd3e346b099a7e7b15526bf2

2015-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4c2340c4e0c048af4c77d17380cccf7f2985b5d]

        Library_odfgen: missing quotes
        
        Change-Id: I1df6ad9a53001348f269d4156dd09c4d2c361c26

2015-01-02  Stephan Bergmann  <sbergman@redhat.com>  [362486945d957a3e8547feea3cc004ffa191c73b]

        Fix --help output
        
        ...cf. fe5527f1c6dc259af464a0593e86a2da2983b7ed "desktop, sysui: let
        --convert-to imply --headless"
        
        Change-Id: If4b22e17904acb5c5584c011c7ac00163aba5fed

2015-01-02  Jean-Pierre Ledure  <jp@ledure.be>  [4e9b6450bf0ca916fa313a577d3af878efa90955]

        Access2Base - handle ".uno:" prefix
        
        Isolate _DispatchCommand sub

2015-01-02  Tor Lillqvist  <tml@collabora.com>  [0478c43bef0510e3bfedc0f836e3a95635e0d391]

        No need for USE_DOUBLE_MMAP on OS X
        
        I had introduced it with d83de4b1a93ba7ed7bc3243073be3de96a44bfa9 in
        2012, when the C++/UNO bridge for 64-bit OS X was created mostly as a
        copy of the Linux one.
        
        Stephan says that the only need for USE_DOUBLE_MMAP should be on
        SELinux anyway, so most likely also its use for the various BSDs and
        Android are copypasta or cargo cult.
        
        Change-Id: I1c16e830e5e8269b78b14837a9127a98612a6e54

2015-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d3b725000e537ce6199f0abd1c80580c9bf95c8]

        CppunitTest_sw_ww8export: use SAL_NEWLINE_STRING
        
        This makes CppunitTest_sw_ww8export pass on Windows again.
        
        Change-Id: I16fed4eabbe7b9ccdcc0c71361b85b0e13f2245a

2015-01-01  David Tardon  <dtardon@redhat.com>  [4457453864d54c1b951292709432a9b255161a0d]

        updates should not require touching ExternalPackage*
        
        Change-Id: Ic23c434770159ddea1f05ac0ef49572b387ebb54

2015-01-01  David Tardon  <dtardon@redhat.com>  [d2d941ceec8c02f2c062558bd573d49d988a0fcc]

        define all needed macros for libodfgen build on windows
        
        Change-Id: Ic05027fafc9bed8d37306be9c7da63e53d1c6196

2015-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [fcf152ea70164f303861c7edcd83ab0766ad600a]

        error C1083: Cannot open include file: 'config.h': No such file or directory
        
        Change-Id: I8499c79358c598f71585234d7007e981ff4d88e1

2015-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [effd1898422a1e38744b995b086846ac37bff5aa]

        error C2039: 'max' : is not a member of 'std'
        
        Change-Id: I2a059f9332215678936d78990ee36a5ae2161712

2015-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [59394867bba4bb511c6574f22f553fda819e81ae]

        Use std::make_shared to create RTFDocumentImpl
        
        Change-Id: I5a4fc60b30829cf8d9e8e7f142331dbb0007ac9b

2015-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [58f48448cfb24bd6baa95a8e09e9739fcd3cb485]

        desktop: adapt pArgDescr to CommandLineArgs::ParseCommandLine_Impl()
        
        Commit fe5527f1c6dc259af464a0593e86a2da2983b7ed (desktop, sysui: let
        --convert-to imply --headless, 2014-12-22) changed
        CommandLineArgs::ParseCommandLine_Impl(), so that --convert-to implies
        --headless. However, that worked only when ./soffice.bin was launched;
        when the ./soffice wrapper started oosplash, then a logo was still
        shown, as oosplash has its own list of switches that disable the splash
        screen.
        
        Fix the inconsistency by adding "convert-to" to oosplash's list as well.
        
        Change-Id: I47e30db3b658f179f10e8a447b5d7cea083fcc60

2015-01-01  Caolán McNamara  <caolanm@redhat.com>  [5f1fc3d547b2b51d247918e43155e1a44dbf03a0]

        de-resource SFX_PB_EDIT
        
        Change-Id: Ia8002d76443dee819b57779df5213707bd52f890

2015-01-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5fa404d1b5da93c9baf8e89a94ddd63d76ae6b9d]

        fdo#82870 scale "super" quality degradation bug
        
        Change-Id: I132c046323e1c7805fc7ead6f247732c1843eb24

2015-01-01  Andras Timar  <andras.timar@collabora.com>  [53733528be84a83428cda600d8696f30b59e7801]

        Bump copyright year to 2015
        
        Change-Id: I18f2abfeee3b7e440aace632aec1296a1beab1f7

2015-01-01  David Tardon  <dtardon@redhat.com>  [9fbc8c06a3cb0df6d1208b8916e0e9f31ca8d025]

        upload libodfgen 0.1.3
        
        Change-Id: Ia28bac4b12f23f3e85e42e323b35d8715a6d5d02

2015-01-01  Douglas Mencken  <dougmencken@gmail.com>  [2315a43bdf3707ac978802a36a4019d4f48ce0a6]

        get rid of obsolete code for 32-bit targets
        
        fixes vcl/osx/a11ywrapper.mm:1037: error: ambiguous overload for
        'operator<<' (operand types are 'std::basic_ostream<char>' and 'CGPoint')
        
        Change-Id: Iabf9a1e795c9fe89ff5d6ff379aa6a18dd7dbf65

2015-01-01  Takeshi Abe  <tabe@fixedpoint.jp>  [24c52aaeb99984cc62c7235430a107d34e0d6e3b]

        starmath: boost::shared_ptr to std::shared_ptr
        
        Change-Id: Id077493f9e462a00c427bc493f823fed79617c07

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [53f51e32ea541dc99b264934dd255fc2fafe924f]

        drop unused defines
        
        Change-Id: Ib3966118e5dde496f294c7ee224f4651a6192388

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [190196b98fc630d8aa3889e93797cb6268008447]

        Date/Time no longer loaded from rsc files
        
        Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [959bcd564bca2e33036e0947a293ef2009341cf7]

        various other apparently unnecessary rsc stuff
        
        Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [756fe1b298762ed145784a09c512d793d9c6fa92]

        drop dateformatter resource loading
        
        Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [d21d606236d7d9d93cfba0a16c3d9ec4473ef8f0]

        drop timeformatter resource loading
        
        Change-Id: I11de468ab65aa4dec761fbcc1e9416528c332dd5

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [caa92788885c6bfca326b11237e17cd981da1b7f]

        TimeFields not loaded from resource files anymore
        
        Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [c05984305b29606bd9cbc821a483206446d4c33e]

        de-resource custom properties widgets
        
        Change-Id: Id0579d323016d760ec89185026a3c0803345695b

2014-12-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebd41daacdb11d1b96a50d7230249c85408ae5b5]

        Add DocxSdrExport::writeBoxItemLine()
        
        On one hand, this reduces code duplication. OTOH, the
        DocxAttributeOutput::FlyFrameGraphic() version was a stub, so this
        improves DOCX export of image frames as well.
        
        Change-Id: I7cd5e5feb8f1e63d074f82263c3d71088c0be30f

2014-12-31  Tor Lillqvist  <tml@collabora.com>  [219f2dc83f40afb7470bffc307371925e8fae018]

        Ifdef out testSharedFormulaXLS() for now, fails for me with OpenCL on CPU
        
        IRC exchange:
        
        <tml> reverting 16bfddc makes the CppunitTest_sc_subsequent_filters_test not
        crash for me (Linux, with the AMDAPPSDK-2.9-1 OpenCL implementation, but no
        AND hardware, just an (Intel) CPU), but then it instead fails the
        ScFiltersTest::testSharedFormulaXLS
        
        <tml> the problem (in the non-reverted case) is that for some reason the
        pDVR->GetArrayLength() on line 131 returns a ridiculously large value in
        sc/source/core/opencl/formulagroupcl.cxx
        
        <tml> that seems to cause the alllocated buffer to actually be of zero size,
        according to valgrind (even if no OpenCL call returns failure...)
        
        <moggi> let me have aquick look
        
        <moggi> just comment out that line for now and I'll have a look at it during
        the weekend
        
        Change-Id: I5f9499ba1576cfa6d0945ecb19260a4b89c83e72

2014-12-31  Julien Nabet  <serval2412@yahoo.fr>  [0f9ce69b327ee14f028c26e6af275779b8047def]

        Related fdo#87840: mix between ignorecurrency and inputchecks
        
        Change-Id: I38501b371b8c63ab2e6fb019e17416e139120908

2014-12-31  Tor Lillqvist  <tml@collabora.com>  [f00250f2c500a43ce82fbdb6eb51a84f3586357d]

        Cosmetic changes
        
        Remove some pointless line breaks followed by a huge indentation (past the end
        of the previous line).
        
        Change-Id: I81925962c6eddc7ee3137135000fcc8e55222105

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [13c71694fce1bf0d9c968581e418886052d1c8c7]

        convert docking window RID_SVXDLG_FONTWORK to .ui
        
        This is the "old" pre OOo2 fontwork stuff, take the document from #i14297# to
        see an example of this old fontwork object and use
        tools->customize->add->format->fontwork to enable the fontwork dialog
        
        Change-Id: Ic7151937f8dccd8bfaf146f6a058fc03c49632ae

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [42addf58d4cd7433b4a8620f0fd6ab15f3ec0da0]

        drop unused CURRENCYFIELD_ defines
        
        Change-Id: I15fda8ab103a7cdad18ef6cc36debf983819e6f3

2014-12-31  Caolán McNamara  <caolanm@redhat.com>  [fb5ce4b89e410f30ba4e6d5a7ef1b6cab6194f61]

        Updated core Project: help  a958bc9cd64c9658a021296ebcd85a88b8e50d7f

2014-12-31  Jean-Pierre Ledure  <jp@ledure.be>  [1552898a66562e439e52769a12769239818d29fc]

        Access2Base - solve incompatibility with AOO
        
        Controller.FormOperations always returns <Null> in AOO. LibreOffice OK.

2014-12-31  Raal  <raal@post.cz>  [56ed2a8c24660442bcf42358395acc00bfa595da]

        add a few more formula tests
        
        Change-Id: I3471227b97802d5f3cf5d41f5530d28163fee37d

2014-12-31  Julien Nabet  <serval2412@yahoo.fr>  [1834de0a125a72cf32907b0586b8ceb4930ec411]

        Remove extra spaces
        
        Change-Id: I2b351530c5eba062449e02621cfca6ba34bf9c58

2014-12-31  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5c60dab390d66a4d5abeaf548efecf3913b90839]

        add some warnings to non-implemented features
        
        Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b

2014-12-31  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e61fe35e7997082a4478dabde5123ecc63536538]

        prefer ptr_container to manual memory management
        
        Change-Id: I11326c2873aad5116fd70bfa31eb94e93fef3f40

2014-12-31  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c805a996c97097d2a47039355fffba678a84e1b0]

        use constructor initializer list
        
        Change-Id: Ieede6dec05f63ed0fa1dde376b2e89c381601cd6

2014-12-30  Julien Nabet  <serval2412@yahoo.fr>  [0bc12467453062737ebb762421f602884372df71]

        Rename "Mid" unit tests to distinguish cases with 2 and 3 args
        
        Change-Id: Ie9241d0a28dc3871c9242123c9f000100e1a2fa1

2014-12-30  Stephan Bergmann  <sbergman@redhat.com>  [cf39dc339f4ba2a6fb8ce572e437fe610754eb00]

        -Werror,-Wconstant-conversion
        
        "implicit conversion from 'long' to 'sal_uInt16' (aka 'unsigned short') changes
        value from 9223372036854775807 to 65535," and at least the call to getHandle for
        the long nHand argument of SwFltControlStack::SetAttr in
        SwWW8ImplReader::Read_AtnBook makes it look like it better return long?
        
        Change-Id: I594ac3ee60a72c0eb2e13f802371ff1e8ade7676

2014-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [54bd92d7fce1ec4d8d779751168c698cc44a33ba]

        writerfilter: boost::shared_ptr -> c++11 std::shared_ptr
        
        Change-Id: Ib5649d8979093bb147c61eebcf95a472ad899672

2014-12-30  David Tardon  <dtardon@redhat.com>  [b4a30a53f72eb286da502656ccde539fb449c92f]

        upload libmspub 0.1.2
        
        Change-Id: I2cbba2a2dc8d2763ddfe982890be52f9fcea4ae1

2014-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ec0ec267986644084baaa5bda5ba917dc5744df]

        i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARK
        
        And add a minimal reproducer that shows how the old way was broken.
        
        Change-Id: Ic2dadf9905d603b0fd0573651b235ecd5dd70e71

2014-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [677fdd4fa235466649911042577bc4980d42deb6]

        i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBkl
        
        So that later SwWW8ImplReader can read these structures in a way similar
        to bookmarks.
        
        Change-Id: I8e5bc804832b944336701ac12fe6cb50e17c6b94

2014-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [271722d923610d128a358528e64d7233641ea0dc]

        i#93570 sw: add RES_FLTR_ANNOTATIONMARK
        
        As commit b1cd83c625a2afeb9da43cc9745d79c01963c797 (fix crash loading
        ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to
        sw character positions is working only in the very simple cases.
        
        However, to do that properly, we need a way to store the start position
        of an annotation mark before we create it, so add a
        RES_FLTR_ANNOTATIONMARK that can do so.
        
        Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8

2014-12-30  Michael Meeks  <michael.meeks@collabora.com>  [dc5383e2fa487a7599f2e317bba409dc3cde8339]

        fdo#84229 - don't set error when seeking beyond end of valid data.
        
        XclImpStream and elsewhere does an initial seek to the end, then a
        tell to work out the true length of the stream. In order to let us
        attempt to rescue data from the beginning of otherwise corrupt /
        truncated streams, we should avoid setting an error here.
        
        Interestingly, we also (probably) don't want to return the true length
        of the valid data - as this is how SotStorage has worked historically.
        
        Change-Id: Ie0ff0e183220b81871ae3bf83980a24b57ac8694

2014-12-30  Michael Meeks  <michael.meeks@collabora.com>  [dcf947534778520bad32167f181b42ef6a451531]

        fdo#84229 - add sot storage unit test.
        
        Change-Id: Ic11c397984602bf8a2e292bc901cd7bf71ad555d

2014-12-30  Caolán McNamara  <caolanm@redhat.com>  [a73475cecdac393b40c34770be65be40bf05e011]

        DockingWindow will need a timer after all
        
        to update layout after initial show when
        contents change
        
        Change-Id: I8edbe84fa366cdb04dbfe5e479dc01cbf04dbf4c

2014-12-30  Caolán McNamara  <caolanm@redhat.com>  [11d0c28601dc89c48e67a7b39ba82dd52e660334]

        convert RID_SVXFLOAT_3D docking window to .ui
        
        This is an epic dialog with lots of moving parts
        
        Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f

2014-12-30  Caolán McNamara  <caolanm@redhat.com>  [04299dba24d04b08d54f4f5945d340d7abfa73e4]

        Updated core Project: help  45bd6c6e23810a5778b23b3bf1c2f30e37d0021c

2014-12-30  Tor Lillqvist  <tml@collabora.com>  [b5a375236bd5ccdb0f1397ef734b2d3fbe86ad37]

        Build external libs statically in the DISABLE_DYNLOADING case
        
        Fixes build for iOS.
        
        In theory, it is a bit unclear whether DISABLE_DYNLOADING means to 1)
        not build any dynamic libraries at all, not even of bundled 3rd-party
        libraries, or 2) not build any own dynamic libraries, including
        dynamically loaded UNO components, while still building 3rd-party
        libraries as dynamic. But in practice, a use case for the latter is
        nonexistent, nobody uses --disable-dynamic-loading in their
        autogen.input, and DISABLE_DYNLOADING is turned on automatically for
        iOS and Android.
        
        What we want for iOS, for an LO-based app, is to not build any dynamic
        libraries at all, but produce a single executable. Correspondingly for
        Android, at least currently, we want to produce a single dynamic
        library.
        
        Change-Id: I7af4c3e53b13439612bb57bbb0fc8b118bda96bd

2014-12-30  Jean-Pierre Ledure  <jp@ledure.be>  [468474953847859e7ff707b5cbe87a443c00aed6]

        Access2Base - CommandBars collection - show/hide toolbars
        
        Addition of CommandBars collection
        Addition of CommandBar class

2014-12-30  Yousuf Philips  <philipz85@hotmail.com>  [1a3accb148bda7ebe889cbd6177502bd730b0bb8]

        removed duplicate entries found in menuids3_tmpl.src
        
        Change-Id: I28d5bc9e8ddeb7ef42d608e55a63762657dfbf51
        Reviewed-on: https://gerrit.libreoffice.org/13700
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-30  Julien Nabet  <serval2412@yahoo.fr>  [84e3c5acb07937a073fedbe3d5389fc72123923a]

        Related fdo#87789: groups should appear like views and not like tables
        
        Change-Id: I4f8d7e2bec006e6d0a0041e2145aa0920f64aa57

2014-12-30  David Tardon  <dtardon@redhat.com>  [ff2990fded4f1745c44f62cca53e3bff28e371fb]

        upload libwps 0.3.1
        
        Change-Id: Ifc0218b76f9b330185986bf4c7137f4f9a2f1081

2014-12-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0aefc72fd42e744beb218c14121147bfcef89ca3]

        correct test for fdo#81195
        
        Change-Id: I961603e3ea20aae4f12705c2656864dcbe8e1eca

2014-12-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [339521b5448ae3f63b790f144976e78c9941ed33]

        add test for fdo#81195
        
        Change-Id: If19f4067d53c2c614f6afcc0d6349db6ec2fd602

2014-12-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4ebdadfda60f108556ea9cc4436dd440bf122ca4]

        use the correct tab for sheet local names, fdo#81195
        
        Change-Id: I7e8b7ed552a37c6d9c6ce7c75765267b343d508c

2014-12-30  Takeshi Abe  <tabe@fixedpoint.jp>  [452623cf22c972f4f3865c2e7db961a73021d169]

        drop an unused define
        
        Change-Id: I8d34dd364de81c7adeddfd3a8ff0fb8c8b08a5d4

2014-12-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [11109ded381e0cc4f44f7837af995c8c82b3df09]

        add test for fdo#84556
        
        Change-Id: I9b3af4f66513fff437facd17c0758ee92ac5744d

2014-12-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b010e6724fa5cd519daafd3abf57f0a3257025bb]

        relative refs wrap around in xls, fdo#84556
        
        Change-Id: If84d468d4bd55ed55ccd517d0b078d283a1a9c38

2014-12-29  Szymon Kłos  <eszkadev@gmail.com>  [87e0ae677a7d39e4890d470a3537113c9ab2fa95]

        fdo#85182 : default focus on folder rather than filename
        
        Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b
        Reviewed-on: https://gerrit.libreoffice.org/13685
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [12496548474d5361c034eba0ecb382a375b02769]

        fdo#86592 Fix radio button’s groups
        
        Change-Id: I861a8f38adf8bb2bda193befe100ba535eef83ba
        Reviewed-on: https://gerrit.libreoffice.org/13691
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5e32fd8f25a83c63717c6a284ecf860054e9389]

        MSWordExportBase: Value stored to 'bPostponeWritingText' is never read
        
        Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773

2014-12-29  Yousuf Philips  <philipz85@hotmail.com>  [1e3cbdf9d44f4a72d06fc2a3f44613d28248a202]

        HUMAN: improve the look of the default icon set used in ubuntu
        
        Change-Id: I5de4bce2632a94d0a94b4d8212525e9a35790ca0
        Reviewed-on: https://gerrit.libreoffice.org/13689
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-29  Julien Nabet  <serval2412@yahoo.fr>  [5f2cfd1beed6466715b7a1ed6a22b93cc250c79b]

        "NOMINMAX" is not used [-Werror=unused-macros]
        
        So let's let this for Windows only
        
        Change-Id: I1f76e03b0e3431a6954a75f5cb247ef1a1644a28

2014-12-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0c24686c3970bac7e9a4e214fccfdfffd742149e]

        add test for fdo#80091
        
        Change-Id: I8b62c0980275537adea7a4de44d4fe86995da92f

2014-12-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [16bfddca6187a426523bbe187db4506a34b5511c]

        handle relative refs correctly in xls import, fdo#80091
        
        Change-Id: Ia70f96e1d31e71c56f03c828be0a4e49fff4b198

2014-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c9cf98819037fdb70cbe68f678f6498d5646736]

        try to fix windows build

2014-12-28  Julien Nabet  <serval2412@yahoo.fr>  [6cafd3e80c39d2adf57c41d366097ecebeb916a9]

        std::remove_if not used
        
        Change-Id: I363ac477d364a1b428ebe5181973ff28dc3f4a77

2014-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [337aa303284b42c4fb13bff4beffdcf445a715cd]

        Factor out SwFmtCol::dumpAsXml() from docnode
        
        Change-Id: Ic41b981c989aec658e95889b72bd76ecacb13a9a

2014-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [daebeae541d354c36e42434411e64755c70329e3]

        Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnode
        
        Change-Id: I8c52801178c5cf80398a19ebe40d336c69db8065

2014-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5ac1754bac8f81cb51adac82167bca9e9aa61af]

        Factor out SwFmtFollowTextFlow::dumpAsXml() from core
        
        Change-Id: Iafd2db5d878857c517e79f84b8c9c6a806ccfe4b

2014-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9d0ad432aea1987c7cb37264908c53a9cf206b7]

        RtfFilter::filter: don't leak pIn
        
        Change-Id: I2510cd7faa48c0287498bdbc2511e29dbc62860a

2014-12-28  Andras Timar  <andras.timar@collabora.com>  [4cd048d98ff258abc6ce036cb715d2c577128fb0]

        Revert "Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape..."
        
        This reverts commit c6e316f52021cc26d4c5ec9a7b87a07fbf595b62.
        The bug #i124452# was in AOO only, no need to fix it in LibreOffice.
        Especially when the "fix" causes regression. The related fdo#76334
        should be fixed one day, but that is a different issue.
        
        Conflicts:
        	xmloff/source/draw/ximpcustomshape.cxx
        
        Change-Id: Ice0bf378f97e2caf0ee8386d0b5c0b8abcbcd1c2

2014-12-28  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1471103be04a1bcf18002b5ddc7c9c0744655b2b]

        fdo#87754: duplicated strings in an ItemList are not translated
        
        Change-Id: I72c6e234ff999a6dbed48cc62fe7d39aeb798f35

2014-12-28  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [04fa50e39888926e1efdb52d46e6ab9bcd9cbea8]

        Regression in rendering of flowChartPunchedTape custom shape
        
        Regression from:
        20f8006e21943b08f1f152e4a0359c9ebe4786f2
        
        It's not a good idea to create the arc first in small
        resolution and scale it later, because the result won't
        be smooth (e.g. in case of flowChartPunchedTape).
        
        Both cloud and flowChartPunchedTape rendered well after
        that change. It seems the problem in case of cloud
        was with the arc tangent values which should be calculated
        based on the ARCANGLETO's original values before scaling.
        
        Change-Id: I0315afd0452108b6539b4b8ba271d1615810d985

2014-12-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9bfeeee0aac88d8215525a2a18280b5183b03b7f]

        Rework TabBar D&D tab move triangles and make them HiDPI aware
        
        Change-Id: Ia4165880b0b08b5ca26fe7004f961cd17b3d3e27

2014-12-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [37fa4e781dd0a0edccb59eaf5d8b624f15ef469a]

        HiDPI: TabBar resizer changes size depending on DPI scale factor
        
        Change-Id: I36a6d22f87b0d96cdbdadd683cd3abeb12e28c77

2014-12-28  Yousuf Philips  <philipz85@hotmail.com>  [74d84c5065aa7332dcc1af1844f9b8af589165aa]

        fdo#84909 moved presentation features to standard toolbar
        
        Change-Id: Id52e58ad74a521f338204d0b4b21f776dc61ba08
        Reviewed-on: https://gerrit.libreoffice.org/13678
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-28  Caolán McNamara  <caolanm@redhat.com>  [5488b315b6914fb085ce2d9a99e4162ff74a8337]

        splitters no longer loaded from resource files
        
        Change-Id: I84ee0c754118882734301bf1d34c15ba640a3889

2014-12-28  Caolán McNamara  <caolanm@redhat.com>  [40aeb8ba411a8f9682bc7213a69b7e9ec2c66f4a]

        callcatcher: update unused code
        
        Change-Id: Idb5df3a8dd89d56ae1b70b05d5c6baf01e27b569

2014-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [859df5799b683a1278e4e9fe7790a3f50c304cfa]

        CppunitTest_sw_odfexport: validate export result, except a few
        
        Change-Id: Ie555a72519b251cea3bd98cdfbd6d93295dea079

2014-12-28  Yousuf Philips  <philipz85@hotmail.com>  [ab0ea507ef1e037fa347a7f2b3d99a1f83ddeba1]

        fdo#83565 addition of wrap left and wrap right to context menu
        
        Change-Id: I8eb75b736a559c56960864bd0255b96982b9858a
        Reviewed-on: https://gerrit.libreoffice.org/13677
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-28  Takeshi Abe  <tabe@fixedpoint.jp>  [65b490098c96dd8020a53e79e56cdef3be18aeeb]

        kill unused CMD_SID_* defines
        
        Change-Id: If263d1e8f5852c03d57c3378084570cfcbb134ce

2014-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9cd0fdc90983a4c8856762da7ae3948bfb8e7969]

        fix mac build, -Werror,-Wmismatched-tags
        
        Change-Id: Id9396eae46c74cd701e19ff7a4f849f6cbb103bb

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [7f476fea47f06a7f8cc961dd4f6595a524346fa5]

        boost::unordered_map -> c++11 std::unordered_map
        
        Change-Id: I28438000c2b0a8e6ce4f5640f861f572c0cb83c8

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [fc95782eb39cf4974ac4b3096695eeb89008937c]

        coverity#984097 Uninitialized pointer field
        
        Change-Id: I3098e446f0a2a4cd82785d7dcaf101575ed0b476

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [4e7b2a7885ac0a3194f7f9d974c901cd41640a71]

        coverity#735429 Logically dead code
        
        Change-Id: I2f2bd16d04b8058ba0d253eb3d5455fabbad54cd

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [02d83cb52fe0e02d79389ce4b45204358d59fbb0]

        coverity#1019332 Unchecked dynamic_cast
        
        Change-Id: I280928da005b8cdd94c8bf33eb5aaa86a5ea2fcd

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [435a3a32b12f4f13ab4d693c1b06780f77ed7a8d]

        coverity#1019331 Unchecked dynamic_cast
        
        Change-Id: I902fdbcfd171e93ac57b5021269d2279610b4b0d

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [be94376c74c5d1eedb8353bc28367b5d9e533482]

        coverity#1019327 Unchecked dynamic_cast
        
        Change-Id: Ibc5a1478d196681cbc124886924eebf065bbdb11

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [6198aa8c14ade1c0d82316411d128aa8175552b7]

        coverity#1019325 Unchecked dynamic_cast
        
        Change-Id: Ic1607eea119a7321f65b0a0145a263a03406ed6d

2014-12-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ebe0cc11dadd57fcee5a8dc18278809e58db0075]

        license: fix typo: “Huerta Tipografia” → “Huerta Tipográfica”
        
        Change-Id: I49c6e4d93165339c1cbc5983dae1af60863df525
        Reviewed-on: https://gerrit.libreoffice.org/13668
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-12-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83fe7260ec369f0ba68437f8c3b1c8ec6092ae54]

        iterator::operator*() should return a reference
        
        Change-Id: Id09f555c5ece9e5cb60a2ae7bc2456d4343744f5

2014-12-27  Andras Timar  <andras.timar@collabora.com>  [ea4b6b4929b6390b03ad25800db41e2db4faed13]

        fdo#87442 restore simple listbox
        
        Change-Id: I2296c4da785919e97f49b4281ac2d408cba6734a

2014-12-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [757ce63f7346aea132f11c3d9a328b0a1a776403]

        remove copy&paste code
        
        Change-Id: I5710856fdb9fb91573de89eeb5a29d3d106ad7a6

2014-12-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [02caf8f2eef75d8b5acb6a4ec40277355c3c6c6e]

        that method is the same as in the base class
        
        Change-Id: I8cb6f59795d9461c0e02ab70d7edd60af1410c1f

2014-12-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cef36587674b6472471478524e87b1add4109507]

        return after finding the reference
        
        Change-Id: Ia22b97b0a45d8d840095737638c2ccf68373e27a

2014-12-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [4d1f2de857f6e9e43a54d74a5deacff5279e8714]

        Cleanup and simplify TabDrawer & remove maPoly
        
        Change-Id: Ib11a610bafcc54516b873304f778ee92603d5c31

2014-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4de5b40eb7220da2d337eb98d7905a98dc12c72]

        fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>
        
        Change-Id: I543ec24f8825bcc7c35acc106402f4fc6b4b5d79

2014-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [62391c28fae5099dd1f67c322867933fcb05bc9f]

        fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>
        
        A later version of ODF will hopefully allow <table:table> here as well,
        but read <loext:table> in the meantime.
        
        Change-Id: I42a461e0a6e9eff9387379acbab9660a155ecefe

2014-12-27  Caolán McNamara  <caolanm@redhat.com>  [03c95abe6b748d1155a62a9febcec96219bc3818]

        de-resource RID_SVXDLG_GALLERYBROWSER
        
        Change-Id: I33df0c65d230ed13a5121555c8cf26a7bd27969a

2014-12-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [18cccd62fb5b730319878df6fac748d5cdf73f1f]

        handle index based external refs in formulas in ooxml import, fdo#85617
        
        Change-Id: Ie4f43f041f5d614b9c2826c74574c854af05c266

2014-12-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [808b0bf831d4a4fdb60c01865d0a7dd36cf9d521]

        NO_DECODE breaks non-ascii urls, fdo#85617
        
        Change-Id: Ic76346d20dc7fdbb5d77ba08d87f0d6c6e7b3c88

2014-12-26  Yousuf Philips  <philipz85@hotmail.com>  [88ae2a436ec79dd152f9e81edea00e402438cc1f]

        fdo#81475 rearrangement of writer's frame toolbar
        
        Change-Id: I0c6b7469aba62a8d427ffebfdcc9f6212fb3fd3f
        Reviewed-on: https://gerrit.libreoffice.org/13663
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-26  Andras Timar  <andras.timar@collabora.com>  [50e960e839a4c77292f4da89b1b7e08e58cda192]

        single \n should be non-translatable in UI
        
        Change-Id: I7264ace75346689e9f18f6a797718b7ad3aaeba6

2014-12-26  Yousuf Philips  <philipz85@hotmail.com>  [d21eae2447c227ad945d2b9df8cab895f792dd04]

        fdo#87185 rearrange image context menu and add icons to a few entries
        
        Change-Id: I7d28aea1059ec87cbc72ccea40dc000f51e6560b
        Reviewed-on: https://gerrit.libreoffice.org/13662
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [ac5cec21167f8addb7fe4973bf7fdf0f503d6259]

        Cleanup zoomsliderctrl & viewlayoutctrl
        
        Change-Id: Ie5f135e8457ed75146328a388f3b70273bf54ed2

2014-12-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [b99aeb247d86be93947572adf7abc19a42ee6caf]

        HiDPI: ViewLayout statusbar - scale icons by both dimensions
        
        Change-Id: Ibd8417e0f3daf17d94b5c13e4efcab20568e2153

2014-12-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8a009858aa25825e26eb9f04ea1d3620445e6709]

        Adjust the statusbar item widths according to HiDPI scaling factor
        
        Change-Id: Id697b3b799c7437d937de6534edf88083e5c4dfd

2014-12-26  Yousuf Philips  <philipz85@hotmail.com>  [f37ccf3ed8aae4e2d5191fb97aa28446541ff790]

        rearrange Impress's format menu bar
        
        Change-Id: I569ec58afa6015d17dfd4c40dcb45eb36ea93b4b
        Reviewed-on: https://gerrit.libreoffice.org/13655
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-26  Yousuf Philips  <philipz85@hotmail.com>  [4aff2bf4f8484e1480f918189d8adbfd04981951]

        Add object formatting options to format menu
        
        Change-Id: I88dd8b53abaab78cb2a43af96b2cec1108190400
        Reviewed-on: https://gerrit.libreoffice.org/13654
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [8fec0b7d3427b887ef74a7d5ea20baa1b28a8f80]

        callcatcher: update unused code
        
        Change-Id: I64cf376d57b8574249dfda274ea87a6931b0457d

2014-12-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad3fcbb57f543c5d188c434a08ca58d7512232d1]

        writerfilter: turn RTFBmpStyle into a C++11 scoped enumeration
        
        Change-Id: Idbb1b2f2573d5c807d647bc1ecfee3da82be5574

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [abbfb33c8107e38470adc73f95ce3ac4a2b26d3b]

        coverity#982280 Resource leak in object
        
        Change-Id: I005ed6f44925df7f380eadc4f9971bc1c030a0ca

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [71c60f8f8956414034d105fe4cc64c12d3a5d2e3]

        coverity#982279 Resource leak in object
        
        Change-Id: I8a616dee5795c3614baa69840b3a8808ef89b650

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [faace681fc6575dd8a16b0c8fead3ea7f0b93fe3]

        coverity#1260446 Uninitialized scalar field
        
        and
        
        coverity#1260447 Uninitialized scalar field
        
        Change-Id: I3aa5a1caf776fddc8b6029e96c24aa86b21de880

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [cc5ceadf55b6f20575e819f6c5be6720093811ed]

        coverity#735393 Resource leak in object
        
        Change-Id: Ib39befba388568004a4cda57a1b161ba2a80c822

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [6809783a988ff2271850bb3b5f8843f03fb658c9]

        coverity#1260448 Uninitialized scalar field
        
        Change-Id: I12292071f42ba3011172f35eba1be61ecd3d8483

2014-12-26  Caolán McNamara  <caolanm@redhat.com>  [8ec545531992251d3670c1bd3b1d1e0c9c998db0]

        what's with the void* + casting
        
        Change-Id: I4e04db86518b9a767da23dda3678002460f6f41d

2014-12-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [57626f2132f73e4e42b31e364b25c5867336e718]

        Scale menu icons by a HiDPI scaling factor
        
        Change-Id: I358794f86d541d2b49a8281a7224e5c6c29066d9

2014-12-25  Mark Williams  <mark@dimm.de>  [e1043eca4b4c64c3c23affa97aeaeb09fb1f7cfb]

        Uno bridge msvc-x86_64: Fix EH memory and addressing issues
        
        Rewrite of 32-Bit-Code to work under 64 Bit:
        To use the 32 Bit offset values in the ExceptionType we have to
        allocate a single allocation block and use it for all code and data.
        All offsets inside this area are guaranteed to be in 32 bit address
        range. So we have to calc total memory allocation size for D-tor,
        C-Tors, ExceptionType and type_info. ExceptionType is allocated via
        placement new operator to locate everything inside our mem block.
        
        There is one caveat: Struct type_info is kept in a map and was
        referenced from class ExceptionType. Therefore type_info now is also
        member of ExceptionType and can be referenced via 32 bit offset.
        
        Change-Id: I6b524e36975a66fb64ca0cfb014c207053acec90
        Reviewed-on: https://gerrit.libreoffice.org/13653
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-12-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c31015130e72e88a5108fe8f7fa7f832ebbc06ea]

        fix new[]/delete mismatch
        
        Found by asan. E.g. ooo45229-2.cgm

2014-12-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [93e97e83d8db7641d32391af7203806d2d26370b]

        sal_uInt16 to size_t
        
        Change-Id: Ide8913930f9f951039cefecf71609c5a2bcc5e82

2014-12-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [1577d93102ab87952309eafefa497aa88e97de21]

        Optimize consecutive token accesses in OUStrings
        
        Change-Id: I988d80665bc61d1a0a96614790735d83bd9e5dde

2014-12-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [257ff5bea3a40646e7dae88f708c136be93ed1b2]

        sal_uInt16 to size_t
        
        Change-Id: I66239d89049f1386e5725e540c4dcc2b09c3ebf0

2014-12-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [d07f0997c54e9cef31d996ebeb2aabfb4b4e0265]

        sal_uInt16 to size_t
        
        Change-Id: I5b63396fba55b717f35aee5718dd348a9d795786

2014-12-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [f9fe806df0991bf3d24e38c73077b5402df4ba9b]

        SwNoTxtFrm::nWeight is never read
        
        Change-Id: I18cc8f4fb5e2fa2b62c360c787a4d827dab7955c

2014-12-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f62ee6e371e3a922d6f4e4b5368271c18fc4f69]

        writerfilter: turn SourceDocumentType into a C++11 scoped enumeration
        
        Change-Id: I11c550d0ec5a10f17116ac8f7025c0283e292f2e

2014-12-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [f69f3bfd9d8019365023eace8c1f1abdf31e1ef9]

        android: Tweak initial zoom of documents in different situations
        
        - In case of Writer document always show document by full width.
        - Otherwise show the whole document on the screen even when the
         orientation is portrait or landscape.
        
        Change-Id: Ia6704432c850a5487aee1693ed12e039ae6ef0cb

2014-12-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6d6da4c94b7ca434deb5ee569c18fa3e3dfe6070]

        android: Put document into center when it's smaller than viewport
        
        Change-Id: I0d0cd421e366bf34b71d9d82dd21476ecfa90b18

2014-12-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2a20bf5105181d51aab40bdd4ce8c09615a0e599]

        fdo#87596 Draw tab fill color when selected on the tab bottom
        
        Change-Id: I02bcdf88063d272cb9eb9e89cbee61d30f4f01d6

2014-12-24  Marco Cecchetti  <marco.cecchetti@collabora.com>  [e3663390d351c3759c22ae5a4fc44fd869c4479f]

        bnc#830738 Now all axis labels of a chart are displaied.
        
        Problem:
        Some axis labels of a chart are missing, when they should not.
        
        Analysis and solution:
        The current implementation is affected by the following issues:
        
        1) When the method switches to the 45-degrees layout the
        `nRhythm` parameter is not reset to 1.
        2) The bounding boxes computed by the `doesOverlap` test routine
        for the 45-degrees layout are wrong.
        
        Because of the first issue only one label every `nRhythm` is showed
        even if in the 45-degrees layout no overlap occurs.
        
        The second issue is located inside the `lcl_getRotatedPolygon`
        routine which is used by the `doesOverlap` routine for building a
        polygon representing the bb for a text label. The polygon is created
        in the following way: a new rectangle is created: the top-left vertex is
        placed at axes origin and it is initialized with the same width and
        height of the bb of the passed text label. Later several
        transformations are performed on the new rectangle:
        1) the rectangle is rotated by a 45-degrees angle respect with its
        center; 2) the rectangle is translated by a vector equals to the
        top-left vertex of the bb of the passed text label.
        There are 2 errors in this sequence of transformations:
        1) The `B2DHomMatrix` class used for representing the
        transformation, performs rotations in the positive direction (from
        the X axis to the Y axis). However since the coordinate system used
        by the chart has the Y-axis pointing downward, a rotation in the
        positive direction means a clockwise rotation. On the contrary text
        labels are rotated counterclockwise. This can be easily fixed by
        using the opposite angle. 2) Rotating the rectangle respect with its
        center is wrong since the fixed point of the rotation must be the
        top-left corner of the rectangle: in this way when the final
        translation is performed the top-left vertex of the transformed
        rectangle will be coincident with the top-left vertex of the text label
        bb, and so the transformed rectangle will be coincident with the text
        label bb.
        
        Change-Id: Ia8072c3d5bd6c1a11f66c33d45d56e55634edf4c

2014-12-24  David Tardon  <dtardon@redhat.com>  [c7b4aa22ebbaf24c5e98ef7311cc88f7e99f71f0]

        all deps for tools are expected to be at one place
        
        Change-Id: Ie0d359f6607811cd76aefe4e19d0fb05379f1762

2014-12-24  V Stuart Foote  <VStuart.Foote@utsa.edu>  [889f4705b90147d5653b08491579c51a7aca12be]

        fdo#82041 restore heading 3 and 4 color to automatic
        
        Change-Id: I81de0e67b388507a29e3cb70a05f08775a380bad
        Reviewed-on: https://gerrit.libreoffice.org/13642
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-24  David Tardon  <dtardon@redhat.com>  [a84f0aa8c30d744fdee5e36ad91fb8689ea2757c]

        upload librevenge 0.0.2
        
        Change-Id: Ie12b7ec9630d45e23fb11f12d2d4955855ae34cc

2014-12-24  David Tardon  <dtardon@redhat.com>  [c868a0c772a980dcc3045315c1e6f97f1433e88d]

        build bundled libwpd and libwpg as shared libs
        
        Change-Id: I7a00dfaa3252e2a0ab145ef8a4355f9bd14570da

2014-12-24  Caolán McNamara  <caolanm@redhat.com>  [baa6458c8b1063e3b06f3d6d6ccef54f7e9250dd]

        callcatcher: update unusedcode
        
        Change-Id: I0b75dabfcb4a53dbbe361a34a6d9661a5b4aedd2

2014-12-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7da07ad5150d9c0d8e1a99b053009f103d792d9]

        writerfilter: turn RTFInternalState into a C++11 scoped enumeration
        
        Change-Id: I7407aeba6ddcfd783cee508faa6731c59d0b9759

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7bdb58940ff1cfa1d76bbad26c9cbac8bb2caf2a]

        fix comment
        
        Change-Id: I7a87fe9486d318dfbd7987264f35b279c1a9a014

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cf7b00b34fb06b1fd36e623b06cf91cfe3a8e792]

        add test for wrong matrix calculations
        
        Change-Id: Ie4e5169eba887ff373d7c1317efe725e9efa8c28

2014-12-24  Yousuf Philips  <philipz85@hotmail.com>  [673b22a7811a4e341d7a0e8ef9cf61dbc607b97e]

        ICONS: Add duplicate reference for flip commands in impress/draw
        
        Change-Id: Id729fd5e8475e48a20645d58f458d5898c9a255a
        Reviewed-on: https://gerrit.libreoffice.org/13637
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-24  Yousuf Philips  <philipz85@hotmail.com>  [2b44c4ed4a70832d1e7c18396f486efd2e1c48a0]

        fdo#84233 rearrange impress's slide context menu and minor fix bugs in draw's
        
        Change-Id: I02616b09be4f8f064964b1ce23f8937878d21744
        Reviewed-on: https://gerrit.libreoffice.org/13599
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e97d7d0a842562ef3bcdfb0e4c2f05a99ad6753c]

        we want to compare two different cells, fdo#85353
        
        Change-Id: Ie612555a63a1eff79e6c35aeed3cfa27b948ad38

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4bc2212a048cde9fc17728eaad4d8637468c1586]

        add test for fdo#86734
        
        Change-Id: I1789f9a4ec2f1dec62ea0958bca03e5e2fcd1fc6

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cb5509987469531f7a10544a3b793abd534d0c78]

        OSL_ENSURE => SAL_WARN
        
        Change-Id: I175701912a4cf0d9c661327a31e37a43902b1915

2014-12-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e1351ed4c5f9152c80b32bbaa53e3eff56671331]

        reimplement shared formula import for xlsb, fdo#86734
        
        Change-Id: Ic5d678a2b1197ce8d83b308b0a4387bf657052d5

2014-12-23  Yousuf Philips  <philipz85@hotmail.com>  [f11863d43d96c4bcad9ae43ceb25c05d9a94307d]

        fdo#86614 reorganize image, shape and line context menus
        
        Change-Id: I87274670fd2c092bd6ea7f7dfb67f9db76865c96
        Reviewed-on: https://gerrit.libreoffice.org/13632
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec353f5fee16b9a2012ae2a2a4b1371f2228aae7]

        Fix JunitTest_comphelper_complex
        
        Change-Id: Iaa1cb0eeddb0a4a1c67c30dcefbebb9965aa3e76

2014-12-23  Caolán McNamara  <caolanm@redhat.com>  [f244b3120ef7bf183186bcf02cf4a9c4ab4faed7]

        coverity#1260301 Using invalid iterator
        
        Change-Id: Id3ea2c99026a2d3fea4509b091aa3e352855bc0e

2014-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [e225b0925b371bd33d40d97c240bd3165b628464]

        Don't crash when nIndex < 0
        
        Change-Id: I24ba4365d9d5f78e875ea51382c6b1f864b2e5fe

2014-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [2e9a3ad1c6ce34af70d007cb6eda54888139f250]

        ScCondFormatItem::RemoveCondFormatData() is not implemented
        
        Change-Id: I00b0fcf60725b7c728b1d92734f27b914d57b1a3

2014-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d40c992e6fd2d876b06c2890ca574a8b7ad20112]

        writerfilter: turn RTFError into a C++11 scoped enumeration
        
        Change-Id: Ib909ea6f8ed18a008f9e5079b88fc862abe13da2

2014-12-23  Caolán McNamara  <caolanm@redhat.com>  [dbbfbbab1526d714667f7af53d17aa4354d90c99]

        coverity#1260332 Unused value
        
        Change-Id: Ia96b7816708e566d59628ae185bdc08023cdbe00

2014-12-23  Caolán McNamara  <caolanm@redhat.com>  [636856529b2c73d8e3010085c5d9ad199c721bac]

        coverity#1260333 Unused value
        
        Change-Id: I2c6faad05d7e1c92e554864abfb257907f803d51

2014-12-23  Caolán McNamara  <caolanm@redhat.com>  [548dbc6bd9c4253f27e6f35578e4a4699902150e]

        coverity#1260296 Unchecked dynamic_cast
        
        Change-Id: Ib19609c3f4c83ae8baef83bcdadee79e69743df5

2014-12-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [6acf1c7ab7b514a8713ed66b74efbee1a75f029a]

        vcl: fdo#87510 regression in GetFontMetric
        
        Unfortunately when I refactored the code some time ago in commit 588bb542bebd
        I forgot to remove the original assignment to mnExtLeading. This fixes this issue.
        
        Change-Id: I9ef514c1a28ec72747fed865a47c41a1193ce1b9
        Reviewed-on: https://gerrit.libreoffice.org/13627
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-12-23  Yousuf Philips  <philipz85@hotmail.com>  [c18468bbef6f701520116485fa20a790a2c837e9]

        fdo#81475 addition of 'Add Caption' button to table toolbar
        
        Change-Id: I32ea84e4b068158199af5472e576070593ec93ec
        Reviewed-on: https://gerrit.libreoffice.org/13621
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [81938e2b4121d0ffbe2240706ae92af606ee1338]

        Be more direct; bin simple local functions
        
        Change-Id: I3e06f4bb18449c56d0cc396230c56d5fb6a6ed98

2014-12-23  Tor Lillqvist  <tml@collabora.com>  [96b4645497521ff0cac948cba409829565d213bc]

        WaE: overriding destructor declaration not explicitly marked 'virtual'
        
        Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a

2014-12-23  Michael Weghorn  <m.weghorn@posteo.de>  [ea644f0e90d0c9585e73bdec240908803a38d4a6]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I404f121ee2e5020359a662f54ffe341f466cd1d5
        Reviewed-on: https://gerrit.libreoffice.org/13608
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a6c0583675b6fe4210ae8249728fe5d4df125f5c]

        remove duplicated code
        
        Change-Id: Id306d1dc75ef9d5ec5ec2e48be318e0632ea2377

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [583c949612ac40c21b02886f4d37a45212946138]

        c-style cast to const_cast
        
        Change-Id: Ie5d8483305f4ef2d76c291fcb8c707a69ba9cf52

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [310eb66522ff30492e8b3cd86dbafaeb52cdff90]

        inline stream operator and remove object
        
        Change-Id: I9df9a56eca662c6adf0a2cf4ef25a917da8dc609

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [96c7fff36eb2ed21bba604b3c0c376559e14539c]

        inline Assign
        
        Change-Id: Ibeb8d7b8e83d432a502707f83a8fde7900596aec

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eaf3774752869e0322a340d5be4ab1b328f3632a]

        inline operator=
        
        Change-Id: I2a74b9821072025cdf374d5e157411136e08ebec

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b74fc841445c92ce458619bbf73a5c6e08e2b640]

        remove Remove()
        
        Change-Id: Ic1854d5e8cd76825290a3af94d8884e93dd7f0da

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d5d46849714d4749467b409f6e9c7758b80e1b63]

        Make SwNodeIndex constructors inline
        
        Change-Id: Ib29bcd5e2028c4e644621af4294c193f5b0aa14e

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7a6639fc9d0bfc3481744a6de648ccbf754a109d]

        Move Register/DeRegister functions to SwNodeIndex
        
        - allows more inlining
        - allows removing another friendliness
        - belongs there anyway
        
        Change-Id: I5d0d24f60caa06533efcd3f41f313fe55dd365e1

2014-12-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82ef5f9eab317171d4b08f5471222cce8f1fcdbf]

        use sw::Ring instead

2014-12-23  Yousuf Philips  <philipz85@hotmail.com>  [dfffff2a59983466748211944bc02013f4eba4b4]

        fdo#87185 add verbs before entries in image context menu
        
        Change-Id: I902c40d2d88857eec4fd30c36af19ca3af0c2d98
        Reviewed-on: https://gerrit.libreoffice.org/13616
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Julien Nabet  <serval2412@yahoo.fr>  [a5811c70bb443190a76a52585580659f96a58a04]

        Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr Except
        
        Change-Id: I49b97c5c1546f0410542cb67540c5507c95bec98

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf15306ccf49da290b391517e2c5dd22a4f1be45]

        ERROR: Invalid content was found starting with element 'p:pic'.
        
        Again, as pointed out by CppunitTest_sd_export_tests. Sadly it seems that the
        spec and PowerPoint is not in sync here, so just do what makes both happy. This
        fixes the --with-export-validation build.
        
        Change-Id: I49e22d154d30106f91f1c972012f99a863784d23

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [c4d210d264cfe7c8a970a909d2a9d74bb5fff3c1]

        coverity#1260295 Wrong operator used
        
        Change-Id: I0addad51e880de333a455573f0e4c6a35f5dedd3

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [124c33dd1d6bf2040f0153de8c9ecaebe759c3bd]

        ERROR: Attribute 'spid' must appear on element 'p:oleObj'.
        
        As pointed out by CppunitTest_sd_export_tests.
        
        Change-Id: I8ecbc3ef4ea9dc84ebf88506967d02de04ded852

2014-12-22  Eike Rathke  <erack@redhat.com>  [069698de192ef7e8d3582398e4542c175cabb987]

        fdo#85258 differentiate between empty cell and empty result in matrix
        
        Change-Id: I79259224e411f9c1a6e852623d9d49cf89a03c27

2014-12-22  Yousuf Philips  <philipz85@hotmail.com>  [7bdf445a5a6932615d20b44e15df046dbec665e6]

        organize standard and formatting toolbars for writer web
        
        Change-Id: I4ad13c79274f76133d4c23096ecb01665eaa8d9f
        Reviewed-on: https://gerrit.libreoffice.org/13572
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Yousuf Philips  <philipz85@hotmail.com>  [cd84ab5b42e767d82ba49917dac80b8142aea4e0]

        fdo#85945 reorganize the file menu and set global shortcut for .uno:CloseDoc
        
        Change-Id: Idca217184719eb7c5679af65f9ab1536d615c284
        Reviewed-on: https://gerrit.libreoffice.org/13571
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [44742f9a0db5043e55591745be105896ed115f62]

        Factor out SwFmtSurround::dumpAsXml() from docnode
        
        Change-Id: Ia76bbaa02c0b306d4a5487f440b62d616cc8b29e

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [3bcbec22b3e76444d7c9431534f330d827d131d3]

        fix indentation
        
        Change-Id: Iebc587c55d83a7dbafd149fc605fcd9b6bab456c

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [fcec34ffcc93f98be005b06c223e25c9c4e77cde]

        writerfilter: fold single remaining header of resourcemodel into dmapper
        
        Change-Id: I54cc8ebda18c8ca7071c39210687f28adbc4790a

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6023347ab02a059011e9d4dde578e5b2a0b2903b]

        resolveSprmProps() is used only in dmapper
        
        Change-Id: I24227d700830a227ed8aa780b3b9e15c57b46f6e

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [68a5ae93c68d195d33963c94b5c3ac1eb5dc1ce0]

        Factor out SwFmtAnchor::dumpAsXml() from nodedump
        
        Change-Id: I080fd80cf0a2fd0531edcb21f189aaf4fd922ecc

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc15d898721f90412cf03ff76e4163cc91251d67]

        Factor out SwFmtHoriOrient::dumpAsXml() from nodedump
        
        Change-Id: I63ec35abcd7e69147ff4f98b1989875967c470fe

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0b4b944c1fc4ae894550fcade9cff1802780960]

        Factor out SwFmtVertOrient::dumpAsXml() from nodedump
        
        Change-Id: Ic1008f0879f121abf3786d7eda282cce189c461a

2014-12-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe5527f1c6dc259af464a0593e86a2da2983b7ed]

        desktop, sysui: let --convert-to imply --headless
        
        It's easy to forget --headless before --convert-to, and it's hard to
        image that would be intentional ever.
        
        Change-Id: I18b85837239d9450743f05d94bb2673c7d13246d

2014-12-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3c40bd24c538cb2e5fddae7176002d8a970bbc41]

        Enhance OpenCL options UI dialog
        
        1) HIG-ification of blacklist and whitelist, using frames
        2) handle Use OpenCL checkbox to enable/disable OpenCL blacklist and whitelist changes
        
        Change-Id: Iae132d09d2dd0436fa1aa2a64e902ee5aed7cf47
        Reviewed-on: https://gerrit.libreoffice.org/13602
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-12-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ed60d4b378b6a813dcf8997c9bd374ca2d1e4a69]

        Improve HIG in OpenCL Add/Edit dialog
        
        Change-Id: I8798e9c54aa85b75eda729d2aa8fbea656712894
        Reviewed-on: https://gerrit.libreoffice.org/13584
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6eb059a56d6575496265e4c552f79e8946640d52]

        This test fails for Windows, so skip it for now.
        
        Change-Id: I33e480e756cd5cc88e119b47022646a4db3f4f96

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f5c48e690fefbc2bd970485c480d7d07f1936ab9]

        fix a few problems with my matrix commit
        
        Change-Id: I6e3fdf4bd26c952a59ad130dc6e5c9d1f3ff5f07

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1a27c648c8a72bc69c5f5a56e9398f6e5980b387]

        More typos
        
        Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a911241da212808375af0067049d28ce0b3709bb]

        Fix typo
        
        Change-Id: I6b4b16a8ab4a446826e4b6d2670b1484cb87379a

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7a64988dbc7a1542aa38f0e8f9a8a47941fbc67d]

        bnc#862510: PPTX import: Wrong text vertical adjustment inside shape.
        
        When alignment is not specified, it should be set to the
        default "left" value just on time, when properties are
        pushed to the property set, otherwise uninitialized value
        is better.
        
        Change-Id: Ic294c5d7cc477f7515aea1c071ad9b67275c012d

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [89206c472ecf18bfde6824cea8004921cd404365]

        bnc#862510: PPTX import: Wrong text color inside shape
        
        When theme index is 0, it means it's unset so we should not
        apply that.
        
        Change-Id: I62a9cd2a9b4c19f5acffc334d5e8263fe24fc8fd

2014-12-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0c3d5fb0ad35ff7fc18917fc86fa58d9312fe3ae]

        bnc#822341: PPTX export of embedded text documents
        
        -Make embedded text documents exported by analogy with spreadsheet
        embedded documents.
        -Convert MS ole objects to LO sepcific objecst to allow
        exporting those ole objects too.
        
        Plus use gb_CppunitTest_use_rdb instead of wasting time on
        finding out which missing components cause test failing.
        Especcially when we have platform dependent components
        (e.g. related to embedded object)
        
        Change-Id: Ic76d659b51274777a1669c215344a1169ebcba81

2014-12-22  Eike Rathke  <erack@redhat.com>  [ce6f9cbb5f46921ba6670c0b057463d61d05d46e]

        comment on COUNTBLANK() why we do what we do
        
        Change-Id: I67c00ad672d7509b52fd50e4b5b3e18e72dc22c2

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [def217464a2ac4a5d140725ba0e1247ff85fbd2e]

        fix build
        
        Change-Id: I354db780cef6f9a653f5eb9a734b7edf258c191e

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [2f25dc9644397ff4fc5e9586106aaca32950b596]

        de-resource FLT_LEFT_PANE_[DRAW|IMPRESS]_DOCKING_WINDOW
        
        Change-Id: I5042141eaa0dfbf9d2184b86b537a9b149c9a06c

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [780457b1595158ac37c3217528c8f087d9fc16c3]

        Updated core Project: help  1a784839f133c48e5e112535af9b509e7a3506ec

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [3aab42022bfdcad518f1d4ae4c6380745c0edf5f]

        convert RID_SVXFLOAT_FONTWORK_ALIGNMENT resource to strings and images
        
        Change-Id: Id84a241971110a7e4edcf48e13ea8586bcd16e46

2014-12-22  Yousuf Philips  <philipz85@hotmail.com>  [29bb99c5e735aa1d23e15816bb44f56e79e9bbc7]

        fdo#87185 reorganize the image context menu
        
        Change-Id: I31e8f713f65b05e0a17fa79785bed6834dc973b4
        Reviewed-on: https://gerrit.libreoffice.org/13570
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [07b303bc14d33619782fcfef0c7d94b14b1a1e55]

        convert RID_SVXFLOAT_EXTRUSION_LIGHTING resource to strings and images
        
        Change-Id: Id3fbaf931bcb08785d76c8404cd77f22440d8de9

2014-12-22  Tor Lillqvist  <tml@collabora.com>  [e854d5d678982c120657b29c4fb20ef38ba76b27]

        WaE: unused variable 's_sIsSystemFont'
        
        Change-Id: Icec2ad962bea3f46b5508c2612cc69d525d08391

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [1fab56683a9e98d9252e5680d1eb509942b2dd95]

        Resolves: fdo#85875 MultiLineEdit like Edit should not forward mouse-[down|up]
        
        Change-Id: Ia2aa69461effe0099ca9208eb0eb8aec9548de08

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [993fd27d3afddbaf6caaaf50d94bbbdb8b705514]

        HelpButtons no longer loaded from .rsc files
        
        Change-Id: I0fe82e319ac44a189e93fabd932e3e0a891598d2

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [60935c7319f1f12475b8f374fe02917673f352b8]

        avoid 'don't create ItemSets with full range before FreezeIdRanges assert'
        
        Change-Id: I3dbb760cd5dbf2e72d1886eaca537bb9ecf9f8cc

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [a42a6b23afb09a799dec36a293c95964216af6cd]

        convert RID_SVXFLOAT_EXTRUSION_DIRECTION to strings and images
        
        Change-Id: I7c619a07ab0adb4224f0f0f45b65c3d484824666

2014-12-22  Arnaud Versini  <arnaud.versini@gmail.com>  [4d4cc4d5563134939e5391daa15c14481ab4724b]

        env is in /usr/bin, not in /bin
        
        Change-Id: I9cfd84b2bd5a2381d517cde9d851f6c7250f8d91
        Reviewed-on: https://gerrit.libreoffice.org/13563
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2014-12-22  Tor Lillqvist  <tml@collabora.com>  [c14a6d0d3526bb7bb9366bf8e877eaae0164bc82]

        Clarify what "ID" means
        
        Change-Id: Idfc3e90acf8fecaff5d11964c2197bf1610f558b

2014-12-22  Daniel Sikeler  <d.sikeler94@gmail.com>  [2116f511bd97b4e7ee3137735f3937db1f2e97ab]

        Refactor building perfect hash tabels for tokens
        
        moved the defines to be usable in more modules
        moved perl-script to be usable in more modules
        
        Change-Id: If893e4b7e9dc670646bdf097cb6fa5710e45f1ac

2014-12-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [c6fd07e0e46fa6ecba38cf7bd2f0e0312eaf7600]

        fdo#85849 on-demand create thumbnails of tiles in the sidebar
        
        Change-Id: I0bef7bff0553c24b9d699845e70fbb128301a0fe

2014-12-22  Katarina Behrens  <bubli@bubli.org>  [2b54b6c29a832722e277d8cc3eae4b169b41c515]

        Add MS Visio file extensions to bash completion
        
        (just appended them at the end, there's really no system here)
        
        Change-Id: Ia192384407397d7fdc6b622f346dd7a6b91ae6a1

2014-12-22  Andras Timar  <andras.timar@collabora.com>  [48d0ca8560d10a56a7280fad3a631985b02a56b9]

        scp2: typo in source/impress/module_ogltrans.ulf
        
        Change-Id: I3f2849784107a046bcf05e6cfb3b0b8d2f535912

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [c47d039fc80c0e42b14b567af843b2523af9e8bf]

        Resolves: fdo#87422 set autocheck bits
        
        Change-Id: I8db4242f083a10bf8753f078002ff8676264b54c

2014-12-22  Caolán McNamara  <caolanm@redhat.com>  [6c415f735bbf9201a18288e2ea16eacad4d635cd]

        callcatcher: update unused code
        
        Change-Id: I62e49fbf27364bd244099a9bb247452d5a691119

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [29c38bab7a69127c69f17c9a62b35faf68deb843]

        Blind fix for MSVC build
        
        Change-Id: Ib5ed5a6bd598df660c3b865782e6a639e2c657ee

2014-12-22  Yousuf Philips  <philipz85@hotmail.com>  [03487e2fe78aa76032eef42350eba55b419e6d3d]

        fdo#84213 changed 'Display Ruler' to 'View Ruler'
        
        Change-Id: I396adc447720c1908cfa6d533fc3db7aaf2968f0
        Reviewed-on: https://gerrit.libreoffice.org/13593
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [5a5926a3852c1ca8283293c690f0b568f65c1422]

        -Werror,-Winfinite-recursion
        
        Change-Id: I5485e879b30a1559127ee5f0060aa7d740fb2e7d

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [c620b70a19c05f2805ede41005dd9215593a912e]

        -Werror,-Wshadow
        
        Change-Id: I0e9ff9efd685f17e45ada29fc2bd6134229b28c7

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [7b58b777bd15d5f34375e0325e4838e07f22dedc]

        -Werror,-Winfinite-recursion
        
        Change-Id: I445302a2f51bbd244fcf7dbf2058efc30ac0b886

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [9598e9061f76439daa841f991fbec05412826971]

        -Werror,-Winfinite-recursion
        
        Change-Id: I483cd3f3a3ba87c416985fd86b9d5b711a2a18fb

2014-12-22  Takeshi Abe  <tabe@fixedpoint.jp>  [6476aba045d71eaf53e03d4d0352f82e3eba6920]

        Drop unused member variables
        
        They were gone with 4ce2602befd59e69264d8e4ced8730b40c2b947c /
        b6ff19fba3a1a6d65134539a71d7a8df0e35d4ff.
        
        Change-Id: Ida5790f77d619fdc91dfce11b186ed5e15587ddf

2014-12-22  Takeshi Abe  <tabe@fixedpoint.jp>  [c6167c9c7545f7797a8b48b035d09f2901e545bf]

        prefer constant to macro
        
        Change-Id: I5e629491b5be9e2de1f72fdbe6887038305d0742

2014-12-22  Tor Lillqvist  <tml@collabora.com>  [15761d100bbc13ea5710782482043837f5406d66]

        WaE: variables set but not used
        
        Change-Id: I7513a96058a7cd2e948eca31054417670cc02a62

2014-12-22  Tor Lillqvist  <tml@collabora.com>  [471a33d9d62d20bae80da8f65843dfbb71eb9152]

        WaE: variable ´nOldSize´ set but not used
        
        Change-Id: Ibb687fcd986e71c796caa9ad7fbdd7ec0df908ba

2014-12-22  Matúš Kukan  <matus.kukan@collabora.com>  [61ce99c9fdb75631f5f34b9b1cda98e7e08af08d]

        "ConditionalFormat" -> SC_UNONAME_CONDFMT
        
        Change-Id: Ic6c461e0e91b37c94381e6303d91f4a8438ee600

2014-12-22  Matúš Kukan  <matus.kukan@collabora.com>  [026f59d323e713b96faca2bfa6e3b88ce3cdffab]

        Remove unused includes
        
        Change-Id: Ic76f42da7f88357339240ba987d73297905cfe13

2014-12-22  Matúš Kukan  <matus.kukan@collabora.com>  [beddfe27e38c73c22c2f9b7f6e3293a7f8bbef85]

        fix typo
        
        Change-Id: If0bbec305259e2b2c1b91813eef3faa3c2857900

2014-12-22  Stephan Bergmann  <sbergman@redhat.com>  [654734d4f90cdb5be4e916dbd9db4a5a13c57b34]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: If94e9c666c4c2d47e5c25b9f04f674f838b23267

2014-12-22  Yousuf Philips  <philipz85@hotmail.com>  [13af803267905099fca117a1428afc8928477d1a]

        fdo#86607 removal of the 'Custom Animation' entry from context menu
        
        Change-Id: I34800f3672d3caaa37c751e59b68ed426bf70d50
        Reviewed-on: https://gerrit.libreoffice.org/13525
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [6f5eb643ead93c441566507f4dc4eac2d85e701b]

        fdo#87098 invalidate zoom change by triggering animatedZoomTo
        
        Change-Id: Ie5734d8999a214a1df544579a7bfb32cc9f035eb

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [319ba046b3a1266b20661116d742779417d38cbf]

        add import test for xlsb
        
        Change-Id: Ieb01027851b423287681f0145d3a39f98fc97f88

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b241910325456b32c2d3614c2e200305e85a357c]

        fix another validation error for OOXML, related fdo#40746
        
        e.g. exporting fdo40746-2.ods as OOXML
        
        Change-Id: I8a19ec2caecbc3687229d820ac2ec11fc01facd1

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3e551da43da5661396fbc2530a203d4774e29f78]

        fix OOXML validation error, related fdo#40746
        
        e.g. fdo40746-2.ods exported to OOXML
        
        Change-Id: I48bc7a7d21ddc00eceaeb09970a2b1a60330fbf0

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4aae972ab14ef254d8eeaf859a431099f3a9afb7]

        fix OOXML validation errors
        
        Change-Id: Ieac082a3b312602eff5ec101529536d747fa3836

2014-12-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [87f3ff202efc3a4445d5af1a9526fb0369fa9371]

        fdo#56970 Show insert tab at the correct position when RTL is on
        
        Change-Id: I1e7e751123fa3c3f365e5342211a0b75395a1711

2014-12-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [4ca4050de7a33985b359b527a59abac3ac3a87f5]

        try to keep Class-Path lenght under control
        
        Change-Id: I5cc6f325eff9f5177e77de661728621383fa5558

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [32d73c29a2b866fcd24b6f2a6a7d3390e4435e30]

        fix error in last commit
        
        Change-Id: Icafbe6e5daab64e7431d80c8956143341eb2ef0b

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3d6cedd70b3c79b3ebb65c2662df420a8acb0818]

        improve performance of some matrix operations, related fdo#83187
        
        Change-Id: I0e6816a7f0d2dc051dff6a462724cb4a3c155289

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [52474424f3672a052e8a90b5e8e584c32fdacfbe]

        remove scmatrix.hxx include from a header file
        
        Change-Id: I153abe3a9c7ff784da16785fd9da8045c3581d8a

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9d21d58589ed48ca8748c7c726319f3af732b30a]

        update the xml files with current reference files
        
        Change-Id: Ia1a392e41939485844ad1b518bcdd0d01a80febb

2014-12-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e80d82f2f3f6316fb4d720856026fc3aa5f5c920]

        remove whitespaces
        
        Change-Id: I38c09b730d0fd3eebb3dbd8965ab1665d0d3c92d

2014-12-21  Julien Nabet  <serval2412@yahoo.fr>  [889e20bb1f37b063032e1ab6887a309204c84868]

        Resolves fdo#87558: Duplication in Last Used Functions sidebar list
        
        Change-Id: If15199e205671d3e96e5c2b2940c0a6defced0e0

2014-12-21  Stephan Bergmann  <sbergman@redhat.com>  [1b1c86c14adb20f3f0429e4809f8b1d3d352899e]

        Remove unused gb_*_disable_compiler_plugins
        
        Change-Id: Ia6395282916011d75a4fa01aa12e96d866621411

2014-12-21  Stephan Bergmann  <sbergman@redhat.com>  [03497d2df6840c5bcc26f6e4236c8d90ce93f61b]

        No need for CppunitTest_odk_checkapi to disable compiler plugins
        
        Change-Id: I258a3bb0fafbea5fa41133c0f223162cc416b36b

2014-12-21  Stephan Bergmann  <sbergman@redhat.com>  [f266c81b2d692068d49e682f50447ef700f10fc6]

        Don't call isIntegerConstantExpr if isValueDependent
        
        ...some paths trough clang::Expr::isIntegerConstantExpr (esp. if
        non-CPlusPlus11) assert the assumption that the given expr is not
        value-dependent, so it appears to be a prereq
        
        Change-Id: Ibc5fe472ea3f91b31c8cb7f06c4b7c7f4d6831a3

2014-12-21  Michael Weghorn  <m.weghorn@posteo.de>  [fb7c18884223f08818b44a9953b55c69a029c71c]

        fdo#39440 sd: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I14107ca24aa98f4111f542c3999866eb1a93a72b

2014-12-21  Michael Weghorn  <m.weghorn@posteo.de>  [17fc7aa3b8fcd731fb05b5e17e23ee984d166a8f]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I390607e002e93cf7a6babc26d9be084d9f185058

2014-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [be34823092ce05002be61a50d0dbf156bb5095ba]

        writerfilter: hardcoded cFieldStart/Sep/End
        
        Change-Id: If7278418e1c7f8b8f812ce0b01720f8666e9ae5a

2014-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [94b068298de792d5662c21c467e822c32e173434]

        TagLogger is used only in dmapper
        
        Change-Id: Ic88909ded4a28b1c019a03eefdaf3716cfbe9079

2014-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3a049840f101cd47e0ec04afef1964c61641a85]

        writerfilter: refactor to get rid of remaining scary PositionHandler statics
        
        Change-Id: I954504ad6b730866504a470b8d966fdfe1d58550

2014-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [44ea0b3a2550a79148fb86f3e7175fffe77674b4]

        writerfilter: refactor to get rid of savedPositionOffset{V,H} statics
        
        Which are extremely scary, allowing a shape position from one doc to
        appear in an other if two writerfilter import is in progress at the same
        time.
        
        This partially reverts 8fa1a0874765ea7db57e496f1d92731b9ab09280 (read
        wp:positionOffset, wp:alignV and wp:alignH properly (bnc#513579),
        2011-05-04).
        
        Change-Id: I0fcddf88fa56f5f9288e47bcd100c38ee9cf2f13

2014-12-21  Michael Weghorn  <m.weghorn@posteo.de>  [8870e068cc7368ffa14a6938836b370d2a188b64]

        fdo#39440 sc: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Icd031be4aeec07ba60804923e3506d64cf876dd8

2014-12-21  Lionel Elie Mamane  <lionel@mamane.lu>  [17402c73cfd513ade823a5f26c17371766047b6d]

        fdo#87555 ComboBox in table should use same formatting as floating ComboBox
        
        Same as fdo#67615 for TexFields, but for ComboBox.
        Same problem, same cause, same solution.
        ListBox seems not to have this problem :)
        
        Change-Id: I953c5452f6c313b8940fbd1048b4c901b331fc58
        Reviewed-on: https://gerrit.libreoffice.org/13578
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-12-21  Maarten Hoes  <hoes.maarten@gmail.com>  [109df0652440c31df7a19275167f8f5640722a1b]

        Honor additional LDFLAGS when exporting them on the commandline.
        
        Change-Id: I794f8d9d23234af46f16a71021be069ca5383f03
        Reviewed-on: https://gerrit.libreoffice.org/13568
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-21  Michael Weghorn  <m.weghorn@posteo.de>  [ea5effc3df7b89a9332ea5b1b1e6cd40bf37f081]

        fdo#39440 sc: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I2eaf9a6792ca2c06a005385ec45c08f1292cba23

2014-12-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7af4592c1dadbd960453289a94a6156d5c5d76bc]

        onedrive: Improve fallback dialog and instructions
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13500
        
        Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6

2014-12-20  David Tardon  <dtardon@redhat.com>  [bc4bbf802fd2729ec70cd33a143d7c4c856fa317]

        upload libabw 0.1.1
        
        Change-Id: Idbe25949adab4ac20613a4c14885d4b1a4c40775

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [98a8553b4f4a9af6b985b7e9ea2ed45bc496a543]

        configure: repor -> repo
        
        Change-Id: I2b0d29f1fab7e81bb80f9023d609cde46d47ebe1

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e02b2adbbff46678eb03c69ed36be2b47e512c71]

        Unused enumeration value
        
        Change-Id: I82a1f902311fb5b1cb18460c40169cd93234bc88

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [27992df5f3c1c51de667e21e6122246c20d4c235]

        writerfilter: clean up copy&pasted dmapper_logger start / end
        
        Change-Id: Iacae41a32acec153b1db1e1a03b2f2913d114d9b

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c6b273e1138e4f93b905a2db7179dcd958a6c5c]

        writerfilter: pass the whole MediaDescriptor to dmapper
        
        This gives dmapper access to the document URL.
        
        Change-Id: I4844c2fe97815f788de87b53170d4a1d1faebde8

2014-12-20  Julien Nabet  <serval2412@yahoo.fr>  [c1f4afcbf5a4eac22d330c7302ef5447d1e71dbf]

        Typo: bootrap=>bootstrap
        
        Change-Id: Icf3202c3f3f733bf65c15503063903cb5322d593

2014-12-20  Julien Nabet  <serval2412@yahoo.fr>  [a57eb20ae9755c6cfb3e7b0308c47ecb6ae4a5fa]

        Typo: XExtensionManger=>XExtensionManager
        
        Change-Id: I00a07684a7d6a533c4a3f80ec738a8ce02117d0a

2014-12-20  Julien Nabet  <serval2412@yahoo.fr>  [26f4e226dad0e7776b7243d9c7ef354ca9dfd50a]

        Typo: paremeter/paramater=>parameter
        
        Change-Id: I26993b9cf01408803e0353e93079e56d1f57f589

2014-12-20  Julien Nabet  <serval2412@yahoo.fr>  [b63571f510793376a334d346974d4d0d73b9a0ff]

        Typos
        
        Change-Id: I3475be796cf2655d9b619b86c9686aeef4b97b82

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc08157dff6d997b4e5b19c9496ddf54727ba26f]

        Factor out SwFmtFrmSize::dumpAsXml() from nodedump
        
        Change-Id: Idcf24d40876230a0e34f2f816dfe414b4a143f53

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1e0d30e6adaa1bef2b0e923354ce4e5f82ae707]

        Add SdrObjGroup::dumpAsXml() to show contents of group shapes
        
        Change-Id: I8b713cbd64f91ad62d06ef57d790ac4e54e37315

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ee916d7ea1b7ebffc69539491da123703d04b90]

        Move SdrPage::dumpAsXml() up to SdrObjList
        
        So that group shapes having an SdrObjList can reuse that.
        
        Change-Id: Icc8a8dd8d1f90b368142a1c7b42249bc34b3bebb

2014-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a012b17bd82e4b7d7414546af8eaaa885ea419b1]

        SdrPage::dumpAsXml: typo
        
        Change-Id: I9aef4e1bdec68456293a88c410ecf45eb85c7489

2014-12-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [210976082b2b2eea2db680d9dd8b49f4a0400319]

        fix typo in translatable string
        
        Change-Id: Idf13d1dd35811a94100aa824f310006c2fd1b82f
        Reviewed-on: https://gerrit.libreoffice.org/13467
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-20  Tor Lillqvist  <tml@collabora.com>  [6446688fc9965fa55bf8cd253f0476b9fffe1dc3]

        Bump ICU version
        
        Change-Id: I7e871a6a4f538598d0af8bf3e5638292034c7349

2014-12-20  Michael Weghorn  <m.weghorn@posteo.de>  [1ac3ad7743c7c98b83f7a8a4c3e03a83721b46b9]

        fdo#39468 translate German comments
        
        Change-Id: I36e3d7950d64a927ac6f081cf4b163fccd2f4786
        Reviewed-on: https://gerrit.libreoffice.org/13549
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-20  Michael Weghorn  <m.weghorn@posteo.de>  [8abd002240e8d7666300bf6fa832a28988e9ed0a]

        fdo#39440 sax, sc: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I589e13ee086cffee481954215a97960db656e633
        Reviewed-on: https://gerrit.libreoffice.org/13548
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-20  Lionel Elie Mamane  <lionel@mamane.lu>  [aeeff83595a176805d74ad4e35d946eb6a8e1b25]

        fix build
        
        Change-Id: Ia528bd301e2f2ee1f7f3b009e3b9c3f395a4dcdb

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [d2929cdc1a337769ee3b64b81f8454329c9d4cbb]

        fix build
        
        Change-Id: I149d36a103df51ca78324df3121f51440797e226

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [df5d040006dc9fdfa65049cd5cbf6841bd4a74de]

        fix indentation
        
        Change-Id: I35a89fc3a7f388be783c729c8e3414aba1c5c726

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [c2cca8439d385d24c8de3601ff90d7522ff9c9a5]

        correct function name in debug message
        
        Change-Id: I9c02fdd99504bdee6654d1072559a4afac6532a3

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [be2aa71a2caba12c7e2e0fc03cba30c6f6d81619]

        survive "TextBox" having no value
        
        Change-Id: Iebed41cfcc5899387e3defb8d8a0792276349098

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [0685b2e73e48adb84cd01355d45551ab478ebcd5]

        Assume that as long as the model is the same, the shape doesn't change.
        
        Even if it is moved from not a page to a page or vice-versa.
        This allows assumptions made in the Base Form wizard to hold,
        namely that if one:
        1) Creates controls (and their associated shapes)
        2) Groups the shapes (in a GroupShape)
        Then all the shapes still remember their associated control
        and vice-versa.
        
        Change-Id: I31975970e7ea2f7978aea7f753de88ecd8e55234

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [8fdc6735d740dbdc09a3b14ec3d5fc6234ad2370]

        janitorial
        
        Change-Id: I91387b354d0034410819dbcb8dc1ad8889fc8f14

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [04b6b86656abd68740efe21ab03f1cf8e26ac78e]

        janitorial
        
        Change-Id: I3e79b0b34507b947ac4234bab45265027e445d7f

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [2a7a6d1a70ae0087bbd77bf84df1f38d47d4801d]

        protect against division by zero
        
        Change-Id: Ib91120e626f772bb52531c4a35fc70f04cc5c48f

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [e59629b94e36aaa7b2bfb24e433c1c25cbd479b4]

        Keep as xShapes the newly created GroupShape
        
        That's what we should refer to later, not the temporary collection we made!
        
        Change-Id: Ie288222c6aefa0f50a0b0878ad83b78909ee56d1

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [c976789b1bebecdbe58b7b05a33a5a1f6c2a2c0c]

        GroupShape takes care of scaling the subshapes
        
        Change-Id: I1e913287229119276fa97f73cb249ed0a0b2c473

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [14cef6e547b9cbcfc4a6db90e453194d0e73eaf3]

        detect groupShapes (TimestampFields) in forms, too
        
        as a consequence, successfully delete them
        
        Change-Id: I5dd7b329708dd13f8bfe4a38974c5f6f1202b392

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [d566256b78f56bfb2e6eba747d54087527ba4baf]

        xShapeGroup *is* the control's global xShape, so use it as such
        
        this allows the rest of the code to automagically do the right stuff:
         - get&set position
         - group this control with its label
         - set the label property to the label control
         - ...
        
        Conflicts:
        	wizards/com/sun/star/wizards/document/TimeStampControl.java
        
        Change-Id: Ibf3cb0ae82ba5c8a23fde05f6466f8eec8308186

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [66c7dbbf7dfba8cfab63f8d1df72ace87e5bf7ca]

        Don't assume that the ZOrder property of shapes is an enumeration
        
        ...at least when we can easily not assume it.
        
        shapes = shapes of the same XShapes
        an enumeration = it is the sequence 0, 1, 2, 3, ..., XShapes->getCount()-1
        
        We replace the ZOrder property by the index of the XShape in the
        XShapes (the same XShapes that is passed to seekShapes()... when that
        is easy to find. Else, use ZOrder and hope for the best.
        
        ZOrders are not always an enumeration. For example, in documents
        (forms) created by the Base forms wizard, it is not the case.
        
        The wrong assumptions was leading to the following bugs in the Base
        form wizard:
        
         - Only the first two controls in the form were successfully saved. The
           others were just dropped.
        
         - Whereas the labels had the proper style (background and text
           colour) applied while creating the document, these were not saved
           successfully
        
        Change-Id: I15b9a3ef3b16eafa9698332e35d82d51d51627f8

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [1cdb723b27d7359097891c7c370264c9974079db]

        teach XML import/export about unsigned integer types
        
        resolves a shitload of warnings like
        
        warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:426: OElementImport::implImportGenericProperties: unsupported value type!
        warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:443: OElementImport::EndElement: could not set the property "ObjIDinMSO"!
        warn:legacy.osl:941:1:xmloff/source/forms/elementimport.cxx:444: caught an exception!
        in function:void xmloff::OElementImport::implApplyGenericProperties()
        type: com.sun.star.lang.IllegalArgumentException
        
        Change-Id: Ia598d12e7d9429fe4ad3b1e7173e11e75060a613

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [3d4e1beacbaa84b3aa329a7ef09b59321729d898]

        two references having same content
        
        Change-Id: I2db8842411e39d7d100d0627f8c930bb3f633d77

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [f0471ea7550f42d2899951c06fc854ab9632ff74]

        this is purely informative, SAL_WARN is overkill
        
        Change-Id: Iccb98e50a678e5c53b69fb1052e3dac83cdcf5f5

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [7585336177fd3715f38d78b073fa49591cacad10]

        set *content* control to multiline, not label(!)
        
        Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [a983fb0f7c7b94d0771d277777035254acce093f]

        Revert "fdo#87301 don't rely on the shape to get the control"
        
        This reverts commit 89b3af722cc13a0af06822afe248cdec3b63cfeb.

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [ffd3388d08aafbbea92c6354064cf1ab6a56bd70]

        Revert "fix indentation"
        
        This reverts commit 534e5676028e41205adba3928f96cd35559b5dca.

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [0cc372bb6b3107b749ece41343cb9080fccae83e]

        fix indentation
        
        Change-Id: I13b50f49658a9ca38dc9a41b219428d5faad70a3

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [68f65c4c08a8804b9a28b926c2a08cee486b60e9]

        fdo#87301 don't rely on the shape to get the control
        
        as it forgets its associated control
        
        Change-Id: Ia5bd2212725376ab629f2c271102cea2cff9e823

2014-12-19  Lionel Elie Mamane  <lionel@mamane.lu>  [c47795a6f950f6cc1657819a3411c5828d649771]

        remove unnecessary and confusing line
        
        XShapeGrouper.group returns a XShapeGroup
        which is guaranteed to also be a XShape.
        If it were not a XShape, this code would not even work
        since the first assignment would not work,
        since xShapeGroup is of type XShapeGroup.
        
        Change-Id: Ic0d873229a1421c3dc94292d7449614a4b6140a3

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [97952280f0adbe195e6a2e0bab8a21a7e352a721]

        fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapes
        
        Regression from commit 01fc08c0b5c57fef8ad3755672f4266d85e849a5
        (fdo#85554 SwXShape: fix getting ZOrder property when doc contains
        TextBoxes, 2014-11-20), the problem was that we returned wrong ZOrder of
        shapes inside group shapes.
        
        In SwXShape::getPropertyValue(), pObj points to the Writer-interfacing
        outermost group shape in case of shapes contained by group shapes, while
        GetSvxShape() gives access to the real shape. Given that TextBoxes are
        only possible at the highest level (and not inside group shapes), just
        check if the two pointers are the same: when not, then no need to
        convert anything.
        
        With this, child shapes get back their original ZOrder -- before in case
        the group shape had ZOrder=0, all its child shapes had ZOrder=0 as well.
        
        Change-Id: I9c4097154130cd04f6ab2f2082abafc1d4333872

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cdb8d7a53e587819044f2b5ea43c6416909686b1]

        CppunitTest_sw_odfexport: allow running a single testcase
        
        Change-Id: Iaaa3d8a4e8ddf419ecaf75dfa30d1b4a9bc984af

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [cc4dbc0c4613b169045341d1f02bc4c47a407fa0]

        Check number of cells referenced by group instead of group size
        
        It's more relevant when deciding whether to use OpenCL or not.
        
        Note that we won't use OpenCL for a single formula cell, no matter how large a
        calculation it invokes (like =SUM(A1:A1000000), for instance), as a single
        cell is not a group.
        
        Change-Id: I66b03c197431c2b4cef96f46b010d99d3e0624fc

2014-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10d1eb5e933a6e37411e618cd89fa8c0a72b941b]

        Let's just have one typedef and use it across the board.
        
        Change-Id: Iadfbeb5b97673a8812c90411ff2e49324347ee24

2014-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [afbbbe91854cebf84865623d1a62712285241bde]

        This one can be private as well.
        
        Change-Id: I129c6a250116fdcf78dce63e3b46bb3c789d087d

2014-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0de9708a277ef85737d91925f77f1d95296eb91f]

        Let's hide this typedef. Not used outside this class.
        
        Change-Id: Id3713657a8a7ff54f8d06e5ee670fcb297686706

2014-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec7b12a5c331cd0250d7bb5bed09384985943bda]

        We don't need this semi-colon.
        
        Change-Id: I3860e2e54e6a380f8050cdaa63cda52adf70220a

2014-12-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d6e7c247563cb15dcc143f6d1d583c746af0184b]

        constants via #define must be integer if used in #if statement
        
        breaks windows build otherwise (fatal erro C1017)
        
        Change-Id: Idae78c621bfb8f989eb33220f015e17a7b7fb92f

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [bccfe2cbc3166f8f15c43417a958701328cfe64b]

        convert RID_SVXFLOAT_FONTWORK_CHARSPACING to simple strings
        
        Change-Id: I54a1a714cb80f2d41a922416a0b9d94f1e329b57

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [2764201eda020d07f7c2fe34c5042c92c9ec7006]

        convert RID_SVXFLOAT_EXTRUSION_SURFACE resource to just strings and images
        
        Change-Id: I3cbd554daa74d2c0d9371cb6f07718edea7b24a0

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [af6bce2e048a6e82754b8a73294ecd0c2780ef35]

        put back the images, they were visible in some configurations
        
        I forgot that images in menus are automatically shown/hidden
        depending on platform. So put these back again
        
        Change-Id: I617fae15dbb9bd8cdfb04e2ae45fb83b4a7666fb

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [9b214cacce55fa25d11942f7079e91c17775b290]

        Extrusion depth is just a simple menu
        
        where 6 of the strings are already just string resources, doing a full docking
        window res to .ui conversion for the two remaining strings seems overkill
        
        Change-Id: I6d3224f8bb84edcdb784901aa93351c042684a3e

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [974a70ccb78e36f4aecd641dfb84bcc3dd77a48d]

        these images never appear in the extrusion depth menu, drop them
        
        Change-Id: If038dcd198bd9ef8c7057a549b6bf4776c28843d

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [d32f7a6e57d42fa03965f22513848bf7b100ac34]

        provide a route to load ToolbarMenu things via .ui
        
        Change-Id: Ic2175faf247d7c05717d397b8afdb9d90087f1d3

2014-12-19  Eike Rathke  <erack@redhat.com>  [695e2938ff954f6dcceac4b6b170e6724294be2f]

        fdo#87471 update locale data for French Burkina Faso [fr-BF]
        
        Change-Id: I7f6311c541db507236f6c6ab999aee5db8683f33

2014-12-19  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [8ab2b17015592a6cdc8247b8bc245ff5f88bfec9]

        fdo#59886 unit tests for DOCX fixed date field import/export.
        
        Checks fixed date fields are exported to docx and imported from
        docx with correct initial value.
        
        Change-Id: Ia6b6180b59806e624b03dc81a903ab1ac6d33307
        Reviewed-on: https://gerrit.libreoffice.org/13432
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-19  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [8826934016d60d0a4a1e824e3f1cff814d915515]

        Support for docx import of fixed date and time fields.
        
        If a field is fixed, mark it as such and parse value to seed it.
        This is the other half of the docx filter improvement for fdo#59886.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13431
        
        Change-Id: Id00c454921cd386589e04b9572f4040898625a6f

2014-12-19  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [3726737273e488ffab02f4a2dded5640521729cb]

        Small fix for docx date field format import.
        
        The standard allows for arbitrary amounts of whitespace between
        tokens. MSO outputs with a space between \@ and ", LO doesn't.
        To account for this, any whitespace between these tokens is
        stripped and parsing assumes a command looks like:
        DATE \@"some format".
        
        Change-Id: I2620780da3ee873af6f35e236c7c34a073aebe73
        Reviewed-on: https://gerrit.libreoffice.org/13430
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-19  Eilidh McAdam  <eilidh.mcadam@itomig.de>  [a072b3533f44730565f42b45cfd9f77f44f506a9]

        fdo#59886 export fixed date and time fields to docx.
        
        Fixed date and time fields are supported in OOXML by adding the
        attribute fldLock="true" to the fldChar element. This applies only
        to the first instance of fldChar in a field (i.e. when fldCharType
        is "begin").
        
        Change-Id: Ibb84503b942ca20b53fe476e5006d64b2f3112e5
        Reviewed-on: https://gerrit.libreoffice.org/13429
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [c3e32b0fd7fecbacd05786de2cd8a3bff97ce2b6]

        Make icu4c-android.patch apply again
        
        Change-Id: I98d9fecb0f44b0b4354029bab1a5d675e98edd1f

2014-12-19  Eike Rathke  <erack@redhat.com>  [aa27be0013efc91374f040b72350e490b3ac770f]

        fdo#87466 update locale data for Moore Burkina Faso [mos-BF]
        
        Change-Id: I66109a89a7aced1a4595825ee587a1844b6864e8

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [9adb00cf4df13e6f251c0ff5f71bce5ca2c7525d]

        The value of the nRefs field is not used anywhere
        
        Change-Id: I9116611d04846af7f00cb366e9174fd99e741d5c

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e155e05ab70f1744d296dbee8c61564a5b7d346c]

        DOCX filter: handle decimal number format with no level text correctly
        
        The first problem was that no level text means no list text in Word, but
        Writer only does that for the "none" numbering format.
        
        Also, when the numbering format is "none", then Writer doesn't show the
        follow character (typically a tab), either, but Word does: add a zero
        width space as a suffix to mimic the Word behavior on DOCX import.
        
        Adapt CppunitTest_sw_rtfimport accordingly, that effectively tested that
        LabelFollowedBy is lost on import.
        
        Change-Id: I7d5c7e62ba3d02da4a750ba5afad07e68b0b8c38

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3d54642672b4a4fb6cca0c2439744189de5f0bc]

        writerfilter: unused include
        
        Change-Id: Ibde8c193c9558b297e7afe71cd87390143b6f25b

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [c54c276d09dae5472363fd433fe64c8424608e90]

        unoidl: Use appropriate OUString functions on string constants
        
        Change-Id: I6ff256e091770d67f98b1b6b8d447a22fd720d4e

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [2171c3dd49694b4928b0a04b76d3c42a2b18f6cc]

        Assert ASCII precond of rtl_uString_newFromAscii/Literal
        
        ...and there is no reason for such a precond for rtl_string_newFromLiteral
        
        Change-Id: I27f7217c8db17cef860c37886d0f7e561dc852f8

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [80131c795f1f9e9fcfb5a85243fb8585b083f8b1]

        IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRING
        
        Change-Id: I9793f697f14118340bc6db89540fe50ad0b8ccbd

2014-12-19  Eike Rathke  <erack@redhat.com>  [89de0181ffe2f94ea0b27bbd9da76bafa5ad1455]

        add more date formats for [pt-PT]
        
        Apparently commonly used, as suggested by Sérgio Marques
        
        Change-Id: I6cdbcd96034ec7bb04f364ec5747b069e32ec379

2014-12-19  Michael Weghorn  <m.weghorn@posteo.de>  [2ee336fb556ceb1d7e1ee8017c27539da7fe543b]

        fdo#39440 sal: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Id5f90757571e76a2c05a4cbd37020e1f6a6b2033
        Reviewed-on: https://gerrit.libreoffice.org/13544
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-19  Michael Weghorn  <m.weghorn@posteo.de>  [5712983f18e7cdec16ea20a9b3d94a1586de543e]

        fdo#39440 rsc: reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I69454a75c8ce4aecf9e68f5887f38f8bf6fe6dca
        Reviewed-on: https://gerrit.libreoffice.org/13543
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-19  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [1e2786ac6d51838308c27a2cb84ce8ad9acd59c9]

        solenv: fix bashism in unittest-failed.sh
        
        Change-Id: If030cd711cbb04fd622a4fd5723b6c66aac28a98
        Reviewed-on: https://gerrit.libreoffice.org/13546
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [5537bb28ec2667018c101ad25bbbc9c52daaffb0]

        sc: Use appropriate OUString functions on string constants
        
        Change-Id: Iefc8dcb25dd32acbc435bbf2aaa63572915d6753

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [a5bdf3c606b562a2af3dd4e4162b734abb1cb24c]

        Make O[U]StringLiteral ctor explicit
        
        Change-Id: Ide8b167d544447dd6844f5249fe6831ef4d2b4eb

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [ffd00464f8ec2c796cdfead7e1e13ee715641e78]

        This is not java.lang.StringBuffer
        
        Change-Id: Iea1ebb8ec79647b279fde359aa4d617d9c360e56

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [240f9bcb70b0781a4aec42550cbccd95f528d8d7]

        No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLY
        
        Change-Id: I5514898f588b21bafceefca95e3276826cb9a882

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [d5c86be04ee4ab4dba14bc70adc91bf5888dc31c]

        No need for RTL_USING in addition to LIBO_INTERNAL_ONLY
        
        Change-Id: Iaa65658aed6bb4abb20a4d95dc9c6caf7c1c764b

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [f9d3e0f57c173494d250aadd0022abb738634f43]

        upgrade to icu 54
        
        Change-Id: I4d32ac386ff8b69bee4319e673769917045d9450
        Reviewed-on: https://gerrit.libreoffice.org/13547
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [28ff5d52c33e240f5afb2ab1547abe88f4ba7a4d]

        WaE: variable 'nBofType' set but not used
        
        Change-Id: I4f0db469beb7ed3ca4b32f3d44f22f34a4d7a54b

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [170c7ee2f6f902d9de139b914b74e807b28da0a9]

        changes sidebar: Use smaller 'clock' icons.
        
        Change-Id: I3bcfa2b942ab0a8dbbc2997dffb0b9d18d345099

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [3a7a05ea34cd50f368c5287e3d291e473852c80a]

        changes sidebar: Better look of the buttons.
        
        Change-Id: I68fd844b3dbc3731c45c99fc7db4c3990e3073bc

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [db732cee9207dc3cfc49fc9e719bc192542e2e8e]

        vcl: The <items> can come after pCurrentChild has been already created.
        
        So consolidate their filling-in at one place, after we are sure we have the
        pCurrentChild created (whatever way).
        
        Change-Id: Ia98a927e1158041836b173e1c2f9529d70295855

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [20c1bb5b6779d8d3fe8c5d9269779ff91f80ca3d]

        changes sidebar: Make the changes tabs narrower (when possible).
        
        Change-Id: I2c76472baf8e5f91dee4ce5f753ca223b24e76e8

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [43a31f576f16dea538f6f1925151bb5bad977c64]

        changes sidebar: Make the filter tabpage more vertical to fit better.
        
        Change-Id: I6b982567eab7ed993f23df7ee246fc53c1fd90f0

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [90aa0aa54a03e5873cfa46c8679322b3e8090eea]

        changes sidebar: Limit it to Writer only for now.
        
        Change-Id: Id8cc814853b820b2c148d8ab88b4709b0994f7c4

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [e5d87682c894c3de5b3553c5cee1193f063e017f]

        changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.
        
        Change-Id: I4fd415845e2732ee8ef0567b8c58b878bb52fac8

2014-12-19  Jan Holesovsky  <kendy@collabora.com>  [2125868dad4b1e8f9318367b47938ad7e8afeebb]

        Fix build.
        
        Change-Id: I27b602e829041f0ce7294e4debcc6669712912f7

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [eee97f4bb3cfe1ed88f9d939e213ebb2fc052ea4]

        Kill pointless formulagroupcl_public.hxx, inline in only place where included
        
        Change-Id: I344322736604c5cf5f471eed1abd1205a4c5d96a

2014-12-19  Michael Weghorn  <m.weghorn@posteo.de>  [d41bc0f7b328ed6c69b2c2822de00165cdc62c61]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018
        Reviewed-on: https://gerrit.libreoffice.org/13540
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [bfb9eb550c4facb9aa6346a8d19f015cf5182668]

        icu#11451 bidi, the gift that keeps on giving
        
        Change-Id: I3bd37f8468c95a29ab3385dbc3ae825b76d8d3df

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [63b8d48b114762c69f739a2c00a94f020d62d31b]

        WaE: variable 'nModuleCount' set but not used
        
        Change-Id: If7893fcfbac978710c664cfd013910ece77cda59

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [e52bbff12c7a9f898a753229370fa0b621ba9003]

        WaE: -Werror=unused-but-set-variable
        
        Change-Id: I885ff40b554774d47fbbda89e4ddaaa0ca2fda4d

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [37639870152a666310654205c4def38867e50029]

        WaE: -Werror=unused-but-set-variable
        
        Change-Id: I2c1dd24fa2215300255ae4e7d50b6cf990b6e843

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [02aaf5138095f8a8436363d2bc687c32079a1864]

        can move the decls to first use now
        
        Change-Id: If501dfd0a2bebac45d13110af739e1f22444b823

2014-12-19  Noel Grandin  <noel@peralex.com>  [581d1e35f86077ce91a59ad3dc4760cda0b19071]

        java: reduce visibility of some methods and fields
        
        found by UCDetector
        
        Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0

2014-12-19  Caolán McNamara  <caolanm@redhat.com>  [68d87e98951ae3ed5f7b863954667bfdd9805985]

        Resolves: fdo#86552 undo want to take ownership of nodes, but can't
        
        Revert "fdo#75757 remove inheritance from std::vector"
        
        This reverts commit 63d8977f9fb0618d36dc8e0ee2f8068b1af92fe6.
        
        Change-Id: Idc9902a77ee2c1cb21b9e3b477b2d960772a022e

2014-12-19  Noel Grandin  <noel@peralex.com>  [5214b96a10fed8147e5801f13bdc463e8ad0f430]

        defining a macro for two lines of code introduces more noise
        
        .. than it solve
        
        Change-Id: Ic60021aa428289fffb26bc349425e9b8be520d0a

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [d269b9ab6a035423b7e4195b4eccf723912e12a5]

        Remove unused */qa/checkapi/
        
        ...superseded by CppunitTest_odk_checkapi
        
        Change-Id: I5df89a1a12f496984deab153f0ba2734323c1293

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [2a52591bfe10c651c9eba66cb44ed7675f5fba26]

        Extend loplugin:literalalternative to loplugin:stringconstant
        
        Change-Id: Ie425af19019126b6a15ac03f52e32d186a46db35

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [47debe4f1b1024095651355797150507a1d66a6f]

        ucb: Use appropriate OUString functions on string constants
        
        Change-Id: I29c99157e9698e4af1d42a5c708cf4ec4753cf34

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [36398245327a03d8228cf0a2b093ae5e689d2a26]

        extensions: Use appropriate OUString functions on string constants
        
        Change-Id: Ief21a59fc58cdd6fb3398bbe5080ed5a53cb374e

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [4524c5dd47b90701e7f068c2978454828f646414]

        desktop: Use appropriate OUString functions on string constants
        
        Change-Id: I8a7d6609466f450e0bb998457d8bf16525152091

2014-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3860bff1013f9608b934c4cdb9ddb8d2dbbc3e52]

        android: never use TextureView for now (for performance reasons)
        
        Get align with latest Fennec code which also has this disabled.
        
        Change-Id: Ie4c27935bacd29218207e47593f073bdce0cf7e3

2014-12-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [96a498b44c0a0ca48ac9938d9414191850d47d18]

        android: remove screenshot layer
        
        Change-Id: Ic2f0344bab4280fd3c55923707d100f87585199a

2014-12-19  Tor Lillqvist  <tml@collabora.com>  [45e8d96df39f45a7fe7b56f8d0f8fc181b0f1e46]

        Fix fallout from a2e4be6ded508030a6c2a33919cbe8cb504382e0
        
        Should fix build for iOS. There is no liblibotouch.a any more, and the only
        library in $WORKDIR/LinkTarget/Library turns out to be the Android-only
        liblo-bootstrap.a now.
        
        Change-Id: Ia7b2f43db06536c05caee8d99130f44d5288705e

2014-12-19  Noel Grandin  <noel@peralex.com>  [1f9297e7a011004d578e1f503d9d710c20c0ef0e]

        java: unused import
        
        Change-Id: I5e753737a0dfd024da4ce076645a4ddc2e7550e0

2014-12-19  Noel Grandin  <noel@peralex.com>  [2d82619a528ebdf867f242c85ad626462609ba39]

        java: static fields that should not be static
        
        Found by FindBugs.
        
        Change-Id: I223841f7bb8c515c9612322abc0b13e134385abd

2014-12-19  Noel Grandin  <noel@peralex.com>  [0ae24c2189ea68576c96fcbe87299b51256cb468]

        java: fix access to always null field
        
        this cannot have ever worked, but at least it'll stop bugging me now
        
        Change-Id: Idd9738358d18770258ca0648afe4b9256458a4d6

2014-12-19  Noel Grandin  <noel@peralex.com>  [ce3e78b6a0add1e1d2c3b5ca8ebca643d9c232d0]

        java: dead code
        
        Change-Id: Ief2bf7d3e98186a2268b873c4c5f7114057bd10f

2014-12-19  Noel Grandin  <noel@peralex.com>  [35da4ec559ac29d51db88661ff0712b7782ade0b]

        java: unused imports
        
        Change-Id: I7866959b9ea36c81003259cd387a001e9f34f26a

2014-12-19  Noel Grandin  <noel@peralex.com>  [e747737ad36f4ed0f89d2f01b278e250daea1a04]

        java: synching on an interned String object not good
        
        Just remove this field altogether, it was not being used for
        anything other than synchronisation.
        
        Change-Id: I982385f9eb7aed3fff0adf85d2a37bfe003d937b

2014-12-19  Noel Grandin  <noel@peralex.com>  [52d844485820c8bd1db8e15ce06ab6c76a8b6156]

        java: synching on a global object is not very useful
        
        when you're using it as a local lock
        
        Change-Id: Ie7f42176f7b582c6dad426d9f8eb0a846a3519c2

2014-12-19  Noel Grandin  <noel@peralex.com>  [567592c9e24075173a6f396b81bff14f74596f83]

        java: don't synch on an object and also assign to it
        
        Change-Id: Ie0a098e935e640f10b77d259c96bbd1c604d701e

2014-12-19  Noel Grandin  <noel@peralex.com>  [41f4417ba4ebbb29c614ad4ac1198efce709f495]

        java: dodgy synchronisation around clear
        
        if we want to synchronize access to this datastructure, and we want
        to use it as a lock object, creating a new one is not a good idea
        
        Change-Id: I99c2f665242ef16611bc15a0690b8da222085efb

2014-12-19  Noel Grandin  <noel@peralex.com>  [126eea88e615f3fcc82e081a3dbc7cb85154e575]

        java: nlpsolver: getPropertyByName was checking the wrong datastructure
        
        Found by PMD
        
        Change-Id: I76d38d71a3379416fe7e5078ef8b121915b26b6b

2014-12-19  Noel Grandin  <noel@peralex.com>  [cba3956750eebc4a5e2c8f8c7cb48764df18b3cb]

        java: this does not need to be a Thread
        
        It is just being used as a Runnable
        
        Change-Id: I1e652ab0f3b0450d3a85384b9dd513419e2f8046

2014-12-19  Noel Grandin  <noel@peralex.com>  [e92d3e90075573a374bfc39449c0e74f518890ba]

        java: scripting: fix bug in removing model from map
        
        found by PMD
        
        Change-Id: I4bd35dd30f6c77aad96932216d8459b812004a88

2014-12-19  Noel Grandin  <noel@peralex.com>  [3090d96f73714d5f2cc151e94a202010b5e96cf3]

        xmerge: store the original exception in the cause field properly
        
        Change-Id: I154b8b80aabd824edc62a7fdd831074fcf5cb21b

2014-12-19  Noel Grandin  <noel@peralex.com>  [a96c308e52983b7bc0275e31e50a9b04e5805852]

        java: these fields can be converted to local variables
        
        Change-Id: Ifefb5de196a3e5cbaa8945759da42886c69daacf

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [0897aae2c7759015a5b71d705240ac00ce5ddedd]

        android doc browser: hide Calc filter, add Draw filter
        
        Hide Calc filter, as ATM Calc documents are not supported. Draw filter
        was just missing, add it.
        
        Change-Id: I88b9e48319e584f1c86de1b970badcdd695f30ed

2014-12-19  Renato Ferreira  <renato.wolp@gmail.com>  [7524621ba4ccc054e8b2988826843eeff590a007]

        Adjusted CppunitTest_sw_ooxmlexport for Mac Retina 13"
        
        Change-Id: I208064aef57e0ef4b149183869f0908580e189f1
        Reviewed-on: https://gerrit.libreoffice.org/13528
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9071c5070cbcf6bba00285cdd9b062e961a10287]

        Factor out SwFmtCntnt::dumpAsXml() from nodedump
        
        Change-Id: I6adcaa8534efefa474d489125d3fb95f150e3e89

2014-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [93bb2101197c1ff64a5cc3ab9ffa64f66c0d9641]

        Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFile
        
        So the const_cast<> in CppunitTest_sw_uiwriter can go away.
        
        Change-Id: Id7d4234154cd6bed43cb5270b50208061038dcf7

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9c928971167b6fc553f105b8141e214e6d06785f]

        Blind attempt to fix PCH
        
        ...after 86ba184394094c7c043a505a20a0b1b8977f73d7 "Introduce
        gb_*_set_external_code"
        
        Change-Id: I6ed9652c6157b7cb2196f044f62c606968ef1807

2014-12-19  Stephan Bergmann  <sbergman@redhat.com>  [27e76ead71e86811f9720162df3eed504e2c29ad]

        Consistently define plain string literals here, no OUStrings
        
        cf. ef3fb927977681c3e5b5160e961e240063a8cb70 "svx: Use appropriate OUString
        functions on string constants," 897f35006ea48b7b60b087a8f0b955c7f099af3a "fix
        build," 3f66df98050175dfbab2026661c0cba734885e05 "Work around GCC bug"
        
        Change-Id: Ifdfaad30cb59d54ac71bfe9347d29fb853551fd4

2014-12-19  Noel Grandin  <noel@peralex.com>  [9315ccc397647bcb4fc15fe9e0cbe888819e5005]

        remove operator>> methods
        
        in favour of ReadXXX methods
        
        Change-Id: I50a97c1855366dc14c6864da2fb91d1759d4d4db

2014-12-19  Noel Grandin  <noel@peralex.com>  [ae5d78d605bcb2a849f88cdfddfaf5cf1d5ebf64]

        remove operator>> and operator<< methods
        
        in favour of ReadXXX/WriteXXX methods
        
        Change-Id: I75fcb04cb9e2981a10146a96de27916ca7f6bc57

2014-12-19  Noel Grandin  <noel@peralex.com>  [4cbba98601ae16cda1739e1e81d697592bb31213]

        remove operator>> and operator<< methods
        
        in favour of ReadXXX/WriteXXX methods
        
        Change-Id: I849fd10c689fb9834ae9974e430dc337adc68755

2014-12-19  Michael Weghorn  <m.weghorn@posteo.de>  [a3181adc11bc707680424551369a24b3c65de921]

        fdo#39468 translate German comments
        
        Change-Id: I87ba3ac7aabbb297785eff5da6a5d498fdefd80c
        Reviewed-on: https://gerrit.libreoffice.org/13534
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2116f1cfb31e5fcf829c2f101cd878a32b56c365]

        libmspub depends on zlib
        
        Change-Id: I3024693698f85ef1c2bbb7fb6ee968a0d5ba6359

2014-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b7e61384f135f9f513659bcfd2502a9d00acd2f9]

        Update mdds to 0.11.2.
        
        Change-Id: I1c331863df2b1e560ba8a3d5b7dde67cce59b2df

2014-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [62de3d17a10cb2fc4eb20992e9decd682eb1d7bb]

        Build fix for gcc 4.7.
        
        Change-Id: I9b971928fa2737d21c225406bf2a86c088be5b9c

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [fc93c17a2e2186ff5e52cc2a3d8f65aadb26c44e]

        sw: prefix SwTabFrm members
        
        Change-Id: If2de38d23c5753e703517b5ef82d0f00070c2f34

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [8599b29b5c8cb5add80ca22f44e8e129b904fc2d]

        sw: prefix SwRowFrm members
        
        Change-Id: I262efe47d8a28d1462cf35314a99c4404ffa2200

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [217c09adcc3a73ee2c9e49e00af240195da63bc6]

        sw: prefix SwCellFrm members
        
        Change-Id: Ia38bdf402595dc0b7e6dabd80a4e93e53142b719

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [ef342691ebb130c0615282d7b88d724e85c6011f]

        sw: prefix SwLayoutFrm members
        
        Change-Id: If961ecfe27c6f478f030bab746278b885482b229

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [296e8b597c141b6b54cbf943871d6a6820c1779d]

        fdo#87199: sw: fix root cause of a11y crash when merging cells
        
        Commit f9eff2a402a4cd28d7dbfb6ce27cbf96b31e576f is not quite right
        because it will leave the mpNext chain unreachable; that could perhaps
        be imporoved by calling RemoveFromLayout(), but...
        
        Actually the problem is basically that one of the deleted SwCellFrms
        points to a SwTableBox with getRowSpan() -1 (because it has been merged)
        and thus IsInCoveredCell() returns true and that causes ~SwCellFrm() to
        skip disposing the SwAccessible stuff, so the SwCellFrm is still
        contained in the SwAccessibleMap.
        
        Because it's rather hard to prevent this sort of thing in general,
        better change SwAccessibleMap::Dispose() to assume that if it found its
        way into the SwAccessibleMap it should be disposed and removed.
        
        Change-Id: Ib4cec6924cb026ae30bdac6857957adf237b4d70

2014-12-18  Michael Stahl  <mstahl@redhat.com>  [59c92736ab064c0bba628e680a5c444f9f1dcc1b]

        sw: rename SwFrm::Remove to something unique
        
        Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7e624c9820132544f8ea25d8ab60acba3874bd55]

        Fix MSVC build
        
        Change-Id: I64a9a2933b38e48c4531564ab4082e3c924c4959

2014-12-18  Julien Nabet  <serval2412@yahoo.fr>  [24dab5d51a73375bbe8e52abb83354be78707fa7]

        cppcheck: Same expression on both sides of '||'
        
        Change-Id: Ibdadac46483ca3b17a12e3d1ae31f75a869b8dbc

2014-12-18  Eike Rathke  <erack@redhat.com>  [d249282d5165a7a4e05847a6b974d5a6df2363d7]

        line-break that into something slightly more readable within 120 columns
        
        Change-Id: I3b97cc4b0f108c0cc6e0aa1397cf6243b7c734b0

2014-12-18  Jan Holesovsky  <kendy@collabora.com>  [72ee6012b056c50957e160f0ebf2b828b324db3e]

        Typo: .uno:*TracedChange -> .uno:*TrackedChange.
        
        Change-Id: I173728b9f800b6a9c6e81d496a268b4e42cf4db9

2014-12-18  Jan Holesovsky  <kendy@collabora.com>  [08e0a79aeba6fd41cbb51de3be48659619f27206]

        spell dialog: Make [Close] work in protected documents with editable fields.
        
        We have to call ToggleChildWindow directly; calling SfxDispatcher's Execute()
        does not work here when we are in a document with protected section - in that
        case, the cursor can move from the editable field to the protected area, and
        the slots get disabled because of SW_DISABLE_ON_PROTECTED_CURSOR (see
        FN_SPELL_GRAMMAR_DIALOG in .sdi).
        
        Change-Id: I1c310c028aaaf774431d0b1e6bba10e901a8166d

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7ac1522d9edf6ac58856cdb5f8ff548dedd27a63]

        Fix MSVC build
        
        Change-Id: I14f9b8e7b7e2cdcbdc60de17471b1a3a381d83f0

2014-12-18  Julien Nabet  <serval2412@yahoo.fr>  [5a4c549d3252ef371656cbb5dedeb8c9c5c60994]

        Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I899164412ad90653b4228423283f9fbd4cb5fccc

2014-12-18  Eike Rathke  <erack@redhat.com>  [f2ac9fab2677a6a718f251baef75d3cae96d1f01]

        fdo#68385 update references only if cut originates from the same document
        
        Change-Id: Ia7b27309251cf9e47505c58d8ed0172d134280f4

2014-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [64c479e9da02f724e1870649c99fac92f5f27cd3]

        Unmap memory object right after the buffer is read.
        
        Change-Id: Ic7c355dc005b8071a3b5db347f51882d89d2160f

2014-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [20f8006e21943b08f1f152e4a0359c9ebe4786f2]

        fdo#87448 EnhancedCustomShape2d: fix handling of scaled ARCANGLETO commands
        
        Change-Id: I7daf52a60e3fac8d9f86b464e86af60e0495fcb1

2014-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4423637d4e9c949b22109f7db029c9afaccc7d7e]

        CppunitTest_sw_uiwriter: use gb_CppunitTest_use_rdb
        
        I can't easily see what component is missing for SVM saving, and we do
        the same in CppunitTest_sw_htmlimport already, so why bother.
        
        Change-Id: Iba917e211fc721f8e275b3ce04a0e02c0759485b

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [62e08e2230c673c4f96995fa778f533ea99acca6]

        Related: coverity#1202743 Bad bit shift operation
        
        Change-Id: Ia2fe4abd17e09aecaef6d929dbd9b393f33c9de6

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9de415945a608b8b90b648e04ad06bac2d53a9cd]

        vcl: Use appropriate OUString functions on string constants
        
        Change-Id: I169624820cd7d25eab18a6b90482e075ebfebcc6

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [11f20999040e97c052c0015e3265de2a68cee666]

        test: Use appropriate OUString functions on string constants
        
        Change-Id: Idbdc5c9aab8fa65df39d66da2461337db6350e52

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [09e071fdddde4077d412708ba12f4561b70f6b34]

        tools: Use appropriate OUString functions on string constants
        
        Change-Id: Idbca92ee8d38fe5839ec0aeb8ee02af3e326549d

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [a349a4763fd32177be55877a098247959a820c5a]

        loplugin:saloverride does not make sense for external code
        
        ...where SAL_OVERRIDE is not available
        
        Change-Id: I49d447ba90516f4f744c21302607bff97ad3c4d5

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [df35af41685630b70fb460a90ec47f481895ad7f]

        fix build
        
        Change-Id: I920227cd175dace306ebb16a8e476f483cf11a7a

2014-12-18  Juan Picca  <jumapico@gmail.com>  [82aa4dbd8330eb446cdf535794c13185f0c0ca81]

        Fraction: rewrite 'GetDenominator()==0' conditions
        
        Change-Id: Ie42972db98da48b60b3f5314e019046b2a2ee0e7
        Reviewed-on: https://gerrit.libreoffice.org/12238
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [3f66df98050175dfbab2026661c0cba734885e05]

        Work around GCC bug
        
        Change-Id: Ib53fd467cb270908846f8f613d9f085aeccdff01

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e17be13daa8632bb4a9f7e8703c751d2beab9e6d]

        Work around MSVC bug
        
        Change-Id: I592eb027f4c13cf75f1f0a443696d4d4e8e50e04

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [86ba184394094c7c043a505a20a0b1b8977f73d7]

        Introduce gb_*_set_external_code
        
        ...to harmonize the mechanisms to not define LIBO_INTERNAL_ONLY for extension
        code and CppunitTest_odk_checkapi.  (It also needs to revert any -Wundef, as the
        config_host/config_*.h files will not be included, so the HAVE_* macros will be
        undefined.)
        
        This obsoletes the need for RTL_DISABLE_FAST_STRING.
        
        Change-Id: If5eacba80c349efb90762aade8f2ea6d2db7e314

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [1cd9420755dc5d5435bf564a992b727c455a3d73]

        Resolves: rhbz#1175142 nStarts ends up as an invalid -1
        
        Change-Id: Ic67c5562d0e9936cd6a524ecd4f798aaf885a6e8

2014-12-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d1cf36265d25ddee11e787c4c83692163b66b06b]

        avoid exceeding commandline limits
        
        don't use "zip -@" to read from stdin, as that expects one file per line
        also zip doesn't like the dos-lineend, so strip that using tr
        
        Change-Id: Ib5c9040a66390119aa7a46225f2d0c8f635bf39a

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [897f35006ea48b7b60b087a8f0b955c7f099af3a]

        fix build
        
        Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [2315ee1852259834624fe7cddec05b43c4ae9cd8]

        fix build
        
        Change-Id: Ide1f3da42864dd53aa0b960b8013a46b3f609025

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [39733239d317fbfbfc1c7bfc8cc7bfb8392c6926]

        jvmfwk: Use appropriate OUString functions on string constants
        
        Change-Id: I5a16fdd9217f0523212842650d74f504f17848fd

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [dc8835de2a09ec9cc2a14cd0e78d0a298ca6bc4c]

        bridges: Use appropriate OUString functions on string constants
        
        Change-Id: I72e0df381bd9525ea4fff1f4bbd57ffe84ce241f

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [073d1a35903b9e276d8eb3240b34c7a74ae47d8f]

        Use the same names for these flag bits as the callers do
        
        No need for redundancy.
        
        Change-Id: Ia68d2e57af33cdca90246de54cdff656ea6c3942

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [09906a00584fe7106d573dd07d8f627479637214]

        drop unused helpids
        
        Change-Id: I878f5bfe15b72ed1b750abfd7ca26513aae1d6fb

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [af720da95e87a4082f179e3844a58007e41f11a2]

        Updated core Project: help  908b90852c513400669814a73b64245a0702ec21

2014-12-18  Caolán McNamara  <caolanm@redhat.com>  [0ef2fa807d6b984455ed531a2c4f19a644d8b2cf]

        convert RID_SVXDLG_BMPMASK dockingwindow to .ui
        
        Change-Id: I1a160bd08d3be0356076789539d551f4dc6edfd4

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [eabf036cfe4b776b44675040aaf48c23f2ff5777]

        xmlscript: Use appropriate OUString functions on string constants
        
        Change-Id: I1fafba17c590d4485f2138e2dda877344c573df1

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [8d487ceba1995b5831755bb5b37a82afc2125c0f]

        xmlsecurity: Use appropriate OUString functions on string constants
        
        Change-Id: I18370f6203455cf7568e48e49b7093d114656619

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [05575c31e1f962636125ff8c42c3e2409a9edb6c]

        xmloff: Use appropriate OUString functions on string constants
        
        Change-Id: I349e0c2575d9a5154ac7002d129a1851a3df7687

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [fb4fec646d20388539c8d294f3e2bc20d0903a2b]

        xmlhelp: Use appropriate OUString functions on string constants
        
        Change-Id: I8642ec147cb0dca32dce7ec7f3efec93bcb99cb4

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [56a6a6f2094f21cd14628ae9d50725a30a36f274]

        writerperfect: Use appropriate OUString functions on string constants
        
        Change-Id: If48c8c7181eb8eec7519ba17248244c7ba6bf0d5

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [24531a040ea90a8631699089118a9e88860a27ee]

        writerfilter: Use appropriate OUString functions on string constants
        
        Change-Id: I42d89d0cc8bf9e9a0918345147ae2f64b5aabf58

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [56d479f5405cf018bf233879387dbad851d279f2]

        vcl: Use appropriate OUString functions on string constants
        
        Change-Id: I010146e9b7181d0cc704a26ae1d373794cf6facb

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [bb80b9e6cda268bb57481e7835ac6e4009174053]

        uui: Use appropriate OUString functions on string constants
        
        Change-Id: I846ee3bf07a5c99da11f0041de1e778584bfae09

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [3607b14acd6541d31e7a882e83b743423d8a22b7]

        unoxml: Use appropriate OUString functions on string constants
        
        Change-Id: I6be6717b1714e2f7115ec8e27c5026a439bf1b05

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [994cc6c8689f7186193ce504c92fc2bc2fdcb560]

        unotools: Use appropriate OUString functions on string constants
        
        Change-Id: I9762f913080b4bad0d9cd3d1c1b42b333b08f27e

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [484401bb5e2aaea5cb1645743ed615f4166b6cda]

        unotest: Use appropriate OUString functions on string constants
        
        Change-Id: I449587dd8e6e625e886e4ffc6419c612adffcfde

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9c9276c9e1d6cd2b9bd4bb69349dfb6fb32e6bf3]

        ucbhelper: Use appropriate OUString functions on string constants
        
        Change-Id: Id5832f8ca20f5ff3179a25bc3c28be7b9fde5bfb

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [dd728444acddddd22ec659e0f9ff607673ead546]

        ucb: Use appropriate OUString functions on string constants
        
        Change-Id: Ie889b3e74160e9ba121ba8351d9e12f6d273c573

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [92924b152e8417fd3dd52fb4666176678424f9c7]

        tools: Use appropriate OUString functions on string constants
        
        Change-Id: If79786d21b6d7cb0cb0ec9b947f43e76aa7547e3

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [44199e81a1ef4e8712883f8bd191ef239335e06c]

        toolkit: Use appropriate OUString functions on string constants
        
        Change-Id: Iad8c0ffce9f0b17556f5305929715ddc0cce1042

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ac6174bd0d3c896a4ab0a0a1ae93197441dd64ff]

        testtools: Use appropriate OUString functions on string constants
        
        Change-Id: I4258287401e76a2f37f88eeeba5aa11d693a01b8

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e6bf3f2dcc83a915d8ebc273fd9648fcf2495c35]

        test: Use appropriate OUString functions on string constants
        
        Change-Id: Id4327a479fd61b3793a2b8b250203edcfe3e6754

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b1fab4ab325636eacf7c0387d55b6cc184f89c5f]

        sw: Use appropriate OUString functions on string constants
        
        Change-Id: I9c3e03324c69beb5af4c43da208086600876f875

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e5bd0f8b0a83f5c7f0f204adc081b102c765ca8e]

        svx: Use appropriate OUString functions on string constants
        
        Change-Id: I54931168bfc18c9ce41babdcf535ebc1bcc72c5e

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7c6aa647e83b4989fcaecd4a4d81361c06a3f3d4]

        svtools: Use appropriate OUString functions on string constants
        
        Change-Id: Ifa7ea9bf840cacb701dd4b5fb0904870bc3cf407

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [f79c92198775cac688774ace792b296647448781]

        svl: Use appropriate OUString functions on string constants
        
        Change-Id: I212dccf416fda574f940f13a2b1de5c293b3f9fd

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [afdd564e5f1f5c9772a9f2b278113605c40f9da8]

        svgio: Use appropriate OUString functions on string constants
        
        Change-Id: Ic47d4a855b948f399f67d051fa8dbe874b939676

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [63968bae8713a4938a97664ba7655a898730c072]

        stoc: Use appropriate OUString functions on string constants
        
        Change-Id: I776bbe6077b33f22657141ca875743c67b793c48

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [0530bbb0756f7d0b224ab1802b07387c562f3b1b]

        starmath: Use appropriate OUString functions on string constants
        
        Change-Id: I474eef1f76e171c5a016dd0b1fe225dcaeeb0eda

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7ff32983b0219fc39f6b78cdd4a42f08aff8dc6f]

        sot: Use appropriate OUString functions on string constants
        
        Change-Id: Id787ebbfaa95c29b3f6337286fa78b089038258e

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b74e92d51f7948d97ad91bb61b55ab3c0ed622c1]

        slideshow: Use appropriate OUString functions on string constants
        
        Change-Id: I5498af3577591fa035319b72324cf70c536f8559

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7f09f384b2712faef29c6874821084be34c413a7]

        shell: Use appropriate OUString functions on string constants
        
        Change-Id: I3b2c0a4200fa953162f40eff49289052962e73d2

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [70e56ffe13fb00ff044a43074e99eb70275883b3]

        sfx2: Use appropriate OUString functions on string constants
        
        Change-Id: Iea55d87a7c7b2afc408e3822121f79234481eccc

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [0ad5204d325b808aa3661c7ddac5224c8ffb6a2b]

        sdext: Use appropriate OUString functions on string constants
        
        Change-Id: I6815b791b935bffe6409af2bcfdd6d6adceb2252

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [cb9e8bbdb9dd3f2f83ab862ffa6d734af7be79db]

        sd: Use appropriate OUString functions on string constants
        
        Change-Id: Ic402f5b5be1f657d9045091056bcb731b3407a9d

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b9def20cea8d8364ac1fa14aaf1da775128f0fd3]

        scripting: Use appropriate OUString functions on string constants
        
        Change-Id: Iacb434225e779de4911e9acc8431662f5eabcee3

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [43c8ca3f995fed8cf9fbfc6bc5ef2b779cd0a154]

        sccomp: Use appropriate OUString functions on string constants
        
        Change-Id: Ie8495d9da8d3e7c69d12ce3b4d19d3b864cdf818

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [108bab2bf7ad5a5d8449dbe9768976cb87554bc1]

        scaddins: Use appropriate OUString functions on string constants
        
        Change-Id: I2b38c1e22a5693a1d8eb947cd4e57bbf1f562599

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9ba13265e3ea2a204a45c54acbbf8a1bca11a55c]

        sc: Use appropriate OUString functions on string constants
        
        Change-Id: Ifc00b2045de0d356e175733b0f03ab0c90083039

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [f4fbcef061fbd3786a42d98573aa6073d5c684bf]

        sax: Use appropriate OUString functions on string constants
        
        Change-Id: I44cf4360c323e9f424a559db6d0f271fae7a7f28

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [26b6387b7ef302d6ff52a41395d0859cd1b9d981]

        reportdesign: Use appropriate OUString functions on string constants
        
        Change-Id: Ia9cfa61c05b4014a504a419ea0367b5ffd5668ce

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ebf88643f3b749d1789183d8c441e5013c71a3f3]

        opencl: Use appropriate OUString functions on string constants
        
        Change-Id: I0c461fa2c2ac62f9dd63e793f8cbc0c68c510082

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e1d6d5dd87b0504cf581b42bbf3942095a0028f1]

        oox: Use appropriate OUString functions on string constants
        
        Change-Id: I63db342676e1116c2ed1eef4e27599add0a318c9

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ed609b5119bea695de24a78892e817132082060d]

        lotuswordpro: Use appropriate OUString functions on string constants
        
        Change-Id: I8cccb8e558aba949d64cf9e7b85316d8e2e15865

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [6fbf6f2ad1ac2d9254ade029599b46c7a4327a5b]

        linguistic: Use appropriate OUString functions on string constants
        
        Change-Id: I50e17b9de80e826204deeb154b5533b3e87e601c

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [585807a77e54504a2ce3c13d344aff61014c0290]

        i18npool: Use appropriate OUString functions on string constants
        
        Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [464ff17e71733fd8ed091b0cca44f49e3717fc9d]

        i18nlangtag: Use appropriate OUString functions on string constants
        
        Change-Id: I0c3a20e1d1273944f1f0f2f886d5d951e916336c

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [eab273cccd8e861882e5ef847c50e7a6be2ca7c4]

        hwpfilter: Use appropriate OUString functions on string constants
        
        Change-Id: Ib19462d2095ca46eace28e1d3170b559027a2acd

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [940f74ed9a5666348661bec29e8f4e8a302e6ac4]

        fpicker: Use appropriate OUString functions on string constants
        
        Change-Id: I9be920ec3d9da211daeabe872b02361a0500054a

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ca871abe3395f4a4ca406c8eb191722e0c0a311b]

        formula: Use appropriate OUString functions on string constants
        
        Change-Id: I309d46f26a8c74b759add5c2d1edbbe37bc09365

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9e3ced1956b71c4016dd28f7a718157194b30149]

        forms: Use appropriate OUString functions on string constants
        
        Change-Id: I1bcd815663c29025da6b3ce50bdf767eef74fe94

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [70217974e104ed5fcab415fdf04fd37c0cca3601]

        filter: Use appropriate OUString functions on string constants
        
        Change-Id: I9b8be418e8ac43eab27ef1f8a80ca09d66524810

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [226dd312e17fd3b97db17a131b703bbb9ab009f2]

        extensions: Use appropriate OUString functions on string constants
        
        Change-Id: I4f117b3339753af254768724c38167f3595fbe69

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [9f806fcad27f96ad4530478ec4a4fdce69e20c8e]

        embeddedobj: Use appropriate OUString functions on string constants
        
        Change-Id: I149dd1abf03437bb58829a5f16a8c2aef5eec092

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [eb0f855f8cd893d4f9ed99028f58f138ccc1211a]

        editeng: Use appropriate OUString functions on string constants
        
        Change-Id: Iab879390c18a3ce2c5bfc49548ca273ce0b907da

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [0f867ad00c56059e347a9e60b50f29b04e9803a1]

        dtrans: Use appropriate OUString functions on string constants
        
        Change-Id: I47f5431483f3dfce3bb4d1e956cbe3ab226a1cfc

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [1322c22412f1d444184fae9d0673bf9220658d23]

        desktop: Use appropriate OUString functions on string constants
        
        Change-Id: Ie35b3ab2695d9bbfc221b63b6913e21386344a33

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [17fe6b54cdc6a71e324bf83421f22eb2954089a1]

        dbaccess: Use appropriate OUString functions on string constants
        
        Change-Id: I1d63c9123ad985cb3424b0ac0ad30c12e39f8170

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [43e4b96e8ecab707803fa5083a53437d6f799444]

        cui: Use appropriate OUString functions on string constants
        
        Change-Id: I126c587777b7183dfbd9c60cfb0a6a980332a295

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [ecf24f303217f55d1d2efdde7d58d0af083612d5]

        connectivity: Use appropriate OUString functions on string constants
        
        Change-Id: I9ca72364cd57fd2da0c6f5f704a3fe494c0a1df5

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [acb7ca428382b8db42d7afcd79d72682aae0df8d]

        chart2: Use appropriate OUString functions on string constants
        
        Change-Id: Ifc28920e69db410b00312e634caba33b0e286b7f

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [39ddeb53c04f7a8410a5146e2ce7b4acf204ad2b]

        basic: Use appropriate OUString functions on string constants
        
        Change-Id: I43f99ba6759b0f8f633af784beaec583dbab0b9e

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [d9e2c2704466caaef52bdabf2689220ce6fa1cf7]

        basctl: Use appropriate OUString functions on string constants
        
        Change-Id: I3e1ff06ac42b53d4cbbdc5a4590bf505d0746d2d

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [a33b4428bd7482a9460d0743f95749ad7d8c289c]

        avmedia: Use appropriate OUString functions on string constants
        
        Change-Id: Ie2e2737c1a3eafd9da2472ef354624b67b09ff80

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b98352996c24a3b21c52c32d62d0a7fdbc8e4246]

        framework: Use appropriate OUString functions on string constants
        
        Change-Id: I5da5cd3254102c742021b3e7b4e1f907ca897ca5

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [564fe23374fa544c34875da0dd695cb8a939f0f2]

        Improve documentation how to build the Win32 make
        
        Change-Id: If47512f4a5893e21318f062301a0fd6fcf121cfc

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [ff926b84508e500fd8b1deda0a7304f0026f6c8c]

        Adapt instructions to VS2013 and 64-bit Cygwin
        
        Change-Id: Ie6b7ccd3e3a6d459cb44e4d545ceaf4eb26c06bb

2014-12-18  Eike Rathke  <erack@redhat.com>  [573f5dfba805b733dd2da62bde3cd5d9d25879d9]

        Resolves: fdo#86978 append formula cells to track instead of tree
        
        Cells in FormulaTree are assumed to be tracked already and their
        dependents be notified. Also postpone tracking until all listeners are
        established.
        
        Change-Id: I7f27fba979fe231e3d3cd071fcc8a273142cb3f3

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [87561f10ba76de6d5453ed906ce24a052df72f18]

        Better (?) fix for deadlock in a situation with an IME and a URP client
        
        This reverts commit 3e5371aba3eb29efb9574881212cba0975c168d7.
        
        Change-Id: I9e02a3d72f66a1eabb1f25d95417c855459556cc

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [84a7fa47a548e95892797e9f61d96ae051123121]

        XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUString
        
        ...which resolves the mystery of 0ba6360363fb73b5b200bbc486ed8eeac5f3d337
        "Garbage in, garbage out?"
        
        Change-Id: I51f102699d0474872c80392b27f71030b5e3fb59

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [180f0791daa3d3f959f4f70b9f83012bcbf47a64]

        comphelper: Use appropriate OUString functions on string constants
        
        Change-Id: Id1d5c3cf2f76dbb33606cec1c0f17d4a1f282247

2014-12-18  Luboš Luňák  <l.lunak@collabora.com>  [783ba49aa0cd068c7e3dacdd3c13e9c37cf52e22]

        draw also opengl polygon with AA edges if AA is wanted
        
        Especially given that lines are sometimes actually drawn using polygons.
        
        Change-Id: I429a24faff94f8b9accc20bdee3ff66f47669bde

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [a2e4be6ded508030a6c2a33919cbe8cb504382e0]

        The touch module, ByteBufferWrapper, and the libotouch library can go away now
        
        Change-Id: I6f4a6679c263ac81d1cf5c66f18782e857da5ff8

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [a6467341d19f30100afdca66574d925a10fdf911]

        No need for libotouch any more here
        
        Change-Id: Ie092b9475e5dbf8d16bc8b02128c3a6858643abd

2014-12-18  Takeshi Abe  <tabe@fixedpoint.jp>  [18621545e4b33039091283c58e340021199fefbf]

        fix typo
        
        Change-Id: I3a1ae61f1d6aff3129937dbf584eaec6b7f002b8

2014-12-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [3aa96e9f478a7549e04658dc4db234bde63603ea]

        Small tweaks to printing UI
        
        Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0
        Reviewed-on: https://gerrit.libreoffice.org/12492
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [47cd375d88a980f01d9ee04debf896be61d0875a]

        Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"
        
        This reverts commit 146bd125a01742b2a6561a4a23735f37867d8221,
        Clang's r224465 does not look really useful the way it is, so work around
        that directly in Clang for now.

2014-12-18  Tor Lillqvist  <tml@collabora.com>  [58bec49af36c3e7554bf20664ac15c45b1ce88c4]

        Kill createScreenCompatibleDeviceUsingBuffer
        
        A certain 3rd party uses processEventsToIdle() from XToolkitExperimental, and
        their code is not C++, so it should be OK to change the ABI of
        XToolkitExperimental, says mmeeks.
        
        Change-Id: I4ba641ad98c17ae42a2ae2eff389fd3354618597

2014-12-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bcb4f01de2d6f6a9d06ca7dfd14fa80e725f5a81]

        android: support building with SDK tools 24
        
        Change-Id: I424e81b849d7e0ec5c61eddcc70279e3559885d1

2014-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a6dc39ba96648a296fcad29a7a0a44f7e749e2a]

        Factor out SvxFontHeightItem::dumpAsXml() from sw
        
        Change-Id: I8dc3a0ed7bfce62b0d20c6bff143d77c0f26963f

2014-12-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ae177f5b9965684c1a358aa43e5957cff218210b]

        ifix the OpenGL UI config part
        
        Change-Id: I931a4b618f35188e4e0cca07305ff15bbbacc20a

2014-12-18  Stephan Bergmann  <sbergman@redhat.com>  [146bd125a01742b2a6561a4a23735f37867d8221]

        Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value
        
        Change-Id: I3ee32c5bd379bb851f8f255faa93d96227dcff84

2014-12-18  Yousuf Philips  <philipz85@hotmail.com>  [93ce2d8b686803ea81fe2504f956e66f56cd183e]

        ICONS: add large icons for .uno:GraphicDialog for use in image toolbar
        
        Change-Id: Ie1a4fc49521c5e08f80a3265ec6f24463b944cde
        Reviewed-on: https://gerrit.libreoffice.org/13507
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-18  Julien Nabet  <serval2412@yahoo.fr>  [2a44e785da22fe08da295208c2819af813e63447]

        Related fdo#86929: Kill FOREACHPAM_START for good (final part)
        
        Change-Id: I74c6e8633ee5ac477d2f7ac8ee468204076bc886
        Reviewed-on: https://gerrit.libreoffice.org/13488
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-18  Michael Weghorn  <m.weghorn@posteo.de>  [a23f6eb3ae49dfc326c6e57a8ab95a840c0661d2]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ib16e4ecc0e0c43b2c1fb527eb0668a960ae9756e
        Reviewed-on: https://gerrit.libreoffice.org/13513
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-18  Michael Weghorn  <m.weghorn@posteo.de>  [36936c2580bf15117dd3bf775dd91340d16d3239]

        remove if-block that has no effect
        
        If the outer if-block is entered, 'aIsCollection' is
        returned, no matter whether the inner if-block
        is entered or not.
        
        Change-Id: Ief33e6fe6e29d1dfe287095424dac92e7f7d06b0
        Reviewed-on: https://gerrit.libreoffice.org/13512
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-18  Michael Weghorn  <m.weghorn@posteo.de>  [7efdc59d61c4f57780047627645caed81f3e654c]

        fdo#39468 translate German comments
        
        Change-Id: Ibcd2199db171c531018301631d76ec56924da23a
        Reviewed-on: https://gerrit.libreoffice.org/13511
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-18  Michael Weghorn  <m.weghorn@posteo.de>  [652e09f734fefb9b49787e8e565d235d504a1e73]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I7e85aca5a86f993a9906525edffbd44a179dc245
        Reviewed-on: https://gerrit.libreoffice.org/13510
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-18  Lionel Elie Mamane  <lionel@mamane.lu>  [d95df6d12c8191f2c97719b59420c49651b5d8ac]

        LEM TODO note
        
        Change-Id: If082f723383da72eac75ca660203aea2a33a7526

2014-12-18  Lionel Elie Mamane  <lionel@mamane.lu>  [cf4347aa515872454404e73f07cc4b0b9d61bd8b]

        bCategoriesUsed is always false at this point
        
        Change-Id: I7e6851ce3f24ef3c5051eb7431b6aa1df845836d

2014-12-18  Lionel Elie Mamane  <lionel@mamane.lu>  [8a5891450c38de50d7d48d78e9b398f07cf94d0a]

        fdo#76780 don't limit PositionY to available width
        
        Change-Id: I3a429d0a6f771f6bfde2331ddc8544c92d8147f7

2014-12-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e57b0ebeb7e75d36546f6abef3a26a8edc7dea7f]

        fdo#85876: add unittest
        
        rather uglyish unittest, but still worth it as cutting nothing needing
        to have sideeffects is really kind of non-obvious and prone to return
        
        Change-Id: I02bbfb05f019874d873670cdae060ac3183f5ca6

2014-12-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab2b384cd761c5c44fd00c19a8907ff220dd36c3]

        SwNodeIndex should really be final
        
        Change-Id: I2ae917b43b18b14dce01121902a678d45ad520fe

2014-12-17  Mark Williams  <mark@dimm.de>  [7aaadcfce963079aafd52988bd834f50c2d6a4ec]

        configure.ac: make it work with VisualStudio Express and 64 bit compile
        
        Because VS Express has no native 64Bit compiler but a 64 Bit cross-
        compiler. The path resolution to detect binaries and libraries was
        not suitable for the cross compiler. The added resolution is only
        effective if no native compiler was found.
        
        Change-Id: I8066cb04f94eb4bfd0c57b35e5e39883c51ee046
        Reviewed-on: https://gerrit.libreoffice.org/13515
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-12-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a4681be5347fe24867b4f603dc57942c3306227b]

        Enable out-of-order kernel execution.
        
        Change-Id: I4dbc69ca2618c37184ffdc217493e3880e149617

2014-12-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [355e39508112695766f060e9b05c70625ee1b0a3]

        after resetting the values are not modified
        
        Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1

2014-12-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2a7571d00f182147311596541642b8abde7729d0]

        make use of the new ForceOpenGL config variable
        
        Change-Id: Ifdfcbd9d3d62d2a55e3e050d4723700f8436e57a

2014-12-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9a33547d1462dcb0f9aae885e4160a4f42eeb94d]

        implement the ui part for the OpenGL config variables
        
        Change-Id: I46e2de444d38f1f93eb68ffd50b7a283d05d1738

2014-12-17  Joel  <jmadero.dev@gmail.com>  [fdec5e9f9a42214918290d4a329c97e98826627a]

        fdo#86627 - Change Image Crop Behavior
        
        Changed behavior of right click context crop image from
        bringing up dialog for crop (uno:GrafAttrCrop) to the
        interactive crop (uno:Crop)
        
        Change-Id: I98d01c39ad5baa894bb687e8adb3dced478d855c
        Reviewed-on: https://gerrit.libreoffice.org/13472
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b490bda1e2cec48eff4a9c54291ecc12e70336a]

        android doc browser: sync file type list with the intent filter
        
        Change-Id: I81746860198864bb5917a6c1e898b742b65d77e1

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [87928d31b1ce6a75b4e72beaa218971de74ad890]

        android doc browser: let's list file extensions only at a single place
        
        There is still some duplication, as the file type -> resource mapping is
        there two times.
        
        Change-Id: I50cd58f1cc62e872fb925556dd151f6392eeeb87

2014-12-17  Stephan Bergmann  <sbergman@redhat.com>  [f425517f2f0c22462ed463ef37ba76fe5c05df12]

        Fix 32-bit builds
        
        Change-Id: I09049db51668176b90dabe2c82d525b2fab60299

2014-12-17  Stephan Bergmann  <sbergman@redhat.com>  [d0ec8c49017b07862f8228c039bebe348eb28b0c]

        rtl::OUStringLiteral to the rescue
        
        ...for cases where ? "a" : "bb" does not work, as well as to work around the
        MSVC bug for cases like ? "a" : "b".
        
        Change-Id: Id404716047aca5cc81440f291616d92365379b8f

2014-12-17  Stephan Bergmann  <sbergman@redhat.com>  [0f5e9170248df98ef7c7c6d475ff7d2bb9fa2214]

        Introduce rtl::OUStringLiteral1
        
        ...to use single ASCII character literals "more directly" in the OUString API
        (instead of having to go via an intermediary OUString ctor call).  Especially
        useful for character literals that are defined as const variables or via macros
        ("direct" uses of character literals in the OUString API can often simply be
        replaced with single-character string literals, for improved readability).
        
        (The functions overloaded for OUStringLiteral1 are those that are actually used
        by the existing LO code; more could potentially be added.  The asymmetry in the
        operator ==/!= parameter types is by design, though---writing code like
        
          'x' == s
        
        is an abomination that shall not be abetted.)
        
        Change-Id: Ic5264714be7439eed56b5dfca6ccaee277306f1f

2014-12-17  Stephan Bergmann  <sbergman@redhat.com>  [0ba6360363fb73b5b200bbc486ed8eeac5f3d337]

        Garbage in, garbage out?
        
        Non-ASCII characters (like Unicode "é", represented as two bytes \xC3 \xA9 in
        the UTF-8--encoded source file, and presumably passed trhough unchanged by
        compilers into the resulting string literal object) in the OUString "literal"
        ctor trigger a SAL_WARN_IF in rtl_uString_newFromLiteral, but are copied
        "verbatim" into the resulting OUString, which will thus contain UTF-16 code
        units \x00C3 \x00A9 (if char is unsigned) resp. \xFFC3 \xFFA9 (if char is
        signed).
        
        That assertXPathContent shall indeed match such an odd OUString value looks
        suspiciously like a bug elsewhere, papered over by a broken test.  To be
        investigated.
        
        Change-Id: I07c995ad0e17235c214d7630fb34e8ef35d5ad30

2014-12-17  Michael Stahl  <mstahl@redhat.com>  [7d70efaac360dbbd9bea2d51b1ae53b577fc6559]

        clew: there is no "clcc" UnpackedTarball
        
        Change-Id: I63f3954546e656d37ed6e22efd75b16df9fbcbac

2014-12-17  Michael Stahl  <mstahl@redhat.com>  [26d8cd13344ff2457f888edb535ca0934b0be719]

        sw: prefix SwLayoutFrm::pLower
        
        Change-Id: I844c00639307c14140ba7e8a1b919e3f2ecdc114

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [3616c602c297b43efadd63ad0a02f7c616b74d19]

        unused RID_SVX_FMEXPLORER DockingWindow resource
        
        Change-Id: Ib8f0f86a30342ca455a92c9add5b2836fa40f8f4

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [4c89a3e8adfe33399f03eb3561dfa1b007336804]

        not worth converting RID_SVXCTRL_COLOR to .ui, too small and hard-coded
        
        Change-Id: Iadc7b4d970e8c3b7f719ed6aab49986a1186cccb

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [4c612cd089580c3a50d3a383d3fd12fb68e7acfb]

        RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxx
        
        Change-Id: I63e97e91792fcf2bf8758a1444bb29e3c1ccd541

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [4923624069d932b33f13017b4e288ad44eef8dbf]

        allow NULL SfxChildWindow
        
        Change-Id: I841b9b3f74a9822fe8c477a280bbe2f4904ed64c

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [2b34b48aacc10cbe256064f7606a114e232f3695]

        try to get reasonable sizes for docking windows
        
        start docked, move to undocked
        start undocked, move to dock, back to undocked
        start undocked, with and without size saved in settings and restored
        
        Change-Id: I0bfdceb11aabdf9fdb855b97433b2af0532e4d03

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [29ebb0ea9dd5371a4951ca55b88f7bebf85d04b9]

        silence parent-less warning for temp images from builder
        
        Change-Id: I3efcac58f7a6629ae2615e29ea564e583414479c

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [3582b314d45d3c5c650343a4bbc6fe812573743f]

        convert docking animation window to .ui
        
        Change-Id: I2633173bb21da554f55b244d6d2947567c933c2a

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [545ac4de25029ef114be48becbdb3329b0767e10]

        map gtk-media-stop to SymbolType::STOP
        
        Change-Id: Iffdc04464bd70ca70684f28e6d6e23a054bfc8a7

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [63d650b464ea108c3f2078cd1ce6b851dfc37120]

        relax assert, 0 is fine
        
        Change-Id: I176a79bce85fa81310a53fcfecc6e0bc63f0ae18

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [48c15285c52f6554f1aadab6068c076c2139ef89]

        implement loading docking windows from .ui format
        
        Change-Id: I90375232aefbe40412614ca0f30ba467cf393f2e

2014-12-17  Caolán McNamara  <caolanm@redhat.com>  [f4804a6cf1fa2a1941f43829a9801638bd456e2c]

        Updated core Project: help  52ecb7b19fd337cad7809298849909493dff0c56

2014-12-17  László Németh  <nemeth@collabora.com>  [5f60775f0f292ef4ff9590d6cff73628d03354dd]

        fix Windows build
        
        Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3646640458c797498def2810bc282cd873d6b55e]

        android: turn off text and table boundaries in the viewer
        
        Change-Id: I9923332372c1a09a734f3c6fd1bbd5989c6dc5d3

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bb1c7397076d9085c62f828cc8868777cd29a94]

        android: fix unreadable text in doc browser's about dialog
        
        There were two inconsistencies here:
        
        - The doc browser activity had an explicit android:theme, but the viewer
          does not, so remove it to be consistent, this fixes the about dialog's
          "black text on black background" problem.
        - Now the doc browser had white text on white background: the about
          dialog explicitly uses android:textColor for the strings which should
          be readable on a bright background, do the same in
          file_explorer_folder_icon and file_explorer_grid_item, that makes doc
          browser text readable as well.
        
        Change-Id: Iae9103556ca7c32c9ac8ea02d9e5d5fa6dfb72b5

2014-12-17  László Németh  <nemeth@collabora.com>  [acfd640fd8547d3275c5db714b88d52b3fe7c4d5]

        fix Windows build
        
        Change-Id: I690163d7ab6d62c93da33d416e8757311f5d35c1

2014-12-17  Tor Lillqvist  <tml@collabora.com>  [eda423d7bd792ef502efeb253048b25f356bc7d9]

        Bin code that became dead after 8ecf956d79878c9b24f5ddc51d6b723a76d334f5
        
        Change-Id: I310abed7e86f8b7153817be5ae03cc3c8fec3c50

2014-12-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [bd219e3cba549694f2c190916626ae9e65f06c81]

        android: tweak low-res tiles
        
        Change-Id: I2806f35ee112b9ea7ccf323e01372f7e2f68ffa2

2014-12-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [3df95150c1ab65b5d2dc1ed2bd2e2010e6132d32]

        android: support to handle events with prioritization
        
        Low-res tiles should be handleded before normal tiles so for this
        add priority to tiles and store in a with priority queue.
        
        Change-Id: I8d36c14503d9b684816d99f577198ac34b729d15

2014-12-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [33e53de6ca2253ebfc1bc0501ab992cb915e16df]

        android: remove old and unused LOAndroid and LOAndroid2
        
        Change-Id: Ib25c4bb29081ae51a3b06a6fe2af76749ec8ea46

2014-12-17  Lionel Elie Mamane  <lionel@mamane.lu>  [9c346fbcf291685f576c28395b870db32232eab2]

        Revert "reportbuilder: re-add numerous bits of dead code needed by bug fix"
        
        This reverts commit 458f22c338f39ad777ad3f34b45a81b4eb8dfe8e.
        
        Since we reverted d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0, this code
        is again unused.

2014-12-17  Lionel Elie Mamane  <lionel@mamane.lu>  [08715e24c13d21767544725292d8dbf1c2381479]

        Revert "fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ..."
        
        This reverts commit d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0.
        
        Not necessary to fix fdo#87044, commit
        1e10f6d229587ffc2a955c225b489645f8016e23 is sufficient. Since the code
        that is reintroduced leads to an overly complex and fragile document
        structure, I'd rather not have it.

2014-12-17  Tor Lillqvist  <tml@collabora.com>  [8ecf956d79878c9b24f5ddc51d6b723a76d334f5]

        Remove the ThumbnailGenerator class
        
        The only use of it is commented out. ThumbnailGenerator used the UNO-based
        XToolkitExperimental stuff that I want to get rid of. If/when we want
        thumbnails, we should use the existing thumbnails from document formats that
        have them, or generate them using LOKit.
        
        Also remove stuff from the Bootstrap class that was only used by
        ThumbnailGenerator.
        
        Conflicts:
        	android/experimental/LOAndroid3/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java
        Reviewed on:
        	https://gerrit.libreoffice.org/13503
        
        Change-Id: Ia3a1a7f372a814359c5b496cdb17c35246e34817

2014-12-17  Tor Lillqvist  <tml@collabora.com>  [16e1f7196086e81c05588994f8e62833e94dbea8]

        Bin dead code
        
        Change-Id: Ie4546ef2518b0255008299845042a8ffb50eb17a

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [4588558789a2bb987d484183535d64c31e30a87b]

        android: fix loading documents from doc browser's about dialog
        
        - LibreOfficeUIActivity needs to start a new activity
        - LibreOfficeMainActivity is enough to send a new event
        
        Change-Id: I3a7532a07b37a16bdb49f81072132aa57c2c52e8

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6487cb9c811e43d4e08c58d3063737bf6b975def]

        android: show about menu entry in the browser as well
        
        Change-Id: I74a38281dc80790f7593042c205c31a6fc2d2cdc

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d9b7738b9007e60ab2992065b7a9da7625adcae]

        android: extract LOAbout from LibreOfficeMainActivity
        
        Change-Id: Ied6a9a64041de94766b307c7ca64eba7edeab64c

2014-12-17  Tor Lillqvist  <tml@collabora.com>  [d4a953e57475234f1a07c40bb07899a1677fcabe]

        Tell people not to use createScreenCompatibleDeviceUsingBuffer()
        
        I would have liked to kill this whole interface but it turns out that despite
        it being not published it is already being used for essential functionality by
        3rd parties. Oh well, that is of course exactly what to expect with something
        explicitly marked as "experimental".
        
        Change-Id: I38716a23580313d955ae6bf09dfbcac519a7fb4e

2014-12-17  Jan Holesovsky  <kendy@collabora.com>  [02a88ffea593481620993781cb318d52252b8cfc]

        Fix 32bit build.
        
        Change-Id: Idb4f91ffc89a3a7857ee36bfa977e37b37211c5f

2014-12-17  Yousuf Philips  <philipz85@hotmail.com>  [dd230388d6955dc969eadbfe24981182f86c9de5]

        fdo#87185 add icon to Format > Image and it context menu entry
        
        Change-Id: I92753406e500b58c6cf8de755eee91ea577b68a8
        Reviewed-on: https://gerrit.libreoffice.org/13493
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-17  Yousuf Philips  <philipz85@hotmail.com>  [3b0a1d7bd0502331e7e7892c9a571d8ddbd8ebe3]

        ICONS: add duplicate entries for object forward and backward in writer/calc
        
        Change-Id: Ifa6aecea14f3e3ca0443c2de1690054f601addcb
        Reviewed-on: https://gerrit.libreoffice.org/13502
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [64eb2123d41e09639568cfed1e0e49de5a2deda4]

        android: make the 'more info' document accessible from the about dialog
        
        Now that the default activity is not the viewer, but the document
        browser, there is no way to show the introduction document. Add a button
        to the about dialog to still show it.
        
        Change-Id: I9252064aaaf4c49da519e17b651e0d290bc17c04

2014-12-17  Michaël Lefèvre  <lefevre00@yahoo.fr>  [7c181e5e0aa218ba0abff6c8ea42e107f59bf3f0]

        fdo#75757 Remove inheritance to std::vector
        
        Change-Id: I5d5746869e47a1d25d6bec28452394e215d4427d
        Reviewed-on: https://gerrit.libreoffice.org/13483
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [53421edf6c821d9a74c32c2fd8d5eb15fb5e5fd3]

        Factor out SvxBrushItem::dumpAsXml() from sw
        
        Change-Id: I5421cf5a7d1a2ff4db81d028f44a490c234b9ccf

2014-12-17  Jan Holesovsky  <kendy@collabora.com>  [4e1e9eb2fb08fcddf076051501c875ce0766964b]

        vcl: Sidebar corner case.

2014-12-17  Michael Weghorn  <m.weghorn@posteo.de>  [e31657a1eaad12de1ad89aec5b50f8116f67fa3e]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I9812658e8a96dd35d686c7ae7a8b829267c5c8bc
        Reviewed-on: https://gerrit.libreoffice.org/13499
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-17  Michael Weghorn  <m.weghorn@posteo.de>  [28d9983e2c561528c27c0dd40c2c0ea5b46a270f]

        indent try-block, remove obsolete comment
        
        indent block one level deeper than block in
        which it is contained
        
        Change-Id: Ibefd1a87c25100001f842f42f053d9e68feba8a6
        Reviewed-on: https://gerrit.libreoffice.org/13498
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-17  Michael Weghorn  <m.weghorn@posteo.de>  [afb5143639598bdc7f78ba000569d80e10d0fbe4]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I1d037e87c69b1a7de019f1abf1f729bf7e28d762
        Reviewed-on: https://gerrit.libreoffice.org/13494
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-17  Jennifer Liebel  <jliebel94@gmail.com>  [d8b05b5951fd446ff3fa904a6f68846f1abdb2fe]

        fdo#39468: translate german comments
        
        Change-Id: I97d4b615a9c1ea2a9e7e9dfa7fa789fc396b7f29
        Reviewed-on: https://gerrit.libreoffice.org/13491
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-17  Daniel Sikeler  <d.sikeler94@gmail.com>  [2f1804c4f494b19998f8a509e5c94fce4b206568]

        fdo#39468 translated some german comments
        
        Also translated some exception messages
        
        Change-Id: I92c3b1be125eb384c33257d6c8b7ff8337ce5f2f
        Reviewed-on: https://gerrit.libreoffice.org/13481
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cccf45a3d3ea6b06e6c8a507645d23505a91e8d5]

        Split the wait-for-result part and push-result-to-doc part.
        
        Change-Id: I496fa9274922603f4c7efdcab90e66a23df741fa

2014-12-16  Michael Stahl  <mstahl@redhat.com>  [1dd1dfc152c7cbeb374fe4f38b08c6af9cef2c06]

        (related fdo#84685): writerfilter: RTF import: support \tc TOC entry
        
        Change-Id: Icda252e1f092707728d3a24df50fba7080e759bb

2014-12-16  Michael Stahl  <mstahl@redhat.com>  [f14e6e06b9e3c82c267649d63512a3538e5ee2f5]

        fdo#84685: writerfilter: RTF import: support \xe index entry
        
        Change-Id: Ia957541a5997961aa86b2eb8537ebd29d3092691

2014-12-16  Michael Weghorn  <m.weghorn@posteo.de>  [38b8c1e8804c8556e71e1ec7c1f1350d75dc04bf]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I57f336c6ab3c418eac82397edeadecb4c1b168a7
        Reviewed-on: https://gerrit.libreoffice.org/13495
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-16  David Tardon  <dtardon@redhat.com>  [d41656754027da587298f7373770a62b7e7b3f98]

        protect against self-assignment
        
        Change-Id: Ic7b329fb0d2b5820dac73a9b92a857bb2edd49c8

2014-12-16  David Tardon  <dtardon@redhat.com>  [2ceba7063c69ae8246efdbf1766002232cd8addf]

        drop useless comment
        
        Change-Id: I51c942105fd7a00b06768154bc2c843d24196673

2014-12-16  Michael Weghorn  <m.weghorn@posteo.de>  [390c62dfe435469fe550ff223be55cf0d1026253]

        fdo#39468 translate German comments
        
        Change-Id: I0a70863a9227cfc7e7b5616fe8fc8d14434ec9ce
        Reviewed-on: https://gerrit.libreoffice.org/13496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-16  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [e9dd158a866e60ffa5e3724f4aafdfca793da80a]

        fdo#87031 Sidebar tabs not visible when Sidebar deck is shown
        
        Change-Id: I292421770f02436819d1361c4ba9a6fa4dbaf35c
        Reviewed-on: https://gerrit.libreoffice.org/13312
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-16  Arnaud Versini  <arnaud.versini@gmail.com>  [52e74ad27c6b59b886847a30ece68e80fe1b06b4]

        Remove useless overrides in vcl strhelper
        
        Change-Id: I85996380ea5b3a157ba573182da0bc380effa1e5
        Reviewed-on: https://gerrit.libreoffice.org/13464
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-16  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e24ee457be28fc479d2383fcd82facb9562f56cb]

        Updated core Project: help  b62cf5f4e585b4070f2aff792a35b0d88fdeeca0
        
        Fix ERF.PRECISE help page
        
        Change-Id: I6ba9feabe55701c902fc95a1fc41fe9455e27a8c
        Reviewed-on: https://gerrit.libreoffice.org/13471
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-12-16  Michael Stahl  <mstahl@redhat.com>  [298e144f8235bb4fe48e204764ec0ba936f3b0c0]

        fdo#86857: sw: fix HTML export of page style background color
        
        SwPageDesc no longer contains RES_BACKGROUND but XATTR_FOO.
        
        Change-Id: Ie722b0279f9d9831338f6613a4722010afd1543e

2014-12-16  Caolán McNamara  <caolanm@redhat.com>  [1c32b8747e0a2051b9abcb1e681c3ca08c039269]

        this horror depends on unsigned max increment to wrap-around to 0
        
        understandable dbgutil out of bounds iterator checking regression from
        
        commit 3af368f0f8e6691aa2eef177ccfcfcb95885c84b
        Date:   Tue Aug 14 21:03:04 2012 +0200
            AnimationWindow: convert List to std::vector
        
        Change-Id: I8ff3e0726cc0d6e643f2f4e08b0ca41e327e5efc

2014-12-16  Tor Lillqvist  <tml@collabora.com>  [1ab295ba09cf4c83c24f792f4ac5b9daaa1814cc]

        org.libreoffice.android.DocumentLoader is not used for anything in LOAndroid3
        
        Change-Id: Ib7d55a90935a9d2c42196b04119db1c5ea7f30f4

2014-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [1177f4dc061d945863a30d5c60123f2ec3d74cd4]

        android doc browser: avoid explicit background color without a foreground one
        
        E.g. on my device the foreground color was white, the explicit light
        background color made the filenames almost unreadable.
        
        Change-Id: I64e361447ef9af4f3998afeb4a938907b6ca7eb3

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [102ae9f11a57a90330234e66250719b727c06d1e]

        unodevtools: Use appropriate OUString functions on string constants
        
        Change-Id: I70a86543c0269cbaeefc9cbe1da30c2ad7e48333

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [a11c68174b464317d34409a4171427843680b9c9]

        testtools: Use appropriate OUString functions on string constants
        
        Change-Id: Iacc67a087321e9cf0f699f4eecb334eb7372b885

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [bc909149fdb3256b80367cd6e55378406ec8d979]

        stoc: Use appropriate OUString functions on string constants
        
        Change-Id: If8c20c8a0958016c14007406244fc8ab9a742933

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [9b03a827b2955edf5dc726d498276c4f94639c8d]

        sal: Use appropriate OUString functions on string constants
        
        Change-Id: I4382504549eb1e3a8c34495a21d6df10a86ac23b

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [7fbdb69c6ba160ad0835542736a5def07f0c642e]

        remotebridges: Use appropriate OUString functions on string constants
        
        Change-Id: I3f860dbcac3c81216d53de1530ddb0565e38a38e

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [f582ad2c696dfd2fc7f43b70d9afab7877974b7b]

        jvmfwk: Use appropriate OUString functions on string constants
        
        Change-Id: I3e0b70c61c4e92f2cbd27ce7c45e67ae04dfe14c

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [43e889da0229ee62774f9d359f48046682295402]

        jvmaccess: Use appropriate OUString functions on string constants
        
        Change-Id: I57b6de337eae1dcd8bc08f51ba9be36b61d5c470

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [e7d6a1d238b16d1e9de0308a9c9ad35e6d30bcee]

        io: Use appropriate OUString functions on string constants
        
        Change-Id: Ib05e759a1223d71e738940f6f9298ac593d94a27

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [500910feff50c07ae8335c8fcb0564936bb175a9]

        idlc: Use appropriate OUString functions on string constants
        
        Change-Id: Ia537f5d5d573d24f5bbed7a20b9e9268181faa5f

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [f1373539043d9040b68e44500d12cfa20126f6d3]

        cppuhelper: Use appropriate OUString functions on string constants
        
        Change-Id: I52a38a07982801087903817ec5b65e992a1d58d1

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [a1a8654c853372aad3546cbc5d31aaea705809a7]

        cppu: Use appropriate OUString functions on string constants
        
        Change-Id: Id1d763c83821b7af6c541cb28ff438765026ea4d

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [0e7804b8978e106d08d026fd959714a8094b2403]

        configmgr: Use appropriate OUString functions on string constants
        
        Change-Id: I7345234957aab62e884c0e884ac0b3b8a21e9cc5

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [b4a73f9d003ff5c452eeb80993073137e52848e8]

        bridges: Use appropriate OUString functions on string constants
        
        Change-Id: I95ec7503ab7cf0309427118cc5af95eba4f5785b

2014-12-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c13a1c2e5ce6ea0b78e46f314c1980a4f0c7a2f4]

        Android: prevent NPE due to lack of permissions on a directory
        
        Change-Id: Ia2f4c04ad4c524e8b72870acb0735793624f0916
        Reviewed-on: https://gerrit.libreoffice.org/13278
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [8c68463dae09e123bae9fc5947329cfa1f314ad3]

        Android: browse documents anywhere in the sdcard
        
        Change-Id: I9e52489e13ed0eaeb5926347168de926cd9178b0
        Reviewed-on: https://gerrit.libreoffice.org/13277
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [6d7f67eadf7cae75ec0ede5596c55b6585d73872]

        android: Show document browser back in the menu
        
        Related with commit c7c2b4b54d8ab81150e9b71433970c2f338ed063.
        
        There is nothing wrong with having several activities; in fact Android
        development encourages using one activity per use case. After this
        patch we have:
        
        * One menu item that opens LibreOffice document browser. It covers the
          use case "open LibreOffice without documents".
        * The viewer activity does not have a menu item but it responds to
          open intents triggered by any applications like file explorers,
          including the document browser.
        
        Change-Id: Ie08b96e52d3a6a79aed3354620302705d7689381
        Reviewed-on: https://gerrit.libreoffice.org/12108
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [450647a8a2e6f1e9f7474e1a5d82834e0d6cb594]

        android: disable navigation drawer for Writer
        
        Writer documents currently always have one part, so it's not possible to
        switch to an other part anyway. Also hide the matching menu item
        accordingly.
        
        Change-Id: Ic634d46c4ff307416b2878e5bc8a590b22a827a0

2014-12-16  Eike Rathke  <erack@redhat.com>  [ca9a81b2ca858b82e863e1e6f917928916fea79e]

        implement an actually working setErrorCell() from BIFF error codes
        
        Not that we're currently using that, but..
        
        Change-Id: I67b8fc324779875ba14e2d69204c40fe27cc180e

2014-12-16  Caolán McNamara  <caolanm@redhat.com>  [90a8be80c09b4f1495e34a80835b40378e95e20c]

        ImplDockFloatWin2::setPosSizePixel just forwards to parent class
        
        Change-Id: Ia90a4c371e66f4a5b9a37b4c4ac7d3118ad518a5

2014-12-16  Caolán McNamara  <caolanm@redhat.com>  [7324aa6886d459c36f6ed98261327ca9759efcdc]

        Related: #i123653# skip ranges that end before starting point
        
        fix assert on loading ooo123653-1, we don't care about ranges that end before
        the starting point we are interested in
        
        Change-Id: I46ddf882ce4099dbcd77c62569c5c51f1ce5aa76

2014-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [0946e2da2a310d9cfb5feeed94a6b2ad9f829751]

        LOK: let doc_getDocumentType() use supportsService()
        
        css::frame::XModel::getArgs() may or may not return a Sequence that
        contains a DocumentService key, while
        css::lang::XServiceInfo::supportsService() can always determine the
        document type.
        
        This fixes the problem that doc_getDocumentType() returned
        LOK_DOCTYPE_OTHER for Writer documents on Android.
        
        Change-Id: I380d59a963553fb30a3eb20fbe84dcfc6a1bbd61

2014-12-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [270fdd6b788974fa5d8e1ce01cc5358a0824fb99]

        add two options for OpenGL rendering
        
        Change-Id: I1b37d8332e9a5b779c27373b2ec038ccdf2b90df

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [1990c75175118c4b1ff0f020c13213627b6adcb0]

        Daft += "\0" triggers assert
        
        ...try
        
        GetProcessServiceManager().createInstance("stardiv.UnoControls.ProgressMonitor").addText("foo", "bar", false)
        
        in Basic...
        
        Change-Id: I30318c3e8e671a97b6a3fe2dd9ec03add21794ab

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [8502d64878164144bb7f87d84117e260848cf9e3]

        Daft "\0" triggers assert in OUString literal ctor
        
        ...try
        
        GetProcessServiceManager().createInstance("stardiv.UnoControls.StatusIndicator")
        
        in Basic...
        
        Change-Id: Iafc22188feb8a1d3f1b19ac4f6e209be62a44d17

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [aa65aea24fddd497dc0a853dd1793978c0461f84]

        Missing UnoControls/Makefile
        
        Change-Id: Iebf1c42c384909f6226c25eb151985f8bc244c93

2014-12-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8e2eccb177b271c93b4560266365158cd3700463]

        Tab bar: multiply the size of the plus icon if HiDPI is detected
        
        Change-Id: I6efaac9bd21ab986af77fed1a949d3d2b380e922

2014-12-16  Noel Grandin  <noel@peralex.com>  [39327e71b5098a430f07d4f32b31afdd926d11ef]

        java: remove OOoRunnerLight
        
        and just use OOoRunner, there is no point in having a stripped down
        jar, the cost of firing up the Java VM completely dwarfs any benefit
        of having a smaller jar.
        
        Change-Id: Ibcc3c5bd6e9b9c918041142dd32db0ea5dddc25b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [1816bdd1965a8395e8878462e5c7693591327888]

        android: Adpater -> Adapter
        
        Change-Id: If5297d641b4a596f20bdde8203f199d8efcb92fe

2014-12-16  Takeshi Abe  <tabe@fixedpoint.jp>  [2e0c474ab53325445c6dbac9aaeeafe5bb596e3f]

        Omit unused default value
        
        Change-Id: I2b703312ddff29772b31cf74ab6408dbbe90a5db

2014-12-16  Stephan Bergmann  <sbergman@redhat.com>  [555f024f16d4407be3c9b0dbb15fb18c2f6f3b20]

        Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature again
        
        Change-Id: I1dc3b0db6295c43a9d29576b81870b4a293a61aa

2014-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [d54e21eaa2d4baf85484063476d0aa1769b50583]

        Factor out SvxFontItem::dumpAsXml() from sw
        
        Change-Id: I8283ddd868639e6535e27798d91a7273d77f048c

2014-12-16  Tor Lillqvist  <tml@collabora.com>  [ab431b632e1e329372b8058bebdb69e1815840c2]

        WaE: replace '+' between string literals with juxtaposition
        
        Change-Id: I64690ce1d6960dea52bae6a5bc1d0f1de742cb63

2014-12-16  Tor Lillqvist  <tml@collabora.com>  [7f3441467324e413974dcc9ceee4c3cb8dbda0ea]

        WaE: Unreferenced function definition
        
        Change-Id: I25bc6231f4efd76b33db028f6ffea19799519083

2014-12-16  Tor Lillqvist  <tml@collabora.com>  [634fdb75b5d087df769158063dde7c96c0d705f2]

        SAL_WARN itself already prints __FILE__ and __LINE__ of its call site
        
        Change-Id: I214ee188793e7ef189417460ea32eeaf0a8b6a29

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [017d16bdc2b02af03a9c08bb162229ba391dfd6a]

        Reduce the size of ScFormulaCell by packing the matrix flag value.
        
        Change-Id: I07ee4f03ba74415c11188f7b63879ccad542537c

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [990dbcab759265de1497b15a93e53a5fe81ff48d]

        Pass group length to context / result objects to reduce # of params.
        
        It looks cleaner this way.
        
        Change-Id: Id46cb52863fb9366d83ac17d3f8521e5a13a59c9

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cf7d8b41a9c0c2a4015217b49266f781c9558d9e]

        Refactor OpenCL interpreter impl code to make it more modular.
        
        Change-Id: I8fe6aeb2ee1cd67df3e0e657b271b255516dbc18

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c56091868cb970f44145629f8f1995c2f5036e43]

        Let's try to only surround code that may throw with try-catch block.
        
        While leave the rest outside it.
        
        Change-Id: I17f5b935dba8535f2bbfdd86b1037a95f2324174

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d94b8cabeaa46089dbc5b34e29923f058f89f349]

        Remove global variable SymbolTable::nR and make the code re-entrant.
        
        Change-Id: Ie4cc8329398063b82b34cde5568686f48363ee1a

2014-12-16  Eike Rathke  <erack@redhat.com>  [a1dc5e97da273bf35d58d54e625149022569a993]

        construct grouped ScFormulaCell with bDirty=true, fdo#79249 related
        
        Noticed when loading
        https://bugs.freedesktop.org/attachment.cgi?id=99844
        with fdo#79249 fix where oox::xls::applyCellFormulas() groups the
        consecutive =#N/A formulas. Only A1 result was displayed, other cells
        were displayed empty.
        
        Change-Id: I3a541f74d3d25e1515a1c6d47f02ec6a8e817c93

2014-12-16  Eike Rathke  <erack@redhat.com>  [994607b55104b9ae4554554c13b001b8d5d513b6]

        fdo#79249 call formula compiler with error string
        
        ... instead of attempting to stringize a NaN coded error value.
        
        Regression introduced with 30a20743ae17e6e02183a65603d38968253b3ffb
        
        Change-Id: Ia7a8ca39938820ac75db169404446fa696c6ee1b

2014-12-16  László Németh  <nemeth@collabora.com>  [3e17677f705d004ebb87d1268d640da1a1c8cdf4]

        HTML export: optional CSS2 dot leaders in the Table of Contents
        
        To use it, enable "Print layout" in Options->Load/Save->HTML Compatibility,
        and select the HTML Document file type in the Writer Save As dialog.
        
        Change-Id: I763ab8340a59050fd5c68677715679f41fd91fb3

2014-12-16  Eike Rathke  <erack@redhat.com>  [758755e31b3d9e1ed2eab522d4794282178346ac]

        correct error string, #N/A instead of #NA
        
        is that mapping used at all?
        
        Change-Id: I15019072b6e812b9ffe29d3ee6afacd9ab526948

2014-12-15  Michael Stahl  <mstahl@redhat.com>  [a1718045bd6218e07caebda7c4cacdcb853eabd3]

        fdo#74981: sw: fix input field handling when splitting paragraphs
        
        The SwInputFld is copied because it doesn't have HasDummyChar() set
        although it has 2 dummy characters; TODO why is that...
        
        Change-Id: Iee91c1d0cf7a7a928e7383c1839f8192e8d4d5b0

2014-12-15  Michael Stahl  <mstahl@redhat.com>  [0f78ae1ca33f83737553ad204c869a63498b7d2d]

        fdo#85876: Revert "fdo#74981: cutting nothing should do nothing, ...
        
        ... should fix field dupes"
        
        This reverts commit f384598d8eec91c3c0f84a07ff3e59b8e3e13b3f.
        
        The attributes have to be copied in case splitting a paragraph creates
        an empty paragraph.
        
        Change-Id: Icd5730dd9ab8a68f737492645988a4d2f07af7a0

2014-12-15  Michael Stahl  <mstahl@redhat.com>  [6d8ab70f1da785767e539383087258bd666fbf62]

        dbaccess: the PythonTest requires Java for hsqldb
        
        Change-Id: Idaea12aae68ad21ee06f785167cdf1867101ec4b

2014-12-15  Michael Stahl  <mstahl@redhat.com>  [aaf717a8fad0b097b84cbd803acea1330bd925a5]

        poppler: let's disable Qt5 too
        
        Change-Id: I8571aa0ccc9f691d7fd9290a647117161755d3a7

2014-12-15  Luboš Luňák  <l.lunak@collabora.com>  [5e7709c5e9c1a5f444b1bff4096b0d3d3a541235]

        use AA for lines only when AA is active
        
        Change-Id: I9965f58b8f06f1cec2c419dcf16d8aebf9cd97b8

2014-12-15  Julien Nabet  <serval2412@yahoo.fr>  [8286e92417794e68f6a53f887a426d5708fef0f6]

        Related fdo#86929: Kill FOREACHPAM_START for good (part1)
        
        Change-Id: Ifdb896108cf0db0a9be7ba419df785da536c0fab
        Reviewed-on: https://gerrit.libreoffice.org/13465
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-12-15  Julien Nabet  <serval2412@yahoo.fr>  [bbf59cb82eabee984926fb11dc5281dc84e62fb6]

        Related fdo#86929: Kill FOREACHPAM_START for good (part2)
        
        Change-Id: Ia6e166a4158d28f1a4145e51040f2f5637827197
        Reviewed-on: https://gerrit.libreoffice.org/13466
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-12-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3fcd2ccb443653740d114b3e4dc371c6b0b6525b]

        fdo#87210: Re-enable parallel deflate, which was not the root cause.
        
        With f92183833fa569006602ac7e93c906d2094e0d4d, export no longer crashes,
        and there is no reason to leave this piece disabled any more.  Let's
        re-enable this.
        
        Change-Id: Ibeca8869f152cbcd80f1dcb55f8199110125741d

2014-12-15  Luboš Luňák  <l.lunak@collabora.com>  [9dc134a6df9255b4ca294cd2e9b88026624e6125]

        do not hardcode what specific "generic" bitmap scaling operations use
        
        I.e. make it possible for the opengl backend to decide to use a different
        scaling algorithm.
        
        Change-Id: I36e76de071797129c7636b3048c93bc6e5d93aca

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [72d8747ad95dbde1d3511b0fe48cd72999a43faf]

        Remove obsolete comment
        
        Change-Id: I66dcf6284bd1b7afb1c60c838bbbb2052e06072b

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [5e9a2e9b0f33ab50aa3a84728db75383aede19d9]

        Check each potential JRE location only once
        
        i.e., after recent "fdo#83753: consider JAVA_HOME and PATH when selecting JRE"
        fix, if jfw_findAndSelectJRE found no suitable JRE in
        jfw_plugin_getJavaInfoFromJavaHome or jfw_plugin_getJavaInfosFromPath, do not
        re-check those locations in jfw_plugin_getAllJavaInfos.
        
        Change-Id: If4e085b4fceff5b2494c7b7b84ac51691dbc78cc

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [0136acb836f3451786c4bd9c34dafe66e30d4dda]

        Rename getJREInfoByPath overload to getAndAddJREInfoByPath
        
        Change-Id: Ib6eac731a4b8193a8d9b9132da78e7961aec22ab

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [5d2398a982ea756c99d5f9300b93d61b884eddc4]

        getJREInfoFromBinPath return value is unused
        
        Change-Id: I360d7cb7c03e78739883db4b989ba5f31bc8e24b

2014-12-15  Michael Weghorn  <m.weghorn@posteo.de>  [40138cee6b6f19a7725f3ce9316f285b86366a06]

        fdo#83753: consider JAVA_HOME and PATH when selecting JRE
        
        adapted algorithm that selects the Java runtime to be used so that
        Java installations associated with the JAVA_HOME and PATH
        environment variables are preferred over others
        
        Java installations are now analysed in the following order:
        * installation that the JAVA_HOME environment
            variable refers to (if it is set)
        * Java installations in PATH
        * other Java installation (algorithm that was used before)
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        
        Conflicts:
        	jvmfwk/source/framework.cxx
        
        Change-Id: I3a3ade25322def0c0432b369848f13a6b82034a1

2014-12-15  Michael Stahl  <mstahl@redhat.com>  [86910c87c193345e5e36104e21b8e26790d6846d]

        fdo#82614: sw: Revert "Simplify code path"
        
        This reverts commit 07c00671443f3f0a2e2e6c3a54c391f040e8fd2b.
        
        The bug is because the check of the GotoHeaderTxt() is inverted.
        
        Actually in the old code it is a bit easier to understand what is intended,
        even though it is more verbose, so just revert the commit.

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [90a94db73c6c9c1ec0a10e248fd8c1eff955b375]

        android: don't associate with ods, fods, ots, xls, xlsx, xltx and csv
        
        It's pointless to do that till Calc tiled rendering is not supported on
        master.
        
        Change-Id: Ib1ba01c18621d0a6e39ed45052ced715defaa4d4

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [7992c34a1759c25781854f6230ec27eb33222003]

        android: associate with ott, otg, otp, dotx and potx files as well
        
        Change-Id: If77eb099cb132ea889f623b895b32b3eef223d76

2014-12-15  Tor Lillqvist  <tml@collabora.com>  [f52deabd8173a82a9fc9f67535251a71768224aa]

        WaE: private field 'm_pSystemFont' is not used
        
        Change-Id: I620209bd008a20efc1fdc64e11eff7300162150a

2014-12-15  Gary Houston  <ghouston@arglist.com>  [de41a2038ac44f71a9adef97e6ccea83c99dd1c2]

        Resolves: fdo#87281 Crash on importing diagram in .docx file
        
        Change-Id: Ic2c7326ab83258e2e9dcbac88aa9f76f771a9b12

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [e2a41b4415f59c2c6a75f40775a19c8ce4cbdb42]

        don't screw around with the system font selection
        
        Change-Id: I491a6410f70b063fd74834d5837be34e4b9552d7

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [8bf07e7f8636a2cd49c8c8955a31f500844aad9d]

        drop newly unused Application::ValidateSystemFont
        
        Change-Id: Iffe850d99f2dcd9e955a4ba1190e010be905434b

2014-12-15  Julien Nabet  <serval2412@yahoo.fr>  [324de04a408a77656a473cbfd2cc1ce77664b0c0]

        Resolves fdo#87016 Kill "Use system font for user interface" for good
        
        Change-Id: Ica648d4a49ef4f36fdab557a98e7df9d31a3a240
        Reviewed-on: https://gerrit.libreoffice.org/13311
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d795be27560343929822ed189e7b88309adec166]

        fdo#86671 Swap default order of Yes/No to suit what Windows users expect
        
        Change-Id: Iac3917c42ff70b6cd594355fe5296aff97cb70b9
        Reviewed-on: https://gerrit.libreoffice.org/13453
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [f9eff2a402a4cd28d7dbfb6ce27cbf96b31e576f]

        Resolves: fdo#87199 deregister during destroy as lower of upper
        
        Change-Id: I7e52bba78a0fbe32814510b44ad049d3504e7164

2014-12-15  Matúš Kukan  <matus.kukan@collabora.com>  [8cc1e7a7c3ec897129cc6318b254e8dafc682435]

        gbuild: More automagic for libmerged
        
        Only gb_Library_use_libraries stays because I think it's a good idea to see
        dependent libraries (potential candidates for merging) and hopefully the
        list does not change often anyway.
        This commit extends b6be3d3db3ffbc4c1a4528a8dc17aa95084e12ca
        
        Change-Id: I2682456f53cb2e8d7ea63eae15f8979a3c828401

2014-12-15  Matúš Kukan  <matus.kukan@collabora.com>  [b6be3d3db3ffbc4c1a4528a8dc17aa95084e12ca]

        gbuild: Do not require gb_Library_use_externals for libmerged
        
        Instead, automatically get the externals when parsing other makefiles.
        This commit fixes the build and hopefully avoids problems in future
        because people didn't know they had to add externals for libmerged too.
        Similar should be done for other functions like add_libs...
        
        Change-Id: I5aea4c43f4b6838092ada81c310ef1100f241108

2014-12-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [13de511e7c3c7423dbac7e8751c95cac17194b69]

        no separator really means no separator, fdo#83027
        
        Change-Id: I612a46701e7447db63f38ed709e8693d0533710d
        Reviewed-on: https://gerrit.libreoffice.org/13474
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [857f4950f5eaef17a4ec0cc9f69c215dc5d3c2f2]

        android: clear tiles when adding a new tile, various
        
        Change-Id: Ifc6e01a1beb39187a5231019d1bf7ac816052e78

2014-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [8daef3639af1d83616d455aa6f9f7757afd64d4f]

        android: skip tiles that are already outside of viewport
        
        Change-Id: I65f286797b459f30885560577a4dcb3d1108c0bf

2014-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [abc818facad0479a8af05e634b5375aa4abbfd35]

        android: calculate tile position/dimension for FixedZoomTileLayer
        
        Change-Id: I54664a9289ef513fb4660b002f6ce652c7a9e6ef

2014-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [a9c45c5e4ddd663ea92a8163188b1603cd1f5c6c]

        android: add to DisplayPortMetrics position and zoom getter
        
        Change-Id: I90674f51113c082d3bd88a72f8b9883b44569f87

2014-12-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [2174ad93b654960840117e5d07a0a766b5bff9bd]

        android: remove creation of background screenshots
        
        Change-Id: I23a2bc875229546c72708eefca68a12099c2a7af

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [580e21154196a4b1f3e48d3d4d2395d1c182c580]

        -Werror=unused-but-set-variable
        
        Change-Id: Ia65754272ff5c1661241dd503cef23c7a89b660e

2014-12-15  Noel Grandin  <noel@peralex.com>  [454ddddd9995ad7c6f865729d160814f5a9f093a]

        java: remove some unused fields and variables
        
        Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7
        Reviewed-on: https://gerrit.libreoffice.org/13477
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-15  Noel Grandin  <noel@peralex.com>  [f8fbef265329dc2e6e153d22c0a3317fdc0789e1]

        java: remove more test skeleton code
        
        Change-Id: I37a82554de4f77be7e0fb3e42245a70b53beb83c
        Reviewed-on: https://gerrit.libreoffice.org/13476
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [214ba32cd4d20691c8ba16b94a7ae621575839f4]

        vcl: Fix crash when requesting coordonnates for empty texture
        
        Change-Id: I424ac73f23bed5b3782c148d9242ca8fc29d200d

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [c96e8a174f915e46b0f0814271e53938d8f07373]

        Resolves: fdo#87248 assume 0 chse means use encoding that matches lid
        
        Change-Id: I813cc6bdc92b03bdfdd5202a85e958020a9c52c8

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [dc46c9266afa239281fd4c624be6be5700582fb6]

        coverity#1078451 Unchecked return value
        
        Change-Id: I286df7dc70e7f8e6e911f02d2e8aa6ebb390ef61

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [1ee1d0992439177f206faf0748ebf5d75fd582f5]

        no point checking for null before delete
        
        Change-Id: I58cbb075a56518d71874137180ad92ae764ec4bf

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [3ec0a2f69e6fd5e870cdf7185e667deac67e036f]

        document coverity#735433 Logically dead code
        
        Change-Id: I4a6917c78b527245ff1ae78c180aaf3a4a198045

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [35f75566501d4c2455b393e04d25da11c67495ee]

        add link to mkstemp coverity warning wrt threading fiasco
        
        Change-Id: Ic8fea32a163ca5e85ac3e2a34d04e4fa1a1943f9

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [78d35f281c33b9f62a5b7c8d20817ea822e1b0c8]

        silence coverity#705667 Resource leak
        
        still leaks on usual success case of course
        
        Change-Id: Ia6e0f61b5a08271c03690bbb1c0af59081bea663

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [8814eb4770403dc2c210feb3a3dd2b5078c27c59]

        Remove unused cModule leftovers
        
        Change-Id: Id08194460e9a42896591047e36b3a95e5fbc47be

2014-12-15  Luboš Luňák  <l.lunak@collabora.com>  [f8520e299983c5b6a0ee1720218260e8e0084c7f]

        draw lines anti-aliased (opengl vcl)
        
        Change-Id: I3a67da89cedbb6a58b2556abf4553857125af5a6

2014-12-15  Luboš Luňák  <l.lunak@collabora.com>  [cbc57a99c200952816e4dd827d0a9d27beaef4bd]

        allow using more than one opengl program during one draw "operation"
        
        I.e. between one PreDraw()/PostDraw() pair.
        
        Change-Id: I358d603ff33fa7416a4033bf074fe390b1112fcc

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [ca92bb9bef9893b0791fadc4a8a665fd4315f27b]

        Marking as published was not intentional
        
        Change-Id: Ic0d5ed7824f4897708a81617521367af61562401

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c59b57b47a8d5ca3753cb03b01b5523a221b12d]

        Missing @since tags
        
        Change-Id: I6393e839a7aee88bb8580837db8c78550d9b6475

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [26e564db14fcb3c229d30a0d5fe232b3d768343f]

        ucbhelper::InteractionAuthFallback::getCode() can be an implementation detail
        
        Change-Id: I4967e5e12aa348692b3b954398faede843db381b

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [26fdaa2bae87f9d6079a184491be84d8def2e336]

        -Werror,-Winconsistent-missing-override
        
        Change-Id: I6af9c26873154010c7384112615ca96f273e02f4

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f31568f5ca97ec9765e68477e4d11c6aeba73235]

        we need system libcmis 0.5.0 now
        
        Change-Id: I2bbac86709669bf67fc71d08075abd4afc19525a

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [3ec288f401a1aff83ef2fd1a5ecf19a7ee855528]

        Fixed OneDrive scope to enable content access
        
        Change-Id: I1956db7dc46e710c1fb44281afaeef6843303944

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [fdb58084b1a6bbeb01a767048980e5172d5b819b]

        SharePoint binding settings, part 2
        
        Change-Id: If4e08c851fd721252c0cf6ae05c85b88cd9ef8e7

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [ac5bdc79cde62d41b35af0fa9cc5226504928c91]

        OneDrive auth fallback dialog makefile
        
        Change-Id: I5e759248ae5c461c7e47fefac894c314451810be

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [30298bc388f3e7c5b180904a8ad4f671e7b8b52b]

        OneDrive authfallback request is now issued
        
        Change-Id: I9ee1f087322d80cbdf8ca369fccb6b6b0336062e

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [a3b93ed6d8adc562687cbe419a1006660926164b]

        OneDrive authentication fallback request handler
        
        To fix build, squashed in:
        
        Author: Mihai Varga <mihai.mv13@gmail.com>
        Date:   Sun Dec 14 12:11:29 2014 +0100
        
            Added namespace for vcl::Window
        
        Change-Id: I136912073582c29f68b25787b69f7cc117fb4a6a

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [4998e6a361252529cabcaac37b0f03bbed173544]

        Authentication fallback request for the OneDrive connection
        
        To fix build, also squashed in:
        
        Author: Mihai Varga <mihai.mv13@gmail.com>
        Date:   Fri Aug 1 12:50:23 2014 +0300
        
            OneDrive auth fallback dialog interaction continuation
        
        Change-Id: Id37f502217da3fde55ae93a6e1c01409509d657c

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [fc79b871ecfa351c5ac2587d95d8f65bae811621]

        IDL definition for the auth fallback request
        
        Change-Id: Id47bf660c44e2df54c21b9b945b4be57799e4ec6

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [1ef156897f0fb447b7ace271dbfd95beb8f1a859]

        Authentication fallback dialog for the OneDrive connection
        
        It asks the user to access an URL in his browser and provide a code
        from the URL he has been redirected to

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [fc1bfd9e6d774917bd90d67b1135402d2d33ef6b]

        OneDrive binding settings
        
        Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f

2014-12-15  Mihai Varga  <mihai.mv13@gmail.com>  [a7b86c0e647bef6da677fa71aa921976bd165138]

        Updated CMIS patches and the makefile for the OneDrive binding
        
        To fix build, also squashed in:
        
        Author: Miklos Vajna <vmiklos@collabora.co.uk>
        Date:   Sun Dec 14 15:18:58 2014 +0100
        
            upload libcmis 0.5.0
        
        Author: Mihai Varga <mihai.mv13@gmail.com>
        Date:   Mon Aug 11 13:23:53 2014 +0300
        
            SharePoint binding settings, part 1
        
            Conflicts:
                officecfg/registry/data/org/openoffice/Office/Common.xcu
        
        Change-Id: I45eb81a0139c42864f93ad89c4a31185f3ac5bd6

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [52a242e5bccc4307a1adcff093cfd4df7e6af101]

        coverity#704777 Explicit null dereferenced
        
        Change-Id: Ia9a3a45183b7aa8367b3146061bde5036bcd8cfe

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [d03d1ad55e0ef37d922aa88a7ed23ed4f7fdca02]

        coverity#704150 Resource leak in object
        
        and
        
        coverity#704151 Resource leak in object
        coverity#704152 Resource leak in object
        
        Change-Id: I68c455adc25375b8027236fd44d99a397e372994

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [002808e80f67839822a240b3c2a351b57248305a]

        coverity#1242875 Untrusted loop bound
        
        Change-Id: I5ba34dca7d9f510981b85a35c056c792159f5f98

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [c51500cb9b3fc15d371fb3f65b838ace5f126f3a]

        coverity#1242937 Use of untrusted scalar value
        
        Change-Id: I0eeb35900b1c9c9fbd2889a653a3d042fb171bfd

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [3c4d0c4904867444454986b7d9aa0af64646572a]

        coverity#1242939 Untrusted loop bound
        
        Change-Id: Id76a90cf61023fb2dbc276d54ab6f0ec63e25f9f

2014-12-15  Caolán McNamara  <caolanm@redhat.com>  [f91e577ad81da79f0d8a92e02b9bdddce6dec85c]

        coverity#1258449 Explicit null dereferenced
        
        Change-Id: I531a6ddd744f83ef345c0de8f8c112f61d56925e

2014-12-15  Takeshi Abe  <tabe@fixedpoint.jp>  [ace8c9a8c6df3d170087844e122ad1c77338087d]

        reality
        
        Change-Id: I498507ad7d951a71f7be2c0d3c411756e0462f7d

2014-12-15  Andras Timar  <andras.timar@collabora.com>  [efe3e06dd1b99215d82b6373aa7434a8f25a22f2]

        fdo#87292 use system dependent path instead of file URL
        
        Change-Id: I3da4cd7af16a8ecfb19ce23e01117e735e9dd8d6

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [e09a8259e417cdb571fa1794e990e582cc7360e0]

        xmlhelp: Use appropriate OUString functions on string constants
        
        Change-Id: I28f68ff0c43366b3877244ba272acf967f141e54

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [f273d6707685816a1eddc849d66f828c4666f5dc]

        writerperfect: Use appropriate OUString functions on string constants
        
        Change-Id: Ieb4b5ea8d7f6b19d4311892a11a11bef2acbdf8b

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [857742d60f579826cbd0ca5a5336348484714b2c]

        writerfilter: Use appropriate OUString functions on string constants
        
        Change-Id: I113dba36c8c6a15f93fb4f15cd85ddb07ce5eecf

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [14c1ffe5bd1186589a987135207877ef3214db8d]

        vbahelper: Use appropriate OUString functions on string constants
        
        Change-Id: Iabe3deccf77a79db03909b8ae6ab70322cf0ffba

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [514b5d6919bdba95ab31c57920b5a3fd87db0a33]

        uui: Use appropriate OUString functions on string constants
        
        Change-Id: Ic9cc90b11cc0097327748a1d3f08cebe037b811e

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [3c262bacf2bff175014ac56d11fd3d209bec8a43]

        unoxml: Use appropriate OUString functions on string constants
        
        Change-Id: If4467034e026409dc9d6f0b5ffcafcf98ff8778e

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [9ce073bc170f6956938cfb25fd5e5b1ad118df83]

        tools: Use appropriate OUString functions on string constants
        
        Change-Id: Ifeb1aa309db401c9bb6e3184489c17d399cf145f

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [fe99ee368fef4059e187a81059679ca150161119]

        sw: Use appropriate OUString functions on string constants
        
        Change-Id: I559d1e44d9096a2583af8e05468b3743ac210c6c

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [577e90091bc72eb72b1432611c82cbdaf18b557c]

        svgio: Use appropriate OUString functions on string constants
        
        Change-Id: Idce7768fd43453703ba758d9fddf26e0b7e5cc76

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [cfe98bd195e7dd831e1f08dd1e34653ab4f1f152]

        starmath: Use appropriate OUString functions on string constants
        
        Change-Id: Iff85fd325211708591c289d083cf3d0ee4269634

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [4888f82557f8aec29b1f7fa729888d1c71aef596]

        shell: Use appropriate OUString functions on string constants
        
        Change-Id: I2647295383085abf8f217693531ef82632eb4c52

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [afb28021e99d92c189adeda27300af52ca2c7bad]

        sdext: Use appropriate OUString functions on string constants
        
        Change-Id: I0e9800f1c828294e5b97e513dae30a4f2d1161fe

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [fc6e89ef5004bbc6f39e70d42a97c3c97c2050f4]

        sd: Use appropriate OUString functions on string constants
        
        Change-Id: I853f0c45e606297c966cd50d7086646c867596ec

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [fe17eb9448f6da0e8fab6aca02f49c7cf597e2b0]

        scripting: Use appropriate OUString functions on string constants
        
        Change-Id: I8ee8eb92ac95937893c894e67882e9df2c16a67d

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [0d58e6723973211fb57d18dc8aef65510c1f965e]

        scaddins: Use appropriate OUString functions on string constants
        
        Change-Id: If51c63d22223f968e185a05b79aed5bf861405a4

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [ac97f3388dadfe0127ee2b5c97ccadfb9dd64f39]

        sc: Use appropriate OUString functions on string constants
        
        Change-Id: Ib4c0df8d7637bff7d7a45d24482fff4342169fae

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [f35f7b4fbcd91c1f0b64ec8f261aec19328f7596]

        reportdesign: Use appropriate OUString functions on string constants
        
        Change-Id: I4baeb6ed5a3f16c3c1f0a2715cb011ef2555fc90

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [ca8e26aefd43100e6f7efec795e67f21933e8cf6]

        package: Use appropriate OUString functions on string constants
        
        Change-Id: I8d01dbad13cf26473c03d0c3dd01ae7baca991fb

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [691824acefacddca266ffb8deaa5790520de62e8]

        oox: Use appropriate OUString functions on string constants
        
        Change-Id: I55ee581c9d3fc0a17639833a6a034e2addf768d1

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [73441b0b650df4f9f7f6799f96150630426b79da]

        hwpfilter: Use appropriate OUString functions on string constants
        
        Change-Id: I4e6b8077fd564be9508e5a08f2eb66032f5f3f40

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [1f76438a087d5f63e69851ec187cd1287f9887a7]

        fpicker: Use appropriate OUString functions on string constants
        
        Change-Id: Icbb91dbfcce1f16f77e8238cbb86ff9eba2d5784

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [0c1b8516cb290f072e59da62198575cdbc131fce]

        forms: Use appropriate OUString functions on string constants
        
        Change-Id: I196e847e2f63d1bac6ed0f520cba67508aec1a5d

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [260fbeb21a86f7483891016a483c0b175947a35e]

        filter: Use appropriate OUString functions on string constants
        
        Change-Id: I4b1c365bb2ff80b30748630d2c6296bf4ed6fd53

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [2b86f17f0538519d468aaa9811f2f1cdfb270134]

        dbaccess: Use appropriate OUString functions on string constants
        
        Change-Id: Iea28ad5e1a469830e002471517197365fd6de3ee

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [a5179f0cf8ee8c244d5cef2781c78755804a23ba]

        chart2: Use appropriate OUString functions on string constants
        
        Change-Id: Ia5a340049f787d7173140482853730a00d5d12df

2014-12-15  Stephan Bergmann  <sbergman@redhat.com>  [6c0c2fa0178dfdddc530ae4727949aa445567617]

        cui: Use appropriate OUString functions on string constants
        
        Change-Id: I3140945b57decf8ea605c35b11e18d063a5a5c83

2014-12-15  Noel Grandin  <noel@peralex.com>  [97c573036a3071bd03726905e6902979ccd32a47]

        -Werror,-Wswitch
        
        Change-Id: Icbf6fa0ef02d7d8329839d7967e7e45d3e9f2b77

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f18e9de72c9e2ba7507a881bbf279eab420cdbc]

        Unused includes
        
        Change-Id: I84e475a64cf09e4eeea524b73f8febf7f0a1a46b

2014-12-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a741f682a74a2b43310edf606d8ed12ea0436151]

        Factor out SwNumRuleItem::dumpAsXml() from nodedump
        
        Change-Id: I893d358f8a842e19248cfeb151170ed2872c3dae

2014-12-15  Noel Grandin  <noel@peralex.com>  [86c8e81178bae50b2de7591fc1cf53cd4d821363]

        stronger checks when creating Java UNO components
        
        check the visibility of construction method at load time for Java UNO
        components. This means that we get more informative errors at startup,
        instead of failures much later on when we actually create the component.
        
        Change-Id: I08cd16875cf53cfeeef7e8954ecd0d3177d70eb5
        Reviewed-on: https://gerrit.libreoffice.org/13446
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-15  Tobias Madl  <tobias.madl.dev@gmail.com>  [e5a03da8eb02c333502d6b427625e7bf554ff203]

        fdo#84938 replace PPT_PLACEHOLDER_ constants->enum
        
        Change-Id: I4110fab17f42a747ec55b27445f28bdef873ef86
        Reviewed-on: https://gerrit.libreoffice.org/13447
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-15  Michael Weghorn  <m.weghorn@posteo.de>  [aba7f4c0a3527ce0cee6e18385cf69778052402d]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I026999d6e995185c42df6770a1a700094540d08a
        Reviewed-on: https://gerrit.libreoffice.org/13454
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [68b8f008c8893b6b7d2314c21679bf2dbcd1b4e5]

        Factor out SfxUInt16Item::dumpAsXml() from sw
        
        Change-Id: Ia58bed9c4a0be4b909789e8bdcd64f06230c0f43

2014-12-14  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a818cda870ecf0e2a13949c29063812ecbbdc6b7]

        fix indentation
        
        Change-Id: I7a06920cfc170a06ab5bbb69480a4bdcb3ab5c9f
        Reviewed-on: https://gerrit.libreoffice.org/13473
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [3c363adcbae442d1e56409be466f4c514b89d89a]

        fdo#39440 eliminate redundant condition
        
        addresses the following cppcheck "redundantCondition"
        warning:
        "Redundant condition: If n > 0, the comparison
        n != -1 is always true."
        
        Change-Id: I879b1e3a07b56560dd635a399b6079f9bd2f9590
        Reviewed-on: https://gerrit.libreoffice.org/13461
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [c70d907c6bac7720338207355e41724ba1e97781]

        fdo#39440 remove unused variables
        
        This addresses 3 cppcheck "unusedVariable" warnings.
        
        Change-Id: I2bf566458b84f34422cee08a3814ad5b04955e50
        Reviewed-on: https://gerrit.libreoffice.org/13460
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [4595dc37e601c5a1f245af38ac728d6e45c2865c]

        fdo#39468 translate German comments
        
        Change-Id: I90deb0877940167c9d5e3ba630528e575af6dd66
        Reviewed-on: https://gerrit.libreoffice.org/13459
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [c1fcafb4ac234e8d9912d3bb6be978a6509593e3]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        in addition: simplified some simple bool checks:
            "if (!bVar)" instead of "if(bVar == false)"
        
        Change-Id: I609b4a3ee7d43bbeeb91ba141af2c90511d0c8d7
        Reviewed-on: https://gerrit.libreoffice.org/13455
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Michael Weghorn  <m.weghorn@posteo.de>  [ec382367c8dd90a0cd728fb18c03c186416bbaee]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I09fa7d6f87a73a2ecee9b84e792d5df82ca5b420
        Reviewed-on: https://gerrit.libreoffice.org/13457
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [4568d1d298bf4fc98dcd86384743a04587a2fe6f]

        fdo#86761 RTF import: positive border width and fLine=0 means no border
        
        Regression from 01a32b7d074511bed24044dc94e1159aea62722b (fdo#85179 RTF
        filter: import image border, 2014-10-23), there were a number of
        problems here:
        
        - CppunitTest_sw_htmlexport: revert back to the old behavior, where in
          case there is no border, we don't set the color of it.
        - The testcase of the above commit omitted fLine=1 shape property, which
          is present in the original bugdoc, and only with that should we put a
          border around the shape.
        - Let fLine=1 explicitly change the line style from NONE.
        - dmapper: if line style is NONE, then don't bother setting the border
          color and width.
        
        Change-Id: Iffee41066d42822b699c478821645b9742df3f58

2014-12-14  Tor Lillqvist  <tml@collabora.com>  [b605c244772e82edd500748af8e07c4a9e349467]

        Fix bit-rot in TiledLibreOffice build
        
        Change-Id: Ib81c4de359f2940933d500f8d9f1b4faa92625cb

2014-12-14  Matúš Kukan  <matus.kukan@collabora.com>  [f92183833fa569006602ac7e93c906d2094e0d4d]

        package: Better to use temporary files for huge memory zip streams
        
        ZipPackageBuffer was holding the whole compressed data stream in one
        uno::Sequence which seems to be a lot for big documents in some cases.
        
        Change-Id: Ib10d00ac54df9674231f4bbf047fab7e9b0a7d45

2014-12-14  Matúš Kukan  <matus.kukan@collabora.com>  [43eca2d9f8d87363b5f4bf8c5df92bf06be08c08]

        package: Create memory buffer only when we need it - if we use parallelism
        
        Otherwise write directly to the resulting zip file.
        
        Change-Id: I75097969f0cccf0b45da591c71221e5ae18668cb

2014-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ffeaecdf0bbef478408fb6753ec6cf9ea043b16]

        writerfilter: only dmapper needs LoggedResources
        
        Change-Id: Ic8c691c4185ec8b808e75885f9354c35d68be58c

2014-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7a87bf8377ae85344213bd3f3710e73d6ee7890]

        writerfilter: only dmapper needs DomainMapper.hxx
        
        Change-Id: I9508938754cf353ecc210eb13d7063ac7ef437bf

2014-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [7012e5fc7509f2c61dcde736103edc5087a62909]

        Avoid '#include "../'
        
        Change-Id: I1ae598269b81095dc7d6ad83044f228d1297bfb8

2014-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa15bd13a974ed29abe1a851f8d7873db26ca455]

        writerfilter: use DomainMapperFactory
        
        Change-Id: I8053676f9aec8f20dc9753c5651a072c5d80c1f2

2014-12-13  Tor Lillqvist  <tml@collabora.com>  [9939fb9777c6a466062c73aaccc253653d5f3f37]

        Fix build for iOS
        
        Change-Id: Ib2c1d439866764a5c3510f0796efe6bc0d8d2a1e

2014-12-13  Yousuf Philips  <philipz85@hotmail.com>  [56cc4c4f4c6e1807ab47965f9e40357b5b6eaf9d]

        fdo#84909 enable start from current slide and add its tango icons
        
        Change-Id: I2af37e19f5f54557415b80d9aad2bba38d381a87
        Reviewed-on: https://gerrit.libreoffice.org/13462
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-12  Tor Lillqvist  <tml@collabora.com>  [801408c4412eb6151a3b4c92e6f7cc98503fad65]

        Define gb_LinkTarget__use_plc4 for Android build
        
        Change-Id: Ib44177a27b58e1f11fc98bfe0852f381251e436e

2014-12-12  Radu Ioan  <ioan.radu.g@gmail.com>  [3c77eba67b61b4f78f2c8ccec6c78622ee173b61]

        fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
        
        Removed XHatchStyle
        
        Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb
        Reviewed-on: https://gerrit.libreoffice.org/13442
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-12-12  Tor Lillqvist  <tml@collabora.com>  [e570cd7a293ceee175949dcc9656cdf776ae3c37]

        Make IPHONEOS_DEPLOYMENT_TARGET match configure.ac
        
        Change-Id: Ie81075e1e392facfd281acdd652f6fcc6076c70e

2014-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [1e10f6d229587ffc2a955c225b489645f8016e23]

        fdo#67930 work around fdo#68024
        
        don't emit string-value attribute
        
        Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8
        Reviewed-on: https://gerrit.libreoffice.org/5371
        Tested-by: Miklos Vajna <vmiklos@suse.cz>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        (cherry picked from commit 76408b0f0d7e91cddb8b056069a2ee547109b156)

2014-12-12  Michael Stahl  <mstahl@redhat.com>  [d6ce95ae2288859fe74d601f1bdaf616ab1ee7f0]

        fdo#87044: reportbuilder: Revert "fdo#67930 don't use variables ...
        
        ... for formattedtext in header/footer"
        
        This reverts commit b0e3c6b8fa548defd5a3af2b8bf88b0b49589753.
        This reverts commit fc92c1abebcfe9b18649d35b76bf22e001e332da.
        
        The other fix from the libreoffice-4-1 branch seems to work better.
        
        Change-Id: Idc5d7543c11dff74977729dab5afd978197dab6a

2014-12-12  Michael Stahl  <mstahl@redhat.com>  [458f22c338f39ad777ad3f34b45a81b4eb8dfe8e]

        reportbuilder: re-add numerous bits of dead code needed by bug fix
        
        Change-Id: Ia0a8b8ec3b4684ad6766467c8e3413f91dc8bf67

2014-12-12  Michael Stahl  <mstahl@redhat.com>  [541800fa17c6a4f9552c76e5290b5011addb1264]

        reportdesign: avoid assertion on duplicate properties ...
        
        ... from XMLAutoStylePoolProperties that happens when opening bugdoc
        from fdo#87044.
        
        Change-Id: I7002cf5176cd326f57b50fb6030ffb89160c237b

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [fbcb2556be11225d14e62fb1849930f5953588dc]

        ucb: Use appropriate OUString functions on string constants
        
        Change-Id: I6839e032c981fcff472f29c51c84503d6370fd1c

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [34a903796c97601c4f686c8f4fc0bfca1426d8ce]

        svx: Use appropriate OUString functions on string constants
        
        Change-Id: Ia012f2bec767cd7e7d2be9502062bea0b085fea0

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [d2177cded64d92a8c6f068192d1c4b023d49edf3]

        sfx2: Use appropriate OUString functions on string constants
        
        Change-Id: I28ca30da980b81dbf3328495291916afca654999

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [58138d117dae2a2778e5e62ca20066744d42804d]

        sax: Use appropriate OUString functions on string constants
        
        Change-Id: Ic0750322439f15e6c9b99dac9dbb3b8c060ad8e0

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [b733f5c4f4b3f92f5ba0f36575093bb3bc7fc7ec]

        framework: Use appropriate OUString functions on string constants
        
        Change-Id: I72bb5ff2ab8a55061072fde567fcc1c4a8e20a2f

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [4fbdcb8c051ce9a3a32fc93a9e5df0a76ea63595]

        extensions: Use appropriate OUString functions on string constants
        
        Change-Id: I2476f409604d69e8e8ea1a132cd0a9169b5d435e

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [9d94148b0429acf77880742c0569bbebddd794f9]

        desktop: Use appropriate OUString functions on string constants
        
        Change-Id: I5791c212a103fe9c2a5376545944a70454b28bdd

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [bca00da68640bb052c1628270ce3924b7228d7b8]

        connectivity: Use appropriate OUString functions on string constants
        
        Change-Id: I10b2ddf9dcc83219fea8eb55783507eed52702e8

2014-12-12  Tor Lillqvist  <tml@collabora.com>  [77d844c9a92fdc1b8ffa043f46ea50bc1cfa7e05]

        Add plc4 for PL_strdup
        
        Change-Id: I2a2f18d76b0deb5f6cfd68b36699d940703372b3

2014-12-12  David Tardon  <dtardon@redhat.com>  [bf97980c8d5d5fbc63a08b8834c10fe903152b75]

        rhbz#1116534 crash when pasting over a formula
        
        When pasting CSV data into existing document, we cannot use the
        ScImportExport optimization for insertion, because the cells can already
        have content (a grouped formula in this case). So use appropriate
        ScDocument functions, even if that means the import is slower.
        
        This is a regression from commit 93959db4d8846cfdfb87ab647c4d457fb09bb869
        "use DocumentImport for csv import, related fdo#69006".
        
        Change-Id: I92f70abca0542d796e3aa674b28a31053fff00d0

2014-12-12  Tor Lillqvist  <tml@collabora.com>  [cbf0c9f8332be9abfed6016f9708e3260331eb2d]

        Tentative fix for fdo#83937
        
        One clear bug in the code, in my opinion, was that
        PDFSigningPKCS7PasswordCallback() returned its argument as such. However, a
        PK11PasswordFunc should return "a pointer to the password. This memory must
        have been allocated with PR_Malloc or PL_strdup", says
        https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/SSL_functions/pkfnc.html
        .
        
        I could not test this fix fully before my hardware token decided to block
        itself, thanks to too many wrong PIN attempts. Possibly it would work to even
        just pass NULL for the password callback function and its argument to
        NSS_CMSEncoder_Start(). After all, at least with the hardware token and
        associated software that I tested with, the software itself pops up a dialog
        asking for the PIN (password).
        
        Change-Id: I85a8b2833cfdd1a1d7b7779016fefb71dd53ab80

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [d79b96cf6564187c96f5a1451ca98e2c93adee77]

        css::uno::Sequence ctor with initializer_list
        
        (though LIBO_INTERNAL_ONLY, as it needs C++11, so cannot in general be used in
        URE client code; I think it's better to not offer it outside LO at all, than
        based on a feature-check macro, and thus catch accidental misuses of it via
        CppunitTest_odk_checkapi)
        
        ...plus adapting binaryurp/ to use the new feature
        
        Change-Id: I9a88a0e9eac5daf72896470e8b6a1deb1a6fc88f

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [7a85674c93150d6f5a59e998158909365b47d761]

        Resolves: fdo#87245 crash because clip doc doesn't own DocumentPool
        
        multiple documents sharing the same doc pool so can't unset its
        secondary here.
        
        Here the assumption is that SharePooledResources has always been called on Clip
        or Undo docs (otherwise persumably need a flag which SharePooledResources
        toggles on)
        
        Change-Id: Ibcdbe5f698102dc683c290d3bd581c31e214765f

2014-12-12  Eike Rathke  <erack@redhat.com>  [b500e60b32b5cf8fd61beb7476c2c29e65aee3e4]

        resolved fdo#86809 connect filter conditions correctly
        
        Maybe since 0960ec3e1b7b0d872d1f84d2d56f480a4df08b21 all conditions of a
        single filter stack were OR connected, regardless whether filter-and was
        given in the file.
        
        Change-Id: Ifb423ccc7deb42bb6bba0bfc810607633f2c342c

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [1a858eabef5dda2368c51a155209e5303c2f0547]

        fix typo, thanks to Matteo
        
        Change-Id: I6fd3f69cc56672fe2639ee575f9ed0cdf45490bd

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [6daf1083c2e4c0273449430db05ef8aba9648248]

        coverity#1242875 Untrusted pointer write
        
        Change-Id: I197a67320bd6cd8f0e6735b8cd24deebcdf190f1

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [9785fd625f4799019ee0fb52868321b177526497]

        silence coverity#1242911 Untrusted loop bound
        
        Change-Id: Ifab75371cbedd26d510f162efe2c9247e37893ed

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [bab07202fcf5ea23d771ddb73180316524c63574]

        coverity#1242775 Use of untrusted scalar value
        
        Change-Id: Iaaf92c4be9b41c5824a1b1474fbce19a1afa49ae

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [24d2831e69b86023ee4786a970cb988cbf610f9d]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: If01f0edecca8988087386507717ea8222058bab8

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [886f962d3a0875729d02a4ba4f169f7ab9400a42]

        coverity#1257108 Explicit null dereferenced
        
        Change-Id: Ic4d9c99c8a2b994cec8828808d02a46ec6a18e2c

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [956de90c043ac43c21fb6043be338f50c4d7e055]

        coverity#1242728 Use of untrusted scalar value
        
        and
        
        coverity#1242836 Use of untrusted scalar value
        coverity#1242927 Use of untrusted scalar value
        coverity#1242937 Use of untrusted scalar value
        coverity#1242942 Use of untrusted scalar value
        
        Change-Id: I66b602c27ee78ba80baab74dfb49ae90df45cbdc

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [4f8029066aff39c2b0be5081bff6de79aa2f0002]

        coverity#1257735 Logically dead code
        
        Change-Id: Ia96d9b4ead01e6ba68d97e933cae7c97a75efdf1

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [11a0890b6cfeea9c3609ea454882194a2f05d943]

        coverity#1257736 Explicit null dereferenced
        
        Change-Id: I2cd312255f80e22ead614d0ea12a2130fb8bbeaa

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [efa5db0755f0a0af41b9958ef3d5edeaddaed056]

        leave this Clone as inline
        
        so code isn't generated for it unless the new_clone is required,
        which it isn't under gcc.
        
        Change-Id: I07e0b3e4b2e07625509b51ba7d37e24440f56cfe

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [2c2e80da68efcee5bffdb61d9c078f9360a639a4]

        callcatcher: remove newly unused code
        
        and rework reads to just return the read value
        
        Change-Id: I5d2f01064465c65859ec4ba031ec9dfa16403487

2014-12-12  Caolán McNamara  <caolanm@redhat.com>  [c928840ef2a41ca373ad9070d8e9160c216260da]

        leave the deliberately unused, not-for-use method inline
        
        doing so means code is not generated for it seeing as its not used, moving it
        out means code is generated for it and its detected as unused code
        
        Change-Id: I72edc89446bdfac50069e0b509fc7f90540e0d4a

2014-12-12  Noel Grandin  <noel@peralex.com>  [7320714922b2d68f668283747faf1b98e7d2b15b]

        java: fix non-public UNO implementation classes
        
        which I messed up in commit 70f56bc22fe952c
        "java: reduce scope, make member classes private"
        
        Change-Id: I817b2a571e2124f551ccd5c0d8e1099d89f0ec46

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [513108bd57bc64091f1faaa640c0f026b7d91001]

        xmloff: Use appropriate OUString functions on string constants
        
        Change-Id: Idbe6ac27a4125bd9d9acb01ac42b60396abf0c81

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [554ba09f76ca1b7b29c0fc19aa4df443840b02d3]

        vcl: Use appropriate OUString functions on string constants
        
        Change-Id: Ie230115d71bffeb08fc13380648e8216c43f3a5d

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [6088eb600bf68b65b4fe6eb89224d3cf66361cbf]

        unotools: Use appropriate OUString functions on string constants
        
        Change-Id: I14d3a3187b8528e3ff9743245b869773c2eb5e98

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [55cd108d48f1554d5acef02662d7e93b18b38e34]

        testtools: Use appropriate OUString functions on string constants
        
        Change-Id: I5cb34d95e2a59ff6a3f5189beb40b7dbf574dc29

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [45fe77164c90cf15b78cd8b99adc043e2dd26be1]

        toolkit: Use appropriate OUString functions on string constants
        
        Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [e965798caf75054d8fc826a4cfa33524cbbcec42]

        svtools: Use appropriate OUString functions on string constants
        
        Change-Id: I8799033322d345b2f146c3577d3d264448252816

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [fc45562945127b73d76deb1101ce7a9ba9135054]

        svl: Use appropriate OUString functions on string constants
        
        Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [ba7605c8c0d5515bb055e46354ee806cb6a31ed4]

        sal: Use appropriate OUString functions on string constants
        
        Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [3dfcc045dd6a7703eaa0e2617d9247e0c90102de]

        pyuno: Use appropriate OUString functions on string constants
        
        Change-Id: Ib507da6fc85d8bc81fd48108a98ef96d188643ac

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [fe20b3d94315a471947883c7692399dd98d58d4c]

        linguistic: Use appropriate OUString functions on string constants
        
        Change-Id: I76ee3a435ac7a49308db497306b5a9404f3c3ba0

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [e512e19eec58152773830ec50f60d53289a5d357]

        i18nutil: Use appropriate OUString functions on string constants
        
        Change-Id: I09f6c1d793c6d4f61c25649cfb463a41d88b23df

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [2c571050006940a3a0be776efd8ad3b2854a1814]

        i18npool: Use appropriate OUString functions on string constants
        
        Change-Id: I82fea345a05c0327af3b75ccfd3358f54523c082

2014-12-12  Noel Grandin  <noel@peralex.com>  [7948b273a9725c546e0dc32bece296dc872bdc04]

        fix commit
        
        fix my commit aa2f02a4dc8a05f49e679a26f2beebb9d66b232
        "remove operator>> and operator<< methods"
        
        I incorrectly inverted the conditional
        
        Change-Id: Iade05b88bdedb7e5b0cff25a80d3b88ff4a0235f

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [e123ffd66088783ce74a7b5f15e9d324b39ecf67]

        fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLs
        
        ...but apparently wants pathnames instead, cf. the other use of it in
        WinSalInstance::AddToRecentDocumentList (vcl/win/source/app/salinst.cxx).
        
        Change-Id: Iaa64ff82915f7cbfee55b4389387b226f7adc919

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [dbe8aaa9b93950d148d2417b6d8627e696c0db53]

        cpputools: Use appropriate OUString functions on string constants
        
        Change-Id: Iea0f7b4ee3ef867a061c159d90efb5d210ae92a4

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [1be14f1a0085e7895cc1201504d5e57715494dfb]

        cppuhelper: Use appropriate OUString functions on string constants
        
        Change-Id: I7957898ed3172e79888bdb793e304359b10d75d7

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [85bcf0616009853ef57dd019b53fc811b3311be9]

        comphelper: Use appropriate OUString functions on string constants
        
        Change-Id: Ia09f122d4d968318fc0208b64b9bf7a0bc131f8a

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [898c4147000edc83598523cfe25d81ecdcfe82c6]

        basic: Use appropriate OUString functions on string constants
        
        Change-Id: Ied7e5eba39672363065083493bd5e60449fda371

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [66b4128f89680442911c2491a72c74b6856332c5]

        avmedia: Use appropriate OUString functions on string constants
        
        Change-Id: I1abbe02b6a449d61d6bed5a7659f81ec4cf985fe

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [1a77081b3d88a222c70634c266dbaabbc444d660]

        lok_init can fail (in which case it printed sth to stderr already)
        
        Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60

2014-12-12  Noel Grandin  <noel@peralex.com>  [4d58121e6da309ac083fd45f4d816c05d697dfc0]

        Revert "java: remove the unit test skeleton code"
        
        This reverts commit 2d724f086f0ac9ee9a340610e0fa2c4fff110565.
        
        Apparently other bits of code are referencing the default .sce
        file

2014-12-12  Noel Grandin  <noel@peralex.com>  [aa2f02a4dc8a05f49e679a26f2beebb9d66b2325]

        remove operator>> and operator<< methods
        
        in favour of ReadXXX/WriteXXX methods
        
        Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4

2014-12-12  Stephan Bergmann  <sbergman@redhat.com>  [df46ec0580b625efe8bd747bed54bc4d4d71f073]

        osl_getCommandArg always returns osl_Process_E_None
        
        Change-Id: I0ff1e44f17976fd3a3060d8ee7fe15d77c918b79

2014-12-12  Noel Grandin  <noel@peralex.com>  [2d724f086f0ac9ee9a340610e0fa2c4fff110565]

        java: remove the unit test skeleton code
        
        much easier to copy and paste an existing test anyhow, and more likely
        to be accurate and up-to-date
        
        Change-Id: I4deed6d14b0e860e394a537e2a2092387c62b657

2014-12-12  Noel Grandin  <noel@peralex.com>  [117a82cd090ddd8efbc500350dc6082730f04720]

        java: remove dead code in qadevOOo
        
        found by running UCDetector over the code many times, like peeling
        an onion
        
        Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83
        Reviewed-on: https://gerrit.libreoffice.org/13445
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-12  Michael Weghorn  <m.weghorn@posteo.de>  [04b183a9bc792a53a9f081353a79486faa4f3872]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ifbc5a7a562e714f48dcfd51a75e9a4e0bfcde81c
        Reviewed-on: https://gerrit.libreoffice.org/13443
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-12  Tobias Madl  <tobias.madl.dev@gmail.com>  [f5c5bab09f2e3a7e13a6b397faf4bdfcb898f295]

        fdo#84938 replace PPT_LAYOUT_ constants with enum
        
        Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890
        Reviewed-on: https://gerrit.libreoffice.org/13437
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c953690b9adaf632f830dbf67e078ea00747894d]

        writerfilter: let ImportFilter only assume that DomainMapper is a Stream
        
        Change-Id: I2e0db194357657df81d8cd94f42cdfbd2c3a2664

2014-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb14f3d4e4da72ba19e28eb9ee796c04ab3b8d84]

        writerfilter: add a factory for DomainMapper
        
        Ideally the XFilter implementations should only know that DomainMapper
        implements Stream, nothing more. Add a factory and use it in RtfFilter.
        When ImportFilter will do the same, then the DomainMapper class
        definition can be an implementation detail.
        
        Change-Id: If19cf23e61c2f78189d834261d57c569b9173b12

2014-12-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [170616e9f2d30c1302bbb5a7a4b588bc05cd5cc9]

        fdo#86572: Write test for this.
        
        Change-Id: I00c3eaac473f0464e923e785cc50ad6769c78d41

2014-12-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [52781a55441cb270ffecc2522d1e069141a21607]

        fdo#86572: Increment row position *only when* the row ref is relative.
        
        This is just a simple oversight.
        
        Change-Id: I024777c46641cce3410a20f40c48f47ad6a5dade

2014-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [842848cb6d6c88fcf2c2b17d5e933458fa5d2ece]

        fdo#87098 change zoom level tile layer zoom level on load
        
        This patch sets the zoom level to a value that shows the whole
        document width on the tile layer however it does not resize the
        view until next zoom. This still needs to be tracked down.
        
        Change-Id: I16940a2951e1be4b46cbd1870fda45f296aff70a

2014-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [83cd0040fa9bc6e63f800c4ca04c18ccfba06e31]

        android: remove unneeded logging and comment tile rendering timing
        
        Change-Id: Ia44efb54cbb0a91ea61cef9e7f250b5105c7ff51

2014-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6721736e8fd9786df3322a693c9de57b2779dc2e]

        android: Remove unneeded LOEvents
        
        Change-Id: I057db0c3e254a9e9c90dace5551d6de51aff21c1

2014-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7c42247d78f59f99c2616445cb667cbe80e7314b]

        android: add FixedZoomTileLayer as a low-res layer
        
        Change-Id: I20d6fb3117ac46c8de63708a122253444bca1671

2014-12-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [42070ee22821a34e0d64718f4ff813984bdcc409]

        android: split DynamicTileLayer, reevaluate tiles directly
        
        Split DynamicTileLayer and move most of the implementation into
        ComposedTileLayer except viewport zoom value.
        
        Reevaluate tiles directly in UI thread instead a special call to
        LO thread.
        
        Change-Id: I9a4ce499cf35315cd386956484c2df6d5a5f20cc

2014-12-11  Tor Lillqvist  <tml@collabora.com>  [a0b54683d9ee8987e80cf81746aa147d53bf661a]

        WaE: implicit conversion (IntegralToFloating) from bool to 'const double'
        
        Kohei says it is intentional, i.e. 1.0 or 0.0 should be passed, so say so
        explicitly to avoid warning.
        
        Change-Id: Ieff79d35f2b0770ea9de02b83d117ac90009f7d5

2014-12-11  Tor Lillqvist  <tml@collabora.com>  [7b091d76d84ca915c0ca00ce3ce055af5b7f2b49]

        fdo#87155: Avoid negative scaling (and assertion failures further on)
        
        Change-Id: I4a1a96b785ced4364a325ac19975d29771afe122
        Reviewed-on: https://gerrit.libreoffice.org/13396
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [f5607f7a440cc54a0a48582ae05c817c8c306b71]

        only checked for new VirtualDevice
        
        Change-Id: I64d7a3c6c0894e231cb0644922675dcce0db89fa

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [0741a86d4bf87c6231bc2e02ee41b00d19a0695e]

        coverity#1242939 Untrusted value as argument
        
        Change-Id: I7d93f9ef4a0821ee3ab9526abd90b8aefe895ded

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [d4fb53e4b4659e144488223730609f30788cc51e]

        why pointers
        
        Change-Id: I6b1b790bfcc94823f703679689bbd76312ee3e5b

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [ee037deada8ee2ac09f58f9fdc47d0ca904b3b7f]

        coverity#1257738 Uncaught exception
        
        Change-Id: I44648fb951d03090759d8afaa20cab7d945f684d

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [d4b7bd9966f20cb34932970b6d34c901fa733bef]

        coverity#1257742 Uninitialized pointer field
        
        Change-Id: Ie1431f24031265e6fe54c6f0523261da88d71b00

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [7830fc983f644026eb252bbf51ea52aacbc30650]

        coverity#1257743 Uninitialized pointer field
        
        Change-Id: Iaa0c47bcd53eaaf2577a5401762afaabe44e7514

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [067b560335195b24eeedc4514956029ea975fbbf]

        stray debugging code
        
        Change-Id: I953389e236739c01226365c33ab777fc3972b69d

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [6aa1232e17b84c38bb411014315c3b3a2c35dff5]

        coverity#1257737 Dereference null return value
        
        Change-Id: Idc4dfb74734f1203586b04ea86a05905f5dac694

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [e830390562fa6e772022391eceb8652191b4a020]

        coverity#1257741 Uninitialized scalar field
        
        Change-Id: I8b977766e694ab449d612322138f5baa23fef29b

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [94d935eecbba0161de2616c2234b4a5d9d3cad88]

        Resolves: fdo#87242 reuse vcl clip for cairo during animations
        
        Change-Id: I0a26d4c4092226732620c3852b0402ee45d4fa1d

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [f88b5ab8692ee7ecf58b570e703d0e7f10cc2f0d]

        Related: fdo#87242 merge duplicate clip setup code
        
        favoring the vclcanvas one for the places where
        they diverge
        
        Change-Id: I18e3d4e7659ebd4cb90c86718c1b1035671b4be3

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [f95b0743da4239e047db8638c61f90f8bbe54306]

        Related: fdo#87242 init VirtualDevice with size of surface
        
        otherwise vcl's clipping doesn't work quite right when the render text
        with vcl apis fallback is used.
        
        Manually forced in my case, but it should happen in practice with vertical
        text, so if there is a bug about vertical text not appearing in slideshows then
        this is part of the fix for that.
        
        Windows and Mac remain unchanged as initialized with 1, 1. If the same problem
        affects those platforms then they'll need to be adjusted to remember their
        height/widths from the ctor and those values plugged in here instead
        
        Change-Id: I2f82f0db0cf446d7db21f0a7ee4f8c15c7ebdb42

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a410df4ff5edd9ea2fbe5469084bb0e8b57bd1c]

        DOCX export: handle <w:autoHyphenation/>
        
        Change-Id: Ie4bb2b3bf7d2df58c30a54ded68f7b932c2111ed

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [d93d09c5065cf4342402b6f4e1216406d3cf9b24]

        DOCX import: handle <w:autoHyphenation/>
        
        It's the OOXML equivalent of the fAutoHyphen DOP flag from [MS-DOC].
        
        Change-Id: Iae66dcd0d350ce4ebee3c3493ee07eff0d9a5e1d

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [b249197f262c7f768a8fad74b3f5b20adc8d5aad]

        writerfilter: clean up useless debug output in ooxmltok
        
        OOXMLFastDocumentHandler::createFastChildContext() is called for the
        streams we expect, no need to unconditionally produce output there.
        
        Change-Id: I164b3c4dc6f2294487e1b1283266957d8f24cbbb

2014-12-11  Eike Rathke  <erack@redhat.com>  [6c41a1272e43a3e3b785724991837b597dbf00ef]

        unit test for matrix comparison error propagation, fdo#87237
        
        Change-Id: Id02f169b111945673a16d0c852940c805aa89319

2014-12-11  Radu Ioan  <ioan.radu.g@gmail.com>  [c69f481d792c7b121479d024cf675f6ddb747422]

        fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
        
        Removed XGradientStyle
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13320
        
        Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [fbe9accf36ac4c52ef5bcb84d455b4d06c317668]

        desktop: avoid loading to-be-recovered documents when recovery is disabled
        
        Change-Id: I5c8a117df53e0c7efd1e82ec6e56080c8fd42345
        Reviewed-on: https://gerrit.libreoffice.org/13438
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [19762e8b96f16504e6e7607f96ff9c5c62e9e35c]

        DOCX export: don't write w:suppressAutoHyphens unconditionally
        
        Change-Id: I0e716f1c6d5034774247264cd098ede14601f751

2014-12-11  Tor Lillqvist  <tml@collabora.com>  [18101d292f6a8de2ae45b49193b4c6e3c99a332f]

        WaE: C4101: 'rException' : unreferenced local variable
        
        Change-Id: I7bb396cee015e36a02a8afb30a4f09f33fb5507c

2014-12-11  Eike Rathke  <erack@redhat.com>  [3c405ff82fcc9f8f044833420485c54658064636]

        resolved fdo#87237 propagate error values through matrix comparisons
        
        Apparently introduced with 8e8b43a03e77dd251876c1de0ac06eeeb09192cd the
        comparison results were stored as boolean values, effectively discarding
        any infinite double values and error values encoded as NaN values.
        
        Change-Id: I1fb6f46894a0bee02a37e28b7e6cc84f8c051f28

2014-12-11  Matúš Kukan  <matus.kukan@collabora.com>  [9338bea6e8dfab8d360fe8ab19dd5d75071bfc2a]

        Add undo operation for deleting a bookmark + unit test, related fdo#51741
        
        Change-Id: I79d8d3c30b6b0b2cc253963fdd50019aec033e12

2014-12-11  Noel Grandin  <noel@peralex.com>  [08ece8d8731c045aee98e3ba7446f7683bb5ab84]

        java: revert part of commit, scripting/ is public API
        
        revert part of my commit
        7557f23b31dcfb4d86c122bb34d9675c0db9a694
        "java: reduce visibility of fields and methods"
        
        Change-Id: I2049a154b60b165d4d2217495935442d6da66e97

2014-12-11  Michael Meeks  <michael.meeks@collabora.com>  [b7d74366a9a15557a1c3dd98f019034ade137b4e]

        vcldemo: disable broken gradient stencil use.
        
        Change-Id: Ifce85b1a7fa8e8b6fc57802a5fb559d2db50ba2a

2014-12-11  Noel Grandin  <noel@peralex.com>  [cf01aff0027f3254ec1f4519447086fc76cbba3b]

        remove operator>> and operator<< methods
        
        in favour of ReadXXX/WriteXXX methods
        
        Change-Id: I39dfeee92e5b01fdf43db3bbee0f2fc471017653

2014-12-11  Noel Grandin  <noel@peralex.com>  [70d4989c2726e2b640e725be7e7e923c4047b627]

        remove operator>> methods
        
        in favour of ReadXXX methods.
        
        Change-Id: I242b92da7dbcafe22aef69dc7348ac58dadc9241

2014-12-11  Noel Grandin  <noel@peralex.com>  [5d75ef73a2e77e93da1ac3cf77c7dbb170107935]

        remove LwpSvStream::operator>> methods
        
        in favour of ReadXXX methods.
        
        Change-Id: Ifa627cf190b22315f4ce294c1ec268c4d1361748

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [b09964e97f65f7ca6e7dfaf33e34f2bbefe4e02b]

        update documentation
        
        Change-Id: Icd966a850b7c5e276e8b1d74566a4ea02e5b4a5c

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [ebd2d28c64146dd3c0686556f7ec344c8b92c624]

        Fix JNI calls to AsynchronousFinalizer
        
        ...make sure the class is actually found, etc.
        
        Change-Id: I5459d531be39b07594a975ae708a7611d1667a2f

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [f2c6bbf4606d3e5274e5ba621e3a8b7f939d2f82]

        Store JNI_info in JniUnoEnvironmentData instead of Bridge
        
        ...to have it available during JNI-UNO's uno_initEnvironment (see next)
        
        Change-Id: I7a2f27b512fc74f418b4648d92dafbf0304eaa96

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [36af1d315cc4dbdf3000a1de4756f94d1c410683]

        better documentation
        
        Change-Id: Ife9a98cfe2166ccc7aac3904c7be4ea71443d857

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [c8314441109548ab6ed12a3cc3cdbee6d1fd8eaf]

        Move JniUnoEnvironmentData into its own include file
        
        Change-Id: I8e6fb1fc0acff781dd6e6b62018c7ccd5d0e2307

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [f53bc68922dd15a53f6128b130d78d4239008d81]

        Rename Context -> JniUnoEnvironmentData
        
        Change-Id: I97879d250ed0ed20d5e129ff3af6dbc2f5759078

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [f5728a8881d59d8fddbe267645c7a3921a4830ac]

        document 735481 Logically dead code
        
        Change-Id: I720b51f52010e0946061302dc733f50360073930

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [67031e8dc06c411622039392d41e7caf94a93766]

        coverity#703983 Unchecked return value
        
        Change-Id: I83fe85a50e6e98da02a7c46a9e0c07a043244d56

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [f9b08152350f4db9db6e9f7ec326630e3eab06c1]

        coverity#703967 Unchecked return value
        
        Change-Id: I7da643edf07e689bb24129d363fbba8170efa652

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [2ff53f66dc2fbb44b253065e564b6a44aa0b7833]

        coverity#703948 Unchecked return value
        
        Change-Id: Id72cb51ae61d663ab58585ba4b83086080462bab

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [d08a7036dcdd75aba1b8ae67a0af745deb813ff2]

        document 440749 Explicit null dereferenced
        
        Change-Id: I9f2e97504953742f09981632b7901fcd2fae6747

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [43df355a86b1db8c11e6a42c06131d97626f04a5]

        coverity#704009 Unchecked return value
        
        Change-Id: I8f5c37c99d81811f94f3f1b4e863be1de7debaec

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [ca7b0ec3ae14a82059e3e26868411f1720b5f2e9]

        document 704272 Logically dead code
        
        Change-Id: Ib0b2225bc0b09c910c6f47c36c3e118b8c999df8

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [4285c7c1437c1affa8c98c19e44254bfa4e17459]

        document 704296 Logically dead code
        
        Change-Id: I4fcced3a79113037d159301e04bdda54246edd13

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [3ff1ce130a04643a5c4b1c2e905c7303fc6cde6e]

        coverity#705150 Missing break in switch
        
        Change-Id: I5df9dff9ef6940b15c899d13f1a358e47dbd8b2b

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [398c83576b006f718f8d61a133c06a7ad7dd9375]

        document coverity#706128 Wrong sizeof argument
        
        Change-Id: Ibb38d8b8395300501caa0fc040f03b06770fd42e

2014-12-11  Caolán McNamara  <caolanm@redhat.com>  [131762b16d5d2a2f6694ea5d7f9d2ecd60d68e80]

        coverity#738950 Structurally dead code
        
        Change-Id: If481c3dfd2c7c9b13bb7fa756156693fd02b8916

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a4a9d3d425908f81db7736964d0c13c8b8ee3bc]

        bridges: fix gcc3_linux_arm build
        
        Change-Id: I3bfaeab9dd9f2d8cd603c655ec3aa7c4f508c673

2014-12-11  Stephan Bergmann  <sbergman@redhat.com>  [d203c5f71464771e0d02ef653bc524a82fb6738e]

        -Werror,-Wunused-variable
        
        Change-Id: I7afbcb0fb24406e9331cbfb104f0625e6e8fe14e

2014-12-11  Jan Holesovsky  <kendy@collabora.com>  [c3292f334eab4934c11bad5f0dba4ddd20f0dcaf]

        Remove resizable:False property from dialogs containing GtkEntry.
        
        As agreed with Adolfo (and others) at the Design hangout on 2014-12-10.
        
        Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df

2014-12-11  Noel Grandin  <noel@peralex.com>  [373affe59c9646d65c744ff7e3ed00425ccf9eb8]

        java: remove some unnecessary interfaces
        
        Change-Id: Ie2da7cbbd1733881ff2da6fa095c37c21cf19fe8
        Reviewed-on: https://gerrit.libreoffice.org/13435
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dee6c74c37d1667c1d56767896e9578e2836e29]

        Factor out SvxCharRotateItem::dumpAsXml() from sw
        
        Change-Id: I52bca77e8ff0d4fccf8423f01dac9b6a7498f8d1

2014-12-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [94899de91c6adee0dab7218adbbd2d75c565a3ce]

        fix windows build
        
        Change-Id: I0b6fd63f796598e56b2d8abe67df939240019217

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [b9c25fcc0d6aff0910348dcf3a53c16179f9ab56]

        vcl: Don't keep a reference to the texture in the FBO object
        
        Change-Id: I240d2b44e77d28af3cd5952b6d666a1709c4c54a

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [01bed8089af907e7c0fb8e053d55bffb1eb81aac]

        vcl: Re-use a framebuffer of the same size when possible
        
        Conflicts:
        	include/vcl/opengl/OpenGLContext.hxx
        
        Change-Id: Id9c7932976ce9d9282776c20d93d9cca4d290056

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [4c424d785275494835287aa3c171ee2fd5c4f884]

        vcl: Keep the same context for VirtualDevice to avoid FBO switches
        
        Change-Id: I66496fae902db9df5b8301b00bb779f42adaa7a7

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [2e512773095216acbac83e6fd71f6d0444263d70]

        vcl: Reset context when the backend window is destroyed
        
        Conflicts:
        	vcl/source/opengl/OpenGLContext.cxx
        
        Change-Id: Ie2b93de8efe5ea56b0420adf23639c0153103385

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [f0f5f50243810762e27f1207b3c08b60ed888ee3]

        vcl: Limit Cairo surface size to the clipping region to improve performance
        
        Conflicts:
        	vcl/unx/generic/gdi/openglx11cairotextrender.cxx
        
        Change-Id: I469b34c9f1047a274550229391d3dfb578291df6

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [6e4a34018473652e981f1b85ebfaedddc9e0aea2]

        vcl: Reset data buffer after resizing bitmap on GPU
        
        Change-Id: I516cdbc466f3d6427e36fea8c5cdbe718ce7d0ea

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [6ecff9b87e2dd1e5bf72e24003e2a038d497db51]

        vcl: Use right size to draw native GTK window background
        
        Change-Id: Id446d20599f072f657c6106d6c6457fce08830e6

2014-12-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [83861ce123c2d7b1ce9c6acfbc0e457662eac944]

        vcl: Add BitmapInfoAccess for bitmaps' metadata access
        
        Change-Id: Iec9f8c7d8f7cded0aef9e017373e44387dc0b05c

2014-12-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9f839e9b3cbdca1511961a85b40d1c6825e43ba1]

        Revert "-Werror,-Wunused-private-field"
        
        This reverts commit 3b0db84516503ce72b803bf04b0432b36c1ac70c.

2014-12-11  Deena Francis  <deena.francis@gmail.com>  [51eeb1424f2034708cc6e1ab1a4a771ce5586211]

        fdo#81286 : Instant updates in SUM/AVERAGE in status bar
        
        Change-Id: I86ec7c73090b93cf080ced2bd5e24d98e2b3ac0e

2014-12-11  Daniel Sikeler  <d.sikeler94@gmail.com>  [a92c1939bf85ceb6e16ebc9fd8aa4c79eed20a2a]

        fdo#39468: Translated some german comments
        
        Change-Id: I3091ee19b6f05a4d6b7f1329f64c3be6886cc0b8
        Reviewed-on: https://gerrit.libreoffice.org/13393
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-11  Michael Weghorn  <m.weghorn@posteo.de>  [0e55feea6a6bb516c4198960b14192f363f08601]

        reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I1122494e295af756ef3cc32717fe204505aeb9e3
        Reviewed-on: https://gerrit.libreoffice.org/13335
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-11  Noel Grandin  <noel@peralex.com>  [7557f23b31dcfb4d86c122bb34d9675c0db9a694]

        java: reduce visibility of fields and methods
        
        found by PMD
        
        Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6
        Reviewed-on: https://gerrit.libreoffice.org/13409
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [808fd5fbd8868dfd95c8a38676815798fa2b79c4]

        Deteremine the script type of source cell during paste replication.
        
        Doing this ahead of time eliminates the need to update script types of
        all replicated cells after the paste.  This makes significant performance
        impact.
        
        Change-Id: Ic4f7d7b2fe152bd5640ddb1dae01cc2ed757657e

2014-12-11  Tor Lillqvist  <tml@collabora.com>  [6e91763769a562b88882a4c2a94b1367c6ed4866]

        fdo#87030: Generate a proper PKCS#7 signature
        
        The signature should be in DER-encoded PKCS#7 format and what CryptSignHash()
        produces is nothing like that. Luckily CryptSignMessage() is actually almost
        easier to use and is capable of doing what we need. This also means that we
        won't need any HCRYPTPROV or HCRYPTHASH after all so all the code related to
        that can be removed. CryptSignMessage() handles both calculating the hash and
        signing it.
        
        One less than ideal issue with CryptSignMessage() is that it needs all the
        data to be hashed and signed at the same time, so we need to keep both buffers
        around for signing.
        
        It also turns out that we don't need to look up the certificate anew from the
        user's certificate store after all.
        
        Now Adobe Reader doesn't complain any longer about the signature's format and
        contents.
        
        Change-Id: I25cfb93b516ffa723c6228d068d9ffa8e7cc4790

2014-12-11  Tor Lillqvist  <tml@collabora.com>  [070c93af73df9aa4eb333265c81060d123b530b9]

        fdo#87030: Prevent PDF signing using Windows API from failing
        
        There was one details that I had missed in my initial coding:
        CryptAcquireContext() doesn't give you a HCRYPTPROV key container that
        would contain the private key of a public key certificate. For that
        you need to use CryptAcquireCertificatePrivateKey(). When the hash has
        been created using such a HCRYPTPROV, the CryptSignHash() call
        succeeds.
        
        The certificate in DER encoding that is passed in from the caller,
        obtained in the certificate chooser (in xmlsecurity), is possibly not
        good enough to be used for the other things. So look the same (?)
        certificate up in the user's key store instead. At least more
        properties are present in the certificate when looked up like that.
        
        Add more SAL_INFO logging, with cleartext dumping of certificate
        context property names and list of algorithms supported by the CSP.
        
        Unfortunately, even if all the WinCrypt API calls now succeed, the
        signatures we produce still are not good enough for Adobe Reader... A
        lot of information must be missing, they are quite short, just 256
        bytes.
        
        Change-Id: Ifa4dd37b6d40932fcdcbb07e00c9eb52d54a5477

2014-12-11  Eike Rathke  <erack@redhat.com>  [d9c15867e914d91a7e86c499ffb6ee62f5b443f6]

        fdo#86215 pool new ScPatternAttr if source and destination are different docs
        
        Change-Id: Icdb68af83a0b208f9a427ee61ae18020c8835a41

2014-12-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b5b65a2847ed98f3cc65798edda42b28d1c2ae76]

        update credits
        
        Change-Id: I769ee8ed75a9691ab6cd54619b3fd9f2852f8baa

2014-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [dad173d9588e6abc2a465198b7d2881d4629246a]

        fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow Keys
        
        This fixes a regression introduced at 43941d9a5313fcd7fe39a61bd2eace64f7743486.
        
        Change-Id: If73883569049f0f3ae8a2d40f6704f74e63eecb2
        Reviewed-on: https://gerrit.libreoffice.org/13401
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  David Ostrovsky  <david@ostrovsky.org>  [c2a93a21a5a7af38ae659b9340beeb13c084eb12]

        long is 32 bit on Windows x86_64 platform
        
        So that this is always wrong (on this platform) to write:
        
        reinterpret_cast<foo>(reinterpret_cast<long>(bar))
        
        it should be:
        renterpret_cast<foo>(reinterpret_cast<sal_uIntPtr>(bar))
        
        Change-Id: Ia286246ee1616988f755c2d2054b26efacc51af0
        Reviewed-on: https://gerrit.libreoffice.org/13366
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  Julien Nabet  <serval2412@yahoo.fr>  [af7d374d013baad34f66989dbb9443af85bd8040]

        Typo: postion(s)=>position(s)
        
        Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75

2014-12-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [098242fdf2a2d48dd75c20d2ec9bf80057ae8021]

        _USING_V110_SDK71_ is not related to DirectX, restore
        
        partially reverts ff17c5a2b06367e9fdeff2d5763ccaeb9725511f
        
        Change-Id: I413fe859f7691d36334b68ad0862f3c100c72264

2014-12-10  David Ostrovsky  <david@ostrovsky.org>  [80ae88836db78c5649e7953e4c5b850d7bad9e4f]

        32/64 bit type mismatch
        
        Change-Id: I4ca19e6efed8ba1ef724136c577a3dcac80f7d62
        Reviewed-on: https://gerrit.libreoffice.org/13365
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [8aac6ecc58fa2c475f34817e607efb6a31317898]

        Use Any specializations for bool, instead of SetValue
        
        Change-Id: I7a5babe494bdb09a71164ea74d7be3f6bf985ff6
        Reviewed-on: https://gerrit.libreoffice.org/13215
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  David Ostrovsky  <david@ostrovsky.org>  [5f77059ff156ecbd69967f278d3e8f814c15958e]

        scp2: move numbertext to AutoInstall
        
        Change-Id: Idf9ea17b485ab07323a895e7e3f1eca1e198747c
        Reviewed-on: https://gerrit.libreoffice.org/13047
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  David Ostrovsky  <david@ostrovsky.org>  [5eba12388042b456fc3dd29b3a77ded97179cbf2]

        extensions_ct2n: Add dependency in scp2/InstallModule_extensions.mk
        
        9df0e4a709735e5fb5c0e87779b0694c512f0de7 moved ct2n to AutoInstall,
        but missed to add dependency in  scp2/InstallModule_extensions.mk.
        
        Change-Id: Ibfc30f1efa494996e832c8039fde69420f0ad5ee
        Reviewed-on: https://gerrit.libreoffice.org/13398
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-10  Andras Timar  <andras.timar@collabora.com>  [f6ef20b046c485c89fb25521dec1eb6642aac1ba]

        fdo#87203 make translatable AGGREGATE function
        
        Change-Id: Ic376a4e03cafbba65ec78723de188bd627c0ef4f

2014-12-10  Daniel Sikeler  <d.sikeler94@gmail.com>  [c2c0989794d5a4724da8b8880559764bffd059ec]

        fdo#80403: Writer specific AutoCorr use FastParser
        
        Contextclasses implement XFastContextHandler
        Importclasses implement XFastDocumentHandler
        Tokens for BlockList.xml are defined in BlockListTokens.txt
        Tokens for content.xml are defined in TextBlockTokens.txt
        A perfect hash table is generated with gperf and used by the tokenhandlers
        
        This is corrected version of c1e90457d2ecc6e1171b7a296ab8bd05821e39e6
        (Also pushing again follow-up c940d4d30673dc02ea34b5e60a4a8140648a0dba
        "loplugin:saloverride" and 5f0f3d4e91e9eb1d1f60b0cd073e7bbd8ea38c29
        "Work around -Werror,-Wdeprecated-register")
        The commits were reverted in 7ef4457b9fc06b5c25c607d7e0149f45c7015b10
        
        Change-Id: I08cd852fa751f98fd0ac6a55dda22f82a869b4d8

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [55dc40bc85fa5f5b1491d4788eaee0fba415d017]

        Cargo cult?
        
        Change-Id: Ib04880eee7ffed621a97ca0f6c6f9896eb54df0d

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [4bb684274b5d80d04260b7ed6f6adf361ef9a26f]

        This shall apparently check that aScheme is neither http nor https
        
        ...introduced when https was added in c21b8a1620808865d03239256221a6a86e6316f0
        "INTEGRATION: CWS tkr05_SRC680: #31053# HTTPS WebDAV support"
        
        Change-Id: Id7c361a078008d66391771f26b9c35999404091f

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [68e2dd0dfbd7f1cec1771f68e65f46045365cf1f]

        Make IsHeadlessModeRequested hack work for LOK
        
        Change-Id: I30bf474fc44b122c8b7218e187c822a8784783fd

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [7594c0c29d8f81c74d3e181e0197cf31c492a42e]

        canvas: DIRECTX_VERSION macro is obsolete
        
        It was only checked by our own code, and only DirectX 9 is supported.
        
        Change-Id: I03035f87969301624df011cb4d76c6a9532f3c99

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [55b68ad017d61f2fd4a3408632007880aabd05fe]

        Instantiate ImplSVData on demand
        
        Change-Id: I661949a8635a2ed1a1efda77ced48a0fa9f6722e

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [4de09a9efdb62cf90ce18662852e556cf7148e14]

        coverity#738980 Use after free
        
        Change-Id: I30657eb609a9d02217238dd37a3f23e05168569c

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [a73ece414c6556fc88d1c42b71ce7548ddbf536a]

        configure: no need to check for DirectX SDK
        
        Since MSVC 2012 the Windows SDK includes DirectX as well; the last
        release of standalone DirectX SDK was in 2010.
        
        Change-Id: I4236421e7abd7a4a7201ef5913dc21c76945ea53

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [ff17c5a2b06367e9fdeff2d5763ccaeb9725511f]

        canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectX
        
        Change-Id: I5106593ad5472992e3607665849fb35802b6e266

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [67f5fa5a23c9678a83eb75534307385475f1d586]

        Demote Application::IsHeadlessModeRequested to local hack
        
        Change-Id: I3ae51b8c57e70593153805e5c7c139573c543b5a

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbbfad3dfbee89c13956d3a9b4757c74a4a64cd2]

        DocxAttributeOutput::FlyFrameGraphic: avoid <a:ln> when there is no border
        
        Change-Id: Ia94f490c0ad8c392bd8bbfbe889f5333c13e0022

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [a645c8289454763568fbb5ba7ac99823778c7d3e]

        revert writer won't allow us to enter multiple CrossRefBookmark
        
        i.e.
        
        commit af64f430181088460d5c574683dd1fdfd377ebcd
        Date:   Mon Dec 8 16:11:41 2014 +0000
        
            writer won't allow us to enter multiple CrossRefBookmarks on the same node
        
            e.g. fdo63164-1.docx and loads more like that, and the .docx genuinely has
            multiple bookmarks at the same place, so just allow the first one and discard
            the following ones
        
        in favour of
        
        commit 7a12360e1f2c0a5bc0927131a750740d35cfd1ab
        Date:   Wed Dec 10 14:56:27 2014 +0100
        
            sw: don't assert when SwXBookmark creates duplicate CrossRef*Bookmark
        
            The bugdoc of fdo#87110 has a couple such duplicates.  Check for it and
            let SwXBookmark throw an IllegalArgumentException.
        
        but leave test doc in place
        
        Change-Id: Ib0bfc991684b2c9c4f1959a17c49bf1c0179be79

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [f3c653a138ec02a9f72281ca9262340fa24eed50]

        bin/run LO_TRACE hook
        
        (similar to our CPPUNITTRACE hook)
        
        Change-Id: Iec4e8d4246ba7fca0afe5f9be6f6bcd9e0289e49

2014-12-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3fb0320e1e6fcc8007fc6f334aad91163b6ff83d]

        fix packaging of OpenGL shaders, related fdo#83875
        
        Change-Id: I68f7d4e2d91d37013018fc3cc185c46eb81fcb7d

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [efcbb12a27a380a442292f17c7f508555a66d4af]

        Resolves: fdo#87141 Remove deletes the node, release doesn't
        
        regression from introduction of boost::ptr_vector originally one had to Remove
        and delete the return to delete it, while now the Remove automatically delete
        it. This bare Remove to just "release" it seems to have been overlooked
        
        Change-Id: I175f7c95862ce47402993e5e3b8feaa93af43e75

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [165c56d9d75268114aea4898bc06dbb09615b5f2]

        coverity#735515 Logically dead code
        
        Change-Id: I884aca0e49f424823201a69f03c6bba4e816f3c1

2014-12-10  David Tardon  <dtardon@redhat.com>  [781639eb84fc09d0260092238c3f50216f15a3ff]

        paste from system from the top left of selection
        
        For example,
        1. echo -e "5,6\n7,8"
        2. select the lines and copy them to clipboard
        3. select an area in Calc, starting from bottom right
        4. paste
        5. select comma as data separator in the CSV import dialog
        
        I think most people would expect the data to appear in the selected
        area, but currently it would be inserted starting from active cell
        (which is the bottom right cell of the selection).
        
        Change-Id: Ief0e05deda18928a832dca2a261f8493ac9a03a9
        Reviewed-on: https://gerrit.libreoffice.org/13410
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e0425f9493e25fa14f11505d9ebc12a2fe78d4b6]

        Globally disable threading for these for now.
        
        It doesn't win us much performance-wise (as it turned out), and causes
        weird crashers with large documents.
        
        Change-Id: I0566ce850b8f6656e6f9821c653b7a825a7874a3

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [06f85d41d02ebef76487b230f35f2ec638c46c8b]

        xmloff: make the export of the horrible field marks aware of auto-styles
        
        When exporting the .DOC bugdoc of fdo#87110 to ODF, the auto-styles
        export will iterate over the fieldmarks in the page header and add the
        attributes for them but not export the elements, so the first auto-style
        gets a bunch of duplicate attributes.
        
        Change-Id: I3fcf39f03e3d9ae5fca661efa7eb4bbb3eab9f5c

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [7a12360e1f2c0a5bc0927131a750740d35cfd1ab]

        sw: don't assert when SwXBookmark creates duplicate CrossRef*Bookmark
        
        The bugdoc of fdo#87110 has a couple such duplicates.  Check for it and
        let SwXBookmark throw an IllegalArgumentException.
        
        Change-Id: I460dc3a8d9c554c194a32a73526e13422ddd1c52

2014-12-10  Michael Stahl  <mstahl@redhat.com>  [b86f5530161a417d31e28e75408ee80352fadad7]

        fdo#87110: xmloff: don't catch IllegalArgumentException here
        
        There are at least 2 callers of InsertTextContent() that have
        non-trivial catch handlers for this exception, which aren't called now.
        
        (regression from bebf8ccfba37f77d6a43c7874249b31736467b17)
        
        Change-Id: I085b710dfd5877e9b7e71610951543eddf6a6e46

2014-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [4a3328a98f00818044694a9b6a0f7cda392273c6]

        sw: Unit test for cycle in lcl_CreatePortions
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13413
        Conflicts:
        	sw/qa/extras/uiwriter/uiwriter.cxx
        
        Change-Id: I26a8707046d7f30381fb51c41e49f8dee4796ba7

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d65e30fbaba383cbb9e1db6230a04865897ac8f]

        sw UNO API: fix infinite loop when building portions of a bookmark range
        
        The problem was that in case the bookmark range points to a number of
        characters in a text node, where neither the start or the end is the paragraph
        start and end, and in case there is an at-char anchored object at the beginning
        of the paragraph, then lcl_CreatePortions() never ended.
        
        It is assumed that the loop in lcl_CreatePortions() will end at some stage, as
        every iteration moves the cursor forward. But this wasn't true in the above
        situation: the first frame was anchored at char pos 0, the range was char
        positions 1..7, and we failed to ignore frames which are anchored before start:
        so position was constantly 1.
        
        Fix the problem by explicitly ignoring frames before the current position, so
        lcl_ExportFrames() properly returns -1 when there are no anchored objects in
        the current range. Testcase is in the next commit.
        
        Change-Id: I73662e09cd09ee7e0ea4575b1150beb40f1ccc3a

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [e3ce885504d19d81b03df621237b73768ce7736d]

        CppunitTest --headless is not the same as soffice --headless
        
        ...they just "happen" to have the same name
        
        Change-Id: Ia602f9a62e07c3af6fba2ffb84a858e1fb4b09ce

2014-12-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [234ff84315da6228628a4257ee52bda0068704a5]

        look for WiLangId.vbs in 8.1 SDK-dir
        
        the 8.1 one is the only where it is installed to in a plain install of
        VS2013 (update 4)
        
        Change-Id: I797c3d1501d6ee87e5f662279221c4d285933f2d

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [011c2950de31126d424236dbea55aab79e8272ef]

        No need to re-check IsHeadlessModeRequested in get_desktop_environment
        
        It is already checked on all call chains:
        
        * CreateSalInstance (vcl/unx/generic/plugadapt/salplug.cxx) checks
          IsHeadlessModeRequested before calling autodetect_plugin ->
          get_desktop_environment -> get_desktop_environment
        
        * Application::GetDesktopEnvironment (vcl/source/app/svapp.cxx) checks
          IsHeadlessModeEnabled before potentially calling SalGetDesktopEnvironment
          (vcl/unx/generic/plugadapt/salplug.cxx) -> get_desktop_environment
          -> get_desktop_environment
        
        * The two calls to SalGetDesktopEnvironment in vcl/unx/gtk/ are clearly only done
          for GTK plugins, not headless
        
        Change-Id: I44b43cecd63effc5b2e3ad2a449943fee183462a

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [6624484a608ed43fdeea1596f254915add671e08]

        Resolves: fdo#87189 don't draw negative canvas sizes
        
        Change-Id: Ia52bc54084883817ffdd8ade06c3079865d52f70

2014-12-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5225cd46919a028add3772564fd0d63e99078820]

        define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDK
        
        and drop old VS2012 part from configure.ac
        
        Change-Id: If0bedff0972a40f92aaf86140a0405d2af1dbc8d

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [59e2678499747ac29a3aed6d47362255b3cc57ef]

        Any reason to use IsHeadlessModeRequested here?
        
        IsHeadlessModeEnabled should work just as well, given that
        Desktop::RegisterServices (desktop/source/app/appinit.cxx) calls
        EnableHeadlessMode if IsHeadless
        
        Change-Id: I4ffd8e6e3a37a8929620418e97854106ea937c9f

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [b63810cf50648caff9781b693f8c74c16ea6ed8a]

        Headless implies invisible
        
        Change-Id: I97c1becd4a3f31ebb5d984d5efbfef7b9339f6bf

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [577db4b16627c6376c50786d6098a2b2eff34350]

        stray fprintf
        
        Change-Id: I9046c57440b6adb83204d0f596b1cb8467405dfa

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [e77c573811dd9d685f2e7e936edc62963739800f]

        fdo#76776 crashes after paste a table from Writer
        
        Change-Id: If859352a7d8d409e5c3c651e0ffea0b3687007db

2014-12-10  Luboš Luňák  <l.lunak@collabora.com>  [1ecf9ed3fc33c984890848eacbecad5e009eb33d]

        do not save UNO marks in undo history
        
        These are usually very short-lived marks that are used for various
        internal purposes or by UNO interfaces, so restoring them from undo history
        does not make any sense. It can in fact lead to a crash on undo if the mark has
        been already deleted (which is usually the case with UNO marks) but
        the restoring still refers to it (this is not a problem with other mark types
        since those should be deleted only when they are no longer in the document,
        in which case they are saved in undo history by content positions rather than
        mark references).
        
        Change-Id: Id707dc3d2b888b5c96a974d04a0ef17b22fc024c

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [662e3299c578e2bff8a1cb9884e6266353ea1ebe]

        Fix generation of com.sun.star.uno.[Runtime]Exception classes
        
        Change-Id: If9bd4d906906e0e6cd7c5bb61f8a67a163218395

2014-12-10  Tobias Madl  <tobias.madl.dev@gmail.com>  [d1577ee1ed215d9d4adfcdc0a71e2cfec0f3ebda]

        priorities: prevent future compatibility problems
        
        Change-Id: I735bac570a0bed35d9ddc07e5f107fb696b49082

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [861e7853e3b98b0adf5a72c88e2bf8c16ca17d09]

        fdo#85286 android: add missing library for PPT loading
        
        Change-Id: I5f7bfffd1b9751c30c737c886afcd572fa44d234

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [ac8796dd5e1120ffc67752eb298ebd3e24c198b2]

        loplugin:cstylecast
        
        Change-Id: I7f7e9094cb992b2cec3ab156a83791559cbb4344

2014-12-10  Noel Grandin  <noel@peralex.com>  [fd60dd5226b6cefb1eb621f8e479ba59bf11b0b7]

        java: improve use of WrappedTargetException to set cause properly
        
        since we introduced the new constructors that pass the cause all the
        way up to java.lang.Throwable.
        Also simplify some exeception printing sites, because Throwable
        will correctly print out child exceptions for us.
        
        Change-Id: Ibbecce3c6f971fbc80d6de2052ab4f33a4503c0a

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [07c54fff7ad9da498acd482148e491b879766bd4]

        Fake --headless more cleanly
        
        Change-Id: I3c119182c093b625b57ebc1c23986cab7faf09b0

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [2621a852eb089b7f1edcab88a703d83b2f2fbb41]

        The document argument to gtktiledviewer is apparently non-optional
        
        Change-Id: I81ac033ebe887256279232d192f5ab93dccc0434

2014-12-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d83f8777d4f80dd3fdb2f82dfc276fbf696c98af]

        be a bit more relaxed about that condition
        
        Change-Id: I794042c78723a0d40de8054084b27805cba6cfee

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc18a47e9c1a24891e607e3c5d2f779d333e0421]

        LOK: if loadComponentFromURL() returns an empty reference, say it
        
        Change-Id: I47adee37ce1c4235f8c44650289c09a073da45b4

2014-12-10  Jan Holesovsky  <kendy@collabora.com>  [216fbe7e074923f108201a9dc6bbb3789d720574]

        Make some dialogs resizable again.
        
        As discussed in
        
        http://listarchives.libreoffice.org/global/design/msg06845.html
        
        Change-Id: I9e9ada1b2bee6023ee7f79d28cf4de2765c5daa0

2014-12-10  Tor Lillqvist  <tml@collabora.com>  [2a2fe29cc27eafb16c5236a6c1867a1ef70ee598]

        Improve description of OpenCLSubsetOnly
        
        Change-Id: I58f1f500594b53444dedb221eb89f383b2a87e91

2014-12-10  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [abb8ce43ab30373d1283b9085ed65191c437978e]

        Kill unused directx < 9 ifdefery
        
        Change-Id: I2cd5dd5b4f723e26802930003c68433917af782d
        Reviewed-on: https://gerrit.libreoffice.org/13371
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Caolán McNamara  <caolanm@redhat.com>  [5141f2e0d89a8a10f0009bea40cc5cd15bf4fcc8]

        Resolves: fdo#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrm
        
        We still can't use ctrl+up to shrink the height of a row that has a table in
        it, but it doesn't crash anymore.
        
        This code presumably isn't truly table-in-table aware and should somehow step
        "over" the embedded table and not "into" it, which is what I guess it is doing
        here.
        
        Change-Id: I0e4c757c75438a89eb7721de32990f2f21c1ad8b

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [657747aca81fc6f4fd8c32551c0aae2ec0f4b0fd]

        fdo#85286 android: don't convert objects on load
        
        For the WW8 bugdoc, the speedup is 435 -> 98 ms, and the end result is
        the same from a viewer perspective.
        
        Change-Id: I9b6ed3b77748cdc71f373daf07548c6cd0dc732e

2014-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b3fea40032a3542349c688f44ae321397af2c07]

        android: speed up mobile-config.py
        
        Make it O(N) instead of O(N^2), where N is the number of children of the
        root note.
        
        3.596s -> 0.960s for main.xcd
        
        Change-Id: I1b9904a377603cd57f84636c873ed2b752abd101

2014-12-10  Noel Grandin  <noel@peralex.com>  [ffffc526e3d6529567694d96a5877d9c63e8e48d]

        java: remove comment noise
        
        Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
        Reviewed-on: https://gerrit.libreoffice.org/13408
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Noel Grandin  <noel@peralex.com>  [9711dccd7fae3e3e77dc2d2018bdb8cdbf85309c]

        java: merge JUnitBasedTest into DocumentEvents
        
        since it was the only place that used it
        
        Change-Id: If9a71fbb468d02616da5cfacab0332e51a416d13
        Reviewed-on: https://gerrit.libreoffice.org/13407
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Noel Grandin  <noel@peralex.com>  [9adb820158bdbfa0a34d843d4eb4c35963f00ac5]

        java: simplify the getMSF() methods
        
        Change-Id: Ib459799f4a3224f8c9683ac4b6cf37982d2077a3
        Reviewed-on: https://gerrit.libreoffice.org/13406
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Noel Grandin  <noel@peralex.com>  [dd6c337d83eb21f7b4e2a1c755150f2e4c799fb7]

        java: remove some comment noise
        
        Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13
        Reviewed-on: https://gerrit.libreoffice.org/13405
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Noel Grandin  <noel@peralex.com>  [3e7f9e3a8fbb1a556c76d8be181de259793c4560]

        java: the TempFileTest interface is unnecessary
        
        Change-Id: Ic49f95117b54929f95984aff0f69e47b90daee7c
        Reviewed-on: https://gerrit.libreoffice.org/13404
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Noel Grandin  <noel@peralex.com>  [7d812b09b5f5959d3a315c514ac59a536bc15e59]

        java: unused imports
        
        Change-Id: I05824a6f19a5f3048a52101b96f6bf3d3099df08
        Reviewed-on: https://gerrit.libreoffice.org/13403
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [9af9d2c5c4e10086e3fc05eee3fa09b74651435d]

        Split into individual definitions, one per line
        
        Change-Id: Ib64def97e04273e66f7a2e514c49f0caecc10fe6

2014-12-10  Stephan Bergmann  <sbergman@redhat.com>  [629a705c127661111c54e14035b55850e36c2167]

        loplugin:cstylecast
        
        Change-Id: I9bfd611ef5451b936f2b7b4dda6dd8ede23832a4

2014-12-10  Julien Nabet  <serval2412@yahoo.fr>  [f73e6a968e54f7d7b0669c0b002d8704ab9fbfe7]

        Typo: nuber=>number
        
        Change-Id: Idc87ab05f817a21e491537a1fa4c014c5a313bf6

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [3c1dc460ae9d4f49878795c9b5a2988dd928a612]

        loplugin:cstylecast
        
        Change-Id: If35fa5d97cec6c167bb0841da1e6819e5a4caf13

2014-12-09  Julien Nabet  <serval2412@yahoo.fr>  [af35e637220abd5be906d73a6481631bca48d16a]

        Typo: enventually=>eventually
        
        Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e

2014-12-09  David Ostrovsky  <david@ostrovsky.org>  [df62a2c81bef2bcd96a5f14802e41815f0bdc2da]

        Uno bridge: Apply debug info setting to noopt code
        
        Change-Id: Id949718baf77bb7e2d276d3db08f68149c114796
        Reviewed-on: https://gerrit.libreoffice.org/13364
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-12-09  David Tardon  <dtardon@redhat.com>  [a68a7b831a5d1756ea9428e12bb89f69dc30950f]

        fdo#37682 paint the right area
        
        Change-Id: Ic3d1f6e47bf068e60dca711c97e3f6b194d14049

2014-12-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [4e27152046e80c7f4b676920727a1130c83559bb]

        vcl: update REAME.GDIMetaFile
        
        Change-Id: Ica56b6b07f8fc521882d15c1bf95cc6c162b4fd1

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b089c1091dcd854ad83152ebf602a9a8e32485d6]

        writerfilter: move QNameToString to the OOXML tokenizer
        
        It's filled with contents in the OOXML tokenizer anyway, keeping its
        interface outside of it is pointless.
        
        Change-Id: I10051c5b41a1247417bfb3dd3170a76bf20925aa

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3f1d8af89b015df0108a82ce7f19bfc957e0f69]

        writerfilter: no need to include QNameToString in dmapper
        
        All dmapper handler classes inherit from LoggedProperties, which takes
        care of logging already, and QNameToString is only useful to turn the
        numerical IDs into dmapper token strings.
        
        Change-Id: I437f2c815293caeda0dabbe65cf9458ae5a60566

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [315c1bad14a56985c889d227dd832ef9ab89a494]

        writerfilter: move include to the implementation
        
        Change-Id: I27b3c5276c5bfd1a29d8edadc6078c71cfbf2609

2014-12-09  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [09e171656a85712d37338e653374ee15aef91591]

        fdo#40835 add 4th argument to FDIST when exporting to OOXML
        
        In ODF1.2, the 4th argument (cumulative) is optional (default true)
        In Excel, the 4th argument is mandatory
        
        Change-Id: I0d38b73af541d52f3750ba61c0864202504ca8b1
        Reviewed-on: https://gerrit.libreoffice.org/13172
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [777a5cfb7cd7c4e9193285701160f2a6d9617041]

        Revert "move RID_APPTITLE to desktop where its used"
        
        this seems to have been re-committed as a conflict fixup,
        but it had been removed on purpose by
        
        commit 8c041824b67caa53d3f7f96803b7a69ced6614b5
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Tue Nov 25 13:39:28 2014 +0000
        
            all these ids and their associated resources were unnecessary
        
            Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156
        
        This reverts commit f43162b09c4876cec317b83e2d6c1afbd8576001.
        
        Change-Id: I57514dcc9cd48c841620d4cb20d049ea8c55254e

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [1c43d48c62db766ffdf23e8f20ed07cbd7a660ee]

        Resolves: fdo#86786 take of a copy of the MarkData
        
        so macros that trigger on changed data don't change invalidate
        interators into them behind our back
        
        Change-Id: Ib7e626b4ec3eea3bd0b1f57f17280a008bb4060e

2014-12-09  Eike Rathke  <erack@redhat.com>  [3d2ee524942c063ee13645723bb60db35255e350]

        remove now unused BROADCAST_ALL_POSITIONS case
        
        Change-Id: I4e6b362f31d93964567fe9ca394cd96568981746

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [f882be560930600a2f8734b8e08e4b81e5014c17]

        -Werror,-Wunused-const-variable
        
        Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [e2f0550156b5798db9969f029ca27a9ada54f025]

        -Werror,-Wunused-const-variable
        
        Change-Id: I0ba682547e0dac2bac6e52decbee709a48645bd7

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [74109a9b1628a12dd351c4d15e3c5352d62bd1be]

        external/glm/Wshadow-{unix,windows}.patch are dead
        
        ...since ba5285f4e1b9f15a55e6ec40ea1ea916af9a3280 "I give up on patching glm"
        
        Change-Id: I5a2cc1a2ea2a455df3ce364249b101df1e615367

2014-12-09  Jan Holesovsky  <kendy@collabora.com>  [ac403251e72826c7414d644c5e90fa7909189b92]

        Allow comments is .idt files, and comment that "Excecution" is _necessary_.
        
        Change-Id: I10d0f32fedd842023bf94b252bcb48bfc2264dd4

2014-12-09  Jan Holesovsky  <kendy@collabora.com>  [7ca08a8bed21bfa6db083b4bcd1c206a149b4811]

        A bit better error message.
        
        Change-Id: Ia3ea8ae38aab0080d01932d586b921599adbaf21

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [efbd8f7ae0818dd914b6b1cb0b3d86b3a58f5f3e]

        Resolves: fdo#81421 listen to child window to see if it gets deleted
        
        Change-Id: Iae2c642ad992c822720bcf1e34827bfaa35876b6

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [efc0752802ea526a326447cc8827e66f8af00cad]

        external/mysqlcppconn/patches/cmake.patch is dead
        
        ...since 4c232e49621065d6b12e087333f44a224f788d71 "remove build dependency on
        cmake for sqlconnector"
        
        Change-Id: I9ed77e7db6214e07e5671b07a0d878be1c34be6c

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [67d7ba55a007cc11bc291a6e97b1fdcc2cc1bad1]

        Revert "Fix common typos. No automatic tools. Handmade…"
        
        This reverts commit 759c4d18d57b06dcc26fb82759599a29c61ef853, every part of it
        is wrong.

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [37280590cdb0a0654a6c618eb06f67aa48b27f31]

        Related: fdo#85286 android: show error message given by LOK on the UI
        
        Change-Id: Ide8e6bc7e719968bacf86572036b15c4ef834761

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [8ad2b6f9d8169b46a71b82198ff1f73482a602e8]

        Fix base+offset pointer calculations when synthesizing exception data
        
        ...but the code does not yet work:  Care must be taken to allocate the various
        data structures close enough together so that the offset calculations at the
        four places now marked with
        
            assert(...); //TODO
        
        actually succeed.
        
        Change-Id: I1fedf7d2d3cdde5035842b4ad5eca9ad9ccf2d44

2014-12-09  Yousuf Philips  <philipz85@hotmail.com>  [4d0b11411d11050b13b821e847bab86f1247bcea]

        fdo#86619 removal of less used table context menu items
        
        Change-Id: I0a1a329945958080aa8d41e5bf6257471f8ebf84
        Reviewed-on: https://gerrit.libreoffice.org/13394
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [53849ba37fa6a28dd236d340e402ce2d2d9150f4]

        fdo#85286 android: add missing libraries for embedded object loading
        
        Change-Id: Ic711964970b1e8cd463dbb693cf8867f51bf535d

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [507c30b0f2ad0a584b36361662a8790fc33f52da]

        WaE: set but not used
        
        since
        
        commit 19b7dc3b1ef8b77d509f46dca96fb0f797abe38c
        Date:   Wed Nov 5 09:08:02 2014 +0000
            changed timers to idles
        
        I'll try and keep the apparent original code intent
        to have a shorter time out if there is known
        pending work, but that there is much difference
        between VCL_IDLE_PRIORITY_LOW of 100 and VCL_IDLE_PRIORITY_LOWEST of
        400 in comparison with the original SC_IDLE_MAX of 3000
        
        Change-Id: If87743e24380b6840c67580f246a5e698b6f31a1

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [85b184e235d878ae109a0d37a861c3178f6c97e4]

        solenv: generate the ifdefs in native-code.py in a more elegant fashion
        
        Commit 369b84e847802d77e7469f4ed71400c20e23039f (We don't build
        libxsec_xmlsec for Android currently, 2014-08-13) added
        platform-dependent guards to have components only on Android or only not
        on Android. Generalize that a bit more, so adding new Android-only
        components is a single line of code change.
        
        Change-Id: I54711ffcdf64c4ddd986e2f59129797462dcfe58

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [19d0950451f909086c3732ce29812c4cda513908]

        Resolves: fdo#86843 avoid getting deleted before finishing Broadcast
        
        Change-Id: I19181f9e2fbd5f906e6e5d807b1b2483e7881cf0

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [a719865c9af0c38c429a00e9185575644e430666]

        coverity#1242895 Untrusted loop bound
        
        Change-Id: I057f81785972106b10c8c5a7992b2b1ec1dc145e

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [b5fc1a479080ef3f17237bee99b5596767a2e438]

        coverity#1242793 Untrusted value as argument
        
        and
        
        coverity#1242945 Untrusted value as argument
        
        Change-Id: Ie35f7ca0967366a7854bfc26085f84ce7624559f

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [4c951ee83f8a554f1d3f94c46b9447d7d1c3bafa]

        Fix mscx_filterCppException base+offset pointer calculations
        
        Change-Id: I9fbe8d7eba181cbfcab704761e6feebd78120644

2014-12-09  Jan Holesovsky  <kendy@collabora.com>  [a9585f343b1642c119721de23dccf748de3c094a]

        No need to use a macro here.

2014-12-09  Eike Rathke  <erack@redhat.com>  [b1d4a2ae3d1b461bc52768ed62f354558596fa39]

        introduce BroadcastBroadcasters() to speedup BroadcastCells()
        
        Iterating over a range and attempting to get a broadcaster for each cell
        position is a performance bottle neck. Take advantage of the column's
        existing maBroadcasters structure instead.
        
        Change-Id: I5467a64ee3c0b5f430be1f0c4b940d3f71874827

2014-12-09  Eike Rathke  <erack@redhat.com>  [3397cb614205c6954915c88005276ba38fbae5ce]

        add a comment about side effects and whether we want them or not
        
        Change-Id: I9cebe8f7979fd0b502fb23e7048b24a5b9ceb5d4

2014-12-09  Noel Grandin  <noel@peralex.com>  [6b5481c0260343800518192918ddf932ee5ae527]

        fdo#82312 - Excel chart has a wrong size
        
        bug introduced in commit 0c7f35277575fee8594737f5b2842dfac2c6d04f
        "remove SvStream::operator>> methods"
        
        Change-Id: I72a1c05b3a4a3f3a250055775eb2d35b3114406d
        Reviewed-on: https://gerrit.libreoffice.org/13151
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [64f45731a7ec8b5220649a387d2c26d27c912dd5]

        Disable copy c'tor of these guys as well, to fix Windows build.
        
        Change-Id: Iaaf38cf8cf9b4b772583d117a0b622fbfce3107e

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [1367e4b2aff3908b6744c89ec2500b56f30f09b6]

        changed timers to idle
        
        Change-Id: I05ccb8bd73070462edcc911956859aa7967b5901

2014-12-09  Eike Rathke  <erack@redhat.com>  [7357dec92c267a6c6fef87fe56efcc01aa90077c]

        fdo#73695 prevent use of invalidated iterator due to re-entrance
        
        ... through the UNO backdoor..
        While charts are updated there can be chart data listeners in BASIC that
        in turn modify things such that charts are inserted/removed from the
        listener chain, invalidating the iterator. If that happens break and
        bail out instead of crashing. Not ideal, but..
        
        Change-Id: Iefb33d3a96d79caed0ee4e19b73e8f811ef3d937

2014-12-09  Christian M. Heller  <christian.heller63@gmail.com>  [c7e16c28618457fe53fb5abb20fb8783bda66e87]

        fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx
        
        Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46
        Reviewed-on: https://gerrit.libreoffice.org/12195
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        
        merge fixes
        
        Change-Id: Ibca73c7099739790e1659a24841f168a2c06b71e

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [b2926518e17ef18e24dd5ed51726c073ddea6f36]

        changed timers to idle
        
        Change-Id: I5846940cc45781f4a0264047107dbb568604d543

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [a75c8443ba03aca54946edbdc5b21aca99c52799]

        changed timers to idles
        
        Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [439c8eba1180a2890266f2f01801d5d0a73fbe09]

        changed some timer to idle
        
        Change-Id: If137dbd80f7260d9507e48709d3f0f14b60a25f6

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [d22bfb3c679810aa1d7d8db1cb0652b7e3b7f328]

        changed timers to idles
        
        Change-Id: Iebde351b3bfca907a7730b7af379efb040cbeae2

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [c9cc78bb283b8744d9f1e629fa95aa87b94adf81]

        We now only need one bit of information here
        
        whether there *is* an id, or whether there is not an id.  An id of 0 seems to
        be used as a flag that an interface is some sort of superclass which can be
        subclassed by something else and have its toolbars etc reused.
        
        Convert this to a bool so we don't need an a resource id for each one and just
        drop the third arg for the normal "final" case and use a different define for
        the inheritable case
        
        Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [f43162b09c4876cec317b83e2d6c1afbd8576001]

        move RID_APPTITLE to desktop where its used
        
        rename the other ones and remove the unused ones
        
        Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [e4200feb14f54db6d70e9b39c0ecb73ac1a8372c]

        changed timers to idle
        
        Change-Id: I5846940cc45781f4a0264047107dbb568604d543

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [9fe256e56d80a310538e55c3730a6321282b0716]

        changed inherited timer to idle
        
        Change-Id: I9da6d08964c32e4aafbc9cebc7840eb517f9c33a

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [51b025922ac8387dd749cb359e5188e74ede2213]

        changed inherited timers to idle
        
        Change-Id: I1d70d4d2fe8573d0f120f2a1ece83f504d5efde5

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [9c9700ea88757aa36fa749fdefd08c5d5c71314f]

        adapted priority to repaint
        
        Change-Id: I6a780e93bcd0621d75222e182eb100694e02448d

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [afa5bded785eeaea668f1bff5f9ffa0a0c788032]

        timers: Timer never started, remove it completely.
        
        Change-Id: I119529498f4bea014e5e0d3d81c39203080ff1c4

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [b35820c000788eba3c50aa659f4174d2f613586d]

        changed timers to idles
        
        Change-Id: Iac97f482df9fca8563e6931e4c710c1cc4e6503d

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [eef25e0e7c03b53881e19bedb20532950323ef09]

        changed timers to idles
        
        Change-Id: Iaceef008e7df91f3a9ad54fdaec25f2170100ee0

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [50fdcff56a863ef69245c628e68d8673830ebbaa]

        removed unused timeout defines
        
        Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [f0a6ec25d06e7be309000858dc2ace7b621fcf92]

        changed timers to idle
        
        Change-Id: I05ccb8bd73070462edcc911956859aa7967b5901

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [9f3e3923d799022381b9fad9d9155c7d65745ae3]

        changed timers to idle
        
        Change-Id: I5846940cc45781f4a0264047107dbb568604d543

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [d1684e16b52f9e94facfb674a8e65246bbbdb987]

        changed some timer to idle
        
        Change-Id: If137dbd80f7260d9507e48709d3f0f14b60a25f6

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [cf46a5cf10db5ce330ae7a9a7410f6503300c543]

        Michael's patch implemented
        
        Change-Id: I3f0802d5001172fc7b8409274bc5a3632e5dad34

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [345110ed798a13973ee99935ee134061f965a4e0]

        applied patch from Michael Meeks
        
        Change-Id: I57f22b6d9bfbef4a50d162076b01e8e64edb4718

2014-12-09  Eike Rathke  <erack@redhat.com>  [c8322c57678a55a4c58ce13bd2a0895f644016c9]

        fdo#73695 prevent use of invalidated iterator due to re-entrance
        
        ... through the UNO backdoor..
        While charts are updated there can be chart data listeners in BASIC that
        in turn modify things such that charts are inserted/removed from the
        listener chain, invalidating the iterator. If that happens break and
        bail out instead of crashing. Not ideal, but..
        
        Change-Id: Iefb33d3a96d79caed0ee4e19b73e8f811ef3d937

2014-12-09  Andrea Gelmini  <andrea.gelmini@gelma.net>  [759c4d18d57b06dcc26fb82759599a29c61ef853]

        Fix common typos. No automatic tools. Handmade…
        
        Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
        Reviewed-on: https://gerrit.libreoffice.org/12164
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [78999e0f841b4f3583a49333efbcd0e4b492265b]

        Basic Idle handler implementation
        
        An idle handler will ultimately be a zero time timeout with
        prioritisation layered on top of that.
        
        Change-Id: I3f0802d5001172fc7b8409274bc5a3632e5dad34

2014-12-09  Christian M. Heller  <christian.heller63@gmail.com>  [edf7c2b176f98f708a0ef0543602ea6417ad7509]

        fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx
        
        Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46
        Reviewed-on: https://gerrit.libreoffice.org/12195
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-12-09  Michael Stahl  <mstahl@redhat.com>  [9cc2a28323e2c7209e3dae8ec52fc685215e9357]

        framework: avoid double-free in ToolBarManager()
        
        The timer could run after the ToolBarManager is deleted because the
        dispose() method can accidentally restart the timer somehow.
        
        Change-Id: I86868f08f436976761e814d4cea1cd5a0e348935

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [ec5851361bcf636c57691988b669d76313762a8c]

        changed timers to idles
        
        Change-Id: I1595a9711e3d5c564f1c9028cbb756f2b0ca45f1

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [2a5500567544ef4e70528c0da0cf927d407dbf78]

        changed timers to idle
        
        Change-Id: I0d2119a297c9a6d9b99676a561ddf4dd654ecaea

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [24afc4f09d29881159ed1f58d92b714c690534da]

        idle to timer
        
        Change-Id: I4862cbdb224a90c156a0c59b131ed94bf6f0d7f1

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [ab14edefdcc264381e3746bb7910f79043de77e6]

        changed Timer tp idle
        
        Change-Id: Ia3e76239ba98530547e057bebfda767ad684730b

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [5163d6b5c5716497c5def276f79454476259dba5]

        fixed timer, idle bug
        
        Change-Id: Ic7ce17e39d2bcaf608576dd785b4f6abf62407c0

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [d9f9cb96c9874767656bcb02dfdc661336afbddf]

        changed timers to idles
        
        Change-Id: Icb6e3e72939ab0d04d9f099f1e476131a223de48

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [d843f3de731667a298a83fc66637c7f983f3b24d]

        changed timers to idle
        
        Change-Id: I92f40d3dad133347f1b8db0b025b624d3305f885

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [821ae0fb9fa63e0171f987d5ec210ec121978b8f]

        changed timers to idles
        
        Change-Id: I223026ce7676a3f8fcda7eb33326cd4ee949c6f0

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [ea6399b837f1cd4fb28be91b8e311e9378988fc5]

        changed timers to idles
        
        Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [e5f67b2e943366042bed9995327840c5a71eae2a]

        changed timers to idle
        
        Change-Id: I05ccb8bd73070462edcc911956859aa7967b5901

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [85e384f32b9f38e1cdcb4801dd6d8c66831f784e]

        changed timers to idles
        
        Change-Id: I39b081b751219201e86fec1e626b450f15bea9ab

2014-12-09  Christian M. Heller  <christian.heller63@gmail.com>  [85efe9c2f0d97e83acfa4cb0a0379fe6a85bccb3]

        fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx
        
        Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46
        Reviewed-on: https://gerrit.libreoffice.org/12195
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [d2b701977d65eaa45a1c25a1ac6d8d58131151a5]

        changed timers to idle
        
        Change-Id: I6bb3225c171b1637f283de64a38dcff91f3c662c

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [8a0ae49abe165218df5f473b35f924ff47144854]

        changed timer to idle
        
        Change-Id: I58bcbf7f7f2d1f7237561d5abf8e73d46d0726de

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [e3b098a8166d05494c8584ac0d099dae3531291f]

        changed timer to idle
        
        Change-Id: Iac4b100e3eca456fdd19d67ff311a02c40dc060a

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [f62c45f3aff7b5ee1438e0d2c5d975ecc06c6950]

        changed timers to Idle
        
        Change-Id: Ic7e795702618d1c623a2deeba1a86f804a249508

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [9d5db8287b69ee74b0a4182740969e1372ec8f10]

        Changed timer to idle
        
        Change-Id: Id1de5f1ee73fbef9ddebd6642ab8c9b558be4d71

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [9824b78dd4ac44fe61d194854a4bc0e98015b4b2]

        changed timers to idle
        
        Change-Id: I5846940cc45781f4a0264047107dbb568604d543

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [484129d08cc48595fe735f77bc3a30b5b8c3475a]

        changed timer to idle
        
        Change-Id: I713976070359e1f5628e7b34f7fd8f6f26b2372e

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [75cc10b9fe9a67c4f796686696246d476c156afc]

        changed timer to idle
        
        Change-Id: I46c2ebfae3a62d65ada50410187712ccf4c9c91e

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [f212779ac3d9df4a6ee6b394437e8ddd957d12f6]

        changed timer to idle, and translated de to en
        
        Change-Id: Ie7789b17a6055e30f67b3a523fd38d221aa8e9ed

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [83a5cc3a2d7e48e2939d8d5c50586e0ef2b8afd2]

        changed timer to idle
        
        Change-Id: Ib04932fe0f9e742e47bdff83748ffc5eb5706d71

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [5849d637faba09b2a67d7d3c355d1e1b5ce52380]

        changed timers to idle
        
        Change-Id: Ibdecb970f7e6119929ec172e56d986c682008487

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [466c7b01e290513fdd252cd1783786e5521baacf]

        change timers to idles
        
        Change-Id: I224976e75b020d03e4b0d8beb79ad1c1310e8874

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [545fafea1a21902b16b80c3aa2545f6e4b6f3565]

        changed some timer to idle
        
        Change-Id: Ibd3a4f66cec6fde4fadc064f27ac44901d005b15

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [7523b588f16e14f87c8146118a1f050f680795fa]

        changed timers to idles
        
        Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [18102201f4a68bc41f7caa21fc22ec761812b70b]

        changed some timer to idle
        
        Change-Id: If137dbd80f7260d9507e48709d3f0f14b60a25f6

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [93f5b9be9f4c01ac0d863a193f4ef33dfd194af0]

        changed timer to idle
        
        Change-Id: I321ddf0411bf66ffce648f6d27e1669194bf80db

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [3581188901d04baed3624473bd180b6c8b4a4358]

        changed timers to idles
        
        Change-Id: Ia9f6afb29a387c0af7d898fb69f5a3b415add7b0

2014-12-09  Jennifer Liebel  <jliebel94@gmail.com>  [19b7dc3b1ef8b77d509f46dca96fb0f797abe38c]

        changed timers to idles
        
        Change-Id: Iebde351b3bfca907a7730b7af379efb040cbeae2

2014-12-09  Tobias Madl  <tobias.madl.dev@gmail.com>  [379f61127e9851e91197007c706c24f479da2b38]

        Changed Idle Timers. into Idle
        
        Change-Id: I44e33e9e04893237578eb685516fa5ffe43e397f

2014-12-09  Eike Rathke  <erack@redhat.com>  [65a44185a66450aa5bc0c7bc6cdd1c2f0efdd672]

        activate BROADCAST_BROADCASTERS to speedup SetDirty with range
        
        No need to iterate through all cell positions and attempt a broadcast if
        no one is listening. Instead, broadcast only the cell broadcasters and
        use AreaBroadcast for the area listeners.
        
        Change-Id: I1e666e8ff19ac0715f73d73f54da2e4c8d523173

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [6ddde10b4006ece33bc358a391a13e108a35f6fa]

        rhbz#1036877: Join Java AsynchronousFinalizer thread well before exit
        
        AsynchronousFinalizer was originally added as
        870a4401c05beec3d31c1f6055a64591edd0a9d9 "INTEGRATION: CWS mtg1: #i57753# Avoid
        long-running finalize methods" referring to
        <https://issues.apache.org/ooo/show_bug.cgi?id=57753> " Fix JNI-UNO bridge so
        that the JVM doesn't run out of memory when a destructor locks the SolarMutex."
        
        It is unclear to me how relevant "If JVMs are getting more mature and should no
        longer have problems with long-running finalize methods, this class could be
        removed again" really is in practice.  After all, advice on hotspot-gc-devel is
        to avoid finalize() if possible
        (<http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2014-June/010215.html>
        "Re: History of finalizer execution and gc progress?").  So stick with this
        approach of home-grown draining for now (where a home-grown approach using
        PhantomReferencens would need a dedicated draining thread, too, so would not
        have much benefit over the existing code in practice).
        
        Timely termination of AsynchronousFinalizer threads is achieved by using a
        dedicated thread per bridge and joining it in the remote bridge's dispose()
        resp. the JNI environment's new java_env_dispose.
        
        Change-Id: Idcef2dbf361a1de22f60db73828f59e85711aea7

2014-12-09  Tor Lillqvist  <tml@collabora.com>  [4c66ce8ec8f67d3bc2db5c79de68f4bda26d2e60]

        Bin the dummy interpreter (which was ifdeffed out anyway)
        
        Change-Id: I262d0c07bd4851a2da52f94ef3fc229bdc0e7e06

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [9b307e64d616554c11609898dd01190e62045ed7]

        fix build
        
        Change-Id: Iaeb995ef4dad03babb5df1b034a476d90681768a

2014-12-09  Noel Grandin  <noel@peralex.com>  [6636b2bacad2026bbc3bc84894d296f98eaaa3cc]

        no need to call getComposer by reflection
        
        Change-Id: Icf2cdeaab013814b669ce6d6cd243ce43856e940

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [fa517ab03d9e65291a4b0f25a1188ffe454f6f3e]

        Resolves: fdo#87132 a11y crash on clicking outside of inline playback window
        
        where the Edit::~Edit has completed, and the inherited Window::~Window is running
        and way down the stack someone casts it to an Edit and attempts to call Edit methods
        on it because of its WINDOW_EDIT type.
        
        So lets try setting its type to WINDOW_WINDOW at the end of the Edit dtor
        
        ==21149== Invalid free() / delete / delete[] / realloc()
        ==21149==    at 0x4A07991: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==21149==    by 0x7592F9C: VCLXAccessibleComponent::FillAccessibleStateSet(utl::AccessibleStateSetHelper&) (vclxaccessiblecomponent.cxx:457)
        ==21149==    by 0x7592384: VCLXAccessibleComponent::getAccessibleStateSet() (vclxaccessiblecomponent.cxx:661)
        ==21149==    by 0x51B1640: comphelper::OAccessibleContextWrapper::getAccessibleStateSet() (accessiblewrapper.cxx:596)
        ==21149==    by 0x152E84D1: AtkListener::updateChildList(com::sun::star::accessibility::XAccessibleContext*) (atklistener.cxx:125)
        ==21149==    by 0x152E8973: AtkListener::handleChildRemoved(com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext> const&, com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible> const&) (atklistener.cxx:199)
        ==21149==    by 0x152E8C2D: AtkListener::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) (atklistener.cxx:292)
        ==21149==    by 0x51AB603: comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) (accessibleeventnotifier.cxx:285)
        ==21149==    by 0x51B451C: comphelper::OAccessibleContextWrapperHelper::notifyEvent(com::sun::star::accessibility::AccessibleEventObject const&) (accessiblewrapper.cxx:492)
        ==21149==    by 0x51AB603: comphelper::AccessibleEventNotifier::addEvent(unsigned int, com::sun::star::accessibility::AccessibleEventObject const&) (accessibleeventnotifier.cxx:285)
        ==21149==    by 0x51AA626: comphelper::OAccessibleContextHelper::NotifyAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&) (accessiblecontexthelper.cxx:195)
        ==21149==    by 0x7591800: VCLXAccessibleComponent::ProcessWindowEvent(VclWindowEvent const&) (vclxaccessiblecomponent.cxx:208)
        ==21149==    by 0x7592B6D: VCLXAccessibleComponent::WindowEventListener(VclSimpleEvent*) (vclxaccessiblecomponent.cxx:118)
        ==21149==    by 0x8606A8E: VclEventListeners::Call(VclSimpleEvent*) const (link.hxx:123)
        ==21149==    by 0x84133CD: Window::CallEventListeners(unsigned long, void*) (window.cxx:4289)
        ==21149==    by 0x8422EA0: Window::~Window() (window.cxx:3413)
        ==21149==    by 0x843ECFE: Edit::~Edit() (edit.cxx:243)
        ==21149==    by 0x20C42894: avmedia::MediaControl::~MediaControl() (mediacontrol.cxx:199)
        
        Change-Id: Id231fe34238b3e9d0cacb1933e11fdde23839370

2014-12-09  Noel Grandin  <noel@peralex.com>  [360f40544d8b03a9c4fccf8c41a712868af89de5]

        fix build under gcc
        
        after my commit feb92a5
        "inline some strings, they don't need to be in a shared header file"
        
        Change-Id: I60a6fa11d56f3d4648dbedeca062ab27206f2a02

2014-12-09  Tor Lillqvist  <tml@collabora.com>  [6eb155dea00a1e312fdc3339406bf168a93a25e7]

        Don't use of the broken "Software" group interpreter
        
        FormulaGroupInterpreterSoftware is known to be broken, says moggi. We should
        not use it as a fallback to OpenCL.
        
        Not sure whether it makes sense, but let's keep it in the code for now.  Make
        using it conditional on setting the environment variable
        SC_ALLOW_BROKEN_SOFTWARE_INTERPRETER (to any value). Only a developer who
        wants to work on it should set that.
        
        sc::FormulaGroupInterpreter::getStatic() can now return NULL, adapt callers
        accordingly.
        
        This might fix fdo#87119, but I am not able to check, as the document from
        that bug causes an unrelated assertion for me.
        
        Change-Id: I24454f46332014cbcbf696252059b9743f3c84d6

2014-12-09  Noel Grandin  <noel@peralex.com>  [feb92a5f3ca44a69e07eb29c23bd0d4010e2fd53]

        inline some strings, they don't need to be in a shared header file
        
        Change-Id: I058489d207510024ce722c4d03f9aac628b120b5

2014-12-09  Noel Grandin  <noel@peralex.com>  [c227d963d8ea84445ef9617d30ac24092d33b92f]

        inline UNO helper macros
        
        Change-Id: Ia401dd2f51108d2f3b08cd3d6d433a12ac17ee74

2014-12-09  Noel Grandin  <noel@peralex.com>  [13b6c147e5a07439fb52044e4dfd4e58af858ec9]

        inline UNO helper macro APPHELPER_SERVICE_FACTORY_HELPER
        
        Change-Id: Ib416efb59ae166bb8d55dd7f3c84b7e5f72864e8

2014-12-09  Noel Grandin  <noel@peralex.com>  [3380e2acdfbb1e83f718369f5a2c5e4a63bc406d]

        use cppuhelper::suppportsService helper method in chart2
        
        Change-Id: Ica22513d84061e57c2c3d0fb3b6411c7b0572099

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [389da62249b82afc6614845386163d362094336c]

        climaker calls cppu::defaultBootstrap_InitialComponentContext()
        
        ...so depends on uno.ini
        
        Change-Id: I913d21605ac15792b24bccd460ab886e535e76da

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [bfd63516c9fd4ec366576f9a0e3c456bc3d530a3]

        Resolves: fdo#87108 crash on saving fodg
        
        Change-Id: Ib88f0e9b0a3ba229c9e9f6cf20831c16051e3e29

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0dcf49731c66b7169f668328ed4df73d1920b09]

        SwWW8ImplReader::CoreLoad: tolerate missing ooo.vba.word.Globals
        
        SwDoc::GetVbaEventProcessor() already tolerates missing VBA related UNO
        components, do the same here. This fixes loading of a simple .doc file
        on Android.
        
        Change-Id: Ie45c34ca36e5c888b9719bb056946d3778fd6df4

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [b5e9d7e83419c1c7e143732ad162d6fc56882de8]

        warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)
        
        Change-Id: Ife7d223f5e751e246c537561d3ce24395b4c9f3b

2014-12-09  Caolán McNamara  <caolanm@redhat.com>  [e5c2fe0412585bc83bd6a99fc37a7c47eb8c3641]

        surely it makes no sense to ignore return of Sanitize[Col|Row]
        
        Change-Id: I24ef940bcf4b2a7c5f40185f91ee234c844185f8

2014-12-09  Stephan Bergmann  <sbergman@redhat.com>  [7e12a6cccb42711c0399bbcd0e7cc3008f56cd2f]

        warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)
        
        Change-Id: I2fa40ebe467a65b0d6023883a14c79ff4303bb2f

2014-12-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a6d3c97473ed9c17b6cbf12045155da3198d1b49]

        fdo#86871 (part) replace "..." in UI buttons
        
        Replace single ellipsis in buttons of sw/
        
        Change-Id: I45737508d05d65ca7ed223672cfa5bc7bd66b5bc
        Reviewed-on: https://gerrit.libreoffice.org/13342
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [b8fb64ac8151131bd91eae49bf58267d159296ee]

        fdo#86871 (part) replace "..." in UI buttons
        
        Replace single ellipsis in buttons of sd/
        
        Change-Id: I51f97e40f13dbe869ac7399700e717af1a7a5aed
        Reviewed-on: https://gerrit.libreoffice.org/13340
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [44775105fc8fa3d369b898166c01b52952414615]

        fdo#86871 (part) replace "..." in UI buttons
        
        Replace single ellipsis in buttons of svx/
        
        Change-Id: Ie340c432ba7607c7586cf861b2de597d2e7ce977
        Reviewed-on: https://gerrit.libreoffice.org/13341
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [b3d0757ff3a3bad9bfd05fd287f7f9bc7ae26eab]

        fdo#86871 (part) replace "..." in UI buttons
        
        Replace single ellipsis in buttons of sc/
        
        Change-Id: Iace6689aba7d57c6d72074118521907bf67d6f26
        Reviewed-on: https://gerrit.libreoffice.org/13339
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Michael Weghorn  <m.weghorn@posteo.de>  [d4673820ad9194a25cd1990c179eee202309bd04]

        fdo#39468 translate German comments
        
        Change-Id: Ic91caa9268ea2be860acaa47ff45a4a5789a371c
        Reviewed-on: https://gerrit.libreoffice.org/13321
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2f925e85904f2e1a19055132617ac310269736ed]

        xmlsecurity: HIG fixes
        
        Change-Id: I1472a6b23d0dc3fa9047bf197e9330c06c82f544
        Reviewed-on: https://gerrit.libreoffice.org/13328
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Yousuf Philips  <philipz85@hotmail.com>  [00c9b98426f42a006a86b76f61f81818d9029487]

        fdo#86647 add 'Table Boundaries' to the View menu
        
        Change-Id: I420d866d77e3c453d6ea4edd55739b1d1dfc68b1
        Reviewed-on: https://gerrit.libreoffice.org/13333
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ecc94f09b2573997e212108fb3eb74d4060240dd]

        capitalize Infinite tooltip in Elements panel of Math
        
        Change-Id: I6bb19e199c1014536e967d427b966afd8ecd0302
        Reviewed-on: https://gerrit.libreoffice.org/13345
        Reviewed-by: Wesley J. Landaker <wjl@icecavern.net>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7662c42d1b901d6cfc44f2be3741c349117be520]

        related fdo#62879 replace "section" in dialog for read-only content because the dialog is not specific for sections
        
        Change-Id: I07b127a315ea7122aa37d64461b9b0271a52c754
        Reviewed-on: https://gerrit.libreoffice.org/13347
        Reviewed-by: Wesley J. Landaker <wjl@icecavern.net>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [fe95c62b39dae4cb907addfba5c73bb847f1301d]

        Bump minimum gtk version to 2.10
        
        That is the version available in RHEL 5. The configure change for
        telepathy has been changed for consistency only.
        
        Change-Id: I664901dd2bbcc75f6f6fb84940f3fa85d69f57dd
        Reviewed-on: https://gerrit.libreoffice.org/13369
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [127b0926b5ceff0dcb44e7b7ac4ecbc479f44d97]

        solenv: handle workdir_for_build in create-tags
        
        Change-Id: I669ea2813daeb2be8164e1d7c224368c2fe9819a

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b64391145625f62585669668fbe72dd468a59b06]

        SwModelTestBase: unused MethodEntry
        
        Change-Id: Ib1ad9bedad4218c369da1efa2c4c6c9843452972

2014-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dbbf535e7f2abfbcdcb3f513e03bdaaeed75d43]

        Factor out SvxRsidItem::dumpAsXml() from sw
        
        Change-Id: I60c57fa6a9f3619de717e7b2383dc420706b2886

2014-12-09  Michael Weghorn  <m.weghorn@posteo.de>  [5f6af01f13460909e7c3819e14edb2eb04788156]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I19d0070c5dc54c605a7924b750eee1538bed16b3
        Reviewed-on: https://gerrit.libreoffice.org/13384
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [28c251e3cc374314dc19fd772148707b0c711454]

        Remove more unnecessary header includes and use forward declaration.
        
        Change-Id: I88d0fb0e7c20d4b1414516e3bd2f961811b2eb8c

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f1aee5fbd034c5f7c967e19631b6507408ec00f]

        Move these to Impl and remove boost::optional include.
        
        Change-Id: I394d164c4d3f26d906204e2ed89efeef597ba810

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [822b3482414fe9be0e271727d58581a1df1d3b83]

        Add Impl to SdrObject and hide ObjectUser member.
        
        SdrObject is quite large and we can't pimplize it in one go.  Let's do
        it bit by bit.
        
        Change-Id: I40abe71799f6dcae90854dcc6979acc1d6ed7462

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ac732491868fd233c68b45fd358a811c9810dd7b]

        Officially disable the copy c'tor of SdrObject.
        
        Change-Id: I5f4ccad5077427afd09668c93f56c0ecce5f6f5d

2014-12-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [5757af8008cb6881e9a40ec2b4e28330bc4fef7f]

        vcl: add new metafile viewer demo - mainly for fdo#80503
        
        This is going to be very helpful troubleshooting problems with metafiles
        that just won't display.
        
        Change-Id: I661dd40e04434a9c64a0f59d9310d36444601989

2014-12-09  Michael Weghorn  <m.weghorn@posteo.de>  [54cbb57d4c3ccf1e1c8455ac413183edbdeb3416]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: Ib35eb591534c3f23adc3cb7b7fa9696dc5cbeabf
        Reviewed-on: https://gerrit.libreoffice.org/13383
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-09  Michael Weghorn  <m.weghorn@posteo.de>  [141469eb831c054d6f4b56fcaa50a03e52429f11]

        fdo#39440 reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I8931ff46394923d672e08b3a5c9ab75bb6ffb0a9
        Reviewed-on: https://gerrit.libreoffice.org/13385
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-09  Eike Rathke  <erack@redhat.com>  [887cb59ac4bfca94f310baee3e9da58ccf9cb3e3]

        assert the "impossible"
        
        Change-Id: I5fd2c7635f204bda982f1df58b4c19fe9b12464a

2014-12-09  Eike Rathke  <erack@redhat.com>  [1e9aa174865cc65b132a8b3e728b8a5adbcd8b90]

        in ScFormulaCell dtor remove cell also from FormulaTrack
        
        It could happen that during a SetDirty/Notify cycle a formula cell is
        appended to the formula track but not tracked yet so doesn't end up in
        the formula tree. If it was deleted then without removing it from the
        track the cell pointer shortly after was moved into the tree, possibly
        setting pFormulaTree (and/or pEOFormulaTree) to that cell if it was the
        last cell, and if immediately after that a new ScFormulaCell was
        allocated at exactly the same memory location it virtually ended up as a
        successor of itself in the formula tree ... leading to a crash if pCode
        was accessed in a subsequent RemoveFromFormulaTree because the cell was
        assumed to be already in the tree.
        
        Change-Id: I9d1885a26b85c2331a084b5f89a2d7373cf2df0f

2014-12-09  Eike Rathke  <erack@redhat.com>  [39daa239d20fbfe193336c7aa8c15fa0285d960a]

        prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERS
        
        Change-Id: I61b6912da303b9d71eed142535f3aa0cac1681eb

2014-12-09  Eike Rathke  <erack@redhat.com>  [03956d83774cc2d5b0f02ec36105342b3c457931]

        introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCells
        
        Not only are multiple boolean parameters ugly, but prepare also for the
        new broadcasters-only mode yet to be implemented.
        
        Change-Id: Ie6383826e76a771b88e7b4b29e5de9a58c598ad5

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6163291b25d2dac74ac353c3879fdc520bee747e]

        Move IndexedStyleSheets to the Imp(l) class.
        
        And remove #include <vector> which wasn't really used.
        
        Change-Id: I05bbc7848c753795f859f80725be6332d8e5ce46

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [ae93dac18ec099282676c1434fa95420c0451761]

        coverity#1242459 Identical code for different branches
        
        on the somewhat dubious logic of matching the otherwise
        near-identical duplicate logic later on
        
        Change-Id: Ic029cafbf2fa2a1fd3cf78464d58977f90bbc418

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [72406d531c84d40a711bb4fbd0de1bc9e03d9ea4]

        Convert some test cases to using insertRangeData().
        
        To make sure they use range-based area listeners (when applicable) and
        make sure that they still pass.
        
        Change-Id: I75b73b6feb34057268277212733476ddede2b757

2014-12-08  David Tardon  <dtardon@redhat.com>  [447b9634a11c63bc8f08d6921a24d494d264daf6]

        limit scope of variable
        
        Change-Id: I74ccd6c8a3cfd45929973f21418458f3a83243af

2014-12-08  David Tardon  <dtardon@redhat.com>  [e4cf5d1a98469c17133f33fc8220e6b41f65e9a0]

        don't copy stylesheet's HelpID if this's a rename
        
        This causes problems for renamed copies of std. styles, as they have
        special handling in SdStyleSheet::SetHelpId, which would set the API
        name to std. value too. That means that there would be two (or more)
        stylesheets with the same API name. On export, only one of them would be
        exported.
        
        Change-Id: I19d243bd3f73995e8de2d251e3d8b7f93219c3a9

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d13501f194b3a8095e283e0a3d65d1db02e70dad]

        typo
        
        Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bf4eca5b90e915a7273fe9f746187740683ceabe]

        trying to make this fit in gcc-4.6s little brain
        
        Change-Id: I0c247a0f316b6700017ae0668b41497811924577

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [ed759f9cc5ba0e49a122ce396e013a47554bf89f]

        bracket up this horror anyway
        
        Change-Id: I7607ecd8c0e5d67a6e38e1930b416fa834906dd3

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [dde94c73483af85cd3d8feed3282e785b80c988a]

        coverity#1257110 Big parameter passed by value
        
        and
        
        coverity#1186125 Big parameter passed by value
        
        Change-Id: I6cb6863645647edf4fba114059195582679c30c4

2014-12-08  Stephan Bergmann  <sbergman@redhat.com>  [322ca1cea29a0ef94696a6cd0807ad3bb5bf6edf]

        No idea why this would need to be an archaic LibMain
        
        Change-Id: I4a41a2975f670b06159de5c94ab9a66ab204c725

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [af64f430181088460d5c574683dd1fdfd377ebcd]

        writer won't allow us to enter multiple CrossRefBookmarks on the same node
        
        e.g. fdo63164-1.docx and loads more like that, and the .docx genuinely has
        multiple bookmarks at the same place, so just allow the first one and discard
        the following ones
        
        Change-Id: Ida2f5d79fdef4ed3e2d8c1e96ca6a086004f6c7d

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [93913ce2a71c66f57c9fe6a4b12c12ca6f7f473e]

        coverity#735379 annotate to dismiss Copy-paste error
        
        on the basis that it doesn't look obviously wrong to the original author after
        a once-over
        
        Change-Id: If333a17a2a9954d33ebefc6846e40e0e1e29c857

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [ad56f8de7b927cc32c2d67ffb13268c2a0b564c4]

        coverity#1257114 Result is not floating-point
        
        Change-Id: I420fa77d52ca72a4c4609b4610572b8735911b4b

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [d9ae37a3cc9b1157bf431fee59748716f83f37ec]

        coverity#1257109 Unchecked dynamic_cast
        
        and
        
        coverity#1257108 Unchecked dynamic_cast
        
        Change-Id: Ib0d42b7fcd3b2b87a95301b111cebe80f54dd13f

2014-12-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ab61d71c8b59facc0910016dc098cdf78ebd47b4]

        Build fix (for gcc 4.7).
        
        Change-Id: Ib52cfc8ba45361277ef8e0b6021a03c3ff8ae668

2014-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1256809ba235e1813b38bb7e96d8f1a6c5b6499f]

        README.Android: mention ndk-gdb --start
        
        Change-Id: Ib131c480b53665fc9e9a38388e3cc179eac249c2

2014-12-08  Tor Lillqvist  <tml@collabora.com>  [8ab56d59735048836f0b121e45638b3c5ad1b252]

        WaE: Unreferenced function definition
        
        Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec

2014-12-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9ff7aac6c8f1fa6bce8df8b95f20993d789a51a7]

        Test for Writer import / export of graphic shapes
        
        Graphic shapes are those images which are created not in
        Writer (but e.g. Impress, Calc) and moved to Writer later
        (e.g. copy&paste).
        
        Embedded image is ok, but MS filters broke the linked
        graphic shape.
        
        Change-Id: I0c86a5d09afb3e40f7d9e5986c05801457d4c13f

2014-12-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3650b66c366177877d30f6aae83a33bf683d3457]

        Copying linked graphic between components is broken
        
        IsLinkedGraphic() is better to use here.
        
        Reproducer steps:
        -Insert an image to Impress as a link.
        -Copy this image (CTRL+C & CTRL+V) to Writer.
        Result: Image is not displayed.
        
        Change-Id: Iaf9b686b5c87caf5a0cc15425f8c5988f857bfe6

2014-12-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5b3166ffd314a68afdc4f464312606afc881ac89]

        Test also Calc export / import of images with special ID
        
        Change-Id: I6c47c4b78a1dcd76287cdca16265d3170d2794f5

2014-12-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2264171e4c128b176b8544f91086489e0403c5bf]

        Test also Impress export / import of images with special ID
        
        Change-Id: If040bb32bb5289a282f315cd6ca90cbed76f9b8f

2014-12-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [614d2f062f104b3ac588814156cb82379cb458af]

        Generalize this test for other Writer filters
        
        Change-Id: I17bc641373eafc49367d5605072270db6f7fe77b

2014-12-08  Mattias Põldaru  <mahfiaz@gmail.com>  [27d006e512028cfbc8aae00c5409d873259297d2]

        fdo#87042 Add Ctrl+Shift+R as toggle for ruler
        
        Remove RefreshView (redraw) from some components, as it's supposedly little
        used. Components which would have this shortcut are DrawingDocument,
        GlobalDocument, PresentationDocument, WebDocument, FormDesign,
        TextReportDesign, TextDocument, XMLFormDocument.
        
        Change-Id: Ic730d390b4e4a1e6bcc76b18888932b198e5b82c

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8e00e0056e3c3dfdb35206ba5061a647d821edce]

        coverity#1257107: handle these consistently
        
        Change-Id: I5f432eea235bdca05132cf553d9bc15e2b825509

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [df87cec5ad59605d057ade2a0203e590d2aadc8d]

        deque is never used
        
        Change-Id: I223c85999a0ed1a62aece67f0d730b8e2e097ac9

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [23c802b85aad6b44da7d7cb630e2e76e6da033a8]

        make InsertRedline() non-static again
        
        Change-Id: I2eda267b56bc1548930add9c5ef83ad268f881a4

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a71fb1c911b7104ede9365e7b16513896492ffa8]

        rename to simple SaveMergeRedline and put in namespace
        
        Change-Id: Ibc36dcde1778ee02b9ac173d9da8419b69854af6

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a7afdad2bf1fdae341a914c9ba556324ad72eae0]

        remove inheritance from Ring<>
        
        Change-Id: Ie1a958b3f3fb5797ec2eb49f6a5fc72da23ca553

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9d2642d29f6d42633c3b015cae9fc8b0abe17640]

        use a std::list<> instead of a Ring<>
        
        Change-Id: Ibc1d2deae5b0c7841ec83de880380170eadbd509

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [29a4edaee6b258f5aa5b887fe745a8dd4c4a5823]

        use unique
        
        Change-Id: I49b9b69b66f4d8835078056b5681a1bf3760ffc9

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01896d465a885e42d66a33a4cc88e7b1021b1a54]

        make InsertRedline a static function
        
        Change-Id: I80c7750f88f9b20e3a2be7306c53676d373654df

2014-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [60912747087f37f919875677478dbad8165047c6]

        test for document merge
        
        Change-Id: Ic6d10a611d9e9351eb9403e1405ec7b17293e816

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [9215ab03476f56f626f926702208f62b9bf2e16d]

        coverity#1257107 Unchecked dynamic_cast
        
        Change-Id: Ica45049aa7e6656c0882484ffa4ff80b6d699373

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [32e38e1ec703dcdcff484eae3634a69e0d9c864e]

        coverity#1257111 Uninitialized pointer field
        
        Change-Id: I82c771f0ca7d2593a6f34dd84689cf055f9cf3f3

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [d15d0ec6de566f8a2dc2e9c575ecf4e19c070ade]

        coverity#1257112 Uninitialized scalar field
        
        Change-Id: I79063c103707e91f04c22a284f7af035fef6d21d

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [f137588d0d8605ab48e2a7a8675784f965a230a7]

        coverity#1257113 Uninitialized scalar field
        
        Change-Id: Ie813165995df47d466eaef09720901a33362fd23

2014-12-08  Noel Grandin  <noel@peralex.com>  [2979ff295c9fafdb92cb56cd1f5ddb0a6b56cf20]

        fdo#38835 strip out OUString globals
        
        Change-Id: I1a435214af102461e02217f7d95248dac14e5f1a

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [eae0dda3e2eddb55b4e2032136541c15ba87fa09]

        Resolves: fdo#86820 executing toolbar menu entry can destroy menu
        
        Change-Id: Ide0ea8f8ff145d487e409b0091918b59f1f83405

2014-12-08  Matúš Kukan  <matus.kukan@collabora.com>  [848adf433a2408fd37f333b66413b94be97e1f7a]

        fastparser: Redundant check after assert
        
        Change-Id: Ibc56102831d4d36392bea4e4e088e207cef99429

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [6d10a42d5b1690b3b1ed81d99a3a1bc9b65c30d9]

        Resolves: fdo#86931 wrong offsets used to set language
        
        after Chinese conversion. the _aOldSel is the one
        that has the start and end index set to the end of the
        replacement text and so the calculation only makes
        sense on that selection
        
        Change-Id: I152067550d7741579bfc6ca026072b16ac7c2dd6

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [f3c24b488388032d069bee0a7e0d88f6e61430e2]

        kater->later
        
        Change-Id: If9eaf54c2d706144e2b7c34a3004ad9604dd420f

2014-12-08  Stephan Bergmann  <sbergman@redhat.com>  [147ff66242451309951ceb40f463b17dcf82a1b2]

        Typo "mehtod" -> "method"
        
        Change-Id: I49f3f59c76bd4dd078f7014b6a0450241214db7f

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [cca2e7be89a29bd06a65ea85f2feca3783e62d6a]

        Related: rhbz#1164614 better default size for no xslt entries case
        
        Change-Id: I75dd1210b4e8e5e7cb2c2ce1e83e085a9c480b91

2014-12-08  Caolán McNamara  <caolanm@redhat.com>  [6d8b06224cf1819c8af543927d7a80e937c50a94]

        callcatcher: update unused code
        
        Change-Id: I3cd65d112339fa9c67ed462fe39acbbef91d4d8d

2014-12-08  Stephan Bergmann  <sbergman@redhat.com>  [9d5e53b67c7c131ab4cdc8e103373be2be7830c2]

        protected -> private
        
        Change-Id: I807b31eaa0b0cd68e0ca018b6df4269c1aab5763

2014-12-08  Tor Lillqvist  <tml@collabora.com>  [bf6544c0ab0625e5ce5918f6d861763d4fa87aba]

        Don't treat clew as part of an "external" clcc module
        
        There is no obvious authoritative upstream for clew anyway, so it causes
        philosophical problems for distros. For a while, we used to use a zip archive
        from the "clcc" project on SourceForge that included clew.c and
        clew.h. (Before that we also just had clew.c and clew.h in our source repo.)
        
        So, drop the external/clcc module and have clew.c and clew.h in the source
        repo again. But this time clew is in a module of its own, not in sc.
        
        This re-introduces "No need to have OpenCL optional at configure-time"
        
        This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01.
        
        Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454
        Reviewed-on: https://gerrit.libreoffice.org/13368
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [4517c94000153eab6c034ea548698953dd93f794]

        fdo#86750 RTF import: fix table of contents links
        
        Change-Id: I0f3d35a0e64c9ce5646fa63eda317bee42de5540

2014-12-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [193c7ba9be48f00b46f9e789f233db577e7b3303]

        Factor out SvxWeightItem::dumpAsXml() from sw
        
        Change-Id: I97ccc04190b1f75c54e725e0612724a2ef62fe3e

2014-12-08  Stephan Bergmann  <sbergman@redhat.com>  [2ecec9d08cdb61494ca7d6b72e9342a3a01171f7]

        Mark classes as noncopyable
        
        Change-Id: I4262fb56d681c70a089638b876dc07b1f472f583

2014-12-08  Michael Weghorn  <m.weghorn@posteo.de>  [3338f479182a5face7f143bdc4b9ea9067028887]

        reduce scope of local variables
        
        This eliminates some of the warnings from Cppcheck report of
        2014-11-29.
        
        Change-Id: Id5bf885de12a6de262d2cca9fa71627ac67f50d9
        Reviewed-on: https://gerrit.libreoffice.org/13330
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [664e64a1901d84137245c14ecfa9432123238bfa]

        add test for fdo#85304
        
        Change-Id: I35692a4a4ccfd1aa5938078bdf32a3eaff082453

2014-12-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1de372de21f9b74c5ee736437a9875b6c90da386]

        don't update range name if ref not in update range, fdo#85304
        
        Change-Id: I1ccfacd98bd10f6ae1d4eaf7a705fe8863045697

2014-12-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b45e1b58700c8303596a0aac9705d8c1577903b3]

        we need the SdrPage for deleting the notes, fdo#86166
        
        The SdrPage that contains the shapes for the note captions is deleted
        before the notes. Prevent that case by deleting the notes before
        deleting the SdrPage.
        
        Change-Id: I13727cea7df0b033fb386a6a8e20dcadec743335

2014-12-08  David Tardon  <dtardon@redhat.com>  [235f3cbc1810e1dd004665585b5cfca1b856c784]

        fix library name
        
        Change-Id: Ia3914b0dbe56d517c23ace5ce36ab8610c44509c

2014-12-08  David Tardon  <dtardon@redhat.com>  [764836cb00e8e6dfd2ab48e080a166ec90359e01]

        Revert "No need to have OpenCL optional at configure-time"
        
        As long as this requires bundling clcc, not allowing to disable it is
        unacceptable.
        
        This reverts commit 3b0b76462aa54f60bc9823d9c6ef64e5e35c1208.
        
        Conflicts:
        	configure.ac
        
        Change-Id: I12b3d5e3325bbd03cd98e1fb5139705d694493c2

2014-12-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b19fefa01c185cfc2d2386e8c8ddd7327b7540ff]

        Build fix
        
        Change-Id: I91b343da5b73aa960f7447135f93dedd76e81527

2014-12-07  Julien Nabet  <serval2412@yahoo.fr>  [c2d8fed349747f526a74cde3fcd36c494fc199b2]

        We need to call decode method considering this:
        
        java.lang.NumberFormatException: For input string: "#FF9966"
        	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        	at java.lang.Integer.parseInt(Integer.java:481)
        	at java.lang.Integer.parseInt(Integer.java:527)
        	at com.sun.star.wizards.form.StyleApplier.getStyleColor(StyleApplier.java:321)
        
        When creating form with wizard
        
        Partly reverts http://cgit.freedesktop.org/libreoffice/core/commit/?id=10e8e10605b9c52bd7fd8a0665dd4d358c733a66
        
        Change-Id: Ide85566244e0dce1d30f6369d1f5d8d30534a01a

2014-12-07  Eike Rathke  <erack@redhat.com>  [413a0655adec3e9364bc94afff638a5a9f88560c]

        umm.. row is row and col is col
        
        Change-Id: I26c62fa1fc97aa0dd4eda1102422e5f012a126eb

2014-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8414b65053dc2914e81a93d9ccd0653ffeea5f2c]

        solenv: no need to advertise lldb/devenv on Linux in unittest-failed.sh
        
        Change-Id: I1dd1b7804defdf363599c17dee3ab1333cf46ee7

2014-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [365116a45dd93372a382521747c6eca882306ef3]

        writerfilter: util.hxx is used only inside dmapper
        
        Change-Id: Ia3736c32c460b466649f10f4790c30d0d25f8c5e

2014-12-07  Eike Rathke  <erack@redhat.com>  [ec1b1af8af7ead149f96c09e16402e66e0973372]

        add ReorderParam.mbHasHeaders to include in Undo range mark
        
        Undo Sort did not select/mark the original range if it included header
        row/column.
        
        Change-Id: Ie4c800e7a44fd910c871731673093400c6400e4a

2014-12-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3f28f67084f12fd806e05020ed8bac8d5a05c025]

        Test for linked graphic export / import of Writer
        
        Change-Id: Ib41921e9ceed30a05e16ace298d9c5dc87cc5458

2014-12-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ff8f2cb8ebde75cce65bb715fefcad778d568fe4]

        Test for linked graphic export / import of Calc
        
        To avoid regression fixed by:
        02b17c1bbdd19a978b9de646c0dacdad179c60de
        
        Change-Id: Iaf2dea0cf221cb0e53debe4c1c611aab86dc29ff

2014-12-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [33e49c711c988dfbbb75b605878850f83180a796]

        Test for linked graphic export / import of Impress
        
        To avoid regression fixed by:
        02b17c1bbdd19a978b9de646c0dacdad179c60de
        
        It seems PPTX import is broken now.
        
        Change-Id: I17228f4d8511b43d028b9ed8a6e77505e6143860

2014-12-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9d0f597cee004b4f09f87e3599a85fc2e3672ee9]

        Set back this 20 MB default value for compatibility reasons
        
        See also:
        dbdacc73ae154237314d599194cc686bd738a9bf
        
        This ten multiplier which was moved from the implementation
        to the settings is live in the code only from 4.4 version, so
        actually we can remove it without any problem, don't need to change
        the default value on the UI.
        I don't have any other reason to change that value so...
        
        Change-Id: Ia17874cafeb013b89eedc300710392763c868f44

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [afcac82eea2a550c09d0557253167b16a9dac9b1]

        loplugin:cstylecast: warn about casts involving incomplete types
        
        ...the worst kind of all
        
        Change-Id: I6b98a324735a79ed9060003b491acce733f74f06

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [7e174e7e76ec942870b9b8366306edb6dcdb8b2b]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ida681fd1c36219c1ccbdb4bb54196cf737c88b4b

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [b06095804fe48f858d956400dcfaa08ffc2ae6ec]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ie681e2a6408286e0b2f49d68f6cf8fa37c145318

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [46593a05b28f93831da925aa7092b72be2209685]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I406d56236d9e87103009703b677bee40398ed1a2

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [fab3b88699363f9be163e77298a4c8217a9b93b2]

        Unused forward decl
        
        Change-Id: I7b1ef761695579cd157168b3b9d338606abf018d

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [2aa9db44759ca5317d455d2f50e1cb1f53e01624]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Idab944f3b9a93258b7f58a33e8a2a2c69448c7d8

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [823c76994204e43736252ee4f05f9c7c590ff347]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ifd28fffddd6abf14ea884f28679ba01b0aa8c8eb

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [c10f93bdb8ebd21ecd1b5e06785a5b606575e927]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Iffba3808e2a46270ae13d0a3dce6d0453e096f07

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [6a2affb8659c0b96a35b99d51dc7415e2ed63511]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I2d4349644bf335b27a1945705f0379aefc5bb869

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [3278a635f8555ea1530eaca47e0cd5c864e1afcb]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I5372bd5f06f19db76a47e68c675c8fcb407eb8c9

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [918f7407569e4a4c5d1d08198951f70e2b6df642]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I557a5d25e65244f06a855cd670c85094fd5ed3c0

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [6fe664f24bf086520248b8fd606b6696c63ed3f4]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ic42daa13650bf880ce69c7e8a95c12d6cfa476da

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [c60dd5d6870c30b239b4ba5ff3100b07a38d0502]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I74769c0d8db208d2a8ee5bdca62f31c08d79d6dd

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [312653feaccbedb84c4e7d36a30aabc3d8eaaa28]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I125a820a8b94d6e3233b594c7db7aabe7bfd04da

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [5c3f46cc298d0e8dd24fa9d482110f898cc19201]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I2c97ddaac8e2f9a69816b6b0caf6b48a79cdd07e

2014-12-07  Stephan Bergmann  <sbergman@redhat.com>  [674e4b0c73dbef81d966e9193ec4b84df2d843b6]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I0a6dd674a9c8358c09e86db27567acede0b95b6d

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [f9f243b1ed1314d7f5d04924e36502a8899ff13d]

        fdo#42785 fix crashing again with this doc in 4-4 series
        
        Change-Id: I834c97a373c55733515e8e1e4945b0f1cd972f89

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [4ac876084bb89b6460b31e090a666b395f66b1e8]

        mpSurface->getCairo() == mpCairo
        
        so make that clearer, and we only need to pass a Cairo context
        not a surface here
        
        Change-Id: If385dbd4e8a546fa18c2f93650428fe0ed0c76fc

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [5e59fe98ce4b29dd75e9d484a7f0d43b575709e8]

        cairo_restore without matching cairo_save
        
        Change-Id: I74496f40a532f9202e8729b8a81ef20ee86a5133

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [4c6a30d53d9039066c368b9e9f6819e8594461cc]

        coverity#707985 Uninitialized scalar field
        
        Change-Id: I1847b2900b513cc9b7b47767a15fb7e11d0abf26

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [fe73f2098ed9aa8bee1da5cba98353549384d642]

        effectively expand init_header into member init list
        
        this is all that init_header does anyway
        
        Change-Id: If1607ab25b43bd313d2d2f1da65c20fc87ae7951

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [46c9f1e247e0e3d16c82566783344a2389fa4543]

        try and help coverity out here
        
        wrt #3 of 1213364 Untrusted loop bound
        
        Change-Id: I4a47d4e1d6ebca14921c7e001d28354d687968d0

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [6406a2701c3eae884e967f0b80e2e8a3228d39df]

        coverity#1213364 Untrusted loop bound
        
        Change-Id: I586b9550b09a485cedd13e0e4c637f253e8eafd0

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [9af88a70e93ff146c264c33dae60f54c926941f7]

        Revert "coverity#1242942 Use of untrusted scalar value"
        
        This reverts commit 093b3d30f257a01122042eb4d116ee54fbdb7033.
        
        it didn't help one bit to get coverity to see the bounds check
        
        Change-Id: Ibf01c7dea2b220290511871c2a650051295d389d

2014-12-07  Caolán McNamara  <caolanm@redhat.com>  [612ebb3a545c4886d0123326abcdb951432dc4f2]

        coverity#1256664 Division or modulo by float zero
        
        and
        
        coverity#1256664 Division or modulo by float zero
        
        Change-Id: I62c923aad9a21b517f6422365ccf94311e0709b6

2014-12-07  Maxim Monastirsky  <momonasmon@gmail.com>  [e91104ee1654b104a0a9a75c3e0147549f3a3325]

        Revert "fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commands"
        
        Now that we have these commands in place.
        This reverts commit 503379fa0b06b66ab6f2bbedc73cdcb056545330.

2014-12-07  Maxim Monastirsky  <momonasmon@gmail.com>  [74ef8a4148f7d8fdf0d40481f879cdd13b27aafb]

        Introduce ParaspaceIncrease/Decrease commands in Writer and Calc
        
        Change-Id: Ia8933697fd7bd827bb69c0976f13112eb2131888

2014-12-07  Yousuf Philips  <philipz85@hotmail.com>  [6521e61c4e0e39ed285188f50e0856e56d86e3e5]

        make increase/decrease paragraph spacing uno commands globally accessible
        
        Change-Id: I08e6c56598a92afcc21455704e01bda2212d3998

2014-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [88b9fe9a4afb5212d4378c5678b39b760000a0aa]

        sd: use GetUndoAction()
        
        Change-Id: I4129fdedcf99b711447aa3dd9fab3dec1bb5ad59

2014-12-07  Tor Lillqvist  <tml@collabora.com>  [081f813a88aac06c58b5cef39f0c131dfce56c01]

        WaE: overriding destructor declaration not explicitly marked 'virtual'
        
        Change-Id: Ie2f07ae8c7b6cdf4ee3f49847b6fbf79895780db

2014-12-07  Matthias Freund  <matti_lx@secure.mailbox.org>  [d51e7944d673f48a60872e815d6e484d7387a40e]

        fdo#75256 Update sifr icontheme
        
        Several spacing and textdirection icons, new selectarrows which are not skewed
        
        Change-Id: I5eded8fb93c9bc8888800a51574e02a6d9139b10
        Reviewed-on: https://gerrit.libreoffice.org/13337
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-12-07  Tor Lillqvist  <tml@collabora.com>  [4ee680939d649f4458c9046d40bdde2f733384f7]

        Work around error: member access into incomplete type 'MarkedUndoAction'
        
        Change-Id: Ie5c8bc2136b56bd7bb64055c0e84c0559dd9aad2

2014-12-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e6304affe916ed7e310da7b348f7d2ff166718f5]

        add test case for fdo#86754
        
        Change-Id: I0f57c1124e62d8946b68c614e3ff09d26b569e77

2014-12-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4cfca1b859bfb6b2dbe18d79a46f689fc6dbfbab]

        handle all fill cases correctly, fdo#86754
        
        That special case only works if the whole source range contains formula
        cells. For now we just limit it to the special case of a single source
        cell.
        
        Change-Id: I71ccfde06edd97e5a9c78da22053583d05aac411

2014-12-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dcd592731c632f05f851b87567acb417b53687b1]

        improve formatting
        
        Change-Id: Id652ff18023965cb2bcc7c10520f95a51e8ac15d

2014-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31e8084fc07c3de09230c0f0c6ed947b3de98df1]

        trying to fix Windows breaker into the blind
        
        - ring.hxx(246) : error C2440: ´<function-style-cast>´ : cannot convert
          from ´const SwViewShell *´ to ´sw::RingIterator<const value_type>´
        - ring.hxx(250) : error C2665: ´sw::RingIterator<const
          value_type>::RingIterator´ : none of the 3 overloads could convert all
          the argument types
        - only tested on gcc-4.8 here
        
        Change-Id: I181b8a694834133ef31a4a89bf93c90e3ce63b54
        Reviewed-on: https://gerrit.libreoffice.org/13334
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-12-07  Tor Lillqvist  <tml@collabora.com>  [b5677f2d962a06f795db18fa264337128664f1fc]

        WaE: 'ANDROID' is not defined, evaluates to 0
        
        'ANDROID' (and UNX, WNT, etc) are either defined or not.
        
        Change-Id: Ia71bd8af23439d97ea2ddd12b8d41990651c1881

2014-12-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9dd8413a61301305d1bafacc5d3511cf3c3129e2]

        Forward-declare MarkedUndoAction.
        
        Change-Id: I1c36077cada47bacfb8436cf3fb659e47d02da60

2014-12-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f28ee9e4004ebf51332a998638aea779e07f6450]

        Pimplize SfxListUndoAction.
        
        Change-Id: Ic82755788df237c455c802a039881a9d056f4df2

2014-12-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1b6e9f9dfc538841a873774428628124cbdc4fd8]

        Pimplize SfxUndoActions.
        
        Change-Id: I35ef457111f4cf8b811a4ee8bb676421746e1d9d

2014-12-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c0533a4694e63959bc198dfb190511a223d521c0]

        add test for fdo#85856
        
        Change-Id: I4b3f8a0a0ebd089862ccffc452a2852b5868a51d

2014-12-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6c8ada4d81b5ff06c98b238e016b183fdca05c0b]

        we need the original context that contains the data, fdo#85856
        
        Change-Id: I107201ab736b548f010d813540e0a9cec7402e79

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c634ef6d9613eb1847636876f701f66070c7ccb7]

        simple check to prevent crash with old drivers
        
        Change-Id: Ia5cfdcae1d762ed8ee4b182c141565f20c97ec7d

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f55edf340ea83d02e5ba60d05df868a4a04a2c0]

        put that attribute into an extension namespace
        
        Change-Id: I32f332bff332dd3e496e5d75c5660c2126a0905b

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4e4cdcdd7acfe779b2a3b244dd449f136308a93]

        export to extension namespace instead of odf namespace
        
        Change-Id: Ica66112199d6f81d1e8ddf8d78ddde49a3ea6037

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a26222f5af55e8ffe9784dd411485d3c5c72e983]

        correct order of xml elements, related fdo#45266
        
        Change-Id: I03ea0e5bb064222e50dc08a682091ec3e23bf11d

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06344c91dbc8826fc64698e06a6c66fb3e8a19e9]

        remove invalid attribute that is not read anyway
        
        Change-Id: Id7770ffda49ba7bc0ebc780c67c56b81152213f7

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e417a8fed528034e946bd25e66ce346c1b5384d]

        use correct xml element name, related fdo#45266
        
        Below data-pilot-groups the correct element name is
        data-pilot-group-member and not data-pilot-member.
        
        Change-Id: I41aecb7f85a881d13b3eaaa7be8de737b47ea312

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88d3931d92bc89519acf95f0510f6f2a6ff7c72c]

        don't write extension elements into ODF namespaces, related fdo#45266
        
        We will still import the old elements but only write them into the
        lo-ext namespace. Also it will only be exported for ODF 1.2 extended.
        
        Change-Id: I1c41716b8b16e186ec84767b4b3a636d083162b8

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2df86642d58809aff28d60e4ffadfd593f0790e]

        last inconsitently named data table value
        
        Change-Id: I1a558616156f5217e309c5957967a69d81c20b8e

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c238230d4ff8ae6b0c90bfd8e778ea225127aee]

        more fixes for inconsistent naming
        
        Change-Id: Iedb1b30d4e3905f884bc3bb39d4703a883e95c46

2014-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f04802e04c69728cf6901bb2c8e0c9ed95de362a]

        use a consistent naming scheme
        
        Change-Id: Ia420779fd875cb2a81b90871b26940f8a0258b4d

2014-12-06  Michael Weghorn  <m.weghorn@posteo.de>  [3948dee43526998b2e70dfe6ec2e4e46ef829abd]

        reduce scope of local variables
        
        This addresses some cppcheck warnings.
        
        Change-Id: I864a4e84326633d33f09324247cbe439fba801c8
        Reviewed-on: https://gerrit.libreoffice.org/13336
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-12-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aafcbb3e1e70642983152f79843b2f0cd15eb79c]

        Move SfxInPlaceClientList to SfxViewShell_Impl.
        
        Change-Id: I38c8dfa8198037268dabc0039f44e75e150b380b

2014-12-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5ae4cc92bd6660ccf36ff6cc45f96fa267514f1b]

        Forward-declare SfxInPlaceClientList and remove <vector> include.
        
        Change-Id: I4e611820a4dae4341f971a545578048b52d7e37c

2014-12-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fb6174bb177ede8d393349a4e74d1dca953ad67]

        add instructions how to use CPPUNITTRACE on OSX
        
        Change-Id: I97579c03c72be0c09c937fcbc8726960528a7a6e

2014-12-06  Michael Weghorn  <m.weghorn@posteo.de>  [93124f771062eb2917212c16a64b0a67f5baaff4]

        reduce scope of local variables
        
        This eliminates some of the warnings from Cppcheck report of
        2014-11-29.
        
        Change-Id: Ic4bf3bd8f5982d2ea2f25a28c0dd61084c59af11
        Reviewed-on: https://gerrit.libreoffice.org/13331
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [29ef1b0aa20a5d1354b071884d830d0eec224053]

        writerfilter: unneeded include in GraphicHelpers.hxx
        
        Change-Id: I720db5fd2fb1a5c1e89e7d375541af035ebbd97f

2014-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [5123bb6194f6c3b94abc2494768dd676de38ad3e]

        No need to have TableDataHandler as a template
        
        Change-Id: If19feb011db4027bae6f0c59b48967657c36b7a8

2014-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [1903912d21e713d42f1343be00f70df810a427ee]

        No need to have CellData as a template
        
        Change-Id: I700b817b446cc11b2475800fb5b1f4c8f8c8b003

2014-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e29007cc5867dcd594c1219f625587d0adcb021]

        No need to have RowData as a template
        
        Change-Id: Id93b97b69d1f9d44e5e5314698e7a3a0790e51e3

2014-12-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [95d27f465f67b12953a158f6f534e6f5aa3105a7]

        the xlink:type attribute is mandatory, related fdo#79449
        
        Change-Id: I03c4217f786bc10aa915780dc10ea52d94019b6e

2014-12-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eb38796f83f86e07ea0a0b7030eb86ef228a13f0]

        that just looks wrong, related fdo#51935
        
        And many more documents. Detected by the new asserts in the document
        export code.
        
        Change-Id: I207ab433b096c3cbaecf1b993595eb36e6553a5e

2014-12-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c36e3eda553dd90630930c79b83a69587c152a55]

        no need for extern C here
        
        Change-Id: I81a2af7aa5a52a0b19d05a64eacf89ed957a9ce8

2014-12-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c1699eab389809407990cc8f1dabe46f7edf7a5b]

        remove some mozilla env variables
        
        Change-Id: Ic0884c2e6a051a7767ac965a7daadfe64537b13d

2014-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68fd7b7adc3021d30460a2c80d6876df239fd490]

        Fix incorrect adjustment of range references during sort.
        
        ... as a result of the introduction of range-based area listeners.
        
        With this change, the insertRangeData() function for ucalc no longer needs
        the additional bGroupListening flag. All tests pass with group listening
        enabled at all times.
        
        Change-Id: I9b9fb9443c727ff62badbd60ec9cd94094eb5a45

2014-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d0894ff58fbdd823273bc91939801971b7a03182]

        Remove unused header include esp when it's an STL header.
        
        Change-Id: I03c93862378ff3bddcf415b2ad3aa183ec5da030

2014-12-06  Eike Rathke  <erack@redhat.com>  [1914146717e75979120ca63b277078edb6ad6f6c]

        use language-subtag-registry as of 2014-12-03
        
        per
        https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
        
        Change-Id: I6e3ca0ff7b8a4608cce3dbc0249ee9ddbf861403

2014-12-05  Michael Stahl  <mstahl@redhat.com>  [ebfec3517d001f8aa8baaabde7c4af6b01347b95]

        Revert "Broken security/password when saving to older odf (sx?) formats."
        
        This exports ODF 1.1 files as ODF 1.2 packages, which is quite wrong.
        Since we don't support OOoXML export any more, just revert it.
        
        This reverts commit 06b918053fb9cf455cf431ca001a63030092d018.
        
        Change-Id: I27bdd83f96e46be054f808ff6782ad16ecc90da5

2014-12-05  Michael Stahl  <mstahl@redhat.com>  [a2a9c84deff54321da0042212bae86ede25dd7e2]

        fdo#85112: reportdesign: fix SolarMutex assertion
        
        A bit tricky, but all of the UNO wrappers for SdrObjects etc. in svx use
        the SolarMutex for locking, so it's reasonable to expect that
        reportdesign code also has to lock SolarMutex when it manipulates these.
        
        Change-Id: I3cade8f53d7655e249b82673c87238d5a17256cb

2014-12-05  Michael Stahl  <mstahl@redhat.com>  [dce74be2bab7a6924578e8f6f6ce37aa593cc481]

        desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY set
        
        Better to show the start center, same as when --norestore is given.
        
        Change-Id: I726a8b7d227b646180fe16ee9c302a329a7fa36c

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1d2ba2e7facbe074a4450dd7ead0612f36c10b47]

        this seems to be working too and is less ugly
        
        Change-Id: I335572eee5e898b55423f6fbabd519e287933fa1

2014-12-05  Eike Rathke  <erack@redhat.com>  [9a568c41ccd1ccf6073758973da5914a44f629d2]

        Ctrl+A and Data Sort took ages to broadcast ALL cells
        
        ... now that also empty cells are to be broadcasted.
        
        Set dirty and broadcast only the effective data range as determined by Sort.
        
        This is more a workaround, a cleaner solution would be to refactor the
        SetDirty() algorithm to iterate only through broadcasters and use
        AreaBroadcast() to notify area listeners.
        
        However, this can also be easily backported to 4-3.
        
        Change-Id: I6d68ca0088cec6a8328a3e93364ac928ef69babe

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [80a1b88e0441463f7c9cb3541441e655210ee44f]

        also dont confuse clang on OSX
        
        Change-Id: I4d80adbd284b7ed8193fa79e4d4abdec3ba60cb2

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [526e746c3a95ee1dfbdf222e61d28ccc5be3cc98]

        ugly preliminary hack for keeping ggc 4.6 happy
        
        Change-Id: I41d605b5acbb54969d6b2cb68f06583983ee0d4b

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6cd053ebf2289fda4c5abd523db493d570ebb1c3]

        since touching this: sprinkle in some nullptr
        
        Change-Id: I8a229e020acddfda2e7c69fc7faf24d1c338c879

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7c1b420c0f094eee1020806a75f4baa48c3d5d2b]

        removing in callback should be alright, we update the iterators
        
        Change-Id: Iefaee20a603fa3f43a58107ea54e6e3f7a4d344f

2014-12-05  Eike Rathke  <erack@redhat.com>  [c7b57c6c2b15a4b9f65dafb642e3f1da402e62ca]

        trim also empty leading column ranges, fdo#81501 follow-up
        
        Change-Id: Ieaeea85149e4b6d263b112205bb17c155e2d12be

2014-12-05  Eike Rathke  <erack@redhat.com>  [1e4235f8b2dc693b0fb1edade9db25a631bdbf94]

        actually use identical code for both byRow and byCol, fdo#81501 follow-up
        
        Change-Id: I982e03a12dd80be0787f22dce4495065775e7de0

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [9d55835551621d6268656c553db53a877c91e7dc]

        Remove unused function
        
        Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [b42c5a7809b8ca9eaef757897215b3225bce8056]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ab42bf5656938bb231fa8f3a0f7d14f2f85315a2]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122

2014-12-05  Michael Stahl  <mstahl@redhat.com>  [5831405c8cf55fae64e88d1fc139d449e011e003]

        xmloff: remove pointless branch that does the same as the next one
        
        Change-Id: Ib39ec9c045461590767a29ccdd28f39b2a623e88

2014-12-05  Michael Stahl  <mstahl@redhat.com>  [25fd11e78279aef5a6b7656347758e5c67a9c45a]

        fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...
        
        ... if it has start/end, because Writer will become grumpy and crash.
        
        Change-Id: I6024051249eeac6ed9e43856fa77db969287f888

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e5992c481c01f6c85e43192ef83e384a035d9bf1]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [5f2e9679b1a676d54c9efc8fd0c2dae25015cfd9]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ib256ed35a9ecb59a07ed31edec9bd8abb31a4610

2014-12-05  Supreme Aryal  <supremearyal@gmail.com>  [c50d8bf596f527bb53b86dd04da652ed72f2c549]

        Fix high memory usage when sorting cells in Calc. (fdo#81501)
        
        Empty columns were being unnecessarily included in the sorting
        range which caused extra allocation. This happens when you select
        the entire sheet to sort. There was already code to skip empty
        trailing cells in rows but not to skip empty columns.
        
        Change-Id: Ieac22647bb13165cbf66cb1a93f567e5169fff6a
        Reviewed-on: https://gerrit.libreoffice.org/13294
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [cf6445c16a8fe7e8fb43a7ffdc4fbcdd753209bb]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380

2014-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd40936c9ccb76c17eac038eda4aa142ed13b129]

        Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()
        
        Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [71bed3b736957d09a5379725ce5c97f5166ea30d]

        loplugin:unusedvariablecheck
        
        Change-Id: I48c2421598152b64d40237eb0e917a680a27b643

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [f05c37d3fdc8ef6839c6ebe43ae1a375f3073def]

        -Werror,-Wshadow
        
        Change-Id: Ia03dc71a3d4e4380258e7f8d2ebc3c9f32d83493

2014-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [13d64505214c33555dfbd61dbd9a177906df4981]

        Create 2 variants of SortReorderByRow.
        
        One for IsUpdateRefs() true, the other for IsUpdateRefs() false.
        
        Change-Id: I2b18e2b8a9770fd9499dd9fc0d26397e67c1e8ae

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [42e9c74001b4799d8b874a000af2b11ebad2d8cc]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I4a53ebf42add80bbac2d6698ac5d2950c0a6a067

2014-12-05  Renato Ferreira  <renato.wolp@gmail.com>  [170dbaf19f856085f0e1d2a4679248d55c7ba1d7]

        Refactor + minor bugfix in conditional formatting
        
        Use lookup table to translate between listbox positions
        and condition modes in the condformat dialog. Use function
        to get the number of necessary edit fields instead
        of hard-coded if/switch statements.
        
        Fixed minor bug where conditions with no parameter, after
        created, would cause one edit field to appear when
        opening the dialog, even though it is not used, and would
        correctly disappear after selecting the option in the
        listbox again.
        
        Change-Id: I7310674162acc33825233866aac3196905dfe8ab
        Reviewed-on: https://gerrit.libreoffice.org/13300
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [718086d2e0fa0a8774554c395594c2312fd30694]

        Extract this code block into an own function.
        
        This code block is sufficiently self-contained.
        
        Change-Id: I0eb2d3ee8175af60394ff4c408a9c245f77044d8

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [48637482d2fb22baef261238f17df00f0149dd08]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4

2014-12-05  Kevin Suo  <suokunlong@gmail.com>  [d00a3722b46314c927ba392a31fe4ff5ebc5c0b5]

        fdo#83752: date-time cell becomes text string when editing, zh_CN locale
        
        In the locale data xml file, formatindex 47 is used for date-and-time
        editing. If the format code does not match the defined date/time
        separators, it will cause the cell value to be treated as string text
        (rather than a date time value).
        
        Change-Id: I75a59d943d832f28a0a6153a17e6f671e5328abd
        Reviewed-on: https://gerrit.libreoffice.org/13306
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-12-05  Thorsten Behrens  <thb@documentfoundation.org>  [7d68c0f5ade7b7324b5a2d03bca042019dfd27f5]

        Slightly less verbose adaptation to boost-1.56.0
        
        This fixes up 45dfbdca6a9afba1a6aef21623ec025ded635a4d
        
        Change-Id: I754fec5c94d51cbae69ad1155f57b0bb53788ba5

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c17ca4c2088a7092733b67a509b5c0afb799c293]

        move use of IsMultiSelection()
        
        Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41104b6ea86aacd5bc5dc68b1b6daac8f31e4982]

        use unique() for checks for multiselection
        
        Change-Id: I595dea68b67d1a40df7955bee7e6a935b4efdc1c

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cb11bca59019682c0d7eae837e2022bfe02ddc9d]

        add unique() function
        
        Change-Id: I9866a2725bc74e3afd90eb5c32587beb7f4f6e2a

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bf449c26d0af39f3411dd527f847157eb6642733]

        update test
        
        Change-Id: Icccf85795d2f46cb5b50150ff553cad647247862

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04adb4de787086c59813dce65dae8d7b94e900ca]

        move Ring<>::MoveRingTo to RingContainer<>::merge
        
        Change-Id: I864c9768ffd84c8cdee986cafd205ef2943c73e5

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd21dac3ea6f0d78061d602c99c7d952a29661ad]

        Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...
        
        ... and make them protected. We already have way too many GetNexts in
        Writer. For now heal this by providing wrappers in the derived classes.
        This should allow to remove these classes from exposing these one at a
        time.
        
        Change-Id: Iabe3a56e22a4e640e6887aa98decf4e021e627bc

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee9344b68fcca2d1db8eba99d39874edc4aec822]

        more const correctness
        
        Change-Id: I786269210a7906c0d6b74e2cdb32100c8ae07666

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d150ace12b6d8fbb30664d1de1001622720bd53b]

        stick to code conventions for new code
        
        Change-Id: I596733f76a16c01f85d1cae5f130e6ef59fe137a

2014-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d011686765eb13740e8fd821b579836d0c117e02]

        work towards better constness
        
        Change-Id: Ideef73ecd6620f1d1dd283d830e41f567699a5fc

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e9a3d259c71ceddb88c92a0c17dfe3d8d03fb5a4]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23

2014-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c62cf85d482b82b41551ab5e7893c3b22ae5df6f]

        I got the terms 'union' and 'intersection' mixed up.
        
        When I said 'Union' originally, I meant 'Intersection'. Let's fix that.
        
        Change-Id: Iaef5035bb1dbb676c63bd17b3650266605104181

2014-12-05  Tor Lillqvist  <tml@collabora.com>  [7e3c931786c3cbe83ee170b8b0746d141b520ce6]

        fdo#87030: PDF signing using Windows API, work in progress
        
        Started writing a Windows version of PDFWriterImpl::finalizeSignature(). The
        certificate we get from the selection dialog (in xmlsecurity) is from the
        Windows built-in store anyway, so it is pointless to try to use it with
        NSS. (See bug for longer discussion.)
        
        So far it was pretty straightforward. The WinCrypt API seems clean and easy to
        use. But for some reason the CryptSignHash() call fails with "Keyset does not
        exist" (NTE_BAD_KEYSET). What am I missing?
        
        Anyway, comitting this now as it does compile and doesn't make things worse.
        
        Change-Id: I0941995ad6e22c5487c6e6fe0084d3df0b2341c7

2014-12-05  Tor Lillqvist  <tml@collabora.com>  [c4cc31b5b55019aabad4045c8174b45e1b27073a]

        Remove noise SAL_WARNs that were not warnings, just informative messages
        
        SAL_DEBUG is what should be used for stuff like that (and not committed).
        
        Change-Id: I08505418bf9b55082e0d7672b85f3f76262dbad0

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [161681e40bc281404275e12b775e8267fe790100]

        Revert "Log parsing time of each xcd file"
        
        This reverts commit ca85c87bf66d15e689cb09daf5dab5c4467046bc,
        c57fb9ea459f08c33a4b8c129938411a59a19b77 "Use xmlreader::XmlReader::getUrl" was
        meant for real.

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [7ef4457b9fc06b5c25c607d7e0149f45c7015b10]

        Revert "fdo#80403: Writer specific AutoCorr use FastParser"
        
        This reverts commit c1e90457d2ecc6e1171b7a296ab8bd05821e39e6 (plus follow-up
        c940d4d30673dc02ea34b5e60a4a8140648a0dba "loplugin:saloverride" and
        5f0f3d4e91e9eb1d1f60b0cd073e7bbd8ea38c29 "Work around
        -Werror,-Wdeprecated-register"), it broke JunitTest_sw_unoapi.
        
        Change-Id: I21499f8a7810eef637bb51a30380ae60b3d915cd

2014-12-05  Juergen Funk  <juergen.funk_ml@cib.de>  [b21f2439ad2681f906c63c2192ef141d9abb9e37]

        fdo#86745 - Possible exception/segfault in jurt jpipe.dll under Windows ...
        
        - Remove the LoadLibrary from DLLMain (from windows not recommended)
           see http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx
           in section Remarks
        - Improve the comment why we need two dll's (jpipe.dll and jpipx.dll)
        - Integrate CriticalSection, init in DllMain see link
           http://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: removed the unsafe module
        == NULL check around the critical section in getFunction
        
        Change-Id: I6d5f655a4942437f6dc722236f6c371063e2c407

2014-12-05  Noel Grandin  <noel@peralex.com>  [86b44e8e78716fbfc1783d692debcbb201fb9bd4]

        fdo#38835 strip out OUString globals
        
        Change-Id: I8bc386ffa88e31988bdc778a845403bec0772799

2014-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [25c50ff9fb0f277da9bc164d8244a774ef1ebba4]

        fdo#87005 SwTxtFormatter::NewPortion: fix lost SwFlyPortion
        
        In case there are two flys anchored to the paragraph and it's empty,
        then the situation is that SwTxtFormatter::BuildPortions() calls
        NewPortion() two times, second time the SwTxtFormatInfo has no fly set
        initially, only after NewPortion() calls CalcFlyWidth(). When that
        happens, we used to return pPor, even in case it was 0, and we the
        SwTxtFormatInfo had a fly portion.
        
        Fix the problem by checking if SwTxtFormatInfo has a fly portion after
        CalcFlyWidth(), and in case otherwise we would return 0, return the fly
        portion of SwTxtFormatInfo instead. As a result, the paragraph delimiter
        in the bugdoc will be positioned at the correct position, as the
        SwTxtFrm will properly have two layout portions, just like non-empty
        SwTxtFrms.
        
        Change-Id: I51e5ba61e79b4353c7b11c6d76b8c370ac3d4d37

2014-12-05  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [2f90974fd06870457301ec0be0ab8c43981689ec]

        fdo85897 Make 'Function List' only accessible in sidebar
        
        Change-Id: I875d1dd75c02f617814a934b34b5099f9c2279cc

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e6aa6daccf14827d92fd50a300738dda68527eb5]

        [API CHANGE] Remove .link feature from bootstrap variables
        
        This feature had never been documented in include/rtl/bootstrap.h and had only
        been used internally in LO on Windows for the multi-layer installations (thus is
        unused since 827430c8c0417396b3c1d2a049ccddb818c89646 "Fold URE: Windows"), so
        it should not hurt to remove it even if it could be considered part of the
        stable URE interface.
        
        Change-Id: If0f59f30dad8b2c3ff5f7931c19cd254073ccf80

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [0cb6a92f86e02f6342be5e8f931dc1849114230c]

        Broken cast
        
        All the way back since 2001 (ed53aaf5842e82f9a8d4d053b39e7db61c6d62ce "#89611#
        react for (Beamer!)Frame->dispose() from outside," adding member
        SfxChildWindow_Impl::xListener), that MyStruct hack was not in sync with
        SfxChildWindow_Impl, so
        
          ((MyStruct*)pImp)->bVisible = false;
        
        probably corrputed pFact rather than change bVisible.  The origin of that
        MyStruct hack is lost to history, but probably stems from an ancient time when
        changes across modules where prohibitively expensive, esp. when some feature had
        to be crammed in shortly before release...
        
        Change-Id: I13dc30c96ef70b2cc09dc117231c021910e0ce1e

2014-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [9284699648fec713a0b5d6c49157be0ee894d592]

        -Werror=format on Android
        
        Probably 32bit vs 64bit.
        
        Change-Id: I3ca93e88393538ba20cce23a7165d406db3144c4

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [06e8e1574ef743cb565d01ada8381cf6a9881e82]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I901ab5100e3f4fa2089bb85de1293207225d1adc

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d2a90d997abb13fa994de9803a6357eda494a2c3]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I877e3b362dd8b2f9c94e28d2ffa56c378d0d094e

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [4e77f102e2cfbf72e15ed85a8f5dc3b9a5f6c0ef]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I614bd8433a105a2855e0efa039f4a9986197435f

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e5a63993f68edb8182abbf50d24321ec22137889]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I4b291f0d40fd8622094a706f8241c8917e4f0cf3

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [05a651d2dd574cf82aa81bb624904ad746e0c5a5]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ib3127eb72ca72f55ce6082ebcb05fceb80608c47

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [991457df432fc2b386d9c5b6e14e8c0b02415563]

        loplugin:unreffun
        
        Change-Id: I6dbb20c82b58b81aa4cfb8cc3cf80f6d1202075d

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e09cd23cea227fc40110650488c5bd09f72b3a52]

        loplugin:cstylecast, involving pointer to incomplete type
        
        ...though it's unclear to me why loplugin:csytlecast doesn't complain about the
        C-style cast in GtkData::GetGtkDisplay; needs further investigation.
        
        Change-Id: Ie5c42dd2c1c97cf4092b2cb6bafa599cc36daab7

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [bcd4f99e9dafaa41fe9311b32182e73b3b554007]

        Remove dead SO3_GLOBAL_CLASSID and SvObject
        
        Change-Id: I57c1c4bf6482be7c3cf13c424972d4ed3b9a6b62

2014-12-05  Noel Grandin  <noel@peralex.com>  [0375504f7be34d857859dfbaa312501e0eaaaad1]

        fdo#38835 strip out OString globals
        
        Change-Id: Id2eb27132fd6c1734e50c02617ce1bbb75e294a0

2014-12-05  Noel Grandin  <noel@peralex.com>  [7716243236a047932240de275ecac17b149b88a9]

        java: remove some comment noise
        
        Change-Id: I51118fecf9de27407b4c5a66cd6577574939e001

2014-12-05  Noel Grandin  <noel@peralex.com>  [c199b76d882619bf9c4169631bc265e5bd2ca7fe]

        java: remove some unused local variables
        
        Change-Id: Ia01528460e2f4b610d123e29cad66520abc6a965

2014-12-05  Noel Grandin  <noel@peralex.com>  [db203e59d6b54112cbf42923d4f02940b15e3c9f]

        java: remove some unused fields
        
        Change-Id: I1b6fb6b47439c448ac31983702772e2115c70d56

2014-12-05  Noel Grandin  <noel@peralex.com>  [4ae96069bbdc243c40e98872fe5090f6bf4880f1]

        java: static fields should be accessed in a static way
        
        Change-Id: I727e7f2a7527c60bb45f0ba5d0e88a66c5ccdd6f

2014-12-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c483ac1f20354170fe66fc42823932bd6aa7d210]

        uui: HIG fixes
        
        Change-Id: I92045fe661e4d1d667c860dfd47559d2303ca531
        Reviewed-on: https://gerrit.libreoffice.org/13301
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-05  Andrea Gelmini  <andrea.gelmini@gelma.net>  [4758ab313de3cb2c8cb9ea5792425a808e94b7df]

        Removed useless includes in basctl/source/basicide/ tree
        
        It compiles on Windows and Linux, here, with flags:
           --with-help --with-java --with-lang="it"
        Made with the ignorant brute force of removing each include
        one by one.
        The tree with each commit (used to bisect) it's here:
        https://github.com/Gelma/core/commits/gr_push_brute_force_slot_2
        
        Conflicts:
        	basctl/source/basicide/bastype2.cxx
        
        Change-Id: If88eebb6ecba6ae7ab1e98713b66b10f1ad57dca
        Reviewed-on: https://gerrit.libreoffice.org/12963
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [4ac083b0c905e4b7b854940c796e387399d58026]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ibe4613e2fd77eec8e6e6d1c5e880b596e103a7b8

2014-12-05  Jennifer Liebel  <jliebel94@gmail.com>  [e2e94f1a1241481941548fa94f32bf63e162967b]

        fdo#84938: removed unused defines
        
        Change-Id: Iaccc5ab6804c290b26e641c724051e497d00e32e
        Reviewed-on: https://gerrit.libreoffice.org/13308
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-12-05  David Tardon  <dtardon@redhat.com>  [eba50fadbe5b1a6c27745b3e8ea7b60ba2dfc903]

        upload libpagemaker 0.0.2
        
        Change-Id: I5dd7cf6ede401b0271296d4f76df266ec4680f74

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [bcaf496cd250bd4b3b9ab54342200009175e2c4f]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Iffdb3d72b24b44cb895f1729aadbbae1802e80bc

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [8dbc966794f95cb6000f127a8615333de5cd70ff]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Ibd0cc43ff210ffaae291f4f4467ba8ebe265c446

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [2f7a386ab2876223da1be73410bf1e7486f724ba]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I73850d2b2ea6ff4376e25e0be39c65c35328a9a6

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [d06a37b0d29834ed493903e5c7e4d746c83c7f20]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I533f1177ff7de2409cdca90f35788d057a5fc3e5

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [fb3fc60a349f4bf45c772fdd8d00ca2fd2131551]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: If2758fa42b484a5afbe0d358a3d4533c68189697

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [cee5bd8d52f3ff0334837b5581e8ad84daadd3e6]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I8cf382e7f5f5ed9c797be9ec2b42f0d7f9f0b0ce

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e84e45ef361a5e03a1a69d15d27ebb61f7b1b5cb]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: I0177a0f50ba65553773f43a28e8790f7e1f8de9b

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ac16358c2afe36babcc64ea59ea44d42dc65fe5b]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Iaadb8aef9e10b378fca844fa323e0a1ae369d31c

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [eeaf8026e1df9dd22c7f85058e602d1450a41355]

        loplugin:cstylecast, involving pointer to incomplete type
        
        Change-Id: Iff55c88a365859400e87f3333735e54ba59811b6

2014-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [3434327a5f2559a6d24146b35236042fe8741038]

        Factor out SvxPostureItem::dumpAsXml() from sw
        
        Again, the motivation is that dumper for something in editeng should be
        in that module as well, before home-grown dumpers are invented and
        duplicated e.g. in all sw/sc/sd.
        
        Change-Id: Icfeed9549efbd80226ff04e9070766188cc8646e

2014-12-05  Stephan Bergmann  <sbergman@redhat.com>  [166fe80d65f1d46e52d313cf8894d9604b6a2ab8]

        -Werror,-Winconsistent-missing-override
        
        ...looks like loplugin:saloverride has problems detecting missing overrides in
        case of covariant return types
        
        Change-Id: I08f2f67a33cd1cfaf9308cd87d7a5f92203980ed

2014-12-05  Jennifer Liebel  <jliebel94@gmail.com>  [e53f881b5c5c8968ab060b5e19a2fbebc1510e00]

        fdo#84938: removed unused defines
        
        Change-Id: I8ce6621ad9e1971a0d586e324d49e9a209857057
        Reviewed-on: https://gerrit.libreoffice.org/13307
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-12-04  Michael Stahl  <mstahl@redhat.com>  [6b096f273ac9d7bbe93d2cb083958b3a04866d73]

        desktop: do not link sofficeapp against sw library
        
        Change-Id: I747d3e9d86f1a50b8e951c0feb351072d432cda0

2014-12-04  David Tardon  <dtardon@redhat.com>  [d242b464b1b9299c14552e7cc369f2c4810644a7]

        be more explicit
        
        Change-Id: I33b639b3505d5db2ea8b708d80e68e576ec53308

2014-12-04  David Tardon  <dtardon@redhat.com>  [51bacc6a065f380a26b8cc2e5c18ff0ab4162ac3]

        impl. Clone for all subclasses of SdrPage
        
        Change-Id: Ie370161e51ff83cb605bc57d317ff945404e5611

2014-12-04  David Tardon  <dtardon@redhat.com>  [9638e6207c7fc48712b1b238177462c00f5011e8]

        ooo#93212 avoid slicing during construction of SdrPage
        
        Also hide copy ctor and assignment operator of all derived classes, to
        ensure that Clone() is the only method to make copies of them.
        
        Change-Id: Icb3b50c63b086abe8c9add32e3041fe19692d20b

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [34e456a2b030eb2e80ae5ca87e81896cc8240bff]

        android: extract JavaPanZoomController (PZC becomes an interface)
        
        Change-Id: I87e63008fe7c6db62c18bf461dc4dcda733393ac

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [78551d39b7119adfdb5ef187437f403b5e134480]

        android: Fennec change - move classes from gecko.ui to gecko.gfx
        
        Change-Id: I510e0d601e293ed8e013a0273d5ae0f9be078d8a

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [417d1f620c760632e77f96dfc1cac5df444213bb]

        android: change LOKitThread.draw to return void
        
        Change-Id: I00f3ed059bd633e662e5bee09703ca505bf3b9a5

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [86aadc8276a69079ee45a128a713f91ae544e02e]

        android: Fennec PanZoomControler updates..
        
        Change-Id: I277fbf522b16d9b479260df8372a5ee160adcc37

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a9c434a284ee9a6a2dda17d0644e6f8972f568b7]

        fdo#85845 android: draw tiles immediately when they are ready
        
        Change-Id: I924a212210703b0f6136ddefacd77d98dc89f42d

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b861c1cc383788792a655daf07a07853225cfeb4]

        android: rearange anc clean-up GeckoLayerClient
        
        Change-Id: I6b4a7f8053adea6d86ee625201eeead188bbadcc

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [74eae6786334cdf3a456b52b10fd285e2a589813]

        android: Fold LayerController into GeckoLayerClient
        
        Change-Id: I6a6e702e243b389f1c487b6b5390f28a4292cc74

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [daa20c9a7f602828927a5f8833bdaf54185f160e]

        android: introduce getDisplayMetrics - reduce code duplication
        
        Change-Id: Ic020d9604814213e13c339b07b6e74de77a9f400

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dbd72b9eb833a0e116a31125186b002da4b725b4]

        android: reset document dimensions when changing document part
        
        Change-Id: I2f7967ee20ad71b58e2b0dc7f182769499910373

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [240c6d906fe720e87eaec9b91908405dc0e3edcb]

        android: Change the handle type (long too ByteBuffer)
        
        Change-Id: Ia2ed94dbbb43d2e768da5af5ca7a51f5cda5bae0

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [515a8cf4005cb146052256ff4b9ac2de895849ae]

        android: use ByteBuffer to send or store pointers in JNI bindings
        
        Using direct ByteBuffer is much nicer option to store or send
        pointers between C(++) code and Java via JNI as it handles endiness
        and pointer size for us. Using "long" type can have unexpected
        results in 32-bit architectures (mostly Android). This was causing
        grief especially when Android introduced support for 64-bit
        architectures starting with SDK 19.
        
        Change-Id: Ie92d0f913b668e1724e846d70d1820445d9cb086

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [333a894ba84553762542c47636791f92360c69b5]

        android: cleanup LibreOfficeKit initialization in Java
        
        Change-Id: I7688968e92ae4b3d6fef19c4544ae91bdcd8b1b9

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8dc0d82aadb7d6b2a9429a520f121f7dc4c47c1d]

        android: use different function to prevent stripping JNI symbols
        
        Change-Id: Ib003da5c7fec7fc3783f01a33a63deb384c7e770

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6cab3ed7076d87a0ee6f385decdbb0db539da256]

        lok: improve error reporting in lok implementation
        
        Change-Id: Ifc7b18e173b0c91c24a53fad9c35ac3a34a4b33e

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3056d24503240ae14f9c4ffe11730b78ac910980]

        android: extract gathering document info into postLoad method
        
        Change-Id: Id90680d3b207973b55927add1c91111268bb2a48

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4924ae7046cc6ea5a4eb9c06b1f76f1ae881d32b]

        android: improve error messages in DirectBufferAllocator
        
        Change-Id: Iefab77e543606cfad937a79743fb3b9a68a0f2a2

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a703b3651b3d36a3abf8e0b7fa8b2fcd73c2b756]

        android: add destroy and exit as a separate JNI call
        
        Change-Id: Ia8516da556b3736f34b366e2eb89ad8bbd7bafc1

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a813044708c8297e4cbe634c7822c41336fcec87]

        android: VM based implementation of DirectBufferAllocator
        
        DirectBufferAllocator is responsible to allocate buffer. We used
        Fennec JNI based allocation (and freeing) because of overallocation
        bug in some Android versions. With this the VM based allocator
        implementation is added and used by default because of bugs that
        happen in newer Android versions (specifically when ART is used
        as the Android VM).
        
        Change-Id: I07eb364fd1647b3a09d1568d4fef82398a02dfeb

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [46ccb683a3b7c23d09e2e813b9d5c92b98b831c4]

        android: use int type for size in DirectBufferAllocator allocate
        
        Change-Id: Ied2687d334f7d1ff9ff2f3cb6664848d50814b7c

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [a7e7e7d99c5f0ab7dae711cf54d5359e0e567605]

        We seem to crash unless we have org.openoffice.Office.UI/Factories
        
        Change-Id: Ie172f60a7134173462ff9711a40dc74c94ad8206

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [8938d3b256fa297edd14be387b310dcdc47541ac]

        Do the configuration pruning only in the DISABLE_UI case
        
        Change-Id: If85c6a86434c0aa32d188a0f128f6b6cd613bbb5

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [0a1e1d9a1f69c0087464e55289aae44d23ea9c64]

        The configuration pruning with mobile-config.py seems to work now
        
        Change-Id: I1b1891f0d7d7b8aa407e7da346ff5f8e3cbe8657

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [d74d96e676347df58a492876fceb3bb7335a0c41]

        Don't prune org.openoffice.Office/UI
        
        It apparently contains color schemes and stuff that the code wants access to
        here and there.
        
        Change-Id: Ie3f0de5e3846df99a02a2693156679cc6c010d10

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [16e1fbb9aaa9990474bbe4c310948a94569ae0bb]

        Avoid automatic toolbars in the non-desktop case
        
        Change-Id: I9e5bff735b0035c147e10ae066da3a4873d66749

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [75f4ad0f6f81d340d22100d87173185818505547]

        Ignore exceptions when getting the background color configuration
        
        We are experimenting with a pruned configuration database in the desktop case,
        and letting the exception propagate here killed the document loading.
        
        Change-Id: I59e5d016617c17c2bc36de2fd69c6691bfa6b135

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [7c77a44ced27975499132b80322fdaeefa7f2287]

        Beware of modifying a list being iterated
        
        Change-Id: Ib9cf1a47eb20bd28d954ddcded89f67cf6865f1c

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [ebd868076b3b0aca660275b830b387eb96e30fee]

        Add (commented-out) invocation of mobile-config.py
        
        Change-Id: I379601099bda928b9eeeaeb29030bc009e3cbbf2

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [d2fddf09a220f4e8cf73d629b96171342b13c0ec]

        Try to be less eager
        
        Change-Id: I83a395c628b00b6ca96c93d5d5362ea750e57b2b

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [ca85c87bf66d15e689cb09daf5dab5c4467046bc]

        Log parsing time of each xcd file
        
        Change-Id: I290e2c84b17b9b5063139c6027b72f6cd3a78a99

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [1e973a38a068dd4773b67fb5402c873ca90a3635]

        SAL_INFO how long parseXcsXcuLayer() and parseResLayer() took
        
        Change-Id: I1e71b8a6348301cd5b3fed0ae8b3346ae3e07d8e

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [c68098a42c7e01d2afb4210361838541b6833ba0]

        Bin duplicates
        
        Change-Id: Ie6347ed6b9c1b8bee7a08950d5c67d4a2039fba5

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [7e89eb17a53f0a8a2d24ffa91853e186f7f63bfd]

        Cosmetics
        
        Change-Id: I4d819f59ecb2462aee5998628ad034657bf3b0f9

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [f95f3070912af0efedcaea061d0a36b7404d6fe7]

        Log time since object creation, not since epoch
        
        Change-Id: I43c7725b88c9326e269abc277f42e47c08acefb5

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [83268481d1ba5a69586cddc06b82f86e3b9dfdd2]

        android: Stopgap: _exit() is better than a hang
        
        Change-Id: Iaada020e85a8d2557e270f7d1514f2260ffb2af0

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [2dd9b744c87f7c4a19a5742423e2aff1bb197cf4]

        Add a SAL_INFO
        
        The "bootstrap" errors tend to end up being displayed in some error dialog
        attempt which of course does nothing on mobile platforms, and that crack seems
        to crash on Android even, so this should give us some chance to get some idea
        at least what the code thinks is wrong...
        
        Change-Id: I070b017baf042ff692766d1efd1511e1addb6ecf

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [7c9f4e9590348f3ce36e05ccc15a4be94ae94c8e]

        Use maximum logging verbosity while attempting the restart
        
        Change-Id: I3e3162474db1edef3b92e252b249fe373dedbbfd

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [2e2a2e3382fc83ec5e219e569fd656070e48ade2]

        Reduce log verbiage
        
        Change-Id: I0da75df61d129aaaf03ac546fcf1e5dbcff9d404

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [cdb69d24b8c26915d509d157bf925d996eec3e6d]

        If loading a document fails, try restarting the 'main loop' and try again
        
        Does not work, though, we end up with a crash that is hard to debug thanks to
        the rubbish tool-chain.
        
        Change-Id: Ie1954e35e649fac8dd106f0ccbc6951c4a6c1c63

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [dcc7a9f54f9c525d0efdff8f2142e03a5292bd83]

        Call DetachCurrentThread() in the AndroidSalInstance destructor
        
        As we call AttachCurrentThread() in the constructor, it seems logical to call
        DetachCurrentThread() in the destructor. Some warning messages in the logcat
        indicated that DetachCurrentThread() hadn't been called for a thread that
        died.
        
        Actually I would prefer to call both AttachCurrentThread() and
        DetachCurrentThread() in the actual thread function, instead of somewhat
        haphazardly and imlicitly in the AndroidSalInstance constructor and
        destructor. Do we know for sure that the lifetime of the AndroidSalInstance
        singleton (is is a singleton, right?) is 1:1 coupled to that of the LO "main
        thread"?
        
        Change-Id: Ifcc0e0b9af88b19389c416c5646499d44ad0e941

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [db682ae56bfd7e09414e9aca41d89fa055ae07fd]

        The 'bInitialized' state needs to be global, and unset in lo_destroy()
        
        I assume, for lo_destroy() to be useful at all. Not that I know for sure what
        the exact intended semantics of lo_destroy() and lo_initialize() are. But I
        assume that the idea is that after lo_destroy() has been called,
        lo_initialize() can be called again.
        
        Change-Id: I2dea26db150d19ed438427e1c119a5297b9bc9c3

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [66974e684643092f2419835705188c6410e0e7db]

        Don't keep the LibreOfficeKit pointer in a global variable
        
        It is invalid in case lo_destroy() has been called.
        
        Change-Id: I45533b66d32fc650e48748da8ea1d2f2aaa381e0

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [13e6637e1f2891179b6ed9fc53292623aadb7728]

        android: remove preferences menu item for now.
        
        The preferences activity doesn't work, so easiest not to try to use
        it until it is properly implemented.
        
        Change-Id: I4b4195f6dcafa3c99dbef1ae3044ea18ab173c21

2014-12-04  Michael Stahl  <mstahl@redhat.com>  [ef1f3b6713118c5eb43da7fa85caf40107b468c1]

        sfx2: reset the error code before 2nd load with repair (related: fdo#56245)
        
        (regression from c7c385bb8e42d2051bcf05fd75b2146fe9852317)
        
        Change-Id: I39eca96b45ad974a7e1a6913aa811c6b03ceced7

2014-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c232768cff2f981f6bcd2a1df978e53eefd964e]

        No need to have TableData as a template
        
        Change-Id: I136f844c3823443a8a42eb7a6e41d3805b085bd1

2014-12-04  Lionel Elie Mamane  <lionel@mamane.lu>  [ac49b8abb40098edb8f650037a2b5742b35c415f]

        fdo#65163 reintroduce embedded picture for form components
        
        but not for report components (fdo#53001)
        
        Change-Id: Ie07e1c2993304d4deb2124e72baa7a326b587918

2014-12-04  Lionel Elie Mamane  <lionel@mamane.lu>  [c8b7165b9ff1e656f9ea484b3fb0c8f5aa06810a]

        Revert "coverity#735424 Logically dead code"
        
        This reverts commit 1f22e2f954baeec825190ded03510cb6c8069d93.
        in preparation for fix for fdo#65163
        
        Conflicts:
        	extensions/source/propctrlr/formcomponenthandler.cxx
        
        Change-Id: Ifa252ac66724dd3e4b257e3bb6679d9503f8a9db

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [4a8c18dcca2aa4eb6b1306d6312c8a7d9d7257a9]

        Remove dead SalDisplay::GetSalDisplay declaration
        
        Change-Id: Ib24e857b19ceb6ca721b537351e95379a0992640

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [3042fa532a9b26203491b36f94d709c3b73e46ff]

        Move SalGenericData::GetSalDisplay() out of generic/gendata.hxx
        
        ...as it needs SalDisplay to be a complete type, but unx/saldisp.hxx depends on
        X11 headers and can thus e.g. not be included in generic/gendata.hxx on Android.
        
        Change-Id: Iec5f51408eef0d6eb7e2d04105a7408372b06079

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [967331ef6a2765b7021bf835ce85f783257a936c]

        WaE: unused var
        
        Change-Id: I4ba8632e8804f7fcc3511d01b28df1728e212ced

2014-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f10086d664f0890c79323f6a76181c7196259a37]

        init.cxx is for now ANDROID and LINUX (unix?) only.
        
        It doesn't build on Windows. Let's exclude it.
        
        Change-Id: I153343e49318ee2ac63f95bbe6a2feeb26a96cff

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66b6611aae5dbfb68a958958a35e75725c8c1d9d]

        cid#1256668: uninit ptr field
        
        Change-Id: I14f3bd9e3abd9562f47f21319da511df475b7fdd

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1b53effc6e1b305aed4f7ea59db13ffac55fe28c]

        cid#1256669: uninit ptr field
        
        Change-Id: I6e3c5ac5281052b49c734b152ad4cd83021c6de9

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [917d505bff114f6431368c61565720ba41b1d067]

        cid#1256663: only allow comparing iterators from the same ring
        
        Change-Id: I77eb186f0048a9bc335408bace96111e6cb2ca53

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f5a42cf7afa2d5a1899f1c0d7c7093820703fba4]

        use C++11 iteration
        
        Change-Id: Icc47b1ead273ee02e85c35cb7ab0e06b48cc42c2

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [359ebc27849e570d14f805bd676a0af5fd03df5c]

        use C++11 iteration
        
        Change-Id: I6eb1287a6dcb27b2d29612f8ec71290ace62be32

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f6ad09176b962dabf96aca4a5e25f8e601787367]

        use C++11 iteration
        
        Change-Id: I47eb10d425a6997d2bebaa5e56dd90543749c8b7

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4942573a9efadb7986e9daae3db2ea4d28eb6ac1]

        use C++11 iteration
        
        Change-Id: I07de79fd793051efef717b7c44c88812cefc59d5

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [798ffd674b26666d0ada967f144bfdd54821e79f]

        use C++11 iteration
        
        Change-Id: I8992c9fd853b7b92e328826063b50244f9fa3544

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6aca1a26c3d46cd9b79bf7b109622352b1d0e12b]

        use C++11 iteration
        
        Change-Id: I30a252d2d518a361e16050f6eeffbe4371a9c982

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e04d4d196a91fce2370fd44f0bd23a195589860d]

        use C++11 iteration
        
        Change-Id: I185b03dc8b747178fc442b7748dfe40762b46d32

2014-12-04  V Stuart Foote  <VStuart.Foote@utsa.edu>  [e95ae3278b71fc56fa6cdab9ecff4c5bdbdda583]

        fdo#86511: Fix the RGB value of 'Sky blue 1' color.
        
        Change-Id: Ib64149f49072a51debff5b7c3c874a2b69f7dfc6

2014-12-04  Michael Stahl  <mstahl@redhat.com>  [513179b9381a8932c27fadeefa8dc8343cc4ce53]

        coverity#1256663: sw: fix Ring::equals()
        
        Change-Id: I199ad135fcb217866e8daa0797f4013f8acf4f6a

2014-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01225e0bb84c065549f058ac58c7825efe6635e3]

        More build fix on Windows.
        
        Change-Id: Icd853b1ce34752c7a063c6306f5a63a0a3ab1657

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [b7430c4496b3485d5f0f284e3c27d4088c1f94fc]

        Bin noise comments and superfluous blank lines
        
        Change-Id: Idec496b778d708fb6fa4c004329f8e734276052a

2014-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6597fd871d5e60f5060fcf085741735d7683cf59]

        Build fix on Windows.
        
        Change-Id: Ifad333a5e7254bc11006df18dfff71f23da834fb

2014-12-04  Michael Stahl  <mstahl@redhat.com>  [79233d98d98df1a56e623f35806183071499b194]

        bin/run: add WNT support
        
        Change-Id: I9dd1ae23d27c5733770314ca907b5d36b749fd74

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [71c58fce69cc1a463d9b9a5711718211adf414fe]

        Bin noise comments
        
        Change-Id: I084040ff90ee30aa83ac5d3ad11365768272ec65

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [0a40d6c3abba6f005e1b7806919e5169e032f985]

        [API CHANGE] Remove osl_setCommandArgs
        
        ...it was added late in the LO 3.3 cycle apparently by error.
        
        While this is strictly speaking an incompatible change, no client code should
        ever have called this deprecated, internal functionality anyway.  An aborting
        stub is left in place for soname stability.
        
        Change-Id: Ibbc96ccf76a07a80d732a0713c95ff7b6bf1e528

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [7fbfc12474b85b31c9d120898fff6e226d76d662]

        Still no need for osl_setCommandArgs
        
        (TOCTOU and all)
        
        Change-Id: I81253c8790b631117634bafa4eea65991a975ba0

2014-12-04  Michael Stahl  <mstahl@redhat.com>  [9eda6b307ba6c5426c40c4cad95e07e43858230e]

        bin/run: Adapt to run on Debian so-called GNU/Linux systems too
        
        Amazingly Debian does not ship the realpath(1) from coreutils but has a
        separate source package for it, and it's not installed by default.
        Use readlink -f instead.
        
        Change-Id: I6e97c851e6ab96dac08771145e2ab39dd9c11c22

2014-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e957766a104cb2380d46d7a125ebd0c80eef81d0]

        Putting this back in to fix Windows build.
        
        Change-Id: I98262000956f10dc3b3da069b6bc286fec314a45

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [bbb18f679f5a50e9c709520d6c3260d3d9db5aa9]

        We want PDF signing to be non-experimental now
        
        Change-Id: Ic02d1f5169197edd8f9793befd45adf5db145a3b

2014-12-04  Eike Rathke  <erack@redhat.com>  [3d5bd62089ffa21dd3538800a234b71e49d58316]

        add missing newline to incError...() calls
        
        Change-Id: I8ab36fd1e93b0d1297c95f47a3efd3603fd58c8f

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [f0609851293512b9f8c3f6f06e54bf67679a508d]

        loplugin:implicitboolconversion
        
        Change-Id: I1a2ce5fe9034c67de9553fe8953e7de0fcc6b471

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e5cd9ee78b36a0f23e2b85b01ceb8899fe11c0fc]

        Revert "Implement lokconf_init."
        
        This reverts commit 5acadbfb0c79fe51f8025b065b46b0ccd25c804d.
        
        Conflicts:
        	libreofficekit/qa/lokconf_init/lokconf_init.cxx
        
        Change-Id: I88221f660bcf15cbc29e90bfc3016b367570f9af

2014-12-04  Takeshi Abe  <tabe@fixedpoint.jp>  [5ea8f923ebc4acd82c566296b7ae80d140cc1c5f]

        -Wunused-macros
        
        Change-Id: I40aa11584b76ea2e3d4e0d13690893e340229172

2014-12-04  Noel Grandin  <noel@peralex.com>  [c20a0120d8b79346179e6599931108081bd5a49c]

        move the cstylecast clang plugin out of /store
        
        Change-Id: Iee78bd688ddb3e02deb1a3636d6a604838e97b09

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [16d0e0b8077de0cb67e312b1b7397fd8ab7d03d8]

        HAVE_FEATURE_DESKTOP is always defined, it is 0 or 1
        
        One should not use #ifdef (or #if defined) on the macros from
        <config_features.h>.
        
        Fix mistake introduced in 663a8c79700da18e45ed5f69391f5fc1f2406229.

2014-12-04  Noel Grandin  <noel@peralex.com>  [e5ed703b833d881b05a71808a5fc2f51903fd1c0]

        the return code COMBOBOX_ERROR is completely ignored
        
        so let's turn it into an assert, since these failures are pretty fatal
        anyhow
        
        Change-Id: Idfb499e3b09f1c5413fae8a0961d968a0694beed

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [12491e11f05b56130e33ab6ed637cf1fe01ca9fc]

        android: force create directory assets/gz.unpack/program
        
        It can happen that this directory doesn't exist and the copy
        script fails (especially on a clean install). The script has been
        modified to force create this directory before trying to copy
        stuff into it.
        
        Change-Id: Iedf3caef07e6896405750aea9e8f211b1e80dc3a

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7915b3fcafd0fea249d924f053f0a775206a22f4]

        Add more lok debug output.
        
        This should allow as at least to see if soffice_main thread
        initialisation gets stuck (which we'd otherwise have a hard time
        determining if we are trying to debug e.g. on Android).
        
        Change-Id: I0baa211c015318c4e0fcf78a4e86a0ba8b895d5f

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [663a8c79700da18e45ed5f69391f5fc1f2406229]

        Don't use this quick hack on Android.
        
        It *seems* to cause missing areas (at least in Impress).
        
        (i.e. the bottom half or right side of headers on slides can sometimes
         go missing, not using this hack fixes the problem for me).
        
        Change-Id: I205531666e0ad12470020e5ff2568ebf16bc2f01

2014-12-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b5937b71cbf2cdec6379b9caf5376ac2a1ad79df]

        Enable OfficeIPCThread for LOK on Android in a safer way
        
        Change-Id: Ie4227bba37500ca755207b64a928a19f46419ff0

2014-12-04  Andrzej Hunt  <andrzej@ahunt.org>  [4bf156f6523567517d9abd4df5941066d83d5a4e]

        TEMPORARY: We need OfficeIPCThread for LOK on Android for now.
        
        LOK uses the OfficeIPCThread to know that soffice_main is ready --
        we should have some form of separate condition instead since I don't
        think we need any of the actual functionality here for Android.
        
        Change-Id: I27030383aae4d7895725c2161c53617f896a5f83

2014-12-04  Andrzej Hunt  <andrzej@ahunt.org>  [17b0cc20a8559fcd2adb625c816448cf685ab074]

        Don't use ImplDoTiledRendering for Android.
        
        With svp this causes images not to be rendered for tiled rendering,
        however this could potentially cause issues with SmartArt (however
        SmartArt support for Tiled Rendering is possibly problematic in any case).
        
        Change-Id: Iccbdce7b6d5353966892fbde3d3d10eb49164df9

2014-12-04  Andrzej Hunt  <andrzej@ahunt.org>  [885a578b2c48667cff6958ea5ec2705d48954a2e]

        LOK Android: don't initialise until TMPDIR is set.
        
        As part of LOK initialisation we now start soffice_main, this
        requires TMPDIR access, and will fail if we haven't set TMPDIR
        (as by default it attemps to access /tmp which is not allowed on
        Android).
        
        Change-Id: I63bd7bce9b52c898c60fda6eea33ee919349a109

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [eefdd2ee550605f8f78ece452ad5bdabf0a1de9d]

        Make common paths member variables.
        
        We'll need these for other tests too.
        
        Change-Id: Ia99c2e60f5e5bb24a83875a9dcf85a6b4f54beb4

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [4b8122318c9d07e36c23a2c9cbd98d4087db18de]

        Upgrade lokconf_init to LibreOfficeKitInit.h
        
        Change-Id: I0581a107c3eefd33c25b003afe9f7be217598441

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [75b0e1f9c0d18429d0073d7130d0fbad52d8ff71]

        Kill the libreofficekit static library / shim.c.
        
        It looks like the cleanest method of getting lok_init into
        a LibreOfficeKitInit.h header (in a c89 compatible way) is to
        have it as a static function.
        
        (inline is only available in C99 or later -- this is actually
         available on Linux which is the only place that we can actually
         use lok_init anyways currently, however given we have to keep
         c89 for the C code (for MSVC) compatibility, selectively enabling
         c99 would likely be more messy.)
        
        Conflicts:
        	libreofficekit/Module_libreofficekit.mk
        
        Change-Id: I0493e7a68ed5397479220bb6ba8c3db870b6dd32

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9d7e08bcb9a578651d5d93d7af7ebcab2c75ed27]

        LOK: do clean main thread shutdown cleanly.
        
        Change-Id: If44971f67a489f6b50dee6c1683707c47e695de4

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [541a7ad29b53e406282b45c1b7d84cb06ce06106]

        Make sure LOK is actually headless.
        
        This prevents e.g. the document recovery dialog from trying to be shown.
        
        Change-Id: I253720f7fa1abd1c053670434f8394473517b670

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [6ee3c10947cdee2ba2113f0e683b8147076f129b]

        Don't fail on --protector.
        
        If we have any "unknown" command line arguments Desktop init will fail,
        however our LOK Tiled Rendering test uses Desktop (via soffice_main).
        (Other unit tests don't use soffice_main hence this check never
        comes into play.) It looks like it's most reliable simply to ignore
        --protector here, rather than try to filter it out elsewhere (which
        is difficult as it is passed to osl via SAL_IMPLEMENT_MAIN).
        
        Change-Id: I95d047892851ba2cf9edd2e26bacc6efa0320f71

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [40f7990037dd70b6b2885635052d19ea5d52dc51]

        Don't start Impress Remote server in headless mode.
        
        Change-Id: Ibafe57413a60745e949dc3146fbc843c52c029d6

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9f699caddf27e276bb8772a02d917ba6c1fbdba3]

        Use gb_CppunitTest_use_confpreinit for LOK tiled rendering.
        
        Now that we use the event loop for LOK we need to make sure that
        it is able to run successfully first time, as unit tests start
        with a completely clean config.
        
        Change-Id: If9ddcb75fe8286381d71ecdc76ac7eb3697960d0

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b1646178d84bca6fc8cf3310b4c61560ec856f33]

        Add gb_CppunitTest_use_confpreinit:
        
        For unit tests that use the VCL event loop we can use this to
        avoid the otherwise required restart.
        
        Change-Id: I48265d7e7188a4efaa6f87432c762320331c0c78

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5acadbfb0c79fe51f8025b065b46b0ccd25c804d]

        Implement lokconf_init.
        
        This is a simple executable which can be used to ensure there is a
        pe-pared configuration for unit-tests to avoid the usually required
        re-start on the first run.
        
        Change-Id: I49b706e8daa93bc34db508a24615b63b9babddba

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5296fbbc53bcd9c8e177c899417ad1044ecb689f]

        Fail LOK initialisation if restart is required.
        
        Change-Id: Ia13a3523666147f002b5a5177fd6962d55556f56

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d5b01426f3f8b80e93ff5dec6c159624f51c8dcb]

        Add OfficeIPCThread::IsEnabled.
        
        This lets us easily check whether Desktop::Main has shut down,
        i.e. which happens on the first restart-requiring initialisation.
        
        Change-Id: I7fe5699a4bf59e2c3b891ac73abd9b147773d22e

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5ffdcea247f64e36f56cfbfa3ba2bde0777945d6]

        Use OfficeIPCThread::WaitForReady rather than sleeping.
        
        This way we actually continue when we're ready to, rather than
        dumbly hoping we wait for long enough.
        
        This isn't entirely unproblematic though -- if we have no config
        pre-prepared (i.e. first-run), then we just end up hanging on this
        since soffice_main exits without doing anything to the OfficeIPCThread.
        (Which is especially problematic for unit tests which specifically run
         on an empty config.)
        
        Change-Id: I064fb500a224cfe37a0d3ba24b6154ffd72a71a3

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9001834224d6ded520505653c03333259c0fc963]

        Bin outdated / incorrect comment.
        
        Change-Id: I7b8f97377b9606a2228f172f772d8051a64703d2

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [ad2c68fbe853f585041133b86fb687203777503b]

        Add OfficeIPCThread::WaitForReady.
        
        For LibreOfficeKit we need to start up the event loop, and can't continue
        initialisation until all the related (VCL etc.) setup is complete -- the
        OfficeIPCThread is also enabled as one of the last items, and can be
        used to indicate whether or not we can start actually working with VCL.
        
        Change-Id: I0450b65584ddf6e8d02ce0c6e66e06f47841d1b7

2014-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [13fced388e20278c8ebb8a12b88aad63c0fd6b9c]

        Hack soffice_main into LOK.
        
        Change-Id: I86e13192ddb5904afabca38d3a201f17f145de09

2014-12-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [68a859f3e672435e623351c8bd5f0b667f6d89c2]

        vcl: cleanup gdimtf.hxx
        
        Change-Id: Id6bea5dba1e2c4741d27b0eaf9d52722e2b0df61

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [a0db0648f6c4971f73c32eb8164934d24aa7503c]

        Problematic casts in gendata.hxx are already under control
        
        Change-Id: If3b0f667b379b7973364c93be4b88347e5768223

2014-12-04  Caolán McNamara  <caolanm@redhat.com>  [f4d03933dc764139dc1e40fe6985a3cac090216e]

        callcatcher: update unused code
        
        Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e

2014-12-04  Tor Lillqvist  <tml@collabora.com>  [bfa01d8a8248f7e44675de5ed1f85a1d17105022]

        Use the "vcl.pdfwriter" logging tag instead of "vcl.gdi"
        
        Change-Id: Idf000a8faee444e65c5f2fa20edde3eb70ddb371

2014-12-04  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [5131750da6df95643e89127349b95df33be2feb4]

        fdo#85937 Add 'Close Sidebar' command to Sidebar menu
        
        Change-Id: I83248398a9a8f2a8abb4e10d7ef9f1c203dddbf5

2014-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5a836d8c43dc9cebbbf8af39bf0142de603a7c6]

        DOCX filter: effect extent should be part of the margin
        
        OOXML has an object size (extent) a size including effects like shadow (effect
        extent) and the margin (top/bottom/left/right distance). Our doc model doesn't
        have an explicit "effect extent", but to have the intended layout, we at least
        need the spacing of the effect around flys (even if a number of effects are not
        rendered). Fix this by adding the effect extent to the margin; if we still have
        the effect extent grab-bag around, then this can be undone during export.
        
        Change-Id: I9609ce347c54588395e09ad91a84c872b9007f85

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [5f0f3d4e91e9eb1d1f60b0cd073e7bbd8ea38c29]

        Work around -Werror,-Wdeprecated-register
        
        Change-Id: I501bda18e33939c0becc13dcdf27cd96e33d7331

2014-12-04  Jan Holesovsky  <kendy@collabora.com>  [3de1e67e06a2ca43badf55e9d4b7aa3a21ef4edc]

        images: Remove 'Crystal' from the default image sets.
        
        Change-Id: I90f10ea437fba65aced8a53f7b81d450a6ebd447

2014-12-04  Jan Holesovsky  <kendy@collabora.com>  [8c2e25b3768013a19ef2371e5d7867a86226df0d]

        images: Tango is the most complete theme.
        
        Change-Id: I211d21b09223dfacac18e879993b0f0943b94741

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [c940d4d30673dc02ea34b5e60a4a8140648a0dba]

        loplugin:saloverride
        
        Change-Id: Iabe90321d97b346f8f440ab729eaaec670bf2ce8

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [50d3ed0a1d47e40c6bf0e50b57751dbe4644b393]

        sw: loplugin:cstylecast
        
        Change-Id: I0b9f72b24b797bee244f95083b8f0ab10b1c6a02

2014-12-04  László Németh  <nemeth@collabora.com>  [9eee7b8d030917a2b658033aa6c598cffb401765]

        Fix Windows build
        
        Change-Id: I91fac95e447b8ea479928b17c45a2b579de87056

2014-12-04  Daniel Sikeler  <d.sikeler94@gmail.com>  [c1e90457d2ecc6e1171b7a296ab8bd05821e39e6]

        fdo#80403: Writer specific AutoCorr use FastParser
        
        Contextclasses implement XFastContextHandler
        Importclasses implement XFastDocumentHandler
        Tokens for BlockList.xml are defined in BlockListTokens.txt
        Tokens for content.xml are defined in TextBlockTokens.txt
        A perfect hash table is generated with gperf and used by the tokenhandlers
        
        Change-Id: Iff8ad5f1a4df0b808ee6fdf13f75a821596e9ee9
        Reviewed-on: https://gerrit.libreoffice.org/12386
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-12-04  Noel Grandin  <noel@peralex.com>  [14c94c97ffcb4b51974a8177a8017d620b4d9293]

        cstylecast plugin - exclude some more files
        
        Change-Id: I4dc6cc7f461fa11d12bf6fd9700befe4bbdac62c

2014-12-04  Noel Grandin  <noel@peralex.com>  [64a70d8cf56b4a9c1b6bdf920f71cc49c3a2240e]

        loplugin: cstylecast
        
        Change-Id: Id61218433add142e109bfc858549b8d2d8d1c28f

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [1c1c515e01c93c478a00e7a840b733380406a366]

        Older Mac apparently need a reinterpret_cast here
        
        Change-Id: I58ff0ae2e2410ff50f0faffabab5cdc0e4471433

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [d48668ecdb5e7523ee25a09afb76ca46b22a4fea]

        connectivity (Linux): loplugin:cstylecast
        
        Change-Id: If2a3306360ea3db4476b09774e4f93c2c0dc4027

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [d7e5ee16069106df4e8f11d7dac598fff33425b8]

        vcl (Linux): loplugin:cstylecast
        
        Change-Id: I7ad80af29d094348f07c9a6b69e160ae5b0b8916

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [6bca90dd62fd10068ad59302f5d918384d8749d7]

        mysqlc: loplugin:cstylecast
        
        Change-Id: I293f6fc392f6d081d08d2f53886f534409e38bd5

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [8783158817bb0ea4a135c1a581fb39180f84092c]

        fpicker (Mac): loplugin:cstylecast
        
        Change-Id: I52687481a3d1203e72224c172edefd4a0a280688

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [7dc20c2bd638e9405f761e4b3ada64caa5a51698]

        Older Mac apparently need a reinterpret_cast here
        
        Change-Id: I7de7fa410d0d88ca786bda481ca06456d84de86d

2014-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee633ec61fd56f83dd217ebe66dd9e12ff0089c9]

        TableData is only used with PropertiesPointer=TablePropertyMapPtr
        
        Change-Id: I613addb6cd8b57fce90659209503f633ee438a58

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [6bceec845fe0053026fb248d4c0de72d3a97300f]

        connectivity (Mac): loplugin:cstylecast
        
        Change-Id: Icb680130bf5123029fa3880c8f9865a2b71facfd

2014-12-04  Noel Grandin  <noel@peralex.com>  [bc9b4e6d37936533af07c88e6907aebae674e6a1]

        missing include
        
        seems to be necessary on MSVC2013
        
        Change-Id: I19e01623ea31a3fca4fb728566bd1b756f5f8967

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [083f517ca3c037a1d36e6f5ea830366f24659f22]

        vcl (Mac): loplugin:cstylecast
        
        Change-Id: Ic46623380f026a8dfcc74c895db35a06bcea1ead

2014-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e9816e59f7f44356b5bdc8d0e7da21cdd497f9a]

        prevent crash when creating the platform context failed
        
        It is not a double delete. It happens when creating the platform context
        fails and therefore is not added to the list.
        
        Conflicts:
        	vcl/source/opengl/OpenGLContext.cxx
        
        Change-Id: I2771da48a5d791bbf500b56d8734dd53b32f3fb7

2014-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e167148c3f3e3a76335e6920ae31b0282be23e8c]

        more asserts to detect double deletes
        
        Change-Id: I54284d34db2446f28ba778ce26ebedb584bf2780

2014-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f5425301052357499a41d798c43c9f2c3306db4d]

        add assert to detect double delete
        
        Conflicts:
        	vcl/source/opengl/OpenGLContext.cxx
        
        Change-Id: I13427cb698d29adb1d19b135ada91bcdfc8b8c92

2014-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64e45440ad11c1aabeaf853607bcb7e5f4fbafe4]

        add more debugging output
        
        Change-Id: I91be83485dcd829800ca9611ab54b19d8eae19af

2014-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [183b89db121b8c6e02c14ebf2c2666ee807a9c82]

        -Werror=unused-variable
        
        Change-Id: I7445c699bf3fa6419411d4800db1b49f92b77a55

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [7d4a6946500100966b34b162c150994a017b9238]

        unodevtools: loplugin:cstylecast
        
        Change-Id: Id4bd8bb8361204ae281a090840b08c502e5b4a7a

2014-12-04  Stephan Bergmann  <sbergman@redhat.com>  [eff69c6b4c71332de2219288ed91bc1c7a280408]

        Run loplugin:cstylecast on C++ and Ojbective C++ code
        
        Change-Id: I4035318d35d468fa93d4dcfe56f9b0434fd1dfe7

2014-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4eb381147bd0c9c7a48f86de0e3ae1d4c3bbe12f]

        pIimplize SfxBroadcaster and SfxListener.
        
        Change-Id: I0d1d73402f11cc61ea9e7629bea34e24c22f5beb

2014-12-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a09a709594dd0f6e38f8c6bf28433bd391e8842d]

        Prevent hang during loading of xlsm doc.
        
        * We need to call xmlInitParser() before using it in a multi-threaded
          way (according to the libxml2 doc).
        * Better to use 'rEntity' which references the one stored in the vector
          rather than 'entity' whose copy gets stored in the vector. On Windows
          at least 'rEntity' and 'entity' hold different parser pointer values.
        * Free the parser before popping the entity. Popping the entity first then
          freeing the parser using its pointer value stored in the entity looks
          weird.
        
        Change-Id: I6b64a6d8ac9c1d4fea8339d8fb2d38dfffbba47b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f810d84663742694a12bc1517c39bfd014839d7c]

        fix indent
        
        Change-Id: I420009e0892a815e0017208c3bb2a90e1533c916

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f87c46b0fa3c01a163d6aded8889ff305823166b]

        use C++11 iteration
        
        Change-Id: Iaf050d7b574864c27b84919aa3a04eadd25312e0

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [12f2bcaee5948c3ac2d14d75180c357ae3830179]

        unnecessary cast
        
        Change-Id: I59988b27b199ffb50118255026a8d9e5aa3debbd

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e2583ed3168460d5e2bb89dd7fe5a7ddb7c41ccd]

        unnecessary cast
        
        Change-Id: I9b0ac0ba1b3dce2d37dd514a75523ddcbbaa0111

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82944c9f3093a2cb7eda382ef54615c3b7bd8f54]

        unnecessary cast
        
        Change-Id: Ie86244d8180cba07260af4b8c82c4ce588a66528

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [354da848ad9ca890e8f977bf210eb9952b72f6cb]

        use C++11 iteration
        
        Change-Id: Iba781628aa39e537d403b1bbbd5c8891d6068026

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ae3e797258f14f4348ce542c71815e44e2c3f9f8]

        use C++11 iteration
        
        Change-Id: I78d4184f73a11e0f1ef0a1763d207a9a97ac44ee

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7cc956c554c74525d63b9eb98083b2811a9170f6]

        use C++11 iteration
        
        Change-Id: I388df85bf547fd159741938307db6e04e6f0a336

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0426f2946148833aa92d2ba4e2274e18db6f1a28]

        use C++11 iteration
        
        Change-Id: I4ca471d9d849b43a60cb34ac81baf023e30891e1

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [23c950ec58c32bca814c8fee946e3aa028bbc679]

        use C++11 iteration
        
        Change-Id: I6eae9754e5fcb465f4f27e8c2896e6cea53fbb7a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4d4b2ecb4e348ba783b6282e4fb27a771a589660]

        use C++11 iteration
        
        Change-Id: Idcbc7a2a88623ce370d0325284d2e8f96a9e2033

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3c1b9b89caddeff71afd3d97f52dd93df5c529af]

        unnecessary cast
        
        Change-Id: I8096a0dfe0478671183c66fd9d1d516ec4ed3537

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [005b96a409bd87b2a73842079a0de06b548334b8]

        use C++11 iteration
        
        Change-Id: If49d9f859ce9827adf7f578f5f5d5d421f65fcf5

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7cfba9f7154ab9914ac18f98f7020c5c5b776d2d]

        use C++11 iteration
        
        Change-Id: I4cc45d4391ad724919b2253ca32b4cafa53c796a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0794cbf28e2cc5d548853d92b23be85615b2416a]

        use C++11 iteration
        
        Change-Id: Ib1c6dd47b9168845ad1b864ffbda01c1d6a3afe8

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f221da28f676b9f72364394cc52dc49b04cbc17d]

        use C++11 iteration
        
        Change-Id: I27d2c8caed61096d47970fba2104b61b0141997c

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65a1a6afd3474f2b56f1d42cefeed971411b0d61]

        use C++11 iteration
        
        Change-Id: I06fa257210d58fef53eb8cdce44d5559ad0309f1

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [548a3c8fb5a2a05589159bf4fbde5b37601b728a]

        use C++11 iteration
        
        Change-Id: I1b72decd1ef34575508d39c9ee09bb6e5c3f108b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fb793876f6c25a4c55fbc2423055d3fd5d49b174]

        use C++11 iteration
        
        Change-Id: I317f0d6c48f0936cfe2d2f8707e42d9e7b5aad7d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5326f670ff0e8a442fa3f54e787d90b2bc489ff8]

        use C++11 iteration
        
        Change-Id: I859453d7b18bd5f4af7bad25bd0439c1f926b02f

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6e778991147395b7385decf797c75051da08e29d]

        use C++11 iteration
        
        Change-Id: I8f12726aee31dd123861340a85f247ba546bf8a8

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1de19df963513a3f78e5bd4a73c059f1c32c599d]

        unnecessary cast
        
        Change-Id: I15fb840897556ebef63611ced01468461179203d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [723753385dfb7c31835427fef4db8bc8df7d78dd]

        use C++11 iteration
        
        Change-Id: I0e2279ebe223d17b2ee2f337faaa69cee956e1c6

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [001180222a995b2b76900d1de9ddf3c844037edc]

        use C++11 iteration
        
        Change-Id: I1a892b13d8716c9963f344bb57febbc7118561b2

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec47c1b80b264e21b6ee6ffe00ca2fa6d82b5396]

        unnecessary cast
        
        Change-Id: I32f3396f97e7144f5aa4037d4a312085ac113e3d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [63ca4cd4aa5c6b52bb68aaaa1b2e30ce366eb5ee]

        use C++11 iteration
        
        Change-Id: I49b2c2f825a23972a0bad321cbb41eb2d8651d8f

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f0b92b8bdf60dab4c60263d29bf7d5b415fde284]

        use C++11 iteration
        
        Change-Id: I383e7552160c5e12796ddf7cb13058d99032c7f5

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [71101b2ced8ed7aa252e3fcb0c9c7a6f13b0bc9a]

        use C++11 iteration
        
        Change-Id: I725c39b8cda4f4f395cae2d70f221650f1e2a790

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5e023bf54abbae936230899edac03ec5f6bec441]

        use C++11 iteration
        
        Change-Id: Ic51ddaf05c6377c27dfe81277228b43c305fc632

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0dcdbefaf9a7ac2c1d632d0246fca3f9d55b1f85]

        use C++11 iteration
        
        Change-Id: Ifc64a7e301e9ecaa59890d0363d699eb9ff5812d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d14ab0133c683409dcf6287006d9c62dfa445f7a]

        use C++11 iteration
        
        Change-Id: I20a3aeef306ca83daa2d78647814ff6bb32ef082

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [63ef826b08623ff3cdd8f9692544fcb87bb16206]

        use C++11 iteration
        
        Change-Id: Ic43c07b1530595980794f89f94dfad28771fc155

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65bc59b22c8c1eab0cc56baf4987f6af384a6808]

        use C++11 iteration
        
        Change-Id: Ie7f7b7125029b1e0e2935b061d454cd5b6719543

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e132165bc4b17eb154c729507bd6cbb1b5724e6f]

        use C++11 iteration and simplify cast
        
        Change-Id: I773bc94800ab0b2354543524fb337ccca9aa6f01

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3cebf364414068f8e5f4105a64fcff0dc29ecc9]

        unnecessary cast
        
        Change-Id: I606960e54719700d0bc3b5c2dee6f2c1f2ee0b1b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f367924f17f43448e7077e524145229549005ee2]

        use C++11 iteration and simplify cast
        
        Change-Id: I3de5f37adfa0d3d46d9cbc1ce74205750357c481

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f0d0c8a4d6ca0371cabca56a095f6c00bd828287]

        use C++11 iteration
        
        Change-Id: Ifc772d50d6431d9c377d00729bfa77b4359af98a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b9e413c8192be0f962076debf41fec4544697c5b]

        use C++11 iteration
        
        Change-Id: I104af918584aa49491787536f03ba734acb942bd

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [42981b6d8ada48ce9f7144f23f5aa5751cc02664]

        use C++11 iteration
        
        Change-Id: I88510a9a0569ce9241ea28ace9eaa5ce7700990b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd53ee608dd06ef4db95e36f6786a95df21517a0]

        use C++11 iteration
        
        Change-Id: Iff18fa8d3860437f9d9a14ba52d06b1aa4d38076

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b9b8095cd11ffb4b7299f03ff03e543468fd5251]

        use C++11 iteration
        
        Change-Id: I8e667f97668b312c61587893cd75d9967a46ce2d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff9d42ae8e39e036952e5e0f92c1103d3c0f908c]

        use C++11 iteration
        
        Change-Id: Ib7f4ebc935da3eeff9fa7fe6ae4fc8d1c9226843

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a782a3f3292dfeec40c2bf8c463a8ab913d8e1d7]

        use C++11 iteration
        
        Change-Id: Idc13d5c04db1a3529a37c37147079814f5117d14

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8145c0bdfbab7295d78daea12236742a46eec192]

        unnecessary cast
        
        Change-Id: I3c7c04f8da9829e50e4bf82500d226710fd3b9c9

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e1d9ab9077d388cea56b9387a9a02c3e0c4946e]

        unnecessary cast
        
        Change-Id: Iaf5f3dee59b2ee045a524059c4342465ce3b3a0c

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2255627696236fa889d907a492055c77b382ba0a]

        unnecessary cast
        
        Change-Id: Ic61d755bf5d67aae3eb1f4ffbf655216fec9c18b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [da2c52538700a147673bfa46cc5c9bdc2dcf7d81]

        use C++11 iteration
        
        Change-Id: Ibf34d6653db6141dc365759a660208896b9bf553

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b98706f0ad97756549287195aef878f1758f9ea]

        use C++11 iteration
        
        Change-Id: I1d5a4f21272f0b42f2f89ebab39d39e5c9e0a181

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cd187f9d3476d9b8be9069bd949952b37195c4f5]

        use C++11 iteration
        
        Change-Id: If84202b478a296654912ed9509591ac59f976c4e

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8347b140c9533c95891b0e4ad158b6eb9d7f0e1d]

        use C++11 iteration
        
        Change-Id: If660a785dba2fd6c2e53a9bc0b93042359f5eaa7

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6fa11c72cca11062ddd63e095445e1ad2faee24b]

        use C++11 iteration
        
        Change-Id: I35592172210b83cc7d24308c001dd73bdf30c01b

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [369f01170266e60f1af42418297d48f36b5f7a1b]

        use C++11 iteration
        
        Change-Id: Ib8245b8a4b653cca36e5782eaa53cd2a7d64d295

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [233299e3fc14bf17d6cd6277ae8264247d637d79]

        use C++11 iteration
        
        Change-Id: I24ccf954176f93f89f6e075907bd69cdf225458a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [24c1c91b181a506acbd16998c95aff0bc2239b20]

        use C++11 iteration
        
        Change-Id: I78423acfe10d7972e4aad5dc90cb517a2ba72400

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37132921c83265c2a46327a2de295f8e2cf84fd2]

        use C++11 iteration
        
        Change-Id: I94b45f984be471f77ed6b11367d08c7af1ac9bac

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d2043e583a5e42d3a55abde1bd658ece18c3aed9]

        use C++11 iteration
        
        Change-Id: I8a05445fe59c68b867a5ebf7291df0cfd07c0fb9

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5b9b4eb0b143832bceed681ab653be94862289a2]

        use C++11 iteration
        
        Change-Id: I29172f321ebb040278cc4d59ed193973ec6e2af0

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c2276599680c6916f85be6e6a9a859720ec14c6d]

        use C++11 iteration
        
        Change-Id: I0a220d6cec1f50e3bfb5ae3c4eb7fd43836236f8

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b4f8a3dd1030151e593ba8988c1e5648b6bbdab9]

        use C++11 iteration
        
        Change-Id: Ib8ab87e5581cd4026c5571becc58c9b7c07cbdbe

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ecb4e05fb2019bc9c8ea0db40313dbe25d8ec707]

        use C++11 iteration
        
        Change-Id: I83bed43706cc1dcc17f1b1f37404340ee13afaa4

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dae21218d26570e09d0ccf097ccb38d5308e2ae2]

        use C++11 iteration
        
        Change-Id: Idfa3fa4c2279137075acff9c12f26ebcaeb59ec0

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c07f3fbc961b4e5cd6619a64b706bb361f8bbe70]

        use C++11 iteration
        
        Change-Id: Iec8b1f86e4fb243127fcf12bd258465bd8a5b4fe

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [21bfc10b234991c51009e6b020eaa47de9dd2bff]

        unnecessary cast
        
        Change-Id: I7a5d7bd2685297c9ce29dfe6d421c679dec0294d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ada94e72afeb2371e476177cb0936722fbb5db73]

        unnecessary cast
        
        Change-Id: Ib00a00332c1a8841106243a57f555b543037b0de

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4fbe3e79c4111355809ab9881caf62c3af4f2eb4]

        unnecessary cast
        
        Change-Id: I160bfc482a9f7bcdea1e3104e6172f142db6d9d6

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fef168c1a86d4da5f34c7fb9be5c40748c01b5e4]

        unnecessary cast
        
        Change-Id: I4cfd4875262b8c2efeede0475f7be1b5a878ecf8

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3eea18a04536e6e4b02b14ae3408172703b6cfa6]

        unnecessary cast
        
        Change-Id: I5877b60addaf12ddb0242e4b6716c14bc8beda3a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8136a1fd9e04bb86ad9a851acbc810fa8e080f03]

        unnecessary cast
        
        Change-Id: Idc6c92fab2e0baddde535a8a2a4b6e208b9c0d64

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [697cb1f5e1adaddfd7d45486996f54fb969b95cc]

        unnecessary cast
        
        Change-Id: I7b8bbf5e2577fc5f3a0a40552a0f2f410bd55a6a

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [08bc3e1fa36e3b4c88033594fb48a788618d37b4]

        unnecessary cast
        
        Change-Id: Ic3d612274809891c3e135d4f05d7d3bdab65b3fb

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8748be61ee16c699d3ff78de79efc4996c9daa84]

        unnecessary cast
        
        Change-Id: I042407e9a34c0158ed46d4483f0eb5e62fe461bc

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eedf2d6b7c18d0b8fec010624c3a55b9926041f0]

        unnecessary cast
        
        Change-Id: I78ca4f79e9d044349e117401357ec22538c43c33

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [32a39571c83be6181499fe008190b9a8ba8558fc]

        use C++11 iteration
        
        Change-Id: I887b402cfd0d4556e0e0b4fd45ec6fe061c84e06

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7299e98ca06615c3035ee02c464f4b2ec2934b48]

        unnecessary cast
        
        Change-Id: I9b77a5af763977836058f6bd435a5bdb78fdf522

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d1c6e5fccda936387242663aa041156c541df928]

        unnecessary cast
        
        Change-Id: Ic5a6dfb58ea2545c8474bff8841c650b3eb2c93f

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff517661da8ed0e33a674fa05aeb25ade6cd1bd8]

        unnecessary cast
        
        Change-Id: I8e4f11fe8d6ed444e3f863a15745145e2ca359e1

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8b6a3c3b02c7e1b38d3f8e99e4bb9b6a9d7adfb8]

        add note about fishy dynamic_cast
        
        Change-Id: Icabb2c9574083db73b8d0a40095fa18f84d7d6ab

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6678eba1c3d768d4cc468721ee865814d13cb4f]

        use C++11 iteration
        
        Change-Id: I780df3b23e6ee9ad61dcd57472d0efb37d640d15

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f97c68cdbe3f086a73e1523ae5a7742be6184dfa]

        unnecessary cast
        
        Change-Id: Id376dcdff357253ec2f952286919d584eae21fab

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [230a1dff2a3a3bc21edf58f3f55c2c06187e9d85]

        unnecessary cast
        
        Change-Id: Idedccd84a1d194e3283daf7d3a52ee4e6d0e26f9

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [283b25e905f5a308d834dc670cecb036e550cd52]

        unnecessary cast
        
        Change-Id: If97d646ba3449c98b86ba9c9396a5a9d790bafbd

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [abca483dcd7bac521627856d8e97f34d10bba6e8]

        unnecessary cast
        
        Change-Id: I1515330c3772a2bff8064ae7586005d882cf84a8

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [11b3e357ebe5efc82c93b71ccae5d29ad8613ccd]

        unnecessary cast
        
        Change-Id: Icacd7a15f2235466a18937f39fb764aa4e5efc4d

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ba70442f1eb56e0efed0958bab34e68559a95f9]

        use C++11 iteration
        
        Change-Id: I1c0787d2edece9c96e1b74d849d226166b7af4c0

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac5d8e3a3571d41c62ab7b6b80b1c7c11a869947]

        unnecessary cast
        
        Change-Id: Ib7a8a75c92e76d179034ec39a597871456b55906

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [001808fdfc50fb57bf442a100adda78b88abd8e4]

        unnecessary cast
        
        Change-Id: I50dc6f95df5c3cd1743be5ec5151b34e8abcf582

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [582e78ab7c308409476d55f55213a14d9dd4b698]

        unnecessary cast
        
        Change-Id: I9906865219f19041fdd8a89fb49de3f7665085a1

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fff6213212feb4495a2ad24fd99ed95417a8b286]

        use C++11 iteration
        
        Change-Id: I28b69849c3e69bfbe691e1bf4fd3dfc1dbf8d9bf

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0777dbef8a2a964758d476cfe8142ccdb24ae08f]

        unnecessary cast
        
        Change-Id: I68f1827cd4a5fb104cafb028805911d63b362ecb

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3d93bde292a9f582ab1f763004954b9bd9ac020b]

        use C++11 iteration
        
        Change-Id: I94528ad25eb7fae3a9e7fb7aa6bc721f40d8c187

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [efbb2e5cd32451891380a88f7eaf474eb843c7f7]

        unnecessary cast
        
        Change-Id: I2087dd17a8f892d8087d43cc3ce3760849d8e9ae

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4830b911307e5783e92ad5360b2d89c60d86dc0b]

        use C++11 iteration
        
        Change-Id: I1d0da94d863726b258148355e917b01e6473cbcf

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bcb1f77c170d303b509dd6060b54533939f2edd8]

        unnecessary cast
        
        Change-Id: I86317c70180a13e0fd75d859e219837a9c4748f2

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9ef9432536755079ad8390d3d65e0ed6089800eb]

        use C++11 iteration
        
        Change-Id: Ib80ad5bce7c3754d250b1fbcef3fea6c4e1977f1

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f236a7a186834f303b0af8e9fb16ed7da866ae93]

        use C++11 iteration
        
        Change-Id: Idf77adce58c6d1025387d40f8d47e32ea256cad6

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [85edacd96aef048261f6e9a0577b18f1e1499178]

        use C++11 iteration
        
        Change-Id: Ia401195f9c2fe9c11875118cc233ace2c079e70e

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [af0497f2fd292562dd4972d759c8c98d2ab6f938]

        unnecessary cast
        
        Change-Id: Ia455acbc0b72f660da95ee5b5c14840054be4726

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e1cedb71f0f03959e97e963299c22ca4fc340919]

        unnecessary cast
        
        Change-Id: If48a14f6fd17403738085e6822e0e1cd3e474200

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dfecc24308b53080115238b32d2493a04da36a44]

        more docs
        
        Change-Id: I4e97e8991269abff4a20ae7574ef4b86b799c2ce

2014-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e557f63e62e45a895679dd6ef57a83038054f40e]

        reformat
        
        Change-Id: I6ae55a0c1b4f57e4c39e9c0e4b89ccc216d1bd0a

2014-12-04  Eike Rathke  <erack@redhat.com>  [27a8f9d70cb8a84e64e00d22a64cd7ed24bfd459]

        Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"
        
        This reverts commit b8a7c39cf26f6d417efc34acdf6f4c2a6762052d.
        
        Bah, this was a leftover of an idea I didn't follow..

2014-12-03  Eike Rathke  <erack@redhat.com>  [7b95b0cc2b7806aa00e5b201e0cd922274d0c04d]

        do not construct an ScAddress on each iteration
        
        Change-Id: I3c89e649c289cd50035929d4025d0c18968b36f9

2014-12-03  Eike Rathke  <erack@redhat.com>  [99270aefbfbec2f759f1f96e8777f76bc113dabc]

        slightly speed-up things by using ScTable access
        
        Change-Id: I378cd0e1eaa0f41799e4e18d1daae813540da77d

2014-12-03  Eike Rathke  <erack@redhat.com>  [b8a7c39cf26f6d417efc34acdf6f4c2a6762052d]

        introduce bool bBroadcast parameter for ScTable::SetDirty()
        
        Change-Id: I62c3714c8036fe8d4b70ee188546c7d69ece1ea5

2014-12-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [02b17c1bbdd19a978b9de646c0dacdad179c60de]

        Linked graphic is not displayed
        
        Regression from:
        17475638138c92162be1c0f34cf1f9cc95c63579
        
        Change-Id: Ie2d484fbe065c24d19938c8c9c68818bd1076f2d

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [eca1d9ce9b171d8813ee19fc6fda966301f54ea6]

        Lotus 1-2-3: fix import of mathematical functions
        
        @EVEN, @ODD, @CSC, &CSCH, @LARGE, @SMALL, @MODULO, @ROUNDUP,
        @ROUNDDOWN, @SEC, @SECH
        
        Change-Id: I5b53bf662664a1a9adc56cb8da08b8d7a3916711

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [1f0ab491cf5ccf1d05f54ab5864e10136cf59fac]

        Lotus 1-2-3: fix import of database functions
        
        @DCOUNT, @DPURECOUNT, @DSTD, @DSTDS, @DVAR, @DVARS, @COUNTIF, @SUMIF
        
        Change-Id: I0aafaee6e402d9e842a44327e0dd33ffdd27e2c1

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [e20ece656156a05b684863e06e2645e02bb511b6]

        Lotus 1-2-3: fix import of @AVG, @PUREAVG, @COUNT, @PURECOUNT
        
        Change-Id: I6cb1925778cd841c9cad406877f64cd0228f6ddb

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [3730c9e97a14c171652a12832a00b5c71eb79167]

        Lotus 1-2-3: fix import of @VAR, @VARS, @PUREVAR, @PUREVARS
        
        Change-Id: I728816ba2dcf3687f2fd429045b8efd4757cf222

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [df368fe4190f9bf511183b9bb7d08a6f6e708459]

        Lotus 1-2-3: fix import of @STD, @STDS, @PURESTD, @PURESTDS
        
        Change-Id: Ibc568cf60e8295da30042914182e7ca8e0296e2c

2014-12-03  Andras Timar  <andras.timar@collabora.com>  [4979184cce19947c00ba55e050614493062c7870]

        Lotus 1-2-3: fix import of @MIN, @MAX, @PUREMIN, @PUREMAX
        
        Change-Id: Ic3b681a4fa65ac5aacac99efc4a7c10cd78ddbf1

2014-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ef57521af0a53d03c68321817f9dadf7f4dd730]

        writerfilter: only dmapper needs TableData
        
        Change-Id: I4c2ead05d845eebe101d34ed8fe9284509beb752

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [179810cdf254177197a3108e970d9555468cd265]

        Further clean-up
        
        Change-Id: I20049b482c831e4ac2221fddfe80deb9847e72c3

2014-12-03  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [9de4fe985349401fda68e8384860b14ef6b071d2]

        Code clean-up/consolidation task.
        
        Removing the duplicate code,and consolidating changes
        by using  method "getExpandedFilePath" of comphelper.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: adapted to recent change
        from comphelper::getExpandedFilePath to comphelper::getExpandedUri; fixed the
        two changes in framework to actually modify the by--non-const--ref argument;
        fixed a loplugin:unreffun.  More clean-up to follow.
        
        Change-Id: Ie8875bcb61b616385bd64151f0a915bf7cce04e5

2014-12-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5d8001c801efeed3dced312862d667d650b5dbfa]

        update credits
        
        Change-Id: Icb64356d33e25ad3cce742232097a7cda4dccb18

2014-12-03  Khaled Hosny  <khaledhosny@eglug.org>  [5de46c11e48407acdeb9dbee8f80d4f6d063a0d2]

        Don’t use DOS line endings
        
        Change-Id: I55b9bad4e1f6c3519b095a09101ddcc2bca29d41

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [fe8eddc8d31451550593cb5789b5b5b5071a8d11]

        windows opengl: Call PreDraw() earlier in the text rendering too.
        
        Change-Id: I2a29082291338af6fcd25e931802b0267d7da6f3

2014-12-03  Caolán McNamara  <caolanm@redhat.com>  [093b3d30f257a01122042eb4d116ee54fbdb7033]

        coverity#1242942 Use of untrusted scalar value
        
        see can we make this somewhat more obvious to coverity
        
        Change-Id: I2a3d9259f36c45b74391ecb5d96bf168959eb268

2014-12-03  Eike Rathke  <erack@redhat.com>  [135b8d6466ade1e8724e604f705f95cecf4c4881]

        remove boolean parameter default from ScDocument::SetDirty
        
        ... and force the caller to make a decision. In fact some needed to
        include empty cells.
        
        Change-Id: I82b6ef72f7ecda6543b3cafc70f475519870b471

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [37cc33e27188a5686e15751c5bb39b422909f201]

        Delay potentially expensive first-time template initialization
        
        ...from first start of soffice to first click on Templates button.  At least in
        an --enable-dbgutil build (no idea whether it's substantially faster for a
        "product" build) with lots of templates (--enable-extra-templates, --enable-sun-
        templates) the UI still becomes unacceptabliy unrepsonsive when you clik on the
        Templates button for the first time, though.
        
        Change-Id: I226acaf26e20022b825478f47bb6a1f791c7c145

2014-12-03  Yousuf Philips  <philipz85@hotmail.com>  [c52ac92afe4c529ce4fd78734cdf7ff5dafc4089]

        fdo#86472 fix icons on dark theme in oxygen and sifr
        
        Change-Id: I02f2877c5eefbadea6734b15732b46ba80cdcf37
        Reviewed-on: https://gerrit.libreoffice.org/13285
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-03  Yousuf Philips  <philipz85@hotmail.com>  [ebf31a9b2c98167c2d46e16a19a75c287b0a4c6b]

        fdo#85594 enabling date format and rearranging others
        
        Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd
        Reviewed-on: https://gerrit.libreoffice.org/13284
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [90adb5412f1066f53a8db339ce5aac543431617e]

        windows opengl: Call PreDraw() earlier.
        
        Change-Id: I30ceb29cc0321022733385f902685ceac78869f2

2014-12-03  Caolán McNamara  <caolanm@redhat.com>  [9ddadaa5c0e2429c2d6d6a5661e945fd03012518]

        when parking pams, park into nearest txtnode
        
        i.e. avoid assert of ooo67620-2.doc
        
        Change-Id: Idea4ca1cef764608c55bba6a540bde57b7b19d08

2014-12-03  Caolán McNamara  <caolanm@redhat.com>  [80a6351f7794cc730e89ef6b0d5e49e2f4d9b1f2]

        coverity#1256310 Don't call rand
        
        Change-Id: I0a8f21fd03cf110b321906c0b1b88a8edc225b5a

2014-12-03  Eike Rathke  <erack@redhat.com>  [ad4b7986c5ca6a5b97d09a7413adf39440eefb93]

        remove boolean parameter default from ScTable::SetDirty()
        
        Change-Id: I37761c07dd72bfa25cc499c8ed41241f1ba56469

2014-12-03  Eike Rathke  <erack@redhat.com>  [a1a1c4600e6c7ee457b62098128b27471c077908]

        get rid of defaulted boolean parameters in ScColumn::SetDirty()
        
        Change-Id: Iba030c1a4fd3dad34bdd61377b73fa76a062b5f8

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [b9ca4de9852d44382f499e078d887421ec8ee46b]

        From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUri
        
        Change-Id: I749d78d115f641b2ac18cd6eb483c69a22ee210c

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [6abdd2d963740afaac0b744f7b96d75ce375bd49]

        Redundant mpCurrentView (always = mpLocalView)
        
        Change-Id: Ida05d4cb97ace166472ee9f256065e4c420c3a7a

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2dfcbfbdde1ab25bf395bf8f4533965f7d99d9e3]

        Use std::initializer_list
        
        Change-Id: I726fc6429a2eb7827d09d04584fd0b725e78f650

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [6c3ff6323e1bfd7f9ca676b2edb2647699ed405f]

        Master requires MSVC 2013 now
        
        Change-Id: I36c8a01bcfe15978882ca6306b4cca291357bc8f

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [827430c8c0417396b3c1d2a049ccddb818c89646]

        Fold URE: Windows
        
        ...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is
        no longer necessary and loading of cppuhelper from the program dir cannot fail
        regardless in whatever scenario the cli_cppuhelper library itself is loaded.
        
        Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5

2014-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [1924d05e706e6308b4de3b6103ebb73976866d66]

        RtfAttributeOutput::NumberingLevel: fix indentation
        
        Change-Id: I0b889a5a19842a1daa150777241119a373923b02

2014-12-03  Daniel Sikeler  <d.sikeler94@gmail.com>  [26b0f6a9f5bb42d2daaf5f3f72eee6c6e10b944e]

        remove unused class SwXMLIgnoreSectionListContext
        
        Change-Id: Ia71942a7789a2c4358a4cc2b9744cddaa4544eef
        Reviewed-on: https://gerrit.libreoffice.org/13289
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [6c1c191cdb6b0cd1010dcc2c0e6ccb71b5eb7442]

        vcl: Fix Linux build.
        
        Change-Id: I3b6e870dc5bcbc227b2ab02c0e622abd3f8c9a98

2014-12-03  galbarnissan  <gal.bar.nissan@cloudon.com>  [00fda95ae461120d515d7cbdcadf8834b6ff12fe]

        fdo#85806: Hebrew and Arabic is not working on MAC
        
        Change-Id: Id4476a041eb539d0b9c1227070289d34a939c6f6
        Reviewed-on: https://gerrit.libreoffice.org/13288
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [9629322f73411ac23e6242da76d8dedb66e6dab2]

        vcl: Fix color-replacement fragment shader
        
        Change-Id: I82a0a45961ea3f0ceca7dab67c8736b5e1205bb0

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [fa83f036a18341c79da0ae6cf3b60a7ce53544c1]

        vcl: Acquire framebuffer from current context when reading back texture
        
        Change-Id: I410ac2d10ec2e498d9d8444e5584bfb14727c90b

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [edbdaf07d9b7a9304294c8ed650ed85f81b52e14]

        vcl: Implement bitmap color replacement operation in OpenGL backend
        
        Change-Id: Ia86b67e92985eeb4fb2a5f6cd74c65fab2ac5566

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [cf3ba3561522cba179ab602b257df902d6d5d110]

        vcl: Add dummy Replace to SalBitmap implementations
        
        Change-Id: I2f8b11a3f7cb8872a1d8f6eeeae8ce3f30223496

2014-12-03  Matúš Kukan  <matus.kukan@collabora.com>  [58824d6f551bd505af89d8086576fed2cdf95867]

        Add dummy Erase to SalBitmap implementations
        
        Change-Id: I5790deb9ab5af6f8678c964af5321264d3bce733

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [db172a460894f9bfad27eacf9ec69235358bcf6c]

        vcl: Add reference on default window's context so it doesn't get destroyed
        
        Change-Id: Ifce8903ce75b1d2ff6acfd717c689f8893d80802

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [53193345e049be67415569415e19588b33c8cecd]

        vcl: Release the OpenGL context for offscreen rendering after each operation
        
        Change-Id: If253a4c0a1f64b1cc54e0079d4455abf39620ac0

2014-12-03  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [0a04ceca6cbebd76655c5ec6d31168da7672be20]

        vcl: Don't create new contexts for Virtual Devices on Windows
        
        Change-Id: I561a8142f986aca89e796ce2c4a0902fae41f9e6

2014-12-03  Tor Lillqvist  <tml@collabora.com>  [d8a8ff8177df628636d80c4dc1d8f597f6677dfc]

        fdo#83939: Set error code if signing failed
        
        Change-Id: I45f1077c744e20a369a73bf0b83c8dba04ddcda7

2014-12-03  Tor Lillqvist  <tml@collabora.com>  [1fe9ee73a758603ee0e1465931352c41ef8bd999]

        fdo#83939: Add new error code for failed PDF signing, and handle it
        
        Change-Id: Ide6dc06d33faea795272d9d32fc028ac8d023c5a

2014-12-03  Tor Lillqvist  <tml@collabora.com>  [840f75065918c4584fa9159fdc90242b5374ab37]

        fdo#83939: Check return value from pPDFWriter->Emit()
        
        Change-Id: Id492b1b6b9d534276c155b1e46953d098ce8b969

2014-12-03  Michael Stahl  <mstahl@redhat.com>  [6dd2a085a04fc1df355a78ab0731728a87eeb446]

        editeng: let's assert attribute consistency in some more places
        
        Change-Id: Idf3a1eb821b3b938f1bdd04bf449ade190703ab3

2014-12-03  Michael Stahl  <mstahl@redhat.com>  [2b846d7e847441a1da7f63fe1e8139e743f143be]

        editeng: it's like there's a nest of these things
        
        Change-Id: Iceef908e8cc1e7a2849398bd2d9e6e7cb1a9e9c9

2014-12-03  Michael Stahl  <mstahl@redhat.com>  [7ae2a4d68a79408c0be7d5b6cb349d0aaac38a01]

        editeng: there's yet another checking function hidden at dbglevel=3
        
        Change-Id: Idd54bd4fd87cd138a2daf363bd692440a01e2624

2014-12-03  Michael Stahl  <mstahl@redhat.com>  [4c21d3ac912bdb7eb013d3ee440464489a3838b7]

        editeng: convert that to assert
        
        Change-Id: I03e43d35efb813f985b93bc05c3b50c4462f9111

2014-12-03  Michael Stahl  <mstahl@redhat.com>  [54988348f847f4712d8a168a3baf2a1fc2f3d5ac]

        editeng: activate some more assertions hidden behind dbglevel=3
        
        Change-Id: I46c168946c51f1c8064f5902aa97fb0c5b7a3934

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [6170c7556285b0594994d23bff36328206e7d39a]

        rulers: Let's hide them by default.
        
        2 years ago this was a hot topic on UX-advise :-) - let's see if people are
        more happy with hiding them by default now.
        
        Change-Id: If4946538232c7579f7ce03d4947360645fb4967d

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [9f3ce795c2ecf5f8ca41b9b4bd24f001fcad59aa]

        rulers: Make the numbers a bit smaller, and always with odd size.
        
        Change-Id: Id27bb0435d00f2026ff8c82ed246ca67947e9e42

2014-12-03  Jan Holesovsky  <kendy@collabora.com>  [dacbe43846a729ef9f46138321c1facb5151c17d]

        Make the default (non-native) workspace lighter, especially on Windows.
        
        Change-Id: Ie1cc5817a5b75f129791da450105ffee07438900

2014-12-03  Caolán McNamara  <caolanm@redhat.com>  [f8533123802c5a709280dd06b4452d00a11c71b1]

        Related: fdo#78151 only make outline, title and subtitle read-only
        
        Change-Id: Ic62291a61f6f4c055255f644df5f5e02fe6d0801

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [605906233b568ce7c88f77023b6a4121ee878375]

        No colors anymore
        
        Change-Id: I8335a9fb08c09a95e98bbc8f8727bd2a28332d42

2014-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4c83120e2aee5f2b9cf34ced2888f75dc6b3ce6f]

        update docs for C++11 iteration
        
        Change-Id: Iab8b2e3d9e85d715de6ca973fd1c541c837bf6f3

2014-12-03  Noel Grandin  <noel@peralex.com>  [0e2927ed2cffdc718085cadce3cc41e34cd6a04f]

        loplugin: cstylecast
        
        Change-Id: Ic48a59c209e77382a0e431a5502c24a62407334b

2014-12-03  Noel Grandin  <noel@peralex.com>  [0b30d5344cad60967aa79bad86916debbf4371e9]

        loplugin: cstylecast
        
        Change-Id: I759f55218538c8d39018626f14e78cd56341d44b

2014-12-03  Tobias Madl  <tobias.madl.dev@gmail.com>  [57fe57677887dd951000d3317690f8c628a58e02]

        fdo#84938 replace BASERR_REASON_ constants -> enum
        
        Change-Id: I80fe0108c2d27b72d2fadc23032cf2b52c3193a6
        Reviewed-on: https://gerrit.libreoffice.org/13268
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [02ef3abd83f2d5f702349a8cd47928621ee5c620]

        fdo#86929: Kill FOREACHPAM_START for good
        
        Change-Id: Ibaff13e84f186616259ba9bbf9224bbe2d30c5d6

2014-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [881458eb2970d6be0ac0648159efcd37fa1623e2]

        move size() into the container too
        
        Change-Id: I22ee641e7d07fa7c0cae7a4b36ce61dbed62b31f

2014-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [acf5b740e3dc763eb53c3fdf507a27479386728e]

        move container stuff out of sw::Ring<>
        
        Change-Id: Idf72c16318735d6b3ef7f421aceacc225a7697bf

2014-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [1801b559e1234cf1f43a414df38bb47fe81f087a]

        Factor out SdrModel::dumpAsXml() from SwDoc::dumpAsXml()
        
        Change-Id: Ic2cc6507390edfd0bc5a38b655a3b652fd5ec33e

2014-12-03  David Ostrovsky  <david@ostrovsky.org>  [e6e51a0a90c62eaadb9079fb13c618b8d51f1201]

        Add missing include header
        
        Change-Id: I59d6f1401cdfc37c0949cc9d439cb7ff52857079
        Reviewed-on: https://gerrit.libreoffice.org/13286
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-03  David Ostrovsky  <david@ostrovsky.org>  [f4aebede2b575f7572acdccbe74873ccf2c8683d]

        Fix "result of 32-bit shift implicitly converted to 64 bits" on WNT x64
        
        On Windows x64 long is only 32-bit (while on other x64 platforms it is
        typically 64-bit), but sal_uLong is not a typedef for unsigned long, but
        rather for sal_uIntPtr, which in turn is large enough to take recast
        pointer values (i.e., always 64-bit on 64-bit platforms).
        sal_uLong was introduced as a "temporary helper type" to ease transition
        from the old tools/solar.h types ("ULONG" etc.), but in the long run it
        should be remove from the code base, and places that now use sal_uLong
        analysed to use more appropriate types.
        
        As short term solution, cast to sal_uLong fixes it.
        
        Change-Id: I2169b7858517313616007a8fb2acc5c7d0487719
        Reviewed-on: https://gerrit.libreoffice.org/13232
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-03  David Ostrovsky  <david@ostrovsky.org>  [5f1de30c6373ae41480aad13e49876bfac8a2156]

        Fix Cannot convert unsigned long* in sal_uLong*
        
        Change-Id: I7e44ea91f1202d70ddc4f16aed5890f14f2b2f64
        Reviewed-on: https://gerrit.libreoffice.org/13287
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2d6ee4ef812f8ac51c0a07fc4e44e54593a90fa6]

        WITH_JPEG_TURBO redundant with BUILD_TYPE JPEG_TURBO
        
        Change-Id: If918b3083fcd8c2e2ea41c43cba53ded1a207196

2014-12-03  Stephan Bergmann  <sbergman@redhat.com>  [0e87fc5ce79a27ca74515f5cacee43288206ca0c]

        Redundant WITH_JPEG_TURBO check
        
        ...already covered in external/Module_external.mk
        
        Change-Id: Ieebb376a7509135c6102ec2c7433a815ec679b6c

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8093e86ebea285955a5ae65086d5c384bbc8c0b6]

        Revert "loplugin: cstylecast"
        
        This reverts commit 8dba4716d2e7fcaf00cc347d4989c24539ea0fe6.
        
        <:: is not a legal syntax at least with gcc 4.7.

2014-12-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f20043a0805c3a75eb4024ed59f45291aea93ac0]

        Add a limit for graphic cache based on used integer type to avoid overflow
        
        Change-Id: Ibdf2cbf3c50f6732301d894d91a1b8ea58e4e5d6

2014-12-02  David Ostrovsky  <david@ostrovsky.org>  [7ce4ccf406691da371092af55d6e0b6e14025763]

        Adapt UAccCOM to X64 platform
        
        Change-Id: I1fe8bea6c9463314ca0ea18615a48bac28cdda8f
        Reviewed-on: https://gerrit.libreoffice.org/13227
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [975a054cc2eeb04516f1f1ef3c9064b2f3cd9456]

        Double blank lines...
        
        Change-Id: I826db178ceea4a409ad9e14ff73b5edaf136e435

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [93b809d4c4151a02404308a20ecb20f1d6378e0a]

        Let's not forget to move the comment too.
        
        Change-Id: I86f2107860cf7e014277abdc14307c444142fea6

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [672484e615434f7133cc838442962f5abf1ad225]

        Put this inside the bulk broadcast scope.
        
        Because setting formula cell dirty may indirectly trigger area broadcast.
        
        Change-Id: Id8b500c659119df3637ca9a27481267c140e49d3

2014-12-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8091457a237bad0fd95a8b4d2c93650ce7847169]

        Revert "use boost::shared_ptr instead of manual ref counting"
        
        This reverts commit 8eeb02dcc1a4bc99b083b1a591b4a70003a1604f.
        
        Conflicts:
        	include/vcl/opengl/OpenGLContext.hxx
        	vcl/inc/openglgdiimpl.hxx
        	vcl/opengl/gdiimpl.cxx
        
        Change-Id: I85cc7a46876ffba5ab861f6dd83b07da466b212b

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [6ae099ff431eec9ec3b6a532b0bfedff8fa43d37]

        Deprecated com.sun.star.beans is gone
        
        Change-Id: Ifce16ea732dd79730bff7bfa6269bd8b1d8e8aa6

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [248fa06e017b30cd61e4900f1ec22805b5a5426c]

        Work around -Werror,-Wkeyword-macro
        
        ...where liblangtag/lt-macros.h does #undef inline because LT_HAVE_INLINE is not
        defined---liblangtag has a config.h (that would define it), but for whatever
        reason does not include it...
        
        Change-Id: I6a6f0a3522b7aef12573af7d7c4c00bb0f1368eb

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [eaddcb8a517d6f39ca8036e9e021e40f88c7d98c]

        Use OSL_LIT/BIGENDIAN
        
        ...one of which is guaranteed to be defined
        
        Change-Id: Icb02826f8da03ad0d605ec11f07bf60f30d1a3d0

2014-12-02  Douglas Mencken  <dougmencken@gmail.com>  [0d0729ca97e67505a52dcb07d7819f6c444a0031]

        prefer `if (s)' to `if (nil != s)' for objective-c
        
        in objc, explicit comparison with nil isn't necessary and can produce errors like:
          comparison between distinct pointer types (...) and 'objc_object*' lacks a cast
        
        upd: thanks Norbert Thiebaud for suggestion
          ``hitChild is a Reference so hitChild = nil was !hitChild.is() right?''
        
        Change-Id: I105be50e5a37bb63e360622e590ec4916fa8a84f
        Reviewed-on: https://gerrit.libreoffice.org/11891
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Michael Weghorn  <m.weghorn@posteo.de>  [13658762d2a6a0f33ad23ab6b9295ee93d2280bc]

        fdo#39468 translate German comments
        
        Change-Id: I37b5fe348d5e3f54d505b04951761b52ff13bd26
        Reviewed-on: https://gerrit.libreoffice.org/13280
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bdbe60051878bda9e9df11cfef032788c8347ba6]

        Reduce scope level.
        
        Change-Id: Icfa4a81ebab1df943a71869fb8fc6409a8927464

2014-12-02  Eike Rathke  <erack@redhat.com>  [bbfa317b9cfdbb0c44140e3414d4c2dfba9bcef4]

        unit test for sort with broadcasters, fdo#86762
        
        Change-Id: Id1040f95a94d1637cafd06cbe0072b5a5a5cb8e0

2014-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [502331f2891bdd40c7d63afebbbbe7d69abff633]

        Remove unused header includes from public header.
        
        Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [db6f9fbc755e342c4fa3f3cd14e42d9ea0424505]

        Add a few questions as comments
        
        Change-Id: I7bc2a725bbcc215a40a3c20567aaa1c1187c3b34

2014-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [386014bb5ee1fb611bbc00c37c04cdf191a833b7]

        error C3861: 'localtime': identifier not found
        
        Change-Id: I2c805be63bb246106c9302404ef873528d759eec

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [378c74ce290ab772f962db51ff8cba200cb40144]

        Only call super-expensive Invalidate on scrollbar toggling
        
        otherwise even using backspace in an annotated area will cause super slow
        behaviour as each keystroke causes a full page render
        
        This became a problem after
        
        commit 0761f81643a6890457e9ef7d913ab5c88c2593a4
        Date:   Thu Dec 19 18:50:58 2013 +0000
            123792: complete annotations on text ranges feature
        
        but underlying problem was always there ready to trigger.
        
        For this case only render the full page if the state
        of comments scrollbars *toggles*, i.e. if there wasn't
        scrollbars and there ends up still with no scrollbars
        avoid the (bad) hack of invalidating the page
        
        Change-Id: Ic7fd432d2317b0f5ad8d8773636f99fe75d660d6

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [a6c853724206b78026d0a9aac70060875a12cd54]

        fix indent on this first
        
        Change-Id: Iaf223e88cf8bf4ebc8de117f024347a984ae476f

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [c72305d1d855ace5ea1d46892576851644236a7d]

        add fallback encodings for Thai and Vietnamese
        
        Change-Id: Ie9fbf8d25e7954ae3a60ea7224881a0ad58280ad

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [52979151ca45f9a8aff1694f3c4e1b87ef971ba8]

        Resolves: fdo#36514 avoid empty style names in ww2 docs
        
        Change-Id: Ib7987e00bb33e46117442db74dcdd386e8a2bc97

2014-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b61cf4a70b9c3023d035a1b0f7cc1488dd55e22]

        fdo#86664 VSD import: handle metadata
        
        Change-Id: Icec212a93df10b212a9ae614b5c1ced6bf25ff7f

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [02b664dc717a568878f05ae4458eb2655eff7694]

        More fear of blue
        
        Change-Id: Ib6e2bf2ad9e32f65ac1de96c40eea18557e9aad4

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [53af491e09e8a2471676232418e8610b4b0c05c0]

        -Werror,-Wkeyword-macro
        
        Change-Id: I4a42c9f795cfbaa0f6c7b68d8189204a63da2321

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [4b6560b216e676261fabf6f3e4bc8a0786afae35]

        Create/RemoveLayerLinks are unused
        
        ...ever since 4c25522a6ba9c4cc22b57557baa53c87c39086fd "CWS-TOOLING: integrate
        CWS native196_DEV300"
        
        Change-Id: I8d50df80d8d5450db89b48338b32269aa8e67afb

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [03d5a2e3eb80d4ca00f042893ee5ef7ddeb9b5f3]

        Not all Macs like blue, either
        
        Change-Id: Ib10b5d592061b7618345c6b2dca596a9af5bbb7d

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [8302d048653d9ac25d3cb9ab9277df715053ad6a]

        Resolves: fdo#70157 fix crash on loading
        
        Change-Id: I0d248a195852c14cd95d4e337823076dd2fbc19d

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [4a757923fed5210d7bcf580865d53d4097dfbc8e]

        fix crash-190212-093017-986
        
        Change-Id: I3d2d57850dcb1fde1c004b4455591071a1fe03fa

2014-12-02  David Ostrovsky  <david@ostrovsky.org>  [9776af8215093f3d67cbfe58c87c8decd54b01d8]

        except.cxx: Fix pTypeDescr is unknown in this context error
        
        Change-Id: Ic47f69b01cf17a55901e9e3541419d9f477d9585
        Reviewed-on: https://gerrit.libreoffice.org/13210
        Tested-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [428bd61cd80b49c0e4ec1b2ee4b4b8870ebf9a35]

        Consistently use $(...)
        
        Change-Id: I68d3f99ca2a53988fb40ce0d5d364e19a8781cc0

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0ffe0bf68abcab15cfa2b4c949d30262a4aaa0e0]

        Fold URE: Remove OO_SDK_URE_HOME on non-Windows
        
        Change-Id: Iad0480eb39e2c1312c27cf9b90146c2beba592fd

2014-12-02  David Ostrovsky  <david@ostrovsky.org>  [ce0513a9ee79d29f38db6b6b2bbc662826350eb6]

        glew: Don't hard code Win32 platform on Windows
        
        Change-Id: I753602314f0ed3822bce489e9e427a1de77d2431
        Reviewed-on: https://gerrit.libreoffice.org/13230
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  David Ostrovsky  <david@ostrovsky.org>  [74b2cdd48992c3627586887d67638fc87125ca94]

        lcms2: Don't hard code Win32 platform on Windows
        
        Change-Id: I60701b2c0a0ec06ada24b397107b337676dbd319
        Reviewed-on: https://gerrit.libreoffice.org/13229
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  Caolán McNamara  <caolanm@redhat.com>  [34555600b019a85f0aec0a9d18e7833bc934788b]

        attempt to default enable stack-protector-strong
        
        Change-Id: Iee42b3f6ab66636961e9ba1da33ab0e83d607eaa
        Reviewed-on: https://gerrit.libreoffice.org/13241
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5228c6742734b0936b2b468315e069fd6bcc1dac]

        mark numbers as untranslatable
        
        Change-Id: Ib6aa1a53bef3aefd9266b87340a5d787d99e600a
        Reviewed-on: https://gerrit.libreoffice.org/13252
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Yousuf Philips  <philipz85@hotmail.com>  [dd359cff8814ad7a9796f05cd21c9d98190898c2]

        fdo#81475 reorganization of writer's table toolbar
        
        Change-Id: I3672fa8e32975723d58e92fe3eceafc2e8993646
        Reviewed-on: https://gerrit.libreoffice.org/13267
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [82842e725cdc64abf4931ad294367b699ce2a18b]

        capitalize e-mail in list of publication types
        
        Change-Id: I4f6742941c4abfcebe72a0f03a4119facf99ce16
        Reviewed-on: https://gerrit.libreoffice.org/13254
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Eike Rathke  <erack@redhat.com>  [e119f3883513aeaa49f332362620e955dc8b453f]

        fdo#86762 re-establish listeners on moved broadcasters
        
        ...  also in SortReorderByColumn() similar to SortReorderByRow()
        
        Change-Id: I7665dcc90d70fcf3b08bef0adb9ab6aaff1cdcdf

2014-12-02  Eike Rathke  <erack@redhat.com>  [08793e08c7e9cefe594c49130f782725e386c463]

        fdo#86762 broadcast also empty cells after sort
        
        Change-Id: Ie275a754c530d6039ed14304900dd71416f36e46

2014-12-02  Eike Rathke  <erack@redhat.com>  [6c2111f17089eb667bf526561d7667d17825e822]

        fdo#86762 re-establish listeners to move cell broadcasters
        
        ... for UpdateReferenceOnSort=false
        
        Change-Id: Id90288660e317d6e47ee01ee3b5ff9058cfa18df

2014-12-02  Renato Ferreira  <renato.wolp@gmail.com>  [f0c4cd51cb160492d78c2796f71ecd88da25fa59]

        fdo#51741 Mark document as modified on bookmark rename / delete
        
        Change-Id: I378037ea546d0f2dc4ab9e0b0e6f9bf65c8db5b4
        Deletion: overrided DdeBookmark::DeregisterFromDoc in Bookmark
        Renaming: in MarkManager::renameMark
        Reviewed-on: https://gerrit.libreoffice.org/12436
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  Michael Stahl  <mstahl@redhat.com>  [8eb37e74fff1806608563ee49489b8a1f71fc6b0]

        pyuno: move "officehelper.py" from scripting to pyuno
        
        ... because at least in Fedora packages with system python it's a pain
        to use officehelper.bootstrap() because unlike pyuno it is not installed
        in the standard python directories but in libreoffice/program.
        
        You might think that bootstrap() is not appropriate functionality for a
        UNO langauge binding, but then why does ::cppu::bootstrap() exist?
        
        Change-Id: I5fd4b344a811c087d32fb6304e55105ab3cb137e
        Reviewed-on: https://gerrit.libreoffice.org/12968
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  Daniel Sikeler  <d.sikeler94@gmail.com>  [a143d7d14db9b12064391879822120260eda2702]

        De-/Increase fontsize when multi-sized text
        
        I did the changes proposed in https://gerrit.libreoffice.org/#/c/11857/
        I also tested it with a mixture of CJK and CTL text
        
        Change-Id: Ic75f557b8c0a68f43abbd8c28b2222945e9361b7
        Reviewed-on: https://gerrit.libreoffice.org/13152
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-12-02  Michaël Lefèvre  <lefevre00@yahoo.fr>  [ababde703007557c59595d551efb118cf84a3911]

        Use parameter instead of static global access inside the module.
        
        SwPaintProperties is now just use by SwFrm and derivated classes, plus two globales functions.
        
        Change-Id: Icfe299163a4a8f1232a3d5076aceb949f97a4787
        Reviewed-on: https://gerrit.libreoffice.org/13258
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Michaël Lefèvre  <lefevre00@yahoo.fr>  [4edba25561758bf4302279bd24385cc2a66d4bcf]

        Use parameter instead of static access for inner module call
        
        Change-Id: Ied49fd892d6de8bb105816a1759e4a349b98a72a
        Reviewed-on: https://gerrit.libreoffice.org/13247
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0edcbd68529c54834ca85c2dc4abd8e4e69d39b4]

        Missing include
        
        Change-Id: I4df2b0bb114b8a375d3557c8e33487af737957f4

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [c7bc12848a63f917a2f783f346284bd376ab4479]

        Blue works better on Mac than green
        
        ...for whatever reason, the CPPUNIT_ASSERT_EQUALs failed with 0x057F00 !=
        0x008000 for COL_GREEN, but appear to work fine for COL_BLUE.
        
        Change-Id: I1a5817fc89feff66ceb352d0cf44f9ce2be7908a

2014-12-02  Noel Grandin  <noel@peralex.com>  [63fbe59d054a99224dac5fa25ff1a16890365746]

        loplugin:saloverride
        
        Change-Id: I62e8c07faf1fb38b39dfb41e0ba408d5c534312f

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [005748cb83554d4459b0f2d93bb39aa87c96c53d]

        CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I42f9d5532da031d6d979b874a3efc49529418d4c

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [74659d0174a516d4ed5095e386f925de51121e76]

        CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I846ff9cc1bc1e4e449542ebe04a4dc322cee821e

2014-12-02  Noel Grandin  <noel@peralex.com>  [8dba4716d2e7fcaf00cc347d4989c24539ea0fe6]

        loplugin: cstylecast
        
        Change-Id: I922fe2b4177687863d9749c2f46aab9ddd86621a

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [724bc1ac11bd9a07d3391a8535d308353003e3b9]

        WaE: private field 'mnAttribIndex' is not used
        
        Change-Id: I939e184f6706fc0135f6906f0c183e5166aba5bb

2014-12-02  Andras Timar  <andras.timar@collabora.com>  [c3d913724380eb76410dc0c792e9a307bbb24ca7]

        fdo#68684 export more numbering types correctly into HTML
        
        Change-Id: I6f1df02764f271143749ffbaeb4fc988b2f72f26

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [aefeef36fdd536bfc8b1038e14d552db8c60c70d]

        vcl: use resetToReInitialize to avoid context problems on Windows.
        
        It appears that we have to do this for VirtualDevices, where we have
        freed / re-allocated the underlying resource, or we fail to switch the
        current context, and render to the wrong place, before blatting a
        blank texture over the top of it.
        
        Change-Id: I0253f216ea7dc9786374dc83ca38f4f6295e3035

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [44b6f1cbdc821765ef4f889f0e6a558b44100407]

        vcl: OpenGL texture creation debug.
        
        Change-Id: I6a21c89329d9e9396ed16ce58b184339719adab7

2014-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8a9f58ca414c33e95f1d543d2b33cf1920e9612]

        request a stencil on windows
        
        Change-Id: Ib8f337d80c5576380344893c49c4fa0284f1dc4b

2014-12-02  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [f1bfdc153b1ca8c8fb987b775a8c0ec350312a88]

        vcl: Fix a coordinate issue when getting a bitmap from a VirtualDevice
        
        Change-Id: I06fef2765f2dc9d64a991385a984a4c75a1fd424

2014-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a7b9730164d7c5dca28b8abcc62425cbd75c64a7]

        add some debug code that checks the returned pixel format
        
        Change-Id: I44a1a8d97fecb7d371c4daa9888c56766087ec82

2014-12-02  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [99ade27b04d3d492648eadb620cda8ea9909bf45]

        vcl: Only load OpenGL shaders once for each context
        
        Change-Id: Idbf9026c5e64ef41d4c913153dfddf36923ff7de

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [0d4233ef90a4350d63da0c9d1b98ced64b773ce0]

        vcl: improve vcldemo & outdev test.
        
        Change-Id: I1ebc3c3b3cffabc8ba446ecd45ac2d9b0d45aff1

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b433d87525918bf8d51fe164ffea9c9099b52ce]

        kill FOREACHPAM_START/FOREACHPAM_END
        
        Change-Id: I8dd98e92ac01735446d8b8f0f4f168108e1481d9

2014-12-02  Yousuf Philips  <philipz85@hotmail.com>  [081306b10499c7ace83a6cf69fd31bcc3bfeeb02]

        TANGO: addition and modification of table related icons
        
        Change-Id: Ic37e402a21303914ab104cb9dbdaf3441417ca62
        Reviewed-on: https://gerrit.libreoffice.org/13264
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1a47da4a0dcaab5edbb3e40e6ef48de1060ee85]

        vcl: document GDIMetaFile class
        
        Change-Id: I4947726957d95586615537eb6cbcf6ed0dcb5091

2014-12-02  Yousuf Philips  <philipz85@hotmail.com>  [f8001effbdb9c0f09fe544b7bdbae9c15c82006f]

        fdo#86184 addition of .uno:Graphic to writer's view menu
        
        Change-Id: I08e259173f3cb3f214e478f57e5c0a27e6baabb9
        Reviewed-on: https://gerrit.libreoffice.org/13263
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-02  Yousuf Philips  <philipz85@hotmail.com>  [b46f781440130e6a629bf9ae14a62310d2a31021]

        fdo#62947 add paste special to table and text box context menus
        
        Change-Id: Ib60920d2628526a27d40445dad26fef6997899f7
        Reviewed-on: https://gerrit.libreoffice.org/13262
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2dd7cc5b925d0b4c62553eeba9f6524ce7b6217b]

        simplify
        
        Change-Id: I8cd66f270526880f6ad7fb083aaa65c87079dfc1

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55a509616614cc4e50acbb9f257f7334db6667f9]

        test constness
        
        Change-Id: I74523d0264f2fe78353c8f61d98295c65cd23ee1

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2277558d01c168feec10c6340f919e7847ab2dbe]

        rename numberOf() to STL-like size()
        
        Change-Id: I82332e91ed152e42b55ae921b3b61c5144253c39

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [98f0516f158fbcacdc50e4e3f9e25f9ee6651d09]

        ring docs
        
        Change-Id: Ie26b98bb2e2946f326de6ff58677e33539db70b6

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bea427d55ecf4a1914a6c404fc0f06a7bb044bd]

        add rangeRing() for easier iteration
        
        Change-Id: I0ef002c0c32c1435cbc62f954f98dc11c3f69945

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [98ee936a114bdd78c304aac824508cd4fd9ce59a]

        Blind Windows build fix attempt
        
        Change-Id: If0090978882c9333ad9c66af4df698914d3127ab

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [5f7261651647e0d3de70c8cab99ef9b5a26de557]

        Missing include
        
        Change-Id: I6f05d7a507e7d1cf6a9b6ebb0315baac3258f1b0

2014-12-02  Takeshi Abe  <tabe@fixedpoint.jp>  [cbbe0e5051fc36edc14347e27af71dc15e27a1df]

        add mode lines
        
        Change-Id: Id7825ecd076a5d8cbe926a26bc74fc7d0da1d621

2014-12-02  Matúš Kukan  <matus.kukan@collabora.com>  [bb6774a2bd894cbd1a4fb2c936de342b41c92909]

        fix typo and libmerged build
        
        Change-Id: I76541a960d3b81d1bc44efa323c6f1349a4cb858

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [3b0db84516503ce72b803bf04b0432b36c1ac70c]

        -Werror,-Wunused-private-field
        
        Change-Id: Id34e28a76cd686496e7d5e65fff89d7a8d3d2d08

2014-12-02  David Ostrovsky  <david@ostrovsky.org>  [684facf115df0f06bc3cf405b4429f97b0891370]

        MSVC 2013: Compute uno bridge exception offset for X64
        
        Change-Id: I34b308db422d861098fdf93cff8fea63128ba47a
        Reviewed-on: https://gerrit.libreoffice.org/13211
        Tested-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>

2014-12-02  Maxim Monastirsky  <momonasmon@gmail.com>  [503379fa0b06b66ab6f2bbedc73cdcb056545330]

        fdo#81475 Writer doesn't have ParaspaceIncrease/Decrease commands
        
        Change-Id: I963b57728e25daf77c78cc046afaade092422e41

2014-12-02  Stephan Bergmann  <sbergman@redhat.com>  [d30caae7e76c580f30cdcc06516cb647c13a19c2]

        Remove obsolete setsdkenv_windows.template
        
        Change-Id: I3a79830c5538e12fc6370ae30168266c0f1c533e

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [29daf8efdf1beb5972a8cd3d2572c374e831b136]

        vcl: re-init windows graphics impl after virtualdevice size change.
        
        Change-Id: I6188617aa2cf2e237ec0724d1442564fbf3fe297

2014-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cc833098a090b5ff611051e9da2af94d53d1017]

        implement virtual methods for OSX vcl backend
        
        Change-Id: Ifd7e06529cbf2e20bdd1560586420cda39c5a50c

2014-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [021089d8ee76baa13f09bbeccf2bdbedc4e9efed]

        DomainMapperTableManager::m_bOOXML was always true
        
        Change-Id: Icfbd0d779fac949484b37ee861e083a449b225c2

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [5dcaefdae5ddf5ee70b4dd453afee69cdf8fc9d7]

        vcl: Consolidate size information around the GeometryProvider.
        
        Conflicts:
        	vcl/inc/openglgdiimpl.hxx
        
        Change-Id: I1d764a8dba1850d2475f08e1014a085846f336c3

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [c31ed7004dfb3e8e37ddeb9fddf0f015b661dd12]

        vcl: create a GeometryProvider interface.
        
        Implemented by both SalFrame and SalVirtualDevice, to help us to
        un-tangle code that needs to operate on resources associated with
        both of these without special cases.
        
        Change-Id: If681a002647e20c57186577fe039d4ac85bba872

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [c22d5338fad383800b35efa458561bb89b604922]

        vcl: remove SalVirtualDevice::GetWidth
        
        It is presumed that #i59315# is fixed already, and that this is no
        longer necessary.
        
        Change-Id: Ifb2f6550fac2481c4fec269b38d6e806753cb53e

2014-12-02  Michael Meeks  <michael.meeks@collabora.com>  [1c6843f426314637e542949e8c71542a1c33d3c9]

        vcl: initial outdev unit test - for VirtualDevices.
        
        Change-Id: Ia2bb1f8110c738cfbf6ff84293af115b32abeb93

2014-12-02  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [d6b51a87b482b69097100b9a2ce7ba85005e20ac]

        vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible
        
        Conflicts:
        	include/vcl/opengl/OpenGLContext.hxx
        	vcl/inc/openglgdiimpl.hxx
        	vcl/opengl/gdiimpl.cxx
        	vcl/opengl/x11/gdiimpl.cxx
        	vcl/source/opengl/OpenGLContext.cxx
        
        Change-Id: I17f6ce66fb8b5bc027d35b4016ae56c24ee0a738

2014-12-02  Noel Grandin  <noel@peralex.com>  [83c97b2a1c1a8d0531b6048fb27cf117b0da24e0]

        loplugin: cstylecast
        
        Change-Id: Ic12c8b5ad5256b729b7cab8f78758b57f5316d3c

2014-12-02  Noel Grandin  <noel@peralex.com>  [cf16234a23a716fe98adf32dd5b56d48be242c99]

        loplugin: cstylecast
        
        Change-Id: If31b41296a91c6a6ac990494e88ab7b47240a823

2014-12-02  Noel Grandin  <noel@peralex.com>  [aeb6c0ed64a76c722158bf91313b42561cd66071]

        loplugin: cstylecast
        
        Change-Id: Id70cf0a2412de5d9b202b8209f0376c2f62a0669

2014-12-02  Noel Grandin  <noel@peralex.com>  [e5764b7d04429549658c1eaf1189428aa504f0da]

        loplugin: cstylecast
        
        Change-Id: I9a0f424adbcf95fb5ab275b90af1c56ae1d2fc44

2014-12-02  Noel Grandin  <noel@peralex.com>  [c91ece97c00a780c1ed745aed64b20958e9ee2aa]

        loplugin: cstylecast
        
        Change-Id: Ic1c68ee7094afbd9727508a148eae2429ba8c380

2014-12-02  Noel Grandin  <noel@peralex.com>  [d09cc11d17a33e78f76d85f098a05ab4757bfaee]

        loplugin: cstylecast
        
        Change-Id: Iedac4c93e84db2db2d9527557c32b01e9a3934bd

2014-12-02  Noel Grandin  <noel@peralex.com>  [9a0f88cf27243ae8fc655aa798ed04b8f27e01ed]

        loplugin: cstylecast
        
        Change-Id: I0bba962b4110cb988a6beda71cfc347c4d31d279

2014-12-02  Noel Grandin  <noel@peralex.com>  [5504035ac07442cc2b77b53f953fcd7d8a4d8648]

        loplugin: cstylecast
        
        Change-Id: Ia6d6c5a2821fb5b221fbfcc174a4a661556d4441

2014-12-02  Noel Grandin  <noel@peralex.com>  [d08c6a829690c984a2f7389c85456e258a99235d]

        loplugin: cstylecast
        
        Change-Id: I266f8cdc113a08bf224bc8b2c858f5105aeaa87a

2014-12-02  Noel Grandin  <noel@peralex.com>  [67076bc839a2c415f9c08b29d9c10d5fec09d018]

        loplugin: cstylecast
        
        Change-Id: I34f4bd3174eb41639c870621646d211675bfa1c1

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [1cf5801c49205773e3c589255c0327c63e463131]

        Skip the 'desktop' app for now
        
        Change-Id: I040bd49f8cfeec74c3225135a110140c1816be43

2014-12-02  Noel Grandin  <noel@peralex.com>  [0f3438c26dae8aa9042edc7cece876b841926dd3]

         --enabled-mergedlibs, missing setupapi DLL on windows
        
        Change-Id: I72c63e26492c575e6b86a23f2c6069ac557ee7da

2014-12-02  Noel Grandin  <noel@peralex.com>  [c870721fcb641a7a9d976474450d63327b771126]

        --enabled-mergedlibs, don't use glxtest on windows
        
        Change-Id: I6175bc4d648d3a1d88462f1cf8956c2d95d15210

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [5b829710d65310c6082c2c65ec1239515e319a8e]

        Blind fix for C2491: definition of dllimport function not allowed
        
        Change-Id: I81e89126a7721e50fb07a99e582de792cdc480dd

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [f1e7489d98a1d1fd9e261e4a7e83fff03e5daf63]

        Adapt to int/sal_Int32 mismatch on 32-bit build
        
        Change-Id: I9c5cb458ea7595c1b623ce14ed58fd3d5b3d961e

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [8414915f477b33ed81768d69864bab6a136607fa]

        WaE: Unreferenced function definition [loplugin:unreffun]
        
        Change-Id: I0a09b968651a5b98fae47d59c6a5e9b81468ae95

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [9bdde8b420265c7e77f4b310fb4c1214b715aa72]

        Adapt to int/sal_Int32 mismatch on 32-bit build
        
        Change-Id: Ifef81d53bee4241be3c0dd6b7ddb2c1bbf419b5e

2014-12-02  Tor Lillqvist  <tml@collabora.com>  [42a3e02f1aad1cd0f35098637b6c548e703edc70]

        WaE: variable 'bRet' is used uninitialized whenever 'if' condition is true
        
        Change-Id: Iba1566931c551dd9d3f0eed7b3192379ed8990c7

2014-12-01  Andras Timar  <andras.timar@collabora.com>  [af7a972fbc29631b7844440a9fc6863a2b9ae9da]

        msi: LibreOffice does not use SystemFolder, don't define it
        
        LibreOffice does not install anything into SystemFolder (i.e. into
        C:\WINDOWS\SYSTEM32 or similar). However, merge module of MS VC++
        Runtime does. And if SystemFolder defined in MSM is different than
        SystemFolder defined in base MSI, then a conflict will occur, and
        merge will fail.
        
        Change-Id: I33649babcd33575aa17cd0e3c0ab612a81ceec98

2014-12-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b47c8fda324af275aac9e6d237b6da6c8e5ca00]

        Add test to make sure sheet names with '&' get imported correctly.
        
        Change-Id: Iea7bb77cdbd5f3ba3b658c373b7d4156b2ca6337

2014-12-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [285cd8301c725cceead97d645f22fd92ba644492]

        We need to tell libxml2 parser to decode entities.
        
        Else we would get raw entity values such as '&#38;' in lieu of '&'.
        
        Change-Id: Ib700705fd9b68980306883aa9652579e1686040d

2014-12-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [57998c406f460ae0dee65a717222661f49e2b83d]

        Fix Windows build.
        
        Change-Id: I9ddd1a9bf572ffa570e23193b01176af8df6f8ed

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fae52f7e6532bd96a3d66bf614c54ed244ed3a60]

        unconfuse clang about the nature of struct-class-duality of traits
        
        Change-Id: I030ab87d489cadce0b0e7a64744cef941268132d

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d28ed7b0ef302b9f6923ad02822882357b6d1aa]

        kill FOREACHPAM_START_CONST
        
        it was used for iterations with non-const operations only anyway
        
        Change-Id: I63b0c1b3a58ff940820f469e586369cb2a255df7

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d57baa3d5d197c6620078104cca57fd8104012f6]

        const iterators
        
        Change-Id: I129b51c2e736e04287141c0eae8c212c179a3475

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7902e30aab21968648d53356d9d3533bbac17172]

        move Ring to sw::Ring
        
        Change-Id: I3109185f747b821ee94aae5c58f86768ca30713a

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6172730c6465c02a925ed07fbce7add390c437fc]

        no need to use Ring here anymore
        
        Change-Id: I868ba712561b10eec91bf254c3fb1cadd5fdb282

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66fc18538b544d62bc51f2fc485cf997433ff990]

        use new typesafer implementation
        
        Change-Id: I2228b2d421987c71e9738e32d138eccab02ea1db

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ef5051b59270b324968cb91304fb25f622b80329]

        make ring header only
        
        Change-Id: If8a52d12cb145120be4477ee79f8cdc55329c36c

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [02e2e6df7f089b121bc3599c8e267ffa7f9e46fb]

        use macro in macro
        
        Change-Id: Iadc70ec4ddfced07eeb761302c9d8485263c114b

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4f9ed32cb81d9664683c55025d1c6b3e2e524125]

        some test tweaking
        
        Change-Id: I45f60a0c37471a24219c95cf916b9cbfe0fc4c43

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [57a2acc3c2a8b31c36eb285870b19f00683c9293]

        test FOREACH
        
        Change-Id: Iaa63f0fb1be5efe0659f56bf15bfa13c48f3ab81

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0e6221e51f8572552021873aa4d6624365607ede]

        some more iteration
        
        Change-Id: I5ca9b79b2992b8499beec04ebe86d82ae14b0ee2

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4a5928ee4ca55d22a0fa122886ecc7d6a55e9247]

        more testing and initial iterators

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [efddd4b6e0e80bdbdb74ea43654d258dedb7d13d]

        private pointer
        
        Change-Id: I2c5b2a5d99236f3d3887bba994acd1cf77ae83ba

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2353618ff955cf5504ab7a69eaf2b7e5593b666b]

        use boost
        
        Change-Id: Ic5ded259912eb4d6b367ea294dc3a372fcd44195

2014-12-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9e4e7b2f454a5a3ccd619e9789461d474c2dacc7]

        test intrusive

2014-12-01  Katarina Behrens  <bubli@bubli.org>  [759ae3c367f63ee006cfa8f4239ddcc1302b5879]

        Move accessibility relations to .ui file
        
        Change-Id: I910f01cbe2f3a87ff9c629a72231dd8106ddf973

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [bc3a2426511fd05085c0cecf9dac5cdfb2bdc115]

        BREEZE: Additional of more icons found in the toolbars of writer and calc
        
        Change-Id: I4142058968230310973a6fe60794d4a1e89cae23
        Reviewed-on: https://gerrit.libreoffice.org/13259
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-01  Michael Stahl  <mstahl@redhat.com>  [17fd1d8848df8fa97818b024a510bec98d8fc9d5]

        editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2
        
        ... and add a check for fdo#85496 too.
        
        Change-Id: I235057362bcac23fa64e79f1b47311328e01a81a

2014-12-01  Michael Stahl  <mstahl@redhat.com>  [7a242b463132d67a4a2d6e69319e0da367145cc0]

        fdo#85496: add some asserts to detect this sort of problem
        
        Change-Id: Iff787c8d2a71bc3082192cc98e3d916badee65dd

2014-12-01  Michael Stahl  <mstahl@redhat.com>  [846b56b6b99e334dfa44f1a24640aa3158509854]

        fdo#85496: editeng: do not add multiple 0-length attributes...
        
        ... at the same position.
        
        Since commit 0d57434180db6c8eda8c5b9b704f8a1c18b371df these will be
        exported by the ODF filter as duplicate attributes.
        
        Change-Id: I8befe55f61c59ab968409fa03359540c300f9198

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [35e90c9f21de6d78c05cc0fe246ac4724e4cb748]

        SIFR: fix links.txt reference which conflicts with tango/links.txt
        
        Change-Id: I5047fa774c297c28a38cf70956d19e504a8f431b
        Reviewed-on: https://gerrit.libreoffice.org/13256
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-01  Tor Lillqvist  <tml@collabora.com>  [814e4054814fc4a1eff6983af9e36cf13c1a0ba3]

        Fix Android build
        
        Adapt to URE merge. (Not sure whether the app(s) still work, but at least it
        now builds.)
        
        Change-Id: I6e85fd8eaebea75c22188f4f36269dbbe55d012a

2014-12-01  Lionel Elie Mamane  <lionel@mamane.lu>  [5a96c7cb511d1997d8e5188fbaa028c6ff1b2dd3]

        fdo#86852 correctly recognise NULL values in query parameter values dialog
        
        Change-Id: I3c0cf976e0a9fbafe6eee768799a2f48c2ee0ea9

2014-12-01  Lionel Elie Mamane  <lionel@mamane.lu>  [e4b8b7000525f34710f6dde35f45a629f1a4b383]

        Correct error message: the name is the parameter's, not the column's
        
        Change-Id: Ia26fb2dcd443f5c5b5cc48dff209d022388c7519

2014-12-01  Lionel Elie Mamane  <lionel@mamane.lu>  [509e54df095712a91ff9ab3c6b885998936f79a0]

        Don't accept invalid value just because user insists
        
        Change-Id: I0693f0e00226148faff2038cea320a506aabaea9

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [bd1cba5158ec900bd9df9a651d1080d85ba7c50d]

        Some Windows Command Prompt don't like if ... ( set PATH=... )
        
        ...it appears.  At least with Version 6.3.9600 on Windows 8.1, it results in
        spurious
        
          \Windows was unexpected at this time.
        
        past the first such construct.  Go figure.
        
        Change-Id: I21cdb4edce0e7b22f26ac8b2f8b884f18490879b

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [736b040cb158308e002d24cee8c33e794b2f59a1]

        typo
        
        Change-Id: Id4112879e9c8cbb9d900a2f25f5f6114189137d7

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [fd88318c21fbc7f6c3554e2fb524109a2aad5cf8]

        WaE: -Werror=switch
        
        Change-Id: Ib29d9c377bad2ba6dfb771b74cc97dcffe768dcb

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [542120c30672144a6ad536909b7f4740d3a6112f]

        Generate oxt in OUT_BIN
        
        Change-Id: Idb4569c64060ef9d60e0d090cf46b053a252d750

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [b2c4a00095e3baa028dec059f34be04cac6463bb]

        WaE: -Werror=switch
        
        Change-Id: Id98fd0522403ebc5e175c3fdb2a6ce9e8f6ca4d7

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [462df89dbb89b4f32aefde092830806002145e86]

        WaE: -Werror=switch
        
        Change-Id: I2cd8ef48620bdd70554658b7468183e902ed8b45

2014-12-01  Andras Timar  <andras.timar@collabora.com>  [559127c7c61a886ef4a5712eda4819af3b780da5]

        Windows build fix
        
        Change-Id: I59c24c04965d7c582a1288d86cb589eb3c8290a2

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [1aa5f6f272f7712f7d64acb758b0250796c9f27c]

        WaE: -Werror=switch
        
        Change-Id: I347bcc82795da95f14ad9be90cc6c9020fd697ca

2014-12-01  Matúš Kukan  <matus.kukan@collabora.com>  [373daf55d98ba706d3dea131e755da3a00eb259f]

        Add message to exception
        
        Change-Id: I0e7cf850b51343e4afc1ea0a0409ad2c4e596435

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [aa9d55fe144f67c22cc55ab708eb7377402b484c]

        WaE: -Werror=switch
        
        Change-Id: I347bcc82795da95f14ad9be90cc6c9020fd697ca

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [982f199a98a7d82e0109077882a645f1a442049e]

        Fold URE: Linux ure/share/misc/* -> program/
        
        ...and remove now unused ure-link symlink
        
        Change-Id: Ic958432c1dad4fae213982d0af072187f151620b

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [8fc14413d9dadede63743ec76603d95eb587f580]

        Resolves: fdo#86799 fix insert special char in Find/Find and Replace
        
        regression from
        
        7f7d2213209dd8e23292ec5a85fbab6127824c49
        author	Caolán McNamara <caolanm@redhat.com>	2014-10-13 09:25:26 (GMT)
        osl_Module -> osl::Module
        
        Change-Id: Idb8fec23bdd0ee3ea0488047aadaf21e3cd2900f

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [6269b62b525ec22471db56015ac2daed813ec5ff]

        Resolves: fdo#80938 fix SQL view to be editable
        
        regression from
        
        commit d60392fb5b387175dbd2e575848993c02c56922f
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Thu Mar 6 12:05:24 2014 +0000
            coverity#706316 help out coverity re tortured logic
        
        Change-Id: I2ee7bd3b7421ae46878d1b565ef14dd7b0bbd10e

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [c17f5bb6fb15239809e6b8439e9e443280bc2bde]

        -Werror,-Wunused-private-field
        
        Change-Id: Ic090eee9e7705baf2c44fa2990a986e06cd0cf68

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [1f13a4f40618b798fc84a058097b0ad26e77f111]

        -Werror,-Wswitch
        
        Change-Id: I807b63361af2e40c4adf66412615b91b5d610dab

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [4c03d837eb19e3a7d38e26ebac9740cb58f5d03c]

        -Werror,-Wswitch
        
        Change-Id: Iad8c17f8d69d51d55c6cdf2ed355cda140399337

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [d308906df6a6b4d44aa9974825765174ba2bc7e3]

        -Werror,-Wswitch
        
        Change-Id: I7d7a616dc843c434dcd2586ccdb9cb48b961e4c4

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [9e4b6236cb1a300c6ad354021d8ea8d8170d83cb]

        -Werror,-Wswitch
        
        Change-Id: I3e3ee66c8d965e13f5efbbaf811764d976ebff93

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [f265afbb5cfa5320f1c18745e67379c62a70d5cb]

        -Werror,-Wswitch
        
        Change-Id: I6cf157c72216d0c0784cae84669e8203500f4c34

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [73f20bff55c1e65761c888f12e4cb917901ec790]

        -Werror,-Wswitch
        
        Change-Id: Ibe98acde990d5c9feb6c66455e1e82fa8232ac9e

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [ddfdd8f97a12efa309271fd0c9223b3281da5a9f]

        -Werror,-Wswitch
        
        Change-Id: Ia787aaca4a5ec4af37063e35e96c8aba06bdd8fa

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [03302f74b80baea7eb860f406bcbe0cb7b1a593d]

        typo
        
        Change-Id: I191319d4893e622cb3d72a7a2a286241e3825c60

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [28bd5d32a9fd7b72fb2440041a32bcc2702688b6]

        typo
        
        Change-Id: I9151667213cc3c4d36d49547ae717ff3bec09cc3

2014-12-01  Stephan Bergmann  <sbergman@redhat.com>  [aeec24cb34d1b5c302bf61b28c8dcb48576eb042]

        typo
        
        Change-Id: Ifb2120fc0403948ff7eb369184bde090494b2742

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [f1da0cff2f67b0c66ec9e3cc5d9855b591eb8648]

        fdo#84293 move clipboard functions to the top of context menu
        
        Change-Id: I3be93178a9b4ba5ecfcb328a8235d2ae2cb17bcd
        Reviewed-on: https://gerrit.libreoffice.org/13216
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [83a597af21b41c268b073bce208dee1e8de10831]

        WaE: -Werror=switch
        
        Change-Id: Ic5b7f1da92ac5a936857fe122cb8db0441b6d291

2014-12-01  Noel Grandin  <noel@peralex.com>  [2dc8ed6970e76c160eb335963ae4a6922b5f94b3]

        simplify finding of windows SDK in configure.ac
        
        find_winsdk() is never called with a parameter
        
        Change-Id: Ib0b0e5053a3bf792b66832d96ebf771251a24c1f
        Reviewed-on: https://gerrit.libreoffice.org/13167
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [191d387a9eaf137c91836a6c4b5f4fff81e357b1]

        Remove the hyphens from the “whitelist” and “blacklist” compound words
        
        Change-Id: I5371b6d0662d8143f33b1225e9d4c7b78d521ebc
        Reviewed-on: https://gerrit.libreoffice.org/13205
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Tobias Madl  <tobias.madl.dev@gmail.com>  [ff5d0daebfddfaff79972df5d539710f3700adfe]

        fdo#39468: Translated some german comments
        
        Change-Id: I7fba5d4d91c85289f2be5c0338977bea2cce2b06
        Reviewed-on: https://gerrit.libreoffice.org/13178
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Daniel Sikeler  <d.sikeler94@gmail.com>  [ab515d82b75631e0cb7442ca6ab1369b4daa197e]

        fdo#39468: Translated some german comments
        
        Change-Id: Ib09e5bca54d7176db544a7256f539a74f778d475
        Reviewed-on: https://gerrit.libreoffice.org/13154
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Michaël Lefèvre  <lefevre00@yahoo.fr>  [5c72a036aa4bed91fcedab963828ea4ba6fe6198]

        Use reference instead of pointer
        
        Change-Id: I569ab4711e25387736beb730072420b7a7c9f939
        Reviewed-on: https://gerrit.libreoffice.org/13240
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Stanislav Horacek  <stanislav.horacek@gmail.com>  [16b47b7c2aefbda22265646ba43dad07ff805178]

        Updated core Project: help  a8a62b8e5bda4526eeb9525509ce7313d14784e3
        
        Image is not in Media submenu anymore
        
        Change-Id: Idf5a1c9c2f6b3ef95a72613aedd15f743280ad95
        Reviewed-on: https://gerrit.libreoffice.org/13223
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-12-01  Caolán McNamara  <caolanm@redhat.com>  [0ba5ea1b5b6f80b34a178bc2c84e34b15ed4e77f]

        fix higher level debug build
        
        Change-Id: I6a1f92100c08dd1523fc9b02c070a5039041cb13

2014-12-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [38019e7c75102ab1a64c073ecea337ac3d04440a]

        cui: More HIG fixes
        
        Change-Id: I6e4c746de6c9393784ab831a39c3f19f0f380c07
        Reviewed-on: https://gerrit.libreoffice.org/13204
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Olivier Hallot  <olivier.hallot@edx.srv.br>  [230bf4bed9fa58ff9b03d613596eda211ba80d51]

        fdo#86871: better button label in Index/Contents
        
        Change the ellipsis button label
        Insert -> Table of Contents -> Index and Table of contents tab -> Create from -> Styles -> ...
        This last ellipsis means actually "Assign styles...".
        
        Change-Id: I22d761891d212240aedfe26ce3885b1ded2dcc1a
        Reviewed-on: https://gerrit.libreoffice.org/13207
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Olivier Hallot  <olivier.hallot@edx.srv.br>  [7d28127c738f68ddefb318858438b159321b8a05]

        fdo#86871 (part) replace ... in buttons
        
        These are for cui/uiconfig/ui.po as in Pootle
        Replace ... with more meaningful words
        
        Change-Id: I6d841d9865eba54573c4ed4002652fd1e4c9f2aa
        Reviewed-on: https://gerrit.libreoffice.org/13233
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-12-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [97d9e5297b563cddb19f9df2682cb3ef23c99229]

        Factor out SdrPage::dumpAsXml() from SwDoc::dumpAsXml()
        
        Change-Id: Ida16087b1d954454c672ddeec78b8dfe0e5a45fe

2014-12-01  Tor Lillqvist  <tml@collabora.com>  [ea25c799ea6d16a15390f9edcd69fa9e8ec5b2b5]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: I71923bdeb7b66662f114b3e72d9e3846f8b9ff92

2014-12-01  Tobias Madl  <tobias.madl.dev@gmail.com>  [14596452e781f6a66bcc63b0c447c852df1f2896]

        fdo#84938: replace EVENT_ constants with enum
        
        Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f
        Reviewed-on: https://gerrit.libreoffice.org/13134
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-12-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [96ec51292301a105effacfcceec44f696ee6e0f0]

        add test case for fdo#86518
        
        Change-Id: I297ba5fe7d218ef3bfce6c95c54f446038b7fdca

2014-12-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4e3baa08cbaf1e15ef668d92878d1f6f8eba1303]

        avoid modifying range name references that are not affected, fdo#86518
        
        Change-Id: I0822fb96ebcb30326bcdd88f3900e6e01c85bcf5

2014-12-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f1cdad3253730c593953b91279d17c8a4590fed9]

        For external data sources this variable can be null, fdo#83534
        
        Change-Id: I8c47cf078b4772fcdba0993880740c22114f1b45

2014-12-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8eeb02dcc1a4bc99b083b1a591b4a70003a1604f]

        use boost::shared_ptr instead of manual ref counting
        
        Change-Id: I3c2ed9b5641202ff965c3a0c833c8201b2b1548b

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [1cbab726772e3c0eba74202043699584a00eb931]

        BREEZE: add most icons for calc's toolbar
        
        Change-Id: I25da362f2348d4315ede9dfffb6454f9170f136b
        Reviewed-on: https://gerrit.libreoffice.org/13235
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [9ba3c24d045972b6ccc276e575744103e4f7269a]

        fdo#75256 improving on existing icons and adding entries into links.txt
        
        Change-Id: If2dee6f5df6dc3961fbd932b2982ecdaf210fc97
        Reviewed-on: https://gerrit.libreoffice.org/13226
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-01  Yousuf Philips  <philipz85@hotmail.com>  [ebe2bb47d6718ffc5576bd0b72fc7fcdb96f5968]

        BREEZE: added all icons for writer's toolbar
        
        Change-Id: I26bc023f918a1b264c6267de7115c8821815647c
        Reviewed-on: https://gerrit.libreoffice.org/13234
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-12-01  Takeshi Abe  <tabe@fixedpoint.jp>  [14398cb2076a88b752430db5e20b36d9b377f62c]

        fix the order of arguments: expected and actual
        
        Change-Id: Ie7c1dce636df2891f1888aa95cec6d37ed0380b4

2014-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1fd34cd93faf13c30501635b41d01e0fc5606755]

        introduce SAL_FORCEGL and document the variables
        
        SAL_FORCEGL can force OpenGL even if the driver is blacklisted.
        
        Change-Id: Idc763d81fef6dbdf915154995205fbf2b1f060b4

2014-11-30  Andras Timar  <andras.timar@collabora.com>  [317b5bc5f801135b027e02d5acfc407cc2d05689]

        amended solution to @TERM and @CTERM import from Lotus 1-2-3
        
        Change-Id: If23e0d80585911ea75c2a24f1e59e71f1edb4774

2014-11-30  Caolán McNamara  <caolanm@redhat.com>  [a66451887425ddd9387e2b25d5125916f4a35f83]

        mirror fixes for fdo#78906 and deb#766788 into icu
        
        Change-Id: I9325bb28eb267b023f628e24fea216ad580759e9

2014-11-30  Caolán McNamara  <caolanm@redhat.com>  [6688e5426435c03edffef75c6cfd3f3033246521]

        fix higher debug level build
        
        Change-Id: Ic5aae12c6a32c535faf790892810522aa4c527f5

2014-11-30  Caolán McNamara  <caolanm@redhat.com>  [f7527ebddafb769738b75b53742df3b65d074f52]

        coverity#1242775 Use of untrusted scalar value
        
        and coverity#1242728
        and coverity#1242836
        and coverity#1242927
        and coverity#1242942
        and coverity#1242937
        and coverity#1242793
        and coverity#1242945
        
        move the casts to one single place before they get
        scrutinized
        
        Change-Id: I8a14f8d22b5c38d04f4fb538a1eb0baeef04e390

2014-11-30  Caolán McNamara  <caolanm@redhat.com>  [cced2f6b866877c39afe86f4af18622cb4022bef]

        give us a parenStack which can grow to fit any input
        
        Change-Id: Ic464184fe367da33bf8c4790b82656b140e3cbd0

2014-11-30  Caolán McNamara  <caolanm@redhat.com>  [093ed85875331f57ba32b382f0efa211f36e5abe]

        coverity#1213364 Untrusted loop bound
        
        Change-Id: I518c4819fd4efe605dab0e73c58f8a8c7691b26d

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [5486aae1708835c44e4c757dbee785eb534bb214]

        loplugin:unreffun: PropertySetDumpHandler
        
        Change-Id: I5e2776a7c7a01ea7486b7608a8664aa88842a510

2014-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82d767a50629aa8e1c6fa005439c92153b22e7f6]

        whitelist some drivers
        
        Especially the ones from our developer machines as they are better tested than anything else.
        
        Change-Id: Id6ff6bcae314c03453d82ee4e64aaef1bd5ed84a

2014-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [773d2bde7176130ad9ac4a28991a1441ad022faf]

        block all RDP sessions from using OpenGL
        
        Normally you only get the Microsoft OpenGL 1.1 driver for RDP so it is save to just block it.
        
        Change-Id: Id9b3af23d56926b09316fbf8b873e271060d2c6a

2014-11-30  Radu Ioan  <ioan.radu.g@gmail.com>  [09b1c24dc971323e4b9bb4bd80517e1480cc7069]

        fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
        
        Removed XDashStyle
        
        Change-Id: Id14802a007a90508ee033e1dc964c57d3d5ef582
        Reviewed-on: https://gerrit.libreoffice.org/13213
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-11-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5bac8dbfdd94ab79b32f2b55fee907f8348e0c6e]

        This value is intended to be 200 MB in bytes
        
        Change-Id: Iae06202acc825ab95389465b9aea846f2772df26

2014-11-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4146c1003f796f662a2f5b4ec150173df28fd9de]

        PPTX import: shape effect properties defined by theme
        
        Effect import is so poor by now that this changes does not seem
        to have any effect, but later it can be helpful.
        
        See also:
        81cd386facedfbb15be6dffc10351262abf733f3
        and
        664a56b3c81503bdf199edf1806676f0a35b956f
        
        Change-Id: I4e6a9952aa138959ab273db0494ef0cf76d8fc24

2014-11-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [664a56b3c81503bdf199edf1806676f0a35b956f]

        PPTX import: fix import of shape line properties defined by theme
        
        See also:
        81cd386facedfbb15be6dffc10351262abf733f3
        
        Change-Id: Ibb21d3e5b52a4d4996202acd4a989910fa223632

2014-11-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [81cd386facedfbb15be6dffc10351262abf733f3]

        bnc#904423: Text(box) is rendered white on white when it is not
        
        The problem was that the background color defined by theme
        was not imported correctly, because the different fill
        style comes from different sources (master slide, theme,
        direct formatting) were applied on the shape in wrong order.
        
        To solve this we need to store master slide defined fill style
        in a different variable so theme style can be applied after master
        slide defined style but before direct formatting.
        
        Change-Id: I99ea981858b9fa391915570187c8ddfdf2be1f7a

2014-11-30  Maxim Monastirsky  <momonasmon@gmail.com>  [ef8e38266b13800518830917a71dde4d3ee8f7ef]

        fdo#86117 a11y: Exception when closing popup from ToolBox w/o separator
        
        For some reason PopupWindowControllerImpl::WindowEventListener is getting
        the VCLEVENT_WINDOW_HIDE event twice, and while processing the second one
        the ToolBox no longer has an active down item, which results in a
        IndexOutOfBoundsException in VCLXAccessibleToolBox::getAccessibleChild,
        because ToolBox::GetItemPos(0) correctly returns TOOLBOX_ITEM_NOTFOUND.
        But when a ToolBox has at least one separator, ToolBox::GetItemPos(0)
        "detects" its position as the current down item, and no exception is
        thrown.
        
        Probably it just hides the bug, because it seems to me that getting
        the hide event twice is the real bug here.
        
        Change-Id: If018350dd91cd959c0c8f7d6859474f95fb8cd1e
        Reviewed-on: https://gerrit.libreoffice.org/13173
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [61672791db2fa5650b7021639bcaacfc534c75b5]

        Avoid having TableManager as a template class
        
        It was always used with T=css::uno::Reference<css::text::XTextRange>
        
        Change-Id: If79413cf68ad5d5f6fc7aba1c065f49e5781d71d

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [45234fd21ad76b7732be4e5783cc7dd5dcf2daa2]

        TableManager is only used with PropertiesPointer=TablePropertyMapPtr
        
        Change-Id: Ie036cafd769328d9d5cc42265534ed8f7c0d0f2c

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [64507885bc44aa835728fc37f4d3c5919a47d600]

        Unused writerfilter::TagLogger::propertySet
        
        Change-Id: If0dd607823cad5dbc2da2df93ed0847a34791b58

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccfd64827aa557813efdcdfbbb93f3172d3a2493]

        writerfilter: only dmapper needs TableManager.hxx
        
        Change-Id: I3354f82a3dd0a598b5405ab32c5d1b0d370829c3

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [db92adda5b4f7bd7ca1c3bbb87802752c6867d71]

        writerfilter: turn RTFOverwrite into a C++11 scoped enumeration
        
        Change-Id: Ic49033c85f77be8ba415078ae5e3518ef0faae75

2014-11-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa15d039e3a553da8500c17190d27169a9477cf2]

        fdo#72031 RTF import: bogus call to getBestTextEncodingFromLocale()
        
        There were two problems here. First, commit
        bbe3627eece0c3486e7ea11f2f13377aaa3a8fed (rtftok: stop sending
        sprm:CRgFtc{0,1,2} tokens, 2014-03-05) broke the use-case when the font
        encoding is 0, but it's present. Before that commit, we parsed the font
        encoding instantly; after that commit we parse it once we have a font
        name. If we do that, then we have to have an idea if we have a font
        encoding. Given that 0 is a valid encoding, use -1 for the "have no
        encoding" case instead.
        
        Second, commit 7839633fb356285652ed96f4bf3f85bcd5b561a4 (fdo#85889
        handle pc, pca and mac rtf keywords in writerfilter, 2014-11-24) abused
        m_nCurrentEncoding, which is meant to be used within the font table
        only. The problem with this is that this way only the first font will
        get the encoding, while the spec says it should be used in every context
        where there is no other explicit encoding. Fix this by setting the
        default encoding for those 3 control words instead -- and consider the
        default encoding in getEncoding().
        
        Change-Id: Ia1d71f8ce70f2a53a3770b4840e21362d082e71f

2014-11-30  Matúš Kukan  <matus.kukan@collabora.com>  [43a803ccf8d392561bd168dc3b64695c4dcf93ce]

        Use IDocumentMarkAccess::findMark here
        
        Presumably, the names should be unique, so it's the same.
        
        Change-Id: I74907b97bc25f9512d4f7514162360e8b21ad4a5

2014-11-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [c9271bd507e0eb9dd33e6f366479aad8b505a3e0]

        vcl: remove IOS/OSX only code
        
        Change-Id: I83fd835a8a198ff469cfaa0441c938acf9433862
        Reviewed-on: https://gerrit.libreoffice.org/13206
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-30  Yousuf Philips  <philipz85@hotmail.com>  [bb9510866f1ead31749bed9a00c61e8eb4013d9e]

        fdo#86035 impress and draw use .uno:Text and not .uno:DrawText
        
        Change-Id: I8d61702af9d650149fd1fced253007fad4605246
        Reviewed-on: https://gerrit.libreoffice.org/13200
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7514dc3424e703a58b0ae7b3b5fc0ee36ad52f9f]

        move the iOS SalGraphics code back into the OSX one
        
        Conflicts:
        	vcl/inc/headless/svpgdi.hxx
        
        Change-Id: I4cd9163bcbb8cdee21e5bce3303894923c4238d6

2014-11-30  Yousuf Philips  <philipz85@hotmail.com>  [d59b971a4c8600208215a547a2de128de34b3299]

        fdo#85820 move insert table to table menu in writer related apps
        
        Change-Id: I90a44d9e826558a80174a452626c8e8438e25666
        Reviewed-on: https://gerrit.libreoffice.org/13198
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-30  Yousuf Philips  <philipz85@hotmail.com>  [7232dc4baf3575dc300421a13b41e05d7b92dc5d]

        TANGO: add icons for .uno:SoureView and .uno:WebHtml
        
        Change-Id: I6601d40f86d7abdaffef0cb0167e84efa54548ba
        Reviewed-on: https://gerrit.libreoffice.org/13192
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-30  Yousuf Philips  <philipz85@hotmail.com>  [9acc5b087007ead73b4680d1f57a150f56afea2b]

        TANGO: add icons for .uno:FormatColumns
        
        Change-Id: Iee75eee636e333526b1fb35e8071ed5e9a194bb2
        Reviewed-on: https://gerrit.libreoffice.org/13193
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-29  Yousuf Philips  <philipz85@hotmail.com>  [ffd18eed1fc5b56fecf83fbff3ce09face16bb7e]

        fdo#86035 removed uno:InsertDraw and added shapes submenu to writer
        
        Change-Id: I66a762ac267f48b9866d6ccb0fec9542eec52aaa
        Reviewed-on: https://gerrit.libreoffice.org/13188
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-29  Yousuf Philips  <philipz85@hotmail.com>  [c371fc5b95423220c483d5dfc8d34dfb8956e5c7]

        fdo#86035 removed shapes and textbox from writer web as they dont function
        
        Change-Id: Ia6b1c7f9d7ad3cdf9dd5aa06d1c0ba86a71607ab
        Reviewed-on: https://gerrit.libreoffice.org/13187
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-29  Yousuf Philips  <philipz85@hotmail.com>  [401b7c8d7f0d46094e8bab7db9b2df8c74c5b876]

        fdo#86738 add links.txt references to next and previous buttons
        
        Change-Id: I04514498e9f6466416d08eb0e1736dcebe931e71
        Reviewed-on: https://gerrit.libreoffice.org/13186
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e841dd17a4fb9ba558bcbea5cde5ec90061c1313]

        add test case for fdo#86253
        
        Change-Id: I943351a9050f78ea3495807570c51e0c7782ead3

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1e4fc94c7feff11f28654dcf70cccf77db216143]

        we need to copy the condition format cell for cell, fdo#86253
        
        Change-Id: Ic090e1b9d13780e7e895a85901d3329cc5703688

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [30ee36473ccfb51009bb9d24b00d3a79895dd2ce]

        don't call XLSX methods in XLS export, related fdo#59762
        
        This should fix a huge number of our xls export crashes. I just picked
        my test document for the commit message. I suppose that nearly all
        reported XLS export crashes are the same issue.
        
        At the same time this should improve the performance of our XLS and XLSX
        export a bit.
        
        Change-Id: Id19e2515e75e10527d3af62d671377bec23f99e8

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [90716272658bf93518d0b9c6781a724c88fd5059]

        setting the document modified during import is insane
        
        This helps with some huge documents and takes 90% of the time of the
        import. The correct next step is to get rid of UNO in the calc style
        import.
        
        Change-Id: I6cbd315906405d8f438d99effad122af8edeb01d

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6acfb0e75e1688d7af52a81dd070d97e5657ab4d]

        no need to declare variables before use
        
        Change-Id: Ia732e283fa07ec5ece58e49dca2dcc5c61495109

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ae88bc4f53a7ad655e12dcbd932bed61ee6d8203]

        if we use hungarian notation let use it consistently
        
        Change-Id: Ia17a5d983afb98e0b348909a66be85ea55f8a47a

2014-11-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b7d07ffcad2767013e1db5627b4a6d90f629e8ed]

        request also a stencil size
        
        Change-Id: Ib3b8b70aa50dd1a42108e3e9091350bf1d315b03

2014-11-30  Jan Holesovsky  <kendy@collabora.com>  [5c887ab254bcd3d17ac16a2ec150c30fd2766fc7]

        windows opengl: Transparency of the native widgets.
        
        Change-Id: Ifa6ba5735582effc27ac68556c2367077705d1d6

2014-11-30  Jan Holesovsky  <kendy@collabora.com>  [9ec885872b151f56b631292ea4f61c58341bc1b9]

        windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.
        
        Change-Id: I524883b0f0bbce9a8b6f893771f144feeee49934

2014-11-29  Katarina Behrens  <bubli@bubli.org>  [1386c348f81738a9966d1217db89d1f603466317]

        fdo#82616: set limits on spinboxes according to size of workarea
        
        Do it the same way as position'n'size dialog does, for that matter
        move shared code into a separate header/class.
        
        This fixes regression from .ui migration that omitted spinbox limits
        
        Change-Id: I884904719b2608dd80aecc5d7ffb3923de71774d
        Reviewed-on: https://gerrit.libreoffice.org/13174
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Katarina Behrens <bubli@bubli.org>

2014-11-29  Andras Timar  <andras.timar@collabora.com>  [e22325ca9076de4cf11c82f21da611b8c7ba1b5a]

        non-translatable placeholder
        
        Change-Id: Id210dad9b44f0164bfb247266a99c5886bfb7cbd

2014-11-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [a4b6266311a95347696bc79baa84ddd09f69366e]

        vcl: Remove DummyApplication
        
        DummyApplication is, frankly, a hack. Application is an abstract class because
        Application::Main() is a pure virtual function. However, as DummyApplication
        shows - this is not necessary because InitVCL() just makes a dummy app anyway.
        Anyone who uses Application::Main() will get a warning.
        
        Also: I want to move some of the global data into Application, and I can't do this
        whilst it is an abstract class. Given it's not necessary, then I'm getting rid of
        Main() as a pure virtual function.
        
        Change-Id: I425cf6feae4866f5670963ee9905f6161e421dd2

2014-11-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [03c049a093c9ed0451099325d73429b010e71594]

        update credits
        
        Change-Id: I70a2a9fc8f30e915f371e691c58b0d58b1e3ad86

2014-11-28  Eike Rathke  <erack@redhat.com>  [8bc56801af0540c0496c1f8ddd335578a8791017]

        set only valid positions from ScExtTabSettings at ScViewDataTable
        
        Some address fields of ScExtTabSettings are initialized invalid and
        maybe kept invalid, on purpose, so take care of that and use only the
        valid fields.
        
        Change-Id: I37cbf8ff49c6ccf38bfac3e1c8c6492ac7bad61b

2014-11-28  Jan Holesovsky  <kendy@collabora.com>  [34f2c4c603514185c695f1fbfff81546214c45d4]

        icons: Hide the Industrial theme again, fallback to it during Tango creation.
        
        Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1

2014-11-28  Eike Rathke  <erack@redhat.com>  [d042bef351af4649e656bfb8c60273149e5daeb5]

        sanitize viewdata col/row values
        
        Change-Id: Iec51b032c96189b20cd43934c477b587da3011a7

2014-11-28  Michael Stahl  <mstahl@redhat.com>  [47588a4c98f1b668c7ffe2575c7e0851a63316bb]

        svl: SfxItemSet: get rid of the "no master pool" warning spam
        
        No idea why that would be a problem.
        
        Change-Id: Ib655b71ed8cd8a4fe8200209c929434832f3614e

2014-11-28  Michael Stahl  <mstahl@redhat.com>  [426ef2847cbdc74c068531915efb852a727cd3ee]

        chart2: ChartController: fix CommandDispatchContainer access locking
        
        crashes on concurrent setModel() and getDispatchForURL() in
        JunitTest_chart2_unoapi:
        
        Thread 13:
         7  in (anonymous namespace)::Frame::isActionLocked (this=0x2b66c0e4a090) at /home/tinderbox/master/framework/source/services/frame.cxx:2596
         8  in (anonymous namespace)::Frame::close (this=0x2b66c0e4a090, bDeliverOwnership=0 '\000') at /home/tinderbox/master/framework/source/services/frame.cxx:1772
         9  in chart::ChartController::notifyClosing (this=0x2b668ae41058, rSource=...) at /home/tinderbox/master/chart2/source/controller/main/ChartController.cxx:872
         10 in apphelper::CloseableLifeTimeManager::impl_doClose (this=0x2b669a0b1d08) at /home/tinderbox/master/chart2/source/tools/LifeTime.cxx:360
         11 in apphelper::CloseableLifeTimeManager::g_close_endTryClose_doClose (this=0x2b669a0b1d08) at /home/tinderbox/master/chart2/source/tools/LifeTime.cxx:311
         12 in chart::ChartModel::close (this=0x2b669a0b1c28, bDeliverOwnership=1 '\001') at /home/tinderbox/master/chart2/source/model/main/ChartModel.cxx:659
        
        Thread 1:
         4  in std::__debug::map<rtl::OUString, com::sun::star::uno::Reference<com::sun::star::frame::XDispatch>, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::frame::XDispatch> > > >::find (this=0x2b668ae41248, __x=...) at /usr/include/c++/4.8.3/debug/map.h:382
        No locals.
         5  in chart::CommandDispatchContainer::getDispatchForURL (this=0x2b668ae41248, rURL=...) at /home/tinderbox/master/chart2/source/controller/main/CommandDispatchContainer.cxx:80
         6  in chart::ChartController::queryDispatch (this=0x2b668ae41058, rURL=..., rTargetFrameName=...) at /home/tinderbox/master/chart2/source/controller/main/ChartController.cxx:1003
        No locals.
         7  in framework::DispatchProvider::implts_queryFrameDispatch (this=0x2b66a3fd21e8, xFrame=..., aURL=..., sTargetFrameName=..., nSearchFlags=0) at /home/tinderbox/master/framework/source/dispatch/dispatchprovider.cxx:374
         8  in framework::DispatchProvider::queryDispatch (this=0x2b66a3fd21e8, aURL=..., sTargetFrameName=..., nSearchFlags=0) at /home/tinderbox/master/framework/source/dispatch/dispatchprovider.cxx:111
         9  in framework::InterceptionHelper::queryDispatch (this=0x2b668a61bc08, aURL=..., sTargetFrameName=..., nSearchFlags=0) at /home/tinderbox/master/framework/source/dispatch/interceptionhelper.cxx:78
         10 in (anonymous namespace)::Frame::queryDispatch (this=0x2b66c0e4a090, aURL=..., sTargetFrameName=..., nSearchFlags=0) at /home/tinderbox/master/framework/source/services/frame.cxx:2227
         11 in svt::ToolboxController::bindListener (this=0x2b66c0f72740) at /home/tinderbox/master/svtools/source/uno/toolboxcontroller.cxx:529
         12 in svt::ToolboxController::update (this=0x2b66c0f72740) at /home/tinderbox/master/svtools/source/uno/toolboxcontroller.cxx:232
         13 in framework::ToolBarManager::UpdateControllers (this=0x2b669a0a1728) at /home/tinderbox/master/framework/source/uielement/toolbarmanager.cxx:440
         14 in framework::ToolBarManager::AsyncUpdateControllersHdl (this=0x2b669a0a1728) at /home/tinderbox/master/framework/source/uielement/toolbarmanager.cxx:2110
         15 in framework::ToolBarManager::LinkStubAsyncUpdateControllersHdl (pThis=0x2b669a0a1728, pCaller=0x2b669a0a1890) at /home/tinderbox/master/framework/source/uielement/toolbarmanager.cxx:2097
         16 in Link::Call (this=0x2b669a0a18b0, pCaller=0x2b669a0a1890) at /home/tinderbox/master/include/tools/link.hxx:139
         17 in Timer::Timeout (this=0x2b669a0a1890) at /home/tinderbox/master/vcl/source/app/timer.cxx:276
        
        Change-Id: I17ef63db8f7c288460e00031e8e8a5c3e4d086b3

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1e1757cdab6e61b94244761227b0a1f112e6b0c]

        DOCX import: ignore <w:tblpPr> in shape text
        
        Floating tables are kind of anchored objects, which are not supported in
        shape text by Word, so we should ignore their flotation on import as
        well.
        
        Note that there is no need for a setIsInShape(false) in
        PopShapeContext() as we pop the whole table manager from the stack
        anyway.
        
        Change-Id: Ie9e88d2c83c0c34a01922e6e89f69f6089585b4b

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [b2d3f9b5a12928127b476b10599069efea0ddcde]

        coverity#1213364 Untrusted loop bound
        
        Change-Id: Ifa9912386d34c1bed40dd02d17e4e5402fc82592

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [33e8afd668a24285335e42fdcc5d894e046c5bba]

        Revert "Related: deb#766788 alloc on heap instead of stack"
        
        This reverts commit acdf54c4142b7a51b99eacacee470ac31d6ff0ae.
        
        Change-Id: I1c49a5baac3a3421d23926f4479e674ef46fbf34

2014-11-28  Michael Stahl  <mstahl@redhat.com>  [3124dadde5e8c5b282685566c9005879d3ae65c1]

        vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_test
        
        (regression from acdf54c4142b7a51b99eacacee470ac31d6ff0ae)
        
        Change-Id: Ieff44a1b953c9bd95acc4440d2e9f02b5ca1d288

2014-11-28  Michael Stahl  <mstahl@redhat.com>  [12ab10e5824bb5efff27123aecfdefa1a16d5223]

        fdo#84043: add a test for the bug
        
        Change-Id: Ic9ad86bfc2d4d6b02afe99a34ded27fe94f54fab

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c4224377cae5490122011157c4586144f9b188d5]

        Clean up
        
        Change-Id: Idc8aa334dd784b7d55f092b0a0e353bb2f9b38d1

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [ac28e1c7f2d7a06b92af098f9e1c494bcb74d6d5]

        Fix pagein-common list
        
        Change-Id: I1bb067e138585099e96cbe3dd2ef4ed8c4870718

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [acdf54c4142b7a51b99eacacee470ac31d6ff0ae]

        Related: deb#766788 alloc on heap instead of stack
        
        Change-Id: I0f103f535b99f185cfdd019a76709d5deaef1d13

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [8cc05ee2e31fd94624cfbe78729c8a4eefff62a6]

        vcl: last fix to make this build again on Windows without --enable-pch
        
        Change-Id: I755b0470d1c6b2bfc4e33560df2df1187765ecd7

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef8610851b1de0fc9d5d239fffae50e905356592]

        error C2061: syntax error : identifier 'uint64_t'
        
        Change-Id: I78af18a1df98920a235c22c2f1875f0ac43a8e27

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a29ace41430c495f6adf8cea0ec4606ceec57066]

        error C2039: 'vector' : is not a member of 'std'
        
        Change-Id: I4a6d7a384daf00eb8841ea742187e38eafe98e8b

2014-11-28  Michael Stahl  <mstahl@redhat.com>  [4368e050406ddfa09a4b42a8cecbfd9d662aaaab]

        xmloff: avoid assertion because AutoCorrect document doesn't ...
        
        ... have a proper outline numbering rule.
        
        Change-Id: I7f73176fae6d181ec398c81daf492f4de08e0ae8

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [8fdb23973521125892d4a99dc4e33463680a0047]

        Fold URE: Linux ure/share/java/* -> program/classes/
        
        Change-Id: I86864f832c0377d307cfa0b2c137f452e43797eb

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c0fabfb477e0f5666691e0d65ab24b65c0a3e9d]

        SdrObject::TRSetBaseGeometry: Value stored to 'fRotate' is never read
        
        Change-Id: I3a0be6c9ac0d763e3de48ff5f1c2599392754315

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [97b138980dec42e44cabff0709dc57c50fd73829]

        Remove unused ure_unorc_url
        
        ...unused since 0c1dc375b4bf0c8ff01fe51921767faa703b1295 "Make
        ure/source/uretest/ use defaultBootstrap_InitialComponentContext"
        
        Change-Id: I42385d2d92fb1e24376829ce5c7ae112ea771e51

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [34f8136cd0b6560de0ed82dd02bb432dc6affc50]

        Fold URE: Linux ure/lib/* -> program/: adapt OO_SDK_URE_LIB_DIR
        
        Change-Id: I81b4eb422620fefba17fe1877ee91807be22df5c

2014-11-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [cc48d00b82941cef2c79774996a3482a2b6513eb]

        vcl: indent comments in vcl/inc/svdata.hxx
        
        Change-Id: I92a1916c8c7a2f2f5c04085367228c4deb44cf07

2014-11-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [cfea53881e27fe1bb5b9549972b83b18090fe417]

        vcl: comment says mnLayout is only used for RTL testing... removing
        
        Change-Id: I76b091c1baa1c89ef5e9b5880e99f72f865a6418

2014-11-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [e3a9c7d0cddc6286aa3515a0c0f0316a1e0468ed]

        vcl: pImplSVData->maAppData.mnDefaultLayoutBorder is never used, get rid of it
        
        Change-Id: I417e84b2c797ec2c43fb232f4a8412488b6d3ab4

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9101ccfa400e38f420fbda0a1c064550534eb26d]

        SwAnchoredObjectPosition::_GetHoriAlignmentValues: fix position of textboxes
        
        The problem was that the right edge of the textbox was outside the parent
        draw shape, which is unexpected for rectangle shapes.
        
        Change-Id: I5154a61b07d3d8d894491e76923b3b017aa3ce8e

2014-11-28  László Németh  <nemeth@collabora.com>  [aba64281bbc445d04b49e6e21a0d1966bc4559ec]

        vcldemo: extended text rendering test
        
        Change-Id: Iafc2fa397c6779f93a529fff814f1ce01829c1d3

2014-11-28  Takeshi Abe  <tabe@fixedpoint.jp>  [e2c7b93744e61f3a7a9a04056a95894c9e888db8]

        recycle SmVisitorTest for unit test
        
        i.e. move unused SmVisitorTest to qa/ as MockVisitor, and
        call it in existing test cases.
        
        Change-Id: I20dc45537f7a0e325e952724607e695f3b3da21f
        Reviewed-on: https://gerrit.libreoffice.org/13165
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [086e03af05fcef4506f913b6c5419908a3493c57]

        vcl: cleanup include/vcl/svdata.hxx
        
        Change-Id: I0b4ed6ac4518dae2a4abda6f4d0cef78343144b9

2014-11-28  Tor Lillqvist  <tml@collabora.com>  [791a8780a7dcbb062c7553eec81e3c1887ecdade]

        Make the OS choice a combobox
        
        Change-Id: Ie10d8f01b847f868e2a8d5afae8b313de3a98d91

2014-11-28  Daniel Sikeler  <d.sikeler94@gmail.com>  [94bcfb04194baa55f995de57981a293cbd1a4f5e]

        Unittest for autocorrect in writer
        
        At first we test normal replacement of wrong words.
        Second part of the test is about style changes during autocorrection.
        And at the end we replace a word with a table.
        
        The rules for the autocorrection are in
        test/user-template/user/autocorr/acor_fr.dat
        I needed to make SwAutoCorrect public for my test.
        
        Conflicts:
        	sw/qa/extras/uiwriter/uiwriter.cxx
        
        Change-Id: Ie753c2187c1f4eddaefe0cc428a605107112c24f
        Reviewed-on: https://gerrit.libreoffice.org/13131
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [45ca1bfc22f5d6857aeefc1e444f369cf6519805]

        Fold URE: Linux ure/lib/* -> program/
        
        The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
        (and juh.jar had lacked adaption for Mac OS X).
        
        Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [eef94c1655605ce890f182e31f3cc64ee3748625]

        Fold URE: Linux ure/bin/* -> program/
        
        Change-Id: Id6cab518329829c22600f2a68b6b59abd04a564c

2014-11-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [ea25b851e1796efa90abbdadd3459122e6606db6]

        vcl: remove newlines from include/vcl/svapp.hxx
        
        Change-Id: I894d0e5f224be97323f8a85821f2f35054951a06

2014-11-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [6fb1810196ca22aac4b126520cf27a0e7699e83f]

        Revert "vcl: Application is no longer friends with OutputDevice."
        
        This reverts commit 9ee57523baf24e2d3b332f01f394cd165013ff2d.

2014-11-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [9ee57523baf24e2d3b332f01f394cd165013ff2d]

        vcl: Application is no longer friends with OutputDevice.
        
        Change-Id: I5514554fdae59f5e3147ebe17843beb82395da9a

2014-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c25aa2ad4306d011df03100aa54d0b3b72a7a9f5]

        Factor out SdrObject::dumpAsXml() from SwDoc::dumpAsXml()
        
        Change-Id: I043f740c73f1b39d81383f4f1eab2aae009ac2ba

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [1e514c8da8e37fc3cb26af6ddaf95a3ed8093a41]

        test rows for validity
        
        Change-Id: I501c1c18df96b5b2ad628e86cfb724a541d5c4b6

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [2b2566972305cbbd177fcc3bedd23dc368661d53]

        fix higher debug level build
        
        Change-Id: I97ff0a97eed8723b6fb5cec9f11027bf6ee7c7d0

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [3ce91fbac411b1278d0ed964af4bf6f9a00bea1f]

        2007/2010/2013->2007-2013
        
        Change-Id: Ide300badd03e52394212eaa2ac457d6d5c1ee90f

2014-11-28  Caolán McNamara  <caolanm@redhat.com>  [8a22eaa73846e2e0bd75edb1d86c8d74799c757a]

        97/2000/XP/2003->97-2003
        
        Change-Id: I8ceaed177af64cb79bc6429ecad817f49cadeea2

2014-11-28  Stephan Bergmann  <sbergman@redhat.com>  [384aa260c8772d52759e2f789f56fe5798a6698a]

        theIntrospection missing from cppumaker call
        
        Change-Id: Ia6d031f24f57cf37ab68934a4aef36a0797eee65

2014-11-28  Jan Holesovsky  <kendy@collabora.com>  [8a34ea45fc962ff5b583228730a088f6e264bfb4]

        fdo#83076: More space around the 'Custom Value'.
        
        Change-Id: If75b5a9dddf308972f3c86f6c3b4bf12327f858e

2014-11-28  Tor Lillqvist  <tml@collabora.com>  [2e71ef8ef4aec2ccf6e74a54d9a2de109e265ee9]

        Fix packing overlap
        
        Change-Id: I3fa211be09daf3089b0ac54f885a3fb7d1753b2f

2014-11-28  Tor Lillqvist  <tml@collabora.com>  [81e3c00d411014f4a139a494816e689a9f498a4c]

        The compiler-generated dtor is good enough, no need for this
        
        Change-Id: Ib72e0df4ac3ca90d440a32359e711d77e758cca0

2014-11-28  Tor Lillqvist  <tml@collabora.com>  [a20269a5a818bea1c171102cc27eabdf426e939d]

        scui needs the opencl library at least on Windows
        
        Change-Id: I4183b957d59bb81b8df7a5f51418be94c879b3fe

2014-11-28  Yousuf Philips  <philipz85@hotmail.com>  [044f4c0f454870d56442c8d985c1baf415733cfd]

        fdo#75256 addition of sort icon and minor changes to other sifr icons
        
        Change-Id: I7cfdd13ae6a9969759ae23c3a5680707ba0ac458
        Reviewed-on: https://gerrit.libreoffice.org/13160
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-28  Matthias Freund  <matti_lx@secure.mailbox.org>  [ac1e7aea753ef78ca0a0df793731e49fdabcad80]

        fdo#75256 Improve sifr icontheme
        
        Add new wrap icons, modify wraptext, selectobject, inserthyperlink and rename alignvcenter to alignverticalcenter
        
        Change-Id: If80d520da672d756440d709dcc3bc5eb16be9fd2
        Reviewed-on: https://gerrit.libreoffice.org/13161
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-28  Yousuf Philips  <philipz85@hotmail.com>  [d3fa6eae3efe1a0bdbeea597fce7df0db30e633e]

        fdo#86472 added white backgrounds to images so they appear fine in dark themes
        
        Change-Id: Iaae21bc2205b62520b3dbe6564099e24d87beaf6
        Reviewed-on: https://gerrit.libreoffice.org/13140
        Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
        Tested-by: Yousuf Philips <philipz85@hotmail.com>

2014-11-28  Eike Rathke  <erack@redhat.com>  [8f031861f590ba914321816657a003375d93ef5d]

        write TRUE() for 2nd IF() parameter, fdo#81596 related
        
        Change-Id: I52d0b43b19e10bee82109b635b3b7ce4f43650a3

2014-11-28  Eike Rathke  <erack@redhat.com>  [14aabee5a73e57e26b2062b1ebf00c3f1dff1250]

        simplify RewriteMissing() and switch in Add...(), fdo#81596 related
        
        Change-Id: If2ca37e1fda87ce56282fc2d2fc57a0784851139

2014-11-28  Eike Rathke  <erack@redhat.com>  [3dd241c52d6db424bd4696ff8f223976542e411b]

        sensible indenting, fdo#81596 related
        
        Change-Id: If7eb11a950b45793d04837d02f9546a93673fa2f

2014-11-27  Michael Stahl  <mstahl@redhat.com>  [c865da007a8d781801ef73612be27f129dd0989b]

        svl: deploy some asserts in SfxItemPool, those are bugs
        
        Change-Id: Ifa28f3b02640720855a6e40ddd7a5f752904e8bd

2014-11-27  Michael Stahl  <mstahl@redhat.com>  [9c1a1b98776ca2216d82af303394a09f2bac0471]

        fdo#70861: cui: fix crash in SvxExtParagraphTabPage
        
        SvxExtParagraphTabPage::Reset() must not request a pool default for
        SID_ATTR_PARA_PAGENUM because it simply does not exist; the item is
        backed by a member of SwPageDesc in Writer.
        
        Change-Id: I9b157f048cd986566f9b01f3677b53d5974b6c8d

2014-11-27  Michael Stahl  <mstahl@redhat.com>  [a69ef2d84c3562da5e3bfda34e643c5044b4584a]

        fdo#79303: Revert "fdo#70861 SwToSfxPageDescAttr: fix call to ...
        
        ... SvxExtParagraphTabPage"
        
        This reverts commit 5ce19ddcb6595c71980aecfa1e8c0827343159a4.
        
        It is now simply wrong to claim that a SID_ATTR_PARA_PAGENUM item with
        value 0 is set, when that is a valid offset value.
        
        SwTxtShell::Execute() will call SfxToSwPageDescAttr() which pulls the
        SID_ATTR_PARA_PAGENUM out of the item set and sets it.
        
        Change-Id: If5a155c2874486b3ef7d01883fe73f8e5fca46fe

2014-11-27  Andras Timar  <andras.timar@collabora.com>  [5b940edaf66ab8371192ef67ef9171c0d40f7e18]

        unused function Calc_nBLIPPos
        
        Change-Id: Iaa4073e2f1c0ccea7a5d63d24e34ac5647a0e7b0

2014-11-27  Andras Timar  <andras.timar@collabora.com>  [6945971c79d70d77c5c8bb6593b3f25ef46b0887]

        fdo#84686 prevent std::bad_alloc exception by stricter input check
        
        The bugdoc has invalid length (rh.recLen) in header of blipStore's
        OfficeArtFBSE record. Therefore LibreOffice read junk for the next
        BLIP, and tried to seek to an invalid stream position, which caused
        bad allocation exception on 32-bit systems.
        
        Change-Id: I72fae4c2b00216b57736f4409a32c62a40f25785

2014-11-27  Julien Nabet  <serval2412@yahoo.fr>  [dcbf3ce47400e6f3f0af8900efb96a2718c2a185]

        svx/_bmpmask sal_Bool -> bool
        
        Change-Id: I1e1a0ea67f2c8656bd98d478a10183312eb76950

2014-11-27  Michael Stahl  <mstahl@redhat.com>  [8505c7970ac05a3fda13789f1b2c50d6d979294e]

        fdo#86557: svx: fix crash when creating new "XML Form Document"
        
        Strangely it doesn't crash on Linux.
        
        (regression from 713735fc89b9e0222d8b62d051153da6932b3ebd)
        
        Change-Id: Ie29c795f5edec7d8fdf949027359c0c509edb15c

2014-11-27  Michael Stahl  <mstahl@redhat.com>  [20d1e20d16ac377c160d47b53ff487a75fbd166f]

        configure: do not default to system libjpeg on Linux
        
        There are multiple different sonames of libjpeg in different distros,
        so use a system one only when system libs are requested.
        
        Change-Id: I164433a31ab0fb4723da6843eb1f1132c8447d9e

2014-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51171a71169599043bb8cf7255030acf81178b4b]

        fix few problems
        
        Change-Id: I4216ec60c7cf07bd92a157f4a86e2560cdbdca93

2014-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b5d154d0b2de8a3a9d82e0a078cf7e835062d13]

        connect all pieces for OpenGL windows blacklist, part 3
        
        Change-Id: Iaaafe7da8e717f7b127ab5806773a5a5d75b82d5

2014-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8abf4ee547aa9e509ccc2abcc78f1fe6af01c1d]

        port blacklist from mozilla code to LibreOffice, part2
        
        Change-Id: Ia5810aa5f9e1e169b5f0217f6f176a253dc1439d

2014-11-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [40ad9eea885db925fc7ad8872d529a7c5cb43a5a]

        implement windows OpenGL blacklist, first step
        
        Change-Id: I408b76855693c64473dba3bb3fa94374fff01fae

2014-11-27  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [4feaf96f50fa89eccb4e7a638220099e9a8482f1]

        fdo#81596 export to OOXML that need argument changes
        
        Change-Id: I3a99e416be9f3f04175939e4560f8f7c55497185
        Reviewed-on: https://gerrit.libreoffice.org/10831
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [b97600ff196f620145d0b56dbb589238bc6a9cbd]

        WW8_WrPlcSubDoc::WriteGenericTxt: fix missing indentation
        
        Change-Id: I21e47d004e011c706a1e7e591f9204beb9b6f70f

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [abeef65da71732d8fd401fce52cc37a364aa7781]

        Put the KernelEnv struct inside the opencl namespace, too
        
        Change-Id: I33d51b0e30445c34c792210e7c656c1d48159019

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [52f9606ed0af7acdf330eb70b84d7c9bd6abdd52]

        The OpenCLEnv struct is used only inside openclwrapper.cxx
        
        Change-Id: I95fbee302213e6ced469dd7a2a1c254178159357

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [598f25c85793aab78b5ecce733c65a66860d0c5c]

        Clean up confusing OpenCL code a bit
        
        Get rid of the silly OpenCLDevice class that had only static members. We can
        as well just use namespacing. Remove functions only used internally in
        openclwrapper.cxx from the now public openclwrapper.hxx header.
        
        Change-Id: If7336edd262c772564dc13e64113d72d0b52428c

2014-11-27  Eike Rathke  <erack@redhat.com>  [a02a54f51367f276544f45e67023338a32d22ee6]

        remove SAL_DEBUG
        
        Change-Id: I08cbc7bab69daa19dfac1a1b27113fb87bc7a272

2014-11-27  Maxim Monastirsky  <momonasmon@gmail.com>  [19262f43def3ff72cd46a142fd22bbfc9b030149]

        bCheckVertical is not used
        
        Change-Id: I092098a2520c4856f1d394ddbe288bbc444e7db8

2014-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [57ee81602a3a0647a174f9c3b65547249873d225]

        HdFtDistanceGlue ctor: unused using
        
        Change-Id: I753ad1580e589a2acea41394a7fdb04f9cd3e2a4

2014-11-27  Caolán McNamara  <caolanm@redhat.com>  [69a16331d0c60ae3d0f376d2265e83ab805ec13b]

        don't access contents of empty string, e.g. with kde96709-1.html
        
        Change-Id: Ifa6db0dc7b5c67b65c5bc17c16fb3a61793c833a

2014-11-27  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5456abc4d734583664a55c01a0e750e3051b03c9]

        fdo#86169 fix completion of function name crash
        
        function names with dot or underscore were not completed
        correctly, leading to incorrect results or even crashes
        
        Change-Id: Iacb6af29c609ab39746185c71d4443537bf46b5e
        Reviewed-on: https://gerrit.libreoffice.org/12380
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [d73d1e8a4f9937ef1ea90cf45f49bfc822ef2c41]

        Need -lrt for clock_gettime() with older glibc versions
        
        Change-Id: I4651f74a89b8707cbf0ebdd3b950df3a5b99177a

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [79d6813609ffe05e4d8b678bc608fbfd1482aeb9]

        Use correct SAL_INFO log area
        
        Change-Id: I47e6dcf18fe141b8dba33a8c3cd83f80950045cd

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [afcb67bd0645a0ddd2ae024d13becc118b8c40b0]

        WaE: variable 'bSetOpenCL' set but not used
        
        Change-Id: I897accf5b4259a4a01198118421abaa55465207e

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [a70b717ef872c0ac652883ecd2a82c4cc29763e2]

        Move more Calc-independent OpenCL stuff from the sc to the opencl module
        
        No cleanups yet. Just removed the "sc" namespace parts now when this stuff is
        no longer Calc-specific. There is still horribly confusing use of the same
        OpenCLDevice name for both a class and as a namespace, for instance. And the
        OpenCLDevice class has only public static members even, so effectively it acts
        as just a namespace anyway... Etc.
        
        Change-Id: Idc5f30a721df0101426c676f04a85e02c5dc8443

2014-11-27  Matthew J. Francis  <mjay.francis@gmail.com>  [d83b031346799bff0a3298387f76b16baad2e5cf]

        fdo#86687 Avoid deadlock updating progress bar
        
        Change-Id: I13f93372fedc67bfd25d36a5bee10a004fe9f8f6
        Reviewed-on: https://gerrit.libreoffice.org/13147
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [6fc36030e2678ca3bad0fcca0c22289c866bdb21]

        Fix iOS build, need gb_Library_get_sdk_link_dir
        
        Change-Id: I1c22b33c15417cb23ed726b048cde1e452d23b9b

2014-11-27  Yousuf Philips  <philipz85@hotmail.com>  [3452d8ba0f2069a39a793fa05b89153ea73d4a93]

        fdo#81475 rearrange, add and remove entries from toolbars
        
        Change-Id: Ibc01c13947524c272c143058f451a75ad087913d
        Reviewed-on: https://gerrit.libreoffice.org/13143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-27  Yousuf Philips  <philipz85@hotmail.com>  [4191c3befe108faf5140373e6ceab4fdb49ce0d4]

        TANGO: Copied crop icon from human
        
        Change-Id: I7bab9151c588ec624099cd34335ce433fb760f16
        Reviewed-on: https://gerrit.libreoffice.org/13145
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba3ad2b6db555ec0c36f7be39f3148699b2ee4f6]

        vcl: make PDFWriterImpl get SalGraphics instance more robustly
        
        Change-Id: I7a9772468f2f774187570ff5e80d47e8b13c1bfe

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [48abd594bbdbbece71200e64a8bdb2852f23a91d]

        Fix OpenCL-less build harder
        
        Change-Id: I1627f534505c735455c50f9b4f6e4d1c698ab9d2

2014-11-27  Noel Grandin  <noel@peralex.com>  [9a7653d09997d43a83efa5852bd7fce24da6e109]

        java,wizards: remove unused parameters
        
        Change-Id: I13f0c7afca233cc0ff6692f8fb442a80c4208d20

2014-11-27  Noel Grandin  <noel@peralex.com>  [2eb6f15102c8ea2374ae8fa19e5ac9693a4ee05e]

        java,wizards: remove unread fields
        
        found by UCDetector
        
        Change-Id: Ia98606a98b998a224f821f2e673e788fb0ecf7d1

2014-11-27  Noel Grandin  <noel@peralex.com>  [4004c372722ef2ba74d5760a39158cbb64e7b902]

        java,wizards: remove unused constants
        
        found by UCDetector
        
        Change-Id: Ic62ec16bceb9ab7b6898f8a469af65ba3884bb51

2014-11-27  Noel Grandin  <noel@peralex.com>  [5c6d6c7c35be1f1d7299c9d3e74c143f79712aa8]

        java,wizards: remove unused classes
        
        found by UCDetector
        
        Change-Id: I7993f781a9e195d7d591e8a9e94a72ee86d77826

2014-11-27  Noel Grandin  <noel@peralex.com>  [4b919338931678aa43e24d65fe5d4524971aa045]

        java,wizards: remove unused methods
        
        found by UCDetector
        
        Change-Id: If7d7f7b271f48f82d823a3d7b175adcae91180e3

2014-11-27  Noel Grandin  <noel@peralex.com>  [1102540516f0aa804463455d4cebd093b5844479]

        java,wizards: remove unused class XCommandSelectionListener
        
        Change-Id: I80416b3e2065263abd6015843e3aa6f7b7c0b3e4

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [89c4700e6ab6ba105d9084e5dc70325896eba419]

        Fix OpenCL-less build
        
        Change-Id: I8e049a6df5946344110b38887301d186991a475d

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [287049d5e074d328abfb4363f60809364935d20f]

        Clean up find_msms()
        
        ...incorporating insight documented in the commit note of
        c9c2e27c95a87aa75513555ef485cac978889b19 "Adapt for Visual Studio 2013," and
        cloph's idea to use Perl to read that oddly named Windows env var in cygwin.
        
        Change-Id: I55d364f7a24b50d171a7fdca000ca2d747f6db20

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [c9c2e27c95a87aa75513555ef485cac978889b19]

        Adapt for Visual Studio 2013
        
        (Note that the registry keys that find_msms() tries to read are apparently only
        written after you started Visual Studio at least once.)
        
        Change-Id: I522b70d9bc5d1d2d775254fc7ddedd7164444062

2014-11-27  Caolán McNamara  <caolanm@redhat.com>  [751e5b32c5c361995bf0ba3295f773341fd92c23]

        Resolves: fdo#84043 don't create duplicate Mirrored[X|Y] properties
        
        regression from 13ef16423e78d3ea825172594f08c47d2f9bfd09
        
        commit 13ef16423e78d3ea825172594f08c47d2f9bfd09
        Author: Armin Le Grand <alg@apache.org>
        Date:   Wed Nov 21 13:23:01 2012 +0000
        
            For backward compatibility take mirrorings in setTransformation into account
        
            Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used
        
            (cherry picked from commit 4116c33b12d3787c406f0348f89efcb1cf409507)
        
        Change-Id: I7bfb5dea32b8ab8498e3d92975c49b830c81e6fb

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [bb5e219aee06a754d99e6a81570e3ed569b68898]

        Add a README file
        
        Change-Id: Id0f8a146ca90efe6f84c7a0c377ad3f83ba7da8d

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [41565560250294e22fc1c21bc4bab8286255d4cc]

        Make osl_getExecutableFile work even without a prior osl_setCommandArgs
        
        After 2ad716f406e0fdb9b9294876c64ae92fecbf5e27 "Revert 'pyuno: set up fake
        command line in getComponentContext(),'" e.g. PythonTest_sw_python would fail on
        Windows, where WinSalGraphics::GetDevFontList (vcl/win/source/gdi/salgdi3.cxx)
        calls osl_getExecutableFile and is itself called in a python process where
        osl_setCommandArgs has not been set up.
        
        This patch makes osl_getExecutableFile on all platforms if osl_setCommandArgs
        has not (yet) been set fall back to the code that was
        osl_bootstrap_getExecutableFile_Impl (which was called from
        sal/rtl/bootstrap.cxx, which can now call osl_getExecutableFile).
        
        Change-Id: I6c1bb59205041b3208c830a8b8406e28128b4566

2014-11-27  Caolán McNamara  <caolanm@redhat.com>  [c56d96fc39de897b5e8213eb5e5af295759dccbf]

        Resolves: fdo#86203 FontCharMap claims to have twice the entries it should
        
        regression from
        
        commit f6d61562d41b8a49449d881da66a3d8fa519487f
        Author: Chris Sherlock <chris.sherlock79@gmail.com>
        Date:   Mon Oct 6 18:16:16 2014 +1100
            vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMap
        
        which added this hunk to FontCharMap::FontCharMap without
        removing the existing loop in ImplFontCharMap::ImplFontCharMap
        which did exactly the same thing. So doubling the true mnCharCount.
        
        Lets just leave the initialization of mnCharCount in the ctor of the thing that
        contains mnCharCount
        
        Change-Id: I389cbd32217b48ed1faf8e2fa51c8f502c09dbf6

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [432368d1ff0fca43924a498f719c92b944682313]

        Fix OpenCL-less build
        
        Change-Id: I36a0151640067e3d040ebf46784bdb8c534153e1

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [280fd1542610af812ada54ad52e71ca674d65f27]

        Try to fix MSVC build
        
        Change-Id: I24c48d2540a8cb7d2a823862d53cddf90d41f94a

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [28c7d76587fe3fce1d7544654f58a3028dc1d2fe]

        Add the "Test" button back
        
        This functionality is Calc-specific and will stay in the Calc part of
        the options. Let's not give the false impression that it would be
        going away. (How it looks and works now is not final.)
        
        Change-Id: Ic2f783a6fd07de89eec7d7e685364dad71243b4b

2014-11-27  Caolán McNamara  <caolanm@redhat.com>  [dd1e40b8fd95a8d0aea531236b4e7fbad1f8b94d]

        fix higher debug level build
        
        Change-Id: Id35efda5e4df820cda2afd7b65b5f890fec03f2f

2014-11-27  Tor Lillqvist  <tml@collabora.com>  [c1d09b1ad02160850d40c0d242a0d0ec0a8dc1bc]

        Work in progress: Move Calc-independend OpenCL configuration out of sc
        
        Intermediate commit. More changes will follow: The device selection
        logic needs to be moved, too. (And cleaned up.) Instead of the
        separate formulacalculationoptions dialog we should simply have a
        normal options page for those OpenCL-related settings that will remain
        purely Calc-specific, like the formula opcode subsetting.
        
        Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [ccfb8c78277d4a4f85af5ebbd96cf87f0d729016]

        Missing slash
        
        Change-Id: I56a37e08b533afb7a2aa91c82862c232c99f7112

2014-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [969937768a72a56dae3e55ea5d21fd77a0fed0c5]

        SwFrm::GetBackgroundBrush(): silence assert
        
        getSdrAllFillAttributesHelper() should be called on an SwFrm in case
        supportsFullDrawingLayerFillAttributeSet() retruns true, otherwise we
        get:
        
        getSdrAllFillAttributesHelper() call only valid for RES_FLYFRMFMT and RES_FRMFMT (!)
        
        Change-Id: I08b5bffee4f2ebd852017640f9c2e5a5075ca2ec

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [7eab7fc586b4a3d4d1a1c3b192567c58b72b369d]

        Remove dead dmake makefile.mk
        
        Change-Id: If57799fb00ce55818658cce375e1ab0244372772

2014-11-27  Noel Grandin  <noel@peralex.com>  [898186c40ff730d153b43547c65e53f7ca8be516]

        java,wizards: remove completely unreferenced fields
        
        found by UCDetector
        
        Change-Id: I00a35337478111991dec7fa6310e57d3b5a146fa

2014-11-27  Noel Grandin  <noel@peralex.com>  [d4daa09f94085a0fb11f4574756929418a48bf48]

        java,wizards: remove unnecessary use of reflection
        
        Change-Id: I44750fa6673c7b5e0a796b6e443028aa3a5e68fc

2014-11-27  Noel Grandin  <noel@peralex.com>  [c0d1f38fb4de1bfa3eea0501e36e85e8dd3a0269]

        java,wizards: remove unnecessary use of reflection
        
        Change-Id: I6c879957e4dcd003eb155900d4cc9cd8f445ef32

2014-11-27  Stephan Bergmann  <sbergman@redhat.com>  [2ea1f35b195e51d5325d1a36096e754d692aaaf3]

        Missing include
        
        Change-Id: I65c2f9d6f3d0974d94c1f7b6bcde28db53d85516

2014-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [855c94a46a8810780dacce178b533ab6ceb4d19b]

        Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()
        
        Change-Id: I5e805aa98f643b5a034cdeadb4718af528af022c

2014-11-27  Jan Holesovsky  <kendy@collabora.com>  [90fe751ab381cf59e87b79d921b3773567774af2]

        sw: Swap Zoom In and Zoom out in the preview toolbars.
        
        Zoom Out is expected to be on the left, as in the status bar.
        
        Change-Id: Ie2a678af407ead0ae40ab7d89f435c8bfb7d8b8e

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [e97edb6e85a8e272b003e2b07a68d49abf7dd750]

        simplify
        
        Change-Id: I6cb7c66a8dbac1a887d4f218f5de9d73310c809b

2014-11-26  Matúš Kukan  <matus.kukan@collabora.com>  [76b76049e57319a772b863519d8bbc57460eb6f4]

        collada2gltf: Force GLSL version
        
        Change-Id: Ia5e29cff04c3a38d992a78b956a93103ad1042a3

2014-11-26  Maxim Monastirsky  <momonasmon@gmail.com>  [ad19a7057efff98dd8656405d045c7df11a785b1]

        Fix .uno:NumberFormatTime tooltip
        
        Change-Id: I4fb9842002f5dcc56c962a9a3437837110c7625d

2014-11-26  Maxim Monastirsky  <momonasmon@gmail.com>  [9a410f9cedbce5276aea48479812ff68210712b0]

        sidebar: Try to fix initial spacing values
        
        Process SID_ATTR_METRIC status before any other,
        and call SetMax methods before SetValue, so indent
        values won't be truncated by a wrong max value.
        
        Change-Id: I36d8c0cce9561902aa2c4d531740f56c80207012

2014-11-26  Maxim Monastirsky  <momonasmon@gmail.com>  [3e1dc286891e7542f66ddc4ac407556a5aedc9e3]

        Cleanup some leftovers from the line spacing popup conversion
        
        Change-Id: Ia2e35461958ea5d79241fa2231bd7ef164fc378d

2014-11-26  Maxim Monastirsky  <momonasmon@gmail.com>  [8e5ac3ba8b8fe445bf6918c15172756337033dca]

        Unused includes
        
        Change-Id: I262b3106bf426a12b2e826eeefd02351e67c7a9b

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [897513899da32495749f5c1223373154839fc109]

        fix higher debug level build
        
        Change-Id: Ibc2b9e56882fac4ebd181ef9fd66d91981951d32

2014-11-26  László Németh  <nemeth@collabora.com>  [13c619c58c8ffa7862b491547c252fdcad1e9d9d]

        vcldemo profiling: support Windows time resolution
        
        Change-Id: I0a8f6b256f170b351a5d46cc899d6360123b2719

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [85b5e24b903b6b4438ce422e6cb3eb8c7a02035f]

        Needless indirection
        
        Change-Id: Idf514941f4bb05834d8ac0d7bafbe86e34377611

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [038683bf4cf3b6f9e4f90295ddbab2d6a3d86b25]

        Silence Mac OS X 10.9/10.10 deprecations for now
        
        Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [210ef021f7f61d20bd1d9953916dce1f0e386970]

        Remove some obsolete defines
        
        Change-Id: I6b62a824787cba47f3d3004f09ed684275c95995

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [a756b783e3cdb9234a375014e91487ae84921170]

        Use Package_pyuno_pythonloader_ini for install
        
        Change-Id: Ia4f06beea2e16b6a0235c87ae47cec8430cd1f40

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [004e515ba659edd8cd9c3d915c1c0722be7e252c]

        Extract python-only pythonloader.uno ini-file into its own Package
        
        Change-Id: Ifa9d12fa190f929807dc0dc7342e162aeb9a0576

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [da6ea10cd4a673661da016c6e8195f12876e7f73]

        Resolves: fdo#79707 duplicate acceserator keys in spell checking dialog
        
        Change-Id: I75d2c7ac735ad3fd430eb7a3ef28ff58930769b6

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [51221bbf0c7cca0a329393dac2059818006ab338]

        Resolves: fdo#75408 go back to the old way of doing things
        
        Revert "Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resized"
        
        This reverts commit 1b717e5686f34c3ce798310a6216f7ea98fb2cd9.
        
        Change-Id: Iaf8410fc1e5611cda04356d32e37ee25a7f59898

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [7716d86f46dea72bd0e99f7074f718d558e88f49]

        Resolves: fdo#85590 'Pick a color' circle location is incorrect when opened
        
        Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474

2014-11-26  Michael Stahl  <mstahl@redhat.com>  [406883895bee90358f7840bde569abf885ca2712]

        vcl: prefix global variable g_vShareList
        
        Change-Id: I13ecc76d8bd75ee65e626670995d7c93efc953ca

2014-11-26  Michael Stahl  <mstahl@redhat.com>  [bfaf877421bff1db74d1ba84a039075baf9d5800]

        vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overload
        
        Change-Id: Ia830ac1e70f74859dff871f24538af3f2f83fd9d

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [233cccfe31135d77815e4c09374a18238310cc68]

        Move instdir-only ooenv into its own Package
        
        Change-Id: I399f4c5c6618dd151bd649f07e1b9d661e224324

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [4e14439b065d3f36823029bb1a314dad5af73821]

        there is no HI country code, I suspect it should be HT for Haiti
        
        https://github.com/languagetool-org/languagetool/pull/219
        
        Change-Id: I32e5caac17165a77d0803e782a285a9f32752742

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [2163ec3691ece9a00927891645190a971f775295]

        No need to call osl_setCommandArgs
        
        ...cf. 2ad716f406e0fdb9b9294876c64ae92fecbf5e27 "Revert 'pyuno: set up fake
        command line in getComponentContext()'" and
        54981ce9286073306513fa58405ebc7730eb6dfb "Adapt some logs and assertions."
        
        Change-Id: I15229a29a3557b0490d7876b418dd24620ee4df5

2014-11-26  Matúš Kukan  <matus.kukan@collabora.com>  [c7fa6687e544e7f9702da23aadbd31c1f2e0115e]

        Writer: Set document as modified and add undo when renaming bookmarks
        
        Change-Id: Id0d4695b6a7c5eae0493e679345bd41d4687d6d7

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [97da1b3c060976089f16ea9f01fb479c119ac4d3]

        share/template/shellnew/soffice.od? are only installed on Windows
        
        Change-Id: Id6afa19b5d1cbb0a76bb7d8a34d40ba4eda214ec

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [b7e2b744e1e1348a20c120a8f9f9bb2bc4ebb1e3]

        Generate consistent buildid values in instdir/ setup and version ini-files
        
        ...consistent with the values in the correpsonding ini-files in generated
        installation sets.
        
        Change-Id: I8466cc64d309bbb3fe4bec7833803081d14e1097

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [7e1c55f3c3a227ba44fb56673372cd7b857b5c0c]

        No need for empty presets/uno_packages/
        
        ...it is created on demand in the UserInstallation via dp_misc::create_folder
        (desktop/source/deployment/misc/dp_ucb.cxx)---and was only present in
        installation sets, not in instdir/, anyway.
        
        Change-Id: I37caf24a9d8821c49815be9d6b9b15c08a66af95

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [d25228d045dd779db98ecbd83394ee019d6a89f8]

        No need for empty presets/psprint/
        
        ...it is created on demand in the UserInstallation in psp::getOfficePath
        (vcl/generic/fontmanager/helper.cxx)---and was only present in installation
        sets, not in instdir/, anyway.
        
        Change-Id: I6d7314f7fa4f6c0040e94e49ac1fe34d03e861be

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [2b54caceab9d975bffa7e24bf732cb877b16632f]

        always pass bookmark name through to domainmapper
        
        the rtf doc has three bookmark starts but only two matching
        bookmark ends.
        
        The tokenizer has three starts 0, 1, 2, but 0 is missing an end. Without the
        end of 0, the mapper never inserts an entry for it, so later inserts the start
        of rtftok index 1 as mapper index 0, and passing the end for a bare "1" cannot
        be found by index. If we pass the name then it finds it by name as mapper index
        0 and all is well.
        
        Change-Id: I344db84e4f1c7d55fca59cdfe692080c7d0b8033

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [993deeae29c12d14dbece467b207af3e65ef3ca8]

        fix 'Childwindow slot missing' warning
        
        and rename SID_INFOBARCONTAINER to SID_INFOBAR
        
        Change-Id: Ibe8a2925f62b43bd96d1092c98e500c8d433ac80

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [0aa25403cbbbc1f54d9950ebca903267cb1de436]

        fix higher debug level build
        
        Change-Id: Ie61be2bd009b71bbbb7261865d026faf3af706ce

2014-11-26  Caolán McNamara  <caolanm@redhat.com>  [b5d6f6f253115c2d5338e294b80d1f73cbfefbdc]

        can be const
        
        Change-Id: Ib1149389ae332c66886611de244baa2d83af8869

2014-11-26  Yousuf Philips  <philipz85@hotmail.com>  [d104ae713647da9b3fb9439fbea518aa20f25ee9]

        ICONS: fix icons in galaxy and tango and added new icons to sifr and tango
        
        Change-Id: Ia0a48d0d366cf108b3eaad0b08822be9c4da087a
        Reviewed-on: https://gerrit.libreoffice.org/13128
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [465a4b2be8ed4c1f6d0d9995cd8d4c00ce7ae8bd]

        Correct and reenable SmNodeToTextVisitor's test for RSUP
        
        See 44a3a345ac2b9901122a9eac70538ef04417bbd4 about why ^ is chosen.
        
        Change-Id: I05cda4d69eaa1757a95c06c199e09d9c67f47832
        Reviewed-on: https://gerrit.libreoffice.org/13037
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [ede5d170ea25c7983ed890075d9d5479aaa08d88]

        fdo#70185: Correct and reenable SmNodeToTextVisitor's test case
        
        This fixes the order of handling csub/csup changed at 80de3c0fe6b191f6d528ae1142737e2561b12ccd.
        
        Change-Id: I1b5ad39b367e1933f8a17ce8126feed4d996f662
        Reviewed-on: https://gerrit.libreoffice.org/13086
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-26  Matthew J. Francis  <mjay.francis@gmail.com>  [9673698f35ad249bc96506965b5e467d1f7ea0e9]

        fdo#83308 Show thousand separators in document word/character counts
        
        Change-Id: I7ef59f3c40c475c25dd6f110f298fcda3f0f1079
        Reviewed-on: https://gerrit.libreoffice.org/12130
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [d90d47e513f21b07095722559db997fa41d1645e]

        version ini-file's ProductMajor/Minor are unused
        
        ...and had started to have different values in instdir (ProductMajor=450, ProductMinor=0)
        vs. installation sets (ProductMajor=50, ProductMinor=)
        
        Change-Id: I4db2c07b5f7b011218833fc355a3097eb13d0cd4

2014-11-26  Noel Grandin  <noel@peralex.com>  [5be1635d45e28e047af0cde4e387b07a3131cc9d]

        loplugin: cstylecast
        
        Change-Id: Idce7220056f7bc339a5060fd0bd6fbbbdde4f6ff

2014-11-26  Noel Grandin  <noel@peralex.com>  [b61ca31e53f0a56667a5e00e966681be29ea7bf7]

        loplugin: cstylecast
        
        Change-Id: I19be8b6df10515e195a4d3ecb8f003c85d2349c2

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [47e395cad525385d4a8afdd359bcee2b6380fa22]

        On Mac, the lib/libuno_*.dylib symlinks are not in the SDK
        
        ...but rather dynamically created (via the SDK's setsdkenv_unix.sh.in) in the
        SDK's per-user output tree.  So better reflect that in instdir by putting the
        symlinks into workdir/LinkTarget/Library/ instead on Mac.  (Which has the
        additional benefit that the location of the symlinks doesn't change with the
        versioned SDKDIRNAME.)
        
        Change-Id: I77237f6a5d64771c3cb0866e125925ed7b0ecdaf

2014-11-26  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9303192c4f1ff623f20ef4501723c003678140de]

        Add missing space in translatable string
        
        Change-Id: I88dabd5612069a7de3cad188344cc5c33ba22a7e
        Reviewed-on: https://gerrit.libreoffice.org/13127
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-26  Tor Lillqvist  <tml@collabora.com>  [14fa102cb972b5abb81923651904448abf79fd48]

        Fix C4716: 'anonymous namespace'::Input::readBytes : must return a value
        
        Change-Id: I1d660da4cdd3f612ac1478e37e613446d4253fae

2014-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d067d5c0387d96faef1dcf1ac5cd77e2822f1a7]

        DOCX export: Value stored to bEndParaSdt/bCloseEarlierSDT is never read
        
        Change-Id: Iccebda56ad7a6e7f7867d3da8033c633211f9e15

2014-11-26  Stephan Bergmann  <sbergman@redhat.com>  [bee4c09ba233fa269aa70461537b4cc8dea769f6]

        Remove gid_Profile_Setup_Ini junk
        
        884bb65da9414f9217cbbc77ae6fb9a2e4c41f4f "INTEGRATION: CWS native141: #i87732#
        version number in package names" removed gid_Profile_Setup_Ini and
        b857e4618b2ca37798a9aaa3121c5ff926df346f "INTEGRATION: CWS native141: #i87732#
        version number in package names" removed its nine correpsonding
        gid_Profileitems, but 00de796b0253e7374cf65ad59ef6d391dbdafaa7 "INTEGRATION: CWS
        odfversion241_DEV300" brought back seven of the gid_Profileitems (but not the
        gid _Profile_Setup_Ini itself; probably due to a merge conflict; then
        fd1db0b8eba8e86c5a7e1a3c685e76975d21d93c "Undo basis/brand split: move
        program/classes/ from basis to brand" removed one of the gid_Profileitems
        again).  Now remove the remaining six.
        
        Change-Id: I464ac1258217b2ecf8e94b2c7e59b795306d5b06

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ee5010f04c214a15ad7b62f662b59b8ba028a902]

        Make some methods non-inline, and hide #include <tools/debug.hxx>.
        
        This header is also included all over sc.
        
        Change-Id: I4b8092c83a40bdeefd0781046125746ca8d35c9a

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [57fbefe751978c33c205de454a8932145e5f438c]

        remove boost/unordered_map.hpp include from types.hxx.
        
        types.hxx is included by pretty much everyone inside sc.  Let's not
        stick a boost header in there...
        
        Change-Id: Iaf2aa9e13d0e02437bcd9e71a0143432abfa0a7c

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [42c8178ce73756f85fa41473bb16f667f7f564e9]

        More efficient way to check & insert listener into ptr_map.
        
        Change-Id: I09ec8ed8f05621b72984a34f47db50d20ebd6c06

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [96422e999fbfbfec22767649a973153afc4780f4]

        Remove ptr_deque.hpp header include from vcl/outdev.hxx.
        
        This header is also a very high impact header.
        
        Change-Id: Iab63f2ec2edebc14b47820c6377a7f83131cfd06

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5c3f47e44c2a734bddd0c3fb7f1151d5096ac494]

        Remove ptr_vector header include in favor of forward declaration.
        
        Change-Id: I0aed7ec1bd8ac30ef18147b385c8649a413e4e3a

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [9ba1f8e19efd208cb791bc3c51731d9287074b54]

        fdo#83798: sw: fix generation of ToX with chapter numbers
        
        (regression from 0a1b1511faaa3302429d93ccdad3eb41dc8f36cb
         and 26259e0cca3bc4d8f45337b0cafea2eed8eb32f9)
        
        Change-Id: Idf9a6f5620c9efe62d2824df1688b30d13a4782e

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [54981ce9286073306513fa58405ebc7730eb6dfb]

        Adapt some logs and assertions
        
        ...cf. previous 2ad716f406e0fdb9b9294876c64ae92fecbf5e27 "Revert 'pyuno: set up
        fake command line in getComponentContext().'"
        
        Change-Id: Ia77132465ada17a5839f9d4f9ccaf20f8b113075

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [2ad716f406e0fdb9b9294876c64ae92fecbf5e27]

        Revert "pyuno: set up fake command line in getComponentContext()"
        
        This reverts commit 2386a92c1e6e8ec263edb4dc4fdcfeaa4673ce1f and its follow-ups
        1acaa577b67158c060d2f57414f7aea86504a489 "sal: add special handling of argc==0
        to osl_setCommandArgs()" and 01f27b5e5d428cc3c4aeabdcbbb8204494fbd435 "sal: fix
        osl_setCommandArgs() on WNT."
        
        The situation that osl_getCommandArgCount is called without a prior call to
        osl_setCommandArgs should be considered as harmless and can legitimately not
        only happen in the pyuno case discussed in the reverted commits, but also in
        case binary UNO is bootstrapped from within a Java process, as happens in
        test-javanative in ure/source/uretest/Makefile.
        
        Change-Id: I2829db390e37dfe5daeda33a4c0659b7d35e565a

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d8266cfcd657485e1ea817376eb00c9fb2c8260f]

        fdo#86615: Track dependent formulas after bulk-broadcasting...
        
        of group area listeners.
        
        Change-Id: I3a8d2ceb57462c2c2c4cddb6e34966d2465e149b

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [96a4189c568fbf7f63bec13f7a77a114aa7a3ede]

        fdo#86615: Write test for this.
        
        Change-Id: I75412790e0afc1dbe3255254ff13fd41c5e9934b

2014-11-25  Julien Nabet  <serval2412@yahoo.fr>  [f46a5d6dfddf86be0d77e00cf44f26af54a97c75]

        Resolves fdo#86689: Strikethrough: "With /" and "With X"
        
        "static" keyword explains why first time the option is well taken into account and not the other times.
        So let's remove this and the option will be taken into account all the times.
        
        Change-Id: I9db84373e425dfe21c307b965b1796c781cd7863

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [6b219f012edbe069c461f4e0746898e33fa1dd49]

        WaE: C4701: potentially uninitialized local variable 'mnStartTime' used
        
        Change-Id: I210760099eb630c1306630e49bf84a2f3bf7a3b6

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [b1c7f076cfb944c320892ac58600fd96c252f53e]

        assert on loading timestamp in kde80951-1.html
        
        Change-Id: I32a9d6cc625537ab6e0940d93bf9a7544df370c8

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [617427806d0a1aa7d8b3f3a6977e7bc2a292e73b]

        fdo#86185: sw: Line Numbering dialog: fix "Format" combo box
        
        (regression from a2feb420fa547b89bff5e0c6f848e22f503e6602)
        
        Change-Id: I211910ba12fa1f2ce578bf467169a239ddf83e1f

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b4d237950725ea065c5fa812487fe56f8f2dc48a]

        Assign 'l' as hard-coded accelarator for 'Reload'.
        
        Change-Id: I4c8aa46a02799dd8e8cedda0dd552b51b248a0e8

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [8b33808a1127c4552735f7a618e9639c6d109686]

        Revert "loplugin: cstylecast"
        
        The change was broken. Luckily MSVC noticed: sw\inc\doc.hxx(1707) :
        warning C4717: 'SwDoc::GetNumberFormatter' : recursive on all control
        paths, function will cause runtime stack overflow.
        
        This reverts commit 7ca3303aaadd20dcc1d6e08bdeba38021cbec4bb.

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [e7ac7ba7de64068f0264b71bc4d9ff182e278338]

        Need -lrt for clock_gettime() with older glibc versions
        
        Change-Id: I6ccd990ba71867f0ff96ad06cf5a9e7c98c93657

2014-11-25  László Németh  <nemeth@collabora.com>  [2e2a2daf660e84d85aa4aab18085b41da0476521]

        vcldemo profiling: avoid unnecessary calls
        
        Change-Id: Ic7ecfe85826d9148d14fce14e9de3f80a11eb775

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [fc67c701373fe8c12126a5e63923ccb7b3c70fa2]

        Need -lrt for clock_gettime() with older glibc versions
        
        Change-Id: Id134b05de3a81dd246baf8743c32fa8eb1e37935

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [4ccf97ee849c94ea4d941f332dd3f93701d8abf7]

        Fix C2864: only static const integral data members can be initialized within
        
        Change-Id: I01f66eb78e357780f35cfd1df6722301cc5753b2

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [a7a79ee92d5663248abdc3f6d1476e28c1abda6a]

        Move clew into a library of its own
        
        Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec

2014-11-25  Eike Rathke  <erack@redhat.com>  [5cec4ea827570a5bb0a368025f3733b841107d07]

        fdo#86708 paint after Undo of Sort
        
        Regression of 10fc138307afb4b39baddb0d56eb8e986e5d29ea that exchanged
        the PostPaint with SetDirty, but the paint is also needed.
        
        Change-Id: Ic3e81fa106f405568effaed71ab33b575b4c5c5c

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [52ce5239b43bf6b9ce1ceddfe90227920aa57657]

        vcl: assert when LogicToPixel overflows
        
        Change-Id: I86d1c3e0c177c671b280c05b47312c79389884ed

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [d288ee633d7964cf89a32a96e6e0af8c3c3e0db9]

        fdo#85858: svx: fix mouse dragging of table row separators in Writer
        
        Add a work-around for Writer's usage of LONG_MAX to SvxColumnDescription:
        on 64-bit platforms the LONG_MAX added in SwView::StateTabWin() for
        SID_RULER_ROWS will overflow in vcl's LogicToPixel mapping and that
        causes wrong positioning of the row highlight lines.
        
        Probably Writer should use something other than LONG_MAX (no reason why
        these types need to be bigger than 32-bit anyway) but that needs a
        bigger cleanup.
        
        (regression from 4c60f722afdc0be5c129ce5f5ed6786d09d0051e)
        
        Change-Id: I08147462356368d48959a85a85ef7dd8dcae0943

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [19576d843af13df618bad500d2e92cf9bca0a062]

        svx: add debug printing of SvxColumnDescription
        
        Change-Id: I009e3a506d9b3418215341cb7f3e232e7fcfa04b

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [501ae485c7c5f7629f190755f8d1537cfe5a3d4d]

        xmloff: clean up some debug printfs
        
        Change-Id: I208bbe47d1134b6a362e50d54093e6d35e85f51b

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [1eb6e229892bb4248fca33259c85c8e26f527c47]

        xmloff: replace DBG_ASSERTs in txtlists.cxx
        
        Change-Id: I0b7ab0ed27ba23f9ad924819193dd30c70e48fed

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [c0ab2172fc262ea506594f14f513d14597a65221]

        xmloff: replace DBG_ASSERTs in txtimppr.cxx
        
        Also tweak some of the assertions so they don't fire for character
        borders.
        
        Change-Id: Id63631864ab3e5f0366a514adc1ff73f01f57a84

2014-11-25  Michael Stahl  <mstahl@redhat.com>  [7501084112d414688456d6129047b7c1976b7928]

        xmloff: replace DBG_ASSERTs in txtimp.cxx
        
        Change-Id: I7f3ed82652e98da767cf7021bc5fc42e31e80b73

2014-11-25  László Németh  <nemeth@collabora.com>  [54d9755ab4a0825d35e605b47376e01b72d1a57c]

        add profiling to vcldemo
        
        usage (5 test runs): vcldemo --test 5
        
        Change-Id: Ib8c3db1e74f4a05f16a5359fe8645ffc61e891d5

2014-11-25  Michaël Lefèvre  <lefevre00@yahoo.fr>  [cccf054a4353d1efdb8318e8dbed73de6d9c3d70]

        Use parameters instead of static access when possible
        
        Change-Id: I36ef1f24567b9e561f2bd5e981cbd60dba1343d1
        Reviewed-on: https://gerrit.libreoffice.org/13103
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [67fe0b50ede437601e8f5ed90514d729486c6b83]

        the real bug behind so many apparent crashtest discoveries
        
        the tests are done headless with dbgutil enabled and
        this dialog contents dumped in dbgutil mode tries to
        spit out the contents of the various "file format
        not known", "file busted" dialogs with some bad casts
        and falls over and dies
        
        Change-Id: I353619f0209902d4c099b42064fd48c3c547f846

2014-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3b0ecbf3717b04de3a5149db1c70a8ee93bf2ee]

        libvisio: don't invoke automake
        
        Change-Id: I89b3b175d75f27704dfcd1d11f953f0bfca5b60c

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [905db8babf00ffd8741f195d2faac5f23f829a6d]

        Update ReferenceOOoMajorMinor to 4.1 for installation sets, too
        
        ...and not only for instdir/, as was done in
        ab67b79c7469cea7de82b6eb6ca1f690063c069c "set OOo reference version to 4.1 for
        incompatible MessageBox changes."
        
        Change-Id: I58931982153e619c678adde6cf01ec461dc0d2f5

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [297b22bd49ea11a90063ab8503fb83090f351668]

        Revert "Resolves: #i63015# always default to WinAnsiEncoding..."
        
        Because under Linux use text
        "'"
        and font "Nimbus Sans L"
        and export as pdf and the output is garbled
        
        If we do want to stick WinAnsiEncoding here then we'll presumably have have to
        test that pEncoding actually matches WinAnsiEncoding and/or generate an
        additional Encoding/Differences from WinAnsiEncoding for that font.
        
        This reverts commit eea16cb3e65a4308caddb7618d31a76ca259dbb1.

2014-11-25  Yousuf Philips  <philipz85@hotmail.com>  [60f822e4e193c31892d5dc7a8466eba52950b015]

        fdo#84848 enable 'save as' button in toolbar
        
        Change-Id: Ie84ad526f6756e996e1955610d0a9c627d1e0c8c
        Reviewed-on: https://gerrit.libreoffice.org/13060
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [34117a81f283cb27584915633a956dd3545d6b1c]

        Missing include
        
        Change-Id: I506c38dd5469e4301985de77f7f75632dfdde817

2014-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0dae7466fff1e742543ef7512b7dd22472c75624]

        Adjust ref undo to ensure group area listeners are used.
        
        When undoing row deletion (and possibly other similar undo's).  And
        write test for it.
        
        Change-Id: I04b4fd9932f4236f124dcd25967355c6055dec33

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [8c041824b67caa53d3f7f96803b7a69ced6614b5]

        all these ids and their associated resources were unnecessary
        
        Change-Id: I3f538668c9c5f1727b8cf49ab72fd5879e12f156

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [83078214196b071cf1d8e5796803b6ebc1bc9de4]

        We now only need one bit of information here
        
        whether there *is* an id, or whether there is not an id.  An id of 0 seems to
        be used as a flag that an interface is some sort of superclass which can be
        subclassed by something else and have its toolbars etc reused.
        
        Convert this to a bool so we don't need an a resource id for each one and just
        drop the third arg for the normal "final" case and use a different define for
        the inheritable case
        
        Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [f676e9a604bed14865e5c9a277fda0d7b564085d]

        tidy up this deref before check code
        
        Change-Id: Icd9ff99616c452bd16ffc3dc8ab0981d75a386a2

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [2fc4952bd0123de06bf281733597b3f9fc487d75]

        Remove unused URE_LIB_DIR
        
        (which now had a bogus value on Mac OS X anyway)
        
        Change-Id: I5bf233506d6c658560dfadddf79a9ed8605c2a20

2014-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [411bd6e440266a0db95907ad73a3a5be92bd1827]

        fdo#86664 VSDX import: handle metadata
        
        Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b625baafd00ce578f8e68206fd8c1dd1206da2fc]

        Save vertical space by putting labels and checkboxes in the same row…
        
        ... as dialog buttons.
        
        Change-Id: Ieea882b467c87093e7648590bbf14fe6dfa0b7ee
        Reviewed-on: https://gerrit.libreoffice.org/13061
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [baa59ca5eaf061e6b799798406cc31c0a2fa7c9f]

        Simplify and beautify the Similarity Search dialog
        
        * Remove unnecessary containers and unhelpful frame
        * Center main container
        * Right-align labels to remove large gaps between controls
        * A bit of separation for the Help button
        
        This should serve as a model for similar dialogs.
        
        Change-Id: I1964e8909159506484950df9d8ef7283809cce5f
        Reviewed-on: https://gerrit.libreoffice.org/13057
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [936ffd5924e68e1803c8ddeb8a2435375d356260]

        fdo#86579 Give uniform width to Category and Format frames
        
        Change-Id: I55648417f56c28b0ac07ebff908805764bb2eb0c
        Reviewed-on: https://gerrit.libreoffice.org/13059
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e5a7e7249a32493d175ad94ee4e650320518d711]

        fdo#85347 Make file picker modal again
        
        Change-Id: I0e26b9e13e69ed49e7bbbc7f2ac0b04941ee1da7
        Reviewed-on: https://gerrit.libreoffice.org/12974
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a4536921f663fe3dcf7361362f7990286f24c3f2]

        HIG fixes for dbaccess
        
        Change-Id: Ib9ce9a28eec4343850158541375608d63fda8d19
        Reviewed-on: https://gerrit.libreoffice.org/13050
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ccbddf9210ad65465da5bf36a9ad36a5f59bf125]

        HIG fixes for svtools
        
        Change-Id: I8b874ed49e50b7ea15774ca3b0cd9a963898fc94
        Reviewed-on: https://gerrit.libreoffice.org/13049
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Yousuf Philips  <philipz85@hotmail.com>  [82c998977b62b5fb7a01b5e9838d7f6868d697bf]

        fdo#86132 add tooltips to calc xcu file
        
        Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b
        Reviewed-on: https://gerrit.libreoffice.org/13023
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Yousuf Philips  <philipz85@hotmail.com>  [452db55f0a14a1f8c77cae7b54f1857498651c28]

        fdo#86440 move header and footer entry to insert menu
        
        Change-Id: Id3c81d50e504e3d2e29f921955a10ef00c2d3646
        Reviewed-on: https://gerrit.libreoffice.org/13026
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Yousuf Philips  <philipz85@hotmail.com>  [db1a9ba11750fe8df475907f57a84f99f2f355de]

        fdo#85594 enable conditional formatting button, add icons, and tooltips
        
        Change-Id: Ia6fa678fba21f48de183798bb33ee2e34598b03e
        Reviewed-on: https://gerrit.libreoffice.org/13021
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Yousuf Philips  <philipz85@hotmail.com>  [51a572f218cb49e2c3aabdc7e6a7dc47e56c4ded]

        fdo#82969 add global shortcut for autospellcheck
        
        Change-Id: I02b933ac2080ddb46b06a525a0304833ec28acf8
        Reviewed-on: https://gerrit.libreoffice.org/13088
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-25  Michael Meeks  <michael.meeks@collabora.com>  [7a1cb6c3953bba26e58af0f292b1e6bf4bc4a61b]

        vcl: misc. TODO comment expansion.
        
        Change-Id: Iac9e998c2737a370aff382f8c4ae68af8e59f521

2014-11-25  Caolán McNamara  <caolanm@redhat.com>  [1452734589500a7c4da3ebf0e5946f976ad2e79d]

        only use of SfxInterface::GetName is for debugging info
        
        where GetClasName is good enough
        
        Change-Id: I242d5792d3ce1323da59a354cae47933cf90569b

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [836a93e24e4b1db3aa508ed8554ab13bc8788e74]

        Simplify some #if
        
        Change-Id: I9d3239bdbb92f715b050fd91238add5588969bf0

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [34d464316872fec13fc024d630cbfcc26b77185a]

        -Werror,-Wuninitialized
        
        (in DummyRenderer ctor: base class 'comphelper::OBaseMutex' is
        uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')
        
        Change-Id: I5b151176c676a58593933b3f2e33a3e2dfdcc630

2014-11-25  David Tardon  <dtardon@redhat.com>  [761e40251f23b2e66dfe86d329ed6345b272bd89]

        always use 1 as default for strip-components
        
        Change-Id: Id5f22ac0f9fcfd7ab064111aec9abb00707d3e67

2014-11-25  Tor Lillqvist  <tml@collabora.com>  [a9a81a23009b2fc9b1552f367cb04996a99bf704]

        Add comment about a bug but how this stuff still works by luck
        
        The 'suffix' GNU Make function returns the file name suffix including
        the period. The test comparing to the string 'zip' will thus never
        match, and gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT will not be
        used, but gb_UnpackedTarget_STRIP_COMPONENTS_TAR_DEFAULT. But as most
        of the Zip archives we unpack do have a top-level with a single
        directory anyway, that we want to "strip", that works out
        fine. Apparently those that don't have a such directory level pass a 0
        as second argument to gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT
        which has the effect of avoiding the "stripping".
        
        Not sure what to actually do here, so I just commented the
        situation... Should the code be fixed to do what it thinks it is
        doing, but then to keep things working as before, should
        gb_UnpackedTarget_STRIP_COMPONENTS_ZIP_DEFAULT be changed to 1?
        
        Change-Id: I6436865dafe47e21e1365a602889cedab3c09784

2014-11-25  Noel Grandin  <noel@peralex.com>  [0c4e9e6b7e4f7155e00f40e31a73a928ce4fad38]

        java,wizards: forgot to commit some files
        
        Change-Id: Ie4532343cf964ade848454d89b44e381eadb6582

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [da9fd02a4d1a36cf9d22d5b36ba36240585284f6]

        -Werror,-Wuninitialized
        
        (in PropertyComposer ctor: base class 'comphelper::OBaseMutex' is
        uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')
        
        Change-Id: I41ede9ab34e89c8dde23ce2e4fd6393b05c979c6

2014-11-25  Noel Grandin  <noel@peralex.com>  [5d602146785669063af11a96c6f716c22e0208ee]

        java: remove some comment noise
        
        Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34

2014-11-25  Noel Grandin  <noel@peralex.com>  [d6d6903e61d368e03d039f78dc7130cfe0206695]

        java: remove now unused CommonListener class
        
        Change-Id: I2b3d73dc38ab4c5b7ac60bc8b4b3903c36579891

2014-11-25  Noel Grandin  <noel@peralex.com>  [207f6c7ee15742005b2b37f26a3e2de5cb010421]

        java,wizards: convert event listeners to inner classes
        
        Change-Id: I3c30d3865302741c7fbdc811e32686a921b6a4df

2014-11-25  Noel Grandin  <noel@peralex.com>  [40f7f1cf749d788b328bd132ed4bbeb1a19ee90b]

        java,wizards: convert event listeners to inner classes
        
        Change-Id: I01143a9f3a3b563bf5da58dc4a8ed38c440a5c62

2014-11-25  Noel Grandin  <noel@peralex.com>  [7af4d5e8c91cf7c57f8b5471ac8201a9fe1240dc]

        java,wizards: convert event listeners to inner classes
        
        Change-Id: Ia95a07f798de01bfedcce6cd5e97090e165a7ca9

2014-11-25  Noel Grandin  <noel@peralex.com>  [3d16e27d89298d4cf9efb46410c139fe1d46fa83]

        java,wizards: convert event listeners to inner classes
        
        Change-Id: Id6a6991704009b909e5108daf65c48722fa97447

2014-11-25  Noel Grandin  <noel@peralex.com>  [57a2f61e1b5c57ba78b07178dc37dc4b80005ab6]

        java,wizards: convert event listeners to inner classes
        
        Change-Id: I8379bb8194b86a194c351c5e33e1765b8feb59d2

2014-11-25  Noel Grandin  <noel@peralex.com>  [74c6c6151cab078a6e31c66819c0609ef9637e6e]

        java,wizards: convert some listeners to more normal inner classes
        
        Change-Id: Iee0b9e3409f5789a1ca17eb10b100a457dfbdea3

2014-11-25  Noel Grandin  <noel@peralex.com>  [bc2b4210d279793e5b08e13d3a1536e74daee321]

        java: simplify CommonListenere some more
        
        and remove some unused methods in UnoDialog2, and rename some
        parameters to be more explanatory
        
        Change-Id: Ic57510159bebacc1c79d8d689a14bd3cd5a81ae8

2014-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb914bac36b1e6cf3313dae1f0f317f3c06694cb]

        writerfilter: Value stored to 'nPos' is never read
        
        Change-Id: Ic5b871e0e71b72b4aacc678200c26939a0065063

2014-11-25  Noel Grandin  <noel@peralex.com>  [830193d1e5fd3455e8a30caffeab79e14d9d9da0]

        loplugin: cstylecast
        
        Change-Id: I1ca8f2c4a2a6a2729fc736222055417427c72177

2014-11-25  Noel Grandin  <noel@peralex.com>  [9409b2eb454118eab93542d4dfb464b723b219e2]

        loplugin: cstylecast
        
        Change-Id: I030208a86a60609b0379c00957538677fac15ccf

2014-11-25  Noel Grandin  <noel@peralex.com>  [88aaa3496161339d504876a2e84dc03e4d6191d9]

        loplugin: cstylecast
        
        Change-Id: I0607afad59068e3d94494f971990fb45c2b79443

2014-11-25  Noel Grandin  <noel@peralex.com>  [1f1c7a4b0d582dffa920c7a51a55ea32c4d203fe]

        loplugin: cstylecast
        
        Change-Id: I74d655f24396c35305e90e26c91e45c6fc44df75

2014-11-25  Noel Grandin  <noel@peralex.com>  [ef4cd4a718d428ccc5c4958545a6af7564f186e4]

        loplugin: cstylecast
        
        Change-Id: Ic66f273dcc4b6c2c9867dfb038c420b7bc939986

2014-11-25  Noel Grandin  <noel@peralex.com>  [e9251f1f47cf3d1c6475f51a988ff5cee0f03159]

        loplugin: cstylecast
        
        Change-Id: I9f9fef666ee22c54d923f24ce862151d32f4a5a7

2014-11-25  Noel Grandin  <noel@peralex.com>  [0f29e157abf237055004c7b9bc1d171a78c0c27e]

        loplugin: cstylecast
        
        Change-Id: I49d14ec4247984e78aafe90528c2919488233fe7

2014-11-25  Noel Grandin  <noel@peralex.com>  [c7ab37e17c514b1c86fca10ff8734e9752f458fa]

        loplugin: cstylecast
        
        Change-Id: I30e5d05641f7dea749820db4dc7ed87342d0c35a

2014-11-25  Noel Grandin  <noel@peralex.com>  [64572975221c9fafed8363393d96f6a11b14e92c]

        loplugin: cstylecast
        
        Change-Id: I8c5d2302695d22e4fe976a370b75b26dec373024

2014-11-25  Noel Grandin  <noel@peralex.com>  [1be3bfed0a76c7e43f0376fb375abcfb5d954eb8]

        loplugin: cstylecast
        
        Change-Id: I5f260c59e9db918c4daad938981b874d89106b11

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [a8a8cb216fd2b25a1ed8b9c217685dccacaa428e]

        -Werror,-Wuninitialized
        
        (in SvxGraphCtrlAccessibleContext ctor: base class 'comphelper::OBaseMutex' is
        uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')
        
        Change-Id: Ic6791043828b7b9f69c76867e26ee02a5ee66817

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [f0332a4a77880a04697b93cec8f1c2b913f60d1a]

        -Werror,-Wuninitialized
        
        (in TableModel ctor: base class 'comphelper::OBaseMutex' is
        uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')
        
        Change-Id: I2a54a1123384bdeaee917ad9f1f0047f13c3860f

2014-11-25  Stephan Bergmann  <sbergman@redhat.com>  [1f94761288ad5bb1319bb32f845586bbc8c6d1b9]

        -Werror,-Wuninitialized
        
        (in CachedPrimitiveBase ctor: base class 'comphelper::OBaseMutex' is
        uninitialized when used here to access 'comphelper::OBaseMutex::m_aMutex')
        
        Change-Id: I30855a80ad9dbc3fa90e45d51d2a02794033f2f1

2014-11-25  Noel Grandin  <noel@peralex.com>  [7ca3303aaadd20dcc1d6e08bdeba38021cbec4bb]

        loplugin: cstylecast
        
        Change-Id: Idc6c34d8b3cfab35c7dc841a9ff70c218e0282df

2014-11-25  Takeshi Abe  <tabe@fixedpoint.jp>  [643283d4b3b8581fa5aa9b47cda90583b4aed3e7]

        Drop noexcept
        
        VS2012 does not support the noexcept feature:
        <http://msdn.microsoft.com/en-us/library/wfa0edys%28v=vs.110%29.aspx>
        
        Change-Id: If7c076ffe2ca263117654862f68cb7c4c142849f

2014-11-25  Noel Grandin  <noel@peralex.com>  [41d3adbe47610efc1e7bc848c129024a2ec19f9a]

        java: simplify the CommonListener stuff
        
        by moving the MethodInvocation to be purely an internal detail
        
        Change-Id: Id7863261abd5ebd30b7596bac756ca5360119283
        Reviewed-on: https://gerrit.libreoffice.org/13100
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-25  Noel Grandin  <noel@peralex.com>  [58eab57648e222e5a3e488087afd44eea6efd591]

        java: final fields that can be static
        
        found by PMD
        
        Change-Id: I2b48f35d252d6e914c2a18a2c175b075a9d3ac0f
        Reviewed-on: https://gerrit.libreoffice.org/13099
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-25  Noel Grandin  <noel@peralex.com>  [1658c017a27ac2cccb2af89f88a4cde8ffdbe531]

        java,framework: remove unused vars and parameters
        
        Change-Id: I7df5ff730436b95cb93af9f813d7bc572da2b951
        Reviewed-on: https://gerrit.libreoffice.org/13098
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-25  Juan Picca  <jumapico@gmail.com>  [ee42495de1279f9966dd2305966ab96711403463]

        fdo#75757: remove inheritance to std::map
        
        Change-Id: I9dfabddf4b51994c1ae078582dec3f385e7d1a5c
        Reviewed-on: https://gerrit.libreoffice.org/12513
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2014-11-25  Eike Rathke  <erack@redhat.com>  [46e6f78f2b7595e7009975a2365395a74ca2df83]

        check internal and external sheet references in both modes
        
        Actually fdo#77018 is not "fixed", but is a case for
        UpdateReferenceOnSort=true now.
        
        Change-Id: Ibc92c0a95749089c79787e38898bfe77fe30fb0f

2014-11-25  Eike Rathke  <erack@redhat.com>  [fb2c3fec1b98b54f929d0cec64789b79306e03b1]

        check that the fdo#79441 case works in both update references modes
        
        Change-Id: I4aa997847661021af27f27e8763a89a61f185f1f

2014-11-25  Eike Rathke  <erack@redhat.com>  [f0e7364603c9566bc158303c515c3274ccba62ca]

        fix fdo#79441 again and keep references to other sheets during sort
        
        ... also if other references are not updated. References to other sheets
        are never to be treated as relative during sort, they are always
        absolute, even if they have relative row/column part references.
        
        Broken again during the big sort mess. Even if there was a unit test,
        which didn't help as it got disabled / adapted to the change..
        
        Change-Id: Ic0e61c5e1cb0728e20725c29e450ab0eb55c3305

2014-11-24  Matúš Kukan  <matus.kukan@collabora.com>  [b144f0ac8695dd62a2053b4e88212d0b109c9a41]

        fix libmerged build: missing glxtest
        
        Change-Id: Id40d5d21e4e315a605bd41eac01de5cfa04837d4

2014-11-24  Matúš Kukan  <matus.kukan@collabora.com>  [7f6770f90e1c255d83bf75a97b10ccd2b1f984e9]

        svl: Internalize strmadpt.hxx header
        
        Change-Id: Ia69463f1466349af879da02a23b58702732011c6

2014-11-24  Matúš Kukan  <matus.kukan@collabora.com>  [79c1b05591a66fb3c7cec60bc3ad91382095a936]

        Remove not used SvLockBytesInputStream
        
        Change-Id: Id4e0852f6d204b3a1d2a7f5ce281730f5fcad8fd

2014-11-24  Matúš Kukan  <matus.kukan@collabora.com>  [09186fceb0ca5ab67cc81ed601fd0e25d49a03ad]

        unotools: Internalize ucblockbytes.hxx header
        
        Change-Id: I1a9b795eda832673a83a426c8bf10d5bb9c28581

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [ed30f63364883ffa7e0f496aa626ebd3e291965a]

        Unit test for fdo#79941 (handle short reads)
        
        ...done as a subsequentcheck as doing it as a BootstrapFixtureBase (which is the
        easiest way) makes it depend on later modules in the dependency chain.
        
        Change-Id: I9588bae409b38aa373ccfa855042f598b6e2bb2b

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [48138a1d60fafa0bf3412aa6b518a9c0a4f6d492]

        WaE: might be used unintialized
        
        Change-Id: I036a5a1c8c8cca09bb6bddef2e0c8f172fe22e77

2014-11-24  Yousuf Philips  <philipz85@hotmail.com>  [68c1cc33810e14c2e45e7da9f7a60429c8a942a6]

        fdo#84909 move zoom to object and added/hid/unhid some other buttons
        
        Change-Id: I5235c790f7e9b755ef57a9e6643b049ea802ec30
        Reviewed-on: https://gerrit.libreoffice.org/13063
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [fe095dada4e83129d49c8cc50501aa224d61e0f9]

        java,qadev: remove unused parameters and local vars
        
        Change-Id: Ifb9f9374051fe88dc4cd5a7a28b2c8c992ced873
        Reviewed-on: https://gerrit.libreoffice.org/13097
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-24  Yousuf Philips  <philipz85@hotmail.com>  [df633ac5487fd566fbf526808bb015112bd38e77]

        fdo#86476 add icons to sheet management menu and context menu entries
        
        Change-Id: I3d286487a8b81d440f480a528298c815f295fc92
        Reviewed-on: https://gerrit.libreoffice.org/13087
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [c98c650ac4235cebc019e9c80fdc22cab6e077cd]

        SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgr
        
        Change-Id: I6160f8b396ac5e5fb799ee03c5b0181fb088cb54

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [8ccf559473f185bdb7640e438e131f17ddc1861c]

        coverity#1255909 Uninitialized scalar field
        
        Change-Id: I162199233c9d3feb03e7ab33b777174b2a03035a
        Reviewed-on: https://gerrit.libreoffice.org/13104
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [3a58704459a8e60ecca337a247331ac55b7672d3]

        Make whether to use OpenCL or not a global option
        
        Add a toggle to the "General" page.
        
        Change-Id: If35b1472032706b09a3bc3499c55cbd3ac2e13ac

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [4950c30e633ac2d1a12a9e4b086478ac7d4f790c]

        sfx2: add missing locks to FrameActionListener
        
        Change-Id: I67db5c42d1aea39cbf650de7854be853fc78e8a9

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [5c31a1b5474f5284cf694d04de5734921891915c]

        fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objects
        
        "Area" and "Transparence" only supported by Writer paragraphs.
        
        (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: I732e8d40fdeafaebf219fc7c5ddd53b850d8eca6

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [b94c9e0d82c7430ad7c2f3b10b60651a141100a2]

        These are inside an !defined MACOSX block
        
        Change-Id: I09e2db009801c046cf8dd331c7e07cb83f9e3f20

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [0c0b5c12ef2c867a07d24832cfe1fac47d6a4c09]

        SfxObjectUI_Impl's pName is now unused
        
        Change-Id: Id9c0878a06c4d8f12c67bc7270669c5ff9a503e8

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [d163c42f6bb95480b7c28770dbcc54ddc7efe1f1]

        now unused helpid
        
        Change-Id: I826141a1176a9288af1a9def64c49118110446f8

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [2d5d2a9086fc7060157e7d947e9e0879355420a3]

        these were just ids, shouldn't be backed by actual string resources
        
        Change-Id: I639fafce2c4aa919b7f1f6c993dabecf16d312da

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [6c6a68cd566908eb6b22fe9e9b2c2426c853b6f9]

        so GetOffResManager_Impl is unused
        
        which makes sense, because all that's left in ofa.res is
        error strings
        
        Change-Id: Ieedcbd5c9c723ac1a89035add11a61d41b2381a9

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [577dd616bc438bfddf5f65246b1564737bba6a6f]

        so these ResIds are only being used for the numerical value
        
        Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [0b3e6b79af3721f51569d2b7090713f41d522ece]

        ResId return from GetObjectBarResId is only used for its numerical id
        
        Change-Id: I173d20d68b25a614e25b1c933cc5f18f7116ab9c

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [6283d3d4c3019c3435a7465ad7b072f83b0e7cc9]

        in passing RegisterChildWindow already never used its pStr arg
        
        Change-Id: I506581507f078a87088c85867724f1c446ea76d5

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [ce7a7c63eaf14e586bf48e4c35b50acf382c6de2]

        so RegisterObjectBar's pStr arg is never used
        
        Change-Id: Idf0642255490583fa20a05d2c834b941eb696918

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [a3d92af125ae22dc2243fe5b88e194eb41ca3dce]

        so CreateObjectBarUI_Impl's pStr arg is unused
        
        Change-Id: Ia18c380ef46eff546e6ee6534695bcafba1b3c6d

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [fdba97bb3940b2763167510fab91df4b33293115]

        so SfxObjectUI_Impl pName is only set, never read
        
        Change-Id: If920c1d32c457e339c13010a19670c917de9c3aa

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [03f54ec22c956f3433ede07ecca57445feb549f7]

        so SfxInterface::GetObjectBarName is now unused
        
        Change-Id: I88f5c84386216339d617589ba6a7e0de1235a9e9

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [22cc0d397e86a48f97ab764c1acb56ec5bd042eb]

        so nothing consumes SfxObjectBars_Impl's name
        
        Change-Id: I7bd8c0078656bc6fb9d144db8c65dfb8ca304b22

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [e2e26d21f2c16904228748407414c1c6a4b5dbe7]

        nothing is then consuming the SetObjectBar_Impl pName arg
        
        Change-Id: Ib45f28cae69983848a0fa524bed747512dcab1c0

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [5a1ff4db38588bcf222cea24050c64d41b53635a]

        no use is made of SfxObjectBar_Impl's aName
        
        Change-Id: I4afc85d4ff9b5743dd506a6a5a4ba1657d6025cb

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [38ff61b44e466ac138632c71ed538749fdada2b0]

        no use is made of _pResMgr
        
        so the relevant ctor argument is useless
        
        Change-Id: I32f733cc12820f311656b7e140a36c50e504c739

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [12bdc6093fbfd28b885f2783a6fc7a63547f0344]

        DB_DELIM is not defined in non-existent ofa
        
        Change-Id: I5327bf4a414ba647e84cea572bb18aa86c96316e

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [a0cc5cac5c39be76a7e79f2ebff9a6ffba046ccf]

        RID_DEFAULTIMAGELIST_[L]C global fallback now known to be unused
        
        Change-Id: I93e358a9761f8f4fb22310239dbce8f621529eb8

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [49bbd88605cf4106773c35f3c0d81068fd2b3394]

        show that GetImageManager never has a NULL module
        
        and remove resulting dead branches
        
        Change-Id: I969c943b9ff7e56d22efb4eff5bee644f9792676

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [80a60371b3fbdfff01a0e59a56a53da9587f9b14]

        move RID_APPTITLE to desktop where its used
        
        rename the other ones and remove the unused ones
        
        Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [47f891c567ecd54add9763506c48f42afaf6863b]

        RID_APPTITLE is unused in sd, StarImpress 4.0
        
        Change-Id: I85053455c61322cc76df80a60885c38d1f71b3d3

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [c3e428785b9596744a05d205bbb505bbb99cce8b]

        remove unused defines from app.hrc
        
        Change-Id: Ib58c20897a765d81020fc440a48abc4aa966619f

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [5eb4ccb005f86717f886e5bc0079c739904eec61]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: Ie22cb785065342582ca59f871a7b4da7e7bc77e5

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [a5f9e77e98b63ccf2be01d9850be122e9742b157]

        coverity#1242421 Dereference after null check
        
        Change-Id: I18441a147ed74ad2fc8a952ced1320b8b26e3ea9

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [f47080cb24e19d6b2356307c46bfc587a3f53c69]

        coverity#1255387 help coverity out here wrt Division by zero
        
        Change-Id: I3923655d6d4b9c2906cda72e1f91f20d9b5a1354

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [b162a663a3e9c0fba1e638bd52920957f011630d]

        coverity#1255908 Resource leak
        
        Change-Id: I90b8e89eba915e46cc2288f4ff5bee725fc8a1fc

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [e882ff8c160a7341071746bd0d73a020bb423dbc]

        coverity#736477 document deliberate Resource leak at detection point
        
        Change-Id: Id9ad1df799c67110a426ee7ce41287703e8bdbfb

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [d395093aecb9da67d0e38d9b3776d166647fde18]

        Adapt documentation to reality
        
        ...that both OFFICE_HOME and OO_SDK_URE_HOME are always set
        
        Change-Id: I74f3a19cd7020fbefc30b08e122ca20e292f1830

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [0d2befdaead8aaba39ee9abd758909e7f7fd0123]

        Re-indent (no change to content)
        
        Change-Id: I72fa9b85e8544ea7bf1c1dea8ff3358835959f55

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [2052ea7439790d9bb5ae5b08fda3874f74700594]

        Both OFFICE_HOME and OO_SDK_URE_HOME are always set
        
        ...via setsdkenv_unix -> configure.pl
        
        Change-Id: I5b5e8e99736ce6d12ad7796d73cb1cf6871ad7f4

2014-11-24  Maxim Monastirsky  <momonasmon@gmail.com>  [da48602018deb15d6beeb682430942799dfa2c8c]

        fdo#86622 sidebar: Distorted icons in Graphic section
        
        Similar to:
        36f275cb0f19d11151abf85f3c191a2736bd73da
        92a0793265c66d289828c0193097b14b7e7e2d0f
        
        Regression of:
        eaa89db886ba49472e22d77cea957a08c1113cd0
        
        Change-Id: I98893989fff9f9893f6b3b52b24a43676fe7c6f7

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [70ae5bb4182a99c17da8eb32b36baec3e7a48723]

        import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)
        
        Change-Id: I864ad87aa0455c323a5235fa1230d3f2ac3ffbb4

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [a55d4f6a60c0e59162f20ff3e7c220ac0042d65a]

        ...so startup.sh is gone now
        
        Change-Id: I667cd9db8a6f5511218d482fb97025480ddc2488

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [b7a81e33bc960409dd1ca7ce8b02650bccabaf1d]

        uno is the only remaining user of startup.sh
        
        Change-Id: I0aa2f7384462777fc893aa282aea00aebd8dc664

2014-11-24  David Tardon  <dtardon@redhat.com>  [44454fc9f99f4a7fd4ae2c202434d92ff725ce87]

        upload libcdr 0.1.1
        
        Change-Id: Iabca04edf87d512fd16cf36b1503d516a8d7cfdc

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [fea3ca373873b1b6e5d319a8452491d2b38dbdaa]

        Makefile: provide a hint when "make iwyudummy" fails
        
        Change-Id: I5d37478e1dfdd9bf96ceb302fe51fc5c2b4ed838

2014-11-24  David Ostrovsky  <david@ostrovsky.org>  [715aafa6d9dbc23be738597b4fa15af102f1f98f]

        scp2: move ct2n to AutoInstall
        
        Change-Id: Ib4501298c78e591f24c2ad73cbc8aec0c4fc0347
        Reviewed-on: https://gerrit.libreoffice.org/13020
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [460debad7968961084546e02eb2ac0750a63a7f4]

        improvements to iwyudummy target
        
        - split awk script into separate file
        - make awk work on older awk version
        - create new target in main Makefile.in to generate
          iwyudummy Makefile so we don't have to manually uncomment
          stuff
        - exclude /usr includes from the generated makefile
        - disable unused macros warnings to reduce noise
        - add some sanity checking - prevent using the generated
          makefile with compiler-plugins enabled
        - add new target for generating iwyu Makefile so we don't
          need to edit the Makefile when using it
        
        Change-Id: I4af8eb7d1aa5419e546acb9ef905a0fe623db57d
        Reviewed-on: https://gerrit.libreoffice.org/12980
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [6796db4cc6c1b8d32a655de5343b9883b07d0aa8]

        svl: just make SfxItemPool::GetMasterPool() always available
        
        Change-Id: Id2e35c19bf2efb73e6a0939cccf37c92ca30c0aa

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [94d2de0ba1f010be7acf0d00ce5b2ed4ed2b895b]

        rhbz#1167250: Avoid X11Clipboard already being destroyed in constructor
        
        ...via SelectionManager::run's aKeep acquring and releasing getReference()
        
        Change-Id: I18696d30c41ca9ae101261668cbf54cb0a6c45fc

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [7839633fb356285652ed96f4bf3f85bcd5b561a4]

        fdo#85889 handle pc, pca and mac rtf keywords in writerfilter
        
        Change-Id: Ic54f2233a37562bdc516e440af0b4b7973f56342

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [8dc475380a19bb707274491788abfe61d491f0e7]

        sw: remove last include of tools/debug.hxx
        
        Change-Id: Ic8bcb8b6f5f4d46af33ddf4e493ffd21329dcc08

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [1397e7dd3061c8995c9c042c59c4f2982bdf5e63]

        sw: convert DBG_ASSERTs in SwAccessibleParagraph
        
        ... and fix a copy-paste error and remove some pointlessly defensive
        code.
        
        Change-Id: I08e74a6bc843b307d1c8a7157c2a67f471c00522

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [cd7beed5eb70f116824e36f87f7faa0927642c19]

        sw: convert DBG_ASSERTs in SwAccessibleFrameBase
        
        Change-Id: Iea85af82e9a678ab83f599798693345d9061284d

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [ac4fd5c1ad5676b187fd5cc1ff862b25d04b0adf]

        sw: convert DBG_ASSERTs in SwAccessibleCell
        
        Change-Id: I87f1fdc9c316fde994a4f0fe431827fb841f7b55

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [4c378386fddfec39c75311a4c02ee4a1b99f020e]

        sw: convert DBG_ASSERTs in SwAccessibleTextFrame
        
        Change-Id: I7a829a6a113ee7c5baed74b653c7bb362a360aec

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [f07dcd4413c410b247d45d2be3b922fb5d86d6f2]

        svl: convert DBG_ASSERTs in SvtCTLOptions
        
        Change-Id: Iec07c3f4088e2af9bc5b63f44e9943af215cebf1

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [a1022694d8a116efe6f7835f5b10b3396bf5b40f]

        svl: convert DBG_ASSERTs in SvtCJKOptions
        
        Change-Id: I3b7222217e1f5d8b2a26f49b359d9c8587793e88

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [bcbbe579f457816c412ebf9e003a172b2f0991af]

        svl: convert DBG_ASSERTs in SfxItemSet
        
        Change-Id: I37e507226e676ee797e6911a0b3da1d1823e750a

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [d4fce35ddc43b586cdb093244f3a5eae4753b772]

        svl: convert DBG_ASSERTs in SfxListener
        
        Change-Id: I07776484277769acf37cb11b8b2cff02c4234d5e

2014-11-24  Michael Stahl  <mstahl@redhat.com>  [570a8cfd7ff33374791af3adfc2be9e666c2506b]

        svl: convert DBG_ASSERTs in undo.cxx
        
        Change-Id: Iecf693181bee7c3ce63dea6c389b03655007a3e5

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [10d94280e7d23615f1bfe952fd0cf3be861f3618]

        Revert "fdo#85889 handle pc, pca and mac rtf keywords in writerfilter"
        
        This reverts commit 31ef2b6396e2ebec10f84f21dfdee645690f5e62.

2014-11-24  Noel Grandin  <noel@peralex.com>  [0df9e5e46b0df4a8cc9e7dc39b56b10f922a31e5]

        loplugin: cstylecast
        
        Change-Id: Ia3dc8efc8c8803597cbf226780bdb7e1c9681ee0

2014-11-24  Noel Grandin  <noel@peralex.com>  [d7a7b841913afc64bf1dd19ce55cf1564f0c8275]

        loplugin: cstylecast
        
        Change-Id: I2737c5a4f1ad4a5e5588be4f2dc544037df0a693

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [d92e8b5ede388bd05a28e7f7a27d3758567481ed]

        Remove superfluous and inconsistent whitespace
        
        Change-Id: I90fdf94aa01912e86015f7263b1dc81d20e53e8d

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [766f7388dd3d33cfc9efcbec86bcf15a51be8c73]

        Bin commented-out unreachable 'break' statements
        
        Change-Id: If0f47a78bbffec5c2ebd33c552d0d8a300b48eb1

2014-11-24  Noel Grandin  <noel@peralex.com>  [211990642306d08a388682b4ac84a5776b3afbd7]

        java: unused local vars
        
        Change-Id: Ib0709da830788f8169282e45552af4fdc300ccf9
        Reviewed-on: https://gerrit.libreoffice.org/13096
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [8b0aa5210a36c14bb9c3038870b83a6769dde601]

        convert EventNames to an enum
        
        Change-Id: I68496b47564f4c00c19a62f9f1bf38d3353598f7
        Reviewed-on: https://gerrit.libreoffice.org/13095
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [926744de7a9bb9375f41972f977bfa25fc837c15]

        merge AbstractListener into CommonListener
        
        since CommonListener is the only subclass
        
        Change-Id: If10ccb29991d7c48e2c20fc41330572a669f1497
        Reviewed-on: https://gerrit.libreoffice.org/13094
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [b7f67f24bbe9ced0dfefda674d96fa1d41cdf062]

        the getGuiEventListener method is unnecessary
        
        Change-Id: I1c8b0ea28b6dbc2b6825f5f30ae0d234b7362d64
        Reviewed-on: https://gerrit.libreoffice.org/13093
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [53135b2a6ea0222cc9bece9e96ff6c7b833d5490]

        the UnoDialog constructor parameters can be simplified
        
        Change-Id: I5c790a4b79966c977899a0cdacde8fb41148eb1a
        Reviewed-on: https://gerrit.libreoffice.org/13092
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Noel Grandin  <noel@peralex.com>  [f136502dd357c2faa5fde494f89ca833c733c9a4]

        createListener() is never overriden
        
        Change-Id: I95c095eb7a6f315019fb851fb20e65314eaebf55
        Reviewed-on: https://gerrit.libreoffice.org/13091
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [4730af6a2435dfe35f598f12a4b3884bba40c006]

        typo: unknown
        
        Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [31ef2b6396e2ebec10f84f21dfdee645690f5e62]

        fdo#85889 handle pc, pca and mac rtf keywords in writerfilter
        
        Change-Id: Ic54f2233a37562bdc516e440af0b4b7973f56342

2014-11-24  Andras Timar  <andras.timar@collabora.com>  [e92d1cda143deaf4ae97c17c04e6c30eb6dc417b]

        chmod -x fdo44984.rtf
        
        Change-Id: I9b395629b9b90d12cdb7afa68d5eb79ef938648f

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [634a69019189389cc8a7154c846454807fce96a3]

        Reduce the amount of data by an order of magnitude
        
        Change-Id: I4a1deb2c1a0cfe67faef6a0d2e3d355b475eb9f0

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [c6f1f948178ab29ea190117376cb9365d8f4fd7b]

        Add AVERAGE test
        
        Change-Id: I144858631f229685284622eb9975a168e61ff6c5

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [62a06cd0a9ab053d6560f7395a4b0f339c2fbe58]

        Add MIN and MAX tests
        
        Change-Id: Ia8d5fdeb1e03009035136edeab991442b7d91c4b

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [9d842b485f6c1a0d50d3d9d80ef8a61060645a62]

        Fix fencepost errors
        
        Change-Id: I4d22d535368569631be9c016f74b7c19b9019955

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [c7d2794d5689e10283d0abbe0b6d422a85795410]

        The initial value for PRODUCT should obviously be one, not zero
        
        Change-Id: Id054d66e716fb5b176b687afc5d4121f3fa13765

2014-11-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [92a0793265c66d289828c0193097b14b7e7e2d0f]

        fdo#84904 Don’t stretch icons horizontally
        
        Seems you need this, see also 36f275cb0f19d11151abf85f3c191a2736bd73da
        
        Change-Id: I06970401d73bf8f73170bb1fc6bf001eac9947cf
        Reviewed-on: https://gerrit.libreoffice.org/13083
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-11-24  David Tardon  <dtardon@redhat.com>  [4578ed5b0ae63850704027861b3d475d818ead33]

        upload libodfgen 0.1.2
        
        Change-Id: I9a4719e60f910256c529551fdbb387e98aefd6ce

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [4c78ff11a26ca3109ceca1de99ce264973b5b762]

        Newly missing #include
        
        Change-Id: Ic6599303fd654d82fd4edbcc933e08408aa798a8

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [e548613a5bf49de2fce6cd9935cbbdf72a96dd2e]

        Do not depend on libxml include in widely included file
        
        ...and hope xmTextWriterPtr expanding to struct _xmlTextWriter * is a stable feature
        of the libxml2 API
        
        Change-Id: Ic5076df5a8b33f71c605b3aef737a99ea96b1753

2014-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [56633a2b1da4d36cd29c320a3d20761c8886907b]

        svx: missing libxml2 external
        
        Change-Id: I416e504d1f16530096056ea915dcfdb74f302c4c

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [24ee4cba937d1b69cb6b5fdb9d1b8116546e5a6e]

        coverity#1255905 Buffer not null terminated
        
        Change-Id: I0822f04a296ec6c8c6ae559aef320a59afc8aa0d

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [83ea7e76da284be6380fcdadf9848276fcdd080a]

        coverity#1255907 Explicit null dereferenced
        
        Change-Id: I5b7be6698e2028f9b882c2f7deb96739bc968098

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [6b7561a87a8c1f99d56da71fa222efb178ffc1aa]

        coverity#1195349 Argument cannot be negative
        
        Change-Id: Id0a8bac3c14e668f066ddcafc84d3397c0d9b74f

2014-11-24  Stephan Bergmann  <sbergman@redhat.com>  [1397b0a9e6f46a93aabca498ba26ed74ee96ef0d]

        Unchain OpenGLContext on all platforms
        
        Change-Id: I679aae23d058a4d88fac0291cabe00629fd6de65

2014-11-24  Caolán McNamara  <caolanm@redhat.com>  [74279d773e28fdf3479502258ac64a1a06c3d3a1]

        coverity#1255910 Uninitialized scalar field
        
        Change-Id: Ifa4fb557ce4fc5ffc816b963df84e30fe6ef43c8

2014-11-24  Tor Lillqvist  <tml@collabora.com>  [60b63ab620401ce305a0b12bb6647e1970207ef9]

        cid#1255906: Unchecked return value
        
        Change-Id: I94696b3da73eb74a04b531ee8a93854208cddbec

2014-11-24  Yousuf Philips  <philipz85@hotmail.com>  [d59554a50ae9870346d5e36a3cd5470016eda0e9]

        added the missing '5' next to 'KDE Plasma'
        
        Change-Id: I9a9b0d3b0198c7f37561b14cfeb55ec5a9d5bfe8
        Reviewed-on: https://gerrit.libreoffice.org/13066
        Reviewed-by: Jonathan Riddell <jr@jriddell.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [61540cf986cd25c40f12d86ae4760fa671cf35f0]

        error C2872: 'Locale' : ambiguous symbol
        
        Change-Id: I88482566c26218a4b71b8e5652af9fbbad6a8143

2014-11-24  Noel Grandin  <noel@peralex.com>  [4f7586a61e078ed8944d7f85697c809c4bd0d676]

        prevent unused warning in release build
        
        i.e. where asserts are disabled
        
        Change-Id: Ic47b0a65bf729ba2cc9460a6a4bf1bbbc06f34da

2014-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b3cfa0e016de7712200785bc70ef2d6a5877113]

        Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()
        
        Change-Id: I1dae910e9d14db56d6388a71d76b1a479d5786b0

2014-11-24  Tobias Madl  <tobias.madl.dev@gmail.com>  [c9067dd0e13a51e70b71c4730e08cd518477a4f3]

        timers: callback useless, remove timer completely.
        
        Change-Id: I904a91b38d846841e24149f897962abb429878be
        Reviewed-on: https://gerrit.libreoffice.org/13062
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-24  Jan Holesovsky  <kendy@collabora.com>  [8028b428d35f124aaaf02491b95d08a5713e8b34]

        Kill unused (debugging) sidebars.
        
        Change-Id: I7d0af9d7c65e2d9d45b32870af495b2cd3eef749
        Reviewed-on: https://gerrit.libreoffice.org/13084
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-11-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [772befa08f02b08da1ab493896a0744bc73781c7]

        fix typo in color name
        
        Change-Id: I9dbd6a59b4c0f28d7d5e98767911873135c295ec
        Reviewed-on: https://gerrit.libreoffice.org/13070
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-11-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8555f167417bfe3707ca0530f6d0a11cf02f043c]

        add missing spaces
        
        Change-Id: Idbe34849264f0686f1fb8fb39799f534660bf1c9
        Reviewed-on: https://gerrit.libreoffice.org/13072
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-11-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7f5776644918e2ed24a0762ce758b2d05335a4d2]

        capitalize e-mail in list of types in bibliography
        
        Change-Id: Ie72627e708f257e7272618d90abf7b54957112b9
        Reviewed-on: https://gerrit.libreoffice.org/13076
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-11-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [bd505938ac0640135bf93ea9a25d37b60a64655a]

        mark numbers as untranslatable
        
        Change-Id: Iad5d9c5e4b7e82f5809b7aa04f782a2f4e26585c
        Reviewed-on: https://gerrit.libreoffice.org/13074
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-11-23  Rene Engelhard  <rene@debian.org>  [43c59ee45f4a8303021d8ae22ea42a7238170f47]

        gcc3_linux_powerpc64 bridges: assert -> static_assert to fix build
        
        Change-Id: I9cd345de6895b38fc766b0fe16e218a146bfb7b9

2014-11-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1e37a5519501627490597dba4640b43e6e32e1a4]

        Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.
        
        Change-Id: I49f0a16655114bf212ffec957bc6560075115e5c

2014-11-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8d007c83ea064baebf6a77ca9ad1418c66892249]

        Move this header into source/inc.
        
        Change-Id: I9127aaea3330b5c972ae7b3bf09912bc306d0f3c

2014-11-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8da8927a0198f41fc3bcd6d512e3b570d4b8803f]

        Forward-declare SfxModuleArr_Impl in sfx2/module.hxx.
        
        This is only used within sfx2.
        
        Change-Id: I40d850bcf82ba39dc7cf7d1a5b70c90add4e75c0

2014-11-23  Rene Engelhard  <rene@debian.org>  [ec1cb10982decac402a2121e3d64e45d353f1758]

        aarch63 bridges: add missing #include <osl/mutex.hxx>
        
        Change-Id: Ie422682f38752a5f92336106d40c79d2bf9006c7

2014-11-23  Radu Ioan  <ioan.radu.g@gmail.com>  [7528b498b634f0d96a710afc7faf20299cc5792d]

        fdo#85486 - Clean up unnecessary enumerations from xenum.hxx
        
         Removed XLineStyle
        
        Reviewed on:
        	https://gerrit.libreoffice.org/13029
        
        Change-Id: I583575a04988ccf932374e411672ba14a3f3cb2f

2014-11-23  Stephan Bergmann  <sbergman@redhat.com>  [40833b49ebdef2e5ab9ece33fc558fd0929f4e8d]

        loplugin:literaltoboolconversion
        
        Change-Id: Ibecd561c1d27e129ad1f481bdb7f8a7bb4d0f8d8

2014-11-23  Stephan Bergmann  <sbergman@redhat.com>  [aa3abc8cb6ece6fd98a438a3617e66d11846638b]

        loplugin:unreffun
        
        Change-Id: I38368d31a09c104275273df583a9748ff9d47d0d

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [4105b03c276d1012abc50caecf51d2887f89cbe4]

        Remaining fixes for sc.subsequentcheck
        
        Change-Id: I5bca031b4d04c4a2bc2d19fa939cc58a711ab8bd

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [27d75e7983f21e72ab4c2aff7f181bf21d8f5ed3]

        CppunitTest_sc_databaserangeobj: adapt to now enabled sidebar in Calc
        
        Change-Id: I0854290757ace2acf2ed62f91efbd01d880d196f

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [a60b8cd397908c4b25e69732164432f7f1b8d298]

        CppunitTest_sc_annotationobj: adapt to now enabled sidebar in Calc
        
        Change-Id: If03be5829cfea7f32ee47447b9d1efebde3c26f2

2014-11-23  Stephan Bergmann  <sbergman@redhat.com>  [6e0e616f13c2bb2ce8493ac8442773c9bd78f5a0]

        Erm, setenv, not putenv
        
        ...so no need to leak an OString (and no need for a static char const *locale,
        as osl_getProcessLocale calling _imp_getProcessLocale already takes care about
        that).
        
        Change-Id: Ic831415596fe44335a6b12b5d884e781368676b8

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [b170c6d23d0845c55498c53863f43e5a72c7459c]

        CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in Calc
        
        Change-Id: I1f4d0caf0e59af43d4c66f933175c9bdb8c974b6

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [c77d2ac67955d21047e6f9c473a4d9ebe7e554b2]

        CppunitTest_sc_outlineobj: adapt to now enabled sidebar in Calc
        
        Change-Id: Ia38627f1f410e8d729449e5950508131068b0279

2014-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa9267dffe1e3458ca1474767b5d0733556e0a03]

        CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw
        
        Needed since 583e9d834dd795e18e4f8245fc2fe45736607ef9 (Present the
        (collapsed) sidebar also in Calc and Draw., 2014-11-22).
        
        Change-Id: I1664b6132ba7ba1e6aee024bd1a12c0ed3086eb0

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [700277174650e10cc120d632f1124f2f34314c97]

        dead assign (clang)
        
        Change-Id: Ic1e7578e85e52df68f1b9e1e8c7835614518b165

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d990b4cb48b74c50c757db3424e3653b06ee013]

        dead assign (clang)
        
        Change-Id: I021a278a773b704f35aed1da5eda4c51ede648e2

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f0cd77e9b38b356ff29d8e79c5fda862cf645437]

        dead assign (clang)
        
        Change-Id: I5756dfa36a7ab55236811807c532f3713c5eb548

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d2ab77ce54fa46fc5bd6b3d18a5041ceb29ebb71]

        dead assign (clang)
        
        Change-Id: I99b24839202191364ea2e9b133b2259d46b64022

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6c25384656c8d90d4641f62a44a3b0c21b4bad64]

        dead assign (clang)
        
        Change-Id: I5f2dee2ac947c22292a5ee42fe51506cd881e35f

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [725f54ac3fd07ec7891628c469bef4cee336bc55]

        dead assign (clang)
        
        Change-Id: I6782bc870fa5ce6404b3f5436bcf86b96527f69e

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e9691a783ce7b6c65cbb586fcdde0284c35d408]

        kill some follow-up dead inits
        
        Change-Id: Id8d9309c3d09224c55ff15521d4fa54b9fbb23c2

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a145874600dcdee9650d7332015e9b15da00c6b5]

        dead assign (clang)
        
        Change-Id: I161a3f50f89c21a2a9b4cebaca02634501786d44

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c5f02f7d8c9bc85a65d1952b9998888bd6c9f520]

        actually do a two-way compare
        
        This seems to have intended to compare data two ways, but instead
        compared twice the same way. Discovered with clangs "assigned value is
        never read" warning.
        
        Change-Id: I678f5deffbb2aa2035a701a700d3645fc3aea15e

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d9809a2f11a049f31cfc336d0854caa903a46c7e]

        dead assign (clang)
        
        Change-Id: I567d5d40642a50ab1a4690df874daffdd17506d3

2014-11-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f8ea45940c4dd4ffb0363ef82daa5c0a734c0b7]

        dead assign (clang)
        
        Change-Id: I941676bc43f6d22da60d5b043821bb5cfc0a2f7c

2014-11-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [6e7da281c22a62ae39799b2736885e54c388caf2]

        vcl: fix linkage issue for Executable_icontest.mk
        
        Change-Id: Ic26f481f672bad0c10fc2ac8ab413faab38bca94

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [de501ac893c01cd35d92a068b4cc6f40351f9e3a]

        writer: Add some separators in the toolbar for easier orientation.
        
        Change-Id: I48075e09115a7c53bbf8ff0a9e98a0c249618475

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [9a3a6bf6e398eb44c95710fb312e29373ee4f1a5]

        icons: optipng the tango_testing icons.
        
        Change-Id: I4818f7761bbad9cb07800be0154e61fa1bda6090

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [cdf64a952405267fcdda7031ab2359c7a2115d3c]

        icons: optipng the tango icons.
        
        Change-Id: I0b526973b51eafce6b27f62b6a06057dbbc625d7

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [cd8efcd312ff120b0a44eaf973a95567952df8ca]

        icons: optipng the sifr icons.
        
        Change-Id: Id4ec669fb5a58be2853d66ae80d73eae200fe657

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [e2c1596b01be0611ae6d4d17f9c630c0e5f6b265]

        icons: optipng the oxygen icons.
        
        Change-Id: I61d9b29334ec08d5f4fcb36d906212e5140cb5ee

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [6d01093b8fb6c1a9a568f837a9a1078bfae9462f]

        icons: optipng the industrial icons.
        
        Change-Id: Ia14988ac58c080598cad7367e0fa151de3f475ec

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [1b06e69da92c3394ce3a7e08c0ee76c3fc34c016]

        icons: optipng the human icons.
        
        Change-Id: I868087fef544cd53fb26fc34f7ba224400468b63

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [b6d1a5f0225d4899782c88ecb2bd49266a790899]

        icons: optipng the galaxy icons.
        
        Change-Id: I6499e5adba9886bb14a9e6b9404e77288a4ce048

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [01fd6abb13cadcbb3dc244ab929d1815aa06893b]

        icons: optipng the crystal icons.
        
        Change-Id: I194ce3ddbb041cd01ee1b9c66fec7b5e782e1a1a

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [893cf377125c03a19e2f681143910bf55904f08b]

        icons: Include Industrial again, it is used as a Tango fallback.
        
        Change-Id: I58c532f33483d051b9748b7d830f440b17c9a35e

2014-11-23  Maxim Monastirsky  <momonasmon@gmail.com>  [cb6ced50c11ea71e5655c46e49f17f3b5921f526]

        fdo#86546 Open the right tab for more bullets and numbering
        
        Change-Id: Ib8dda6eab89c92fa9bea98e3570896ea02692585

2014-11-23  Maxim Monastirsky  <momonasmon@gmail.com>  [2497285dcaf135e55daf273607ed86575c8032ac]

        Related: fdo#83572 Deactivate previous function when inserting object
        
        Change-Id: I790202676210e6724c369996f26651ab5307ee72

2014-11-23  Andras Timar  <andras.timar@collabora.com>  [2d25ddb385b0a5b5803f03441f38fee11ce9a556]

        Updated core Project: help  14477a85f297b5bbae784789e86e8e9f574fc506

2014-11-23  Michael Weghorn  <m.weghorn@posteo.de>  [55e9fac7e642de3ee7190c3987a40a768172eb9f]

        fdo#39468 translate German comments
        
        Change-Id: Ic385faed251970c0c686b099023af9efca10a121
        Reviewed-on: https://gerrit.libreoffice.org/13040
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [811d6ff5e30e1527c54b25b8040b3783205245a6]

        Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.
        
        Change-Id: I16c25d28066fbc8d6357bf89b047763b67bc85bb

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [96811dbda3c61115ead7837b19f664533b86f6b5]

        icons: Kill now irrelevant warning.
        
        Change-Id: I2ce348fe97cfc0fdaf1ad5e1063a28d069accdf5

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [b6bdc6771199b7b05d4f9840b66ebce3bb61d7db]

        icons: Package only the icons that are in the theme.
        
        The fallback is now implemented directly in vcl, no need to waste space any
        more.
        
        Change-Id: Ia027fda5e92d2bac7369139f3277d73b0521bef2

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [78bf950a3e988f20bb5db61c966faa3b8de6d0e3]

        icons: Implement the fallback mechanism for icons.
        
        When an icon is not found in eg. images_sifr.zip, search it in
        images_tango.zip, etc.
        
        Change-Id: I8af952a1bd8e9e02531f84012e8ce39e75422313

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [10c7500c46d33ee5d35c943322e2a0603ca72f18]

        icons: Even the cache and links are now stored per-style.
        
        Change-Id: I7d2bfd3e8aa102e88c107de445fa77c004867fe7

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [3820d954535b7b0b0e976ccd01251de848e3faea]

        icons: Store paths of more styles at the same time.
        
        Change-Id: I9a13aa3ed928b989eaa2b2da8d1acfc5a37f506e

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [9e4a1396d602b010f2dbdb0b7f1249dfe1abd01a]

        icons: Kill an unused function + bring some consistency to the file.
        
        Change-Id: I346d751cef124b534784f0b3b335c9578c56e024

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [44e02826bfc46cb5647d3805283b303bc964385f]

        icons: m_cacheIcons is always true, kill it.
        
        Change-Id: Ie63f8780093a2605ecd4d1e80ccb05e16b486cf1

2014-11-23  Jan Holesovsky  <kendy@collabora.com>  [f09b39a65ddd60dabf4e47cb5e82acbd32305b31]

        icons: Unused CheckStyleCache.
        
        Change-Id: I9097b2704b7a961f448c58572f091f335847e951

2014-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7f09e0dc320de9959f82736055506d75cf37b52]

        block my OpenGL driver
        
        Kendy and I both ahve the same issue related to the driver returning the
        wrong attribute location in some shaders
        
        Change-Id: I496c0f545f7c28c71a94ca8a9ff9fb0b0df46005

2014-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [743f34d9d20c67deecf6d18a5c8e58e83ab35c98]

        remove whitespace
        
        Change-Id: Ie41f7dee77d378bcdd963ea26b0b83d198762f53

2014-11-23  Julien Nabet  <serval2412@yahoo.fr>  [37ac70c117a7b8b9ac66b583a793096c3ad87a11]

        make sure to check for formula first, fdo#80301
        
        Change-Id: Ie822d1a154b7b25437ce7e5d09eb399460823acf

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [84a6d8eeaab540e5b2ea3baffd919903dff8c247]

        ptr_container sometimes requires new_clone function.
        
        This fixes Windows build breakage.
        
        Change-Id: I188e38b20674700132c7d7c78304f58748540556

2014-11-23  Andras Timar  <andras.timar@collabora.com>  [3a79d1c0001252483c695eed8e709304cd43ca84]

        some localizations (e.g. Slovenian) need more space for translated button text
        
        Change-Id: I407d8d92c9669f606e4f8fbb95a37932f8f14956

2014-11-22  Andras Timar  <andras.timar@collabora.com>  [6745c24fdad942f61c225632688bce78da0a547e]

        fdo#86550 make some strings localizable
        
        Change-Id: Ie3b47e30b22b4bbae86f575ca1c9f3639afd3afd

2014-11-22  Andras Timar  <andras.timar@collabora.com>  [4bec07b086be55fc473ab5f341deb451421aad74]

        Updated core Project: translations  78a223e7931ed04859cfe0c8bd834c4956e50e0b

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d69bda6300f2a2035d1754d8a33e4bba56a47607]

        Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.
        
        Change-Id: I17b52c277ab6ec8b15e88729feee0a269b75087d

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b5339f0d299b0fd080fa278b0223afdf4fd65eeb]

        Make SvNumberFormatter's methods non-inline.
        
        This is a high-impact header, included by hundred's of source files.
        
        Change-Id: I2b7f1c9e8ffe81ddccd1a541e3474ca302a27e90

2014-11-22  Jonathan Riddell  <jr@jriddell.org>  [9ddb055641271aa33fe9f470c739eab9d146a4c6]

        Add Breeze icon theme for use with KDE Plasma 5
        
        Change-Id: I936d31300126e2ce000ea3a7cd70c8a2dec19502
        Reviewed-on: https://gerrit.libreoffice.org/13043
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-11-22  Andras Timar  <andras.timar@collabora.com>  [c63f17a7799b4b8f25b605101d6baea28a1f51be]

        Updated core Project: translations  a1da2c880cef1ad5289ed78dc345e8c3ef94fb28

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [c19ad065afd547f5ad21205d69bbfaa98f0f6b3b]

        Fix build.
        
        Change-Id: Ibf5d1ccee155cc5807a1a125fde7a7243eab7585

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [4e9dcb506c3f12792082a81313361edea331fcb9]

        windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.
        
        [Blind fix to fix build; real fix to follow after testing.]
        
        Change-Id: Ic4cf2dc74ba4649a2453bc351cdc1d1fad59a0ca

2014-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb77fd64f9219f1b8f990f5041d81cfddd021213]

        fdo#82006 RTF filter: import \sbauto and \saauto
        
        Change-Id: Iabff543c8191fc86dceb9274ea1552f60d73dabd

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [357011b5baef0b9b0b966e84ea2494aa81845e45]

        vcl: Make sure the active framebuffer is the right one before drawing
        
        Change-Id: Icc30bee1d58dbf8f5e7b65ba90cfdf0c9135b464

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [bee1ac1305eb9299545b6a6c85ea4e9212065543]

        vcl: Re-flip native X11 widgets upside down in OpenGL backend
        
        Change-Id: I1819f8e3357dc2f805b0ecebca0659fe073ec611

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [7a64d1e1ccc190c145c298cb74b3b5ee9bf338e2]

        vcl: Improve precision and performance of clipping when region is a RegionBand
        
        Change-Id: I7a481ba86d03b0eb8f4b456e38cfa89b6cbc209d

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [fa77801f3e57ad94f077230a95bded1067f528e9]

        vcl: Track the GL context's clip region and update before drawing when needed
        
        Change-Id: Ibec92851dc87f6696ee55a8db10fe160cd97d09c

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [5f86a6165bdedec4fbac2cf22a958245f52168be]

        vcl: Move the painting fence to the OpenGL context
        
        Change-Id: I462e68a1ad7a56fafe57504959cf169a70665f81

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [e26237f6cbc0d499c91aa32c3bea1f9daee6578e]

        vcl: Always use the same OpenGL context when drawing in a window
        
        Change-Id: Ief0e947149c133aaa8e81973e088c4df6432bfdc

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [90af2a6c403e7f6e5192d54f69b38b85a9e6fbc8]

        vcl: Use old method for pixmap painting for GTK widgets without OpenGL
        
        Change-Id: Ie6078308f7a7f70683a7f963b15857b5dac753b0

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [3149cc341b1866d215110f0783227549a99b5920]

        vcl: Draw native widgets twice on black/white background to synthesize alpha
        
        Change-Id: Ic4c073360070a559855732d2de41ae9085d7d51b

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [360b988ea01d2b8dec0a15fab7d92df515e213c2]

        vcl: Correctly set the values for the GL scissor test when clipping
        
        Change-Id: I5ff59f93a3760e6a920860f8aa5fc3f62d0d183d

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [622f8bc53c49873f9afc9315dc96230dbd37b188]

        vcl: Actually returns the number of rectangles for the RegionBand
        
        Change-Id: I6be30b28fa608855919890dc47145ef5a3648021

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [56e112aace06ece44c0e8ae55b5733fb0fe21806]

        vcl: Apply the OutputDevice transformation to the gradient clipping polygon
        
        Change-Id: I16845c6cb0c110749112d608c209020f21549e70

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [1419d851d22e06ce867d9f83167b32286e9201d0]

        vcl: Implement copyArea in OpenGL backend
        
        Change-Id: If98a2f39a7f3c3079abe7f5e293d7761db0ed8f9

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [c0f1b99eafc3c70e6abfb06bb7f4f358770886db]

        vcl: Make sure the texture unit is the right one before binding
        
        Change-Id: I392190a6927a6eb725c86bcf5278e3cd4491eb5c

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [878aaddebf6018156f5a376b516e935b5069a5c9]

        vcl: Update current context before executing scale operation
        
        Change-Id: I332c954259bdc7e34718449023f5aa82323987cc

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [4b6feefa51405e1313de62e1a19c4c213e79c22f]

        vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)
        
        Change-Id: Iba64eb42965c86ca5655b9a105ef3f397e033ecf

2014-11-22  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [121b8487f13b4ac3e3a9517a02000c9fe55afd68]

        vcl: Actually keep the new offscreen texture around
        
        Change-Id: Ie44c680f0c217214c4a3642d34fa704e8eeca917

2014-11-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3181a7a10f79fd065af88e32c402874878715684]

        Invert Native Widget rendering in Y.
        
        Change-Id: I65a0bef7e817c82285a0e053846798f02e8d7fc8

2014-11-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6998652d1731d40c72e471b7db1e0700e3462f57]

        blind fix for native control on X11
        
        Change-Id: I97b3faeda70e4f6481f7ac619f26dea7da83b958

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [583e9d834dd795e18e4f8245fc2fe45736607ef9]

        Present the (collapsed) sidebar also in Calc and Draw.
        
        Change-Id: Iea6ac7f461c7c9daa7eb22506f187986e5d9bf22

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [4e8df25adcc930657eb35cdc527bf8d751fc72e7]

        Default to collapsed sidebars everywhere but in Impress.
        
        Change-Id: I2fe092189c922ddf36efc8dd8d0fba14f91fc0b0

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [1dbaaa73fe3528de36f19142a2950ec0661aa0e7]

        Unneeded 'this->', kill it.
        
        Change-Id: Ia032ee884b98db617699e84e9c0c7980e7df0fc3

2014-11-22  Jan Holesovsky  <kendy@collabora.com>  [59c37ab4b1e203bffbdcb7eabcd67d0214b953bb]

        Cleanup some whitespace when I'm touching this code anyway.
        
        Change-Id: Id8e19749050f58837715f717983cb2acbcf9318a

2014-11-22  Andras Timar  <andras.timar@collabora.com>  [08d876b6b0b52d882350aa64eda784da56856166]

        fdo#86517 make predefined palette names localizable
        
        Change-Id: I3930757c02f9f976fb52cd75c9edab7cf75078c6

2014-11-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f0b28806eebb1477066d44de49b5d1d61a8e84cf]

        fdo#86573: Impress does not show pictures anymore
        
        Regression from:
        286e2f5c6ec829bc0987b1be7016699f7ef03e5e
        
        Sometimes SdrGrafObj import the image file just as a
        preview (with low resolution) and late when the real
        picture is needed it just throws this preview and tries
        to load the image again.
        This preview works only with package URL so in this
        case we should not forget that URL.
        
        Plus two other related potential image loss situation:
        - SetUserData() is called with empty image URL
        - Image preview is thrown when we actually have no
        package URL from we can import the image again.
        
        Change-Id: Ib21f400eb6d28133e8598e6b201209e5dd1a976f

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af90d610e3c09c32b15beee2d42d86a4dd6aac4d]

        This function object can now be hidden.
        
        Change-Id: I22bf2339ba496d5fe433b9df9ef2914860e3350d

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3980fc115d4c816c3dca449752a151f7b1effea4]

        Apply pimpl to SvxAutocorrWordList.
        
        And remove <set> and <boost/unordered_map.hpp> header includes from its
        public header.
        
        Change-Id: I7e748009f718f4195bec2348383df07dc67600cd

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [05e01bad5d5387ec551dd8ef50be7197df518504]

        Make SvxAutocorrWordList explicitly non-copyable.
        
        Change-Id: Idc056fd216bfe0b5e5c0285b1781b0658837f5a2

2014-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [614d384f5bf7a6b5974c6ed0c972dd9a0434b3b6]

        ptr_vector is not used in this header.  Remove it.
        
        Change-Id: I5f884819f777201ddfec60bdac3e503584ead649

2014-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f508776ccc72e58b69c1f5fa827a39de8a8e0855]

        CppunitTest_sw_mailmerge: enable on Windows
        
        Change-Id: Ie24f43e2073bdb381c233bd81aea9f98781d7e6d

2014-11-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e351284f4514bc7484699a7edd970e831ab31e7]

        fix the build
        
        Change-Id: I9a067470c53684b7ca386b1c403b4d7d36c90bbc

2014-11-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [127f51ec41d989ad19c2d47476de30990dd21462]

        small cosmetic clean-up
        
        Change-Id: Idce2856f656576dc58e137800e11da0178eb5201

2014-11-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92e9753bd2b851597353603f5fc956460ff88231]

        fix glx resource leak
        
        Change-Id: I013676d2f4caa0479c917a7f833966be8f0b8009

2014-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [74249cb6f4f52b7c10ebaa92f943920f6f94aaf4]

        RTF import: fix handling of multiple \lfolevel control words
        
        Change-Id: I242853d491c2ef83f192486fa6fe5a3407700047

2014-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2f171a4dbec9e3adac7ff66c1417ced84cd0d8e]

        Use comphelper::SequenceAsVector
        
        Change-Id: I0d2c312f903a2a326961430caa772a4841f4fa87

2014-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [14058d643896cd963e7909f6ed666735b1b2d1ae]

        DocxTableStyleExport: these are expected to be proper strings
        
        And not just random sequences of UTF-16 code units
        
        Change-Id: I6ce18dcb916ea9127693b724f53d14a76e162274

2014-11-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [11f041408adfe8191cccf1b4ae2fa763ffafdd26]

        vcl: remove commented out friend class from outdev.hxx
        
        Change-Id: I6064a9017effe49fc7727868398ad73140379708

2014-11-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [7304f974d8ef60433662da92c2e172e45ca64bd5]

        vcl: remove unnecessary typedef VCLXGraphicsList_impl
        
        Change-Id: Iaaf2f0edf721567f88ffc948501548fddd648428

2014-11-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [471ce7b54932c7abf76fd4af048bffe7b708205b]

        vcl: remove System as friend of OutputDevice
        
        Change-Id: I5ca8c8b1a4cc4c031e5966887b41af766df9fe68
        Reviewed-on: https://gerrit.libreoffice.org/13036
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5859c63f93761130b0c8e836938ed6f9aa52c664]

        Same with SfxUnoControllerArr_Impl.
        
        Change-Id: I927621de8f4c486ef0f77ec6c8da336f36b38b3e

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6e385ffadd4842f28a51a1a490ea910cbee6ff4a]

        Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.
        
        And remove #include <boost/ptr_container/ptr_vector.hpp> from here.
        
        Change-Id: I7624444b60ee19f0b5b19e7a7aab0210ddf90d7c

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a08705e9346d95dcd5fb80e2cf6695091a04f883]

        Build fix.
        
        Change-Id: I786caf0d7d061fcc5d1b3fa57094eadebcbcf42c

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e59ae45fec5e65bea1bb5770d79a3f027e6adcf6]

        Forward declare all the std::vector based impl container classes.
        
        Now #include <vector> is a goner...
        
        Change-Id: Ia2da27bae5fadfa3f6f633e55fcedce405281b67

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [483cff5e661aa40c8fd16d62eeb68cc29872eb4b]

        Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.
        
        Now we can finally remove ptr_vector include from this header.
        
        Change-Id: I7aeaa520e10b4eacb1a24ad666086739821e56b0

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c2d11710716f3ec5696f3402951be0d7539fe376]

        Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.
        
        Change-Id: Iaf287912a52eb8785c687a13536fc170094425c7

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5432e2a5ef7a3e131d2496e19bd0c6a86955319f]

        Use group area listeners when deleting rows.
        
        Change-Id: I9ceb1cabf448349e087e4d5c4c2b1a75af91dd75

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5dd60299c668cd36cc5cc5e8bd5b162e1fc9ef13]

        Dump formula group listener info.
        
        Change-Id: Idbad1451393c42c272465907312c64c65eba9525

2014-11-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [db93b490a65c7188bfc704948bc3a373cb3066e3]

        vcl: remove ImplImageBmp as friend of OutputDevice
        
        Change-Id: Ia212aaa10840bae30508579e17ed8d2e9781c46d
        Reviewed-on: https://gerrit.libreoffice.org/13035
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-22  Tobias Madl  <tobias.madl.dev@gmail.com>  [371c549b4921f7ac7bb336a1308b4fb14b9324ae]

        timers: Timer never started, remove it completely.
        
        Change-Id: I119529498f4bea014e5e0d3d81c39203080ff1c4
        Reviewed-on: https://gerrit.libreoffice.org/13030
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-11-22  Michael Stahl  <mstahl@redhat.com>  [7fcbb29db802acd8c0f32e8ff578ef4b2f82c46b]

        svx: punish evil-doers who put duplicate properties into custom shapes
        
        LO 4.3.2.2 is evidently able to export an ODF document that violates
        XML Well-formedness constraint: Unique Att Spec.
        
        <draw:enhanced-geometry
         draw:mirror-horizontal="false"
         draw:mirror-vertical="false"
         svg:viewBox="0 0 21679 2134682997"
         draw:text-areas="0 0 ?f3 ?f2"
         draw:mirror-vertical="true"
         draw:type="ooxml-rect"
         draw:enhanced-path="M 0 0 L ?f3 0 ?f3 ?f2 0 ?f2 Z N">
        
        Not sure how to reproduce this, but the attributes there are apparently a
        serialization of SdrCustomShapeGeometryItem's aPropSeq,
        retrieved from a "CustomShapeGeometry" property, so add some input
        validation and assertions there.
        
        Change-Id: I91151365b507779a4bdc9cce2057d34f2376f005

2014-11-22  Michael Stahl  <mstahl@redhat.com>  [df3c5583a0354a0110df033145c05b1fd08e9582]

        svx: remove some pointless default implemented operator== structs
        
        Change-Id: I792af21b0164fed4b2e22a1f95c3898ec631a25b

2014-11-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [a81027b13f1696c1cb2e8bcae3d712a193ff2dfd]

        vcl: remove ::Bitmap as friend of OutputDevice
        
        Change-Id: Idea0fee1ca79ae1660e89ef7038b35cf27358082
        Reviewed-on: https://gerrit.libreoffice.org/13013
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [186d021c157ddcbe98474dd347c80e8dcc7ab471]

        Use oox::drawingml::convertEmuToHmm()
        
        This makes the +1 hack unnecessary in CppunitTest_sw_ooxmlexport2.
        
        Change-Id: Ibf0a32b0bf03e9b47850edb335947e4ec383327b

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [93e5b09f3acab7998cac2b1879e43e98ad7cc81a]

        Use oox::drawingml::convertHmmToEmu()
        
        Change-Id: I0ee90069eaf626e84f3b2b84d10be09a0f5b1561

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfdfdedfff1444963cae4d4d85ddf99f3ee2f02d]

        CppunitTest_sw_mailmerge: remaining MM methods from header file
        
        Change-Id: I74e5ebd0d879ce6864707b28b002672e5fb78f74

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7574264b5a554683bfbf9316cf4b5a502e90575]

        SwXTextField::getAnchor: avoid pointless dynamic_cast<>
        
        Change-Id: I4cc96b8e1dee423216e528410953108c64ac5d63

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [6fb943be1cd9d41e173914176698a9b162618447]

        writerfilter: remove strange SAL_DEBUG lines
        
        Ideally the git hook makes impossible to add these.
        
        Change-Id: Ifa06ddde41ad4f23368ae401c1aa58a43fd14e12

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [d47b674951aedd03815a3f27591b1791f7dfb52d]

        fdo#86494: sw: fix crash on exit from SwAutoCorrect
        
        5bff4b016c4b44f4123e0e6a4fd4c0c4dc0cfa2d was not enough to fix it,
        so move it to SwDLL so it gets deleted earlier, before the global
        pool items.
        
        (regression from 4404b718bdb547cb9b7b17c73a53574724cdeeb7)
        
        Change-Id: I4f88047852ea71f07ffa1f272ea66743f9797327

2014-11-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcd8f9e265faaca5905feb6bdd79e63161909368]

        make glxtest available in salmain
        
        Change-Id: Ic8bc3f2d5d96506590d35138089ead2eac984314

2014-11-21  Eike Rathke  <erack@redhat.com>  [674c7abbd6b5e9014812d4f8839f62639fe9a7f4]

        check that sort with absolute references works in both modes
        
        Change-Id: I7de490377fbceb17e7d678590c46d24674bd8024

2014-11-21  Matúš Kukan  <matus.kukan@collabora.com>  [384595f07528aa4323769c8825ea6efa94ea3c4c]

        Drop more --enable/disable-opengl
        
        Change-Id: Ibf77827455faba2f5d94b9fec26bff512713f73d

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [04a7e55b486d4da83434ce6c81036b3fcf7be469]

        bridges: oops some semicolons got lost
        
        Change-Id: I5c2f9286067237ec1a9df6a47009e25e82ea7f63

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [5009ed5eaff6769375d8d0423a98fe8d1a31e0d1]

        DOCX export: fix page border spacing in case of headers/footers
        
        It is clear that Word/Writer has different page margin / border spacing
        models: in Word, the page margin includes everything and border spacing
        is a subset of that, in Writer the real distance between the body frame
        and the page frame is the sum of the two.
        
        What was less clear is what headers / footers add to this mix. It turns
        out that in case we have a header as well, then for large borders, we
        need to count the difference of the page frame and the header frame, not
        the difference of the page frame and the body frame.
        
        Change-Id: I3c828eeec2df461985110064ab0bf21b36594095

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [7a0bfcbce147eff61dc9b7d243b571dd34110df8]

        fdo#79941: Properly handle short reads
        
        Change-Id: Ie762ff272410d809382f98a1d446946b566df747

2014-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [17e51f427b3f0cec74ac8e0a1b3f51189006ae6f]

        DOCX import: first page header should always set default headers as well
        
        writerfilter imports a section with first and default headers / footers
        as two page styles: a first page one and a follow one. In case we
        nominally have a header on the first page only, we still need to enable
        it in the follow page style as well, otherwise on export when we
        recognize the first + follow chain as a single section, we'll end up
        with a header that looses its header margin.
        
        Change-Id: I4923daffefb243d2de4805a9931150ce4d9a6c81

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [e37e8f38d1f5c6bc427965dc535f1a64f0c8649c]

        Resolves: fdo#86392 the assert seems to just want the attrs to be sorted
        
        i.e. two at the same position is ok
        
        assert added in
        
        commit 8220b70fe2dc270188751950ac6d872320db1aa2
        Date:   Sun Jul 27 00:21:50 2014 -0400
            bnc#467459 - fix editeng text search with expanded fields.
        
        Change-Id: Ifc65f3301a7d505a7d2d13e5914f53cbe263fc1f

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [880f94b86ad8559081839fc444bfa1a589fdec29]

        Handle group area listeners correctly when deleting cells.
        
        Change-Id: Ic37084ed670f53e0354056f7bef54229971dd7c2

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [f085b0ab07edbf812a179a5679487386834fe38a]

        bridges: oops, static_assert requires 2nd string parameter
        
        Change-Id: I09b461473f514f2b7c4f256aedbe129372bae9e3

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [42ff131336b79ffb5d6a498227bc4dbcfb7bcbee]

        bridges: forgot to remove some include diagnose.h
        
        Change-Id: Ia4fb18a36769a3eecc20f92a6f5719b841964765

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [1276076ac8fcc84df64050f8aa194fa75386a0ea]

        ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_uno
        
        Change-Id: I4e78fac76b6bb4923e3b680d910afe5bb9640c33

2014-11-21  Michael Stahl  <mstahl@redhat.com>  [329742e6c9da7cd7848d92a6846e3d1249d8d9b4]

        fdo#85886 don't redraw the Navigator content tree if nothing changed
        
        This fixes the flickering of the scrollbar on re-draw once a second.
        Perhaps it helps for the performance issue too.
        
        Change-Id: I2ec8f0a8a241b128113bfa3d47fb09ba472b4a7e

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [c1a0e74d3ce81e3e84c782e1a2f13dc814bf6575]

        Add new-style test generation for SUM and PRODUCT
        
        Intermediate commit, still a bit buggy.
        
        Also, bin the old code that was ifdeffed out.
        
        Change-Id: I747c1864e4858672f0fe0512215405885e52c3b5

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [949f3099f05d642ca4ee4b6ad676152bbea04824]

        dead init (clang)
        
        Change-Id: I7ad48c2a7bd1a63ebb9bda41fb5c28b19e7e6eab

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b5248ce4c5b5b8ec87dd604f616dc889bdb3a79b]

        dead init (clang)
        
        Change-Id: Idc482b3b801bc755042f2a25676fa90c3066f14c

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cda69956c9d0769c4cb254c0e08ac912fe136fdb]

        dead init (clang)
        
        Change-Id: I009bad46c35c1cc76c59441ed4f6a03a31967e68

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [185009b7993d64d4240a580383eb16ab2b652f11]

        dead init (clang)
        
        Change-Id: Ie219bde00f4f0ec73d4474e30d1ad8af30c5b54c

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c6262d54395939e3d9514cb51f338a033b290d42]

        dead init (clang)
        
        Change-Id: I67688e22f4486020a19e90baa4c4211fc4ef2d4f

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [75e7d9cdc976c1efd0db7d0b8f325759ad5da68b]

        expand complex cascading conditional operator
        
        Change-Id: I523399c04e1535e546e31e67107e8dfd7372396c

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4ea7a6f4f4a885dbf7c17e0738df45396da685bf]

        expand complex cascading conditional operator
        
        Change-Id: I315f3a929a465c9fd0ec91999e947afcd08f1522

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0469d54c22d691a70eca407421306192a4ae0a12]

        dead init (clang)
        
        Change-Id: I84fdb360ec59315af88751ba0fb9be37324637da

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01160e5b3aaa3320586d688760327951b31ed430]

        dead init (clang)
        
        Change-Id: Ic36b07e5632cc2d1e0e525543bb8da30f9785ddb

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5fc1efd15490db736c877e25bade4ca2d33183fb]

        dead init (clang)
        
        Change-Id: I741f19caf1fdffd4c5ed40f8a91ae1b938dd04bb

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5d7c3b4d1926b59d2bb17497ef82c694b6f99597]

        dead init (clang)
        
        Change-Id: I86e37b3c6bac6694f41138ab46e2e51a92a0dd76

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3c1660de22542c188f3ee8038ed42bc717225551]

        dead init (clang)
        
        Change-Id: Iaff0e7dbcd9a574d250dbf7edcad3ae9d11d79b9

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9379a20f4f3cfc29d2392bd981bf583b448c47d]

        dead increment (clang)
        
        Change-Id: Ie3dd7ed98bef939e5ff82b70e107c3594a3d3325

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41e356cea76b6aba25a0d04b7698e06462181543]

        dead increment (clang)
        
        Change-Id: Ifd6f445ce177e009a2a067f0c8d20c809ba73737

2014-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cd5269ea73eff410288c779c6f4cde3c5af290ed]

        dead increment (clang)
        
        Change-Id: Ic705fc00b213aebe3c59f349bbd37f0dcb8cc351

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [721edde36b98a878a6d0031119fdae74fc6fb010]

        Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.
        
        Change-Id: I52128b405e861551a933d9c1625d7741b43ad2b6

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [4ecbc7e63cd0b84ad9310b5206c41ce750f46a57]

        Remvoe store/workben/
        
        ...probably not worth dragging that unused code around any more
        
        Change-Id: I4f22a704af862d8a1fe1f2202609f355ccee7c9c

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [e91ab2104b62b689dca2c565cd81a8cb40885822]

        Resolves: fdo#86466 Wrong background color shown in format table in impress
        
        regression from
        
        commit 440e2031ce8cffc8dc573e359a330236f9c11dfb
            bnc#882627: Allow to edit spacing to contents even with no borders visible.
        
        which was an attempt to fix regression from
        
        commit 9e5342509b302ba1f816f21cc3ad1cb7093982e0
        Date:   Mon Jun 3 14:22:07 2013 +0200
        
            copy values from the original item set
        
            ... because SfxAbstractDialog::GetOutputItemSet() only contains the
            items that have been _changed_ in the dialog.
        
        Now format color shows the expected color, and loading the sample for
        bnc#882627 and selecting cells and changing the border distance (etc) doesn't
        cause bulleting and paragraph alignment properties to be stripped away
        
        Change-Id: Id414e09faa221d151f393971654b17bbe9f46d81

2014-11-21  Eike Rathke  <erack@redhat.com>  [04b3a3c801bc452f659048a816829300d6b2a16f]

        WaE: ‘isNumber’ [-Werror=maybe-uninitialized]
        
        Change-Id: I307af9b8619db00afaef378df60352c06eb1e4c9

2014-11-21  Eike Rathke  <erack@redhat.com>  [7171f7920ee2e8d31f51d27eab86305ecf14626e]

        WaE: ‘isNumber’ [-Werror=maybe-uninitialized]
        
        Change-Id: I5a46eb90749965193d2965740d85a1a2eb1ce641

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [43aa19918a76e09d45071187e3627e3176ded240]

        Revert "WaE: unused functions"
        
        This needs to be reverted, too.
        
        This reverts commit 734f30484221e091669cfdb45c144084a1377998.

2014-11-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [305461aafe2527fcf9bf796f59648c81b38d7850]

        Revert "fdo#81643: Regression in rendering of borders"
        
        This reverts commit c35fae3f6b15221701cadfca3132803695607660.
        
        One man's feature (with minor issure) is another man's regressions...

2014-11-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [dca47c4774a8373a7389268e3123bf8ebcf109c3]

        HIG fixes for basctl
        
        And a menu item and dialog rename: Goto Line (Number) →  Go to Line
        
        Change-Id: I5889486ddd7925a9ade889787889a9b9b6221f39
        Reviewed-on: https://gerrit.libreoffice.org/12971
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-21  Eike Rathke  <erack@redhat.com>  [82e5f287cc278781cdedee0d92fb4ce17cbc42bc]

        WaE: ‘isNumber’ [-Werror=maybe-uninitialized]
        
        Change-Id: I17ea9518e862b8c97c4c3f4564caedf9d045b7b3

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [fcf43d7e8a908a303ccae274dcd6668aa93d4d50]

        coverity#1213367 rework to make comparison to len more clear
        
        Change-Id: I9cb09bfc35f2b04567e52247f8bd1378910aeeb5

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [46bdfa98c107e0aba92e42b46c0c5a287251017b]

        coverity#1213368 Untrusted value as argument
        
        Change-Id: Ia1bd6464e6d4c6054ca8f2fce792de365984c02e

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [b3c282f12931b7e1cf152cb39664e3139012d7d0]

        move error patch test to start
        
        Change-Id: Icd6a8b301eb7cc53aac9b84d2208bcde94218470

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [6027c7575bc7b8821a60bad3b70c237cae69ed72]

        coverity#1213370 rework to make comparison to rec[i].slen more clear
        
        Change-Id: I13ff12f0023b2752ea40cbf941350ca4c7dc7f78

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [2abcb6cba9b5cd98d76d70418f6222f481fcd878]

        coverity#1209863 rework to explicitly compare cMaxChar
        
        Change-Id: I739cf10c5031fd7abeb0c58569d65c03e225f5e4

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [0674dd36b6a344acc3f22676d8aa09158e17062f]

        coverity#1242675 Untrusted value as argument
        
        Change-Id: Id1f1ff8de23b041742d2a8286b78312529f6566e

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [af4700d70a807857ecb118c2bd23c023cfe387e7]

        document coverity#983096 Resource leak
        
        Change-Id: If5a60dac2329432b30a7b5528e0fca05d4369b1a

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [b5c51b706850f4fd86f26b17169a272ae02c3da8]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: Ib3bb7f28b051c2886b470a77bdc6daf683a03f84

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [af26bb77d2dd63fd6d5473c234f746b3b38dc3f6]

        coverity#1255388 Division or modulo by float zero
        
        and
        
        coverity#1255387 Division or modulo by float zero
        
        Change-Id: I86c6d5874a7a2c2eecefe7f786edff89ff50ffbf

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [ecc56da366960b642d0a7da1b4a47245243252f8]

        busted loop condition
        
        regression from
        
        commit 119873328acd70ca3569c21a0b1fe36277e8bf4c
        Date:   Thu Oct 21 15:34:02 2010 -0500
            convert vos/process.hxx and related API
        
        Change-Id: I36527a4f0109105b9853a79773b4c92f9bc4e902

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [ef076fa1c1aa15d42969c701803564bbc75a0cb0]

        coverity#1255390 Resource leak
        
        Change-Id: I3631d6bbcf45986deb1e911fcdb0e6606a0c6d91

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [4ea173180609df25a765c5a10889fc25863c659f]

        coverity#1255389 Dereference null return value
        
        Change-Id: I3b2a4e69a1c86d9b9ce9f51d6f321bda9e18f8b5

2014-11-21  Caolán McNamara  <caolanm@redhat.com>  [cdf7572996c553348deae7698f9b1170f5a105f2]

        coverity#1209008 Unchecked return value
        
        Change-Id: I7204f02253ff970a6b6f25b83268372d914d7f13

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [734f30484221e091669cfdb45c144084a1377998]

        WaE: unused functions
        
        Change-Id: I7c91c90341c9aec75c096d400602877f61f04171

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [b296006f44d2c248547596698717fd544e49fc64]

        Silence unhelpful cid#1213376 untrusted loop bound warnings
        
        Change-Id: I0a1fcebb268bea942d4bc2d6bf835c3ffb24df3e

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [e3d76b24e43b9e43580814523e8a1c60cbbca731]

        Silence unhelpful cid#1215304 untrusted loop bound warnings
        
        Change-Id: If4db6a631ad6b24ca6ecfef81a0a20b766ed6324

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [2975abf7964de1f4b705204caac722b3ea69cb8b]

        Silence false cid#1255391 TOCTOU warning
        
        Change-Id: Ifc35c379d5c68fb363ae3507ccb5bff37c8cd9aa

2014-11-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a87b1b07b91960601c7f39e2b40eba8ad50b1667]

        Don't use a hard coded limit for size based auto swap out.
        
        Now the graphic cache settings shows the real memory usage for
        the users, so we can bequeth the decision of the limit to them.
        Default is 200 MB.
        
        See also:
        dbdacc73ae154237314d599194cc686bd738a9bf
        
        Change-Id: I463d31254f6f1836e1584d5acd692f38a97bfe39

2014-11-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [356006b4967fad26c7edd2126860abf01206fdbd]

        Do not limit graphic cache size setting to 256 MB.
        
        Change-Id: I62835721225cc39dd9fd5131843d57497794be95

2014-11-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c35fae3f6b15221701cadfca3132803695607660]

        fdo#81643: Regression in rendering of borders
        
        Regerssion from:
        6a3fb868b2b8af21f7b6140424b6f8377599a786
        
        The new tryDrawBorderLinePrimitive2DDirect() draws rectangles, but
        borders are assumed to be trapezoids. So simple comment this
        out and use the original drawing method.
        
        Change-Id: I755d5f0b3621bfc4c999ee994a375d4e5ebbcdf0

2014-11-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d85b975667dfba755b9c952a2b8030a7f33bba66]

        OpenGLContext stopped to support multisampling under linux.
        
        glTF rendering needs to have a context with multisampling
        so it also became broken.
        
        Regresssion from:
        07c0396ab9c94be5af392827f56f0d91551f3e25
        
        This breaker change was made assuming getVisual{Info}() is always
        called after the SystemChildWindow is already created, but
        generateWinData() is run as part of the new child window creation.
        It's aim to choose the best visual / FBConfig which potentially support
        multisampling.
        
        Change-Id: Ic881c6769260b5eaa9fed2552eca882191f6c56d

2014-11-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [577bfd169c0eb031aabcbb7c93f28a5c92366502]

        maDocFileURLStr is always empty
        
        Change-Id: I34c4a44d4fbe8d721a3a0bda5dbe35c68fe15c13

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [d2e7105fa3fa696c51965f5e186d64a91416af63]

        cid#1209049: Unchecked return value
        
        Change-Id: I7422cb010c38de34a7effa6124c5146f70419f79

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [2d9cf432f683cea56ff3dcb7298098b026eed2d7]

        cid#1255386: Unchecked return value
        
        Change-Id: Id55f27a3e1a35d1c5ebeccdd9a853f661b5c1746

2014-11-21  Luboš Luňák  <l.lunak@collabora.com>  [43f98495b5d0756fc37eef99efba45e388101a1a]

        do not use sal_uInt16 for indexing stl vector
        
        Change-Id: I1a0087211bfd4d73cd5af781f5f3117b440fb188

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [440b8a0d2ec7122ce54a9436b798a0ee91569205]

        There is hopefully no need for . on PATH?
        
        Change-Id: If8deee51d8549314a650991e27069b5f5e9d15f1

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [111e1e6a46b0618595882504eee0f52cf9822a12]

        There should be no more need for solenv/bin in PATH
        
        ...since b02fe06a51b798fdf2c5eeb8f421a93f1860b2a8 "Call all executables in
        solenv/bin/ with full path"
        
        Change-Id: I0d4df52d9dcc0943ce4bcb197942e745c759ddbb

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [b02fe06a51b798fdf2c5eeb8f421a93f1860b2a8]

        Call all executables in solenv/bin/ with full path
        
        Change-Id: Ib8db64b9d8ff131b5b7cadea434681a825c967e7

2014-11-21  Stephan Bergmann  <sbergman@redhat.com>  [226e0abd2c5ebd9fd591966b584d04e4ab5cd171]

        More fixes after SdrMetricItem changes
        
        ...like e0c2ea6bde31bd68e1794154b72fddcd40dda7f9 "Consistency around
        SdrMetricItem in svx/sderitm.hxx," similar to recent
        c3a9a9542b018f781ee12e6c8c943d4f19641afe "that's not right anyway, using the
        Distance as a which-id."
        
        Should all be found and fixed now with the removal of the unnecessary but
        harmful default value from the two-argument SdrMetricItem ctor.
        
        Change-Id: I6eaeb6633c9a350b18e02d476d2c8794a733cea8

2014-11-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [fde82414b4c0531c1addcfc99e55ca17d52c3fec]

        Use boost::signal in SmElementsControl
        
        Change-Id: Icb19466db6720350e105b75cb1c0c858f39403ef
        Reviewed-on: https://gerrit.libreoffice.org/12509
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [9ae034bb49642c276c5b2a963bd28e50b9ab4146]

        Bin --enable-macosx-retina which is a no-op
        
        Change-Id: I74ec16b1face24cf6702cc4385606fff420743ae

2014-11-21  Noel Grandin  <noel@peralex.com>  [40e7eecb7efeeb9af59206d7a9c82ac55adf5279]

        add sanity checking to --with-iwyu
        
        add some error checking so developers like me don't pass an empty
        --with-iwyu option and get weird compile time error messages.
        
        Change-Id: I142a0404db1bce905ce4d791f286d7bfc913078c
        Reviewed-on: https://gerrit.libreoffice.org/12988
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8e206be4ed997df73ef135d20694fc512b4d3d1b]

        Forgot to check this in. This should have been a part of the last commit.
        
        Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e870448176f0616d279aa1c43ea62138e102b6bb]

        Move SfxStringHint out of sfx2/app.hxx public header.
        
        This is only used within sfx2, and only in 2 places.
        
        Change-Id: Iebe07e2e79193c7980d8958b25aa9c4ce6188ad3

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b3348b262eb34e15b666ba38a41fe9076942941]

        Remove ptr_vector header exposure from sfx2/childwin.hxx public header.
        
        Change-Id: I4060c8987a0da387d02f8468229854612a230db3

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5314ece79ef8abd7d48b9e030d0a73ffac782da1]

        Make the ctor and dtor bodies non-inline.
        
        Change-Id: Ie36e3dfa808aec96c080f981a5ad9f09a0720c2c

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01e14bd403e749116844b6ab0b0a7afc66347e90]

        Adjust InsertRow() for group area listeners.
        
        Change-Id: I813b45d015eb1ae8dc7bd1242152ef734b5fe08c

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [061e80fb866d7d6b2a7348ed6eb1852835857ec4]

        Some of our supported compilers still don't have 'override' it seems
        
        Change-Id: Ie3ca1636657b90fd5bc193aa7595f95f44d43915

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [0f92895d20286e13ce4a93b3a3dd5ecde424535c]

        Re-factor the OpenCL quality test spreadsheet generating code
        
        Be more elegant, avoid hardcoding stuff, use more C++ features.
        
        (Not complete yet. Only did the math and trig functions and arithmetic ops so
        far. New style test generation for AVERAGE, SUM etc not yet done. Old code
        still left in #if 0 for reference.)
        
        Change-Id: I50068852eacf7f0212b2a7ea077021713c8e9978

2014-11-21  Tor Lillqvist  <tml@collabora.com>  [cb57e712d8510f5f38319fc8da291d9db0455750]

        Mark InsertTable SC_DLLPUBLIC, will need it in next commit
        
        Change-Id: Ia105bc5348c3745398ea0e90cb142c3282d688f5

2014-11-21  Maxim Monastirsky  <momonasmon@gmail.com>  [917c52f3219149741199015fce1740c5b13d814e]

        fdo#78980 i#98931 Accept args for .uno:InsertAnnotation
        
        Change-Id: I27b1b966135767d204a11a9d9f38ad6cc943ee61

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [0ab8ef7095530652efb4ed2ae2365580c358025a]

        Fix build of ObjC(xx)Objects under COMPILER_PLUGIN_TOOL
        
        Change-Id: I7974ee3119e0959cec09eefd5d5e6dcf87e9bd51

2014-11-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [a91d3c0751f75b08561bf7d047043471956af747]

        vcl: remove Application as friend of OutputDevice
        
        Change-Id: Id8296445c72334164db149440c60c89823c94e40
        Reviewed-on: https://gerrit.libreoffice.org/12989
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [be5ef396a54da1a8aa4b9c23b43496f1f407e447]

        boost::scoped_ptr instead of manual pointer lifecycle management.
        
        Change-Id: I3b518065cead1c2805662326f063cb7b24d3d52a

2014-11-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [77685ab68e5892cc72ba1c7283fb6658d2516cd0]

        Add string for transl. and "Test statistic" for Chi-Square Test
        
        Change-Id: I711c70a56021dfbba867e38a32331e662a6bb9d4

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3fcb0c3aa8d58a819aa21eb9743eaa6da7394819]

        expand complex cascading conditional operator, step 5
        
        Change-Id: Ia96f59911f20e4baf342a512a010c84e91b1f21d
        Reviewed-on: https://gerrit.libreoffice.org/13012
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [935848ec927a23772d078b82dc3d169e4fd763d0]

        expand complex cascading conditional operator, step 3
        
        Change-Id: I0bfa2d09b2f3048ada2518868bcee32689ecb6ca
        Reviewed-on: https://gerrit.libreoffice.org/13010
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [59554f0405c5146b3cf8faad76771c31bd46fbf7]

        expand complex cascading conditional operator, step 4
        
        Change-Id: Iaef321f8f9afe436a77a15cb48b5b93003374b47
        Reviewed-on: https://gerrit.libreoffice.org/13011
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [096e33368064b05ad16282fbb27db6f46565ee5f]

        expand complex cascading conditional operator, step 2
        
        Change-Id: Id87035ac3d673cd9fd3f28ff1ef1325f421d10b6
        Reviewed-on: https://gerrit.libreoffice.org/13009
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6c015afd0c9d1b9c64a127ceab24a37969699239]

        expand complex cascading conditional operator, step 1
        
        Change-Id: I7d33d587b94877dac2ca1e9f4bb90baba3aea6ac
        Reviewed-on: https://gerrit.libreoffice.org/13008
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e7f58e05ee2726f3b3f7af6ab255c613ccd47200]

        expand complex cascading conditional operator
        
        Change-Id: I8e489db0dbbd1bb420a3fa477232a86d2cd10b62
        Reviewed-on: https://gerrit.libreoffice.org/13007
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1e92234dd3726536410678b58b8195095922e9c0]

        expand complex cascading conditional operator
        
        Change-Id: I3546589bbfaf1f19a9e283bc33a4a9e65e516dbc
        Reviewed-on: https://gerrit.libreoffice.org/13006
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15298a55fbde6352f260b919c0e600737e01d4a7]

        expand complex cascading conditional operator
        
        Change-Id: Iad995dcd6f1a65a623e7a1bfac8038ce568d40c0
        Reviewed-on: https://gerrit.libreoffice.org/13005
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1a27475accffed4134f884f86c28d17110e0b8fd]

        expand complex cascading conditional operator
        
        Change-Id: Ife2f8bd92bbcca8daba510ca021d99bf7ee86af9
        Reviewed-on: https://gerrit.libreoffice.org/13004
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e757bccfabf3bd00afd0eecb0ddcb656c7217904]

        simplify after expand
        
        Change-Id: Ibcb863b32e5dfb6a2cba9db418c8e8d489e9577f
        Reviewed-on: https://gerrit.libreoffice.org/13003
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d78288637281f17862c3d155430629025c3afd5]

        expand complex cascading conditional operator
        
        Change-Id: Ide0224156e8246768c62d69f0cfa864068f0d1ed
        Reviewed-on: https://gerrit.libreoffice.org/13002
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [907366ac2063e73aa6018a9e938dd079e858c648]

        expand complex cascading conditional operator
        
        Change-Id: Ia139d06e04e04871373b9413a4f6386e87738df5
        Reviewed-on: https://gerrit.libreoffice.org/13001
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [36a7bf728d3b68e371b74a15b86ef1ba9cbba83f]

        refactor into a local function
        
        Change-Id: Id0ba44466216a5fababb7afe891c032aaafe9fee
        Reviewed-on: https://gerrit.libreoffice.org/13000
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b18adcfd672d9bf7ad412715fbe4c76b998445c2]

        fix mismerged indent
        
        Change-Id: Ia1f2c822601ac41274b2b3d5a16778c7df472230
        Reviewed-on: https://gerrit.libreoffice.org/12999
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [be049d3d2e84b99c7c62fd5931fa69b3827bb6d2]

        expand complex cascading conditional operator
        
        Change-Id: I5702b1acd214d7ef862d72fa1a0a0dc8a09c351e
        Reviewed-on: https://gerrit.libreoffice.org/12998
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0c5cbcd776f3f71226ea59d7d8e5d2c20f3c5c00]

        simplify
        
        Change-Id: Ib7bfe8d479ab4f0445f5a95b3108b48531f70101
        Reviewed-on: https://gerrit.libreoffice.org/12997
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99099bb59a19a8367cb9c7c68470a31b09089144]

        expand complex cascading conditional operator
        
        Change-Id: I290797eba555617e39ced5ba8e6c209fd6d0780f
        Reviewed-on: https://gerrit.libreoffice.org/12996
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [833936eb526fed3de821247e42198e068c962607]

        expand complex cascading conditional operator
        
        Change-Id: I316cd743070261249eef42872ee2b0a05f930b7e
        Reviewed-on: https://gerrit.libreoffice.org/12995
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6759ca10dcf5414f02439d0a544ed50433bb477e]

        refactor assignment out of complex expression
        
        Change-Id: I20dedb69e562869dba90db15e9902e714680bf03
        Reviewed-on: https://gerrit.libreoffice.org/12994
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88f899c7a0a718aba3fb5c0c090a8af85ba72fe2]

        refactor assignment out of complex expression
        
        Change-Id: I55ecededc829a6cd1a7bb1aeb2bcae65406e0b2b
        Reviewed-on: https://gerrit.libreoffice.org/12993
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b5349435d6d149106a573bf891cf99743392f114]

        refactor assignment out of expression
        
        Change-Id: Ief32b521eece3fde1a1de6782443ca6a098dee3d
        Reviewed-on: https://gerrit.libreoffice.org/12992
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6e226f5ed86efe942d5c49112e2115a70203edce]

        also look for cascading assignments
        
        Change-Id: I7fa18403698530eec379589c76631f0aa367b215
        Reviewed-on: https://gerrit.libreoffice.org/12991
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [395d6a96aaee78abc5c4316e010df1e8c05ceca7]

        cascading conditional operators, give a hint on complexity
        
        Change-Id: Ie9d0b07a32cc17705db735ea18f70f28d57badd4
        Reviewed-on: https://gerrit.libreoffice.org/12990
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2851ce5afd0f37764cbbc2c2a9a63c7adc844311]

        bump product version to 4.5.0.0.alpha0+
        
        Change-Id: Ic79dd9216a6b9ab0d015f9bf6817d1a5e5b92109

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [57d6b92b69a31260dea0d84fcd1fc5866ada7adb]

        windows opengl: Implement the native theming with OpenGL.
        
        Change-Id: If8eb5cef228f4eb28e16de3e3135742282403cdc

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [3f94c9e9ddfd807b449f3bb9b232cf2041fa12d2]

        windows opengl: Introduce OpenGLCompatibleDC.
        
        This is to abstract the compatible DC creation and usage, to be reused in the
        native theme rendering.
        
        Change-Id: Id34bba4aeea7f46fc2aa42f292f0a525d753b8d7

2014-11-20  Luboš Luňák  <l.lunak@collabora.com>  [1307c65d74fc9a1241f0a50142921cadac1e882b]

        proper error reporting from libxml2
        
        Change-Id: Ia173f7f4c88c90b6d54c9a47d6ae18b933502678

2014-11-20  Luboš Luňák  <l.lunak@collabora.com>  [0df9ac47dfa287249e77bb8f6a5555324a94a48d]

        make FastSaxParser provide the whole content in one characters() call
        
        SAX interface is not required to provide the whole node content in one
        characters() call (e.g. if there's an entity that needs decoding). However
        it's easier to consumers to assume this (e.g. writerfilter's
        DomainMapper::lcl_utext() handles datecontrol that way), and expat apparently
        never used this. However this can happen with libxml2, so ensure such consumers
        still work.
        
        Change-Id: Ib564f372fbea8451f84553a6d49a07d091a950e9

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [06d90253c2890d437063aae263a1f9a5f9280ad8]

        Use U_SUCCESS
        
        Change-Id: If16848fc47bfa28c30c9ce4b547aeb68cf166d90

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [cc6cce6b1be75cd160fc858051e305961fe697dd]

        One more IsMapMode() -> IsMapModeEnabled().
        
        Change-Id: Id8e5ca61eedb7607b5ef9d7e67bee47c87d4990b

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [3a6f1c6c65bc78f1d13a924b028f7ed38fc717c4]

        vcl: If there it a MapMode, it is applied.
        
        Based on that, I believe this condition can go too.
        
        Change-Id: I88d8211678ca148bdf85729f57893e1476a52fc9

2014-11-20  Jan Holesovsky  <kendy@collabora.com>  [f622648b23ddab9387dd72116d2105fe2e59ff76]

        vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().
        
        Change-Id: I65fd40b8268cb0a27ba40da60fcf8e84cc8f7661

2014-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f73ba915794a881f0e3956a5465e46432b184c9]

        DOCX filter: import <w:startOverride>
        
        Change-Id: Id95518c7ea38a974593a1880b4ef581ff49bcb90

2014-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [119dd45d6d11b20d422c4a7fac758c4b9e7d002d]

        Updated core Project: translations  587e99affea726021dc41da2cc5a21a4b961249b

2014-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [49a3f0c43e8f0ad236445a374b9524634645f824]

        No need to start listening in CalcAfterLoad for xls import.
        
        We do that prior to it, and in fact, doing it here would unregister all
        group area listeners and re-register non-group ones, which is massively
        slower with huge documents.
        
        Change-Id: I693f681df05f036eb1aa53554e601066c469f49a

2014-11-20  Caolán McNamara  <caolanm@redhat.com>  [c3a9a9542b018f781ee12e6c8c943d4f19641afe]

        that's not right anyway, using the Distance as a which-id
        
        Change-Id: If6422d35b5d7b4b9a3cf9f16c34a1ee977b3085a

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [e3da025f9ba79b88ad979803c91209afa03fedc9]

        Bin the --disable-vba option
        
        We don't check it anywhere in configure.ac.
        
        Change-Id: I7ccd0480049bc43139552eb32d8c8ac254aeeecd

2014-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [01fc08c0b5c57fef8ad3755672f4266d85e849a5]

        fdo#85554 SwXShape: fix getting ZOrder property when doc contains TextBoxes
        
        Change-Id: I9b6b83f0f6d627bb14a880a19769ee70564cf52b

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [3d601cfa4b63580b5a0d18044b5792894d54089f]

        Drop --disable-opengl
        
        Change-Id: Ic1d9843e5b05cf4eeb647cf13eea15fc2acd6063

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [2b5b04e1e62914bf0902dfd7943cdc44499c47a6]

        Include <osl/diagnose.h>
        
        Change-Id: I67cb459b1e9ab5638a5b405430d3e0a42fc6bfc3

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [a5563934410406f806c22c9d388e297d6faea82b]

        No need to have OpenGL slide transitions optional at configure-time
        
        (The --disable-opengl option was misnamed; it actually referred
        only to the OpenGL slide transitions, not our other use of OpenGL.)
        
        Use of OpenGL is still hardcoded off for platforms where we don't know whether
        and/or how to handle it yet (iOS and Android), and otherwise it is optional at
        run-time.
        
        Change-Id: I65d0612dbc79ee07273854e5a468d891ef07c6b7

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [3b0b76462aa54f60bc9823d9c6ef64e5e35c1208]

        No need to have OpenCL optional at configure-time
        
        It continues to not be used on platforms where not available (iOS and
        Android), and on others it is optional at run-time anyway.
        
        Change-Id: I7ba2f87ac143aad78df7edc2e6e6dc014c29c071

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [3889cc44f4bbfcd7e07259575e092288aa987e9e]

        Improve wording for the OpenCL blacklist/whitelist
        
        Change-Id: I4fd0a255903daab3d5a1888eeff266f831ad590b

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [45fffdb3d148bcf31b720ca726b1c21d559ead82]

        Call install-gdb-printers with full path
        
        Change-Id: I92b34e61edb641d29d1cbf344e7ae5823c912cbc

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [06097771671e439c7aca2bd6bcf010444f111141]

        WaE: work around loplugin:unreffun and loplugin:externandnotdefined
        
        Change-Id: I5192ad1f068746da257f3e1d9340325956b1e69d

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [24b49879338cd01fece071576504821e5e36cbb4]

        WaE: unused variable 'aOSRelease'
        
        Actually we don't need the aOS variable either, we can check maOS directly.
        
        Change-Id: Ib14d6baf0bda28a45361886059629460641571bc

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [0145e05a2e866dbad0372bf21c30d8264677a7b9]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ieb8da224e02a9c8e19eabb4c5bcbd81120900245

2014-11-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [43a8993482697a12885146e0fba6fc266cb182d4]

        bad API translation between mozilla strings and OUString
        
        Change-Id: I99df7d45a1e242e8a1373f150da7a5b74a7d0ffb

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [92c5e9b2812571329a758d54b15273f5fc68f95c]

        Use regexps in the OpenCL blacklist/whitelist
        
        Drop version number bounds, use regexps instead. Not entirely ideal, but as
        vendors are free to put arbitrary stuff into the driver version string (part
        of which might be numbers, part free text, part significant, part just
        informative), just comparing against lower and upper bounds with strverscmp()
        was not ideal either.
        
        Change-Id: Ic4ef4d8e15f79f1c96e6e03f6c01e62ae92dc2fc

2014-11-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a55f740045d6d30e1ef5522889d2dc359ca5784a]

        include the unx part for getting OpenGL driver & device information
        
        desktop/unx/source/glxtest.cxx is taken directly from the Mozilla
        project.
        
        THe whole concept is taken from Mozilla and is based on starting an
        early process that creates an OpenGL context. This prevents crashing
        drivers to crash Libreoffice.
        
        We read the information from the pipe as soon as we create the first vcl
        Window. In that place we then decide if the device/driver combination is
        blacklisted.
        
        Change-Id: I2624d4ce06d503281a4459cf3174f57cf1f7b733

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [dcdc8df2e6d740dd75ff6e28727ca757e4882f86]

        osl_getVolumeInformation: only stat if necessary
        
        ...in the hope that that makes cid#706206 (TOCTOU) go away
        
        Change-Id: I4bc7b44e0268cf5d46aaf55fb4073dcdf67b324c

2014-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bf95b78561b642f0a59279527fb94bcb194a1856]

        further fix mozab build after header cleanup
        
        Change-Id: I7e3c79d854a08c94aa699d86994704b9360b69bf

2014-11-20  Michael Stahl  <mstahl@redhat.com>  [524addb17c7d8dcb50a5ade05108b0168e61409d]

        connectivity: fix the mozab build
        
        Change-Id: I299c856814e09a93a71f8acf8745a0590e2ecc72

2014-11-20  Michael Stahl  <mstahl@redhat.com>  [fc6be0ba3f74f46ce4eb7829ee91cd98179fb627]

        sal: fix build with clang and --enable-crashdump
        
        Change-Id: I148005489e4ef31b55886c1dd3076650d3a2ec17

2014-11-20  Niklas Johansson  <sleeping.pillow@gmail.com>  [a669de9c151692a8c24929641a7c12617b1bf458]

        [Accessibility] Make the sidebar a bit accessible
        
        The accessibility of the sidebar is heavily built on PANEL's.
        Since A11y on mac ignored panels it did not pan out well.
        Also the title was removed from AXGroupRole but is needed
        to announce the different panels of the sidebar.
        
        This might have some unwanted effects on other parts of
        LibreOffice since a lot of things are built up from
        AccessibleRole::PANEL.
        
        Change-Id: I095d26b3c89e2c0403d3267baa53f3bec5e07662
        Reviewed-on: https://gerrit.libreoffice.org/12985
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-20  Matúš Kukan  <matus.kukan@collabora.com>  [e24bd9abb27801ea8e6d2d275aa23060ae798012]

        Bitmap::Crop: When the rectangle is entire bitmap, do nothing
        
        It is expensive to rewrite the whole bitmap with the same content.
        
        Change-Id: I001210840d535ac54837fff092c90835f9f2f547

2014-11-20  Michael Stahl  <mstahl@redhat.com>  [47bc38926f18c9cfa93722e98ab29ce69658c9b8]

        sw: convert more legacy asserts
        
        Change-Id: I602913a1cfb8dda072945770a585e6cd9fd3e134

2014-11-20  Michael Stahl  <mstahl@redhat.com>  [537a2f4b1a11a2b97e9f2fb41d69ec443449ee57]

        sw: convert legacy assertions in frmsh.cxx
        
        Change-Id: If23d47cdee2ab6f4e7f728da02c0db6d23407c8f

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [b1b29ae795ff86097b21907f814d94bd5488929d]

        ...at least, that's the value for me on Mac with retina
        
        Change-Id: I041b497bab9415b2b33d6b4b91f3c58ea9dbc05f

2014-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2c1474c1dc93b69f0ede03fc5c9ab496c669955]

        SwTxtNode::IsIgnoredCharFmtForNumbering: ignore RES_CHRATR_COLOR
        
        And also in SwTxtFormatter::NewNumberPortion(), use
        SwTxtNode::IsIgnoredCharFmtForNumbering(), via
        checkApplyParagraphMarkFormatToNumbering().  Otherwise the color of the
        paragraph mark is inherited by the numbering portion, which is not what
        IDocumentSettingAccess::APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING
        (mirroring Word's behavior) is supposed to do.
        
        Change-Id: I5d8df9b404916cc4a4405bf796d971ede59e6111

2014-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [96664bf0152ecf8ee64aa6b22ed399c1866117f1]

        sw: move IsIgnoredCharFmtForNumbering() to SwTxtNode
        
        I need this in SwTxtFormatter.
        
        Change-Id: Ib1586299f468a88e92fdb367fbab69a683791dc9

2014-11-20  Eike Rathke  <erack@redhat.com>  [115a4b7ca36f65d93070d2e81048320d202e87a3]

        fdo#83765 do not update references in SortReorderByColumn() if disabled
        
        Similar to SortReorderByRow()
        
        Change-Id: I11dd710c00a56a5f56aeb048fa2258631555a220

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [07113bc943ca117c8ebe4b94bfbfde58ea35d972]

        At least old Mac OS X does not know AT_FDCWD
        
        ...lets hope it is actually declared as a macro wherever it is known.
        
        Change-Id: If541d02af3ac5d9ad4f0ac1cb4dd9f9f4550a78a

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [b8689142a9760132e43eaffe9d54801ed18fb76b]

        Dispose document when done
        
        Change-Id: I7b15220568717e159f119e79da0016cbc88873cf

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [6dbaf74eea8ffeaeeaed3f84e95bff9a7a5fbe5d]

        Let attemptChangeMetadata work on symlink itself
        
        Change-Id: I42a81e70e76cb4699052815cfd415a8efd902b03

2014-11-20  Michael Meeks  <michael.meeks@collabora.com>  [9557ae7baf3683a3c55bc55934fefba22a7c5759]

        vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.
        
        Change-Id: Iee8089fc3bfbea60adee95dfb2c229f3efea28f8

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [f12e8ff594f177f22ffb3d1849bf768ab08023bf]

        fdo#83529: Only preserve metadata of moved, not copied files
        
        Change-Id: If3e436d137b6989af22df43c3a9a247bb2c9ffe9

2014-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4f18bd405831c31cd49190046f7bafd805a47d7d]

        fix "Could not merge msm file into database"
        
        no idea why it fails with the typo-fix (or any change in that line for
        that matter)...
        
        Change-Id: I74c74e2080813ab60d4fcd48c62bb7f455046936

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [a702b41c7746fc5e450438551b1badbf9ca0dda1]

        This should ideally be consistency-checked in UnoidlProvider
        
        ...but is not, for performance reasons.
        
        Change-Id: I2518eb1f1a2f84cfd836c390a418a2fcb516b82c

2014-11-20  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5f98e35f81c887ff55edbdbe0d264215d9faa562]

        SVG: improve handling of visibility property
        
        visible children of an invisible parent are now visible
        
        Change-Id: I2eafbd15d22f54ec39f12bfd32175925ab8a6184
        Reviewed-on: https://gerrit.libreoffice.org/12504
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c0fbb6be4f0c9822c1a5eb97d66e4f08d9f59c66]

        Fix typo in updaterequireddialog.ui
        
        Change-Id: I952486625daea6ed995b1e654d810585cce2c8c2
        Reviewed-on: https://gerrit.libreoffice.org/12973
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-20  Yousuf Philips  <philipz85@hotmail.com>  [f8b4f8c3a035f61a4dcc376cbbadc3a160b89239]

        fdo#85594 enabling date format and pivot table and adding a more hidden ones
        
        Change-Id: I1cd438c9d85445da97210210ddd4a6c99d6390e6
        Reviewed-on: https://gerrit.libreoffice.org/12977
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-20  Takeshi Abe  <tabe@fixedpoint.jp>  [e05a6419a6c77b7cd11c67688f544df40cfc7c33]

        fix memory leaks caused with SmNodeStack
        
        SmNodeStack now frees its own pointers after use.
        
        Change-Id: Ie43eb887810a3424109708c956ccbdf97fc5a2e5
        Reviewed-on: https://gerrit.libreoffice.org/12970
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [924b378a79e04d3b8b5ca2a06eadacee5a00997b]

        Clean up includes
        
        Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610

2014-11-20  Tor Lillqvist  <tml@collabora.com>  [773c90c2ca8340cbee27073450853cdc44e0f75b]

        Add tests for vectorized binary ops + - * /
        
        Change-Id: I0ea36081416ba3b44e57e12b172c00fa27d4e653

2014-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [81046b79f02fdbb127a4a5dd855e1a8f916532bf]

        doxygen: png -> gif for images
        
        This reduces the amount of output in docs/ from 17G to 10G for me. No
        big surprise, inheritance diagrams use only a few colors, so gif's
        indexed colors work here nicely.
        
        Thanks Christian Lohmaier for the idea.
        
        Change-Id: I23db0c1a4dc7410cb3eb1ae99044962959fac28a

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [9dc7bae64d1c08e06c755ea97c21e50bd6a8eec1]

        Revert "coverity#1169848 Uncaught exception"
        
        This reverts commit b0a7722ebfa720255b6ce1e383a3aacae0ce5e9f, now that
        fced31697bcc2a2a4da34d804582002de0320302 "comphelper::SequenceAsHashMap: throw
        IllegalArgumentException" made the underlying problem go away.
        
        Conflicts:
        	framework/source/services/modulemanager.cxx
        
        Change-Id: I6599cf25d4f28d2bab19da67d5de5caacd84a622

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [5252652ac57b3358db6cc0d423cc3d67882b5e90]

        Introduce OStringBuffer::appendUninitialized
        
        ...corresponding to the OUStringBuffer couterpart
        
        Change-Id: I3ab03343696e6755cf1ccc470e4decc2f41d2558

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [04ae3d0cc9b671729deabf33c2cea1031d72e6ae]

        len cannot be <= 1 here
        
        Change-Id: I482e6eeca09e7b15a8d95a866ebab35d06f13e9e

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [e7abad5683a28305204977b57357dddefab0e065]

        Needless assignment len -> n
        
        Change-Id: I9051284b34e5a6f3f48ee58243d6481b072e0a80

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [c89f15c603cbe59a2a112243ff9f0bf7dff958e1]

        Remove comment junk
        
        Change-Id: Ifaed964d084d0b7a2dacbc23a93fb77eb7515ab4

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [186990395d72a803dd4a9f087fe4e05f49e69ad2]

        Clean up Mac _imp_getProcessLocale
        
        Introduces OUStringBuffer::appendUninitialized.
        
        Change-Id: If225ec4d798e0df91cad60130e3f22ee26b88abb

2014-11-20  Stephan Bergmann  <sbergman@redhat.com>  [8cbfce51ff659581a9602b22c36b9af1c69e51f8]

        Unused return value
        
        Change-Id: I963d001aee68f1218ba7273562cb41f3cf4c5e20

2014-11-20  Yousuf Philips  <philipz85@hotmail.com>  [691f11eb6ec0cb51ae835badd60ed09acd4ec44e]

        TANGO: fix galaxy so print preview single page view icon shows
        
        Change-Id: Ie7c335def446bc663f63a58bfc91d44386c2f30e
        Reviewed-on: https://gerrit.libreoffice.org/12978
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [797db638870f5c6192e72c0b4669b471788e16ea]

        Use group area listener when entering a new single formula cell.
        
        Change-Id: I01dc4537919b69a312e92ede2ae00fbe7d781bd7

2014-11-20  Michael Stahl  <mstahl@redhat.com>  [d273a60bfdbf9bb7623bed38667ec0647753157c]

        sal: fix --enable-crashdump build in new C++ world order
        
        Change-Id: I95e4f43f4ef40e8c04b37002bbae03f4f23a9e34

2014-11-19  Michael Stahl  <mstahl@redhat.com>  [6b9ab853b6a5fa71c0b6c594ed0e6e6016d13a3b]

        fdo#85872: sw: fix crash in insert index dialog
        
        Looks like the old code would create a link starting at the beginning in
        this case, so let's do the same.
        
        (regression from 94b296d5416dd71d721ad16216b50bce79e3dc04)
        
        Change-Id: Idcd17ae51c478aa5c2a000c7b33a8244f06bd166

2014-11-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e3e064ed274cc88e5264e102720dc064bde1da6a]

        Remove hardcoded “LibreOffice” name
        
        Change-Id: Iccaafa5a66df3df8bcfc1d2013b38bb15d37fbec
        Reviewed-on: https://gerrit.libreoffice.org/12972
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [34411dc2f0535a21b4ec3bec19d493e0aa037646]

        Mark Color::AsRGBHexString() as const
        
        Change-Id: Idf00e228c480afe2bbbb64682ed01f2c778b6d9d

2014-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [37f613c6eae5ee7e221cecf92ce321622d3cf4a8]

        sw: include the font of SwNumberPortions in layout dump
        
        Change-Id: I3d015c7a97ace6db548c4ad11ae24b0a7daa35c5

2014-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [64ce79ff5eab8fe686c13c0ad676ad7f941a346f]

        Move SdrObjPlusData out of SdrObject's header.
        
        It is only used locally within svx.
        
        Change-Id: Iae53de3d1cb2b1f5f2ba5cede2794f08dfef972c

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [30bf5787e1f996b4dd690e8bf8d49133ad1e9bba]

        Revert "cid#706553 Uncaught exception"
        
        This reverts commit 0a87f4ad1a45aaaaad885a1418d0d6bed21db456, now that
        fced31697bcc2a2a4da34d804582002de0320302 "comphelper::SequenceAsHashMap: throw
        IllegalArgumentException" made the underlying problem go away.
        
        Conflicts:
        	framework/source/inc/loadenv/loadenv.hxx
        	framework/source/loadenv/loadenv.cxx
        
        Change-Id: Id2f468bf0f24f5a8a7a0e6eb113ccfedd35b03cc

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [6f58f34fc0cd74c198b9474d074529bc4c9d7e02]

        Revert "cid#706552 Uncaught exception"
        
        This reverts commit ecd00991fd5884cd769ed00c9c3f42ba44d64511, now that
        fced31697bcc2a2a4da34d804582002de0320302 "comphelper::SequenceAsHashMap: throw
        IllegalArgumentException" made the underlying problem go away.
        
        Conflicts:
        	framework/source/inc/loadenv/loadenv.hxx
        	framework/source/loadenv/loadenv.cxx
        
        Change-Id: I7821ae67b5cc99b8591fbf06396ac20098e55c8d

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e753f8b9dc3b4df22f85f1366a15503de2464fd5]

        Revert "cid#706551 Uncaught exception"
        
        This reverts commit ec651eaead5aaa2a74f4c87d3bf17f7feddb958e, now that
        fced31697bcc2a2a4da34d804582002de0320302 "comphelper::SequenceAsHashMap: throw
        IllegalArgumentException" made the underlying problem go away.
        
        Conflicts:
        	framework/source/inc/loadenv/loadenv.hxx
        	framework/source/loadenv/loadenv.cxx
        
        Change-Id: I473815256b95f6e20a2e1a4a5617f491636305ab

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [fced31697bcc2a2a4da34d804582002de0320302]

        comphelper::SequenceAsHashMap: throw IllegalArgumentException
        
        ...instead of IllegalTypeException (where the latter is not a RuntimeException).
        Fixes cid#707218, cid#1224993, etc., and reverts previous fix
        358f5280e0f6afb968edc295d8f1dce55f05e18f "Fix coverity#1224993 w/o breaking
        JunitTest_framework_unoapi."
        
        Change-Id: I13ce153e1513749fb0be2ee8e560cec86a30c5ba

2014-11-19  Mark Hung  <marklh9@gmail.com>  [49329e371c0a5f1fe7e605841109cab02e053b1a]

        Fix rtf outline importing issue.
        
        When importing RTF files, the outline is treated
        as normal numbering list. Open the tools>chapter, outline
        doesn't correspond to heading styles correctly.
        
        This patch is to handle RTF keyword \s in a \listlevel. 
        The patch use style name as its id so that is consistent 
        with the one already used by StyleSheetEntry.
        
        Change-Id: I5ab6602b5ce64ca65ec08e0adb34d60ae7293650
        Reviewed-on: https://gerrit.libreoffice.org/12960
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [c560b4d7d981328026bec2b0a6e6ea533c02818c]

        Add COUNT
        
        Change-Id: Ibdff629c3653d43e08b5200a7babb7ff05a7b5ac

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [44f941692521c21f5c152f3bab84b07f19f22353]

        Add opcodes for binary operators + - * /
        
        These are of course very common, and one would hope they are correctly
        implemented in our OpenCL code.
        
        Change-Id: I0ca6d3983502b18a1ea56522d4f20673ad94357d

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [f8e17ff09f03240a71b1292b9bd8af9a17c10ca7]

        Test also MIN, MAX and PRODUCT
        
        Change-Id: Ibbc4c65271142b63c85d08ab4c9162ba96d32b6a

2014-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [122d97673d762cc5fc043bdadfdf4cb80ac871cf]

        writerfilter: indentation fixes
        
        Change-Id: Ib9bee587931cd020848b033ce4429f36d04e61b1

2014-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9f0c19edde7cb28086860ea6b3519be0d49a3e0]

        DOCX import: handle <w:lvlOverride> without <w:lvlText>
        
        Change-Id: I0b941bd7a733408655db192b8608ed3987b9c1fc

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [755209d88073fd497b884b8de1348ec75c2df7eb]

        Resolves: rhbz#1165444 abrt crash with NULL pView
        
        Change-Id: I37f02f16209f274cf0358defba6bfa109948990f

2014-11-19  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [42fbe6391896422a13807a751d4ab03a46275656]

        Fix typo in deletelangdialog.ui
        
        Change-Id: I20602fb7f048c2c79073b47539cad6419fb90bb5
        Reviewed-on: https://gerrit.libreoffice.org/12969
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [437cf27b6db107b2b74836ac2d897a10ebc67c0b]

        Blind fix for Android
        
        Change-Id: I091fa9f9fd4c2df1818aadcba7995b174b07f098

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [af66914c1151533ced12bca6e8a7ec14348bdb9e]

        system.h -> system.hxx
        
        Change-Id: I39a60d0b775bfe40fa89e8b5d5f7466d0db5d36e

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [26cf7dcf19933feffabcb6b690e840c51f04c31b]

        Make SDK examples compile again
        
        ...after various recent changes to include files etc.
        
        Change-Id: I9d2acbcfb09ca1df6247038afa6fbd99aa74a90d

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [4123c2bac37821584b354e016ac4f5c5bc598d02]

        loplugin:unreffun
        
        Change-Id: I648b91e1124fcdad16ccd5d619192b72e4c8ec3f

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [bb05f1128fa073b35788a73ff6e8a5d8366b7710]

        Remove obsolete osl_searchPath_impl
        
        (obsoleting cid#983584)
        
        Change-Id: Icbf25bd364fdabb208abe201ddc146daa60f9b62

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [7fe2a3fd370049d7599c301d2af71ca61fec1431]

        Fold file_path_helper.h into file_path_helper.hxx
        
        Change-Id: Ifad9594eb6fa396e32818b6d2bafc16adb478994

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [656bd9f942e13a2c63ccaea458132bca7d1ccceb]

        signal.c -> signal.cxx
        
        Change-Id: I1d7f47b81e558a071a6beb52999d0bca185f02d5

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [f4680be8e39d4e4411c0afd704ebdcb2045dee43]

        HAVE_FEATURE_CRASHDUMP instead of manual SAL_ENABLE_CRASH_REPORT
        
        Change-Id: Ifaf971d77f11cef207706989bba11dbe2028ca79

2014-11-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b736204f3ba6ee9813ae109071c9d442c2fb2219]

        add clang plugin for detecting cascading condops
        
        Change-Id: I1b782bb04b09bee5c3db2261f9390a7b2edf4564
        Reviewed-on: https://gerrit.libreoffice.org/12967
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [58ce60da28b019be3dcf52c6b9fc51b91361137e]

        Move SdrObjUserDataList out of the header.
        
        It's only used within SdrObject.  This also eliminates the need to
        include boost's ptr_vector in the header file.
        
        Change-Id: I5ba9b424be21c5ee3280364de1d73b0fa3921129

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [78ac39dcef36b3881b2574b2db1e0d5a068c7804]

        Revert "-Werror,-Wc++11-compat-deprecated-writable-strings"
        
        This reverts commit 0e589394e8452ee8dea8e807d3b5ef6620a1c6c1, which
        was a misguided attempt at solving a problem already solved by Tor.

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [0e589394e8452ee8dea8e807d3b5ef6620a1c6c1]

        -Werror,-Wc++11-compat-deprecated-writable-strings
        
        Change-Id: I4a8cbbbebe9833625af4805074d0c68ef3623ebd

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [76cdf2ffeafa6a516c15e5d50c20848205665872]

        ISO C++11 does not allow conversion from string literal to 'char *'
        
        Change-Id: I098d0b8b3428cbf57a69c331515093df36e0c172

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [185dae1969bb463ae1be8ea46a7780efa32372f5]

        Resolves: fdo#86451 guard all the tops post pop
        
        Change-Id: Ic89edb94c6c12a66fd46e0630115a458857cc6cc

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [9a038e5e7b89822fb39064f63367be292999f8ea]

        Fold uunxapi.h into uunxapi.hxx
        
        Change-Id: Ic16758e436da13684320e7e3bf07b80d8d8c7c5d

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [7b778239473f5f5eb033296828fce85c696b856b]

        sockimpl.h -> sockimpl.hxx
        
        Change-Id: Ic11f5e0923b8b9d656b74b900f52ff154bb65971

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [5ce93720374c26611fa4fcd11997ebd8536e4ce2]

        secimpl.h -> secimpl.hxx
        
        Change-Id: I0fb87c5658bd02e327df8fdf3e0aa79f20bbc111

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [299a8a50d30465d6a93b0992aaf74944404da585]

        saltime.h -> saltime.hxx
        
        Change-Id: I930c581525ed5b02dd8850e9781b01eed12c857f

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e5f0aceba796b6ebb84ab1b4a8fde3267e6d3e8d]

        readwrite_helper.h -> readwrite_helper.hxx
        
        Change-Id: If0d71f0660d60e3bcea4db3906ffe600e00f69f2

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [93d550d9e08bd0f38852a7df3cd47dc460d86b1a]

        Fold procimpl.h into process.cxx
        
        Change-Id: I1adcaeea7a1a3f7a3634897821f15443dbc78e94

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [d90784064f9b993c044615a8bb0fb7ae984d0ded]

        nlsupport.h -> nlsupport.hxx
        
        Change-Id: Iaee3f8a43cba1d4fd02b6a51d42f73c8ef9e99b7

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [69770c9791590d45d24cfa100ab89e70e7e6b312]

        file_url.h -> file_url.hxx
        
        Change-Id: I2494779521d56edcab41f66a7c64e7dc5a9205ad

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [8480c1830f30a7986c9b693de385245173355fae]

        file_error_transl.h -> file_error_transl.hxx
        
        Change-Id: Ia71097a3d0fbeb606b1f6cfb7e6edb86bd45082a

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e46712f4e87fc4f0fa5b1b7eed6a8a103a458af4]

        interlck.c -> interlck.cxx
        
        Change-Id: I90ca3ddbc2e1d4b830ec6e536e36e924ee14416a

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [dca434afb816ec0cda67bc6cbcea0147dc3ea32e]

        time.c -> time.cxx
        
        Change-Id: If0f0e40964f7dc107e14753da49df5cdc77732be

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [7b10a36f8dc2c27d881f5c47b404b2b22900ae5a]

        system.c -> system.cxx
        
        Change-Id: I4629a01a67dd57d5915403a89da90e98b5184503

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [d0e7d020fa405ab94f19916ec96fbd4611da0031]

        socket.c -> socket.cxx
        
        (At least some glibc make FD_ISSET happen to be of type bool in C++, that's why
        we explicitly cast it to bool instead of comparing != 0 to avoid
        loplugin:implicitboolconversion; cf.
        <https://sourceware.org/ml/libc-help/2014-11/msg00018.html> "Type of FD_ISSET
        happens to be bool in C++.")
        
        Change-Id: I6da67620067392f5866d053b074198413da814b1

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e814dacc817e3d2f82c5c6c705152293baeedfe4]

        readwrite_helper.c -> readwrite_helper.cxx
        
        Change-Id: I6d9f43a18e13cb291cb678b6faeeed7c0ec9de1a

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [df451d6a539fdf3c7248e16203026bd8df423e53]

        pipe.c -> pipe.cxx
        
        Change-Id: I0c9659379e6120c0bf01b6436d3127b83ad01af1

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [b64c90c1ef0067aeedc22f6a4bbe7ca243ffdc77]

        nlsupport.c -> nlsupport.cxx
        
        Change-Id: Ida0c3c0c521f71fd3f18a12c02cf98ac96c5b7a6

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [431a7c402f5ba41db1c0acbe264c50da925b05a4]

        mutex.c -> mutex.cxx
        
        Change-Id: I24ebffd1b055bdd6ad93d2f071d20480b549379f

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [42ab57ca574307e994707ae6625e290e2e0be24e]

        memory.c -> memory.cxx
        
        Change-Id: I87d977aabd09ff01cba0f25247dca43a2bf0dd2b

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [061c7dd0837adfe25d31f979465bfe4fa9dbf3a3]

        filepath.c -> filepath.cxx
        
        Change-Id: I24545b92d7aa0898289d0dee19f34966769702a1

2014-11-19  Noel Grandin  <noel@peralex.com>  [0ad264911b9217a3241f6c0e1769b22e8bd76e48]

        loplugin: cstylecast
        
        Change-Id: If25e3b030d484f03078bfba265bed82b315e2742

2014-11-19  Noel Grandin  <noel@peralex.com>  [eb41a2ba205c6ac88e959f39bf0c45d2ee674150]

        loplugin: cstylecast
        
        Change-Id: I322c6f9cd106a0ac3ad5c67dd0d49660b608e079

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [137886bb081c4d0e12677f2d8de96a9bf4ddad16]

        WaE: -Werror=unused-but-set-variable
        
        Change-Id: If55fe92af710221000ccec4e09eeba9f56c8a7aa

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [36feeb1eab0165137087f909698ee208e397cdcf]

        tweak the assert message so its readable when an errors happens
        
        Change-Id: Ib4f262f4c8cffc9790001618ce8050eda75ae559

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [d1e2335584c4723e3f0560b52a3113fd94f4f169]

        add EDB-35279 test-case
        
        Change-Id: I9fb6e1e33f6b67342c8b407eafc9882ee44f4b46

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [5d8e23fdb98a74372ca3da37559af4b45655fee4]

        coverity#1226488 Big parameter passed by value
        
        Change-Id: I55ee5dcd7ed18fe907fc06aba345d96a90fb2324

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [319524767ea1f399be6a9491eb053a74abf3dd1e]

        coverity#1242675 Untrusted value as argument
        
        Change-Id: I1d8f32095f297919dc3ccab51093295f8c31707d

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [c3aec587d8fdbdada5a9e26595e7b29e4e6a2920]

        coverity#735402 Logically dead code
        
        Change-Id: Iafc67b4ccd30afdc2dc1c4fb058f9933fa90185a

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [c7d03c4e9c0bde6cb838b9812e1c0d19191a7e44]

        coverity#1254674 Unchecked dynamic_cast
        
        Change-Id: Iae62353e42947324beca8d036fcd1c20346d0d29

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [71f1553cee2c24a4e5b863750e5cfb795b54ecc2]

        Related: coverity#1242658 Untrusted loop bound
        
        Change-Id: Ic785b333c1ad31036da20483dc7310fcc5338d80

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [885494f4b5e45bde3ecb029796930bfa6741512b]

        coverity#1242627 Use of untrusted scalar value
        
        Change-Id: I81b034859e80507740092b25a7352c19933e8449

2014-11-19  Michael Stahl  <mstahl@redhat.com>  [40d4f917e3395611276240c75c1d825d172ed559]

        sal, cppuhelper headers a little more complete and self-contained
        
        All of them now build as-is (doing that is actually a pain because some
        are named the same as C library headers and clang looks first in the
        directory where the source file is in...).
        
        Change-Id: Ief6e245c8f49fcee678aebd46394c19e4cb47f51

2014-11-19  Matúš Kukan  <matus.kukan@collabora.com>  [db222b74f1482870aac76d51646215d756901b8d]

        mbSwapUnderway always true inside ImpGraphic::ImplReadEmbedded
        
        Change-Id: I641a9ca69d8e821f6b4e82ca98179a59b793345a

2014-11-19  Matúš Kukan  <matus.kukan@collabora.com>  [b62e70ef6f352c61d50eca36388e9aa8d3f5e412]

        ImpGraphic::ImplReadEmbedded: bSwap is false; remove dead code
        
        Change-Id: Ie5b6b593e178d3752ebf7421af8aee4b50f75819

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [8f317cd32e3a0ae7b6dfd28cd3a3f5aa9f5da6ec]

        Don't use OpenCL for RAND by default
        
        The current implementation from 60ae598d537c14283109e1c6de22ec43a0147bcf is so
        broken it isn't even funny.
        
        Change-Id: I962d2643d21283340646893bb7892fb2a3d0c2e3

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [f9fb1fcb8e0558a719cc6b423064d19433ce5e37]

        Guard against cyclic entity dependencies
        
        ...in unoidl-read, although it would be better (but more expensive at start-
        up) to check consistency in unoidl::Manager.
        
        Change-Id: I5f5894fcd51af3aa999fe30621f52bfd11d0e610

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [6635508ad59515311245245472f7a38eabab28cd]

        -Werror,-Wabsolute-value
        
        ("using integer absolute value function 'abs' when argument is of floating point
        type")
        
        Change-Id: I8c091049b44dd44ec44124055c160a024ec658a5

2014-11-19  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [b943150fe84a0158546b6a00ee330ea503c02359]

        coinmp: conditional patch
        
        Change-Id: I33927632173d422d04771f550721dba1767cded5
        Reviewed-on: https://gerrit.libreoffice.org/12040
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-19  Matthew J. Francis  <mjay.francis@gmail.com>  [f857358d83e7c105271eb0e2c43f0b036f14f284]

        fdo#86298 Avoid crash blending upside down Bitmaps of differing size
        
        Change-Id: I3ed0dec7c2f8d80ca104f8ba8d47894ace582c0a
        Reviewed-on: https://gerrit.libreoffice.org/12961
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-19  Yousuf Philips  <philipz85@hotmail.com>  [a47a16cb2ec4ccb3c7b503c7726528b95c639406]

        Add small icons for conditional formatting to galaxy so they show in tango
        
        Change-Id: Id8b7615610b7eb190c64b88a157df7a498b9cd09
        Reviewed-on: https://gerrit.libreoffice.org/12959
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-19  Yousuf Philips  <philipz85@hotmail.com>  [2ab8eb20ce82649168af96c551476cdfeb31f4ff]

        add an icon for calc's time number format
        
        Change-Id: Ife32075210af738e0e677f62ccad1ce29b236700
        Reviewed-on: https://gerrit.libreoffice.org/12962
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-19  Caolán McNamara  <caolanm@redhat.com>  [05362fd2dbb481b735e8b7e97288d842a6e3ec0b]

        coverity#1242708 Untrusted loop bound
        
        Change-Id: Ic5af417ad38cafa46051789574239996a8845ffb

2014-11-19  Michael Weghorn  <m.weghorn@posteo.de>  [772a36932e4803beaffdad87200e0162e1020e94]

        changed type of parameters from rtl_uString to OUString
        
        changed type of several parameters of the functions
        jfw_plugin_getAllJavaInfos and jfw_plugin_getJavaInfoByPath
        from rtl_uString to OUString
        
        Change-Id: I80feb311542e6ccded9f9924f800c75a7e14a1e7
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c95503cefaf996faec1adb87e296c1b8a71d221]

        Use SwNode::GetTxtNode()
        
        Change-Id: Icf3e1013d5eba5702badf19aa6c1f5e6708ed154

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [333c6c114b0f21acf0f2525d61850a5f86d84aa7]

        Check entity and type name syntax
        
        (For types, only checks their syntax, but not whether they semantically fit in a
        certain situation, e.g., "boolean" cannot be used as a base interface.)
        
        Change-Id: I12f617e74ca13ce2afcec8f611bfdb4912c62960

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [e7da382244481ad0b2dfb67e5ffde85aac220c2b]

        Check for recursive maps
        
        Change-Id: I50227c41c5b4c5c410939ddfa078b996b5804965

2014-11-19  Stephan Bergmann  <sbergman@redhat.com>  [b0583c57efc253e4e2f9c86e7900eb02e0e22173]

        Revert "cosmetic 'en-passant'...."
        
        This reverts commit d4810a814c7c7f3db2df15b62367bd1edc7040f6.
        
        Change-Id: Ia062e070c7d7dac5cc4388d1c8e812fb97851d52

2014-11-19  Matúš Kukan  <matus.kukan@collabora.com>  [72f1d57b86ad0a4ce505c0c24c7cf651a934e5ce]

        Add dummy Crop to SalBitmap implementations
        
        Change-Id: Ib402395f5523a980c9ca098dcd2d8e1ecbbfa7c0

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f4896bcfe21794239f8ec32f8f6d7e438a7907e]

        Build fix on Windows.
        
        Change-Id: I5e4c29ce5a1f427c5642a253f985b42938912075

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bbc9992094cbab668593cd6d84659d4d1a48e44f]

        Apply pimpl to svl::SharedStringPool.
        
        Change-Id: I351505f0c1cb25c47897e0cfffdb258f8e87081f

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [764600bc6175a32d119487afda2e8409f3395666]

        Apply pimpl to ResStringArray, to hide its internals.
        
        Change-Id: I23969735f35e221a1aad39081ee63d02066d856f

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1b9aaba0bfe8bc0872e7ea9f9aef5961e4b52f7c]

        typo: boostrap -> bootstrap.
        
        Change-Id: I73eb3b253d43618cbe8e743e3ac5687be2ea3e4d

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5ef856e975d7c0396984d588a43fd1a7c7085c55]

        Use group area listeners during ODS import.
        
        Change-Id: Id01f9021dda7f33255f8206174cd730507ab55ad

2014-11-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b2efe90c07baa45d2ee7e13138dd306a29738473]

        remove nonsense comment clutter
        
        Change-Id: I9ab33513ffb927b02c27fbd6c115b41702751d18

2014-11-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1296f9063203a3f9488689136b833568c183edab]

        move docfunc to own header
        
        Change-Id: I5e1c66e09418e534bb47233f45c67206af20cab4

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b9b0ac0057bba4b02534493de08f3fce0c784be8]

        Use group area listeners when filling down formula cells via fill series.
        
        Change-Id: Ib0d4f542986dc09968cad8b76da9d6e034eddd37

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [c0c685d1ce5b75f5d5121f51edc51cc1afd8a67b]

        Generate OpenCL test doc programmatically, first version
        
        Tests RAND, SUM, AVERAGE, SIN, COS, TAN, ATAN, SQRT, EXP, LN at the moment.
        More will be added.
        
        Does not yet automatically add to black/whitelist.
        
        Change-Id: I2ca24632630937ee5559fc86453e40178e89973f

2014-11-19  Tor Lillqvist  <tml@collabora.com>  [661dc51a8a1951419a3a9def39d968e718f57b72]

        Revert "Add a spreadsheet to test OpenCL implementation on user request"
        
        Nah, will generate the test sheeet(s) programmatically.
        
        This reverts commit 9c2cf556a6ba532ad26a3b4d96e42f9f2b5e00ac.

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [a0eb1be3a934892875926789e9824efeb7da5f7b]

        mysqlc: fix build after cppuhelper header cleanup
        
        Change-Id: I8d331914736e17d5aad2ee761fc6d758c2dea1ad

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [a55adb16ece70360c88342ca008d5a9d5b9d5b52]

        Hide instsetoo_native output
        
        Change-Id: Ifd3fca29325dc18166d041badd5664d2ad8ba7c9

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [8f1b58b5ac8e945d3c62bc7d7cb1e4b12c4ae263]

        vcl: fix un-initialized log length & clean copy/paste bits.
        
        Change-Id: I39cd9ef32fafa2894ffde961d87adc6aac9d4a4f

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [fa6a174b50747e6f6c83d0cd882ce0bd0886930b]

        vcl: since we share Bitmaps across all GLContexts simplify lifecycle.
        
        ~X11SalVirtualDevice() was destroying X resources referred to by
        OpenGLSalBitmap's mpContext, which were subsequently accessed by
        Bitmap::AcquireReadAccess on the floating Bitmap. Better to use the
        default window's GLContext for all bitmap operations.
        
        Change-Id: I9009980e791cff1a1f36d626592d72c7a32efd39

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [721fb11053327a557fc81f3ced4bf8af52e73c64]

        vcldemo: render more small scaled page-border alikes
        
        Change-Id: I2605175e7ee66d3da5e41497baa4178074830e99

2014-11-18  Andras Timar  <andras.timar@collabora.com>  [47659b4744467ffda504116a1284c7f096c1b326]

        Updated core Project: translations  6453172eac4a30a37224db66ddd76c13f614959d

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [7ec6e311e055234c894dddaca384bdedab4e1570]

        coverity#735514 Logically dead code
        
        Change-Id: I33ffbe87b7c7f2f1fefc18f10055e47e2454ead1

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [741bc7c44feb285f2cb210b04500b27b510f8f4c]

        OS X: Default to the 'sifr' icon theme.
        
        Change-Id: I0c3d6d99f478b86873d108c893798687032b79bc

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [a899ca6d3c51e95885011ef6b8edcb7fd3be3d87]

        Need <cppuhelper/queryinterface.hxx> here, too, I assume
        
        Change-Id: Ic91023c0a5a70072fcffaaa5e16fc2e415c2e1ee

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [9c2cf556a6ba532ad26a3b4d96e42f9f2b5e00ac]

        Add a spreadsheet to test OpenCL implementation on user request
        
        Loading this spreadsheet and verifying that the end result in A1 is "PASS"
        will be bound to the 'Test' button on the calculation details dialog.
        
        Actually, I wonder whether it might be saner to just populate a spreadsheet
        programmatically instead of having a (not huge, but still large) test file
        bundled in the installation? We could make it so that the generated document
        stays open and is usable normally, so that if necessary (for instance for
        comparison with other spreadsheet applications) it can be saved.
        
        Change-Id: Idea972cd0f598643e35314576f593047d49378c6

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [383a36369f2d2b71a0c784bfc45e5d91737a4559]

        Need <cppuhelper/queryinterface.hxx> now
        
        Change-Id: Ib5683580273430a61e4daff84cd03b3b559fac0f

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [15b4ab8d1943f625b3648f72ebd1872467c5854c]

        cppuhelper: clean up public headers with include-what-you-use
        
        Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [721366ebe1605f6167cc46a05fba12ce884b92cf]

        cppu: clean up public headers with include-what-you-use
        
        Unfortunately iwyu gets quite confused by the weird cyclic dependencies
        between various foo.h/foo.hxx and cppumaker generated headers, so it's
        not obvious if any improvement here is realistic...
        
        Change-Id: I0bc66f98b146712e28cabc18d56c11c08418c721

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [537befbb2fd5f1587f7c9cd8c55498d29b713770]

        cppumaker: only include rtl/instance.hxx and mutex.hxx when necessary
        
        Change-Id: Ib21a3cfe4b02e421f8848a6e2cca4e2a1c04adb9

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [a69927eaf423ac367ab20849959dfd377b0d3fda]

        unotype.hxx: fix documentation copypasta
        
        Change-Id: I0d84545527195e0f8a48d4217cb332f2e46f2d09

2014-11-18  Michael Stahl  <mstahl@redhat.com>  [886452b92a8d58ddb9dd6336c249d50cd5c6fb0e]

        Makefile: set CC as well for include-what-you-use
        
        Change-Id: I28c8f134825e477ffe993a6895b801c9e895f613

2014-11-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c4706528d4d2a5d79c91c0d6fa5f9de0b016c27b]

        Missing parentheses
        
        Change-Id: Id6c096d09b984039d54a1d152cf0da594aaf203d

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [746e20f8c6d819fa128417a4db815b2473278291]

        Combine StartAllListeners() and StartNeededListeners()...
        
        And call the new method StartListeners().  This also adjusts what was
        previously StartAllListener() to be group-listener aware.
        
        Change-Id: I74de45c00f5b8ef232eea9fe3b93aa44d1d8855b

2014-11-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9a7130595093ec58348b66fc7687c8eb59e8af3a]

        This test become unreferenced by accident
        
        See:
        c454a0cd0cc7b315b1353b151a2e95654df72c69
        and
        46eb0952f1e2d75b427bdcd553c33027f1e44e8f
        
        Change-Id: I811f1c52f8a9fba28bc4f38fd1ad34826b2bd45e

2014-11-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [89361fcff340c8a168d25160a4d8efe9e39e7d51]

        Fix broken GraphicObjectTest
        
        Change-Id: I3f7e0ccd5697a4ca6026bec60210e24af25fb92f

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [8cf085175e49779d2d42f279859ab65046a7dfc0]

        fdo#85594 renabling a few entries and adding addition hidden entries
        
        Change-Id: Ifcf30f209355d4cea4daeabe06896b0c225a65a0
        Reviewed-on: https://gerrit.libreoffice.org/12958
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Juergen Funk  <juergen.funk_ml@cib.de>  [725a52c55e91d3629dfbfb9ba4758048d8bf1a77]

        Preparation of the LibreOfficeKit for Windows
        
        - not yet included in the make for windows
        
        Change-Id: Iee31b0ed0c6545572295ce00a3bb0f909c428b5a
        Reviewed-on: https://gerrit.libreoffice.org/12425
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [0cda507b30fdbbc19b0d4b27fccbebf7829b4404]

        Resolves: fdo#75066 add TABSTOP and DIALOGCONTROL bits
        
        to this custom widget to state that is is a candidate for tabstopping to, and
        that its a (old-school) container widget which has subwidgets which should be
        candidates too
        
        Change-Id: I39452f906b30c3962026ab9c4dba625ecd2d06a8

2014-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [347566d6b6ae12c86aa2eb787cd97f2dcfe8ea2d]

        DOCX export: put either hints or the para attr set into the para marker props
        
        Commit d72237741ed1d8f976032ff2ee5d2a8702d3380e (abi#9930
        DocxAttributeOutput::AddToAttrList: avoid duplicated attributes,
        2014-11-02) added a quick fix to avoid writing duplicated attributes,
        but the validation problem of duplicated elements remained.
        
        Make sure that when writing paragraph marker properties, then we write
        either the hints at the end of the paragraph or the character attributes
        range of the paragraph properties, but not both.
        
        The only exception is the character style that's always set as
        a hint, as explained in commit 4bb872b1924453f22e90bdd14e2898a3e66d5551
        (DOCX export: fix handling of paragraph mark on empty paragraphs,
        2014-10-17).
        
        Change-Id: I494e5bb9871aa535532fef32bd344d8093e9f762

2014-11-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [56020e09569ce078c108576b24efb66735cfc7c4]

        Be precise here, maximum value means it is still allowed to have
        
        Change-Id: I90c559c59b307aac6f7adac49ea38b0d9b68ad58

2014-11-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [dbdacc73ae154237314d599194cc686bd738a9bf]

        Be honest about the maximum cache size
        
        Implementation uses a multiplicator of ten. I guess the intention
        here was that to calculate cache size based on the size of the inserted
        images and not based on the real memory usage (potentionally more
        instances of one image), which seems a bad idea because it covers the
        real memory usage from the users (who will be suprised when LO's memory
        usage increases tenfold of the set value).
        
        It seems better to use the exact value in the implementation and increase
        the default value on the user interface instead.
        
        Change-Id: Ie3c0568d3518922d3a9931f894eebb9e7e5515ed

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7dcfafc7d2f7ce8357c1570ea7547b5879f54172]

        Let's not re-use the same iterator esp when it's still iterating.
        
        Change-Id: I1752857bc036f8d389b4b71d570cf83a76ef29ea

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [cb3992630ce2452d1eb599ff1268efb4a1b99e04]

        assert because still listening to the wrong view when SetView used
        
        we're still listening to the old one here when we set a new one
        
        Change-Id: Iaf64ba17a7adf2489a4f0475bba03a2500a556c0

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [6f5a948612a541fff845cbef44e79adaf9c45793]

        vcl: check the OpenGL drawable as well as the context.
        
        Change-Id: Idac493dfb3239f7ae5b5e49158d79c4f3e707509

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [620156f516db5f20cd97bcf962934e51f28b4d40]

        gcc 4.8.3 lets us do it, but not everyone else
        
        Change-Id: I83cca6a1bd3a462a277e5f5338cafbcd037d4227

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [0dd7a5a27c48db5fb9b89ed794da96deda516594]

        restore old explanation message via assert hack
        
        Change-Id: I897f71e5ae4d2368d5d3ced60d90fb1c833fa376

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [961ed635515a346a4395b4abf29675e121ddd8ab]

        show pointer_move arrow when passing over an object boundary
        
        which removes the guessing you have to do when trying to find the edge of a
        pres_obj in impress after text has been filled in and there is no visible
        border anymore
        
        Change-Id: I470caec90cdeaa681da70f8ec3044c1d6d232a82

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [b0edae7879175dde107518ece3683a077039882f]

        Add a 'Test' button to test the machine's OpenCL implementation
        
        Does not yet do anything, but will essentially run a "unit test" of the OpenCL
        functionality required by the default subset of opcodes.
        
        Change-Id: I230f6232c90562ea56057347fb0dc088f98c215d

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [a177c4c77236617fcdb34c89ea2746614a232051]

        Avoid overflow
        
        Change-Id: Ia80682aeb87225b9bde7398186e121b1d3bdc2ad

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9ffb35db571f1d91bde2c8df79fbc11ddeea6497]

        Rename Activate... -> Attach...
        
        Attach is the new one we are going with & offers nice contrast with
        'Detach...'.
        
        Change-Id: I4578f4c7b9d989e41d433d7c8aa96a9317aa6919

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [f542ad9f3022dae7439856dadb0130d66f51929a]

        Check that UNOIDL enum has members
        
        Change-Id: I5b362ad374dad5fd4a79b8a7706defb749e25eb3

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [55cc5a146d72b4f20d654d87d246caffbd783c20]

        Avoid overflow
        
        Change-Id: I4afe86dc29788a7b2d2d9c438f182726f80b1cbd

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ac6acd2a902a2cd2b64458b24b803993ebecb75]

        Unnecessary casting.
        
        Change-Id: Id7d9b28921e96842df1e7c0d735dba4d3dbb6156

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [7f4222a5a59a8ccd8fcc5a56ed521bc0a9655737]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I82cfe96c4081afbd43fa1a9c41a9a92433f6bdb1

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [cddc69f6e51d2c77214337308ceccf0a72bdf3e5]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I7f2dede9171f7478467a83ea000baa7da85aeac6

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [69183fd1a26d7f5e2b04fcc492ee02a5dae71550]

        WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'
        
        Change-Id: Icff8f89f64f335d8601ced11c83d4d30c2abac18

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [ce239f392cd22a9f5ca7146272fc020395f865f5]

        RANDBETWEEN is supposed to return an integer
        
        Change-Id: I82e7963b55cf2ab28c193f40fe8f30e097364653

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [4066cc6bcba2c2e8d9529a2557870e384756a098]

        Kill check-merged.sh, 'git cherry' actually gives better results.
        
        Change-Id: Ia4163f77f5267f6cb714369fc9a4cfbb901019df

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [4bf891dbc2ca11c5990a71bcefe771b9ce813074]

        windows opengl: Share the contexts as we do on Linux.
        
        Change-Id: Ic58cca612cdf8f73170c18573917465bf34a187c

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [e6592aaa5c9b0f83bf948ce8a2e1ab5029cc3ef5]

        vcl: remove old GetOpenGLContext method.
        
        Change-Id: I1959b2e4aabdee92472fed31905fea44b989230d

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [878cea9134768cadfc57fe70baeb4b9a8bf4dfbf]

        windows opengl: Provide the context to textures everywhere where we have it.
        
        Change-Id: Ib820326fdc752d0893840bad3eb7f1369469f796

2014-11-18  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [fef950f828f6e6da844f3a11ee72d9cd628b1474]

        vcl: Unbind framebuffer after setting offscreen mode
        
        Change-Id: I057b148f51c8f011cb013e1f06288aec4d9bdb2a

2014-11-18  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [89ec42e1d11457c0855a84d1ba651964662140fb]

        vcl: Execute pending operations on source when copying bitmap
        
        Change-Id: I8a6a5ffe71c9e5f16533fd1f0944d4fd2a051c73

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [21cf443235bf6579959988edee325e8332a42f9f]

        No need to cd into instdir/program
        
        (and it is confusing if you pass a relative pathname argument to the program
        you call via bin/run)
        
        Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [af20dd7b50a8bd48972aaf380a26169d85a02022]

        check-merged.sh: Fix an obvious typo.
        
        Change-Id: I4761c730df5f418060697458b604c602713f4a0e

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4cbe6f95e00d7a8b796b019a97d06e3b3ad52b47]

        Simplify DeleteCells to not require 2 out parameters for the same thing.
        
        One can easily get constructed from the other after returning from the method.
        
        Change-Id: Iafc52efa7714b7cf4d284effda8034cb6f36bf91

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [33751e97642c190dcd8692c46b4df2e7dce504d1]

        Extend the test to cover insertion / deletion of rows.
        
        Change-Id: I9c5f46af446f8384265d91ce5dfe269e7a090d09

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1acc10db8c6fd413567ced4feb2543ac8f150eb0]

        Register group area listeners as needed when inserting/deleting cells.
        
        Change-Id: I583ace5d134d526d660d4ff0bbf4a16aa10cbe5a

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [087b6041794a6a04c2e957ebf9a03fd223fa0fb3]

        Unused local variable.
        
        Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bdc2c32f41ca6ca011ba68200ffde23a0740fc85]

        Regroup formula cells in columns before initializing them.
        
        Because the initialization of area listeners now depend on the grouped
        status of formula cells.
        
        Change-Id: Idf61f57387ba62c57d87030c16544bc07836826f

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [930af2a8ed2e6154a13886a8eabfd1920161b1d3]

        New test for testing group area listener behaviors during formula pasting.
        
        Change-Id: Ie0c4e39e30a33ec5390c03221950d1cd01549c15

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01a50d8e15d286ee35b7dbff0aa2724137351a50]

        Rename these to make it clear that they are only to be called from ...
        
        ScDocument::CopyFromClip.
        
        Change-Id: Ia95b65ca7982735b9c217a7b60d194117d64e774

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6b4e767cf90e4f384a6b3dd43aa51c09b500b97b]

        Use group-area listeners during copy & paste if we can.
        
        This should reduce the number of area listeners generated esp. when
        replicating tons of formula cells down the column.
        
        Change-Id: I1ea8f51f667e6b0e1a646f84d79f5e8430b478d5

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [627bfb4e664a3fde23c06aa4dd0809de84ec97c5]

        Avoid unnecessary broadcasting when deleting cells prior to pasting.
        
        Change-Id: Id224fd6fdb804350e7e00634db802e80090ae6d7

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [de0b80aaaf1a01ee6106e7e63ef3d8e32a164f24]

        Rename methods whose name no longer represent what they do.
        
        We now do all broadcasting at the end of CopyFromClip, and nowhere else
        during pasting from clip.
        
        Change-Id: I1cb2c529f127d6e4080e49e4827f048ce5a19f95

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [550f0797e64e38a4ef5721857f5057f692680118]

        Avoid area listeners and such during formula cell paste replication.
        
        All formula cells get marked dirty and start area-listening at the very
        end of CopyFromClip.  No need to do it in CloneFormulaCells.
        
        Change-Id: I9faf48fd722c2ebcf4b74d5e523317b5d9c71a22

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34c8c0bb878be82a25cdaf1d7e623843f00fed6c]

        Send broadcast range to the area broadcast slot machine.
        
        Rather than iterating through cells in the range and broadcasting by
        cells individually.  This way we can take advantage of the new group
        based area listeners and it's much faster this way.
        
        Change-Id: I8a4b49bce69d89b5b4698790befe4390871c755d

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c55a5b242585824d3c6c217f813dc9acfc3228b2]

        We don't need 2 variants of this method.  One is enough.
        
        Change-Id: I001c388669737e9cf1d92f1fbb1e64fb9f4b05c3

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2030b9ac6c68ba6f15b0283e0b4e57ae49bd67b0]

        Dedicated listener type tailored for formula groups.
        
        Right now, it's only used when loading an xlsx file. But eventually
        this one should be used everywhere.
        
        Change-Id: I216c3a9a33c4b8040e8284d59299e0637471fb50

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [192f6a41444b62feae03185975c120f770e2938f]

        Reduce duplicate broadcasting done when pasting a range of cells from clip.
        
        We do pasting from clip in 2 steps: 1) delete the destination range, then
        2) paste the content onto the destination range.  The old code would broadcast
        both during 1) and 2).  This change consolidates them and do broadcasting
        only once at the end, and also avoids broadcasting the same cell twice,
        which the old code sometimes did.
        
        Change-Id: Ic524c2b70888ce158619d99cbfb55dea85870497

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e969c131a2d8ca21d32e5caaa302ee904021a1e5]

        Differentiate shared and non-shared formula cells when registering.
        
        For now this is just for a pure redirection, but later we'll use this
        to do a different area listening registration for grouped formula cells.
        
        Change-Id: I8e68bb53c3e96821175ae562ef36ec5e800c8688

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4a43b77e84708225b94197c0c595ed2a03bba7b2]

        Add a means to dump the state of the area broadcaster slot machine.
        
        Change-Id: I158307de667dbe621376dfc01adeef89aa12faaa

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [43f81d78a59fa46ef2ab4e5f0bf1bee1f65afe59]

        Make these non-inline and add the const version of the getter.
        
        Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a2bdea073c22781762472caad3cf66c7d13e2b7f]

        Unindent.
        
        Change-Id: I3c644b6ff9916f6ec99ff6208ea073dd1612b4b3

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d21cbd9763bf04071fdeaabd79f469f75e1d0dc0]

        Optimize area broadcast iteration ...
        
        for cases where no areas are marked for removal, which I believe is mor
        common use case than others.
        
        Change-Id: I3f53fb5e6ab4a9172e358bec0c71289d1e92ac19

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cc35f07019d2aa55de3af5c028f62756f2648aa1]

        Scope reduction.
        
        Change-Id: Ic0cb74d220dccdcb4f607f4883b9b7fdf86bb080

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e392f758b141d731e1743a49086549ed27bf0617]

        Move this code to the context class.
        
        Change-Id: I387dba24993d418a2b3923eac992ad2506229704

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ff5aad0a26aac46a3a540ac6ed2b7eca4a8cd23d]

        Speed up pasting of single row onto multiple destination rows.
        
        This is an extension of the earlier paste optimization of a single cell
        across multiple destination cells.
        
        Change-Id: I3a60300d3d0e11420d997bea8f7f540e948f56cc

2014-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [136eed0f538a7b647323773c47a692d65f5b2ae9]

        Make these methods non-inline again.
        
        Change-Id: I34e18fa1607d56351e1c3656b1f37a823b7a5609

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [8c27c4acee4faa3383629c66b6c46a2e9973be50]

        Pass by ref
        
        Change-Id: I88def7e41a31948d1d7205cd5522b63de6be5f80

2014-11-18  Michael Weghorn  <m.weghorn@posteo.de>  [8c36dc2cbca36e8adccb6fab648f1910882280b5]

        sunjavaplugin.cxx: extracted function for Java version check
        
        extracted the (duplicate) code which is responsible to check the Java
        version requirements in the two functions
        "jfw_plugin_getAllJavaInfos" and "jfw_plugin_getJavaInfoByPath"
        
        Change-Id: I8acb198c4b4aaee77dc84bc42ff1fc2e0da2aba7
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-18  Michael Meeks  <michael.meeks@collabora.com>  [a074320cb9bc9abddbe6b5c181377fe8c77ee441]

        Thread excel table row/column format finalization.
        
        Change-Id: I6ddc0270831989291893b170d57fea14329a26ba

2014-11-18  Michael Weghorn  <m.weghorn@posteo.de>  [7bd4d1e9180e8c380e634bc231286034db151716]

        remove duplicate code line
        
        Change-Id: Ia1e9d2b31698db23029e4dd5f0f7659acff5d30f
        Reviewed-on: https://gerrit.libreoffice.org/12951
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [60d34e1c840d2c317bb7d0a5b14f4602c22b3fcc]

        coverity#735517 Logically dead code
        
        its possible that this was the original intent, maybe
        
        Change-Id: Ia7ab679b84f16ae7aab201b43eb69ce6a693c0f2
        Reviewed-on: https://gerrit.libreoffice.org/12392
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [a81a24b6a33fca9a750077d9160ebb8316b2fb26]

        Bump the minimum group size for OpenCL to 100
        
        Change-Id: Id877823d760236bb731900711e3260a29c5c6871

2014-11-18  Tor Lillqvist  <tml@collabora.com>  [9dab243b69fa89766f7952923a409b32aa693f67]

        Mention how the new OpenCL configuration relates to this API
        
        Change-Id: I0e5b8d7a6cca469efb263d0037b87e0a9475371e

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [63d8977f9fb0618d36dc8e0ee2f8068b1af92fe6]

        fdo#75757 remove inheritance from std::vector
        
        For TextDoc, also removing ToolsList
        
        Change-Id: Id818f61f562317ce106414937253f1748a33315a
        Reviewed-on: https://gerrit.libreoffice.org/12454
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [df9efbd53d148c713f7d5c391ac06d873b9b4cc1]

        coverity#440589 silence Write to pointer after free
        
        Change-Id: I85bb3b8cb0ba25e5ebd0a0fff84bda51792cc743
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [6d2e4740a5fbfe8cbf1157a439b73e1bf177c071]

        Assert that typelib_typedescription_release will not destroy pTDR->pType
        
        ...which is dereferenced a few lines further down; this is in preparation for a
        commit addressing cid#440589.
        
        Change-Id: I3428216258d928473f85ecd4d025c352c8c83ea0

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [11b0ce9bab436eec81534e9a82bfe76e69b0cf41]

        cid#706201: No need to call access prior to realpath here
        
        ...and thus silence a TOCTOU warning
        
        Change-Id: I17f36181946616747d84aca6d43e44d180dc8741

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [0bb0522b21cd0f43c295606d63059730c04dab14]

        Move remaining static vars into the properties container
        
        Change-Id: Ic52213fa73290508216fa9d2c27805e2afe68747
        Reviewed-on: https://gerrit.libreoffice.org/12488
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [3fc4449bfbfc52dce5d107479520848b1c9dad79]

        Move static pSpecsSubLines into properties container
        
        Change-Id: I0ff8ab2c36960a5b9b8108269fca88b325d001f6
        Reviewed-on: https://gerrit.libreoffice.org/12487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [6a4b21f373739f6aac9a7c4cf70838c265094414]

        Move static pProgress into properties container
        
        Change-Id: I0e2843327173b9459b1b5bf73277b106c495ecef
        Reviewed-on: https://gerrit.libreoffice.org/12486
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [fa0f753ec87d279c82680ef661fc47a81e315721]

        Move static n*Pixel* into properties container
        
        Change-Id: I37d932ceabf50ffad2953d32309a668dbde1469f
        Reviewed-on: https://gerrit.libreoffice.org/12485
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [69881c0fabe1c37d3564735d13210d1b14e8b153]

        Move *RetoucheFly* into properties container
        
        Change-Id: I07c1751848c55c12bad16735b7f83ea07b150080
        Reviewed-on: https://gerrit.libreoffice.org/12484
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [86662e137726ce7f13da9d116b9ce97e374322fd]

        Move bFlyMetafile and pFlyMetafileOut into properties container
        
        Change-Id: I88b9a193a790fd1985bdd0f83d7b75993a746c0e
        Reviewed-on: https://gerrit.libreoffice.org/12483
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [7b2985edba87c8b4c081611beeef0d597a826032]

        Move pGlobalShell into properties container
        
        Change-Id: I10eca8c422f8242a892a0c6608a874ed8a37dd46
        Reviewed-on: https://gerrit.libreoffice.org/12482
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Noel Grandin  <noel@peralex.com>  [f5d1368659fdead1ae7ff5dc625a8c0d56d4da9a]

        java, wizards: remove unused local variables and fields
        
        Change-Id: I77dfcaae8950397e0f22c9a3e744e744055b6cf3

2014-11-18  Noel Grandin  <noel@peralex.com>  [a3a57bebcd761a0c0910e482ffdc4a3f11cbcde5]

        java: fix some raw types warnings
        
        Change-Id: I0e00739ac36ccc8704ad3c4e4adfa377a6b01f43

2014-11-18  Noel Grandin  <noel@peralex.com>  [b2196c1426af30855e7ff124351d4026ae33367c]

        java: remove some unnecessary casts
        
        Change-Id: I30f316ee87bd8fe4bc56f6e928fb36d3ab0c8e94

2014-11-18  Noel Grandin  <noel@peralex.com>  [0063cf285696951e336b9cec1da8881997b286ce]

        java: make fields final where possible
        
        found by PMD
        
        Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [250391009aec9930abcc57930ddd4b6f56f4df9c]

        Move pFlyOnly into properties container
        
        Change-Id: I64dcaba589f77cc5bd9241c6adb34dbe029ad9f1
        Reviewed-on: https://gerrit.libreoffice.org/12481
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [39fe63b8b998894f4f7c3736188bdde1b4cc6c71]

        Move scale factors inside the properties container
        
        Change-Id: Ic2417796d1e1cf150124ede660b53d3a01d70aab
        Reviewed-on: https://gerrit.libreoffice.org/12480
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Maxim Monastirsky  <momonasmon@gmail.com>  [cf26921658c0905a4d2dda13f91e3db99c76ade6]

        fdo#80280 Don't add items with no bitmaps
        
        Change-Id: I625aff5d2dcae0b1491fa77b04605d4579ec8530

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [7ad6eb2c9b0b6e7f6d3993d293d8ee0cf3dcbc7f]

        Remove dead code
        
        Change-Id: Ieac5dec327f5203221e31c50d679ef3ffa1ce8e4
        Reviewed-on: https://gerrit.libreoffice.org/12479
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [612a5f54015eedf832ce1d0ff9062ba819976ea6]

        Make const variables const
        
        Change-Id: Ib29fa559028327ffb8835daf271da0769fecaa2a
        Reviewed-on: https://gerrit.libreoffice.org/12478
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [b66f1edef2a64803b8ebde913c26a3c0727e9186]

        Put properties in their own structure
        
        The structure will be the entry point for static variables in latter patches
        
        Change-Id: Iaa072591b1c900598c4f8ebf386e9b51342967dd
        Reviewed-on: https://gerrit.libreoffice.org/12477
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Mark Hung  <marklh9@gmail.com>  [29a91e4739496e1db5995fdece6a3ffa89e42774]

        Fix outline numbering for ooxml import filter.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/12519
        
        Change-Id: Ifd8a562bcee4f57cc99ed3215e6d8d6dd95216b0

2014-11-18  Stephan Bergmann  <sbergman@redhat.com>  [24714f5eaa08016da3f8a74f4842b25eb37ad814]

        Fix memchr checks
        
        (thanks caolan for spotting)
        
        Change-Id: I17093b4173b9a2fca2760240375bcb14313224ef

2014-11-18  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [04d4b703a0cad67ddbb149303e73bc722cd06884]

        Apache Commons Codec 1.9 at least requires Java 1.6 and non debug version
        
        Change-Id: Ie7834a908c8b19cfa46d71ff6fd712e10bbe8fbb
        Reviewed-on: https://gerrit.libreoffice.org/12115
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ebabf6d1fa648d62dd63529e9fe64dcb631caee8]

        fdo#86018 Don't do anything when clicked on placeholder in statusbar
        
        No idea why this code got executed in sw, it has no action in sd and sc.
        
        Change-Id: I1d2b4b049f6ae6d117e7bf3464ae993c6951f1dc
        Reviewed-on: https://gerrit.libreoffice.org/12314
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [3ec607fbb2bc98924126a0098fbef88c87305ddf]

        fdo#86086 addition of number format submenu and simplifying items
        
        Change-Id: Ic65cb86872241b0b9425e65883a75b1e7382522e
        Reviewed-on: https://gerrit.libreoffice.org/12367
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [7a0b2698b4f92cbc64869e4ff34bcb2fad9e1c98]

        fdo#86209 reorganized the view menu in impress and draw
        
        Change-Id: If37554f66fd329818437863447222a5667740a0c
        Reviewed-on: https://gerrit.libreoffice.org/12421
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [2a29fa312cb71616ca90d71eb61c80d54e1cf086]

        fdo#81475 moving alignment buttons back to original place
        
        Change-Id: I10f9d4423ae039f304ff1e29e98eda21c961a93e
        Reviewed-on: https://gerrit.libreoffice.org/12420
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [4326108aa53838701f81600b3a979fee2b8ff1c2]

        TANGO: improve existing icons used in calc's toolbar and provide sources
        
        Change-Id: I03ea3037f40bd1a0c30dff456df3fe75978c44bd
        Reviewed-on: https://gerrit.libreoffice.org/12418
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [124f5f0d14e1609c4a70d0573f10b669506c1d6f]

        fdo#85594 moving merge cells to standard toolbar
        
        Change-Id: I73b199458e23ffafc269c9683ca30ec87b41f770
        Reviewed-on: https://gerrit.libreoffice.org/12417
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Michaël Lefèvre  <lefevre00@yahoo.fr>  [9e5a221f4e530873b19df1b280bb19124b8d8c68]

        fdo#75757 remove inheritance from std::vector
        
        Removing TextLines class by the way
        
        Change-Id: Ic491af976d61cac8e4b37857ff3a76570611d90d
        Reviewed-on: https://gerrit.libreoffice.org/12474
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [2c1bf30bda6b914611134317b652402e4488fd03]

        More iwyu suggested headers removal
        
        Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, undid one remove that was
        detrimental to loplugin:unreffun
        
        Change-Id: I18d8252084d828f94ef7a954e1dbfb45743d7970

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [18db9ba9891df7c909dc1f67bbfe9ef25620f816]

        revert change made in fdo#86040 as agreed on by design team
        
        Change-Id: Ibdf8ad1518751a1c811d4b8960a0dc66fb906910
        Reviewed-on: https://gerrit.libreoffice.org/12395
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [747ed5793cbcf7b7a98b33ba4001d0fe20812921]

        fdo#80838 rearranging the buttons in the toolbar
        
        Change-Id: I4452374d372ff49533cea4d07fc79c3adb730f84
        Reviewed-on: https://gerrit.libreoffice.org/12390
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [d72e987c545a56284047b5a70deea1bf99e55062]

        fdo#84909 add distribution selection to drawing toolbar
        
        Change-Id: I26ee0cb8529b0a1bea354d2ac003cfc1efb9ced3
        Reviewed-on: https://gerrit.libreoffice.org/12471
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [d38f7b74daf91ad47557bf8eca8946fd0ad97cf8]

        fdo#84909 more reworking of the toolbars in impress and draw
        
        Change-Id: Ib6cdda8081a567fed44b1b78973c9d0b7dc4c4bf
        Reviewed-on: https://gerrit.libreoffice.org/12470
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [62155d261117f1f99c9e494b17286012d9e6908e]

        fdo#82708 editing statusbar tooltip texts
        
        Change-Id: I3ac2e46f89d5c1e4decb6d6aaf8487663e904a43
        Reviewed-on: https://gerrit.libreoffice.org/12433
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [4b6946877788244c2b864e8b11a7bba7e9700ee6]

        OXYGEN: Replaced icons with icons from the icon set sources
        
        Change-Id: I169981bff95d93b1a08371c07278b3123374b560
        Reviewed-on: https://gerrit.libreoffice.org/12429
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [04ba979a24c6669462886421244ae311a859c88c]

        fdo#75256 Update sifr icontheme
        
        Modify the align buttons left, center, right block for better visuabiliy,
        new vertical align icons, increment- and decrementintent
        
        Change-Id: I5761272282bf586815bc1b7f2c85f1f0065d7fbc
        Reviewed-on: https://gerrit.libreoffice.org/12476
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [ce0390b8eceaf92d1435f8933e49b79a5e310aaa]

        fdo#75256 Improve sifr icontheme
        
        Modify wraptext to match tango, add missing sc_delete.png
        
        Change-Id: Ifa4622bd63675204d5e5e9c6ad4d89a1b783d542
        Reviewed-on: https://gerrit.libreoffice.org/12468
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [9e1afe84ec73b1eb183ca42204a518d6deede292]

        fdo#75256 Improve sifr icontheme
        
        Modified apply and cancel, new ok, test for rulerrows
        
        Change-Id: Ib5255a106390c72bb66bdd4d40e54fc0b33bb264
        Reviewed-on: https://gerrit.libreoffice.org/12522
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [3e3832afcc542f9be6387ebb5a7989abeeadac46]

        fdo#75256 Improve sifr icontheme
        
        Shrink and grow is the way to go...
        
        Change-Id: Ie8dfc18ef6b0b9f712dfc6684d0e75eb3b04f0f0
        Reviewed-on: https://gerrit.libreoffice.org/12505
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Matthias Freund  <matti_lx@secure.mailbox.org>  [fd498c34112a422dd2179b70526144b708eb5fcb]

        fdo#75256 Improve sifr icontheme
        
        Modify insertannotation, new minus and plus for the sidepanel, rename upperline to overline
        
        Change-Id: Idd3de965cb6be307bf3e8326b854084ad1a7c0af
        Reviewed-on: https://gerrit.libreoffice.org/12465
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1d9b9df02d36f3a4135480902e1517501bede6c4]

        fdo#76937 Improve organization and layout in Position tabs
        
        Change-Id: I55e08db1c4c32d0e2a1def293d1d42abb6717cb0
        Reviewed-on: https://gerrit.libreoffice.org/12520
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Yousuf Philips  <philipz85@hotmail.com>  [36b6db7676ba73f87c2c707826aec2500a59bfe7]

        fdo#86289 rename 'Page Preview' to 'Print Preview' in toolbar names and popups
        
        Change-Id: Ifb4254a044b1aa15b1c3e09d7f662daaf6eb61d7
        Reviewed-on: https://gerrit.libreoffice.org/12502
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Douglas Mencken  <dougmencken@gmail.com>  [4353fafaf97b6a086fde1e51520f5d205ae90be0]

        bin confusing comment
        
        Change-Id: Idedad17ed2c89613a3f5caeea39f5c47c9856114
        Reviewed-on: https://gerrit.libreoffice.org/12516
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [018ebd146d5d20593063976e3c7042ffd197b5af]

        remove unneeded includes
        
        Change-Id: I9ab6fb92aae51aa596a81f002087c92008fcbd8b

2014-11-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c080641d2f45c6b455d6a60836f53d054853fc53]

        fdo#76868 Add chi-square test Statistics Dialog
        
        Change-Id: I35c115a1f1cb733a0d6841596d8baf2e5ade4a1d

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [5c339be474c93c0bf42c593b48fd683ea4614250]

        tweak for future null deref warning
        
        Change-Id: I38590e08a6bd03a2ddfeda466b9cee7128c62aa7

2014-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b759504c9fb0e505b921c12c5968dba7cec7ae10]

        sw: no matching function for call to assertEquals(sal_Int32, int, ...)
        
        Change-Id: I3fc87b89c85bf800bfafccf1c379bc379ebba058

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [8921054fe8b819ef52d0e0b6aee84314677e90f2]

        Related: coverity#1242793 Untrusted value as argument
        
        why doesn't coverity consider that Valid[Tab|Row|Col] check the lower bound of
        nPos.
        
        Could it need to be as simple as naively looking for a ">="
        
        Change-Id: Id80f9d30b9166caef20b74569f7b50a569189d71

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [206d68d587ee106c1a51db8507268fdf21fa1ddc]

        coverity#1242538 Untrusted loop bound
        
        Change-Id: I663f70d6324c6dd42208aa3804edfe3680881ea1

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [07ec99d307925b33d13b40d9a0a44ef029025ecc]

        coverity#1242628 Untrusted loop bound
        
        Change-Id: Ifabdfab76279e4417642ce10cb86a43184b94629

2014-11-18  Caolán McNamara  <caolanm@redhat.com>  [5aa174b08489f1f217546966d2396bdf56842dca]

        coverity#1242631 Untrusted loop bound
        
        Change-Id: Ib034582fa4fa6e8149db2e45491230b4900c4d08

2014-11-18  Noel Grandin  <noel@peralex.com>  [757748180971ee9ecb5feb1bb6364844da9992c0]

        java: rather use @Deprecated annotation
        
        than an empty @deprecated tag
        
        Change-Id: I1646ce1c0c8823ac5be0153aeb8eb2b830e7ebfa
        Reviewed-on: https://gerrit.libreoffice.org/12525
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-18  Noel Grandin  <noel@peralex.com>  [79c6aff069a9593571226bb32e907f837a203b7c]

        java: fix some javadoc errors
        
        Eclipse was flagging this text as "invalid javadoc tags"
        
        Change-Id: I09e090c6cc49366191f96d34bd51f6ba68cf18aa
        Reviewed-on: https://gerrit.libreoffice.org/12524
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2608512056b706bab57e36765e15f5c00668577a]

        fdo#86131 SwXTextField::getAnchor: handle postit field with annotation mark
        
        Change-Id: I3881c4577375a2eda053f64800d0991de6f009ad

2014-11-18  Noel Grandin  <noel@peralex.com>  [dca29d672a7a908972fa2735a44fa51fc75c2e93]

        loplugin: cstylecast
        
        Change-Id: I939e4af2ca27b34f78d079bb1e209d9b118eed01

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [cc02d84421182c70f1efbb24d1bda749b1f5e422]

        vcl: rename ImplAnimView functions to more readable names
        
        Change-Id: I47e888bcd08cadcbbd3788b264a478c56af4d063

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [abce63857daf59fcd9d8287bcf59e784e3b33b98]

        vcl: make all members of ImplAnimView private
        
        I'm making Animation a friend class of ImplAnimView. Nothing should be using
        ImplAnimView other than Animation - so to enforce this I'm making all member
        functions private. This is part of general cleanup of vcl's Animation.
        
        Change-Id: Ib4746d31c14b1b2caeed61cae99c61fca0e02abc

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [b5dd21e11fd5f27527bdd70c4aab400561c77305]

        windows opengl: Use the updated DrawMask to get nice text with OpenGL.
        
        Change-Id: Ie4f08575848e76159af86d44e10f24fa383930fb

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [66b170230d41a9b35a86962b953d898d78a9a324]

        windows: Improve logging.
        
        Change-Id: I15e6d240b3c94af07e9b39cc16efb581869729f2

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [3852d46941107c0ad596cfc0fe9098433292994c]

        opengl: Do not check for OpenGL errors in a loop.
        
        Can lead to an infinite loop.
        
        Change-Id: I09863959719115aec23534ac72a9a9690af3aeb9

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [b829f8352c85593c209ba0f44d83da3a126058a4]

        windows: msbuild gets completely confused when the 'Platform' envvar is set.
        
        Change-Id: Iea04859c6afa203bd6b527b99c680ff4176cf9e1

2014-11-18  Jan Holesovsky  <kendy@collabora.com>  [e423113497bb0b69f6ed3a390feab174cfbc730c]

        pch: jpeg's headers conflict with INT32 typedef when in pch.
        
        Change-Id: I02b8fa22c11895d00e29d93b25397af676e3edae

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [0f1be97ffb10f298f3d9805a685d99eb948b4732]

        vcl: fix tab spacing in ImpAnimView class definition
        
        Change-Id: Ic9863ba0d57e4505ce182c5ccc7855f4797784de

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [0b8f49366a4d37343245382ff90c74b4166d2ab3]

        officecfg, opencl, calc: readd comment detailing what the OpenCL values mean.
        
        Change-Id: I8acff5eb524de477935d06942ab0c9335fbc50ff

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [414c2e2d5ae4c47865adf0338ef7e117fbb8775e]

        vcl: initialize data when XGetWindowAttributes fails.
        
        Change-Id: If6fc99483c06efec9a600226a09ead9a3f6dab59

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [1c20a126d43ca34332f050f6eb847621de99e1b0]

        vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.
        
        Change-Id: I6465c548ba5d50da2cca7cce24e9bd2a20b28f47

2014-11-17  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [95017eaf851c6b97db38cd226b6bea661e73dc60]

        vcl: Fix DrawMask implementation in OpenGL backend
        
        Change-Id: Idc0bedaba5a4cea351f131d402c2b1093ac1c53c

2014-11-17  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [2d12d89632e6939b0d34af3b8830cbb2b0257629]

        vcl: Implement drawing of transformed bitmaps in OpenGL backend
        
        Change-Id: I79717a608f33050b84244e378a6e51bd3be29232

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [bd14a48e414f4f04cc1b08f5ac29c403f161d69d]

        vcl: always use the default windows' GL Context for now to create bitmaps.
        
        Change-Id: Ie20b10656788113709b0b0720d3cae2653639d78

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [dfeaee01a30109883e41f45faf28fc247dadb3b2]

        vcl: copyBits should operate on mrParent if no context supplied.
        
        eg. OutputDevice::DrawOutDev:
                    mpGraphics->CopyBits( aPosAry, NULL, this, NULL );
        
        Change-Id: I0b041bb5aa6aba573b9f589842084722481cb438

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [5b14cd7d8d293365ebc03ee1442610180c07ab8d]

        vcl: make OpenGLContext::makeCurrent unfeasibly faster.
        
        Don't set the same context if it is already set. Apparently this is
        something that is unbelievably costly on Windows, and very costly on
        Linux. Instead check if the context is already set, and don't re-set it.
        
        Change-Id: If4fed3e555e1388031446be76d6fdfde5b9f13e5

2014-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5fffe5e5ece8ab130c9024bd1f04f1d08a8e01c2]

        Build fix on Windows
        
        Change-Id: I5c24856bfe48646bc0e9cd00f0849a5db12dfef2

2014-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2cd24526e7e806b279b5d85f89a932393b65bd0a]

        Build fix.
        
        Change-Id: Ifa6775384993900980c93df88162143aa7ac0a08

2014-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2dff8ff29583526920e017fc86b5e2a51b4d6c30]

        Build fix on Linux.
        
        Change-Id: Iea96991a3bef08c17a8a0cbc347408dadc0061af

2014-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d7282fa8a2c6075ae838aaababe47a1e6513d74]

        Apply pimpl to Fraction.
        
        Change-Id: I60eb597a6374b807b2264af6d5841a42e9b1c0f3

2014-11-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0348341f5ef8b92ed26451e90e42355bdf83e2f3]

        Make these methods non-inline.
        
        Change-Id: I0b24e34dec6c452659b224b45a6849dafe708c3b

2014-11-17  Andras Timar  <andras.timar@collabora.com>  [07a086feaf6d045849cc6474ffe95f61b9021fa1]

        Updated core Project: translations  154fe50e9789ad67a6eadaa5d4290372720afe2f

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [96b524cdd639b57c875eada551e267654f2a83fc]

        coverity#1242891 Untrusted loop bound
        
        Change-Id: I5859cef0fa6b9c49225c5d7b073bcbc521734854

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [5d0da4db5a8c7a76f83c4db60e4577bf2202ed9f]

        coverity#1242824 Unused value
        
        Change-Id: I5f53e538f8f76c337cda8b90fcf4ed717ed2476e

2014-11-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b1bd96e70230e498ea1c76388a684e5a5c3cbff4]

        fdo#85542: fix DOCX import of overlapping bookmarks
        
        This was broken by 345a3a394e082595924bf219796627f6c00ae2dd.
        Kill the static variable and instead have some more state in the
        implementation. Still not ideal, but at least fixes the regression.
        
        Change-Id: I562f7d88a1983bd0ec2e01d6bb1e4a53551d0953
        Reviewed-on: https://gerrit.libreoffice.org/12491
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [ed2c3a53853fbc4df843c10aecbfa463b6a67475]

        editeng: Avoid calling expensive getLineBreak() if possible
        
        ImpEditEngine::ImpBreakLine: if nMinBreakPos == nMaxBreakPos just set
        nBreakPos to the same value directly.
        
        Change-Id: I4544cb6c56f68071cba739260161bb24ef5a3f7f

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [cc00f501b8686ae5a4f7db2a1546af9e04e0eab2]

        Missing include
        
        Change-Id: I767b9300568971c09c058347a9bbb66108dd792a

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [87c51f9b75198503633bc30f40b73f40a40fc72d]

        Remove dead code
        
        Change-Id: I1edce9e336650cc3317de8883e08fb6536c58c70

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [f7bd3531cca1fc6cde8a3b2be65d29bf71c44feb]

        cid#1213388 etc.: Make reflread.cxx more robust
        
        incl. revert of and proper fix for 8f69c7a11bf31f7134caf4e03fbcd4c6ef86382d
        "coverity#1213373 Use of untrusted scalar value," the data is tainted after all
        
        Change-Id: I19e4d544ccf6d02afe8d6e441cae6bbdadb8a6be

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [a7d798e35e084e4c65798b016a88b215a745530d]

        Work around warning C4702: unreachable code
        
        ...introduced with 82d08580e368afbc9d73da3613845a36a89b0a8c " switch saxparser
        from expat to libxml2"
        
        Change-Id: I4e214fff0f3650b44f299f112b27c607c7936c03

2014-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c03b691a7cd8eba128204c851b99e0b75c580c0c]

        DOCX import: handle <w:numId> from parent styles as well
        
        Without this, we may miss the <w:numId> of a paragraph and set no
        numbering style name; and that leads to not restarting numberings when
        needed.
        
        Change-Id: I9a4896266c5b7f1d7cc2adc43b84e227c004da7c

2014-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [521185705d062e9526a8a3e0bc485c943e83eb0e]

        CppunitTest_sw_rtfimport: indentation fixes
        
        Change-Id: I696489a60729426b9b14df6c9e79a2d8247d21fb

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [d388ef0b3b4eeca17580e19014cc148cd98de61f]

        Blind fix attempt: include <osl/diagnose.h>
        
        Change-Id: Ic734b56852212d4cee352fc3669dbb16838be8ae

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [9f072ee847164ae628d6378d30e27cb5022ce437]

        don't reuse old var remnants
        
        Change-Id: I1074d0431695ec21e22cdef334dbe419763e7ba2

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [d93c89ddf564d0445f28e0ba552ba94975d40f2a]

        officecfg: set VCL.WM.ShouldSwitchWorkspace to false
        
        It's quite obnoxious of applications to switch virtual desktops, and
        i#45160 / i#96684 indicate the main reason for this was to avoid crashes
        9 years ago; let's see if we get any crash reports with it disabled.
        
        Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [ab2e6c659ed79c911f1d995567d5162b3b807874]

        Add a bunch of allegedly common opcodes to the default subset for OpenCL
        
        RAND, SIN, COS, TAN, ATAN, EXP, LN, SQRT, NORMSINV, ROUND, POWER, SUMPRODUCT,
        PRODUCT and NORMDIST.
        
        Change-Id: I9619a9a3b022fe00e53bf82735e160a2d449f105

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [eb6d27321d2d5f9d069c4a3cbcc9bc6e5b4c98ab]

        afl: divide-by-zero
        
        Change-Id: Ided311873f654c0f40dae57c8876a6412ee97d3e

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [6ca5cc5b1aea3c7dc9f8c5f96eb9b9237430278f]

        help coverity out with empty()
        
        Change-Id: Icc28a0f0f4afcbda9e595fa753494a8161f82d4c

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [a7d26c9f252f35eb18d8ab2900e4a6f67ca2e875]

        coverity#1242859 rework to silence Untrusted loop bound
        
        Change-Id: Ic30dd457b0f2fdbd13aa1508f97cdda6364390e4

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [6b709b27b3552ced17b612b78f1c8cadc81f620c]

        coverity#735399 Logically dead code
        
        we can only enter the bAssumeExprLParenMode controlled block once
        because the block sets bAssumeExprLParenMode to false
        
        bAssumeExprLParenMode is only true if the first token read in the
        method is LPAREN
        
        so we can only enter this block if the current token is LPAREN and
        its the first token processed, so the token can't be BYVAL
        
        Change-Id: I6e668fca4d127d7dbfe447e2d9f2231e05278a7d

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [9d3c54c981de898e79885d73103878555b13133b]

        OSL_ENSURE->assert where guaranteed deref follows
        
        Change-Id: I241e13cbf440c1a7e208c2646ded7bf2628ca25b

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [43d6da691fd23dd788f192f3e5f80676a7acc220]

        coverity#1242523 we just need a copy here
        
        Change-Id: I238756de13a5bd2711538cbd92e78bbae8fced22

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [0f83c393d34e879a6fadcc21faad5e9d3835637b]

        coverity#1242810 Untrusted loop bound
        
        Change-Id: I457f0f92dc32630e52efbb2bd068208a8570c5d0

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [357f9d22a0537a2af888d0b88ca3f1b2628d6516]

        give all the open-url scripts the same starting permissions
        
        Change-Id: I35fcb2d73accf20baa96b62d99be6d0a3ebb3ba2

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [20dab428f88066cdc54f64eaa65a7c098a250c76]

        drop gnome-open-url binary
        
        we don't really need it anymore, fallback to our own open-url
        if there is nothing else to take it
        
        Change-Id: I7a4e841a53bda30e29d48b9c34d24af085f1b4b5
        Related: coverity#706194 Use of untrusted string value

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [5208856b3ba586ef2e033ae8421fd35d00b47c94]

        document coverity#706181 Use of untrusted string value
        
        Change-Id: If8c80568175b3a5380ee78dda5ebd161c5dba2f6

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [60b3d8119cfe99dc0987178cdab0ff5dac8029bb]

        third argument should be SfxFilterFlags
        
        Change-Id: Id0a73ffbbddc7fd2b2190cc04f59769561f45dd0

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [639f6dcb1fdc5b1c0a6d5804324f9ff36fd989be]

        coverity#705177 Missing break in switch
        
        this is the "close toolbar" button on right clicking a toolbar.
        close toolbar continues to work as expected
        
        Change-Id: I436fbe9f133442136b6e60a1f6080926f64eaef6

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [bf5bb66fbfcb563ed4fdc0b99238fcb6239ffd9f]

        coverity#1251174 help coverity out here
        
        Change-Id: I07d6d0356ee0093f7f10a7dfbbc37a620205f37a

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [b21b723c7c6ee06439200631f65ab0a39d42bbb4]

        coverity#738972 rework to help coverity out
        
        Change-Id: I288eb5ba7a38844af1b517ae7480729c236ebd63

2014-11-17  Caolán McNamara  <caolanm@redhat.com>  [10bde6bcffc2caee731fe4c8f7f946eae6b496e4]

        coverity#704257 Logically dead code
        
        since
        
        commit 4939fe9653430ae002056ca1481aa1716da1b368
        Date:   Tue Jan 29 14:23:27 2008 +0000
            INTEGRATION: CWS dr58_SRC680 (1.32.188); FILE MERGED
            2007/10/25 10:41:26 dr 1.32.188.1: #i81396# do not hide rows with default height
        
        Change-Id: Id185ae2ee37d1db8aaab493f7fc6a81d93424182

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [d743004ac41c36cdbdcc31bf87b0736f0b468341]

        missing include
        
        Change-Id: Iac01fc756a74cbaeebd1d9a01ddea74bbaf18f4b

2014-11-17  David Tardon  <dtardon@redhat.com>  [06efeee90c6347c4f136fe057188ac04f40a0bb9]

        use already existing variable
        
        Change-Id: I3f2781e2a041845e732046ea591a15c9bb21f1a5

2014-11-17  David Tardon  <dtardon@redhat.com>  [e164eb5c85547a49c0bcbdbdf1b1cdc9726f3133]

        coverity#1251174 untrusted pointer read
        
        Change-Id: I894fc64d6ae6881347bd1379d2934654536a01cf

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [71fae5db27255fb51a25a307205a8fe76cc56b6a]

        Add internal libjpeg-turbo library to be used instead of libjpeg
        
        Unfortunately requires nasm - the netwide assembler -
        http://www.nasm.us/
        
        Upstream libjpeg-turbo is meant to be built with CMake on Windows but
        thanks to our gcc-wrappers we are able to avoid that.
        
        jpeg is kept mostly for platforms we are cross-compiling to. For now,
        it's used also for Mac OS X because jpeg-turbo does not build there,
        which should be fixed later.
        
        Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [65f41639e219470c80f896129731f9ed6f072b6b]

        vcl: remove AnimViewList_impl typedef also
        
        Another typedef that destroys code readibility. I've removed AnimViewList_impl
        because it's just a vector of ImplAnimView pointers.
        
        Change-Id: I97e5867e1a7aeae575e45989ba7436867da9c808

2014-11-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [725150f4ad8bcbe4c9706eea264238c1e3159915]

        vcl: remove AnimationBitmapList_impl typedef
        
        Severe overuse of typedefs makes baby Torvalds sad. :-)
        
        AnimationBitmapList_impl is just a typedef to a vector of AnimationBitmap
        pointers. It's used precisely once in the code - in animate.hxx. This just
        makes reading the code more difficult - too many layers of abstraction.
        
        Change-Id: If84892dc90220c7dfe8c071d629268efa226f069

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [c9518656afab37cf4c0389946c7a97478132bd81]

        loplugin:unreffun
        
        Change-Id: Ifc7377fe1bb68b21e462818248706f53347b39b1

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [f71aa1adc822d7886a060bf66d513478a029fa4b]

        WaE: unused variables
        
        Change-Id: I82570a716a0dba6c466bc754ce66ac53e7c17efa

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [46eb0952f1e2d75b427bdcd553c33027f1e44e8f]

        WaE: Unreferenced function definition [loplugin:unreffun]
        
        Change-Id: I55d6d1d403622e5ec04c29dd407274cf9db20c40

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [8b50d6b176e53c11762bbcdd767060550acd1bc1]

        bridges: get at least the x86 bridge to build
        
        Change-Id: Idd2f223e0c83e0a6a19e70bd677058b6899bf766

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [1fc7a1d532015c8dc3eb07ee9b600bb153e04073]

        cid#1254675 Uncaught exception
        
        just throw up hands in despair via std::abort instead of std::runtime_error
        
        Change-Id: I356932ed2d76558bb4febbd2ac0a7bb6ea27bd0f

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [c34322b5253db84f80fb936419769565e4c6d207]

        Missing include
        
        Change-Id: I1dbf7a73ec60115f11d3a5455de2871041cd1605

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [e6a441ccc19aacdde335c2282047631e0baf40cd]

        Insert some fairly generic fallback whitelist entries for now
        
        Change-Id: I1887a32aeef8097e3e8297d6bddc51179dd65127

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [fbe3a3cf6070caba35e0c7b8e6fffff15ed6136f]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic6a8f6435e00c7b679c58bdfe57da4555107787d

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [e9a7ff98800b820e2245a2b90a263ef8b60a459c]

        salhelper: include-what-you-use cleanup of public headers
        
        Change-Id: Ie778e541cecadeefc5ee5f30af9577a00c870a58

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [6a0fe37dec107392fbe468a35b89071b9a93d2c1]

        sal: clean up public headers with include-what-you-use
        
        Sadly cannot forward declare "struct {...} TimeValue;".
        
        rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
        was painful enough for now...
        
        Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [30f3b36e07ce37a3fe1909fb4b1419a00d2fdd81]

        sal: remove pointless checking for __cplusplus in public C++ headers
        
        Change-Id: Ibbcdb4a3f46b7491396a1b1c7b4cdc1af05f30d3

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [b3e5b5941f06dab1818e77b12ff0243eecf24601]

        bridges, vcl: turns out there is sal/alloca.h; replace #ifdefery
        
        Change-Id: I2eda8dab51e66af7856b55f2d5f297620e07ccdb

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [096c7e889f3b9bd42a81fb0216e2a68fb27159fc]

        add a script to generate a dummy library to "build" all headers
        
        ... to be used together --with-iwyu to track down bloat in headers,
        which are not always named in the convention that include-what-you-use
        expects for reporting issues.
        
        Change-Id: Idffda7d49cca43170717004d52779b4663de19ae

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [4213b9b38bd6cd498961536b82edcf9236c2f5f2]

        gbuild: print better file name for generated C++ source
        
        Change-Id: I7b028ff3af6c5cd6c48b4cf6095a16b57745db8c

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [8a8dd1c7d1be1332d1c6286a1074664a67839607]

        bin/run: add a license header
        
        Change-Id: I5461a0d4e372260623ebb8833d60a9dc318757dd

2014-11-17  Michael Stahl  <mstahl@redhat.com>  [3121b8b77e17d4ce5908d331c9bd3fb4ed8afa53]

        "#pragma hdrstop" looks quite obsolete
        
        Change-Id: Id4b01f02d5d90215164c07b8076498df65978fa3

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [1b3f795c8e993fa9a8b76f84292041d3d22523dc]

        suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]
        
        Change-Id: I28b52faa71bb198ee34ae4893e4610aa83773645

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [d8a8149e1550ca435b35a421b97070266914f49f]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: Id87af31e9b60d548959ba735b635ff3d154fc587

2014-11-17  Matthew J. Francis  <mjay.francis@gmail.com>  [e43f692ef908fd2bc180a5e16fb363ec6bb7eb09]

        fdo#85478 Avoid destroying bitmaps after VCL is shut down
        
        Change-Id: I1ece738e7f60b6bbbdc802339f8b9deec9396e1b
        Reviewed-on: https://gerrit.libreoffice.org/12469
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [0843ade74e5848c0babad509b10c334b01847be2]

        package: Do not bother with deflating jpeg images
        
        It takes a lot of time and we can save ~1% of size if at all. Rather
        store them uncompressed in the zip file.
        With png, we can save a bit more, although it's still only about 4% - 8%?
        
        Change-Id: I43a3e3812882e4ce85e7af9d0aaab454d98c4860

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [d09b6209f1f374b6069089d8583c9ee373e3c1e5]

        package: Do not deflate small streams in a thread
        
        Change-Id: Iae804a34f344aa793a6d5c13315f7bc1eb64c0a2

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [062cf187026f55001ab4661b89242d13c6ed71d7]

        ZipPackageStream::getRawData can be private
        
        Change-Id: I66cbbfb2aa6abc6c8ebe34d9ea69855436c23edd

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [7088166a67d1270f93ac15bccbc89343b2271fa5]

        Simplify input parameters to just take the sequence
        
        Change-Id: Ic2538ca8b0f7261064e1dfbf3884dd452003c797

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [a42aa52acbbff738a00299de172ca85cb001d840]

        package: Add possibility to disable deflating in a thread
        
        Change-Id: I4d98b6f8b3315b731206700eb65f08463299dda3

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [fbf714b45625c50bb1c736ef231b5dbbab0016a1]

        package: Finally implement parallel zip entries deflating
        
        For that:
        1, create ZipPackageStream::successfullyWritten to be called after
        the content is written
        2, Do not take mutex when reading from WrapStreamForShare - threads should
        be using different streams anyway, but there is only one common mutex. :-/
        
        Change-Id: I90303e49206b19454dd4141e24cc8be29c433045

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [db5552631b13e5a1d330929cd5093bd0f9894ec8]

        package: Call writeLOC always after putNextEntry explicitly
        
        Preparation step to parallel deflating.
        Rename putNextEntry to setEntry and make it a static function.
        We need to call setEntry before starting thread but writeLOC after.
        
        Change-Id: I99a9ffa7dc4c18b47c621847b48bf8469bfb789a

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [30f80f12fb1db4c9c6f19fcfda4e796891b6e03c]

        package: Do not use hacky bit 1<<4 in ZipEntry::nFlag
        
        Change-Id: I504f5c0c9aa9b655ffb53d9820a33677dad6aa08

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [ef8e7eabe1e53a99bbfeac0297faa9592cd18175]

        There is no XZipOutputEntry interface
        
        Change-Id: Ib8fa3351ba25416a13d6c8bf63bd5fc8e43703c5

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [3e3b8483d7866e96bc75ddda283416c6829714af]

        package: Use memory stream for compressing zip entries
        
        Change-Id: Ibf81dc3cd8a9a9da3dfd6ee6e587a522c4d56a44

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [3e7ab1ac1dc91544bdc58949ac62853b0ee33760]

        ZipOutputEntry: m_pCurrentEntry is always set
        
        Change-Id: Ib6a69a83f4a378df838b2231b9eba7fba49cd9f1

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [4d1cb2dc5f1cae97ea44bded3b68d57076e21731]

        package: Zipping STORED entry is the same as rawWrite and we don't encrypt it
        
        Change-Id: Ie3f8ac261a70c9a2b5182fc7d36938d0a46ec045

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [2d92a84a6aac37e34d1699fdebe0270468b4f746]

        package: Move most ZipOutputEntry's methods back to ZipOutputStream
        
        We want to use ZipOutputEntry only for deflating (and maybe rename it).
        ca13a9377e4a36436e4c82bb33648d0f3b6db6f5 was not a good idea because the
        data still needs to be written sequentially anyway. Otherwise it's hard
        to get offset positions of individual entries right.
        
        Since this commit rawCloseEntry needs to be called always; also when we
        use write&closeEntry because we don't call writeEXT in closeEntry
        anymore.
        Need to rename and add comments later.
        
        Change-Id: I03bd48ca6e108e6253a77a137746165909ca3c3d

2014-11-17  Matúš Kukan  <matus.kukan@collabora.com>  [15678e7483369fae400c3b289c85e63001b3d131]

        ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.
        
        Since commit 0c5bb3f42d38b3c16015dc0a45defd1b1dad4f92.
        
        Change-Id: I5511f9dc829aca42790f05cb8fb3ebd83b2acad4

2014-11-17  Laurent Godard  <lgodard.libre@laposte.net>  [ad91cfdcf256f5af159f2f18d3b83f17b91849dc]

        parse-perfcheck : add filename to csv results
        
        one can find callgrind output file more easilly
        
        Change-Id: Ic5019d5259a63ab23ed44d39baaeb7432690382e
        Reviewed-on: https://gerrit.libreoffice.org/12450
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [a5a307a6147c1dee5cf1ceda3ae823abc48f6366]

        warning C4702: unreachable code
        
        Change-Id: Ia0c8a1dff329bedc4084c104659f7777e15183ae

2014-11-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [82425621ed5a215d6ee1b010d5431692b051e19b]

        Change disclosure +/- icons to pointers
        
        Change-Id: Ia42e2bc5120be294bc791dd2e2f06dd1fc2a2c8a
        Reviewed-on: https://gerrit.libreoffice.org/12500
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [ed2dd9ea6a462eb1ee866d38371d9b84d7246efa]

        Updated core Project: help  23808726b1af61e0f7f8ada72899c23c0d442ad7
        
        fdo#80490 rename AutoSpellcheck and reflect its removal from toolbar
        
        Change-Id: If77bb61af25998e193e3e8f1ea2382fe2be4423a
        Reviewed-on: https://gerrit.libreoffice.org/12498
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [a64f00484d81911206bf383c98b6de7981213b1e]

        Updated core Project: help  d080ad69dcff1dc67ed10930b029df08229fdb2a
        
        fdo#79149 insert image dialog: rename Style to Frame Style
        
        Change-Id: Ibb16ba76d2d7e98f5dc19dbcc82e80d8c08b334b
        Reviewed-on: https://gerrit.libreoffice.org/12497
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [1e3463ece66f6658678005830fc3ee87c598e73e]

        Updated core Project: help  d08fb7ff77e5a054dc6005652159299891fc15ff
        
        fdo#85046 rename items related to recording changes
        
        Change-Id: Ia1068ed4590585cc9cc4a8ece29a761f61c290e9
        Reviewed-on: https://gerrit.libreoffice.org/12496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [37fd78cc9dfeeec07c5f5f7e4df3dcf142895d21]

        Updated core Project: help  5a6a67a35d9ff72d6723cc2e13d43bb6c25e81c7
        
        apply styles dropdown: rename More label and add info about pop-up menu
        
        Change-Id: Icbecb2063225676b6bf47a492a873ed5f6479670
        Reviewed-on: https://gerrit.libreoffice.org/12501
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8fcc9b63db3bed413a6d7b84390175ced005ea02]

        Updated core Project: help  47428b6382955d4f9962fca14e65d19bb5b99983
        
        fdo#85817 rename Document as E-mail to E-mail Document
        
        Change-Id: I4897c43ae12fcb317f04c1d982e213f061786e58
        Reviewed-on: https://gerrit.libreoffice.org/12490
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Julien Nabet  <serval2412@yahoo.fr>  [277a59c0e8f3fefc78a2bde659443dd81c368299]

        cppcheck: Return value of std::remove() ignored. Elements remain in container.
        
        Change-Id: I1e3bcb013d27c6f9a1484c9f1e23b63f42615b9b
        Reviewed-on: https://gerrit.libreoffice.org/12460
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Yousuf Philips  <philipz85@hotmail.com>  [d266fe13f60aab4975326eef5dc095c0f42ead48]

        fdo#86183 set ctrl+shift+e to track changes and reassign edit mode
        
        Change-Id: If1bfbc6686dd164eba9a705fbdb72fa0a08cdefe
        Reviewed-on: https://gerrit.libreoffice.org/12415
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Vort  <vvort@yandex.ru>  [e353ecd3dbbe773f114908a3fd77d4ed460f00ed]

        fdo#77268 SVG Import: fix null pointer dereference
        
        Change-Id: I47c591f3d8b61d60f1258db3515c6805bf42304c
        Reviewed-on: https://gerrit.libreoffice.org/12472
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Julien Nabet  <serval2412@yahoo.fr>  [952b968042e51ff3245a81cb6b970863a92fab5f]

        cppcheck: Same expression on both sides of '||'
        
        Change-Id: I89c758366c2140f0033c1006f6a03bbc17ea8096
        Reviewed-on: https://gerrit.libreoffice.org/12459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [f7393810a7b716be3a2c99c86dc9d78bd834dbfa]

        More HIG fixes in filter, svx
        
        Change-Id: I74df6b8221b4bb18791ec81af266dd58571c4c8c
        Reviewed-on: https://gerrit.libreoffice.org/12489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [70d2919e2d9543ccad8ccf25c827c4f4873af750]

        HIG fixes for vcl
        
        Change-Id: I7ab2aa906073f0ea09ca4e3e4ae1d5346f6e7616
        Reviewed-on: https://gerrit.libreoffice.org/12499
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Olivier Hallot  <olivier.hallot@edx.srv.br>  [21e8586eaed0ad646ed10978e1285ffb14cec0a4]

        Updated core Project: help  c7a50f7e051ca7ed0c6f63bcbc55a3ce25029b7d
        
        Do not make numbers translatable in Help contents
        
        Spare time and energy of translators by marking numbers non-translatable.
        
        Change-Id: I99846db2271e27761ecf5498ce1456b3adcd84dc
        Reviewed-on: https://gerrit.libreoffice.org/12493
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-11-17  Takeshi Abe  <tabe@fixedpoint.jp>  [e186db5257956a88ed5ed7a9db1867b44324252d]

        assert that no other types than TGOPER can happen in SmParser::Oper()
        
        TOVERBRACE/TUNDERBRACE belongs to TGPRODUCT.
        
        Change-Id: I34b23858fb70f38ffd82e373e16ab68632d6e303
        Reviewed-on: https://gerrit.libreoffice.org/12508
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [394ba4a68b618fb8bd3e76886648c559d90b8ba4]

        loplugin:implicitboolconversion
        
        Change-Id: I389fa692e4a8f99d8de21cf0af3f2a7f0ac1a6f5

2014-11-17  Maxim Monastirsky  <momonasmon@gmail.com>  [a4450fe6d06a138c1f3b1c43546a7246be8a26c5]

        Related: fdo#83572 Try to fix zoom mode button state
        
        Change-Id: I4e146788c3ab83f714bfb0aef1da018b038be64d

2014-11-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [acd78552de4179d869cf7061dffab22063466f1c]

        Add rtl::OUString::toUtf8()
        
        There is rtl::OUStringToOString() already to do OUString to OString conversion
        using UTF-8 encoding on a best effort basis.  However multiple modules have
        code where we assume that such a conversion is perfect. Add a new method that
        asserts such an expected success instead of duplicating it at multiple places.
        
        Change-Id: I0e55b53f558df82b67af6a463c8144655cf0ca74

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [e47b43f4c2fd2a634469b3f2797352d0e3d09ca3]

        -Werror,-Wunused-variable
        
        ...since 286e2f5c6ec829bc0987b1be7016699f7ef03e5e "Related fdo#82953: Forget
        package URL of image after it is loaded"
        
        Change-Id: If4cc941353b72f555dee26d158aee7b15b359a9c

2014-11-17  Stephan Bergmann  <sbergman@redhat.com>  [272d330cec558040d87f8386aa7aaab67f8adab6]

        loplugin:unreffun
        
        Change-Id: I27ce8fc805f8b3fa127fb919a9c571de1aeef589

2014-11-17  Tor Lillqvist  <tml@collabora.com>  [0fcc1718e6cc8cfadabea9ab1344046b716f51df]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: I0eef8d71334a29a773aaff80c9d1c1ae8b9d9842

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [18c50cefd761efe71a5e6957422ed6f153e6ba34]

        vcldemo: improve my rather trivial inferred alpha maths.
        
        Change-Id: I420628cea2272d6f5af0b13b9c32902627dcf86f

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [691402155ef119fa89d1e09d3bde1f7d063a9941]

        vcldemo: prototype Alpha recovery for native theming.
        
        Change-Id: I27706b358e0567139cdd25186963cbff5fe3ed1f

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [50ab596fa526244dbb3115029a5e87464b939305]

        vcldemo: repair mini view, and add alpha blended page corner alike.
        
        Change-Id: I0c047a2b8940e2be76c94bf9de5423aa7e0eff8b

2014-11-17  Michael Meeks  <michael.meeks@collabora.com>  [9071acfe74a6b78a94d661076890b3e22d782601]

        vcldemo: simulate border stretching.
        
        This causes problems with the OpenGL backend; we scale up an 8x1 image
        to 8x500, but our fast scaling can't yet cope with that.
        
        Change-Id: I2c91c614167dfdebb53bd03564a577feff64da0b

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [8a68c3fecde9f688e07784e79ae661f821654453]

        coverity#1242630 reorganize to help coverity out
        
        Change-Id: I18124cd8d7aadbab22114fa9d38607b43862f9ea

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [8877a2fbf5b71c45fd8af308884f9f52e34d7e9f]

        coverity#982483 Dereference after null check
        
        Change-Id: I6098e597cb00fccff4cf4611a8ac82badf1bdf02

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [d7df2dbc6528cd91bb9628f9659605d4516f8d28]

        coverity#708662 Uninitialized scalar field
        
        Change-Id: I6b694659077abce4ca7c67cf0298c9b882a2b964

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [137a64367b2e232c9a159ce8fbad1ab2651c74bf]

        coverity#1187864 Uninitialized scalar field
        
        Change-Id: I80df95f70de515a0247827a89297cdfdf0399989

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [8652830eeea97c98a7b910651630c3c0d8c354ec]

        coverity#1251173 Dereference before null check
        
        Change-Id: I5fb5ef73a40162dea1356dde03ceaa75a65f842a

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aea2dbc319e1e1069d3af4bbc828eb0001cd6ece]

        Remove now useless setTextEmbeddedGraphicURL()
        
        Since this commit:
        286e2f5c6ec829bc0987b1be7016699f7ef03e5e
        it's not necessary to update the package URL.
        
        Change-Id: I25c829e9bc0c666838baf19cd60f19938ebb430c

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [db686e8ae12e4c554e24d0c262915fb1bf45525b]

        Logically dead code related to embedded stream name in SwGrfNode\SdrGrafObj
        
        See also:
        286e2f5c6ec829bc0987b1be7016699f7ef03e5e
        
        Since embedded URL exists until the first swap in these lines
        are not needed anymore.
        
        Change-Id: Ie6bf8efe7808cf42f20f7b4b3f8cb927555c0ea8

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b0c97aecb22cfa8d845cdc7d2764a4320b53baf6]

        Set back these lines, later it can be useful
        
        Removed in:
        9dc3b49c891fb9fe45c24de4b7e1e88fe400afe0
        
        Change-Id: Id8cee4e17d214ca0eaa5cd11dc25849e5f68851e

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a6e2e54c7e9ec5b852db3b3be578d79fda666601]

        Avoid DelStreamName because it can lead to image loss.
        
        See also:
        f811e628411bda29a76ebb1f72eb107ce67d27f0
        
        The problem is that more images can have the same stream name
        so we can't decide here when to remove one stream name. Better
        to leak in the storage as to loose images (actually we already
        leak here, so)
        
        Change-Id: I2c2afe87e024c2521fe22d62126b567931604101

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [286e2f5c6ec829bc0987b1be7016699f7ef03e5e]

        Related fdo#82953: Forget package URL of image after it is loaded
        
        It causes problems if we handle those imported images differently which
        are identified by a package URL, so after the first load remove
        this URL and handle images on the same way as inserted images.
        
        Some related bugs:
        * #i44367#
        * #i124946#
        * #i114361#
        * fdo#73270
        
        The image in the test document has a special ID which is different
        from that one which is generated by LO internally so after ODF export
        the new generated image URL is different from the imported one.
        
        Change-Id: I4e7d3490674c5f86bec5c7c6e1c975dcafd7c265

2014-11-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c454a0cd0cc7b315b1353b151a2e95654df72c69]

        Test for size based auto swap out mechanism
        
        Change-Id: Iff0942b9b545f27dd74b73bee3f8ac785539867d

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3ff1195cfab0199ebbfda1b1b4f72a78f3093b8]

        remove some useless SAL_WARNs
        
        Change-Id: I26ae7aaab0e2d1685fd9c961aba027e1399b6911

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54189d62363c577b57a7af77f5fadf42fc2ca0b8]

        use correct flag to enable ARB debug version
        
        Change-Id: I933aea4f9cb1ccd58f9a07e7d32ff28077f8bb33

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4b1bea816d3d0ee96153c26ad5b5fcc2dfe5972]

        Revert "make something visible on the screen again"
        
        This reverts commit 6661fdab95b981843f6d8392769f32e7377eaaeb.

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d5ee7f226d64fb25dbdb817389edc01db86b5eb]

        use the OpenGLHelper version to check for OpenGL support
        
        Change-Id: Ib101d2605e5e739bb1d063fa7019e4e5930462a0

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [687ecd9497406617540edbe08efa0f846c94f842]

        make something visible on the screen again
        
        Why do we still use a double buffered FBC? It apparently works in the
        feature/opengl-vcl branch.
        
        Change-Id: I48b6879b9a9f7fec67f4da25cade46a32d8ad6fa

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6cc2730effeaca3f482e97f8e209a5101f6c9287]

        remove unnecessary whitespace
        
        Change-Id: I0dda7886718b0e3ff81a0d6d43cca2887877ea9d

2014-11-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c484e4c030f7e4508f7d96ffdac87ed91d25bf0f]

        vcl: Invert OpenGL Native Widget rendering in Y.
        
        Change-Id: I65a0bef7e817c82285a0e053846798f02e8d7fc8

2014-11-16  Brij Mohan Lal Srivastava  <contactbrijmohan@gmail.com>  [82d6ee7ce7576be6e7ef04b5011fda35f5378272]

        fdo#56116 : Names of bookmarks should allow all characters which  are valid in HTML anchor names (missing: ':' and '.')
        
        Change-Id: I44f1d1135067103fdcc7482793371c5b95c14cec
        Reviewed-on: https://gerrit.libreoffice.org/12466
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-11-16  Michael Meeks  <michael.meeks@collabora.com>  [8ecfdf9c23b79ffd50752defc78889736263451d]

        vcl: disable OpenGL usage during build.
        
        Change-Id: I3a534578df727f2aaab6e36839f0e62e6fc8f208

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e0c847a6049e923e40954fcc4339e6989d80a69]

        sal_True/sal_False to true/false in calls to getWordBoundary
        
        Change-Id: I6116b4c2b8e03e819a430cbdcb7874af6508fb62

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [13b72a61cb3cb619e047fb47000a332f5d28190b]

        sal_Bool/sal_uInt16 to bool
        
        Change-Id: I54d404d98cff433735ede23ddf4944a4149f559c

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [e71fd1a3c5957f305c10a58a31bf4d93e0959378]

        Misused sal_True/sal_False to integer
        
        Change-Id: I3e5374145fb4a1bea1d1d900dc32380df4a408e9

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [184d8aee0b76e77bbe0d8728e17a9d7249f5740e]

        sw: convert 'a ? sal_True : b' to 'a || b'
        
        Change-Id: I582edaf0e9c138822135c614f973ff205d751aa0

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [e7061b8ecbfc54f3980504b01df7c502039652df]

        sw: convert 'a ? sal_False : b' to '!a && b'
        
        Change-Id: I999404544b1ed35a19096df58172e62bd1685e75

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f65dea36d2778b7f626ac8b07cd057110a5c3a4b]

        sw: convert 'a ? b : sal_True' to '!a || b'
        
        Change-Id: I7177521a9bf9c845216e2b6c91d20df93b137987

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [195fd6b5e3cfbf5359ea58663ae7c97f78ac4592]

        sw: convert 'a ? sal_False : sal_True' to '!a'
        
        Change-Id: I8b3d1f7af217d36a9baf62df3e62f1361b8c57bb

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [93193e23750c2739f4e929cb28149509d97a4d8b]

        sw: convert 'a ? b : sal_False' to 'a && b'
        
        Change-Id: I4b7829a1abe1459f2e4915159588fd3e16a14eea

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f2eb1eabd5d8e107eb2e6b65d7eec2ff6cbb906f]

        int + sal_True/sal_False ==> bool, and reduce scope of a static variable
        
        Change-Id: I8006aaa4474f086ce5381f59afcf7a5f15279b55

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [b60d741be60b0650949624fce5e234077157691e]

        EndDialog(sal_True) ==> EndDialog(RET_OK)
        
        Change-Id: I07a822a7c03a4746fd609ca6ea743b92253cf6de

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [a080c8f34d80b8c70764e7bde934f43c2fe4a109]

        sw: avoid 'condition ? sal_True : sal_False' expressions
        
        Change-Id: Idd6c9f9752659fc5da575e5a3f0ffc15ce5dbe1c

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [2abe293f085fc66eeaeeae85c9714a41a874cbcd]

        makeAny(sal_True/sal_False) to makeAny(true/false) in sw
        
        Change-Id: Ie368fecd39189dc6ea72737b0c695c55a2d350a9

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [fe4901829f7e1ff397945a7abd5af977a80978e9]

        SetStrmStgPtr can return bool instead of sal_True/sal_False in an int
        
        Change-Id: I5348977de17d3f916cecabe4b5c3f7630a89667e

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9ba8304dad9473410fe5b30699fd4389e6a174aa]

        sal_True/sal_False to true/false in sw comments (also delete obsolete ones)
        
        Change-Id: Ifb29bd3e9c5dc7671c189fd9daa010305f7a85a4

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [4bdae9c9fb5c126245feb1b1fe8d3d7833fdeb00]

        Let operator== return bool
        
        Change-Id: I86d9f131ed48067984cee3fce13d48c82e7f4775

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e61a6eaa7c31344c2eab1882acb2dff7b6cfea3]

        Remove sal_True/sal_False from code and comments in sw includes
        
        Change-Id: Icfbbae898749196e27199802ec728417d5205bc5

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [e2f4289ff208ab067ab89bcd7aea8a75c3227be3]

        Remove obsolete comment, there is no boolean here
        
        Change-Id: I55ea4ca2774433b204d2b0197e720ece4b0dadab

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9a5fe572823dc4f7a79384cec5eb58d8e508845a]

        Remove code commented out since February 2011
        
        Change-Id: I4eec581ad83c8aceea8e853d2d19275f77029a68

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9529e62a4886f3340ec69be6e6a49de597019a32]

        Use boolean operators instead of ?: with sal_True/sal_False
        
        Change-Id: I3e2738210b2fb598e15528e262f76a3ec140ab18

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [bed1203e02fb30b6e8298d583600c49937f83203]

        Reformat: code after {
        
        Change-Id: Icba402cecdc4997e95250544a887b9ed3399f197

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [bd17413bef117a80ccfc2b7f5bbd794a6491e9b7]

        sal_uInt16 to more proper integer types, make some constification
        
        Change-Id: I474006e128788336680e28c9f73d4a26e68541c6

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [bed58e399aaf1ee0292dc64808948780199e730a]

        Clarify flow by avoiding assignment in if condition
        
        Change-Id: Ifed65f41ab2375d702bf0c4299c65d1e3d78a7f0

2014-11-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [240ca5feab4d119bc68eb58d1fca63ccb78b879b]

        nNum is never read: remove it
        
        Change-Id: I615ee0ec9aca3c30018fb45f91240471b88e96eb

2014-11-16  Caolán McNamara  <caolanm@redhat.com>  [2ab73c3817dbd08f65db458e46fe80064df2f9a0]

        callcatcher: update unused code
        
        pleasing cleanup of whacky ScRawToken::sbyteOffset, etc.
        
        Change-Id: I5ad97f8dab7c5dc9d5f0286bf606b619126c22c9

2014-11-16  Mark Hung  <marklh9@gmail.com>  [93b9a2381f2fc93f47a5b36c181741cc5f88e6fc]

        Improve rtf import filter to handle Chinese suffixes of numbered lists.
        
        Currently rtftok doesn't handle multibyte string as destination
        text very well. For example, RTF files created by MSO 2010 Traditional
        Chinese version use CP950 (aka BIG5) for unicode to ansi conversion.
        When a Chinsese numbered list was picked, the Chinese dot ( unicode
        0x3001, big5 0xa142 ), was used by default as a list number suffix.
        However when it is imported , only a single B (0x42) were left.
        The theory of the patch is to collect both hex string and normal
        character with m_aHexBuffer, and convert it into OUString as late
        as possible. It allows prefixes and suffixes to be imported from
        RTF files created by MSO 2010 TC correctly.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/12435
        
        Conflicts:
        	sw/qa/extras/rtfimport/rtfimport.cxx
        
        Change-Id: I63062da39bf36ea27ec11e5d0eb1d1abf5018d96

2014-11-16  Michael Meeks  <michael.meeks@collabora.com>  [19866932ccda9b143c1c4cd66cf3dbaac7e607ad]

        emfplus: re-work and cleanup unit test
        
        Change-Id: I484331c4dd5feedf8587530912bb65556c1689c0

2014-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [133c295bbe6f746d4c2fd2fe7560206b890cdf1f]

        vcl: let the ModalDialog ctor take an OUString
        
        Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d

2014-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [b04759db661f35dce41c03dfc7ad00671fc68c55]

        writerfilter: this is expected to be UTF-8
        
        Change-Id: I7408be90f1ff552f4bb33e8a89d4b9075634e3e5

2014-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a30ba573470d59dbb0501b488f8a655b015ffd2]

        fdo#83204 RTF import: handle \pard<para props> after \bkmkstart
        
        Change-Id: I4f5f0f653f2ce7782ec1d1fc5ef550a21a9c1d35

2014-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ae56e48e2a7473687657600eba7ead114983ea9]

        vcl: let the ModelessDialog ctor take an OUString
        
        Change-Id: Iae88a9889c674337fb999a23a799d8730d2793d5

2014-11-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a499c904f20d20158fc3add18acb82ce23ee31a]

        writerfilter: these are expected to be UTF-8
        
        Change-Id: I8cd2ce341996a219ee885969de3482be422730b3

2014-11-16  Michael Meeks  <michael.meeks@collabora.com>  [7cf996cf6e8d7982b42ab8dcb2b5f035aa5d6c34]

        vcldemo: create multiple windows sharing the same renderer.
        
        Change-Id: Iac813b78c476b69dc6aa78d48c025f5fda76db1a

2014-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [1bbda773e98cf1c651311b03c1684393b73c7f50]

        Mark as noncopyable
        
        Change-Id: Ibbec7a5d9b6726865da14c9bdfad8b8118f85e5b

2014-11-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [29dd297739405eb1e2c6217795ca1bce3ac4f952]

        vcl: fdo#86307 removed Solaris workaround from #i64273#
        
        Basically, they were working around issues with XmbTextListToTextProperty
        returning garbage characters, which showed on window titles.
        
        The comment in the code is far more informative than the bug report:
        
         /* #i64273# there are some weird cases when using IIIMP on Solaris
            where for unknown reasons XmbTextListToTextProperty results in
            garbage. Test one string once to ensure safety.
        
            FIXME: This must be a bug in xiiimp.so.2 somewhere. However
            it was not possible to recreate this in a small sample program.
            This reeks of memory corruption somehow.
         */
        
        Now I did a bit of research (aka "Google search") and discovered #i6759#
        which was logged in 2002. This shows that the codebase was using __XOpenIM
        in xiimp.so.2, which probably caused this issue. From the bug:
        
            I've tried to look into this problem and have found out, that
            apparently the
            use of the '__XOpenIM' subroutine from the
            /usr/openwin/lib/locale/common/xiiimp.so.2
            shared library causes this problem.  When running on Solaris, OO tries to
            dlopen() the above mentioned shared library, looks up the  '__XOpenIM'
            symbol in it and calls this function ( function XvaOpenIM() in file
            vcl/unx/source/app/i18n_wrp.cxx ).
        
            There's alternate code in OO that just calls the X11 documented function
            'XOpenIM()' instead.  This is enabled by running OO 1.0.x with the
            environment variable USE_XOPENIM defined to some value.  When running
            OO with
        
              env USE_XOPENIM=1 ~/OpenOffice.org1.0.1/soffice
        
            the problem does *not* occur any more and xprop for the same two windows
            mentioned in the initial bug report shows:
        
            % xprop |egrep '_NAME|_LOCALE'
            WM_LOCALE_NAME(STRING) = "de_DE..ISO8859-15"
            WM_ICON_NAME(STRING) = "unbenannt1 - OpenOffice.org 1.0.1 "
            WM_NAME(STRING) = "unbenannt1 - OpenOffice.org 1.0.1 "
        
            % xprop | egrep '_NAME|_LOCALE'
            WM_LOCALE_NAME(STRING) = "de_DE..ISO8859-15"
            WM_ICON_NAME(STRING) = "Umbruch einfÿ77777774gen"
            WM_NAME(STRING) = "Umbruch einfÿ77777774gen"
        
            As far as I can tell, the use of '__XOpenIM' frees some memory inside the
            Solaris X11 shared library that is still in use by the X11 character set
            conversion routines. Or in other words: the X11 character set conversion
            routines operate on freed memory, after __XOpenIM was called.
        
            These character set conversion routines are used by
            XmbTextListToTextProperty
            ( in WMAdaptor::setWMName() in file vcl/unx/source/app/wmadaptor.cxx ) and
            it seems they still access memory that was freed by the use of
            '__XOpenIM'.
        
        Now later on, Caolan removed XvaOpenIM() in commit
        4d6dab2cde759551ceee7e6aaec89fa5235b1ecc and then later committed a patch that
        removed the ability to use the environment variable USE_XOPENIM as it wasn't
        necessary anymore (commit: 8b0287543d87659fd4bfde5edb6725ee5da5f80e). I'd say
        that this was probably fixed in one of these changes.
        
        Change-Id: I20effd77e0cdcde26d1be756cc6231f30f35118e

2014-11-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [28effca640fff262866d1d3ada6e51a3821a6725]

        vcl: SalGraphics::mirror() - always use GetGraphicsWidth()
        
        There's never a case where we need to get the width from VirtualDevice,
        we really should only get it from the SalGraphics instance. This vastly
        simplifies matters.
        
        Change-Id: I8bae9c163fcb0ce5d064d802c2783437124ebcb2
        Reviewed-on: https://gerrit.libreoffice.org/12473
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-16  Brij Mohan Lal Srivastava  <contactbrijmohan@gmail.com>  [c5092a8d0edeada83118c595b61ee80486e84659]

        fdo#85432 : Add locale details to help->about Added locale text to About dialog
        
        Change-Id: Ic26219e8fe845b4c5027b65d5f5edba9279b1b11
        Reviewed-on: https://gerrit.libreoffice.org/12464
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-11-16  Tor Lillqvist  <tml@collabora.com>  [1defd9aeb9c051dc3b719bade5edb58462b4b817]

        Avoid error: redefinition of 'GetImpl' for iOS
        
        Whether this stuff actually works at all for iOS any more I have no
        idea, and can't be bothered to check in my own time. Why do I bother
        fixing compilation errors then? Good question.
        
        Change-Id: If0ec4fbde42536d3d90e8c5337948815b5f47cef

2014-11-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f342c61616418c6ad7303d7f5efa27a28378681]

        Remove unused header include.
        
        Change-Id: I57cfac2993301e438124c224655fdcac0ed0fd32

2014-11-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [30123b9559e2fb74c9db7d530c538a1c6dc7e32c]

        Remove brdcst.hxx from document.hxx.
        
        Change-Id: Ie44a743a6814cdf1bc15f850547ae71afd595836

2014-11-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3cf226622a3d8c09d655034dbcc81695f1662b87]

        Remove tools/fract.hxx from document.hxx.
        
        If a forward declaration does the job, use that.  Adding a new header
        in document.hxx is a very expensive operation since almost everyone in sc
        includes document.hxx.
        
        Change-Id: I2d78440d65da7207ceb16cb28a7404249eba066a

2014-11-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2ff1cc856a1d884187d8667e4f4b24d82c56b2c4]

        Math: Remove aqua and fuchsia from the Elements Dock
        
        We can remove these colors from the UI because these colors are equal to
        cyan and magenta, and will be useful just in the import/exports filters. If the
        user still wants to use aqua and fuchsia, they can type them in the Math editor.
        
        Change-Id: Ia93d458e07b218aa007ec43bd490f774e5b4ea5b
        Reviewed-on: https://gerrit.libreoffice.org/12467
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-11-15  Tor Lillqvist  <tml@collabora.com>  [f8782d8ca17a91527e1a72def32a127095cfa7ef]

        WaE: unused variable 'aSize'
        
        Change-Id: I74a671656a703eefa9ae10e839c156a4c0f66335

2014-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [2492783bd87d534e4eb1d6a00f082772e7b03172]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I06525aa32bc17464291126ed676809e23e4227b1

2014-11-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [84a32aae9f08cd88398093b31cc51d7d73d430ac]

        t-test & F-test Statistics dialog: rename VAR -> VARIABLE
        
        Change-Id: I51fb7cb025f4dc2bb7f3bf0ba5c9b8ee90298cd8

2014-11-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [475c2a083965cf358414f9ddb7d8e191f547a9d9]

        fdo#74669 Add z-test Statistics Dialog
        
        Change-Id: I8169e9ceefc48c06b358d5a8e1fc08dabf019eb3

2014-11-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [225af09be9ae7b10aaf5bf0e3714c74c5a2f1391]

        Make room for more IDs and rename common IDs in Statistics dialogs
        
        Change-Id: I0c7c28ef77676f8bcb6cf66423d30e3ea164a5bc

2014-11-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [817b0b51e78b6870379f595a1f370985179847df]

        fdo#81801 add first and third quartile to "Descriptive Statistics"
        
        Change-Id: I7bfdb02a97d6a33c0a6e16b058cbb10b8ab2869b

2014-11-15  Caolán McNamara  <caolanm@redhat.com>  [a6db5e6a2a2ac7f92e6d15669693d991c9460998]

        Resolves: fdo#86222 hard-coded pixel dimensions are too high/wide
        
        Change-Id: Ie6183a7e78b671a2d126127e4fcaa3b353d8a324

2014-11-15  Caolán McNamara  <caolanm@redhat.com>  [d7402886d42035873e7d7cb3a30582e9001217bf]

        Related: fdo#86222 rework area graphic fill page for better height
        
        Change-Id: Ibd8e68a5a2ebd6ac2a829004c8918f9a449ef5d7

2014-11-15  Noel Grandin  <noel@peralex.com>  [1866d90d81d6ed3f4700e8b6a9021cd4afd84d9e]

        remove unused code in ScRawToken
        
        Change-Id: I8f644ac7f7bbdd2c9cb6f5a41709e41efa737885
        Reviewed-on: https://gerrit.libreoffice.org/12423
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Yousuf Philips  <philipz85@hotmail.com>  [b29f745a26e52fde8a6991094f9c7edd4465a531]

        fdo#85817 changed 'Document as Email' to 'Email Document'
        
        Change-Id: I4d1bd7429c05ca22abcd1cd8efbe281fd64d4f2a
        Reviewed-on: https://gerrit.libreoffice.org/12419
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Yousuf Philips  <philipz85@hotmail.com>  [c481f596877f52e1c801981618ebfbf2aab88dcf]

        fdo#86132 add useful tooltips to number formatting toolbar buttons
        
        Change-Id: Iffd27c92cdec48b269c85ff9aef0483e742e36c7
        Reviewed-on: https://gerrit.libreoffice.org/12416
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Yousuf Philips  <philipz85@hotmail.com>  [65faf6938d50a87ea8d84d19b5a4ec7ea35b6a2c]

        fdo#86289 renaming 'Page Preview' to 'Print Preview'
        
        Change-Id: Ibf87f59238e1c07ebb23d3749a2447c5ccc50481
        Reviewed-on: https://gerrit.libreoffice.org/12430
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [3403c19d2590649b052848ed05f61f048443bbba]

        Fix typo in bin/check-merged.sh
        
        Change-Id: I7ca06602179e35d5ce86879b1081299a841feba9
        Reviewed-on: https://gerrit.libreoffice.org/12431
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Andrea Gelmini  <andrea.gelmini@gelma.net>  [702d14d954d5dcb88e70cfad8517118f9614c987]

        Partial revert of da40cac540e7d735edbe9069b3c8ec6af4530208
        
        As requested from Michael Stahl here:
        https://gerrit.libreoffice.org/#/c/12164/
        
        Change-Id: Ie00bc789c1dfa3f0049c8915e0deeac7fab6e0fd
        Reviewed-on: https://gerrit.libreoffice.org/12432
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c8b07093f104ff4297f6a2bfbc363fd640374f18]

        fdo#67040 There’s a valid use case to enable manual resizing in this dialog
        
        Change-Id: I8af9ad0dd0bf09bd84aea7d6c9c5d5800ab8792c
        Reviewed-on: https://gerrit.libreoffice.org/12448
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [735a1a17648071eee91099d73ef0a8000edf134f]

        fdo#77971 Writer:Better font selection in Japanese locale on Mac OSX.
        
        This patch resolves the problem that Basic fonts(Asian) are Arial
        Unicode MS in Japanese locale on Mac OSX.
        Expected behavior is that Basic fonts(Asian) are Hiragino Mincho ProN
        font.
        
        LibreOffice 4.1 and later, on Mac OS X, the font family names are kept
        without suffix(e.g. w3, w6) in the system font list.
        Some font names in VCL.xcu (font family name including the weight
        as suffix) doesn't match the font name kept in the system font list.
        
        This problem reproduces at the CJK fonts environment.
        This patch resolves this problem with Japanese fonts environment only.
        
        Change-Id: Iaf3eb2225fbc6375d1911976ac40a4d8f2fa0590
        Reviewed-on: https://gerrit.libreoffice.org/12455
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [34c1c41817212ca95117cbd1fe582b180007945c]

        vcl: avoid crash with 'gen' backend around window icons.
        
        Change-Id: I4b2bedb9ac641fcb96d09afb2e60fa2c6186fd6b

2014-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [31bf4242a4eeac718ef4fa8a99eaacfb198249b9]

        vcl: let the Dialog ctor take an OUString
        
        To make the conversion in the TabDialog ctor unnecessary. Put
        conversions to other subclasses till they are properly adapted.
        
        Change-Id: I6152b6229ce9c840262739cf11812538c9e0a532

2014-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [27b1ae5bb8aae0a2368799367e56b2f0b95a6cd9]

        drawinglayer: these are expected to be UTF-8
        
        Change-Id: Ic2054af851bb9d195be4d550f36b1d7349f90204

2014-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [369eb9bfba507c72165f2797acd2cd28e692c5d1]

        TabDialog ctor: take an OUString
        
        Change-Id: Ie390fb9debe3a80b3ebc5e609119723c78eadba2

2014-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6be63430c0a73549e0e5d49f6bb4fd1573a854b1]

        oox: these are expected to be UTF-8
        
        Change-Id: I2e9cb96948d7f990dd8be5f4505f00306fa62f8f

2014-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [08eaac43602964029beac4e05102267bcb05c407]

        RTF import: handle right-to-left tables
        
        Change-Id: If2e60557b7551839c344d56cb3a720ae3659e93c

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [4f8442440681eaaa8db1a800843d2ed25f111681]

        vcl: assert more useful truths on BitmapWriterAccess completion.
        
        Change-Id: I2ccc5eb64bf3b5d5ce94e2ddd4b9b458c3eda217
        
        Conflicts:
        	vcl/opengl/salbmp.cxx

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [90742105a5d95d175a89b5a253584fa1676ab02a]

        opengl: Another places where it is too eager to check for errors.
        
        Change-Id: Ib6ca3d653f3fd1155bce418226146934e765928d

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [bad9b2d464cb350fd59e2808dc4e7415cc6658ea]

        vcl: The backend should decide whether fast alpha drawing is available.
        
        The unx drawAlphaBitmap() already already checks that the source and
        destination have the same size.
        
        Windows and OpenGL should be able to handle that without trouble.
        
        OS X would need some additional code, so added an early return for the case
        the source and result sizes do not match.
        
        Change-Id: Ib09654aaa9c9064c232cff5094fcaa1190e931c6

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [1e15058e08445d2857755ec8ef06deb2e3393b97]

        windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().
        
        Turns out that when you call glGetError() and OpenGL is not yet set up (or
        already turned down), it leads to an error; so when we check for errors in a
        loop, we never recover from that ;-)
        
        Change-Id: I849ad1dc30fc93ee1c021b446d9ad379bf9987c0

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [340888d3e5c51d39ceb1642e50e9b62c6996ac01]

        vcldemo: implement key-bindings and command-line
        
        Change-Id: I98ea70a78f340a2050ef934de3111ba3191ff479
        
        Conflicts:
        	vcl/workben/vcldemo.cxx

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [633c40bc36ea6efe07cb0ccbf527ba5ee94055b6]

        vcldemo: BitmapEx rotation, translation and shear.
        
        Change-Id: I5a44597bc39c6bccfcec32403fae8f8d7d4fe94c
        
        Conflicts:
        	vcl/workben/vcldemo.cxx

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [f7313629efa1bbf44cc328eabfdc1ed8e9a1d537]

        vcldemo: exercise more BitmapEx rendering paths.
        
        Change-Id: Iecd02534dfbe0938a8635e3b7c2363b4531ef5ef

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [1d2c5224b24f0509365cf69e835063a1e3a3bec1]

        opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.
        
        Change-Id: I63c147acf9a4013008b0f6d76867186f04ee57d5

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [3bc5e986b38f620db9d0119b5d431c10c67eeb74]

        vcldemo: dump and render all icons from images.zip when zoomed in.
        
        Change-Id: I89f37b8a1ed70334a3485bc3ca06d04cfe6d0827

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [f5b3ea832e39da9bd70fa132699acb533f1e474f]

        vcl: Fix palette modification during BitmapWriteAccess lifetime.
        
        Change-Id: I8bdedd63895ff0b3245d996cf35ac92d9ab0ff9d

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [c7d87b7224557d76d5741311b9c8af627a6ccc79]

        vcldemo: much improved icon rendering tests.
        
        Change-Id: I853bc0a0957cf0db629a0a5f1ced67bc069d8403

2014-11-15  Michael Meeks  <michael.meeks@collabora.com>  [d75c9dfb0c0fbada58485670820a435658df150c]

        vcl: re-factor image rendering control-flow.
        
        Change-Id: I923f92e5e84d35dafd1c0d1b4d63916ce690cb90

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [5b924866e70359b295a4ecdd39430fa2217b8a81]

        windows opengl: Finally got the text working.
        
        It still does not have a transparent background, but that is pending support in
        OpenGLSalGraphicsImpl.
        
        Change-Id: I477a483e6ac940f54f6ffd6816d753d87206bf23

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [30c6b2f1ec9dd2a639c5bcabeb7fa1afc15a1c17]

        windows opengl: Explain the concept of the text drawing + minor fixes.
        
        Change-Id: I4651e7e9b8163844be548d4ed975a881d4f83fff

2014-11-15  Jan Holesovsky  <kendy@collabora.com>  [6fd7199230bfc81d6aadf53b3c115def8caba90c]

        windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.
        
        Otherwise I'm getting lots of errers when dealing with virtual devices...
        
        Change-Id: I34e145817d21dfc2d30fa9ffdfedfa714467d105

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4093a540084488ed5d346f590dbf2a6d91286066]

        request single buffered context on windows
        
        Change-Id: I7b9789053872446e312ae4e3c471986e3c5c55d2

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [169562ff2648a99a04a7faf6223c471e957608db]

        windows blind fix

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [893d37c379ca053cf033bf1aa2e175053af6da28]

        blind fix for OSX
        
        Change-Id: I7050057e5fa6da5bb5517713f6cbbfa60e47984b

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1577f53fa58378ec615ac3d00f96a6aff71c0c9e]

        let us make the virtual explicit
        
        Change-Id: Iaa4f2ecb54d57c9badc27ec8c13033eba5be7fed

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1754292bbb3d83fa0e23cf3a84b903911734387]

        ialso support the ARB debug version
        
        Change-Id: I247d43805ce08db49b487079aecee2a7b50277f5

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e55b14db52031d809d6537272902aa5fd94158d]

        fix building the KDE backend
        
        Change-Id: I03c8629bf27a43d6f4cc08bb8f64ed71b9055fdc

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [32bddc7cb2fe6f3f5d9b964b28fcda864aae5c66]

        vcl: Implement axial gradients in OpenGL backend
        
        Change-Id: I93b8c3c076c79d992d467b01ca5f5eca1ed626d3

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [b190ffe58796875eceaf340501a8832e222514fb]

        vcl: Add DrawAlphaTexture to directly render Cairo surface
        
        Change-Id: I7aa824578b14999d0ef667a5bcfccd731f1d3b64

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [fbe77f453cc9f6840b12d10982d972d6ef276549]

        vcl: Make sure the offscreen texture is unique before rendering to it
        
        Change-Id: I265ce62e983e6f44ba51675993c9ec1f071c160e

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [dce9610afed674ecec23497a1a004193a6cf3bf1]

        vcl: Improve OpenGLTexture implementation by allowing implicit sharing
        
        Conflicts:
        	vcl/opengl/gdiimpl.cxx
        
        Change-Id: I6421265325e72023d1affe671d75488185772786

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [330b7b310193f3290cbd4c340659f72d12c352e1]

        vcl: Draw gradient in alpha device even when using native rendering
        
        Change-Id: Iead4ac3e97197f8f863242a2162907b32c3c5b2b

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [aa9dfcee5039246874809f1235835415b8eaa1a9]

        vcl: Implement copyBits in the OpenGL backend
        
        Change-Id: I101afd11394d3d024d38519afd61d700114702ac

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [9d2afa44fd783820c64d424632f4d96278382253]

        vcl: Use backend-independent functions to fill/render pixmap on KDE
        
        Conflicts:
        	vcl/unx/kde/salnativewidgets-kde.cxx
        
        Change-Id: I662a05d988f5989fc2ac0d06003851c56105e184

2014-11-15  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [ec5fa3c9073db79489d8eba1eb8a09029b699e3f]

        vcl: Replace GetPixmapFromScreen by FillPixmapFromScreen
        
        Conflicts:
        	vcl/unx/generic/gdi/gdiimpl.cxx
        	vcl/unx/generic/gdi/salgdi2.cxx
        
        Change-Id: I2cb960d194ee5bc38beece97e8b21cc6fa3b3fbc

2014-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7dc6fd3908f752c3552dfe34b1a3da6e485b5fd5]

        some formatting improvements
        
        Change-Id: I77f0fdea3c33fded1ed1a00d3a602a5902a6a0b3

2014-11-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6b30907a926890f835c094a5afdf4c0e6d8a1d19]

        Make "Hypothesized Mean Difference" as parameter in t-test
        
        Change-Id: I268495b76a1b1ffb09cf21a0fd53d9f1f1bc4957

2014-11-15  Eike Rathke  <erack@redhat.com>  [ef2ed50231fd946c1f374ffbce28ebb98eda56c5]

        fdo#73695 prevent use of invalidated iterator due to re-entrance
        
        ... through the UNO backdoor..
        While charts are updated there can be chart data listeners in BASIC that
        in turn modify things such that charts are inserted/removed from the
        listener chain, invalidating the iterator. If that happens break and
        bail out instead of crashing. Not ideal, but..
        
        Change-Id: Iefb33d3a96d79caed0ee4e19b73e8f811ef3d937

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [0b3766645d7d52d5c2022b1e8e4617eff06403c8]

        more catch by reference
        
        Change-Id: I2db9f94a517f814ef0854190e6f1194501070409

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [7a71065b8715f09892ef643d6e75550782e116d4]

        catch by reference
        
        Change-Id: Ib1f04971dc89df6df09bd12595d3ddb148715e28

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [5a9b87fc0f4417c8437348b68cd6e4b6fd849e39]

        coverity#1242527 Arguments in wrong order
        
        doesn't seem to matter too much, I guess its only the top left
        corner that really matters for tooltips.
        
        This is the vertical scrollbar as used in e.g. writer->view->datasources
        
        Change-Id: I5bd6e563a9f02edae9ca166f073556c55878826c

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [e170f0858721545d6b0e22d12cc1f5bbc6b2e57d]

        coverity#1242518 Arguments in wrong order
        
        doesn't actually matter, they are either the same number or one is 0
        in which case it doesn't matter which is zero either
        
        Change-Id: If53d4287dfd57b4ce29e2f7251eb523694730e77

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [3d876661857b68cafde16fafd5f280cc78b3e52b]

        coverity#704593 silence Dereference after null check
        
        Change-Id: I3ccd6895a1ddbf46a441e60ceaaaceb945f682e4

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [7d9b6119495bf1ca04cfe7b413cf165f347d0ec5]

        coverity#706217 Time of check time of use
        
        Change-Id: I762658a01e97f56b2f9362a38a0fefc941698d1b

2014-11-14  Tor Lillqvist  <tml@collabora.com>  [5c4a9b1e2adf62a5805c02b20bfbcd62b3533e6d]

        Handle the 'New' and 'Delete' buttons
        
        Change-Id: I1d5d6d70e9ac8d95b1189346fdab29ded39745bf

2014-11-14  Tor Lillqvist  <tml@collabora.com>  [f9da47eb6a9affb7bb42eafe6637b8059a3b0015]

        Use right mnemonic_widget id
        
        Change-Id: Ia5be89f17d8e63ad67a8d1dc811927dcdebbc0a9

2014-11-14  Tor Lillqvist  <tml@collabora.com>  [f378711cf1da924a92fd48bc11207a89f0d98e04]

        I don't know what I planned the 'Edit' button to do, drop it
        
        Change-Id: I9944023d4cfd897acce8fd71296034ca32d8d136

2014-11-14  Tor Lillqvist  <tml@collabora.com>  [7fe64b94612f57e0fa718d9a1a265997f1902b4a]

        Remove the dummy entry just used for testing
        
        Change-Id: Ia2bc319fada2e21115629d29bca51f483a599c16

2014-11-14  Tor Lillqvist  <tml@collabora.com>  [bbb675d4f522321a9a65eaa710785b3551582fd9]

        Some more compareVersionStrings() tests
        
        Change-Id: I5b9dc45352afd63dae4c3952d9647e6e3ec98ef4

2014-11-14  Luboš Luňák  <l.lunak@collabora.com>  [82d08580e368afbc9d73da3613845a36a89b0a8c]

        switch saxparser from expat to libxml2
        
        Using SAX2 interface provides element/attribute names split into prefix/name,
        and provides namespaces/urls, so FastSaxParserImpl::callbackStartElement()
        does not have to figure out these on its own (and additionally libxml2
        spends a noticeable portion in xmlStrdup() when not in SAX2 mode).
        The switch saves about 5-10% time.
        
        Change-Id: Idd424d7cc9b30c248179a5bad8ec79dbfc62e765

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [37800290245fd0462295a8bbaabd9d761929fa65]

        vcl: Stop-gap solution to start the gen / kde / kde4 plugins again.
        
        Change-Id: Ie538049aa8c4c0812d28b5c1bf91425822c55617

2014-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b021fdfab3a0985ba1f5380f378bf8ab97383aed]

        cid#983623 Don't throw DisposedException past uno_threadpool_putJob
        
        This improves on b68640c44ecdb1df59d704cc6c2bae8bb412d7d0 "Prevent creation of
        new ORequestThreads during shutdown," which added throwing the DisposedException
        from ThreadAdmin::add.  But ThreadAdmin::m_disposed can only become true via
        uno_threadpool_destroy -> ThreadPool::joinWorkers -> ThreadAdmin::join, and
        ThreadAdmin::add observing that can only happen via uno_threadpool_putJob ->
        ThreadPool::addJob -> ThreadPool::createThread -> ORequestThread::launch ->
        ThradAdmin::add, where the bridges should ensure that uno_threadpool_destroy
        does not run in parallel with uno_threadpool_putJob.  So demote this from a
        DisposedException to a SAL_WARN.
        
        Change-Id: I3912ea077b7fa35827c41e82dd0a8f962ba412b6

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [9dacd849b6ba76bab36558ad9e5d5614cd9fa29e]

        this is for detecting the type of a variable based on its name
        
        which means legal input is any character which a variable can
        start with
        
        Change-Id: I0c2d13a92ba374f8020e86e90e8e5f18ce8a9c90

2014-11-14  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [e8fbdb374a1f8c5f97dedb53922746d41699c39b]

        Cleanup parse-perfcheck.py
        
        Use more idiomatic python for file, path, csv handling and options
        parsing.
        There's still quite a bit of stuff to cleanup, at least it would be
        nice to kill the remaining globals.
        
        Fixed indentation on parts i've touched, the rest of the file is
        still a bit off.
        
        Change-Id: I4214078c38a1e26cca17d09ebb9c0f53ba429ea9
        Reviewed-on: https://gerrit.libreoffice.org/12405
        Tested-by: Laurent Godard <lgodard.libre@laposte.net>
        Reviewed-by: Laurent Godard <lgodard.libre@laposte.net>

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [710c664083063b4ab5aaa246f204a6f4db9078c0]

        Script that finds commits in a branch that were not pushed to master.
        
        Trivial, but based on the Change-Id's, so hopefully reliable enough :-)
        
        Change-Id: I919a2dc47f088ec4d1111750b74c68a0b062478d

2014-11-14  Juan Picca  <jumapico@gmail.com>  [2ec556b0726e51010aebaa4849195444fda4aa1d]

        fdo#75757: remove inheritance to std::map
        
        Change-Id: I26ec60868c7854517b81ade3aec6b7ab29b0aa89
        Reviewed-on: https://gerrit.libreoffice.org/12401
        Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
        Tested-by: Takeshi Abe <tabe@fixedpoint.jp>

2014-11-14  Andras Timar  <andras.timar@collabora.com>  [ef7e29998c5e86c4174e9dbe16c157705f9dc129]

        add redist files for VS 2013
        
        Change-Id: I07c7af3b9b7d3335074d712c35cef9d7828a271b

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [8fe8c2e3d4d1ab44cfa53160e309255c109251d3]

        coverity#1242630 Untrusted loop bound
        
        Change-Id: I985f47d6e5f5aa86099b86ad4666b194f4b25b83

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [8e6c22d74933c7157e083e97d56106b36a166559]

        coverity#1209889 Untrusted loop bound
        
        Change-Id: I63039ca0de1dc54b5aa9d048e5110c31bf930bdc

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [642cf9af84ab6a33b0853753499bab4d96be8f7c]

        coverity#1209863 Untrusted loop bound
        
        Change-Id: I3de3601f489db2a4dafb4d80f5ef35d5db38ba76

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [71c00f4b5797299b1e0b4f1fa23f18b2b68c89b2]

        coverity#982314 Logically dead code
        
        Change-Id: Iba420f0726864cb093e17fc9f4ce5bd7a33f7721

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [bbf3aa7f92c194c9cc4546c95706e6b28e0c070c]

        coverity#705989 silence Insecure temporary file
        
        and
        
        coverity#705983 Insecure temporary file
        
        Change-Id: I2a501f8114ddf8968381e1880263abaf9d1bdc6f

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [64cc39e0c576611297625ebcac8d48613a5bb175]

        coverity#1251589 silence Using invalid iterator
        
        Change-Id: I116294ee40eb61e8cbf308369998bd48a2f27812

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [a4f39904dca51f86171508c08cfd00d35b7a3989]

        coverity#1251587 Unchecked dynamic_cast
        
        Change-Id: Ibde77906333699046357bec4ff392e5e08b4a426

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [e5e13192f3ce677daf6edaaebcb50bad9e24e05a]

        coverity#1242632 Untrusted loop bound
        
        Change-Id: Ib821adfbca149091d4fbe52d05837e232c3caf55

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [41029bcdd094b516bb4f4926fca18ce60092a013]

        coverity#1242865 Untrusted value as argument
        
        Change-Id: Ie7a7a2e7894a204dd55833416b7cbc5b01826e64

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [480475b28864d9df245e4190c94939060a8c2cc1]

        coverity#1209861 untaint image data
        
        Change-Id: Ib35d4a007c276aba45925ac281fff160bf07f9fe

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [d6d53e5bc75606b2dbb330b727f6f6595cc49e9f]

        coverity#706404 Uncaught exception
        
        Change-Id: I331c96a09be7a4971c3cc3c577f8f9d91333d175

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [275eb9c78e90c484dfb985303a75969659270ed7]

        coverity#706540 Uncaught exception
        
        Change-Id: I9dabd74824ec7cffe5371ed8be202ad27fecc80d

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [99bada2f4cd3cf738d384a0bcef4dc4db3880cc2]

        coverity#1019392 Uncaught exception
        
        Change-Id: Iab953700c9aa95fc3acd5f25233a942a31b7f5ad

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [584d4f5dcd68f94df42cd78d06c55fd773eb3ca7]

        coverity#1158396 Uncaught exception
        
        Change-Id: I6752a534bca8f81627cdd616ac0f2268824299e0

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [6abcd7fe9bf7fd3b4a1d68b1480f61e6d3651fd0]

        coverity#1247641 Uncaught exception
        
        Change-Id: I35e1eed91a23d2b993398fb39e47e21ca9c0a055

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [70d810faa876245a3d76c22c0cbc12ad62376e6d]

        coverity#982483 Dereference after null check
        
        Change-Id: I0e6db75e0c1dc5b26f2c251bdb4e37b5df8b3778

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [0332e3a8e968f9f85b40405391120d2f5949fbd2]

        coverity#738972 Use after free
        
        Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [792b127d5ceb397c5fb280cadd80972e1693e9ec]

        coverity#1242888 Unused value
        
        Change-Id: Idf2709382dc431b6e34c2993d04c41aa8a3786ab

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [35ef13e3eb0bb3131e4439bc7c5211eed390bae4]

        coverity#1242860 Unused value
        
        Change-Id: Id0bb878464fa6df5ed23d4abf5748ed21cb30506

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [d2f3c168fdce3ec6253c028491dd68c25903648c]

        coverity#1242900 Unused value
        
        Change-Id: I4276f5dabedac97c0508aa7904473a4e20767e62

2014-11-14  Caolán McNamara  <caolanm@redhat.com>  [cb19a99ba8a81a4d869313652c0fe3cc3d0e221e]

        coverity#1251173 Dereference before null check
        
        Change-Id: I3e5a70289785f905350c895b6c869eaebe360bf8

2014-11-14  Noel Grandin  <noel@peralex.com>  [a05da74d0bdf691f097aa925fa59e21203ade8ed]

        loplugin: cstylecast
        
        Change-Id: I7235a67e85c10ec9fefe7f718cda18f633cda97a

2014-11-14  Brij Mohan Lal Srivastava  <contactbrijmohan@gmail.com>  [d32be3ace8c8fd430bbecdf69f88a116b0ee91d1]

        fdo#86023 - O[U]String needs a 'clear' method
        
        Added clear() method to OString and OUString class, Updated appropriate call-sites.
        
        Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f5e86ebc097f0f8bc5b282511149cb026710ecde]

        Silence winsock deprecation warning
        
        Change-Id: Ib0fe869e79ceea77b4dfe00a6ad387ce9c4149cc

2014-11-14  Noel Grandin  <noel@peralex.com>  [7f232c7b91625138adf1d2e2cb8330aa14ce22d8]

        -Werror,-Wunused-const-variable
        
        Change-Id: I2ace311bc1fe66329a7833e602820f275a7dbd04
        Reviewed-on: https://gerrit.libreoffice.org/12422
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-14  Takeshi Abe  <tabe@fixedpoint.jp>  [34b12a170e1b3264fa46a8996cc67e12e2fea947]

        Mark as const
        
        Change-Id: I3236bbbdddf819afb11d8f80dd80c92a04281bf9

2014-11-14  Michael Stahl  <mstahl@redhat.com>  [f9a161f89a00f2f706ec85b66ab994d1dbea89df]

        vcl: remove more unnecessary headers from mapmod.hxx
        
        Change-Id: I9ce4c11cc9e7e703fbaad76a062ad38bb900ed9a

2014-11-14  Michael Stahl  <mstahl@redhat.com>  [e8159871046448df4fba45d03e4b0efddf50859e]

        vcl: move the Impl class of MapMode ...uhm... out of the public header?
        
        And remove the tools/fract.hxx include.
        
        grep -l -r fract.hxx workdir/Dep/*Object* |wc -l
        before: 4569
        after:  1851
        
        Shrinks some libraries, example from --enable-dbgutil Fedora gcc 4.8.3:
        libvcllo.so by 473k (0.35%)
        libswlo.so by ~1Mb (sadly that is just 0.2%)
        
        Change-Id: I09bd025d551a5d2c5528b938a68c6aa5f8f114a0

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [a2bba429fa4328d17818cbafe5229655b11e5c33]

        vcl: Fix leak.
        
        Change-Id: I201e50060c44bba3c0eb20026be1daccd3b2e945

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [82eb3121a1a18b1c5bcc136f70adc5e506389d41]

        vcl: mpFontCharSets is never set.
        
        Change-Id: Ic9102dabe9a74e7ad2aaa5c8cad2bae1b2c7b1ec

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [265203da403585aa8d2f881d95a0c85fd302ba05]

        vcl: mpLogFont is never set.
        
        Change-Id: I2ea287da7448c5094eb13a3083c7c0f82ed25760

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [19ad91f7bc7ca96c55e0ca3450608f616f87c4ed]

        windows opengl: Proof-of-concept text rendering.
        
        We don't have a method that would paint a texture with transparency yet.  We
        also need to limit the size of the DIBSection exactly to what we are going to
        paint, no point in creating a huge bitmap that is mostly empty (but the part
        where is the text being drawn).
        
        Change-Id: Ice0bf325743d08e19e636be73cef6aff3cde5704

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [966fc1f2ab7c8c59ceac8b77c6feaa33f6e8ee02]

        windows opengl: Prepare WinLayout (and derived classes) for OpenGL.
        
        Change-Id: Ifd18f51ac417cb3778e61f33df30daa7be6c0bf8

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [921f07d0be79d2614bb191b9d7042c30f74ec8f0]

        vcl: Split winlayout.cxx to .cxx and .hxx.
        
        Change-Id: I4a26842777536ce63b482a2d69524918a18b602c

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [48fa9f1e191ffec9be2dfd41061173c488276705]

        Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descendant."
        
        Turns out it might be easier to actually subclass only the various SalLayout's
        - let's try it first, and re-introduce this code again if not.
        
        This reverts commit 309257ddadfdc3e46506036ed81f6e0695211ebe.

2014-11-14  Jan Holesovsky  <kendy@collabora.com>  [f2be14cdba8dbe0128751007acf9e82bde3e60a0]

        Revert "vcl: remove non-existent include and hope that it builds?"
        
        This reverts commit 7e6205117d535905b46c0106e66e5e3b593ee813.

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [ee0f878da903f5054a03f526160bc6958c876128]

        coverity#1251596 Uncaught exception
        
        Change-Id: I02b7abcd9ee17158ee063b2c9b6d0324eef70801

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [5b7497e5aad80774167a6c1f050aabe429280918]

        coverity#1251600 Uncaught exception
        
        and
        
        coverity#1251597 Uncaught exception
        coverity#1251598 Uncaught exception
        coverity#1251599 Uncaught exception
        
        Change-Id: Ifd14f1db5692a8f3ccd1d9ea45d8f0e16c4b0324

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [0b10bac9138fe560f9d108adaa7a875f78dd8ea7]

        coverity#1251605 Uninitialized scalar field
        
        Change-Id: I5f18bd7bcd332e28df9dcec43b9dedc664290aec

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [88fde3ce509caed402348297a0b6828d5233d408]

        coverity#1251604 Uninitialized scalar field
        
        Change-Id: I34ed719ecc81db924b9ec1ca8f22ffa81246a723

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [ac01b341ed983d22be5d29b5561e0b448693d931]

        coverity#1251603 Uninitialized scalar field
        
        Change-Id: I8e8d11ec292b480d7db750733b31b3be233df8b0

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [1f3978aba2520138bd0fd42ec9634efca7e8d00f]

        coverity#1251602 Uninitialized scalar field
        
        Change-Id: If14a2214618a750ee4cb97667088c2a68747f3c7

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [fb67b8e71f575318b656f182ec66f4686b2e378d]

        coverity#1251601 Uninitialized pointer field
        
        Change-Id: I6f3be2f87c533ec75f1e60fbf4e5c541958937c4

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [b43fcb4b5e58771cf4f24421a1ae0ee48d729cc6]

        coverity#1251595 Uncaught exception
        
        Change-Id: I24eaec49bb89e9f490d5bb0071723b41673e1845

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [dd3d0a5b5f052369b4d43e7715307470423c7e31]

        coverity#1251594 Uncaught exception
        
        Change-Id: Ia018121ccffa9534f7d23bb768f2b2a06296cbc2

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [124b666538dce60ff30b274f7809776cbb358e93]

        coverity#1251593 Unintended sign extension
        
        Change-Id: I4374672040b3c6314c4356abe95ee1fb15f568cf

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [8eb8175db8ba33e7bde15011f31de20a84a6e56f]

        coverity#1251592 Dereference before null check
        
        Change-Id: Ia69bb21080ab7a42a0b9f9871f72ab696b6098ed

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [64f3c4fe478f0e2478fead92506f592d5401bf33]

        coverity#1251591 Resource leak
        
        Change-Id: Ieab948d11da7f56b2273637ff3caaefec86030d1

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [900b202bb6a9e79c51327a8a157d04241ce4fdf3]

        coverity#1251588 Unchecked dynamic_cast
        
        Change-Id: Ic6f287b5ee4f4ac3a9674d67b8c15a589405c951

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [38fb5f7c6795ba60fe822604e3843652aab472ed]

        coverity#1251586 Unchecked dynamic_cast
        
        Change-Id: I5b20fe66da306a742ff2d723cdadfc22b71dafe1

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [019f13644a5d0ce1086b2649d2907520ece81b21]

        coverity#1251585 Unchecked dynamic_cast
        
        Change-Id: Iba4d5223a7fc92f4ef6ec6be660f496cc94f5565

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [6d69185611a88308c3f0b2aa94f6a8549dd2b8fd]

        coverity#1251584 Unchecked dynamic_cast
        
        Change-Id: I2022c25f821473240a5ff3998249e933ea7fb74d

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [06458fdeb862dc483dcac8107a5cc8c2da01a3f0]

        coverity#1251583 Division or modulo by zero
        
        Change-Id: Ib3cb04305a39d652b188d8cff1d63f85074427a0

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [0e066f4e2bf008e26e97dd861f66de0c3188ea06]

        coverity#1251581 Copy-paste error
        
        Change-Id: If8a7417f449d6cce2516c93fc759886738ac8d9c

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [ccf564c6b0aecb1d6254c4a759cdbb19b87ae877]

        coverity#1251580 Unchecked return value
        
        Change-Id: I5dcbd2289fc853bad2c0969fb3b202a1e7398a5a

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [98d311c651347a49f73e8e316be30887e5a99751]

        limit width of list whose text can grow to silly widths
        
        Change-Id: I982602e829bbf3f2efccfcafae67d22df8daa2e9

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [c376ecbc9614ccaa4f4392c287d0d1c731c3aa77]

        Realy->Really
        
        that's really bugging me
        
        Change-Id: Id15bd4dc42748b3cb24eb891741195499c5df9c3

2014-11-13  Michael Stahl  <mstahl@redhat.com>  [7e6205117d535905b46c0106e66e5e3b593ee813]

        vcl: remove non-existent include and hope that it builds?
        
        Change-Id: Iabe375773caea89ab631e6b2aa1926e0d39cd19a

2014-11-13  Michael Stahl  <mstahl@redhat.com>  [a378fe877302a06141fd517c35a738ccd0967874]

        coverity#1251590: fascinating what sort of nonsense works by accident
        
        Change-Id: I23704604ed2d041075caff4254074e83ae229402

2014-11-13  Michael Meeks  <michael.meeks@collabora.com>  [1e03a686a386314be25520dc70e7be01d0f7193b]

        autogen: add --best-effort to help automation bridge option changes.
        
        When we add or deprecate configure --with / --enable options lots
        of scripts can break. Instead just add --best-effort to your autogen.sh
        command line to get warnings but not a failure in this case.
        
        Change-Id: I73d6ba53ee179384c2e34bf6780d074b04f70c06

2014-11-13  Julien Nabet  <serval2412@yahoo.fr>  [236819ecfa38360aa72d1061808b20204a0af594]

        Resolves fdo#85750: Custom Animation timeing does not retain settings
        
        Conflicts:
        	sd/source/ui/animations/CustomAnimationPane.cxx
        
        Change-Id: Id6bbd113630348493ed1e67da72c7a42c5188b44
        Reviewed-on: https://gerrit.libreoffice.org/12236
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [7a741ac6dbfb579c28520911d4c11fafd7d48411]

        Missing include
        
        Change-Id: Ic94c452802c5171d1557bc78a74ea1a700db512f

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [18eab4c154eb033e8751c85df3b170a3946e3a20]

        callcatcher: BiffDrawingObjectBase is never constructed
        
        which has a bunch of related knock-on effects given that logic.
        
        Change-Id: Ib245af1005e37464e1a782018d88b379300641a2

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [904f9284a2250e17ff4c25f2c5d7540430a0c020]

        More passing of MAKE into external configure
        
        ...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into
        external/poppler's configure"
        
        Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [10a5a1511127fbc6fb1e13323ab6a77f77311747]

        Work around InterlockedExchange not exported from kernel32.dll on x64
        
        ...as reported in a comment on <http://msdn.microsoft.com/en-us/library/windows/
        desktop/ms683590%28v=vs.85%29.aspx> "InterlockedExchange function"
        
        Change-Id: Ie71edd7a5ce8ff3c922d607e174a4c4d43c08c1d

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [b3a6a93abb26e2c1ba987ed7dcd42923f2ef63ba]

        external/boost: WaE
        
        Change-Id: Iffc69577f12020c60bf5db1f740ec3fec43c3d8e

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [5f9969da4601855c66127f7977f7ce8d30abe5cd]

        Remove unused #include
        
        Change-Id: Idbd1052355dc10795440fc71b5517b6594461c63

2014-11-13  Stephan Bergmann  <sbergman@redhat.com>  [3bc78657cbbca66815073cdd1fad7324b0c65c95]

        WaE
        
        Change-Id: If061fd4c228b5288173a045430608b34b138c178

2014-11-13  Jan Holesovsky  <kendy@collabora.com>  [146e4f8bac3b76c33726219858aa0c823167a0a6]

        vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.
        
        Change-Id: I7ee9d7e705bb0344ba59c3edd10ed85390636cd4

2014-11-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [c17f215c613d9da9c0cd30d6597fefcfa37be76e]

        Apache Commons Logging 1.2 - re-enable the non debug version.
        
        Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44
        Reviewed-on: https://gerrit.libreoffice.org/12123
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [313c4d08a1514e38bebb827db5528db29ee801ee]

        More HIG fixes for sw
        
        Change-Id: I7aa36de06b70da68625ed860b330fdcf62d48de5
        Reviewed-on: https://gerrit.libreoffice.org/12400
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-13  Cor Nouws  <oolst@nouenoff.nl>  [cca366231538c62696a424b43353027905e3dfbf]

        fdo#86252: Menu 'Merge Documents' is at wrong position
        
        Fixing a small mistake that slipped through with the many great improvements
        
        Change-Id: I252f2f05e6d624094507cc1f825faab5912e006e
        Reviewed-on: https://gerrit.libreoffice.org/12407
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [22ef69b25fa60f4543dc72cb7a8d2f88b789ce43]

        impress tables are not interactively growing
        
        the optimization here stops tables growing as their text
        contents change in editing mode
        
        So, just recalculate if the table could grow and its
        being interactively edited, which leaves the original
        (dubious ?) load-time optimization in place
        
        Change-Id: I894acf47d34ec8b68aaf9076b5a0cb7e29c38a17

2014-11-13  Michael Meeks  <michael.meeks@collabora.com>  [779b57b8244ee7552a125b8cef9b51ebad34921a]

        vcldemo: add OutputDevice / copyBits test case.
        
        Change-Id: Ie585daba1d1a1f1dc9f2957c19462a501131d10a

2014-11-13  Laurent Godard  <lgodard.libre@laposte.net>  [4ef9e07c6526ac2e36f9d10a81da264f0b205920]

        calc performance test
        
        - a plain perfcheck test example on big file
          - searches
          - named ranges
          - sheets
        - big file is approx.
          - 100 sheets
          - 60k values in a sheets
          - 5k named ranges
          - 2k formulas (calling named ranges)
        
        Change-Id: I61970f3387d400ed6737a369ead6daf896afacdc

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [98cd2671f0a215ced6203372ac673e2380031ac0]

        table layout cache returns wrong rectangle
        
        the layouter can modify its input rectangle to grow
        it to the necessary size to contain the layout
        
        but we're returning the input rectangle when the inputs are the same as the
        last call, not returning the output rectangle.
        
        cache the output rect for a given input and return that
        
        so now insert->table in impress and tab so extra cells are added and
        then select the table and the blue border contains the whole
        table, not just the first two rows
        
        Change-Id: I4f09594d82c1597204afbd059e175af9bf8e2527

2014-11-13  Tor Lillqvist  <tml@collabora.com>  [8003afa1f35821e6f8ca8b917b9d446219b6a1ae]

        Blacklist has precedence over whitelist, so order them like that
        
        Change-Id: I0cf00abd582aaaaa4be4d385a6ef4f199c7aa0bc

2014-11-13  Michael Stahl  <mstahl@redhat.com>  [d7b8a41282800e9e7d2b44deae372dd23435e444]

        spurious warning C4701: potentially uninitialized local variable
        
        Change-Id: Ie1353d0251fab6f12b34fbd5d2d25d8b6e3e3c6b

2014-11-13  Noel Grandin  <noel@peralex.com>  [3adad743e7702a5403927c89d2d19534509c7085]

        fix connectivity unit test for --enable-mergedlibs
        
        it's a workaround, but given the conflicting requirements of
        MSVC not liking duplicate symbols, but the unit test needing to
        link the objects directly to access internal symbols, there is
        not much else we can do.
        
        Change-Id: I9bdcc5f2b6ab0712cc3317033c4fbae4791cbb6b
        Reviewed-on: https://gerrit.libreoffice.org/12387
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [3150ae30415c1253258829dd3d39c015e75c6171]

        valgrind: check return of convertDateTime before using fDate
        
        lots of spew in VALGRIND=memcheck make CppunitTest_writerperfect_calc
        
        Change-Id: I8b95e95218beefe19e881c9d055323d0abec49c7

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [78bc1be4a7f8b507eaddc6defe1cc3505edf2238]

        add CVE-2014-6352 testcase
        
        Change-Id: I4f1ad13f73737a2c88d5b911f9df858a3427eac2

2014-11-13  Caolán McNamara  <caolanm@redhat.com>  [58d5cbd978fdd7dd29e61e1aa99f8141581a6599]

        add EDB-35217 tests
        
        Change-Id: Id37702123bd81a7102d101d3348dcf923c20a5d8

2014-11-13  Juan Picca  <jumapico@gmail.com>  [a81af704a4e930d1f8f9b307fa8508118f90ea98]

        fdo#75757: remove inheritance to std::map
        
        Change-Id: Ie42dd57c1d75987ed462aac152426665bf416178
        Reviewed-on: https://gerrit.libreoffice.org/12385
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-11-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2842972232083c848016762b72470cafc8e85fa7]

        fix missing dependency to glew

2014-11-13  Noel Grandin  <noel@peralex.com>  [b52a7c4df461109e6b80c65b043135582dd4f01b]

        loplugin: cstylecast
        
        Change-Id: I071962c646199c30e842b9ec7673473de237ee45

2014-11-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1ec0bf64ce7c099f199e62f148187509c998d3a]

        vcl: rename variable in OutputDevice:drawOutDevDirect()
        
        pGraphics2 is quite non-descriptive in OutputDevice::drawOutDevDirect().
        It's actually the source SalGraphics instance of the source OutputDevice,
        so rename it to pSrcGraphics which is rather more clear.
        
        Change-Id: Iea8aa7410a294e012fccd9d4c8d7ff9c1270aa74

2014-11-13  Yousuf Philips  <philipz85@hotmail.com>  [e6c7c618d1c4f78d4e11fcc9ee40f70aff583c90]

        fdo#85776 swap increase and decrease indent in sidebar
        
        Change-Id: I5f6dd2244adecd2dba7e03ff3f620bd4c7657d7b
        Reviewed-on: https://gerrit.libreoffice.org/12396
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-13  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [847e58b2124f7af036e72ae0c840a6596c8fa7d7]

        Remove unhelpful tooltips
        
        These buttons should be self-explanatory.
        
        Change-Id: I3ae973f093430cb3c1c88284267cff005caf7bff
        Reviewed-on: https://gerrit.libreoffice.org/12397
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [19274cdb71983daf684abe623dbad61d3ca3cb6a]

        Revert "loplugin:unreffun"
        
        This reverts commit 3e90cc12731eaf149dce83237bfccb88ffbd26a9.

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [17bc7a4cb9eb22d59aae7d7646bf436df9e3fd8b]

        vcldemo: Add some values to the gradient arrays
        
        Change-Id: I6c51bce7503866f39e72957752303e4d28145afb

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [1b3dcdbecbbcd5f5f1b838366bbfe194c4188c36]

        vcl: Fix several coordinates calculations
        
        Change-Id: I15878b4d91081a7ac880713ad278893aaad4a844

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [afd759a583e9dcbbbdda0697b57f97f8235d2741]

        vcl: Use stencil mask to clip gradient shape
        
        Change-Id: I5dc17a20ab65f0b0bad4741a7d1ec76a0e028e23

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [6ff6d0b00dee5f9afbd4b4f0747183a3c8ba7939]

        vcl: Use glScissor for rectangular clip regions
        
        Change-Id: I62bf28d854d889242a49146cfe87c3dd6be89c32

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [0127e37a83bc3734045c084fe8e3eb61998afc9e]

        vcl: Fix gradient programs attribute binding
        
        Change-Id: I4210f09759824bf9415350262fd07534c9b3a317

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [a6fee2ca4c3bd502df755be64d2b62c1a4d2c1bb]

        vcl: Use scissor or stencil for clipping in OpenGL backend
        
        Change-Id: Ib6620572391999d5f8124a1a8695909d6c48643d

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [c4e494bc62faa810c1b373f2e6ba7142c2b1c88d]

        vcldemo: Draw mini-view of the whole window in the last rectangle
        
        Change-Id: I74e8807e6a4f50b99fdc761bbdbef6e43405a3ed

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [1aef60fb3fbd5d9ce6521fd861207e6af7bcc5fb]

        vcl: Add support for GPU scaling when no rendering is involved
        
        Change-Id: Id5aa4c1e843d286026a7bcd1297670db467dcbbc

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [9ac5aa94665da9c6b9188716345e79ade00dd0cc]

        vcl: Use new size when scaling with filter in OpenGL backend
        
        Change-Id: Ib5d12b0e57b537bbd1798121e80cd517d9c8f751

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [dc189f79e844c7208220c0903309852a09c8b1c1]

        vcl: Fix memory free bugs
        
        Change-Id: Ic8c507014f0b02c7a0baa40f3f48070301604ca4

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [f3981e86d66e5d57e266961586a5b94ffd290fa9]

        vcl: Fix the masked texture program attributes binding
        
        Change-Id: Ie7440881f35eaf348aef35beea5a6d407d16a342

2014-11-13  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [f433825259731e6fd0bc666f4d22b2f31dc99fa9]

        vcl: Use single-buffer rendering and only flush when necessary
        
        Change-Id: I832dd6f3647fbb423975fa928a5ec32447225e85

2014-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [8fa5a65792dc109791cbfbf5b8674cd9b65159dd]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I411f8f800b7c7f23a7e581a36689f52ff99362c0

2014-11-13  Michael Stahl  <mstahl@redhat.com>  [5bff4b016c4b44f4123e0e6a4fd4c0c4dc0cfa2d]

        sw: delete global SwAutoCorrect instance to avoid crash...
        
        ... in exit handlers because VCL and the SolarMutex is gone.
        
        (regression from 4404b718bdb547cb9b7b17c73a53574724cdeeb7)
        
        Change-Id: I9f33b2cb8c87f7137e3ba0ae033879861f9fe11b

2014-11-12  Michael Meeks  <michael.meeks@collabora.com>  [2cfb2aaa5c55eeddd101d3a025e287fdc9a4766a]

        vcldemo: render AA polylines and line-caps behind top-left pane.
        
        Change-Id: If04738469e94069876d035f160d542c04ae8ffa5

2014-11-12  Eike Rathke  <erack@redhat.com>  [9807d4498cd0c759019e36c822bca3b5ea563600]

        fdo#86219 use vector replication when obtaining scalar for jump matrix
        
        Change-Id: Id778dd7f649b480538fe757aab70c5e890123f31

2014-11-12  Laurent Godard  <lgodard.libre@laposte.net>  [187ffc5e9966c3f2c09965b5ab8ebb43e12300e9]

        addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twice
        
        as it is already done in subsequent calls (in ModifyRangeNames --> SetNewRangeNames)
        
        perfchek result
        before : 899399452
        after :  645684676
        
        Change-Id: I29b8add457c3177e63df29f93be7a11dacde4953
        Reviewed-on: https://gerrit.libreoffice.org/12302
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-11-12  Laurent Godard  <lgodard.libre@laposte.net>  [fa18fd06e0d9de3eb87f3bdec4aa00a587c9fd5f]

        calc SetNewRangeNames remove useless bool type
        
        Change-Id: I0c8bca04c3d0e318caacfbfa306284153305d8eb
        Reviewed-on: https://gerrit.libreoffice.org/12381
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-11-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [89db5b5b88508e55bce50240d248dd26053f4e09]

        Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug version
        
        Change-Id: If6526a9170f90227fff6b148f24a0dc99ff42941
        Reviewed-on: https://gerrit.libreoffice.org/12116
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-12  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [c245858dc42a890ab6fbfc7e2c33c60af99e61b3]

        Bump cairo version to 1.2.0
        
        Requirement already fullfilled by RHEL 5
        
        Change-Id: I2304ecac744d1b46b4329ab6d1a0b75739d5c4ea
        Reviewed-on: https://gerrit.libreoffice.org/12250
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-12  Michael Meeks  <michael.meeks@collabora.com>  [79728bdfbfe6f59c899fa7cb2a7fc654eb5c428a]

        vcl: add missing glew.
        
        Change-Id: I72df4b35b03a94a89df624cb2dcd243bd49774bf

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [61c226d34edc7fd1b212f01be6bdbbde6cc6c2f7]

        Revert "coverity#735657 Division or modulo by float zero"
        
        wrong name, and I intended to get an explicit review of this
        option
        
        This reverts commit c4f821f17cb8c970d1d8abd86a1f780250d96734.
        
        Change-Id: I743e79b8cc9493c259b88f50487ef06290ab7318

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [d72b93a5a64ecc5f620a6af999a605385a0b997a]

        drop pool ver 1 import support
        
        this unloved streaming format is internal only now and used
        for editengine c&p and (reportedly) autotable format storage.
        
        So we shouldn't encounter version 1 files anymore
        
        coverity#1242764 Untrusted loop bound
        
        Change-Id: If8e5717e997cf915f45f6e9484bb97d472e4dc2f

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [6cec5d9725375bc2254e44324610e6f44f1f5143]

        coverity#1213365 Untrusted value as argument
        
        Change-Id: Ic03462f315296cf058600155c54d53f0d712df93

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [703beb33b1a71a36e2b0381aa015c683323d8835]

        coverity#1213370 Untrusted value as argument
        
        Change-Id: I89e29dd0382c60b0aeadc9f664e8c2784e216f2f

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [0a7b110d9ed617c9a8be15736709fe54ce18038d]

        coverity#1242813 Unused value
        
        and
        
        coverity#1242867 Unused value
        
        Change-Id: I8ad069a5a84b97e956cafcd925fd733fb5ed9b2e

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [22681a96efc8c34b623679f59899ba76b2cd580e]

        coverity#1242892 Untrusted value as argument
        
        Change-Id: I6a384b0cf8a08883a0bfab8fd62a2e6badeb09cd

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [c4f821f17cb8c970d1d8abd86a1f780250d96734]

        coverity#735657 Division or modulo by float zero
        
        or maybe this is closed to the original intent
        
        Change-Id: I0df98616de0b7612acc35e406d34ef9d56c8585c

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [c75d632c85ddf18d51b98894a424e178a77dd2d3]

        coverity#735657 Division or modulo by float zero
        
        Change-Id: I001cc2b0c8866956d9fffb67f3a30306f9b02e63

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [3ecb8eff589d5eaf241d37c5bb89a978a64727f9]

        Check blacklist and whitelist here, too
        
        Change-Id: I0e411dccf445cb8d1e2e5238c1164d7ac18d8636

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [6f584490d7ec60ea8a6b16aba35898de9edf6921]

        Make checkForKnownBadCompilers() public
        
        Change-Id: Icddf3c158e5f45d30467d3da82c197901d8bc380

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [8b290c56dfcd6cc43a422601408378c887d84316]

        Specify platform vendor, not platform name
        
        Change-Id: I4dc457a08d3baa48d461c27d325638735689f5fe

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [c51fc2df9223d4c57e6749da553e29ae4d351782]

        We want the platform vendor here, not the platform name
        
        We already have the platform name in maName.
        
        Change-Id: Iec94ce72cbaba0adf1c82a90892ab98851f5c8ca

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [d12efada389643ab0e13a280246d14caed273029]

        Refactor and fix checkForKnownBadCompilers()
        
        Change-Id: Ib2ee1a726fd54c34728234bc1a6b25a05b4e98b5

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [af8a6797918fa9f6450dae856f519257da00be3c]

        A bit more informative SAL_INFO logging
        
        Change-Id: I60c38129a532e3843db4a422755ae50e4689b91f

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [607a306ab74f4b84f277605762eea81142a820dc]

        Make it match ScCalcConfig::setOpenCLConfigToDefault()
        
        Change-Id: I6555028d098e9dd9bde466441c1c9a9f58782ca2

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [2057d6c19c1c874f00eadef663d612a0f09fd09f]

        Add first whitelist and blacklist check attempt to checkForKnownBadCompilers()
        
        Not sure if that is the right place for it.
        
        Change-Id: I246bb6191513f5c1557b9f211915becce0908d24

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [6e77fd94bbe764a6e52ce5af7d9c4a8d16fef61a]

        Add a whitelist entry, too (for what I happen to be running at the moment)
        
        I am starting to suspect that we will need regexps for the driver versions,
        not just match-anything wildcard "*" and version number comparison a'la
        strverscmp.
        
        Change-Id: I6945f8be2cf478a8f0c76c5d9f82b2d60a981f37

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [44643be33e25d3949d019000412f5ecea1fbb5cf]

        Add output operators for SAL_INFO convenience
        
        Change-Id: Iee3be5f4847f12f3463438435b1713c5ad74d3d0

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [95bb07b1be264660174b25d316f7fb91fec35a7a]

        Bin effectively dead code
        
        initOpenCLAttr() sets mnIsUserCreated to 1, thus it can never be 0 in
        initOpenCLRunEnv().
        
        Change-Id: If42b4fac082284bd0924292d234911b3c319f9ab

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [5c8f76ff6c9cd74325572e9078021e318fd72afe]

        Add comment that replies to the question in comment above
        
        Change-Id: Iad8896df4491b2b4363fb2d16134e92dd9545c35

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [de99aa16c0fbbd2801c5f90788adbea7013be11f]

        Don't use misleading 'm' prefix for non-member variables
        
        Change-Id: I5b3042e4b5cc11445a8f704df686cebe56874b12

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [ed1070949b81814ab6bdb7efcb18b747832247f5]

        Expand tiny misleadingly named 'registerOpenCLKernel' at its only call site
        
        The function did not register any OpenCL kernel;)
        
        Change-Id: Iebba89bc39d3035ff0d39d9cfa8ec72d4ebf217a

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [559478530b41e60528f2026c2f81872b0096dc94]

        Keep also the platform vendor in ds_device
        
        Change-Id: Id195cf9d079b24108b1fb9abeb1f0bf1529d2f72

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [372bef8902a16d48b53e284b6777ddfa10aa0bdb]

        Split driver version specification into a range
        
        Change-Id: I1f26b47054e70e54ce81d3ec4cbc5ff58c1aeea3

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [4554e71e46c2ba68d1559e5e90bd648916bd67a3]

        Rename OpenCLImpl to OpenCLImplMatcher to better match its purpose
        
        Change-Id: If9b7052385a49df1403a5f652c67ca7c103a8be2

2014-11-12  Stephan Bergmann  <sbergman@redhat.com>  [2fdf78109e815a64169fdab1a8175b63ef9c64d4]

        Pass MAKE into external/poppler's configure
        
        ...which does some checks about make and could otherwise add some unhelpful
        MAKE=make into its Makefiles if it doesn't find a make (so that the following
        $(MAKE) step would needlessly fail).
        
        Change-Id: Id8d11ffbc5a09c9f7f61fb12acc2481468746404

2014-11-12  Jan Holesovsky  <kendy@collabora.com>  [0a2d7345f756b49440ab7845ac0a1e991f2a014e]

        windows: Default to large icons, as we do on all other operating systems.
        
        Change-Id: Ifbb7287b5c28de7e23f95b89574ba4196fbb58ac

2014-11-12  Jan Holesovsky  <kendy@collabora.com>  [f7efd54ba5ecfe165143e4951cb3e349acc2e364]

        opengl: Check for error at the end of every method that deals with OpenGL.
        
        Otherwise we will get the report of an error much much later, most probably in
        a totally unrelated part.
        
        Change-Id: I33d3c6d01126f5766beb179eeaeb3276a9078226

2014-11-12  Jan Holesovsky  <kendy@collabora.com>  [1254e56ea3aee206e9e6c06332c10ba775ad9bce]

        windows opengl: Printer still needs WinSalGraphicsImpl.
        
        Change-Id: I298783d5f1c7e825f52eb3d61f45c0c3d3019f04

2014-11-12  Michael Stahl  <mstahl@redhat.com>  [6e3c823f591365c94b22932f08f0884d372e083e]

        fdo#80328: sw: fix inverted conditional in AutoCaption dialog
        
        (regression from af2d474ff9a91645043c1d4292891c313cceef5e)
        
        Change-Id: Ib22be881c82024e545752715bb9eeb2851a64f88

2014-11-12  Daniel Sikeler  <d.sikeler94@gmail.com>  [e1cbf05c9d43452eeaa19a5eb47512249ca05edd]

        rename variables in makefile
        
        Change-Id: Ie1a7a8d83cc9c1ae4b6d015b77713f446fdd871e
        Reviewed-on: https://gerrit.libreoffice.org/12388
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-11-12  Luboš Luňák  <l.lunak@collabora.com>  [8a75dafbe19b19fe8b39e4e85f5ffa47da23f41e]

        make FastAttributeList's unknown attribute value be passed as OString
        
        Since that's how it's internally stored anyway, and I have a use case
        where it's useful to limit the length by passing it to OString ctor.
        
        Change-Id: I5903ea4f1b2cdb48c1bbceac6b8e21eb5882d377

2014-11-12  Luboš Luňák  <l.lunak@collabora.com>  [95cec52515a51a96e58fae9aa11ca2459365e66d]

        allow inserting attributes that have zero length
        
        Otherwise the strlen() might give an incorrect length if the attribute
        value is just a part of a longer string.
        
        Change-Id: I67eb7baecfa928fdee26c5ea9003bd7fc9b96d59

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [dba04714fc5ba0e0f4798351397b61748eaa5785]

        pebcak, condition reversed
        
        Change-Id: Icc89a32093e92dd7d05e4b7f5d79bfa01da1b0a5

2014-11-12  David Tardon  <dtardon@redhat.com>  [9816b432ae7203078e4573d9fee5891eb78d6b2a]

        missing subst breaking assignment of libs to modules
        
        Change-Id: I7a4d2dc0bd424f17eceb3f5d4c8758255bca50de

2014-11-12  Michael Stahl  <mstahl@redhat.com>  [0725f1541bf57e0bd5ddd374631f5a2464373b75]

        gbuild: move setting of gb_CPUDEFS to CPU-specific file
        
        Change-Id: I91b05bb579b4f74fad7b479453389437d4376b2f

2014-11-12  Michael Stahl  <mstahl@redhat.com>  [c7231176a64e456b388a7c849f243abf9526a28d]

        gbuild: let's read our elves through a variable for consistency
        
        Change-Id: I264a94dc9cdecf1a21ee37b37b5464e05a8e205a

2014-11-12  Richard PALO  <richard@NetBSD.org>  [573506c778410fc0eb6afc0c07bdd849613503a8]

        in general, SOLARIS should use /usr/bin/ld.
        
        Make equivalent to unxgcc.mk (with gld).
        NB: use $(READELF) updated in configure.ac and config_host.mk.in
        
        Signed-off-by: Michael Stahl <mstahl@redhat.com>
        (cherry picked from commit d6afd367167ed406cd97192da358b776dbf5158e)
        
        Conflicts:
        	solenv/gbuild/platform/solaris.mk
        
        note: while cherry-picking to master, removed all mention of toolchains
        that are unsupported on master due to lack of C++11 support (GCC < 4.6).
        
        Change-Id: Iaf175fb7db095c567e9837eac8456c0c3809e334
        Reviewed-on: https://gerrit.libreoffice.org/12384
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-12  Richard PALO  <richard@NetBSD.org>  [c22480ada409325a1c9a67dd06ce95b1028cb07e]

        alloca needs special include on SOLARIS
        
        Change-Id: I72415dbaf1350913938950eb1c0487a78cd67935
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [631378fe110ec7c4161a6c36011640522b881c27]

        valgrind: logic for last-ditch svg detection is busted
        
        bIsGZip was never set, and the condition that uses it is additionally inverted
        
        Change-Id: I0496bb27435c4323d74c1b99467d3ede68e7bee6

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [3cd91d1204f8982b2ac7861e4479c8614a8d960f]

        coverity#735490 reimplement bit counting
        
        with a classic solution rather than a bizarro one that
        confuses coverity
        
        Change-Id: Id9427a47693897683193c0c778f0cd6c39740f6f

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [c24df3e0904cdf8aa289db435ad3e6dc8c25a437]

        sal_uIntPtr->sal_uInt32 for BitSet
        
        because this ancient horror expects a 32bit type here
        
        Change-Id: Icf8b775ea67afa0ead559a55b8c335ad1afc4010

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [95f4ec094fdd0e06626ac4f7952309c18877c3e9]

        ditch this unused idpool horror
        
        Change-Id: I527b310126518357f9830f75d16b4848c9383999

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [a9aee04ecfbc4494b752b10e2a2348a0ccb991f1]

        valgrind+afl: bad rle
        
        Change-Id: I0a9e5fc88ed1fcc7f1bd21218cabeb0adf65c9f4

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [c6bad400de605adf9c4cb32663b0f3610dab7024]

        coverity#735344 Unchecked return value from library
        
        Change-Id: I6dbb5ce74225e092d4098174fd4b53aa8c4201fa

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [8d38824b3866d5a1da7d792bd06613ecc4c52be5]

        coverity#1187642 Unchecked return value
        
        Change-Id: I6b96ef79d0996e5b783d27c4da8e45ddeac5c7ab

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [84e44386d70e886f9bae633ebe915ea3a52f8dbd]

        coverity#982189 Unchecked return value
        
        Change-Id: I6f5ef42b38236ea5f70ddbccfa25a81f2f3e976c

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [1e9a50075bd39e1387f43605eeaa0132af1bd2c0]

        valgrind+afl: short read
        
        Change-Id: I4e78a434e4e49b376864549f7b96ca515eb1654a

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [a967c85b13819e2c81082edec0f217259dca7ca8]

        valgrind+afl: short read
        
        Change-Id: I48fe6550c07c1b3d6b1099fd27f8c21427e37601

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [f23a51c9f978a3a8796a63ebcc03f7fcad52c6dc]

        valgrind+afl: initialize nFlags
        
        Change-Id: I3543f7f6616b6f400a74930fd998e4d517f56afa

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [9d7979b1319ed7360cec8765a1b387dc1e086148]

        valgrind+afl: short read
        
        Change-Id: I8165ac1b1ff17bf8165319b21c2a5cf595f75f36

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [9313095ea2d5f3dcc531d658e159e16ac2cb44fd]

        valgrind+afl: initialize cSize
        
        Change-Id: Ia1b553fed82645023c28467b837b51bd959adbbe

2014-11-12  Caolán McNamara  <caolanm@redhat.com>  [e76098b22e5d3f5bb422dfcca34b4d61fe2bd593]

        valgrind+afl: check p1 at start of loop
        
        Change-Id: I9ef947d9a9089f2bcf6c86711f10224a03abf394

2014-11-12  Juan Picca  <jumapico@gmail.com>  [e52de1ca778d76a60579a656f61013b0dec1fdba]

        Fraction: rewrite condition 'GetDenominator()==-1'
        
        Change-Id: I483024fd0ef3e4e187a143631b2e8bd953fa3a52
        Reviewed-on: https://gerrit.libreoffice.org/12240
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-11-12  Andras Timar  <andras.timar@collabora.com>  [a8af20dbbad18fd14b471ac52baef2015c89d242]

        typo: represant->represent
        
        Change-Id: If783e9338644a97206d99864ed19807e5fb3882d

2014-11-12  Andrea Gelmini  <andrea.gelmini@gelma.net>  [da40cac540e7d735edbe9069b3c8ec6af4530208]

        Fix common typos. No automatic tools. Handmade…
        
        Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
        Reviewed-on: https://gerrit.libreoffice.org/12164
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-12  Noel Grandin  <noel@peralex.com>  [bb437029c1e5331bcc3f8fb2fc87837142a52f33]

        java: convert fields to local variables where possible
        
        found by PMD
        
        Change-Id: I05b45382b8fb1b734657ce9421a20e6ef6fbe542
        Reviewed-on: https://gerrit.libreoffice.org/12376
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-12  Yousuf Philips  <philipz85@hotmail.com>  [84f7f412bfc9e18b1ff8b133ceda7757eae28c36]

        fdo#80651 replaced oxygen icon and added new tango icon for single page
        
        Change-Id: Idb4113923767e43660a8f99f7b1586bc1cfce3dd
        Reviewed-on: https://gerrit.libreoffice.org/12369
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-12  Yousuf Philips  <philipz85@hotmail.com>  [46da02afa96cb17de68d92e7bfb08a363ecbfde9]

        fdo#80654 added galaxy link reference
        
        Change-Id: Ief2eea9a30213417692e710fe0f30826b9acf2af
        Reviewed-on: https://gerrit.libreoffice.org/12370
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-12  Yousuf Philips  <philipz85@hotmail.com>  [ac2b85fa07c7d46449b5f2c6da12bd2f172e084a]

        SIFR: updates to a few calc toolbar icons
        
        Change-Id: Iafa9dec06463b5a7bc21dd893c540bb5dcc56e15
        Reviewed-on: https://gerrit.libreoffice.org/12378
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-12  Noel Grandin  <noel@peralex.com>  [ca0b3bb41988b679fff028a3a8e8cd7c7ec5bdd2]

        loplugin: cstylecast
        
        Change-Id: I8c840d6635f347dcb1b8d9d193a05d509ba6cacb

2014-11-12  Noel Grandin  <noel@peralex.com>  [a2f66db3a603a5f6802504f776727669811c2489]

        loplugin: cstylecast
        
        Change-Id: Ica3b54a7c331f0179294e2b52aadd884f53d53dc

2014-11-12  Stephan Bergmann  <sbergman@redhat.com>  [218840babb2f220c93f1ee9850c873861e547cd3]

        Adapt bin/run for OS X
        
        ...which does not have realpath(1), so just require CWD to match BUILDDIR there
        
        Change-Id: I245241299d650c541f86cf440d3b57308c86d3fb

2014-11-12  Tor Lillqvist  <tml@collabora.com>  [2aa5c169cee557aa12c34e11def70a99a6fa2813]

        Bin bit-rotted obsolete LibreOffice app
        
        It's TiledLibreOffice that is the maintained and working iOS test app.
        
        Change-Id: Id103ff90551fa753e9e5998b7c45f362497db6e2

2014-11-12  Laurent Godard  <lgodard.libre@laposte.net>  [8fa8bb641f63d88e67cafe90f0606905150b644e]

        Parse perfcheck results
        
        refactoring arguments
        process csv file only if newer commits
        add columned output
        calculate deltas & alert messages
        
        Change-Id: Ib7ba87e9cb55b03ac8665db7a8dc302d2e8611a0
        Reviewed-on: https://gerrit.libreoffice.org/12155
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-11-12  Laurent Godard  <lgodard.libre@laposte.net>  [e65790ddcf90ee243bf74f8f906c7b12a7fda901]

        perfcheck instrument existing test : replaceAll
        
        Change-Id: I7766aa6d69810124b27763912c3e7a8399637280
        Reviewed-on: https://gerrit.libreoffice.org/12243
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-11-12  Matthias Freund  <matti_lx@secure.mailbox.org>  [c18a2a239ecb41cd6f8c07d086f15cde0cffdbe1]

        fdo#75256 Improve sifr icontheme
        
        Add several new icons for calc, navigation, printersetup, bookmark.
        
        Change-Id: I7ea7a1ac79f41e1da8891f46e03eeccd581a5cf8
        Reviewed-on: https://gerrit.libreoffice.org/12372
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-12  Stephan Bergmann  <sbergman@redhat.com>  [3e90cc12731eaf149dce83237bfccb88ffbd26a9]

        loplugin:unreffun
        
        Change-Id: I77a832e729b4410be953343fa4702e37b4ae691c

2014-11-12  Yousuf Philips  <philipz85@hotmail.com>  [107aa518fd2032e039a7a2debc8a9453b7a139c4]

        MENU: move chart from object submenu to main insert menu
        
        Change-Id: If51cddafa63c79e4e7619c0c39d8f14f8eb83b25
        Reviewed-on: https://gerrit.libreoffice.org/12373
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-12  Noel Grandin  <noel@peralex.com>  [b95dcb97de986a1e7dd7f7fda258e559f8d60b1c]

        java: last statement in finalize() method should be call to super.finalize()
        
        Change-Id: I1785c6cef1fe7c1990207a76c263cff388cbb7e1
        Reviewed-on: https://gerrit.libreoffice.org/12375
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-12  Noel Grandin  <noel@peralex.com>  [36ff1527c9cb20542d3097d123d221c40a356795]

        java: reduce excessive code indentation levels
        
        by using early return in some methods
        
        Change-Id: I3611c8c89b3a94ef7e1772d178acf065fd7fcdc7
        Reviewed-on: https://gerrit.libreoffice.org/12374
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-12  Stephan Bergmann  <sbergman@redhat.com>  [1eb31467a5af90fe41dc646dd716bdb7d3e5db45]

        Guard against wrap-around in SvxFontHeightItem
        
        ...though the whole design there looks broken
        
        Change-Id: I6c3a53d606ea835d34729fcfb661fad0f1897716

2014-11-12  Stephan Bergmann  <sbergman@redhat.com>  [485ac5e159c315b3edf1d892da8e95ce901daa23]

        Clean up SvxFontHeightItem::SetProp
        
        Change-Id: I6cc58745aaf7093e54f92b50201bf2a39fcc5619

2014-11-12  Noel Grandin  <noel@peralex.com>  [8144d773f3d2259ef84c172bca9e75066524e5fd]

        fix build on older compilers
        
        caused by my commit 750cb51  "loplugin: cstylecast"
        
        Change-Id: I688a976d17aebc7a41119e57441076fcf5023ded

2014-11-12  Noel Grandin  <noel@peralex.com>  [750cb51aaa02092f076c6a60732ec0f7374f2d63]

        loplugin: cstylecast
        
        Change-Id: Ieffa7ae199b42545d307fba661ce205573cf4b41

2014-11-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bf9435bce063da95deb8a52371bce04e7435c966]

        Revert "Revert "Revert "wrong merge conflict resolution, vcldemo, icontest go to instdir"""
        
        This reverts commit 80c83f4a578e1ec0c8b5e439687716e365937c9a.

2014-11-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4cbd2c0b414ca229d7a30c77ce06c01be718147f]

        add quick way to enable OpenGL backend through env var
        
        Change-Id: I274c76178500c231c1339ac5f0cb7fc084cd1e4b

2014-11-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [80c83f4a578e1ec0c8b5e439687716e365937c9a]

        Revert "Revert "wrong merge conflict resolution, vcldemo, icontest go to instdir""
        
        This reverts commit b64caa8ad85d951c74e1c84096802997340c8e1b.

2014-11-12  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [b49bea154047efeb9e487dde6c9742cf31c11400]

        vcl: Use offscreen rendering for native GTK widgets with OpenGL backend
        
        Change-Id: I142e1b34e54a3cbe149e5af9adeba1250a4ca9a9

2014-11-12  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [e1e787d5e418a328f8023d3b777384b98441a9de]

        vcl: Add support for radial gradients in OpenGL backend
        
        Change-Id: Ie47fb18ae7d5286fe7559c7dffbc54b0856d4d8e

2014-11-12  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [74c3dbe87e7256f8f8b3eac3a34415780035f465]

        vcl: Read back OpenGL FBO to create offscreen X11 pixmap
        
        Change-Id: I330e7d62bf31b4a90b5866d9531f073f7c69c92a

2014-11-12  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [c7a5ce27e6d27af4d868dedcde1f650fa129e6f8]

        vcl: Add initial support for linear gradient with OpenGL
        
        Change-Id: Iccc12c94bfd68387dfc0161a5fde4f595edda0e1

2014-11-12  Michael Meeks  <michael.meeks@collabora.com>  [b021b5983c62e266b82d9f0c5c6d8d8900553827]

        WaE: calm clang tinderbox.
        
        Change-Id: Id07741c3d7780da72a351c33fc001f7d2a73bc64

2014-11-12  Michael Meeks  <michael.meeks@collabora.com>  [98f9baa5253f7bb8034f148519f31f548b1452fa]

        vcldemo: add some clipping tests under the checkerboard tile.
        
        Change-Id: I801931055aeba38e9173fb04dcc44b220cd3f17e

2014-11-11  Michael Meeks  <michael.meeks@collabora.com>  [a05fe51feb29301968299d6167fa1acb0d5850e0]

        vcldemo: render a selection of odd gradients.
        
        Change-Id: Ic3d2f795d453b9c48316d78d0d50486624cdc2b1

2014-11-11  Michael Meeks  <michael.meeks@collabora.com>  [c3eab4a893a4cde7c23ad06e4090283775b1e49b]

        vcldemo: render an enlarged view on mouse click.
        
        Change-Id: I9021ab4744b16f967eaa5006128d30621b421d7a

2014-11-11  Michael Meeks  <michael.meeks@collabora.com>  [1c526c9ddda5d52f7a4db5655a4ec60b8c62835c]

        vcldemo: re-factor rendering panes, to enable zooming.
        
        Change-Id: Ib50fcba992293ec661912444a051a02d856c7189

2014-11-11  Michael Meeks  <michael.meeks@collabora.com>  [880310280901f7fc2966724265b7ba331244c07e]

        vcldemo: click to invalidate bits and bounce a floatwin around.
        
        Change-Id: I0c417842393eb32132fd430b8bf31e93e7ec3b27

2014-11-11  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [355770eff40acc07e9cd46fa4dcfb39e6a86166e]

        fdo82708 Add missing tooltips to Writer Statusbar
        
        Change-Id: Ie44b8de69b98ebfa789cc8f9a1d8a60b698fc154
        Reviewed-on: https://gerrit.libreoffice.org/12368
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Jan Holesovsky  <kendy@collabora.com>  [93b34d091756de6fc3e5424aa45e00397146cc51]

        vcl: Use the fast path for rendering.
        
        There was a discrepancy between the comment and the code; and I believe the
        comment was right, and the code wrong - so adapted the code accordingly.
        
        [I guess we will want to kill this condition for good when rendering via
        OpenGL at some stage; the assert() will tell us ;-)]
        
        Change-Id: I651261373068e975004c898b2a930c602c158b64

2014-11-11  Jan Holesovsky  <kendy@collabora.com>  [d87b163f8dc787d3bbb17d4a0008ef60c61fe6b0]

        windows opengl: Make sure we don't reach the slow parts of the code.
        
        Change-Id: I2a4d1bd294d1d88651c8556091f5453ef0aa5293

2014-11-11  Jan Holesovsky  <kendy@collabora.com>  [d9fbaf248ea907428c3a5d0422d0c9a9ce50b907]

        windows opengl: Instantiate OpenGLSalBitmap even on Windows.
        
        Change-Id: I2229141cc12ad7bc9fccfd6e2c7fec44ac4f6284

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [a237e0838196774cceeffe984d614198dbabd21e]

        Copy the original prop/prop unit
        
        ...instead of scaling the translated nNewHeight once more by the original prop
        
        Change-Id: Iadb53361a79f0b37b3c7c50066e4cfb7d24ed5e8

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [63c48a7e0e3debec16dfc7cd04e7eca4c6fbe0ea]

        Fix SvxFontHeightItem::operator=
        
        ...and remove thus unused SetHeightValue
        
        Change-Id: I9c8c18614233df6086ff23533e7e7129848f42ef

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [2a68ed19e8f35909e5dba691f9552099eae3162f]

        Revert "Some SvxFontHeightItem clean-up"
        
        This reverts commit d5f93eb47ec4c27e93ad908b0199790c702491a0,
        SvxFontHeightItem::SetProp was used to override "dummy" 100% nProp/ePropUnit
        values that did not match the computed nHeight value with nProp/ePropUnit values
        that are supposed to match the computed nHeight value.  Yuck.
        
        Change-Id: Ic12e824054b3c5da7aca766b9b3eb076d1837d9a

2014-11-11  Richard PALO  <richard@NetBSD.org>  [88a40e70fe921680ed303b8ab69ca866ae67078e]

        O_RDWR and O_CREAT are defined in fcntl.h
        
        Change-Id: I568ee2c3f103777720f6c39340a5915b10aeebb4
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [457105c7d9ede7a4d73d69d1c87306e88d57c0ac]

        update solaris directories being referenced also borrowed from  Gabriele Bulfon <gabriele.bulfon at sonicle.com>
        
        Change-Id: I17787fbbf12f1bc8b3e78b8dd2e8b33679bab5b1
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [a395a395e52af67e943eaa80fc003954fe44efae]

        Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>
        
        Change-Id: Id15c4b355591678023ae97b1183f8f3a01823084
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [5f35b74bb1367a07b1f2d85c6665b31c906b9538]

        improve SOLARIS guard
        
        Change-Id: Ic5edb7c0977b6c589329cd80616aa320d6cc929b
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [92c5bc7d6bc9dec429114a0f72f6f5989d70f731]

        SOLARIS can use/should use posix_madvise under certain conditions.
        
        Change-Id: Idc40752b4beee932b5912e6df9fe6acb15571201
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [7970fa513006af45994122a0ec42486e7b32cbe6]

        cleanup improper SOLARIS linker libs and options
        
        and, most importantly, forget MOTIF!
        
        Change-Id: I0230932618b396ec4d5bf7638a13e5a80a4fada0
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Richard PALO  <richard@NetBSD.org>  [ee49e52c66c18b50d2e92105e75e10e69fe04bf8]

        READELF needs to be defined for unix such as SOLARIS
        
        Change-Id: I749fa8a19e00957a3f83f41e029687b435a3a903
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Eike Rathke  <erack@redhat.com>  [0d3ca29fd21bbd39531c2dd72fca05eeee2f166a]

        for unknown locales check is needed even for ll[l][-CC] tag, fdo#86011 related
        
        Found when investigating fdo#86011 where 'du-nl' was accepted and
        assigned an on-the-fly-ID even if the 'du' language code is not defined
        in ISO 639. If a tag is not internally known we need to check it using
        liblangtag and take no short cut assuming it would be alright even not
        for the simplest case.
        
        Change-Id: Ib8c1eb77b6b4a59019c4c8248b596bf53c0f4986

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [5d51b13048d5f1ede7e5fa446dfd965e33d723a9]

        Remove unused #include
        
        Change-Id: Ia79cdfbe8b1e065f84a30aa74500de3f1115c595

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [d5f93eb47ec4c27e93ad908b0199790c702491a0]

        Some SvxFontHeightItem clean-up
        
        ...and operator= shall probably copy rSize.ePropUnit...
        
        Change-Id: I112c02b3a3b2ce23f3d03f03881136e05be29017

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [047830de46fc40629dc9bdf1e8b9f427b6648c36]

        There are three positive return codes from inflate
        
         #define Z_OK            0
         #define Z_STREAM_END    1
         #define Z_NEED_DICT     2
        
        and we don't support dictionaries, so a Z_NEED_DICT return
        creates an infinite loop
        
        Change-Id: Iafb1da594962b3cb456a3223cc6d4122791718c5

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [08243fbab68e503241d158525f88c051bffb189e]

        coverity#1242754 Unused value
        
        Change-Id: I5e3d39b8f87e1496550c616928eab9166f624387
        Reviewed-on: https://gerrit.libreoffice.org/12364
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Tor Lillqvist  <tml@collabora.com>  [2018bd1505392f1a9ba236eceed3e67a584266bf]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0

2014-11-11  Tor Lillqvist  <tml@collabora.com>  [ca2fefb8796559b592d1ffd50c8346dcbcb33402]

        Add a function to compare version number strings
        
        Change-Id: I88d3d9040f70e84752ade19001a699f60e9e7636

2014-11-11  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [6914b17246f73595c1061502e432d55d9b47d744]

        configure: --enable-headless is dead long live --without-x
        
        To avoid confusion with the --headless runtime option
        leverage --without-x for the headless build. Please note that
        build and code ifdefery naming is not changed.
        
        Change-Id: Iefdbc7ca5b4bb5627ebd2c78b4cedf44dce4ae5b
        Reviewed-on: https://gerrit.libreoffice.org/12303
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-11  Jan Holesovsky  <kendy@collabora.com>  [6bf26bcd7ec0c2cbafb6f3950412f51f50b1e856]

        Revert "Fix apparently broken commit"
        
        Re-introduce the initialization back.
        
        This reverts commit e5ffff4ea0185db0e3139e86910240f3b074a2a6.

2014-11-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [5968ace1c0ce3796465feaed8f445a0397045c37]

        fdo#85907 Tweak size requests
        
        ... and remove an unneeded grid that I added.
        
        Change-Id: Ibc3b98a1f87d61464d652168546235e5c183c80f
        Reviewed-on: https://gerrit.libreoffice.org/12334
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-11  Justin Luth  <justin_luth@sil.org>  [817da76529aa39f641d76805d429b09681348811]

        fdo#85912 Delete surrounding text failing for input method calls regression.
        
        When Apache OpenOffice code was merged in, a few lines were removed for
        no apparent reason.  This just adds the code back in, and resolves the bug.
        
        See the comments in fdo#85912 for details about this bug.  It is hard for
        majority language users to reproduce since they don't use ibus/kmfl to
        type their language's letters.
        
        Change-Id: I3963ea0f0eeeab8c8006408a7e229beab1ccf9f6
        Reviewed-on: https://gerrit.libreoffice.org/12311
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-11  Szymon Kłos  <eszkadev@gmail.com>  [2fc7a10dbf7f76046cd287c7e7695fc547d2fab3]

        fdo#84582 : fixed label in the 'Insert Version Comment' dialog
        
        When user's data are empty, dialog shows "(no name set)".
        
        Dialog:
        Writer->File->Versions...->Save New Version
        
        Change-Id: I6780cbe452fbc206b3e153975dbb1c1d9570718b
        Reviewed-on: https://gerrit.libreoffice.org/12307
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [bd78cbd028781c27c824c52715824e3cefda6054]

        build fix
        
        Change-Id: I9d4dc8a165bc042a674eb472162292a486f3761c

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [6811d2f85b49eafd0448de726d9a8287d81e7b1b]

        strip off hard-coded numbering from outliner preview on load
        
        how to reproduce an outline which won't update wrt the numbering style
        
        file->new->presentation
        view->master->slide master
        select first entry of outliner, i.e. "Click to edit the outline text format"
        make it underlined, save, reload
        view->master->slide master
        now use bullet and numbering
        set level 1 to e.g. none, ok
        nothing happens to the outliner. It remains "stuck" with its default numbering
        
        Change-Id: I95708b1f1c9cc74ae5129dbfad8ca0d37b00fa13

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [7efde313c2b267714604120260f680aff276dc3c]

        have a stab at improving impossible question
        
        as to whether you want to "adapt" objects or not
        
        Change-Id: Ic4c00be480d1be632d84dfac71fe911d48eacc51

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [9bdce3517d8c6631f4265d7dde77671baebb0c4e]

        callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effect
        
        Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [c5e580abdb7fbd904e07ed0620e7acdbc382125f]

        coverity#1130164 Unchecked return value
        
        Change-Id: I9d040b0a8862095ff7ac20b07642d60c17e54fce

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [9bf4b8c51d2dc2be892121349a63ab029a627fe8]

        coverity#1187643 Unchecked return value
        
        Change-Id: I2ba56fbff1ae05d1185d08d4fbd0285954fed38b

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [94ef826e67b3dcb02f690901b67ed51c93a9cfca]

        coverity#1209861 untaint image data
        
        Change-Id: Icc3fd75533a6173f1cb051f3cd7a47d63e523652

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [0cdfb1a2bb25d0e4b376875affed1d0621111d6b]

        readLE32 should return a 32bit number, yikes!
        
        Change-Id: Ibf260ab97cc397b72d81ad4cc08f43d8d2128cef

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [0a272329f3cd82f75d860cff4e851c8e009a5109]

        Related: coverity#1242658 Untrusted loop bound
        
        Change-Id: I1e7e815c2800b4846498092239b0fadaa5d87b45

2014-11-11  Caolán McNamara  <caolanm@redhat.com>  [00e3da56f2a0698b20b3f72317bfe07f870556f8]

        coverity#1242875 Use of untrusted scalar value
        
        Change-Id: I923fac826d5495af7caaa709dd2e844d8714c80b

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [36c853d20feb9c562dc08e59b1c9fcbf1a755329]

        fdo#85594 enabling sort, autofilter, alignment buttons and hiding others
        
        Change-Id: If8eac2bc43b207b7240a6b01c1e952c03a3006f5
        Reviewed-on: https://gerrit.libreoffice.org/12353
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e8ba9451ed915247f7d7c6806c8381bfa2bc8c75]

        HIG fixes for sfx2
        
        Change-Id: Ide13fff6a3d5d82847c4886967283cb4b59bcfbb
        Reviewed-on: https://gerrit.libreoffice.org/12321
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [8caebee126cb61e964604d10de54410ddca11d20]

        fdo#84909 adding and hiding buttons in standard and common task toolbars
        
        Change-Id: I6690f94fe4a41bb48110ef890301423f7c4328db
        Reviewed-on: https://gerrit.libreoffice.org/12359
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [82dcce9dc6e2b598b130179631e87342a656e22c]

        fdo#86035 added menu items for shapes and text box and did small rearrangement
        
        Change-Id: If37446116dc4022d88e46af1af610bc70ce7db78
        Reviewed-on: https://gerrit.libreoffice.org/12327
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Michael Stahl  <mstahl@redhat.com>  [bc756111e8562e85517a36412d0c7846af77e880]

        sw: remove silly assertion that copy constructor "succeeds"
        
        Change-Id: Ida31220457959d2ccc21ee2a723dd1ad16b2a502

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [df8935be905d8121e574da7fcda9d9053b04bbf9]

        fdo#85594 show row and column insert and removal buttons and hiding others
        
        Change-Id: I47b3c7400f350e2af9bf2c228f6e8c10dec7b352
        Reviewed-on: https://gerrit.libreoffice.org/12329
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [843822002f20dc86da9789074d4ae5797a42d55e]

        Standardizing the draw standard toolbar with other app standard toolbars
        
        Change-Id: I4d7eec2b255cc9e74b41be63eb321ef589aca230
        Reviewed-on: https://gerrit.libreoffice.org/12360
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [f346727c1f555064e38f0dcc6741f7720f936efa]

        TANGO: copy filter icons from human and add new row and column icons
        
        Change-Id: Ice4155222b64cd3d16c5397e8b6928b3555dcae8
        Reviewed-on: https://gerrit.libreoffice.org/12358
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [d82e55e4864258c1915dd486350a73727b8ac1f5]

        fdo#85046 removing extra merge document entry in the Tools menu
        
        Change-Id: Ia3690a4fa539cbfcfe03a70cdb467ee4cf7cb1e3
        Reviewed-on: https://gerrit.libreoffice.org/12331
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Yousuf Philips  <philipz85@hotmail.com>  [6f6f6f982ee58aff47c84fc29c79f9c8fd94f9ae]

        TANGO: Addition of sort icon and update of symbol and page break
        
        Change-Id: I41fdf13d7b51813c39ba14c5ad5ae0c472e5d1ff
        Reviewed-on: https://gerrit.libreoffice.org/12354
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Matthias Freund  <matti_lx@secure.mailbox.org>  [2788576c77f3adbd336f8a7f006d664b59575423]

        fdo#75256 Update sifr icontheme
        
        Adding modified showannotation and new textwrap icons for sifr.
        
        Change-Id: I270a993f3411732310ba1053591f11948fe0de1b
        Reviewed-on: https://gerrit.libreoffice.org/12357
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-11  Michael Stahl  <mstahl@redhat.com>  [e43e830eeeddc4be276a8d4b272d72005efe9432]

        xmloff: XML_DROPDOWN should be XML_DROP_DOWN
        
        Change-Id: I47247289bb4367faa9a07f3568270718b5423353

2014-11-11  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [4f3ed49d3cb48a4167dc174275f87a804a3a1bcd]

        iwyu: remove unneeded includes in sc, sd, sw
        
        Remove only include for files where iwyu does not suggest any
        includes to add.
        
        Change-Id: I58f3e956485ce058750c2635db9633736708d7f0
        Reviewed-on: https://gerrit.libreoffice.org/12342
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [c244d8fee1382d0705dc911895bed4078d1e71cb]

        Yet more nEndInvalid/COMPLETE_STRING fixes
        
        ...to fix -fsanitize=signed-integer-overflow
        
        Change-Id: I713dabd49b5a6085b2e40510540a20441f0c3541

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [620aef1070b03cce0a88eb45e2f9cdcbc6d5525e]

        Remove unused ShiftRight
        
        Change-Id: I0405506b8dc61df023c01c4f0ae63926e3ea1769

2014-11-11  Eike Rathke  <erack@redhat.com>  [580b65510bb6a9ac0069db822d4a176500b8df52]

        fdo#51008 change [pt-PT] group separator to no-break space
        
        Change-Id: Ibc658c6d1db5f1d5de8fd02d6eb0e269a625644f

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [22db613f4ed4ea72a3679b8dd094cbea302e136a]

        More nEndInvalid/COMPLETE_STRING fixes
        
        ...to fix -fsanitize=signed-integer-overflow
        
        Change-Id: Ib8dad09f1ed088c51fb417efecf662e76b2e495a

2014-11-11  Michael Meeks  <michael.meeks@collabora.com>  [feb93d45e872cce23e358527d264693dbbd47607]

        vcl: avoid opengl kernel creation writing over its buffers.
        
        Change-Id: I90486137323afc03a23afa6c18c27840fe8456e1

2014-11-11  Michael Stahl  <mstahl@redhat.com>  [72d6f917aeb011394b4545530605f5f932f6ad8f]

        sc: ~ScViewPaneBase() needs the SolarMutex
        
        Change-Id: Idbda230e8e4e48804b356e35cba3a3488cd4c55c

2014-11-11  Michael Stahl  <mstahl@redhat.com>  [8863396e7039f891ef23298dd15ce3ed9a9fb782]

        sw: fix misleading log message
        
        Change-Id: Iec87ed441ccdb03646fecaa8102a047c07a9b25d

2014-11-11  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7ed6b9a3c31cd79f88c0d6b29fa76366d7fe8992]

        fdo#39468 Translate German comments - sw/source/core/text
        
        Change-Id: I8f94931ab8e55e8e330350c92251fa8737bfe730
        Reviewed-on: https://gerrit.libreoffice.org/12308
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [da2d24a28504d2a3e6fa147e205ffbf30b1112ea]

        stop duplicate definition of lcl_popOrZero()
        
        This renames it to popOrZero() in node.hxx. Also one more call site
        found in mathmlimport.hxx.
        
        Change-Id: I3f0281315146347280d0836ceadcfdf9c80fa166
        Reviewed-on: https://gerrit.libreoffice.org/12310
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [775d99c87bed9bd7d9dc10e1110990bd2c5d905e]

        add 'make etags' to generate etags
        
        Change-Id: Id87f71b6d31720173f0c5ec2a4fc395065223b79
        Reviewed-on: https://gerrit.libreoffice.org/12300
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [27b8fd533ac181aabcf1a2bcb2ce8aa82faa64af]

        Adapt vcldemo code to layer NONE
        
        ...and being run via bin/run, taking care of setting URE_BOOTSTRAP
        
        Change-Id: I6a3e54d244cc534e8526a501a075b3df0cc152d5

2014-11-11  Tor Lillqvist  <tml@collabora.com>  [2640e8d34384761333a59560bb5d946d40d2b492]

        WaE: 'register' storage class specifier is deprecated
        
        Silly gperf generates 'register' storage class specifiers. So ignore
        those warnings from the generated tokens.cxx file.
        
        Change-Id: Ia80139f904f949bd2ae0267b6790d17b7f0e93d0

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [14a1d4da2f49c92caaccfae9cab6940ac6e672a5]

        vcl: Fix text rendering with OpenGL
        
        Change-Id: I7784fa81cb6f9a3d6437b2b628c37e7895c84733

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [0f839d5ba9e2cc1e9958c46b901c831b01a7d93d]

        vcl: Fix the VirtualDevice rectangle rendering in vcldemo
        
        Change-Id: I43d43d5e81d52560154b102cc469761b51a590d4

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [2dbd426c3b62b4a5b76da7a4b191059b2432c0e9]

        vcl: Fix alpha value when drawing bitmap with mask
        
        Change-Id: Ie9cbd754383296a9fe6e42346d4a17477eb88242

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [243047fd68820e15e13dd9afd33122aef20ca377]

        vcl: Use a different FBO when rendering using a VirtualDevice
        
        Change-Id: I8cb97a4057c06ca09adfcac8dcd3f61ac9508430

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [7baadae3e8f4b0338234bd90135e90a355dc1dba]

        vcl: Remove unused shaders list
        
        Change-Id: I13a25a39cceb184c2bb2b48bc143a951ee982b26

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [a9db0c6448d29ff90916e2e880f850469f66e85e]

        vcl: Add methods to call before and after OpenGL rendering
        
        Change-Id: I937907a3e8eb8f841a2eed6199e86d022be7dc16

2014-11-11  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [03263ee1fdd9171b290359c85e1f43efa38c7fdb]

        vcl: Fix pixel drawing with OpenGL
        
        Change-Id: I5d8e80baec9537e0c5913d821e26566409fe5261

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [e5ffff4ea0185db0e3139e86910240f3b074a2a6]

        Fix apparently broken commit
        
        ...b91d4776b6ef6f0479b6109cba4460140fe6ada2 "windows opengl: We need a
        constructor for OpenGLSalGraphicsImpl."
        
        Change-Id: Ic5568bc4b5c3457a7ebb330061024dc100758025

2014-11-11  Noel Grandin  <noel@peralex.com>  [00ddedcb477ed09b5649e816b629234d5689b861]

        fdo#76658 fix bad conversion of old-style UNO service..
        
        in my commit 0394cb37a2d378511f265004b285fd93df37e5ca
        "fdo#46808, Convert ui::ImageManager to new style"
        
        Change-Id: I77d3189723403221e7388969b1eb892a244b90af
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [af0605ce4511b1248810ced538d9f9f62e74d7d7]

        Avoid -fsanitize=signed-integer-overflow
        
        Change-Id: I1a8ae99401e488e2ece47be4119843945154ef98

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [205044e89722e9b3a9c700ee3ae6f2335f57ef7b]

        Pass down some CFLAGS
        
        Change-Id: I2c69d9ad61137adb82213ad2a4c40e7403a395a5

2014-11-11  Daniel Sikeler  <d.sikeler94@gmail.com>  [2b442c1df48fce7a265e983a902f4a30e3edabf1]

        fdo#80403: TokenHandler impl. FastTokenHandlerBase
        
        getTokenFromUTF8: calls getTokenDirect
        getTokenDirect: uses perfect hash
        
        New makefile creates perfect hash table with perl-script gentoken.pl.
        I found the script on https://wiki.openoffice.org/wiki/XFastTokenHandler and made some changes.
        XMLTokens are defined in tokens.txt
        
        Change-Id: Id04134a896ee082e2d0ba55a715fede19ff04928
        Reviewed-on: https://gerrit.libreoffice.org/12335
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-11-11  Jan Holesovsky  <kendy@collabora.com>  [b91d4776b6ef6f0479b6109cba4460140fe6ada2]

        windows opengl: We need a constructor for OpenGLSalGraphicsImpl.
        
        Otherwise we a get random value in mnSolidProgram, and we never initialize
        that.
        
        Change-Id: Ic648a1f6755021da25f5b9da306cf600a3f0c739

2014-11-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [0a0bb28487915e02bfa183efe9f169f5a3ed2ba3]

        vcl: fdo#39468 - remove useless German comment
        
        Change-Id: I8ba5a05fa310de32311afe6d49fe26045dc63e95
        Reviewed-on: https://gerrit.libreoffice.org/12341
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [896ac21a92d7617f2a1795ce7df3612493e12ba0]

        vcl: move OutputDevice::ImplDrawFrameDev() to Window
        
        I have moved ImplDrawFrameDev() from OutputDevice to Window, because it
        deals with frames which is clearly the responsibility of the Window class,
        not the OutputDevice class which shouldn't really care about it at all.
        
        I've also renamed it to drawFrameDev() as it's a private function.
        
        Change-Id: I45fd50e8e34fe4a97730c3c857080e4e1ddb1c17
        Reviewed-on: https://gerrit.libreoffice.org/12340
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-11  Stephan Bergmann  <sbergman@redhat.com>  [269b0b40814defe0241e8c79c1834e488ea13bc5]

        Avoid -fsanitize=signed-integer-overflow
        
        Change-Id: Icec67e6eb57605102cabf494d3e2bb6249d785c7

2014-11-11  Noel Grandin  <noel@peralex.com>  [a52f29216d2a70ea4a0a0347d71273cdbf8830e3]

        fdo#84938: replace HELPMODE_ constants with enum
        
        Change-Id: I44be5567e84cdabd8b10771ea37e28b8a88cc23e
        Reviewed-on: https://gerrit.libreoffice.org/12333
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [b7c4c78a097f76314982d8c1a9f2e58df95080a1]

        vcl: make ImplDrawOutDevDirect a protected function in OutputDevice
        
        Also renamed it to drawOutDevDirect. We're making it protected because I'm
        about to move ImplDrawFrameDev() from OutputDevice to Window, where it should
        be.
        
        Change-Id: I7a94304cdc48b858c057749532de66086eeb5020
        Reviewed-on: https://gerrit.libreoffice.org/12339
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [df2dbdc283a5af85e7250e4ba94ba8dfef96932b]

        vcl: move OutputDevice::ImplGetFrameDev() to Window
        
        ImplGetFrameDev() is for some unknown reason in OutputDevice, but it's
        most definitely something that's specific to Window. I've moved this, and
        also renamed it getFrameDev() as it's a private function.
        
        Change-Id: Iffb2c439bee8c29ee585a0d50cfd6fbcfc28c3bc
        Reviewed-on: https://gerrit.libreoffice.org/12338
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [b9efff1c738af14ae4ee89732e3bb09e515e7959]

        vcl: tabify include/vcl/window.hxx
        
        Change-Id: I2c45b3b125b758dd391376bf731d8b91c00a0a5d
        Reviewed-on: https://gerrit.libreoffice.org/12337
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [6143fa5a89d9528fc11fed1e7fe96b9280d411a4]

        vcl: Use shared list for OpenGL contexts even with DBG_UTIL enabled
        
        Change-Id: I296b3a38a362343ecf8d65aa005ecabc6858a682

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [01fad59c533d797cdb8dad1a848a553c4500115a]

        vcl: Add rectangle outline rendering
        
        Change-Id: I9debc8ad8316e6866ea0c28bd20eb61dd9dccf03

2014-11-10  Julien Nabet  <serval2412@yahoo.fr>  [dd8f3000f00c360ef3553ace6dc58b036e775e0d]

        Resolves fdo#86008: fix a crash when open doc file
        
        This was the only block, in this part of the code, which wasn't checking pSFlyPara->pFlyFmt
        
        Change-Id: Id467dd601a24ba46391544a79d4eecaf5370812c

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [290943d20551a8504efe10f6f954aa16995bf95a]

        vcl: opengl - alpha masks are unexpectedly inverted.
        
        Change-Id: I5ebcd47e10df671bc60492bc80fc26a60f07306d

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [cee950b53bc8e0e2d8d494376c9f1331f8ce8e45]

        only call XFreePixmap on pixmaps created via XCreatePixmap
        
        not on those belonging to gdk shoe-horned in via
        
        mpPixmap = GDK_PIXMAP_XID( mpGdkPixmap );
        
        in GdkX11Pixmap::GdkX11Pixmap
        
        This stops file->new->presentation crashing on second invocation
        
        Change-Id: Iec673497f900b0ddabd439369b9ffe554800d425

2014-11-10  Luboš Luňák  <l.lunak@collabora.com>  [6df3d5e93a86a3ecb79cdb11e943e037d7648724]

        remove pointless const_cast
        
        Change-Id: I6026ab64f0cfe1d509c8f94ce3b9c6f700c823cf

2014-11-10  Michael Stahl  <mstahl@redhat.com>  [b64caa8ad85d951c74e1c84096802997340c8e1b]

        Revert "wrong merge conflict resolution, vcldemo, icontest go to instdir"
        
        This reverts commit 726e1a49bd40d98ffcfba760a08c503b096c79bd.
        
        It is not desirable to put vcldemo and icontest into installation sets.

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [ac0926092831f6968b703c5e999b105ccb0bb4b0]

        Update nEndInvalid if it was COMPLETE_STRING
        
        Change-Id: I850c9083230f44daa722e7f51dbfa73efd088d25

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [45c6cb5f083934f311561599d34ce771bbabf835]

        vcl: cleanup the opengl selection API.
        
        Change-Id: Icebf3c7d2911b27e29d2259b780a04048b293b3c

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [e2dde6a4d149301557c18d0bcb474fb187ee09e8]

        mpPixmap uninitialized in one ctor
        
        Change-Id: Iffa82b96610dd1fe5900ca796af413a116d2dd28

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [27da3f669859dd57d20b94258243ea57d6f5f098]

        coverity#1202754 Bad bit shift operation
        
        Change-Id: I51e8df896897b122965ada0ced161570d38f0468

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [17796bfb2593ff988f2ed68f6dc4a36f705f148c]

        coverity#1130169 Unchecked return value
        
        Change-Id: I62ed42412a0cafa33ddafe536723f5e336c92a7a

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [735f3a94b92ac93d11f66c3a86edc42e1915b337]

        Related: fdo#85111 put a box around xml filter settings control
        
        and writer->insert->table->autoformat
        and calc->data->consolidate
        and calc->insert->sheet
        
        Change-Id: I7c89d9f01747a00b906afe3c762b747df6872869

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [7546afda22e2af40e45b533f17bd8aeaacaa100a]

        coverity#1242526 silence Arguments in wrong order
        
        Change-Id: I6b05747772c324c6ab285082b3a6de4cadabe0aa

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [cb3b282dac04178ac21334b70f03a4acecb65354]

        Revert "Disable problematic sorting test that depends on the old default."
        
        Not necessary after 447d523fa7c6c82476f9ee48e4b9c82cfad05c50.
        
        This reverts commit 7f86fc0b9835be4d2c3e98271b32454f8df427ec.

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [726e1a49bd40d98ffcfba760a08c503b096c79bd]

        wrong merge conflict resolution, vcldemo, icontest go to instdir
        
        Change-Id: Iefcca922fc824877c49a11cd68023d57eff22d2f

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [e639c4e2a43d4378af263f062b3ca06af8ed8c15]

        Do not deref (potentially dangling) weak_ptr
        
        Change-Id: Ic9694aa8bd85fe0548b8f5fc5f52b4bbd6dce1cf

2014-11-10  Michael Stahl  <mstahl@redhat.com>  [1413b6a4fd6cd0909115566c94882bbc82f43b39]

        external: fortunately boost no longer requires config_host.mk
        
        Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f

2014-11-10  Michael Stahl  <mstahl@redhat.com>  [8b172f7e847aa28d612e6730c37b9d8c513853b0]

        mwaw: fix build failure with clang (work around libtool stupidity)
        
        Clang warns about unused -I parameters, and the libtool configure check
        for lt_cv_prog_compiler_pic_works_CXX mis-interprets that and declares
        -fPIC is not supported.
        
        Change-Id: I0802719142c5a96bc672be299d6e94a1b2d27001

2014-11-10  Michael Stahl  <mstahl@redhat.com>  [283f8f6321158df45415c38790516fa92109b87f]

        vcl: the docs say gdk_window_get_screen was added in GTK+ 2.24
        
        Change-Id: Ib9b108c034181c0f94cbf86634447ba2d4afbaa5

2014-11-10  Noel Grandin  <noel@peralex.com>  [3652012a51cce55e6d1b5eaa78d555667c064088]

        loplugin: cstylecast
        
        Change-Id: I4fbe7d35b66dda16f19019fd1baf0aa03361390c

2014-11-10  Noel Grandin  <noel@peralex.com>  [526917bbd06e290bb6669e2e52730a5941570b34]

        loplugin: cstylecast
        
        Change-Id: I9d3f642239bc5c7a52611b9c27fd0291940c7483

2014-11-10  Noel Grandin  <noel@peralex.com>  [36057c3a11deb3a7c3748d7aafd5e6dd08b58984]

        loplugin: cstylecast
        
        Change-Id: If7ada4cba0b1098bba304f1ec9b860ec7df75e7a

2014-11-10  Noel Grandin  <noel@peralex.com>  [34966ecb6fb139d49e55796229aa98e27ef8e4b2]

        loplugin: cstylecast
        
        Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9

2014-11-10  Noel Grandin  <noel@peralex.com>  [be36b1644dcf593b0a50d5a76a503bb0e6565a84]

        loplugin: cstylecast
        
        Change-Id: Ic4eca519c5ba8662b29901f196ecfd6e0aa776e2

2014-11-10  Noel Grandin  <noel@peralex.com>  [52e3a0e04f4e3acad2b9355826f1fbd16112d93d]

        loplugin: cstylecast
        
        Change-Id: I1f5823e34d400004ccafc0a6cd539d59929b14fa

2014-11-10  Noel Grandin  <noel@peralex.com>  [08cdf1661159623414ae99a791295a0995a677e7]

        loplugin: cstylecast
        
        Change-Id: I639ac26f4d84ff0a2d573d2e58bc5bd41052a925

2014-11-10  Noel Grandin  <noel@peralex.com>  [5cb6144f2119aa1dcce161724abfc22ead1d20b5]

        loplugin: cstylecast
        
        Change-Id: Ie57f543681790e662f6ac7d074ccb37925999790

2014-11-10  Tor Lillqvist  <tml@collabora.com>  [7623a4832441691a486673cea981ef32b8d72ae7]

        Fix error: use of undeclared identifier 'aFileName'
        
        Change-Id: Iff5984a0ab3fec6070cd29a80752f1a8bec1daba

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [16068663e2aa984388be5f774b8f1917c12bf6f3]

        vcldemo: load and render some icons
        
        Change-Id: I4a4567d43e4c5c8a7ce7ba2764d2f9668fed291f

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [2ca7304c765f429ea95802e59d90d190b6f249b9]

        vcl: calm a valgrind warning.
        
        Change-Id: I12dad502960dc892adce5ab25c8b71f41227198f

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [7fd1ed8603bf21d54847339ba2c55019ec5e8b6c]

        vcl: add BitmapEx load from icon theme constructor.
        
        Change-Id: I3dbad69664b7417928a6be10ac561307dd94f67b

2014-11-10  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [72e901c1d03ddf523472d33b77d60d5be531a2a6]

        sw: disable failing c&p test on headless build
        
        Change-Id: If9c3aad600332ae289e05e3b046f8b15292dee57
        Reviewed-on: https://gerrit.libreoffice.org/12301
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

2014-11-10  Noel Grandin  <noel@peralex.com>  [8fc7e856ccc3ba19158c6d86d507d9b7a0b140b8]

        cid#736944 Time of check time of use
        
        Change-Id: Ie9160e8d5ee7f8416a4526a280db23316488a2a1

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [7f86fc0b9835be4d2c3e98271b32454f8df427ec]

        Disable problematic sorting test that depends on the old default.
        
        Change-Id: Ie05ff3f1ba5e42cc2ec54f23f0b6376a81221592

2014-11-10  Noel Grandin  <noel@peralex.com>  [cd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4]

        fix spelling implemenation -> implementation
        
        Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d

2014-11-10  Luboš Luňák  <l.lunak@collabora.com>  [71a9c492b8ac7d9f33a92327d43efcb0e4617243]

        force --std=gnu89 for clang (and gcc), properly
        
        This implements 3a4860a751980b566b44d57cde188292df5e8726 in the proper place.
        
        Change-Id: I7b60602933819561d0bff5e72dcd5ee8986f63c0

2014-11-10  Luboš Luňák  <l.lunak@collabora.com>  [74a2fb369c9ca7b3b423723926626fb0760abb29]

        Revert "Force --std=gnu89 for clang."
        
        Explictly passing any CFLAGS to configure overrides (=disables) CFLAGS that
        would be used by default. So if this sets CFLAGS to just --std=gnu89, .c files
        will never be built with optimization or debuginfo.
        
        This reverts commit 3a4860a751980b566b44d57cde188292df5e8726.

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [447d523fa7c6c82476f9ee48e4b9c82cfad05c50]

        fdo#85584: Adapt the unit test to the new default.
        
        Change-Id: I7c4935040ba16378023695c74bf2a5cd75fe8a77

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [f86df6e0849cdac74b3254e8d4d847cbd7b75236]

        602 regression test
        
        Change-Id: I044b9b445a7911e77424613145c7e4d152789f44

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [e2bbd3d1941c503713bb8cbf39d394c47288ef9c]

        coverity#1242423 Dereference after null check
        
        Change-Id: If9c09fc56067610d36e3f8bd2a4e22ea743ddf5b

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [cfafbcaa3ffcbee4f715fe940c860bedc4db9bb2]

        callcatcher: unused code
        
        Change-Id: I2ead5d998c3b1b3cde1222fee6f072bf09ab0021

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [2275d77e09a0e378b3d6a65dd98c54eee3df06b2]

        coverity#1222237 Untrusted value as argument
        
        Change-Id: Ie74695e442b0df7fead2442f2b0d64658d083338

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [710cfc4de6c76f52f2a2df4b0ea7a62d9f2c0dce]

        coverity#1242522 silence Arguments in wrong order
        
        Change-Id: I248a99b1c0755c54d4f7dbdd291f382d7d99b9ce

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [544cbe1a523f613ca5fc7ff7a6ee24442f75c516]

        coverity#1251167 Logically dead code
        
        Change-Id: I8294eaf8109ab5b8bc7972da1e5fa2ba9ad819fb

2014-11-10  Caolán McNamara  <caolanm@redhat.com>  [db99f38e0ae7e7269c15e74e846215ffb90ce9b3]

        coverity#1000853 Uncaught exception
        
        Change-Id: Id55768822a6a932dace1e30cb03175880ba3ca6a

2014-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6c7c6e8c93fedbd99d183702eeb89a346fc3da32]

        update credits
        
        Change-Id: I2b5df1e3aeb25637e77710c2d696ce634e71abd9

2014-11-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6cad56c32a1464fea3dffd63600c79f8ee00627e]

        avoid exceeding commandline limits
        
        by using make's file function via the var2file wrapper instead of
        using loooooong echo statements
        
        Change-Id: Ie81007ad7de8c4e9f4d07724fba3cbe0e93f821d

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [e49725438d34df305e7a4730c72034144994306d]

        Fix build.
        
        Change-Id: I91599766e607b26d2c71006c9543a2bd952e228a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [62ddb5bb8c87b69a578c838ac33325ab8e7007d5]

        quick build fix until I can fix that properly
        
        Change-Id: I174553768fa12d7b05367498e3755b8e94dfeb47

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [a49095dfcde9f1a3d1c04b4cdc3a50f5fc261f3d]

        loplugin:staticcall
        
        Change-Id: I33927305351b6e84721c11e3a1814266b41db8da

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [2c91a06253fcd02f9cf5196ff994f83a54d3d0ab]

        loplugin:unreffun
        
        Change-Id: Ia35c1b529d51882b48779d8e13afbe17ae66e937

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [25542ace16cbed9b8771008fbf3b41a1f28dd425]

        -Werror,-Wheader-guard
        
        Change-Id: I692d2011902f46d2ca48b4d1d0a2516026e5cae3

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [f4d4b253242f37efa302ebcddcb75270a119a5b3]

        loplugin:unreffun
        
        Change-Id: I230479415a4a822dda22e1795af56572a93cb802

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [f9cf4409ae72cef4a34f57d43d7bc174dbbb1bdd]

        loplugin:saloverride
        
        Change-Id: Id7de67480c6f8a31c7b7d6e560e6724fd09d8957

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [4301696e6dba0b4e9bc5aa8c98c05e42529bd80c]

        fdo#85584: Don't update references on sort by default.
        
        The default to false seems to fit more use cases than the default to true.
        
        Change-Id: I72957ae97892702ba97bd7183ac88457e44b37e4

2014-11-10  Stephan Bergmann  <sbergman@redhat.com>  [097926de45ac5240b96045664fa3ee32d5612c48]

        Adapt FractionPrinter
        
        Change-Id: Ic297f14ea1bf5f3fa69c80a34439b5d13fc84346

2014-11-10  Tor Lillqvist  <tml@collabora.com>  [7803b91029b303cc2d78f41c501a271abb471fc8]

        WaE: unused variable 'aString'
        
        Change-Id: Ie548ad26b7bb2a8ced4e821296b44586aad4026a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [027041a003fd3821e9b530c1f6a2b42d18a8752c]

        put these classes into an anonymous namespace
        
        Change-Id: I29a30fcc8adab34fbe05a927d438c4e34d5c517b

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e90a6f154e94b91d4a1bdd832a98dc263bd29d6b]

        WaE: [-Wsometimes-uninitialized]
        
        Change-Id: Ie51a67474631ecfb0b223bd2f5a63ae8bf363e42

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8c3bb9d3799f9ddd62ce2dc2517a2054bfc9a437]

        WaE implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
        
        Change-Id: I8f208d6c87275aa4a169c7c6ed219200617c5669

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ea48707a9d13fe94bfe4947aa28d755d19813456]

        merge initial work on OpenGL vcl backend
        
        The backend builds on Windows, Linux and OSX but still does not render
        everything perfectly. Based on this initial framework the remaining
        improvements can be made incrementally in master.
        
        Whether the OpenGL code or the normal code is used depends on the OpenGL
        configuration variable. It currently defaults to false. Additionally we
        check during runtime if the requirements for running the OpenGL backend
        are fulfilled.

2014-11-10  Takeshi Abe  <tabe@fixedpoint.jp>  [06a5b619a76c96783ee67bdcfd21f203d3ddb53c]

        never wonder if sun is not sun
        
        By the way an item of the following page suggests the same snipet:
        <http://www.faqs.org/faqs/ui-builders/TeleUSE/>
        while I am not sure if it was the case.
        
        Change-Id: I9fb0ea0e872cb1697aa953a406527472f0cbccde
        Reviewed-on: https://gerrit.libreoffice.org/12330
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [730a3ac2daa9ec5774fc7b9482ed1aa94afab67f]

        forgot to add the files
        
        Change-Id: I44a7e9bec213514708e4c971479660574508ad1b

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c4ccbc12b1bc732c7255b2c708081ca25bf9cb1]

        fix build
        
        Change-Id: I2c5152dfffa8f29502b902fbdcb0eabdb1d31704

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6efec7dca078dd92137a69886ca7f2bb8497df86]

        fix bad merge conflict resolution
        
        Change-Id: I788d57a5645c00f6bdb66cc14c7fa748bc8b02f2

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5d048e11e701aa35d1d466a1e3795bb4bae86163]

        disable OpenGL VCL backend for now in master
        
        Change-Id: Ie823c28fdcc742025d2f87a9cc1ca12cc41059b2

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [556ddb68dca3515597517bb25a7463dcc68fdc2e]

        only use OpenGL for window devices for now
        
        That fixes the build problems that I have seen.
        
        Change-Id: Ida89aa153d73ce4e07e3f0e0499df567e4df5009

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce8e2735dd2a3eb925209ba4cdfc3eba8a62cf9f]

        add code for getting device width and height on window devices
        
        Change-Id: Ib1b84745cd1211a5194da78d83646ade4b01e72a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a46b3da152f0de02486d01eefd744e4d4f376ea9]

        move README.deprecated from chart2 to vcl
        
        Change-Id: I077209d52805e1b8850a6702b9d88fe63acf8a0b

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eff8d971c97557691fd11540d1a5a366d225fb21]

        implementation for OpenGL text rendering in the unx backend
        
        Change-Id: Ib1246f361d5efd13a7e36d568641c6360495604d

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f8effdc74b4d74ce04d7c8971c91752d4a9a4cb]

        fix windows build
        
        Change-Id: I4f8d4f9393b931f7593486f8e1fadee7ad35902a

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f6cba0e8d16723e42d54db866c4e9e0d00b7a45]

        remove that method also in the windows backend
        
        Change-Id: I578d842614fdc227459a3aaf889e062499b8bdbf

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b08277cb662fa9a6c780c8ac6949eaf63a75a37]

        fix windows compile errors in OpenGLContext
        
        Change-Id: Ic1a072d340d9115a6fc110bc9f71532739985d48

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [34925fef4c54ba2b9ecfbac975e4738c8dd69939]

        vcl: Re-enable features in vcldemo
        
        Change-Id: If2a17b2c5609b7529d9aa5091ced280dd5ac4176

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [247137175bc0bd9d89348b85512394b756a5afec]

        vcl: Add support for styled lines rendering with OpenGL
        
        Change-Id: Id6117e79d3aec6524598f068500249c9cd286ece

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [df713e65d6d29093dde843a84f92427900d53cfc]

        vcl: Fix rendering of polypolygons and self-intersecting polygons with OpenGL
        
        Change-Id: I04ed5999360eb43e2a8e2c82a3ecd9b958b16fe0

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [20328280dc38c80d70a3110e7a3153246b90123f]

        vcl: Add support for alpha mask rendering with OpenGL
        
        Change-Id: I755c2132f143d5ebd69e53bb4d9ae45121ada22a

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [fe3b9a813c53d71ed5ac98419e0f450176fd99b6]

        vcl: Fix some viewport issues when rendering with OpenGL
        
        Change-Id: I99a76baeac07c1d9ec44ed492caa1d3416eb43ac

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [4c42104fadecd34e138d40d8b3b864c3bbf7c6aa]

        vcl: Fix pixel drawing with OpenGL
        
        Change-Id: If23255d2a78445d2c28ada00778c95e28cbd0683

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [f89905a77417d7640e1ee2d4b2112fdc017bb6f4]

        vcl: Disable clipping in OpenGL for now because it's broken with VDev
        
        Change-Id: Ia1e5de6674e642f428da58164001e8619cd99530

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [5302d5a3b7dddc40110674b509068c37ba1fd7b1]

        vcl: Add support for transparent polygon drawing with OpenGL
        
        Change-Id: Iaa7cdcf4742d8148507c69c222bff417b9f9426c

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ab63fe781cc8862e970932df2915982ce4770f92]

        one more case of these insane memory alloc/release cycles
        
        Change-Id: I57bfbc46e77785a770226868a8750a74f380ddb4

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b7e30878600b4d03e4102dd743279736c52a70c2]

        prevent insane memory allocation
        
        We release the memory in the next call again.
        
        Change-Id: I9cd974f2c1b2381d0a895bea52a8654143862971

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d846fc0c3bcb03ec422ce7f8227470bb3c5af14c]

        don't delete texture before we were able to read it back
        
        Change-Id: Id59983add682ea3f0e6e9e440b1700817bbc6867

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [c245039e7bfda0ebd1355f3c08b5849472002d6f]

        vcl: Fix getBitmap operation
        
        Change-Id: Id78065081bbde97738afd0f4da09b502afe468f4

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [03c6479fd3227129e4f496a4ac2a5fdf7bed44c1]

        basegfx: Solve crossovers even if there is only one polygon in the polypolygon
        
        Change-Id: If4fcb8a2c6ac40a4d694522ce4ed020bcb4466b8

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [60c506a97fa850baba1fafdfc35af73808b03060]

        vcldemo: add a virtualdevice test.
        
        Change-Id: I8ff8c74e13a128d778b487ec2818820df9d5058a

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [2b69366bf8bd0d0b6a3bcfbf58c1b16edfc1a746]

        vcldemo: re-factor to allow rendering to any outputdevice.
        
        Change-Id: Ie3367c004d89043fb78d0b2dcd49254323353a4c

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [4007df6cc8fc3f2a3a634d9530b6652381d5ba53]

        vcl: Initial work to have native widgets rendered with OpenGL
        
        Change-Id: I8b244a5bdd12a64a65ca1bab14dfe6917a175ccf

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [81798ea6e4461f29e35afc14e322d38da5f6c851]

        vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphics
        
        Change-Id: I007408885b5752f3abf55075ef025aa6dacbabde

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ef180146bf6ed390fb3e6c65da121756a0345d4]

        fix line position
        
        Change-Id: Ic604eb7b0d663928ab614fe85530e4f925bcff8f

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e544b32058dc0f06077f269b4659df5da3731825]

        fix ellipse rendering completely
        
        Change-Id: I861ab0442f85f54d4a390d46c784bcf03545ae15

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ddd4458d4bb3878a392589db64a0e577dae28c34]

        improvement for ellipse rendering
        
        Change-Id: I0ce74b77e0b08ddde5b93cf9e9da2ee7e0a1fdea

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5ad3f5a15fcc23934d649ed16c990f5a7a069d0e]

        use different line and fill colors
        
        makes it easier to see if one is missing
        
        Change-Id: I983fdf2edf22c431d601a63dbf90902a3f8657f2

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e2d073f5fc17e3a15a68a21cea5f7f68e001e0cb]

        fix comment
        
        Change-Id: I5d0f4a1ae8ac56e9da8d19b7b433513271e7a705

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8db1db70559df25cf2b774f90a6bff6ecac19901]

        get size correct for virtual devices
        
        Change-Id: I8fff04f561d57083c65a87ad5bd0e04cb9b9ed2c

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2dd61fb32ba325226a708e8c6e9f4def8028e612]

        make these explicit
        
        That makes it easier to debug as even if you uncomment some lines the
        rectangle will still be at the same position
        
        Change-Id: I5576b2702962bb15663e0170cadb0d49ef33c0ab

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a4473b85d4527c017d18a28aad199c1f4dde745b]

        use some flags found at some examples
        
        At least it seems to crash much later like that.
        
        Change-Id: Ic64550aefe963a9671ce0e485d5de14376c4963e

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dee2d778d1041c0baec58b3b5b31099572b0aad4]

        I screwed up before, fix it
        
        Change-Id: Ib787319dcf75249bc7768e72d12fe9c1c23977e2

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [88cd7f366e35a731c780f94aa2f5435ef061f6a9]

        use GLXPixmap for VirtualDevice
        
        Change-Id: I6397708f164be68bd6561a382115654f90ecd471

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e5890fcec5c7fabad07080f1ab2e97ee2526248c]

        fix bug around wrong number of vertices
        
        Change-Id: I52c6c0b5d815266a254a75eabfe8947ccc44bfb5

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9f4dbce7f767cbdf7ac435cb96b6c6faac50a0fd]

        improve log messages
        
        Change-Id: Ibf7d134be982122f403473380cff3b82efef8b71

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e0a99afd0ee95fd83a40897d580362d9ab3744b0]

        split the OpenGLContext::ImplInit method into its platform parts
        
        Change-Id: I2fb8a85748497f2e9c361764e094ebf83ebeabe8

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [385c711e749316b90aa49ea62150b5510cf6d9f2]

        remove old uncommented code
        
        Change-Id: I27bf3b6c812419b1a6dbaa1abb890ba89f4549ff

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [42bc891776b3808784455006bf533019fa33536d]

        change order of calls
        
        Change-Id: I1c45ff7ba09972c20af0c28a5c3e1514171504ff

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [3782d303cdec29ffec26095d2e7018418efa33a1]

        windows opengl: Make SwapBuffers() actually do something.
        
        Change-Id: If58e9eaccd4850d33302ced5e83f649415158e24

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [5d799809eb90869b2c01a2ffbe0619fd249a219a]

        windows opengl: Don't construct WinSalGraphicsImpl just to destroy it again.
        
        Change-Id: I61afb35503a3947aa21bd90224e2f8614033a384

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [2dd8ae7d7b0f3ea52e9228fdfa44aed6e5138cf0]

        windows opengl: Setup the OpenGL window size also on Windows.
        
        Change-Id: I5020cfb86e02ac331cb8922397e8be4f7d68d15e

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [734d16a23777088d4fa186cc7fa2d29ac536b8f6]

        vcldemo: more interesting pieces, DrawPoint, DrawTransparent and more.
        
        Change-Id: I77c6e5c54a9d0e71014e8c7905132a56e39a302a

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [9a2cf089e1792ddc605a2908c028a17f028e5fb7]

        vcl: vertically invert line and point positions
        
        Change-Id: I306e44cfe287b573c9664662c170f96d3fb09e6a

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [52314eadaef0e5c16aa674412060f2c5d44bd242]

        vcldemo - test the drawAlphaRect method.
        
        Change-Id: I05e62b57c9b1cbdd89dc32b73b9dbcccc26a3c65

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [eb25d2d9ccfcecbe3ed0967ff5072f711886341e]

        vcldemo: cover more features.
        
        Change-Id: I12341c28a5d8d8b1d9d5343eaff4a1a08700fadb

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [2ad355230836ab613831f2906bed70ed2244f33c]

        Make it easy to disable OpenGL in the environment.
        
        Change-Id: I9ea0c9f7345e0cbad9ebb51ab724dada7ce77106

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [999fc1358fd26ff529909d597dfba1936339626c]

        vcldemo: initial bitmap tests.
        
        Change-Id: I2841e689b732467f2168450dc47464b322baa183

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [f5910731337ec70b8d316af76393aea7fe3c030d]

        Build vcldemo on Windows too.
        
        Change-Id: Ia6f7cfb819983a3a75ac78015a8eec1da539bead

2014-11-10  Jan Holesovsky  <kendy@collabora.com>  [41d87f852c27403549f11d701fcfdeb592307efe]

        Fix the Windows build.
        
        Change-Id: Ic95f241ea1b4cadddfacb46a1fff157555c8c8b5

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [4d757fce3dd39ddec649a0b8059ab03d3a281d5e]

        vcldemo: kill all the legacy cruft.
        
        Change-Id: I60d7d30ff20a01e375d9851afd8bd8ce12835752

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [ff329be4f78241edab1ed77e0c14455526db021a]

        vcldemo - substantially extend the demo.
        
        Change-Id: I02b9375efe17f1aad32d8e2dfcd073a680c51e4c

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [3f1b9461c92deae1cf45ea698df1af02cd513019]

        outdevgrind: remove VirtualDevice pieces for now.
        
        Change-Id: Ided27750ff59c4c0b477d049ccb59760e87ce69e

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [2269ac65de127d33d41843ae15f6bece5bc778bc]

        icontest: remove hand-coded opengl path.
        
        Change-Id: I5e465e1dacfd5d2c3a34fe2f3aefc263bccc14c5

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [5835fdb77c4cb9e2623ba397b00ee4ec35b9928f]

        outedevgrind: add missing makefile.
        
        Change-Id: I29d67c9ccbc4c684beb5561f74e5e69c0f0d7548

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [658e76cf956305e895b66cf70a83636d703c213d]

        improve log message when shader compilation fails
        
        Change-Id: Ic437302e79d7a192f31f60a674fcfdb38f981d35

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [94c6c30068f9a74791563c20578b6e843672fda0]

        make shader compile for now
        
        Change-Id: I4613b2496e72fc193dc0b653fb2c8982819f6f1c

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cc4af7b2ea16951bb83d755d8431e91c1d9df220]

        remove semicolon at the end of main in shader files
        
        Change-Id: Ic34bd301c72185a2b0baa3473df0f80477a35cc3

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [781c3a9598855f6d403df86795653fc99ed56363]

        remove outdevgrind from build until makefile is added
        
        Change-Id: Ie339541fa57a237048470b21fd28bd4411592433

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [7663c8802d0a8a6c8e41b0279a171724c5b0bcfb]

        vcl: outdevgrind compile it by default, and fix it up.
        
        Change-Id: I4bdad4a0eb65991cd9faa9452485c64120b8b6dc

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [eb7b93ba28b2547b6b2e70c0f4f47e456126ce14]

        vcl: Add some debug trace
        
        Change-Id: Ie737e30bbd481be9d8f69179fe6ae27bcae8127e

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [6282509c2fe81b7218af955639f01fc06ccd33cd]

        vcl: Add a way to resize an image using the GPU
        
        Change-Id: I949e13277fa176d64d7fba9a57e3ca6f3f0dd732

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b4daf82f84dc142c7b8ef14fc4110afae0da79e7]

        forgot to init the variable for the text rendering
        
        Change-Id: I307a83e1b5564f0bb91dcb6c30a78f2bd560a911

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [03df4cca188bd590d1a3287279632d4704a58aa9]

        move the abstract cairo text render code out of the unx dir
        
        Change-Id: Ie40850916359637b983f2c303e875bc5bf041cb1

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [26d5fe1bdd7c6623018f073dabd346c435e78708]

        extract cairo rendering and abstract platform bits
        
        The text rendering is now abstracted into the TextRender abstract class.
        Additionally we have now an abstracted cairo rendering class
        CairoTextRender which is a subclass of the TextRender class. The
        CairoTextRender class is still platform independent and needs to be
        subclassed to implement the few platform dependent methods.
        
        You can reuse the cairo based text rendering now by subclassing
        CairoTextRender for the platform that you need.
        
        Conflicts:
        	vcl/unx/generic/gdi/salgdi.cxx
        
        Change-Id: I8b07e3fe646a81563d308971d30e14a00fd921ad

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1c1af96459c038dac892dcb9f1b7f09de71056f3]

        add some of the uncommented code back
        
        Change-Id: Ica3f2c597ac235b59a4e1c9d3ea99973e129db0b

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57da09113a43ff84c7fd54c0a716fdf0182efd4d]

        implement abstract virtual methods in windows classes
        
        Change-Id: Ifd34cdab725c2d8f2417585b1b90c79cfa977bd1

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ab9950f7a2315cd1d6d9f2db6b2b8065400fc51]

        ifdef linux only code
        
        Change-Id: I56b13dee13373d7fc24efa37680e9010a73f4d04

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7bbc239b7ef4e7742b2d1d42be405ab36789d5d]

        MSVC does not support VLA
        
        Change-Id: I46654d81b99051f764d829a262a14f8f0c5f536b

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [482faead34f29b5f27e519150f1f7b343361035f]

        vcl: OpenGL coordinates are the inverse of VCL ones
        
        Change-Id: I6c45673d3f438323d43b042e41d3401be280f6a4

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [23aca19d6b9732ff63dd370f0922fe0d312769a6]

        vcl: Add class to control a OpenGL texture
        
        Change-Id: I76f3a27dfb4343db27804dacc98bd3dd57279d82

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b8552cd2285001991aa9c65ca1d57b36640fd15b]

        prevent invalid memory access in dbgutil code
        
        Change-Id: I071a9375868c1cb262c4f45871ad7d3c26bb7271

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [b116b4efcd78fe1ac8fae465c6dc550595d62a67]

        vcl: Add list of contexts sharing the same display list
        
        Change-Id: Ib1bca0aaaf41140d6b9a17378094b0f20e469ebd

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [42dbcedc73c8daf4753ab85796ea4b9494494ce3]

        vcl: Get visual info for window from GLX when needed
        
        Change-Id: Id8cea87391835694e20aa703b7fdb3f13434d47b

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [73b1ef159b92e84c3b72fd0a772714761f5c3dac]

        vcl: Add method to swap buffers after painting window
        
        Change-Id: Icdf691e7e9e83d039e33d2095270290dc31f2efa

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b9818384ce48cca0c1eb38a611d1eff8383a2bcd]

        use the configuration value
        
        Change-Id: I9410a8f3ab40d56660280f5898ae6dec2672c39c

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f909f07583880fc8f41a89467b59fddb5ee065da]

        add comment to find uncommented code again
        
        Change-Id: Ice2f98f2e5d16ca4bc5b103e0ffba2fb1e2e5ad0

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [1af1ff30bded2fbd9d064b12ae93aa847091021c]

        constify slideshow.
        
        Change-Id: I548f527be4be76a2bda43dcb5ee14e4f50f3b409

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e8757c22e3fbed05e52442d8c75f603dd6379c31]

        fix unused parameter warnings
        
        Change-Id: Id7d41ea2bb904d22da2d2e782f139eca87890684

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [54c1fac085f93168200ae384109d535fdaaea6f8]

        vcl: Fix creation of textures and wrong format
        
        Change-Id: I9357b79b9f2e1e9506b83b40e35b882b4ee4cc37

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [2fb4c6cdc99f30e7263831d017565ae5167fb7eb]

        vcl: Remove some more extra colons
        
        Change-Id: Ic40607ae3cd96ebd9ad90bdbb4134cf80242c5cf

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [d8d9948b61819d302254014e04f14353a06a4c7a]

        vcl: Allow SalBitmap implementation to do scaling
        
        Change-Id: If4431fb276c9c2629acbc95aeff2ef7c4a683d86

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [037a6a4a3874256a18bbe06a4db9ec2b324e4da9]

        fix signed/unsigned comparison warning
        
        Change-Id: I0d1ce56514ff9dfff620f11cf987d6d53c4be5e4

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [55cf020e76f8e577018c92eeb4e43a0f324a505a]

        vcl: Fix the vertices calculations for some drawing operations
        
        Change-Id: Ida92d77d7f828f5ff53e7cceaf4787beeef0022b

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [5d236d981298df80cc8fefd09400c43d260940f2]

        vcl: Get the OpenGL window size from the frame
        
        Change-Id: Id1b62d1982e56ef073ebb4ab800356d4dee3d742

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [cfe8443ba58c984060819dad5a9017c310f11763]

        vcl: Remove the extra colon at the end of shader
        
        Change-Id: I0a1a2346176a9f2f4d62ca80a9485d720b522cef

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [1b0df37ea1883f3fc514713f041184e9db849e56]

        vcl: Add OpenGLSalBitmap implementation
        
        Change-Id: I0deebaedf6fe5b23f50a448eea0d5d9e99ebd391

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [251f9af788efa0f7d6f1a450ddbc5c7f6804b2fb]

        vcl: Update OpenGL context before drawing
        
        Change-Id: I7575881d8d9a2026a74692ca562a340231d946bd

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [1e67a2a2335df2e2c63d70ea2deab1ae4f473a4d]

        vcl: Add methods to get size of OpenGLSalGraphicsImpl
        
        Change-Id: I7eecbc236db12fb9453384985245eb5ca781e0f5

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [930b301715748be6684e981da77718dc678d79e2]

        vcl: Some fixes to the OpenGL impl
        
        Change-Id: I58466142e0a47beb892e10113c1bc34d5ac3abcd

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8bb1fb8cd100ae33eb7bdf1f483c88bf098999af]

        extract shaders from source code
        
        Conflicts:
        	vcl/opengl/gdiimpl.cxx
        
        Change-Id: Ifbb55e58e0854cc491703b8ca8d8e582741a9bd9

2014-11-10  Louis-Francis Ratté-Boulianne  <lfrb@collabora.com>  [80533fb4e03ef8c01125571a7dcc8da55aebf67d]

        vcl: Implement basic SalGraphics methods for OpenGL backend
        
        Change-Id: Iade3960c38f0de5594bc98e535450abcf88e9a6d

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [18e1d133146a8f12f51a01f7fe57acda33729759]

        use the new virtual device support in OpenGL for win backend
        
        Change-Id: Icd67dd7bad1399c861db41c418095c2b6b1d6d78

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ca250439d80940da15f10d602a97bbd6d41c8c1]

        support rendering to memory device contexts on Windows
        
        Change-Id: I91fdd429663fae76bfe17d37de86d118621cf160

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9fff953227228cd728d73375f5cf795e34b899e]

        forgot to remove the env variable based OpenGL setting
        
        Change-Id: Ib4d0c4730eceac483bb179ce4e75fe555bba91fa

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73ca9a6b71b484e6dc331c6ffbca6071a1bf1195]

        init the OpenGL context in the windows backend
        
        Change-Id: Ic4fb491c95170639015a4452f355354ad01612bc

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dafa1c73e65bf363d97d86a91d5d4da1068ad6c9]

        don't try to use OpenGL for printing
        
        Change-Id: I88403bcb5b1974deba237c497885d3793a29315c

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2fbb95cc634f7d8d52649461e3abffd46a10f7b6]

        improve OpenGL rendering engine selection for Windows backend
        
        Change-Id: Ibcf520aac1441e5ce86b83372061550f8957ab17

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5368923b47e908caf7112eb23629cc76cc7e6249]

        at least some sanity for WinSalGraphics
        
        we no longer invite everyone to change our member variables.
        
        This was obviously written by a C programmer and needs further refactoring.
        
        Change-Id: I896576a5abc24e8d03787d30e6ba6c11b0bf84c6

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69cae240078a2244ccc23317b4dadec7d5b8c8f0]

        use false instead of 0
        
        Change-Id: I7210493b98e8ed778eeba6518dc131e63863ff67

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e62559bb3e5a6f9b25028585dfa041172e645a0f]

        a little bit more sanity
        
        Change-Id: I080984c5faaa8cf349ba37ffdb116b6d8d016552

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8431b7fe226f6681adba7dc03f88235264081bb]

        remove unused code and const-ify some methods
        
        Change-Id: I4c8da0cdf39f31ec757e87687dcec79a4ac83681

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e4b89bb283d6d744b5f04cdcc2749f56271741d]

        start to bring some sanity to windows backend
        
        Just moving some of our variables from public to private to understand which ones are actively set from outside objects.
        
        Change-Id: I33998bb95c93195c6c39778e37ac1071b917c8fa

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f41f50e424a85e5186774ba38b92f26bbe044a1f]

        fix windows compile error
        
        Change-Id: I9154cd0c0352b8807b5a5eae2444629c9cfe3d48

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [79ae63897652995e809ab386e0214e3b8ad74b91]

        make that file platform independent
        
        Change-Id: I65c056faaa95af3493b73a7403f199c8c826d724

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5606d14c3e8732bcb6b0ea5513719fa973a435a2]

        add possibility to check if system can run OpenGL VCL backend
        
        Change-Id: If3475c6b2c76e4634f16053928b43a94c83be6ee

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [adc42cafb0b3a240a5e91ef60e9b4d6b46524fea]

        prevent crash with empty chart scene
        
        Change-Id: I9eb8adf887532c62af6efeac5b0eeec1419b7252

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [690de8a3ea41a66aa4cc135200d786c2ef465e30]

        first step at optional single buffered OpenGL rendering
        
        Change-Id: I064de6ca7d40b8e6e378a01dd39a6cd09f040b68

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4ec36db0589d50d0e7b9c42165d95d8c9c0d6efb]

        use constructor init list
        
        Change-Id: I0344bdbd1e5643f8de1ce336caec21a3e789d4ca

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d9897f94c4bcb2ba2edac0127c1f97d6e5406d3c]

        move that variable out of the constructor init list
        
        We might delete it a few lines later again if we select the OpenGL one.
        
        Change-Id: I08bac1b65bbae02f4f1dd149f484132f84dbc371

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d9660538ba7dfabfe32c69063a93e0e3d00440ce]

        use configuration value for OpenGL backend
        
        Change-Id: I18aa0a19a625b2a64d26adacaa139c9bf734dc9b

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e0b846fb3a434923adfd76fef867610609a0daf8]

        add configuration value for VCL OpenGL backend
        
        Change-Id: Ie23e31bec68e6f5ae3aab6ff5d6f19df5c2c9242

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [29d685670ecc73c9ae52509eaeb2df0f228bfb2d]

        this configuration option is totally unused
        
        Change-Id: I6057dfff10d8c776080df2de0b259bd401cd7fb7

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [89c47e4a3d967873e3f495e4e8dfe0016af8014a]

        that stuff seems to be totally unused
        
        Change-Id: Ice7bc99fc5f3d26ced1b7cd5a1dbf29b0e635471

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af43f453b8aa28e861fad8e24bdeebffba5f92dc]

        no check before delete and move to intializer list
        
        Change-Id: Ib6e50f863db1a64dc42ed4313a009abe4932ce3f

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec35815319f70def8d41fe4a865d08b90a953203]

        make it possible to select the OpenGL rendering on windows
        
        Change-Id: Id60b8121a890e6d1f46bd671549ac681f42b7660

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6017d84376c390253567a2a510a65ad86a4a87f1]

        don't include the win version of svsys directly
        
        Change-Id: I21f9443ad847ab07c3e25e6004d2133148db7f03

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b77961b493e7764ce93f59d3b70301347b8d1e2]

        fix indentation
        
        Change-Id: Ia61988f94a2cce9aefe1b48159a1bf1884be70f2

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f42ef09a54eb0cdc9abf6dd095248cce3b2813a]

        remove unused function
        
        Change-Id: I990e53f55093affa0da1878d1cdd46f6b1c6a99c

2014-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bea727895e08c60819a40611927868d4d2bb6434]

        implement gradient rendering method for windows backend
        
        Change-Id: I894b14d97227d695f5cfc5e13958413c36295d7d

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dd6c039d256804cae29fe99240556a1de21b4a84]

        move defines to the top of the file
        
        Change-Id: Ia76fd2b1f9d7a9056425c760320f6b87965a2012

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bd2f0d07a2725b10b4df0f1d6fc008a03c904f37]

        remove useless define
        
        Change-Id: I3033748cac045cd6e9595fadc84c65b21128b39d

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [80ff016d5687b4396a5d60f1ff3c5cb3d61d8e1c]

        bring the gradient rendering down into SalGraphicsImpl & unx backend
        
        Change-Id: Ia5d5e7d996b4a8818e73f3f741907ff9224f93da

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [580574dfa4f06cd6f874958dbeba3ba359119d8c]

        add more log messages
        
        Change-Id: Idd3d876a658ac38aa6b32a624dada6b57b021002

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9e1abe9e5688f51cdb910bd3cbc132e318aed46c]

        cosmetic clean-up
        
        Change-Id: I8a156e66bc1b0f87129dcd85d3cc98fda3ba85aa

2014-11-10  Daniel Stone  <daniels@collabora.com>  [07c0396ab9c94be5af392827f56f0d91551f3e25]

        OpenGLContext: Consistently select the window's visual
        
        When using an FBConfig, make sure we use a config compatible with the
        visual we've already created our child window for.
        
        Also remove FBConfigs from the non-debug path, as these are only used
        when creating a 3.2 context.
        
        Change-Id: I7350f961781bdfcd2e5ca740a38f6d1b0b5474aa

2014-11-10  Daniel Stone  <daniels@collabora.com>  [541f5a44dff120bd7b59f2837cefafa918a8c590]

        OpenGLContext: Add locking/sync around X errors
        
        In order to manipulate the (global) X error handler without races, we
        need to lock the X11 display, and also push an XSync through between
        locking and changing the error handler, so we don't catch unrelated
        errors.
        
        Change-Id: Ic970224c98c05c6e13aadd781f8275cde5f37dd0

2014-11-10  Michael Meeks  <michael.meeks@collabora.com>  [e99eaa44848a7a5c950ff0710eff9bae1448afec]

        Add missing glew dependency.
        
        Change-Id: Ib06a64a1378b531e64e433ae3e86ddf4b9da2782

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [512551aec71874815671a87fcab34cca526b97c0]

        add missing header
        
        Change-Id: I3378c7c0bfdf5a6901e4ce8ecc4ae807a0d893eb

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c18e5bdfa8ac9683ee256fa62bec01cc4309add2]

        add missing file
        
        Change-Id: I2dcbc2f299c8994cd11e24f0beffe491d8f4f278

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cfaa2b55ce7fc9ff29e33be632a8ff5c785c82ec]

        implement X11WindowProvider for GtkSalFrame
        
        Change-Id: Id763f9b69f4d4476a3b6401bb83e2bf173248e8a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2d472d9414693c86bfed65930ba96d33cc489494]

        fix stupid typo
        
        Change-Id: I119503d3057afbfa3e04ce7736fed966a414b9b9

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e0f40dffbb817f15bee157d1086f5f72a4b01cc6]

        better way to access the X11 window
        
        Now any plugin that implements this class will automatically work.
        
        Change-Id: I7b00ef3e76dfd24e497a31fe4d3c468eb5b4b654

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3f00b00963eaa2341fd1e17e2e62fd1dd2300b2d]

        handle the OpenGL context for the x11 backend
        
        Change-Id: If3f5f879cc4fc0b78c325908c3358d09194144c6

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [566afff9ba2c77f5f8ac4bed3cd56198e7b73c82]

        make sure that the frame is set when we need it
        
        Change-Id: I1a7a346a53a6ffe409a69e7678b000f2ecafd199

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [14b6650ff7c4227bce28adf4ad3e70dc2007ab8c]

        fix misleading log message
        
        Change-Id: I8ae574a5eb1c4685abe64e6694d9a71359d6a4d1

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eda233947cbe329ad0ebbd0441af647b21d4e286]

        that should be a SAL_WARN
        
        Change-Id: I331b635c1e5518e4fd70a5b6bf5ced7cbc51782a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6d18241d034b7cc1cd105e3969fe1babf4830c72]

        add OpenGLContext to OpenGL vcl rendering code
        
        Change-Id: I05d1033c04d892638262d4a6a3e76897470e1467

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bd3f92fa29b81199fa86729e9236428b4227227a]

        merge vcllo and vclopengllo
        
        Change-Id: I419ca67dc1f87dd9ac751aa5a094fecf58136edb

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [03d04b3ba6248312969a4e7390874c2caa3ac57c]

        add a OpenGLContext to unix backend
        
        Change-Id: I71a3e3e12aad88714b37116bc2a619df75277588

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [877a4be0c329927bc9d9ede7b3951b0e8624ba58]

        add a OpenGLContext::init for unix backend
        
        That one does not need the indirection through a Window instance to get
        to the X resources that are necessary for a GLX context.
        
        Change-Id: I3195a5f2b447172434881bd9b0b230c8992c1c87

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f446172d5f5edd270e5021bebac5f39d11cdab83]

        split method in part related to windows and other stuff
        
        Change-Id: Ie3851bfd558ffeabd374afdc2a4d4833e3866a6e

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9ceda5a90d36d0b7ba9f469a6d5b9dad2681a45b]

        reduce one use of SystemWinData
        
        Change-Id: I777a8e324864ab9eab2a3df3e0645910dd1478a4

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [81a55f1c6cb07674c9375f5bd39c4f1fd47facd0]

        use m prefix instead of _ for member variables
        
        Change-Id: I9f73d653f3b5a4ec3eea91398977d4dfc2d478e7

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [748e48febbefcc323f92aff1561bb00a4b3393d6]

        fix missing pieces
        
        That resulted in the wrong color used for some rendering.
        
        Change-Id: I1f427fb65e287d17ca96ea6adbc46686f48f8c6f

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e6b207fabc13787ca5307a6dfb97df3cd8e859cd]

        fix double delete after latest refactoring
        
        Change-Id: Ie9cae6ee3769631f9095a5995d5165d5367aa2b0

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a39a9615d46a2913303ed51edaabc9dd2352fc59]

        integrate WIP OpenGL rendering to unix backend
        
        for now can be enabled with USE_OPENGL environment variable
        
        Change-Id: I3d2c49c3a1cf0c06678b22addcab95c846bb7bf9

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d7c314586f6f55df85c73d31b08e0961fb419069]

        use Impl for windows backend
        
        Change-Id: Ie354aaf11644122754b69bc303c781297cacdc77

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fef26a6fad4533f3d152dab286aa8f225112ab8c]

        it is false and not FALSE
        
        Change-Id: I63c0cf97376d2aa4e27bed3e731b82af51b86804

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [897bf12e64773d9e9721877a9ab49a599da7d395]

        implement stub for OpenGL SalGraphicsImpl sub class
        
        Change-Id: I8267bd26e1542230b9c112d741bba68d541b3994

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [94e9094c92ae29b35697ca222eef5925bd2bc901]

        forgot to populate the Impl
        
        Change-Id: Ic7b49a06f5e4576c29b74d86e4025e21a01dc53d

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c086fe6963be5a8b3b191c924fda7143f2796d7f]

        add missing header guards
        
        Change-Id: I73f7a25a180696b8581e673de8f39dd007fe5358

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d24bbe4eef650abdb05deef823d6822fd9968f2e]

        no need for these methods to be virtual
        
        Change-Id: I23413704b27474f6a59121bb1cbf24ee7484acd2

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7cf46a889b340b59064108e1c3ee942e98f3cf07]

        we need to export the SalGraphicsImpl class
        
        Change-Id: I569a1aacdb7a87b0e8045863a8569520bd0df09a

2014-11-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ec8688fa2a311ce5fb463ce7c321757d1c2d8a3b]

        use Impl for unix vcl plugins
        
        Change-Id: I110df787e1d4b817ab6e682fd9bf50a24332fafd

2014-11-10  Ptyl Dragon  <ptyl@cloudon.com>  [0977b40a5cef4e67cb46e6f2c42625a5d079b638]

        add Impl version for SalGraphics
        
        Using an Impl pattern here allows us to switch the rendering in each
        plugin without introducing any additional plugins.
        
        The SalGraphics subclass will just forward the rendering call to the
        Impl which can either be the normal native one or the OpenGL one.
        
        Change-Id: Id234c60335305bfb42bf3d2b912f02d1f542bd06

2014-11-10  Julien Nabet  <serval2412@yahoo.fr>  [3d16e8593ac1e9d90f0a033732766907476822f9]

        Resolves fdo#82500: Operators missing in Standard Filter
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=be88126e80b1f6b9a3090ba4617d9a87dfb0a0bd
        
        Change-Id: I4f03fbf4e6e6a0f6a901cadb87494baa92d66895

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [167a0383f0064372ad36d08f6318385adaacc6dc]

        avoid unused argument warning
        
        Change-Id: Ib67b804423b521407710f8319cb89977e44494cc

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [bb95f7e6f7c9b1281875e6d729b66b6018794ee0]

        speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMap
        
        Now that it's possible to quickly find anchored objects for a node,
        it's actually faster to check the node hiearchy rather than layout.
        
        Change-Id: I5f93d5af32c744f1773535e5ec8537334d1ff58a

2014-11-09  Mark Hung  <marklh9@gmail.com>  [1a0f494be698dbb20ff7c7eb66fc84db498cfa45]

        CJK Numbered list test cases for ooxmlimport and ww8import.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/12319
        
        Change-Id: I8c23aa97a16feae32071cb2f71f1b63d771c467c

2014-11-09  Tor Lillqvist  <tml@collabora.com>  [e24ed4e3a0bf603f2ea359b10542477ddd654564]

        WaE: unused parameter 'pTbl'
        
        Change-Id: I96dcaeb1b0d01b8b7b21cafce7fed4261c1060a7

2014-11-09  Tor Lillqvist  <tml@collabora.com>  [985708407a53bc66225e3779dd7b6ee8936cdb02]

        WaE: private field 'doc' is not used
        
        Change-Id: I0386d6ee091288ae0913d31ee0ddddee4d3cbb6f

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [1166966eb4112fdf332c656eae5082d82a3ec2f2]

        Related: fdo#80755 Always update the thumbnail
        
        Even if the new one is empty. That's the most simple
        solution for a case of retro-password protecting of
        an existing file.
        
        Change-Id: I7752970c1dee9ec7bf61d390b8b1618a44370e16

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [c8867b4c360f808386030ef6c87802403b42b70a]

        do not display missing data source always as "SOURCE"
        
        Broken by cc6f43275a00b0aff2e60e70ee8032222a2c9610.
        
        Change-Id: Ie870dea874327639460349b239525e4ce77dd8fe

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [738fb2ad77e5a1a4d6e2dc540886a17f4527e4db]

        faster mapping from nodes to SwFrmFmt's anchored at them
        
        The SwFrmFmtAnchorMap class provides reverse mapping
        to SwFrmFmt::GetAnchor().GetCntntAnchor(), so that when code somewhere needs
        to update SwFrmFmt's anchored at a position, it's not necessary to iterate
        over all of them (which can be a large number e.g. with mail merge).
        
        One special catch with the multimap of SwNodeIndex keys is that
        the values of those keys change (whenever the node structure of the document
        changes, indexes of nodes change as a result). This makes it impossible to use
        any hashing container, as the hashes would change without the container
        noticing, but multimap should work fine, as it just requires that the keys
        remain sorted, and that is the case. Nevertheless, the old code in the two
        converted places is intentionally left there in debug mode to verify the reverse
        mapping is updated correctly.
        
        I intentionally went with SwNodeIndex rather than SwPosition, as SwIndex
        (the other component of SwPosition) was causing some trouble (see e.g. the
        SwPosition comparison operator< , where two same positions are different if one
        is registered and the other not) and it doesn't appear to be actually necessary.
        
        Change-Id: I7f1768558f60155d4ba83c84aa7f9e34dc65ebf9

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [b21df5a993a3815cf736fe3d2eab73eee646b38e]

        do not break encapsulation of SwFmtAnchor::GetCntntAnchor()
        
        Change-Id: I0a320eb990f9a3b6800447a97a84c118239bae96

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [92e00493aed5a9d82d306bbd9a9e76276d1abcea]

        const
        
        Change-Id: Ie2f4c5059a4160287690cf7a4e99472d9a575102

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [c41346f96f201c4e8b6c15d5b3fe65aa2590e86a]

        fix constness of SwFmtsBase::GetFmt()
        
        And covariant return type while I'm at it.
        
        Change-Id: Iab8459e73fa6743eae17094d9826c83b0f53c3f5

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [bb00a0097900ae054401f7758a915047cfde4065]

        do not bother with nice unique names during mailmerge
        
        When using a single document for all the generating MM documents, there can
        be a significant number of sections/etc. , enough to make searching them
        all in order to find a next nice unique name take a noticeable time. Since
        it's very unlikely anybody will ever care about nice names after mailmerge,
        just get some unique name in a fast way.
        
        Change-Id: Id6b8d39a67529984cb93bb369f2c6eab401f1799

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [f1fb3fae21d8e157978da4666eab15364ebb0660]

        actually use return value of GetUniqueSectionName() in SwDoc::UpdateSection()
        
        Change-Id: I6d9ae98e900e5e42c5253ee9b2f71bec351b54d1

2014-11-09  Luboš Luňák  <l.lunak@collabora.com>  [6a5dbe73537642b06bcde782118a34b4593d17eb]

        do not iterate over all bookmarks in SwTxtNode::Update()
        
        3f9872185e introduced new API for fast finding of marks to a specific text node,
        so use that (code itself based on cb46aaf2d7).
        This makes mailmerge faster (since it can create a huge document, and especially
        with the change to use UNO bookmarks to mark starts of MM documents inside
        the larger single document there can be a large number of marks).
        
        Change-Id: I30ec69acf423e9a62fae5f5492ed8744cb727a56

2014-11-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [123e49d6e307c41a5f59878335563ad7203b23ff]

        Try to fix CppunitTest_sw_mailmerge test
        
        Change-Id: I225ef5b01625e8260b751e5255161ae51456fbf1

2014-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6d3507b02917c97b117e94c83b56cfe442d5f544]

        SfxTabDialog ctors: take an OUString
        
        Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c

2014-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [949b6ef2e976926cdc946ff1b0550e3f6d8fec3b]

        cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8
        
        Change-Id: I95101bed2e2d0f87027f2d80e5e7e23f59b3e159

2014-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [8836de49e533ec67c2242161f68f656a719d6d1e]

        test for membership should be 'not in'
        
        Change-Id: I493bad18ed3f728bcf42049377d7f4c6039264c8

2014-11-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0280a35b20448b7f678b6e150cbc2564da4910ce]

        fdo#82707 Unify click behavior in Statusbar (Writer)
        
        Use single click for primary action, right click for context menu
        
        Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e

2014-11-09  Yousuf Philips  <philipz85@hotmail.com>  [a700c0b44d8ff6092120315b38f6b10f0278fbf7]

        fdo#86048 Add delete row and column entries to Edit menu
        
        Change-Id: Ia08e4a88b7b37e3056e8357f5f79721cc6297503
        Reviewed-on: https://gerrit.libreoffice.org/12320
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ed9d1feab245601b6c7b84b1acd7cef9bf982972]

        HIG fixes in sw
        
        Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992
        Reviewed-on: https://gerrit.libreoffice.org/12312
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [418eeaa91f4539ef4ce8a832f8b08f14ffd7fe75]

        fdo#86050 Let LibreOffice add scrollbars to widgets only when necessary
        
        Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b
        Reviewed-on: https://gerrit.libreoffice.org/12322
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Matthias Freund  <matti_lx@secure.mailbox.org>  [e6a0e5069fc18edca3ce01d87565b8ab728c008d]

        fdo#75256 Improve sifr icontheme
        
        Add new sifr versions of the sidebar icons, add new custom animation and more button for the sidepanel.
        
        Change-Id: I3d10f6d674d20dc63ec307a3efb68e6b172dd9b8
        Reviewed-on: https://gerrit.libreoffice.org/12318
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Yousuf Philips  <philipz85@hotmail.com>  [1bb42448dd978bb634ec60e3969178c1ed158015]

        SIFR: add new symbol icons and update list icons
        
        Change-Id: I52a6092e701a4af211c98f2f46bdb2bef1bee9d2
        Reviewed-on: https://gerrit.libreoffice.org/12323
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Yousuf Philips  <philipz85@hotmail.com>  [b740b0c92552e85b9715964d4716cb58fc1ccfe7]

        fdo#86046 Addition of sheet grid lines toggle to view menu
        
        Change-Id: Ifb948e90ad4980ce40cfcb270e52d23e696d8b6b
        Reviewed-on: https://gerrit.libreoffice.org/12316
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Yousuf Philips  <philipz85@hotmail.com>  [9667e015fcc89a4de9b9b8fdde8f4bc68f1eef81]

        fdo#85594 hiding, unhiding and rearranging standard toolbar buttons in Calc
        
        Change-Id: I4c61d9c5facdc0af8bb73b6839deca72f6049936
        Reviewed-on: https://gerrit.libreoffice.org/12317
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Yousuf Philips  <philipz85@hotmail.com>  [0daa405e104098bbceea6a974a80ad49ff50af7a]

        fdo#81475 Disabling background color in enabling some other buttons
        
        Change-Id: I5eee027d2cb1dd3528a274556568110da5609223
        Reviewed-on: https://gerrit.libreoffice.org/12306
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [9a70e0a7f5e861065e63c3d30048a7d56abf1fed]

        Synchronize bullets lists
        
        The default bullets list is defined in two more places:
        svx/source/dialog/svxbmpnumvalueset.cxx
        cui/source/tabpages/numpages.cxx
        in both cases there is no separate RTL list. (And since we're
        using SvxNumValueSet also for the popup, we must sync it,
        so the shown bullet would be always the applied one.)
        
        There is lots of code similarity/duplication in this area
        (primarily introduced by the sidebar), and I hope to clean this
        at some point.
        
        Change-Id: Ifcc216101ed2f105a40fb483aa1b96a9e93d00e0

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [a066acd8709ce69eae4fee3993dbb298e02eb8d5]

        Reset prefix and suffix for bullets
        
        It seems needed in Impress, when applying a bullet
        using the popup after a numbering with prefix/suffix
        was applied.
        
        Change-Id: I0faf8149b3564de9b08fb8107d7a639ae41d2133

2014-11-09  Julien Nabet  <serval2412@yahoo.fr>  [393ef5c8800835fdefb81bc0062ab30cd1bba140]

        Resolves fdo#86040 Renaming 'Gallery' to 'Clip Art Gallery'
        
        Change-Id: I78108d596d0fb12641e4c7fd2c80b1120839e549

2014-11-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ce87efec53d72f675330b0512e61ad5077674a8]

        OpenGL ES does not support double and glPolygonMode
        
        Change-Id: I623babba561dc0a126c6884a70a33ad4a78ef63f
        Reviewed-on: https://gerrit.libreoffice.org/12187
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [5ee376a42fcd5a38cb6952e69b5d770e3a59d2e8]

        Try to make MSVC happy
        
        Change-Id: I064c58608914f3f179695bf6ec5f7e311162a2fa

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [fb4619e78ec7400c3d29a651fd8589f2e404a13f]

        More cleanup
        
        Change-Id: I1f900029cb6a0fb389617c153dd187cf63ed2c7b

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [853e9c00a359b93c546e2e8a5fcee9e8aebf49b8]

        fdo#85804 Use the new popups in the sidebar too
        
        Change-Id: Ib4767eeef1dc6c404bb36068f806c42ccc1086b6

2014-11-09  Maxim Monastirsky  <momonasmon@gmail.com>  [261f84a08d8631d70c62d849cd11b21bc9d1f106]

        fdo#85804 Introduce bullets and numbering popups
        
        Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252

2014-11-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9229170920ab770624415c4330da57af5b1b5398]

        Unindent.
        
        Change-Id: I98b5a0b91c92e58bae3caa69a4ed35c72dc839dd

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [a305869e99a73626534a921c36eb352cd74582a5]

        xmloff: [loplugin:unusedvariablecheck]
        
        Change-Id: I5b141d35ab05e1a3f225a980aad1280102a80ee0

2014-11-08  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [caaf28488fcca133db885ea0f7d324df9a716eac]

        fdo#86018 Distribute space in statusbar better on small screens
        
        Change-Id: If07037e8d313c966c2db572716bf958c89c2fd79
        Reviewed-on: https://gerrit.libreoffice.org/12313
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4bb73164a51ec83fe1d5975b1232d35f8a9e88a]

        fdo#84645 RTF import: set DontBalanceTextColumns=true for the last section ...
        
        ... if it has multiple columns. See commit
        d185204737031955c56a24356ed003d342548434 (DOCX import: set
        DontBalanceTextColumns=true for the last section, 2014-07-17) for the
        DOCX equivalent of this problem; this just adapts the RTF tokenizer to
        dmapper.
        
        Change-Id: Ib30f9b386e204b8b2987832ab17ee0cc53b3f0bc

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [5fea6b760df32297f225b72c9e2c30d975e9142a]

        sw: SwChapterNumRules::sFileName looks pretty constant
        
        Change-Id: Iaecaccab729e22ae9504d01c9974779cf1ab381b

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [f8482195dfdebc820ea4d4c2a0cb9dc698172efe]

        sw: SwChapterNumRules::bModified has become pointless
        
        Change-Id: I7d4937dab947b14d4885c548cd7a96ebaba23c60

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [65d762d8ca0545d2f77da24f9cefa5b3148ef384]

        sw: delete the SwChapterNumRules binary Load/Store implementation
        
        Loading the outline formats from a StarOffice 3 user profile went out of
        style.
        
        Change-Id: I4989fa043a616428fea3705a72dee67082bfc226

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [79416bdbeded822bf39ac017b5816fa9aa8b359e]

        sw: fix un-safe casts in SwXNumberingRules
        
        At least they check that the pointer they reinterpret-cast without checking
        the type isn't null!
        
        Change-Id: I07770e274598b1c476b4c297ac1d388b7ca576e5

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [7bbda9b227c372898a80f75655a67eee0bdfabf3]

        sw: remove the PropValData abomination
        
        Conciseness and type safety: why try to achieve both when you can settle
        for neither.
        
        Change-Id: I68399395083e3ad927c544700cb37363856b1788

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [526d6c96b6e39ed0a126ff6b64f125f082a8abbc]

        sw: these can be asserts
        
        Change-Id: I4ad1ff6fad2f4097c128dcaea5cf6064e2524aad

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [e377a65a1e6acf6241ce0bd2fc35a6a786cd8de9]

        sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRules
        
        Change-Id: I5426977d4ed5539d79335df0aa4bcccd71dd8966

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [f7c14f57300255bb279ccd95d6b87347b1e0aec2]

        xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()
        
        Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [1535f39388223de53e4b923c6f7bb71ee32c1858]

        sw: store Outline Numbering as ODF fragment instead of SfxPoolItems
        
        This should be less fragile and re-uses some xmloff and unocore code.
        
        Storing from ~SwBaseNumRules() does not work because other gobals that
        the export code relies on are already dead at the time it is called from
        a terminate() listener, so store when the dialog updates a format.
        
        Change-Id: I4e148b82d0a338ec7ffa6429c6e162db79f8c44e

2014-11-08  Michael Stahl  <mstahl@redhat.com>  [5c3cf76f79a7f0cb5fb09e627cf07195ad5a0ef5]

        sw: refactor SwXNumberingRules
        
        ... to get some static property getter setter functions.
        
        Change-Id: I3e69c0c01ee7ec2d17edbf06876c17cf4fce3833

2014-11-09  Takeshi Abe  <tabe@fixedpoint.jp>  [c1358e5dc875bb923f4b5472ba615ebd19f0d057]

        separate parse.hxx into smaller parts
        
        ... so that node.hxx no longer needs to include parse.hxx.
        
        Change-Id: Iac1e21c208e3f0e3fd8ece16eee345e81574a0aa

2014-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1da74e727d7f8703006cfe574b26621d5f674693]

        CppunitTest_sw_mailmerge: move more methods from header file
        
        Change-Id: Idecf7c2ec3b736ba1d9a2826773c95f26ef91990

2014-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [30f242e510e1a03cc47be115f4024a2e44f6db69]

        SwFrmAddPage::SetFrmType: take an OUString
        
        Change-Id: I0d18aeee953d07ae9287ec1bca7d8deca8453d88

2014-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7fbe37c56d78af757f975b280bf113fb2fe40fd]

        writerfilter: SW_DEBUG_RTF_PASTE_{TO,FROM} is expected to be UTF-8
        
        Change-Id: Ibcfa71cf9820db0b397a88e22aa6cc964048b71c

2014-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [827e8d6a3b546422578e1dc62ad28039b53df713]

        loplugin:salbool
        
        Change-Id: I29bea17bd6cc3ae88baa5cfaa5c0897c23044c3c

2014-11-08  Caolán McNamara  <caolanm@redhat.com>  [2a2b6d3e137c1f23b7bd8a093a228063338f56e9]

        coverity#704961 Dereference after null check
        
        Change-Id: I6acca68cbebf149f7ac7f18fa0011e7f3d20a957

2014-11-08  Caolán McNamara  <caolanm@redhat.com>  [6a4eaa43b64d243d350e080ddfb95bc40d5681b2]

        coverity#1251172 Dereference null return value
        
        Change-Id: Ic1f1c7f055f3fb21e7361a2e14f6eebe3dac4216

2014-11-08  Caolán McNamara  <caolanm@redhat.com>  [982855de49d513b3f9a9942154c401482ee35404]

        coverity#1251168 Logically dead code
        
        Change-Id: I92776d7a96c13b3d0b4c74d2b928320f9182d17f

2014-11-08  Caolán McNamara  <caolanm@redhat.com>  [f1aebfeebf2c27d5c531e4dfd667b6fdbaab4d03]

        coverity#1251169 Unchecked dynamic_cast
        
        and
        
        coverity#1251170 Unchecked dynamic_cast
        
        Change-Id: I3a4806aff3b42ea3cf507c7f435bb687cac32c60

2014-11-08  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [81bd5cb80e4802d7d1b4fff33d6d60b99a5ecb3c]

        Remove now unused icons
        
        Change-Id: I6c411e496614c761a73e9785e70faeba7f8a065f

2014-11-08  Yousuf Philips  <philipz85@hotmail.com>  [b2c1274a94aafa46358dc4802a4c8433467f9161]

        make line spacing icons point to themes icons
        
        Change-Id: Id93fa68fe28359905f1dd55122fb3b4f48e9710e
        Reviewed-on: https://gerrit.libreoffice.org/12274
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-08  Yousuf Philips  <philipz85@hotmail.com>  [b7c8b76b67b132fc79af75d4305528f2db1d9539]

        fdo#85825 unify alignment tooltips
        
        Change-Id: I413a69aa6dabb8975863505384f1c26fa16bc0ff
        Reviewed-on: https://gerrit.libreoffice.org/12272
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe076b977661679842d44ecf21a66fca4d96ce33]

        sc, opencl dependant code called even without FEATURE_OPENCL
        
        Change-Id: I9629904b6b48d6b8356d6abb0c3cffe6e3fba517

2014-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [169e1058d50cca32f8ed8702c6f6a13a39fe899f]

        coverity#1251171 Missing break in switch
        
        Change-Id: Iefdeecc9fb2032d171cc2a353fe160dcd92050b2

2014-11-08  Tor Lillqvist  <tml@collabora.com>  [c989f5e0e11e295b11ffc921b0d105869e037e47]

        These constants are now in the scoped enum MouseEventModifiers
        
        Change-Id: I73e1498198cbb55ccd969713a38b6cd678c94643

2014-11-08  Tor Lillqvist  <tml@collabora.com>  [46a47217de2c3225bfdeb9d32bb76bbbd8c26c36]

        These constants are now in the MouseEventModifiers class enum
        
        Change-Id: Ie6a0c86b18a7a01c8b020c37dcbcadc529deb80b

2014-11-07  Mark Hung  <marklh9@gmail.com>  [d30a8ec448bcd08c6a52a37d6ae41a4b71c235da]

        Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/12252
        
        Change-Id: I2d8760c7ecb3677464e167528b2424aaca19a0d7

2014-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cf2cd7934893efbec3b9c5dbcd76ca8eee80ecf]

        indentation fixes
        
        Change-Id: Ia548dd0382a6991a2d9914bf0d1fc1286319c5e9

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [ba59fc533b6ac393969b456e72223d7d839b46c1]

        coverity#1251173 Dereference before null check
        
        Change-Id: I2e7f98f6b2df5f87be546606f86fd29202050d87

2014-11-07  Eike Rathke  <erack@redhat.com>  [bbdecd902bf2844d781dc1550a1d24bcac80b260]

        coverity#735814 Explicit null dereferenced
        
        Change-Id: I7c6ebe65cd8c3364b541b5545ab36a13d155a61c

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [d58c32fc168d7c8431e09e7fd275eaed68e13a7d]

        coverity#1251176 Uncaught exception
        
        Change-Id: Ibeedfcb59e3a249c066a9c0f5dd3fcced9beed90

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [c0e348a72a2f027eb7cdfe5b66b0e901cfdd676b]

        coverity#1251177 Uncaught exception
        
        Change-Id: Id71b104f8d1c420b3716b093cebad00a7eb3f431

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [dce66ad650a2707ea3fca3afef0cbe4ee3e2338c]

        coverity#1251175 Uncaught exception
        
        Change-Id: I862320e5a4b8277ba39e8174b077df8c838b4629

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [4139f124e01526c3bf9dd5736c41d7b48799a2d2]

        Resolves: rhbz#1161238 sync PRESOBJ_OUTLINE para depths to outline numbering
        
        same problem as fdo#78151, except that pre-existing documents created
        before the bullet/numbering toggling UI change have PRESOBJ_OUTLINEs with
        paras in them with "numbering off" but the outline level they are a
        preview of still have numbering enabled.
        
        Leave the actual numbering styles alone in this case and toggle the
        PRESOBJ_OUTLINEs paras back to the level they "really" are
        
        Change-Id: I76508f88b5003afd1740feee3ec328326117f896

2014-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [dce20aa0e7df0cf43c2ec3b04c4cb5a405b6fd9b]

        writerfilter: handle ooxml:CT_TblPrBase_bidiVisual
        
        Change-Id: I619a6b161e5ed7e902406b288552b06fe7da487e

2014-11-07  Tor Lillqvist  <tml@collabora.com>  [d156dd493c089ebe953348b3ae3668b233701fda]

        Update the white or black list when editing an entry
        
        Must be careful to re-select the logically same entry even after it actually
        has been removed and the edited on inserted.
        
        Change-Id: Id19f7845fadbc018affab7a6cb6b421ed9170297

2014-11-07  Tor Lillqvist  <tml@collabora.com>  [0485355e05da36f4023b4c594ecb80b342608f5a]

        Make it possible to actually edit existing white/black list entries
        
        Still not possible to add new ones or delete existing ones, though. And the UI
        for this is not finished at all. Work in progress.
        
        Also some refactoring. To increase readability, introduce typedefs in
        ScCalcConfig. Not sure whether nested types inside the class is a good idea or
        not.
        
        Change-Id: I8e1695bb0594e2cd5f8b5ce0ece075842b77762a

2014-11-07  Tor Lillqvist  <tml@collabora.com>  [03b4aa438b4a72431044f9fc137804329e5bdf43]

        Some simplification and refactoring, no functional change
        
        Change-Id: Ie7ba158063dc0c588e114278cedb80e414ccc4cb

2014-11-07  Tor Lillqvist  <tml@collabora.com>  [cd56935a177b7d9fd10434afe220fe6c10820f82]

        More work on OpenCL whitelist/blacklist UI
        
        Change-Id: I526d6652a956be3031ed46ab15eeb333d3f40a7c

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b6a41916f351fd2d6c8934a9f35ec72159ee5009]

        Use SAL_N_ELEMENTS
        
        Change-Id: I3d26823a93fd0925ef5e71affd941cd51219ab9e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5771bde234ec65d79501d5eab938e06dfe43e232]

        Try to fix ambiguity error
        
        Change-Id: I93cf7497e52d065d00f762f61f79a4e8f8609bfc

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [673f3dfc3cc4190a01001280330ff0b63cd1cc7f]

        Build fix again
        
        Change-Id: Ia3ddea84b022a34709b6be14afb105bedeef0553

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [8da62747d0d870db3b9746b765d18b2a62e4b31b]

        Resolves: fdo#85939 its not an OKButton anymore
        
        Change-Id: Idecd7dc056749b2135e0690c54560aedf7f653a2

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aeebbec4e8fb77a24b231362844d5a3f0f05e3c2]

        Build fix: back to C++98
        
        Change-Id: I5aa74c17f3274a130f76a25fc7bbb184b3f5c69b

2014-11-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c7ae999bb7cfc03652ab7368f54c6e751f22b53f]

        rename --disable-gstreamer → --disable-gstreamer-1-0
        
        Change-Id: I9f1e0ae2d5ac71ea7e9edb06d3719d626adb80a4

2014-11-07  Noel Grandin  <noel@peralex.com>  [31d902d3c00fdc5f088aff433b7ebf308a718339]

        fdo#84938: replace MOUSE_ modifier constants with enum
        
        and make the two categories of constants non-overlapping, we
        really don't need to risk confusion in order to save 6 bits in
        a data structure like this.
        
        Change-Id: I2251195d8e45ed04e2a89e47ae9c3e52cf0475c0

2014-11-07  Noel Grandin  <noel@peralex.com>  [adaf5229afa37331da6fac2c4711494f53a2e067]

        bug in typed flags
        
        /home/noel/libo2/o3tl/qa/test-typed_flags.cxx:50:52:
        error: invalid argument type 'typename o3tl::typed_flags<ConfigurationChangedHint>::Wrap' to unary expression
        ConfigurationChangedHint nHint2  = nHint & ~(ConfigurationChangedHint::ONE | ConfigurationChangedHint::TWO);
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        1 error generated.
        
        Change-Id: Ia03e1e7d6afff0bdbb87e82ec076d5ffb820afb2

2014-11-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [65a00c71a5e3a8cdd74ac1a557208e183e23cf01]

        Clarify configure GStreamer handling
        
        Currrently --disables-gstreamer disables GStreamer API 1.0 support
        and --enable-gstreamer-0-10 enables GStreamer API 0.10 support. To
        build with GStreamer API 0.10 you need to --disable-gstreamer and
        --enable-gstreamer-0-10, which doesn't seem logical.
        
        But actually it's possible to build both avmedia GStreamer backends,
        so this changes:
        
         * --disable-gstreamer to --disable-gstreamer-1-0
         * configure variables to include the GStreamer API version "1_0"
         * adapts the configure help text
        
        Change-Id: Icffd8cfb9d80b3021e290675e7c9644c2a31fce8
        Reviewed-on: https://gerrit.libreoffice.org/11912
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6]

        Don't add toolkit related shell packages with headless build
        
        Change-Id: Ib68bf02ef7065c76ff25f36b8c29a9a4b028b2e0
        Reviewed-on: https://gerrit.libreoffice.org/12268
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-07  Andrea Gelmini  <andrea.gelmini@gelma.net>  [a44163ada4de97d53910cf48a4017ab191b4fb16]

        Removed #includes including themselves
        
        Change-Id: I3fe3227967e07b6b0c82dccf3c9400bfe6e1d729
        Reviewed-on: https://gerrit.libreoffice.org/12292
        Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [05cccc5a46d0e95345e7bf201adf64bccdff5451]

        Fixup headless build
        
        Don't require vcl.unx component on headless build
        
        Change-Id: I33c3d90b67dd4ef3fc52ae2555b41ca2deb191de
        Reviewed-on: https://gerrit.libreoffice.org/12267
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e284d7f2526bb01a3dc4b6297ba61b04a0613eff]

        Make these tests weaker to fix build.
        
        Image loss indicator is the "empty" URL.
        
        Change-Id: I0f8b037dc23bae3d7342d73cfafa4ecc55090ab6

2014-11-07  Takeshi Abe  <tabe@fixedpoint.jp>  [d045ad920be0aa55cd3761dc236fc621bcd8e387]

        make 'make tags' work in case of out-of-tree build
        
        Change-Id: I6c25988497208d9ae652feb1f9c37032f22ae376
        Reviewed-on: https://gerrit.libreoffice.org/12295
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [30ec4ce259a26d7cefa2ee1d3c13383e8d86414c]

        SwFrmPage::SetFrmType: take an OUString
        
        Currently these values are ASCII, but it's better to convert it to
        OUString from the string literals directly than trying to guess their
        encoding later.
        
        Change-Id: I2629329a84c89410bd6d81d871b564988394e74e

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [babff1023a9dbfb35069b332b456f4d22986518a]

        default to ods instead of sxc
        
        Change-Id: I66e6905237307f177fadfef2ffc13f04ffc43921

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [250bd093509fb99afa59d8d4290b8a996a0962c6]

        Update notes about swapping
        
        Change-Id: I6b9f5f9c4a0bc87376a469835a50dc2cf598479e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8710b09b0ee272b7600611127d76ed4699863075]

        Optimize ImplCheckSizeOfSwappedInGraphics() a bit
        
        Store used size as a member so we don't need to recalculate it
        all the time and no need to use a size map.
        
        Change-Id: I1f929c5d3a56f545cef123bda087ecaf8ca0be4a

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [554902eac3361c67c6d76e0d7a237d9a16062dfe]

        Make SdrGrafObj swapping methods private.
        
        Plus remove some useless call of them.
        
        Change the tests accordingly.
        
        Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9dc3b49c891fb9fe45c24de4b7e1e88fe400afe0]

        Remove some useless swapping call inside SwGrfNode
        
        Change-Id: I4cd2677197c7a6cff71e2966c2b2dd2285032c07

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [61a5abd5fab308c9e6580e752fa846f5bf0d7e51]

        Make SwGrfNode swapping methods private
        
        Change the filter test accordingly.
        
        Change-Id: Ide3043f2f245c097a7b4c07ba2e0713510296b3e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [398b3092d1545163e2013ed40d4d7fbe03f71907]

        Why to have this compromise, do that what we say the users we do.
        
        Change-Id: Ia599644ff1f7591ac84bdca988883eaf5860297e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4c9aa743fc83b3f3c5b35eeff79c1ffdae90c1fa]

        Swapping Graphic is a privilage of GraphicObject.
        
        This means more things:
        * Graphic won't swap out itself, so those classes which uses
        Graphic without GraphicObject won't need to deal with swapping.
        * When a Graphic is queried from GraphicObject the caller won't
        need to deal with swapping, because GraphicObject swaps it in
        before return.
        * GraphicObject will swap in the Graphic always when a swapping
        dependent data is queried (e.g. whole graphic, transformed graphic
        or AnimationNotifyHdl)
        
        Change-Id: I2bf6e37291ec94146f10aac4a35084682437ed16

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [78657d31ca3118759b7e817d12886f3b713aea07]

        Remove unused Graphic member of SwOLENode
        
        Change-Id: Iaff7e86a8e11e9befc6feacdafd3a78a1971bbcd

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c163d06882b9ef39165bf277606fc70f7ed0435e]

        Be explicit here when to swap out as a link
        
        Change-Id: I70dd00d5f82c5f4f622805e1d6ee1dfc30900b31

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9e68beb85da94386443f53ff9f8bd4685f2c50ea]

        More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()
        
        Change-Id: Ie56584c03af8a6d3ea8f8d4294f5492a841933b7

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5e52aa124b444a34edbef823a91c63ccd58dc17c]

        Make GetTwipSize() call SwapIn() by itself in case of invalid size
        
        Change-Id: I5bc6cf097e61d65007dde531af4a213b19e8ca5b

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ed69a99eff3723f63aaa5f701bb458609399d0bc]

        More unused swapping related methods / member of SdrPage
        
        Change-Id: I4a979dd09418df4526409d9026d6abb98c6bf954

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [154fcad53fa4f298d23f2036b53a301fb3a80190]

        ForceSwap{In,Out}Objects methods are unused now
        
        They are called only by themselves recuirsively,
        but not from outside.
        
        Change-Id: I1cde392c95bbc60ac7937d0bf3cd4b0fd062568b

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [19596ddb11d167b357f1b5974c8c1ea97881c027]

        Remove duplicated swapping methods
        
        Change-Id: I0e61aeb0705ed13872d252ee1594f9ab4aab4f8a

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3956a8483852ec3df3a792ea67d8a8da2b3b7267]

        SdrUndoDelObj: one more manual swap out call
        
        This thing seems a good optimization to me, but
        it would be good to hide all of this swapping thing
        inside GraphicObject class, to make our code more
        robust (e.g. no image loss because of missing
        manual swap in / swap out call).
        Auto swapping mechanism will take care of that, anyway.
        
        Change-Id: I933dafd95597ffff038dc6aeb0a64fcaa3941bd8

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cf78f9c05aaef427c3907ebb7a2ce7247ed27273]

        SvxGraphicObject: remove more manual swap out calls
        
        Tested with importing large *.rtf and *.docx test documents
        with lots of images -> auto swapp out works.
        
        Change-Id: Ib040edaa89c9bcb966c58b75f0392e6d9f7a165e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6598a61ff42d9754949dde7ffeaff476183e06bd]

        Printing: remove an other manual swap out call
        
        Change-Id: I2b6d6eaa072d9948eb5734e978d68d3bc37701b2

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4415af54b4f7d2ce4d3b10f789801adc082d5afa]

        Remove unused IsInSwap() method
        
        Change-Id: Ib295bd71b5cf16fd75d04818dfd415ff24cb2655

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2b8352eb44310fca3802a843e2c2674256b3e08c]

        Paint background images always via drawinglayer
        
        Painting via GraphicObject is obsolete.
        See fdo#68927 where the problem was the quality of svg
        graphics, it seems a good idea to extend this improvement
        to all graphic type.
        
        Change-Id: I57a26d4fcfea8e4f666504a90281365e8a9a7e1d

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2cfce42e0b2b68f045431e572b521fbe5a9f90ab]

        More useless static bool variables.
        
        Change-Id: If09aa23768f73bbf659966e4e5aac82dca83d1b6

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d4653a95896698f7dbaaeae253c5c06d78a4fe32]

        Remove these useless static bool variables.
        
        Change-Id: I7a8ad7814231f129d5d1146ceb36eb2c22b2aff1

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [70dff8d4bb97a5b9b59f91f3cc168be84b473873]

        Ignore the swapped in graphic, but use its size
        
        Change-Id: I75f17ab5e55119965fcede2b220979cefc1e26ab

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ccd93fc33843b1349b67797fc5a26713e6b186e6]

        Assign graphic data also during auto swap in
        
        Change-Id: I09b8d11027f4a1e8470b81677388d4a573b372a6

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5c2ec558ac5bbe76a0070cee90c3ff9ce0544a87]

        Avoid an image loss situation of auto swapping
        
        Before an image data is used GraphicObject should be swapped in.
        When a GraphicObject is swapped in auto swapping mechanism
        is triggered which can swap out some of the images.
        We should avoid to swap out the same image on which the swap
        in method was called before because the caller code assumes that
        the image data is there.
        
        Change-Id: Ia4addc370742aea5fbf185cf87e3c062a5ebf5be

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ccdf558157b7e1b31d8bfd7cce45468f5013fb6d]

        Swap in graphic by SwGrfNode and not manually
        
        It's a Writer specific problem, that images lost during export
        because of not swapped in graphic data.
        Other components (Impress, Calc...) use SdrGrafObj to get the
        graphic and SdrGrafObj calls swap in before retrun with the
        graphic.
        
        Change-Id: I7398d8e3f6535199b10de048acd58543bdb42531

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a6d96c808d76ff0b45466902150929e339d19406]

        Test for swapped out image loss during Calc export
        
        Related to the bug fdo#52226.
        The problem was that the images were somehow swapped out but
        were not swapped in during export.
        Test the main Calc formats: ODS, XLS, XLSX, HTML.
        
        Conflicts:
        	sc/qa/unit/subsequent_export-test.cxx
        
        Change-Id: I4835ff2960fbd11cc9750ed3da20df26cd6cbaba

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8070b12454718d33d4452bb090f40ce8c629ca2c]

        Test for swapped out image loss during Writer export
        
        Related to the bug fdo#52226. The fix in *.rtf and *.docx
        export was this commit:
        9dd5caac62083f7162d83319284df68ee83e3777
        The problem was that the images were somehow swapped out but
        were not swapped in during export.
        Test the main Writer formats: ODT, RTF, DOC, DOCX.

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6e0761ec54c12f1d8fd4391e9e87f805d39cce30]

        Test for swapped out image loss during Impress export
        
        Related to the bug fdo#52226.
        The problem was that the images were somehow swapped out but
        were not swapped in during export.
        Test the main Impress formats: ODP, PPT, PPTX
        
        Change-Id: I97ba98d0eb05ef2c1de3fbeaa527bc9f6f54d742

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [17475638138c92162be1c0f34cf1f9cc95c63579]

        Make SetSwapState() an internal method
        
        So we can be sure it is always called when user data changed.
        
        Change-Id: If107907afffb85a7a57817f5807847a5c028416c

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [da612badf7897ab41aa99437e5df874934596fd9]

        DOC import: avoid manual swapout call.
        
        No reason to swapout the image directly after the import
        because it will be used for rendering just a second later.
        
        Change-Id: I78c8ef9225c55f306182dc5efd7bcaf0e88521c0

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f05615df9410cadacfef6843f9c7b6966840d963]

        MS export: don't need to manually swapout images after swapin them
        
        We have some good auto mechanisms for that.
        
        Change-Id: I487dbf4a5fc69c7563dfbc5c21f9ebdb05ba6b9e

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b2503f187341f9a37737f34c7fc6a02d03c2e84e]

        Remove manual SwapOut() call in ODF export
        
        We have a good auto swapout mechanism which will
        prevent excessive memory use.
        
        Change-Id: I362f51c724ac31704561abe8b961910f5d490f04

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [29413c3ae9dfe99048580710f0b1d95c9663d508]

        Avoid using null pointer as a special indicator
        
        When ImpGraphic::ImplSwapOut() is called with null
        pointer it was assumed that it is becase the graphic is
        a link and so we don't need to swap out it actually (we can
        load it anytime using the link), only clear the graphic's
        internal data.
        
        The problem with that it can happen that ImplSwapOut()
        is called with null pointer accidentally on a non-link
        graphic object which leads to that we loose the graphic.
        Seems more robust to use an explicit indicator
        (GRFMGR_AUTOSWAPSTREAM_LINK) for links swapout.
        indicator
        
        Change-Id: Icf31524a192c7866278ba6a13eb85648aa69f554

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fe272a757b60fdf267539102b0a9927f68e1526a]

        Always call ImplAfterDataChange() when data is changed
        
        Call it inside ImplAssignGraphicData() which assign
        GraphicObject members using Graphic's data. With that
        ImplAfterDataChange() method also called in constructors.
        
        It's important to call ImplAfterDataChange(), because this
        will trigger the auto swaping mechanism.
        
        Change-Id: I45af91f8df2fb5b0143fcc5eb05e82e4d408d0bc

2014-11-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6419c745e5e9802da264250d5e131fb9a3b6e4de]

        Do not check a reference
        
        Change-Id: I5baac12f97ea7fa36293844331ca548b7bc2cdfd

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [ccef581c42d2c6fd30a5804657f6d23e001daa66]

        wrong place I guess
        
        Change-Id: I56d18dec48ccccab637ed3d818f4dd757c6f873b

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [19bba5545358421d8b86d8978261059c9426678e]

        still need one of the variants
        
        Change-Id: I4639fb32c1dfc115bc33ce071fc3440138605362

2014-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [29cbbad64088354425c606f9eb6c267bdf7731dc]

        DOCX import: fix rounding error in table cell widths
        
        Change-Id: I733fd4b998ba4d0bde2f91f2b3d76205f0dc8020

2014-11-07  Caolán McNamara  <caolanm@redhat.com>  [8b8b0dfa1ce9015f0514feaa64234831972a5f1d]

        callcatcher: number format serialization cleanup fallout
        
        Change-Id: Ib5b5f653b027bfe5c05c0db417a2aa713309d9a5

2014-11-07  Juergen Funk  <juergen.funk_ml@cib.de>  [8923bf821cab049e8f82380450b2440d5e146c7c]

        Fix fdo#84574 - COLOR PICKER: Palette color list should have scrollbar
        
        Change-Id: Ib927d3e1b1349f9a1b5f575180d217fe31f1f11f
        Reviewed-on: https://gerrit.libreoffice.org/12296
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-07  Noel Grandin  <noel@peralex.com>  [bd15fb03dfc3a14b8f1f233080ec3084e0bf25be]

        use css:: prefix to tidy up chart2 UNO macros
        
        Change-Id: I8dbe23bfec15fbc905407f64a3a87a5c75dbcd54

2014-11-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0adb90115596ce69e1d80becdaa39e23197fe454]

        bump product version to 4.4.0.0.alpha2+
        
        Change-Id: I1ea75499fa9db95f34d3fb438469559849541a53

2014-11-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1f58f624d00ef5748f88373c487872f24c4d962b]

        Updated core Project: translations  7a93a556c365806ff1306e70f970feaf1bd7581f

2014-11-06  Eike Rathke  <erack@redhat.com>  [68290fec9a8b9b8e8c73408c8b9cd80097b273fb]

        use correct LCID and English color keyword
        
        As could be seen when running in dbgutil build or with environment
        variable OOO_ENABLE_LOCALE_DATA_CHECKS=1
        
        Change-Id: Iaf3b4cbe58acea9fa8aed0b1793e0ff28c089de6

2014-11-06  Eike Rathke  <erack@redhat.com>  [6c0e970eae2bd1c06d52616fd7f9db85369e2338]

        remove now superfluous SetUsed() calls
        
        Change-Id: Iaaabed4d0b507dafb7873da42869a856fc6ba573

2014-11-06  Eike Rathke  <erack@redhat.com>  [237e744fe505ff83f1bde383f33f4da1e79d2fc1]

        remove now meaningless "since number formatter version ..." comments
        
        Change-Id: I1b7aeb3d055baacbf67065f67991894a420897b7

2014-11-06  Eike Rathke  <erack@redhat.com>  [cf21cca5046564c5a427d8a0dd16917168ad9196]

        assert( nNewExtended <= ZF_STANDARD_NEWEXTENDEDMAX )
        
        Change-Id: I51ceee96f246006802879d94964ca161b63139fc

2014-11-06  Eike Rathke  <erack@redhat.com>  [303c2b91774a28933151ee15a83ef5f73ed78d69]

        remove include/svl/nfversi.hxx
        
        Change-Id: I8d10c0d2b24ec20795a504b4538b196cf1ce499a

2014-11-06  Eike Rathke  <erack@redhat.com>  [14174aabaa959988fe65c41109c6eafc37f5b2c3]

        change nNewStandardDefined to bAdditionalBuiltin
        
        and remove SV_NUMBERFORMATTER_VERSION_ADDITIONAL_I18N_FORMATS
        
        Change-Id: I63f341e74a1eb7172dbb024a5cef66435a46e1df

2014-11-06  Eike Rathke  <erack@redhat.com>  [b448ee4a3a5a121f3b08a8e946a934d3414a5251]

        eliminate ImpInsertNewStandardFormat()
        
        Change-Id: I66fd200f1a504af22430e0471e1c98927101a9de

2014-11-06  Eike Rathke  <erack@redhat.com>  [11eba2ea906636b7bb801ed42bcd3b7ad3ce5496]

        remove unnecessary SV_NUMBERFORMATTER_VERSION_NEWSTANDARD
        
        Change-Id: I63e8925e54c48cc35e09d9cd993520d6c85622eb

2014-11-06  Eike Rathke  <erack@redhat.com>  [d80ac9e703603088834a016d0d3cd22188da56e3]

        remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_TIME_HH_MMSS00
        
        Change-Id: Ia6e9594654f89cadaedc19e7c3bddc1083cf9347

2014-11-06  Eike Rathke  <erack@redhat.com>  [ba70da3cded40ccafdde74e061af1d9f3519a84c]

        remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATE_WW
        
        Change-Id: Ia0bee4a370e130a7e6fddd7cc984c31aa9a39a5d

2014-11-06  Eike Rathke  <erack@redhat.com>  [d8ffda17de60d16db2c24baf4bc3e0fcc210c4a2]

        remove unnecessary SV_NUMBERFORMATTER_VERSION_NF_DATETIME_SYS_DDMMYYYY_HHMMSS
        
        Change-Id: I97c0f9154828c1d3ce801482242d951de8eab7e7

2014-11-06  Eike Rathke  <erack@redhat.com>  [872aac32e3ed0bc881b756f37f7bc8d4bbdbd4d8]

        remove unnecessary SV_NUMBERFORMATTER_VERSION_FIXED_FRACTION
        
        Change-Id: Ia4779dba9b8068d172d47ce2aff32219634a9616

2014-11-06  Eike Rathke  <erack@redhat.com>  [3fe53eee62b676eeb444332aed1019a8c866690b]

        remove obsolete GetNewStandardDefined()
        
        Change-Id: I7b68754b1ac2fd3bd1ca8944deeded646a2e74d6

2014-11-06  Jan Holesovsky  <kendy@collabora.com>  [fea4793169283b3e5f1af76a007273728eaf0b6b]

        LOK: Remove formats that we cannot export, and add PDF for Draw.
        
        Change-Id: I64a73fb73b16ce265cd78d76c0325db051e55e26

2014-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a9272d35755813838105ae735a1c65043e824c99]

        Early return missing
        
        Change-Id: I0d4f9b14f2a41a3acb08ba1b6c13fdf1174021e7

2014-11-06  Victor Portella  <visportella@gmail.com>  [ae116edc835b025d61bc7f24711c95b68b4016dd]

        fdo#84380 Remove repeated mouse handling code
        
        Change-Id: I93d42ad234c4be20a4af0a2d68246699c6653105
        Reviewed-on: https://gerrit.libreoffice.org/12270
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Michael Stahl  <mstahl@redhat.com>  [ba08fe174660dc4abdda0aec02dc52b9c7fdb7b5]

        filter: use more appropriate conversion from ASCII for arbitrary input
        
        ... with unknown encoding, mapping non-ASCII chars to something that
        doesn't cause trouble (in FilterDetect::detect()).
        
        Change-Id: Ibf2a2e2fd7c0c00e55042d2ccad173fab7a1b0bd

2014-11-06  Michael Stahl  <mstahl@redhat.com>  [aaccd8560e555d7e3cf062ca3672b77702397a70]

        sal: it is impossible to have non-ASCII char here
        
        ...because rtl_ImplGetFastUTF8UnicodeLen has already checked that.
        
        Change-Id: I17f2b80f374073934a8f0b1a97099d4dec89ce4e

2014-11-06  Michael Stahl  <mstahl@redhat.com>  [5936a64c2aa275992ce231183b35711d8da74ace]

        sal: do not ignore conversion flags for RTL_TEXTENCODING_ASCII_US
        
        Keep the fast path fast, fall back to the text encoder in case there's a
        fly in the ointment.
        
        Change-Id: I94507856a7f3170f770adb741aa1e282d0d2400c

2014-11-06  Stephan Bergmann  <sbergman@redhat.com>  [fc0d57b7aff84f4bdca0a1f201527c265d5f0cf5]

        Revert "use the new OUString::fromUtf8 method"
        
        This reverts commit 05050cdb23de586870bf479a9df5ced06828d498,
        not all places that use e.g. OStringToOUString to convert potential UTF-8
        are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and
        some places like e.g. in codemaker are happy with the best-effort effect
        of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [e36dae401fc8963c9a92cb2c11d9b650b943c6d3]

        implement toggling off removeable master elements with direct delete
        
        i.e. selecting footers/headers/slidenumber/datetime previes placeholders in
        master page view and pressing delete will toggle those master elements off.
        
        Change-Id: I91f745703e43cbb4fdd037da4eab7c8f6bf9fbf5

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [ee2d0d06445b44c3a69b9b0cdd1b474063fed521]

        refactor delete code into FuDeleteSelectedObjects
        
        Change-Id: If6929dfae5e284b1201da5505b9c4e5abceedc6d

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [8ec5b1a267b229aec50c40c6d2acec1ad48da4b1]

        refactor MasterLayoutDialog::remove to SdPage::DestroyDefaultPresObj
        
        Change-Id: If4edb16b2e94396249f3e2ba99381fcd8341d790

2014-11-06  Stephan Bergmann  <sbergman@redhat.com>  [a6f3f05e9623254a18b2403316dacb6136400733]

        -Werror,-Wunused-const-variable
        
        Change-Id: I862e491068ac88659bfd1cc99e7403dba2929275

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [48a4d615c85c58a06a50209bfbcc6e93145142fc]

        If XPersistObject support is dropped, all this unsupported old data can go
        
        Change-Id: I7000df307920b1b04b81cc4c436009cf6b6548e0
        Reviewed-on: https://gerrit.libreoffice.org/12282
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [9e05e45452bfc98c39f589b3f3b90c6596a638c9]

        unittest verifying that mail merge correctly sets up marks for sub-documents
        
        I.e. the UNO bookmarks that are used for marking where each generated document
        starts inside the one large single document.
        
        Change-Id: I8069a3110cacd34b25aff6739ab248f490c3fa6a

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [b1263c09c9f7ece4f4173b2738e91dcc0b580827]

        name of mailmerge marks is actually irrelevant
        
        UNO bookmarks have internals names and ignore this
        
        Change-Id: I37baa4c9bcf9cec37f91e3b1d0fb2fad322ceda8

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [5f7bdec8207672c68c34dbbd833bf6b534cf182f]

        unit test to verify basic mail merge layout for 2 pages
        
        Change-Id: I2172d0185a2481700ffe152e58ebd5bd9c6a4fab

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [3b72f55247a5d9b62490b66900d91f797674b50d]

        properly discard dumped layout on test document (re)loads
        
        Change-Id: I8673810e8c04cd128a691ee1c1e8c4731108b605

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [0d349a49871301506c3a714c95bbe309bbd7eb1d]

        make parseDump() properly handle xml node content
        
        Change-Id: Ibb8859908c8e73377e1ee20b041b9ae76955d076

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [53eeff46cd98e1fb497023f4fe30e9421c189127]

        basic test of mail merge working
        
        Change-Id: Ia72d1b2827bfb38ab39d7d0df04908874d25e124

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [74720747d9c93b6d54dc7550a05b90b9b7d5a8a8]

        do not register MM unittest databases with a prefix
        
        Since that makes SwDBManager::IsDataSourceOpen() return false because
        of different data sources (than the one the document was tested with manually),
        which prevents DocumentFieldsManager::UpdateExpFlds() from updating fields
        properly.
        
        Change-Id: I66f5f79d9fd39204eabb247aa92ec11acef56903

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [b4bc6521759103a5a79819a082e7413737212a76]

        make it possible to check mailmerge output files in unittests
        
        Change-Id: Ifa54445c8f46bb2ed5539870c5fce1a2e62beef7

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [f373aa0be0a2150c05de5b215f18ed8f0f333e83]

        do not repeatedly relayout mailmerge document after each change
        
        When mailmerge uses a single document for all the generated documents, doing
        a layout of this increasingly large document after every generated document
        addition was getting slower and slower (no wonder). My recent changes should
        have removed all needs for any layout in progress, so it should be enough
        to just once calculate the final layout. The final layout still appears to be
        needed, leaving it as it is to get layout done on the fly puts e.g. 2-page
        documents on wrong starting page (maybe just invalidating something would fix
        that).
        Debug build shows warnings from vdraw.cxx about moving anchor from an invalid
        page because of broken layouting, but those were there already before, so I
        assume those are not really significant (or at least made worse by this commit).
        
        Change-Id: I62601ad6dccaa008783d1ce34c9e4f66f9621a56

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [ae5afe9bcebdd220a457829d47882fe8a0cf69fd]

        compute page offset for mailmerge based on source document rather than target
        
        This removes another need for doing repeated and expensive layouts of the target
        document.
        
        Change-Id: Id78bc3ccc71c17e42f858dc9660866b9c94dea3a

2014-11-06  Luboš Luňák  <l.lunak@collabora.com>  [a305a2c91420652db450b7f8edd140e1d69f42cf]

        use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823)
        
        Instead of page numbers, which
        - was somewhat fragile (and broken, as it was actually off-by-one)
        - required repeated re-layout of the increasingly large document, making
          mailmerge awfully slow. The re-layout is not removed by this commit, as
          it needs further checking whether it can be removed.
        See the bugreport for details.
        
        Change-Id: Ib09bd5f5a6a549c3d38ca40b0f32c0d2831fdd4c

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [177fa1197655dea6195ccdc421b0054b7201a716]

        drop XPersistObject support from SvNumberFormatsSupplierService
        
        why should css.util.NumberFormatsSupplier support XPersistObject and need
        read/write support ?
        
        Change-Id: I62bc2fa3a0adef6cf5b7006f4e2bf3a9a157043d
        Reviewed-on: https://gerrit.libreoffice.org/12281
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-06  Michael Stahl  <mstahl@redhat.com>  [3c8330ce1485659299d851adc3cb0e00841c3bb1]

        sw: clean up namespace prefixes in SwXMLBlockImport.cxx
        
        Change-Id: I64716c9d087d1e9d3e76d14d555768af486e8982

2014-11-06  Michael Stahl  <mstahl@redhat.com>  [c4df4d7cf0bf464194ce60da440f3d800ea51b33]

        sw: merge SwXMLBlockListContext.cxx into SwXMLBlockImport.cxx
        
        ... so all the import is in one source file not 3 tiny ones.
        
        Change-Id: I239316ec54cab28a7af643372af33782f70e7040

2014-11-06  Kevin Suo  <suokunlong@gmail.com>  [4bbdeaab0bdb22c0f274fc7679f5a3db3dd90a20]

        fdo#85954: Improvements to Simplified Chinese (zh-CN) locale data
        
        Change-Id: I0ba08182f1c2b75a5b625f7858c23bcd8ba2dce5
        Reviewed-on: https://gerrit.libreoffice.org/12284
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [cbd0fbc287051f918e4adb32b3e9b58dfbf8059d]

        DOCX import: fix <w:tblW w:type="auto"/> handling when cells have fixed widths
        
        Commit 74c5ed19f430327988194cdcd6bdff09591a93fa (DOCX import fix for
        table with auto size, 2013-06-26) correctly recognized that in case the
        width type is auto, that doesn't always mean text::SizeType::VARIABLE.
        
        However, when the size is fixed, then we should simply not do anything,
        and that'll lead to the right behavior (by setting the column separators
        on each row), don't try to be smart and try to set
        TablePropertyMap::TABLE_WIDTH here.
        
        Change-Id: I997b88e5fa34bbabe7c6940879c81a1d62d69043

2014-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f355bad3a055c6369d1cae4afd0c02d181584b09]

        sw doc model dump: extend SwFmtFrmSize handling
        
        Change-Id: I8b246e198f3b19e65feffb196afdecb1755a0581

2014-11-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ab2ed5a360e565299ae558b97bc39cf7aba1a81c]

        vcl: split asserts in VclBuilder::get() for fdo#85939
        
        Change-Id: I41e9961ae797ac99fdfb1480e1a58dbe92178bb8

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [a5ad25c44765c5e98e639bb45464d2166ea8e24d]

        update suffixes in .gitignore for filters
        
        Change-Id: Ibf6093946ef1dec1a2ba202917da9e4562c10d3e

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [31bfb20c81b0d293a5531c381885791540f477b0]

        add a build-time regression test for pcd file format
        
        Change-Id: Ie413372ab1cfc7e38570fdf65c6daca8c2cc426b

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [7b0f4dc514d3fb9c79809afcf3fb118f0a7d0b38]

        coverity#1000834 Use of untrusted string value
        
        and
        
        coverity#706196 Use of untrusted string value
        coverity#1244947 Use of untrusted string value
        
        Change-Id: I5083aba2eff9e852a24513db431585922302b279

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [7ca34b04c0915cb00345afa1ba7cfc736f82f9a1]

        coverity#735645 Division or modulo by zero
        
        Change-Id: I03b8404f90b6a05189591d8e3423f32810057a47

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [62eaee4858397f409da1474c71f1954b8d8e571e]

        coverity#1242693 Untrusted value as argument
        
        and
        
        coverity#1242727 Untrusted value as argument
        
        Change-Id: Ibb212c39f43bcd3f0e0ddf973d1512ed0d7c2fc6

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [85005715a516d47697e3fcf86f51df35f442648d]

        coverity#1242570 Untrusted value as argument
        
        Change-Id: Ic79bd1931ee291746b6dae138b3181d4baddbe3e

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [689f47d9c4a28468827bd0f9ed81911a024d59dc]

        coverity#1213366 Untrusted loop bound
        
        Change-Id: Id5f2c8d199ffae4f23934ceb92184562d72c0b90

2014-11-06  Stephan Bergmann  <sbergman@redhat.com>  [f3f63f555df87449b2d2a33718589b3afb3d9ddf]

        fdo#82038: senddoc, uri-encode got lost on Mac
        
        Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9

2014-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b79694781e825a215842e57287e6054db591c57]

        SwFrmDlg ctor: turn sRestype into an OUString
        
        In practice, currently possible values are ASCII, but then this string
        becomes part of URLs, which are in general no longer ASCII, and are
        OUStrings. Instead of trying to guess the encoding of the string we get,
        require callers to create an OUString right away.
        
        A follow-up commit could adapt SfxTabDialog ctor,
        SwFrmPage::SetFrmType() and SwFrmAddPage::SetFrmType() accordingly to
        avoid the new introduced OUStringToOString() calls.
        
        Change-Id: I087ed2bb341f5aca59e15e2ef4102556ca803363

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [03977c451acd3aadf2509397dc8224bd80ce419b]

        Don't be too modern for MSVC2012
        
        Change-Id: Ibdee512a330d4520a32a56d2f1703dc2eab4981f

2014-11-06  Noel Grandin  <noel@peralex.com>  [b800d0b6ad74ce4a9adb23b865dd174d1eefa47b]

        svl: remove unused code
        
        Change-Id: I5a01162d2925eede97f1cdc24aa876179b8b43b4

2014-11-06  Noel Grandin  <noel@peralex.com>  [05050cdb23de586870bf479a9df5ced06828d498]

        use the new OUString::fromUtf8 method
        
        Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [8f266781a6bd6a629bce65c0f613683047c9a794]

        Bin unused include files, thanks to Andrea Gelmini
        
        Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b

2014-11-06  Andras Timar  <andras.timar@collabora.com>  [5ed4be8e55d1bea480a9f76daa86073beb1a376e]

        use %PRODUCTNAME in Windows registry keys of config files
        
        Change-Id: I532a1b059239b51009ea7025fb348dcd865748ff

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [a8d80a7399e91b3ef27ab1838c81999cd180a35c]

        Don't be too modern for MSVC2012
        
        Change-Id: I6f9049f6b5261f6099e97c7f10d6ab6ea7eaab9b

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [ba80f72df4256246ca3781442a140b10f71effa0]

        Try to get the SC_DLLPUBLIC placement right
        
        Change-Id: Iddf7cad771d271e848ba3abc1c144b9c313cdb99

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [705b6b61e3cb7c9180debaf90f8a08faf0de2bfb]

        coverity#983989 Uncaught exception
        
        Change-Id: I7508ee67a10b43686600b41dd58c1a8a5aa90c51

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [ffc3b11dc32e72651abc1ff054eafdbd424587cc]

        coverity#983985 Uncaught exception
        
        Change-Id: I0082d75aa2c00daa35d8d72e44fbb6da161f9774

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [0ac7311562bc059d803aa61186b5a5fc7f7dd1a7]

        coverity#983984 Uncaught exception
        
        Change-Id: I6a166a1691e39e21a4d765ca7dd0a7fcfba8126b

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [7ac171a7d7e3498dca078fd669ef87c742d0274d]

        Fix error: call of overloaded 'append(int)' is ambiguous
        
        It is sal_Int32 that we want.
        
        Change-Id: Idbe34ff9c0f39ad73ed7df9185512921294b3b4e

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [1449f862606abb57fd7dffdf257ce3895b120a02]

        Be more specific in warning
        
        Change-Id: I96d5dc1267af714e78e431581592e75f0bff73f4

2014-11-06  Caolán McNamara  <caolanm@redhat.com>  [9b3410961e52b4666a118158512e050462711fd0]

        Resolves: fdo#76581 copy-and-paste -> slideshow crash in presenter console
        
        crash started after...
        
        commit 0218b0e2fa510d7acd7413dbedefd9ad50257f76
        Date:   Mon Jul 15 19:45:44 2013 +0300
            fdo#65457 -  Provide visual clues in presenter view.
        
        Change-Id: I19d84800bd5924f2dcc9e5debcf18ef95577105c

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [e0d9303042192ee70d9a387bdf06a1e538124640]

        Bin unused "description" labels
        
        Change-Id: I8710b698904d5c89644633bb53b78a95dcef7d7b

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [731ddce00fc704a1415f030f3accce99d3909e2d]

        Fix non-dbgutil build where OpCode is sal_uInt16 and not OpCodeEnum
        
        Change-Id: Ie88b0b23b7b6f688f920f5aadcf711ba15602686

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [959a9947ccdd553ddc59bc9e4ed003212878c1a2]

        D'oh, it's oor:separator. Thanks to dtardon for pointing it out to me
        
        I guess it would be futile to expect some warning at run-time about an
        unrecognized attribute.
        
        Change-Id: I04ccaa6df8ec932f747384486174c1fd23eb110a

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [e50bb871ecf32ab32f909ba3bbd528e0f941b46a]

        Bin unnecessary variables
        
        Doing .ui "manually" is not *that* verbose;)
        
        Change-Id: Ide50258174e86cc94975a33c5c0e5c663ae8d77c

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [97a74ee6b86532ac9c1f5c4b2d0d0a557e5ddb59]

        Intermediate commit: start on whitelist/blacklist of OpenCL implementations
        
        Change-Id: I5a6ef8f5e428ec4e62b3fdac8fe3e63f0ae58f1b

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [ef809ce9480182ea5c4f77843f72d1d45bd48c35]

        More work on the new OpenCL options
        
        Now the new options show up in the "Detailed Calculation Settings" dialog and
        are saved and restored from the per-user configuration.
        
        The code that manipulates the "Detailed Calculation Settings" dialog is quite
        ugly with all its manual hiding and showing of widgets depending on which
        detail it is that is being edited. This also means that the dialog cannot be
        designed using Glade. But no time now to re-work this.
        
        Change-Id: I03a3a51d902084e73aab5a787b588d22ea7578f2

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [c78b58e1a1950ea78dc0f9a5d8abe2fc228b08c2]

        Check also unary and binary operation opcodes for presence in subset
        
        Change-Id: I316ebdb017d512e72d0ad15a847802bca0e15814

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [8dd9c5c8b1dc6baa50db3c190762cdc92b609049]

        Add also parameters for the opcode subset to enableOpenCL()
        
        In CppunitTest_sc_opencl_test we want to explicitly disable subsetting and use
        OpenCL maximally, to match how it used to work.
        
        Change-Id: Ie900adb5fa58b7cd1111169e44efd70d8cac5256

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [cd911ddb3f37fc84fdf3c6463b98dcff2074e08c]

        Indent the generated OpenCL a bit saner
        
        Change-Id: Ie180d47558bdb9496ef55e39652f33ef52d1addb

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [66d1d902ac63e00347f365af5a79bbee02fc832b]

        Don't use OpenCL unless the function is in the subset we support
        
        Change-Id: I6c6fcc492f338cd8994bbc781bbf71abb6bf5057

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [ccf58b0ebb78e1d8884690cfce80ef2f2349c420]

        Don't use OpenCL unless the group is long enough
        
        Change-Id: I37d54e39186fca2653717bb364072a2b283bcfb9

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [ef1cce467728c1fcfd78871990a8b5af09a0fc85]

        Add a setting for what subset of functions we use OpenCL for
        
        Change-Id: I9ecea99a921a9230fa80f813627db6cdf7ed5875

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [d6f852ef140d57c82b945fa4ec3954ad9db0a8b1]

        Avoid crash
        
        Sure, this is probably "defensive coding" and the root cause is my other
        changes...
        
        Change-Id: Ia888921fddc48dc022a3205c7e0abc7e2160cf5c

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [1a41d97fc65697e5d1602490a89e2cc84375f482]

        Add more detailled configuration for OpenCL use, and make OpenCL default to on
        
        Add a boolean whether to use OpenCL for just a subset of functions, and a
        numberical minimum length of a cell group for OpenCL to be used. No
        functionality or GUI for this yet implemented, just the setting fields.
        
        Make whether to use OpenCL default to "on". Sure, this breaks stuff right and
        left for now. Fixes and workarounds later.
        
        Change-Id: I09b7aff9c7d1845df2bf01f09616e646373f030c

2014-11-06  Niklas Johansson  <sleeping.pillow@gmail.com>  [a1a9f0e5c4f7d7331072854250a7eb9046e4f111]

        fdo#81264 Accessiblitiy focus not tracked for cells in Calc
        
        When the accessibility roles for DOCUMENT_SPREADSHEET etc. was introduced
        the following places in Windows specific files where not updated to take
        these new roles into account. This patch should hopefully fix that. As a
        side effect the initial code for tracking cell movement in Calc works again.
        Well at least as well as it did before the change, there are still some
        quirks left to fix.
        
        Change-Id: If3cacdc27a73c4cee85b1450c406d490bd741456
        Reviewed-on: https://gerrit.libreoffice.org/12261
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-11-06  Juergen Funk  <juergen.funk_ml@cib.de>  [40f4284df5c4668a6f908b723d29a47411f5ff81]

        fdo#84573 COLOR PICKER: Improve keyboard navigation
        
        Change-Id: Iae9d6b96114732950800c323013f7fbb531053f2
        Reviewed-on: https://gerrit.libreoffice.org/12253
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  David Tardon  <dtardon@redhat.com>  [4d687aec3c5ea0f18ab3f01f827cc544e677bae3]

        just use ANSI C declarations
        
        Change-Id: Iec50f3474b97497c50522eabb4435795b3ba3b56

2014-11-06  Maxim Monastirsky  <momonasmon@gmail.com>  [c838ce2f2fd7bfe168f610f5a6de426ba48aa68d]

        Show line spacing in the customization dialog
        
        Change-Id: I26140cd173de6e11321da814c6b935d84b91ffbf

2014-11-06  Noel Grandin  <noel@peralex.com>  [d988dca4b1ab5bdb7efa0681627aead242d15361]

        loplugin:salbool
        
        Change-Id: Ib1cb796c53ace96002c3c99c84ce090a11fb1e84

2014-11-06  Joel  <jmadero.dev@gmail.com>  [0ac22609b922eb40f297ebf7a555e745d5c29114]

        fdo#79149 Graphic Dialog Label Change
        
        Changed "Style" to "Frame Style" for consistency.
        
        Change-Id: Id9e8f0ca54894575ccb25c3828ad624c6ba56e6e
        Reviewed-on: https://gerrit.libreoffice.org/12277
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Noel Grandin  <noel@peralex.com>  [d519c312fabef58e4655837ea9069f2ebd92d762]

        rename KEY_MODTYPE to KEY_MODIFIERS_MASK
        
        Change-Id: I7948988e4fd89bf94a98afee15298cd33e2a4d06

2014-11-06  Yousuf Philips  <philipz85@hotmail.com>  [6efb46c6493d4c3c2208dcbea25471c0268fc10c]

        fdo#83395 - improve PDF export dialog labels and tooltips
        
        Change-Id: Idddce2dc81e86cc840da5d6d8891487cee6609d4
        Reviewed-on: https://gerrit.libreoffice.org/12081
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Yousuf Philips  <philipz85@hotmail.com>  [a7c8da29f53eb5506fac56f7aab2dfa48d31c389]

        fdo#85046 change 'List of Changes' to 'Manage Changes' and fix accelerator key
        
        Change-Id: Idf1cfa7a41b6d2a7693220672857c5de79be8c4e
        Reviewed-on: https://gerrit.libreoffice.org/12271
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Joel  <jmadero.dev@gmail.com>  [8cdcea2689600ef16829a3f951ddf6fb8e9125a0]

        fdo#62879 Hyphenation
        
        User pointed out that "Write-protected" should be hyphenated.
        
        Change-Id: I31d2b997925971e39630f6952017ccd7a42ace6e
        Reviewed-on: https://gerrit.libreoffice.org/12273
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Joel  <jmadero.dev@gmail.com>  [cb52ff078d6007b731c511df4852abf3e610950e]

        fdo#75673 - Removed duplicate insert entries
        
        Inserting audio and video was duplicated in media and object
        menus. Removed from object to match every other component.
        
        Change-Id: I221e73184b835554c8c6a9293a8042a24d429030
        Reviewed-on: https://gerrit.libreoffice.org/12276
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-06  Noel Grandin  <noel@peralex.com>  [befb92a8c4dc9c9f0349e701fd3d22cc49564d21]

        sc: remove some unused code
        
        Change-Id: If64738067e3b35523272285ae2606c6c06d4c121

2014-11-06  Tor Lillqvist  <tml@collabora.com>  [552d4e9cb20a438311d1fcdfdb1d136c7fc18ddf]

        WaE: VarDecl, use bool instead of sal_Bool [loplugin:salbool]
        
        Apparently the salbool plug-in warns if a sal_Bool is initialized in the C++
        fashion. Change to the C fashion and no warning, huh?
        
        Change-Id: I0f4e33cb33ffb1e0d5571d3757a6bb3bc9c44a64

2014-11-06  Takeshi Abe  <tabe@fixedpoint.jp>  [8b21b5cbe78945b27525b4ce78ae3d981f90590f]

        Avoid possible memory leaks in case of exception
        
        Change-Id: Ie8c1a3e54bda4ec650f5d5da3928d3c44e4008a8

2014-11-05  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d59b9b4af36148e4d8df8f3e3492116d378642e2]

        fdo#67627 fdo#85791 Allow to show/hide sidebar decks with the same command
        
        This also reintroduces the code to switch the decks asynchronously (removed unintentionally before)
        
        Change-Id: I825b4d7c5777097e9d3b3d82adbe1f646510dc9d

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [ff1aae469f6521b67e51c9e77415ba847eed69e8]

        coverity#1242614 Untrusted loop bound
        
        Change-Id: I913e14d30d54b4b370c14017b0702005c23c4fc4

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [eee29076a141d200b8ce6b2792c698bbbfb80118]

        coverity#1242632 Untrusted loop bound
        
        Change-Id: I4ec2e1a21a6a27c31c3308a5f72dbdcb33a62f39

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [712d781538880d96a511d0b1323283a4112c93cc]

        coverity#706401 Uncaught exception
        
        Change-Id: Iacbaf56a23d6f1878c5a5ec6f00db8211cb8ed62

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [68016b4407e3363b4ce4c54c3c653d7574283528]

        coverity#706388 Uncaught exception
        
        Change-Id: I4382645e47ae81e3f15bf69aaa2432dcebd40712

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [7d6c07fa2b48376013b9f8784496d9c1207708f2]

        coverity#1242689 Untrusted loop bound
        
        Change-Id: Ie226805ef8d430eb3f7b3abaa54ac3af31f72f7b

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [1409c0bd884ffc2c9fb656fe61ac62d759bc436d]

        coverity#1242865 Untrusted loop bound
        
        Change-Id: I9dc9cd98d0a02a2867d4c40c7afb7bf873513143

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [5b0c95d81eb4c311d80aabaa1cfe16bc1b426111]

        coverity#1242794 Untrusted loop bound
        
        Change-Id: I902a5bf989a8f385994a2f927cce4975b18f06d2

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [4a83b67e3c3dc8bceb6602ce155f2463f72f4855]

        coverity#735652 Division or modulo by zero
        
        and
        
        coverity#735651 Division or modulo by zero
        
        Change-Id: I412308ef3e736b1e9c72d1dd3a8d80d2dce92d67

2014-11-05  Michael Meeks  <michael.meeks@collabora.com>  [42019e2f25235f69ac5f8efdabedd99fca32f1a1]

        idle: unit test.
        
        Change-Id: Ie48fb4260bf580010715777bc63974e4d635aed8

2014-11-05  László Németh  <nemeth@numbertext.org>  [4907c32bb8c51a47e379ca75abeaaca6e3ce248e]

        overlayermanagerbuffered: timer to idle
        
        Change-Id: I40d19b20259f2d2dada32467efe4defe3ed4b07c

2014-11-05  Michael Meeks  <michael.meeks@collabora.com>  [a1c4d878ef6247aa239035a8ffc71a4737cf2995]

        idle: allow processing pending handlers remotely.
        
        Change-Id: Idb835f1fb04a3f9ca2430781cabeb785285ccf7b

2014-11-05  László Németh  <nemeth@numbertext.org>  [a74cb8c392a057899c8aafa74c90664b4f6270b9]

        idle: implement ProcessAllIdleHandlers.
        
        It is often useful to flush all pending idle / GUI work for testing
        and/or profiling - so make that easy to do with this new method.
        Also tag idle Timers with a boolean, for ease of use.
        
        Change-Id: I57e883be8fe8637b3715008e8074d0fa258ca0c3

2014-11-05  Jennifer Liebel  <jliebel94@gmail.com>  [edabf0c5c1e7a74262e4e4e04da9760ede15f86d]

        changed some timer to idle
        
        Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9

2014-11-05  Tobias Madl  <tobias.madl.dev@gmail.com>  [d6e89e7516271d246b255ec5ebc752713da3dfd5]

        Basic Idle handler implementation
        
        An idle handler will ultimately be a zero time timeout with
        prioritisation layered on top of that.
        
        Change-Id: I3f0802d5001172fc7b8409274bc5a3632e5dad34

2014-11-05  Michael Stahl  <mstahl@redhat.com>  [9632045906baf165076d11a97f45b153d8e2acb7]

        sd: fix STL assertion "dereference past-the-end iterator"
        
        (regression from 967a386bccb15b99915a1e878e42450fbe9a2d0e)
        
        Change-Id: I9408170eb155f433922e5b3887059078a141d78a

2014-11-05  Marco Cecchetti  <mrcekets@gmail.com>  [967a386bccb15b99915a1e878e42450fbe9a2d0e]

        Fix for SUSE L3 bug 624546 (freedesktop 83733)
        
        Problem:
        When I'm in outline mode, if I select a slide in the left slide preview
        pane, ctrl-c, then select another slide I would like it after and hit
        ctrl-v; it refuses to cut/paste.
        
        Analysis:
        This issue is due to the fact that the outline view always grabs focus
        when activated and a view is activated whenever is pushed to the
        sfx shell stack even if it is not the new top-most active view shell
        (see `ViewShellManager`, `SfxViewShell`, `SfxDispacther`).
        
        Solution:
        Make the `OutlineViewShell` grabs focus only if it is the top-most
        active view shell.
        
        Rationale:
        When `OutlineViewShell::Activate` is invoked, instead of removing
        the focus grabbing action completely, we check if the
        `OutlineViewShell` instance is the the top-most view shell and
        perform the focus grabbing action only in such a case. This change
        required to have also the `DrawViewShell` grabbing focus on
        activation (only when it is the top-most view shell). In order to
        implement this solution I needed to add a new method (and data
        member) to the `ViewShellManager` class. I named it
        `GetTopViewShell`. This method returns a pointer to the top-most
        active view shell of the internal stack. The returned pointer is
        updated in the `UpdateShellStack` method, before the sfx shell
        stack is updated.
        
        For more details see :
        https://gist.github.com/mcecchetti/15b3ebc505d6582ea0db
        
        Change-Id: I619a406864f50f0e62dee3fcb9ac5d46e3d48272

2014-11-05  Michael Stahl  <mstahl@redhat.com>  [a9a9718bb1f64318429562ecdaa3d3763d9e2f4a]

        fdo#85812: RTF import: better fix for run type in new groups
        
        Apparently Word treats \ltrch \rtlch differently from
        \loch \hich \dbch when groups are opened.
        
        Change-Id: I257712521e8e77fa66e76857489797ecc675506e

2014-11-05  Michael Stahl  <mstahl@redhat.com>  [33b5b467224fef8d99ba3f6f4cba3d404119c100]

        editeng: SvxRTFParser sal_Bool to bool
        
        Change-Id: I2159f5c45ec6e6df965836705792cf2d71abbc42

2014-11-05  Tor Lillqvist  <tml@collabora.com>  [669f1b8af15bbef41ee253f20db79062441e4634]

        WaE: unused variable 'bSuccess'
        
        Change-Id: Ia76ac36d3220883aa72b67dbaaa5c0e0251e3cf3

2014-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [3943daaa353ca3cd4ae1873249c94ed2856dd99a]

        rtl::OUString::fromUtf8(): use rtl_convertStringToUString()
        
        So that we can assert if the input wasn't valid UTF-8.
        
        Change-Id: I626a5874b37553b2fe76acfea2ce7d9d9fd38725

2014-11-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [74fe2377784397169bec7dad9816b79ee80dfe32]

        fdo#85907 Better use of space in Special Characters dialog
        
        Change-Id: Iaa42e8ef7727291ba112fc92db5051951046f86f
        Reviewed-on: https://gerrit.libreoffice.org/12265
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-05  Katarina Behrens  <bubli@bubli.org>  [ad268373dc4b7d412d0c690d1f4e2b9ad03b3544]

        Use basegfx library function to clamp numbers
        
        Change-Id: I3142f55ecf94ce2143e92492243bc5959322704f

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [b7804c42c2bb86bdd7824cf07905d843e671df40]

        callcatcher: update unused code
        
        Change-Id: I792c007541d4d703f17c8cdcd2d441ca505acc52

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [12bcfec04fcbe6425e327109ad47cd2b2b80d2bd]

        markup with event type not checker type
        
        Change-Id: I14c0c5d90b67000cb4fe9e6be647854abfe784da

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [ea272d9fe4bf2dc7419f76e2ddee707d768ccd50]

        coverity#737143 Uncaught exception
        
        Change-Id: If90208f2fb9be0a44cabfc9b281b3715772b30d1

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [47db04bfdeb642c09a30f0ee85de30255c2ea2b7]

        coverity#736461 Resource leak
        
        Change-Id: I38351eecce12effb61d69439b67062b43344d541

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [7ddfa141d3de8f2a431b5844254f23f7b7aeb1fa]

        coverity#1019393 Uncaught exception
        
        Change-Id: I818a91a3090392efed46700b5e2d77d7f1e3bdb9

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [8310ff534e4df002912d9315c13dde7f0627c650]

        coverity#737920 Uncaught exception
        
        Change-Id: I282b874c22c373e078007a29bcbbe74b175a70d3

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [d6fdebc5439887f5998e9e8c21d87f5ccdcdc505]

        coverity#1000852 Uncaught exception
        
        Change-Id: Iaab0c992497b7d6b2da67cf65ade099c784c7a94

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [f177ab81ced99975851897df389ce62d6e91adf4]

        coverity#1215393 Uncaught exception
        
        Change-Id: I96575d843fd982866c89000bb4426bd5e11c56d1

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [680438cb97b36f17c6b418ec2556a55c998ca520]

        coverity#1103678 Unchecked dynamic_cast
        
        Change-Id: Ic87cc3d968447051e52012e59d92e95280d9d35a

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [37b3a5dc5bf0720a585ae0cd6d64f081247e1aa1]

        coverity#1215387 Uncaught exception
        
        Change-Id: I3e34d078772c701d07c14de0da45bbdcb7b44838

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [e90ba3912747b67873344dea14e2a5821ec766c8]

        coverity#1215395 Uncaught exception
        
        Change-Id: I44246f85acf197fa1707b37691f21e6e996bc2d3

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [5e48dc03fe3dfb173fe65c46d52552149b255032]

        coverity#1215391 Uncaught exception
        
        Change-Id: I8a57ad303666cfcb3e338fc1933c29a887240a5a

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [45ae39b3c6d356b5ea050032e3a911072496f269]

        coverity#1215389 Uncaught exception
        
        Change-Id: I107817e730ca0bd94d66ecf9719c3a6eb273e4f1

2014-11-05  Caolán McNamara  <caolanm@redhat.com>  [32ae77e28d98a60c396d274e1e2ff44fe6265a9b]

        coverity#982307 coverity deadcode vs compiler switch warnings
        
        Change-Id: I022d3bbe40058f81cdfc2436cfe70ac2d96382e6

2014-11-05  Noel Grandin  <noel@peralex.com>  [5f15cc01b31ccaed0c6482a36556dece084ce302]

        new loplugin: use more efficient find() methods
        
        (Original idea from Kendy)
        Look for code that is calling std::find on a sorted container
        (set/map/vector) and warn about it - the code should be using
        the find method on the container itself, since that is considerably faster.
        
        Change-Id: Ib74e5d3faa836eeb0df16a736d202696626bdfd2

2014-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [801cb231f2e2b43f4befd9575e23da58d764c600]

        Add rtl::OUString::fromUtf8()
        
        Note that this should be used only at places legitimately assuming that
        the OString contains valid UTF-8.
        
        Change-Id: I9e8ecef9928975fe0737553f5b2a19ff2dd40861

2014-11-05  Luboš Luňák  <l.lunak@collabora.com>  [2bd1896e207f7fda2861d019702b931f07c9c4e1]

        allow checking odt docs with assertXPath() etc. too
        
        Change-Id: I01469514372ad5aab8cb81feb5e09f3315162e2a

2014-11-05  Luboš Luňák  <l.lunak@collabora.com>  [6557b081b9d2390396408a97bbf0b50a2830b747]

        more local variable
        
        Change-Id: Ibe67ecdd5b121ad5624bfd111dca33897d6e1991

2014-11-05  Luboš Luňák  <l.lunak@collabora.com>  [16f18fb34b5cfae86a48e8e360d98b95d458ee85]

        repeated vector::erase() is a bad idea for performance
        
        Especially given that it seems here it was usually called on every single
        element.
        
        Change-Id: Ifc5497aac5108481595df80d00c6e00c00f17596

2014-11-05  Luboš Luňák  <l.lunak@collabora.com>  [12637c634cfaebb4213f32cc83dcd0a2028c3d55]

        operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUG
        
        Change-Id: I99ffa87afa6dbdbd20042a882af428d166546af3

2014-11-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [988477e2cef162c28eb5e8e91a6c40497a18f19c]

        vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()
        
        I asked on the LO dev mailing list what Evtl means and what is being
        expanded, and Michael Stahl kindly responded:
        
        >  "Evtl" usually means German "eventuell" which means "possible" or
        >  "optional" (i.e. totally different meaning from English "eventual").
        
        So in other words, it means paint using line geometry and optionally
        expand. Or in other words, it just draws a line using a B2DPolyPolygon.
        Thus, I have renamed it to drawLine(), which is a private function of
        OutputDevice. I think this makes it somewhat clearer :-)
        
        Change-Id: I7eec23c61eda9dc1074922f5f2f67eacbc7fd725
        Reviewed-on: https://gerrit.libreoffice.org/12264
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-05  Stephan Bergmann  <sbergman@redhat.com>  [167ff1e7318fca51409b8b486e5b011e2c9cd72f]

        Mac OS X: Add back into installset LibreOffice.app/Contents/MacOS/ files
        
        ...that were erroneously removed with 6492c8576e0393f7ee548cd938e84c80e8d37127
        "Make the 'Mac-like' or 'canonical' app bundle structure always used on OS X":
        
        * gengal script (ultimately calling gengal.bin); this script still needs
          adaption to the new LibreOffice.app layout, though!
        
        * python script (ultimately calling Python.app)
        
        * unoinfo script
        
        * unopkg symlink to unopkg.bin (which could be dropped for Mac by renaming
          unopkg.bin to just unopkg, similarly to soffice/soffice.bin)
        
        Change-Id: Ic3eb340a183388939b1c812faf7fb509c9f53a8a

2014-11-05  Daniel Sikeler  <d.sikeler94@gmail.com>  [4404b718bdb547cb9b7b17c73a53574724cdeeb7]

        fdo#79761: parse BlockList.xml only once
        
        Change-Id: I3cfc5b66ee73b0e4d07a84c8255c5a006e4fbb25
        Reviewed-on: https://gerrit.libreoffice.org/12210
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-05  Yousuf Philips  <philipz85@hotmail.com>  [fc4d04d51b34cf81e0f69f7210071f795c81fee1]

        fdo#85809 - MENU: Rearranging the Insert > Media submenu
        
        Change-Id: I34f753904a232a7b338736eee60f9bc225cd8f7f
        Reviewed-on: https://gerrit.libreoffice.org/12226
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [02e52b15908a6d89b4aeb3c349e7414240eb9563]

        fdo#85813 drawingML export: fix handling of impress tables
        
        Change-Id: Ia17b14c4b27e808ceab388aa33602875e67433a5

2014-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ee7e6534fdee89fdfd76750f31c61074dc1640b]

        oox: document PPTX export entry point
        
        Change-Id: I8102f31d46257c96837b6c9497e9c49f92ac29b1

2014-11-05  Yousuf Philips  <philipz85@hotmail.com>  [0fd046c571eb9a5a4597e374c453c2515a1388c3]

        TANGO: Adding insert index and symbol icons and fixing others
        
        Change-Id: Ibaca345f20baee3ddb5f76cd8079d8a34157eabb
        Reviewed-on: https://gerrit.libreoffice.org/12259
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-05  Stephan Bergmann  <sbergman@redhat.com>  [1e6eaf8cd7a0410fd6746acca6e484ee0d22111d]

        loplugin:unreffun
        
        Change-Id: Id1a5a0756c2704a622eccecb32726a427e64b70d

2014-11-05  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [c716b3888e7e8150d1c1053ee6550afb56438b1f]

        Add build support for iwyu
        
        include-what-you-use is a tool to help removing unneeded includes.
        Homepage:
        https://code.google.com/p/include-what-you-use/
        
        So to use it pass its path to configure like:
        ./configure --with-iwyu=/usr/bin/include-what-you-use
        
        May be helpful for fdo#42949
        
        Change-Id: Idc185c5181d754b9dfd82fcf6a5ad05953b3cd03
        Reviewed-on: https://gerrit.libreoffice.org/12255
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-11-05  Ioan Radu  <ioan.radu.g@gmail.com>  [6cc8ed7d64b4c01550539170c1848f1152e433af]

        fdo#60906 - Make color configuration consistent
        
        Sinchronize colors from colorcfg.cxx with settings.cxx
        
        Change-Id: If3a9c7ac2593e5a452a57590189ad787b807b83c
        Reviewed-on: https://gerrit.libreoffice.org/12199
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-05  Maxim Monastirsky  <momonasmon@gmail.com>  [67c39b2f4f73bb43b9879f38a71cfa84edc65c79]

        Register ParaLineSpacingPopup in sc and sd
        
        The Sidebar Paragraph panel is used there for text boxes.
        
        Change-Id: Icff81d50c0341f02d29e36d0c3b99478a872a48f

2014-11-05  Jennifer Liebel  <jliebel94@gmail.com>  [c7abe70581ad6111cd5c46f699c5f7c27ae504cb]

        removed nTimeout variable
        
        Change-Id: Ibc5bf2b0be58e8fa81d3cdf1ba2a39503b059f1a
        Reviewed-on: https://gerrit.libreoffice.org/12262
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-05  Stephan Bergmann  <sbergman@redhat.com>  [0b4dfdd777ba5a0fc82fa6ace38a83a278bef396]

        -Werror,-Wpointer-bool-conversion
        
        Change-Id: Iae4c439de43fba471916463da8939709bbd068e5

2014-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [428f1a2755dd1753cebfc434306773a0aa1ed6d8]

        CppunitTest_sw_mailmerge: move executeMailMergeTest() from header file
        
        Change-Id: Ia1cfe9f65fe7c7be0c93ad03a6c34c57ffa4b45e

2014-11-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0e6e2fdad53dba19d5d238256ec749f33b1b247e]

        HIG fixes for svx
        
        * Standardize spacing
        * Add missing colons to labels that precede controls (fdo#78826)
        * Disable manual resizing where it doesn’t make sense
        * Standardize Help button’s position (fdo#76486)
        * Remove unhelpful frames
        
        Change-Id: I53ffb47fbd4da62e92341ced3772c2d1ee83e0f8
        Reviewed-on: https://gerrit.libreoffice.org/12260
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-05  Noel Grandin  <noel@peralex.com>  [3c58f0768049718fae3d47d5ebfa6c7485ad52b1]

        fdo#84938: replace TOOLBOXITEM_ constants with enum
        
        Change-Id: I08c4a456f9e80f70719ca8c3ad5c0f0d2d8282f6
        Reviewed-on: https://gerrit.libreoffice.org/12258
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-05  Noel Grandin  <noel@peralex.com>  [705c48d32eec0aa5180e60ca157daca4b154e4a3]

        fdo#38835 strip out OUString globals
        
        they are largely unnecessary these days, since our OUString infrastructure
        gained optimised handling for static char constants.
        
        Change-Id: I07f73484f82d0582252cb4324d4107c998432c37

2014-11-05  Tor Lillqvist  <tml@collabora.com>  [b7d8a58ff2698ffc6e22943f64aa97c5ea253bd9]

        liblibotouch.a and liblo-bootstrap.a now end up in workdir/LinkTarget/Library
        
        Not sure exactly why, but anyway, look for *.a there, too, then.
        
        Change-Id: Id85f4f7d5ffe47c636ac860131a2dfb10cdfdff8

2014-11-05  Michael Stahl  <mstahl@redhat.com>  [88d3f9e4cf64e4ef037063b26ddf347fd42d8d84]

        fdo#85812: RTF import: fix run type in new groups
        
        Apparently the run type resets to LTR in a new group.
        
        (regression from fc49c052dbdbb5ab3b0a02a13143705f769b9662)
        
        Change-Id: I61c0fcbe4e44b488a14cc78823063a1a1ad4f4b1

2014-11-05  Tor Lillqvist  <tml@collabora.com>  [8e19b7a0b3dc57fce7e2caf05af2c0451123c5be]

        WaE: unused variable 'UNO_LINESPACING'
        
        Change-Id: Ica6d417b18136f0645d69a54a86ecddd255e17c1

2014-11-04  Michael Stahl  <mstahl@redhat.com>  [acc1d00febdd2222a920c1b824e69783185f5b08]

        Repository.mk: move conditional to the right place
        
        regression from 139a4b6229905e44f22a0b747ea9c44f30e468f4, thanks _david_
        
        Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [eca6f3056de43b2a74108f96df3b55633a486d0b]

        line spacing: Final cleanup.
        
        Change-Id: Ide0e653493759e7583fbebb2b3d23d614bdb803c

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [0ce9c4f910afb2bf1ac0aec97ef49598493ac3a5]

        Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymore
        
        Change-Id: Ibd129d989a32eec2f63413d1ed09962ad3b38c68

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [c61b2066660fb0130f0b0f9f51b48e3799625b83]

        coverity#735635 Division or modulo by float zero
        
        and
        
        coverity#735636 Division or modulo by float zero
        
        Change-Id: Ib9c93ea843f63d38bdb8b0e5107f48afc2bdec52

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [f075a3ad08f7d5b53790076d1965818e57628afa]

        coverity#735623 Division or modulo by float zero
        
        Change-Id: Ibd53687416a4e20af7ac4a1e02c54407892aa470

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [69b5df30136b778e23eb31c66b81c5524eae903e]

        coverity#1213082 Dereference after null check
        
        Change-Id: Ifbc5de648c2dac23d8616d436a7a78bf1b2adb0d

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [7f21b5629379cdb8407c37e6fcb85b4cc04cb525]

        coverity#982483 Dereference after null check
        
        Change-Id: I1241bd12f0e56796d8918e83c29f17ee4b595789

2014-11-04  Caolán McNamara  <caolanm@redhat.com>  [440fd8fa8c7ddcdffaa17028f37dc177701cbb1a]

        coverity#1242516 reorg to silence Arguments in wrong order
        
        Change-Id: I0d7a93461f37d5ca18605cd94b630d70d871adfb

2014-11-04  Stephan Bergmann  <sbergman@redhat.com>  [148cde5f7daad47ae1df1f92f77dd16499c6ac75]

        -Werror,-Winconsistent-missing-override
        
        (loplugin:saloverride does not warn about them because they depend on template args)
        
        Change-Id: I41a1dbfd7db24e58154f6f3810781219119418ba

2014-11-04  Matúš Kukan  <matus.kukan@collabora.com>  [6f46cf4fe112bc2aec29a8975ef10861853716b6]

        thread-pool: Initialize empty pools to start complete.
        
        Otherwise waiting for completion if we push no work hangs.
        
        Change-Id: I7103bdb779eb66a65cd8496091e72a0c65eb3567

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [695d29e17feefb33ff54e7263ba2d322e665d176]

        line spacing: Some consistency.
        
        Change-Id: I9c5e3d27c4c3333c6b76eac9acd116417db9a363

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [6e4ee0c0f5b0e314ead2e87438e09eae513e5dc3]

        line spacing: Magic 'Property' that is needed to actually show the icon.
        
        Change-Id: I65ac0dc09936ba20d42f1485d628289d1cfab819

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [d694697d9d7b46435227ed50edbac304dbb0137f]

        line spacing: Introduce an icon for that.
        
        Change-Id: I26922eb51120331c1f10b00e2bf59bdd7cd8d413

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [05695230af685bd5db817e160828cdfe414a8b5a]

        line spacing: Correct way of detecting the currently used units.
        
        Change-Id: I208c54f948ecfc0a47d9b26c83acd0bbfdc2070f

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [3df910376d403f582702bcc44eb4379fdab3c965]

        line spacing: Enable/disable also the value's label, looks more natural.
        
        Change-Id: Ifc0e26008b5b5a5bcc8343ee37b87cda3fdb6114

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [e7e2a25bcaacf8dc02268dd436f761550d42b843]

        line spacing: Unused.
        
        Change-Id: Icf93aff540da480c7e1a66abe8a639dc6cd0ead0

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [bbe1b16b2b2b977cef9b5c48924b0debc758eecc]

        line spacing: Kill RID_POPUPPANEL_PARAPAGE_LINESPACING.
        
        Change-Id: Ibc442d3c4fa05a47c2900d61623bd02a1b03e48f

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [e2c9ee8e1b404d07e40c35c6dd270ddaec98e43a]

        line spacing: Finally use the reworked line spacing popup in the sidebar too.
        
        Change-Id: I7f33a25903dec7e5aa0dc878ff5dea7f35935863

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [f3798fa1584dd63b8547eec00c92584d906f6979]

        line spacing: Honor the current setting of units.
        
        Plus fixes of some warnings.
        
        Change-Id: I877e08e4b60c1b654e371c6786cc3ad33e79c583

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [caa4c09ce4407dcbcbcf38117db63f68f022bc53]

        line spacing: Setup the Custom value according to the current state.
        
        Change-Id: I16d34d501385c57ba32dece1eb8032ff38d5f4a6

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [bafd505409e163abcd2261e2cf26737e2202ba24]

        line spacing: Kill lots of unused stuff. Rename some member variables.
        
        Change-Id: Ia424ea0b71e64bb1133d2a02becb79d6a5ace639

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [b654f0bc935bedad1d0aa3358c1ae9949b4db02d]

        line spacing: "Of:" -> "Value:"
        
        Change-Id: I7bf251d994a0f74788d4f498626db0e0663be6c8

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [4000f93c9464be91c6a19231c93f3ac52df873e9]

        line spacing: Kill the "Last value" button. Close popup when used via buttons.
        
        Change-Id: I48eabbe5e1f41f5ed015d2fa95ade5376576cac9

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [5bb43d06622a10c247ceeaeaceb236c5e3dcdcf0]

        line spacing: Make the buttons work - they set the line spacing now.
        
        Change-Id: Ib0a08ebedbab5bfe4db196a4d22d4a08fec15f60

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [b59b183ce3b84bec6722110ee80d6158b6a60377]

        line spacing: Convert the ParaLineSpacingControl to .ui.
        
        Change-Id: I81dd0d541e7f7dd3e3fb881c2c318f9adc733fde

2014-11-04  Jan Holesovsky  <kendy@collabora.com>  [5929a87b8137bf6326adfd4ddfd8075e585ae15c]

        line spacing: Change the implementation so that it can be used in toolbars.
        
        Before it was only sidebar-specific, duplicating most the sfx2 framework, and
        making it impossible to be used from the toolbars.
        
        Change-Id: Ibb382633395157602dd806052824e5275503c3e0

2014-11-04  David Tardon  <dtardon@redhat.com>  [c7ba28eaa766f2c1d4f0d3b25b40dd40777bc66b]

        coverity#1242845 use of untrusted scalar
        
        Change-Id: I25712384f1633506c047667606b4bc254e2ff04b

2014-11-04  David Tardon  <dtardon@redhat.com>  [025da16223a28263059d9d02be276459dcc9ca75]

        coverity#1242933 unused value
        
        Change-Id: I416144a4ccf2856ce85ab4b24a69958615276cb9

2014-11-04  David Tardon  <dtardon@redhat.com>  [2ba3fd5a1aa1623703defa3772b1e8a2a122ebcc]

        coverity#1242809 unused value
        
        Change-Id: I16430567b3d57016458bd7877c36bc6e01197741

2014-11-04  David Tardon  <dtardon@redhat.com>  [15492438f5dcb6e239c53d5c02d8ca442bd438a0]

        coverity#706578 uncaught exception
        
        Change-Id: I70640f42db49da274118f7336ff072b1b53ac640

2014-11-04  David Tardon  <dtardon@redhat.com>  [cd6e6712a18f45c92d6f915275b32964af887586]

        coverity#706543 uncaught exception
        
        Change-Id: I65932932712dad87f8e21dcd09f477744cc33763

2014-11-04  David Tardon  <dtardon@redhat.com>  [8bb9a0611438cd668a35d6424c41a476c7d9ceba]

        coverity#706375 uncaught exception
        
        Change-Id: I3d198d60524224e22d7f609ddde1ed8c3c319da9

2014-11-04  David Tardon  <dtardon@redhat.com>  [3e3214fd9c858457554a51b04d161d4a2bb19738]

        coverity#706366 uncaught exception
        
        Change-Id: If89d6613394220fa4ca1da9b5b8820d9dbc205c7

2014-11-04  David Tardon  <dtardon@redhat.com>  [f7f06f092ebf5a8a66b49a7380ea9f8a6553dbb5]

        coverity#706363 uncaught exception
        
        Change-Id: I2dde714f847f6df4d9b4ede744bef089a3715d7a

2014-11-04  David Tardon  <dtardon@redhat.com>  [65d143de74c660ce8416b9f8700b0e7517464661]

        coverity#706362 uncaught exception
        
        Change-Id: I7200fe17c66cd904f0fc243bf8e33d6c24079729

2014-11-04  David Tardon  <dtardon@redhat.com>  [2a91eea8ae3c60f8193c6c3a61682c312077f915]

        coverity#706361 uncaught exception
        
        Change-Id: Iee569c32569339ec2eeb6ef038e5bdc83e541a8f

2014-11-04  David Tardon  <dtardon@redhat.com>  [a16fcc537312e16677de988f7b4ba433943b469f]

        coverity#735660 coverity#735661 division by zero
        
        Change-Id: I86f503f740565bfef27a68636074a38d44046196

2014-11-04  David Tardon  <dtardon@redhat.com>  [312244a590cba007ba70caf75c4d8d2ab6a385a1]

        coverity#735658 coverity#735659 division by zero
        
        Change-Id: I2e73cd105af7aa9d926659d3275bf10de9993d62

2014-11-04  David Tardon  <dtardon@redhat.com>  [c11c8f0a9bd2571c63b9a289b2d5de219de68a6b]

        coverity#735632 division by zero
        
        Change-Id: I756a701744998c306cc9630b604c20c44750e3b5

2014-11-04  David Tardon  <dtardon@redhat.com>  [6718e5b1df2623b0a5e6c6f94ba891d5d55ad805]

        coverity#735631 division by zero
        
        Change-Id: I3082395b89c0ecc2ac754cf845ea7892ffea0a9b

2014-11-04  David Tardon  <dtardon@redhat.com>  [5978dd0d091fbe26eb3bb0612b70b49c376738d5]

        coverity#735629 coverity#735630 division by zero
        
        Change-Id: Ic243df16a59bcb9a90a655a70d2e21cae54ef930

2014-11-04  David Tardon  <dtardon@redhat.com>  [5f305a053291c8382d791297af95c8523fd98638]

        coverity#735627 coverity#735628 division by zero
        
        Change-Id: If5a1f749ffb57cd4f2f8d53094317c96a787bb33

2014-11-04  David Tardon  <dtardon@redhat.com>  [40240d33771f41310b0c7e7ba7f23a48105a0808]

        coverity#1202743 bad bit shift operation
        
        Change-Id: I9d1691fa2136bf8d6a0aaed69c4aff4e26c33c6b

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1bb27282558f23ee6f94bb046f5905a65c94ba3d]

        Unindent.
        
        Change-Id: I40f97fb81993ea59e23430d4680981c6b2ed35ad

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50228d22a62ecfbc974130f2ff3f7c4e03a9a033]

        Unindent.
        
        Change-Id: Ib274ec26768e8a3bd1006601679404799fed986a

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [024a5d79e101b26d23054e1906505810210d4e56]

        Build fix after merging my changes from perfwork4.
        
        Change-Id: I862f783c594bf485ad28f13945fd4da48829d79a

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [28bf1a3a1408df042d7e767c3760e47faf2d077e]

        Avoid re-constructing chart shapes when it's not in visible range.
        
        The re-construction will be deferred until it becomes visible again.
        
        Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f281d2d24c2a368c58d32b1b50acf83e0f056d90]

        Actually we shouldn't always set Overlap flag on for all xlsx charts...
        
        The correct fix unfortunately would require making the axis label layout
        smarter, to avoid overlapping of angled text label objects.
        
        Change-Id: I92198dbb90fd4a206ee226307992343d064f733a

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e296b3d25e7d78544d3abd87780f9680e56efa26]

        Remove debug code. This wasn't meant to be checked in.
        
        Change-Id: I3bd8ab784d9af295b61555a3ed775097270b90bf

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a205b8564c9477e91a5f2507f4746b85e0c62f95]

        Remove com::sun::star.
        
        Change-Id: Id656f1ef1cdfb695bcfcb35e393def3682e8c556

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a87412a599b0f87bf2cbf0f02f539b3529a08940]

        Remove indirection...
        
        Change-Id: Ia01ed40391a4d5725a9f9e22817406216020c0d2

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [709784cf1d417b4b2df8c5228a4664f697e45a5c]

        Apply pimpl to SdrPageWindow.
        
        Change-Id: I54554a229c03ff87096782344a728a49636c1de1

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2ebf98e8225523186965a2ced928b0623020e41e]

        Create a variant of MakeNewObject that takes snap rectangle.
        
        And absorb 2 special cases from SvxDrawPage::_CreateSdrObject().
        
        Change-Id: I8e400794b9aef4b229b6760835b80dffd56cbc8d

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [222d79a895f5ee6b4ae3459d72e863e776c535e8]

        Rename aRect -> maRect for a member variable.
        
        Conflicts:
        	svx/source/svdraw/svdoashp.cxx
        	svx/source/svdraw/svdocirc.cxx
        	svx/source/svdraw/svdograf.cxx
        	svx/source/svdraw/svdoole2.cxx
        	svx/source/svdraw/svdorect.cxx
        	svx/source/svdraw/svdotext.cxx
        	svx/source/svdraw/svdotxdr.cxx
        	svx/source/svdraw/svdotxtr.cxx
        
        Change-Id: I12dc6c12ee44753c63b15f03276cdaa24e57d395

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e2f674e475b8705c02962e564956952108060ade]

        Remove 'virtual' keyword.  Nobody overwrites this.
        
        Change-Id: I02499441f00d6499a576d97115df0ad1d85dcd5e

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd84b356d4d817a933985e891112b62ca6815212]

        Make this member private. Nobody accesses it directly.
        
        Change-Id: Id00917198bda71eb80768526375eb83ba46dba11

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f1b1f7f08effe21a5b7443ab19c5f19fb660ed8]

        Scope reduction by early bailout.
        
        Change-Id: I3a5c944d6ed863c347da03e0a60ff653232b3e72

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b5f6358c0bf3befd1a40ea993a246d50ee5304bf]

        CreateObjectSpecificItemSet to return a pointer, not a reference.
        
        I hope the reason is obvious....
        
        Change-Id: Ibe30038991b4916a6af230043176f09bd9952ff9

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d5be9c7c17fd839f051641ac947aca550d3638c4]

        Modify the tick iterator strategy to use fewer ticks.
        
        To pre-determine the size of the largest text label object, auto-staggering
        strategy etc.  In theory (if I read the code correctly) we could achieve
        the same thing by using only 3 ticks rather than 5.
        
        Change-Id: Iee51588061e482c724ee4fb666c51c2a6b636e8c

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6e7539a49e61c17eb058dcb7bb395ea1d5f78961]

        Let's use size_t for the index.
        
        This removes unnecessary static_cast's and check for negative values
        which, from what I've read from the code, never happens.
        
        Change-Id: I9d9e1de5b091df335dd3b7eeb34e4e8f98de0fbd

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [374d581a84d13ef0c48ee7de81c69b50b5d2d1b4]

        Some code sharing.
        
        Change-Id: If80c4b0ceec5e0afd55d12ebe7511fb4f40b4797

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [519634b357a63bc1ff5c559244d9c7313f1b4c04]

        Create a variant of createTextShapes for simpler use cases.
        
        So that we can do more aggressive optimization without breaking the other
        cases.
        
        Change-Id: I5d4ceb2a3b7f041f752a570827815236e9de58db

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c95a355b0571329747095b23747405252c232c8b]

        These methods can be private rather than protected.
        
        Change-Id: I56f1296f5a2df67ae9386ae9f30761aee0fde7f3

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ca524acaa6c961c5e4c4b4b2aa627f028eb6154b]

        More method descriptions.
        
        I'm starting to "get" this axis label layout code.
        
        Change-Id: I797a92698cb81a1b9325f81b5275cb033cb7c342

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cfbae09f529fb71273bb140223e3884acdf9985b]

        More method descriptions.
        
        Change-Id: I465e991c83cd5b711d73afd9407596ef1df70f27

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e056cb27679100a09afa5cfe2dc877e428ac2aad]

        Standard way of writing class description.
        
        Change-Id: I5572f4417a05132e46a4560088f519cdadfdaec1

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c5089b4a5c9203f445af19544b6d3ba3d62d721]

        Code annotation.
        
        Change-Id: I41067bf7503c591ce869ecfde111b049143bbb9a

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc88c598702efe3befcdd04e123b642d67a90a09]

        Add const to read-only variables.
        
        Change-Id: Ie5782e6f450db91e1a66693163fba2b83441e9ae

2014-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [567208da4e3155e701e083567a99bad33d7cab6a]

        Mark these methods const.
        
        Change-Id: Idf53b85d962406caf9ca1df636fffd8b3459baf5

2014-11-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [8bfc9a20ccea2689fec1ffe0654db1f95179bd4f]

        remotecontrol: required version for MacOSX is 10.8
        
        Change-Id: I11b64b79de90d776fd117aa687c971ed80172b76
        Reviewed-on: https://gerrit.libreoffice.org/12245
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-11-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [d4759066933e87f6b56dde40e9e4c224bc1f723f]

        Required MacOSX version is 10.8
        
        Change-Id: I5dcfdb3106bfe3e83a64443cd8aff1c7ba023a5b
        Reviewed-on: https://gerrit.libreoffice.org/12244
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-11-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [0c1b91b0c7fd0c8f38905ba88e3c1679b9cbe6d8]

        vcl: gtk 2.4 is checked at configure time
        
        Change-Id: I08993551473fb9a8284e2a1ed772c99050f785d8
        Reviewed-on: https://gerrit.libreoffice.org/12251
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [6a7ae600b55dd879b5d8e324b8b4bde39da80d69]

        Kill directx < 9 ifdefery
        
        Baseline is Windows XP and SP3 includes directx 9.0c
        
        Change-Id: Ib7095ebb71f297898ae8b316e3b9f18e7c052f34
        Reviewed-on: https://gerrit.libreoffice.org/12246
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ab6bfc952eaa0b5d15d49b2fe2495440be9caac]

        CppunitTest_sw_mailmerge: move DECLARE_MAILMERGE_TEST from header file
        
        Change-Id: Ie9767aaf0f78db14ac2bbf844e824f8d39191fd1

2014-11-04  Michael Stahl  <mstahl@redhat.com>  [d1d84fcaa750a70f423ee53c7f2a98e24914cb0e]

        covertiy#705369: dbaccess: move XML_TOK_ENCODING to enum XMLDataSourceInfo
        
        Looks like Commit 94e8385d56098b6a51c539b5374dbf03151d2559 added this
        to the wrong enum.
        
        Change-Id: I46dd82313aaa659e84c719ba9215682becf8ec6c

2014-11-04  Michael Stahl  <mstahl@redhat.com>  [2a6d81ac4031b5331a38371c5f8b934d720b0153]

        translate "bEnde" variable
        
        Change-Id: Ic29b569df25f8966326101d5179506b24483cb43

2014-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ad1f195b875f2c1052c8ffab79602b9f6871ccb]

        bnc#636128 DOC export: handle FFData.cch
        
        Change-Id: Ia1a3a4ef5e61d8ed2a3bde689f3d2101525efc46

2014-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfa26e6d489a2c5bd79652450a9f27343008d37f]

        bnc#636128 DOC import: handle FFData.cch
        
        Change-Id: I8020ce561a72f10b8f0f517d50407a802049bd48

2014-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [6bd4e60930925e1738b71536cbf3363a15000a63]

        CppunitTest_sw_ww8export: allow invoking a single test only
        
        Change-Id: I601d8473fbe7f989a2380cbd773a6b09c0563ddc

2014-11-04  Yousuf Philips  <philipz85@hotmail.com>  [2199c1eb2d835a9109b8ea26ae363fbeb9bdf5a3]

        fdo#80161 Add an icon to the 'Export as PDF' command
        
        Change-Id: I09972ebec71a332d2f5a8630df7b5fecd2b78c87
        Reviewed-on: https://gerrit.libreoffice.org/12228
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Yousuf Philips  <philipz85@hotmail.com>  [841f62b8c58704b1fbec0a368439de87a82f2c26]

        fdo#85820 Have menu item for insert table and it called 'Insert Table'
        
        Change-Id: I79d4e73f498f55ec3beece6c2e4aafe8f09c1c27
        Reviewed-on: https://gerrit.libreoffice.org/12249
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Laurent Godard  <lgodard.libre@laposte.net>  [fd1b1a153516934699cd7d87437b13511c9f9d14]

         calc ScTable::ReplaceAll : avoid calling GetLastDataPos uselessly
        
        Change-Id: Ibb6fb9ea3e524a889de96f560e308a4aa54fa2af
        Reviewed-on: https://gerrit.libreoffice.org/12248
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-04  Laurent Godard  <lgodard.libre@laposte.net>  [99df39b5206be1d03416142c97e77ebfd823b9d5]

        calc ScTable::SearchAll : avoid calling GetLastDataPos uselessly
        
        in the loop we are in the same table
        refactor ScTable::Search too
        
        perfchek result for testSheetFindAll-Search value
        before : 804252982
        after :  229861999
        
        Change-Id: I907f1260472bcc5d93b2c6425c342187a5f4c787
        Reviewed-on: https://gerrit.libreoffice.org/12225
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-11-04  Noel Grandin  <noel@peralex.com>  [02a10e6bdd79b4c865e3bcd951c230debcb98e89]

        rename Dreh->Rotation
        
        Change-Id: Ibc9345959462b5a1cb9e47791742217e567b3cd0

2014-11-04  Noel Grandin  <noel@peralex.com>  [a3e2b884f33435eef369ce8cb8eee4bdc5db95af]

        rename nWink->nAngle
        
        Change-Id: I3a4cec65307c517684d4f8a291ca73b6a212a857

2014-11-04  Noel Grandin  <noel@peralex.com>  [d1974ddf3a84d2a4a3082920f812857c85218fc2]

        some random renaming of Wink fields -> Angle
        
        Change-Id: Icd4df8610072f5283276738896cb5c01762838ea

2014-11-04  Noel Grandin  <noel@peralex.com>  [736d25f9e373ce19be59e84667a6dd64b1253cd3]

        rename nHdlWink->nHdlAngle
        
        Change-Id: Id8ddf1888c7a8517eced5f0f3209e91bda59a96f

2014-11-04  Noel Grandin  <noel@peralex.com>  [14bd00a648fb31d849f20bdda008956b591180eb]

        rename nWink1->nAngle1
        
        Change-Id: I8cc5c9e16e8e0ebea1ea532c762e560e68f029a9

2014-11-04  Noel Grandin  <noel@peralex.com>  [8d85e50bec177d5db19ab9247c84a1cb6e272f1a]

        rename nWink0->nAngle0
        
        Change-Id: I19a2c367064f6b6f2656ec645d1a79144b479df9

2014-11-04  Noel Grandin  <noel@peralex.com>  [f18fd73e287b781e953a3c4bfa05b55f39880a35]

        rename TakeWinkStr->TakeAngleStr
        
        Change-Id: I464505c8d52c2e12e4c0d7ed3512039f0bc4f789

2014-11-04  Noel Grandin  <noel@peralex.com>  [ddd549c7873404d0c09aca676a13660404b0bcd2]

        rename nTmpWink->nTmpAngle
        
        Change-Id: Ie6b3af93633f17e8aaa90252348488b67446f6ee

2014-11-04  Noel Grandin  <noel@peralex.com>  [8e7db605e34380950a33b67b112424fbccedad5a]

        rename nNeuWink->nNewAngle
        
        Change-Id: Ic0b63a516d56ffc12e08e25d33c874162ce19d69

2014-11-04  Noel Grandin  <noel@peralex.com>  [69ae25edc2c3f295036079d99989882ec8124f7f]

        rename GetWinkPnt->GetAnglePnt
        
        Change-Id: I5c27e5b1f7ef77d5a4d0f03069e097d4072616eb

2014-11-04  Noel Grandin  <noel@peralex.com>  [9134ae64717be1b5b43dadca8c6c22d42f05c7e9]

        rename GetEndWink->GetEndAngle
        
        Change-Id: Ibcdc1d4b9bc19dad48a6e2c8d77ebfac19c1d118

2014-11-04  Noel Grandin  <noel@peralex.com>  [a492d5fe5b78145cec3b64e4d57f4797f81aaa2c]

        rename GetStartWink->GetStartAngle
        
        Change-Id: I8af435c764dbe020facdd3366a9f00b256b377b2

2014-11-04  Noel Grandin  <noel@peralex.com>  [ffece505e7c62d9de62b9529e484cf8f2a74ccc3]

        rename nEndWink->nEndAngle
        
        Change-Id: I7f8cbf3dfec4d4ca087d637bdc6a3aaa4f863d5a

2014-11-04  Noel Grandin  <noel@peralex.com>  [05a5d0430ec50a0348006d1a7039f82229d5f497]

        rename nStartWink->nStartAngle
        
        Change-Id: I2bc3e0eed4846fca066bfacce4165f392b398666

2014-11-04  Noel Grandin  <noel@peralex.com>  [0516d123f53917d1833c7e8a8c528a619c71a0af]

        rename GetWinkStr->GetAngleStr
        
        Change-Id: I1b3020a9a907059c2fa9109e001c07db004c940d

2014-11-04  Noel Grandin  <noel@peralex.com>  [7a59b260747613b1fc4cd3980cd7edc9ea0d65c2]

        rename DrehWink to RotationAngle
        
        Change-Id: I4dfa2d3fa2d0c0b5029eb2cd3d724e7e6f2e3d6e

2014-11-04  Noel Grandin  <noel@peralex.com>  [37be521dbd8b15ce363d07b903efd4267a3de8be]

        rename SetDrehWink -> setRotationAngle
        
        Change-Id: Iae65d415b20d371250c3be077e0fa3fd73c42e97

2014-11-04  Christian M. Heller  <christian.heller63@gmail.com>  [1b58c8434f42a92cfd63f1cc1b9e7e0e4826c86c]

        fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxx
        
        Change-Id: I19a2242909dd8519a4819045e039def6e48f2c39
        Reviewed-on: https://gerrit.libreoffice.org/12237
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-04  Matúš Kukan  <matus.kukan@collabora.com>  [48fd93eccdb704f4fc5be24ac1d658e6c3cba37c]

        Make comphelper::ThreadPool explicitly noncopyable
        
        Change-Id: Ie57d0194418dd17a4c83e2859d6a85129c4f95e6

2014-11-04  Maxim Monastirsky  <momonasmon@gmail.com>  [966daa8e278bd0aef180b2d87b264e10c3a82afd]

        Set ToolBoxItemBits inside the controller
        
        Don't rely on the toolbar:style attribute of the toolbar xml,
        because it's not available after toolbar customization, or
        when placing the button on a different toolbar.
        
        See 99ace739828f9d79a2f9b04ef066b90d77f77bc4 for a similar fix.
        
        Change-Id: Ia9485cafe111ba609fe802c984be1aa9db3a2ca9

2014-11-04  Stephan Bergmann  <sbergman@redhat.com>  [fdc5183176cb07b44f56f81efa005c30835dee98]

        Remove unused members
        
        Change-Id: I39b12a6290d13a5404dae60b0b16548b035f24d8

2014-11-04  Noel Grandin  <noel@peralex.com>  [a6fb1e8885065ae8229b955bb3c23f4d1209af6a]

        remove some unused code in chart2
        
        Change-Id: I99afd30ad413b57d27c89421b5010f6d88856496

2014-11-04  Noel Grandin  <noel@peralex.com>  [389875573012c6373d95ef31b12fe8e8104b1233]

        remove some unused code in sc
        
        Change-Id: I6cd2acaf361ae1947787b5aacc86b75a6e21c379

2014-11-04  Juan Picca  <jumapico@gmail.com>  [5310dfe1cdf4cfa1f86036476694a076b71671db]

        SdrFormatter: remove unused attribute
        
        Change-Id: I70633d3a4cea72c21a644e5a2f25865d8ec52122
        Reviewed-on: https://gerrit.libreoffice.org/12227
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [768d22a83e7e6aae430b2e5e4ed28f2574aad12d]

        Use comphelper::SequenceAsVector
        
        Change-Id: Iaf5fb72b065cc0d2a412b027d41d7618654d30b1

2014-11-04  Tor Lillqvist  <tml@collabora.com>  [5353c6dc9ddf36c810f32d678c13c1815547897a]

        Bin presumably obsolete SUNWS crack
        
        Change-Id: I83038a7160251e59a2178e54859c2ab8e4bffe2e

2014-11-04  Noel Grandin  <noel@peralex.com>  [fdf19189576597191699c33b5e35e1fc8f83c7c2]

        -Werror=sign-compare
        
        Change-Id: I5e1b6ebb4af3a602233bfb09ba6397569f18aac9

2014-11-04  Tor Lillqvist  <tml@collabora.com>  [69564c82d147426b24730289dea936069022699c]

        WaE: unused variable 'aClipPolyPoly'
        
        Change-Id: I8dd9b2a5dd09d5d0be123e9f8a303ad8e280b0f2

2014-11-04  Yousuf Philips  <philipz85@hotmail.com>  [a9bdab7b3d2132817350ee7de5a30537732f85f9]

        fdo#67585 - fix missing flip icons in Calc menu
        
        Change-Id: Ifbe1dab5af86ae84e34343065640fbfbe20f4455
        Reviewed-on: https://gerrit.libreoffice.org/12229
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Yousuf Philips  <philipz85@hotmail.com>  [0de97f5c6f66cf6690fa394e48a0b26b4c69166d]

        fdo#80918 - 'Find' should be 'Find Next' in the 'Find & Replace' dialog
        
        Change-Id: I120525ee4a09e0ed091e44c37fb653f4b8c768e5
        Reviewed-on: https://gerrit.libreoffice.org/12230
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Yousuf Philips  <philipz85@hotmail.com>  [1968b5aef456698b2be772cd2d40dece701639b1]

        fdo#80716 - Adding an icon to the Tools > Options menu entry
        
        Change-Id: I6f379518fc41a2eba2d002c52324f781926fe490
        Reviewed-on: https://gerrit.libreoffice.org/12232
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [6fa33046fe4f718a81e303159192d09b6a15601e]

        fdo#75256 Improve Sifr Icontheme
        
        Update sc_inserttable, because the vertical lines are not in the pixelgrid and are blurried.
        
        Change-Id: Ieb5723396e6a6c4300ad205fe0c0c646167ee01b
        Reviewed-on: https://gerrit.libreoffice.org/12235
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [576af27813df6aff7f029d309f2e99752168fef6]

        fdo#75256 Improve Sifr Iconset
        
        Update the lc_inserttable after a suggestion from Jay Philipz
        
        Change-Id: Ib2914a61ee5c48333384e4af71aaa436651cfa99
        Reviewed-on: https://gerrit.libreoffice.org/12233
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Matthias Freund  <matti_lx@secure.mailbox.org>  [5e33e4b17f7881ec687cd81c19ccf83575c809e6]

        fdo#75256 Improve Sifr Icon Theme
        
        Update the buggy insertformular icon and new annotation icons for sifr.
        
        Change-Id: I1ff6ea4ed7c4de474fd1ecfbc4cc76eac6ba1287
        Reviewed-on: https://gerrit.libreoffice.org/12231
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [38e21f422cd5ee9ce97aae9f0be32f46f6d22904]

        Math: Add new colors in the Sidebar
        
        Regine add new colors to Math in fe5840aab17e366749c373e4f8683e06e40b4b05 and
        this commit just take those new colors and show in the Math Sidebar.
        
        Change-Id: Idd67cf4a04b2855970b115aac8d15d6506f73298
        Reviewed-on: https://gerrit.libreoffice.org/12239
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [5c5e809605d750d87ae7a5334f8406894f6a4184]

        mark as noncopyable
        
        Change-Id: Ic464974087f9f8fb161aaffde232668ba01c2f62

2014-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [67276f70039c460332eabc00bd4109d301b2f40a]

        include <list> where needed
        
        Change-Id: Ia6784bf95d9d0c57b79bdf7373f4836709563b7a

2014-11-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [ad6d94009cf8ea526eb70bf1a07e5c6a21320f83]

        vcl: Allow SalGraphics to draw gradients natively
        
        The aim of this patch is to allow for native gradient rendering in
        SalGraphics (i.e. let OpenGL do this natively). It is a two step
        process:
        
        1. I need to allow gradient draw into SalGraphics, however the current
        completely intertwined with the metafile code in OutputDevice. I am
        seperating the gradient metafile code from the gradient drawing code.
        
        2. After splitting the metafile stuff from the actual gradient drawing,
        I am now able to call on SalGraphics::DrawGradient(). This just
        calls on SalGraphics::drawGradient() which returns false if there is
        no way of drawing native gradients, and true if there is. If false,
        then we use OutputDevice's DrawGradient() functionality.
        
        Change-Id: Ibaaabe13b76a8e7a037d9f751b5f662653a50566
        Reviewed-on: https://gerrit.libreoffice.org/12119
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [c79d2dbe3a75e3376a5997444b6a3a5f947da107]

        fdo#82430: MSVC build: disable a few more cases of SSE2 in externals
        
        Change-Id: I8f0db23d1f9ba6b9fc3c8b64b32822ba8166428f

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [fa836cab8d3a300e196c7f1b0990098567f7cd62]

        odk: disable MSVC warning C4996
        
        Change-Id: I6c2dab3b427121366bb2d39b95262311286ae371

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [abc22a091c27b92c5b20964375098faa11d3546e]

        fix the PCH after 8e399602ea7aa11a81d704ff6ce8e660df4205b9
        
        Change-Id: Ia5e05901a066619e0e819b3b06c0a7da3b2de536

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [39d445e0eb439e5aea94214f63aa4a04e5829011]

        sc: clean up Library_scfilt.mk duplication wrt. ORCUS
        
        Change-Id: Ide3c9987fb15112d5a4c8c2b5e15277b2579ee51

2014-11-03  David Tardon  <dtardon@redhat.com>  [ca08fcbb90defb44456a5973bd1cc76b817d9a4f]

        coverity#1242811 untrusted pointer read
        
        Change-Id: I74c29a39367e7781e5e6cf9795c7176ef599f97e

2014-11-03  David Tardon  <dtardon@redhat.com>  [0150921c3d898c9fd31e8312df1d717a4632d16d]

        coverity#1242806 untrusted pointer read
        
        Change-Id: Ib92e1a22d7d25f4498272731af12c485937f38ef

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [76dce95eed6892d729fbea2b990911edd82ded82]

        coverity#705391: xmloff: XMLMergeElemTransformerContext misuse of enum
        
        The enum types XMLElemTransformerAction and XMLAttrTransformerAction
        use the same integer values so a mixture of values from these 2 in one
        switch is very suspicious.  In the various *ActionTable arrays in
        OOo2Oasis/Oasis2OOo there is just one such array that mixes values from
        the 2 enums, and that is just the values that coverity complains about.
        
        The XML_ETACTION_EXTRACT_CHARACTERS was added at a later date in commits
        8d374c039e7d349141befe3c9ef97f82f42bfa7
        2685b93a6a23867baa4df265bb0cc35abaf76c0e
        7d2405a54d13f68a35dfc5f619ad4bdb0b761856
        c276550e07f8078fe9345985f70e8384d930a83f
        
        ...but it turns out that the XMLAttrTransformerAction ones are handled
        in StartElement() and ProcessAttrs() methods but the
        XMLElemTransformerAction ones are handled in CreateChildContext()
        methods so probably the XML_ATACTION_MOVE_FROM_ELEM* values are in
        the wrong enum.
        
        Change-Id: Ib1791f6eafac4fb1e99334f41c17a90cfb076359

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

        coverity#735452 Logically dead code
        
        Change-Id: If50b62e63160c4a26fe97b6fc59494339a566188

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [7439af47d1dcc0925d57cc878c2714c8fb2cd67e]

        coverity#982297 EBCDIC-related cleanup
        
        Change-Id: I8da7911c342ffe114d7b25b996602aabed7aa1ed

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

        coverity#1209010 Unchecked return value
        
        Change-Id: I92c2472a34aca9f7f1a617666607040cadb0b643

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

        coverity#735641 Division or modulo by zero
        
        Change-Id: I6055f85289ca7c701a70dc3aba8dc354c475e440

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [07f9a7dc833c00421d9d49bf1aa8bc79858b8ccf]

        some coverity false positive markup efforts
        
        Change-Id: Id17c3426cb4a5913881201a0bf2f569ca5002303

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [9148b1c6457bb7702af6b158bd4fefedc8f17236]

        add some more kill paths to cppunit
        
        Change-Id: I8610e99aecc725e349976746af6c8bd560ba2ffa

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

        coverity#1250408 Division or modulo by float zero
        
        Change-Id: I64c0d1cb4c3182c03a7d7660c4736f665fc5f3dc

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [9ebd3c7aa61a07abe2bd522e5a6d45812eab127d]

        coverity#1209529 reorganize to silence Explicit null dereferenced
        
        Change-Id: Ia839bfb2243cd22135cabd5b4ce9c8222b232024

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

        coverity#1250409 Explicit null dereferenced
        
        Change-Id: Iab78e3ec447b8a32f43dff3e30c5be254f6d0a48

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [8be0bf735adc26f38212efd1dd6231a87e974f5b]

        coverity#735914 Dereference after null check
        
        Change-Id: Id7d50edca21f3a595ba31430cae7c62104d031d8

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

        coverity#1241199 Unchecked dynamic_cast
        
        Change-Id: Ib1ba5d63b258202a6a8c2113906ad22ff79a352c

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

        coverity#707956 Uninitialized scalar field
        
        Change-Id: I690de0eb0db28a25dc6c2e83a6dcba620d7c5922

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [18995b5f7a34af5aff5fc5621747f0f3eefd9db0]

        coverity#1250700 Uninitialized scalar field
        
        Change-Id: I5db51e7864017f0d0e474ed3e253657288245850

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [48dad962fe23ddffb684d2338465c21cf83d849b]

        coverity#705527 drop testlistener that logs to c:\listener.out
        
        Change-Id: Id9eab9e44d4b0e705289fa45be0fc2343903de09

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [2cfc6259971f53af45e57de1117f6a1f345a7b23]

        coverity#1209713 Dereference null return value
        
        Change-Id: I8aba67ae5bf5ffb7530be8f6d5b2511b554717db

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [7db11e4a168e57c9f91dc2c5078adc7179e6fab8]

        coverity#1250699 Dereference null return value
        
        Change-Id: Iaddc47087d796d96fa0ed054c254b3cf83c90b5e

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [4088fff7c09ec0d66b4958190999fa1d371d5bbf]

        coverity#705921 Dereference before null check
        
        Change-Id: I7aea5663ed4a5d2f4990292d64eefd782119aded

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [7f3326f2aa37f16dbf12844895d269dec5ad8c45]

        checker type doesn't work, try event type
        
        Change-Id: I8b92c583bf1d6167b713648f417ba5569b3593ba

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [2d5130ebab13fb94b07950a03b7051825b3d5b15]

        be a little more consistent stylewise
        
        Change-Id: If1d822e0e6c87e792ff4a769a525e161505325c9

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [188b0d899c277a2ac2b0c5f52d992db2b45a882d]

        coverity#1209395 Dereference after null check
        
        since
        
        commit 808d273db098e2269e53813595a6bfc7b160e28e
        Date:   Fri Apr 25 11:56:54 2014 +1000
            Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDevice
        
            All these do is some very, very basic initialization. There is no need
            to lazy load the structure, it should be initialized when OutputDevice
            is created in the constructor and deinitialized in the destructor.
        
        mpOutDevData is never NULL
        
        Change-Id: Ie08f7520e8c09b57e056c086bba3089abe2486fa

2014-11-03  Maxim Monastirsky  <momonasmon@gmail.com>  [8e399602ea7aa11a81d704ff6ce8e660df4205b9]

        Related: fdo#84844 Get rid of ColorControl and ColorPopup
        
        Change-Id: Ie2d00cfbccefd69c8e46381b712620def655a798

2014-11-03  Maxim Monastirsky  <momonasmon@gmail.com>  [a62553cb5bac29398cf445b8f068940e4085e001]

        fdo#84844 Use SvxColorToolBoxControl for border color
        
        Change-Id: Id177964ec35d6b5a08c46b8ba96615c2a4729136

2014-11-03  Maxim Monastirsky  <momonasmon@gmail.com>  [67340db67598b80045412ff653d399782c32f21e]

        Related: fdo#84844 Prepare border color status update
        
        The Sidebar button handles also the color of diagonal lines.
        
        Change-Id: I26d75472a8c9ca482274797127994d4546b1b3e8

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [4d447ebc44e6051fd0a208fcc0581e9d0c81d032]

        TANGO: Add designerdialog icon from tango_testing and reference from human
        
        Change-Id: I662842eb293d4b0d98ea2a39c3fd66abe1fc730b
        Reviewed-on: https://gerrit.libreoffice.org/12217
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Olivier Hallot  <olivier.hallot@edx.srv.br>  [85b40bd24a59034b2b42ad573e12f75be0cef729]

        Updated core Project: help  b9e9fb3ea9a4d493038643b831ca9b9149d4c2b8
        
        fdo#85686 update help page for Calc Option Formula
        
        Calc's Formula option page has a new entry related to large file recalculation
        
        Change-Id: I9f4a5834ee58905d865aaedab25bd692445610d0
        Reviewed-on: https://gerrit.libreoffice.org/12165
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2014-11-03  David Tardon  <dtardon@redhat.com>  [76718903d9df053239a7a4ef13e5c5b3046ef121]

        remove some extra empty lines
        
        Change-Id: I88b95a253f19306c6519987a4a8f72e9362d4d9a

2014-11-03  David Tardon  <dtardon@redhat.com>  [bce4f8dd83143c74c52d2fbb4527ba8a1ff71ed3]

        coverity#982188 unchecked return value
        
        Change-Id: I8b99afa5d43e1a9f003c3b31175d73bf5a289232

2014-11-03  David Tardon  <dtardon@redhat.com>  [6631ed540b701d4f8e04b34f528c6531980b1823]

        coverity#982161 unchecked return value
        
        Change-Id: I3c8370915898e322f40812b52929132e192b3a2c

2014-11-03  David Tardon  <dtardon@redhat.com>  [f141ef6bcf76945edbd7353344271e95057d5d3b]

        coverity#982160 unchecked return value
        
        Change-Id: I94117e9f53f1929906b88b2a31d0fcfdf2e40c8d

2014-11-03  David Tardon  <dtardon@redhat.com>  [c982e6f50e7ad28b944e617c4be4d2b24d5bd682]

        coverity#982488 unchecked dynamic_cast
        
        Change-Id: I7008b3a96400a4d1520a03d985c0b421ff587bcb

2014-11-03  David Tardon  <dtardon@redhat.com>  [358b2f45c34a63a5513ddb05af9f5cff1f39612e]

        coverity#1209103 copy-paste error
        
        Change-Id: I9ed3ef809401ecf23e9c1f9bd020cf96049b56f0

2014-11-03  David Tardon  <dtardon@redhat.com>  [de0a3e8d5ad56e1cff049b4d6edb71ae15b7b9a5]

        coverity#1240253 unchecked return value
        
        Change-Id: I0262cb51fbc0b8e4bb6d6aabbd59a7c271768a99

2014-11-03  David Tardon  <dtardon@redhat.com>  [b82055f9d8a39bcf76b83e97451ae51829bcb219]

        I think this should be Left()
        
        Change-Id: I603215180e86ca28b94b129378ec48b7658e37b5

2014-11-03  David Tardon  <dtardon@redhat.com>  [0148c43aeaa73951af09fdefe173e408aa7dc0c5]

        I think this should be Left()
        
        Change-Id: I8588809ce636107b4e9a51c5a1f4bc7af3f23f0d

2014-11-03  David Tardon  <dtardon@redhat.com>  [598e51637d05d44260bda07469e885f5570e129f]

        coverity#1242514 arguments in wrong order
        
        Change-Id: Icc6d4f0375106b670dd1efd04395f3c163bdd65d

2014-11-03  David Tardon  <dtardon@redhat.com>  [3e6f70a39cb227f67c8d7b399cf0290418a2dd08]

        I think this should be Left()
        
        Change-Id: Ifd83a4a28414ffa5d8cc3cec3def4361737a333e

2014-11-03  David Tardon  <dtardon@redhat.com>  [074cbe02eef9c4cd34cc87d496fb1d1e6c349383]

        coverity#1242510 arguments in wrong order
        
        Change-Id: I898f3e383f5ff3451860e49b0ea00111ed1b52c2

2014-11-03  David Tardon  <dtardon@redhat.com>  [dbf093aa59db9b8ccb312f7a5cd2a997f704dc90]

        coverity#982921 do not leak
        
        Change-Id: I7f40b7e72caa67644b23f02fa6c2a4ccfe4f354d

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [7e4920419e4a7c791ad6becd39078f3814876003]

        fdo#85620 - Changing the label 'Gallery' and having it in the insert menu
        
        Change-Id: I4deaef9a942b82566bc7dcdc65f2a84441045f91
        Reviewed-on: https://gerrit.libreoffice.org/12167
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Stephan Bergmann  <sbergman@redhat.com>  [4c30eb7a067b5a8dfe04689d37ff6a775acaf10a]

        Zero font width means non-scaled
        
        ...so make sure to always round small width of a scaled font to one, not zero.
        
        Change-Id: I032b28e7f7183770db134f5891393ceaf39e0103

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [093d54326f94467bc1601c14a38454efcc888017]

        sw: s/m_rSwdoc/m_rDoc/g
        
        ... because i can type m_rDoc but "m_rSwdoc" always comes out m_rSwDoc.
        
        Change-Id: Id50888012da6cf3cf7aebc52e8c70fc359c6e073

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [9aa43559eafd93d0ec99399c3e5d22ac8d806feb]

        sw: deploy some more asserts in bookmark code
        
        Change-Id: Ic86a81e09cf32109fe2433c3da0fedd1a96656b7

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [cc1a4d72ebed4169a057ca02c5dd05d986c35cce]

        sw: CrossRefBookmark: deny the existence of m_pPos2 a little harder
        
        Change-Id: I32adf98474283e04b209b7ca4ec4077f908d2ecd

2014-11-03  Michael Stahl  <mstahl@redhat.com>  [a3fb06a0a9d03e31a8472dcc3cc994faeb59718c]

        fdo#65163: sw: CrossRefBookmark: ensure that unused m_pPos2 is null
        
        ... to prevent ~SwIndexReg() assertion when the note it is initialized
        with is deleted, since m_pPos2 will never be corrected because
        CrossRefBookmark essentially denies that it exists.
        
        Change-Id: I48543c47da0f4006e8381f4cc8a2ee81826461c9

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [6c52a8b916e52c9ab33461e931a4e75b3dae04f7]

        drop SW_DLLPUBLICs for unit-test only exposure
        
        seeing as have a uwriter target for the non-exposed symbols case.
        
        As a motivating side-effect stops crashing on exit on an optimized build with
        my x86_64 fedora 20 gcc 4.8.3 build
        
        Change-Id: If0240ee02d4899e488b12d2d8d5f9b6bf7cca37d

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

        Resolves: fdo#68347 fix word count with recorded changes
        
        also see fdo#46757
        
        a) We need to ignore redline-deleted text, but count redline-added text
        b) each block of text is denoted by its end position in the model
           and where that maps to in the view so a hidden portion
           should record its end point not its starting point, and a non-hidden
           deleted portion should always record its end point
        c) when mapping a model position to the view we take the offset of
           the model pos arg from the block end and use that to offset the
           mapped block-end view pos to get the final view pos. But for
           hidden portions that won't make a whole lot of sense, and
           end up offsetting into prior portions, so map all positions within a
           hidden portion to the same block-end view pos
        
        add regression tests for these cases
        
        Change-Id: I45c76bba47fd430bc3bccb5f919502660d415d9e

2014-11-03  Caolán McNamara  <caolanm@redhat.com>  [79fcf0b4a86e22e541eecd6e39726fac2016750b]

        callcatcher: update unused code
        
        Change-Id: Ida4221bfbfe30f7e1abd5c367d8cb8b9edd310bb

2014-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbdd3da43d37ea4fdbcc2dc3ad8b4800020e71e8]

        crashrep: get rid of tmpnam()
        
        Change-Id: If84d623719058e4b14f224a433253fac4fd47f85
        Reviewed-on: https://gerrit.libreoffice.org/12066
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec7d261772d55c5328d0ca2c87f1f9399882ecd5]

        sw doc model dump: show parameters of fieldmarks
        
        Change-Id: I3596df5736620488948cc3a138d63a0cb9676ee8

2014-11-03  Eike Rathke  <erack@redhat.com>  [99cfc0f8a321c3fd3ef1a49d669ebc5744dbf606]

        fdo#85403 broadcast changes after TextToColumn
        
        Regression introduced with 3d869cda8db03820dea8c4ba463eb155d05e933b for
        fdo#74014
        
        Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a

2014-11-03  Noel Grandin  <noel@peralex.com>  [78b0b292637ebdeb2e4a7f08e0e8128530caaa18]

        svgio: two of the token names were not being mapped to tokens
        
        Change-Id: I2be280ff8ebbf1046047a5bb4463191462172e24

2014-11-03  Christian M. Heller  <christian.heller63@gmail.com>  [1071eccd037390774b6d3f1aade9af02fd2cbe54]

        fdo#39468 Translate German Comments - final bits of sc/source/filter/
        
        Change-Id: Ie01e9488c6b8e36c40e6176bc1cac38a93a8087f
        Reviewed-on: https://gerrit.libreoffice.org/12194
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Juergen Funk  <juergen.funk_ml@cib.de>  [fa022a9c4fe74f3f67fb3c35ef49022842d7499b]

        fdo#84795 Menu, DropDown-List don't disappear with right mouse click
        
        this includes a fix to leave disabled menu entries disabled.
        
        This reverts commit 454f5c3018c6d61d5872f7c23c7590c2157444e4.
        
        Change-Id: Ifb66b0b241378437f040af19ec163da3cb8d815d
        Reviewed-on: https://gerrit.libreoffice.org/12061
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Daniel Sikeler  <d.sikeler94@gmail.com>  [98c95ce3a759a6f691c20cb1e376fa54a9dfdbc0]

        fdo#35862 De-/Increase font when multi-sized text
        
        Added two new function to the SwEditShell.
        The first returns all items of a specific WhichId wich belong to the current selection. The items from the attribute set and from the hints are used.
        The second returns SwPaMs separated at borders of an itemtype  identified by its WhichId. The SwPaMs must be deleted after yous.
        
        Change-Id: I00e6d1b0f75b9f184343711c6d2bdc7e5694c711
        Reviewed-on: https://gerrit.libreoffice.org/11857
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [fe1f258d5b77cd6e6a7483d7cf28195dbfdd62a4]

        fix memory leak of pointers contained in m_aErrDescList
        
        Change-Id: I9fcbdcd54978ccaffa5359c0afb0a1990356c218
        Reviewed-on: https://gerrit.libreoffice.org/12205
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4ca8958859b96cb3dc067c0cdc048f35d4a24a6]

        sw doc model xml dump: handle RES_FRMATR*STYLE_NAME
        
        Change-Id: I7a131c00166a8930042415dbf90e4640ecfea64c

2014-11-03  Andras Timar  <andras.timar@collabora.com>  [86f876b45a2737a1f7ccf9581af05277e1650159]

        fdo#61167 suggest titlecase and uppercase words from exception dict
        
        Change-Id: I280ffed996814e246ac3e93de5ff0acaad84018c

2014-11-03  Andras Timar  <andras.timar@collabora.com>  [4e87e0f2da6bc132edc42056db1d91e63e9497e7]

        typo: geomtery -> geometry
        
        Change-Id: I20263c836dd55e663cdad9fc8283fe8fbf02b1f1

2014-11-03  Noel Grandin  <noel@peralex.com>  [eb8530cc90ff12fa79ac24fd9703422a7e8c8415]

        fix sparc build
        
        after my commit e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b
        "remove boilerplate in UNO Exception constructor calls"
        
        Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453

2014-11-03  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [e04b8afe7aef5db535311630834bc25316433dae]

        Detect KDE5 and fallback to KDE4UI there
        
        Change-Id: I8da53d7b81d28b0051be96c0c4ee0a29d8ed8360
        Reviewed-on: https://gerrit.libreoffice.org/12209
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Christian M. Heller  <christian.heller63@gmail.com>  [1cd9c19ba1983984e9d42cc8cb5ddbfcdcebe2a7]

        fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxx
        
        Change-Id: I9a426f40f8cdce1f1ebe207dd9ada8154d8fde46
        Reviewed-on: https://gerrit.libreoffice.org/12195
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [656ffdd4bf095152fb95f4d9ddb766964cd18c3b]

        vcl: typo in variable name in PaintLineGeometryWithEvtlExpand
        
        Change-Id: I87084cbc4d6a8b6f5edbf8b90791c2b1e75b4afb
        Reviewed-on: https://gerrit.libreoffice.org/12211
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [886eadd0862963de36f2a4a6901b6752c767ac9c]

        vcl: merge DrawPolyLineDirect() and drawPolyLineDirectNoAACheck()
        
        I've merged these two functions, I just added a new function parameter to switch on and off
        the AA check, this function parameter defaults to false so DrawPolyLineDirect needs to do the
        AA check each time. If bBypassAACheck is set to true, then we automatically enable AA.
        
        Change-Id: Id2d9b2036a41716590f7b87f658f5bb210964392
        Reviewed-on: https://gerrit.libreoffice.org/12191
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [c52451758c88aeb9ce3316a3591eaafd01370d37]

        OXYGEN: fixes to font color icons
        
        Change-Id: I53abb17326196dda4533dec204d8d16ef6ac9748
        Reviewed-on: https://gerrit.libreoffice.org/12204
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [10c979462263c50ca5d19debf61205ff2de12ffa]

        fdo#81475 - Rearrangement some buttons and add some hidden ones
        
        Change-Id: I0d3ee669c396f8948de62407f231693413be4ee3
        Reviewed-on: https://gerrit.libreoffice.org/12203
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [1e498f756f4ac6be6ffa76bf530ce2cdd302ff64]

        TANGO: addition of new symbol icon and minor fixes to others
        
        Change-Id: I5e5c39fa8b237fd9a2e970e8f39ff6ff5a511c7d
        Reviewed-on: https://gerrit.libreoffice.org/12206
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [616f24419aba82369cbc005e64bd6b4ea494787c]

        HIG fixes for the rest of cui (and a bit of sw)
        
        * Standardize spacing and make some dialogs waste less space
        * Add missing colons to labels that precede controls (fdo#78826)
        * Disable manual resizing where it doesn’t make sense
        * Standardize Help button’s position (fdo#76486)
        
        Change-Id: Ib3f7f830e890e67f72aab970571793f495bab956
        Reviewed-on: https://gerrit.libreoffice.org/12207
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Yousuf Philips  <philipz85@hotmail.com>  [7d2a989bc2fed03e41ed0493d7ce5b0512c67612]

        change 'Entry' to its full form of 'Index Entry'
        
        Change-Id: I861374e6a5c867f674fb682c6dc0eb6050a372d1
        Reviewed-on: https://gerrit.libreoffice.org/12208
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9473f25380c627966b4406cc4cdfaafcf44bc37]

        coverity#1242524, arguments in wrong order

2014-11-02  Thorsten Behrens  <thb@documentfoundation.org>  [10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae]

        coverity#1242508: swapped arguments
        
        Change-Id: If86cc3cd9ea40dc826c93d6adb6e11fab20a15eb

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [d72237741ed1d8f976032ff2ee5d2a8702d3380e]

        abi#9930 DocxAttributeOutput::AddToAttrList: avoid duplicated attributes
        
        Change-Id: Ia799fc8b1b0e9bc6852b21194b71e1f3e683955e

2014-11-02  Jean-Pierre Ledure  <jp@ledure.be>  [5c7413feb8a612453be9a1d906411ca204695b3a]

        Access2Base - Extension of GoTorecord action to table/query datasheets
        
        Change-Id: I334491e2c75e666bde9db25a01abd5f71a993153

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [29f33d1a41f7206709677734d3d32cee0ba8a23a]

        SwTextBoxHelper::findTextBoxes: cleanup
        
        Change-Id: Id926289a4b37b7a24f0e54f8f582a7658a713376

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6756ee4743b4c750aa54a1b0f17f1fc945340089]

        unused includes in RTF filter and related files
        
        Change-Id: Id13e10f2ceed3985c78ccc542e6677eccc0cb1c7

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ceaa46425743483b767abdfae9b19f753759876]

        sw: remaining unused includes in layout
        
        Change-Id: I6fb1b22567c366deb591569339e6857eb5191e1f

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [93608b3f162a634897c40209cb1cb8cf705deca0]

        sw: unused includes in tabfrm
        
        Change-Id: Ifcc7941e5ff7f870ebf25c26dda0f8cfe0592d24

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [23e73a4fe94976b4cf05f15f86548d8e9ae04dbc]

        sw: unused include in swselectionlist
        
        Change-Id: Ifba74fa8b9dea36d3c369bff9c8ec598bdd2f5e2

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0938916e43616f2f36f43392e7c404f270b0a25a]

        sw: unused includes in ssfrm
        
        Change-Id: I219dec450103c47867793001c749d6b0038b7844

2014-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3831336cce3fbd87e9c0ceebb2890c69a4e25f24]

        sw: unused include in softpagebreak
        
        Change-Id: I0213b167034770ea89617dec42c175a8721d8bb7

2014-11-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [498a40f33908791c3b2409a1ccb4b3c81ea1e032]

        vcl: Refactor OutputDevice::TryDrawPolyLineDirect()
        
        I've renamed TryDrawPolyLineDirect() to DrawPolyLineDirect() and also
        renamed TryDrawPolyLineDirectNoAACheck() to drawPolyLineDirectNoAACheck().
        However, at the same time I feel that there is no need to call on
        drawPolyLineDirectNoAACheck in most instances, because DrawPolyLineDirect
        does an AA check before it can continue anyway. There is one instance where
        constantly checking the AA check is inefficient because it's in a loop, in
        that case then we call directly on drawPolyLineDirectNoAACheck, but this is
        the only case it is necessary.
        
        Change-Id: Ie0320bfc45b5c0e1ac6ce35912da3e2897af9429
        Reviewed-on: https://gerrit.libreoffice.org/12190
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-02  Noel Grandin  <noel@peralex.com>  [cd44a7288e09ffadd34d9fe1a71b7462429c5c65]

        revert the KeyCode asserts
        
        there are two many places it appears to trigger in real use.
        will have to fix those first.
        
        Change-Id: I536b7925033d5337ba360db3c2cf40ec205157ca
        Reviewed-on: https://gerrit.libreoffice.org/12193
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [1a178bd5a2249b49d61ccd8c5643aa6cb501f25b]

        vcl: include variable names in definition of OutputDevice::DrawPolyLine()
        
        Change-Id: Ifde547b0e883871a7d30e93adbe868faa74bef71
        Reviewed-on: https://gerrit.libreoffice.org/12189
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [b167d1127e1579468a74c4414e7f4f33d9d24122]

        vcl: rename OutputDevice::DrawPolyLineWithLineInfo() to drawPolyLine()
        
        Change-Id: I145ebcfb92fc75f4558d3bf090093aef9e848136
        Reviewed-on: https://gerrit.libreoffice.org/12188
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [06bde51ced10e9d2997157b91c85d80100b0dafb]

        tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()
        
        OutputDevice has a private function that rotates a point around another
        point. However, there is no real reason why OutputDevice should be
        responsible for this - it's really the responsibility of the Point
        class in the tools module. Therefore, I've moved this functionality out
        of OutputDevice and into Point, but I've renamed it from the rather
        confusing name "ImplRotatePos" to "RotateAround", which is what it
        actually does.
        
        Change-Id: If12fb40a7b476653224d4edfc01887bc91a80c7d
        Reviewed-on: https://gerrit.libreoffice.org/12171
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [86725e3808c778e2d7bc11cbc6c02051ffbd5c5e]

        sw: unused includes in sectfrm
        
        Change-Id: I59c33d25361c79e77994647b978915785cc650ee

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcb37dcebcde6188eb58ef7d8d34d08fea4badb8]

        fdo#82512 RTF import: fix position of column break
        
        Change-Id: Ib0f39c4af7cc32d0f4491f13ea207d90a449a47d

2014-11-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [501f25e3291dd0ab38e3612de2fc160d953c1846]

        SVG: handle visibility property
        
        improve import of masking-path-08-b.svg of the W3C svg test suite when using insert->media->image
        
        Change-Id: Ib4d48165f982e394e2171ac82e6cc06911553904
        Reviewed-on: https://gerrit.libreoffice.org/12168
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
        Tested-by: Christina Roßmanith <ChrRossmanith@web.de>

2014-11-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a51aa75d92eadaa613192a1773e0b78b0df74527]

        fdo#78826 HIG: missing colons and capitalization in cui, filter
        
        * Fix capitalization
        * Standardize spacing
        * Standardize Help button’s position
        
        Change-Id: Ibc7152acbe460a9564ab6b97a637f38ea5e7144a
        Reviewed-on: https://gerrit.libreoffice.org/12075
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [6fed9d0b1fc95fcea0de1a5faec2b4d5647be58a]

        coverity#1241199 Unchecked dynamic_cast
        
        Change-Id: Id6bbd9d6922ee6fda7e9eb0945c27ed5a902d05b

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [8f69c7a11bf31f7134caf4e03fbcd4c6ef86382d]

        coverity#1213373 Use of untrusted scalar value
        
        Change-Id: Ia5cafdde1171f81ea7387e073026a2e860d36544

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [78e670b3055f92740402803174d61d058effb5d7]

        coverity#1078538 Division or modulo by zero
        
        Change-Id: I0ae8d51a569c2a63f5fb390e66fdbde4a8e8b5d5

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [2149e924cbc32c370128c5f87a4f55c50c99e6bd]

        coverity#1000600 Division or modulo by float zero
        
        Change-Id: If39679b54ef1bb0a7af794c2f7a6186ebd69c2e0

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [169bc7c6c608215cf3805b84d617892c8bf487f4]

        coverity#735654 Division or modulo by zero
        
        Change-Id: I9ab09d65ba7587230de320e22a79e9c7224f4ade

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [454b5d5a6d795b6b8bf5570c1cef030587e58277]

        coverity#704564 Unchecked dynamic_cast
        
        Change-Id: Ife93dd20c08bf2a30298384099cd36592091c336

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [da2f4b132da0dee83e4d9b5c0e2eca653d5be83d]

        coverity#703954 Unchecked return value
        
        Change-Id: Ifc8a4c2a3f22fc12b620a3bd0dd8ace57a99629c

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [da5c8e2821d7a772793deeecf8a27ab02ae14a4f]

        coverity#735646 Division or modulo by zero
        
        Change-Id: I0567cfbf73b99f11649a08c73ea67d692691053c

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [b59196e1d7843367a80fb67288949eb4a6c4c463]

        coverity#1247614 Unchecked return value
        
        Change-Id: I658a7f6c8410cfa38512bb45651e5332fbde3194

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [0f6e4e7fd95e23927d4aac45153a15872b32f5fd]

        coverity#1250404 Operands don't affect result
        
        trying to auto-ignore this one, so don't touch it manually in the UI so I can
        experiment if this syntax will correctly auto-triage in all coverity instances
        
        Change-Id: I4ae42a6828041f40c6ab8cb3cfc631c8dd38e8c8

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [eed1ea797acfe69af587adbefe60316ba6ba127f]

        coverity#1250406 Division or modulo by float zero
        
        and
        
        coverity#1250407 Division or modulo by float zero
        coverity#1250408 Division or modulo by float zero
        
        Change-Id: I77e4483356f7c0b287a29637cf6b958ee665ffec

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [445ac42cc2f2f759a43d97198039b980026ed70e]

        coverity#1250405 Division or modulo by float zero
        
        Change-Id: Ifbb7ab559d161fdc8b6838ea34a4519286423997

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [4e4b4ce3d3cc2efa14aa837fd98a53a6ff5c87fe]

        coverity#1250439 Structurally dead code
        
        Change-Id: Ib0e8fefb154417dde95bc70765ad675a1824db44

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [c79c3e3ed4489e424f378d603e9247b2f8312733]

        coverity#1250409 Explicit null dereferenced
        
        Change-Id: Ib32e7c9eb979b9d6ab60d81423292be5fac87a54

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [59fc4ae4bd209ebe33872a8610a0b992d68d662b]

        coverity#736401 Resource leak
        
        Change-Id: Ice79f5618bb22d2d22d5033a52732da383ff5643

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [e80d263be87c6bc115a00859507237ea70fb9717]

        coverity#735338 Unchecked return value
        
        Change-Id: If19a61c82f1cf723c8e78e8d27461a543ddbfd40

2014-11-01  Caolán McNamara  <caolanm@redhat.com>  [cbe2c9bdbb5d00bb43121b093a3690da421c6988]

        coverity#707920 Uninitialized scalar field
        
        and
        
        coverity#1250438 Uninitialized scalar field
        
        Change-Id: I029e033feb0805a0f744c68d43602217f9f01f6e

2014-11-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5d87009cc2d385e61edd06bb5c81ef2106405066]

        Unindent.
        
        Change-Id: I32afaeb71f57b4f8741758a1db98e04365bd2a77

2014-11-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9de534e629e4338ae7f317ebc7ca63a2dfebb7ba]

        Unindent.
        
        Change-Id: I911de1c7b47768233bdd9580361b8cf430b3684e

2014-11-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0cada896f09d9e6b9a2c7ac04317a3a9cc6c0a7c]

        Unindent.
        
        Change-Id: I0e86d04c0fa6185b41d5751d28a7e3f3b86af371

2014-11-01  Noel Grandin  <noel@peralex.com>  [c75466ac88a47859227efc635fa1fcd5edd0a277]

        second attempt at fixing my asserts
        
        it appears I can't trust the buildbots, they don't seem to be
        compiling with asserts
        
        Change-Id: Ia49f5d3f134cf1a578469ddcbc7c492383aa971d
        Reviewed-on: https://gerrit.libreoffice.org/12184
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d960bd72c81d43ba7ba6bde359aa2fbc07c421a]

        Unindent.
        
        Change-Id: I1b65915b7d864f1a69f48fcacf38e7aec23c38a4

2014-11-01  Matthias Freund  <matti_lx@secure.mailbox.org>  [946daff61b97a196003d32ada7729fb842db191d]

        fdo#75256 Improve Sifr Icon Theme
        
        New insertauthorfield, underlinedouble, upperline and updated shadowed icons.
        The a of the shadowed icon looked thinner and is looking like the other format icons now.
        
        Change-Id: I3bd7e68df5e4a2686be022605a96dd92eb86a200
        Reviewed-on: https://gerrit.libreoffice.org/12183
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Noel Grandin  <noel@peralex.com>  [654da83ac27fbf84b3813172724ff4ad52782d60]

        fix assert I added to KeyCode
        
        in commit 9044260c35b22aeb6
        "add some asserts to validate KeyCode values"
        
        Change-Id: I73dc4c9ee5e4ced699d44ecdfb306a49b853f67e
        Reviewed-on: https://gerrit.libreoffice.org/12180
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-01  Noel Grandin  <noel@peralex.com>  [a7542d38ddeebd37ddea233fa1e4cf15b2e03c49]

        fdo#84938: replace MIB_ constants with enum
        
        Change-Id: I58c1b4c9e4c4b3751b233d2fe10b9c953b945c4a
        Reviewed-on: https://gerrit.libreoffice.org/12179
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-01  Justin Luth  <justin_luth@sil.org>  [b812374174144e077bc3b08fe347626cb1a33eee]

        related to #fdo71248 - ActiveDocument not tracking ThisWordDoc
        
        Making the same change that fixed ThisExcelDoc in 2012
        (commit cea414bfe8fe356793778bdf09f5ca3b3a42daa0),
        but matching the current code structure
        (commit 191bf98991e1934bfef115a1cec463ac250b0191)
        
        Change-Id: I0a5c1a006d5a73b8e3be1b6b407e62927d49c36a
        Reviewed-on: https://gerrit.libreoffice.org/11842
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Jean-Pierre Ledure  <jp@ledure.be>  [a65308f307554cfd277f24af66df246814ad1b8b]

        Access2Base - new ApplyFilter and SetOrderBy actions
        
        Those actions are meaningful when applied on Table and Query datasheets.
        Forms and subforms (1 level) supported as well.
        
        Change-Id: Ic104559d84ff94f1e7e9bed3db1a13a286953314

2014-11-01  Andrea Gelmini  <andrea.gelmini@gelma.net>  [87578eb519c6280c1d67083d4028f5cee5371113]

        Fixed license encoding to have all the same apple_remote/source/*
        
        Change-Id: Ibeee5a8c49f2d4710de6a1e0ee2013f3755a177b
        Reviewed-on: https://gerrit.libreoffice.org/12149
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Olivier Hallot  <olivier.hallot@edx.srv.br>  [653a8d8c1e3348d1e8c094b98b8a53a12ea4f353]

        Updated core Project: help  677001e7747ae7b61ed93028024e71fb14beb728
        
        fdo#80481: Update Start Center help page.
        
        Update Start Center help page with new features.
        
        Change-Id: I052e0245a6e3598b561b6aaf43913be2a6387fca
        Reviewed-on: https://gerrit.libreoffice.org/12159
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2014-11-01  Yousuf Philips  <philipz85@hotmail.com>  [2f97d5b897f6c770d8ceffefc9df6df8c93f3066]

        TANGO: Updated formatting icons and moved old tango sources to human
        
        Change-Id: If4c730e77ae06af4239934ac05498c21c5c08602
        Reviewed-on: https://gerrit.libreoffice.org/12147
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Yousuf Philips  <philipz85@hotmail.com>  [80f49553518e6d344dae81358b8d7fb5f24c3cf1]

        fdo#60349 - FORMATTING: Icon in Calc toolbar for wrap text
        
        Change-Id: I04390075006bd0492e0c39c5e1bf4a4eb107ed2c
        Reviewed-on: https://gerrit.libreoffice.org/12163
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Yousuf Philips  <philipz85@hotmail.com>  [7d9e3674a486f1fc251c8f159e093cf1c09daa45]

        SIFR: Adding new icons for page break & number and footnote and fixing others
        
        Change-Id: Ib1ff131dc54fb15fdd72fc17db239b2e5c9c7ee6
        Reviewed-on: https://gerrit.libreoffice.org/12169
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Douglas Mencken  <dougmencken@gmail.com>  [8d48f6329518c6dfd25348aadc5d05e807d57d49]

        vcl/source: get rid of redundant svsys.h includes
        
        + adapted for WNT (it does really need it for app/settings.cxx)
        
        Change-Id: I33a65d24f7c6c46a36718e4421ae88de180a9739
        Reviewed-on: https://gerrit.libreoffice.org/11814
        Reviewed-by: Douglas Mencken <dougmencken@gmail.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f4cadcc100d303c5f949774bb6541b8bd26f2e2]

        sw: unused includes in paintfrm
        
        Change-Id: Ie8aa47d98849d8a8fc0962f0fdf9758fad59088f

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0c38189d4505a669d89b22a0a6e6b78c6016eb6]

        sw: unused includes in pagechg
        
        Change-Id: I0c50675ba5fe7ff3763c4e598cccaea823a324f9

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b16a3b86103a631be0943ad1654c99e764597452]

        sw: unused includes in objectformattertxtfrm
        
        Change-Id: Ib564b09ddf68d045dcb89f1127c65aa95b3c1f68

2014-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c88c53c4b17a67fe700874a87c87d7f69603e156]

        oox: introduce W_TOKEN() macro
        
        It was inconsistent that when parsing <a:foo> elements, A_TOKEN(foo) was
        available, but for <w:foo> elements there was no W_TOKEN() macro.
        
        Also, there were two manual variants (NMSP_doc|XML_foo or via
        OOX_TOKEN(doc, foo)), replace both of them with W_TOKEN() for easier
        searching.
        
        Change-Id: Ic5cd027f07518535b92671ffe3c486016a3f9f0a

2014-11-01  David Tardon  <dtardon@redhat.com>  [76d2d78ac48c0ec7fcdc27c841d0777cab732464]

        fdo#85633 filter out empty file records
        
        Change-Id: I9f96cf3e059d444c52ce81b37cf5f69157c2888d

2014-11-01  David Tardon  <dtardon@redhat.com>  [7f5672bb14956d589fd257067b9eebef3c28e421]

        system libgltf conflicts with dbgutil too
        
        Change-Id: I326d62077b556501d0a98794bca4b00f4bcfc369

2014-11-01  Noel Grandin  <noel@peralex.com>  [9044260c35b22aeb6fdecee35a6ac34bb660ee35]

        add some asserts to validate KeyCode values
        
        Change-Id: I1b4b8d44f11086ed994a093fef0029982fac2c63
        Reviewed-on: https://gerrit.libreoffice.org/12161
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [513956cfaddda21b82af76f2c79ed2f2ddec2c82]

        coverity#1250437 : Ressource Leak
        
        Change-Id: Id1c4885c05c70fedcf85360e3ec7c3e166fa01c6

2014-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1baad070d8c2a38581cf33d803c5043f1974647f]

        Add class description.
        
        Change-Id: I400efc68f7fdcfcb3be56804c9491775341782ce

2014-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4c2bcbf982f74c6e12885a0b3f0d845d9259c9a6]

        Remove repetitive namespace close / open / close etc & unindent.
        
        Change-Id: I4fefd9ad6dbbc23aa0c96cf6dae6ab0b7400f27b

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [139a4b6229905e44f22a0b747ea9c44f30e468f4]

        scp2: move unx wrapper scripts to AutoInstall
        
        Change-Id: I661656e486b088c28b78e5c3ed4fbe9945991097

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [2f6005ddb25cd9b7d5372f2abfd9908a21a44b3c]

        desktop: split up Package_script corresponding to scp2 modules
        
        Change-Id: Ibe374db0c9d2f7bcbae536102a0305a8b94667d7

2014-10-31  Julien Nabet  <serval2412@yahoo.fr>  [5aa299c034a89ffa9e332899bef33816d0b90963]

        fdo#85562: sw: fix crash on insert of input field and set variable field
        
        When a new field is inserted it doesn't have a SwFmtFld yet and it is
        also not yet in the document so it is not necessary to listen for its
        deletion.
        
        (regression from bbd97fe57d9ec184ef6aee36bd57d6d7e53b4719)
        
        Change-Id: I23c18aa8c490a6ad1de63a33f87679cc2358d7f5

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [9b7542b0928f81b36365b13228a402e8cd64e8cd]

        sw: fix insertion of hyperlink inside hyperlink...
        
        ... when either the start or the end position of the new hint is equal
        to an existing hint.  There is not just 1 case here but 3 different
        ones; don't attempt to insert hints with start > end.
        
        Change-Id: I39cf8a352f67d77b56b0d01de5872f4d341f6bdd

2014-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68754260e6f3fdc91a6ab55b4fd99fbd34bf3447]

        Unindent.
        
        Change-Id: I875bdf1eb6df37b07dd19c6a7ff5ba5eb3b8a096

2014-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b47342a8a382dc04d12bad4e628e9562036c01f8]

        Remove repetitive namespace close / re-open & unindent.
        
        Change-Id: I453084b3b034a04305058da404b334c7016559ce

2014-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [230deaa80974a0c71e874512a0d7cbbf3ee4c654]

        We don't need this repetitive namespace open / close thingie...
        
        And unindent to make it look more like C++ than Java.
        
        Change-Id: I67562cf17c32c40c321b492e9b05c2321a51e126

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [11bf07e809d6b7be7b420c03caddcca32a36041b]

        scp2: forgot to remove file_quickstart from makefile
        
        Change-Id: Ieb34db019c03e7f20f06d3a690b3717b41645e90

2014-10-31  Michael Meeks  <michael.meeks@collabora.com>  [68f912e896b14546f17ef8bd090f08229842519f]

        thread-pool: fix waiting until all tasks are complete.
        
        Change-Id: Iaf5a3bf28879f229a223a8760fd878f96958a53c

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [fc9e78f4498a3b44be72e13c0c64d235f62b8a99]

        framework: avoid double-free in ToolBarManager()
        
        The timer could run after the ToolBarManager is deleted because the
        dispose() method can accidentally restart the timer somehow.
        
        Change-Id: I86868f08f436976761e814d4cea1cd5a0e348935

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [03cca068ed901d1862c440a6f414d17609785974]

        i#90076: avoid double-free race condition for ScCellRangesBase
        
        This is similar to fdo#72695, just with SfxBroadcaster in Calc.
        Solve it in a similar way, by putting a WeakReference to "this" into the
        UNO object so its Notify() can return if another thread is already in
        the dtor waiting for the SolarMutex.
        
        ==11581==ERROR: AddressSanitizer: heap-use-after-free on address 0x6170006fdb08 at pc 0x2b2c4f5b8e3e bp 0x2b2c0b2ad9f0 sp 0x2b2c0b2ad9e8
        READ of size 8 at 0x6170006fdb08 thread T262 (cppu_threadpool)
            #0 0x2b2c4f5b8e3d in ScCellRangesBase::~ScCellRangesBase() /sc/source/ui/unoobj/cellsuno.cxx:1448
            #1 0x2b2c4f643914 in ScCellRangeObj::~ScCellRangeObj() /sc/source/ui/unoobj/cellsuno.cxx:4751
            #2 0x2b2c4f697624 in ScCellObj::~ScCellObj() /sc/source/ui/unoobj/cellsuno.cxx:6053
            #3 0x2b2c4f69648d in ScCellObj::~ScCellObj() /sc/source/ui/unoobj/cellsuno.cxx:6052
            #4 0x2b2c4f69661f in non-virtual thunk to ScCellObj::~ScCellObj() /sc/source/ui/unoobj/cellsuno.cxx:6053
            #5 0x2b2b2c58b6af in cppu::OWeakObject::release() /cppuhelper/source/weak.cxx:204
            #6 0x2b2c4f5c50ff in ScCellRangesBase::release() /sc/source/ui/unoobj/cellsuno.cxx:1752
            #7 0x2b2c4f64de58 in ScCellRangeObj::release() /sc/source/ui/unoobj/cellsuno.cxx:4800
            #8 0x2b2c4f6a2c08 in ScCellObj::release() /sc/source/ui/unoobj/cellsuno.cxx:6093
            #9 0x2b2c4f6a5f0f in non-virtual thunk to ScCellObj::release() /sc/source/ui/unoobj/cellsuno.cxx:6094
            #10 0x2b2c053b96fb in bridges::cpp_uno::shared::freeUnoInterfaceProxy(_uno_ExtEnvironment*, void*) /bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:43
            #11 0x2b2b2bae80fb in (anonymous namespace)::s_stub_defenv_revokeInterface(__va_list_tag (*) [1]) /cppu/source/uno/lbenv.cxx:383
        
        0x6170006fdb08 is located 264 bytes inside of 728-byte region [0x6170006fda00,0x6170006fdcd8)
        freed by thread T264 (cppu_threadpool) here:
            #3 0x2b2c49c980f5 in cppu::OWeakObject::operator delete(void*) /include/cppuhelper/weak.hxx:87
            #4 0x2b2c4f5b840a in ScCellRangesBase::~ScCellRangesBase() /sc/source/ui/unoobj/cellsuno.cxx:1442
            #5 0x2b2c4f5b858f in non-virtual thunk to ScCellRangesBase::~ScCellRangesBase() /sc/source/ui/unoobj/cellsuno.cxx:1458
            #6 0x2b2b2c58b6af in cppu::OWeakObject::release() /cppuhelper/source/weak.cxx:204
            #7 0x2b2c4f5c50ff in ScCellRangesBase::release() /sc/source/ui/unoobj/cellsuno.cxx:1752
            #8 0x2b2c4f5c65ff in non-virtual thunk to ScCellRangesBase::release() /sc/source/ui/unoobj/cellsuno.cxx:1753
            #9 0x2b2c4af84583 in com::sun::star::uno::Reference<com::sun::star::uno::XInterface>::~Reference() /include/com/sun/star/uno/Reference.hxx:104
            #10 0x2b2c4f5bc66f in ScCellRangesBase::Notify(SfxBroadcaster&, SfxHint const&) /sc/source/ui/unoobj/cellsuno.cxx:1570
            #11 0x2b2c4f5bdf0d in non-virtual thunk to ScCellRangesBase::Notify(SfxBroadcaster&, SfxHint const&) /sc/source/ui/unoobj/cellsuno.cxx:1645
            #12 0x2b2b31dda705 in SfxBroadcaster::Broadcast(SfxHint const&) /svl/source/notify/SfxBroadcaster.cxx:41
            #13 0x2b2c4b03f2e4 in ScDocument::InsertTab(short, rtl::OUString const&, bool, bool) /sc/source/core/data/document.cxx:510
            #14 0x2b2c4e7ed861 in ScDocFunc::InsertTable(short, rtl::OUString const&, bool, bool) /sc/source/ui/docshell/docfunc.cxx:3007
            #15 0x2b2c50b1f415 in ScViewFunc::InsertTable(rtl::OUString const&, short, bool) /sc/source/ui/view/viewfun2.cxx:1855
            #16 0x2b2c502e075f in ScDBFunc::ShowDataPilotSourceData(ScDPObject&, com::sun::star::uno::Sequence<com::sun::star::sheet::DataPilotFieldFilter> const&) /sc/source/ui/view/dbfunc3.cxx:2056
            #17 0x2b2c4fa8924d in ScDataPilotTableObj::insertDrillDownSheet(com::sun::star::table::CellAddress const&) /sc/source/ui/unoobj/dapiuno.cxx:1286
        
        Change-Id: I4cd0fca46b9b81311bddfab2229ab9abf4c06c4e

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [21a5dc2ac524815a7b80fa54cd28a7b49aae6d5f]

        gbuild: enforce AutoInstall for Library, Executable, Jar
        
        ... by disallowing usage of gb_Helper_register_* without _for_install
        for layers that imply installation.
        
        Change-Id: I5734b2d6fbc57196633a562dd5df0236cc290ca6

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [ad43a1707353cdef79f6eb2fbc3da1a48838f6e4]

        Repository.mk: move mobile-only libraries to NONE layer
        
        Change-Id: Iae0c3fc429c74713662f1a75ef0a2150700274c7

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [30c237aef724591a8804f62eb05bae3101461f5a]

        Repository.mk: move executables that are not installed to NONE layer
        
        Change-Id: I494349840e5b95a7c9f477a4b3133d1a2318ab7e

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [e37837c48b739d0a6654b03cddf8f97a753f0af1]

        bin/run: add a convenient shell wrapper to run executables from workdir
        
        Change-Id: Ide3361fd5eba6462095cc45c0c99b1ab27a16262

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [f049b83cc2947efbe7382f23e12fc91fe50a589d]

        scp2: move WNT executables to AutoInstall
        
        Change-Id: I3e541053faf956dc0cd2a3f068cd93b73fcaab6d

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [58735f060804248089c0919c67485ae78c462c36]

        scp2: move unix/gnome executables to AutoInstall
        
        Change-Id: I0e0c3b5e3f130093f430f47c1730580105718c1e

2014-10-31  Michael Stahl  <mstahl@redhat.com>  [6c778e0a9b80734becb52fe3d0799754393c4bc4]

        sw: [loplugin:salbool]
        
        Change-Id: I7d8e2606f0518d489473a9824cb25b6bcd6a9bb2

2014-10-31  Andrea Gelmini  <andrea.gelmini@gelma.net>  [c70f1545e2df5818f251b558dcc64a83d3c270d3]

        Removed duplicated includes
        
        Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6
        Reviewed-on: https://gerrit.libreoffice.org/12160
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [693014c9d3dcbf3c649d775143918e531b6e3ac0]

        SwXShapesEnumeration: don't generate a set of TextBoxes for each shape
        
        Instead, generate it once and then pass around that list. Again, this
        helps ODF export.
        
        For a test document of 2000 mail merge records and 16 frames, the times
        for css::text::MailMerge::execute() are 7m53.575s -> 7m30.261s.
        
        Change-Id: Iec993ec34392350b1e26857f7d5434a0a9c494a3

2014-10-31  Eike Rathke  <erack@redhat.com>  [32bbe44e894a6575899418cff88f0ccdd5dae393]

        eliminate duplicated initialization
        
        RowInfo.pCellInfo is already initialized by ctor.
        Found while investigating coverity#707985 Uninitialized scalar field
        
        Change-Id: Ibb41032674ce5f07ed855a62d76648526d09a1ad

2014-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [6606313d6e69fbab7841f60de8bc152ce605e46b]

        Add a SwTextBoxHelper::findTextBoxes() variant that takes an SwNode
        
        This method is called by the ODF export for each paragraph, so limiting
        the result for TextBoxes anchored to a single paragraph helps to avoid
        iterating over all the frames for each paragraph.
        
        For a test document of 2000 mail merge records and 16 frames, the times for
        css::text::MailMerge::execute() are 8m18.811s -> 7m53.575s.
        
        Change-Id: I7a9cd7b23a3e903059ec0ae3a6a8f8309681bb2e

2014-10-31  Eike Rathke  <erack@redhat.com>  [2ec4c8b07427af868e32e14aaefd20649c1135d6]

        converity#1249470 Uninitialized scalar field
        
        comment it's unnecessary
        
        Change-Id: Iebf2d1dbed1f9c1e2e09144f47e73d9628355f2e

2014-10-31  Eike Rathke  <erack@redhat.com>  [4c3dbdd2afafa6d112e8262b448ce9462472ee49]

        converity#707956 Uninitialized scalar field
        
        Change-Id: Ic341502383de8a5b0843d2c4c15e7388818a6027

2014-10-31  Eike Rathke  <erack@redhat.com>  [eeec20ddb3034bd2aef775d614d9d80019c7493f]

        converity#738797 Uninitialized pointer field
        
        Change-Id: I84cd8b6542d2b52df620d56eb6492139a1d60c10

2014-10-31  Eike Rathke  <erack@redhat.com>  [7067d930c8390203f49d989b502e4b4ba85f463d]

        coverity#735311 Unchecked return value
        
        assert if fouled
        
        Change-Id: Id3a160ff08907cc7792e93eea9f91997bcc0e2c3

2014-10-31  Eike Rathke  <erack@redhat.com>  [016636450ca2fd0675c2f32f28a30b154705584b]

        coverity#735320 Unchecked return value
        
        assert if fouled
        
        Change-Id: I1bc38690c755b8bc6eab16c8aa33c8f568e0c854

2014-10-31  Eike Rathke  <erack@redhat.com>  [36705670efc894094f9f987661fa8022bea2e01b]

        coverity#735811 Dereference after null check
        
        We always have a DB collection.
        
        Change-Id: I8933be3a01b4c2e63b852361d5d2438e6fca4d05

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [8dbe4f2aebff1bd763e4f44c8f9e2a367316da4b]

        cid#1202756 Clarify with assert that ave == 0 cannot happen
        
        ...so (highbit(ave) - 1) will never be negative and never cause undefined shift by negative
        value.
        
        Change-Id: I86703f03d30d48c74d2e814c182b9edb85d18186

2014-10-31  Eike Rathke  <erack@redhat.com>  [4f93d6960c4a3d56f066c72ca815beeb24e5d960]

        coverity#705348 Missing break in switch
        
        Change-Id: I23e03e45ba4f6d259128bc5e4c2fd5952be05c2f

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [1dd285d0c707399f83bbbd51bf8b14abbc72cc78]

        cid#1202755 Clarify with assert that new_size == 0 cannot happen
        
        ...so arena->m_hash_shfit will never be negative and never cause undefined shift by negative
        value.
        
        Change-Id: Ifc3d28d53bae38bc8deea72473c81f1d043dc18e

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [bfd4f64bbbdffd50817ad580be0e1e45f7623bb8]

        coverity#705257 gold, Missing break in switch
        
        this is the image map window, I see that indeed toggling a shape
        active/inactive in the image mapwindow makes it change layer
        to the front for no good reason
        
        Change-Id: If6556e8f21dee2b0f7c750d460490d4e03fc0c02

2014-10-31  Regina Henschel  <regina@apache.org>  [fe5840aab17e366749c373e4f8683e06e40b4b05]

        Resolves: #i118191# Red is not red enough
        
        Enable Math to use 16 basic HTML colors
        Patch by: Regina Henschel <rb.henschel@t-online.de>
        Found by: <lapsap7+ooo@gmail.com
        (cherry picked from commit 529e59d90037748d0030191b93252e597935243e)
        
        Conflicts:
        	starmath/inc/parse.hxx
        	starmath/source/mathmlimport.cxx
        	starmath/source/parse.cxx
        
        Change-Id: I08de0ce33928ead3635a3a87c81671b4cc4112ac

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [fa277f5952d719f0dbc880301343e6653548bd03]

        callcatcher: a titchy bit more ww1 filter fallout
        
        Change-Id: I38517bb7fbf4ab1e9314a28973b707223d7120e7

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [a19817c3cafb483fe69ca3a6bc08bb3733ed8a2a]

        coverity#1202803 Explicit null dereferenced
        
        Change-Id: Ia914c4842e69b3ea57692f1f8ac52c321240b7c4

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [b62e428bd1562414e5421804bedb22761432a5d1]

        coverity#1158395 Uncaught exception
        
        and
        
        coverity#1158394 Uncaught exception
        
        Change-Id: I73430678c658202475e0073c3c9bde0a072c1ee9

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [0b32d9dcb86d3b5cc55c24634b39d29980f873a7]

        coverity#735346 Unchecked return value
        
        Change-Id: Ic9aab232667a9b0a3a995d7b033b7ba508fd42dc

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [1c5b25e680bb2f6ebbc90df6c8c9e4529948979e]

        coverity#707299 Uncaught exception
        
        and
        
        coverity#707301 Uncaught exception
        
        Change-Id: I6b7b2a9910b8a7d563a08ce84ddf16f550d8818e

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [9b5718284e22902641e76377cdc96f8399f8657e]

        coverity#707418 Uncaught exception
        
        and
        
        coverity#707419 Uncaught exception
        coverity#707420 Uncaught exception
        
        Change-Id: I98d752c14be5f7b1fccb4bdf2eeefb6bbfe12e0e

2014-10-31  Caolán McNamara  <caolanm@redhat.com>  [337abdbc67d4e021c31bc5990c199fd3f18d6417]

        quieten warning
        
        Change-Id: I91bf3bce86d6b7fb01a26a6785d5bcfd7677878c

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [f2d8fdabd0fb2799cd2be69ba7ee0fea8e9f4291]

        cid#1212456 Silently ignore uno_assignData return value here
        
        ...which must be true for pDestTypeDescr == pSourceTypeDescr.
        
        Change-Id: I98b4d654eb0e705ff0b577e7c87971b418ed13fc

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [eb37bbe5995767fc106912cb5f42758ad331e6af]

        Add line numbers to the OpenCL sources being logged
        
        Makes __LINE__ numbers you have inserted in temporary printf() calls in the
        (generated) OpenCL code more useful.
        
        Change-Id: I6da5a6937b924c1378f7f0c25ab7e156b23e1b61

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [f49880807ca44d5d0a7b664bd5a40b61a6e615e3]

        Move variable inside the ifdef block where it is only used
        
        Change-Id: Ifa9e77b955cea26da6602d409a1c111f45f72587

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [508a78e4b16e710ddb654114eb83ad63b1414534]

        cid#982172 Silently ignore F_SETFD FD_CLOEXEC failures
        
        ...there should not be any legitimate reason these fcntl calls can fail, anyway.
        
        Change-Id: Ib5cbe5b40ff42656fe3bad2ac50dcf6faeca0e9d

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [ac7c79a82fc8768b2564ef7f20bff38db6946c9b]

        cid#982171 Warn about rename failure in error clean-up code
        
        Change-Id: I02e81d526c07297a5bc3664cc475302a552187eb

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [30c9034c87b6cbc93a5ff4cf7e3fc9bff59b9ac5]

        Simplify by using OString
        
        Change-Id: Ia46417525e655a5a80f9e70f25f65e4916e4c8d8

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [292256d2f24ce62d53c721539e7670b8c7d8d9f1]

        Append kernel signature to the log area in the SAL_INFO dump of its source
        
        Makes it possible to look at the OpenCL source for just a specific function,
        by setting for instance SAL_LOG=+INFO.sc.opencl.source.nop_VLookup.
        
        Change-Id: Ie9e1f7b1542043717ac3652226713f4ab88883e1

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [6edbcc1b231feb02f304ff646c323b5df051d9a4]

        cid#1242936 handle rename failure
        
        Change-Id: I92ce690a6f8183ce77c8ed53bd2fcb45d39d756e

2014-10-31  Matúš Kukan  <matus.kukan@collabora.com>  [f13678d8055d77f891b258f6e2a27aac2c0f07e7]

        missing SAL_CALL
        
        Change-Id: Ifa9034f12f42c0ddc5aa5e363fbcc04bab36492b

2014-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [997055f50db39557425c9da58bcd3f01a8584676]

        SwDBManager::MergeMailFiles: set unique fly names at the end of the merge
        
        When generating a unique fly name, we have to iterate over all the
        existing flys to find out what's the first not used one, so doing this
        for every new fly inserted by mail merge is O(n^2).
        
        During import, we already skip this and only do it once at the end of
        the import, which is O(n).
        
        Fix the performance problem by skipping the unique fly name generating
        when we produce a combined mail merge document as well, and just
        generate them once the mail merge is complete.
        
        For a test document having 12 text frames and 2000 mail merge records,
        the times for css::text::MailMerge::execute() is 9m37.330s -> 8m18.811s.
        
        Change-Id: Idfa8e9fe3acc93f1138f5bb12c2419c1492f8ff1

2014-10-31  Yousuf Philips  <philipz85@hotmail.com>  [bf4aa9172a906353251b39bd4d3c27f7f30efee7]

        fix missing page break icon from showing
        
        Change-Id: Ia205db098ea585e0c72e89dff43fde83becdabe2
        Reviewed-on: https://gerrit.libreoffice.org/12162
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-31  Stephan Bergmann  <sbergman@redhat.com>  [344ad69a0427d5f5daa0bebaad3466773c52a312]

        Duplicate line
        
        Change-Id: I55811305ec24ff3538d33e98c8eac680e7da17fe

2014-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dbed9ef9a2299587d75bd9fae96b05dac0675c3]

        Use oox::drawingml::convertEmuToHmm()
        
        And get rid of the writerfilter copy, that does no rounding.  Adjusted
        testcases:
        
        - testFdo80555: 245 -> 247 (should be 246.944444444, so a good change)
        - testDMLGroupShapeChildPosition: roundtripped values are now closer to
          the initial ones, so also a good change
        
        Change-Id: I4dec7857a0df77face01b7a8ba1da7c647a24b6c

2014-10-31  Daniel Sikeler  <d.sikeler94@gmail.com>  [328f861dfbe7086c85dbd0d791c5f18b0714ca75]

        fdo#80403: AutoCorrect uses XFastParser
        
        depends on c0a5d390e519603dbc19a38c610d0a114b80cfa1
        ContextClasses implement fast methods.
        ImportClasses implement fast methods.
        New TokenHandler for AutoCorrectTokens.
        
        Change-Id: I41ef7266da2068da3ab5f047280b13e57ee2e763

2014-10-31  Daniel Sikeler  <d.sikeler94@gmail.com>  [c0a5d390e519603dbc19a38c610d0a114b80cfa1]

        fdo#80403: Import baseclasses implement FastParser interfaces
        
        SvXMLImportContext implements XFastContextHandler
        SvXMLImport implements XFastDocumentHandler
        
        Change-Id: Id400260af112f4a448fe469c9580f0ebacec4ab6

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [4482f50197f8787f8e187def2cc96758e3c31800]

        WaE: VarDecl, use "bool" instead of "sal_Bool" [loplugin:salbool]
        
        This likely is a false warning or over-enthusiasm in the salbool plug-in, but
        on the other hand, I don't understand why the recently added case needs to use
        different coding idioms from the preceding ones in the function? So make the
        code more uniform.
        
        Change-Id: I518022c59f6bd54740676cba95670e78b9a40d19

2014-10-31  Noel Grandin  <noel@peralex.com>  [41538e2ab79dd0ff04c1ac389962ce9df147463c]

        drop KeyCode::IsDefinedKeyCodeEqual
        
        because it's implementation is the same as operator==
        
        Change-Id: If9b63abcd13f899735d59d85be3da54406a6e324

2014-10-31  Noel Grandin  <noel@peralex.com>  [72ce1368b504804529bbcdc14484e9abb2ffa398]

        convert COMMAND_WHEEL constants to an enum
        
        Change-Id: I413d821a984ab556bd19c52704c04de6d828f699

2014-10-31  Noel Grandin  <noel@peralex.com>  [7eb519e92b4b50546f222e8d0219b21af8e6ea18]

        KEY_ALLMOD is the same as KEY_MOD
        
        so just dump it
        
        Change-Id: I006045aea345e84ff1944fc1ed1daa94bd7bca61

2014-10-31  Maxim Monastirsky  <momonasmon@gmail.com>  [c91e045c12ac5dffc20c04c6f97db4892c1e558d]

        fdo#84792 Correct the link for cmd/sc_square.png
        
        Change-Id: I3f66b621b136b8c42c4acc16058276215fd39835

2014-10-31  Maxim Monastirsky  <momonasmon@gmail.com>  [2633e57dafd5e566ba0ad9a11b9b37f8369fdc9a]

        fdo#84792 Correct the link for cmd/lc_square.png
        
        Change-Id: Icbb325517ec835d2bee7ac4693cfe939b741d7fd

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [6b7e9bb9a9d92b925adfd185abc048d62a4260ad]

        Bin dummy source
        
        Change-Id: I41067a6a81e58793ba8b0491b4044de6e7f68e2b

2014-10-30  Michael Meeks  <michael.meeks@collabora.com>  [593a44a12dbdc00a9f116efc754e3e17dff5dec6]

        thread-pool: re-work termination semantics to avoid problems.
        
        We want a pre-spun-up, shared thread-pool that doesn't get its
        workers created & joined frequently.
        
        Change-Id: I29081e3a3e3849ca30e63fd080ee3315d99cbe8d

2014-10-30  Michael Meeks  <michael.meeks@collabora.com>  [62090f65b804a08a66ca26675ae610ed07c7c341]

        Move thread-pool down into comphelper for re-use elsewhere.
        
        Change-Id: Ib27b8b1ccc07ff194035d6c2ef3d45c429e3cea1

2014-10-31  Tor Lillqvist  <tml@collabora.com>  [2f55701c550950ab4530df3c9ca305a819e3cabb]

        Add a few informative SAL_INFOs
        
        Change-Id: I1ac6366714acd7ec3e74b7afb4670c73825d1032

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [03d90274bcb6fb617034161c6d4676050d7e9edb]

        Make sure the cached OpenCL profile file actually matches the devices present
        
        Re-evaluate scores if the profile file did not match.
        
        It used to work so that if the OpenCL devices available had changed (if just
        the OpenCL driver version had changed), we did not re-evaluate scores but
        instead selected the dummy software device. Which hardly was as intended.
        
        Change-Id: Ifd79c0226504323f275d2e1d02876a0fecc449e0

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [07accd020ba1e5dc8bba2909e9e6518140acb477]

        Use our standard SAL_INFO instead of homegrown LOG_PRINTF thingie
        
        Change-Id: I3bca38b16613d59c4620de33eaf61bebb269e1a8

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [c554343856a4efdc3388498656ad518b0f03b41c]

        Use SAL_INFO instead of fprintf(stderr)
        
        Change-Id: I49bc06865c599e0a4417e24c70845a2bc25b7ff8

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [249d1b57faa046642298940be9a1c26ca08072a3]

        pluralize
        
        Change-Id: I0ffb952b1a12889462c209d0c2d43ab75296c3d0

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [8abb980a3fa32d3755b67ba4972eb56edaf36aa1]

        WaE: unused variable 'pXmlDoc'
        
        Change-Id: Ie232566340e3d7c77cabbfcea641f3d1b40de0bd

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [70485c1137e04a4b86eb25bb3d9a619ced52b3ea]

        nothing to see here, move along
        
        brown bag fix for
        
        commit cdbfbd0f7c3ed3bd3235f97197d279c41913245b
        Date:   Thu Oct 30 09:21:40 2014 +0000
            coverity#735608 Division or modulo by float zero
            and
            coverity#735607 Division or modulo by float zero
        
        Change-Id: I8e04765cf5354d57a54b166a5e2af71b40b670bb

2014-10-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [f5296655650e75fee259acf1959c15eb2cea3a1e]

        disable specific oox_export unit for macosx
        
        the magic number in this test does not seems to agree with Mac Retina
        Display (Assumed because the non Retina tinderbox do not complain)
        
        Change-Id: I247215b59995e4ffc01720da4988e7eaa8ac78ca

2014-10-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [1ea6dd2111a0ecf7aface1af0ffb0c17bd6d79fe]

        address LTR issue with coretext rendering
        
        There was a snaffu with the handling of DXArray
        concerning the special case of the 'first' character
        and how that translate when the glyph order is not
        the same than the character order
        
        Change-Id: Ie9273ff22fa2d22ca0df2b583768ffb2b2a59930

2014-10-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [d0c73da0ccaf3ad760714c5eb956eb52a09ccb59]

        add SAL_INFO to CTRundata
        
        Change-Id: I577f7582b4938dc5dcd75460dd889c5675ee3c17

2014-10-30  Eike Rathke  <erack@redhat.com>  [5ecd416c011557ce663edd52a5bc95e991fb3b84]

        CID#736090 Improper use of negative value
        
        Change-Id: Ice6d473d56b16ca53a046888f38d0c570d4b3828

2014-10-30  Eike Rathke  <erack@redhat.com>  [34c725d3fdf95841df43910715f61db980783bca]

        eliminate now unnecessary temporary OUString
        
        Change-Id: I8461cb3f9a3c1cd662b1bcbfc53ee56a498a7b35

2014-10-30  Andrea Gelmini  <andrea.gelmini@gelma.net>  [0c0e3e7539f683548e93616a30af8ac90c9abad0]

        Fixed typos. No automatic tools (sed, and so on).
        
        Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f
        Reviewed-on: https://gerrit.libreoffice.org/12150
        Reviewed-by: Bryan Quigley <gquigs@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-10-30  Christian M. Heller  <christian.heller63@gmail.com>  [d665d253eea7b6f311167079893cbfaac566ca8b]

        fdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml}
        
        V2 with changes suggested by Samuel and Eike
        
        Change-Id: I3bc7e5c5173fe06d29f32bab1973828fdfb33d53
        Reviewed-on: https://gerrit.libreoffice.org/12036
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Boris Egorov  <egorov@linux.com>  [10db2f72465e002c882afd97edd76bd0cfc8322e]

        Related: fdo#84846 move code setting edit mode to a new method
        
        First change in series to fix fdo#84846.
        
        Change-Id: I52dc333c2caa30ee3c75d9cc80862cf24a204f93
        Reviewed-on: https://gerrit.libreoffice.org/12148
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Michael Jaumann  <meta_dev@yahoo.com>  [bff6b297fcb2ee88f663d20c9f03c6b998602256]

        fdo#39468 translate german comments
        
        Change-Id: Ife2b6e9729ae7335a87f077368a984c417ab5e66
        Reviewed-on: https://gerrit.libreoffice.org/12154
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [24f6035e79f474c6878a775b2be62691ac950d36]

        fix bracket
        
        Change-Id: Id4fc5dda86845d23fe35122f7ade3ae99b2d123c

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [8e79e7788d109403b7a5eb694f73e030a50be2c9]

        WaE: [loplugin:staticcall]
        
        Change-Id: I2e3ad291d34b412b27b52cf54266ede6b31028a2

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [da4395d818a0826e92976a066e86c8be8320ec2d]

        Make the Value: combobox visible when you open the dialog.
        
        Change-Id: I8cb9ecb3a38468c4b00b5c043f63165631f55513

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [41285362404a6c4a32e98e3c39d1815715f4530a]

        Improve layout of Tools -> Options... -> Calc -> Formula.
        
        Change-Id: Id5b653201f10fb3ef06208c5afc2650ab3ee493c

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [6ac621f1e07c2717d69880866522056996fe9546]

        Resolves: fdo#80815 rename Cancel and explain what it will do
        
        Change-Id: Ifdd68f7e415176062b9eee6825b3c0bb09cb05db

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [f6011536a888be3a4e1cda2de9532b6ba3f4a275]

        coverity#704378 gold, Logically dead code
        
        Change-Id: I53bd1e36b2c4e9e7f5e8ec95fa79348fc9cac98b

2014-10-30  Michael Stahl  <mstahl@redhat.com>  [9605763e3dc8c85137787c77c31e8639553a35ed]

        fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLine
        
        This is enabled by default, to get the new formatting where the first
        line of a paragraph is shrunk if a proportional line spacing < 100% is
        applied; existing OOo documents get the previous (before LO 3.3)
        formatting.  Since the formatting in LO releases is broken anyway, it
        does not matter much which way documents written by old LO get
        formatted.
        
        Change-Id: I0952f568a933c137bd03070759989cac3517d8b9

2014-10-30  Michael Stahl  <mstahl@redhat.com>  [4e223fab04279c3583689e69fa1342966e81de36]

        fdo#79602: sw: fix text formatting of proportional line space < 100%
        
        SwTxtFormatter::CalcRealHeight(): Apply the special treatment of < 100%
        line space shrinking the Height() of the line only to the first line
        in a paragraph; the subsequent ones are shrunk again (to the square of
        the desired proportion) 30 lines later.
        
        Also set the Ascent of the line, as the wrong base-line causes the lower
        part of the line to be clipped.
        
        (regression from 42532d42bfcdb12df86376cda009e8e315a82153)
        
        Change-Id: I0424396263293deaa318c80eedc2237cdb01b22b

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [9d522e214c074b94cf8cbb6a82f80286838a3c54]

        coverity#982268 silence Copy-paste error
        
        Change-Id: I10e5dd8ea4097892d2571304d982ab20ee230988

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [37b53e179d7727c817d175d8102e87f7f23e9bb8]

        there are two of these GetUserData()[0] tests, use startsWith for both
        
        Change-Id: Iacb40220a87563a53a521b35efe208bb3b90e653

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [1c4fc13600e0466dc6d1816d3a0306db6566141a]

        coverity#704245 Logically dead code
        
        since
        
        commit 7599f68cee9141cd16ca7697872b5f83c6ae9ad9
        Author: Ivo Hinkelmann <ihi@openoffice.org>
        Date:   Wed Apr 22 11:01:27 2009 +0000
            CWS-TOOLING: integrate CWS dba32a
        
        Change-Id: I85c45344ca31d50bd99c12b8c9dc29478aadb067

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [13f26219a44ef158f26c543ff926e57e5831b477]

        coverity#704095 Unchecked return value
        
        Change-Id: I31bfb0b6cdcac78592759824cb74ab62d98fcc7b

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [dff10fc454183304dd820d1dfe1e7ac4010c5503]

        coverity#704134 silence Resource leak in object
        
        Change-Id: I7c2400e9f340562380423eb3300bbcf3eb4c4871

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [8902b340efd15af95df215c717e9807471f88446]

        coverity#1242442 Identical code for different branches
        
        Change-Id: Idf7d07398e42b1839c64b0607ec23c12d4c406ad

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [b723d52a978f3c0f25639b17999acf7dae8c50b5]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: I6b4605e3223d11fe4f905e0d9141043a0d7527da

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [9263fbe338604b817e65f5a8e623f96d67224158]

        inner condition is the same as outer one
        
        Change-Id: If573f4d21492506d631861d06842828f9abb61f4

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [123c4f4a6e418fa2babc1f0c383491833aeea947]

        coverity#1242658 Untrusted loop bound
        
        Change-Id: Ib37d08e5c55ca3c9f054684aa79dbe38d441f37a

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [947875577f5c8a926f5c188a0f977a2713f245b1]

        coverity#1242956 Untrusted loop bound
        
        Change-Id: I590207eee56bf40fbd9138719bbfd1fd05cbcd28

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [c7b0c02ddd1aecb65ca3c82831a4cc779c9c8767]

        coverity#1247641 Uncaught exception
        
        Change-Id: I61e55095b4f74fd619a26cba88dd177d0e318154

2014-10-30  YiiChang Yen  <sadwind.yan@gmail.com>  [3bfd60a1dc138f1910529bd15043ec731525d572]

        Setting download name: To let other product name can pass to $start
        
        Because the product name may be others.
        
        Change-Id: I2cd60fd029c7a75b8018b681303aa2883cd3dc97
        Reviewed-on: https://gerrit.libreoffice.org/12074
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1e48bfafdd25d595a2265a5bc66230f3681e96b5]

        forms: The if statement is redundant
        
        Change-Id: I1d339ea6052e648acf4405d2d40795c82ee043ca
        Reviewed-on: https://gerrit.libreoffice.org/11713
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [0641dd420956d4c3777c17dd0c0a563fb222e265]

        Use SAL_WARN instead of writing to std::cerr
        
        Change-Id: I28cc30bc4cd0053ced8de0b51e7cdc3ee0a237a5

2014-10-30  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [9eed0d4854623d28caf2c4d3bcdd6803db488475]

        osl/unx: Remove ifdefery for ancient NetBSD < 3.0
        
        Change-Id: I808da98a3b825eb2213dbcb6d435baa58bf54a9d
        Reviewed-on: https://gerrit.libreoffice.org/12151
        Reviewed-by: Bryan Quigley <gquigs@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Harri Pitkänen  <hatapitk@iki.fi>  [0466ab0c66c514dd53676483cab2fb2c60e60667]

        Remove checks for HTMLMODE_SOME_STYLES
        
        HTMLMODE_SOME_STYLES is enabled for all supported HTML export
        modes so there is never need to disable these elements in
        the paragraph dialog.
        
        Change-Id: I43df54a6ce900c8a9f957522eb85ca67b6cd756f
        Reviewed-on: https://gerrit.libreoffice.org/12091
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [08ac08592da55a97e32cf16a00e1e34d65149a53]

        Change the “X” icons for removing documents in Start Center
        
        Change-Id: Icb118ef49d46b983ff535c29e5b82a2da61700e1
        Reviewed-on: https://gerrit.libreoffice.org/12144
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [377ffa4d8f6132b5b20a1428af4af2ac02b094f0]

        HIG fixes for smath dialogs
        
        Disabling manual resizing, setting modal flags, fixing spacing
        and adding missing colons to labels that precede controls.
        
        Change-Id: Id0f180355d302206a632af97dafb6a391c8b4472
        Reviewed-on: https://gerrit.libreoffice.org/12105
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [fc293cecec7732a365d791089a2c92bf2f85fea9]

        HIG fixes for Document Properties dialog
        
        * Add missing colons to labels that precede controls
        * Standardize Help button’s position
        * Better label for Add Property button
        * Add a frame for the lonely Embed Fonts option
        
        Change-Id: If12708161f2345e66ab3f49fd744bcad00d4ecc6
        Reviewed-on: https://gerrit.libreoffice.org/12096
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [06a55072518d6fae6e286e5649e2a8925dd2b5b3]

        Updated core Project: help  42c2490f90d1a0dbc2b00bfc446caded8ca682b1
        
        rename terms Movie/Sound to Audio/Video
        
        Change-Id: I3afc007cd4a9b5dca83145f9b03b1393b546358d
        Reviewed-on: https://gerrit.libreoffice.org/12127
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Matthew J. Francis  <mjay.francis@gmail.com>  [86255b6fa31fb65e31a8a3f702a58a27e76c36d2]

        Document that gtk3 support is experimental
        
        Change-Id: I87df8cb6a4e4e374c5c9782e695fcdf020d5707f
        Reviewed-on: https://gerrit.libreoffice.org/12121
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0cba83792d6b2d42a73abcf9a43a8608e175fa6b]

        Updated core Project: help  e5af8139b8a16b80a1b2398ffbeb629600484823
        
        rename Format Paintbrush to Clone Formatting
        
        Change-Id: I8d6d7094d32eb84d619a4164328401fd8584dd99
        Reviewed-on: https://gerrit.libreoffice.org/12126
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f2b355ef62c0a06a356a43bb84e584968666c77b]

        Updated core Project: help  36a1eb4dcee3c27e1ed72f2af63c8ea882a38863
        
        related fdo#70998 rename Picture to Image
        
        Change-Id: Ie196de29cc8b2fa2d569019d18ddbd117cb33b5a
        Reviewed-on: https://gerrit.libreoffice.org/12128
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c572b59c33ac0e529c64c4c93d7a125cf618138d]

        Updated core Project: help  3019c4ebd3984158f2b0b0b7f9f184c48044add8
        
        update label "Minimum space between numbering and text"
        
        Change-Id: I7e51c47848a3454dace8f6f86a5d434a8ff37b6d
        Reviewed-on: https://gerrit.libreoffice.org/12141
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [456d1ba79d7f40e4485b012b8a5c31ec8eed74e2]

        Updated core Project: help  499339d7bca9cfa3d71bdda72224c8b590192475
        
        rename Fields - Other to Fields - More Fields
        
        Change-Id: I7460acb296b32c99c37a77bbce05d44aa3f36bd7
        Reviewed-on: https://gerrit.libreoffice.org/12140
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [9c9a7332f6bfaa71115d2c62dfa237f2416af078]

        Updated core Project: help  056e5b774b1c6b9372683684dd0af9900eb16a17
        
        update description of the Special Characters dialog
        
        Change-Id: I76c2839804ebbf4d1be825a31d09c2566f0e714c
        Reviewed-on: https://gerrit.libreoffice.org/12138
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-10-30  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [54b7489f2cb5e84613c2e382a0efebff15009339]

        Better label for OK button in Special Characters dialog
        
        Also, added missing colons and changed Help button’s position,
        according to the HIG. Didn’t disable resizing here because it’s
        actually useful.
        
        Change-Id: I33306eb558f51d3c9889337f4c39465d6c201ff2
        Reviewed-on: https://gerrit.libreoffice.org/12143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [82dd3e5d53a7521a1190a4068391e7e3eb1e9a79]

        fixed typo
        
        Change-Id: I2be2caae32a4b33facbf9e933f4537e12e576023

2014-10-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [78a6fc8eda40c08eb3856c815fc402fa5ebbd995]

        use isEmpty() instead of getLength() where appropriate
        
        Change-Id: I2ac660a6035791e68af9bde9470bbf8c1d008dee

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [ae98892269205632f52d220749e154ca3a87f18c]

        Log the state as an integer, not as a byte with value 0, 1 or 2
        
        It is rather hard to see in a terminal window whether a char with value 0, 1
        or 2 has been printed;)
        
        The elegant thing to do would of course be to make the enum in question into
        an enum class, and define an operator<< for it, to output it symbolically. But
        I can not be distracted into that now.
        
        Change-Id: Ibfa4f4d5925d1db3cbbf35f84df70640f47a8d56

2014-10-30  Tor Lillqvist  <tml@collabora.com>  [288550ee6db7e3b3f81a027145d006f422d67876]

        Use more specific log area for the "binary file" messages
        
        So that they can easily be avoided as they are rather uninteresting, in my
        humble opinion. Did not want to drop these SAL_INFOs altogether as this after
        all is not "my" code.
        
        Change-Id: Icb92f4ca2715c3dfef522319fdb1f81b782ec6cc

2014-10-30  Palenik Mihály  <palenik.mihaly@gmail.com>  [f92ab4da51647a4353038b1c56b70db3672c49cf]

        Improve SvSimpleTable class
        
        It is possible to order columns. This is set in Expert Configuration
        dialog. The header's itembits weren't set correctly therefore mouse
        click handler didn't do anything. The comparsion was slow on big
        table.
        
        Conflicts:
        	include/svtools/treelist.hxx
        	svtools/source/contnr/simptabl.cxx
        
        Change-Id: I7e1301d40433ef45b3d0a3fb300909345ede9d4d
        Reviewed-on: https://gerrit.libreoffice.org/12070
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-10-30  Noel Grandin  <noel@peralex.com>  [226285b7ccc0c6880ae1005c9f0d9f47aa41fc29]

        java: calling ready() on a BufferedReader is a dodgy way..
        
        ..to detect end-of-file
        
        Change-Id: I3b1d5eca3a7424d72b5e3ab741f7407ad7e65193

2014-10-30  Yousuf Philips  <philipz85@hotmail.com>  [6d5fc817b5e84cf0669725cf0ef3a94f93158f50]

        fdo#85046 - Calc name changes didnt show up with entries having ContextLabel
        
        Change-Id: Ia60bb283df61ebdf39553ff9fb5fac0e2b9d9989
        Reviewed-on: https://gerrit.libreoffice.org/12145
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb46aaf2d7240dfe3ac080fe086a9f70c4c91ab5]

        sw: use new bookmark API in lcl_FillBookmarkArray() for text nodes
        
        For a document of 1000 pages and having 13000 bookmarks, this helps a
        lot on ODF export: 2m51.565s -> 2m23.412s on my machine.
        
        Change-Id: I8c8a7cd2b83a94ab7f2de17e0b4cb449fc4c0e1a

2014-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f9872185efb1c5cf2362288f440971137df3c58]

        sw: add API that provides fast access to marks of a text node
        
        sw::mark::MarkManager already provides two methods to provide not so slow mark
        access:
        
        - some marks (bookmarks, annotation marks) have their own container, so it's
          possible to iterate over only those types, not all of them
        - the containers are sorted by the start position of the marks, so it's easy to
          ignore marks that are after the current text node
        
        However, it's not possible to ignore marks ending before the current text node.
        This is a problem, as e.g. during ODF export, we have to iterate over every
        bookmark for each paragraph, so the operation is not linear.
        
        On the other hand, the start and end position of bookmarks are stored using
        SwPosition, and the SwIndex of the SwPosition is already registered in the
        SwIndexReg of the SwTxtNode, so the text node sort of already knows what
        bookmarks start/end at the current paragraph, it just doesn't known which
        position belongs to what mark (if it belongs to a mark).
        
        Fix the problem by adding a pointer to SwIndex that can optionally point back
        to the mark that owns it. Also, in the sw::mark::MarkBase methods (which are
        the only ones allowed to touch those positions) always set that pointer. With
        this, it's possible to get the bookmarks of a node (list of bookmarks which
        start or end in the current node) in a much faster way for text nodes.
        
        Change-Id: I7ceeff4dce852b4d72f2a73ae6a2423c7a781e41

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [3707022b9b72f317c50a353c64ff21bdd0ffdb69]

        coverity#735298 Unchecked return value
        
        Change-Id: I66499283f4218662146c380f605bb20b8a2ff49a

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [cb0e009a9e6903fc7b814c38b60f3f895a878028]

        document array_vs_singleton dismissals
        
        Change-Id: I8d7eb4c01197e885abca717c7814c61a7641ac9d

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [2bc6b0d5f06a4608f9bb43bdc0775b9e59e7126b]

        coverity#706568 Uncaught exception
        
        Change-Id: I05a7700b782d63654406139532a775173295ea9f

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [6bff65dfa66cfeb115c7db6cf2e4d6e5df323703]

        coverity#706569 Uncaught exception
        
        Change-Id: I7c1245eacd92b5869e6dab0389ee0ca3cebd98da

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [dd59e89b8fc4d9f59df3ff64b992178f2a2674da]

        OSL_ENSURE->assert when follow by deref of tested pointer
        
        Change-Id: Ib703cb24619228c081c156c4ed52bf7b878fbedd

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [6175ccdad147cd6ef7143c03e30c0f2835d9a15d]

        coverity#706582 Uncaught exception
        
        Change-Id: I82fad3f152fe5a563675686accedb583d07d2b13

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [125727c94f4970b697ef4d94b8a6e0a67135e73e]

        coverity#706583 Uncaught exception
        
        Change-Id: I508eb91d7c32e8604525511c33c39471afd3ffbf

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [fe0e3580e84847c46d653cee01e8e52334475192]

        coverity#706584 Uncaught exception
        
        Change-Id: I9521ed7d75cae1a1e90fd73dd7b8bd822ab4521f

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [32be2ae62aaf7b8eb5621f68be507088410781de]

        coverity#705665 osl_Module->osl::Module
        
        and
        
        coverity#705666 Resource leak
        
        still actually fails to dlclose module, but explicitly does that
        
        Change-Id: Idbf5608b052e3a7c5a465a73d8ad067a0a9494c5

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [f69067fd66d898cca072ce91c2a04adc794378f0]

        coverity#1244939 Division or modulo by float zero
        
        and
        
        coverity#1244938 Division or modulo by float zero
        
        Change-Id: I128b1ac10f514285152cf189af24885460c9c5ca

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [f089b4fbc800452111e1b5be534e3fc00975cc54]

        coverity#735614 Division or modulo by float zero
        
        or
        
        coverity#735615 Division or modulo by float zero
        
        Change-Id: I6509e987eaf58349e81b9ebadcd7e2d0ff0bcbcb

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [cdbfbd0f7c3ed3bd3235f97197d279c41913245b]

        coverity#735608 Division or modulo by float zero
        
        and
        
        coverity#735607 Division or modulo by float zero
        
        Change-Id: Iceeab702e183d291d7b1b6ded9113d1a15163c94

2014-10-30  Caolán McNamara  <caolanm@redhat.com>  [e4573efdff3bd5060ced95ee2380c9d4252011eb]

        restore using rtl for OSL_DEBUG_LEVEL > 1
        
        Change-Id: I6497303e1b2d8d5ffd962489657582387ab974b1

2014-10-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [6412ebe5dd05eade0d09fe736d6d485d8d285ed7]

        accessibility: shift by zero
        
        Change-Id: I4e25b0a6929cc88aa2ec1d213b8f1115de6be607
        Reviewed-on: https://gerrit.libreoffice.org/12146
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [5d8ecad569fd7a254902da154ed8057ec61f3a83]

        java: Method uses the same code for two switch clauses
        
        Change-Id: Ied82b0a39ff9dc9c7cc9539dec2b963059f3d4a5
        Reviewed-on: https://gerrit.libreoffice.org/12139
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [9eabc1fc3b2efa3303860d33dddd013f39582861]

        java: Questionable use of non-short-circuit logic
        
        Change-Id: Ied831cb5d6645e2696ff2d3d57843fc7a1f82f7e
        Reviewed-on: https://gerrit.libreoffice.org/12137
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1e7382cb45759908cd3d639c839dcd5633dbadd1]

        runner: Dereference of the result of readLine() without nullcheck
        
        Change-Id: I3d02436446a79137ce42b1a190c9e3985fbb9246
        Reviewed-on: https://gerrit.libreoffice.org/12135
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-30  Stephan Bergmann  <sbergman@redhat.com>  [4d7c414a8dd60f49073d3b34e1c37ad5e427a377]

        Add include
        
        Change-Id: I0598e9d0c9c33c538aa02eabc2c09d96ec3c9b4d

2014-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [51d694ee802a13f773421ac78cfabdf7acab023b]

        Unused DocxAttributeOutput::switchHeaderFooter()
        
        Change-Id: If50922e238bebd9a02e9950ca27d99c2df9ab7d8

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [56019dcb79475606952a954fe732a3109441ffec]

        cleanup: We re-init this member all the time anyway.
        
        Also kill some unused measuring.
        
        Change-Id: I69521d36e4da4b50cd58f346f0adb0e5563c8bec

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [6b50523f86fd875bd74ae49ad6b7909ccdafed92]

        Whitespace (and other) cleanup.
        
        Change-Id: I6af10899a3e22c45b973439fd8c8ec6c8faac904

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [27415fd0dc397360ceb21aa678b808611d73fc94]

        Kill some static OUStrings.
        
        Change-Id: Ic06a3b4673446bbadd21f2380c04ec628a6f86a9

2014-10-30  Jan Holesovsky  <kendy@collabora.com>  [40043080bc5b51db9614aa06486a520c89b6743b]

        vcl button: Avoid a potential crash.
        
        Change-Id: I09d0777ef51045054b8e3bc88aba9fb025e6f9ff

2014-10-29  Andras Timar  <andras.timar@collabora.com>  [6e1c66182361eaea7857d61d14818fad77061d54]

        Updated core Project: translations  6464f1a0e1abc7b0db94aa161885aa08f3a06fe5

2014-10-29  Julien Nabet  <serval2412@yahoo.fr>  [354a5f1ab65a2d36cceb948331edd4578ac349c6]

        Resolves fdo#85524: OSX Crash Impress with videoclip
        
        Change-Id: If222be9574af1078ffba15c07f048503dd8d7e8e

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [62c125bbb4d27631af6cbcb498e765c0b215b734]

        Resolves: rhbz#1146169 a11y frames label dies before frame
        
        Change-Id: Ie5650c3a5593dcf68196802169c47270a0c3b0e6

2014-10-29  Stephan Bergmann  <sbergman@redhat.com>  [591d4559c5068d6f1f61fc63571a9fa6286b5661]

        const
        
        Change-Id: Ia76df719b2f76a993e65e0bf6d55723b1a2f5b93

2014-10-29  Stephan Bergmann  <sbergman@redhat.com>  [628543c16d541a79b4933c9ffe7ce90d2b8ab746]

        const
        
        Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7

2014-10-29  Matúš Kukan  <matus.kukan@collabora.com>  [e4e7f9d88e05fa610a72245c40f4e47f85db61ff]

        Improve framework for callgrind performance unit tests
        
        Do not abort in tests which take longer then before.
        Since 4f5f6d2444a24138c3d3d378771f87cb06427195 we have nice tool to
        collect callgrind results, store them..
        
        Also, make it not necessary to duplicate anything. Any test can be turned
        into a performance test by using callgrindStart/callgrindDump. You only
        need to duplicate the makefile name in gb_Module_add_perfcheck_targets.
        
        So, if the test is run as part of 'perfcheck', it runs under callgrind,
        otherwise it behaves like a regular unit test.
        
        Change-Id: I7acbb855b1823c9a32ba126abb57dccc767ca239

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [d8bc093dd07ceba42c9d722e7ccca4caedbd91e4]

        need to initialize mnRefCnt
        
        all sorts of things crash, e.g. format->properties
        
        Change-Id: Ida4fb97dcdddd7adde4b98fa67b107a514eef615

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [f0ffe0c063c8fe32758d77c83f773821ac185ba0]

        Resolves: fdo#85111 put a border around the custom properties box
        
        Change-Id: Ibdbfb4a88c1c75aaf5d33672d8639a9ea55afbac

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [6484bf5f3f33a62670a29bf9a1f08bf62b64f145]

        untaint registry data
        
        by using a byte-swapping pattern that coverity doesn't detect as such
        
        tested as a scratch coverity attempt with a smaller project which
        has a far higher allocation of coverity attempts per week :-)
        
        unsigned int readTaintedUINT32(const char* buffer)
        {
            unsigned int v = (
                    (buffer[0] << 24) |
                    (buffer[1] << 16) |
                    (buffer[2] << 8)  |
                    (buffer[3] << 0)
                );
        
            return v;
        }
        
        unsigned int readUntaintedUINT32(const char* p)
        {
            unsigned int v = *p++; v <<= 8;
            v |= *p++; v <<= 8;
            v |= *p++; v <<= 8;
            return v | *p;
        }
        
        void foo(char *buffer)
        {
            char *pOne = new char[readTaintedUINT32(buffer)];
        	// ^ coverity only reports this
            delete [] pOne;
        
            char *pTwo = new char[readUntaintedUINT32(buffer)];
        	// ^ and not this
            delete [] pTwo;
        }
        
        should silence
        
        coverity#1213371 Untrusted value as argument
        coverity#1213372 Untrusted value as argument
        coverity#1213373 Use of untrusted scalar value
        coverity#1213374 Use of untrusted scalar value
        coverity#1213376 Untrusted loop bound
        coverity#1213388 Use of untrusted scalar value
        coverity#1213389 Use of untrusted scalar value
        coverity#1213390 Use of untrusted scalar value
        coverity#1213423 Untrusted value as argument
        coverity#1213424 Untrusted value as argument
        coverity#1213425 Untrusted value as argument
        coverity#1213432 Untrusted value as argument
        coverity#1215304 Untrusted loop bound
        
        Change-Id: Ib8c7fc9a8e8b36ca227c76577d991c10df7dcd5a

2014-10-29  Tor Lillqvist  <tml@collabora.com>  [8007a9d1fc1912ec128199314f69562131eb10fb]

        sc::opencl::getOpenCLPlatformCount is unneeded
        
        The same information can be seem from the size of the vector reference
        returned by sc::opencl::fillOpenCLInfo().
        
        Change-Id: I797aacdf85a852bc4fa65e0536fd5940aed396a1

2014-10-29  Tor Lillqvist  <tml@collabora.com>  [3bdee6495ebc7f515d6d297e7f7df9a46acc3880]

        Avoid pointless thin wrapper layer
        
        Also works around some warnings from our Clang plug-ins.
        
        Change-Id: Ic9d2bbafefac345b6319300514735143f92dd196

2014-10-29  Tor Lillqvist  <tml@collabora.com>  [66884ac67e248c24b3872bb6ff316ae35c7c1aba]

        Need -ldl on Linux now
        
        Change-Id: I3a207f86611a5078cd2de1437cd48e612232aaf2

2014-10-29  Tor Lillqvist  <tml@collabora.com>  [28561633d82df4f7909b6d8211d4bff2912f1bd6]

        Don't bother with a separate dynamically loaded scopencl library
        
        Just link that code into the sc library. We use clew anyway to handle
        optoinal presence of OpenCL at run-time.
        
        This is a straightforward change for now. Could be cleaner; we could
        get rid of the fairly pointless wrappers in
        sc/source/core/opencl/formulagroupcl.cxx for instance.
        
        Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [20860044c4a8c990a0b734c5a8eb63de4ab03260]

        desktop: do not builid crashrep.com if it's not packaged
        
        Change-Id: Ib2c8da0d901a81a41be16ec0c08985f991f1b7ab

2014-10-29  Stephan Bergmann  <sbergman@redhat.com>  [6906f659a2ef5f57fd71ddd79055b5563aa7ac22]

        Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)
        
        Change-Id: I25a96479eafa97eccace2879bf8e1af5e85f60c8

2014-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [59eac78fdc1e6579f104601734bdccc0e056d266]

        sw doc model xml dump: show bookmarks
        
        Change-Id: Ib41c48b328835da533cba4b67dc34ce3ddfc1f9a

2014-10-29  Naruhiko Ogasawara  <naruoga@gmail.com>  [922f2005f34589e60969be3f2bf74e4af58e2e69]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        - Clean up OSL_ASSERT
        
        Change-Id: I1f3a5dcfe08876da9bb4a8486311eb0ca9bab215
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-29  Noel Grandin  <noel@peralex.com>  [0371a6336582aea9574d1f8e6ae152ef3f95ac62]

        remove unnecessary 'using namespace rtl' declarations
        
        It turns out that almost none of them were necessary.
        
        Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83
        Reviewed-on: https://gerrit.libreoffice.org/12133
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-29  Stephan Bergmann  <sbergman@redhat.com>  [b9f080e012d0e4f5343da940079c20d3f9c63513]

        Fix -fsanitize=signed-integer-overflow
        
        ...when std::clock_t is sufficiently small.  Though the formula used in
        SwLayAction::CheckWaitCrsr does look odd...
        
        Change-Id: Iee32350850be4a1896c5cb41eff748f0cb5382a2

2014-10-29  Laurent Godard  <lgodard.libre@laposte.net>  [4f5f6d2444a24138c3d3d378771f87cb06427195]

        perfcheck : parse callgrind.out results to build csv file
        
        appends results on existing target file
        
        Change-Id: Icd897b090e1d1ed896b88a2f5923e8f35e95e5d2

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [25bfdffdacadad812f3cebdbc537687c9c59541b]

        scp2: remove EXENAME
        
        Change-Id: I045a65d4efbaf8fcb55318ffce4f8929e2fbbe15

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [a77ef6c0e4e6096b073552d98b405bda62a8950c]

        scp2: move writer executables to AutoInstall
        
        Change-Id: Ibcfdd7a8c204a1ec90045ad39ef456237ba80a34

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [30047f28bf0ae8b53dc175ae09350b342159d644]

        scp2: move math executables to AutoInstall
        
        Change-Id: I8cb04121c52eb62e837c6a80037f9eabfc573dde

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [3ba20ef5ff0bce21da706815e8dca911b24b688b]

        scp2: move impress executables to AutoInstall
        
        Change-Id: I312a9921e8760ee93282ef0706469fdea3fabea9

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [557f58d1cfac2d602c3cc74927eea9e771fe5d67]

        scp2: move draw executables to AutoInstall
        
        Change-Id: I6f7642a39fb72cfed85638cdd9015bf0aced8a20

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [5ceb8b7be6102d2f2b8228afc8c17d9e0d380be2]

        scp2: move calc executables to AutoInstall
        
        Change-Id: Id69718fbdf429a4e9196e8b9c5c8a71171ad0847

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [ee80cbb7122714d05b1b939e8276138517f9ece5]

        scp2: move base executables to AutoInstall
        
        Change-Id: I772bbfc05d4f8fd38df7a75d3b0982c843be2524

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [f3616065a72656a11a75d7f5dae363050b03daed]

        installer: let's make missing FileID a fatal error
        
        ... because the upcoming AutoInstall conversions introduce dependency
        from FolderItem to auto-installed executables, and we want to ensure
        that that keeps working.
        
        Change-Id: I08d4aeddd28b93f080e201716597315e9a6ec2d6

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [368729decbf368161b0fed3be262c2bad840b6f6]

        scp2: move python executables to AutoInstall
        
        Change-Id: I94919f11150f39148219afc613ced99f74c539c0

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [f4fac5eed2b17782f0255127e837cb2f07253d92]

        scp2: move xpdfimport executables to AutoInstall
        
        Change-Id: I9b75436a03c06252530bbd54a7011fb553ceb9be

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [7c898c933cb5c4baa7315bb5547a1b53cb12ea61]

        scp2: move brand executables to AutoInstall
        
        ... except for soffice.exe which is referenced by some FolderItem.
        
        Change-Id: Ie5788aa950f0b8526220fb2c8b9281ce934b8a5d

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [0183dc88e25b30725c118fd5b515e739d717b6be]

        scp2: move crashrep executables to AutoInstall
        
        Change-Id: Ib9fba534491ce67d329a375a359eef4520c0a3a1

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [f801b7f07d73d973c2a34662626a4a0e033fa6e6]

        sw: translate "Rekursiv"
        
        Change-Id: Ib40dcbda3b2b9c8c196303f3f0c49e0ab05e0404

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [31ca7f6d71432081764782ce576cec1fd79e703f]

        tools: remove DBG_ERRORFILE and replace all callers
        
        Change-Id: Ic76ccc49b9291fe82c56974eb6237cd3b85d91c8

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [8efc8f6801a0eba4e496595b9ac5a179e953472c]

        sw: convert some silly assertions and remove stupid debug-only returns
        
        Change-Id: I872cf1b9fada3292724934d608497ecb5f864745

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [ba3f13151e0ed184966376d7c647ca9e8b592f81]

        sw: prefix members of SwTxtInfo
        
        Change-Id: Ifd3a4e5f4b84b6f8a74e59a7bcdf8ddc35dfe408

2014-10-29  Michael Stahl  <mstahl@redhat.com>  [4023e69403d707d00d39bd3ec5ef4b5292e62ad8]

        sw: translate Netto to Net
        
        Change-Id: Ia9a11eb8266b602c334b774d4794ff71d29754bc

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [c090ecc4aa43004ef6da8dce3ba1e00cc778be4d]

        coverity#735663 Division or modulo by zero
        
        Change-Id: I69410ebe3dcded9951bfa9e83844644147f4416a

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [6fa813da677e303ca61074a2cda2c0e103fe5469]

        coverity#1078538 Division or modulo by zero
        
        Change-Id: I4f8f66689b46f594664c44da4e892983f38ad32e

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [c4e53fadbd9d4d5444547a18269eea5c54fd7a89]

        coverity#1078537 Division or modulo by zero
        
        Change-Id: I63e8168efe169e506b3be65ca150a779404f0885

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [54ba9587c0f1d3b5206742339af4907047fb4748]

        coverity#1202781 Division or modulo by zero
        
        Change-Id: I2908c57badd079c8f19c679f40ed815ce2cba374

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [b7e999e2e9df272e8542c6a32486b2cc1a058f15]

        coverity#1202880 annotate Dereference before null check as false positive
        
        and
        
        coverity#1202881 Dereference before null check as false positive
        
        Change-Id: Id2c1ff2a5913755e9160807eace3219be3b35fd1

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [3d4c086b5098523a6f87abf6222798849d257204]

        coverity#705921 Dereference before null check
        
        Change-Id: Ied523c0ea680fa7d1fe147e7f2e7a78758bc1f14

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [a15298812622bd29f10c4ff04994ca162089c4ae]

        coverity#1028106 Dereference before null check
        
        Change-Id: I77a910542cf1b7889f69a1d3b7989779d9ecc7e8

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [836023dedc36cbfe946c42d629ece34174c6bd2b]

        coverity#1242433 SdrMakeOutliner alway derefs pMod
        
        so change from a pointer to a reference
        
        Change-Id: I81eb2c9e4df8353fbbdad7058c6ca7ea22286e62

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [9b8f91d348a51b0f0cd1bedb5168c2ca0888505a]

        coverity#1247624 oslModule -> osl::Module
        
        should silence warning, still actually
        avoid dlclose on the non-error path
        
        Change-Id: Ibc522bf1067feb04def7d7284eee59878ddc6f47

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [97bb460a68b3d9a3ac17afa37ce2623e952fd1a4]

        callcatcher: more ww1 removal fallout
        
        quite pleasing
        
        Change-Id: I3eaf711e8d5a42358922c16bfc82d0e32d0bc44b

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [6aea1876a88a9c9bbae6f16c43899747a1c75fa8]

        improve coverity#1242796 calculation
        
        Change-Id: I0a462d043aaa67863d5f1906451e66d01b634a8f

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [52d98d8e716cf59eb4a8cbdec11d42d47608e6bb]

        coverity#735609 Division or modulo by zero
        
        Change-Id: Iaa765c4ed0aa7bb11e74c1c2be48b336158249cc

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [27277d76bbfedc97942a0de3200d363fca851614]

        coverity#1078542 Division or modulo by zero
        
        Change-Id: I3325328c01b23d43c774db4af080df535f47787b

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [1ed46f6cb71ddf274490f2f851ca5566fbfb7ae2]

        coverity#1078539 Division or modulo by zero
        
        Change-Id: Ifbe3cbd8fa93ee828ed95c19893c52b8134d3fd1

2014-10-29  Caolán McNamara  <caolanm@redhat.com>  [683ecd2816400ec5d28675417f394561f4de5a50]

        coverity#735611 Division or modulo by float zero
        
        and
        
        coverity#735612 Division or modulo by float zero
        
        Change-Id: I805d59a88a6a9fea11a4cb9890a50f0b649a7ad3

2014-10-29  Stephan Bergmann  <sbergman@redhat.com>  [87f5486dcb36177a0b5d374d3d684885efcd9c28]

        Don't use output rArea when TableLayouter::getCellArea returns false
        
        ...when xCell->isMerged, as happens during CppunitTest_sd_filters_test.
        aCellArea will be "empty" (i.e., getMinX()==SAL_MAX_INT32 etc.) and the
        aCellRect.Move calculation will overflow for 32-bit long.
        
        Change-Id: I12649234c060edd9f2cab1792cf75335ae22b730

2014-10-29  Noel Grandin  <noel@peralex.com>  [ff037a8c09e05261563edd9c1a19835e3b18be67]

        fix spelling
        
        Change-Id: I08a5fb662a4a5d756b72340cb9328fc1dc1fe9fe

2014-10-29  Noel Grandin  <noel@peralex.com>  [bacee60a5920585feeff58840357aa7ac33e50a7]

        ref-counting vcl::Window subclasses
        
        Points of discussion
        --------------------
        
        (*) where in the Window destructor should dispose() be called?
           It's a seriously large method.
        
        (*) we're going to need similar typedefs and declarations for every
        single sub-class of vcl::Window, I assume that I will need to create a
        macro to make it less verbose.
        
        TODO
        ----
        
        Update clang plugin to verify that:
        (a) dispose() methods always call their superclass dispose()
        (b) dispose() methods don't forget to clear any references owned
            by that class.
        
        Change-Id: I873d5d5166f811e2f65e49327cc98862559fcf30

2014-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7344923ffdf751646396b38af6a23be93b53a06a]

        sw: convert last usage of switchHeaderFooter() to DocxTableExportContext
        
        Change-Id: I47c5c60b0ffef3923c1d2830de992e1a67eb76ff

2014-10-29  Noel Grandin  <noel@peralex.com>  [4586a3f564600f1a0ce15a5cb98868b43bb9351e]

        cid#1242749 Unused value
        
        Change-Id: I3227a05a4cafdcca23c32a62fdb72245cdf493d6

2014-10-29  Yousuf Philips  <philipz85@hotmail.com>  [cc81115c9394fab06741361f3a79b9ca0b885454]

        OXYGEN: Refreshing icons from main source and added a few new ones
        
        Change-Id: I7c5ca8cb9533a1df07a86909a6993bc36eda5253
        Reviewed-on: https://gerrit.libreoffice.org/12129
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [3efc3cc5b0b4b6151e928c2348c7dc6f74181db5]

        colorwindow: try to fix initial layout
        
        Change-Id: Ic69bbcd877d248afd0f23a867d4c57d801479b74

2014-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [7ff283c6b3dad49129cd0df9176275805d25d7b9]

        colorwindow: Use exactly one row of recent colors
        
        Right now one row of SvxColorValueSet is 12 colors.
        
        Change-Id: I9be6e8487d5325866e17f578b7abb08f7c338fb1

2014-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [2c3c7529b5a0f66e01215ab4c3b309c8e5028000]

        colorwindow: Update recent colors list immediately
        
        Change-Id: Ieb6277f0962f88dfa55b6af80535ec8af497433e

2014-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [2b54af3b6479d131ea7b6040eac1bb2ef0e416c1]

        colorwindow: Unify SelectHdl and SelectRecentHdl
        
        Change-Id: I680517bc7d91ef15593d235a7ff72588c7513b15

2014-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [a48145a854f13baaa9cde17790ada26df365fed5]

        Rename loadColorVector to addEntriesForColorVector
        
        So it will be similar to addEntriesForXColorList
        
        Change-Id: Ie352e0cf05fa6875ed76e69478131a57293b39a1

2014-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9b1dda187be0057a9d87c1ef95da2ee4db905449]

        Windows build fix.
        
        Change-Id: Ia118c81e39f5f48d4678cc375bad45f31ba8322e

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [bdd22c4e53523e0dc204ecd9cd3e8e3614c96b0d]

        WaE: C4101: 'unused' : unreferenced local variable
        
        Change-Id: I511c2df37c7feda8a3ffa311074bcf2fe669a73a

2014-10-28  David Tardon  <dtardon@redhat.com>  [ddc7f5dda51b100e69a8e7d86c0f8144ed3d8ea5]

        fix build on android-arm tinderbox
        
        Change-Id: If528f3cbaab66ceec07e35b479b4fe2ed55aa3c7

2014-10-28  Juan Picca  <jumapico@gmail.com>  [2ce0aededea43231d91a0955fc0676120dcc4f13]

        fdo#81356: use boost::rational internally in Fraction
        
        Change-Id: I6f40eafee7652209395bd471e3508fe3a3d19d73
        Reviewed-on: https://gerrit.libreoffice.org/12085
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c5f640308b618ec330e83527019a4baa982f902]

        Move these headers from include to svx; they are not used outside svx.
        
        Change-Id: I8685b451a39e890250a3309ddb70346bac4084b2

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [2b4ffd8e333dee31ee7df58f693d8eff9ec5a93e]

        Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)
        
        Change-Id: Ia6f1b60108784660c4a2dfd311592207e6bf5d88

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [acd62e055ee71f330b1d48c3c3c83aaa5ceca29a]

        external/icu: workaround -fsanitize=signed-integer-overflow warnings
        
        Change-Id: I7d8e3be80f04ec0a9d1dbd394ac0e2ab2f1a4551

2014-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [431d2e3aaf5ccef45fcbdb6f4b4f11f9441f3c10]

        cui: clean up gradient parts of the background tab page
        
        I forgot to clean this up when cherry-picking
        6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch
        alg_writerframes to trunk, 2014-03-19).
        
        Change-Id: I531dea63d3b62d16f11d414758012432bb4b2503

2014-10-28  ᚉᚐᚑᚂᚐᚅ McNamara  <caolanm@redhat.com>  [911faa4db7c1ea6064fdd49e3e481df6a7a0706f]

        coverity#1242844 Untrusted loop bound
        
        Change-Id: I64a805503d0c044b5c5a80df1513e35df5c39171

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [d49755ba3ae60b0d50e1f6edcf2107f1f695017b]

        lastAnchorPos got renamed to mpLastAnchorPos
        
        Change-Id: Icfb055123e049cdc16a5825e4be4f18a42d6cb7f

2014-10-28  ᚉᚐᚑᚂᚐᚅ McNamara  <caolanm@redhat.com>  [5356d06f5c3cae96c15c4da49ab31c760509d6d7]

        coverity#1242796 Untrusted loop bound
        
        and throw ogham at the bugzilla bot for kicks
        
        Change-Id: I50cdf676e59e4e966f999218837dabfdd2008b6e

2014-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6cee94ba6b224399e5a4a2511df39d3118454c83]

        fdo#84692 SwXAutoStyleFamily::insertStyle: don't throw on unknown property
        
        Regression from commit 7d9bb549d498d6beed2c4050c402d09643febdfa
        (Related: #i124638# Second step of DrawingLayer FillAttributes...,
        2014-06-02), the problem was that the new branch (used for paragraphs)
        in the method does not tolerate unknown properties (it throws), while
        the behavior was just a warning.
        
        Adapt the new branch to the old behavior, so that the document can be
        opened again.
        
        Change-Id: I5d849987602fb8aa0cbbda92ce07c050067473b3

2014-10-28  Andras Timar  <andras.timar@collabora.com>  [5f447bb0156322c542649809e1f8ec1db2f22e7d]

        fdo#37960 fix shift+click to select multiple drawings
        
        I simply didn't get the logic behind calling GotoNextFly(). It caused
        not only this bug. For example Ctrl+click on a background text frame
        did not select the text frame, but an image on the previous page.
        
        Change-Id: I85ccbbda2f324de55417d6199b4abe79e59bf295

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [e9566f27c8b8bab822888c285abec06b58432358]

        fix a big pile of the crash tester .doc import failures
        
        wrt the blasted SwIndexReg dtor assert
        
        Change-Id: I4b3eeab76d5d76f7b769b458baeadbc0a9bd4238

2014-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b01059f6e2143c5b5b481f3d321309648fc7dd4]

        SwXTextPortionEnumeration ctor: avoid dynamic_cast in the common case
        
        For a document of 1000 pages and with 1000 bookmarks, this brings a
        considerable speedup on ODF export:
        
        before:
        real    3m28.187s
        after:
        real    2m51.565s
        
        Change-Id: Ic3f85c727a8ea4b5012d5c3f0a5887ff47762fb8

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [7acb634f58e86375f4a3cd4926a560679a45896f]

        Resolves: fdo#85081 terminate if can't load kde addressbook
        
        Change-Id: I3b1b78127d7d4080a23c0ac9f7d37706197de62c

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [aa0499cefda1f808e6361e400d02a04cd4a0ef65]

        coverity#982593 experiment with silencing Infinite loop
        
        etc.
        
        Change-Id: I1548d60280ab4f74fe023d026435a05f7865b516

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [9e67149741bf753fd802737701117a095bea846f]

        coverity#735332 Unchecked return value
        
        the !isAfterLast should be sufficient
        
        Change-Id: Iab45b70c24ae1f90c38178d261e467d9b1e3fa6c

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [5651dd471ef66f8c510b6abe00304b48264b6148]

        coverity#1157745 Unchecked return value
        
        Change-Id: I06e8e946063dc54335f3b672105d5cd0b3ff71a4

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [664d05f8a5c4c7bd98caa7d9757e7340b6c64705]

        coverity#1078486 Unchecked return value
        
        Change-Id: I762796b848aa8d8dd35b401e03bf40af18fb8e72

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [85d0d3d0c2627c3f208ddc215d43ae0f93db5eba]

        coverity#1078448 Unchecked return value
        
        Change-Id: Icbdd0b6b19a91a3339c8635c112729b46232069e

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [2eab2dac4ec1855356c79a42a0e9de737f51905f]

        coverity#735309 Unchecked return value
        
        Change-Id: I15cbfb15054962998a058da1381a84bb667944ef

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [f338acb77c2823d5c1eb0499aa2b150a7b453ed6]

        coverity#735305 Unchecked return value
        
        Change-Id: I0f03b67a5df3427e78f70f2b86aba26024ea575f

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [459e080067370f1ddda55cdf43e13d9e1cf551fe]

        coverity#704090 Unchecked return value
        
        going to assume that this is correct
        
        Change-Id: I47072dc668f200eacf0f6a6d7ccdad0c9d6bfa68

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [313e304b67b519c7208d11a511c3b14a3369d297]

        coverity#704089 Unchecked return value
        
        rework code a little to help coverity out
        
        Change-Id: I4aa253a579153ad389d4667a9676fff04aa00a34

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [7694719ce21718975099bbeff3335b279fb3ec49]

        coverity#704086 Unchecked return value
        
        following check is sufficient
        
        Change-Id: Ibcf53293c8e862ab823ed422d1a7a59dcc0977cf

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [5d78c65851d8da14b6370a40393b3fb8367d7e1a]

        coverity#704085 Unchecked return value
        
        other patterns aren't really the same as this one
        
        Change-Id: Ie26fd5c01d156004f755017a859679e904a29520

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [d1f00da63c3b63bf02b7cf2380b2809a3010ec12]

        coverity#704072 Unchecked return value
        
        Change-Id: I3bd198fc21bb414a0b80e8234e22782e24e0477e

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [98b83c6a292c184f69b55e114c30212591884d0a]

        coverity#704067 Unchecked return value
        
        and
        
        coverity#704068 Unchecked return value
        
        those are ok I think
        
        Change-Id: I7869c3f4200792d4bafafdff49735e8563d2e822

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [bdec3d22b6b9cb7fb3fcf36377ab4a393ccb18b3]

        coverity#704066 Unchecked return value
        
        that's ok I think
        
        Change-Id: Ie8dd3b938a058d771791471833fde4ef4ceef252

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [576aff2aa87ecce61b5ba579a175181790592f03]

        coverity#704052 Unchecked return value
        
        that's ok I think
        
        Change-Id: I8ad2f3eab55d5a5907c431532768c9080fccfcf5

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [ea7a0b359cc8eb0455f80b530e64281f677eeaa6]

        coverity#704001 silence Unchecked return value
        
        that's definitely ok, it returns if its an
        advanced query, and we don't care as we're going
        to force it to be anyway
        
        Change-Id: I5c5fec3f0978bc7f66db0b746dd69b60dc4c9026

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [8e3e99bbad348dbb9a54698c2297d170ff1890f3]

        coverity#703988 silence Unchecked return value
        
        its not really like the other checked patterns
        
        Change-Id: Ied788b5bad93581bf687d7b3d230971095959bb1

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [04343704ae9e5b2be4a47f7ba8ef35174db7076d]

        coverity#1000600 Division or modulo by zero
        
        Change-Id: I38fb8a7072eb7905f5dccc8697b3176d8b34c6c2

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [1f6aefcf2dc50a678561c9b3884d973481788821]

        coverity#1242531 Untrusted loop bound
        
        Change-Id: I94308a517028a62ecf7018f6d7a4e9d37c0f56a6

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [95e93e9a16e19fe25737ac7eda7328ba927834ea]

        coverity#1242653 Untrusted loop bound
        
        Change-Id: I911685ea84e0b2dbee1f18aaba425f5d18677687

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [4aa33cac14ab4954239a8b36959de05e046852d9]

        coverity#1242656 Untrusted loop bound
        
        Change-Id: I229701ad12d33f2fe73b2db5fce217abbb6ea155

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [4673bbef97f7352d6e83520c098d4d8b3c6bad54]

        coverity#1242656 Untrusted loop bound
        
        Change-Id: I1b06497065fa52b928f99c2955391af68f4ff1b7

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [1f03a8d48c350f6e7c3612b30e0695aa9623982b]

        external/icu: workaround -fsanitize=signed-integer-overflow warnings
        
        Change-Id: I44b5d74a3c1addaec77e724a3e7356e3648fc10c

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [3025a28bc2e89af05c9d287a07223be0447d3c2f]

        external/icu: More workaround UBSan flexible array member detection
        
        Change-Id: Ie83e3104bd639be42ac0c6e25fc2eafd88cf0c6f

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [1b1c11f51914448d1ebc0fe18abf2b325f8c4791]

        Bin dead and commented-out code
        
        Change-Id: I4c3d666155af4bd36e819c077f660a30dbe72cdb

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [e901c15c63ad118f9722505776cb8d74c2004526]

        Bin unused SingleVectorFormula and DoubleVectorFormula types
        
        Change-Id: Ia71a4aec6097a6dd07716438d7647dff4252e190

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [7aa411f0b4586dc27ae75adf673eef331acb7d36]

        This is C++
        
        Change-Id: I10e8be566fc0814e81938b878e14849cfef31986

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [ca0670c5bb1d35c3960fbd8e44fb712f68770938]

        Bin unused cl_kernel_function typedef
        
        Change-Id: I42c944bdeb93dd0fdbc582ef48d8722380915bf1

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [ed929e63aae8287f7b680b784b231140643269ac]

        Bin unused strcasecmp macro
        
        Change-Id: Ia6f24bb6e84680aa0f8ba4709a16dc41df05ccdd

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [af0694e6459519911900a81815e533084a2407f8]

        If we #define MAX_CLKERNEL_NUM 200, we know that it isn't <= 0
        
        Change-Id: Ieadc73ce2bd6f7d11b434312d3ff872a1489307a

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [c22b6d1d13c161b6c0acbec8cf80334d517c2886]

        Bin unused macros
        
        Change-Id: I3a9ae0187e7421aaccdbdd93b5a9c916bfbbc738

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [cce9bc2390090e695727fea48238f1a86083aa45]

        Bin unused macros
        
        Change-Id: I71aa24b21d7f39fd5ae65615a94a70ab3a8ed4e2

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [726ff5d2e87a918621aa3c072cdf8f23022ac614]

        Bin unused OPENCLWRAPPER_CL_MAP_WRITE_FLAG
        
        Change-Id: I004836b811ddac5a62215507e280e460ad50e8fa

2014-10-28  Tor Lillqvist  <tml@collabora.com>  [2435dfef425adf256c2655731dc37dea819628db]

        Bin unused macros
        
        Change-Id: I5271367d5c0acb5620d07043167d1df99687ed49

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [a00bae79f93b46c741ae9d5fbc90e27dd5442926]

        Fix --disable-sal-log builds
        
        Change-Id: Ie0250745c9bd39e6e81f5f9eb96e661de2e4e2ef

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [ba1d2677af955e95d7aa673c21d8be961b88389a]

        cid#738785 Uninitialized pointer field
        
        Change-Id: I2256682639084c8889d1137f087e34f7b0dab6e7

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [27dcfc03c1f9f08111102e54191ecd8aacd6b09f]

        Revert "cid#738785 Uninitialized pointer field"
        
        This reverts commit 8e156ef6d8a236a49303b12a66ac6cae1ccd567c,
        those members apparently need to be initialized to null.

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [cb67f0c5f9424fc085c4169211bda7e36cfbd904]

        coverity#1242656 Untrusted loop bound
        
        Change-Id: Iaf60d887860476e17d3db306a2089bfffd0564c9

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [8c8c2dd14a5f8f2771b8b750937156a98f4a74b6]

        assert on missing SolarMutex in SwXStyle dtor
        
         #18 0x00002ba554c3b9d2 in ImplDbgTestSolarMutex () at vcl/source/app/dbggui.cxx:793
                __PRETTY_FUNCTION__ = "void ImplDbgTestSolarMutex()"
         #19 0x00002ba553a8897e in DbgFunc (nAction=3, pParam=0x0) at tools/source/debug/debug.cxx:299
                pDebugData = 0x2ba553d51be0 <aDebugData>
         #20 0x00002ba5525bf509 in SfxBroadcaster::RemoveListener (this=0x3512a60, rListener=...) at svl/source/notify/SfxBroadcaster.cxx:127
                aIter =
                __PRETTY_FUNCTION__ = "void SfxBroadcaster::RemoveListener(SfxListener&)"
                positionOfRemovedElement = 63395440
         #21 0x00002ba5525cfea1 in SfxListener::EndListening (this=0x3d16de0, rBroadcaster=..., bAllDups=false) at svl/source/notify/lstner.cxx:91
                it =
         #22 0x00002ba5666f9bd1 in SwXStyle::~SwXStyle (this=0x3d16d80, __in_chrg=<optimized out>) at sw/source/core/unocore/unostyle.cxx:1306
        No locals.
         #23 0x00002ba5666f9cb0 in SwXStyle::~SwXStyle (this=0x3d16d80, __in_chrg=<optimized out>) at sw/source/core/unocore/unostyle.cxx:1308
        No locals.
         #24 0x00002ba550985142 in cppu::OWeakObject::release (this=0x3d16d80) at cppuhelper/source/weak.cxx:204
        No locals.
        
        Change-Id: Ieb33e5a8c739b575dd3b546deb3cc2cef53e8ec8

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [17354cb84a2622cb4504f854af55adf6c62813fb]

        improve Sttb dumping for truncated case
        
        Change-Id: I52c7c6d75a843673d1cacbf9adc77ac574fa95f7

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [316ac78e78b7ff75aa914d9b34c086cef9ef843c]

        coverity#982185 silence Unchecked return value from library
        
        and
        
        coverity#982184 Unchecked return value from library
        
        Change-Id: I4b4ba39abc4c008b68cfc1498ee56ac9c4934c98

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [fafcf07ec98db304a07e21ddc984bf94a68344c6]

        coverity#982167 Unchecked return value
        
        Change-Id: I14c306132a8f12c6f7ecebe5b012984d04bf0d91

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [e7d9a137ca1cdf4f403d94166e52de31f1119a2c]

        coverity#982159 silence Unchecked return value from library
        
        Change-Id: I92ff023ea2a8503d7c4799921c644aa011685ae2

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [3130f06bb5a07a6fc31911a59666e0ce3aedf162]

        coverity#735350 silence Unchecked return value from library
        
        Change-Id: I8b84466f8bb277c30df4340849b17506eddd4f21

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [119f0da5037ebea7f3f6dabfb354d1cf1c41bb82]

        coverity#704019 Unchecked return value
        
        Change-Id: I605861dd741b1899924c0079b931da418be5d647

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [4779f2a76920c3f842bcd34cc2580fefe6fd1402]

        coverity#704020 Unchecked return value
        
        Change-Id: I0f8b49bb43d88549ba90db63ce7041e6d5e0fe64

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [17a0efcea50be5c9adf33639cfd47d9a90b2f742]

        coverity#1242792 Unused value
        
        Change-Id: Iec4c69e7fea727cc507506b9570f1f6d0c20a70f

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [d54775f2c2146e1687140554bd903cc38be00054]

        coverity#1233509 Uncaught exception
        
        Change-Id: I09087bb872446d426e3556a64745d3faad254f9b

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [9a3b6aec3eca28f92d8cdb0e2a9bbcadfa7d6bc0]

        coverity#1233510 Uncaught exception
        
        Change-Id: I20584d87d9cea6dcc4bb27fbeca5261453166ba5

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [90da361cbc3287719d9019146537e3560c481ecb]

        coverity#706465 Uncaught exception
        
        Change-Id: Ic328c8a68fac462c402b70f85093cd8b14d2882d

2014-10-28  Caolán McNamara  <caolanm@redhat.com>  [d8a8b5ac59990e043b1f9d8344b6a644d05367fc]

        coverity#706303 Uncaught exception
        
        Change-Id: If3963e0ae2c6477eb074e89f411c22a82d339634

2014-10-28  Matthew J. Francis  <mjay.francis@gmail.com>  [65809118914e84bf7cb355e2fd3bce75d7271778]

        Fix python wrapper script on OS X
        
        Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-28  Yousuf Philips  <philipz85@hotmail.com>  [10727e53f718086e8b26ded1b904cb4f11501e34]

        ICONS: Exchanged icons between tango and human and small change to zoom mode
        
        Change-Id: Iab3f148258204fefc667e94307adfa0537364ac9
        Reviewed-on: https://gerrit.libreoffice.org/12125
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [43589626af4bc04dc8282b4321a1462eba2d653a]

        loplugin:unreffun
        
        Change-Id: I080474c3930d634ff1cf1c8bfd0f51a3ca537992

2014-10-28  Noel Grandin  <noel@peralex.com>  [9813516d5e704c5949bd0010874ad115d57218dc]

        Revert some changes that affected the bean/com/sun/star/comp API
        
        from commits
          8583da1e934a49791ef8d86668f3d5c3c5dae1d7
            "java: remove unused fields"
          68cd011c907d00493bf2bfde531c1e244819596b
            "java: reduce scope, make some methods private"
          da677dfd59c2b551f3335ee0a5d5dfb33f9869c5
            "java: reduce scope, make fields private"
          e701b3f732fa7f70cb273183e9ae8dbfd840f5e4
            "java: reduce scope, make constants private"
        
        Change-Id: I7fe0381c0e17b41bad2e4256c5511fe1f7863498

2014-10-28  Noel Grandin  <noel@peralex.com>  [9f743f9e474ddfc9e0d2b8b0ad6c2aaa4ab2bc04]

        cid#1242780 Uninitialized pointer field
        
        Change-Id: I6478f8f2ead1d87365f84aacdfef2bdcccd61248

2014-10-28  Noel Grandin  <noel@peralex.com>  [dcbe265f7e23fac9d6604b8462f4cdf355a64061]

        rename class field pEntries to mpEntries
        
        Change-Id: Iea8643dfa472a663023afb57654fccdda85ca601

2014-10-28  Noel Grandin  <noel@peralex.com>  [8e156ef6d8a236a49303b12a66ac6cae1ccd567c]

        cid#738785 Uninitialized pointer field
        
        Change-Id: I5689435a2522e5df64c3798457e4dd2355730236

2014-10-28  Yousuf Philips  <philipz85@hotmail.com>  [d61c55b4d11f4a4ffdf4fb75ba2e950de8ae2beb]

        fdo#85046 - MENU: Edit > Changes should be renamed for better clarity
        
        Change-Id: I8bb6582cc0e5bac390c18308fea8e647d5a0526d
        Reviewed-on: https://gerrit.libreoffice.org/12098
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-28  Stephan Bergmann  <sbergman@redhat.com>  [93208dfe39490b630a07856e21e959f7788fd9a1]

        Remove unused gb_Jar_JAVACOMMAND
        
        Change-Id: Iccaf452a16e1971afbca9c7af330d8ab3aa7318d

2014-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1f4dc6b10ac512c8bda88c7a91403ea0e5108a4]

        DocxTableExportContext: allow usage outside DocxAttributeOutput
        
        In particular, if push/pop is done in DocxAttributeOutput, then this can
        be used in DocxExport as well in the future.
        
        Change-Id: If1302c7ccc3842ffd0b48149a3173ee864176bb5

2014-10-28  Yousuf Philips  <philipz85@hotmail.com>  [9997e60ba50483b791c5da3586f3372a3960f5ce]

        fdo#82272 - New 'Chart' toolbar icon
        
        Change-Id: If1c5ec13bc145f2cd71c0d87bf81fb2f170a8294
        Reviewed-on: https://gerrit.libreoffice.org/12112
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-28  Takeshi Abe  <tabe@fixedpoint.jp>  [95ca903043c0ad9010deaca7e32ae09cc8afbbf8]

        sal_Int16 as the underlying type of WindowBorderStyle
        
        because g++ 4.7.2 generates [-Werror=type-limits] as follows:
        > [build CXX] vcl/source/window/settings.cxx
        > [build CXX] vcl/source/window/paint.cxx
        > [build CXX] vcl/source/window/resource.cxx
        > [build CXX] vcl/source/window/accel.cxx
        > [build CXX] vcl/source/window/accmgr.cxx
        > [build CXX] vcl/source/window/brdwin.cxx
        > [build CXX] vcl/source/window/accessibility.cxx
        > [build CXX] vcl/source/window/legacyaccessibility.cxx
        > [build CXX] vcl/source/window/clipping.cxx
        > [build CXX] vcl/source/window/stacking.cxx
        > [build CXX] vcl/source/window/debug.cxx
        > [build CXX] vcl/source/window/globalization.cxx
        > [build CXX] vcl/source/window/btndlg.cxx
        > [build CXX] vcl/source/window/builder.cxx
        > [build CXX] vcl/source/window/cmdevt.cxx
        > [build CXX] vcl/source/window/cursor.cxx
        > [build CXX] vcl/source/window/debugevent.cxx
        > [build CXX] vcl/source/window/decoview.cxx
        > In file included from /home/tabe/core/include/rsc/rsc-vcl-shared-types.hxx:24:0,
        >                  from /home/tabe/core/include/vcl/keycodes.hxx:23,
        >                  from /home/tabe/core/include/vcl/keycod.hxx:26,
        >                  from /home/tabe/core/vcl/inc/svdata.hxx:35,
        >                  from /home/tabe/core/vcl/source/window/brdwin.cxx:21:
        > /home/tabe/core/include/o3tl/typed_flags_set.hxx: In instantiation of 'typename o3tl::typed_flags<T>::Wrap operator&(E, E) [with E = WindowBorderStyle; typename o3tl::typed_flags<T>::Wrap = o3tl::is_typed_flags<WindowBorderStyle, 12339>::Wrap]':
        > /home/tabe/core/vcl/source/window/brdwin.cxx:1027:44:   required from here
        > /home/tabe/core/include/o3tl/typed_flags_set.hxx:105:5: error: comparison is always true due to limited range of data type [-Werror=type-limits]
        > /home/tabe/core/include/o3tl/typed_flags_set.hxx:106:5: error: comparison is always true due to limited range of data type [-Werror=type-limits]
        > cc1plus: all warnings being treated as errors
        > make[1]: *** [/home/tabe/build/workdir/CxxObject/vcl/source/window/brdwin.o] Error 1
        > make[1]: *** Waiting for unfinished jobs....
        > make: *** [vcl.all] Error 2
        > tabe@thunk:~/build$
        
        Cf. a6b01d01f77f84517d267bdfe31de91b9050a70c
        
        Change-Id: Ic596eaf886d9aebb8a5b8636b5b90d5935aeadaf

2014-10-28  Noel Grandin  <noel@peralex.com>  [17a99a9074a7d25cc7e13bf7aaac0fa11e2174a0]

        fdo#84938: replace TIMEF_ constants with enum
        
        Change-Id: Ia6aa4e21fef46b20d1d8996d2f15855b8ba1776e
        Reviewed-on: https://gerrit.libreoffice.org/12114
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-28  Noel Grandin  <noel@peralex.com>  [282e954477f904524ca192256c4e33ab0585e2f6]

        loplugin: cstylecast
        
        Change-Id: I42cd0be78478536322357ca7a03cf30e624b1afc

2014-10-28  Noel Grandin  <noel@peralex.com>  [223a5b75457e38d70db63f3992ff601c3e381639]

        loplugin: cstylecast
        
        Change-Id: Icc349df0cb3ce45a0985c7c3c27be24ef81e8705

2014-10-28  Noel Grandin  <noel@peralex.com>  [788e9b9f39e2e074a146642be60df4d005018356]

        loplugin: cstylecast
        
        Change-Id: Ib0c5e17c9fba4b876b22c2a6d636d4fd19f3a280

2014-10-28  Noel Grandin  <noel@peralex.com>  [d9026e13578e6714b2847a9adc0c0563708a0c74]

        loplugin: cstylecast
        
        Change-Id: I47adf8a3fc72b4a043724ac40f3637b8dc3878be

2014-10-28  Noel Grandin  <noel@peralex.com>  [1e21c77561b802bae4cb84631614f8aa612785a6]

        loplugin: cstylecast
        
        Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928

2014-10-28  Yousuf Philips  <philipz85@hotmail.com>  [14a2cfc27f86112469f2a2252bdc154ad8d3219f]

        TANGO: add new icons for page break, line spacing, comment, and footnote
        
        Change-Id: I222c7df70543de344af73fbc3c8f7e8dae77b196
        Reviewed-on: https://gerrit.libreoffice.org/12118
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-27  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ae064ec005f157cb76fedb8ae5482f38c56704ad]

        nss: add libnsspem.dylib to macosx-change-install-names.pl call
        
        Change-Id: If457f9e090a4ef3a5b2b8e4f09ce0b5e3b3d04ec
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-27  Stephan Bergmann  <sbergman@redhat.com>  [e7682068a184d5233229533585f9bd06298c7731]

        Pass ENABLE_DEBUG into external/libetonyek
        
        (and consequently fix the argument type of one assert invocation)
        
        Change-Id: I8bf5f024cc104a3885f7b9bf6ed63b9f6259d47b

2014-10-27  Stephan Bergmann  <sbergman@redhat.com>  [077ad1a5ab6848255e0350df368c4f45ae73da9c]

        -Werror,-Wtautological-pointer-compare
        
        (/usr/include/sys/stat.h annotates __lxstat params as __nonnull)
        
        Change-Id: I4297c4a05f54bc35688b65dd1ddcdeb7bc7fc37b

2014-10-27  Stephan Bergmann  <sbergman@redhat.com>  [f66cbdb948c6c43909a18be10aa838c69338dcb0]

        Work around OpenJDK's os::workaround_expand_exec_shield_cs_limit
        
        Change-Id: Iea1b6354764db0a22976b3de49bf3e22ccb7243e

2014-10-27  Juergen Funk  <juergen.funk_ml@cib.de>  [4aa2791ea6ee72d429cb8ddcaffd0a9fe647e3db]

        fdo#84408 Toolbar: Insert Field dropdown doesn't contain icons
        
        Change-Id: I3c8db72a84f2a68f1f68a0be1b21e2454707d84a
        Reviewed-on: https://gerrit.libreoffice.org/12068
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-27  Stephan Bergmann  <sbergman@redhat.com>  [564fe4e36a9fdf313dc1abb86f6c24f61e03f31e]

        Clean up JNI_CreateJavaVM option code
        
        Change-Id: I1902c73a72f29e948e479a2ae4776f2dff77b2b5

2014-10-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b3f0f0bad8752c2ff2a1933ced57874ee846805]

        fdo#85215: Write test for this.
        
        Change-Id: I789da5d81e6211ed8f5fae1e293833bde5ce375b

2014-10-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1eb82c78a223d9a0b2bb5c3f5c129c1ee8bdf303]

        fdo#85215: Ensure that formula broadcasting works after sort.
        
        When the reference update on sort is turned off.
        
        Change-Id: I547dd1525a638dd447fe331e22583af4a7947308

2014-10-27  David Tardon  <dtardon@redhat.com>  [f70db32aa2df79cca42c44f05baf4baac6e04bf5]

        fix writing const arrays on big endian
        
        Btw, th unanounced byte-swapping of valuse in the input array in
        writeArray seems a bit dubious to me... It could too easily cause
        unintentional memory damage. I just hope it is always called either with
        data that is not used after that anymore or with a copy of the data.
        
        Change-Id: Ica0e9ea16cd101fe87d7e0a8fa696911769e0654

2014-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [2128f3c969ff6103511b7d485b9cbb2647427342]

        SwIoSystem::GetFileFilter: prevent out of bounds string access
        
        Change-Id: I0f2ebc9cbad16534b50083cc6d13ee042c2ff869

2014-10-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0dc61dab04507cb4b3698a1fa1ed696a123b9219]

        fdo#85282: Write test for this.
        
        Change-Id: I2a0567c2872b503ceb3740127b6b58b1d1789690

2014-10-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3c16d5b74fb5707691283538a969a03c2f918b0]

        fdo#85282: Correct adjustment of range reference on delete & shift.
        
        Change-Id: I6e01c160f77599dfa4a2e55b60e23d256184c822

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [1d200aa17096aceca5fe7d3d1d8e4b939e5cb3fd]

        coverity#706590 Uncaught exception
        
        Change-Id: I2005b792c74ad5a5f58c831dcc7caa5134280890

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [0095bccdf5e31de6ec6d1a3d83cc31efc8c1daae]

        coverity#706321 Uncaught exception
        
        Change-Id: Ie3b66520ab0c859272a4b0291f6c907e7fce61e5

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [8fbbb94a3914223de1f690090e86a1ec9fbdaa30]

        coverity#706537 Uncaught exception
        
        Change-Id: I687948ef04e4ffdce51a7ac20854d6ebe96f1f25

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [6a0985eca284e6e2eb6a80e284ab5c59d8b005f7]

        coverity#1209023 silence Unchecked return value from library
        
        Change-Id: I7340b9ad9d482f6835ff7a4755df451fd146b86c

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [0e36884e78f30e546633bf0bcd814005c5b9b8c2]

        coverity#982164 silence Unchecked return value from library
        
        Change-Id: Ie2479e3dc73a7c7e8d2d0c5c979bde2ea5d05a1e

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [21a8b7a6fe3f198b66fd1ecc21ce7df16f4a824e]

        coverity#735348 silence Unchecked return value from library
        
        Change-Id: I6da2fccb0c709f08dc4ed321d7b16683e939cac9

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [5aee676bcce1d8b6c26d0a7420d53841f22ee17b]

        coverity#735342 silence Unchecked return value from library
        
        Change-Id: Id440d30e44aaf986532d4c6debf3876578c53b29

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [6cbdfedde17c672576b5a27a9ebac1a84535dd63]

        coverity#1249674 Missing break in switch
        
        Change-Id: I1e957afe1dc35571128fac4432b54e8ae35aa9ab

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [a760198deb39887bcafd5ea831e9f1992902159e]

        WaE: -Werror=sign-compare
        
        Change-Id: I3892645b52b1250be73df9359107b5bc28d2afff

2014-10-27  Caolán McNamara  <caolanm@redhat.com>  [2152628832b9ccfb09832a394bf2184f2526411f]

        see if we can auto-ignore new Sequence false positives as such
        
        Change-Id: I7099dcf15843a80c25c7fb508dd9c0e8df6447e0

2014-10-27  Stephan Bergmann  <sbergman@redhat.com>  [d0a8fc24b351517ff4255e93fb1c8a78391facf7]

        Fix indentation
        
        Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b

2014-10-27  Noel Grandin  <noel@peralex.com>  [393032d98be09be43e66604a11269da88958f297]

        cid#1247616 Logically dead code
        
        Change-Id: I2577bf1d61c24f78070de409c285c8e36dddb3d6

2014-10-27  Noel Grandin  <noel@peralex.com>  [96725576e59b25f2d24c431b6e67ccf4c67a1e57]

        cid#1209201 Logically dead code
        
        Change-Id: I8a7a9e23ad33f0c62813ae4ebd84cece3fe75283

2014-10-27  Noel Grandin  <noel@peralex.com>  [b89121208c0667e31f873fd22bb2285b9e073b79]

        cid#735557 Logically dead code
        
        Change-Id: I0f6851a4ce5c02ea48110bdb8ed47cdb15853917

2014-10-27  Noel Grandin  <noel@peralex.com>  [2d2bb23a3bd860c4baa2dcfe4d1bbe1dea64b9a2]

        cid#735507 Logically dead code
        
        Change-Id: Ie251bca3e4fa7c67aa84c8ff3ae451b0aaa57f44

2014-10-27  Noel Grandin  <noel@peralex.com>  [627a9982f25b22520537592e9c7a566e0d9c950a]

        cid#705053 Dereference after null check
        
        re-arrange the code to help coverity out
        
        Change-Id: Iddc9284cbdcbaae7a0dc17e62d0e8f4b4832297c

2014-10-27  Noel Grandin  <noel@peralex.com>  [91fac2a32c1c6b784bd33cf664ea64a734b1c776]

        cid#705051 Dereference after null check
        
        Change-Id: I6b7adb593efa137bb09b3b8d49539f6cd405dd20

2014-10-27  Michael Stahl  <mstahl@redhat.com>  [8f7e364a5b6179fdc3b716a3b250e71341536220]

        sw: deploy some asserts in SwpHints::TryInsertNesting()
        
        Change-Id: I584edadf13b34edf054e3405865c43bae74a7830

2014-10-27  Michael Stahl  <mstahl@redhat.com>  [8af112febc5fa8e81c7fb8e718bac8ba2a806b8a]

        sc: assert SfxPoolItem::operator==
        
        Change-Id: I69b7d2b9e580b08ebd59866f1244e0e61c4b1dcb

2014-10-27  Michael Stahl  <mstahl@redhat.com>  [a54734c82a6584da6becadec2d0cb25fbc296624]

        sw: assert SfxPoolItem::operator==
        
        Change-Id: I9b48fc25abcbdeceefd5a86d8305209f312c9976

2014-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [3c3257e499ff48e89b58ce722364ca96738970b1]

        fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill color
        
        Change-Id: I0aa9dbef960391334097b68c980064724435db38

2014-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [2dfa6b15ec315c587784070963c397bf5b75e2b0]

        Fix color update for selection with multiple colors
        
        Change-Id: Ie6ec5596027b053cea49faba67bd82bd9bfa2d31

2014-10-27  Maxim Monastirsky  <momonasmon@gmail.com>  [bf87e743184b181d4189083896697096bb6a3fac]

        fdo#84844 Sidebar: Use SvxColorToolBoxControl for cell fill color
        
        Change-Id: I4a067b31b4b518c56a0d18c6e6709955562d77fa

2014-10-27  Yousuf Philips  <philipz85@hotmail.com>  [bb214c3279a6e00229c459980cfec151a753fad0]

        SIFR: add missing icons for calc's function wizard and sum toolbar buttons
        
        Change-Id: Ia3fd2f71ee68e03a409c00d146ad0647e305a6f2
        Reviewed-on: https://gerrit.libreoffice.org/12109
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-27  Yousuf Philips  <philipz85@hotmail.com>  [573aa44d74c205a5f3962a9335313b6d140a7102]

        fdo#85500 - TOOLBAR: Use insert page number icon for insert field control
        
        Change-Id: Ibebe4ea7ba504b306a191ca0cd61cfd366577d5e
        Reviewed-on: https://gerrit.libreoffice.org/12107
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-27  Noel Grandin  <noel@peralex.com>  [c0c8478620c1a157e1175cc3c632b09e0e4506a3]

        cid#1249676 Uninitialized scalar field
        
        Change-Id: I87df4e9c1d3f36afccf13aebfd95d1b4f3bfa655

2014-10-27  Noel Grandin  <noel@peralex.com>  [5c90f8dd04d77ebc444b68723e0a17f166b700cd]

        cid#1249675 Uncaught exception
        
        Change-Id: I3923a6a83bfc0a35f5a5af86cfd0e5308cfda24c

2014-10-27  Noel Grandin  <noel@peralex.com>  [7ef698355ad59c6fa263daa4ded124cf512e8926]

        fdo#84938: replace KEYTYPE_ constants with enum
        
        Change-Id: I563cf96f8ca815d6c8ad9f5fe365fc7ce7a2a328
        Reviewed-on: https://gerrit.libreoffice.org/12104
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [608396721edcdfce8a325026844fd2fab72bbb73]

        sw: fix misleading prefixes of param names in AttrSetHandleHelper
        
        Change-Id: Id7da4e54bf3a11c2cf46f924f249706eddb183f2

2014-10-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae5ac4807cab26de2a149162576d2ef927cc8326]

        fdo#85215: Write test for this.
        
        Change-Id: Ibe959201541ce6ad84540eba93ac9235dca91f40

2014-10-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10fc138307afb4b39baddb0d56eb8e986e5d29ea]

        fdo#85215: Don't adjust references wrt cell position when disabled.
        
        Change-Id: Ie1a12cc189bcb66fad59ea9901ac0dc95bb68788

2014-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c6d3cd45e2183a19f91e9a30c1fdc699de393f8]

        Avoid boost::optional<bool>
        
        Change-Id: Idaacaf80098e59df47183741402c8664ba5ea631

2014-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc926007e2471b9d7396a9724cae026e27e52ed2]

        Let's have both switchHeaderFooter() calls in DocxExport::WriteHeaderFooter()
        
        Change-Id: I051a2a74e0da44b8f13a21e052c35581159402f1

2014-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [956c3ff3d43e1b181f7c91518edee1c7c4dc2a0a]

        fdo#82076 RTF import: handle footnote in table cell
        
        Change-Id: I69def7936c320e93db5d4504922d52346caaf9cf

2014-10-26  Yousuf Philips  <philipz85@hotmail.com>  [89a04240222ff6909d37debcbf5dce614c4dd1c8]

        fdo#62947 - Relabelling the submenu items
        
        Change-Id: I9b30634c752acfdeb13ccd567695c83a8f85d226
        Reviewed-on: https://gerrit.libreoffice.org/12093
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-26  Yousuf Philips  <philipz85@hotmail.com>  [f3c60a38f954cb1f5328308d059079b76eedf3e1]

        add transparency to fontwork gallery tango icons
        
        Change-Id: I4e39f579bf7d2db190440cefe3fefc8f7c03b6bb
        Reviewed-on: https://gerrit.libreoffice.org/12100
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-26  Maxim Monastirsky  <momonasmon@gmail.com>  [35ae136427b6cb71de9728f82b9364b702ea2ef5]

        fdo#84844 Sidebar: Use SvxColorToolBoxControl for line color
        
        Change-Id: I266cfd8c80088f698ec36662357477bb456a96fe

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [4eeee7647601c1b5c22d0d3881e47b1f3a46a304]

        Simplify and optimize booleans expressions
        
        Change-Id: Ic5d736cdd48565c62958de72b08714922f1c56e5

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3bcbcb12c525028f55caf104bdfaa1b604a7be8e]

        sal_uInt16 to more proper integer types
        
        Change-Id: I8a541e6466b66d6ca41e7b1556db3c72764582d1

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [992859b4377e0b7a3a177f0a69dc4e6fec765483]

        Use an enum instead of a constant, and reduce its scope
        
        Change-Id: Ica9d53103ffa98a72b27303352f2f3997a3386d5

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [1ccd386cd426e2e92ee6a585dfc8bdf5c9edf6e7]

        Use USHRT_MAX consistently, minor cleanups
        
        Change-Id: I1a2906a350baf7af7141aaa6124930485578a604

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [ff61e912e8c965c318ebe5d03af2866738584463]

        Remove unneeded forward declaration
        
        Change-Id: Ib650c1e191f5ed8f64bb8ac253e9f412b358e2e8

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [f595a6c4c7789b0244610a4daad7b6b60c3c4350]

        Reuse common code
        
        Change-Id: I8f1e8203f8318183fa327e96e53bdd0fb599ed89

2014-10-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [8fea52beeea5158e1cd3cc945821c6710f86f48a]

        sal_uInt16 to size_t
        
        Change-Id: Id60ca700d090dba30aeda7cdb3b3256a7fa3814e

2014-10-26  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fa58d91094895a530648630fa64b8724ea1e4305]

        Some notes about image swapping
        
        Change-Id: Ifbda35d2bcd73a8ca196d39f0f621da78e8cc576

2014-10-25  Andras Timar  <andras.timar@collabora.com>  [3f5251675eeeeae56ea282fdeb09dbc53ce4aae6]

        bnc#893791 XLS export: external sheet references on Linux/OSX
        
        The commit solves two problems.
        1. Make sure we save absolute paths on Linux/OSX
        2. Make sure we don't save invalid XLS (VirtualPath longer than 255 chars)
        The first problem has always been there, so after a few load/save cycles
        an XLS with reference to other XLS on a Unix-like file system became
        invalid, and only LibreOffice could open it, Excel could not. These
        broken XLS files can be repaired by saving after this patch, however,
        the original reference will remain broken.
        
        Change-Id: I8f575acb1d560d539c1da61a1afdaac3f0c13977

2014-10-25  Andras Timar  <andras.timar@collabora.com>  [863bed8dd4414e995eb59e868edc4ac94a085b34]

        typo: uesd -> used
        
        Change-Id: I827f9a0889aca4a55586cdd2baa21846b1bc155b

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [22494121d72a2cc2da364d0d5f7f8236a9b42594]

        this is more natural
        
        Change-Id: I93421de3d11f4cecb733d5c6c30e5fb43117a20a

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [392dc0bad20a8088a5c3e3746645ef3951fa859f]

        coverity#735342 silence Unchecked return value from library
        
        Change-Id: I95f0d81a741fc684468c720390b43dc9d7b585f9

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [33492060dd97d625ff7bf5660218306363d118d0]

        coverity#735348 silence Unchecked return value from library
        
        Change-Id: I834dabc524ac2e1af6a77da8f66edfc349e6556d

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [859656f40d005bd264af40256efe27ebbd3acfb8]

        coverity#735349 silence Unchecked return value from library
        
        Change-Id: Ie87d7600b69da0a567fafc7a949f97a6d4fe03e8

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [2f4546487adca8ee14494048e693ab0114dfa4fa]

        coverity#982164 silence Unchecked return value from library
        
        Change-Id: Ibec38a7e7846c463601b0a876778f53003cf0441

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [28dbb39389564c5ba421de3ca3d6ab07fc596ab4]

        coverity#982163 silence Unchecked return value from library
        
        Change-Id: I6b9a3c6ce75472da551706b1c1555eff4ba1abc8

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [25e0764965e1abc2495213aea56140aec86fdd48]

        coverity#1242839 Untrusted loop bound
        
        Change-Id: Ib0e96d20f18edfab53373f153bd128f725fe335a

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [aee93381135a656707d68a58bea569b62ce66c9d]

        coverity#1242886 Untrusted loop bound
        
        Change-Id: I3eb9deac3850e895d0b78a0af73079f378dfbb99

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [6333a7c8b0f72dba1138df09b51bc01e1d0fb596]

        coverity#1242959 Untrusted value as argument
        
        Change-Id: If6132ff4fb9293282b4ed5690f940985cf198b8d

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [2de86740476fa81425f84734402e1d4114bb8791]

        coverity#1242746 turn this around to help out coverity
        
        Change-Id: I06cc94395e6421b7e01811b3d5f17c2677650a83

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [eb5f54a9d7f6156e6378a487df8f952e0b587de5]

        coverity#983652 Uncaught exception
        
        Change-Id: Ib818955314689a3193e2026fae19161a79aa8e5b

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [92f83d8a59f01712a217a06dc1131ae8ee4c240f]

        coverity#706329 Uncaught exception
        
        Change-Id: Ia056948df45ade616dd4c434a4c9d319d48d97f2

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [654d845320556216f188988fe70df7f0f27d499a]

        coverity#706328 Uncaught exception
        
        Change-Id: I9182ad75a5b49d5aa9d58cecc690b06220f13272

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [6c8b24bf3cec9dd0cefb0b83b7fee5e1281a1232]

        coverity#706322 Uncaught exception
        
        Change-Id: I4ebfee76cb17562a47d4c2e868539fc70ead530e

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [9e965e9b15be7674a4b7b787370018fbd60e339e]

        coverity#706319 Uncaught exception
        
        Change-Id: I7f390151c232d0a96d50b16c0c76aacea569653e

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [7c896697f29730476ea0fc4517d94c2c8e8b2074]

        coverity#706317 Uncaught exception
        
        Change-Id: I8b39addd8d4b9f7d68d0f7a317d1dff7388aba93

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [d6ce524de5b05b69fedf8ec43e8bd3fdd01a2cc4]

        coverity#1242671 Untrusted value as argument
        
        Change-Id: Ic810391c9ecfef9f28aba34cdc0f85d42ebf656f

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [6c761698e8866360a09784c26b7784fbae30a191]

        coverity#1249458 Explicit null dereferenced
        
        Change-Id: I9e56aa8908ae6747d6820d8b90e85ec07e981223

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [4d08aba74b572287a7a0b21a0d8895cad515470a]

        coverity#1249457 writeFastAttributeList never takes NULL
        
        and
        
        coverity#1249456
        
        Change-Id: If1f6ef550290d3b6bb53ae87389b466c7d7a31f1

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [35d78b36b97db8e3d140841b1b47c937cd4bf9ac]

        coverity#1249459 Unchecked dynamic_cast
        
        Change-Id: I5e212976f1be310c3a802679a0d8b93c2866d591

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [76617eea54c4ff2b06206e4500b0979852f838c7]

        coverity#1249460 Unchecked dynamic_cast
        
        Change-Id: I21f85d0e18ab8a30320f3db294efa9fbdd4dd55d

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [cd6bd10c749271d74214275c7e4fac6247b4ee42]

        coverity#1249469 Uncaught exception
        
        Change-Id: Ia2485ef12b27720830ab7268870bd61ff0c0b80a

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [6ac0ba04a5378b17de5fbfb47e8206802d6e1946]

        coverity#1249468 Uncaught exception
        
        Change-Id: I4e854e9dd8dd11a38ebadc4f9cf688b15bf9ae2d

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [8dc7d200f0c23935486470de202bc367636d2bc9]

        coverity#1249467 Uncaught exception
        
        Change-Id: I4f0cbc229b8bae32a1162bdaa6905c56bb864618

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [14efdae8caafbe504a422b01220347b4e8273b01]

        coverity#1249466 Uncaught exception
        
        Change-Id: I58f646ed921d26c5a7d512279723e9d141886218

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [8386f83263c38f3aa3c57ecaa8f44e5a94ccfa4d]

        coverity#705111 Using invalid iterator
        
        Change-Id: I613849da7d38c18b30e35534365e7bcb93aeedac

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [23b348e153f0181471f642b86e8f6f19e91b09ac]

        coverity#982640 Missing break in switch
        
        Change-Id: I3479a7f219d10301108f24efc273d822c77477d2

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [d803c5e996a06ff5d836bfe992f1a9c6aaf3f1c5]

        coverity#1202804 Explicit null dereferenced
        
        Change-Id: Iff1ada702f57fba9ba979bc158412b0321921672

2014-10-25  Caolán McNamara  <caolanm@redhat.com>  [1fa497e4443b759fded81ae514e8ec70f7d9e5b2]

        coverity#1223086 silence Unchecked return value
        
        Change-Id: I5ce679a05491b623dc7997e3bea8edd01ca87848

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e2dfde73b46526b901c0c38b1e9b2a4872761ac]

        loplugin:unreffun
        
        Change-Id: I7b707ddd526c927ed99e93797d1bd320860d5397

2014-10-25  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [e61c4b5f06241dd248cfe28b29cb658ea47bd72e]

        java: prevent overflow by using 'long int' arithmetic in multiplication
        
        Change-Id: I8dda8f4621f265208c713c9edcfe725f1c9c5998
        Reviewed-on: https://gerrit.libreoffice.org/12001
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f824b1b575dbdb2bc515656a66cbb94764031a44]

        fdo#82858 RTF export: fix "none" line style of TextFrames
        
        Regression from commit 9e6a5b94e00f0054b058dbb42c2c0b6c75236c9d
        (RtfAttributeOutput::FormatBox: export line{Color,Width} shape
        properties, 2013-04-15), in case lineColor is written, but there is no
        border style, then an explicit fLine=0 property is needed, otherwise a
        black border shows up.
        
        Change-Id: I6d6eedbc8d3ee4bee0f2aadb51a376c7734c6640

2014-10-25  Jean-Pierre Ledure  <jp@ledure.be>  [8f97b20e94ea5e1b56f534eb5bbff8e48402d6be]

        Access2Base - Introspection in Root
        
        Change-Id: I46d629592a845b3480c04b2ecf545d1b68b510e8

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [04ea7b24ec1b5a027efa0b850f2bc3ac7116c52e]

        fdo#82859 RTF import: fillColor is unsigned
        
        Otherwise ARGB 0xFFFFFFFF would turn into black.
        
        Change-Id: I690f34d888ca9a013e8ce1af2c7ef8ed88ee28b0

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b7239855d8babdc1bcc7742f79ce2df64d1e476]

        fdo#82859 RTF import: don't try to set CustomShapeGeometry on a TextFrame
        
        Change-Id: I687fa609559f0484fe6bb804265243de154c3760

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c10db81dedd906a45c72254b422f748739dc9c0]

        sw README: ww1 is gone
        
        Change-Id: Ie8b8085c78ba0acc4fb363a1232ef26fc085a9c4

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [40014cd070a2271ede0a73fd33de0121571df4eb]

        only the now removed OOXML tokenizer called getType()
        
        Change-Id: Id9786ed75bf9d9b637312655af33d790caf93b13

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5b4eccee3c462a12f8caf1fccf38cc6e2a34a68]

        writerfilter: remove unused dumpXml() methods
        
        Unused since 51d1545e0ce8b30eea710501b84853288dd2563b (writerfilter:
        Kill debug_logger., 2014-06-11).
        
        Change-Id: I01743a9f5c603da06cfd422d29d3258a17d4dd40

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f0a22ade666d33a10d9c83c0f636be9acf1ed39]

        writerfilter: nobody generates FSPA references anymore, only doctok did
        
        Change-Id: I3dbfb727c40a71eb70a26fd53ad651477a8a5220

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bd9d49498e958d49697b1482ca8f29b8e626796]

        writerfilter: nobody generates PICF references anymore, only doctok did
        
        Change-Id: I65576f09cbc39f98f3d27739e06ec9520d5032c5

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [01a32b7d074511bed24044dc94e1159aea62722b]

        fdo#85179 RTF filter: import image border
        
        Also adjust CppunitTest_sw_htmlexport that implicitly tested that there
        is no color around the image.
        
        Change-Id: I8e14dfa7e7be80c4f8c492999071decae6a492e8

2014-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2b5ead0dc86516edd5008d5aaca862eaf611667]

        writerfilter: avoid copy&paste
        
        Change-Id: I72057875cf2803008f63a85fee2be477598d8aff

2014-10-24  Michael Stahl  <mstahl@redhat.com>  [1df0656c4bb139606081625fb19e39fbef9f8890]

        fdo#83664: svx: don't try to paint on empty OutputDevice
        
        ObjectContactOfPageView::DoProcessDisplay() initalizes an empty
        aViewRange, which later code assumes to mean "paint everything", but
        actually the OutputDevice has 0 size so nothing can be painted.
        
        Change-Id: I1e47e8d38c1fad5e08027bb76fce4b54c5b3358b

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [93de2f6b5c4ec349244066178d4b2624c409a89a]

        And $(ENABLE_CRASHDUMP) is "TRUE" or "", never "YES"
        
        Change-Id: I626bd8d29a7efe967608efbb21fda87e5692c0c8

2014-10-24  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [bfe02672a969a921a2ec954f4035af0671a82149]

        Rename color picker button and add an icon to it
        
        Change-Id: I24def42d6167c6e7a7a4d5871f2a6e3b51230d58
        Reviewed-on: https://gerrit.libreoffice.org/12086
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-24  Yousuf Philips  <philipz85@hotmail.com>  [94a1e5b614496fd067e2c5369613acf86a6c9a6d]

        fdo#85340 - Better tooltip for paragraph spacing buttons
        
        Change-Id: I9bb83df5e7ee9517a8f6f88213fc6951c53593bd
        Reviewed-on: https://gerrit.libreoffice.org/12076
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [bd0c63fbf86a724624f707d393a0acfc5f504dd2]

        The if(xmlout&&stackout&&checksumout) stack-walking can take obscenely long
        
        ...in sal/osl/unx/signal.c ReportCrash, so do not implicitly burden that on every
        --enable-dbgutil --disable-crashdump build.
        
        Change-Id: I2d03ea2715697bf7960ca7e9e55c72489ce24bae

2014-10-24  Tor Lillqvist  <tml@collabora.com>  [142dbf27c10535af51f2c722d9166b59e550aa22]

        WaE: unused parameter
        
        Change-Id: Ifcdef5ed474b36e60604dde96bba4dd152e829b6

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [c57fb9ea459f08c33a4b8c129938411a59a19b77]

        Use xmlreader::XmlReader::getUrl
        
        Change-Id: Idd59fd1324615e575ed812e0c2a7cdfd84a9aeb2

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [530334a27e8aba93f81391ddc7f21482e605dd3f]

        Explicitly include the cmath std::abs overloads
        
        Change-Id: I501edd8f3301f70e6130d844dcd64cac8b18598f

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [e25a020d59b019893d2e04ac61e4ed25ef0a6e61]

        Resolves: fdo#84729 buffer cache grows to over 9000 unused entries
        
        regression from
        
        commit a5351434fbea1126961f5dbaa986e7c9e686c24e
        Author: tsahi glik <tsahi.glik@cloudon.com>
        Date:   Thu Jan 16 12:51:44 2014 -0800
            fix rendering issues in iOS with aqua
        
        because now the cache just fills up because nothing will have
        a depth of "0" and a new entry is created every time.
        
        0 could be seen to mean "whatever is a good non-1bit depth" or auto or
        something. (Do the uses of "8" really mean 8)
        
        0 passed to new VirtualDevice under Linux/X ends up using the depth of the
        outputdev, so here set nBits to that value to start with and the problem
        goes away
        
        Change-Id: I4390d6f7edef9dc7430cc77e3518dc751a5f479d

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [6a4b976bd0818c2f60b879594d393baad9a0f346]

        Fix Fraction(-2147483648.0) for 32-bit wide long
        
        Change-Id: I6465377de1edff5d0ccc0049fb6d24f6f1223fd2

2014-10-24  David Tardon  <dtardon@redhat.com>  [e5eb61954d3aff3952244f76cce2c8bfc44e232a]

        fix rebuild of component file for CppunitTest
        
        Change-Id: Ic0de3e77d9f5c05e41e434d7ae2215ba4460f13f

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [5aebe7b67c02051cb4fe98219cfe056efaf975a1]

        More useful pretty printing of invalid fractions
        
        Change-Id: I5e118182e146645ee8546c69edf21834117a1129

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [e0108fa4fc954f39ef56b841dceb6a2d27d5618c]

        make Korean ReplaceSingleQuote the same as everyone else
        
        I can find no evidence that Korean out of all languages on earth needs a
        different default for ReplaceSingleQuote
        
        This appeared in
        
        commit e9f10288e0e5f2519ff3da1e2de2c20a99fd9779
        Date:   Mon Jul 5 12:32:15 2004 +0000
            2004/06/07 18:46:25 jb 1.14.78.1: #i25937# Add module settings (migrated from scp2) to xcu source files
        
        but that's a migration of the original
        GID_CONFIGURATIONITEM_SWRITER_KOREAN_ENABLE_SINGLEQUOTE which existed in the
        original scp (pre scp2) and appeared between OpenOffice.org 1.0 and 1.1.5, but
        the cvs repos to explain all that are long dead and there is no sign of a bug
        in a bugzilla query, so it suggests this was an internal StarOffice thing.
        
        Change-Id: I14dfe75d28d3ec5a68b262f768c7dbe73e94131d

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [7fd9b8268f87831e2728b5def34cc5e97ed16ab0]

        coverity#1212506 no need for ? : here
        
        Change-Id: I771a59979ffa628c93421d65b2078292e104eeed

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [6f32261fcffa8a2cc7e8ef29d805a7318d7b90f8]

        coverity#1224975 Dereference after null check
        
        Change-Id: I89cc31ae5b7c598f16eb3f52d0e4cbce0acf4bc4

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [5652f529b51436bf7bba8e9b4cb0fbab722f79a9]

        coverity#1237350 use our double-locking templates for this
        
        Change-Id: I589468e9663ffd01a237a1684345985396bc4eac

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [03c870dfc6aa140354613b0c179fb7bec2e74a73]

        coverity#1242422 Unchecked dynamic_cast
        
        Change-Id: If5e8b90f32c167bafeb3649f4bc6c31198635947

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [109c9e9fa5ffe55bd672c99c3cdb741aac1060eb]

        coverity#1242427 Explicit null dereferenced
        
        Change-Id: I768b9596432b95e0152011951bf366eb41da6b53

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [bf0075b2331dd523b88b6d5ec61ec4e10d8a000c]

        coverity#1242428 Explicit null dereferenced
        
        Change-Id: I107aed3c0fb9f558473777eb5613465c7d60f2be

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [66d105b10adaa2587c0a929df7a211d3d7c1fa4e]

        coverity#1242429 Explicit null dereferenced
        
        Change-Id: I30f65243995288008fbc41de76bd3f4e2d21b00e

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [5da5340a9f3dc938060323bda430ff671833d58f]

        Cater for gb_CppunitTest_use_library_objects,*,sw
        
        ...where the msword lib would not be located next to the test lib.  Probably
        cleaner this way anyway.
        
        Change-Id: I083503ef61fa8b6eabf6966a8a98bc7a225749eb

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [6db1670ddc5b5568712297e2ab803f4b41f07e88]

        Match gb_CppunitTest_CppunitTest,* and CppunitTest_*.mk
        
        ...so that "make CppunitTest_svgio" work.
        
        Change-Id: I7f9ad01c4e96f6b99b55531801970dc7a258389f

2014-10-24  Tor Lillqvist  <tml@collabora.com>  [6d477b4b4a9d80eeb42cb771cc009bd03d3022d8]

        Need basrdll now in the disable-scripting case (iOS)
        
        Change-Id: I01efac10784b134a6016f017c42a3fa71a514a51

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [521b973854cddbd2244bb752e111ded4ba9f0265]

        XM_TOK_UNKNOWN needs to be in the value range of XMLImageMapToken (ubsan)
        
        Change-Id: Ief14b775851f457becb6f42b9a74e423bb73ed32

2014-10-24  Michael Stahl  <mstahl@redhat.com>  [95c798409acf491cd43530215ade8f403ad96579]

        package: OInputCompStream::m_xStream is never null
        
        ... as proven by the un-checked dereference in the dispose() method
        called from the dtor; simplify based on that and assert in ctor.
        
        Change-Id: Id369b80bd89fa59d99b209796c33acb39cbb10f3

2014-10-24  Julien Nabet  <serval2412@yahoo.fr>  [6e9d99332c241cf20204d9dfb772bc0168bfc460]

        Resolves fdo#71781: CMIS: Default Alfresco 4 URL not working
        
        See https://bugs.freedesktop.org/show_bug.cgi?id=71781#c5
        Badfully Alfresco server test doesn't follow this (their own?) rule since the url is:
        http://cmis.alfresco.com/cmisatom
        and not http://cmis.alfresco.com/alfresco/cmisatom
        
        Change-Id: I3712993db96f8544381065c71a36697207ce66e0
        Reviewed-on: https://gerrit.libreoffice.org/12071
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [04bc75a9b1d5e14c5ec863fd6d0c70d02d5d9da5]

        Beware gb_CppunitTest_use_library_files plus gb_CppunitTest_use_component
        
        ...it causes the library's objects to be loaded twice, causing potential trouble
        with static data.  So introduce gb_Cppunit_set_componentfile, processing the
        library's source component file into an additional workdir/CppuntiTest/
        component file referencing the test library.  (This required to drop the
        gb_Helper_abbreviate_dirs bric-a-brac, as it would do $W replacement into file
        URLs contained in the resulting .component file.)
        
        Change-Id: I57847e549817d25cca53a13effd7d408e0c99f9a

2014-10-24  Maxim Monastirsky  <momonasmon@gmail.com>  [86bef9224e0f10bfc81bc87c0302d9cee0d33dd6]

        Forgot to update this comment
        
        Change-Id: I3922bcf22b7efe43fd42c937d88251b230d6384a

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [b213740cbaf4b659efb7c7e0584e3c19eb638025]

        -Werror,-Wunused-private-field
        
        Change-Id: I2cc9884b23b49eb3e2afd27e5610bf96998a3c7f

2014-10-24  Tor Lillqvist  <tml@collabora.com>  [0465ba4c359eb904b031d920d33e41b0376231ab]

        Add missing semicolon
        
        Change-Id: I9fb4471082a3c20cf94539a971c9d073fa949584

2014-10-24  Maxim Monastirsky  <momonasmon@gmail.com>  [518b30527955276363f2cd6ccb5019d15de51413]

        Related: fdo#84844 Support fill color in SvxColorToolBoxControl
        
        Change-Id: I6ccc1d4e71a9fe76cd16dd957f626722aaba543c

2014-10-24  Maxim Monastirsky  <momonasmon@gmail.com>  [312d903b8ec1805da91f7af367ba18cfe63313a3]

        Register the item type based on the SID
        
        Change-Id: If954191b71daf52c4f49fb7638e583cd0a2c97a5

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [d9dde5e57262e2fb91636ca5d1ee91cdb647ba05]

        improve Sttb dumping for truncated case
        
        Change-Id: Ie4c1d01540274e3782487d376168f561766b7a39

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [a52028d55427aa1a2bc51aff307a2436f68576ad]

        coverity#1000601 Dereference after null check
        
        Change-Id: I62a2c4661c9cca62e600ea2b679f2491c746210b

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [927603576a8021fc1ce984ff6230fdda95b10517]

        coverity#1130394 Missing break in switch
        
        Change-Id: I44d08e9ff9591afba1d0ceb3980292d62729d392

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [c2f4c300ec70fab27a31c1709837c90680eefede]

        coverity#736109 Nesting level does not match indentation
        
        Change-Id: I0f1beadc90eae9750b53062df2512f7c886fd267

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [74f2beb0d438a62f20d90979110b46d143b35f29]

        coverity#736028 Invalid iterator comparison
        
        Change-Id: I3ecb621d124c873556387e3bc5cfd5b9aadd8fc1

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [ef3e58c4989cc67e3f59955656676cde84831f69]

        coverity#736027 Invalid iterator comparison
        
        Change-Id: I099c0562bc52f0625ceac202b34b01025a7fd35d

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [fbb78543d3ad357ecda093f70401a27e60483a5c]

        coverity#736026 Invalid iterator comparison
        
        Change-Id: I04bc103120256614fa76310d3ba0a51c560d9393

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [239a586fb7d971bb4a2330bf2d4dd997b8bd60ca]

        coverity#735385 try and silence Copy-paste error
        
        Change-Id: Ifc3c705db7f3d88f26753bd189db34ca8ef8160d

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [2f989f1742c62e0cbb7275216b415ef4cad030c2]

        coverity#705269 Missing break in switch
        
        Change-Id: I49eb09156b3e8d3f68c13c3acd8696cdf841c109

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [096452279717d2d13b6140fa80b1442a59e5e874]

        coverity#704836 Dereference after null check
        
        Change-Id: Ia2ac113df3fe378308279ecdc4d14ccba9abfae7

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [febbda147aab20d7f25d1e1155b2d49bab0cee9a]

        coverity#704660 Unchecked dynamic_cast
        
        Change-Id: I9361477855b6d3fa18f0b1e433a5d21683327814

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [892e7ba8135be0e195f35b95674d813d828a40de]

        coverity#704656 Unchecked dynamic_cast
        
        Change-Id: Ib70eace7de922983528bdd57ba7cc029647a7090

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [eca5974eb20499d478773d5e374f038f96ebb5c2]

        coverity#704655 Unchecked dynamic_cast
        
        Change-Id: I04ef0f1067dedf613c29b49082620b097def9198

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [57eee45f5099110d7888eaf5863d4e858f112ff2]

        coverity#704654 Unchecked dynamic_cast
        
        Change-Id: I1ed0dc64ebb0243bdd4a03636158538854ac8253

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [66fae3a2bcef277a7dbf12d730a663edf3330f1a]

        coverity#704649 Unchecked dynamic_cast
        
        Change-Id: Ibeb096d98cba7a55d9d806802473660d30000924

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [2deb0a2651f55c401bd9b84c9373e4140bbdb09b]

        coverity#704564 Unchecked dynamic_cast
        
        Change-Id: I2dfdc5e1e852011b532b484e566896133208ee86

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [bec28033628473bdfde0c5a9e1af522613968051]

        coverity#704558 Dereference after null check
        
        Change-Id: I6fe44d8926acd185bb6bc671fb7df8ae935998c1

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [dc4d6c59631c6a197a95e1b531babc6169c95907]

        coverity#704231 Logically dead code
        
        Change-Id: Ic54f25f40416401be3a95880fe1bdc4496be935c

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [5802eb3a61a413a0d3f7155d36940b1c7a18011e]

        coverity#704228 'Constant' variable guards dead code
        
        Change-Id: Ia3ccd40ae4a83b58f7d5986273c5bd7d8310b467

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [07ff3d965f10a68bcae93ec216c269fbb7009a6b]

        coverity#703957 Unchecked return value
        
        Change-Id: I3a5c0239f4615ff0ba832ac4c733c26e25c259e6

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [1304a6ae7e60a46a88ded646bb2af8b8f8b926df]

        coverity#703936 Unchecked return value
        
        Change-Id: I238cdaeab269bcf3ef7a8969ee6077104c12c8a3

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [7ed36e0d7beb71667e70dcf256a3a610e839073b]

        coverity#441992 Uncaught exception
        
        Change-Id: Ibd07b854bbcf9d9e83236669addfd61fe639882a

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [b536f9ae625cf4e91066c1263f4814a356d0a41e]

        coverity#441989 Uncaught exception
        
        Change-Id: I579bfc6f4a57aea49e2b023917d0dbd7c3db6c88

2014-10-24  Caolán McNamara  <caolanm@redhat.com>  [cd31cfbf170e269a7063e232b062a9ca35b4f5fa]

        coverity#441732 Uncaught exception
        
        Change-Id: Icd11b81566fec7ce4855cd4e54ff3a3d9862d354

2014-10-24  Stephan Bergmann  <sbergman@redhat.com>  [1ff8fbba36e00170c65572fbe21e8e51925ac8ae]

        Some OSL_ENSURE -> assert
        
        Change-Id: Idd165c4a3083e1d4d8d1d16c663c31653c108702

2014-10-24  Juan Picca  <jumapico@gmail.com>  [6805d77c70c98d6fadccb3d4d8c0823924aca18b]

        Fract: enable tests
        
        Change-Id: I00650503f15f2dcd45b07e3c529965336e8391e6
        Reviewed-on: https://gerrit.libreoffice.org/12080
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-24  Takeshi Abe  <tabe@fixedpoint.jp>  [bddd965764130656ee8daf84b592de6de3c1db4f]

        fdo#84168 change writerperfect filters to use a new base class template
        
        in writerperfect/source/draw.
        
        Change-Id: I8ec2861da2af1e203157faa1319b837fe236b507
        Reviewed-on: https://gerrit.libreoffice.org/12072
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-24  Noel Grandin  <noel@peralex.com>  [0a82645c360158f9cc0fdabe2a52f1ff8f981bed]

        loplugin: cstylecast
        
        Change-Id: Ia0f5f0d0efbe4693aba347bff32cd694117251fe

2014-10-24  Maxim Monastirsky  <momonasmon@gmail.com>  [6ba8b7f5eacac969e4781d63718083a05491b1bc]

        fdo#73617 sc: Don't update the gui during live preview
        
        Apart from (apparently) being not necessary, it creates
        bugs like this one. If the selection consist of multiple
        fonts, it leads to clearing the font name box, which in
        turn leads to scrolling the list up.
        
        Change-Id: I8e702b9b4d4a1f7ad1ded5de1a5e162f039f6d4d

2014-10-23  Rene Engelhard  <rene@debian.org>  [714c5df9b10cd6084fff35a0cd40d330a88f53e4]

        fix LibreOfficeKitInit.h on kFreeBSD
        
        Change-Id: I750acd6e3e765a9635829ec2ed8dddf273824595

2014-10-23  Michael Stahl  <mstahl@redhat.com>  [28adfcdcbc504db8d5014a8939aa5e834e5d43d0]

        fdo#84935: basic: avoid silly SolarMutex asserts on exit on Mac
        
        Change-Id: If22b8ff962d2b68130176de3b7b9eccacfc850dc

2014-10-23  Michael Stahl  <mstahl@redhat.com>  [51906611abb53e8a22f2d460964e87b0b399d684]

        basic: move SbxAppData to a BasicDLL member
        
        ... so it is deleted by ~SfxApplication.
        
        Change-Id: I161bd92eb9b5082d1fdeea603921d0372a4d97e6

2014-10-23  Michael Stahl  <mstahl@redhat.com>  [a7498603d8b532a1560c3ab816ddb941ad472945]

        basic: pimplify that
        
        Change-Id: I0abe66ded0fd69a2720ad64e1a1426aafc7dfffb

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [cefe8874a142ffb170d93654790b41197c37ef78]

        There is no --without-ppds any more
        
        Change-Id: I64b2c0cbd6cafa686f62f88fd6a2276c7db80c47

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [401b850965b038e7606aae725ae3abb6febe3a24]

        Include <iostream> explicitly
        
        Change-Id: Ie055a72578df1fe25657034347c81155519f464a

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [bb72ad2969f536356334b0538108748e3947b041]

        WaE: implicit conversion of NULL constant to 'nullptr_t'
        
        Change-Id: I23a85ba05a596b566be35ebecc6b1804c0d0cb62

2014-10-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f7e422deac40fc47234755dfcbc50da38bb34112]

        The android remote app is in a separate repository
        
        so get rid of the noop-configure switch that was left
        
        Change-Id: I95ddf0fb1639c9801b27007cc24e366c2d6084cf

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [31af61ea091cc895b893c849f2130aa35792b7db]

        Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"
        
        This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba.
        
        Conflicts:
        
        	cui/source/tabpages/transfrm.cxx
        	svx/source/svdraw/svdedtv1.cxx
        	svx/source/svdraw/svdibrow.cxx
        	sw/source/filter/ww1/w1filter.cxx
        	tools/source/generic/rational.cxx
        
        Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [e92c0d6f9b7a6251e00dc55219a203a7e53c96e2]

        Fraction: Revert "-Werror,-Wliteral-conversion (implicit conversion from double to long)"
        
        This reverts commit 8d0f9675021a07261b2182fb3192c26e2263eff8.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [0c1f4e1331be14c730cb31a211ff2bc1149456f3]

        Fraction: Revert "error C2677: binary '*' : no global operator found"
        
        This reverts commit 9abc8067365e394bdc7c4fe49f642207a86d13f5.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [f76d21ca7350f024229169406b8d2eaa0bf825df]

        Fraction: Revert "boost::rational throws if 0 is passed as denominator"
        
        This reverts commit 1c8695ecf65174298ebd9edb5b0289db07af98ca.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [81819527318c583ead77a15e700ebf81e9e41e6e]

        Fraction: Revert "do not forward-declare templates"
        
        This reverts commit 091742e86aeb5287f7236f666fee48946ab4c67b.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [dc90c5a3955a33e1ae5216640021866be392f2d3]

        Fraction: Revert "just check if the fraction is < 0"
        
        This reverts commit 8afab33d161ddd39a3e6094b5daa08b156ef0421.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [b66aad4084760f3f43a9db580d637b43d5e38e24]

        Fraction: Revert "simplify condition"
        
        This reverts commit ad1f796b1dc710a02ade17c95e99d11412f1280a.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [d1d24172c51c20d7901c7446f84a99138fd29164]

        Fraction: Revert "make sure the denominator is not 0"
        
        This reverts commit e19fb51d89fd8fa747594ba7aa3fdac67262f646.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [62dc73d56920699a27ebeb75bc43a266244e9318]

        Fraction: Revert "make sure the denominator is not 0"
        
        This reverts commit a3dc4db870ac3c08c480131ed18d144e42ec18b2.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [858c2a2977d5e4671959724ecd2a453837dadddf]

        Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"
        
        This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e.
        
        Conflicts:
        
        	svx/source/svdraw/svdedtv1.cxx
        	svx/source/svdraw/svdibrow.cxx
        	sw/source/filter/ww1/w1filter.cxx
        
        Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [ff502f409fd73249a6a94c579d19905144aa5ba8]

        Fraction: Revert "coverity#1247617 there is nothing to do if width is 0"
        
        This reverts commit 6016287fd064568ab4052932b2e6c0ee4a601bbd.

2014-10-23  Jan Holesovsky  <kendy@collabora.com>  [d4867ddae67def9a52d7e3e027e261323f32c8f9]

        Fraction: Revert "conversion to double should not be necessary"
        
        This reverts commit 166eaf213b3d43e54f2f5206d9680f75f720847f.

2014-10-23  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [0bab8aee77cfc2ffdbc6d3ef6a869284bc12dff4]

        fdo#85247: copy and paste of a slide results in a blue slide in presentation mode.
        
        Seems like "Default" is handled specially or probably
        the copy-buffer is broken
        This now checks for slide 'type' as well, before cosidering it a duplicate
        
        Change-Id: If8c472bcefb54cee72e7411f92a76b4e2db2b6ce

2014-10-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2e52086aa0428b61111d9954a6af34febd75addb]

        fdo#60689: replace SUPD variable
        
        Change-Id: Iad63330f8762b595ba5ee94fc20bc2c64ac92f6b
        Reviewed-on: https://gerrit.libreoffice.org/11937
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [e87a0ca94b173272f90242c2929b2a0d141acf40]

        Related: fdo#83003 Jay wants equal space above and below this button
        
        Change-Id: I9babf256eabfd8a168097e28d0a9ffae0e281403

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [2076a520b280e3aaef020869f005619075789103]

        remove --without-ppds option now
        
        This was intended for the time we had a huge bunch of third
        party ppds, those are now long gone.
        
        SGENT42.PS is now the same as SGENPRT.PS since
        
        commit 871d8e0f278dab646e1877a505577edc730a26cf
        Date:   Mon Nov 25 14:13:40 2013 +0000
            Resolves: rhbz#188467 default to Type42
        
        so get rid of that one, leaving just the single SGENPRT.PS
        fallback ppd
        
        Change-Id: I851f25b2789b8aa101acd18193cd01e8cded4d09

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [cf33ce966752a9e222a53705604c4bf87525a444]

        coverity#736876 Negative array index read
        
        Change-Id: I5e0f2e4633286b320abfb6735232b57aedd3a5b3

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [5be04f59c9d9505a03239347de7ab4c0fdb452e7]

        coverity#440777 Resource leak in object
        
        rework to avoid the warning
        
        Change-Id: Id104c01b04e07ffaaf503a842c978acbc8a22a19

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [15037b018f81d6e5d5bb21921845a11922c301ca]

        coverity#705781 Resource leak
        
        Change-Id: Ia802df9c36b59a0130931436be7f5dbea07c0c8c

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [2bb0bd5a4a80ae5eaf2d9025ba1a300ba720d3b3]

        coverity#736214 Out-of-bounds access
        
        Change-Id: I8d525813eb26f2fafbfc7386d394be4e749b8d70

2014-10-23  Michael Stahl  <mstahl@redhat.com>  [a1fad26e045ff1fec0c63243e3516ef2da7f390d]

        fdo#84935: basic: DocBasicItem is a UNO service, lock SolarMutex in dtor
        
        Change-Id: Ia31d735ba54d18f406653debce04a07c077d09eb

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [644678e2accb3d06b541e91001682a7c1faedcaa]

        Avoid left shift of negative values (ubsan)
        
        Change-Id: If465c155c70ec068b6bd7adc05f188bbecc2824e

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [413210a5036486dc1777565c3c69b2eda68b3f93]

        Avoid left shift of negative values (ubsan)
        
        Change-Id: Ie4f6a4e3e54770c00741cc268ed9e27ecafac500

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1e5d17f821783d0e4a2db92bb09eaff1eadc485a]

        ATTR_VALUE_FORMAT is an SfxUInt32Item
        
        Change-Id: I38f7cece6157cd0a48e3c6a09b25eccc47f8525e

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [0e63397d7fda5325e83eaf439cdd745f797f885c]

        Remove pointless functions now that saveChild() is ZipPackageStream's member
        
        Change-Id: Id43ec2e7ddb1035d3306170523764bb9a74c03b8

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [4b609883f908f566be4990f04c3368d1a5f27826]

        Move ZipPackageStream::saveChild to proper source file
        
        Change-Id: Icd108215874e830e5c9587f7dbb38a7f11ee27c8

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [1b3122a1895e6eff7341fda39a5f68d7a60c7aa0]

        package: Add pure virtual ZipPackageEntry::saveChild()
        
        ..and adapt what needs to be changed.
        So that, we can kill at least some usages of horrible ContentInfo struct.
        
        Change-Id: I32d41f3b8ce2dfb65f0d1df18a540a3f67dcab6d

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [152c4afef44d6e6456777a7cd0de4e3a3a2a9338]

        package: ZipPackageStream: prefix members
        
        Change-Id: I02a1c3189c6b52f4f539b0eaa8878985cae8b321

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [3a8bddc18e4218210f74a9b0192f1528536a58a2]

        package: Add ZipOutputEntry to isolate deflating of streams.
        
        Preparation commit for deflating streams in parallel.
        We still use the same single XOutputStream (ByteChucker :-) for
        sequential writing but this can now be changed more easily.
        
        Change-Id: Idf26cc2187461660e31ac2e12c4708e761596fb2

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [0c24faee6b622971d7d8f989da36029200cbd2a5]

        FastSerializer: Also use cache for writing to ForMerge if we are inside mark()
        
        To ensure the correct order of calling ForMerge methods,
        call flush always before touching maMarkStack.
        
        This was the missing piece in optimizing write() methods,
        because of writeBytes() checking each time what to call.
        E.g. for Calc documents we don't use maMarkStack at all.
        So, just transfer the output to proper "ForMerge" when inside mark()
        and allow optimizations.
        This commit makes write() methods almost 1/3 as fast.
        
        Change-Id: I96c13888206c81f87e29b998839f78ea9d5570af

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [143bbb20a3f4d757e2493fc078deea7dbaa1e14f]

        inline TokenMap::getUtf8TokenName
        
        Change-Id: Icd9c6ebc9feb3e7aba28b01729b582a8f49c832a

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [d958e6d04983eb395b13b0d72aae5af550f9db9f]

        FastSerializer: Simplify OUString write a bit more
        
        Change-Id: Ifa0746d635ec43cdc37867cf94bcc128bb8e2aca

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [f89cace61aebe2d567ea3bd0dfb89cb04f3490c2]

        FastSerializer: Avoid some cycles when dealing with doubles
        
        Would be easier to use OStringBuffer, but we can't get its pData member.
        Also its append(double) is suboptimal (or anything that uses
        rtl_str_valueOfDouble) - should be doing something like this commit.
        
        Change-Id: I8f3140081a574a84f0e60dc85cce1bd2de23cd34

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [03040ac23be13d8bbcee9f5be3d21979d7705a0e]

        FastSerializer: Use fixed sized Sequence directly as cache
        
        Well, at least the allocated space is fixed size.
        When passing that to XOutputStream, change the size in a hacky way.
        
        Change-Id: I24fa134286e3086beda25c9a6915549e7c69119a

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [25eba216d8b0201bcadb6d4f23484f9ec8f123a2]

        FastSerializer: Use -1 for unknown string length
        
        Change-Id: I3920caf9d95f20992b7961873f1668468d797e8e

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [f39d69f6b5bc6dad1112e9465e12395d9439effb]

        Remove few pointless OUString::number() and one method
        
        Change-Id: I3e9a302a7513eebfeff07402f71fc3dde22e4cc2

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [c0c45cad415b2d091c632f3c2bc15103597db1f9]

        maTokenNames.size() is constant: use it and be a bit faster
        
        Change-Id: I39a6e2badf0c159e87763e2782bc89f0ee6068ec

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [5f46a7ad02aac2464fa45e4ecbc7cf4b85777664]

        FastSerializer: Faster write(OUString): add ascii check
        
        Saves about 80m pcycles for 180k calls.
        
        Change-Id: I9c9b3bf5a076df56d1b5b87f0a85ac3404abe8a4

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [eb8e7a76328408bc12ff4abb761d7f44c27bf402]

        FastSerializer: Simplify a bit
        
        Change-Id: I7dee908f5441ad34128d688e1008fd6ffad2ab3f

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [865fc150ea61b49dc28a56f287096efae0621163]

        Unused includes / using-declarations
        
        Change-Id: I8b43635ab1f77b61469f060c9a092f1494388955

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [5ed4c11534ba431097da1abb5d600d21b5f68a9a]

        Use sc::CompileFormulaContext for faster export
        
        It's a cache for maTabNames (sheet names mangled for the current grammar
        for output) which ScCompiler needs and is expensive to get.
        
        Change-Id: I7e2954104427a3c220f0f097be6cd45a66485b56

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [d8af144254b8f10fe1faa40f9072aad043ca35fe]

        FastSerializer: Use faster TokenValue struct when possible
        
        Saves another ~100m pcycles for 650k calls in startElementInternal()
        
        Change-Id: I190326edc7feffb900e91fa7e5c3530b5b267f59

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [eb195bbe34f1d7b794c2927e2e7053404758bc44]

        Use OUStringBuffers for performance reasons.
        
        Saves 120m pcycles in just 250k calls to ScAddress::Format.
        
        Change-Id: Ibf20cf0843a47cf0fa37a38c4fecf1ae1560412c

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [dbbbea666251175c2a4f9b0387d53ff097c65872]

        FastSerializer: Simplify cache to be fixed sized buffer
        
        This makes writeBytes(), which is called a lot, simpler and thus faster.
        E.g. for ~15m calls, this saves ~110m pcycles.
        
        Change-Id: I29d01a1a8651f668aff574e0f015cd2f018eb1cd

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [659064475d78b19f06a21985c4cc1feb50c9ca03]

        This was OString already; use it that way
        
        Change-Id: Ia2268ce8a1e2111adb609c515e5bfa824afa66ce

2014-10-23  Noel Grandin  <noel@peralex.com>  [035fe8a6aa6489740a7c9f4e1768452319a686d3]

        fdo#84938: replace MENUITEM constants with enum
        
        Change-Id: I7b0085af3b13bd6e1a50bf1e0e986d1524b52d7b

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [bb0039fdca8eff5ca603e333a23c3a7736b32cb2]

        WaE: unused parameters
        
        Change-Id: I689754378773fc6926e4cebe3ec14b5056fb8986

2014-10-23  Noel Grandin  <noel@peralex.com>  [feba02c3a408c34b3b4e203167ea7094efbe7449]

        loplugin: cstylecast
        
        Change-Id: I71cdd9154a8a5955e2915858cec33ec4e9ef4987

2014-10-23  Noel Grandin  <noel@peralex.com>  [6a097a7d964a22fbff8bfa9552c77b11447691bb]

        loplugin: cstylecast
        
        Change-Id: I8c7cd4c2cdc134556c2c664a22e2048b51a3b98e

2014-10-23  Noel Grandin  <noel@peralex.com>  [229eed079c675e70118370044ae91a69c60d044e]

        loplugin: cstylecast
        
        Change-Id: If991c0efe1ded6ef6d32b3a722ee87bbe36bf0bf

2014-10-23  Noel Grandin  <noel@peralex.com>  [5f6f57c26ee15787ca2f775f853e57cfc11d666f]

        loplugin: cstylecast
        
        Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6

2014-10-23  Noel Grandin  <noel@peralex.com>  [e2548315bfa103f114cc629a5b99b48f7542e9ac]

        loplugin: cstylecast
        
        Change-Id: Iad39bce8e7562821bc8fbf8156ea56aedc19c7d6

2014-10-23  Noel Grandin  <noel@peralex.com>  [d4ca0cc293e060e68237f251173d951eceb7898f]

        loplugin: cstylecast
        
        Change-Id: I0eaeebad6be75a1c0cccdf90955fde1a2909bdba

2014-10-23  Noel Grandin  <noel@peralex.com>  [50a8c89f36b3b8f2d029a0bedc1ed9362807321d]

        loplugin: cstylecast
        
        Change-Id: I9134aff4f2e6bff43ebb78c605e0ff521eac6ffc

2014-10-23  Noel Grandin  <noel@peralex.com>  [cb414252b8d5fcff516291ed4b9db75933e5331a]

        loplugin: cstylecast
        
        Change-Id: I4aafc170895d8bab47206c7b07b4f1f6105d42d3

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [c7cacf639d873e33cd98c56a0006d877b132341e]

        Rename --enable-sal-info to --enable-sal-log
        
        Change-Id: I896c9ac1c941b85d052fbefb902c4341664881d4

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [8133dc3d9abc647f52f80199b5110bc90758217c]

        RES_FLTR_NUMRULE_NUM, RES_FLTR_SDR_ANCHOR, etc unused
        
        Change-Id: I69b550d38dcafba3bacf438711cb6c3d20483065

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [3f89f88651f2c0b0c2edf37d9f13c4e48592091c]

        callcatcher: lots more unused post ww1 filter removal
        
        Change-Id: I7bf6dc1d366093e797a19a8e555103c15b311ac8

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [4a32dc6562f8e38dcc8d9c970c566c6bfcd3d7e4]

        coverity#1242682 Untrusted loop bound
        
        Change-Id: Ib9b7c148f0679e458821cf2f30ef14d815b96706

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [04d34c63c7f988eb285366e899f899ccd7109482]

        coverity#1242688 Untrusted loop bound
        
        Change-Id: Ic3e2c390de22d3e998daf760d73619218da020ec

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [d4617ef9c371baaadd948ffe7285d197d2d97107]

        coverity#1078541 Division or modulo by zero
        
        Change-Id: Iea43399c70e56ff4e32953a5ddc5751abed39ff7

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [2083b5350055177fbb3fcef75b2be63cf26d6039]

        coverity#1019337 Dereference after null check
        
        Change-Id: I31584f1b204b85929a5549ecd7f7e05b6968e580

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [1f581d50419d002618c48dd87017451d1915d43e]

        coverity#1242587 Untrusted value as argument
        
        Change-Id: I9720402f6482419cee84b468dd82a8c76ca1ddf4

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [ea8892cb44e9e1ad7ae7bba4f32cb690a77107d2]

        coverity#1242599 Untrusted loop bound
        
        Change-Id: I51bc114e215327f539612f94c40019c554698813

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [aa79a832b4e1fd994654c31fedf7a549de03fee4]

        coverity#706585 Uncaught exception
        
        Change-Id: Ic8d2963536b793f0a229901d9e13d8e54842d9b9

2014-10-23  Caolán McNamara  <caolanm@redhat.com>  [e89358aeca3dcb224917e30a7bfbc74f9995480a]

        coverity#706586 Uncaught exception
        
        Change-Id: I3ec05ae695428f92b7424295b6f2d3e833c6b162

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [6addde24f43d4d77cd459ef1d34df84cdad49d8f]

        Add --enable-sal-info
        
        Change-Id: I014d70ace7ce34b804ea2a018d3de8f94f7e0cbc

2014-10-23  Tor Lillqvist  <tml@collabora.com>  [2593d96b8d03fd1d4f17b05882a09687c47471c5]

        Log parsing time of each xcd file
        
        Change-Id: I290e2c84b17b9b5063139c6027b72f6cd3a78a99

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [d45607c4be485952158c58b1ebb83f7632f1a057]

        Revert recent changes to comphelper::OSequenceOutputStream
        
        Some of the changes could be wrong and we don't need them.
        
        This reverts commit 784d4bea86d8cbb3a855e557c465ce50a049cefc.
        This reverts commit 8524d5aba59148eef94859289f00ab6477e0e821.
        This reverts commit 018f1deae884febbbe639c7ee46b45ce4807e9d3.
        This reverts commit 8124fddc5803b4e104d4fc2456cb92cb030d9436.
        
        We use our own helper cache class in FastSaxSerializer
        since f736eba5a9df8645849a37b08d2764a5f495ab45.
        
        Change-Id: Iaca6b5b11cb32595db4420a02fa72b0007cf6286

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [ea052e766a67c2ae74d0960782c4d5fb335c25e6]

        FastSerializer: Have own fast cache buffer implementation for XOutputStream
        
        Previously comphelper::OSequenceOutputStream was used.
        
        Change-Id: I4dc38c8c62422e59efa1071312497364cdf5be3c

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [406062334a4891094928149711fcbb98fccc3fff]

        FastSerializer: avoid some more OStrings
        
        Change-Id: I2d5dbe9adccdd231cc16a1f83a90a4adeb965c64

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [50d2ffd2a107ae8fd5c3e53f4f75234ad37081ea]

        FastSerializer: Use FastAttributeList directly to write faster.
        
        Change-Id: I28085d4e060bcf052e6aa97a0822a4d653d7c066

2014-10-23  Michael Meeks  <michael.meeks@collabora.com>  [e1c503a2e3309d9f738d7f702a562509899fdb3f]

        fastparser: avoid allocating un-used FastTokenLookup class.
        
        This contained an rtl_Sequence complete with horror internal
        allocator, caught red-handed serializing threaded loading to no
        good purpose.
        
        Change-Id: I837b2c17e4f70fd6a49bed33ad74a7d79f98f35c

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [b98b477c084c876a3a65583dbfed5c1f5f8bfe12]

        FastSerializer: Remove throw specs; this is not UNO implementation
        
        Change-Id: I462f8ed89de48174ed7aa6e008709963bec50649

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [20538c25129ebadfa2050c0071887e1e2a46c838]

        FastSerializer: Avoid sequences where possible
        
        Change-Id: I359ca9d3b766b71904e4199ebfbdbd5b203775cc

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [8dc668999a9fea8c6fe8acb84dbe1588f670fd78]

        FastSerializer: Remove escapeXml() creating OUString(Buffer)
        
        Instead directly write the content.
        
        Change-Id: I7b6db925348b879a013acbd2a76a80d590f721c0

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [6be21256bdca3d1d1e32b0abec53ba9695ea5808]

        FastSerializer: Have OString version of write() too.
        
        And remove characters() member function.
        
        Change-Id: Ifcedbb6d969b7b057ff378d2fbce09c2dde5ac18

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [d55648b7e5cd499196389ed9ba5c7badbf3522e5]

        FastSerializer: check for valid output stream in one place is enough
        
        Change-Id: Id89fb1f0444331c2858a9795ae81dcdb875d3d2b

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [cc3ac382a2827a42d45f3fcb5e2149c163667ba0]

        FastSerializer: Do not keep whole sequence in memory; write in chunks
        
        Change-Id: Ibca65a2b8397358ac4013c8e5b53389ac6949e4d

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [8cc5b621aa308de2272bed32bc8cd88626455831]

        Remove mutex from OSequenceOutputStream; it's intended to be fast
        
        Make the caller responsible for using it wisely.
        AFAICS it's used only in FastSaxSerializer, so far.
        
        Change-Id: I50d48fd7f3e6cdeb9e4637868da213b8171e542b

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [c8b3ed2ec3bec708df678d54fd68a1a78c6f7c8a]

        FastSerializer: We already know the attribute value
        
        Change-Id: I6996e15f99b94b50c1903092d7424a96339ccfaf

2014-10-23  Matúš Kukan  <matus.kukan@collabora.com>  [b7266ddb2f580a2ed3c558d1996b5e2760023145]

        FastSerializer: Buffer output and write it only at the end
        
        Use OSequenceOutputStream class to concatenate strings in a
        Sequence<sal_Int8> buffer. And write data to file only at the end.
        
        The design is a bit fragile, since all FSHelpers need to be destroyed
        before calling FilterBase::commitStorage(). Otherwise data is not written.
        
        Change-Id: I26b02335ef36011bfcda17484b560811d18c7657

2014-10-23  Vinicius Vendramini  <vinivendra@gmail.com>  [5c8ea6d943ef37d73069288f9ef7dbd374721a71]

        fdo#83991 - cleanup whitespace after folding comment removal.
        
        Change-Id: I31149484d626013ddcd52356be7d416b435cebcc

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [ff6e489ed2af1096356772e105978b17993058c9]

        Duplication of formula/token.hxx code
        
        ...now that ScToken has dissolved into FormulaToken
        
        Change-Id: Idd28842125698fde62df7f70079f73105b918bc0

2014-10-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f89e5ebcf1bbcca730e7094e3a26ce753cd99627]

        vcl: fixup outdev.hxx tab spacing
        
        Change-Id: I3ca1784b931dfc4f3dc42abe8f0af588fd6b8bd0

2014-10-23  Yousuf Philips  <philipz85@hotmail.com>  [691851b0f97bc0ff7206919ffd46ec90fe6a07ae]

        fdo#78214 - rename of '1.2 extended (compat mode)'
        
        Change-Id: I2c0d14f8e015304489d2b199db620bf046758331
        Reviewed-on: https://gerrit.libreoffice.org/12069
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [3104fba6051328cb827042272fc6bccf05ccf5fb]

        kill OUTPATH
        
        Change-Id: I91806c3a55905dfd1ae90a10bc890cc526ff3270
        Reviewed-on: https://gerrit.libreoffice.org/11908
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2e363d1135ede20e2560df4eff27c080bc7e782e]

        Remove ScToken from the formula::FormulaToken hierarchy
        
        ...to keep UBSan from complaining about illegal downcasts from FormulaToken to
        ScToken (which were practically harmless, given that ScToken did not add any
        data members).
        
        Change-Id: I8fdc026eec363442cc4b720b71d65c972b4a4446

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d9a782be7ba158ce21ecce1fe53a7517bb6c5a28]

        Turn ScToken::checkTextEqual into a free function
        
        Change-Id: I03daf7bb68ed33d9610b7ef19d3bd6c18dc8170f

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d701a1a6df978f2c6ef8e50e4241e04b353bb118]

        Move virtual ScToken members up to FormulaToken
        
        Change-Id: I20eb3b44d540f459cd1902a7a3b6a5c867e5bc07

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [19d2f4211928de8cae2d46a8161f2d9081371785]

        Make ScToken::GetSingleRef etc. return * instead of &
        
        ...so that default implementations can return nullptr without further ado
        
        Change-Id: Idc8778fe868efa00b1de597a54aa07a2e6fa3bc0

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [7281580ef0cdfa1ba0858f1f918a6735108d124f]

        Turn virtual ScToken::Dump into a single free function DumpToken
        
        Change-Id: I2c81f24a27ede9922ed8ff16cf0ea4af824e9e59

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [6a7649f6a7e37d7427254cd34042e480c3a0e6f7]

        loplugin:saloverride
        
        Change-Id: I94f330d31f142bbeea2274597c855481cb311e0c

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [512ed170fe6c345fbb882c23e40ee9e884ff2f28]

        Turn static ScToken::ExtendRangeReference into free function
        
        ...and rename to extendRangeReference to avoid confusion with
        formula::FormulaCompiler::ExtendRangeReference.
        
        Change-Id: Ifcad309c14e04a0e37c80ca44462da587387241d

2014-10-23  Stephan Bergmann  <sbergman@redhat.com>  [1ba2028ab93a649ddab9b7253ea7ef7e7cf6d40f]

        Move FormulaToken::TextEqual overrides down into specific subclasses
        
        Change-Id: I5f27054ef2f9fdc4d0be0afe91ad31d053976bcf

2014-10-23  Noel Grandin  <noel@peralex.com>  [a6b01d01f77f84517d267bdfe31de91b9050a70c]

        gcc4.7.3 complains about the asserts
        
        'error: comparison is always true due to limited range of data type'
        
        So just make the underlying type be 'signed int'
        
        Change-Id: Ibf4ff72d85d33e88b7506289c622d34773ca259a

2014-10-23  Michael Stahl  <mstahl@redhat.com>  [72f368f6bfedb680ffcbd1c7fe28e8fc6d19ad2b]

        sw: fix undefined casts of SwTxtInputFld
        
        ... as reported by sberg via UBSan in CppunitTest_sw_mailmerge:
        
        > sw/source/core/txtnode/thints.cxx:3207:38: runtime error: downcast of address 0x000003cadcb0 which does not point to an object of type 'SwTxtAttrNesting'
        > 0x000003cadcb0: note: object is of type 'SwTxtInputFld'
        > #0 in SwpHints::TryInsertHint(SwTxtAttr*, SwTxtNode&, unsigned short) sw/source/core/txtnode/thints.cxx:3207:13
        > #1 in SwTxtNode::InsertHint(SwTxtAttr*, unsigned short) sw/source/core/txtnode/thints.cxx:1583:25
        > #2 in SwTxtNode::SetAttr(SfxItemSet const&, int, int, unsigned short) sw/source/core/txtnode/thints.cxx:1943:39
        > #3 in SwRegHistory::InsertItems(SfxItemSet const&, int, int, unsigned short) sw/source/core/undo/rolbck.cxx:1390:28
        > #4 in (anonymous namespace)::lcl_InsAttr(SwDoc*, SwPaM const&, SfxItemSet const&, unsigned short, SwUndoAttr*, bool) sw/source/core/doc/DocumentContentOperationsManager.cxx:1169:28
        > #5 in sw::DocumentContentOperationsManager::InsertPoolItem(SwPaM const&, SfxPoolItem const&, unsigned short, bool) sw/source/core/doc/DocumentContentOperationsManager.cxx:3041:23
        > #6 in SwXTextField::attach(com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) sw/source/core/unocore/unofield.cxx:1966:13 > #7 in non-virtual thunk to SwXTextField::attach(com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) sw/source/core/unocore/unofield.cxx:2061:1
        
        The SwTxtInputFld is unusual because it's both a field and has a range;
        let's try to use virtual inheritance to inherit both from
        SwTxtFld and SwTxtAttrNesting.  Sadly requires dynamic_cast everywhere.
        
        Change-Id: I69f834d2b78ef7cdaac1f554bd80711084efcd02

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc87f12c6a045203d3bb3c0d0e38693c25efa1f9]

        Reduce scopes and add some whitespaces.
        
        Conflicts:
        	svx/source/svdraw/svdotxat.cxx
        
        Change-Id: Ie1c94a4c241352c580d2509529919806f01ed6c0

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec1b82e682ac613fe6de78a733ed3a00094a946f]

        Describe text animation types.
        
        Change-Id: I4f878eff707e318fa80b7d3c19833bf724e4bcef

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3513475e549581b8d535975bf84acf8c788d469]

        SetObjectItemSet() eventually calls NbcAdjustTextFrameWidthAndHeight().
        
        No need to call this (rather expensive) method twice.
        
        Change-Id: I4c0a54acd1da0b8504ae7eb96beda4a8531943c7

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4a3e7d46c106a8d75c399b0fc21ab3808a9b2467]

        AdoptTextMinSize() calls NbcAdjustTextFrameWidthAndHeight() at the end.
        
        No need to call this again in the caller.
        
        Change-Id: Ib36853cf5a0720082275e0490b4443cd9e0bd007

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df3995232349ac5aac14e28d2931b9862b5c047a]

        Reduce scope level & Annotate the code a bit.
        
        Change-Id: I6ebf849243000920b1c1f7e67d2dc81fcee9e16b

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [96554f0590841bc03e90a15b98e9455d478ee31f]

        Remove local variables that are no longer used.
        
        Armin removed their uses in 120e469d176026ceb59abbf74d2ad255323cbc9a.
        
        Conflicts:
        	svx/source/svdraw/svdotxtr.cxx
        
        Change-Id: Id620466929ca3a66dd1c261e81aacd533a44cd76

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f3f1d8eaddc09446713e2bd065ed1815211b79b5]

        Method descriptions.
        
        Change-Id: Iece61424e09fc36768889fde2c848ed2b0722701

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [75c4091b14a0b419e6c9c2bd3c5e28a345c07a4b]

        Inlining make no sense for virtual functions.
        
        Change-Id: I6392eaceb0544b7faa9a0c726acf6619d971dbb7

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [165eef492748c8bd7cc3a72cddf234017c6a236b]

        GetSymName() not used.
        
        Change-Id: Ia369bf99a5e381a6f1f9c3d8a2499aa1780f04b8

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae7901abd638df353ffb60052d7aceb44a08cfc4]

        GetNameAsString() identical to GetName(). Remove this and use GetName().
        
        Change-Id: I26dce2dd11792ee118e78d23d652a5feb0789830

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ae2d01cb86fc9c236be88530eba88c06a9511f4]

        ( void ) -> ()
        
        Change-Id: I0d3d1d9ab5f7bc270c89a2a98d45ebea3cc37e02

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e5084fbf728e4eaff7cb67296222e6d54e3e4757]

        Be sure to copy the cell text attributes values to and from clip.
        
        Otherwise we'd have to unnecessarily re-calculate the script types again
        which is not cheap...
        
        Change-Id: Ie589fb4a7e5ec9b5ef646dabea4e6bd0c0aca560

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5156c5937b428b0923c7ede51bbbf9c407f68bc1]

        Set script type to latin for formula cells with numeric results.
        
        But only when the column contains only standard number format types.
        
        Change-Id: I83982d2e87f9776cf03754beaf183e35675be992

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [90f2f3426773919bbc216253616239ba5d2d153b]

        Exit early in case the column has no cell notes to copy to destination.
        
        Change-Id: Ifca77ccda7b2065b00ee29f29f377da599929843

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [beb2d06e2e016a393f3bf1735f5a632402cf7f13]

        Set latin script to numeric blocks of applicable columns.
        
        Change-Id: Ib81ef144f168fed38100127bd63f43ea5a835a13

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a4b7d8a40106300b3eb95e1be3e4468e9fb8741f]

        Check for standard number format rather than just for 'General'.
        
        That's what the ods import filter does.
        
        Change-Id: Ibcd9a80a51785a448594d29a02283cca0ec53e95

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc1dd8feb80a51109c99c6cb176f5fd16ace5a1e]

        Move this useful function to sc::NumFmtUtil.
        
        Change-Id: I7b42a4418408ee2c988c32e7f1adeee3dfe269c8

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f1fcac4bc93d895307fad194988c4a024034dd5d]

        Try to determine whether or not a column has all 'General' number format
        
        during import.  We'll then use this information to set script type to latin
        for all numeric cells in those columns rather than leaving the script type
        'unknown'.
        
        Change-Id: I69eae1effc32c57290b0265bc6c87e58f51944b1

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e0d62d8ef7ec781ded59c2453d817eb9022b4bf3]

        Move SetAttrEntries from ScDocument to ScDocumentImport.
        
        Since that method was really an optimization for xls(x) import code.
        
        Change-Id: Ie2530f5dc27411bd45d72440681689c6c7a8b10a

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ab4606f9e7693e610a04174b94f0c74ea8ec388a]

        Update all script types in the marked ranges up-front.
        
        This is slightly faster than doing it on a as-needed basis.
        
        Change-Id: I7618f003f3c98ee894c3f1cf597681e4281cc6ab

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8922f72d1ea1dd8af8a43d265253eac4f82baffc]

        Annotate FindEditCellsHandler.
        
        Change-Id: Ib49a7a3eccee62e5496f7f19824631866e072b6a

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [04ee80c1a6d476171d2394a57011dc98c2aa86bc]

        Store height array to RowHeightContext and reduce function arg counts.
        
        Change-Id: I09b79bc76ffc55e25c24bbfa8f000f4a46df0a1c

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [48f2cc5a2e0a29a4d36cc36ef358cdb4b3e58061]

        Set rotation reference directly via internal API.
        
        Note that the original code would first set the rotation reference value
        stored in the Xf, then later unconditionally overwrite it according to
        the border setting.  The new code only ports the second part.  Perhaps
        there was a bug in the original code....
        
        Change-Id: I15b6839e9a58e8070a43db70e1a88b42ed99f2d8

2014-10-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cfcfd1a868a1d089545a9da6fa7281e11f7fdcd8]

        Set cell style name to the document directly, bypassing the UNO API.
        
        Change-Id: I28decfdfd8248fb9b95416b9b269a4ffabcc6370

2014-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [013ec10d4e89e86cbd53a88058defb7e97ebaa49]

        i#84172 RTF import: handle nested groups inside redlines
        
        The problem was that in case we had {\revised foo {bar}}, then we only
        started a redline before "foo", but we ended it twice: during handling
        of both "}". Make sure that the end of the redline is only handled by
        the second one.
        
        Change-Id: I41ab8b486e8615d3479fa0fadd6016476859b4b2

2014-10-22  Maxim Monastirsky  <momonasmon@gmail.com>  [9f06a0988d39dddcd14c9424dd48e2990cf8351f]

        fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph color
        
        Change-Id: I0231a52288ca9a8a2a5e5cdb13fdff772b989640

2014-10-22  Maxim Monastirsky  <momonasmon@gmail.com>  [e2b84636b3baf344cbc8f709478714ddea7caced]

        Related: fdo#84844 Support of Sidebar wide buttons in SvxColorToolBoxControl
        
        The end goal is to convert the Sidebar to use
        SvxColorToolBoxControl, and get rid of the Sidebar
        specific color popup, so we don't need to maintain
        two popups.
        
        Change-Id: I42e5bcb611acae25f16dfe9623d19727fc39ea07

2014-10-22  Andras Timar  <andras.timar@collabora.com>  [af24b627370f2eecc9222b555fc5c1ef393f5850]

        scp2: fix language codes for sr-Latn and ca-valencia
        
        Change-Id: I0fe5d3b305c5105e987fcae90f2733b373fecc73

2014-10-22  Tor Lillqvist  <tml@collabora.com>  [2825fe0fefad9ba0e5108cd210c04eb5091be70d]

        Bin unused version.map file
        
        Change-Id: Ic0efcf61e43864d531721474540ec138033bffe6

2014-10-22  Tor Lillqvist  <tml@collabora.com>  [a60ce288fadeffce563216d353abf9a9d953317c]

        WaE: overriding virtual function declaration not marked 'override'
        
        CppunitTest_configmgr_unit fails, though, so I did not uncomment it in
        Module_configmgr.mk. Presumably one would need to look in the old
        configmgr/qa/unit/makefile.mk to find out how to run it.
        
        Change-Id: Id368fd94076f873bfdd34f1829d6a009daa7fa84

2014-10-22  Tor Lillqvist  <tml@collabora.com>  [42a78549ce3c3cedb0e501d0488e0b85bfd5e8a8]

        WaE: Unreferenced function definition
        
        Change-Id: I3364da59679875c21691fa758578fd871e359956

2014-10-22  Michael Stahl  <mstahl@redhat.com>  [6af967ae4c53b6ce90603338e4378620791fe3fc]

        Revert "PythonTest_dbaccess_python: don't modify source document"
        
        This reverts commit 29474c7a227050b16fc341bdf7df68112793a23d.
        
        Removing the lock file fails on Windows because it is opened; it ought
        be possible to close the document instead to clean up the lock file?
        
        Change-Id: I2c93fc893c62d6a267be9723761e5ed7577086a7

2014-10-22  Matúš Kukan  <matus.kukan@collabora.com>  [87cb3a7c9609a298980e7384633aa383d69eca34]

        unusedcode: Remove Deflater::setLevel
        
        Which makes bSetParams always false; remove that too, together with nLevel.
        
        Change-Id: I94a4ec14b2b2c498d749ef72c1b6b118bba37076

2014-10-22  Tor Lillqvist  <tml@collabora.com>  [8b292a29a4dbfef15eb0475b71d33330bb55d3b2]

        Match also "debug" lines (for instance from SAL_DEBUG)
        
        Change-Id: I2981a622205cca2dadfc6cb0007559b8270f3d5b

2014-10-22  Maxim Monastirsky  <momonasmon@gmail.com>  [ce59240410e58352917fcda94cab3465f059d11d]

        fdo#85324 Prioritize writerglobal8_template detection
        
        Change-Id: I0454b52dcfe1514f81ddfc97a4f9246d6d2571f7

2014-10-22  Michael Stahl  <mstahl@redhat.com>  [816e5063b888db93eaf4a3240823399e7a221279]

        framework, unotest: do not override UserInstallation from environment
        
        The PythonTest_dbaccess_python may fail in incremental builds because of
        stale JVM path in workdir/unittest/user/config/javasettings_Linux_X86_64.xml
        so it's better to use the fresh UserInstallation that is already passed
        in from PythonTest.mk.  To make that work, tolerate non-existing path in
        SubstitutePathVariables::SetPredefinedPathVariables() at least when
        running in the build environment, which is probably better than
        effectively running with "/" as UserInstallation anyway...
        
        This partially reverts commit 6dbb6275ebd1a4299099c3b6bc82ec4ee0e1fb86.
        
        Change-Id: I4d42d53c049056590662828360c4ce5a29af0f4b

2014-10-22  Caolán McNamara  <caolanm@redhat.com>  [deb9dd0648abe81cb8c9b0696c71ebd823c0a549]

        remove original and unused word for windows 1 filter
        
        move fltshell.cxx into basflt and fire up the chainsaw for the rest
        
        This filter has never, as far as I know, had a route to actually execute it
        since day 0 of OpenOffice.org.
        
        Change-Id: I35a92e2dee60bdc5d2d4e7181074bc4a3635b54c

2014-10-22  Caolán McNamara  <caolanm@redhat.com>  [e8204fe4cb382176bd9a803f4e7a21e5f69ce2db]

        Resolves: ooo#40683 support word for windows 1
        
        via the standard .doc binary filter
        
        Change-Id: I0284fa815e6874d7d59ad1ad8ede4482d2e266a4

2014-10-22  Caolán McNamara  <caolanm@redhat.com>  [1a2c28cf0dabd1b84d7130186f562de82cb1ca82]

        callcatcher: update unused code
        
        Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b

2014-10-22  Stephan Bergmann  <sbergman@redhat.com>  [f5fc81616ccf45edd180cfb8c7002eb50284f90d]

        Avoid unnecessary #include
        
        Change-Id: I6ec5de40ce2f4cbcce751dcae16dae60abbc1a37

2014-10-22  Takeshi Abe  <tabe@fixedpoint.jp>  [294c80f1cd8279f9ef239b8251b8d4c51284e63d]

        fdo#75757: remove inheritance to std::vector
        
        from SwOLENodes, by typedef'ing it instead.
        
        Change-Id: Idafdc69a4cf7629c8c82fab5f3472be3049dfeab
        Reviewed-on: https://gerrit.libreoffice.org/12019
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-22  Vinicius Vendramini  <vinivendra@gmail.com>  [f73112e2290bbbf7e86dcf72158cffc3f2d80a6a]

        fdo#83991 - remove redundant function folding comments.
        
        Change-Id: I630aeedc31099e11d4bd0e91a05943e926efd61e

2014-10-22  Takeshi Abe  <tabe@fixedpoint.jp>  [d19f950dc49ee4b635bfecfd1ff8f1b1b5f4358a]

        fdo#84168 change writerperfect filters to use a new base class template
        
        in writerperfect/source/writer.
        
        Change-Id: I8840f13b44aa1060dab9383583bdb1db4db70aaa
        Reviewed-on: https://gerrit.libreoffice.org/12038
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-22  Stephan Bergmann  <sbergman@redhat.com>  [4b89bd55b094ff5ed0162e2f34cd560fbf47e524]

        Speed up xmlreader::Span::equals
        
        Change-Id: Id1613a100e96667717cc32f44f84c0916055ea01

2014-10-22  Stephan Bergmann  <sbergman@redhat.com>  [d9f303a030f35404b31654bcf7caa4cca5532165]

        Remove unused FormulaToken::Is3DRef
        
        Change-Id: Ib720bc4b3bfff8e428d14d65ff73144db82c60e0

2014-10-22  David Tardon  <dtardon@redhat.com>  [e3ac30fe6287b4cd0c9ef103d011a109a359a0be]

        fix oox build on big endian
        
        Change-Id: I580266d908e30ef076de0517f41a600f4c9372c1

2014-10-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2a858a44433345a742393b691af97b03dc146462]

        Save precious vertical space by removing some redundant heading labels
        
        Change-Id: I6aaa7602f57f6cb2d0f9bc3ee897a9c3576d47d3
        Reviewed-on: https://gerrit.libreoffice.org/12012
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9212cd18b9f2b32f2c2340701b010b678938b47a]

        sw: port two switchHeaderFooter() calls to DocxTableExportContext
        
        These two APIs do the same, except that the previous doesn't handle
        nested calls, while the later does, as it stores its state on the stack.
        
        The idea is that once all calls to the previous are eliminated, we can
        get rid of it, reducing code duplication.
        
        Change-Id: I0162f3ab475e306734412b39d7166c4f0bc6cd7f

2014-10-22  Tor Lillqvist  <tml@collabora.com>  [9ecac3874d179b1d7aa6b45337001b1def06a9dd]

        Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING
        
        Feature test macros that govern conditional compilation should be
        defined in config_*.h include files, not on the compilation command
        line.
        
        Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [d0be09322d127e7d517851db38c764d57fbab2dc]

        coverity#1242908 Untrusted value as argument
        
        Change-Id: If9dd92c361d406c435329d29870dc8bb07a8ba7b

2014-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [29474c7a227050b16fc341bdf7df68112793a23d]

        PythonTest_dbaccess_python: don't modify source document
        
        Change-Id: I4e8f94554141e41863c474c5f99be4b1974f3dd7

2014-10-21  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c58c28d19b3afaa53ef1895609e9e21db04d8abb]

        fdo#39468 Translate German comments - sw/source/core/{unocore|text}
        
        Change-Id: Ib68eb94b296b002a8cd4e73dd6fd72a4f9d2f7d3
        Reviewed-on: https://gerrit.libreoffice.org/12058
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [6cc11e591f267f23ace5f5358074f7511518499e]

        true on success, false on failure
        
        Change-Id: Iaba5f2634e985cf41d52bedcbf7ac1c060d02c1d

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [4492b1cf0c8655da7dde2e355c5e361e2e959c14]

        Remove dead CustomerNumber functionality
        
        Change-Id: I221d3b9f0bf0f90a117fcf0caead52f2c31f7926

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [c35fec830ad341eeaffd68a3c3786bf7db14b6d3]

        The only SID supported by PropExec/State_Impl is SID_ATTR_UNDO_COUNT
        
        ...apparently, given that the SID_ATTR_UNDO_COUNT entry in sfx2/sdi/appslots.sdi
        is the only place that mentions those functions.  That reveals that all the
        other SIDs mentioned there are completely unused.  (Also, there seems to be no
        need to wrap the remaining PropExec/State_Impl functionality in #ifndef
        DISABLE_SCRIPTING.)
        
        Change-Id: Iea7a41aa323b7876d316794cebe962e6e086236d

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [16591b8ef73afbcb5645451f4477136ed4956d79]

        SAL_WARN about unsupported dispatch requests
        
        Change-Id: I3ee646258ed1419245a0766c79214102b08bbca1

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [d1e9aa23a7b74e153479e0e23aac1c02cca48177]

        Resolves: fdo#83588 Revert "center slide after changing zoom"
        
        This reverts commit b179235f702e474b115ca479b603052f422346fd.

2014-10-21  Yousuf Philips  <philipz85@hotmail.com>  [7d9f02ccdbbe7ba0fe110e3f7d4ae4867711800b]

        SIFR: add insert hyperlink icons from hyperlinkdialog icons
        
        Change-Id: Idc02ca8c9faa8dfc05329bc1ef2807873590aabe
        Reviewed-on: https://gerrit.libreoffice.org/12063
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [2a6be9021075bae69cfac1305b6a70910a7a00dc]

        Flush output after each line
        
        Change-Id: Id96ab8d9938725d780c475f2f892660f04448df1

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [fe2711dc10f0267a7495690dbfb28bfa80e2fc89]

        WaE: unused parameters
        
        Change-Id: I080677b1add4f82315ed063af2478c9e41d267ac

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [429af15f99d81e376e1005abb0c550be924ba5ad]

        -Werror,-Wunneeded-internal-declaration
        
        Change-Id: Id3c70202bd028bf7400419fcba5ba4217954acd5

2014-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [0796b3041231063c3594e85a8f2ea2b15602d46d]

        dbaccess: make sure fdo84315.odb.lck is removed after the test passed
        
        Change-Id: I6c9a42625f10a3a30e2636a2a2be2b9bcba8f6af

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [6b398581f387dd98e02d709dbdc8000e6ce4deb1]

        Resolves: fdo#33598 don't show filter list any more
        
        Change-Id: I4100600455f1cc48c6d8957dacfe232192895e50

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [75ffeadb55a6c422fb246bfee3870d9035d250e2]

        Related: fdo#33598 don't show filter list if there is only one filter
        
        Change-Id: If31787ed84157cfb1c28710277fba747f96adc8d

2014-10-21  Yousuf Philips  <philipz85@hotmail.com>  [c69b48a42052ff79d192ae08c8226d9454a2338e]

        fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbar
        
        Also hid 'Extrusion On/Off' button in the extrusion toolbar
        
        Change-Id: I768ba62878039a18cad8294046b3ae84d762d91b
        Reviewed-on: https://gerrit.libreoffice.org/12046
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [92360e7413daf35d6b3acf2e77cf3c6063c5f11f]

        Resolves: fdo#84417 restore focus window after preview
        
        regression due to changes of sd/source/ui/slideshow/slideshow.cxx
        in cc5518ca61b209408a9d5262bbdcc39efccdd72d
        
        commit cc5518ca61b209408a9d5262bbdcc39efccdd72d
        Author: Steve Yin <steve_y@apache.org>
        Date:   Thu Nov 28 12:09:19 2013 +0000
            Integrate branch of IAccessible2
        
        Change-Id: I6b399d68c1f3ef32b702135b981100a23760569b

2014-10-21  Yousuf Philips  <philipz85@hotmail.com>  [7cfb805a82e91a6166607253f9bdbffc06579bb1]

        fdo#84405 TRACK CHANGES: New icons for the changes toolbar (small)
        
        Change-Id: I62a942dc525eea17115959533f0c9b06b85722c6
        Reviewed-on: https://gerrit.libreoffice.org/12033
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [820e64f96615f46ac97762357d0369615967dbdb]

        connectivity: firebird: fix temp directory leak
        
        Dispose the dbaccess document, and recursively delete the temp directory
        in Connection::dispose().
        
        Change-Id: Id283289e44b8ca09b88da19920da7f27b551aa7e

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [a2e4d4329bc3913a198c25c428faedef02f36681]

        connectivity: firebird: use Reference for Connection where appropriate
        
        ODatabaseMetaData and OResultSetMetaData apparently have life-times
        independent of their creating object, so they need to own the
        Connection too.
        
        Change-Id: Idee28a96e318ca4b3d804084d609737a7fc75862

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [137131b1e0c81bb948e563f831cfe9e6ebfb1b3f]

        connectivity: firebird: fix Connection leak in OStatementCommonBase
        
        bin/refcount_leak.py was very helpful here.
        
        Change-Id: I61dc57408cf1533f733c08b701884851ec6afb8d

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [666ec98b7e10ca8acd891363587fd345373b3716]

        dbaccess: surely the problem is that the storage could _not_ be committed?
        
        Change-Id: I03e7e09e185e9cb25868c86de0b402b89e7f5d75

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [ed45c87896de74048708d51c050ecd42c9f4a0a0]

        sc: fix temp file leak in ScTableSheetsObj
        
        Change-Id: Iff838c97c1cf633f99e75a169eeb8bb324d4a32a

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [d7806edcba5e1f9a09decdc95857310ea0a68244]

        sc: remove duplicate test methods from ScTableSheetsObj
        
        Change-Id: I4b0798a08f650660d1b5daaa41c7ee3618fbab3a

2014-10-21  Michael Stahl  <mstahl@redhat.com>  [4548e98596996d996d03cfd0b8d6d76bc14d77e1]

        sc: fix temp file leak in ScTableSheetObj
        
        Change-Id: If75573ffe565ec621aa6c9739cec71bc4b087c7a

2014-10-21  Yousuf Philips  <philipz85@hotmail.com>  [5dee00ee50d3d7d7684d0d62f88d0cb206977a67]

        SIFR: fix issues color icons, control code icon, and large underline icon
        
        Change-Id: Id2c795b7bdcf00a67ddacb2ea076967fbbefcb0a
        Reviewed-on: https://gerrit.libreoffice.org/12053
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [e73ee8db850f292aadbc2c7c853c6b4fb1dd5100]

        Remove unused SfxInterface::GetResManager_Impl
        
        Change-Id: Ia9ad8072b07f0121af18377445c90480ff7c2600

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [5309cab855f2ccd129de97834d781524e2aa961e]

        Remove unused pSfxFormalArgs_Impl
        
        Change-Id: I0c1e8c42fd03bd861323cbff172031f5405c1597

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [a2f80c9436faaace2cdabbc58be4e2e200f4ae3f]

        Related: fdo#84676 make the undo popup not center under windows
        
        Change-Id: Idef87a0ec74b7da4779a34ec2c18e7243eb328ac

2014-10-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [23cebb364b6fd57debd31a86975a6ae6f119dd99]

        unotools: correct filename spelling - testGetEnglishSearchName.cxx
        
        Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [fd92dffe05f6bf5c849df65c03de56ea0b3e7df0]

        add CVE-2014-4114 test
        
        Change-Id: I4d195f5ff7f9dc12747a8748915e82ab06d770fa

2014-10-21  David Tardon  <dtardon@redhat.com>  [166eaf213b3d43e54f2f5206d9680f75f720847f]

        conversion to double should not be necessary
        
        Change-Id: I12ad83453b68077fe672576680b0cd5fd9acf49f

2014-10-21  Caolán McNamara  <caolanm@redhat.com>  [a29301cf696ac093c03de05248c3c6adffd14818]

        fix debugging build
        
        Change-Id: I7264f670dd60f6121a23a4cb5524edc3bf1dcee7

2014-10-21  Noel Grandin  <noel@peralex.com>  [182fc4f184b77330fdbb32096b64f5fbc5b5f874]

        fdo#84938: replace WINDOW_BORDER constants with enum
        
        Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb

2014-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [43327878920f424f8bac1114bee51c54609796c5]

        nShearWink -> nShearAngle
        
        Change-Id: I122f16783db4025b9335ed82a12f051516d98d4c

2014-10-21  Stephan Bergmann  <sbergman@redhat.com>  [42a05b4b2aa980cc8443813e6ab903034f9f4dbc]

        Remove unnecessary jfw_plugin::getVendorNames
        
        Change-Id: I3c134c27db4c1496fcacc519da68af10ab3ce574

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [a8c24b25fd9fb21097a08a22797bf61b59099ea1]

        Cross-compilation fix
        
        Change-Id: I205afbd9c1cbe3a286359036cbdcf6aa9d986f71

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [bf8fb8cfc3d08bf251b2099db6590af6c09c015e]

        Make the patch apply again after NSS update
        
        Change-Id: I935188ee90b4c56c5a4d7cc374a26e4b182beb5f

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [7caf64cd7d289993f00f78ee374010e353484608]

        Current iOS SDK is now 8.1
        
        Change-Id: Ie2860cf1a279d08cf8a08b72c20539ddaa00be15

2014-10-21  Tor Lillqvist  <tml@collabora.com>  [1ddc9fd6365059e93d3e080d2121693a658c9ff7]

        Correct comment
        
        Change-Id: I29633cfe7b378796bec5fe822941193ded8a9aa9

2014-10-20  Matthew J. Francis  <mjay.francis@gmail.com>  [36b25a83fe0b6b0ae0f179bedfc207375633ed19]

        fdo#85185 Copy OUString argument to avoid a use after free
        
        The original OUString is destroyed along with its containing
        object part way through the call to PaletteManager::PopupColorPicker(),
        so a copy must be taken
        
        Change-Id: I8417ff23a17003e80a4f65e0cf1ad2a8dda5386c
        Reviewed-on: https://gerrit.libreoffice.org/12031
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-20  David Tardon  <dtardon@redhat.com>  [bd4e81bab2726cbab30b58a71c25db9b7d1ddb7e]

        put back variable deleted by mistake
        
        Change-Id: Ic705fe6bb7c3b9bae4b09d0b487f48056675b4b8

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [9bdca0019bd3781f15e542becca5537fac2e0a9d]

        crash in tools->options->advanced
        
        regression from...
        
        commit 06562c678410e425de629109ce92933c2d89a8f6
        Date:   Sat Oct 18 10:36:36 2014 +0200
        
            convert SV_BMP_ constants to enum
        
            Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05
            Reviewed-on: https://gerrit.libreoffice.org/12018
            Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
            Tested-by: Noel Grandin <noelgrandin@gmail.com>
        
        Change-Id: I29486e8fe17d9e06e01c33f93d99ffc6ae3d017c

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [af748c7fff9e57a5b95bdc569456cc0da93a1f90]

        Clean up VendorBase (virtual) member functions further
        
        Change-Id: If6b9355c6992eb6651f71c0944a93af0856ef1c7

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [5dcfbe57c8c35814d0e8e20c7069be340151da8f]

        Clean up VendorBase (virtual) member functions
        
        Change-Id: I1377dfded1246c8e96db3addc28489886c7f2d99

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [454f5c3018c6d61d5872f7c23c7590c2157444e4]

        Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"
        
        This reverts commit 53c836701e22b1babd3702b502facd76236df7ff.
        
        because it means that all disabled buttons get their "click" delivered
        so disabled buttons are only visually disabled.
        
        e.g. writer: insert->table->autoformat, click on the disabled "rename" or "add"
        or "remove" and the sub dialog appears. Or in calc insert->object->chart and
        click on the disabled "back" -> crash

2014-10-20  Michael Stahl  <mstahl@redhat.com>  [908d1b6e632922a6fa59385c49828be3c3eeb969]

        chart2: fix memory leak due to cyclic reference in VAxisBase
        
        The VAxisBase::m_xNumberFormatsSupplier refers to the ChartModel itself,
        and apparently that is a cyclic reference.  Naively using the
        ChartModel's m_xNumberFormatsSupplier in
        ChartView::impl_createDiagramAndContent() because it will later be passed
        to AxisHelper::getExplicitNumberFormatKeyForAxis(), which expects to be
        able to convert it to a ChartModel.
        
        Since passing around the ChartModel as an XNumberFormattingSupplier is
        sort of un-intuitive anyway, refactor some methods to use XChartDocument
        instead, and only create the VPolarAxis / VCartesianAxis with the
        ChartModel's m_xNumberFormatsSupplier.
        
        The drawback is that if ChartModel::attachNumberFormatsSupplier()
        is called after ChartView::update() has created the axes, it may not
        have an effect on them; not sure if that is a real or hypothetical
        problem.
        
        Change-Id: Ib5f0d5882b85adaf44f80e086f19178b3e64882f

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [ae218f4895082ea9fca8f414a332bcf47045ba8c]

        tweak CaughtException
        
        Change-Id: If5aac87876b139bfb394ec124136de131c3518ae

2014-10-20  Michael Stahl  <mstahl@redhat.com>  [a4e219eee6314f26b7d9058e714c62facc2bc08c]

        add bin/refcount_leak.py script to help detect leaks of UNO objects
        
        Initially this didn't help at all, but with some tweaks it now finds
        the leaked ChartModel as the #3 and #4 printed stacks, with a very bad
        score of 40.
        
        Change-Id: I918bcb64bad0b9432bf2b670b03915836fb34a11

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [7ce03365e8e655c4c9636d1acbc02c530114b2ce]

        Related: fdo#84676 set floating undo bits to the same as the color pickers
        
        Change-Id: I153d92e94319bd1e7f0d425288f184bd8d13542d

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [d89a2aaaeb7c4afdb70978e5cb54443119e3ee45]

        fix font tests
        
        Change-Id: I2738ea2a5c6714d8e43c06aa2eb4c53500a5afe9

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [70ae4721b9324ebc83fcd7f49f67db60982c9345]

        -Werror,-Wunused-private-field
        
        Change-Id: I2e7c2206872dfe22c77555f3a14ea2a10c2453c2

2014-10-20  Andras Timar  <andras.timar@collabora.com>  [0c1ad017f76bdc2e7b123985516456450e2e4f17]

        fdo#85042 Windows XP SP2 is required
        
        Change-Id: Ie36cc7444fe5d685393e06d3d3a3a8d827b2f775

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [66da64c74829a68a8dc55c9380ecd6c84d0fc331]

        Missing include
        
        ...and only use getCaughtException as first statement in catch block.
        
        Change-Id: Idcac073896b84fd2671b52b2315f454651dbf910

2014-10-20  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b38c71e3653552bec9b1cbeac6bc1b0df736c82b]

        fdo#78826 HIG: missing colons and capitalization in sc
        
        Also:
        * Something I missed from the HIG: standardize Help button position
        
        Change-Id: Iaac65bd277d87ff58883f287808a5c5b804cc04e
        Reviewed-on: https://gerrit.libreoffice.org/12015
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [f6101f6d3e14720317c4904cbafceb29ec753005]

        Work around workaround for old MSVC 2012
        
        ...not allowing certain o3tl::is_typed_flags::Wrap conversion operators to be
        explicit, thus causing ambiguities here.
        
        Change-Id: I5108885229eb185ceac57042e67405b393cdcf3b

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [f9c242674094eba7ac19bd279f611dba0a8e5571]

        Resolves: fdo#84885 chart wizard dialog cut off
        
        Change-Id: Ie24687cd1c54b1fed04745c83f507c17a5574175

2014-10-20  Michael Stahl  <mstahl@redhat.com>  [f5e135bb250e3f5fdae9e7b48cc4e92f027b65d8]

        chart2: fix temp file leaks in Chart2ExportTest
        
        Change-Id: Id128f19dee056189a34a02156fd0bf3ac14c2454

2014-10-20  Michael Stahl  <mstahl@redhat.com>  [9a1889f0cb87fe50bb1f6b2afd7ff7c3ebe20590]

        chart2: fix temp file leak caused by missing tearDown() between tests
        
        Change-Id: Ia4ee76743c640c0c5b92ec169e619f6c8788480e

2014-10-20  Michael Stahl  <mstahl@redhat.com>  [6e355d95614e04282620574c89ff63fd3405c14e]

        Revert "at least fix the crash when calling SdXImpressDocument::dispose
        
        ... for now"
        
        This reverts commit 599473a13e3c5ba669d995c913ad415bd674a16c.
        
        moggi says the unspecified crash happened with the tests following the
        comment in chart2import.cxx:75, but the tests run fine in valgrind now.
        
        The commit creates a memory leak in the CppunitTests as
        SfxBaseModel::dispose() returns early, because mbDisposed is set.
        
        Change-Id: I987dce6a4090784d166a4a3b2e7f9e2c0cddd289

2014-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [382bab9412b87f82da82276332496eb28b28d4f3]

        DOCX import: fix <w:pageBreakBefore> wrt. inherited styles
        
        We used to ignore this element with a "false" logical attribute, but
        that causes a problem when an inherited style wants to explicitly
        disable this element from a parent style.
        
        Change-Id: I2fc4c5b2002987d44679d863ea3f19114b9ab7a4

2014-10-20  David Tardon  <dtardon@redhat.com>  [f24c60870531689d95c056037e48cd29ad1d17bb]

        allow to build with system opencollada
        
        Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc

2014-10-20  David Tardon  <dtardon@redhat.com>  [689851d9bb22ff924325693cee8fde3e10142f37]

        add test file for MWAW presentation import
        
        Change-Id: I676de4ca59524e858bf24133d7c54f424922ef26

2014-10-20  osnola  <alonso@loria.fr>  [3a6e9fb87355f72b7bedc07b2da9bda9433af38e]

        Add a filter for AppleWork's presentation file...
        
        Change-Id: I9f03ecc6d67ad77ccb0d5240fe0b5968c8063bd3

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [9df18fd92c0eb3153576f60b4b95a8cf96469eef]

        Revert "fdo#75757: remove inheritance to std::map"
        
        This reverts commit a2deca9d755710bd543fd0caaea0352ac746396d: config_map had
        been introduced on purpose with bfb978334cea775b8ae5c40ceea050ea0660d80a
        "configmgr: faster / simpler compare for keys."
        
        Change-Id: I3ae0edc4d23977c6537bd2f462f90a702266de6d

2014-10-20  Noel Grandin  <noel@peralex.com>  [3bb30a68e0604b3006f367fdb4c0a797846c23bc]

        loplugin: cstylecast
        
        Change-Id: If50022b55a558c4124d71acbbe0ef5eb48801d0b

2014-10-20  Noel Grandin  <noel@peralex.com>  [efa7f1a549ebf2580d50f6f0bb96e294a5fce670]

        loplugin: cstylecast
        
        Change-Id: Idb6337bed1c32444f9644d54eba5240f09c13ef6

2014-10-20  Noel Grandin  <noel@peralex.com>  [b0509439d9fa664be8f94b557d83ea3a2891c31f]

        loplugin: cstylecast
        
        Change-Id: I2cb764db97469654f977de63e273874d43745bf8

2014-10-20  Noel Grandin  <noel@peralex.com>  [8c8d6f08491479c23998cbfb96201f12acbd873a]

        loplugin: cstylecast
        
        Change-Id: Ia3055b00c20a885dfa0584f864f0e91ccad1e9c9

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [e12ba2eddc827e39444f5efe6107d8afe1f7aaff]

        Resolves: fdo#85006 limit script stripping to known suffixes
        
        Change-Id: I276535b007bbb55555148d5937076b86da5de825

2014-10-20  Adam Co  <rattles2013@gmail.com>  [eb7aa9f1fa58ff43d4a974aec868f627755ce152]

        fix problem with gcc compiler complaining on variable type
        
        Change-Id: I9a16e24e79d22b0af1710d6ac25eaa5fb19c71ff
        Reviewed-on: https://gerrit.libreoffice.org/12047
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [87118d5adf92124450ba688f2643cc9447304976]

        coverity#735638 Division or modulo by float zero
        
        Change-Id: I2f183bc0bb9c67e3873e13a4bdbc57be9471b8a3

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [90fbb7086c711dbb21770f5d364bdb0abc909573]

        coverity#735639 Division or modulo by float zero
        
        Change-Id: I2ba45c49fb00fdd53b8e388e25df503e82c2332e

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [366c658c77d02fd8d82116ca49640ee87c92f933]

        add CVE-2013-4979 test
        
        Change-Id: I54025f46394ec1b16443ba75ff9edf9d8e1f6738

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [069485673730ec003f53e2fc9697ee29732f8ba6]

        add eps import regression test
        
        Change-Id: Iba88c7e54ba83132a859124d51f88be72cb3e3e1

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [9e8a88b6dace33f6e07ba308f99320124166b971]

        coverity#706540 Uncaught exception
        
        Change-Id: I175050b5ab66f4eeaa658f0aab1739b175d38d51

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [4fd65ac3292a219162a19d8cf1d06842a4c4d498]

        coverity#706538 Uncaught exception
        
        Change-Id: If23396c545e7add653fa9e5ac6e544aaa794120d

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [9f65dff35e0928cc705a255a40d41b82b38c4dc3]

        coverity#704010 Unchecked return value
        
        Change-Id: I90750c51ce3b38defdba7ecdb7734172983efa8c

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [0048a115219113bd6b5f0278b1b6a6ec7f44ad98]

        coverity#982248 Unchecked return value
        
        Change-Id: Ice8c1b3eab28fc8ef27d802f64b7dd90a0614e42

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [3661bcded83eecba762ec7c078c6e23acac85abb]

        coverity#703957 Unchecked return value
        
        Change-Id: If9e3e7297b1539c93902895c50af3fb8f6c83a76

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [d615d83381a0830a815fe2879ce761f1b00b04e9]

        coverity#1242704 Untrusted loop bound
        
        Change-Id: Ib2e00c0cd269dc7ae55b206713fe07e5326072f2

2014-10-20  Caolán McNamara  <caolanm@redhat.com>  [1361dfc0aa835dcb134d5de4bac594519aa16efe]

        coverity#1242606 Untrusted loop bound
        
        Change-Id: Iafa03d4dd65eb343a80996880bc1ed846d1b7491

2014-10-20  Stephan Bergmann  <sbergman@redhat.com>  [e3dc8cb177a3ab6a4fb47018763a08ada8eccaf9]

        Missing "
        
        Change-Id: I5d596f85fe11bc9336e1669d571795f3dfc70c6c

2014-10-20  Daniel Sikeler  <d.sikeler94@gmail.com>  [a2deca9d755710bd543fd0caaea0352ac746396d]

        fdo#75757: remove inheritance to std::map
        
        Change-Id: I189d7a1d68eb9022a32e882d68ce8c8dc567c1fd
        Reviewed-on: https://gerrit.libreoffice.org/12042
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-10-20  Tor Lillqvist  <tml@collabora.com>  [68e0f4d4f2becba41a12109095c693680825cb3e]

        Clean jvmfwk tracing output
        
        Change-Id: I070fb24e9466d697a6014bd65635f6cda8736819

2014-10-20  Tor Lillqvist  <tml@collabora.com>  [247f197cba49f2382995196ae50b3fc15ffa9db4]

        Skip vendors that are irrelevant
        
        There surely are no Apple JVMs for other OSes than OS X.
        Correspondingly, there surely are no IBM, Blackdown, BEA, FSF or
        FreeBSD JVMs for OS X. At least not ones that would be relevant today.
        
        Change-Id: I0ee6f904665a2145771802beffe54268718bef50

2014-10-20  YiiChang Yen  <sadwind.yan@gmail.com>  [a001eab07650402a39948af086e836a043412e00]

        Fix MSI comment when productname contains whitespace
        
        Change-Id: I5c6383cd383eef02cc9e8a6f4798b928763e46c6
        Reviewed-on: https://gerrit.libreoffice.org/11994
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-20  Noel Grandin  <noel@peralex.com>  [67c9d054517fc3b5cbc203c330eedef4b50f0e57]

        fdo#84938: replace TIB_ constants with enum
        
        Change-Id: I435ce2331fb49e7ce9fe97bdfddfaef706759a84
        Reviewed-on: https://gerrit.libreoffice.org/12023
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-20  Matthew J. Francis  <mjay.francis@gmail.com>  [8091cf383a122f2348d6e25df90fc26579fe6ef7]

        Increase assert coverage of OStringBuffer arguments
        
        Change-Id: Ifd3c9919ef104909efa8964e7a0cb5e723e3331d
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c60872984e78511c621ae76ed28ba6338b6d3a68]

        bump product version to 4.4.0.0.alpha1+
        
        Change-Id: I345b2e6b9039480305f3d6883c5c75d568840c75

2014-10-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [205fbcc06b11d0a220966cad1f90a130bd787466]

        Updated core Project: translations  4e45711904895e392a4b95433f3996e9c6625871

2014-10-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [27b1ddff407df7bbabf51096147cf58372ad861c]

        update credits
        
        Change-Id: I81d5c2d977125f517c5de161e4b8e5ceeb5dd73a

2014-10-19  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [68a18a6249dc9d8842a72413f3cd6f39ecf416e3]

        accessibility: The if statement is redundant
        
        Change-Id: I70dd50d8d588c71d391936195bb13ccb767470be
        Reviewed-on: https://gerrit.libreoffice.org/11890
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-19  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [2a0569b53d87cf5f0971d87a537e275ea5271d8c]

        scripting: redundant cast to String
        
        Change-Id: I5e048964cc7885a32c59ff8a9eb1fc5b9523e843
        Reviewed-on: https://gerrit.libreoffice.org/11859
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-19  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [a8e723ed3eed44a85714abf1cb04b74178d2424f]

        runner: Iterate over each Entry in a Map
        
        Change-Id: I48de54ea88e7fd9f2d903c172eb2b6e1a5b73edd
        Reviewed-on: https://gerrit.libreoffice.org/11918
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddac8522821ae288d4ce1533f9ebe8daf9e2d935]

        -Werror=shadow
        
        Change-Id: I940661c947307dc5dea371e5e6f9a9aedbfc904d

2014-10-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [69bf37136c1386c7220f38a896aa9865bdae665f]

        fdo#83464 RTF import: \plain should reset \rtlch and \hich as well
        
        Regression from 36246aa9fb57c9fe4e546c91a8274d8828b1424e (RTF import:
        fix handling of \loch \hich \dbch \ltrch \rtlch, 2014-06-03), now that
        \f no longer means the ascii font name, \plain should reset a few more
        parser state members.
        
        Change-Id: Ia6b0bdf25563dd5300e108b46731751f0886f67d

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [9cf46f217424921e35aa7458c7cfd6b2a87bd2a9]

        typo in filename, hidden by case insensitivity of windows
        
        Change-Id: I9ec1fefe61f24c005519a2bb4a87fe07f6895ca6

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [4b71bb35a7c04fef4ed86591d8892a29c4150c0b]

        work around windows whining
        
        Change-Id: If2922bca25c93edc25e1171001def8ce3011cf4c

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [b564162dbdc2c17673e08b4f799e09add190e9ed]

        fix libmwaw build on Windows
        
        Change-Id: I103ba777cc7f38f5df17995d9ef9bfb6d6cf133b

2014-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [281847613bd3ae472523822f4be9c21cc353867e]

        fdo#82047: Correctly adjust references in range names on row deletion.
        
        Change-Id: Iac924b0b6932863f7f9cc088f996e0b07c340d2c

2014-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [03075bfac25408d805b6cfecce56fa0c4cb9d88d]

        fdo#82047: Write test for this.
        
        Change-Id: I0e5e54b517d3fb3cb28eb133b2cbe5bf5ca6b1d6

2014-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f821f3b81d093cb6f738c1a51822e907ab80054]

        NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.
        
        Change-Id: Ia4da886b050397831383005131ff9f21570934ad

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [c68642d535f2ebb7f1cd866ad19b1fd018e7cd6d]

        tilebench depend on linreooficekitgtk so need ENABLE_GTK too
        
        Change-Id: I04b787493115de0190615f42248cc82968907e38

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [e6fe8387788b98b4bae43b466075f3938f3fb50c]

        we should convert to DOS path for other exotic things than spaces too
        
        backslases and other 'special' characters can mess with
        later path handling
        
        Change-Id: Ic21b0eb82b60ffb2e286706be00148582ff9ad58

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [ebc9ca1d41e84a895a080933b94422d6bddb7ceb]

        fix typo in TARFILE_LOCATION handling in the lode case
        
        Change-Id: I11831583a0288a07fd6279411069d169ab854882

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4d85fb9fc5daef5d89a8e42b68ce4a873bcf084]

        format MSBuild path appropriately
        
        Change-Id: I38ed000a0f9c07fe8e1ed26752af8e172998bf2c

2014-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [76397a8b53d2043dd7a6dc94e521bd7958148fae]

        windows: try to locate a good MSBuild.exe based on the version of VS
        
        lcms2 for instance call MSBuild.exe, naked. it relies on what is found
        in the PATH, but apparently MSBuild.exe can be found in many places
        including for instance the .NET Framework.
        This was causing failure with a VS2013
        
        This patch inspect the registry to see if there is a MSBuild of the
        same level than VS2013 and use that information to adjust the PATH
        so that we invoke the right version.
        
        Note: starting VS2013, Microsoft is numbering the version of MSBuild
        with the same version number than VS itself.. so with VS2013 the version
        of MSBuild is 12.0 (vs 4.0 before that)
        
        Change-Id: I04c614116d1d365a10c9b9e0e8ce9571d770c065

2014-10-18  Ruggero Cyrille  <cyrille.ruggero@ens.fr>  [b77ea7496af7a4685c58e1487d7f49162184f290]

        Remove lwpunoheader.hxx.
        
        Change-Id: I41534baa3cb98fc9af2f12605015a5653e552853

2014-10-18  Noel Grandin  <noel@peralex.com>  [06562c678410e425de629109ce92933c2d89a8f6]

        convert SV_BMP_ constants to enum
        
        Change-Id: I46cb7f649fa44d8967e0e7da03583157d2706f05
        Reviewed-on: https://gerrit.libreoffice.org/12018
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6118ea49aee18a95ac124bbac695b3bb1b152c1d]

        i#74153 RTF import: fix track changes vs superscript char prop
        
        Since 9dbf817fe5c5253fba0831aefa17575ae0ba3af1 (handle scope of
        w:pPrChange and w:rPrChange properly (bnc#821804), 2014-10-01), this
        caused an assertion failure -> crash.
        
        Change-Id: I680edf58854d0c9be6e77c44c1e6beb1e0442a49

2014-10-18  Christian M. Heller  <christian.heller63@gmail.com>  [e556657e36f407770e7cb5e1b3e9b76a1eaa85b3]

        fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}
        
        Change-Id: Ib5f1865cfd5d62f45919af8119d4ab691811225b
        Reviewed-on: https://gerrit.libreoffice.org/12021
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [42f767f49c4d7569b305b3a377197ba263b19c39]

        CppunitTest_sw_odfimport: enable all but one asserts on OS X
        
        Change-Id: I95421d51a2750507aec5a576e161efe578fef812
        Reviewed-on: https://gerrit.libreoffice.org/12020
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdfc82ff2af11f37a61ae65da061e7e6ef8966a0]

        move doxygen comments to header
        
        Change-Id: I828f4290c99e750df66548109ef8ae9b496af297

2014-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e094ac0ff95f82a05810fc98945eb5229d19eadb]

        sw: remaining unused methods
        
        Change-Id: Ie150d2e497053966c5f75cea50c87888fda98659

2014-10-18  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [9e207520a697dd63ee8ef4de5b2b55df2952b34b]

        xmerge: use java.nio.ByteBuffer (JDK 1.4+)
        
        Change-Id: I6072bb4699c9cd361e0cfe0a12b46cfc1abfe368
        Reviewed-on: https://gerrit.libreoffice.org/11998
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d966b1d68fef9b9e21cf390bb1cf756841797bf]

        SwDoc: remove unused methods
        
        Change-Id: I073372b74d0362eaffdc1dddfbef8767e58b0fd6

2014-10-18  Julien Nabet  <serval2412@yahoo.fr>  [25548c57eedcb40f8f9b3e3d6707311cfe0b2a35]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I0dd2f1d2efef7995aaf2ab7656c24178a02eb9cd

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [6118c11a0c5122169979547e8c27136cf58a54a7]

        coverity#1242582 Untrusted loop bound
        
        Change-Id: I72d2c4979b62a025d212ce5ee3b7141c40376fa7

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [0445a0ea1b11c78f03272d42e5a8829b1bd107e2]

        add a regression test for .met files
        
        OS/2 Metafile Format
        
        aka
        
        Presentation Manager Metafile File Format
        
        this format appears to not to have a mime-type
        
        Change-Id: I8b2356fb42272a6e0550abf09f46b051d22b64a5

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [11a514e06bf38c70f2364c8535782aa3f33d6206]

        coverity#1242573 Untrusted loop bound
        
        Change-Id: Ic84e57fbfa2b532409865c4364b91be594d252cf

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [5e2d089f763963e6ce7d3d183bd1bf7932aeaaaf]

        coverity#1242573 Untrusted loop bound
        
        Change-Id: Id2847c55ccab7272919e76542bc0e0570bc9af12

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [5a89092d5fe43638832ea8f86df34f81869337d9]

        coverity#1222238 Untrusted loop bound
        
        Change-Id: I1a4dec8727d0a27f7fd0396fd22d955f61daaee4

2014-10-18  Caolán McNamara  <caolanm@redhat.com>  [38a1f24c4c2cb0863ba170d12048e68e56197b38]

        coverity#1209860 try and silence Untrusted loop bound warning
        
        we kind of have to trust this data
        
        Change-Id: I1b74f8ad95008f5e759fd2267c879091edc5d58e

2014-10-18  Andras Timar  <andras.timar@collabora.com>  [d634a61ebd6c3144ff76af4725832207b895adda]

        vcl/layout.hxx was included twice
        
        Change-Id: I03a30793e02def731cb6c8f130c48aeb325a2528

2014-10-18  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [d807cba9ee60cb1404b54addf9cd3e54de89f331]

        java: loss of precission
        
        Change-Id: I0563a76b1d2c838e6301bf7a9ed154c77a98c0d9
        Reviewed-on: https://gerrit.libreoffice.org/12000
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-18  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b6c32f3fd330d4297fc448a090d8c95bed11b02d]

        fdo#39468 Translate German comments - sw/source/core/{sw3io|swg|unocore}
        
        - Convert Deutsche Mark (DM) to Euro (EUR)
        - Fix some whitespace
        
        Change-Id: I94e0c9cbf5f5defca2e0d0f59f08592a914a381b
        Reviewed-on: https://gerrit.libreoffice.org/12011
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-18  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [eb6c538424b2d44f24cbd029c17afbdf19eaf11d]

        javaunohelper: remove unused import
        
        Change-Id: Ibee790a50e35219a8427b7037331943b778292a2
        Reviewed-on: https://gerrit.libreoffice.org/11997
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7fef943114b9184e69c8c714bf158116b8d9caf7]

        fdo#80284: Avoid broadcasting during cell delete & shift.
        
        Broadcasting it here and marking formula cells dirty prevents them
        from being entered into the formula tree at the end.  They get marked
        "postponed dirty" during reference update, and are supposed to be
        set dirty at the end.
        
        Change-Id: I65977300ee4ee26b6166d170acd2145abcbbf288

2014-10-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f961771e31be34065d210574866c6811fc0288fd]

        fdo#80284: Write test for this first.
        
        Change-Id: I2fe455fc627e4b358507b58f08a3198ac62edad0

2014-10-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a648231b923e451e5c52d0c50264d6a9704de5a5]

        Move these tests to ucalc_formula.cxx.
        
        Change-Id: I4f9bc7ba26d42bfd3982efeb69bc221fc028c629

2014-10-17  David Tardon  <dtardon@redhat.com>  [18bb0ac9eeb8bda4fab93c2ee0e23d6d3ac2bcac]

        another blind attempt to fix the test
        
        Change-Id: I7ac53b340cf3a9f72a90414e09ddd37148ecd28a

2014-10-17  David Tardon  <dtardon@redhat.com>  [a43ba14c532f7abb5cef243065d64a1283cf94de]

        correct cast
        
        Change-Id: Ic79ce25bf4ceb4d715aabdabf3824304b02b1f38

2014-10-17  David Tardon  <dtardon@redhat.com>  [5cdede38ff285ff241760e853e04ffd8035a3467]

        now why did i do this?
        
        Change-Id: Icf1fc5643271672761b565c30382e70c689c29b4

2014-10-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [90c2dd6efb17bca4f7071b7878f8e954aa270b17]

        lode: fix LODE_HOME support for windows
        
        Change-Id: I6b44707b8d1be526e6c0400d7c7104628b825fc5

2014-10-17  David Tardon  <dtardon@redhat.com>  [bac6e18d687266d9b9025ac9b80e6503b89a9d51]

        fix long long -> BigInt for LONG_MAX value
        
        Change-Id: I1cf551299bae925b5a5cf0a488b6cc3497d010bf

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [68c9515daf6648646788b70825ffa261e1fadf60]

        pParagraphMarkerProperties can easily be a reference
        
        Change-Id: Ida4309aeb69bde43f70415211490db657c7c7567

2014-10-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [57ac36da7a19805cf7f63aa879e54a8f38020bce]

        Updated core Project: translations  781673fea7346b0d148bf85984826c0556fdf1b9

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bb872b1924453f22e90bdd14e2898a3e66d5551]

        DOCX export: fix handling of paragraph mark on empty paragraphs
        
        The problem was that in case a paragraph is empty, and it has both a
        character style and direct formatting, then the doc model created by the
        ODT and DOCX import is like this:
        
        <text>
          <attrset>
            <item whichId="8" which="character font size" value="nHeight: 240, nProp: 100"/>
          </attrset>
          <hints>
            <hint end="0" whichId="52" which="character format" value="name: hello"/>
          </hints>
        </text>
        
        I.e. the direct formatting is stored in the attribute set of the text
        node directly, while the character style is stored as a hint.
        
        MSWordExportBase::OutputTextNode() tried to read the hints and if there
        were not any, then tried to read the attribute set, while in this
        situation we need both.
        
        Change-Id: I71fd10f6d00246348e77fee5431cb4e2a7c9b349

2014-10-17  Jean-Pierre Ledure  <jp@ledure.be>  [f55a0a54b235d55db3f6e839053be04bfc1ed2d4]

        Access2Base - Internal redesign of root structure into a separate class module
        
        Redesign of CurrentDb, CurrentDoc interfaces.
        Creation of new Root_.xba class module.
        Console logs, TempVars and Dialog collections are unchanged.
        
        Change-Id: I573a75e8fb54b277aef84d4518cc8e5cc21d7270

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [01552f1e77c67f70ffd879294288612f9ab64e3b]

        SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is dead
        
        ...since introduction of XLayoutManager's private:resource/menubar/menubar in
        3fb2acf5b77bff59909f616c44c7de17048b64d7 "INTEGRATION: CWS layoutmanager
        (1.52.10); FILE MERGED" etc. and final removal of SID_TOGGLE_MENUBAR bits in
        f605b16e395e8ccc3d1aba7907b0792039016f69 "INTEGRATION: CWS sfxcleanup (1.119.8);
        FILE MERGED" etc.
        
        What still needs fixing are
        
          extensions/source/activex/SOActiveX.cxx
          odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java
          odk/examples/OLE/activex/SOActiveX.cpp
        
        in a similar way as e.g. 0273d3d81d29d5c1f6c387cca633cd99722c100e "INTEGRATION:
        CWS jl18 (1.6.8); FILE MERGED."
        
        Change-Id: I52a43fc7186a4f60929ab6246a2da2e715be7510

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [5bdfa8c12472eb9ff6ca054c2ada7150b1869fff]

        Resolves: fdo#62682 crash on second export of svg
        
        because the first export has left "dangling" CalcFieldValueHdl Links in
        Outliners that got created based on the Drawing Outliner while it had a
        temporary CalcFieldValueHdl installed, and didn't get the old CalcFieldValueHdl
        installed when the old Drawing Outliner one was re-installed.
        
        Change-Id: I064a154ece488c9a4c3467b753451df7e73ae883

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [0c1e9111d02649e77513a1d108146c9c055adb3a]

        coverity#704104 Unchecked return value
        
        Change-Id: I4a2c49befe4baea10e36e0d612371fe8c91db401

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [98a19ed06585ffff5dd1887e4a203d619259ee8c]

        coverity#735341 Unchecked return value from library
        
        Change-Id: I8eb5158cb2aa39b5eac45c554d722b9de1c8abe8

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [711e74544d70b108e9bc70772b31f386dbf1c2a4]

        coverity#1242624 Untrusted loop bound
        
        Change-Id: If2ae1982eec100f5602a13d648beec247ced6aa2

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [a4e0107000f26ab56147bf382bb399bcb0981504]

        coverity#1242604 attempt to silence Untrusted loop bound
        
        Change-Id: I034fa25671cce8ba215d7b8b88f0dff5b26d40cb

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [cf63ebe0f005513c1e989682459bcd0688eb190b]

        coverity#1242717 Untrusted loop bound
        
        Change-Id: I983bba075ab9626c90555fa41f9d473ae60fafea

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [bbe264a19fb82f50d859fc72a47312db0527640f]

        coverity#1242724 Untrusted value as argument
        
        Change-Id: I6041d09ef0a4ed4af5f1bf93f31a1eac60be1af7

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [be31503ef86d2ad3291ced8fddb9c4da4d324c46]

        coverity#1242778 Untrusted value as argument
        
        Change-Id: I34d5a5e7c5f0eef51d941c65ab73d5421d5a36cb

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [b520fca88d29bb130115224317bf6b627b5a7c54]

        coverity#1247647 Uncaught exception
        
        Change-Id: I1e47f3970f944aa3556e4ddb9b7918d9ee23c0eb

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [f5b1b266bc0164b0c69a7c36bb1deed0e451efce]

        coverity#1247646 Uncaught exception
        
        Change-Id: I332fb602466613e9e79ba4510879411e0bee9da6

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [fc0e506d649481e96b8930f3d9594eefc3323196]

        coverity#1247645 Uncaught exception
        
        Change-Id: Id6596945d51a1b9f8750aa0f46f6a061cb2e80c3

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [d4cdaa2ad69fbee6569d82bdcd0d7deb357bb4db]

        coverity#1247644 Uncaught exception
        
        Change-Id: Idbaef5c196c29a2e066f667e6bd50189a7b1834c

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [d63f917d31ea0f61ab223881a0a76e9e2a888087]

        coverity#1247643 Uncaught exception
        
        Change-Id: I0da9140bf1f76a92c95c042c5039f7cfdbde6c34

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [e04f6bc2e6b564d9580d62c631c012685a7f9f8f]

        coverity#1247642 Uncaught exception
        
        Change-Id: Ic7ffc47fd84f89029c140d68601971a5a2d58d0a

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [8ba198465a7629d815c25d0ee9bf3cc30ceb2767]

        coverity#1247640 Uncaught exception
        
        Change-Id: Iccb18ddc9333b7812b747b142272f4394e4eca80

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [b3644b6a7015d37668b8b64cdce1d33b6da5b806]

        coverity#1247639 Uncaught exception
        
        Change-Id: I5d91a6b7e4a539ea64b42d747a5fc142b36306dc

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [6bb741b7f4cc29c479158a816a47303ce152d74e]

        coverity#1247638 Uncaught exception
        
        Change-Id: Ibdda31c2a8d8c3314173f381b60800ccfbcc25f7

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [3e6ff5ed37d810e732994a983afa25f9a0ac3901]

        coverity#1247637 Uncaught exception
        
        Change-Id: I1e3e47b1473bb4b504e94d06b41d1a86a4004e91

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [79943fac0d49f4deecb1f61ae2e8301ce75173b6]

        coverity#706591 Uncaught exception
        
        Change-Id: I9b705664c3814aea5c433526ad147a8ab11c2d0f

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [0c0c77af0625dd2bf94bd837e8989ed092c3725b]

        coverity#1247635 Uncaught exception
        
        Change-Id: Ic346a5820102a922f54c971e01587601991bd484

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [b0a91289a0fb40f81af1d3291f1a0f203ce006ca]

        coverity#1247634 Uncaught exception
        
        Change-Id: I0d7326533a4daf9d4cb37ce73e85c6a089eed33d

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [dbfd932e089014e1581016badad15ff124271316]

        coverity#1247633 Uncaught exception
        
        Change-Id: I4058089f45b39ddacc56ccf2259ce6e939abe4ee

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [fabbdc70ad7800ba80826edc3c380bf472718a6e]

        coverity#1247632 Uncaught exception
        
        Change-Id: I8d6df8c6853f0bd2f0b099d14bf0ac246170e7f1

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [331f4663e4c50992f8e5f6a9a310073e041377e3]

        coverity#1247631 Uncaught exception
        
        Change-Id: I92e59b18cef0828040c88ffbde150de6bb0d16a5

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [6e417ffe04d5503da4b9fec56f14c46c785d804f]

        coverity#1247630 Uncaught exception
        
        Change-Id: Ic15d712a26bdb6565b78efc4e9cab1bb09fd1cf4

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [ef057fc58e7463225a4eda25d84596235965282c]

        coverity#1247629 Uncaught exception
        
        Change-Id: Ib0f0555ba5630b225a4a5fbc64394becdeb9f7dd

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [751570534fb5605a26b0d682bf0ad606d4184af1]

        coverity#1247636 Uncaught exception
        
        Change-Id: If9d635b7345683da0bf6ef7c7b0ffba0450f5dbd

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [9ab85c298bee6e702dd78e7746bafde92419081f]

        coverity#1247652 Uninitialized scalar field
        
        Change-Id: I4760bc63f61d59c51b6557bf0e3364c1fe0e56be

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [748d94bdbe7cbc4d0e59da17db8a130d9326ea85]

        coverity#1247651 Uninitialized pointer field
        
        Change-Id: Iff58777cfe8422be90fb59189f98a0f34b0aa102

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [c45fa7f54dff30a66ff37fea6d03225d738ca7d3]

        coverity#1247648 Uninitialized pointer read
        
        Change-Id: Id9faf897cedd976491520178aad8015398f7d018

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [6d249bec487208e56a057ea8a25c34c5d3133a23]

        UBSan: Don't force sal_Int32/float values into sal_uInt32
        
        ...overload of TagLogger::attribute.  Not withstanding that function looks just
        silly anyway.
        
        Change-Id: I6cc3c5004884e564aac1397cab6eb6fae7a06f7e

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [51d86c9e62f1b55a2ae7c2fdb2eefc7043a94226]

        Consistency around SdrAngleItem in svx/sxciaitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I8e76e4751e50f5952c6dfff9ee10362166bf0523

2014-10-17  David Tardon  <dtardon@redhat.com>  [69e8417e435bc26fdd821fb343483e6c788189d3]

        fix copypasta
        
        Change-Id: I08383e3086eef8e7c8136293d51b7108807a7def

2014-10-17  Yousuf Philips  <philipz85@hotmail.com>  [9fc03915b8c0fceeb098c1e3a07a2e9c627c91aa]

        fdo#75359 - SIFR: Line Spacing 1.5 icon missing
        
        Change-Id: I1f7c23277f0956d99502ee58b869c07cf04276cb
        Reviewed-on: https://gerrit.libreoffice.org/12008
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-17  David Tardon  <dtardon@redhat.com>  [c738c9fb2c4eb8e0f9e5eb5d37e5ac88504f4954]

        fix comparison
        
        Change-Id: Ia7f65d69c186056527a2beb72a18f4a66e4c6586

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [afcd04f74bbd0225f5a14ba54907cdbef5666ce7]

        Missing const
        
        Change-Id: I8d05851c162ee9215f773ebfb9435e549b1572d4

2014-10-17  Caolán McNamara  <caolanm@redhat.com>  [39d4fe7aea6b32a6c17c325b2b1c282c2975c02c]

        bump openssl to 1.0.1j
        
        Change-Id: Id2092489723b3f1f643ee0161cb0d8bcbd04a847
        Reviewed-on: https://gerrit.libreoffice.org/12004
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [b9789a63191830a74569ed46f4292968818b5fe2]

        There is no ExportCGM
        
        Change-Id: I84b0d4daa3a6090aadaa7f64bdb9277efbba371f

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [fc78d8dfbaaa4e9bc482e91ce4437373b1db5cff]

        Pass args by const &
        
        Change-Id: I510e1aba6772e1f8d4013b235e95a1e5599fd601

2014-10-17  David Tardon  <dtardon@redhat.com>  [991fb393678f8b7893c9e3c74ecd1401417067cb]

        coverity#735653 avoid division by 0
        
        Change-Id: Ie3ec074292467f096e69142dc599b0e29e1e7f7b

2014-10-17  David Tardon  <dtardon@redhat.com>  [3dcbcd120c2b42e291f6ec65db7b824cf7acd4f7]

        coverity#735654 avoid division by 0
        
        Change-Id: If368d300c5ed880e1359cbc67df0e13b00fc6ecf

2014-10-17  Yousuf Philips  <philipz85@hotmail.com>  [709ae235a1c7c618cdf3ca9bad6da8e170b0848c]

        fdo#62081 Improve wording of style update
        
        Change-Id: I2a8b4425fecc33a5507a4c824fff863c10125023
        Reviewed-on: https://gerrit.libreoffice.org/12005
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-17  David Tardon  <dtardon@redhat.com>  [0cb6cb069026f2b6a38f4eb1175bfd3e524b418f]

        coverity#735655 avoid division by 0
        
        Change-Id: I5eeb4cbcaa19bdf9bcafc3830447468dd8dc5c8c

2014-10-17  David Tardon  <dtardon@redhat.com>  [ecbc1865ce0894885eaa510a2b4909832d5805fd]

        coverity#1209374 avoid division by 0
        
        Change-Id: I6728c0f79e0091b88b3269f5b8b25d27c82d9761

2014-10-17  David Tardon  <dtardon@redhat.com>  [1dd736540fe4582ac0d725c2dfd233b196245a5c]

        correct function name
        
        Change-Id: Ibc3ab15bc830d68bf9d3d1d9ac9595d82c7fb6aa

2014-10-17  David Tardon  <dtardon@redhat.com>  [6016287fd064568ab4052932b2e6c0ee4a601bbd]

        coverity#1247617 there is nothing to do if width is 0
        
        Change-Id: Iddd877d83d2a3669778282fa8aa9a63dfa850524

2014-10-17  David Tardon  <dtardon@redhat.com>  [968cadb82542b23271b8c472a2e6ec9248343925]

        allow construction of BigInt from sal_Int64 on 32 bit
        
        Change-Id: Ib68920fc9bd693d2f2679b4fc27d9956dc42fc86

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [08280034197b577abf994cc05322c010fd1f9895]

        SwTxtNode::dumpAsXml: handle RES_TXTATR_CHARFMT
        
        Change-Id: I29d8eb9ab6d6428f699a92b6cd9d58ed8b3b7e48

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [2f28fc6e997d5f7f860d02b43a0a614b30a2531c]

        Remove some completely unused SID_s
        
        Change-Id: I1a259f9af77bbbffc4f0bc85beb7945e3d74ff77

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [88cd5592caa6b3cb4e799acc37f17f324355d2b3]

        Remove unused SID_s from sfx.sdi
        
        ...at least, removing them has no effect on the generated workdir/SdiTarget/ *.hxx
        
        Change-Id: I0e3fffe27593cfbf5aed267c3f47bc85581954c8

2014-10-17  Niklas Johansson  <sleeping.pillow@gmail.com>  [55eca9dbb34aec8c435da91c0748453e3e097f1e]

        fdo#74441 [Accessiblity] Don't expose 0 for empty cells in Calc
        
        At the moment non numercial cells in Calc is exposed to AT tools
        (screen readers etc) as the value 0. It makes more sence to present
        the string value of the cell which basically is what a sighted user
        will see. This small patch should be a good start into making
        Calc more accessible on Windows.
        
        Change-Id: Ide76f2dc044c98f32aa78836049f12f2251522eb
        Reviewed-on: https://gerrit.libreoffice.org/11996
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [42d5cd314a351e325b6099dd523bbef2e4e4317a]

        More fine grained disabling of -Werror for collada headers only
        
        Change-Id: I4f80d480e6e053038b85f6b26f74abc5921c2f38

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [b00b7a68a743db60e14a375140d3dfa1c9e6de48]

        -Werror,-Wunused-private-field
        
        Change-Id: I8f312a511b383e1f0f7943a210935386869035b1

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [fda06137cc2cac8e223149195c225aded28a13ef]

        Work around Clang 3.2 -Wnull-conversion bug
        
        ...by running all of writerfilter through loplugin:nullptr rewriter
        
        Change-Id: Ie6ec5dd989dc2035ccd10941bc38e557e128be0f

2014-10-17  Noel Grandin  <noel@peralex.com>  [52acb420919b7a807b84f439ca59dbae245db02c]

        cid#1247650 Uninitialized scalar field
        
        Change-Id: I74e1a02602fd5d86790e3c0e71d6a8649fa0aa05

2014-10-17  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [73703e7fa548b14ed8df175f2867e0d6923e768b]

        fdo#60664 HIG fixes for Thesaurus dialog
        
        * Disable manual resizing
        * Standardize column width to 12
        * Reduce a widget’s size request a little
        * Add missing colons to labels that precede controls (fdo#78826)
        * Unrelated tweaks to the XML are courtesy of Glade.
        
        Change-Id: I6d746b909adebde284e1848417373dd8b06e75fe
        Reviewed-on: https://gerrit.libreoffice.org/11992
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e7eb63989ef1cf4b9a0e0404b84ef890db3d8e3]

        DOCX import: parse <w:spacing>'s w:before/afterLines attribute
        
        Change-Id: I63b3afda5e8915b562de51aa31e420c135f919ba

2014-10-17  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0591ee255aadee27e85a79db87a56b6882993faf]

        Revert "fdo#67627 Clicking on icons of the sidebar should both open and close Decks"
        
        This caused a regression, see fdo#84351
        
        This reverts commit 04e96b6d6eb55b9ff2a6ec9c4ce52260e33df121.

2014-10-17  Matthew J. Francis  <mjay.francis@gmail.com>  [eca78aee9bde79d9f02cda3bfae6c2bc601605b6]

        Increase assert coverage of OUStringBuffer arguments
        
        Only covers arguments that can be validated with a simple
        comparison, and does not attempt validation of arguments which
        would require calculation of the length of a string inline
        
        Change-Id: I8a29c8743b47efe3dd45897a1f1371191a5ddb62
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-17  Stephan Bergmann  <sbergman@redhat.com>  [5f0721a359a265b6b4b33560c979e8c60d2cbab0]

        writerfilter: Fix various Clang warnings
        
        Change-Id: I733bcf8e02e659ef18ee9c2be4ad4e9f107fe7c6

2014-10-17  David Tardon  <dtardon@redhat.com>  [0a9051782cfa261a3a1fe48fa95a4ec135ec042d]

        drop unneeded patches
        
        Change-Id: I67314a12717ada0bdb49d9578821abf66fb41302

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c6ddb1f0383dd7562b441906e6418861729ccf7]

        error: use of undeclared identifier 'sResult'
        
        Change-Id: I80f71b16896cd028c9b5d60b243fc5cd825d3c23

2014-10-17  Noel Grandin  <noel@peralex.com>  [51b7b69de4824c0a0740c131e829b1412f1e22fa]

        java: should throw this exception
        
        Change-Id: I0da1b5cda0ecf20d3566413864a45a49bbcb2a2d

2014-10-17  Noel Grandin  <noel@peralex.com>  [4650b42868c683b5c1ef510dd32f34258cff3cb7]

        java: dodgy &= operation
        
        Change-Id: Ia909797e08948a8ad0e6f536ce2af57880dc13ef

2014-10-17  Noel Grandin  <noel@peralex.com>  [93056481e85548e1228d3b88e53ee59ed983576e]

        java: when rethrowing exceptions, store the original
        
        Change-Id: I8a2a264597d0b1ae06b08136fea36003682380b5

2014-10-17  Noel Grandin  <noel@peralex.com>  [03c7c26cbe7d75f103515e62dc39103f11d4637f]

        java: final fields that can be static
        
        Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447

2014-10-17  Noel Grandin  <noel@peralex.com>  [12b01b920f42666db84c8be1c9b6fd89a86eea4e]

        java: no need to call String.valueOf to append to a String
        
        Change-Id: I5ef45b971d24dde814ab8cbb2e9503d9da4f0d73

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3beae0f05d1c8c976dfcebe02c8830752d708c74]

        DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTER
        
        As it's used in the tokenizers as well.
        
        Change-Id: I7a78cad0414c724f33b50315a45a5ff2c941f4db

2014-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [585fea6e3e92a312921bb1bff119f731ca0e87cb]

        fix incremental build
        
        Change-Id: I28dd6c72c665abd95be6d14dc629296850e03e1d

2014-10-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [51b215902d8e1f415b5fef49fc50c7167f0c7787]

        fdo#73080: Fix the single cell reference cases as well.
        
        Change-Id: Ib9a8ae04733c5bcb982ef4d337112eb8249d0ee0

2014-10-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9d8f1795836f58cb275eae19818eb25ee80901a0]

        fdo#73080: Write another test case for single cell reference cases.
        
        Change-Id: I8dff6850c7088b483d1ad669867da6cef454d9a2

2014-10-16  Yousuf Philips  <philipz85@hotmail.com>  [15c944513b935d6a38be6487f14687627815696d]

        fdo#85050 - MENU: change related menu items shouldnt be separated find items
        
        Change-Id: I5921cbeadbfb6fdfd6e4a89e39a616d25954bc51
        Reviewed-on: https://gerrit.libreoffice.org/11984
        Reviewed-by: Cor Nouws <oolst@nouenoff.nl>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9401b1be3480037f2dfcb7b6daf069137ccd7c42]

        writerfilter: make dmapper logging a runtime decision, not a buildtime one
        
        It's still only enabled in debug builds, but it now requires an
        environment variable, not rebuilding with dbglevel=2.
        
        Change-Id: I970c7bfe0b3f547429ef37f37406a095a60c34ff

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [8bc1ee9b4cd46d645e8aca0f9ea6844c702a64c0]

        file libmwaw-0.3.so.3.0.1 does not exist in the tarball
        
        Change-Id: I6b1592af199fcd79ac16827332014ea703a48a1e

2014-10-16  David Tardon  <dtardon@redhat.com>  [582ef22d3e8e30ffd58f092d37ffda30bd07bd9e]

        fdo#84854 it seems long is not enough on 32 bit
        
        Fraction used BigInt internally for computations, rational does nothing
        like that.
        
        Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5

2014-10-16  David Tardon  <dtardon@redhat.com>  [ada4862afc3227b04c12960ded761db24f61257e]

        add test files for new formats in libmwaw
        
        Change-Id: Ic72ccb701ad42107ff35a28df1328fe7139bcb1b

2014-10-16  osnola  <alonso@loria.fr>  [57d3b5cfa6bdd60ec5b3046bdd824e4f0adf3b30]

        Update to last libmwaw version
        
        + add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac)
        
        Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84

2014-10-16  Caolán McNamara  <caolanm@redhat.com>  [39428437d5ed9893007c915175f54c21dd03f95f]

        Related: fdo#84676 try to give floating windows their original stylebits
        
        as they were before becoming .ui components to see if that makes
        a difference here
        
        Change-Id: I1699e19f14b18579f6b8c973d64f069b206b7cb8

2014-10-16  Julien Nabet  <serval2412@yahoo.fr>  [71969c8b6a62253353acba548fc6f62ccf75fd23]

        Resolves fdo#84961: zh_CN date separator should be "/" rather than "／"
        
        Thanks to the patch from Kevin Suo, see https://bugs.freedesktop.org/attachment.cgi?id=107768
        
        Signed-off-by: Eike Rathke <erack@redhat.com>
        With additional change to the DateAcceptancePattern.
        
        Change-Id: I80695028d51c6b91e9e9418e2d1ce33d76d23893
        Reviewed-on: https://gerrit.libreoffice.org/11958
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-10-16  Noel Grandin  <noel@peralex.com>  [9341bf3dc38b2cc117ffbe12ff057511ed6e046d]

        java: when rethrowing, store the original exception
        
        Change-Id: I34ce000c48d2d79bfec854c8dd55d12f2bee29c7

2014-10-16  Noel Grandin  <noel@peralex.com>  [b2f69f626409442d1f0ca5049b946946ce9b01d8]

        java: when rethrowing, store the original exception
        
        Change-Id: I14666493e72da177fcfff1895ef3206f0e13cc01

2014-10-16  Noel Grandin  <noel@peralex.com>  [5cba8d44cabc3cbb18648efc9d8658d471b257e7]

        java: when rethrowing, store the original exception
        
        Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53

2014-10-16  Noel Grandin  <noel@peralex.com>  [25d70197a4e428d1dbde59209505f76d33287416]

        java: when overriding finalize(), keep it protected
        
        Change-Id: I44456b3244f2190e33a7333c13492eea52bb06e4

2014-10-16  Noel Grandin  <noel@peralex.com>  [c26d6444bbf459f1180cd7075d535e819bd431c3]

        java: confusing literal
        
        Change-Id: Ia08b25e1a02c2e86f176e84790bb9f3dc81e11e6

2014-10-16  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [96e3718e5ae4e74084f537ae64a2999eb93fa8fb]

        xmerge: use String.format
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html#format(java.lang.String, java.lang.Object...)
        
        Change-Id: I98b7fca9dee870c9a1d0f9842cbb009a13537967
        Reviewed-on: https://gerrit.libreoffice.org/11995
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-16  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [bbd5a304112c57ac1b1357c93ba7bd8ed8973cfa]

        java: ensure that the stream is cleaned up before the method returns
        
        Change-Id: Id3efeda2fd66173ba2f5662eaacb3629da54573d
        Reviewed-on: https://gerrit.libreoffice.org/11991
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-16  Caolán McNamara  <caolanm@redhat.com>  [d49eabcc56677553a6d5d9fe7cecc5a5eee1f9b6]

        ensure UserData dtors are done while SolarMutex is locked
        
        otherwise I can't even reorder two slides in the slide pane with
        dbgutil enabled without a SolarMutex assert in RemoveListener
        
        (and we have two SolarMutexes here for some reason, one should be enough)
        
        Change-Id: If224568f1b90d62c17bde65a896534aa10f8a661

2014-10-16  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [3a6987beaf85876e1061d553cdc134d40c54597e]

        runner: if .. else if .. else
        
        Change-Id: If9c07074b60b14d0f4e947754d4bf34e4f2f9676
        Reviewed-on: https://gerrit.libreoffice.org/11990
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [3be8ff052f8aa67919343730d675493308759ffc]

        fdo#77716 DOCX import: fix handling of user-defined Standard style
        
        Change-Id: I2cbd9cc0848bfb302bfa0c463a810e7f8231e47b

2014-10-16  Jan Holesovsky  <kendy@collabora.com>  [9c9831f79cf0413c0cd947449bf8253fe09a224f]

        usage info: Checkbox to turn it on and off (Tools -> Options... -> General).
        
        Change-Id: I67143e604314f5553026c369bbed3fdd683c39a6

2014-10-16  Tor Lillqvist  <tml@collabora.com>  [fe25090e992eefd0c43ca73b656632a650793b1a]

        MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now
        
        Change-Id: I40d03ab9acb67ab72b9047017452f069ce88fd4b

2014-10-16  Tor Lillqvist  <tml@collabora.com>  [b02e958fa0bf7d062a5b8aff03d22325e3068feb]

        MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 now
        
        Change-Id: Ieae67cbf917cdf4bca2b0d6c1697eddc6137dbe2

2014-10-16  Caolán McNamara  <caolanm@redhat.com>  [f9aa686432c0ba62c6f440302d5a35856496a786]

        Resolves: fdo#81496 crash in calc format page
        
        Change-Id: Ic70f6f605e13a5c95b504f1bf0322e11313a21e7

2014-10-16  Stephan Bergmann  <sbergman@redhat.com>  [4aaa4ceee75de7a0fbb552039d39567ab10c6d4b]

        Remove more unused idl parts
        
        Change-Id: Id78de487b36a1c939dc3a4a5b38ab0b77999478c

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f71e99e3f35e7b94aa426f588276d05bf86bf09]

        writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitly
        
        Previously code only built if DEBUG_DOMAINMAPPER was exactly defined
        with OSL_DEBUG_LEVEL was > 1, as they these conditions were used for the
        same purpose. Change all this dmapper XML dumping code to consistently
        use DEBUG_DOMAINMAPPER, so later it'll be possible to change when it's
        defined without breaking the build.
        
        Change-Id: I32442cf098162c7d7c9eb7c454094685ab654b74

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [bc9a5f00c60b07d600886b237db2ee4822f0f662]

        writerfilter: fix include guard
        
        Change-Id: I8c5c8a4e8fbb6e6a2e955c4f544786a2256e6342

2014-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [12389025b5a7bb6e1ee572e05fd258cd8e8efddb]

        DEBUG_WRAP_POLYGON_HANDLER would be never defined
        
        Change-Id: I24e1379d136122906deddd298e456728b3be0956

2014-10-16  Noel Grandin  <noel@peralex.com>  [93c8fff0f145c474b5207fc1ca7b5356b404fee8]

        java: close ResultSet after use
        
        Change-Id: I5b2903cf2928e19be203d80243c2ac2e75be28cb

2014-10-16  Noel Grandin  <noel@peralex.com>  [fa22664be218c211c41342c6296616c316b2c3b1]

        java: always use braces for while loops
        
        Change-Id: Iff896b0cace8b8305528b3b0140004ea856169ce

2014-10-16  Noel Grandin  <noel@peralex.com>  [94ae3e827b71da5be77ff04522ff156770801b25]

        java: replace 'new Short' with 'Short.valueOf'
        
        Change-Id: Ic0e3aca1c1459ab938e01f43c0212859d85075e8

2014-10-16  Noel Grandin  <noel@peralex.com>  [3a0e52283ee0d90e6914daf21cfe8e0842f0914e]

        java: replace 'new Integer' with 'Integer.valueOf'
        
        Change-Id: I85aceccae2ba28d9ef2cbf9fb220c5072e5ed3cf

2014-10-16  Noel Grandin  <noel@peralex.com>  [973eb2f6db60c0939299a968a3121e3310e6d1f5]

        java: reduce the depth of some deeply nested if blocks
        
        Change-Id: I3c0c7f08d4d8ea594e72fc0d9b93d085d4ab4bf5

2014-10-16  Noel Grandin  <noel@peralex.com>  [fa652cdd2314f485359119a8ff081a7afd1c01b0]

        java: no need to explicitly code default constructors
        
        the compiler will do it automatically
        
        Change-Id: I6ee57c3500a4c1c1b96919a69b569686e6c0ead9

2014-10-16  Noel Grandin  <noel@peralex.com>  [48633151ff104e867bae6fcd403a2c8d4a87b509]

        java: methods in interfaces are implicitly public
        
        Change-Id: I543fe5b8890668f60d6528a2a7ae6d099d5b4945

2014-10-16  Noel Grandin  <noel@peralex.com>  [4b5cb7ef35648eb33d14f40a7f4cc1b47aea53a4]

        remove unnecessary catch block
        
        Change-Id: Id33384cee3444924e7e8de7d496f117f120b1876

2014-10-16  Noel Grandin  <noel@peralex.com>  [0f86ae06896d01b5a7b7903e9c5ef3c473aefb7c]

        java: no need to call toString() on a String object
        
        Change-Id: I05fa4bf198b3d77b1217eb65b5a1c79915016522

2014-10-16  Noel Grandin  <noel@peralex.com>  [ecc90694175190cd6e2b9d1bed8f32850d41ce88]

        java: use 'Short.valueOf' instead of 'new Short'
        
        Change-Id: I2f0156899b75dd8a3a5600be887b6ac9b6fbdec0

2014-10-16  Noel Grandin  <noel@peralex.com>  [95a2f7390753c4edcec70626b6d91c63a7c200ff]

        java: use 'Long.valueOf' instead of 'new Long'
        
        Change-Id: Idba02391126e5046f77b26b134a76424f7931e0d

2014-10-16  Noel Grandin  <noel@peralex.com>  [f882a157fcae80de52cb8024655739f5a75d5b39]

        java: use 'Integer.valueOf' instead of 'new Integer'
        
        Change-Id: Ia4a847b58862e4f25d64a862f504b629fa336c63

2014-10-16  Noel Grandin  <noel@peralex.com>  [485c208626d435e1693d3623470c74f4b1e065e9]

        java: use 'Byte.valueOf' instead of 'new Byte'
        
        Change-Id: I5a9bc87c38cea2d5e671ed779eaedab92e98ac0d

2014-10-16  Stephan Bergmann  <sbergman@redhat.com>  [aef6ab2098f065f1cee102538776dd99d9db3b0f]

        Strip svidl down to what is still used
        
        ...the generated .ilb, .lst, and .sid outputs requested by SdiTarget were
        apparently unused.
        
        Change-Id: I1abb2abc7945070451fce4a98a11d955515e3f63

2014-10-16  Tor Lillqvist  <tml@collabora.com>  [d2ed493a4c0285ff711fcbb86abe6f7025cfd072]

        WaE: Unreferenced function definition
        
        Change-Id: Ibc28879d303fc768014df89df8022e1fd13634dd

2014-10-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3e2bd1e4022e25b77bcc8eba5e02c1adc57008a1]

        fdo#73080: Correctly count blank cells in COUNTBLANK.
        
        Especially when formula cells are involved.
        
        Change-Id: I40950e7108778821c17d08354f01bb157b1551e6

2014-10-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [27a2e19ed2c3203c9d63873796d7c9ec2f58dd3d]

        fdo#73080: Write test for this first.
        
        Change-Id: Ia2a32f4be3ef2c09ac68fe03ee9a7c9d31aef7ed

2014-10-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9318677349da79e17af5e97f4f3188b56b6d9171]

        update credits
        
        Change-Id: I8a470b6dba04e75326543c8e0786a148b8787b13

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [40e043ca9e23098e198f78254223701466fe1e71]

        sw: remove more dead code from SwIoSystem::GetFileFilter()
        
        Change-Id: I53cadf01246faf3c4b54ee360db19bde2dcb98cc

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [3ec25899e05035ac882971637dfc9b6fa84437c9]

        sw: fix temp file leak in SwIoSystem::GetFileFilter()
        
        Change-Id: Id483d58a9de27a247880aedfe6bb3fe1d410129c

2014-10-15  Stephan Bergmann  <sbergman@redhat.com>  [3b6ee58652d99accd610425264114d1d5b3330df]

        Remove unused BreakIterator_Unicode::wordRule
        
        Change-Id: I8cde0dfd7b760d8075f53b9de8a8d3a81a57dc27

2014-10-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [1744fed4a455a85d948507d91af1f2e186046851]

        disable atl and activex be default if a Visual Studio Express is detected
        
        Change-Id: I28dcdace3a9b299dce5ca6289ce9a16290172dc5

2014-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf1c3b5c5ae7f691cbd7330f49713d65822f1c1f]

        writerfilter: call to SAL_WARN() is not expensive
        
        So guards like '#if OSL_DEBUG_LEVEL > 0' around it can be dropped in
        most cases. Also, dumping the hex value of token IDs no longer makes
        sense, now that doctok is gone.
        
        Change-Id: I2c0d466e4bdde63d271a83aa4e7eebb52294e363

2014-10-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [0aa5a03af925276f011cd9de0b30b3760f656c8b]

        use LODE_HOME when present to locat ant, junit and gnumake
        
        LODE_HOME is an environment variable that stem from
        the LibreOffice Development Environment... a small
        project aimed at simplying the setup of a build environement
        for Libreoffice, for dev, release, tinderboxing or jenkins slave
        (see git://gerrit.libreoffice.org/lode )
        
        Among other things it defines some standard locations where where
        some specific tools that usually require manual install
        are to be installed (and lode's ./setup take care of doing just that)
        
        Teaching configure.ac about these location simplyfy even more
        the autogen.input setup when using a lode setup.
        
        Change-Id: I43d5c11b59110300f69dadfb7fd1c96e94f81652

2014-10-15  Michaël Lefèvre  <lefevre00@yahoo.fr>  [a1a33bc181f058bef98a9a47dde3e77a3d8fb086]

        fdo#75757: remove inheritance to std::vector
        
        from SwRedlineSaveDatas
        
        Change-Id: Ie178983496891c8bd964b37536058d2e6b310c29
        Reviewed-on: https://gerrit.libreoffice.org/11947
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-15  Michaël Lefèvre  <lefevre00@yahoo.fr>  [07f9ccf99c6746351dfdd26a046c788693632dfb]

        fdo#75757: remove inheritance to std::vector
        
        from TEParaPortions (through ToolsList, close to be deleted ;).
        
        Change-Id: Iec92ebb54ebc44d94ccc8cb30230ffb44b937b35
        Reviewed-on: https://gerrit.libreoffice.org/11954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-15  Laurent Godard  <lgodard.libre@laposte.net>  [91502a72c12c559442e8bf77c27a516b49c2a68d]

        fdo#83141: also optimize ScTable::HasAttribSelection
        
        applying same strategy than 1e721077b43de84edab2a3ed2f316ddcbec6e3ec
        
        Change-Id: I8c226d5d66ba8371ea1baec73e72b3e50886bb4f
        Reviewed-on: https://gerrit.libreoffice.org/11877
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [165059674ddfb3a4b74e2184be693a6a54fdc1fa]

        Restore my pretty slide highlighting
        
        and which got horribly destroyed by merge-conflict resolution of
        
        78f6407978aa48c3cbb116bc281940dbf1f2dcbc
        
        Change-Id: Ie560416f4aa435e80c57a4449ee499fc5af20022

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [53d496642170048b82ae67caae964bba8998efdf]

        sw: WW8 import: delete leaked SdrGrafObj (and temp file)
        
        The SdrObject returned from SvxMSDffManager::GetShape() is owned by the
        caller; since it's not inserted anywhere it has to be deleted.
        
        Change-Id: Iaac6467592ec4151173a586a6dc71f9bc44b44f0

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [4eb856f0b42f56b1203e05fd397a424d7c74c255]

        sw: fix temp file leak in SwDocTest
        
        Change-Id: I493af417e9bf6c781638a5a2ec10c3bed32d1b8a

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [a4c9c8b3fb50e5b0344f77b57db757ebbb679144]

        sw: simplify the temp-file leaking debug code in mail-merge
        
        Change-Id: Ib0de8cc5977a8721511e62f39bf3a86a6a76250a

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [beb45beba1529b0706a8dbe732c71b19493bcd7e]

        sw: fix massive temp dir leak in SwModelTestBase
        
        Change-Id: I92455612c41564e74570b4ee4fa4e3cdfa20f24d

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [cb4cb0c053d257d231bdd3e5eaeb3e1c08aac036]

        one of the oddest things I've seen
        
        Change-Id: Ia0240d212a39401ea119588f4a0731b2b99d1d1f

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [569bf818cb5abfcfbe70eed19a5f8eb0aacc6395]

        fix indent
        
        Change-Id: If9f7154b204a1f5c0a0c6475988cf965fb5aadfe

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [169433f2945865c49402c43808b114d742a27d0b]

        coverity#1242817 Untrusted loop bound
        
        Change-Id: I974a80644f70c024f93d081a87204df8cadfa012

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [1c118a9536ab7965bb7c3eedd312987ab224385b]

        coverity#1242879 Untrusted value as argument
        
        Change-Id: Iedcd30fc27e9984407c6752577a3ecb35d7dc075

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [159ea0e04e0e284da14b474fc88546bedbf47ba2]

        coverity#1242719 Untrusted value as argument
        
        Change-Id: I444233dcf0a1e5e3792089be605b340b24882c89

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [e178c45a47c394fe50463aeee9e7996a7c03277f]

        coverity#1242692 Untrusted value as argument
        
        Change-Id: If0019caa34168b758f23e88363b94e91f8bd4c8a

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [0fc5d67a84cc1d5881765d51fe14416686efe2d1]

        fix up indent
        
        Change-Id: Icaa9b84aa0c3617248d8e52fcccfca928accaea1

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [6832d9f0f0ba80b95cb3b25e14365dff5803c4b5]

        coverity#735333 flush out pointless calls to IsRemote and IsOpen
        
        etc.
        
        Change-Id: I588d4486071b1e31897d4e6468a2c634d6856832

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [cbc1176c14ae36293a9cb2acb895dc99111145d5]

        SfxMedium::IsRemote can be made const
        
        Change-Id: Id6b14366d11c15ec1440482cfb725e497807fa2e

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [44add3e1f1274410f88ab2c81e4c674a05456f91]

        coverity#704088 Unchecked return value
        
        Change-Id: I0fc00b445db0a6254adbfa335e6971c6787109d5

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [b0f26546cece3b1f251c83d29560b09577bfe2f4]

        coverity#706322 Uncaught exception
        
        and
        
        coverity#706330 Uncaught exception
        
        Change-Id: I105e37c88654cf47b50fe6b260b8994622305dab

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [405a61f916ba3da4f2fa9d27ab4f0cc287eed1a6]

        coverity#706318 Uncaught exception
        
        and
        
        coverity#706317 Uncaught exception
        
        Change-Id: Idd01f4ba68b1ce6590d6c7b79bcff9593f0766ea

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [7f7d2213209dd8e23292ec5a85fbab6127824c49]

        osl_Module -> osl::Module
        
        related coverity#1242504 Resource leak but it still leaks a dlopen
        handle here of course
        
        Change-Id: Iaf692e7b2753c1c0af580e236bc147dc30a39e9f

2014-10-15  David Tardon  <dtardon@redhat.com>  [1ad97f9b803d07702d52f44b2d6ce7235ff9400a]

        avoid out-of-bounds access when iterating code points
        
        Change-Id: I583e49180b37705ea124c0d88c2e2a8cb1470dfe

2014-10-15  David Tardon  <dtardon@redhat.com>  [4a97029ce71262395620b71633b309f3e6bb6f54]

        avoid out-of-bounds access when iterating code points
        
        Change-Id: I88290e5ccfd6ab250fe1526e452609e6de020dcd

2014-10-15  Stephan Bergmann  <sbergman@redhat.com>  [b1023801e4fecd532a1252a206563e6f6e71615c]

        Blind Win fix attempt
        
        Change-Id: I39df464321685ebef29f44221bab9005295d0c3f

2014-10-15  Stephan Bergmann  <sbergman@redhat.com>  [ad9498f8b888f7851a8612b8d654a2bc89005925]

        More -Werror,-Wunused-private-field
        
        ...detected with a modified trunk Clang with
        
        > Index: lib/Sema/SemaDeclCXX.cpp
        > ===================================================================
        > --- lib/Sema/SemaDeclCXX.cpp	(revision 219190)
        > +++ lib/Sema/SemaDeclCXX.cpp	(working copy)
        > @@ -1917,9 +1917,10 @@
        >    const Type *T = FD.getType()->getBaseElementTypeUnsafe();
        >    // FIXME: Destruction of ObjC lifetime types has side-effects.
        >    if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl())
        > -    return !RD->isCompleteDefinition() ||
        > -           !RD->hasTrivialDefaultConstructor() ||
        > -           !RD->hasTrivialDestructor();
        > +    return !RD->hasAttr<WarnUnusedAttr>() &&
        > +           (!RD->isCompleteDefinition() ||
        > +            !RD->hasTrivialDefaultConstructor() ||
        > +            !RD->hasTrivialDestructor());
        >    return false;
        >  }
        >
        > @@ -3517,9 +3518,11 @@
        >    bool addFieldInitializer(CXXCtorInitializer *Init) {
        >      AllToInit.push_back(Init);
        >
        > +#if 0
        >      // Check whether this initializer makes the field "used".
        >      if (Init->getInit()->HasSideEffects(S.Context))
        >        S.UnusedPrivateFields.remove(Init->getAnyMember());
        > +#endif
        >
        >      return false;
        >    }
        
        to warn about members of SAL_WARN_UNUSED-annotated class types, and warn about
        initializations with side effects (cf.
        <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-October/039602.html>
        "-Wunused-private-field distracted by side effects").
        
        Change-Id: I3f3181c4eb8180ca28e1fa3dffc9dbe1002c6628

2014-10-15  Herbert Dürr  <hdu@apache.org>  [eea16cb3e65a4308caddb7618d31a76ca259dbb1]

        Resolves: #i63015# always default to WinAnsiEncoding...
        
        for non-symbol PDF-Type1 export
        
        Suggested-By: edv@gruene.de
        Reviewed-By: hdu@apache.org
        (cherry picked from commit b8186703cb43d2b57460cb23a7a4e3f989e95426)
        
        Conflicts:
        	vcl/source/gdi/pdfwriter_impl.cxx
        
        Change-Id: I02227724bff301133ac8ce5562ec5ca1ed94f136

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [e45136f1ff9d817dfec27a6a20ba29fffc6c54bf]

        Resolves: fdo#85032 max len property of -1 -> crash
        
        Change-Id: Ief903c619204f01784e93fd5e2d582632cef032e

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [3d0988b8ca11eb8e80a3eae5f033512fb9bab0ce]

        coverity#982478 Dereference after null check
        
        maybe sort of can be considered a regression from
        commit 733b831970204059b9d89eff203551d6d3bf4bbe
        Date:   Tue Jan 5 16:37:41 2010 +0100
            swunolocking1: swtypes.hxx: rename frame anchor types
             enum RndStdIds: rename frame anchor types (FLY_*) to be more intuitive.
        
        where
        
        if (0 == (pAnchorPos = pAnch->GetCntntAnchor()))
            bCallMake = sal_False;
        
        turned to
        
        if (pAnchorPos)
            bCallMake = sal_False;
        
        but there would always be a following de-ref of a potential NULL pAnchorPos
        which wasn't FLY_AT_PAGE
        
        Change-Id: I808b4f178887ab6149e38bab6e36eb68d7a1eb29

2014-10-15  Noel Grandin  <noel@peralex.com>  [0ece187f92f9f87ae69b957c498cad8dcce56232]

        loplugin: cstylecast
        
        Change-Id: I0ccdd2ce18336afea67a3f296b26b2de50f14808

2014-10-15  Noel Grandin  <noel@peralex.com>  [fb7b1f45f9593db2d040dfaa06db0ea60f5308ba]

        loplugin: cstylecast
        
        Change-Id: I96a0d5d7ec3363076b0165f3c540c51ef01b58f3

2014-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a5d55a8a0f82406a8001015a723596f21d3562c]

        fdo#82860 RTF import: fix handling of SHAPE fields
        
        No need to use fieldmarks for these.
        
        Change-Id: I8d2c797f2b00be88e445dab0dd69cb1a9556c02c

2014-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecc5cbc69e4c2df4ddbe46bbc2f973cc60a10772]

        fdo#82860 RTF export: if shape has textbox, export its contents as shape text
        
        See 8c677716c4707ccd86b152ae504841affb393cc0 (DOCX drawingML export: if
        shape has textbox, export its contents as shape text, 2014-06-06).
        
        Change-Id: I5b1afae4d1b80c9b225096677f7d7ae77ff90f5b

2014-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [f57ed7edd498d62ca0ed9a8cedd72218985b4daf]

        fdo#82860 RTF export: don't export textboxes of shapes twice
        
        See 96965fb39d6d376e91030a01c11f16f9428ddf2e (DOCX drawingML export:
        don't export textboxes of shapes twice, 2014-06-06).
        
        Change-Id: I89c039debeca5f88f172479b9f8ecbaec2dc7bc4

2014-10-15  Noel Grandin  <noel@peralex.com>  [d9fa1247be9d3a3d559adbbf9e1ed12395744738]

        fdo#84938: replace SYMBOL_TYPE constants with enum
        
        Change-Id: Ib3763f20d74c22e28d519a9ac47f6f3ab4e31f51
        Reviewed-on: https://gerrit.libreoffice.org/11983
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [d7a0916e68238d619d74cbab72e66980e24d2f48]

        vcl: cleanup salgdi.hxx
        
        Change-Id: Iced928a97afdc30e8cb1e24dd148c8b838e8eb72

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [0d6f45377592a62ff4ee510d5fbd3bdd9e20160a]

        coverity#1212509 Logically dead code
        
        this look very wrong, surely this is what was meant
        
        Change-Id: I461fc1a67770c733aee2f4379dcc252abd09b641

2014-10-15  David Tardon  <dtardon@redhat.com>  [7d05bbd50d5b3a9fff467b44e033bedb12a46a2d]

        avoid double-delete
        
        This is a regression from commit b1d48f0d9a3442c11adae6e36325a463d89ce44e.
        
        Change-Id: Iffd39782c1d1fd7be14f4d657919f704807a40f5

2014-10-15  Tor Lillqvist  <tml@collabora.com>  [481d25c71a58893af75c5a9ccea0190566b6ef64]

        Add a small script to run adb logcat with filtering
        
        We use arbitrary tags when logging stuff in our code so we can't use the
        built-in filtering of adb logcat.
        
        Change-Id: I2d607b86bde975c5cbdd17adc22d0fc15076be51

2014-10-15  Noel Grandin  <noel@peralex.com>  [872036c8e2e4a098a528a7f0083201433786d331]

        remove unused DECL_OBJHINT and IMPL_OBJHINT macros
        
        these have been unused since we switch to using normal C++ RTTI with the
        SfxHint subclasses
        
        Change-Id: Ia271cfa01d2f49ed335e90f78309cd26d6ec9d8f

2014-10-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [948afbaf3901909a62f06a73698a6172d3bc6d45]

        I think this is what was meant, see cf7832d6
        
        Change-Id: I626e3a36426958d7ba1fd320cf8e1a3bf2f3595f
        Reviewed-on: https://gerrit.libreoffice.org/11980
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-15  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [95eadfa772c7fcab763484e23e0410006a4ca067]

        Trying to make the Find & Replace dialog a bit more compact
        
        Especially with long translations, the removal of homogeneous-width
        columns make the dialog’s size more manageable.
        Fixed capitalization, indentation, and made the dialog non-resizable to
        remove the Maximize button under Compiz/GNOME and the fat border under
        XP. The expander will still work.
        
        Change-Id: I2fb820ac406afe45a3d5339f574c13902ad48753
        Reviewed-on: https://gerrit.libreoffice.org/11942
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-15  Caolán McNamara  <caolanm@redhat.com>  [42e49dcfda9e98ffa3fccb5a5d2c3b11cda5d9c6]

        coverity#1244937 Unchecked return value
        
        Change-Id: I7691103b5011861d9e84860671be8e46651a27b1

2014-10-15  Stephan Bergmann  <sbergman@redhat.com>  [bd86b38c5bccb42cefdbf80fdf77b662e6d382f5]

        Make ImportCGM signature match ImportCGMPointer (in sdcgmfilter.cxx)
        
        Change-Id: I363777ff59b1756a15615d3daaa0c95542632361

2014-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [da77897d1923137574fd3a5a65921a5dbaf0aafc]

        nDrehWink -> nRotationAngle
        
        Change-Id: I33ca88f38210140931b12a05e426d1373243156e

2014-10-15  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [b11968e8bfcc1c4560427a9ca1d9e20a1075eb1b]

        runner: replace '.size() == 0' with '.isEmpty()' (collections)
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html#isEmpty()
        
        Change-Id: I9a8f4feab9120d2d9fbf845f305380cda9b263bb
        Reviewed-on: https://gerrit.libreoffice.org/11968
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-15  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [cdecac849b2aaf8314f3cb2046f70b3b436519a7]

        rm ‘public static final’ modifiers from field declarations within interfaces
        
        Change-Id: I2154052f89787b6fe17edb2f6e6ea132347b3d13
        Reviewed-on: https://gerrit.libreoffice.org/11971
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-15  Noel Grandin  <noel@peralex.com>  [0141e9cac82c16b7cdb01f4e7e595c9d98f8d6ce]

        convert PORTION_KIND constants to enum
        
        Change-Id: I32d65cfd7a67cd7ebca0f99061293a9ac3398133
        Reviewed-on: https://gerrit.libreoffice.org/11970
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-15  Eike Rathke  <erack@redhat.com>  [defa080e585fb351bc4049b2f280d2e7e5256f6e]

        remove duplicated call to mpChildrenShapes->SelectionChanged()
        
        Found when investigating performance bottlenecks of fdo#75486, after the
        selection is completed ScTabViewObj::getSelection() is called multiple
        times, each creating a ScCellRangesObj of the range list of filtered
        ranges, which then is used for
        ScChildrenShapes::FindSelectedShapesChanges()
        
        The duplicated call was introduced with
        b41332475783c31136673fb44cf4c411bb0148f8
        but IMHO does not make any sense at all unless it has obscure side
        effects, it only slows down things even more.
        
        Change-Id: I3cee2e3e62c24ad72efb8cc2021e74d0afc70b69

2014-10-15  Eike Rathke  <erack@redhat.com>  [94efc482d514bf9c6c4edb149f86084d672b724f]

        speed up simple range list joins that could be appends, fdo#75486 related
        
        Change-Id: I734ff88bc4c0633875c9e9c19a817b8b08511c83

2014-10-15  Eike Rathke  <erack@redhat.com>  [268d5a7e3c5b31ad22bce7ff36a68c5d13fe7a40]

        speed up range list generation from multi marks, fdo#75486 related
        
        Change-Id: Id2114652948d12c92b0e7be7afa304bfffc8fbe0

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [d2ccf8434aa1917409de1eb6d160092494224b2c]

        vcl: re-factor scaling to use a single fn. pointer based invocation.
        
        Change-Id: Ide61808dbfa82ce67794150f44b6bac4f3c8e302

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [618c0f8fd8658acd20e875ed3a7350786c3dc1e3]

        vcl: Re-factor to use the ScaleContext to pass parameters.
        
        Change-Id: If4359a6b776b4a94a6934e9fd02ede475a0612a7

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [a70d6e731850432c0254e7245e7209323d654f7d]

        vcl: create a ScaleContext to share copy/paste Bitmap scaling code.
        
        Change-Id: I5a90b7c6065829d74c61b833f0551b8adc3f2711

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [6786f4b5954fc617ba6188deb5526b1f092faa22]

        vcl: hide bitmap helpers in an anonymous namespace.
        
        Change-Id: I96ad50f538cfb6ecd256c4268feb81796a135b2b

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [9f874d411adf260d13626e3a70a47fcf67a28152]

        sc: fix temp file leak in ScHTMLExportTest
        
        Change-Id: Iab385ce8b24dd24985ec9b2d0c9d2a4e603d0fd0

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [c0b1d1bf5701d5f94b618f70da8e863d32d97ab4]

        cppunittester: make tracking down temp file leaks easier
        
        Temp files created before first test method don't see LO_TESTNAME
        
        Change-Id: Iff74abf574f5151980f463646f11c1b32ad0c241

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [33cac6c68bd2f2628832953c22be22022169f241]

        sc: fix temp file leaks in ucalc Test
        
        Change-Id: Id5243aa37578cf9ed534603f3b27e83f0678c3fb

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [03d103b04b4ac7f926bf1b1bb3c30829900e4239]

        sc: fix temp file leak in ScFiltersTest
        
        Change-Id: I1920fa405f377abafe793b4bbec52b8b141459f6

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [70f6775314553e80ea8d1897e15e2d68c5ae1d4e]

        sc: fix temp file leak in ScExportTest
        
        Change-Id: I9b9944fa1b9e00989a499f7a8fac74097ae9d61b

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [15510bf9ee26ed01c53b32beb2aea97ffa3e62fc]

        sot: stop leaking temp files from StgTmpStrm
        
        The problem is that "aName" is stored as a file path, but
        osl_removeFile only works with URLs.
        
        Change-Id: I6929efc89a9e1a2292f038482b88d38946e6e4e8

2014-10-15  Michael Stahl  <mstahl@redhat.com>  [dd6d9fd5db0a02d5fd4b63a07408921266a38989]

        ww8: warning C4701: potentially uninitialized local variable
        
        Apparently xmloff supports at least one value that has no equivalent in
        OOXML; just use "none" for now.
        
        Change-Id: I76d2802c7c91ea756125e66c229ec5fdb2e7ec3b

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [e9e0ab477728f543efa78a04411057aed6c6c1e5]

        fix tinderboxen with the right sort of brackets.
        
        Change-Id: I13869771890ce5702d64053e7823dd5cedc82a40

2014-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [75d0cbb2e8f737e4c1721285a172618a1af78135]

        fdo#82071 RTF import: get rid of unexpected underlining in TOC field
        
        Regression from commit 9679e9c23216decb5f9f25f85b04cb3f25211111
        (fdo#69649 Fix for pre-rendered Table Of Contents, 2013-12-30), now that
        we handle hand-edited TOC, it's necessary to properly track correctly if
        a property came from a style or as a direct formatting.
        
        Fix RTFDocumentImpl::getProperties() to detect direct formatting that
        cames from a char style and would result in attribute tokens.
        
        Change-Id: Iab5a14770de43249961c280a5dc698200abc8f49

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [9d24f6ba270127ad330dc733e0fef3144319d07e]

        Missing ModelessDialog -> ModalDialog
        
        Change-Id: I83a3eb34138c75dbc5a0239a9d761d22c6cd98a0

2014-10-14  Takeshi Abe  <tabe@fixedpoint.jp>  [4e3772b1b472636b381ed511dcfff216fbe55d37]

        fdo#75757: remove inheritance to std::map
        
        from UniqueIndexImpl.
        
        Change-Id: Iaa9040dff117ed5b05955c9f6eef31878dccf3b0
        Reviewed-on: https://gerrit.libreoffice.org/11951
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [60126254eba8a6a6b94c60b2101ee90986161e24]

        Resolves: fdo#72587 make template dialog Modal
        
        Change-Id: Iefb63bc7cdbff2217f16c1a72fc271361227588b

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [b13591d48f58b45f4465ce03bd1248ec1e95584f]

        valgrind: init GroupLevels
        
        Change-Id: Idccebc826ade29a507e115108d20fd461b7bb4ec

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [740617901dc2e7a1effd211c755ea9d00b32094b]

        stray ;s all other the place
        
        Change-Id: If67bf3361e082c1321f42ae7717cc941dc96e74b

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [b251762c6549639975a7e9962c9fb5b365ef2063]

        valgrind: multiple errors
        
        Change-Id: Ic0ee492710650165004ad05f523424ba1b094473

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [2e234939874575a41673b3ceb4a759afa3b333aa]

        check for short reads
        
        Change-Id: I98a7d77cabe0207ff2b0190ccef47b87d1552930

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [aeea1cab4300371797fc1283c1e8623fa8238908]

        sal_True->true
        
        Change-Id: Idbbc50afbb229dca1b62a7a0d1b2eeec9b0418d5

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [b2b5bc10b6574e4717f651602c970bdb20abd1a7]

        valgrind: Source and destination overlap in memcpy
        
        Change-Id: I0b83a1955b6752c1253cfd7992a50b932aac078d

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [61550120b45640898677c7f765a491737445954f]

        valgrind: Mismatched free() / delete / delete []
        
        Change-Id: I78a9e08fb3535f9fe6c61a6e192c7aff4ef0c527

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [4d82ccb1edcc700f1ff8387ec51ac8114d5d77e3]

        valgrind: Mismatched free() / delete / delete []
        
        Change-Id: I293229dabb9a04f2e76b556e9da66921328ebe23

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [ff7c2cd0dc89f0ffa6742f1f5dcf89f5a6f03839]

        Resolves: fdo#84887 TabBar::ImplShowPage crash
        
        Change-Id: I84250c6a40baeabd0d12958dfe0aea346d2b4fc8

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [9e8a593b44a3acb97297439f3d93be2c673a3625]

        add cgm loading test
        
        Change-Id: Icb1732d867d86e2a1b180ce58cec4c91fc630881

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [298f8d6032adceebd6429e4decc8f177835e1c33]

        coverity#706320 Uncaught exception
        
        Change-Id: I980e55ab3942c93447573c0af7b7486dfc0a0e10

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [ac68cab1f1e6991bc95fe482f4d9be1538b827c4]

        coverity#1242739 Untrusted loop bound
        
        and
        
        coverity#1242739 Untrusted loop bound
        
        Change-Id: I2cab9b3c531befc42c1522dd0d4beb59df7ae315

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [da859a7949238e74e5287f1bacc61886b4294858]

        coverity#1242791 Untrusted loop bound
        
        Change-Id: Iba6d6b77fe30e11f50e16c1ee899b71ea4337355

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [e4ebd97a9b5dc3a25a142109d2a0dbe41925e431]

        coverity#1242918 Untrusted loop bound
        
        Change-Id: I8575a43a095165a81417f169463aaf2c4ab337e8

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [902a3df2daa196e2182b0741f0ec3849d158f42b]

        coverity#735315 Unchecked return value
        
        Change-Id: If2e8d3cfe49a039cc27035ae9c0f037c2d60b122

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [713524780312315e63f53deac96eaeef8c4e0e13]

        coverity#982180 Unchecked return value
        
        Change-Id: Ida858f633f1e9afcc1a5a06f503f0ab06d2d3e74

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [89b256f431c09097dd7bf3d163430ec54a7d9260]

        coverity#1242430 Dereference after null check
        
        Change-Id: If1c59d6d06a9e4601731f13a69b1ac2603c0014b

2014-10-14  David Tardon  <dtardon@redhat.com>  [a3dc4db870ac3c08c480131ed18d144e42ec18b2]

        make sure the denominator is not 0
        
        Change-Id: Ia618379a8d33048b6716f22ad1e5dcbca0bbf307

2014-10-14  David Tardon  <dtardon@redhat.com>  [e19fb51d89fd8fa747594ba7aa3fdac67262f646]

        make sure the denominator is not 0
        
        Change-Id: Ic32e0f354bb290ad77f1d7709bee89858e1889b7

2014-10-14  David Tardon  <dtardon@redhat.com>  [ad1f796b1dc710a02ade17c95e99d11412f1280a]

        simplify condition
        
        Change-Id: Idceac888c57cc27142877d0cf83dd525ab3f92ca

2014-10-14  David Tardon  <dtardon@redhat.com>  [8afab33d161ddd39a3e6094b5daa08b156ef0421]

        just check if the fraction is < 0
        
        Change-Id: I23f631898f29d8285d3da333686da8d3f28a00f8

2014-10-14  David Tardon  <dtardon@redhat.com>  [091742e86aeb5287f7236f666fee48946ab4c67b]

        do not forward-declare templates
        
        Change-Id: I3b0a145f70406f0c8a12b6c4b7876c4148f76e93

2014-10-14  David Tardon  <dtardon@redhat.com>  [92f66c5813c34ed470cc00f0d83ed4d80ab39f5c]

        add missing dep for saxparser
        
        Change-Id: I93914949cbb20187c48d9771fd98d54602211c13

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [40f001b55074f1d0f5d722999c643406caad1b2b]

        Remove spurious cpu_count
        
        Change-Id: Ic90e806d279f8180d78f78597dbc549264338295

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [b44b76746d8834a4c32f704273a8b7b7547a9328]

        Use C++11 std::thread::hardware_concurrency()
        
        ...and hope it gets past our various tinderboxes.
        
        Change-Id: I4dd95e77c4a74ae58e66f98753fcf5e438080146

2014-10-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83210e28aeb0ba1faa809dbe705ce780cdd6fb4e]

        Take the current axis alignment state.
        
        Change-Id: I02c28f44af0a1510bdb780d1e6c70561b7ba24e5

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [578fd01ee9d1a3b550e115d5db64523c7f57efde]

        basebmp: accelerated method to create a clipping device.
        
        This was some staggering proportion of tiled rendering documents
        with complex clipping; it seems 'clear' is not what memset is for
        1bit clip masks.
        
        Change-Id: I9142ffb7d7016603feb7782d6f03b9992b9494e3

2014-10-14  Michael Meeks  <michael.meeks@collabora.com>  [9f8605b04dfecefabe73035aae50443ad93da878]

        sal: cleanup unit tests whitespace.
        
        Change-Id: If067f755b99480b7b7bd0bd3bb7a71a447794273

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [f57a697fac4e2c885bfaf5add1dfe05ede552cd5]

        Add clarification of --enable-chart-tests
        
        ...provided by moggi via private mail.
        
        Change-Id: If163e1ce40053c3fe9a5f76ea0356bf5c073e55b

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [73b44845c6794aaea198aebaeb2098f96b7ffb9a]

        Make -1 a valid value of enum MSO_SPT
        
        ...as e.g. CppunitTest_sw_filters_test under -fsanitize=undefined complains
        
        > svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx:304:13: runtime error: load of value 4294967295, which is not a valid value for type 'const MSO_SPT'
        >  EnhancedCustomShapeTypeNames::Get(MSO_SPT) svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx:304:5
        >  SdrObjCustomShape::MergeDefaultAttributes(rtl::OUString const*) svx/source/svdraw/svdoashp.cxx:873:26
        >  SvxCustomShape::createCustomShapeDefaults(rtl::OUString const&) svx/source/unodraw/unoshap2.cxx:1933:26
        >  non-virtual thunk to SvxCustomShape::createCustomShapeDefaults(rtl::OUString const&) svx/source/unodraw/unoshap2.cxx:1934:1
        >  oox::vml::CustomShape::implConvertAndInsert(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> const&, com::sun::star::awt::Rectangle const&) const oox/source/vml/vmlshape.cxx:976:9
        >  oox::vml::ComplexShape::implConvertAndInsert(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> const&, com::sun::star::awt::Rectangle const&) const oox/source/vml/vmlshape.cxx:1073:12
        >  oox::vml::ShapeBase::convertAndInsert(com::sun::star::uno::Reference<com::sun::star::drawing::XShapes> const&, oox::vml::ShapeParentAnchor const*) const oox/source/vml/vmlshape.cxx:307:22
        >  oox::shape::ShapeContextHandler::getShape() oox/source/shape/ShapeContextHandler.cxx:432:27
        >  non-virtual thunk to oox::shape::ShapeContextHandler::getShape() oox/source/shape/ShapeContextHandler.cxx:545:1
        >  writerfilter::ooxml::OOXMLFastContextHandlerShape::sendShape(int) writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:1742:48
        >  writerfilter::ooxml::OOXMLFastContextHandlerShape::lcl_endFastElement(int) writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:1769:9
        >  writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(int) writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:249:9
        >  non-virtual thunk to writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(int) writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:250:1
        >  (anonymous namespace)::Entity::endElement() sax/source/fastparser/fastparser.cxx:484:13
        >  sax_fastparser::FastSaxParserImpl::callbackEndElement(char const*) sax/source/fastparser/fastparser.cxx:1216:9
        >  (anonymous namespace)::call_callbackEndElement(void*, char const*) sax/source/fastparser/fastparser.cxx:295:5
        >  doContent (instdir/program/libexpwraplo.so+0x369381)
        >  contentProcessor (instdir/program/libexpwraplo.so+0x34d9ee)
        >  doProlog (instdir/program/libexpwraplo.so+0x330991)
        >  prologProcessor (instdir/program/libexpwraplo.so+0x32a1f6)
        >  prologInitProcessor (instdir/program/libexpwraplo.so+0x38d185)
        >  XML_ParseBuffer (instdir/program/libexpwraplo.so+0x31359b)
        >  XML_Parse (instdir/program/libexpwraplo.so+0x30f34e)
        >  sax_fastparser::FastSaxParserImpl::parse() sax/source/fastparser/fastparser.cxx:1058:52
        >  sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) sax/source/fastparser/fastparser.cxx:852:13
        >  sax_fastparser::FastSaxParser::parseStream(com::sun::star::xml::sax::InputSource const&) sax/source/fastparser/fastparser.cxx:1339:5
        >  non-virtual thunk to sax_fastparser::FastSaxParser::parseStream(com::sun::star::xml::sax::InputSource const&) sax/source/fastparser/fastparser.cxx:1340:1
        >  writerfilter::ooxml::OOXMLDocumentImpl::resolve(writerfilter::Stream&) writerfilter/source/ooxml/OOXMLDocumentImpl.cxx:500:13
        >  WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) writerfilter/source/filter/ImportFilter.cxx:107:9
        >  non-virtual thunk to WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) writerfilter/source/filter/ImportFilter.cxx:173:1
        >  SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) sfx2/source/doc/objstor.cxx:2271:21
        >  SfxObjectShell::DoLoad(SfxMedium*) sfx2/source/doc/objstor.cxx:767:23
        >  SwFiltersTest::filter(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, unsigned int, unsigned int, unsigned int, bool) sw/qa/core/filters-test.cxx:112:20
        >  SwFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, unsigned int, unsigned int, unsigned int) sw/qa/core/filters-test.cxx:71:12
        >  test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, unsigned int, unsigned int, unsigned int, bool) unotest/source/cpp/filters-test.cxx:111:24
        >  test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, unsigned int, unsigned int, unsigned int, bool) unotest/source/cpp/filters-test.cxx:137:5
        >  SwFiltersTest::testCVEs() sw/qa/core/filters-test.cxx:162:5
        
        Change-Id: I8249f962585def8c98327cce9939e2b96b648612

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [e5486c46ae5221bce4f4a7bf005044883de45997]

        Resolve some unnecessary typedefs
        
        Change-Id: If57e32d41fe03db402aad74d2bd3e4d03c5e0643

2014-10-14  Noel Grandin  <noel@peralex.com>  [cc25440a9d7881b3df479179a4c320da53220119]

        reformat ValueChanger
        
        so that it is at least marginally legible
        
        Change-Id: I20882ad77d6488bb1f2b9dc9e91dc47458596b4a

2014-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d35baed5e87ffe7ca371986391cdb3983cdd2b1]

        bnc#800714 SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns
        
        Regression from c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (sw34bf05:
        i#84870 - method <SwTxtFrm::FormatAdjust(..)> - do not split text frame
        which only contains on as-character anchored object, 2011-03-11), the
        i#84870 fix was for a document which didn't have columns, and didn't
        consider that this causes a layout loop in case:
        
        1) There are two paragraphs in a section, having multiple columns.
        
        2) The second paragraph has fo:keep-together="always".
        
        In this case originally we tried to call SplitFrm(), realized that it
        didn't help, and then gave up. But after the change, we kept trying to
        satisfy the two conflicting requirements (balance content in the 3
        columns vs keep the second paragraph with the first one).
        
        Fix the problem by not calling SplitFrm() only in case we're not inside
        columns.
        
        Change-Id: I64e969ef5e8f519314f5613f8e6fae626ae085ce

2014-10-14  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [72cb37b6858a2636ff1e7bc8228efdc52eebf922]

        fdo#84236 Remove view modes from sd context menu
        
        Change-Id: I7146ee946c7f882decae2c8d93c63002d00dd511

2014-10-14  Noel Grandin  <noel@peralex.com>  [a24f9d91977766df63a17395ce4854bdc747b88b]

        remove duplicate definitions of PPT_TRANSITION_TYPE constants
        
        Change-Id: I8b6743c4f2c5c3d52c7df33953ed3dd7b32a1a46

2014-10-14  Noel Grandin  <noel@peralex.com>  [959f7f2b7de87f75e83068efaeebe07d5c2be4ac]

        java: remove useless javadoc tags
        
        Change-Id: I83c59418c9eb32984dd5a2105e3d729e400520a4

2014-10-14  Noel Grandin  <noel@peralex.com>  [a760e45df6602b9cf7b3fc728a8ed3e11f89b12b]

        fix use of RuntimeException constructor
        
        Change-Id: Ia8fe44ea365183a8dec8027812b4877be080070d

2014-10-14  Michael Stahl  <mstahl@redhat.com>  [782caa59cc0f72ef377b1d2c99b552b1be201f44]

        svx: fix another temp file leak, from SdrMediaObj's glTF models
        
        These need a whole directory, apparently a model may have multiple
        files.
        
        Change-Id: I092c1764ddb1ed30947034f299fbb6882658d21b

2014-10-14  Michael Stahl  <mstahl@redhat.com>  [616445cde0b594de1e6308944d3743cc64cd2a82]

        vcl: warning C4717: GetCharCount() recursive on all control paths
        
        Change-Id: Id86dcd2c701510ce15cc2cf71e35c1d908ec6049

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [658f031bb155474fa64e69fb76326b29ef4a642c]

        Revert "Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method.""
        
        This reverts commit bf302000ea8849ac7ecd9162f3014bac9da4406e,
        as clarified on IRC, --enable-chart-tests is known flaky and not intended to be
        used by anybody but moggi.

2014-10-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [8a1679e47e681e01f91091d45889f672e6722eb1]

        fdo#81523 Bump the requirement for Mac in the Readme to 10.8
        
        Change-Id: Ia9868b54824c03ee563973eb71e6ecade3ca589f

2014-10-14  Noel Grandin  <noel@peralex.com>  [3f43627ac63b3131e7f621ecb53f5246224fd55d]

        fix import location of XScriptContext
        
        Change-Id: I3b0ec540ed37e40f59210b7fb563196aee63d1ea

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [2fff4927c4401f81b183883c94cb18d0b7806ca6]

        coverity#1242426 Dereference after null check
        
        Change-Id: I59c96846aa5bf4780e4c5bfb0b71242e3b928976

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [f9a90514dec3dfbf1aea74a9296513c830ec6481]

        coverity#1078471 Unchecked return value
        
        Change-Id: I2eb340eddf77ef5f007b5588e78d2b03bb5eb059

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [4f7cb49f93a55215c48f9e98f293b08293b56036]

        coverity#735851 Dereference after null check
        
        Change-Id: I8f6e5803efe0db06d081903b9b852d1a1f881f7b

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [950995222509f059037ff7d73e09d5d9ea2b9b2a]

        Reintroduce SFINAE-based selective enablement of &=, |=
        
        ...they had erroneously become unconditionally enabled.  Also, rename Self to
        Wrap.
        
        Change-Id: I574662012bf74114b18f3bab0c1c5825a2bd61bb

2014-10-14  Noel Grandin  <noel@peralex.com>  [9a5e03b8c9d422de43e899e3f880a03dc5c50d84]

        need explicit bool conversions here
        
        to make some tinderboxes happy
        
        Change-Id: I136895674cec8eda874acda0bf5c7a96b3a22778

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [0fdba36ab6aa1eef3e147371153b7c5d12c11cae]

        scripting: replace '.size() == 0' with '.isEmpty()' (collections)
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html#isEmpty()
        http://docs.oracle.com/javase/1.5.0/docs/api/java/util/ArrayList.html#isEmpty()
        
        Change-Id: I76d8d8be2794655cb27ab121759494d7084b4744
        Reviewed-on: https://gerrit.libreoffice.org/11967
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [791ed2c654509c8e20af473d5413e8031bceddc0]

        scripting: use new exception constructors
        
        Change-Id: I7eeece85d4e462bf2df010ee29c062941a677759
        Reviewed-on: https://gerrit.libreoffice.org/11966
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [530f060e41aa28634c133dab2e606907010d3cc3]

        jurt: print an array with java.util.Arrays.toString
        
        Change-Id: I76431b67f9f6fdde2906d6d8082457ef0847108e
        Reviewed-on: https://gerrit.libreoffice.org/11964
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-14  Noel Grandin  <noel@peralex.com>  [ba39577890ea64e272ae98d70aa33cbc9757a550]

        fdo#84938: convert EPP_LAYOUT constants to enum
        
        Change-Id: Ibf43bf9ca241c6286659a16906a45bbafa798748
        Reviewed-on: https://gerrit.libreoffice.org/11961
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [9fef481ffff0b49b04194c1e00b97ac340d14114]

        vcl: cleanup salframe.hxx
        
        Change-Id: I0f331a2589d0fab5cf3843bf7531333e07067997

2014-10-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [474d267efdcbc8cd069989f8b111566b2343c39e]

        vcl: change to css alias namespace
        
        Change-Id: I4af1bd5cd1d614ca92cf843ad7fa5bb518829f89

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [bf302000ea8849ac7ecd9162f3014bac9da4406e]

        Revert "Make VCartesianAxis::get2DAxisMainLine() truly const method."
        
        This reverts commit 410c5bd58c36d9064a79520d5bc31cb32ead1326,
        it causes CppunitTest_chart2_xshape to fail.

2014-10-14  Noel Grandin  <noel@peralex.com>  [2cd1128555cec70b6ba3d977f6a156b2be1659ad]

        fixes and tests for o3tl::typed_flags
        
        create test suite for typed_flags template.
        fix the operator&= and operator|= definitions
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	include/o3tl/typed_flags_set.hxx
        
        Change-Id: I1df9ae197889af98a2fd76ff2bc07756c7b14ced

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [a1a83ceb8bd2723be49f8282e887da24f4a421f2]

        Remove commented out code
        
        Change-Id: I1ebcffc9f1b77b9491335c13ca99090385882ec3

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [2e57092d6f6c6b048d7e4bbb36eaa3e6b7cd78a6]

        No apparent reason to fix underlying type of PushFlags
        
        Change-Id: I7d578b135c7a1e681a70484bba30ff1e8b33e04d

2014-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7b86315078f4fcdf7b6a6295abdfba2378f3601]

        CppunitTest_sw_odfimport: allow running a single test only
        
        Change-Id: I6dac6c98cd60955cf54e9e8554691566d29a34f1

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [7c7958ef455d09a0c02683519fb766696904a103]

        Wrong unnecessarily deep downcasts
        
        ...to SwDrawContact instead of SwContact, ingoring that some objects involved
        in e.g. CppunitTest_sw_uiwriter are of type SwFlyDrawContact.
        
        Change-Id: Ie3b7726b3d47106db00b8aa11b702d505c369e00

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [58a96d3ccedbade4f1a8bfbbc4b7d8f1615cfc69]

        bff: terminate on SAXException on malformed input
        
        SAXException thrown and not caught
        
        Change-Id: I874ffbcd457e102b572f398f4e531f4be30ca3d3

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [899e472598e7c03ac05edd27343054306e49aee8]

        coverity#706319 Uncaught exception
        
        Change-Id: I582bc15b8065c9262c0933f1afa0bda6e1f5d94e

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [9ab3abd290fda1282d789365dd1cf61f7411c0f1]

        coverity#706332 Uncaught exception
        
        Change-Id: I847cea7329a0c9cf370406afe8a7511f58c89901

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [cc70cff83af25574909b19112b3e67136cffb817]

        coverity#706327 Uncaught exception
        
        Change-Id: I3a84a212abfcf0668b7040c8fa537ad62aaf5224

2014-10-14  Caolán McNamara  <caolanm@redhat.com>  [ada3817a3334a1e8694f54bb813eee7ffb8b36d7]

        coverity#706326 Uncaught exception
        
        Change-Id: I922ce18051eefb4507cc84870ce18ae0a49f4608

2014-10-14  Noel Grandin  <noel@peralex.com>  [c60eac8db02fa6bd9097dfd387251bf85d9a7616]

        don't execute ScOpenCLTest::testFinacialIRRFormula on OSX
        
        it has intermittent failures which causes the tinderboxes
        to unnecessarily spam my inbox
        
        Change-Id: I689b9d8c5da169dc6572250afe686b79039fba34

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [572f164173404074716da51bf143a13332a28792]

        Work around missing std::underlying_type in GCC 4.6
        
        Change-Id: Ic641fe2f1771fe979423c58d285a96399ea16fe2

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [23e4eb6aeb77c74f5ff8a6a70f7adbe52e1c34e7]

        runner: Null pointer dereference
        
        Change-Id: Id38a9e0bddbf3c9038abbc5de7137ee5d3f39db6
        Reviewed-on: https://gerrit.libreoffice.org/11924
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1210ad69d85ffff36da6506d945b6f4ebd0fd33d]

        connectivity: the value of Math.asin(0.0) is zero
        
        Change-Id: Ic72750fcea93edf3457ccea4a357e9d2929a646c
        Reviewed-on: https://gerrit.libreoffice.org/11941
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [dea7cb8a4fc926c4a399dc28f9fb868da231986c]

        Remove confusing TableReference::operator=()
        
        Confusing, because the class has 4 members, and only 2 was set in that
        method.
        
        Change-Id: I797872be8c60fa564cece66d8dd20e33248d4a0f

2014-10-14  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [a2c481457cd2d03263054a5fefe80da316e09a44]

        runner: finally block to ensure that a resource is closed (Prior to Java SE 7)
        
        http://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html
        
        Change-Id: I5ecefd3e5bf84fea2a8735a44236ed4c86b440c4
        Reviewed-on: https://gerrit.libreoffice.org/11950
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-14  Noel Grandin  <noel@peralex.com>  [fa6ac05beaaf1160c205e40099b99f0ed0efb131]

        fdo#84938 - replace LIST_ACTION constants with enum
        
        Change-Id: I21c05ada0a793b1e3ddf87481e66b60b83529767

2014-10-14  Stephan Bergmann  <sbergman@redhat.com>  [b80c468e35ee321b5580b42642064f74f9241fb6]

        SmViewShell: pImpl must outlive aGraphic member
        
        ...as at least during CppunitTest_starmath_qa_cppunit, during ~SmViewShell,
        aGraphic's code calls back into SmViewShell's code calls into pImpl:
        
         SmViewShell::IsInlineEditEnabled() const starmath/source/view.cxx:2057:12
         SmGraphicWindow::IsInlineEditEnabled() const starmath/source/view.cxx:227:12
         SmGraphicWindow::CaretBlinkStop() starmath/source/view.cxx:297:10
         SmGraphicWindow::~SmGraphicWindow() starmath/source/view.cxx:126:5
         SmViewShell::~SmViewShell() starmath/source/view.cxx:1976:1
         [...]
        
        This is somewhat symmetric to 0e263d61811480f3a9dbc6ad7c752f6cfae4e3fc "order
        pImpl before aGraphic because aGraphic deferences pImpl in ctor."
        
        Change-Id: I97494bebaf5747205a690e6d65fd05ba8fb61cab

2014-10-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2d6dacc1c93bfd4a9086f8fde6b0edbfdeb573c9]

        More on documenting the methods.
        
        Change-Id: Ibdbc1b26521e56de5dcba1b9572bb0221fc0fff5

2014-10-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [942731076de057f5caea2c42a41ae8cf541bba9f]

        Scope level reduction & explain what the max axis index really is.
        
        The concept of axis index and dimension index is quite confusing in the
        chart2 code....
        
        Change-Id: I035af0a225396bd5394089d6f584f78dcaf0ad31

2014-10-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [139f0f44f58d6830f40b49e60994896eb92e46fc]

        Explain what doAutoScaling() does.
        
        Change-Id: I15ca9ca0c3a22094f0a969adf2b3f1145d116052

2014-10-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [410c5bd58c36d9064a79520d5bc31cb32ead1326]

        Make VCartesianAxis::get2DAxisMainLine() truly const method.
        
        No internal state gets modified by this method now.
        
        Change-Id: I10475ad3483cb3a92e41208e1a55a6b925c10223

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [15decb9b323029e764a89a78793862c8af74cbac]

        coverity#1158396 Uncaught exception
        
        Change-Id: I0306b8431641d841027b30dfe1c03ecad5df6867

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [affd907cb4f19d006efc5cbde903970d7f97ef46]

        valgrind + bff, multiple failures, initialize ref counts to 0...
        
        for boost::intrusive_ptr
        
        ==6595== Conditional jump or move depends on uninitialised value(s)
        ==6595==    at 0xB21664D: intrusive_ptr_release(FontCharMap*) (metric.hxx:226)
        ==6595==    by 0xB2172F6: boost::intrusive_ptr<FontCharMap>::~intrusive_ptr() (intrusive_ptr.hpp:97)
        ==6595==    by 0xB5AE196: FtFontInfo::GetFontCharMap() (gcach_ftyp.cxx:1287)
        
        Change-Id: Iea5ab13b093945c840481f29bc626a16dcbc234b

2014-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ded687bef4b72a9bb25ce8749c481809b9e04df]

        SwBasicEscherEx::WritePictures: improve comment
        
        Change-Id: I6763d18efb2b61462b0a92f847495884716f18bb

2014-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [05874170fefb22ad1c461d5402ad30de2654453a]

        Use comphelper::SequenceAsVector
        
        Change-Id: I0af333551bdd32400b795d37de0d6240e68dd6b6

2014-10-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1175b25bf2353c95111fb5c0459feee751b3c764]

        fdo#84213 Add show/hide ruler to sd context menu
        
        Change-Id: Iee42ab31a82ed4459f956706cef513afcf70ef94

2014-10-13  Tor Lillqvist  <tml@collabora.com>  [758a78ca6e1a734695a09b9c9a6c59f567ae938f]

        WaE: unused variable 'aNullShadowCol'
        
        Change-Id: I3907306b53f77874597ac2b727fad9f3a3a3c333

2014-10-13  Michael Stahl  <mstahl@redhat.com>  [220a3686921847b71dc72b69ce98ba260b951610]

        oox: refactor embedded media import
        
        Currently the oox import creates a temp file and leaks it, and there is
        no way to clean it up afterwards.  Unfortunately it turns out that
        SdrModel has no way to access the imported OOXML storage, so add a
        really ugly hack to get the embedded media into the SdrMediaObj by
        setting both MediaURL and PrivateStream properties (currently oox really
        wants to set the properties in alphabetical order too...)
        
        Change-Id: I5a235fbeb08e7bc17faf066de52b94867e9a79a2

2014-10-13  Michael Stahl  <mstahl@redhat.com>  [8b7f96d257724656ac4a4303b17285be2ed13886]

        coverity#707458 Uncaught exception (better fix)
        
        getStatementsGraph_NoLock() cannot throw the exception because of the
        i_Internal=true parameter, which may confuse Converity; but possibly
        xIter->nextElement() could throw this in a multi-threaded scenario...
        
        Change-Id: I204c0e5b38fee919d6cfe9247bde76b6ea78ed0f

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [b862f6e92357f8d4a8d88072ce5caf44bd6f1c6d]

        scripting: Null pointer dereference
        
        Change-Id: I0d72ef34945065f68e9af8b0957dc440a74c14ce
        Reviewed-on: https://gerrit.libreoffice.org/11923
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>

2014-10-13  Armin Le Grand  <alg@apache.org>  [c18591107d9c856b15fa884eaed354d021ec4262]

        Resolves: #i125325# added code to handle block comments...
        
        in Css style definitions
        
        (cherry picked from commit 7b071b828a5f602cc30c17ddd871a75426a53faf)
        
        Conflicts:
        	svgio/source/svgreader/svgtools.cxx
        
        Change-Id: I094228ea398686c5b39f5f279a964a2df7b00368

2014-10-13  Armin Le Grand  <alg@apache.org>  [4c31a0be1d8048bf3340acbb59248185e4b93041]

        Resolves: #i125326# accept CssStyles with missing type attribute
        
        (cherry picked from commit bb72d5b3ecbe6a03d3d3dfe101ad67ff4650a9f9)
        
        Conflicts:
        	svgio/source/svgreader/svgdocumenthandler.cxx
        
        Change-Id: I5395c2cada92d5abcde9f6cc18bc237a58e77992

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [4be799fc8236dff1038e84dc522f6cac9f834cb7]

        build error: specialization in different namespace
        
        Change-Id: Ic1730a49576a663a2e04a2386bd3962a21b6fc48

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [9783ea516f007ce4dc46af3362b94dcece59b0dc]

        Resolves: fdo#84930 format page background in report-builder crash
        
        another regression from one of...
        
            commit 7d9bb549d498d6beed2c4050c402d09643febdfa
            Author: Armin Le Grand <alg@apache.org>
            Date:   Mon Jun 2 15:00:50 2014 +0000
        
                Related: #i124638# Second step of DrawingLayer FillAttributes...
        
                for Writer objects, now added support for Paragraph and PageStyle (including
                Header and Footer) for direct attributes and style attributes
        
            commit 4a0b5e569d070c286daefb0fdfe45c0dd15d241c
            Author: Armin Le Grand <alg@apache.org>
            Date:   Thu Apr 17 16:44:58 2014 +0000
        
                i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...
        
                ... EmbeddedObjectFrames in Writer
        
            commit 6e61ecd09679a66060f932835622821d39e92f01
            Author: Armin Le Grand <alg@apache.org>
            Date:   Wed Mar 19 16:17:02 2014 +0000
        
        This is something of a horror, and this is a suboptimal fix, but it
        appears to work.
        
        Change-Id: Iee7e6fdb40ca2e32beaa8e4bfea31872b8e0642e

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [8ef09a9219249120a20e294dd4d987f0c5d01133]

        coverity#704061 Unchecked return value
        
        Change-Id: I460f258cb3b44949176561d397837184cd08bfbd

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [0f8f77630c3446950967382687f1ed6687f2c4eb]

        coverity#982170 Unchecked return value from library
        
        hopefully rsc is on the way out
        
        Change-Id: I270de6c4433560dbed0185e462237c3aa95a98a3

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [512114e5f211a40bc7f41cb47885bb3b4ce3ded3]

        coverity#1078470 Unchecked return value
        
        Change-Id: I2dab114efc8c98a17561f1694acf63918e68620d

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [b1efc0e9ef657347ac7e2077a49bde331a8b2806]

        coverity#1078466 Unchecked return value
        
        Change-Id: Ia78578303cadda713b3c015cd0e30446cd6f8f25

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [38d87edeebf08b613e724bd4e84860bcf0c5087f]

        coverity#1078451 Unchecked return value
        
        Change-Id: I7652c609228e90fa0c71a6d20852da111be77d3d

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [be4c9132937f3a25ac1a37a1b52e7ed71354746a]

        coverity#1078450 Unchecked return value
        
        Change-Id: I1dce4448ccc1a3af143dc4435a00aa434b4114ae

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [13763884da02885af67f6c1d230fea6043071764]

        coverity#1027273 Unchecked return value
        
        Change-Id: I25c6b11fee909559a5f3bac7566fd161851ae14d

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [900d3e33a2bfcb093a96a11a997ecb4a10f28cc0]

        coverity#982191 Unchecked return value
        
        Change-Id: Ieb5607513b61b2a5436332bdd8a572fb6a739be7

2014-10-13  Noel Grandin  <noel@peralex.com>  [af5ebbf7835441c767f91a620f109ee6722e57bd]

        create a macro library for implementing bit-flags types
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>,
        changed from a macro- to a template-based solution.  (Unfortunately MSVC 2012
        does not support explicit conversion operators.  Worked around that with
        explicit #ifs rather than some HAVE_EXPLICIT_CONVERSION_OPERATORS and
        SAL_EXPLICIT_CONVERSION_OPERATOR ainticipating we hopefully soon move to a
        baseline that requires unconditional support for them.)
        
        Change-Id: I4a89643b218d247e8e4a861faba458ec6dfe1396

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [1156d11ef0bb2bc3d71ae9299656db4fed66f073]

        coverity#1066164 Resource leak
        
        Change-Id: I152f22728a8eeea65114fe102511940bccf40478
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-13  Matthew J. Francis  <mjay.francis@gmail.com>  [e71b696ef6a50db0cb6a02e261b858e05fdb1a8f]

        Register flat file mime types on OS X
        
        Change-Id: I505703b2f6890586e05e6c2146d9b37774f101d0
        Reviewed-on: https://gerrit.libreoffice.org/11957
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [d0be30e8eec9d982501e8727df05962572c7acc6]

        java: Collections.addAll for adding an array of elements to a Collection
        
        Change-Id: I4689aa73e1e261c6461e04b9e814ffefa5817c09
        Reviewed-on: https://gerrit.libreoffice.org/11953
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [f6388e15bf95326d2a712453dc2c17b010801533]

        java: import from the same package
        
        Change-Id: I1bb0999783f365e20b682c3707e73c65724265c9
        Reviewed-on: https://gerrit.libreoffice.org/11955
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [a667840368d0299c695c3565da06d31f6fde4c02]

        reportbuilder: import from java.lang package
        
        Change-Id: I039f7cf28dddede48627c3c624c87741ee9de0ed
        Reviewed-on: https://gerrit.libreoffice.org/11956
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Jan Holesovsky  <kendy@collabora.com>  [c862be08158f502c42752f025d5cc6384285c688]

        android: Dump my debugging notes to the readme's.
        
        Change-Id: I8f91e73fe5df5dfef054df80d43be3c74d01388b

2014-10-13  Caolán McNamara  <caolanm@redhat.com>  [17e68606b7c5001edf2ebede5e7d5ea0e0b9753f]

        fdo#84872 give each SheetDataContext a new FormulaParser
        
        Change-Id: I120a9d0943db38571892defe1b5d3169158e3e42

2014-10-13  Laurent Godard  <lgodard.libre@laposte.net>  [b1e9163b5929f68860b56b04112fb76d303f6388]

        enhance perfcheck failing message
        
        add the expected number
        
        Change-Id: Ib068288f7efbfebc2705c6084dc34a651def1986
        Reviewed-on: https://gerrit.libreoffice.org/11948
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-10-13  Stephan Bergmann  <sbergman@redhat.com>  [211ad259bbc18997f9f070e59e4262885c11e924]

        fdo#82980: Cancel FmXFormView::OnStartControlWizard when breaking creation
        
        The problem is that SdrCreateView::EndCreateObj (svx/source/svdraw/svdcrtv.cxx)
        first calls FmFormObj::EndCreate (svx/source/form/fmobj.cxx) ->
        FmXFormView::onCreatedFormObject (svx/source/form/fmvwimp.cxx) ->
        Application::PostUserEvent( LINK( this, FmXFormView, OnStartControlWizard ) ),
        and only then, upon bPntsEq, calls FmFormObj::BrkCreate
        (svx/source/form/fmobj.cxx), which does not cancel the posted
        OnStartControlWizard link.
        
        The fix is apparently not perfect, though, as afterwards the text document goes
        back to text input mode (cursor blinking, mouse pointer has I-beam shape) even
        though the "List Box" icon is still selected.
        
        Change-Id: I3137110a88885b04c8dde5377265b1dee91ed6ac

2014-10-13  Tor Lillqvist  <tml@collabora.com>  [e52c070088f23d5ed815bb7132412fe07f47bf7b]

        Quit after 100 rounds
        
        Also, print the timing output to stdout, so that one can run the time
        command on this, redirecting the program output to /dev/null, and just
        see the 'time' output.
        
        Change-Id: I4b2bfe7f0d37746fe0a015b961512850a880560c

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [5233d9b8e57aebbfda22a2edcf67e87282ebc66d]

        runner: Object comparison
        
        Change-Id: I41b245f20652187dc36b4639272d0ddbc602afda
        Reviewed-on: https://gerrit.libreoffice.org/11921
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [f6d61562d41b8a49449d881da66a3d8fa519487f]

        vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMap
        
        To do this, I've made FontCharMap a friend class for ImplFontCharMap,
        and have moved the functions directly into FontCharMap. In this patch,
        I am attempting to stop the direct use of ImplFontCharMap by anything
        other than FontCharMap. However, FontCharMap itself requires a
        refcounter, so we will use FontCharMapPtr to access the font character
        map.
        
        Change-Id: I509b990a8cbd911c5cc1572c7d24fc5348ca06d9
        Reviewed-on: https://gerrit.libreoffice.org/11823
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-10-13  Tor Lillqvist  <tml@collabora.com>  [bb1d4f8c9a275a20e8795ee36ca3259376746e4f]

        Make the image continuously resize back and forth in both cases
        
        Change-Id: Ia543e5355c8d6a7712bf6f10c989945ff830627d

2014-10-13  Jan Holesovsky  <kendy@collabora.com>  [02119a79c176f08aebd7a3068e5fa05eaded1f7a]

        android: When debugging, the installLocation must be "internalOnly".
        
        Otherwise the gdbserver ends up with
        
        run-as: exec failed for /data/data/org.libreoffice/lib/gdbserver Error:Permission denied
        
        (you need to run ndk-gdb with --verbose to see that).
        
        Change-Id: Iccdf0ff268c20d2fb5abc1e93404375fa51c1cf1

2014-10-13  David Tardon  <dtardon@redhat.com>  [1c8695ecf65174298ebd9edb5b0289db07af98ca]

        boost::rational throws if 0 is passed as denominator
        
        Change-Id: I312fd6b964555b3b4aa4e22cec6054c9a83b2c52

2014-10-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [376dae8117365166a6a9c7c280f5bf367570fefa]

        Avoid manual realloc, use comphelper::SequenceAsVector instead
        
        Change-Id: I26c6bcf7361bbb787fcb4133d05b0a668fd72d01

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [88bfc90de9bf03c8dbce9f26de079a9fd1d83146]

        nlpsolver: ensure that the stream is cleaned up before the method returns
        
        Change-Id: I081194d802bd835285bdc37fbef55f229f1185dc
        Reviewed-on: https://gerrit.libreoffice.org/11940
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [e77235e87ef8554ba38ce4454f2f99bd62dd5824]

        xmerge: ensure that the stream is cleaned up before the method returns
        
        Change-Id: I377ae1a7b71c207313ad3468a51b1ab06b9fffd5
        Reviewed-on: https://gerrit.libreoffice.org/11939
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [3c27e31628c49b927d2026176cac5a085bf0fe39]

        accessibility: ensure that the stream is cleaned up before the method returns
        
        Change-Id: Ib46d24be831b5c9bda0582bd7064f34528e1d609
        Reviewed-on: https://gerrit.libreoffice.org/11938
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Noel Grandin  <noel@peralex.com>  [edb6783c14a9303af000b54ce63f55967289a7a6]

        convert SW_TAB #defines to enum
        
        Change-Id: I8f2c63dc381416af1eb74794a1bbc3417eb272d6
        Reviewed-on: https://gerrit.libreoffice.org/11936
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-13  Jan Holesovsky  <kendy@collabora.com>  [eadc132d5fa339b6fe5b2f8bb482ed30dbd23147]

        android: When rotating, we also need to update the viewport geometry.
        
        Change-Id: I04502c56b1e1d16cf65cbeb47632c508ef9889d0

2014-10-12  Noel Grandin  <noel@peralex.com>  [c967872d46a7cfd7c52063068313d5ec0356453e]

        convert SW_MOVE constants to enum
        
        Change-Id: I504862618bfeeeed674c1cb816104a167cb2e27e
        Reviewed-on: https://gerrit.libreoffice.org/11935
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ab06f67ee26e730f209a3ff8c4717901f70765fe]

        runner: code will never be executed
        
        Change-Id: I0484a11b3511c1d7f70e9ae8407eb7d19bcc852d
        Reviewed-on: https://gerrit.libreoffice.org/11929
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [881c030fc1e69cffc99b2360c986f516e61f01ab]

        runner: Concatenating null strings in Java (JDK 1.5+)
        
        JLS, Section 15.18.1.1:
        If the reference is null, it is converted to the string "null".
        http://docs.oracle.com/javase/specs/jls/se5.0/html/expressions.html#15.18.1.1
        
        Change-Id: Idae09c02b24da38ec6f3475fd0af35ef48a2405b
        Reviewed-on: https://gerrit.libreoffice.org/11930
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [d1c1c4e4616555df4efb55ae6ba381c26888683d]

        runner: remove import from same package
        
        Change-Id: I4aeb7f58034f8808325639d07aa2dc55959d97a8
        Reviewed-on: https://gerrit.libreoffice.org/11932
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1610356e79516711b1db98778b4c6a18bda49104]

        runner: remove import from java.lang Package
        
        Change-Id: Iedad24dfbdd60a05a09888f699f2467960f5cbe9
        Reviewed-on: https://gerrit.libreoffice.org/11933
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [268f4d179c50bc0c1fb09cdb3ce048da1f575dbc]

        runner: 'static final' to declare constants when it isn't an interface
        
        Change-Id: Iea1e672e5468b66fd1ba5389bd781f03d0c7f419
        Reviewed-on: https://gerrit.libreoffice.org/11931
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [246cd66af254687628b7cbd5aa64cb9bfa87f28d]

        coverity#706421 Uncaught exception
        
        Change-Id: I91a6ac9d9bda0ea25f1f5385bbac71ea9d22d573

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [e7d3f4b704c42a9035891700cf57f35aeca2aec7]

        coverity#706404 Uncaught exception
        
        Change-Id: I7717b61e89d95cb6d89bb273c22c0503b0853d96

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [32db3f5dc4fccecc8c66b1cb4f4444f2e517e648]

        coverity#706331 Uncaught exception
        
        Change-Id: I48e11a07924418721d45fcac55bd5aeb68f115a3

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [aeac20e7bd2a2fe9b1c2ea3930e5aa3acffc3a74]

        coverity#706478 Uncaught exception
        
        Change-Id: Ie37ebac80afb3e52668ae6ebeeb61eaddc892ef6

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [92a65bd466cba57da8121a4da9f2f792e792d73b]

        coverity#706476 Uncaught exception
        
        Change-Id: I1461c99fccb57ccf5375e372e50948b0b355d4bb

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [f2747a0354daca73c606dad804d8c7336b0a5b6e]

        coverity#706477 Uncaught exception
        
        Change-Id: If44507458f8473d6fede3e430e69620f8fb1d698

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [b8c9366803a4183d3c2088b47ddf097b72e191f5]

        coverity#735337 Unchecked return value
        
        Change-Id: Ib1f27e51934d7deb4f30d74409554dfeb14928ff

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [1119e4a98c4946ae65dfe8891e42b994148c7694]

        coverity#735334 Unchecked return value
        
        Change-Id: I8023e8c11e76def505568125703f30531161dfa7

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [63fa3ba80e07b9bc88f805912920246ffe2fa5af]

        coverity#735322 Unchecked return value
        
        Change-Id: I12f9392813f5fdd6f2d36398ea00a5cad812cd26

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [68bb74ddab23412af959436b892fdec3f963ac54]

        coverity#735321 Unchecked return value
        
        Change-Id: I3733471b72e96c8d020b8b5238fdb5fc4bfcacce

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [7ec1643c9f6be0c0772e75ccbf8c528ac07d955f]

        coverity#1226478 Unchecked return value
        
        Change-Id: Idcd3f35d1b5f097e61963083f11712e4ab87bdaa

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [34de4f3e1c8cc66e11a2249143779133dd27ca89]

        coverity#1130166 Unchecked return value
        
        Change-Id: I0730a099463ac77afce4bb999f3f00ad7bb097c7

2014-10-12  Caolán McNamara  <caolanm@redhat.com>  [06210e5ded4285775037104ba5c3bdf7af7ada04]

        coverity#1078484 Unchecked return value
        
        Change-Id: Ia9ce3d94aa5b825e0b7ba28240f00733332e606c

2014-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [22f92b86069e7e130d96c6e124476b0c496d0df6]

        Remove dead code
        
        Only doctok produced these tokens, so no need to handle them anymore.
        
        Change-Id: Ied7df2515ac86562dd5ce782a1f01158fe3f684e

2014-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b92cfa8829e6d26048f96cced12251db0f11c1ac]

        Clean up now unnecessary boost::bind() magic in RTFSdrImport::initShape()
        
        Change-Id: Ie373098959f8b3e04fe955a08031a4221faab3cc

2014-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [f99ebf4681ceb8803ea32f70835dafa368d74722]

        RTF filter: fix \acc* handling
        
        The exporter didn't write circle and underdot at all.
        
        Change-Id: Ia8f45f2b03fb14e9a0027ec24ee7f36adc8c018d

2014-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [997ce52eb7ef5d1418784bc16afb495ec43fe64c]

        DOCX filter: fix <w:em> handling
        
        The real news here is that "comma" and "dot" was swapped on export, the
        rest is just a fixup of recent breakage.
        
        Change-Id: I54045f5837652dc38a30361e21ced25aeaf58257

2014-10-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [352958b7c6bbfeb8352570b28487cc1713f5a850]

        fdo#83901: Write a test for this.
        
        Change-Id: If805ba07baa36cbf94ee22f77f98ef4057d8b306

2014-10-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b29a16d1dcffd75e49bd7ad3da867b0d0ebfa38]

        fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.
        
        For cases where ROW or COLUMN references another cell that has shifted.
        
        Change-Id: Ic4bef8672dab811ceff6886d9af0388306a66485

2014-10-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [bf8876bb7e73587d423ac52fe8920ec198f43e7b]

        Remove a GtkFrame and its redundant label
        
        It’s more than obvious that these are “Options”.
        
        Change-Id: I192a1864bc43b3e20e98e179282dac02abbdbbf4
        Reviewed-on: https://gerrit.libreoffice.org/11925
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-12  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [4d7806f73b5dbbea5e8e01e836461cd5d5165f05]

        Wording: 'Audio/Video' -> 'Audio or Video'
        
        Change-Id: I9572d4c7fb5f50b869e69436302ac8c20e500392

2014-10-12  Julien Nabet  <serval2412@yahoo.fr>  [4c12951a0304d257a6b0e6b5aa2ecbbe60393c8d]

        Typo: compatability->compatibility
        
        Change-Id: If0b98a30452a9d1fcc340173deb6856755926471

2014-10-12  Noel Grandin  <noel@peralex.com>  [d0d64225d853d01bf601b3738c26fd8ada41650e]

        convert SWFMTFLD_ #defines to an enum
        
        Change-Id: I5daf6436fd049410c4863a4b065c9abd95b5d361
        Reviewed-on: https://gerrit.libreoffice.org/11928
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Christian M. Heller  <christian.heller63@gmail.com>  [1361c56aab70e579623b69e67dd99edb4c7b8d89]

        fdo#39468 Translate German Comments - sc/source/filter/inc/ leftovers
        
        Change-Id: I0fe5c0165e1c430861028175c82ff116bac969aa
        Reviewed-on: https://gerrit.libreoffice.org/11926
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [0c48deb59ffb67ac0ddd315ba58872cbf978bc74]

        bean: String comparison
        
        Change-Id: Id2449ac887c92f87deb3b871b178ac16d3d6b4b8
        Reviewed-on: https://gerrit.libreoffice.org/11922
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [581234b21368311d865fd1600c7ca62422ebb186]

        accessibility: Calling String.toString()
        
        Change-Id: I125d2c337df606c6388ddbd41030e51a558ad054
        Reviewed-on: https://gerrit.libreoffice.org/11920
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [d860ea91d75568e2e63b0b2c84e50523d562be24]

        It is more efficient to use the integer implementations of String.indexOf()
        
        Change-Id: Idb1e4945088b8443e9b507826e5289ee758a2bd2
        Reviewed-on: https://gerrit.libreoffice.org/11919
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Michael Meeks  <michael.meeks@collabora.com>  [6ba7f47de32074895b830e1ef3682fa1d0d1b6be]

        vcl: whitespace cleanup.
        
        Change-Id: I0e61ecfc32f13bba0fa992689604c8b79e6139e9

2014-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b384ee5442a18f3e7678a868e2cfe82782afaeb7]

        Cleanup.
        
        Change-Id: Ic39043d0453830d348ac3bc8a027b862e4bbdfd8

2014-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [424bfaa773e58d6b609ac7f64907db4b542d1315]

        fdo#80846: Broadcast changes before EndUndo().
        
        EndUndo() calls PostDataChanged(), which renders the recalculated formula
        cells.  Not broadcasting before EndUndo causes some dependent formula
        cells to not get recalculated.
        
        This one unfortunately is not currently unit-testable as this behavior
        depends on the presence of ScTabViewShell....
        
        Change-Id: I86288608b7f2627cda7c74be27a18029832775ef

2014-10-11  sushil_shinde  <sushilshinde@libreoffice.org>  [4027bc476a1df9df1924447795ddc2d8b7744e20]

        fdo#84647 : Fixed default value for TickLableSkip value.
        
           1. 'TextCanOverlap' property was stored as false if TickLableSkip
              is not equal to one.
           2. For OOXML charts TickLableSkip can be between 1 to 999999999.
           3. We can not apply zero or less than zero  value to TickLableSkip.
              ( As per specification)
           4. In axis model default value for TickLableSkip was zero which is
              incorrect.
           5. Added unit test to check 'TextCanOverlap' property for chart.
        
        Change-Id: Ib3104b1d932f6e9376c149eabb201c8e9ad23da9
        Reviewed-on: https://gerrit.libreoffice.org/11901
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-10-11  Yousuf Philips  <philipz85@hotmail.com>  [89c98b7d20d05ed0ee0f4d014295b430611b095f]

        fdo#84912 - MENU: Addition of AutoSpellcheck to Tools menu
        
        Change-Id: I5e16f68f8565a26857f4ef233e06a002209e2566
        Reviewed-on: https://gerrit.libreoffice.org/11915
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Tested-by: Julien Nabet <serval2412@yahoo.fr>

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [9aad656156fbf76288e8a281760e60f1eccc6622]

        coverity#703952 Unchecked return value
        
        originally return was checked in
        
        commit c37f4bb94a119e4031796c097a35c1217e221e6c
        Date:   Tue Nov 4 13:30:21 2003 +0000
            #112739# add breakLink method
        
        then use of bElExists was removed in
        
        commit aec29756d7e058b47dc8dcef79bc93c3e9c61928
        Date:   Fri Nov 14 14:24:28 2003 +0000
            #112923# ole implementation related changes
        
        at which point this line should have been removed, but it wasn't
        
        later at
        
        commit 00b1faf239dbf676178dcaa0d15a1678d1148a0d
        Author: Jens-Heiner Rechtien <hr@openoffice.org>
            INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED
            2005/11/03 10:31:40 cd 1.19.10.1: #i55991# Warning free code for gcc
        
        this still wasn't removed, just bElExists commented out
        
        Change-Id: I1af2635558cd4f47da06e148e45489f522e0183f

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [9863f7db9196a9d04790887a4c1be09240cd3d72]

        coverity#735621 Division or modulo by zero
        
        Change-Id: Ic92bb6946495124d50e57c2c84995cae6465af92

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [88e1b0215b27c8897ca66509fa08b96d86023ef7]

        coverity#735605 Division or modulo by zero
        
        Change-Id: Ic3680ae833ed325ff4afe96fdca02f784ccd7d71

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [4e4080175abc712ce3e78c338cb8270cf2039cee]

        coverity#735648 Division or modulo by zero
        
        Change-Id: Ib70d76a022916409750887e0062d84326f7caa18

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [edc18edbdc727757ad672773998cdab31e3bc382]

        coverity#704073 Unchecked return value
        
        Change-Id: I4fe24b6c91d7302835c3366ff490f5a4455fc58f

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [a5defe0dde638c7dd8e99cbef7e22bace572a7ff]

        coverity#704074 Unchecked return value
        
        Change-Id: I636ede58f83d9faa851c21406d27b8246ec40ff9

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [d3a3fcbaa50c1de54a97d062c0eaa2a0c7e3648a]

        coverity#704076 Unchecked return value
        
        Change-Id: I07aa768662ba13455e4d8074afc9749f838f3e82

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [157fb92164a4a779a12c6447fe5c90a45fd35437]

        initialize nPolyCount
        
        Change-Id: I774f0ea2576063b7d1f7005e7df41ae52fa9037c

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [f6047410e185056b45a28e0cdae94080261def47]

        coverity#983990 Uncaught exception
        
        Change-Id: I78c58822cc92c8964e0b69f44d841c5cdb84b1bb

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [7e3a84d1709a853e14a79398b4a17e3c09e43aa9]

        coverity#1130163 Unchecked return value
        
        Change-Id: Iffc4ba146ac8f851239e93a1ace53c6b34234824

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [279e9914a92fe5751cc3c0f466dc3198bc44c60b]

        coverity#1242367 Unchecked return value
        
        Change-Id: I899f97df32d943e61d7f0a125ae9ccea88b5374b

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [41df2c5c8b32c8d8ec38be8d087ef9dbc221cccb]

        coverity#1242425 Dereference after null check
        
        Change-Id: I638d1601ac6cb5e43ee60f60869f6128060e6d05

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [01c74f4319085a455898f01ce939a2679fdc9460]

        coverity#735353 Unchecked return value
        
        Change-Id: Iab54019d07ac27b4d8247d789c29165d24e2288f

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [c10548eaa93bbac36e1b361475d8676ebc4042a3]

        coverity#704113 Unchecked return value
        
        Change-Id: If6537d84953c67801bc1959e17dd3662cd1face7

2014-10-11  Caolán McNamara  <caolanm@redhat.com>  [f9695150942341a755a43996d4639eb623d7640b]

        too risky to dlclose basctl once opened
        
        e.g. use macro organizer for the first time and launch a macro, user event
        with handle to basctl function posted
        
        Change-Id: I2f0f4a7536f071926ea1bd6994f8178fbd4a796f

2014-10-11  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [475df8db916a7bf16afd3e82808e0b59cbf71d5f]

        fdo#84916 Fix string: Insert Audio/Video
        
        Change-Id: I76cd8502f9cb2af379dd732d2081feb094599aca

2014-10-11  Noel Grandin  <noel@peralex.com>  [8044acf2db9d125d5ed58ed25df5df4a90f37ac6]

        convert SFX_CALLMODE constants to SfxCallMode enum class
        
        and fix a couple of bugs in SC and SW where the call mode was
        being passed to the hints parameter by accident
        
        Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58
        Reviewed-on: https://gerrit.libreoffice.org/11916
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Noel Grandin  <noel@peralex.com>  [cb7ede2d9970a4d162dc71922f578922c0d6235a]

        convert vcl StateChangedType to enum class
        
        Change-Id: Ifa46523619ae7fb8d112525b8df594836e51bb8f
        Reviewed-on: https://gerrit.libreoffice.org/11843
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [0bc6ea3637e279fa2807d8ee649fb33f1ae6da47]

        connectivity: Iterate over each Entry in a Map & Enhanced for-loops
        
        Change-Id: Id4a340584fc727058f6e37c1f0d3c5887e931417
        Reviewed-on: https://gerrit.libreoffice.org/11917
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-11  Takeshi Abe  <tabe@fixedpoint.jp>  [c51f77b1c02d03a4932d1b20ba6440465d265d48]

        fdo#75757: remove inheritance to std::map
        
        from oox::core::Relations.
        
        Change-Id: If2e0109a2ad6598436177b7638cb6d568fb2d3d6
        Reviewed-on: https://gerrit.libreoffice.org/11899
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-11  Douglas Mencken  <dougmencken@gmail.com>  [b592b3e89ee8cccd77dbe59a5d7965e3529c265e]

        drop -Wno-long-double compiler flag
        
        new GCC compilers do not accept "obsolete and totally removed
        in gcc 4.2 and later" -Wno-long-double flag
        
        actually, it used to be Apple-only GCC extension for gcc<=3.3
        
        Change-Id: Ied3320cbd45915682b628c99bb0a168ea4753bb7
        Reviewed-on: https://gerrit.libreoffice.org/11819
        Reviewed-by: Douglas Mencken <dougmencken@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7dc6c9af4ba313f054331f5130470d83d875bc16]

        CppunitTest_sw_rtfexport: enable on Windows
        
        Change-Id: I232f13e8294ff1039519f943c3380f114f6821be

2014-10-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [75381109025694628d9c95a0391a38e1ab7f2938]

        Fix missing quote in environment.pm
        
        Change-Id: I6f91165b5c4bfd06a23224f2ed16818c7d74852b

2014-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [9abc8067365e394bdc7c4fe49f642207a86d13f5]

        error C2677: binary '*' : no global operator found
        
        Change-Id: I13899545421fa710a590cde042e142cdb3293c7c

2014-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0e7d9eb64f1586daf9b54ee533c5ba0841e031a]

        writerfilter: drop support for simple list types without constants
        
        In other words, from now it's a must to map ST_Foo simple types to
        NS_ooxml::LN_something constants, and raw integers (which are hard to
        grep and hard to track down where are they used) are no longer an
        option.
        
        Change-Id: I968b27bca3f64f6f4a382b87e2dbc499a3132ea2

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ab58a180bdf08b38517e5ff603614c69e07bbbf2]

        Have ScViewFunc::DeleteContents() to call ScDocFunc's.
        
        If bSimple = true, call DeleteCell(), otherwise call DeleteContents().
        
        Change-Id: Ic08d9501797b537430bef0b6f3d920c3b497104b

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7168096fdf35ee8b2afd330e3d9b3aab09772807]

        Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...
        
        for a single cell case.  This is equivalent of ScViewFunc::DeleteConents
        with bSimple = true.
        
        Change-Id: I5eccce21843f4cb21b29f96b0360617a180aebee

2014-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [06c1844485f1d9fc4f3eb156ec7b871eebea8402]

        installer: populate installer::globals::[os,com,cpuname]
        
        with there respective env variable OS,COM,CPUNAME
        this is a first step to get rid of OUTPATH
        
        Change-Id: Idab4dd7b19deba5252390cbd2cb74dfff9efe64e
        Reviewed-on: https://gerrit.libreoffice.org/11907
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9b325f6b53db502e197feb4e50f59bf57682bbd]

        remove unused $variables{'os'}
        
        Change-Id: Idaf0b0e9fc38dc05f24c111304ef5189b4ba111c
        Reviewed-on: https://gerrit.libreoffice.org/11906
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [99b6fc7b72452660f59ebeec8596cba375c02f9d]

        sd: another temp-file leak
        
        Change-Id: Idcd31ea07c460aaecff3ea56072cf65e26040bda

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [8a74ad7f242dda910abec22fb6106a70651c8b5e]

        sd: rename test classes to be unique
        
        Change-Id: I18d4f6af97fcfb9341711751a8d550e421f7a381

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [66d18c1fd45c32a31e1683e8ccfede61f24c0845]

        starmath: close SfxObjectShell in unit test to stop temp file leakage
        
        Change-Id: Iaf2df8a315b3e0c8cdd1f1a4a7d589682384ddaf

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [6c2cffdfc634be8ef7ec37f7da4a4b16e5e2a04e]

        connectivity: firebird: recursively delete temp directories
        
        TempFile itself will only remove empty directories.
        
        Change-Id: Ibaf986856bde172de40686ae363821b19add8106

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [f0215dcc9e5ba47d4b7d5b9759f1bd774942d388]

        unotools: assert if TempFile::GetURL() fails due to missing file UCP
        
        Change-Id: I3dd844c656766835079bc191b3b55d3fba2c2219

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [124a29f0f8dd805ef1d67bd062e1978a8a88e759]

        move the removeTree function from desktop to unotools
        
        Change-Id: I98d3f4a68abfee42dac987633878b850134671d3

2014-10-11  Michael Stahl  <mstahl@redhat.com>  [3d85ec29ddd73ed996debdcf118f8c32774362ed]

        filter: stop leaking temp files in xsltfilter test
        
        Change-Id: Icefec168910ba0b059f4b1887ec67cce8505ffd6

2014-10-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5e27d23d7e665cc0aeac8fc9ea2236bf8bc088ff]

        fdo#65864: dont't traverse defs-nodes when in shape writing mode
        
        Relevant for opening svg images via File->Open:
        Children of the <defs> element should be interpreted only during the
        style collecting step. Collecting <path> elements from clip paths
        during the shape writing step leads to unwanted black polygons.
        
        Change-Id: I73598134c9be2877e975a7e756541ec3026fe768
        Reviewed-on: https://gerrit.libreoffice.org/11793
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [96adec2fd56d1ca09d679c0966567c674d812dfb]

        Print out the timing results unconditionally
        
        Because that is after all what we are after here, and we want them even in a
        non-debug build.
        
        Change-Id: I4770f6b0420b2a65ccc813f0e400cbb39b0d44fe

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ecf648b3a5881a5f24f5b26d51fb4823b225aed4]

        Make the variable name shorter and sweeter...
        
        Change-Id: Ibea26f3c99b50f2011050960794d9736566ee7ce

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [acfabbf06d37b5bcd18dc27fcbf75a3943f498f8]

        prepareScaleAutomatismForDimensionAndIndex -> prepareAutomaticAxisScaling.
        
        Change-Id: Ic66d2fcf78603bdd4fa1e08933900f49c66384b7

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2ba6c00d37606595244ea2e67ddc14e129805b48]

        Hide the 3rd nested looping for clarity.
        
        Also aScaleAutomatism -> aAutoScaling.  The word 'automatism' is a bit
        awkward.
        
        Change-Id: I9856f904d5693e79e19176ba5fff881267d5c7e7

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5ce6a22a3bd048267af6b301ae54248a11a38def]

        Make this loop a bit easier to follow...
        
        Change-Id: Ib978f47925e1f7d77e02586bff50d24fa5b27f2c

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [424fb26da3603a5ec702b96fc0dcc2458706e84d]

        Make this a hard prerequisite.
        
        Change-Id: Ib1c859b6033b2cf148e1ed74a437dda85872dffe

2014-10-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eb2c2f1a3c1a6c829d75418ec1578d15f7895485]

        Use boost::ptr_vector for this...
        
        which also exposed few cases of mis-used const-ness here and there...
        
        Change-Id: Ie4374459643fc050ded646762d72ad622cf3f843

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [4fd547e61ef97ca15fb5474044ee91cffda6e389]

        Add some silly looping and timing
        
        Change-Id: Ibfb77e7d5fb32c317e773851536444679e5b65fa

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [510c3586460f234a5ba6f9da16eea0dd5768656c]

        indentation fixes
        
        Change-Id: I56664b455383f69137399e4c5fb28521ef813287

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [ccaaa544350156ed4cd113634ceb66ad8cc5af23]

        coverity#707458 Uncaught exception
        
        Change-Id: Ia446cc0b8b26bb158b36ca64cbf45bf172f37bdf

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [cd86543fd4b81b03762e24d81be6c7671d5188a5]

        coverity#1242714 Untrusted value as argument
        
        Change-Id: I1524722feae3ad9f67627cb34dec83632edefec4

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [6ec9b3a6301a73d5a5df038a39e7319e9ac43907]

        coverity#1244944 experiment to silence Untrusted loop bound
        
        there's a warning for nPolygonCount but none for nPointCount. I wonder
        what happens if I tweak the code like this
        
        Change-Id: I7e1b02c4790f6b2d1c59e38de1a6a0b17a0485b1

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [d1217a95ef16e662586b88c9f3c9a447eba41e46]

        coverity#1223085 Unchecked return value
        
        there were three of these, not just one
        
        i.e. see also
        
        commit 276a051ef5dc144a202633779259a4ecd43c81a8
        Date:   Sun Oct 5 13:05:04 2014 -0500
            coverity#1223085 Unchecked return value
        
        Change-Id: I07ee033ae31a346a08f68a6edfa480505fe6c11a

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [430e19e4f9c24985f855d5e607aaef63d110ddeb]

        coverity#1241375 Uncaught exception
        
        and
        
        coverity#1241356 Uncaught exception
        coverity#1241415 Uncaught exception
        coverity#1241449 Uncaught exception
        coverity#1241146 Uncaught exception
        coverity#1241169 Uncaught exception
        coverity#1241408 Uncaught exception
        coverity#1241452 Uncaught exception
        coverity#1241443 Uncaught exception
        coverity#1241236 Uncaught exception
        coverity#1241157 Uncaught exception
        coverity#1241283 Uncaught exception
        coverity#1241409 Uncaught exception
        coverity#1241229 Uncaught exception
        coverity#1241387 Uncaught exception
        coverity#1241050 Uncaught exception
        coverity#1241371 Uncaught exception
        coverity#1241048 Uncaught exception
        coverity#1241112 Uncaught exception
        coverity#1241351 Uncaught exception
        coverity#1241370 Uncaught exception
        coverity#1241329 Uncaught exception
        coverity#1241162 Uncaught exception
        coverity#1241103 Uncaught exception
        coverity#1241342 Uncaught exception
        coverity#1241271 Uncaught exception
        coverity#1241219 Uncaught exception
        coverity#1241245 Uncaught exception
        
        Change-Id: I3418bb54b5c385110201a99a339eba0d0d3048f5

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [f5c8a636a644d4b74450de29f11399f3f69f55a7]

        coverity#706302 Uncaught exception
        
        Change-Id: I082b7682124053948733efc2dbe5df6196acaa5f

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [9b92b4239e8d8d9657a0ba22959c7b0a99306870]

        coverity#706285 Uncaught exception
        
        Change-Id: I6d7227a0614042f7a65520fc79b31afa3d7ca744

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [0e06dbd3a0ab36dac81227c0cc16ec8c303f0585]

        coverity#706284 Uncaught exception
        
        Change-Id: I748d34fd7f56b1c9c739f15fbb596932484195a4

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [c30d2566d521cfc57aaaa4cf6e3f9ef69e847f3c]

        UBSan: Do not downcast to SwFlyFrmFmt prematurely
        
        Change-Id: Ifcc05a5b23630fffed3a2f2636909bd1e1dff1fe

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e34906d20c9febc420b115fa2a8b171826dea0be]

        fdo#84679 RTF import: fix paragraph spacing handling in tables
        
        Regression from commit 1be0a3fa9ebb22b607c54b47739d4467acfed259
        (n#825305: writerfilter RTF import: override style properties like Word,
        2014-06-17), we failed to do the proper deduplication in buffered
        content, like tables. Fix this by adapting
        RTFDocumentImpl::replayBuffer() to RTFDocumentImpl::checkNeedPap(),
        which already did the proper deduplication.
        
        To be fair, the inconsistency was there earlier since
        9f5263c477b82fef5aa9c3e79fb6af92aa049e24 (fdo#44736 RTF import: ignore
        direct formatting which equals to style, 2012-11-25), but it caused no
        real harm earlier.
        
        Change-Id: I0673408088d9d83768f0780ea92ece87913d03f3

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [2862dcf7dd8a6f9cde9df2cc2b785df65e814f0c]

        UBSan: SvxColorItem vs. SvxBrushItem confusion
        
        Assume RES_CHRATR_BACKGROUND shall indeed be an SvxBrushItem while
        SID_ATTR_CHAR_COLOR_BACKGROUND shall indeed be an SvxColorItem.  (This probably
        never caused trouble in practice as the member vars of SvxColorItem happen to be
        a prefix of the member vars of SvxBrushItem.)
        
        Change-Id: Ifb2a137ad89de6e03da3b61dd17bcd8882cce2d7

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [890d0254db133b746c8562133da8241816acc13d]

        loplugin:passstuffbyref
        
        Change-Id: If17bfdfdb51d5b9b8db563fccf09bb7608fcd0f8

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [7f545208e8108be84cd880e026294e11aa15c65b]

        external/glm: -Werror,-Wsign-compare
        
        Change-Id: I5acb672ea8387cdbf68677a2b46d21785148a735

2014-10-10  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [e60183503e0cefd567f20b300d674fcbd75f1fb5]

        fdo#54361: Add additional unit test case.
        
        Change-Id: Ifa3fd6f074d1957a468a1dad5dc2c223d38d24d4

2014-10-10  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [aad90e18cd00ac8af6bcddf14e4e19c9475dedbf]

        fdo#54361: Chart background in XLSX is transparent instead of white.
        
        Change-Id: I116e7e8c9046009cfcadc04b5367a6fe25f88d96

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [d8a23406a563913235d7ef75cff0d1506d398b0f]

        UBSan: SfxBoolItem vs. SfxTemplateItem confusion
        
        Change-Id: I277481734ae260109a6a9446b0d7769324a40aaf

2014-10-10  Andras Timar  <andras.timar@collabora.com>  [d655872356bb1197435b4b3cf3b9673aff4e66b1]

        Updated core Project: dictionaries  caf64fa3559fe1e0273e449faa176b1312e1066d

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [10e8e78d0b8fb02e975ddbf888215b0e100a82e3]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I4add22edf2bcfe9c1d5ef1641eabee08d402191d

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [6f30c1970f5c2e140421fd2a846dbcc9d14ebdf5]

        MACOSX_INTEL_GCC is dead
        
        ...since f49ff3f5769e231c08781a7598e85dca5fb8dbc9 "We always build 64-bit OS X
        code"
        
        Change-Id: Ie2e2534bbef0014c81cc96f67572d39db21650fc

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [2abd4cf4f47ec7537da4cd5b7453ee440bb057a3]

        More hacking on 'icontest'
        
        What we want is to test is not loading and displaying many images. It is just
        to test just one. So simplify. (Yes, the name 'icontest' is even more
        misleading now.)
        
        Check whether the OpenGL context supports non-power-of-two textures, and also
        check the maximum texture size, and scale / pad appropriately.
        
        Change-Id: I02bccd33e08749d972652173a881aa40870c12d8

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [61b6ab6424cd54dc5297013931e7d06568bcd782]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Id535824a9429576a469cf88d9bdbb6b53c5e314b

2014-10-10  Andras Timar  <andras.timar@collabora.com>  [c1a7e72110e48fa5d7ca38af2d36505b647a11e4]

        typo: follwing -> following
        
        Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [8541943b8d08f62217e99c9d47a5f222e1fba86e]

        Drop unnecessary gb_COMPILERDEFAULTOPTFLAGS
        
        Change-Id: I9e4c39c24fff8345f25729734a702667277e5dc3

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [afb1fb14dca30f09efd96092c282f2d85f6d078d]

        Use better casts
        
        Change-Id: Ibcf2d715ac306bd4bedae716ad82c614f136d1bc

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [e147c5785f60506c58ba80455614bdbcdad18e61]

        android: Repaint when the orientation changes.
        
        Change-Id: I150b22b7b1179c1adc7995a8547c7644ac25be28

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [84949ba280287a284cd01c0da1d9041f390a38a8]

        android: Improve the button descriptions.
        
        Change-Id: I770065f7cb9aef3413cf8ebf860991147b6e14eb

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd1490db9acea339c8af74d62362109efdb404f8]

        DOCX export: improve <wp:effectExtent> handling
        
        Change-Id: If8838529817c72f6e6a3730135a00312fe5c2ad3

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [95c45bc25dbcb64919334c9f9a59c1132bee6d72]

        DOCX import: map <wp:effectExtent>
        
        Change-Id: Ibdfdca37009df3f518133e85d1daef3a4fea9073

2014-10-10  Michael Meeks  <michael.meeks@collabora.com>  [7fabf6c28dcafb677a9081d7edbc96852266fb10]

        Adapt sorting unit tests for new default.
        
        Change-Id: I9885e2712753390f0597233c404ab80c0ad2b537

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [dccc707da6bdb52a479923e8cfb0d048d7baaec1]

        Revert "This was OString already; use it that way"
        
        This reverts commit 9a25d12534f91c13400a63e265fb5aa14c6aca66,
        there's another use of DebugAttributes.find(rAttrName) in that
        function where rAttrName is of type OUString.

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [2f10386ce577f52e139aa23d41bc787d8e0b4d59]

        Use gb_Executable_use_system_win32_libs for MinGW's sake
        
        Change-Id: I9a8ead19e6caa33d7941f11d0d9b5a1ad98ed661

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [91b65e0a73b35a745921831b73f5f4589bb889b7]

        coverity#1242395 Don't call random
        
        Change-Id: Idd4adac71222e03d85446c86f1c086ce32528bd6
        mmeeks: just chop that else {} block out in splashx and good riddance

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [cb02551714ca65145d4476f3525c0c7ad1d04f66]

        coverity#1242472 gold, Identical code for different branches
        
        Change-Id: Ibdba24ef03ee4732e216b32b3f9e665706e96e4a

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [30bebeefa0b6bccae7d15937509f506e4cc0c139]

        coverity#1240258 Operands don't affect result
        
        try and silence
        
        coverity#1240258 Operands don't affect result
        and
        coverity#1240255 Operands don't affect result
        
        Change-Id: If53ff385585567e9b46372f45420c4321811bca0

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [e263abafa09520765e29ce420fe8005d6f3e6fbe]

        coverity#706275 Uncaught exception
        
        Change-Id: I538cca9505411e8984ba821807c0072c0ce40e7b

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [8a2da50632059be5845c0bf6c2fbbf7d7e560c43]

        coverity#704776 Dereference after null check
        
        Change-Id: Ifbad1fc30665ff6b9238b5fb4728fc302b0458fa

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [7d746fe50b991a51527aabbadd152ec705c683b3]

        coverity#704901 Dereference after null check
        
        Change-Id: I6a44577d7520a8faebdf3a6e8de1c91a6e465bac

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [353ef256b1a09ec431c3397c9ed8e232b713765d]

        coverity#735906 Dereference after null check
        
        Change-Id: If81f0e18d5236873628301173d07f22d52c4fb0a

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [4525355aeeb56826717c3a59dece690b4f783dce]

        coverity#1241199 Unchecked dynamic_cast
        
        Change-Id: I8522084c4b6036d63b144af70bf25312f897ff7d

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [4bacf63db7cccd6be6497ac14365cbcf9b7b1429]

        fix coverity#1242413 Logically dead code
        
        Change-Id: Ic56eff808cd4254448f63127da9b5b1d54c733a0

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [edaee2352bcd470e150338c4c19722a6b26784fb]

        coverity#1242878 Unused value
        
        Change-Id: I85bc3fffb2d350a13aeb30c75f0c2d0a7bc5e7a3

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [e18258411d8c69e41e480aeea71dda366108d59f]

        coverity#1242762 Unused value
        
        Change-Id: I096f85627351c6de067c7fc686af8cbb47e58190

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [51f7c69f4f07a00363c84097744f1a2bbcdc309a]

        coverity#1240260 Operands don't affect result
        
        see can we silence these false positives
        
        coverity#1240259 Operands don't affect result
        coverity#1240254 Operands don't affect result
        coverity#1240264 Operands don't affect result
        coverity#1240267 Operands don't affect result
        
        Change-Id: Ieca40474c231e33a516b70f7693346ac73babd61

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [cbdf857299ebff0bcf2d10bf877bc74c2167a4e8]

        coverity#707673 Uninitialized scalar field
        
        Change-Id: Ic631ebc74e94f4ccf7e3915db3952714fd4d28d4

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [86b0762bbbf1a80ac824b37db386960e2792e6f9]

        coverity#708132 Uninitialized scalar field
        
        Change-Id: I830210b44459cf94eabb983b99bfcc104f865492

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [8e1b4b8109ed2154a44ef6491cddc180cc8616b8]

        coverity738920 Uninitialized scalar field
        
        Change-Id: Ic1571d24a8a696dc24b899d262b9e560d005ee88

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [03327cbd668eeb9ef4cf1ede66c3f27e7303c122]

        coverity#1242439 ALPHABITS == nAlphaShift == 8
        
        Change-Id: Ifde395113524df03a2523115ab2234403d405455

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [04301686969bc244dd21a4d41906617e2e95b47e]

        drop unused ImplBlendLines template
        
        Change-Id: Id680f6031d40f086e74472d14fbf70cbf8cc43a1

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [a1b7164742f6e31bd977328417522343b4a237d6]

        coverity#1242757 Result is not floating-point
        
        there was two of these, see
        
        commit 164bd64255d71d96e35e908f6425acf8372795fb
        Date:   Thu Oct 2 04:44:33 2014 -0500
            coverity#1242757 Result is not floating-point
        
        Change-Id: I1f66191f329b2d87bdeb52aa1a7528ca662064a6

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [b9d4244b8f71c9d952ef7eb19022eb09cbfe0a46]

        coverity#736943 try another experimental warning workaround
        
        Change-Id: I4fc951e21915f7cbb03ee10fd2c9c4977a2f510a

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [1c3e3557dbb2f235dcd05e35ec835d2da721b975]

        coverity#1244940 Unchecked dynamic_cast
        
        Change-Id: I9c7e0d0748e8783ee46bcae549316c931b4281d8

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [d63a7f1b91c3ea9d88e6f12cf0244dfe003a9729]

        coverity#1244942 Dereference null return value
        
        Change-Id: I50e453bf9e31f4afc60096ad3888062c365f54c6

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [b3ac9676143f5beed532455832f67540ff353d13]

        coverity#1244943 Resource leak
        
        Change-Id: Ibee999fada60eed067d0d4e44a94294084529294

2014-10-10  Caolán McNamara  <caolanm@redhat.com>  [cb3b90751b8781454b85b816a7e328f31615f563]

        coverity#1244953 Uncaught exception
        
        Change-Id: I3c4aeb3318af7cdb964128dd78f7d2cfba48000e

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [ae0756d8266bb92dfe04473a6b15cbb3fb7a0b69]

        ZipOutputStream: No need to explicitly set default values
        
        Change-Id: Ia3a20e0692e658d847e1b825fc97e32ac8a1854b

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [9f495d128e9e1cc05b2e1f56f11f1ac4055d738d]

        Split ZipPackageFolder::saveChild into two functions
        
        And make them static. Probably would be better to kill ContentInfo and
        add saveChild as pure virtual into ZipPackageEntry, from which are both
        ZipPackageFolder and ZipPackageStream inheriting.
        
        This will also create a bit more sensible call graph when profiling.
        
        Change-Id: If8151332cfa6359e8736c912b7a5633a9162ab36

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [04ebf437087c0a849dacf4816f0f2ee45799f840]

        package: ZipOutputStream: prefix members
        
        Change-Id: I9cc21ba87484560ec0db5424800dd67f80e00540

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [3d8f059802c209dbd0cfddc454198fce24c876b5]

        package: Add some 'const' and prefix members
        
        Change-Id: Id177c99ba8b91586cf61457ab2ef084af9c7f490

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [9a25d12534f91c13400a63e265fb5aa14c6aca66]

        This was OString already; use it that way
        
        Change-Id: Ia2268ce8a1e2111adb609c515e5bfa824afa66ce

2014-10-10  Matúš Kukan  <matus.kukan@collabora.com>  [86de557ea2e9ab393909f66b9b2906573a2f9ef1]

        Unused PowerPointExport::mpMasterFSArray member
        
        Change-Id: I02b9c31146396a39a624fbb869a5880b176e0f9e

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [a636217f1fed882ef820540833d9283796b00380]

        UBSan runtime error: division by zero
        
        ...triggered by CppunitTest_sw_ooxmlexport.
        
        Though it iss unclear to me what is the best fix in this case, emit a
        style:legend-expansion-aspect-ratio value of 1, emit a style:legend-expansion
        value of "custom" without an accompanying style:legend-expansion-aspect-ratio
        (if that is even valid), emit another style:legend-expansion value, or emit no
        style:legend-expansion attribute (if that is even valid)?
        
        Change-Id: I36afe35082a841974bb2480fe11a7a3dd815ddf0

2014-10-10  Juergen Funk  <juergen.funk_ml@cib.de>  [53c836701e22b1babd3702b502facd76236df7ff]

        Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click
        
        Set for menu and float-list-box the PopupModeFlags to
        FLOATWIN_POPUPMODE_PATHMOUSECANCELCLICK + FLOATWIN_POPUPMODE_ALLMOUSEBUTTONCLOSE
        
        Improving the comments
        
        Change-Id: I313e4ec38637fa3d46567e08bdb9560ce8475b6a
        Reviewed-on: https://gerrit.libreoffice.org/11881
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-10  Noel Grandin  <noel@peralex.com>  [faa6455995966e41653204779d055b885b27fc4c]

        add copy constructor for ONDXPagePtr class
        
        which I forgot in commit a0a919d2b541c415ad9b81d2ee91895bf106e9bb
        "remove SvRefBase::QueryDelete"
        
        Change-Id: Ib52b9cb58451abd62f75d7376b069bf6aef550b2

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [315693688d2ccc6f922fd552f2dd72f2ecc45913]

        writerfilter: tokenize <wp:effectExtent> attributes
        
        Change-Id: Ie4f4182e92dfd06b283dc86f5bfd611d7842a504

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [1a261bd0a5f86189215617e70a8e921a8b2751c3]

        Build icontest for OS X, too. Does not work at all, though
        
        Change-Id: Id1c82638f12514f55f297ec5e4a07444849175ce

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [e21f6e3838a64f6c2517479d021e943e2ffcab94]

        Build icontest for Windows, too
        
        Change-Id: I7c23d9a41c9b517bf8dcdd3e1de2ab24a8a1d0d0

2014-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [89b44792d4bfe8e9cb0b50bfe0c0e00101fdc9ec]

        distro-config should not have --with-vendor=TDF
        
        Change-Id: I2809456a49727f7b7abe8521f6e6562ed3fd5c9d

2014-10-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d97b807d2315cb510bb13e8da0137262bc0bbc8a]

        baseline doesn't support gstremer-1.0
        
        Change-Id: I3d08f9df3202c4f594b9adf209dfc0077e6f7d81

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [5af8c041607d5f25a4b9e11978215f629c0a6c95]

        Bin pointless case statement: both cases were identical

2014-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [938e7cf3e84c16a63b49a1049268fe3a3f772d4b]

        Mac distro config is always 64 bits these days & remove --with-vendor
        
        Change-Id: I0f0f4c8b511335ec2a6bf69c054cff8aaca8170a

2014-10-10  Noel Grandin  <noel@peralex.com>  [fb365e63ab46ee58adcb05f9e70cf2c2cc700df0]

        cid#1244955 Uncaught exception
        
        Change-Id: Iedf06cc78cda022112699be3db650d11c7249adc

2014-10-10  Noel Grandin  <noel@peralex.com>  [277e98edce56e0d1c37403dce1f389eeb9018d30]

        cid#1244948 Uncaught exception
        
        Change-Id: I421f245fd3be90f0e1d08ad92b0723a64121ae12

2014-10-10  Noel Grandin  <noel@peralex.com>  [71540e1e47bcb1cea34861e13a47a558a88757e1]

        cid#1244949 Uncaught exception
        
        Change-Id: Ic33d60a435ee875e8e342420046aae436739c123

2014-10-10  Noel Grandin  <noel@peralex.com>  [d7ea649b56dd72ca94d6bf175ac9477a6c308f51]

        cid#1244950 Uncaught exception
        
        Change-Id: I1aa4d437838dac42ac1fc803a2ba2a437fa3addb

2014-10-10  Noel Grandin  <noel@peralex.com>  [d79ca9b29a346e53d1c24b29cce14b6698bd6dd4]

        cid#1244951 Uncaught exception
        
        Change-Id: I3bb5dc5932f4239507920cb9cafa66caab9ff7e0

2014-10-10  Noel Grandin  <noel@peralex.com>  [36ec3ddc0b666c5c35cd7662632a72237b43a810]

        cid#1244952 Uncaught exception
        
        Change-Id: Ied23e7df1d8ebda9976e63d03c122c058addf274

2014-10-10  Noel Grandin  <noel@peralex.com>  [c2621e6482310b5dc2c8dd2c3dc0ea384784b46c]

        cid#1244954 Uncaught exception
        
        Change-Id: Ica5e88ed8294c4256da2798093cd4a191b7c5313

2014-10-10  Noel Grandin  <noel@peralex.com>  [3bbfbed375ffaa9ad5b0e857ef6c57575298baed]

        cid#1244941 Invalid iterator comparison
        
        this is just a false+, but creating a local var will likely fix it
        
        Change-Id: Ia02e04098a70102c70f5fe5ecd156eea6f40d2af

2014-10-10  David Ostrovsky  <david@ostrovsky.org>  [a1552a0ec3fcddd968db274ef41bc2452c50bed9]

        Scripting: Remove org package
        
        Change-Id: If0b6ac87b5d53da43557dee5824e9413a260ba7c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [87bf3fb4a5def8b0536d44ab406dbd31b09c0daf]

        Fix CppunitTest_chart2_xshape
        
        ...regression from d7e477c4518bb3f638af59fa48cae04eba8c76cc "Use boost::optional
        for these members."
        
        Change-Id: I8e02033d75fd52489be03b34fbce494ae49ab7e3

2014-10-10  Noel Grandin  <noel@peralex.com>  [f453dc0327535056c8c9908c322763db9eca33be]

        convert SWHTML_OPTTYPE #defines to enum
        
        Change-Id: I847c7c116984817c7d66d44431db0601f0a27209

2014-10-10  Noel Grandin  <noel@peralex.com>  [8ab1e7cdecc31c481ac5b28aab48fda4151577cf]

        only one value of the postit sort enum was being used
        
        ..so bin it
        
        Change-Id: Iff6bad245a5fdd14fb785f7f5b3ca65ab51b742b

2014-10-10  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [6d848b2aaf4eb814dba90a3db8e5494530dc0ada]

        xmerge: The if statement is redundant
        
        Change-Id: I56c5727470c4dba9ffa7c298fb6ccea5be750f33
        Reviewed-on: https://gerrit.libreoffice.org/11894
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [110ae4e498a55bd50ca0afe558126e9e029f68cd]

        runner: The if statement is redundant
        
        Change-Id: Ida40034bdfe6a44a936db1243ad6c71616caada3
        Reviewed-on: https://gerrit.libreoffice.org/11895
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [999fb810673f7c1b490cdac1f29c2e931e8e7f2e]

        Use constants for ST_StyleType values
        
        Change-Id: I57ca4ef567126321ab745c8d1d7290b66df23c05

2014-10-10  Stephan Bergmann  <sbergman@redhat.com>  [0c06f9c5bb002c0aac1811ea973787f6f94d4758]

        Further fallout from git mis-merge?
        
        ...in a80f74add22c303327dd3203d9be5eeb901a73a4 "Put SeriesPlotterContainer into
        CreateShapeParam2D."
        
        Change-Id: I9e2f700a1999070069ff87fc3030c00a045372c6

2014-10-10  Tor Lillqvist  <tml@collabora.com>  [9e0d79b0d99c62a79256a792c7ac76825c74578c]

        Add informative comment, and use 'auto' in a couple of places where sensible
        
        Change-Id: Ia01404f8d0a5e5aa94d8a9b3f45421950831c5cb

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [c7c2b4b54d8ab81150e9b71433970c2f338ed063]

        android: Disable LibreOfficeUIActivity for now.
        
        We should provide just one activity in the .apk; the browser should probably
        show up when LibreOffice Viewer is started with no file to open...
        
        Change-Id: I624afa00f7e8ddc649a272c1b08899e8aac887c9

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [712d67eb1a39e996be6b248ff7409f2e3f260e39]

        android: Re-autogen when AndroidManifest.xml.in changes.
        
        Change-Id: I53cf6bf10f25702d9ae42afb6846411a3e31c187

2014-10-10  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [d802b6d2424cf87a9c3780565625a53fe184b790]

        unchecked call to getDeclaredMethod(String,Class<?>...)
        
        http://docs.oracle.com/javase/tutorial/reflect/class/classTrouble.html
        
        Change-Id: I293e7ad3ace1a8876c34d7ffd070b49807a8b0a6
        Reviewed-on: https://gerrit.libreoffice.org/11882
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [7afbb8275667ca8157be5449536e671bbac9f988]

        jurt: use new exception constructors
        
        Change-Id: I58e7ebdd5c48094142f93f47271bcc0cc8b97981
        Reviewed-on: https://gerrit.libreoffice.org/11892
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [017ea9eb0f80ba750f0cf917033052c75e622c0a]

        bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl)
        
        Change-Id: I6677072c349fc8c1997030b78fa38a5d78aec361
        Reviewed-on: https://gerrit.libreoffice.org/11889
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Noel Grandin  <noel@peralex.com>  [c8861af86a466c1e837263e58f3214aa42c902fc]

        move TRANSPARENT #define from windows.h out of global namespace
        
        so it doesn't conflict with enums
        
        Change-Id: Ic4143130762d6e878d7c23276393ba09d9f86d45
        Reviewed-on: https://gerrit.libreoffice.org/11880
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [dea50a9c463b4699c15f02363e49e7baf7388c80]

        More tabs -> spaces.
        
        Change-Id: I9a3e104b05479413dc314f299824a48ead004693

2014-10-10  Jan Holesovsky  <kendy@collabora.com>  [b9e8e8c1ae8727becb18488ef5efee929dc2448a]

        Kill trailing whitespace, tabs -> spaces, add modelines.
        
        Change-Id: I24154279154ba2a9d1ba6cab81d066fcba23cb4e

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9dfc5fe09a8561600175fba77b1533c8db3e9f8f]

        Fix git's wrong 3-way merge.
        
        Change-Id: I30520ff78f47bcfa487cea6f40904bf718610967

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a80f74add22c303327dd3203d9be5eeb901a73a4]

        Put SeriesPlotterContainer into CreateShapeParam2D.
        
        Change-Id: I537c131c0c927d2cbbd7cd44f07e9e4748b8ed6c

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78a33913b1585a743f1bee4b973ccdf68dd57875]

        Explain what updateScreenValues() does.
        
        Change-Id: I323827f259c9f09c5b4bfe882c63096dea640dbf

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [110d0915c6a5a791e0f7f544667eb933f69e5f87]

        Use typedef rather than raw nested std::vector everywhere...
        
        Change-Id: Id4b58d13b229776f2ef1f270e937547ece9e1248

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d7dd306302b03479be62fbac252c22f6fafc7515]

        Make its own header the first header.
        
        Change-Id: I81ff1cb9200bdccd3f50dc08fa68fc69929e7c90

2014-10-10  Michael Stahl  <mstahl@redhat.com>  [7f900e2e2f5faa0a568209791c57cb024f14fe33]

        vcl, sd: fix some TempFile leaks from vcl Graphic in cppunit tests
        
        The problem is that utl::TempFile::GetURL() will return an empty string if
        the file UCP is not available.  There will be an entry in the log file:
        
        warn:legacy.osl:25344:1:ucb/source/core/provprox.cxx:366: UcbContentProviderProxy::getContentProvider - No provider for 'com.sun.star.ucb.FileContentProvider.
        
        Change-Id: I2741a04cf4b8b420294ae521199706921b37e5c6

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e776418ce41191a8b10e7ff62cd676a19e3e06ba]

        Clean this up a bit.
        
        Change-Id: Ief207c72a22eee6a745f885912ea929ade717321

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5aa51c08cd697ed22b16903926b3b43d5a978514]

        Description for m_aAllTickInfos.
        
        Especially wrt why it is nested vectors.
        
        Change-Id: I143785778ef62abbdc047a2d18c713f43a6522d9

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [700ed579f9db3958b22df90558db358cac899452]

        Make AxisProperties non-virtual; nobody derives from it.
        
        Change-Id: I1cb5203374b6d13a914c335d73a7db6d8a47c4bb

2014-10-09  Arkadiusz Miśkiewicz  <arekm@maven.pl>  [d5b0697cebd7d66ee90d12f7b893c193ae36eaa6]

        Avoid bashizm in AbsolutePath() function
        
        &> is another bashizm. Avoid that since configure is run using POSIX
        shell. Some POSIX compatible shells like mksh do not understand bash
        syntax.
        
        "cd - &> /dev/null" was causing "cd -" command to go into background
        which means we never changed back to original directory thus fooling
        configure script later:
        
        config.status: error: cannot find input file: `config_host.mk.in'
        
        "&>" was also redirecting stderr which we don't want to do anymore since
        it hides real and interesting errors.
        
        Change-Id: I286a32e6a200afca883b159d9196f606e0fe7063
        Reviewed-on: https://gerrit.libreoffice.org/11896
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c5cb66b537327247ebaf303951d718583de63710]

        B2DVector supports operator!=.  Let's use it.
        
        Change-Id: Iecf58e0f24909ec2fd2780a5f4b219105c7c4b47

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd485290c77ce9b0a3a557513bf84817b48a5772]

        Make it clear which bounding rectangle it returns & const.
        
        Change-Id: I9c8080225cfbe0f38133ce2503bd2d0c1d0f5e13

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7df90ca4ddc3edd2df10a7d74772f0bea28d35c0]

        Improve method descriptions.
        
        Change-Id: I25074578607dedaec9689dff9a6bb9c2fa7be56b

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [877b66a00b1d6fe4f8ed2fc61774a240e653b49e]

        xInverseScaling is set but not used.  Remove it.
        
        Change-Id: I1d185df4b14e152f4da9dfdbc2e71504c2cb1f3b

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f602c74facc4c01daa068431dd1b0e973ac9047f]

        Re-organize method / class descriptions.
        
        Change-Id: Ib7fe33581c3aec2f58f8a16a07215b69080e0a51

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [70ac6e7997a93631ee02a11b689529da21f3a6ab]

        Make this data member const, as it never gets modified once constructed.
        
        Change-Id: Ic01fd0591bbb524b4a6a0ec1dfe448e33f4d6b18

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fd9151e1fe24c0f3ade2cf7a13e169f2601e65da]

        TickFactory_2D -> TickFactory2D.
        
        For consistent naming.
        
        Change-Id: Ic94681d4d18c0330ea5a8393c1b3d863c81e1ea8

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a66ab02f04e2541e457f72cb0580b1c226ebd79d]

        Make thie method consistent with the others.
        
        Change-Id: I028f0dd833cb2307e842805636458f51c71dbd66

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4dfd8ba4ab9e5375edb3ce9a8de30bc0240f31ff]

        Simplify AxisProperties and its surrounding code.
        
        Change-Id: Ie47421d778c2beb8eb8e132532220054f183a5f1

2014-10-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d7e477c4518bb3f638af59fa48cae04eba8c76cc]

        Use boost::optional for these members.
        
        Change-Id: I60c52bf99d0e63e27f7c576e2582c26e19809c8c

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [52781ca83d3ad90d8b8861692f2b10bf56fff601]

        update page footer of SDK docs
        
        Change-Id: Id69c946e4e3166f7a9fe20de2247f208d05f2680

2014-10-09  Eike Rathke  <erack@redhat.com>  [980fd719648fb5b7cbe93ba23c1ee2f180ffcee8]

        InsertCurrentTime: in input mode inherit matching format if set
        
        In case a date or time cell format was set, inherit that format for
        Ctrl+; or Ctrl+: date/time insertion while editing the cell.
        
        Change-Id: If13e680fc74ab36611f8c11d992dba4b9c91ddb4

2014-10-09  Michael Stahl  <mstahl@redhat.com>  [da4a5fa517a7379da84bf7d514eafe2c721246d3]

        configure: let's default to GStreamer 1.0
        
        Support was added 2 years ago, it is probably more likely to be
        installed than 0.10 now.
        
        Change-Id: Ia2e36725f50f96889eb602468840dde9259c2b90

2014-10-09  Michael Stahl  <mstahl@redhat.com>  [2e69b60cc2abb8e0a6773e101c03050c57a12ca3]

        desktop: -Werror=unused-macros
        
        The documented feature test macro is _BSD_SOURCE, and anyway, feature
        test macros must be defined before the first libc header is included, so
        this one is evidently useless.
        
        Change-Id: Ib4b2db0c6151c2f3df322992b189257f5dd0ea22

2014-10-09  Jan Holesovsky  <kendy@collabora.com>  [83386129f5be002f2649db81bba4c468c7f6e4de]

        android: Fix the application lifecycle.
        
        Now onStart() loads the file, and onStop() closes it again.  Fixes the case
        when the user leaves the app by pressing Home, and starts it again;
        previously, this caused a race.
        
        Change-Id: I493a76eaf5e8ca8a68b53f70c7acd09b638f7e11

2014-10-09  Jan Holesovsky  <kendy@collabora.com>  [2b85db8b6b7cbdef8e8a8645c33d122ef987a27d]

        android: Simplify the About dialog creation.
        
        Change-Id: I40fb007e8f672e1c5ff4e6e23c043b7305e726a9

2014-10-09  Jan Holesovsky  <kendy@collabora.com>  [05e5da6ad085091f8c392502cd230273e6688aea]

        android: Fix typo.
        
        Change-Id: Ie2a321f1d8461d9fa665be11a8e5085c24ad032b

2014-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f62a0ed0bfdab62efe259119589be04bcb313a7e]

        DOCX export: handle name of Writer pictures
        
        Change-Id: I1863da23fc25bd271494d48863ff4bf0554d0439

2014-10-09  Michael Meeks  <michael.meeks@collabora.com>  [1a09af69f484f275f7d8012e88678514db81d831]

        Remove 'sd' from the comment scanning list.
        
        Change-Id: I3fe9bea58c9b4005336bafcf3b779d18c89df971

2014-10-09  Lennart Poettering  <lennart@poettering.net>  [1958ca235be05912497747b9916f22258f5716d4]

        German comment translation.
        
        Change-Id: I479da454235a7cfc084ae1517ab9ffa07580ab0c

2014-10-09  Michael Meeks  <michael.meeks@collabora.com>  [c78d5fae8111aec075b9336dc2324b0747e598ab]

        German comment translation.
        
        Change-Id: I98526bfd6f69d95d5c309e67c397bc85fb8817ab

2014-10-09  Armin Le Grand  <alg@apache.org>  [e17a730c0076b10678c860ae3285bc8a98282415]

        Resolves: #i125329# Take care of Css selector '*'
        
        (cherry picked from commit f73813d9e0f13e3bdf735f8626dbf540701a1900)
        
        Conflicts:
        	svgio/source/svgreader/svgnode.cxx
        
        Change-Id: Ifc5df8bed47d69709ef590eced19635b6b9580d0

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [726172e3eb8370125b89f853cebb1fb901547ebe]

        bump nss from 3.15.3 to 3.16.5
        
        Change-Id: I8318982eb1cee1a694dbdd504e0ca106a29d807e
        Reviewed-on: https://gerrit.libreoffice.org/11700
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-09  Lionel Elie Mamane  <lionel@mamane.lu>  [e0b14b922204acf541bedf658236d30dc5878fca]

        forgotten part of previous commit
        
        Change-Id: If050e630edacef67ab194c0b6941a6542e4ebceb

2014-10-09  Julien Nabet  <serval2412@yahoo.fr>  [ee12e843c609e747be2f7d5a89ffd889c78378de]

        fdo#84073: change ODBC/JDBC escapes to lowercase
        
        Change-Id: I19ce3acb9575fbef8273bbd84cb4dc322e101ac8

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [b5167e1866efb646270edce8b37894a93bea2cde]

        Related: fdo#83003 warp directly to the templates/recentfiles on changing mode
        
        which has the side-effect that the keyboard and tab key will cycle
        through all the contents of the start center. Otherwise in the template
        view on first clicking templates you are "stuck"
        
        Change-Id: Iceed2492e8dde28c0ada381ef0f430738441179f

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [04a290b107ac0c0c7b1e03da541a4a0c315743e1]

        vendorplugin.h is jvmfwk-internal (and no need for extern "C")
        
        Change-Id: I954f789d5850e8016f5900812f9aa99be2416ce4

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [0ef36a8d631bf891db9ada80e6a213c8b08392b7]

        Remove unused JVMFWK_DLLPRIVATE
        
        Change-Id: I9b562e085e0b2a446a16ff5189c1d6b03c0d924b

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [fe421533614cce6819c72c16f19b8de19e0d99da]

        Resolves: fdo#83003 provide a means to return from template view
        
        Change-Id: Ie6d2cfb5ee28fbd9395a49fa074a252c9c6e20ec

2014-10-09  Luboš Luňák  <l.lunak@collabora.com>  [fab88063281761dbdac7ea550072660fe0f8c863]

        copy document defaults/properties for separate mailmerge result files #2
        
        Another place, sigh.
        
        Change-Id: Id5b73ade2ee5de5d89abf98a0fe2608d5100240b

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [2ceeee914e3ff69811ca04ecccf30a582c58b34a]

        Remove jvmfwk plugin feature
        
        ...which was effectively unused; there only ever was a single sunjavaplugin that
        is now folded directly into jvmfwk.  Leaves room for further clean up.
        
        Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [3de89997f492c1216592fa4db1c7e6ce6c3fe4fa]

        UNO_JAVA_JFW_PLUGIN is long gone
        
        ...since e7f7d511a3ad39faef431bdfc2a79fa090d0b5f7 etc. "INTEGRATION: CWS
        jl15: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and
        UNO_JAVA_JFW_PLUGIN"
        
        Change-Id: Ia70fa9919b4b55e8b13473602cfca723f554ec30

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [eef4f79eb86ff2b515d53d9802d54027d32bfde4]

        More specific
        
        Change-Id: I7e6490c5b50a236a5f070e98d4501e7dd5a90307

2014-10-09  Luboš Luňák  <l.lunak@collabora.com>  [d3a04fdebf65c7381f1087fbd27104a56ba08e78]

        copy document defaults/properties for separate mailmerge result files
        
        Also remove code duplication (that I'm not even sure why it's there).
        
        Change-Id: I9a20fe0de9b34adbd03155712869bb19f5969f9b

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [d7418f8831acdff907d404c1701870b00e974df6]

        Resolves: fdo#65823 crash on negative position in redlined word
        
        there is possibly something deeper wrong here I think after all, see
        946ea643185af680508a0333f63c086ed3f454a3 Resolves: fdo#84649 as well but for
        now silence this and I can investigate further later
        
        Change-Id: I1323584d1f71c14634d56ad4e4a705496b1bd1c0

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [6033e2d29d7ee9df5201c9834ba6b070da03e98e]

        Resolves: fdo#60904 allow export of VBAProject
        
        xModLibContainerExport has a "VBAProject" entry but
        xDlgLibContainerExport doesn't, so just export the
        one we do have
        
        Change-Id: I15f7794904a5aff7679f2cf9fd654d741fd5cbe3

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [227ca23324fabd77abae1b7eb6186ba11d519fae]

        move copy of icu's ScriptRun into vcl namespace
        
        Change-Id: Idbd3f3e903d6e411d565d29884e52862c3e1cc58

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [fef9bf4e39b041c7f13e4d1584e3086068e781fc]

        Resolves: fdo#82270 Grabbing focus can invalidate the entries
        
        Change-Id: Ie9b4f936cebdcf2a37e66abef456c6b0c0e26201

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [ffc06f9f62497cf6a3ca1ad01e53e0c07ce57c75]

        Updated core Project: help  301caf5470aec71aeac5327f452c15a28caa2f10

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [69f8a4cc1022edb386ae985cd39f0518d21a89d1]

        disable environment equality test under valgrind
        
        Change-Id: I9e0e06331f134fe89c9942f93b7546b0e67bb821

2014-10-09  Laurent Godard  <lgodard.libre@laposte.net>  [430747397508f297be7ae1fa734a43ea705e9a43]

        remove warning: ‘nIndex’ may be used uninitialized
        
        Change-Id: I317c2f4409f556ab967e4f08caa99cffcfce26cc
        Reviewed-on: https://gerrit.libreoffice.org/11876
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [8d0f9675021a07261b2182fb3192c26e2263eff8]

        -Werror,-Wliteral-conversion (implicit conversion from double to long)
        
        Change-Id: I89095491d67c382a0b3280755d723039f48229f1

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [d4c1e55d7a61952b4569ce2f229cbae1cad65044]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia7370c4aaa6c0bf69eab13979b6d2209dae695f0

2014-10-09  Noel Grandin  <noel@peralex.com>  [27ff44965e60a56071d325bde62287a862a53ab7]

        convert BKMODE #defines to 'enum class'
        
        mostly to get the TRANSPARENT #define out of the global namespace
        
        Change-Id: Iec592d26d4d12b5f30f7f9a04dd377a1fb20d643

2014-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cdce63daf162709c3eff0f9c6c90ecc32109c21]

        testCropPixel: relax requirements a bit for OS X
        
        Change-Id: I5b72e39371671718ac31bbd92a4649a66a1241cf

2014-10-09  Matthew J. Francis  <mjay.francis@gmail.com>  [2b6619c597a791775e2d41a68f7e85ef75d1aaa2]

        fdo#84810 Avoid calc crash when using Paste Special - Link
        
        Change-Id: I52c072578ccc0b9f75a850613056e74d400eb532
        Reviewed-on: https://gerrit.libreoffice.org/11867
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-10-09  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [14cccfab8111c61bf6707eef423abe79e95f5572]

        As of JDK version 1.5, show() and hide() in Dialog have been deprecated
        
        Change-Id: If96e40ebe2c59f31ca4e2b81c6583eb7f8d5ec81
        Reviewed-on: https://gerrit.libreoffice.org/11873
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-09  Juan Picca  <jumapico@gmail.com>  [47a2d7642d249d70b5da0c330a73f3a0032e4bba]

        fdo#81356: convert Fraction to boost::rational<long> - wip
        
        * Added rational util functions used by Fraction class not
          available in the boost::rational class.
        * Replaced usage of Fraction by boost::rational<long>
        * Removed code that relies on:
          1. fraction.IsValid() -- rational only allow valid values, ie
             denominator() != 0
          2. rational.denominator() == 0 -- always false
          3. rational.denominator() < 0 -- always false but implementation
             detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation
        * Simplified code that relies on:
          1. rational.denominator() != 0 -- always true
        * BUGS EXIST because Fraction allows the creation of invalid values but
          boost::rational throws the exception boost::bad_rational
        
        Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9
        Reviewed-on: https://gerrit.libreoffice.org/11551
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-09  Michaël Lefèvre  <lefevre00@yahoo.fr>  [ae77dc81c33ab0817264bcf5fc8bb71a55b78a73]

        fdo#75757: remove inheritance to std::vector
        
        from StyleTreeArr_Impl.
        
        Change-Id: I44621f913fc1b7ce0da9f41e4e0864edaea474b2
        Reviewed-on: https://gerrit.libreoffice.org/11826
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [e16b01a9e4e111b1267c4eec1f5d168e5c2b8e53]

        drawingML export: fix <a:srcRect> if graphic's map mode is pixels
        
        Change-Id: Idbe399648c60e39c61e2be09a77b0648f57d3347

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [9defb89ede306b81a0c31a1afad9e71c95a30d32]

        HAS_IA2 is never defined
        
        Change-Id: Ib71e98d1250e6d077c593801993b88c2963459b7

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [d402819eb46b19c5448360386da425136d30959d]

        typo: proeprty -> property
        
        Change-Id: Ib20ca28c2236fc99e1339b6e57e8641a213116c7

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [05f1a88e199cbffa786cf1fe8719638d205bae9f]

        typo: Lable -> Label
        
        Change-Id: I8b9e9f75dd22ee5bff678c5bc0e1fa9381a103de

2014-10-09  Andras Timar  <andras.timar@collabora.com>  [0be1c2e87a0ff932584dba0e96b535e6c5eea6d9]

        typo: formual -> formula
        
        Change-Id: I39b4c2fc4edd7d609b15fc289dd1b053c749f435

2014-10-09  Peter Foley  <pefoley2@pefoley.com>  [7086ac7dad014e08160f9a7f87fcfba789420828]

        make gbuild-to-ide VS files work with separate builddir
        
        Change-Id: I847885885ed12dbbd64e3b694799e4835497d736
        Reviewed-on: https://gerrit.libreoffice.org/11799
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a2feb420fa547b89bff5e0c6f848e22f503e6602]

        HIG: Miscellaneous improvements to Line Numbering dialog
        
        * Add colons for labels that precede colons (fdo#78826)
        * Sentence capitalization
        * More concise label for fdo#84504
        * Disable nonsensical manual resizing
        * The usual XML dance caused by saving the file with newer Glade.
        
        Change-Id: I3b8a6d5d915c2c6cfb4cf0960f5d59bc644d4994
        Reviewed-on: https://gerrit.libreoffice.org/11869
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [ca25f9a64cfeb4b3a20e5e2d99ffd9b5cf5c4eaf]

        Add missing title to Template Properties dialog
        
        And disable manual resizing
        
        Change-Id: I3c78b09930833eb84bbd84a553d2f07ff8573e0b
        Reviewed-on: https://gerrit.libreoffice.org/11870
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [3144b8deaf8397d719b7ad7a56b309655a53d90a]

        Resolves: fdo#84809 crash when button is too short for text
        
        regression from 4c539fac018dfd44cd8db52161a8cb930c627da7
        
        commit 4c539fac018dfd44cd8db52161a8cb930c627da7
        Date:   Tue Dec 17 05:18:35 2013 -0600
            vcl get rid of xub_StrLen and STRING_LEN in outdev3
        
        before this there was a dubious cast which hid the problem
        
        Change-Id: I7c01c0f0ac211196a62acaf02297f29ae829403d

2014-10-09  Caolán McNamara  <caolanm@redhat.com>  [912ecaf565e68d2ca3fb9584712313e712749f75]

        Resolves: fdo#55546 center ellipsis tooltips that don't fit on screen
        
        Change-Id: Ic44c9032878892fa33c839e5aaac1996e7bed943

2014-10-09  xukai  <xukai@multicorewareinc.com>  [fcf953b8ec8ef9652f12a2cc91e9edc6153c1bb1]

        make streamtimeout a config variable instead of an env. var.
        
        Change-Id: I6c82142265a0a149206d15fbc267ad61e6b9cf3b

2014-10-09  Noel Grandin  <noel@peralex.com>  [11044cbf0d92fea3cb55ba46d81f8fe51b1ec0ab]

        fix 'line too long' link error on Windows with merged-libs
        
        Change-Id: I76457af34d5a034197d1b7d847a7120518f44383

2014-10-09  Noel Grandin  <noel@peralex.com>  [a0a919d2b541c415ad9b81d2ee91895bf106e9bb]

        remove SvRefBase::QueryDelete
        
        Move it's functionality into the only place that needs it, in the dbase
        driver.
        Removes an extra virtual call from a widely used class.
        The dbase driver seems to be using to perform some kind of whacky object
        recycling, so it's not like we want this functionality to be used
        somewhere else.
        
        Change-Id: I41018f71e0b0a79fdd3d527536f0ac95c788e614
        Reviewed-on: https://gerrit.libreoffice.org/11786
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [22a5357484f9a31a99146b738a8716a24bf59b3a]

        Improve wording on several actions
        
        * "More Styles" (Styles dropdown)
        * "More Fields" (Insert field dropdown and menu)
        * "More Options" (Table dropdown)
        
        Change-Id: I593a1d1dd68e666d05a4ac20ae97308ad45ff18e

2014-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [6bd6e19534718b7df394ed4055c71cf2f59269d0]

        Use constants for ST_TblStyleOverrideType values
        
        Change-Id: I61a81bf1aab604d27441630dfb5d55f657211410

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [358f5280e0f6afb968edc295d8f1dce55f05e18f]

        Fix coverity#1224993 w/o breaking JunitTest_framework_unoapi
        
        Change-Id: Iefa1d79c52c4f951a7a66be98de3c9752bf89daf

2014-10-09  Stephan Bergmann  <sbergman@redhat.com>  [52028d4632d4898ad0f9119841bcf171f6e18682]

        Revert "coverity#1224993 Uncaught exception"
        
        This reverts commit b66a96d792e9ef8022547f835ed4633c8e7f4c10,
        follow-up commit will fix w/o breaking JunitTest_framework_unoapi.
        
        Change-Id: Iac12d52c2eb9a1e4ab09d24910cee1838cc7d883

2014-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9aa36a1ad39e37c372cc833a44fba450b8cc30cd]

        Move this one to a common place too.
        
        Change-Id: I7f4e007cfc861dc323b42be353c6ba11091e8fa1

2014-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7adef94b82f5c71da483f238d05df7800b8da38b]

        Share undo doc creation code.
        
        Change-Id: I55f27b61637ba0284479c63c2fa48b0bd8938c0f

2014-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed0e3fdcc13e0925c16aa81f6aa461892f15d81a]

        Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.
        
        The goal is to have ScViewFunc::DeleteContents() simply call
        ScDocFunc::DeleteContents() while doing the view only stuff in the ScViewFunc
        variant.  This is just a step toward that goal.
        
        Change-Id: I2e574f9eb2b2be5340dbfb6f10739dfc2406faae

2014-10-08  Stephan Bergmann  <sbergman@redhat.com>  [281cd4c4a0d4ffb0a99ae8239b11a2ebbb872a8c]

        loplugin:unreffun
        
        Change-Id: I686835f07525fa77caf292d8ee746c120e3331e3

2014-10-08  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [22248b89c07533e28026dea66c5cb73d023293c6]

        complex: Use 'import com.sun.star.beans.UnknownPropertyException;'
        
        Change-Id: Ib42baf6f18fd407a879313c042efd74c8f724aa4
        Reviewed-on: https://gerrit.libreoffice.org/11864
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-08  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [c2b5affc135a3dd202b8d9ca3a4317a1d05203cd]

        jurt: remove unused import
        
        Change-Id: I597dac3cae7eafef75982789ab1b0d3d8d6999d2
        Reviewed-on: https://gerrit.libreoffice.org/11863
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-08  Michaël Lefèvre  <lefevre00@yahoo.fr>  [9769a69f49c77599053ab8f15b149506af555134]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I17b1057c2551f41b15547d7563434e3344ab6be8
        Reviewed-on: https://gerrit.libreoffice.org/11822
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-08  Jan Holesovsky  <kendy@collabora.com>  [bb29c5723a6053476b6f398c8550b2a839aa07fc]

        fdo#81475: Show the Background color too.
        
        Unfortunately it means something a bit different than the highlighting, and it
        is hard to achieve it by other means...
        
        Change-Id: I6aced1e33ba8a9cfd73e092a90e9f45e50f5bb20

2014-10-08  Armin Le Grand  <alg@apache.org>  [78775257a338bb348d9bd55f32ab77ba399abca9]

        Resolves: #i125332# made css style stuff aware that it is case independent
        
        (cherry picked from commit 2b179313ac95f4ae9dc2cf8f6b6d577ea893c7a8)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgstyleattributes.hxx
        	svgio/inc/svgio/svgreader/svgtoken.hxx
        	svgio/inc/svgio/svgreader/svgtools.hxx
        	svgio/source/svgreader/svgdocumenthandler.cxx
        	svgio/source/svgreader/svgnode.cxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgtoken.cxx
        	svgio/source/svgreader/svgtools.cxx
        
        Change-Id: I8bac5a185feb0c7a54aa7bf816ab7aabd71a2e19

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [b77b1ba8f0ec18d37c0bfdd795a1a9726df01482]

        We should know what our name is
        
        Change-Id: I4e4d9c9aea5bb9387dbb2e69d94c48f4988c3346

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [a8ade0a201d4b57140a35300e0e87bca292580b3]

        More hacking on the 'icontest' test program
        
        Use correct aspect ratio for the images.
        
        Change-Id: I99c676c8c843c48633b5f17fd9333d0e0af4753f

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [62bf8e2fbe684e5c9de708234d8867098004076c]

        Store the image bitmaps in MyWorkWindow in the OpenGL case
        
        Change-Id: I1acac06f076a4f8173929a0fe0c0d9eaf6b8d1ff

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [9df8d2a922b85d76011c8ab67a1ded8f367e7aec]

        coverity#704183 Resource leak in object
        
        Change-Id: I64b995c15a83d71aaa6745323141e71cc55cf000

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [6707c7514db24d05ff76498f76fd48cf07a00fb6]

        coverity#1066165 Resource leak
        
        no close on error paths
        
        Change-Id: Ie544bcd6ea7224bee2a092013a589c509d42c735

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [d7606a6ab588d9abd9bf8a2f7d8bfc798c449507]

        coverity#1242736 Unused value
        
        unused since
        
        commit 17714047583c7b55c9951846eadffdca98b1680f
        Date:   Wed May 22 06:40:48 2002 +0000
            #99282# CTL - Replaced GetGlyphBoundRect by GetTextBoundRect for drop caps
        
        Change-Id: Ic2a5fdbb0c2f66268c60f86d6596d66ad24b7712

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [8fa0cda00488b9726976d978dde14ea386508f93]

        coverity#705326 deliberate fallthrough in switch
        
        I imagine its deliberate anyway, always has been
        this way since 2000
        
        Change-Id: I45fd654aeec2a5c753c38d20febd2f820044bb32

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [b66a96d792e9ef8022547f835ed4633c8e7f4c10]

        coverity#1224993 Uncaught exception
        
        Change-Id: If5dcb4bbd728f7396e19382f85bdf2a3d77a6db6

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [4c4e2868f885a0a7403f8b48dc6f485e0a5f8ca5]

        coverity#982158 Unchecked return value
        
        Change-Id: I15acdaaa810b5ee209764a277d0da5a4d7773466

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [0fe035e366c9eeb72eaca9ca34ab876fc6154d01]

        coverity#982157 Unchecked return value
        
        Change-Id: Ia6a1ee154254e7efc0d787ce92222e80fecfd04e

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [54d068185e034323479bcacd544bab222642ad8e]

        coverity#982156 Unchecked return value
        
        Change-Id: I16180cae5fcf8dc59614f4ccf33f8745db05e138

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [b4895186c33d2b653600358e5d9424dda76b17e9]

        coverity#706283 Uncaught exception
        
        Change-Id: I2c3f10894ffe514dbc71cd1dd672685aa8f09a0d

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [0ac722ccdf75c1d1e8f8cc6c031238a44a5edb0b]

        coverity#1237352 Dereference after null check
        
        Change-Id: Ia9cb84bb0924915d4611c5f18d2a0d19b4198d94

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [c53945940369c6480c1f3115fdb3d8f96e974676]

        coverity#706248 Uncaught exception
        
        because get_stack_trace uses rtl_mem::allocate and that throws on a (unlikely)
        memory allocation failure
        
        Change-Id: Ic2d0e6ec76eab5cf73025fa4d3199c29eb5b2982

2014-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a35c05ac58ac2d3e6d76bf21e3cce9d407e7997]

        desktop: let --convert-to dump its exception message on stderr
        
        Change-Id: Ic906740ddeab04a9acfee997a31a2249f23de65f

2014-10-08  Eike Rathke  <erack@redhat.com>  [6bc7b0748741d58724310e8fd09d31a5557aa031]

        pass const OUString&, Clang loplugin:passstuffbyref
        
        Change-Id: I7fdd4541ac61729878149bd47080e9ffbd43bc98

2014-10-08  Eike Rathke  <erack@redhat.com>  [ea79176e31c5b05fea25ff7b5e10fafde37642d9]

        pass const OUString&, Clang loplugin:passstuffbyref
        
        Change-Id: Ia3bf8a59c38b32a9ed24d21432f95e7141d72072

2014-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [faea61ed3d11678c698e9679fb44b0a81a07cacd]

        Use constants for ST_PresetColorVal values
        
        Again no need to adapt dmapper/rtftok for these, see commit
        020f46d17065b8b00365eab7a809ce980ebfb59a (Use constants for ST_Em
        values, 2014-10-07).
        
        Change-Id: Ie67f7a4d251525b5f8799cf613bea56ad82f7a57

2014-10-08  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1df9d5767b3222cace051a75259dea5d951cbfaf]

        scripting: as of release 5, 'enum' is a keyword
        
        Change-Id: Ia45890892f3a0fa89b4c1f97a4c169de5e25c593
        Reviewed-on: https://gerrit.libreoffice.org/11860
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab52bb712c335e88cf100b3b8336a46b7673eb98]

        DOCX export: fix handling of shapes containing and also anchored inside tables
        
        Change-Id: I6f23bd0e0553b8f6435537b542fc82ee55a64c03

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [d61f8185e660a6820351b8cea3ac51d344f0ab3e]

        Fix thinko. Thanks to vmiklos for noticing
        
        Change-Id: Id4e65908cc73978205bc0858a3a809b882864b62

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [96d091d43428472c2c68054ed5dca22f79adc705]

        Don't try to create cdefghij.klm inside the app bundle on OS X when sandboxed
        
        Actually, we check HAVE_FEATURE_READONLY_INSTALLSET and not
        HAVE_FEATURE_MACOSX_SANDBOX, but in practice we set the former only
        for the latter case.
        
        We could do this test cross-platform but I didn't bother now. Nobody
        uses --enable-readonly-installset when building for Linux or Windows
        anyway, I think.
        
        (There must be more places where we could and should check
        HAVE_FEATURE_READONLY_INSTALLSET.)
        
        Change-Id: Ie54f436616a1db3119b0bc0148149784127b156d

2014-10-08  Seyeong Kim  <seyeong.kim@canonical.com>  [1e721077b43de84edab2a3ed2f316ddcbec6e3ec]

        fdo#83141: optimize slow performance after when using replaceall or searchall
        
        - problem was hang after replaceall or searchall function
        - fix slow performance by looping only selected cols.
        
        Change-Id: Ic0178af33bf381e52584bd4366bff9e128891b64
        Reviewed-on: https://gerrit.libreoffice.org/11829
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Matthew Francis <mjay.francis@gmail.com>
        Tested-by: Matthew Francis <mjay.francis@gmail.com>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [c3b4c17cd6b91c7e0115b1c701e4fb45ece7658e]

        0.60000002384185791->0.5, scrollwheel in glade panel wobble
        
        Change-Id: I4fd649ee20f76063784cea5f46e42cadb350077e

2014-10-08  Charu Tyagi  <charu.tyagi@ericsson.com>  [8f6a9117d6ad4cb6cc1f6017ca534cd773ee2b4f]

        fdo#84504: UI- LineNumbering for header/footer
        
        Change-Id: I5b432273ce24d8575ac36f5336717669db733c35
        Reviewed-on: https://gerrit.libreoffice.org/11730
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-08  Takeshi Abe  <tabe@fixedpoint.jp>  [ad8c2f7090ea2e77bb9afe77b2764f1b4560ad76]

        fdo#75757: remove inheritance to std::vector
        
        from SvxMSDffShapeOrders.
        
        Change-Id: Idf551f1fbde907759d6a296141e2837264dbbb10
        Reviewed-on: https://gerrit.libreoffice.org/11840
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-08  Peter Foley  <pefoley2@pefoley.com>  [79141e2ce2cac45634d48d13cf07f5d3fad171a6]

        gbuild-to-ide improvments
        
        Use gperf instead of ls to find binpath, so that vs2012/3 can be tested
        on non-Windows systems.
        Output the vcxproj and vcxproj.filters files with indentation and
        formatting.
        Make some minor changes to improve pep8 compliance.
        
        Change-Id: Ie8ac11ecf75ad170f0756f803c45356685792e5c
        Reviewed-on: https://gerrit.libreoffice.org/11797
        Tested-by: David Ostrovsky <david@ostrovsky.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-08  Takeshi Abe  <tabe@fixedpoint.jp>  [413771fa32815672afc6b7799c1433f523088811]

        fdo#75757: remove inheritance to std::map
        
        from ItemFormatMap.
        
        Change-Id: I956b5797e677d22eb71fe801b650db7c982d6d51
        Reviewed-on: https://gerrit.libreoffice.org/11854
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-10-08  Michael Stahl  <mstahl@redhat.com>  [e1b15a2eec0f28ae8e45354687f86aaf87976fab]

        vcl: make IconTestApp build with gcc 4.6
        
        Change-Id: I5897a774b8949f336a40096a0727a347bae012ac

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [e7447790e65b61ac212586eacefe3b861ad46628]

        ISO C++ forbids in-class initialization of non-const static member 'nRet'
        
        Change-Id: Ia2bfaff2a284c2ea40198f1152716860d5963482

2014-10-08  Armin Le Grand  <alg@apache.org>  [e6bd33d4425bc568fbb40d5dd9137c72c82d411c]

        Resolves: #i125447# corrected some string to number conversion...
        
        tools to correct svg:d imports
        
        (cherry picked from commit f077f99da3cb2903fa903dcf30e6cfd714fd009c)
        
        Conflicts:
        	basegfx/source/inc/stringconversiontools.hxx
        	basegfx/source/tools/stringconversiontools.cxx
        
        Change-Id: I7de1558682990f83e66fdded3d9d30e21e4f97fe

2014-10-08  Michael Stahl  <mstahl@redhat.com>  [6edebc078c527112e15c75f2666653e5f53dc171]

        SwPostItMgr::RemoveItem(): AddressSanitizer: heap-use-after-free
        
        Calling std::list::remove() iterates over all elements...
        
        Change-Id: I46d00217911c1863f70d3ba72dc7099411714471

2014-10-08  Michael Stahl  <mstahl@redhat.com>  [fca62934f492125ea6728fd6d09f0c66c9e4fa69]

        basic: use SolarMutex to lock SfxLibraryContainer
        
        Originally this used both SolarMutex and an own mutex, then a deadlock
        was resolved in 2fe6a4a34b38c05e252c71f4d2f18e4a90e61b29 by not locking
        SolarMutex.
        
        Since the class will call event listeners without dropping the mutex
        e.g. in insertNoCheck(), using the SolarMutex appears better anyway.
        
        With this, installing a BASIC extension no longer triggers SolarMutex
        asserts in SfxBroadcaster.
        
        Change-Id: Ib9a2ee491ef53b1a53855af0fc22e863c5e7cb91

2014-10-08  Michael Stahl  <mstahl@redhat.com>  [26b79470cabb191c3291789f99d8737da1a4fbab]

        basic::ImplRepository: use SolarMutex instead of own mutex
        
        The locking strategy in the basic module is totally unclear to me, there
        does not appear to be a dedicated mutex for the core stuff callable via
        StarBASIC, just a bunch of SolarMutexGuards at random locations;
        let's try to use SolarMutex at the UNO entry points...
        
        Change-Id: Ia9c45fdcfb5ffd0a4acc77ef5d2fabfb8743ad38

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [e52758fec2a9f406df44495ca52166fb33966b32]

        coverity#1242517 Arguments in wrong order (gold ?)
        
        Looks like they are backwards to me
        
        Change-Id: I20f38050172c1671a81d6ab7de80123ad1703528

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [13a5c3a3b921df4688c875bb542f71f625ba82f4]

        icontest was missing
        
        Change-Id: Ie00a983cc93736528e16b4244aaf1361536ed9b6

2014-10-08  Tor Lillqvist  <tml@collabora.com>  [80c11d648e88f3195f7e4fb465cd6902bcf46867]

        Add a start on a "temporary" test prog for traditional vcl vs. OpenGL
        
        Does nothing useful so far.
        
        Change-Id: I9d288a8b8ab92e01a28c92bb41162af4410e0163

2014-10-08  Matúš Kukan  <matus.kukan@collabora.com>  [98bb53a5609f8651b0841e8326d7aa53fd56ab3b]

        fdo#80927: css.office.Quickstart should be single-instance service.
        
        Incorrectly converted in a384b21cc40818bf3c918951a086a30b5d9d8022
        where SFX_IMPL_ONEINSTANCEFACTORY was used.
        
        AFAICS it's the first converted single-instance service which implements
        css::lang::XInitialization. That's kind of strange but can do its job.
        
        sbergman@redhat.com:  Three things were necessary in order to not call the
        ~ShutdownIcon code too late during exit now:
        
        * Move the relevant code from ~ShutdownIcon to ShutdownIcon::disposing.
        
        * Add a dummy <singleton name="com.sun.star.office.theQuickstart"/> so the
          service manager will eventually dispose the (single) instance.
        
        * In
          cppuhelper::ServiceManager::Data::Implementation::createInstanceWithArguments
          do not shortcut updateDisposeSingleton in that odd case of calling
          createInstanceWithArguments on an implementation that (effectively) is a
          singleton (as otherwise the service manager would still not dispose it).  It
          looks to me like that "return inst;" was an inadvertent leftover in
          874c481801434d4fac3c50f076bff0fe3a3988b6 "Simplify service manager's tracking
          of singletons" and wasn't intended to serve some subtle purpose.
        
        Change-Id: Icd4d3168ec0bbb820b17ac321fe897ac9f9ce7fc

2014-10-08  Caolán McNamara  <caolanm@redhat.com>  [deed6dcacd355ce84cada955887a31e7d8cb5fb1]

        Resolves: fdo#48405 GetString can call a macro which modifies the document
        
        causing m_aDataArray to be cleared, so the rItem the result of GetString
        is being assigned to is invalid
        
        Change-Id: I1dc30d675233ddc53234bdb5349c5f374b036ca8

2014-10-08  Eike Rathke  <erack@redhat.com>  [f84dac9b1f394b05ceabb54fc77663cd747a3148]

        back out even more wrong tools::Time changes, geez..
        
        Change-Id: I52eb3400769999d7f554c3bdb8746f65b7990388

2014-10-08  Eike Rathke  <erack@redhat.com>  [04a810cee48d213806f13deb7953caa39ad08628]

        back out more wrong and confusing tools::Time comment changes
        
        Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script
        to change all ...
        
        Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5

2014-10-08  Eike Rathke  <erack@redhat.com>  [dbb5345b16ea0c959a91e261ab3b510e08a7bd21]

        back out wrong and confusing tools::Time comment change
        
        Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script
        to change all ...
        
        Change-Id: I0a8171aa474070bb1a8584e5c8c714fe34694618

2014-10-08  Eike Rathke  <erack@redhat.com>  [aa1c549e65d103910904a75d19672240da10cc54]

        add missing legacyOnly currency, fdo#84260
        
        aa33dd16b0e3075f28c56656678c0f5cb7642222 changed the currency symbol
        from ¢ to ₡ but changed only the symbol. Actually changing the number
        format codes wasn't necessary at all, but changing only the symbol is
        wrong, see also the ATTLIST Currency  legacyOnly description in
        i18npool/source/localedata/data/locale.dtd
        
        Hopefully nothing relies on the actual symbol used in the number format
        codes ...
        
        Change-Id: I92e79403fbb80f18c44dc3ecf5a3830a52fd2ff8

2014-10-08  Stephan Bergmann  <sbergman@redhat.com>  [c592e7dea2e5ac326041b78b9512600c984ccced]

        libgcrypt and gnutls are only used by our internal external/neon
        
        ...so must not be checked for if --without-system-neon
        
        Change-Id: If598108f98d6f94f32650feba7044224a78a4c12

2014-10-08  Noel Grandin  <noel@peralex.com>  [bea25d181d0581fd7ec3b6e8ae3ea64479066276]

        convert Action enum in SC to enum class
        
        to get the NONE constant out of the global namespace
        
        Change-Id: I68b7ab93fe0d4f8d02beb96798cd79e8aa3a0c71

2014-10-08  Stephan Bergmann  <sbergman@redhat.com>  [d8a0ecc94bfbfc1d9c8403f0e894d3b7e40384f2]

        Do not terminate desktop from a Timer
        
        <sberg> kendy, as you recently changed Timer handling on Windows: debugging why
         quickstarter no longer works on Windows, I run into the phenomenon that
         IdleTerminate::Timeout (sfx2/source/appl/shutdownicon.cxx) executes on the main
         thread, and from within the m_xDesktop->terminate() call Timer::ImplDeInitTimer
         is called which deletes the pTimerData corresponding to our IldeTerminate, so
         that Timer::ImplTimerCallbackProc, after the return from
         IdleTerminate::Timeout, will operate on a stale pTimerData and crash; could
         that be related to those recent changes?
        <kendy> sberg: I think mst told that we were previously never deleting the
         timer, and that he did some changes there [...]
        <mst__> sberg, IdleTerminate needs a different implementation
        <mst__> sberg, does it work to do this via PostUserEvent, as
         "Application::Quit()" does?
        <sberg> mst__, do you think calling terminate from a Timer did work in the past?
         [...]
        <mst__> sberg, perhaps it did before [a recent] commit but i would guess it
         would be more by accident than by design
        
        Change-Id: I23b14ba59a963cc2209a261a1459d532a88acdc0

2014-10-08  Noel Grandin  <noel@peralex.com>  [62aa0f83fa64c560e56f0af8629d81f327d39b5e]

        fix build after PathKind enum commit
        
        after my hasty commit
        bc00203  "convert PathKind enum in SD to enum class"
        
        Change-Id: I97263e907bf7363121dc1b437eaf564efdb66ad2

2014-10-08  Eike Rathke  <erack@redhat.com>  [e1c946c80fa3d81fcac4428ad8c03a550273ab41]

        derive all from ca-ES, fdo#83292
        
        Change-Id: Ia418876b8535cb69b544217fa7976514e77a88b7

2014-10-08  Noel Grandin  <noel@peralex.com>  [bc0020344c36fbfc7365b5546e209d0356b53580]

        convert PathKind enum in SD to enum class
        
        to get the NONE constant out of the global namespace
        
        Change-Id: Iecbe39126c1ec08aa852fcb903cee1a6e6f4594b

2014-10-08  Noel Grandin  <noel@peralex.com>  [0c57f31a8b15ec0e84d1e3752122664af236a8c3]

        convert ParamType enum in SC to enum class
        
        mostly to get the NONE constant out of the global namespace, so I can
        convert other enums which also want to use the NONE constant
        
        Change-Id: I988d5d7e5316dd5e4ca0be0cc8f043f69bbb900c
        Reviewed-on: https://gerrit.libreoffice.org/11848
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-08  Jan Holesovsky  <kendy@collabora.com>  [8d1749430fa4158d402e8f8ab540f5e41d468981]

        Fix build.
        
        Change-Id: I9676e38029c511678efed1679f9488f1f15f4f8d

2014-10-08  Jan Holesovsky  <kendy@collabora.com>  [5a890f4a2cbd05e17bbae40469758848c4081b49]

        usage info: Improve the 'what is this for' comment.
        
        Change-Id: If423bd3fde53695be33a4f890f7d363ccce8dbf0

2014-10-08  Noel Grandin  <noel@peralex.com>  [fbf3aa391b4c47b00650a868e5ae5cade9025e87]

        spelling: instanciated -> instantiated
        
        Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d

2014-10-08  Jan Holesovsky  <kendy@collabora.com>  [35da89fa1428f5286304fc707252242554d49ea6]

        usage info: Code to collect actions that the user performs.
        
        Handles the .uno: and .slot: commands.  Cannot load / save the info yet, only
        dumps it to the screen at the application exit.
        
        Disabled in the code now, needs a configuration option.
        
        Change-Id: I4e689f534fe5c8a5af84df472e47f276fb7af89b

2014-10-08  Stephan Bergmann  <sbergman@redhat.com>  [77d86709d5b03caccd8a28fbab7bf752d4bc3243]

        Document how rtl::Uri::convertRelToAbs normalizes an absolute URL's path
        
        Change-Id: Ibf4f2d46bfbb977f0ba27110d86d7b7f1173631c

2014-10-08  Stephan Bergmann  <sbergman@redhat.com>  [f9f9aa9873c5851da86d33ca75e937ac022206a3]

        Remove smb from X-KDE-Protocols lines
        
        smb was included in the set of supported protocols since those X-KDE-Protocol
        lines got introduced with 673be8e76856c6bc39f448f3374db4ae84258952 "add
        X-KDE-Protocols," but as discussed in the mail thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2014-September/063621.html>
        "X-KDE-Protocols=...,smb,...," actual support for smb URLs in LO under KDE is
        very fragile and typically requires further steps from the user (which vary
        across the various LO configure options, --enable-gio vs. --enable-gnome-vfs,
        and Linux distros) to work at all.
        
        So it is probably best to not unconditionally claim smb support in those
        X-KDE_Protocols lines at least in the vanilla LO sources (esp. since the TDF
        builds with --enable-gnome-vfs need a really weird OOO_FORCE_DESKTOP=gnome
        workaround to make it work at all, cf.
        <http://lists.freedesktop.org/archives/libreoffice/2014-October/063876.html>
        "Re: X-KDE-Protocols=...,smb,...").  Any Linux distros that are confident that
        smb support in LO under KDE reliably works for them can patch those lines
        locally.
        
        Change-Id: I1c247d85825c96f0d74efcce3003e327a1522fa3

2014-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f486806decc5e8edfe91cda5ef84414113c20b9]

        Use constants for ST_CombineBrackets values
        
        Change-Id: I307d7833fb5556c5509edd698b4b5ecd7b7a5fb3

2014-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [86c4762790823c338f018fb2f06c4a5fa4497916]

        sfx2: missing semicolon
        
        Change-Id: Id1c6357c84e03c71136eb92434002e5e0a4b71d7

2014-10-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6759a98f7b28e99b885aef9e78aed6bc225af992]

        fdo#82288 merge core01-core07 packages into just one
        
        The core package will obsolete the individual ones (of the same
        major.minor version)
        
        Change-Id: I30dea2c08ec7eca052db2706b7f9f30f91e37095

2014-10-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [276a046d5256b14478ab283f420654df6ae76b55]

        Annotate code.
        
        Change-Id: If26d21593f36a39de3bc5b81717e5000795c97ae

2014-10-07  Michael Stahl  <mstahl@redhat.com>  [a98f12b0ad7a5ef30219bfdf4a3ab1507bcd0bec]

        connectivity: try to fix build after f641fd15
        
        Change-Id: I6a8534044eb0c245ef8aa80c52cd1a37ba8fa5a5

2014-10-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [cad4047e745878aa7541d3f17f41bfa2aa31ef3e]

        Better title for color picker dialog
        
        Also:
        * Missing colons stuff (fdo#78826)
        
        Change-Id: I5b4c75d7fc9a2f84d17074e78dbe4875cfdca352
        Reviewed-on: https://gerrit.libreoffice.org/11845
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-07  Juergen Funk  <juergen.funk_ml@cib.de>  [1f028ef4232a31402e983a862d9f9a1526a4da8e]

        Fix fdo#84591 Styles dropdown disappears when clicked on submenu
        
        This tells the dropdown to not grab the focus.
        
        Change-Id: If1b32d1f53c12eb86ab2f92c531385578d82ae59
        Reviewed-on: https://gerrit.libreoffice.org/11841
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [4289c346de432cc94f05aab78a9464350334b11f]

        Resolves: fdo#53029 1~ instead of ~1 and 10~ instead of 1~0
        
        regression from 3351ebde48a31173c2fea9f7270224017e1f4412
        Date:   Sat Mar 29 22:22:42 2014 +0100
            OUString: remove temporaries and repeated expressions
        
        but understandable as it was unreadable goo originally
        
        Change-Id: I3ce161bd2628f3a49b14df886ee8d684b248db1c

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [31d2f8ab0f572a11482e9aec096d51b984ec36d9]

        coverity#1000506 Unchecked return value
        
        Change-Id: I71e824e7f0e279582f12d5cb9443a4177551a705

2014-10-07  Andras Timar  <andras.timar@collabora.com>  [99fa3b7df7c97b7adc97092baf3f147e165d8576]

        fdo#83292 add stub locale data for Catalan (Valencian)
        
        Change-Id: I569d203178668a2d63f4a53baca51ac16bf2361a
        Reviewed-on: https://gerrit.libreoffice.org/11776
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-10-07  Armin Le Grand  <alg@apache.org>  [1e09d294f443f015e51c601d1b02f19389fb90ac]

        Resolves: #i125698# Finetuned visualization for aligned AAed areas
        
        (cherry picked from commit f4d179a8f647336b27098ebb2e0418b22b3ba44e)
        
        Change-Id: Id80206de568048b517b62f31e702182f939771e5

2014-10-07  Matthew J. Francis  <mjay.francis@gmail.com>  [555a7a601b33c18472be7e99b0f9c8acb05a82d7]

        Avoid accessing 1 character after a string
        
        Found while trying to reproduce fdo#83141, but not related to
        that - it just happened to trigger the relevant assert on a dbgutil
        build.
        
        The change to TextSearch::NSrchFrwrd() fixes the crash triggered
        by reproducing the above bug.
        The change to TextSearch::NSrchBkwrd() is by analogy but seems an
        equally good idea.
        
        Change-Id: I68c2c87b632dd53453f92394519a06f62e41bbad
        Reviewed-on: https://gerrit.libreoffice.org/11830
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1cbaebe7fe36690e192778c87b5eb63790017d7]

        kde#52609 RTF import: fix memory leak
        
        This is similar to f7ef84640258e4ee6ddc4cc5cbf58a2d89860afa (abi#2128
        RTF import: fix memory leak, 2013-11-28).
        
        Change-Id: Id57320466e6fb302ec8616ccc9f4f9429b8eff21

2014-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [153af84762f98d6c86c4c060b01402f40b2b0c24]

        DOCX import: handle section break right after a ToC field
        
        The symptom was that during the handling of the XE field, we tried to
        access the top of the text append stack, but the stack was empty.
        
        The situation is the following:
        
        1) There is a multi-page TOC field.
        2) The page break inside the field is described using a section break,
        featuring headers, and the header contains a field that we map to a
        fieldmark.
        3) There is an XE field after all this.
        
        The root cause was that during parsing of the header, some of the state
        should be stashed away and restored when we're done. The new
        HeaderFooterContext does exactly this, and now the number of push/pop
        calls on the text append context match again.
        
        Change-Id: I10f259fd9edb8bd719ae5bc8a43ed5ef8c708071

2014-10-07  Stephan Bergmann  <sbergman@redhat.com>  [73aaa3cf5e18d008268f4b67bbb60070b2cafc6a]

        Don't even attempt to unload libqstart_gtklo.so again
        
        ...for no apparent gain.  IdleUnloader introduced in
        a8b42ddd66bba4b6f26a4d2d793051752989938e "Fix i#101245#" was probably a
        misguided reaction to osl::Module's dtor starting to call dlclose back then.
        
        Change-Id: I9a5e99d8cfba13e3750331597d64f58135537e9b

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [4b7b013491ddf78b4555e17e89b95f085e2fb34f]

        Resolves: fdo#44998 crash when opening context menu of a field
        
        If you right click on a field in an inactive text box, then a mouse down,
        context command, mouse up sequence is sent. The mouse up is supposed to be
        captured by the context menu here. But it doesn't because the mouse down in
        draw sends an artificial mouse down to the editengine which eventually sets up
        a MouseCapture window so the context menu doesn't get considered (because it
        occurs before the capture window is released) so the mouse up gets send to sd
        while the context menu is up and that causes all sorts of havoc.
        
        Change-Id: If3b7c501586f8561be484d0828c630d84644f770

2014-10-07  Michael Stahl  <mstahl@redhat.com>  [63e6cbc3180047000787a9071513152fdd9ce942]

        oox: fix spurious rebuilds of namespacemap.cxx
        
        There is a missing dependency on one of the generated header files.
        
        Change-Id: Id3fa2ccf2c2a31527b795861afdf557882f56972

2014-10-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6dbb6275ebd1a4299099c3b6bc82ec4ee0e1fb86]

        fdo84315: add integration test for basic LibreOffice Base functionality
        
        Thanks to Stephan for helping with the test environment setup:
        
        sbergman@redhat.com:  Do the same "set UserInstallation to user profile dir in
        test/user-template" in UnoInProcess's setUp as is done in
        test::BootstrapFixtureBase::setUp (unotest/source/cpp/bootstrapfixturebase.cxx)
        for CppunitTests.  That way, these tests all use the workdir/unittest/
        UserInstallation concurrently, but they at least do not run into the gotcha in
        SubstitutePathVariables::SetPredefinedPathVariables
        (framework/source/services/substitutepathvars.cxx) to only set the
        PREDEFVAR_USERPATH if PATH_EXISTS.
        
        Change-Id: Iad058098a4c69cb567e2d3222af3c7d4ba993271

2014-10-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [45b876555073990a490bf2c9e174bce803f12eea]

        fix nullptr/boost compile error
        
        error: no match for ternary ‘operator?:’ in
        ‘((writerfilter::dmapper::DomainMapper_Impl*)this)->writerfilter::dmapper::DomainMapper_Impl::m_aFieldStack.std::stack<_Tp,
        _Sequence>::empty<boost::shared_ptr<writerfilter::dmapper::FieldContext>,
        std::deque<boost::shared_ptr<writerfilter::dmapper::FieldContext>,
        std::allocator<boost::shared_ptr<writerfilter::dmapper::FieldContext> > > >() ?
        nullptr :
        ((writerfilter::dmapper::DomainMapper_Impl*)this)->writerfilter::dmapper::DomainMapper_Impl::m_aFieldStack.std::stack<_Tp,
        _Sequence>::top<boost::shared_ptr<writerfilter::dmapper::FieldContext>,
        std::deque<boost::shared_ptr<writerfilter::dmapper::FieldContext>,
        std::allocator<boost::shared_ptr<writerfilter::dmapper::FieldContext> > > >()’
        
        Change-Id: I76c7507390bcf80f6ca722c4eedfd65c9a46952f

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [ee3b34878a37dd83f5c924de6752a8d804958a41]

        coverity#735573 Logically dead code
        
        Change-Id: I4635e974b7812ed5fbc95bd65b7108bb99235661

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [3d9d0b78a709065b49651e1635b8f6fe5daa2d17]

        coverity#1242375 Don't call fscanf without specifiers
        
        Change-Id: I58082770ca79da9c4d235b5ea0dc79c688c7498b

2014-10-07  Caolán McNamara  <caolanm@redhat.com>  [fb6d3b883bfcd8de73d4426cc68ed6a7cc9e773a]

        disambiguate uniform_int_distribution
        
        Change-Id: Ifa0c1b1983d1cc7f22d55b15dee88b7f709dbcf8

2014-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [75a23240d6ac090305f18ca93094ce2739eb8646]

        -Werror=unused-result
        
        Change-Id: Idf10a5cb70176c24d609f70ec01c1630ab1dad37

2014-10-07  Noel Grandin  <noel@peralex.com>  [e189c61376a867c30adf385d435f2ff391d26187]

        LocalOffice should be an abstract class
        
        Change-Id: I9531b64dc8cb2545dfc41ae4d69007eced8f2d26

2014-10-07  Noel Grandin  <noel@peralex.com>  [821386a80f8b31f1ec32aa258c113183ef4c4881]

        java: simplify some for loops to while loops
        
        Change-Id: I323ab12c634d3baa4f624b63d7d483112c23192c

2014-10-07  Noel Grandin  <noel@peralex.com>  [58e5a71c2e66f053876ebbe37fa4ae383af2d8fc]

        while loop that ends in a return is more accurately an if block
        
        Change-Id: I94b74b46b185e1061b6b72acdf3d9dc0c1d122c8

2014-10-07  Noel Grandin  <noel@peralex.com>  [68fa1410975ccecc35db8a97669f0fbe5ef9b451]

        java: use isEmpty() instead of "size() == 0"
        
        Change-Id: I23e1038246999b0744d8e9ae83b66fa1f7dafa99

2014-10-07  Noel Grandin  <noel@peralex.com>  [81968336ea6433293c603110a75bd13d5898c0eb]

        java: use equalsIgnoreCase() instead of toLowerCase().equals()
        
        Change-Id: I8f4afc7e15a9d85d99ea80edbbbd2b507b254ddc

2014-10-07  Noel Grandin  <noel@peralex.com>  [f9be44340a1fbabb67c7a33d8c9b4766a56c1fde]

        java: use equals() to compare Strings, not ==
        
        Change-Id: Ia41a4899fb82df7b580a020765404c4ef0cddfa2

2014-10-07  Noel Grandin  <noel@peralex.com>  [dc53e3027bb1a278164f15d0a31f20c15608d10e]

        java: simplify conditions involving logical negation
        
        Change-Id: Ib45e58273e650ef9a31dbdb5f71e995a5976f50e

2014-10-07  Noel Grandin  <noel@peralex.com>  [726fc58d0cbdb0fa6d71e5c896889a7c5b64cd9c]

        java: log exceptions correctly, using the right version of WARN
        
        Change-Id: Ide21786d5275802ee60de2d5f056aa08cc8497ca

2014-10-07  Noel Grandin  <noel@peralex.com>  [f635ba068428c66cf979816606fea5ee6f241f78]

        java: remove some unnecessary intermediary object creation
        
        Change-Id: Id4949fa08546e710fbf9bd0c7e3bf62979f29c83

2014-10-07  Noel Grandin  <noel@peralex.com>  [02ace92aba684238622610776b2c618aa04c7a02]

        java: optimise calls to toArray
        
        passing in a correctly sized array requires one less allocation
        
        Change-Id: I6198d226d9b630c99c4e8b6e3d0fdf890c495b44

2014-10-07  Noel Grandin  <noel@peralex.com>  [04ace01ec5f4c18a294a10f68bb42bddda3b29c4]

        java: remove unnecessary adding of empty strings
        
        Change-Id: I3825ea5fb1eb34ca52659350e202f95abea945a9

2014-10-07  Noel Grandin  <noel@peralex.com>  [060956beaa577c6da46b74dd2f6f4a82a59b884d]

        fix classname in logger
        
        Change-Id: Id4d954059d63036b78cfeb7b14a7ebd8eae73f46

2014-10-07  Noel Grandin  <noel@peralex.com>  [610f3388c781055fcfc3f1ea8a027b1b9cbc5bae]

        java: no need to check for null before calling instanceof
        
        the instanceof check returns false when passed a null value
        
        Change-Id: I7742d0d9cf25ef23d9adee7328f701c7efeea8b5

2014-10-07  Noel Grandin  <noel@peralex.com>  [831051f55e22e909cc140e3ec4d1aae282a92fcd]

        java: remove useless overriding methods
        
        that only call their superclass method
        
        Change-Id: I9be2f69be132eec7918964f504c50df0ae8401a2

2014-10-07  Noel Grandin  <noel@peralex.com>  [222505c41f32eb39598243e319c6c4c95a851f27]

        java: no need to explicitly extend java.lang.Object
        
        Change-Id: I635d1f99aa104909bd53a49c18efd433b9b9cb98

2014-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ab5a090f632507802072b20660c8403bf4bfd39]

        -Werror=sign-compare
        
        Change-Id: Ic96b85c5c4995f47781eceb6a426a29d8b7679ea

2014-10-07  Stephan Bergmann  <sbergman@redhat.com>  [bd633f4c85dbb7750f10083f9240282059aaf491]

        Proper AC_CONFIG_FILE treatment
        
        Change-Id: Ic029d0d174a00af783fd276852231523aae59866

2014-10-07  Michael Meeks  <michael.meeks@collabora.com>  [6ced5dbd1a4603b0f9c63e79d9da8b30c76b3805]

        Disable sdremote by default, and improve flow control.
        
        It was intended to disable sdremote by default when it exited
        experimental mode.
        
        This reverts commit 576943b9bf7506829de97d2194c4bee35a485436.
        
        Change-Id: I2c1b5443e334021bd9574316167f48b1af6200e5

2014-10-07  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [5b0e6aea60ece93d72f4d256817da67df7150519]

        xmerge: reuse the value of node.getNodeName() and remove duplicated constants
        
        Change-Id: Ia835139496ab8e5230a09df2caf23637a5559ba4
        Reviewed-on: https://gerrit.libreoffice.org/11836
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-07  Yousuf Philips  <philipz85@hotmail.com>  [affe79b5a920a2aa0bc284e918c96aa0379c5efb]

        fdo#81475 Finalizing new layout of Writer formatting toolbar
        
        Change-Id: I0d65c96d8d0447ab2191c441acfd5bd9ce8015b8
        Reviewed-on: https://gerrit.libreoffice.org/11817
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-07  Tor Lillqvist  <tml@collabora.com>  [d1fbbb04f9c12614a7b64e4c1eb92dc6a5ea3fc7]

        I shouldn't be shy, just assert()
        
        Stephan dislikes "defensive programming" and I trust him.
        
        Change-Id: Ic4864de98a5155129179eb89873f3ffdc8921614

2014-10-07  Tor Lillqvist  <tml@collabora.com>  [1b226b02471f2fab5e5e6f79b6593636274d2320]

        Don't call comphelper::rng::uniform_real_distribution(a,b) with a==b
        
        Change-Id: I95a3ac8da83e02001de13af8d31a04fe0d654dc0

2014-10-07  Tor Lillqvist  <tml@collabora.com>  [4bb67e666b2ca36a5caa5c3f22d0f1e802db527e]

        Handle incorrect usage of uniform_real_distribution()
        
        uniform_real_distribution(a,b) should be called with a < b, otherwise
        the result is undefined. Currently, when called with both zero, it
        gets stuck in a loop. Not sure if a blunt assert() would be the right
        thing here, so I just return a if a >= b.
        
        Change-Id: I769688c7192bd02bad24ad597948984db56dd4fc

2014-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [020f46d17065b8b00365eab7a809ce980ebfb59a]

        Use constants for ST_Em values
        
        No need to adapt dmapper/rtftok for this one, as those do not handle
        <w:em> ATM.
        
        Change-Id: I88da1d0dae804e3d054b7d4158a81cb64cc4b600

2014-10-07  Stephan Bergmann  <sbergman@redhat.com>  [ba650ae9bfdca346c65ce8cd9659d6ea3d47dd90]

        -Werror,-Wuninitialized
        
        Change-Id: I91333f5290c84c6317b85572824be065da9cf64b

2014-10-07  Michael Stahl  <mstahl@redhat.com>  [60a67da70fd9b6f69c68046cae471bdd1d34c407]

        ~SdUnoPageBackground() gets a SolarMutexGuard
        
        Change-Id: I76582bb6a1a8dee56611f1463d3e63246eefb310

2014-10-07  Michael Stahl  <mstahl@redhat.com>  [5284e44ed0594a79b0cc22090a9a82b19962f6c2]

        fdo#79604: sw: fix clicking on hyper-links in Draw objects
        
        The URL is dispatched in MouseButtonUp(), but this relies on
        MouseButtonDown() not selecting the drawing object when the cursor is
        over an URL field.
        
        (probably regression from commit 7e2f98d0a0c4a0f36a94353a256e7cc5caa3113b
         and commit 5ed14025645200c77249da364870f5772c01df17)
        
        Change-Id: Ib1504baff5d1fffd6ce53b41d3ff726d8e4d5c9d

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [7ba99c5b0a987de5a30d8bdcb3a2a6a8757527ff]

        -Werror,-Wnon-virtual-dtor
        
        Change-Id: I8fa5c345760185baf1f0fa83c94898b2a5a86719

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [445336074c2441a59377b313fc6da2396554abed]

        Remove pointless commented-out 'virtual' keywords
        
        Nobody knows any more what such a metacomment was supposed to mean, if
        it had any deeper meaning at all.
        
        Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2

2014-10-06  David Tardon  <dtardon@redhat.com>  [ce5cc7afb0f1c99237d04e0c754527c725d8491c]

        avoid use of ref. to possibly deleted object
        
        Change-Id: If5977b280fed8d8b053f59852d3984a59ce61a69

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [9de01eeba7ecc2df5546b5a64559fed90f29ffbb]

        Revert "ADO driver: don't override a virtual method just to call the one of the parent"
        
        This reverts commit 220deb0a0ed7b3efa14088acdab0520709309105.

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [bf9339718984fc88e3f1cd3174b61eda5c13933b]

        Revert "ADO: don't override a virtual method to call the one of the parent"
        
        This reverts commit fa8f2fdf45c168a25dd955ebd24780b4863d6cde.
        
        Change-Id: I252e29648fb59a15379ba2f3b63d6914a7fc3a93

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [fa8f2fdf45c168a25dd955ebd24780b4863d6cde]

        ADO: don't override a virtual method just to call the one of the parent
        
        Change-Id: Ibae309ffbb7b2500c9113a95ca3fc508de378976

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [f641fd1526159e4a0effc99776a495bfaa053a6e]

        mozab driver: don't pretend to implement an interface one does not
        
        Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [220deb0a0ed7b3efa14088acdab0520709309105]

        ADO driver: don't override a virtual method just to call the one of the parent
        
        Change-Id: I39020452e8ff4b17b0c1cfb9ff54bf650ab97fc3

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [4f1787a5283876857dff391c827e7b454000ba0a]

        ADO driver: don't pretend to implement an interface one does not
        
        Change-Id: I6234974cfc1b7650a35b8f7b9a4132acf797c91b

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [59accebda6a29307d8be9bc9be0c9fab141b4148]

        warning C4101: unreferenced local variable
        
        Change-Id: I526e68b93f9665db25a824cc44ff231bcef29277

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [99c48d6cc739fd542b33023e1ef51db3df169586]

        loplugin:unreffun
        
        Change-Id: I00240e0d17e40e187b82875bbd25a0630120c4d7

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [bd1be89c1a5fd3457b6bfe8ca78789c047820f17]

        encrypt sf_508f4e1..rtf to avoid it triggering virus detection
        
        use name CVE-pseudo-2009-0238-1.rtf to record its detected as
        Virus:Trojan.Mdropper and pseudo because its just a fuzzed
        file from some random .rtf and not an original reproducer for
        CVE-2009-0238
        
        Change-Id: I85f6a72e0d32c14ea27cbe03bc4da3c2306fd1f5

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [76d4db3181dfd1524620377bb12a8e0332ae8ab0]

        Resolves: fdo#80101 inserting non-chart as chart -> unhandled exception
        
        Change-Id: I4d5438292d9a5c49f1336304ebd3dc4e155dd212

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [f0859c4eae0f567393811c308074723329f1faab]

        Resolves: fdo#84588 loop in TableInfo::getNextNode
        
        Change-Id: I5bb44dc94041c3b3cd9d80ba125594a48c9c921f

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [1a725ff0b42a6a97720f4663b9c5426fd5919079]

        cast to size_t altogether
        
        Change-Id: I93cb374bd9743c45c4f3a98799a5f448dbb46fd8

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [5c1482c3e37502bce2b3be106d1a70938ce8b30c]

        Related; #i125163# rename IsAdaptedToNewFillProperties
        
        to supportsFullDrawingLayerFillAttributeSet so as to rename our equivalent
        solution of d3de12fcfc85feb36eda3b0495807ef11d8fe772
        "Resolves: fdo#81277 missing table cell background color in doc/html import"
        with that of 36cc153d32bc262c2285d333a1369f6ca36a7fba
        "i125163 Corrected FillStyle handling for tables in Writer"
        
        Change-Id: If8ecbc712e01d823d034ff3771bf38a4df16368d

2014-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a4d77f35e96e4dfdf69cc5ceb788ddaa849084c]

        SwTxtNode::Update: don't move anchors at insert position
        
        Use cases:
        
        1) User of the XTextAppend API's uses appendTextPortion(), then
        appendTextContent(), then appendTextPortion() again. It's expected that
        the text content will be in the middle of the paragraph, but before, it
        was at the end of it.
        
        It's possible to work this around by inserting the text contents only at
        the end of the paragraph (like it's done for ODF import in
        XMLParaContext::~XMLParaContext()), but probably it's not a good idea to
        copy&paste this workaround in all the import filters.
        
        2) User types some characters in a new document, then inserts a picture,
        and sets anchor type to at-char. Now the anchor point is set to the end
        of the paragraph, but it's impossible to type anything after that
        character.
        
        To be fair, now it's not possible to type something *before* the anchor
        point, if it's at the first character, but hopefully that's less of an
        issue, since setting the anchor type to at-char sets it to the end of
        the paragraph, not at the start of it.
        
        Change-Id: Ia8b33e8880aae86f62fae09cd5ac1cf82c83320f

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [54e86f708cf0274ec6b2536200802cf6f406101d]

        Missing include
        
        Change-Id: I47ddb95018109e5e771324b699dfdc10f529dfc4

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [946ea643185af680508a0333f63c086ed3f454a3]

        Resolves: fdo#84649 can have negative values from ConvertToModelPosition
        
        Change-Id: I570ee54e15a4cd4b11da26004164d9e6a1d8cdb9

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [de78b2ca3c24a822ad9b8456323b9d2210ae0487]

        when size_t == unsigned int
        
        Change-Id: If8cd3632d69f6456b0e1351efac0e428e0093e3b

2014-10-06  Matthew J. Francis  <mjay.francis@gmail.com>  [2c6d17b02529f0bc8bfcb1fc16f9e1481ea71829]

        Refactor giant SwDocTest::testModelToViewHelper() into smaller tests
        
        This is to clear the way for following bugfixes which will add to /
        amend these tests
        
        Change-Id: Ie97aba72f1a4c7b1be37577b9bcab2b2f0750d17
        Reviewed-on: https://gerrit.libreoffice.org/11808
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-06  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [e41597eade24f04893752a4339112b13419fefdd]

        scripting: line break (code formatting)
        
        Change-Id: Ib1a8d7e4bdaad2f4eae822d9af280fd5b6f9dd7b
        Reviewed-on: https://gerrit.libreoffice.org/11794
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-06  Takeshi Abe  <tabe@fixedpoint.jp>  [b1d48f0d9a3442c11adae6e36325a463d89ce44e]

        fdo#75757: remove inheritance to std::vector
        
        from PptSlidePersistList.
        
        This also puts in assertions that every entry in a PptSlidePersistList
        is non-null.
        Cf. 9536a28ede89e8c29940e8ba225215a45667062c
        
        Change-Id: Iea35532ed668e58a3f02d3f3433a66c2d4e1fe2a
        Reviewed-on: https://gerrit.libreoffice.org/11807
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-06  Justin Luth  <justin_luth@sil.org>  [4108bd9b7a41eaa0f3bf8b8173f27f57e009ee34]

        fdo#71248 Excel VBA: ActiveDocument is not tracking currently selected Doc
        
        Change-Id: I86606646206ec26e2822a6e27888537d44351b7b
        Reviewed-on: https://gerrit.libreoffice.org/11725
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [76b50b7b0d58e73b973b79566e227a22b831fcbb]

        Resolves: fdo#84698 crash in autoreplacement
        
        Change-Id: I44d5dacb21870f77ca993b24f3a31433edb17c6d

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [17dd074b3f775326b6787c0fc77d4048e541e220]

        drop connectivity testmoz workben
        
        Change-Id: I09b387606dee76605ad60dcf8cfb3fc68057d7be

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [8f436d3de7e99268a8862664d2cb2574231c3b18]

        use comphelper::rng::uniform_*_distribution everywhere
        
        and automatically seed from time on first use
        
        coverity#1242393 Don't call rand
        coverity#1242404 Don't call rand
        coverity#1242410 Don't call rand and additionally allow 0xFF as a value
        coverity#1242409 Don't call rand
        coverity#1242399 Don't call rand
        coverity#1242372 Don't call rand
        coverity#1242377 Don't call rand
        coverity#1242378 Don't call rand
        coverity#1242379 Don't call rand
        coverity#1242382 Don't call rand
        coverity#1242383 Don't call rand
        coverity#1242402 Don't call rand
        coverity#1242397 Don't call rand
        coverity#1242390 Don't call rand
        coverity#1242389 Don't call rand
        coverity#1242388 Don't call rand
        coverity#1242386 Don't call rand
        coverity#1242384 Don't call rand
        coverity#1242394 Don't call rand
        
        Change-Id: I241feab9cb370e091fd6ccaba2af941eb95bc7cf

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [e5ab3685550cf35c3eb9cb47530044f2d86433d5]

        Related: coverity#704049 Unchecked return value
        
        surely this should be IsLess not IsEqual, i.e.
        see
         commit 86a3fe47a66950e26d23d7d7f2680fa7d4fb0839
         Date:   Sat Oct 4 21:36:27 2014 -0500
         coverity#704049 Unchecked return value
        and
         commit 3edb1dcdc82304c418fc32212bb0bdf2c92e414e
         Date:   Wed Jun 26 08:32:38 2002 +0000
         #99877# Phonetic sorting for Asian languages
        
        Change-Id: I6c78e388e986577c34b37643a877ab7f5c17b173

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [58ff30d1a1b9404255bb0dbca5ed52e8355292a4]

        convert to floating point before divide
        
        Change-Id: I0328ca6594b3809210ea124dcb744bad3b5eb92e

2014-10-06  Michael Stahl  <mstahl@redhat.com>  [d73cee7858edc04944578f52a6d838d866aafb61]

        gbuild: enable -Wnon-virtual-dtor for all GCC platforms
        
        It was disabled globally at a time when GCC did not yet support #pragma
        GCC diagnostic.
        
        Change-Id: I062f6b437e6119203f2b0824a25238b45b4f4e79

2014-10-06  Michael Stahl  <mstahl@redhat.com>  [c2056bd31caa61df9f9b6ffd26479ccd85ea8f1e]

        gbuild: -Wnon-virtual-dtor and strict aliasing workaround for GCC < 4.6
        
        ... is obsolete, remove that.
        
        Change-Id: I541de32ac4389d8049c25c98b63a69d084d1594d

2014-10-06  Michael Stahl  <mstahl@redhat.com>  [89a606b4649932bd811cfa789ff92bf3055032e7]

        configure: another GCC version check that is always true
        
        Change-Id: Iafbc0dadc1aba4267414e2c6653bf306e4d84f4c

2014-10-06  Michael Stahl  <mstahl@redhat.com>  [076cd220c28bf118f85bd0bfcd02dcec08847f3e]

        configure: for C++11 support, at least GCC 4.6 is required
        
        Change-Id: I0b61d738a85fc0d874fa9e18b4af4ebde5a40385

2014-10-06  Caolán McNamara  <caolanm@redhat.com>  [969941f996385fa48f405f51f97a39454ef2b79a]

        Related: fdo#58277 if the SwFrm is not IsValid so are its portions
        
        i.e. they don't necessarily match the SwTxtNode anymore, e.g.
        content deleted from node, SwFrm is invalid, old portions
        refer to old offsets not new ones yet
        
        Change-Id: I755051cd647aa7bb203a6e1f815193fb6ec39191

2014-10-06  Lionel Elie Mamane  <lionel@mamane.lu>  [195674627cb887b1e0d92d756a285ad48ef1d362]

        fdo#84658 on reexec, cancel modification before resetting IsModification state
        
        Change-Id: I878bff4d36ca1c2dd9474c937b03d0b366a6e911

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [7979f7798e77456a7fcbcf438a8387ed751c0559]

        It is "template library", not "tools"
        
        Change-Id: I5ca7b0a0374a9ed0090413e8c6045e5d13097301

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [83d020a49330aafefd051c24b746d13d126281db]

        Add guess at what o3tl means
        
        Change-Id: I69c8ce10140e92714e9d5c4b4173ade59d36be08

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [2d8f396d12f83f0c0b5f0c4adb1796d66fd0bd2f]

        Don't unintentionally unload the tk library
        
        Fixes the root cause for the crashes in vcldemo and ui-previewer that
        indirectly were fixed by 0b7631bccb2a47ab71a0c1edbabe8a5892ff5f9c and
        f5cfed29b05184894ec6ad2d14f73bff0b5a2783. Those two commits are now reverted.
        
        Change-Id: If5dac37f032d2b74c977562c339e9799bbc4454c

2014-10-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [8a8fa926c1fe843c5c79f7b300b7365855460e62]

        fdo#39468 Translate German comments - sw/source/core/
        
        Change-Id: I64743b4f6b7bfd44b410d63ab13298a000a47221
        Reviewed-on: https://gerrit.libreoffice.org/11821
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [68da0456a783afe65d9ff114477a36487450ca46]

        Improve Denglish and reformat comments
        
        Change-Id: Ieb0d47240209f35a0558cb788a21ab45b405eb47
        Reviewed-on: https://gerrit.libreoffice.org/11820
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [b9301c1be3632304b5b1e1ea731e807f533fdd47]

        Remove unused macros
        
        Change-Id: Id76b285d70acb4de3ab27dbf2f0f0bb4b46735c7

2014-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0595f3ff18f1105ba7bea4a9599c071575ea703c]

        Allow building with java9 (first installement)
        
        In java9, there is no option for source/target 1.5,
        the lowest version is 1.6.
        This commit also patches the relevant external libraries
        in order to be able to build with build-wide source/target
        
        Change-Id: I68807c973a2a8be2f9b3a6e01243e36cb7110a12

2014-10-06  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [a836afe471d6df7bfc932fc419f7ccad7d40efb2]

        fdo#73151 Always open Styles&Formatting dialog in the sidebar
        
        Change-Id: I05b63dc00023945d92fd837bd64042135d3f9aed
        Reviewed-on: https://gerrit.libreoffice.org/11648
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [f5cfed29b05184894ec6ad2d14f73bff0b5a2783]

        ui-previewer needs the tk library, too
        
        Prevent ui-previewer from crashing. I have no idea why this is needed and how
        it works. Or why there is no useful or even useless warning or error message
        at all.
        
        Change-Id: I461a611a6646b1d6c524fc04624e6d780eb7282a

2014-10-06  Stephan Bergmann  <sbergman@redhat.com>  [8b3bb1ee9dd7062f7ab988ccd358556b75a373fa]

        Even latest Clang only claims GCC 4.2
        
        Change-Id: I70d117f62b91c4d413add44368836c870f203f28

2014-10-06  Noel Grandin  <noel@peralex.com>  [3b34655cc5ba586a616533e2efe3426d7c4e5aef]

        loplugin: cstylecast
        
        Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7

2014-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd7a21d7ea6dd36d4d9b86ecf38ad798af3fb1df]

        Use constants for ST_Shd values
        
        Change-Id: If8fbccf946f589abead0803b7ecbc63ecfc656b2

2014-10-06  Christian M. Heller  <christian.heller63@gmail.com>  [d7646a56c3555bae8ade3f996f2037472160f90c]

        fdo#39468 Translate German Comments - sc/source/filter/inc/
        
        Change-Id: I26eacb2f8ab02c788e82aa6fdcb76d8fa07f64fb
        Reviewed-on: https://gerrit.libreoffice.org/11803
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-06  Noel Grandin  <noel@peralex.com>  [addf55184a1433c6432e8c727ee5232d6c4dc9f9]

        loplugin: cstylecast
        
        Change-Id: I37d7c3e59f1debbee8d92e76f4d08fff773000b3

2014-10-06  Noel Grandin  <noel@peralex.com>  [0745982dc53cce65e63bd05a757aec8e96bcd564]

        loplugin: cstylecast
        
        Change-Id: I88a106081b7413bff6313d1e07f53e39d8350002

2014-10-06  Tor Lillqvist  <tml@collabora.com>  [0096426086e52b962ba53aed2132c2f4d0942aed]

        WaE: implicit conversion of NULL constant to 'nullptr_t'
        
        Change-Id: I93b22ce863294312d323184afdfe46f5a448375e

2014-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a8c9f6bc8580d5d4c68ded8a0119704de9e6c1a5]

        error: 'UCS4' does not name a type
        
        Change-Id: I5f3c5d55d04747c15cdf8aa34b27ceb0cc3f3a92

2014-10-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [1bc6b366f76d17c3c85b94448e1203382dc78c61]

        vcl: document FontCharMap class
        
        Change-Id: I3020c0979ff8ab6b9e959f32d25af9f51857d821

2014-10-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [9177329a425cf70b515d1f266132838894fe54c6]

        vcl: FontCharMap to use intrusive_ptr ImplFontCharMap
        
        ImplFontCharMap was using it's own reference counting mechanism,
        however we can use intrusive_ptr more effectively.
        
        Added a unit test around FontCharMap.
        
        Change-Id: Ifab6ce002fd1df8feb7e017dea3012ff9ea7f18a
        Reviewed-on: https://gerrit.libreoffice.org/11804
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-10-05  Luboš Luňák  <l.lunak@collabora.com>  [36e1d19af8585bc2f36322ba32acbed46e58c4de]

        do not copy properties from oneself
        
        Change-Id: I6f32e27c7b87c2a15ad920d035f528c29ce2219d

2014-10-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [acf8d8b899c6c303719e1fbedaae138dc0d65f46]

        FDO#80652 (part) help for page CMIS file access
        
        This commit adds a help button to CMIS dialog
        
        Change-Id: Ic4f826c4ee5fa31a94e3d22974a0e13bf460a249
        Reviewed-on: https://gerrit.libreoffice.org/11801
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2014-10-05  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [48381e5c2e0a6dc0ad7c3827d988e1010e3f301a]

        use isEmpty() instead of getLength() where appropriate
        
        Change-Id: I87bb3473af631dc321c5a8c2b06b0b5ccdf8e73b
        Reviewed-on: https://gerrit.libreoffice.org/11813
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
        Tested-by: Christina Roßmanith <ChrRossmanith@web.de>

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [605dc6596a282297cac8e85aa2bbb59477cc27fd]

        coverity#1208996 Unchecked return value
        
        Change-Id: I02e79ddeefa3961ab7adeb71fbc57bfd0cbe02a8

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [39c8834d21488d596b1e609402320ad24133c21d]

        coverity#1209004 Unchecked return value
        
        Change-Id: I8749a5d6f176406e181312d94a1e643974d87617

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [276a051ef5dc144a202633779259a4ecd43c81a8]

        coverity#1223085 Unchecked return value
        
        Change-Id: I4149684a6f704893e130bd1776850634fdb67ceb

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [4000d7adea213c9336dc4755b1764489a11c0172]

        coverity#1231669 Unchecked return value
        
        Change-Id: I60b7c8267c81b0545c2bcc367ad6cac43aefad64

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [a8e2f3e8454c1fd62f40e2def5204819893fde97]

        coverity#1231670 Unchecked return value
        
        Change-Id: I29a751b2d44e86ccf115015b0ede8bae2e702eea

2014-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6b619e1e82c3cfadd9ce6f9f85f4054959ecffd]

        coverity#1240252 Unchecked return value
        
        Change-Id: I472f9fc9cb7b5d2e7030cc4272e29b955931ee88

2014-10-05  Jean-Pierre Ledure  <jp@ledure.be>  [58192e3f7529af877b935f2cd390b8ddaf00459f]

        Access2Base - New TempVars collection and TempVar objects
        
        TempVar objects contain variables (name/value pair) that can be dynamically created
        and removed by macros.
        They're useful to transmit values from one document to another, e.g. an .odb document and one or more non-Base documents.
        
        Change-Id: I2cb5b3e27620eda16bdeaf59788b80c393fe7d9c

2014-10-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f83f61bc984d35eff27bf0c736675d27eb9e1d37]

        related fdo#70998 use plural for Objects/Images option
        
        Change-Id: Ia76021bcb9044a10b880c12fcbf67e86b837ebd4
        Reviewed-on: https://gerrit.libreoffice.org/11811
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [23c6811286095fe976c0b3fddef4a9d211d14a2a]

        Updated core Project: help  b1065d43c77fc050760c7427d371b5460b54d249
        
        rename Design to Style in Web Wizard
        
        Change-Id: I2b40f8a4d57199db80fc0defa35d71e81823295e
        Reviewed-on: https://gerrit.libreoffice.org/11810
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2014-10-05  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3b3fc43963579a456a99b885634543b559c9f07e]

        Updated core Project: help  3468a308f036e27b0239d8499a79431cf210480a
        
        update names of menu items for sending e-mails
        
        Change-Id: Ice0d739cfbff72d30635c7acfcd728c71ee63808
        Reviewed-on: https://gerrit.libreoffice.org/11809
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2014-10-05  Yousuf Philips  <philipz85@hotmail.com>  [c841d9d680805659cecd1ea49fbc935a0f3319c8]

        fdo#84629 Inclusion of new tango icons for new toolbar buttons
        
        Change-Id: Idc06cfe1af73b8b2e79de540aac689925a3a87d1
        Reviewed-on: https://gerrit.libreoffice.org/11790
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [b41684875e18df1f5b169102f7c90d0ae9356a1f]

        Related: fdo#62081 Add missing ellipsis to Edit Style command
        
        An ellipsis should be present in every menu item that requires
        further user input to accomplish the action it leads to.
        
        Change-Id: Iee1ef65a7c51b68ef47a0a5ffe6f1af5354d14aa
        Reviewed-on: https://gerrit.libreoffice.org/11805
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-05  Yousuf Philips  <philipz85@hotmail.com>  [f96189d504d9b19f60d577aa381f27039460af70]

        fdo#55903 - add new large zoom mode icons to galaxy and tango icon sets
        
        Change-Id: I3a257ced17e0d494a1d1e8e8104333d8ab0fb88d
        Reviewed-on: https://gerrit.libreoffice.org/11729
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-05  Mathieu Parent  <math.parent@gmail.com>  [b4f3b3579a68dcf4f4e84407e41ca19f4df6054d]

        logerrit: Simplify SSH config
        
        Change-Id: Ic8196ebfeef64270fcd42b44e485a2618472f184
        Reviewed-on: https://gerrit.libreoffice.org/11788
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [abbcf82c265ffe41b28e978ee69103e05fec0f01]

        Use constants for ST_Border values
        
        Change-Id: Ie0f83fd7111942912b0abd61473e654cc2f02360

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [86a3fe47a66950e26d23d7d7f2680fa7d4fb0839]

        coverity#704049 Unchecked return value
        
        Gold? broken since 3edb1dcdc82304c418fc32212bb0bdf2c92e414e
        June 26 2002 ?
        
        Change-Id: I7f0bc4899070daff8329d6f66315956a7ed6084c

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [34823ac17d9e00fc7ca5db4cff3a4c8211c39142]

        coverity#704031 Unchecked return value
        
        Change-Id: I2db8f517f27ab9c8abe5aa473fad159a1506c06c

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c70a38d12a0ab91bbee5bf0fea172bfcd38d774]

        coverity#704002 Unchecked return value
        
        Change-Id: Ibf506a219df7d0ad67959b3d266a037003fceea4

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [2fc308b941667294650233e6b0abd7c8e282472f]

        coverity#703928 Unchecked return value
        
        Change-Id: I26ba62448796f1d80d2b4bbaf2499d08058c3add

2014-10-04  Matthew J. Francis  <mjay.francis@gmail.com>  [0b7631bccb2a47ab71a0c1edbabe8a5892ff5f9c]

        vcl: Fix vcldemo linkage - was missing tk
        
        Change-Id: I74d395c0fdcbdb5117584af329e6a023414d46af
        Reviewed-on: https://gerrit.libreoffice.org/11806
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-10-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [774dd532684e644c3c046d52f8ddf6dda65f62c0]

        android: Rewrite GLThread to trash objects as little as possible
        
        Change-Id: I6a0042e2a1b5d98fbf5aa8c64b67a9422f8956a3

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ced24ffba2fa1754c466b7944b0ee06d21292706]

        coverity#1242365: Unchecked return value
        
        Change-Id: Iddb8b1bad29bf372f9485514e2cde195237e3cc3

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [9ae4b6b996d6d1c4924be3a2c507f8c29fcbbb23]

        coverity#1242366: Unchecked return value
        
        Change-Id: I3f3b5b5a7ce5e387dc2acddc086d9f8a2fa2b12b

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [873f0e07087f80dac2f4a09633ccc3be72640dfd]

        coverity#1242368: Unchecked return value
        
        Change-Id: I6aaad60cf08349aee6c07621764a1a6c071ad2b6

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [35f66cb2f2fb4316e52fa579c3629071088b3f40]

        coverity#1242369: Unchecked return value
        
        Change-Id: Ib5a938d9a8a0ac1f2f5dfb299c948951bb845349

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [22ca3bf1b9dedec65a57ac70a124bf69cd242e0e]

        coverity#1242370: Unchecked return value
        
        Change-Id: I11d80ddea4a38ce69ad7076af6da0bf173bd8551

2014-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [9835a5823e0f559aabbc0e15ea126c82229c4bc7]

        sw textboxes: reimplement ODF import/export
        
        Turns out that for normal TextFrames and rectangular drawinglayer
        shapes, the engine is written in ODF implicitly. Use the same trick to
        describe if the shape content should be rendered by SW or editeng.
        
        This reverts 9d310ecfce3c2fc481b125e1493a534e2107a68e (sw textboxes:
        implement ODF import/export, 2014-06-02).
        
        Change-Id: Id8afa6368bedcd293e578244abb58e18949bec8d

2014-10-04  Noel Grandin  <noel@peralex.com>  [ad5e8b30ac66a00d0110fcdaf4d064181247585b]

        fix for invalid dynamic_cast
        
        after my loplugin-cstylecast commits.
        this is a follow on to the bug reported in fdo#84608
        
        Change-Id: Icc4f4baf3690e939c07a71a949200270bf1f4614

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [552adfbbc6b3508eaed284675d1d76480598142c]

        we really do not care about ebcdic do we ?
        
        Change-Id: I1a2d8628fc2b1fe21e77019f12dc2a8adab877ed

2014-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f3fae7d3c64db62568290f105d8404f037793945]

        Add menu entry for the "formula to value" feature.
        
        Not sure 100% if that's the best place for this.  Feel free to move it
        to a better place.
        
        Change-Id: Id66a92e1184e988bd71f7d845ea370b021c02c21

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6d5c352cb098daac139cb9c32df3420321eaaf3b]

        android: Better detection of HW accel. (needed by TextureView)
        
        Change-Id: I32b091d13d9236cee654819e701c583041f869bb

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dd8440a1c940e76626c23a40f62940aee5755e24]

        android: move getDrawable to LayerView (Fennec import)
        
        Change-Id: Idd15003939574963f836bfab1e0c5385957ab18b

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [488d19de01670c37b638e67bec99dc178d4792a5]

        android: use TextureView instead of SurfaceView for ICS+ devices
        
        Change-Id: I4c5585d5eac4faf46ad9bed2d3992fe87b3d9a03

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [67be577f163831e460e19aee958bdcf7187b8a56]

        android: assure document close, introduce message box for errors
        
        Change-Id: I4d5607d5568ebf73a61067975c21e740020cc8f7

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b43b980b1e44e3ad0b4c38d2d65cdb6dbfb77add]

        androdi: set TileProvider only when document is ready
        
        Change-Id: Iada0e4513cc00248f45c97bfecbc91590e80a437

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [450a4f46d9de0f2b2d7b4232e7fef380dacdfcd0]

        android: TileIdentifier - contains tile position and zoom
        
        Change-Id: Ia82dc1f99eff5117fe16df2b61c1a7230b52e07a

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e910aa45d3d4fb92d2ac1e975f411785d5fc70ae]

        android: construct LayerView in xml GUI definition (activity_main)
        
        Change-Id: I6cd3c8dff2ca36f3d64559b218d005d5a6da9066

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fc8e1ac501f021ac6f99f944fd5d38297bc7a00d]

        android: use tile size and change the type to IntSize
        
        Change-Id: Id19c3517fc6fb59307c81a0c1c8868e0d0c777b4

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1b81aeb2548d3492e0c50dfbfa61b3000cf9b6cb]

        android: remove unused windowSizeChanged tracking
        
        Change-Id: I0d451d9fea83d70e69d07059e55a5e6067c45711

2014-10-04  Jan Holesovsky  <kendy@collabora.com>  [f33d88119830975e5de620470bee1804d6c98738]

        android: Better default document (when the app starts with no doc to load).
        
        Change-Id: Ie3cc30c29723133d5e320ad3848d13f06d133c78

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [91569be0f9951fdfd8c928ba3e4f0956bc053577]

        android: Log calls to createTile
        
        Change-Id: Ia0e92c24f771d47235fee7a9dbddc65631af9082

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [34ea1ede6590399eb943d8f87c9ad473c6a71a68]

        android: show progress spinner also when switching parts
        
        Change-Id: Ie21e71aa03eddef620d470e01daf6f1936a5d7c7

2014-10-04  Jan Holesovsky  <kendy@collabora.com>  [d885cf403c805eb6d4d23b9491feecbcecdcb43d]

        android: Fix typo.
        
        Change-Id: I22f7bbcc5bc5f58c30a5915c876736f664a42a61

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [623007c0fab937d6874487870e44bfac513244de]

        android: about dialog description, app names - viewer & browser
        
        Change-Id: I4f759b6a004ca8f12974f3d0daa9f1d78c015f2a

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3e31057f5a8336d84d1b321cfb1db6b008035148]

        android: clicking "Parts" in preferences opens the side drawer
        
        Change-Id: I3cfd0a31409f6a798c933dae4a47b75e93601f6b

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [32fe0017ee87d21eb4bf16efa42ab0328bb159e4]

        android: fix redrawing everyting on part change (via sidebar)
        
        Change-Id: If7aeeca3da65f44dfe1f9a5bc347baf4e3cadd82

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [20ca5ea8ab6d652fc70aa29038685845f6e3881b]

        android: null safeguards and cleanup unneeded calls
        
        Change-Id: I0ffcfb0fbaa03e5035bec9dd1ffed21f85972470

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [52228bbd790bb5fb3958fa2ef84a4171f0ad199c]

        android: image in TileLayer can be null
        
        Change-Id: I4a910eb60f6fe81f97933d1b9e57bac6af4547c9

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0d3e2ee5cdb685e68ec4a16f2218967f75a2dab5]

        android: SubTile - equals and hash
        
        Change-Id: I6e8cf220d108cefdf16f9b4553e2d2ecd7a5338c

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a55068030ebc354caf8d8282a5ff00db3ced8665]

        android: SingleTileLayer - less var. trashing (Fennec update)
        
        Change-Id: I8c32f6a43cad6dd3790a3e7dd0b990516a35ebca

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7afb0e2491ac47021412529e3330f3924991d234]

        android: replace MultiTileLayer with new & simpler DynamicTileLayer
        
        Change-Id: Idec2246975a65f8ce664642a4ef49415e20ca187

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ce77933dbe278f59afb7e6a74c3b160b1d33b6df]

        android: remove some unneeded logging in GeckoLayerClient
        
        Change-Id: Ib53aae87e7fa510c3783a86a7512c25548457fd4

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [91507e8e4896c57de367838f5a2ede7301ccd819]

        android: add tileSize parameter to TileProvider
        
        Change-Id: I607dbaa897b17f5b650f10293956c8154da6f43d

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [594e72904ad0c9862d1379c8d2c48f7af276e5db]

        android: remove duplicate progress bar declaration
        
        Change-Id: Ie0a463bf5f006ce5d340e085bd6962b728d29c35

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [614a9b04f5dbd021839f5c7391d6a7d02f2d356d]

        android: show loading animation until the document is loaded
        
        Change-Id: I98eeafe30e90d039175daea65428526a95c9ff1e

2014-10-04  Michael Meeks  <michael.meeks@collabora.com>  [2a61d1eefacce1132746df6eab3f6a29f95003d7]

        android: package C* fonts as well for interop.
        
        Change-Id: I49c6c4bf0b2ddfb403612ccad90a41e8ae525427

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2e30c62e61d2f2d478db52ddbc8c7a340b5e5c31]

        android: don't return to open document if viewing license / notice
        
        Change-Id: I12994aa60fa2476ef94153b5ba13000ece71d28b

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [aadf10bbf062e925fd612cc797bbd56955c18160]

        android: clear all tiles in "refresh"
        
        Change-Id: I6a7e9070160e8d4bbd6ad5cd1bfa2dc18e66a45d

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [54335c64b592010848b21b6fc947ef4222bebd0f]

        android: no need for "throws InterruptedException"
        
        Change-Id: I93be9af0849a2515c27bc22892a201ec207d6775

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [36214e5bd4d2b824ecf97aa681f871e78a7df2b6]

        android: redraw LOEvent
        
        Change-Id: I6171f7a36c07f53eeec0cc83caa168ec97459d53

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [45d854c3d6b821ec275f4ec4d7108fdc32d104b6]

        android: create events with LOEventFactory (moved out of LOEvent)
        
        Change-Id: Ia2e6bd040160e9d09377fe1f27d94d22c46fb778

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d61b74cf1a40292b866b1d73565ce3788a13006e]

        android: remove unused ViewTransform
        
        Change-Id: I80cc876b542d2b215f8615972717bce998d532e9

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [47877113a1b26426ffc73ccacb66cd350c942f77]

        android: don't show any parts in sidebar if only one part exists
        
        Change-Id: Id40fa499bca8e4ef4f8b26877905fd74a66667af

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6df3ae2dce0c136678daecaf1365f87b3767a556]

        android: fix part sidebar not executing an "part change" event..
        
        Change-Id: I8f984ad050d8124164617f67f5ea7fa511e50f55

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a84f648e12fa96a5565a093edd969f9bd56d7111]

        android: show thumbnails in DrawerLayout - parts side bar
        
        Change-Id: Iae0ba5d7396f8f4d148fd2a298d0648dfc493b28

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [520a4fdfe4b8f631c8c66eb6d65c5ac332503355]

        android: better default part name (document type dependent)
        
        Change-Id: I7ea1f1f5c249a4df250bde049cc52b4f392e4d38

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [005b8d429c3eac0294d49c5757714575357faae7]

        android: clear all tiles on part change (method clearAllTiles)
        
        Change-Id: I4e18fed5167559284bc18235811cb2b1c6c62a4d

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a4f72f9a07333a8e0818ab2821fea414b5119278]

        android: call destroy only if the document exists
        
        Change-Id: Ia9459151ac46a8be0f9a3944f2bcd427435c284e

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [316afc9b4fc044e2a5325d497ef054954dc94a67]

        android: allow to set a size of the thumbnail
        
        Change-Id: Ida8bbd74893f59c3737d28c264e7ed24b231e6ac

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [47314618c8d05cedb84bac9f4188cd2866db2805]

        android: about dialog in properties
        
        Change-Id: I82961efee6415f07248c79062f2b3b8c58266821

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ae863caa9e73d3549d016655047a9aa0d86787c5]

        android: add library for text filter (to read text files)
        
        Change-Id: Ie63f058463e681b0b4adedc5f0cbc5b0a703601a

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d37803223dde19ab7c308ecd1756a379560ac445]

        android: copy notice & license into assets (for apk)
        
        Change-Id: Ic2289d5ca96d06352c853d7803938a12aa204e73

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f7721c73117b36705d1c1452e241346e7f1113d0]

        android: refresh screenshot correctly, fix rendering at load
        
        Change-Id: I38345399c96764ecc454cc3e6e8f87b5cc5e8fbe

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3273a1f3cdc455bbf5726cd8b476b37e4b3d9e68]

        android: use linear scaler for better quality tiles
        
        Change-Id: I60874ad0c849d3f4bc9ff05a7c96daa0bfd3946d

2014-10-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8cff680d1bf26e571d30aabf52c092ff52f41e9b]

        android: cleanup LOKitShell
        
        Change-Id: I3ccc306f6ad54d7dcac1adf5657dea4171a4cfa0

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [4fcde7bbe932e3a6e66b1f3ee10c1fbbd66de79b]

        coverity#1242413: logically dead code
        
        Change-Id: I6e5e5025df4ad8eef6ff6a7910cb9c3ab5fc3c4e

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [64d164875fca205294e2ba6f3ce46d392dcfc5cf]

        coverity#1242759 Result is not floating-point
        
        Change-Id: I3a358722279d574f96a2270b5dee84b85ddb402f

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [164bd64255d71d96e35e908f6425acf8372795fb]

        coverity#1242757 Result is not floating-point
        
        Change-Id: Iae8ac2ad9d1713512619c5c33eeee9a21b5835f1

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [208861d5c7bb2d01597a4c77c4a0d9cc865dd851]

        coverity#1242737 Result is not floating-point
        
        Change-Id: Ic466b5a8e4f5221248c6733fc7fbd0c98c0bd45f

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c626e496b21291ef2b4d023bb75ce3af32065324]

        coverity#1242729 Result is not floating-point
        
        Change-Id: I7a1c8c964dc05d90ac6f15affe75ed14c79c0eb0

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [51183d5ab6d83667dcf761dad05105d7341936a1]

        coverity#1242725 Result is not floating-point
        
        Change-Id: I007ef5efa07f9124a08e049bca01aac87acfa48e

2014-10-04  Matteo Casalin  <matteo.casalin@yahoo.com>  [eff06c85b1263a761657bb3689f7b850db1f0341]

        Use more proper integer types
        
        Change-Id: I4d87647d0a001ef24f9dde91cef85c72b44bcdd2

2014-10-04  Matteo Casalin  <matteo.casalin@yahoo.com>  [44c9ba91ebe40223e5c1fa1735a8cc1d9adb0935]

        Test loop invariant outside of the loop itself
        
        Change-Id: I203937cb68c805a8692926aa1c9189ff0dd2c54c

2014-10-04  Matteo Casalin  <matteo.casalin@yahoo.com>  [1c088d2160acd7f484d5f62457c6f82d0189785c]

        Improve format
        
        Change-Id: I0a2c24dc3882d758319b16eb6b5a99af85487a77

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [99ae57a92dd4f218efe8dbc04cce519efd9d6d5e]

        hwfilter: fix misuse of strncpy
        
        Change-Id: Ia52d6cd32aa3e3838d31ea2a994117e6820a503d

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [cb5eb3e7e79f612f036d5f0dd54f12a907f35ea7]

        coverity#706152 Copy into fixed size buffer
        
        Change-Id: Ib347f650d060e7762a367133a1218c2d34c9ce73

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [0091f937116550a9f5e30bf200f536701cc0b068]

        cosmetic: start bringing rscpp in this century c-wise
        
        Change-Id: I469bc4c518c3ac299a18559cdd3e1b49d34b5ace

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [9b401751a8a8b96cfe9f85eefce1173fe4cabe6f]

        coverity#706158 Copy into fixed size buffer
        
        Change-Id: I5d540e6e3a21b0563febb70696882439a10b9b86

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb78299e8ebdfc495fac44cbfaba4d6bf91b2982]

        coverity#124890,1242726 Unused Value
        
        Change-Id: I1d32b7d68ac0ec3752364e855390af21be3f4496

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [8aedb193a2ed46865b11c464632b1bc6d6a68268]

        coverity#1242818 Unused value
        
        Change-Id: I487026489937679978e7ed403edb7125eb2c7fcf

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [9683c9065a2ef501be8026c63a909f2360e13ff5]

        coverity#1242771 Unused value
        
        Change-Id: I86455a041c98f010724ac6878e78a1b14cd26899

2014-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [0610d77429a75d2eacb637582d8e19ebc6dc871c]

        coverity#1242781 Unused Value
        
        if nLen2 is 0 then bNextNum is set and nLen1 is then 0, and the if(nLen1 || nLen2)
        can only be true if nLen2 is non zero and bNextNum
        get overriden...
        so the line bNextNum = !bLastAlp is useless.
        
        Change-Id: Ice62562bf321e5389f2118677e72d1b421816858

2014-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef24a18e362c12bbf79f19396c4916e47b812391]

        Use constants for ST_TabTlc values
        
        Change-Id: Idd277a770a42d33a9c92f41f0452039eba60b6ce

2014-10-04  Rene Engelhard  <rene@debian.org>  [afcb935c935077d9a23a3b140374f8fece7cdf54]

        fix chart2 build with system-glm again
        
        Change-Id: Iaf40444cef56362e84c72c27328d5ad228c648ac

2014-10-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [aa053bb16f34ce4d216848abd32845f7369e236b]

        fdo#39468 Finish translating German comments in sw/source/core/inc
        
        Change-Id: I9a07a46582eafe70dcc26161e39856e9cf72de0c
        Reviewed-on: https://gerrit.libreoffice.org/11792
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-04  Christian M. Heller  <christian.heller63@gmail.com>  [d06039e7c93362a88ba394a178d3fcb85fc5d779]

        fdo#39468 Translate German Comments - difimp and htmlimp
        
        Change-Id: I221d07c56822905c500f11f3f738231259743acd
        Reviewed-on: https://gerrit.libreoffice.org/11802
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [d244a0c1af7e5448d46cfa3172bcee5799f38087]

        vcl: remove FontRefCount typedef
        
        There is honestly no real need for FontRefCount. I really cannot see
        why this typedef was ever introduced into the codebase
        
        Change-Id: Ifa24a95cf6c788b4b11a4425520a2f6bc0e61169

2014-10-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [bcfa2ea2225875c53c9e8935ecc2740c3bc0db94]

        vcl: tab cleanup of vcl/inc/impfont.hxx
        
        Change-Id: I54f669cd4ba472744f013f157baa035519d052bf

2014-10-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [f33002aa5de7e88960e7c21286a661c89fd478c7]

        vcl: tab cleanup of metric.hxx
        
        Change-Id: I7d168f89fc8cb1b5b85c78e260a9ed786a437265

2014-10-03  Julien Nabet  <serval2412@yahoo.fr>  [24fb87501ef9d5aa715d572de7eb5efe49a0d9c3]

        Resolves fdo#84608: Right-click customize crashes LibO
        
        Regression from 26f2da07b1c6074e519d28557a3d1d5518ff6cb4
        
        Change-Id: I382c4686b5fff0c04bdb36f1859c8ea5b2424772

2014-10-03  Szymon Kłos  <eszkadev@gmail.com>  [58cd14d597fbd02a3419ab829d677af13403b726]

        fdo#84605 : fixed style editing from the style drop down menu
        
        Change-Id: I52c0df2a66615f0b3f1de6c0ee7432107f703923
        Reviewed-on: https://gerrit.libreoffice.org/11800
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-03  Szymon Kłos  <eszkadev@gmail.com>  [9a3ccbb69c9b4f2fb046d26d588fbe2521c99a52]

        fdo#84620 : The styles drop down menu in Writer crashes LO.
        
        Change-Id: I4fe52a1c9aabae1ad09dd94b75c3605dcb023d42
        Reviewed-on: https://gerrit.libreoffice.org/11796
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [27ebfb10e9fba1af3bfee86973a349168bd041b1]

        Let's consistently spell OpenCL as 'OpenCL'.
        
        Change-Id: I8bdcf0667b326b77d11001efeeefd5247987ebdc

2014-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6c9cebe420b876fc35545136bcf2047138f9d7a1]

        Let's not omit 'virtual' keyword here.
        
        Change-Id: Idf4ccbb6415852325acab673a3d81f758e50c880

2014-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9ed7f53a96a41534338eeef27e6fa3c6c3de9b85]

        Make these non-inline.
        
        Change-Id: I1cc28c16796934f20afc53c6f6f083f372b7ce69

2014-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2549b21b5226c30d900f5994d45b7b08c15935d6]

        Run 'beautify' on these files as well.
        
        And some trivial manual fixing afterward...
        
        Change-Id: Ib60411f689b7971a2dd1acd1541864f38b34b570

2014-10-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [08d93506c21fc4899392074f853ae3175fb86aee]

        Make these methods non-inline again.
        
        Change-Id: I30c7969ab386f4cba2f0b44cbebe306ce6430b15

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [6b7ae5d5bc8e75f2f318dd11ea09a115dd6552f8]

        WaE: overriding destructor declaration not explicitly marked 'virtual'
        
        Change-Id: Ifb4ca15c862fb7111ff2e86cc6208573f48710d3

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [f4825097a98c681cc187d88cfc1f8fd82362e1e0]

        copy default drawinglayer attributes when doing mailmerge
        
        Change-Id: I4c6fc31ae72d179975c65aec0b560741474d433e

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [47db7c5d61f96ce90aebf560c29fcb999567e75f]

        list mmcreatingdialog.ui in makefile
        
        Change-Id: I05c5030530591f440323f72088bc7b456b774b7d

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [72da443f876a59a8107e26a277a8992838ea9231]

        isDrawingLayerAttribute() maybe could return true for all drawinglayer attrs
        
        Change-Id: I83013ecd45b32100bf14e004899561a57a087aef

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [105ddd124ad4cff3109d2e25c8035402446ac0db]

        long live code duplication
        
        Change-Id: I7386c26e5ff05cec23a6cccb86ed3aa6ab715096

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [540243834390256f0a1dd968ff02860fda07edcf]

        SfxItemSet ranges are inclusive
        
        This used to skip the last item in the range.
        
        Change-Id: Icf27a041f1388c8bd01568356d1009a08e5b7a7a

2014-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3b154ab0262e39497e788917085708ec645eae6]

        DOCX export: fix missing table border when original doc has table style
        
        Scenario is that the original document has a table style, which sets
        borders around the table, so A1 cell gets top and left borders (and none
        for right/bottom). Then on export, if we write A1 as table default, then
        this overwrites the table style, so the real right / bottom borders from
        the table style are lost, as on export we think that they are available
        from the table style already, so we don't write them.
        
        Regression from commit ae61569eea0719a882010cfbb260a1a0d690d974 (oox: Do
        not overwrite table style properties, 2014-04-03).
        
        Change-Id: I54c10ffc2ade65260693b769274b1311efc086f9

2014-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [453583cc610b3dacddede52662fa4df276dd7c61]

        CppunitTest_sw_ooxmlexport2: clean up test file
        
        This test file wants to test table positioning, but it also has
        references to table styles. Remove these references to keep the testcase
        minimal.
        
        Change-Id: Ib7c7086bf767a8580dd7bae4452d0773e02d32a2

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

        Resolves:fdo#58277 don't double delete postits
        
        In redline mode, if deleting the anchor point for a postit causes another one
        to get moved, i.e. deleting it and creating a replacement. Then update the
        the queue of postits to remove the old candidate and add the new candidate.
        
        This is complicated by the occasional anonymous SWFMTFLD_REMOVED event
        which just states that "something" got removed from the document (but not
        truly deleted), and I don't see any better way to handle it than to completely
        refill the pool of candidates and rely on the fix of
        
        commit 1f18b3b07832fee769e7a36c4f3503effde26f1e
        Date:   Thu Oct 2 16:33:46 2014 +0100
            Related: fdo#58277 only DelRight after a successful GotoField
        
        to skip the previously successful candidates which got moved
        into the redline backing area and so not loop forever
        
        Change-Id: I0b30111bc1f2527011e68d048ecd65fcf71416a5

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [4e678058267bb0749cc427b22d4583af72d86217]

        Try putting vcldemo in instdir/program
        
        Chris Sherlock says that should make it possible to get it to actually
        run. (Didn't work for me, though.)
        
        Change-Id: I69a7badaf1f19481546866cfa2a417029c305105

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [ff978f9728e808290e5ae87ef2e4549a8e6cb68b]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: Id0f3345613ae3b9c19cc5f5845140fa1c067bee0

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

        coverity#1242443 Identical code for different branches
        
        Splitter derives from Window and doesn't override
        MouseMove so both branches are the same
        
        Change-Id: Id74f12e2efb458ac2ae183686a57befdf0225778

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [130354cf8e506798900b01460ae5cd7b5ff82bc0]

        coverity#1242454 Identical code for different branches
        
        Splitter derives from Window and doesn't override
        MouseButtonUp so both branches are the same
        
        Change-Id: I9072d24b60dacfdb1d3e9ca1c97f08002f7e24ba

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

        coverity#1242431 Explicit null dereferenced
        
        Change-Id: I96cbc59931400ad2f348ffb44925e8fe34b782ed

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [4ed190494fc06e6486ca9c4860886605183a53e0]

        coverity#1242432 Dereference after null check
        
        Change-Id: I07525411e1c09b49acb64262459d6d6b70cf6e9c

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [377efa8fed08331108e6ffbb0f0871b8c5e5a9ac]

        coverity#1242434 Dereference after null check
        
        Change-Id: Ia18c904d9fe5dc347f5fc7f478a4b31adfdb5b2b

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

        coverity#1242477 Dereference null return value
        
        Change-Id: Ic2d8dab00d5af47f6274433ee811f567f990400b

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

        coverity#1242478 Dereference null return value
        
        Change-Id: I037218d5c6afc3df6862b0c0ce2b6379568767cd

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

        coverity#1242479 Dereference null return value
        
        Change-Id: Ie9a9a3438408900d4a5e07b50f4e636e06f94026

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

        coverity#1242480 Dereference null return value
        
        Change-Id: I9818e647915bd2b973c617feb7efd256621cf2de

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [0f6c6baf61324db4d872411773fbf4ad18653f7f]

        coverity#1242481 Dereference null return value
        
        Change-Id: I21e6bdd643d898a3515a96e4c9c17c2d6f98b0e4

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [2e048774847c649c946b7bd809cb873ef2416dcb]

        PutGroupDoc(foo) is just delete foo
        
        so just replace it with delete and simplify the code
        around it now we know exactly what it does
        
        Change-Id: Ie23bc46583684bda35b47022ea9853f25a415b0d

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [1573a63339c0e8d3a88a3c3ec520a2c4e75655a4]

        coverity#1242498 Resource leak
        
        Change-Id: I832bbf09756e616877621f186ddba17784de9f43

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [2b862165fac771f69c22aba61993e53abf76540f]

        coverity#1242499 Resource leak
        
        Change-Id: Ie1de3270723e36f7fd4bfdc4192745c521c61ea4

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [74e26e0b7a9903259912b8cf7092b0252b74a2f2]

        coverity#1242500 Resource leak
        
        Change-Id: I8680049ce810ca30ade33d168486bd589d434a4e

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [20a5a03603d28e53cfcfa3c9d52bc7668e912c26]

        coverity#1242502 Resource leak
        
        Change-Id: I4185bbcc40419fced50ca684c35d1090cf361c4c

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

        coverity#1242503 Resource leak
        
        Change-Id: If9a6c1e5353364238ce4a888ecc80ead28497c76

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [8c73431fb9b9116c1c54481b287930f8bb44303f]

        coverity#1242762 Unused value
        
        Change-Id: I5bba3f999782af77ee2211d8666d57feb91165ab

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [4fb93e98990c1fefa6bcaafdcf80c3f49d346af2]

        coverity#1242792 Unused value
        
        Change-Id: I66000e2e3ae8d28f5f04bb6404c73feb2a1e8905

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

        coverity#1242802 coverity gold(?) Structurally dead code, loop doesn't loop
        
        Change-Id: I2be3e6d88472ba8b69f012aaf975a91f0ab4f693

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [6b78f7fd8503451b82d659f1eca564f772d1b363]

        coverity#1242803 Unused value
        
        Change-Id: I674f8ef309052737d742802ca4756c8e51e4385c

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

        coverity#1242834 Unused value
        
        Change-Id: I2a68873d335f5efc27679c7bae619d942bbc5efe

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

        coverity#1242849 Unused value
        
        status gets overwritten after the switch ends
        
        Change-Id: I60d4f61e6e1f31f9dd79c178c9a6f7060d154013

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [61a84259e6a9604eb5ce0cd152256bf91d6571f5]

        coverity#1242871 Unused value
        
        Change-Id: I1204b904b446c2ec3132064e89aa6f20c5523470

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [19c283eaa88248277a28fb1717bd30f0193e817c]

        coverity#1242888 Unused value
        
        Change-Id: I3adde518347208cb1ab7a2013c519d9eabcf7b3d

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [01539155df5dda580ff248a86e192ced0150fb1b]

        coverity#1242900 Unused value
        
        Change-Id: Ic556e9ca669af5d514ebe4d6bcff7bdc9271dc7a

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [575c372fb987dd0a055a5521d0a6d95fb8483992]

        coverity#1242968 Unused value
        
        Change-Id: I1cd88014175fe061d4db291b8d1430897c2c0084

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [6ca332cd9bfa5448d82bd4f853ddf95486f7d311]

        coverity#1212487 try and silence Copy-paste error
        
        Change-Id: Ib0b1b997b95a40c86d446cfee681982bb475b7e9

2014-10-03  Marco Cecchetti  <mrcekets@gmail.com>  [b2922c99f5fe1250e6a01390809736d29563fec9]

        html export: Fix export of checked checkbox and radiobutton.
        
        Change-Id: Ia77f9840df7508d96292aac63e65714a7892342f

2014-10-03  Matúš Kukan  <matus.kukan@collabora.com>  [a54e0780897a8e8a8ca3ae2ba00118bd6debaf9c]

        Remove OSL_ASSERT which could fail for allowed XLS_TOKEN(tint)
        
        Change-Id: I6e0cc345f6903128ffebe5fb56f6e198ee32da9a

2014-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [95b4f258c439575f0ace02e1672ebd748d832616]

        DOCX import: improve table style handling wrt. cell borders
        
        The symptom was that some cell borders were missing. It's because in
        Word, cell borders are additions to table borders, so if a table border
        is single, but the cell border is none, then the outcome should be
        single, not none. In Writer, this is a single UNO property, so if it's
        set to SOLID then to NONE, the latter wins.
        
        There are two situations where we now do the right thing:
        
        1) style-cell-border is set, direct-cell-border is none -> outcome is
        now inheriting (style-table-border, direct-table-border, etc.)
        
        2) style-cell-border is none, direct-cell-border is none, but
        direct-table-border is set -> outcome is now direct-table-border.
        
        Change-Id: I320ae908c61221c8020e3b5323c31dec11c15b2f

2014-10-03  Noel Grandin  <noel@peralex.com>  [8f539e3f711d6253e65180f6c0f9567e5247a322]

        cid#704588 Dereference after null check
        
        Change-Id: If84e072da9e59140466262fbeac4dc787a9de898

2014-10-03  Noel Grandin  <noel@peralex.com>  [0a6f6cb0912bfd3609826daba62418d6ee179cf3]

        fix indentation
        
        Change-Id: Icd67d066eb72b951f3e4846d45d00e7863a6000e

2014-10-03  Noel Grandin  <noel@peralex.com>  [a28e7f7aa995f8c2c9e4eda332c30853338c7ae9]

        loplugin: cstylecast
        
        Change-Id: Ie478d1fcfd3b64d7a2128887c216b5e0b4501ab9

2014-10-03  Noel Grandin  <noel@peralex.com>  [0abf268f3893ecc716088aa399e81a1ef31e13d2]

        loplugin: cstylecast
        
        Change-Id: I011a0eae37d01606d28c00f8ab3839f20bf309ce

2014-10-03  Noel Grandin  <noel@peralex.com>  [7d7b289da49ccd7979f650222bfb669cd6b623de]

        loplugin: cstylecast
        
        Change-Id: I114924d5e0407883b2e77016da3c2e3e55657b21

2014-10-03  Noel Grandin  <noel@peralex.com>  [11d22e164ec5e62e067a38ce11929b157381d1b7]

        cid#1194925 Resource leak
        
        reorganise the code to keep coverity happy
        
        Change-Id: I18fc2dfd17f97edf1d17c57caaed4cc9d2fedd13

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [8717cbc9848efc1ee1284fac15ffc5c4ff080297]

        GLSL files should go into $(LIBO_ETC_FOLDER)/opengl
        
        (And not $(LIBO_BIN_FOLDER)/opengl. Note that on Linux and Windows,
        LIBO_ETC_FOLDER and LIBO_BIN_FOLDER are the same, "program".)
        
        That's where getShaderFolder() in vcl/source/opengl/OpenGLHelper.cxx
        looks for them. Also, as they are data and not executable code, to
        conform to strict OS X code signing and sandboxing requirements, they
        definitely should not be in $(LIBO_BIN_FOLDER)
        
        Change-Id: I902e08f7a1f142697df827d50e0bda74be918eb4

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [fd26de3b4a4e8be165f7627cb22029841ba4ab31]

        docx redline import test (bnc#821804)
        
        Change-Id: I09749037deb44c0cd74b28af226dd4b3e34ee0d1

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [c469d1463073ba312d55ae3076b86381bfe89ed8]

        report ParagraphFormat redline type in UNO too
        
        Change-Id: I0cf7586a154ca73ce64a2328ff8df1858e2290ac

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [9dbf817fe5c5253fba0831aefa17575ae0ba3af1]

        handle scope of w:pPrChange and w:rPrChange properly (bnc#821804)
        
        Redlines changing formatting of runs and paragraphs are valid for the entire
        run/paragraph, not just their existence in the XML. So store them
        in the matching contexts, which will care of it, instead of the endtrackchange
        stuff.
        
        Change-Id: Ie583e4be14e8df95829852bfbbbe25aa0684f02e

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [baf402008a18031f7a22a60ada85c3a5afa1b2a3]

        display paragraph format redline also as 'formats' rather than empty string
        
        Change-Id: I5ae5ce80fdb453fdf5de54c691de4cd0b88ad7f6

2014-10-03  Luboš Luňák  <l.lunak@collabora.com>  [b6969634082730e25f99e1e0d7b900cf57a25a0a]

        proper scoping for docx redline import (bnc#821804)
        
        propagateCharacterPropertiesAsSet sends the properties only when ending
        a text run (or maybe starting another one, I'm not quite sure), so it breaks
        ordering by sending them later then expected (although it worked in many cases).
        It's a question if propagateCharacterPropertiesAsSet is to be used by anything
        actually, since it seems rather broken to use it in the ooxml frontend.
        Using sendPropertiesWithId sends the properties properly at the right time,
        as one would expect. I don't know why dmapper can't simply handle this on its
        own, as I think it does handle entering and leaving other elements, but
        spending more time on it with this overdesigned abomination, oh well.
        
        Change-Id: Ie36c5f933ea3e6d789ea8f9e4ee3b60a5d1c920c

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [5ed973e0fa38b2752850c04659452aa1cf2479e4]

        fix build
        
        Change-Id: I997dfa3b1fe651db56ad2a6a24ec0cb6d5044550

2014-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e3757de8aeef91cc37f31091fc392b217e04c48]

        CppunitTest_sw_mailmerge: enable on OS X
        
        Reviewed on:
        	https://gerrit.libreoffice.org/11773
        
        Change-Id: I5dc63abea660f097a63f7e61fc2b3b4cd48fa949

2014-10-03  Noel Grandin  <noel@peralex.com>  [bbe9a7b8b390d0e0e668ebb26af8c35cfd5805af]

        fix clang 3.5 build
        
        Change-Id: I86fe850b4b7bc8fc4c44717ca813772114ca70ff

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [d6c842e0e9f88a7edf642c8f807b92e7ced9a1d1]

        WaE: private fields 'mnTab' and 'mnCol' are not used
        
        Change-Id: I449b85b00aeaf690644e17be0a6b2b9398a3cd3f

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

        coverity#1241327 Dereference after null check
        
        Change-Id: I214884e9ee1d49dcc4db71f8744513468b912691

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [898cb8b726128c98e44539ca3c24e72ceb1742c6]

        coverity#982268 Copy-paste error
        
        Change-Id: I68e8e6a564356bae620647b385e16279ff212d32

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [9a65df25138750915f9c6e1e1fa09988a2d11434]

        coverity#1078526 Logically dead code
        
        Change-Id: I203511fcb1e740d7d371821d49a7c13a72e6fc3b

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

        coverity#1093225 Dereference after null check
        
        Change-Id: I34a7b79b4a7b5d86c3d39fd995ed3bd998eeeab8

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [6b1d355988c0c51e3c6d8acd32184d79a8ea5011]

        coverity#1241080 Dereference after null check
        
        Change-Id: I82113fcd4182f9557ba0e7258498b5d4e798bf03

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [5e0b8b7980e26c66985abe9ade7e471266d91bae]

        coverity#704994 Dereference after null check
        
        Change-Id: I19f98152b5bd8c9b2cdfacb560d13fc0c1f8c4be

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [9d6c648d5478c2c45eb9333adad098d6768a91c2]

        coverity#704318 Logically dead code
        
        Change-Id: I591188e0323bb75c55cad9a078eea188f79b3a03

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [233a2fe441461645392d10077a230ca19bd1a924]

        coverity#736943 try swapping arguments around as an experiment
        
        Change-Id: I89f0cfc9049503318955d58dde3f9a3e1197c45d

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

        coverity#1242449 Identical code for different branches
        
        Change-Id: I0cffc9df6d971393ae874060a8c306e12966370c

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

        coverity#1242521 silence Arguments in wrong order
        
        Change-Id: I30b61fa17a941b785a4f148e2ce6c912dbd3c645

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [9b68625a9d27d3c125a3e2d581862f997ff6f3b3]

        coverity#1242529 silence Arguments in wrong order
        
        Change-Id: I662c89e6e3e0917b51e8084bc50a9ea38d6c0838

2014-10-03  Caolán McNamara  <caolanm@redhat.com>  [73fe3fb9f8dd2f8e70fd34cf340778b5017a54bb]

        coverity#1242530 silence Arguments in wrong order
        
        Change-Id: I809e771e4f052ad64300b09174a1bdbc769e15d3

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

        coverity#1242533 silence Arguments in wrong order
        
        Change-Id: I7031e7408f5bcd9ae85fc50952253e14d2fb2edf

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

        coverity#1242532 Arguments in wrong order
        
        I don't think this actually matters
        
        Change-Id: Ia7190f436eeb47888b1aace1391cf0b5aef9f9f0

2014-10-03  Matthew J. Francis  <mjay.francis@gmail.com>  [7f5ed8228290e6e9ca9fac301d6a6adbda31ff23]

        Speed up SwAttrIter::GetNextAttr()
        
        The inner loop which iterates over the characters of
        m_pTxtNode->GetTxt() is already bounded to the length of the
        string, so there's no need to pay the price of checking its length
        for each array position
        
        Change-Id: I7674ea2b46db75fea30dd016b96ec932068fd73b
        Reviewed-on: https://gerrit.libreoffice.org/11784
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-03  Matthew J. Francis  <mjay.francis@gmail.com>  [794e5c7a3f4292ac849ca993c12c7953b5e85102]

        Fix unbalanced new/free() -> new/delete
        
        (Spotted while valgrinding an unrelated issue)
        
        Change-Id: I2eab4c08e251d79f427fd01442c4dce20d7d89f0
        Reviewed-on: https://gerrit.libreoffice.org/11785
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-03  Tor Lillqvist  <tml@collabora.com>  [54ae614e3f5fc86ca774126e74ef75ea877b13bd]

        WaE: -Wshadow
        
        Change-Id: I3a9e01237d8cade5d99955f02c01c25618ccd9de

2014-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [34bfe4552d7e2e36805bc3d41982e9d9904a2f01]

        Use constants for ST_SectionMark values
        
        Change-Id: I3ac385b8f21409b5083b1224652283fec8bb2fa4

2014-10-03  Jan Holesovsky  <kendy@collabora.com>  [2a28668260960c25421eceeeb0d1571b5f47db4b]

        fdo#84617: Guard the destructor with SolarMutex.
        
        The same pattern as introduced elsewhere recently.
        
        Change-Id: Ie7b4fd1ec26d417f63bee26dd336dfc54f4847dc

2014-10-03  David Tardon  <dtardon@redhat.com>  [0ad5604c91cdd593739b4af5dd3168d9b23b016b]

        fdo#82144 fix unpacking of additional tarballs
        
        Change-Id: I74a61005fa9534b3f96cd392c6e38c54c5fd35e1

2014-10-03  Noel Grandin  <noel@peralex.com>  [c625525ddcc5bd1ceb1be95031da6047280d623c]

        rename SvRef::AddRef to AddFirstRef
        
        to make it's intended purpose clearly distinguishable from AddNextRef
        
        Change-Id: I5da780b48b19fd873667b648031bc394113f953b
        Reviewed-on: https://gerrit.libreoffice.org/11763
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-03  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [4a0fc2fb026ee46f7ef8e75135e2ae9b411ae134]

        scripting: organize imports
        
        Change-Id: I26a1164d44f464a44ed7deb93ac39465feb0541c
        Reviewed-on: https://gerrit.libreoffice.org/11768
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-03  Jan Holesovsky  <kendy@collabora.com>  [e6ea3fad96b693007964aafc34405665156b0815]

        styles dropdown: Show only the triangle for the dropdown.
        
        The entire button appears on mouse over.
        
        Change-Id: I27e713f75a30ec4a2b271d813fcbcbe8c91a4180

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8cd605901532c9408422059bb94e35f92088b18e]

        Another test case for this feature.
        
        Change-Id: Ia406baec2867605bf515dac0ba090500e2bbd1ce

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1b1e50ccc02b833f2ca8ef85a47dd2e8c28a479b]

        Write the first test for this formula-to-value feature.
        
        Change-Id: I545328a1c126b3bfeee8c1f662c5eb9a471d33ca

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dd617c0bbe4906e8d6e589289f42415738f00006]

        New feature to allow converting formula cells to static values.
        
        You used to have to convert formula cells to static values by copying
        them and pasting them as values onto the original place.  Why not just
        allow converting them in place?
        
        This is something I've always wanted to implement.

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8030c21def37f965a35b534038659fd0b513887c]

        Update mdds to 0.11.1.
        
        Change-Id: Ie1c80029a762fcf92dc20ffe74260ea54c61da28

2014-10-03  David Ostrovsky  <david@ostrovsky.org>  [fc24eadc6283cd03397b70fda309a578ce295f16]

        gbuild-to-ide: Add support for vs2013
        
        Change-Id: I385e756109ab0a47feeeb4407ba4a2a4b68548dd
        Reviewed-on: https://gerrit.libreoffice.org/11728
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2014-10-03  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [268b9c10c9ff27c74678ace99762f28d58d33012]

        fdo#84592 Fix wrong background color in lists
        
        Change-Id: Ie154bfb15a19ae98b2bc4eb6626240a00cf182d4

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [4959ff5fef4381b7d09650fa62e8cda649ba7676]

        scripting: The if statement is redundant
        
        Change-Id: Ia6186be4ed48fd75d1063eed233a88e09b675bf1
        Reviewed-on: https://gerrit.libreoffice.org/11774
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [e02c37866b7fd6984efbeeccafe2b04bcb34c1c4]

        writerfilter: that fallback appears necessary after all...
        
        Change-Id: Id4bc638c81d695745fc44bde16252e3040f0a03c

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a23801b740d8ec952097a5e2a2feb450bc0e585f]

        Scope reduction by early bail-out.
        
        Change-Id: Iacbf9f46a1b5683b6de5dd93002a69078af46951

2014-10-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cdd2fe037aa23caeecd28d732df03694e9b62e46]

        Make the coding style consistent with the rest of Calc code.
        
        I just ran SlickEdit's 'beautify' command with some follow-up manual
        editing.
        
        Change-Id: I402e782e7d147c4c95ebaa8ffcc40b50a0c565a7

2014-10-02  Tor Lillqvist  <tml@collabora.com>  [ede0abe6b1a0bf1ffbfe2ff9258e5b78f2cc606e]

        Bin EE_CNTRL_URLSFXEXECUTE which was only set, never tested
        
        Change-Id: I18a9355bb902b19f0eeecb26d33eba4fb25db8cb

2014-10-02  Tor Lillqvist  <tml@collabora.com>  [1d0636ebc660a9f74269807b416f2f1480f49530]

        Bin commented-out #defines
        
        Change-Id: I01f473658708a75c3eac6219efd38cd8ec5aa44f

2014-10-02  Tor Lillqvist  <tml@collabora.com>  [96d210bf9ca0a99fc8256d6e0a4952207cce69e0]

        bnc#657899: Paragraph vertical spacing differs from PowerPoint
        
        We need to set the "paragraph summation" flag also for .pptx import. (As is
        already done for .ppt import.)
        
        This is what in the Options (Preferences) UI is called "Add spacing between
        paragraphs and tables (in current document)", on the LibreOffice
        Impress:General page. This is a setting that when set becomes local to the
        document. I actually don't really understand why this needs to be a
        user-visible option, wouldn't it be enough for it to be an internal flag that
        is set for documents imported from .ppt and .pptx, and is clear otherwise?
        
        Change-Id: I525178957276e7d587b6ac4be8ae7919fc245a27

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [72a7450c027dd816ff6eaf231f58de7b5ad9c0a8]

        MWERKS etc. are not supported toolchains
        
        Change-Id: I449fe34be396114529357388c87162aaf8976292

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [9086a4bbd38b9a5320525392affe495e7772796a]

        remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or later
        
        Change-Id: I4412a0c1e4dee94cd717f24b8df5e257d895f721

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [3b59dbbffdb73e48f9e2398bb1eecc24e3d95e13]

        remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macro
        
        This is supported in GCC 4.6.0 already:
        https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Diagnostic-Pragmas.html
        
        Change-Id: I2f67e588eea3a323a2e9c81e39e56ab2e715a817

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [86cd29772e4f0571149c479378164572fbc96034]

        remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro
        
        This has been supported by GCC and clang for a very long time.
        
        Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163

2014-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [78766aaa12ae4fae9dd2f3274617ba41de57eefd]

        DOCX import: handle <w:tcPr> directly under <w:style>
        
        Change-Id: I10dfb947bbd9e792c98932608acb2f0987fd8605

2014-10-02  Juergen Funk  <juergen.funk_ml@cib.de>  [dc358107b88badba60bc348564034ac2ad19c65c]

        Fix fdo#84512 Background color not shown in Styles-Dropdown
        
        this fix is only for simple color backgrounds; gradient, hatching and bitmap are not implement.
        
        Change-Id: I5ec31c0105491c6d27835d63648fedff21998926
        Reviewed-on: https://gerrit.libreoffice.org/11762
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [1f18b3b07832fee769e7a36c4f3503effde26f1e]

        Related: fdo#58277 only DelRight after a successful GotoField
        
        otherwise you're just deleting a char right after whereever
        the cursor used to be.
        
        It can be possible to not GotoField if the field in question
        is in a redline-deleted portion and show changes is not on. i.e.
        its actually already deleted
        
        Change-Id: Ic4833d82c5c33e556f3e159e9732a6db071f5622

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4a04a456d6cfd730429f45d25fe7d5d8131987fa]

        Typos
        
        Change-Id: Ide4e95828fad867fbc3cd1300f29e832b3c83017

2014-10-02  Michael Stahl  <mstahl@redhat.com>  [cd42e5f3e2eb9540b16e568559e6e95ffd7cc2a7]

        fdo#82430: MSVC build: avoid using SSE2 instructions in some externals
        
        Hopefully this should fix up the most important external libraries.
        
        Change-Id: I744cb5a2ce7fafb10852059050cf24589d6ca400

2014-10-02  Matúš Kukan  <matus.kukan@collabora.com>  [37c00bff114fe39e553ea6f1b8e68d6c6ff93eba]

        typo: fix build: wrong parameter was used
        
        Change-Id: Iaa82352f91167872c9cd39c8ce22b415b9e61d82

2014-10-02  Luboš Luňák  <l.lunak@collabora.com>  [cb0d80209534c42a1a0fa7ba3c65369a434a00ba]

        do not use number-of-enum-items as an enum item itself
        
        Because that breaks warning about all cases (not) being handled in switch.
        
        Change-Id: I8fadccd4e5d125cc37b8e10087e9170f07e65440

2014-10-02  Luboš Luňák  <l.lunak@collabora.com>  [baa06b23845cd266e2b9d456ce08b7c0b67ec00f]

        fix typo
        
        Change-Id: I08eff921ab2de64e5734807963c542818456dd8e

2014-10-02  Matúš Kukan  <matus.kukan@collabora.com>  [3c6f3290955cfaeaff4d1e38cb1b9d125eac4d61]

        fdo#84315: quick fix for sw too
        
        Similar to 08f33ca66559dfafd29ab0c6073232cf05a6d4e5
        
        Change-Id: I04f11a3821cb3793e5f993995b0c10fc7a62420b

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [f1694b3f189c0893d7987bcb19f1c682c7afc368]

        coverity#1158274 Uncaught exception
        
        Change-Id: Icfbe30efa3ebd63620a900e345e4b4a74070b021

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [fd8682cc34826229f67d51c387f6f6aa0b2c228a]

        fix indent
        
        Change-Id: Ife7b28fcb67051c41831ef9eb566c3a2c148033d

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [5717312686aeeeabdf09635cf44d5c46a023c8bd]

        consistent capitalization in both exceptions
        
        Change-Id: I495a92c24847de265f04abb3670532270b5d6034

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [9e8701c71186c5357dddf8e38763426fc183b08e]

        coverity#1233618 Overlapping buffer in memory copy
        
        Change-Id: I062dd96bfc4abf2bdaec2c17d1cf57d853d655d8

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [a7232e3f54c0c2ff1cb65d5d00027427ebb1016a]

        coverity#1242520 silence Arguments in wrong order
        
        Change-Id: I88b96d42f5ee96641dc21e3e55415f6dc32b3951

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [51e81c91e9fdb08a10160964b2a638c7fa065f2d]

        coverity#1242512 silence Arguments in wrong order
        
        Change-Id: Ic4e337a17a8149137ff82a64e5513460c36373a0

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [d2cf2d813befa4cfb2f709fcb8bc60ba85cf314a]

        coverity#1242507 silence Arguments in wrong order
        
        Change-Id: Ice857b6f97f1ac3f720226aa90392fb6e9229869

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [154cc4ab52f4fd364889b6333338f5dd880352e2]

        coverity#1242506 silence Arguments in wrong order
        
        order doesn't matter one bit as far as I can see
        
        Change-Id: I55aa5d23d9865a47ef4dcda9d3e19863794a18c9

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [67693ad0d41c5e421045b2ff5f66ce936e05c583]

        coverity#1130190 'Constant' variable guards dead code
        
        Change-Id: Ifc462622919c8247c1f4ff8304f3107a23ef1c49

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [31c407e35bb57adaba338205b6a40301d28d804f]

        coverity#735532 'Constant' variable guards dead code
        
        Change-Id: Ia0b8ad6af83907a51678e37e41c445fa4a7b5a58

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [5d796ae7f4e742665b6aaa722d13f0611023ec44]

        coverity#1169811 'Constant' variable guards dead code
        
        Change-Id: I1c795134469c0ab8cf6591982e2a44a6506e4fc5

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [9403f75f44df4fd33224b0830eebcb55d056295b]

        coverity#1202776 'Constant' variable guards dead code
        
        Change-Id: Ib1d5dcc8b09e11a8ef2399e3ef1a5ae1769de90f

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [b3e87789d9b31f039b2e7b6a23f312c03712777b]

        coverity#1242475 no point calling SetText with GetText results
        
        Change-Id: I0ebd4a53a0d309b45f5af31adc6fa54a5f143a21

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [227d87d805cf0aee28a0faedff67dcb6b0e6ce2d]

        coverity#1242476 Dereference null return value
        
        Change-Id: I1895537459bca9341d1e97bad7ca38813bdfa2fe

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [1c53c50662e5b7debbfb59307f10c2ed81af8f41]

        coverity#735574 'Constant' variable guards dead code
        
        Change-Id: Ifcb8078e3e52c1b3634ab1c6ad6d6121502950d9

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [38b6c13f08232813d60316dc86d94fa89f32cf92]

        coverity#735572 'Constant' variable guards dead code
        
        Change-Id: I07e350a87ee58ba1dd032f2e5cffc8a05ebce029

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [be9f02f1b41a34a93c61f97cbc7887c0c320f5e0]

        coverity#735571 'Constant' variable guards dead code
        
        Change-Id: Idd3654f45a9fe9c0a92aa88b494cdd9192baa966

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [850b8dc7a2116647da30b45a60d8d8ef12214545]

        coverity#1242483 Unintentional integer overflow
        
        Change-Id: Ie258b4b6d4d99c7b2b0d61550a840539b216d09f

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [ba8469f6ef8525ea15a5fd749b2389b6853cf1e5]

        coverity#1242494 Resource leak
        
        Change-Id: I4956890da9978381e2de7e8b1af37495884d4965

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [37f62f86aff64b94ca4a8cb34df6cfda216da3bf]

        coverity#1242496 Resource leak
        
        Change-Id: I419b217df306d41ed99e603bae9381f54c633598

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [ef6a120af64b5d64e6194c3e538ab6f6f73d4bc8]

        coverity#1242497 Resource leak
        
        Change-Id: I2c4295c7d308257290aaf04181805d7dc71d6553

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [b99aad6cc20384c735a19c3530d0ad64ca664954]

        coverity#1242501 Resource leak
        
        Change-Id: I0c684565e2d5e83d7d1bb99b3d8011a1d87994d5

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [11f2f713843f2ade0355970b2d7f3ba94e49ea6c]

        coverity#1242750 Unused value
        
        Change-Id: I057434339e6aee710ba9fa7b6a2cc6a51a5206cf

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [1914fd354f3da110d43debdd2aaf4fa31940a147]

        coverity#1242751 Uninitialized scalar field
        
        Change-Id: Ib56544cf49d53952c7381512b650633abac047e9

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [76563eb45bc1fb143aa6b2cdfbcd72bb9f95816b]

        coverity#1242752 Uninitialized pointer field
        
        Change-Id: I3485a29fe5ce88834b2ef0d30b9c32516befa0ff

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [205a00d04be2a0a8f64099e6cf17a729c1a76dd5]

        coverity#1242766 Unused value
        
        Change-Id: If7d33882d612788fba051ebae56468b80e96e09f

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [ddfb875ba21fb1361d40be26e21939ba95b29f5d]

        coverity#1242768 Unused value
        
        Change-Id: Ida66a4a4d00caa49e993938f86e357e4351a60c5

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [8559539c5607b8345de4baa2a9de806d955815e9]

        coverity#1242776 Unused value
        
        Change-Id: Ia84bfbcdd4de08c9e87c877b3c1be84c0b712a07

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [7aa8b5bb22df7cd09eef23f4b0d40852e8bcdd50]

        coverity#1242785 Uninitialized pointer field
        
        Change-Id: Ic97bd7c3fa2f192113d702f9338cb3eaeae6109c

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [d82057a3c7deba1d3a3dc65ef845ac14da7b6ba0]

        coverity#1242800 Result is not floating-point
        
        Change-Id: Idcd1b3bd542512707b722708e4b3336c71fbff80

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [b22c04afb38ce4304da272cc239b9264e10e2e12]

        coverity#1242814 Result is not floating
        
        Change-Id: I56f9c9d995880bf328f021930b3fcfcb69f7a4c9

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [43ab43803612551cd7c2571fe1dfbbdebdaaab7c]

        coverity#1242815 Result is not floating-point
        
        Change-Id: Ie50e89862ba4168c05cde385158bf82cf7aede62

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [78bd404c8d7126f1eb0c570fcf1cce403e1a08c1]

        coverity#1242826 Uninitialized pointer field
        
        Change-Id: I6292d16d8925aa8562942a016bb02ba3785196a3

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [707a44089afa5fa62321a24daff6473c499a441c]

        coverity#1242827 Uninitialized pointer field
        
        Change-Id: I029a1fba2a204b9b2b7482258685ab404b06bef8

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [3a1132d541ebc16777d5b1e02eda50fc19930190]

        coverity#1242829 Uninitialized pointer field
        
        Change-Id: I902d5ed03979264b9d228f91a4a50b912a1eade5

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [f05cc18dda02b1b87ea4d87add13d94eb608b5d7]

        coverity#1242832 Result is not floating-point
        
        Change-Id: Ic244ebaf7e19f82a086318a91024767a2044ab03

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [fba7c60298fef64e0f22d7999dc979e3afdaa6a5]

        coverity#1242840 Unused value
        
        Change-Id: Ic702d371998d5d6b49f1c27fe80b3651e8135993

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [05a47ac4a577088ff642a3f0909c523d25225efb]

        coverity#1242841 Unused value
        
        Change-Id: I80e92af60fb1a5f6c761d9211e07566618cf9668

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [9fcee377828407a6c97bf4db45861537ab433544]

        coverity#1242843 Unused value
        
        Change-Id: Ib7d87cfb4647b0495a122a4d63578afb5d54a965

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [e16991f032e1f8cef0c7d4e3731cdd998efb11da]

        coverity#1242857 Unused value
        
        Change-Id: I015952c56ea686f307b0b5ccaad29ace9ebfa301

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [5cb059e28b652e524534c418b85f4575a42095b3]

        coverity#1242860 Unused value
        
        Change-Id: Ibd6d737cf117af0c2fdda7768da6a173c59bd346

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [e62fae1741545d0ff918dd15bba89fdf0c085436]

        coverity#1242864 Unused value
        
        Change-Id: I643f943b274aed8f98278d879fc0b9ad242511d3

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [c530841198acc74e0570e9fd9073189df1987705]

        coverity#1242872 Unused value
        
        Change-Id: If385b910c1778217d8db881b5d27ea993e27a66e

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [cde0a09137058ffe83b1a2e587ad1140c83507dc]

        coverity#1242878 Unused value
        
        Change-Id: I123855003be3eb5ef6494cda8f42b4daeba1c272

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [6b929c75bec9f928e4c97eb44d85510f0862ffe8]

        coverity#1242882 Result is not floating-point
        
        Change-Id: I5072c29188e33b5711e67188441c497bf8759891

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [2f2f22f91bfd4ac45a4ba6125ee06fbc5927721f]

        coverity#1242896 Unused value
        
        Change-Id: Ia2690d92cfcd68f567f71a1483d13be0e7575675

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [6a5d0b6ad52ab6a01044daa31ca3c21b6565893e]

        coverity#1242903 Result is not floating-point
        
        Change-Id: Id816a9b8845eb9d41bfea5a8399bca86726bebfe

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [c7c385bb8e42d2051bcf05fd75b2146fe9852317]

        coverity#1242904 error code overwritten
        
        Change-Id: Ie5dcc39f05d7fd21a873ac95ca9cc7f00c1961df

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [a165aa38d9009bf46e203bbdfbac3b7cd8f71b4c]

        coverity#1242906 Unused value
        
        Change-Id: I7a282e5adc60e4b123469f46fb480805377626b4

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [62f2b370e5ba4e8a70486d4bc9fa3871575ef192]

        coverity#1242905 Uninitialized pointer field
        
        Change-Id: Idbc3c594c5ae6949beaa0b8dcfd8d56f54902f9f

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [33a3368ff513c8996c5eee38c5a64b42a1ffea30]

        coverity#1242909 Unused value and const things up
        
        Change-Id: Ib98a81a04f721917ee3c1fdd19d23a37c5d2c481

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [10a17fe72998a951fb4fca9da4467df84700b0a2]

        coverity#1242917 Result is not floating-point
        
        Change-Id: I284562585c10a3d68b8545df7b6cb3022001660c

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [01fbbf42689360bee4813a380726ea2747f550f9]

        coverity#1242921 Result is not floating-point
        
        Change-Id: Iaeb1d6074fa7c9f66810cee563be0850ccc1d769

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [951f605aee304a37d6f7011dc4defce9ca079405]

        coverity#1242934 Result is not floating-point
        
        Change-Id: I800f978102f1d1427584cf55d3da7768e7c7f2f3

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [60c0f21c81f931c8579e8902754021571d2cccbe]

        coverity#1242940 Uninitialized scalar field
        
        Change-Id: I60efbf0cbba81f973a258f1ba90cc910b1abe075

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [2d1253af62bdc0aed11dd65cfa13531a663fd343]

        coverity#1242946 Unused value
        
        Change-Id: I5a5f0e96f8dc7443901ea7de568a21924137e139

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [f8fadd52baa35221031f545481e127860907a0f8]

        coverity#1242948 Result is not floating-point
        
        Change-Id: I6ca09e2c9b40c49541ad13b5ba588a625ee454fb

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [db5ed50ceeea8dad6f7603e935be30e2c585cf7d]

        coverity#1242961 Unused value
        
        I'm guessing that this is what was meant. Though
        hstr2ksstr and kstr2hstr still don't match, and I'm assuming
        they are supposed to be mirror images of each other.
        
        Change-Id: I0fccd086e16c043324af43a5c999c2fde7cf7505

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [83766aa698c3a8bfaa04f78c22f54213fc47b3cb]

        coverity#1242965 Result is not floating-point
        
        Change-Id: If190c21cdc0647c18c7c7ba561e677dc26d0d4b5

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [2b08019e2a5aa2cb097099370c8d02a9ae1c75ee]

        coverity#1242970 Result is not floating-point
        
        Change-Id: Icd0b04a2b8d9250418dfec95668fa6c496e45e5e

2014-10-02  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9aba60c0f0f99d0a7c31bf291040f21bdd0e5b18]

        HIG: Spacing and labeling fixes for Outline Numbering dialog
        
        * Missing colons in labels that precede controls (fdo#78826)
        * Sentence capitalization for non-headings
        * Make dialog modal and non-resizable for users
        * Standardize spacing values to 6 and 12
        * Remove extraneous 10-px paddings in tabpages
        * Tweak a label to remove a silly “<->”
        
        Change-Id: I4dabad2ec4a610ff3f55e31e078f465a7e42c8f2
        Reviewed-on: https://gerrit.libreoffice.org/11756
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [6f42a714399f4d0c46dad95c7c11bcd513c27eaa]

        scripting: Format_java_code.sh initial run
        
        Conflicts:
        	scripting/java/com/sun/star/script/framework/io/UCBStreamHandler.java
        
        Change-Id: I09b94d8c96dfbaf498bd93a0088feb80a9e4afb6

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [36d24bced0ea5fcbbd380b15e9d1a813fbef32cf]

        shell (Windows): std::auto_ptr -> std::unique_ptr
        
        Change-Id: I44c843c028c2dfcfcea9f6a2196440ca700fc3a8

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [fb515368bd8200b4d279061bf2b6bd8b38c27a2e]

        fpicker (Windows): std::auto_ptr -> std::unique_ptr
        
        Change-Id: Id373c3ed6e483a501e07146812ff04353eafcc32

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a5e521491b1b4e50cb2df1aa7c2895aeff6ca461]

        dtrans (Windows): std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ia668873e93be100d6e6bbebbad94b369f75c702a

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [04740cb7e23cc293e1143d6dc7a4444202331abb]

        cli_ure (Windows): std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ibe794daffa347d194ff8c66a44c7eec4bcc9b83d

2014-10-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7c3f7016f1bcbc6b7c46de3420c4410700dae5cd]

        fdo#39468 Start translating German comments in sw/source/core/inc
        
        Change-Id: I77e61fb268188d7c26132b10d1308daf1bebc741
        Reviewed-on: https://gerrit.libreoffice.org/11761
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0658889bcdc54e63aa5966aa9936bd043d3a8b35]

        fdo#39468 Make forms/ German comments clean
        
        Change-Id: Iec24928324bec1caee65ca37cbf0fb5b66e6975e
        Reviewed-on: https://gerrit.libreoffice.org/11760
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Noel Grandin  <noel@peralex.com>  [d8be5a55760b01efa32708411c6e47fe74600edc]

        optimise UNO Sequence destructor
        
        to avoid expensive function calls until the refcount reaches 0
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, slightly changing it to
        add a uno_type_sequence_destroy to uno/sequence2.h instead of a
        uno_type_destructSequence to uno/data.h.
        
        Change-Id: I3bbff3294f2b515fc3c68c4c6c1cb16829f5cc44

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [18ceb207ddd8e9065a8e0bd4a64163a3a2a0a0ce]

        javaunohelper: More robust way to wait for finalization
        
        Change-Id: I09fa2462d8131381f380574b8a9aeaf080211b2b
        Reviewed-on: https://gerrit.libreoffice.org/11759
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ca7899d64d8fc8b6902af33d50a2b50ca3c841ac]

        xmerge: reuse the value of value.indexOf and remove duplicated code
        
        Change-Id: I44d72f7d9f8c58436657ea1517d8eb76332abb4b
        Reviewed-on: https://gerrit.libreoffice.org/11747
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Lionel Elie Mamane  <lionel@mamane.lu>  [08f33ca66559dfafd29ab0c6073232cf05a6d4e5]

        fdo#84315 quick fix
        
        In mergedlib case, load ourselves (that is, mergedlib).
        Fixes bug symptoms, while waiting for fully clean solution,
        which is killing svx/dbtoolsclient completely.
        
        Change-Id: Ib8ad34ee4697f89bdc6bbe64d406053f9e7f7521
        Reviewed-on: https://gerrit.libreoffice.org/11738
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [258f4ba9de5e40210f8a38817f89cf93ac25ebed]

        fdo#75757: remove inheritance to std::vector
        
        from SfxDockArr_Impl, typedef'ing it as boost::ptr_vector<SfxDock_Impl>.
        
        Change-Id: Ieb4f065a836cf9314464b9d5f53a09a95a974be8
        Reviewed-on: https://gerrit.libreoffice.org/11707
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [2267dbba29a261c2cff7e86215d3eab10b637b3d]

        coverity#1242421 Dereference after null check
        
        Change-Id: Iaeac53bd0a9c70cd8445e336400d51bf90b69fed

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [17dded391d0e3e9045b80095c51cb43a43319857]

        coverity#1242420 Dereference after null check
        
        Change-Id: I3ccfcc618b936cab520926adb3a3ff770d000aed

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [15174068034af1bd04a394a067350f9aeb6f4d90]

        coverity#1242417 Logically dead code
        
        this looked a little less odd before
        
        commit 6dda3d45c902d64323a085ea1604a993521f313d
        Date:   Wed Apr 23 11:08:48 2014 +0200
           sc: sal_Bool->bool
        
        so simplifying it now
        
        Change-Id: Ibadfc140581f186ba4c98874b740a18d19b77970

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [c15ae864977a1be8ff225a8cca97ee584b22bfd4]

        coverity#982429 Division or modulo by zero
        
        Change-Id: I0c75bb8729b359390fb4026496c085f2056230ba

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [f63e2ac112a1a94392f7d4a8922e40f9fd951daf]

        coverity#735819 Unchecked dynamic_cast
        
        Change-Id: I4e8834a2cdc979757ae6d37730a89fc20bcc6b26

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [5c7e5d28019406a9e72c58050a85ff51529f8341]

        coverity#735498 Logically dead code
        
        Change-Id: Ia2a6df4aef944d81be41593ed001156d3f1ea054

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [fa16d060236346beb80ecb3596186ae9df469432]

        coverity#705707 Resource leak
        
        and
        
        coverity#705706 Resource leak
        
        Change-Id: Ia18954acb430464c94c5dd608abf9d6e8214058a

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [a24ef8484090f4f5304caa4a508c6bc9689bcbb8]

        coverity#707682 Uninitialized scalar field
        
        Change-Id: I1230c42c76aee4e9a2a149a27ef11e163753865a

2014-10-02  Caolán McNamara  <caolanm@redhat.com>  [173234f394105756b3530f789fb68dec53689a93]

        coverity#708208 Uninitialized scalar field
        
        Change-Id: I5f1e889746067bad478d8fa3acd8c41c893b135a

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b6cff5fae1a91549402bdee55a1077719f7b9c65]

        More robust way to wait for finalization
        
        Change-Id: I99aa3ac27c5157a6858978da20e480bc9847d88f

2014-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a295a9a9d3c25344d37b162c9c95d10e5c2e0f2]

        Use constants for ST_PageOrientation values
        
        Change-Id: Icbce660a7f6678ae6c48ec03d8fc63c67f169072

2014-10-02  Noel Grandin  <noel@peralex.com>  [b1472db9db602a9014cd46775412521bede1e643]

        fix for older compiler, doesn't like <::
        
        Change-Id: I8113125b7eb9d919aaf84a1dcde3e58e41e978f4

2014-10-02  Tor Lillqvist  <tml@collabora.com>  [c22c4b5be228e7b17cc1d84db4a945f93a175312]

        No need for a case statement here
        
        Change-Id: I9656cf20d034d8b33bee117c809713923179f26b

2014-10-02  Noel Grandin  <noel@peralex.com>  [26cb920cf04f152e767377223d80c57ee6f3fefb]

        fix for older compiler, doesn't like <::
        
        Change-Id: I2d05af506ae38ec3e61c9b6afaf2b39521067005

2014-10-02  Stephan Bergmann  <sbergman@redhat.com>  [04882a0a0939ce79d3e190504f39a81257cd4227]

        loplugin:unreffun
        
        Change-Id: I99da68d2003e01bbc4e8dd9ff6ab943d8ea156ca

2014-10-02  Noel Grandin  <noel@peralex.com>  [cee21bf941df321e3c0e8dfd41a5555e32d33ab9]

        fix build
        
        after commit 039b887c54fd7e8cd8a4964d1633fdfc300e938e
        "loplugin: cstylecast"
        
        Change-Id: If567653833a1f164a72bd9a5a6c0fcf651e9d3c0

2014-10-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8ff9b1c2ca65f1e5ac41f3ccf15d9ddadda4c240]

        Upgrade libgltf to 0.0.2
        
        News in this version:
         - Better positioning of the models (fdo#81181)
         - Increased robustness (some additional check and coverity scan)
        
        Change-Id: I5be6a99eb925881ed84c8791ef39390e29cbb88b
        Reviewed-on: https://gerrit.libreoffice.org/11749
        Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com>
        Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>

2014-10-02  Noel Grandin  <noel@peralex.com>  [039b887c54fd7e8cd8a4964d1633fdfc300e938e]

        loplugin: cstylecast
        
        Change-Id: I4a230f45e91773fca7d537e91c9e9fb54773cf10

2014-10-02  Noel Grandin  <noel@peralex.com>  [059f5a95b245252d72ea0930668bb222103dbd14]

        loplugin: cstylecast
        
        Change-Id: Ic7c9c978baf5602a508aff5976220a02ed03a680

2014-10-02  Noel Grandin  <noel@peralex.com>  [1777c425fef6420c37102dad9b7539424bb47d10]

        loplugin: cstylecast
        
        Change-Id: I4a8786f335b5f9a14116c546d32f1ff6cff99930

2014-10-02  Noel Grandin  <noel@peralex.com>  [e54d93ac344f9061897f768fd09375fe210f34e0]

        loplugin: cstylecast
        
        Change-Id: I06957bb1a736331995be810672e9d47b47cc6c0e

2014-10-02  Noel Grandin  <noel@peralex.com>  [6edb52ebaf5d2c932a185a44f943a062ee649cfe]

        loplugin: cstylecast
        
        Change-Id: Ib36c0f4f8afa0bcaafa0836182e90a9f1d8aff75

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [dbff5f5c6b66ed6c5c9b77245fd294800cd6c4b6]

        xmerge: Converting ArrayList to Array
        
        Change-Id: I67c70ce05d35c8f40bea153499820e7e52c2ff08
        Reviewed-on: https://gerrit.libreoffice.org/11748
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [30e2cb020b3492b879404072748960bc46d6e221]

        runner: Converting ArrayList to Array
        
        Change-Id: Ifd5fe63cb00dd5b3987035201554731075d3bc00
        Reviewed-on: https://gerrit.libreoffice.org/11755
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-02  Michael Meeks  <michael.meeks@collabora.com>  [a131feddd07bcb75112b1f80a16b8733458338e4]

        LOK: Excercise tiled-rendering harder in the test-bench.
        
        Change-Id: I13a93991050cc25d06f2836d85ec1d0a0bc574f1

2014-10-02  Michael Meeks  <michael.meeks@collabora.com>  [87fad21582fceb200e3630e9ec10a873f7d7a3ed]

        LOK: Add a tiled rendering testbench.
        
        Change-Id: I631c0506f427d974c3dd4c75484aa25603100895

2014-10-01  David Ostrovsky  <david@ostrovsky.org>  [213be0be8e41480e0036c0e30a8be93369aa743a]

        gbuild-to-ide: Make it work for GNU make 4.x
        
        Since GNU make 4.0 the output of --print-data-base command has been
        slightly changed, so that class specific attributed aren'tt prefixed
        with "#" char any more. To prevent the duplication of used regexs or
        discontinuation of supporting widely used GNU make version 3.8x detect
        the case that matches this regex:
        
        target : VAR := VALUE
        
        pand repend '#' character to retry the match for "pseudo" hash-starting
        line. This way the same script works for both worlds.
        
        Test Plan:
        
        * have full build of LibreOffice
        * install GNU make 4
        * verify that gbuild-to-ide is able to parse and emit sane debug project
          configuration for both GNU make versions:
          $ make-3.8 debug-ide-integration
          $ make-4 debug-ide-integration
        
        Change-Id: I7d760d9570f2df510571cc1e8fd7f31115d43b92
        Reviewed-on: https://gerrit.libreoffice.org/11751
        Tested-by: Peter Foley <pefoley2@verizon.net>
        Reviewed-by: Peter Foley <pefoley2@verizon.net>

2014-10-02  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0c2b43b70776ea49655a7f18c6c11dc64a5f25b2]

        Improved striped rows implementation
        
        Some renaming, use variable for row background when not striped
        
        Change-Id: I5b36fc751aa163dbb127406d7aefad01974fa371

2014-10-01  Michael Stahl  <mstahl@redhat.com>  [13cb02ce1046779864109646a105c09c2e27249a]

        configure: limit javac VM usage
        
        Similarly, restrict javac to 128M, which is enough for me with JDK 1.7
        on Linux x86_64.
        
        Change-Id: I5b1e3435026b8b69bf7afe8b5236c3dc09857f49

2014-10-01  Michael Stahl  <mstahl@redhat.com>  [d08110c0be9e5290240082d899d45938730684eb]

        configure: limit JunitTest VM usage
        
        By default JVM will allocate a significant chunk of the available system
        VM, but our JunitTest run well for me with just 64 MB of max heap,
        so set this as a limit at least for Sun JVMs, to have tests running more
        smoothly on OS that lack VM over-commit.
        
        Change-Id: I5e4b5595decc3a133e7e285dfd7463d436fa458d
        Reviewed-on: https://gerrit.libreoffice.org/11698
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-10-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [870befe9847eda85a8a5e48697486a4cf7b4ed7f]

        fdo#84550 Reflect new field order also in Menu
        
        And remove page number fields from HTML documents - there are no pages in HTML.
        
        Change-Id: I48a157ba6cb283185d0b58e2fa48227d154def98

2014-10-01  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [58d07a1e9574c1ecdd09e924357caaebc82cac62]

        runner: Avoid a possible NullPointerException with tCase Object
        
        Change-Id: Ie1202b7fa89306ea2a99031b9347b657039b839e
        Reviewed-on: https://gerrit.libreoffice.org/11750
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-10-01  Takeshi Abe  <tabe@fixedpoint.jp>  [af046d12d27bc4f87a3c0142dba749d21c8eec7d]

        fdo#75757: remove inheritance to std::map
        
        from SfxItemPtrMap.
        
        Change-Id: Id7e9667f9b918afaf92d9e71bf0e2c2e9c296474
        Reviewed-on: https://gerrit.libreoffice.org/11696
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-10-01  Takeshi Abe  <tabe@fixedpoint.jp>  [8eae6dc82e85ede74a0676759f698bea79fb7fd9]

        fdo#75757: remove inheritance to std::vector
        
        from SwGrfFmtColls.
        
        Change-Id: I4dd83917584406704d1a52f85b8973f2714e9d0b
        Reviewed-on: https://gerrit.libreoffice.org/11731
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-10-01  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [4173bc5f7e1849a706c7cb9dcb34f7edfa9e7d1f]

        forms: enhanced for loop
        
        Change-Id: I0c83d6fce9440f5d8b23e5f1bfca71d8f61d056b
        Reviewed-on: https://gerrit.libreoffice.org/11719
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [6d96902a3e25ebadc85666ddaf7c96e070ac99f5]

        coverity#1242747 Uninitialized pointer field
        
        Change-Id: I1530d071ad44afc114f1916bf234e0616b7dce90

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [8dd1367a7a6cb30e773c1eff1d7e5dd487cf7766]

        coverity#1242740 Unused value
        
        Change-Id: I627c50f6315b2212e3e1f4790b7fc8e08c6e0ee8

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [74343722f64fe8be0484ab614eebb34333e26392]

        coverity#1242505 Dereference before null check
        
        Change-Id: I63a5361eb338dba30d76f4a0a1afb88e7de5f401

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [6250f61fc8b87aacaec2c48c7751f15e9222fa2c]

        coverity#1242472 Identical code for different branches
        
        Change-Id: I32a74aa1ad42b975bca4b13403d261fd31deb8dd

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [8cb61cbb09f702b968649395f5beaf50e40edf99]

        coverity#1242448 Identical code for different branches
        
        Change-Id: Ie864a4d04ea1ae701ab5dbb5b93807e98d5f0f1c

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [8f9bc93ba3299efbd8ad181481e6e2e87df7c066]

        coverity#1242441 Identical code for different branches
        
        before
        
        commit 887b3a35628b349e7934f2ae7c220a1cc17c3e63
        Date:   Fri Jun 13 17:52:30 2014 +0200
            loplugin:staticcall
        
        this looked like
        
        SwFtnFrm *pFtnFrm = bEndn ? pEndBoss->FindFtn( pSource, pFtn ) :
                                    pFtnBoss->FindFtn( pSource, pFtn );
        
        which superficially seemed to have different if else branches
        
        Change-Id: I450c8080d503489902f16cc756ff9f7013971388

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [4f1cf73b4da42a8bc9147712e3c575356f7e4c30]

        coverity#1242436 Identical code for different branches
        
        Change-Id: Ia2988cdde8be62a9fb3d2895c70148a01dedf594

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [d61cb66bd83789f72dac89e56542b925cfe53ee2]

        coverity#735513 constant guards dead code
        
        Change-Id: Idba65df85e8fc2131d0cfbdd1b3c25470f0dc0ae

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [00d39034138bdb84b1304f4b6a41f265d6715c90]

        coverity#735489 constant guards dead code
        
        Change-Id: I387dcfb34dd6f1fc74ed929cb6b2833ae8e0f574

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [1075cd6b5d7d5da9e347ac934d7acf51a39639db]

        coverity#707673 uninitialized member
        
        Change-Id: Iab55c2545790bdee7104abf91d7a3df2deb21ec5

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [ab54489c3a9c24a9f85572a1e442988124f038a4]

        coverity#704894 Explicit NULL derefenced
        
        Change-Id: If1e812f9b3c93c8e81817dc599d1d732dbc68b0c

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [39a6d582a5a98f073ccb8e2bdd6832ace5eb3ca9]

        coverity#1242928 Uninitialized pointer field
        
        Change-Id: I841306c664ddc5d81ce1c84357de3b2daf32964a

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [d6dd0a3b10427e5b8b2aef6d98fcd86cf6129347]

        coverity#1242929 Uninitialized scalar field
        
        Change-Id: I77d19b131a378b16e82ce789c5d0fc99845e92db

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [7df609db556cadb78d9b861d4bea5da75deb8704]

        coverity#1242932 Uncaught exception
        
        Change-Id: I13ef24dfa1c82ad14737dac77b18e92d3abeb96b

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [0b384f2756c690a3b9ed102118f40ee4c0da5abf]

        coverity#1242943 unused member
        
        Change-Id: I6a5a0efdfa45814a59d4b7b5885850e1618a526e

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [e62e266022ff0ae1d500e8b5fd807894b9f2b60a]

        coverity#1242662 unused member
        
        Change-Id: Ie089a4afabb07e3b119563dafb162da427bb635d

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [e3883cc2a9e1edc61b23525d2daddccac9ab14b0]

        collada2gltf: drop tr1 support
        
        The detection code is wrong for gcc 4.6 and the tr1 code actually
        conflicts with the OpenCOLLADA code, because it creates an ambiguity
        of shared_ptr in the cpp files.
        
        Additionally most of the headers already use std::shared_ptr or
        std::unordered_map.
        
        Change-Id: Ibfe80e45687d34ec6fcd23339fd3f968fae402ba
        Reviewed-on: https://gerrit.libreoffice.org/11695
        Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com>
        Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>

2014-10-01  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [aa39d4946222f8b43703acb0a132c103272ef3f6]

        dbmgr: consistently initialize colum type to DataType::SQLNULL
        
        Fixes a warning about use uninitialized in
        SwDBManager::FillCalcWithMergeData().
        
        Change-Id: I03954f6d47a699e3a694269757ad9613b92c5695
        Reviewed-on: https://gerrit.libreoffice.org/11740
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [1eb35713bc985dea2e8db7a082f03b34fd4b45d2]

        Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP
        
        ...from times when code used std::auto_ptr.
        
        Change-Id: Ia4eca8b0b95a8846886884404009e895daba8a22

2014-10-01  Michael Stahl  <mstahl@redhat.com>  [3dc108c8e3df0ec26ef33e83c481eff6d629e5b7]

        svx: little more verbose exception message
        
        Change-Id: I93d5d899fa073cd7ed18e9176b50679b0be95f70

2014-10-01  Michael Stahl  <mstahl@redhat.com>  [610544eda1f1add0ba9b184fe7c2bed56f050fc1]

        chart2: fix the testDataLabelBordersDOCX on Mac
        
        This test failed on Mac because it depends on the layout being finished,
        since for SwXTextEmbeddedObjects the corresponding SwVirtFlyDrawObj are
        inserted in the draw page not on import, but in layout.
        
        Change-Id: I731b9b92838252ff50135f97343357992bc1933f

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [e3061a1976a8ebf8e021939f568e52ee736d66d7]

        Drop -Wno-deprecated-declarations workaround
        
        ...for one, all supported GCC versions should HAVE_GCC_PRAGMA_OPERATOR by now;
        for another, there are virtually no uses of std::auto_ptr left.
        
        Change-Id: I5d94c2520d43ff0a4a8f6882ce64ebed888b44ec

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [389beae2ff13286e455488d7e77d14f7aa770818]

        xmlscript: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [557737b748e4d1ffc548123a58b4fbcb4879999b]

        writerfilter: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I57f010076f73758bd5bdcf78b58553baa257df08

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [701d024e41e9f085040fd3e9c07e2737464ae4f2]

        unoxml: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ib7da2401529bbff92611abdab44d26ff009e38b3

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [ee8e81ad860f70a8c2467eaba79df93fe32e9c17]

        ucb: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I779b7a172cecd927f7d18fcbbc0f898f18089d0a

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [b0f43c629b23432008eccb78e6b2d6ef50d03103]

        Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)
        
        Change-Id: I6e45a8b00952dc3ef54f29536cf333bfdcee787d

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [a995f8279931a100713d9fcf57336a2af886e13e]

        Remove excess [%1 %2] that doesn't match any arguments
        
        ...and is apparently a leftover from temporary debug output in
        e36badb98d0bb5866a297cb51c3e95cdce62d8da "Fix workaround for bug in Clang 3.2
        FunctionDecl::isInlined."
        
        Change-Id: I3213981c5d236a7b67083014692566f75a2bcd51

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [15b45dacbc63f8ebac086d02ccc8ed170cbb75e2]

        Tired of seing changes made to effectively dead workben code
        
        Change-Id: I437fdceedac57bbeea7fd2a5fb7098bb71e0b259

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [25a76ef7910275360ef1e783d4ecd84bf329db86]

        sw: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I60ac3706b9be335c31039ed0997cb8215808ddaa

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [429b6af336ebc5e651f37d9a1826e9f7d3f88a75]

        svl: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I1b8a52a92ecd465c19fb368ba206b4fdd6d86364

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [3ed902fe4fca434755281982cb28239cbfa21672]

        slideshow: std::auto_ptr -> std::unique_ptr
        
        Change-Id: If5b81c423ec7e21f26b641b252b722d4bf467c13

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [5b401a06a616238cfbd961e2afb47a21c2835220]

        shell: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I6fc7ef7438e1b999b3b65e4e661b9e787a66cf47

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [4281abdfa8a417f7ba47c466410e1cbfed4342e0]

        sd: std::auto_ptr -> std::unique_ptr
        
        ToolBarManager::Implementation::Update in sd/source/ui/view/ToolBarManager.cxx
        is dubious.  It takes its parameter by value (so in UnlockUpdate() the passed-in
        mpSynchronousLayouterLock is reset upon passing it in), but the comment that it
        "is [...] released at its end" together with the redundant
        pLocalLayouterLock.reset() at the end of Update() make it look as though the
        intention was to pass by reference.  However, resetting
        mpSynchronousLayouterLock even in the case where pass-by-ref would fail to reset
        it is apparently important, as otherwise e.g. JunitTest_svx_unoapi would run
        into the OSL_ASSERT(mpSynchronousLayouterLock.get()==NULL) in LockUpdate() with
        a call stack of ... -> Update -> SetValid -> UpdateLockImplementation ->
        LockUpdate.
        
        Change-Id: I7d2717d5e1f8aa69c79a626c100d7fefb0cfb120

2014-10-01  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [2d1e026e7a148761d30db77c57f36cceff3d327d]

        unotest: the assigned value is never used
        
        Change-Id: I73c4945dec1db4c206948f27ba3d19fa08eedd46
        Reviewed-on: https://gerrit.libreoffice.org/11742
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [53b9a9bc7c84738545b5c7b791cea1e3d6a16c72]

        fdo#84536 RTF import: don't try to rotate TextFrames
        
        Regression from 818d80eb0cee65d1bcc4fdb74b32a7c42cc1336e (RTF import:
        support shapes inside tables, 2013-06-28).
        
        Change-Id: I05eb2f4f2e3467e35f96b280e3a79f69906a56de

2014-10-01  Jan Holesovsky  <kendy@collabora.com>  [25b110cd13b63310a41d5edbda36a8871349858d]

        android: android:debuggable setting now depends on configure options.
        
        Change-Id: I12d9c05fb05e4cf202c5c0d7b7e87c145d163fea

2014-10-01  Tor Lillqvist  <tml@collabora.com>  [66feae0c9171a9a366dc6af3b3690358a1ef11e8]

        Bin leftover stray variable assignment
        
        Change-Id: I75baf1f8b49e05702528af72b2f364a9b152d50c

2014-10-01  Tor Lillqvist  <tml@collabora.com>  [f49ff3f5769e231c08781a7598e85dca5fb8dbc9]

        We always build 64-bit OS X code
        
        Change-Id: I527c66c7be1372ab5ddf86625667d2f315e9b5d3

2014-10-01  Tor Lillqvist  <tml@collabora.com>  [ec147012340219c8bb5eaf8fe3d41be7836bc261]

        We require OS X SDK 10.8 or newer now
        
        Change-Id: I68eee76c8710c89af8e3c1e1006345f908923ece

2014-10-01  Noel Grandin  <noel@peralex.com>  [5e83f36cb5221172c76d4ab363d889f30ea70aed]

        -Werror,-Wunused-private-field
        
        Change-Id: I6516c004f75e416f016042aa561a20642db70b57

2014-10-01  Christian M. Heller  <christian.heller63@gmail.com>  [3bbb934da7368217680e67cb76d6ecd2b4694696]

        fdo#39468 Translate German Comments - sc/cource/filter/dif
        
        Change-Id: I1d44c2538baac9a1443118c95a2886db5098dab1
        Reviewed-on: https://gerrit.libreoffice.org/11736
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d691156db9b3348371c14b4f17d242beff3e9f47]

        DocxAttributeOutput::CharEscapement: avoid writing <w:sz> twice
        
        As comments-nested.odt shows, that would lead to invalid output.
        
        Change-Id: I5c8f7ae0df60f80b0e58f7007c2f7f5e2a1cee87

2014-10-01  Christian M. Heller  <christian.heller63@gmail.com>  [be5b4223c803505064c6d82a3d209da560c9838b]

        fdo#39468 Translate German Comments - sc/source/filter/excel/
        
        Change-Id: I2a5104c6da0cf9843c42b1687aec6eb9c459c3d4
        Reviewed-on: https://gerrit.libreoffice.org/11735
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [a30022e17cbf5b378c1074ce587b3ff40ac6f92c]

        connectivity: the assigned value is never used
        
        Change-Id: I6e4d2fc6563f0ff1a65e114d018675c314a04fd6
        Reviewed-on: https://gerrit.libreoffice.org/11741
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [5f45400ca17d52a4ee40672ac409b6521ad86f76]

        fdo#84550 Make 'Insert field' entry dropdown only
        
        and reorder items; rename "Other" to "More"
        
        Change-Id: I8a6f2a68fd43af2c7c25a2d14bdad09409964037

2014-10-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [92bbd7bc99103df5136b012bf3b6652a2a721ab0]

        fdo#84551 Make 'Insert table' entry dropdown only
        
        Change-Id: I26a3f2672fa9a849c370a24a5d21162cfb2a91c5

2014-10-01  Noel Grandin  <noel@peralex.com>  [15eceec17e91dd227e9f815a492df88c4aa7175f]

        loplugin: cstylecast
        
        Change-Id: I6fb9e1b1d55d5bc8e71bfbae599a4f9744d559f1

2014-10-01  Noel Grandin  <noel@peralex.com>  [e27ac011c3f1e5ccc178cc5cd8e6d46d73be2e76]

        loplugin: cstylecast
        
        Change-Id: I9fca98995131358b3b112b11e0b28feb1a3267d1

2014-10-01  Noel Grandin  <noel@peralex.com>  [c190577f754158c9e3b003a838bc97762e4773e8]

        loplugin: cstylecast
        
        Change-Id: I25b82a96aace448a8debe90c181b22976ea95414

2014-10-01  Noel Grandin  <noel@peralex.com>  [e5bf214ebb58637d1af89ea137c8952a46f14ef4]

        loplugin: cstylecast
        
        Change-Id: I6ea98852ba775d85ccd54823b67224ea7f587c65

2014-10-01  Noel Grandin  <noel@peralex.com>  [4923ac72aaca2f0671aed98de33902eac0810131]

        loplugin: cstylecast
        
        Change-Id: I58582059495f7c50880038e2174ea2de026aa1c9

2014-10-01  Noel Grandin  <noel@peralex.com>  [787ca46d94cfcd6349f42954d6abbeed030a5398]

        loplugin: cstylecast
        
        Change-Id: Idac41288539ff171e1c9fb0e12b172a311878ed6

2014-10-01  Noel Grandin  <noel@peralex.com>  [f56a5b9029006c27532279da91366d34d26cde54]

        loplugin: cstylecast
        
        Change-Id: I44408c89d00064ae00e4e0ae154ba79c35e56c7f

2014-10-01  Noel Grandin  <noel@peralex.com>  [fa537124ac2ead40c4cba7f4ce298a1982db7d84]

        loplugin: cstylecast
        
        Change-Id: Ie3d13eccdf444d569cbe40befb45eb86941160b6

2014-10-01  Noel Grandin  <noel@peralex.com>  [99bb7d664ef6c809ff6478fe2335c8a4a00e141b]

        blind fix for windows build
        
        Change-Id: I8c3d8ccccb039bc82b23d74b41ca4254f50d5c84

2014-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bab5aae165158621dcf740be9bee9fca808aa9d]

        DOCX drawingML import: handle char color from theme for shape text
        
        When we import table styles, we apply that as direct formatting, in case
        there is no real direct formatting, see lcl_ApplyCellProperties() in the
        sw UNO implementation.
        
        We can do the same here: in case there is no other formatting, then
        apply the char color from the WPS theme, that will give us the expected
        result.
        
        Change-Id: Ic8e6afc09167f7924a11ab0b445351075f16738e

2014-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [66df16469a56e0cae78ce768b2d4873f33223cec]

        Unused writerfilter::dmapper::StyleSheetPropertyMap::mnCT_TcPrBase_vAlign
        
        Change-Id: I64a7c56da33d3d093fc63168671b157c44847b72

2014-10-01  Caolán McNamara  <caolanm@redhat.com>  [a6b2c618cb02168bba950652367f494a1021cf53]

        disable cve tests by default on windows
        
        what we really want to do here is to disable if there is a virus
        checker active that will cause us grief
        
        Change-Id: Ic1162c9e1cf7a8ee09ca1dbf03b5be02dd20b981

2014-10-01  Noel Grandin  <noel@peralex.com>  [544c4fc14bca0e670ed1d59569f22c5d4a643c72]

        fdo#82577: Handle KeyPress
        
        It appears that this became unnecessary at some point
        
        Change-Id: Iee7c09d00f8dee79f51f0a93b8f5f16137c9c626

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [c8ae1787c6315bd7a8513656626132f1140e77f9]

        Blind fix for Android
        
        Change-Id: If997720635f99726e14c00132308529f96e639c8

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [609e22b0dcbadc0501847fd574f58085b0891d75]

        scripting: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I91f4a037dfcfbea83cb1ea546ea73880f0480961

2014-10-01  Michael Stahl  <mstahl@redhat.com>  [460a807809c31fbce94daacff1c89018d9ae2610]

        sal: work around spurious Apple clang warning about pointer cast to int
        
        Change-Id: I4e4281ac8767c9a6b6b85bc759f28bcf074d8e39

2014-10-01  Luboš Luňák  <l.lunak@collabora.com>  [dc7ca91a0494713a057da33cf33f1a83640f6a75]

        avoid calling OUString::copy() with length being -1
        
        Which asserts in dbgutil build.
        
        Change-Id: I0f8205ae98c5a57c430b7d8a574e4c0019855841

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [a5824fa97c7300faca3b09fe0922c9f319b3c49b]

        loplugin:implicitboolconversion
        
        Change-Id: Ia63460949a3ba58f0394f5b94e0d906ca7849710

2014-10-01  Noel Grandin  <noel@peralex.com>  [7bacb89bb955f4985e435c33dde629099dab744b]

        fdo#82577: Handle Icon
        
        It appears that this became unnecessary at some point
        
        Change-Id: I6638d68d1c44162b4aa62224dc03c19c2413180e
        Reviewed-on: https://gerrit.libreoffice.org/11715
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [709a62f9b2d49ea596b8308429f12dd4f8b6caca]

        Revert inadvertent modification of type_reference/offapi.idl
        
        ...from 9835bb562cfe3a5d386c24d86176ba7bb5ab26d2 "MM: export the SwDocShell mail
        merge via UNO."  It shall only be edited manually when deliberately going
        incompatible.
        
        Change-Id: I19c82dca3b6537631a155629d6072b516b32ded5

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [2bb99ca189358065104e99fa4933d6b28ab10025]

        mysqlc: These shall be plain "Time" not "tools::Time" apparently
        
        Change-Id: Id96a75bb8a07ea3b9701b9fe4692dfc81dbd8295

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [4687ce06757e75432bde17bf4077e45ce88bb126]

        Constify dumpAsXml and friends
        
        All these dump functions should never change the dumped objects
        so 'const' all of them.
        
        Change-Id: Id83422e3950a73e48feb4708fbd4c251506997e0

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [d10f6d49b77dcf955629901937d8d5e3a2976a6c]

        MM: first unit test and infrastructure
        
        Extendes SwModelTestBase with mail merge functions and a declaration
        of the DECLARE_MAILMERGE_TEST macro and uses it in a first test.
        As most tests it's registered as a slow test run by 'make check'.
        
        The broken MM used to drop the leading empty pages, which resulted
        in a document with 4 pages and the two page bound draws merged
        per single page.
        
        Tests the MM result for page count (eight) and each draw anchor to
        be on a different page.
        
        Change-Id: Iab17f5844e68221d48cb89863323bcfe4c8ae0d2

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [5187ce45b93e5e841e541eac98da3fa2110fe632]

        MM: add non-UI LoadAndRegisterDataSource function
        
        For the mail merge unit test we need a function to register new
        database sources without any UI interaction. This refactors and
        introduces new versions of LoadAndRegisterDataSource, which gets
        all previously interactive values as arguments.
        
        Change-Id: I1601b4112ddc800a0935950133d386ce349b9087

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [9835bb562cfe3a5d386c24d86176ba7bb5ab26d2]

        MM: export the SwDocShell mail merge via UNO
        
        This saves the loading time for large document. Use it if you
        want to present the generated document to the user or write a
        mail merge unit tests.
        
        This includes:
          * renaming "only" to "shell" at multiple occurences
          * dropping the DBMGR_MERGE_SINGLE_FILE special type for the mail
            merge wizard in favour of an additional SwMergeDescriptor
            boolean
          * cleanup and renaming of the internal merge type enums, so these
            actually  match the diffferent merge targets: printer, email,
            file and shell
        
        Change-Id: I33c6773972195193687ba9c3e12b562310d330c1

2014-10-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [0a5cd87e591d7f87bfab92716079af719259f143]

        MM: dump debug documents based on environment var
        
        Introduce SW_DEBUG_MAILMERGE_DOCS=<n> to dump n mail merge debug
        documents (partly merged and working copies).
        
        This will speed up mail merge unit tests and allows dumping of
        an arbitrary amount of intermediate mail merge documents.
        
        Change-Id: Idb9fc19f99ccafe5574897bd1e687d439c52ebe5

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [4b0197627dcd031758b6ced994f718ce777e69eb]

        Use sal/log.hxx
        
        Change-Id: I54fd66b8788171884c6d3d6e7645871615d48080

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [585ac6e4dd49d8cb52e575a0ba1aaec9b58aa835]

        sal/osl/unx/thread.c -> .cxx
        
        Change-Id: I6cb46a51dda3fda51a3b6413656da15fc5bdb04d

2014-10-01  Noel Grandin  <noel@peralex.com>  [fc04f76336fdf8c96e35382cdeb497e2f939705c]

        fdo#82577: Handle Time
        
        Put the TOOLS Time class in the tools namespace. Avoids clash with the X11
        Time typedef.
        
        Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866
        Reviewed-on: https://gerrit.libreoffice.org/11684
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-10-01  Katarina Behrens  <bubli@bubli.org>  [eb4811590c85895ce531674596bdd6afb3397725]

        Fallout fdo#83010: wrap on limits also in corner cases
        
        e.g. when spin != 1 and min != 0
        
        Copies the algorithm from now non-existent WrapField widget, it used
        to work there ...
        
        Change-Id: Id12f2565f10f272bec4e61737add9c197b674d3b

2014-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d620629521aee48dc820b6970ca446c329d0b09a]

        Use constants for ST_LineNumberRestart values
        
        Change-Id: I9fe7909bb8f6174ac05edb340a7d5606f077679d

2014-10-01  Stephan Bergmann  <sbergman@redhat.com>  [25fbd8410ad05d2f4bdf03b658ac8ce5bec6faf8]

        Replace TSdrObjectPtr with unique_ptr with custom deleter
        
        Change-Id: If15e1bab07ee5e9c70a6a0f1961ec2db0c946eb5

2014-09-30  Palenik Mihály  <palenik.mihaly@gmail.com>  [0ada00bd9b4f10861d37b8802564a2ace7385aa2]

        Improve SvTreeListBox class
        
        It is possible to set alternating rows. Expert Configuration
        dialog use it.
        
        Change-Id: Ie43a87ca05be73fdb345fa4866f31c2c36b7cdf1
        Reviewed-on: https://gerrit.libreoffice.org/11663
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [9bb04da4bb18342a107bb843d8054e178d97ae28]

        sw: when getting a property value in a unit test, a void result is a bug
        
        Change-Id: Iba0e43c198c3380426d0572427c591f4d77ba09b

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [09046504749cb59cc5b8f257658f49ffa93622c9]

        actually the LineStyle property is *write-only*
        
        ... which is highly suspect in any case, but whatever.
        
        Change-Id: Ibeff36a7d30750fc33e9729b067f86b3901d1c76

2014-09-30  Caolán McNamara  <caolanm@redhat.com>  [c84ce79132c674b4c2d31da8997ed77671323dfe]

        Resolves: fdo#79129 Crash in oox::drawingml::LayoutNode::setupShape
        
        Change-Id: I0bafd2c43d29806eea0ff0cb165e67aece53488f

2014-09-30  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d59e33500a250824e713afacef2ea295576caba6]

        fdo#62081 Improve split menu on style dropdown
        
        * Remove "Apply style"
        * Add "Update Style Based on Selection"
        * A11y:
          * Context menu key: Open submenu
          * Return key: Apply style
        
        Change-Id: Ib2960baa1412a05ea00b0e214d1af0a3d119e852

2014-09-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [4badca074088b1f1a70b340d53fc464ec11e3d29]

        forms: use Arrays.toString in integration.forms.RadioButtons
        
        Change-Id: I797692857c874d879192ca9a4ff73b98ed5ebd86
        Reviewed-on: https://gerrit.libreoffice.org/11721
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [73d6c6b51ba690033b8fc8998b016a4709bf4b0b]

        forms: replace StringBuffer with StringBuilder
        
        Change-Id: Iee1b7ea214e5ed2fdd8bd5fe93dc16fbaaf312a8
        Reviewed-on: https://gerrit.libreoffice.org/11720
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Noel Grandin  <noel@peralex.com>  [9bcd96a36e323a1c70eeefa81f2c8ea595f59444]

        clean up some weird type-casting in SvxRTFParser
        
        ...it was casting between a std::vector and a struct.
        Just store the struct.
        
        Change-Id: I37afa2ea27aa45d0849e01b45837129719eaf138
        Reviewed-on: https://gerrit.libreoffice.org/11705
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [88b671d3d879fb04fdd282f30264e6c6bfa019ee]

        fdo#79269: add a unit test for first-page header too
        
        Change-Id: I787c72cd219e16ca89a00dd9073448d8264e7bd8

2014-09-30  Michael Meeks  <michael.meeks@collabora.com>  [28eec2207c763399d07fe01da8858b679d64b322]

        android: disable packaging of un-needed UI files.
        
        Appears to save ~10Mb of apk size.
        
        Change-Id: I7c49da979e2868628bf3cf07937e898d717a5071

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [89c72084b23b14780d0799f2f2f32c579212f497]

        sc: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I25468d578de597ff9aeba3ffc850c630fa532767

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [741629f48a3fe72fb1e9fb68077446907585e852]

        Some glue for using std::unique_ptr with the Boost Pointer Container Library
        
        Change-Id: Ie975e963ed64fb96542a9771f85eef72d8266496

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [dff61f82c02b487fe3a81d457f9bdf672c33db09]

        Get rid of some auto_ptr
        
        Change-Id: Icd477e433f0c294c823c64147d49fb4ac6bfb447

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [891d0b077f380fdd8adf554613c5b03090f8120f]

        reportdesign: std::auto_ptr -> std::unique_ptr
        
        Change-Id: If387245dd587d4191589fcf93c02f1ca12654456

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [78f7b8f67a7765fe103dbe1ac6b0e02ff6d5939b]

        vcl: use DBG_UTIL for additional members in SolarMutexTryAndBuyGuard
        
        ... for consistency, and to keep the ODR police away.
        
        Change-Id: Id4bf23be1e57cc29dfed9331d75034a33c2910f8

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [b98434d0170f2c1ff5b60f74d871ada81d897647]

        SfxBroadcaster: add some SolarMutex asserts
        
        It is extremely likely that calling SfxBroadcaster methods without
        SolarMutex lock is a bug; in case somebody finds a counterexample, this
        should be reverted.
        
        Change-Id: I4706671cfa22a3cfaed9cd33d4a77b14a57bb661

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [440b0985cb334f5e76cb0c3f3bcb17135936e035]

        SwXAutoTextEntry: de-register on SFX_EVENT_PREPARECLOSEDOC event
        
        Evidently (sw_unoapi) it's possible that ~SwXAutoTextEntry() completes
        but the thing is still registered at a SfxBroadcaster - probably because
        the Notify() method may clear xDocSh without de-registering.
        
        Change-Id: I81a7f4ab3a9f3d685181891d6a7f5a826b7d2bf0

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [0569e10d01a01b9fe3bf18245799dd6f264fd7df]

        sd: SdUnoForbiddenCharsTable gets a SolarMutexGuard too
        
        Change-Id: Ie742b7e38e60f6a77f6b7c3e56ac415d8cb836e1

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [212f25c2270f6d2c32e10c86f4bf3c6cb36e4daa]

        scripting: another missing SolarMutex guard
        
        Change-Id: I762dad4d94ab4f27912b4ddac5b6a77f7d685cb8

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [7d754a84926196ff97b548fb5ac4490031885803]

        sc: ensure global variables in tests are cleared before shutdown
        
        If the destructors run from exit handlers, they could access already
        deleted globals from VCL etc. and crash.
        
        Change-Id: I265046e95998a4384e1ce0f1f205d03c078a40a9

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [3da8256185696f5bfa9a4835d398558d5950b73d]

        SvxShape destructor un-register at broadcaster with SolarMutex locked
        
        Change-Id: Ie9bd6d0fc1b221e77c4d37a26c999aa34afbe0ee

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [3a218acef4004d8f4dc53bf904127b2a7de3f96a]

        sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()
        
        This can race against other threads calling AddUnoObject(), and
        hopefully this should fix the assert from SfxBroadcaster::AddListener()
        line 96 that has been observed in sc_unoapi.
        
        Change-Id: Ia2dd38a499c51a77c54cffe9dde31e14053ae0e5

2014-09-30  Michael Stahl  <mstahl@redhat.com>  [bc8a11cf663c41fbe3245640a6159bd0ea6d9ce7]

        chart2: add a SolarMutexGuard in ChartView::createInstance()
        
        SvxUnoNameItemTable::SvxUnoNameItemTable() registers a listener at
        SdrModel, surely that needs a lock of some kind.
        
        Change-Id: I80d5a31be66e75f07e8abd26504bdcc93ffd22a3

2014-09-30  Florian Reisinger  <florei@libreoffice.org>  [d0aba6a01c876a91d1c7ebb3800c7a8428534dec]

        German comment translation.
        
        Change-Id: I2a0691724e6cf0248f9b5854b824f0d6d52308ba

2014-09-30  Juergen Funk  <juergen.funk_ml@cib.de>  [e98e9fda34736731e4c539b1799abb4257219988]

        fdo#38884 Fix setting X position with dbgutil enabled
        
        When the dbgutil switch is set, the code is not inline
        but in the cxx-file.
        
        Change-Id: I5a6aeb3c28c4567cfc97baccfb4872b056db609b
        Reviewed-on: https://gerrit.libreoffice.org/11717
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Juergen Funk  <juergen.funk_ml@cib.de>  [bda9193e7bb7c1315e79b904bff3c42abd81159f]

        Fix fdo#58161 UI: White Paragraph style invisible in Styles Drop-Down
        
        Use the Color-Class-function "IsDark" and "IsBright" for decision to
        make a change of the font-color with DecreaseContrast or DecreaseLuminance.
        
        The change is only in the Styles Drop-Down
        
        Change-Id: I65ac4a0bd2f72ab95e61ce2f70bca009e4f06725
        Reviewed-on: https://gerrit.libreoffice.org/11716
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [31432c4469e7e0d05516143533d6b5e0b411dda3]

        fdo#53920 Switch back tab at RefButton closure time
        
        Bug occurs because visible tab is not the initial tab. So, instead of
        switching back to initial tab at dialog closure time (removed from
        cellsh2.cxx), this commit proposes that switching back to initial tab
        is operate when expanding the RefButton shrink dialog.
        
        Change-Id: I3cf7ed14054fa69881d4ecbc55c48dfbfc4356aa
        Reviewed-on: https://gerrit.libreoffice.org/11660
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-30  Matthew J. Francis  <mjay.francis@gmail.com>  [9db2eeea92d3a1e0571ae91eb74e218662732be9]

        Avoid leaking a GtkMenu
        
        This is only freed on application exit, but in as far as there's
        a point to freeing it at all we should do it properly.
        Our handling of this GtkMenu is "unique" - it isn't owned by
        anything, and we paint it ourself manually. Therefore, in order to
        handle the refcounting correctly, we should sink the initially
        floating reference, and explicitly unreference it to finalise.
        Valgrind confirms that the leak is eliminated by doing this.
        
        Change-Id: I4c796c4d37dd8f514aff9768fab66168d36bae64
        Reviewed-on: https://gerrit.libreoffice.org/11682
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [3aa70e21d7d5fdbf68aebe90a4967ec8350db43f]

        [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classes
        
        <https://wiki.openoffice.org/wiki/Documentation/DevGuide/JavaBean/The_Internal_Office_Bean_API>:
        "Prior to OpenOffice.org 2.0 all Office Bean classes were in the
        com.sun.star.bean package.  As of OpenOffice.org 2.0 the classes are contained
        in the com.sun.star.comp.bean package.  The classes of the com.sun.star.bean
        package are still contained in the officebean.jar but they are deprecated.
        Further development and bug fixing will occur only in the com.sun.star.comp.bean
        package."
        
        Change-Id: I9421bfba941d9801a5cf8886ca971275740d178a

2014-09-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [1c70f59c133256f3ee0411a3b625916ad62a8603]

        forms: the assigned value is never used
        
        Change-Id: I8eadc27ba8880630ec93c68145969f3e8ba6c189
        Reviewed-on: https://gerrit.libreoffice.org/11712
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-30  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [62bd1d1783e60df69e592acfafb94b5dbc2e8d78]

        forms: remove import from the same package
        
        Change-Id: Ia15b4586e183bcd24a47c1a072c4d6e8ca280e98
        Reviewed-on: https://gerrit.libreoffice.org/11714
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-30  Noel Grandin  <noel@peralex.com>  [d8c05aa3b9fb6d364511bf416f21e827438ad16b]

        fix windows build
        
        after commit c9d4a2887c13a5df244022276dd79a5bef8af0ea
        "fdo#82577: Handle PolyPolygon"
        
        Change-Id: Id7b06bc1889bd84c37b1d4b7ddd542ad1d12ada2

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [2d7b5dd5f943a898fec190eff565639245a9c14b]

        registry: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I9489f90a63d477e8802634e7850d3a3fa8e4d133

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [61d048b71bd76eec6a4dbe861646e184b55345ac]

        package: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Iac189fef77c930e35cbd20452027662127047e01

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [f94fffaf529052b4b959a64c2a6bf2671e7750ed]

        mysqlc: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I0eb5f9fab5955d1f5790d3f5d269e069aff1c201

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [5e557a5f987b70f064e3381bda45bd882d651546]

        lotuswordpro: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [7bc8c92bd9a261d81fd48219c2868f2b9ceff56d]

        linguistic: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I4eb6a5aee50709093e70d5c4863f0c029d691471

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [67009cf202e2a9bca3ac095870f6d64a47f09157]

        l10ntools: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I595506b8c6d127abaa8d86bd0ed263edba210bb5

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [3b094090b6f856f3683a97ca66b46df1e79694b2]

        idlc: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I0d64c9b2b7aeddfd70541a14c8a325fea9944c39

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [381044bf28ef081a0eaf54007ed34af8c309261b]

        i18npool: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I084e8dfd026d59374d92d9b4cb45d63af2aea470

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [00061554c5df8034e2dc4803bb1433b8eb074f8f]

        framework: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I6ef5e9018d1e33c205eae934c404d3391a4693f2

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [3b206d4818270997166421e332ecfe2578c56f70]

        forms: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ia8f045715a508de77c8ce86cf224a3038162faac

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [3b5345e1234d2ede54cb971ff2881719da26e6a7]

        extensions: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [fddabddb0ad178ce6989d254c6001126d7bd23c4]

        desktop: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I450ee7134454321365d9d153522b8942a3d7d811

2014-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [548b360c0e4693aac0cbdd2fcc1aab433fc54010]

        Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()
        
        Change-Id: I1eb3778e6bcdd8c44ffb9a7548add109331fc83b

2014-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a87d0bc0f5ace66c5d0d71f310f99ba9dbebc543]

        SwModelTestBase: include name of document in CPPUNIT_ASSERT msgs
        
        Change-Id: Ice6834702419e6d2e8b7eb3051aeea2c9b596249

2014-09-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cfe658c289de030dc3a8fecd3bac0a0004a18061]

        bnc#584721: invisible text because of wrong color (white)
        
        Color::getColor() method uses some caching mechanism which
        works wrong when the result depend on one of the input parameters.
        So avoid caching in these cases.
        
        Change-Id: Ifa9221e21e685715454de86d5cec09ff6c266307

2014-09-30  Noel Grandin  <noel@peralex.com>  [cf86b3435bb9c4068ab4de6068a4b4ac99025619]

        fix windows build
        
        after commit c9d4a2887c13a5df244022276dd79a5bef8af0ea
        "fdo#82577: Handle PolyPolygon"
        
        Change-Id: Iac00779e4f8d94bc93a4112f7ad6abf3db14fad5

2014-09-30  Noel Grandin  <noel@peralex.com>  [c9d4a2887c13a5df244022276dd79a5bef8af0ea]

        fdo#82577: Handle PolyPolygon
        
        Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows
        PolyPolygon typedef.
        
        Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66

2014-09-30  Noel Grandin  <noel@peralex.com>  [d17d4d48b5dc3332fd03f6ef186ed2bda4665e7c]

        fix TDE build
        
        after
        commit 8dbde0845a3989528614addb9bd0333f60c522a5
        "fdo#82577: Handle Region"
        
        Change-Id: I9c3d0ff72de1d3ff2e5c16cf12869e753ec10857

2014-09-30  Yousuf Philips  <philipz85@hotmail.com>  [f178c2c68d51087e0f348f3abbc131baeded8ccd]

        fdo#84405 TRACK CHANGES: New icons for the changes toolbar
        
        Change-Id: I28c4677df53137d46cd103fe224a2747bc56e5ed
        Reviewed-on: https://gerrit.libreoffice.org/11681
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [07385d97cee03e7d0913c4817a65fd65581c9505]

        Removed obsolete Region/QtXRegion nameclash workaround
        
        Change-Id: Iccc59319ff2a7f5612017f4a146928afbac674ee

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [61a66b612eaeeb38d5d9f9aa83326be6b08c1b6f]

        external/libeot internally uses --std=c99, do not overrule that
        
        Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493

2014-09-30  Noel Grandin  <noel@peralex.com>  [7561a0f9a2df9231596576af9f8b78f4f3621270]

        loplugin: cstylecast
        
        Change-Id: Ie5cbad7ee18b0ecbca5df97808431be577449c32
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [b8ea41a98ded7dc2eae22f05ad427b6958702d0b]

        cui: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Iea8b3def77842541129c16346270aa262654fea4

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [05dfa2f6bfaffd0caa380d246027082bd2969aba]

        cppuhelper: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I601fac44b272671b2763b45c5ef284cdd44d5066

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [476f5aad6efc176c88309f18ce686fd3fc1be609]

        cppcanvas: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ic4584e4fe22c81c30d110ff65e79217f690f56f0

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [d8e21f0400c5ae77e388ef81b7fcad9f65401c65]

        compilerplugins: get rid of std::auto_ptr in comment
        
        Change-Id: Ia2b1bc97f3476da7bfbe659e5160cd5c73c01ce5

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [a866478d92e9972b1c3f52b399bfadf7aacfd396]

        codemaker: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I205c0908254f13970315f8e159997a5ec2f96ed3

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [be31d107f5aa5e03b78772aaf67d8685b20965d1]

        chart2: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ia92c18858c8ed7cfc2765cc2310f3bf7bfd7e8df

2014-09-30  Noel Grandin  <noel@peralex.com>  [e4c996d3627f95df693cb702451201c277f04b18]

        fix OSX build
        
        after commit 19a35bcd5beff8d1fede856c6c4078dd6716c1cf
        "vcl: cleanup vcl/inc/quartz/salgdi.h"
        
        Change-Id: I1f6334cb2751662b81d3ac027982ece4ccac4d34

2014-09-30  Noel Grandin  <noel@peralex.com>  [8dbde0845a3989528614addb9bd0333f60c522a5]

        fdo#82577: Handle Region
        
        Put the VCL Region class in the vcl namespace. Avoids clash with the X11
        Region typedef.
        
        Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291

2014-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [b69478acff4f5b7a9d334a765a1a528d44d7b3a4]

        Use constants for ST_VerticalJc values
        
        Change-Id: Ib7d2ecfa2c5bcbda55859144af6b55bc8ef09c3d

2014-09-30  Stephan Bergmann  <sbergman@redhat.com>  [68daa8a22611605299ac3174a3632191f93236d9]

        xmloff: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I8baa6c0573af3629bacbf1891c3196c165883d9e

2014-09-30  Tor Lillqvist  <tml@collabora.com>  [38975e16ecfd900a14600f2f1383608b659d253b]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ibcb6abe7162197dec35f4626f158448ff538542f

2014-09-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [6a6e8628bdbe60931ce8e7fa9f4bb66170f7737b]

        vcl: fixup last cleanup
        
        Change-Id: I628b50b3dd7914edcacb571ead226146455f62f1

2014-09-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [19a35bcd5beff8d1fede856c6c4078dd6716c1cf]

        vcl: cleanup vcl/inc/quartz/salgdi.h
        
        Change-Id: Ib34aa29bfa191efda8d31486a60ae0e607787387

2014-09-29  Michael Stahl  <mstahl@redhat.com>  [9ea9d4d7c5db4fa85be2e14d29fe631d58b9e60f]

        fdo#79269: sw: more cleanup of SwXStyle's FirstIsShared property
        
        Some of the checks for it can never be true given the preceding list of
        WhichIds, but there is one other case that needs the special handling.
        
        Change-Id: Iaf396960d064d0c9f2a950c2d02db1654a669d45

2014-09-29  Michael Stahl  <mstahl@redhat.com>  [0f21f932081471b2a5eda820fa1a194fbf3ab85c]

        fdo#79269: fix ODF import of style:footer-first
        
        The implementation of SwXStyle's FirstIsShared property is busted, and
        that causes xmloff to write the footer-first content into the master
        footer.
        
        Change-Id: I520a4929d9d7313da65bcdcf4094f8244382377d

2014-09-29  Michael Stahl  <mstahl@redhat.com>  [87331efa9b190793c1719b31a62a2eef6a66f92d]

        sc: fix locking in ScXMLConsolidationContext
        
        Essentially revert commit 4fa05ecc089a027f243e87f76cc9bcd1f70447e4,
        plus move the unlock to the dtor for more RAII-ness.
        
        Change-Id: Ie5a9cc183626e3f5b005348606bffa69c4be4f7f

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [67a9ae4dd80cefe04225d4fe5f7b5ff3ce3bcca8]

        Improve debug output
        
        Change-Id: Iba0c35a5bc07ac7b67186c3eeae1a2c926a6bc69

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [18539f46e96c53d5c33217df5b311cd95f6a0caf]

        Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layout
        
        Change-Id: I60db70c38d138455230ee56a26d840aa68885b44

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [f6848ac7375fec8dd3e883c6efe6206dda88fe63]

        Adapt unoinfo to new Mac OS X LibreOffice.app layout
        
        Change-Id: I0e7fc27f558de2af7e860ca2ab2da1952fc85678

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [a67e6ae04086f2f60bb9747fbfc09a5a3d303d84]

        Precise, platform-specific Class-Path path for NativeLibraryLoader use
        
        Change-Id: I01a521f5d5104bf2e6046330e2d667155c27a604

2014-09-29  Michael Meeks  <michael.meeks@collabora.com>  [02f57e36bf28312c4163d2240bbfe913d1b13823]

        LOK: avoid crash when zooming using quadview
        
        Change-Id: I89a8c9e44906326976c3dc8057e1637affaf2521

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [2311c8d6771e15bb7573eca6681775256bc94826]

        Precise, platform-specific Class-Path path for NativeLibraryLoader use
        
        Change-Id: I4aecc887fc4654618444616ef83ff71266a2f93a

2014-09-29  Michael Meeks  <michael.meeks@collabora.com>  [ca537697804c22eeed1b52b2540e9d02c7cdebed]

        chart2: take the mutex to update the chart structures.
        
        Change-Id: I8ee6ec81913c008eeb67cd70a2490b523b0d8177

2014-09-29  Caolán McNamara  <caolanm@redhat.com>  [65277f994ae25d930c15aebba0ed19f8de0abba1]

        Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::Get
        
        Change-Id: Ib21a4a1574119120f09d4ecac73b93a0f2f6739f

2014-09-29  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [4c23ff3c18bc89b12ee59d1769037f01cc6ef683]

        Rework the Compress Image dialog
        
        * Switch to an horizontal layout
        * Drop the expander and make file info always visible at the right side
        * Resizing didn’t make sense when the expander was there, still doesn’t
        * Sentence capitalization for radio buttons and check boxes, see HIG
        * Add it a title!
        * Make it modal
        
        Change-Id: I08215b122bd9466c33fdc93e3c007f4aaf47b4e5
        Reviewed-on: https://gerrit.libreoffice.org/11671
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [826530854a776717dd1455913474892932d9b0f5]

        vcl/osx: std::auto_ptr -> std::unique_ptr
        
        Change-Id: If54aaffc6d88569220c4f1747926aae3199946b8

2014-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c88837f0d8e2f679d779ebb5128ac6e15f022b9]

        SwModelTestBase: allow validating only a subset of the test files
        
        Also, as a start, enable export validation for zoom.docx.
        
        Change-Id: I4620fbd516eeb4001770a4d69a89e7831566af92

2014-09-29  Julien Nabet  <serval2412@yahoo.fr>  [2b2246bb164ae58a39843218dcbcc425e4c38803]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I01999bc1283024bc4a1c380fd765a64b2da8a16a

2014-09-29  Michael Jaumann  <meta_dev@yahoo.com>  [0ed0974298992ae871a8fbe79f856cf2588aeec6]

        fdo#59299 Personas for bottom toolbars
        
        Change-Id: If823964bf3bb67563504db61b6c5d557cab89243
        Reviewed-on: https://gerrit.libreoffice.org/11609
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [e5bbc721d6bd5536bdd34f33fc79933a379f2919]

        test for mso-position-(horizontal|vertical)(-relative) (bnc#884615)
        
        Change-Id: I692de6c6d3cf2b932ba96cd9978cf56f75b8cb3e

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [16dba68cf1eff65b81fbc75d1138604acc8abd08]

        map FRAME to VML's text
        
        Again, that's what this file does elsewhere, that's what (incomplete) import
        did before my changes, and it seems to match better the position that such
        an element gets in Word.
        
        Change-Id: Id09150eaaa505e6ddcd4baaf4a833000d52dd71d

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [b3bee2b8f8603700751941477504c47286355c3a]

        map PAGE_PRINT_AREA to VML's margin
        
        That's what the code does elsewhere in this file, and also import does it.
        
        Change-Id: I30e608f86a9cae66eed48dbb2e719b1455327ae3

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [6ceeb0df6987bb7f70423b473b31eec54526481d]

        proper reading of mso-position-(horizontal|vertical)(-relative)
        
        Change-Id: I50f537c697f6e73c1fd150f3f03fc65b85ccbeaf

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [1424a8174eb37d26a2ec41a981a74f34661c0044]

        export in .docx also vml mso-position-(horizontal|vertical)(-relative)
        
        Change-Id: I65321bb6244e0e37ef673d726b698c3708711d53

2014-09-29  Luboš Luňák  <l.lunak@collabora.com>  [f6fa78766ff7b6ed9f18228cfac21dccbd88706e]

        docx ST_VAnchor does not know "column", it should be "text"
        
        Change-Id: I3a5ab08e349c5c071373cda2f62e3cea593e263c

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [7d07cefa0e6fa7a1dc1ae0e22f0625975e8f57ac]

        Don't try to write into invalid locations on iOS 8
        
        Change-Id: I6a91dbd32bfebf26dbc4a83312cbe5b6af9c4fe5

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [0b72a16541cc6efa4ebc3dda9a68b0b8c7aaf352]

        Pretend the app-specific "Documents" directory is the home directory on iOS
        
        Change-Id: If8fda4b27adb2f83cbdfdbb20d90ced77e467a54

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [d680f6c924148a20a994ae2fb6898fabcffe7f77]

        More sal source files for debugging convenience
        
        Change-Id: I43f693901e10a81c486c4f4b10c9bb9c70af3448

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [4a62d68ab0d18eafa8c1bbaf76579634e06f04dc]

        Add some new source files in vcl
        
        Change-Id: I2908fd1e93e7aa2a515c152508b66d4de38436e6

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [0a4d780413c817363b97cdf0f0f0451bf9790f7d]

        No extension cache to clean unless HAVE_FEATURE_EXTENSIONS
        
        Change-Id: Id19a93b0b428849a3590e2e28e081154c443e949

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [d83cd0bc896f879d7964003a16b3b9da63e3683b]

        Add desktop/source/app/*.cxx for debugging convenience
        
        Change-Id: Idba63c9a88a6f255c58296df64f9d74379a3cc4e

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [b48e90799d85e25092fa07ee47bb5a94588d4c82]

        vcl: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I5a08186b465b15311c63784506a0ca0e119286e2

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [0b23ac2c9d36c89137feeb82d0aed7a8628a53b7]

        vbahelper: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ic1b28e7f79cc7dad6a045eb64e5191991533990d

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [b78b143416789307f29bf6e9d06ae49689d9a18f]

        unotools: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I07d536d0ffdc9e09d8d0799396ad6e6c6909cf45

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [1467751fd825218a44c735642d5fcb82e661ea4e]

        toolkit: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I4566a0b7215b729f04591bed0ad5bed42f71f227

2014-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [27f58d539d2e322f5a1c68e406abfea783be3e6a]

        DOCX export: fix order of paragraph mark properties child elements
        
        Change-Id: I9e272996b478abe138448d305a54920b762a89b5

2014-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [337d3940d6dd3eecb904c171ef0e83e62ccd1baf]

        DOCX export: avoid duplicated w:sz child elements
        
        sw/qa/extras/ooxmlexport/data/zoom.docx is a reproducer for this,
        DocxAttributeOutput::CharFontSizeCJK() is just a wrapper around
        CharFontSize(), and both produce a <w:sz> element, but to produce valid
        OOXML, only one child element should be written, so ignore the second
        one.
        
        Change-Id: I7474fccadccf573f706c9b148b7e450c39ad5efb

2014-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [1415082606ffd1df8dc5890124e94516de503d4d]

        drawingML export: fix remaining rotation / flip combinations
        
        With this, each rotation = 0 / 90 / 180 / 270 and flip = none /
        horizontal / vertical / horizontal+vertical combination (16 cases) are
        exported perfectly.
        
        Also, this matches what the (binary) [MS-ODRAW] export does, see
        ImplEESdrWriter::ImplWriteShape().
        
        Change-Id: I04030c8c6819c35c06ce97400eb7e2f1f7389a5f

2014-09-29  Michael Stahl  <mstahl@redhat.com>  [09196ca6ca9347a214ca4e73d02eda0eb6385c29]

        vcl: use WT_EXECUTEINTIMERTHREAD for Timer Queue
        
        Currently the timer callback is running on a separate thread, but that
        is unnecessary since it just does a PostMessage().
        
        Every thread stack stack mysteriously eats 10M of VM apparently despite
        dumpbin -headers soffice.bin:
        "989680 size of stack reserve, 1000 size of stack commit"
        
        Change-Id: I6eac3f6fa45939cd5dbb3dfbec61f9a504bdaa8b

2014-09-29  László Németh  <nemeth@numbertext.org>  [0597f3bb6b6066255b0ce50ea98d2dd7e2c6708b]

        Set relative heights for all default heading styles
        
        The relative height "100%" (used only by Heading 3 now) is converted
        silently to absolute height (btw, also in the dialogs and in OOo, too).
        Using 101% instead of 100% fixes this problem, so setting a new height
        in the parent style "Heading" (for example, by Tools->Options->
        LibreOffice Writer->Basic fonts (western)->Heading->Size) can change
        the heights of all default headings, including Heading 3.
        
        Change-Id: Ia44ac9d24041b75f0aedd7b56340dd41caf0020e

2014-09-29  Caolán McNamara  <caolanm@redhat.com>  [5aa360cae0383f270c12708e7e94179a7fde6711]

        Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrong
        
        writer has code to fill in missing new properties from the old properties
        if they exist. But xmloff is stripping them out before they get there.
        
        Don't strip them out, and add in a missing check for one of the
        archaic bg colors and add a regression test for fdo#81223
        
        Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff

2014-09-29  Caolán McNamara  <caolanm@redhat.com>  [8dd2a4f0c80db25f744147206ff1e69cf976f73f]

        revert hunk that makes sw_ooxmlexport tests fail
        
        though it did seem on the face of it a good additional safety check
        
        Change-Id: I76e613c0f42662d87f976d9b3bf98a4cb44b3c4e

2014-09-29  Michael Meeks  <michael.meeks@collabora.com>  [cc335e4a72ca2814ef17ef4245a349184fdb937e]

        scp2: define BUILD_X64 for winexplorerext.
        
        Change-Id: I06c253cc53121559730f23906fd3ff34a4593d27

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [975565399114f391df3333d6319040e690cde785]

        MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>
        
        ...producing error messages about trying to access private undefined unique_ptr
        copy ctor etc.
        
        Partial revert of 014e7933af751bfe0a03867373b82efa806f3a3d "svtools:
        std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to
        std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only
        supports auto_ptr, not unique_ptr," going the awkward
        
          std::unique_ptr x(...);
          push_back(x.get());
          x.release();
        
        route instead (which could be simplified if boost::ptr_vector::push_back ever
        started to support unique_ptr).
        
        Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [dc635425118c77d35534d1bf8b3aa12a1ad95752]

        svx: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7

2014-09-29  Caolán McNamara  <caolanm@redhat.com>  [d3de12fcfc85feb36eda3b0495807ef11d8fe772]

        Resolves: fdo#81277 missing table cell background color in doc/html import
        
        a regression from one of the DrawingLayer FillAttributes
        changes of...
        
        commit 7d9bb549d498d6beed2c4050c402d09643febdfa
        Author: Armin Le Grand <alg@apache.org>
        Date:   Mon Jun 2 15:00:50 2014 +0000
        
            Related: #i124638# Second step of DrawingLayer FillAttributes...
        
            for Writer objects, now added support for Paragraph and PageStyle (including
            Header and Footer) for direct attributes and style attributes
        
        commit 4a0b5e569d070c286daefb0fdfe45c0dd15d241c
        Author: Armin Le Grand <alg@apache.org>
        Date:   Thu Apr 17 16:44:58 2014 +0000
        
            i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...
        
            ... EmbeddedObjectFrames in Writer
        
        commit 6e61ecd09679a66060f932835622821d39e92f01
        Author: Armin Le Grand <alg@apache.org>
        Date:   Wed Mar 19 16:17:02 2014 +0000
        
            Merge back branch alg_writerframes to trunk
        
        all of which set all RES_FLYFRMFMT and RES_FRMFMT SwFmts
        to use the new fill attributes, but
        
        a) didn't change the aTableBoxSetRange for SwTableBoxFmt to include the XFILL
        attributes, so importing cell bgs from .doc got dropped
        b) didn't make any effort in the uno api for XCells to do the same sort
        of mapping that was done for XFrames
        
        its unclear to me if SwDrawFrmFmt is actually adapted or not, I've
        assumed that it is here
        
        Change-Id: I8d71def2aef6163099a16591f9e53ba2b430bd06

2014-09-29  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [bf7ddfdeb7a81c112c5c9c25c4819bc576e87859]

        Fix java.util.Calendar.set in integration.forms.DateValidator
        
        Change-Id: I1bd87c623b923469c325ebfcba4ba82e2a648ae2
        Reviewed-on: https://gerrit.libreoffice.org/11694
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-29  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [72f50083e713bb4f25b6acc31ecad3ae7aa9050e]

        forms: getMonth() and getYear() are deprecated in java.util.Date
        
        Change-Id: I31664bbd8c1c3b02e8a7381226d4d558b37466a2
        Reviewed-on: https://gerrit.libreoffice.org/11690
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [014e7933af751bfe0a03867373b82efa806f3a3d]

        svtools: std::auto_ptr -> std::unique_ptr
        
        ...changing HTMLOptions to std::vector<std::unique_ptr<...>> because
        boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr.
        
        Change-Id: Ie5f92bc40ce5425dc1c634b17addc2b0dd9bbda3

2014-09-29  Tor Lillqvist  <tml@collabora.com>  [14157dcdf175f1ef45903f7ec3ed85d0f7c76798]

        We can forget the iOS 6 SDK now
        
        Change-Id: Ifefcf5c69ecacce0fb9538900ee67a9c086959e6

2014-09-29  Noel Grandin  <noel@peralex.com>  [00bd4571560bdbfbe4753d93513e55d58014228b]

        loplugin: cstylecast
        
        Change-Id: I20358c271e32b4af11d3258c950bde836596933a

2014-09-29  Noel Grandin  <noel@peralex.com>  [65b69c44fca13de5bd5fe33eb9b607780ab4b75f]

        loplugin: cstylecast
        
        Change-Id: I31bbeb5f068754d6dc77c22d759058089b03c9b1

2014-09-29  Noel Grandin  <noel@peralex.com>  [a2320eaf39e18cf8dc5469e83198f5478595aa51]

        loplugin: cstylecast
        
        Change-Id: I28443b688f8ab752162846e5cea661f26d269cad

2014-09-29  Noel Grandin  <noel@peralex.com>  [0ecf6afbd104b53836c7a4d45fbc2a6ce1e356e0]

        loplugin: cstylecast
        
        Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67

2014-09-29  Noel Grandin  <noel@peralex.com>  [c353caee1c86476d98cd483f963f63c4195975f4]

        loplugin: cstylecast
        
        Change-Id: I53b69a488c70769cbb841db519bc28fd211dc087

2014-09-29  Noel Grandin  <noel@peralex.com>  [07ca074e425ea381b9de1e7298be11678d3f6b38]

        cstylecast plugin: ignore templates, improve message
        
        Change-Id: I8347010d5607dc2cbb113b33f1cb2cc78ec106d2

2014-09-29  Noel Grandin  <noel@peralex.com>  [6129aea3a5bad629a108363f3a7fbf135e796092]

        loplugin: cstylecast
        
        Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866

2014-09-29  Noel Grandin  <noel@peralex.com>  [26f2da07b1c6074e519d28557a3d1d5518ff6cb4]

        loplugin: cstylecast
        
        Change-Id: I58ec00d6f8a4cc6188877db1330c5e32c9db12e5

2014-09-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d9632a6effabe8554c4e7e05ee24c16acd0f4f95]

        fdo#70998 Fix capitalization
        
        Change-Id: Ie0dc41bd091cedcc6bd8a20aff16a9d0e4b73689

2014-09-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [145eda05e5a35f17118726e74b511cdd1f36a53a]

        fdo#70998 Fix capitalization
        
        Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4

2014-09-29  Noel Grandin  <noel@peralex.com>  [40861378a22503b58c7c6dd1f691fc824697c1db]

        fix more Java1.5 incompatibility
        
        Change-Id: I32881e06d278df6319822a5ecf282aa97cf24bc8

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [d5a252dcff1c202363652340b4f0e0cdd6d68e95]

        [API CHANGE] Remove internal-only osl/diagnose.hxx from SDK
        
        ...which should ideally have no effect on external code anyway, given it only
        contains internal-only code.
        
        Its use of boost/unordered_set.hpp apparently started to cause problems in
        combination with C++98-enforcing CppunitTest_odk_checkapi, cf.
        <http://lists.freedesktop.org/archives/libreoffice/2014-September/063637.html>
        "Re: Performance samples for LibreOffice ..."
        
        Change-Id: I8b5623950330180fb0ae158903ccecedaed57dfe

2014-09-29  Noel Grandin  <noel@peralex.com>  [77650bcc642c55fff811d641b0664b4a42e3f43c]

        fix more Java1.5 incompatibility
        
        Change-Id: I9d750f525fe73d59c150b322401418dfbd0822dd

2014-09-29  Noel Grandin  <noel@peralex.com>  [255e30026b668f0effed62fbed36f0463539f93c]

        fix more Java1.5 incompatibility
        
        Change-Id: I9c4d62e4d3703e4e1015efe2b2917d54f82bc83f

2014-09-29  Jan Holesovsky  <kendy@collabora.com>  [3e5371aba3eb29efb9574881212cba0975c168d7]

        Avoid deadlock in a convoluted situation with an IME and a URP client
        
        Change-Id: I0338d1c68fe6be8793777a3a238c750560bcf7fe

2014-09-29  Noel Grandin  <noel@peralex.com>  [d5cdc7567299f03e655dfbb1d59c371fb3253b88]

        fix Java1.5 incompatibility
        
        the java.io.IOException(Throwable) constructor was only introduced
        in 1.6
        
        Change-Id: Icd40e91cce7a2e89e4a70ad55f31baaa86eebfe2

2014-09-29  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [89ea05d8547b12de1041e9b637690731daa42a62]

        connectivity: Use chain of .append methods
        
        Change-Id: I15604e97dc38f1fcfa62c3d86208e72a86dda23e
        Reviewed-on: https://gerrit.libreoffice.org/11688
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-29  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [16417688ef874e55f27daafe5ddb2293a39a9423]

        forms: Pass array of length equal to the size of the collection
        
        Change-Id: Id880953105f6100b15cd78f48ce0c8dbcb7ffb8d
        Reviewed-on: https://gerrit.libreoffice.org/11687
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-29  Stephan Bergmann  <sbergman@redhat.com>  [eba71a4937036bd2e1101a060a28a1ec45f702bf]

        sfx2: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I7bac4105494cdbbadd4c4d78ce1fcf03b8ccae6c

2014-09-29  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [e653fbfbfa41ec46431b84e50ac6f054e8713601]

        unotest: remove import from the same package
        
        Change-Id: I00b0f5624f5b03d53ff01660ca96dc355238b10c
        Reviewed-on: https://gerrit.libreoffice.org/11685
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2a1b55c28d9da58c69fd389af8795f367a64505]

        Use constants for ST_TabJc values
        
        Change-Id: Idfb554f2ee77e0315b3ed69c4fae8ad4e8e87b3f

2014-09-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [8730974f3da0ce385cac84b81b8ae3169001399c]

        vcl: cleanup headers - remove comments, tabify
        
        Change-Id: I718832960abe07450bc9fdda15297cb5e56f84e4
        Reviewed-on: https://gerrit.libreoffice.org/11674
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-28  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1a57c512c051cb8b1809f00e569a402ff6be5878]

        fdo#70998 Termchange: Picture->Image
        
        Change-Id: I4113d35e2a4778c9833e659b1e4ff4fbb1ab9734

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [27953d41222ba0410769b381525c59f4395301e3]

        android: minimize the rounding error, clean-up MultiTileLayer
        
        Change-Id: Ib167acf5914596b69ee240255aaab173a0570038

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [295f3c12dfc76b6faa438074bc77f8ac8ecadf06]

        android: LayerRendered - rename member to mScreenShotLayer
        
        Change-Id: I16fbda06c75bbf80e7d2c2b045418297589c6ff7

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d935e7be2c8818d028ab5ce718e7c9c5126cbf32]

        android: revert ScreenshotLayer draw method back
        
        Own draw method expands the picture correctly but for some reason
        the SingleTileLayer draw method does not so revert back.
        
        Change-Id: Ie8e39fc46b84ae410439a781928ff79bc1503d10

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ebc25c427936708b8e32e563d6735575d6ac9f92]

        android: replace with ImmutableViewportMetrics (Fennec import)
        
        Change-Id: I46509f8be4dc49dac45eb98059dad25e150988dd

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f66ff689d0b3ba5196cac717c7228f541d853e3f]

        android: Improve panning smoothness (Fennec import)
        
        Change-Id: I3983709651548eb97e588ebe2c2de608a4a4dfc7

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [590fdf41164347f113cccc01953eefe6ef1020a8]

        android: solve black screen on load - call setForceRedraw
        
        Change-Id: Ia9ae05a14c0c751fde961186be350d57d5308519

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [40e919d2a19066bd7bcbbd4ece2eae75a1fd20a5]

        android: remove notifyLayerClientOfGeometryChange (Fennec import)
        
        Change-Id: Ibc1f4d11dcfdf177cd45fcf689b518d975b13709

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0151bf3f28b476a2fd0993c6a60fbf9a9f555c3a]

        android: move scrollBy & scaleWithFocus to PZC (Fennec Import)
        
        Change-Id: Ie0d23b302994134f9d382e255b0408f7c9f1c1fb

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [94e7296fc51e1e85715bbab91cf233f3d7ce67f3]

        android: add PanZoomTarget (Fennec import)
        
        Change-Id: Ib946b7a95cd59833a732e3da6c139e848778e1bc

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3e4d5713c171f2be68276a95a7da7a5073dab25c]

        android: remove getViewport and getZoomFactor (Fennec import)
        
        Change-Id: Id28994e51adf779bd5462901c23c488e3465f91b

2014-09-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7e8322f251e6d2b3e3951f5a55b1c6b69d6843f7]

        android: add ZoomConstraints (Fennec import)
        
        Change-Id: I7bb840f74675a2e23fd7ee45aad4d48a705e567e

2014-09-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [89d408031bdaec1efb6731d673cd3e9cc52edaf5]

        border_width from 12 to 6, as the rest of dialogs
        
        Second pass.
        
        Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d
        Reviewed-on: https://gerrit.libreoffice.org/11669
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-28  Katarina Behrens  <bubli@bubli.org>  [559484d5871c7c0a7e771f75916c46f3a6a590ae]

        fdo#60123: Make rotation angle spinbox wrap
        
        like all the other rotation-setting spinboxes elsewhere do
        
        Change-Id: I9df819abbafecb975bf9db698d0da99de851f5a7

2014-09-28  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ab7ccd81340d693008411e088e85d9f3d61645a4]

        jurt: remove constructor in AnyConverter_Test (JUnit)
        
        Change-Id: I4393b59d7d3a285160d6090847d9a16676f41f4d
        Reviewed-on: https://gerrit.libreoffice.org/11677
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-09-28  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ffbdd805062b6587d17395e956f275e70a72a6c7]

        ridljar: Any_Test & UnoRuntime_Test (JUnit)
        
        Modify exception test in Any_Test.
        Replace assertTrue with AsserSame & AssertNotSame for equality operator
        in UnoRuntime_Test.
        
        $ make JunitTest_ridljar_uno
        
        Change-Id: I42a8380e7c4aed79af976165224c2af25c50fbce
        Reviewed-on: https://gerrit.libreoffice.org/11673
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-09-28  Takeshi Abe  <tabe@fixedpoint.jp>  [cfd1310bef1f8c61b53fa0343f95da4abae0f583]

        fdo#75757: remove inheritance to std::vector
        
        from SfxVerbSlotArr_Impl.
        
        Change-Id: I84582f10095638a0fef82aa46f721d57a8b27c27
        Reviewed-on: https://gerrit.libreoffice.org/11662
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [1cf74f3a537d0d6821028477cc42bd079bfc4448]

        Add tooltips for non-obvious, unlabeled buttons in redlinefilterpage.ui
        
        Change-Id: I9a39f6eaa3555e32a64f6c2c479685d98c4087f8
        Reviewed-on: https://gerrit.libreoffice.org/11670
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-28  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c04eb15c820fc6047d79e518b9315e9d0a9ad29a]

        Restore missing title in addresstemplatedialog.ui
        
        ... to what its .src-based equivalent had before fbb1f977
        
        Change-Id: I7db16afe06fca160d798bc1eeac43d6b90c1e1ad
        Reviewed-on: https://gerrit.libreoffice.org/11667
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-28  Matthew J. Francis  <mjay.francis@gmail.com>  [612f29ce1c86beba81934451dbc1009124dac5a8]

        Avoid leaking dbus objects
        
        Change-Id: Ifb6a7bb3867bba293fd256c87998528a90053507
        Reviewed-on: https://gerrit.libreoffice.org/11678
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-28  Caolán McNamara  <caolanm@redhat.com>  [be18133e84120625734a09380594ee89b23c4322]

        Resolves: fdo#73608 bail out on loop in style sheet hierarchy
        
        Change-Id: I03975d1ce8eaceceb4d5c263eb11c1521bcd57eb

2014-09-28  Caolán McNamara  <caolanm@redhat.com>  [5fd7382651d64f77e8ad1d9a5c053f52f3641f9f]

        Related: fdo#73608 don't crash on missing table styles
        
        Change-Id: I340b43b7afc4c5c4d6dc8e4ed182279240306540

2014-09-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [cadc2cbed1404b47fd2f73a7e0b6c2a3ee663e27]

        Fix 64914e407ccac9 - #endif/#else mixup
        
        Change-Id: Ia99ae45e66984ac0d88b6e9b6ca4514cd68f9634

2014-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef16c7411a2d79abab9cd3075580db783ee065ac]

        Use constants for ST_TextDirection values
        
        Change-Id: I2c6576f8142a8fe3808a156f2047fe425f769cd9

2014-09-28  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [2348f05b31f5fc6f4e60b128e9133c76e6df8ae3]

        javaunohelper: migrate PropertySet_Test to JUnit
        
        $ make JunitTest_juh
        
        Change-Id: Ie6ed5070db01d8c183ddaae1852117667eae02f3
        Reviewed-on: https://gerrit.libreoffice.org/11668
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-28  Tor Lillqvist  <tml@collabora.com>  [9d225c9d3a153d54bcdf4260390db8224816e4e5]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: Icaf39aaedab9663353268ee56063f2ed0ebbe57d

2014-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e234e9ca0f993ebe298ac5c2c6d7fc79ee3f12c0]

        DomainMapperTableManager::sprm: fix typo
        
        Change-Id: I1cb23d8a1e6568046348377e1852dbadff37f9cc

2014-09-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [bddfaa770952aa4ff99fb3abd827091ea66ed474]

        Updated core Project: help  2dd0975408b8fbae59c9f924d8e013f48d23da52
        
        update name of label in Hyperlink dialog
        
        Change-Id: I715fccf17272c7f905945eb5357da1854c5c9811
        Reviewed-on: https://gerrit.libreoffice.org/11655
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-09-27  Caolán McNamara  <caolanm@redhat.com>  [a392a1deb0bb55f39f0232f9b3df8ad9ac9062af]

        Resolves: fdo#79130 Crash in DomainMapper_Impl::CloseFieldCommand
        
        Change-Id: Ia59e0c79ec7f2066891b78657559f41eaeb80a09

2014-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [64914e407ccac91fbbaa5022a6854be9a01027f8]

        vs2012 express support.
        
        vs2012 express does not have atl so one need to
        --disable-atl and --disable-activex
        
        but then the packaging still try to include a few _x64.dll
        that are not built.
        
        Change-Id: I88ca5b9d23febd5a714fb48321dde5424cafceb6

2014-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b7d31810b5198ab17ddaccda41e94b253ff2a25]

        error C2513: 'const short' : no variable declared before '='
        
        com/sun/star/beans/PropertyAttribute.hdl's OPTIONAL had a clash with some of
        the Windows headers.
        
        Change-Id: I26a4fdcd1a1d53596b82ebdaf609e0a0e9309697

2014-09-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [69241123ed87d6b9974f9fb45e54377efcf7cead]

        border_width from 12 to 6, as the rest of dialogs
        
        I know the old GNOME HIG mentions extra spacing for queries, but
        I’ve never understood why -- not even GNOME itself respects that rule.
        It just looks inconsistent and wastes space.
        
        Change-Id: I181f800957f69b0943369791e460c7273b6b08f6
        Reviewed-on: https://gerrit.libreoffice.org/11658
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [b45de3ceabe258a087c55ff3f031e1d4b2d3e14c]

        Use oox::drawingml::EMU_PER_HMM
        
        Change-Id: I2034f862b5e15ffaa2ba370ae0249628677c587d

2014-09-27  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1253b909a7bc285efe7f5bf25253bd5fac2d3bb3]

        Term change: Sound/Movie -> Audio/Video
        
        Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3

2014-09-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c22ee0bdd2eae207dbd3cffa51bab4170a53344d]

        Add missing title to the Header and Footer dialog
        
        Change-Id: I720bf1be02b9b4decf5373d49de136b0e57c61c9
        Reviewed-on: https://gerrit.libreoffice.org/11657
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [63ec219eca557c562433c4e9965a6f154e5966b5]

        HIG: Correct spacing for several UI options in Print dialog
        
        Change-Id: I2492274d5114a26ce802343a3bb9078d0556588b
        Reviewed-on: https://gerrit.libreoffice.org/11656
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-27  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2c2b1840c59e8fdbfaa83cc2552ab328ded20882]

        fdo#84376 Add missing title to the Template Manager dialog
        
        Change-Id: I514cc4354950119caa4c16d0ccb6b9d18290dee3
        Reviewed-on: https://gerrit.libreoffice.org/11659
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c5a1cff00cb4a3a631dacaf54ff72a4c82923eef]

        Actually we use C++11 on master so don't need to check std::shared_ptr support
        
        Change-Id: Ie5f0057ef391a6b5caee50c254e317689b810a2f

2014-09-27  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [18ec913e413b05a44bbe79768f538d93bffa9e5d]

        fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenu
        
        Change-Id: I4ddbd134ba15a48c0c529a11bcb1cd1f71f3a51a

2014-09-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [93f9451340957dae29a6b3ccec127a99a03ffd31]

        fdo#84008: make configure fail if no std::shared_ptr available for collada
        
        To avoid that missing std::shared_ptr support disables collada support
        silently. I guess this caused the prolems with the linux packages.
        
        In 4.3.1 packages it causes crash because there disabled
        collada support was not handled very well (UI part of dae/kmz
        support was not disabled, so user can insert a file, but the
        converter libraries are missing)
        
        In 4.3.2 packages collada support is also disabled, but in this case
        the option to insert dae/kmz file is not available either.
        
        Change-Id: Ic74e935ab639c348f1c55dc206d5fffa439d240d

2014-09-27  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [425711faddb208efa97e869b885919fff9e570d0]

        fdo#83808 Scale images proportionally by default in Calc
        
        Change-Id: I979d721d2e6617a1214b70138660d657eb1e46b1

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [ed4791eb2d516e2ce509c13ae63c95dd6bcb52c4]

        svx: convert some horrible code to SolarMutexTryAndBuyGuard
        
        Try to preserve the existing spin-lock insanity as-is.
        
        Change-Id: Ic98aa33d2e56536856892fcf61de672952101ae1

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [423142538e81d28229c769e0617c6a00a648709a]

        add a RAII class that tries to acquire the SolarMutex and releases it
        
        Motivated by ScCompiler::IsMacro() which has an error return that does
        not release the SolarMutex.
        
        Change-Id: I064219bb3c0d68839a133101491d5f8828a26c7a

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [93e7ffbd1bd38ae9fad63a0a8abd2deb7fab9543]

        android: PanZoomControler updates from Fennec
        
        Change-Id: Ic338221ced6133771af8f46ae4a257e043a1709f

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dc169a05cfa11bbf63294b4a930f51c330d363ed]

        android: remove unused screenSize (Fennec import)
        
        Change-Id: I0b8d1b29ab3219bc75de6c087e410523c18dbeef

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c6ed6a2db827f5432d7ee33548ba1ee0c3a3691d]

        android: change pageSize to pageRect (Fennec import)
        
        Change-Id: Ia3958b174e7190171cbd006550e47677a1ba0966

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [40ca1cea9b195b59923954e3466a285b2ae46384]

        android: remove tiles delayed by one redraw call
        
        Change-Id: I5ab5e4a0ba9cdf3f3115c4913b4cf04e7f062755

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fd08f4fc4be60c99e83ea6e0aafc5c617c2c6ac0]

        android: rerender tiles when the zoom changes
        
        Initial implementation which needs a lots of polish. Sometimes
        the app crashes (for yet unknown reasons). Sometimes a gap
        between tiles is visible probably because of rounding errors.
        Tile handling and releasing after zoom is quite naive for now
        (just clearing all the tiles) which needs to be improved to be
        more seamless.
        
        Other changes: The responsibility of LOKitThread to handle tiles
        was moved to MultiTileLayer. TileProvider now takes into account
        the current zoom level when requesting tile rerendering.
        
        Change-Id: Ic188c03bfadf3a3dd2f79b04f07668eb63b705fb

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [91d9276a1288121a126af1d67b7d5f09db7f5101]

        android: clean MultiTileLayer of unneeded variables/methods
        
        Change-Id: I7750322000230448d6283107daace3d9bb5da61d

2014-09-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3d394257945f6b0a4bc4b5ea397a3942a59c5d06]

        android: Log number of invalidated tiles
        
        Change-Id: I1ebfcf48f1d9a44836b4d9bf90c04c3be27cb365

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [cbee6e53e6345080dc52c75c98cfe0eb1c60e52e]

        vcl: restore that cast for MSVC
        
        Change-Id: I8a8b4b16811660290c881f82b3cf9b910d054215

2014-09-26  Tor Lillqvist  <tml@collabora.com>  [0f64ec11a3c80308075b8786fb0a2757a2d7efe8]

        WaE: implicit conversion of NULL constant to 'nullptr_t'
        
        Change-Id: I47ebbac21f48854eb737dd7e8119bd863a5d7ed9

2014-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f9b242331327c5c1b137b91861a6bb57bfb0ecc]

        DOCX drawingML import: fix remaining rotation / flip combinations
        
        With this, each rotation = 0 / 90 / 180 / 270 and flip = none /
        horizontal / vertical / horizontal+vertical combination (16 cases) are
        imported perfectly.
        
        Also adjust a few testcases -- now that in many cases we only set the
        position in oox, some rounding errors went away.
        
        Change-Id: I5567a7d6964775f2caf10a0e539f3eb84d10461e

2014-09-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ef58e10844dff60cd218306b059ec81d8421f961]

        fdo#83808 Scale images proportionally by default in Impress/Draw
        
        Change-Id: I16cacb90150aef3aa2ad4607e05298f0bc47c1ae

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [173e0172092fa87606a80a7b0d6b89323c7166b5]

        factorise odbc headers inclusion
        
        it is complicated enough that we should implement that logic only once
        
        Change-Id: I0cc5ffb871223b27df825f21612e3c8f6f2febb3

2014-09-26  Stephan Bergmann  <sbergman@redhat.com>  [e3ee8c68d580cd0782b9ae9497f3584a046f0404]

        oox: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I35d3cc04eb9bbc8b4446bc501ba35e058c1aa34a

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [25a092869c9862711714c622e0acd7bddeabf78c]

        connectivity: typo
        
        Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [ea2d767d4475ac3399fdfa59a4d0e2fbc38d1aa9]

        tools: change INetURLObject::getData to return std::unique_ptr
        
        Life-cycle becomes a lot more obvious this way.
        
        Change-Id: I1ca99607f609a2223011c40447ad1cd9ca5ccaa5

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [325ce86b56131f1e874e8cb2c5948fed719afe07]

        fix build & better name for ERROR_INVALID_TABLE
        
        Change-Id: Ic7253575859766f18869159e4a8dd6b3d715850d

2014-09-26  László Németh  <nemeth@numbertext.org>  [b37a88c3080fc72f5f0ff9068bc71098be70ed11]

        Hunspell: fix buffer overflow during morphological analysis
        
        affected: thesaurus usage in a Hungarian document
        
        test case: press Ctrl+F7 on the word "művészegyéniség"
        
        Change-Id: I024568e81265c4ce3e05f718bf9147229416ab73

2014-09-26  Michael Meeks  <michael.meeks@collabora.com>  [bcded1804340106b65a5ef0fc6aaef6075fd73cf]

        fdo#84370 - xlsx threaded import - protect editeng.
        
        Sadly we need to hold the solar mutex for rich text import, cue
        massive lock contention on sheets packed with rich text cells;
        hopefully not a common case.
        
        Change-Id: I6a094a070b11c8b572fd8687be96110c4905e78d

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [f6c6474ddea7dfdb63d5b67a0b637c8c41fa4d13]

        AddressSanitizer: alloc-dealloc-mismatch (operator new vs free)
        
        Change-Id: I500e70e64c478210bc6da0c13894995a0984c018

2014-09-26  Michael Stahl  <mstahl@redhat.com>  [24a9eac14fc22e18a48eae5a0de1b5e98194ef86]

        svx: fix up c10225762ce2c242d21126b5730b1d60f0150ed
        
        Change-Id: Ib810a512f5a88af88901c53025cdf132f95b2ddc

2014-09-26  Stephan Bergmann  <sbergman@redhat.com>  [f85303359d5284fe21b28c99596d3f513c834ee2]

        loplugin:inlinevisible
        
        Change-Id: Id2530063cd0302b65dcc82965f1b81c31b759b63

2014-09-26  Stephan Bergmann  <sbergman@redhat.com>  [1df1c5eed9d44130fee818745cbb3d5ee59b7c3f]

        formula: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I7b4784abf5177e22a9df33c5d4faccfd39801b11

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [296371d5d8f58c46e976f66b11599410d97dc472]

        untabify
        
        Change-Id: I4e7eae9270f97db7b840cc57fb29835ac6f1231e

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [314c469c93f0ac139f64f742d3fd89e587f42970]

        try "Use system ODBC on MS Windows unless specifically overriden" again
        
        Now that Noel has a working pattch for system ODBC on MS Windows
        
        Change-Id: I11abb53486e45d9c7058c42011df41b5fad0fcde

2014-09-26  Noel Grandin  <noel@peralex.com>  [ac10225762ce2c242d21126b5730b1d60f0150ed]

        implement --with-system-odbc on windows
        
        Change-Id: I1757b9ce74277b1c11533f41caeafaf9b88658ef

2014-09-26  Noel Grandin  <noel@peralex.com>  [4e26b915687acbfab5ebc260d8a7a434761721bd]

        remove unnecessary casts in misc calls to SvStream.Write*
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: Ib80032e8626f5476a89b958f590441994594f4e4

2014-09-26  Noel Grandin  <noel@peralex.com>  [5cefde06ea9f4347b5d2747e0d2825c3c710aa83]

        remove unnecessary casts in calls to SvStream.WriteUInt32
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I1d848f19f82783e6eabf2da37dbde78fe36ea1e0

2014-09-26  Noel Grandin  <noel@peralex.com>  [04fd62096fca2c0b917ac6172104399e65933585]

        remove unnecessary casts in calls to SvStream.WriteInt32
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I0c0172519479be0535a447e41a592fbf782751bd

2014-09-26  Noel Grandin  <noel@peralex.com>  [5501c8d2220ee3cab703d09d348e99ba3e017dba]

        remove unnecessary casts in calls to SvStream.WriteUInt16
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff

2014-09-26  Noel Grandin  <noel@peralex.com>  [dedfa972bc19f21e6fab7c38a64ae9543142f416]

        remove unnecessary casts in calls to SvStream.WriteInt16
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: Ie44bec6b988f3e46fe78d14b740818c9141f5df0

2014-09-26  Noel Grandin  <noel@peralex.com>  [8ea2bb252a8847b514546b7c49eeb7a83fcc7851]

        remove unnecessary casts in calls to SvStream.WriteSChar
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I4f17a2fd6a68f8078b97c96e89e27a5627c57c03

2014-09-26  Noel Grandin  <noel@peralex.com>  [bec72dd34f8aa7419c6159bdf02c5ba34a6228a8]

        remove unnecessary casts in calls to SvStream.WriteUChar
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a

2014-09-26  Noel Grandin  <noel@peralex.com>  [c476a84abd83873ff807ac5943d882b43f72c90c]

        remove pointless comments
        
        Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8

2014-09-26  Noel Grandin  <noel@peralex.com>  [d46b16e1e495c153f70633d2da5c2bb0aba85cc9]

        remove unnecessary casts's
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        
        Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2

2014-09-26  Noel Grandin  <noel@peralex.com>  [8f684e21de081350f0ce1f0bd0420f4775c5388d]

        remove unnecessary static_cast's
        
        left over from our conversion of the SvStream output operators
        to more specific methods
        e Please enter the commit message for your changes. Lines starting
        
        Change-Id: Ibfe7635451ef7b8813d7a59c78c5223092a17ad5

2014-09-26  Noel Grandin  <noel@peralex.com>  [ebdc36c12dbdd8bc2305adabf83c95c666f7b04f]

        SvStream - rename WriteNumber methods
        
        to Write?Int32AsString. Since the original name was so generic as
        to be meaningless.
        
        Change-Id: Iaaaf592904af51f2b9988fa8efb344c1b2bf9b0f

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [ded97cfe65ed168e83ecbaf9e94710082b42dffa]

        remove ::svxform::OStaticDataAccessTools from DbCellControl
        
        Change-Id: Icd93a418fad8c9f05b49fcd412a1e2ba4b9c240b

2014-09-26  Lionel Elie Mamane  <lionel@mamane.lu>  [d6d458671f1c79be3373271871518caa04ef2208]

        rip out all remaining uses of svxform::OTypeConversionClient and remove it
        
        It just wraps around dbtools, which is linked directly now.
        
        Change-Id: If8d281962018a48a54858421e3490f5032658691

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [827ae65e8577e285b8ad30f4a81af087658e42fa]

        Resolves: fdo#83943 avoid infinite recursion
        
        when attempting to make a cell visible when
        the parent simply isn't large enough to show
        any part of the cell
        
        Change-Id: I987c9b3be30a66a5e1e27ad9e452f2ca65330d9e

2014-09-26  Peter Foley  <pefoley2@pefoley.com>  [0014648fee6c2b499cbd20682b7f27cdc78e1123]

        improve gbuild-to-ide error message
        
        Change-Id: Ia8986764e48f1dbe39374d511a188bd2b5f49e13
        Reviewed-on: https://gerrit.libreoffice.org/11654
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-26  Peter Foley  <pefoley2@pefoley.com>  [fee691380bf6a6335c274b13865b9a7f71581331]

        Fix firebird without cygwin gcc
        
        The firebuild buildsystem calls windres, which depends on cygwin gcc,
        use rc.exe so that a windows build without cygwin gcc will succeed.
        
        Change-Id: Ic7719749b3806232912e3eb8b1ede11e6eb3c10c
        Reviewed-on: https://gerrit.libreoffice.org/11619
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-26  Noel Grandin  <noel@peralex.com>  [ed085a6d2043e1da6b50a9d00742b812c9ff0247]

        cleanup GUID/ClsId/CLSID types
        
        - rename GUID to SvGUID so we don't need an #ifdef WIN32
        - drop ClsId struct, since it is used interchangeably with GUID and has
        the same structure
        
        Change-Id: Idf5c14c82a6861ef585fb57896a9b12cfe40374c

2014-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd2b8472a97d1ab01111f9969b046a1c2ec5586a]

        DOCX drawingML import: fix handling of rotation in case of horizontal flip
        
        Change-Id: I95f74c3d3222a4d713c8d71bcd3263ecb16dba54

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [4652700776666e385946c47235363c1120846d5d]

        Resolves: fdo#84261 unexpected exception -> clang builds terminate
        
        Change-Id: I545ed112b54fb3d81e67b0f42230811cd48de626

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [8305efa9e8c3af4792b4ab96dbee908e004b3356]

        coverity#983665 Uncaught exception
        
        Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [ecbb4efb1588c11c6c9d606ad429d2641f06576c]

        coverity#707302 Uncaught exception
        
        Change-Id: I43761e1c06ca4ccc394b13b4ce9f82d390971533

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [73590b7553eb696b80677a5968fe1c2ef56a05e8]

        coverity#1241340 Unused value
        
        Change-Id: I5fc73cfab0295cb2d2fd1f895bf2974c473ea30e

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [d541a89c4ea1866aae673dacc6ae4099f99dee59]

        coverity#982849 try and fix Unrecoverable parse warning
        
        Change-Id: Iba0f175c7c079f2171bab6e5a7419c7d5966c541

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [ed0d0e84864c6952eb9db47eaed3aef72f08fcc8]

        what is it with the explicit voids
        
        Change-Id: I7d3995f16351cb1686003f2ba7a044ac99d6d10b

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [1ea13f5c953bc388d1615c61113326532e6a1b01]

        coverity#1194914 Overflowed return value
        
        Change-Id: Ic7ec1238a85fd0395aeccc8a10e5f27c63deae95

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [ac35f0e1cc6166005f6bbd3ab8aecbc4e9745bc2]

        coverity#1241051 Negative array index read
        
        Change-Id: I958267c88f74523a5aaba0ff6c677aadd2e84dd9

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [8d01d16c4bc2531a37dca54526568fd5b533a40f]

        coverity#1241117 Negative array index read
        
        Change-Id: I15787a4a2b964de3b12586c823be48c0289fea0f

2014-09-26  Caolán McNamara  <caolanm@redhat.com>  [f670636245fb407277e38224058616833994ae3e]

        coverity#1241372 Negative array index read
        
        Change-Id: I73bae29c6cc737d341381c010face6b587b31598

2014-09-26  Kay Schenk  <kschenk@apache.org>  [faf99f6f405e076d5c9ab95c876ae1ffb896f8d1]

        Updated core Project: help  c4b49fbddd2099733cb5c7606fbc5b848b23c1e0

2014-09-26  Peter Foley  <pefoley2@pefoley.com>  [bf00789dacf66488cb4f92819acf6953ed96164b]

        Properly handle the hash-style linker check when cross-compiling
        
        Currently the hash-style check fails when cross-compiling,
        use AC_RUN_IFELSE to properly handle this case.
        
        checking for --hash-style gcc linker support ...
        ./configure: line 12119: ./conftest: cannot execute binary file
        
        Change-Id: I77c2d6a859c1c2e6ba42f31b527a9507127d0644
        Reviewed-on: https://gerrit.libreoffice.org/11496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [3dcb47d0d082696c8170411187e5b262840dc774]

        Use multi-column layout and correct header colour
        
        Also fixed some tab indents
        
        Change-Id: If2e4301d2199e0a72c8d859231430c1982fd0fc0
        Reviewed-on: https://gerrit.libreoffice.org/11649
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Takeshi Abe  <tabe@fixedpoint.jp>  [b75b473e2ce6120d58023ee740b41cda35299d00]

        fdo#75757: remove inheritance to std::vector
        
        from SfxFoundCacheArr_Impl, by typedef'ing it as
        boost::ptr_vector<SfxFoundCache_Impl>.
        
        Change-Id: Id0e50370b440fb53dbb56dabca9743b27a08b90d
        Reviewed-on: https://gerrit.libreoffice.org/11650
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Stephan Bergmann  <sbergman@redhat.com>  [22730b9f485fe23266d6d5e789dbc00c4f4cc5e4]

        The unused source_arena arg to alloc/freeExec can just be null
        
        Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174

2014-09-26  Szymon Kłos  <eszkadev@gmail.com>  [2b5cbaea8321b281be076b089c9de61742401401]

        fixed behavior of Writer's Special Character dialog
        
        before: the character is inserted at the end
        after: The character will be inserted where the cursor is or will replace the selected string.
        
        Change-Id: If5f7cac24c98a9105c38864da5a4c6363a35a834
        Reviewed-on: https://gerrit.libreoffice.org/11642
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Stephan Bergmann  <sbergman@redhat.com>  [402bb706da7a43ee8c161cab5a5fc4d05b965051]

        filter: std::auto_ptr -> std::unique_ptr
        
        Change-Id: Id1d0392e1dbd33de326aa2bd8cbcf8cc03bf7c90

2014-09-26  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [a0f3b9f9549bff55129b8b8031788c6d60005777]

        scripting: modify astyle.options
        
        Change-Id: I0e5fb63e2c632890e774b59e6808907067c87ce6
        Reviewed-on: https://gerrit.libreoffice.org/11643
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3a4860a751980b566b44d57cde188292df5e8726]

        Force --std=gnu89 for clang.
        
        clang builds with a more modern standard by default
        
        On Linux gcc builds with gnu89 by default. On Windows MSVC only
        supports C90. Hence it makes sense to force gnu89 for clang to
        catch potential gnu89/C90 incompatibilities locally.
        
        (C90 and gnu89 appear to be quite close, however using C90
        with clang results in warnings and errors to do with comments
        on lines with code (-Wcomment), and also the lack of inline
        (instead you would use __inline -- this is #define'd in for
         Windows only).)
        
        Change-Id: I569af7541b86aa0f83ebb66770d43737bac5d21f
        Reviewed-on: https://gerrit.libreoffice.org/9904
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-26  Matúš Kukan  <matus.kukan@collabora.com>  [18898e13fda25fe6dc85318dd0711355c7b2cc26]

        bnc#897769: OOXML import: Import border lines using reference too.
        
        Do not ignore 'lnRef' element.
        
        Also fix typo to apply 'seCell' properties to the right cell (southeast).
        
        Change-Id: Ia45f7016f358b70e6db06a232c569335ce9d7051

2014-09-26  Matúš Kukan  <matus.kukan@collabora.com>  [df73f4115cfe4d07e4159adf087571687eb173ec]

        Remove unused files and move test to qa/
        
        Change-Id: Ia8c022c958f5547d710f9cb196672b89292bbb49

2014-09-25  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [2e7f83e87907ec05b1f22e9ff1d8c681c94ece23]

        fdo#84235 Remove Navigator from Context menu
        
        Change-Id: Ie84fe35db0dfca08e2b270636f06bef90c1455ab

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [9bce38ee6660bd4216f72966b6b44815dc5922ce]

        vcl: try to make clang tinderbox happy about new timer test
        
        Change-Id: I15ae1693e92e430c78b5d73c12a7bae297c098bb

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [ee777116d01511060cff8b845126fecbad038234]

        unoxml: domtest needs unotest library on WNT
        
        Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe

2014-09-25  Jan Holesovsky  <kendy@collabora.com>  [337f433731b8eb160a6cdb000df20335e5400432]

        Add missing #include.
        
        Change-Id: I0f617f2b4ef7bcb2b07295223acae5519280a41e

2014-09-25  Jan Holesovsky  <kendy@collabora.com>  [d68ce6e173502e1b1ce214503f41729a8502cd92]

        fdo#84000: Sort out problems with short timeouts & long callbacks.
        
        Previously, the timer events could have accumulated in that scenario leading
        to unresponsiveness to user events.
        
        Change-Id: I455d726ae7475f7dbf98d871c54d8c156cb64e52

2014-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1f8437dbed0e8b989e41a345ef7e658a6e8a4cd]

        fdo#83465 RTF import: handle font of numbering
        
        Change-Id: If0da6e0e34ce50bbe7dceda089b6bb81b4a63f36

2014-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd0a49bdd7cf7979d18feff003d1b5fbe53fdc14]

        Fix validation problems pointed out by CppunitTest_sd_export_tests
        
        Regression from e8bdd38882522591723097c028ca7a6927ee70c4
        (fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptx,
        2014-09-11), there were two problems here:
        
        1) Using the wrong filter when the output is expected to be suitable for
        validation.
        
        2) Writing empty custom property values, which is not valid.
        
        Change-Id: Ic18c789c53bd40cc8aa07385cb5fd0d5c7ada6ab

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [24a0129274ebfd41b4a2e81ec7cb5be238b9cf78]

        assert that XMLTransformerBase::m_xHandler is initialized
        
        Just seen a test with a null m_xHandler, no idea how that happened.
        
        Change-Id: I2e5ff9d3c799284beea5fdca37fa8a825f8a4756

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [021307d659984e937b18b9eb760d8d8d8b91da54]

        vcl: avoid crashes from Timer Queues on shutdown
        
        The timer callback SalTimerProc can be called after DeInitVCL has
        deleted the SalInstance, and crash.  Avoid that by calling
        WinSalTimer::Stop() and also using the INVALID_HANDLE_VALUE parameter
        which waits until the timer callback is done executing.
        
        Change-Id: Ia4cf2cf9dc48904d077e0a691e14107256c50ded

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [3cf9e1156d96b911632e0246271a49b9b9d819c6]

        use SAL_OVERRIDE for WinSalTimer
        
        ... and no, we do not "overload" virtual methods.
        
        Change-Id: Iff7c46326974995994e966873ff804092bc53540

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [cce464488d7ba1ce10dad40d8fc0c5ae74ad73d5]

        scp2: remove some very SPECIAL unused macros
        
        Change-Id: I28f2f4bc3c43aac1faf8be35cf7ce89480487102

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [13da98f99f0d696a5e2b489600a4eeb0ad832e6c]

        fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layout
        
        Change-Id: If5a04b7b9ab6c7909cf089f7e935f9c08ea31948

2014-09-25  Tor Lillqvist  <tml@collabora.com>  [92f92db220fe9393b9dd10914b804767649f9b99]

        mhPrevInst was pointless
        
        Change-Id: Iacd1c0856f991e11ef26d7ff6bf1e75264b89ac9

2014-09-25  Tor Lillqvist  <tml@collabora.com>  [50c627257e5856c44e1a2f2ced3a948496df0cc6]

        Bin pointless single-line wrappers of Win32 API
        
        Change-Id: I9c56dbee65c93dd98344577d9e696dc61c1edbd8

2014-09-25  Tor Lillqvist  <tml@collabora.com>  [c40a8f6c0466f609e49ad1bd4b9da339552d18dc]

        Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crash
        
        Change-Id: If4de88233493d7590736e4a3b76c2447ed429ae5

2014-09-25  Matthew J. Francis  <mjay.francis@gmail.com>  [7377768b290e728d3df1fc5b7b04ce81ae285ada]

        fdo#84138 Add missing YIELD_GUARD to fix an input method crash
        
        Change-Id: Iecf69c29a4574105a33ec003970067d4db823423

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [892a7be963f5ffdb5af86a9de1cf8a613fbdc162]

        Resolves: fdo#83010 remove svx::WrapField
        
        in favour of a wrap property on NumericField
        
        Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [d61fc0b8946eba921d6b9c6d5fcd76fca83c85d7]

        Related: fdo#83010 implement wrapping on reaching NumericFormatter limits
        
        Change-Id: Ia88671cb71a0bcf8cb55ae0d88625b0f28092615

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [e1a5ae3975dfa42003772f8afd98dde387d82653]

        Related: fdo#83010 move NumericFormatter clipping to min/max into one place
        
        Change-Id: I60cfe651a6ec25fc7e482192d908acca25c1ad8b

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [259ab763f236778b1c9c4a9707c0b9e0b565c24f]

        coverity#1240250 Buffer not null terminated
        
        doesn't matter in practice
        
        Change-Id: I410022a395d25827217b9c542d79718f6f5b333d

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [53644ab43236f19fbba5e61e499e0c4d3b9e7f1f]

        coverity#1147661 Uninitialized scalar value
        
        Change-Id: I7a225287c9ca2f14d2e8da15380c541148d1a15f

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [baede5e8758c406d8361b18967a5852df2cfa5d0]

        ensure that osl_atomic_decrement gets called after osl_atomic_increment
        
        Change-Id: If110d27950a4efd1a96dc5f2702f4dfbfe58bcbe

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [e01a142c5d1400ac489c2ac0c5bf7779e308434f]

        coverity#1210000 Uncaught exception
        
        and
        
        coverity#1210001 Uncaught exception
        
        Change-Id: Ia6ef659ba6e62d56813a87c3fcf0fa4a5d26d9f9

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [763a0d8ade51685b1138377a022a36fde99acc15]

        coverity#1241199 Unchecked dynamic_cast
        
        Change-Id: I53ace3f34036f2c78201aea7fb4a4a2e7c750654

2014-09-25  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [5c6d26753d758c2173f21a14283bdafa54063b63]

        Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH option
        
        http://bazaar.launchpad.net/~maria-captains/mariadb-native-client/trunk/revision/149
        
        Change-Id: I273f355b9fc922fdb9d9692e0057cfccfdcbcde1
        Reviewed-on: https://gerrit.libreoffice.org/11492
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [81055f589fc2de92e37dbe29f59b5da80728b28a]

        coverity#705672 Resource leak
        
        Change-Id: Ibeab8e1b64f3185eaca81a31bd131d11994386f3
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [5a9a3da719b65c53980e85940595f17c2f84f3c2]

        loplugin:nullptr
        
        A plugin to warn about and rewrite null pointer constants that are not written
        as nullptr (in C++11 code) resp. NULL (in C and C++03 code).  It is not
        activated for the following reasons:
        
        * At least the call to
        
          pImpl->aFmtNms.insert(pImpl->aFmtNms.begin() + nPos, nullptr);
        
          in svx/source/items/clipfmtitem.cxx would require
          <https://svn.boost.org/trac/boost/ticket/10540> "missing std::nullptr_t
          support in boost/type_traits/is_pointer.hpp" to be fixed first.
        
        * Additions of code that violate the plugin would probably be frequent, causing
          unnecessary grief for those building with plugins enabled.
        
        * It did not find anything interesting, apart from the above Boost bug and the
          mildly interesting 1da153b617b80887680be65c1854ef8080c2e1c9 "Consistently use
          APP_WRITER as an integer, never as a nullptr."
        
        Anyway,
        
          until make -O -j4 -k check; do make -O -j1 -k check \
            COMPILER_PLUGIN_TOOL=nullptr UPDATE_FILES=all; done
        
        sucessfully executed on a recent master and resulted in
        
          6798 files changed, 60919 insertions(+), 60919 deletions(-)
        
        Change-Id: I1260227949868e73fcb63fda13d83e79fde685d7

2014-09-25  Michael Meeks  <michael.meeks@collabora.com>  [48e1675ca204b6ad68f5844e21de1f7485cfd306]

        vcl: comment timer classes at least minimally.
        
        Change-Id: Iabc76b3e78afa491a38fa04d648f48f15ac3870e

2014-09-25  Michael Meeks  <michael.meeks@collabora.com>  [d998a6ae3afab1ea51c72843d8400cf5c1eca35c]

        fdo#84000 - unit test timers / main-loop bits.
        
        At least test Unix platforms.
        
        Change-Id: I960343cb9622474fe48687a5e458e1c6dbe55358

2014-09-25  Heena Gupta  <heena.h.gupta@ericsson.com>  [13f4581c8db921f93f3a278f212f859a7158c482]

        fdo#83751- Add test case for custom properties in pptx
        
        Change-Id: I83fb0462c662e0da1f1c5c6dfec4bd8d94d97b87
        Reviewed-on: https://gerrit.libreoffice.org/11420
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-25  Heena Gupta  <heena.h.gupta@ericsson.com>  [e8bdd38882522591723097c028ca7a6927ee70c4]

        fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptx
        
        Change-Id: Ic4b8acfc3cbd8c86b765a950d61742c229f3fb6d
        Reviewed-on: https://gerrit.libreoffice.org/11390
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [a924606810a5d6e9a8e3d23e491d0bea5a5d2477]

        editeng: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I25e3599a37d720cbcf70ea13ab30234e54637d53

2014-09-25  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [09b13e1e4c6667b307fdd9608a02d2a792efd940]

        scripting: astyle-java.conf -> astyle.options
        
        Reviewed on:
        	https://gerrit.libreoffice.org/11639
        
        Change-Id: I0852f9766495379b0208e236b3cbeafde5bf07b3

2014-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9791453283407a0a129a71767a290058ac759da2]

        DOCX drawingML filter: avoid fake rotation on vertical flip
        
        This also improves positioning a bit, in the changed testcase the
        perfect position would be 211.663888889, and reality is now 210 instead
        of 208 (100th millimeters).
        
        Change-Id: I5226f2165224a8bbfebfd11d9c612f72d83b8c69

2014-09-25  Tobias Madl  <tobias.madl.dev@gmail.com>  [dbbd89efdeaa44421d1f2ad774c342009d881d9b]

        fdo#39625 Make existing CppUnit tests work
        
        As in the ticket description, this test is now working, but
        some parts of it are still commented out, because they are waiting
        for a fix of another bug (Bug 84237). Once it is fixed, it should
        be possible to just uncomment them, and then they should work.
        
        Change-Id: I73d1cc7391080e357c08cb3442616e2901070c1f
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com> (with minor amendments)

2014-09-25  Katarina Behrens  <bubli@bubli.org>  [a895a27c6bd0af5c4880bcd9e6238b99af0eed51]

        fdo#63483: support for modify passwd in Impress and Draw
        
        iow, allow opening Impress and Draw ODF documents read-only
        
        Change-Id: I379b9f92b9bfb20e99998177d9a5fae80069d98f
        Reviewed-on: https://gerrit.libreoffice.org/11495
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-25  Noel Grandin  <noel@peralex.com>  [52b8b3d3a55d38c49e183ec5d6ed5cc012f6f1d0]

        loplugin: cstylecast
        
        Change-Id: I75267bf44d0fd36ff316f59300efd31524da36ef

2014-09-25  rbuj  <robert.buj@gmail.com>  [feea4b250ba72984ca4d53bac44fa7dc9a31f63f]

        scripting: Format java code by using astyle tool
        
        Change-Id: Ifcd90612f22282c16efdbf4d300b8164bf68f760
        Reviewed-on: https://gerrit.libreoffice.org/11304
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [1da153b617b80887680be65c1854ef8080c2e1c9]

        Consistently use APP_WRITER as an integer, never as a nullptr
        
        (not that it matters much in practice, on platforms where nullptr is all-zero
        anyway)
        
        Change-Id: I640e4e3e8c77f8c5c59c8e4b51c04f72dc1fadf9

2014-09-25  Stefan Weiberg  <stefan.weiberg@germandev.org>  [c613b5dba883897c927f7b60c84830c62a79d0ea]

        fdo#78783: fixed init position to 1 and using css
        
        Change-Id: Ib7c62ce23290056c42bfa89fbac91212e7ae0ab6
        Reviewed-on: https://gerrit.libreoffice.org/11409
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [5911154175b381b96991ec13c3d3d4619ad13d1d]

        Start Center Template Manager Tweaks
        
        Template Manager and the related Start Center view has same
        transparent highlight color as Recent Documents. Also Template
        thumbnail containers should have the same size as Recent Docs view.
        
        Change-Id: I22e417a5c5ca5a849577d5a438a193371368fe24
        Reviewed-on: https://gerrit.libreoffice.org/11467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Julien Nabet  <serval2412@yahoo.fr>  [86af599c81dc695400b0cc999f559bcf9070e8b9]

        Resolves fdo#84283: Export to PDF with footnotes in tables crash
        
        Don't crash when there's no rectangles
        
        Change-Id: I7e713025cacd449f708176254e05d40c0929577f
        Reviewed-on: https://gerrit.libreoffice.org/11634
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  xukai  <xukai@multicorewareinc.com>  [62deb6d6227105d67e46dbfb89a43dc5e510791a]

        Changing the font properties makes it look better
        
        Change-Id: I1be1833ef416e5eed1e7edbb1254302e28bacba7
        Reviewed-on: https://gerrit.libreoffice.org/11620
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Matthew J. Francis  <mjay.francis@gmail.com>  [456fb845113ac79954027728c5773f4552b33501]

        Fix miscellaneous memory leaks
        
        thumbnailview.cxx: ::ImplInitSettings is called from various
        places other than the constructor, so mpItemAttrs must be
        freed each time
        gloactiongroup.cxx: Must call g_list_free on list returned by
        g_hash_table_get_keys
        
        Change-Id: Id5a592520987a1596debdbc48bfa171a537e400b
        Reviewed-on: https://gerrit.libreoffice.org/11638
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [d7fdf70c4433a41debb4729607df081f15b4ed54]

        coverity#1241427 Unchecked dynamic_cast
        
        Change-Id: Ie011d0bcc504c6c17a525abb368e69009a3d2d2e

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [cadcbae92323cc715fc7e8241e5b9a6369d20eb8]

        coverity#1241396 Uninitialized pointer field
        
        Change-Id: Ib9c38ae857125036252ba27ebd03f428046724e0

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [4e388f8b81afdb780c0f75df657b3a2063fc9ff1]

        coverity#1241102 Uninitialized pointer field
        
        Change-Id: I10580e92da47b97d8d496366833e79a89cbd9260

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [f6a6f240711d39df9669086453cb3bce34c93cab]

        coverity#1240270 Copy-paste error
        
        regression from
        
        commit 03fe839d6e76ed8b1dfb65093ab59a8904852ff6
        Date:   Sat Sep 20 15:41:13 2014 +0200
            html export: rework image output to use HTML writer
        
        Change-Id: If50d4e3cc2d19ea35d41e848cb5b9f92f356bc59

2014-09-25  Noel Grandin  <noel@peralex.com>  [83636d2c09802aeeb1b30078022d228d04da21eb]

        java: when rethrowing exceptions, store the original cause
        
        so that we get a nice complete stacktrace when it hits the final
        handler
        
        Change-Id: Iec4fcc15a2a25c55f591b5e069dce3d010197a90

2014-09-25  Michael Stahl  <mstahl@redhat.com>  [cf49392511e98851174b353782df9eb6bac46f77]

        dbaccess: C2668: ambiguous call to overloaded function
        
        Change-Id: I49522f0cd3c5749a5a0116e134fa2a93bd3e50c3

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [be7a99bca77cd7176f2c01cfff42801475f90f82]

        coverity#1240266 Logically dead code
        
        Change-Id: I97256c687c6d56beef2c3664bbba8c43f685228b

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [c7b6f0733127863ace4f351629301990f99a2178]

        coverity#1240261 Logically dead code
        
        we must check the new proposed state for sanity, not the
        old state
        
        Change-Id: Iabab0ccda4942ec82b243ad07762187be916d43f

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [5001357be9f0680ad6fbfe1af8c2a7c10b7508ab]

        Remove unnecessary #include
        
        Change-Id: I7cc165095db24761d086680b70ef3ed81fd30f19

2014-09-25  Caolán McNamara  <caolanm@redhat.com>  [2162041fabaf8b65ac1e5ed04909a15678a2f57b]

        nHighlightedItem only ever set, never read
        
        Change-Id: Ie4b1517e41e09df3c243b6d4ff124f50777e8bc0

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [11311b9216b61c7c7baa1d223726520fe2ad2264]

        untabify
        
        Change-Id: Iad53e9cea28c3c7f3a8a2eaa1186d1e1be72affc

2014-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [c35db5ca9d82554149d6a63e159c2da6037fa867]

        Stop using unnecessary std::auto_ptr
        
        No need to allocate mpMasterPages dynamically.
        Thanks David Tardon for pointing it out.
        
        Change-Id: Id91ce50b190c7807f4c59d211110c28409c244ca
        Reviewed-on: https://gerrit.libreoffice.org/11484
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [89ecdc47e14e3be7fe939b5e76985b9531fcfb42]

        Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"
        
        This reverts commit 473ed449a4b6f550dc1af47a07c6e0ef243a98b2, which made
        JunitTest_toolkit_unoapi fail, as
        AccessibleDropDownListBox.createTestEnvironment
        (qadevOOo/tests/java/mod/_toolkit/AccessibleDropDownListBox.java) was no longer
        able to find its AccessilbeRole.COMBO_BOX AccessibleDropDownListBox, which it
        apparently expected to find in a docked stylist (cf. DesktopTools.dockStylist
        in AccessibleDropDownListBox.initialize).

2014-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [805df2f4131be1a62e64da87cc990c07481b988f]

        fdo#75757: remove inheritance to std::vector
        
        from DdeItemImp.
        
        Change-Id: Idb26f982f96ddf1641fd8030d87c88b0cbc14f16
        Reviewed-on: https://gerrit.libreoffice.org/11482
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0f8ed329131573289c98b8339f53e57abf67967d]

        fdo#39468 Translate German comments, clean some ws
        
        Conflicts:
        	forms/source/component/FormComponent.cxx
        	forms/source/component/FormattedField.cxx
        
        Change-Id: I76dacfff3aa6f5680a1e81c97281c4f744ec1ceb
        Reviewed-on: https://gerrit.libreoffice.org/11622
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Matthew J. Francis  <mjay.francis@gmail.com>  [0af1c09b3ad23790d9992ec329a2c3f28b820050]

        Eliminate memory leak due to circular shared_ptr
        
        Without this, a Data::Implementation can have a circular reference of
        shared_ptr to itself through .factory1
        
        Change-Id: Ie05545e7ecc0ae85256d2c374fe79f0c678ccf64
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5ba3098b4406ff8656f2710df8af6ca6edcddc8]

        fdo#83465 writerfilter: import font of numbering
        
        Change-Id: I0afe389fa6ea8b4c701232c6ecb425d5fdcde5fe

2014-09-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [76034b4962027155a44b1c6aab665ac12fecf952]

        Restore searching in sub directories
        
        With earlier version of fgc, one could cd into a sub directory and
        use fgc to find the German comments in there.
        This change restores that behaviour again.
        
        Change-Id: I2fa30ff98af0418c7531b94f19ff0b81f76abddd
        Reviewed-on: https://gerrit.libreoffice.org/11522
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Peter Foley  <pefoley2@pefoley.com>  [030812e5dce29080f3fd24bbd7bdd2b6b4ec649e]

        Fix PythonTest on windows
        
        Change-Id: I8d9d2757020fe4d2cf51bfd257e4bcb573baaaf5
        Reviewed-on: https://gerrit.libreoffice.org/11631
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Jennifer Liebel  <jliebel94@gmail.com>  [9b94cf75499bf9fbb9f0072cbba0152c7bfdc387]

        fdo#39468: translation
        
        Change-Id: I8ee3c1cf551f5b242d20cf244d728b79e68616ed
        Reviewed-on: https://gerrit.libreoffice.org/11637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [bad30ceceee6750b6ece0057080473383d216ea7]

        fdo#75757: remove inheritance to std::vector
        
        Glyphs::iterator_pair_t was gone at df3c7e76cca60d246277731d0c525d5f7e6f6597.
        
        Change-Id: I471a2ef659dd98527d2dca5fd8c3741851341ec5
        Reviewed-on: https://gerrit.libreoffice.org/11533
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [d54a72a40852e206d78ab4c57a6898cfae39b8d0]

        dbaccess: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I2b27aaf589fcbe4da1680f624a57be7ae62b0dc5

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [43c47c610556b0bbd4f22c317d6e58c543109c12]

        connectivity: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I796dc05d1846f140a56b5a6f14a69a239324ae5b

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [c91dec0dad6b0da5bfe15d0597bfc069df26f343]

        comphelper: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I364d6252f470dcc6d71a191f1249e95ca1f284ce

2014-09-25  Stephan Bergmann  <sbergman@redhat.com>  [5de8a127cd1790d37d5af83153b8103468eca6ce]

        canvas: std::auto_ptr -> std::unique_ptr
        
        Change-Id: I1b58132c3155d59c78ef3e2414129319ee5e9fcd

2014-09-24  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [f6001fb30c516ec6da39b0ca4058f8b28058df1f]

        javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnit
        
        Integrate WeakBase_Test and MultiTypeInterfaceContainer_Test in juh tests.
        Remove unused import in InterfaceContainer_Test.
        Remove getImplementationId() test in WeakBase_Test. Deprecated as of
        the commit: 90b27c9493f4225e1612364b5813971b45b681a6
        
        $ make JunitTest_juh
        
        Change-Id: I1205c001e7f15bc5a28289051194fb225e114f13
        Reviewed-on: https://gerrit.libreoffice.org/11630
        Reviewed-by: David Ostrovsky <david@ostrovsky.org>
        Tested-by: David Ostrovsky <david@ostrovsky.org>

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [647f83afb618acbf75c8c6f0a4531bd1e76d8a7e]

        Fix fallout
        
        from e16c8534f446a7cc311d6d5026aae5457e4f8e6c
        
        Change-Id: I05154dd06b062aaf7fdffe1aa3792f9710293021

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1fb8724f9834dbc07b741eeed31b31347bc0c2a1]

        fdo#83558 Don't change toolbar tooltip on state change
        
        Also removed EraseAllMnemonicChars since that method is called later by SetItemText
        
        Change-Id: I10139d437290ccfed6a8a15e8e5ce501e15c2560
        Reviewed-on: https://gerrit.libreoffice.org/11306
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Julien Nabet  <serval2412@yahoo.fr>  [aa33dd16b0e3075f28c56656678c0f5cb7642222]

        Resolves fdo#84260: Wrong CRC Costa Rica currency symbol
        
        See https://en.wikipedia.org/wiki/Costa_Rican_col%C3%B3n
        
        Change-Id: I6c30b2bd244f2ea40d56c812673922f27f5d53c8

2014-09-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b067ead2ee8f162374c81b35190b0201a306ae04]

        Don't update chart view when the controllers are locked.
        
        Change-Id: I8468925e63db3a5cc5ef3e0f942d22478fd0863e

2014-09-24  Takeshi Abe  <tabe@fixedpoint.jp>  [f8ac4e2c436505304df7020a86dfc202851a9cab]

        fdo#75757: remove inheritance to std::vector
        
        from SwLabRecs, by typedef'ing it as boost::ptr_vector<SwLabRec>.
        
        This is also a supposed fix for possible memory leaks in
        SwLabDlg::_ReplaceGroup(), since erasing elements did not
        delete pointers in the original code.
        
        Change-Id: I1c8a0393cb5bdcfca3408e9c8dc770d306f6d334
        Reviewed-on: https://gerrit.libreoffice.org/11597
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-24  Jennifer Liebel  <jliebel94@gmail.com>  [e16c8534f446a7cc311d6d5026aae5457e4f8e6c]

        fdo#47302: Added insert->fields->page title button
        
        Change-Id: Iebc8298a7e6a7d423d2667eec8a46a936cc4d2cd
        Reviewed-on: https://gerrit.libreoffice.org/11599
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Szymon Kłos  <eszkadev@gmail.com>  [16ea2665cdfa0b3d7b0d7abcdaae8d60f7654d24]

        fdo#64302: Writer’s Special Character dialog could be simpler
        
        Change-Id: Ia321a9df77a8741245378e5b995b3bc6922266e8
        Reviewed-on: https://gerrit.libreoffice.org/11621
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [2f59a1c8169f1492c00d884b6eb3ce954645546f]

        fdo#81132 Remove some formatting options from the right-click menu in Writer
        
        Removed:
          * Font (fixes fdo#34085)
          * Font size
          * Text alignment
        
        Change-Id: I176f3fa5c22aa3dee0c4110db434a66b2e195a6c
        Reviewed-on: https://gerrit.libreoffice.org/11111
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0ab9ddaf4d67e968ad22ec296fbeda02ce1a468d]

        android: LayerRenderer - use highp and flip in vertex shader
        
        Change-Id: Ia517b0d94fdfb3f8fdd9b9c383c8fb337173932c

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f789cd425e7808cca01058b0843ed0cda045bcb6]

        android: define mRootLayer directly as MultiTileLayer
        
        Change-Id: I6a1f6971482ea1de28977d7905ba9fd85921551d

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [df433a70cd2fe564a4d046a0bbb1e90292978184]

        android: upgrade PanZoomController - add configurable zoom limits
        
        Change-Id: I19815f58af4d060cffe515829a2a5472d32bf83c

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0455b3d4b874db06a205d1133f48bcd323665911]

        android: update LayerRenderer to newer Fennec code
        
        Change-Id: Idc7c49351c17dc9953d55ee7f1b42e497074c85a

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2550cb0124f19269521cecfba39afa4ac4023431]

        android: introduce TileProviderFactory
        
        Change-Id: I98ba16b4d1537ddeb2f8a29d15a803d527ccafe3

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ef2b36f8d3a023d5562e742fe4db57dafdd28115]

        android: GeckoLayerClient update
        
        Change-Id: Ie684a4d3ef012b004ede52265750da5497db434e

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1fa58e5c60ac136e92e91c4efa0cdcc5c28afa75]

        android: update DisplayPortCalculator
        
        Change-Id: Ib47822940e83e8fb78a0a8b1e18028646bfb35ae

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0aad04016ca567b93e4d85ae79657f0888514a13]

        android: destroy tiles (free the bitmap) when they are removed
        
        Change-Id: I55959c115467f98d43d471c280bb3a0248b669ec

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [688ff90d32c1b4c56800d242b43b37ed1b990f54]

        android: force initialize LibreOfficeKit, clean-up
        
        Change-Id: I0c7b7d10b34c0f71bf8500696fdbc0ed38303f0e

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2c15cb70f3f3844dca2e990a41e60183eeb137de]

        android: extract touch handling into TouchEventHandler
        
        Change-Id: I138f746940bf89349d4662c95427113bff221231

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b0a1d4303cee27a7eba068e70e5df3c8f6958ad2]

        android: remove FlexibleGLSurfaceView
        
        Change-Id: Ie2f3741d7aa86b5df25723d8665a679962a0efc9

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8b0772df4e27cd47329828054ebc62ac0dad8430]

        android: optimize LayerRenderer
        
        Change-Id: I95ccb35848dc5cf3d44b761abac4e81562089186

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cc2f2afd7e2fd3d34ccdcba2a3d25887bd9d5197]

        android: add DisplayPortCalculator and DisplayPortMetrics
        
        Change-Id: I1418023011cf0ef3611e3fda6f313d9fcb9ccea7

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b85c779595d679a3d24de37751b27fe70e878149]

        android: use JNI direct memory allocator from Fennec
        
        Change-Id: I95a9ab54222150a1f9cde30df820f3cd6915f641

2014-09-24  Szymon Kłos  <eszkadev@gmail.com>  [b4de0bd548399593ad2627afde443a569e7b8ea1]

        fdo#62081: Add split menus to items in the style dropdown
        
        I added buttons to the Style dropdown. Each button opens a menu.
        So far I added "apply style" and "edit style" options.
        
        Change-Id: I3b5c153a0674d06541d403bb0f34ec73418bb778
        Reviewed-on: https://gerrit.libreoffice.org/11581
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Peter Foley  <pefoley2@pefoley.com>  [96d7ca35f9307cd6fcf61884d0e09fba070a42f8]

        Make gbuild-to-ide more pep8 compliant
        
        Minor style cleanup
        Remove unused variables
        
        Change-Id: Id4c190f24f51dfc676c268dac1c19e3f03d3988d
        Reviewed-on: https://gerrit.libreoffice.org/11633
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Peter Foley  <pefoley2@pefoley.com>  [1a6737d3a008f75f2a5e08bae2732716440e37b5]

        Make gbuild-to-ide bail out before parsing if ide type is invalid
        
        Also fix the vim modeline to maintain consistant formatting
        
        Change-Id: Ia42ec2a69f9c3037a6390ca4f5c4198031b7aa64
        Reviewed-on: https://gerrit.libreoffice.org/11632
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Tobias Madl  <tobias.madl.dev@gmail.com>  [0e55cc95dfe21e4d4800592ce8029ff039ea4307]

        fdo#39468 Translated German to English
        
        Change-Id: I7405b8251b977f8e5c1b95c37fbab6ae6cb120e7
        Reviewed-on: https://gerrit.libreoffice.org/11461
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [473ed449a4b6f550dc1af47a07c6e0ef243a98b2]

        fdo#73151 Always open Styles&Formatting dialog in the sidebar
        
        This removes the floating window for Styles&Formatting as discussed in fdo#73151.
        
        Change-Id: I352d27a4d30632dcfda8963c23629e62ab850524
        Reviewed-on: https://gerrit.libreoffice.org/11253
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [9fd7ca788bc8fd88b048c544edb0dc6518010e11]

        fdo#78611 Don't create automatic rules on reset
        
        As we reset all styles, there shouldn't be any unknown automatic
        SwNumRules, because all should have been created by the style
        copying! And in this case we also have to overwrite the existing
        automatic SwNumRules to get a consistent copy.
        
        In case of unknown automatic SwNumRules we just warn and ignore
        any inconsistence.
        
        Change-Id: I26e25bccc9a8c7be74f3dceb2e1f91894eac1d0a
        Reviewed-on: https://gerrit.libreoffice.org/10988
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [cde554a731596f1ca53a911656b6503c96dadcc7]

        fdo#81782 MM: copy most document properties
        
        Mail merge wasn't copying the document properties into the target
        document. It also has to copy most document properties into the
        working copy, as ConvertFieldsToText is called just there.
        
        Change-Id: I7e07fec712c225f667d960a94f4eb3fd0b83f041
        Reviewed-on: https://gerrit.libreoffice.org/10987
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [3930c14be021e325c1efdb3fa7858069085286f8]

        MM: restore the non-saving wizard behaviour
        
        The wizard didn't save the MM source document, even if it was modified.
        
        Change-Id: I0c7fb6abd31934bab7a33d7a9c93222af3e35ee5
        Reviewed-on: https://gerrit.libreoffice.org/10986
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [bc998e5e2cf43678462c8d7da8a9d6b1425ec492]

        MM: readd CreateMonitor handling
        
        The mail merge wizard uses a different progress dialog
        (CreateDialog) then the UNO functions (PrintDialog).
        
        This restores the previously unused code and unifies some of the
        dialog handling.
        
        This reverts the dbmgr / mail merge unused code parts of
            commit d49d0139a7f4b9835a2179b6dcc6741a41b0197c and
            commit c16f45db0ea20db6ca3906551c01fb18f9258c84
        
        Change-Id: I06088140f604893a33f3ee37507e551b043a193d
        Reviewed-on: https://gerrit.libreoffice.org/10985
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [36ac7749523e0c6f40a77beac278bd9e7a667a9b]

        DOCX import: make sure rotation does not affect shape position
        
        Change-Id: I7916a24d63bb7c995267059e9bedbf1f08adc152

2014-09-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [2916dfdb2361e68a6bbbcb0b0e9e114e052cb6d5]

        MM: detect save error based on the return value
        
        There is actually GetError() and GetErrorCode(). While the error
        code can also be a warning, which isn't reported by GetError(),
        this detects the error based on the DoSaveAs return value (actually
        I got warnings in case of save failures in my MM unit tests).
        
        Change-Id: I3db749c798ad80336ee7ada9eaa71177e8ffb248
        Reviewed-on: https://gerrit.libreoffice.org/11456
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-24  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [86d05eea4578c58be8e4b7b8f3a365238bf22e02]

        Removed uneeded checks.
        
        Change-Id: I9fd008f0265f195a8069526cea22a288ff6238f7
        Reviewed-on: https://gerrit.libreoffice.org/11562
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Luboš Luňák  <l.lunak@collabora.com>  [74c6ba1b741ae76ad9e2f2b81be3e3178163f085]

        add missing break
        
        Should have been included in 3891ba42a886fa85eb43da24d1badf44e765d54c.
        
        Change-Id: I22e5ba931a58c83efdbf996ce701c52dcf0bf9c5

2014-09-24  Caolán McNamara  <caolanm@redhat.com>  [ded3740d2498b7a14afe8c0c63219c924cf800df]

        also consider redline that starts right before the end para marker
        
        We were currently handing the case where a paragraph end mark is right
        before the *end* of a redline, now we also need to take care if the end
        mark is right after the *start* of a redline
        
        Change-Id: I816335067f60d1d9332bfdb1117fb1448b564972

2014-09-24  Stephan Bergmann  <sbergman@redhat.com>  [4e820251892917a92996f1aa6978ad609112001c]

        Replace some std::auto_ptr function parameters with std::unique_ptr
        
        Change-Id: Ic66d325fd9559c6dde9556c26e5b2a7e60376c49

2014-09-24  Matúš Kukan  <matus.kukan@collabora.com>  [8bf8c9ba4f031fa8c838321b0cf4c7bb8dd44753]

        Revert "Make PythonTests depend on the ExternalExecutable"
        
        This reverts commit 9416f4e8ab5fe9e1006bf8afd0b9d0ed2655a315.
        
        Change-Id: Id187b98c26e0fb109c26b31fb88bb50d0960d6fb
        Reviewed-on: https://gerrit.libreoffice.org/11627
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-09-24  Matúš Kukan  <matus.kukan@collabora.com>  [3b69e188fdf770079d330c60c7dba63eca208c74]

        unused using-declarations
        
        Change-Id: I2bfb15821579b2636f6ae6b453b821ddfa0ccfcc

2014-09-24  Matúš Kukan  <matus.kukan@collabora.com>  [b697e5a8feb0b6ca7a7066528cd7e56ceaf39c5f]

        Unused FastSaxSerializer::maSavedMarkStack member
        
        Change-Id: Ib665b3870f3d4b00c70d3f928452639464adca69

2014-09-24  Matúš Kukan  <matus.kukan@collabora.com>  [c566814e0411f1357f63b503e76aa51a396d82d0]

        Remove TokenMap::getUnicodeTokenName()
        
        Change-Id: I778dc43085b6afbb6456cbf53fe8c95b624b75b3

2014-09-24  Stephan Bergmann  <sbergman@redhat.com>  [9703cc63cea3c47d13afe5f9b0eb22c631000958]

        Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead
        
        Change-Id: Iac70c9be13892a36bfb5975f62e5345b88d4f144

2014-09-24  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [b39a778b5efa73936893a91b3223bb350bae1fb2]

        javaunohelper: migrate InterfaceContainer_Test to JUnit
        
        integrate InterfaceContainer_Test in juh tests
        use java.util.logging in ComponentContext_Test
        
        $ make JunitTest_juh
        
        Change-Id: I92a855f8dea4bc893bb65e23e57ea4b12f59a31d
        Reviewed-on: https://gerrit.libreoffice.org/11615
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-24  Stephan Bergmann  <sbergman@redhat.com>  [5045400eb3ae5622d18e9a9b1b928d4ecc78bbf2]

        Replace use of o3tl::heap_ptr with std::unique_ptr
        
        Change-Id: Idbcb1be271ccda1885728ec5a6a75cfaec15f6f5

2014-09-24  Caolán McNamara  <caolanm@redhat.com>  [6990ec19679d837edae17497e1173f2dae46c947]

        add test case for EDB-34720
        
        Change-Id: I9ef73811b93dfff502a2430a1e3e9aa3b46c9935

2014-09-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ea89ff15ed52c70aa2606e76106ba4580a5c1d5b]

        Disable HTML any check which uses twip->pixel conversion on OSX
        
        Change-Id: Ifae32518aa503bfa8c912c18220bbbf28b76be09

2014-09-24  Yousuf Philips  <philipz85@hotmail.com>  [a37a8733609a59eccabf89b2ff67d5ee6bf194bb]

        fdo#80654 - Add icon to 'Close Preview' button in Page Preview toolbar
        
        Change-Id: I287f8549b6bfb8435c6ad1daabbb8ac2c1a51c2b
        Reviewed-on: https://gerrit.libreoffice.org/11576
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-24  Yousuf Philips  <philipz85@hotmail.com>  [c5cacc506d8243b8278aa036cd4e6b2ccee65142]

        fdo#55903 - fixed zoom mode button tooltip for better understanding
        
        Change-Id: I42c5ad557c00d2db80e691332756a544651ab7de
        Reviewed-on: https://gerrit.libreoffice.org/11596
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-09-24  Caolán McNamara  <caolanm@redhat.com>  [705a8c226aee3e68db492083b7cf8b704335328b]

        WW8PLCFMan::AdjustEnds deeply flawed concept wrt change tracking
        
        The whole idea of clipping the char attributes to before the cr that word uses
        as the end of para marker is flawed from especially the perspective of
        redlining which is a char property in word.
        
        If the redline encompasses the newline in order to state that it is deleted,
        then if the prop is clipped to before that newline then the end-of-para doesn't
        get marked as deleted
        
        For now just remove the character attributes clipping from here to be as
        conservative as possible.
        
        Hopefully the ordering of processing start pap before start chp and end chp
        before end pap and the other million improvements in the parser that came about
        after AdjustEnds was created avoids whatever problems were trying to be worked
        around here.
        
        Change-Id: I5a72e462db2fff60f52b12c2125ea6ac363de695

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [6332c643016ce4c4d254c8429a5eceae6664bf5c]

        fdo#83955 Fix changes toolbar to display icons+text
        
        Change-Id: I88ab66f60fc477f0e1e33d4049af7721e9435272

2014-09-24  Florian Reisinger  <florei@libreoffice.org>  [0e9aa656aa3ca12ae14e2c68473f1ae0264cd11a]

        German comment translation.
        
        Change-Id: I8c0e90eda94bc2304289cdf27b85cd57dbca0ef9

2014-09-24  Tobias Madl  <tobias.madl.dev@gmail.com>  [18cc5cb2fdb8bca18a6c55d0a165b749f6730420]

        fdo#39625 Delete unused cppunittests
        
        As discussed with Stephan Bergmann, these files, which contained unused
        cppunittests, could be removed.
        
        Change-Id: I91844b96967e3c3e0e8367452f2dda420f479ffe
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-24  Caolán McNamara  <caolanm@redhat.com>  [c09a0d8516b7a53e8e9dd802ba63c17ba6ee20d3]

        fix build with coverity 7.0.2 and gcc 4.8.3
        
        these "forbid use with ambiguous type" things already appear with deleted
        markup in Any.h which is included by Any.hxx
        
        WARNING: cov-emit returned with code 2
        
        "coverity/include/com/sun/star/uno/Any.hxx", line 163: error #1810:
                  function
                  "com::sun::star::uno::Any::has<T>() const [with T=sal_uInt16]"
                  (declared at line 244 of
                  "coverity/include/com/sun/star/uno/Any.h")
                  cannot be specialized because it is deleted
          bool Any::has<sal_uInt16>() const;
                    ^
        
        "coverity/include/com/sun/star/uno/Any.hxx", line 604: error #1810:
                  function
                  "com::sun::star::uno::Any::get<T>() const [with T=sal_uInt16]"
                  (declared at line 243 of
                  "coverity/include/com/sun/star/uno/Any.h")
                  cannot be specialized because it is deleted
          sal_uInt16 Any::get<sal_uInt16>() const;
        
        Change-Id: I7d8b8ee1015c3e598143a2240297ce81a9e36987
        Reviewed-on: https://gerrit.libreoffice.org/11611
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-24  Jan Holesovsky  <kendy@collabora.com>  [0a56da5b110d6a3329ed7ebf296856f839e9980c]

        vcl button: Allow automatic handling of UNO commands (like .uno:Something).
        
        Change-Id: I71c00286dde2e5a01a7a592305c1790f1ed63a93

2014-09-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0bcd32da2efd287bbab51e335b382ec27e023644]

        Unused writerfilter::dmapper::ConversionHelper::MakeBorderLine() variant
        
        Change-Id: Idbf7f6b8a1ec395c229e2ff6c173b8b0a6262977

2014-09-24  Tobias Madl  <tobias.madl.dev@gmail.com>  [8f661c6b2b870452bf45c9fd1b7c56a8978c2482]

        fdo#39625 Make existing CppUnittests work
        
        Just removed some useless comment.
        
        Change-Id: I3f43e245849b82f8a1257c6ac0bace673d0ca9d6
        Reviewed-on: https://gerrit.libreoffice.org/11604
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-24  Peter Foley  <pefoley2@pefoley.com>  [9416f4e8ab5fe9e1006bf8afd0b9d0ed2655a315]

        Make PythonTests depend on the ExternalExecutable
        
        This fixes builds on windows with fully-internal python
        where the package is built but the exe isn't in instdir
        when building a PythonTest.
        
        Change-Id: Iab1d330a36adf1c849635b990bfe5d31359bec2b
        Reviewed-on: https://gerrit.libreoffice.org/11618
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-09-24  Peter Foley  <pefoley2@pefoley.com>  [ff6a6940aafa2164c5f53b1d4c09dfe995b562b8]

        fix a typo in gbuild help and improve a autoconf error message
        
        Change-Id: Iaee342ae6d612e35d1d2dfa91edbc952d4f73b4e
        Reviewed-on: https://gerrit.libreoffice.org/11616
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-09-24  Peter Foley  <pefoley2@pefoley.com>  [97bad49ffa297d25f0dfe19b7984f91e5e601945]

        Add missing include to avoid compile error on windows
        
        Change-Id: If338b41e416362fc36da25b16f119187a358206c
        Reviewed-on: https://gerrit.libreoffice.org/11617
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-09-24  sushil_shinde  <sushilshinde@libreoffice.org>  [0a32edcdc2bda75a7536ce7f88c91cbc56e7afb1]

        fdo#84028 : Preserved all caps property for text.
        
           1. All capital letters were exported as small letters.
           2. Problem was 'cap' property was not exported for 'rPr'
              in drawingml.
        
        Change-Id: I81bfb418f773aa88118b22550eea2b3ec2833ea9
        Reviewed-on: https://gerrit.libreoffice.org/11563
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2c7595a911c3b0102162c2ad9cef4a84538b66f8]

        fdo#83848 Add GetAddressConvention to RefButton
        
        Change-Id: I20d633909d3c13bf49998a6cca054ab125b6c991
        Reviewed-on: https://gerrit.libreoffice.org/11578
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1dacdcdfe5ebe5ca6862308f8491b04971a45af0]

        Fix icon links (link to another link)
        
        Change-Id: Ie77cee65eb2c6a4b4d5f26aaaae9d0f7fb147d73

2014-09-23  David Ostrovsky  <david@ostrovsky.org>  [551ee32dfaaddd2aa48efebaefab0730474b656d]

        fdo#65281 Empty/Not empty doesn't work in columns with date format
        
        "Empty" and "Not empty" predicates were unconditionally overriden
        in filter dialog for date format columns. Rectify it by preventing
        the overriding for these functions.
        
        Test Plan:
        
        * open calc document
        * define column with date format
        * put some data and let some columns empty
        * apply standard filter on date column with "Not empty" function
        * verify that rows with non empty columns still visible
        
        Change-Id: I2111c5a6b6350cab63173d42419069813d1137b6
        Reviewed-on: https://gerrit.libreoffice.org/11613
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  Yousuf Philips  <philipz85@hotmail.com>  [bba15935842071289f6fbf9edef409b605254508]

        fdo#83955 Track Changes: Improve the changes toolbar
        
        Change-Id: I50986a5c3d55890536dd2b1736887a816c931699
        Reviewed-on: https://gerrit.libreoffice.org/11575
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-23  Michael Meeks  <michael.meeks@collabora.com>  [da21f7da44dc577a08ea3bc210083dc8decf18bc]

        fdo#84000 - unwind recursive timer issues.
        
        Seemingly timers were not being issued or re-queued. Handle recursion
        issues in the main thread, not in the timer thread.
        
        Change-Id: I4f49341115bb7c7b1613e61f77a467154818a8aa

2014-09-23  Jan Holesovsky  <kendy@collabora.com>  [211b3192f05c4120fa2dd0e23988e74bdd310830]

        fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.
        
        Timer Queues
        
        http://msdn.microsoft.com/en-us/library/windows/desktop/ms686796%28v=vs.85%29.aspx
        
        allow creating & maintaing high-precision timers.  This commit switches the
        WinSalTimer implementation from using the Timers:
        
        http://msdn.microsoft.com/en-us/library/windows/desktop/ms644900%28v=vs.85%29.aspx
        
        to Timer Queue Timers.
        
        The 'classic' Timers do not have better precision than some 15.6ms (the
        documentation mentions 10ms, but some measuring seems to confirm that it is
        more than that).
        
        With the Timer Queue Timers, we now have 1ms precision.
        
        Incorporates some cleanup from Michael Meeks <michael.meeks@collabora.com>.
        
        Change-Id: I0312a0c9fdc2779258698b24389b24c39e643473

2014-09-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [08a990fd27f5a416c2a73902792e93df7499d703]

        Fix build breakages with gcc 4.7.  It doesn't like '<::'.
        
        "<::" -> "< ::"
        
        Change-Id: Ie83b0e6c09972b175ce72e37d20b5122a16e922b

2014-09-23  Yousuf Philips  <philipz85@hotmail.com>  [d6aaff5d56c3273595218e7fba803c52e3ba9c46]

        Add/Improve some icons for Impress actions
        
        Change-Id: I195bbb2816b729278254b72b7465086aa8faf70c

2014-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [02e0bac73be8d11abf539130f3d3541fa72af93a]

        error C2782: template parameter '_Ty' is ambiguous
        
        Change-Id: Ieb8f91a629b9e14480c0372e747fea326c549833

2014-09-23  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [2d8348d298185cad7d2b6aec40e8e44f95be1b7a]

        javaunohelper: migrate ComponentBase_Test to JUnit
        
        Use -XX:MaxGCPauseMillis=50 in conjunction with Thread.sleep(51) to wait 51ms
        after a GC call, instead of waiting 10s.
        
        http://docs.oracle.com/javase/1.5.0/docs/guide/vm/gc-ergonomics.html
        
        $ make JunitTest_juh
        
        Change-Id: Id2cdada0e493fd450aab5dbec164502e0173857f
        Reviewed-on: https://gerrit.libreoffice.org/11593
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2014-09-23  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ed01da53ff04b1cfd6708e12f26d06cb9288a61f]

        fdo#84256 Prepopulate findbar with last search term
        
        Change-Id: I6a6fa994e3e90ade206ffea73b8047ac8b2af90e

2014-09-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7c1686a6e493cec75e77fa6647c33b537e493457]

        Some cleanup on Timer.
        
        Use a different name for handler as 'updateTimer' is also used as
        a method name within the same class.  Also no need to set the interval
        repeatedly & no need to stop the timer when it times out.
        
        Change-Id: I430bc26b945d179c87310eaefd9d94986192841c

2014-09-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3a4f5b47222a399d0745c4ae5eb000f4e75a7041]

        This guard blocks main loop.
        
        And I've been told that by design the main thread doesn't need to be
        aware of the rendering threads, so no need to take mutex here.
        
        Change-Id: I78ec348ccc28dd67284ecdfccebb915cc1942fa8

2014-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [eae5d8de6dde0ea4dd1494b0e1f036789b7c6220]

        DOCX export: fix duplicated OLE objects
        
        Change-Id: I5b73fcbdbad26505e3ddd66d246354110c0f2e88

2014-09-23  Noel Grandin  <noel@peralex.com>  [23e1fc277d5651babce17bb74408ef6505f101d2]

        loplugin: cstylecast, update PTR_CAST macro to use static_cast
        
        I introduce a template method into the PTR_CAST machinery
        to maintain constness.
        There is now a FIXME in sd/../docshell.cxx because I needed
        to use a dynamic_cast there to work around the games it appears
        to be playing with OLE in-place activation.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>,
        dropping the GCC-extension, unnecessary use of typeof from tools/rtti.hxx
        
        Change-Id: Iba5ace1aa27e02b34fcc91af1e658c43371afd03

2014-09-23  xukai  <xukai@multicorewareinc.com>  [7f895dfbf5fb084d747e52db678d75e3273cd825]

        update camera when bar is clicked
        
        Change-Id: Icf397070d1b17a282a07e166d1387881b854b337
        Reviewed-on: https://gerrit.libreoffice.org/11541
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [9d97b1a7b1c7f3258335513518c762bd16745f17]

        fdo#84001: update environment name BENCHMARK_MODE to UNLOCK_FPS_MODE
        
        Change-Id: I7837b2b2639cd003931227f3eb957ef90b905fd0

2014-09-23  xukai  <xukai@multicorewareinc.com>  [bc1b8dd63e74c255a989ac51a92d7db0bba75bc3]

        use environment AUTO_FLY to control if autofly
        
        Change-Id: Ie47dfdc5f3b07f6e1a6336fc235ac6ccd5d53cab
        Reviewed-on: https://gerrit.libreoffice.org/11540
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [5c9ca2fb863e84ae2328f6b0186e137cd5f02ed6]

        update effect of bar click
        
        Change-Id: Ibb09537d418e78c7fc9b6760988abd56505268b3
        Reviewed-on: https://gerrit.libreoffice.org/11539
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [32d267f556634d3bbceba4978efc4d8cb62b148c]

        make Camera flythrough looks more smooth
        
        Change-Id: I46f79bb6ede2da133fe8971319fc4b7257848382
        Reviewed-on: https://gerrit.libreoffice.org/11590
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [192b360cfb1bf422f282f4c93e7d0fc0fe83f7db]

        overloaded function GetDiffOfTwoCameras
        
        Change-Id: Ic195c846364ddf9c798d019eed23c27200713017
        Reviewed-on: https://gerrit.libreoffice.org/11589
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [080bab41b64d9531c9d2ae9e5125fd4876bca0bb]

        Add function:GetDiffOfTwoCameras
        
        Change-Id: I3b3f4e8e18d5970d408adcf0457bfdd4e064e37c
        Reviewed-on: https://gerrit.libreoffice.org/11588
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [e975f78a306df35663319d03c882cb679c12e20c]

        instead of a top view a 45 degree view
        
        Change-Id: Iaf922b998552778c527440c4b3a83cb8c05d2a6e
        Reviewed-on: https://gerrit.libreoffice.org/11536
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [57cc338ddfd2fcca35641ef9f49f13caac932754]

        Using 3D fonts
        
        Change-Id: If6cdece9f100f51b7a69ac4be4e316fb9c9928d5
        Reviewed-on: https://gerrit.libreoffice.org/11535
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [98cb400d08a35d26e211fffda24e5b7c6e6672bf]

        3D fonts suport
        
        Change-Id: Id8142586e8ace4ba91a30b2f78d1216f89f22148
        Reviewed-on: https://gerrit.libreoffice.org/11585
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [35d4c21bf0faaffb87c5197f6d0b3d798aca33bd]

        Update the color of FPS text
        
        Change-Id: Ic6f5889e24f98101426fc215c0313122797400b7
        Reviewed-on: https://gerrit.libreoffice.org/11507
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [221c2eb24b5eeeadb265cfd010fd6851715b24b5]

        Show values of bars in selected row
        
        Change-Id: I18fbdcb05e3c95c20c96b426bf93e85657209f34
        Reviewed-on: https://gerrit.libreoffice.org/11584
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [cc2bc03eb619e4016f6dd0e255726cda32a8dee6]

        fix the fly back bug
        
        Change-Id: Ie866d02ab2ca3a5372dbeec6805eee42c8e10312
        Reviewed-on: https://gerrit.libreoffice.org/11505
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [7d833aa8a7e572dd266c1e9f52826cbdbfc95185]

        add translucent balck background for history rendering
        
        Change-Id: I9da69bdb29bb780776355e79fab61d5d9bb844a4
        Reviewed-on: https://gerrit.libreoffice.org/11583
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  xukai  <xukai@multicorewareinc.com>  [b8c442f2b924b03533c7029af3ad10b79e8a89c3]

        add 50 histories for histroy rendering
        
        Change-Id: I26ff4655d682960ef397be27d5a9fc894502cf8a
        Reviewed-on: https://gerrit.libreoffice.org/11579
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-23  Caolán McNamara  <caolanm@redhat.com>  [93e7ae6f5719c56c90679e46a6e817dedf5c54c6]

        with show changes on we can have negative offsets
        
        for counting words in a range of text which has redline deleted
        text at the start
        
        Change-Id: I34149822d43f8ee3fbde58a166dad408fb588fce

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [26967802e6f4912c5e004b9b223bfbd54d2d9b68]

        Not only hspace, vspace but also width, height
        
        cf.
        <http://lists.freedesktop.org/archives/libreoffice/2014-September/063550.html>
        "CppunitTest_sw_htmlexport failures on Mac (was: Tinderbox failure, MacOSX-10.8
        at 21-10.7SDK, MASTER, last success: 2014-09-21 21:55:50)"
        
        Change-Id: Iab5123a6b0b91d23c5caf4083279de55d1148cfc

2014-09-23  Jan Holesovsky  <kendy@collabora.com>  [b71204f67f91f50fd3806920e139742e56b3db78]

        fdo#84001: Renamed the env. variable to fit better.
        
        Change-Id: Ie3e3a1871bfd0db22726206cf634debebcf4ef63

2014-09-23  Matthew J. Francis  <mjay.francis@gmail.com>  [d150dac1c32e89df4176d417d12a03fbbf1972d4]

        Fix memory leaks
        
        Change-Id: I7cd727657a9e426a43f72d1c5b843e581cfe8c5d
        Reviewed-on: https://gerrit.libreoffice.org/11608
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-23  Matúš Kukan  <matus.kukan@collabora.com>  [38faee21e0b874359246e513b0a8c0af399a864d]

        Do not link html images only when pasting from clipboard (bnc#580834)
        
        Change-Id: I020c4e6ed6d468e553dedd7c91979b081d6b4725

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [d66b757083ddbb14c7bc58f4c34512185abbc60a]

        Leftover XLIB_Window -> Window
        
        Change-Id: I51aa3e3fbf440bbd16d43ab8113cd69937060bf3

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [0f5756e2e4065072aa7bc58f6202bd6c2405ff80]

        Adapt compilerplugins to Clang trunk towards 3.6
        
        Change-Id: If6ee343bb4d4004e7a95fe1c5adc97210fc0abd0

2014-09-23  Noel Grandin  <noel@peralex.com>  [6f8b4c068ec4c26ec26f6c95589b0d7d6901d627]

        fix OSX build
        
        after my commit 827c46e "fdo#82577: Handle Window"
        
        Change-Id: I945849d7b95988162785eea6831da0f761514bb4

2014-09-23  Noel Grandin  <noel@peralex.com>  [827c46e7d75000cb03b0ce21759f9d0825f0c096]

        fdo#82577: Handle Window
        
        Put the VCL Window class in the vcl namespace. Avoids clash with the X11
        Window typedef.
        
        Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a

2014-09-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7cbbefae224ab85343accb42b03f9431ec693a83]

        Disable HTML export "hspace" and "vspace" check on OSX
        
        Change-Id: I3c15d51f390bd7bed1d8738befda2a7476b3495a

2014-09-23  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [333c5c1b8b3283d5f5ebe77f16532a84b6d07d70]

        fdo#62281 Add a title to the About dialog
        
        Change-Id: Idc9d9631dbb4990f878ee2f64b0f6fa36973307b
        Reviewed-on: https://gerrit.libreoffice.org/11598
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-23  Caolán McNamara  <caolanm@redhat.com>  [a3b099837cb3d39d9623e5054294d7f42b0257f6]

        n-up printing done by vcl, brochures by draw/impress
        
        Change-Id: If38365d949ad91d50138798a0a386f9543eb4f22

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [1da676eb86adc0fb3bb07bffbfc8b6704fdf0518]

        Include name of document in CPPUNIT_ASSERT msgs
        
        Change-Id: Ia0d06d1e0951bcc3930d5e059658209a2916405f

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [b7f2df2165a7b708cc64fe709edac0e385be52fd]

        Keep files of failing tests around
        
        (Arguably, such files should be stored in a workdir/CppunitTest/... directory
        removed and freshly created before every test run, instead of in TMPDIR.)
        
        Change-Id: I1e5928db399e6ed39143ebfd3844c7dd46820537

2014-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [56b647b3a384db53bc55c56b2ae70e08c20e148b]

        DOCX filter: roundtrip SDT properties on Frame TextPortions
        
        Change-Id: Icb3dc9595a025c4386577d858c8ca96e2f9bbef7

2014-09-23  Tor Lillqvist  <tml@collabora.com>  [cb466794aff56cc9cf2c83d26f5cda9dacdd6c81]

        Put schema.xml in the correct place, and drop the empty English strings file
        
        Change-Id: Ic9d3894611eedcffa9ce79ae8b2745de72eb9117
        (cherry picked from commit 0b6555f594095ddc082d555852f7d8e9f7d7f266)

2014-09-23  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [6ee1a5438061712d05e5a8a6b9820e27c3ab21f6]

        javaunohelper: Using "final" modifier whenever applicable in java
        
        All classes that belongs to the com.sun.star.lib.uno.adapter package are not part of the stable URE interface.
        (cf. <http://api.libreoffice.org/docs/java/ref/index.html>), for that reason those classes may be final.
        
        Remove unused import in com.sun.star.comp.helper.ComponentContext class.
        
        Change-Id: I68be8da4324f5163505e65365bf49a6a9cd00672
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-23  Stephan Bergmann  <sbergman@redhat.com>  [15c609f33da44c24e1d0cf19670b0da43738ce0c]

        Use prex.h/postx.h
        
        Change-Id: I055ae0426df86a1ea49385bc8c0b176cc4b9d940

2014-09-23  Tor Lillqvist  <tml@collabora.com>  [e29862bcc509916e7fe3e9b2f43b0672c49b7f6e]

        PPC Mac support can go away now (again)
        
        Change-Id: Ie1b2ab13eda584c48aaa0a4a0941f1be451697c1

2014-09-23  David Ostrovsky  <david@ostrovsky.org>  [0ea9722f72c1bece218013cce4c5d9097994408f]

        fdo#84090: Remove maUniName from oox::TokenMap
        
        Change-Id: I8165def0b6291bfd7bb109e1cdaeb4198ed696b7
        Reviewed-on: https://gerrit.libreoffice.org/11560
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2014-09-23  David Ostrovsky  <david@ostrovsky.org>  [b529efc45962cd451198df273f41fc69f16ac1a6]

        Add unit test for oox::TokenMap
        
        Change-Id: Iced083868a84fd9fbb97ad91dfc0acbf5b69b766
        Reviewed-on: https://gerrit.libreoffice.org/11559
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2014-09-22  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [c5464f127d4d4707a5f92281c480266fd3f1b361]

        Improve the wording of some actions
        
        Change-Id: I1458378d5ef0ae3f2476fa455cc45b473de04456

2014-09-22  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [fb1be6943fa11f1680c9fa69ba56bdcfad64850e]

        Always add the keyboard shortcut to the toolbar tooltips
        
        Change-Id: I6f6e385cf6d09b0a3f18b708daeff2df9aba83c6
        Reviewed-on: https://gerrit.libreoffice.org/11595
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2897374fdad4fdb2daab273c2cf6f85e5ae49ec1]

        android: cleanly load/close a document when activity starts/stops
        
        Change-Id: I2206a2b6818c030ba756f2b4d014a20d46f4106e

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [18c052d6d659001657ccf1ff0c7c7cff64658f44]

        LOKit: add "destroy" and "saveAs" to android JNI
        
        Change-Id: I08542b736e49cb9262323e9fe6188b1976d47935

2014-09-22  Stanislav Horacek  <stanislav.horacek@gmail.com>  [67ad72f574557cd8d235ceeba556b6884ecd99ed]

        Updated core Project: help  c15adbcd9f39fdd4f2a2e53749e5dc47b365d406
        
        rename Image Styles to Drawing Object Styles
        
        Change-Id: Id0c5e9fb505ad99bb77f80963b30b8f0946cc48d
        Reviewed-on: https://gerrit.libreoffice.org/11594
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        

2014-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc2bba6eff63d9a3a8efc4a220e5305ab1c92ff5]

        CppunitTest_sw_tox: move this into the extras directory
        
        That's where all the remaining tests using the public sw API live.
        
        Change-Id: Iaffd411d704b42e5b88299d00a6c4b6226e2bd4d

2014-09-22  Jan Holesovsky  <kendy@collabora.com>  [b1a5e34e27c0118f319aebbc5a6c9cdf05929239]

        Revert "Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar"
        
        Unfortunately this breaks the Edit menu - it is now crowded with long texts;
        so while it may improve the toolbar, it definitely breaks the menu.
        
        This reverts commit b59c5ace4b7213ffd62495d0c0e5b6411f5071be.

2014-09-22  Caolán McNamara  <caolanm@redhat.com>  [cfbcce701cd6dc3af6086428399136efef33ff59]

        Related: fdo#37691 \shptxt ... \jpegblip
        
        text shape with jpeg data, should we throw away
        the text shape here or keep it ?
        
        Change-Id: I9e4463b5863bf68cdcd18ea5d1f6c831a0de8ec9

2014-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f917d47776addcd041a0ce3ec719f752643f8ef]

        sw/qa/README: document that complex/unoapi are Java tests
        
        Change-Id: Ibaeefe795c8318824fe3d158871eae0477ef0fc4

2014-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [eeb8297e47bae11f2aeaa7bae6e51eee921e9e58]

        Use constants for ST_TextEffect values
        
        Change-Id: If4226bbe1124ca21893840558559b2b0e24440d3

2014-09-22  Noel Grandin  <noel@peralex.com>  [8e58d9d08caecc868b1f4fed78101c7bdb0834ab]

        loplugin: cstylecast
        
        Change-Id: I8b1f0f6c100b4cf6d45c9e0c0f1e0a38ec081218

2014-09-22  Noel Grandin  <noel@peralex.com>  [04f43cd6a0159da29a0df4bf8e27387156f321e5]

        84059 - form wizard : files required could not be found
        
        I've essentially unwound most the Java  changes I made te wizards module
        in the last few months. I will revisit my changes at a later date and
        make them more carefully :-)
        
        Change-Id: I9221a825dc8de6edc96d6db07072aefcd1a37107

2014-09-22  Stephan Bergmann  <sbergman@redhat.com>  [3c6da8e49a96513eda73656f3f6212f980a74b51]

        Related fdo#77813: $(workdirurl) was always empty
        
        Regression introduced with cb021fcafba06ccf973f2abe229a4761c0a002de "fdo#46037:
        remove 1 comphelper/configurationhelper in framework."
        
        Change-Id: I07727d93315e0d3d87004ce71708271e90a173a3

2014-09-22  Caolán McNamara  <caolanm@redhat.com>  [3fff9a6b56faf0f14965b4cde6541e59ced9dea5]

        Resolves: fdo#84057 Localized string is truncated
        
        use grids which are better at compressing than boxes and
        other tweaks
        
        Change-Id: I231ded59f248847668dcf2b0c38bab1be090431f

2014-09-22  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e82b36ccbbdcdecbfc1b7744bc25f26204a78e33]

        fdo#78826 HIG: missing colons and capitalization in sd
        
        * Title Case for headings and command buttons
        * Sentence case for radio buttons, check boxes, etc.
        
        Change-Id: I68342d2f4c66e2253dded31d80783b3629a3d1d6
        Reviewed-on: https://gerrit.libreoffice.org/11577
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-22  Noel Grandin  <noel@peralex.com>  [5139fad429cc70c5c235714e1e9530c28f9b722d]

        loplugin: cstylecast
        
        Change-Id: I84873c9f84651dc8a1337f37c63020b461314e1b

2014-09-22  Stephan Bergmann  <sbergman@redhat.com>  [4e0744b002af73475b5088aec1e6350974ba1673]

        Unwind one level of cluttering indirection
        
        Change-Id: Iceaed0e5490b6002c1421d74dfb8f2d0ba38cbf5

2014-09-22  Jan Holesovsky  <kendy@collabora.com>  [8da21eca455134a1d017893a9b1d26f827fba185]

        vcl: Allow creation of button content from action name (.uno: commands).
        
        Change-Id: If4b2aef59d45a848fb77de9e1b7bf80d49548a75

2014-09-22  Caolán McNamara  <caolanm@redhat.com>  [b66dc3cd84c7031a0df75e9d782edebbaca6fdf1]

        WaE: -Wodr, two different ScVisAreaChanged classes
        
        Change-Id: I036632dcc7a91eb43aac2bdc2dee7e3355227f24

2014-09-22  Kay Schenk  <kschenk@apache.org>  [32b46b74f2c45e1dff3530162ddb207527574026]

        Resolves: #i121492# Base can not filter by dates
        
        Patch by: hanya
        Fixed date filter problems in table view. Now processes old style date format
        and "normal" for database as expected.
        
        (cherry picked from commit 79ff7fc76c74a012933230d6f3c37977eccc6398)
        
        Conflicts:
        	dbaccess/source/core/api/SingleSelectQueryComposer.cxx
        
        Change-Id: I2ae1b50b9e85ff2c543aaea90894a7edd5bc7524

2014-09-22  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [deb9e36c2a75b276e580a723308dd5e057b3364a]

        javaunohelper: migrate ComponentContext_Test to JUnit
        
        $ make JunitTest_juh_ComponentContext
        
        Change-Id: Ibcd8ed7b1da7da82593e51b6f25a53763e9455f7
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce5dd8647083c944fb298c491fb526dad17a8a1a]

        DOCX import: ignore SDT as well in to-be-discarded header/footer
        
        Change-Id: I53388e8b8ca71a3ad5d0b3e22dd60c642cb1f4b7

2014-09-22  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [b9f187055394713fbc58d149c6ea98fe13dbadd5]

        javaunohelper: Using "final" modifier whenever applicable in java
        
        * com.sun.star.lib.uno.adapter.ByteArrayToXInputStreamAdapter class may be final. There is a overridable method call in the constructor.
        
        * Private methods can't be overridden. The private method "instantiate" is declared final in the com.sun.star.lib.uno.helper.Factory class.
        
        Change-Id: I7dba78a3d1857bbc328f6a581d8e9a5ae130739d
        Reviewed-on: https://gerrit.libreoffice.org/11546
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [494a464d125a6e451eeca61894ea82454d1ed46d]

        wae: unused variable 'sOut'
        
        Change-Id: I222b76a736805c795dcb9c866f1e20734d83ba84

2014-09-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [cfbae3c1807cc61394c9206ba5c77f401126dd79]

        Use comphelper::SequenceAsVector
        
        Change-Id: Id163680534a5f4786531954b855f30dc10b9717d

2014-09-22  Juergen Funk  <juergen.funk_ml@cib.de>  [d58bea0ffa2a2fe79103ab7aa743aea63e27a0fd]

        Fix fdo#38884 Improve Up/Down movement in writer
        
        - It was provided, but the X-Position was reset after the cursor Up/Down
        
        - But in the Table is the X-Position not right -> other bug
        
        Change-Id: I2d70b7dc4ffa1e2612330d9b30ea5d916f5a9439
        Reviewed-on: https://gerrit.libreoffice.org/11500
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-22  Olivier R  <olivier.noreply@gmail.com>  [6528a6ab7bee98503be763bcae7c57a4d0129ca1]

        Updated core Project: dictionaries  5f3f060c4c6c21ee7fe8a3ad32781630a9c1099c

2014-09-22  Matúš Kukan  <matus.kukan@collabora.com>  [27d472936659632c7f172972508264e99561a50d]

        sax: Tabify makefiles to be more consistent
        
        Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0

2014-09-22  Peter Foley  <pefoley2@pefoley.com>  [ce2d41b58ab8128b90e453ed95482c82a9d0ab76]

        Remove ActionBarSherlock from android
        
        3195c6d removed the only use of ActionBarSherlock, but did not stop it
        from being built. This causes the build to fail in abs-lib due to the missing
        v4 support library.
        Stop building abs-lib and remove the no-longer used code.
        
        Change-Id: Ib9dd4b4b95d64ef251eaf8d4b24e539be9d855ff
        Reviewed-on: https://gerrit.libreoffice.org/11421
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-09-22  Noel Grandin  <noel@peralex.com>  [3ddae219e4be882704ffd917e80c1d8b22c5d48b]

        remove unused fields pName and pMethodName in SfxSlot class
        
        Change-Id: Icca5a0dee296fae1abeb78ea8ffa2f9e934bb111

2014-09-22  Matthew J. Francis  <mjay.francis@gmail.com>  [764e3016b62665281539af4e990ca4ff0445c26c]

        fdo#84086 Fix assorted use-after-free bugs
        
        Change-Id: Iec004fffdb0afbe27bd69f379db90f6d904a8a65
        Reviewed-on: https://gerrit.libreoffice.org/11553
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [935e8fc98c033680029e4531747a2f680f50d5ca]

        werror: ‘nDirection’ shadows a member of 'this'
        
        Change-Id: Idb56ef8327164f22379b732f9507e0b255b0998c

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2113c50b455ae67874eb61ff0dcd75c766b17002]

        fdo#62104 Optimize thumbnail size by using PNG8 and other tricks
        
        Change-Id: I54ece4a1977fe93c0e7bbb11774bd8657912c6bb

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3a7e54f5d2020ea1f6f2b27a51f5ca065844837f]

        Convenient function to compress a Graphic to PNG image
        
        Change-Id: I3d30dd4337b6bd3b5b0c7cdf97a8787c4bc37fa3

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6b894d17ef1ca50b5326290d691635fbfbbdd864]

        Test HTML export of images & image properties.
        
        Change-Id: Ib0bffab0e653dc9ad0cc5367fdbc6bdee02181d2

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [03fe839d6e76ed8b1dfb65093ab59a8904852ff6]

        html export: rework image output to use HTML writer
        
        Change-Id: Iead3f0f49b93453bd45f07f047978cb92d279d21

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3aa99295a72d6129b72ce22805f03da3edb64432]

        html: add applyEvents to HTML output
        
        Change-Id: I8cc2d752673254c0f23f63030a8fa7d4d288c0a9

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4bc2d7c39c1c5c1cff05665c07330ce9f9395010]

        html: line break <br/> - use XML style single element declaration
        
        Change-Id: I2e2b7fb85bd272a45d973c29f792c54aa7be0a82

2014-09-22  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d42813db533b0a4930528ba1ccd34f33498ffe36]

        Extend HTMLWriter: flush the stack, more values for attribute(..)
        
        Change-Id: I733426ba5f82ee25751387f88942dbc66689821d

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0ce8533ee2b3202922e0ff7ba9f9212080965167]

        Remove dead code
        
        Change-Id: I0bbfdbdc7ef4674260771f15b9c2aa40c4bf5f36

2014-09-21  Ulrich Kitzinger  <ulkitz@hotmail.de>  [54a48cd11d62082eb57b07bb245e49af255c6731]

        fdo#58189 : EDITING: Wrong Chapter Moves with the Navigator
        
        During DnD, the target of the dropped node is wrong when dropping after the first node. That's because no key is calculated for position 0 (= the first node). All the other key-finding methods (eg in Collapse and Expand) don't check for 0.
        
        Change-Id: I33b1b4f27a342dc40b37fe1fbaedeb7553a37ece
        Reviewed-on: https://gerrit.libreoffice.org/11200
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [8b124cebb1205639aeccaf0cf44b405be8a4e59d]

        Improve gallery look for small width (Sidebar)
        
        * Remove the path column in details view
        * Only show the theme name next to the view switch buttons
        * Only show the horizontal scrollbar when necessary
        
        Change-Id: Ia3f5d854217e883275b1a7056489dba9fac6aabb

2014-09-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [62a6a7d7d711209caf1237b0955e24a61b7bb21d]

        android: upgrade layers to newer code
        
        Change-Id: Ife0d7cfad8b416c9363321a2fd1f4e9a8a1f4325

2014-09-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9bc2a66b236985a049c4709405e9b66960f27fcb]

        android: upgrade gestures and scrolling to newer code
        
        Change-Id: I84b9f66036891f6ad384ee71d078c654511a6e38

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1deaa9d304239b2d603cc85bbcb8b8f50d8714da]

        fdo#83953 Jump to next change when accepting or rejecting a change
        
        Change-Id: I08f4e2ddd75f1b24ef9799e8703a5fbee85734e7

2014-09-21  Stephan Bergmann  <sbergman@redhat.com>  [1f36fda306892ef359f067bfc2c41cd4479139c3]

        Revert "new loplugin: VCL widget reference checker"
        
        This gerrit patch was apparently not ready yet for integration.
        
        This reverts commit 44a432e9073b3d39b1bdd34b65cfd91d5541f324.

2014-09-21  Tor Lillqvist  <tml@collabora.com>  [4e124fd1409af419990bacade74fcf355624243f]

        Don't try to write Python bytecode files in case of a read-only installset
        
        It causes annoying messages in the system log in the OS X sandboxed
        case.
        
        Change-Id: I8ae3eb34df2c045bdbdfc63cae9007f973c42537

2014-09-21  Tor Lillqvist  <tml@collabora.com>  [8ac7ca79f67c307a08ed5e795ae00c9ac1e0b5bd]

        Disable the email sending menu entries when sandboxed on OS X
        
        The way we send email doesn't work anyway in a sandboxed app on OS X. If we
        want to offer the functionality, we need to implement it in an OS X -specific
        way, perhaps using the Scripting Target functionality of Mail.app.
        
        What we need, to be really "native" in this regards on OS X, would be
        to have a "share" functionality that would in addition to sharing
        through email offer AirDrop, Facebook, Twitter etc. Like Apple's own
        apps. Quite possibly there are system APIs that automate much of
        that. But they probably require your app to be more "native" in other
        ways, too, like using NSDocument etc. Later...
        
        Change-Id: Id1424377b7d493d4ec696f3242dae55a2a67dfc7

2014-09-21  Jennifer Liebel  <jliebel94@gmail.com>  [ca4333e9c807bf9169e34a693a22cb6c00f855a8]

        fdo#39468: Translated German comments
        
        Change-Id: I10d334d85f80bbb4a46436914c79c91fc0282b35
        Reviewed-on: https://gerrit.libreoffice.org/11485
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Caolán McNamara  <caolanm@redhat.com>  [1ca892488a7a6a9c35fc99c41cd4af788fe0df6e]

        set mpFirstBand back to 0 after deleting it
        
        bff + valgrind
        
        ==30470== Invalid read of size 8
        ==30470==    at 0xA02103F: RegionBand::isSingleRectangle() const (regionband.cxx:294)
        ==30470==    by 0xA01F562: WriteRegion(SvStream&, Region const&) (region.cxx:1640)
        ==30470==    by 0x9F01FD4: MetaClipRegionAction::Write(SvStream&, ImplMetaWriteData*) (metaact.cxx:2487)
        ...
        ==30470==  Address 0x1d175980 is 0 bytes inside a block of size 56 free'd
        ==30470==    at 0x4A07991: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==30470==    by 0xA020BB1: RegionBand::implReset() (regionband.cxx:87)
        ==30470==    by 0xA020EF2: RegionBand::load(SvStream&) (regionband.cxx:249)
        
        Change-Id: I2468d43c7e73b3390f355358990f8af30b5f026e

2014-09-21  Yousuf Philips  <philipz85@hotmail.com>  [db3d60ba093d3f2b98f46eb159cf20bdf6760ab5]

        Related fdo#80538 Re-adding toolbar separators
        
        Change-Id: I29c2171495c0419fa5b6a7b99725d6098331afd0
        Reviewed-on: https://gerrit.libreoffice.org/11523
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Matthias Freund  <matti_lx@secure.mailbox.org>  [51c8fb46743c43b1b460086d148a5facd7b004fa]

        fdo#75256 Improve Sifr Icon Theme
        
        * Correct the alignment of some icons.
        * New icons for quit, save as, close and avmediaplayer
        
        Change-Id: I7ef40c410682e5c6854e0c3a12abf186378bdfb5
        Reviewed-on: https://gerrit.libreoffice.org/11345
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [b59c5ace4b7213ffd62495d0c0e5b6411f5071be]

        Related fdo#81475 Improve toolbar tooltips in Writer standard toolbar
        
        and show the shortcut in the tooltip also when there is a custom tooltip
        
        Change-Id: Ia3f5d17df3769479f7aacf63a83507ccb8593103
        Reviewed-on: https://gerrit.libreoffice.org/11303
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [e5f52eddda1230eba971881223601bb7aa255d6b]

        fdo#81475 New layout for Writer standard and formatting toolbars
        
        Change-Id: Ia605e314d68771864a6eae00ee24bd1959076bee
        Reviewed-on: https://gerrit.libreoffice.org/11301
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Luboš Luňák  <l.lunak@collabora.com>  [3891ba42a886fa85eb43da24d1badf44e765d54c]

        handle docx's w:anchor layoutInCell attribute (bnc#891663)
        
        Change-Id: I8268567b84aa0f6e42624bfd0f79c8c49c153edd

2014-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0a709e9912de8adb6777b40197accf865c4f046]

        Avoid manual realloc()
        
        Change-Id: I456a2d29daecf8dee14d109ca39a97c5bf461539

2014-09-21  Maxim Monastirsky  <momonasmon@gmail.com>  [7d860f6134654c2f46ceebb1ca1a792c143af795]

        WB_OWNERDRAWDECORATION is needed by toolbar popups
        
        Can be tested with the new color popup. Without this
        change it keeps itself on top of other windows, and
        even if the main window lost focus. Also for some vcl
        plugins the popup have a wrong placement.
        
        Change-Id: Ibf4216683ce2c58a1b919cdb63eda964a764eefd

2014-09-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8419d672198a1af988269f71988416ec46e3f39c]

        OPENGL_SCALE_VALUE is not needed any more
        
        It seems to me that this value was a workaround to
        make chart fit to the OpenGL window (working in calc, in default view).
        Now it's uselss since projection matrix do this job better.
        
        Change-Id: I968d6d96cb45c2444b8ebed59830b87f0cb87b61

2014-09-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5278a0e3a750aa5a982086ab02f213552c5ce63a]

        fdo#81237: OpenGL window is not resized by view change
        
        Reproduce:
        - Create a 2D OpenGL chart
        - Step out from edit mode
        - Zoom in / zoom out
        
        Behavior
        - Chart window is not resized, it has a constant size.
        
        When we step out from chart edit mode the chart becomes
        an inplace active object (instead of UI active) which means
        the m_xDockingAreaAcceptor is removed. On the other hand
        it seems we don't actually use this m_xDockingAreaAcceptor here,
        so don't need to check whether it exists.
        
        Change-Id: I056109b6e5cac28cdd2aeb8fabd9190413a16ed5

2014-09-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3ef6bcc291df6d0c67709d1c97f4d55d75e77179]

        fdo#81237: 2D OpenGL charts have wrong size
        
        So far the size unit was 100th mm \ OPENGL_SCALE_VALUE
        which is an absolute value, independent from the actual
        size of the OpenGL window.
        To solve that I added the SetSizePixel() method with
        which we can specify the size in pixels and which
        method resize the whole scene accordingly.
        
        Change-Id: Ibd19a1bd9484c7bc8f8ce0d8113f60b95619db39

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [f5b24e71828fc6eb095fdd7167bdc8043525563d]

        fdo#80536 Add a shortcut to "Edit Mode" menu entry
        
        Change-Id: Ib2535a091cad506c6ce49941361757a9f9e72865
        Reviewed-on: https://gerrit.libreoffice.org/11302
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [fa857d0beb8b7f800131d9f4ef3cfa61d20d39f7]

        fdo#82502 Ctrl-F should select the text in the search bar, not close it
        
        Change-Id: Ica9851e66e8d8f32b8e353c0b2e541c7ce7d45e3
        Reviewed-on: https://gerrit.libreoffice.org/11110
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Noel Grandin  <noel@peralex.com>  [44a432e9073b3d39b1bdd34b65cfd91d5541f324]

        new loplugin: VCL widget reference checker
        
        First stage of new VCL widget reference checker
        
        Change-Id: I63a2108a26b3c0e0a896d13672b1daa6f8e60b3a
        Reviewed-on: https://gerrit.libreoffice.org/10427
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [e00d828a2c1bfa62e40b0f2222240d60b1cf5710]

        (fdo#78826) HIG: add missing colons in optformula
        
        Also:
         * Use Unicode ellipsis
         * Shorten section heading (see fdo#84057)
        
        Change-Id: I37cefa8a39c8907c7cbc138b255f2f8e78002c47
        Reviewed-on: https://gerrit.libreoffice.org/11531
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Phyzer  <limjing7@gmail.com>  [125c3a18db51af68cb58438124a87e9953e23fb2]

        Changed some options from picture/graphics to image
        
        Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
        Reviewed-on: https://gerrit.libreoffice.org/11429
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [6c87571125fbddf4215160f07894b7063f834b34]

        javaunohelper: use java.util.logging in tests
        
        Change-Id: Icdc61dc88a11afae5257bcddda32adb691cb5883
        Reviewed-on: https://gerrit.libreoffice.org/11564
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [8a5ffa063a7edc78f9c75e9dc3490108732435e5]

        Remove the term “Persona” from visible UI strings
        
        Their official name is “Firefox Themes” nowadays.
        While I was there, tweak some strings.
        
        Change-Id: I2505df2fb810fa7de51d28f5704bc1178671c3ac
        Reviewed-on: https://gerrit.libreoffice.org/11483
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [518d9e4d8297f242b7fd557c61f17a9cb7d32962]

        Present tense and capitalization
        
        Change-Id: I4a4301f166036e294e4250c1ab1b599ad5bba7c5
        Reviewed-on: https://gerrit.libreoffice.org/11526
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-09-21  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5b8ea53ac7cc8843ada7a1e02edea1b522f0ef0a]

        Updated core Project: help  0f29dbb5b25e1dbbde177b234d03e46528bbddf0
        
        Correct typo of STEYX example
        
        Change-Id: I4864cb3366dd12f2484b614e9ca418cad2440a71
        Reviewed-on: https://gerrit.libreoffice.org/11556
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
        

2014-09-21  David Ostrovsky  <david@ostrovsky.org>  [34bbf1a89e4c0219332b9e32f93b7326a2a7fcec]

        OOX: Update README with recently made changes
        
        Change-Id: I2f4db02ede9c15193c21014a297d40a7370a505b

2014-09-21  David Ostrovsky  <david@ostrovsky.org>  [cf7832d642b749473fe07f83071536ab2c32fb70]

        Fix some typos
        
        Change-Id: I0f2821c87c03f8d3df2e60bab9e09ce6545e2b2c

2014-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [be6acc2aff5fa7a39c9b3732f6616dd6125c2359]

        Use comphelper::SequenceAsVector
        
        Change-Id: I595f519ac828590c6bb61791289179b1708474d7

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b6dcf40f1ac395af3301af08f47c4db9cd1e1e0]

        These are no longer used.
        
        Change-Id: I55a19ab06108825ece00844bb20c3fd5f65dfe37

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9396f59a3c3012cc7514d50f1b3f6476cb73ca9d]

        Finally, move the group shape object for the diagram with axes to the param.
        
        Change-Id: I134275076256bb1b5441ae7804eacaaaa689d171

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [21c92bb25cb67c589adb3799d07a9703c6ce83d3]

        Move the "PlotAreaIncludingAxes" shape object to CreateShapeParam2D.
        
        Change-Id: I6c88611e837f651af92406952df273693d651121

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [133b7b935ccf09afbe40649c5781c225ee3ac757]

        Move the "MarkHandles" shape object to CreateShapeParam2D.
        
        Change-Id: I66843ca4ded3b69cb7f5256c94566c8f5d2de31c

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [db51e40450959cbd5557034663a65f973be1a167]

        Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.
        
        Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af655d2f76cf4739024832642aef4a01d5d977e1]

        Refactor impl_createDiagramAndContent() to take CreateShapeParam2D.
        
        Change-Id: I517c4e4a2296531c0d7f129ff46adca0f85a969d

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d4a6d85cef5a0773f9c9679727191e3f0d871002]

        Refactor getAvailablePosAndSizeForDiagram() to use CreateShapeParam2D.
        
        Re-use its maRemainingSpace member to keep track of available space.
        
        Change-Id: I28fdaf11c4ab895cd09a5b6c7ea3da7c730044d5

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0772786dcb7aacaa74adb8203e33fd1a2aa1b799]

        Move this header file to a better place.
        
        undo headers are all located in source/ui/inc.
        
        Change-Id: I9111cad08b64e161f22ebf7ff7fe8f2dd2d10a14

2014-09-19  Tobias Lippert  <drtl@fastmail.fm>  [5013ac55090ab7a64b9549df67196aa5c7479542]

        fdo#84061 Fix setting text style sheet listeners in SdrTextObj
        
        The code in SdrTextObj::ImpSetTextStyleSheetListeners is obviously not
        working correctly.
        
        The families of the stylesheets are appended to the name of the family
        for further usage.
        An encoded string looks like "STYLE_NAME|3     "
        The family is then extracted by copying the first (length-6) bytes,
        e.g., "STYLE_NAME" in this example. Then another copy starting a
        position 1 is created, e.g., "TYLE_NAME". This string is cast to an
        Int32. Since this is not possible, 0 is returned, and the originally
        stored family is lost.
        
        This patch corrects this behavior, and adds a unit test.
        
        Change-Id: I60c0add6e4b670acbbc264cc77672452f282f737
        Reviewed-on: https://gerrit.libreoffice.org/10818
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-09-19  Michael Meeks  <michael.meeks@collabora.com>  [234b5de79fd10bd99b75d7b968581af7b6ffe44b]

        vba: calm down bool -> long casting concerns.
        
        Change-Id: Ib32a66d891242701d2f5c55519e5c52a6dd3df3c

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be775a1ab40ccedfbc9659120b82867d6c128e6a]

        Move the code that creates shapes for axis titles to own method.
        
        This change also creates a struct that keeps track of states during
        shape creation, to make it easier to extract methods as necessary.
        
        Change-Id: I0d84dbee9dba5b9c59d22e4a1be318c5e8c6c6c3

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e55fd119c0eb9ecbbda1a95902f888a795bf8345]

        More scope reduction.
        
        Change-Id: Ibaabf1122fb3e828c1b7b71e846911d77f312445

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4e58aa02bf7a61804a64626cf9b9d3f36a1959da]

        Scope reduction.
        
        Change-Id: Id677971ccd6959356a781a2d8c35ab864b35a62e

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b26b1f79b70fb0f7ee049033039925854259f227]

        Reduce scope by early bailout.
        
        Change-Id: Icd344caf6e52ef568361078455d4e8d5cf0d40a8

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d0592b40ec8c6f7e36b58a21efc78927ceaa012]

        Move the 2D shape creation code into a separate method.
        
        Change-Id: I38ccb7f98f404540f5cf3c32be27da19394475a0

2014-09-19  Jan Holesovsky  <kendy@collabora.com>  [6b2cd65b8370ff8a2be2e4effa59139cd0f5a7b5]

        Related fdo#84000: Improve framerate of the models.
        
        This will start working when we switch to using high-precision timers.
        
        Change-Id: I2115cb3e044578bac1a30c008d787613ec81570a

2014-09-19  Tor Lillqvist  <tml@collabora.com>  [280efe54ee7d9edd54ce550965e1d4ace34af803]

        Make the patch apply
        
        Change-Id: Ic773b86a1ebaa66a1b0ae236429276f35776deb8

2014-09-19  Caolán McNamara  <caolanm@redhat.com>  [1e882a1dc49cc60aed7bae98b4924871ea1bf935]

        consider following redline as well
        
        a) In word each range that character properties affect are just stored by their
        end. So the range is from the last end to the current one.
        
        b) In word the paragraph end marker is a real character, in writer it is not.
        
        c) So for redlining if a paragraph is redlined, but the previous one is not
        then the redlining propes of the 2nd para will affect the end marker of the
        previous one if the previous char properties do not include the para end mark.
        
        We were currently handing the case where a paragraph end mark *is* inside
        redlining and including it in the char property range, but we were not
        considering the case where the paragraph end mark is *not* inside redlining
        but the following paragraph *is*
        
        to get the end of the previous paragraph not part of the following paragraph
        character run, we emit an empty char section of it for this case.
        
        Change-Id: I816335067f60d1d9332bfdb1117fb1448b564972

2014-09-19  Caolán McNamara  <caolanm@redhat.com>  [b9b6e413f06d10b1a8dc5a25a45d7d8a26ff60ff]

        refactor IsRedlineAtEnd
        
        should be no logic change, just added a comment as to
        what is going on here and ready for extension
        
        Change-Id: Ibf1a3893ece9a09ad342bb06f39e119c1340e0db

2014-09-19  Tor Lillqvist  <tml@collabora.com>  [5e2492b9c4715e286c92c84ffb18333c94e25710]

        Use correct CFBundleExecutable in the Info.plist for Python.app
        
        The Python build machinery apparently does not use proper autoconfigury to
        expand this Info.plist.in file, so can't use @PYTHONFRAMEWORK@ as for the
        Info.plist for the framework itself, but have to hardcode LibreOfficePython.
        
        As such I am not sure that Python's way of including an app bundle
        inside a framework's Resources subtree is acceptable in the stricter
        code signing and Gatekeeper rules that soon will be in effect. Will
        see.
        
        Change-Id: I1ef9e7b748d41ec4b32d80e721d5fba5e7a90d18

2014-09-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [5398664eed621fbcc644ff949d4841590973bfa3]

        fdo#62947 make IDs unique, fixes, better names
        
        Change-Id: I6cbfd43f037fe89e0f753c67c9368b981b85bd35

2014-09-19  Michael Meeks  <michael.meeks@collabora.com>  [857f72dfe32b269a864dc30e687ce5920d1c0fda]

        vba - disable Currency test / invocation on master.
        
        We're missing an effective SbxCURRENCY conversion here.
        
        Change-Id: Id6530ed3a93623b31089304f3451d9693ab4f3af

2014-09-19  Michael Meeks  <michael.meeks@collabora.com>  [01e14011e5b38fbfa713f4dcd8ca5bf2ed75c436]

        vba: add a different variant of the same compatibility function.
        
        Change-Id: I92bc1dbceea2f10cbb055d97f68b33e575d9be11

2014-09-19  Michael Meeks  <michael.meeks@collabora.com>  [19ee058a21747efd36a91a5aaa2231fefe1e7fa4]

        vba: initial impl. of compatibility methods.
        
        Change-Id: Iebc25f1730766e96d2ad6921a8b4d2ea880c63f3

2014-09-19  Tor Lillqvist  <tml@collabora.com>  [24d1a89285caeaaa0289a06c6be909160ee57583]

        Use correct CFBundleExecutable for the LibreOfficePython framework
        
        It should be the basename of the framework. The Python
        configury already provides that as @PYTHONFRAMEWORK@.
        
        Change-Id: I116a34c3bcc8f661abe16b2b5cc1b9268ecd2780

2014-09-19  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [19206458555de6c1043aef8ead96067c3d8bca4d]

        javaunohelper: use HashMap instead of Hashtable Collection
        
        Change-Id: I04e3245342a83df762fbec35a1523021a021f896
        Reviewed-on: https://gerrit.libreoffice.org/11547
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8af25862f1782ff1fb0f66415e3a2d624f61d737]

        fdo#84009: Adjust the test case to catch this.
        
        Change-Id: I16bdc6760276b5bc0c78c3693d3f92c68ef67ed1

2014-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5fd4679e7b92f344ea867e0dca1fc4c9363ae2cd]

        fdo#84009: Be sure to update the sheet index when moving the sort range.
        
        Change-Id: Ic9ad51b33f6dfb6f90e76439c27eeff25ec4c7da

2014-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e85d8f9c5aadee9872ec6d7f33567f9ed84b478d]

        fdo#83728 DOCX import: fix table alignment
        
        Regression from 614b31615e69b527e669635245cf59faf9c9e2fc (Use
        NS_ooxml::LN_Value_ST_Jc_{right,end} constants, 2014-09-05), one more
        remnant from doctok.
        
        Change-Id: Ibab68eada337a3fe1bc919987a09a8b146f86ac9

2014-09-19  Matúš Kukan  <matus.kukan@collabora.com>  [879bfcbf84fc7b73b5475d3f02e98184a2065dc5]

        Remove unused XFastTokenHandler functions
        
        Change-Id: I0d8072f1194aa837932dcffd6dc6a3761bbdc74e

2014-09-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38deb7e53b01e3636b8049ba016f4cb903526ad4]

        Fix chart2 with system libglm (explicit constructors)
        
        Change-Id: I582095b6b47eaff7800f6aaa68f176f06d64a34e

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [ab0527fabbf9a76300bbc8cd283741528fd0d0e6]

        Missing dependencies
        
        Change-Id: I324da4e8ea3ae0a23cf25025fda9d316d2e6c007

2014-09-19  Babu Vincent  <bavincen.in@gmail.com>  [bd39fb69202c759445c97d099add3b6e5556d5f2]

        Bug 62947 - UI Add.. in Writer
        
        Change-Id: I7eec133246f39ce1348eddf564f30c7b4adfe3cf
        Reviewed-on: https://gerrit.libreoffice.org/11545
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [354ad43c5cb70fe32aef97cb5dddb63f7793bfd6]

        SwCursor::SelectWordWT: include comment anchor character of a commented word
        
        In case the user double-clicks on a word and exactly that word is
        commented, then we used to select only the word, but not its comment
        anchor character. So when the user deleted the selection, the comment
        left there.
        
        It is still possible to manually select only the word, but on
        double-click let's just select the comment anchor as well, so a simple
        double-click on the commented word will remove the comment as well.
        
        Change-Id: I7322af61c31e8aba108eef5596849d17d55fc7eb

2014-09-19  Lionel Elie Mamane  <lionel@mamane.lu>  [1f291178605aea72a988d19db75500dfd2c23424]

        speed optimisation
        
        Change-Id: I8f27adf834e09702c609170e63facb1ec1ea0ab7

2014-09-19  Lionel Elie Mamane  <lionel@mamane.lu>  [f3615c768c2d93b581eff7532c263a3905bb4785]

        constify
        
        Change-Id: If9866d25b228a5b84844943c17406c10f2c8515d

2014-09-19  Douglas Mencken  <dougmencken@gmail.com>  [43ed0dbb596399a134c34a5d906c5debb349f640]

        l10ntools/source/export.cxx: be more std::
        
        Change-Id: Ia5f96f7d2bf366a6156d198e73e7987a471f28da
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [597fda036e98fa974b050c340174069b06d5bd5b]

        Better -Werror,-Wunused-function workaround, missing files
        
        Change-Id: I8bcdbf3c2b9dec25eab943212258bc2b3a82ebc7

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [b3f6639495cfee011d6d6b4f7e62ba1d3c9e1136]

        Better -Werror,-Wunused-function workaround
        
        ...superseding 9de4f3b3fd7843f27ea69788b6e37c5022ac2ad3
        "-Werror,-Wunused-function, plus additional clean-up and fixes."
        
        Change-Id: I014ca289601a8195fb297ce335b3a52993284e8f

2014-09-19  Jean-Pierre Ledure  <jp@ledure.be>  [7797127f00cee6f4fffd53c99856decd126a8718]

        Access2Base - (Re)capitalize UNO constants
        
        Some UNO constants (integer, double, ...) were lower cased by Basic IDE.
        Probably due to AutoCorrection options of IDE ?
        
        Change-Id: Ib599a8bc9f26d179ba5befbcd7a915d29554f948

2014-09-19  Peter Foley  <pefoley2@pefoley.com>  [4db2d600ebc541adfaaf0a1a176df1c74e3ae0e4]

        Add support for external hamcrest when using junit 4.11+
        
        Starting with junit 4.11 hamcrest is no longer bundled,
        so add a --with-hamcrest option to support this.
        
        Change-Id: Icdae946af82b9c56bf25d37cbf88275fc6a6a1eb
        Reviewed-on: https://gerrit.libreoffice.org/11383
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-19  Matúš Kukan  <matus.kukan@collabora.com>  [2f270990f4ea53c941af0f1b8b1d06e18fc22606]

        Improve test for inlined html image
        
        Change-Id: I7063a50987b018b9a00bc542ae5ed1b963b17dd8

2014-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [79a277072a09b486538470a546ecdcbe81e37c95]

        My 'SkakNew-Figurine' font has a hyphen in its name
        
        Problem was:
        
        (gdb) print pClonedFace->GetFamilyName()
        $1 = "SkakNewFigurine"
        (gdb) print GetFamilyName()
        $2 = "SkakNew-Figurine"
        
        and this made e.g. JunitTest_sc_complex fail.
        
        Change-Id: Id779553716611ed31c2ef24e54e7bc4b6cc0f766

2014-09-19  Matthew J. Francis  <mjay.francis@gmail.com>  [cd68903660d2ba71fe6e033b0ae7880366913a4e]

        fdo#83891 Show document names including " - " during autorecovery
        
        Change-Id: I9c8076ec51858967ddde0dbbf109f30025975d57
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-19  Matthew J. Francis  <mjay.francis@gmail.com>  [e9d3907c39f092ac2db367a51d1322a2d5d12eae]

        Fix use of uninitialised value identified by valgrind
        
        m_pLastSyncedDbusMenu was previously only initialised in one of
        two constructors
        
        Change-Id: Icd29d1ab314c54544b61ae60b57b29f1fa7d0e3d
        Reviewed-on: https://gerrit.libreoffice.org/11530
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d0f4081d59e185091b2f5fbe690c885d1068a1d5]

        Fix build with system glm by catering for explicit constructors
        
        Change-Id: I9bb8542514aad0882935d4a347cbe452cc8fa819

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [e9645402b1e5aaf399aed68fe961fe6ebdb2df1e]

        bogus warning C4701: potentially uninitialized local variable
        
        Change-Id: Ide596b01efeba720ce313df86d3d4578728d968e

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [474cd8ebc4a48f30fad3fd748aa363dbd0755477]

        loplugin:saloverride
        
        Change-Id: I82f052cd62ea1561c3f77231cd285901ff1d6a80

2014-09-19  Stephan Bergmann  <sbergman@redhat.com>  [b870ecd6c4fdf789322986f9f2cdc567f6401f22]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: I163033dc6f1fa17a96cb9da18f73ef8cdd367f00

2014-09-19  Noel Grandin  <noel@peralex.com>  [77f994bd9c780bf3ad951f92f3ff35f294fe8026]

        cid#983095 Resource leak
        
        Change-Id: I2792afbfedbb256e0b79236505176f932ab25ce7

2014-09-19  Noel Grandin  <noel@peralex.com>  [60bb3e9d34a36faf438737992af468da83f6551b]

        rsc: remove more DEC remnants
        
        Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c

2014-09-19  Noel Grandin  <noel@peralex.com>  [be403dcf9d1134f004cb7af9ec7482d89e1db581]

        rsc: NOMAIN is always true
        
        Change-Id: Ib219ab2e85f6fff3ece93b95d4c61bad48e719ac

2014-09-19  Noel Grandin  <noel@peralex.com>  [b4b2b434362d5854cddef1e576c4a6a7c51b45ef]

        rsc: remove support for DECUS
        
        and consequently unused define "nomacargs"
        
        Change-Id: Ica5da9cf03ad63bf07b3385995ebf420ffb28089

2014-09-19  Noel Grandin  <noel@peralex.com>  [2b97ae3221f9759f6253540214e9ff2a52a76efb]

        rsc: remove unused OLD_PREPROCESSOR
        
        and consequently unused
           OK_DOLLAR
           OK_CONCAT
           COMMENT_INVISIBLE
           STRING_FORMAL
        
        Change-Id: I801b98be8a2fc04b7568fabff9aad486356a69c9

2014-09-19  Noel Grandin  <noel@peralex.com>  [80bdaac0a6d26fc249c9e79ae1c1eacc770cd783]

        rsc: remove VAX support
        
        Change-Id: Ib3928c5f26d191d5ba184599edaa2e08668b16f5

2014-09-19  Noel Grandin  <noel@peralex.com>  [a077da7ce6686f238592ea42de7c35e234bd9546]

        rsc: remove PDP support
        
        Change-Id: I06ad5702aed280bc1e19743246167e1d6fd1af95

2014-09-19  Noel Grandin  <noel@peralex.com>  [b17e7627433fa811f6f9dab6a260c10c062f9c85]

        rsc: remove 68000 support
        
        Change-Id: Ib72dc8800bbc91905445d838657e50dfcc021b40

2014-09-19  Noel Grandin  <noel@peralex.com>  [b2737a655bda2b306a8c14045dac762941888c8c]

        rsc: remove ONYX support
        
        Change-Id: Ia6707ec17bf46b582dc344541857324976408833

2014-09-19  Noel Grandin  <noel@peralex.com>  [727dc227a5c4c313d5fa1c493120b3a63bb120c5]

        rsc: remove LATTICE support
        
        Change-Id: I904a6ec522ae4a97eefebf1f1ec6554e8e66747d

2014-09-19  Noel Grandin  <noel@peralex.com>  [a51e882fd3d33968ead33e84f240b622fb30023f]

        rsc: remove RT11 support
        
        Change-Id: I9e9899c330868eb51b717d49ea901f15005692db

2014-09-19  Noel Grandin  <noel@peralex.com>  [04dbdcd2de85551d5ec516a2a7043950ea5f6fe6]

        rsc: remove RSX support
        
        Change-Id: I8b4e33ef6dd0c8e3af17fc358feab655e263de0f

2014-09-19  Noel Grandin  <noel@peralex.com>  [8fcd4b640fc041a97ed982ad1f3831cb2eade061]

        rsc: remove VMS support
        
        Change-Id: I20e8cc7014c140b6e7996ac51fc2d4c8030e2264

2014-09-19  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [778dcbc53ee32517f3867ac4edd603c77a7bb70d]

        fdo#39468 Translate German comments, clean some ws
        
        Change-Id: I4a9b3b3e0d0fefb18808b0b045ffcf3531f4ea28
        Reviewed-on: https://gerrit.libreoffice.org/11524
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-19  Matúš Kukan  <matus.kukan@collabora.com>  [f5ef612a6aa78481d67718ed20ab058d8ae2dcdb]

        Use FastSaxParser directly
        
        Change-Id: I2f21438a0ccc6bc096f3257c48e088c4114d9f45

2014-09-19  Lionel Elie Mamane  <lionel@mamane.lu>  [beed6cb8add346c017de212c5ee18fa786caed8b]

        oups... fudge to match system ABI when *not* using system ODBC headers
        
        Change-Id: Iacf99411c87947c47f1ecb1ff8236d6b533145bb

2014-09-19  Lionel Elie Mamane  <lionel@mamane.lu>  [13bd3fc3b87aac08d8e418186766d88ba849e26d]

        Don't override ODBC headers
        
        Change-Id: I47d0a1bb2a1fd275812fc2e647402f59bbf55442

2014-09-19  Lionel Elie Mamane  <lionel@mamane.lu>  [a46bede8eebcf08c180572268e9fb5e52d0935bd]

        fdo#83924 align with system ODBC ABI on MacOSX: SQL_WCHAR is wchar_t
        
        Change-Id: I0e3478279d750ff0b044fa79b88e99bcae82beb9

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5abf95a4fe4b087f962201ffd1449fb143a89813]

        Returned shape object is assigned but not used.
        
        Change-Id: Icd15ce57e6d4bb5384b7508d4d3ceb9cd1038f9a

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ca26d642f1d7b8394d33dbd8fbdb828e6584459]

        Pass by const reference.
        
        Change-Id: If4bcee8d9d45b43f025ee0409070afdc53b9405a

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ccfbb5af4f24a0e12f7f78c801f32e6564a85d9e]

        Scope level reduction.
        
        Change-Id: I4e2f25cdb9aef851724073d32e96c76c3416de3c

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [caa14121ea46982a97951728f08acb2dd5a97470]

        Scope level reduction.
        
        Change-Id: I02701e70c064fe0378ff3bfc1c31365f7fba33cc

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [312d1a5b443558c643fe4d2044909705749ccef0]

        Fix prefix for non-reference variable.
        
        Also remove excessive static_cast for integer to integer assignments.
        
        Change-Id: I8cc65a4e5385ad6d62bb22b24fbe879efbbabdb6

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2eaf5095caa217131cb34863298a76245b9d6b6b]

        No need to instantiate B2IRectangle twice.
        
        Change-Id: I584f3096221ff8b72ffde7ba5bce4259da64a14d

2014-09-18  Stephan Bergmann  <sbergman@redhat.com>  [7d5b30b419fb49232f3476d9fb8899fe3754d96d]

        Use instsetoo_native-generated uno ini-file for both instdir and instsets
        
        Change-Id: I8aa839fbe621fed798a9d3a33975cbd202fba656

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f02cef962b4f930eb5637dea1bb9d8c382839286]

        android: convert to ImmutableViewportMetrics
        
        Change-Id: Idd5e604541577f6b812a971e585cee9b089d2b4b

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [046e19ef2cb02d11560b5812364aa5211b20e4ac]

        android: thumbnail as background when tile is not available
        
        Change-Id: Id38e40b3fdb46adeb19e6a1e106775391c5da455

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6ca57cb25ef8826aac5584dee5b41b6ad6114555]

        android: fix thumbnail() to produce a valid bitmap
        
        Change-Id: I578ac9482f334765c71a66421a3fa2dfb85e22b3

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [58f5e531f792567beb99a6eee346ac61e6f94938]

        android: import changes from Fennec to get ScreenShotLayer
        
        Change-Id: I1b72af85a906aef289d1be086274941094df4f96

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cd76306355cdb7efe97545ad40ae9a1f3f8e2811]

        android: Log tile managing times
        
        Change-Id: I70fe5f1ca6553e2b3282ad0f5c227c5c0bc31f86

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1a42c78a594d8ea26eb2cc767772d614cb4c1285]

        android: create thumbnail with "paintTile" LOKit function
        
        Additionally remember the document dimensions, so there is no
        continuous call to "getDocumentWidth" and "getDocumentHeight"
        
        Change-Id: I269b47178a25da28de8df98d0bd45211fb64797d

2014-09-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [116fd0620137c2b2320b53c5949f99d46c050231]

        android: disable reinitialization on orientation change or resume
        
        Change-Id: Ia87f27395acdf35a50d37212106674e9f9f34c0d

2014-09-18  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [966fe14af2c8782d7f16f732a73761a60b345bb1]

        Android browser: open documents with the new viewer
        
        Change-Id: Iae63a8ec591df912938e74d67cb173f591c2a93d
        Reviewed-on: https://gerrit.libreoffice.org/11488
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-09-18  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [71832a527a936bbb8e76154cbd3ffc491ea31b58]

        Android: merge LibreOffice4Android into LOAndroid3
        
        This commit merges the code of the document browser found in
        android/experimental/LibreOffice4Android into the new document viewer
        at LOAndroid3. All the source and resources is moved, and some
        duplicated files are removed.
        
        From now on the apk generated by LOAndroid3 will provide the document
        browser too.
        
        Slightly modified the build files of ExperimentalDesktop project
        because they depended on LibreOffice4Android being built.
        
        Change-Id: I0579afda7b570509ca4d3873c28a13fcbeeb5ab8
        Reviewed-on: https://gerrit.libreoffice.org/11487
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [c184e32d5976e751b8d08577bd256232a67917c5]

        $(GNUMAKE) is not used outside of a configure
        
        f8062812ae76af9488bc9c64ee9365c747bd3b38 replaced it with $(MAKE)
        
        Change-Id: Ibe13cb6d93489a15bcb8c43b113b125bfbe5820f

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f3b404b643f907f9feff893324174c00c3c4e4a]

        Update mdds to 0.11.0.
        
        Change-Id: Ia4c413d313aafc1ba46d3d856145c0eb51a7d6ec

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [337bc5665a8524eb8adfd7e90d12a8019ee6563b]

        fdo#83764: Write test for this.
        
        Change-Id: I4bc7c3ebdca14caa7d1c8edc2ad777a0e6dd5de2

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f9f9e7fc166abcbaee4d463796f053af6a38a8b6]

        Move all sort related unit tests to separate source file.
        
        Change-Id: I26e967e9d9fb361ad0d8988715d0d0fd47e478fe

2014-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ef6263ed2b31b8f9e431971e6c5e8928996c1c8]

        fdo#83764: Ensure that the row position is below MAXROW.
        
        When attempting to split formula groups, else multi_type_vector would
        try to locate a block outside its logical range.
        
        Change-Id: I424ede112138de459b5ba3bff5e021c4407ccf3d

2014-09-18  Caolán McNamara  <caolanm@redhat.com>  [d07549bc4cc74c71e2c85a4472fd605682faf494]

        bump hyphen to 2.8.8
        
        Change-Id: I1a3b360ac2f65b0ede1739363284666cd3662781

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [5176e5b2e932a7123f389823f2b5174fe436a2cc]

        typo: wrong commit hash
        
        Change-Id: If2e81662c9d83d14dccda13fa66e87898757ce96

2014-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a794cddb2132c93f7ded74686c3aa57efaf48eb]

        CppunitTest_sw_ooxmlexport: unused includes
        
        Change-Id: I0b53dabffe355c9070660a3d4048bd1624216399

2014-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [419054c0f19acb323a0e51c7ef49a1a2d9f42ac8]

        DOCX import: fix handling of dropdown SDT around cell
        
        There were two problems here:
        
        1) The CT_SdtContentCell handlers didn't emit the usual
        NS_ooxml::LN_CT_SdtBlock_sdtContent /
        NS_ooxml::LN_CT_SdtBlock_sdtEndContent tokens, so the dropdown control
        was not created (and then was created with the wrong anchor).
        
        2) In case the SDT was around the cell, the newline character was also
        added to the text of the currently selected entry, resulting in an
        invalid argument of SwXText::convertToTable(), so no table was created.
        
        Change-Id: I4806626181f40c6d26ff7b25f5dbb863967d8077

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [1c1fe7afb77e0538cdc4081ee266a7bda80f7b05]

        HTML import test for image inlined in 'src' attribute (related: fdo#50763)
        
        Fixed in 72703173066a2db5c977d422ace59d60b998bbfc
        
        Unfortunately the test does not really ensure it works now :-/
        but still probably better than nothing and can be fixed potentially.
        
        Change-Id: I563b46c62d256c58a63f36443a5431603169c3f6

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [72703173066a2db5c977d422ace59d60b998bbfc]

        HTML import: fix importing of inlined images (related: fdo#50763)
        
        Regression from 3914a711060341345f15b83656457f90095f32d6
        
        Change-Id: I0523d2b07dc33c74caa711cf7aae274c935f8eed

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [6503be5311716cf520cf534ca1bb0fd595b93d72]

        fastparser: Use dummy token handler in unit test instead of an oox one.
        
        Change-Id: I4562156858982857a17e8837106c4c946f175be7

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [d7350545ac6c54f07d59c66ccd3b889180e65f4d]

        Better to throw than crash, if token handler is not set.
        
        Change-Id: If6b2d39b487b5f673d5b6b2945a6e7d08777594e

2014-09-18  Matúš Kukan  <matus.kukan@collabora.com>  [1ef778072763a539809c74804ef074c556efe501]

        Remove special case which is handled differently now
        
        Since 3914a711060341345f15b83656457f90095f32d6 rGrfName is empty.
        
        It was added in 363f1c1462963f6f032de07649dc9c4d02b4e446
        
        Change-Id: I4ec3b432399708db4acb6af1af69df4c0aaa181c

2014-09-18  Stephan Bergmann  <sbergman@redhat.com>  [04edcd8605bf21b3355ada86fe415ac4c1a0219a]

        Blind fix for Windows
        
        Change-Id: I1b923cba578b0acc2b9ce389c6c7d664fa00b268

2014-09-18  Stephan Bergmann  <sbergman@redhat.com>  [39b81563b218fd6d114275ecee95947d6b69c09d]

        Blind fix for Windows
        
        Change-Id: I186024f8a95ada752115750419a54a6231967f57

2014-09-18  Caolán McNamara  <caolanm@redhat.com>  [f1f89f0202232635e7fbbd7ca47de51755b2bce0]

        IsDraw doesn't mean the app/page is Draw
        
        it means a slide in impress.
        
        commit 7b31e45ec7106d2cfbdbb7915d97667ba710f81c
        Date:   Mon Jun 23 20:55:21 2014 +0100
            Make Draw use paper size when printing - fdo#63905
        
            Previously, Draw/Impress use the default size from the printer.
            Now Draw uses the paper size (specified in page formatting).
            Impress still uses the old method - not sure if this is correct
            but printing handouts etc probably complicate print/paper size.
        
        suggests the intent is for this to not affect Impress and to only
        affect Draw, so this does that
        
        Change-Id: I481a824ef244fd837992c893f6de0c051af0a26b

2014-09-18  Caolán McNamara  <caolanm@redhat.com>  [efcdf9004de2c406774f7a1ed207d24c0dbe36cc]

        callcatcher: update unused code
        
        Change-Id: I3010bdd736c15a086f3ce61cacbb34159f0b2abf

2014-09-18  Matthew J. Francis  <mjay.francis@gmail.com>  [7fc08970894aea2b771bf7be409b72845c96d10a]

        fdo#69090 Avoid using a string after free
        
        Change-Id: I9020b595e434b4de8aa6a14c20d6c98fa619b96a
        Reviewed-on: https://gerrit.libreoffice.org/11502
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-09-18  Noel Grandin  <noel@peralex.com>  [a1740a682a6c46c57dc6a356299f6c9a92eb4af6]

        use vcl::Font
        
        Change-Id: I22fd5c1340ca0c646725d9fce77304c10d9eb5d5

2014-09-18  Maxim Monastirsky  <momonasmon@gmail.com>  [746b51de3d3bb267e02df5712cadfcf03654b587]

        Update the status only after colors load
        
        This is required to get the current color
        selection on the palette upon opening.
        
        Change-Id: I1660b9d17a76bf6c7ae4b6b860c7ee75c5fc857e

2014-09-18  Maxim Monastirsky  <momonasmon@gmail.com>  [05ed3a5da62b1c552f24d559f4a35c314f23a4f0]

        Adapt the code for the new automatic button
        
        It's now used instead of the 0 item of the ValueSet,
        but part of the code wasn't adapted:
        
        * Set the correct text (Automatic/No Fill) depending on
          the command.
        * Hide the button for frame/line colors, since there is
          no such thing as "Automatic" color.
        * Remove the selection and the status update code of the
          0 item.
        
        Change-Id: Ib7d3d97a16368f2a59373efd6b81a220151881d5

2014-09-18  Stephan Bergmann  <sbergman@redhat.com>  [5aa24b83fca3a507f1c2dc03e3ec52f063029522]

        Font -> vcl::Font in vcl/unx/kde4
        
        Change-Id: Iaa0c71e6d4f2b142821a6546772a3364b5eb7e29

2014-09-18  Daniel Sikeler  <d.sikeler94@gmail.com>  [32d6415617b5815bb5d18719f6d2df74becc0997]

        fdo#83512 Make use of OUStringHash and OStringHash
        
        Change-Id: I33cafe68c798e3d54943ea1790fa4e73f85e525d
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-18  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [d311d85a4d501a0bfef20e610169f20de896a167]

        .ui tweaks to PDF export tab pages
        
        Added missing colons, use sentence case for check boxes [1], allow
        descriptive security labels to wrap, add 6 px padding for the Sign
        page.
        
        Change-Id: Iafc0788e367ab74aa0ec740b06892926b0b00390
        Reviewed-on: https://gerrit.libreoffice.org/11408
        Reviewed-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Katarina Behrens <bubli@bubli.org>

2014-09-18  Caolán McNamara  <caolanm@redhat.com>  [93c47f3f0310135c5d6216de9b4d25fd7c06e7dd]

        default n-up printing of notes to sensible 2 x 1 not 1 x 2
        
        i.e. throw away the maFirstPageSize cache based on the initial slide view which
        is typically in landscape mode
        
        So that if we change to notes which are usually in portrait mode, and then
        visit n-up print, we get a default layout based on the notes orientation and
        not the slides orientation.
        
        I hate printing
        
        Change-Id: I8b7b81ce1eec0f9c5ecd7509b311cf4026958c2c

2014-09-18  Noel Grandin  <noel@peralex.com>  [d7510f79edd0b97839ebffc4c4284650452b4d00]

        use vcl::Font
        
        Change-Id: Ia6ac8d9fca94c6140f5df39932d0cd62ba4c229e

2014-09-18  Jan-Marek Glogowski  <glogow@fbihome.de>  [f5496edf47684403ba7463249f76eab94f3da501]

        Don't use gnu++03 alias of gnu++98 for ODK builds
        
        gnu++03 is just an alias for gnu++98 and was introduced in gcc 4.8.
        This prevents older compilers from building the code.
        
        Change-Id: I7e09338f26376c08c476561cdcddde39c7e62b09
        Reviewed-on: https://gerrit.libreoffice.org/11501
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-18  Tor Lillqvist  <tml@collabora.com>  [83ef257f0a32f23d84dcdec77186d02650a5773d]

        Use vcl::Font
        
        Change-Id: I3ffc8beea76e6df00607330203d567e152b13611

2014-09-18  Tor Lillqvist  <tml@collabora.com>  [ac24f3fdbb83e91df2c51b9e174d2c5ce3236723]

        Use vcl::Font
        
        Change-Id: I25b1ce4396a8e125b23e088310b970ef746cbaf0

2014-09-18  Noel Grandin  <noel@peralex.com>  [f4dc53cb33c7f6b10bb6709dea5f8195bf95d4b5]

        Use vcl::Font
        
        Change-Id: Ic1b66c43697e342bebdf8b5cd6f0bb419f4a4fa7

2014-09-18  Tor Lillqvist  <tml@collabora.com>  [b5297255bd9830c04dc7b7e3d47660809992aec6]

        Use vcl::Font
        
        Change-Id: I8efc1570c63e7de8699222497ec3e8172329319e

2014-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [0666542efbb023f364c4d7f3fc347bc36eeeb5d6]

        Remove not needed file attribute
        
        It was typically the same as the "name" one, just with a .rng suffix,
        i.e. redundant.
        
        Change-Id: I8abb296b2ee963e214971ff748fd5b079320dfa9

2014-09-18  Noel Grandin  <noel@peralex.com>  [e1ba582605e30a0d99c4e461205f49805ad37f80]

        fix windows build
        
        after my commit 60e78fbb806bb "fdo#82577: Handle Font"
        
        Author: Noel Grandin <noel@peralex.com>
        Date:   Tue Sep 16 10:09:58 2014 +0200
        
            fdo#82577: Handle Font
        be ignored, and an empty message aborts the commit.
        
        Change-Id: Id87e9ac86b457962fa156fdb1607dfe779b8564d

2014-09-18  Tor Lillqvist  <tml@collabora.com>  [68c99344ffaab2a3870b933082596e7858bfe122]

        Had /ure/source/unorc twice in here
        
        Change-Id: Ia54dd005d7d3fb71eac646e1e24bc7c6b43410f5

2014-09-18  Noel Grandin  <noel@peralex.com>  [60e78fbb806bb45e635ba1de45ceffe187938ac0]

        fdo#82577: Handle Font
        
        Put the VCL Font class in the vcl namespace. Avoids clash with the X11
        Font typedef.
        
        Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537

2014-09-18  Maxim Monastirsky  <momonasmon@gmail.com>  [9c818268767d6a1c1bc731ae30c45883bab987e7]

        Use svxcorelo-SvxColorValueSet instead
        
        Change-Id: Ib2ad71326d0ff45eae01a16d675c3d40e1ba1f2c

2014-09-18  Maxim Monastirsky  <momonasmon@gmail.com>  [dca88d025f28cb1b438bc34c32d048d940025063]

        Revert "Add svxlo-SvxColorValueSet to the glade catalog"
        
        This reverts commit 9df22b4ac0f97346701d0284abc74499310e660f.

2014-09-18  Noel Grandin  <noel@peralex.com>  [91dc7f82db0d5645746ae0bb7115c5e2aa92eeac]

        cid#736037 Missing break in switch
        
        Change-Id: I4a982ebfd3864b5953bce4ddf90008706e0e49b9

2014-09-18  Andras Timar  <andras.timar@collabora.com>  [ae4c836b49a8ac41312f855e24f20b0b050fcbd4]

        bnc#887307 ODF files not showing up on Windows search
        
        Under Windows 7, ODF and OpenOffice.org 1.1 files were not found,
        when the folder containing them was not indexed, and full text
        search was switched on. The problem did not occur under Windows 8.
        
        Apparently there is a bug in Windows 7, reading beyond the end of a
        BufferStream resulted in 0 bytes read. So we take care not to read
        beyond the end of stream.
        
        Change-Id: Id01b08922121dabbb7b49c54f8ef11cb0e4ac413

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [510bb3fab28dffcdd5ff544b85063e8cc3d3f48e]

        Missing boost_headers dependencies
        
        Change-Id: I3e192bd3711ac690f3212fc36809b2c25526e9aa

2014-09-17  Julien Nabet  <serval2412@yahoo.fr>  [a762204a5df46ef68c5b0be4427fc99e32c4c36d]

        Typos
        
        Change-Id: Icf850c4b7b146a82a5638a3cd88ad02f3171aff3

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [9acf9b650481c53ac2fe3a13ad2b5a04db395386]

        s/INSTDIR/INSTROOT
        
        Fixes cross-compilation on OS X.
        
        Change-Id: I416e8b54c4c33c390c90139a82e4562668eb9ad4

2014-09-17  Julien Nabet  <serval2412@yahoo.fr>  [40825c4369696b4f491d093d4f0218278ab5f140]

        Typo: excatly->exactly
        
        Change-Id: Ica1e1399bc4a9b9ca61d09cf26e8c47e2368f644

2014-09-17  David Tardon  <dtardon@redhat.com>  [006a5d5be6071b27551baa3048c805891a1eae63]

        use MediaDescriptor to get input stream
        
        Change-Id: Iecc7f373d0d352281b53324ef8824c5d7073fe8a

2014-09-17  David Tardon  <dtardon@redhat.com>  [a23a51af899b31bcf93781637371ffd8ef813bf5]

        convert wpftcalc to use ImportFilter base class
        
        Change-Id: I6692aee51753cddf57aaca1b7b7a94afafe60a9d

2014-09-17  David Tardon  <dtardon@redhat.com>  [563401545828111f9da413be157b7a91a0f361ab]

        generalize ImportFilterBase a bit more
        
        Currently there is a nearly exact copy of that class for every ODF
        document type. That suggests that it might be a good idea to use a
        template :-)
        
        Change-Id: I2a24eb5bd63cc584569a948df63266c7eb703bd3

2014-09-17  David Tardon  <dtardon@redhat.com>  [10572dbff870228e802b08da6728a5e28d1928b5]

        pass media descriptor to import functions
        
        Change-Id: I0c3e9c7ba83ef886958789706929b2eede30c343

2014-09-17  David Tardon  <dtardon@redhat.com>  [3c8af5367de69ea74506f6f630276e9dfd8ff51f]

        pass the whole descriptor instead of filter name
        
        Change-Id: I874e53a00d48ba84588126c1ecdb90c801a9b1d6

2014-09-17  Matúš Kukan  <matus.kukan@collabora.com>  [a3ef3b658dea9b59ded319f2f092e73e4deaad24]

        bnc#591147: unit test for media files import
        
        Change-Id: Ie45818c54d756628e9cbc2619e5ad43cedcac92c

2014-09-17  Matúš Kukan  <matus.kukan@collabora.com>  [bcf8dc3d9b9d2df6f6a67c71efc52630ff65371b]

        sw: html import test: local images shouldn't be file links (bnc#580834)
        
        Change-Id: Id35e03a3f814609e40e4beea778e66cce39054d1

2014-09-17  Matúš Kukan  <matus.kukan@collabora.com>  [3914a711060341345f15b83656457f90095f32d6]

        bnc#580834: HTML import: Embed images if source URL is a local file.
        
        Use also INET_PROT_FILE to determine whether to import images as links.
        
        Change-Id: I072be21086505f6300463e4e3cfb276cbe506803

2014-09-17  Eike Rathke  <erack@redhat.com>  [636dd4aba3bf9fbe83f74532c2df4bace3fdf712]

        add Kven Finnish [fkv-NO] to language list, fdo#83332
        
        Change-Id: I3faa39ebc32e909bd2e7eeee6ae67c6f3148fb7c

2014-09-17  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [20800ebc7ef05637134c3915798e13a272663341]

        Move the scrollbar and layer tabs in a separate row in Draw
        
        The reason for this is that the height of the scrollbar is theme-dependent
        and makes the tabs unreadable if it's too small.
        
        The same has already been done for Calc (fdo#36772).
        
        Change-Id: Ibe22cf5e7d5863ccf276c19bfa969f5b5fc16a5a
        Reviewed-on: https://gerrit.libreoffice.org/11480
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [ffeac200b21a2f6b83cea2311562149554f87500]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ic7f3e661a4824cca06fc16f2b1f23a2873ef4ecf

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [d032e5f519353cf5ac399ce01682fe4d930011f0]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I3c210fa3866fe34c4e5f9ea799a4156862290432

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [9de2ad3474e34383dfee6166d31983ba24ef0da8]

        WaE: passing class rtl::OUString by value, rather pass by reference
        
        Change-Id: Ie42cc9cbf13467d6c1644dc35e361250bd3a9533

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [a9cd260ebb7bf5760eee536cd911780773c6051d]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: If610c94f02da66d3f83f0787ef0dcebab47ebe2d

2014-09-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [fff019debf14a0bf8cd358591a686191347f1542]

        MSWordExportBase: ignore empty annotation marks
        
        Change-Id: I182700a7b74aa65a1eeb39ff702f068a10dd3346

2014-09-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [902564bfe52e7699cefc80b3334c2eb0a8cacdcf]

        bnc#592918: Display data description in pivot table.
        
        When there are no column fields and exactly one data field.
        
        Change-Id: I10d2af7e626f98a4d8a981e078e99e7da9207d1c

2014-09-17  Caolán McNamara  <caolanm@redhat.com>  [258888bc3f0ba4474ff66d49d698f4551df736eb]

        don't crash on insertTextPortion returning empty reference
        
        Change-Id: Id55ea26f1467fd160dab30b31327646240edabaf

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [332f6a5f997677a3468c47a7b7d5b7c448809293]

        The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mk
        
        So no need to expand it at configure time in ure/source/unorc, and no need to
        handle the related builddir!=srcdir complications.
        
        Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [5e648ef800a4cf853289e50744aa266ac4651fd1]

        Fix incorrect pathname in comment
        
        Change-Id: Icd5bbba4e20fb5fbd24fede1318a2dd21a673601

2014-09-17  Caolán McNamara  <caolanm@redhat.com>  [cca120ad92ecab741ca9683f3cf76d9e4fc81729]

        Resolves: fdo#80911 don't swap notes page width/height
        
        Change-Id: I9826f69d03de85ea8d2b2c025121599877798852

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [c42d2a5c7a195c6d80160567a098d1387de741e5]

        Set up the instdir_for_build URE unorc file when cross-compiling
        
        Change-Id: Icde8c214f510d168b52f2594821071a5aff19ecf

2014-09-17  Hideki Ikeda  <hideki.ikeda@gmail.com>  [9bfd1aced3da2aab9df3fc6f93543a5b6b1075b6]

        fdo#60712 - Inherits cell styles in inserting rows/columns
        
        Add the code to copy cell styles from the caret row/column
        to new rows/columns. The span is also copiedl.
        
        Change-Id: I39596a33141ed2159ea2d09e422892cbd68cd81a
        Reviewed-on: https://gerrit.libreoffice.org/10373
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-17  Michael Meeks  <michael.meeks@collabora.com>  [c44b8ce27fd5df20b2c871c28cce4cd913551779]

        Translate German comments.
        
        Change-Id: I1d7c1fa2fffe20a0bc60cf5533b8f8c28e360a1d

2014-09-17  Michael Meeks  <michael.meeks@collabora.com>  [be75acefbcca66f2c8e8df203bd2f4c3946daec4]

        Translate German comment.
        
        Change-Id: I3d452ac218005b40568ec116ede9962cc1e60a18

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [21c1e55cd4ac022144b683bd2e611dba904eaf2a]

        Correct the location of the URE unorc in scp2 for OS X
        
        The URE unorc should be in Resources/ure/etc also when constructing an
        app bundle from scp2 data.
        
        Change-Id: Id33d20bda0175018b8340c686ae9cd47525cd401

2014-09-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c59bb8162fa13d4ae064a564136d5d7bd8f4a1e1]

        Unused file attributes
        
        Change-Id: I564bf16b0c8a6c12d43cf2e38b4ab07dfc96dfc5

2014-09-17  Jan Holesovsky  <kendy@collabora.com>  [cc6c01632dda28db0da8d007f2fcac63f1c85e38]

        Fix Windows build - the same thing in Writer.
        
        Change-Id: Iba40d99dd6c162f20ca35e5a937b7c5ee3d2e126

2014-09-17  Jan Holesovsky  <kendy@collabora.com>  [2d9cdbd9d9a43e41a7242f9c5bc843fde9362920]

        Another Windows build fix - too much C++11 for MSVC 2012...
        
        Change-Id: I2ae08bd7b850e26bd58d8cb9fad830edb0395259

2014-09-17  Jan Holesovsky  <kendy@collabora.com>  [65bd55cc6aa3056d0f4f62b9ab0f9d0527137ed4]

        Fix the Windows build.
        
        Change-Id: I38fd1856044863b46792e3a1d6f69e51e9fffe0f

2014-09-17  Tor Lillqvist  <tml@collabora.com>  [e7f8b9f8f558e3d862d32a73d0d91f83d7d7be6b]

        Bye bye VS2010
        
        Change-Id: I9d16f4f0df42ae4b046bc1e4ac4fba95c4b9d785

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [6ee5be0e1dc300120439c3579430d35e7d31131c]

        Improve exception msg
        
        Change-Id: I4edbecd0ca3006c24fd5920a9ef9ad1fdc6016fb

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [a01ef1978cb0c6a8a721ca543495deb0adfcb7b9]

        Improve logging
        
        Change-Id: I9c879cc16de0d5353a5ab8ce4c8a8cd7f000a170

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [27d5b5c6dd21dd123fad71cf01880299ef969b49]

        BRAND_BIN_SUBDIR -> BRAND_INI_DIR, to cater for new Mac OS X layout
        
        Change-Id: Ic367545895a25a4cf6e95fc1be2f5db9f36a221b

2014-09-17  Caolán McNamara  <caolanm@redhat.com>  [d49d0139a7f4b9835a2179b6dcc6741a41b0197c]

        callcatcher: update unused code
        
        Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22

2014-09-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [e03223d4c3cdc5d89598f0afefbd3eaee8a69736]

        Don't manually set the SvxColorWindow size
        
        Change-Id: Idd5ba4480c5323fb15dbb4c850b46e3f0604737b

2014-09-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [83eefb378bbfc6bcdc6db9630a70c32a6ef4acc8]

        Adjust color window UI & align with FloatWindow changes
        
        Change-Id: I6a402bf29af6edc153e661b28e53166c509823af

2014-09-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [9df22b4ac0f97346701d0284abc74499310e660f]

        Add svxlo-SvxColorValueSet to the glade catalog
        
        Change-Id: I2f6e9e7dbca3b2cd8a7d712c5516b526ddda83b8

2014-09-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.co.uk>  [10fee3d3bcc358177ffb9578e631099b17e828c8]

        SFX_ITEM_SET to SfxItemState::SET
        
        Change-Id: I95dc8872d702cbe63d5fdab10a9ddd0e86d49e06

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [93c4e3c9349a1ea07b822a2824559ad28f4a9a5e]

        Add recent colors
        
        Change-Id: Id6b2239149bf7d0b3c9242efb7a72091e32c3384

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [43b896d20abf500a882fc67f16cd0902918e5794]

        Make small UI tweaks to SvxColorWindow_Impl
        
        Change-Id: I604cbf8ca6f7ebb14c1c95e62f997c3150370119

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [67bde2460bab738701765f345863c969aa77a8ae]

        Remove redundant class SvxLineColorToolBoxControl
        
        Change-Id: I882ee959baae429307218d3076a2a198ff960ddd

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [cb02490a1e35886bc2dc4a9889fdd6db742e5899]

        Make .soc loading lazy
        
        Change-Id: If7475d6c46faaa6f6f6cde494990e6573b3aadff

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [b39f15cfcc28266c5c680d19eaa394960cb7c0ff]

        Change vector<Palette*> to ptr_vector<Palette>
        
        Change-Id: I1f2832235e8d2ea3517efdce809970ed5f1c6769

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [1bf3b9f2da8fe6e79e1e20d57784b55958ee3db4]

        Make color picker apply color immediately
        
        Change-Id: I38695a43ced63bd5207b631a072231d81aa7e0f9

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [ec4a78420e4a6ea9e3ded6c14ff8143e96f159d6]

        Change palette selection ComboBox to ListBox
        
        Change-Id: Id844781c06e37d66f3eebac9d905c58a62682cb0

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [d5109b2fcf1ed7880e7e68c70daaa2f05b0b3cea]

        Make it easier to add new color attributes to GetDocColors
        
        Change-Id: I2098892fc44c7a8bde1eb30f6db1709e58925577

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [78afbfa1cb0f99a62dc643fc64e38c1eaa2014f1]

        Change NamedColor to use OUString
        
        Change-Id: Id84d761b33f12dfc50f980e61ab44565693f2e5a

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [2d37d10ebdc67e38e2c96735ef38266e5a24b90f]

        Fix build error
        
        Change-Id: I5c992189dc21683fc9e5244f4824d7c42e4ed9cd

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [cfdefe488fedbd12f7a3daf578c889ef82e962fc]

        Add loading .soc palettes
        
        Change-Id: Ie0d084a70d9b135658840bb7529f2099a702d280

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [d1d5c9185f9d5231bdaa332d965b31b946411ac3]

        Add SvxLineColorToolBoxControl functionality to SvxColorToolBoxControl
        
        This is the first step in merging SvxLineColorToolBoxControl into
        SvxColorToolBoxControl.
        
        Change-Id: I6a725fef5f9a08524d509b70de15c7a0202e7ed6

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [65973c5eedc0da72fffca300239a149bd7fc1aa4]

        Convert SvxColorWindow_Impl to Widget Layout
        
        Change-Id: I8c830de56892fd8eb1c14add25f65c25046d47fd

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [a1a52ee9fa916b4c0cc2493338ace2374c4d9563]

        Move palette selection ComboBox to top of popup window
        
        Change-Id: Iff958cc8d2ef301a43db406aa38dd446bb2242a5

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [ecbbf4c7cf26d4d38e3be10ec99eb941f6f7a16d]

        Change SvxColorWindow_Impl to use ComboBox for palette selection
        
        Change-Id: I0fb9b46298f45bbdf9ae9198c145b9ea5e403bbf

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [9ca7c5014c9a432f9182c80c3e42f1d76e30df67]

        Reduce ColorValueSetMaximumRowCount to 20 from 40
        
        Change-Id: Id37698c20e5ded3034b62b753d25964541643fd7

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [ff17738a4a84ca53782d87da5f63d87a165d19d1]

        Add color picker to color palette
        
        Change-Id: I651f485598ee57af815780e234031f101b63fa24

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [9ab1a4a0306c81c282225f1ddcb5a1c4678e9311]

        Fix variable and method names
        
        Change-Id: I2f02dbeaa61e959d9420410100c6e958580a6567

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [d262cf190069fe9bb369e05c9a63c27ea9515b0f]

        Fix SvxColorWindow_Impl::StateChanged updating
        
        Change-Id: Ifb884f8830280d44ea3c73caf319109593bbebf9

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [e3fcf5591eb2ac28a96315fb089f5c88e0c6aa1f]

        Add PaletteManager, refactor palette code
        
        Change-Id: I7e30fc895834318514b51bc648d32aa6d297bfae

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [24933a3c920af29add1a19f19dbb8a8f129659cf]

        Add GIMP palette loading code
        
        Change-Id: Ie0d0787342bc806a1848cb904114f0ca16c9df69

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [9b37819adb7282bb7f12f0cc977c2fb0d24b329d]

        Add loading document colors to Calc
        
        Change-Id: I06783b04dbbad2aa690820af1ca2cf05a1004f20

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [4ef268d2628038542eac4ac83d0f22a62bb42c85]

        Get more color attributes for document colors in Writer
        
        Change-Id: I2005b434f20a56417105c7b26ce09155a7023023

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [9dbc4cc7fa6de633f058e0b5118414c2d128e04f]

        Code cleanup
        
        Change-Id: Ib452a5cd716ef243e04f498d2fa23d0d389865c0

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [118598c8d453ed2d5f204a016fc1bb9ef102b527]

        Add ability to switch between default and document colors
        
        Change-Id: Ice8d58028a531b37d2c03fdc3e55eea850c53d44

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [8aae7125978046c219eb3ad5dc317eea7f881746]

        Add navigation buttons to SvxColorWindow_Impl
        
        Change-Id: I346af872f78396d51a458539f7d3038fc63dad8e

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [e75a3b87cb55237030cfddb7661dc5259670eff8]

        Remove unnecessary include
        
        Change-Id: I46c7af376aacb824a0d4298674423cc227b592f3

2014-09-17  Krisztian Pinter  <pin.terminator@gmail.com>  [5f27596bed3bd155a321b66650d04226e6f2d1ee]

        Add writer document font colors to color palettes
        
        Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64

2014-09-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [079c861f08d27aa8b6368aebc37f235979049286]

        fdo#81237: 2D OpenGL charts was upside-down
        
        The problem is that LO drawinglayer uses a coordinate system
        with an origin at the top-left corner of the screen, while
        OpenGL uses a complete coordinate system (with all four
        quarters, e.g.: allows negative values). The points in
        LO are always positive values which means they are drawn
        in the first quarter of the OpenGL coordinate system which
        also means that the origin is at the bottom-left corner
        of the scene. This difference causes the flipped scene.
        
        * To solve that problem scale the projection matrix with -1.0f
        along the y axis.
        * glDisable(GL_CULL_FACE) is necessary to avoid dropping primitives
        after scaling with -1.0.
        * Since projection matrix mirrors also the textures we don't need to
        do that inside the ConvertBitmapExToRGBATextureBuffer() method.
        
        Change-Id: Ieba642f3e665778a12368fe50a20865ec8f73514

2014-09-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b3d50feaa87b670baf68288974005ac26ad31736]

        bnc#584721: Import subtitle block to master slides
        
        For some reason subtitle block was skipped for
        layouts. It seems we can enable it for layout too,
        it appears well on master slides.
        
        Change-Id: I23ec7d4fcce045099bfca9e94a8c9335beaf7468

2014-09-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3f1749f4958d3c167e6134703e0f5e41e6bde0d6]

        bnc#584721: Do not add extra title and outliner blocks to master slide
        
        There are master slides / layouts imported from PPTX in which
        there is no title or body layout block, but so far Impress
        added these by default to the master slides if they were
        missing.
        Now they are skipped by the importer code.
        
        Change-Id: I256a4e78639ea39d0f87a94e6676422c7dbcde4a

2014-09-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [25fb9471552c3b17eb7e9ae622b3ac89e7e997d0]

        bnc#584721: Right text inside the title area on master page
        
        With setting bClearText to true the default text used inside
        LO will be removed.
        Before that change the imported text was appended to the end of
        the LO default text.
        Now it contains only the imported text.
        
        Change-Id: I9f5eb0e20468a35c64130a433367cd3845ac7e3c

2014-09-17  Jan Holesovsky  <kendy@collabora.com>  [df9145abe89ae698287facdeb41c0dd3b7758190]

        vcl menu: Add the height setting to the IMenuBarWindow interface.
        
        Change-Id: I7b5f6e1b79f9972e2f23ed50c8da53874ad8b55e

2014-09-17  Noel Grandin  <noel@peralex.com>  [e71bc82224418f6dbd266697cf255013a22adbb4]

        attempt to fix Android buildbot
        
        it seems to have issues with a < token followed by a :: token.
        
        Change-Id: I8cc6a5b6cf00a233182de273ab6aa8609326aca9

2014-09-17  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [804e0335fbcc9758ef36a207c5e95664972d31f9]

        bean: unchecked call to getMethod() as a member of the raw type Class
        
        http://docs.oracle.com/javase/tutorial/reflect/class/classTrouble.html
        
        Change-Id: Ib548b47c412394e1518fea42b83d05a36c1655c8
        Reviewed-on: https://gerrit.libreoffice.org/11477
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-17  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [99920c36e926471311b940902c132d48370328ca]

        bean: Array concatenated with a String
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Arrays.html#toString(java.lang.Object[])
        
        Change-Id: I42090bf534a9a59fa97061ec2855f79328b1dd45
        Reviewed-on: https://gerrit.libreoffice.org/11478
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-17  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [bd21a82ea4c7499dd8401687f641d44a7593dc44]

        bean: encode(String) in URLEncoder has been deprecated
        
        Change-Id: Ife3eaaaad199e79aeb6886a146324ffb145c7bc3
        Reviewed-on: https://gerrit.libreoffice.org/11476
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-17  Robert Antoni Buj i Gelonch  <robert.buj@gmail.com>  [ec2d5ac3718981b4d225ac831232ae4a8a7e498f]

        jni_uno: string comparison
        
        Change-Id: If093afb43f6ad8d4fcf6c0ec426eb48a6061ef3e
        Reviewed-on: https://gerrit.libreoffice.org/11470
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-17  Noel Grandin  <noel@peralex.com>  [9685276b975aa37d16ba81dd8294b5717e3823df]

        cppu and cppuhelper: loplugin: cstylecast
        
        Add a macro in include/cppuhelper/implbase_ex.hxx
        to make initialising the type_entry classes a little less verbose.
        
        Change-Id: I0904b5b9db269c92bc89e7ce3d6c8b09350c9897

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [a0a5f7695388627246d30701afdbd68ed812ddc9]

        Use SAL_INFO
        
        Change-Id: Ie84aa24fc7b2d58dbb4f22ef063dfd055f32ae85

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [bfeb4126108ab307d7843cf9f32acf95ae60d06a]

        Fix OFFICE_PROGRAM_PATH for new Mac OS X layout
        
        Change-Id: Id8c6082b4b90c3020e1187dd311f0afd0320d155

2014-09-17  Stephan Bergmann  <sbergman@redhat.com>  [4845fd13cb3dde2320df429c2660d95af0f5df64]

        Remove obsolete -malign-natural on Mac OS X from SDK, too
        
        ...causes "clang: error: unknown argument: '-malign-natural'
        [-Wunused-command-line-argument-hard-error-in-future]; clang: note: this will be
        a hard error (cannot be downgraded to a warning) in the future" at least with
        "Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)", and last
        mention of -malign-natural in solenv/gbuild was removed with
        4ea84822b1b638a61495af5006041bea8db8a3eb "OSX: drop -malign-natural flag for
        non-clang compilers."
        
        Change-Id: I0db1de484e45ba3eddf113392da71f20d099e9b5

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [7907783fdbd07279ff31024b1f4d23ea5e60840c]

        typo
        
        Change-Id: Ie883b12392ae5361d29fa0991edf42d13027891f

2014-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [77fd06e18d29daca5194342fe630f4d595f7bd10]

        Remove shadows in tabs to make them look more flat.
        
        Change-Id: I7c125c10538a641ec723d95be987ad77cdebc9ba

2014-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f9c77344c6352bd8fd4acc1fd87d55f8f5087061]

        Make tab label padding dependent on font height.
        
        Change-Id: I7de52945bdf3062174b49e12e2f05075632c7e4a

2014-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1a2b2d2cf4017ffb2dd73740fc6cd0e39c32ceeb]

        Change tabs (sheets in Calc) to better looking rectangle shape.
        
        Change-Id: Ib0b2812792ac7447bfb1d9e3d4d404bc5d5afb0b

2014-09-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [066c7cc53b51d16b9230b5eef2a09b90b2c0adfd]

        sc: adjust tab height a bit
        
        Change-Id: I82b20bb7f17b59fdd925d3e5da95b63c2839bda7

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [8702519ddda114f11380c8bbeaf14c6c8f179693]

        Fix OO_SDK_URE_HOME for new Mac OS X layout
        
        Change-Id: I438b9ca643819cfd3e636e8157c6ef491beb1903

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [0c3f80cbbe5f21209439a3173620e537bdcdb8dc]

        Use OO_SDK_URE_BIN_DIR
        
        Change-Id: Ifd40e523f146ee26f49fe443e2455d053c7b6bfc

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [aa7852d5aa0dece9febf874ec3ed7e8cc80810d4]

        Move the non-Darwin way to determine OO_SDK_URE_HOME to where it belongs
        
        Change-Id: Iedd35be577835a24c8d593859b1c1086d1e1ae92

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [b346371f7b5cb9476a41f377ce1b914de8ac077e]

        Remove unused OFFICE_OR_URE[_SUGGESTION] variables
        
        Change-Id: Ifc90af4e536f860eb4bea5420a5e233471c4b291

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [37991ef9d285c7ae0aa8c797fb7350494f6a1c06]

        urelibs is part of the stable extension interface on Mac OS X
        
        Change-Id: Id1f089b9306124e43a4e44cdd2efccb5f60761d5

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [aa888a88696f6864fd771c948d0831d53a206939]

        Wrong URE_INTERNAL_LIB_DIR value for MACOSX
        
        Change-Id: I3bb7310f42ee6ddf6217326589566cf4d4781e17

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [e26a0ea8bf608075d044b47e3ca2182fd61e8d00]

        Wrong URE_INTERNAL_JAVA_DIR value for MACOSX
        
        Change-Id: I96e7573513a14255b556b068b6df8bc619125c4c

2014-09-16  Adam Co  <rattles2013@gmail.com>  [cfc4650c8594334edecc3b50ca54461f6bee2d43]

        Added some teaks to 'model.xml'
        
        Change-Id: I85d16d0f4ba40d71fae4444af463441996b80f37
        Reviewed-on: https://gerrit.libreoffice.org/11474
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-16  Adam Co  <rattles2013@gmail.com>  [d5df1355a1b8f3a2bdc5ce18f2da1e6ee0384d0e]

        Added some tweaks to 'model.xml' file
        
        Change-Id: Ide7ba56d53c9565e0cceb6276ee07ecf9545f07b
        Reviewed-on: https://gerrit.libreoffice.org/11473
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [35545d3dd29086014484bf5dea902a2e9acb8cb3]

        DOCX import: handle w:sdt around w:r followed by a field
        
        Change-Id: Ic0cf71efc8d57a98e7cff050ce68a0c4303ca6b1

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [851b5a973e04c0c9dda585dbe5ef290b78cc3951]

        Wrong UNO_TYPES value for MACOSX
        
        Change-Id: I3d3a373a86f766ce517cbb85bb4b5651d91313d8

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [3dd3e964d5426982304afd84205c30ec9dd45622]

        Missing dependency on uno ini-file
        
        Change-Id: I5766aa66da700d5e2962f65510e047655d13a218

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [fdace2238a262c88562f3461feae45dec75cd02c]

        fdo#83717: Fix the bar picking in the 3D charts.
        
        Change-Id: Id5d4a9344d24f4f6e7d2e33ecde058e8a7147025

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [5d5544b800502113ca26d825d9045a1f463774c6]

        Missing rm of generated file in distclean
        
        Change-Id: I463bd51ad054b66c247f4d5ad778d15f476c6520

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [d1a734cef0ed5d655774c2f8ac7a2203f8c0a385]

        Create instdir uno ini-file from instsetoo_native
        
        ...like is done for most other ini-files too, with entries indentical to the
        ones in scp2/source/ooo/ure.scp.  (And sort ini-files lexicographically again in
        instsetoo_native/*.mk, broken with recent louno rename).
        
        Leave ure/source/unorc.in and ure/Pacakge_builddir_install.mk around for the
        cross-compilation case only.
        
        Change-Id: Ic07e036ef126db1aee2c0f6b726c2b86c2536c53

2014-09-16  Caolán McNamara  <caolanm@redhat.com>  [4fd5423739c12900e8efe2f3901568431e36a94c]

        'Artur Dent' -> 'Arthur Dent'
        
        Change-Id: Idbeac2925ce0f91075f3c4f5468574c62e29f420

2014-09-16  Caolán McNamara  <caolanm@redhat.com>  [1fec67aab152e0c0ad6dd85082c50f1beff7d520]

        Resolves: fdo#68967 looping layout
        
        RemoveFollowFlowLine() marks the layout invalid, but the
        next cycle through does everything exactly the same again.
        
        Try the same foul horror as nUnSplitted. But at least with
        a test-case that nails down reproducing the bug if a better
        fix is needed.
        
        Change-Id: Id6698bcb2364bd0253bedd4a7c313e25f705be8d

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [76e04aef4b4adea8179d564b158e58f495ed43a4]

        Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"
        
        ...to avoid confusion with the URE uno ini-file (Linux: ure/lib/unorc).
        
        It might even work to get rid of the louno ini-file altogether and fold its
        contents into the fundamental ini-file, but at least
        desktop/source/deployment/misc/dp_misc.cxx accesses the louno ini-file directly,
        so would need some inspection to avoid potential regressions.
        
        Change-Id: Ib49bbc4c814d677c22e68d2dd0f11af6d8423bb6

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [9bd221abfb198fcdf51873e91201a2e717331ae0]

        config.guess is apparently not supposed to be called directly
        
        (if you look at how it is used by generated configure scripts); this fixes the
        inadvertent loss of executable flag in 3379a4d028a77de5a50e305175d80f65560d5688
        "Update config.{guess,sub}"
        
        Change-Id: I29b3467970093006c994af63cb5f5bf087831ae6

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [bd968717c9ca5a6fe8347f93014ac0553ec6d19a]

        Revert "Use system ODBC on MS Windows unless specifically overriden"
        
        This reverts commit a00b92fa20da1820987f654a2ea9a1f830355738.

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [be36698f60d459cc88b703a007e3bf4209842492]

        Revert bean part of "java: remove dead methods"
        
        ...34bcf9b498bccb5c924f4cec850ff15d88df6f07; bean is a client API, not dead
        code.
        
        Change-Id: Iea17b6306152b9a4f2968bed550a44917803d9ec

2014-09-16  Eike Rathke  <erack@redhat.com>  [3ff2e4dc1d0ba922e06f0d5c90c85fee33623784]

        fdo#81357 no fallback for special codes without country
        
        Thanks to Justin Luth for the hint.
        
        Change-Id: I97bde18814368e589e2a1c275457489a0d7392d4

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [a3ed215584a9347f63739966c19a7dcb39c07b01]

        Add back XTestDialogHandler methods
        
        ...erroneously removed by 34bcf9b498bccb5c924f4cec850ff15d88df6f07 "java: remove
        dead methods," plus fix-up of d5a31b221510a506a9c43d2c9f44c55405ce13fd "java:
        remove unused parameters" regression.
        
        Change-Id: I2913af8f35b89ebc580ab5f4f0025b595ad8cd0f

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [d3886f87789c880a662eecc5986ac03e76ca13b6]

        Add back XExampleAddIn methods
        
        ...erroneously removed by 34bcf9b498bccb5c924f4cec850ff15d88df6f07 "java: remove
        dead methods"
        
        Change-Id: I3a6dc7b08af2097f15779a5116d04dd0c80429ec

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [31c379041c6a40a7ef3862349ccb9f4f9ac23260]

        ScriptProvider implementations need to be accessible
        
        ...from com.sun.star.comp.loader.FactoryHelper.  Regression introduced with
        70f56bc22fe952c75ec714e05e1bb5296491a36a "java: reduce scope, make member
        classes private."
        
        Change-Id: Iabf41a5eca2df25408e90428c60736b4a73db4c3

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [28114b8d5da8a03c59a6ed51a63fe7706433ca89]

        There is no com.sun.star.lib.util.ExceptionHelper
        
        Regression introduced with 6884ef6317ddc29a713a342fb102e28ebc8fa5cc "java: don't
        catch and then just rethrow an exception."
        
        Change-Id: I626eaefc7846e152dfb4cc105d665c9ccca68c08

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [2217eefca975e202ce17c71f1a5b07bd588114a7]

        Add back getMyFirst/SecondValue methods
        
        ...erroneously removed by 34bcf9b498bccb5c924f4cec850ff15d88df6f07 "java: remove
        dead methods"
        
        Change-Id: Ic8e34eadb0d2f4d6abaa7ee243788dfcdffa7d1f

2014-09-16  Takeshi Abe  <tabe@fixedpoint.jp>  [474db92a1ab4dd1265b01c6247eeb5570acf7608]

        fdo#75757: remove inheritance to std::vector
        
        from RecentlyUsedMasterPages::MasterPageList.
        
        Change-Id: Ifeb62d141a6394c7bd79a047a4904c372a8ebe66
        Reviewed-on: https://gerrit.libreoffice.org/11413
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-16  Lionel Elie Mamane  <lionel@mamane.lu>  [a00b92fa20da1820987f654a2ea9a1f830355738]

        Use system ODBC on MS Windows unless specifically overriden
        
        Change-Id: I11abb53486e45d9c7058c42011df41b5fad0fcde

2014-09-16  Lionel Elie Mamane  <lionel@mamane.lu>  [92dd751af9be372dc887dac91ebdfac44c13a171]

        that's probably what was intended
        
        Change-Id: Ie6628db43b8a0dc4913508040e79ee5b4cf10c51

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [cb8a6709d1526f6ff9d2a3edbbcba12155048373]

        Add back __writeRegistryServiceInfo method
        
        ...erroneously removed by 34bcf9b498bccb5c924f4cec850ff15d88df6f07 "java: remove
        dead methods"
        
        Change-Id: I4a687bc83dd1c9d26d146fe0423b603f27ee2845

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [7d9d7ed9eccb1b887e6e0f84a33ffac0438aecd9]

        fdo#83518: We need the GL context when rendering text.
        
        Change-Id: I5e14dbb4f74000fe49aae9d864fa69266c131d53

2014-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9222f3c208e22f504b5bc05ae8e336fbe7af1652]

        Try to fix MacOSX-10.8_21-10.7SDK build
        
        Change-Id: I459098f3a9eeef21f63b324fc600aa51c7acdb0b

2014-09-16  Niklas Johansson  <sleeping.pillow@gmail.com>  [93410b5ba13749cf3663d3d696fe1a14474bf696]

        fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]
        
        When the IA2 changes was merged it removed the call to CommitFocusGained
        and thereby stopped sending a STATE_CHANGED FOCUSED. A big thank you to
        Joanmarie Diggs for noticing the lack of that event.
        
        I only tested the patch on Fedora, but I will have a look at Windows with
        NVDA as soon as the patch gets included in the daily builds.
        
        Change-Id: Ic616d1b367ad8b8ed5d243e0ba124764082e96f1
        Reviewed-on: https://gerrit.libreoffice.org/11451
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [c16f45db0ea20db6ca3906551c01fb18f9258c84]

        -Werror,-Wunused-function, loplugin:bodynotinblock
        
        Change-Id: I4bf0b36524d7372ab4b63b5646bead55a1b93122

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [6e92279a6e2a52d3e609d2f4690c3d5ef1a21059]

        -Werror,-Wsometimes-uninitialized
        
        Change-Id: I24baf1f0e559c92dfac1337cd70feb737155fe3b

2014-09-16  Michael Jaumann  <meta_dev@yahoo.com>  [7d34479c74eddaad90fc491210a7cd6eddcc4286]

        renamed function names from german to english
        
        Change-Id: I201dc723a22097709858b0a3489ac8a562cfccc2
        Reviewed-on: https://gerrit.libreoffice.org/11450
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9922931ae62accdf70e734fc392125c0ed5d01c2]

        DOCX export: avoid inline shape inside shape text
        
        Drawing objects inside text boxes are supported by Writer, but not by
        Word. Such a document model is still created by the DOCX import for
        floating tables.  Till we recognize floating tables on export, at least
        make sure that inline shapes are delayed till the end of the floating
        table to avoid invalid output.
        
        That matches the behavior of handling anchored shapes inside shape text.
        
        Change-Id: I2fc4e2df009e0d70c369c1fea30b657af0697039

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [9f1920e7062c958593c2d2eca590cd8b9e3c5027]

        loplugin:saloverride
        
        Change-Id: Id88a0130bf6468013e2d7441ec79131fe115d13b

2014-09-16  Eilidh McAdam  <eilidh.mcadam@gmail.com>  [126b4407bade85298f983f545d6f507534fab61d]

        Remove superfluous merge function.
        
        The only caller of MergeDocuments now uses MergeMailFiles instead,
        so MergeDocuments can be removed.
        
        Change-Id: I03903a7f85c8328ab3f28cb1d23130557a1be7b4
        Reviewed-on: https://gerrit.libreoffice.org/10982
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-16  Eilidh McAdam  <eilidh.mcadam@gmail.com>  [636718c960a36bc28d37a69ac102dd6cb696bfba]

        Make UNO and wizard mail merge use same function.
        
        Instead of MergeDocuments and MergeMailFiles duplicating largely the
        same functionality, the only user of MergeDocuments (MM wizard) now
        uses MergeMailFiles.
        
        Change-Id: Ifad183bdeabf5ca1eb08b4b1df557404a54a9fdd
        Reviewed-on: https://gerrit.libreoffice.org/10981
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-16  Jan-Marek Glogowski  <glogow@fbihome.de>  [4851cde7b98226b0f82ae2b191c290173e9b06c6]

        fdo#70346 MM: add mail merge data to condition dict
        
        Currently section hide conditions are just evaluated based on
        document field data.
        
        This adds the current mail merge dataset to the condition
        dictionary, so this can be used in the condition evaluation.
        
        The dataset values are named from their columns and added initially,
        therefore DB fields with identical names will overwrite the values
        in the dictionary!
        
        Change-Id: I82a5f9f6962628a76c836e8e2a7c9e264fdc16e0
        Reviewed-on: https://gerrit.libreoffice.org/10978
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7dc81077cf1cfe5175f0437092f13b389c8017ab]

        CppunitTest_sw_ooxmlsdrexport: clean up testLockedCanvas XPath expression
        
        Change-Id: I0b9373d4e523c7ef7f1f90d165702021528f21eb

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [cd8b5cbe1a2655f2e31effcd34d504f46b3f36db]

        vcl: Order.
        
        Change-Id: Ibf8ee4bd79dfca237096172f8b23d13bac986ab3

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [fdffaef6ea21d165f1026940d5150a694dc85c46]

        vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.
        
        Change-Id: Idbefee0e4230a3c75646e87143f5c3042221aee9

2014-09-16  Jan Holesovsky  <kendy@collabora.com>  [d2d8cda6c2bf93149acbe9a04389d056709d7ed2]

        vcl menu: Make SelectItem() virtual to eliminate IsMenuBar() call.
        
        Award for the sickiest usage of IsMenuBar().
        
        Change-Id: I194b983b61d0106b3628d364f08b261a03c0c42c

2014-09-16  Tor Lillqvist  <tml@collabora.com>  [e6b9651756abd339dbbec6b0540ea4fd1f41fec2]

        Revert "force --with-system-odbc on MacOS X and Microsoft Windows"
        
        There is no <sqlext.h> in the current OS X 10.9 SDK, or in the
        upcoming 10.10 SDK.
        
        Besides, if we want to enforce an option on a platform, we should just
        make the configure script work as if the option had been present, not
        require it to actually be passed to the configure script. The intent
        is, to the best of my knowledge, that it should be possible to build
        LibreOffice without passing any option at all to autogen.sh.
        
        This reverts commit 34fe0d32505f64fdef20828c26547cc7f8453212.
        
        Change-Id: I0f72bc91bc51fa22ec994d7e39d2b10b9617834c

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [9de4f3b3fd7843f27ea69788b6e37c5022ac2ad3]

        -Werror,-Wunused-function, plus additional clean-up and fixes
        
        Change-Id: I4a2b67ba186e205a7cb4757a4f7120b9393823d0

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [8ab9ea00b62d357195d73c4518646255a2b723cd]

        ...and another
        
        Change-Id: If9d85236177c819c159d1b836e806fc2b03da45c

2014-09-16  Stephan Bergmann  <sbergman@redhat.com>  [e36badb98d0bb5866a297cb51c3e95cdce62d8da]

        Fix workaround for bug in Clang 3.2 FunctionDecl::isInlined
        
        Change-Id: I9b0b6affc60ae030b644fdd13eecfb1aed1f472a

2014-09-16  Lionel Elie Mamane  <lionel@mamane.lu>  [3bd267a3d8e6e7b6c7247f119f3795c2c60fbf8e]

        better fix for build with 32bit SQLWCHAR
        
        Change-Id: I8aa94ee7509994866593ff96404b0d8244701f15

2014-09-16  Lionel Elie Mamane  <lionel@mamane.lu>  [1b5479c6a5dda39e0a970cbfd112e88fcc3b8883]

        fix build on 32bit SQLWCHAR
        
        Change-Id: I9a3e30496c7cfaca4b6a156930421b4e4246fff6

2014-09-16  Lionel Elie Mamane  <lionel@mamane.lu>  [34fe0d32505f64fdef20828c26547cc7f8453212]

        force --with-system-odbc on MacOS X and Microsoft Windows
        
        Change-Id: Idc078f1498b4d5baa69d306630e174ac59ae1fcb

2014-09-16  rbuj  <robert.buj@gmail.com>  [f93ce4f7eb90093d0ea3115d0a1c614612676dbd]

        scripting: decode(String) in URLDecoder has been deprecated
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URLDecoder.html#decode(java.lang.String)
        
        Change-Id: I71ecb498c93d5e8d6959bdc3ab263a5ff48c1c21
        Reviewed-on: https://gerrit.libreoffice.org/11453
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-16  rbuj  <robert.buj@gmail.com>  [0b3b907e96a8bbc477b8755a5bcffc350c53ce2b]

        bean: encode(String) in URLEncoder has been deprecated
        
        Change-Id: Ib2be5d3369d6568056d47ad1da59bfa08c8ecd77
        Reviewed-on: https://gerrit.libreoffice.org/11442
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-16  Tor Lillqvist  <tml@collabora.com>  [6c341fa886708ea6486ef0e8dcde0313e7566d9a]

        Accept NDK r10b
        
        Change-Id: Ibc6dfc5e6d59845b3f46bfc92a5dc782032256ad

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [3fe75ff0b3f45e1eeb94482ded0f62cd450b4223]

        sal_Bool -> bool
        
        Change-Id: Id93c6c3cd5d9d4821a59b9f6a5d0b534939dfa39

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [1d642f60cad6da76ff676acd0319468d70cdd97d]

        sal_Bool -> bool
        
        Change-Id: Ia8cf5e65aa52e329732c8e8faf36352b0d5ba52c

2014-09-15  Maxim Monastirsky  <momonasmon@gmail.com>  [99ace739828f9d79a2f9b04ef066b90d77f77bc4]

        fdo#83619 Retain dropdown part after customization
        
        Change-Id: I84c33e5b646ba43b9cad1d9ed106e7ead911e5c0

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [ea846caaa16a036cb4dfaf96262203a6eeaea7f1]

        loplugin:salbool
        
        Change-Id: Id2d9e8bf20b196d3a107802ac07ffb1ef61dfc60

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [082664d4adb9ec1268dea7b8210fc3f9c681d3a3]

        loplugin:salbool
        
        Change-Id: I1ff0990052ed224a7518cd52e9b9087b5777b7b6

2014-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [960db7d4a875897addb8a28257da38138babb264]

        CppunitTest_sw_odfexport: enable on Windows
        
        Change-Id: Ic0444a08eb4afce7d80ab5a9180d45ff8ec3b3c8

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [b1f75933fe3ddddae0635a48809bcbb36fc24412]

        More forced-C++03 -Werror tweaking
        
        Change-Id: I69c0311df4bd234ebecb866b950fa7f58a13563c

2014-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [15e000e78a29fe51b9014d517fa5d1461b741061]

        Filter out non-interesting -Wvariadic-macros / -Werror=non-virtual-dtor
        
        - 'anonymous variadic macros were introduced in C99' is not interesting
          when building with -std=gnu++03
        - 'class cppu::PropertySetMixinImpl has virtual functions and accessible
          non-virtual destructor' is not interesting when we implicitly disable
          the ability to disable warnings from code
        
        Change-Id: I391817f9fc793d9b38f97111138aebd63c3a443f

2014-09-15  Jan Holesovsky  <kendy@collabora.com>  [2636ab883adbcb1f6593787934c6d6d3fff67c21]

        vcl menu: Rename CloseStartedFrom() to ClosePopup() + adapt code.
        
        Fixes a regression from fcc49e118c9da28309dce3389d111a546cba19cd (clicking
        outside of an opened menubar's menu did not close the menubar).
        
        Change-Id: Ib6efddd6c250b173469772c7b2ae642b5ef609aa

2014-09-15  Jan Holesovsky  <kendy@collabora.com>  [44c394344668134c4d842aa93a454218ccdfec7c]

        vcl menu: Move ImplLoadRes()'s body to PopupMenu constructor.
        
        No MenuBar is read via ResId any more.
        
        Change-Id: I7aa9ada7fb8ce1b272c6c92b5429812708027162

2014-09-15  Jan Holesovsky  <kendy@collabora.com>  [58d0b8f1b2ab67b2e60ad85c1487ba8c17a63fbb]

        vcl menu: Make MenuBarKeyInput() virtual to eliminate IsMenuBar() call.
        
        Change-Id: I180450b60200bae9e570e6d05d8650660c772661

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [f08f0d158395be759e31e98cd5469a716d22b5e2]

        Forgot to add patch file
        
        Change-Id: Ia7c09a5bac9b644814b8c4891bb958e28937fa33

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [037a1adac9aa58022e59235db1f76605a6ddb747]

        Work around bug in Clang 3.2 FunctionDecl::isInlined
        
        Change-Id: I214a9745f27c27868b3e74785cf7138fc1db1943

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [b7502a61aa0a6d6f54eaf73e70537c31d3ca6a36]

        -Werror,-Wunused-local-typedef in forced-C++03 CppunitTest_odk_checkapi
        
        Change-Id: I951535c82c12be74d96c4e6c6b94dccf09982054

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [03043589c3e62561fab1f28dcec470ddd22df7f4]

        Clean up StorageMode parameter of SotStorage::OpenSotStorage
        
        ...which was only used to transport either STORAGE_TRANSACTED or sal_False
        (i.e., 0, meaning "not STORAGE_TRANSACTED").
        
        Change-Id: I25a894262bbefdb6c0634309bccfb1e56dad7d88

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [ca87db7da4149118f5b0fb4e67c87a708ccf1b79]

        basegfx: sal_False/True -> false/true
        
        Change-Id: I56eb340317d8b7991caad58dd0e4045d6e69fca9

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [eea7bf09d5c0342c43d8e605e2445425ef771d95]

        basctl: sal_False/True -> false/true
        
        Change-Id: I6f9414eba5fce8797f07a3796a12b5213c0ed4e0

2014-09-15  Caolán McNamara  <caolanm@redhat.com>  [48a679cbc5775a7a033dfe494c2a0a513aba9b1f]

        Resolves: fdo#66496 don't crash on loading specific .docx
        
        Change-Id: I4db5dfeb0ce1494039a051f552ce3f69b2b5dae3

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [411e18028d39ace54096c99dafbdc4f19a2a01b5]

        check that ODK headers compile with C++03
        
        Change-Id: Ief191a5bbbdca45aaaa8ae5bcc395124ed189796

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [a309ddbb9e92c3c9c9318735b26410413573dffc]

        "commas at the end of enumerator lists are a C++11 extension"
        
        So says Clang, if -Wc++11-extensions is used, GCC warns with -Wpedantic.
        
        Change-Id: I4f94b2f8d1b12644055dcd402f0ed8038d3a7171

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [72400181a0c8ee3d193e5b03ed6287d40d57084b]

        build ODK headers check without LIBO_INTERNAL_ONLY
        
        Change-Id: Ia8bca09a877bed6070c10e1c008bdb05ac088485

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [16fd7841ef3f781aa231298e83176ef7db037d3f]

        do not call the checkapi cxx file 'strings.cxx', now that it's the only one
        
        Change-Id: I796a6c4b460f83d6e6aef501055c8896565afc85

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [ef23973d7e49e215a1a4ba1de601c96a068fa33c]

        gbuild command for disabling usage of compiler plugins for a target
        
        to be used by odk/ checkapi test
        
        Change-Id: I6bbb508cc6950a63218e8e4f3364306c7c79b087

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [5f367a3919e2407ac785e28c6c155ce3f93d0ec6]

        two missing CppunitTest gbuild functions
        
        Change-Id: Ie56471d30dfcd8883d54ff00cb85af945649b9b1

2014-09-15  Luboš Luňák  <l.lunak@collabora.com>  [e823a9bd63ad4c6bf86dd2b794d34ab6920a83c4]

        do not warn about "null pointer conversions" from integers in C++98 mode
        
        Change-Id: I15c7f52c542549ad131400c9b5395a06a4777687

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [aa2444c6b130f89d0835ddc966ba639ad4caa6ff]

        avmedia: sal_False/True -> false/true
        
        Change-Id: I0ecd9e016ab0faa75a58796568d19fe91f6dccee

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [b0bac593bb7634dc1e2d65fffcb4d3060f38a1d3]

        accessibility: sal_False/True -> false/true
        
        Change-Id: I4ac9d6ce48217893246a82fde4546dad09c58bd0

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [15652daf08fae35caff2e0cb0520644c7eb1f7ef]

        UnoControls: sal_False/True -> false/true
        
        Change-Id: If30d43a2693c6df2d483ec135efa54ccb643fdb0

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [8dccc4d9b768d5a337a512e52cab8bb347bbff7e]

        loplugin:salbool env var is no longer necessary, all code is clean
        
        Change-Id: Ibf1d8c74dc8abb8c1fef59c53a8873cc426e2932

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [c94f43c9da74dbcc12f35e13b64c68c54be35421]

        Mark o3tl::heap_ptr as SAL_WARN_UNUSED
        
        ...to make it more straightforward to fix blunder as in
        a88b2d841856026ea1a0539d670e07fafd296c6e "Resolves: fdo#81039 crash on adding
        new macro library."
        
        Conceivably, instances of heap_ptr could legitimately be created only for ctor/
        dtor effect, but then again uses of heap_ptr should arguably be replaced with
        std::unique_ptr anyway.
        
        Change-Id: I9c765b8d265f3c26d459ec276e335eeebc8fee91

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [bdca9f352bd6732e04d86930fefe49f7faaf72b8]

        CppunitTest_sw_uiwriter: sal_Bool -> bool
        
        Change-Id: I76199dbd781d228153bca015ac0b34d589276d85

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [dc28de33f6ac960bbab1f03b882ae4afd20e0ddc]

        reportdesign: sal_Bool -> bool
        
        Change-Id: Ia53a94f5a814d3852d4b9606c331ba19ce95a608

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [7edba9818e37e8dea535bfd17ba62b4351011a0b]

        sd: sal_Bool -> bool
        
        Change-Id: Id3f1afa21dccb0a30ae230accb5229a2be2c6b50

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [14c680eb3aa5d113f49a2f572c70d462461d1c9c]

        sd: sal_Bool -> bool
        
        Change-Id: Ic59f5f89017c2a50185596e1e264dcde260d3e70

2014-09-15  Caolán McNamara  <caolanm@redhat.com>  [9128507579246b1559b0bc195d7e9f89541cbbbf]

        Resolves: fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainer
        
        in PackageImpl::processPackage_
        
        xComponentContext->getServiceManager()->createInstanceWithContext(
                            "com.sun.star.script.ApplicationScriptLibraryContainer"
        
        does not increment the refcount, so on leaving the method the refcount
        is decremented by 1, because on the first enter the refcount happens to
        be three, then if the extension has more than 3 items in it the refcount
        hits 0 here and falls over
        
        some of fdo#79301, fdo#70607, fdo#66706 might be dups of this
        
        regression from 306efefe22e02248eff14f8be2cef68d75d26e55 I believe
        
        Change-Id: I3da50693fe656b68c5555b641d9b32246c8fc208

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [cb7dc89f661170539a3917c1a33b4b2ccbf2899a]

        sw: sal_Bool -> bool
        
        Change-Id: I9eb9fa5a5a5af1add3af4c6ff6a331075bd5e78e

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [7cd65eef1423beadb1072f2c5b86823b051ce95a]

        Simplify expression to fix bool/sal_Bool ambiguity
        
        Change-Id: I249262779519934c3dacc9df76028a994187e3d6

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [40036fc228af31d84bc1d3a64af84ce03117fb37]

        scripting: sal_Bool -> bool
        
        Change-Id: I3b2d410dfdd9bc779e7f1f1674fb6fc8b74a42c2

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [19620f12a2a6df132515c5025a402587a9b8337c]

        sc: sal_Bool -> bool
        
        Change-Id: I3b59c5679ac3d370f62960b9fc26eab4c3fc4873

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [b730eedf0f9f9331a84cf5a63bcd47c2ca63193c]

        lotuswordpro: sal_Bool -> bool
        
        Change-Id: I8a3d2aa6e0a6ee5bdb214f768870dc69d15e513d

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [f5e617a6e455fdf68afd2122dde90a111cbd5ebe]

        forms: sal_Bool -> bool
        
        Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [8270808946bf8d4452a73a6b8226c85142043956]

        Mark template member fns that are supposed to override as SAL_OVERRIDE
        
        Change-Id: If940dcf7f7d2144576b4ae55578b8b7bd113295b

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [7480948d8791858e08bd3c19d6b6b3ee3508a890]

        xmloff: sal_Bool -> bool
        
        Change-Id: Ic1e599568ece7e6bba354845a6cf85fa090e67bd

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [5e9e36f251f3dbd33521ebe41a747db8b9f7ce06]

        Missing GetImplFontCapabilities -> GetFontCapabilities
        
        Change-Id: I5fa85ebe407d72654e95075626d8102f037374c7

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [9deb4ff1248bef48100fe3ceacc25ffa3b61e4da]

        Mark template member fns that are supposed to override as SAL_OVERRIDE
        
        Change-Id: I712f352635a2e258bfaf60dc30ed764666a51f15

2014-09-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [4a96ee8eb29dd04ca553cbf150117789eeea1c9c]

        vcl: Rename GetImplFontCapabilities()
        
        The data structure is not ImplFontCapabilities but FontCapabilities,
        therefore the function name is very misleading.
        
        Change-Id: I90f074902af4b4bee79cd445036dc24797836ac1
        Reviewed-on: https://gerrit.libreoffice.org/11454
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba37fb02c298aa79fd0418b82d7b44930d047b8c]

        Ensure we export correct label placement value for clustered bar charts
        
        This is similar to 7b8073906adca8dae24c04a23708a3f3d582218f (Ensure we
        export correct labal placement value for percent/stacked charts.,
        2014-08-07), in case a clustered bar chart has a top placement ("t" in
        OOXML), then MSO complains as well.
        
        Change-Id: Iffd991127784e0e732f6ae55de956a328a3a53e5

2014-09-15  Jennifer Liebel  <jliebel94@gmail.com>  [721f1eca1856ab42d1752bca22c87d87713cf1e7]

        fdo#75107: make colors and styles localizable in Agenda Wizard
        
        Change-Id: I231370da5ee7185888ec95ba1fb64f678a7c8ea3
        Reviewed-on: https://gerrit.libreoffice.org/11412
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [a8c8f92d3de7eab7fc385ca4d630487e2d10ce0e]

        Mark template member fns that are supposed to override as SAL_OVERRIDE
        
        Change-Id: Ifb5798a9f01961dd916857a0dca44a3fd8587ec4

2014-09-15  Jan Holesovsky  <kendy@collabora.com>  [5ac2c503c04282b3b456ccb8bf39d886e568d1fa]

        vcl menu: Make DeactivateMenuBar() virtual to eliminate IsMenuBar() call.
        
        Change-Id: I33ba324a13e2addb678fb801222bd25a21c3ef1b

2014-09-15  Jan Holesovsky  <kendy@collabora.com>  [fcc49e118c9da28309dce3389d111a546cba19cd]

        vcl menu: Make CloseStartedFrom() virtual to eliminate IsMenuBar() call.
        
        Change-Id: Ifd89b7a9264075b166dd621fcb2c55225e25ea87

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [11b6b13fcc7b8e14e07fd482a4df9cc20a6b1e06]

        ScVbaPane apparently does not inherit XHelperInterface
        
        ...and thus should simply derive from WeakImplHelper1 instead of
        InheritedHelperInterfaceImpl1?
        
        Change-Id: I0327e767715a648cabee8a4bd46b5ecff3b0f07b

2014-09-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [416723d29938556aaeca8bc8805209e394d30939]

        Unused GetStyleIdFromIndex()
        
        Change-Id: Ic4f45b154f61e5d8ac2120d758d6ecb0c98bf889

2014-09-15  Caolán McNamara  <caolanm@redhat.com>  [924a2689b380407d6db64ff0693aaff79073ea6f]

        WaE: -Wshadow signals2
        
        Change-Id: Ib5e6d1e75322dad23f4bb379b8db6dfa4bf18bb0

2014-09-15  Caolán McNamara  <caolanm@redhat.com>  [c929930177b73c53718ba9e49b3c2c79109ee3e2]

        DBG_ASSERT -> assert where we go on to deref the testee
        
        Change-Id: Id38a9e2e0ca0b1c52cb3306adf77eb43d710c9c6

2014-09-15  Stephan Bergmann  <sbergman@redhat.com>  [82a72bb848c4fc343a9095953242eca03d943780]

        VbaNewFont apparently does not inherit XHelperInterface
        
        ...and thus should simply derive from WeakImplHelper1 instead of
        InheritedHelperInterfaceImpl1?
        
        Change-Id: I0cb023a905e93bf9c223676c964f039ac7eee7e0

2014-09-15  Julien Nabet  <serval2412@yahoo.fr>  [a3ad01dc1e07da21182077bd899094fd73f57714]

        cppcheck: unpreciseMathCall
        
        Change-Id: I440dc3e30ee139d6cb261e1308e48e9b63b52bc8
        Reviewed-on: https://gerrit.libreoffice.org/11434
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-15  rbuj  <robert.buj@gmail.com>  [5c2d2d087f22b00a8447d1d97de353242e89deab]

        jurt: encode(String) in URLEncoder has been deprecated
        
        Change-Id: I914985aa73653e0fb08200ddd06ad5b914087e3a
        Reviewed-on: https://gerrit.libreoffice.org/11446
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-15  rbuj  <robert.buj@gmail.com>  [7b8934d27ea9b6aa227cc16272823f4bec55860f]

        bean: use a non-varargs call for a stopOOoConnection method invocation
        
        Change-Id: I589436be7d28b50b0b900a314b300d382eac5eb8
        Reviewed-on: https://gerrit.libreoffice.org/11445
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-15  rbuj  <robert.buj@gmail.com>  [352b580e30476dce135a40a21daac7f974ecc430]

        javaunohelper: warning: unchecked cast
        
        Change-Id: I7c47e3a8657ec2368543088743879085878d78fb
        Reviewed-on: https://gerrit.libreoffice.org/11444
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [051b29e1025253f35f87a04e297760aa8b40611f]

        convert Edit autocomplete Hdl to boost signals2
        
        Here it also keep track of the connection, as it needs to be explicitly
        disconnected in one place.
        
        Change-Id: Id3e2882106ae55c2d880898956a36f84d3ce70ef

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [d6a83d3f91336e23b51bfc3b3d58da799760829f]

        convert UserDrawHdl to boost signals2
        
        Note that ImplListBox::userDrawSignal is connected to
        ImplListBoxWindow::userDrawSignal to forward the signal, just like
        the Link was previously forwarded.
        
        Change-Id: Ic8fc6f51e309bc34fb4e39c13745302649991d0a

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [96369e97a014a279db61b8e37bc54270f7beaccb]

        convert ListBox's ImplBtn to use boost signal2
        
        Change-Id: I18680e47688da02c9e211bf7f8d861622735e749

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [4443993c06ec323088644414e0c064565952bca2]

        avoid warnings with boost signals2
        
        Change-Id: I003f4f951d3b4007bc11ac957ac88bf92d87aab3

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [be048935c5e9e5d98a349d2fa25e7c2dfbe757dc]

        boost signals2 with clang and C++11 require at least boost 1.55
        
        https://svn.boost.org/trac/boost/ticket/8260
        
        Change-Id: I06b4d45b91c99d1152fa79e419346c0668573bca

2014-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa3696b1ac6c66865d24300e92eed57fff8efbef]

        Use constants for ST_Underline values
        
        The integers were a leftover from doctok's Kul enumeration.
        
        Change-Id: I71ee4add743af9ae5b5dee877536c09ca48b854c

2014-09-14  Luboš Luňák  <l.lunak@collabora.com>  [99cd15fa238886d23bdc429dc1133157d799487a]

        avoid possible NULL dereference (fdo#82777)
        
        Change-Id: Ifec915d5b2c9e5f7558e7850eb44e44300c9b374

2014-09-14  Caolán McNamara  <caolanm@redhat.com>  [a88b2d841856026ea1a0539d670e07fafd296c6e]

        Resolves: fdo#81039 crash on adding new macro library
        
        regression from
        
        commit bf28399df0b73364b12309032e4a8b571389c2cf
        Date:   Fri Feb 7 15:54:45 2014 +0100
            auto_ptr -> heap_ptr
        
        Change-Id: Ib54c708cbdcb97a7489df4a1b3a7e9367f81ff6b

2014-09-14  Caolán McNamara  <caolanm@redhat.com>  [9fecabec60d63b2b5eefafc81308f13f770e67b9]

        Resolves: fdo#83633 remove additional ++i
        
        Regression from 63ea2d467b50452ae0cab18b4151107a747ae70d
        
        Date:   Wed Jul 2 19:10:24 2014 +0200
        replace while with for
        
        Change-Id: I151e447446b9793cff6abe7633eca4d11059a390

2014-09-14  Maxim Monastirsky  <momonasmon@gmail.com>  [dffe40bc4e8be7c845d66a8118248d02dd70a707]

        Related: fdo#83572 Improve zoom mode
        
        Make this mode permanent, and add also zoom out/pan
        functionality. Hold Ctrl for zoom out, Shift for pan.
        
        Change-Id: I5bd8adfcc4d403c35b33185e5894a2b020d604d0

2014-09-14  Maxim Monastirsky  <momonasmon@gmail.com>  [f5129ca7610ec4ec20ed1c00e5c94bf51d5de2cc]

        fdo#55903 Immediate effect for zoom in button
        
        That's what apparently people expect from this button
        to do, similar to the nearby zoom out button. This is
        also consistent with a similar button in math, and in
        print preview (both are using the same icon and same
        tooltip).
        
        The zoom mode that was assigned to this button until now,
        moved to a dedicated button (thus could be further improved
        to host other functionality as well - see the next commit).
        
        Change-Id: Ie640c72cf1aab1e3fc8a14211702a33a86bb3672

2014-09-14  David Tardon  <dtardon@redhat.com>  [03626d7940d5e2fc2abf65ef1b49a7a89623f08f]

        fdo#80650 src transl. merge must be case sensitive
        
        This makes the desired changes in
        workdir/SrsPartMergeTarget/starmath/source/symbol.src. The only other
        merged file that is changed is
        workdir/SrsPartMergeTarget/sw/source/ui/misc/numberingtypelistbox.src,
        with changes like
        
                        < "1, 2, 3, ..." ; 4/*SVX_NUM_ARABIC
        -               < "a, b, c, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER   */; > ;
        +               < "A, B, C, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER   */; > ;
                        < "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER   */; > ;
        
        This looks okay to me too :-)
        
        Change-Id: I729075209027ed1f3fec311c05b631c0f681708b

2014-09-14  Matúš Kukan  <matus.kukan@collabora.com>  [24dbe577e539798203d777802cc7027b2edd58c4]

        Replace struct EmbeddedWAVAudioFile with simple string.
        
        Change-Id: I6659b6e1be865546f380a28e4803fbe593de0803

2014-09-14  Matúš Kukan  <matus.kukan@collabora.com>  [b7006f3c2f8f71f4d4721c6e5cdc122628c756f0]

        bnc#591147: OOXML import: Import video file too.
        
        Change-Id: Ie9b6c5ff866269e5d7a26d025cb1c0d884ff1134

2014-09-14  Matúš Kukan  <matus.kukan@collabora.com>  [fce166376335b97bf26bcd895ae785070f393878]

        Move oox/drawingml/*hxx internal headers to oox/inc.
        
        Do not export LinePropertiesContext class as visible.
        
        And move GraphicProperties to its own header.
        
        Change-Id: I047c181e9f2adc7e59885f59663ea56c7eb898ed

2014-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [df344855e1c90e6be333afc143044bb04114c683]

        Use oox::getNamespace()
        
        Change-Id: I43df705a6cf5371ee495336d9dbe2b87020cf0e0

2014-09-14  rbuj  <robert.buj@gmail.com>  [1ebbb8bceb9f8e5876894f04b2e52cf772eb06a0]

        scripting: Uncaught Exception
        
        Change-Id: I949aa58416dbd80d87c9455009258f7bd2fd8520
        Reviewed-on: https://gerrit.libreoffice.org/11439
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-14  Ryan McCoskrie  <ryan.mccoskrie@gmail.com>  [3327bf17571aed98abcdd565aac523141c009c5f]

        Updated example paths in wizards/com/sun/star/wizards/README
        
        Change-Id: I5bd14f81c5eefc2227662605d6ccb107254c53df
        Reviewed-on: https://gerrit.libreoffice.org/11440
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-14  rbuj  <robert.buj@gmail.com>  [44304a8147eb10489cf8b748076754b2fbda9e76]

        scripting: replace StringBuffer with StringBuilder method
        
        In JDK 1.3, StringBuffer makes the String concatenations faster.
        
        public String concat(String s1, String s2) {
          StringBuffer sb = new StringBuffer();
          sb.append(s1);
          sb.append(s2);
          return sb.toString();
        }
        
        JDK 1.5 comes with StringBuilder (which is faster than StringBuffer) and the method:
        
        public String concat(String s1, String s2) {
          return s1 + s2;
        }
        
        is translated to:
        
        public String concat(String s1, String s2) {
          return new StringBuilder().append(s1).append(s2).toString();
        }
        
        Change-Id: I2924fcdf23d7ffbb567d9e924d02edcab4d21be6
        NOTE: StringBuffer is synchronized, StringBuilder is not.
        Reviewed-on: https://gerrit.libreoffice.org/11436
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [40f1849e0f68ff07201015fdba18d297d71b9c4a]

        scripting: encode(String) in URLEncoder has been deprecated
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URLEncoder.html
        
        Change-Id: I9d9b40ecf0d76618376975c52e5d9f27ec4bae8e
        Reviewed-on: https://gerrit.libreoffice.org/11438
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-13  rbuj  <robert.buj@gmail.com>  [a28ad55a306d31a49061b1564a3f86e219a8a55b]

        scripting: [deprecation] show() in Window has been deprecated
        
        Change-Id: I1c157ebbfa0c307fd92c0a2d26e7d530be8ea9da
        Reviewed-on: https://gerrit.libreoffice.org/11437
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-13  Olivier Hallot  <olivier.hallot@edx.srv.br>  [f39ed4c680fe8ef2ea3f0ace91ea3175551ec9c5]

        Updated core Project: help  eb0f507b5eb59c6b9a86d8f65e23fb9f0a3e790e
        
        Fix FDO#80441 Help pages for WEBSERVICES function
        
        Also FILTERXML.
        Many thanks to Leif Lodahl for the help
        
        Change-Id: I241610db69eab0cc2490492520288bc6b154c21b
        Reviewed-on: https://gerrit.libreoffice.org/11435
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        

2014-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [044ec0fc7408b01087029c7057185abda71fb8ff]

        Use constants for ST_HighlightColor values
        
        Change-Id: I230feea7ebf3138e6b1862401373216a25c34309

2014-09-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [4fa8282816cb39692678e9da6b6693e821a3039b]

        mac: clean-up obsolete conditional code based on old SDK
        
        Change-Id: Ie2d476780a48b5815961598e214343d5def962c1

2014-09-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [100805844ab3371553803b0b05d3a41a42da7a3a]

        configure: kill unsupported mac SDK
        
        Change-Id: I1185539ecee1b9ede161bffcea9c13af0ade9510

2014-09-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [5fcd0d9c1e27878e1d31891eee669fe5ae55a8e6]

        mac: enable-retina is now the default
        
        Change-Id: I311d6b359007b1d5799673e3d7733bdf2177df88

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [46adbf9612e56179b783b48a293dc14850045aeb]

        coverity#704830 Dereference after null check
        
        Change-Id: Ifb9e226b848bfcba593bc54558680738158adc36

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [06287413acd3ea58051835a6de0383b668164f27]

        coverity#705042 Dereference after null check
        
        Change-Id: Iac532477802588333560497767a613bb0a55effe

2014-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [15c2991a6e72bf3b83d846a1155ab8666f4cc424]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: Ib510ce39e83f87c8a9c7a4f5dce4b29b012ce732

2014-09-13  Peter Foley  <pefoley2@pefoley.com>  [70a197f28049fcb03655e1f5e480a24a2e6e9291]

        Add proper help for with-build-platform-configure-options
        
        Change-Id: I9ebe739223f396f16f326c7fbad09c762030f796
        Reviewed-on: https://gerrit.libreoffice.org/11406
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  Peter Foley  <pefoley2@pefoley.com>  [2d8514575599dfcede1c5298a376d9f66ca35f71]

        Fix circular deps when opencl is disabled
        
        Change-Id: Ic68f3ae19ae55d507b80f4685966357d55cb47b9
        Reviewed-on: https://gerrit.libreoffice.org/11407
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [1e04460c9a6e7b2bec3a60fe6ffcf0509a870087]

        javaunohelper: use a character literal
        
        Change-Id: Ib0a69ac4714cd694ccd6a9bea87e32c1aadb0428
        Reviewed-on: https://gerrit.libreoffice.org/11433
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [ebeeebbceacd61f47c350cc17918fb7284defbad]

        javaunohelper: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: Ic738dbbee4ce972ebf7efcfda33ccbb3f3ac48ff
        Reviewed-on: https://gerrit.libreoffice.org/11432
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [fafb0db5d24010f7390df0df791cebe3e6ce3164]

        scripting: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: Icff6a5d19aaf7ac7ebb0cd54140bd388cba0f24d
        Reviewed-on: https://gerrit.libreoffice.org/11431
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [81711134207a2715ba6b41e659c1e80e0cd4e05d]

        scripting: use a character literal
        
        Change-Id: Iabd3514f3c64ff851463cb9b2c1c425164285eb5
        Reviewed-on: https://gerrit.libreoffice.org/11430
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  rbuj  <robert.buj@gmail.com>  [e41cc6898abe5f46a98085c1a42608cca7813317]

        scripting: Enhanced For-Loops
        
        Change-Id: Ib5e59a8c153e7d788c14153fa3b94c8b2d0a068c
        Reviewed-on: https://gerrit.libreoffice.org/11292
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-13  Jean-Pierre Ledure  <jp@ledure.be>  [fd336cf92e53059cd03b6bbc9792691c0e5debbc]

        Access2Base - PATCH-01 Field.setValue
        
        setValue gives erroneously an error message when argument is Null and field is nullable
        https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=61447&sid=48e231a12084933d9da1b47e50b186ea#p323714
        
        Change-Id: Ic96e50f4c752f5fa38e8f40e80692f166fd88e4a

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [bfd2e82881c38a9fc448e92acfaf98174dac19cc]

        Resolves: fdo#82259 more fonts that lie or have no os/2 table
        
        Seems to be that the default mac fonts are way messy than the MS or Linux ones
        tend to me
        
        Change-Id: Ia0ed6f9fcc650bea9466c4127f6faf7adba72d44

2014-09-13  Jean-Pierre Ledure  <jp@ledure.be>  [bc5cdd24136a0d62659a6fe1e3f14cc22ad0ff90]

        Access2Base - Introduction of CloseConnection method
        
        The invocation of CloseConnection has next effects:
            All the recordsets related to a database linked to the current document are closed.
            The database object(s) is(are) released.
        
        Change-Id: I845b27acb8469c4dea0dc3bc20b912ab123d06cf

2014-09-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [2c3844a17574590150dbfdeb8750397a85182e75]

        vcl: SalFrame::Enable() is not used anywhere so removing
        
        Change-Id: I851c414aa9e95c4d2c3ddb44deb5835656d16f87

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [7a70bbb0029956acc86790e36c04b057a6380bfd]

        USCRIPT_LAO->USCRIPT_MALAYALAM
        
        Change-Id: I5ae275532ccb3e77acd2422f1d6b90078fe95a9e

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [6ceff3f7deb1a6b66c0119c73b797a925f8fbee7]

        Related: fdo#82259 GungSeo has no OS/2 table
        
        Change-Id: Idf2431927d8f501f87301d01a7bb884f1445125f

2014-09-13  Caolán McNamara  <caolanm@redhat.com>  [aa9abb373eafb92bb2558ff49748766a8bb8cef0]

        do HardCodedScriptName before getting Font Capabilities
        
        Change-Id: I3f3f14b3b24abbbdb40f8eb6655d42b12d920999

2014-09-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [deeeb88f37170860366ef5ba25c96016917e1f30]

        vcl: tabify salvd.hxx
        
        Change-Id: Ifb52f18f34f510b60292fc80e3e47b2ff45b841c

2014-09-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [4016f792c851d6746ce65917c787fc5269f2e752]

        vcl: tabify salobj.hxx and fix initial comment
        
        Change-Id: I89e60f743c5af8b5fa0f3df779f240945af40c07

2014-09-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [e7791a9f30f92fd385336e30d829afb5f09d6115]

        vcl: tabify salframe.hxx
        
        Change-Id: I53ad4992c6901e3dceae453699c2da785feb21a5

2014-09-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [a65459eae58f342787abe4c766912f964a8383be]

        MM: Don't adapt the view when saving dbg documents
        
        DoSaveCompleted updates the SwViewShell and recent file lists after
        the document was saved via DoSaveAs. So we can simply drop the
        call and delete the SfxMedium to save a copy.
        
        Change-Id: I04a0710949ca60e1ff4cab24c6b504deb130db63
        Reviewed-on: https://gerrit.libreoffice.org/10983
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-12  Michael Meeks  <michael.meeks@collabora.com>  [80d6fd81dd8aff8f864049240eff71273bdd3e89]

        sc: enable threaded sheet loading un-conditionally.
        
        Previous this was experimental only.
        
        Change-Id: Ie5923e5342e7bace7492d561ce80ac86f69ec06c

2014-09-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [57d7802145befa4ebc191cc646069aefb58f5c32]

        MM: refactor cancel handling for dbui dialogs
        
        This simplifies the handling of CreateMonitor and PrintMonitor in
        the combined mail merge function.
        
        Change-Id: Iacf933ec1a6017949b29b3d5f62d5f55c4691053
        Reviewed-on: https://gerrit.libreoffice.org/10984
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [3b11057b75434526f67e678ddc1deb9ebd61c752]

        sw: rename SwDoc::Append to something unique
        
        Change-Id: Ibb9db5ecdea6439df20fc1ee609267dcdd864405

2014-09-12  Tor Lillqvist  <tml@collabora.com>  [af90ec3e7751f2f4f27428f580bbc487fd7ce7db]

        Use $(LIBO_SHARE_FOLDER) instead of hardcoded 'share'
        
        Change-Id: I073d44c0e3e8c6eff0e885f827fa661e3c8e5206

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [91eb279ecdbc8183c18d9b4d856ffadf0148250d]

        Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"
        
        This reverts commit 1b42acdaeae134f94580d6e1eba89da16741d596.

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [e660e1ed73a6eea3f70fcb36a7bc950c57de80fe]

        pyuno: remove obsolete NOOPT comment about GCC 3.2
        
        Change-Id: Ie280325ddc45a79f3b73ae10f6e9cf952657091b

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [ed05120b23869f12c3dee07f94ee73a624ba15e2]

        well enabling optimizations with SunStudio is just asking for trouble...
        
        Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [7ce8ba33f38671d7cae8b0e759c38b4a8668488a]

        STL assert in connectivity::file::OPreparedStatement::checkAndResizeParameters
        
        Change-Id: I48f4ceaf1d01d449eba169534f6512f9aadca886

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [787d98f3ff9d8e6604f12b579ca203ea977151c0]

        xmloff: remove yet another SunStudio workaround
        
        Change-Id: Ic9ec167d921c4c5f08914476bdbdd6a31a9391c1

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [ef7b63ba359e222eecad03fd5f15b79af2f0ac02]

        svl: remove misleading comment obsoleted by 18fa868f
        
        Change-Id: Ib598a77cef98376089620b8f06fa34cfbf9a7a02

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [1f8710fd9bef46d0648ab0379f02d7cb3c344954]

        sfx2: remove optimization disabling workaround for GCC 4.2 bug
        
        i#116803 was filed against OOo Linux baseline (some GCC 4.2.x); let's
        hope the current GCC versions that are required for C++11 work fine.
        
        Change-Id: Ie95b52c801564519aec348ae3fd56b14e2408234
        Reviewed-on: https://gerrit.libreoffice.org/11396
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [715bf79404b268a2b3e5184dd2aa3b55097c67fc]

        dbaccess: remove optimization disabling workaround for GCC 4.2 bug
        
        i#102305 was filed against OOo Linux baseline (some GCC 4.2.x); let's
        hope the current GCC versions that are required for C++11 work fine.
        
        Change-Id: I0ff00a44bb8fbb48845756cebd4ad69e0ab0c7aa
        Reviewed-on: https://gerrit.libreoffice.org/11395
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-12  Michael Stahl  <mstahl@redhat.com>  [e227d6141a9fedf4a35eb9ebee85fd7e09341bfe]

        sc: remove optimization disabling workaround for GCC 4.5 bug
        
        ... since we need newer GCC for C++11 anyway.
        
        Change-Id: I5408d9066b9f1efec234fe05551fed2d8fb583ed
        Reviewed-on: https://gerrit.libreoffice.org/11394
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [92f4c7418ff786146eb23a5a0b6bcaaec6ae7065]

        Related: fdo#82259 BiauKai makes some crazy claims
        
        Change-Id: I002dd4834e0813b81548d6f275e261b37859f646

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [0e076a0a57a7d73ff2480e3642fd157585110a22]

        Related: fdo#82259 we don't actually care about the ttf version here
        
        Change-Id: I75253c8cc4ab6325447d29fcb30a1992d8eb83ec

2014-09-12  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [75b982c4b615acea9380b2507277c94078ba189e]

        vcl: avoid calling GetResolution() twice
        
        Since we want both horizontal and vertical resolution, just get both
        with the same call.
        
        Change-Id: I7b08b94e792b069b86e334608d6d6dc3901ad181
        Reviewed-on: https://gerrit.libreoffice.org/11423
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [aa2fbfc4faa24cf7ee5aa9afdafddbd536ac4fec]

        Found out that Mac OS X 10.9 has working threadsafe statics
        
        Change-Id: Ia50181989dfacee342bfa025cbdf718edaa27832

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [b396ae62f7e224dbc5fe71d19d987804a02f398f]

        dbaccess: sal_Bool -> bool
        
        Change-Id: Ifad71823e72be71cbd9f9f58a51f4553ff54e4d4

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [6fb5bf5266e678b6d10fc012fefaad69e2589f3f]

        fpicker: sal_Bool -> bool
        
        Change-Id: Iaf55e2106900be0319c96861b07abea24075bbbe

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [102c2413c144603b7129f2a64f8e96993d1ad46a]

        cui: sal_Bool -> bool
        
        Change-Id: Ib472f25eb1625dadca8c2078b3f9cdab98763c8d

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [e0be487afd8c375455e8bbd0306bff73ddb1b51c]

        Related: fdo#82259 various "* MN" fonts incorrectly claim to support TAMIL
        
        Change-Id: Ie1f21052ff09fcf243a3cc0839cf7118efa09c68

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [3202c44532ac59b7bd9fedae74201e4ba8c92013]

        use Apple Language Id conversion for matching font names
        
        Change-Id: Ic953c4ff0de6a90b0580bb22554750be08727349

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [9a502e6b1d6044e6f00db798dc2931f57eab161f]

        map Apple LanguageId to LanguageTag
        
        Change-Id: Ib203264ae89aef66f0e9b011ef9a34a8670500de

2014-09-12  Michael Meeks  <michael.meeks@collabora.com>  [ea053226f641075ec4c1ccc214a9d5ab206afd08]

        fdo#66701 - don't double destroy the HASH when PDF signing.
        
        Accidentally introduced in d73c039fa it seems.
        
        Change-Id: I846314ebca3a24520492887d4d9027f812cfb32f

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [2ff2e254f636f3939f83dc5025aa77533c21f662]

        chart2: sal_Bool -> bool
        
        Change-Id: I8d9802c58950ebe46202c4305b58682f6321531a

2014-09-12  Jan Holesovsky  <kendy@collabora.com>  [1eb4a0472a02beee0a473127e1ee84381b8c230e]

        3D charts: Call the 3D chart update from the lazy update, instead of always.
        
        Change-Id: Ie3603695cbabe9ebc734b80d00ade553cf31d987

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [3d20965ee5dc009090fe0e3dad2cec3d78344318]

        extensions: sal_Bool -> bool
        
        Change-Id: I026056e093661d3beb7f7a231d6cf0e8c72e5b50

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [5490e0a8800c3a15d6b5d88611463c0979a7ec71]

        Mark template member fns that are supposed to override as SAL_OVERRIDE
        
        Change-Id: Ic81b4510aef3476a53c811b7c91ee1941068ce59

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [03d92f1ca38aa3873158ddec86ad8beebaf928bb]

        svx: sal_Bool -> bool
        
        Change-Id: I5b9b730d7060ec146ed0f54c7fe7eb0ca09f7d9c

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [e333adb1ff0ffc36a78e50dc4061c1dfb0593d71]

        loplugin:salbool: exclude sal_Bool vars passed to non-const ref
        
        Change-Id: I45b323b326cc56cfc48e0abaa52d51fd86adbf79

2014-09-12  Jennifer Liebel  <jliebel94@gmail.com>  [86aed3ca6a35aa78f3ce2a587d151d39d21f880f]

        fdo#39468: Translated German to English
        
        Change-Id: Ica935c641d3858ae875410efc7fe531835feadf8
        Reviewed-on: https://gerrit.libreoffice.org/11373
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-12  Michael Jaumann  <meta_dev@yahoo.com>  [1ea8f156ac51b721dfea327c47212bef6ce74afb]

        fdo#39468 tranlation German to English
        
        Change-Id: Icafab1c345a3a5291e4b19821710f439a1c70048
        Reviewed-on: https://gerrit.libreoffice.org/11338
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0eaeb9270745aaf8344f3eb35971cbc4bbb85f9e]

        LibreOffice4Android: Reorganize resources.
        
        Removed several copies of repeated resources and moved one of each to
        the "drawable" directory.
        
        There is no need to place several identical resources in "drawable-*"
        directories, it's enough placing one copy in "drawable".
        
        Change-Id: I72a9cecab5db7cdb461fcd7f89c783817746385b

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [ed95e1c5619e2cb2a8f6d93a1b7c45f36f1524dd]

        connectivity: sal_Bool -> bool
        
        Change-Id: Id9458a3aa0928eedc87aec39f305b206e2638e67

2014-09-12  Jan Holesovsky  <kendy@collabora.com>  [aa325833295e3983d93758b0e1194d7fb9365ee7]

        3D charts: Update the 3D charts when a value changes.
        
        Change-Id: I9c4052108446959ff6f5215d704b496e7a8e6aee

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [d41747cb4232e1feec8f41874cb53c4dacce51d9]

        editeng: sal_Bool -> bool
        
        Change-Id: I27296a1a7fdf2ceb89db9e6674a45908fe7d0841

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [23248ed8a525dd7c3e5d565a17b809086c62029d]

        sfx2: sal_Bool -> bool
        
        Change-Id: I2db25fa6f7b9fdc2096e622918b7e55228960a94

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [b53b5081a85d7773cee8a718f84f31ecf7b70c0d]

        framework: sal_Bool -> bool
        
        Change-Id: Ie56d3fe674af048d7aea32f141c5825e4c2aa98b

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [99690d31c703b2068fc5aa3dc1bc4256555e1d7a]

        svtools: sal_Bool -> bool
        
        Change-Id: I3f1a110e95453599159d36a9d55f949351e03557

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [b9b8aa82322ecedb9ed48fd32072a192047ff58c]

        desktop: sal_Bool -> bool
        
        Change-Id: Ib9ca807c8fc27eda6d584a5b4696887dd044410c

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [9436ae99438ccc24a86aff61aaa9174a9686814f]

        Related: fdo#82259 implement mac ttf fontname encoding support
        
        which is why these font's are not appearing under Linux
        
        Change-Id: Ib72ddb465b2df729953ece416cfa0477cd565bcd

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [02f8f895f2abc4ee090b4bd42963590aa018fb49]

        Related: fdo#82259 support version 2 ttc fonts on Linux
        
        a lot of Mac OSX fonts are in this format, and we're not
        seeing them under Linux
        
        Change-Id: I8a6974ccb43afadec320331eb26bc4a2df9b13c9

2014-09-12  Caolán McNamara  <caolanm@redhat.com>  [682db177b035a78b460065d457abd5b2a66cc268]

        Normallya->Normally a
        
        Change-Id: I988673d60f237951db36bdbb7064e6872102d96f

2014-09-12  Tor Lillqvist  <tml@collabora.com>  [fa2801f2c349811e00c3f2f19f9ce62a68daa4dc]

        Handle LIBO_SHARE_HELP_FOLDER
        
        Change-Id: I4f004321c58da1d81a2cc3c80504347db583d86a

2014-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [52803dca4714494f58034c8636cb2d71ad32c2d0]

        fdo#44984 RTF import: handle form fields inside tables
        
        Change-Id: I84b3d5186e99b8313cfb32398869de028a267b49

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [422f873ba8ec3ad7d4a6dd054cbde4d9d7d3a5cb]

        Partial revert of e910705421b40f3accff684e956854ff68761574
        
        "Use Any.get<T>(..) instead of Any.getValue(..) and ugly cast."  An empty
        OString means a different thing than a char* nullptr to
        FastSerializerHelper::startElementNS.  Broke CppunitTest_sd_export_tests at
        least --with-export-validation.
        
        Change-Id: I4ad23c4130bf39708064569b964bcb7fb44cd3b0

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [e4d500221f90d8c75e38107896c8b86ec5a3f683]

        Keep files of failing tests around
        
        (Arguably, such files should be stored in a workdir/CppunitTest/... directory
        removed and freshly created before every test run, instead of in TMPDIR.)
        
        Change-Id: I12e5073f4e8098cfd99456101fbc2d6ab919f093

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [69ac0fa53b60bc2ab65a2590f3eb3f789bcfc31c]

        toolkit: sal_Bool -> bool
        
        Change-Id: I8819d408e8556bbf38605c2feef2fa87d8dd41c3

2014-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c356bd37bdebd5a9eea1d25c628212f071659158]

        Unused writerfilter::ooxml::OOXMLBooleanValue ctor
        
        Change-Id: I8cf92c38a41423e5bae2852b8affeea2164646f0

2014-09-12  Jan Holesovsky  <kendy@collabora.com>  [050c4a13b6d2569c9ae3ddb4fbd01956f9d7d4cd]

        vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.
        
        Change-Id: I44497df5a5506127247cdef0924e9f7b76ed7d9b

2014-09-12  Jan Holesovsky  <kendy@collabora.com>  [d22edd44b59df11df94dc10f9678973b0f04557c]

        vcl: It's a close button, there is no such a thing as a 'closer'.
        
        Clean up at least vcl + what depends on that, but unfortunately there are
        still some "Closer"'s left elsewhere...
        
        Change-Id: I019c863d07ee62d701ff01c8d871334012c105f1

2014-09-12  Jan Holesovsky  <kendy@collabora.com>  [540078ad31390c0fc7800c6c7581b0fd2332c339]

        vcl: Make the Menu class really abstract.
        
        Change-Id: I676b2673cbe32bfe7c6013588c19a557fdfc743d

2014-09-12  Stephan Bergmann  <sbergman@redhat.com>  [ea733ab5b632109d28bb8f1dc37116340b26229b]

        Turn SfxItemState into a C++11 scoped enumeration
        
        ...to gain further confidence in the claim "that none of the existing
        code tries to uses combinations of these enum values"
        (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState")
        
        Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13
        Reviewed-on: https://gerrit.libreoffice.org/11384
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc3294e127a6aedb8f6da5741ac9063da1cc2135]

        vcl: fix typo in DeviceCoordinate
        
        Change-Id: I7e0ec3c276826105c89dae5471c484ec7ae999d2

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [f5d3114cc4b62f95bcd3ce3a5a1d859a69603269]

        vcl: protect against out-of-bound access of empty OUString
        
        Change-Id: If2671ba0547eb69fce7005f5427dcd175a5c29a2

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [5500c51e9bddcf3bb4356ac3e69f4df1043df6c9]

        harden access to OUString[0]
        
        Change-Id: Ibc2997f9974b8f6d561db0632642060ab95b80f0

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [18fa868f1424c9f859181dac4b5212ed7cb7dd0f]

        svl: test lenght before access
        
        Change-Id: Ia0f41da43f150cd664dd9d4b5adef4e387253bf8

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0439f66742b3b71e2a36c79a09e0943e51a37bde]

        xmlscript: avoid accessing [0] of an emptry string
        
        Change-Id: I2ad756b07418d3eb93f48374cd7de3bc3db9ce29

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [007864407b2aeb54ebd4c00eafae9f6e1adada39]

        ucb: prevent out of bound access in OUString
        
        Change-Id: I451bf13cbf39ec13152d083a6a6728cd043f9fbd

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0db950ded89aa916fba40d27479a6722ec9a05c7]

        bug wrong order of test cause out of bound access.
        
        Change-Id: If9c497473bc163677175b0fda1f3a8975cceb3dd

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0cac63da2347afcc358ef9e24f1906614b4d2606]

        fix access to potentiellement empty string
        
        Change-Id: I84fc6b7e5528b677411163ee3c9d05d4f2e6feb2

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0836415ffd592ecf932a1208f2faba70c2d4988d]

        coverity#703951 unchecked return value
        
        Change-Id: Id9a3c639bd778552b176c19b7574a9d9786ffebc

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [ec1de2a4ff284f9f1d2e8147af91a8a1588652a1]

        coverity#735600 Division by zero
        
        Change-Id: Ia936814ae37ae802fab36f7bde56de09338eb617

2014-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b42acdaeae134f94580d6e1eba89da16741d596]

        vcl: use DeviceCoordinate for GetCaretPositions in sallayout
        
        Change-Id: I5a959e1c3806da713e106c1b0fc8690a6578987b

2014-09-12  Tor Lillqvist  <tml@collabora.com>  [43638d8428abb8358a703247651fbfc72e47ff72]

        Typo

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [388edde56431d2cfc0583aabb47c2d766139cc0c]

        SAL_WARN_IF
        
        Change-Id: Ic2644f8a0f2f1479779aef2d6b0886604c139acb

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e910705421b40f3accff684e956854ff68761574]

        Use Any.get<T>(..) instead of Any.getValue(..) and ugly cast
        
        Change-Id: I1c76ee7c7873e76fb1682475141c14dd658bff4a

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [28bcd1d9b07821e9ee10fd99fac8eaeabb6b7e75]

        more consistent code style in drawingml export
        
        Change-Id: Iba6670fbeb064ee1b1ee54a96267f660c86e18f2

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1ed454c71db35d10287fb00a9ed23d4e184e704f]

        Make GetProperty more clear
        
        Change-Id: I23ba7950364fa402f1337e8557c3cf8cd9c810cc

2014-09-11  Matúš Kukan  <matus.kukan@collabora.com>  [d22a4d945ccf1456fbdb2c39802d956afa583a2a]

        bnc#892610: OOXML import: Improve chart number formats.
        
        If sourceLinked is used, do not set "PercentageNumberFormat" even if
        showPercent is true. The format string should be used for "NumberFormat".
        
        c8cc89ff802d86b1f3a69afe1b4835b7df7f70c7 unnecessarily disabled
        "LinkNumberFormatToSource". Use that for data labels but not for axis.
        
        Also, actually make attaching number format supplier work for Calc.
        Previously, non standard formats were added into wrong supplier,
        and they were thrown away later because it was attached too late.
        (See also ChartModel::attachNumberFormatsSupplier)
        
        Change-Id: Iaf9945abc3d82d0ac63d9f36b8888eb49f39ab57

2014-09-11  Maxim Monastirsky  <momonasmon@gmail.com>  [1387027aa9acf9e62f2d7bf50f71a5889626d194]

        fdo#83315 Tango doesn't have notcertificate_16.png
        
        Change-Id: I29da25f80a2044d267b879cee7e15b4eae6c3b6b

2014-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [085c6ebc14bd9670cd23a732b905d3c2379a9185]

        LibreOffice4Android: Fix NullPointerException
        
        The member fileNames was being correctly set in createUI() but it was
        being reset at openDirectory(). The only purpose of this member was
        sending the file name to open() method, but we can rewrite open() to
        accept File objects so fileNames became useless and was removed.
        
        Change-Id: I944be8ff13d221573a5a7accf0081c30872c62f0

2014-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [3195c6db131699aae3cb84c051ebd3c437dafc6b]

        LibreOffice4Android: Remove dependency from actionbarsherlock
        
        Replace with the native Android action bar since API 11.
        
        Change-Id: Ia332b51cfea084072e8d0362702a359b8f09adea

2014-09-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d9c2927ef2ea45777772cc52bd62f7ece2dda207]

        LibreOffice4Android: Disable thumbnails so the application can run
        
        Commented out the piece of code that invokes the creation of
        thumbnails, because it crashes after the call to native code.
        
        Once LibreOffice4Android is merged with the LOKit-based viewer, it
        will be the moment to fix the thumbnails properly.
        
        Change-Id: I6dd38c6f91008d41905d3c4a856899e9ec81bd6b

2014-09-11  Tor Lillqvist  <tml@collabora.com>  [4700a95f51a54acef1ae770010a27e74a59cdc70]

        WaE: Unreferenced function definition
        
        Change-Id: I6f6560e2c2aaf4b71480fc2ffc7ef2f6e2474ab0

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [e46e041c9050a2a7c3223236100ce49a65f7e5d0]

        reject invalid dbase files with 0 len db_slng right at the start
        
        Change-Id: If4aa5249391ea2d2e475fa3ebaccf4e9fc7442de

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [e7fb96a1c93f57b1ffc6c0bd2af578d6a3e4f78b]

        ODbaseDatabaseMetaData::getColumns dies if throwInvalidDbaseFormat occurs
        
        Change-Id: If649c1cb8f41e8a29afb5ad350664a573cd1102a

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8d2818ff987cca3bac84fb66926b94cbc620a54a]

        ucb: sal_Bool -> bool
        
        Change-Id: I333ffa13159eac5cc53c9f3985dde5a33daf8067

2014-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b937ef63a7bf00de07ce4daf3e3091b5350396f]

        Move DomainMapper_Impl::substream() to DomainMapper_Impl.cxx
        
        Change-Id: Ic87ffe60def0346f28065d8c02e6022e237cee4d

2014-09-11  Michael Stahl  <mstahl@redhat.com>  [c5cdcd8f5ac16b571e083d3222e7447e5c5ed03a]

        jvmfwk: print a warning if running java fa
        
        Change-Id: Ibfcd6678ed1503cfab0881f3ec67c4c158d798cb

2014-09-11  Michael Stahl  <mstahl@redhat.com>  [fd35ddd3e1cf16876bbc57d29c7472e551304f0f]

        smoketest: run the extension test first
        
        With clang 3.4 ASAN there is the problem that the smoketest fails if run
        in "make check" while trying to start the JVM, in getJavaProps()
        it forks a "java" process and that fails due to lack of memory.
        
        Avoid that problem by running the extension test first, when there is
        only one application loaded, so the process is using much less memory.
        
        Change-Id: I7e8bdc6ceea65b212f376943c7814ad1cf28675d

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8405ee507ee66e8d07eb69254c2763b299bae6d2]

        shell: sal_Bool -> bool
        
        Change-Id: Ie4fedd95752aa1212481bff0cda7c0045956b361

2014-09-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [8cf6ba8a28f2c22817e94185121190f082c75754]

        minor whitespace change
        
        Change-Id: I556a68a2da770080e475a4e6619722fd721101ca

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [fee95be5b637dbfbdbe78426c02240b1dc90e1f2]

        Resolves: fdo#82552 we only check pAlphaW on one branch
        
        Change-Id: Ib2c5a0d751050af77f267edbb7a5a0fe57494622

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [fcf015832466f4d902e8aeb1466309a1bc230475]

        (Rudimentary) C++11 support is a hard requirement now
        
        Change-Id: I43ed776d52336b822aa6152f0f2a29e39303bb75

2014-09-11  Takeshi Abe  <tabe@fixedpoint.jp>  [2f1a28cf8fcfdfc369cf91936062c4f942ec03dd]

        fdo#75757: remove inheritance to std::vector
        
        from LayeredDevice::LayerContainer.
        
        Change-Id: Icc4b16db92daadbd742e83e90c95477c0c465f5b
        Reviewed-on: https://gerrit.libreoffice.org/11397
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [884229ed3ee2f84eb052c866e22bdb242a385788]

        server font dtor always calls ReleaseFaceFT
        
        therefore we must always call GetFaceFT in the ctor
        and not return early *before* calling GetFaceFT which
        could happen in case of inane font size requests, i.e.
        
        if( (mnWidth < 0) || (mfStretch > +64.0) || (mfStretch < -64.0) )
        
        valgrind+bff
        
        Change-Id: If22f8f7ff6aaed3ffa9eec68630da8601dfd5cae

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [e9778073e37fb75f1b65a8d38b41feb584060705]

        For ASAN __cxa_throw interception to work, link python.bin to libstdc++
        
        ...where the intercepted __cxa_throw is found, as otherwise PythonTest_sw_python
        fails with
        
        AddressSanitizer CHECK failed: projects/compiler-rt/lib/asan/asan_interceptors.cc:293 "((IndirectExternCall(__interception::real___cxa_throw))) != (0)" (0x0, 0x0)
         #0 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) projects/compiler-rt/lib/asan/asan_rtl.cc:70:3
         #1 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc:76:5
         #2 0x48c3ac in __cxa_throw projects/compiler-rt/lib/asan/asan_interceptors.cc:293:3
         #3 0x7f67faec0ef5 in pyuno::createClass(rtl::OUString const&, pyuno::Runtime const&) pyuno/source/module/pyuno_except.cxx:92:9
        ...
        
        Change-Id: I0cb364eacab49644b426fb62f49bf9d7c8b5090c

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [22ff143b1c26ec6bfcf6dbb52da43c26ee4e4edd]

        add windows 1258 to charset list
        
        Change-Id: Ia12fff0bd25daf39a01f8faef9a152e23bbe7fcf

2014-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [04fe5e6a31c9701177a744bbc8a53b2f664fe71c]

        fdo#82114 RTF import: fix handling of first page in non-first section
        
        Change-Id: If06c6bcdda97447e6014223d997c7ff8abd64b48

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [4d3c88805d1917932ee88a0f22ae93c43e8e389a]

        Avoid ODR-violating name clash
        
        Change-Id: I69c3b11b01d520a485b07c8e5397a7f971210af2

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [d4494c33e4114f194262c4ad202a3eafca41fba7]

        Avoid ODR-violating name clash
        
        Change-Id: I4911dcb5d902a5b92d4c175054acd220e449459d

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0968e47b7190832c6c06c0aa38f8da129660f854]

        android: remove unneeded code paths
        
        Change-Id: I5da4ca67caf2bc2e368c74cf719b080c63b6d47f

2014-09-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [aa4ac53ecdb5726a36ec642f860526f790586db9]

        get rid of QUERYINT macro in sd
        
        Change-Id: I058cf5bdd3d11fb28b3e497c1a13e4ffc7e4ed84

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [d9645bf8a1c1c95aeeb9a90b89387d82795f56dd]

        Prevent erroneous pick up of unrelated css::i18n::Maping
        
        ...from include/i18nutil/casefolding.hxx
        
        Change-Id: I892a83b8e40dadcffc1b59eaa18bee2b782131f1

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [63bc11b81f8af188564a385c1e501fd7334c343d]

        Avoid name clash with generated C++ class corresponding to UNOIDL service
        
        Change-Id: Id8201bc91c8e398b972b7294b8916d4ac76c787d

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [a6104092925a6fe9f96ca239c0292bd1539d5746]

        Avoid name clash with generated C++ class corresponding to UNOIDL service
        
        Change-Id: Ie76cab45f5fd609457b11cb3b9732cba2da3b023

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [91ba527a63f77658ee147515f1699792059aa2e5]

        Avoid name clash with generated C++ class corresponding to UNOIDL service
        
        Change-Id: I96582bf05787a30479d324ff8deb7cea758bb2c2

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [ab819ab4f49ec7e0d57dcf8bf77beb8cd323ceb1]

        Default to MAC_OS_X_VERSION_MIN_REQUIRED=1080 for Mac OS X SDK >= 10.8
        
        ...esp. after aba0106926ceb337035cf46611ff0d590a2af28b "Always build 64-bit code
        for OS X" combined with the fact that the TDF 64-bit builds state 10.8 as a
        minimum requirement.
        
        For a build with SDK >= 10.8 and no explicit --with-macosx-version-min-required,
        this also enforces libc++ instead of libstdc++, which is a prerequisite for
        future use of more C++11 features.
        
        Change-Id: Idc770c30ff844b6c3e84d088b5deead0a577e7bf

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [8712f0555baab0830aace424f143ad3c9eeaa028]

        fix corner case crash in xhtml headless export as pdf
        
        Change-Id: I255504e2c84783387d2fc308800812bef5e82734

2014-09-11  Caolán McNamara  <caolanm@redhat.com>  [ed00d0ddd663085a5fd180301cdc82af80bc8077]

        create a master document template type
        
        of application/vnd.oasis.opendocument.text-master-template with
        suffic otm
        
        https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html
        
        desktop/icons/oasis-master-document-template.icns is just a copy
        of
        desktop/icons/oasis-master-document.icns
        because I can't draw
        
        Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1
        Reviewed-on: https://gerrit.libreoffice.org/11350
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [4b758c52955e1931850938bf70764ee6376616a0]

        Fix check for ABI-broken GCC 4.7.{0,1} libstdc++
        
        ...to avoid mis-clasification of e.g. GCC 4.6 libstdc++ on Ubuntu 12.04 as
        witnessed at <http://ci.libreoffice.org/job/buildbot/2461/consoleFull>
        
        Change-Id: Ia754a8d847e7af4e0e25b4bf82e17214f7212894

2014-09-11  Daniel Sikeler  <d.sikeler94@gmail.com>  [380a4618dd8205c56a5c6622e01e88ae8911fe5e]

        fdo#82994 Added some more audio formats
        
        Change-Id: I0acd880dc1886f46e1fe146941f1027c9b6ab265
        Reviewed-on: https://gerrit.libreoffice.org/11388
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [126a33dd57de1356f6739d8e0e5bd4c4df6c765c]

        Use comphelper::SequenceAsVector
        
        Change-Id: I25b123d8086feef028ffea707d4854392964df7b

2014-09-11  Michael Stahl  <mstahl@redhat.com>  [5979ab84e8a0038a1225020e19e4b884423247fc]

        sw: actually check that iterator is valid
        
        Change-Id: Icefedf1d3fe09ed6670481dcdc4c5e745e816b1b

2014-09-11  Michael Stahl  <mstahl@redhat.com>  [cd994fc07f82bf950410bbdc88fbc4de7805547a]

        sw: factor out a function to encapsulate object lifetimes
        
        Change-Id: Ie49cb4729d70f2b1fee9a2b7bd4ac095732a3d58

2014-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [b553b534575b2ef8e9dab96819c133414c4a0dc8]

        untabify
        
        Change-Id: I6a1abc2839de2c7b8508f7edabeec8016e67ba5c

2014-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [7860feb6ed1c8c2c60945a5c0b33595077228561]

        system-gltf should follow system-libs
        
        Change-Id: I123b6dd56c21cdecd218152396f8cb8366ef53b2

2014-09-11  Stephan Bergmann  <sbergman@redhat.com>  [a1251a7825096f9ff8240baa66f6318e448b2654]

        loplugin:bodynotinblock
        
        Change-Id: I7fa377b37e4985196ad25da0ff3d116aff36ab01

2014-09-11  Michael Stahl  <mstahl@redhat.com>  [f49abb2ab3349d4c9956142e835b7f8bb5734692]

        sal: create threads on Linux with a larger stack for ASAN
        
        The default on Fedora 20 is 8MB, which causes stack overflows from
        CPython code in some of the JunitTests when built with clang 3.4
        -fsanitize=address.
        
        Change-Id: I3de9975564aad668e746cea74ae10931ef36a608
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-11  Tor Lillqvist  <tml@collabora.com>  [dac678d44ed64da97a6874380bdba5a6f4b4eb9b]

        Deactivate the sallogareas plugin
        
        It's boring and a waste of time to have to keep registering in
        include/sal/log-areas.dox new log areas that other people have introduced.
        
        We don't really have a uniform policy for logging anyway, so why bother trying
        to enforce a such for the log areas? Anybody uses whatever log areas and log
        output style and formatting they want in the code they happen to be working
        on. And that's fine with me. We were supposed to be the project that avoids
        unnecessary process, rules and bureaucracy, right?
        
        Change-Id: I6bddcb56b58edcd885e5dc743c8730878de0036d

2014-09-11  rbuj  <robert.buj@gmail.com>  [b50fedfc348eb9a834b6626dc95e3538c4962a47]

        scripting: avoid a possible NullPointerException
        
        Change-Id: I90589bc042f4b88b700e9f3c167c460c3cff043c
        Reviewed-on: https://gerrit.libreoffice.org/11311
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-11  rbuj  <robert.buj@gmail.com>  [d44ace5d50b41a7a68d77f16a77b31786e3a7f12]

        xmerge: Convert a primitive type into a string
        
        Avoid unnecessary temporaries when converting primitive data types into a String.
        
        Change-Id: Ied91859e756ff392b1a0ea8d6d889afae11b2f8d
        Reviewed-on: https://gerrit.libreoffice.org/11366
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-11  rbuj  <robert.buj@gmail.com>  [de1db03480c86aa386b5cff09c4eac0eddbadf53]

        scripting: Pass a proper array equal to collection size.
        
        Change-Id: I2c4c85b2da7b7037fc9da16793d18667b3d25503
        Reviewed-on: https://gerrit.libreoffice.org/11375
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-11  rbuj  <robert.buj@gmail.com>  [2844128a9494c2877595b65ee01f4c099176cafa]

        mediawiki: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: I849da46aee801686cf6a581d65276ab60575c078
        Reviewed-on: https://gerrit.libreoffice.org/11372
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-11  rbuj  <robert.buj@gmail.com>  [f1b8d8832d38621ae9fbe08bf9bde414230fc5c3]

        qadevOOo: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: I5cdd1fb4fe77c7fc9614f2a6de8995d98d60b551
        Reviewed-on: https://gerrit.libreoffice.org/11368
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  Julien Nabet  <serval2412@yahoo.fr>  [037d03b9facb414ba6be01fa6ee92fc7ca89f70c]

        Typo: (N|n)ormaly->(N|n)ormally
        
        Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9

2014-09-10  Matthew J. Francis  <mjay.francis@gmail.com>  [44ead04eb5fc61a3f56f783adb1509fab440e212]

        fdo#81272 Speed up break iterators
        
        Change-Id: I7a45a61465f71a1cc6f583b9ffc68157d19e51fa
        Reviewed-on: https://gerrit.libreoffice.org/11386
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [5dc8691e0909654c68eb0dcbc6d787701d02839b]

        Invalidate rect cache before moving object
        
        Otherwise I get sw/source/core/layout/anchoredobject.cxx:582:
        
          <SwAnchoredObject::GetObjRectWithSpaces> - cache for object
          rectangle inclusive spaces marked as valid, but it couldn't be.
          Missing invalidation of cache. Please inform OD.
        
        Change-Id: I3f315b15fca6e2480c11183269be5583e6aea123
        Reviewed-on: https://gerrit.libreoffice.org/10977
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [508d2d2b1a6a23043c8c0f0d3fea4ec033ac2684]

        fdo#80926 Don't move anchors of invalid pages
        
        If the anchor is valid, check if its page is valid too,
        before moving anchors on view change.
        
        Change-Id: Idffdfdb786cb29a105c06d652e6ad7315abfb4c5
        Reviewed-on: https://gerrit.libreoffice.org/10976
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [9099e21b89184bd4e39def497e483cac4a77ec5a]

        Fix single node CopyRange
        
        Previously there was a restriction for the range to contain at
        least two nodes.
        
        Change-Id: Iadf21d3928303c2ab8df0d93dabd969ed1ff7e09
        Reviewed-on: https://gerrit.libreoffice.org/10972
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [65981011d84fdcf90533b59f25f01a7f734d6c5e]

        Normalize SwDBManager::Merge{MailFiles,Documents}
        
        There is still a difference, if run mail merge throught one or
        the other function (MM wizard or UNO).
        
        Change-Id: Ia372bd3edea4c8dfb58e045fc8fed2efcb2a4fde
        Reviewed-on: https://gerrit.libreoffice.org/10971
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Michael Stahl  <mstahl@redhat.com>  [f3d791f7545d7eb1c518dca80037e76586a11e86]

        sw: [loplugin:externandnotdefined]
        
        It turns out that document compare / merge and master document
        insert file are all the callers of SwFindDocShell() so move the fix-up
        there...
        
        Change-Id: I912a464c3acab8d0adb7b5b659d62f629a15cb70

2014-09-10  Tor Lillqvist  <tml@collabora.com>  [71f75fcac9d3696010f7cda16115c4392559ff4b]

        no member named 'UNKNOWN' in 'SfxItemState'
        
        Change-Id: Ice3d2bc4a575b324377273cdb655e06577f6a4a2

2014-09-10  Michael Meeks  <michael.meeks@collabora.com>  [778dd8f6f1b272c01e848235613d839b9c42b07b]

        fdo#83716 - fix deadlock holding mutex required by rendering thread.
        
        Change-Id: I7195bba02474ac1c00fce0a93f59be622a920686

2014-09-10  Michael Meeks  <michael.meeks@collabora.com>  [d7d05136003d1d3adf74285ea1d52a60caaaf763]

        Re-factor ~inexcusible copy/paste coding away.
        
        Change-Id: I2ad27cb09031dfadaa628939c191ccc5d88ecffe

2014-09-10  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [3383fd7b229a9d78044231bfb5ccca256fe400a2]

        Clean-up
        
        Change-Id: I66255e8bc37191e859c134eab7d7f8117cd9181a
        Reviewed-on: https://gerrit.libreoffice.org/11380
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-10  Tor Lillqvist  <tml@collabora.com>  [628a0f27de2ad6712c87899b96fe4dcc20a592ef]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: Ie21c61d718d720ec6bac741cd17e807123f47129

2014-09-10  Noel Grandin  <noel@peralex.com>  [d92602c5b13d0a60439d86c5a033d124178726ca]

        more fixes for SfxItemState
        
        In commit 88a874fc "convert SfxItemState constants to a proper enum"
        I made some mistakes in converting bitwise logic to boolean logic.
        
        I fixed one of those places in commit 7ad83656 "fix bitwise->logic
        conversion in SfxItemState commit"
        
        This commit fixes the other places where I converted bitwise to normal
        boolean logic. I also validated that none of the existing code tries to
        uses combinations of these enum values.
        
        This commit also introduces an exception-throwing check in the one place
        where the enum is explicitly cast to make sure that no combinations
        sneak in.
        
        Change-Id: I545f7d17b76c4fd999078867caec314e83ffe165
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [d707d025b6c3773538abd2eedc6dc4c6d869aa86]

        fdo#75757: remove inheritance to std::vector
        
        from ParagraphObj, by using boost::ptr_vector.
        
        This is also a supposed fix for ParagraphObj::operator=(),
        because ParagraphObj::ImplClear() now makes the vector empty
        while its original code kept deleted pointers.
        
        Change-Id: I7710eb33fc05bed55474ff00baaeb8e19cd79f3d
        Reviewed-on: https://gerrit.libreoffice.org/11379
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [997d1387abcfa40eca8d15a2fe025edc4a1de040]

        Revert "fdo#81272 Speed up break iterators"
        
        hmm, make CppunitTest_i18npool_test_breakiterator fails after all
        
        This reverts commit 693f72384e081429cddb29415276cc4d07b05645.

2014-09-10  Tor Lillqvist  <tml@collabora.com>  [019632c6628487189b8243c8a6ee99e878df2df3]

        WaE: unknown log area
        
        Change-Id: I3339324ec99bbed56f81f2aa4e6cf54edcbec8e6

2014-09-10  Stephan Bergmann  <sbergman@redhat.com>  [39e91c585d55b99a2b73ed2a58312a387763a4bc]

        Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULT
        
        Change-Id: I88eeac06413fc3935cbbdb357ff8bf9acaa383a8

2014-09-10  Stephan Bergmann  <sbergman@redhat.com>  [ce65d21ddb0f77846ecf3f3800ca0f361a9e5dbd]

        Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SET
        
        Change-Id: I64be7ca711dcd3ea7c4d5840a30f2f701d055e1b

2014-09-10  Stephan Bergmann  <sbergman@redhat.com>  [a8d59b7f3e361538ad5409b9faa6c6ebca60ff59]

        Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULT
        
        Change-Id: Ic8751562e4dbfa5b6be903d87d369a750d305495

2014-09-10  Tor Lillqvist  <tml@collabora.com>  [084ec901d53dfcbdf61b256a71c4f722d1c2bbe5]

        Bin incorrect comment

2014-09-10  Michael Stahl  <mstahl@redhat.com>  [b56558717d8b5291e5f547e3fd2cf21d33efe08e]

        fdo#83655: sw: RSID-only hint assertion when inserting in master document
        
        For the temporary document there is no layout so SwTxtNode::MakeFrm()
        isn't called.
        
        (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291)
        
        Change-Id: I711d32a81519edd6840cc29f5cd9dbc57ef21982

2014-09-10  Matthew J. Francis  <mjay.francis@gmail.com>  [a34a8fca21c670c4e7ee147d05ed9e6e4136cbe1]

        fdo#81272 Speed up break iterators
        
        Change-Id: Idcd7de83ff7e551b350db0bf80e2ac78baa67686
        Reviewed-on: https://gerrit.libreoffice.org/11374
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [fd64d444b730f6cb7216dac8f6e3f94b97d7ab60]

        clip PolyPolygon::Insert on .svm load
        
        valgrind + bff
        
        Change-Id: Ib3ed8a6e518c0686f8cbeaf021b9ca3a07005032

2014-09-10  Tor Lillqvist  <tml@collabora.com>  [aba0106926ceb337035cf46611ff0d590a2af28b]

        Always build 64-bit code for OS X
        
        Change-Id: Id1c48d99f18736de1e9b0edf4b8a77becaa1c208

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [ce454057e09fef607ea8eab55e8e5db43941320b]

        check for empty m_pBuffer
        
        Change-Id: I90135b6d7780ba8a22fff725a965f0ea7e442707

2014-09-10  Daniel Sikeler  <d.sikeler94@gmail.com>  [db9cfa672c5944f22ca82a28ed150a5fbae6f5b5]

        fdo#55380 replaced use of obsolete interfaces
        
        Change-Id: I94fed6a9361f21457b3e631efffc0db833068aef
        Reviewed-on: https://gerrit.libreoffice.org/11256
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [50df87ceddc5f4dbebe9552c07e6c899dc17717c]

        create a regression test for loading lotus wks documents
        
        Change-Id: I274236939c6de4db811f8932025c619479bebbee

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [206b32c231ea9f1fc7dbb60af307e30d03398095]

        refactor lotus wks importer to remove globals
        
        so that the global aLotusPatternPool map gets destroyed at a sane point in time
        where calling delete on its patterns is a legal operation and not at some
        random location in the dtor chain
        
        Change-Id: I6f202c5345c6a227b5a680d70150bf32fb9450c7

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [abbeed756019e099d16acb4155c7c459fef2d1b4]

        callcatcher: update unused code
        
        Change-Id: Ie31c16318b09699e080484292d489a378e3a6dce

2014-09-10  Caolán McNamara  <caolanm@redhat.com>  [3e0f9a148bf2c0a5916e850528a9b0472830bb9e]

        wrap at some reasonable location
        
        Change-Id: I15ead38cadbee5d092c96010c8e9a7253c2027cc

2014-09-10  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [1964870db4ad1e4334e8fc5050795469dc1fb05e]

        Fallback DPI detection on X11
        
        When the Xft.dpi setting is not found, and if only one screen is
        available, fall back to detecting the screen DPI from the reported
        resolution and monitor size.
        
        Change-Id: I1481d94b5dc4072c1f8da4659a221dfc7971080b
        Reviewed-on: https://gerrit.libreoffice.org/11377
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-10  Giuseppe Bilotta  <giuseppe.bilotta@gmail.com>  [a2d4bd6864e108a11d6ca2b69de5ebce265102dc]

        Refactor DPI settings validity check
        
        Move the validity check for the DPI (>= 50 and <= 500) into its own
        (static) function, since we're going to use it repeatedly in the
        fallback DPI detection code.
        
        Change-Id: Id5d9b10be385d45549bbb57cfa14939cd51a0324
        Reviewed-on: https://gerrit.libreoffice.org/11376
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [74458301569bc9c0e7619e68be85e716d7b6f9f7]

        Add debug documents to SwDBManager::MergeMailFiles
        
        Just like the debug documents in SwDBManager::MergeDocuments.
        
        Change-Id: I275575853c80d4e19d6df5ba9d8dc689353d7c85
        Reviewed-on: https://gerrit.libreoffice.org/10970
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [3b9361a930d62430044ea0b746f4b5751dbb8d88]

        Add debug messages for sw.{createcopy,docappend}
        
        This adds a lot of SAL_INFO messages to SwDoc::CreateCopy and
        SwDoc::Append.
        
        Change-Id: Ie924e20698bec84482fcc5496175a9e29245729e
        Reviewed-on: https://gerrit.libreoffice.org/10969
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [c808802e94eba48dc23d7fca133ed35c17feb163]

        MM: introduce SwDoc::Append helper function
        
        This drops all the specialized, workaround code from MM, introduced
        to use the SwFEShell::Paste function and additionally merges
        and renames SwDoc::Paste into SwDoc::Append.
        
        There is still a little common codepath, therefore this adds
        comments to always update both functions.
        
        Change-Id: I704b3ef3257dd977dac95e16e25049ff8ade97ed
        Reviewed-on: https://gerrit.libreoffice.org/10967
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [8e174eab91acec0f1578af4dac23be76dce700af]

        vcl: BitmapEx now states which icon theme is being used for missing image
        
        Change-Id: I83b9c86685f72569c0df88231458183b1ae511c8

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [b01bbc3516b63d2772e53fef4dc016788c779612]

        vcl: no such thing as GtkSalInstance, remove commented code
        
        Change-Id: I6627363aea34570b5f7d118b1d64b6a2d93c19cb

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [99f58dc2a6d9d2976948b2fe01b1ed1ae63d685e]

        vcl: remove dead code and useless task comments from winproc.cxx
        
        Change-Id: I10e4a0aa23fe83fa0f2edd671b321fa4588c880f

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [64f186cfda29d3d92c0ebd9c4ee7992898a00134]

        vcl: remove dead code from brdwin.cxx
        
        Change-Id: I97d5a8dc85fe77c6bf0235425db0a7b9e42ff869

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [d5d6efe7331052634e230cbbac83eea1959f27e8]

        vcl: remove obsolete commented out assert from window.cxx
        
        Change-Id: Ibf478abae5aa0574279e8b45c26b96ab66bfe203

2014-09-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [f62aa7cafe3e5413c70c5cb2e75de2114b4fd9d0]

        vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twice
        
        We really don't want to call on GtkSalGraphics::Init() twice, the only
        reason we do this is because we pass in a new screen. To get around this,
        I've created a new GtkSalGraphics constructor that takes and additional
        screen parameter.
        
        Change-Id: Ie53d609c2b8f64d77a3bfb2efe0e97027c75c5d0

2014-09-10  rbuj  <robert.buj@gmail.com>  [4157780bedd048a27cc33302ab5ebca5a93afa70]

        mediawiki: use a character literal
        
        Change-Id: I1dadf4f905fcf06aee616cc0cfea3d77a145a3a1
        Reviewed-on: https://gerrit.libreoffice.org/11371
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [bd9cd1a37488f7cf9f8af64e07ab6f29728665f4]

        qadevOOo: Convert a primitive type into a string
        
        Change-Id: I1a840346e75a3d7dd0de761660a0ea95c7ee034b
        Reviewed-on: https://gerrit.libreoffice.org/11370
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [dcd5aa95f75b5bd110e88d41c2589067ba8c3882]

        qadevOOo: Number Parsing
        
        Change-Id: I284a1b2bcb61695b74ec51bb46cbb683abf83449
        Reviewed-on: https://gerrit.libreoffice.org/11369
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [e8ac22f3aa98e16ae7e2b26ad9a99311ba42af4b]

        qadevOOo: use a character literal
        
        Change-Id: I6d3e592de64c63e66bb788b112e188ef217e7bf7
        Reviewed-on: https://gerrit.libreoffice.org/11367
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [0f114c3d00f73441a405d25bc6d98be3a829cd8e]

        bean: Boolean Parsing
        
        Change-Id: If5e77da2b42b126e2c8fd7613b6adaed635fd683
        Reviewed-on: https://gerrit.libreoffice.org/11364
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [10e8e10605b9c52bd7fd8a0665dd4d358c733a66]

        wizards: Number Parsing
        
        Change-Id: Ic8d9c97ee6bc48c8440c27c5ae4fc9bb20fa5acd
        Reviewed-on: https://gerrit.libreoffice.org/11359
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [c6a2868a75a90005f9d711d6f1419ba704670781]

        qadevOOo: use System.arraycopy
        
        Change-Id: Ibbac337b481e138ff9bfaa9d350b52e368ba5f2b
        Reviewed-on: https://gerrit.libreoffice.org/11355
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  rbuj  <robert.buj@gmail.com>  [0876cc15fc188db801a2198d9ca90a5a8b88f92f]

        scripting: fix array copy and, use System.arraycopy
        
        Change-Id: If8addcc5d95f610ade404e62e4a2a775319e9ff3
        Reviewed-on: https://gerrit.libreoffice.org/11354
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae083c1cf423fc5695019e48f3bdc7979b15b6bb]

        IDocumentContentOperations::CopyRange: fix comment
        
        Change-Id: Ide5705323579aa5ea1e725685acb7421f416cf04

2014-09-10  Stephan Bergmann  <sbergman@redhat.com>  [7af850c89664d3c739abd244cb7016b806c0f293]

        vcl: sal_Bool -> bool
        
        Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401

2014-09-09  Matúš Kukan  <matus.kukan@collabora.com>  [e2723d00b77dc1044e2ba599ba93517af34e1ea5]

        Better place to initialize mnThemedIdx
        
        To make 'if (rBackgroundFillStyle.mnThemedIdx != 0)' actually work
        as intended. Avoids invalid call to pTheme->getFillStyle() which
        is not supposed to return 0 here.
        
        Change-Id: I323e2628cba64167240e8f0b945e6693b47b8e77

2014-09-09  Michael Stahl  <mstahl@redhat.com>  [2ce8b2c37aaebacdce250d6758d93ce7f9a992f0]

        editeng: avoid autocorrect crash
        
        Happened for me with nFndPos = 30 and nEndPos = 20, and a rTxt that
        probably contained "->" twice.
        
        Change-Id: I534c60a5904249e25fdefe45639b4512e6f138c5
        Reviewed-on: https://gerrit.libreoffice.org/11344
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-09-09  rbuj  <robert.buj@gmail.com>  [0d0920b13e23763ba2cc72eb48729ad2fad9d23d]

        javaunohelper: fix some misspellings
        
        Change-Id: Ibfa6e6ed2a4b4d3fa4b5e5cf624e42442653d358
        Reviewed-on: https://gerrit.libreoffice.org/11363
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [660349579d282bcc62f5eb8b777a78c7fadf8b1c]

        MM: always copy the internal document
        
        There is really no need to create the first document via UNO
        createClone(), which is also slower then the internal copy.
        
        Actually createClone also calls createCopy, but without
        initializing the document.
        
        Change-Id: I2d1ee6e12e37caf1b0d9bfa393fb4240516628e9
        Reviewed-on: https://gerrit.libreoffice.org/10966
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-09  Daniel Sikeler  <d.sikeler94@gmail.com>  [56e103fd94fc52ca9717b3810d291c88b29c97b1]

        fdo#39468: Translatet some german comments
        
        Change-Id: I893adbd54916c337fa23aaccb2865f56d076cdb8
        Reviewed-on: https://gerrit.libreoffice.org/11347
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  rbuj  <robert.buj@gmail.com>  [cc5eb804fc66e0bc7f0029b2665656a73f85be48]

        toolkit: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: Id38f28e7138460493fde982cc1ebc75c3cb0b386
        Reviewed-on: https://gerrit.libreoffice.org/11365
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  rbuj  <robert.buj@gmail.com>  [baa6bb9621f604669d09ba7a7f21c16d46430194]

        wizards: use a character literal
        
        Change-Id: I22d530e0feb9e3112b4f2e7548d6335235713247
        Reviewed-on: https://gerrit.libreoffice.org/11360
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  rbuj  <robert.buj@gmail.com>  [b53415f168b06a0ae1dfbc73f796bb03ddd40651]

        xmerge: use String.length()==0 instead of String.equals(empty string)
        
        Change-Id: I41b64c2dccad41193e15b6be2e62ce9dd63e0c3a
        Reviewed-on: https://gerrit.libreoffice.org/11358
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  rbuj  <robert.buj@gmail.com>  [c346e0faa20845555e9392c1c8aaba7cf3508fdb]

        xmerge: use a character literal
        
        Change-Id: I99168faf1ad346f4e18495c15b5bad79fd16818f
        Reviewed-on: https://gerrit.libreoffice.org/11357
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-09  Caolán McNamara  <caolanm@redhat.com>  [df5c8887017fe5f5c1726211df3c48347e89e5f8]

        Resolves: fdo#83678 no thousand seperator for port numbers
        
        Change-Id: Ia3544c1700d71b0df63b65fe25d28cde54ad8f57

2014-09-09  Caolán McNamara  <caolanm@redhat.com>  [2fe5d93f82d2875b34301b67e6ccc4959bf4b575]

        semibold->bold
        
        Change-Id: I563f4530f2003ea3090cd15696ea53143f7b3aa6

2014-09-09  Michael Jaumann  <meta_dev@yahoo.com>  [a1d51bf9aa9742eede83ae016360381c5c0eeeee]

        fdo#82854 extended unit-tests
        
        Conflicts:
        	unotools/qa/unit/testGetEnlishSearchName.cxx
        
        Change-Id: Ie721cbc275998b37a4f6206079d55734b85308b0
        Reviewed-on: https://gerrit.libreoffice.org/11348
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Douglas Mencken  <dougmencken@gmail.com>  [9e773854c8cd24e526a6beed6bee74313a7fd47b]

        l10ntools/source/export.cxx: add sanity check to aOutput.mSimple
        
        Change-Id: I05074760f189dfc00ce14ec33002609a56797a6d
        Reviewed-on: https://gerrit.libreoffice.org/11321
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Tor Lillqvist  <tml@collabora.com>  [a6ac672eea5fb563346024f9adfc66ab5011cb5f]

        Surely by now nobody has a 'solver' folder or an 'install' symlink any more
        
        Change-Id: I814311cc0b3e78774f25cac06e48dbdc1cb82c69

2014-09-09  Boris Egorov  <egorov@linux.com>  [bbe459487979236e5faab57eb7d575f8295b6677]

        configure.ac: fix error message when md5sum is missing
        
        I tried to run autogen.sh on freshly cloned LO repo. It prints kind of
        cryptic message to say that md5sum utility is missing:
        
            configure: error: no md5sum: found!
        
        Too many colons. I removed one, now it says:
        
            configure: error: no md5sum found!
        
        FYI: this message was printing when I used md5sum from Inferno OS
        project. LO probably needs some options which Inferno version don't
        support (--version at least).
        
        Change-Id: Iafdffede3337039dc95bb3d7d767d8622333de2a
        Reviewed-on: https://gerrit.libreoffice.org/11341
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2f33111510c87ca310fde346e223bd6e750b2248]

        abi#10076 RTF export: handle frames without a valid anchor point
        
        Ideally all frames have an anchor point in the maFrames vector, as
        provided by MSWordExportBase. If that's not the case, then we have no
        idea what would be a valid anchor point: just export those as inline, as
        we did before.
        
        Change-Id: I81134d9fb8dc4ca166084964d277ac02ceccde7b

2014-09-09  Lionel Elie Mamane  <lionel@mamane.lu>  [2e01b87378e78945791b09318135b36b16edf0aa]

        fdo#83656 mariadb C client library incompatible with newer MySQL Connector/C++
        
        Change-Id: I0d9cc98070c0b9379b1fd828ac65c2d32f83a93f

2014-09-09  Jan-Marek Glogowski  <glogow@fbihome.de>  [ddffb797904c5ae1a5ab3bc66eeb9bfc168a0148]

        Replace the whole content for copied documents
        
        If the document is initialized in CreateCopy, it already contains
        the initial empty paragraph. So we have to delete the content from
        initial document, as we're going to replace the whole content with
        the pasted document.
        
        Change-Id: Ie6a64dcb070f7d611dfde97f2c1a721834b4167b
        Reviewed-on: https://gerrit.libreoffice.org/10963
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [a685de59fce89ab77e1e03b0044621c3f43a00c3]

        fdo#75757: remove inheritance to std::vector
        
        from ApiCellRangeList.
        
        Change-Id: I29913e0e437c112640b08187f8bea6b1f0f1c17c
        Reviewed-on: https://gerrit.libreoffice.org/11349
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Daniel Sikeler  <d.sikeler94@gmail.com>  [62c0ff126a97df0601054fa15498ccccf96077f7]

        fdo#82994: Changed filterlabel of .ac3-files
        
        Change-Id: I7820656211e341e4d1e51821240a9319570fcffd
        Reviewed-on: https://gerrit.libreoffice.org/11351
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Michael Stahl  <mstahl@redhat.com>  [45582edd8dcbfba0c91c53dfd76a18ad06011721]

        oox: improve code formatting
        
        Change-Id: I16b1a80401369a8d78ea87a96daa3ee03d502e6f

2014-09-09  Michael Stahl  <mstahl@redhat.com>  [ba1ae835fa3629deb64b0a7a359cadc5aa0a9763]

        oox: fix 0-pointer crash in sd_import_tests
        
        (regression from 43efd9b40d40b791a2c2deedcac36b99f7efb2cf)
        
        Change-Id: Ib8ee521cf8142000cbd38a7475772cc3455f7357

2014-09-09  Caolán McNamara  <caolanm@redhat.com>  [3669242804e59c4e4d9f3db3d4e4534e223cbd78]

        crashtest: sep should be curSep
        
        Change-Id: Ic83165ee4af86d0ed0bc77505aae8f50cfc1471a

2014-09-09  Caolán McNamara  <caolanm@redhat.com>  [a29ece90621b2fef9126a6e9a976561ce5d1b461]

        Resolves: fdo#83251 menu on master doc insert disappears
        
        on releaseing mouse button
        
        Change-Id: Ia2f8da6e62d708744707b8187d5961fe12169eb8

2014-09-09  Stephan Bergmann  <sbergman@redhat.com>  [83c5102abfe4d3d003ffe68878beb29a29fe89b9]

        Updated core Project: help  70fc0dc34e884699f250091bebe4b9e2e858063f

2014-09-09  Stephan Bergmann  <sbergman@redhat.com>  [d968c28287c8ffbaf6fd6da3a5d872adc8e354b4]

        fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-overs
        
        ...from previous commit
        
        Change-Id: I945faa6215f971ce817c6450fe0786da0696091f

2014-09-09  Bryan Quigley  <gquigs@gmail.com>  [496bc3cd6c037360632c33471c4622a095cdcadd]

        fdo#45071 Remove Libreoffice browser plugin
        
        This removes ENABLE_NPAPI_INTO_BROWSER while it should keep
        ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	extensions/source/nsplugin/source/npshell.cxx
        
        Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04

2014-09-09  Noel Grandin  <noel@peralex.com>  [1d62f6a24f6160c33ad5c96f39b2ab3c918f0625]

        fix accidental removal of Java wizard code
        
        in commit 34bcf9b498bccb5c "java: remove dead methods"
        
        Change-Id: Id6d15248f0410a78afa803a72ba3ff0b6a8e7635

2014-09-09  Matúš Kukan  <matus.kukan@collabora.com>  [5681725f1a2535a13b86104d8b8a33f750f34efc]

        bnc#480256: OOXML import: unit test for table background property
        
        Change-Id: I97bf0bd1ea8cf8ece30a2fa328c5c7a8b0549a4a

2014-09-09  Noel Grandin  <noel@peralex.com>  [7ad83656484db970a9539f0fd73c387cda15d40b]

        fix bitwise->logic conversion in SfxItemState commit
        
        88a874fc "convert SfxItemState constants to a proper enum"
        
        Change-Id: I979d5a859f0bbfd8797bfc5ba4ce5497eb777fe7

2014-09-09  Tor Lillqvist  <tml@collabora.com>  [6492c8576e0393f7ee548cd938e84c80e8d37127]

        Make the "Mac-like" or "canonical" app bundle structure always used on OS X
        
        In other words, only executable files go in the MacOS folder. Dynamic
        libraries and bundled frameworks (i.e., LibreOfficePython), and
        nothing else, go in the Frameworks folder, and all other files go in
        the Resources folder.
        
        Especially, note that Java class files and rc (.ini) files also go in
        Resources.
        
        Such an app bundle structure is what Apple strongly suggests one
        should use, and it has been hinted that future versions of code
        signing and/or Gatekeeper will require such a structure.
        
        There is still some ugliness thanks to traces of the historical
        separation of URE from "the office". Like there are two separate
        "unorc" files, one for URE, one for the LibreOffice application. IMHO,
        this should be cleaned up, but is probably controversial.
        
        (Eek! I now see there are actually *three* unorc files in the app
        bundle. Not intentional. Need to fix that later.)
        
        Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606

2014-09-09  Matúš Kukan  <matus.kukan@collabora.com>  [43efd9b40d40b791a2c2deedcac36b99f7efb2cf]

        bnc#480256: OOXML import: Respect table background properties a bit more
        
        Only getBackgroundFillProperties() (fill) was used.
        Use also getBackgroundFillStyleRef() (fillRef).
        Also, do not replace table background color value with cell color,
        we have to interpolate the two colors (if cell color is transparent).
        
        Unfortunately, we don't use background table property in LibreOffice, so
        this seems to be a best workaround.
        
        Change-Id: I21bcc87a149c9f6d865ebee4012132ccc3a54af2

2014-09-09  Jennifer Liebel  <jliebel94@gmail.com>  [24077ffc063990f9de11c6819432219a59d809f8]

        fdo#82496: Change picture option by rightclicking
        
        Change-Id: I31fb1a1f89030610a9d11b9236e8cde22dbc0ca5
        Reviewed-on: https://gerrit.libreoffice.org/11332
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddeed05299f842a8dffe2222509459602a57ef79]

        Use boost::shared_ptr
        
        Change-Id: I488accb1fb7588d6b91a8406d78f5897c12b3548

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [e2e2b03b185639e72669b50b674e5feec5e706cd]

        vcl: Virtual functions do not work in constructors, avoid IsMenuBar() there.
        
        Actually, this cleans this up further - Menu is an abstract class, so make its
        constructor protected; which allows us to move the native menu construction
        accordingly.
        
        Change-Id: I774cf4ed0cd62b54074fa287d1a7192aced7efee

2014-09-09  Heena Gupta  <heena.h.gupta@ericsson.com>  [2be527134fc132fcb6d294b1863823064282f061]

        fdo#83428 Add test case for custom property dropped in docx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/11346
        
        Change-Id: I8afc0ae1351b4c8bb25f864040b99832b1bed3c1

2014-09-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [42a767dc196ca695dbcc9163f3175518086e97b1]

        semibold -> bold in Color Picker headings
        
        Change-Id: Ibd591ff43b0128eb8d7fb80468eb38ae68d187b2
        Reviewed-on: https://gerrit.libreoffice.org/11328
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-09  Peter Foley  <pefoley2@pefoley.com>  [666b9fb19d59480130d92f6272346608d5e52e09]

        Hide warning spam from collada2gltf
        
        Change-Id: Id772a8f4ca9f46f8a36dede759495e06c8e43732
        Reviewed-on: https://gerrit.libreoffice.org/11343
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-09  Peter Foley  <pefoley2@pefoley.com>  [7abf6861f96052de3b04424ba64b4ee07de35348]

        Fix help and showmodules build targets
        
        Change-Id: I096798159f4d3d59306be1b3843de1daca280f7a
        Reviewed-on: https://gerrit.libreoffice.org/11342
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-09  Andras Timar  <andras.timar@collabora.com>  [5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b]

        fdo#80098 make header of Search Result dialog localizable
        
        Change-Id: I16ec29e4f35f00e39d88dd334284db7bf051a846

2014-09-09  Takeshi Abe  <tabe@fixedpoint.jp>  [c45be916f63477e7cd8b0fe54fd6935acf1526e4]

        fdo#75757: remove inheritance to std::vector
        
        from BinRangeList.
        
        Change-Id: Ibfffceb583dc8a9c849aa4fd3eff56d73bcd5452
        Reviewed-on: https://gerrit.libreoffice.org/11336
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [9195fd3819197c14f6fc018483075c4be5bf85fd]

        vcl: Kill bIsMenuBar.
        
        Change-Id: I16bcb4be7fcdba6272f9f4a92d5c90c71dc431e8

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [ca455cd55efe9ad48b635f60363ea131b55e1eef]

        vcl: Move MenuBarWindow to an own file + adapt code.
        
        Change-Id: Id24711ad0a6fa6a0599fcc172c47f48fbe65183b

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [355267ba5885ad0a26ae1caa24460b89fff45b12]

        vcl: Move MenuFloatingWindow to an own file + adapt code.
        
        The needed changes included:
        
        * Move MenuItemList and MenuItemData to an own file
        * Introduce MenuWindow class for pieces shared between MenuFloatingWindow and
          MenuBarWindow.
        
        Change-Id: I129b6ddba6efb8f0cb60018a2d8abafed42552c8

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [047d2f953ada34ada593768766d3ea8a725f9442]

        Doxygenize comments, and move them in front of the functions.
        
        Change-Id: I03723d1078b7ba726c8cc94887ca854324e3f9d8

2014-09-09  Jan Holesovsky  <kendy@collabora.com>  [846c5a0d3f4a9c80d3739a79b942be4482428740]

        Fix indentation.
        
        Change-Id: I0fb904353bc79199d7df957cf756883e425c97eb

2014-09-08  Michael Stahl  <mstahl@redhat.com>  [5d0676066411f9f0d2061a89b97754aa09a0b9c8]

        sdext: check the copy on the stack, not the member
        
        Change-Id: Id8aaccf5fa31ad670215db61853bb729302b1fec

2014-09-08  Michael Stahl  <mstahl@redhat.com>  [53425404ae70bf365073cce2f5d576b769446c97]

        swext: use proper syntax for accessing outer class this
        
        Change-Id: Ie2d466b4e1a567d204b109208fce84842bea2a19

2014-09-08  Michael Stahl  <mstahl@redhat.com>  [420170c8ddc5b6f16ca44113e28f77653aa3262f]

        set names on some Java threads
        
        Change-Id: I611821d5f84b440ba542a8d62a374df7b505de15

2014-09-08  Michael Stahl  <mstahl@redhat.com>  [c4da2452149b6ccc07c8d74717f11665767bb210]

        spurious warning C4189 local variable initialized but not referenced
        
        Change-Id: I1162ad2b222445b61a3cc3c6314c74b1b11f5483

2014-09-08  Douglas Mencken  <dougmencken@gmail.com>  [181b1c0f7cfe6a26874705d64b5efe6ea93f6e93]

        l10ntools/source/export.cxx: improve style of code
        
        Change-Id: Ieef44da0ab8f2d33faaf8c32970bb9d33df6750b
        Reviewed-on: https://gerrit.libreoffice.org/11318
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [3fc1e691c5e14f3b7a2579b563188e814f731cf6]

        Resolves: fdo#83501 STR_QUERY_* populate the join dialog
        
        Change-Id: Id4cff969297009c9f9cd3323ac01c743b29ca6c4

2014-09-08  Michael Meeks  <michael.meeks@collabora.com>  [1f7e6bdd23600cf118b786bbeb869949c36297e7]

        fdo#82854 - cleanup & review bits.
        
        Change-Id: Ia5b2628adb62013a22cf6c5e384154c54abc2294

2014-09-08  Michael Jaumann  <meta_dev@yahoo.com>  [8e1a7034ff35ee825f3f8f22e14d93189149a1aa]

        fdo#82854 - use OUStringBuffer in fontdefs.cxx plus unit-test.
        
        Change-Id: Ia3a4814467ed98bd3b1889991cc3644c0c23f515

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [253b97cc353731dfec6fa6dc9923f34a946b0d21]

        missing imports
        
        Change-Id: Id569f55097cf513825b62225ec8861319b0a93cf

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [fbc634d448000089376cf5fbde4413093ea9ed2d]

        make this ctor of MessageDialog for the builder only
        
        Change-Id: Ic92f6e46164bdb2e15a0a23876fce5be10a73324

2014-09-08  Matúš Kukan  <matus.kukan@collabora.com>  [ae2efbf125052fad12ecb799ba45992c8ff56c2e]

        WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]
        
        Change-Id: I425b852dc983f7603fac88b5332650c61d9c6c3a

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [5f6b19760865d1f7720466416a69cc2d29f13b59]

        mediawiki options went missing
        
        regression from 34bcf9b498bccb5c924f4cec850ff15d88df6f07
        
        Change-Id: Ibd0645bd218c81da110b3704a530e3849b761fb4
        Date:   Wed Aug 13 10:08:31 2014 +0200
            java: remove dead methods
            found by UCDetector

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [9d4ed5737f2c6f73b02e5878cd3f8cc013443b34]

        don't make reason for exception a mystery
        
        Change-Id: I3a3a2273dc0f97931dd6ddfd9492d5a883448aa3

2014-09-08  Stephan Bergmann  <sbergman@redhat.com>  [7f96d6d5b6dfcb3970fefaca74f004fad071297e]

        Keep files of failing tests around
        
        (Arguably, such files should be stored in a workdir/CppunitTest/... directory
        removed and freshly created before every test run, instead of in TMPDIR.)
        
        Change-Id: Ibf1f54fd3d3f9c354c12067e671196e182ef7159

2014-09-08  Stephan Bergmann  <sbergman@redhat.com>  [4036cf9ede88a41c16e2b77483e07c9e3d58399f]

        Presumably, all numeric values shall be written as i4
        
        ...in 47c5454ea67632278d69a1ddfe97d74f5cc4449f "fdo#83428: Custom Properties
        dropped while exporting to docx," not just ones of UNO type double.  At least,
        that fixes CppunitTest_sc_subsequent_export_test's
        testPivotTableTwoDataFieldsXLSX to not write a "DocSecurity" <property> without
        content (and thus fail validation).
        
        Change-Id: I2d764e65ec2af61139c6564f644d27aa9a00bd7d

2014-09-08  rbuj  <robert.buj@gmail.com>  [c88eae0866b943e7c664819fadbf4d2c4f0c55a8]

        mediawiki: improve storeConfiguration & loadConfiguration methods
        
        * Use enhanced for-loops (storeConfiguration & loadConfiguration)
        * Use curly braces to reduce the variable scope and, to reuse variable names (storeConfiguration)
        * Avoid map.get(key) in iterations over each map's entry (storeConfiguration):
              for (Map.Entry<String, Object> entry : ht.entrySet())
        
        Change-Id: I678d5a9f205efb2c89ab868b59e1b654419381d8
        Reviewed-on: https://gerrit.libreoffice.org/11331
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  rbuj  <robert.buj@gmail.com>  [3bb05281cb980c01cde07b5412c2e4c440e4ab7d]

        scripting: if...else if...else Statement
        
        Change-Id: Ia60b352b4cb52d2712b2499550859ece699341d1
        Reviewed-on: https://gerrit.libreoffice.org/11322
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  rbuj  <robert.buj@gmail.com>  [1fba1feac46d808ce801e44f1f29234f7fb3a31f]

        scripting: the assigned value is never used
        
        Change-Id: I61dcf285ecc6d0affdb949ca03d686f96601d884
        Reviewed-on: https://gerrit.libreoffice.org/11319
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  David Tardon  <dtardon@redhat.com>  [ce53d3d2ce88a52eced91705c54a89dd51b05ed1]

        drop obsolete configure options
        
        Change-Id: I396998d66bbe4d46b6a19d9ccb3b15d127ead233

2014-09-08  Peter Foley  <pefoley2@pefoley.com>  [2114e88fc69c6c650ebe1a390de6117d58b10716]

        Make configure respect --without-system-$lib-for-build
        
        Change-Id: I64cb58e7980de8fdb23f5c0efa75c05a1f0aa904
        Reviewed-on: https://gerrit.libreoffice.org/11330
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [513a3a6a01679046d354f9acc75d98d9e97979db]

        coverity#704947 Dereference after null check
        
        Change-Id: Id6eb50de48b8a674d7b48d1256b1529637155eb1

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [d396d5b47876f47b51d3ba42861895e86831738b]

        coverity#1237357 Uncaught exception
        
        Change-Id: Ie116e0070792c59893ed0b4f41bcf9831400deb9

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [00212cdb3ee2bb0b4d8fb61a482a7f9f01c0a9b7]

        coverity#1237355 Dereference null return value
        
        Change-Id: I66956979c494f96f76eb0a7840f28c8edc91d816

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [2f27dd63d2c1dd36a1df898b72d1d4949ae8230c]

        coverity#1237351 Logically dead code
        
        Change-Id: Ia82d8d137c5f36cc48826cc851d6f00626e978aa

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [a30d5cd97336fc8f953fa54f6bfa885b659199a8]

        coverity#708008 Uninitialized scalar field
        
        Change-Id: I425b1d822d98cbc28a1d99b41379b0dc5d8e6193

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [da3ddf32d35f78ce8c9dce2719692570bc5d6034]

        coverity#1237353 Unchecked dynamic_cast
        
        Change-Id: If25d29eaa788e70972fd0cbbf3d03f4d05862f24

2014-09-08  Caolán McNamara  <caolanm@redhat.com>  [a7c378f59dc142fb88d65e6c1becaf1cec658bc0]

        return RET_CANCEL for ui-previewer
        
        Change-Id: Ic175ae730dc67ae28bb52ee503ee5e572bb4cabc

2014-09-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [46be75d73b534f88486806c7152cb2436894595a]

        sal_Int16 -> FlyProcessingState
        
        Change-Id: Ibbc48711e656a804a5ac6a5651091131bbf81c4f

2014-09-08  Stefan Weiberg  <stefan.weiberg@germandev.org>  [481cd6368bd1af2b4a51be57bcedfb8fc631bf0e]

        Related #82088: removed last css aliases in hxx
        
        * Only unfixed header namespace alias in
          ConnectionLog.hxx:
          LogLevel = ::com::sun::star::logging::LogLevel
        
        Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a
        Reviewed-on: https://gerrit.libreoffice.org/11333
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-08  rbuj  <robert.buj@gmail.com>  [34a68f0aa92de05123c1e951899c08eed5a55543]

        qadevOOo: reuse the value of entryName.indexOf(Left Parenthesis)
        
        Change-Id: I1950275af2a063db74fef326ac0dd4e555e5170d
        Reviewed-on: https://gerrit.libreoffice.org/11323
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  rbuj  <robert.buj@gmail.com>  [c9dbe53a4a3ccd4ad85354322e63c9e92c1c0dda]

        qadevOOo: remove import from the same package
        
        Change-Id: Id12bece6f1bba0591c3b311553df3fecec40e524
        Reviewed-on: https://gerrit.libreoffice.org/11324
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [e6b295e55d82f236206c24f5cf1dcc314c34b20f]

        fdo#83057 File corrupts on save, as SDT is added incorrectly
        
        A fly frame was attached to a para which started within a hint (run) containing an SDT.
        This SDT was handled while exporting the FLYFRAME and also the text of the run.
        So, eventhough the original file had only one sdt in the header, the RT file had two;
        one for a seperate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME)
        
        So don't collect SDTPr from grabbag if the FLY is not processed.
        As, the SDT will be handled when the run is exported.
        
        Change-Id: I7b3c94208c171afbec54467fd6b756a6e30c816b
        Reviewed-on: https://gerrit.libreoffice.org/11161
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-08  Stephan Bergmann  <sbergman@redhat.com>  [3bb2c23f5b03120f71ac8ed8f9a00b4d30666c82]

        loplugin:implicitboolconversion
        
        Change-Id: I6caec8c11fab5fc8f1318be676e4bdf5f9cdbac5

2014-09-08  rbuj  <robert.buj@gmail.com>  [b75c3bd0faf00112b26ee3e3e1ac572011d0c6e3]

        qadevOOo: All classes in the java.lang package are imported by default
        
        Change-Id: I10f87af6e8128354bfca3587dbd390e5d41f5ce7
        Reviewed-on: https://gerrit.libreoffice.org/11325
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  rbuj  <robert.buj@gmail.com>  [fa52447b24a833849d0be79487822c036b44554d]

        xmerge: Integer & Boolean Parsing
        
        Change-Id: I9553121a7faf10799c9d9a53336470cb2634c4ee
        Reviewed-on: https://gerrit.libreoffice.org/11329
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-08  Stephan Bergmann  <sbergman@redhat.com>  [889e27c16525f4c9da8bf43c976a2d0942473afe]

        codebase is not yet cleaned up for loplugin:cstylecast
        
        Change-Id: Ic2faece46bebea046eee984a0d53d9cd2892e0c9

2014-09-08  Douglas Mencken  <dougmencken@gmail.com>  [06622ec4baa6a7f4a4aa194e5ad9a6d01be54ca8]

        l10ntools/inc/helper.hxx: bin unused header <cassert>
        
        Change-Id: Ib2c43d9b158423c023a5bfd4da324554aa04902e
        Reviewed-on: https://gerrit.libreoffice.org/11316
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-08  Douglas Mencken  <dougmencken@gmail.com>  [5aeb852efcabdd51545d5d41c92f4bf3cef1d663]

        l10ntools-transex3: make pParseQueue field private
        
        Change-Id: Ieefed6e939e12b668a635eb8d7e70def2d52a85d
        Reviewed-on: https://gerrit.libreoffice.org/11315
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-07  rbuj  <robert.buj@gmail.com>  [72510082086d66647cd68c76afcc47255bc5da4c]

        javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)
        
        Change-Id: Idd1d92699cab0ccb26b95e9d5392c6fc7a8a2aa6
        Reviewed-on: https://gerrit.libreoffice.org/11308
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-07  rbuj  <robert.buj@gmail.com>  [da3b039d41298b2c85ccf632577eb0e5699c76b8]

        reportbuilder: fix javadoc error: reference not found
        
        Change-Id: Ic548a23a9d1e1acc90386da76416c76990f3a5b3
        Reviewed-on: https://gerrit.libreoffice.org/11309
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-07  rbuj  <robert.buj@gmail.com>  [4d6bd06c3317ca6b5a4b873d523ead798cb825d8]

        scripting: there isn't any benefit by reducing the scope here.
        
        Change-Id: I73ebfac7b44d3fba7da70788784492fa3c53c572
        Reviewed-on: https://gerrit.libreoffice.org/11312
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19be6cfc93eb4f7d0b4440c42f698805294fb881]

        prevent crash with invalid XVisual, related fdo#80448
        
        Change-Id: Ife020e3cbfabf0b397b189c17ffec8cbcb5d1505

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eaca12bdc9c8cdeaf05fec53743456148bfd88f0]

        add test for cond format copy&paste whole sheet
        
        Change-Id: I6e15bec2e1a2593b965df4c105758dc4bf22061f

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14574226846ece3ccefbba14c55e1f15c0d5707c]

        rename the test
        
        Change-Id: I5c72782d90dbdaf1320f1685b530aed49ad80f18

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fc788312b52678f9d4b658bf235091c55241337]

        fix copy&paste of conditional format between sheets
        
        Change-Id: I8856bff376f0f6e366062eddbc68a9eee098be5b

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f0b0c7a23f2d36437d845b7f53defe25dfe8cef0]

        add test for duplicated conditional formats
        
        Change-Id: If6d24cba87eebf6ddbb0d5392d653890ff99ef04

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2111e6b15b7a2ee3849d48605f3d6507463028b]

        that additional debug output for neon is not necessary anymore
        
        Change-Id: Iece8182517a396587678f2e5ff9ffaeb82ec428f

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88ba4a11628cd12b3ced06a6f5a81ee3c3f40cb5]

        prevent duplicated conditional formatting during copying of sheeets
        
        Change-Id: I866c0c4c05830af0070767aec36375a846a2bf84

2014-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1abe49fd0c32863e8c00e3a6aefe9b5e83a8a160]

        fix indentation
        
        Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1

2014-09-07  Julien Nabet  <serval2412@yahoo.fr>  [0d751ad3e58722dda7a71ca7fdd29a2671134dbf]

        -Werror=unused-variable
        
        Change-Id: I73274d0226999f0f6d8bd681a522ba81d14ebe3e

2014-09-07  Heena Gupta  <heena.h.gupta@ericsson.com>  [47c5454ea67632278d69a1ddfe97d74f5cc4449f]

        fdo#83428: Custom Properties dropped while exporting to docx
        
        Change-Id: Ic289fc446e49fb096cbfad789299736318019e91
        Reviewed-on: https://gerrit.libreoffice.org/11265
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-09-07  Julien Nabet  <serval2412@yahoo.fr>  [1b02831d802ab8327a4b73528c7200289f2a0279]

        cppcheck: Logical disjunction always evaluates to true
        
        Change-Id: I527c010a49210ccaa4840ea142525643944b642d

2014-09-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [76c0d0abc89cd8948706083c2660b71a2dad670c]

        RTF import: adapt getProperties() to createStyleProperties()
        
        Change-Id: I8561aa1532a863bf7f8dd44fbd40e8e0187e4967

2014-09-07  Noel Grandin  <noel@peralex.com>  [ed75aa271956824c89b7c9df2c06e4ad09a74734]

        create clang plugin to warn about C-style casts
        
        We don't like C-style casts in our nice C++ code
        
        Change-Id: I94e7ec90de9275cd6e20c4146d4f3a74bed93c9d
        Reviewed-on: https://gerrit.libreoffice.org/10367
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [5ca2d1e26513095670b3fd2dce6a464a415cab89]

        more accurate typing
        
        Change-Id: Ibccf8c5cf520b79da0914eccbebdbb68601dd0f1
        Reviewed-on: https://gerrit.libreoffice.org/11314
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [aa454b228cb96920d63456be4f920aca1fe3b60e]

        AUTH_FIELD_END looks like it is made for this
        
        avoids mucking with casts and allows more accurate typing
        
        Change-Id: I968a2f7fcfa5534947102918125b095ca3b4a66c
        Reviewed-on: https://gerrit.libreoffice.org/11313
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [dd2abe04a8891bfc5e1b8bad87af60cf4c012010]

        push explicit cast to minimal expression
        
        Change-Id: I33879aa7724703745728128e59735e5d16aa2a57

2014-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [40f164a2b86b8f266f1a47130baec09f95d3c56f]

        microoptimisation: no need to compute string length to test emptiness
        
        Change-Id: If5093bca0e16e0f631c8cd1a7f4dde8bbf7da077

2014-09-06  Stefan Weiberg  <stefan.weiberg@germandev.org>  [9c6e517a77d4453d6c653df98e82c0db8da33d81]

        Related fdo#82088: dropping aliases again :)
        
        Change-Id: I41f6472423b60e3699ed6158cc5eccb10de1538d
        Reviewed-on: https://gerrit.libreoffice.org/11295
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  Stefan Weiberg  <stefan.weiberg@germandev.org>  [35354e6ceffc580ef2d9d817e5bbbe1417b63250]

        Related fdo#82088: removing aliases in headers
        
        Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e
        Reviewed-on: https://gerrit.libreoffice.org/11294
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  rbuj  <robert.buj@gmail.com>  [4464ada02f5dc41bca98abd3d9413cc06d401c6a]

        scripting: fix javadoc error: reference not found
        
        Change-Id: Ife7bbd704211dd289b6066d541bd4ae0a1788ebf
        Reviewed-on: https://gerrit.libreoffice.org/11307
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  Noel Grandin  <noel@peralex.com>  [5bce32904091ffe28884fd5c0f4801ee82bad101]

        SfxHint: convert home-grown RTTI to normal C++ RTTI
        
        Also note that I fixed a bug in SvxFontMenuControl::Notify
        where the if statement had the check the wrong way around.
        
        Change-Id: I611e8929c65818191e36bd80f2b985820ada4411
        Reviewed-on: https://gerrit.libreoffice.org/11147
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  Matthew J. Francis  <mjay.francis@gmail.com>  [10143717834d8401d85fdf9564e782a58b9983ec]

        Make OOO_EXIT_POST_STARTUP behave more nicely when blank
        
        Change-Id: I28bc8027908225d78c9543f3813d3bfe3818451d
        Reviewed-on: https://gerrit.libreoffice.org/11264
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  Matthew J. Francis  <mjay.francis@gmail.com>  [e7c5c58177e96635bc89679d191d9e9e2f16f8c6]

        fdo#56562 OSX: Update URL in Writer title bar when saving .doc
        
        Change-Id: I839ee3fd76d9c5666dd7f82cba26596c80ff2602
        Reviewed-on: https://gerrit.libreoffice.org/11106
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [321d7ec2071472b3765a00806715e7ad9f8a306f]

        fdo#82078 RTF import: fix bold text spilling over to non-bold text
        
        Regression from commit 41890bf714803969515578b47e63fa9730ea7090
        (fdo#54473 fdo#57133 fix RTF import of character styles, 2012-12-04),
        the problem was that the style undoing magic introduced in
        1be0a3fa9ebb22b607c54b47739d4467acfed259 (n#825305: writerfilter RTF
        import: override style properties like Word, 2014-06-17) was not used
        for character styles.
        
        Change-Id: Id31cfd5574a83bcf2895f0c2fd496fa60791cbb3

2014-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e6221f114ba4422caa79f38ee0a20fb8a8931cd]

        clang does not like gnu++11 that much, use c++11 instead
        
        Change-Id: I82c3a4da388cf436ba4f5380c5833a451e28cfd5

2014-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3deacd971b843a752ddf456916209f52c9aa992f]

        How the hell did this survive 14 years? Kill it!
        
        No need for a ugly static variable that just causes pain.
        
        Change-Id: I751f58a5dcfdeaa7bfd61f32ccbc13eaaf827632

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4b91fc7230124120cf47f75c5197c5bd0c29c7f]

        Fix build: narrowing cast
        
        Change-Id: Iebcc89019dc5c482ab00743071002e2983e65469

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [0a26e27d789736f87607435b9df3206274f0a363]

        sal_uInt16: use more proper types, avoid unneeded casts, constify
        
        Change-Id: Ic30441307eaa391868ffbb85a67d1c0327258084

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [ba0498a696423036360f51b15f9e21f180c7dedf]

        Use more suitable integer types, avoid conversions, constify
        
        Change-Id: I6b7a3b763ea3e2dc6d327c61668fa413fbc60a07

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [aaa5ed55b1c66888ad62951baaa2559d0f1bff87]

        No need to differentiate between 1 and 2: only !=0 matters
        
        Change-Id: I981472a0b33c6f35f87d891fc7b70c92e621bf95

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [bce2c9d473dde0114d81d15a6fb217ae71669092]

        Reduce scope and avoid casts at each call-place
        
        Change-Id: Iade7f5e174b74ea156c0e0bafc5c7c72e4b86dbd

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f8a26668e559f3fd4c7699c3ff7acfa3f8f604c]

        sal_uInt16 to more proper types
        
        Change-Id: I3728f29e6cb869b3b5e27afd2c1dcdf857fd96de

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [a219bbb62f974020fac0799143fbc51c385bb460]

        Simplify by early bailout
        
        Change-Id: I9815ced0495f3066f8b6477794f33bbd77c613ca

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f9f11d4a3d5eb489b4c112f2c41af91136adc89]

        sal_uInt16 to more proper types, group a test into a bool
        
        Change-Id: I4763e1dfd3d674d36063bada83373a6e45c97303

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [4f31a00fd0bec1e083d630e3a642e451f8f1f714]

        sal_uInt16 to more proper types, constify
        
        Change-Id: Ic587040d62eb02cc2e1907eee2190e0af95d959d

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [7ea772887bee9dde7aeb6fa3673496c7b44f525c]

        Use arithmetic instead of while loop
        
        Change-Id: I35738f09ec562815f74643a547505efb6d9a0bfe

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [bbf64c7802ad729082434abb03a5851b5e6b3bb0]

        sal_uInt16 to more proper types, constify, avoid unneeded casts
        
        Change-Id: I6e7d2c9861e9e004a48595d77b919c37409142f1

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [dab5d58acc983c6234bcd2975eb0e8678608743e]

        SwNoteURL: remove Count and GetURLNote, used only internally
        
        Directly access data member and switch from sal_uInt16 to size_t
        
        Change-Id: I8544463dabc099aa94ae0281e636dbf7835c23b4

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [bdf00bafb4bf6d5cc135c28c78cc740543eca309]

        Simplify by early bailout
        
        Change-Id: Id6697760f6037f3a11d5b72d1727e48fb3ec6b56

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [55e866c5c1018b28a55bd8383677de61fe582a90]

        Remove unneeded cast
        
        Change-Id: Ia5ed84488d14e6e779d62e9903c1350b703ad3c6

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [043d405472e650e777d4f21eab34de6f00e3a1ca]

        Use for loops and more proper integer types, constify
        
        Change-Id: I3d4dc54f4178b5607dc75352696228410d08e38e

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [04ee8ea4bd129fada31f91d7fa4784eab12894d0]

        Remove unneeded local scope
        
        Change-Id: I51fe6e130006fdca547abe99a44117f710d1e776

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [c49faa1447801a885fd0c25910a4a5d7ea24ed77]

        Use enumeration directly
        
        Change-Id: I5b537bb863eafa9e508c7298c611b0d1c0145d77

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [a048b088819442ef1c437c6ecd8904a690b254f2]

        HasKana() can be private
        
        Change-Id: I6c26cbf71214dbd307291fdbb63dd3af74a3a4e5

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [bc3b71a93edd2ee57b6b01f41094705bcb6b3830]

        sal_uInt16 to more proper types, constify
        
        Change-Id: I2924f1f8c6ac0e82340293f92656541ffecbcf24

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [e24a3daf040410bd9fb2eb6cdd7095a659427441]

        Use more proper types, constify, avoid unneeded conversions
        
        Change-Id: I7f1f587c39b9221363e90aea2cf7ed468ce5aac0

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [dc925031190414ecf0fc09afb5b7e2ecfe7df95e]

        Use more proper types, constify, avoid magic numbers
        
        Change-Id: I15d0fd7de815398ae7323209c5e1d3613b722401

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [698ee302a289c1cd5581b4415f06ade8af448c0e]

        sal_uInt16 to more proper types
        
        Change-Id: I2ad19b46825650f448f921e2bbc1b71ec6314be8

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [e510bd6362d748bb7347fc3e487945fad852195f]

        sal_uInt16: use more proper types, avoid unneeded conversions, constify
        
        Change-Id: I1ee108cca17964e20a9cd780d07f8912d6828fdc

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb93afeafa9671d33eb6e20188d4599e3101bb35]

        Cleanup some core-case loops left untouched by my previous commit
        
        Change-Id: I0e9575a5ed5e2a4aebe112bf41fb07f179b3f411

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [4d8701537f444b57d6fad085ad325ef64310b784]

        SwSortedObjs: Count() to size() and use size_t consistently
        
        Change-Id: I80fa39e9790a0dfff9d4afb534be119eb593b60d

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [7b1989ca671b8a736960433563a828139f0bdafb]

        sal_uInt16 to sal_Int32
        
        Change-Id: Ib254f645718e461648a28ef0a9e0875a077b32f6

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [e5d9bbbc6bd2ca792d38d6bd137ddd801686ddda]

        Reorder data members and initialize all of them
        
        Change-Id: I42cf63602fa5f15d199fc70e9c343f481e8668e2

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [55f44820f266bbba97f142a67af73f3b437e34af]

        Avoid temporary OUStrings
        
        Change-Id: If178bdbf13bbea3eb810267f207855bf6e2a6bda

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [72e7a1c2113ee36e3fc50589f3263ccd884ea1b2]

        sal_uInt16 to sal_Int32
        
        Change-Id: Ie88f25149e12fecb4f932954ddbe7adc868acfc2

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [fe2b2be9da0c34eb644fea57522c7dae1eab18aa]

        Improve readability by early bailout
        
        Change-Id: Ie6616f886d58c756df10ae917ced07c82cae7f61

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [43bd90abe847d75de9cdfb94ad99b43aeb7bfbe1]

        Avoid lookup table: just one single special case
        
        Caller uses indexes from 1 to GetFormMax(), that is AUTH_TYPE_END+1
        for TOX_AUTHORITIES and is smaller (23) that the number of entries
        in the lookup table (30). The index is compensated for this offset,
        so that the following check for special case AUTH_TYPE_WWW is
        correct, but no checks on maximum value are performed since it
        should have never reached the last special item of the table anyway.
        
        Change-Id: Idd85e509da1e8ab4cdda0070f513c4e07008d410

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [80a8509b896b370a34799f36a1ee65e7b8af7291]

        Reserve vector capacity in advance and avoid copying it
        
        Change-Id: I98d1d6fdf6c4646486a751c34e79bddf771b83a9

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [b5bd7e607adc4478bf2d9edb61c90d5b43554294]

        Reserve vector capacity in advance + minor optimizations
        
        Change-Id: I04eea6825c02ea0c076b525e58a1dc86dd290b64

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [0bb1d92c009d940be3b08ed1d1383b93d648eba5]

        Avoid copying containers for local helper functions
        
        Change-Id: I9ba47e8a53a37cbeb2e8d0e197094531edbaeb4c

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [6327919bdf11fa781e2dab205cf9d5d728d89437]

        sal_uInt16 to size_t
        
        Change-Id: I64bc6daa0585686c4d337a5c32ed7009b96fae0c

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [f8d63eb17343118bc6396776c595c78dda375d11]

        sal_uInt16: use more proper types, avoid downcasts/temporaries
        
        Change-Id: Ib76af3f664dc259e8596d33492bd078c9e4536bd

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [120486c83f26ec2119cde8e5f66e8921f39dfb52]

        Group some more common code and reduce casts
        
        Change-Id: Ib2f23f098377a07237cdba973edd8e854db05625

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [80343757c6e1c732c2abbba4528f23e6c1e6ec58]

        Make GetDefaultFontHeight() local
        
        Change-Id: I91dad2b1f806a1b7fab823e590ff97121ad5db31

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [68624d94538cc43991df5dc8311bbc332cdc9a56]

        Avoid unneeded downcasts, constify
        
        Change-Id: Iefd16f2b1d03a0fcd4745d3dd5622f189f1d4492

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [8cb128868685857e52b262c05d7a04bebdfe7efb]

        sal_uInt16: avoid unnecessary casts, constify
        
        Change-Id: Ia9bf83054d08d73711bb3f6e83d316ff55e4798c

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [b65e9c65c5a852d9b0eec8302dc5bf0bcef8bf84]

        Group common code into a local helper function
        
        Change-Id: Idc81a30787d09fb8008355251aad282df981cbbe

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [5a7b392d004fe69afe3378a11458e2164ecd4106]

        sal_uInt16: constify, simplify, avoid temporaries
        
        Change-Id: I4eaf9910eec073fad5dac6722661383253912c10

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [26ec2061fa3d96f1b1c77beab09537fb2f69f87a]

        sal_uInt16 to size_t, constify, avoid temporaries
        
        Change-Id: I1208f1e98a0ee09263babeffa7554e94ed455434

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [507cc73f1fa49eb23e8e52e67add69885f6b7972]

        sal_uInt16: constify, avoid temporaries, reduce scope
        
        Change-Id: I8033385b5edd6baa7b64ef77ca242d76f6bf30f3

2014-09-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [da44e4cce8061b57afdea51c4ea9b53b6e9355a0]

        Use size_t consistently, constify, reduce scope
        
        Change-Id: Ie5de70645becc5ac584f1b3ffe6048969d2a19a9

2014-09-06  Caolán McNamara  <caolanm@redhat.com>  [37f8ed8daf19bf536857640e4961a188fb1b723e]

        DockingWindow LayerDialog appears unused
        
        along with SID_LAYER_DIALOG_WIN
        
        There is a seperate normal Layer Dialog, but no
        apparent way to create this Docking Window
        
        Change-Id: I57b6928c14586f48cdf5e3e7588b6aa8560ecec1

2014-09-06  rbuj  <robert.buj@gmail.com>  [dbc24b1ff71a8da7e23e9c1657492fb3c8a66de8]

        mediawiki: if...else if...else Statement
        
        Change-Id: I3722aef2064e0878ac9a1b1f835d20f507f178af
        Reviewed-on: https://gerrit.libreoffice.org/11299
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-06  rbuj  <robert.buj@gmail.com>  [7dbd88a070f20c56dd60162f9e7073bc114aaa86]

        mediawiki: use contains to check if a string contains a substring
        
        Change-Id: Ic98d295bb56c5466a388930b6cea403d6307b850
        Reviewed-on: https://gerrit.libreoffice.org/11298
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-06  rbuj  <robert.buj@gmail.com>  [add27e4e3bc59fdfb572404f3ea0a0a76638638c]

        mediawiki: the assigned value is never used
        
        Change-Id: Icb2c4477b96c6bab9004b9c7ead2272b86e78dfb
        Reviewed-on: https://gerrit.libreoffice.org/11297
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-06  Caolán McNamara  <caolanm@redhat.com>  [0a8bf4b534775bb64e6baa228dce881c5c0d65a5]

        FloatingWindows are no longer loaded from resource files
        
        Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151

2014-09-06  Caolán McNamara  <caolanm@redhat.com>  [5ae49477396c1a0d7dd2d387bf46ac8c02cbeb53]

        Window::GetType returns WindowType not ResourceType
        
        yikes!
        
        Change-Id: I5aba88fbc1e452c85fb4a75260bc3518bdf5facc

2014-09-06  Caolán McNamara  <caolanm@redhat.com>  [13bbb6f56d49bf891f6b6f075c1d75100fbc1a63]

        convert floating RID_TOOLBOXWINDOW to .ui
        
        well the dialog itself and the top toolbar, the
        other toolbars remain as resources as now
        
        Change-Id: If2bc5b2c108af0efb88fb018896806531cdafe60

2014-09-06  Caolán McNamara  <caolanm@redhat.com>  [3c24537465a90e59a714c88e3f672f0786ecd573]

        Updated core Project: help  8b3f1eb34638d512b8dbe3e426e28bbf50439e90

2014-09-05  David Tardon  <dtardon@redhat.com>  [114f3b83b9f850abf57f86836bbc579c4d41aaca]

        drop binfilter formats
        
        Change-Id: Iab1f526cfedf9a9f560b5d3e6dcd467dd178b508

2014-09-05  David Tardon  <dtardon@redhat.com>  [2da5d3e555f75240331297cb3f334212ce7839c4]

        also look for import libs in launchpad
        
        Change-Id: I584d612063c9aa6fe472a1f829453511f94a1dbf

2014-09-05  David Tardon  <dtardon@redhat.com>  [79a3d6d671055c9de1359c074b6c8b31536e51c9]

        look for more apps in launchpad
        
        Change-Id: Ie08099d09fd9852c0292a9e0457cdeff07881d4d

2014-09-05  David Tardon  <dtardon@redhat.com>  [9a8281bdeb9dad571de33fc83ad82ff62a94244e]

        move the list of launchpad pkgs to a var.
        
        Change-Id: Id8fed4516069e86b2fbee053e6681e145fdd4336

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b4fba549ccf3ab92f2096d7b5e0961e5619158c]

        Use constants for the remaining ST_Jc values
        
        Change-Id: I144b3d7d99fd5d5028e2a04c17bd81fec7182f09

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [614b31615e69b527e669635245cf59faf9c9e2fc]

        Use NS_ooxml::LN_Value_ST_Jc_{right,end} constants
        
        Change-Id: Ifee3d97fb9a3037baeb838a676ff753006b7c861

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [99987e325b931fcceea2e587255a01a8ae571191]

        writerfilter: fix out of bound array access in ST_Jc's "both" case
        
        Change-Id: Ia9d5e0b8e0685fdf5a9bbcab6a0797af12073a53

2014-09-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [5a107d3fdc069fdf95b7ab9a24fd84accf4160ae]

        Fix moving out-of-bounds draw / fly objects
        
        Actually move the object in the right direction, if it's outside
        of the document boundaries.
        
        Fixes the mysterious effect, that negative y-offset in fdo#80926
        changed the objects x-offset values.
        
        Change-Id: If88cf2a07fb44537b2e047e77c5e009664db94af
        Reviewed-on: https://gerrit.libreoffice.org/10975
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [8a798ef5582e91ca51ffc835f6b8c8521bee3174]

        Some minor MM related refactoring
        
        Refactors some code of SwFEShell::Paste and
        SwDBManager::MergeDocuments to make it more readable.
        
        Change-Id: Ifd78d6a44fa78eaf1f4fca63f4bbd3ee43ca129d
        Reviewed-on: https://gerrit.libreoffice.org/10965
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Jan-Marek Glogowski  <glogow@fbihome.de>  [01e5ff37499d115e652ddab793488a54174fb4a9]

        MM: fix workaround for single paragraph docs
        
        There is already a workaround for pasting a document with a single
        paragraph by appending a dummy empty paragraph to the working copy.
        
        This patch removes the dummy paragraph from the target document.
        
        Change-Id: I288d35264bf6f1a5f92c50d6a309e3bdd4ab5836
        Reviewed-on: https://gerrit.libreoffice.org/10964
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c5b20ca6f853c211b3b248ab5ae032ef6c8d7fe8]

        Updated core Project: help  1d8274ccfc08372155cef732498580e770eb412a
        
        Fix fdo#80435: help pages for Calc new functions
        
        Quartile, percentile, percentrank, rank.
        
        Change-Id: I0cbc75a1f915898839223ab72be471926ab025c4
        Reviewed-on: https://gerrit.libreoffice.org/11142
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-09-05  Takeshi Abe  <tabe@fixedpoint.jp>  [c0e378312cb18b1f783a6971c61b5d878e1d7538]

        fdo#75757: remove inheritance to std::vector
        
        from PhoneticPortionModelList.
        
        Change-Id: I0972bb1bac93e86cb73b9e03af11a84b06e177be
        Reviewed-on: https://gerrit.libreoffice.org/11269
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Katarina Behrens  <bubli@bubli.org>  [a784c33fd48eeb3394dc63610e384cf866233093]

        fdo#82681: return IsUserDefined w/o negation
        
        when the predicate is called StyleSheetIsUserDefinedPredicate
        
        Returning negation thereof somewhere, somehow, corrupts one of
        SfxItem pools. Thus, invalid read happens and crashes Impress
        and Draw.
        
        Now the loop in SdStyleSheetPool::UpdateStdNames does nothing
        (it iterates through user-defined styles, but its body does
        something for non-user-defined styles), so more investigation
        here is needed.
        
        This is partial revert of commit 3440766f0ad43454287a874b5fd34b6f2af6bdf1
        
        Change-Id: I06f0da320c49674dac2adf43b7c374babbdadb57

2014-09-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a2762333bc052212b44200adfe553e46b83e53d2]

        fdo#75757: remove inheritance to std::vector
        
        from ApiTokenVector.
        
        Change-Id: Ie924e0e01db74b925a7f6063f8ce7fd952d04381
        Reviewed-on: https://gerrit.libreoffice.org/11290
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Björgvin Ragnarsson  <nifgraup@gmail.com>  [247f87bc08e2f71e44d8f7f9af791e9288714985]

        fdo#81592 Use 24-bit color depth, not 256 colors when converting an EPS-file.
        
        This regression was introduced in f5c3f5601a3739dead635f9abc446951b385018f.
        
        Change-Id: Ica48732398cd5d225b433b177ff6e6fff649e732
        Reviewed-on: https://gerrit.libreoffice.org/11268
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [cca4e4704f52f3fc81b49ff3be698da1245f903a]

        coverity#1233486 Unchecked dynamic_cast
        
        Change-Id: Icc4faeb5597267c04591e8d68ec429344d5bd126

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [0065cb5d48033517ea276ee3a64ea754cca615a8]

        coverity#1233485 Dereference after null check
        
        Change-Id: Id862a827cde1492aa6e78f20ab5bf78e405c5dd9

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [32ffdd367f5ef9e9af747bda9d46e90997a95e19]

        coverity#706495 Uncaught exception
        
        Change-Id: I36a48a72e9ce305c62d9a82c8d1fbfc2ad403068

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [962f01c3750be3b4309232789708cb7982ced591]

        coverity#983652 Uncaught exception
        
        Change-Id: I72f298c5cd0476d6e0cbf3ffaf5fdf5cd143a21c

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [b1a5a7e2be619be2d52094eff6802f0ef5470ca4]

        coverity#706497 Uncaught exception
        
        Change-Id: I6c2acde8c47f6f2c0b65b228737950a1d8972f8a

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [3f026077dcdee5118bc42114fd9343e4a8a4b477]

        coverity#706498 Uncaught exception
        
        Change-Id: I99a5ccd930d231324b5a35fedd70320e02e358af

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [149c7ac26a97c96574fbbd86225d1486cef13417]

        convert floating RID_SVXDLG_CONTOUR to .ui
        
        Change-Id: I5c441f6d4fccb771a0b2a4a1315497335ba8f81f

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [8b4c5348a31f52dd69f5611897aeaf1551a8da09]

        Updated core Project: help  a142ecbf720d2dbdf1930f5c2ba958a90df5b056

2014-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [4233cba407b62629be202daa3cc37c9d16fab7cf]

        document oddity by comment
        
        Change-Id: I4c4637c9b1ae7329b9872da74dd8542b2fda5dd2

2014-09-05  Eike Rathke  <erack@redhat.com>  [5cb685d9e248f810e00a0a8617ebb04dcb7a5334]

        parseExternalDocName() also for ConventionXL_A1::parseAnyToken(), fdo#83481
        
        to make 645bccf7a5b91d794d387286deca583ea41f3516 actually work for both,
        ExcelA1 and ExcelR1C1 address conventions.
        
        Change-Id: I5392dfb6a8ec6af784957181c722d519921fc065

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2248aaf58a89e446a1e707254cb40905a6411305]

        std::set::find() is faster than plain std::find()
        
        Change-Id: I11ca9474e4b6b751f0348b78b53abaa81682eaa6

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [f572a13c374435ae5f1d3f47d964e1eece20ae8e]

        CppunitTest_sd_import_tests: missing DoClose() call
        
        This leaked two files in /tmp during every run.
        
        Change-Id: I8dc0574c210925fa5d6704ffad9c106186a50151

2014-09-05  Eike Rathke  <erack@redhat.com>  [02969a1446fa107813cd138ef4053bed1bedb16b]

        don't use OSL_FAIL in new code; in this case use assert instead
        
        Change-Id: I67e96a4a394429045655d33825ce77664ff6dc9b

2014-09-05  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5bc9fdf51d4ca545371b4e610858b73d076350f6]

        fdo#57929 Toggle absolute/relative of external reference
        
        I don't know how to get ScDocument pointer of external file, so this
        patch bypass file name and tab name to toggle only row/column reference
        
        + Adapt code according to address convention
        + Detect quoted text during expand
        
        Change-Id: I318e59a1e3791728b3a8095ee8f987cc2ab6f224
        Reviewed-on: https://gerrit.libreoffice.org/11218
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-09-05  Matúš Kukan  <matus.kukan@collabora.com>  [1444316d320d32ef3da1bfe5dcb6805e2e65cc08]

        gbuild: Framework for performance unit tests using callgrind
        
        Run them with "make perfcheck" (toplevel or in a module)
        
        To add a new performance test:
          - Add it as a perfcheck target
          - Use gb_CppunitTest_set_performance_test
          - Use CALLGRIND_ macros from valgrind/callgrind.h
            http://valgrind.org/docs/manual/cl-manual.html#cl-manual.clientrequests
        
        Change-Id: I67c776dbe4db0a686607efeee7a7e4f3aeae0e5c

2014-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [845fb7bf6753ec9582d0b1d1c9b4276aa9e6c65e]

        abi#10039 RTF export: support page-anchored frames
        
        Change-Id: I71c961799f76446cdf24faeba86f881ae02ffe3b

2014-09-05  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [645bccf7a5b91d794d387286deca583ea41f3516]

        fdo#83481 Correct syntax for external references with all formula syntax
        
        Change-Id: I99ea9f026b95d36f6335414c46f332f5ba7cf235
        Reviewed-on: https://gerrit.libreoffice.org/11286
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-09-05  Caolán McNamara  <caolanm@redhat.com>  [5fc238d11e939064a70573ef93939af49a241b20]

        convert RID_SCROLL_NAVIGATION_WIN floating window to .ui
        
        Change-Id: I92d13856fc4d206323d5517a8a48671bba683fec

2014-09-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [67034cb6689645cf8eed497444ea4b1ba7ca3848]

        mariadb iconv dep apparently is only for Mac
        
        Change-Id: Ic49fa8c62eb7ce01e4488bc32ef9167a9b77662d

2014-09-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [cee813ac6e24b73879312b43695b92fe77b34444]

        fdo#69162 avoid crashing on Accellerator in poorly initialized context
        
        Change-Id: If3446ae33f2c2e737acf56bb523519e7b9d9935e

2014-09-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [dcbd4c636b26a3a521895e423546597e9decf45f]

        yet another overrun access of an empty OUString
        
        no impact in release build but triiger assert in debug
        
        Change-Id: I037cf127ff55c03dbc5e151d1373cfb4f6219848

2014-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [6a3ae6efacecd2aabe5ff0266b1f8b29a45d8ba2]

        revert part of commit unintentionally pushed
        
        Change-Id: Icaeb0292d06e4ef88e91b0520ee6435769ed45eb

2014-09-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [f73ea84b55c3d93313a3f8ccaed9eecabb808131]

        Fix MediaDescriptor.idl for TemplateRegionName
        
        Clearly Cut & Paste slipped into this file.
        
        Please review the correct content for TemplateRegionName
        
        Change-Id: Ic3c896f13c204f28a231e442d3dd68a4b33373f1
        Reviewed-on: https://gerrit.libreoffice.org/11282
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-09-05  Jan Holesovsky  <kendy@collabora.com>  [6341628054019298ced4ed23dcf7962a47e594ea]

        svx: Update the README wrt. the SdrObject(s).
        
        Change-Id: I3803b46a999a0c796b5cbc3da9c39c67d608bc0c

2014-09-05  Jan Holesovsky  <kendy@collabora.com>  [3e8cf5c409af7651e49079ce8b1c272f82c96aa5]

        drawinglayer: Improve the README.
        
        Change-Id: I40ae115a03f1a289c940f9f96e3d496d1eba1a48

2014-09-05  Jan Holesovsky  <kendy@collabora.com>  [9fb82a17b1d77b6c7310e0e38e1f914bf7906e89]

        Fix emacs modeline.
        
        Change-Id: I56aa8c6e5da4d682a932af4e57404a870c13c231

2014-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [393644a99fea314a5e8672c026cbe5752d9741eb]

        brown paper bag / fix build
        
        Change-Id: I0218e9e9cbfa915e94ac7a510486b8123c7e46e2

2014-09-05  Stephan Bergmann  <sbergman@redhat.com>  [b5a72102d12b69ed5e9e6fabedf35052946e8306]

        loplugin:externandnotdefined
        
        Change-Id: Id1bd821dfbb5f84a46d754cd2ff44b55957246a7

2014-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [b0b4a721b4f33ef132fcbdf4e5069c11269b121e]

        odbc: no, RTL_TEXTENCODING_UCS2/4 doesn't work as we intended
        
        Change-Id: Ie1bcbb41319f5ddfd349f6ef1ec888715ab2b9e2

2014-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [22a13cab85398846ed521989531f9471b9a1835a]

        be more paranoid
        
        Change-Id: I8ab6c26a489f5cbb6b92c36313c6912939895e52

2014-09-05  rbuj  <robert.buj@gmail.com>  [c562a0b58d429d28829c65321cf04ab6cf474bc9]

        scripting: remove import from the same package
        
        Change-Id: If3a07e81f5d738395d6718302512c0172b90d977
        Reviewed-on: https://gerrit.libreoffice.org/11285
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-05  Thomas Arnhold  <thomas@arnhold.org>  [ec8754183825c3889eae7614433fba5727310e19]

        resource files: remove unused definitions
        
        Change-Id: Ic782eab6943aa8e659acfceb9f20dac76224c258

2014-09-05  Thomas Arnhold  <thomas@arnhold.org>  [c9faae3481b18a84b1583a18003c297dfe7264e6]

        src: use ToolBoxItem, as all other do
        
        Change-Id: I77b0f8a670e4f0a8f75b99662c370b65ce737d3d

2014-09-05  Thomas Arnhold  <thomas@arnhold.org>  [f6698fe54f7d599ed6f7808cdb66c02b533e4c3e]

        src: capitalization as the rest
        
        it's easier to grep
        
        Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2

2014-09-04  rbuj  <robert.buj@gmail.com>  [015d65c7ea301ed1033dde71e722e32f94c49530]

        scripting: use contains to check if a string contains a substring
        
        Change-Id: I7cbd32310e362f43f0a456e45b58930eb5453f0c
        Reviewed-on: https://gerrit.libreoffice.org/11289
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-04  rbuj  <robert.buj@gmail.com>  [a795c3660b543239431f3c6f7df383140da18fe5]

        scripting: the if statement is redundant
        
        Change-Id: I7e61d740d6f58afbcdad630deb0de0ef548efcfb
        Reviewed-on: https://gerrit.libreoffice.org/11288
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-04  rbuj  <robert.buj@gmail.com>  [652b807658a54cd2ccd04ebc6900d2cf1ce85015]

        scripting: the assigned value is never used
        
        Change-Id: I430da93e985291300ac5fdaccc7f907535771a07
        Reviewed-on: https://gerrit.libreoffice.org/11287
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-05  Thomas Arnhold  <thomas@arnhold.org>  [040a59e513b6435fb39bfecad9a54b3283216d0e]

        Related: fdo#73151 bring DesignerDialog separator back too
        
        Change-Id: I79c602221769be56f2be1ca83e14f21782e44b38

2014-09-04  Florian Reisinger  <reisi007@gmail.com>  [fa6c5d6d6ddabe2931fc32da36dfe65340d83115]

        Translate German Comments.
        
        Change-Id: I516f9cf73e372efb96335ae6d9cd80f0c5f6bde3

2014-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf1e0199c40213d2d5da7c18051457809175357b]

        HTMLTable: improve comment translation
        
        Change-Id: I540e019e1080e8c158226072a75306a2307e2f4d

2014-09-04  Jennifer Liebel  <jliebel94@gmail.com>  [4ee996a863406dd3499194513ec5fc4df7b5d360]

        fdo#39468: Translate German comments
        
        Change-Id: Ia0a2a22353ad314617324e93b8a352ea306e3446
        Reviewed-on: https://gerrit.libreoffice.org/11279
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-04  rbuj  <robert.buj@gmail.com>  [a5a9457609e8bbe76a8c6d620b81b8666c2e4491]

        xmerge: javadoc maintenance and minor code formatting
        
        Javadoc:
        
        * Replaces <code>..</code> tags with {@code ..}.
        * Replaces HTML entities with {@literal ..}
        * Removes <p>..</p> tags in the first sentence.
        * Reduces code snippet spacing.
        * Adds tables.
        * Uses only one space after a comment delimiter.
        * Adjusts the margins.
        
        Minor code formating:
        
        * Removes some extra blank lines (very few).
        * Fixes some indentations (very few).
        * Adjusts the margins in some method headers (very few).
        
        Change-Id: I01bd9df58e4cb41bc3a38a2b2d3d7d2612081c32
        Reviewed-on: https://gerrit.libreoffice.org/11202
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-04  Noel Grandin  <noel@peralex.com>  [8e4dc1d760d85e09bbc3f3bbb5b8be2947db1b63]

        create type-safe bitfield for sc insert/delete flags
        
        The most important part of the change is in sc/inc/global.hxx
        
        It creates a type-safe struct that prevents the accidental interaction
        between regular integer types and the flags struct.
        It also provides utility methods that make combining and testing the
        flags type-safe.
        
        Change-Id: Ibc5b20058b1655df913490682b679afd1297b36d
        Reviewed-on: https://gerrit.libreoffice.org/11071
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-09-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a62a046df3302e5763b7a568ac25032bb1501d44]

        fdo#55703 automagically use IS NULL fo 'null' in query design.
        
        Change-Id: I31bcec74a786df016d994834e6146fb7a76e72cb

2014-09-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6803fc4cc80ce1944d98535b3c4395c90ca61880]

        fix unit test breakage on mac due to magic number
        
        Change-Id: Idca4f6faafaaa169a7efb6d85d11f0b78dbfc085

2014-09-04  Stephan Bergmann  <sbergman@redhat.com>  [8d12e4ec8b843d59661a12a7a92bfec7e4473e0f]

        No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCall
        
        Change-Id: I52efda594d87c37c2d38c61b54f1eebcc76cdfce

2014-09-04  Stephan Bergmann  <sbergman@redhat.com>  [52821cd8dc62a2287153dcd413377539bb070ae0]

        Fix condition
        
        Change-Id: I8e70a62959dbeecd571c15c5b6fac1a41511a3f6

2014-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [daddd329f8d4768a022d1aef51d2e65790c2944e]

        sw::UnoImplPtr: add doxygen documentation
        
        Change-Id: I336918d2aea005b7121a8f4a498bffd8b7b87899

2014-09-04  Lionel Elie Mamane  <lionel@mamane.lu>  [c4f7c5c6890d28a2ff1b9e8f411cd19db587e881]

        fdo#52076 unittest
        
        Change-Id: Iae10f9728db4c90c4a55ad692b32cddeb7adc48a

2014-09-04  Lionel Elie Mamane  <lionel@mamane.lu>  [05b28c1ad8bc49a01804a5b6be18ca5ee5e5ef33]

        janitorial: add const, factorise constant
        
        Change-Id: Ifdaff62611452ce1e39604bd751168fe3e68d865

2014-09-04  Lionel Elie Mamane  <lionel@mamane.lu>  [a7fbabdacdc08c36e6e395a89db11400daa56777]

        fdo#52076 remove Library dir when no library
        
        when saving to same storage (in place)
        we already did that when empty "Standard" was the only library,
        but not when there was no library...
        Cannot get through that state in through UI, but possible through scripting.
        
        Change-Id: I0f1129e034ac31b3eaf6bd388a03aee5aae5b87e

2014-09-04  Lionel Elie Mamane  <lionel@mamane.lu>  [513d95f3185f2e916f76b0ec058413ae69f161a3]

        detect if Standard is only library to *save*
        
        as opposed to only library at all
        
        Change-Id: I23bebfe7d156e1f4a60bc5f265a3cf9d295f3e4a

2014-09-04  Lionel Elie Mamane  <lionel@mamane.lu>  [6846c1c88ec06d803b501e1dc2141648b213f7d8]

        add const qualifier
        
        Change-Id: I88d61668b465e505cfa245dd17893828aaaecaa8

2014-09-04  Stephan Bergmann  <sbergman@redhat.com>  [ddc7bb629ade15b3341f2e3c347652c7b8925037]

        Poor hack for libjpipe.so under Clang -fsanitize=*
        
        Change-Id: I5c1036448cfc543f55cf1aa303abcfda6a64f64e

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [0ba251fb2b176df7712b9e7c5ef67ff709c022e0]

        coverity#983930 Uncaught exception
        
        Change-Id: I812916ddd10db6272ca0aeb5409eee8ff163d3fc

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [d47678c990681d0cfc7f2c843bb9aedaeb08511a]

        coverity#707311 Uncaught exception
        
        Change-Id: Ifdab456cb545e552a2efaed03ff00aeac874d47d

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [8de4c7363197c6d4017ff978ff363ff5a75b1bf1]

        coverity#983958 Uncaught exception
        
        Change-Id: Idd9c2dcfbeceb3519b1632a2f9b2651c73451061

2014-09-04  Eike Rathke  <erack@redhat.com>  [742060f74ad8249e8412af5e6562d958a1d8d4cd]

        eliminate superfluous temporary string
        
        Change-Id: Ie58701754c7be68ba5a9109153312ed152ea293f

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [0d0137f4aebb350f93b21296a59c19829624221a]

        coverity#707336 Uncaught exception
        
        and
        
        coverity#707337 Uncaught exception
        
        Change-Id: Id6ad65e382d2a5b5f8d13a312384d715b47e95db

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [91c0bdf0816a5e62f4fa6cad7587ce8db975425f]

        coverity#706611 Uncaught exception
        
        Change-Id: I42bff46998b3d516161068af3d53bf92ee2f2b15

2014-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed3261a33a8dbc5bcc022c3ecc374bd2d899c300]

        We only need to map oox URL's to aliases
        
        Change-Id: I130a057f9d5925b9648f7f39223bb5f4ed8f33ea

2014-09-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [689742b9b75250fcebf50f0d9b73052d4b10e7e1]

        MSO finally decided to follow the spec, fdo#83312
        
        Change-Id: I8c611b49e3bf4645736425bd33c2994ae2c28337

2014-09-04  Caolán McNamara  <caolanm@redhat.com>  [3e835154a7af929fd18683af85c28efabd498d41]

        coverity#1019334 Explicit null dereferenced
        
        Change-Id: I22b85cbfda1c1bd705b35095e03cfae4071d2fb7

2014-09-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [eef839fe482c8c3ba2152b3e1edd43fb21c2de02]

        fdo#82847 mariadb patch out problematic 'inline' that result in link issue
        
        Change-Id: I60d9ba1315090c896d6f7f9b3d407ab11a1d2037

2014-09-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [e68a4a40ee3d321307029388107537ecee288e18]

        non-system mariadb need iconv
        
        Change-Id: I2c150d9adf9f5d21b36c9cf57f62e214dc97b680

2014-09-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c232e49621065d6b12e087333f44a224f788d71]

        remove build dependency on cmake for sqlconnector
        
        Change-Id: I73a56b902099939972b8f5c8a55d231459e5421b

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

        convert RID_GROUPS_SORTING floating window to .ui
        
        (recovers icons for up/down/delete in the process)
        
        Change-Id: I85a8de2ebe1321f972000a680a9f4308c26ae4c3

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [1bacc1771007a3b0a28454e371aaa28dafcc5eb3]

        move ImplWindowAutoMnemonic into DoInitialLayout
        
        so Floating windows get automnemonics as well, e.g.
        the Floating Sort floating window of reportdesign
        
        Change-Id: I0805840f7b0b2329e210c77e32c5eabfdac387fb

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [3253b8648d529a74f602e4d02387a1bc963c19d4]

        Updated core Project: help  af6fe6cd76052aec6de0081a13a18af5b53f1238

2014-09-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [41afbdcc624c075888610a049e84a14c548bdaac]

        fdo#83217: Write test for this.
        
        Change-Id: I5af25079a24d4c18eed70a7f0abc42d84cfc2242

2014-09-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [31abf4ce4e18cf2e94c6e598f255ae7cd8f675fa]

        fdo#83217: Set 3D flags correctly when moving block of cells.
        
        Change-Id: Ibca5ff36f50f2b6fe182b008ead3efcb1c5a0be6

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b7920eec325620cf0b511980874551449e00ad9]

        Require all namespace aliases to be defined on the root element
        
        Change-Id: I8aa53f4aacd86a331b42a9bb3575015e6857c07b

2014-09-03  Eilidh McAdam  <eilidh@lanedo.com>  [ecbb535ac9304a208583d08a760ef709065806b4]

        Use enum type DBManagerOptions for merge type constants
        
        Change-Id: I64367939e25d71451ac23f5766c8dc0a16d79c9e

2014-09-03  Matúš Kukan  <matus.kukan@collabora.com>  [8165fc23014c8044c131cb6e1fd0c5e06fd0da2d]

        Fix mergelibs build by adding dbtools to libmerged
        
        Because svxcore links against dbtools since
        86bdb13704d9d85a247339071a86d301ce86cd7f
        
        Change-Id: Ibbdd76fc77c3739756d011ae0c1fd99bab57834b

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [f332db6864c1c0f28feb64a7f79b9b4ef3c76b58]

        RTF export: handle wrap polygon of Writer pictures
        
        Change-Id: I712d8f73466c662659a7b76ff363a44a71bba324

2014-09-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34580851065fc04af25e9c83a1106d1478f159e0]

        fdo#81633: Write test for this.
        
        Change-Id: Ifb9c6229573584edc03c504cb94bb4e49a2309d4

2014-09-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c18ffbf9bb250fd49c5fc7ae89cc74155c768c6]

        fdo#81633: Add a new configuration option to toggle ref update on sort.
        
        The new option is in Calc -> General and is labeled
        
        "Update references when sorting range of cells"
        
        Change-Id: I5ac686e96742df40f7d8ba5ffec23806db2988a6

2014-09-03  Matúš Kukan  <matus.kukan@collabora.com>  [d59e728be6d71cfb86c5f2904df793e9dd2d1af5]

        Remove (misleading) EditEngine::QuickRemoveCharAttribs
        
        Change-Id: I7a0be4e204a239dfdd9c184b3d54a69debe8a208

2014-09-03  Jan Holesovsky  <kendy@collabora.com>  [61a9838e521222e0aeb3199e18e6d828801a8035]

        fdo#80474: Fix the check whether the window is active on OS X.
        
        Change-Id: I68d7d11a93f5d741f2295ef183b2b607ad6833fc
        Reviewed-on: https://gerrit.libreoffice.org/11266
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [c55a21d214cc1f0c68e749ef2cf0a4b2da6af25b]

        Missing include guard
        
        Change-Id: I5a01e4e71e69824f23998d23fc0bea60ddb27cc2

2014-09-03  Andras Timar  <andras.timar@collabora.com>  [927a869b9ac0e8a36de08f160a0c9a42452ef3aa]

        fdo#82652 add new gradient names to translatable resource
        
        Change-Id: I65d6f621f23a7d31a748b7a8ed87deb990de71ef

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

        pict filter depends on truncating 1-foo to 16bit unsigned
        
        Change-Id: Ie271d6080833005d5ef9ab57d8e8036fb9df49db

2014-09-03  Eike Rathke  <erack@redhat.com>  [3bbe31a17f4fd576a7f82b6a67ff79557973401c]

        yet another unit test for fdo#79441
        
        Change-Id: Ia115275da4bb462203a66658a3ab0a2de8861030

2014-09-03  Tor Lillqvist  <tml@collabora.com>  [633e5e16cd233cbb28b24527bb27bf5463ea7276]

        What is a ridiculous size in 32-bit code is also ridiculous in 64-bit code
        
        Avoids the CppunitTest_vcl_filters_test allocating an insane amount of
        memory when run as 64-bit on OS X.
        
        Change-Id: I978347849c2cf5fd1663e5a85a788b736e239e94

2014-09-03  Maxim Monastirsky  <momonasmon@gmail.com>  [342c8c9da8f0eb36d2aaeb810e3946e8a09b8a0a]

        These slots not meant to be added to a toolbar or recorded
        
        Change-Id: Iaf847c02265fcc7d75c1cd54bc836ec85cb830ec

2014-09-03  Maxim Monastirsky  <momonasmon@gmail.com>  [e201506a4cc7e1cac2d04ef3169ef37e34de379a]

        Show the right tab for SID_CHAR_DLG_EFFECT
        
        Change-Id: I3a8b7a9e973d20f06d423ec55cf689478ca98e0a

2014-09-03  Maxim Monastirsky  <momonasmon@gmail.com>  [f3cec45a2e240fcf4ab84e77d51e2b700492f830]

        Simplify this
        
        No other SIDs here have any args anyway.
        
        Change-Id: I8444a40d1d428f671f65dc536ec507a6c0611b61

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [77ce41f2571c3158f00e2b632ce006059282c462]

        convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .ui
        
        Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [2f60a1bdabac11e985dbcc6265dd8b97ef1ca6fd]

        forget about the Left/Top/Right/Bottom frame distance
        
        I think these are actually already factored in, at
        least the undo popup doesn't want it and a quick look
        around gives 0 for other dialogs.
        
        Change-Id: Ib5abf91992b0e6075dbdce209798596f21342818

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [6c17e9a5ed0734c1418594ff2bcd46c060b4e40b]

        coverity#1130359 Unchecked dynamic_cast
        
        Change-Id: Ib39687040557847bc8b6bed98f52d31b66dc43ad

2014-09-03  Caolán McNamara  <caolanm@redhat.com>  [7a3dfd1fa01fcc2527edc70580dec110b14d66b4]

        coverity#735906 Dereference after null check
        
        Change-Id: I5052f95919436c9b5c36025439aca70690880d02

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

        coverity#704756 Dereference after null check
        
        Change-Id: I004b68ff42d2f56cb7eb1f3a0b20de841a0919c4

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

        coverity#1209824 Unintended sign extension
        
        and
        
        coverity#1209823 Unintended sign extension
        
        Change-Id: I5dd273e5c9dc0bd408216df6c7db13e70a156020

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

        coverity#1233511 Uncaught exception
        
        Change-Id: I662bb136128c5e8f22f7d57d38f21a3437d36819

2014-09-03  David Tardon  <dtardon@redhat.com>  [cb6511354b500d1b1bd8ff140fdf0ea106b174d4]

        drop useless test for ant-apache-regexp
        
        It has not been needed since commit
        1de48c417404464ca1e34e5c5d1c82a9342349bb 4 years ago.
        
        Change-Id: I53ceb5d8d6c02c7a13c86cdd884e4fc378a2c492

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [333e6446a8472c5e4681aa6eee38e824255e7c7a]

        Clean up remaining duplicated xmlns namespace alias definitions
        
        Change-Id: I0a8550f8f80d017c6c7578f14382d2704d800c46

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a32b23ed82b13a51b2509eb7af1b6d54c2d40b8]

        Clean up duplicated xmlns:wp14 definitions
        
        Change-Id: I4fb7dfb3a8c401aa34ded7d5d93a1b7b88e7278e

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [35c0afc34e622bfb64e271060cb95fc10e688c1e]

        Clean up duplicated xmlns:w14 definitions
        
        Change-Id: I9283da66c5b88ea73062b7f5bd5ca3f695e12732

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fcee18f277b02b0cdc069e35827884b93649124]

        Clean up duplicated xmlns:v namespace aliases
        
        Change-Id: Idc3b19b0d52f46ab74e7061bb81939ae5ca5eca4

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

        Updated core Project: help  1eeedb22e783bcf430ccce58a0018cbed9ccfbc0

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c49f0575505a15087107e6eed9b54cf1450352fb]

        don't crash if the new create context method is not available
        
        Change-Id: I50a8b89f83e095e5d8a110dfbf81ccadea4b39a5

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f5b639d4af0618cbb071a30a66aa5b9581f315c]

        don't create a core context if we need a legacy one
        
        Change-Id: Ieb8a26e0495f537ca78898e6d49df2c1271537a0

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b1ad741d736896dd8c6de5efee808a3b8ef1625]

        create a 3.2 core context if supported in dbgutil mode
        
        Change-Id: I2ef951590d23e8b805301b2ffc1b82213b898400

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [979f918a879a711eded5f7b19c521e6f0f6e5a67]

        SAL_INFO -> SAL_WARN for important error message
        
        Change-Id: I204ca62f77d580b9ebdf9e7d41c28e3f2675ef94

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f479a32070767b2353cdef819de2596c5d4ce15]

        SAL_INFO -> SAL_WARN for important error message
        
        Change-Id: I52cf416286801c5eebc1dd395fb7cf592b985e92

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [671da1975845e41fb2c7ebaf63a52a712954eb15]

        I thought I killed all traces of CGL
        
        Change-Id: I2ab1c4af301869e895628859fef0845e9f16cd10

2014-09-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f60bc85f6b1d175565e2f4abf3b2cfe8614f52ee]

        SAL_WARN to SAL_INFO
        
        Change-Id: I390a6d3c730bf26c87184e2d4d373692ccc98493

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [c67a75f63b86c1159fa8002c56450f509fda86af]

        Remove stray debug fprintf
        
        Change-Id: I0e2caf805a1634d230e9cfe644941e6f875ea303

2014-09-03  rbuj  <robert.buj@gmail.com>  [2406f4d9626bd5698df3ce0216d21cc1b7fb8980]

        xmerge: replace package.html with package-info.java
        
        Change-Id: Ia11a2da8ffd9be6942e52b84937d3aa15a1ecb82
        Reviewed-on: https://gerrit.libreoffice.org/11221
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-09-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ef4bdc7b15686e55fa19f2e98a828763a0cfae6]

        fdo#82818 vcl macosx. fix asian vertical ctlayout
        
        Just revert ot regular CTRunDraw in that case
        and adjust 'ullet' displaying.
        
        Change-Id: I9ef80f5985b8c7610fcc8e9e8acd5b27542f8730

2014-09-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [1a9264c472cd0449641c5206cdf86c8c3412070f]

        extra witdh for GetTextBreak is of DeviceCoordinate
        
        Change-Id: Ic25eae1e9b8ae14022ee8d0373be0978ebc21267

2014-09-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [1632f2a42eaf4c6bdcea9616b3ebc324ecdc30a3]

        SalLayout GetTextWidth return DeviceCoordinate
        
        Change-Id: I5b995e54992213e95845e60169238270863e9a7e

2014-09-03  Thomas Arnhold  <thomas@arnhold.org>  [fd81523328891c69ee7cb28bf22308225da42744]

        fix signature
        
        Change-Id: I3e8f7691135120cc880cccdbea3491c2fdb49c75

2014-09-03  Thomas Arnhold  <thomas@arnhold.org>  [6b27bca82a3afc98746b5170e1c4cba3f779ab79]

        Related: fdo#73151 bring DesignerDialog back as invisible button
        
        Let the user decide if he wants to have this button and/or use
        the sidebar.
        
        Partial revert of b4558b508141af16d335f45a0f12bdd34521e944
        
        Maybe we should do the same for the Navigator button.
        
        Change-Id: I05ba37e7fa18b4d0a74ae90db05f8e5c63cf449c

2014-09-03  Thomas Arnhold  <thomas@arnhold.org>  [ae218332b13a82e13f1a9a9f0fb79ef76a51ce39]

        Related: fdo#73151 bring ZoomToolBox back
        
        Accidently dropped by b4558b508141af16d335f45a0f12bdd34521e944 ?
        
        Because in draw it's still visible.
        
        Change-Id: Ifce5a349ddbb3ae3e33185eb38014ebd9ce4a80f

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [07dbd2076bb879def2710b7784ac706940b55886]

        Nothrow dtor
        
        Change-Id: I1793d2eab568f4a65813fca7257c74e1a85a0090

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [010ab3120362b8254ed6b85864345f839556acd7]

        loplugin:saloverride
        
        Change-Id: I26202852c6b30cfe3a42328f60664dc2b2cfe5cb

2014-09-03  Laurent Godard  <lgodard.libre@laposte.net>  [76ef9ecdb98252978dc10d11e98eb9a5cfad8acc]

        -Wmaybe-uninitialized in ScTable::CopyColFiltered
        
        apply same initialization as in ScTable::CopyRowFiltered
        
        Change-Id: I9e8de6eaae3b3ad9453e5c06a88cfa93766becd9
        Reviewed-on: https://gerrit.libreoffice.org/11263
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [31c9f6ef804150a2f5a7bcc14b11fc0eef9c8d6b]

        Clean up duplicated xmlns:lc definitions
        
        Change-Id: I173b69d61f9b0677ee178a32e18910343f216b71

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccb91a23385951a1df67af986572672a36db714e]

        Remove unused xmlns:xs namespace aliases
        
        Change-Id: I3f58f9d59ef635883e734aaa91cab0716f49abf3

2014-09-03  David Tardon  <dtardon@redhat.com>  [fdb81f1a2012e558eaeb7fcf762736f1afcdeee9]

        fix KDE4 detection on aarch64
        
        Change-Id: Iafe65564e8c2534cb03497d82d7dd3498abdf7c8

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [7a4cc197910546d6fb3469806c406bf358ba0168]

        Also on Linux do not export symbols from static orcus libraries
        
        ...otherwise e.g. running CppunitTest_sc_filters_test under -fsanitize=address
        complains about ODR violation of 'vtable for orcus::csv::parse_error' exported
        from both libsclo.so and libscqahelper.so.
        
        A problem could potentially arise with exceptions thrown from static orcus code
        linked into library and intended to be caught in another, but hopefully all such
        exceptions are intended to be caught already locally anyway.
        
        Change-Id: Iff5c73d7a2324b457c2e86656c11b18f7ba210f6

2014-09-03  Stephan Bergmann  <sbergman@redhat.com>  [73db53f530ac1684da9428dd5a5e43f7fd9b5dab]

        This local hack was pushed by mistake
        
        ...as part of 5ab1098d5fbc1ba092da73af2b92e5bcdd7a3f8d "Generalize
        -fsanitize=address checks."
        
        Change-Id: I6141746b2d8059bd6bbcc466a86dd3da3c55f592

2014-09-03  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [f83274a2579553efc347c1080d19f0734b0d4358]

        fdo#82969 Add AutoSpellcheck to tools menu
        
        Change-Id: Ie5126f382dd78a50ffa50e77763521753942f202
        Reviewed-on: https://gerrit.libreoffice.org/11201
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [341b436917a75ac153f3567fc1c2477e84886e29]

        fdo#39468 Translate German comments in sc/source/core/data/validat.cxx
        
        Change-Id: I38cbd03c8e0bbcc780b48b08b6129f710102783b
        Reviewed-on: https://gerrit.libreoffice.org/11247
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-03  Stefan Weiberg  <stefan.weiberg@germandev.org>  [9fba10b5a5f1e56dde0cdc4859622fb40db1c13a]

        Related fdo#82088: removing another bunch of alias
        
        Change-Id: I6e2ab6d20723803aedb530b4d25aa79ec0edbb8f
        Reviewed-on: https://gerrit.libreoffice.org/11260
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-03  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [81300228a4af0ad3988f5bfe670fd8c38ea07bf4]

        Hide some toolbar buttons in Writer by default
        
        https://redmine.documentfoundation.org/issues/638
        
        Change-Id: Ib46aca7eecc8552660cb6cff565e8677c443a8d5
        Reviewed-on: https://gerrit.libreoffice.org/11261
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [527462c2fe9c21e567a9c49f2d63be5a08f7a91c]

        Clean up duplicated xmlns:dgm definitions
        
        Change-Id: If0ada5e202a136b37f998ef13f8edc4f953d73e1

2014-09-02  Matthew J. Francis  <mjay.francis@gmail.com>  [b6e581aec7f32fed8afeda1ca72ee613c6ac251a]

        fdo#82259 Hardcode script for "GB18030 Bitmap"
        
        Change-Id: I3b3ad955f1793197e970c837ff53aa85a74b8cfb
        Reviewed-on: https://gerrit.libreoffice.org/11213
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [5fa84a49fe66a18f48a8b6e40bd6f94e979cb8df]

        convert RID_NAVIGATOR floatingwindow to .ui
        
        Change-Id: I40dbe9d315889a7c0033e940499b52aa4c137690

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [a704d910ffa6cad69c1ea1d0445ed9e9aac8604d]

        Updated core Project: help  ceb0c0af0dcafa6adfc322eef227433c66763866

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [0df2b61e1a81477f0f828e3234030a1f69880214]

        convert DLG_MAILMERGECHILD floating window to .ui
        
        Change-Id: I0ab16d3f5d86004b63f9a1baa454b18b7948f86a

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [a261bac7d97ae41460c29d002d477bc8413d4d7a]

        Updated core Project: help  59e03fe9037853c390e4c766be151e59c40f8365

2014-09-02  Eike Rathke  <erack@redhat.com>  [2be9ae72189e8b86d7e609727bab223645975ddb]

        check for empty slots' valid NULL pointer, fdo#79441
        
        Change-Id: Ie81b8b00c1ab8776086bddeb7464bb7809914bf8

2014-09-02  Lionel Elie Mamane  <lionel@mamane.lu>  [7fb4fdcddca89a4191b83896a400e8835314da87]

        fdo#83302 don't display read-only infobar for Base form in normal mode
        
        Change-Id: I03c32883dbf8421824069efea2318e67c8dc4313
        Reviewed-on: https://gerrit.libreoffice.org/11231
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-09-02  Lionel Elie Mamane  <lionel@mamane.lu>  [b3062ae65fc7069442cb5fc23dd68c2e8344e999]

        fdo#44081 don't remove 'edit' pop-up menu entry from form in design mode
        
        Change-Id: I009b0e1a155c298bd7f461547125df4ba76805d9
        Reviewed-on: https://gerrit.libreoffice.org/11230
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [33927ae1208766d6fdb40fdc700afbe10ca91647]

        coverity#707022 Uncaught exception
        
        Change-Id: I0585582f485399d1c21492738d26f3ef3dc9af2a

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [d375986dae5a685ebd8f4d7d011d24a838608e75]

        coverity#707084 Uncaught exception
        
        Change-Id: I89459f7a77fcb5785cfb2e8288326fce65202d9c

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [d1c18edd3fe5bafd9922d75e5626973197e4b78f]

        coverity#707200 Uncaught exception
        
        Change-Id: Iaf115f1f11aef69ef5dba7023f4126c22d1f49ff

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [dc5e8921530e811d0154af39504e4c149a6eae13]

        convert SID_RECORDING_FLOATWINDOW to .ui
        
        Change-Id: Iae3f0269e5e7f830465580dc4a520ba01ef87a79

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [b6cc10ecf28d2e0ae25383f2dc82b66e67971b08]

        make sort list options page fill vertically and horizontally
        
        Change-Id: I495ab15fa9b658e54f039aede69a7a79b6296635

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [7d993c46f031995ee83e59a6c7221b3e3536c5cf]

        make previewer default to resizeable
        
        Change-Id: I54d3773c8a11b6b1a2515127233e824380a4de15

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [ecc58cf3a78891d44f109b1647252a475cea7ad5]

        coverity#707263 Uncaught exception
        
        Change-Id: I7c43c91cad4045a3439182925ca195fc898f593f

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [839d92a2a75372c53e486247f421ebbd86876442]

        Updated core Project: help  2b92aa0e6d0c31e7379987a4e2f782b35dec7f61

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [09b667d155e8ea6963ede60ae5860952af20de4f]

        widget leak on filling non-existing infobar in help
        
        Window () with live children destroyed: PushButton (Edit document)
        
        Change-Id: I2aa05f59f08cfa78ba895933ef298908a9cbb675

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [2f76c093f5e7150914c27d49d5275c885a6ff8dc]

        map deletable to WB_CLOSEABLE
        
        Change-Id: I13fd6878c3443055428f01bb946caaaf7e6dddb0

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [05d4077b724f91fca736d3c3fd64f28e304d7172]

        rearrange matters to get FloatingWindows working loaded from .ui
        
        Change-Id: I099c810533c4590ee3182e1edf27e9038ed44f30

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [2f1eed483930a96a40a7013a9338a7e0869fc960]

        createNonDocMSPs->ensureNonDocMSPs
        
        put the double-lockery into ensureNonDocMSPs and
        the contents into a new createNonDocMSPs
        
        Change-Id: Id09c933396e1a6ae1c45be79131a75729b16932b

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [316a5574ed28317219b557a0ebbcae73bf168d76]

        coverity#706501 Uncaught exception
        
        Change-Id: Ic5d95b87428284113f543427b417453dd361b354

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [3284daa3ab56502ab5ec3e9cf2c02ae17e5e5d6c]

        coverity#704947 Dereference after null check
        
        Change-Id: Iea0a789b842b9bb05e4c774460e56e2ed0f5f74e

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [2e89739715d245d491f6dacfc89cf878f23b8abf]

        coverity#706482 Uncaught exception
        
        Change-Id: I457e05ddbc13a9b3ff911da56a0a607de944f8f2

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [26cfb09f2dabe65ac3001b0134f10650219e2af9]

        coverity#706935 Uncaught exception
        
        Change-Id: I0b543ec0b520e1c79ef7b85c679ae1420d089baf

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [67cba3af55e94debe8eb6392bc8d0b2f00a7a199]

        coverity#707318 Uncaught exception
        
        Change-Id: Ib2d4b2e6c4df70da1d8a4b5bf39f69efea45ad5e

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [3fa329f6108c47b9e86724ed2d6e7d294239107e]

        coverity#707382 Uncaught exception
        
        Change-Id: Idad4fbff404c23b74a83c2d3e745363c52c3d90a

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [9ed8e1f19c3d9cffc1052350a5854c3097639874]

        coverity#707409 Uncaught exception
        
        Change-Id: I0f19cd6411c7008a4698fc81fd2ce9c4108ce8eb

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [62962557bacb6f90c9c23ec787fe83e0b0ea35fa]

        coverity#1215310 Uncaught exception
        
        Change-Id: Ie08163875b1190532b9892c60829bb0ade56cbd7

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [f8843226c3487d1521ab8435552323b942897709]

        coverity#1219805 Uninitialized scalar field
        
        Change-Id: I6dde5a126e57f34705c2fe9189a49d7964b3d65f

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [cba672f2c593f002ea13fba01e9f43ff955f97e4]

        coverity#1215398 Uninitialized scalar field
        
        Change-Id: I190cafda21a9e5969d8a353b272a0e92b5b65903

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [d3cd290491f77db35e63d79d94baaaaffb10cd15]

        coverity#1233508 Uncaught exception
        
        Change-Id: Ia77a94a486b8e5203617eb00cb5189359798482f

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [3101a60751a220f4192f0d0e3df4096217f4a16c]

        coverity#1233506 Use of untrusted scalar value
        
        Change-Id: I843f688b47489db90edcdb75a15403c66aad55af

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [54ceedfb4d3c0e6df67b86fb422ec3209582fbfa]

        coverity#1233491 Dereference null return value
        
        Change-Id: Ia02749585cb9694bddb21e4f040cf6e025046be1

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [9432b8d400dd38c2a96fce6aad77d4876072dd8c]

        coverity#1233488 Unchecked dynamic_cast
        
        Change-Id: I9599fb4473a43a4624d64c48e8768761fcbd266f

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [4edb725ebb3809448ce18b8566b9812617d3bb79]

        coverity#1233484 Division or modulo by float zero
        
        0.0001 is as good as 0 according to reading
        CPhysicalCamera::moveCamera
        
        Change-Id: I70649ef6246154a112db414ccf4c15fcd30ea801

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [d8463f95ea9b129ea64ea96a228abf4bc68557cf]

        catch by const
        
        Change-Id: I4d51552a28ecd169a03e6c3dad992c9b2217dc74

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [20df064c7d0efd653bb0c3a7c5174485ed9f2176]

        convert DLG_SYNC_BTN FloatingWindow to .ui
        
        not much of a test, its just a single button
        
        Change-Id: I42f73ad0ad00e2af392bc6ab8bc827c3719b0304

2014-09-02  Caolán McNamara  <caolanm@redhat.com>  [724b48d877fc157affb2b935f1bbeb37745bc683]

        extent .ui loading to SfxFloatingWindows
        
        Change-Id: I3e16ef8455b35faf14838509f315cb2f70e7cb9a

2014-09-02  rbuj  <robert.buj@gmail.com>  [653025e6f10d07d0a95f7b75d56ff457f1902e82]

        reportbuilder: fix unknown tag: noinspection (IntelliJ)
        
        Change-Id: I97c464547068d0d17a0d4423e8462097c73624aa
        Reviewed-on: https://gerrit.libreoffice.org/11243
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-02  rbuj  <robert.buj@gmail.com>  [908ccc22d8f99930a4f43215990aa4852d79c76c]

        scripting: fix javadoc error: unknown tag: null
        
        Change-Id: I7d9ec1759a1689943d51636926024278cec0dc3b
        Reviewed-on: https://gerrit.libreoffice.org/11234
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-02  Takeshi Abe  <tabe@fixedpoint.jp>  [7ea14056cb508b6035704e1124c9301fecb0c792]

        fdo#75757: remove inheritance to std::vector
        
        from FontPortionModelList.
        
        Change-Id: Ice34808107a7b381e39d5f7d164590b48a630ee0
        Reviewed-on: https://gerrit.libreoffice.org/11229
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-02  Stefan Weiberg  <stefan.weiberg@germandev.org>  [a4b9bfb993e9d724431befd1295b107f7758c8fd]

        Related fdo#82088: removing and shortening aliases
        
        Change-Id: Iebd9124daffe98b1e38dfa71d8b11f2452e3ddaa
        Reviewed-on: https://gerrit.libreoffice.org/11226
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  Stefan Weiberg  <stefan.weiberg@germandev.org>  [2ec55fd6a1f79e19bb3654953919260a9ff29ece]

        Related fdo#82088: removing namespace alias in hxx
        
        Change-Id: Iaf455e8361653bc1262cda3bccc2e798b3c60580
        Reviewed-on: https://gerrit.libreoffice.org/11225
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [670f472e138c6f6b0233e8236befa3dbb1809824]

        wizards: fix javadoc error: bad use of '>'
        
        Change-Id: Ide61f9ed907e8896ccb64b6c69b3a43068658ace
        Reviewed-on: https://gerrit.libreoffice.org/11237
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [bc796af28524841eb54ed68836a87ff85e62e2ac]

        nlpsolver: fix javadoc error: bad use of '>'
        
        Change-Id: Ibfaeef155982ce6eeefe8ef51eea9c2bddb12c46
        Reviewed-on: https://gerrit.libreoffice.org/11244
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [4db06c5a69e134237ee3820739d0ed3018453a68]

        reportbuilder: fix javadoc error: no summary or caption for table
        
        Change-Id: I5697ebe0481491d70ee728cac5343aaf892ad29f
        Reviewed-on: https://gerrit.libreoffice.org/11242
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [f09d060b1b3c053ec08ff02e51db39230623bcd1]

        wizards: fix javadoc error: self-closing element not allowed
        
        Change-Id: I1ffe498da5fa1410832312b38343aae7bca77203
        Reviewed-on: https://gerrit.libreoffice.org/11236
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [18d72e76f1d20d613ab05a4f40e4505279a989ca]

        reportbuilder: fix javadoc error: self-closing element not allowed
        
        Change-Id: Iabfa4dd2c1018b982b50798bf09347e0b11901a4
        Reviewed-on: https://gerrit.libreoffice.org/11240
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [66d031649e8cb1716b7eaac0f7c31956fdbc62ec]

        jurt: fix javadoc error: unexpected end tag: </p>
        
        Change-Id: Ie8eb163793dc575558149320dceffcd92bdcfdd4
        Reviewed-on: https://gerrit.libreoffice.org/11245
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [91853c8264ee32e8d3741495a02ce077a61b4add]

        toolkit: fix javadoc errors
        
        Change-Id: I6d2268786d22f967be2d5e0dbcda14a074af4475
        Reviewed-on: https://gerrit.libreoffice.org/11248
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [68e7bb88fd1416e24bda09f7c19e3a8aeb4ee80f]

        javaunohelper: fix javadoc error: unknown tag: returns
        
        Change-Id: I2cd47bd928da322be6c392d65d2a04152553fbef
        Reviewed-on: https://gerrit.libreoffice.org/11246
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [fbe818643490ff5f69ba52a901a9e3e927ada3e7]

        reportbuilder: fix javadoc error: unknown tag: returns
        
        Change-Id: I3cc2afca6e59a8bc9e3374e5cebf9b2e903da78b
        Reviewed-on: https://gerrit.libreoffice.org/11241
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [ee82777c743cec8943312229ee4ef1c59328e059]

        wizards: fix javadoc error: text not allowed in <ul> element
        
        Change-Id: Ic50f9618c2649fe3e0fbbf2db6a09ea2e1d4c810
        Reviewed-on: https://gerrit.libreoffice.org/11239
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [a4a6153e2574c7e01efb7189a84e072480627561]

        wizards: fix javadoc error: unknown tag: returns
        
        Change-Id: I3d10c48a5fac2683f76cf21ef5c746377ca9a8c4
        Reviewed-on: https://gerrit.libreoffice.org/11238
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [b1492e6af1e626b09ed5cc6e5f63c31605a6f582]

        scripting: fix javadoc error: unknown tag: returns
        
        Change-Id: Ib257ad76b2571755bdb744ad128ba1e558207eee
        Reviewed-on: https://gerrit.libreoffice.org/11233
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  rbuj  <robert.buj@gmail.com>  [219ee12ffa5982b3ce4c6889193e197640e15756]

        wizards: fix javadoc error: unknown tag: list
        
        Change-Id: I293b4fc2c2e0ff4fd591389419f36f04e87c59a1
        Reviewed-on: https://gerrit.libreoffice.org/11235
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [03276df2ae74d94939b03503074be6192aa4c791]

        Remove unused xmlns:fn namespace aliases
        
        Change-Id: I634fdfd2b206fbb91e8032fe2fbf4ec66c8623a2

2014-09-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b7d7f35e0bf4933aff340372ebd83365c19e04a]

        Clean up duplicated xmlns:c definitions
        
        Change-Id: Ibd8fdfeeac89da8c8c259bae3de22f87a0d59b2a

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e4defe4b59a72fbe82f94b26e233ba36640c739]

        fix Wunused-private-field
        
        Change-Id: Ia708cc3cccd86257e08aa916d24733ca6769e723

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9dc883623f85f2ceec22c3e5c1750ff7acd3cac5]

        prevent potential crash if no SystemWindowData is passed
        
        Change-Id: I92a084bba88a4c34e93aac9b547a986ea6381790

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [603d9c1a01a37358f04cee4852838b7ccaecb648]

        fix indentation
        
        Change-Id: I558b6c0c1be917fbf6df722d4f0268c271bb888c

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be7d3df141bff7560545b4a54a7d8d99d730b17e]

        remove SAL_DEBUGs introduced earlier
        
        Change-Id: I901188b5b0a3e64e2407d039dd80f89cce8cf6de

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [200dd78946a70a4c08a4d479e845b3b724bbecc4]

        fix crash when creating chart
        
        Change-Id: Ie6e38a0461a10cc33ff3d85cbf3b35ffab0efd59

2014-09-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ba10b7b307ffdb098049c303719da4aa6752502]

        fix build
        
        Change-Id: I13c67763ec3cb940292199f3e9e0f3942446959f

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dee6c7ca318b310996ecc997cd64be026c0f76d2]

        fix indentation
        
        Change-Id: I4f299e510fecb57f763818743d357ae6bf2333af

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b384c946cb6725d691123152f5e7c6ac0692185]

        support legacy and core context on OSX
        
        Change-Id: Ib8cadb3f182ce49c0ca8b6ccaa95960eb8e5f9ae

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6626d135299f91c20b338a858af8f42f4e3d07d0]

        fix non OSX build again
        
        Change-Id: I3faccc9f70b1afb7cbefd5ba9b26612eb7cda1fd

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e111caa906f683f3e31a015e3a40414320271541]

        remove unused method
        
        Change-Id: I17d3e3fa4671d0004e2d7918ea3bcad1a7bcd2b5

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ee477283d185f990892598593616d8951ce0e92]

        fix non Mac build
        
        Change-Id: I88df76fc1757b8372cd319ae1ecd7976b01554a1

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e60b3375cacff4a7440d8f781f8b1a789b6b122]

        fix OSX build
        
        don't require Obj-C features in header files
        
        Change-Id: Ibeea090b6b2bda191b8e8ffd08f15907653fd830

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f321bd267d31f7f67e009d66c40072ba11c3f59]

        working OSX OpenGLContext
        
        In contrast to the CGL solution this renders not only to a FBO but to a
        rendering context.
        
        Change-Id: I083795cab5ea6372efac312a1f5e0053066121ea

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e65acd2ebbb85d557068692674f317ff3a038e9b]

        use SystemWindowData to request a NSOpenGLWindow
        
        Change-Id: Ief50a2fc533846cd61be66b1ea166a992942083b

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff3321cf775871f34985cd3e1d2c9fa25738037a]

        replace check with GLEW variable
        
        Change-Id: I818d099c70f2f886908584e67a73934dee5dbef8

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5346d7f3d8a7d4ecf4917a374c9ce930205ff6e]

        switch to a NSOpenGLView implementation
        
        Change-Id: Ifed59a9e899abc900ddf27378eec6b641be061d3

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [45f9f5f4d92323ebb78dff5437d49ed4b50804ee]

        use size_t instead of unsigned int for container indices
        
        Change-Id: Iff2f797915f1558ea23336e273bd26e0c0edc63e

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27fce9349bb1e1a2842ce4e59183d3be1100a552]

        the values are float now
        
        actually OpenGL does not like double that much
        
        Change-Id: I3267f46072194bb6b2d4705733408e3db44c8c08

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca82d9e720ea4a07e14dc6becb1d4e4edf3013b5]

        remove that ugly underscore at the end of the method names
        
        Change-Id: I3c81c9d8b89ddf18bdc5ae700b721ca71f2700bb

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63f49714a1f02dae5651b518ca3f8a5897a783d1]

        basegfx -> glm in OGLTrans
        
        Change-Id: I3f3002d975f3ee2732c5e132b3b67531356aad5c

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf97444233248b94078c4d55c22fb8e6a3411cef]

        use constructor initializer list
        
        Change-Id: I0bb1345f05dbd835e3f7debc66a824ccf44ef88b

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f3171fe01d27ba48339bdf253897ed035e119d4]

        improve readability
        
        Change-Id: I7a8791c661cbd3c602c0d12d228b63ffc416a96c

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6fd7be336038879d9d73dd86f32749bf46ef0cb]

        no need to make these variables public
        
        Change-Id: I9b57d6811252c75186e03ed6928bd8829fa0307c

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [79090d5fb0b35c95e50bcf17d14137ec95eb908d]

        more OpenGL error checking in OGLTrans
        
        Change-Id: I7eff84d18be92423b3d8616162bfaf5be5203a9d

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a7ab9f1f4beec6b4fe7978b3f794b51046b2e13]

        add invalid framebuffer operation to OpenGL error messages
        
        Change-Id: I359ec166e9bf0585842fb436a1edd20720b89a9b

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3758286117e1ecb589ba66e1f5c47aae4f06a39f]

        check framebuffer status
        
        Change-Id: Ieb36804247b4e2790d625585661a1c85586348f1

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c3a8965b58fe64f33d6c27c26099a42d4911d3b]

        simplify code
        
        Change-Id: If0b1c47a1e0f6084795fb5ca4a2acced736d4523

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49a788a3779d78b37b116af6e2eba9a0eb7431e1]

        add OpenGL error checking to OGLTrans
        
        Change-Id: I9e511221e3da54b44935ebde22c49e5a151f6961

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [276b3d1f8ab2f67b403e312a94c9abe6ae7b792f]

        extract some shared code
        
        Change-Id: I062ea860f695189ab1d59615f1d2390710a21d44

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7741e4c2e51d43b2bbced7cc25e39959cacd9cfe]

        some temporary debug output

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3d7fd2a42b61a699ecceaf5ae62906001a75eba]

        add more notes about deprecated OpenGL features
        
        Change-Id: Ic83ec7e99c8b666b755b93f315019754f9d9757f

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1d2bbecac27b4884d3a95c9f106d3cd11d6e4c9]

        add warning about bad input
        
        Change-Id: I7018813740460c79d09318770fbdcb24a24a441e

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3604dc4ffcdfe8b59d1d9bec91d1c253d006528e]

        remove old OSX OGLTrans
        
        Change-Id: Icdb3a5f998d69727247c3fc4803c46803f2fa199

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1de0dd02c8102f20ae9acea8af141eccaa20d5b6]

        make the shaders compliant to GLSL 1.2
        
        Change-Id: Ic15760ca40d719ae333003c9bc241c813cb284fa

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b29154d85e1c57c9001d3591a592b93032949212]

        use generic implementation for OSX
        
        Change-Id: I9b82ca8bb6c1c6453bbedac2c60bec4d6a98c009

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55226553174cf064833ac319ae3be5e72f055c87]

        fix shader names, the .glsl is attached in OpenGLHelper::LoadShader
        
        Change-Id: I267c1fefa5330359f3aea0d57d38a153232b655f

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30cf6528ccc7e0a443800208cef636c7947a355a]

        request a legacy context for OGLTrans
        
        Change-Id: If001121da14ca9d15f6c36af30428f1851710524

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3e74732e9a9dc324f3c0985fe2601fcd8b94f9e]

        don't try to use X11 functions on OSX
        
        Change-Id: Ife987833a52c7ed0b55f1003df1ee0dad2011cc0

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d44155730af9d1056725e8e5d46a07f43dcd61d7]

        use glew instead of directly including OpenGL headers
        
        Change-Id: I7337d2d2f116f465bf6988dd9c7997b0267ca1cc

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a7a8e1b3251232c08f568ad9d14004f01210b68]

        add possibility to request a compatibility context
        
        Change-Id: I0135e81f925fda19c06144d21d2f2b0efc9e57be

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a72a10a32b1922462d43170a2a77a95c49d4fda2]

        WIP debug statements

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14cdc084706efbac14ee93687095055c2fdfbed2]

        add a note about deprecated functionality
        
        Change-Id: Ic980e633f7c9cdcbb3a1b512d66bfd8279d16339

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf24374a912be5c700b0a3e63d4bd19cf74bebaa]

        don't even try to create a shape for non existing values
        
        Change-Id: I0af9285c2fa0371607e9ec750bb07968244c44d8

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69fa8cfb2dbc5395c66a96b5c66efea303f00112]

        fixed pipeline functions are not available in core context
        
        Change-Id: I50f5e876da902181f8ab5c9571df61f035630218

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d125598817bf687d38eaf0dcd4435b4b5492027]

        GL_LIGHTING is deprecated
        
        Change-Id: I6280af7182f4afefe39ef676024caa9c21f089ff

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a7dd1b385eb839aec68eebe783964afe9d5b5bc]

        GL_TEXTURE_WRAP_* is deprecated
        
        Change-Id: I2604a6d647c912a91da156072b9821b2abe52b48

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71aa5ff20843d9103905ac0bde02669a61e54385]

        GL_POINT_SMOOTH is deprecated
        
        Change-Id: Id81a238ed71c8c2f9297e14f6f37d148f29cfbca

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0fc0d0488502fc40afdf27af30044ab03f59e8f]

        glEnable(GL_TEXTURE_2D) is deprecated
        
        Change-Id: Ic4ee5414fbbea3d73655b52e66cb397220e61566

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [006844a15fbdc4ee5ee09d18dce193d6f62d0bce]

        fix my last core shader error
        
        Now all shaders compile cleanly against a core context without
        deprecated functions.
        
        Change-Id: I53c1fe04e07247f94ad5e3a17819cebea0a9f535

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d61b3feee74263aff32e471f8d4230a74353ad5]

        texture*D in GLSL is deprecated and not available in core contexts
        
        Change-Id: Ia5da0899d73aea22fe7bae735e57e30dcd37b254

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [249c5e0f211bbdcbffda91a446dedd33c314ee64]

        replace all attribute and varying in chart shaders
        
        Next step to a pure OpenGL 3.2 core context.
        
        Change-Id: Ifcfccd9ffc8adcc3b7338e10cb25aeb8496909a3

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbddfdecccb9411ec40bb9d89f6bf8ed86cd423f]

        we need to switch to OpenGL 3.2 core for OSX
        
        A 3.2 core context only supports GLSL 150 core and above. This at least
        removes all vompile errors related to missing or wrong version
        requirements. In a next step we need to make use of modern GLSL features
        now.
        
        Change-Id: I59f1bc84ab4f64cc6520309b7da25adc3e116997

2014-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [653ace96c6974cd17ec27252dfdb17d8de40d4d9]

        make sure that all shaders contain a version string
        
        This is necessary for OSX where we are using a core context that does
        not implement any legacy features anymore.
        
        Change-Id: I59536e99761691d910fef62cf82ceb03e57725ae

2014-09-01  Thomas Arnhold  <thomas@arnhold.org>  [4dbd58abb495f3e3dd008489f84f8380207127f3]

        Partially revert: fixincludeguards.sh: sd
        
        Doesn't look this sane...
        
         commit 3b58ababc566adef48d8ab600489e554c4585b1d
         Author: Thomas Arnhold <thomas@arnhold.org>
         Date:   Wed Oct 23 22:38:46 2013 +0200
        
            fixincludeguards.sh: sd
        
        Change-Id: Ia6836deaa1982febf71cd8abd89e93ea0a844721

2014-09-01  Thomas Arnhold  <thomas@arnhold.org>  [368374a67b972f6ff7d4a4441544318efb18edfd]

        correct include guard comment
        
        Change-Id: Ie94573f7c43c834cd636493bed32f07aa792da49

2014-09-01  Thomas Viehmann  <tv@beamnet.de>  [fba7b58a9ddaa829892bf3a3e8f3dd6970664f78]

        fix typo Sufface->Surface
        
        Change-Id: I90847d0edbc2c13e405562647b150012bc5df7e2
        Reviewed-on: https://gerrit.libreoffice.org/11249
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [1a91abb451806bd93a08953c6a1afdb88995705e]

        Avoid invalid premature downcasts
        
        Change-Id: Ifc6d84a63719b141ddc9bd89349d4a605d2b3e00

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [148aea32a34fe816c7f1870bfb4cf361a5e81bf0]

        Consistency around SvxB3DVectorItem in svx/svx3ditems.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I7f2348d82c76f6f231e34f0dfc4b6ee6fddffe55

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [e5d6ae0c2efcf8edb224faa294be6b0baa636137]

        Consistency around SvxColorItem in svx/svx3ditems.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: If26ab3229871d2d6a7e4e7e8f79f4cb927b96930

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [d19609e118ee0bfb823945582e823d02bdaa7134]

        Missing Clone overrides
        
        Change-Id: I0dda3dc849fce9ba994baa82f7e25497ea995c75

2014-09-01  Takeshi Abe  <tabe@fixedpoint.jp>  [e62ec6d0499e6c517713e7d5b1855a9b2c518219]

        fdo#75757: remove inheritance to std::vector
        
        from SwLayCacheImpl.
        
        Change-Id: I77520495aab1d6a572b25433396202b11e478636
        Reviewed-on: https://gerrit.libreoffice.org/11158
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [edf7c73d457f01831ba1ad2fb4aca1a35d7c2549]

        Consistency around SfxUInt16Item in svx/svx3ditems.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I2e467df03a34d694214e0560476cb7fd76ef0735

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [9f6018bb64ae1da3a476f6bfca02e06b093f9e16]

        Consistency around SfxBoolItem in svx/svx3ditems.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I3253b4cc5657a7d6b960ee892584109d373eed3d

2014-09-01  Stephan Bergmann  <sbergman@redhat.com>  [bebe30e917ebd3bd0ce43efca737caa478fddaee]

        Consistency around SfxUInt32Item in svx/svx3ditems.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I3193eab34a34c051002adeedd8b368e26f55f7a3

2014-09-01  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [407d23baceaf7014d24d631ad308c9defd4d44d0]

        Remove redundancy in Statistics labels
        
        These labels were too long, obtrusive, and state the obvious.
        We can make them shorter and friendlier by removing the “Number of”
        nuisance. The equivalent dialog in Office 2013 also lacks it.
        Brevity is a Good Thing™ in UIs.
        
        Change-Id: Ia44f02cbcbba22a3161cac206511de4fe4daedcc
        Reviewed-on: https://gerrit.libreoffice.org/11222
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e4ae20ab26937200d53caa15175e7847a790268]

        Revert "fdo#83302 don't display read-only infobar for Base form in normal mode"
        
        This reverts commit 542ae4e06f9f70e328a3e85f1272ead558b36766, which
        breaks the build without 15cea073e7ed4970e60967fe036fc492e2052203, which
        had to reverted.

2014-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [024f334c48bc3d6cfac91ab7499f6b2863223c24]

        Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design mode"
        
        This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I
        overlooked the fact during review that this introduces an svx <-> sfx2
        circular dependency.

2014-09-01  Lionel Elie Mamane  <lionel@mamane.lu>  [15cea073e7ed4970e60967fe036fc492e2052203]

        fdo#44081 don't remove 'edit' pop-up menu entry from form in design mode
        
        Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0
        Reviewed-on: https://gerrit.libreoffice.org/11152
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-01  Matthew J. Francis  <mjay.francis@gmail.com>  [c369013edb76cd47ef7e8c193a18a57ff165ddfb]

        fdo#83178 fix Chinese Conversion crash
        
        Reviewed on:
        	https://gerrit.libreoffice.org/11187
        
        Change-Id: Ifa9c7c1a29d7076903e038d3132c635b1143e2d8

2014-09-01  Lionel Elie Mamane  <lionel@mamane.lu>  [542ae4e06f9f70e328a3e85f1272ead558b36766]

        fdo#83302 don't display read-only infobar for Base form in normal mode
        
        Change-Id: I6faae7f5b1b2ec243c53453a8627bd0a540a46ad
        Reviewed-on: https://gerrit.libreoffice.org/11219
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2014-09-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [8cf89c24906c6d50a3c15f1ebef4df071ad6ec79]

        fdo#83311 Fix infobar for documents with read-only property
        
        Change-Id: Ic813ab3eb74a088b60b4dc3dcd56e7b19683190c
        Reviewed-on: https://gerrit.libreoffice.org/11220
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-09-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [314241ed0e1e018560a5f0f0afdd18f107bc68e5]

        Clean up 6 times duplicated xmlns:a definition
        
        Change-Id: I935856965bcb1f710059801621124685aeb65a03

2014-09-01  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [61ed5a1f959a7903cfb56dc293dcc511ea28d15e]

        fdo#83048: DOCX: Corrupt: LO exports  wrong SDT properties of Date
        
        	Issue :
        	-File was getting corrupt due to wrong SDT Properties were getting export
         	 and only one SDT tag was getting written.
        	-Issue file contained a Date SDT and a FieldChar SDT(Page numbers)
        	-Issue was at Import side.
         	 LO GRAB BAGS Properties of SDT using PARA_GRAB_BAG or CHAR_GRAB_BAG
        	-For Date SDT it should be grab bagged using CHAR_GRAB_BAG in order to get
                 correct data inside <w:sdtPr>
         	 But LO was handling it with PARA_GRAB_BAG due to which wrong properties were
                 getting written and
         	file was getting corrupt.
        
        	Implementation :
        	-Added a check for Date SDT to handle it through CHAR_GRAB_BAG
        	-Now correct SDT properties are getting exported due to which Date is getting
                 written inside an SDT tag.
        	-Added UT at export side.
        
        Change-Id: Ibcfb6dbbec1c23ffd14ba924ab56dc4122b98595
        Reviewed-on: https://gerrit.libreoffice.org/11160
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-09-01  Takeshi Abe  <tabe@fixedpoint.jp>  [3ee78b9c4e9e68d8c88792b08a11288df7d1e9b0]

        Drop unused #include
        
        Change-Id: I467151c6d17a71c937564171b79efc7ef81c8cb6

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [1b71061140bb1a528b7acc4342f071abdadfeff7]

        Updated core Project: help  a10e3f5e2f342a147b9f6d8e0912e7d3f0d4ae47
        
        Help page for Fill random numbers for new dialog
        
        for new dialog layout.
        See ac5e002e941dadc274e97b4c3afc009b6e5adbd4
        
        Change-Id: I2f371a2ac2960c5905845761370b7e99a0a1d3ed
        Reviewed-on: https://gerrit.libreoffice.org/11207
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        

2014-08-31  Julien Nabet  <serval2412@yahoo.fr>  [aa906f3e8a9de3d5013bcea98e0ffec31d1c64f7]

        Typo: childs->children
        
        Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [254c0927e669b5c488df63d07bc9eed3357e88f6]

        More mushrooms...
        
        More help buttons missing in dialogs.
        
        Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377
        Reviewed-on: https://gerrit.libreoffice.org/11217
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Niklas Johansson  <sleeping.pillow@gmail.com>  [a6f78bf8fd5dc768cc8c37ca717d7bad8fe2dc81]

        Treeview may lose focus when left/right arrow is used
        
        In a treeview, for example the hierarchal view of the
        styles and formatting panel, if your not on a node that is
        expandable or collapsable when you press the left or right
        arrow key, the focus will move away from the tree view in
        a very awkward way. This patch makes the control work more
        like a native treeview.
        
        At this point I don't feel confident about the surrounding
        code to avoid the code duplication that this patch adds.
        
        Change-Id: Ibd04cf5329b4d226aac102d214a45e45811982e7
        Reviewed-on: https://gerrit.libreoffice.org/10956
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  László Németh  <nemeth@numbertext.org>  [10176b1b6f4801d78695451a1eccabf32701e175]

        fdo#33899 autocorrect: don't replace date parts with fractions
        
        Change-Id: I1470d1f3e7b8613c49a4998f3ff106ca5abeff65

2014-08-31  Michael Stahl  <mstahl@redhat.com>  [790920befb242d4843d7a933c8a3b7af31d404f9]

        GraphicManager: fix crash when swapping out graphics
        
        GraphicManager::ImplCheckSizeOfSwappedInGraphics() may access a deleted
        GraphicObject because swapping out one GraphicObject may actually delete
        other ones, by deleting SdrGrafPrimitive2D instances via
        sdr::contact::ViewContactOfGraphic::flushGraphicObjects().
        
        (regression from 0ca0202a0994c0b7c99c366fd5cafd8a655df203)
        
        Change-Id: I94bd465d90afbfdd14da28e42de3ecdff3a9d9f9
        Reviewed-on: https://gerrit.libreoffice.org/11215
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-31  Michael Stahl  <mstahl@redhat.com>  [ac2ffe70ce5d6ee152876711e8a9d333f86fa1ff]

        GraphicManager: let's assert GraphicObjects are inserted and deleted once
        
        Change-Id: Ie3bfb78434fa25fdbbdfb90cb9590649fec2dc28
        Reviewed-on: https://gerrit.libreoffice.org/11214
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-31  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [9fcf955c339149f2ecb215cdd4eaa5a81b2963d1]

        Left-align labels in Detailed Calculation Settings dialog
        
        Change-Id: I7e60d45f81dc3adb5567df47b359b627234b5bba
        Reviewed-on: https://gerrit.libreoffice.org/11209
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [a2c6ce60b9b9cc15a3a7ab01abcaf4e3f3bfe270]

        fdo#80538 Add (hidden) edit icons to the toolbar again
        
        per https://bugs.freedesktop.org/show_bug.cgi?id=80538#c23
        
        Change-Id: I1e9b06bd84ddbfbf70b4de904679bb99c2b72da0
        Reviewed-on: https://gerrit.libreoffice.org/11203
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [09426fdd9480b192c7a314d72bac12900f049c4b]

        Improve layout of random number generator dialog
        
        New widgets arrangement in Calc - Edit - Fill - Random Numbers dialog.
        I placed  the distribution parameters closer to the distribution combo box.
        Custom Seed and Decimal Places are now global options for the generators.
        Help page for the new layout will follow.
        
        Change-Id: I0d3f4c09b2c172271b675078abca6013c35a1da2
        Reviewed-on: https://gerrit.libreoffice.org/11206
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [b7511421730c230294b1e6fd1353cf4bd35d2155]

        Help buttons mushrooming all over the place...
        
        Change-Id: I098cdc4899c27930f3d0a16d7fbd26dbce91d4c5
        Reviewed-on: https://gerrit.libreoffice.org/11212
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2e3f30c58ec2c392591401f7db9834f9e78ec749]

        Add help button to dialog
        
        Change-Id: I2b4eab22da81379a94b21947872a4dc2e9214c5f
        Reviewed-on: https://gerrit.libreoffice.org/11210
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [0eb2c17d0e0a9cee07d0310543d45c3c87305a10]

        fdo#83289 (part) help btn for impress photo album
        
        Help button in Impress Photo Album dialog
        
        Change-Id: Id21a29955036ed74ee9b66be8c076ecf81f25a17
        Reviewed-on: https://gerrit.libreoffice.org/11211
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4e017b4fc339e530dcc57823494bd1e14807aa28]

        fdo#80269 (part): Help button for Calc Form dialog
        
        Add help button in Calc - Data - Form... dialog
        
        Change-Id: I7263fdc8709add1ce9cca69ece20feb14ab71589
        Reviewed-on: https://gerrit.libreoffice.org/11204
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [475991cff8379b267e1a2f65525a0bd4a2a2ead6]

        FDO#83283 (part) help btn for Label Field select'n
        
        Help button for Calc Label Field Selection
        
        Change-Id: Ia3024992ff804be469cf32caf1a2b84675557415
        Reviewed-on: https://gerrit.libreoffice.org/11208
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-31  Caolán McNamara  <caolanm@redhat.com>  [efe49ba4fc9a28da628f492609954ea678f17472]

        coverity#1233512 Uncaught exception
        
        Change-Id: Idc1e1e905282ff44581b26ea1557c70641abe8b8

2014-08-31  Caolán McNamara  <caolanm@redhat.com>  [a2336d20a5c9562f0c8af21c552aa49c177944b7]

        coverity#1233487 Unchecked dynamic_cast
        
        Change-Id: If6955ba90f2838cfe0b4954b31a760e067518dc6

2014-08-31  Caolán McNamara  <caolanm@redhat.com>  [a0afc27c45576071d3d802d179a334d27a2183c5]

        remove trailing space
        
        Change-Id: I9fd2912af105b4363560b19ac18e1576ecc80a8c

2014-08-31  Caolán McNamara  <caolanm@redhat.com>  [c37a25191872aeeef02755061b9af2463e22ea86]

        Resolves: rhbz#1135410
        
        Change-Id: Iaa62d8438012e32167c9179da29c446850cf1deb

2014-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [024d135a5bf6a45885dea58080609001bd465e3c]

        Unused arguments / variables
        
        Change-Id: I5903b2f72314f8518beb1821c218fca6a3550d7f

2014-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [65613586117d5cf90d5459d4babd968c8de5fe4b]

        Remove not needed xmlns:xsd attributes
        
        Change-Id: I3ed897a7d5a3182d9ae9f64269e3eb6851eeab73

2014-08-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [24a55a1250277dec6a126045580ee35745453444]

        writerfilter: fix namespace of CT_PictureLayer's r:embed
        
        I just wanted to get rid of the duplicated xmlns:r attributes, but seems
        model.xml had some inconsistency as well, that's how this refactoring
        fixes a bug as a side effect.
        
        Change-Id: I95d753253f03a001c68dbbac7c86740040a180fa

2014-08-31  Julien Nabet  <serval2412@yahoo.fr>  [8088aeabe4fc4c9e82c78beba3c89dd40a50838a]

        cppcheck: Logical conjunction always evaluates to false
        
        I don't know how to check it's ok, I just took example above
        It seems there was a wrong mix between header and footer test
        
        Change-Id: Ia5bb838e92306f3bb160069a7c62707e365e8ab2

2014-08-31  Julien Nabet  <serval2412@yahoo.fr>  [880c18f23068a1faf34f36a67161e3b85fffdea7]

        Resolves fdo#83278: Missing type of directory at "Tools/Options/LODev/Paths"
        
        Revert "remove unused optpath.src"
        
        This reverts commit b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9.
        
        Change-Id: I9c5f8c15b36c38e94603186cb9d2bb316bf31674

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [19cc164100d2da03a0e71fac4b5cee27fa2c34a5]

        Updated core Project: help  18f215920e94df8383c1e30f8eb0a93c3e076016

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [835ca0a10d836cb366e940420e5fef2d10229b2b]

        add capability to load FloatingWindows from .ui
        
        in theory anyway
        
        Change-Id: I8230462bdb05e4a71e366c1a92ba388a8ea12c82

2014-08-30  rbuj  <robert.buj@gmail.com>  [e1bf8fff0dfcdc3c6e67c18a4e4c7da97f6e2984]

        xmerge: fix javadoc errors for JDK 8
        
        Change-Id: Ic8352b7460c36155215d25339650ede40735e65d
        Reviewed-on: https://gerrit.libreoffice.org/11189
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [2602a41f766625e03b961ed2293fd1f2fe851a05]

        coverity#706466 Uncaught exception
        
        and
        
        coverity#706463 Uncaught exception
        
        Change-Id: I77cb09054f00d86cd3e206e44ef4942ddf148a7f

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [e8fb86134c6f6052ab6748698039760827fbcd37]

        move layout from dialog to systemwindow
        
        *distant sounds of hammering in basement*
        
        so we can get Floating Windows layout aware
        as well without duplicate of dialog layout logic
        
        Change-Id: I063375f2f7d4e5c3bfbfedf55649078d4dbe4139

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [0d5cc8ce2976b8a69cc4ef1091b0dfe72c15fba2]

        seem to need to link against pthreads on linux for poppler now
        
        Change-Id: Ibca5ad9ff6a3ab28f24ac2554bd0534b0827a24e

2014-08-30  Caolán McNamara  <caolanm@redhat.com>  [76ab34ae7a565b7b962967c17b259620f84943f0]

        didn't know about the dockingwindows
        
        Change-Id: I25c1361ed7b87abf4f78fb09aeea65206f7be040

2014-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e0d84c2c1c47740d9229f18e067ef7523519782]

        writerfilter: fix namespace of CT_SaveThroughXslt's r:id
        
        We only tried to read "id", not "r:id".
        
        Change-Id: I35580fda05841d8c8a11b961016ec4be5059c5f8

2014-08-30  Thomas Arnhold  <thomas@arnhold.org>  [686ea7add8f6d56fbc741bda0107603d8cefc9b3]

        upgrade to poppler-0.26.4
        
        Change-Id: Ia5c85b8e697491aafc9de4838504226f11480b44
        Reviewed-on: https://gerrit.libreoffice.org/11081
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-30  Thomas Arnhold  <thomas@arnhold.org>  [e96d2593138d9e8eb197e21fa3087b45eae676c0]

        interpr: ZinsesZins is Compound Interest
        
        There are many more, like ScZinsZ, ScLaufz, ScGetZw,...
        
        And some I can't identify, because my financial vocabulary is limited:
        
        nZr Zinsrate
        nZzr Zinseszinsrate
        nBw ?
        nZw Zinswert
        nRmz ?
        
        and many many more ;)
        
        Change-Id: I11c26a8d4519bbd1e8242d27d3815db2bc3fdecd

2014-08-30  Thomas Arnhold  <thomas@arnhold.org>  [dcda429221ea2a7094835eee792f749a6ae79bc4]

        interpr: fPeriodn -> fPeriods
        
        Change-Id: I21b76d2d121b27c5b4aeb676948786ab91bff0b7

2014-08-30  Jennifer Liebel  <jliebel94@gmail.com>  [e886f9ad66cf0e1961deebb30a97e0b35bb5a816]

        fdo#39674: translated German to English
        
        Conflicts:
        
        	sc/source/core/tool/interpr2.cxx
        
        Change-Id: Ib063cafa895abd7d792ca068d727ea161946679c
        Reviewed-on: https://gerrit.libreoffice.org/11184
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-30  Jennifer Liebel  <jliebel94@gmail.com>  [5605a36a31081875087ff5cb28b84790845ba695]

        fdo#39674: Improved translation
        
        Conflicts:
        
        	sc/source/core/tool/interpr2.cxx
        
        Change-Id: Ib80472a1670b61fdea61bdee4d52b19e28b85d63
        Reviewed-on: https://gerrit.libreoffice.org/11192
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [675073a7766007ae0d289dcd634d5153bbd891c3]

        CppunitTest_sw_htmlexport: enable on OS X
        
        Change-Id: I2aa954b0f97de9ae7657ae3a12d1a15389c13ef2
        Reviewed-on: https://gerrit.libreoffice.org/11159
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-30  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [4b4e4ccf8d571fd6f6ee538c4e406b07fc810e2d]

        fdo#80617 Use complete string to allow translation for page number info
        
        Change-Id: I8cc899f70ee4dcd65495b8ccc153a8fc3a2cc413
        Reviewed-on: https://gerrit.libreoffice.org/11157
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-30  Tor Lillqvist  <tml@collabora.com>  [90c38d993dfda3c0fbb411a09d5be77cb41ea0bf]

        Fix build problem in the --disable-database-connectivity case
        
        Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090

2014-08-30  rbuj  <robert.buj@gmail.com>  [dc64ffbf9e3cf24cebbb454e6b75a0a69656ceb8]

        jurt: fix some javadoc errors for JDK 8
        
        Change-Id: I998f5796d7a5f10f790a1e861b741c54d0f62c19
        Reviewed-on: https://gerrit.libreoffice.org/11191
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-30  Matúš Kukan  <matus.kukan@collabora.com>  [59f1e330f0ecbb7d2387c1569c19fd055c162f8f]

        Use plain bool parameter here
        
        Change-Id: Ic948889a0fac32adc48a7a4fb1e7f82ce8b08ba4

2014-08-30  Tor Lillqvist  <tml@collabora.com>  [552b5e1f230fbbf49f3624d3bc31cab32898b16c]

        WaE: private field 'mnId' is not used
        
        Change-Id: Id3e9c2c380b8c2388eda9e650dae635bfbae7711

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fcc6e8ae56d539ef92bfb917a52ac0638b3db25f]

        Remove the old xlsx pivot table export code.
        
        Change-Id: I6725cbc331b51f66025a8294612c6a5918c07adf

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [151d7a62230c98bb06628667170165f875788637]

        Write test for importing and exporting of pivot table with 2 data fields.
        
        This is for xlsx format.
        
        Change-Id: I8ef2ae41cc88eeeab610e1a89726c62acb9e2fcb

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f37c6e0d111c2237d422be07acbb67b7d0dcbbeb]

        Correctly export subtotal functions of data fields.
        
        Take note that data field may be duplicated.
        
        Change-Id: I8f787075869f38d0101da2787bac315c71d8a6e8

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b856f028735d292c9b02168704d4a07e2f43cd5]

        Use the source dimension name when searching for a dimension.
        
        Otherwise we might miss the right dimension object.  This fixes the bug where
        the subtotal function of the second data field was not set correctly when
        importing from xlsx.
        
        Change-Id: Id6ecb07b86cf6803a3f6f7604267ce2f5f9a4067

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bfaf4401b440b56d6e226a4dca32a18e84949d52]

        Export data layout field to xlsx correctly.
        
        Excel uses a field index of -2 to indicate a data layout field.
        
        Change-Id: I6b18c0bcff439eb4425ef0b0d0b841633dc81dd7

2014-08-30  Tor Lillqvist  <tml@collabora.com>  [5c004922b2fc167c826350085f7d996d93b4398e]

        Start of support for Android on AArch64
        
        The build does not get far before it runs into trouble in the GNU libstdc++
        headers, though:
        
        android-ndk-r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/opt_random.h:33:23:
        fatal error: x86intrin.h: No such file or directory
        
        Change-Id: I9d459c64980091ba8bf5b3d631d47342625f6be9

2014-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [0da23c09222caecdf5944c1f2da17dddeb10f1c5]

        Remove unused prefix attribute of namespace elements
        
        Change-Id: I6fd33f9050eb3f7394315bbd0c617513767adce6

2014-08-30  Tor Lillqvist  <tml@collabora.com>  [8d57c90b020dad4dd2a8218dd8d91d4040901e2e]

        WaE: unused function 'isGL3DDiagram'
        
        Change-Id: I0af5bf5e7d36036b3f0c98d01c8549c2b8e1aa1f

2014-08-29  Julien Nabet  <serval2412@yahoo.fr>  [35e260c4a3e886c4177b232871f9f2775cd5c5f5]

        cppcheck: va_end_missing
        
        Change-Id: I316830b56aba7874cff4a164925520a7b6c6131d

2014-08-29  Lionel Elie Mamane  <lionel@mamane.lu>  [86bdb13704d9d85a247339071a86d301ce86cd7f]

        fdo#67615 TextField in table should use same formatting as floating TextField
        
        Change-Id: Ia6333d12f9f1ecdd5a552089f0df8703c5fce88a
        Reviewed-on: https://gerrit.libreoffice.org/11196
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-08-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e9cb48ff652ac2d4950ff9f1d3f41537bb1b5c80]

        Write export unit test for pivot table import / export with xlsx.
        
        Change-Id: Idc4e9e9aafd3fe0a01758fe988ffacd76cb15784

2014-08-29  Michael Stahl  <mstahl@redhat.com>  [5b63c12ace2aec9a659e4b9125f6aa9ff204ed09]

        n#708518: sd: check that master page matches when setting parent style
        
        In ODF import it happened that the parent style of "outline2" etc.
        was always set to the "outline1" style of the first master page in
        the document, but it should be the "outline1" style of the same master
        page as the "outline2".
        
        (regression from e955433c3574cb602dedba96bc645898f97858bf)
        
        Change-Id: Ie563d5ee5c2040aeb6ca5c8bb25b195e15ea964e

2014-08-29  Michael Stahl  <mstahl@redhat.com>  [f582d9789c15934a65abff36e3c4af107dacc347]

        editeng: deploy an assert for the default items
        
        Change-Id: Ifc85d682377bb1a3a34e6d49767cbfbe6521c388

2014-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [305ecd1848a802a6c43ecc6e76f4c6bc36a03418]

        fdo#79959 RTF import: trim whitespace around style names
        
        Change-Id: Id23cbd62b057442c577fef124a5705e4d551076f

2014-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f05a8709232bdce78760636c6f6f03bf588a1ec]

        Remove unused url attribute
        
        And also make sure that the model is re-checked when the schema changes.
        
        Change-Id: I348d11aa770255329cd47535dff4b15a95e4bd8e

2014-08-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [89940633b43aa7ff136f73fcb3c78201d9cb4ef9]

        replace sleep with two condition variables
        
        Change-Id: I7611b5be7d462646a19ebfd86b8d6612dccafc71

2014-08-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [01a4949dac2eb8c61a588d7dc40e2297b6077733]

        ignore aggressive Nvidia GLSL compiler error messages
        
        Change-Id: Ifc83bd3fb1d0fcbc8056c72b2545a8a3aed00a64

2014-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f61e453f8463fcc02629b1e8cdfeb73a3a932307]

        the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl charts
        
        Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73

2014-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d622c55ef776f31ec8a0a5dfcbbadd03c35e5a1]

        cache the call to getenv
        
        Change-Id: I13095b13694aa092e3d5f542b5be12e703eb4590

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0c092af2eb5f07fa18ea53b5dbe344fccda4389b]

        Don't render with mp2DRenderer when we have 3D charts
        
        Change-Id: Icb224f2d3dd55580532b1c4c43781ad444e51a43

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fe20f974cada3e1637e9f40508b6cfda1bc5b7d2]

        mpRenderer->init() needs a context
        
        Change-Id: I9f6ce17fcc590597f357bf3ded5fe3eb41fb3810

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [18ccf4035916b18cdb8145f06c69a04cd7269c43]

        Oops, static was forgotten.
        
        Change-Id: I0c316581ab8bfb0a49420006a0801d13021bd1ca

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aa40e8604953dd1f71197c9f45d6b489fccfd1ea]

        Store env variable in a static variable instead
        
        Change-Id: I5d6067806645722faac3fe90cbec01b6963f7283

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [72d8f483b387b53426551a83851503011bf8bb30]

        Revert "Stop flickering in rendering of charts in Writer"
        
        Hide when it's actually a normal chart.
        
        This reverts commit b79b862927d937d695b31df4bdb85d1fc8774f39.
        
        Change-Id: Ib7aee142cea979293864f3916eb0580a82605b2b

2014-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1f0a1a308bea3f4ea3452ac2385f35bc2b36d274]

        CHART_DUMMY_FACTORY should not control the OpenGL window
        
        Change-Id: Ic6c640f7d37606b357672f2b73f95d51d1daba67

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0bbb6f08122ba9d8a58b9cb25667d0a1f899ebd0]

        Call resetCurrent as soon as possible to avoid conflict with other thread
        
        Change-Id: Ie3edc252135301ba5b85b80edcdbe75537d0da16

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8e37097d52e8a52ee4a9ea7c87d9fac4b3feef8b]

        Update chart when chart type is changed in edit mode
        
        Regression to master.
        In long term it would be better to define ChartWindow as an
        OpenGL window and not creating a new window inside the chart
        window, becasue otherwise all events which was handled well
        by the chart window will be broken (catched by the OpenGL
        window so no effect on ChartWindow (defining the behavior of
        charts in general) or catched by the ChartWindow and so no
        effect on the OpenGLWindow (like invalidating in this case).
        
        Change-Id: I234f469f70914e01f030c8edae9cb5aacea112bf

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a933a955c6278ecfbc7f14280b5b1090dee581e5]

        Reinitialize GL3D renderer when OpenGL window is changed
        
        Without it when we switch sheets in Calc or slides in Impress
        and go back to that page where the GL3DBar chart is then the
        renderer does not work.
        
        Change-Id: I9aa6203ed5aa7f94627d886b2f2e5ad34d493843

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2414270c396929490fe2b1b2afecd25075b21117]

        Don't create an OpenGL window in case of normal charts.
        
        Change-Id: Idb4506712d3902c12aa881a85ddf69a281edff82

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [19cf361efa9dbe636135434b6839d889b66a29dc]

        Fix rendering of GL3DBarCharts after ODF import
        
        OpenGL window need to have a valid size before
        rendering.
        
        Change-Id: I3ce3dbf653f0dc101de3acc4d634d7fe6c3be9ad

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ed23d7e6d3ef9e09664502e1230dbf492050ff59]

        Stop flickering in rendering of charts in Writer
        
        Change-Id: I52efa9cd7851f480ee2abcaa1646735c6f518f3a

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f4528a1ba6a95dabc00901bfbe99f4e1bd094256]

        Add a border to opengl chart to make it easier to handle.
        
        Change-Id: I74bc636dc0a37d70f45fe2eac0b8b60e3f6318bb

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8d509d69b434bd70b61cb6eed8b8dc21707726a3]

        This OpenGL window is useless
        
        Change-Id: Ied9914c9a317dc3945c29b984d2a68957275fc52

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4e96f7ffdb5d7b84ea70888626523dcdc5dfe0ac]

        Fix regression in rendering of GL3DBarChart
        
        Change-Id: Ibf8f4a57cbc85f77a73054873030fcef321f5518

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cde22222cff549c63045eec968c80c9db0c523f2]

        Mirror vertically the texture bitmaps for OpenGL
        
        In case of glTF models it saves a Mirror() call.
        In case of OpenGL charts it avoid flipped texts.
        
        Change-Id: I1ac980e16bcb5ba6a9a025b638aaac3b08b4aab3

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f71aae75017308545d0f835de6a5e39603d17002]

        It seems better if the caller allocates the memory for the RGBA buffer.
        
        For example it allows to use std::vector<> and call the method
        
        Change-Id: Id4b8e33838d358dd242d0176e42558505fa8d4a3

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9991b50ccc6ef3d26c28859b4a31504bd5001368]

        Make opengl chart window always active
        
        Fortunately there is a special ole object group with
        the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this
        behaviour.
        Problem is that both Aspect and EmbedMisc are MS specific
        enums so we can't use them directly for non-MS objects. But we
        can handle opengl charts the same as this ole object group.
        
        Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [bd9a4e19227834381dd776d8fc13e5f1ecdf92b3]

        ChartHelper::IsChart is useless
        
        EmbeddedObjectRef has an own IsChart method with the same
        behavior.
        
        Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6e4f6ec445198f6252fdfed627a1c6d07557190a]

        Add a method to check whether an XEmbeddedObject is a chart
        
        Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7daba09d025a2ade10cecb33cd1d613f16b78fe4]

        Fix OpenGL chart reinitialiation
        
        Problem after ChartWindow was disabled and enabled
        again, OpenGL content was lost.
        
        Two things:
        -After setting a new OpenGLWindow the corresponding
        IRenderer must be set (x3DWindowProvider->update)
        -InitOpenGL() call should not depend on DummyChart, but on
        OpenGLWindow (OpenGLContext).
        
        Change-Id: If74e1945de9973d3921ceea1ca6fef39311add7a

2014-08-29  Jan Holesovsky  <kendy@collabora.com>  [43d23a24fde16addb37376a92d36dba78263614a]

        opengl charts: Move the init from sc to chart2, to have the right parent.
        
        Conflicts:
        	chart2/source/view/charttypes/GL3DBarChart.cxx
        
        Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [235fa0334e0b45c736b636ba1689e2f8c7458697]

        Linux AArch64 port
        
        Change-Id: I37044a37348b203944a8eb9d2204e619055f069d

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [6bc81d4e78184cf57d6bc99f1f2dba6938b4fa85]

        Simplify some $ENABLE_DEBUG expressions
        
        Change-Id: I9f60fd317f3a2995a182d51d06059bd994cf837c

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [5990beed9aba690ea9487e2c4a64615b7504a0a1]

        Dead code
        
        ...left over from 95780ec73990f96dc16fc677c895d00fa1360008 "refactor concept for
        c++ based subsequenttests"
        
        Change-Id: I8a661f00c122d75e3b71ca51692ba17b6bdb3c56

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [74868d1928e6f3aa98dea96e17e4be1741fe563f]

        Fix CppunitTest name
        
        Change-Id: Id93eadfd0a34f319f4f6302e1dd225ba71c42a4e

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [b2666f10e0f1bb42b1d124433eac219285c79d5b]

        Pass --enable-debug also down to external/libvisio
        
        Change-Id: I1ac53910390d99ad9fca72270dd3b98e281c000e

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [a13923afa5320f6b717a6fd777d751e8da270601]

        Typo in CppunitTest name
        
        Change-Id: Ibb683b50b68b8f982fa6e70e48608f2e574b0def

2014-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf5a6919e1da43cf9e0d0bdba986f6f203237cf9]

        coverity#705090 Unchecked dynamic_cast
        
        Change-Id: I4cd2dcd457c8f41c1c7fd82e2c99d056cf2a8c37

2014-08-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [cb01957aa0ac3caea8e87522116086ac256d4ee2]

        fdo#32613 RTF export: implemented anchored picture export
        
        RTF originally didn't support anchored pictures: they were always
        inline. Then it was invented that pictures can be exported anchored, if
        they are in fact shapes, but their "pib" property is set to the hexdump
        of the picture contents.
        
        The RTF importer handled this situation for quite some time, but not the
        exporter -- this commit implements that.
        
        Change-Id: I173ad9f4f2e24620508ca63c0b892b7d5da4e5b2

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [2426e72dba6e5fc9659dc6d691c3e2cbb64e684e]

        Pass --enable-debug also down to external/libmspub
        
        Change-Id: I76f834dea9aebbdef6cdb240e0a2f1ac49217f5e

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [66e3194e6a5cca0400fa9628446246b2668ef2b5]

        external/libodfgen: Avoid undefined-behavior casts...
        
        ...from (potentially negative) double to unsigned
        
        Change-Id: I2f922beec7201a8d769133e879208d2e951e6429

2014-08-29  László Németh  <nemeth@numbertext.org>  [8f3d5752a53bc65b8c45031a9ee883e2672ad549]

        Updated core Project: help  45a3b79f12c5d057302a4c74977e86fefd299208

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [691450b8d4f9de48fca32b621348ef2a306b0349]

        Pass --enable-debug down to some externals
        
        Change-Id: I3bb3c90142cbbd32877ba5e3d9070bc52ee76df9

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [dfb24d09a8714d9e4c854a7f0d5a1ca1ad82e81b]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I10d58f79bf8e803953ce960d8f63c7139a23d609

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [e6401bb6a16393ec7819cef54db0e09c0188ffd9]

        Missing unit test dependency
        
        Change-Id: I6ea03aadce23e324ee80f2f73e2175a5307c706a

2014-08-29  László Németh  <nemeth@numbertext.org>  [f78eeee1b7c6599589c37b456c4b2f1c6c2e249c]

        fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbers
        
        to avoid the bad replacement of the frequent number ranges between
        years, page numbers etc., more information:
        
        http://en.wikipedia.org/wiki/Dash
        
        Change-Id: I9cae6bcbc227e80d59e091be591448c9289371eb

2014-08-29  Noel Grandin  <noel@peralex.com>  [610cfb377161a84f24c9022fc04cf7cb55d74ea9]

        java: fix reportbuilder and wizard
        
        which I broke in commits
        70f56bc22fe95 "java: reduce scope, make member classes private"
        and
        34bcf9b498b "java: remove dead methods"
        
        Change-Id: Id21482782bbc102e60f346a2bf51096af2fcbe22

2014-08-29  Caolán McNamara  <caolanm@redhat.com>  [7da6716e98f22d6cb968c3218b5f4936f868a977]

        sigh, simply forgot to include the endian header
        
        so the ppc64 bridge was broken
        
        Change-Id: Ib60274ed25531f500bcd97f5ea9b04091ce01825

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [7a1d8c2187300aaa24d3aea239360bc360d8c950]

        external/libmwaw: Invalid downcasts to libmwaw_applepict2::OpCode
        
        cf. <https://sourceforge.net/p/libmwaw/tickets/6/>
        
        Change-Id: Id59fc23ab25a8b4e12a96a0eb88d091cc5ae6e25

2014-08-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a60cc580212e2770c3aef7decfa09b64d4a3e52f]

        Upgrade libgltf to 0.0.1
        
        News in this version:
        - Solve some limitations of walkthrough mode (fdo#81425)
        - Multisampling (better rendering quality, mainly at the edges)
        - Better error handling (no crash in case of invalid input file)
        
        Change-Id: I46fdf56b00476614487fbcc04178e43e33a01794
        Reviewed-on: https://gerrit.libreoffice.org/11179
        Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com>
        Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>

2014-08-29  Jörg Sonnenberger  <joerg@NetBSD.org>  [45dfbdca6a9afba1a6aef21623ec025ded635a4d]

        Fix build with boost-1.56.0.
        
        Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47
        Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

2014-08-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [c6270de939d5ee51b61dc4ac02c52f1d9b5b1e47]

        fdo#80538 Show an infobar when document is in read-only mode
        
        and remove the Edit icon from the toolbar
        
        Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2
        Reviewed-on: https://gerrit.libreoffice.org/11182
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2014-08-29  Caolán McNamara  <caolanm@redhat.com>  [d54b2bd8dcc393bb168386a5c0ec4ce40bb3c6d4]

        Resolves: fdo#83068 ignore spaces in font-size unit detection
        
        Change-Id: Id9a5c2ee576bd533d8b0a2b4356e319354abbbac

2014-08-29  Caolán McNamara  <caolanm@redhat.com>  [f3cbb539e5d8e042432ab2ee9c90a3ad8c9ade5a]

        icu#11131 coverity warnings
        
        Change-Id: I67d0b4b0c39c62646c7a0ae7152c7ca256680c38

2014-08-29  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [96dc17221c286dd02772f1dd54b4ffc3c3091b9a]

        fdo#83044:Fix for corruption of file with SDT content.
        
        Issue:
          w:text has a wrong child w:docPartGallery and w:docPartUnique.
        
        Change-Id: If1dd6ff15cbba2868c93795051a5328a074721d0
        Reviewed-on: https://gerrit.libreoffice.org/11146
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [6045c38f86fc6e96610dcd9a055892af21ea2629]

        Avoid crash when no args specified
        
        Change-Id: Id3d10566af674f02f3734f981e6b4b45b528ed92

2014-08-29  Stephan Bergmann  <sbergman@redhat.com>  [214fd01ba451f10226c703d3f2337ad4f42a378c]

        Fix signature of dummy non-ORCUS implementation
        
        Change-Id: I8ff7d0d8d4f5bfd4426bd3878f77eda714d0f01d

2014-08-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f5aeaa3845ae794a6320f082b1354f946d96cec1]

        bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.
        
        Still not perfect, but it somewhat does work.
        
        Change-Id: Ic248e20f7ab18a37f56b2034f57551dded956bab

2014-08-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [902e3898d385875029fda3b42c1854b159a18483]

        Make some methods non-inline, and add method descriptions.
        
        Change-Id: Ib8d5fa666827a7f97035ad37d05e305bb920c300

2014-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [1298c1d13572c6fbfbabb813b2d6843368c6df1f]

        We don't check the extension for html
        
        ...since 86c6f18c2766aad43d6e3bfcf3530e40440ebca7,
        so move the related code and comment to the plain
        text scope.
        
        Change-Id: I501ebaba915ddaa3f5d1d8d2977d3ba70fb6071b

2014-08-29  Maxim Monastirsky  <momonasmon@gmail.com>  [65f70e0d57be14c55063709e86f252f84dab087b]

        Remove these intermediate variables
        
        ...and pointless subsequent null check.
        
        Change-Id: I50721a17eeec2f9ee0b515507cdda4ed05ddcae5

2014-08-28  Michael Stahl  <mstahl@redhat.com>  [1d6a8c4a950892bb72b7737209d3e3d8e467adf2]

        sw: the tox test can now use the exported SwGlobals::ensure()
        
        Change-Id: Ibb4defec621fe479a877248a970eac15916ec6ec

2014-08-28  Michael Stahl  <mstahl@redhat.com>  [eb213e490d9a366477b921d1a408d85c4638499e]

        Revert "sw: _one_ unit test with use_library_objects sw ought to be enough"
        
        This reverts commit d2a4e7c7f70a0ff0769ed228320833fa6b29bff9.
        
        We now export SwGlobals::ensure for another test, so no need to use
        sw objects in this one...

2014-08-28  Michael Stahl  <mstahl@redhat.com>  [365b075e8469f1897fc8a90ede1dfd205feca82b]

        sw: why is swdll.hxx included everywhere?
        
        Change-Id: Ic401ca83666a887be9e5efe8369440e78fa4eeac

2014-08-28  Michael Stahl  <mstahl@redhat.com>  [125cbcbe6bbcf1cad7d885f0f6d3da5947d7fbbe]

        sw: fix htmlexport test failure
        
        Somehow this test failed on Windows, because of restoring a "NONE" field
        unit to SW_MOD()... apparently the "charborder.odt" test is run first,
        and preTest() sees a null SW_MOD() then postTest restores a NONE metric.
        
        Hack around that by calling SwGlobals::ensure() to create SW_MOD().
        
        Change-Id: I6c0cda3aae397071bca16bf0e5d9f8105635550f

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [a6e28fe9c6fa8ce8be4fc9a839f1a3b55644dacd]

        Fix *_component_getFactory function type
        
        Change-Id: I6b7a9e15da83f1d53a5e59d26b643c363e652619

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [9cd55a26c285e5c8535b666866439d7bcf4f2baf]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I4823e2d28ebc3aabaa1cb47e4f7f15bfc8c234a5

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [83ac0fd7bdda4a811aacf1413f4adde4838b1cd3]

        Fix *_component_getFactory function type
        
        Change-Id: I406e0b659f551f347a8fa9ae2a57ec7965ba7ea0

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [2ffaaf6b594317d16417b952c84be5acd9c52362]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I343335b56fcbac570c0000e1216dc4d16b9a05b9

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [4034d96aeee07f069a6fb9e0445436577a6065e3]

        writerfilter: respect WinWordToWriter config setting
        
        The binary filter uses this setting to decide if the embedded object is
        converted into a native Writer document (so it can be edited) or not (so
        it's preserved better), let's do the same.
        
        Change-Id: I47b48867b3d0abf6cd8de2430513587a6776461e

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [7890a7263f8a6740582bc58328c76613818fe2d5]

        update getTableSize (and fRowLen) for dodgy 2-based arithmetic
        
        Change-Id: I3787a46cf8662ed709534db85d724c17c21b90dd

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [5253732ca6ff31f3cce9e1ad3c65a48db721e966]

        Fix some *_component_getFactory function types
        
        Change-Id: I8e7cc2d26df27e2eb48ddec53ea0a4f1d1381e23

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [54bdfe0a891f2119bc35c5d82ecbc94c8cb13c0b]

        fdo#74229 import RTF_TRGAPH
        
        Regression from commit c4b91ae3178011c66c76c711c1a6469ba658872e
        (fdo#55525 import RTF_TRLEFT, 2012-11-13).
        
        Change-Id: I90f2c6399cfaf8399de0cf3488a23af6cc84710d

2014-08-28  Michael Stahl  <mstahl@redhat.com>  [0364d3b7e670bddb49d5132268cf28737c3301c6]

        fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()
        
        When calling XUnoTunnel::getSomething(), the function must drop the
        CPython GIL to avoid deadlock since there are implementations of
        XUnoTunnel that acquire SolarMutex.
        
        Change-Id: I51ffce9bdee9a51c932902e77856f865eae81d2a

2014-08-28  David Tardon  <dtardon@redhat.com>  [ef8b94ab0e689851871f9783d4b1f3724177cf3a]

        cast arg to the right type
        
        According to desc., typelib_TypeDescription can be safely used where
        typelib_TypeDescriptionReference is expected.
        
        Change-Id: Ibc3effd7e2894ba6ff738503e747f5157c146454

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [7bac68d79e2e3b9a5e2e2b12a3e83c8d1e62b16f]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Id03c16337cb637c7f63fb789697c8bceec905bda

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [70946992d4d1b9d08fbb5cace885c8e93eebc137]

        Fix some *_component_getFactory function types
        
        Change-Id: I912f9d1454c049419e9ead6f0ff8d7fa7d8cd6c5

2014-08-28  Stefan Weiberg  <stefan.weiberg@germandev.org>  [b450d32260e1f3d2bc83297ca9cb54b62e36ac20]

        fdo#82088: changed namespace from utl to css::util
        
        - edit: deleted redefined css (alrdy global)
        
        Change-Id: I2e1b0a3d71ef25fdca2a56094283ed076e5cdd30
        Reviewed-on: https://gerrit.libreoffice.org/11171
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [f9857727c619702e275c8ccb63a058a6be835707]

        EE_PARA_WRITINGDIR should presumably use an SvxFrameDirectionItem
        
        ...rather than an SfxInt32Item, just as it does everywhere else outside chart2.
        At least, running CppunitTest_chart2_export under -fsanitize=undefined
        complained about an invalid cast to SvxFrameDirectionItem.
        
        Change-Id: Ia7ea43a00d659de9642f801f390f45b9239d9c32

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [27eb09662da8ca9bf44d424dec15d86a92b08b84]

        Avoid unnecessary, potentially invalid downcasts from SdrObject to SdrObjGroup
        
        Change-Id: If00b4a11ce5e568b9e4ff00038dc9e1f068cfd79

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [240ea11fe8e96cb4b86d83e887e9a2e69328a626]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I786e07caf28b2f5f898b50fc2a46247d821248cf

2014-08-28  Daniel Sikeler  <d.sikeler94@gmail.com>  [f43d50d1e470dbfbadb4e90135069f0ca89d65c7]

        fdo#82994: added missing media extensions
        
        Change-Id: Ibbce02b43192fd3afb4984f5f38251a518d7be06
        Reviewed-on: https://gerrit.libreoffice.org/11172
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [dc4b82a030ffacb8c25adfa616b0fe2db1c6fcc2]

        Fixed some CppunitTest names
        
        Change-Id: I57b039c7114c03944e8eaba9ca1bb81da563640a

2014-08-28  Lionel Elie Mamane  <lionel@mamane.lu>  [10e770492449b8c1640b58737c41fa6528a546dd]

        Updated core Project: translations  d9ae641365f094cc1898d7f614dc8a72a1c6b914

2014-08-28  Olivier Hallot  <olivier.hallot@edx.srv.br>  [fedae0bd6cf768e7d307bd9d0f15d83a5f3fa0f8]

        Fix fdo#83160 (part): Help button for impress rem.
        
        HIG-ify Impress remote dialog and add help button in dialog
        
        Change-Id: I17a67090121af9fb9656a3afa177fa4c5403332b
        Reviewed-on: https://gerrit.libreoffice.org/11154
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [5955a98b2aff796a0c7311f6f61a13eac8754ce7]

        upgrade to hunspell 1.3.3
        
        Change-Id: Ibf8345885e99ae8eb9dd6d64ccd9b5407d8d610e
        Reviewed-on: https://gerrit.libreoffice.org/11136
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [14fa2698f2f651343675761e75be01b84c4c5ff1]

        bnc#822347: if number type is not set, skip numbering
        
        If numbering is detected then (level is > 0) and the number type
        is not set, the defult bullet symbol is written. This is not
        correct as the default should be SVX_NUM_NUMBER_NONE which should
        skip numbering or set it to none. With this change the numbering
        is skipped (as in MSO).
        
        Change-Id: I8d08a6325509c7bd6f96f64c8d29e5f3045458ca

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a870b029a072567cff06efb61fe915c621f178b4]

        bnc#822347: Test for bullet character defined as '' - empty char.
        
        Change-Id: Ie771a5e53f04c0cd307d24a8bfc3ab7bc9a3094a

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3f1f2d71009776072078897293b6b222492c102f]

        drawingml: remove AUTONUM macro, unneded checks
        
        Change-Id: Ie0ad7ed9df9d0d1b19fa09b3a4b93a5cbd6b41c6

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2fa3aed1cb779b15773d98af23a3f705dc949f05]

        parseXml should return xmlDocPtr instead of htmlDocPtr
        
        Change-Id: Ia9fb79ea40ca840d7328a078e747ad64a63d18f1

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c75bddd73b125453b1d3f355195ad964bf27af28]

        reduce nesting in WriteParagraphNumbering
        
        Change-Id: I49a3c3449d8354ce5e2a6e42414fbefdfc489388

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1edf2c0f1b77a8bcafd004a449ff88aa6e7f42f8]

        drawingml: Use SVX_NUM_NUMBER_NONE as default numbering type
        
        Change-Id: I159fcf41fdb6c49687004e959d4032aef28678a5

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [64c4a651c8d1f12b3c8de415fa507071e15f3da8]

        sanitize "using" and "using namespace" declarations
        
        Change-Id: I0b0cccc2d9cfe721c1ed421e614c4350a6b3dc7c

2014-08-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [772323b4a94e18794f9932f34297c26974e17c5a]

        Reduce nesting / style in thumbnail creation routines
        
        Change-Id: I733b677f4d4c7dfdf6fef531b43e1de36131f55d

2014-08-28  David Tardon  <dtardon@redhat.com>  [b38de1f8f3712f0a632ff9b6fa10df2cf3ce268f]

        fix variable name
        
        Change-Id: I170f0390f8f510591d444f44c20434b15077e687

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6465857e02ed1a6a88d6f41dc4c1146c97c57e3c]

        Remove pointless WriterFilter::initialize()
        
        Change-Id: I2341f9665835b4591d0e7c26f32a0fa120b6e7b9

2014-08-28  Lionel Elie Mamane  <lionel@mamane.lu>  [4942c6a0e022b98acd8f3b353448555b9508af87]

        Updated core Project: translations  1a15415c3fe875ee4193fbdbcbd0ebde3b13b482

2014-08-28  Stephan Bergmann  <sbergman@redhat.com>  [05ead076b4a58cd18eee35ea97f9577333f6af38]

        Adapt compilerplugins to Clang trunk towards 3.6
        
        Change-Id: Id1ce6c59f705f9c42855995e0ad590c6a3646613

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [854bf7399a635928e6c155ef2246d636ab11ec13]

        bidi, the gift that keeps on giving
        
        Change-Id: Ia33eb3e4c89963d7391df0339a2a5b948efd0d9f

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef2668bad976f1fbb70759887cafd35ea7833655]

        PPTX import: fix missing document metadata
        
        Without this, the creation / modification date is lost on import.
        
        Change-Id: I0b74ac91aee7b8b3e0bc763247086a3a39816bc1

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [6a39fdf81fa561a587b9b9c6a28ba2891f448563]

        callcatcher: update unused code
        
        Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [4bd317f845c2f3470c7fc354e478be08c2949e0c]

        Resolves: fdo#77516 sub-grid shouldn't be allowed as 0
        
        regression from
        
        commit 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55
        Author: Csikós Tamás <csks.tomi@gmail.com>
        Date:   Sun Jul 7 13:40:53 2013 +0200
            modern .ui widgetlayout for optgrid
        
        Change-Id: I9e998ce203c16c2303e00347ce6a2992c92cc8dc

2014-08-28  Caolán McNamara  <caolanm@redhat.com>  [35412949a2fb2a4472177a0289de4f0c062b674d]

        keep nScanlineStride number sane
        
        bff + valgrind
        
        Change-Id: I255a052251a6a0f1e4005b9cfb3b6ce00c6653ee

2014-08-28  Thomas Viehmann  <tv@beamnet.de>  [80748411462c20d51d80eca63211285036af106c]

        fdo#39468 Translate German comments in sc/source/ui/miscdlgs
        
        Change-Id: I3b15d653206e7c55422a08951466916947052a24
        Reviewed-on: https://gerrit.libreoffice.org/11155
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1babe37e4871b47e37bef35378a5cf622948aeca]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I21302361e89b9f01af04cf1a1ed78627097b9d8c

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c8b1d761187dd4e93c2e26996f97aa1dd2e90a4]

        SwHTMLWriter::MakeHeader: indent conditional block
        
        Change-Id: If401b798eca9a60c50669070dfb0a038f0710b3a

2014-08-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfe4e902f2deaec832d29dc9b7657bb6028f33ea]

        SfxMedium::Transfer_Impl: fix indentation
        
        Change-Id: I05856f88dc1263bac39d9f1e76ef7c4697c345a6

2014-08-27  Julien Nabet  <serval2412@yahoo.fr>  [7db1ac59128ecc175ec1fd943ee77d469dcb0ea1]

        Typo: mesage->message
        
        Change-Id: I92557a6096fd5637f9bdd7892bca98566339253f

2014-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [bcb87e7a7a7e8be42bb5d289819943d45e225c03]

        documentation-by-const
        
        Change-Id: I7d5f457106e4885ea8412a9eab6954534ee627cd

2014-08-27  Tor Lillqvist  <tml@collabora.com>  [68b845c81826464676a8a67d6002881d9c6a1d99]

        I think --with-package-format=native/portable can go away
        
        Or does somebody know what they mean and even use either?
        
        Change-Id: If935d5d6b53d1f95ec22b19b6b97f4ecfe4d9c06

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [8d8e8942b2ee2a2e85c65d71628057316c9f5897]

        Resolves: fdo#83062 infinite recursion
        
        regression from
        
        commit 7c03fc2fe77f9b1f910f4ab395923e52648c32b5
        Date:   Mon Sep 2 14:30:09 2013 +0000
        Related: #i123048# Corrected connector layout after reload
        
        verified that #i123048# continues to work
        
        Change-Id: If5fce4b7a88d4d0972f52705334e4b9b48425cca

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [72f4f0e9e7db6798ff002632d5bc19b72a671306]

        Resolves: fdo#83137 NULL pAction
        
        Change-Id: I74c4e32aae1e3aa74d197f132c900627062b6d01

2014-08-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [8760b2b05c23e5fdf8ad7ad3f447a7489c2ddeac]

        sw HTML export: avoid invalid output for embedded documents
        
        When an sw document is embedded inside an sw one, then the inner sw HTML export
        should just write what's inside the <body>. Add a filter option for that in sw,
        similar to the one already existing in sc.
        
        Change-Id: Id2cef966c1022ba45a3540bff234029c1d396778

2014-08-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d670c9452e930460be600212d73e22acd61cc0f]

        sw HTML export: handle embedded text documents
        
        Change-Id: Ib7e55e3c82b1a1115335b68c317f5fcb084f6d28

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [a2e70c0a329c1746947e0ef76002482bf681a1c9]

        nInfo is RTL_TEXTTOUNICODE_INFO not RTL_TEXTTOUNICODE_FLAGS
        
        Change-Id: If5e0a2bbfbd56a2d647dac608643411eefa1ed73

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [47b84f7e5143f445a087fc9ccc4fb29bbd88ff64]

        Resolves: fdo#82904 non-Japanese ww95 documents claiming ms932 encoding
        
        Change-Id: I62f8d5c3cac71f83f5cdde114f66e8554a780538

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [4143d7bc7078fb367130e092a354b20da57585cc]

        sync GetCurrentCJKCharSet with GetCurrentCharSet
        
        Change-Id: Ibcf1fa35617ee8d7fab6b66e3e8c8881ad55c3e5

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [56c9850145faa9ac04c3f09633e56b6c8c22c6c4]

        refactor into GetCharSetFromLanguage
        
        Change-Id: I54382b0dd0f6b6f21f635d75cb3ee3cefc1eb203

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [804d60d2ee4c099f685a6e42438fa0de15ca29be]

        duplicate with getBestTextEncodingFromLocale
        
        Change-Id: I73a69fdfee0b0f3af5bf6b4e52629dba7ed69630

2014-08-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [41aa970b3120837ca9cadb12997a53ad322145a4]

        DOCX import: fix handling of embedded DOCX files
        
        The problem was that SwXTextEmbeddedObject::getEmbeddedObject() returned
        an empty reference for those embedded objects, so the HTML filter
        couldn't extract their content when it wanted to do so.
        
        It turns out the reason for this was that the DOCX importer only handled
        the replacement image + raw native data for the object. Fix this by
        creating the embedded object with the correct CLSID and import the
        raw data into the empty embedded document model.
        
        This is similar to what is done for XLSX-in-PPTX in
        oox::drawingml::ShapeExport::WriteOLE2Shape(), just for the import part.
        
        Change-Id: Ieb1dcb1774d2d4da00117e3a35160053066c78aa

2014-08-27  Andras Timar  <andras.timar@collabora.com>  [be84c0e8752cff050fbf8056848fa47a56be6b03]

        make .ui label translatable
        
        Change-Id: I59153a29e6271abb4d184bd3c67cd8fb2c092669

2014-08-27  Tor Lillqvist  <tml@collabora.com>  [46ad54725bf28ea75278eb63dbf95c4a29618c1c]

        bnc#648251: Avoid crash when attempting to open embedded OLE object as "text"
        
        On non-Windows, when double-clicking an embedded OLE object, our glorious
        content type detection logic detects it as "Text". As a side-effect, we start
        to calculate text statistics on it. Which surely could produce interesting
        numbers (you know what they say about statistics), but sadly causes a crash
        involving the ICU RuleBasedBreakIterator, SwScanner,
        sw::DocumentStatisticsManager and whatnot.
        
        Avoid this by checking for a detected filter of type "Text" explicitly, and
        avoiding the fun code paths in that case.
        
        This leads to double-clicks being just ignored. Maybe it would be more useful
        to produce a "General OLE Error" message box?
        
        Change-Id: Iae0726b5e9c511a92bdff7229d2978cbf76cb07b

2014-08-27  Eike Rathke  <erack@redhat.com>  [b77bf9759a74454391fa5d2f4a6ec4594d6d3e89]

        assert on first use
        
        Change-Id: I63a513406dbd90746bcad9da88945f49d2b51cc5

2014-08-27  Takeshi Abe  <tabe@fixedpoint.jp>  [75028bd82ad51c5cd09942a457ce2960ece6fef5]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I1874b5b4a059ef5fc8818b3b49ff10f2917b20ca
        Reviewed-on: https://gerrit.libreoffice.org/11135
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-27  Tor Lillqvist  <tml@collabora.com>  [c6542e4f7a759b163ced45155ab6ab898be2f111]

        WaE: macro is not used
        
        Change-Id: I37ec7e6104dc9526b1792f163fe58ec8673274c2

2014-08-27  Tor Lillqvist  <tml@collabora.com>  [93b35682c4458f76f09e10cf934dd51adfb26deb]

        WaE: Unreferenced function definitions
        
        Change-Id: I8c21bfd70e5afb6d4f9a0a57f9946074c1b16a52

2014-08-27  Tor Lillqvist  <tml@collabora.com>  [2fb876d85ddbfea0e6b6a38f71135e3dbe4233bb]

        Don't pointlessly make it harder to git grep for this message
        
        Change-Id: Ia2777d61678f511c1e604c55b4e349d2ab938b24

2014-08-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f96908e1b1c9456daf49560656c2d6ef5cc6596f]

        pass by const reference
        
        Change-Id: I1d1fff8b596d75a4cb033679d06b300402dbf212

2014-08-27  Michael Stahl  <mstahl@redhat.com>  [25df8adbc0e753fa227e5e170d98c722c4553f32]

        cli_ure: adapt destructors in cli_uno library to "C++/CLI"
        
        commit 4b56d82c7d20ba5897d87aaf7fc94da5356b8eec converted the cli_uno
        library from "Managed C++" to "C++/CLI", but forgot one detail:
        
        The destructors on "ref" classes were mapped to Finalize() methods in
        the old syntax, but the new one maps them to Dispose() methods, which
        are only invoked on stack-allocated objects.  Presumably this omission
        results in leaking of native C++ UNO objects.
        
        Reading the C++/CLI documentation i get the impression that:
        1) the destructor should explicitly call the finalizer
        2) the CLR will not call the finalizer itself iff the destructor is
           invoked
        
        http://msdn.microsoft.com/en-us/library/ms235315.aspx
        http://msdn.microsoft.com/en-us/library/ke3a209d%28v=vs.110%29.aspx
        
        Change-Id: I509d9b69a399c3d7d6597060ab9b7c78c5916e11
        Reviewed-on: https://gerrit.libreoffice.org/11132
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [64c187b8628bc103383f3c525d1debef5e32ad2e]

        don't call getenv repeatedly
        
        Change-Id: I90b8e30ffd095cc3fa20938cd15adf4d217bb6e1

2014-08-27  weigao  <weigao@multicorewareinc.com>  [ed48265c56dd7aad075260cdec915d964c406340]

        correct the variable name
        
        Change-Id: I053c99c1b544fd64951c42ebe1c232cd1768e79f

2014-08-27  weigao  <weigao@multicorewareinc.com>  [155f0b84c18f258ca0a7c94c7d605333c55a2aae]

        showing bar info until fly back
        
        Change-Id: Idc13f652d359baf2c91758ee1efd5b908b4b9483

2014-08-27  weigao  <weigao@multicorewareinc.com>  [42d5cfcf88a9eb34e2d2ddc2aedfe68dceb68d0f]

        modify history data style
        
        Change-Id: I1a86ff55805e88cc559795139c7f8f84d3fb5109

2014-08-27  weigao  <weigao@multicorewareinc.com>  [ca092a929f137d461ac1af67ab05bc7a9026b842]

        modify data update fps to data update rate
        
        Change-Id: I9654fb02a1481b679d98359424e272cc4a706464

2014-08-27  weigao  <weigao@multicorewareinc.com>  [23d54d07085dadcd9c66763d833e9aeb183648e5]

        modify data update color to cyan
        
        Change-Id: I61dd4fac1e93e3b6255f31585b19f0182cb45b97

2014-08-27  weigao  <weigao@multicorewareinc.com>  [a670e1596f38572b877c68405b8fd07913c08a05]

        add screen text color set interface
        
        Change-Id: I2407166368b55b973c70a2edc377785b82d8481b

2014-08-27  weigao  <weigao@multicorewareinc.com>  [bbd07982002b504545d7e5f01db0f18c53e1a4bf]

        place date update fps below render fps
        
        Change-Id: I18edebf6fe3c323fec2f6190b00bdc6b5d76c4bc

2014-08-27  weigao  <weigao@multicorewareinc.com>  [ce538c824ab9983194cdb8b5d08ccd76e4838139]

        reduce render fps and data update fps to half
        
        Change-Id: Ibb8b57577696e582c05ac0ea372385373e3444de

2014-08-27  weigao  <weigao@multicorewareinc.com>  [ca2c7b32b6b929490dfd57a1f98580aec44aea88]

        use environment value to control benchmark mode
        
        Change-Id: I417583701fdc24f846c684924fef4dfa4becb259

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [4cf5acef7d03ddc070adeefd2614a9a22ba5c97e]

        CancelButtons no longer loaded from resource files
        
        Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [54806224e3053133ab4ec3875b7a0bc3c496c052]

        OKButtons no longer loaded from resource files
        
        Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [53617c8651274e581cc1b55c9705c54e03f93879]

        callcatcher: update unused code
        
        Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [f52b92f1c55657fd737c4d92010ca54e65c387d3]

        m_aDevice may be null
        
        Change-Id: I21f394c1a2f91a18af8eb46ed9be3c2f786fe1ef

2014-08-27  Caolán McNamara  <caolanm@redhat.com>  [d6078b0843186542398905b97c78f29d974a5d30]

        OutlineStyles can only be Paragraph Styles
        
        Change-Id: Ia4089023ff1b9a18ed44f599dc7382fc3dcbbd36

2014-08-27  Noel Grandin  <noel@peralex.com>  [40c45e0fac44c2a43ef556ea86d08a69d8958bce]

        remove unused bIsOwner field in SfxHint
        
        Change-Id: I676039b07519fbed3b92c6ada0fa8217ee2cbe27

2014-08-27  Eike Rathke  <erack@redhat.com>  [aebcabd54cc5587f3856c48db0a4c4fc0f3f8ce8]

        out-of-bounds string access, this comparison never matched
        
        aName == aLinkTabName.copy(nIndex, nLinkTabNameLength)
        is not a replacement for
        String(aName).Equals(String(aLinkTabName), nIndex, nLinkTabNameLength)
        instead use
        aName.match( aLinkTabName, nIndex)
        because here nLinkTabNameLength actually is aLinkTabName.getLength()
        
        Change-Id: I884f56541f819db5672e9d096a26a3673e82d83b

2014-08-26  Eike Rathke  <erack@redhat.com>  [dfb48f77ba011661e03b6eb942234adb4e6630d7]

        increment SBCOUNTRYCOUNT again, we have 19 currencies 0..18
        
        Apparently this seems to have been forgotten at one occasion.
        
        Change-Id: I1436e412c1308f451d9d953f432a9887cfc99b59

2014-08-26  Eike Rathke  <erack@redhat.com>  [99e1b398f28ee8eb2fc2d6bf5db8362170f32e69]

        ditch unused sCurrUNKNOWN and sCurrSYSUNKNOWN strings
        
        Apart from that they weren't currencies and only in the way when adding
        a new currency.
        
        Change-Id: If8ca3ab3b37f3617c3f73a01428c0c30dd3481d7

2014-08-26  Eike Rathke  <erack@redhat.com>  [375228c2c811412b516fe29bf263a520f4e9be1a]

        adapt SBCOUNTRYCOUNT
        
        Change-Id: Iadf4ae9a569388528f1083c22d6ff197d6479ba9

2014-08-26  Tor Lillqvist  <tml@collabora.com>  [088b22cdf4f02834343b705cb64ab28a47a4b55e]

        Remove some unused macros
        
        Change-Id: Ic8395cc31845e510b6ef5fb2a1d5f66534295012

2014-08-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [67232b5e73df5a2a792fc274b04b52f4e9806000]

        glew is setting up that function pointer for us
        
        Change-Id: I1722c1d3816e6e995e71317a9c9b1529afe9df13

2014-08-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [88963dcfe78972111c7906b29492a602504ebf49]

        that variable has nothing to do with glx
        
        Change-Id: I202f716bcc65165e80928ccb81cec57f01bc0824

2014-08-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d72c4d4ba26666b4b0cc86c6ebaabb813a79e370]

        let us assume that we need to special handling for mesa anymore
        
        Change-Id: I37c4db8ad7283486dd8bb62b22342f6b127f0b08

2014-08-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d409d5810c3ab53040f664c3b4cfab412ba97ae4]

        use glew variable to check for the feature
        
        Change-Id: I1e2ae37a75826d321268395d4a3c23c7ed8d7b17

2014-08-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [35e954149d976e0e69a9f8b382fc67f5abc5eaa7]

        sw HTML export: don't crash on embedded object without native data
        
        Change-Id: I26fa823b987b2edfbb1be054a5f4d03bbe95a308

2014-08-26  Stephan Bergmann  <sbergman@redhat.com>  [d71aff6c47d1fc40d425a4d7fc4e718c7de5acdc]

        Avoid undefined null pointer dereferences
        
        ...as observed during CppunitTest_sw_rtfexport under -fsanitize=undefined
        
        Change-Id: I8f488188e233c1814a7b4bb3d21e7398d7d7c15a

2014-08-26  Stephan Bergmann  <sbergman@redhat.com>  [7c82d8a5c7595ae19e662ae4d64527512828451b]

        Avoid undefined left shift of negative value
        
        Change-Id: I8678215526990158215544c17aa9cf3aa178da01

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [69638beaba0dbb0a7bc6ad66bbf940325f34900b]

        Related: fdo#82259 possible solution to 'GB18030 Bitmap' detected as Japanese
        
        Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [5282daadfec077a28a0a304d0488e06ae24555d3]

        my 'Cleanvertising ' font has a space at its end
        
        Change-Id: I750f188b749c4c589adc15b60692559cb4e3010c

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [046cd2c4d25854eb57d978cab9962b8d9b530b0d]

        FixedHyperlink no longer loaded from resource files
        
        Change-Id: Ie2943e7b19d8d8d5bd2e3e5ccb466512af31cc24

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [52b871b833c66dc3cdffc9692c31fb77ed5afeb0]

        track FloatingWindows in need of conversion
        
        Change-Id: Idf4ef59721872165c51ebb2e728b4c6e3f3d90ec

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [6802dc06de83c665f63b5086f354a961f326c081]

        Dialogs no longer loaded from resource files
        
        Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [ca68971f0af83f1db52e8e06981d30a509926541]

        ModalDialogs no longer loaded from resource files
        
        Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342

2014-08-26  Stephan Bergmann  <sbergman@redhat.com>  [f1de58a6a63ae6d492ae5feb479d322f5b5b95f8]

        Remove unnecessary #ifndef SW_DECL_WRITER_DEFINED
        
        Change-Id: I867011761c1029d676db39ddc3e647c7708f42a7

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [fe7d0ea6436f9d8468c1729fcae8a0b3339abc44]

        convert sw use of template manager to new manager
        
        this completes the conversion of resource hosted
        dialogs and tabpages to .ui gtkbuilder format
        
        Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [5d952d4208aa61b6bb0c20d36745d0554be7cec3]

        Resolves: icu#11100 resolveImplicitLevels woes
        
        Change-Id: I0c052cbcfe375bd1279c2235b53c909920e2e779

2014-08-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [6f9a52abc8a9c8bf98568a5653c25404ef017cac]

        fdo#80617 Simplification of status bar page numbering
        
        Change-Id: I520f53e85cca8f23992c8deeaf14ff2f4fc9bb3d
        Reviewed-on: https://gerrit.libreoffice.org/11117
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-26  Stephan Bergmann  <sbergman@redhat.com>  [befd73fc725441c76f2b1e2a5b7a335566a9242e]

        LIB64 unused
        
        ...since 7f267db9b30fb90fe53844f659d4efa599034b5c "SOLAREXTRALIB unused"
        
        Change-Id: Iccb12fae17047095e0b2e0425e82d9bfd4293520

2014-08-26  Stephan Bergmann  <sbergman@redhat.com>  [445d463a7f4dac68657768fa738571091d6ca1d2]

        Update some external config.{guess,sub}
        
        ...to latest versions from <http://git.savannah.gnu.org/gitweb/?p=config.git;
        a=blob_plain;f=config.guess;hb=HEAD> and <http://git.savannah.gnu.org/gitweb/?
        p=config.git;a=blob_plain;f=config.sub;hb=HEAD>, for aarch64 support.
        
        Change-Id: I99756c33652aa8e19c6a407260b5c49de140128e

2014-08-26  László Németh  <nemeth@numbertext.org>  [99bdeb2b4dab0628e13e418eb0271adf12c0c92c]

        Updated core Project: help  3faab36347837d4168d12893b7e47f58d6440c68

2014-08-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bbe49667aa6dff069ba7836766fce2e85c03aace]

        We don't need this branching here anymore.
        
        Change-Id: I5253e919b85d66fb826eb76a8369f928611644ed

2014-08-26  Tor Lillqvist  <tml@collabora.com>  [e06014e0db64ec36ec41dee542d2453c945fddd3]

        bnc#719994: We need the proper alpha mask
        
        Change-Id: Ic16dceaca431929238fcef6be31ee95e068b91e4

2014-08-26  Tor Lillqvist  <tml@collabora.com>  [c03f7f2b427f7fe2b94dfb55ea64670426d1a957]

        bnc#719994: Fix the duotone filter to actually produce duotone
        
        Not sure what it tried to do earlier, but it was obviously wrong.
        
        Change-Id: I0b377c4baa88205a9a7ad7c134ec5bc2223e6205

2014-08-26  Matúš Kukan  <matus.kukan@collabora.com>  [c7a8cbb31fed810437ee4717152414ce0f66e856]

        Remove unimplemented function declarations
        
        Change-Id: I4f32afbc29f274a742bc7e57e274a48423032a03

2014-08-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b8c73c52f12915e4b2500e38d1c76b8ed58e536]

        This one needs to be local time too.
        
        Change-Id: I4e0b19689f350018039b5f5a12605ed768be1f04

2014-08-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd50ae73a48cc4ee2b32263dc4170792276203ce]

        sfx2: itemdel.hxx is gone
        
        Change-Id: Ic4fb163660b9fae29a32cd30f84f14f9a401f28a

2014-08-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [15bb3995ac9ebdced1b71cf7174e5524f316d490]

        Let's not get the UTC date to see if it fixes test failure in PST.
        
        Change-Id: I16276b50d07a221a4003f49cba75f16ca90015c2

2014-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [2f5e266e978a6c9142e8a154ccddb2a07146ed42]

        Refactor NumRule handling in CopyImpl
        
        The bug fix for i#86492 added a lot of duplicated code. This moves
        the code into their own functions and uses macros to make the
        resulting code even more readable.
        
        Change-Id: Ifa0ece26f3152f1f8d8c65173b459e8c14c5b43a
        Reviewed-on: https://gerrit.libreoffice.org/10968
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [d8e976e365f34409b33546abc3820b9fcd7930cd]

        name offending dialog
        
        Change-Id: I678627177dd81b422a66370cbc4ef7d7e740714b

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [24024ccfbd6a4b56743cea5ebb20697aae8f282e]

        set default buttons
        
        Change-Id: Id91f0d0bf3743e7304ff079bbc82bc8b347a9c74

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [ea1bb8be79f1daea1127e71e01a46989538dc2df]

        grapic->graphic
        
        Change-Id: I81bf188d1dc53783f5f9a3826497aba6c52d3f29

2014-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [2d66f9dc4723fdbccf4bd64edcc66bf31df078fa]

        Better variable naming in SwViewImp::NotifySizeChg
        
        Make it obvious, which variable contains the document boundaries and
        which the draw / fly object boundaries.
        
        Change-Id: I0bc2bcb5515e317c7a204b3458b92c61482e1a5c
        Reviewed-on: https://gerrit.libreoffice.org/10974
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-26  Jan-Marek Glogowski  <glogow@fbihome.de>  [7fc5207ebe57a2b88e2ba7ab45e4ce3f6c049df3]

        Refactor a tiny bit of SwLayAction::IsShortCut
        
        Change-Id: I13d4fbebec02bddaa27e8929188d497dde715730
        Reviewed-on: https://gerrit.libreoffice.org/10980
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [676efb67198d48be778035d07cacb71efef38dff]

        avoid picking the incomplete OGL canvas, fdo#83084
        
        Change-Id: Ia7e47d599eddc5c3ae192a6bebc3c84cd059e81a

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [faa18e9b19e52b611f77ba3ea9818c267ad2346f]

        there is no GLOBAL_CONTENT_TEXT icon
        
        avoid broken image in navigator in master document view
        
        Change-Id: I329e12c3c8bc32781340a164213aaf3e4958d4b3

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a93ed09240c6e9871593641dabbb7502af87986]

        also add libgdk to suppressed leaks
        
        Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf884b5c4e31aeb7d2393a3efabcd4abda58a8e1]

        add external libs to the suppression file
        
        These are not built with Asan/Lsan and therefore are most likely false
        positives.
        
        Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b50f11fafad9b934bef24259ebf90fbfb1d0a30]

        fix nasty memory leak on shutdown
        
        This makes the output of Lsan so much more useful.
        
        Change-Id: I6c7624d4f6f767454c125c00ce037f5d2ec3cd61

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6c0803e9984e716f5ba86a0271ecad7e0ed61d8]

        itemdel.[ch]xx is only used in sfx2
        
        Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed4142f19a277cd982fd4f9ea19d64282f4d105e]

        turn method documentation into doxygen comments
        
        Change-Id: I38a10833b1d0b17c70298b6ed7a850cb9b728813

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe9f8144c7a1a5e51544b4dacb8a2d7e70b321ee]

        move method documentation to the header file
        
        Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b87415cdbce7162cf3bc8e02a2519623dfb5605]

        remove whitespace and put documentation before method/class
        
        Change-Id: Ib88648d9ec049932520501ec997e2e82a55f63f3

2014-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9970fb3cecddb6b2b506b3ef7200cf49659def98]

        remove whitespace and put comment before method
        
        Change-Id: Ia3f22787a07628b1b531c61f21d345def5f6e99d

2014-08-26  Michael Stahl  <mstahl@redhat.com>  [e2bc4c005a13a4e3925c01b1e0d899899494f053]

        gbuild: serialize linking on "make check" too
        
        Change-Id: Icdcca50627d2a7aed19287807f8f1bc17cb18efb

2014-08-26  Takeshi Abe  <tabe@fixedpoint.jp>  [4d32244437475688ca951ce30f8d6fcc59fc1caa]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ib4a87cab2729e18b2c830cbd7e7a34d62b5f0f45

2014-08-26  Noel Grandin  <noel@peralex.com>  [37b9ea92ba81d74764a2345a9c75c65bfd272d2b]

        convert SBX flag bits to type-safe enum
        
        Change-Id: I18d5d6a27f06ee60a5cb3dc393bf05b51bba4817
        Reviewed-on: https://gerrit.libreoffice.org/11070
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-26  László Németh  <nemeth@numbertext.org>  [34827767b1551f7a61bcd53947255ad2d2a9e5da]

        fdo#83037 fix autocorrect collisions of short and long ASCII arrows
        
        Now single --> character sequences will be replaced with single
        arrows again, not with a dash plus arrow:
        
        --> -> →
        
        Only the short variants will be replaced within words:
        
        File->Open ->  File→ Open
        File-->Open ->  File-→ Open
        
        Change-Id: Idf58f96cd3299799bcb2be0f86c0ebe8937c70ae

2014-08-26  Matúš Kukan  <matus.kukan@collabora.com>  [a217f3cb2dce71a4322f78ceb45edb6f171b2b65]

        bnc#770711: Make changing table text color in impress always work
        
        We set text color for individual characters (in ContentNode::aCharAttribList)
        and for whole paragraph (in ContentNode::aContentAttribs) too.
        Problem: when table was loaded in an impress document with font color set,
        you could not change it by selecting a cell because only
        ContentNode::aContentAttribs was set, which has lower priority.
        So, in that case, remove font color character attributes.
        
        Change-Id: Ieb0c078481568dcb1739fe35d448c9591f687f2c

2014-08-26  Caolán McNamara  <caolanm@redhat.com>  [fde9961034e954f39a6c221b714813557eb63040]

        keep acc.set within clip bounds
        
        Change-Id: I6af2eda03148dd400afa2f375b98e396ab0d5f3c

2014-08-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f482b596195a2948a8f7f14664a7a870d348e95]

        CppunitTest_sw_htmlexport: tinderbox says scfilt dependency is missing
        
        Change-Id: I0bb8765c0f3c27d7927a51abd83c2427514ff254

2014-08-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [58fc5c6a5153b68470f7de8229b76dca04267ab7]

        sw HTML export: avoid <table> directly inside <p>
        
        Wrapping the embedded object output in a <span> at least makes the
        parser errors go away.
        
        Change-Id: I010d0257b5386a36f40103e3531737db6937ce85

2014-08-26  Douglas Mencken  <dougmencken@gmail.com>  [df1b30925050dc6774b52d4bfabb0fb552930896]

        fix typo: Mesage -> Message
        
        Change-Id: Id101590f915699b6ddd9822cd249a9a46d6e144a
        Reviewed-on: https://gerrit.libreoffice.org/11107
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [310a852e012ecfc10e813bea64438c1a862bb2c0]

        update credits
        
        Change-Id: Ifda737653510ba95ae0c5aeb52f52d2a5aca3477

2014-08-26  Eike Rathke  <erack@redhat.com>  [a8526c4ab75af37574dff85ce4b9c9a5b88f4886]

        unit test for sort with volatile formula cells, fdo#83067
        
        Change-Id: Ic832af76daac9114ea09740b725a4a45bd50bc1b

2014-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8995bb0b63f7d0daf3cff20bf6a75761e3faeb35]

        CppunitTest_sw_htmlexport: enable on Windows
        
        Change-Id: Id5a82aafc50f4758cff777e3e5b7560e37044443

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [6182437f8312e5823b3c9022993730428e572667]

        return false if the clip region would div by zero
        
        Change-Id: Ia0928306b3608df9c48a19b517edac54ba43bd57

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [739adde53bf93afa1d1cd2ea2ecaf0754feec934]

        detect conditions where loop cannot logically end
        
        Change-Id: I7e2ec1e09614510e6798ba8d5b9990c189a8dbb9

2014-08-25  Eike Rathke  <erack@redhat.com>  [0792aef9010007d5738723d8930990028bef2f9e]

        fdo#83067 also volatile cells need to listen to all references
        
        As we now broadcast also cell moves it is not sufficient anymore to add
        volatile cells only to the BCA_LISTEN_ALWAYS broadcaster, add them as
        listener to all referenced cells and ranges as usual.
        
        Change-Id: I7901b73db7e0c82c4bac302ae746810cbc16ea44

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [bc16ad7c8d08d3c97c19c80b2de39adf932bdfc1]

        connect gtk-yes and gtk-no up
        
        Change-Id: I5c17e633b9a638ed99d1129447f628155dd043cd

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [8ad8d878320ad4e3cef1f6c1657781bf003d4e71]

        SwXServiceProvider::MakeInstance() requires a SwDoc
        
        Change-Id: I2522e43100baa691baeb55947bb47ce7ccabb5b4

2014-08-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1d1d1c62caf2ee6a96946e96d782e03f3ef80439]

        fdo#36772 Move the scrollbar and sheet tabs in a separate row.
        
        Change-Id: I57d891d9f6e89dafb4840a577ba55baa734fdcc2

2014-08-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ae71b8305cf4385643bf04a0d524443de3dada62]

        reduce nesting at SID_CHINESE_CONVERSION
        
        Change-Id: I9ebf5f39b58839b79bdef9a93a2113d7566d05da

2014-08-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [78d6eb63cb8bf7f031f4ea5527bac692e856003e]

        zoom slider: remove unneeded whitespaces
        
        Change-Id: I220a4074c6d62a89aaab435210f52300c63315b2

2014-08-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f785c166bd80a4c9f50e6c4f7811bfd7ece16c81]

        zoom slider: impl as scoped_ptr and reduce code duplication
        
        Change-Id: I274e731c70c2735f513e9e8fbf2273aa52310fd2

2014-08-25  Andras Timar  <andras.timar@collabora.com>  [895efd4f399fd717343bbc1ba3538fa01cf0a40a]

        make background color of startcenter configurable
        
        Change-Id: Ice6a92186d641e9446b9d328518e4000c840a142

2014-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c64945bcb9a69a2c4f69c673fa1935d91f70b238]

        sc HTML export: indent conditional block
        
        Change-Id: Ia96d201ce10fcb58b213b709506a54760c053643

2014-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ee98159f7749b2c1ad47de60a9b3057b9e9720e]

        HTML export: avoid invalid output for embedded spreadsheets
        
        When the sc document is embedded inside an sw one, then the sc HTML
        export should just write what's inside the <body>. Add a filter option
        for that in sc and use it from sw.
        
        Change-Id: I3a9605bd62f0628b78cd782c11661f12bc2c3ae4

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [07244947b55ded00e1ab518d305bf8d3f4087b0c]

        MessBox not loaded from resource files anymore
        
        Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [4e84484cc6bcf02819b097a666ee79bbc2ecf1b0]

        convert MessBox with custom buttons to .ui
        
        Change-Id: I05704746ce5f098a2caaafafdc574009b279e458

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [a548b48c15bf00ecac1899261049c4f1871e26d7]

        add MessBox to count-todo-dialogs
        
        Change-Id: I9466ecdde466010615a1f136334605e6ed24e9b8

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [bddd6d823df677308e25f93b50153012b2005ef5]

        WarningBox are no longer loaded from resource files
        
        Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [0696e590455145e3a57b9925b76a7a8ff5f6043e]

        convert WARNINGBOX_* to MessageDialog + string
        
        Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [5f073470617d225fc519fd485e447a8ad10967d9]

        convert RID_XMLSECWB_NO_MOZILLA_PROFILE to MessageDialog + string
        
        Change-Id: I7e02dc9db8c6a3195a4b2adccea3d0f4e260c661

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [d0c3c16c87a8ff6300a0e07c4d6170748a6c59ed]

        convert SV_EDIT_WARNING_BOX to MessageDialog + string
        
        Change-Id: Ie3ceba0e3fa54b6aac7aca844588ed69063af02e

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [c407e548cf2ea606c819c7bb5a26559cb0d128be]

        convert RID_SECURITY_WARNING_NO_HYPERLINKS to MessageDialog + string
        
        Change-Id: I960ae9b418249df58f4395445b9de98a41ac2758

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [98ef8894dd01665eda2c303543c366a15a553af7]

        convert RID_PDF_WARNPDFAPASSWORD to MessageDialog + string
        
        Change-Id: I40da6ede705bf8e56adee7a45c56cb60cf42d166

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [57488f2a10ad7a40bfed6e02024aea8d3d1bf493]

        convert RID_WARNINGBOX_* to MessageDialog + string
        
        Change-Id: Ic6031faa475e22ee23a6c8888987127b3caf92de

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [fd345ccfafcc0deb3c2840f03f4cea839886f23c]

        queryboxes cannot be loaded from resource files anymore
        
        Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [6cf795539604a96d712ecbef579863c699419641]

        convert MSG_PRINT_AS_MERGE with custom buttons to .ui
        
        Change-Id: I42296f8cde4e03214b29f35fd3c42a63c4317f79

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [f50a3677380f611b4cc5f86258ca4dc543c8dc3e]

        convert MSG_COMCORE_ASKSEARCH with custom buttons to .ui
        
        Change-Id: I5066c850a22a9dcf0778878a160bbedee6fba81d

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [9a11491731541232d8e184b0b25442cdb790cf9f]

        convert RID_QRY_SAVEMODIFIED with custom buttons to .ui
        
        Change-Id: I782ca0f7e60f92e65e1a93bb8d1d38eded941cbb

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [65597c9907a895a773fd9f9c991870416bd33335]

        add WarningBox to count-todo-dialogs
        
        Change-Id: Id56afd3bd343980aefce1039704afe0eff581208

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [7cf74a8e8e5bcd6a98ab737bd6f5655a915ce589]

        convert STR_QUESTION_JAVADISABLED with custom buttons to .ui
        
        Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [e932500e2342752106140c642203f97b592c7a9c]

        convert RID_QUERYBOX_INSTALL_FOR_ALL with custom buttons to .ui
        
        Change-Id: If7ac491cb6f256af22b48f681590adb1484350d0

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [db83365b3b0f0e50148af30af67e01e985e21295]

        convert TABLE_DESIGN_ALL_ROWS_DELETED with custom buttons to .ui
        
        Change-Id: Id4b5573cd7e20f841e25ba17f17e98b78fb759cc

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [9b12086313b74b81e9b90a8740b458345c9c0812]

        convert TABLE_DESIGN_SAVEMODIFIED with custom buttons to .ui
        
        Change-Id: Id0ea1a0a8de1cdd363ee462003406c5625b0e4af

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [25e71834a4fd7ed1c6a6f098f176119af0710f11]

        convert RELATION_DESIGN_SAVEMODIFIED with custom buttons to .ui
        
        Change-Id: Ifc0ccdf278e9f249845cf8bc12eece8f5a5f0d86

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [35376f92eac8bf0aca872f04d8cc46cec273d687]

        convert QUERY_BRW_SAVEMODIFIED with custom buttons to .ui
        
        Change-Id: I248e7b14fdd89c3efca60dfce0b9b8dfd2693fa8

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [58a7a9bf0463c87b8e4bb483da558d9b62b032f9]

        convert QUERY_BRW_SAVEMODIFIED with custom buttons to .ui
        
        Change-Id: I184ffcda39b3e38ae4e4c4729f8dae62158afdae

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [b6d25be2d7ab81fb5343b742542b79bad2121024]

        convert RID_QRYBOX_LANGUAGE with custom title to .ui
        
        Change-Id: I007820c7717a437414bc43936e3138f7e63d090e

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [70724fc7e0c41a555e6a56ca42f36280e5f81c4c]

        QueryBox QBX_USERDATALOCKED -> MessageDialog + string
        
        Change-Id: If9256bc2ea23a31a902590ca5379abbaec80f080

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [c86f7df94df7f1c555a6d71c919e9bf34a500d87]

        QueryBox RID_SVXQB_* -> MessageDialog + string
        
        Change-Id: I37aeefe36953c80a1218e2634153906dd5cb3c1e

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [e0c2ea6bde31bd68e1794154b72fddcd40dda7f9]

        Consistency around SdrMetricItem in svx/sderitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4

2014-08-25  Eike Rathke  <erack@redhat.com>  [c6477b9dd1564a0b3e8c63fea489f7ad464e3792]

        nitpick no need for an extra indentation level
        
        Change-Id: Id7ab390cc28e83ac0ca6b9fff1c172ca46e88a68

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [bb11009aba7a12dd23da4e0f64008c1063fc6652]

        Remove unnecessary invalid downcasts
        
        Change-Id: I04a6fa07ef4dfd2609b466c7c8ff9ba925c9683c

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [0dd209b08189f1da6ccc80984f195baa1abb303c]

        Properly downcast to any type of SwFlowFrm, not just SwCntntFrm
        
        Change-Id: I6b3ade33c282823f4868c1fea5906d71eaeb5568

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [d66159c61a84b2da7d5d9d341c08aad6b33c4c7b]

        Remove unnecessary invalid downcast
        
        Change-Id: I53a9e864f01782cef10f2995ba90335f5c81077a

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [39380c04a5de4b56da566c139944b387a4ec133a]

        Avoid unnecessary dereferencing of potential null pointers
        
        That pDoc can be null here and in previous
        2406562733f62b96dd8e6537e1bf4bef147ef50c is somewhat fishy, but probably related
        to "NOTE: the sw.SwXAutoTextEntry unoapi test depends on pDoc = 0" from
        "fdo#72695: avoid double-free race condition for SwXTextField."  As mstahl puts
        it: "hmm... theres some stupid unoapi test that inserts a field into an
        SwXAutoTextEntry which is a horribly odd class that doesn't have any way of
        creating SwXanything of its own SwDoc... so probably your commit is required
        after all."
        
        Change-Id: I2da77e1180e205eca274ce0330ee2a4d5aab29ac

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [6292bfc282c56ec4a9098989957c4cdfc6ef1e0f]

        Updated core Project: help  b1ba04f8f29b92d30d65968e6253d48fbcc168ac

2014-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [971ffe10583dcdd195f429816760bc0acfb6297f]

        sw HTML export: avoid loosing embedded objects when skipping images
        
        Change-Id: If795af5430b319922cd8242ca82352e148dd680b

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [2406562733f62b96dd8e6537e1bf4bef147ef50c]

        Avoid unnecessary dereferencing of potential null pointers
        
        Change-Id: Iba21dd394010a162a52bb576400cbbb9a9aad537

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [1eb607eaaa3a0fdaa82d429b80df0a3bf6eaccfd]

        oops, forgot to include osl/thread.h
        
        Change-Id: Iaef9e9356c7a75215a868bb7dbcaa25d1fb19e01

2014-08-25  Deena Francis  <deena.francis@gmail.com>  [c25ac84688b596b9990d382d550f0514161b78c2]

        Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crash
        
        Change-Id: I8fb9ec26bc549c264bfbf30177d720b20677b319
        Reviewed-on: https://gerrit.libreoffice.org/11102
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [df1f6debb793eea6e57914391a7174e0eafe3667]

        fix this C file for Microsoft Pascal compiler
        
        Change-Id: I08086caacb7abe0c85aeb184935b3f73666e9faf

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [27d79b12e17a93f6e4eab2a3c09d423a4a04a63d]

        QueryBox RID_QRY_* -> MessageDialog + string
        
        Change-Id: I3349a513a1e1b6fefd1f0f07a8a0798a325d87db

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [702b981d9a9bd079a98660153747aee7337424fa]

        QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + string
        
        Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6

2014-08-25  Caolán McNamara  <caolanm@redhat.com>  [8ab6621cac3a43acfb61222dbf434df496230b36]

        QueryBox RID_QRY_REMOVE_* -> MessageDialog + string
        
        Change-Id: Ife33eeaf38daf1aebc1ea35634ca56fae5c89d34

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [57a4337e254b485df33dc01e508bb936adc6ec75]

        set names on a bunch more threads...
        
        Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [961d061ba177a79fe9f91404e3cd4d0d0bc30a87]

        set names on some UNIX-only threads
        
        Change-Id: I4c247916256618312e7d98673d9db4d26e26fa39

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [d386f88774df977691f9cb6ab231aa5b085d0b70]

        set names on the Win32-only threads
        
        Nice to see what weird threads are running.
        
        Change-Id: Ic9888aa3260d0aeb5858cde5415571ab23c75484

2014-08-25  Michael Stahl  <mstahl@redhat.com>  [b70fb7d704aa721cf7b1f3ce1120f84f89429479]

        everything is independent from vos these days...
        
        Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295

2014-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6797610bcfc41d2af57db03c5d9b52cfc30d09ed]

        use ptr_vector to prevent memory leak
        
        Found by Lsan.
        
        Change-Id: I727098ea3861bacf89209615e4b46e986a72c1ce

2014-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e061bd9a6d6c464bb63043d99257a36dc740496]

        we leak the RTTI information knowingly
        
        Most likely show up since 9c9f0ea2c38929d133b0fe2faf616ecab17e07c9
        
        Change-Id: I9d097c1098edc626db67171893411363e13d7941

2014-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c76b5ace20a29dc16f1f71ccd8e5d6e73b9ce9fd]

        this code is redundant and leaks memory
        
        Change-Id: Ib57f44c203ead68102d712ef29ab7362b0cea8db

2014-08-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5d05367268a512a069670e70e4d896370513a24b]

        import the sourceLinked attribute
        
        Change-Id: I74cdf7a09b2e6e3b3cd8f07b5d3495dcc66848c5

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [26e9e222685107df89dc5cf8f2de49b532830eab]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I79422149fd25b1531673a517e2a340dbeab43b1a

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [2d43261c602c31a9362b0b8b1ac6af431a6f0994]

        Fix *_component_getFactory function type
        
        Change-Id: I10414cbc61b5540f1b9f39b19699673868e9c3eb

2014-08-25  Matthew J. Francis  <mjay.francis@gmail.com>  [0350bcde37edb1f25cca68cb1447ba8f759aea15]

        fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS X
        
        Change-Id: I2051f54b0b031dcab4918c8c187ed434842ffdd4
        Reviewed-on: https://gerrit.libreoffice.org/11104
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-08-25  Matthew J. Francis  <mjay.francis@gmail.com>  [edc52015c30dd58b4c79fb2642df3d1f1996d8b0]

        fdo#82260 Fix OS X font dropdown crash
        
        Without this, font dropdowns intermittently crash after a window
        is moved to another screen
        
        Change-Id: I1af5d8224fd164b73c43a9655fbde364f530c979
        Reviewed-on: https://gerrit.libreoffice.org/11105
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-08-25  Hiroto Kagotani  <hiroto.kagotani@gmail.com>  [48500bdd0571b11f56161579b576e37883f4c81d]

        fdo#82290: avoid pipe deadlock by executing write(2) in a new thread
        
        Change-Id: I65737399d9ac7ffa1eb623f3ff5fffbce6929801
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [8bfde0c1a6275c396e43829619d17350ba68c151]

        loplugin:unreffun
        
        Change-Id: I6a772c32071a85579861e9f2c03f7664032ff643

2014-08-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [5170d822aa058ff5abc737a50e2b9d8e15b87eab]

        writerfilter: remove unused application attribute
        
        Change-Id: Ic4e16f8303611197e7d2a149e85c7b73dc30bcc8

2014-08-25  Stephan Bergmann  <sbergman@redhat.com>  [fe04ce92cd5f32be8a7c8bf237d2f5b53ce0a849]

        Consistency around SdrAngleItem in svx/inc/sxraitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: If88f88cfe0144b83b3228650a34d9bf2c468b936

2014-08-25  Jan-Marek Glogowski  <glogow@fbihome.de>  [a00778f9d3c1ad3e09ee6519e4523c9ff96f9920]

        Dump table attributes and page description items
        
        Adds the SwPageDesc name to the dumpAsXml output of the
        SwFmtPageDesc / RES_PAGEDESC SfxPoolItem and dumps the tables
        attibutes.
        
        Adtittionally this renames the unknown field name, so it doesn't
        produce wrong XML output (blamed by "xmllint --format") and adds
        the hex node type to the start and end node XML output.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/11091
        
        Change-Id: I3cde39d423e17909243675efdd39557a6bfffbd7

2014-08-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c5d47afc152fe5440ebe733203114962f84d63ca]

        Translate German comments, fix some ws
        
        Change-Id: Ida67ce193ad032e2a1855e4380626f805514c2f2
        Reviewed-on: https://gerrit.libreoffice.org/11103
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-25  Takeshi Abe  <tabe@fixedpoint.jp>  [32ce5ae15a8f156b4681c36d248b6731df3457c6]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Icc073be041ae0b0c690e869a0edaff3515d1d601

2014-08-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [49feed98a1efa5accb9da4ab280d7cd47dcb344a]

        Updated core Project: help  c124f21d9c10bd56bfe8c1b1e89a898c360372a0
        
        FDO#80453 Help page for Edit-Fill-Random Numbers
        
        Help page for Calc's Edit - Fill - Random numbers
        
        Change-Id: Iab6c86f77d5bdc170af2e6cdf208470b0ce1db9f
        Reviewed-on: https://gerrit.libreoffice.org/11097
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
        

2014-08-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7163f563cef2db7117ba8639daeeb4d07f753f1b]

        Indentation fixes
        
        This makes model.xml about 20kb smaller. Most inconsistencies were
        introduced when unused tags were removed, like <optional>.
        
        Change-Id: I5e77860cf09bad4cad3e9dd7383371a10386c260

2014-08-24  Aurimas Fišeras  <aurimas@members.fsf.org>  [21c8b5815a21b6586fe13b12d00a9fb432c2aef4]

        added Lithuanian "LTL" to EUROCONVERT(), CONVERT()
        
        Change-Id: Iefde129177df827c4b6508ff190f20e1e1973221
        Reviewed-on: https://gerrit.libreoffice.org/11088
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-24  Aurimas Fišeras  <aurimas@members.fsf.org>  [0b3e1d9b222bf045b03746f1c162bf8077a24a1b]

        added LTL Lithuanian Litas to Euro Converter
        
        Change-Id: Id4eeb42bbbaec979f60b57ddab2794b38f1e3157
        Reviewed-on: https://gerrit.libreoffice.org/11090
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-24  Aurimas Fišeras  <aurimas@members.fsf.org>  [a150d06bc5cda4f18364256af859fd3e1ee70b4b]

        added EUR as default currency to Lithuanian locale
        
        Change-Id: I08c82639da2acd5830fa69044b252217b69c5e62
        Reviewed-on: https://gerrit.libreoffice.org/11089
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [b4558b508141af16d335f45a0f12bdd34521e944]

        fdo#73151 Make better use of the sidebar
        
        The general idea is to encourage use of the sidebar instead of floating windows (for Navigator, Styles&Formatting and Gallery)
        
        Changes:
        * Show the sidebar by default in Writer & Impress
        * Remove the Gallery floating window (Gallery now always opens in the sidebar)
        * Remove all Gallery, Navigator and Styles&Formatting links from the default toolbar in Writer
          (since they have an icon in the sidebar and the sidebar is shown by default now)
        * When selecting "More" from the Styles dropdown, the Stylelist opens in the sidebar instead of the floating window
        
        This has all been discussed extensively here: https://bugs.freedesktop.org/show_bug.cgi?id=73151
        
        Change-Id: I3a0461d1472711da7121801000af294b432fccb1
        Reviewed-on: https://gerrit.libreoffice.org/11077
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-24  Maxim Monastirsky  <momonasmon@gmail.com>  [a75e0f8e4e5f0baa5805d01c5f8edc7b40fceb0f]

        fdo#80755 Don't generate thumbnails for encrypted files
        
        Change-Id: If52532b8e8ca38e82fd95c13080d521d9cb529aa

2014-08-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [10d14a94d104504f0bb43688857296aed7b80b7f]

        tools: make some variable names more clear
        
        Change-Id: I5eb2428f4c71e5aa9bfc0bf71c06d87be039ad3b

2014-08-24  Tor Lillqvist  <tml@collabora.com>  [d6bf76aa9cc67e18e07babc2c2798aa6bebd3a8f]

        vcl::KeyCode fixes
        
        Change-Id: I3504e3152ee3969f35c639807ac2fb0753a8aa62

2014-08-24  Thomas Arnhold  <thomas@arnhold.org>  [c499b2ccdfaef475d6415d571353d51eddf1bef2]

        Sidebar: Ensure Deck is open, if we choose an element from the Deck popup menu.
        
        Otherwise the Deck will be changed, but not shown...
        
        Change-Id: I4be7756542a8c21a616e7615ef40535e7310b90c

2014-08-24  Thomas Arnhold  <thomas@arnhold.org>  [04e96b6d6eb55b9ff2a6ec9c4ce52260e33df121]

        fdo#67627 Clicking on icons of the sidebar should both open and close Decks
        
        Change-Id: I921a8a0b749df62c50f0ae8cb2de85f6cb459784

2014-08-24  Thomas Arnhold  <thomas@arnhold.org>  [d3ebe3e3dcdb89b7713641241f7d431352ba8c5f]

        Sidebar: Use proper default value for Deck
        
        gsDefaultDeckId is "PropertyDeck". Deck "default" does not exist
        and triggers a fallback, which is the first Deck in the list, which is
        "PropertyDeck", too.
        
        Change-Id: If2daa53d002c6547cc5f6fbed1408719c10b149d

2014-08-24  Thomas Arnhold  <thomas@arnhold.org>  [3156948d813f94c00ac87f80c5850f9f67b42318]

        Sidebar: Remove hightlight from TabBar after Deck close
        
        After clicking on "Close Sidebar Deck" the highlighted icon
        will now lose its highlight.
        
        Change-Id: Iee947641343d46c84af7afb93cd52101e39149f7

2014-08-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7c2697eb1c645c6a8ad362002e9212446a458a9d]

        Translate German comments, fix some ws
        
        Change-Id: I3bc8d82c5689b8a2da1374e42dd70191e2fe8ef3
        Reviewed-on: https://gerrit.libreoffice.org/11099
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-23  Tor Lillqvist  <tml@collabora.com>  [30ae83c268125383866d47a7ee3e4a5dfcf59f71]

        fdo#82577: Handle KeyCode
        
        Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
        KeyCode typedef.
        
        Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028

2014-08-23  Julien Nabet  <serval2412@yahoo.fr>  [02f6c270e79879188b2be670c6db4feb56bb064e]

        Resolves fdo#82970: Insert footnote button has incorrect tooltip
        
        Change-Id: I8b958a847495fe9949829453dcc259a9a6467b83

2014-08-23  Tor Lillqvist  <tml@collabora.com>  [708fc1c187986796861c4dcecba2861ce272dd57]

        fdo#82577, fdo#82579: Handle Cursor
        
        Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor
        typedef and some ancient Carbon (?) Cursor typedef on OS X.
        
        Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0

2014-08-23  Andras Timar  <andras.timar@collabora.com>  [f74a6338b3897df49f3041e7ce33453eaba9e2e5]

        MSP patchsequence fix
        
        Change-Id: Iaf4a6e5eb8291d78835a391894ba1b1cc675390a

2014-08-23  Andras Timar  <andras.timar@collabora.com>  [557cfd3bb1e9eb2792b0aa3831ad107d52ed9909]

        fixes related to MSP digital signature
        
        Change-Id: I06bcf0d2cc8c4915eff3658905087be6a2eadca6

2014-08-23  Andras Timar  <andras.timar@collabora.com>  [4f4bd6c852e2daac9ee30957538cf796f9f8e989]

        use MSM directly from MSVC dir
        
        Change-Id: I62ebf7f7bc10a81a3949b0aad6e6353619ef6b22

2014-08-23  Andras Timar  <andras.timar@collabora.com>  [29c4a88e01b6892f097c6c1e34649e7011b95fe9]

        Revert "--with-lang=ALL build exceeds maximum # of files in CAB"
        
        This reverts commit 3bfac473a1b1dfb2210ec07245e649697679bd83.
        
        With Matus Kukan's work, which packs .ui files into .zip archives,
        file count is reduced dramatically. Multiple .cab files won't be a
        problem in theory, but unfortunately both .cab files had the same
        disk id 'DISK1' and it caused problems with MSP patch generation.

2014-08-23  Jean-Pierre Ledure  <jp@ledure.be>  [fbbd7045a89e93cb732011471e98cedb0487eff3]

        Access2Base - Removal of Property Set constructions
        
        The workaround to bug https://www.libreoffice.org/bugzilla/show_bug.cgi?id=60752 has been removed.
        Bug corrected in LO 4.0.2
        End of support of Access2Base under LO 4.0.0 and 4.0.1
        
        Change-Id: Ide5046ce4a44096bca42eaf14c4dc96c59958e16

2014-08-23  Jean-Pierre Ledure  <jp@ledure.be>  [9e8b930b136b5e6b74aea92863dc9fb2dfd97e9f]

        Dispose() method for all objects
        
        An implicit (Terminate_Class) and an explicit (Dispose) method have been created
        to stimulate better memory management.
        
        Change-Id: I240e5117db6bf0d1fcf268e3ddf6d67e0bc1b8eb

2014-08-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [552f139d2a4785882d68016cbdf2f630c69f6300]

        writerfilter: remove mce token generator
        
        Commit af7d4a5ebf3e6a09cd2079f241dee16aa22e0276 (n#820503: initial MCE
        support in writerfilter ooxml tokenizer, 2013-07-03) added these, but in
        fact only the namespace-alias part was necessary. Now that oox provides
        the list of namespaces to be registered, it can be removed completely.
        
        Change-Id: If8f1b0c07602a0170c63b53d806a5b466d485747

2014-08-23  Julien Nabet  <serval2412@yahoo.fr>  [a4f411ba62d4fd7fd4a61d1c9d326488d5e84ff5]

        Resolves fdo#82985 Make generic autocorr files (German/Spanish/Italian)
        
        I applied a part of the fdo#79276 fix
        
        Change-Id: I4716c06bfd25efe45a19295e0f5fd7cd1b8b0568

2014-08-22  Julien Nabet  <serval2412@yahoo.fr>  [3d34eb4612fa59fae7594399d3d6f798ddb35582]

        Resolves: fdo#82747 Crash on opening wikipedia ODT Book
        
        Test if there's indeed a subnode before testing its type
        
        Change-Id: I1bb32652ceb82b0818a8d2cd8d71b46dd96ef2aa
        Reviewed-on: https://gerrit.libreoffice.org/11050
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-23  Thomas Arnhold  <thomas@arnhold.org>  [9aede3befb65524d71a2cb8081ded6eb7aa67f55]

        fdo#80534 bad default value (0) for the number of rows
        
        Change-Id: I39604cf13d1e5714f701dd663ab37a8aed924fa2

2014-08-22  Thomas Arnhold  <thomas@arnhold.org>  [f4246fab77113147b36706a1f3d93e8724ff826b]

        fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialog
        
        Changes made:
        
        * Rename "Back" to "Reset" like in other dialogs (eg. Writer - Format - Character).
        * Apply-Button, which reflects the old behavior of the dialog, and doesn't
          close it automatically.
        * Added an OK-Button, which applies the changes made and automatically closes the
          dialog.
        
        With this both use cases should be handled:
        
        * Inserting one single URI with simple close.
        * Modifying multiple URIs without closing the dialog.
        
        Hopefully all users are happy with this ;)
        
        Change-Id: I1881dee083945cd165fbb8f8444395c1b04a0607
        Reviewed-on: https://gerrit.libreoffice.org/10946
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c8a3b2d14c4942aa7d0d325a7b925f93b985161c]

        HIG-ify Cond. format manager + Help button
        
        * Add help button to Conditional format manager
        * HIG-ify with frame
        
        Change-Id: I54a77a8e33a9bbbc1dd9b64cb4997a21c2e1a318
        Reviewed-on: https://gerrit.libreoffice.org/11079
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a022847126cd5cefb0741871cf1e7c4224987779]

        HIG-ify conditional format dialog + help button
        
        * Add help button to contitional format dialog
        * HIG-ify with frames
        
        Change-Id: Iea34bc7b6b14f26d8eb29557610baa7160238c5d
        Reviewed-on: https://gerrit.libreoffice.org/11078
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [6814967742cf1baa103048675545e57052104602]

        Restore help button in Pivot Table Dialog
        
        Change-Id: I9602fbb7edd7c7370a806cc0a61b3743a13229de
        Reviewed-on: https://gerrit.libreoffice.org/11080
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10851dff98846c94ccc14ee58d993362c82734c9]

        Split FillAsTable into Binary and Xml variants in the same manner.
        
        And remove BIFF-only records from the Xml variant.
        
        Change-Id: Ia18cc079d9a9249fbbe0c328b14b719fba8d6bbf

2014-08-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [44e68c897ee8ec160618b16d684c832564162213]

        Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.
        
        To reduce complexity in each method, and remove records that are
        specific to binary export form the Xml variant.
        
        Change-Id: I6c66054b99dd8cded5767610f2390952b59caf23

2014-08-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [16f9011c9c8d9835997cc7c800c3f289dfcb9719]

        Make header (workbook) export and worksheet export clearer.
        
        Change-Id: I9540fa32ca6a4ce041e15b272a049fcdf267fb0c

2014-08-22  Eike Rathke  <erack@redhat.com>  [d40700d58e3a418fa54d8f1e424a1bccbd2f188e]

        treat datetime as handled
        
        Change-Id: Idc94174662eee5a75a6b467e47cbf9027e3ba224

2014-08-22  Eike Rathke  <erack@redhat.com>  [0f4a999e02aff56043506e38dfa53ea3b349ce25]

        current date/time hotkey inserts also if cell is in input or edit mode
        
        Change-Id: Ib3caed607a5ca1b5ce82de0472223c7bdc8f7f54

2014-08-22  Eike Rathke  <erack@redhat.com>  [e45001fad0f07c547a80bbe117d3523df4d67b63]

        InsertCurrentTime: don't fiddle with the cell while editing
        
        Change-Id: Ia12b10a44b7d90344a009753ddae801b7d58dddf

2014-08-22  Matúš Kukan  <matus.kukan@collabora.com>  [4e31977bcdd79fc3ae23c4c470a782af6173f6c0]

        WaE: unused parameter
        
        Change-Id: Ie3e6e2f0a498f0871e8b757cd7ab73fa4eba0060

2014-08-22  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [7e2b9fa2132346787bec09c7d590def9a65b9a7f]

        Remove some useless tools/debug.hxx includes
        
        Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
        header was necessary in some cases because of a macro or a typedef that was needed.
        
        Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
        Reviewed-on: https://gerrit.libreoffice.org/11075
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-08-22  Matúš Kukan  <matus.kukan@collabora.com>  [7afacb97a7f8a6f98daba0f5c8dfcd4035218ce4]

        Use anonymous namespace for these. (mostly EnumWrapper)
        
        Change-Id: Ice90e519bbd32a12de59d696a6dfedaaf45bd45e

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [af73a28e8538f5b2df6bbfd592d8987511520d4d]

        if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2
        
        Change-Id: I34e9a98586b795a3fa31ae775aee7898b36e65d4

2014-08-22  Eike Rathke  <erack@redhat.com>  [234fba5b451394cba39adc623f8e303845790605]

        convert OSL_FAIL to SAL_WARN
        
        Change-Id: I001f29dca5f2a01d70115bb309c99c64c4a65efb

2014-08-22  Eike Rathke  <erack@redhat.com>  [935147ce9c5a5aa3672b025ca9f51424c1a0740c]

        convert OSL_... to SAL_WARN
        
        Change-Id: I073b6f985c4a67f56319e03790b2bceee2f957ff

2014-08-22  Eike Rathke  <erack@redhat.com>  [ce5980fe17d057148c1d4a065a0364076ca3542d]

        add formula.ui
        
        Change-Id: I0e2b38ab8e7fae483539e02e93d25d2532bd70ef

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [130fc2f9951e0bb9eb1d17f99f277483d401b01c]

        Avoid undef member function call with this == nullptr
        
        (in which case SwFrm::FindPageFrm, sw/source/core/layout/findfrm.cxx, happened
        to return nullptr, so all used to go well; but still...)
        
        Change-Id: Ib513d9a157d0135ca234930bbcbeeacf814bb80e

2014-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e85bf96baac4691a4c1ea139cfb0e3551b9d6c1e]

        CppunitTest_sw_ooxmlfieldexport: enable on Windows
        
        Change-Id: I768bce2398098195f4e5c7d7683f2c8b22f23cc0

2014-08-22  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c18a01a9fb0a4c973dd6d2147249f593050fb70e]

        Updated core Project: help  ba90edc72a3eedc95f2a2bd2c6923b860cc3e4d8
        
        Fix fdo#80338 Help pages for Data Statistics
        
        This is a text to get a mimnimum help for Calc Data Statistics.
        It can be improved with better english and better maths.
        
        Change-Id: I3771ed89c560df1e4e23835f5a15d8cfc47282cd
        Reviewed-on: https://gerrit.libreoffice.org/11051
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-08-22  Tor Lillqvist  <tml@collabora.com>  [4eaf127447189c181d3472cdb0bd0c7009ceaccc]

        Don't add a bogus C:/cygwin64/lib/x86 (or similar) directory to ILIB
        
        If we don't know of any separate DirectX SDK library, don't use the
        $DIRECTXSDK_LIB variable which is bogus at that point.
        
        Thanks to Nicholas Ferguson for noticing.
        
        Change-Id: I333478da7757694ca9236fd485e93bbd88305278

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [4970d562b65d06790b816ff65daef890a7619446]

        Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtor
        
        ...as done in SwAnchoredObject::FindAnchorCharFrm
        (sw/source/core/layout/anchoredobject.cxx) during CppunitTest_sw_ooxmlexport5:
        
        SwAnchoredObject::FindAnchorCharFrm
        SwAnchoredObject::GetAnchorFrmContainingAnchPos
        SwAnchoredObject::FindPageFrmOfAnchor
        lcl_NotifyBackgroundOfObj
        SwDrawContact::DisconnectFromLayout
        SwDrawContact::DisconnectObjFromLayout
        SwFrm::Destroy
        SwFrm::~SwFrm
        SwCntntFrm::~SwCntntFrm
        SwTxtFrm::~SwTxtFrm
        SwTxtFrm::~SwTxtFrm
        SwLayoutFrm::Destroy
        SwLayoutFrm::~SwLayoutFrm
        SwCellFrm::~SwCellFrm
        SwCellFrm::~SwCellFrm
        SwLayoutFrm::Destroy
        SwLayoutFrm::~SwLayoutFrm
        SwRowFrm::~SwRowFrm
        SwRowFrm::~SwRowFrm
        SwLayoutFrm::Destroy
        SwLayoutFrm::~SwLayoutFrm
        SwTabFrm::~SwTabFrm
        SwTabFrm::~SwTabFrm
        SwFlyFrm::DeleteCnt
        SwFlyFrm::~SwFlyFrm
        SwFlyFreeFrm::~SwFlyFreeFrm
        SwFlyAtCntFrm::~SwFlyAtCntFrm
        SwFlyAtCntFrm::~SwFlyAtCntFrm
        SwLayoutFrm::Destroy
        SwLayoutFrm::~SwLayoutFrm
        SwBodyFrm::~SwBodyFrm
        SwBodyFrm::~SwBodyFrm
        SwLayoutFrm::Destroy
        SwLayoutFrm::~SwLayoutFrm
        SwFtnBossFrm::~SwFtnBossFrm
        SwPageFrm::~SwPageFrm
        SwPageFrm::~SwPageFrm
        SwLayoutFrm::Destroy
        SwRootFrm::~SwRootFrm
        SwRootFrm::~SwRootFrm
        boost::checked_delete<SwRootFrm>
        boost::detail::sp_counted_impl_p<SwRootFrm>::dispose
        boost::detail::sp_counted_base::release
        boost::detail::shared_count::~shared_count
        boost::shared_ptr<SwRootFrm>::~shared_ptr
        SwViewShell::~SwViewShell
        SwCrsrShell::~SwCrsrShell
        SwEditShell::~SwEditShell
        SwFEShell::~SwFEShell
        SwWrtShell::~SwWrtShell
        SwWrtShell::~SwWrtShell
        SwView::~SwView
        SwView::~SwView
        SfxViewFrame::ReleaseObjectShell_Impl
        SfxViewFrame::~SfxViewFrame
        SfxViewFrame::~SfxViewFrame
        SfxViewFrame::Close
        SfxFrame::DoClose_Impl
        SfxBaseController::dispose
        (anonymous namespace)::Frame::setComponent
        (anonymous namespace)::Frame::close
        SfxFrame::DoClose
        SfxViewFrame::Notify
        SfxBroadcaster::Broadcast
        SfxModelListener_Impl::notifyClosing
        SfxBaseModel::close
        SwXTextDocument::close
        SfxBaseModel::dispose
        SwXTextDocument::dispose
        SwModelTestBase::tearDown
        ...
        
        Change-Id: I4c00fa8eebf0346a2bad81a9e362cd901555bbf0

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [3f89eccf7e4a0a398a02624e2478de805723f92b]

        Do not cripple intermediate values to sal_uInt16
        
        Change-Id: I5d39bebbd55cc3170ff52459731fad333a2e92f9

2014-08-22  Michael Meeks  <michael.meeks@collabora.com>  [8d6697587776136f3121733e1c29d4200720dbd9]

        fdo#79761 - avoid re-canonicalising each font name on clone repeatedly.
        
        Change-Id: I5b32787943ab3f824249359e9924eae25ba5783b

2014-08-22  Michael Meeks  <michael.meeks@collabora.com>  [46ac7d60dde9a09239709716efcfcf66dd0e0a85]

        font lookup - cleanup GetEnglishSearchName function signature.
        
        Change-Id: I6e3ca358d88e0285fe6e07b0617f3078a5edb857

2014-08-22  Michael Meeks  <michael.meeks@collabora.com>  [e2adbfc33c2cf9ad9844427f6c393da64bf48852]

        vcl: factor out font name lookup for future re-use.
        
        Change-Id: I35f80610862528d7525fa61135604468271ca37a

2014-08-22  Michael Meeks  <michael.meeks@collabora.com>  [dd1c49d172e57e08f87ec69c4143f190b2a14a04]

        Simplify autocorrect loading - removing redundant parameter.
        
        Change-Id: Idc1ebba8d859ec79b6744228cfe3ef1f0992e41d

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [720ee909292db389606511d6fac75ad03d72d695]

        Point and Rectangle coordinates are long, not sal_Int32
        
        Change-Id: I0f97d12f55e506af699976bf81f4dcf956195aab

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [53ce805b436d65f35c815ca5355aa5e7dd579e64]

        Avoid unnecessary invalid downcasts
        
        ...to SwFmtFtnAtTxtEnd instead of SwFmtEndAtTxtEnd, both derived from
        SwFmtFtnEndAtTxtEnd
        
        Change-Id: I4b909f136268058bedeacd6b47d3f4cd88522ad5

2014-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9767f9becc689be6405dbbfc6cd9921d8cbac4d3]

        Use comphelper::SequenceAsVector
        
        Change-Id: I115b17da8cc246bf1b2502ed53ef00edad70a21d

2014-08-22  Olivier R  <olivier.noreply@gmail.com>  [23712bcb7d255a102225a78c0727b3cfb37a9149]

        Updated core Project: dictionaries  080424980483bcc29a3556cf1a681c45cd5c50fc

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [b3213401a29c8b4a2b69ee6684531f6d323370b6]

        pasted in reverse
        
        Change-Id: I6a3f8c9bffd2dbac90c73e472f99dd97b9977127

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [6ab1951ea2e31f47bc9f211dd9b2681c794b8e7f]

        Resolves: rhbz#1125588 ppc64le passes testtools
        
        *bzzt*, <lightning arcs, faint smell of ozone>, it's alive!
        
        Change-Id: I0b42f4e2603e6d76200d63ab2e26bbb856ae1173

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [e426e448ce2bd889f287ce13295092a75fa6150d]

        Consistency around SfxStringItem in svx/inc/sxonitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I694c42a53cb9041b51ef876416f0f61963b89f86

2014-08-22  Jean-Pierre Ledure  <jp@ledure.be>  [1cbd9f7fbe327662d44605e4b3d4150b740b6f33]

        Access2Base - Remove _This in Form and SubForm objects
        
        The construction in Basic
        	Set a._This = a
        is useful to export the address of an object to Subs or Functions.
        It increases however the risk of memory leaks.
        Avoid when avoidable.
        
        Change-Id: I81bf01badf00687526a358eda117a55b12f5d72b

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [82ddade71441ba98427470b8a05a56b7b572e74e]

        QueryBox RID_QB_SPELL_CONTINUE -> MessageDialog + string
        
        Change-Id: Ie08970cefccdb1339e162bb5f4d3318efc6c61a5

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [302cb1d031af68aa13820eae2265f46199433ab9]

        QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + string
        
        Change-Id: I836381f710e4f36b977284f6996bb135fc328049

2014-08-22  Noel Grandin  <noel@peralex.com>  [5660bc11b0e80114ccf1ea9daa19c70e35b2d0e3]

        vcl: convert a couple of macros to static functions
        
        Change-Id: I037dd97049aecff023f0ffb8dfdbb772dbde7ae0
        Reviewed-on: https://gerrit.libreoffice.org/11069
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [ee6fcdd18b1a839d7d60617d4fda622f6e6e7e66]

        Related: rhbz#1125588 ppc64le fix simple struct returning
        
        Change-Id: I1e253922fdb606648eff9865f1125a24e35b0d9a

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [9a6d1c6e16132253327e27b5f7a8cff6b8fa4bc9]

        Consistency around SdrYesNoItem in svx/sxmspitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: If7a3c3834f63bd0b358da4d05e9510c3f695c5d0

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [970ad502e3ea2cc992c6cc1c7583231aec5bf5da]

        Related: rhbz#1125588 ppc64le has new struct passing rules
        
        http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01145.html
        http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01147.html
        
        now we just fail instead of crash
        
        Change-Id: I329c676337885bcf4fdfdcdb5912d75424862126

2014-08-22  Tor Lillqvist  <tml@collabora.com>  [d931eb2a93d6ae8a2549077c446d2b856ebe9e41]

        WaE: Unreferenced function declarations
        
        Change-Id: I86087bac83de9756a1645fef6f0d74306f8d010d

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [0073c78eaf3053140cb4481f1d1fa13df445b883]

        Rectangle coordinates are long, not sal_Int32
        
        Change-Id: I2f4bd53bbf94ea439e774ea85e61adcdb920c497

2014-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c02c7b0216f642074b690cce889f1a02a2ef6b0]

        DOCX import: list styles don't support automatic updates
        
        The problem was the following: setPropertyValue("IsAutoUpdate") on the
        style failed -> a number of styles was not imported in
        StyleSheetTable::ApplyStyleSheets() due to the exception, then when we
        tried to use one of the not imported styles, we also got an exception in
        DomainMapper_Impl::finishParagraph(), which resulted in not calling
        DomainMapperTableManager::handle(), so multiple cells of the same table
        wanted the same range for cell contents, and that resulted in a crash.
        
        Regression from cf33af732ed0d3d553bb74636e3b14c55d44c153 (handle
        w:gridBefore by faking cells (fdo#38414), 2014-04-23), but that commit
        just made the previously hidden problem visible.
        
        Change-Id: I788cb6b4a2c7b7efbfa48297c658bb26450bf583

2014-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a029e5f4ec7992422a02c575581a8b321c3f578]

        SwXParagraph::Impl::GetTxtNode: fix indenetation
        
        Change-Id: Iac9e2883067b6cf4fdc259110642002b4ef6e48c

2014-08-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e9c34036220d9099386e83adb9a38ae008e1044]

        writerfilter: unused namespacealias attribute
        
        Change-Id: I12f59c6d06323d3d9ebcd55ee5fe7e43597a11b4

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [982029bd441a83da47873b5cea44e0009bd535c7]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Id8796438fd63065a9aefdd4e142b6638a65bbb5f

2014-08-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cf2c056bf0fbc6d52eaa670022016562d6f15bc3]

        remove special casing for default theme in vcl
        
        Change-Id: I4d7a37ab9b31fcce7704f07d883d6f7806f066ec

2014-08-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0bcefcabdd86b11810b64d1166cfb2386717367b]

        remove special casing for obsoleted default theme
        
        Change-Id: I6688251eac8ecb5ea671cae281c2445df773be16

2014-08-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7524f45e0a2b86dc418f0eb76df89dbdbecfafd3]

        remove superfluous --with-theme=default option
        
        - currently mapped to --with-theme=galaxy for migration
        - warns though
        
        Change-Id: Ib40dabd4c54b6cac0b7f3c6f6183b2e4d1545331

2014-08-22  Tor Lillqvist  <tml@collabora.com>  [e6fdd7ad0a4c548467157fa6791389e19f08993c]

        The bLastBoxInChain fields are unused
        
        Change-Id: I741733a053c8b0123be8efbcb9fde39f53f6d83c

2014-08-22  Tor Lillqvist  <tml@collabora.com>  [db12d9042c71b872efe0ed2d94cf00852c57abb5]

        bHasUDefProp is unused
        
        Change-Id: I8eae6f1ed791ba92c3b4679d1b9f8041f16678d1

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [39a84ef78a8ead60694ad0c7dd170d4e54fbdaba]

        The comment apparently pertained to the following line
        
        ...cf. 75400111a50ce0b4026e7eb73a896ac3c28d6155 "INTEGRATION: CWS
        swqbf64: #i65250# <SwFrm::mnFrmId> now in general available," but is rather
        useless nowadays anyway
        
        Change-Id: I1e9d6c289fad021764f7e1b1af0d7b9dca67bf53

2014-08-22  Maxim Monastirsky  <momonasmon@gmail.com>  [d15d7b7bbaa792d0102a603652a794e0a2212a47]

        Open the right tab for the More... command
        
        Partially fixed by Caolán in
        3ac80237f310366afef0f7b6c427889d652bd369.
        
        Remaining issues are the paragraph submenu, and the top
        menu for both selection and paragraph. Also fixed for
        the drawing text and annotations shells (including the
        regression created by the above commit, that the dialog
        didn't show at all).
        
        Change-Id: I1ba4c825ad48af23ad5c07c8c5f25380952c0be1

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [6396e18f4d49c24283b170310a1892db40c128d3]

        Related: rhbz#1125588 force existence of argument save area
        
        ELFv2 ABI on ppc64 optimises stack allocation
        (http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01149.html
        so we're getting no argument save area
        
        This now appears to pass the simple cases and onwards
        to the tricky ones
        
        Change-Id: Ie56d148ebea7fcfc023cb7183bc97f09186e66b4

2014-08-22  Eike Rathke  <erack@redhat.com>  [75aad687cb5e63a41303aea568bf68b2b5f15d31]

        resolved fdo#82936 do not clear the 3D flag on refupdate
        
        Change-Id: I2ae1368a2ffc20e988ff3ab66590a9f98902b862

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [8a4a1d285a79cc3544e1b32dad94b68982705977]

        pAvailGrammarSvcs can be reset to 0 on error
        
        e.g. java grammar checker installed and java
        disabled at runtime
        
        Change-Id: I84b0e5eeb3ef9c30e153cb5fb65e35270023cd34

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [3584d4b47c4e6db479eee6735df8d56831d09638]

        Avoid invalid downcasts
        
        Change-Id: Iea1688213cc0ebb8fcb3d3e3c862fd31275b9b38

2014-08-22  Matúš Kukan  <matus.kukan@collabora.com>  [2a7119021edea8346e4673d57cac3f051a5d0968]

        bnc#880448: Improved handling of placeholder shapes
        
        If subTitle placeholder is not found, try body instead of title.
        And use body text styles instead of title, for subTitle.
        
        Also improve PPTShape::findPlaceholder to find placeholder
        with just nSecondSubType type without the same index.
        
        Change-Id: I470e7268088eb989fb934007dfcf704f67d8cb1d

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [c70f22b9a56d19efa58329dcd5095804d1864513]

        QueryBox STR_QUERY_DELETE -> MessageDialog + string
        
        Change-Id: I570fe82f3207e8b40a0e4727c6641fdf59113978

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [f10e4157ce6c134bb9561b7b48254c2c566726eb]

        QueryBox QB_CONNECT -> MessageDialog + string
        
        Change-Id: I593527c365ad6925229a3dd7d9e1c589fc4e34a5

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [d2fa1d55dbf95b61e035e8b1f3aafec0cb2861c9]

        QueryBox DLG_SPECIAL_FORCED -> MessageDialog + string
        
        Change-Id: I461bdb31e7a088a2aa5200614479c8578e717b23

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [b13936abe9b8b3571da7058b573e4e6456559dec]

        QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN -> MessageDialog + string
        
        Change-Id: I9dcbc271dac9a2395bf2a7adb160c965627a0277

2014-08-22  Caolán McNamara  <caolanm@redhat.com>  [822adae78fa1e9094005939bda4746e681dbb5f7]

        callcatcher: update unused code
        
        Change-Id: If79676a1b160ac37faecad6070a9fb2ba3cc128f

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [c319ccfc37ee6d05e08227799045ff26ea985432]

        Revert "Simplify ImplRepository::impl_getLocationForModel return type"
        
        This reverts commit 72305ed49d4c9ba968d7bf6d8d5ae564bb92147d, which was bogus,
        cf. the comment in ImplRepository::getDocumentBasicManager about recursive
        calls.

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [73b2ea1dfa32566f9f94d5d6e7919ba7d13f6f2c]

        Remove BasicManagerCleaner
        
        Change-Id: I55eccc6367cf3255af05c075631945f47417d682

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [72305ed49d4c9ba968d7bf6d8d5ae564bb92147d]

        Simplify ImplRepository::impl_getLocationForModel return type
        
        Change-Id: I937f96457347195ed18ddcdc75b1106840f0522e

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [8c5834d5cb8c1511efc99ea9e22b254a337f9261]

        Remove trivial typedef, to make code more obvious
        
        Change-Id: I70017a5c6f9403520ee79e9d0864352eb1c8e100

2014-08-22  Stephan Bergmann  <sbergman@redhat.com>  [8a08ddd7371024db9a0cb901e956b5ba4bd40a06]

        No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_Impl
        
        Change-Id: I55da464ef1d3381fb51949a349f844dbd7da49eb

2014-08-22  Eike Rathke  <erack@redhat.com>  [10b6bda51c9da5429ca562c70ce75ee03e5f4e56]

        init formula options once, fdo#82183
        
        Change-Id: I1db4816f4693e35024c6dc6c70585d7b72e68c32

2014-08-22  Eike Rathke  <erack@redhat.com>  [9344af955b68143b362a586a50543c5f05467c63]

        nitpick on comment form
        
        Change-Id: I023f79187aaf6eb943a50516dace2aa229c5a87b

2014-08-22  Eike Rathke  <erack@redhat.com>  [0be29a469c565ec134cdc0b7cb5594cc65206ccc]

        reactivate the verify
        
        Missed this earlier. Should be a SAL_WARN, but postponed.
        
        Change-Id: Ia6b178702461c8a0fa5ded3e1c47795b95da7d98

2014-08-22  Eike Rathke  <erack@redhat.com>  [c0aba5007b6e468336b41138f099914c32f4b0cf]

        fdo#82183 do not reset globals while loading a document
        
        Destroying the function list while an instance of the Formula Wizard is
        still open is a bad idea. Workaround not doing this when loading a
        document due to a DDE function or external reference being entered in
        the wizard.
        
        Change-Id: I6fa00fb4f442bf7c9410679e446ff460289e4b16

2014-08-22  Eike Rathke  <erack@redhat.com>  [07b18860ae03ecb66b5605201f34c2aef3a55ad6]

        out-of-bounds string access
        
        ... when parsing  ='foo'#  with no character following.
        
        Change-Id: Id65fce721cb47a4d3c947c677323bdcaa2ce957f

2014-08-22  Maxim Monastirsky  <momonasmon@gmail.com>  [9df3a83c304f3dd0e0233d234dc6036ab5eefb77]

        Base the convert-to detection on the actual service
        
        There is no need to run a type detection on the input
        file (for a second time!), just to get the document service.
        
        This also simplifies the conversion of some generic formats
        like HTML and RTF, using Calc export filters. Previously
        setting both input and output filters was required. Now it's
        enough to set the input filter, or simply use --calc.
        
        Change-Id: I825e0fe3e7368d6649acb434b13de53a4523064a

2014-08-22  Maxim Monastirsky  <momonasmon@gmail.com>  [cebfcbd456ddfbd7291c85c6a6c329df165ccd3c]

        Better to use an instance with a doc service specified
        
        ...to avoid detection of filter from other services, and to
        additionally check for filters other than the preferred
        by the type (see SfxFilterMatcher::GetFilterForProps).
        
        Change-Id: I64609b32f6aac7553b4b6b96db88acfcad0ce000

2014-08-21  Michael Stahl  <mstahl@redhat.com>  [d2a4e7c7f70a0ff0769ed228320833fa6b29bff9]

        sw: _one_ unit test with use_library_objects sw ought to be enough
        
        Linking those things takes a lot of RAM.
        
        Change-Id: I4db9ee3f07f97601d526ab3f905ecadbf4c552ca

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [2e13f4e3df13d44c549467d4a9aaa1f3ff83d567]

        RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWS
        
        Change-Id: Iaf1891738fb3673c41b3af724f8494306578c512

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [c7d7582452e8a6ebbe337d8083e8f660f63d6a96]

        Fix *_component_getFactory function type
        
        Change-Id: I966824af73effed95d975c09cb8a7f9ae022843f

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [bf640ba048704220292411e4f2bcc0d3c62caa32]

        Fix *_component_getFactory function type
        
        Change-Id: Id16c653554f5573dc862e0798747b7337ff74d44

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [d8fcd8ca9af087e98a2f6d9cbcf6eb42cddd0c74]

        Related: rhbz#1125588 get to the end of cpp_mediate on ppc64le
        
        Change-Id: Id3928ef5ac68ea13a7aa8723bc8b068ecf8075a0

2014-08-21  Maxim Monastirsky  <momonasmon@gmail.com>  [495fe3bc22cfd09b79db1d822ef25ad5145a281d]

        queryTypeByURL returns type name not filter name
        
        Change-Id: Iad8f2b718af0c947d151f4bbfdcb575440396ff2

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [6006747f0e728b162c433185c46e6bf74a26b395]

        Fix *_component_getFactory function type
        
        Change-Id: I0f2fedc544349a69f29df5e83bec30ea510125f5

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [4c5bbbf059924f3aa24620a4cbbc35816978a606]

        Related: rhbz#1125588 get as far as privateSnippetExecutor
        
        Change-Id: Icc386083ecd9faefbedebbb9d2496a4eddfa0b2b

2014-08-21  rbuj  <robert.buj@gmail.com>  [8daebc0c343f79e6ded1f35a19ed83358ec3fcb3]

        jvmfwk: Removes the checking for W98 in JREProperties.java
        
        Change-Id: Ia5be6b5893abef084b5e4203f9f02919289ce055
        Reviewed-on: https://gerrit.libreoffice.org/11054
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [7aac7d175605e1bb94c3967c294ed7f915a5603a]

        Resolves: fdo#79172 dev builds were misleadingly labeled 'beta'
        
        ... but actual beta builds have no label. This commit GIMPs development
        branding so that it reads 'development build' instead of 'beta'.
        
        Change-Id: I5a7a7f480b97bec5afe54c366bf21e93e49b320b
        Reviewed-on: https://gerrit.libreoffice.org/10313
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [7e61e4f32aed3822b1f1e08db460085536a0ca28]

        QueryBox QUERY_SAVE_TABLE_EDIT_INDEXES -> MessageDialog + string
        
        Change-Id: I36e6d376936caa847e68a43f64c8fe892afba1ca

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [650bdfb2df1c0cb908b48d7f8419cafbc06447aa]

        QueryBox QUERY_USERADMIN_DELETE_USER -> MessageDialog + string
        
        Change-Id: Iedccb1ace9f74d92f09cc6ca23f9aaf004fa05f2

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [718648db591b3d04b24e9437b6139b1490aad870]

        QueryBox QUERY_CONNECTION_LOST -> MessageDialog + string
        
        Change-Id: Id2bd1b509236f40fcb658933cfe6edd687330ac5

2014-08-21  Takeshi Abe  <tabe@fixedpoint.jp>  [24c1a1b38b68cf5357dcc2d4c799378ccc6d34f5]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I95a769fe436a79a1e236c5504d1d5b288b3da71a

2014-08-21  Eike Rathke  <erack@redhat.com>  [fe4d72b56319fe7820d973794fc937d79aeec64a]

        it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEK
        
        Change-Id: Ie5a0464b49baae62e217e87f4d0040151f3aa8a5

2014-08-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [60974f5643745b7714b5a8629d9c574224b67e8c]

        DOCX export: prevent multiple paragraphs in some SDT containers
        
        E.g. Word doesn't do anything if you hit return in the middle of a
        title; if that's so, then we should handle this situation on export as
        well.
        
        Change-Id: Ib5b52a59250b09c97023b53906b8046f530d0e31

2014-08-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [42faa9f0514c2f55f19cc04338518fd039e2883a]

        writerfilter: remove unused qname attribute
        
        Change-Id: I412390fba4caa4579dec0dab68f4a1c276284118

2014-08-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e903d3ab049237b3588d1baea23b4c5ada17c34c]

        fdo#80367 (part) help pages fo Calc XML source
        
        Implement help button for Calc Data-XML Source
        
        Change-Id: Ic1097b13c1d2266a8a1f21a4cbc9d416aacba892
        Reviewed-on: https://gerrit.libreoffice.org/11055
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [2ced4d39cc1b8de233cd886d3ef991b3079500d2]

        linux_powerpc64le->linux_powerpc64_le to match dp_platform.cxx
        
        Change-Id: Ib63e5a28d7ff12780a1051d94c5976244eab1814

2014-08-21  Eike Rathke  <erack@redhat.com>  [7c6a82d66ebe55fa5ce106bf60f841dd7758d2bc]

        write COLOR function with extension namespace
        
        and add to Excel import/export maps so it survives saving in that format
        
        Change-Id: I3a8e07fdd1bded77d4bad60eefffeb0b1dbdd734

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [2b65832b5853dfea1f970141acfeee46177e3799]

        QueryBox QUERY_BRW_DELETE_ROWS -> MessageDialog + string
        
        Change-Id: Ifb6fb8a09cda0c868a3b4f510f6b04665cfe7597

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [54758555e11e01eb2fcfe7c7df6feae215821029]

        QueryBox APP_CLOSEDOCUMENTS -> MessageDialog + string
        
        Change-Id: Id87de082167ab775fa7072f0c96159261011e898

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [8b62a475f742dd864be714d2b990a0c01035c3ff]

        QueryBox RID_SFXQB_SET_LANGUAGE -> MessageDialog + string
        
        Change-Id: Ic1b5233563ff9ce3e3453b47fe86138ae2497a18

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [566e6fe58ea66722dd0c504f58676b89e8b95621]

        QueryBox RID_SVXQB_DELETE_COLOR_CONFIG -> MessageDialog + string
        
        Change-Id: I3ae71cf2fd4a8cf0db76845c60f633285bd00e27

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [d27cdf1caf4359b5a8b1b8af1b1ec1ede406d8ad]

        QueryBox QUERY_DELETE_CONFIRM -> MessageDialog + string
        
        Change-Id: Ieae9977fd77f7b28991771a31c18e15be4a4f0dd

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [8fce2ef6c33787922a06340fe8eab69b104cb555]

        QueryBox QBX_CONFIRM_RESTORE_DEFAULT -> MessageDialog + string
        
        Change-Id: I93911342a316beaba0d33b35bda1bfa4355befe2

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [de6fd1b90f6ab41b93bc15f2feb72ef0e3eb70c2]

        Avoid invalid downcasts to SwFmtHeader instead of SwFmtFooter
        
        ...which only happened to work because the two classes have very similar layout
        
        Change-Id: Ie4bde807a2442a95ff515b065d4f45f257a32f34

2014-08-21  rbuj  <robert.buj@gmail.com>  [d14a4dc996bca209a013a89dd2bffe9301bed3dd]

        wizards: Enhancements in JavaTools.java
        
        Change-Id: Ie25b4772b34170b8ea200f1bfe6884feac49a414
        Reviewed-on: https://gerrit.libreoffice.org/11049
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [60eeeb9d2fae66f2f2e85ef05feda8022a5af1cf]

        Avoid undefined MSO_LineStyle values outside the enum's value range
        
        Change-Id: Ie9eee91374818cbfbb10a7d91e0fb2114ce140b4

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [1f65b5539872890197718364455c5c0aca083f12]

        Avoid undefined left shift of negative values
        
        Change-Id: I428b2401f59930e115f4b0d205f6c1db779b16f9

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [67c98f6f643e8653490174fcbb7aa618b19b27e2]

        Simplify  ((A && B) || !A)  to  (!A || B)
        
        Change-Id: Iae4f45f1e64effa1369e9aba13b6b972a5ba76a0

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [0eabc890ccec6cf428d7e05ad994b24924596b81]

        Avoid invalid downcasts
        
        Change-Id: I8550da2c6afb4e7de394879ef75312a0c9c2df25

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [569fbba46b41f1fe1b1e9d6a86f4d7849d537d53]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I52fa4656248dc67d85a81271c0dcef127d5869c5

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [c52e417505f1ab7193a17bf24348e5962436ea26]

        Avoid invalid downcasts
        
        Change-Id: I1666321916d08b326bb0c1c1f21273d568523691

2014-08-21  Eike Rathke  <erack@redhat.com>  [c08fea639ca1a757df086ffe34f2bd5cf6573b6c]

        add missing parameter flag
        
        in dbgutil build gave:
        warn:legacy.osl:27022:1:tools/source/rc/resmgr.cxx:701:
        file:///build/libo/dev/instdir/program/../program/resource/scen-US.res
        Class: 272, Id: 436. Classpointer not at the end!
        Resource Stack
        Class: 272, Id: 25044
        
        and the following value of the suppress flag was taken in place of the
        parameter flag, which was identical and didn't harm in this case, but ...
        
        Change-Id: I951381ef2a5c2d7d7d44892ad5c34ea77ace51ce

2014-08-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [f7a65a109691616ff28bfe4917f3865d954bb00f]

        Remove useless include tools/debug.hxx from forms and extensions
        
        Change-Id: Idc8ecbb65c7c4c63950d8b249e0d0d91788d6d3b
        Reviewed-on: https://gerrit.libreoffice.org/11012
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [5a2123376dc010ca4e3f0a19d7dbbfaeb25ea963]

        avoid crash on document ending before contained table ends
        
        Change-Id: I003b7e00673cd5a4b4f0ed5218e2d30cfef04ffb

2014-08-21  Stephan Bergmann  <sbergman@redhat.com>  [98fba3ab3675e19a1260d4e2cddd4bfd6c005118]

        Check pTmpFrm->GetType(), not nFrmType, for FRM_FLY
        
        ...as nFrmType need not match pTmpFrm->GetType() exactly, but can e.g. be
        USHORT_MAX when GetFrmOfModify is called from SwFrmFmt::FindLayoutRect
        (sw/source/core/layout/atrfrm.cxx).  It is probably good luck that the two
        comparisons against FAR_AWAY made it too unlikely for the if's true branch to
        ever be taken for a pTmpFrm that is not actually a SwFlyFrm.  Found the bug when
        running CppunitTest_sw_ooxmlexport2 under -fsanitize=undefined, where
        
          ((SwFlyFrm*)pTmpFrm)->GetAnchorFrm()
        
        was called for a pTmpFrm of type SwTabFrm.
        
        Change-Id: Ia886a809bdb82488c3f410be66cf827b3f723c55

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [2d48c52da712f8fa3c4a579494c824491afb8515]

        need to accept ppc64le as a lib64 using platform in ax_boost_base.m4
        
        Change-Id: I86ef068661082addbd165629d3d6905695090a6b

2014-08-21  Andras Timar  <andras.timar@collabora.com>  [aef9d5e6fba3a934d6e0babc5f08409a9d5d3e99]

        Updated core Project: help  356a862f1cac3c528c53be0bc31ed4063444681c

2014-08-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [f97583711b0c5159ba6d1144395489cdfe9a7ac8]

        DOCX export: handle anchored TextFrames inside shapes
        
        The exporter already handled TextFrames inside TextFrames, a feature
        supported by Writer, and not by Word.
        
        Similarly, if DocxSdrExport::writeDMLAndVMLDrawing() starts a shape,
        then anchored TextFrames should be posponed till the end of that shape.
        
        Change-Id: I597a8a46b1cf2348a8ccb9af668ea5afab27541b

2014-08-21  Tor Lillqvist  <tml@collabora.com>  [f8bf090bbba61e8cd198a936dcc25f35fdf23c10]

        These "newly added" record types are publicly documented nowadays
        
        Use symbolic names from the MS-PPT RecordType documentation,
        http://msdn.microsoft.com/en-us/library/dd945336(v=office.12).aspx
        
        Change-Id: I1deecfc69dd3360ef982f144d5ff5348a2953280

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [632e4095ad92196480ad82cfa1f106c4c08ae1cc]

        openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so
        
        Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [24e76b6506a309c5564cf46dc23df06993a002c7]

        QueryBox QBX_CONFIRM_DELETE_TOOLBAR -> MessageDialog + string
        
        Change-Id: If03a966ab6519d1335903b7d76cb44c38113a4a3

2014-08-21  David Tardon  <dtardon@redhat.com>  [bf2c2ec5d8fb6bf4b49015f8a68e8f3dd058c965]

        upload libpagemaker 0.0.1
        
        Change-Id: I287d4947735b82bb13bb6b18880dca594b17e38b

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [170109708e6a082252efba3d2f1726bbd82b6452]

        Related: rhbz#1125588 first steps for ppc64le
        
        almost certainly won't get us too far, but a start
        
        Change-Id: Ic20b97a97b6d506c32322173bd8332d15c3a4555

2014-08-21  Caolán McNamara  <caolanm@redhat.com>  [b3698a6ac2642777ef0c25688e5dd5acde9594ba]

        NS_ooxml::LN_CT_LevelText_val might be missing
        
        Change-Id: I2683dd30d521b91cf026b3553ed4f75ee4172b3a

2014-08-21  Noel Grandin  <noel@peralex.com>  [a69f8ea61ce274a5839f1904d1eba9ea91ce6676]

        vcl: convert push flags to type-safe enum-like class
        
        Change-Id: Ib49a0dd5ecee0225f51bea2ff1c0ab5326595a47

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [46bf3068de40192e0b69ef5f6ab3b2f43c71ef71]

        remove commented out namespace aliases
        
        Change-Id: I2895204753f3302b5c7cbcce6f4d01d6bdd0694e

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [339d967dbf91ae22bc0a09a894c4499f47c72615]

        forms: CSS -> css
        
        Change-Id: Ib2fb1f4f4b64a67cebdebb6ebfb36dbe6878bef6

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [56ad57dee709cb4ff910d6ec00f2df2362859400]

        starsdbc -> css::sdbc
        
        Change-Id: Id0411425b0a3400dffe47143f908ab283fd2247e

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [cb347ddc5c7fc5a7e66c342d4e7a5a15f274fc21]

        stario -> css::io
        
        Change-Id: Iad96e0a2bfd6c126c696f14919dbfd8e072dd230

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [edda7dbad7e03487b75a79455a7d48198046cbfc]

        starcontainer -> css::container
        
        Change-Id: Ie6e75483aa4262a5f66a4c557015af8b3c02d592

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [150df3c020613bd956c4ad38ab4b5e247801296b]

        star* -> css::*
        
        Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [123c64ab007868eaed24810d1c52ca84f7a6ac52]

        starawt -> css::awt
        
        Change-Id: I76dd16aa2c42a649162ea2e37c824af30cdd557b

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [78b2d8211112df0a5938efbc8db0f8e48ae9e2e7]

        comphelper: starbeans -> css::beans
        
        Change-Id: Iedfc4460194f179b20d734cb7671894213c77008

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [f133857cc61dba9505fc2aae23dcac2f47f4ef50]

        comphelper: starutil -> css::util
        
        Change-Id: If4c0d404b0f7027837dcc245b5b7d21b1f749347

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [32093237b3f41eca976a5018a7c8ef56e3f5fb3a]

        comphelper: starlang -> css::lang
        
        Change-Id: Ie8adb5b81df51fd973cbb786f27ea3ef1462679c

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [007099ea3283bedfb0fe9a4c10f7331f8fc8bb73]

        comphelper: staruno -> css::uno
        
        Change-Id: I21991280c5b7e4c6d0c200f4489c89a9f4fbc385

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [8fd3b0945607816fc7a73cec4eeb5c045bc2a450]

        staruno -> css::uno
        
        Change-Id: I29a8aa8168f604f1e71323b5a19c3f67c67e2c1a

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [892f4c2ad87063fc4f5b10516e23e3f0ac1b836b]

        stario -> css::io
        
        Change-Id: I4e82694399e72ce17172ac3d3c3cd9f9bcd30ba5

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [9d17726dcd629f3d588327dbfb0e35fc70ec262c]

        staruno -> css::uno
        
        Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [ab9e2ed4ca551768295ede7ab84d0b41f14cebc5]

        unotools: use css alias
        
        Change-Id: I0440f589242d921e3e10e490e43f40cabd70ec9f

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [fa6a5ebc1c55cff3967338eb341187edaa977aa3]

        unotools: stario -> css::io
        
        Change-Id: I54b03d00e5cf0b0b43bf5c5db264660792baf951

2014-08-21  Thomas Arnhold  <thomas@arnhold.org>  [091fc82b82ef861953c2a9def386ac2f80040a3b]

        unotools: staruno -> css::uno
        
        Change-Id: I20a470fe654bfd1eec23dd2e0c13162a0b432a32

2014-08-21  rbuj  <robert.buj@gmail.com>  [e189fa400ec4fcafae5e3b04f054cec851f81dd8]

        wizards: EffectiveMax & EffectiveMin of TINYINT
        
        http://docs.oracle.com/javase/1.5.0/docs/api/constant-values.html#java.lang.Byte.MIN_VALUE
        
        Change-Id: I702f1354eaddc37e6321c3cdc0126a78945d0754
        Reviewed-on: https://gerrit.libreoffice.org/11044
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-21  Julien Nabet  <serval2412@yahoo.fr>  [ac57362b23859591c088e36b7218f4a606dcf3bb]

        Typo: and->end
        
        Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526

2014-08-21  Michael Meeks  <michael.meeks@collabora.com>  [d718c1f65f850f7897b942c2e4415110132e51a5]

        coverity#1202729 - ensure we have exactly a one dimensional array.
        
        Change-Id: I6db8a2fb48ed7ce134a5c45c590c2ada0e19fc85

2014-08-20  Thomas Arnhold  <thomas@arnhold.org>  [e6369973702286d92bfc34ab8305d4a9bcf5c27e]

        rename define too
        
        Change-Id: I33c9c867f058d69739d1389c76f76f89f1150b93

2014-08-20  Thomas Arnhold  <thomas@arnhold.org>  [dba2bae5aa77492a47243590fe125e97e505814d]

        stray ErrorBox from ResId
        
        forgotten in c584f344b7f810c297da616befdc354b86fbf8b8
        
        Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [50fffcaa05eef36fe03b1654bd57fdd3ae741106]

        Infoboxen are no longer loaded from resource files
        
        Change-Id: If387291e9e145ee36338b1e560f18889c3b62674

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [d4a615bf62d81485d8e20e94824af511c9fef0bb]

        ErrorBoxen are no longer loaded from resource files
        
        Change-Id: I099258e449d0155154d60a839f9495236cb48cbb

2014-08-20  Lionel Elie Mamane  <lionel@mamane.lu>  [3ddfcd70dccd1d8312d6172014f01862cd5be1ab]

        make debug builds fail hard on unexpected conditions
        
        Change-Id: I0732ce65757ee29e5ad12cb576c5b64ed0edeaee

2014-08-20  Lionel Elie Mamane  <lionel@mamane.lu>  [73ff8a29c1d546bbe2864d714ddb9c35c1d875f4]

        update comments with my new findings
        
        Change-Id: I58e07994e627ce980573812cbe56a068f66b1862

2014-08-20  Stephan Bergmann  <sbergman@redhat.com>  [da401ac07b4e41b43723722aaff135b3a1376b31]

        Work around unhelpful MSVC error C2216: override cannot be used with inline
        
        Change-Id: I2944b9911b2458bf1c0f1645fd983b635be67bd2

2014-08-20  Eike Rathke  <erack@redhat.com>  [135df4753db7e03817a2a0dbb6e68ead457385e2]

        convert some OSL_TRACE to SAL_WARN
        
        Change-Id: Ifb687de25a6da4696e659e27cb34668a9762445f

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [29e1b2f1ca6e2dcbf9a04c63a3ac1d554cfdcb52]

        xmloff: dead code gives MSVC fits
        
        Change-Id: I1aaaaae4a38fb828e6801e444b6345fd8b60f5c1

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [afa5d63e2adccefd5cabfe2e0f6f78ce217a294d]

        TabPages are no longer loaded from resource files
        
        Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [cbd717a384e83b54cc7f3e6785504667dcede980]

        drop unused helpids
        
        Change-Id: I30fa6b7a894adca8718669def290a931d816cef5

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [c310523a5f33372e76b69545dbbee0809644bd0c]

        C++ name lookup is hard, especially for clang tinderbox
        
        Change-Id: I50a25e5cfa219bbdcf0a23c03b8e6a2cff72c3d6

2014-08-20  Stephan Bergmann  <sbergman@redhat.com>  [9a42c5939485732c031f6e6d30394b5414f6ad61]

        Bad hack to enforce weakly emitted RTTI for ScValidationDlg
        
        ...(by inlining all its virtual functions), as otherwise -fsanitize=undefined
        makes sc require ScValidationDlg RTTI (to verify the cast to ScValidationDlg in
        the ScValidityRefChildWin ctor in sc/source/ui/view/reffact.cxx) but which would
        only be emitted in scui (against which sc cannot link).
        
        Change-Id: Id9e2bf0719ba3bba35e5ae1f0e58190d9fdb6dd4

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [9f01ba1b78edf6a08d36be39658327451120d613]

        i#107771: sw: burn, UnoCallBack, burn!
        
        Change-Id: Ifdb6d4b2e404bd160e6fcec3229691e750bdf698

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [bd6f0559af3cd07e42ebefc55529c7e1ea77366f]

        fdo#72695: avoid double-free race condition for SwXFootnote
        
        Change-Id: Id7832d8e65723ae30ad2b5ce95d145def53998f0

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [2c057a59e8241b42c7c44a1b53ffb63dd0e92cea]

        i#107771: sw: implement thread-safe instance caching for SwXFootnote
        
        Change-Id: I3fffb321877168dfa9844b4ad75a9a9efc9602a6

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [e54015d06f103e3ce9edc899f0d839ead88add8a]

        i#107771: sw: make SwXFootnote a client of its format poolitem
        
        In other words, stop registering at SwDoc's "UnoCallBack".
        
        Change-Id: Ie73c707b0f43559cc78717c0879d5e9a9335a7ac

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [eee8b6eed6145f695d532aa62c33e3a0c44cba86]

        SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD too
        
        ... and there's no way to get the SwFmtFld from a SwSetExpField, so add
        a member for it like SwInputField has.  That's still better than the
        UnoCallBack nonsense.
        
        Change-Id: I59c82e95414dbae284432b8a318a6ce1a34256c7

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [bbd97fe57d9ec184ef6aee36bd57d6d7e53b4719]

        i#107771: sw: make SwXTextField a client of its format poolitem
        
        In other words, stop registering at SwDoc's "UnoCallBack"
        
        Change-Id: Ieb2639497fe5e8d71aa1c47952c007da76fcee84

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [b8a28f81ecfabbbac7992f120aeedc7b36dfcbf8]

        better error handing in SwXTextField::attach()
        
        Change-Id: I4b8b4ef1f34ba5662bd56bfbb335b87fb5aa4b51

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [eb09b803aa578d11b61ec9052ceccd0d9270ff68]

        fdo#72695: avoid double-free race condition for SwXReferenceMark
        
        Change-Id: I66a988f17adebba72a71af5b770abbebfa4e12b2

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [14eb485c5c62a4f745b24a3798f313623f283e55]

        i#107771: sw: implement thread-safe instance caching for SwXReferenceMark
        
        Change-Id: I4f3b6789dde053ca913e12233b20d45dfe50c7ec

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [1e28d7901dbebf77f75e5770d11a49fef036976c]

        SwXReferenceMarks::GetObject() has no need for a mutex guard
        
        Change-Id: Icc6b0eebf57b07f06bccc9a57036f0611a67c4a3

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [e7c96f3e8f2c2f6bf31ec21fe0d1fbaecb07c3f9]

        i#107771: sw: make SwXReferenceMark a client of its format poolitem
        
        In other words, stop registering at SwDoc's "UnoCallBack"
        
        Change-Id: I9e08966cf8e2d2a373867d81549c8887f73993c8

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [b684cd4b071be9b26dd35e3104450135ffbfea98]

        sw: RES_TOXMARK_DELETED is unused since swunolocking1
        
        Change-Id: I98b21573ebbc8543609bd63eee30bc5b4cbdfb2c

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [c5390b3ee9d04a22817335208d8db673c4463a95]

        SwXDocumentIndexMark::CreateXDocumentIndexMark does not need SwTOXType
        
        ... passed in as parameter since it's always the one from pMark.
        
        Change-Id: Ia5981b0f281c8cac70cbb305c82bb6785918168a

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [57b29dc9d475b8b674b32bf5d073175bac61ac14]

        RegisterToTOXType has a silly parameter name
        
        Change-Id: I1cfd5c077f4b1ac809ace91fe76308f0e1892e09

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [2d4b87f0c1bfd97185a89c18d5b7680d11a958d6]

        ODF export: don't write invalid "group-name" attribute
        
        Radio buttons are grouped via their "form:name" attribute already.
        
        Change-Id: I9f8b27a2904d947c3d4665495d36961e3e41d2c6

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [f05273aa478135b199577877ecd16325e0df95d2]

        fdo#72695: avoid double-free race condition for SwXParagraph
        
        Change-Id: Ie207d9400bc3a55e17497b309dfbc263e7b12e30

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [7a3716bd7b90587974b50455c927bc330c2a6a63]

        fdo#72695: avoid double-free race condition for SwXTextSection
        
        Change-Id: I6a4cd076deef63f172c42dcc22cc44c47a4aa293

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [7fa2a363332620de869c67b8c9cca72cd093f2c4]

        fdo#72695: avoid double-free race condition for SwXDocumentIndex
        
        Change-Id: I9264ea023ee12b24561e86d893b1f7abb2765621

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [939edde802b4de9abb5c9d23c61abb37916ce357]

        fdo#72695: avoid double-free race condition for SwXDocumentIndexMark
        
        Change-Id: I08fef7f1de4cce468a4936e33d3684f847e1aa5b

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [c71c1b2bb3b0a1767cd062e46e7dd81cc1027fb1]

        fdo#72695: avoid double-free race condition for SwXFieldMaster
        
        Change-Id: Id3dfe1c68f00964200ad53922a0f41ebdbc4c3f8

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [8deeb0d53850e7fef0b3011a0335837e6316ce0e]

        fdo#72695: avoid double-free race condition for SwXTextField
        
        Change-Id: I6adfcb1bdd5e8e1525568a4bcd93a8e0e97359be

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [624198efe4e1d2183effa95df59a3cafaba61b30]

        SwXBookmark: m_rThis now unused
        
        Change-Id: I686a5383a6b42872bd6945780c661d1a2a49cad7

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [0a1256a9d703746d1b74ce1198d77acfada3701d]

        fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmark
        
        Change-Id: I92838d75f5573e4b626b94ef446f464be1b39b67

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [778fc411d113ae8b7c07bbec55d44a7b5dac5f4e]

        SwXMetaText::GetXMeta() now unused
        
        Change-Id: I832b4b544050c2105ed40fb6421318e8b59313d1

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [398616151f91ec7a06d024a9d250047d60d7c2e1]

        fdo#72695: avoid double-free race condition for SwXMeta/SwXMetaField
        
        Change-Id: Ic5754dc479d7d55ce4e0f2713c5545db75a300c2

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [37198ff27be127213e4dac091a20c6fb343909fd]

        fdo#72695: avoid double-free race condition for SwXTextTable
        
        Change-Id: Ibd27e8d61ccbe7d1cdeb72d310acea54198ecd77

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [e1b299de1d56abacf3f16552f9f8e6361b360d1b]

        remove bogus mutex guard in SwXTextTables::GetObject()
        
        Change-Id: I97e1eef0d364b18a2a7151558e1f7cd17bade160

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [3426685cc2b45cd795975572ae6cbfa58658bab7]

        i#105557: thread-safe caching of SwXTextTable instances
        
        Add factory function SwXTextTable::CreateXTextTable that uses
        the WeakReference SwFrmFmt::m_wXObject to cache the instance in
        a thread-safe way.
        
        Change-Id: I88939e2586d104193184eea43b466f2cbeb71d6f

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [37ea2c99b9374f956d2a73bf1c085f2b47d53add]

        fdo#72695: avoid double-free race condition for SwXFrame
        
        The problem is that Modify() may be called from ~SwFmt while another
        thread is waiting on SolarMutex in the ~SwXFrame or derived class
        destructor, so the ref-count is 0 and the uno::Reference in Modify()
        will cause a double-free.
        
        Since ClientModify() does some re-parenting of listeners, it is at first
        glance better to call Modify() in this situation (although it is quite
        possible that it actually doesn't matter), so don't avoid the call in
        ~SwFrmFmt by adding a SwClient* member there, but put a weak reference
        to itself into SwXFrame so it can check if it's still alive...
        
        Change-Id: I492bb8a8557af5fc725fdb7f8b21013e0886f63b

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [102348fcd17ab4a862d6f15565f97d8a88cd9231]

        make SwXFrame derived constructors private
        
        ... so that new instances have to be created by the factory functions.
        
        Change-Id: I643a154609b1a277d5cbc22d739ef8e357028f56

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [851af7040e05e956a5c8f145679c8141a07fecb4]

        i#105557: even more thread-safe caching of SwXFrame instances
        
        Change-Id: If5cc29e75a35326a933fed70e2f39d92c9e09cde

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [3777d302fa52b8921c990dead3a311bcfb3b54cb]

        i#105557: more thread-safe caching of SwXFrame instances
        
        There's another over-engineered factory function to convert...
        
        Change-Id: I4a51ea197f1a550f712f6542a4ebaf305e293f3f

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [00b5f1ef2e06d5ae2ce7469710e85c4a06c20a5f]

        i#105557: thread-safe caching of SwXFrame instances
        
        Replace SwXFrames::GetObject() with factory functions that use the
        WeakReference SwFrmFmt::m_wXObject to cache the instance in a thread-safe
        way.
        
        Change-Id: If56e4d7f95cb4f2e112139f228fb832ae9bf7d76

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [bcbab38792f47cb1e27a8fb4bc0523ea135a2e75]

        sw/README: document refactor-god-objects progress
        
        Change-Id: Ic460da6cd3e70dcd0ab95f46cf3fb8ccca288abe

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [37931a79447c24cf59cb6cb0a664148843a557a9]

        sw/README: add some stuff about fields
        
        Change-Id: Ie0b76e70ebe8958166cd7c3c3f348eedf29fdbf9

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [404f16e97f1c2fcd8f9a1297bdfa46cba970467e]

        sw: ww8: fix another ~SwIndexReg() assertion
        
        If the position is the same as the body text anchor position, don't
        delete the node.  Probably something should have inserted more nodes
        between StartApo() and StopApo().
        
        Change-Id: I41110a47d840e764f6d2a24e43bf6938b1282972

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [be4320f32a4e5ca46a749a3f9ccc0ffb8e188dbf]

        sw: ww8: avoid ~SwIndexReg() assertion
        
        In SwWW8ImplReader::StopApo() the JoinNext() may delete the node that
        pPaM points to.  It is probably a bad idea to use a non-correctable
        SwPaM in an import filter; sadly this filter uses the core API directly,
        let's use a SwUnoCrsr which should avoid the problem.
        
        Change-Id: I120a481883b7ecbfa59cc998153fec0e6b9bafe5

2014-08-20  Michael Stahl  <mstahl@redhat.com>  [4f211a0d0c4ef0c248fd3d4493994c1a122c2eb9]

        gdb: print the SwNodeIndex properly if there are multiple blocks
        
        Change-Id: I178d365e71ef3377b1a2cfc115bb297640161efe

2014-08-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b3d985230968fe8987023db6353d09d4567be74c]

        Remove more useless includes of tools/debug.hxx
        
        Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc
        Reviewed-on: https://gerrit.libreoffice.org/11020
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-20  rbuj  <robert.buj@gmail.com>  [e5070e0cc2bc7c19668846d3faaa1b97e3440f06]

        wizards: Number parsing
        
        Change-Id: If81db8cf10556dbb79458258a70760e3f12a5524
        Reviewed-on: https://gerrit.libreoffice.org/11041
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-20  Takeshi Abe  <tabe@fixedpoint.jp>  [5e531e121fae61675fb358e814d49b70cfab14cf]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I621286f0b64ff464bc29310ba79e416abc5791d8
        Reviewed-on: https://gerrit.libreoffice.org/11042
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-20  Noel Grandin  <noel@peralex.com>  [794d5ac4ac0b1dcaac289772ce096a4295d4e15d]

        vcl: use enum for complex text layout constants
        
        Since these constants are bitfield flags, we define some methods to make
        working with them reasonably type safe.
        
        Move the definitions to outdevstate.hxx, since we need the values there,
        and that appears to be the "root most" header file.
        
        Also dump TEXT_LAYOUT_BIDI_LTR constant, since it means the same thing
        as TEXT_LAYOUT_DEFAULT (ie. 0), and leaving it in causes people to write
        weird code thinking that it's a real flag.
        
        Change-Id: Iddab86cd6c78181ceb8caa48e77e1f5a8e526343
        Reviewed-on: https://gerrit.libreoffice.org/10676
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [71804294c79136ef43a8f91b5c961e266d32187a]

        Resolves: fdo#79227 labels are truncated
        
        Change-Id: I9d5cd9491325aab6c844c889bf4db6baab2e75c8

2014-08-20  Stephan Bergmann  <sbergman@redhat.com>  [893d5f9973e75a61f7d21ac146ca329627a9c440]

        Clean up line splicing and indentation
        
        Change-Id: I2b9725052aeaeebef84ec9aedba639f6dda537ff

2014-08-20  David Tardon  <dtardon@redhat.com>  [83046bfcdd1b49da01f6310a05471e816391645e]

        Updated core Project: help  9a8ca9edc790d35cafbb1b7eb1b0465b806e428f

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [f78e647a07ca2518d8bf12bd4bffaca40a28836b]

        drop unused helpid
        
        Change-Id: Iba89e712dda4795a045c7cc346ed1c100e1cbfbc

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [9acd707d738b99072cb3d7323e94ef96c1d64be5]

        fix crashing on exit in static SvxBrushItem dtor
        
        site of second ctor
        
        Change-Id: Ic319bd36f207a0f1939482a7b4c729b519bb5ce1

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [df4bd415c0ceb8e69f8bbeeca554a1c55eb978b7]

        fix crashing on exit in static SvxBrushItem dtor
        
        site of first ctor
        
        Change-Id: I3316e91bc54439b74df30fdf02ff264a39489c29

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [a93ef22ada8762dbcaf90751b69244f93afaad03]

        Updated core Project: help  5ca651f48f04a382b5e915ab9ebb330a28274822

2014-08-20  Szymon Kłos  <eszkadev@gmail.com>  [96d7f6171a0b887aa89e32cee279d97c876b1605]

        DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .ui
        
        Change-Id: I2a87330d73e2735a764296185f165a29f05b517c
        Reviewed-on: https://gerrit.libreoffice.org/11040
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [a6c5f2ba6bca8ad95a3731e2770a1d216c9925a0]

        rework RID_TP_GENERAL conversion to make widgets visible, etc.
        
        Change-Id: I93e30198e27631ad4a6865fd202af16094c26a41

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [4b339818bb036b409dd5dc00d645c62063e63de5]

        add a VclViewport
        
        like GtkViewport so that the scrolled region will be clipped,
        which also has the side-effect of stopping glade clobbering
        the non view-port scrolled .ui files on editing
        
        Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82

2014-08-20  Palenik Mihály  <palenik.mihaly@gmail.com>  [eba5e5b6b6577cc2d0bbd1ff66eefd0e2024fc4e]

        Convert RID_TP_GENERAL tabpage to .ui
        
        Change-Id: I32300c3d06a8c30d8e75f343cd2af8acef7296ae
        Reviewed-on: https://gerrit.libreoffice.org/10989
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-20  rbuj  <robert.buj@gmail.com>  [d8a7f72bab1745cbf122400d81380ed66a6c36fc]

        Use COMMONS_LOGGING_VERSION vble
        
        Change-Id: I0c76ec7e3f9b95166b4005dd1ad5349b3889c3e4
        Reviewed-on: https://gerrit.libreoffice.org/10993
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-20  Stephan Bergmann  <sbergman@redhat.com>  [1b0baa5799a56432d45cb1ec63d77ab93a3ebf9a]

        loplugin:literaltoboolconversion
        
        Change-Id: I6fe25eb5619e5e0273e6e2010c948daa547fe46c

2014-08-20  Stephan Bergmann  <sbergman@redhat.com>  [f340f0454627939f1830826fb5cc53a90e6c62a4]

        Pick a more suitable type for nLength
        
        Change-Id: I6e38b82f08884c4e187e5b3ca2c95a0d4ca8d541

2014-08-20  Eike Rathke  <erack@redhat.com>  [fdb7429bf5275469d05ea028a94aa6935399494e]

        update input bar with new value
        
        If setting the number format isn't called we need to explicitly update
        the input bar.
        
        Change-Id: I60c4808ce86eb659d3faf92d368c5118ee9673b2

2014-08-20  Eike Rathke  <erack@redhat.com>  [32e8c47df81292c71ce1d885762358f18559bdb7]

        refine current date/time hotkey handling
        
        Nearing the "do what I mean" principle..
        
        * key date on time cell  =>  current date + time of cell  =>  date+time formatted cell
          * unless time cell was empty or 00:00 time  =>  current date  =>  date formatted cell
        * key date on date+time cell  =>  current date + 00:00 time  =>  date+time formatted cell
          * unless date was current date  =>  current date  =>  date formatted cell
        * key date on other cell  =>  current date  =>  date formatted cell
        * key time on date cell  =>  date of cell + current time  =>  date+time formatted cell
          * unless date cell was empty  =>  current time  =>  time formatted cell
        * key time on date+time cell  =>  current time  =>  time formatted cell
          * unless cell was empty  =>  current date+time  =>  date+time formatted cell
        * key time on other cell  =>  current time  =>  time formatted cell
        
        Change-Id: I5025e0d0ea9ac83d1b9e0b130262df6db4693a56

2014-08-20  weigao  <weigao@multicorewareinc.com>  [b7c78772571933b34ff618f07161697c958ba60a]

        add screen text to auto fly
        
        Change-Id: I6a4549bf47f5126510c3ddb93733b2d56a4159e2

2014-08-20  weigao  <weigao@multicorewareinc.com>  [8434a2b6aaff9a1a9ce10d9eb9489ebf2929f724]

        add auto fly code
        
        Change-Id: Id137892b855b4a70625335ede8015dfe6dce1e7e

2014-08-20  Noel Grandin  <noel@peralex.com>  [0ce1267ae27c840a417ee1758aa016da033405fa]

        remove more unnecessary constructor declarations
        
        Change-Id: Ie5a243006b112c2e6daf12992f3dba8baf12748d

2014-08-20  Noel Grandin  <noel@peralex.com>  [609f7b85030eb9fa85a87fd591dcf53fa1143950]

        remove do-nothing code
        
        Change-Id: I101cc3be44f029f7353e8d40823c0d6b2bd761b3

2014-08-20  Noel Grandin  <noel@peralex.com>  [c0415d5f1e96304b0d528de92b6ba0cdf31b503b]

        java: remove unnecessary constructor declarations
        
        in the absence of any other constructors, the compiler will automatically
        generate a public no-arg constructor
        
        Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909

2014-08-20  Noel Grandin  <noel@peralex.com>  [6884ef6317ddc29a713a342fb102e28ebc8fa5cc]

        java: don't catch and then just rethrow an exception
        
        without doing anything else useful
        
        Change-Id: I5803d84d46e0a70e1759f2202e2c2273087f8723

2014-08-20  Noel Grandin  <noel@peralex.com>  [8c9fdc4a963fd55da59a93c979071f53b84fbc24]

        java: remove modifiers implied by the context
        
        found by PMD
        
        Change-Id: I04cbf986ddbcffff987784f381b8a9f52f1b3f31

2014-08-20  Noel Grandin  <noel@peralex.com>  [34352e7f1b0fe55da4d1d43921674344ae6deafc]

        fix exception not caught
        
        Change-Id: Idf1942d76f3c13e207f2e54494557ee01013c833

2014-08-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4fe377ad6dce2f5dcbbf7a989030b27bedf1077f]

        disable the test until I understand the problem
        
        Change-Id: I9a24ff49823a9521d412e1e761c4c1b6ece6b601

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [9cad46b36427aba3082dc096a19f96fc63276ed1]

        move comment into assert
        
        Change-Id: I230fdf40dc2df552b8cfbdee33e8d3bd25fb81de

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [7543a4165be9333054ab14f8a0d99af52fc71530]

        fix indent to get this working again
        
        Change-Id: If48dcf4d04d3888975687aa85557e2cee317f2dd

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [17ccc09ec27bde00e5ed7a9fe6055a991992b0ed]

        fix crash on loading ooo83574-1.doc
        
        Change-Id: Ia959dde8bac2d663cf1a5bec0358ee89dcaf42ed

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [30541352a195c57c0b4f65e29b1994be46421ad1]

        fix string out-of-bounds assert on rhbz496762-1.pdf
        
        Change-Id: I224e3c9befd1a9ab3ba0cc2676cd6b4ba51214c8

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [d01ee7e2cc7315728a5a8e04bb1d6847ec185483]

        fix string out-of-bounds assert on gnome627759-1.ods
        
        i.e. on soffice --headless --convert-to pdf gnome627759-1.ods
        
        Change-Id: I01289d5afcc79b7180cc12f8ee345ac760b6a637

2014-08-20  Noel Grandin  <noel@peralex.com>  [3f210b0e75ba338306f3ddb7f237db5ddb2c8f2d]

        java: remove unnecessary return statements
        
        found by PMD
        
        Change-Id: I3d150421948d17eaed34fac2b1a212da34288d1a

2014-08-20  Noel Grandin  <noel@peralex.com>  [a753a458e582dc0aa5e94ea350f4db06488f26f2]

        java: avoid if..else when returning boolean values
        
        Change-Id: Iab52762a9abfe8735223372b09638ce9d8d44318

2014-08-20  Noel Grandin  <noel@peralex.com>  [60f152caeee38579433a31dd3a98e91dc3d23ff6]

        java: avoid unnecessary comparisons in boolean expressions
        
        i.e. stuff like "x == true"
        
        Change-Id: Ib82a4a30e736df392405332fa197b588482cffcf

2014-08-20  Noel Grandin  <noel@peralex.com>  [2922a967a1da5f9c0a07b5390906307d0ae6fe48]

        java: Avoid naming non-fields with the prefix m_
        
        found by PMD
        
        Change-Id: I5955cfc9c4d777496a2e8e4b2c422a51764a8bc1

2014-08-20  Noel Grandin  <noel@peralex.com>  [188af1e56e3280ea4446e694cfc5c2b4abbe8c3b]

        no need to instantiate an object to get it's class
        
        Change-Id: I7b1f8d4621a3db9094bb61753218db3646c33e34

2014-08-20  Noel Grandin  <noel@peralex.com>  [ccbb51ad968fb7cbd41a5a2df1766a1f205c8b1d]

        use correct loop index variable
        
        Change-Id: I92531f8fc96c0cb0ca944a7dd50c4fe4ea740b37

2014-08-20  Noel Grandin  <noel@peralex.com>  [619dc5d4c89680202f42efe34cd710d92210dfc4]

        remove some dead Java code
        
        Change-Id: I03dc362f7302ac8539a4da3dcef9466a7c6d7159

2014-08-20  Noel Grandin  <noel@peralex.com>  [252ed1708ad5a007e4c47c243595206650876a2b]

        double-checked locking is not thread-safe in Java
        
        found by PMD
        
        Change-Id: Ibd4a9139c626932bec56c0b1dd32b4d59c8440b1

2014-08-20  Szymon Kłos  <eszkadev@gmail.com>  [a240a78cc771a89febfe181abe78d2cf16e1970f]

        Fixed size of 'formula' dialog in Calc
        
        Fixed:
        1. Open Calc
        2. Open formula dialog
        3. Choose AMORDEGRC function or other with >= 4 params
        Edit field is covered by other controls
        
        Change-Id: Ie14ff91a17373e11bc8ef6477f4f22c0ea4570c3
        Reviewed-on: https://gerrit.libreoffice.org/11035
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-20  David Tardon  <dtardon@redhat.com>  [34d6e7790f17080bea95ad770a819c7b5159b4c4]

        avoid potential null dereference
        
        Change-Id: I2236a18608ffa9481c30088044f34e1a3372dd11

2014-08-20  David Tardon  <dtardon@redhat.com>  [8c536baf2072295691711927e262d2341d14a3e1]

        do not use obsolete OSL_VERIFY macro
        
        Change-Id: I8efdd4933d3e47c5e086dc4a4685110390d6b6e8

2014-08-20  David Tardon  <dtardon@redhat.com>  [238d6ac878fd5ebc7d5534674b5b98cdac15cf17]

        this assert does not make sense
        
        ... as the code apparently can work even if xFormatTypes is empty.
        
        Change-Id: I6b733b9b31329d4fafc745bc23d0f555286950e6

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [0a42632a74596cbc781746931bf8f2650994b80f]

        empty Reference
        
        valgrind + bff
        
        Change-Id: Id3c039a46dec5d2d4a4642dfb53d23a76972dde2

2014-08-20  Caolán McNamara  <caolanm@redhat.com>  [e3247719911f4e9b61ec43ea1c9ce04bcddc4ff8]

        empty m_aStates
        
        valgrind + bff
        
        Change-Id: I3bd526b7ebf0f4fce5d0c7054809e0dc2908e73f

2014-08-20  rbuj  <robert.buj@gmail.com>  [37c49c305852f4a58e010c63331ba302462754d9]

        jurt: Throwable.getCause() instead of Throwable.getTargetException()
        
        As of the JDK 1.4, Throwable.getCause() is the preferred method for getting thrown target exception.
        
        Change-Id: I14f3f9ae52869d1149f92b32562e7fb3293109b5
        Reviewed-on: https://gerrit.libreoffice.org/11027
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-20  rbuj  <robert.buj@gmail.com>  [b9813addf2816e4058069892963e50a97643023d]

        xmerge: Convert a primitive type into a string
        
        Avoid unnecessary temporaries when converting primitive data types into a String.
        
        Change-Id: If361383be52d8258be7c8c9bddf3ba05d5ca92c1
        Reviewed-on: https://gerrit.libreoffice.org/11026
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1558b50e4fd5c26275efd824e731dc46fca781a4]

        remove whitespace
        
        Change-Id: I5634bf40e8ccc4ce076409907c13f9c6f52d11a3

2014-08-20  Tor Lillqvist  <tml@collabora.com>  [a1a480f91e6f43df23b9ecdf47d5cd230c50ebed]

        Wa: C4701: potentially uninitialized local variable 'fVal' used
        
        Change-Id: I579205c4cdc3149ef0c1b01daef32155a13d666b

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b6ce55b90558703a8748c30690f6d5ecaf60d66]

        writerfilter: remove now unused namespace-alias elements
        
        Change-Id: If58b3a9f5b1d79d164bb1c2a7c18aa4f99f00ca8

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5396d64a4db684672b1e65ec32acf0070f645ce]

        writerfilter: stop reading namespace-alias elements
        
        The same info is already available from oox.
        
        Change-Id: I0725799e1f3ffebf6140ad38a0ce376e5417265d

2014-08-19  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [15295ab6db7cb46ea5f155d33a08027c62fb0e41]

        Refactored SwDoc::GetEditShell .
        
        Removed its output paramater as GetCurrentViewShell should be
        used instead and added a const version.
        
        Change-Id: Iad8b57553b6e93e3472ce8c6905d08e8d49af770

2014-08-19  Eike Rathke  <erack@redhat.com>  [5a05115ee25683b5fc7c79ab418eaeed120bd3b0]

        more flexible handling of current date/time hotkeys
        
        Let Ctrl+; current date and Shift+Ctrl+; (Ctrl+:) current time behave more
        flexible, depending on the formatting (and as such the type) of the existing
        cell content.
        
        key date on time  cell => current date + time of cell => date+time formatted cell
        key date on other cell => current date => date formatted cell
        key time on date  cell => date of cell + current time => date+time formatted cell
        key time on other cell => current time => time formatted cell
        
        Change-Id: I2ccbfbab3c50c36a72c4db4696520e32f94caefa

2014-08-19  Eike Rathke  <erack@redhat.com>  [11f145d90f6a6781be5ec3787f41cb1b76eb8c8c]

        a date is a date, without time
        
        And use DateTime instead of manually concatenating Date and Time.
        
        Change-Id: I6f9fb988beea2a9a17c976d3b98860c4f9ed063b

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [f47baab6d35752b0babba768e299416ea5dd447d]

        Resolves: fdo#82355 crash on loading ppt
        
        regression probably triggered by...
        
        commit 2e3c45afc6c5ea74f1f8b4a7dce806e537870546
        Date:   Fri Mar 4 07:38:16 2011 -0800
        Remove usage of deprecated List container.
        
        but that just stopped at the first NULL by chance
        
        Change-Id: I767e3bc3130d99cedceb4172857d1741c677b19b

2014-08-19  Tor Lillqvist  <tml@collabora.com>  [a0de5cc93db6153059a0912d5d76d056cf8c595e]

        fdo#529470: I can't remove a path in AutoText dialog
        
        This is, not surprisingly, somewhat weird code, but I think this patch does
        what is necessary, it does fix the bug.
        
        Change-Id: Ie1947b311f1455ba48a904f5ef42ad92899fac31

2014-08-19  Luboš Luňák  <l.lunak@collabora.com>  [bbc2f9e9903dcef059c719a8007e12c3e662a51e]

        fix last commit
        
        Change-Id: I32d3f99a2f090637d6891123f91093c0bcceddf4

2014-08-19  Luboš Luňák  <l.lunak@collabora.com>  [6fc89b66dfe24825993993731878cbbb1121d803]

        try to fix windows build
        
        Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [749f7548b4ee746d69c20a828ea6d3b853eba8d3]

        only subtract height of hscroll if visible
        
        otherwise infinite loop in extensions update check
        
        Change-Id: I0dbf4f34208f1bf0854e365006a79470b26571f3

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [788632dcb0450cc9863a5a332b6df50b92f30c4d]

        DOCX export: handle SDT end right before a section break introducing headers
        
        Change-Id: I0fab5ae4335ed6016d31aa243b131899c3154388

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c06dc14a1f4cf6bf6121aa9a7b62e8890256161]

        writerfilter: stop reading namespace-alias elements in factoryimpl
        
        Change-Id: I52c2298c9583617481069040e118520cf8935c6d

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [69d673b1ae8731c088aab7a9e67f5861e056f8f2]

        dangling unused .ui file
        
        Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a

2014-08-19  Luboš Luňák  <l.lunak@collabora.com>  [869a3e1b7f269053b4fed6d768939c0ab595bc76]

        split CppunitTest_sw_ooxmlexport into several tests
        
        In order to allow running them in parallel. There are already enough
        tests to make it run for a couple of minutes and it's annoying to
        see only once core busy with it.
        I intentionally left the original file at the same name, without 1
        appended, in order to avoid merge problems.
        
        Change-Id: I097c45c34797cc68f5d1790cf31eefc96fbaf44e

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [36490fff3f4d1b4a7e4b7902a866abb177a0bf54]

        facepalm: nAvailHeight is not derived from allocation Width
        
        Change-Id: Ic99c6519b02c546e0d3574cb756e3fb172d1ff52

2014-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [82cb89fa059ea1a0d1e6db05f9edd42d724289f7]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I41392572692bc219ae18ad89d95fc8be47d6812c

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [1ab0e8717bee9fee6c42015647bccfbf1683b8fc]

        guard against division by 0
        
        valgrind + bff
        
        Change-Id: I5fa40f7a9759c98bb70ee6eb854dd9b376401f89

2014-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [44afb981a587fb5b5e6fd9ba5c5b138526cfb04b]

        fdo#75757: remove inheritance to std::vector
        
        by replacing it with a typedef.
        
        Change-Id: Iaa88086e3c5195012982dd625bfd589de2e484a2
        Reviewed-on: https://gerrit.libreoffice.org/11017
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-19  David Tardon  <dtardon@redhat.com>  [ca54b6ea903da7a1bc815c27389d2f1d362edaff]

        use SolarMutex instead of a custom GdkThreadLock
        
        C.f. commit 861a1c2dea41c141bffce54c30d53e65b7b88973.
        
        Change-Id: I9f6cf917c63ee8c0db5461529c4ee277e231368f

2014-08-19  Noel Grandin  <noel@peralex.com>  [4b4bff34027cca49fd13e82d33d1b399848838fa]

        java: no need to instantiate String objects directly
        
        Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03

2014-08-19  Noel Grandin  <noel@peralex.com>  [c552aac9f889b094caaa35c3fd9d12fe7c3fc73c]

        java: use 'Byte.valueOf' instead of 'new Byte'
        
        Change-Id: Ia99765a6226317ee41ffb02a1b0dd7e6fd944a90

2014-08-19  Noel Grandin  <noel@peralex.com>  [0764292c5dcb7daa62e9adeb1ac9af1dbe14066f]

        java: use 'Short.valueOf' instead of 'new Short'
        
        Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219

2014-08-19  Noel Grandin  <noel@peralex.com>  [8a2c6c29af41cd7a62f37861fb0d4e81a857bb45]

        java: use 'Long.valueOf' instead of 'new Long'
        
        Change-Id: If4fff3dd37326fbcdd01b743355a16591d71fa69

2014-08-19  Noel Grandin  <noel@peralex.com>  [ff0ad0493ee1729c726587f667761b04101d774c]

        java: use 'Integer.valueOf' instead of 'new Integer'
        
        Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940

2014-08-19  Noel Grandin  <noel@peralex.com>  [be1bb7b1ccee28be616b89cc95e97d656e78bbe3]

        java: use Boolean.valueOf instead of instantiating Boolean objects
        
        Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74

2014-08-19  Noel Grandin  <noel@peralex.com>  [56ef5533fc1bce2134721ae64d4d6c18a3526a7a]

        java: classes in java.lang package do not need to be fully qualified
        
        Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756

2014-08-19  Noel Grandin  <noel@peralex.com>  [1e6f0b2d8b35f856637eedf91729e522fcc633e8]

        simplify CallFormWizard
        
        Change-Id: I0dfdc1acb0b550c1eeed16498f3e791e0123c4eb

2014-08-19  Noel Grandin  <noel@peralex.com>  [3a8d3519889a68ddf209ea7c83307bec51cd6da0]

        java: remove unused methods
        
        Change-Id: Ibb905e6f3e7d92a0e558f1f6562e5b472cd2717b

2014-08-19  Noel Grandin  <noel@peralex.com>  [8b65a61788aa18e97de068bc75fdeecb20a23026]

        fix intermittent crash in make check
        
        The original crash was in GtkSalMenu::Active, triggered from
        RefreshMenusUnity and it looked like the refresh method was accessing
        already freed memory.
        
        Change-Id: Ib07d839a976869eb8719e71e0653f1a72e3b0e80

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3f4709d739743d744b8bb4c2231bb80772af2f6]

        DOCX export: handle SDT around floating tables
        
        Change-Id: I07fedc201c51008baca3254dcc099f0182aa4c72

2014-08-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ae264eb2f4bcd8cfdf6561857630c031cecd206]

        enable test after fixing the validation error
        
        Change-Id: I99cd2c23d640eef744b292d3643baab6d42d191f

2014-08-19  Ptyl Dragon  <ptyl@cloudon.com>  [b00ce3241ef6456d10af869b2bc07cf0db7618dd]

        fix for PtylTestEncryptionAndExport (on sofficemain.cxx)
        
        Change-Id: I2857dae2df3b3e7e89b5bd56b35a4b8f3868920e

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [914431e165ab4c9d99be329a8b8c68fdaccff960]

        DOCX export: handle multi-para SDT's ending right before a table
        
        Change-Id: I47ea5fd6e1b4d9d5a2893112efdcd810c4c84cfb

2014-08-19  Eilidh McAdam  <eilidh@lanedo.com>  [7b31e45ec7106d2cfbdbb7915d97667ba710f81c]

        Make Draw use paper size when printing - fdo#63905
        
        Previously, Draw/Impress use the default size from the printer.
        Now Draw uses the paper size (specified in page formatting).
        Impress still uses the old method - not sure if this is correct
        but printing handouts etc probably complicate print/paper size.
        
        Change-Id: If90bae4ac59cd95dd50fcd8deb25fd900756193e
        Reviewed-on: https://gerrit.libreoffice.org/9866
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-08-19  Noel Grandin  <noel@peralex.com>  [0c8c3a536b07d3adb8cd558debd0d409cabb8b9e]

        fix java1.5 build compatibility
        
        accidentally introduced by me in commit 0477e6c3 "java: add
        @Override annotation to overriding methods"
        
        Change-Id: Ieccd78f57282778a5e8f805f7a40f5e6a24e9498

2014-08-19  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fd63ba45742e0886f15f907c03025b9dcc84d8ab]

        Fix Insert 3D Model file dialog's "All supported formats" filter
        
        It seems on some system the file dialog does not like spaces
        between the formats.
        
        Change-Id: Ifa69f4f210061209f7f0aa9223417d06b06b577a

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [83991055eed93bb0ad96e3690062798a57df6c74]

        can actually manage to ask createStream for missing streams
        
        writerperfect::(anonymous namespace)::OLEStorageImpl::createStream(rtl::OUString const&) (WPXSvInputStream.cxx:260)
        writerperfect::WPXSvInputStreamImpl::getSubStreamByName(char const*) (WPXSvInputStream.cxx:201)
        MWAWInputStream::unzipStream()
        MWAWInputStream::MWAWInputStream
        
        valgrind + bff
        
        Change-Id: Iaecb8b7f05ed4369ddd37b34166dc3c3388ffb4d

2014-08-19  Chris Laplante  <mostthingsweb@gmail.com>  [341d9c4f089c4e8dee96c49a81abf24ab809f367]

        odk: Clean up comments
        
        Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1
        Reviewed-on: https://gerrit.libreoffice.org/11006
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-19  Caolán McNamara  <caolanm@redhat.com>  [28df98abeca9774868cadef29b81559fd325d865]

        empty m_aStates
        
        valgrind + bff
        
        Change-Id: I7b45e10471de77bd0481adf0bccdbf852c36d815

2014-08-19  Chris Laplante  <mostthingsweb@gmail.com>  [7b33dbb25394a88b8eb2c826d951ce578605e895]

        svx: Cleanup ASCII art and useless comments
        
        Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71
        Reviewed-on: https://gerrit.libreoffice.org/11011
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [23b49f2390b3d551a52caf06496d8aadf1920bf8]

        writerfilter: fail on mistyped namespace URL's
        
        And also fix one typo detected by this new check.
        
        Change-Id: Iaa7a4bb0b6dc3f81e5dd0b352584029cfed4ffbb

2014-08-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8957c9419af8a1bc56b7e6cb248dc3fd57708589]

        error C2296: '<<' : illegal, left operand has type 'const char [28]'
        
        Change-Id: Ibc25771002bd8ac9b4a2aca9f3c2965b8da9014e

2014-08-18  Lionel Elie Mamane  <lionel@mamane.lu>  [3dd12b4a5c476eac74b4de15f97e0177cde81e1f]

        fdo#82427 disambiguate "NOT LIKE 'foo'"
        
        Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef

2014-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3a5d4fcdc66e20e0aa1addb12cbd5e0f133012e]

        writerfilter: sort namespaces in OOXMLStreamImpl::getFastParser()
        
        The motivation is that <namespace-alias> elements in model.xml are
        redundant, as the same info is available from oox as well. But without
        sorting, it's impossible to generate the same output, as the (not
        interesting) order isn't the same there.
        
        Change-Id: I634c62e43d1b54100bfa623c6f43dddd34279fb1

2014-08-18  Eike Rathke  <erack@redhat.com>  [6ef56dacbab92fac1e2fb79492cbd8b2dd6d92ed]

        remove cruft
        
        Change-Id: Id5ba28d7862590e11cca24fc8e25ca68fae1d5a8

2014-08-18  Tor Lillqvist  <tml@collabora.com>  [d08a81d67826d780b626a5a6faad3de7179576bc]

        Bin "temporary" code that doesn't compile any longer
        
        Change-Id: I7550a40bab4ffd1b585ad37dceb59c38cf1e4ca3

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3104f95254530c76c3fc0c3b840254912c067ad8]

        Let's not export sheet tab color when it's not set.
        
        COL_AUTO is the default value which is treated as color not being set.  The
        old code would export it as a white color which is not correct.
        
        Change-Id: Ib68fccfb228333f2059edc4cfffeed90880ebc60

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ead1db7d4907ff70d412701f08b9c74481cef0bc]

        Write test to ensure that we export sheet tab color settings correctly.
        
        Previously, we would incorrectly export a sheet tab without any color set
        as a tab with white color.
        
        Change-Id: I97e59a0d8e2fba6db64149f53acfe4331a5ce2ba

2014-08-18  Lionel Elie Mamane  <lionel@mamane.lu>  [5eaa0e76fb59ed7699c12b84a6d9c052fec3c128]

        fdo#82757 call convertStringToNumber and detectNumberFormat with same locale
        
        So that they agree (among others) on date recognition patterns.
        
        Change-Id: I964142702b5bb23bca2c62433e52f76dfa4bdacb

2014-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [5d5c102e36bcc7eac6ae89d44a635e5d9b680e40]

        Typo: loop on all Marks instead of processing Mark(0) over and over
        
        See:
        
        http://nabble.documentfoundation.org/Suspicious-loop-any-idea-td4119239.html
        
        Since the code was like this since initial import (2000), if this patch proves
        to be wrong then the other option could be to just don't loop and process
        Mark(0) just once.
        
        Change-Id: I41ac18604e916740dcc68bf69af37529842f774d

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [b4454c19c424d50b75fff8ef2965c5cf379c8558]

        Generally better to have DLLPUBLIC class with some DLLPRIVATE members
        
        ...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3.
        
        Change-Id: I181d54475d82e2a01a56f48a13ac42dbad876d2c

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [759f5d24b09dda2bcd41274f0b9cd9222180c194]

        Consistency around XColorItem in svx/sdshcitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [69dd9c669a4021b5202dad7030bc4738145de661]

        Consistency around SdrPercentItem in svx/sdshtitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [65b09ff5975f1c53ed33870ffa974fbf8b94279d]

        Annotate code & remove unnecessary scope.
        
        Change-Id: I4b8ccef5125c52c48e5d9757bb1f245bf73d0629

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5cc38c1bf60dc851ec908f7a9eac4c6e70e849f7]

        Nested conditional !(cond1 && cond2 && cond3) is harder on human brain.
        
        Change-Id: I1c10c7f0f85607a826ec06ffce12de761af3921a

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7ecc633bfe4bda3e0647b411ad7d1e6a3357c908]

        Using empty() makes it clearer.
        
        Change-Id: I031f478aab721af0a65762f98bcde3b2473453e6

2014-08-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9177375a5e0795d073770e119ba5a8851103d046]

        TODO items from the old maintainers. No longer relevant.
        
        Change-Id: I699e320af9862fa3dc5f7408a834714668625888

2014-08-18  Eike Rathke  <erack@redhat.com>  [bf674ab0f3097ad122c727b4d86f004f8cce1f61]

        detect * with no character following as invalid format code
        
        ... so adding it to the list in Format Numbers using the checkmark
        button is not possible.
        
        Change-Id: I57ca6a7a3617583a82a99c87291373b1fe4e246d

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [8fa219fbb5101b661ce0e9aabceb52d3981ffe88]

        Downcast to wrong SfxPoolItem sub-type
        
        Change-Id: I9f4dc2f470f94d6f7cc2959e368fda419d9482c4

2014-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [221d874ec8168eb9fcdf97605b71eaf9227815f4]

        Fix -Werror=sign-compare
        
        Change-Id: I5c5f31a4970c1c5f2930dd3ae99a46c568101ac4

2014-08-18  Eike Rathke  <erack@redhat.com>  [349c93e0f5c9f231b2ff6854fcb795ca5881ca2d]

        more out-of-bounds string accesses
        
        Change-Id: Id5df5775e4c5bfb1c484e60e6831f6bc77158d35

2014-08-18  Eike Rathke  <erack@redhat.com>  [e442510a6109458d7dc1503b7e849dcc0b19cde8]

        do not even append the 0x1B in this case
        
        Change-Id: I016869b9d2230dfe6af233b1c3ae9b6de4818ce7

2014-08-18  Eike Rathke  <erack@redhat.com>  [989f0e4c109a528c64e2377c16e59a1fa890677b]

        no need to set bRes=false here, it is already
        
        Change-Id: I80f78e0d2078c4e56d4f2ef5842b180e6080e410

2014-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6b681a1360d953ec7a9f2f4f843c0d76d478c2a]

        DOCX export: don't forget to close SDT elements inside the TextBoxes of shapes
        
        A usual problem with SDT is that in case it should end after the last
        paragrah of a container, there is no "next" paragraph that could have
        the relevant "EndSdtBefore" property. This is usually handled by closing
        the SDT tag before the container is closed.
        
        The problem here was that DocxAttributeOutput::WriteSdtBlock() did not
        notify DocxSdrExport about opening the SDT, as it thought there is no
        draw export in progress. This is because in case of "shape with a
        TextBox", the common writeDMLAndVMLDrawing() method is not called,
        instead the separate writeDMLTextFrame() and writeVMLTextFrame() methods
        are invoked.
        
        Fix the problem by adjusting these methods to writeDMLAndVMLDrawing(),
        so that they also set m_bDMLAndVMLDrawingOpen to true during the TextBox
        export.
        
        Change-Id: Ie08b0b955cd2d6a645970da3d485e447abfd6495

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [aa1d3d5eeaa795f6b913bbcd55bd31dc6802a4fe]

        Partial revert of d4cf8c2518c77631f91db8564bf3a506f0ab8e70
        
        "Generally better to have DLLPUBLIC class with some DLLPRIVATE members."  MSVC
        over-eagerly also treats the SdStyleSheetPoolBase template specialization as
        dllexport and fails to generate code for the ImplInheritanceHelper4() ctor
        because the SfxStyleSheetPool base class has no default ctor.
        
        Change-Id: I656c898ebd3d4ca58785084c5aeed4fa670cb7e0

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [08edafa656dc15089fad4d07c71fe40585f89f4b]

        Consistency around SdrOnOffItem in svx/sdtcfitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: Ib461b5d3702e00a9d7cef3229c44e3328c776e1d

2014-08-18  Eike Rathke  <erack@redhat.com>  [839cc63e7d1b78c56e04bafb46037e898ce2c455]

        prevent out-of-bounds string access
        
        ... while entering a   *   star symbol format code and there's no fill
        character following the * yet.
        
        Change-Id: I006f125ceefccba6a95ea033fd434d98e5d4f1c2

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [d4cf8c2518c77631f91db8564bf3a506f0ab8e70]

        Generally better to have DLLPUBLIC class with some DLLPRIVATE members
        
        ...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3.
        
        Change-Id: I330665957aec2c9b98c7aff7fa7f25525e4cdf7d

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [2d73a9d7e8541397595021377ee67c56e6d22c03]

        Remove unnecessary #include
        
        Change-Id: I7064bfd29f5ce4da2cb46d5b7e9984bc21b16f41

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [d21d5a7261dc4cfb6acf5d03bdddfda13116e28c]

        drop unnecessary shl.hxx includes
        
        Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [d4e64d030092984077021a9af9d281cd64c476bf]

        check len before memcpying into it
        
        valgrind + bff on sf_3e0068c9b19bb548826bed0599f65745-CrdWMI-minimized.gif
        
        Change-Id: I74cc21609f1c97a27e13615593f678cbbc8463e3

2014-08-18  Jan-Marek Glogowski  <glogow@fbihome.de>  [21470afc81cd7d4c0bd165ff2877ae69f1bfc89a]

        Change inline-edit mouse input handling
        
        This changes the mouse click handler for input fields to the
        following logic:
        
        * If the cursor isn't already in the input field:
          * On mouse over displays the POINTER_REFHAND
          * A left click selects the whole text of the field and therefore
            moves the cursor to the end of the field
          * Same for the right click. Additionally it opens the popup menu
        
        * If the cursor is already in the input field:
          * As for normal text, the left click removes the selection and
            moves the cursor to the click location.
          * Right click keeps any selection and opens the popup
        
        In contrast to normal text editing, a double click still opens
        "Edit fields" dialog, instead of the word selection.
        
        Change-Id: Ie7a50b34fe625358426d18eaec2e833f36702528
        Reviewed-on: https://gerrit.libreoffice.org/10836
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-18  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [8b9988163c0c0d158fc2d9f5272695ccfec92237]

        fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RT
        
        	Issue :
        	- In issue file there were two runs(first run=SDT, second run=Shape).
        	- These two runs were consecutive(no text/space/tab was there in between two runs).
        	- Due to such scenario, "SdtEndBefore" was not getting set on Shape.
        	- Hence at Export EndSdtBlock() was getting called from EndParagraph().
        	  Due to this SDT was not getting end after first run.
        	  In order to end SDT after run, EndSdtBlock() should get called from EndRun()
        	  (as in Original file)
        
        	Implementation :
        	- Set "SdtEndBefore" on Shape in DomainMapper_Impl::PushShapeContext()
        	- Retrieved same property at export.
        	- Added export unit test case.
        
        	Note :
        	Added common functions at Import and Export with reference to
        	https://gerrit.libreoffice.org/#/c/10827/
        
        Conflicts:
        	sw/source/filter/ww8/docxattributeoutput.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/10912
        
        Change-Id: I357d77cd179c83b8ae976db331ee46c8993b6cb8

2014-08-18  Michael Stahl  <mstahl@redhat.com>  [a18ff3d5c75c2b468c48bd19439dee0689d24d67]

        fdo#82430: gcc-wrappers: don't stop if REAL_CXX_FLAGS is empty
        
        Hopefully should fix MSVC 2010 build...
        
        Change-Id: I3dc71acfa58cdf65dfc6d731d9ebb77fd18f7fac

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [0e3a462c641a3a7a3b0d991463f9b05683c7ec5d]

        missing InfoBox
        
        Change-Id: I67e6e60e5a03696ec27b11afaa62ea443c5924ce

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [1bb161ece5bd3a868778b7a8d4528bedaa589710]

        these strings should be translatable
        
        so bring back scn.res and add them in there
        
        Change-Id: I378d64f524c64295d26223f54fe17950b475cd80

2014-08-18  Jan-Marek Glogowski  <glogow@fbihome.de>  [90e3e9c3c8154be276beffed6adcb18c383cfb53]

        .gitignore /.gdb_history
        
        Change-Id: I254c0104010cc1a1c12bbf1af048966de66924e6
        Reviewed-on: https://gerrit.libreoffice.org/10973
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [be515af4d9e86c8bc13a47413676bda80cee6a3e]

        DOCX filter: improve qFormat export handling
        
        The old rule was: write qFormat for everything that's not a custom
        style.
        
        The new rule: write qFormat for everything that's a custom style + have
        a whitelist of non-custom, but qFormat styles.
        
        This matches better what Word does (whitelist is from the latent style
        section of an empty document, created by Word).
        
        Change-Id: Ie7a0802e886c41b8d26ca9aa154913aa2f3ff87a

2014-08-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1095b41c6506b153199a72b36fc720804ea9ebc]

        Fix missing prefix
        
        Change-Id: I0a9df00f90b63059e6446278d7a98d1cd902de4b

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [a107bdfdfc1baf73f14055262d64bf616fc0a889]

        ErrorBox->MessageDialog
        
        Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b

2014-08-18  Noel Grandin  <noel@peralex.com>  [3b6091ca42cd2d9f230e7d81648c34f3d7085107]

        document the swap-on-free idiom usage
        
        Effective C++, item 17
        
        Change-Id: I5c6f20c9631f1ca86b481a56ef08d578a7addbad

2014-08-18  Stephan Bergmann  <sbergman@redhat.com>  [a51c423743835793bf132c925ad962283fd2dc22]

        Consistency around SdrMetricItem in svx/sdsxyitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I3734cb14b6ed8f556af85b234968682a55ac8a4c

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [b5a0b00d494928482e4dd44395765c480c8ae252]

        callcatcher: another round of resource ctor removals
        
        Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3

2014-08-18  Caolán McNamara  <caolanm@redhat.com>  [e2b9531e43d37677109aa13eb6e2ebf857961016]

        check for empty m_aStates
        
        valgrind + bff
        
        Change-Id: Ib818d508e10877a845b733c4aa223d1e2cbbc05e

2014-08-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6be202585f201deaf07c57e0f2cf722cce91165e]

        libgltf: check for #version string in the shader before add an own one.
        
        Change-Id: I69dbbabc5774cbce7943e77f41bb42ed7a118bcf

2014-08-18  Tor Lillqvist  <tml@collabora.com>  [e379401618268ed7f7f5885a36b90e1f4f6cd4af]

        Test compiling before committing is overrated
        
        Change-Id: I65e4a6ad59aee21b62454b4fcdd6d6ca056cb249

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [ff25eed68d1f99a71ffbe8416b7d9139351d3410]

        include app.hrc
        
        Change-Id: Ib0db01179ed56f39d5e3986e7302b2bf914b06e9

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [ade2bce3b867efc306380739143a6a79514fbc1f]

        remove unused HelpDownload
        
        Change-Id: Ib9e8a9a80498ad87df6ab13ded1127d068913347

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [51289a16059752d60d932fbd507b517422489450]

        fix build
        
        apparently I removed the wrong one with 15344d0415f153ba579ad132266c47990a8c9515
        
        with pch I don't see those problems :(
        
        Change-Id: If4cb8b178bdd8f8d68b4921c1993642656fc75ea

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [8a822b86b3826cede5dabe734abcd1266b814d98]

        remove unused Control
        
        Change-Id: I4f6dfe478ba6dd009153d77af26507e0e1795262

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [58e6fbe1a8a4fa4f25d68f0d2f5f9dade9c64ddb]

        remove unused WarningBoxes
        
        Change-Id: I07c457a49646703af5d13f83ba033340309ee655

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [3352a88c8c173acbb15dd95f4738362332107ab7]

        remove dead ToolBox RID_HELPBAR
        
        Change-Id: Ide31f67c346f9a82bf6aa8282caa7cfcee65d9fd

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [83656eb5f7b5c56c973ed961a4d9d58f8b7516dd]

        fix string resource
        
        Change-Id: I96861e0d31c75587892d13818f536acb1a05d24e

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [7ebdd05613de2b779ff28a9fa3ae8115701a7cee]

        SD_TOOLBOX is never defined outside toolbox2_tmpl.src
        
        Change-Id: Ie6d05762baae87794e9320a6b123ef326289e4c1

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [bdf6acced0a7f6c5f959235dc5e1b7231cff35e9]

        fix build
        
        Change-Id: I9db0befd075089f346b504f91657a67dc01c9808

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [e50bcaf729eed26b0fe0f19d4b6839f67b6ca619]

        STRING -> String
        
        Change-Id: I084d99fdd1a34842178b59c17ab108750f7bd11d

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [bf866b0ad6c57a44616e762d7c9781d2078bc6e6]

        WARNINGBOX -> WarningBox
        
        Change-Id: Id39add923b94bcf43e64ffbf4940625efe4d35a0

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [bf6c743fb63d5473e1175e8cce6d76144e33887a]

        various unused QueryBoxes
        
        Change-Id: I6ce6aa7cc4420bf8f82a578b7985e795c99e0898

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [76f7bc12fa68585ab4a5b53e7891e4f9863123a4]

        InfoBox to String final
        
        Change-Id: I42f97a12052f4a173b05173fdd2c3079c517f78e

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [8807796e45084e560babb5f4da6f72262024398d]

        InfoBox REG_WRONG_PASSWORD and REG_WRONG_PASSWD_REPEAT to String
        
        Change-Id: I64d2b73744401baafd7dd037187ba3d7c604a535

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [d6baf2ce1a1f188cbd85dea8e691751b2b1edcb0]

        move strings to global file
        
        Change-Id: I6e1b54a66d0b669ecbba4eb305c1dd8925747edd

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [b99e3c5c739cfbb5001da66283f0e9cc6c53ba76]

        InfoBox MSG_WRONG_TABLENAME and MSG_ERR_TABLE_MERGE to String
        
        Change-Id: I36fc0ed4f67c0af467a8dc593950a9c53a5ec53b

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [d18c577162efa7bcef98d1c2ae4498b334c1c04c]

        InfoBox STR_SRTERR to String
        
        Change-Id: Ic3b7de3d26e91b260d775e629602758f63a40b85

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [cf65baa920e67578f706750989a8686220e36c14]

        InfoBox MSG_DOUBLE_SHORTNAME and MSG_NO_GLOSSARIES to String
        
        Change-Id: Ie3934ebc3209b8ba0358cca5fad9883e3b8cd262

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [15344d0415f153ba579ad132266c47990a8c9515]

        InfoBox MSG_ERR_INSERT_GLOS to String
        
        Change-Id: Ie72cb6796e3996d7050b771f7ab92e4ab5a6d72b

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [94cbfebdc62c3862e502c28dbd65de02fcab5730]

        InfoBox MSG_ILLEGAL_PAGENUM to String
        
        Change-Id: Idef182a43e7aa631aeea92870e3c51a7c2b8b7c5

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [5116b8f6bd0d154b9af8ba0ebdba066a02d14a0b]

        InfoBoxes to String
        
        Change-Id: Iccaf0cd1adbe5a2b1ff81c466ca3c81c00390c10

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [5f8da7d0e61b4e0947d9259cde6668676e44e00a]

        InfoBox MSG_ERROR_PASSWD to String
        
        Change-Id: I88a34ad1d54066c30523c6493cbe5f0502adb3fb

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [3d52e47c7348aec13453a5e08a7878cb6f45e3a8]

        remove lots of dead boxes
        
        Change-Id: Ia0e5930b9bbf0c81a5d2974d45730b5af75019f0

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [d731f30e1d1da7d4e6f138d000b9ad5d008896e0]

        InfoBox to String
        
        Change-Id: Ic12f04bf80639d89ecc531bceb8378c7d97e9325

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [58c7c4c290799effa8abcaee5f71cdf35fb3efdd]

        InfoBox MSG_ERROR_SEND_MAIL and MSG_CANT_CLOSE to String
        
        Change-Id: If033f0ccca636a3ab3080a01a11467ce1ce9b24e

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [36a36444aea744626115668f63dc8164a6f83e82]

        InfoBox RID_INFO_NOSEARCHRESULTS and RID_INFO_NOSEARCHTEXTFOUND to String
        
        Change-Id: If1bf07016864a856ad15d84db0fffc34dc52ecbe

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [f739d062932633c04e632e644eeeea865a2d9a1d]

        InfoBox RID_XMLSEC_INFO_WRONGDOCFORMAT to String
        
        Change-Id: Ieb1c90f2f17b2ce12acf2999743ce4d608076223

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [4ca5a663ab36d41fed65c5e708b12937137e3c31]

        InfoBox MSG_CANT_QUIT to String
        
        Change-Id: I68fed7d2f0eea7fde60707e48349230d8a8d5c73

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [06a485f02b544ff87a023fe885736e35074bfc40]

        InfoBox IBX_MNUCFG_ALREADY_INCLUDED to String
        
        Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [fbb3617a9bfb0742990a3711d5e0d3fa5adf3962]

        iahndl: do lazy replacement
        
        There's no need for such a bloat method to replace just two vars.
        
        Change-Id: I235d092b89160c2599a41e1046a15475b8ba433c

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [dc053144e63264d144f15409bf5ed6d6cb7420c9]

        pivottablelayoutdialog: define default button
        
        Change-Id: Ica4bc2a52e7351899a5741086c6db299caa5ed16

2014-08-18  Thomas Arnhold  <thomas@arnhold.org>  [6a27f470c586147c88d7f1edf10387570c506c52]

        versionofdialog: define default button
        
        Change-Id: I2636555d9351b59572eebcf4d3f420da33674e3a

2014-08-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [d33db207e27198df7af9fc007d7532ec76c80991]

        Fix input field tab handling
        
        When searching for the current field in the field list to find the
        previous or next one, we check the field start and compare it with
        the cursor position.
        But with the new input fields, the cursor can actually be anywhere
        in the field, so we actually have to search for the start position
        of the input field at the cursor position.
        
        Change-Id: I26526524eccfdbea41c6bf69a460fa64248f50ca
        Reviewed-on: https://gerrit.libreoffice.org/10837
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [3f26ab24e0bfd27645c97ff7915fba2db409930a]

        fdo#76565 Allow pasting into input fields
        
        Change-Id: If996284aeea4b430cceaaf264035aa9e4ec0f2f0
        Reviewed-on: https://gerrit.libreoffice.org/10835
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [2579adb13188d276701b1504b4a10bed4d8d4b6f]

        fdo#81750 MM: correctly convert inline-edit fields
        
        The new inline-editable input fields contain real content in the
        node, therefore a single SwPaM::Move isn't sufficient to select
        the field or move after the field.
        For the input fields we can directly go to the end of the field.
        
        Change-Id: Ic1bce415ce45e49456121b6db003ded0733e195c
        Reviewed-on: https://gerrit.libreoffice.org/10834
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-17  Jan-Marek Glogowski  <glogow@fbihome.de>  [428c45fc779223371818bd11b2b846e1c13ebe47]

        Input fields are always editable...
        
        if the document isn't read-only. So backspace should always work in
        input fields.
        
        Regression from 961315f0838197e71e9bd49169afe673466e5eb8.
        
        Change-Id: I06648ab075b198ee7914e7ae60bef87e7ff94f0a
        Reviewed-on: https://gerrit.libreoffice.org/10833
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-17  Rachit Gupta  <rachitgupta1792@gmail.com>  [1401c111455c43288c6b5965c433e8bea1c91ee3]

        fdo#72333 Changed [T] description to reduce confusion.
        
        As described in the bug report, removed Autoformat as it was creating
        confusion.
        
        Change-Id: Ia22ba529bd3cfa08fe86de4ba7947baef94f4061
        Reviewed-on: https://gerrit.libreoffice.org/10953
        Reviewed-by: Cor Nouws <oolst@nouenoff.nl>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2014-08-17  Luboš Luňák  <l.lunak@collabora.com>  [b32881b6723072c8d1a652ea147d12e75766d504]

        fix reading even/odd page breaks from .docx (bnc#519228)
        
        We map Word's even/odd page breaks to Writer's left/right page styles. And we cannot
        just set any page style to be left/right, because that could set e.g. the default
        page style as such, which would make all normal pages that way. So instead we need
        to make a copy of the relevant page style, as the original page style as its follow,
        copy all the properties and headers/footers, and use this copy to get the page break.
        
        Change-Id: Id0d2568de91ac2de4afb0ba3a6eedd9cec46f878

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [eacc9e6bad22525e99e243b3fbb2405a00503bd3]

        Customproperties: Correctly size Date
        
        Old behavior:
        
        1) Add a property of type "Date". DateField inside Value column uses
           the full width.
        2) Increase the width of the dialog. Now the size of DateField in
           the Value column only uses the half width.
        
        Solution:
        
        Set a flag if the current type is of Date. So we can correct the size
        after a dialog resize action.
        
        Change-Id: I915a553b2f69aac1aea0ac5b24536db5709abfae

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [61aaf3814c25b229479ede786521786997aa4f0f]

        Customproperties: Position DateTime correctly
        
        No need to store the position of DateField and TimeField, because this
        will not change if we choose another type. The only thing what changes
        is the size of the DateField, because both "DateTime" and "Date" use
        this field. And for this size we just rely on the size of m_aTimeField,
        because it's the same as m_aDateField (for type DateTime).
        
        Change-Id: Ic590c62d82d8f90576479e10be9d422326032d28

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [dc4b9926ec394d57af41457ea891f590dec05d15]

        Customproperties: Correct size for value field
        
        Before this patch types "DateTime" and "Yes or No"
        were one pixel too big in height.
        
        Fix this by using the original aSize and aPos values, don't
        depend on m_aYesNoButton size and position.
        
        However there are some glitches with DateTime: If you scroll
        some times up and down the list of "Type" the Date and Time
        fields will get positioned somewhere left.
        This has to be a problem of DateField and TimeField, because
        
        m_aDateField.SetPosSizePixel( aPos, aSize );
        
        and m_aTimeField get the same values as all other fields...
        
        But this positioning error existed before this patch, too.
        
        Change-Id: I793aebf39f5b6cb6e4b290f21a5dbcc7ce6ce964

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [fad62d928a4b4cd3aa96e16d7ab8f8db0331b8c0]

        check TRG_HasMasterPage before TRG_GetMasterPage
        
        bff + valgrind
        
        Change-Id: Ie08ddfe06dc0850cf44955cc9f9079b3856b19e3

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [cc4f4e2054ba1c5676ebb1890e85d0f9b0b19262]

        catch UnknownPropertyException
        
        Change-Id: I3134c574a124a2359c40b139eb5b41198b0e4611

2014-08-17  Luboš Luňák  <l.lunak@collabora.com>  [4a1888a97eab4ead2e0bec76cd1cba410a8e7e13]

        fix reading a .doc that has frame anchored to the end of page (bnc#787942)
        
        MSWord, unlike Writer, can anchor even to a page break (i.e. after the last
        paragraph). When this document was read, what happended was:
        - the last paragraph was read and the current position PaM was set to point
          after it
        - frame was read and anchored to the PaM
        - page break was read, making everything following be moved to the next page;
          including whatever ended up at the PaM position
        Handle this by checking for this case and inserting an extra empty paragraph
        before the break. This shouldn't affect layout of the page itself anyway,
        since the break should leave room for it (and MSWord shows a page break
        there if control characters are enabled, so there is room).
        
        Change-Id: Ia2a13bf5cf1c959b5aa228254365019a00a22679

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [1bc196059faf2fc53bf0ffce2f634b20da4a4a16]

        coverity#1158079 Unchecked dynamic_cast
        
        Change-Id: Iab2c78af7dcf967ccdf5016266324c805856af0b

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [9d22ab17b75e57d0e98ba1bf387f3274b0065643]

        coverity#735993 Explicit null dereferenced
        
        Change-Id: Ib8b1af5a783a2bae285c24e5153cce4713a2e2dd

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [7a54951fbb43c50f8b65876eb0e9672fdcf73e25]

        coverity#1231667 Unchecked return value
        
        Change-Id: I40d8fc61b1e488955faa61c868877c7b6487c529

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [d438c470d783c0245231855b20233c5b3e3e691d]

        coverity#1231668 Unchecked return value
        
        Change-Id: Ia7e47b5d42e9a488b3952f12d607b3f17661c44d

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [f8ce2e049c54bd68e5afa1632b8b43e43695cddc]

        coverity#983635 Uncaught exception
        
        Change-Id: I4be3600af6ee97ba9f962edf9723c04d89b161e4

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [d2927e38a85e695662cfb08e5dd49bfb1b7c8b85]

        coverity#983636 Uncaught exception
        
        Change-Id: I5c35d3085ec0dfa0e1d27caa9cdac5792d98812b

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [b2f1f158172d9c5674660e916cedcbfe9231126d]

        coverity#983637 Uncaught exception
        
        Change-Id: Ib405aabc4b9da1e06a009159a0ec3a15af1c7570

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [c7052fd4814ad42f1567e4f6c1e85435cf99ad71]

        coverity#983649 Uncaught exception
        
        Change-Id: I928e8dbeeac168a02c82f2fafe881dae38ae4e3c

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [d2a3b21ade0896520440eef15a88216d995d0ee9]

        coverity#1132709 Uncaught exception
        
        Change-Id: If828f82e36d12ceca7e6392de5757a131c99462c

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [7a3f09216e4708391b802b0f26e87baa05393ef0]

        coverity#1231674 Uncaught exception
        
        and
        
        coverity#1231675 Uncaught exception
        
        Change-Id: If0907f2048fc5e492d5b8b49388c3bfad542e5f7

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [209cdaa109f7e8ad23be325b70703811a4215a11]

        coverity#737702 Uncaught exception
        
        Change-Id: Idfc005c1c34c609b7dcaae266cdaf6a15a403e5a

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [ba48c86a03e18a2e2c22f4cf90ed8053cbb99367]

        coverity#1231676 Uncaught exception
        
        Change-Id: I70c6255f062c6624bc367a8fb81288c99b6635b3

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [43b39d3e47ffd179071732c0a8fc201c31b2bb46]

        check that AddToTable can be done validly
        
        Change-Id: I0ee69279e3bb1d9871feba17b908b8307f0ec5b4

2014-08-17  Caolán McNamara  <caolanm@redhat.com>  [b9623def050f8276d2d4160c01198fba201011fa]

        blank out the remainder of the buffer
        
        Change-Id: I33b6c2ab1068b7138ce99239f56552529d5206f5

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [33959c71772bc943c25ac1137aa4e8f79f20077b]

        fix dbglevel=2 build
        
        Change-Id: Ie570a84bfca530c6763c6aa7b0ca12ae1a16f0f3

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb19f58ed0c7625da7381882ae2f4296a05144a5]

        writerfilter: remove now not necessary namespaceids.py
        
        Change-Id: Ic15362b9a7687c7cba2e3b1554f2eac593afab3b

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b0e5be91b86c6b54256ce8c353d66657be78f21]

        writerfilter: OOXMLnamespaceids.hxx -> namespaces.hxx
        
        Change-Id: Icfb104b0f77d5303751a30f9188319bca7a14e6b

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [54ac480baf09987b85d7bcde5191e36739e06af7]

        Sync oox -> writerfilter alias for remaining namespaces
        
        Change-Id: I47bb934102dd18695b3e4647c0f6216ee98f059c

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [1120312c83c2350f9428de3f11072adae56f9e3f]

        Hyperlink dialog: Don't close if it's already open
        
        Steps to reproduce:
        
        1) Writer. Insert -> Hyperlink. Leave the dialog open.
        2) Click into the writer document and type a link "http://google.de/", this
           will get converted to a hyperlink.
        3) Now right-click on the hyperlink and choose "Edit Hyperlink" from the
           context menu. The Hyperlink dialog will close.
        
        The Hyperlink dialog should stay open and not close, if you want to
        edit the hyperlink.
        
        This commit fixes this.
        
        Change-Id: I125c12733790632008cad1a9fc2d13bf16487381

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [4376c524a3cb7016285f869b96b4657f4be006bd]

        remove unused strings
        
        Change-Id: I1665bb72203964be071835547c50440f86e1761d

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [b11d0a4d2b3b65a9ca06fd1de4ec4502eef2baa9]

        remove unused optpath.src
        
        all definitions are not used and the file is never included.
        
        Change-Id: If88fab7843122bf6b5649808ea16c5fe0cc30b12

2014-08-17  Jean-Pierre Ledure  <jp@ledure.be>  [8393014898d67795f44835791aa0d9ed535be5d3]

        Access2Base - non-Base components
        
        So far the first call to the API was a call to the OpenConnection method.
        Without an OpenConnection some methods issued a cryptic "Object variable not set" Basic run-time message.
        It is now intercepted to make it clearer.
        
        A number of features are not database related: error handling, events handling, windows move/resize, dialogs, ...
        They have been identified and adapted to be callable without database connection.
        As such they are callable from any LO component, not only Base.
        
        Change-Id: I99f408c8404a6192149747228b2b8493b9df5ae3
        Reviewed-on: https://gerrit.libreoffice.org/10883
        Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
        Tested-by: Jean-Pierre Ledure <jp@ledure.be>

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [99b9e06b7cdfd1f3336226583d73aa49cc6ce305]

        Sync oox -> writerfilter namespace includes
        
        Change-Id: I940efc1197e0694c93d25e5c4542eeef12cbb10f

2014-08-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7791b3f600eb01ce7d878ca6defafb898e3858b7]

        writerfilter: sort namespaces in generated header
        
        Change-Id: I1c08fbe841161323325c6ffd153f09daf30c095b

2014-08-17  Tor Lillqvist  <tml@collabora.com>  [b6ef6831b419d774e51b4655b2fddf7a053b7915]

        Handle SYSTEM_LIBXML_FOR_BUILD, should fix cross-compilation
        
        Change-Id: Ideba1e359c1e199dcf40fa22f6d520ba9e20dd11

2014-08-17  Tor Lillqvist  <tml@collabora.com>  [95a5d7733190d66b1c4761a5bbaa5a2cc2361dd0]

        fdo#82579: The SDK used by the "TDF" tb needs Cursor and Line to be handled
        
        Change-Id: Idb9600b49ef711f0c11faa8650853fee0c455763

2014-08-17  Tor Lillqvist  <tml@iki.fi>  [c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125]

        fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled
        
        Change-Id: I901386fadf8adbf6daad178b1fc2618430280792

2014-08-17  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ef4fb3976af2a9e05a54c796067246862b2f0c73]

        svtools: show spin for FormattedField
        
        User can increase / decrease values in FormattedField with scrolling
        with the mouse, so there is no reason to hide the spin buttons.
        
        Change-Id: Ie342f456cdb45c1d7287df70faa786c0e7dc2425

2014-08-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c67026f27023008d124c8ab76533169f032b04f6]

        libgltf: Append shader language version to the shader files
        
        In general glTF shader files does not contain version
        directives and in some case it make shader compiler
        using GLSL 1.1 which leads to that the shader compiler
        fails.
        So we need to append the choosen version number which is
        GLSL 1.3 in case of libgltf, but this also means that
        from that point OpenGL 3.0 is the new reuirements since
        GLSL 1.3 is available only from that version.
        
        Change-Id: Ic4382266432ea474aeb3e603b32a998b9aeed280

2014-08-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d4fccd7d2c22024800482ff2e3179f700fc83a9f]

        collada2gltf: it seems better not to add #version to glTF shader files
        
        Here only handle precision. Using precision unconditionally
        causing problems when shader source is compiled with GLSL 1.2.
        The #version dircetives can be added by the glTF parser.
        For example libgltf implementation:
        https://gerrit.libreoffice.org/gitweb?p=libgltf.git;a=commit;
        h=e4544a8b5ca8470a96bf28c6ccdb7461e78ca293
        
        Change-Id: I934cdfa8651a8787fbcd476cea9892bf7e89dd11

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [e99535df4d57f93ef977a7f93c71ce940b440ee9]

        remove executable bits
        
        Change-Id: Iec785ae538de81325812b1e6fe33115789b39770

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [921a3448a69dfdd6e50ea2641adc9bd9a7a6e83d]

        remove svl/ignores.persist
        
        Change-Id: I015274d9e9cceab5044ebda1f7318a0863729a5a

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [bd660b3d31a444fb46927b9e31ef6bd2752eab24]

        oups
        
        wrongly deleted in
        0842a2707cfca15c0af5eee6ed9d76547a01a7f9
        
        Change-Id: Iafccce9a503c48e483d492a2d4bdee9a648f32c7

2014-08-16  Chris Laplante  <mostthingsweb@gmail.com>  [b0e02e72c20f3c921fed34367f8184604387572b]

        svl: Remove ASCII art and pointless comments
        
        Change-Id: Idd8ea0cb7e7d58a29dbfcae084558320efe5fe43
        Reviewed-on: https://gerrit.libreoffice.org/10945
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-16  Olivier Hallot  <olivier.hallot@edx.srv.br>  [18749c7ad38d1a8cec1a941100112c99260c34fa]

        fdo#80453 (part) Help button for insert random #
        
        * Insert help button in dialogo
        * HIG-ify dialog.
        
        Change-Id: I839af28981e9bd980842e73e29bd6443f4154b86
        Reviewed-on: https://gerrit.libreoffice.org/10944
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [fceb7534bfc9cece328c1f7c310ecdd0f707ba15]

        fix unit test after size_t change
        
        Change-Id: I511fd2c11fc1506c0cf7532347cca7933ed8ed5a

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [1f1dfcdc91f55c87bbd80dbca09209c547907746]

        boost: update patch states
        
        Change-Id: I08d9692f42bd5bbce2d0c893b2eaf7eb65d4f2aa

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [2b4c54aa1363bf450e91172ad67db33de63c5963]

        warning C4800: forcing value to bool 'true' or 'false'
        
        Change-Id: I0bea774cd903f93721de6ffd8ed4ff9f5a15ef81

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [f05d1812c069ad4471da21a8b6a0f9cc7717e37e]

        warning C4800: forcing value to bool 'true' or 'false'
        
        Change-Id: I116d5e14116e6853765bce552b6b8a71c835942e

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [159eb0839909991c3f8206f3b1862587f2919d0a]

        warning C4800: 'sal_uInt32' : forcing value to bool 'true' or 'false'
        
        Change-Id: Ib04d885fdbf3f46be08c857a28fcea210be1623a

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [05acd6da8def7b57928fbbfa99e4a4416acf7aa5]

        namespace css
        
        Change-Id: Ie25cc7098cd513a77d78e04564eccacd946c355b

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [439c90916c15ee9647ef408a33eacf9150aed216]

        warning C4800: 'int' : forcing value to bool 'true' or 'false'
        
        Change-Id: I011954c2e12abb8a7551638567474e2123d3221e

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [6d51e258b9b9017a01e266897fca86b3d1159e33]

        warning C4800: 'int' : forcing value to bool 'true' or 'false'
        
        Change-Id: I9f77b85eb9ccaa4defa3dea571b375c0e480caa2

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [ebac76936d995deff24ea7e0ab625c7366c632ac]

        namespace css
        
        Change-Id: I58017a0769a1e06d9e870f692c2d9fcfd347fbd7

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [b839be53a78f64d4613765fd5f39f51fc7893423]

        warning C4800: 'int' : forcing value to bool 'true' or 'false'
        
        Change-Id: I810e2b963f02c67d10765444cae2b5ec846af746

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [eb8d716fb57ee1cf1c1b6b0057f296bf2f79e5f9]

        warning C4800: 'int' : forcing value to bool 'true' or 'false'
        
        Change-Id: Iae7dd3944d1d01020c8a3ab1ac4bb2e94e01541e

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [fe3b29126ee5aa054424dc8c3dcc2e4c64398984]

        warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false'
        
        Change-Id: Iea71e791a760b38448a89294ab4136f815b8932c

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [6c54831d071c8386fddd3e6f5e131c71a06d0a1e]

        warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false'
        
        Change-Id: I7546fb8fd0a5b83818c8496d44ec180ec48e72eb

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [4f1dabfd44c105d533689c181189868ce1cce79e]

        warning C4800: 'int' : forcing value to bool 'true' or 'false'
        
        Change-Id: Ic438fe098f80e96dd4679dda6e5de93a1ba9dc6a

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [0842a2707cfca15c0af5eee6ed9d76547a01a7f9]

        use bool directly
        
        Change-Id: I314e290b453c55e345559d8abef9b00622493ed3

2014-08-17  Thomas Arnhold  <thomas@arnhold.org>  [e7641433c0079a35652893ab15ae6997e3e3a933]

        convert int to bool
        
        Change-Id: I4fb95c90dc1f188f8088ba1e4b7bfd0ebc59eb60

2014-08-16  Thomas Arnhold  <thomas@arnhold.org>  [439354a0b4641bc2ee8e403e8b9e84ac4a0ec6a9]

        upgrade to apache-commons-1.2
        
        Change-Id: Ic356c6a23f42b5fe37be1075e8508bb168eac9a1
        Reviewed-on: https://gerrit.libreoffice.org/10927
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [613cc91bb5c169ad5294f04567df526d2181a6f9]

        Fix another: reference to 'Primitive2DSequence' is ambiguous
        
        Change-Id: I8b78126cab64f023ffcb35c080576148b1eb15f5

2014-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [ed8c68726508112e30f178f1ce31f421cddb4d87]

        Fix: reference to 'Primitive2DSequence' is ambiguous
        
        Change-Id: Ic6cf4bc6dab4b9e2610aebdc42e3df7b56eda59d

2014-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [fb1f710d3f58337e8a05e476326453b584e87fa2]

        loplugin:passstuffbyref (Primitive2DSequence)
        
        Change-Id: I3d9c6daa09d71ca872021fe13405b08050e191d9

2014-08-16  Julien Nabet  <serval2412@yahoo.fr>  [46b7a08767e17ff1ef086393c4e111a8ffa19d55]

        Related: fdo#45588 Use of different items for Formatting Marks
        
        There's still help part to change
        See https://bugs.freedesktop.org/show_bug.cgi?id=45588#c9
        
        Change-Id: Ieb69ebffc680b0352ed481524a95a78bca50ac83

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [97cb7cd16c809e8311eada4200c748984e3f148f]

        CID 1231678: Uninitialized pointer field
        
        Change-Id: I1c691b2c9c66b99957b07df4197c0a67c2598273

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f53878770a3e3f82659df3d74fd8fd2d408476b3]

        Missing ; (unsuccessful merge)
        
        Change-Id: I3a1ab8936021e0b310afa799b1c257040bf78be3

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [ce9a327c507aaed816cf85401187020d4846cc21]

        Fix member function prototype (sal_uIntPtr& to size_t&)
        
        Change-Id: I063549d510d80450ab502fc511c79de41b591c4e

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [bc69fc451c0c60b5054c2bfd1f79778b056778c2]

        Reserve vector capacity in advance
        
        Change-Id: I2ee5913a274eecf86ad6bbf19b99e1fe61f0ade7

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [a7e2d3280f17d4cd8afd2f4006855a4fea129034]

        Simplify by early bail-out
        
        Change-Id: Id3789fd994b54813b6f72857a625b496c7a6eef0

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [47e2fd0dc8d88af120508e463decf5b15563a629]

        Consistently use size_t and SAL_MAX_SIZE
        
        Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [df159d3cd0bce255e14839a81d921e73771ca886]

        bDoInvalidate is always false
        
        Change-Id: I0e22f509b90acc9d4c3d7efb5a428f15bd21317d

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [69702bc5248732f69734b1f387566e060543494b]

        Simplify loop
        
        Change-Id: I100344543a6008f6f466d0cc5716001e5b6c1ddd

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [3fd369d93a00604b1c084a5b9ab1989df30e5d97]

        Remove repeated check
        
        Change-Id: I2ed6326f97bf6c0eefb3d309405261ffd30681b9

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [4dc54b837f5b548089f49da84d0dda9c6bae9171]

        Avoid redundant cehck and unneeded local scope
        
        Change-Id: Ifd8359f709a3c11851673921f278b3055ea518c6

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [bfa5e2f27631282db3f0c68e964fdf9f93dd7ffb]

        Just copy the boolean value
        
        Change-Id: I158f4e9eddf7ea666613d56a79d014dd3cbf9931

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [74bccf73fd6d83145a750e1532da708c57c4df79]

        Remove pnMarkNum parameter: either NULL or pointed data is not read
        
        Change-Id: I213a097616275765478a5f21a5f8e9645470a1e8

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [d19757d7884571535c20b88350387e43c794075a]

        These function members does not need to be virtual
        
        Change-Id: I8ec3f297fbf9ff494d115d0400e890d568bdae7f

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9585ba198bfe5d3c9f0c0eb5aafd2344aece2eea]

        Delete commented-out declaration of function members
        
        Change-Id: I118b7a788ee62f75af8b7669cad285952f0e968a

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [384cb5ff7b9227002206422d0bf4e75795d5f5cc]

        Consistently use size_t and SAL_MAX_SIZE
        
        Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on.
        Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as
        return value in case of failure and in the related tests.
        
        Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [7e605f124f78a7f8b97385fcb8b91dce2ec735d8]

        sal_uInt16 to size_t, avoid temporaries and hardcoded constants
        
        Change-Id: I21bd116ec39ba865a881a5866d4227b094d3a249

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [97067f73b3c9d0eb3ce3a4bb50bf8dc045c2da47]

        Fix indentation/format
        
        Change-Id: Ic1dbc6ba261da23be2a0a6f715cd79e68b168c6c

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0976d2764f27d7ed3db26a74d263d1a3e663d3fb]

        Use more proper integer types, avoid temporaries and constify
        
        Change-Id: Ia2b591641ab7c954f3b1c7d5f58b42927d974a58

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [df3b138055cc445dde319b5eda449c753c8eabc0]

        Fix indentation/format
        
        Change-Id: I8544a1a84f4812cdfae6a6aa5db7ea5576c956c2

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [7ecebd66558cbe34b88dce24c7b9895806460126]

        sal_uInt16 to sal_uInt16, constify
        
        Change-Id: Iabb5662cfe135728ca77244032a93762cd7e1c93

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [9f5711e755651aa7a633b79b04117f20106117f8]

        This array can be static
        
        Change-Id: Ide0f5df3430f246d5998637166e4e44e83566774

2014-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [5dfb3365dd03106d39e819dac705ab73ece59f23]

        Group more code in local helper function and simplify it
        
        Change-Id: I1d5c07bd9c67243cf22405fb4f6edb9202291091

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [aaca2debfa42031997cf869c0c595c99315f3101]

        DirInfo, LSize and MemoryBlock are unused
        
        Change-Id: I6ddec983ef160cabf22690d0f3e8cfb08ba52394

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [e98397d1ce2d4d3b56ee86c450ee7a0286229320]

        Our use of Ptr does not clash with the <MacTypes.h> typedef
        
        Change-Id: I5bcd1afde7c083c9a86be068c211fad152e75d01

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [871b196f7e7296eb4e397f84f1700db33d77bfb9]

        SVG test: check content of Primitive2DSequence with the XML dumper
        
        Change-Id: I12954cd52cece2d2fe99b7b4ca1e60cee3b430f0

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4bc6484c594cd11d2f04e9918aada20d49934bee]

        initial implementation of XML dump for Primitive2DSequence
        
        Change-Id: I6618b18164a26553f81a1c737e009b7187b028c3

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d3a59629f79da913b4a3ee367cdf70d0f5167416]

        XmlWriter: simplify and take SvStream* as input
        
        Change-Id: I56b2fa6887f7971604a2dcf34497ecda9cea8937

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8a3a2e888bf805c602c217733510114e0521eedf]

        mtfxmldump: move XML writing into its own function
        
        Change-Id: I82954177fe9d4934e69b33c1c985304add09e089

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [20d8a3474b0570997d8d241a55244228f0e38ce3]

        No need to write '
        
        Change-Id: I0562defc6fc60ee83bc73b901caf46b1283a9df9

2014-08-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e97997f1e56731b97d469f775994ef3d05f17d35]

        SvMemoryStream.remainingSize ret. size to end of data not buffer
        
        SvMemoryStream remainingSize returned the size from current
        position to internal buffer size instead to end of data. This
        was not consistent with what remainingSize description says on
        SvStream (and other SvStream implementations work) and what the
        user expects.
        
        Change-Id: I7ff391754a386c5f067a4bd4eed2ee7f2d7fd77e

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [d4a8fa7db0ed4faae00408fbda2352379774cfc0]

        Our use of Byte does not clash with the <MacTypes.h> typedef
        
        Change-Id: I693de4bc9eb7fc9b409d321e0dcec6e0c03212c3

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [a5f4c5b685703a8d9069a47599983083450bb099]

        Our use of Boolean does not clash with the Xt <X11/Intrinsic.h> typedef
        
        So no need to hide the Xt type.
        
        Change-Id: Ib7d96745294ab747b3c8ed355d4562a68e3cb0cf

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [1c13f9c2b67d3a26a8cbbc11b6ae0dc1dc2d30ca]

        RSC_TRISTATEBOX is no longer used
        
        Change-Id: Ib3f43db131cf5562ad011538873c2ee51839665c

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [b0da096c610b4392277a3b7fe3c7c29d2c8c3fcf]

        RSC_MULTILINEEDIT no longer used
        
        Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [e09e956a0c8eaa00e73474bccacee7aa656f2f67]

        RSC_TABCONTROLITEM* no longer used
        
        Change-Id: Ic496662d623c4732db41476109b3731cf1fd71a0

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [07048650e2459ad3d77fbeed9df2d63b9c849a7b]

        RSCMENUBUTTON_MENU is not longer used
        
        Change-Id: I2e12d923a07385fc6a036863070a10666542d39d

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [924dda90a99f94799a053c6d127722ccd4540b5f]

        RSC_MENUBUTTON is not in use anymore
        
        Change-Id: I853b6b1cfcd4847603d9920a47298d1b9105b46f

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e33f6f499f9eca9a558cec557b20557f714f1caf]

        Sync oox -> writerfilter alias for generic VML
        
        See 656ab07b2924dd2703f31f460c8586c375c7878a (Sync oox -> writerfilter
        alias for wordprocessingml, 2014-08-10).
        
        Change-Id: I5179961b683473a502693923422171bb274fc845

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [28bf20625cfcd3b3e4492e873471e26ded880080]

        Sync oox -> writerfilter namespace prefixes
        
        Change-Id: Ifbcb7716640cd05d4b98eef22f9ddf49f3bd79aa

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [63fa1a7bc8a99800f490fb4dcd968eeb5710a631]

        RTF import: handle pWrapPolygonVertices shape property
        
        Change-Id: I512713e9b9aa1ceb3d98af7a1a6abd144e370689

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc0149869bc0cc09e92816ae6f34831bf5353e3b]

        RTF import: handle negative SHPLEFT / SHPTOP
        
        Change-Id: Id82d6d54b160b5b78a53c526e6ccab0514c21312

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [a8669b56b194a7cd6da771dfb9904710da24c0b4]

        fdo#82580: Win32 GetObject() simplification
        
        We call the Win32 GetObject() in just one source file and there it is
        the A version we mean. (As such, as we call it to get BITMAP objects,
        which do not have different A and W variants, we could as well call
        GetObjectW().)
        
        Note that we have several own member functions called GetObject(), so
        until those are renamed we still need to #undef the GetObject
        definition (from <windows.h>).
        
        (No, I am not working on the EasyHack fdo#82580 as a whole. It is
        intended for some less mature LO contributor. I just did a few small
        things because I couldn't resist.)
        
        Change-Id: Idab79503b3d899ef19f0608677752a62b20302ff

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [bc19caa4f17ccbcd6e08634ae635fd9c741473ad]

        WIN_MOUSE_MOVED and MOUSE_MOVED are unused
        
        Change-Id: I1edfa97d9874c70fcc61d1b521c905fb499a9bd1

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [05d53a3fbd7cd2d23975700ad38d2a69a2fdddee]

        WIN_HELP_HELPONHELP and HELP_HELPONHELP are unused
        
        Change-Id: I54830ba65961f8f7ab6fa3555a1e6021b14cdb1c

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [3fb98875ead1e8ec24f79445f83cfd28f2800a31]

        WIN_HELP_INDEX and HELP_INDEX are unused
        
        Change-Id: Icc2c34f51601304e2846d8bd9fce2f384327a4e2

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8bed01825a72c906c320cd41751db35ff6d5b89]

        writerfilter: abort build if model.xml does not validate
        
        Most of the scripts parsing model.xml just load it as a DOM and extract
        info from it needed for their task, which means if you have a typo in an
        element / attribute name, it's just silently ignored.
        
        This is annoying, let's prevent that by validating the model before
        doing anything with it.
        
        Change-Id: I4229e57c12840fead62cbd150dd1408f2f0d29eb

2014-08-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9cf219dc57393d6efbfa756834c8c97b7cd4dff]

        Fix $(call gb_ExternalExecutable_get_command,xmllint) in case of system libxml
        
        Change-Id: If9b32b09fd8cbf8b194b75357494d99aaa3fe06e

2014-08-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [97e1d52db4ffd49d6d8e9c4030e1e675c3517e18]

        sfx2: remove commented consts
        
        Change-Id: I1521f174ac53c2e8e96dcb7b5c1264f0bf460fd0

2014-08-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [3579f76f151b26c42b1bd9dfc2374132ff61cca1]

        Suppress unchecked warning - this is fine
        
        Change-Id: I69f47cf975a9ed91d4a1408351b5ad1751aab19e

2014-08-16  Julien Nabet  <serval2412@yahoo.fr>  [1bae7f5a5732068fa7181cbffdd10b62022a5e30]

        cppcheck: Throwing the original exception
        
        Change-Id: I0d2678dd86e42f882e8ed9926917f1e82746997e

2014-08-16  Julien Nabet  <serval2412@yahoo.fr>  [e74ddb13c5ea0431058f3bc3a76ad24c9b0cb140]

        cppcheck: Prefer prefix ++/-- operators
        
        Change-Id: I3b0f66ad96813b064d61ea8b2ed6f2c383a11390

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [36efd0f9c7e4ce6217c981fc439274a036bb02c1]

        try that ErrorBox removal again
        
        Change-Id: I1d2f24def771651d36f06432c20e80429379c9fe

2014-08-16  Caolán McNamara  <caolanm@redhat.com>  [7c1e12af8794db56a5dd9eeaea7067e6eff6584d]

        callcatcher: update unused code
        
        res ctor fallout continues at pace
        
        Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c

2014-08-16  Tor Lillqvist  <tml@collabora.com>  [d0ab0b08fad84f72a11c9234f759c08333637536]

        OOO_HELP_HELPONHELP is unused
        
        Change-Id: Iaabf05075bb51ed17abff5f4f4bb18c101e552a2

2014-08-16  rbuj  <robert.buj@gmail.com>  [b418ba93f48e361766f1aaa490292d3049501178]

        javaunohelper: The assigned value is sometimes used
        
        Change-Id: I292921ef5b98ffbae9a0d5b631498a2d6efefbfd
        Reviewed-on: https://gerrit.libreoffice.org/10941
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [66c6d1ef204f3507e7663a1b8b1be05b9ec71092]

        prevent invalid ods files with loext:fill-character
        
        ODF specifies that extension elements in a document are removed before
        the validation. With our old implementation of the number format export
        this could result in two number:text elements following each other.
        
        According to the spec a number:text element may not follow another
        number:text element.
        
        The number:text element before loext:fill is actually not that
        interesting so it makes more sense to make this one an extension
        element.
        
        Possible documents showing issues:
        
        fdo45268-1.xlsx
        fdo49150-1.xlsx
        and many more
        
        Change-Id: I3ad92b8a61a246b3dbc0132d9a2c367488a766d0

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a772be514e783e232b13c9ff7cde93fb0529c278]

        just use a typedef, don't inherit from boost::ptr_container
        
        Change-Id: I1a63802dfeb702f6f6e9506339fd299b98fd8604

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [61294d454d8c03887aa5113884035700110b609a]

        remove unnecessary whitespace
        
        Change-Id: I9de4fdd28c6d75133289b1c8a655381ecc5675c7

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1cf19ea84794ca065749667b480dfed2d27d47b7]

        don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422
        
        This drops the calls to ScMarkData::GetMarkedRanges by a factor of 1k.
        
        Change-Id: I12b1ab3877120a1fbccaccaa7996cbb7efe948b6

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [17f6f60c1c20782fb1cde69b949b97c2f3b0d830]

        add test case for fdo#82503
        
        Change-Id: I715f8b2c09bd6af2cf1f45029f0561d79817deed

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8c9014cc6e5a502f5719f17c111c29448d4d6f6b]

        copy conditional formatting for single cells, fdo#82503
        
        Change-Id: I22f239fbbbfa3ac562b860efb990dff10d0e0e24

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0771823d80abadf8e7f2ccc078f3f9e2c277f8a5]

        fix build
        
        Change-Id: If2f35d4ce68f604db1789e1535c341908628838d

2014-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6cae8aa53c93da74650bfdf52fe47946ee870e4]

        fix build again
        
        Change-Id: If3cfc7d1974036fe6110726da574b07975ab9aef

2014-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [549fd2d229c0f7b6538a73c902f2fa5cf06d180b]

        fix build
        
        Change-Id: I770b941c065ca41541f27d01f78727d9d0e32a7e

2014-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8cf71937ff604e50b709246383942b6d90b35e6]

        Revert "ErrorBox EBX_ERR_PRINTDISABLED to String"
        
        This reverts commit 90aecb31139a6743fd00c87585a82406e7d9f075.

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08d4ea4b48f9d6419e76fe31d5b53c1ea0b427df]

        use scoped_ptr instead of shared_ptr
        
        Change-Id: Ic814a2301aaf6e57aa8ca04b837acafb6e4f4566

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0e633c51d8ed0c0d4050a3d0781c5bc036607616]

        add test for fdo#82128
        
        Change-Id: I3dd0005f00c4a861103ffd1a0422b9fc9397f6fb

2014-08-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2cc0109c0a1a8ff9a6bdb1cd5fc38f0c3520585a]

        use correct namespace for table protection elements, fdo#82128
        
        Change-Id: I5b9cb4a76739a0c91597c0470c737439d2b07e4f

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [0ad58a0a4501e4ee3762479f3d9d501ad85dec6c]

        WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to String
        
        As it's like RID_SVX_MSGBOX_LANGUAGE_RESTART
        
        Change-Id: I49c68537c22b348dd165fd1cfb78b67d8f3f7c88

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [18f3a1a71dfe76987ec8adaa41f6313b68fe2ed2]

        InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART to String
        
        Change-Id: Ideeb3ae8aa6493fc2d2a761d46f95baf0158c6e8

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [922ae90234ccdd3c82836d4f7ad5dd3d5ebb9c71]

        sfx2: bring back resmgr
        
        that was a bit too much removal
        
        partial revert of fd1e9bbc1ebd5040b092aad1d4a68041286fabda
        
        Change-Id: Iabced82fa6aedd25aacf242cafa384e83fd539cb

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [c806f9042339c7d7634899f886c5635564add33d]

        fix res id errors
        
        Change-Id: I61095ee034e85150624ac300be539e7f898641be

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [00f6b0e5f96b88a7e1ba982b44d13441cd2bf368]

        Final ErrorBox ERR_NEED_INDEX_FIELDS to String
        
        Change-Id: I75e509b89c0cb1d8b4727d55d4ae01048fa7bf8e

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [140d082fb12c76818b33b360cc95af8094549b9f]

        ErrorBoxes from querydesign to String
        
        Change-Id: I2aa9aa5b0d730c0546e8565d03b9b7d3d051235a

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [2f46431fd044f184809e298a16427d4629ff80e3]

        ErrorBoxes from optjava to String
        
        Change-Id: Ia3e200277a8a47b62a1ecbc21d9a83ba35c7ef7e

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [dd97e4266156abe8e8e235feae75e8cd255355cc]

        ErrorBoxes from fmsearch to String
        
        Change-Id: I0c2d12a79e8af2125c3aad7f0a6cb873ce3b4d2c

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [b64d7c9ecc6511a66fc34d8b031c4f89edfded48]

        remove unused RID_SVXERR_OPT_DOUBLEPATHS
        
        Change-Id: I08cf8a3ecfa181fafe03e27fdbe0c43739bd4ad3

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [18b0e91e6cc273c4a7adab3ed89059cd296075bd]

        ErrorBox RID_SVXERR_OPT_PROXYPORTS to String
        
        Change-Id: I1ab70b37d54c11023c161f76363a36acad78de62

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [b5483af985ed8c49b0bb9ebcd096cc9530e35a38]

        ErrorBoxes from datanavi to String
        
        Change-Id: Ibb3b11da89468822d64c4c2bc2463ea82339f8af

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [a332a43ed282db578b48a4e4993756fcfdf13c80]

        ErrorBox ERR_INVALID_BACKUP_LOCATION to String
        
        Change-Id: Ied9fcfacc6d2751883d7c4d21582427690ba0f20

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [c931bed5f1ab16e758f8da8e4304c9c126a1ca49]

        ErrorBox MSG_ERR_NO_ABS_URI_REF to String
        
        Change-Id: Ifc6c6358e327c6ba1e5e552a698568736090e70b

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [a470c10d88b7824a9d3a986b302beef115fbc303]

        ErrorBox RID_ERRBOX_MODULENOTINSTALLED to String
        
        And move to sfx2 to stop this ResMgr mangling
        
        Change-Id: I4633766fdcc53189cdb508f9eddaa6b2e8448858

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [c584f344b7f810c297da616befdc354b86fbf8b8]

        ErrorBox MSG_ERR_NO_WEBBROWSER_FOUND to String
        
        Change-Id: Ifbc3dbc48fc291881eeb4306379da2599b6d9e95

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [90aecb31139a6743fd00c87585a82406e7d9f075]

        ErrorBox EBX_ERR_PRINTDISABLED to String
        
        Change-Id: I7f59091a595a8e8a832b779da56bb53de810f22b

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [3236e205f4b0ab43fb11f8ce3ebe8cfa749da6d5]

        ErrorBox RID_ERR_NEEDTYPESELECTION to String
        
        Change-Id: Ia7b4807bc3847a50f753541b0495d36176603e63

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [113830171478fd01441f8fc20b6132aba535174a]

        ErrorBox AVMEDIA_ERR_URL to String
        
        Change-Id: Id897c62fbfe9728bef2264769871aade8c82dbdb

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [0494f0029ffbd17c1355437352bf42b193eab27e]

        ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT to String
        
        Change-Id: I474efcf128b990d148584292422cefa71a3c3c76

2014-08-15  Eike Rathke  <erack@redhat.com>  [2e3d7c742a1c1253c4bb2af1c3d1b1506d2e7af4]

        fdo#48110 disable the "Automatically" currency unless already used
        
        This disables the "Automatically" currency listbox entry in the number
        formats dialog and makes it unselectable, unless such currency format
        was already used at the current position of a loaded document.
        
        Getting completely rid of the listbox entry if not used is more
        cumbersome as the positions are tied to the list entries in
        SvxNumberFormatShell::aCurCurrencyList, but at least the disabled entry
        prevents accidental or ill intended selection of that awkward format.
        
        Change-Id: I16f3e88feede34e3f83afb108f253fb53d82d34d

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [403fdaba8a2c3b450dbe8b4b26d1d777ab32e04e]

        oox: sort namespaces in generated header
        
        Otherwise it's next to impossible to reasonably diff the generated code
        after a change.
        
        Change-Id: I13f98532535bfe3f4915677cb3346300f25e0cfa

2014-08-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [24454779e990b50287c52fcd970ab07f90250481]

        HIG-ization of latest Persona search dialog
        
        Fix some HIG issues with latest Persona search dialog
        * frames to compartimentalize options
        * wording of text
        * status messages just above dialog buttons
        
        Change-Id: I28d066e117cf1a49f2690ea44f5caca9cab9dd7d
        Reviewed-on: https://gerrit.libreoffice.org/10936
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-15  David Tardon  <dtardon@redhat.com>  [92240691d1c11a003474a322596fcd1ac3513eb5]

        fdo#82644 write sal_Unicode chars as Unicode
        
        Regression from commit de84529b55f5b295b089043a7119d6b0d8b92408.
        
        Change-Id: I8f0b148ec7df4f676341f588c04780a705c80a5c

2014-08-15  Eike Rathke  <erack@redhat.com>  [091a7bd7a369bebbbfe7a87209f589d807f4dcef]

        fdo#75506 move tubes lib from OOOLIBS,calc to OOOLIBS,ooo
        
        As the desktop module links against it.
        
        Change-Id: I23b296a57bcd8971678f41a60a3bc4001a4f4855

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [ab2b2971c161f46a89f5481bf6092c4ea82be61c]

        display amount of *Box elements remaining in .src format
        
        Change-Id: I33614c44cbe58ec0945406691bc38bafafc24923

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [748ed65ffba9d69ed333fd1347c30dd7a3a944b8]

        drop TabControl resource loader
        
        Change-Id: Idb909c205dfadaadeb8b98ce08fe2f4286cfce26

2014-08-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1ea4f163c5a2f531dcfda7899b322636a735c618]

        collada2gltf: add a better name to this patch
        
        Change-Id: Ie8fb4ff71a683e986b9fec861608590cadee8612

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [38cbb4c7176d85973c4945a10a262bb487388246]

        convert datanavigator sport to .ui
        
        Change-Id: I14f9f8d8df9fc8246e7fc8c0b6762ca51dad67d9

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [221c21b433970acbdc9368120371c39e3934ff18]

        Updated core Project: help  7c3b223b9dece4def80895f1fe50b4fc1c11d0b6

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [eb21b6827e25b2c943025a662cde2049c0454a6b]

        Related: rhbz#1130264 plausible fix for reported crash
        
        Change-Id: I4ccdf19bfc7986881f7022109f22f47a0f493591

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [2035b719c3e175cb0c6c7e22808f60e388bf89cd]

        Remove unused datatypeLibrary attribute
        
        Change-Id: Ib3e896d8e602d09b36e526ebf923bf0374dd17a4

2014-08-15  Eike Rathke  <erack@redhat.com>  [1d67f3661cdf1fadf498ae77f9d8ee9c2e026f31]

        unit test for sort with sheet references and external references, fdo#77018
        
        Change-Id: I4b60fe3f3594fbe13ae25ac29c8701d80870595e

2014-08-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [028c9662af563d22303b669072ac21195ea955b1]

        collada2gltf: compatibility fix: OpenGL ES 2.0 is enough
        
        That's why it was worked in some case, when OpenGL ES is
        available then it is the default and not the GLSL 1.1.
        
        Change-Id: I60d545e76115396433df8dc300bc13935099c776

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7307c77254557646f33017af915f6808a861e29]

        fdo#82191 sw::DocumentLayoutManager: copy textbox content of draw formats
        
        The SwFmtCntnt, i.e. the content of the draw format was already copied,
        but that's only a pointer to the real content: instead duplicate the
        real contents on copy&paste, that's how we copy fly frames as well.
        
        Change-Id: I42475e356aaa1c54c08fb23a6a395d1726e5f33e

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0606ab6a73d5d9e3fd9f7b20f77a2532f2478194]

        SwTextBoxHelper::findTextBoxes: return a set of const pointers
        
        Change-Id: I8e3ea996959bad72e6d15dc9c980ea9d18d31fb3

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [615d3e319c027b6ef656ff2358c5d2c3519d5440]

        SwTextBoxHelper::findTextBox: take a const SwFrmFmt
        
        Change-Id: I531a5864f61ab6c9bfcfc44f7fcacef58ad78489

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [174e6796dfc910dc4b95673fcf9ec0704967acfd]

        Revert "another memory leak based on release().release()"
        
        This reverts commit 1e9baadcb71cb393864be4e8580a50183cb7152e.
        
        because JunitTest_sc_unoapi now fails

2014-08-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e961d99b959677d9aef92df49501d9284ab802b3]

        collada2gltf/patches: remove useless line from patch
        
        Change-Id: Ie4c291819f0f8d8a2797d26cc55e5bad1507bdaf

2014-08-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2a8da8a54811a88f38d299b334034adb9dd347e8]

        collada2gltf: fix compatibility issues of *.kmz/*.dae files under linux
        
        It seems under linux we need to specify the version number
        explicitly, because otherwise shader compiler will use GLSL 1.1
        and will fail. Base line is GLSL 1.3 or OpenGL ES 3.0.
        
        Change-Id: Ie143275ade8d6989fda055ab96943b25ef220e9d

2014-08-15  Eike Rathke  <erack@redhat.com>  [971e230a9947036e107f20cc80304b2310ee6be2]

        unit test for sheet and in-range range references after sort, fdo#79441
        
        Change-Id: I09327866a92b1f53a7c0a76c38cf79856390d69a

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [14a4b8e01634da44656aeba5640bb1650777fdbc]

        need the version that allows NULL for a while still
        
        Change-Id: Ie7c61ad75b60bb2900a843df7fb12add03a20bf2

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [9fbb4c6cf42857e80090e0b81ecde7ea2913e427]

        convert WIN_HELPINDEX sport to .ui
        
        Change-Id: I80d1f3f3cb4e062bc19489205e325bc4ff17b3c6

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [5df98e8bc54953fb69492ba46f880f174af4d04e]

        last two args to Init_Impl are now always NULL
        
        so follow through on the logical consequnces of that
        
        Change-Id: I97981acecdcee03e4c1f32d1f4ec8ad623299042

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [9d02d3b77d1da1a6785bac9316fc475013c62ecd]

        Updated core Project: help  5b425ae93b4459d31ddfca0d070761ad1024d78b

2014-08-15  Michael Stahl  <mstahl@redhat.com>  [68c3cd53a2105afed23059298b51f62c5351d0e2]

        editeng: initialize mnRefCount in all ctors, fix sw.check crashes...
        
        (regression from aa3babb42fa88840706f5b487ca0e88552cd8f83)
        
        Change-Id: I5de9f4d79fa81c95c6f5dc9890485d91ea8fb97f

2014-08-15  Michael Stahl  <mstahl@redhat.com>  [3679956b238eab3c453f12c43fb328965e7eeae7]

        dbaccess: fix build after AutoControls_tmpl.hrc removal
        
        Change-Id: I8e7e926aae646225234cf9e41fdf048735f40eb0

2014-08-15  Michael Stahl  <mstahl@redhat.com>  [36ce22f41a754fa405804434899a08a23081e721]

        fdo#82430: MSVC 2010 refuses both -clr and -arch in the same command
        
        Change-Id: I41339e05ec914a2d660d87c99c99b824dddd10c9

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [8dd8e93d426a402962604c9905e1d5ad7541f325]

        remove AutoControls_tmpl from localize
        
        Change-Id: I81b77599590410da2bd93fe538b143f934917e8e

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [20d52860f7a72510180f887268d6ff7d911a8c8c]

        res ctor OCommonBehaviourTabPage::OCommonBehaviourTabPage can go now
        
        Change-Id: I0697faa1e66b912e3090c149efdf409c33b31b9c

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [10bae418f8bd162e2e5262031249875857a5cc75]

        convert user details page to .ui
        
        Change-Id: Id8ad4a013fb5049452bbad502da828db94ce7d47

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [bf697ef3e6c2a00086d916ee054b339246fbb6aa]

        use 12 spacing
        
        Change-Id: I61ac1b5bd262ecd10ed0f405adcc5e2fb4fa949c

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [1dcb30fd4a0814c38b336cb577047051b960e50b]

        drop thousand seperator in port number spinbuttons
        
        Change-Id: I89c56f52ab8134bdb4376d30f2c85af0f946bd88

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [3eac92de4056651627a8cbb0560c3b962f3ec828]

        don't stretch listbox vertically
        
        Change-Id: Id50412ae0f29a340839b68faa53e223f7ac03fd2

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [84fa2a5e089d2fe44608f7ec96eea5bb944122b3]

        Updated core Project: help  e58fa7c1eb457552da289652f77da0b39c604f0b

2014-08-15  Rachit Gupta  <rachitgupta1792@gmail.com>  [b5688eb1523754f94aaa5af6d372174cab1a4bd7]

        Replaced %1's with URL's to make the errors more descriptive.
        
        Change-Id: I441085a7704eb3464e13723d8dc2ee1df833bd46
        Reviewed-on: https://gerrit.libreoffice.org/10931
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-08-15  Thomas Arnhold  <thomas@arnhold.org>  [4f321be89316be07da81794098833dd09377b5f0]

        upgrade to openssl-1.0.1i
        
        Change-Id: I1040cbe61f43a24f8a6cbf9f018f9f1f4860091d
        Reviewed-on: https://gerrit.libreoffice.org/10926
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [a53061deb1c2d81e0657fa8e1637cbbada285076]

        archetype for ErrorBox + resource -> MessageDialog + string conversion
        
        in this case the .src has WB_OK for "ok button only" which is the
        default for MessageDialog so no arguments apart from the string and
        the parent dialog (null in this case) are needed
        
        Change-Id: I63ddafddfcc448e3502b19d657dcad040a56c845

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [1eb84514fd25e8482bdc56185f96a06fe52155f4]

        MSG_ERROR_RENAME_TEMPLATE resource unused
        
        since
        
        commit b4c18dc0ea32af9f070d43278e547ee0b2e540a4
        Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
        Date:   Thu Dec 20 09:51:59 2012 +0100
            Templates Manager: removed the old dialogs and menu entries
        
        Change-Id: Id1007004d5a3522891e66d408c2276c43bbc7f84

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [e159d0bb53ea265e3813b06bf7a050f73b3ce616]

        ErrorBox resources -> MessageDialog + strings
        
        Change-Id: I0e4e8e0393a5a86dc3125f6dccc9e4e7b47973a9

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [9bf3ef7cd875d11cc5ca57372716597c51d52a23]

        more mad archaic drivil
        
        Change-Id: Ib0ad9e5831637651dc110d06cbd0a5f225f96977

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [7b61f9f09db809ba074336b60f883477760980aa]

        use of STR_ARR_SVT_LANGUAGE_TABLE in wizards is gone
        
        since
        
        commit 65e104060b2bd46259f0307263aa3d8eba4c0ace
        Author: Xisco Fauli <anistenis@gmail.com>
        Date:   Sun Oct 21 20:35:05 2012 +0200
            pyletter: remove java letter wizard
        
        Change-Id: I77065cd277233b78b90c23a6545854a83cd17b16

2014-08-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [bac420f9a8ba8d99213ee48ef6c2f50aba409f08]

        Use DomainMapper::IsStyleSheetImport()
        
        Change-Id: I2ae8f5ed808b7f1728a95f0e9d90d671e6ef2047

2014-08-15  Caolán McNamara  <caolanm@redhat.com>  [85cf4881fc4e1bfa5f21ae3e719bbd40ba3fce8b]

        drop FixedLines from wizards to be consistent with the rest of the ui
        
        and two virtual methods don't need to exist after that
        
        Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc

2014-08-15  David Tardon  <dtardon@redhat.com>  [7de2366a975c22cd77a1a3a64da6b7c642334ae1]

        use consistent style for writerperfect
        
        Change-Id: I47089586094b58c39a128e44e2671d69c2d50177

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [2c75925a809796e4177e5accaf6dfea566ea91bc]

        Another blind fix attempt for WNT
        
        Change-Id: I369f3db3d72c93531e753b16fbd97abce4e1c0ed

2014-08-15  Laurent Godard  <lgodard.libre@laposte.net>  [1f795ad128ce52dfd2edfb567454f2d5785b6016]

        XStyleLoader2 : correct idl description
        
        only implemented for calc at the moment
        
        Change-Id: I7ac631567a69c9ad30da79caad3c50359de14437
        Reviewed-on: https://gerrit.libreoffice.org/10923
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [8605fcbf8e2a89afda675775b2302d9f58333e74]

        Blind fix attempt for WNT
        
        Change-Id: Iee1c5a5a1c9db5114b2b31cfac66d1a2d673a585

2014-08-15  deenafrancis  <deena.francis@gmail.com>  [3d318e6cf4a183e14a043840b9990958c7527536]

        fdo#70625 Add --cat parameter to make git diffs pretty
        
        Change-Id: I309ca3e718a11ca97991686c229c79ab20e8c3d9
        Reviewed-on: https://gerrit.libreoffice.org/10623
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [5794fcad10df4d6ac8388627662ea830dde7e629]

        Typo
        
        Change-Id: I9ba1a5679eb636103ccf7b34f120ed0d03903e76

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [26cfc797fa0b1809cd0c01d5546ba97856bc8143]

        When ENABLE_MACOSX_MACLIKE_APP_STRUCTURE put only binaries in the MacOS dir
        
        The new code signing is more strict and enforces bundle structure
        harder, it seems.
        
        When ENABLE_MACOSX_MACLIKE_APP_STRUCTURE bypass the unoinfo and python
        shell scripts. If they actually are needed, will have to put them
        somewhere under Resources.
        
        Change-Id: I14a34936b78195746d2b88d25603952ce5309380

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [41f2ebfbaa9fb06f56530b4a330fc029df87ecfd]

        The --resource-rules option in being deprecated
        
        The documentation is a bit unclear yet, but I think it is safe to
        assume that Apple strongly wants sandboxed apps to have what we call
        ENABLE_MACOSX_MACLIKE_APP_STRUCTURE and to be signed without any
        special resource rules.
        
        Change-Id: I1409ccb6a3f9086d01af6ff318fe28536c1cebef

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [88be7b54c5be57c7ecabe200731262e24c0ca0a4]

        Fixes for the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE case
        
        Change-Id: Ic3d27298264df9aa4e3e976fbca477106dbe180a

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [c68dd99b967146a1707a5e14524e1374acda723e]

        Register postgresql-sdbc libs only if we build them, surely?
        
        Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4

2014-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e9baadcb71cb393864be4e8580a50183cb7152e]

        another memory leak based on release().release()
        
        Thanks Michael Meeks for noticing.
        
        Change-Id: I8c27215d3cf4624a19f4fd905758e588b342c6c9

2014-08-14  Thomas Viehmann  <tv@beamnet.de>  [6af3bc396eedde71e40c3e8d714a728c8fa881aa]

        fdo#79116 make paste special easier to use
        
        This patch adds three short cut buttons to the calc paste special
        dialog: paste values only (numbers, strings, dates), paste values and
        formats, and paste transposed.
        
        Change-Id: Ie70fbaa28976b2311b1d9cf53b094a5083fb42d4
        Reviewed-on: https://gerrit.libreoffice.org/10928
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-08-14  Michael Meeks  <michael.meeks@collabora.com>  [ec7ab6356b02d85011485048d0f4d11239d386af]

        LOK: remove code from assert that must be compiled when not in debug mode.
        
        Change-Id: Ibc02247ad4f1099fa31acdcef38dd5b1e95523f2

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [5180edb7f264c6037091fd522317638d0e9505ea]

        WaE: passing class rtl::OUString by value, rather pass by reference
        
        Change-Id: Ib2154a93192aa8342660b309f5307c1cb443063c

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [8e279c79f88608a4ab4dfc74c0a66a7947ea1482]

        Don't do the security scope bookmark dance if not in a sandboxed process
        
        No point in doing it in build-time tools like cppumaker which don't
        run as sandboxed processes. Just slows them down a lot, while cfprefsd
        consumes lots of CPU doing user preference lookups in vain for every
        file accessed through the uunxapi functions.
        
        Change-Id: I83e55a8e8d0c4f2c60c60ecad2c831e42c9e5bfd

2014-08-15  Tor Lillqvist  <tml@collabora.com>  [59ddf7216d52dd5492ffe1362174518dc2f5e0ce]

        Don't do the annoying restart thing when sandboxed on OS X, ignore risks...
        
        So far we have just displayed a hugely annoying dialog "sorry, but we
        suck, you need to start LibreOffice again". But that sucks. So just
        try to do without restart then, and let's see what happens. At least
        in trivial testing, no crash.
        
        Change-Id: I475fe49a0fdb8086bb33a165a08b32ac46548857

2014-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8378bb3122417885db741dc8b6d770863afb72bd]

        fix OSX check for GL_EXT_texture_array
        
        For some reason the extension is supported in GL but not in GLSL.
        
        Change-Id: I1cad8baea23e80714269454af23fca87ea9e2949

2014-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b48025baf41ab58f7fd174d2cda856e0aa5d5ea]

        seems like the better approach for getting it working
        
        Change-Id: I18d5ecc9a14a6eb8ad8c6ea5ec9835dbe8f5db40

2014-08-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae1c06be2920043f74b5713c1efd573e54e0460a]

        improve debug message for shader compilatione errors
        
        Change-Id: I14106870bd46c081a574d28f416278b848544fcc

2014-08-14  Eike Rathke  <erack@redhat.com>  [69adec3ec051ff94f600ab899506ca9d645a8b56]

        correct references after sort, fdo#79441
        
        5c6ee09126631342939ae8766fe36083d8c011e3 introduced a different
        algorithm for reference handling during sort. Unfortunately that clashed
        with the SC_CLONECELL_ADJUST3DREL introduced a little earlier resulting
        in relative 3D references effectively being "adjusted" twice.
        
        Furthermore, in-sort-range range references to one row (or column) were
        not adapted to the move at all if the formula within the range listened
        only to ranges and not a single cell. Added collecting and adjusting
        area listeners for this.
        
        Last but not least, external (relative) references need to be treated
        the same as internal 3D references, making them point to the same
        location after the sort.
        
        Change-Id: I492768b525f95f1c43d1c6e7a63a36cce093fa5a

2014-08-14  Thomas Arnhold  <thomas@arnhold.org>  [4b8a131d3897a3fda8d4e8fe635f19cc41bed36a]

        upgrade to cppunit 1.13.2
        
        * remove obsolete patch part
        * enable x64 target for vc project file on win64
        
        Change-Id: Ie794c08c9f739ad8c9c68c423f72e79ed4f6b0ff
        Reviewed-on: https://gerrit.libreoffice.org/10856
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [47f3485579929724afc0c4c5ebdfd2143cf952be]

        Revert "Resolves: fdo#82550 MacOSX GetTextBreak always return -1"
        
        This reverts commit 4c1e2c446865b355f50720b8b96ec704822006dc.
        it was just hiding the underlying bug.

2014-08-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8584f62e28369594c5d1b733e5804837a98dd85]

        fdo#82550 LogicWidthToDeviceCoordinate missed handling of mbMap == false
        
        Change-Id: I98902ed266ae7b2737fa9720d69a4b87cc958d51

2014-08-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [32a92502fdbabe7615330e668357568cc4812e54]

        GetTextBreak takes a DeviceCoordinate as width
        
        Change-Id: Ie03732a0966eedf6c0226beed83356ae4886a016

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [8e8383612e2cf860acfc0fd3f5620da55d4ef35a]

        Go even further in the scope reduction, we are 100% sure mpClone is NULL.
        
        Change-Id: Id5facbc817ecc0b89689dcba30672a6538e70945

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [3e46f2c5a03134b0e819fad98e31b4a7e9925c33]

        Fixed the Templates button
        
        It works as a button. When clicked the triangle works as dropdown.
        
        Change-Id: Ib4e3b6a1832efef3382e7bd01b06d2ff8d4e7543

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [8cf2021712b8f3c4b04c60d18cd2d0150e40c26a]

        All templates option added
        
        Change-Id: I622d5d6fd7fa7be474fa56abf67a1a62fddbcf60

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [d351591593aada8a55d58068516643eb353a76ec]

        Some code cleanup
        
        SetupButton function overloaded for MenuButton type.
        
        Change-Id: Ib171c7590a59ad360dd8ebab1039d3eba5d565ef

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [13c4d0abf2af43a212922cec3904bcf8a5671aeb]

        Template Filtering Implementation
        
        Change-Id: I9270136afeaadbbe16c408e6e7d2fbde5b53d324

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [219f314c47add3d850bc0bdee2cd2381d48f49ea]

        Start of filtering implementation
        
        Change-Id: Iebf71deb4739703d87b944300cbc1b8ee2daacc5

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [e3f513ce20044db9ea26a22e366c0eb9ec945320]

        Code Cleanup
        
        Some unneccesary code cleaned up.
        
        Change-Id: Iebc43ddc8276d5865c640b7fa955152a3361eb36

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [37bd2d2dfe77865257bb30cc0d9d7f50cfb22c58]

        Selecting and opening templates implemented.
        
        All editing related code commented out. Code needs to be cleaned up.
        
        Change-Id: Ibe901684d8747552b8ebeeea848c8f5e050ae726

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [c1f1593014304939f6d0952e2199b568884dc562]

        Initial TemplateBar moved from TemplateManager
        
        Change-Id: I335e69de31bd64e7c4504a58d7652f755491af33

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [9a4d86a0fd65876d5d456088bb6abbe047d9893a]

        Some folder features moved to backingwindow
        
        Create new folder and delete a folder moved from template manager dialog
        to startcenter.
        
        Change-Id: If89b9fd7ee499f7fccda08d3ac989728148a24a0

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [f689f13c6c0b249e74a3bbb334b5e90d86abef7f]

        selection function moved
        
        The localview is not causing crash now.
        
        Change-Id: Iea2fe607555d2d3c955f8f198240a2b2d1e26788

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [507b68aba74c40bd362b50a9a854daf2746bd4e7]

        Some handlers and buttons moved
        
        Some more handlers and buttons moved. Still not usable mostly.
        
        Change-Id: I19c9c36a490030369b4e8d84b41f6d2962665426

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [031f11ee3b3cefe2814744a6d854857652f81e51]

        ViewBar moved to Start Center
        
        View bar moved to the start center without handlers. Visible but
        useless ATM.
        
        Change-Id: I1cb64faa1ee86b19ecbb793351c8c11362ef799e

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [61f70a423e94ca5f67eedc3455536063748a4a7c]

        Default filter none
        
        Small fix to add default filter. Which is none, it shows all.
        
        Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a

2014-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [b09a80de290461e07633f9d68df10a4c8bce7f95]

        Moving TemplateLocalView to the StartCenter
        
        Added TemplateLocalView to the StartCenter.
        "Templates" Button will hide RecentDocs and show TemplateLocal view.
        
        Change-Id: I34fc7f6ed0d819cf0c29dd89ee154408c5d8434f

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b732ba336af1d4c9a3d2780ecca7ce3231187f96]

        Massive scope level reduction by early bail-out.
        
        Change-Id: Ie620208f02bf74844f9b7cb904f9c5abbb10ca07

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [a6fc653bbf38de453a540ca2ab69958dafa1d322]

        personas: Added a TODO FIXME wrt. ssl negotiation.
        
        Change-Id: I5f5889b6e63e8e6763abc39690adb78d48929783

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [f4003ccbe4be3c5ef6ca08b98d43416b30ba8d0d]

        personas: Better default searches, improved error messaging.
        
        Change-Id: I0a1303f5864516efbf69e7a0227f17e43aea4af7

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [8288aaa59a7df3f3632e98e824aef29a25b96b47]

        fdo#82043: Instead of the bold font, use a higher multiplifier.
        
        This reverts commit 04b02f2f5a4f71198e0cb616404c4721c918afe6.
        
        Change-Id: Iac19a0ced09bc8372e3a572d57dd3ac33ece9191

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [5a23c290b58bc8b637de55472f85b4b17dded026]

        Removed hardcoded strings.
        
        Replaced the hardcoded strings with their CUI_RES equivalents.
        
        Change-Id: I1f4e0451839cd9fe10aa9d1c5ae82af9fa13dc4e

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [3fcd1064b31af66f5575a27e5ebbf7659d7675bd]

        Changed Select Persona Dialog.
        
        The result buttons are visible initially but are disabled. These get
        enabled when the results are available.
        
        A little code clean up.
        
        Change-Id: I6217d59220d871909bd001a6c7f3636b05cdf911

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [53162944da82a837bfe83b71b47b380280f779c6]

        Added title to the Select Persona Dialog.
        
        Change-Id: Ia54e94c84e71fb794e7dec67f89306a5dd465f68

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [01153faccf6d20b67f797581e60885165a83e2aa]

        Fixed crash when cancel is clicked without searching.
        
        Change-Id: I67ca901270874794ec55d5b7db2cd18e6d3a997d

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [e372d28cbd29cbcd1d36e397a681693272cf9407]

        Fixed thread related issues.
        
        Added a data member m_bExecute which defaults to true but is set to
        false when StopExecution is called. During execution, the member's value
        is checked at various positions, if it is false, the execution is stopped
        by returning from the execute method.
        
        Following issues have been resolved:
        
        * Multiple searches can be performed. The previous search is halted.
        * Cancel button can be pressed in between any search or application of
          the persona.
        * A theme can be selected and applied by clicking on OK while the search
          is being done.
        
        Change-Id: Ic76c224ca0d317a6e1a44b3e8933a3ba50b371cb

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [95771f49f064ff7ff6daaee45d4716c930fd5cbb]

        The "Select personas installed via extensions" label is invisible by default.
        
        The label is not shown if there are no persona extensions installed.
        
        Change-Id: I758bb7ff7f22d56bfb7fe212908f9f5f1f3e7979

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [d64f6d20872004da190c5ea351cd1ad255b18872]

        Improved UI: Large buttons are not shown.
        
        * In the Personalization Tab Page, the button sizes are not affected
          by the presence of the preview buttons. THey remain their original
          size.
        * Added some padding and spacing to avoid cluttering of the widgets.
        
        Change-Id: Iea919b9fbfce4a7bfc82f73ccb49f94aa10ec804

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [674faa559a18e5a040b9ee608f16b0ed52c0716d]

        Added feature of clearing the registry in case something goes wrong.
        
        If the installed extension is removed, then the persona settings in
        the registry are cleared to avoid odd look in the UI.
        
        Change-Id: Iaa99f4c87ec6ce4a663e1a3cebb3f8ff45e02079

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [9160e57847511d364ead4c088a50065b829ef5de]

        Minor fix: Own persona selected when user selects installed persona.
        
        Change-Id: I5ecd9e3b4a9b878cf5aeb2ccce2e51b45ce9a70a

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [e653a1fd2d46d07d48f99c8a604ec0b46d51bd5c]

        Changed Personas installed through extensions procedure.
        
        The UI now consists of a TreeView that lists all the personas that were
        installed through extensions. When the user selects any name from the
        list, the preview is shown in a button besides the list.
        
        If there are no extensions installed, the list stays hidden.
        
        Change-Id: I030d99549fd5b15d1104224116257ad62cdd1891

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [5bed7be540e55149667fb5f4af826acdc1127efc]

        Moved the personas installed through extensions handling to 'own'.
        
        Change-Id: I12baaf22bfad73e228d3ed55dcf365f8eba9cf0a

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [7b57ab7a98912a86d6131a79c81a1a1d857ed1c1]

        Fixed Bug: Persona info is deleted if No Persona is selected.
        
        If the user selects 'Plain look..' and clicks OK, the previous persona
        information is removed from the registry so that if the user selects either
        of the other option and clicks OK, the previous theme is not applied.
        
        Change-Id: I5f6a707e5f2724d2a3c39965d155cf47c898d392

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [b1824cfd16dcc1f8fa5563b737d95fb4767a5640]

        Dropped 'Persona' from the properties in PersonasEntry template.
        
        Change-Id: Ic662f59c084eacc7e99762c3e94fbcc191629557

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [49b08326e3ac2a805373f255b3b0fd2c6fa165fa]

        Changed application of personas through extensions procedure.
        
        The PersonasEntry template in the registry now stores the setting as
        splitted values rather than ';' separated terms. The corresponding ';'
        separated setting is prepared and stored.
        
        Change-Id: I154d519c475a48763a75b5c35ad20f170c1d7996

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [4017908018a0ccc771247f09c47798dd20644db3]

        The Personas can be install through oxt extensions.
        
        The user can install an oxt extension and choose his/her theme from
        the Personalization page.
        
        * Created a template in Common.xcs registry to hold the values for the
          PersonasList set.
        * Added 3 buttons to personalization_tab.ui to incorporate the latest 3
          personas installed through extensions.
        * Currently, only 3 installed personas are shown alongwith the default
          available personas.
        
        Change-Id: I30a40ae48d17f4ed8caef33854ef88afcbec5a54

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [e7e5ab1683a86de587f2c8b5511d13c334548903]

        Fixed Typo.
        
        Change-Id: I8d0b34e0c34c349baaa7c9a56fd1e6cfe3ad6934

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [67a6a411e52edc6d839896d02123d92aba3e4b7d]

        Added some pre-defined search terms.
        
        The user can now enter his/her own search term or can use the commonly
        used search terms to browse for themes.
        
        Change-Id: Ife4ad6b820784a6321f5b916a0069a915c114c7e

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [8181a7b6089d1b04ef4ee21745b02659917e9f24]

        Improved search: the images are displayed as they are downloaded.
        
        Previously, all the search result images were displayed in one go,
        but now the images are shown as they are downloaded.
        
        Change-Id: I95990f36c242a0c90bd2b2fd65fd76953f46bcc2

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [27f4c752d062df6c3f9c33c62e5de7c541aeca34]

        Added functionality to apply default themes.
        
        * The themes are stored in the share folder under the personas directory
          in the gallery. The information is stored in a personas_list.txt which
          contains the info in the form headerFile;footerFile;textColor;AccentColor
          for the default themes.
        * Changed the personalization_tab.ui to include _three_ buttons to show
          the default images.
        * Changed the vcl/source/app/settings.cxx to read the persona information
          properly in the case of default personas.
        * Some variable name changes.
        
        Change-Id: Ib5f2167729a5fb7eb8061925679560accb934a44

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [6f2136f5832c449d1f4eaa11e089e473ce94c964]

        The selected theme is shown in the progress label.
        
        The name of the theme is displayed in the progress label whenever
        the user clicks on one of the results.
        
        Change-Id: I4810c9e5faec1b1a5156716b9a62b1256951425c

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [7631fe63e10b1cb102b39c9ecb430499812ed2ab]

        personas: Minor tweaks in the selection dialog.
        
        * make the buttons scaling
        * [Search] next to the input line
        * mnemonic widget setting
        
        Change-Id: Ia175ba33077bd87fc9cf2b87ed5aeda2b9fc7848

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [cdf43589530d76d55352cb959a653ec52e03d8a0]

        Code cleanup.
        
        Change-Id: Ifefc528b425ed9ae7f1cdba47282a4f0875bd728

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [318ce2a1edcdc9fb51594087b8ece271e4888c53]

        Minor Fixes.
        
        Changed number of search results from 1 (development code) to
        9 (production code).
        
        Change-Id: I9229f1db1df21bde3df60fd9d80e02307286b305

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [d38a3594c2811782e1bc2c3558d6ed655a439d15]

        Fixed Bug: SelectPersonaDialog was not closing on clicking OK.
        
        The dialog did not close on clicking OK if nothing was selected or if
        nothing was searched. It does now.
        
        Change-Id: I92f777bca8f306fea8da3ebd18ca41c34443a733

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [ad9bfe8ff76bd8e3f6011d827e63c9ad676a0f00]

        Added check for no results.
        
        The XML root node contains total_results attribute. If there are no
        results matching the search term, then the user is notified of it.
        
        Change-Id: I4b2ae5efe4af700dbc7a554a22a558f94c56e3bc

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [2304f034779d805aa1cc834cf888f98f4a74a6ac]

        Added error message to the progess label if something goes wrong.
        
        Change-Id: If9e7a76bea49fa681e3fc7b3586b04fbbcbe279d

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [46f9949da2e85ea9d72616738b4c9fda6e9bf26a]

        Moved the application of persona process to SelectPersonaDialog.
        
        The theme is downloaded now when the user clicks OK on
        SelectPersonaDialog instead of SvxPersonalizationTabPage. The task
        is done in a separate thread.
        
        Change-Id: I93173cce2ae9030ee8e271bd53b40e713c560731

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [b8d74c4ddb1408e38d2b231dfc83d452c39d8f59]

        Fixed Bug: Small buttons are not visible initially.
        
        Small ugly buttons were visible before searching. Their default
        visibility is set to false.
        
        Change-Id: I54baf50e4ffd7749391fbc0a48a07d7a1ffd5433

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [961198a67ec2e3cd83f44e9f0235e91355699602]

        Fixed Bug: Multiple searches result in correct theme to be applied.
        
        The vector that stores the persona settings is cleared every time a
        new search is performed. This results in the correct theme being
        selected for downloading and applying.
        
        Change-Id: I8c0413a117c5a7ed660cd785c292c2fad4abd486

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [1192e0bd098ed025bf57764cd1b7cb0fe6a8c36a]

        Fixed Bug: Progress label was not shown after another search.
        
        If another search was performed with the same instance of the dialog,
        then the progress label was not visible. It is visible now.
        
        Change-Id: Ic9526248d4f79585f59f24197aac832a0bcaaeb9

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [9bd0e43fb1dc50c629cde5982122de7c03dd7c99]

        The theme is download and applied in a separate thread.
        
        Changed the SearchAndPersonaThread to include an instance of
        SvxPersonalizationTabPage along with an instance of
        SelectPersonaDialog. The constructor sets one of the instance and
        the other one as null. In the execute() method, whichever instance
        is null, the other one's process is done in the thread.
        
        Change-Id: Iabfbdba63ce532ab794d3697977b6fab3fdaa832

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [c81bdc47ae14eb36faf646fa65630923b8238dc4]

        Changed the Persona application process a bit.
        
        The header and footer files of the selected theme are downloaded and
        saved in the Theme's own folder and applied.
        
        Change-Id: Ie974c9bedc01a20c70cb342196fb60550cb39a0f

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [86eed1d3c12ea9ca6347e78ca2df6ce7973ca757]

        The selected theme is now applied to the suite.
        
        1. Added IMPL_LINKs for the result buttons.
        2. Created a vector to store the temporary persona settings in the
           format: name;headerURL;footerURL;textColor;accentColor.
        3. When a button is clicked, the corresponding setting is copied to
           m_aPersonaSetting.
        4. The persona setting is parsed in CopyPersonaToGallery and the
           header and footer images are downloaded.
        
        Change-Id: Ib83016ad5bdfa83963843146ef6a4674fcd73868

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [70300fed9b50fab922aee84455aba09fdc74608a]

        Little code cleanup.
        
        Changed a little bit of documentation and some variable names.
        
        Change-Id: I292bf63b41c2b7d0a5ee7f03eb8ca49bf42b64ee

2014-08-14  Jan Holesovsky  <kendy@collabora.com>  [f143e343b7aeea5fad622e436eee9f8ffbb614d5]

        Acquire the solar mutex, otherwise we cannot access vcl in the thread.
        
        Change-Id: I02fdbbfd4c9516597df395163e28f1d616aa390d

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [d9cd6c24d436e155460a5c656e479ea76558b7ff]

        Changed images to buttons so they are clickable.
        
        Changed some variable names too.
        
        Change-Id: I166d996389c84d00782cba42169c991f8f0f923e

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [6b7c259585ee9196e568b5526daee4e161d2d3ec]

        Added setOptimalLayoutSize() to resize the dialog after images load.
        
        Change-Id: If85d4baacbffb6b7e6bf8feceb9c58697ee158d8

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [be5fdea649b11e03f0fa7c48e0e078801092d3dd]

        The search result images are shown in the dialog.
        
        1. Changed the UI to include a 3x3 grid of images
        2. The preview images are downloaded in the thread
        3. The images are downloaded in their respective folders
        4. A progress label is shown
        
        Change-Id: Id87e72343d28e03b37e0c422e5ebfe1a9a37c1b5

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [7ca8de76996550fddf6ec31b90dbfe56230de7eb]

        Added SearchAndParseThread.
        
        The search results data is retrieved and parsed in a separate
        thread so that the UI doesn't hang awkwardly.
        
        Change-Id: I51437edd4cfbd45f5fb7e487ad2baf5dba6618a4

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [bda81996bea169437039c10b765be2c2632169ae]

        Moved definition of SelectPersonaDialog to personalization.hxx
        
        Change-Id: Ic6ffcfb394e36d4d9ce9825b26095fe2a0f34fdd

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [34685e741b6ab88aabbb50ac508d810b736cd3a2]

        Changed license and added #ifdef.
        
        Change-Id: If1b0d447eba7c7afdc28aa4246556d14e2fcc98e

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [7c698f0b488cc121f569e39031e42fb14bec1224]

        Created std::vector to store learnmore URLs.
        
        For now, we have to parse the HTML and display the images as the
        result XML does not contain the header and footer URLs.
        
        Change-Id: Ie95a75e218bc3da12802c971ea744fb38951e574

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [cd1fae3114fb25845a4d020cd53e9aab460dc2fd]

        select_persona_dialog.ui changed to include search.
        
        The entered text is searched on Mozilla's test server and the result is parsed.
        
        Change-Id: I2be660b0f7f60d2bdb2c54cbc958084b87ad1e05

2014-08-14  Rachit Gupta  <rachitgupta1792@gmail.com>  [5f0613b853933413ec4f52ddc494005f674ff797]

        Created basic architecture for PersonasDocHandler.
        
        Change-Id: Ic1454344756c48090ebe821799d10dd6ace0264c

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [3078f0e3ffeb431308df7741b3f75951459003b0]

        sw: initialize SwDoc::mbCopyIsMove
        
        (regression from 5494954b269267f6ee3bdd5ac73e7513fa69978f)
        
        Change-Id: I8bc2e0e079cbf86449ef0ce9c046eedb624127f2

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [26eca5a184269281823f92aa64b962202712da78]

        sc: stupid auto_ptr deprecation
        
        Change-Id: I7ef7de18c2f03d6dc825c12f14f3607fb64008cf

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [8848f4e8c203e35f14a4f20919b826e2d667b757]

        xmlsecurity: remove NSS cert.h from PCH
        
        nssrenam.h is another horror...
        
        Change-Id: I166ac2ab1414e89d5cd4beae543670fdfa389adb

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [8bd6bf93b7711a7ac7c5cbd7c3bb980481570ebd]

        fdo#82430: configure: MSVC build: avoid using SSE2 instructions
        
        MSVC 2012 for x86 defaults to -arch:SSE2; binaries do not run on any AMD
        32-bit CPU, neither on Intel Pentium III.
        
        http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd%28v=vs.110%29.aspx
        
        Change-Id: Ie8253137db2699f2a7fa69c4ac4e7ded90931e3e

2014-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [6a686b41eeefa815b2635724e0abe6522fe1661b]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I07daec0ced64d0ca6ad2dd06fd19a1c7366e5c31
        Reviewed-on: https://gerrit.libreoffice.org/10921
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [536e9ed46f021e99537d370879a6877fd93472ea]

        Build fix when DEBUG_EDIT_ENGINE is on.
        
        Change-Id: Ie3271400862bfca7ecbefbab2d3fcdc60a893818

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [9aac367bcc8f189bd49b6c7c6f54a4ecd0b17b53]

        Updated core Project: help  658fb3a6464d2f73bfe853278596d57457fcee77

2014-08-14  Palenik Mihály  <palenik.mihaly@gmail.com>  [3953eb3d83f4bb2f388eb1853f1f4976b150bab1]

        Convert RID_PAGE_OPTION_DBFIELD tabpage to .ui
        
        Change-Id: I5ab4c42cf5467254423396ce4f56390fc2fb5276
        Reviewed-on: https://gerrit.libreoffice.org/10920
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa3babb42fa88840706f5b487ca0e88552cd8f83]

        Use boost::intrusive_ptr in lieu of manual ref-counting.
        
        Change-Id: I0a29a1e490f5aa52a9057be71164573e403affe9

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af246f94554e646880ffcdfc83f6163fdff1fef5]

        Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.
        
        The old Impl instance is ref-counted, which I'd like to convert to using
        boost::intrusive_ptr.  But to make it happen, we need to really hide this
        from public header...
        
        Change-Id: I1f1e9e500f2112eea04e3e6d661a7dfa74655c62

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e12d21fee9471ca1c4546b23df475aa39c953e13]

        Aligh this correctly...
        
        Also use 4-char tab space etc.
        
        Change-Id: I5ca007f58a588823ce9961af154cd97c25dd6f9b

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f6a1b509125e4c0a4ebfb12b42c2a072912fa01]

        Scope reduction by early bailout.
        
        Change-Id: If66f732265505a97990cf6c75ff53797a1d91b7a

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be0de8b9db9c428de5c65be51be2eef17947e4dc]

        Use struct to group together parameters to reduce number of method args.
        
        And to make it easier to share common parameters between methods.
        
        Change-Id: Ibdbad66ea8f2f30b4518f9ecaec2f43087c54837

2014-08-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8bd81a6520174d8f2086d9a220973f86453d022e]

        Extract code block into its own method.
        
        Change-Id: I4cb450afee9200ce749356b6a4bda8f046da305f

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [0c830d899dc4095cfa29d05789bc30b2f468b418]

        reduce num of FilterOptionsRequest includes
        
        Change-Id: I403bb7b96e8bcaa6138cdd9be823657bc47fa7ca

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [93a4899047efb2c3eab1a8b7c9abe65a59ccb0f3]

        convert RID_DLG_SELECTION to .ui format
        
        Change-Id: Ib23d8ec34c757bb8268651d4a1d00c6528dac9c1

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [dbaed27d3cc8c0c1a61543de9445b9a8de87e03b]

        Updated core Project: help  7cef65b120c00b4bdfb37859429ecbe5ed4f660b

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [ca7c9f647f965574ca90e238305a082855106cb0]

        remove unpublished unused FutureDocumentVersionProductUpdateRequest
        
        Change-Id: Icdfc9c02df251680b6f01fac184be9484edf8870

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [efb658bc0d287a7c85cd90a339f72eddd4547fed]

        FutureDocumentVersionProductUpdateRequest is never created
        
        only extracted, so seeing as nothing inherits from it and
        nothing creates another one, everything dependent on it
        existing is dead code, which enables removing the
        RID_DLG_NEWER_VERSION_WARNING dialog
        
        Change-Id: I9515abdfeebbe60f6cd88a160524327d039403f6

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [4334d80ee8ab0afa765de04959e2c3485f183612]

        git commit no reason to include FutureDocumentVersionProductUpdateRequest.hpp
        
        Change-Id: Icc6757254721ed8c03356a6acc28e6f241c07153

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [b8f3c0536d84e15b05a088f11cd5db99e5c4f2a7]

        Updated core Project: help  65caf6f111cd29d807ab5b75bbe094804c0fa6eb

2014-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1278ef4849661b9ae0eb7aaf4d74fbf91ccaf11]

        bnc#865381 DOCX import: handle <w:hideMark> table cell property
        
        Change-Id: Id0dd34110376168e34df4956869608895b86abfe

2014-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffdc8780eba3ec34e502b01b9a54401627ee25c5]

        fix indentation
        
        Change-Id: I93fffff150e76a20decf2dd418f4cbd2b7418735

2014-08-14  Caolán McNamara  <caolanm@redhat.com>  [4c1e2c446865b355f50720b8b96ec704822006dc]

        Resolves: fdo#82550 MacOSX GetTextBreak always return -1
        
        so multiline text ends up splitting over a huge number of
        lines leading to massively tall dialogs when they contain
        text which is supposed to line break
        
        regression from 6ca2d0d6645a697d323593a401ea8b1da02445bf
        
        Change-Id: I51cecd9164112af3208bffced63aed7e261ea9e2

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [19efa546ab88ea4b3943bb05405752dee7e57623]

        sw: assert that UnlockExpFlds() isn't called when it's not locked
        
        Change-Id: Ibe2394978b776dd4a91a253856040fc45f81c7e9

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [85fde3735afb306b4c3aba72a9c99d19c71546fa]

        sw: initialize SwDoc::mbInReading
        
        This was causing intermittent failure at least in sw_python test.
        (regression from 5494954b269267f6ee3bdd5ac73e7513fa69978f)
        
        Change-Id: I8452536cfbb7bc5bd07e6405bc255e31a5007185

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [29f0b74a74c80edf89868b3eb586c266472454a2]

        sw: use less confusing variable names in python test
        
        Change-Id: Ie07fe4761a634c3ae55e82e1ed70c9424dc33213

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [a4f4edb344805d1687333d1d7f46b4fde3f8d2c6]

        Rename misleadingly named variable
        
        Change-Id: I48c7e2d29c16b61b71ef72a0a45792c968c0fa0f

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [fd56de496e2dbb4834ec4a5926f07e1c7d8a5d3f]

        Look also for iOS SDK 8.0
        
        Change-Id: I0587e395f6b4833953618b1a0ac1e201a1f79b61

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [49229866458e5f2cbac0d87752a6bef701416e07]

        Typo
        
        Change-Id: I8d4ce3f0ebd894d2550c5c7788121308f77b0b2a

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [7731f62c25e5a32043b783af2e6f7aa9afe2e26a]

        If we disable C4189 we should also disable C4100
        
        They are both bogusly emitted from SAL_WARN_IF in an optimizing
        compilation.
        
        Change-Id: Ia56687422a29c61a7a8ad0d48541300c7643120e

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [b1744526cc35531f5cb561137082ea8f725be43a]

        WaE: C4722: destructor never returns, potential memory leak
        
        Change-Id: I9691048ca7dc6e18cc904b29e8f6f59b11e002cf

2014-08-14  Thomas Arnhold  <thomas@arnhold.org>  [90ca44ae9f897b6abc80b3c5acfdea798d4f69ea]

        MSVC: disable C4189 again in optimizing builds
        
        MSVC2012 emits bogus "unused variable" warnings for variables only
        used in a condition of SAL_WARN_IF in optimizing
        compilations. Nevertheless it's quite useful to have these warnings
        when not optimizing, then it does not emit them bogusly.
        
        Change-Id: I58a071db65bed15f753def793da8c0f9677abd4b

2014-08-14  Noel Grandin  <noel@peralex.com>  [f7bd0edb9e8e3dfbb4e085b100042a7749a2e7a5]

        java: remove useless instanceof tests
        
        Change-Id: Idb058179f90ddbe5157d564ed5f9c9168898fb0c

2014-08-14  Noel Grandin  <noel@peralex.com>  [0d916bb240dee671a06057d2ff7fbf9a4b94e8f3]

        java: remove unused imports
        
        Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22

2014-08-14  Noel Grandin  <noel@peralex.com>  [63ac956e33a76ee021b22b9b3a7dda838a4cc8c6]

        simplify timing code
        
        Change-Id: I1ecbfc5183261e400349309924dbf059a32cb95f

2014-08-14  Noel Grandin  <noel@peralex.com>  [537ff23149510312e90a0fad866c215b5df9699b]

        improve copmments
        
        Change-Id: Ib55ec2f787177829a85a121afb1d3dff2ee7ab1f

2014-08-14  Noel Grandin  <noel@peralex.com>  [ac5954d7c540f34702033d7d951d1d16cb96730a]

        java: remove commented out code
        
        Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1

2014-08-14  Noel Grandin  <noel@peralex.com>  [89c0a2b2f65beeb6f42d3334662100a13169a8d6]

        remove usage of DOCPTH and CNCSTR
        
        from the java test code, this was legacy, just finishing the job
        
        Change-Id: I2475efcde561cf10b29ea956972cddc06ec5635e

2014-08-14  Noel Grandin  <noel@peralex.com>  [25e4635d3537bbdf389301bceef5b122824e98af]

        clean upo runner.lib.TestParameters
        
        - remove unused fields
        - make all external code go through the get(XXX)
          methods instead of also using the default values
        - remove default values
          declarations and inline them, since they are now unnecessary.
        
        Change-Id: Idc875fbd133de90044647f3e3b1feb225d81a643

2014-08-14  Noel Grandin  <noel@peralex.com>  [1714027ebe17fdce9a2cb46bf852886ea23a22ca]

        clean up formatting
        
        Change-Id: Ib81b58a6fbcd14a4902bd0650117c07f08088ad6

2014-08-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [59a68fe4ad8ca32fb016e4f1955ef6c18bcd3044]

        Add rng schema for model.xml
        
        Change-Id: I1b75c5c42a131c7994868ea3261120c6a5b7650e

2014-08-14  Thomas Arnhold  <thomas@arnhold.org>  [a7d21497094f0320916d4f6f99af1439ad2c3eaf]

        warning C4189: : local variable is initialized but not referenced
        
        Change-Id: I650fab8227fd8b6aeb4fd4d420cb820aefd80271

2014-08-14  Tor Lillqvist  <tml@collabora.com>  [4891de14fb369bfe82961e37d3b34aeb65ded44b]

        WaE: C4189: 'aTests' : local variable is initialized but not referenced
        
        Change-Id: I3526b45c374511b77086ffd81566cc1e9b813142

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [d5642fe00cfd23d1470fa2062a93b30a612bbadd]

        warning C4702: unreachable code
        
        that's a real bug in f6e7b94042070241cd1cfb1d7f8610fe1801b4f2
        
        Change-Id: I46b9f6000b4c5e3b4aec44d96100cb41b6a8b41e

2014-08-14  Michael Stahl  <mstahl@redhat.com>  [62f9179110482b97fa0ffe3218b3e9da9644292f]

        spurious warning C4189 local variable initialized but not referenced
        
        Change-Id: I67ac7757a05dfba5724f8f73856e0a23194adaf8

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [288d12ba9733443c96f92c42da26edaabd831b66]

        warning C4245 signed/unsigned mismatch
        
        Change-Id: If6222d61a6c75996ce5c40b3eae7895982c49b4a

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [d7e5ad0bb2ef455254261f2f30a13de6a948f1ed]

        warning C4189 local variable initialized but not referenced
        
        Change-Id: I6047e0fc10bb6de0009da40855a97df89904cb0c

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [6ec885c9ff4f074f7b163c314cebda1da32d7057]

        warning C4245 signed/unsigned mismatch
        
        Turns out that mnVisiblePageCount is actually never read.
        
        Change-Id: I6bded733bb551525a6143976ad4c4447a5a56773

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [cada99ef062a5676fe27c8933fb4a585b694807c]

        helpcontent2: somebody messed up the submodule again...
        
        Change-Id: I7c7888ffcc613c1627ad2ed69db68ff64f596a85

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [57c59b2466afbff92bd50daa27dbe3234fb3a192]

        warning C4245 signed/unsigned mismatch
        
        Change-Id: Ibff6c806c287a2303cdf3b1942d5d5014a73bd30

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [c980d4970b7c19463739d6584632304f9a5d536d]

        warning C4245 signed/unsigned mismatch
        
        Change-Id: If28543252ee2265e9edd7d7963c1751bd21e754d

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [fb9927d7cbfe26215990bc8cce8f31e14bbb3c0a]

        WaE: C4245: signed/unsigned mismatch
        
        Change-Id: I91546defcc514649f9ef388838af2d40d82c7b67

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [0cddb93eb4dda90b646fe099c44cd1f6bc8645f4]

        check_table.py: use assertEqual()
        
        To fix
        DeprecationWarning: Please use assertEqual instead.
        
        Change-Id: Iae7cb50dd968d055b106e35baa7eee526a50bf6d

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [84abae8c5253b1d87740a9db6eba6bbaa444c3a0]

        Sync oox -> writerfilter alias for relationships
        
        See 656ab07b2924dd2703f31f460c8586c375c7878a (Sync oox -> writerfilter
        alias for wordprocessingml, 2014-08-10).
        
        Change-Id: Iaa28855fbef836768a21d5b3153a1d5c2cd0d685

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [38f259e79cb2784834f1f5d4ea196f46826c5164]

        win64: make openssl work
        
        fix windows style path separator to unix style, needed for cygwin.
        
        Change-Id: I4de78d6901378644857c28a59467b59ef886f47b
        Reviewed-on: https://gerrit.libreoffice.org/10855
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [487c48b8b5369df224657b3ceb745102747c2163]

        Remove unused action element
        
        There are other action elements directly under <resource>, those are
        used, but not this one.
        
        Change-Id: Iba0f844230fa91fc33ff3b1f2a40a651819fa2cb

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4dd5338f3836a0ed8b72f47bf90929fb376ea04e]

        RTF import: let SHPRW == 4 imply ooxml:EG_WrapType_wrapTight
        
        This does not have an effect on the resulting document yet, but handling
        "tight" properly is necessary to support wrap polygons in the future.
        
        Change-Id: Iff057a1f9aff792b9c0ad5e601f2024bc60383cf

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [7659d1b6330631c6bd3e6a83006865708b905da5]

        WaE: C4245: signed/unsigned mismatch
        
        Change-Id: I070123efc658484a54800743cdd447a1cd2f89d3

2014-08-13  Takeshi Abe  <tabe@fixedpoint.jp>  [03889338f65ece7cac8e881b883db454e95e8fd7]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I265d3a51a4eabee734e7ac15841f56bcae0807e4
        Reviewed-on: https://gerrit.libreoffice.org/10916
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [142d527a6be9d21631253477cf06c03f54657ef9]

        Make NSS build also as 64-bit ARM code for iOS
        
        Change-Id: I03cda6ca1886a3cfad87cc438282eeea8c2a5299

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [1f14417bb0418adcdb267632f064ccde151792af]

        Clearly we should be moving 64 bit values here
        
        Change-Id: Ide34abab9417b849ea58aafab386e13e67d240be

2014-08-13  David Tardon  <dtardon@redhat.com>  [b907e110e6effb9def6d380b8c615904ea8f4cdc]

        Updated core Project: help  1fbcc737e36231426bedfdca0b172bbb90279d64

2014-08-13  Szymon Kłos  <eszkadev@gmail.com>  [5cb5c24cc6087e8fc692b5c45248a574801bc2c3]

        RID_SCDLG_DAPISERVICE conversion to .ui
        
        Change-Id: I4194af3033f6591c7a8ca219aebf2ef816edcd63
        Reviewed-on: https://gerrit.libreoffice.org/10915
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [885506bafbab12db992ac79d921101b412257cae]

        WaE: C4245: 'argument' : conversion from 'int' to 'size_t'
        
        Change-Id: I43d15b84f78d9904b09e8df9e36013878e7a4147

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [b409ca53a59b5fb9978a81f6e395775b3577e179]

        warning C4189 local variable initialized but not referenced
        
        Change-Id: I7bea7063d924318eed07a2fad4ec88ea942302a0

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [6f2472e8d1451837500d76c7e705331b28fd33d9]

        slideshow: prewin.h/postwin.h included twice
        
        Builds for me without that...
        
        Change-Id: I6db654098ee8f93a0cad80e7534c694971aebf5d

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [bbcbfd515b188f641abcc80307a7213baf6a76a1]

        [loplugin:implicitboolconversion]
        
        Change-Id: Icb50487eb466f547f6b382155f6ce9099fb32aaa

2014-08-13  David Tardon  <dtardon@redhat.com>  [a8525fe5cf2ba834ae39e7bfe078911d94957a70]

        fdo#82418 prefer UTF-8 over UTF-16
        
        Change-Id: Id2c990d24dc942a6d061146ea88cf53ee29a1c3d

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [1cf299efcce79c686544d2ff034f916f93f69920]

        l10ntools: suppress warning C4245 from boost/crc.hpp
        
        Change-Id: I2ed53b4f902ae694fc064375e8a9cfeba32f9d1c

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [0201156f938af5bede5e3935048e81e88534ca10]

        salhelper: work around spurious warning C4189
        
        Change-Id: If919ca6da332bb94419a25253a5d6dec7243def9

2014-08-13  Takeshi Abe  <tabe@fixedpoint.jp>  [a247b8257a904372fcc2330bd8820176d4a71ebd]

        fdo#75757: remove inheritance to std::vector
        
        ... by replacing the following 3 classes with typedefs of std::vector:
         SfxObjectShellArr_Impl / SfxViewFrameArr_Impl / SfxViewShellArr_Impl
        and the following 4 with typedefs of boost::ptr_vector:
         SfxChildWinFactArr_Impl / SfxMenuCtrlFactArr_Impl /
         SfxStbCtrlFactArr_Impl / SfxTbxCtrlFactArr_Impl
        
        Change-Id: I1754bd19ec418a3e7ba5c47fb6d8568e8fca9b29
        Reviewed-on: https://gerrit.libreoffice.org/10891
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-13  Michael Stahl  <mstahl@redhat.com>  [a8c503a69c467526ef80ec36b7916e7b931f9101]

        gbuild: MSVC: disable warning C4373 again
        
        Making our code acceptable for ancient compilers that we don't use and
        that don't actually support C++ is a complete waste of time.
        
        (partially reverts 856b7f5f783471388cd811d92172cc1d2da7e331)
        
        Change-Id: I26a1a67d8c4beb31d6c0c301a56a948552683422

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [6e4ab42cd036886e7198c084ab69ae8cb44ceb2b]

        Oops, partial revert of 5ba86251c08ea9a9297afd2c1d8f57adaecc3d03
        
        Change-Id: I180aa42ff2d97bad921603c20a0834aa3315526b

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [5ba86251c08ea9a9297afd2c1d8f57adaecc3d03]

        WaE: C4189: 'isTRUE' : local variable is initialized but not referenced
        
        Change-Id: I84859c105c5f91ec66f075dd96be865ddeb71e33

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [450f6a177b93c3417fbc73a99f1de3f5c28376d2]

        WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short'
        
        Change-Id: I2631ff653377b58dde5ae135571fd669cfbf9d30

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [37ecf082378a94d28d90b6f7639b0815484d9e3e]

        RTF import: fix handling of RTF_SHPFBLWTXT
        
        Commit 6cac123a8de8357cf11d9b5f818233889d729939 (fdo#45183 import
        RTF_SHPFBLWTXT, 2012-12-27) fixed this already once in the past -- fix
        it again, this time with a testcase.
        
        Change-Id: I0cbbfb1ba4eef42b2ee32f6f77065afaad3ddc1b

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c491f05d566b7c327f536a94b4b78f6cb9b91de]

        Remove unused default attribute
        
        Change-Id: I66e78b7815173ec9181b9449252da740c10f09ec

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b3869cf74473eb58a1b756b67f60c5263f9e7cb]

        libmwaw: avoid 'MWAWDocument::isFileFormatSupported()' when opening .doc files
        
        There is only a single libmwaw switch to enable both "noopt + symbols"
        and "debug messages", and we enable that switch in debug builds.
        Backport upstream patch to avoid a debug message during type detection.
        
        Change-Id: I53440ceed90529e3db7c9d91c788c7a3b2723eb1

2014-08-13  Noel Grandin  <noel@peralex.com>  [5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c]

        remove dead java constants
        
        found by UCDetector
        
        Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351

2014-08-13  Noel Grandin  <noel@peralex.com>  [4a4127d2c4d9e70b7747ae7683f94a1f046893b3]

        make some java methods private
        
        found by UCDetector
        
        Change-Id: Ic2edbc85194731116aac34064238d11ef1926a98

2014-08-13  Noel Grandin  <noel@peralex.com>  [5ca7fa8db244f225d680f86d6eceefa69eb35b6d]

        make some java fields private
        
        found by UCDetector
        
        Change-Id: Ib4cf18be134c3177cb123191e963bb43b7e6de93

2014-08-13  Noel Grandin  <noel@peralex.com>  [01c042471d35ecaeb7362c64436e090c7164a140]

        remove unnecessary use of Java reflection
        
        Change-Id: I1cbbd8ee34684ec0fd74cd59529276b31eb7d1c2

2014-08-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cb2573cd3a7082e68aae03779f9bc08d9d13d8c]

        DOCX export: write qFormat for style names having an STI number
        
        Change-Id: I1f1bf0cf14bbd7b6253489f27753bdb2ec81fe35

2014-08-13  Caolán McNamara  <caolanm@redhat.com>  [947edda9871881161d2b59d7b041156a03cd47fd]

        m_aDevice may be null
        
        Change-Id: Ibd4666bd185198e0702a498d5648f1e4d5580e11

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [09f5922baf2cb455553d08a96d0576f7f8a45d16]

        Add code to test encryption and export to .docx on iOS
        
        Conditional on the environment variable
        PTYL_TEST_ENCRYPTION_AND_EXPORT, eek. The document is written out
        using the name of the input document with .new.docx appended.
        
        I placed the function that handles it, somewhat arbitrarily, in
        sofficemain.cxx. The invocation of this function is, also somewhat
        arbitrarily, placed in TiledView's drawLayer:inContext: method.
        
        Quite possibly this test functionality occasionally causes solar mutex
        deadlocks or whatever, but at least in Xcode, when one has placed some
        breakpoints in it, it seems to work. Which is what matters, as this is
        code for manual testing, not invoked normally.
        
        Change-Id: I38bb4b406edf47f0f24857b6044e3bf4eaf17c34

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ea59fd0bb19dafabcfdacf16fcc27f46796df4c]

        clean configure.ac enable-opengl for windows
        
        It works now and should get the same treatment as the linux version.
        
        Change-Id: I382cc7cae9358ce26e0c2d85acc6a67e991d8118

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f0259d73f78e6a5ec08d2fe4941612a5b9fdb0e]

        fix invalid memory access in dx bitmap code
        
        Change-Id: If3a495ab2db068f37dcee184e61c0c1e66f09666

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bad93f5d5f9ace2c8bd0a30acbee51f56bd73e8]

        enable opengl by default on windows
        
        Change-Id: I04cd67cce88563c0e1d82af984ccd3e6516b69cb

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [2358ccec7e4842cdf95f82373dfc521bbaf44e8c]

        WaE: Unreferenced function definition
        
        Change-Id: I1b5d3f881e82cea90fcc4e97c837251e340abffe

2014-08-13  Noel Grandin  <noel@peralex.com>  [77fb64eb36d4c1f82c3fee81b83bfe338e6cf1a0]

        connectivity: remove pre-Java1.5 workaround
        
        Change-Id: Ie35a308d012e75e3aa73dc81d06f0a39a881760b

2014-08-13  Noel Grandin  <noel@peralex.com>  [34bcf9b498bccb5c924f4cec850ff15d88df6f07]

        java: remove dead methods
        
        found by UCDetector
        
        Change-Id: I219caa8e680dba5a395541a778df6144841c4dde

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [347926e8e57c1825261daa46c1886aa2ebf9571b]

        We seem to need the tdoc UCP for saving
        
        Change-Id: I2d721c62a0fd7497f90a0613b4383949220795de

2014-08-13  Caolán McNamara  <caolanm@redhat.com>  [a498fb83318308427414103c158e186c6b20ff73]

        callcatcher: another round of ResId ctor removals
        
        Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9

2014-08-13  Caolán McNamara  <caolanm@redhat.com>  [ddc178e07d92bef3d0ca3cc6de5917d8ebe10dc9]

        valgrind + bff: don't add 0xffff oldcode
        
        Invalid read of size 1
           at 0x9DC6247: GIFLZWDecompressor::AddToTable(unsigned short, unsigned short) (decode.cxx:117)
        
        Change-Id: I9cea8dcd4a5eeaa1e793b9be96f82854b9d088af

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [60fddc87313d7dd0569af2bd15a27e7ee173de3d]

        textenc: disable failing tests on Windows for now
        
        They were never working, at least since
        65f82ca62922e2c487ba72b6d67ea7e3a03f8ebc
        
        Which changed some mappings, for example:
        
        -check( RTL_TEXTENCODING_IBM_437, RTL_TEXTENCODING_IBM_437 );
        +check( RTL_TEXTENCODING_IBM_437, RTL_TEXTENCODING_MS_1252 );
        
        But I don't know if that's the root of the problem.
        
        Change-Id: I09f640a6c92a782f99d79405aab5f5dd2b992c6d

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [57fd10220a2136269a0890128f643572877251a9]

        warning C4706: assignment within conditional expression
        
        quite useful in this case
        
        Change-Id: I2f9a5ef8ea9faf7a1ce62bd9b4925b3f36b19d1a

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [856b7f5f783471388cd811d92172cc1d2da7e331]

        msvc: enable some warnings, as they are useful
        
        Change-Id: I30d1b5a5f5c21f6bb520fb9a36cdfc5445be1124

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [2bdefe6d83719015fa6d59ed2cf11747cd6e7123]

        warning C4706: assignment within conditional expression
        
        Change-Id: I4295cf0a26a79848988d93df589e6e8e7d699989

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [0bb694f780a45de97f179a09ef52866164c389df]

        warning C4706: assignment within conditional expression
        
        Change-Id: I888a06feebc55a0caee8d3333fe26c22b22ce620

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [e6ea7d9329f29fb864fbd0a5d4a62bd2b9d6f544]

        warning C4373: 'chart::ChartModel::setWindow': virtual function overrides...
        
        ...'com::sun::star::chart2::X3DChartWindowProvider::setWindow', previous
        versions of the compiler did not override when parameters only differed by
        const/volatile qualifiers.
        
        X3DChartWindowProvider.hdl defines it as:
        
        virtual void SAL_CALL setWindow( ::sal_uInt64 window )
        
        Change-Id: Ie1b9f940f54df8901c74402a3baf475a0165c5a2

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [986b8dbf76b7bcf6e8a184a7576a1cea9e16658c]

        warning C4373: 'ScTableSheetsObj::importSheet': virtual function overrides...
        
        ...'com::sun::star::sheet::XSpreadsheets2::importSheet', previous versions of
        the compiler did not override when parameters only differed by const/volatile
        qualifiers.
        
        XSpreadsheets2.hdl defines this as:
        
        virtual ::sal_Int32 SAL_CALL importSheet( const ::css::uno::Reference< ::css::sheet::XSpreadsheetDocument >& srcDoc, const ::rtl::OUString& srcName, ::sal_Int32 nDestPosition )
        
        Change-Id: I286fa542a2124a85d7b835f257865f8a05c23f96

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [1e61e181694b602ea7308533f6d5dc3c6c4292b8]

        warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'...
        
        ...signed/unsigned mismatch
        
        In history this was sal_Long and then converted to sal_uLong, but the
        test never got aligned.
        
        Fix it by adding arbitrary element counts starting from 30.
        
        old: getCount():
        {-5,-4,-3,-2,-1,0,1,2,3,4,5,6,7,8,9}
        
        (With -5 silently converted to SAL_MAX_UINT32 - 5)
        
        new: getCount():
        {30,31,32,33,34,0,1,2,3,4,5,6,7,8,9}
        
        Change-Id: Ic13678094c7bb4dcd122727f028c910513609cef

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [5824c22abf7abc341b669b4e42dddf0d6f4a36ba]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I270141baba4f9f6331871b33328bd673050509ed

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [5f15f188591abf83747ecf230c61af75964d6292]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: Ic8a76a9ab73a3466fe155e2ca8eecedeb6e810c9

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [2ccfaafb3eac63501a8285bc26f3f4bdbd65b084]

        warning C4245: '=' : conversion from 'int' to 'sal_uInt32'...
        
        ...signed/unsigned mismatch
        
        Change-Id: I852ddf97dd1749e409baf74d9af72ec459f574ee

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [6632987e02679c159e18bc90906640c7162009b7]

        warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...
        
        ...signed/unsigned mismatch
        
        Change-Id: I659db5cf9e1e1e682f27b689a06f28a123a9e82b

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [ac2126879d3e348bca332ae8b2b0da6605c89082]

        warning C4245: '=' : conversion from 'char' to 'sal_Unicode'...
        
        ...signed/unsigned mismatch
        
        Change-Id: I788877bdd47847cdf23013ef3fd69699e886d468

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [28447075ea4b385ebf75f34d76226388c228b80e]

        warning C4245: 'return' : conversion from 'int' to 'sal_uInt16'...
        
        ...signed/unsigned mismatch
        
        Change-Id: I24b853330321a6849dc662d1702efc26642dd0b2

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [578d3fc5e640e0d61a2c89daaef7b0101a003052]

        warning C4505: unreferenced local function has been removed
        
        Change-Id: I2b9b43c40a467dd369f1eeb3623be388c51d3b4d

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [945f9001ed2fee3ede105063933f01f12f8fd881]

        warning C4505: unreferenced local function has been removed
        
        Change-Id: I4a96bc7156e0d4369bf3bfe599529df9f12ab318

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [bcad6c7e93861ca23eba4a44f1c11d2a3d9c48e9]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: Ibe6ee8225da0090656fbec3ce2253b2c42ddff78

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [a445eb43568ec5fc1bf2fcb3199aa045696ccc6c]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I83493466051649c9786cead0486e3112bf1eb5a4

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [c7b0ec89248fc2f781b1e77b92a580619bb23467]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: Ib1f69c0a37452f980b115a52666c85fb1e26ff74

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [1e0237b3739288acdfcc4a9bbc62798a671afb20]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I365a0a86b66aecd2bb733b0f09c4b0f9a6063b5b

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [544434c534e280ba7a13a5f9e9377ffebb7151fb]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I75092737f69b92bb46ea6bdd619aa54c759d8d65

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [e094863117887b38a379982ff08695acae8e0e15]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I255c1e9accad3c48f4151ceda6cec55c6cac4218

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [ad07270f802583e65bdad7d67daf5e09234f7a43]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: Idc096dd366284503b397a51e708647d026b64eb0

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [6c4ca2ba89336619cb093947cda664f37e0e1d06]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [51f4c781c3c9fd33421ff94a898dadafacd2549a]

        warning C4189: local variable is initialized but not referenced
        
        Change-Id: I941898ecbd8f3c73d39878390cdcb89119a3bbaf

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [226fbf44ebc12b2e0e377457227a922a3f95183e]

        warning C4242: 'initializing' : conversion from 'size_t' to 'const sal_uInt16'
        
        Change-Id: I80336164803a494bdabaa5e142ac91c2e6d26911

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [6da43412281a74d67ac4f64222b5eb89793f5b95]

        warning C4242: 'initializing' : conversion from 'size_t' to 'sal_uInt16'
        
        Change-Id: Ie5e64701a011768d861607a2e4267d75b995413e

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [24c35276a97a3140b9ac655f4d9f35373b1ad6d1]

        warning C4242: '=' : conversion from 'size_t' to 'sal_uInt16'
        
        Change-Id: I892a0418125e9c660577d6acccf78e82c2b7f56c

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [9662166fb06f18ff73ad4b0d56e7efc8ac1d7c82]

        warning C4471: 'DataTypeEnum' : a forward declaration of an unscoped...
        
        ...enumeration must have an underlying type (int assumed)
        
        Change-Id: I51033adab7318f8bca5eeb325e522376e9e8c3ab

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [c9d7b9fdc47b9321e0d876863a6ab4ef6052803a]

        warning C4628: digraphs not supported with -Ze...
        
        ...Character sequence '<:' not interpreted as alternate token for '['
        
        Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [ce2e9796f1749554c61ead6c9e1709270955eba5]

        warning C4365: '=' : conversion from 'int' to 'sal_uInt16', signed/unsigned mismatch
        
        nhAbsLeftSpace and nInhAbsRightSpace are sal_uInt16, no need to cast them...
        
        Change-Id: I9cb4b683d0096f6cd0968f4ed510983dc105038c

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [9f164e942d0e58cf0c9fe512e6496b307060f38d]

        warning C4365: 'argument' : conversion from 'sal_Int32' to 'sal_uInt32'
        
        Change-Id: I2836ce249e57b1129947616f85894afc16b45547

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [4469c60ad800a7cb58aca0ebee488a81dbf98fb4]

        warning C4296: '<' : expression is always false
        
        sread doesn't return negative values
        
        Change-Id: I72caa9abe7081b7d88e412510d70ec3810634af1

2014-08-13  Thomas Arnhold  <thomas@arnhold.org>  [7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9]

        update_pch
        
        Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda

2014-08-13  osnola  <alonso@loria.fr>  [46f52010e08ebc03c8a8efacd887b0ab526efaed]

        fdo#81787 attrs are already XML-encoded by libodfgen
        
        Change-Id: Icee62e1ec9cee71930bcd52dbab850396fc96efa

2014-08-13  Noel Grandin  <noel@peralex.com>  [b20a5c7be0769c05c645d20b765726b279b4245d]

        fix makefile
        
        after my commit  cc6bd12  "java: remove unused enum values"
        
        Change-Id: I9f2f151c0c9a40f39fc235fa65b8324b9cb40027

2014-08-13  Noel Grandin  <noel@peralex.com>  [d01a7e744016a1f28ccb4376dcc6db16e6fc18d9]

        java: remove unused member class
        
        found by UCDetector
        
        Change-Id: Id02478d3d151bd01cea50aeb454c02c2bc4d1baf

2014-08-13  Noel Grandin  <noel@peralex.com>  [4155c28ae1700e853d598077a08a6ba6c1a94e06]

        java: remove unused interfaces
        
        found by UCDetector
        
        Change-Id: Ide8b3b5c9969048aff84eed16b9eea096abad349

2014-08-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c5581d19c6c5d857c4117e72cb022dcfc9561409]

        android: Add logic to change document parts from sidebar
        
        Add click listener for list elements (parts) in "drawer layout"
        side bar, add new LOEvent - change parts, propagate the change event
        up to TileProvider, call setPart on LOK facade, clean all tiles and
        redraw.
        
        Change-Id: I711e0fb5e7e867cef87f97b96f1292d7c6801083

2014-08-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3b9e7f49efc84d474151f6818a77de635efd3a47]

        Ignore exception when service ScannerManager is unavailable
        
        Exception from an unavailable service ScannerManager propagated to
        the top. This caused that presentations in android crashed
        (DrawViewShell wasn't initialized).
        
        Change-Id: I485d0cdad05e4d2d6096042e5762c0350a8339a9

2014-08-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8da923dfa6663197aab6f53ac03b97a3ab8fab40]

        reduce code duplication in LOK init.cxx
        
        Change-Id: I65335a2d0fb6e1ff46e3302463fbcf396fbea215

2014-08-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8a1ad93aa41e1749eb6f1eedf1f25015d15f41e7]

        reduce code duplication
        
        Change-Id: Ie5910239d7a54a29262e556af779bda9fa2dddca

2014-08-13  Noel Grandin  <noel@peralex.com>  [cc6bd1254296b8dccbf4af2e1138e640d11df2c4]

        java: remove unused enum values
        
        found by UCDetector
        
        Change-Id: Ic07be7e34204b5d838a722e1ce6038506a771144

2014-08-13  Noel Grandin  <noel@peralex.com>  [8583da1e934a49791ef8d86668f3d5c3c5dae1d7]

        java: remove unused fields
        
        found by UCDetector
        
        Change-Id: I4a7c56a9918054c23469de5680658e7b501f0165

2014-08-13  Noel Grandin  <noel@peralex.com>  [68cd011c907d00493bf2bfde531c1e244819596b]

        java: reduce scope, make some methods private
        
        found by UCDetector
        
        Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e

2014-08-13  Noel Grandin  <noel@peralex.com>  [70f56bc22fe952c75ec714e05e1bb5296491a36a]

        java: reduce scope, make member classes private
        
        found by UCDetector
        
        Change-Id: Ief32d078090102b14b60b35fc36542f8d4fb252b

2014-08-13  Noel Grandin  <noel@peralex.com>  [2b3a801014b4891cd24ee4b61206652ff1cc6e73]

        java: reduce scope, make some interfaces private
        
        found by UCDetector
        
        Change-Id: I4e1051c041e62b8317b10a5d7d990c77b1acddf9

2014-08-13  Noel Grandin  <noel@peralex.com>  [da677dfd59c2b551f3335ee0a5d5dfb33f9869c5]

        java: reduce scope, make fields private
        
        found by UCDetector
        
        Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6

2014-08-13  Noel Grandin  <noel@peralex.com>  [14d1a11ec4a7ed0deeac522403248536e8d23f57]

        java: reduce scope, make constructors private
        
        found by UCDetector
        
        Change-Id: If05277fd2fe77ceabb4c7c87aeb8569e3406102d

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [cd0bbdaf379d646c94e6771f3358d7e3a8f206ad]

        '>>' should be '> >' within a nested template argument list
        
        Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [369b84e847802d77e7469f4ed71400c20e23039f]

        We don't build libxsec_xmlsec for Android currently
        
        (Because we don't build NSS for Android, so it would be pointless to build
        libxsec_xmlsec. Or something like that. No doubt at some stage somebody will
        get the great idea that we need to build NSS for Android, too. But postpone
        the pain.)
        
        Python experts, feel free to generate the ifdefs in this script in a more
        elegant fashion. Surely it would be better to somehow mark those entries in
        the table that should be optional with the corresponding condition, instead of
        hardcoding tests for 'sb_component_getFactory' and
        'xsec_xmlsec_component_getFactory' in four places.
        
        Change-Id: I69255ab4966605849a2f3335d45a2bc0366f3ab9

2014-08-13  Tor Lillqvist  <tml@collabora.com>  [43983f88763c2b1cf25d5360be6aabfe3c003422]

        WaE: 'bIsSdtEndBefore' may be used uninitialized in this function
        
        Change-Id: I8b906d495ccbb463dc91a21b03b05a40a0acdbf4

2014-08-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0da2a52dc13e594c9196de9b28cd12c6800001b9]

        use references where possible
        
        Change-Id: Ie629d3d8b6d3048a0b34bb80f27eba6044d7f695

2014-08-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [80fe3e318b6ca4f179dc82a35078888533480afa]

        consistent variable naming
        
        Change-Id: I81012a46abd6182c04f1939b6451b18fbbdec646

2014-08-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [db8c473cb73c6fc6aaf0e36e88e1b2ee000f4f6e]

        fix warnings
        
        Change-Id: Idced64d57ea850961d67e83e082b51dc9442cc0d

2014-08-13  weigao  <weigao@multicorewareinc.com>  [0cb5939f72288d175f2977d4c832ab7ff1edbf18]

        modify screen text color to blue
        
        Change-Id: I80435a980550a2b74657442ef1b44ca8e3825a97

2014-08-13  weigao  <weigao@multicorewareinc.com>  [b80cd0c555a203eae63d97fdd8d55a6f5364f875]

        add scroll screen text
        
        Change-Id: I619af23f2ea8df2878e2161e99626b09b947a31b

2014-08-13  weigao  <weigao@multicorewareinc.com>  [916b1403de2f1c8062a8378d98d45ab195764700]

        add click and history screen text
        
        Change-Id: I7aba9fcc0a5ed96de722f9334476da6763221ab0

2014-08-13  weigao  <weigao@multicorewareinc.com>  [7a91a493b24dd4a90dc375c71d23b5035169502c]

        add data update text rendering
        
        Change-Id: I022bb00b3704fd3e6bc00a625016716cc7092a99

2014-08-13  weigao  <weigao@multicorewareinc.com>  [76fa54819b0445c9e6b85db2729540a07b4601ce]

        add function of adding screen text shape
        
        Change-Id: I0f40081a0855bc8e43a8d4761222bd351b5d6f0c

2014-08-13  weigao  <weigao@multicorewareinc.com>  [212dfdbb92344cac86f8a511697b148ddd00678d]

        add render fps rendering
        
        Change-Id: Ic0c8c9a05079a4d4b715f90eccffb7c4ae8260c9

2014-08-13  weigao  <weigao@multicorewareinc.com>  [05ecb52d2bc95dcaceb47df8f09b5bfbe924f9b7]

        add position control to screen text
        
        Change-Id: I6bf340acb3aa50f2ce534b10d5be32c4615b0688

2014-08-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [692878e3bb83c0fc104c5cca946c25ccf2d84ab2]

        bnc#822170: Let's not even try to export invalid chart objects.
        
        If we do, at best, Excel will complain about the document needing
        repair.  At worst Excel will skip some of the other valid drawing
        objects from being loaded.
        
        Change-Id: If3794d0ae9d8b44b124020bb12b5369dfebc95ae

2014-08-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1e68aabdeaacd8d4cac94d46925a55e2a93880d7]

        Don't export builtinId of 54 or above.
        
        Change-Id: I5ab651e0c92ab032d892080f979aa4f53295a8b6

2014-08-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3c99db4ca0405ab74f0e327ef9444c6cfdb7fc5b]

        fix problems around shaders
        
        Change-Id: I1577fb81cb3cf1fac3f5ba5d560d96cb83d4483d

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4ed7cc37eb50380b3eccfba12edf08805dc25b5]

        make OGLTrans build on windows
        
        We still need to fix a number of issues around pixmap to make it really useful.
        
        Change-Id: I747d735d043d91d51809801edd9b778622b6063c

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [140b031935da665c3cd75d89d2dc685d82f04b1c]

        we always have GLX 1.3, even on the baseline
        
        Change-Id: I381aca6e09a63d21bcbdf2625c4d829f84819bf8

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69e95b394616d0384e70dc6dad335eefce6a2dc2]

        remove useless OGL transition shader code
        
        Change-Id: I8930aab2b4d3fd00916f12b86fa06b5e011542ac

2014-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [282c16a3713e23b3a594e7d3fbaa5b36491b86f6]

        fix OpenGL canvas windows build
        
        Change-Id: Ic6ed9c69003fa79a60310dc0b010ffc0ca868791

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [1f4d9846aeb40af1fbb0126f666766fe6c60d8ff]

        Refactored IDocumentExternalData out of SwDoc.
        
        Into the new class DocumentExternalDataManager.
        
        Change-Id: Ib863daec170044c46143b47a91739d4c0940d963

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [535971f3a166da6c0e44a6b7211c7f8c298f388f]

        Refactored IDocumentStylePoolAccess out of SwDoc.
        
        Added non const SwDoc::GetDfltTxtFmtColl and SwDoc::GetTxtFmtColls
        and SwDoc::GetCharFmts.
        Had to make the manager friend of SwTxtFmtColl and SwConditionTxtFmtColl
        Had to make SwDoc::_MakeCharFmt and SwDoc::_MakeFrmFmt public.
        
        Change-Id: I19a36d91f92b3781a6c4313ec12eb8f7d4dfacc3

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [5494954b269267f6ee3bdd5ac73e7513fa69978f]

        Refactored IDocumentLayoutAccess out of SwDoc.
        
        Into the new class DocumentLayoutManager.
        
        Change-Id: I02d0cfcc63633d0bdab380508b2ef563187fd269

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [64e13a1456c44ef3461c2941bb3be15c3eaf478e]

        Refactored IDocumentState out of SwDoc.
        
        Into the new class DocumentStateManager.
        
        Change-Id: I91c9097b091ff6118d58fd15fff2a4cefe0171fd

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [9cc617afcde381dfe0164570771ee8c255bdbfbe]

        Refactored IDocumentStatistics our of SwDoc.
        
        Into the new class DocumentStatisticsManager.
        
        Change-Id: I281232dc09dbd79c2faf3c2a78ae49625bbe88ee

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [9d43f6d2c48373811290c82aba190a39c29512cc]

        Refactored IDocumentLineNumberAccess.
        
        This interface is obsolete and was deleted.
        
        Change-Id: I56d37814f6e43f083ab3d199237ade06db287e18

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [69e5f335abcd838ad6dac04f8e2d14f39856dc43]

        Refactored IDocumentFieldsAccess out of SwDoc.
        
        Into the new class DocumentFieldsManager.
        Removed SwDoc::_MakeFldList because it is not defined anywhere.
        Also moved a few non interface methods that belong to the manager.
        
        Change-Id: Icefd7ca7adcbb05a18d6fae0529fc54150b862fd

2014-08-12  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [274f1811b92b870b8d450423d9b280b0889ca130]

        Refactored IDocumentRedlineAccess out of SwDoc.
        
        Into the new class DocumentRedlineManager.
        Added an non const version of GetRedlineTbl to the interface.
        Also Moved SetAutoFmtRedlineComment which is not part of interface.
        
        Change-Id: I600d5821d5d5831557f5fc5375fb1203fe67a295

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [b513f288275ae96f55e232f07bf94294c66e95a1]

        LO_LIB_DIR is used in nsscrypto_initialize() so must give it a value
        
        Its actual value is irrelevant in the nsscrypto_initialize() case for
        iOS, though, as it is used to form a pathname to a hypothetical
        libnssckbi.dylib (which does not exist for iOS, as we build NSS
        statically), and we patch the NSS code to recognize the nssckbi name
        specially in the static build case... Such elegance.
        
        Change-Id: Ib5015a18e86cc604f80433a676faa10ac76e04ab

2014-08-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7256a10fb6abcecdda5b5820be79940b14c51fc2]

        Write test for importing images from xls.
        
        Change-Id: I84a996d20ed7ce5f9ffa48644616e59186458243

2014-08-12  Luboš Luňák  <l.lunak@collabora.com>  [78131b6bfc16d739e28024407de253c84cb68a8a]

        show fly anchored inside selection as selected too
        
        If part (or whole) document is selected and then the selection
        is e.g. deleted, flys anchored there will be deleted too, so it
        makes sense to show them as part of the selection.
        
        Change-Id: I17bfccebc0cd305c19616159471f0f113c7e71d9

2014-08-12  Luboš Luňák  <l.lunak@collabora.com>  [2903d85d6197829633d7f96c95cd55821c2c20ff]

        fix deleting an image anchored to last paragraph in document
        
        It only compared nodes instead of SwPositions, thus refusing to delete
        anything anchored at the last content node. Also, select-all makes
        rEnd point to the last content node, after its content. So if
        an anchor-to-char image is anchored at the end of the paragraph,
        it points to this place, too, so that must be checked.
        
        Change-Id: Ie0ba6ed59f47e59492ad88577392884cadb52106

2014-08-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [95f0811c093680e6258f3bc973a3f7a3731a28f4]

        Revert "Resolves: #i125187# more precision where the BLIP graphic is located"
        
        This reverts commit 3ea17073114cae99d7c323f051a4a2ba074f043c.
        
        That change from AOO single-handedly broke all image import from xls
        binary files.
        
        Change-Id: I384ae8f286ccc9d39e64de9da5ef6458af0a0972

2014-08-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5fe1a59cb7408e9f6ce0e554f01c89fc44ab3041]

        Scope reduction in GetBLIP() & remove non-ASCII character (degree symbol).
        
        Change-Id: I306a22b087aceed5dbb6cb2e8b67e2501589ee61

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [d87cf30fe65e525f1cb50dbc5eecf2d623e7cfb3]

        More NSS static linking patches
        
        I noticed in the debugger that this code tried to load a freebl dylib, but
        after then making it link to the freebl entry point statically, I no longer
        see it being entered. Huh, confusing. Making NSS work on iOS to the extent we
        need is a pain.
        
        Change-Id: Iafc3785752587c38566441f566e187859022733e

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [f887a3e1d83b1607bb43c3d4957a2dc4c18b3d2c]

        Not true, it's the dylibs that are copied
        
        Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [5b4e745d91431e888da42f0c7c78c0445ae201c7]

        More object files not in any archive
        
        Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5

2014-08-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bab2c1be6c7fdd78332d29682947d4ae07d07398]

        Help on how-to add autotext
        
        Change-Id: Ia41a3478f5a59b4c13f676eb0e21d3b573456c8f
        Reviewed-on: https://gerrit.libreoffice.org/10889
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [8791017b0ed7fe47a4367e73e1728ba1d2b15d83]

        Simplify make file for autocorr and autotext
        
        Build mimetype file list with other lists
        
        Change-Id: Ia30fd6af9d312e4eb7d68b6460221a55f608a808
        Reviewed-on: https://gerrit.libreoffice.org/10887
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-12  Khaled Hosny  <khaledhosny@eglug.org>  [56dc7aecc3194dac8012ebc252fb893125f64ebc]

        Related: fdo#82259 not all STIX are symbol fonts
        
        The new "STIX" and "STIX Math" are regular fonts, as well as the old
        "STIXGeneral", so narrow the match a bit.
        
        Change-Id: I82341c3e9e5dd4e0323bf76096cba8890a82f0c7

2014-08-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [13d4f7b800a9f35717ed91f330b38513e0db4bc6]

        Grid and separarate "valid from/to" for CertificateViewer
        
        Change-Id: I32661d0ec57c9f855806a44349d20c8fe651f293

2014-08-12  Michael Stahl  <mstahl@redhat.com>  [555c988f3b896e16afc7bdd1bd98e48229599637]

        fdo#82165: ODF import: clear all shapes when removing header content
        
        Shapes anchored to the first or last paragraph survive setString("")
        so need to be deleted with some ruse.
        
        (regression from b8499fc3dcf474050f026b8d5cd1d9037bbe42b7)
        
        Change-Id: I00a8132583c45d1953c207932cc7f02f3065ae77

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [0765c16b6a738974fee600280b82dc46bb06b3b6]

        Consistency around SdrOnOffItem in svx/sxcaitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I1a88c73c8e4c764a6beadb8bb54910d868a12d93

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [81bf87fec424e1d907a866d439559b7d69dee0db]

        Fix apparent SdrCaptionAngleItem vs. SdrCaptionFixedAngleItem mismatch
        
        ...though it was like that ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import"
        
        Change-Id: Ib3efe7bf7a559ede52966f4763a9f9e748b6ba6a

2014-08-12  Eike Rathke  <erack@redhat.com>  [e04a4d2d2c18134556bb4e001d497ca7d66c6828]

        really do not write empty externalReferences element, fdo#45286 follow-up
        
        Xti records exist also for internal sheet references in BIFF. It is not
        enough to check for their presence, at least one EXC_SBTYPE_EXTERN must
        be present as SUPBOOK.
        
        Change-Id: I5553a28412465d83fd965b09908261141c51ea35

2014-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b818256d1c0f467d1064a0ebc1b17d079e74f38a]

        DOCX export: handle wrap polygon around pictures
        
        Change-Id: I83d9d42cd48ba4dcd86c6506c7dbd6493bb4d204

2014-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [959a843f48be63071c64ba9e20c9389ebc390e81]

        DOC export: factor out wrap polygon handling to to sw::util
        
        So that it'll be possible to reuse it in the DOCX exporter.
        
        Change-Id: Ib7371c92c4fd93d7c6f3271ca81311bac8f1a1a7

2014-08-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [bea342be301063d761f95177d8b65c88a52d1a1e]

        Remove unused default element
        
        Change-Id: I703f54ef8640f9be70f16441c330e53fce3f7489

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [198a775ebccc69e71b97f048d1d6c4b9651662ad]

        Related: fdo#82259 Show same preview for both Symbol variants
        
        Change-Id: Iafabbe5068a1817b5be717018536e0d31117c434

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [92f3e68cd107b48ca24563e27c36afa963f392e3]

        Related: fdo#82259 esint10 can't render its name either
        
        Change-Id: Idcb881613900001f237cf343e7bc485c170e4385

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [296e0a20ca60139ec9f59096f8330a0006804ca0]

        Some objects in NSS are not in any of the archives
        
        Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [d308eda13dc2168d166e51ec55e1655fb546f3f1]

        Use Chromium's patch to build NSS statically for iOS
        
        Change-Id: Ica2cf641bc54f6e924b759cd4cf96dd96347c53b

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [3442b004e6263cb0526b0c2d96318d21623eec2b]

        Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, too
        
        Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [323142c678d0b3c46d6a33c9e44c9a150d6fe3b9]

        Add some more source files for debugging convenience
        
        Change-Id: Ibc13ecb2ea154802bf2f7e06fa583460344bf6f7

2014-08-12  Tor Lillqvist  <tml@collabora.com>  [595e446affaf6da3061c10d1d865636fbf860370]

        Get rid of xmlsec_trace() and use SAL_INFO("xmlsecurity.xmlsec")
        
        Change-Id: I3e1db89de2019285ce313f9bae1375a5b82f6383

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [662af47c3c1628700661a8d5ccfee784f7e2195b]

        Related: fdo#82259 OpenSymbol doesn't have 0x2706 or 0x2704 so no preview
        
        Change-Id: I2164cb2c37c7b13759e47561002024fd2bb577f9

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [16076f120340673ad64df1614206f0e13e3539d5]

        Resolves: fdo#82259 use same symbol strategy on all platforms
        
        Change-Id: Ia4f0a36c8a95849b7c8551b930873e912b673537

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [b56bb5dce9a225bb0b8d6c57120da55e4cae7def]

        Related: fdo#82259 all the STIX fonts are really for symbols
        
        Change-Id: Id032f1b643199a57c6fc08ccf580a54ff2370861

2014-08-12  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [25e81910d1b560c7ef05a907abbf80fb2c647d32]

        Related: fdo#82259 list Apple Color Emoji as a symbol font.
        
        Note that this is a blind fix, as I don’t have an OS X machine.
        
        Change-Id: I43a98fbbee06117b914eae332d48b2793a266bce
        Reviewed-on: https://gerrit.libreoffice.org/10812
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [86f19fcb5a850181de51706fe4d1700aad174830]

        Adapt findunusedcode to the current libgltf
        
        Change-Id: I5f5e5f3c8b60e543892aaf683f445184e1f10f74

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [17aab9bd958f2c1ba7345808243bcc6c8dec2cdd]

        Generally better to have DLLPUBLIC class with some DLLPRIVATE members
        
        ...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3.
        
        Change-Id: I3f140f9f3a767f5ac8c9c2f13096d72f8ebb6d1c

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [e9d056ff4a28a4e7be833c22fd6d1e78f245ee43]

        Remove invalid and unnecessary downcast
        
        Change-Id: I2c4daa7057a4faf020b96b587c7a8348adeaeb58

2014-08-12  Eike Rathke  <erack@redhat.com>  [8c51532289db36337c4984baec1bf5a7ca9e40af]

        do not write empty externalReferences element, fdo#45286 follow-up
        
        OOXML validation spewed
        - (xl/workbook.xml:2 col:700) cvc-complex-type.2.4.b: The content of
          element ´externalReferences´ is not complete. One of
          ´{"http://schemas.openxmlformats.org/spreadsheetml/2006/main":externalReference}´
          is expected.
        
        Change-Id: I80552a0e9ffcc201d0462ac20ce37f6657e43587

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [382ad7386698ec994e7fe0bdd4f6f0cbaeacefa0]

         in replacement is *also* a GNU sed extension - not available on MacOS X
        
        Change-Id: Ic4efe84ba6e6d0e36b520957bc56d24e14161966

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [b59931d8a62f761022929f58f27d7ba22536b570]

        Resolves: fdo#81046 don't crash on compilers that enforce exception specs
        
        bit of a hammer here, the offending property is "IsSplitAllowed" if someone
        wants to attempt a more subtle fix
        
        Change-Id: I37ed623a9947473fcb5c9e2b987d7a3dd9147ffa

2014-08-12  rbuj  <robert.buj@gmail.com>  [43cda91057c2e5aeb361c9a5fde216023de37713]

        javaunohelper: Fix Bootstrap_Test.java & add warning messages
        
        Accept bootstrap parameters that contained more than one =
        Reject empty key
        
        Change-Id: Ie04364867d56d5687cbbc2c142ea73be90bbafdf
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [eda3beff19f95c634fa6f0320e7ab0f942f51f3e]

        Let building lpsolve fail when its ccc script fails
        
        (hopefully, the various ccc script variants do not include code that would
        unintentionally fail the script with -e)
        
        Change-Id: Ia04291983d99a8cf5a74e6a0078e179c17a93f2b

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [3dafed2edee8fe6e75b328f13d79014b611e7acf]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: Iff8db4c82abeeed0789d7012223a846f1058c353

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [20c0aaf75f2923bb7a00dc628b88c878073b8e19]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I44327db80a923c2ee8e762b3ba5f5de771b8610e

2014-08-12  Stephan Bergmann  <sbergman@redhat.com>  [176e99a965aad11e8d990d0966e7dafca6924a02]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I6ff5f855becc44d195ea8043e3c7c1a4873617c4

2014-08-12  Noel Grandin  <noel@peralex.com>  [e701b3f732fa7f70cb273183e9ae8dbfd840f5e4]

        java: reduce scope, make constants private
        
        found by UCDetector
        
        Change-Id: Ide9975e361ed17ac8cdcbe67ba74c563a9392d57

2014-08-12  Noel Grandin  <noel@peralex.com>  [cc4d76145f7b92992b885cdc58b4534e8c024ac5]

        -Werror,-Wunused-private-field
        
        Change-Id: I4632e78feb9ad7cae91427bd99bb48e980c06f03

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [73bb0fe7953f501747fb6b7c315beda4f253a216]

        Resolves: fdo#81972 determining capitalization of >=63335 char word hangs
        
        Change-Id: I929eb86021883852381df1edf8bf1fb2150e348d

2014-08-12  Julien Nabet  <serval2412@yahoo.fr>  [76e46a52706711c11f1f62373d0db5262dd2be2f]

        fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialog
        
        There's still a problem of order of symbols between menu shortcut and the 2 shortcuts in Customize dialog
        
        Change-Id: I7d8235130e8ddb8aa510a20cf803fbe81038b023
        Reviewed-on: https://gerrit.libreoffice.org/10600
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-12  Joren De Cuyper  <jorendc@libreoffice.org>  [ff12ec8ea00530768d5e07dcc9ab200ce7f54ef6]

        fdo#41350 "Expand Single Word" only shown active for "Last line: Justified"
        
        Change-Id: Ibe90d041f15fd007026676ea626c672a9805b263
        Reviewed-on: https://gerrit.libreoffice.org/10656
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [8994fac52888fb563751cb79aea88e2fde26263d]

        mysqlcppconn: do not force (partial) rebuild each time
        
        Change-Id: I2eb014f143dda22011161e82fbf06fcba32ce3c6

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [e2d2fa4f0663cf990c0595f8827ff9123c88d41a]

        Resolves: fdo#82413 crash in format->column
        
        Change-Id: I3af776c14ec0f224884488fdc99ee26ebbba7cb8

2014-08-12  Caolán McNamara  <caolanm@redhat.com>  [d24df3fc66614eda59d38f6ab409be73f8a20dad]

        callcatcher: another round of ResId removals
        
        Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f

2014-08-12  Takeshi Abe  <tabe@fixedpoint.jp>  [4347d844646907ba31dc1e0c7f53c5a93d986c2a]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I5781799bbd8cc321ff7f659013c6cf68b3253989
        Reviewed-on: https://gerrit.libreoffice.org/10868
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-12  Noel Grandin  <noel@peralex.com>  [9851925959c564e37235da29b3bd347ff1dc3d01]

        java: return value of trim() ignored
        
        Change-Id: If4cd3eb3e6db0c095796b0ff018162e855afa38c

2014-08-12  Noel Grandin  <noel@peralex.com>  [5656fe58a0e2083be45c0b9ca7aff41054d7146a]

        java: fix broken javadoc tags
        
        Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b

2014-08-12  Noel Grandin  <noel@peralex.com>  [1c496506bc0d720241e5f9877681197e3b6d576a]

        java: remove useless javadoc tags
        
        that are not conveying any useful information
        
        Change-Id: Ic37934b8cc376fcdcb3d295232452f411dfd43b1

2014-08-12  Noel Grandin  <noel@peralex.com>  [f086884fc33aabd4c9abb1efd8f6892dba4830cf]

        java: remove unused parameters
        
        Change-Id: If51df0579dad2496d88699e6c850976d7e89ca9b

2014-08-12  Noel Grandin  <noel@peralex.com>  [c218458ead60205addf997e251427eb08d889e94]

        java: remove unnecessary semi-colons
        
        Change-Id: I2eab5efff06ced09459adb407dbf789b8042a948

2014-08-12  Noel Grandin  <noel@peralex.com>  [2035213b0bdd7bf765679a7a912bd4a60bbcaf0d]

        java: remove unused methods
        
        Change-Id: Ifd5de2d7cd1fa6ac34e45b17293c9f245a554a37

2014-08-12  Noel Grandin  <noel@peralex.com>  [f35c72119657d82e32f6165f1d2ed2bad2bb67fb]

        java: remove unused fields
        
        Change-Id: I8d9196067d397dbd2c649b6c99011c193a60424f

2014-08-12  Noel Grandin  <noel@peralex.com>  [161a7e3a4bb4b50226ff2ab38e39a9c149001f7e]

        java: remove unused parameters
        
        Change-Id: Iefc29756fd02b6898803c8a7faecd55108e088eb

2014-08-12  Noel Grandin  <noel@peralex.com>  [d1d2d3296b9f98a5144022612d03f6cb419164e5]

        java: remove exceptions from throws clauses that are not actually thrown
        
        Change-Id: I9d0f9242c911d9dd05f2229da44a2e8305b3df6a

2014-08-12  Noel Grandin  <noel@peralex.com>  [b082fc648fbc4c43f992645df10187ca8fe4a584]

        java: remove unused variables
        
        Change-Id: I92400e4a6d794dae5198bf59b0e8ced0acbe348e

2014-08-12  Noel Grandin  <noel@peralex.com>  [0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8]

        java: add @Override annotation to overriding methods
        
        Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a

2014-08-12  Noel Grandin  <noel@peralex.com>  [e2e55a7c49079dfd896da6515b98d451e4c8735b]

        java: remove unused parameters
        
        Change-Id: I25b1976295b736fe3929c481bf9d2d81b523271d

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [e93bba26ddd8edbcc2852babc6b758ccd1ae39cc]

        git-ignore ure/source/unorc
        
        Change-Id: If6526bfa6cbbb74c32325cf03e2845957fec7be6

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [6ec17530c5c715e47befeb18646022b6ea54efdf]

        mysqlcppconn: limit cmake to the role we left it
        
        generate version_info.h
        
        Change-Id: I6ea57ef1403974d19a0dca1f76e40a6d68a9e44c

2014-08-12  Adam Co  <rattles2013@gmail.com>  [f91b81c24e21fffbee0d02d325171e684ca880eb]

        Add reference to 'DomainMapper' to some DOCX import classes
        
        The reason for adding 'DomainMapper' is to be able to check
        during import in these classes whether or not the import is
        in a 'styles.xml' file or not.
        
        Also added blank handling for new XML nodes.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10870
        
        Change-Id: Ib2acde736d96f30eda40ee327991dc6ae0ed7f25

2014-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [886e4edf59d212d88d50024e1bfe3664d3fc03c3]

        let us use OpenGL types for OpenGL resources
        
        Change-Id: I53dbbfb2f1d721bdbb076fa7cb45801659694a14

2014-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d280b13b88abe71ed8f06b08d0b1179ddfcf9c63]

        fix indentation
        
        Change-Id: If4d3f4babf8539b5e411d0549e1c1b51c5659930

2014-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7914112f3054dc09f713dec8531d254ac87cfa52]

        nobody is using the win implementation anymore
        
        Change-Id: I0cd39941353aab9bb5bad274aecc1550f583e9e5

2014-08-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [882db332c117b115dd2515274d45a456a328ba34]

        add some error reporting to OSX OpenGL context code
        
        Change-Id: I09f9a60b596a0b12a5031bb3db406d8ab6af0b89

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [a1bed60da4d3f21cb713e5730e81e08a383dd1fc]

        mysqlcppconn: when using internal boost, point cmake to it
        
        Change-Id: Ibc6971599be3e4a4b6bd95fabd74c8cacaf350d6

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [41e4a607b00f446eeaebf8f59c957a1a580c9517]

        \+ is a GNU sed extension - not available on MacOS X
        
        also support a MySQL/MariaDB client lib link line without any "-L"
        
        Change-Id: I1c2bc13f35a33c0f62f0d23d0982d5977aafe2c3

2014-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [24931841534d232b5ebf6af5bee1e54b7cfae738]

        mysqlcppconn: make mysqlcppconn_configure depend on one .o file
        
        so that the build directory at least exists
        
        Change-Id: Iaddeb59d60e81b0823ded73c85c2ffd19244d3c2

2014-08-11  Eike Rathke  <erack@redhat.com>  [0f12b30becfd6d6fa1f3978717e5acf766edd659]

        document this makeExternalNameStr()
        
        Change-Id: Ifb3c3ada7cc069d8a85717693265476aa95d9aae

2014-08-11  Eike Rathke  <erack@redhat.com>  [4727104ae31325d70bd50e0300cbcf75e4fbdd7d]

        externalReference and externalReferences are implemented now
        
        With 8c23a767d926d8d08213f5e2f8e81775c653cbd7
        
        Change-Id: I9ee7a470bcbe42c5d5b4a871e609a0530cc024f8

2014-08-11  Michael Stahl  <mstahl@redhat.com>  [4d3c9ed257e51af55f358d2b44d5fc2e341c7202]

        fdo#81995: fix Outline numbering tab page
        
        The "ParentNumbering" property is not a string.
        
        (regression from 97eb8a6e0eb830f37dcba64a51d725aab4c5ff53)
        
        Change-Id: Ib33e95847b388bb1126a63812e128c96a0c00730

2014-08-11  David Tardon  <dtardon@redhat.com>  [e05da0d5d5399714f52e9f6df404870a381832c8]

        fdo#38511 improve guess of output filter for --convert-to
        
        Change-Id: I0479fb29fcc85f47065b1ef497216982eeae4d12

2014-08-11  David Tardon  <dtardon@redhat.com>  [d59d073186f0d2c646d742575aa2421388356c2d]

        nDont = SFX_FILTER_NOTINSTALLED looks more reasonable
        
        Change-Id: Ic23abcfe5cdec9c8f2442cf778b365ea42b8e553

2014-08-11  Eike Rathke  <erack@redhat.com>  [8c23a767d926d8d08213f5e2f8e81775c653cbd7]

        write OOXML externalReferences, externalLinks, fdo#45286
        
        This for the first time writes external references (hopefully) correctly
        and adds the necessary relationship streams and the externalLink streams
        with sheetData. At least Excel 2013 loaded the result without
        complaining, so do we.
        
        Change-Id: I3d615490a60c5420ae13c0bfc6297642d86a07b9

2014-08-11  Tor Lillqvist  <tml@collabora.com>  [5c37960d9507fac206f0b90d36f778db9fe2b6a5]

        First attempt at building NSS for iOS, too
        
        Let's hope that the various static archives that get built by the NSS
        build machinery contain what an iOS app that needs NSS services
        requires. I patch out the construction of any dylibs and executables
        in nss. We don't use any dylibs on iOS anyway, and of course don't
        need any NSS executables either.
        
        Change-Id: Ic977c6e3d6c4e953202e78f8e08c4e61f6c9cb1b

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [aacdc61b5da2f30b16361b8e22ff081352fc69d6]

        remove redundant anyName element
        
        Change-Id: Ib05a4dd232850bb00b66079df53e0679548324e1

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [766af75b6e7631690b92964bc21d214d00d54ff0]

        no need to repeat the name
        
        Change-Id: I209e7b8018f22a8e6f21b268aeebf38972091c27

2014-08-11  Douglas Mencken  <dougmencken@gmail.com>  [4ea84822b1b638a61495af5006041bea8db8a3eb]

        OSX: drop -malign-natural flag for non-clang compilers
        
        Change-Id: I8956ccfd71032909c2f164a8f5b5f9586b6eb285
        Reviewed-on: https://gerrit.libreoffice.org/10479
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [3ac80237f310366afef0f7b6c427889d652bd369]

        Resolves: fdo#81795 open the font tab via More... languages
        
        a) FontDialog doesn't take a Language argument, so drop that
        b) Give FontDialog a Page argument and set it to "font" when
           called from the status bar More... menu entry
        
        Change-Id: Ibaf4d5e51d47794b8b0e3c3e06a6d8e00a7d2896

2014-08-11  Tor Lillqvist  <tml@collabora.com>  [835d3e818f4d27ecf34aca268e5300ac58cc92c5]

        Add ure/source/unorc
        
        Change-Id: I9439a00d2186696a4891e5eefad066d50917f9c7

2014-08-11  Michael Stahl  <mstahl@redhat.com>  [ab90977710a4ef90bfc49c24a81001007ebf209e]

        unotools: DBG_ASSERT cleanup
        
        Change-Id: I2f2c2c9627e536011aef5f1643a84c1e8f7ea176

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [47e1ba312b8d87dfb019104429416edaac139786]

        DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapes
        
        Change-Id: I04438e4c32d001b989d3d3b8aec882ec57dc28b9

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e24f8bb11ac1894556ddefb2dd8854939c4190eb]

        DOCX drawingML import: handle lack of ContourPolyPolygon shape property
        
        Change-Id: I9dce645670f17115960b3648db24f769cd4a2635

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [628a0f313ed05db0149db680837c99267a77ea3c]

        DOCX drawingML import: handle SurroundContour shape property
        
        Change-Id: I720a8309bdac002579cf133a9ae923ad2e800b63

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [cdf1300140f5878f83656d2eef0f0518126aec9d]

        writerfilter: remove ignored type elements
        
        Change-Id: I67734caea31e60f2c0e27d7b5477464d95c0d7f7

2014-08-11  David Tardon  <dtardon@redhat.com>  [904fdac93b072cc5295cce0360f47926f049e6ea]

        fdo#81933 do not select 1st slide unconditionally
        
        This is a regression from commit
        ad0c4bf5790546242884da0c2ec281f2db9e14a0 . But I do not see why this
        code would be needed for that either.
        
        Change-Id: Ied3a5d25b2bec9542aa83c4d7fa36ed5313fc797

2014-08-11  Lionel Elie Mamane  <lionel@mamane.lu>  [33e94f367a0e2d347f313be4dad4ea8d18eff516]

        fdo#82151 finish fixup
        
        Fix the UnoApi test, and give ORowSetDataColumn::getFastPropertyValue the reasonable behaviour.
        
        Change-Id: I68cc1221b6772e3036c78b8234b1d8b248d4d673

2014-08-11  Lionel Elie Mamane  <lionel@mamane.lu>  [213e1f9f85b5edb266607a29f5b02e36904d1070]

        fixup
        
        Change-Id: I35996d4337421317ae1c6da2a4647b231782d882

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [b3d281f5c2c69cbbe8f90115e76ebbe5263d0ec7]

        -Werror,-Wtautological-undefined-compare
        
        ("'this' pointer cannot be null in well-defined C++ code; comparison may be
        assumed to always evaluate to true")
        
        Change-Id: Id3b886135f43b39a2fcf2bb197cf6a80d6532365

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [ae4fdbaac97341681bf38b2dc6e9925bc462ae9a]

        -Werror,-Wtautological-undefined-compare
        
        ("reference cannot be bound to dereferenced null pointer in well-defined C++
        code; comparison may be assumed to always evaluate to true")
        
        Change-Id: I78498b6be6cf3f6f15a80187c9a24dfcdd91d3be

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [47fa001b940fe02147d670df9515db98bc34de5b]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I3efdef9a6581fcb1d5e8da7a86445d2f2401e9f9

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [525d784796f89c31ec3e41b199c26a6e0444e329]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: Icf4a55f7e76a723014a7b8b5f6b9350db7370dd9

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [d9baa2b06e7349fce55cb706563c3017f33c01e0]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I81edff750eab6bbeef75fbd1a5fcca0f01379daa

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [fffc2b704f2a03ad57c8521f4d00785aead91678]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [abd8e76453038f51ad9d5b1bfeaef592e1271ee5]

        -Werror,-Wtautological-undefined-compare
        
        ("reference cannot be bound to dereferenced null pointer in well-defined C++
        code; comparison may be assumed to always evaluate to true")
        
        Change-Id: I41660cb5e9a14a5c0694259f0244c789ce3d4753

2014-08-11  Lionel Elie Mamane  <lionel@mamane.lu>  [0816b00d06eceee3e601177bce1c61e367bbabee]

        update mysqlc README
        
        Change-Id: I832c31d760d4cc0cb7fcb0c5dfef7b06010d7a3a

2014-08-11  Lionel Elie Mamane  <lionel@mamane.lu>  [d9c2eb046c7827d7c1fcf78593a5b450d5ee68ab]

        update mysqlcppconn to latest version
        
        Change-Id: I2e60d97b777727878daf811c2f3da697af69c484

2014-08-11  Stephan Bergmann  <sbergman@redhat.com>  [311fb9d5e61fa3cab40b85434e22d288c974939b]

        Adapt compilerplugins to Clang trunk towards 3.6
        
        Change-Id: I0b7be1616a3e4206982f9f925de141ed9d53b96e

2014-08-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6d5e69072e7c37f8ff4adb49062218ab17373e7d]

        write directly files understood by YCM
        
        Change-Id: I262050f625a0b3ff04a274c88b446d1c2b2aa19d
        Reviewed-on: https://gerrit.libreoffice.org/10821
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [071c09d7d9092a83194ae9d5082cde6ca4ef87ce]

        add a IDE generator for clang json database format
        
        This can be used for YouCompleteMe a vim plugin that allows
        auto-completition based on clang. This is much better than the normal
        static analyzer based auto-completition.
        
        Change-Id: I4872d2cb3b3a404af55eacf5c71d6a2715771ab6
        Reviewed-on: https://gerrit.libreoffice.org/10820
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d4801c45caa05585c14f800e2dfe2cfc8642499d]

        add the cxx flags to the ide parser
        
        Change-Id: Ied5f8ec9af69365e3375de26d325984c57327460
        Reviewed-on: https://gerrit.libreoffice.org/10819
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f70f4e998517e9792034613b85ad89afa187e271]

        split isystem includes from normal includes
        
        All includes coming from isystem where wrong as the regex was not able
        to recognize that the isystem and following path belong together.
        Additionally stripping the first two characters resulted in broken paths
        in this case.
        
        Change-Id: Iaa8e484d1ddcd4c8744d1e37a006ebf915cdfc84
        Reviewed-on: https://gerrit.libreoffice.org/10815
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [62101bcacb2096dc60c4123196105dce39cfd056]

        also move isystem parts to the includes
        
        Change-Id: Ib88064744c7ae678d6c3dcce835a295de8fb274e
        Reviewed-on: https://gerrit.libreoffice.org/10814
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [212f745c29c7399fa0d62a53d3836dc1e829e953]

        Related: fdo#82259 stmary can render its own name, but unreadably
        
        Change-Id: Iedff28d1290efb38eb68f83757a0787d52e28859

2014-08-11  Lionel Elie Mamane  <lionel@mamane.lu>  [35836d2494d67d129f305e2294fc60fed062c9c7]

        switch internal mariadb client to version 2
        
        and reenable it: hopefully the worst bugs are fixed now
        
        Change-Id: I8033ef87d02ba6619e5f778b5255fa803ba63c5b

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [94753833b94dee42ce2e0e7e7f3f354c2a605730]

        Related: fdo#82259 add Armenian preview text
        
        Change-Id: I3698b5cbf8c39e618faaae1321eaa4442f1b2827

2014-08-11  David Tardon  <dtardon@redhat.com>  [941201e0de93f45fc06458f1b4c483e62b0d338d]

        Updated core Project: help  12bab40167e179cb6e65f6ba76a3eb5b098d4216

2014-08-11  Szymon Kłos  <eszkadev@gmail.com>  [6271f2e1f7f2e3662511b6d65b8c09faae9adbc8]

        RID_SVX_MDLG_DOCRECOVERY_BROKEN conversion to .ui
        
        Change-Id: Ic3ed2c73e255c99b48f4dab5ea434c75313ec93d
        Reviewed-on: https://gerrit.libreoffice.org/10865
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-11  Noel Grandin  <noel@peralex.com>  [76c1092016b9640ac6d522f3c1b88c5121437bf1]

        java: remove unused parameters
        
        Change-Id: I9ae22afc27ac0d2051f06885f363845e9b4ce2ff

2014-08-11  Noel Grandin  <noel@peralex.com>  [ebe8dbe0fd45a274b4b9bfaab9fe46bb0441d6ec]

        java: remove unused methods
        
        Change-Id: I1abc51f66bc7d7f7135bf5cdee4fae653b2837ec

2014-08-11  Noel Grandin  <noel@peralex.com>  [d5a31b221510a506a9c43d2c9f44c55405ce13fd]

        java: remove unused parameters
        
        Change-Id: Ifc44c51ddbd21fabaad686bc3d38e2dab54d97aa

2014-08-11  Noel Grandin  <noel@peralex.com>  [41709cc2688738f091a4b17839fe853caa5a0bfd]

        java: remove unused parameters
        
        Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5

2014-08-11  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [2b9ad46b23fdb39cd456cdc543cce346c6f325c3]

        Resolves fdo#79278: not too dark, not too bright background color
        
        This patch is based on Caolán's one at 68075a61c28a5c72429f78776a822ed45fdcb4a7
        I've chosen the background color used in Windows program Paint.NET as
        our default background color. It's a nice compromise that doesn't look
        out of place anywhere.
        
        Change-Id: I5081201043be4a7ad6152d1ce59451daa4ece1ac
        Reviewed-on: https://gerrit.libreoffice.org/10527
        Reviewed-by: Stefan Knorr <heinzlesspam@gmail.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-on: https://gerrit.libreoffice.org/10520
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [ad40561d13e004ca4c532afb406675eea3c6a663]

        Resolves: fdo#82025 use strlen instead of stored length byte
        
        Change-Id: I58cf2391d7bf2480cd12d2b1b4cf73f346f4f95f

2014-08-11  Tor Lillqvist  <tml@collabora.com>  [a59e2d4f05679142f10950c15a78b952ef0aac9e]

        fdo#82038: Make sending email from LO work again on OS X
        
        Do build the cmdmail library, the uri-encode executable and do install
        the senddoc script for OS X, too.
        
        Note that in order for it to work, one needs to set the "E-mail
        program" in Preferences:Internet:E-mail to /Applications/Mail.app. (Or
        possibly some other application and/or executable.)
        
        Change-Id: I5764c9891865983d46081edc854e321643c296cc

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [8c9f48cdd0fef6ae09e5654709924fd3f0a62f27]

        m_pFT_HeaderText now unused
        
        Change-Id: Ibfce3f5ffcdaa60e7b243ed43631ca133c3917ed

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [93ea1a09e0d31506538615dfb35425951fb54e68]

        don't need to reference these widgets anymore
        
        Change-Id: I19ce9b2c002f8f5102a2d0bd06d08a1abfa63bda

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [8d7eba47906454d9494861511894969c2547e072]

        these are global strings now
        
        Change-Id: I0ca622afcf5dd4a5cc62d9bfd31974d800c659d1

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [933bcfd2feafa82afc480161471cfeb29c6a0b7a]

        various ids not loaded from .res anymore
        
        Change-Id: Id2fab3e4b7a8feed3107e66d02cdf2a278ae9ef7

2014-08-11  Caolán McNamara  <caolanm@redhat.com>  [e1683c2d13a744344ee6a7b06917f65c11d8b35b]

        callcatcher: update unused code
        
        lots of ResID stuff going away now
        
        Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967

2014-08-11  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [f6e7b94042070241cd1cfb1d7f8610fe1801b4f2]

        fdo#82123 : DOCX: Corruption: File was getting corrupt fafter RT
        
        	Issue :
        	- In issue file there were two runs(first run=SDT, second run=Image).
        	- These two runs were consecutive(no text/space/tab was there in between two runs).
        	- Due to such scenario, "SdtEndBefore" was not getting set.
        	- Hence at Export EndSdtBlock() was getting called form EndParagraph()
        	  Instead EndSdtBlock() should ge called from EndRun() in order to end
        	  sdt after first run(as in Original file)
        
        	Implementation :
        	- Set "SdtEndBefore" on Graphic in DomainMapper_Impl::ImportGraphic()
        	- Retrieved same property at export.
        	- Added export unit test case.
        
        Change-Id: Id514b91f1831af371924f94388f0a404d762c042
        Reviewed-on: https://gerrit.libreoffice.org/10827
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ba774649fb6f53c8d3251d417c4537ae7c495881]

        Another tblLook having the wrong complex type
        
        Change-Id: Ia9b22a3a042cb22499e8b1fdfbc57b27a3f50911

2014-08-11  Laurent Godard  <lgodard.libre@laposte.net>  [454ec6e7916cf5b7c8908521527547acc66557e9]

        XStyleLoader2 : enhance unit test to PageStyle
        
        and remove duplicate code
        
        Change-Id: Ib9e3568c860fe5cd3f11374a1c61dff101e33a18
        Reviewed-on: https://gerrit.libreoffice.org/10832
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-11  rbuj  <robert.buj@gmail.com>  [8d10b7373a1c77748f2119b64a3dd99f453137fe]

        javaunohelper: enhancements in decodeUTF8
        
        Change-Id: I452dbd54251eea683d307c346dc4949a42eedc30
        Reviewed-on: https://gerrit.libreoffice.org/10862
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-11  rbuj  <robert.buj@gmail.com>  [608f330e22e25772eb888fa33d64f9b79c0ffcc8]

        javaunohelper: Number parsing
        
        Change-Id: Ie6856ea4c196479aef1ce00a7cf2709fea8b3e42
        Reviewed-on: https://gerrit.libreoffice.org/10860
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-11  Tor Lillqvist  <tml@collabora.com>  [ad85ce18d3939170e5ef7b1a1f8e5dda2c8aeb9c]

        "fixes" needed because ure/source/unorc is now expanded at configure time
        
        Argh, this is getting even uglier.
        
        We cheerfully ignore for now the theoretical possibility that the URE
        unorc used by build-time tools (i.e. the configure-expanded
        ure/source/unorc) could be different for HOST and BUILD (in case they
        use different --enable-canonical-installation-tree-structure), and use
        the HOST one for the BUILD tools.
        
        The right thing would probably be to construct the URE unorc in the
        relevant Makefile, like we do for fundamentalrc? Or then to just
        re-design the whole mess of rc files into some simpler (good luck).
        
        Change-Id: I654309503d0e696778910acadcbf2f6b90ffa02a

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [310ed3d39936270f085768726277346c325c900f]

        copy android-support-v4 from SDK to libs at build
        
        Change-Id: I3adaf26624ffc46b304d35e0588e7253c20cb5ee

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ba7578401b4fed4df7b255cf23bd674f86953436]

        LOKit: ensure DrawViewShell is available (prevent crash)
        
        Change-Id: Id143f5fabdcb8b7451d750563c76b77f9c3787a3

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b69f5a1857d2dcad4b234ad84cde98b9fd436f90]

        LOAndroid3: Add a side drawer to show available parts (by name)
        
        Use DrawerLayer to show a side drawer with parts of the loaded
        document. The dawer consists of an image (could be changed by a
        thumbnail in the future) and the part name.
        
        Change-Id: I27fb6112d9f11e19f3295ace97103b89816591aa

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5af2c260488f04696f01adcf26c24036820f96ff]

        LOAndroid3: correctly calculate the tile view rect
        
        Because the tile view rect wasn't correctly calculated, some tiles
        were deleted and in the same call immediately created again. With
        this fix the performance increases.
        Additionally inflate tile view rect by one tile to minimize the
        undrawn tiles when scrolling.
        
        Change-Id: I4b5b2bb31dd4f55babf87503dd37e396f6a5e200

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b58777c8b2b2075a071a25bf9fed0ce7fc0c4401]

        LOAndroid3: Check if document has been loaded correctly
        
        Change-Id: If4ef82fa18aaa8719391773971d0cde07c0fbcce

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c1b793d501de2c13bd75d28420af4ea772ab336a]

        LOAndroid3: remove unused GeckoEventListener and WidgetTileLayer
        
        Change-Id: Id5c245d308221975f4071c96fb275c41348dce68

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d8f5616f1ab7c9ba03552403b77cc60faa5a2fbf]

        LOAndroid3: increase SDK level
        
        Change-Id: Ice1c975cce2de98a0c02b0772c07278648a0088d

2014-08-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [81f1c259275a43308636d8e9a4c48e67eadaae60]

        LOKit android: add support for setPartMode and getPartName
        
        Change-Id: Idd8bd4d4b148e88c7badd06fefb7cfcfc24ec9ea

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [656ab07b2924dd2703f31f460c8586c375c7878a]

        Sync oox -> writerfilter alias for wordprocessingml
        
        The motivation is that once all the namespace aliases in
        writerfilter/source/ooxml/model.xml match the ones in
        oox/source/token/namespaces.txt, then the writerfilter copies could be
        dropped.
        
        Change-Id: I1f9abb8bb457189997f28c99b0f6b00660252c14

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e617c5173b17f3b6ce0c81d5bec189407cea9662]

        Remove unused empty elements
        
        Change-Id: I17815878be292bb23602232456648f9571b8de06

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ae087b8fcc25f5ce83e339d447d2899d3059d45]

        fdo#82106 RTF import: fix missing tab after special footnote
        
        Change-Id: I5ea45dbed652231acdcc3632ced728ed8bcb621a

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [8e9487cf97d944b202d4406561b88068aaf8e386]

        Ugly hack to fix build when srcdir!=builddir
        
        The problem is that the ure/source/unorc file is now expanded by the configure
        script, and thus exists only in builddir. But a further complication is that
        the uno.ini file is in srcdir. This is one way to handle it. Seems to work for
        me, let's see what the srcdir!=builddir tinderbox slaves say.
        
        Change-Id: I6fb456cf849ce5077e2c5bd25dc9149096aab241

2014-08-10  Maxim Monastirsky  <momonasmon@gmail.com>  [5b9509115bd4adc5ef2618f0d9436cda1c0d9fbe]

        fdo#71625 Don't loop autosave if userautosave fails
        
        Should also fix most of the reports of fdo#46635
        (I have no idea regarding the original report,
        because it predates the autosave feature.)
        
        Change-Id: I006d62053a159ab3157438a57dee56d6d99990a8

2014-08-10  Julien Nabet  <serval2412@yahoo.fr>  [c64077a850cf22fa01223fe4ac459bd67de0f009]

        Typo: delet=>delete
        
        Change-Id: Ic0f4757fbd416bd7157b414b84a68b2541bc5b34

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [19ccb678d28dffea57c5d7c3ea623412f7fed236]

        Remove unused group elements
        
        Change-Id: I6ea77279a002179f2dd30bc835bb810c91ee51c4

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [676efaa5a12a48982abbeba5075d8f7686ed3fdb]

        Remove unused list elements
        
        Change them to choice, what was probably really meant here: allow one of
        the values, not a whitespace-separated list of one or more values.
        
        Also, clean up nested choices.
        
        Change-Id: I87bc30b710569e317da05933502b36d8d97e4155

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b17f4ecea142fd6f311dcb457e8896cd12e60fc0]

        Remove unused name attributes
        
        For <value> elements inside <resource> ones, the name attribute and the
        text of the element was the same, but our scripts only parsed the text.
        So remove the redundant code that's ignored anyway.
        
        Change-Id: I0d96b485c9e095be51571f2d68eb395920c97bc8

2014-08-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3808a3274924079f97e43322ed7de70b81979ee0]

        Remove unused interleave elements
        
        Change-Id: Ia4f7c828c5633fe2b7747cfd00cd53cd916a6d4a

2014-08-10  Maxim Monastirsky  <momonasmon@gmail.com>  [b73ee73da55c5a00acc9adffc825157dd5b375e6]

        fdo#78845 Packaging of fpicker ui files
        
        Change-Id: I5edb560dc511f6f0e47984303ce41488806e9e20

2014-08-10  rbuj  <robert.buj@gmail.com>  [85ab4a14c541f3d6c30300d102b97f8564a1c7ee]

        jurt: Use <T> T[] toArray(T[] a)
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html#toArray%28T%5b%5d%29
        
        Change-Id: I601e77db3cc978d81aebddfe6abba1c020671913
        Reviewed-on: https://gerrit.libreoffice.org/10853
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-10  rbuj  <robert.buj@gmail.com>  [c77e929c4bfa6e9aee3d6103ef3629a9bcf583ae]

        javaunohelper: Iterate over each Entry in a Map & Enhanced for-loops
        
        Change-Id: I7abd62e0717bfc9c9b36a431092ddd92ef72684a
        Reviewed-on: https://gerrit.libreoffice.org/10852
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [4625227ed8db6b738f47f193df48d2791fb25246]

        Seems to work now
        
        Change-Id: I59402e2f0503369370cc87017e0c8e01541ccfa0

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [59622dabdec080c2a720a17987dceba2c03afe90]

        javaldx is not built for WNT or MACOSX so no point in the uno wrapper script
        
        Change-Id: I127205ebf6fb3fe01de6803a989e970f46df22bb

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [5e5aa9b08a39530b0b117141f0f65d1dc2dad84e]

        Use LIBO_URE_BIN_FOLDER and LIBO_SHARE_JAVA_FOLDER
        
        Needed in case of --enable-canonical-installation-tree-structure.
        
        Change-Id: I965ebd9b89e1b9f7bb6534e3c25d29d3b470acf4

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [b6869717a389d65bd50e8096d033a689d9298e84]

        Fixes for the --enable-canonical-installation-tree-structure case
        
        Do install the uno and startup.sh commands, smoketest needs them
        
        Change-Id: Ia530564e4b664881d730355a80e2af4476987e10

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [6ac523554213f11838443de0cd9b62415f5d2ffd]

        Make this work better in the ENABLE_MACOSX_MACLIKE_APP_STRUCTURE case
        
        In that case the dylibs won't be in the parent directory of where the
        jars are (Resources), but in Frameworks.
        
        Change-Id: I628d828ca820d07724947050f54f9f5f9148e159

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [e24d3ff2cd9e2da4c81105d2e9dbee6187fac55f]

        Use @LIBO_URE_LIB_FOLDER@ for URE_INTERNAL_LIB_DIR
        
        In the --enable-canonical-installation-tree-structure case (on OS X),
        the URE unorc is definitely not in the same place as any libs. Noticed
        in JunitTest_comphelper_complex.
        
        Change-Id: Ic6097021f9abc081e2a7c7aac25286ad2c4b75e5

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [d83f28a2505923a4f01237f7587bf8ede57d0bed]

        Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/java
        
        Makes CppunitTest_dbaccess_hsqldb_test work also in the
        --enable-canonical-installation-tree-structure (on OS X), otherwise
        the use of $URE_INTERNAL_JAVA_CLASSPATH (looked up from the URE unorc)
        in stoc/source/javavm/javavm.cxx fails.
        
        Change-Id: I5ea045594c32e6a1398b73cff1e4aa8bbe1aa265

2014-08-10  Tor Lillqvist  <tml@collabora.com>  [3369185bddc4ece889381511055917e58a42a837]

        Use $(LIBO_SHARE_FOLDER) instead of hardcoded "share"
        
        Change-Id: Ic97e51efaa280c64764b1c5f38c3b87af82a422b

2014-08-10  rbuj  <robert.buj@gmail.com>  [aa0e3701aad1a8a955773e869d9a6b59eac51e72]

        javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.java
        
        Change-Id: I685fc278ec812d766ff83993d234ca3261a71dba
        Reviewed-on: https://gerrit.libreoffice.org/10850
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-10  Thomas Arnhold  <thomas@arnhold.org>  [5b5571505a1db0ccc98f471e358dbd644f8cd6e5]

        cui align: no need for OLocalResourceAccess
        
        Change-Id: Id500403fb70787cd856e2413d7a8e9a949942ac0

2014-08-10  Thomas Arnhold  <thomas@arnhold.org>  [ac08537688971b55a5fd0982cf5bc18a8ffa961e]

        make string a global resource
        
        Change-Id: I65eee002d2f04b09a73c597ece4b29d1f1593414

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [d79d2f0ef7a0e300a3ee4be128c625121d0c4b26]

        Resolves: icu#11054 crashes in bracketAddOpening
        
        Change-Id: I5dd63fa41c1568e8bf2d120cc0de5d2c44dd789c

2014-08-09  Maxim Monastirsky  <momonasmon@gmail.com>  [154c20cb320fb62cdd54cd248c3b981acc3903c8]

        fdo#82278 SfxUInt16Item -> SfxInt16Item
        
        A regression of 2245288574ef77b09416872326b4543c82790815.
        VerbID can be negative.
        
        Change-Id: Ib242376696346ab310031d1b7c5c74362fb4b3d1
        Reviewed-on: https://gerrit.libreoffice.org/10823
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [a1fab361cb3325b2d012942e43660f2c0a2a4b96]

        valgrind + bff: Integer divide by zero
        
        Change-Id: I4c47d17a421f1c6d2d6cc29c7b92ec930bdf901f

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [273ed07a5779da84a3c7055866139bd422559818]

        remove unused resource ids
        
        Change-Id: I3971ecc7dc0c3faf8dd1ed63adc08a6e18dc2964

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [1c5c0e48a3cbff0460fcfb4d09a866e5a9e5bbc1]

        remove unused resources
        
        Change-Id: Ifdb5ab9f2a0a59d3ca31ca1fa5112449e1a6aa11

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [519026e7aa10c9734c49a6ab6fe0b36293612d6a]

        remove unused RID_SVXDLG_CALCFUNC
        
        Change-Id: I9414c7cc0bd08e819016ed4d263682d8db7c0958

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [2811b75922e2ddfac0dc6c40260db9fc3d0890de]

        dbadmin: clean up after ui conversion
        
        Change-Id: I40b4f1c1474c12e54f57fb466610f35e5b4d527e

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [d916726456ce2f5f365de0e62e583e2d1c6c8b69]

        CondFormat.hrc: remove unused resources
        
        Change-Id: I1a1c099a9da38038e52673ad0f8e899a4b54eb59

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [17cf06b69b96fa9fef322df1b673d17a55e63808]

        datafdlg.hxx: remove unused defines
        
        Change-Id: I9b0e5b3803d7b291bd55cf91772dfa3e77646508

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [cceb3b8ebd8bab553a12424fa178e1b2c5f08b19]

        framework.hrc: just use the value
        
        Change-Id: Ie3fad127ae834ba722efe1d474ed10e38eb6bf88

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [43e41eee0a3337d083c96f0fc516cc8798e0a6e9]

        remove unused resource definitions
        
        Change-Id: Ie982ad04c084841f04215b3f58705bb9d9544a71

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [2203ac5fee67f761ddae669cd8d11130b1806089]

        remove obsolete comment
        
        Change-Id: I6b3466e5dd8ce6b3814037382c865af1e50a025c

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [e79c427247197363d08f1d626670e4e14e289229]

        remove unused dlg resources from dbu_resource.hrc
        
        Change-Id: I70c5f673413bb6ac2d37a5c15b52fcd26da6683a

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [b62b3042e6cd687b6dc680afaa7cc677f2bfe238]

        remove DLG_PARAMETERS resource stuff
        
        clean up after b15c01e43071099c6cb631953e56e88e9961e29e
        
        Change-Id: Id50032647d74892f33e1f5214226e9fd0b7d7b62

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [2903650409566c69e89b7397dcb4bd556f3038cd]

        remove unused HYPERDLG_IMGBUTTON_HEIGHT
        
        Change-Id: I24b9740f20ef975ab6ea747e7e35c721a99e91d0

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [8f2990517ff9e17db5e8d96eb2fd6b9fedb94a69]

        directly include ResourceIds.hrc header
        
        Change-Id: Iaef6876ac2838f8727fea21c03a4cdc50683e675

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [987d933c582a49ec53511211c9022dfd2846b305]

        remove now unused tabpage.hrc
        
        as TP_WIDTH and TP_HEIGHT are unused now
        
        Change-Id: I06ec7af8c2b3386d76e36284eb56ea1ab6b9ec5d

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [ffa78fe20da1385337d372e1f00886de911517a6]

        xmlsec: clean up resource file dialogs.hrc
        
        now unused after ui conversion
        
        Change-Id: Ic3e4f9fdd3f84c3890c6d9a33c11e372ab5b3bd0

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [df64b892f5ac8febad05a9d27fb76cc25de12c31]

        remove RID_DLG_DEPENDENCIES resources
        
        unused since 8c0bd0deee50a5f54926afe87d849411757c2f18
        
        Change-Id: If720d7022e291db870fd196cf2ea0a3bc44f3ad2

2014-08-09  Takeshi Abe  <tabe@fixedpoint.jp>  [5932906656a9291b38811970cd933f05dd54eaac]

        fdo#75757: remove inheritance to std::vector
        
        ... for PaneStyleContainer and ViewStyleContainer.
        
        Change-Id: I6a6e2b1733266f54a94a49ab491cf854eb5df492
        Reviewed-on: https://gerrit.libreoffice.org/10847
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-09  rbuj  <robert.buj@gmail.com>  [c6de012a66deebbaefa01cffdc6ed7961b3ed57e]

        javaunohelper: Iterate over each Entry in a Map
        
        Change-Id: I12a3348c297ddddcfd2902c1cbb04bd0ce35b15e
        Reviewed-on: https://gerrit.libreoffice.org/10846
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-09  Thomas Arnhold  <thomas@arnhold.org>  [0b684fa3e919dea3a482f85580c1266b81598f70]

        VS2013: Override ToolsVersion setting
        
        Otherwise those external projects will fail, because with only VS2013 installed
        there is no ToolsVersion 4.0 (which is set inside the VC projects files).
        
        http://msdn.microsoft.com/en-us/library/bb383985.aspx
        
        Change-Id: I144ba1ef95372226ebadb082e3a78155cca316fd

2014-08-09  Steve Yin  <steve_y@apache.org>  [227f3aab1791ffde82fe930ea1c9f7ed4ed2d82d]

        Resolves: #i125391# textbox object's location changes...
        
        after importing the sample file
        
        Fixed by Oliver-Rainer Wittmann
        (cherry picked from commit 700479573567e82f9bd9ae065f18f9ec9d943300)
        
        Conflicts:
        	sw/source/filter/ww8/ww8graf.cxx
        
        Change-Id: I963689a80dfe4ac1439afb29132015e900886317

2014-08-09  Armin Le Grand  <alg@apache.org>  [d005acae3aa315921f2c331612131626c470bd22]

        Resolves: #i125386# secured user request and changed some bools to bitfield
        
        (cherry picked from commit 5e3cbe056c19bea5018dbf1fd4b2bc8f8b030ff3)
        
        Conflicts:
        	comphelper/inc/comphelper/embeddedobjectcontainer.hxx
        	comphelper/source/container/embeddedobjectcontainer.cxx
        	sfx2/source/appl/linkmgr2.cxx
        	svtools/source/misc/embedhlp.cxx
        
        Change-Id: I7e9b20a87ca6afe8cb91c577860a6c6b72368ee9

2014-08-09  rbuj  <robert.buj@gmail.com>  [bb8540a3b4fe0798669a1d355695c97d86ef58a0]

        jurt: Number parsing
        
        Change-Id: I40721bdaae62f063c188546fedb4037e40f890fa
        Reviewed-on: https://gerrit.libreoffice.org/10845
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [ef933f02447c25cc0d6048a62e9bc08f3bca5470]

        add calc dbase import test
        
        Change-Id: I6dd23b5dfab096f67a189ce2747b211b2a3044e9

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [e49e41f7601122dcaf7e31f4fa1cb4074c3dd35a]

        check return of Execute row and propogate error code
        
        Change-Id: I75b2c454122aa2d75d66dc46865135e01277bbcb

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [a9201a4dfe54d920ff6272aae949eefb7888dc20]

        Conditional jump or move depends on uninitialised value(s)
        
           at 0x2DC948DF: connectivity::dbase::ODbaseTable::fillColumns() (DTable.cxx:330)
        ...
           by 0x2C57E3B3: ScDocShell::DBaseImport(rtl::OUString const&, unsigned short, ScColWidthParam*, ScFlatBoolRowSegments&) (docsh8.cxx:345)
        
        bff + valgrind: sf_52f907dbea3069ba59ef1e183a0f4160-430.pcx
        fuzz a pcx long enough and it turns into a dbase file
        
        Change-Id: Idf1622d6b55ae2cca381f263333d0ab0b6a469b2

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [1b7d2016f3227afafb31c3ff3fadab68247440f4]

        add test-case for CVE-2010-1681
        
        Change-Id: I2ff8ee15fb7416ea5c8b7a8101ec12c8d371734b

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [bf5f734fc23291e0c1b4285f49f7daab13680ea4]

        add dxf import tests
        
        Change-Id: Ied78545abb9807acfc634ca97a1ca00a163ffa19

2014-08-09  Caolán McNamara  <caolanm@redhat.com>  [d6d73b8e6a8df22b2f213788223ac6760179f9d3]

        add test-case for EDB-22679
        
        Change-Id: Ie4e8548e3202cb1561276ef7480281053867b6fe

2014-08-09  Julien Nabet  <serval2412@yahoo.fr>  [a3094e40ba83b3bfe76b3a01df20662dded7fc45]

        Typo: filen->file
        
        Change-Id: I68a963cd63fdb016a6f7b12cdc9314012e373612

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d98c42b3222bb77da4fbace8472770196f22e0b]

        Unreferenced simple types
        
        Stuff like
        NS_ooxml::LN_Value_wordprocessingml_ST_TargetScreenSz_1920x1200 is no
        doubt not mapped to anything or quite some VML bits, which are handled
        in oox.
        
        Change-Id: Id50af0b61c25794b5d2c34f3deb3f16f3a8ab838

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [71c54997119dd6484b86032f273f0aeb7eaca05b]

        detect start elements pointing to non-existing defines
        
        Change-Id: I0ac0d77bccfa4e69af11df3019bd8dec920bfad3

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1452907c14bfec282b3f54e42389a2de6c085d3e]

        Drop unused {zero,one}OrMore elements
        
        The scripts parsing this file only want to know the list of possible
        child elements, they don't care about the number of them.
        
        Change-Id: I6727e76b637134a9de08779e789734aab01ac4f6

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [033f7508aada530525777175e954396f3d6aa9ef]

        Clean up mce grammar a bit
        
        The Fallback element is handled directly in the XML parser, so no need
        to try to handle it here, it would be just unused code.
        
        Change-Id: I2385202527a138c5c5dffff37c6921928bdb16b3

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b230504d0a26b71799305dce8c9b3d4eba4fe249]

        unused variables
        
        Change-Id: Ie8ca45b0642666ebf67874ecb3a0653936237e2f

2014-08-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8999bd5c18e4be41fe7bd2707127b753d8689d2]

        make sure we don't iterate keys of an unordered dictionary in ooxmltok
        
        Without this, the output from two subsequent 'make writerfilter.clean &&
        make writerfilter' runs can (and will) differ.
        
        Change-Id: I3171275b634de4415c496ef04e36948f04700e0d

2014-08-09  Matthew Pottage  <matthewpottage@invincitech.com>  [053435d20a2206ecfb2b7d522895b0a89b66a649]

        Fixed erroneous comment (by me).
        
        Change-Id: Ie2430d0ef63bed95fd86f927260442814b0e5566
        Reviewed-on: https://gerrit.libreoffice.org/10809
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-09  David Ostrovsky  <david@ostrovsky.org>  [05ed013cbc5f3b9a112e7080a52a69f456d7e506]

        VS2013: Prefer it over VS2012 and VS2010
        
        The preference for compiler picking on Windows is:
        
        1. vs2012
        2. vs2010
        3. vs2013
        
        Because vs2013 was considered as unsupported compiler the only
        option to acivate is to provide additional option to the autogen:
        
          --with-visual-studio=2013
        
        Now, that vs2013 is up and running change the preference order and
        pick the newest installed compiler.
        
        Change-Id: I76412b9a1bd9514904bbcca99230896add0424f1
        Reviewed-on: https://gerrit.libreoffice.org/10154
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-09  David Tardon  <dtardon@redhat.com>  [b6da6a887a0417be02e123a6d19837123e58b94f]

        WaE: unused function 'ShinkToFit'
        
        Change-Id: I01643b7f121dcafaf3cba3bb43d7339855f25d8d

2014-08-09  Rachit Gupta  <rachitgupta1792@gmail.com>  [ab1892d0cdabc305c1264792d5d3d66ed733d823]

        Converted RID_XMLSECTP_GENERAL to Widget Layout.
        
        Change-Id: I52a7f857715dc9cba7aa7748cea5b30b91ed9011
        Reviewed-on: https://gerrit.libreoffice.org/10842
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-08  Michael Stahl  <mstahl@redhat.com>  [4d635dcae4d7275d04a17a0efc11b0531d5d0a82]

        vcl: don't throw misleading exceptions on every failed access
        
        During the build different instances of gengal will create a temp file
        called "instdir/share/config/cdefghij.klm", and enumerate the
        directories in instdir/share/config; it may happen that the enumeration
        sees the temp file, and it is removed before fetchFileStatus is called,
        resulting in E_NOENT rc and the exception.
        
        The FileIsValidIconTheme() should be able to handle most errors here.
        
        (regression from 60954a8a96a66ff11e06b850838f3d16e8e1625f)
        
        Change-Id: Id9361a37b8569d01509efcc8cda2bc17e9eabcd8

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea258e380eb87db2eb468ba5354df9f957b7660f]

        DOCX export: handle date SDT on paragraphs
        
        Date SDT's are normally imported as form controls, while most other SDT
        types are just custom properties on regular text portions or paragraphs.
        
        However, given that form controls are not supported in headers/footers,
        in that case even date SDT's are just custom properties. So support such
        properties on paragraphs in the exporter to properly roundtrip date
        SDT's in headers/footers.
        
        Change-Id: I19eb73a3673e387a7b8780756ce7426a1851e796

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f02b29b6573a637592f096c2d2659534b1683ab]

        Unused optional elements
        
        The scripts parsing this file don't care if an element is optional or
        not, so why bother.
        
        Change-Id: I0860c9209347d6fab83e1faf2867db4de94216ac

2014-08-08  Michael Stahl  <mstahl@redhat.com>  [f1227224023ac27df43334aa162bf0f3707dd1de]

        warning C4101: 'e': unreferenced local variable
        
        Change-Id: Ieaea27df421c939da895723485770830ac15c873

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [b866f86191653a689ce74a3c13e93e3bc34947b7]

        qsort and bsearch need different kinds of callback functions
        
        Change-Id: I4a661434c3a51169ec14336bb39a1d2ceeb139ad

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [5631661e1fa122d84d1b5fc780c7bea1b7a97d34]

        Missing test dependencies
        
        Change-Id: I7ea8f2b02b66a15e86e20948536c34017d6a3999

2014-08-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f20dac7df4bab6fe5954c330880ebb4512b5d2c0]

        bnc#885548: Write test for this.
        
        Change-Id: Ifbd4502a5e49dfbb60301b935291ed0ce65da706

2014-08-08  Luboš Luňák  <l.lunak@collabora.com>  [b4f775daf031d7d28505825ed0e7b4e1d19f0e1b]

        fix image dragging inside a document
        
        Testcase is a document with a table and a wrap-through anchored-to-character
        image below it. Dragging the image up to be anchored to a place in a cell
        and positioned partially on top of the table does not actually change
        the image position if the image was below the table before the drag,
        but changes when the table was above. In the faulty case,
        SwToCntntAnchoredObjectPosition::CalcPosition() returns prematurely
        because of paragraph portion information not existing at that point
        (interestingly, the problem is also fixed simply by commenting out the return).
        
        This basically reverts 9b87346bf4a1d32abfa781aa66d4d5b627133edf . I'm unable
        to check the original problem as the bugreport references a web page that
        no longer exists. So if that one still exists, it'll need to be handled
        whenever somebody runs into a way of reproducing it.
        
        Change-Id: Id354237dace3179b94768146ec1a599cc3d49146

2014-08-08  David Tardon  <dtardon@redhat.com>  [71505177ba80a25cb07b86cc3583c6c7181602b3]

        drop extra (
        
        Change-Id: Ib1b6abf7a2aca80e7206d792d31f2cdd0fbe3ff8

2014-08-08  Michael Stahl  <mstahl@redhat.com>  [83dbae1da7333f4510c5bbbd10edf8f98132d026]

        warning C4702: unreachable code
        
        Change-Id: I8a1e67d3ec1ef0c94b41e46a29a40280468d5e76

2014-08-08  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [b471943640f51e252046e2c91a7cb00d72f8d07c]

        osl: kill check for ancient freebsd < 7 versions
        
        Change-Id: I082611edd88daae36181d62f9fc56b588630629b
        Reviewed-on: https://gerrit.libreoffice.org/10828
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [5ab1098d5fbc1ba092da73af2b92e5bcdd7a3f8d]

        Generalize -fsanitize=address checks
        
        ...that are at least also relevant for -fsanitize=undefined
        
        Change-Id: I39044d2a73912a605af8e965eb1cdf8dfd4f0051

2014-08-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2a6843cb6c44305ac62c9cd1098a3eec4abaeb7e]

        bnc#885548: Set the date time mode to non-fixed after the import is done.
        
        So that the new revisions will correctly record time stamps.
        
        Change-Id: I7d9b26bed04a95ce2652224faa0f214562818970

2014-08-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [35fa84f598f22f724c559e96ad8b3a541079d739]

        Forgot to add break here.
        
        Change-Id: Ic7322f111ca6732243741296d7b5f577af28bf14

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [3820a1611b399a318c86a41c3355d6887a4dd1b4]

        DOCX import: handle date SDT in headers/footers
        
        Turns out form controls are not allowed in headers/footers (see the
        comment in the patch), so if that happens, then just fall back to what
        we already do for other SDT types.
        
        Change-Id: Icc79c2a825e9eb2a85980489812a4178fde37576

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1ebad2077d2b2b9edbaec090f38468393874a07]

        DOCX import: tokenize CT_SdtDate / storeMappedDataAs and calendar
        
        Change-Id: I7d47e7db08637488975b834f7cc72fe1251a14d3

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [b32539d065be7bc73154a52c6492b10050cadb9b]

        sw: improve doc model xml dump of SwFmtAnchor
        
        Change-Id: Icdfc370c4b525fd43d9d5935ff461534cf535233

2014-08-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ba698a293cd20e25da2f8417b46d3d9ec32a9b7]

        Unused param elements
        
        Change-Id: Iaefcd143eea3a09040cc0b6aa5d07b2d131e525c

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [16b1b63f2e03c3e4aee6a68d8a3f63d5f632cf06]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Ib769dbbcb78e9440805aee40019ab98cd52e8477

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [155026bfc4cd26a57f64fc2d8a1922b37072b68e]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I610172167c49afa3989aa1626b10b8aaa1f91578

2014-08-08  Takeshi Abe  <tabe@fixedpoint.jp>  [e395aa09a49cd4adbcc4d9c64eecc76d08f47d40]

        match va_start() with va_end()
        
        Change-Id: I5c3c2570d6311f49da95bb80c0f9850f89970235

2014-08-08  Michael Stahl  <mstahl@redhat.com>  [4c0eb74307b613aefce4b181817cf137c4517c8a]

        configure: SunStudio is not a (supported) C++ compiler
        
        Change-Id: I65d5f499b2948f9e57c47d262a2d6e5e8cbcf8da

2014-08-08  Michael Stahl  <mstahl@redhat.com>  [3e2ae631ecd84342c7f29f0fd3effd6e635ed89e]

        odk: outdated documentation
        
        Change-Id: I7e675a544729a7e1763d69888d1ad721c70df77c

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [6aed6cbd4aa833ca346b268745288b1d711e55dc]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Icb959b7e2e8558f251d4bfd3b21124ca31132183

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [0465a063b99c50c04dcd7616c17a5d946053c7de]

        Fix *_component_getFactory function type
        
        Change-Id: I91b18d4a96d10070fb9e7be76ea39b07541fa4db

2014-08-08  Joren De Cuyper  <jorendc@libreoffice.org>  [4fbd7437b1436706014acec3bcd2c200805f0f92]

        Cleanup OUStrings in CustomShapes
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, removing stray left-over
        sSecondLightDirection declaration
        
        Change-Id: I5c7f5c956b70adad953b52be3d456775b0f5fbc1

2014-08-08  Matthew Pottage  <matthewpottage@invincitech.com>  [608ebc6f01db5d9d86bab58f9cabce56c8b48326]

        Remove redundant inclusions of header "cppuhelper/shlib.h"
        
        Change-Id: Iab402035613a6cc96b7b4ebd2981a1fd0f8bed23
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-08-08  Matthew Pottage  <matthewpottage@invincitech.com>  [03e0bd6b3b4314e2476030da7ddc71cf30f8b2e9]

        [API CHANGE] Removed two cppuhelper deprecated headers.
        
        The headers cppuheader/compbase.hxx and implbase.hxx. They have been deprecated
        since 2001. Moved the definitions of the deprecated functions to
        cppuhelper/source/compat.cxx.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adding fixes and clean-up
        in cppuhelper/source/compat.cxx and odk/Package_odk_headers.mk
        
        Change-Id: I48b3cbf551b59d72614737a883a96aab55fc2090

2014-08-08  Jan Holesovsky  <kendy@collabora.com>  [024e53766c53916290dcfba08c5e9020a1325cd5]

        writerfilter: Move includes accordingly.
        
        Change-Id: I35c27dfa459fff3a2ee271333980c789d01fac56

2014-08-08  Jan Holesovsky  <kendy@collabora.com>  [c74de6c2e29a16fb4a458816cd17fa678edd16e7]

        writerfilter: Kill CreateElement and CreateElementMap.
        
        The last bogus usage unordered_map is now gone.  Saves another 300k (stripped
        dbgutil build).
        
        Change-Id: I7be0c495d119e4b117eacc6eb5a5f19433582f73

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [12a1179bcb2655f7415afe5e373b2c130cedf6e1]

        -Werror,-Wunused-private-field
        
        Change-Id: I03d8f81b17341e128c9c0517ecca2a76f7b4552c

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [ac7e26e3a963c0c6d4b193a7dfc4d3e3e61efd31]

        -Werror,-Wunused-macros
        
        Change-Id: I614e1736844637eb0a5bab3830473c36d7999426

2014-08-08  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [3293bfff71748af714b7dfde50476d4db86510d2]

        fdo#81946 Corrupt : DOCX file getting corrupt after RT
        
        Decription :
        DOCX file getting corrupt after RT due to the AlternateContent inside sdtContent block
        
        XML Difference :
        In header.xml
        Original File
        <w:sdt>
           <w:sdtContent>
             ...
           </w:sdtContent>
        </w:sdt>
        
        Roundtrip File
        <w:sdt>
           <w:sdtContent>
             <mc:AlternateContent>
               ......Text Box.....
             </mc:AlternateContent>
           </w:sdtContent>
        </w:sdt>
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10805
        
        Change-Id: I32d22f57a52060dd6f0ee784ee0002968d06ac3a

2014-08-08  Noel Grandin  <noel@peralex.com>  [616b3ad50404f35d84708b3feeb8c66f2f23f1b1]

        java: remove exceptions from throws clauses that are not
        
        .. actually thrown
        
        Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10

2014-08-08  Noel Grandin  <noel@peralex.com>  [b6a83e99c8f4442c3c96198ac816dcb99419a67e]

        java: remove redundant null checks
        
        Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260

2014-08-08  Noel Grandin  <noel@peralex.com>  [8f020a45fa69c9458844b8b621df2e0b15ec3d16]

        java: redundant assignment, variable can only be null
        
        Change-Id: I91209c5c185cf097a1609244419d73d4757d7d18

2014-08-08  Noel Grandin  <noel@peralex.com>  [e5bc8b60ecfca09a2014ab7090659f3428c8efa0]

        java: variable cannot be null
        
        remove null check where null-analyis reveals the variable cannot be null
        
        Change-Id: Ied0a24665514bbf68c2ed5f15af9e5c2232a8033

2014-08-08  Noel Grandin  <noel@peralex.com>  [b58c053fed3c7e2e1e6a4195254e639976a3a809]

        java: remove unnecessary semi-colons
        
        Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4

2014-08-08  Noel Grandin  <noel@peralex.com>  [d07539ea5e7c2d99e9cc58a00726ecebe56cf018]

        java: use an empty block rather than an empty statement
        
        Change-Id: I05e60964521d6ec3694483816d91359fb12c8e4b

2014-08-08  Noel Grandin  <noel@peralex.com>  [a274d19d116671d67cf63bcc5dc8639e385394d6]

        java: remove redundant super-interfaces
        
        Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8

2014-08-08  Noel Grandin  <noel@peralex.com>  [b58f3778095977fa0018f7d20d33347365bb799b]

        java: use the non-deprecated constructor of URI
        
        Specifically, org.apache.commons.httpclient.URI
        
        Change-Id: Ib1f888559e9401d5fabbe8ea0585a716d9bb5a59

2014-08-08  Noel Grandin  <noel@peralex.com>  [c5fdde23ed7388861d13f6bc229fc8c722d10534]

        add a comment so I don't have to figure out this classes purpose again
        
        Change-Id: I92f3cb3e9308e2d4e369c1ce216952b0eca09b17

2014-08-08  Noel Grandin  <noel@peralex.com>  [336f3b9153ff22d080530f3b4d733d1f7fd2f6bd]

        java: code some code to use non-deprecated constructors
        
        Change-Id: I4194a3dfd361d1955cf5bb4fab915150eecfa21a

2014-08-08  Noel Grandin  <noel@peralex.com>  [2d700944b50dc9bcf030732cf1221426f55b3dd6]

        java: remove unused imports
        
        Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec

2014-08-08  Noel Grandin  <noel@peralex.com>  [e7a474b29ad87c03bdc3253cc62521b8af3a93e0]

        java: remove unused variables
        
        Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b

2014-08-08  Noel Grandin  <noel@peralex.com>  [27459c71ef5f6f27749de36334e8a20fe4731e62]

        java: remove unused fields
        
        Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87

2014-08-08  Noel Grandin  <noel@peralex.com>  [8d6cf7a147acde4e4a4f7600af25ed614b07f90d]

        java: remove dead methods
        
        Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d

2014-08-08  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [60fad3fabb26a50ea238bed2f046670c6e5678f7]

        fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTs
        
        Original File contains two separate SDTs which are getting
        nested during RT as follows:-
        
        sdtStart [MARK] rPr [MARK] sdtEND RunSTART
                  ==PREPEND==> sdtStart [MARK] sdtEND RunSTART rPr RunEND
        Now Another SDT starts
        sdtStart [MARK] sdtEND RunSTART rPr RunEND [MARK] sdtStart
                  ==PREPEND==>  sdtStart [MARK] sdtStart sdtEND RunSTART rPr RunEND
        
        So, in such cases wait before closing the earlier sdt, to avoid nesting. Thus the [MARK]
        can be retained in the corrrect position, to start the new SDT and end the earlier SDT.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10803
        
        Change-Id: Ia86f94c0587a5d44ab23391ea9ac38f86b5dd250

2014-08-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [396fa3b663efb2f0b125c6328732263133590b3f]

        reimplement custom sprite rendering with FBO
        
        Change-Id: I8d7a54fac61a3072d4f34615e71e37c70dec4e50

2014-08-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d4b80b6c3ea3bddd041d84dacb990ddf343aa0ad]

        fix variable name
        
        Change-Id: I1cfd6d59e5569177d8ad23245435073d30fe1374

2014-08-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5ace9183ba92ad44207f8f8e57a1665bd52062ae]

        add possibility to generate FBO with texture
        
        The caller is responsible to delete the buffers. Depending on bRenderbuffer either with glDeleteRenderbuffers or with glDeleteTextures.
        
        Change-Id: I5ccbd49862c381abf04e812765cced485a083f89

2014-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [779ae371b152748aecf2ea81eca1bdbbf0226389]

        reuse OpenGLContext in OGL canvas
        
        The only thing that needs to be reimplemented is the pbuffer based
        custom sprite rendering. We should use a FBO with a texture backend
        for that. This will also save several OpenGL context switches!
        
        Change-Id: I4aef33ae2499e44c8b5f41c296d8721cb94a37a1

2014-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a7f3c73fd76b6955862a77cbb403b7b5b47582bd]

        extract shaders to own file and use shared shader loading
        
        Change-Id: I1af7e03a3e46f3cb49162be9351ce22f54d08c52

2014-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56d45b721f15946acaf1c6ee7c4c0003fbe1d554]

        make sure that we always delete the shader and not only the program
        
        Change-Id: Ia02fb20d335e2172f607f13a0de78ea666d094f5

2014-08-08  Stephan Bergmann  <sbergman@redhat.com>  [161931ba7b915490ac9b9c57ca721857cf734fe0]

        loplugin:saloverride
        
        Change-Id: I6a3cdf840468d6508e8ffecdc50d79041b9b4797

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [57dcc9f3e9a7d2ebc86cf444729a7a08820418a1]

        I forgot to check this in.
        
        Change-Id: Icc32c336495a1d0a29b24b976dd5f359d03a0bba

2014-08-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [932e37abca820479db439cd883859d0d5f4a3709]

        fix ambiguity in argument
        
        Change-Id: I00146441b1271d7a3c866ad58d1b3c72b845dc0c

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3857330980232fe9869371007b20e35bfd05922]

        Disable export of label placement properties for radar charts.
        
        Change-Id: Ib9e5801bc13ccf146ddd5aa79b7cd7d2a640e203

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5c5f083186a787bbfbcf125f856f96efcd2e025c]

        Another test for radar chart data label export.
        
        This one doesn't support label placement property either.
        
        Change-Id: If1f17a135eabd810033644e27db6b1e5c049daff

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7b8073906adca8dae24c04a23708a3f3d582218f]

        Ensure we export correct labal placement value for percent/stacked charts.
        
        Normal charts allow a variety of label placement options, but percent/stacked
        charts only allow three variants, and exporting a wrong value would trigger
        MS Office to think the file is corrupt.
        
        Change-Id: I8bdc1dc072b29e8df2c506b6b16c61279df12045

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3119e04b45a5598833aee2b114f6abcaf3c6808c]

        Write test for exporting data label positions for percent stack bar chart.
        
        Change-Id: Idebb56fc96828ec38d5c239c16e5b413a50c837f

2014-08-08  Laurent Godard  <lgodard.libre@laposte.net>  [949279c8013022ff2935d73276cd57c9af069b97]

        XStyleLoader2 loadStylesFromDocument - unit tests
        
        Change-Id: Id143689f573e6f8585db9bc48a252e311ff0e721

2014-08-07  Julien Nabet  <serval2412@yahoo.fr>  [41e05f48dd3bf08552db3675f5285276095ba0bf]

        cppcheck: Exception should be caught by reference
        
        Change-Id: Ie6438d67aa09fd1dfb746b4ac7ff34d6494ee453

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [f120be20792ab862389a3dc24d9706821f91c571]

        loplugin:passstuffbyref
        
        Change-Id: Ib2b244f466d21835229a5a42e6decf4cf4aba653

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [90ebe26e5d7c23579987bdb4115167beb6f6a66f]

        loplugin:saloverride
        
        Change-Id: Ifbcd602203708519f7b4416cf31d94d45b552556

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [345e148b8b19c36a57e821b3e95ebe94afacd339]

        add test-case for EDB-29664
        
        Change-Id: Ib57c7846523f7b8b3b08d19355e10a47c778a524

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [e84664d30207549e641b0fc76d22968dd3a8d837]

        add test-case for EDB-22310
        
        Change-Id: I6a7b659b562218e4bdd1b1badf655f65266e8d85

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [2384444259080a486ff25b683f690e9da949b1ed]

        add test-case for EDB-22655
        
        Change-Id: I96c8ea50425ed82cbbd1f235bd778621956b59ba

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [48c5934af13710e83f094c5e2902787828065f51]

        loplugin:staticcall
        
        Change-Id: I966c0d6e61e1815252a83e22d142837e26302b30

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [8f2a714b60d35d7f17b317fa16ab4caac806e932]

        add test-case for CVE-2007-1735
        
        Change-Id: If505b45bd197fb24a2bacaf44cb46f84de8b61ff

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [fb0fdaaaeb4ebb6b8debbfe9c95ec8e25824edbf]

        add EDB-14344 testcase
        
        Change-Id: Ia4c6486d2d54103951765ce3e273dece6f022372

2014-08-07  Luboš Luňák  <l.lunak@collabora.com>  [3c873206a9450058a11ab87cab5942d319c75c82]

        fix picture jumping to incorrect X position after dragging
        
        If a picture anchored to character is dragged vertically, it can actually
        jump to the left, even though X should stay the same. This change
        basically reverts part of 5ddd93f4f90b3627a0ba63b62a5367c5e6c112a1.
        I haven't figured out how this GetBaseOfstForFly() actually works, but
        I'm reasonably sure that the relative X offset introduced by it
        in SwFlyAtCntFrm::SetAbsPos() is not undone anywhere in SwFlyFrm::ChgRelPos()
        or otherwise acted upon, it simply causes relative X position change, even though
        the absolute position remained the same.
        
        Change-Id: Iabf4f4e4268711a36f02aa47ca9624f9007a22a6

2014-08-07  Armin Le Grand  <alg@apache.org>  [5554be7f4cddcfeb450bfe41d0b588c8e8f6de76]

        Related: #i125349# refined to exclude possible recursive calls
        
        (cherry picked from commit a02eb39b84d130e5923f72edb2abb3b21adf6fff)
        
        Change-Id: Id068928f77a6efed44da9b83ecbf547302826591

2014-08-07  Armin Le Grand  <alg@apache.org>  [1ca06ce59b7d3cea873d2dc109a2acaec0a80759]

        Related: #i125349# moved clip enhancements to base clipping functionality
        
        (cherry picked from commit 7c5e9b9b3c5c899d63bf171ee1c9050db860337e)
        
        Change-Id: I570e92c78196895bef329eb308eeb68ffc5e23d3

2014-08-07  Michael Stahl  <mstahl@redhat.com>  [bb182b47ca7362b05c03d583d3547643d9a99562]

        toolkit: export some ListenerMultiplexer types
        
        These are used from svx and apparently some (buggy?) toolchains fail with
        fmgridif.cxx:: undefined reference to `non-virtual thunk
         to WindowListenerMultiplexer::acquire()'
        
        Change-Id: Iea0a6eab1ad7f69e4a732f763bc8dbc16bf1be1c

2014-08-07  Matúš Kukan  <matus.kukan@collabora.com>  [cc6ae367280d205a88c6f907b20b84613221ca52]

        bnc#821916: Better algorithm to find placeholder shape.
        
        Placeholder type seems to be more relevant than index.
        
        Change-Id: I9d6c6cad8e0a51b2385801f65d7d1c697ad7998e

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f4677f58a26d1183af5c91470be0e4f782e6cbeb]

        Area chart also doesn't support label position property.
        
        Change-Id: I612ca7426b2b3de07d4afe1d78cd809f1f6b37bb

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c2af3c885bd007bb36877f7b59e4035282d14f4]

        Fix the test. It's bar3DChart not barChart.
        
        Change-Id: I8e504dfee81557a1965bb4bbce4ea975c13fe775

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3683cddee869ed4d3025bd8039df5625c016199d]

        Write test for exporting data labels in area chart for OOXML.
        
        Change-Id: Icbb17f56643f7d89bf739b0f218b2ca8a6309d9a

2014-08-07  Julien Nabet  <serval2412@yahoo.fr>  [47999a4304cdb72ee1e78d223e671d17f240bd61]

        cppcheck: va_list 'args' was opened but not closed by va_end()
        
        Change-Id: Id7602dd19ac142dbe2680ddf7eab308a087e971a

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fb1473692e9be2093924ab4df7c982dc282af18f]

        Default data label placement may vary depending on chart types.  Get it right.
        
        If we export a wrong placement value, MS Office will flag the file corrupt and
        the loading will fail.
        
        Change-Id: I7ca1239cd390494c1181ecdb3310c5f88bb18f9b

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [844d143905411ef9d3a1fce2fc448b29f643500d]

        Add test for default data label placement for line chart.
        
        Change-Id: I25cf48703a286470907ccc5415a0fab479aa4b8c

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed39df130c6319409eb78eb5e9f03a070120c9d8]

        Doughnut charts don't support label placement option. Don't export it.
        
        Change-Id: I6d0e2c099869120bdf594813468a3c5ba4bb46fd

2014-08-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [96f890c63848db2975585a3fb5ae30e397c6add8]

        Write test for doughnut chart export of data labels to OOXML.
        
        We must not export label position properties for doughnut charts, else
        MS Office would think the file is corrupt.
        
        Change-Id: Icfab257ffb6da945b8add661e6455aa66cc475ab

2014-08-07  Julien Nabet  <serval2412@yahoo.fr>  [b0eff57aaeb34d25dc011249828f5029df951f57]

        cppcheck: Same iterator used with different containers
        
        Change-Id: Idc7f16dc4c81857d7a3f508ed830904d90a762b0

2014-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b54e4a616582a190a0bdc22f18b434321925dfe]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I50e32d275c99c445033fc5f9ecfcaf2a9bbc72c8

2014-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b606654158a06f3fab1a266c02ca6da953a3d0a]

        Unused todo attributes
        
        Change-Id: I598081eab191087c0d64f71059da7b5f00e82c62

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [bbf2ba56505b92c9efeb21a9aeacba491a0301a1]

        WaE: -Werror=unused-parameter
        
        Change-Id: I064c738b371999bb73726bde3669c710742fae80

2014-08-07  Armin Le Grand  <alg@apache.org>  [2c7d4665a08591aea2cf30d09485ae166d997138]

        Related: #i125293# More unified (still simple) CssStyles and solvers
        
        (cherry picked from commit b760428400bbc7ab3db4d5de6239589e79981a06)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgdocument.hxx
        	svgio/inc/svgio/svgreader/svgnode.hxx
        	svgio/inc/svgio/svgreader/svgstylenode.hxx
        	svgio/source/svgreader/svgdocument.cxx
        	svgio/source/svgreader/svgnode.cxx
        	svgio/source/svgreader/svgstylenode.cxx
        
        Change-Id: Ifcfc665df18f56e2cbc359411b633271c3b8d4bb

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [04b02f2f5a4f71198e0cb616404c4721c918afe6]

        Resolves: fdo#82043 use a bold font for the start-center buttons
        
        Change-Id: I4d947060815559f68cd200d8103868014ea6ac2d

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [444600442beb69365d47de188a30a3565c45eafc]

        coverity#706946 Uncaught exception
        
        Change-Id: I836e353ae3a8274842465719b3d8ae82ad433375

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [e88157144d59f277190f40492790a3375acc3bbb]

        coverity#706587 Uncaught exception
        
        Change-Id: I33836bfc2d0e18a12774a9e65d814f50ae10d7b8

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [80231ff414371a0cd052639efc1329c396eb4f7f]

        coverity#706588 Uncaught exception
        
        Change-Id: Ia1672fe61f9bf158a300d5855e46de2747754ca2

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [3a1c2d9b4194ffde30bce6ff4381faac8caf1120]

        coverity#706589 Uncaught exception
        
        Change-Id: I60820ab1ea8b13ed6d16e714cd22abce3c2588e5

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [58edf5120d227575f313d4ca52cee19f2d4dcff7]

        coverity#706593 Uncaught exception
        
        Change-Id: I9cb2057a866d11dec97e5bfd03d0663d09f079f7

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [a92bd2988ecda92ceed1d55dba083a68cc0f86b0]

        coverity#706596 Uncaught exception
        
        Change-Id: I1fb6ccbe12e3ec760a5474826170bcbf6b5146f9

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [45c2c0272052f7f23aed0bef11a6289545a49749]

        coverity#983561 Arguments in wrong order
        
        and
        
        coverity#983562 Arguments in wrong order
        
        Change-Id: Ia9e95c8c5dbbf0a12ac06162e4fc3ff5e568f035

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [092e10a58283a5aef7f4118db54c1f6ac8637a0b]

        coverity#983562 Arguments in wrong order
        
        attempt to silence this warning
        
        Change-Id: Icd8fa41a63bd3fe70b956f7af1818325b471e0f6

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [539a0d00f9463412ab714ecc606118b6f4b08580]

        coverity#704901 Dereference after null check
        
        Change-Id: I1545151a71b44d85bbf1e990837154e4e1b6f3c4

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [39790317a9edb85cf25244dc112c4a2ffe473b26]

        coverity#704902 Dereference after null check
        
        Change-Id: Ib0c590f452b0fd2df042a200015c935b46070fde

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [349b218add66fd8d694c2dd95047a7d9caef4f0d]

        coverity#704904 Dereference after null check
        
        Change-Id: I5ef95b90f7eeb4777f9a847c42a09f2fab5f1e0c

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [41a5730b07d0b1749fa9a1b7f9ceea64b3b2cacf]

        coverity#704921 Dereference after null check
        
        Change-Id: Ie2e8726cec7d21b5cc15fccb9a8b2a034ac938cc

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [88de419ea62736cae6724f909bfdb8bd68f5fed5]

        coverity#704947 Dereference after null check
        
        Change-Id: I3e2e3d78e84515cc6e1caa6e105762726d2b9e56

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [8acf970d8a55271cd1565ee7b33ab26c88b70280]

        coverity#705003 Dereference after null check
        
        Change-Id: I3841f9d067d006810d99d04cd874bbb26a0812bb

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [4e77d6251ebf12f2f9a24d64c0285cb3fc6aad42]

        coverity#705041 Dereference after null check
        
        Change-Id: I71b9fa34ee6d885381eede39d8b753f228f1196c

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [f97eb186bf44d01073c010d6875b0bc4c889b17e]

        coverity#735805 Explicit null dereferenced
        
        Change-Id: I6641930b42f233096f4a0067ab320383ff07a72a

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [4d22bebe5464ce6fb905bcaaf13db3b6587d24d2]

        coverity#735867 Dereference after null check
        
        Change-Id: I6dce94b0f6ad68e9e748b258cd511119201245b9

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [65ed07a8638f2e9fcb866932a051150455b4766a]

        coverity#1078601 Dereference after null check
        
        Change-Id: Ie708384cbf0a2b0faa82d0653ceb87816bcdcbfd

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [013b19212b5bc37c85b1f1a72b0b71f75854b997]

        coverity#1130195 Unchecked dynamic_cast
        
        Change-Id: I10159fb938da56381989a97db7e518914db40f7e

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [dbe74ab1b38bbd97c8c5304957f8327f064fc21b]

        coverity#1209529 Dereference after null check
        
        Change-Id: I58fbc34996157e7118983a245d31f471b603361f

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [086611d2ce95f67a55efbd169ee4636dd60f68c5]

        coverity#1202783 Division or modulo by zero
        
        Change-Id: I17892b9daa3be450001ac88239008d0d27f4a01f

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [9823f73137bdbd7e890aff61e4bc34df384029e8]

        coverity#1130480 Uninitialized pointer field
        
        Change-Id: I318b8b5d219240ad0620fd020b74dfcd8c91bdec

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [70e9f271258455c114cd711036d06a13f1c1d818]

        coverity#1228875 Uninitialized scalar field
        
        Change-Id: Iadd56e64f2ec2ef032147e4eec3bd2f0e3cd12cb

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [b09911d509e242106a7364f9d13476dba63db910]

        coverity#1219805 Uninitialized scalar field
        
        Change-Id: Iff8cbfce480d63986b680b66c2837851e6e24555

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [945d6444ad06fc27de33c7e3093387a73d09d4f0]

        coverity#1158491 Uninitialized pointer field
        
        Change-Id: I618427793885f6dce918e432e5d532f30bed71ad

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [37276d1636a7473290dda6dbfe64230ea037468b]

        move null termination outside ifdefs for both branches
        
        so the strncpy branch is guaranteed null terminated too
        
        Change-Id: I79df96d69633a4db76f865301690c7ce7533fce9

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [eb8d96fe7f6379e72c1c5cf945511cc3e3b2f152]

        coverity#706155 Copy into fixed size buffer
        
        Change-Id: Ib795dc1b64d908942a836d09bfcde9f19d318b1b

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [f488aed4a1e96514e12b963fc97e00f8a48d06f7]

        coverity#706150 Copy into fixed size buffer
        
        Change-Id: Iee86d6233771a9e07a037257786e928c6f18addd

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [df29ac9072eb4fdd0dae373ba6ceeead2e1cd394]

        drop prepareErrorFormat from LocaleNode::incErrorStr
        
        Change-Id: I3489f84ee66628d2ea9fcdaa1dd89dcd8523aa8a

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [a3c05bc0c6961639100a319cf9a0aa636d7bdbb5]

        incErrorStrStr always called with two %s
        
        so we don't really need prepareErrorFormat
        
        Change-Id: I3f5ae846ad4ba59468f90eba2f8e0eac2a7da9ae

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [a944363d352122250d167072250fe10df6374ddc]

        unused return
        
        Change-Id: I1b61151df81c75bf794fbeda967769501026bb05

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [92c5536cd5a3d1854be7fc0c50664aa6e20465d4]

        coverity#982278 Resource leak in object
        
        Change-Id: I0d0cf666ac8ecd55b4d3ba783b1e17670d6eb566

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [e5e24bdc33723ed4e055a609a9574edb644d580f]

        coverity#1202907 Uninitialized scalar variable
        
        Change-Id: I8cec0ea104fedfd7d89ac91a5b7f395246da8db0

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [7a9abd681b7fc5f84e81aded9085feb09743f385]

        coverity#982756 Dereference null return value
        
        Change-Id: I0f2ef4cb61a5774c3d2251897ee914f959ae44a8

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [c3e8faa10e90b99601a19b2d46b83deac51d39d5]

        coverity#1228877 Structurally dead code
        
        Change-Id: If3a3de8bae4c2d1b8e39d3255cd8ee7e985b4404

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [93a37a649755034d306767880572a5d81a43eceb]

        coverity#1224982 Out-of-bounds access
        
        Change-Id: I028148a1112cdbe83ff7fb439cc4280a7723338b

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [f7f943d71faa8117f902289f95b9ffc7582a5320]

        coverity#1229887 Resource leak
        
        Change-Id: I5f8ac14892682490d8cc93266368419107376206

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [0273e9cde0626774dce273a9ff1b4ccbd4e75d9c]

        coverity#1229888 Resource leak
        
        Change-Id: I5a50c23581ac31b81549cdbab038521598c2abf3

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [3db3184dc9415673099b88d4696bfe53c10e8dca]

        coverity#1229890 Uninitialized pointer field
        
        Change-Id: Ica36715d932157fdeedadced7c7fba71babb4e0a

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [59828ae2fcdd72e69504619f2d826ae75dec3aba]

        coverity#1229891 Uninitialized scalar field
        
        Change-Id: I5e7e0f95b0a93c6b0db5b8ec313822fadbbc4a07

2014-08-07  Caolán McNamara  <caolanm@redhat.com>  [a33f9d080be4a51e816b25f94d19f591b2d9b75d]

        coverity#1229892 Uninitialized pointer field
        
        Change-Id: Ida750e33efd8d18ee754d1bf8b123295581365c8

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [26ed25538fab12c4b1e3ff2516487a29897ba122]

        New files missing from prev commit
        
        Change-Id: I9889e97a7f9e70d8b2d82e26d9e0f971a943d007

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [1579d8ed79fb70308599b2329803b3d679718ec8]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I536353b86ee023eb630ea89786d2205a628d95e3

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [5b9c8241ea3a536cd0652bddbca110d86e09dcf9]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I11db6f87f3b8b32578c0c83d3df7b11d3533b5ef

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [e80c3152fdd343829af9e196aa6c72aaf9c7597f]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I004905375489fa5533ab4af13ebba439ba792384

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [b08553f0491e8f23ba890b206a4c9c5c9633b390]

        Under -fsanitize=undefined, always link with C++ compiler
        
        Change-Id: I4ded563245dd6d491420a69903796d933cbd449c

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [f54f5dea9778bc4a3103fe97921c6e952c2d6c46]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I712d10c80ffbd3c4b9d628497eca006a912955ce

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [f740673ed74b1e2daf2a65d9b167dc3a38e1dd25]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I2d4e4be562cc752e7545792b148d5ed0cf551f25

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [ca730eed1e61551d77fb6d788eab9214579ed4ff]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: I9d58782c3d3bd09dc0d1d7121c057541f1186b43

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [abdae7c281f6449833c920c5a9ba22459be484bd]

        Fix function types
        
        Change-Id: I295f587e48e2882f87091a3a86610e316cd903fb

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [bcc719d52e6c470c3bb66548418230b48336e888]

        Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy
        
        Change-Id: Iaa470f710295e65347c9d12a3bce0d0b68b02417

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [9c9f0ea2c38929d133b0fe2faf616ecab17e07c9]

        Include RTTI in generated vtables for ubsan's vptr-based checks
        
        ...though only on gcc3_linux_x86-64 for now.
        
        Change-Id: Id90554425e78b38a5a97149f2a7d3ac04cbe0c9b

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [525063f24d2a95bd0ae47780f7e7cb15333f0d33]

        writerfilter: Old Python does not know OrderedDict, work that around.
        
        Change-Id: I08fc7ba8e94d3d258f9e00ac45cd1a8a0b6b3ff3

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [fea94f214e4a8dea58b1c1e3f09cbde339f0465f]

        writerfilter: Kill unnecessary indentation (return or continue early).
        
        Change-Id: Iad20b8f9b453d413ce0d249c65b5f44767f0264b

2014-08-07  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [9fc83ae4e479f7e6784dfdce87de35c283fbadd2]

        fdo#82241 fix autocompletion for calc functions with
        
        dot or underscore in function name
        
        Change-Id: Id460cad619098265b4ae000894df64a996ef0514
        Reviewed-on: https://gerrit.libreoffice.org/10801
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-07  Takeshi Abe  <tabe@fixedpoint.jp>  [38a3d53d8b9e6dd66c19f721be9b4b3e350eb249]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: I04a5832c86823718146c78238ea648be21bf1f53
        Reviewed-on: https://gerrit.libreoffice.org/10811
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  David Tardon  <dtardon@redhat.com>  [73a31771ad7775d7900b328967eb2f8628261d64]

        Updated core Project: help  577577fd7006327a85f420360c769ca70e96b50c

2014-08-07  Palenik Mihály  <palenik.mihaly@gmail.com>  [cd4de68ccdd26945e9a1d885ed75b552a9c8e935]

        Convert RID_DLG_FORMLINKS to .ui
        
        I converted RID_DLG_FORMLINKS dialog and FormLinkDialog control to .ui
        
        Change-Id: I770b26f98f745f1717e97aa167e73644b7260fe2
        Reviewed-on: https://gerrit.libreoffice.org/10808
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  Takeshi Abe  <tabe@fixedpoint.jp>  [248437e4fd0cbc0cc18c802a202c290644176faf]

        fdo#75757: remove inheritance to std::map
        
        Change-Id: I2fd0b43c62c331d866d697c94dd57d17f903111b
        Reviewed-on: https://gerrit.libreoffice.org/10810
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e31cbb4eaea3c6600248ba59a22853acc1d6606]

        DOCX export: avoid empty attributes in paragraph shading
        
        Change-Id: I4bdf3f2d7f2aee3ce735a52185e736a8861d85e4

2014-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c65f932e2bc7e291b691fc9afc05e0e3ee076d7]

        fix variable prefix
        
        Change-Id: Id963e4dcfecefa0425a2fdfd61e0adbcd6995f0c

2014-08-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [589de7370681ca84b9134852e454ae13baefc5dd]

        unused generated attributes
        
        Change-Id: I6e838dfca60cff5dbcab1fa81d55a0774d749ef8

2014-08-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [191f0944fd8fc30493eda58c7adfdfa0b538f507]

        Handle collada libraries seperately: --disable-collada
        
        Depends on gltf support.
        
        Change-Id: Ief0452da3d03b0ddbca45272e5f5cd268691aeca

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [7479729487e167c61c69b77f5e270e639160005b]

        Work around dirty Qt4 test code
        
        ...failing under -fsanitize=undefined -fno-sanitize-recover
        
        Change-Id: I33a72bc1474708847f4cfc6d3d2ae6a19eb80c7f

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [b4589038b35f684d270f2beb43fad579f2e4b25b]

        Update my address.
        
        Change-Id: If08154e617250ab78638e149da1ca34a11ceba75

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [617623fb783d6588a2999cae978ee9bb147e3847]

        Revert "ugly hack for NS_ooxml::LN_CT_Style_type being the first attribute...
        
        I believe this is not necessary after the recent removal of unordered_map from
        handling the attributes.
        
        This reverts commit 76336334e669519cfa42413b851584fa321c004d.
        
        Change-Id: I631bc2613954953a30448dbe2a5bf564c529e2a0

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [00db42fec1056999e8aaa5a5cd671ecb7f89c57a]

        writerfilter: This depended on the order of attributes.
        
        This code actually worked by mistake, thanks to the wrong ordering of
        attributes that was caused by the usage of the boost::unordered_map.
        
        Change-Id: I72cc5b54496b03183987d4d004f985d368e63deb

2014-08-07  Jan Holesovsky  <kendy@collabora.com>  [345a3a394e082595924bf219796627f6c00ae2dd]

        writerfilter: Kill AttributeToResourceMap.
        
        IMPORTANT: From now on, the order of attributes becomes stable, based on the
        order in model.xml (not on implementation details of unordered_map), and the
        code that handles attributes may depend on a particular order.  If you want to
        change the order how the attributes are handled, change model.xml, and check
        you achieved what you wanted in the generated ::getAttributeInfoArray()'s.
        
        [Writerfilter loses another 250k (stripped dbgutil).  And the usage of
        unordered_map here was just completely bogus from the very beginning, as it
        was only iterated as a normal array anyway ;-)]
        
        Change-Id: Ic70c37793e313c4ccda1d6f374cc2d366307ba1b

2014-08-07  Douglas Mencken  <dougmencken@gmail.com>  [6c4de449094048465b81abf93139bb5950fa12c9]

        fix external/coinmp on OSX: bad symlinking
        
        instdir/LibreOfficeDev.app/Contents/MacOS/libCbc.3.dylib -> libCbc.3.8.8.dylib
        (which does not exist)
        
        See also: 9f339a89453808b917177a3ee675a76385758902
        
        Change-Id: I398d649c2e918b496c9b92364189da4796682653
        Reviewed-on: https://gerrit.libreoffice.org/10614
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  rbuj  <robert.buj@gmail.com>  [90b4217e20af48e08352bdd6b478e7a8c59ee035]

        nlpsolver: Use System.arraycopy
        
        Change-Id: I2550bf0799bd5ebc7f6ff299752fa90b7a31674d
        Reviewed-on: https://gerrit.libreoffice.org/10806
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  rbuj  <robert.buj@gmail.com>  [efbc5ac6cc4f8d7b57e4d24a70bae92fa0d22060]

        nlpsolver: Number parsing
        
        Change-Id: I37a83b8e8c0f084ae175be5a5c58fc6b852e23a1
        Reviewed-on: https://gerrit.libreoffice.org/10807
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [529bb272e296c7f41416d9392787bc2cdf5fe362]

        RemoveEventListener on self again
        
        ...as otherwise base class ~Window would call into WindowEventListener with
        this no longer a SwSidebarWin.
        
        Change-Id: Icfe942eef9a0adb58a59397b4f41514e0c696543

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [f31424e650c4f7d4a09a166377ee4890fd317292]

        Fix *_component_getFactory function type
        
        Change-Id: Ib86d37e1570c9a64ef83beaf11bf0ec4676533eb

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [a30ce480fa6044b1545145559cd23df140307bd0]

        These SwTxtFrm calls shall apparently be done via pOwn, not m_rThis
        
        ...given the initialization of pOwn based on m_rThis at the start of
        CalcUpperSpace and the pOwn->IsTxtFrm() checks preceeding these casts.
        
        At least CppunitTest_sw_odfimport via
        
        SwFlowFrm::CalcUpperSpace
        SwSectionFrm::Format
        SwLayoutFrm::MakeAll
        SwSectionFrm::MakeAll
        SwFrm::PrepareMake
        SwFrm::Calc
        SwLayAction::FormatLayout
        SwLayAction::FormatLayout
        SwLayAction::FormatLayout
        SwLayAction::InternalAction
        SwLayAction::Action
        SwViewShell::ImplEndAction
        SwViewShell::EndAction
        SwCrsrShell::EndAction
        SwView::OuterResizePixel
        SfxViewFrame::DoAdjustPosSizePixel
        SfxViewFrame::Resize
        SfxFrameViewWindow_Impl::Resize
        Window::ImplCallResize
        Window::Show
        SfxBaseController::ConnectSfxFrame_Impl
        SfxBaseController::attachFrame
        (anonymous namespace)::SfxFrameLoader_Impl::impl
        (anonymous namespace)::SfxFrameLoader_Impl::load
        framework::LoadEnv::impl_loadContent
        framework::LoadEnv::startLoading
        framework::LoadEnv::loadComponentFromURL
        unotest::MacrosTest::loadFromDesktop
        SwModelTestBase::load
        SwModelTestBase::executeImportTest
        testFdo55814::Import
        
        leads to calls where m_rThis is not a SwTxtFrm.
        
        As this mixed usage of m_rThis and pOwn is in there since
        84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import" it is hard to tell
        whether further uses of m_rThis should be replace with uses of pOwn, too.
        
        Change-Id: I6a59aa3aec2d28b8aec13cd4b9528fdbe4ab093a

2014-08-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [91bfacea9058b0a00feb58879c14666d31089c21]

        Fix tarball.rebuild on windows
        
        Change-Id: I0a649548088428bd1a1fcedab76325fffa6b72a0

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [7fb48e7e3aa76ba48174d74da7b603b25ef68f56]

        Consistency around SdrMetricItem in svx/sxmlhitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I65c36bde166c5f78db8c76364fd057017982fed6

2014-08-07  Michael Stahl  <mstahl@redhat.com>  [ff929ad45cdd803db0da49423648256f8380b3a1]

        remove unnecessary references to test-install (just use instdir)
        
        Change-Id: I99f19a3e2ed166c2ea4397f8767975973dd5d983

2014-08-07  Michael Stahl  <mstahl@redhat.com>  [f1589f768bbd1d8baea6e442f392831851bdbb3b]

        rhbz#1079672: FileDialogHelper: don't hand out stale preview Graphic
        
        The maGraphic is updated from a timer, and if you double-click on a file
        then the dialog may exit with the previous file still previewed in
        maGraphic, so the wrong image is returned by the dialog.
        
        Change-Id: I99094d85d8d68d5c8a842f52e7039dbbbf095995

2014-08-07  Noel Grandin  <noel@peralex.com>  [414a6e4e0ce35ead40d2a0476f18fba1f746b7bf]

        convert EvolutionarySolver source to unix LF
        
        so I dont keep getting problems when moving patches between Windows
        and Linux
        
        Change-Id: Ia2323ecb388bf5996279686e1bd2b1676c5ae213

2014-08-07  Lionel Elie Mamane  <lionel@mamane.lu>  [5be4407d0716f78acdcdf24de135af91f17e51be]

        fdo#82151 fixup
        
        The dbaccess unoapi test calls
        css::sdb::XSingleSelectQueryComposer::appendFilterByColumn
        in a state where there is no current row, and thus no column value.
        This does not make sense, but let's not break the build while I
        figure out how to fix the unoapi test.
        
        Change-Id: If813a1544ec9a5dac6f87197982d10576c91cd8c

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [5ecec388bb117426661c4e5f65cb84aeb245064c]

        Consistency around SdrYesNoItem in svx/sxmsuitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I25002e5b6043baa8c93b180a03f475bea5906e4f

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [58f837d2267e002a6a323b6b37c9e62eb6ca711b]

        Avoid unnecessary illegal downcasts from SwFrmFmt to SwSectionFmt
        
        Change-Id: I2ca8d57a09b6f8c6d760b5fb6a3d2f94ad22ada3

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [ca16ec4346cec871163c0b9ff361c7ad8bc74c16]

        Avoid illegal downcasts from BigPtrEntry to SwNode
        
        ...and while at it, remove the need for the TempBigPtrEntry derivation.
        
        Change-Id: Ic758f646578a90a28632b1368fed209eb84f9c1c

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [47585cea02f00ac15b05c092e5392bd76e78daf9]

        Missing include
        
        Change-Id: I1dc2b46109e62b3df1e887472e0bd927cb4bedb7

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [90b09303ef4f9163428107be7b8db23022ce10b7]

        Tunnel SQLException through getPropertyValue
        
        Regression introduced with 03a2b4a80c5854bcb8520f2a43e485b98e3eba8f "fdo#82151
        when constructing column object, replace m_aCurrentRow by a function," where
        the other call to m_pGetValue in ORowSetDataColumn::fireValueChange appears OK,
        as ORowSetBase::firePropertyChange already wraps the fireValueChange calls in a
        try--catch.
        
        Change-Id: I527cc35ae120cf083f7c69a9a23526839a2bbddb

2014-08-07  Palenik Mihály  <palenik.mihaly@gmail.com>  [b6b77711bb3f3a4293a203a151b2de7bc39cba5a]

        Convert PAGE_ADO and PAGE_MYSQL_ODBC to .ui
        
        Conflicts:
        	dbaccess/source/ui/dlg/dbadmin.src
        
        Change-Id: Idaba7ea38b8ca6b7d0d9cc9599e9a76836573086

2014-08-07  Palenik Mihály  <palenik.mihaly@gmail.com>  [2159107594e2e4665e8d0724a56000d3be30d11e]

        Convert PAGE_LDAP to .ui
        
        Conflicts:
        	dbaccess/source/ui/dlg/dbadmin.src
        
        Change-Id: I2655cc1d58c87a254c7074682fd7814e4d00fe73

2014-08-07  Stephan Bergmann  <sbergman@redhat.com>  [1d7751dd7d055c13324ff714523905e95e44fd4c]

        including gtk/gtkunixprint.h appears unnecessary
        
        ...and at least gtk2-devel-2.10.4-30.el5, while new enough to cause
        ENABLE_GTK_PRINT=TRUE, does not contain
        /usr/include/gtk-unix-print-2.0/gtk/gtkunixprint.h
        
        Change-Id: I6ff98e0c67047c0d8c35cfcad45be47ff09ca97a

2014-08-07  Tor Lillqvist  <tml@collabora.com>  [0acc3300f14e7f961bc165f58e97d1f35164d781]

        If dev-install is obsolete, why have it at all?
        
        Replace mentions of it in a few (dcumentation) places with test-install.
        
        Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834

2014-08-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e942fbfad420cf9e6e4ba7358380e1fec3d13952]

        Scope reduction.
        
        Change-Id: Ie92743a05c857f0cbb5e812d8341127d29d18202

2014-08-07  Michael Stahl  <mstahl@redhat.com>  [1c16a1e6141b9ec96022570cf4ba13ea7a7dacc3]

        chart2: -Werror,-Wunused-private-field
        
        Change-Id: I4e67e11772f400f1e6ae1ba8af00dea81c085691

2014-08-06  Szymon Kłos  <eszkadev@gmail.com>  [afbbc4cf4ceea9445cbb584b50d511c512e5133f]

        deleted TP_LAYOUT resource
        
        Change-Id: Id0c60b43160f2447cfddfd7cf1c06c1becc419e9
        Reviewed-on: https://gerrit.libreoffice.org/10784
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-08-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ac6fabdc02fdcba8a502153099512946d2b7effd]

        fix Wreorder
        
        Change-Id: Icc9d9587ddf5610d6adaca9b2ea5eb32e2534947

2014-08-06  weigao  <weigao@multicorewareinc.com>  [8f38b9e11eef43fbc47827eff432b3620aeee2d4]

        remove test code of screen text
        
        Change-Id: Ibcda49dc561b2778d17c03edaaaf2b8e2fff4a0a

2014-08-06  weigao  <weigao@multicorewareinc.com>  [b2b57d51b17704e1f7d031bda7d1549368838652]

        add click fly back code
        
        Change-Id: Ib4d5ce06f50ab7413fe8ecb5b61397b41e4fedd2

2014-08-06  weigao  <weigao@multicorewareinc.com>  [e3d4a488a0c3eab68d4c77139f8d9b203e1ddafc]

        make GL 3.0 support bars scroll
        
        Change-Id: I71d8d94f410e6c67d0e188ea2e0f79eb151758e0

2014-08-06  weigao  <weigao@multicorewareinc.com>  [495d53b1dc0f3c32e0b76344775b9fc728e09fe5]

        make pick shader work when bars scroll
        
        Change-Id: I9a3e0e36b212ff49ad22ac0ff267d04476b4c307

2014-08-06  weigao  <weigao@multicorewareinc.com>  [b819026e1994287dd6a27848981aebca805c4e09]

        add scroll matrix and bars can scroll
        
        Change-Id: Ic821faaa9dc02fd965f46a77136edaf7a87cf6fe

2014-08-06  weigao  <weigao@multicorewareinc.com>  [f7fef1c333971ff92e390834df1d0eae8ffadec2]

        add scene limit code for scroll mode
        
        Change-Id: Id6ce3aa55b286a300476f3609d1e1994ce2c2768

2014-08-06  weigao  <weigao@multicorewareinc.com>  [af01f14c8752c38b900f3536cd6791778dd2d209]

        add scene edge function
        
        Change-Id: Id64e3dc06d0d853bc7cece2337dcc927e15a49b6

2014-08-06  weigao  <weigao@multicorewareinc.com>  [2597da2de74620162a9931860ac8b96529f94204]

        add functions of setting the speed and distance of bars
        
        Change-Id: Id44adf11d445b9c30467e220465528a80ee31b18

2014-08-06  weigao  <weigao@multicorewareinc.com>  [cc20cedcbcad2fd08d48b6ce687de7e3471a7ba3]

        add codes to compile the scroll shaders
        
        Change-Id: Ib69dbdb012e983e194b7ada04b455c80cf0abbaa

2014-08-06  weigao  <weigao@multicorewareinc.com>  [d15dcc08b83aac0d30826bbba2e4136e4501eda7]

        add bars scroll shaders
        
        Change-Id: I006062986534950485ffa9e280caad3e37c2f35f

2014-08-06  weigao  <weigao@multicorewareinc.com>  [22b45c0adc4693075d3958e1b2d696cb40619f3a]

        add high light bar code for click
        
        Change-Id: I412173d01fe6611027b45169fe4cd9be5b4cc4df

2014-08-06  weigao  <weigao@multicorewareinc.com>  [7dcc31ed61bad3d3d649667f2fb890c878ac69c3]

        pick bar path should use the IDs in pick resource
        
        Change-Id: Ifd20a7a9ecb85ffc080204f4f3e9f200b07b9a9c

2014-08-06  weigao  <weigao@multicorewareinc.com>  [00f097b627e7106dca2813371a524e260a4baddd]

        test patch of creating bitmap in render thread
        
        Change-Id: Ic0879dba3ad6a80359931edb65f0b72c1cc4d597

2014-08-06  weigao  <weigao@multicorewareinc.com>  [f9d2de854b737f98d4d74a2885965c7df2d52da8]

        texture should be released in render thread
        
        Change-Id: I4ae03163a2bf9aff831e6fd3a8c1c91fa3eba675

2014-08-06  weigao  <weigao@multicorewareinc.com>  [b757ac0b20ed2c6d34c0fee9ba638887fd8e7743]

        fix the light power in 3.0 version
        
        Change-Id: I0a8e86f513386b7ce0eebb38d3257c275e86085c

2014-08-06  weigao  <weigao@multicorewareinc.com>  [5d50115229c21cbd865ba9d54e7c4626b7e1dcc3]

        add drag animation for benchmark
        
        Change-Id: Ie9146272dd88b7b51edace7023048629874c360f

2014-08-06  weigao  <weigao@multicorewareinc.com>  [483cfd6ff77cdcdfe75085835ee51686e9d5d5aa]

        add click event animation for benchmark
        
        Change-Id: I1e5a879fa315a775a77d3fddc6de1d02963b5f7d

2014-08-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d99d1d2c4e8af92e333ef3912d401989239b49ed]

        Remove the 2nd argument which was added unintentionally.
        
        Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372

2014-08-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd1fb229b4d4a221c225117460d60e8066bbfbbb]

        update the reference files
        
        Change-Id: I063100a632286b7fbec71c5fba00b9705972ac9f

2014-08-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91cc314576f03bdca1a2d14e2306401759bc206e]

        Revert "Revert "bnc#886540: Let's not push the available area down when no titles are there.""
        
        This reverts commit b7a46a22b6a0a5429adec015255ce76e41dced41.

2014-08-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5ca2b6fca9eb975886f6796e6086ddf79be387d5]

        fdo#82137 don't include working directory in tarballs
        
        as this changes permissions when extracting, and those are restrictive,
        since it is a temporary directory
        
        Change-Id: I41b28fe405e5915faeea944eb3cfdbed518ac55d

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [998836222cc31aae9e36d695a911996f3972d6b2]

        fix C++11ism
        
        Change-Id: I93f8bbdc9b0b326fa6334640e1d65b862dba6f22

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c0e846cd75c1a56e4dec6d55a6d8a0ea591e299]

        pep8 fixes
        
        Change-Id: Iba89cca1dd06e133d7a23f1695b262209e13cec2

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [446af81d89d22d088415062f55a6dfb87e654223]

        unused tokens-to-xml.sed
        
        Change-Id: I274cdeddde53472e1d4d2188f88269a70677a1fd

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [2046fcd907fe8c0217c5cd43be8420859a0ad435]

        unused writerfilter::ooxml::OOXMLFastTokenHandler
        
        This makes libwriterfilterlo.so smaller by 500KB in a stripped dbgutil
        build.
        
        Change-Id: I0046251a0fe83ceee6f585f17707e4ecf53996b6

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [63cb2c865371cafaab763be656695e9cc75b8a15]

        writerfilter: switch to the oox FastTokenHandler
        
        Possibly they did something different in the past, but currently they do
        the same. This commit just switches the handler, the newly unused code
        will be removed in a later commit.
        
        Change-Id: Ic5bade876c264e025543728916d9bcd871e32b9b

2014-08-06  David Tardon  <dtardon@redhat.com>  [510443e9a29b9ea75a60a3c5d430ed814a090a3a]

        Updated core Project: help  9411c73cf8ac2f036ce21c99962788e59148158c

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [5f7f1863e3046eff70444f5a273229e40207c0bd]

        Fix *_component_getFactory function type
        
        Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [14e81a12b0fa6a7bcd9fb29870db8b8bb67b25dd]

        Not every SwGluePortion is an SwFlyPortion
        
        Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [b75e052d31ec8854cad3bda7d372dcfcd50c9609]

        Call SwTxtNode-specific part of DelFrms while SwTxtNode is still SwTxtNode
        
        ...when SwCntntNode::DelFrms is called from ~SwTxtNode -> ~SwCntntNode.
        
        * SwCntntNode::DelFrms now needs a flag to distinguish calls from inside
          ~SwCntntNode from other calls.  bIsDisposeAccTable happens to already serve
          that purpose, so I reused it, but that may be a bad idea from a semantic point
          of view?
        
        * ~SwTxtNode is careful to mimic old behavior and only calls DelFrms_TxtNodePart
          if GetDepends() is true; no idea whether that's really necessary, though.
        
        * Shifting the work done by DelFrms_TxtNodePart from within ~SwCntntNode to
          before ~SwTxtNode calls ~SwCntntNode hopefully has no negative consequences.
        
        Change-Id: I1532b4cfef7fbf9ba82e64b919a08cbefa335421

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [48c90eb75f4610480be28ecad48953143c7f297a]

        SwCntntNode::DelFrms already checks for GetDepends()
        
        Change-Id: I9f7ccd372a570dc4dea98983c51419dce83f8be8

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [02e462f5b15ff5ca00992349fdbc79689ccb3863]

        Remove unused bNeedDel parameter to SwCntntNode::DelFrms
        
        Change-Id: Iedc5e8caafda868db853fdf328fbdc99bbf28e20

2014-08-06  Szymon Kłos  <eszkadev@gmail.com>  [660931a01916bb1386d5855fffd25d355d2c627c]

        RID_SCDLG_CONFLICTS conversion to .ui
        
        Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90
        Reviewed-on: https://gerrit.libreoffice.org/10778
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  David Tardon  <dtardon@redhat.com>  [546a71da750f87cb895ec62f503f0574f53cdafb]

        Updated core Project: help  cc5bb5cd5316199307fcafa59583314f040b8733

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [994cca6b4d090abf7b262ab8b16a46528bef6c21]

        DOCX export: handle <w:cnfStyle> row property
        
        Change-Id: Ice1cf2ce078b130130c44952ec2be0f8642f21a8

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbaff6d0b62426ef76acb0a08140eab1371381be]

        DOCX export: handle <w:cnfStyle> cell property
        
        Change-Id: I7ff2411aed76aa74c8c0d111962773e7af12a7df

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccd1eb4a023219cfea46c259972af168b3431de4]

        DOCX export: handle <w:cnfStyle> paragraph property
        
        Change-Id: I9654da23886d52968c3c95300cc7ad4f772cbb8d

2014-08-06  Szymon Kłos  <eszkadev@gmail.com>  [d72a3d46022860f2ffe9f7acb268efe5756b0f13]

        DLG_MAILMERGE conversion to .ui
        
        Change-Id: I9f62470666dfdc2e1a3e636ccc1893871b8e8bd4
        Reviewed-on: https://gerrit.libreoffice.org/10753
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [83e5c3e93d9a6f306973d25f6e0426b5d0d06d07]

        left shift of 4276994303 by 32 places cannot be represented in type 'long'
        
        Change-Id: Ie9ddc5a42116720e0602d7fb38360f01b71df69c

2014-08-06  Andrzej Hunt  <andrzej.hunt@collabora.com>  [46e03df0a7471a887e7cf403765b4de3582d9a1e]

        fdo#81835 Don't prefer GDI Metafiles to RTF/HTML -- correctly.
        
        Was first introduced by 538c13f3d1756f2d105115f64ab1bc0b7426eebc
        
        We should process clipboard formats in order of descriptive-/
        usefulness -- however png/bmp are special cases (as browsers
        will add an html equivalent to their clipboard when copying raw
        images, with the raw image being the preferred target format)
        and were therefore moved up in the paste-preference list,
        mistakenly it was assumed that GDI Metafiles should be subject
        to the same treatment, but it appears that Word (and Wordpad?)
        will provide both RTF (preferred) and GDI for formatted text.
        
        Change-Id: I731986fc9d70e7aeb64e53764e32cfec3e27eca1

2014-08-06  Andrzej Hunt  <andrzej.hunt@collabora.com>  [95cad2e05fe7b5b93dff0fecfbeb44bcab44ab81]

        Revert "fdo#81835 Don't prefer GDI Metafiles to RTF/HTML"
        
        Accidentally removed GDI metafiles from calc too.
        
        This reverts commit a96a7ce51aa98fb9ee97ea3803e2b7e648611008.

2014-08-06  Lionel Elie Mamane  <lionel@mamane.lu>  [03a2b4a80c5854bcb8520f2a43e485b98e3eba8f]

        fdo#82151 when constructing column object, replace m_aCurrentRow by a function
        
        The passed m_aCurrentRow becomes out-of-date as soon as the current row changes.
        This also hides an implementation detail of ORowSet to ORowSet(Data)Column.
        
        Change-Id: Ib9188743e5dd6dec240e9f5fd3fd9655c6761abc
        Reviewed-on: https://gerrit.libreoffice.org/10792
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-08-06  Lionel Elie Mamane  <lionel@mamane.lu>  [1e1b2c563d23eb59ceea8ba07335878aab5b1386]

        Don't leak the previous cache
        
        Change-Id: I61cb1c608a7de8efc63533085e86c6c17c05f545
        Reviewed-on: https://gerrit.libreoffice.org/10793
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [b7a46a22b6a0a5429adec015255ce76e41dced41]

        Revert "bnc#886540: Let's not push the available area down when no titles are there."
        
        This reverts commit b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7:  "Aug 06 10:11:53
        <sberg> moggi, b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7 broke
        CppunitTest_chart2_xshape, very many attributes in
        chart2/qa/extras/xshape/data/reference/fdo75075.xml have wrong values now;
        what's the best way to fix? manually fixing fdo75075.xml (assuming the new
        values are even correct?) looks /very/ tedious.  better revert the commit for
        now?"

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c01c88adc359102cb45f46e848bdb1ae652f573]

        DOCX import: handle <w:cnfStyle> row property
        
        Change-Id: I178cb5591c95cc5587ac56662abf808bfca7a336

2014-08-06  Szymon Kłos  <eszkadev@gmail.com>  [3067d228cd0db321868d766c917089540d02678d]

        TAB_WIZ_TYPE_SELECT and TAB_WIZ_NAME_MATCHING conversion to .ui
        
        Conflicts:
        	dbaccess/UIConfig_dbaccess.mk
        	dbaccess/source/ui/misc/WizardPages.src
        
        Change-Id: I1a628dd6220f3f180cc01353380fe4aa7e166cf4
        Reviewed-on: https://gerrit.libreoffice.org/10776
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  Palenik Mihály  <palenik.mihaly@gmail.com>  [f71d65f39eac01374bb96d63054444a7b21bd4fc]

        Convert PAGE_ODBC to .ui
        
        Change-Id: I23dfbeb7a1a5ed0c8c51d925a1c0d11daca75f3f
        Reviewed-on: https://gerrit.libreoffice.org/10787
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [942f1ed93c4e26e883b7d1d3ee6b729ef72cec67]

        DOCX import: handle <w:cnfStyle> cell property
        
        Change-Id: I849daf0ddee370775fda73e04739e69acbc64246

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e2081fb7c49edd46f2981fbc230982e6a8b87b5]

        DOCX import: handle <w:cnfStyle> paragraph property
        
        Change-Id: I47d9dab17d4891d05cf7497e53026bc801f2726b

2014-08-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [4a2280e4a2bbc936625dc9816e5491da6ba770ac]

        Kill XSUN Xinerama support
        
        XSun is a relic from Solaris 10 / SPARC.
        
        Change-Id: I5c379a496ee5953d71fe51b86cf9992c92943126
        Reviewed-on: https://gerrit.libreoffice.org/10756
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-06  Palenik Mihály  <palenik.mihaly@gmail.com>  [7b10285665605a659dd901634b3d4010a0f0b2c4]

        Convert PAGE_MYSQL_JDBC and PAGE_ORACLE_JDBC to .ui
        
        Change-Id: I925dd0971aaf7f453c76ec37771ce001608dc57b
        Reviewed-on: https://gerrit.libreoffice.org/10785
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  Jan Holesovsky  <kendy@collabora.com>  [856bf05a1d8ce48ddc3038197b76123426be0daa]

        Related fdo#69006: Reintroduce some height calculation back.
        
        When importing CSV with multiple lines in a cell, it looks as if some content
        was lost.  It is not, it is in the spreadsheet, but looks very confusing, and
        only way to get around that was to let the heights be recalculated.
        
        It seems that the large CSV still opens in reasonable time even with this
        change in.
        
        Change-Id: I701110fcd8a92daa5f374d80f5af696666a7aa6a
        Reviewed-on: https://gerrit.libreoffice.org/10499
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2014-08-06  Palenik Mihály  <palenik.mihaly@gmail.com>  [1ff594ce98e9620578975decad1c6df382de82a4]

        Convert PAGE_DBASE to .ui
        
        Change-Id: Ie2f1592b030465a2ca5e2f25408ae38e9a833831
        Reviewed-on: https://gerrit.libreoffice.org/10777
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [c7b975c41274233e28fcaf65412031584ee7a497]

        Drop unneeded libgltf autotools changes
        
        For whatever reason the tinderboxes still try to regenerate the
        autotools based files, even after applying the generated file
        change after the template changes.
        
        These patches aren't needed, as the original problem is the CPPFLAGS
        environment visibility, so we drop them.
        
        Change-Id: Idb5caf662c997221337416686313101ad2193e40

2014-08-06  Jan Holesovsky  <kendy@collabora.com>  [8a29e551ff9335fdaa16400044a475afd72ae559]

        writerfilter: Make startAction / endAction / charactersAction readable.
        
        Change-Id: Ibcf63b3d15223ca9f217406231f97c20f3663819

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [14ac70c74a9abd62936db74d825ab9d3375f2504]

        Consistency around SdrMetricItem in svx/sxelditm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        (SdrEdgeLine1DeltaItem::Clone had been recently---and in retrospect needlessly
        ---introduced in 596ec6f52fe3a8d56d5c20df568633cfbcadc74d "Missing
        SdrEdgeLine1DeltaItem::Clone override" before
        3efa3ad7b6de78c291f49858e50e6bedbd6a2173 "SdrEdgreLine*DeltaItem::Put/QueryValue
        are same as underlying" revealed that SdrEdgeLine1DeltaItem was a needless
        derivation of SdrMetricItem.)
        
        Change-Id: I154d32d46a7c01c792aa4e812cf576d4d749e0c9

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [3efa3ad7b6de78c291f49858e50e6bedbd6a2173]

        SdrEdgreLine*DeltaItem::Put/QueryValue are same as underlying
        
        ...CntInt32Item::Put/QueryValue
        
        Change-Id: I21602be0f4ba9d9e34a379a86d524b05976b0c8f

2014-08-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [1f23cc159de5e8584b9354a42d431356530d1ce0]

        Fix libgltf dbgutil build
        
        The libgltf configure.ac script changes the autotools user variables
        CFLAGS and CXXFLAGS, which is not allowed and can overwrite user
        settings (which it does for the -D_GLIBCXX_DEBUG flag).
        
        So this moves the special compile settings to seperate variables and
        passes them to AM_CXXFLAGS and AM_CPPFLAGS, so the library actually
        gets compiled with libstdc++ debug objects.
        
        Change-Id: I00989f5fb629a6aac43ee5a2eb287b0491a3b86d

2014-08-06  Jan Holesovsky  <kendy@collabora.com>  [8ec7e5250c204422b5efdf277de0722adb042728]

        writerfilter: getDefineName() is unused, kill it.
        
        Change-Id: I7d733a509f8256d0c2bfbb4bbd91ed6924452051

2014-08-06  Jan Holesovsky  <kendy@collabora.com>  [9ff65cb532fb066c7f3ffc4176290eefc3ac8cdf]

        writerfilter: Kill TokenToIdsMap's, and use switches instead.
        
        This seems to save another nearly 300k; and I guess the compiler will optimize
        it better than using the unordered_map.
        
        Change-Id: I5df5cd2afe3f4bedad69e1e3477211842c40a90c

2014-08-06  Maxim Monastirsky  <momonasmon@gmail.com>  [b7325b907edf0cd8e2ca577e9796c1cf7d56bd70]

        fdo#45418 xslt: Make sure we're reading from the beginning
        
        Change-Id: Id5beb6af8c32ab45d7e31120d38966f8fe4d5418

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [596ec6f52fe3a8d56d5c20df568633cfbcadc74d]

        Missing SdrEdgeLine1DeltaItem::Clone override
        
        Change-Id: Id0fde0a76fbcb63c13c943a0caec0d715886f039

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a93e2d99cd6b9ce554bc97ed2539d124b894c7b]

        writerfilter: fix dbglevel=2 build
        
        Change-Id: Ifd471e49cb167af48a9173762812164890e00791

2014-08-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c5613c51efcd4c97d5b2f33e11d635fb1484acd7]

        OOXMLFastTokenHandler doesn't need an UNO context
        
        Change-Id: I476d7e26d35e38d458f62c01f478ed2b54eed355

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [43856800f0345a209f4c8f64ac1eb2cb2e114a42]

        Consistency around SdrOnOffItem in svx/sdasitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: Icdeff7f37901f99158bb00de5e912c181bf3e688

2014-08-06  Thomas Arnhold  <thomas@arnhold.org>  [48ccd80566d18ef0305381d7b4ed68fdaf032948]

        remove some more unused resource ids
        
        Change-Id: Ife159630b7e68e8e346619853b8285f46dcf275b

2014-08-06  Thomas Arnhold  <thomas@arnhold.org>  [14bfa5ccd9ce531a26a006a2b62fe87d36a98d7d]

        resource ids: defined twice but never used
        
        Change-Id: Icd6028d2b84db106351084936d00b44ad73f2592

2014-08-06  Stephan Bergmann  <sbergman@redhat.com>  [eacd4c044f2bdec41b02e3832772c65327e5be57]

        Improve test failure output
        
        Change-Id: I4417318988ef70639cbcec9d776c783ad69c3990

2014-08-06  Rene Engelhard  <rene@debian.org>  [d85f513934bb5735a2c0c343fbe7dc2b9c11af3e]

        implement --with-system-coinmp
        
        Change-Id: I02928097f049e8f3cbefbc872b570b2d2b072658

2014-08-05  Michael Stahl  <mstahl@redhat.com>  [6e93ea106e7444980532b090deacdf6eb7397aed]

        writerfilter: remove deleted header from PCH
        
        Change-Id: I3be867391f42b6c7e2ce7fb1f1f553f5a5558699

2014-08-05  Michael Stahl  <mstahl@redhat.com>  [2e9840d18c09ce5552eec2f9d489d952da1034ae]

        SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurt
        
        Change-Id: I2056bee7555d3f6723ac374863187d82e4ad9edd

2014-08-05  Michael Stahl  <mstahl@redhat.com>  [5c1cc92ee09f9fcc99077cacd3fc55640f03b7b2]

        fdo#69282: sw: fix updating of page styles via SwDocShell::_LoadStyles()
        
        SwDoc::CopyPageDesc() only copies master and left SwFrmFmt attributes,
        but not first-master and first-left.  They will contain exactly the same
        attributes as master and left but they still need to be copied...
        
        (see also: that FIXME in pagedesc.hxx)
        
        (regression from 75084f6c42c27dc95418df9cefed2fddfb26000e)
        
        Change-Id: I3dcc3627708b5d6a477eb7fef76cf6c42c95c004

2014-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [223f761330486ef4c4c47f3b92cfa6dd0ed9d56a]

        fdo#75757: remove inheritance to std::vector
        
        typedefs just work.
        
        Change-Id: Ib91c0d4c383b5efac1ad9b93e574dec62e8234a4
        Reviewed-on: https://gerrit.libreoffice.org/10754
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [42172ea6478023d94d4f76f3b525180d2ff25695]

        Let GetObjectItemPool return a reference
        
        Change-Id: Ibbcfa3452afcf88dbb6050765e081a1be2381334

2014-08-05  Maxim Monastirsky  <momonasmon@gmail.com>  [af28a77724cb552c18df9ca5ca76e4d1da10694b]

        Better names for several filters
        
        Thanks to David Tardon
        
        Change-Id: I646f43fde5b7481ba77a2b12b7111b2093476f78

2014-08-05  Maxim Monastirsky  <momonasmon@gmail.com>  [36f275cb0f19d11151abf85f3c191a2736bd73da]

        sidebar: don't stretch icons vertically
        
        fix a regression in master.
        
        Change-Id: I0fd0980225bdfd43cba884f145bcc7ebb8c05d85

2014-08-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b398ed8e3f95b75705bb2e53d49589ef7fdbb1c7]

        bnc#886540: Let's not push the available area down when no titles are there.
        
        This improves visual layout compability with MS Office chart & looks better.
        
        Change-Id: I348ea81152eca4e3bba9e0d9460448d9314738ad

2014-08-05  Bryan Quigley  <gquigs@gmail.com>  [3c57701cf0a169bd8d1893d1b2271d48b8072147]

        fdo#81552 Fail nicely if avahi doesn't let libreoffice publish items
        
        Change-Id: Ie264a032a71bda336158e18bd2b14c569f23f42d
        Reviewed-on: https://gerrit.libreoffice.org/10735
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec66929352294861c28fd160912166acab89be66]

        This was my debug code and is no longer relevant.  Let's remove this.
        
        Change-Id: Idcf8890af737adf302866c78101dd00398397a3c

2014-08-05  Rene Engelhard  <rene@debian.org>  [97bda8e081fd746e9ef743b165b5bf621fc21fbb]

        implement --with-system-gltf
        
        Change-Id: Ic842006b28f8043bcbbaa81ab5a20e15aa52ac82

2014-08-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f247407662922fe84bcc0e2aac3372d9ca1cb7b]

        Add test to ensure that we don't export label position attributes.
        
        At least for 3D bar chart, exporting this would choke MS Office.
        
        Change-Id: Ic6747f3c5502495d8cae734290183ff89b14fc70

2014-08-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bb13f1a063c8934325929ff5b1944814bc2cb023]

        Avoid exporting label placement property when the chart is 3D.
        
        MS Office has trouble loading the file if you do.  There is an exception,
        however.  A pie chart allows label placement option even when 3D.  There
        may be other chart types that allow variable label placement when 3D.
        
        Change-Id: I6a9247041ca6ee3ae1b9c245f5919fcb35951f24

2014-08-05  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a96a7ce51aa98fb9ee97ea3803e2b7e648611008]

        fdo#81835 Don't prefer GDI Metafiles to RTF/HTML
        
        Was first introduced by 538c13f3d1756f2d105115f64ab1bc0b7426eebc
        
        We should process clipboard formats in order of descriptive-/
        usefulness -- however png/bmp are special cases (as browsers
        will add an html equivalent to their clipboard when copying raw
        images, with the raw image being the preferred target format)
        and were therefore moved up in the paste-preference list,
        mistakenly it was assumed that GDI Metafiles should be subject
        to the same treatment, but it appears that Word (and Wordpad?)
        will provide both RTF (preferred) and GDI for formatted text.
        
        Change-Id: I731986fc9d70e7aeb64e53764e32cfec3e27eca1

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [459603e36a03e91310c236555f80ae612f02d6b2]

        writerfilter: bin OOXML_something duplication of oox::XML_something constants
        
        workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFastTokens.hxx was a
        duplication of workdir/CustomTarget/oox/generated/oox/token/tokens.hxx,
        except when the oox generator changed, the writerfilter copy was not
        adjusted and Bad Things happened. We don't need this.
        
        Change-Id: Id92481f110b04ec24cb424421aa0ec029b7896f3

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [91573182c8474297ef893f98bb04e830f3095cc2]

        Fine to let GetObjectItemPool return just SfxItemPool*
        
        Change-Id: Id461dea979c394add57cbc4b1a50bc1a4c183d1b

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [eec640d9a0ab8aa52406b711d66f36c3b8d8d83f]

        writerfilter: avoid 'using' in generated header
        
        Change-Id: Ib9510aed34e451c529133c9c114b770c374fe403

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [32de046e05a5907a85d85cee0b293cab858a0400]

        Move SwTxtFrm specific code from ~SwCntntFrm down to ~SwTxtFrm
        
        ...to be executed while this is still a SwTxtFrm, not merely a SwCntntFrm.
        
        Change-Id: Ia2ce9fff7d7e2562deb4bd099975976312cad6c4

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [58069f3676ab98b7383c11ff2fd1f17fa4522d77]

        typos
        
        Change-Id: Iae1589b544a3d52e2cedc906fd0ca3cdc8596034

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4140b9b2a35ef08183b8d2fe4657bdc46fcf7237]

        writerfilter: tokenize all attributes of CT_Cnf
        
        Change-Id: I745dd2aa257899e398f1ae3a79e321156cba7505

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1c1248bee686aebff12b0afd7c4d578607f3b3c]

        oox: tokenize all attributes from CT_Cnf
        
        Change-Id: Ifceb9c1319208c897a6f018fa0b5f8863b58c3e1

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [19ef6b3e39b3a3e0b0c6883d3e8ed2f322c27d1d]

        oox: sort tokens.txt
        
        The benefit is that then it's possible to just add new tokens at the end
        of the file, have your editor put them to their sorted place and have no
        additional noise in the commit diff.
        
        Change-Id: I221b8b10ae588180dd61207a6c9279fe8af7531f

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [487eeedee89d90622e3bd8c7ec9c8c346f6fd02a]

        writerfilter: fix OOXML_FAST_TOKENS_END generation
        
        Change-Id: I2e257b9e2a989a7049f1d58074fbf47313699c7f

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [6526881a0ce4b086a3e5ef23190ae77f7441da0b]

        loplugin:unreffun
        
        Change-Id: Ie5608777b0bee002437117709d2c96062a39ff55

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [a47b51b4159729472b8ef55d1fa3e1103947fad1]

        Avoid fn ptr casts in SwNodes::ForEeach
        
        ...by moving ForEach from BigPtrArray down to its sole user SwNodes.
        
        Change-Id: I6d326d3e1ac9dc6ac820e600973af420785d5a50

2014-08-05  Heiko Scheidt  <lohsol@versanet.de>  [b34ddf0700a0d3ea51e7aca5e1b28851150f6f8c]

        fdo#79917: Add 'Save a Copy' to Calc/Impress/Draw.
        
        Was added to writer in LO 4.1 but menu entries for other modules
        were overlooked.
        
        Change-Id: I90bcaa727eaa8fd8b35218f73c101f25c7a71d7b
        Reviewed-on: https://gerrit.libreoffice.org/10707
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-08-05  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [10abd657aacea884f520c97054625a94184c4aca]

        fdo#82017: Rename 'Close without saving' button to 'Don't Save'.
        
        It matches other applications both in Windows and OS X. Users expect to press
        the 'D' key to activate this button. Also, it's shorter.
        
        Change-Id: I08f80fd9dbfbc5e2a5dc69ff2f72d55b80ccda5a
        Reviewed-on: https://gerrit.libreoffice.org/10685
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0a2be865f31457b154acf2e0dd1baeae65f7f93]

        sw: add RowInteropGrabBag UNO property for table rows
        
        Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [a37c6614acea66b20502998edc88eb3c61267106]

        writerfilter: prevent introducing new references to non-existing defines
        
        f77981e3c89f428c648da1a550f8d36344e1a927 fixed the last such problem,
        let's not introduce those again.
        
        Change-Id: I8f193b7e234242b5c283d04ca20f83ee901dfbed

2014-08-05  Michael Stahl  <mstahl@redhat.com>  [e16cc171f161178e7cad55565bdbb6eab238176b]

        odk: fix CustomTarget_allheaders for Win32 make
        
        This one also has an overly long command line that is cut off.
        
        Change-Id: I2d49e39b5dca6e1d84fffcb3212042b6d82c13f3

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [7627008b0671f16cf84a3f552e3316ab8d803ebb]

        Clear() an SdPage while it is still an SdPage
        
        ... because when Clear() is later called in the SdrObjList sub-object dtor,
        freed SdrObject dtors may call back via SdrObject::SendUserCall into this
        virtual SdPage::Changed, but then this is only an SdrObjList, causing undef
        behavior.
        
        Change-Id: I09a2d1445a51a70e8f795ff869027899ad0f528b

2014-08-05  Jan Holesovsky  <kendy@collabora.com>  [9b64eed1e58e57d08b5f02fdbd2a69b55a8132af]

        writerfilter: Use if's in ::attributeAction's instead of switches.
        
        This only improves readability, otherwise the code size is exactly the same.
        
        [And there is only one place where we are checking for 2 values - case
        NN_wml|DEFINE_CT_FtnEdn: in OOXMLFactory_wml.cxx.]
        
        Change-Id: Id6dc6b0cdd0e42f2215e978e1d4d91472969bbb8

2014-08-05  Jan Holesovsky  <kendy@collabora.com>  [d9ce700a817c7b7c7d5515b34dadf0d0bcd61bd2]

        writerfilter: Make the generated ::attributeAction's readable.
        
        Change-Id: I8461c374841ebd98d5767469ab2d931a2854921e

2014-08-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [df2f99019413e109d86ec7b082142b8fec731095]

        Fix fdo#80338: Help pages for Calc Data Stats
        
        This patch adds the help button on all dialogs of Calc Data Statistics.
        
        Change-Id: Ic74493a4df1341ca08b50c03290a386232c977e9
        Reviewed-on: https://gerrit.libreoffice.org/10704
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [927da5e017c713fa1961863ffd11cb798f9ff48d]

        GetPage requires mpPage to be an SdPage
        
        ...which is apparently not always the case; at least observed that during
        CppunitTest_sd_html_export_tests.
        
        Change-Id: If3d73249845adfa6b489e783693768e755033f4a

2014-08-05  Michael Stahl  <mstahl@redhat.com>  [45b0b47d114437198c9e0872d427576e6e7e6cc6]

        fdo#81516: vcl: limit number of CFFs read from font
        
        Change-Id: I9928b9805169a2dbb41be669dc37617b30bc672b

2014-08-05  Simon Danner  <danner.simon@gmail.com>  [4d5ec5a0c3c5a179ef7982c8725c7ceb0732a836]

        libgltf: rename pathces dir to patches
        
        Change-Id: Ibd28dcdab17b1248d62205e5bf94d0c92c3f8841
        Reviewed-on: https://gerrit.libreoffice.org/10750
        Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com>
        Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>

2014-08-05  David Tardon  <dtardon@redhat.com>  [4bae095f8387a87acf79d88b55fcfc51ae217bfc]

        Updated core Project: help  400d593bd7f28ed51f0f3e0d0c9a381436e1ca27

2014-08-05  Palenik Mihály  <palenik.mihaly@gmail.com>  [020e283970783d53f0c8a4b88ff7ae79f6f81618]

        Convert PAGE_CONNECTION to .ui
        
        Change-Id: Id65d57b848280fee12384b4f470782a28233acd8
        Reviewed-on: https://gerrit.libreoffice.org/10748
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [c05105151b730b5d1014475b7b89857bc486629f]

        Avoid undef out-of-range value -1 for XPropertyListType enum
        
        Change-Id: If2dedafe6d8517eba4dd4921d15dd2d969d181dd

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [8dbe1223156ca184da70318b07c0247a2946f270]

        loplugin:passstuffbyref
        
        Change-Id: I092b557ed06ec04e51aff0fafb03e2ad2a862c7d

2014-08-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [841d50ec234e71e8e89d0e9135e2002f35fc42fa]

        libgltf: remove obsolete patch
        
        Change-Id: Iec8a026f43cdcf1801f530e6303a9557374c92c7

2014-08-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d085bba9139d882e191b46ee8056d364e7526f88]

        libgltf: missing <cstdio> include
        
        Change-Id: I69ac77f954434c080a70ae9833ee60a99d7f9eef

2014-08-05  Noel Grandin  <noel@peralex.com>  [0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897]

        java: remove commented out code
        
        Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36

2014-08-05  Noel Grandin  <noel@peralex.com>  [d26540bb05b0443e7988da34372c86f88cbf1f6c]

        java: remove unused fields
        
        Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525

2014-08-05  Noel Grandin  <noel@peralex.com>  [f124688cfdfbe96ff2be5ab44ea5023725548146]

        java: remove various unused variables
        
        Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1

2014-08-05  Noel Grandin  <noel@peralex.com>  [36a74fe54a0cd99372ea646af31ce41ac5ec5b08]

        java: remove unused import
        
        Change-Id: Ic703b12c864093764f8d213534af1b2496930e79

2014-08-05  Noel Grandin  <noel@peralex.com>  [d504294a77484457f6bc593e6339075ac4262e36]

        java: remove some unused fields in the ODK examples
        
        Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f

2014-08-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [dabfe7dd025f95862e302b3c4526d382eeba19ea]

        libgltf: fix dbgutil build
        
        Change-Id: Icc5105d0668d5e4e3eb58bbaed6b2f059c30be99

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [c55d5ef51a84716c9be69c13349439e552a3ed39]

        Fix *_component_getFactory function type
        
        Change-Id: I354cf9cfa5f1a749b01d16c93dbe7b86784a7d34

2014-08-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b9353bae0e25d460555828ab33c8afe45b75a6d]

        DOCX export: handle all attributes of CT_TblLook
        
        Change-Id: Ibe72d60be302158001fbf6e197f30945fe8fbed9

2014-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a9bae49661f817236f0aa168dd2f054b6bca0b2b]

        fdo#75757: remove inheritance to std::vector
        
        Typedef'ing SvxXMLListStyle_Impl is enough.
        
        Change-Id: I281766822aea60794510c959581f0b821aea6642
        Reviewed-on: https://gerrit.libreoffice.org/10729
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [48d1f860716720abdd7febdad4b57b9f31a6a1dc]

        Upload first official libgltf release: libgltf-0.0.0
        
        News relative to previous draft version:
        - Memory management improvements (fdo#81180)
        - Reduced OpenGL requirements (version 3.3 -> version 3.0)
        - Cleaned up API
        
        Change-Id: Ie3caf8684a9f5e6a872a1ac35beafb94df03bcf5
        Reviewed-on: https://gerrit.libreoffice.org/10744
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2014-08-05  Audrey Tang  <audreyt@audreyt.org>  [3b38a2342e48a2aec3c2e4f5aebf883db4b84101]

        fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elements
        
        Change-Id: I3f82574f434060d62dc3faeb730341c5b169ce9f

2014-08-05  Stephan Bergmann  <sbergman@redhat.com>  [8d023edc181e040e290c0e42aa71191f567de8fe]

        Consistency around SdrOnOffItem in svx/sdshitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: Id712c222034ef807ea2d7bc459e78882e948aca6

2014-08-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5e2b4da10caaa15ee7e846c42ada2a20218d9591]

        handle autocomplete with dot in formula name, fdo#80058
        
        The problem is that a dot is a word separator so the break iterator
        provided by ICU will think that the dot separates two words whereas it
        is part of the name here.
        
        Change-Id: I73cee4304f83888b1645fec7b1851b9f42ef879f

2014-08-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2ee3b6deff5d1e65ca0ba1479a1125fbea73a9ab]

        use a anonymous namespace and sane function names
        
        Change-Id: I8fdd5fb4f21e6c90e352089858ce98a62ac213de

2014-08-04  xjcl  <janxjcl@gmail.com>  [04a65e2704ee80701ca750f2e7c8c0565d2aa830]

        typo: and -> an

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f77981e3c89f428c648da1a550f8d36344e1a927]

        fix ref names
        
        Change-Id: Iae8afadf78a54ec0938de487b78c9c3f14cdbcf8

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd7963b0aa03d95f0e106a51a3c643a241e500ad]

        reference to non-existing defines
        
        Change-Id: Iaa99b8ff6ffa85616c2db47f14682a653b156398

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8197e1db8c00bb91b5216e5a4b939089f8e6d07]

        ref names have no namespaces
        
        Change-Id: Ie6290bbaf2d2982520de33136c787f818e437de8

2014-08-04  David Tardon  <dtardon@redhat.com>  [7c1d525b4ccfa5805b41017a19250927feacbe5c]

        Updated core Project: help  3d472f792cc7d9e213e5fdce5b1a3ee95714c1f0

2014-08-04  Palenik Mihály  <palenik.mihaly@gmail.com>  [0db94ccc3ffd243af6d3a626a8a211ff106b7d48]

        Convert RID_SCDLG_DPSHOWDETAIL to .ui
        
        Change-Id: If515e8f554f36e4ba203474d08d5ebe9caa023fa
        Reviewed-on: https://gerrit.libreoffice.org/10739
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  David Tardon  <dtardon@redhat.com>  [922b03f0818baa65e4c036f58fe7f8c29776b81e]

        fdo#82136 fix download of submodule tarballs
        
        Change-Id: I07775391cb905f0563d1d1b3cae6f02b12d10f90

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [151fbebf8ced85ee8582fe1ad8a8176e061845a6]

        Consistency around SdrOnOffItem in svx/sdtagitm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc

2014-08-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [013744a5b475e151ca0918565fb369e22dfbc1db]

        Let's not forget the keyword.
        
        Change-Id: I86c114e903eaee1404875a794ed4f1c76f61169e

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [012a759a67b3a930bfd437e8a9c5cc1f6efd3304]

        more ambiguity fixes
        
        Change-Id: I8c3af0976414ae444ec08b7e60485d8886f68a76

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [96019b49920f9d77f105fa22da00315359887247]

        fix ambiguity
        
        Change-Id: I773aa61c4430aa999c3ea94d352102a4a3f7e9f0

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [7803a5d726890f3724548a7ab95741a75a19dc7e]

        DOCX import: handle all attributes of CT_TblLook
        
        Change-Id: I3bbd65af4f52ce28e2962a1b3e0c7f1c348f3a01

2014-08-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ee728634d29aa3e77139491d4eac2b2962ee418]

        bnc#886540: Add test cases for chart background fill variance.
        
        "Automatic" fill in docx and xlsx should be solid white, whereas in
        pptx it is no fill (transparent).
        
        Change-Id: I7e64f2f895e4c4ed072a234e622a348599456f37

2014-08-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4a8f2431718f99de6fd9ee3461d703d007261c03]

        bnc#886540: Default chart background for pptx docs should be transparent.
        
        Charts in docx and xlsx OTOH use solid white as the default fill style.
        
        Change-Id: Ic4351fe65cabc12d60214b67c7026a317841f2c7

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [279fc1a2ae2ae8d51768e438787c3bc9a59df55e]

        loplugin:externandnotdefined
        
        Change-Id: I5337cd288e3f5d6f7c42d7a1f5c9b2dbce5f06b4

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [e48179c1844471f8e2f472bc7f5aa0cb46bf5198]

        loplugin:externandnotdefined
        
        Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656

2014-08-04  Michael Stahl  <mstahl@redhat.com>  [d4b96b45727314585d02394bb5a084393b647729]

        fdo#81993: Revert "Resolves: #i119464# Update default alignment ...
        
        ... value for docx [Sub]Title"
        
        This reverts commit acc671ec74c874ffd22803bb2ee54a1f2c027155.
        
        The commit is clearly unnecessary:
        
        1) commit 3f9e7e72c53ecbe8ee1ab060f811cb41eadfc7e1
           appears to be a better fix for alignment
        
        2) commit b95d203bc17c83ec0fe5139f519d53ed1d842d3a
           should have disabled the Center default in Writer already
        
        Change-Id: Ib0cc60af037f12be0a1ab94ab32c743f7fca2b1d

2014-08-04  Michael Stahl  <mstahl@redhat.com>  [be575f31ede7aea4b09174a131cb3b7e36dfdd4d]

        sw: ApplyStyle: remove highly suspicious conditional
        
        This contradicts the test in the next line.
        
        Change-Id: I8c762af8789cd5e116abef7be2a438fba74d669f

2014-08-04  Michael Stahl  <mstahl@redhat.com>  [8c2301bf7575b7afbacca6bac10f5db97c73d3d6]

        sc: remove debugging printf
        
        Change-Id: I1b403d8ae081347d756145e52539445e067efa91

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [65facd8c79ffb26e3a79c5139ece83dadfe65d9b]

        writerfilter: tokenize all attributes of CT_TblLook
        
        Change-Id: I0dcaef56804a6998f83afe73d01eb0d5b21a210a

2014-08-04  David Tardon  <dtardon@redhat.com>  [e59420dd1ee5c3474ba3d6ef444b0ee947081624]

        make sure image zips are done when gengal is run
        
        ... to avoid potential uncaught exception.
        
        Change-Id: I454b9fbb5c35fd72757dfc21687b980982453465

2014-08-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9876fbe96598df54855fa812495b7654a364360]

        oox: tokenize noHBand and noVBand
        
        Change-Id: I43ea6cb2665e17239da61adffd0583b9201bef59

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [4ef4cf11c0c214e27fdc91ac75ccc49bfac05e71]

        Avoid invalid downcasts in DerivedFrom() vs. GetRegisteredIn()
        
        ...where SwFmt::DerivedFrom() is defined as
        
          return (SwFmt*)GetRegisteredIn();
        
        and at least some tests like CppunitTest_sw_htmlexport ran into comparisons
        (evaluating to false anyway) against DerivedFrom() for SwFmt instances whose
        pRegisteredIn is merely set to a SwModify, not an SwFmt, via
        
          pDepend->pRegisteredIn = this;
        
        toward the end of SwModify::Add (sw/source/core/attr/calbck.cxx).
        
        Change-Id: I5de59c938b7f40bb9744df5189285fa5e1d5abd7

2014-08-04  Thomas Arnhold  <thomas@arnhold.org>  [b8423c4f83542f27010ebbdceda45aec6585325b]

        remove unused resource ids
        
        ui conversion fallout
        
        Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb

2014-08-04  Thomas Arnhold  <thomas@arnhold.org>  [5717de74f5bdeb975d9acc9ab7a4dc8968f0ca47]

        create OUString from literal
        
        Change-Id: I8198fbad20daa7262e42a452c8d81fcfa3331680

2014-08-04  Thomas Arnhold  <thomas@arnhold.org>  [ec960ba032f613a22d482683a3c44074e4676613]

        remove unused resource id
        
        leftover from e2b0e7571a8b082a2cb532e34b9770060128452b
        
        Change-Id: I1e2e634e6cdfbc81f5d068136c9099de170dc1ef

2014-08-04  Thomas Arnhold  <thomas@arnhold.org>  [4eb84ab8d677ec3f08792896f018932535ca47ce]

        typo
        
        Change-Id: I74c2943c5967bb19a3d7b669313894134348adba

2014-08-04  David Tardon  <dtardon@redhat.com>  [0f4da47e4e496715c6afd47f324af2580098ec94]

        Updated core Project: help  5e296a1bc01539ce917f4770f14c2a64d4005e2b

2014-08-04  David Tardon  <dtardon@redhat.com>  [5f805a1b045a50911759baafed2d1d96c911981e]

        update module mappings
        
        Change-Id: Ia0893eda90307e5dbb7265b3c321515a8b823a24

2014-08-04  Noel Grandin  <noel@peralex.com>  [586eea345e8a6b390fe7c71470c5e9fe86be3ec8]

        java: remove pre Java 1.5 workaround in UrlToFileMapper
        
        Since we now require Java 1.5
        Note that I tried to remove more code and use URL#toURI as the comment
        suggests, but that results in errors during make check.
        
        Change-Id: If283ee60f272b18920dcf8fc1be8766c0bed6ea5

2014-08-04  Noel Grandin  <noel@peralex.com>  [dd0bff54debd622361ece10eefa343740007139a]

        java: remove java 1.4 commented out code
        
        Change-Id: I97b27b893ba516c6c29a46095f4ffc6fab838f1b

2014-08-04  David Tardon  <dtardon@redhat.com>  [9135a9fc4d8a02641e7ae57ed0037763c22b09f1]

        Updated core Project: help  af68ef036484e6178c2d111b24a8242f1425e509

2014-08-04  Eike Rathke  <erack@redhat.com>  [252cd689aca204e3437ac3fc7bd320330635f89d]

        add Papiamento (Bonaire) [pap-BQ] locale data, fdo#44112
        
        Derived from [pap-CW] with USD.
        
        Change-Id: I7a64deeae39a22dbbb9d96d45fd15b0aab3c2c1f

2014-08-04  Noel Grandin  <noel@peralex.com>  [884e1460b9bbed06717cc0404db6652f82001cc7]

        java: implement optimisation in UnoRuntime#setCurrentContext
        
        which is now available since we started requiring Java 1.5
        
        Change-Id: I9847b89af7f487be7812a5717716900e9a517381

2014-08-04  Noel Grandin  <noel@peralex.com>  [0781dad870cb48b8604e84df1750422c91d70f1a]

        java: remove commented out code for OpenOffice 3.3
        
        Specifically the comment says:
         This method not longer necessary since OOo 3.4 where the component registration
         was changed to passive component registration. For more details see
         http://wiki.openoffice.org/wiki/Passive_Component_Registration
        
        Change-Id: Icfeec634ebc30a270533787b94e2a9a4318778db

2014-08-04  Noel Grandin  <noel@peralex.com>  [66c34ff3e7cb940536b7257033c097491862d04f]

        java: remove workarounds for missing functionality pre java 1.5
        
        Since we now require java 1.5
        
        Change-Id: I9e195f77c81bd9447f8e29c1862c68a57846c8a3

2014-08-04  Noel Grandin  <noel@peralex.com>  [d352735a7f2f74d3524adaa2f4d8cff61f60c5c6]

        java: remove some unused fields in the ODK examples
        
        Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f

2014-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02f0102b8bd7793ddd2fe7a54c46d41b9a608cec]

        prevent memory leak
        
        Found by Lsan.
        
        Returning this or a heap allocated object asks for trouble. Let the
        caller handle it and return null instead of this.
        
        Change-Id: I7586e103bef5a8c2727adfe214b052d6962d4467
        Reviewed-on: https://gerrit.libreoffice.org/10716
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-04  Eike Rathke  <erack@redhat.com>  [4189b715999bf9ebb0cd04a0c610a7b514e28d1b]

        suppress legacy locales, fdo#44112 related
        
        With MsLangId::isLegacy() locales can be suppressed in language lists
        and are not offered unless actually used at the current position of the
        document. Language attribution now handles adding a language/locale to
        the list on the fly.
        
        For example, Serbian (Latin or Cyrillic) for "Serbia and Montenegro" are
        legacy locales, the confederation doesn't exist anymore. A further
        candidate would be pap-AN as the Netherlands Antilles ceased to exist,
        see fdo#44112.
        
        Suppressing "Serbian Cyrillic (Serbia and Montenegro)" also has the nice
        benefit of narrowing the language list box width a little ...
        
        Change-Id: Id05cce328622465016901524b759369c18bc4dbd

2014-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [955c5539a1ea5e971f111989d6c5bec11d936416]

        avoid buffer overflow by using wrong buffer
        
        Found by Asan.
        
        (regression from CWS mba34issues01)
        
        Change-Id: Ia7159c9bed9d7f823448acd02e18568a5f3f2093
        Reviewed-on: https://gerrit.libreoffice.org/10717
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-08-04  Palenik Mihály  <palenik.mihaly@gmail.com>  [a246cad28a2354bc4394291b32cc5aa3a068ce44]

        Delete RID_XMLSECTP_MACROWARN dialog
        
        I deleted unused RID_XMLSECTP_MACROWARN and MacroWarning class.
        
        Change-Id: Iaf0a99eae53b08a8a8869696ba19ae2023ede52a
        Reviewed-on: https://gerrit.libreoffice.org/10718
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  David Tardon  <dtardon@redhat.com>  [6cf40d263e33dd6934005af8319ae6fc8a386592]

        fdo#82035 fix loader paths
        
        Change-Id: Ibecd7a89491b487bec54e8a86edbb1b133cdb8f0

2014-08-04  Palenik Mihály  <palenik.mihaly@gmail.com>  [b15c01e43071099c6cb631953e56e88e9961e29e]

        Convert DLG_PARAMETERS to .ui
        
        Conflicts:
        	dbaccess/UIConfig_dbaccess.mk
        
        Change-Id: Ib9e1c986e2f58b0095e69890664764d1cf8badb0

2014-08-04  Noel Grandin  <noel@peralex.com>  [dfd4b94a52698858ad8cd595f98d77bc21a11206]

        java: remove some unused import statements
        
        Change-Id: Id6342be66221c81b05aee9af519c800e51a286b3

2014-08-04  Noel Grandin  <noel@peralex.com>  [9658b27b6915d7113f166099410d5417a08d151e]

        java: remove some unused variables
        
        Change-Id: Ia9405d3e34e710059ff68bf850de91c36f4e1e1b

2014-08-04  Noel Grandin  <noel@peralex.com>  [f493555623fb36bb51e78a4630483271ed36afe7]

        java: remove some casting in lib.TestParameters#getMSF
        
        where the return value is always cast to XMultiServiceFactory,
        so just do the cast in the method and avoid noise at the call sites.
        
        Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13

2014-08-04  Noel Grandin  <noel@peralex.com>  [cebdd852165cd3080a4eee885dceadcc41173ef3]

        java: remove some unused variables
        
        Change-Id: I937e5f69f3cd7d162e965346369d3c3df70a5034

2014-08-04  Noel Grandin  <noel@peralex.com>  [f6aea4202ca3093e149d7e1b7c63a86a235cbbaf]

        java: removed unused imports
        
        Change-Id: I3e3d15719cd1bc4fe4f0dec2c21a3414bde6a808

2014-08-04  Noel Grandin  <noel@peralex.com>  [0a7b80a02eb21588e36dc82eea979e450d094ba2]

        fix spelling compilant -> compliant
        
        Change-Id: I5a469226a576906f0dd860c008d2e3fab1659ff7

2014-08-04  Noel Grandin  <noel@peralex.com>  [405f9d4eea865f6ad4307026cbf94af8c832485e]

        fix spelling sinse -> since
        
        Change-Id: Ia2e52c2decd350bf2e5e513a66bb952104e7a6a8

2014-08-04  Olivier Hallot  <olivier.hallot@edx.srv.br>  [31ddbd0d724e34a138bddb71082925c6f8695467]

        Updated core Project: help  135498091966f63d582929446a084b41d3ffd4da
        
        Partial fix for fdo#80338: help for calc statistics
        
        Entry page for Calc Data statistics. This is work in progress and the help content should be completed with the correct information.
        
        Change-Id: I34f67a2b10d76bb1da6a9b9f4e24d4242396cbe4
        Reviewed-on: https://gerrit.libreoffice.org/10703
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2014-08-04  Takeshi Abe  <tabe@fixedpoint.jp>  [c9be1193b0cf850aded26bd56a2ea63d02d808b1]

        fdo#75757: remove inheritance to std::vector
        
        Change-Id: Ia2f03e08199f23fd1b226db2c7e0bfade07bf0f0
        Reviewed-on: https://gerrit.libreoffice.org/10719
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  Palenik Mihály  <palenik.mihaly@gmail.com>  [8c0bd0deee50a5f54926afe87d849411757c2f18]

        Convert RID_DLG_DEPENDENCIES to .ui
        
        Change-Id: I45779ac7dd88608e0f46b468cc51641b386e8a1a
        Reviewed-on: https://gerrit.libreoffice.org/10712
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  Palenik Mihály  <palenik.mihaly@gmail.com>  [c6f4f70b24eaddbedf8bb463dfc4bd225f3c7f86]

        Convert RID_SVXDLG_ASSIGNCOMPONENT to .ui
        
        Change-Id: Id38ee64e22684905c1a0809d3649e54e893580e1
        Reviewed-on: https://gerrit.libreoffice.org/10710
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  Szymon Kłos  <eszkadev@gmail.com>  [0059f083e511bb6c7113ad62a72abf3d7618f9e1]

        PAGE_MYSQL_NATIVE and PAGE_DBWIZARD_MYSQL_NATIVE conversion to .ui
        
        Change-Id: I5daec87637f1b3ad528c1f966a148adec7fae166
        Reviewed-on: https://gerrit.libreoffice.org/10706
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-04  Noel Grandin  <noel@peralex.com>  [dc2cd08af181e8f29ac403a242a15cf4cf7a5bd2]

        simplify some java static initializers
        
        Change-Id: Ic767b655297bfb5fcfb5cd7878d7131a9cb6b2f1

2014-08-04  Stephan Bergmann  <sbergman@redhat.com>  [768d32cf5b7dc35ab1b93e898e1bb5beab43c27c]

        Consistency around SdrMetricItem in svx/sdtditm.hxx
        
        ...similar to what has been done for svx/sdtmfitm.hxx in
        6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
        68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
        
        Change-Id: Ib0234883d441be668700df5ccd0e855973dc5426

2014-08-04  Tor Lillqvist  <tml@collabora.com>  [83f37705679f5176f0aa0c8e58da681c0a3c2319]

        Presumably no point in automatically disabling avmedia for iOS either then
        
        (Re: 7f36e996a07ed7f39a33fffb2d2c523adf00eefc)
        
        Change-Id: I115bb35cd4c469661b5a8e3af378618b718f2a29

2014-08-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b5e60724ac73bb0e62b249145a8931fd6166bb69]

        fdo#80986: disable highlight DOCX import
        
        Highlight support is not implemented fully, so
        it seems better to disable DOCX import of it until
        it is finished.
        Highlight can't be modified on the UI and is not
        saved to ODT/DOC (regression).
        
        Regression from:
        8b949134441056a1455d67ddfdd7e0bc5f2ee682
        
        Change-Id: I94891769766ae90017e8afa70e65d080d5270202

2014-08-04  Umesh Kadam  <umesh.kadam@synerzip.com>  [ded5b1ecdef42fab84fa57ab504b4cc006a4df91]

        fdo#78301 : Size of word-arts change during import.
        
        - Do not resize the fallback geometry for Word-Arts(VML), since the
          overlay geometry is constructed using the properties of the
          fallback geometry.
        - The resize autoshape to fit text attr of FontWork/Word-Art should
          always be false for the fallback geometry(the SdrObject).
        
        Change-Id: If8badb382c525875a07a0a9e6268cec036739001
        Reviewed-on: https://gerrit.libreoffice.org/10486
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88ba62b0e0b6cfdefeff2752713103c6e154302c]

        cosmetic clean-up
        
        Change-Id: I7b34e021c9f193643c89f20dc1ba42aad8e065d6
        Reviewed-on: https://gerrit.libreoffice.org/10715
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [10acf77f1af4c5c233c64ef54e3ef8657d1d9c6a]

        LOAndroid3: set part 0 by default, log document size
        
        Change-Id: I5517ff43c17637730639351f84df15a719aeb0a3

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [392bb7af178c6531a9b94e2a9e5c085e0c40bbdd]

        LOAndroid3: include in native-code.py some more needed libraries
        
        Change-Id: I74a2ff491c9328acd59a05ec3f83ed037847a1d6

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2b61e26c4ad81bf410f659e328e758acb637d01b]

        LOAndroid3: correctly calculate which tiles to draw
        
        Change-Id: I195a318c8ce86cfcb12f724e04c115e0de444345

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [370f05aabbcb8f348a9739d2ef324b7f72f0afa7]

        LOAndroid3: add draw to native-code
        
        Change-Id: I215d99c0161a9b9c9df3f8ef362514e161b31acf

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f264ff6aad5684fbcc4789a9a8094f5443586ad2]

        put ReadThroughComponent to anon. namespace to avoid redefinition
        
        Change-Id: Idcc97e067b0f389a5d9e01013ab2fc20d2dd4ccd

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f36e996a07ed7f39a33fffb2d2c523adf00eefc]

        build avmedia for Android
        
        Change-Id: I0137bb7ce6337ca852af513565cc19dad3c8dc8b

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c77f452d83f4f01bb0b91c19773ca9715d1aae2a]

        LOAndroid3: add calc to native-code to include the necessary libs
        
        Change-Id: I59eeadfe5417d2a574d672ff3f039bc125abbdbe

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f944bb4ec4d2a65759a74260b11fb78dbf0e6a39]

        LOAndroid3: Fix mTileWidth / mTileHeight initialization
        
        Change-Id: If2af5afa3abff6da45e726dd8c28216e6f939caf

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4d197ba48338c27265b7d23b7f73b4f8d6e6e6c3]

        LOAndroid3: don't update viewport if scrolled by (0,0)
        
        Change-Id: I299ebf08d77c7f2a35ed551dfcdf17fa8d0a8d79

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6e1aa919e36bc0112cc48a8d9ff3ddf8b1b20aec]

        LOAndroid3: log and handle error after document load
        
        Change-Id: I0486a6530565919588dae8411e10d7e8e27020be

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3086d7114d8dbb744e87cca966426d50c0cbfdd6]

        LOAndroid3: extract some repeated access to local variables
        
        Change-Id: I1bf6f23247da73eeccde569f220095d0e1716d0a

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0e6b06aae0432d5580762469a7f090c8c360da1e]

        LOAndroid3: add additional mime types that open LO viewer
        
        Change-Id: Ia2a41f0f483fe15ae3938140b63f3215b692014a

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [bb493b75c3a0be73f912242c69bbfd3f8e403c56]

        JNI: getErrorNative should be getError now
        
        Change-Id: If448e748f40cd8a41977129c576f6c5eac7b5727

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [90a87989721a2e115cd250f68f41f7a83c7d4a47]

        LODroid3: move GeckoSoftwareLayerClient into GeckoLayerClient
        
        Change-Id: Ic0186be09fcca52f10ab67957db54efc9c72267c

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [29fbaec862373d353dbad19ee108ddf5b4de1a0f]

        LOAndroid3: clean-up code
        
        Change-Id: I18aa63baff99e29ed343ce9092cc5ea73cc097d7

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [28515edda26b7ad0aeb7748d61189492a606a955]

        LOAndroid3: change MockTileProvider to accept filename
        
        Change-Id: I48a4739d67c2951ddb7966f0ad10e2f4fd2a76ca

2014-08-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1d3ea0e7535cf1b1213767a549be02b9a624759d]

        LOAndroid3: use LinkedBlockingQueue - block until there are event
        
        Change-Id: Ia375c28d5adde5a6b2927e9b46105cfccd0b0f10

2014-08-03  Jan Holesovsky  <kendy@collabora.com>  [e9c7159baf6f09b769e39b4d377d0f115edbf556]

        writerfilter: Switch according to first letter in getListValue().
        
        This hopefully makes it more bearable for MSVC, and also breaks down the large
        data nicely.
        
        Change-Id: Ic3028eb78a5dcca4393738d428b6cf03a3ddbaeb

2014-08-03  Jan Holesovsky  <kendy@collabora.com>  [1ae698ad63fc19d378519ee5361948963ee2af6c]

        writerfilter: Kill ListValueMap(s) & their construction.
        
        ListValueMaps were completely useless; it is always just few values that used
        to be in the unordered_map, so doing just a normal comparison couldn't be too
        much worse than all the hash construction etc.
        
        This saves >300k of the libwriterfilter.so size (striped).
        
        If this proves to be less performing than what we used to have (which I
        doubt), now when we generate the code using Python, it would be a piece of
        cake to construct some deterministic finite automaton in each switch's case to
        accept the value names, and return the values.
        
        Change-Id: I95d0470b73ade1fbf5c9de2299c4adcc59286bc3

2014-08-03  Jean-Pierre Ledure  <jp@ledure.be>  [7d7118990810d094cd29b98a95b38b6374a4fe69]

        Access2Base - addition of OrderBy and OrderByOn
        
        The properties OrderBy and OrderByOn have been added to the Form and SubForm objects.
        The ordering sequence defined by OrderBy is effectively applied when OrderByOn is set to True.
        
        Change-Id: I7780e4761f3825f1c678d6ffb38149c5973146e7
        Reviewed-on: https://gerrit.libreoffice.org/10697
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-08-03  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7f352e1dbabe5ed30598400abc1aa7ee01dac564]

        mark numbers as untranslatable
        
        Change-Id: I644f0df042dcf414b85514d5edb05cecc8f1537a
        Reviewed-on: https://gerrit.libreoffice.org/10711
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2014-08-03  Maxim Monastirsky  <momonasmon@gmail.com>  [fe817d66727e0bdebbb8885708a28a4e60277583]

        Fix showing calc/draw types in some file pickers
        
        Having the same UIName for several filters, causes some
        file pickers (gtk & generic) to drop the whole group.
        
        Change-Id: I6d18a751cb77a6a83e8e2a46338e41b7c72180ff

2014-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [8a46be0aba351d116dc094ff6d8b508c18286e21]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I9d8d7aabc111d3700fc121277c49eb0f48dc7e44

2014-08-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [02b2e67d0d019196f1e6d8151a0bdc6ec8433aa9]

        redundant <list> around <choice>
        
        <list> would mean that multiple values from <choice> would be allowed as
        value (separated with whitespace), but this isn't actually true here.
        Not to mention that our parser completely ignores <list>.
        
        Change-Id: I43275c588d885429f5ea53c2f950a0011c2bb1bc

2014-08-03  Maxim Monastirsky  <momonasmon@gmail.com>  [e5ac048af125e82829d353ec031c99e96572e2c0]

        Fix calc_MS_Works_Document extensions
        
        Change-Id: Icbf087464997561b09c7b43c2269eea2c8c603bb

2014-08-03  David Tardon  <dtardon@redhat.com>  [6528607d34c9a2098ff5eec051fc9299ec37dfd7]

        Revert "writerfilter: Kill ListValueMap(s) & their construction."
        
        Apparently there can be much more than "just a few values" in some cases
        (186 in OOXMLFactory_dml_shapeGeometry::getListValue) and MSVC compiler
        cannot handle if statement that deeply nested.
        
        This reverts commit 7aa7047eb48e81bc0b32448ff0487c993fe9a4db.
        
        Change-Id: I2b4d166e73ce1e616fea81fcfcfc9915c5784d30

2014-08-03  Simon Danner  <danner.simon@gmail.com>  [8cc566a536eb027bf5818c08526ce51632c63003]

        avmedia/gstreamer: use GST_SECOND
        
        use GST_SECOND instead of magic value
        
        Change-Id: I992ecbab458f113a75658b1ff69df60068324509
        Reviewed-on: https://gerrit.libreoffice.org/10705
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-03  Simon Danner  <danner.simon@gmail.com>  [c2cd1132ef7974387f403dabeeec8fba54c7d041]

        odk/unoapploader/win: fix cppcheck error
        
         Common realloc mistake: 'buf' nulled but not freed upon failure
        
        Change-Id: I8a793e0267c1bb7086bb4f13aabb374faa94f7a4
        Reviewed-on: https://gerrit.libreoffice.org/10702
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-03  Rachit Gupta  <rachitgupta1792@gmail.com>  [e2b0e7571a8b082a2cb532e34b9770060128452b]

        Converted RID_XMLSECTP_DETAILS to Widget Layout.
        
        Change-Id: Ie284f5902879093f882a1f69b481df4a1a319a35
        Reviewed-on: https://gerrit.libreoffice.org/10693
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-03  Jan Holesovsky  <kendy@collabora.com>  [7aa7047eb48e81bc0b32448ff0487c993fe9a4db]

        writerfilter: Kill ListValueMap(s) & their construction.
        
        ListValueMaps were completely useless; it is always just few values that used
        to be in the unordered_map, so doing just a normal comparison couldn't be too
        much worse than all the hash construction etc.
        
        This saves >300k of the libwriterfilter.so size (striped).
        
        If this proves to be less performing than what we used to have (which I
        doubt), now when we generate the code using Python, it would be a piece of
        cake to construct some deterministic finite automaton in each switch's case to
        accept the value names, and return the values.
        
        Change-Id: I95d0470b73ade1fbf5c9de2299c4adcc59286bc3

2014-08-02  Simon Danner  <danner.simon@gmail.com>  [8dc2ab47b9e5ef0ff381575195a36ceec8789ef1]

        linguistic/workben/sspellimp.cxx fix cppcheck error
        
        Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba
        Reviewed-on: https://gerrit.libreoffice.org/10701
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Tested-by: Joren De Cuyper <jorendc@libreoffice.org>

2014-08-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ba91106b9500d895aee1c60a68a24c752155611d]

        Change RectWithStylesByGroup to be same as other style tests
        
        Change-Id: Ib7b0d2e8160a938821940645ea6e6471188bcc16

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [ee24b3b7d82e8a5d737ec545d0eff227f362483b]

        scp2: remove unused STD_LIB_FILE etc. macros
        
        Change-Id: Ib6cf165019d72ba64b5111186ea3fdba076c69ba

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [b2193386ddd6ffbf45ef05f5fcd44db5fe6b4ae9]

        scp2: move winexplorerext libs to AutoInstall
        
        Change-Id: I93d08ab46e401a2f37c9ad6e425e8014c7e05db1

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [625c378b0d42bb251c5cabdc84fe92193bd2a8a4]

        Repository.mk: remove obsolete libraries
        
        These were removed by commits 5142e628b563a9876e8884c5dd4914eff4a2f307,
        a5783fe922b2419b5b662eb5f544a1f401341dbf and
        eb6fa6be7500b9110913174552c156b0504ece07.
        
        Change-Id: If8b5b5d2241bf66dea4a8376a5303f585559ebdc

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [677670e46783084891db7405866a3bd1a652cfac]

        setup_native, scp2: remove "regpatchactivex" MSI custom-action and lib
        
        This was effectively omitted from the installation set since commit
        26c142ca5f2b405b02ab5701dfaeab7bf281a727, and is apparently related to
        the obsolete StarOffice patch mechanism.
        
        Change-Id: I9a4c113e19e5b2b751e3da64b4dde53320132a35

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [4bab1f2dea44e54b72096eba0f5bc7a0a71c5589]

        scp2: move activex libs to AutoInstall
        
        Change-Id: I08fac26859d97e3d7a60d3ba443c2d2ca039789b

2014-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [544fa45eadf9656f9cf55c0880eff6f5f88921a3]

        indentation fixes
        
        Change-Id: Iacdaf8bcae8df6ba380a9fb6d78db22f51a4d6f9

2014-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9199f35f995c39f9c4206db14d2dedb83805d527]

        writerfilter: PEP 8 fixes
        
        Change-Id: I82c14013c906d4e6d16f69dbebe419d0c56673c2

2014-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3657be928732f1b3b3b238f625de304a90a1ae1]

        fdo#80742 RTF filter: import RTF_OUTLINELEVEL
        
        Change-Id: I49d94bd72af610e88128cd405e4786d2e9ba65ed

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [82e91af894fd257a7a197da487a5faecd7db90ca]

        HIG improvements for data sampling .ui
        
        Change-Id: I84d5f6818e1cc729b87b606de00ea342061a10a2
        Reviewed-on: https://gerrit.libreoffice.org/10696
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [70df173d4dde1bd352fc6169659defc6abe40782]

        Stop bothering translators
        
        restore widget id's to the previously translated
        
        Change-Id: Iaf5787447d14fdc4e0f5dac951834d32e729d156
        Reviewed-on: https://gerrit.libreoffice.org/10700
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [f4b286b5bfa6a9a106100dff7337c83b2c03d40b]

        Improve HIG for moving average .ui
        
        Change-Id: I768e409629ac0cf410163b0d3941c873be0afa85
        Reviewed-on: https://gerrit.libreoffice.org/10695
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4c159b85c3ade360eef08ff8a14ccbd8f430de3d]

        Improve HIG for Calc Expon. Smoothing .ui
        
        Change-Id: Ia935724c95c0ef3c5738c03ddc19f75f1838a753
        Reviewed-on: https://gerrit.libreoffice.org/10694
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  David Tardon  <dtardon@redhat.com>  [de3ba7c23be2ff224f62eb9348ee6c590c37e27d]

        gbuild: more deps for services test
        
        Change-Id: I1d409024be6774b84434e629207ada2b05eb05ea

2014-08-02  David Tardon  <dtardon@redhat.com>  [b5ead44a87ffd72e29524a1efb43b6c581e605b7]

        fix python deps for services test
        
        Change-Id: Ia82a735c6075771d5096647905c4722ada1d1d40

2014-08-02  David Tardon  <dtardon@redhat.com>  [18d2a0ff95a271d7500a1a3d777e6d7ac7f0d8d7]

        gbuild: ensure py files for a component are there
        
        ... when the component is used by a unit test.
        
        Change-Id: I5e3b1770c18d8f7dd8166f30f82bbbba1aa72dc1

2014-08-02  David Tardon  <dtardon@redhat.com>  [00daa1f560676ed15583f0a4353e7be18a917f91]

        fix java deps for services test
        
        Change-Id: Ifa7a67862fca71dfd96dc55eec9f065f303d88a9

2014-08-02  David Tardon  <dtardon@redhat.com>  [1f6e670605cc856a6e9febb024f9cb2427156020]

        gbuild: require java UNO runtime explicitly
        
        Change-Id: I83e468a729ef72b74c2718fe98dd3998dac6c21e

2014-08-02  David Tardon  <dtardon@redhat.com>  [485216a9da423361e75c94a49b24600e29e70978]

        fix deps for sd_import_tests
        
        Change-Id: Ica864f8fc654df3dfeb83850ede43473904de261

2014-08-02  David Tardon  <dtardon@redhat.com>  [6520c07048c2e04b48012bb7637f7ad3d22ca059]

        fix deps for sw_ooxmlsdrexport test
        
        Change-Id: If4449a022f5474b9f73c3c91d75e1975458236dc

2014-08-02  David Tardon  <dtardon@redhat.com>  [2dd7097a101e2b4e1e1033a776fc6b1e7c8fb5d9]

        fix deps for sw_ooxmlfieldexport test
        
        Change-Id: I75e1b88e6e030eadfa87c56a499fd72e40d05c0a

2014-08-02  David Tardon  <dtardon@redhat.com>  [094f440646ce923a437749cf546c247f81b392bf]

        fix deps for sw_ooxmlexport test
        
        Change-Id: I27f029ae68cad37c036fb048c7c19d39949f779e

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [f8e8e476aa0a5576234dbb4daac9dc299e044e61]

        fdo#81944: writerfilter: RTF import: don't drop fonts in stylesheet
        
        The font definitions in the style sheet meet an untimely death in
        StyleSheetTable::lcl_sprm(), which special-cases LN_EG_RPrBase_rFonts,
        routing it into TblStylePrHandler.
        
        Avoid this by sending style entries to the domain mapper in the same way
        as the OOXML tokenizer, i.e., with paragraph and run properties nested
        below CT_Style_pPr/rPr.
        
        This reveals that the CT_Style_basedOn was wrongly handled as paragraph
        property.
        
        Change-Id: Ic724ba48fe36bf782b1b430bdafdb1df480d5ad3

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [6defffea57ba803a47fd10d1496e0c5c477009c8]

        vcl: evidently a little more type safety is required here
        
        MultiSalLayout::AdjustLayout() crashes with mangled stack.
        
        (regression from 2b8528a2745bec7909bfe2265d6110a9964eef47)
        
        Change-Id: I20b7980dd89dd1b72063c2187ac3a4735babc4c4

2014-08-02  Michael Stahl  <mstahl@redhat.com>  [b46956e73b6daff2578110c0395fd80150dc0b0b]

        writerfilter: RTF import: ignore content of \upr, except for \ud
        
        The content of \upr and its nested \ud destination should be the same
        modulo text encoding, so ignore the legacy one.
        
        Change-Id: I007151e3075a9ac879a486ec3b5fb8549435dbba

2014-08-02  David Tardon  <dtardon@redhat.com>  [4991fa096547bf278dbae8dae46a2cda89a81b21]

        drop defines for noexistent strings
        
        Change-Id: Id04ca66ffd2710561571812c9185907cdfab6416

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4835bc51c8d2dfb728bfcc8f5a50c264b23c0124]

        Improve HIG for Calc ttest Statistics .ui
        
        Change-Id: I329ad988e9cfb12f41e8fd86af26c02fd0bef096
        Reviewed-on: https://gerrit.libreoffice.org/10692
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [257196d226e6ad1171a611f5d5bd50d57c25d99f]

        Improve HIG for Calc Descriptive Statistics .ui
        
        Descriptive statistics
        
        Change-Id: I8d3377e9c814f674bee4c09b562a02e80e7ed000
        Reviewed-on: https://gerrit.libreoffice.org/10691
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [1515b7b9df102fb2b0dc0893b9991717d085e725]

        Improve 2 dialogs for data Statistics
        
        Tweak 2 dialogs for Calc Data Statistics, seeking consistency and using HIG guidelines
        
        Change-Id: Ie87413dd820315eaf68eafdbd7381ec1f3744b4d
        Reviewed-on: https://gerrit.libreoffice.org/10673
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a583413270293a32b124ca3fe66969e94463dd3d]

        Improve HIG for Calc Data Statistics .ui, ANOVA
        
        Change-Id: I3e51685cf4049615e3fc4c562f52a23797c3f4c1
        Reviewed-on: https://gerrit.libreoffice.org/10684
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-08-02  David Tardon  <dtardon@redhat.com>  [780e192feb2d56ed05818e1ec87b34e3f7df1b66]

        init. pointer members
        
        Change-Id: Iad5edda570466a35c138f7f7fe042b931c58ad75

2014-08-02  Szymon Kłos  <eszkadev@gmail.com>  [3b71e0cb1c71efd4d24f5de837d743bba007ff9e]

        TAB_PAGE_USERADMIN conversion to .ui
        
        Change-Id: I65ae56bee3e66ec0b19e40fa23ac02a8ec1afbf8
        Reviewed-on: https://gerrit.libreoffice.org/10681
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  rbuj  <robert.buj@gmail.com>  [958a95d052002120a9e3871fe3e3fb2cbaa33bdb]

        xmerge: Remove local variable name conflict
        
        Change-Id: Id1708504934588c2e881bf249bc07bc61dc2c3c6
        Reviewed-on: https://gerrit.libreoffice.org/10690
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  rbuj  <robert.buj@gmail.com>  [de024170a51b993109f27469ae869fc67548fc63]

        xmerge: Avoid a possible null pointer exception
        
        Change-Id: Ib6ce07aef1ae27f4e5db376667617432de9f41ef
        Reviewed-on: https://gerrit.libreoffice.org/10686
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  rbuj  <robert.buj@gmail.com>  [2479db76517cacb1b52ae07392b4b039f840aace]

        xmerge: javadoc <code>..</code> fix
        
        Change-Id: Ic918df2ed1e4faff770107d92a75e32b51a91ddf
        Reviewed-on: https://gerrit.libreoffice.org/10689
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  rbuj  <robert.buj@gmail.com>  [8b4ea551546516f9db78bec3fef841752bfc8b4a]

        xmerge: The assigned value is never used
        
        Change-Id: I0476332d43138f3403b85d7ce14f4e27376adc0c
        Reviewed-on: https://gerrit.libreoffice.org/10688
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  rbuj  <robert.buj@gmail.com>  [316a6ddf1afd3d3dc7a5b18e7328d888e4230a73]

        xmerge: String comparison
        
        Change-Id: I9a99c188eb63a7854890da8e4088a4ce15a169e0
        Reviewed-on: https://gerrit.libreoffice.org/10687
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-02  Palenik Mihály  <palenik.mihaly@gmail.com>  [cf22f952af0b4e27d0b591f3a89a48c19918514c]

        Convert DLG_DATABASE_TYPE_CHANGE to .ui
        
        Conflicts:
        	dbaccess/source/ui/inc/dbu_resource.hrc
        
        Change-Id: I854d1c37d5a8b4944b786b9a4cace8b3f8b5e093

2014-08-02  Takeshi Abe  <tabe@fixedpoint.jp>  [fbc7cfe515169766f4436500987100b3075378dc]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I55f418ebcb96b44ab423a676881ffe8f455a923d

2014-08-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9cdb11be43f3f35ee9f4bcf5f6c8deda392b4d9]

        writerfilter: remove never parsed xs:documentation elements
        
        Such automatic documentation is often useless (e.g.
        "<xs:documentation>Value</xs:documentation>"), and a more up to date
        version of them is in the specification anyway.
        
        Change-Id: I916abb5dee5e287efe1fe53797376522f79bf970

2014-08-01  Jan Holesovsky  <kendy@collabora.com>  [a24e9c29d54856bb98998772b8960da00401515e]

        bnc#862514: Handle corner case in slide sorter correctly.
        
        We should never return -1 when bIncludeBordersAndGaps is true; but that could
        have happened in a corner case:
        
        * export SAL_USE_VCLPLUGIN=gen
        * start LibreOffice
        * open a presentation with many slides
        * resize the window so that it shows the slides _exactly_, no slide is cut
          off in the slide sorter
        * point the mouse pointer into the left "Slides" sidebar (slide sorter) so
          that it does not cause any mouse-over effect (somehow between the left
          border, and the slides - there is space that can do this)
        * turn the mouse wheel all the way down so that the last slide is at the
          bottom
        * turn the mouse wheel up _once_
        * turn the mouse wheel down _once_ - it will look like the view does not
          change (the last but one is still at the bottom), but you can see the
          scrollbar jump to the top
        * and now you can again start turning the wheel all the way down to repeat
          the procedure :-)
        
        Change-Id: I0253c89513222a1f2eb3263068997d10eea0f130

2014-08-01  László Németh  <nemeth@numbertext.org>  [b3b6361c555e54ce852d62c80c0bb3d19c1ec78f]

        fdo#81571 autocorrect doesn't need space before (c), (r), (tm)...
        
        Also ->, -->, <-, <-- arrows are replaced within text, eg. A->B->C
        
        Change-Id: I4abf804d3e9c6b2b06ed3cb274a1919346e06573

2014-08-01  László Németh  <nemeth@numbertext.org>  [a07425892205ff8951027ea20459b97370d01de6]

        fdo#55292 add middle wildcard autocorrection
        
        Syntax: .*text.*, eg. for f-ligature replacements:
        
        .*fi.* -> ﬁ (U-FB01)
        .*fl.* -> ﬂ (U-FB02)
        
        For en-dash replacements between numbers ("2014–15"), instead of em-dash:
        
        .*1--.* -> –
        .*2--.* -> –
        ...
        
        Change-Id: I8992a751e2c1fbdd96a36cf555eb4349d5f80276

2014-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [43b88364b0b05def27899d585a1dab46ba3fb729]

        RTF import: fix as-char anchored OLE objects
        
        Regression from 2a35f5c7945d00b6f6e21fc7cf5b05b184eba88f (DOCX OLE
        import: inherit anchor type from replacement graphic, 2014-02-18), then
        problem was that dmapper expected that the anchor type of the
        replacement graphic is set, but the RTF tokenizer wasn't adapted to
        fulfill this requirement.
        
        Change-Id: I0f7e1a71052f337793d6f844fe5476c3868c03f4

2014-08-01  Palenik Mihály  <palenik.mihaly@gmail.com>  [3743f9da9ac31d728a4a148792766dcc8f232548]

        Convert PAGE_DBWIZARD_AUTHENTIFICATION and PAGE_DBWIZARD_LDAP to .ui
        
        Conflicts:
        	dbaccess/source/ui/dlg/dbadminsetup.hrc
        	dbaccess/source/ui/dlg/dbadminsetup.src
        	dbaccess/source/ui/inc/dbu_resource.hrc
        
        Change-Id: I71558269dd2edcc828af9633992f2d143ffefd6d

2014-08-01  Palenik Mihály  <palenik.mihaly@gmail.com>  [2984644d86ddcc9857147423fa44636d9a867147]

        Convert 3 tabpages to .ui
        
        I converted PAGE_DBWIZARD_MYSQL_JDBC, PAGE_DBWIZARD_ORACLE and
        PAGE_DBWIZARD_JDBC to .ui.
        
        Conflicts:
        	dbaccess/source/ui/dlg/dbadminsetup.hrc
        	dbaccess/source/ui/inc/dbu_resource.hrc
        
        Change-Id: I920183c4abf303918ac0406b5810e1b8b377a04c
        Reviewed-on: https://gerrit.libreoffice.org/10608
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-01  Takeshi Abe  <tabe@fixedpoint.jp>  [9bac4d413e960e354a3cf81e3de9b1cb483d02ad]

        typo: more then -> more than
        
        Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922

2014-08-01  Palenik Mihály  <palenik.mihaly@gmail.com>  [ca1897ede3faaf71d263ab2efaf975c74c46f8b5]

        Convert 5 tabpages to .ui
        
        I convert PAGE_DBWIZARD_ADO, PAGE_DBWIZARD_DBASE,
        PAGE_DBWIZARD_MSACCESS, PAGE_DBWIZARD_ODBC, PAGE_DBWIZARD_USERDEFINED
        
        Conflicts:
        	dbaccess/source/ui/inc/dbu_resource.hrc
        
        Change-Id: Id5efedb2016011a25c037b7d2bc15b20ddd73800
        Reviewed-on: https://gerrit.libreoffice.org/10607
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b2c5a943dc43f9da6e690f103945abd8999fa46]

        writerfilter: fix dbglevel=2 build
        
        Regression from commit 4c3ba3a413be7339115ea5e6edc825a8434cd345
        (fdo#75757: Remove inheritance from std::map., 2014-07-26).
        
        Change-Id: I2a532182697ae7a5fe4ec2f880a0f5237a21b723

2014-08-01  Jan Holesovsky  <kendy@collabora.com>  [2568a0bb72c404366ba1665f7ce005c4d3d36ec6]

        hidpi, startcenter: Don't set fixed font heigt in the startcenter.
        
        Change-Id: I68efbd08d21b514ab1659cd6bddfc2c4788c4a74

2014-08-01  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [b38b124b64b7a1f6529799552f6e89360edd8280]

        fdo#81341 : DOCX: EditTime is not geting preserved after RT
        
        	Issue :
        	- LO was not able to Import EditTime field in "HH:MM:SS" format.
        	- LO was Importing it as "HH:MM" format.
        	- In getTime() third parameter is passed as "false" which is bSec.
                  Because of which LO was not able to Import EditTime in seconds.
        
        	Implementation :
        	- Added code to check value of Seconds > 0.
        	- Added code at Export side to write "EDITTIME" field.
        	- Added Unit test case at Export side.
        
        Because of which LO was not able to Import EditTime in seconds.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10655
        
        Change-Id: Ic740dc30d79be594dec9a0a05e407a7cb1a5941e

2014-08-01  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [9a733398516b7ee08ad5b3887c75f11f0f6bbc27]

        fdo#81491 FILEOPEN DOCX Assert Fails while Deleting Para (FramePr)
        
        SwXText::convertToTextFrame is called for a Para with FramePr.
        convertToTextFrame in turn calls DelFullPara which throws an assert
        as a few Bookmarks are still registered to the paragraph.
        
        In  MarkManager::correctMarksAbsolute,  pMark->GetMarkPos().nNode.GetNode()
        is checked if it is pOldNode, and then the Mark Position is shifted to aNewPos.
        In the following condition pMark->GetOtherMarkPos().nNode.GetNode()
        if it is the pOldNode, and still the Mark Position is changed.
        However the Other Mark Position must be changed as now the Othe Mark is in pOldNode.
        
        Change-Id: I4507f6b2906d33bc65c922fffe12db2110de651b
        Reviewed-on: https://gerrit.libreoffice.org/10536
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-08-01  Michael Stahl  <mstahl@redhat.com>  [bac3cdb1b8afd2fa8fdfea99d1d01dc2770d1ef1]

        fdo#81892: oops forgot the test document
        
        Change-Id: If9a9a0a75a35ce4808228f554d7d186a3a3daa4a

2014-08-01  Michael Stahl  <mstahl@redhat.com>  [008d1187a9f3b36d6cbf31742632d237afecf1bd]

        fdo#81893: writerfilter: RTF import: \qc before \page was lost
        
        The paragraph properties need to be applied to the paragraph following
        the \page too, which did not happen in this case.
        
        Also the minimized test doc shows that checkNeedPap() must be preceded
        by checkFirstRun(), since there is no run preceding the \page.
        
        (regression from 94765a1b3f543b3b60f8c1de05048d12f2576be4)
        
        Change-Id: Id286c4fbdeee688fa4f6b24063b634bac637eab6

2014-08-01  Michael Stahl  <mstahl@redhat.com>  [df041e468baf604f6e2606e5b632aa654b19a65d]

        fdo#81892: writerfilter: RTF import: add support for table row alignment
        
        These keywords were simply not implemented.
        
        Change-Id: Ib4d07a4b2dfb07cfd56a4ee07d7c14d1c59323f9

2014-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b92e9f45442b109d743a620775e1691b45d1e831]

        clean up unused OOXMLFastContextHandler::fldData parameter
        
        Change-Id: I6af797257c6e6e7bd95597ab786660fd9ade06a0

2014-08-01  Tushar Bende  <tushar.bende@synerzip.com>  [194c17a7c7c00f966b0256a1e90d50d8dd49f2bc]

        fdo#80895 : Shape in Header&Footer is getting lost after RT
        
        If there is a shape in Header or footer in a docx created in MSO-2010 that shape was
        getting lost after RT(actually shape was there but it's properties were getting missed).
        Root cause was : When LO processes Header it has msRelationFragmentPath= header.xml in
        ShapeContextHandler::startFastElement() and searches for theme as there is No theme specific
        to header or footer, aThemeFragmentPath becomes empty in that case.
        This is because MS office shares same theme for both documentBody as well as Header or footer.
        
        To fix Get Target for Type = "officeDocument" from _rels/.rels file this target is
         "word/document.xml" for docx & to "ppt/presentation.xml" for pptx and use this Target for fetching correct theme.xml.
        Tested group shapes in header/footer,previously was not getting rendred and not preserved
         after RT.After this patch it's now working correctly.
        Tested chart in header/footer previously chart colour was not coming properly
        both during rendering as well as after RT.after this patch it's working correctly.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10451
        
        Change-Id: Id47008550da90c0d697b434b676765230e3258a7

2014-08-01  rbuj  <robert.buj@gmail.com>  [0a6e0840526175de78a84b95871131664f634744]

        xmerge: Use J2SE 5.0 String.{replace|contains}
        
        Replace "String.indexOf(String str)!=-1" with String.contains(String str)
        Use J2SE 5.0 String String.replace(CharSequence target, CharSequence replacement).
        Format code in needsMask function.
        
        Change-Id: I787a61c4c090f95fb3862390cc1198f7209163a3
        Reviewed-on: https://gerrit.libreoffice.org/10659
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-01  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [981e2dcd44d3b33b5af791645f77b6c7f2da831c]

        FILESAVE [DOCX] Hyperlink text is getting lost after RT fdo#81492
        
        The fldData was getting added as instrText. It was handled as CT_Text and
        hence appended to the fieldCommand in DomainMapper_Impl::AppendFieldCommand.
        So in RT file the <w:instrText> has both the instrText and the fldData, from the
        original file. This causes the hyperlink visual loss in RT file.
        
        WordprocessingML Page# 5011  [ ISO/IEC 29500-1:2012 ]
        WordprocessingML Page# 5552 [ ECMA-376 Part 1 ]
        fldData has been removed. So ignore it while importing
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/10441
        
        Change-Id: Ic2c06f1eb66639d36f3a27ae79181cdbde21b43c

2014-08-01  David Tardon  <dtardon@redhat.com>  [787ed0a267bc1e8256fe4f38158be2225ae9b6c9]

        avoid memory leak
        
        Change-Id: I9ac97c4e5c7b01b5e05cb1132c0d245f5843799e

2014-08-01  David Tardon  <dtardon@redhat.com>  [e644bb59ff57430193c8abb7470cd1c058d6154c]

        fix parsing of cmdline args
        
        Change-Id: I4005c08d4163d5d26f227e01c2520379f717343a

2014-08-01  Palenik Mihály  <palenik.mihaly@gmail.com>  [803b9cb047958ecb9ad3e61c0e29a1466f59f1e1]

        Convert DLG_DATABASE_WIZARD dialog to .ui
        
        Change-Id: I18bc001be01b526d4005eacc324b7d2fb82830a0
        Reviewed-on: https://gerrit.libreoffice.org/10602
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-08-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [17f8a0d05fb7523e3ebc6f0179c227b1c050389c]

        writerfilter: fail on non-existing includes
        
        Also remove all such includes that did nothing so far. Hopefully if the
        script fails on it early, that helps detecting typos during development.
        
        Change-Id: I56bcf16263b7556bc237aceeb2041dfcfb3e02fa

2014-08-01  Tor Lillqvist  <tml@collabora.com>  [7e02666cbb84e4fc9045c7b019698b751adc2e64]

        Accept NDK r10
        
        Also, don't bother accepting NDK r8* any longer.
        
        Change-Id: I87fa37a8bb4b00033fe9f81e8b9fc8b09af3b784

2014-08-01  Noel Grandin  <noel@peralex.com>  [17f9b92414d04e49151f6d8818d458d9afa679a4]

        xmerge: simplify static final constructors
        
        Change-Id: I40f98c77c5f922fdce8242dac402feaf534da6bf

2014-08-01  rbuj  <robert.buj@gmail.com>  [ebe8792a37c21637cd9b5dc1522185b49ad7ac1c]

        xmerge: static non-final variable in the initialization
        
        Change-Id: Ide7ea42e570100766ef4d97fc3c29c5a5028ce37
        Reviewed-on: https://gerrit.libreoffice.org/10662
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-01  rbuj  <robert.buj@gmail.com>  [4ac335c1dcebc89e27f1e4bf6b119547afb1526f]

        xmerge: Remove local variable name conflict
        
        Change-Id: Iab2fdc516f5074a6957bde3be7aec52e48cbdc4b
        Reviewed-on: https://gerrit.libreoffice.org/10663
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-01  rbuj  <robert.buj@gmail.com>  [583a35b7872be903520dd9fc342efde23ade929f]

        xmerge: If statement is redundant
        
        Change-Id: I1d4000ae68d109ed01d4197a71f9175f79aa59f0
        Reviewed-on: https://gerrit.libreoffice.org/10668
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-01  rbuj  <robert.buj@gmail.com>  [e36edbb3e5dee78c32dea2a68067906101f4a7c8]

        xmerge: The assigned value is never used
        
        Change-Id: I1c9730d494546b01836c60f49861784a068ca1a0
        Reviewed-on: https://gerrit.libreoffice.org/10660
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-08-01  rbuj  <robert.buj@gmail.com>  [23aa8ea1ac4316c89c0dcbc2da2fef8dfcd9e3c3]

        xmerge: String comparison
        
        Change-Id: Icda2e693c1e0177708c83af8048bc4e56c0db4ce
        Reviewed-on: https://gerrit.libreoffice.org/10665
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6053491532a5d9954caaa4abf09af30850f0cb94]

        fdo#75380: Let's not always set the line style to NONE here.
        
        This one line guarantees that no matter what the real line style is,
        it will be ignored.
        
        Change-Id: I3bceaf49ce13ddb42ceb56750d8a4ccfef54033b

2014-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42cd7a8a26201fa1db98d6498198db23abef87fc]

        fix memory leak around chart listeners
        
        Found by Lsan.
        
        The following pattern leaks memory:
        
        boost::ptr_container x;
        x.release().release();
        
        Change-Id: Iaf52e4f2d6a96266fc6afd65ef8027d80c97a08b

2014-07-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d6521280929ecacc53b7c358d29d0b5d31b3462]

        fix memory leak around function descriptions
        
        Found by Lsan.
        
        Change-Id: Ia443ed6eb2a20854998a615f3c2bd9fdac156a8c

2014-07-31  Tor Lillqvist  <tml@collabora.com>  [53e4b24c9ee9f2114bbc6b820ece4c469cd811d5]

        WaE: 'aPageKind' may be used uninitialized in this function
        
        Change-Id: Idb44259f11715b1d2c769bfebca7300cc397b7cf

2014-07-31  Michael Stahl  <mstahl@redhat.com>  [3bc61ac26f00e5bc3c7ae4ab8a44d0d7e519e2c1]

        writerfilter: fix some -Werror=unused in previous patch
        
        Change-Id: Iba7db7f9375807e97a4cdddc0c873fa3c9f6cfb6

2014-07-31  Matthew Pottage  <matthewpottage@invincitech.com>  [4c3ba3a413be7339115ea5e6edc825a8434cd345]

        fdo#75757: Remove inheritance from std::map.
        
        Done for writerfilter::dmapper::PropertyMap.
        
        Added public functions getPropertyValue, bool isSet and Erase. The function
        getPropertyValue returns boost::optional<PropertyMap::Property>,
        where PropertyMap::Property is an alias for std::pair<PropertyIds,css::uno::Any>.
        
        Fixed all resulting compilation errors. The functions which iterated the map
        (ListLevel::GetCharStyleProperties, ListLevel::GetLevelProperties and
        SectionPropertyMap::_ApplyProperties) have been written to either used
        GetPropertyValues or not iterate over the PropertyMap's attributes.
        
        The properties of the public member functions are now properly used
        (Erase and Insert(...,false)).
        
        Change-Id: Ibd90a4ad831c9b7d18b2a50d4aa4eb3f2610cff8
        Reviewed-on: https://gerrit.libreoffice.org/10558
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [8fea536cebefe319a7fd5971b28e0936ac91ecb9]

        SdtHelper::createDateControl: clear the property list after reading it
        
        Otherwise it may happen that the property list will be read twice, and
        on export we'll create two <w:sdt> for a single imported one.
        
        Change-Id: I57ab595f956c5e808fc73fe644ee3e249a1fc1ed

2014-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddb24728b2971f6ed64a0372acb166251f1d9c8f]

        DOCX import: merging properties of different SDT's are not wanted
        
        When the document starts with a table and both the A1 cell as well as
        the document start has an SDT start, then we see both at the same time
        when we check for pending SDT's in lcl_utext().
        
        This leads to merging the properties of the two SDT's, which is clearly
        not wanted. Fix the problem by clearning the SDT property list when we
        see a start of a new property list: that produces a valid document.
        
        Change-Id: I8fbe7bec02beebb26ed99fa7b08bc62225bff50c

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [533b9ab6fc425746ce30882b424715c97631d907]

        osl_areCommandArgsSet: ensure mutexes locked when accessing data.
        
        Change-Id: I6b1f10e74aafc47e5618290d92087563c60e3c49

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [41fbe85870d0f83c0f7eb59f6f517500b0323239]

        Mark osl_areCommandArgsSet as internal only.
        
        Change-Id: Iac97290738088bd1ce7469ffee773994e7653efc

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7cfd6db1ff785bc86125655102d4b13d0d58f792]

        Add @since to osl_areCommandArgsSet.
        
        Change-Id: Ib2d033f975a9b5bf7b667fd80e495d8f043faff0

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [68969cc61adecac481ae9656978ef952f435b310]

        Consistency around SdrMetricItem
        
        ...where some instances of SDRATTR_TEXT_MINFRAMEHEIGHT etc. where SdrMetricItem
        while others where of trivial derived classes SdrTextMinFrameHeightItem etc.,
        that appear to only existed for better-named constructors.
        
        Change-Id: If0af79fbb803275ed09fc7b950868c5de7d61615

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [8b91280386f478f2e972e2aa71080f106783d762]

        Missing @since tag
        
        Change-Id: I6195dce9cea9a4fed4a48449e655271db68d95c2

2014-07-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c5bbfb3935c86d862acd3b5cd0643a474206ed1d]

        fdo#78555: Oopsy.
        
        Change-Id: I969973b2d8165d7ff7a46e6b7e60ad07e58bfdee

2014-07-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [27182231acd3a0c9898a8dba78b76dc8a827b4c0]

        fdo#78555: Retain formula results when moving a range of cells.
        
        * No need to re-compile RPN token array on reference change alone.  We do that
          when the formula contains one or more names that have been updated.
        
        * Adjust undo code to get it to work without relying on ref undo document,
          which would cause the token arrays to be unnecessarily recompiled.
        
        * Whatever else need to be changed in order to pass all unit tests.
        
        Change-Id: I99e86d23320aca8900fef011da23a9d34e42751e

2014-07-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [85f8f8f8589af3c404339c0f78021a7fe21cdfcd]

        fdo#78555: Write test for this first.
        
        Change-Id: I01f7ca80d8d2ac4c3b5f262625cc54a27cf4327a

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794]

        Remove unused ctors
        
        Change-Id: I01506e923f3197f97f771983edd72dfddb2af1b8

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [91f7e828f89144422016f7c71558fc72bf41ac80]

        typo
        
        Change-Id: Ic8795d05f66b45bd43e3444f0f368a2e6352aa2c

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5909d640dc2fe7b6aed0aa6e9136d981b09175ad]

        LOK: add document loading failure test.
        
        We don't really have any way of telling the client that the file didn't
        exist yet though, so not very useful so far.
        
        Change-Id: I1db386781b88b345f3e9cb4f37838ca1d95f92f9

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [dd418d8ca230da09a15de10db66970bb50db0172]

        LOK documentLoad needs SolarMutex protection too.
        
        We probably need to do this for most of LOK now that
        we use soffice_main.
        
        Change-Id: I77be7865511c083679cf2f68b0e5df106506fd70

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5beec739f0c790615ed84e35dd513282d7dfa17d]

        LOK: add test for getDocumentType.
        
        Change-Id: I264567f73dae9ecd061e09c4413857f793fcac48

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cc7f66dd53fd6b6c80134aa11fb4c00f95441f7c]

        LOK: add slide name retrieval test.
        
        Change-Id: I6d2bc4dfa634223da662af6f7c9a91f06cfe7534

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e780c96e8d5e6ad6142f328fa850fedb59f5ca97]

        Use one test instance to run all LOK tests.
        
        Recreating Office instances after destruction (when still
        within the same process) currently fails, hence we need
        to do all tests at once for now.
        
        Change-Id: Ic7652c909e1cd970fe1ee76995e61fb6aae8f96c

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d6fd97b4c90625b59f96d0017790eb2e2c996e49]

        Make common paths member variables.
        
        We'll need these for other tests too.
        
        Change-Id: Ia99c2e60f5e5bb24a83875a9dcf85a6b4f54beb4

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3c115cd0474ac19240f491f6dcd1f1ec994a60da]

        Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutex
        
        Change-Id: I7ff41dd932fd9860dff944b3bf8ff5bdc230ae5d

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [5ee87e861e3147d6a3a9411296cd2498d77555db]

        Avoid undef downcast in base class ctor
        
        Change-Id: I71eecfdc657b153f9289e8e9af52fba9ed22d3a8

2014-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [ee8f76a3e89c7070958a4c42b17818a0b90f3f0d]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I8bdb8ca84b75efde4effba1ce76704d2c7c3f214

2014-07-31  Michael Stahl  <mstahl@redhat.com>  [b9b9fea12ed1d87d34f84f51574c10e2345d9ac7]

        writerfilter: fix ubsan complaints about "-42" enum value
        
        Apparently the StyleType enum is specific to the domain-mapper, the
        OOXML filter has integer constants in its model.xml file...
        
        Also surprisingly the section styles only exist in RTF; w_ST_StyleType
        in "ECMA-376 3rd Edition" only contains the 4 values of StyleType enum.
        
        Change-Id: I5407800f801824676df309b3705e233cf1382721

2014-07-31  rbuj  <robert.buj@gmail.com>  [56739cf7ae7d697aba4daad0b3eb66cbd6b35af2]

        xmerge: Avoid java.util.ConcurrentModificationException
        
        Fix removeByName function, which deletes elements of the list without an iterator.
        
        Move declarations inside the for loop in the removeByJar function, and delete the comment about removing list elements.
        
        Change-Id: I6a9ba82af2999703d1447c5c0bc5800ec4367b65

2014-07-31  Noel Grandin  <noel@peralex.com>  [7e0e581c162a8836034a47e84d28a638e9aa9744]

        cleanup usage of MapUnit enum
        
        some places were using the wrong enum constant, and some places were
        unnnecessarily converting to sal_Int16
        
        Change-Id: I754993533c840cd33106820d99af2dc951f26a80

2014-07-31  Noel Grandin  <noel@peralex.com>  [65803ad94c8652edb84f82202717b1b206407a65]

        fix some dodgy FieldUnit conversions
        
        the FieldUnit enum was being converted in some dodgy ways and
        in some places the MapUnit enum values were being used.
        
        Change-Id: Ic9aacb84058d1c14c3a4a79ef6676082df9a7270

2014-07-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [62da1a834128f5762fa2e6ceb35fa61372ed5949]

        GtkComboBoxText requires gtk >= 2.24 (again).
        
        Broken in 77d083130948fa35f9f404656b8c170060e78043.

2014-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [48f52a509aeed8c8a780bf07d3761a7699e8a36b]

        DocxAttributeOutput::WriteSdtBlock: never write <w:id> twice
        
        Change-Id: Iab68a4e809a7924e753db5a85d9914308419b845

2014-07-31  Noel Grandin  <noel@peralex.com>  [7f9732e998e6e90cafa8bd36886af5e8bc7a71a1]

        remove commented out code
        
        and fix up some formatting
        
        Change-Id: I8d24c66901eeaf8a6c7aa5e797821c807edaf6ee

2014-07-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a39475e355b256dc0a922d21b21e695aaa5577b]

        DOCX export: handle exact end of paragraph w:sdt tags
        
        Previously every paragraph SDT was closed immediately after the
        paragraph end. This commit adds support for having multiple paragraphs
        inside an SDT.
        
        A few testcases implicitly tested that such SDT's are lost on save,
        adjust the relevant XPath expressions now that this works.
        
        Change-Id: I07802b3e067600b087b7e0f9b2e7b3ba17c3379a

2014-07-31  Stephan Bergmann  <sbergman@redhat.com>  [75dd06b2d70f796bcb0fc3d2b736e9801cea2379]

        -Werror,-Wunused-private-field
        
        Change-Id: I1b74fb2f8fd09f38f3950505b2156ae7cf764fd3

2014-07-31  Douglas Mencken  <dougmencken@gmail.com>  [56c2802e1c0de4895856aad54262ec759abf1ab9]

        sal_osl_process: fix "Parent and child environment not equal" for OSX <10.6
        
        It fails with "assertion failed":
        - Expression: compare_environments() [osl_process.cxx:370]
        - Expression: compare_merged_environments(different_child_env_vars) [osl_process.cxx:428]
        
        Just disable it (yet) for OSX <10.6 as it's already done for Windows.
        
        Change-Id: I88e838481a25ee7e977512e33e23afa2b9d394ff
        Reviewed-on: https://gerrit.libreoffice.org/10641
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-07-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45db9b09767dfa76bdff3e89bc9a04607e648687]

        Scope reduction.
        
        Change-Id: Ib77fccaf0c418e875816ed553f3540190ac0caee

2014-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe5463fb7bc740bfec5d2eb7408b8ff3624d8c31]

        the dialog hierarchy changed iwith the ui format, fdo#81867
        
        We need to be explicit now and can no longer rely on GetParent returning
        the right object. Seems like sometimes you get punished for an ugly hack
        a bit later than expected.
        
        Change-Id: I145e97ae0ceee741c4128c29a6ca26fad2178cb5

2014-07-30  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [21bd05d61febe5e99df790fdad572ec731a15213]

        Improve "Navigate by" layout
        
        Implemented some suggestions from https://freedomsponsors.org/issue/391/navigation-button-icon-does-not-scale-and-gets-cut-off#comment-917
        * Place the up/down arrows on the right of the button
        * Use up/down arrows instead of right/left
        * Added a separator between the navigation buttons and the search label
        
        Change-Id: I509756db2fc0c1f60a6b1d6f14e6ed9299d7e597
        Reviewed-on: https://gerrit.libreoffice.org/10613
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>

2014-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [4131e8b63ba96ef3bc6a41daa6020262f6af5415]

        writerfilter: remove unused <namespace-alias id=""> attributes
        
        They are confusing and not used in practice: modelpreprocess.py always
        sets the id to a numeric value anyway.
        
        Change-Id: I5bdfd001bc0fe7ee376e2fe27fefecc3613bd1ab

2014-07-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [de674248740abbecc2a469d90aa61cba163bcd3f]

        fix spelling error
        
        Change-Id: Id9b7abfed70c33eb3cd12e0976f55be232ce3ca5

2014-07-30  weigao  <weigao@multicorewareinc.com>  [53cb769e2e1dd62b25787cf654b532a05b6b51b5]

        add scroll animation for benchmark
        
        Change-Id: I72416ee6bf6c314feb4c5a88742aedd515abc13b

2014-07-30  weigao  <weigao@multicorewareinc.com>  [8828dbfa0870cb834efda035bc5e041a1434166b]

        add drag animation for benchmark
        
        Change-Id: Ie9146272dd88b7b51edace7023048629874c360f

2014-07-30  weigao  <weigao@multicorewareinc.com>  [4e4047c288c8d93d7d2d6dd0389866033b9f40ef]

        add click event animation for benchmark
        
        Change-Id: I1e5a879fa315a775a77d3fddc6de1d02963b5f7d

2014-07-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [864d018a1a806b9861739f10649076d758af07cb]

        DOCX import: handle exact end of paragraph w:sdt tags
        
        Testcase will be added when the export half of this is also in place.
        
        Change-Id: Ic6ef8ea72a45424fcb5a473c74db9e30d6fd3be8

2014-07-30  Tor Lillqvist  <tml@collabora.com>  [85118169a5dccc3cd6f8260515f98ba3c4c91596]

        ASPECT_ALL is unused
        
        Also add comment about the three sets of names for the same constants that
        must match.
        
        Change-Id: Id626b6f1cdaa4c2a8c391ae4f020186997ccb4d9

2014-07-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b2ee0235e88dc4da715b5766295ed88f27974fbd]

        fdo#80501: Ensure that we notify each listener only once.
        
        Change-Id: If2ce4643ff58c7c2ba326d749698dd5196a108dc

2014-07-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d0125712494ac0be512aa5e3fd7315e0cab2b323]

        fdo#80501: Write test for this first.
        
        Change-Id: I43c0018f445394387ef28590b56ca38344e61c11

2014-07-30  Stephan Bergmann  <sbergman@redhat.com>  [ff209b1446c7923c9e8675611a392c9d280d1440]

        Avoid needless truncation to int
        
        Change-Id: Ibb9088e73e3e48952ce7f2f4ec42392f7633e8a7

2014-07-30  Stephan Bergmann  <sbergman@redhat.com>  [222c94f5a40a8bb4134b31ed6dbfb5e3913197a6]

        Adapt loplugin:derefnullptr to old Clang versions
        
        ...where prior to r183883 "Implement core issue 903: only integer literals with
        value 0 and prvalues of type std::nullptr_t are null pointer constants from
        C++11 onwards," Expr::isNullPointerConstant with NPC_NeverValueDependent could
        go into an llvm_unreachable case.
        
        Change-Id: I29cf093f18ece4cd83fd759e30f72c2a71f69554

2014-07-30  Stephan Bergmann  <sbergman@redhat.com>  [20d08026218cf4257693c706c97030b8d518aa68]

        Fix *_component_getFactory function type
        
        Change-Id: If66efdb6a00c383ba72898f601ff3d674e153704

2014-07-30  Stephan Bergmann  <sbergman@redhat.com>  [a45d968888e5970786528a74fd2063a6f9f25460]

        Remove redundant casts to void
        
        ...leftovers from de02d221e104f74bfa595d5e6c41248093c640f3 "printfs in comments"
        
        Change-Id: I0125ac2b5ea0b4450e8f707f980959443a6c4d27

2014-07-30  Joren De Cuyper  <jorendc@libreoffice.org>  [77d2610012536fa2c31c55c3803a57c6eddd58f2]

        Use OString::boolean in docxattributeoutput.cxx
        
        Change-Id: I73b0c0ecd3ecf4e159f31e7ad9684c3e70b1ce5e
        Reviewed-on: https://gerrit.libreoffice.org/10622
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-30  rbuj  <robert.buj@gmail.com>  [84dbcaf91f34873d2ae02556c8a02f27401f8a5d]

        javaunohelper: If statement is redundant
        
        Change-Id: I204e3755cf07c7bb9634d02913e893179d6e81e8
        Reviewed-on: https://gerrit.libreoffice.org/10640
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-30  rbuj  <robert.buj@gmail.com>  [c7c535351cec9089e232cc5cb3e59454cef27e17]

        javaunohelper: String comparison
        
        Change-Id: Ic0291e655525639b2f3cd33760d8f5f343b208f1
        Reviewed-on: https://gerrit.libreoffice.org/10638
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e53a179bbaaba2c7ad8ad06890a94f9eaf8943a]

        fix wrong calculation for text size, fdo#81499
        
        Change-Id: Ifd9e09dd9e1d843728e1874c48efdd127bffe11e

2014-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bff8e93eb98be4b621c3902de227a3c313cf5b4]

        the range has to be in the correct order, fdo#81803
        
        Change-Id: Ia3907701857e22c11a2cefa5d35437c8f8219ff6

2014-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [896390d79133199910f857cf85004466171ca405]

        add test case for fdo#81803
        
        Change-Id: I00c52bd1a8d949e3fd874c2dedbd9e2345aca74e

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [56bd29136ceb32250c0acdce798be47c8f7e7b12]

        Wrap "" in OUString: error: conversion from const char* to non-scalar...
        
        Full error:
             error: conversion from const char* to non-scalar type rtl::OUString requested
        
        This seems to be happening only where ITiledRenderable.hxx ends up being
        included in an Objective C file.

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [77d083130948fa35f9f404656b8c170060e78043]

        LokDocView: Update part selector when mode changes.
        
        Change-Id: Ice754a46d07ce2714257c30e1aef27193b614cd3

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [df438e6ea260c1367fac0c2f195f1aff6311709f]

        LokDocView: set current item for part selector.
        
        Change-Id: Idbb3d63803bd60a182a9b8e26620d11b2d643cb6

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [ba520b9dbb911d32dd770f4548399b98dd80bd2c]

        gtktiledviewer: add part mode selector.
        
        Change-Id: Ia1e78df1d833f9b0fbda0b78136590c9c960fa27

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [af58bb8335416ac6416f7f4b6269337b2127ab08]

        Protect setPartMode and ensure we actually show the new mode.
        
        Change-Id: I3642702c5bf268f3c9ab04162166078052804270

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b3375a273e8030fd576e8094fe0890fab23362ea]

        Impress/Tiled Rendering: implement setPartMode.
        
        Change-Id: I831953ac3fa1d0a15b64aa008cc3bfb79e72575a

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7f8eb6d501f962d2bdac9a581389289f8054daec]

        LOKDocView: add set_part_mode.
        
        Change-Id: I0e14a535124e93979ef05431255911245a11aa29

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0dc6db6fafd4a4fa9a5ad8d2d09c7ec8ae3ae04e]

        Impress/Tiled Rendering: return correct number for getPart.
        
        It looks like page ids begin with 1.
        
        Change-Id: I367285b8cfa1fcc9b8f22a9bb3c679d7e9579099

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [dd032c3f3b6d6d3142b86860b02efd47c27504cc]

        ITiledRenderable: provide default implementations for some methods.
        
        Writer doesn't understand the concept of parts at the moment, it
        makes most sense to keep these dummy implementations central.
        
        Change-Id: Iafbd89864b753ba2bed28a05b0f59df85f364feb

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a965dfd7ea87a5aba4e4aefa21049159e56579cf]

        Impress: Implement getPartName.
        
        Change-Id: I614838505fef901fc37e8d3906bb59c60b034453

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [36e5f73637194afdb9ff0e320f6086be35c94a61]

        gtktiledviewer: show part names in selector.
        
        Change-Id: I02ae5b729f96e36b3f226218b32495907cb63cf3

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [366d8fb4dbe829653a4996acc8e9bae512ed0155]

        LOKDocView: add part name retrieval.
        
        Change-Id: Iac31de0410d7f6187e5884152c329375047a23f4

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [977ba354b2256da7c871179a75b72c4f568d5fcb]

        Remove horrifically outdated comment.
        
        Change-Id: I1362489c9aecf536b31bf6ab57ad8c149f37a876

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [6872ecdbc70befc1f3e9215f5c1cf1530ff8dc40]

        LOK: add setPartMode.
        
        This API seems to be simplest in the long run where we'll want to be
        able to select between rendering slides/notes/both/embedded objects,
        and maybe even adding the option of switching between continuous
        and single page mode in writer (although I have no idea how hard
        getting a single page mode out of writer would be).
        
        Change-Id: I5bdfdb61854c37281c6992c8f3ed1c50c8aa0919

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [6548361109deeb3be2e2c65b27eca04e59fa1f6f]

        LOK: Add getPartName.
        
        By default (i.e. for writer) we can just return an empty string,
        and we only actually need to implement ITiledRenderable's
        getPartName for components that actually support it (i.e. calc/impress).
        
        Change-Id: I8b381e5d7a8000638b02f763b4bea8ef0226f8e0

2014-07-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5fe0711dbe8568f6ec5fe7c2edeb122519ac68a7]

        Fix comment typo.
        
        Change-Id: I8ebe3ad2a6efcf1797a2dc941994c7fc1e36f4bf

2014-07-30  Joren De Cuyper  <jorendc@libreoffice.org>  [4a1efd50e28ed9a38820ff8e21a21475a9096ecc]

        Remove redundant sal_Char *
        
        Change-Id: I82c80134edaf34f1392d06b0bb68ff092652524b
        Reviewed-on: https://gerrit.libreoffice.org/10634
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-30  rbuj  <robert.buj@gmail.com>  [3e9bddfe6879580353b712d61308852e637f2e3d]

        javaunohelper: The assigned value is never used
        
        Change-Id: Ia190a6784fceaf9607ba39f2ef9d5ea4151cfc16
        Reviewed-on: https://gerrit.libreoffice.org/10624
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-30  rbuj  <robert.buj@gmail.com>  [192265720a0f83ceab58fe81a159df5f43a59bb5]

        javaunohelper: String comparison
        
        Change-Id: I52a7e456bef73824f64213c982052c61e54f7c76
        Reviewed-on: https://gerrit.libreoffice.org/10621
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-30  Takeshi Abe  <tabe@fixedpoint.jp>  [c0d298ecec6a615c8f1137c63df5bc484ee9ca33]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I9783669a26fd9c9e2c890f430b29427ccf6bea77

2014-07-30  Matúš Kukan  <matus.kukan@collabora.com>  [8cb75e905cef50a2d8a423443d3dcef5f1899027]

        error: reference to "Primitive2DSequence" is ambiguous
        
        Change-Id: Ic01f84b2603c93985f0b28fc9aced7eeac941b53

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5e55d5ffb70437e917e4092f4030d5a454fd20d6]

        fdo#81330: When moving to a different sheet, set 3D flag on.
        
        Change-Id: I16c6e687259635c4d0ac0e5dab0140941b409bc8

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6a816d1fdd63532c3a85ee9e7fe20040ee754f1a]

        fdo#81330: Write test for this.
        
        Change-Id: Id781b13b180c0622bfb01cf2ca844fa452061b50

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [52d21ee6516e29e55d09f346c8712eb68b3f52f0]

        fdo#81812 Kill PIMPE and PIMPEE
        
        Change-Id: I12a4a91d580f95912f2c2cb2a352b21b272a480d
        Reviewed-on: https://gerrit.libreoffice.org/10611
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [e03f6b2a6b1c7dd3f473e161517e69b284aa1e3f]

        Fix indent + some extranous whitespace
        
        Change-Id: Ib317e7ff0c57055955042cab03a14ed053ca9c4b
        Reviewed-on: https://gerrit.libreoffice.org/10625
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [3b2f10b4ee53f1a6a1f5c9d18a0437b46187f50e]

        FontName -> FontFamily error
        
        Introduced in c67d6b2a57f6e95395515fe695709590af109397
        Thanks to Matteo Casalin.
        
        Change-Id: Ibaa7956eb44cfe62bbaf73ff5656dc21a5793c6a
        Reviewed-on: https://gerrit.libreoffice.org/10612
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [d971c66bac623f2c5a1c777bb198d29ebd33dbec]

        SVG test that sequences are equal
        
        Change-Id: I58178ac9942dc52083dd44565669769761652ada
        Reviewed-on: https://gerrit.libreoffice.org/10601
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1fcc30503549b47046c84333af542ed739f685ba]

        fdo#80846: Get the parameter order right.
        
        It's column, row, tab in this order, not tab, column row.
        
        Change-Id: I32e69a403feaf18532c7ac241fa2a98fc65a4ba7

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2ef608aa35ee50a271ba817ef1538e663b4e0cae]

        fdo#80846: Write test for this.
        
        Change-Id: I80dc88028579a76c7116b3558cf560f9bfed109c

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7b13c6d96407b7f4c0c578693bd3b9629015489c]

        Bring this logic from ScViewFaunc::DeleteContents to ScDocFunc's.
        
        To make the bug reported in fdo#80846 reproducible.
        
        Change-Id: Iec400f26c6c6af9ae3bd0afd4fce75939ab1e23d

2014-07-29  Matúš Kukan  <matus.kukan@collabora.com>  [dbe2da93340cb0b693f49afc93812199a39bb118]

        Add chart import, percentage number formats, unit test.
        
        Change-Id: Id1b73c153f4b09ab94446452e7eb096b529473f4

2014-07-29  Matúš Kukan  <matus.kukan@collabora.com>  [c8cc89ff802d86b1f3a69afe1b4835b7df7f70c7]

        Fix some number format issues, bnc#862510
        
        Set "LinkNumberFormatToSource" to false, so that format code is not
        ignored.
        Also, do not inherit format code common for all labels, if there is
        specific format code for a data label.
        
        Change-Id: I505311d5df641d61e616e354734bd332609fa122

2014-07-29  Matúš Kukan  <matus.kukan@collabora.com>  [5f47e319428a703ea53ce49d166e7628aaa60789]

        bnc#862510: PPTX import: Properly show data labels in percent format.
        
        Usually, "General" is "0.00" number format, but in this case, when we
        want to show percent value, MSO writes that instead of "0%".
        
        Change-Id: I748719765f58e66f9f3fb43c2b527c6823ef6fa1

2014-07-29  Michael Stahl  <mstahl@redhat.com>  [5893a7536a0bbce57c4a2f89680dcb4cff3d06d7]

        fdo#81384: writerfilter: turn the horrible btLr cell text dir hack
        
        ... by 5 degrees to starboard, which lets the row in the bugdoc appear,
        altough the height is a bit insufficient still.  Why that works, is a
        nautic mystery to me, i'd say this whole btLr emulation nonsense needs
        to be keel-hauled, but after this patch i'll need some rum, arrrr...
        
        (regression from commit 0208ead70a9412ccd554fcef3e9308f8ca17037b
         and commit 970160f78ef6cc7abacfa252daa8451e1f0117bb)
        
        Change-Id: Ie0c6ec88b6d6635379b9127f6460647f14776aad

2014-07-29  Michael Stahl  <mstahl@redhat.com>  [bdca067382285f4cadad2e13cfffd9c24e3f4bb5]

        writerfilter: whoever started non-reference variable names with "r"
        
        ... was evidently not a Hungarian speaker.
        
        Change-Id: I87b0690d839057272c9653b222ed4dc61a75963a

2014-07-29  David Tardon  <dtardon@redhat.com>  [2a87b3b5aed8296a7506374fd5324c5659a88cb5]

        gbuild: allow a unit test to depend on a jar file
        
        Change-Id: I68edf70e41023d3056859d49005c684b7c4e24d6

2014-07-29  David Tardon  <dtardon@redhat.com>  [01d8524a6a21b5f0039bff07eee3f040a3ba50ba]

        gbuild: clean target is phony
        
        Change-Id: I39dd1d10f086fd17fd9cf3a511452831a06bf81a

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [36c18abb7b04520a7ae71b87fd71d31410620db8]

        loplugin:unreffun
        
        Change-Id: Iad6a0e5e04dd899827f7dc5dcdbde360ce34716d

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [190a4ee599a463415faa7d9bcb81b6a157a4971e]

        Revert "it makes no sense to use the second column as well, fdo#81499"
        
        This reverts commit 14277af57b397b03b753a61c22cc5211e43a5f82.
        
        There is a reason why we do this, to allow misspelled word outside the
        cell area to be right-clickable.

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [1e03324c2edc205dd5a729aea12c29aad9b4aa14]

        Make coinmp build with VS2013
        
        Add a patch to mangle the project files a bit so that they work better
        on a machine with only VS2013 installed. At least in my case. But why
        we still need to *also* have those /p:PlatformToolset=v120
        /p:VisualStudioVersion=12.0 in the ExternalProject_coinmp.mk I don't
        know.
        
        Change-Id: Ieebd729c3ba89cf22231fb943f3739d6be5c7acd

2014-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [14a5f2f6fa3feabc8ef71843063b52364cbc4560]

        writerfilter: nobody reads enumname
        
        Change-Id: I4a5eb77ff14bb033061ce8214ef7f65d587b159a

2014-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [423020de5d2533533aa0d19249079e1dcee632d2]

        writerfilter: unused OOXMLFactory_*::getName()
        
        Change-Id: I9cf482b10b719d40ab553616099d04c7b1572986

2014-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [28a315694348c4d1a4fd9aea7e720b3e821e8eb3]

        DOCX filter: map <w:sdt> outside paragraphs to paragraph properties
        
        Previously the type of the SDT was used to decide if the SDT will be a
        character or paragraph property. Improve this situation by always
        mapping <w:sdt> elements outside paragraph to paragraph properties.
        
        In practice, this means that if the SDT was a rectangle (as it wasn't
        only around a run), then it remains so, while previously it could become
        a polygon instead (when painted).
        
        Fix several testcases that tested that a <w:sdt> outside a paragraph is
        exported as a character property.
        
        Change-Id: Ia26c1a4cf6bc553b46224e4b17ee40725c5f3622

2014-07-29  Michael Stahl  <mstahl@redhat.com>  [e5b0aa9a7c7f81c78164e70646831975b7b310f3]

        basic: -Werror=sign-compare
        
        Change-Id: I7c776faa74a61b0d263c3b446972da9461b3d4f6

2014-07-29  Noel Grandin  <noel@peralex.com>  [666f8651b117f6124b7308586284102f798215ef]

        simplify "no delete" logic in SvRefBase
        
        by converting the bit munging to use bitfields.
        Remove unused return values.
        Add asserts to check that AddRef() is not called after the object
        is deleted.
        Fix the code in SfxObjectShell to not call AddRef() after
        SfxObjectShell is deleted.
        
        Change-Id: I3a3565a0bc45fc9d1d086222265ab8b8175818a7

2014-07-29  rbuj  <robert.buj@gmail.com>  [94a5c8766d81c10084f69be6f576791a36ab2bc9]

        xmerge: The assigned value is never used
        
        Change-Id: I56ee6583e0e5d82db018b40882a64b0dc00ec90f
        Reviewed-on: https://gerrit.libreoffice.org/10575
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [ae7ca8b957c9d609f8f8a2e6c01b747aee6e0a77]

        fdo#46037: remove unused comphelper/configurationhelper.hxx
        
        Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa
        Reviewed-on: https://gerrit.libreoffice.org/10603
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Noel Grandin  <noel@peralex.com>  [c694837aea16edb76dc19b3ca2db764375148011]

        convert linked list to std::vector in SbxDimArray
        
        Change-Id: I2640cfe1f9606d992f622b99ff3c607555771e23
        Reviewed-on: https://gerrit.libreoffice.org/10298
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [73f961ecf7439913fcd2233555187ff18eab1704]

        Include <algorithm> for std::min
        
        Change-Id: I6d73e4d732da36bcd446b1d10273d88d941b9c1a

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [5cca1cb6a17984da0ff3cf9c04869c361144173d]

        Accept also WINDOWS_SDK_VERSION == 81
        
        Change-Id: Id1a8f91b6c74c19c3b14b24a86580d06cec3dd97

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [faca271fdf4c734d5f4a21e1c83dec5c7583043a]

        Include <algorithm> for std::min
        
        Change-Id: Id1321766532eab6ee49e418b0597e62d14b5b33c

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [eeeef4e83c3cc643f32c094df36cbd311b1c294a]

        Include <algorithm> for std::min
        
        Change-Id: If2bf31494f1354ff3856ad8b32f6799042e23b18

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [31bf50b6cb8ddaa7c87bfcd0411b7bedfefd801e]

        Make python3 build with VS2013
        
        This time use a patch to mangle the project files a bit so that
        msbuild likes them.
        
        Change-Id: I1293f4a92164ec6431b96c39f118cbdedbe5fe32

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [6b5dce35f2ff2d7c52e51686b438f9037f9cb78f]

        s_mapInterface must match uno_MapInterfaceFunc
        
        Change-Id: I5035db31ce3cb3d07dca86aa77552274c02f695a

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [63eb070d0d1f00e6a3e846c8e90e6dce394497ca]

        Missing runtime dependency of a CppunitTest
        
        Change-Id: If4a8761cecde449baa90fff173cc0f094eb755e5

2014-07-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [227d3e72b0b29b73440157b64d6fb56fa151e05e]

        bnc#885548: Reset the default user to the document owner at the end.
        
        Otherwise the user name is set to the name of the user in the last revision
        record, which will be used when recording new revisions.
        
        Change-Id: I9b5e39c3b3a85614af67f86db9ed2bb3509a9e2b

2014-07-29  Yogesh Bharate  <yogesh.bharate@synerzip.com>  [26b33fc2f2164481f5c423463f653012e4f4995d]

        fdo#80580: LO crashes while opening the document on ubuntu build
        
        Problem Description:
        This issue is reproducible.
        
        Step to reproduce :
        1. Create .docx contains page break on first page.
        2. Second page contains '&'(ampersand) with some character like 'x','z','#' etc.
        3. Changes the size or font of '&character' which is on second page.
        4. Precaution will be take all this i.e page break and '&character' contains in single paragraph'.
        
        Solution:
        Added a check for Context Type which must be CONTEXT_CHARACTER for deferring character.
        
        Change-Id: I27989d2ca8d62fbd9efafe5ba7f4a65d56467c1e
        Reviewed-on: https://gerrit.libreoffice.org/10532
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2014-07-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [5021f298418f6efa7bb7b6540113b712599778fe]

        Remove some unused code
        
        Change-Id: Ib1fb5108a858c35a5bbe8ba865e15660639725e3
        Reviewed-on: https://gerrit.libreoffice.org/10593
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [dea278910731ddd8856fa122d59d83e01bdff87f]

        Fix *_component_getFactory function type
        
        Change-Id: I827fd727eb49ce19da847327d78bca531a11bc1a

2014-07-29  Charu Tyagi  <charu.tyagi@ericsson.com>  [cb995849939e4b732dda952ec994e42ac0035348]

        fdo#81486:Test case for patch that fixes bug 81486
        
        Change-Id: Ife96b8313595f4a4e52f46e11130bd37a994c397
        Reviewed-on: https://gerrit.libreoffice.org/10454
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [e0c4a8cd4037377360492ff8e01d0ea8b3efb13e]

        Avoid undef null-ptr deref of missing "ofa" ResMgr in CppunitTests
        
        Change-Id: Ia0f0282c4418288adf14997234ef393f44fbdabf

2014-07-29  Charu Tyagi  <charu.tyagi@ericsson.com>  [706f1b715c954b890a0c2515834c70a819cfa18d]

        fdo#81486:custom property with the same name as Document Property not imported Change-Id: Ieb9cba7b8969787140d6db3b77765e3a15bf89e1 Reviewed-on: https://gerrit.libreoffice.org/10381 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [3ee8bc8215103d3561e80283cd201cca1dc8335d]

        Fix previous commit
        
        Change-Id: Ia6437852a5ecd208510af20915bc982d1014458d

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [edffb444c07f4a928506436a5b50de3fa0ea4bf3]

        loplugin:stringconcat
        
        Change-Id: Iaa5df366118b8766b47e7bd4e9875c44c0e5d8d9

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [ccdd9a2c549d32f1c53437f17510af1ac9de5efe]

        Further OUString cleanup in xmloff/
        
        Change-Id: Ic749119931db569bf26c8d8a58da7d468811f927
        Reviewed-on: https://gerrit.libreoffice.org/10598
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [551f76f410c5a2b8efb7e4736ca0e1440bd58276]

        Drop unnecessary SfxApplication::CreateResManager wrapper
        
        Change-Id: I2b8662ec85b8f710aa17a2c6f59c4b35af7685f3

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [7dad065277b82bf5b943f56818b259d0d211346f]

        loplugin:unreffun
        
        Change-Id: I5986efd3d5690cb63ea44afaba7705c6f747e7f8

2014-07-29  Rachit Gupta  <rachitgupta1792@gmail.com>  [e6caeefce4cf1f814bc342324490892ca80356ab]

        Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.
        
        Also, removed the unused hrc/src files.
        
        Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c
        Reviewed-on: https://gerrit.libreoffice.org/10595
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [784fc5fb32e954a17f466a2c4aa2680cfa4b2a4a]

        Fix previous commit
        
        Change-Id: I2f3bb2e85457356a0e1ca313f3988eec40f362e7

2014-07-29  Szymon Kłos  <eszkadev@gmail.com>  [8ea2d6b073ae283af3e7709862a23e5e39e87819]

        PAGE_DBWIZARD_MYSQL_INTRO and PAGE_DBWIZARD_SPREADSHEET conversion to .ui
        
        Change-Id: I5d14fc4bd051c37802c0689d55d8557e26312a5d
        Reviewed-on: https://gerrit.libreoffice.org/10606
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-29  Joren De Cuyper  <jorendc@libreoffice.org>  [c67d6b2a57f6e95395515fe695709590af109397]

        Cleanup OUString-use in filter/html
        
        Change-Id: If2749e604d0375fa0af0eac9244c533e177f09ab
        Reviewed-on: https://gerrit.libreoffice.org/10599
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [6dfd1336c6f324df6fd01f28005ce2e28ada192a]

        WaE: 'initializing' : truncation from 'double' to 'float'
        
        Change-Id: Ie61d007857a62facac9d4e21ec494195041eeffb

2014-07-29  Noel Grandin  <noel@peralex.com>  [9d140ccdb3b029b3d87ee23e87789f8a67ce8d5b]

        drop use of SFX_ITEM_PRESENTATION_NONE
        
        since none of the call sites specify it
        
        Change-Id: I9c15f0e042e21f6f78560c1962a533112d588c90

2014-07-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [a0b89100be8ccc2b60d08d7e3819cd247a6042b0]

        DOCX import: handle ooxml::CT_Spacing_lineRule after line
        
        Regression from commit a5f9fb720daeb2df8325768b98b8b720abcc2b9b (fdo#80800 :
        DOCX: Preservation of Direct Formatting for non first Table Cells,
        2014-07-11), CT_Spacing's two attributes (line and lineRule) may come in
        different order; but the change only handled the case when lineRule is
        followed by line, and not the other way around.
        
        This fixes a unit test failure in CppunitTest_sw_ooxmlexport's
        testSpacingLineRule.
        
        Change-Id: I892d97a97390228a59a129f096be39ce93b822d6

2014-07-29  Noel Grandin  <noel@peralex.com>  [7e018afaf74ab118fe21d92edc9fb95ddea5d61b]

        simplify return argument of SfxPoolItem::GetPresentation
        
        since all two of the actual call-sites only care about whether
        it is a valid presentation or not, not what kind of presentation it is.
        
        Change-Id: I75717c88878d37b2897741b0c833ff283b3fee59

2014-07-29  László Németh  <nemeth@numbertext.org>  [86c0a56a9ee2e3d15286b11afad65568d1a87c11]

        fdo#55292 paragr. start. autocorr. with a single character (eg. ---A)
        
        Change-Id: Ic0e67b3e78fe6f38e8a255981c9aa9cfd939fd4b

2014-07-29  Stephan Bergmann  <sbergman@redhat.com>  [c61d0c6071e97b31701c26d512699355c4aac986]

        function abs given an argument of type long but has parameter of type int
        
        Change-Id: Ibc64a17dc4a779e05946dfe5d1d12109e643a7fd

2014-07-29  Tor Lillqvist  <tml@collabora.com>  [e9c5022580f14c0ca97503f8b3cc56b530fff174]

        Blind fix attempt for compiling against the 10.6 SDK
        
        Change-Id: I0ee5f4f709aa521d85974ebb6518d8f2bce3f513

2014-07-29  David Tardon  <dtardon@redhat.com>  [7dc96ebc05014b787d79a282981cdd0f8750abad]

        fdo#81799 we need cppuhelper here too
        
        Change-Id: I719557813180c3f862ef4b00e24142fdbbb0daf0

2014-07-29  Noel Grandin  <noel@peralex.com>  [145b0de1569229c797084040caa2386c8cf1ee4e]

        fix for running externandnotdefined plugin on Ubuntu
        
        Change-Id: I00804b2dd63df44478a14a3eaf2fdcd4e4ce5d09

2014-07-29  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a97457db2c570b18c3c0e4717eb09210c1287ce8]

        One final removal of libreofficekit static library.
        
        (Seems you need a clean build to notice this...)

2014-07-29  Andrzej Hunt  <andrzej.hunt@collabora.com>  [879c1e3edc3fd9b92f5b7cafad996b68c098a864]

        Update LOK Readme to use LibreOfficeKitInit.h

2014-07-29  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9e7bdb422d12d8be4b76eaf065e3aea8f9055f12]

        Kill the libreofficekit static library / shim.c.
        
        It looks like the cleanest method of getting lok_init into
        a LibreOfficeKitInit.h header (in a c89 compatible way) is to
        have it as a static function.
        
        (inline is only available in C99 or later -- this is actually
         available on Linux which is the only place that we can actually
         use lok_init anyways currently, however given we have to keep
         c89 for the C code (for MSVC) compatibility, selectively enabling
         c99 would likely be more messy.)
        
        Change-Id: I0493e7a68ed5397479220bb6ba8c3db870b6dd32

2014-07-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [300845922eec7a28bc1da337acd21f138685d759]

        fdo#79578: Properly update formulas upon change in db collection.
        
        Update it to handle formula groups correctly.
        
        Change-Id: I009a7fcf3d3fb17ef6951c50534ca6bc1fffc259

2014-07-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0b9200eed928ac81d798bd59aed69ed6d470bac]

        fdo#79578: Write test for this first.
        
        Change-Id: I46ccf0954f9397779244132488d93f3162cf04d6

2014-07-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ab409bf7fbe8a9af75fdd253a760ffbaf92a8376]

        Move this fucntion to ScDBDocFunc.
        
        so that it could be usable from unit test.
        
        Change-Id: Iea10cb473bc17d7e030c018fd2c84fbeccce3e47

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [7f0e4cf20ede44240d48d327b3a58bc9d81426f5]

        Add separate project file for VS2013
        
        Easier than trying to figure out how to make the VC2010 project work
        with VS2013, it seems. Luckily it works fine tojust have VS2013
        upgrade the old project file and then pass that to msbuild.
        
        Change-Id: I94c0248211767d97f2898f35b1b677aee372a329

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [0778e00579be8b43ec4a0dd8c36176aea661d683]

        Add separate project file for VS2013
        
        Easier than trying to figure out how to make the VC2010 projec work
        with VS2013, it seems. We only need a project file for the lcms2_DLL
        project.
        
        Change-Id: Icab47ac7625b9a492942ea0835fe52ef06cdf2d9

2014-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b30426c818a7a45a3cb429b8b3c45b634ad2ab9]

        writerfilter: nobody reads the classfordefine attribute
        
        Change-Id: I030137cb379de04968fb144516e90dbd1bdd97f6

2014-07-28  Michael Stahl  <mstahl@redhat.com>  [c0b6aadedc9429eee4f4df85957e00e29ccb0c8f]

        (related: fdo#81033) writerfilter: default tab fill character is space
        
        This avoids an ugly "Character" box in the dialog with a null byte in it.
        
        Change-Id: Iee35a8e1bd6b57fb4eb8ae06722bd79ee1d5d8de

2014-07-28  Michael Stahl  <mstahl@redhat.com>  [7f6e26917d4aa682ed9c422c83b1df20d78177d2]

        fdo#81033: writerfilter: RTF import: fix tab stop inheritance from style
        
        For RTF, the tab stops that are set directly on the paragraph are the
        tab stops the paragraph has effectively; there is no equivalent of OOXML
        <w:tab w:val="clear" w:pos="4536"/> that would override a tab stop of
        the applied style; that is done by simply omitting the tab stop.
        
        It would perhaps be possible to implement something to synthesize a
        NS_ooxml::LN_Value_ST_TabJc_clear in the RTF tokenizer for this case,
        but it's simpler to just generally disable domain mapper's
        InitTabStopFromStyle() for RTF.
        
        Change-Id: I7b0581be8db19ffda81c8d1da290abf0a0f69529

2014-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [29813244afafa1721feb63dfeb055594053ce3f7]

        writerfilter: unneeded whitespace tweak
        
        Change-Id: Ib25ae32be6132a9209eaa81db18b0659b73d5b82

2014-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [17969321130f293adfed6f9350faaa8e59e4aa8f]

        writerfilter: add script to detect generated code changes
        
        Change-Id: I340ef55dc9a09bd196469ed51848b22ba986de8c

2014-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cde56c3600b5b5b006609c24bfcaf66887167d3]

        -Werror=declaration-after-statement
        
        Change-Id: I97b1d03410e98c5ff2ad3cc15cef692e9b994a6c

2014-07-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [7146d8bcd96f844dc0239a5b29a6b36c3cb5a2cc]

        MSWordExportBase::OutputSectionBreaks: avoid fake section breaks
        
        Regression from ee9f23bb94b4c2c8c4db6466ecca272a092e9492 (docx export:
        invalid sectPr added at the beginning of the doc, 2013-01-10), the
        problem was that we even tried to generate section breaks at places
        where the two page styles are in practice the same.
        
        Change-Id: Iccf91ce542d9b075b93da25bcd42236db667e3d4

2014-07-28  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0f21977d1d17170913d49987f070b9581395d7dd]

        Use CPPUNIT_ASSERT instead of assert.
        
        Change-Id: I24e7934002ebdde208db74ae3308b26875a3155b

2014-07-28  Andrzej Hunt  <andrzej.hunt@collabora.com>  [c1d9fe079a32a0515683236f91892c98ee837f8b]

        Prevent LOK DocView crash if document too large.
        
        There seems to be a maximum size that gdk's pixbuf
        can handle, however I have been unable to find any
        documentatation. Seeing as the current implementation
        isn't realistically useable anyway, we might as well
        set a hard limit here (in practice we'd have much smaller
        tiles + compositing).
        
        Specifically extras/source/shellnew/soffice.ods will fail
        without this patch.
        
        Change-Id: I6ac495adca8e15878989375ef8b2de472788279a

2014-07-28  Szymon Kłos  <eszkadev@gmail.com>  [03fe3215e35d07319eac4a0e7a8d6e5563244492]

        PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .ui
        
        Change-Id: Iea5105cc33b436e9c0728df799b1ceb63f20e46e
        Reviewed-on: https://gerrit.libreoffice.org/10579
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-28  Maxim Monastirsky  <momonasmon@gmail.com>  [8a406391b1af4bd4ae1b73806b80e11a58340351]

        Recovery files can have an extension
        
        Looks like unintentional change made in
        c4a593b6b1732def0a21f455c0ca50f82a9bc40d
        
        Change-Id: If314a3f290c79909e3a807f9c9c95791c26067e9

2014-07-28  Luke Deller  <luke@deller.id.au>  [b4ccde72b8e2e45e7276d5b08b182495a1b1a617]

        Copy first-header-footer test from ww8 to ooxml
        
        The test document was converted from doc to docx using MS Word 2010.
        
        Several fixes were required to make this test pass:
        
        - Do not clear the "FirstIsShared" property on page styles, as the code
          instead uses the old fashioned method of translating a Word section
          with "different first page header/footer": two page styles linked
          together, the first page style and the follow page style.
          (Also remove a wrong test case which checks the FirstIsShared property)
        
        - Do not clear the "HeaderIsShared"/"FooterIsShared" properties on the
          first page style, only on the follow page style.
        
        - Actually set the "FollowStyle" property on the first page style to
          link it to the follow page style.  This didn't matter for the very
          first Word section because it was mapped to the default page styles
          "First Page" and "Standard" which are already linked, but it does
          matter for subsequent Word sections.
        
        - For some reason setting a new page style at a section break was
          excluded in the case where the following section had a title page.
          Remove this exclusion.
        
        - The exclusion mentioned in the last point was masking that bnc#751077
          was not entirely fixed.  To resolve that issue:
          When checking if the last paragraph of the section is empty, consider
          not just text content but also shapes.
        
        - Remove a workaround for bnc#780843 involving copying of headers and
          footers from the "Standard" (first section) page style in the case
          where the following section had a title page.  This workaround is no
          longer needed as the test case passes without it.
        
        Change-Id: Iacc9bba0720c11414da3e852892cff301ebbc4fe

2014-07-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e8193627922ee328d17250ec518ecd4ba342c97d]

        use the Redline iterator
        
        Change-Id: Ia15e5a376b2a7503f56f183a555e21d1122fe66f

2014-07-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [46c3eca442c31663ac0a907769e65679af090920]

        a const_iterator for Redlines
        
        Change-Id: I22481191d5cbc905a9af7530e075acda21fcbeba

2014-07-28  rbuj  <robert.buj@gmail.com>  [2505225c6ff7ea4e53fa3ada3ab43affd0a4fd00]

        xmerge: If statement is redundant
        
        Change-Id: I62914ab65258de36790387b7a8865a32b0d7bca6
        Reviewed-on: https://gerrit.libreoffice.org/10587
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-28  rbuj  <robert.buj@gmail.com>  [a9a944eab5edae826767fabdbc12ee4e74d76d23]

        xmerge: Enhanced For-Loops
        
        Change-Id: Id9fbffbf74d7583bf1ac8239899abdf0c2347cf2
        Reviewed-on: https://gerrit.libreoffice.org/10573
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-28  Takeshi Abe  <tabe@fixedpoint.jp>  [e221c954ea0b7c3846bd6971a06b6a28672a28c7]

        fix a memory leak
        
        Change-Id: I105f0ac40251122348ed86eaab5d99a023f5c09b
        Reviewed-on: https://gerrit.libreoffice.org/10588
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-28  Michael Stahl  <mstahl@redhat.com>  [42977e3ce7a65c5714a613a4e6af9aac6029bc32]

        sfx2: -Werror=parentheses
        
        Change-Id: I94973343bb3ec4a055d9a46ca7ac800dd08406ad

2014-07-28  Mihai Varga  <mihai.mv13@gmail.com>  [a227c575bbc595e9928f0269989cba226d157048]

        Linked the sax library to CMIS
        
        This is needed for the use of DateTime converter. I forgot to add the makefile
        when I commited this patch: https://gerrit.libreoffice.org/#/c/10586/
        
        Change-Id: I7cb9ab40fab549a95beb6818ab4ad4befdd3dea1

2014-07-28  Mihai Varga  <mihai.mv13@gmail.com>  [fc57915d1583c960f7574b5c4a67415854e974d1]

        Some properties in File->Properties->General Tab are not set for remote docs
        
        This patch handles the case in which no meta information could be extracted from
        the file, so CMIS properties are displayed instead, if it is a CMIS document.
        Size and creation/modification dates are handled here.
        
        Change-Id: I97f920172b15a76297d78a33ac3a07a8333ef8a6
        Reviewed-on: https://gerrit.libreoffice.org/10511
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2014-07-28  Mihai Varga  <mihai.mv13@gmail.com>  [fb6e0da4d86ff71e523ab78156cc1938ef00d4db]

        UNO to CMIS properties conversion fix
        
        The initial code always extracted Strings from the UNO instead of extracting
        the same data type that was written into it. This patch extracts the
        properties according to their data type and formats them to be reconstructed
        into CMIS properties.
        
        Change-Id: Ib160020e9d923a46e2c4f90924da847f2dac5e7a
        Reviewed-on: https://gerrit.libreoffice.org/10586
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2014-07-28  David Tardon  <dtardon@redhat.com>  [5b66024c117f2c354dda5c928f09d4cc21403b51]

        make sure ICU libs are available when needed
        
        Change-Id: I56faa8f0b1567a4e45cafc8edff17423b1e29c35

2014-07-28  Arnaud Versini  <arnaud.versini@gmail.com>  [8124418d7add872924b6c04258260d3c88678dc0]

        Use better coordinates for unit test of fdo#77229
        
        Change-Id: I5fae217687e12313451da5bf4b4e6f914551b628
        Reviewed-on: https://gerrit.libreoffice.org/10447
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [a1ff2bb9a881da6fa6ea148c0b06e7f23392f5de]

        Include <algorithm> for std::min
        
        Change-Id: I012027c38a6d2b06a4bb0cb53743d350b124ccf4

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [0f89f655c0b08dbeba90c587078e803c0db6c4f9]

        It's called "GNU Make", not "gnumake"
        
        Change-Id: I54900e077d5325fb6bfad84a2afa37f3adf551bb

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [36e1a903c4783818f779a111dd13fe78805df54c]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I18274d920865f8e28377acce8084eb1629ff8127

2014-07-28  rbuj  <robert.buj@gmail.com>  [a8df51771d01903cbb06913f9bfa6ceb2b020d42]

        xmerge: If statement is redundant
        
        Change-Id: Ic36d66e376f6fca536a25db4b3b69b50e2b95ae2
        Reviewed-on: https://gerrit.libreoffice.org/10570
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-28  rbuj  <robert.buj@gmail.com>  [9f803ee4b64e11e481ae9bf92ffac7cbf568675a]

        xmerge: @Override
        
        Change-Id: I9be006d018335dcbfad5ccba5f55648ba24f609c
        Reviewed-on: https://gerrit.libreoffice.org/10577
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-28  Tor Lillqvist  <tml@collabora.com>  [e23fa8db9fa4e6367d7bfcd34289ea10388783fa]

        Improvements for Windows build with only VS2013 installed
        
        I thought it was possible now to build on Windows with Visual Studio
        2013 as the only installed Visual Studio version, but no. I tried on a
        fresh Windows 8.1 installation.
        
        This commit fixes the configury a bit at least. (One needs to pass the
        --with-visual-studio=2013 option. Otherwise configure gets confused by
        the partial (?) VS2012 that seems to be installed, too, when
        installing VS2013, and prefers that...)
        
        The build fails at least in external/lcms2, but I'll leave sorting out
        that for later.
        
        Change-Id: I15942e4b088a3f0a62c3f7fa8f9b45f77beaff6f

2014-07-28  rbuj  <robert.buj@gmail.com>  [34170ac810f4d8449af527564e661002f56a5ecb]

        xmerge: javadoc <code>..</code> fix
        
        Change-Id: I44b7014d01e481a69c514fc52ffb7e0bf09999e5
        Reviewed-on: https://gerrit.libreoffice.org/10571
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-28  rbuj  <robert.buj@gmail.com>  [62ef93674b117773d2ec5e902c2a6561ffbf6c77]

        xmerge: remove String constructor invocation
        
        Change-Id: Ibd7a94c0f53be3b3a3e9ee764dbdeb6199857441
        Reviewed-on: https://gerrit.libreoffice.org/10576
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-28  rbuj  <robert.buj@gmail.com>  [7d06a0601ddccc50185ea97fddcdf2ea39299096]

        xmerge: Unused assignment
        
        Change-Id: Ie059c6689976c0a52fedaa6fdee2dd36d944eb56
        Reviewed-on: https://gerrit.libreoffice.org/10574
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-27  Michael Meeks  <michael.meeks@collabora.com>  [274b628a2b523eb45e297352a85f0177c6e747f0]

        bnc#467459 - fix editeng text search with expanded fields.
        
        Change-Id: If59d0e2f886e94148b81cb6cfcad067733fcb918

2014-07-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a3fc7f20089062afa4f778e70ba8be84032a30a7]

        fdo#81617: Split formula groups at sort range boundaries.
        
        Otherwise, partially sorting a range may crash, or at best incorrectly
        update formula references.
        
        Change-Id: Iefcb86d205d83ccc5b684048bfd9aadabf6e13eb

2014-07-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [97f700721e942912101d5acd73433448e57e39e5]

        fdo#81617: Write test for this first.
        
        This test currently crashes.
        
        Change-Id: I57133495b483664c960a15e638520d195eb02070

2014-07-27  Julien Nabet  <serval2412@yahoo.fr>  [cb3dcb0b2ec1a7ecacb72ec1348010000163aa06]

        Resolves fdo#79273: Data Statistics crashes with any entry
        
        Change-Id: I50b1a14e6bb9907f3a09e515dba28f9bed5511ea

2014-07-27  rbuj  <robert.buj@gmail.com>  [67a5b68945596be98a16f09e92e5540355e8950b]

        xmerge: remove import from same package
        
        Change-Id: Ia6bd561021c1042f594f20cc748c15ef8f5f00fd
        Reviewed-on: https://gerrit.libreoffice.org/10578
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-27  rbuj  <robert.buj@gmail.com>  [66566bf13f78ca5ea4abe25913035aebc134b1d3]

        xmerge: javadoc <p>..</p> fix
        
        Change-Id: Ie10a8ab293091c7528e915487728a97ce51e818f
        Reviewed-on: https://gerrit.libreoffice.org/10572
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [821ab16a1fb0353397914131ab559685d12b92b7]

        writerfilter: convert factoryimpl_ns to Python
        
        Change-Id: Ia2380a23e31583f40a368168bc09d7fddd3e4ab7

2014-07-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [21977778168af134e7f72afcc07ff5062324a19d]

        indentation fixes
        
        Change-Id: I0a0f04d0f0e008e8947a5a7e3ed6083c1589e61b

2014-07-27  Maxim Monastirsky  <momonasmon@gmail.com>  [ae1fb2e9219c071a0d61e6c5c00d965c33bdd9be]

        Dead declaration
        
        DetectFilter impl. removed in
        2fcfebf3900ee4df2e2fe39e37d55ee87ab5d6cb.
        
        Change-Id: Ia21199066ac00c1b0ddc40168bcc7f1406cb9ea0

2014-07-27  rbuj  <robert.buj@gmail.com>  [dfb1d56b71b3e5891635d887043a415b8b0295d6]

        jurt: Enhanced For-Loops
        
        Change-Id: I74a9b8afd1e4a1364c61c7b85277909f38611f6d
        Reviewed-on: https://gerrit.libreoffice.org/10553
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c2e2ac63b6db50b87efbd7ea6b2b5b99133b1cb7]

        Updated core Project: help  4cdb8959d25330c2b26123b5a89b126617066e1e
        
        Fix fdo#80444: Help pages fo STDEV functions
        
        help page for STDEV.P and STDEV.S
        
        Change-Id: Iab0cd53f0cdda84e1331a204c74f08c154e9589b
        Reviewed-on: https://gerrit.libreoffice.org/10568
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2014-07-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [6ef5399002ab916823acad94b25e0f827381ada8]

        Updated core Project: help  762152378c05a12e0670b20b1125633d8c57dfcb
        
        Fix fdo#80443: Help pages for COVARIANCE functions
        
        Help page for COVARIANCE.P and COVARIANCE.S spreadsheet functions
        
        Change-Id: I130ec30ece2ec31cc540ab9e651140b2ea1ed07c
        Reviewed-on: https://gerrit.libreoffice.org/10567
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2014-07-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [cac7c7d5b58580e1ccaecc01aa0057142201865f]

        Updated core Project: help  7f0032fe6975853065f593830c82ff37a9f61cd5
        
        Fix fdo#80452, New CHISQ functions
        
        help entry for CHISQ.DIST, CHISQ.DIST.RT, CHISQ.INV, CHISQ.INV.RT,CHISQ.TEST
        
        Change-Id: I19bc7ed2b50aeb70df8126df7900192e5903e0cb
        Reviewed-on: https://gerrit.libreoffice.org/10566
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2014-07-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [94b3fd76bef475bf21ef8c8a127826f724640756]

        Updated core Project: help  119c3b054da571974cb9d37acc908b9bd216fc4a
        
        Fix fdo#80445, help pages for VAR functions
        
        VAR.P and VAR.S
        
        Change-Id: I6c7204c425678810b6383c59f3c6d2e791c26977
        Reviewed-on: https://gerrit.libreoffice.org/10560
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2014-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [537cda44576730525e30fd1ace2fcf8800cad2bb]

        fdo#75757: remove inheritance to std::vector
        
        ... by boost::ptr_vector.
        Originally TextCharAttribList::Clear() was never called with false,
        so this drops the argument.
        
        Change-Id: I0306cd787dd38de0960af38afe9c08a910195b26
        Reviewed-on: https://gerrit.libreoffice.org/10549
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-27  Jeffrey Stedfast  <jeff@xamarin.com>  [ce4e7a830d5350848d3c83b872f916a7b1691266]

        fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked list
        
        Change-Id: I09f9adfa52b64732cc6200a0dbeb6263435c7c07
        Reviewed-on: https://gerrit.libreoffice.org/10565
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-07-26  Martin Owens  <doctormo@gmail.com>  [70599252873c3dbe03e36083ad093aedfdb8b923]

        fdo#30425 - button should be print, not print preview
        
        Change-Id: I1b72fcc9d2134b9fb089db307d42d317017f4089

2014-07-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c2fd8c4492e9eb12375f78ceb188c87d8fac41b7]

        bnc#885825: Write test for this.
        
        Originally it was a pptx document, but switched to docx because reloading
        an impress document in cppunit currently mysteriously crashes.
        
        Change-Id: I3e9ba6b9a4dc7d3c0ca1d59a073dc8a4cca4008c

2014-07-26  Jeffrey Stedfast  <jeff@xamarin.com>  [3f8e114bae8bb3ef45a08ced3434e7a9669ed4f9]

        fdo#71770 Fixed Cut/Copy/Paste popup menu items to appear at the top
        
        Change-Id: I14b3ad87536b2cf7e2e21ba00cb2afa18c2c95a3
        Reviewed-on: https://gerrit.libreoffice.org/10564
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [5b40565e6a47b8f3a655d1c10adc61b71de29d6b]

        coverity#706594 Uncaught exception
        
        Change-Id: Iad8f124706789299f36127f0d0fd0a47db07bace

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [6b5fb7ef6ab6e3bf555fa707f53e68dd07da9125]

        coverity#706301 Uncaught exception
        
        Change-Id: I6c81df21c7c8713e3d409fb9418e6d6bcca48d68

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [b418b70f0b168ca03242106d669d3c305ea151fc]

        coverity#704848 Dereference after null check
        
        Change-Id: I1e0cc28ca52ebabb680d59e3a693a6cefd2e2f9a

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [7ce763089b221cd603bba70054e6efb5bdeecbf4]

        coverity#704759 Dereference after null check
        
        Change-Id: I1f41d2bc43391175a4587f501f02775adc43bc8e

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [a01783051a8f35370b49a5838bf4928b6a50a19a]

        coverity#704753 Dereference after null check
        
        Change-Id: I4886995b925e3332e67d08a60e53a251be9f81e5

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [c8bb0b241674f6eb834711e8ac18cd5fb6bc5c7f]

        coverity#704748 Dereference after null check
        
        Change-Id: I88552b40658df85bbfbf0848e94085aa8eb649b6

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [67fa2dc017695850f7230d0204621a863676d1f2]

        coverity#704706 Unchecked dynamic_cast
        
        Change-Id: I22f376f747ffbb7f559d7e0ea631e2baae92138f

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [b46a98d9092a28dc4e221c84ac62e09a53cebfb2]

        coverity#704702 Dereference after null check
        
        Change-Id: Ie87a6e27a399b2c758e160eed1ab0f4b1704b5cd

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [16c4dcf4e61bcec42637141293a7ad22a676b741]

        coverity#704648 Dereference after null check
        
        Change-Id: I52b5fa71a440778d3423db84a3bf374f0c2654b9

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [4cc1ed9ae9532c82deace99689e3eee89c39ef9e]

        coverity#707564 Uninitialized scalar variable
        
        and
        
        coverity#707566 Uninitialized scalar variable
        coverity#707568 Uninitialized scalar variable
        coverity#707576 Uninitialized scalar variable
        coverity#1028320 Uninitialized scalar variable
        
        Change-Id: I7191d019c1d7c4382253272fe7d58d82a4b41e13

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [fb5a2291e499296a14ecd043341828d57fc50416]

        coverity#1228873 Division or modulo by float zero
        
        Change-Id: Iffd200c6a7028206d91c036cc3a726ad19bd5bc8

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [28b98516e53d1c6107b40eb994d25641195718e1]

        coverity#1079093 Uncaught exception
        
        Change-Id: I4b09963e2daf22dcd006fee0ce0bb130c7c18342

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [bc9e82317a534d9da56a6de83479fc8f7ff2428e]

        coverity#1228874 Uninitialized scalar variable
        
        Change-Id: I784ee8e0de87996e408656ffed5b8326cc0ab74f

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [fe951dc06a098d7f585d01f4050bc1325e5dacad]

        coverity#1228876 Uninitialized pointer field
        
        Change-Id: I8de9efc5abfa01225aa6032bf68a32fed17aeb00

2014-07-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6c2c974dd3f0b21a23bc3bc5560487d28bbe0fad]

        bnc#885825: Handle ODF import and export of data label border properties.
        
        Change-Id: Ic8c7bc873768008537cd52a3fd4b11031b403139

2014-07-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [48f31a924280a418046f0c816f8a7d20b672dac6]

        bnc#885825: OOXML import and export of data label borders.

2014-07-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f1531cdaaebe706d909dc6ddde439ccb5f4ad36d]

        bnc#885825: Support borders around data labels.
        
        Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c

2014-07-26  Jeffrey Stedfast  <jeff@xamarin.com>  [84aa4d1ff29004b0aa28068b7beb21f7ebfdb239]

        fdo#80908 - avoid lots of alloc/free of common integer values.
        
        Change-Id: Ie170d44af062ec8c8b412b7de271e96a106971aa
        Reviewed-on: https://gerrit.libreoffice.org/10559
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-07-26  Jeff Stedfast  <jeff@xamarin.com>  [b3d434a9701daab054981c891c645eefe1685b51]

        fdo#80908 - avoid lots of alloc/free of 2x boolean values.
        
        Change-Id: I04c680813e997b98d8c1aae70953a61e5c28c4cd

2014-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [77b74fe9def6fa37d09600e81f9d88c3a3b4293b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I4c9d1746d43642e1be2dd1e72a1b689d3fae1ae6

2014-07-26  rbuj  <robert.buj@gmail.com>  [02085703db494183b75da3ae59d25b907d6bea54]

        jfreereport_librepository: [deprecation] toURL() in File has been deprecated
        
        http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL()
        
        Change-Id: I27d67f930ab15b69319a733b4bdedde834aba48d
        Reviewed-on: https://gerrit.libreoffice.org/10530
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-26  rbuj  <robert.buj@gmail.com>  [66f4347aff8210c209d54320e3cdef3bcc55f2b1]

        jfreereport_libloader: [deprecation] toURL() in File has been deprecated
        
        http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL()
        
        Change-Id: I5ff457cdbeff0049a9e31d6aa66dd973289d5f05
        Reviewed-on: https://gerrit.libreoffice.org/10506
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d3293105512a3c25c5a17799a3bab6e0c7ff929d]

        fdo#75757: remove inheritance to std::map
        
        Typedef'ing AcceptorMap in appinit.cxx is enough.
        
        Change-Id: Ia26e119562c87b11d8dd81f49b72d825739162b2
        Reviewed-on: https://gerrit.libreoffice.org/10555
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [8ec047030f5ff5b8235b68eed06c7ed68ddeecfe]

        coverity#706541 Uncaught exception
        
        and
        
        coverity#706537 Uncaught exception
        
        Change-Id: I403d83bb7aa4cf82edf1b6c608f9daac31576208

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [850be5e3d14b91f1097be9ac9c12ef85c13b55f8]

        coverity#706577 Uncaught exception
        
        Change-Id: Ifc4c7f3e7a19bad2ae420c0ebab54cf56404de51

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [bcba2088ab6e2b762800b8c11e0bce25185b369a]

        coverity#1019323 Unchecked dynamic_cast
        
        Change-Id: I3d8b598e86339fdd51af48e62393550821b6278d

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0bed662171dea7b30ac3af12093b5196f2497a49]

        gtktiledviewer: make sure we clean up the office instance.
        
        Change-Id: I12c3e9df8b8fcf8dcd6fb5fa781c2f7c10ab0a0c

2014-07-26  Caolán McNamara  <caolanm@redhat.com>  [7eba2d637334f67ab8a6e7883d9aecb1c3c31e93]

        drop rtl:: and statics
        
        Change-Id: I6108efad77cf1c21dea3826ae149f3750552b0ed

2014-07-26  Armin Le Grand  <alg@apache.org>  [0347e5c77d281e4a25f79660aafb625691c4f883]

        Related: #i125293# Further corrections for CssStyle handling in SVG importer
        
        (cherry picked from commit f00d6d2ea3e73e687edb1da4c32c0960eaf5010b)
        
        Conflicts:
        	svgio/source/svgreader/svgnode.cxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgstylenode.cxx
        	svgio/source/svgreader/svgsvgnode.cxx
        
        Change-Id: I335b292fcdf1ebac925c9fd76ad624efb923447d

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e5dd2e8826433566e223d0572ed73f21d0b992f1]

        We're using the same rectangle for both calls, let's reuse it.
        
        Change-Id: I884832fc92e0fe9c10711d9fdaf103076a05f721

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [bfad9f5b7bbcb93af46cae535120795ead1f4f0a]

        libreofficekit_tilederendering: test all 4 tiles.
        
        The use of VisPortChgd ensures that the tiles all render as
        expected, i.e. that the pixels match 1:1 irrespective of actual tile
        size (for identical zoom factors and document areas).
        
        Change-Id: Ib1e1df4f8257546c2f7993a8160c309a52037d8b

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [94c720830c0f95bd9776ea3f21623bb949b9bbfe]

        Tiled Rendering: ensure rendered area is visible correctly.
        
        Using SetVisArea can cause problems due to various internal
        state getting confused, however this gives correct output
        without viewport assertion problems or missing content.
        
        Change-Id: I8d206ab201167ea96a0ac853187861e8c3d541e5

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7bf98caddda048db0f39048af178621294aa0665]

        Revert "Tiled Rendering: ensure rendered area is visible."
        
        This reverts commit ff6a38b76df80d0f907f2f92cb851dea43c91d81.

2014-07-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2d4037529bb5b831907eabb85650126349595cc9]

        Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"
        
        This is a real problem, which is fixed in a following commit -- tiled
        rendering does not currently set the viewport at all, which can result
        in an empty (or otherwise incorrect viewport), so this assert is definitely
        valid.
        
        This reverts commit fb0b42b89af95b42cc6caadf8c22321e5c9386e8.

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [20f6cf03770d8c5ca343287a42dc58df3091ef32]

        Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'
        
        Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [044159d82d8551a41c1ffad9fe897932f64e8d39]

        sal_uInt16 to short, constify
        
        Change-Id: Id7f6e69aeec4f3ed20611d798214777ca0966a7c

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [b9f27c0529207c0f78e27e2ae67da3c7cae72e01]

        sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAX
        
        Change-Id: Ibfa44aa10d08ac1b19b7d34790f76effc9de0c9c

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [62391d51788eb5a9b72b26e25cbb42fa21b0c091]

        sal_uInt16: constify and avoid temporaries
        
        Change-Id: I27a9b1c9aed70b8b16fd74bf76f5ce1941de0221

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [07c00671443f3f0a2e2e6c3a54c391f040e8fd2b]

        Simplify code path
        
        Change-Id: I7280736e9dc590df7151294d70eb7fd201bfcf4a

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [64ea6d59fabb12f52e7c993554b11ac402514f84]

        Do not repeat tests and make code more readable
        
        Change-Id: I2e920debb108794c3873708dd198cb2c9cebece7

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [9837f23c2069a20fefd06bb888c2ffb64f8082f5]

        More proper integer types, constify
        
        Change-Id: I52733936d2d38c5c22c054cf6e0bc323a74344ae

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [d940c1226268a881c3fa4580cc41ac3082298218]

        sal_uInt16 to sal_Int32, reduce scope
        
        Change-Id: Ia3c722ab7c73dd10576142189d5bc256841b8c67

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [485d29d0716213a20198bbf2a5e5084505ea6c79]

        Remove temporaries and constify
        
        Change-Id: I632a8b58ecff17fbc172335cb1186c822edc2827

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [6483ed12cea9e268834fe4343007caafdc7f0d0c]

        Avoid unneeded downcast, reduce scope, constify
        
        Change-Id: Ic2298985c26356170d395d943c1d538a7544e4da

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [196fcbd842d7e8bc0ea3f720f8b35930d27ad9e5]

        Remove unuseful member variable
        
        Change-Id: I618242aa496a18dc656c6a4ffa4cbf3032eeae4a

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3df44c3c53b845c1d2d0082b51b590d5953141c6]

        Use more proper integer types + minor optimizations
        
        Change-Id: I491225857e262071ec190aa84a462b8a6b37e347

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [361824bb8a3445c9685ea02cbc1b96b4ca8ba61f]

        Use more proper integer types, avoid temporaries, constify
        
        Change-Id: I8352df21754e7b12ad0851dcdb64be6aa679537e

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f7f22df1f89613a36bad874d5e134732703b51c]

        Use more proper integer types, constify some sal_uInt16
        
        Change-Id: Ib85b1dde7916720bded3d39019277001b160afce

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3723784ace4cbc29f79f266e265e7b5ee35899c8]

        sal_uInt16 to int + constify
        
        Change-Id: I408970c4e8e614886a01981d8f3599e3622a33a2

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [20d7f29eabd72777ddbded0f1f11af40695da542]

        Remove unneeded cast and use a temporary for repeated ones
        
        Change-Id: I8f8fb4508cb7d093c835e1f00b0d6056c502e378

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [f869a075e6db524adf1eb5ddf586ed1d320332aa]

        Comment introduction of an additional local scope
        
        Change-Id: Ibea36277b3b12a3e3c4295ccff809c282cd080af

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [f36a60ea2a001aafae4d8f55e40582c10756890a]

        sal_uInt16 to long and use Fracion validator
        
        Change-Id: Icb8592bb207c523e7e9cfb4098cb0ef0590431cf

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [37a4651ceb17c829d979230a13efe79b32072172]

        Use Orientation enum instead of sal_uInt16 + some bool
        
        Change-Id: I8c0cd02cb339111442a99e8051f585bb0599633a

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [36e52cbb3043ed6482d9f518af709b96604290cb]

        Simplify code by throwing earlier
        
        Change-Id: I0f70aff42520852d53e31ccf6eadbda67483870a

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [bb296e46b97e7dc3b90c936aa2a9d8fe5688ea40]

        Minor simplification
        
        Change-Id: I03a34a027a88c092efd3d10823928729d44b181b

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [570d59cc32fd5009cce69fa777190c1c208103a4]

        Remove unneeded OUString temporaries
        
        Change-Id: I48119d0d63163dffb9eab4217c7dddba1ece7e6f

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [6de84aea95209e7484b5afe4afbb7d7ec75385a1]

        Defer OUString computation and make some OUString const
        
        Change-Id: I9aea8b4d33bc475c477318736cfba7c0bbce0bde

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [673c8f2eae06e906ce8b6d1d634e72d22b44ea17]

        Avoid unnecessary offset
        
        Change-Id: Id46ddd3990ecd6177614cf54fb5307ec457cfbe8

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [5592ac29309e954d32a55ab3f6e54ff5ef2e9cf6]

        Use index in repeated OUString::getToken
        
        Change-Id: Iecdcbb18cb798265fb8cd88189bf444e859cee7d

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [597759aab8e093c6c816da1ef334cfc70a56b70a]

        sal_uInt16 to size_t
        
        Change-Id: I9744f6b0607ff5f625746d2e69576843cefec2b1

2014-07-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3e7004c3acb1807aa758d84f7b44ba867196b7b5]

        sal_uInt16 to size_t/bool in SwInputFieldList
        
        Change-Id: Ib54e747abaf4e7a911dd3986d27f21a96eaa6120

2014-07-26  Tor Lillqvist  <tml@collabora.com>  [4f2b97d4c763b711992968f86b4cbf36342681f7]

        WaE: convenience initializer should not invoke an initializer on 'super'
        
        New warning from Clang 6. So get rid of the initWithOUString
        initializer completely, it is called only from stringWithOUString
        anyway.
        
        Change-Id: I510101bfe1e6ac52f8f5a1d8a061082b3875419f

2014-07-26  Julien Nabet  <serval2412@yahoo.fr>  [025a10e6d60a340fed9990e8389b8cbd272207de]

        Typo: useles->useless
        
        Change-Id: I62c253e9ee23186efcaafda69566148bc484276d

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fed7294029f07ff407765b568266084d9e8d365c]

        Simplify.
        
        Change-Id: Id7826839a6177532bb4c3885e798ac5feb95eaca

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f350a71df9ca631c21cf6d2c981ddc717737c76f]

        Reduce scope levels.
        
        Change-Id: I64684a80c79c3c7f5a8f23b07703fbcee3fe5887

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [52a36fb30aef51fc1cecde4cf2ac9c43a5c88c09]

        pImplize XMLPropertyHandlerFactory.
        
        Change-Id: Iff524c9065e9374b39db998e3860704555130995

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [690f7ff8839c66c29f71f681b9e78cc51923c6b6]

        Store the handler as a const pointer.
        
        Handlers are conceptually stateless; we can keep them as const objects.
        
        Change-Id: I3d35ab0695037632e82f67f901c9795adf9bdd8d

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dbf84a3574dd3524fcb8d89c3dcb91182656e1ce]

        The 'mutable' keyword exists for this kind of use.
        
        Change-Id: Ic52192f53039b7f1b4529a93c13de74c5f54e7f8

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [63a94bd053ecd3079003344904c2030339b7c8a6]

        Get the math right.
        
        Change-Id: I6c0073d27d18676b85809bd5f294e90e23ec9770

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0915d82bec64fbf597a3778bcc314392e00a4cca]

        Document what's in the type of the map entry.
        
        And organize xmltypes.hxx a bit to make it easier to follow.  Also
        rename MID_FLAG_PROPERTY_MAY_EXCEPT to MID_FLAG_PROPERTY_MAY_THROW.
        
        Change-Id: If18f07159a613555cf031bea5e07c04c7c45abec

2014-07-25  Tor Lillqvist  <tml@collabora.com>  [b6bfd2c79504cbe9b34867150fdbc74f57f4b43d]

        WaE: extern prototype in main file without definition
        
        Change-Id: I7121bf7bcc043065d4f10f7c67aaecd7059d6f89

2014-07-25  Tor Lillqvist  <tml@collabora.com>  [fe074d5a259d79827b421b10d21322cf98c8a870]

        WaE: private field 'mnSteps' is not used
        
        Change-Id: Icf32ebc81a58c1784b67994b5d92b43922e4feeb

2014-07-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [a120f1da67083a5d95b304833996b06c1a737f13]

        fdo#39468 Make svl/ German comment clean
        
        I went through all files manually and checked with the tool.
        
        Change-Id: I2eba5e61a0814dd88d7c2c001cd85db8032f1b9f
        Reviewed-on: https://gerrit.libreoffice.org/10545
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-07-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8a690c88a92c7e92c702cedf96851ae1eb929379]

        Apply pimpl to XMLPropertySetMapper.
        
        Let's hide its implementation for real this time.
        
        Change-Id: I18c82f4969f2e3560536a68e9bbd86b9282e2ace

2014-07-25  Joren De Cuyper  <jorendc@libreoffice.org>  [0198b3a9451700d875c1b389d30e1a0cc9ab4b47]

        fdo#48065 SVG: correctly clamp fill-opacity
        
        See W3 test http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-painting-fill-05-b.html
        which is also attached to the bug document.
        This fixes the behavior of the insert > image > from file behavior.
        The open behavior is already fixed by 79a6e40e6f19a896dbc25640deb3d4507eddad95
        
        Change-Id: I9e3a3755bac25ca596d418c229a78cb23e07d3f3
        Reviewed-on: https://gerrit.libreoffice.org/10522
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-07-25  David Tardon  <dtardon@redhat.com>  [0497864bd4f603605997938d504ef9598623e713]

        rhbz#1121254 reload font list from shell on change
        
        Change-Id: Ief88373c210b3b6f65c1df5b31870aca561095bb

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [87266b182913372b06eb107674e49f665f6f4342]

        Revert "fdo#80911 toggle original page orientation on paper fallback"
        
        see rhbz#1122868 for problems, needs a different approach
        
        This reverts commit 1c6bd2c40fd03ec735fd6dbec01520f10ee1d55a.
        
        Change-Id: I3aa943c086540a7bcde31ebb03c5be552dd739c6

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [3969b608e5213c2b6d4924d658edf25137232037]

        gcc 4.3.4: no matching function
        
        Change-Id: I65b4eff7c7a9912433a91739a8e2db4cfaf17b90

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

        loplugin:unreffun Unreferenced function definition
        
        Change-Id: Iaa5081f6efbe99dc75f708fcfe98dbbeb3dd32bc

2014-07-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [9aebec114526349a46f51ba416161b26a330d43f]

        fdo#39468 Finish German comment translation of /svl/source/items
        
        Conflicts:
        	svl/source/items/itemset.cxx
        
        Change-Id: I8d1bd1a1889eede2cdb69e06c127b96842116b1c
        Reviewed-on: https://gerrit.libreoffice.org/10533
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [744a0dca6f91b7ccf9d8c5fac816c52833e0a306]

        coverity#704911 Dereference after null check
        
        Change-Id: Ifd556b56230f359b2d8b95795686a4a6803fa6dc

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [09d79da135fcf7a16e7b692cf0264cc5432f57b4]

        coverity#1219788 Unchecked dynamic_cast
        
        Change-Id: I1bedfb601320bc27adc0d0d72fcb8b3c5dfe73ff

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [219eb78e3a04d859fa107c5b0c5ff40f4524c4d2]

        coverity#706572 Uncaught exception
        
        Change-Id: I579d13981aed4b55501a85326ef2ff735937face

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [96bc7ea1d30284ec7b3d0284d4478420b93c04b2]

        coverity#706579 Uncaught exception
        
        Change-Id: Ie4d2eed7442ab1e234ea20e8230f1fab32b8c896

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [f1c75c6d49c4e263657670da1e5b44d9a382f7ac]

        coverity#1158284 Uncaught exception
        
        Change-Id: I19e541707fa91d6a651b8642585276cbdbb2dca8

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [89b8e673b7f37d2c990374e3ca80ad6138d0d783]

        coverity#1209891 Uncaught exception
        
        Change-Id: I366a13bc150085d647788fb085a63a63711731a0

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [3e33b00ce7f39348de2dc7af7b94b1012ce95aff]

        coverity#1209892 Uncaught exception
        
        Change-Id: I7ff87e29769e1d911002d6e1d25cafe40c2d9b8a

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [8547599e0e27dd38bdbd76201d2359c59c3650f2]

        coverity#1209371 Division or modulo by float zero
        
        Change-Id: I8834b81b71746daaf97f7b62d09421d5165fa707

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [32162d327bc4356bc69ee4c8e82f0dbc3c8e3076]

        coverity#735613 Division or modulo by float zero
        
        Change-Id: Ib441ec962abb9f87ca27ea5300f23a0515d3db2b

2014-07-25  Julien Nabet  <serval2412@yahoo.fr>  [c9b419b17756684793645a67b052f074cfefe801]

        Typo: Destop->Desktop
        
        Change-Id: If09f622753c3efa449722368301f61651ad28bd5

2014-07-25  Luke Deller  <luke@deller.id.au>  [7ec3da8bb6c82d78f4bfaa69c7c91d6fc99dfad4]

        Improve header/footer UI label (fdo#81227)
        
        Indicate whether the header/footer being edited is only for the
        first page, left pages, or right pages if applicable.
        
        Change-Id: Ia38289503d0bae6cc6cef5917a47d5d25ca0f712
        Reviewed-on: https://gerrit.libreoffice.org/10235
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Caolán McNamara  <caolanm@redhat.com>  [c9c2aff34f35c615fa3b0dca703daba9751ea154]

        Updated core Project: help  54d171d06783a9ec286e82aa6150c3fc1b230d5f

2014-07-25  Rachit Gupta  <rachitgupta1792@gmail.com>  [e153510659506caaea592221f6321ca1280613a8]

        Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout.
        
        Change-Id: I63d61a9caeb356e6b5bd340c1f9a5415869a91a1
        Reviewed-on: https://gerrit.libreoffice.org/10518
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Mirek Mazel  <mazelm@gmail.com>  [84279dce45cdda2f148e938e78f480f6d5ac381c]

        Tango icon set changes
        
        Change-Id: I1e36aeb5572e2e5fcce7283531bcba723e095214
        Reviewed-on: https://gerrit.libreoffice.org/10493
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Mirek Mazel  <mazelm@gmail.com>  [dc0762af8c0e8d8399c00d36e50c4b439b1c7611]

        Tango icon updates
        
        Change-Id: I6fdef095912a80302ee74c9dfd9c7349dd827a68
        Reviewed-on: https://gerrit.libreoffice.org/10492
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d30b19cad446ac16bc1028069c8c8df5ecec352b]

        Better labels for extension manager
        
        Also align the heading on the left ("Display Extensions")
        
        Change-Id: Ied410032d9212ea2540be01447b175e0122e5707
        Reviewed-on: https://gerrit.libreoffice.org/10524
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Noel Grandin  <noel@peralex.com>  [2295697df9c66f4b19d6874106729fede51ec93d]

        convert the weak reference macro in tools into a template
        
        which required making SfxFrame subclass SvCompatWeakBase,
        but that makes the relationships clearer anyhow.
        
        Change-Id: I209d05359d50111eacac72c971bb46ccf569ba49
        Reviewed-on: https://gerrit.libreoffice.org/10285
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5a4a54a4de6255e768543aaf635289b48aefa17d]

        Updated core Project: help  9b91dd5b4b0f98ff105c2d66bf59cff1e1ff6066
        
        remove redundant dollars at InputBox function and fix invalid Basic examples
        
        Change-Id: Idd6f14e127ba5e3939849b0baf7ec499e69e8695
        Reviewed-on: https://gerrit.libreoffice.org/10517
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-25  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [0867b96d84a2da081b648fe33a1009c820bf9f40]

        Remove 1 px border around Start Center
        
        It leaks workspace background color (behind the sheet in Writer etc.), which
        looks bad as it's much darker now under Windows and OS X.
        
        Change-Id: I29034be86d3cf5537384b325fc6734b4dc05f077
        Reviewed-on: https://gerrit.libreoffice.org/10521
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [93d9abd966a875a9f5f188786f1baedeb390c4c9]

        remove unused params
        
        Change-Id: I6e297a5972bf6d50f99e0533c6f8b15d552de970

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9cb5358d2fd6d1a86b79134dfab17bbcd858e640]

        kill SAVEFLY_SPLIT too
        
        Change-Id: Iaeecdb35c0eaebea8e879f36a21237c98a2c7ed0

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [823447222c85a5a091e56ee07d1ac233f6e4e52a]

        SAVEFLY is a noop, just use a bool
        
        Change-Id: I32255ca073d52616d3e5c9e80f32471e0a7df3fa

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2af62a7469eb9bb8a3ad7807398f24e291fc08ee]

        move into the loop and constify
        
        Change-Id: I8544755a1b1a32fdf85823e50cf5db6c4909b485

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c28c6126dc96f57aec29a3fa25df5ba4ab5f28f8]

        we can do this before the conditional
        
        Change-Id: Iedd3404931e578c40726d663e5460e9e3af56832

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d6aaaf6960c16ef63bfa3f88e641c13f33b9c680]

        remove unused headers
        
        Change-Id: I6829e0780c051a67fbec7c33f6f45dedaf31d7f1

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b6fda1b67cac32c1799db5a6115004e6b682a680]

        use make_shared here
        
        Change-Id: I0535517f39508abb3e0b454081e4a64d375ecbc4

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fec5892741df952ebf97ea745fce3d061c75de34]

        move CntntIdxStore to own file
        
        Change-Id: Ic8280478b154b9b132f74e260edea46911cb1803

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6c1f2ea2aa11b2c8fd42b455c7c452194ed2c1e7]

        update comment
        
        Change-Id: Ia1ab167fbfa497bff7e8687995e6df1e9e4bd3b5

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3974d020b8c066dcb08a54ad94740d5131c86f9]

        simplify ChkPaM some more
        
        Change-Id: I499f76252d145fc3a3afd2e3646ef81e8055e327

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bb67dc2752cc37a636fc851ba5b29e6cf0236362]

        Update UnoCrsrs by PaM, not by index
        
        Change-Id: Ifcf7dd74e06453b9ac4d6a76ac671fd4c6735970

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4a1a94dff6a76d70ee72c6c840a24953eca0a9f0]

        remove dead code
        
        Change-Id: I01ae59431b666ffb4bdfecb7b4256612a3bda8cf

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d1e1aeecd143287b1abf7cfcabb230a0c59dc79c]

        simplify conditionals
        
        Change-Id: I979428a490e9a2a91fa736925f132ae8e1fc9a9f

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41c5d4c4f83b09f2fedb53bb8e63caaf9a210986]

        use a BOOST_FOREACH here
        
        Change-Id: Ibea1bc9aba21916ad25f41463ddf4466a8fb5b33

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0a861cc83fad0e3bcae21b15d8ef04f416a8a262]

        well, lets keep some sane optimization
        
        Change-Id: Ia399dd7995fdbf4c1ce276c835a8812ce6e07184

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6d234aa9bd2871546b114d542f3a1bcd696a122]

        this ancient 'optimization' doesnt seem to do any good
        
        - shorttracking by iterating over DrawObjs instead of all SpzFrmFmts
          sounds good ...
        - ... until you realize this still iterates over SpzFrmFmts to find the
          index. Actually it does this multiple times for each find.
        
        Change-Id: I31eb85dffa0177256f50aa2ee98953df1b9efbc4

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f009c21242dcb964af455e755b1511330f9bffaa]

        expand and kill once-used macro
        
        Change-Id: I5f02a821e7898e687f566970c2e12ce1a3788094

2014-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5de683032e8a4314925f070b4c58eb41b87a1da]

        remove superfluous scope
        
        Change-Id: Ib68b3d12871de035dbeab6cb963e90ca8b297c08

2014-07-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5e16ed096e636def009dd7db18cd96d304b14b69]

        possible problem with 2D vs 3D renderer
        
        Change-Id: I8f56e3ade87a28211f4ae1357795e74d661dbd18

2014-07-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3f3d072dd7be6c27a2813fa47bac13f30c8b5a27]

        fix indentation
        
        Change-Id: Ic2b5e14c3a80d826fd6a31023f3821a333aed2d0

2014-07-25  Takeshi Abe  <tabe@fixedpoint.jp>  [a8b395bff2111d7bf086b4cb44081dce10cca364]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I9983e858c4e634b4cac8ad42fa9b06b7ccc167d6

2014-07-24  Douglas Mencken  <dougmencken@gmail.com>  [4f2f53e267956e68fac768391c9b83d45adbc29f]

        cppunittest_filter_xslt: fix "filter_xslt unit test failed" for OSX <10.6
        
        For now, just disable this test on OSX <10.6.
        
        Change-Id: I5f41f0d0dc3d6c48d27f5276268af3b47a71c7fc
        Reviewed-on: https://gerrit.libreoffice.org/10458
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [77ea585350f96ad912b4cdc66ba8b04a988c5fe8]

        Remove compiler warning.
        
        nTransparancy will be left uninitialized if unstuffing the value from
        the Any value fails.
        
        Change-Id: I06a5853066edeb39b811bf12fd09afbc11792add

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [c3916303ebe63f9910cd2a4a38ac6a8d6ccee3e0]

        fdo#81502: sw: fix spurious "[" being painted for field marks
        
        There is a special SwFieldMarkPortion sub-class that is supposed to be
        created for these, which overrides Paint() to do nothing; unfortunately
        at least for the CH_TXT_ATR_FIELDSTART at beginning of a paragraph
        a plain SwTxtPortion is created, because the check of rInf.Len() is
        checking the length of the _previous_ text portion; the call to
        rInf.SetLen() only happens after creation, in last line of
        SwTxtFormatter::NewTxtPortion().
        
        This problem affects RTF and DOCX files since commit
        c6b99eedda03461202f9bf012a422dfd81da72ec.
        
        Change-Id: I447b21e841d22558d689f0f244d811c32e4923ec

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [678ad50a5eaf2b8826e7f8b0f34eb3229559d4ec]

        fix coding style
        
        Change-Id: I4841929ac8f1a50892d72f7b2a32ba2f55b62a85

2014-07-24  xukai  <xukai@multicorewareinc.com>  [dc0b5fa230ff5624aff0d5ea174c17e895967dbd]

        avoid static variables
        
        Change-Id: Ib73464cbd9ddc644b008ab7fdcab5ca70dcaa2f1

2014-07-24  Matúš Kukan  <matus.kukan@collabora.com>  [d068f13596f6d1023a70d98ec2059d38ad6fd777]

        bnc#887227: Do not set TextAutoGrowHeight for vertical text.
        
        It's horribly broken and it would resize text box
        horizontally which is not supposed to happen.
        
        Change-Id: I201ec8dbcddca56d21bf46ea8ee838d01923c442

2014-07-24  Michael Meeks  <michael.meeks@collabora.com>  [b0cdd038ee192dcc0d83182a33fc8c0242ceb1dd]

        fdo#51534 - rulers should have app-background by default (apparently).
        
        Change-Id: I981febb02074ed323732ef7c19e89f1e946604f1

2014-07-24  Matúš Kukan  <matus.kukan@collabora.com>  [d60cec0e60c5c0880f8098d39443c391abed80b2]

        bnc#862510: PPTX import: bullets have color as following text by default.
        
        aTextCharacterStyle contains font theme color set in Shape::createAndInsert.
        
        Change-Id: I55e66aeaa7176fbd3f64dcdf075d411f460947d4

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [9a5e81fa80d1e90bd73ae4e19c89b28537aed334]

        Resolves: fdo#80476 Start Center sidebar button are too large
        
        Change-Id: Iedf67b5591d84963e1caf3e8d9d17d42175bb604

2014-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [1392a88c2540bc06381680d664129eb79c8b75fc]

        fdo#52076 remove empty library instead of writing it out empty
        
        Change-Id: Id4fd8c4f34e8ed07044eb428049731c4b9b694ca
        Reviewed-on: https://gerrit.libreoffice.org/10507
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-07-24  Szymon Kłos  <eszkadev@gmail.com>  [be97f2f553bfb1a584646ad75bd932e686ba80c2]

        DLG_MAILMERGEWIZARD conversion to .ui
        
        Conflicts:
        	sw/inc/dbui.hrc
        
        Change-Id: Id224fd3a99abe8ec497a38c40b099dd7ae917890
        Reviewed-on: https://gerrit.libreoffice.org/10494
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [27b7152609a336c95c86fe31eb075e1955f4818a]

        Updated core Project: help  e9575a3898d718bedbaaaea124f56056b8656037

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [f6f0c1eb4d3034f099000d941fc77daf3a77343d]

        set the help id here now
        
        Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654

2014-07-24  Szymon Kłos  <eszkadev@gmail.com>  [4ce219ad9911b0c7f237c11c75a8ac0c8c694200]

        RID_DLG_ADDRESSBOOKSOURCEPILOT conversion to .ui
        
        Change-Id: I43049f1164e2bcdf46cbe0b4d145d96fbd27c5d4
        Reviewed-on: https://gerrit.libreoffice.org/10491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3843766911f7f7eb30da56f86911c30d6c1ffa68]

        use update functor again
        
        Change-Id: I0f0aa7ea9521d4be6b0e16206a39bc61e38ffd84

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1b51bb77e147b8e1d7212bfe3b9587cba20e7a69]

        fix ChkLen updater
        
        Change-Id: Idcd50d38db91b8c1c17a98a76e755322a44bf386

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e331114480107c6976077213e0b8e8219accf5f5]

        use update functor
        
        Change-Id: Iebb43895c7f8a2f1935f3532d4becaca7c2721af

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b9909712a8f0cdfca93d11ea21a459d59929b4f5]

        use BOOST_FOREACH now
        
        Change-Id: Ica24e4a16db8e0016629234ca490374b5f86a7a6

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6794856e797ec6c758af6397f4d0df7f9150d2ef]

        we already have the ContentNode
        
        Change-Id: I00c2346d1499f06fcde678cfcf8c19dd795c6a5a

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [45417d7e4a8d0b3dd1c6d21da1c487f9773c200a]

        remove superfluous scope
        
        Change-Id: I0ded0e6dc4976cc13b1d60ce87ea02c01ed22490

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [070213f800ac967e3da7c583d20fb7257b7d5896]

        remove superfluous scope
        
        Change-Id: I1495cbae761d430f94bd7701a3a27b864c8015dd

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [61cfe89eedf22834d9567d3f6a8c1df9c61b22ea]

        remove superfluous scope
        
        Change-Id: I7174fdafe6750d45ed8f537825dc1dfa637f1a53

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [607390eff8e122ea8618eb65171ecd8d44cba978]

        make RestoreFlys a member
        
        Change-Id: Iac499e054732726f8dd8ce70969fcd5fc8ed48a0

2014-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7f9de609fb6679907e1e10563c11f475bac7b65c]

        make SaveFlys a member
        
        Change-Id: Ie67c92305b77ae066ffeb4d0a0b8bd0a4f8aef3b

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [3108a3dd38f5e5aac3a46e6f5caf3b2e5ab5b202]

        sfx2: remove another DBG macro that arose from the grave
        
        The callers in dispatch.cxx use methods that were removed by commit
        a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8 - not sure if this warning is
        useful or not.
        
        Change-Id: I8bb654de8e26c054318dd2037055a85d013c8bfa

2014-07-24  Armin Le Grand  <alg@apache.org>  [2ddfaf1f03135c10d33e0e99ebe8a56d3783d214]

        Resolves: fdo#81598 #i125300# enhanced handling of multiple ClipRegions...
        
        in MetafileProcessor
        
        (cherry picked from commit 02e2c7b225036c6478a1f7e8315a9c8361025a7f)
        
        Change-Id: Iefefc36c040507795bc2c25fe8d4a610eb12adb9

2014-07-24  Armin Le Grand  <alg@apache.org>  [ba4b92389bd7df92e1eddf025ad03ee6355cabfa]

        Related: #i125292#, #i125293# enhanced CssStyle handling in SVG import
        
        (cherry picked from commit 7fc272837995079247594e173d977a2e541a7042)
        
        Conflicts:
        	svgio/source/svgreader/svgnode.cxx
        
        Change-Id: I1896d9859e07a8edfb46ede6a237efa3edce5ab1

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [81b594afa7162552fc2489ba0c7e1e8b5addb4f2]

        svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERT
        
        This was apparently disabled before the MI_HATS_REPARIERT check was
        removed in f03a3edf2523c208948059861e0df48567834d0d, and then yesterday
        something in the header inclusions changed to enable the DBG macros that
        still used the removed stuff, but _only_ on Windows... now clean this up.
        
        Change-Id: I4222db252f4a886b3497ca0c22dbec26eaa6c994

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [e904562af54545684b32d2042ded6bdb9459edca]

        Related: fdo#81641 create new styles with an initial name
        
        instead of creating with a blank name and changing it later
        
        this way undo of a style creation is initialized with its name and so create a
        style followed by deleting a style and undoing all those steps doesn't crash
        
        Change-Id: Ida7a34410d5d7b05edcb86950aabb3c672b82c8f

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [965b2059cb6965df643d5245eb318c087bc251c4]

        frames are SFX_STYLE_FAMILY_FRAME not SFX_STYLE_FAMILY_PARA
        
        busted since initial commit
        
        Change-Id: Icb6a4eed4a4def26621489ae2b708696e04ce667

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [e08fc65e5fe716c838b0c0dc29d337967df5380f]

        enable undoing frame style creation
        
        like all the rest, do it in non-broadcast mode as well
        
        Change-Id: Iaf4f035e59b60737d92c3508e8e9f18d21b5a44a

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [4681801f8515c18b6ecead39093effecbbc6df46]

        implement undo of character style rename
        
        Change-Id: Ie503cccbfdbce882a429fe25f29b5b7aaf6b38e9

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [fb743559fb993d2d8d8b61354e734c27d9d13e1c]

        Families in SwDoc::RenameFmt the wrong way around
        
        busted since initial
        
        commit 9dc46dcbe9e89298022e8e5ea853ffd379ae271e
        Author: Jens-Heiner Rechtien <hr@openoffice.org>
        Date:   Wed Sep 8 14:17:22 2004 +0000
        
            INTEGRATION: CWS swundo03 (1.28.10); FILE MERGED
            2004/07/15 07:28:43 hbrinkm 1.28.10.3: RESYNC: (1.28-1.29); FILE MERGED
            2004/07/13 08:44:59 hbrinkm 1.28.10.2: #115575#
            2004/07/07 16:50:38 hbrinkm 1.28.10.1: #115575# SwDoc::RenameFmt
        
        Change-Id: I5e817d7bf36870edfe4d8623808c0747c2899f45

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [183bde5bf5aa048792880292ac77777577fcd13b]

        Related: fdo#81641 implement undo of Conditional Text style creation
        
        and deletion
        
        Change-Id: I694ae8f917c74305cd30037c3c3833a980354948

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [11fab6b705638359b2ca0e3e85590aa7cc70a03a]

        style category listbox depends on being unsorted
        
        regression from
        
        commit 6ecfbf153a7c11c63d208630ac6a27064058099d
        Author: Caolán McNamara <caolanm@redhat.com>
        Date:   Wed Mar 13 15:10:25 2013 +0000
        
            drop unused resources and toggle label to activate replacement widget
        
        Change-Id: I65ca8ec58ed984120f3c2e7ba68507cbf8acf089

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [2223ff6cb99df097a357674801835c7a260b551d]

        Related: fdo#81641 exclude 'all styles' category from organizer page
        
        it doesn't make sense to be able to assign a style to
        'all styles'
        
        Change-Id: I632c62f293b553e436ceb8da0baf2bb39941fd39

2014-07-24  Caolán McNamara  <caolanm@redhat.com>  [1af0e46102350114dd5e854b7692c640dae2727f]

        Resolves: fdo#81641 the new style shouldn't be a conditional style
        
        regression from
        
        commit 715d79bcc59d68c77dc84a1038998dd873df92e9
        Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
        Date:   Fri Nov 30 11:51:46 2012 +0100
        
            Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden styles
        
        commit 2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7
        Author: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
        Date:   Sun Nov 25 15:24:42 2012 +0100
        
            Allow to hide styles in the "Styles & Formating" dialog
        
            In its current state, the feature only hides the styles. Things to sort
            out are:
             + Add some automatic filter to show hidden styles
             + Make the visibility persist in the file format
        
        Change-Id: I7244d424765db0d5ed3aeaf380a8e1af56aa7eaf

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [b8a72f7e344fec02a0ea0fcc3848d5960a21fc0b]

        chart2: [loplugin:literaltoboolconversion]
        
        Change-Id: I94d34c85cdf6b56e4378e245e8cb5fe192619226

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [c9e61e02b36def2c139c122df8e7c59041d22f13]

        typos
        
        Change-Id: I3da5c0c1e9c7ecbb69463e948ac0eb326b112767

2014-07-24  rbuj  <robert.buj@gmail.com>  [b01358553082fd6f30781d0641c652f206c90c63]

        jurt: Enhanced For-Loops, code formatting, javadoc & overrides
        
        Signed-off-by: Michael Stahl <mstahl@redhat.com>
        
        Conflicts:
        	jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java
        
        Change-Id: I6d6324c5597fa472360a1b8bb4153dec647a36f0

2014-07-24  Jan Holesovsky  <kendy@collabora.com>  [c8aa8226962db6ddbca6bfec8e415dfd5ecdda6f]

        fdo#80721: Use the old way of drawing the pilcrow (but with changed color).
        
        This fixes the reported problem (that the pilcrow stopped showning for
        centered paragraphs), and additionally makes the pilcrow large for large
        paragraphs (like titles) again.
        
        Change-Id: I78d9986c0da6abfb9936984bb8b72d5eba88c9d7

2014-07-24  Andras Timar  <andras.timar@collabora.com>  [7b138fcb0cc3343196f4ffe7504da537f3d1ec89]

        Updated core Project: dictionaries  54aa90ef47bd8e2d062aa455dcc5d6f1ae02887b

2014-07-24  David Tardon  <dtardon@redhat.com>  [ce180974574b6d2589740a1636b49df4465e8f61]

        allow to continue build after removing workdir/Dep
        
        Change-Id: Ia5ccf924979fc3c72ce585af46a7443733be2ad3

2014-07-24  Julien Nabet  <serval2412@yahoo.fr>  [215703b494d5c4385944db06015479ef7789a497]

        Typo: PRECSION->PRECISION
        
        Change-Id: I63f8ad597cea2562b567b7df13823b75a6e50dde

2014-07-24  Juan Picca  <jumapico@gmail.com>  [9f282bdd86d25dd8c01c01a3cadcc8fba599294f]

        compilerplugins: Fix tutorials plugins
        
        Broken in commit 1f078fcaddd45bb074e4d0a4933db01f6e8b623e
        
        Change-Id: Ica93c3b9309b2ae4d973ccc34a84b5accac7472c
        Reviewed-on: https://gerrit.libreoffice.org/10478
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-07-24  David Tardon  <dtardon@redhat.com>  [19307f65aa1e1f992da42c26fbbff62d4c31e3bb]

        it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in ns
        
        Change-Id: If0d2622b5d64ccd821ff29356d545d59f5017d21

2014-07-24  David Tardon  <dtardon@redhat.com>  [9825e1697d8dd786fc40dad065188c47d6f14990]

        add test for swapping of GraphicObject
        
        Change-Id: I341f52e5dfedb61130545cf30ff61e891abc7e04

2014-07-24  Noel Grandin  <noel@peralex.com>  [2a19718575e4b9c5757da55ab64dd17ef7d3c9c4]

        move SFX_ITEMS_DIRECT etc. definitions inside the module
        
        These are internal constants, they don't need to be visible to the rest
        of LO
        
        Change-Id: I313def85b8c404948ec9ecb3996fed03b32ff9bf

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4bb37f99811875179c2020e832542d3751a93312]

        fix animation for GL3D chart
        
        Change-Id: Ibcc87329f02c435638cb31f8e969b94b729b7f31

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d6551bde0bcd06e4ed6b9aaa47f7891e47511264]

        avoid showing the picking frame for too long
        
        Change-Id: I58a04325ba6ae42fffddf89905c997fb9ff9fd35

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [baaa55f5f7fc04713eb3ad2c9dd7b437dfab3074]

        we don't need blocking user input anymore with the threaded rendering
        
        Change-Id: I9cde4c5629f2970b9c24d98897580a2442661bc2

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [71ebaba4d283daa8a4b626f8fe1e7ff9c0e5598e]

        that join was not necessary
        
        The join before already makes sure that the thread is not running
        anymore.
        
        Change-Id: I9a8eb9f436412a2bf75f72a33d23a57016394eec

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f62e9f40d28f0aa61109217de83d60d44a60585f]

        prevent that deadlock by only rpotecting shared resources
        
        Again update may not be protected bt the mutex.
        
        Change-Id: I8b9862c8ecafad75eea3b9e041d3063532f7bf63

2014-07-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2480abb1819188263a72b6d37e7511486f354b0b]

        taking the mutex before calling update is a deadlock as well
        
        The mutex is unnecessary as update is calling join in the beginning
        anyway.
        
        Change-Id: I1dc0c415f4405b58ddbe3640fa8870bed9fefef3

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [057613c6864204ac5c09260e93a8f14cc9768b90]

        icu: un-break installation of Java extensions on Windows (rel. fdo#63756)
        
        Linking libxml2 against ICU libraries has a nasty side effect:
        The URE library javavm.dll links against URE libxml2.dll, which
        is now linked against OOO icuuc53.dll; when a URE program, like
        uno.exe, tries to load javavm.dll it fails because the OOO layer
        "program" dir is not on PATH; this breaks the installation of Java
        extensions.
        
        Fix that by splitting up ICU libraries and putting the required ones
        into URE layer.
        
        (regression from 7515b1a90fac9e31733c0fdcc1156adadf0e6f99)
        
        Change-Id: If98dd0357162cb632d9762cd2d20162de5eb1a52

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [73b2ef39fc5e748e80dca72268b67e5a0d6da8ff]

        sal: avoid STL asserts in create_merged_environment
        
        "Assertion failed: sequence not ordered" printed when running smoketest
        
        Change-Id: Id9b7541f43342adf62137718dc332c0187c32f57

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [1d36d91d0a1814ba209e683f74658a92e167a73f]

        use BOOST_STATIC_ASSERT for sizeof check
        
        Change-Id: Iad00aa47ef65fe163eff407549c26eb3590ab132

2014-07-24  Michael Stahl  <mstahl@redhat.com>  [23c5a5362b12b2cf6bbd49e43e0bbf6c8848fc14]

        remove some unused headers from svgfilter.hxx
        
        Change-Id: Ide1319b0b3504f8084d2dfb999b5ece35b95be8f

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [efea971d33d83b39bcb883da51cc204a981897f9]

        by default we want the non-benchmark mode
        
        Change-Id: I82c8d0c36f1748158545a2bfa5b816c5bb9d44f0

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bffb6ccc133987dcb11d0b9ac7135fdc7430c49b]

        that mutex is not necessary
        
        The join makes sure that the thread is not running anymore
        
        Change-Id: I3f900e36833240544005d03ce1ae1f2330365a03

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5e72b7b77e77561fe965b0c5a3446d4fdb99503f]

        fix one more deadlock
        
        Change-Id: I1e8e24735f6a57982834f84b26042b7082fa4410

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [453aeef36c8455ecbb5ef4e58109b4610d5ba243]

        avoid deadlocks in BENCHMARK_MODE
        
        Change-Id: I1f994ecb6efbd302430062421ccc953dee904741

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [96f373e26ca4632c15dfcb30b14d92714c484313]

        avoid deadlock in 3D charts
        
        taking the mutex before calling join is silly
        
        Change-Id: I5a2df82f748aa7ccd13824369da5c81842285076

2014-07-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1b2f1147130a8546e8b007ead26df3425d5cf2ed]

        update credits
        
        Change-Id: Ic972bd73a4022dd4fd4df9336e6270e9bb2b4cba

2014-07-23  weigao  <weigao@multicorewareinc.com>  [a2282e290f3b1378021787c91d10207bf9389f9c]

        modify the light to make the sence looks better
        
        Change-Id: If6badae178ffc9be2192fcfdf41fc7d062dc32c4

2014-07-23  weigao  <weigao@multicorewareinc.com>  [cd6029f2373c67ab39313fd6314610becb5095c5]

        add benchmark render thread
        
        Change-Id: I0770db8e2cb5ecb1ef7d3706082196a8fd8f1ede

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cc827ab81d285156fffb8920cba460703cad789d]

        Revert "opengl charts: Move the init from sc to chart2 ...
        
        This reverts commit 46cea34638b371570073c0e86f79969753c543ed.
        
        Conflicts:
        	chart2/source/view/charttypes/GL3DBarChart.cxx
        
        Change-Id: Ia29ea6a95b8b9eb870d14538d0cadaa40472582f

2014-07-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c02e393c7dd55ad6d1f94972543d3c14dd30351f]

        Revert "Fix OpenGL chart reinitializing"
        
        This reverts commit cbc50c90ad63f0e59b8cf3bbfb6b5b1f61db09b9.

2014-07-23  Julien Nabet  <serval2412@yahoo.fr>  [d5fb4b731938c22fcf9c5e3280da8f722b5492e4]

        Typos
        
        Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d

2014-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [887c088f20fe36b9b15484d0a5ec9416ba6cd310]

        make libgltf compile on OSX
        
        Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8

2014-07-24  Takeshi Abe  <tabe@fixedpoint.jp>  [ea5ef0a72e5e608baf2c40700658a4fcba6a3759]

        Drop unused #includes
        
        Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9

2014-07-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [415f5477e8c34001bb97c788a969e6e92d1d45be]

        Annotate.
        
        Change-Id: I4f0b0e76f720663a7f6ce1d1a5f3806b86165313

2014-07-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fc17cc850711a59dd52e93e0961a21c7ac8bd189]

        Add documentation.
        
        Change-Id: Ifb5060183866d3e8ea8ecaa715b297717d1dd370

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [0b6437c9d6bb12359ed0fb1a7f507dfc3163c64d]

        svl: avoid warning C4715 "not all control paths return a value"
        
        Change-Id: Id4b083b202930108c2cdfdae0a549aea29198b5c

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [cd42e07785f7ab8ee3a0fb56d00d25824f3baef9]

        SwTbxInsertCtrl: [loplugin:saloverride]
        
        Change-Id: I79c222a6ac1d68a441666a41af72099611a94a4c

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [d5e6acc6db9f344c1831835e1eae52c2a0ee0d1d]

        svl: fix comparison in new unit test
        
        Presumably the test should use the unused variable w, and the result
        should be 3 since that's how many styles were inserted.
        
        Change-Id: I34455020e1fb8c53204b6ee0632138c1077617a2

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [66c09dd2500ae000ba393d645e03d470a26011c4]

        configure: unused variable
        
        Change-Id: I0172814081d443c21fc46bb9c5e26a5f459db9fa

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [663c181c5662921e8a81b16233d60a497b30ea12]

        configure: stop calling native Win32 make "horribly slow"
        
        OTOH we do have sufficient data to start name-calling Cygwin make:
        http://lists.freedesktop.org/archives/libreoffice/2014-June/061727.html
        
        Change-Id: I290c39805d237c7da9a7aa954ec45a58c92fa2d2

2014-07-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [6528c8732294445481f792f27aab784a4f6fddd1]

        fdo#39468 Translate German comments
        
        Change-Id: I305ffe07d96fb5c3edafa219dbdb8ef64f7c2f73
        Reviewed-on: https://gerrit.libreoffice.org/10489
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Tobias Lippert  <drtl@fastmail.fm>  [9782ba7f1b7f4d6cc11045b6c953deb6f17f321d]

        fdo#76754 Add return first to IndexedStyleSheets to speed up ods writing
        
        Change-Id: I6fc9fe8ce78ad9cc1a7c2fe3e13ed38ce468ce6c
        Reviewed-on: https://gerrit.libreoffice.org/10347
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Noel Grandin  <noel@peralex.com>  [8c6e900e4724dc7c800047099139c080f5f5d564]

        remove unused private field
        
        Change-Id: I474458058c1a3d8c93486bf2e647df203d2452cc

2014-07-23  Noel Grandin  <noel@peralex.com>  [88a874fcb3a3735634c638f34dcb0cc7bd2260ac]

        convert SfxItemState constants to a proper enum
        
        and while we're at it
        - use the enum type all over the place instead of passing around
        sal_uInt16
        - don't use bitwise logic on enum values
        - use enum values instead of numeric constants
        
        Change-Id: I7f24cb4d242e1c00703e7bbcf1a00c18ef1e9fd4

2014-07-23  Noel Grandin  <noel@peralex.com>  [11e66edd0e60d55fe5b6d285b919c012ae7500ce]

        remove dead SfxArgumentError typedef
        
        Change-Id: I62127b23475dedf081fc981c20e916d5868ab086

2014-07-23  Noel Grandin  <noel@peralex.com>  [e72ddca6a00b2f86f58869db9f688c37d9072bda]

        move string IO methods out of global header
        
        and into a module-local header.
        It's not like the methods have any actual relationship with the
        SfxPoolItem class.
        
        Change-Id: I1378364a1554642333b0c5c79d869d719b53fa0c

2014-07-23  Noel Grandin  <noel@peralex.com>  [8497efb425d901257464a03e7c5faa3f1bbea9fe]

        convert SfxPoolItem kind constants to an enum
        
        Change-Id: I57de8c0cebfd60fdf70c23c72ecf1e47c69d7ecd

2014-07-23  Noel Grandin  <noel@peralex.com>  [b78d881520f2eb658180e2c90ffee3d30a80f0ae]

        remove unused values from SfxFieldUnit enum
        
        Change-Id: I3cb720b62216f5534d0ff3b524c596158ffe824c

2014-07-23  Noel Grandin  <noel@peralex.com>  [262bde9b3eddf8937d3ce57939dddb1c20b1daaa]

        simplify SfxItemPool::GetPresentation
        
        drop the ePresentation parameter, since all 4 of the callsites use
        SFX_ITEM_PRESENTATION_COMPLETE as the parameter value,
        and just inline the value into the method.
        
        Change-Id: I42c8eae82837c9f9d4edc886d7c760f57b129125

2014-07-23  Noel Grandin  <noel@peralex.com>  [f2940a4bfffec5bc34fb03cb32205bff4708a027]

        rename SfxItemDesruptor -> SfxItemDisruptor
        
        Change-Id: I7cc9fa3ab6aebc541df4708e29b530f8021b14ba

2014-07-23  Noel Grandin  <noel@peralex.com>  [dc0af9ef8eb00170997181c2adddbe93315486c7]

        mark m_nRefCount in SfxPoolItem as mutable
        
        so that we don't have to const-cast when modifying it
        
        Change-Id: If584e4ddd440638169af00493f0194b34832177f

2014-07-23  Noel Grandin  <noel@peralex.com>  [0361eb7c20db4eba051ad5593c63b69f3565e488]

        remove unused return type from SfxItemPool::AddRef
        
        Change-Id: Ideb690df8a74efe55bff832e16e66a6b77b1530a

2014-07-23  Noel Grandin  <noel@peralex.com>  [b0a13b78e7b381cfc9d06a4a351d5d345e15e557]

        remove unused SfxPoolItem::Delete_Impl method
        
        Change-Id: Idb20e9acd97a27801ff95dc53d3e179326c122d4

2014-07-23  Noel Grandin  <noel@peralex.com>  [331132b4cb5717ec0177ef89bc90ef1f474dfea7]

        comments and code formatting in SfxPoolItem
        
        Change-Id: Ibf7b2f5e93748198eccbbbf54fad5f8053270003

2014-07-23  Noel Grandin  <noel@peralex.com>  [7be041309cf339b64827eee064421eaa2d3b9939]

        remove SFX_ITEM_PRESENTATION_NAMEONLY
        
        since it is unused
        
        Change-Id: Ib739240a362eeff6a72b2300804583b575edfb24

2014-07-23  Maxim Monastirsky  <momonasmon@gmail.com>  [3e18cf51c10dc82b81b95381d3beb4796578a2f1]

        fdo#81651 Wrong argument type in overriding class
        
        See commits:
        16752a8a773cf8096e28628237238a562016c4e5
        c3a89936abc7967ebe8916ca83cb38f6837f9aa1
        
        Change-Id: Ib58888f1027b26fab08519e8c6bede7dbeeb14b5

2014-07-23  Tobias Lippert  <drtl@fastmail.fm>  [8f8ee6fd2c50572c44363a6d5d23bd9d192fe08d]

        fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheets
        
        Change-Id: I4eade2d00d145d8f65ccd70a1c6bbd0a134a1ad5
        Reviewed-on: https://gerrit.libreoffice.org/10346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Oliver-Rainer Wittmann  <orw@apache.org>  [fd641c7b23ce4205c29fc0c564b73336cb2cfb07]

        Resolves: #i125289# do apply possible changed <GraphicStreamURL>...
        
        only for embedded images which already have its stream inside the package
        
        fixes also issue 125290
        
        (cherry picked from commit 9602a121b458e7456fc533dad86f434f846a72ba)
        
        Conflicts:
        	xmloff/source/draw/shapeexport2.cxx
        
        Change-Id: I5af0093b20f2f291d3a94c690bfbdb59a59320c3

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [23e818d4f5cb6dff4c2238fa42a38496a9a85255]

        AmbigousFilterRequest is only ever extracted, never created
        
        Change-Id: I79c669c1635192199d6ef135e1ab9b48a9e7e63a

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [2c5f02539d8e1ae079b2ee68838024865610b6d8]

        drop DLG_CHART_WIZARD via .res
        
        Change-Id: I394a42bfb761e2f7cf8c3186f5ec412331b5950c

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b38d520a5f17e96909096ee7bf4d3e9d012fd27e]

        _SwSaveTypeCountContent dead and gone (and there was much rejoicing.)
        
        Change-Id: I296b2c58e6d8ad67f30b027b83a442a02d5b2794

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3cb0aaa6dc987f894c0f36e9d8dc6a217b943656]

        remove obsolete Add() function
        
        Change-Id: I5a23fea7d2ef94cd5e313854b5d9b32224fbc7b6

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [97fc8e191f60f02cd28741d1865612425b5a4290]

        remove obsolete SetContent/GetContent functions
        
        Change-Id: I9a707ffeb220f8f102869030b5266ef02a635628

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eba9ff466200b21ac62754d7104f34274e9d2327]

        remove obsolete SetCount/DecCount/GetCount functions
        
        Change-Id: Ieee429bb96d53d5825ef39b849f757401a1f3e32

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e579adddf9bbcc6cf3133fb2f412fc267108ec8]

        remove obsolete SetCharBound/IsCharBound functions
        
        Change-Id: I56e7f08178122ed37fcb4c1175770cd202d3c98d

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [944d4eae085c098b6754ccd6a3ca88a6f45537c2]

        remove obsolete debug functions
        
        Change-Id: I997d20480e5e920f69b3402a4e73ef0fa70f112d

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c13a3d8d7fa8821e78dc5f6674c6846eb683ad5]

        now use MarkEntry vector
        
        Change-Id: I437dab991a5d05f3da0ee9c1e009a69baa74d647

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [068e5816fa3b623bcb072bee776dd5d63d5d3370]

        enable saving SwSaveTypeCountContent to a MarkEntry vector
        
        Change-Id: I5aa94b0247db7142ce9ea1687b2d2dcc4e3189e9

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [05061b257d088d90ee00bb551401f1b2c2c7063e]

        reduce SwSaveTypeCountContent to a MarkEntry: step 3
        
        Change-Id: I2379b75dc425faf45ffe7be01a5436cbf9103d79

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [64f0d275154142ed29010f2a693da21b78ee9c7f]

        reduce SwSaveTypeCountContent to a MarkEntry: step 2
        
        Change-Id: Ic60280439a55206ee52b4dcf0f802abf78cf5f2b

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b880be3c5496e8f718943f8892744c45fe08e833]

        reformat/reorg docbm.cxx
        
        Change-Id: I73035e39c30056811d6518c5473c5793d0e5c943

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3df855e6ec657106126ba6f13404994641252cf0]

        remove some more SwSaveTypeCountContent insanity
        
        Change-Id: I4f2b9b757afd0776c132ccc2eea219723d84cc66

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d41923b65266e7182fa5e66872c12e37ca34655]

        remove some SwSaveTypeCountContent insanity: unused function
        
        Change-Id: Icff9b56245b5850329c8d2582495fd69c7edead5

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [068887ed47d9c2e7f96f0474a4c8c7441c0f55f2]

        remove some SwSaveTypeCountContent insanity: casting via union
        
        Change-Id: I784c41697c56d577881937e8cd524aceb7bc6ad8

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [673be4811cbaae1b05d17cf214684bb4dedd79f4]

        remove some SwSaveTypeCountContent insanity
        
        Change-Id: I1a270c8b7e08e22f68b9a86c73a76c46d4ce8a5d

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3fd5fb7b5944b0b14414750f67927da193ebaca0]

        crsr save/restore still works
        
        Change-Id: Ifa1339522460f969f3598179bda4588b31a0179f

2014-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5200ec588665ddf6d7b4e9c373b815a6d7932351]

        crsr save/restore works
        
        Change-Id: Ib32688cabfaa1db3a8ab3bb3bf29aaf42718d918

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [ac35e8fe3656aa4d99882eff83254f6e05c6f3d9]

        Updated core Project: help  842746ea8971c1eb55d5d99965125279f825f618

2014-07-23  Douglas Mencken  <dougmencken@gmail.com>  [04cffa1c81f770bc2a7eab83f94d057cd2fd1547]

        installer/environment.pm: fix variable name
        
        Fixes "Use of uninitialized value in concatenation (.) or string
        at solenv/bin/modules/installer/environment.pm line 110."
        
        Since: 38e6216cfd04f23ca0dbfa6bb99c5631f4891e78
        
        Change-Id: Ia4ed62f64b07d1d244e172dd6e02010d896b845b
        Reviewed-on: https://gerrit.libreoffice.org/10480
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [5ccd10fbbd66558a6662d74bc7ba76a4697f593a]

        use an expander instead of hand-crafted code
        
        Change-Id: Id5606051656f21309c9e5c8d08a2eacd65b22dbf

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [2e0561c9962e1205b68ae0c9971c4df7b141f535]

        drop helpids that go nowhere
        
        Change-Id: I64c060ac849f8b055f8b63bba8ecb59ee3ef2d9a

2014-07-23  Caolán McNamara  <caolanm@redhat.com>  [276df1b20db4835cf7cbd1ac45e0862a6223db8c]

        Updated core Project: help  b0e20344fb07cc86c0b24e1a24b78b8971124f4c

2014-07-23  Szymon Kłos  <eszkadev@gmail.com>  [fcf0b9f2381e69e0ed50b99cf9b682efbc4d3263]

        DLG_MM_SENDMAILS conversion to .ui
        
        Change-Id: I5611508e9024032e9213636be94410280618f9e5
        Reviewed-on: https://gerrit.libreoffice.org/10459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [192338bbc363bbcf71ddbfff8f933d69a822c215]

        Run pylint on find-german-comments
        
        I ran pylint and corrected the following errors:
        
        * W: 39,0: Unnecessary semicolon
        * W:177,0: Bad indentation. Found 19 spaces, expected 20
        * W:178,0: Bad indentation. Found 19 spaces, expected 20
        * W:213,0: Unnecessary semicolon
        * W: 65,8:Parser.get_comments: Unused variable 'linenum'
        * C:190,28:Parser.check_file: Operator not preceded by a space
        * C:192,24:Parser.check_file: Operator not followed by a space
        * C:196,24:Parser.check_file: Comma not followed by a space
        * W:223,33:Parser.check_source_files: Redefining built-in 'dir'
        
        Change-Id: Idd4986fecb7b3a2af87d1062b7d08c6c87b9f80f
        Reviewed-on: https://gerrit.libreoffice.org/10475
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  rbuj  <robert.buj@gmail.com>  [8f4cba868677a60ff8a9e9b3ea7a05bdc206bcc0]

        jfreereport_libbase: [deprecation] toURL() in File has been deprecated
        
        http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL()
        
        Change-Id: I4322254d04e3ccf894acebf8b71de6f51e0a110a
        Reviewed-on: https://gerrit.libreoffice.org/10467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Douglas Mencken  <dougmencken@gmail.com>  [3a6d0f22a8d2d8eb1e17e1df21976a2e21947f7a]

        OSX: change CXXFLAGS_CXX11 to be used not only with clang
        
        Otherwise, zillions of warnings are displayed like:
          "defaulted and deleted functions only available with -std=c++11 or -std=gnu++11"
          "override controls (override/final) only available with -std=c++11 or -std=gnu++11"
        
        Change-Id: Icedaf55c4f301d44587141ad937abbfce8d10457
        Reviewed-on: https://gerrit.libreoffice.org/10130
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  rbuj  <robert.buj@gmail.com>  [3c891408eada15276c8e814a895275900bdfd1a1]

        beanshell: encode(String) in URLEncoder has been deprecated
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/net/URLEncoder.html
        
        Change-Id: Ie21fdd12206c7954e99761826f98686c4567aa64
        Reviewed-on: https://gerrit.libreoffice.org/10482
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-07-23  rbuj  <robert.buj@gmail.com>  [37594357cb9c46aff7304c669a160ff7ec916a45]

        beanshell: [deprecation] show() in Window has been deprecated
        
        http://docs.oracle.com/javase/1.5.0/docs/api/java/awt/Window.html#show()
        
        Change-Id: Id02e622f3335315747e7c66724f5a3f37992e85d
        Reviewed-on: https://gerrit.libreoffice.org/10481
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  rbuj  <robert.buj@gmail.com>  [5d1c5d558a6db7f1a250893f6dfd22c8bc41f481]

        beanshell: [deprecation] toURL() in File has been deprecated
        
        http://docs.oracle.com/javase/6/docs/api/java/io/File.html#toURL()
        
        Change-Id: I7f5ee6ad89ce73fa3b217396669fa42ea6e75c8a
        Reviewed-on: https://gerrit.libreoffice.org/10473
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5a51968ca442fe7342b984895a75ef61e47165ce]

        fdo#39468 Translate German comments
        
        Change-Id: I7f83308125d6d17ec199bbb2edbb69259702ca77
        Reviewed-on: https://gerrit.libreoffice.org/10474
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ca819b204e6c93c4b4e20b191100aa248b8ff23]

        Simplify.
        
        Change-Id: Ibbaf20abd2cb4f2b9ef0014969db827ccffa0c0d

2014-07-23  Michael Stahl  <mstahl@redhat.com>  [7dff37c65e08985b80ac79e13f5571819a8e739d]

        fdo#81276: sw: HTML import: fix inverted test in CSS import
        
        (regression from 5089bdb234a93bcb62b597c18b8ab66048246b13)
        
        Change-Id: I5b45c4c47ba66385b2b528b5a3039bda37b060d6

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [5f0967a6345f602f787901eeff25fd61b57b780e]

        Do not include txttypes.hxx unnecessarily
        
        Change-Id: I557019995975b24062fd346a7cc0cae872cab308

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [2a6b9c93af295a6746372bc6ce462a02492f616d]

        Massive KSHORT/MSHORT to sal_uInt16
        
        Change-Id: I82a899ef0cad19d62c41753ffdce07d8e33d6c9d

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [1a6bc665eb727763265483132db43aee87288deb]

        SwpHintsArray/SwpHints to size_t: fixes after failed local merge
        
        Change-Id: I6617770fbca7316396639b6d5778bbdcbb208337

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f6c8a045c5983658666b4df0a5eb02df3c9d1df]

        sal_uInt16 to sal_Int32
        
        Change-Id: I66590e783bd36c7ae4cee19bd3b89864eb37e345

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [824d78b570b06237a645f8db07eb0cebb2190726]

        Use a dedicated constant, with a descriptive name
        
        Change-Id: I7f3ff51ee004450ba059ba5b6995bcdb30c3235d

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [3621e2d9e16be46b28c26ca9278b91b94dbbd762]

        SwpHints::GetPos just used to check presence => renamed to Contains
        
        Change-Id: I46a61422dc4299fb4b747dd838d25e63424dd3be

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [05dda9a913122a7d9f5715868824c487da0d2534]

        SwpHintsArray/SwpHints and related: sal_uInt16 to size_t
        
        Change-Id: I9a7674109b05683287e12cbce6bc417b40ca5084

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [c5fc11de967b3bfeda5ae63746364468baa26981]

        Simplify by early bail-out
        
        Change-Id: Ie44e321692ddf306bf85c327420e28b31e1c055f

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [6865a0075ff3592295e5a340df373f280ae116ec]

        sal_uInt16 to size_t
        
        Change-Id: Id048517a7da92e40a4037d2a379bf2418609efae

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [813e24b9338e2f3cc301f0d62352afc5b4ac776e]

        sal_uInt16 to more proper types
        
        Change-Id: I82826df7797197e5356e8620e6fbdda7558421ef

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [941babb7d32d4eebf1b616a4c1cf02e3f6517532]

        sal_uInt16 to sal_Int32/size_t
        
        Change-Id: I70e4f757696c370eb2243617e9bfb14d219b4782

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [1c8784e33677f1112bb38a15041a9aaef2db8c61]

        sal_uInt16 to more proper integer types
        
        Change-Id: Ifc20d84d05ae270a586576da634929eb1ce088b7

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [115919a9c2dc9b73db9ba5a92798210da144beb4]

        Directly return the desired information
        
        Change-Id: I099009585c0ad3de7e3e98e48c5a05fbded0b1bb

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [f11701d27fdc7553189bcd662437645cb4495b02]

        sal_uInt16/MSHORT to SwTwips/sal_Int32
        
        Change-Id: Ie069f5203591e90210850bc7e5d3f03609df144c

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [bb9a13db6373997957650db3370b17a1a105cff2]

        return bool instead of sal_uInt16 (0 or 1)
        
        Change-Id: I3e8d014a2772b55793cd7ea4666aeb022e5b28e4

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [4c60f722afdc0be5c129ce5f5ed6786d09d0051e]

        sal_uInt16 to more proper types, constify, avoid unneeded casts
        
        Change-Id: Ib7b6b9ac4c2b164984d1fd23dc8cf0905f244668

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [2d5a7c36ee9ae7ff39d8415f81fb911ff822548e]

        sal_uInt16 to size_t
        
        Change-Id: Ia36a8d833b697dad4f6bbc611b703efcda4b220c

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [299363bbbfdc43822ac43b9be0913c9c96f71d86]

        Prefer for loop to while
        
        Change-Id: I1531674db1e438b6003fc49b8150cbadd10c04a1

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [5fb6c690df80b43043b88a4bd2648926f7bc546b]

        sal_uInt16 to more proper integer types, constify
        
        Change-Id: Ie64a7c761a553e3a70250f56b26ea7de196ebc29

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [11eda446535a62dd9874a8149955bc27196e3c9e]

        OUString::number was probably meant here (previously: valueOf)
        
        Change-Id: I4804efd1c50bf332d9da86a37651d72ccc62294b

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [167e950ab7de3dde1388ac0efc2d76adffbecb2d]

        sal_uInt16 to long, constify
        
        Change-Id: Ibb79555b0a767db7c7ee9c388337bbea9cdd7f5d

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [84b62be9eabfc84170c25496e427d98a265dcc33]

        sal_uInt16 to more proper integer types, constify
        
        Change-Id: I49208eea823600e37d18ac31e6f8bd6f497bda32

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3a4f089b06e997e4503db497e1313241d238c5c]

        sal_uInt16 to size_t, constify
        
        Change-Id: I4a331bfafc6b6468cf7147f8c09630735690f211

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [925382f94f79da7c0b0b8ead151b14dcd66bea4e]

        Avoid temporary and reduce computations
        
        Change-Id: I99577f9fbf74f5a54bbb1207c4f2d4eaadaeaae4

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [ca8211a6c2f39bf8cc122767ba9aeae67443f839]

        nFound is never read
        
        Change-Id: I4cd243f7ea5ba53e5d341544ad0d7c17e425cfb5

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [e687601f2a38d11c124b0fb9a3d3d5cc762188c3]

        sal_uInt16 to size_t
        
        Change-Id: I17239af13884baee88b609c71703fa6e52853591

2014-07-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [85f29e9ac4bb03f227ef572d1c028e6a310d6204]

        sal_uInt16 to sal_Int32, constify
        
        Change-Id: I1327f63674255e4320a2b47f054e1bedbfb3e5fd

2014-07-22  Katarina Behrens  <bubli@bubli.org>  [66178fc9dd8427a3bce55feb5ccb7e54c288f8ae]

        fdo#81547, part2: show only relevant widgets in layout tabpage
        
        Set initial status of most of the widgets in .ui file to hidden,
        *ResourceGroup::showControls() method will take care of showing
        them when appropriate
        
        Change-Id: I19d8df661ea7ee122e06ab854a9eb0a5edf62320

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [94b82e43c045d7df393c7843890f70452c0c7bdd]

        com::sun::star -> css.
        
        And make some methods non-inline, to unclutter the header.
        
        Change-Id: I748a4cf8f8d5acef8f7583f8faf6834a3bec536c

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0f47de0cff673d298af63926e15e3dff40ee80db]

        Fix the font handling esp wrt font colors.
        
        Change-Id: I7dda03368f67ea6a12dfb39115f4546277abb76b

2014-07-22  Eike Rathke  <erack@redhat.com>  [196abcf8f42891a05ec639a7570e5092bafe1b48]

        do not unescape sequence in original name in GetRecommendedName()
        
        Noted with the fix for fdo#81304 the code unescaped an escaped sequence
        in the original file name, for example "foo%20bar" became "foo bar".
        This change preserves such sequences, though the final result at the
        (GTK) file picker is still unescaped, which happens somewhere else.
        
        However, now for the suggested file name "foo%20bar#baz" an InetURLObj
        of "foo%2520bar%23baz" is created and results in a recommended name of
        "foo%20bar#baz" again.
        
        Change-Id: I620811e33bdb74323ddcb3d732428179bf7181d4

2014-07-22  Julien Nabet  <serval2412@yahoo.fr>  [568778874429595855b435792e5ebecd52956dae]

        Resolves fdo#81213: Wrong table-clause generated by reportbuilder
        
        Oracle doesn't accept "AS" for making an alias from a table
        See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2
        https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4
        https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5
        for more information
        
        (thank you Lionel)
        
        Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea

2014-07-22  Muthu Subramanian  <muthu.subramanian.karunanidhi@ericsson.com>  [6296c64fb0ed8bce61eb6303920f952eda65de71]

        Enable copy-paste of charts/ole as bitmaps.
        
        Adds FORMAT_BITMAP to OLE Objects - to allow charts
        to be pasted into non-LibreOffice applications.
        Should be safe for all OLE Objects, though.
        
        Change-Id: If18768b82d4bb4415b3a8e00828b2eb5c31eeb15

2014-07-22  Joren De Cuyper  <jorendc@libreoffice.org>  [2662df924f7d5e2d65ec727be99e39c18e1e3e7b]

        Fix build: incorrect revertion svgio
        
        Incorrect revertion in commit 3d3401a6397e893808309ec374f5d8f890144906
        
        Change-Id: If4abac2670b083ebbc75c2fe06ae9e100072ef00
        Reviewed-on: https://gerrit.libreoffice.org/10466
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-22  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5ad0673063d92faeab28db1048513b6f1e71b94f]

        fdo#39468 Finish translating German comments
        
        Change-Id: I8163bd42c24a4f5a5fd4e048836d7e77d3993fe2
        Reviewed-on: https://gerrit.libreoffice.org/10452
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [75c5679a96437caa6041d2550562f2a4db80d586]

        fdo#80486 writerfilter: RTF import: ignore \par inside \ftnsep
        
        Word can apparently have complex footnote separators, but the
        domain-mapper only sets a single flag that there is a separator
        (m_bHasFtnSep), so the only thing that makes sense for \par here
        is to completely ignore it.
        
        (regression from e1afe4318787425dc40f2d0b1f02fa17e925c8da)
        
        Change-Id: I32d9b01a0a9248ba646654295a74953a6cb74fb3

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [82e17dbb2a16c7653a163139f0eea51faa4d46b8]

        fdo#77996: writerfilter: RTF import: re-work destination text buffering
        
        The problem in the bugdoc is that the ';' style terminator is encoded as
        {\uc1 \u59 ?}, i.e. inside a group, so when reading the ';' the
        aDestinationText of the top group is empty and the style name is lost.
        Or since the style name characters are encoded in the same way, every
        character is lost once the group closes.
        
        The same problem affects some of the document properties.
        
        Introduce an abstraction of RTFParserState::aDestinationText so that for
        every destination only one of these buffers is used, regardless of
        nested group structures; the aDestinationText buffer is only switched
        when entering a new destination.
        
        Also, the \revtbl and \stylesheet destinations do not contain entries
        directly, i.e., every entry must be in a sub-group, so remove some
        special-casing for these; however, for \fonttbl the entries may be in
        groups or not.
        
        Change-Id: Ica276a8b730e4a707530471ba27bfdd1582b8890

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [78234837352b9417573a4bd1efa8cfe68902e24b]

        writerfilter: pass uno::Reference by reference, more dmapper...
        
        Change-Id: I9eba51e3fe2a50488d2ff9320bf68fe6ae65040d

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [8ba92fcd83f351f50e874f01c48f7de3acee971d]

        writerfilter: pass uno::Reference by reference in DomainMapper_Impl
        
        Change-Id: I91d0c2ffb958262fad0e7920852449e73d5481ea

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [a140f3bca681ffcc5944d2b4cb9a81985c59c702]

        writerfilter: more pass uno::Reference by reference in dmapper
        
        Change-Id: I71645b208854877fbd5cb29327d467da5cbe0e46

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [d9c4aa3838044e86013ee6c0e49afa45274faf89]

        writerfilter: pass uno::Reference by reference in RTFSdrImport
        
        Change-Id: I3a0821caccc37beb37f4ad8ecb4b0fdb5d2d5a58

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [2354d22b7ce12738bb929fc9c513e70ebd9f34fb]

        writerfilter: pass uno::Reference by reference in RTFValue
        
        Change-Id: I21d81d4454e65cf7f341f659b70b684dc3aa4621

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [1398bdf35ecffcf4629f81f64cab51ab1b6a24ad]

        writerfilter: more pass by reference on PropertyMap
        
        Change-Id: I7f0666b882117518bddfc23d4fcf005a77bc11e9

2014-07-22  Michael Stahl  <mstahl@redhat.com>  [1b3305df4afb40e20bea74fc0068ea427050656c]

        writerfilter: pass uno::Reference by reference
        
        Stepping into Reference ctors in debugger on every function call is annoying.
        
        Change-Id: Iba3c6ee143a772768084d65fb7036cbd4abcf050

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d96a5c6770bb7b13814e12de1cc30cc0163e8eb8]

        Remove "this->". Pointless.
        
        Change-Id: I6256c9087eec1f8b9745af6eef23fa59d697f835

2014-07-22  Noel Grandin  <noel@peralex.com>  [3f8a921471d8ed5423fb572a076d882392c77dba]

        remove dead code
        
        Change-Id: I0d3d1a14d8eb880a5a054fe2e736f8ac97f8b727
        Reviewed-on: https://gerrit.libreoffice.org/10284
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-22  rbuj  <robert.buj@gmail.com>  [0340e62fc9fa78cfe0a6718ac07f1ba31260ff5c]

        ridljar: javadoc & Override
        
        Javadoc: apply formatting and remove the warning "empty <p> tag".
        
        @Override public String toString()
        @Override public boolean equals(Object obj)
        @Override public int hashCode()
        
        Change-Id: I64b63d01015535d386ac584831c4ef6e371e863d
        Reviewed-on: https://gerrit.libreoffice.org/10453
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [aff263c8b814c6bf352312403d3c1e448c8013a3]

        Related: fdo#81457 quadratic time required when setting a11y name
        
        when calling SetAccessibleName GetAccessibleName is called
        in order to send a name changed a11y event. Getting an Accessible
        Name is very slow in a non-layout aware widget because it scans
        for a "nearby" label and there is none in this widget, but it
        has a huge pile of other widgets to iterate over.
        
        call add_mnemonic_label before hand to cut off that entire
        branch.
        
        While we're at it, only call InitControl to adjust to a new
        width if the new width is different from the old width
        
        Change-Id: Ie4ba1276127226e49442278e46447b84bbeb1cde

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [13807fbf9f3a4aae6767da8bcf796bea4b065159]

        Related: fdo#81457 skip setting an empty allocation
        
        if the dimension is 0, don't bother calculating
        a bunch of <= 0 sizes, rely on the parents clipping
        to hide the lot instead
        
        Change-Id: I5b593a5b6b6c3614beb7f9bf3328fa469b700972

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [15eb6b2e0161125e36357afcf64d27a9ca5c9d22]

        Wrong indent.
        
        Change-Id: I0aab6cc1d7a39928e9e8ffd6ae23fcfad42ceae3

2014-07-22  Oliver-Rainer Wittmann  <orw@apache.org>  [a9c17adf9a7c3ff510b62e791dbf322cb82243d9]

        Resolves: #i125296# correction of fix for issue #i125044#
        
        (cherry picked from commit 2f2e914703ad45598ae51dcaed82c6c6ec49fb83)
        
        Conflicts:
        	sw/source/core/txtnode/atrfld.cxx
        
        Change-Id: I7519a2b985da603618a345d5549f73c9abd17101

2014-07-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [bdbf6cee5a3a012412699dba103b9f6430084722]

        fdo#79221: Wrong rendering of bottom and right character border
        
        Regression from 2cd1673f41cb5bd8502a9a48a5721244660fe3a0.
        
        SetMirrorWidths() works only when there are two lines
        (double border), but breaks one line borders.
        
        Change-Id: I2727afbc071bb4038c6cef18e6b96c796ef3a8b9

2014-07-22  Joren De Cuyper  <jorendc@libreoffice.org>  [3d3401a6397e893808309ec374f5d8f890144906]

        Revert "fdo#74743 avoid infinite loop when gathering "svg" element styles"
        
        This reverts commit 3b7472b284131c09d91b69f26d5d26d54648f939.
        Commit 0879a639bc7c734f0847f74b965809f9107b3195 didn't
        revert all changes, so we ran into problems getting the
        css style correctly.
        
        Conflicts:
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgsvgnode.cxx
        
        Change-Id: I4d17c6d599482de005c009638d03ca851491f700
        Reviewed-on: https://gerrit.libreoffice.org/10455
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [9c7a7d85aa6de5d4c384608dce157c420bc7c74f]

        convert DLG_MACRO_MIGRATION to widget layout
        
        Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [d8e64d76a8422320caf4980c2fba856c4e1f6785]

        all macromigrate pages are .ui, remove ResId stuff now
        
        Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [ecbc20d0c7d58c3c6cd0e1c517848157107120a0]

        Updated core Project: help  f9ce693a67d940f48f5f9c7e2a76213cc97c092c

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [1f106a522ed7ebe67a0e310f48fdc09e272349d5]

        convert migrate page to .ui
        
        Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [fa9ce74db51a27a2ecb65fc6045c5fc209581a57]

        convert summary page to .ui
        
        Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [c1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf]

        callcatcher: update unused code
        
        Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [00639459f148ecb8033f42d5f810858729d24501]

        Updated core Project: help  464cbfaaa198f58af8cb2c347f4367408464fc2e

2014-07-22  Caolán McNamara  <caolanm@redhat.com>  [b89895582b6fd10f5f9e437fd966412bcc15e4a9]

        Updated core Project: help  10fd3e1326ecf705030189e233a895be7918ea72

2014-07-22  Szymon Kłos  <eszkadev@gmail.com>  [8ebf706245faea61527db5f94e77bbdca0379584]

        deleted superfluous controls that didn't exist before conversion
        
        Change-Id: Iba700d79466c24395a6a0b07300cd4190ef03ff7
        Reviewed-on: https://gerrit.libreoffice.org/10450
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-22  Tobias Lippert  <drtl@fastmail.fm>  [798379313dca8de97e431ef2fe68129aaa1dcf04]

        fdo#76754 Speed up registration of new listeners to SfxBroadcaster
        
        Also change behavior for the GetListenerCount() method which now
        returns the count of listeners.
        
        The previous behavior is available in method GetSizeOfVector().
        
        Change-Id: I5b03fa55a309f4ff5aea5e8830c137786fc07e89
        Reviewed-on: https://gerrit.libreoffice.org/10344
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-22  Tobias Lippert  <drtl@fastmail.fm>  [312926823dc6da7e87eb60c98ba084f14f0aa676]

        Add unittests for SfxBroadcaster
        
        Change-Id: I9ecd8fec395eafbdc2675dda9fa25ac32761123c
        Reviewed-on: https://gerrit.libreoffice.org/10343
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f413cb08b8c0f67b9bf7278dd654dac9001cf490]

        printf crept in.
        
        Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0

2014-07-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7df0cb37a4d39e55dc000b0569a8d2a031e6600b]

        boost::checked_deleter will do.
        
        Change-Id: I952d9dfcffd85aaae49fc1f1eba9ba070900f672

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a630bfb5a0ff0f2f9bab52539a7c893a25d76cb4]

        Perhaps it's time we put ItemConverter etc into the right namespace.
        
        Change-Id: I8082c51ff82568b8a00f92e5ab20263c017f1265

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [06830a9abc549a8a881abfa168357a41dcc450c8]

        LongAndWordyVariableNameReallyGetsToMyNerveReallyAndEvenMisspelled.
        
        Change-Id: Ifc6f876ca9e2ca77b2ab336ea0668697f32d4066

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a1d6f1dfd5855a82970119a1812caade20e22f7e]

        scoped_ptr will do just fine here.
        
        Change-Id: I35701126963047f3e405a6560a90930de99ed3fa

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [998ab5c405963accf47afc69a6bf04e045f6f71f]

        More on removing (unreasonable) use of std::auto_ptr.
        
        Change-Id: I98f5fb22eecb7749e4c86e1ce52965b0c73641ca

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9e970303ddcccd9e33641f8f00bbc4c739a58cd7]

        Remove auto_ptr from CharacterPropertyItemConverter.
        
        And adjust all that's necessary.
        
        Change-Id: I121e5aa4d117da2e5e6b11e4fd85960a8b3aa727

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b2ffa40c12024886c3c6fd36d198aed2f8434fde]

        Compiler macro in lieu of literal "Label" to make it easier to track it.
        
        Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377

2014-07-21  Julien Nabet  <serval2412@yahoo.fr>  [e1840cf944b36b7ead5800a036870e38f4ddb049]

        Resolves fdo#80906: Delete any control on Dialog editing window crashes LO
        
        Quick fix for this bt:
        3  0x00002aaaab2935d2 in __GI___assert_fail (assertion=0x2aaae1f2806a "_pInterface != 0",
            file=0x2aaae1f28018 "/home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h", line=402,
            function=0x2aaae1f28480 <com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator->() const::__PRETTY_FUNCTION__> "interface_type* com::sun::star::uno::Reference< <template-parameter-1-1> >::operator->() const [with interface_type = com::sun::star::resource::XStringResourceManager]") at assert.c:101
        4  0x00002aaae1e2963b in com::sun::star::uno::Reference<com::sun::star::resource::XStringResourceManager>::operator-> (this=0x7fffffff2d00)
            at /home/julien/compile-libreoffice/libreoffice/include/com/sun/star/uno/Reference.h:402
        5  0x00002aaae1eb5c87 in basctl::LocalizationMgr::implHandleControlResourceProperties (aControlAny=
            uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aDialogName="Dialog1", aCtrlName="TextField1",
            xStringResourceManager=empty uno::Reference, xSourceStringResolver=empty uno::Reference, eMode=basctl::LocalizationMgr::REMOVE_IDS_FROM_RESOURCE)
            at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:202
        6  0x00002aaae1eb92a0 in basctl::LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject (pEditor=0x919d820, aControlAny=
            uno::Any {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x8935ea8}, <No data fields>}, aCtrlName="TextField1")
            at /home/julien/compile-libreoffice/libreoffice/basctl/source/basicide/localizationmgr.cxx:896
        Indeed, LocalizationMgr::setControlResourceIDsForNewEditorObject just returns if !xStringResourceManager.is()
        So let's do the same when trying to delete ControlResources
        See http://opengrok.libreoffice.org/xref/core/basctl/source/basicide/localizationmgr.cxx#835
        
        Change-Id: I4be49503cd2464f97a25840dfdc29877e5fb2b93

2014-07-21  Aurimas Fišeras  <aurimas@members.fsf.org>  [bb4ffcdf9a3682f13f0145055f81921a764c36f3]

        win32 fpicker: correctly set the default file name
        
        Correctly set the default file name in win2k+
        See fdo#74295 for more details.
        
        Change-Id: I30117a8e1e50b157fee96f4777b0c3f11630165c
        Reviewed-on: https://gerrit.libreoffice.org/10430
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-07-21  Aurimas Fišeras  <aurimas@members.fsf.org>  [a37d99eb176d0a302f92af287cc0d19ba2663bbc]

        Revert "Cleaning: remove use of old edt1 from dlg.h (Windows)"
        
        This commit introduced fdo#74295.
        
        This reverts commit e9fd9c25269abe171e5f693a8c70b33ab5a01c85.
        
        Change-Id: I884c25aee137819810bdbc76ad85f2b580b2d626
        Reviewed-on: https://gerrit.libreoffice.org/10429
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8952061d818f485d3343193a3729ef5eb1067d4d]

        Most certainly meant to be plural.
        
        Change-Id: I3772091c77307892b13d75cc6a5a191ec07c7bf5

2014-07-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [38272ba9157c35d882642634c4bf9da7007802cd]

        Scope reduction by throwing early.
        
        Change-Id: Ic0b7b69b8c4e57064b31ef62ddceaf6094ca9991

2014-07-21  Michael Stahl  <mstahl@redhat.com>  [059ce597b544f9eccd7f12a4218ab3631025d95d]

        SaveDBDocPage: [loplugin:saloverride]
        
        Change-Id: I2491ec467df8874bb7eaa89e316b0e89f59c740a

2014-07-21  Eike Rathke  <erack@redhat.com>  [bc3b62e25eb0c3921fa600e80eeb314e45ecaaef]

        use SvXMLExport::GetRelativeReference(), fdo#79305
        
        ... instead of a manual approach that missed one extra package level.
        
        Change-Id: I41c76eb84677fcf49eb09830127a419ed23ec643

2014-07-21  Michael Stahl  <mstahl@redhat.com>  [2949d3ccc547d77c7e064a0d34c5d92c565bdcbb]

        vcl: fix MetaTextArrayAction copying only half of mpDXArray
        
        This causes an infinite loop in forms_unoapi test forms.OCheckBoxModel
        
        (regression from cd3d26b7edbce67805259a71e4118223e02ebdd4)
        
        Change-Id: I46715e1f1381fa92419558c34c6d47c3767de3e1

2014-07-21  Joren De Cuyper  <jorendc@libreoffice.org>  [31d4ab06b5e5250140293e88e91c56a679cc71fd]

        Rename FILED_BIBLIOGRAPHY to FIELD_BIBLIOGRAPHY
        
        Not sure why it was that way. I assume it was just a typo that
        never was fixed.
        
        Change-Id: I5767c8ff10abd687b12d209bacb74c3144ce7b25
        Reviewed-on: https://gerrit.libreoffice.org/10443
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-21  Tor Lillqvist  <tml@collabora.com>  [77d6ac27e1815d701e773e1c586b2545fa1f3382]

        WaE: passing class rtl::OUString by value, rather pass by reference
        
        Change-Id: Ib332d04fa27501ec35267b5e389c2979c9c55be2

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [55a639f6b3f0b78eac0f4c16c28baf6a51b1d623]

        convert backup page to .ui
        
        Change-Id: Id9a90001153fdaad51a00b68f38b1298195c5646

2014-07-21  Tor Lillqvist  <tml@collabora.com>  [cebd0347a02844b1f3b3f496e4722b30a9393d47]

        Our log area checking Clang plugin requires it to be a string literal
        
        And even if that wasn't a problem, we don't use a macro for the log area
        anywhere else in the codebase, so why suddenly introduce such a convention
        here? What's the gain from that? On the contrary, haven't we been *reducing*
        the amount of pointless #define FOO "foo" style stuff?
        
        Change-Id: I1247dc499136cdf3ae1921e6ffe7c7f63d57cfc1

2014-07-21  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [8e71604ebde7092dc026521fc5a414686777cb38]

        fdo#80902: Document grid type is not rendered properly
        
        XML difference :
        In document.xml
        Original :
          <w:docGrid w:type="lines" w:linePitch="360"/>
        Roundtrip :
          <w:docGrid w:type="default" w:linePitch="360" w:charSpace="0"/>
        
        Document grid type is not set properly while import.
        
        Change-Id: I68ec778c3138b37ad96f69942361a73ed0e85d71

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [aa7d58a1e6e6f809a5372d893b70fc298a240676]

        convert TP_PREPARE to .ui
        
        Change-Id: Iad0c94ffd08117f79cba5d5305f03c836ac6ada9

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [81fb15d33fcdf8adb0776d22dba06a1fde549936]

        Updated core Project: help  b8feecec406652bb24799a209aae9530da926f4a

2014-07-21  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [570775d352c1465763bb9db974c4503245652d79]

        fd0#80997: Fix for text missing which is behind textbox in RT.
        
        Issue:
         -If file contains Textbox having "In front of text" wrap property,
          then text behind the textbox is missing after roundtrip.
        
        Change-Id: I1b4b7c7ea0e9fd2ae4594b9d5e66246974b09c2a

2014-07-22  Takeshi Abe  <tabe@fixedpoint.jp>  [f31a9abfd20a4ce625fcd985aff4978c34ae1a90]

        Remove unused #includes
        
        Change-Id: I96775ac9a8624e12974c78c6abb93ddd80eed567

2014-07-21  Bisal Nayal  <bisal.nayal@synerzip.com>  [245df9b4b37e3b1a6863aec5802346999bd71477]

        fdo#78663 : The File gets corrupted when saved in LO
        
        Problem Description:
        The docx file contains a word art inside a drawing tool.
        After RT, nesting of <txbxContent> tag is happening which
        is causing the corruption.
        
        Solution: Created a service in util.cxx for checking
        few shapetypes for which textbox with content is not
        allowed. This check also helps to find that if we are
        already inside a DML then we should purely read VML
        Information.An existing UT testWordArtWithinDraingtool
        was failing. The UT is related to same issue
        (word art inside drawing tool) hence changed it
        accordingly. Following is the commit id of the
        UT-Change-Id: I00e94712e912ad1977fcb65a945fefb927795d77
        
        Change-Id: I7e456c9f6a69af80da443e29eb02a64ba7d59468
        Reviewed-on: https://gerrit.libreoffice.org/10229
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2014-07-21  Ravindra_Vidhate  <ravindra.vidhate@synerzip.com>  [8ed122f34275f4b4afd1a84d3b5254e4a814ba43]

        fdo#81381  Objects:Icon is not editable after LO Export
        
        The Object's DrawAspect  ="Icon" is not getting preserved.
        Open the exported file in MS-Office and double click on the object Icon.
        The object doesn't open the ppt associated with it.
        Because DrawAspect="Icon" property of the OLEObject is not getting prserved.
        The DrawAspect="Content" property is getting exported as "Content" is the hard code value.
        
        Change-Id: I2f1cbdbb4931657115f6a657b43a1cab3c5369a6
        Reviewed-on: https://gerrit.libreoffice.org/10356
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2014-07-21  David Tardon  <dtardon@redhat.com>  [6831ae4d0e0b69e4f06c2987c3be748c8f35c9d8]

        fix debug build of libxml2 on windows, version 2
        
        Change-Id: I67f269e316906913b1a9b4d91907d95b869ca71f

2014-07-21  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [acd2c90978052723475a41144dd5d92090fbf6b4]

        fdo#80897: Preservation of text warp properties.
        
             - Generic fix for all warp properties
        
        Change-Id: I77c37759aa49706fc3cd1a80770a85face53f0a2

2014-07-21  dinesh_mp  <dinesh.patil@synerzip.com>  [c73cb50cdd7dffe809d3e66e5acdfab2bd521f62]

        fdo#81380: LO crashes while opening the document
        
        LO crashes while opening the document because PropertySet interface
        is null and check for this condition was missing, so added the check.
        
        Change-Id: I04dd873ea0923a662e27f9eb2013cde31edc912b
        Reviewed-on: https://gerrit.libreoffice.org/10379
        Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
        Tested-by: Luboš Luňák <l.lunak@collabora.com>

2014-07-21  Tor Lillqvist  <tml@collabora.com>  [22274468ef27ae8651f8ea8805611bf39758b9d5]

        Test $(DEBUG) for being non-empty instead of "1" (which it is not)
        
        Change-Id: I22e7a142bb874653344a7ffcc55e8a062669fa2a

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [9ab9d22f820831e16551f90105edaea5319c528e]

        split helper and fix build
        
        Change-Id: Ie479d363152d3c6a109d6e924b09c155c79511c8

2014-07-21  David Tardon  <dtardon@redhat.com>  [a8a3ad1e5f2c2539aae8067a3506a896b83389de]

        fix debug build of libxml2 on windows
        
        Change-Id: I36672c56742468cda8c0481b76ee6e3fec700983

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [8f199a3f0bcc5c1600ce5562605475c9e6b3def1]

        coverity#707210 Uncaught exception
        
        Change-Id: I63013222988735f901b37584345b79659f69ad8a

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [0317d53f7c9ae73846c03bd38d46049cdf774c4f]

        coverity#707209 Uncaught exception
        
        Change-Id: I876e25678d68cba09099776bf303a6540761d2ed

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [10e0de4ee69c409d2b33f3819abaefeace7d05dd]

        coverity#707208 Uncaught exception
        
        Change-Id: I7fe87d012acbd7bac9736ee5ff8c6abc0da3d129

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [067207f02dff5b499416e9e814919a32145248a2]

        coverity#707195 Uncaught exception
        
        Change-Id: Idaeb36f01632cc91cc9fc3d5febd249e39e44ae2

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [d29fd56e21cc3f6ba5fba7af788e39f0a7bec00d]

        coverity#707130 Uncaught exception
        
        Change-Id: I76bbe1adb60e7662b4da1effc57feb54ad8733bd

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [de61e7302d05a8626aed39a2749a05fd4d376f48]

        coverity#706600 Uncaught exception
        
        Change-Id: I93868e6acc8e245f15ece38e00390dfc3bd9ee8c

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [8923103eeedc79ee8e4384ea4a1df57d76a0d5d4]

        coverity#706376 Uncaught exception
        
        Change-Id: Ic18823fd60826c144058df32c27ab25d58664e30

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [d4758e6f699259e865426fd761c58009d3eca7d1]

        coverity#706084 Unintended sign extension
        
        and
        
        coverity#706085 Unintended sign extension
        
        Change-Id: I4bb617cd6927542dfef6dea89c5417ec4f9ed495

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [6554c1f363e5c7d9edbd2cb7b58d391dff3c06a4]

        coverity#706101 Unintended sign extension
        
        Change-Id: Ic044245aef233501c03e342084f5c27a1bee8d4e

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [55125105e87fdbe444b114acea5c1b70d61987a1]

        dest is signed
        
        Change-Id: I2664fe8776f058ec2c8def730ff62baaf1e1980c

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [1819d1ba6052aca19e738150d854d705b31edcfc]

        move type to where I can see it
        
        Change-Id: I77f7e909828a67e1f095350bfdda7c5f4b00e1db

2014-07-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aeeddd97eb123132aa542a277e81c5f49a4d8572]

        Revert also an other part of "Extract getGLVersion() method to OpenGLHelper"
        
        This partly reverts commit 23c876deeb357b6306712ff0586a819176151c15.
        
        Change-Id: I9ba7a2e8286b5fa6064c3b9e2d680fedf402f1a2

2014-07-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [70df3e3e507d978561565199d553314e2b24cd91]

        Partly revert "Extract getGLVersion() method to OpenGLHelper" to fix mac build
        
        This partly reverts commit 23c876deeb357b6306712ff0586a819176151c15.
        
        Change-Id: I1008c06ec7562e090627ad3860dd198d8fa89362

2014-07-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [378b1d24a958114eb4484cb10f609f6e482772ec]

        fdo#81055: Crash due to inadequate checks for GL version / capabilities
        
        Base line is OpenGL 2.1 + extensions:
        
        GL_ARB_framebuffer_object (part of OpenGL 3.0) for
        glGenFramebuffers, glGenRenderbuffers...
        
        GL_ARB_vertex_array_object (part of OpenGL 3.0) for
        glGenVertexArrays, glBindVertexArray...
        
        GL_ARB_sampler_objects (part of OpenGL 3.3) for
        glGenSamplers, glBindSampler...
        
        Change-Id: Ib8acf41ab85cd1677d0341719b3a5b4f743ed756

2014-07-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [23c876deeb357b6306712ff0586a819176151c15]

        Extract getGLVersion() method to OpenGLHelper
        
        Change-Id: If3b7a6c71164f2b55defe8c28cdce69de9283175

2014-07-21  Julien Nabet  <serval2412@yahoo.fr>  [b8f4db5bad245c2e340b3217b10df994785eecd3]

        Resolves fdo#81581: Mediawiki doesn't recognize underlining
        
        Change-Id: I27ec27bd733e5161bbd18ba7cf813daa3ac6c089

2014-07-21  Michael Stahl  <mstahl@redhat.com>  [7f15d2612d450dd430a1288052bc408f3bb1fcd9]

        fix -Werror=extra: base class ‘class salhelper::SimpleReferenceObject’
        
        should be explicitly initialized in the copy constructor
        
        Change-Id: If375412e43bad6bced7bd5c69578f998b9e6618c

2014-07-21  Luboš Luňák  <l.lunak@collabora.com>  [c5ed52b1cd6f22787c94bec035ceecf9e1da3271]

        ww8import create a pagedesc if continuous section changes margins (bnc#875383)
        
        This is similar to what writerfilter does. MSWord can have one page with several
        different margins, which are saved using continuous sections, which causes all
        kinds of trouble, because either we treat them as Writer sections, which means
        we lose some of the data, or we treat them as Writer page styles, which causes
        spurious page breaks if in the wrong place. Either option has its problems, but
        here it seems slightly better to go for keeping the data and hoping the page
        break will be in a place where a break will be anyway.
        
        Change-Id: I8f52aa820750da6788ea04180a15ac334f6bf87b

2014-07-21  Luboš Luňák  <l.lunak@collabora.com>  [2aa6589aa5bbcd7cd74b33b81e431fb6837a2458]

        fix floating table over section with several columns (part of bnc#875383)
        
        Change-Id: Ic6e75cc2cedb61754b45bc4678a1185f580d5ed6

2014-07-21  Alex Henrie  <alexhenrie24@gmail.com>  [59f84b4a2c082382767f12e0c7a06a3f0b52e721]

        fdo#79343 When searching in Draw or Impress, leave focus in search bar
        
        Setting bGrabFocus to false resolved the problem.
        
        Change-Id: I7678be76e1cca2a3d58635b4fc44aa3b1cdddb9a
        Reviewed-on: https://gerrit.libreoffice.org/10362
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-21  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [95874c02b6be22192dca2a203b4d20c84f34bf4d]

        fdo#81489: Tweak the color in 'Insert Row/Column' to increase its visibility
        
        ... and convey its meaning better.
        
        Change-Id: I95e33c2222975762e3a909dc110e60c502e7872b
        Reviewed-on: https://gerrit.libreoffice.org/10412
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-21  Joren De Cuyper  <jorendc@libreoffice.org>  [c38b40c0101e2607deb53690205fa889f06f3440]

        fdo#80651 - Add 'Single Page' button to Page Preview Toolbar
        
        Only Oxygen and Crystal theme need another icon then the 'adddirect' one.
        Both themes have a 'sum' sign in that icon. Other themes shows a nice single
        page icon.
        
        Change-Id: I7db13014f6fa97b2a9474a66a27a70352ea69b29
        Reviewed-on: https://gerrit.libreoffice.org/10053
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-21  Joren De Cuyper  <jorendc@libreoffice.org>  [2420e776f728aee6171a8afe199ff84907152c39]

        fdo#80536 UI: Menu entry for 'Edit File' -> 'Edit Mode'
        
        In this commit not only a menu entry is created, also the name is changed
        from 'Edit File' to 'Edit Mode'.
        
        Change-Id: Icd7998307cb0337dd2ee95b298452557ab37375b
        Reviewed-on: https://gerrit.libreoffice.org/10211
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [f5d33e5e70d74d18893a67672eac95b84483226b]

        Resolves: coverity#706171 Untrusted value as argument
        
        limit nBytesToRead to remaining size of file
        
        also zero last byte of alloced block, seeing as the
        block is size+1 and we only read size into it
        
        Change-Id: I2729ec7bb9de20731531f32da864c572fa83ce58

2014-07-21  Caolán McNamara  <caolanm@redhat.com>  [8306c25ef416a22fde6f31311b530b4caea1bba6]

        force a make clean first
        
        Change-Id: Icef93accc6953a4484707fb9da01a85963002a21

2014-07-21  Tobias Lippert  <drtl@fastmail.fm>  [60954a8a96a66ff11e06b850838f3d16e8e1625f]

        fdo#81532 Handle symlinks to icon themes correctly
        
        - added logging for icon theme scanning.
        
        Change-Id: I799c5fc09879411020142f7808da0d9f2f63dc17
        Reviewed-on: https://gerrit.libreoffice.org/10406
        Tested-by: Rene Engelhard <rene@debian.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [235f84b26bd746b6f99268af5aa783add8685e90]

        Updated core Project: help  7a0a3f1e2063343be1325f6fc5136e597606a107
        
        Fix fdo#80433 help pages for new T functions
        
        T.DIST, T.DIST.2T, T.DIST.RT, T.INV, T.INV.2T and T.TEST
        
        Change-Id: I65fc995e0131cfcc528d64984ceafed25cd74fbc
        Reviewed-on: https://gerrit.libreoffice.org/10426
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [78e867cd37d6c9eb2cbde9c1e27ff5821b2da444]

        Updated core Project: help  678f0e0d9c99e25a66c17450a58a888e2b0213e0
        
        Fix for fdo#80450: MS excel F functions help pages
        
        F.DIST, F.DIST.RT, F.INV, F.INV.RT and F.TEST
        
        Change-Id: Ia5cc2984c118f2d85872c80cd2ec6c533c94ff95
        Reviewed-on: https://gerrit.libreoffice.org/10424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3cd037818c5e227607c8b4315d911ed3cd081fc7]

        Updated core Project: help  19da9bb07bd4cdedc266e614d0aecb6569a81df1
        
        Fix fdo#80451: New DIST functions from Excel
        
        EXPON.DIST, HYPGEOM.DIST, POISSON.DIST and WEIBULL.DIST
        
        Change-Id: I10ca3013e430c53a03d4795d0c47cbaaeb7b9adb
        Reviewed-on: https://gerrit.libreoffice.org/10423
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a646e6ff6bbbc30c331615eb70a725fb5814703f]

        Updated core Project: help  76e8934ce147560cd18db1f62885e05d4d9e530e
        
        Fix fdo#80436 Help pages for MODE functions
        
        MODE.SNGL, MODE.MULT, Z.TEST, NEGBINOM.DIST
        
        Change-Id: I0e6ad33f76a09c9d4af7b8146d07eb4f1df86313
        Reviewed-on: https://gerrit.libreoffice.org/10411
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [785216943193cc7b4fc53947bbf696697b01d77b]

        Updated core Project: help  0e6d0e8907c46f3d3dcaf3f06add2496beaf16a8
        
        Fix fdo#80447: Help pages for MS BINOM functions
        
        Covers BIMOM.DIST and BINOM.INV
        
        Change-Id: If1f3ef61dfa5e23c6b88818439be2932eb98aabe
        Reviewed-on: https://gerrit.libreoffice.org/10409
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4d2ceee29baafc5d1d92d4bc55ebe3a66145e1d5]

        Updated core Project: help  3da3b8063d11ea0d584753e17d13f6ad6b9b0aa4
        
        Fix fdo#80449: help text for CONFIDENCE functions
        
        CONFIDENCE.T and CONFIDENCE.NORM
        
        Change-Id: Ie63eddc86dfd1de116acc980d5d672678279e779
        Reviewed-on: https://gerrit.libreoffice.org/10408
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-21  Noel Grandin  <noel@peralex.com>  [43a37822dc82abd16e0d99b5bbe21ac469c04ddd]

        convert ORefVector to use salhelp::SimpleReferenceObject
        
        instead of hand-rolled code
        
        Change-Id: I56e991c70334cb201a460ea8679be70808451a86

2014-07-21  Noel Grandin  <noel@peralex.com>  [d694339bc87b1e8966bc536b042723a96b93e408]

        remove unused field
        
        Change-Id: I4d58650f96191c0c58c0cd1233d7a7f670de3324

2014-07-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [14277af57b397b03b753a61c22cc5211e43a5f82]

        it makes no sense to use the second column as well, fdo#81499
        
        Change-Id: If5990d41f444a2d051c9b9029d61ffd8b8cf377e

2014-07-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [46698bfa032690b3c14035db4903e9d6be6550e1]

        that was just a complex way to describe that the whole range is in it
        
        Change-Id: Ib204b6ab39872280c8889615170735ed8c1fc811

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [9fe24ebe32b18ef8371e1b1d168fa64a48a73b37]

        vcl mac SDK issue with API manipulating Rect
        
        Change-Id: Icad89fe16e428a5e4d87ab4b19131bdd804528b7

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [3858f7ef2562544214bf55851c95b9e18c768c52]

        use consistant color for non displayable characters
        
        Change-Id: Ib4a569fc299325982b6e0da02311acc55fe18760

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [60075ca574b9f1e2f34908a7cb240005a35ee8b9]

        vcl quartz: restore old outline front drawing
        
        Change-Id: Idc2026ff65dfaf36ea4be21ae9557cf5534e8c6b

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a0cb642f18b674f37db8e9bd30942740df08e4c]

        vcl quartz: Add support back for DXArray tweaking
        
        The CoreText implementation dropped the support of DXArray
        more exactly ignored the values provided in it.
        And try to approximate the result by assuming that
        all it does is full justification... which is not quite right
        
        This ut the feature back, buy handing the glyph drawing
        directly, rather than defering to CoreText CTLineDraw
        to control the position of each Glyph
        
        Change-Id: Ibe0cfe789d3be441c012d8ac1104d939204a591c

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [213a13c52b5db9d1ebe9857857f9e7415cf97dce]

        vcl quartz use the font size to approximate the position of the bullet
        
        Change-Id: I00bf83c82814cd3d215bda361a14eb01836e2d0a

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9d16df299607d0fdbb7067ad1a8f7bccc85abf7]

        vcl quartz: draw 'bullet' manually for better control
        
        Change-Id: If0f6bd93adc5d39fd421bb482833619f85f7a461

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ca2d0d6645a697d323593a401ea8b1da02445bf]

        vcl use DeviceCoordinate got GetNextGlyphs
        
        Change-Id: I0b03973b2d09a0ce51a6ee7dcca5a310a544c3a9

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [cd3d26b7edbce67805259a71e4118223e02ebdd4]

        vcl consitent use of long for corrdinate
        
        most of length in vcl are calculated in 'long'
        but array of X position tend to be in sal_Int32.
        As a prep work to be able to support 'double'
        as the base type of Device Coordinate, harmonize
        the use of 'long' for non-float coordinate.
        
        Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [8e21a02520cbd2fdc09df1ca675f4aa46a02d5f6]

        vcl: add floating equivalent for MapRes
        
        Change-Id: I165e403d2834d341f7da7a280859afccb995a3bb

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [2b8528a2745bec7909bfe2265d6110a9964eef47]

        Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgs
        
        Change-Id: Ifba7104a13cf737200c81d1a1bd5ece9a29da60e

2014-07-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [269e960ee190a8f568e99756c90cd98f1a7919ce]

        add config_vcl to control DevicePixel coordinate base type
        
        The eventual goal is to make vcl capable of handling a backend
        that use double instead of sal_Int32 as its base type
        for device coordinate.
        
        Change-Id: I6174f1f4afe00992b95c9163bc21dd54fec98631

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [2d226f4c0b3f95bfdfe7bdcd3fd0ab87a806f4c3]

        SchLayoutTabPage: that ctor wants a pointer
        
        Change-Id: I7f500186c2ce485e7f6a857286c14d0a64354c31

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [8d3fc64066b157d2e24df57635000f121915793a]

        Repository.mk: cluster the mobile-only stuff together
        
        Change-Id: I77348fce55db78e437431dd07879b4c26f0be893

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [140ec1e0dd2bbb574a1d468820131c7f0ecd9704]

        scp2: move xsec_xmlsec lib to AutoInstall
        
        Change-Id: Iff2bb51047d6b8698b65b83ff79a99f6f125b53c

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [f01aa96eab0ac6b068cff53ee03c10beff662f2d]

        scp2: move python libraries to AutoInstall
        
        Change-Id: Ib89daf3e608fd995845062eae2a7a33149964844

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [5ac6c4818aa533746c84c1a42fb07b82bc7ec713]

        scp2: move postgresqlsdbc libraries to AutoInstall
        
        Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [53fd7e8690fa5c545da674d562da7ea8f2b686c0]

        scp2: move OGLTrans library to AutoInstall
        
        Change-Id: I5140f4053fbb1add4bc0b1b8cb6cd9772f3ffa28

2014-07-20  Michael Stahl  <mstahl@redhat.com>  [31d3a4d96fbe4fa22dd873e36e5f415dbf45960e]

        scp2: damnit, did i really push this utter garbage?
        
        Change-Id: I262456efc52c74aeeda1c55b24a69c4c628a26d8

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6ca69fc429c45890f23e622b3591b81074d3d9ba]

        bnc#881024 test font size at world transform
        
        Change-Id: If9b09b69ccd890e45d963422ccedb711585f6434

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a34e2e08b6976613253a6caa737dbc191b56e372]

        emf+: recognise some more object types
        
        Change-Id: I33fec62e4bc38eeaf014eeb1210db2904af033f6

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f97c5397f0784ab6e4dd3b8f59bcffd21f13d1af]

        emf+: emulate hatch with color blend
        
        Change-Id: I2ac8f790c79c269d4c1fa650e703c3645c567ca4

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cd3bffed33db9e847b4db99cc1220aa6f25f65ec]

        xmlwriter: set indent and always write utf8 xml document
        
        Change-Id: I1477833e696edbac2dc375329e7b26a7105d1593

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [501f6b050b8309f54e2842a26f6a3d95a859ffb7]

        Support color related MTF actions in mtfxmldump
        
        Change-Id: I5deac7f096866a8f149acfd0d11bbc0963238e88

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [816f4be79c3847fac8d31bf0b63180e1468c7109]

        bnc#881024 Handle 0 font height just like outdev & drawinglayer
        
        Change-Id: I80055e4101873e0ddd408ac1f0ee9c75cc3bf6b3

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8f705df1221c3f92d8cde68bdf726a7c3ce8fe1b]

        bnc#881024 Don't world transform font size in WMF/EMF import
        
        Change-Id: Ia865b84ee2b159ff7251ab5a769a2b635dd2a1ea

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [88d1d90fb785093bee448353d2978e86bb953b2f]

        Also add xmlwriter's "content" method to the header file
        
        Change-Id: Ic3e13e89480e3b18f84c3a8fd1a88627bd465d6a

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cef094efd7641dc3b6c1984fd701cd133d44067f]

        emf+: Log type name instead of the type number
        
        Change-Id: I5c4f7c5713a559815bd46328907673d114fee011

2014-07-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [317f154de7cf26a88e82008c895dbb0a840d5646]

        Extend metafile to xml dump testing tool with more MFT actions
        
        Change-Id: I819de476c6a615b8cf27a6a26d41a6e9ac25ef85

2014-07-20  Katarina Behrens  <bubli@bubli.org>  [4fa4f3859385072f48c3e3dc1a59d367a6db059d]

        fdo#81547, part1: use ctor reading .ui file, not a resource
        
        This fixes a crash when this tabpage is one of the tabpages in
        data series properties dialog (e.g. 3D column chart)
        
        Change-Id: Iacbc689fb410b30515e433bcf4a96c087047ca73

2014-07-20  David Tardon  <dtardon@redhat.com>  [8b273da280ad1502a17b72fde9ed8e5f44f0f710]

        add SAL_OVERRIDE
        
        Change-Id: I5c0f34f035765fcfd916b635ab18f5cb1bbcabb0

2014-07-20  Caolán McNamara  <caolanm@redhat.com>  [f19b91445546223cb3eacaec2925e51171cb0c85]

        WaE: -Werror=shadow and -Werror=unused-but-set-variable
        
        Change-Id: Ic42d506db8fe065cb8f01e17f18a1238d1eff651

2014-07-20  László Németh  <nemeth@numbertext.org>  [d7374d4812316a79916956f03c8bd4a281fdbdec]

        fdo#80363 _wfullpath in MyThes and Hyphen
        
        Change-Id: I4232040d4c62220389ca356797d18b1c87673e64

2014-07-20  Luboš Luňák  <l.lunak@collabora.com>  [f6d7e7bb451b3740b4381df3d993769aac961911]

        fix Qt4 filedialog configure checks again
        
        Change-Id: Ic18e4a7ad725640ffdeb15a1982ecb9131d11697

2014-07-20  Julien Nabet  <serval2412@yahoo.fr>  [a24139dafdf044b319bbf7c8e6fb34ee7b0c139d]

        cppcheck: operator "=" should return TableReference&
        
        Change-Id: Ifefa4a314fbe9380332fd02c5fc8dfbb68e09cf5

2014-07-20  David Tardon  <dtardon@redhat.com>  [7515b1a90fac9e31733c0fdcc1156adadf0e6f99]

        fdo#63756 build libxml2 with ICU support
        
        Change-Id: I0523e49e640812be435ba4c97b1881ca253eb2ab

2014-07-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cbc50c90ad63f0e59b8cf3bbfb6b5b1f61db09b9]

        Fix OpenGL chart reinitializing
        
        Problem after ChartWindow was disabled and enabled
        again, OpenGL content was lost.
        
        Two things:
        -After setting a new OpenGLWindow the corresponding
        IRenderer must be set (x3DWindowProvider->update)
        -InitOpenGL() call should not depend on DummyChart, but on
        OpenGLWindow (OpenGLContext).
        
        Change-Id: If74e1945de9973d3921ceea1ca6fef39311add7a

2014-07-20  Jan Holesovsky  <kendy@collabora.com>  [46cea34638b371570073c0e86f79969753c543ed]

        opengl charts: Move the init from sc to chart2, to have the right parent.
        
        Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a

2014-07-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [df5202ff193fb832d621cab3c942c5dce4e6c6b8]

        Avoid a warning, return early on empty URL.
        
        Change-Id: Ie4eb55fa52ee97eb98a5269658ce5183a287618b

2014-07-20  Julien Nabet  <serval2412@yahoo.fr>  [42b9fa4afeabc2daaba2349ee24d4c426a032f03]

        cppcheck: Prefer prefix ++/-- operators
        
        Change-Id: If9fa06958c4ebb45a5d4acf3b2994dd3b79f81bf

2014-07-20  Julien Nabet  <serval2412@yahoo.fr>  [a82ff18269e5b37348d402b7c21c3f200068265c]

        Resolves fdo#81549: Crash pivot table
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=345d6dd9d938a88722fb6d1f1963047a9761412d ?
        
        Change-Id: Ie2ebef88bd8369065b8a4ab176099c71674d5090
        Reviewed-on: https://gerrit.libreoffice.org/10410
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be36bc3fe125c8df1bb2e64c27bd0762b4581e4a]

        disable that test on windows
        
        the TMP directory may live on another drive which means no relative paths exist
        
        Change-Id: I0b3258ed8f4cf80eb3a4835eb698fca23245112d

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [b51883f0216e73906aa9ea9809abc58bfcf11519]

        migt->might
        
        Change-Id: I44f47ffd52b69208766242b8fc4faa2a4d32155f

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [bc9c7e4217529aae71438906f080146ec92fc5d5]

        fix debug=t build
        
        Change-Id: Ibc81d1677e9eb297797c7fa9e7c77c9437f65b15

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [c3beba871b50c058d6eba74b1e3f605f5507016d]

        coverity#706501 Uncaught exception
        
        Change-Id: I435d189e6194d8d255ec88c4edad73d19a9bb5be

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [6d28e240f0f3400fa2729afa3cae54da61f5a34c]

        coverity#982457 Explicit null dereferenced
        
        Change-Id: Ia5229858cdb2c6d8088ed6684186e5cfc1fe4213

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [0fc353a98fb3864f6a52d7bbdcd9dc801f4f8e8a]

        coverity#704665 Explicit null dereferenced
        
        Change-Id: I45aa7a75b0780f6dd2fb3a5501b9541e7887a0d8

2014-07-19  Caolán McNamara  <caolanm@redhat.com>  [83291976786c9bdf2839c902999d6d4090a5165f]

        coverity#704620 Explicit null dereferenced
        
        and
        
        coverity#704621 Explicit null dereferenced
        
        Change-Id: I06e335da746b02b16f7e5bd947d6eeff0c81b815

2014-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83da521ee211bbc7426b4f7f0a3acb033d9d7680]

        one more simplification
        
        Change-Id: I9aaf67872dde324f403598a7361cd4eda60b82b0

2014-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e674cd3f77ed8cf3aebf8008236188316192ddd6]

        use the shared XPath test code in chart2
        
        Change-Id: Ia8481516eb3d53f406824cc2ef8873fe1cba3909

2014-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e566d0e007c5821eb136b4effdada0edf43ad9f9]

        there is already a shared XPath test class
        
        Change-Id: I3c94d1f8302aba52164fb27f40832415eb435a85

2014-07-19  Julien Nabet  <serval2412@yahoo.fr>  [abede5a4fd8edf37786a20b38a7fa765c48995d1]

        Typo: generel->general
        
        Change-Id: Ib967981eb2b8ee6610a983b38f2f2617e873f17d

2014-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e8da0b963e1898b0eebde4d37b9c18e17cd301c]

        these tests need libxml2 now for the headers
        
        Change-Id: I2b9ebe2d5df5b4c70094435207cf752933d66599

2014-07-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [76d66256bb6825069f02e759983ef36df1404976]

        add test for fdo#79305
        
        Change-Id: I498f272e9da8c5f988e0bf734ffcc1c04b528210

2014-07-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c03aacb6746cc136f10acdc6ff8b146db62c8ad]

        respect flag for relative paths, fdo#79305
        
        Change-Id: I8f4e5f8f5e489d543f81b0b20255c875b83f7afc

2014-07-19  László Németh  <nemeth@numbertext.org>  [7efd83bb29ef8be8c78c4da5452fe3293ed15ea4]

        fdo#80363 add _wfullpath to expand ".." in dictionary paths
        
        Change-Id: I6c9edd0b4d2c63f7735d090e5d2d72d5fb81b921
        Reviewed-on: https://gerrit.libreoffice.org/10400
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [90d2ebf7a74fa703db5b080ab54181319696a54a]

        indentation fixes
        
        Change-Id: I2c1f99128698778233b0bd46256b571d3f794713

2014-07-19  Lionel Elie Mamane  <lionel@mamane.lu>  [32551a546c83874f08aba9c0adb7a38230fa2e36]

        fdo#81336 bison priority increase with bigger number
        
        Change-Id: Ib99f08c52379fd9df90c30b61cc246ee53022506
        Reviewed-on: https://gerrit.libreoffice.org/10401
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-07-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4aa9b041de3129f19b48e66d349f48657b73f33e]

        Remove unused classes.
        
        Change-Id: I28003ddd2bb0120250eb0bd562af82346c58829d

2014-07-19  Michael Stahl  <mstahl@redhat.com>  [b9dca968c6fd0ab5ca140c65b0e54d153cd34986]

        fdo#78502: actually empty parameter to getParagraph() is not tested
        
        Change-Id: Ia0423eaa6454480979795f9443296919c44a0051

2014-07-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e6ff8f7f8b5322bed7a1b4483f2f483b00212ba]

        XFillStyle -> css::drawing::FillStyle
        
        Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4

2014-07-19  Michael Stahl  <mstahl@redhat.com>  [ab18e62bd7a0a05970323509a2ce22a94c70b7bf]

        writerfilter: RTF import: ignore \listname destination differently
        
        This adds a skeleton for \listname but not immediately obvious what it
        should do...
        
        Change-Id: Icd8dd3b5d597f1c4038044ec2eba8b63718e0d3d

2014-07-19  Michael Stahl  <mstahl@redhat.com>  [e93f0852477b44df986807860c821319a921b199]

        fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbers
        
        The ";" terminates an entry and shall not be inserted as text,
        even if some over-engineered producer encodes it as {\uc1 \u59 ?}.
        
        Also, remove the special-casing of the \leveltext destination, since the
        bugdoc does contain \uc inside it and it's not obvious why that should
        be ignored.
        
        Change-Id: I1e19c9df39597cb1b22bbda97853c829d7812e29

2014-07-19  Michael Stahl  <mstahl@redhat.com>  [b94bd40b915ab32d18d43fc60dfda932e4e00ca8]

        (related: fdo#78502) writerfilter: RTF import: fix invalid string copy
        
        ... in leveltext destination.
        
        Change-Id: I74de6d14170130bf33923854a0c9851dc7cc390f

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd664f2e10bdada705c78638fe95ad0869b7cb03]

        CppunitTest_sw_ooxmlfieldexport: enable on OS X
        
        Change-Id: I3ded4fc864870c20e0e5a7dc0aef02ca7b792ebc
        Reviewed-on: https://gerrit.libreoffice.org/10372
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-07-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae56b364d29f10ef311a070627488838d0deaba5]

        Add a variant of set that takes ownership of EditTextObject.
        
        Change-Id: If5f9122213d2f35aabcc66ca70c3d432120995cc

2014-07-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4edbaa38af4025564c0154985705c2785b7ff345]

        bnc#885548: Add test for import / export of revisions for xlsx.
        
        It's the same test as with the xls variant.
        
        Change-Id: Ice3d3c34213cc521e2782ef0f98d28d135c72fbe

2014-07-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fa44673e154ed4fb0b518b8850e2f6e4b9069531]

        bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.
        
        Change-Id: I0058d9ddfea545390e615a3030171a366e333c85

2014-07-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b92fdaa1a40bd54d279b4ac2faf19bf15468cc2f]

        bnc#885548: Initial work on importing revisions from xlsx.
        
        Change-Id: Ie0528490d024093cbabf38541fe70be96a9caa2e

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [ffeb03625f31fd3a88b7c0f0bccf57d0aeeca25c]

        gbuild: really fix the build of instset with missing .ui translations
        
        workdir zip file was not copied to instdir
        
        Change-Id: I47f86745613a1b99836523036fba2b393f9ba1bd

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [d52985d8147f5d6c21bf62d2c9375dbbd47423b1]

        scp2: stupid typos
        
        Change-Id: I94b3f39ce3dc642c97dfd515b026e4470724b06c

2014-07-18  David Tardon  <dtardon@redhat.com>  [8e44fb80f761b4c72ff705352ce6b02231d4c643]

        fix build
        
        Change-Id: Ic370d7a2443543b83677280394bfd796365392c6

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [baefe3a7251c25c7b5c83c7e75dc79970d6bbfc0]

        gbuild: fix build of installation set with missing .ui translations
        
        As demonstrated by commit b875362cd576b29aee4da899335b8d8f6c74d192,
        scp2 will reference all languages' UIConfig zip file, but gbuild only
        builds those that have existing input files from translations;
        tweak UIConfig class to always build a zip file, and the Zip command to
        work with no inputs as well, which requires a little hack.
        
        Change-Id: If6dbb07aa856c94802b9abdcaa20ba03e59d37fa

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [80583d1c6dbca9e3f8fd49588be3d888f9c6083b]

        scp2: move pdfimport library to AutoInstall
        
        Change-Id: Iac7d30ea181edbc479034e7b6f8eea285d7f6fbb

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [1f2c47cf7d730ffc684d637c74d8a38afcf30aed]

        vcl: kde4: [loplugin:saloverride]
        
        Change-Id: I215a53b468710ce26d2729880f3dd9fcd27a30da

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e400b3af070d2ec592d78ce64ba10bc5f091ce6a]

        DOCX export: handle <w:alias> for the date SDT
        
        Change-Id: I97d4331a5e49815cc03e8579b50a076b37530f96

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [085ab61bfd63d7610f2ccc52aa2483d795c9bc1a]

        DOCX import: handle <w:alias> for the date SDT
        
        Change-Id: I4a58fd9fc1db4e0fd3f9e2142fc208cec9f99f9d

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [7916ca62209ee32c46c264b8cbf0a28b1c23a2a8]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I398881187001393a84e407157041d3a7d254b708

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [7f55c89470b3671f9702ca76317a5388bf7513f9]

        some other coverity foo
        
        Change-Id: Ide5a10d7f9c45970c3cc5c78213c151c85ff4570

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [1aba46ee6707f1ff4b1e0f8d2feb58b34931deb1]

        coverity#1226486 Dereference null return value
        
        Change-Id: I9157f1844923e3e6ac360e859ee2cd97c33512ba

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [25ffd3fad8d38295ebcf7cc0212dcb268ef68fdb]

        coverity#1038295 Unchecked dynamic_cast
        
        Change-Id: I0206983f7dd57626a7d33a95d5025af1b12ed9d3

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [efa9f14b2a025f8b35a8dc119d6319539f02abd4]

        coverity#1209494 Explicit null dereferenced
        
        Change-Id: I127066b71d34e5a4247a8eedc2fba23ed3c8255f

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [59e8f814b088ed0e91b1261e42c5040c9abeb5e7]

        coverity#1132662 Dereference after null check
        
        Change-Id: Ifbaa05e70c8958d0289047efb75a13e0b8a13a4b

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [ccf492d844d580122464a482383c79d678185591]

        coverity#735895 Unchecked dynamic_cast
        
        Change-Id: I5aaacda8d91d9cbe7671e8fc56990ae203ecbfbb

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [bbe02602fa9d64d57da65be6c4d404e327dcc5dc]

        coverity#1215398 Uninitialized scalar field
        
        Change-Id: I00fd3afeca6e7c0902231fe88f7f23d4a2b32a3f

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [f11118259d890a7d3c590f809c919e27b52a1cda]

        coverity#708018 Uninitialized scalar field
        
        Change-Id: Ifde16da72b009f0f32a70ccadab08083f5ff14e1

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [724c242f1ddd30f26e2ea08fb1571788a78bf4da]

        coverity#704477 Division or modulo by float zero
        
        Change-Id: If229ad014851f46ccad5f8aec24cbf0bd2781b5e

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [ebdb4a00fa3daaae49b0e20a122284056cc5b846]

        coverity#1202783 Division or modulo by zero
        
        Change-Id: Ida169195697d3976500a16e3cced40b25664a02e

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [fb10049037a0c5936d6aa78df0b53e77a45cdd6e]

        coverity#706384 Uncaught exception
        
        Change-Id: Ieadbc90be19ec14d78fdf352df7537c69c66616b

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [5ca2b2e344f8d3be947432069d92188f08e9f4ad]

        coverity#707363 Uncaught exception
        
        Change-Id: I729204cbe833ad57eb20a02c4773dd66238fbc0d

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [243e9ab76107adc64693ba133d536942afe8712f]

        fix indent
        
        Change-Id: I799d7a7989209e9fab03fbc79439b64e6c689499

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [01c8962f281887db59e581906b89d027a994b52a]

        coverity#737268 Uncaught exception
        
        Change-Id: I376d560a772d7496943d7aee09e2972f33731d9b

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [24b6add3774f5f0807c907d5a233ba8ac11116f4]

        coverity#1202900 Uncaught exception
        
        Change-Id: I9e49abc490935710b471c79d19385bda37f038b0

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [15920e3e0843ad618898d20dc3b784c4778bcde4]

        coverity#1215318 Uncaught exception
        
        Change-Id: I784198cacba86fe1778e49ceebe574b9cbd6888b

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [b0f54746be824343379ea957d4220102e14c0f75]

        coverity#1224992 Uncaught exception
        
        Change-Id: I42287e6709a157a65bfb783d14fbf889de2e54b2

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [dfd1ff2164bf8f0317a0549fe3b67899233c6b17]

        coverity#1226484 Using invalid iterator
        
        Change-Id: I30e4d365fb2a851ea8d81e9f45a6f4d0bf6d7ec7

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [e2669d7ee66b59c63114a94875b39d5c1e26d132]

        coverity#1226494 Uninitialized pointer field
        
        Change-Id: I88d0414ea6188e807aa347dce4567821e0b7c6f3

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [f9094a5eaa00e8b7e6ac44453a0f60feea595fb1]

        coverity#1226487 Dereference null return value
        
        Change-Id: Icbdf4f4b1739a63aa02260ddc3b29097cb157b63

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [b1f80f1e9d38f15a00051dc9e7e529d90b572ae4]

        coverity#1226485 Dereference null return value
        
        Change-Id: Ib875f26170b90416e2ab1c498d93fb727d9633ce

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [2529a364d177c2b232917562d98c2bfcfe7da132]

        coverity#1226482 Dereference after null check
        
        Change-Id: I2723812f960cde23c480651c9f8f5b26585fd51d

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [f9b22d7c7a85de4f9bf95001d372ad8c6f8ff663]

        coverity#1226481 Dereference after null check
        
        Change-Id: I93f9bfb7a360b2851d179f6c4535b416fff339bc

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [660b045c1a234215e81e98288d795f3d56beb41f]

        coverity#1226480 Unchecked dynamic_cast
        
        Change-Id: I07c0ee479a384d213a1b9b9252846bd9873b0bdc

2014-07-18  Andrzej Hunt  <andrzej.hunt@collabora.com>  [63555d0318e5456fce23adff86f09f049b484ac0]

        Disable libreofficekit_tiledrendering test for now.
        
        LOK Document loading seems to be quite unreliable for various reasons.

2014-07-18  Takeshi Abe  <tabe@fixedpoint.jp>  [50725318e455e48869f0b65437d460553a8b639b]

        Drop an unused function
        
        Change-Id: I59eb46f9d57e9fd72ed86c972685be93d154e3c7

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f2dc12e611e5706469889c03fa5b11a6ab6e297]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I5e4dc99c86b696d2c00392fdb47c4d9ebb7f14ff

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [84a5720f9ae42b98db99e0affd04b7d16ac742cd]

        oox: write Company in docProps/app.xml
        
        Change-Id: I8474b8ec7415b4d8e067343295ea985319c34834

2014-07-18  Noel Grandin  <noel@peralex.com>  [aaedf14175c841fa74340f9f0af19d722756628d]

        cid#705673 Resource leak
        
        Change-Id: Ib4cf76e941541b7f09b6a0dfbdab2a2604a0311d

2014-07-18  Noel Grandin  <noel@peralex.com>  [dac4af0e0f7f167850a5b30ae914947634213d22]

        cid#705674 and cid#705675 Resource leak
        
        Change-Id: Id97e5de8433cc5dc9cb72c0d447ce6af50eb4918

2014-07-18  Noel Grandin  <noel@peralex.com>  [0532c5a897615320c5b1727d1867d9fbc574c22c]

        cid#1226493 Uninitialized scalar variable
        
        Change-Id: I80cd8adccad492c7e4b71e6204c0059bfc003b83

2014-07-18  Noel Grandin  <noel@peralex.com>  [21e3f143ab54028ffb2f609bb9cf7ef69ed638be]

        cid#1226495 Uninitialized scalar field
        
        Change-Id: I5f05fc312032c50639f147f27353aa560a69f65a

2014-07-18  Noel Grandin  <noel@peralex.com>  [a517898052a739433759e23aada84c7d11b727a7]

        remove unnecessary "const &" qualifier from T* parameters
        
        e.g. convert code like
            foo(X * const & p)
        to
            foo(X * p)
        since the "const &" part of it adds nothing useful.
        
        Change-Id: Icf5f2041517259e7b6e055b75ed1e0e77c547da5

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [9aa80fcb291083dc2a396db3d1be756eb4a0e54b]

        (related: fdo#79319): writerfilter: RTF imoprt: don't lose shapes in header
        
        With a horizontal rule, it's possible that there is no \par following it
        in a header, so RemoveLastParagraph() will delete the paragraph where
        the shape is anchored (and so the shape as well).  Avoid that by adding
        an extra \par if there is no \par following a shape.
        
        Change-Id: I4840417880c98203866c9dcde51627516618f2d0

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [589ca2a5e88a976bb10e60fcb1e3e75f4aa2504e]

        fdo#79319: writerfilter: RTF import: support horizontal rule
        
        There are special properties to create a "horizontal rule" shape
        that apparently set some specific defaults; this prevents the
        shape being imported as a big fat rectangle over the document.
        
        Change-Id: I402376d7306e870ad895beaa657750cbf3290d98

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [2b9e782497cb962d9ca74a851a1389b0e29df49c]

        (related: fdo#79319) writerfilter: RTF import: fix crash on "fake" pict
        
        The document has a \pict with {\sp{\sn shapeType}{\sv 1}}, i.e. it's
        actually a rectangle shape; Word seems to ignore the picture data in
        this case, so try to do the same.  Also consolidate the shape creation
        in a new function RTFSdrImport::initShape().
        
        (regression from ba9b63d8101197d3fd8612193b1ca188271dfc1a)
        
        Change-Id: Iec94852ddc4c1ca3d8284119e6f1818a8dbb4149

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [27adf3858849721c3c8b173884a3427ffaf69b50]

        typo
        
        Change-Id: Ic820daa58574fb37a737b632ba6c58d31ccb8114

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [7a398f6dacbb821cdb1f67db3b8726adf3500015]

        SwXText::insertTextContentWithProperties: call EndUndo on exception
        
        Change-Id: Ia43a4ba643b3a3f5e362204de141eae0f73ad0db

2014-07-18  Michael Stahl  <mstahl@redhat.com>  [df3e0c2226085d5034f24e1909180ee8458a5871]

        sw: downgrade assertions about legacy SvxBrushItem to SAL_INFO
        
        These produce a lot of noise, and do not indicate a real bug.
        
        Change-Id: I355f6788af92529804cef2567ee2f8b3e4a1e807

2014-07-18  Tor Lillqvist  <tml@collabora.com>  [a7c9ec67998831eef4233058ce8ca82c3f75eb36]

        Add obnoxious comments
        
        Change-Id: I393e8a23bf69802e7879fe668708dca4f743bd4e

2014-07-18  Oliver-Rainer Wittmann  <orw@apache.org>  [a6b925a436b2c6c9b33b66085ca421898b25d752]

        Resolved: #124231# field variable dialog: check access...
        
        to current field as it could be unavailable caused by its change and a followed
        removal from the document by e.g. a conditional hide of a section
        
        (cherry picked from commit 58f0d79a20c3b9683c2d6a4be5dde14fe7688e01)
        (cherry picked from commit 619fb83a3bc6d372632d382eaa1eb94fb9a8e8e9)
        
        Conflicts:
        	sw/source/ui/fldui/fldvar.cxx
        
        Change-Id: I3f37b97ca8245c1996790622dd25437906b080db

2014-07-18  Caolán McNamara  <caolanm@redhat.com>  [a5793f5e0013b156600fd718d8f77870a9e73032]

        Resolves: fdo#81487 pasting into outline view crashes impress
        
        CreateTitleTextObject will call indirectly ImpPageChange which
        triggers tools::EventMultiplexerEvent::EID_PAGE_ORDER and so
        in outlview.cxx without ignore page changes level in action
        the outliner is filled in from the slide contents in
        FillOutliner clearing the outliner contents and filling it
        fresh, but..
        
        a) this hack tower is not prepared for all the outliner
        iterators to become invalid
        b) the contents of this title object is empty, because
        it was just created, and we didn't get a chance to fill
        in its text.
        
        This all works for typing vs pasting because the KeyInput
        uses the OutlineViewPageChangesGuard guard which sets the
        ignore pages changes bit.
        
        So, given that OutlineView::UpdateDocument expects
        the iterators of the outliner to be valid during
        the lifetime of the method lock the full method with
        the OutlineViewPageChangesGuard guard
        
        Change-Id: Iecbf37d54f5f0c5a181be5f27832f769a3d2e389

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f2b2e1436fe3917c1fcace2f1e2d34416311996]

        writerfilter: import RTF_NOCOLBAL
        
        Change-Id: If2efab82c0adc2f3dc52733c335693565c350bfa

2014-07-18  matteocam  <matteo.campanelli@gmail.com>  [7f854bb83a007bb36629c839049f6d47e3ad4643]

        CharBackColor advertised in unoshap2.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/10272
        
        Change-Id: I696c152f9c053b745ab753a8899cc447eba8d1f8

2014-07-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6a7c5ee5abb867edbdd5a35f1f6c06cee8cab0b]

        loplugin:saloverride
        
        Change-Id: I27600820acb4a432840ef9bc7220fc3d4bb6a273

2014-07-18  Matúš Kukan  <matus.kukan@collabora.com>  [ba6da9545764f2545313ba085ed4a096165180fd]

        use rtl::math::round here to get the same number on 32/64bit platforms
        
        This fixes sd_import_tests where 100*0.35 was 34 on 32bit platform.
        
        Change-Id: I45705326e91892beb814bd94e074b0a652709768

2014-07-18  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [a5f9fb720daeb2df8325768b98b8b720abcc2b9b]

        fdo#80800 : DOCX: Preservation of Direct Formatting for non first Table Cells
        
        	Issue :
        	- Direct Formatting for non-first Table cells was not getting preserved.
        	- In issue file, a table with multiple cells have Line Sapcing = 1.5 lines.
        	  But LO was importing only First Table cell with Line Spacing = 1.5 lines
        	  whereas for remaining cells LO was applying Line Spacing = Single.
        	  LO was overriding value from styles.xml
        	- Issue was due to at line : http://opengrok.libreoffice.org/xref/core/writerfilter/source/dmapper/DomainMapper.cxx#399
        	  here LO sets only a boolean value for all cells and
        	  here : http://opengrok.libreoffice.org/xref/core/writerfilter/source/dmapper/DomainMapperTableHandler.cxx#769
                  we set DirectFormatting to False.
        	  So we have processed only one cell, hence for remaining cells Direct Formatting is not getting applied.
        	- So in order to have Direct Formatting for multiple Table Cells, we need to preserve Direct Fomatting property
        	  for respective cells.
        	  And with present code structure it is not happening as there is only a bool variable we are considering.
        
        	Implementation :
        	- Saved Direct Formatting information in DomainMapper itself.
        	- Hence when DomainMapperTableHandler::endTableGetCellProperties() gets called,
        	  Table cells already have correct value stored in it.
        	  We no more need to erase Default Formatting as Default formatting is not
        	  present instead it's actual values are now available.
                - This has conditionally reverted : https://gerrit.libreoffice.org/#/c/9560/
        
        Change-Id: Ie1c82069cd84e9662f33e734bda3ef69c5169e83
        Reviewed-on: https://gerrit.libreoffice.org/10216
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-18  Matúš Kukan  <matus.kukan@collabora.com>  [92f74f6ccb5a55807724db85815f7ea0c49370e0]

        bnc#887230: always use theme color for hyperlinks in Impress
        
        Change-Id: I888f107c61037162439ad2d1ba99ad8185532f71

2014-07-18  Noel Grandin  <noel@peralex.com>  [09c95aba4a5208a23eaeca9f4408ff5d87c898b9]

        convert HITTEST #define to enum
        
        Change-Id: I2a4066c66894e0bd9c349a7c5b8db3a8398451d2

2014-07-18  Noel Grandin  <noel@peralex.com>  [371c8f7a750adcdecd32aad9c93a8eb235b908be]

        inline unnecessary typedef
        
        Change-Id: Ie33e6b9038d6c18482c2ba7aa47f62d23973ab08

2014-07-18  Khaled Hosny  <khaledhosny@eglug.org>  [eddd7646d672ea9b0561dacb09da224d098e531e]

        Try to make some sense out of that sentence
        
        Change-Id: Ibe9fedb3602d6c8ddbc007b214969c9960ba10b1

2014-07-18  Khaled Hosny  <khaledhosny@eglug.org>  [8f082e212de92348a3373cb5c6a1b32590fec418]

        Typos
        
        Change-Id: If91ed85a56c597f9aecbd5e469af4af83d256cfb

2014-07-18  Eike Rathke  <erack@redhat.com>  [4011b74eb7650a0eeb99d3acebb9ef60b0fcaab9]

        resolved fdo#81294 store correct sheet number during range names update
        
        Change-Id: Ic4c858efa6e7c1a65357ac79f01e6c08f464ae3f

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [380855c3588092dc6d7472afb265c2457b163d10]

        Let's use this macro since it's there.
        
        Change-Id: I9b1736bea65a582fb5214521472028835aec28ee

2014-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [fffc9b2f262a54a163ff43ceb769c95fa41344ff]

        fdo#75757: remove inheritance to std::vector
        
        ... which was introduced at 2110397670695991b3a5cd28a15ba0ffd2a3a611.
        
        Change-Id: If0f634b29e1891574267edf8cc07b24d07a9406c
        Reviewed-on: https://gerrit.libreoffice.org/10363
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-17  Katarina Behrens  <bubli@bubli.org>  [1e2107e76b9dbd1213b811960c86f8eae57457e5]

        fdo#77319: set spinbox value AFTER adjusting no. of decimal places
        
        Doing it the other way round truncates the values
        
        Change-Id: Ieb14c9d1b9dde496eac24737aced7c8da8ce1346

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3bce16799c34d0b28704c43eae77501c0f6aec1e]

        fdo#81470: Fix a crasher during xlsx export with revisions.
        
        Calling Undo() here removes revision entries which also removes formula
        cell instances stored in the entries.  The problem is that the
        XclExpChTrCellContent instances store pointers to these formula instances
        for later use, and removing the entries at this location causes deleted
        formula instances to get accessed which in turn causes segfault.
        
        Since all revision entries get deleted when the temp change track instance
        gets deleted at the end of the revision export, not deleting the entries
        here will not cause memory leaks.
        
        Change-Id: I85f8064945a841b684e4fc4a97c3f9bb6a2de353

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ebd8d28361a3c0f420346fcafcecadef09efbda5]

        Scope reduction.
        
        Change-Id: I4caeaf3565255ab141fc4951f1bd149a7af6bb8f

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [efd6fc5e99d89509129469843bbdf3e8f94b58a4]

        Unwind this logic and make it easier to read.
        
        Change-Id: Iaf4ccc8949fb823a7bd3329c0164443220573b03

2014-07-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [8ab7cbe751a1b643a2a72f06da2c8d7b9a3a3b31]

        libreofficekit_tiledrendering test: force lock file removal
        
        If the lock file still exists when running this test, LOK will fail
        resulting in "documentLoad failed: unknown load failure"
        (the actual error is that the lock file dialog cannot be confirmed
         by the user in headless mode, resulting in loading failure, however
         this is then hidden by multiple layers of exception redirection
         in sfx2).
        
        Change-Id: I025ea6187c3d17805f25ab6f756eae9646f2c7c8

2014-07-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [74eb70f957c28aa3fd3de0f215f31310608ab562]

        Add png dumping to LOK tiled rendering test.
        
        This allows for easier visual comparisons (i.e. currently the test
        would be failing for some tiles).
        
        Change-Id: I5b174375b57ffe0edd2700fdec411a83669e4a34

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c003fca9f077958f4c73a80f56634e08c454b4e7]

        And this too.
        
        Change-Id: Ie8772de1d5b56b994c951ada09ee54afffceeb4f

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1409c9b703530beaa2bf4118f1501d675f8a535e]

        We can use ptr_vector for this.
        
        Change-Id: I3972fb23557f61ce3dbe0e671ed4c3f434a98f8b

2014-07-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [226fcd045455d49fa88f19117b83a9953274ff04]

        No need to check for NULL value before deleting.
        
        Change-Id: Ic1e6ecea3ba3ba4ed07760557b04bc07bd963532

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [9da4fe80c81b3464b2f6834052a24ce57c2fd07e]

        DOCX import: handle <w:noColumnBalance> compat setting
        
        Change-Id: Ieffd1fe52d6167d84ada5ebb11686f20d6dce8fa

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5748a5abbebe5fd9c39f19b9c7235609d6667a0b]

        Add CppunitTest_sw_ooxmlfieldexport.mk
        
        Change-Id: Ib3c26cf90a26db31a3d145beeecc877ef57ab249

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ff22ec2a61a17c2c75da6f6ff84476922392dbb]

        extract CppunitTest_sw_ooxmlfieldexport from CppunitTest_sw_ooxmlimport
        
        before:
        $ time make -sr CppunitTest_sw_ooxmlexport
        real    4m5.728s
        
        after:
        $ time make -sr CppunitTest_sw_ooxmlexport
        real    3m24.446s
        
        and the new CppunitTest_sw_ooxmlfieldexport can run in parallel.
        
        Change-Id: I5a1d121f51e2d09a1c2126a33484e956c5c706a8

2014-07-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9e8dbd37c4dda5d07c22c66a5a2b08cce4d175f5]

        glTF: allow to move camera also by keyboard in orbit mode.
        
        Change-Id: Ibf16b9651988358c30d649dd937813329d0f64ec

2014-07-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [472e34d22f845734b886142bfcaadc69d6749e39]

        fix build failure
        
        Change-Id: I95af4c2750c01e3e48f6708306b25f774c29e592

2014-07-17  Noel Grandin  <noel@peralex.com>  [1885ebdff687c11725941da48034aa9c1bcb161f]

        add comment
        
        Change-Id: I1566a20166e77ac1e00db9ba19b92c68ad14e2df
        Reviewed-on: https://gerrit.libreoffice.org/10366
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5f7bba13a7bd35f3861f9c6ed75e7b1c539c7367]

        CppunitTest_sw_ooxmlimport: allow running a single test
        
        Change-Id: I494cc676f384edbac9f64c1bc02b14cf7973d0d8

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d185204737031955c56a24356ed003d342548434]

        DOCX import: set DontBalanceTextColumns=true for the last section ...
        
        ... if it has multiple columns.
        
        See wwSectionManager::InsertSegments() for the related binary import
        code which already did this.
        
        Change-Id: I919f585bd864db748cd349e01789ec7805f031a1

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [256281d8e6259dc1a71624b0f8576e9deb9cdc65]

        SwFmtNoBalancedColumns: add doxygen comment
        
        Change-Id: Ifc538d8a51a333e79cec0312ab8cf4541abba7af

2014-07-17  Caolán McNamara  <caolanm@redhat.com>  [642d64d8fe54b7577fb4184f1ad6e0e8b3f809c4]

        scrolling very slow in calc
        
        even on a short spreadsheet scrolling up and down leaves
        the first/last row (depending on the direction of scroll)
        unchanged until the scrolling stops.
        
        http://people.freedesktop.org/~mst/calc_4.2_scrolling.webm
        
        On larger document there are rendering artifacts during scrolling which go away
        after scrolling for me and mstahl, but a bunch of people can show us piles of
        horribly broken spreadsheets after scrolling, esp wheel scrolling
        
        Revert "fdo#75026: Sometimes we need to update grid view...
        
        while not being active."
        
        This reverts commit 52cc88d6191ba0c4b6477e5c4b9c5d0f0228030d.
        
        Revert "fdo#68961: Check visible range during scrolling, and re-paint if necessary."
        
        This reverts commit e36c8a674845ab19577fc06d44b780549757e1e7.
        
        Revert "Repaint grid view when the visible area changes."
        
        This reverts commit b54c1a53b4d400b1c2d282c186af1fa8f151894e.
        
        Conflicts:
        	sc/source/ui/app/scmod.cxx
        
        Revert "Update visible ranges when updating the scroll bars."
        
        This reverts commit 391a57ef65687f2e373bac8d410e551aafa780ec.
        
        Change-Id: Ie170308cba18a9a74c7c72daf07dfa0a4ef7bd13
        Reviewed-on: https://gerrit.libreoffice.org/10350
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-07-17  Caolán McNamara  <caolanm@redhat.com>  [7bfee546dcd199c0325ec7c7edd5799ce0df79cf]

        coverity#735310 Unchecked return value
        
        Change-Id: I1a35da4b23b9ff8efa8f500eaf18e4c259cc0177

2014-07-17  Caolán McNamara  <caolanm@redhat.com>  [fdb1d62a09f7320ee5c2828aa4ce84248a6e3e4e]

        Related: rhbz#1117853 nStartPara of EE_PARA_NOT_FOUND
        
        we know that nStartPara is EE_PARA_NOT_FOUND so rOutliner.GetAbsPos must have
        returned that, but we don't know the circumstances that lead to that yet.
        
        Change-Id: I53a488317d154b4a3c050248b8737da0a611ca43

2014-07-17  Noel Grandin  <noel@peralex.com>  [8416a65af18b7b030dece09f532235b8bb195a2b]

        fix spelling structur -> structure
        
        Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c

2014-07-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a39f690a2ac9bf8a04d3371cc837ca81bd85f22c]

        Render slides by default.
        
        We should probably introduce an API to allow selecting notes instead, however
        the default mode is to open whichever view we had open last for a given
        document -- whereas for nowwe probably always want to render the slides.
        
        Change-Id: I26540613d1a510f23e5abfc8fee2ad743c180f34

2014-07-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0618c5b854af8d1cb3dc19f7babbdfb45e8f4504]

        Allow setting DrawViewShell PageKind directly.
        
        Currently the only way to change the PageKind is via the UI controls
        (i.e. via ExecCtrl) -- however for tiled rendering we want to select
        the PageKind directly.
        
        Change-Id: I3a3fa8f8cefaa0e0212832aef4026433fc596263

2014-07-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [97a38b1bd337bab301bde20a408a1fc7b7a3cbbf]

        Add LOK Readme.

2014-07-17  Noel Grandin  <noel@peralex.com>  [490d30281726052bf4c36d4b79136ec7e7fd8395]

        rename the Weak stuff in tools/ref.hxx to WeakRef
        
        .. which more accurately reflects it's purpose
        
        Change-Id: Ibb87a47a3d1f3e35ac2820f14c71adf3b227c961
        Reviewed-on: https://gerrit.libreoffice.org/10283
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-07-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [461cb8fb430bfab2f67ae22d40852c3ca42841a2]

        make the temp file names random in sd tests
        
        All the temp files got the same names for the temp files which might
        conflict when two tests try to get teh same temp file at the same time.
        Additionally it makes the dbgutil check by Norbert for finding leaked
        temp files useless.
        
        Change-Id: I692107f7705787c360247785b8d95daf4199c2a6

2014-07-17  Caolán McNamara  <caolanm@redhat.com>  [a4928075958fd911d751a74b3a06e6730b557272]

        fix memleak circular dependency of CElementList and CElement
        
        launching impress leaks 70+k
        
        ==1458== 78,741 (152 direct, 78,589 indirect) bytes in 1 blocks are definitely lost in loss record 24,296 of 24,315
        ==1458==    at 0x4A0645D: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==1458==    by 0x4C3895D: rtl_allocateMemory_SYSTEM(unsigned long) (alloc_global.cxx:270)
        ==1458==    by 0x4C38A64: rtl_allocateMemory (alloc_global.cxx:303)
        ==1458==    by 0x2DCC0B67: cppu::OWeakObject::operator new(unsigned long) (weak.hxx:85)
        ==1458==    by 0x2DCCB3D3: DOM::CDocument::getElementsByTagName(rtl::OUString const&) (document.cxx:714)
        ==1458==    by 0x25DC99D6: SdDrawDocument::InitLayoutVector() (drawdoc.cxx:1008)
        
        because the CElementList owns the CElement via m_pElement and
        m_pElement owns the CElementList via the addEventListener.
        
        Use a WeakEventListener pattern to let the CElement own
        that helper which itself doesn't own the CElementList but is
        owned by it instead, and forwards the events to the CElementList
        
        In order to use that pattern the CElementList must be have a m_refCount
        of 1 when the addEventListener is called, i.e. post ctor, so rename
        the original CElementList as CElementListImpl and call its registerListener
        from a wrapper CElementList
        
        Change-Id: Ibd4f19b619543a4ef580366c69efb61b526696ab

2014-07-17  Caolán McNamara  <caolanm@redhat.com>  [bcbd2d65f5c0dd3d84a2311aabe9c0ade17bf375]

        fix higher debug levels build
        
        Change-Id: If002fa0140174e43128469fc0af35edd0dfb7839

2014-07-17  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [38e2ef81204529691b3888076e33218342825801]

        Fix FTBFS with TDE support enabled
        
        Change-Id: Ib85371542c5d79ef69bc76f6aa388acdfd9dd849
        Reviewed-on: https://gerrit.libreoffice.org/10348
        Reviewed-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-17  Maxim Monastirsky  <momonasmon@gmail.com>  [b875362cd576b29aee4da899335b8d8f6c74d192]

        fdo#81111 Package formula ui files
        
        Change-Id: Ie73f3ea4eff4dc8400d2ba3736c162d728c277d3
        Reviewed-on: https://gerrit.libreoffice.org/10365
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-17  Tobias Lippert  <drtl@fastmail.fm>  [6a873638fa0cc66f95832d46a5cea81a0dc76ecc]

        Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx
        
        - Remove includes from files where they are not needed.
        - Update pch files
        
        Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5
        Reviewed-on: https://gerrit.libreoffice.org/10342
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-07-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [89361fa68af9a6854dc3a07711279f27561ea8fb]

        fdo#72277: don't build and use nsspem when building against system curl
        
        System CURL will know how to get the CA bundle from the system openSSL.
        There is no need to have internal NSS CA database support.
        
        Change-Id: Ie5074c78f7d78b2c2f452d4d4e11c98222529883

2014-07-17  Matúš Kukan  <matus.kukan@collabora.com>  [a95934d8dbd91e3c6250578171483859cb11f3c2]

        Fix some CppunitTest_libreofficekit_tiledrendering related problems
        
        Change-Id: Icdcde0af1b3d5744ef2842e4b4d2b85a094ac686

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [461e46904ffa29820be1ccb64cdb9cb6d4469b6c]

        DocxSdrExport: move member to impl class
        
        Change-Id: I37aef651cf6424e7935ea3584b8f493f6f24c484

2014-07-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [c9227b26683ae960a79d60725caf70ac2515a4d0]

        sw: move testcase to the right suite
        
        Change-Id: Ieb89836facb28ef1432b48810532f6f0b4b00a89

2014-07-17  sushil_shinde  <sushil.shinde@synerzip.com>  [1bdd6d2129eecda564478d494fd46d14a54b6ac5]

        fdo#80894 : Rotation value for textframe was missing after RT.
        
           - Rotation property is not available for TextFrame in LO.
           - Hence grabbaged this value.
           - Roundtripped rotation value by converting it properly for both dml and vml textbox.
           - Added UT for it.
        
        Change-Id: Ia040d55dc2ea79500df76877ba44a02971c872a8
        Reviewed-on: https://gerrit.libreoffice.org/10190
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b50953df9829ef13601b98ae217102b123affcd0]

        fdo#81445: Write test for this.
        
        Change-Id: I7d94e780b12a947a2861f82f1b8a3c14b5489ac2

2014-07-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2202bda95c76127dffcc9c7460e462a877344b9c]

        fdo#81445: Display correct label for empty cell.
        
        Change-Id: I4f3e99b2231f7cd87daa27ef2dc47d3bf37cea57

2014-07-16  Tor Lillqvist  <tml@collabora.com>  [82127a86dc1d127a3b6caa8279163aab1ccf119a]

        Update test data to match my gradient handling change
        
        Thanks to vmiklos for pointing me to the instructions.
        
        Change-Id: Ic95ef443beceb9a30e4179cf2364bd753992c05e

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [14898bc3853c52c53c14b5af779e81a9d3e5485a]

        writerfilter: identation fixes
        
        At least the ones detected by astyle, as requested at
        <https://gerrit.libreoffice.org/10351>.
        
        Change-Id: If87d847f260b4e7ed71115bd8cc1af55cd349b02

2014-07-16  Tor Lillqvist  <tml@collabora.com>  [57e62d34777abec24885c04c955920f339b5be5c]

        Try to fix compilation with pre-C++11 compiler
        
        Change-Id: Ic014db043a08fc2b82c56e6a1f944c9403c441d0

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [a3b6e0da35987af441042bd444c331d78a7c69b5]

        gbuild: set VCL_HIDE_WINDOWS for non-headless CppunitTests
        
        This avoids the flashing window even on Linux, while making such tests
        headless would make them fail.
        
        Change-Id: I7cf8d410e257574f0177ca8b7e6465a5efd62280

2014-07-16  Andras Timar  <andras.timar@collabora.com>  [2e6abb5d910f4813b75f86860c0b84ca01d98093]

        Updated core Project: translations  1b5734b51f56352171d54cf8ac0a05015b23983f

2014-07-16  Jan Holesovsky  <kendy@collabora.com>  [73b10c81c90dc5908e48c72ee97478c8a8fbdc62]

        LibreOfficeKit: Check for libmerged too.
        
        And avoid some strcat's when at it.
        
        Change-Id: I0c70ee2a1abf0c9e2914f756b06bedc3a16df19b

2014-07-16  Jan Holesovsky  <kendy@collabora.com>  [98fb5f98d84474103a04cbad824febecb25407c2]

        Revert "libreofficekit does not work with libmerged"
        
        Instead, we need to make sure it works with libmerged too :-)
        
        This reverts commit 4e9d8ca44a246653894559f10bf88effba366b10.

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [385852e9add39081f8e915bd88ad8560630762a2]

        sw::util::IsPlausableSingleWordSection: take care of Boxes if LRSpace differs
        
        The problem was the following: due to borders, the LR space items were
        not equal, but we still want to merge the page styles, as they only
        differ due to the page border.
        
        Change-Id: I55069368edba27ab9c70421e5e71ca24c73350e9

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [08416eb7aa4b07254f92113c519568e8596a91a2]

        remove unused helpid
        
        Change-Id: I01d7a56d9d90d015eb6c897e4d3fca359961b01b

2014-07-16  Tor Lillqvist  <tml@collabora.com>  [f4a2f1e647354efb75be8c90384d6cd3e5f9b9bd]

        bnc#862510: Improve handling of OOXML gradients
        
        OOXML gradients can have an arbitrary number of "stops". LibreOffice gradients
        have just a start and end colour, plus an optional uniformly coloured border
        (on the "start" side). In addition, LibreOffice has the "axial" gradient mode,
        which means the gradient is reflected in the middle.
        
        It is thus obviously impossible in general to losslessly map OOXML gradients
        to LibreOffice ones. But let's try a bit harder than earlier to get visually
        more similar result, in at least some simple sample cases.
        
        We look for the widest gradient segment and use that for the start and end
        colours of the LibreOffice gradient.
        
        Also, map an OOXML gradient to an axial LibreOffice gradient only if it is
        symmetrical. Also, use the border property when suitable. In general, look for
        the widest OOXML gradient segment (once a segment corresponding to the
        LibreOffice gradient border, if any, has been accounted for) and use that as
        the LibreOffice gradient.
        
        Possibly some perceptionally better heuristic should be used... Like, if we
        have a three-segment gradient, with a wide gradient segment between two
        visually very similar colours (for example, two shades of red), and a narrower
        segment ending with a visually very different colour (for example, yellow), it
        probably would be best to represent that in LibreOffice as a gradient from the
        first red shade to yellow, instead of as a gradient between the two shades of
        red. Or even, if a first or last gradient segment is between very similar
        colours, equalize those start and end colours, thus using a border colour in
        LibreOffice instead. The possibilities for bikeshedding are endless.
        
        I am sure there are instances where the old code (by accident?) produced
        visually more pleasing results... But hopefully this works more pleasingly and
        consistently in a larger number of cases.
        
        Change-Id: If153e986ad943454307e3ba718479d5ac4cdc7ab

2014-07-16  Michael Meeks  <michael.meeks@collabora.com>  [9aeadc76a4f2c878f83f07959d9d1694ff13fddf]

        Cleanup intrusive_ptr usage temporarily.
        
        When we update boost, we should use boost::intrusive_ref_counter
        in non-threadsafe mode instead here.
        
        Change-Id: Id63610bf14d7fcb7f681e009a5ac6e4f8e077a81

2014-07-16  Fahad Al-Saidi  <fahad.alsaidi@gmail.com>  [c04a0895df86f40faef1bc093f7010f374df9d0b]

        fdo#80907 Implemented OOXMLFactory using boost::intrusive_ptr.
        
        Change-Id: I350bca3544680ab8227d3bb1c093cba981cba5fc

2014-07-16  Tor Lillqvist  <tml@collabora.com>  [c5b37ef139517e7147479aa4ab10c293ff0462e8]

        WaE: struct/class inconsistency
        
        Drop a couple of unnecessary forward declarations for classes defined in files
        included earlier from the same file.
        
        Change-Id: I9a0a24f88990447d7eafe0438f3713e58f649cf9

2014-07-16  David Tardon  <dtardon@redhat.com>  [8b518739e41ead554630777d7cb7bdfcc23f434c]

        make keynote detection a bit more robust
        
        Change-Id: I947bc5867a6b61a923d47cad48d04ab5fc2769c9

2014-07-16  David Tardon  <dtardon@redhat.com>  [c10390a681a4d4696d45a6d38f7d01829f368daa]

        fdo#81113 always run the actual detection
        
        The old code only run detection if an UCBContent property was passed.
        That means that any time the function got only InputStream, it claimed
        that it was a Keynote presentation.
        
        Change-Id: I377828229e7e95384257bde247612d7768307581

2014-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc1bea8692ad44dcc795766118b4b75c690e2655]

        first part of OpenGL context work for OSX
        
        Context is correctly created and the OpenGL calls no longer crash but it seems that I still have a buffer problem so nothing is shown on the screen.
        
        Change-Id: Ia9cc585cd92c6049197dbfa47a41e30e130739ed

2014-07-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [51ba2df1cb29d4343f92174da6dc8f36ba9152eb]

        fdo#81182: Resizing glTF window affects camera position
        
        Camera moves by click and drag, with checking the last mouse
        position we can make sure click was done inside the window
        before drag.
        Resizing can trigger drag event, but not click event.
        
        Change-Id: I9e8b70fcb4a0abf26e76e03cafd026f940eceb10

2014-07-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3cd7c0f6b6cdb8ebc6c72d2ffe1e0bc18968e27b]

        fdo#81182: glTF window size does not match with the scene size after resizing
        
        When viewport changed it is necessary to resize the whole scene.
        Calling releasFbo removes size dependent objects and triggers
        creating the new ones with the new size.
        
        Change-Id: Ibd8be1e92be92da31add4a30aa799f0995b1cc88

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [1db352c692f0195b9982cab686bc7225ff786eb1]

        Updated core Project: help  a8c8f80b933a42a284e681c1d1973166445a4451

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [b57f4f2b77cb17cf7c3d5015a426bfb20cc3d48b]

        extensions aren't layout enabled yet
        
        so give them the known final size to work with via a non-layout aware tabpage
        
        Change-Id: Iaae3abfacd78ebc8bcc3ece54ed0603a4b28b9e9

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [bc05c045c8fcbb8184305cf9b5d03cc5cf14c6a3]

        no need to check for null before delete
        
        Change-Id: Ie8a93a51096471d9d40644741fe3359ee016efe1

2014-07-16  Palenik Mihály  <palenik.mihaly@gmail.com>  [73d790d0ca4773826b21bd353e0ce577e835e199]

        Convert RID_OFADLG_OPTIONS_TREE to .ui
        
        Conflicts:
        	cui/source/inc/treeopt.hxx
        	cui/source/options/treeopt.cxx
        
        Change-Id: I971c7760e7252321aeca8a4f403515562a9057bb
        Reviewed-on: https://gerrit.libreoffice.org/10323
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-16  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [a76bb8fd4248495c3ad0a625be71198111a3dc93]

        fdo#80373: change wording to 'Area Transparency Mode'
        
        ... in order not to be imprecise. Also, restore Title Case: enough trouble
        (for l10n teams especially) is this case thing, let's be consistent.
        See https://bugs.freedesktop.org/80373#c12
        
        Change-Id: Icdd61c42ed294c41d9ec5f671168a606d0f93532
        Reviewed-on: https://gerrit.libreoffice.org/10314
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-16  Armin Le Grand  <alg@apache.org>  [0879a639bc7c734f0847f74b965809f9107b3195]

        Resolves: #i125258# reworked some of the style hierarchy stuff
        
        (cherry picked from commit 3b13e15a7174f5177700fdcd4864b64fbf0b3535)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgstylenode.hxx
        	svgio/source/svgreader/svggnode.cxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgstylenode.cxx
        	svgio/source/svgreader/svgsvgnode.cxx
        
        Change-Id: I5cfe6871ab235305f206d83d643884b493901dfe

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [3a1abb6804c0012718e11dab15d4f35acdef243a]

        coverity#707280 Uncaught exception
        
        Change-Id: I764f6472903e6aebef55af1e96c4941e8429d18f

2014-07-16  Caolán McNamara  <caolanm@redhat.com>  [bfd22d4ba76df2ab3939339ddb5030f3c7082cb8]

        coverity#708510 Uninitialized scalar field
        
        and
        
        coverity708511 Uninitialized scalar field
        
        Change-Id: I05b5d836f3a207e70f8fff84524866a54a15daa2

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [033f59dad003333d449fec8b8eccf8674ee59d8e]

        sw/qa/extras/README: document how to run a single test
        
        This was already documented in the code, but first it got copy&pasted
        several times, then now it's "hidden" in a header, so not so easy to
        find.
        
        Change-Id: I6c6814a14bb6208d9f31ee66f0c0f9b843ee7157

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2bc4ea8ddae6b01f344469d988e21fed3143c42]

        DOCX import: handle SDT around citation field
        
        There were two problems here:
        
        1) Citation field was around a run, but was exported as around the
        paragraph.
        
        2) The SDT properties were discarded, as they were inserted into a
        character context that was thrown away. To fix this, add a (character
        properties) context to the field state, so when it's inserted, it can
        have the requested properties.
        
        Change-Id: Ic36deff616060f049147874633c6c7264ae8ecf2

2014-07-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [1fcbc55b284463a3613849caa43c2e9c82aced1c]

        CppunitTest_sw_ooxmlexport: clean up testfdo79817
        
        Instead of checking the third paragraph, remove everything else from the
        bugdoc, so checking the only paragraph is enough.
        
        Change-Id: I74e8db16cb1f27370ac88d9dff136aaeceb63cdb

2014-07-16  Michael Stahl  <mstahl@redhat.com>  [083b2b1471fff9e75f4b27a8769f95b8a0ebf5a1]

        fdo#80924: writerfilter: RTF import: fix shapeType PictureFrame import
        
        For shapeType PictureFrame, a default CustomShape was created and then
        RTFDocumentImpl::resolvePict() crashes because it actually operates on a
        previous shape, because in this special case RTFSdrImport::m_xShape
        is never actually set to the new shape, so contains the previous one.
        
        Also the new shape needs to be added to the draw-page, at least
        otherwise the assertion of the supported service fails because
        some SvxShape::mpObj weak-reference is dead?
        
        This essentially reverts commit 3cab1adf19d553663685e8198f0ec3f258a37c36
        (except for the added testcase, which was slightly different because
        it did not have a "pib" property).
        
        (regression from ba9b63d8101197d3fd8612193b1ca188271dfc1a)
        
        Change-Id: I6539c4286850dff2d8564006487cc765f1d117be

2014-07-16  Michael Stahl  <mstahl@redhat.com>  [008b98f928a04d862a6320b51b367d1b913b55c6]

        nss: document why --with-system-nss can't be used in generic builds
        
        Change-Id: I93ce16b4dd059ca0ed79975cfb6373dd629f29a9

2014-07-16  Takeshi Abe  <tabe@fixedpoint.jp>  [d97b5e420fdb18e9c99403ac66c429fb80a2f27f]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Icecc2cce52d7f27c030270639e6b85877e3aa620

2014-07-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9a6cf48618fcf586cd6c1e390cd49bc1f5d4631d]

        LOAndroid3: Prevent crash when opening a nonexistent file
        
        Change-Id: Ic0fbe955dfdb8f044d7bf0f45215a632a111eae2

2014-07-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0a6d7d6ef2cd1032ffad06210f843c9240d4b944]

        LOAndroid3: Open any text document via intents
        
        Change-Id: I06ed104e4f26191b1ca1eb9c34aa54e3b0422500

2014-07-16  Oliver-Rainer Wittmann  <orw@apache.org>  [133d6d8d4dec497276c3a9b0ba6761cffd322f81]

        Resolves: #i121443# register text frames and graphics...
        
        on the correct page frame
        
        - trigger formatting of selected object when moving view to the selected object
        or when graphical horizontal line has been inserted.
        
        (cherry picked from commit 82fafc47de0c59c783c5df596c976a429ff8a21d)
        
        Conflicts:
        	sw/source/core/frmedt/feshview.cxx
        	sw/source/core/layout/fly.cxx
        	sw/source/ui/shells/textsh.cxx
        
        Change-Id: I4b4b523ff445f2ce20d9b81ad1187db7b44bd145

2014-07-16  Tobias Lippert  <drtl@fastmail.fm>  [7dd5f9308895644ae6ece56253c892046cc6ed5e]

        translate comments in itempool.hxx
        
        Change-Id: Ifd9c0dd2ceec08f50f3a8c4356fb288e65040dc5
        Reviewed-on: https://gerrit.libreoffice.org/10345
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-07-16  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [6bd087bf86746721186756ed270c62909ea8cf41]

        Added #include <docedt.hxx> to DocumentContentOperationsManager.
        
        For use of sw_JoinText and sw_GetJoinFlags.
        
        Change-Id: I6bda9a41fcb42663517b505098f74ec596ac6551

2014-07-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9ac24948d976ebc0565858e0ac4a6378165d532b]

        update credits
        
        Change-Id: I2ff32753c9fb6b8b48f9fc3228d91436951d09a1

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [9b2110de48f2670f669bc45ed983a8b5418e9139]

        Fixed another build failure caused by 2 refactorings.
        
        Change-Id: I71f678e60586706ba427485055c26059bb68caa6

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [4e9d8ca44a246653894559f10bf88effba366b10]

        libreofficekit does not work with libmerged
        
        Change-Id: I3ca4cf51f6d3999a0f701f108a7c5c21329eb1c7

2014-07-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [7a8fcfca98ee10666c58011ebe0a5f96e008d22d]

        fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass
        
        the current implementation of CoreText simply dropped the proper
        implementation of DrawTextArray, by ignoring DXArray
        this very visibly borked the show-non-displayable character
        feature of writer.. the bullet representing the 'spaces'
        was quite misplaced.
        This solve specifically this problem.
        More work is needed to bring proper support of DXArray back to CoreText
        
        
        Conflicts:
        	vcl/inc/sallayout.hxx
        	vcl/source/outdev/text.cxx
        
        Change-Id: Idb2cc90d5ffaa8b83f79241cee2d512112d1c3be

2014-07-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c8de2b107964cd3d26dba8fcf80c6da77b1d97a]

        Revert "fdo#79673 revert to old NPC for MacOSX only"
        
        This reverts commit 3a2010c711b0ca4d762681dd0967ad08bc1e23fc.
        Prep to apply a full fix.
        
        Change-Id: I3b71ad79f65e48456d9fd9d257bf471faa0f3482

2014-07-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a8fd30771a019f727b07adfd82d610028f640f1e]

        fdo#72277: NSS-PEM windows fixes.
        
        Added missing SEC_ASN1_MKSUB for windows to build
        Use PL_strcasecmp instead of strcasecmp.
        Fixed remaining declaration not at begining of a block
        Added missing nsspem.rc for windows
        
        Change-Id: I144f9cf19c0efe85ad68011cf81e0466aa1ac9f5

2014-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f2d6c7f7a6ef825b9431a3d270bc75b84069a32]

        writerfilter: convert factory_ns to Python
        
        Change-Id: I64996b3f96f51ba80ade636c13a2919410672a27

2014-07-15  Michael Stahl  <mstahl@redhat.com>  [6b00bfeefde972beea947da66e07b59794717e4f]

        overriding destructor not explicitly marked 'virtual' [loplugin:saloverride]
        
        Change-Id: I5d2ee4952443b70ffacfb916423dbb600109c813

2014-07-15  Michael Stahl  <mstahl@redhat.com>  [e8ec81d4bf726ea70ef94a7e0f5e43001ce0bdf1]

        sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCE
        
        Apparently the __USE_UNIX98 that is required to get the goodies is not
        defined for some reason; apply some brute force to get it defined
        (we don't care about anything older than RHEL5's glibc 2.5 anyway).)
        
        For mysterious reasons "system.h" defines __USE_GNU but not _GNU_SOURCE,
        which appears odd...
        
        Change-Id: I97d75050a6be7f393d5cdb686f1357da052109f7
        Reviewed-on: https://gerrit.libreoffice.org/10301
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [7321a659713aeb08cd3d2db13e0bfa17dc3da6aa]

        -Werror,-Wheader-guard
        
        Change-Id: I6b13c77975d8aeef63b424e418a4a4a98ced159f

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [6e6cbf44d80ffff6457512c142c64cf857eacfaa]

        WaE: unused variable 'sMarker'
        
        Change-Id: Idba194e9bafa17dcedd5d1d45c5e0b4e3db54cee

2014-07-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc3eb493ac9e8dec35060524db4dc8ca3210631a]

        Related: bnc#875718 DOCX import: fix missing character grab-bag on fields
        
        The problem was that in case:
        
        1) The paragraph only had a single text portion, which was a field and
        char grab-bag was set on it and
        2) The paragraph had a style which also set the character grab-bag
        
        then during import the field's gra-bag was set on the paragraph (as it's
        the only portion) and later the paragraph style overwrote this, in case
        that had a grab-bag, too.
        
        Work this around by ensuring that in case of portion fields (i.e. not
        ToC, which has its own paragraphs), there are always at least two
        portions in a paragraph (the second is removed later).
        
        This also fixes the fake paragraph problem at the end of the bnc#875718
        testcase. (There was an empty paragraph at the end of the document, but
        not in the file itself.)
        
        Change-Id: Ie404bc043d46157ea6157b18c4a46395cf496118

2014-07-15  Heena Gupta  <heena.h.gupta@ericsson.com>  [6d3269ad94bbad8abae5703edc86d8888356bf14]

        fdo#80569:FILEOPEN:4.4 Regression .docx chart not rendered properly
        
        Change-Id: Ic3304c1bd11fcd372a0859a70a531675effe7af0
        Reviewed-on: https://gerrit.libreoffice.org/10322
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-07-15  Eike Rathke  <erack@redhat.com>  [b409aaa7d65151106236058d3c478bd7f87dd296]

        CID#703984 Unchecked return value (CHECKED_RETURN)
        
        Change-Id: I5b0c633e25326272aed3bae0bf0847839a45d723

2014-07-15  Eike Rathke  <erack@redhat.com>  [9d929e5682b2dd70c6ede90d117fa3f24fb01f86]

        CID#703986 Unchecked return value (CHECKED_RETURN)
        
        Change-Id: I44149fca38e36be6d4302b2af93e72ae9093796a

2014-07-15  Eike Rathke  <erack@redhat.com>  [94b3b4fdf1023396287894c0d985683b48f55099]

        CID#703987 Unchecked return value (CHECKED_RETURN)
        
        Change-Id: I0e5bf12f1b874e3aa5428c92487cb58ef16c9cc3

2014-07-15  Eike Rathke  <erack@redhat.com>  [6b84beb590417c6e8df024099537ddccb8a984e1]

        pDok can't be NULL, remove superfluous check
        
        Change-Id: I639d6e27dd1a44ff878a2e0188fc42e27993b39f

2014-07-15  Eike Rathke  <erack@redhat.com>  [b057b1f5697477046d731a234489e1d213efc9e6]

        CID#735794 Dereference after null check (FORWARD_NULL)
        
        pDok can't be NULL, remove superfluous check.
        
        Change-Id: Ica1708f1b2c37bffbe388f22e8ac19a81b144f6d

2014-07-15  Eike Rathke  <erack@redhat.com>  [945c16c52794b50ce41e813e095e01222991091d]

        CID#1000520 Logically dead code (DEADCODE)
        
        Change-Id: Ib33dcd05dd6a9216c6138eafc550a257af97d8ab

2014-07-15  Eike Rathke  <erack@redhat.com>  [e57d98227da6c15c9970fc64658ffa3dcf9115fc]

        CID#1000519 Logically dead code (DEADCODE)
        
        Change-Id: I785901d6694fe914325965136852ed3098e59434

2014-07-15  Eike Rathke  <erack@redhat.com>  [ffe7faf8950eba541606d22ce7a50483fd4c84f4]

        CID#1038293 Division or modulo by float zero (DIVIDE_BY_ZERO)
        
        Change-Id: I9115f34d5957fc974a8f693f97b27f4534344f62

2014-07-15  Eike Rathke  <erack@redhat.com>  [8d3454072d0f68c780e28eb56111d4fe2f84736d]

        CID#1169815 Division or modulo by float zero (DIVIDE_BY_ZERO)
        
        Change-Id: Id90a018645ae37be600f942a8391dd56ff156b68

2014-07-15  Armin Le Grand  <alg@apache.org>  [8930030323f269a9b3c6bd6a09fc723e09211caa]

        Resolves: #i125171# support lossless embedding of linked jpegs...
        
        in writer for PDF export
        
        (cherry picked from commit 131669af7168020750b726e4e6d1568975f73886)
        
        Conflicts:
        	sw/source/core/doc/notxtfrm.cxx
        
        Add missing includes to fix build break
        
        (cherry picked from commit 662b23eb1f1b7c178a7a5507864c647a390fae34)
        
        Conflicts:
        	sw/source/core/doc/notxtfrm.cxx
        
        1e2c208ac91c8e666e4f3f6f89cd917736cdc44d
        
        Change-Id: Ie560fa05964b79240fbd97825be74b0543c97aba

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [60de576a295682002c59b90b1429da25bcd854ea]

        use same swap stategy on all platforms
        
        Change-Id: I565dfd9233088feae69de6261d1081fc51f10806

2014-07-15  Armin Le Grand  <alg@apache.org>  [0ca0202a0994c0b7c99c366fd5cafd8a655df203]

        Resolves: #i125111# limit mem footprint for GraphicObjects...
        
        in 32Bit environments
        
        Conflicts:
        	svtools/inc/svtools/grfmgr.hxx
        	svtools/source/graphic/grfmgr.cxx
        	svtools/source/graphic/grfmgr2.cxx
        	sw/source/core/doc/notxtfrm.cxx
        	sw/source/core/graphic/ndgrf.cxx
        
        "commit 62b0eaf37c08dd27244e77b8bc90c691b000ebd6
         Related: fdo#50697 reset the cache timeout on GetGraphic
        
         so the graphic gets swapped out Xms after the last use and not Xms after
         initial creation regardless of if it got used a moment earlier."
        
        corrected place for stl sort function for linux
        
        (cherry picked from commit a48414a396f7de4e00510e82e3744c097ce3d5d6)
        
        Conflicts:
        	svtools/source/graphic/grfmgr2.cxx
        
        Change-Id: I79158b7d42629f8dec2bc5565540701bcd3ef6f4
        6f21c7fd4d2681446fc1a6d9607366a1e69165a1

2014-07-15  Michael Stahl  <mstahl@redhat.com>  [146c2e006ef5974ea952ce96eba0109c182db237]

        crashrep: loplugin:unreffun
        
        Change-Id: I83d4c3ee02e59d40e793288d705c3fd06ebe3219

2014-07-15  Michael Stahl  <mstahl@redhat.com>  [9bb70e18070e40228be5c55ba9720fff72eec54c]

        Revert "remove unused SvRefBase constructor"
        
        This reverts commit 09a90c2ff5d39c3ae61b4041c3b39d3da0c640c1.
        
        Apparently causes a crash in CppunitTest_sc_macros_test; it is
        suspicious that the copy ctor is not made private in this commit, since
        the compiler generated one would do something different.
        
        Change-Id: Icb1121332d83e9f08d89535e3da6e10d690ac88a

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [8bae207d8f74bfbbe00b94e7daea000ee35729c4]

        Fixed build fail on MacOSX after f634ec5 .
        
        Change-Id: I26b9063aca5518f21f76ff22690eb55d51f9c5aa

2014-07-15  Joren De Cuyper  <jorendc@libreoffice.org>  [2dbd2cb9a55c90f4f3db3a781526cc2246d0bdd7]

        Avoid infinite loop when gathering "g" element styles
        
        Same way of how fdo#74743 is fixed 3b7472b284131c09d91b69f26d5d26d54648f939
        
        Change-Id: If6cc8eb6ff89b0081f27ff75a9b60a3e81cff1bd
        Reviewed-on: https://gerrit.libreoffice.org/10326
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [f634ec520fa9e8c3e7b1f0660c7a6561bdff2aaa]

        Refactored IDocumentContentOperations out of SwDoc.
        
        Into the new class DocumentContentOperationsManager.
        
        Made SwNodes in sw/inc/ndarr.hxx friend class to
        DocumentContentOperationsManager so it can call DelNodes at end of
        DocumentContentOperationsManager::DeleteSection .
        
        Added DeleteAutoCorrExceptWord to SwDoc, its needed in the Manager.
        
        Added a non const version of SwDoc::GetDfltGrfFmtColl() to SwDoc
        because its needed in the Manager.
        
        Made SwDoc a friend class to DocumentContentOperationsManager so it
        can call SwDoc::checkRedlining and SwDocL::_MakeFlySection.
        
        Moved SwDoc::CopyImpl_ , SwDoc::CopyWithFlyInFly and
        SwDoc::CopyFlyInFlyImpl into the Manager.
        
        Moved "struct ParaRstFmt" and "lcl_RstTxtAttr" from docfmt.cxx
        in DocumentContentOperationsManager.hxx .
        
        Change-Id: Icaab57f4a8c158a85e549ecb4aacc752bc95bbc9

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [3fed83524dc33453f3ec25baa4a170bac51ab1e0]

        Refactored IDocumentOutlineNodes out of SwDoc.
        
        Into the new class DocumentOutlineNodesManager.
        
        Change-Id: I05581391a1474872113ae91d6429709d181cabfe

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [87cb919c7ccf5aacda27b36781d5896eebbd182b]

        Refactored IDocumentListsAccess out of SwDoc.
        
        In the new class DocumentListsManager.
        The method listfunc::CreateUniqueListId was also moved there.
        Added a new method deleteListsByDefaultListStyle to the Interface,
        which is needed for SwDoc::DelNumRule.
        
        Change-Id: I75ea554a57d9402d2fcfeaedf9fbe50fbae2b020

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [c8a8695d4d82a8ff66cb2f03f52dbc664264bf69]

        Refactored IDocumentListItems out of SwDoc.
        
        Into the new class DocumentListItemsManager.
        
        Change-Id: Ic86200280caa1b6e2c940bb12149235223ed0cd2

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [54ca3a6efa89eb2222abf0a51597074be25ce322]

        Refactored IDocumentLinksAdministration out of SwDoc.
        
        To the new class DocumentLinksAdministrationManager.
        Additional to the Interface methods SwDoc::SelectServerObj was also moved
        and sw/source/core/doc/docdde.cxx was deleted as it became empty.
        Also fixed OUString usage in IDocumentLinksAdministration.hxx .
        
        Change-Id: I1f2bf0881a7d4add9c657b6441851ae14ad8d161

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [a27e8f6c8dd81d1fa1a34a88890bcd944682146d]

        Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.
        
        Change-Id: Idb39ef2cdc34e0c0e7853de0a656f579ca3528da

2014-07-15  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [c88a3d3e8c718bfc448b3030af388d1361efe015]

        Refactored IDocumentChartDataProviderAccess in SwDoc.
        
        Into the new class DocumentChartDataProviderManager.
        
        Change-Id: I3be038ba276642546223c0c2fba3bea21980b33d

2014-07-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a5d4e237049abec3b6c7d13f25d8bb0773d1df5a]

        fdo#80054 change color for NPC to "solarized blue"
        
        Change-Id: I4ee3d2422982d37be3638b9647096e0b38314d56
        Reviewed-on: https://gerrit.libreoffice.org/10327
        Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0058b4370070c96e1edc9dd3c80715187ad30cca]

        fdo#72277: NSS-PEM, use PR_snprintf instead of snprintf
        
        Change-Id: I8aeb9a787992deb784e4e4430f7e0eab57f9a598

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [3d76a540f64f1f55f35863f18eed4b315e0d1e64]

        Unit test for cell properties, where lastRow is used in table (bnc#887225)
        
        Change-Id: Ia11dadcbedf6acc035b2d86da39a115bdb298591

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [5d2f12a44d2af3e42e0c3a17ff556f5ada27b1b8]

        Do not prefer bandRow over firstCol/lastCol, nor the same with bandCol.
        
        Change-Id: I0c573d721212c870e9ecc99ba5e8494073e09aaf

2014-07-15  Matúš Kukan  <matus.kukan@collabora.com>  [47645734c350f244b4a5642a709132ca1b7dc75d]

        bnc#887225: OOXML import: Correctly apply table style for lastRow.
        
        nMaxColumn and nMaxRow are indexes, so use size() - 1.
        
        Change-Id: I20055e55cf2464710fe553fb8067bad13a339084

2014-07-15  László Németh  <nemeth@numbertext.org>  [ea9331fd4955fe6fad0957ee6240275148353e32]

        fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, Hyphen
        
        Change-Id: I738401babffd38c241ef16e23d1b246444fd8d55

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [65ecb0d8f43f99f3794fe1aa19c87c153534fbf2]

        Related: fdo#80633 we can retain cached size for visibility change
        
        we still need to invalidate the layout of our parents, but we can
        keep the cached optimal size
        
        Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [835c9e6d842fb726e11afee032ef1d25d28efd58]

        shouldn't need to call AdjustLayout now its converted to .ui
        
        Change-Id: I539741e71785232987b26c7b414a416dda5e4bb6

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [0167897dde8c56d418aa210b7310644fc53e7151]

        coverity#735799 Dereference after null check
        
        Change-Id: Id499cb873938621762f0e213fa17505fefb33574

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [9a89ae59567af5f7c6fbc92ada7dabfac11deaf3]

        coverity#1224992 Uncaught exception
        
        Change-Id: I328cf5e83e6532dfa5090f5c5e3a1568c48c11d2

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [1e7439001f1651557c1ea64549ba10487daa915d]

        fix higher debug levels
        
        Change-Id: I74e4689062d452f8e0fba115cd984aa876711c45

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [11291be10e44000f2c01645318744ff74c33c208]

        coverity#738453 Uncaught exception
        
        Change-Id: Id05fd31d3a62bec8d658b9ecbae484ac081b8960

2014-07-15  Caolán McNamara  <caolanm@redhat.com>  [f9c460e34d46559f825b91fbc54755a65e6fabc4]

        coverity#738454 Uncaught exception
        
        Change-Id: I9b344efa1b46a6e7c6b69d3044ef88b4cba826cb

2014-07-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [85d1bd151cca1572e39019288cb2b7b35fc0bbda]

        fdo#72277: NSS-PEM yet another build fix for MS compiler
        
        Change-Id: I524a14cd124e69e288de5ae8464eb611989dffde

2014-07-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6602f904ac1858ef571eab5b2df733be0461e7e3]

        fdo#72277: nss-pem fixed windows and macos build errors
        
        Change-Id: I30b4036b6cf00dec753115bbc59990daec27ef20

2014-07-15  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [0d5b053436eebac00948e95d64a87e150d195c07]

        DOCX FILEOPEN VML Shape (image) is lost on import fdo#81031
        
        ShapeContextHandler::getDrawingShapeContext mxDrawingShapeContext is set once and never reset.
        So in a file which has numPicBullets and vml shapes in document.xml there is a problem.
        First the fragment path is set as word/numbering.xml.
        But when msRelationFragmentPath changes to word/document.xml,
        mxDrawingShapeContext is not reset and hence the relationships are not resolved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/10180
        
        Change-Id: I4a1401103797972731257145430f2048b94a04bc

2014-07-15  Michael Stahl  <mstahl@redhat.com>  [51add78184c7c5facdf98e7edf52c023522c3525]

        [loplugin:literaltoboolconversion]
        
        Change-Id: I9303249880ea0eb2f354fd3ae20c9eb3607a836b

2014-07-15  Tobias Lippert  <drtl@fastmail.fm>  [61cf536f0400284a5ff85d1a84c9dee72ead3fbf]

        fdo#80020 Fix regression for style sheet inheritance
        
        The inheritance relationship of styles in Draw was lost when writing files.
        
        Change-Id: I81588a031bf4c649338fad9b7342fbbe11df9aef
        Reviewed-on: https://gerrit.libreoffice.org/10309
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [165075e0d705cbd146463c94b027e728db864ab2]

        fdo#72277: Use NSS CACERT in cmis ucp with internal curl
        
        This fix contains two parts:
          * initialize NSS in the CMIS UCP right before sending an HTTP request
            in case internal curl is used. This makes internal curl find the NSS
            CACERT database from the user mozilla profile.
        
          * add nsspem to allow curl to use CACERTs from libnssckbi. Without
            libnsspem curl is unable to read the certificates from the NSS
            database. The nss-pem code has been extracted from the fedora-hosted
            repository: https://git.fedorahosted.org/cgit/nss-pem.git
        
        Change-Id: Ie8dedf020480cca01bf9761382886566a1150778

2014-07-15  Joren De Cuyper  <jorendc@libreoffice.org>  [1a6e47e3fda10e6d220b67d766ec6fbdfd852b80]

        Cleanup of switch case flowRoot in svg endelement
        
        We don't need this switch case due the fact we already check it
        before the switch itself. I did introduce this in commit
        5bd241b99b76ae7f4b3c1d4f2bcbaf7c487bb339 but it is redundant.
        
        Change-Id: I24e8c946ef8b8f094daa248c701772e54790c9d1
        Reviewed-on: https://gerrit.libreoffice.org/10317
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-15  Joren De Cuyper  <jorendc@libreoffice.org>  [5bd241b99b76ae7f4b3c1d4f2bcbaf7c487bb339]

        fdo#50114 ingore flowRoot element during svg import
        
        This element is not specified in any released svg specification.
        It might be mentioned in svg1.2 but since this is not yet released/
        or will even not be released ever -> ignore it.
        
        Change-Id: Iaf5a392893070fda9e7a420bc951c8565bcfb37f
        Reviewed-on: https://gerrit.libreoffice.org/10312
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-15  Jan Holesovsky  <kendy@collabora.com>  [abc28ffc04067eb24840fbf564c311aaee10f84d]

        fdo#76803: Unit test so that this never regresses.
        
        Change-Id: Id0b883b7d7b902c1f8e41bcf39220ef74b3488bf

2014-07-15  Jan Holesovsky  <kendy@collabora.com>  [003434f1e2f4bd7ec08d2428fe2b90c11e680cef]

        fdo#76803: Kill resourcemodel::Fraction, and use Fraction from tools instead.
        
        Change-Id: I72d336b8aacf80f9ab6472c0948766ee56fda34f

2014-07-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3a2010c711b0ca4d762681dd0967ad08bc1e23fc]

        fdo#79673 revert to old NPC for MacOSX only
        
        Change-Id: I83cfa2f11e76e03b919216e8dd04d1121ea6afd8

2014-07-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [adf0d7b1fb8eed88f4fcd6d31662ae6f59d00812]

        Preserve the "end of list" flag for xls round-tripping.
        
        This "end of list" flag determines whether the row insertion was an
        automatic insertion at the bottom.  Calc doesn't use this at the moment
        but Excel uses it to differentiate a normal row insertion from an
        automatic one.
        
        Change-Id: I6b28669d816c54d1dc1e4c106918ba688415788d

2014-07-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d873fd9fa28a26c6f2b177d26dbbc76c9bd827a3]

        Move this header to the source file.
        
        refupdat.hxx is under the ui directory.  Not everyone has access to it.
        
        Change-Id: I3f60761e1105946ed5bd6bddb339ee9a9e7705ad

2014-07-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [953d606b99017195249823c30c2bf19c83f10a44]

        Make these non inline.
        
        Change-Id: Ieb54e895f334361978cfc22956ab65687fb74adf

2014-07-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b63b6c63fdba944331ba4fcd6fe9a459c563d696]

        Write test for change track round-tripping for xls file format.
        
        Change-Id: I127879c4f1b6d3605ff800c3f3aa3929a098fead

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [ed64e620ea1fd077a5ffb7f756269eae89991b46]

        oh for the love of...
        
        Change-Id: I5cb90f10112afda77e68035d89cb7026d6e32eec

2014-07-14  Matúš Kukan  <matus.kukan@collabora.com>  [a113d3a7518f65acb1d2919fe3da9c6f22d6f490]

        error: unused variable 'TIMEOUT'
        
        Change-Id: I9fe3078e2c4ea4a63efcc3e26a090c8e3cbc7ccc

2014-07-14  Michael Stahl  <mstahl@redhat.com>  [2e95e551c52ba6054ab52506aa6f19ecf647d624]

        writerfilter: add unit test for Fraction initialization
        
        ... as used by wrap polygon import, see fdo#41068 fdo#76803.
        
        Change-Id: I4467560c2c3bbdab3fc9f8cd7a0c0b415429186c

2014-07-14  Michael Stahl  <mstahl@redhat.com>  [b55b96589f7fe0b2f426c2472da7174ab95aab87]

        sd: stop calling graphics styles "Image Styles"
        
        (regression from a71a562a9958fc58a5fb914bcf7f8056a353f618)
        
        Change-Id: Ie3a44a80c720f59831bc2b1da91792fb8aa24d62

2014-07-14  David Tardon  <dtardon@redhat.com>  [bdab2dc21c42c33c92317d13cfacb4b142824d13]

        avoid memory leak
        
        Change-Id: I89e458dbd01a45761948b64cb457424383ca5f51

2014-07-14  Joren De Cuyper  <jorendc@libreoffice.org>  [f6df52aa3aad9c7650b6ca051d9a28c4ccb6a060]

        fdo#78554 - SVG: Text from SVG no longer displayed in LibreOffice
        
        regression of 3b7472b284131c09d91b69f26d5d26d54648f939
        
        Change-Id: I95a30acbf4b2684dda9684f5b51b887356a940e1
        Reviewed-on: https://gerrit.libreoffice.org/10302
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-14  Matúš Kukan  <matus.kukan@collabora.com>  [37c3cf70c724b7402588d1d32d3aa76a965ee41b]

        Related cp#1000084: Make this work for other apps too and set proper default
        
        Extend d98c817cc71e62a2beecc7142062f9ef33a7149b and fix default.
        
        Change-Id: I79ad35bd5ad6fbd6e7d260864d4bf40fafb6b604

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [cc9e4953efc90a3ba1a93f1c26f8fecbe09d39e1]

        Updated core Project: help  00c49810c4e883958eb698f2f5b0d413077f14b1

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [a27e7861470154132df1c93e3cdaf52595e4f303]

        don't need any default width/height here
        
        Change-Id: I6cbf610123b88b29a81a33320ac2c6ce5e224486

2014-07-14  Palenik Mihály  <palenik.mihaly@gmail.com>  [415ae835224d7af6eea5b31d43322e00e205a5cd]

        Convert 3 dialogs to .ui
        
        I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and
        RID_DLG_GRIDWIZARD to .ui
        
        Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc
        Reviewed-on: https://gerrit.libreoffice.org/10277
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-14  rbuj  <robert.buj@gmail.com>  [38d0bde62bd5fe8022ac45c5657226761fcdaa30]

        ExternalProject_python3.mk: MACOSX
        
        To build a universal binary in Mac OS X 10.6+ with an Intel processor, it is better to set --with-universal-archs=intel, remember that Rosetta is not installed by default in Mac OS X v10.6 and it is neither included nor supported in Mac OS X v10.7 or later.
        
        If we don't use --with-universal-archs then the configure.ac sets the architectures:
        
        ...
        UNIVERSAL_ARCHS="32-bit"
        if test "`uname -s`" = "Darwin"
        then
                if test -n "${UNIVERSALSDK}"
                then
                        if test -z "`/usr/bin/file "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`"
                        then
                                UNIVERSAL_ARCHS="intel"
                        fi
                fi
        fi
        ...
        
        In Snow Leopard (Mac OS 10.6):
        
        /usr/bin/file /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib
        /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib: Mach-O universal binary with 4 architectures
        /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture ppc7400):	Mach-O dynamically linked shared library stub ppc
        /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture ppc64):	Mach-O 64-bit dynamically linked shared library stub ppc64
        /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture i386):	Mach-O dynamically linked shared library stub i386
        /Developer/SDKs/MacOSX10.5.sdk/usr/lib/libSystem.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library stub x86_64
        
        /usr/bin/file /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib
        /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib: Mach-O universal binary with 3 architectures
        /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library stub x86_64
        /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture i386):	Mach-O dynamically linked shared library stub i386
        /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libSystem.dylib (for architecture ppc7400):	Mach-O dynamically linked shared library stub ppc
        
        If x86_64 (for OS X 10.8+) or PPC (for OS X 10.5) is only desired then a universal binary is not useful and we don't have to use --enable-universalsdk=${UNIVERSALSDK}.
        
        Change-Id: Ib0578cfdb912fed5a803df3d2e04d2b037cfe13f
        Reviewed-on: https://gerrit.libreoffice.org/10249
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-14  Maxim Monastirsky  <momonasmon@gmail.com>  [cdfd24fe2a45ab41c84f813eb0d6a52a9d731a79]

        fdo#81231 Make this macro work again
        
        Change-Id: If655b5ef94657b2771d4e05dd6a2c494aa0e587d

2014-07-14  Oliver-Rainer Wittmann  <orw@apache.org>  [e465f0f4743162918dbdf2dcd50dedff00b1941c]

        Resolves: #i125228# correct consideration of InputFields...
        
        in table cells are part of table formulas
        
        (cherry picked from commit b384441c10475c9784eae3ea501afb22e0317468)
        
        Conflicts:
        	sw/source/core/fields/cellfml.cxx
        
        Change-Id: I4780ce0c1ac9ac911b654f61aa12938d7b225139

2014-07-14  Jan Holesovsky  <kendy@collabora.com>  [d641b54efcbea5af1074acc2335fb00c6c845c1e]

        android: Hint how to get the symbols, but not a 1.5G .apk.
        
        Change-Id: I6f6d2e7516d99a02ad813ba5e03c5cdcac2f4964

2014-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3145f74a2829526169a44696dbd3c16b2c5ae77]

        Clean up SectionPropertyMap::PrepareHeaderFooterProperties()
        
        If you copy the class members on the stack and tweak those (and not
        class members), then there is no need to manually restore the copy at
        the end of the method.
        
        Change-Id: I42b50cd6b99b6b277dd9809b40385ef6512ef141

2014-07-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [8cf681c5049970573020d8b808c990441b9cf828]

        DOCX import: fix FooterBodyDistance for first pages
        
        The root cause was that code in
        SectionPropertyMap::PrepareHeaderFooterProperties() saved member
        variables on the stack, modified them, then restored them at the end of
        the method, but forgot to restore m_nBottomMargin there.
        
        The result of this was that First Page's FooterBodyDistance got set to
        zero, which is not the same as Default Style's FooterBodyDistance (150),
        so on export sw::util::IsPlausableSingleWordSection() returned false,
        which turned the page break into a section break.
        
        Change-Id: I1afa2603de1313ae1e2aaefd4b7c771fce27e21e

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [6e580f3f53ae2de086a08c8ba1958b67874eb9c5]

        Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImage
        
        I imagine it would be best that the Graphics were delivered pre-swapped in by
        higher levels in case there are second level caches or more complex caching
        systemed wrapped around it, so warn about it in debug mode but give it a
        last-ditch shot anyway. i.e. while the .docx problem should be fixed there
        is a report of a very similar .xlsx problem
        
        Change-Id: Ie40ee10fe5cba8ff9c321f47b83e33ee2c1425fd

2014-07-14  David Tardon  <dtardon@redhat.com>  [f3d7734af45f30a87d6de76aa3de7593d541bdc8]

        fdo#81304 don't parse file name as part of URL
        
        ... because the name is not URL-encoded at this point, so parsing it as
        a part of the URL will interpret special characters, e.g. #.
        
        Change-Id: I780baed1753e9674d835dc296d31c088b67d8ba7

2014-07-14  Noel Grandin  <noel@peralex.com>  [c72498d7adb1345aeed9df3398b0007549e6e0da]

        Revert "loplugin:unreffun"
        
        This reverts commit e3246e806cad5f9d2c05c3408adc3019da5a575d.
        Which was a mistake.

2014-07-14  Noel Grandin  <noel@peralex.com>  [c29338e6e13e6f9d1b78280d8af9a92c781eb8bd]

        revert bad fix
        
        partially revert my commit 34cabe837dbb78 "loplugin:unreffun"
        
        Change-Id: Idbfc9d1e43180c7c14e58c7b9417f3001d9805d4

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [11b328103f9184b98a822577aaac18d1cdbc5868]

        Update libgltf: various fixes, memory usage optimization (second try)
        
        Fixes in the new tarball (beside the upstreamed bug fixes):
        - In walkthrough mode camera is moved relative to the current
        camera position and not relative to the initial camera position.
        - The right FPS numbers are displayed under Linux.
        - Some memory optimization to avoid running out of memory
        in case of huge models.
        - Other freedesktop bugs: fdo#81205, fdo#81207, fdo#81250
        
        Change-Id: Ie0f65be3312688196fcca634eb396c577f991073
        Reviewed-on: https://gerrit.libreoffice.org/10274
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2014-07-14  rbuj  <robert.buj@gmail.com>  [2729671e358bf713048a393c1343054339876460]

        coinmp: macosx.build.patch
        
        Fix UNAME_PROCESSOR detection in Mac OS X.
        
        Add a filter expression before to apply a platform-specific patch.
        
        Change-Id: I9fc4cf790f16255f4e807e070dbae0e5a1f28781
        Reviewed-on: https://gerrit.libreoffice.org/10227
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-14  rbuj  <robert.buj@gmail.com>  [986beb05e86b3a7440ce37fbabddf32754d4de7a]

        OS X: SDK configuration
        
        Adds several improvements for setting the SDK.
        
        Change-Id: Id6aa7c972ec5f11f1a43ced90f0411e55328eef3
        Reviewed-on: https://gerrit.libreoffice.org/9952
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-14  Noel Grandin  <noel@peralex.com>  [48528e00629e746a5e091a70644b9456e5037b7f]

        add some comments to include/tools/ref.hxx
        
        Change-Id: Ic38d7f5f816f2a91bfb468c0b7fb241b084a0c44

2014-07-14  Noel Grandin  <noel@peralex.com>  [4ed943a24b79d2e4da30bdb282143327a8bfffd8]

        inline SvCompatWeakHdlRef typedef
        
        .. only used in 2 places in the same file
        
        Change-Id: I5dc1dc77c3841bf86134f6a48597f8c1e71b2b3f

2014-07-14  Noel Grandin  <noel@peralex.com>  [6d2178b8c82ac7d2ac054e55b4221033acfab3d8]

        inline tools::SvRefBaseRef typedef
        
        ..it is only used in two places
        
        Change-Id: If333936b26592ed44d3525f2eb3c21aafde7dddc

2014-07-14  Noel Grandin  <noel@peralex.com>  [e3246e806cad5f9d2c05c3408adc3019da5a575d]

        loplugin:unreffun
        
        Change-Id: Ib64683372d89896e7fbac7ac9acb608c5470531c

2014-07-14  Noel Grandin  <noel@peralex.com>  [06a40a242fe1382a208cfb85857f371d0a6a5fa5]

        -Wunused-variable
        
        Change-Id: I3a22b16d2449a1cb2eba00164f8fca0fd022bd0a

2014-07-14  Noel Grandin  <noel@peralex.com>  [34cabe837dbb78bf7531c4bab6f50c4764e64cf5]

        loplugin:unreffun
        
        Change-Id: Idc0f3ef53f48b2e77e4cecbcdbbc44a115c6ec2e

2014-07-14  Noel Grandin  <noel@peralex.com>  [09a90c2ff5d39c3ae61b4041c3b39d3da0c640c1]

        remove unused SvRefBase constructor
        
        Change-Id: I81991231a2cc0b0c9d8289db8435ef8286f1c2bb

2014-07-14  Andrzej Hunt  <andrzej.hunt@collabora.com>  [44e19aa6c62c3f04239f1f096f0ec99457380019]

        LOK tiled rendering test: add some debug output.
        
        Change-Id: I0da29204809b6a1de42d5f0fc37705497a060493

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [9dd5caac62083f7162d83319284df68ee83e3777]

        Resolves: fdo#52226 swap in graphics on .docx and .rtf export
        
        Change-Id: Ie818b382c0b17760c720ff2f2c73a3697989f97e

2014-07-14  Noel Grandin  <noel@peralex.com>  [33fd0d8ae6a6b4e5226991e39fe755d84cb78280]

        loplugin:unreffun
        
        Change-Id: Ia1b49091c91e257e4c9e1ef328c412ea3f1a451d

2014-07-14  Noel Grandin  <noel@peralex.com>  [0b34104ca19cf37cb18409bfddf868866e358b14]

        loplugin:saloverride
        
        Change-Id: Ia9a02ea6dfa3e59ff5e8bc7da229793e97f3567e

2014-07-14  Noel Grandin  <noel@peralex.com>  [ea73e43ac5696bea5b37ed010101168fd2cb60c1]

        loplugin:unreffun
        
        Change-Id: Iaee48db2736a7fd2855e3a0ad7a39ea7d21a2d3d

2014-07-14  Noel Grandin  <noel@peralex.com>  [c14a3c1de2a093a8cfcb454a5d32c9810820cbd1]

        workaround hack that trips up externandnotdefined clang plugin
        
        Change-Id: I2f458cbd582c3e7cfe433915483c0b0489467471

2014-07-14  Noel Grandin  <noel@peralex.com>  [24f28634fa60ed5860edd1728567b7c3e7fa9573]

        Todo -> TODO
        
        Change-Id: I13e2351c182065be1a849b944e892f0072ce358a

2014-07-14  Noel Grandin  <noel@peralex.com>  [b43fdc54e534b9fae1d0e4deb45a4357120f8af4]

        cid#1194925 Resource leak
        
        add an assert so that coverity knows the leak can't happen
        
        Change-Id: I0109309ccc53b1b22420cbf9ac497d8d677a4ea7

2014-07-14  Noel Grandin  <noel@peralex.com>  [0c6c66b64a9572a8e474f6dfdedcbebfe54758af]

        remove IReference
        
        now that it is unused
        
        Change-Id: I95d9f4cc50114dd9f9c9f5d095372766f44b3094

2014-07-14  Noel Grandin  <noel@peralex.com>  [96afb3cf40d913dfcfc6f51240efd33f9d0740a6]

        ODatabaseModelImpl doesn't need to be using rtl::IReference
        
        Change-Id: Ia08d57b33af93ceb5c60c48602c403f893bbccc2

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ae4004548adcdcbaa5979d58f7a3324674ae21cf]

        Revert "Update libgltf: various fixes, memory usage optimization"
        
        This reverts commit fc40081993d29c422fd19bb80f4d9db06b4dce0d.
        
        Some files are missing from the new tarball, so revert
        this until this is fixed.

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [409e30a0d526375f66245a81fe3d503b2cd9cc83]

        Revert "libgltf: download from libgltf subfolder"
        
        This reverts commit ca13d1f6988bc1671000a30af483b00eb15bcdb8.

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ca13d1f6988bc1671000a30af483b00eb15bcdb8]

        libgltf: download from libgltf subfolder
        
        Change-Id: If535d4c8075adf610575a5a5adf0dcad0b8f182a

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fc40081993d29c422fd19bb80f4d9db06b4dce0d]

        Update libgltf: various fixes, memory usage optimization
        
        Fixes in the new tarball (beside the upstreamed bug fixes):
        - In walkthrough mode camera is moved relative to
        the current camera position and not relative to the
        initial camera position.
        - The right FPS numbers are displayed under Linux.
        - Some memory optimization to avoid running out of memory
        in case of huge models.
        - Other freedesktop bugs: fdo#81205, fdo#81207, fdo#81250
        
        Change-Id: Iba90d43e13dac7792072877d83d17fb1bcbfaae4

2014-07-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [58fd5a6dd6d5d599df88c9fd4ed5257577562bd9]

        glTF: More rendering related error handling
        
        If any error occurs related to glTF rendering, a question
        mark is displayed at the place of the OpenGL window
        (Question mark is a general concept of media objects).
        
        Change-Id: Id7df5a47a4dd6832e640b3a7cb3c7712ebfb4408

2014-07-14  Herbert Dürr  <hdu@apache.org>  [f4a8d7cd10cda57143b22519e16cdf8d5f19e759]

        Related: #i125226# expect DDE servers to be already up
        
        "soffice" is always up anyway and other DDE apps should be started manually
        
        (cherry picked from commit e0bfdb26cef87c8d3b3435293116a33cf99c11f0)
        
        Conflicts:
        	sfx2/source/appl/impldde.cxx
        
        Change-Id: I52ebb26528952a4abf33ac95cb67c598f08b2790

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [e477175eee9ec206d409d0ebcc732100049d1aaa]

        coverity#704062 Unchecked return value
        
        Change-Id: I6f9b9a2a4d5a6bf92428645df1226d9354f47210

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [c4d33c5f8f9fe55d5891c4fbbf8295b3aad8987f]

        coverity#738457 Uncaught exception
        
        Change-Id: I152f105e7bd363528d9fa4e365d32d12c00b0a44

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [346419a018dd7f6d7d6945412eda8fa54f3c2271]

        coverity#738452 Uncaught exception
        
        Change-Id: I25f63c07103f55066f634fdd99411523425a9de1

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [ae1a8b38de47b0ceea65896f2be443d265c6f1ae]

        coverity#706576 Uncaught exception
        
        Change-Id: I818049d10f0ac69eb528e72329bb798c56fcf424

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [415e04894f909710e0f1dd4d03e6ba9f550afaea]

        coverity#706574 Uncaught exception
        
        and
        
        coverity#706575 Uncaught exception
        
        Change-Id: I91f036d81deff31e47365c37445eb6b4cfcd992b

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [0fc759c6f0f41fddaf043c7659aeaad25970c146]

        fix higher debug level build
        
        Change-Id: I5bfa022c3c9fe8d24726989d9068fce7273e3f2d

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [2d11ddeb7cd3c94b9c7acede816912754465f4ef]

        coverity#707036 Uncaught exception
        
        Change-Id: If4e5fdad7261ba6b92a04e615e28d2b474ad4234

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [b166135056a784be4700b1c1d83975289b7f99ea]

        coverity#983698 Uncaught exception
        
        Change-Id: I3f597643c1f743314ca17346901f11dc4f1f7302

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [dd9a1bae7c40b9441e640206e2b330a63fa23515]

        coverity#983902 Uncaught exception
        
        Change-Id: Ic4e7413ac0c4c6c8eda9808e88572926e6b00be5

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6]

        coverity#1224998 Uncaught exception
        
        Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97

2014-07-14  Caolán McNamara  <caolanm@redhat.com>  [a5db1906b41cff4acebfa6c382f4096298883a4c]

        fix grep and configure line for callcatcher
        
        Change-Id: I8ceb9d815f616afe42ce31a96bc2699438603e43

2014-07-14  Matúš Kukan  <matus.kukan@collabora.com>  [e723ee8622447300a1aaeca24df3f35f3dcc9368]

        unused WRITERFILTER_*_DLLIMPLEMENTATION defines
        
        Change-Id: Iac50932b60331e73c5fae1491731506b07576184

2014-07-14  Noel Grandin  <noel@peralex.com>  [c6c5789ae894847d12c5d12a6d8aafc2849cb36e]

        include/tools/ref.hxx - cleanup formatting
        
        Change-Id: I1f7f566ea80723b188aab9c2f65437ca902ce9b9

2014-07-14  Noel Grandin  <noel@peralex.com>  [c05cecbe76f914236addbd29393be1071f221dd4]

        fix spelling in comment
        
        Change-Id: Id0b3792b037b2e1a9357c7f26f554cc4222fed0b

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f445ae5c20ca4b3e131bb40ad417b62e4977f43a]

        Add additional checks for undo and redo here.
        
        Change-Id: I9fde607ce87d4c499bc6adedddc71e726fb8a01c

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9943473a4c4e5dd464d8bcb44e1f477f5045c22f]

        fdo#81309: Write test for out-of-place sorting.
        
        Change-Id: Id98c080e2b1ba120b1ac4f9f27e6ab10574daa88

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5ed9dea7fa3df2bebcda116734dc8643eb35be18]

        fdo#81309: Write another test.
        
        Value and formula cells within the same sorted column.
        
        Change-Id: I62f1ee73c118a938d224bb11d2fbbc9ea386fbd3

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a06980f6d0cdc245345bd38440e54d850a058f4b]

        fdo#81309: Writer another test.
        
        Change-Id: Ie912560551e50520c4f143884490c369a739728b

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68ae3a08369518e2ddd8340f27402d9b0d3df734]

        fdo#81309: Write test for this.
        
        Change-Id: I98216a60b3b82bdac14cd777b85502dc09f82dd9

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [14d24444322110eadbb216a2cba42ab412080ba2]

        This undo class is no longer used.
        
        Change-Id: I8c53ba5bd839a6b8c8f65f05bb2b261a5bd02dbb

2014-07-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5c6ee09126631342939ae8766fe36083d8c011e3]

        fdo#81309: Adjust references during sort.
        
        Change-Id: I2b98610f6b774400ecfaffe2905201c27fcab33f

2014-07-13  Luke Deller  <luke@deller.id.au>  [b5bb15013617c6b9f1cdd089acae0bfb7104fa3a]

        fdo#81102: fix .doc import of blank even page header
        
        Honour the "different odd & even pages" header/footer setting from the
        doc file even if there is no content for an even page header or footer.
        
        Conflicts:
        	sw/qa/extras/ww8import/ww8import.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/10191
        
        Change-Id: I963f7f7189e399b1d859db0788fbfd291e868c54

2014-07-13  Caolán McNamara  <caolanm@redhat.com>  [455404320614f56c2e840ab0c9baf70596bde559]

        SfxModelessDialog ResId ctor bites the dust
        
        Change-Id: Ia1bc255de0f38c058a3ab622d87af8b346a2075f

2014-07-13  Caolán McNamara  <caolanm@redhat.com>  [55dac4ff40be49dd256e6d3e4b080613259d337b]

        coverity#706364 Uncaught exception
        
        Change-Id: I4a6f7a2aa76d2a998bb6392de35fa1d25c85b3ce

2014-07-13  Caolán McNamara  <caolanm@redhat.com>  [136fa5432d5d10743373488de9de39a6198b8690]

        coverity#706282 Uncaught exception
        
        Change-Id: Icca233fdc6d841d1bf51f918b83f3eef2cd5952e

2014-07-13  Caolán McNamara  <caolanm@redhat.com>  [b03675889d426cbafa302e7ed6dc385d2bf2708e]

        coverity#706281 Uncaught exception
        
        Change-Id: I469b812c666801db5e3a6fac1d6152afd80cf39a

2014-07-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0a7a60cfa1a34ec7218656489b7463cd9eb1aad]

        fdo#80905 SwXTextFieldMasters::hasByName(): sync with SwXFieldMaster
        
        Normally a mail merge field has a name like
        "css.text.fieldmaster.DataBase.<datasource name>.<table name>.<column
        name>", however this isn't enforced: just
        "css.text.fieldmaster.DataBase.TEST" is also accepted (even if its
        semantics are ~undefined).
        
        If SwXFieldMaster::setPropertyValue() allows setting such a field master
        name, then SwXTextFieldMasters::hasByName() should not ignore such field
        masters that have no dot in their name ("TEST") or use "Database", not
        "DataBase", otherwise (sane) client code in writerfilter ends up with
        hasByName() returning false, but setPropertyValue() throwing an
        exception, because the field master does have such a name.
        
        This fixes DOCX/RTF import of multiple mail merge fields with the same
        field command.
        
        Change-Id: I498eabace25f8e466b3504ba13fa3060d4ba22da

2014-07-13  Philipp Riemer  <ruderphilipp@gmail.com>  [303df30fe93044c36c993e84170f70ec4b3d4d48]

        fix merge peculiarities
        
        Change-Id: I8f01f16c52624611ac19dbd040ba0389ceccece2

2014-07-13  Philipp Riemer  <ruderphilipp@gmail.com>  [a6fe53dc789aa183327e1a94170520699a802e98]

        remove code that was commented out more than three years ago
        
        Change-Id: I8bc53b5d940be73d8b4142a72fb247c4e3af2e17

2014-07-13  Philipp Riemer  <ruderphilipp@gmail.com>  [21eb2f36ff9e223318d72b952eacaf419a722ce1]

        fix existing comments
        
        Change-Id: I718576c05ee3c621f2544cb1dcd6f0d7d1cc87c9

2014-07-13  Philipp Riemer  <ruderphilipp@gmail.com>  [92d82e0f4be53023e74f556aa3caf5c61427bc97]

        normalize comments
        
        Change-Id: I13986c75d28d01f6afa193ea963b23f8dba703e8

2014-07-13  Philipp Riemer  <ruderphilipp@gmail.com>  [6fe539ceeeb38d44c880ba09287820e69e2c4d34]

        fdo#39468: Translate German comments in sw/source/core/
        
        Change-Id: Ib48b281feccd4684571768ca2be6ecca23afbf55

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [25b18c6fe055035a1d5f835cf178acd55a585811]

        get rid of half the functions by using a functor ...
        
        ... and removing duplication
        
        Change-Id: I2339f26ed91e0dc019b0f01fd7802dff23ec9e35

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fcb7718631f690d83a3cd607b7db3e8f10f523eb]

        there is no log area sw.info
        
        Change-Id: Ie3c1f28370a08d3a3cf9bae6d6439efb984a1361

2014-07-13  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b7742fd8b831959d3a0865c35f61c3c8740a1fac]

        Add getPart(s) to lokandroid too.
        
        I.e. make lokandroid match
        4d15212ef8de89a71387c00bdeb7d9a41409e467

2014-07-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dde00f1f8ac598314b7f8a787eeacc841bc65f1c]

        make threaded rendering work correctly, fdo#81110
        
        The context may only be bound in one thread!
        
        Change-Id: Ibb67f88c2f11fd48884ee39d89620193e4e5471b

2014-07-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [47a82452b5040cd712ffafb7d153fd18940ee1af]

        Add another test case.
        
        Change-Id: I1664bc3faf44abc978391d0f97820c468f4419b0

2014-07-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9e5b1eb98b8e97b184f8c6876b154f47b6e0730d]

        fdo#80462: Write test for this.
        
        Change-Id: Icdc83c0264fd76239e8c8772c207cc22ce969a76

2014-07-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5902dcf0995cdd0a6c1dbd1f9c21b0b2b3f5609f]

        fdo#80462: Don't always increment the start row position.
        
        Sometimes someone might attempt to sort only a single row.
        
        Change-Id: Ie29d4cf7ec0bd3a5c945997083368b6ef6074268

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6708edc8952108f4bfb3bbac3e3e50afa64e1539]

        typo
        
        Change-Id: Ia400c34f91f190453aa9cf87480d4559d8818a58

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8018d8d7e3b120c973a27bb4cd74df81ad5f8463]

        now use the refactored UnoCrsr implementation ...
        
        ... now that we verified it to work as the old version used to do.
        
        Change-Id: I7980f263b35a6504337d2836ae2d4b9f29b19942

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [242aabcfb54a504aa5f45367172fa1c589782816]

        refactor UnoCrsr moves
        
        Change-Id: I6ea54941dfba3b755fa9f7ac6a769ccfab8a782e

2014-07-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9149846ff84db2716c44ea7fa5e9f1d95657556]

        more debug info for mark moves
        
        Change-Id: I13d7e5289f0143b9b8f040897db9c82fa4dcc3bb

2014-07-12  Takeshi Abe  <tabe@fixedpoint.jp>  [1bae012c997a3cf5b99a6772746107c0a6800458]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id0304366c4e6191db85527935f5bc5cdb0aeb8d8

2014-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [717f8a87a7f009b821fd512c26cb35b2cac14993]

        enable debug informations for gltf in debug builds
        
        Change-Id: I81fc7ebc77a67d2d64dd74e1dec0ce7ffbb1b19b

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6a393f7843bc32b14d007ccdb41922f42afe0f3d]

        pass by reference
        
        Change-Id: I44e8f40935a19f8023bb23f53c5fb458eb28a3dc

2014-07-12  Michael Meeks  <michael.meeks@collabora.com>  [231db56d020d95e9bcf2520cb3c64235d99aa650]

        sal: restore pthread to its original non-ideal state.
        
        Hopefully repairs the tinderboxen.
        
        Change-Id: I2933e6cbf1079a09dab48d4f7ed20b93634d8959

2014-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb0b42b89af95b42cc6caadf8c22321e5c9386e8]

        CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now
        
        Change-Id: I289632e4e686b56d83855a0a5c69744b3b7e035e

2014-07-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c2e708d61746a259888c0e5fb1d3e9a43e3ca696]

        fdo#80333: .doc has large black rectangles between paragraphs
        
        These black rectangles are character shadows, because checking
        whether there is a border at all was missing. In Word there
        is no shadow without a border.
        
        Change-Id: Ib3cb4e904fdd33f215c81d7c02762a196f484b1b

2014-07-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7706f8a4e79fd36a296e988f7f852dfd549a16f]

        writerfilter: convert factoryimpl to Python
        
        Change-Id: I2065215db5da0a379e902a74eff419d5c6068d21

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [64c77ac7c595cd018f167268e552ca8eded9fd57]

        GtkComboBoxText requires gtk >= 2.24.
        
        Seeing as this is only a test program, probably easiest just to disable
        this for gtk < 2.24, and rely on devs wanting to use it isntalling a new
        enough gtk version.

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f9d3dbe549ae87c5799173e52d2d6a684dbfc55a]

        Impress: implement tiled rendering.
        
        However we cannot as of yet select between rendering just the slide,
        just the notes, or both combined -- this simply defaults to whatever
        mode the document was last opened in for now.
        
        Change-Id: Ia8ec0280aab75a36e430aa04c47cee4fea2db974

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [01f43039aa083a127b595075837770b2ad38b8b9]

        LOK: use solar mutex for setPart.
        
        Needed e.g. for changing slides in impress.
        
        Change-Id: I2f5de40d4efbacde910e27225768979a98ff1c0a

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d27a14053440743502dd18641b7d476b7e53023c]

        LOK: some logging for tiled rendering.
        
        Change-Id: I5779eec97507b1996cda89174a6e6c55cdd57baf

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [082de4795d10e0fd9b650c4fbdeb102e49724da5]

        Add LOK and tiledrendering log areas.
        
        Change-Id: I885acc9b4a52835fa256c2ecd1b8da917b4f7ba7

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a5fe08855b3200bd369b9345d43ae559d5aac4dd]

        Add LOK tiled rendering divided-tile unit test.
        
        I.e. we render the same area as one larger tile, and then
        as 4 sub-tiles (which, when put together, should be identical
        to the larger tile). However currently only the top-left sub-tile
        actually matches the larger tile, so we have to disable the test
        for the remaining sub-tiles.
        
        Change-Id: If1130022b43898e20fefff3e9f592102da3e413a

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [1d6dca3cb0182ddc11d334190544350b09dc6de2]

        Add Tiled Rendering outline to sd.
        
        Change-Id: I810d827f330690f8071b662b9ddd05cc41655a71

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [855eb54ffe70a6c7eb423ebdcc9f25295c1f3474]

        Add part selector to gtktiledviewer.
        
        Change-Id: I569c8f0ebf4476c0a247cde15a263d1db956a14b

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [c49e26cb447cf8d601209da2be1e37c0e17ef1d2]

        LOK DocView: implement part selection.
        
        Change-Id: I2e16ca9d2d5fcd25b0435f1b9b0fbcb52b92e012

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [4d15212ef8de89a71387c00bdeb7d9a41409e467]

        Add get/setPart to ITiledRenderable, and implement for sw/sc.
        
        Change-Id: Iec3d6374f029149cadf8fb9c9b16fec90146c31e

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [312883ad755e76cee95735f9faca4a8354b068fd]

        gtktiledviewer: allow selecting between normal and quad-tile view.
        
        Change-Id: I85b22b93fe4ce2ffb62df8766ceea7a1bd8961ee

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d5b2c1908094adedc916545dfffca4d84b1661d3]

        Quad Docview: only rerender on zoom if we have a document open.
        
        Same as
        "LOK DocView: only rerender on zoom if we have a document open."
        but for our quad-tiled test widget.
        
        Change-Id: I6c1b946cc9d576d1dcc4687048339d9f0b3e6eff

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cdd76e8877571556eba1a2d070e5fe23a2d4bd10]

        LOK DocView: only rerender on zoom if we have a document open.
        
        Otherwise we would segfault, and it's perfectly valid to set a zoom
        level _before_ opening a document (as that would e.g. save the document
        first being rendered on opening if the client wants to immediately
        render at a non-standard zoom level).
        
        Change-Id: Ide261b09f4aab8dc3b552f6c3bf55f78ffd7870c

2014-07-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a864ab2ef17e02930df5ae91112b5104bdea1e39]

        Implement a (qa-only) quad-tiled viewer.
        
        I.e. we subdivide the document into 4 tiles: one at 100% scaling,
        one at 200%, one at 50%, one at 25% -- these are then post-scaled
        in gdk) and assembled to show as one document again.
        
        This is specifically a test only widget, primarily to be able to quickly
        spot any tile positioning/border-transition issues.
        
        We could theoretically make this widget inherit from the original widget,
        however that would mean having to introduce virtual methods etc., which
        is not something that we'd want in production -- in the longer run
        that widget will hopefully be extended to have proper tile composition etc.,
        which would then break this widget too if it were inheriting from there.
        
        Change-Id: Ib880a1614f89724135e753013cf91aec25973e39

2014-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dfdc9f5ba4493369a0c6fb3a1d7c5781deeb5bc2]

        fix memory leak in collada2gltf
        
        Change-Id: I7d4a00d94cf97e988847f11ded0de2dc0cb77828

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [664fb35ab522c40d298012922f059f6d48006355]

        first part for threaded chart rendering, fdo#81110
        
        It is nor working correctly yet.
        
        Change-Id: Ic592eb2f50265886ad6d97539d2c52d7c45179e6

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b75f6baa3ae3c9c505068c5e4fc50bf261a43253]

        remove unused defines
        
        Change-Id: Ic9118c390f4ba69e245cb16032d3cbe19c741b11

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fc2a20fe8e1ced0a065e3c08e51216da85f46ca7]

        using memset on a vector is just so wrong
        
        Change-Id: Ia022f5d0200a60d993c74f2c9f29f906c6284f0f

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [40e22a429b85029a6282daefd1c91a6c090108c9]

        we only need one typedef for PointList
        
        Change-Id: Ic64f871e014bd48c5eadb6f92b69c6466d812925

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6162e32edd89d7ac3358b12e114781b397d11f52]

        killed this method again
        
        This method must be a zombie as it reappears again and again despite
        being killed.
        
        Change-Id: Ic41e3259f2125eca7d114f54b032553e53bf71a2

2014-07-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2f8841dd0a4cbd768984a34470f999105720a8c0]

        remove unused method
        
        Change-Id: I3b3006230476b0d16dad54035b0c80a95cbc2b20

2014-07-12  Takeshi Abe  <tabe@fixedpoint.jp>  [ef9449cd04748320ee45242feb53805eef07d44c]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I5e302cf7ac784e1413c0539d0c967a3523f04ba0

2014-07-11  Michael Stahl  <mstahl@redhat.com>  [18258eb811d1b8ad10810925952b8e32228128c5]

        gbuild: always prepend our stuff to PATH on Windows
        
        Who knows what weird conflicting stuff could be on PATH.
        
        Change-Id: I5acec89687efe736ecc1f970eb56efa22393b251

2014-07-11  Eike Rathke  <erack@redhat.com>  [db0a4c2575ffba1c170d74882b0f5a6229ec072f]

        resolved fdo#77018 keep external references intact during sort
        
        Needs e463de2a56453a0d2cb0b5b58e96f7639f37cdd1 fix for fdo#79441 to
        work.
        
        Change-Id: Ide1cbeb4b25b17b5102977ccbdf8e6dbfcadfc60

2014-07-11  Michael Meeks  <michael.meeks@collabora.com>  [9af1cbf233620e7c9d3fa9d8f55ab0e05dca6c84]

        fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.
        
        Not an ideal solution; ideally we should not throw the exceptions,
        and stop the parser as soon as something bad like this happens; but
        hopefully exception throwing is reasonable exceptional.
        
        Change-Id: If619592533b2929c671e2b03eb8a83480bd92c54

2014-07-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [daf354fa7f2cf800a0661813ddf8d7c49c5c5f59]

        Use comphelper::SequenceAsVector
        
        Change-Id: I0d1e22344a2aa1474d022364b12cd34d7d56c2d8

2014-07-11  Eike Rathke  <erack@redhat.com>  [e463de2a56453a0d2cb0b5b58e96f7639f37cdd1]

        resolved fdo#79441 keep 3D references intact during sort
        
        Change-Id: I9e96d8e7cb99a3c280dd24495eefb9efd6d10888

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [bce99945d8bf764bfd40183a709142e0ea6b36ac]

        coverity#736076 Missing break in switch, its got to be wrong
        
        Change-Id: I21a3b2b794a431d07df8a1bc250e8f0aacaf3059

2014-07-11  Douglas Mencken  <dougmencken@gmail.com>  [9e328623c450eac763b88317bda059addbcacb48]

        allow modern GCC to be automatically chosen on OS X 10.5
        
        Don't force gcc-4.2 for OS X SDK 10.5 when $CC version is newer than 4.2
        
        Change-Id: I7031517f8c2140a9dcb56abe6f6db5c9ed8f21f9
        Reviewed-on: https://gerrit.libreoffice.org/10118
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0bd5587a5ac62974bdb10731d3fd21584521a72]

        bnc#883684: Better fix for this.
        
        Instead of making all chart objects exempt from unloading, check each OLE
        object on whether or not it already has its persistent storage created.
        If not, don't unload it else it would have nothing to load back from once
        unloaded.
        
        Change-Id: I2312e86c9376d3699ef4aa1e0cf2f4c04f706c1e

2014-07-11  Matúš Kukan  <matus.kukan@collabora.com>  [4cb52136220b417f09eb2156e11436ee0a06729f]

        fdo#81148: Fix transparency gradients.
        
        regression from a5351434fbea1126961f5dbaa986e7c9e686c24e.
        Revert one line from that commit without too much understanding :-/
        
        Change-Id: I126c25e2ad945ef1ec20a5677406434931d0790d

2014-07-11  Palenik Mihály  <palenik.mihaly@gmail.com>  [bfdacadec9a6472826a23ef86d5ebe21794e1bf9]

        Convert DLG_TEMPLATE_INFORMATION to .ui
        
        Change-Id: I66469c17a46c1157b8e3801c0dc2b252c569a4bd
        Reviewed-on: https://gerrit.libreoffice.org/10213
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Joren De Cuyper  <jorendc@libreoffice.org>  [f86a4b4897814f9eea4116816e9163bf71a62262]

        follow up fdo#81218 - update Copyright year in DEB files
        
        Change-Id: I36f9002300939eb66a90766676a7de51cb044df9
        Reviewed-on: https://gerrit.libreoffice.org/10226
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Douglas Mencken  <dougmencken@gmail.com>  [f4beadc6e28b812237e01e6f8f2c4afcf57bb4d5]

        avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPC
        
        this fixes gcc: error: unrecognized command line option '-arch'
        
        The '-arch' option is part of Apple's extensions to GCC, and it is uncompatible
        with "vanilla" GCC from FSF. Also, we're not building "universal binaries".
        
        Change-Id: I44e7c72bbb1dd4be5ac9cdbc4f210aaccea513b4
        Reviewed-on: https://gerrit.libreoffice.org/10117
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [96e3a8821d7738ee29dedf9c0c5b0b6f96fae6c7]

        add adjustments for spinbuttons
        
        Change-Id: I11e8ce8fcbf468797b08a1a3101030fd07397c98

2014-07-11  Palenik Mihály  <palenik.mihaly@gmail.com>  [de8648c3c84bdfb33f6366d0714482e143ddf02d]

        Convert RID_CUI_DIALOG_COLORPICKER to .ui
        
        Conflicts:
        	extras/source/glade/libreoffice-catalog.xml.in
        
        Change-Id: I161681859c924cc97afa9886b80005e70fa2a87c
        Reviewed-on: https://gerrit.libreoffice.org/10210
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [33be4c0f6949a57ff0cd3ef1c5ce9e32ffc91910]

        return early for empty bitmap
        
        Change-Id: I768ffe9dc1226bbcca706e0c56c6103e043b2401

2014-07-11  Michael Stahl  <mstahl@redhat.com>  [46d9724369ba4f248eab0133d396bd8f6a4453c6]

        fdo#80410: let's add a unit test too...
        
        Change-Id: I2b9853dc5b85c034d767825ca2842738b61b54f5

2014-07-11  Matúš Kukan  <matus.kukan@collabora.com>  [3f9d00a5a9a2f6213889e8701c8a2104fe2b5d7f]

        fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"
        
        Obviously, it's not safe to touch editeng :-/
        
        This reverts commit f2d6eb4d96918de9b29a96749506b83b0e59293f.

2014-07-11  Noel Grandin  <noel@peralex.com>  [1fc3126439ca57a0c1c4897770e77281c5f325c3]

        convert GlobalImageList to SimpleReferenceObject
        
        instead of hand-rolling it's own reference counting
        
        Change-Id: Ie90cdce49b9dab68f1bdf487b0f308e03464f893

2014-07-11  Noel Grandin  <noel@peralex.com>  [0a70789991152ca56007f56aaf44e85d14cc2dcf]

        complete shot-in-the-dark to fix tinderbox build
        
        tinderbox 50 is failing, trying to fix it
        
        Change-Id: I81e3cbdb224110af3036f5726228fd88aba32748

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [76631b6b9147dd83006a6382441d311f668f3286]

        Resolves: fdo#81147 fix mismatching drawlayer and docshell colorlists
        
        a bit of mis-merge + a bit of underlying crashiness
        
        regression from 378dc6ef20ffd0e657d78dbf6646d48059be4045
        
        Change-Id: Id0f7b6b6f13e1ec70dc900c21d2d020a44cf6081

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [86de78ce5076ed00c6ad19eae7ab6da7c7a91196]

        Related: fdo#81147 check if colorlist is valid
        
        Change-Id: Ifd48526974b7fcb10872d53d42e26add3fe878d1

2014-07-11  Noel Grandin  <noel@peralex.com>  [c62e854ee40d427153b9f5d0c1d93b6ee0b13bfa]

        convert sw/ObservableThread to salhelper::SimpleReferenceObject
        
        instead of re-implementing it's own reference counting
        
        Change-Id: I2600b970544f1dfd84b987d1891c79e3c377bd1b

2014-07-11  Noel Grandin  <noel@peralex.com>  [0cca713f69710d1312acdde9115b359dd8bfc010]

        attempt to fix linux build
        
        on some older boxes, after my commit
        dac4ca5 "new loplugin: externalandnotdefined"
        
        Change-Id: Ibcab5f39714fb531066709e91a7322270995a6a5

2014-07-11  Noel Grandin  <noel@peralex.com>  [dac4ca5f682fdd0c3eee7f7ee1d98c9b3c8b7ce4]

        new loplugin: externalandnotdefined
        
        Find "missing headers," where a function is declared directly in the
        .cxx (as extern) and not defined, and should arguably instead be declared
        in an include file.
        
        Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [28b6325901138a6267320902ec889fc434ddde91]

        VS2013: Make ADO backwards compatible for SDK > 8.0
        
        Change-Id: I2e607156831321cc0ea5c3030befb635c5acaed1
        Reviewed-on: https://gerrit.libreoffice.org/10156
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [a21d0d7d5c3886b6ae9b5a2f7241d1a4a7846f08]

        VS2013: Adjust lcms2 to 12.0 vcproj version
        
        Change-Id: I5ec1ea40e57c7d9de337645421be89e1e4c5a867
        Reviewed-on: https://gerrit.libreoffice.org/10157
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [5a03dad45290a92941aab61ef03247c04b78154f]

        VS2013: Adjust python3 to 12.0 vcproj version
        
        Change-Id: Ic4566e8a199d3f31d6d4cb2d3fd41ad7b762c02a
        Reviewed-on: https://gerrit.libreoffice.org/10162
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [705473c9bd787dff7b63f94a3a577b9510cb62af]

        VS2013: Adjust libgltf to 12.0 vcproj version
        
        Change-Id: I076c998f5c843b60ac5624381e51271a0924043f
        Reviewed-on: https://gerrit.libreoffice.org/10161
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [f4afc39514eeca61f56907b7fee1e82bf8d1c239]

        VS2013: Adjust glew to 12.0 vcproj version
        
        Change-Id: Ibfb6f7d23c0f3afbd7ef810093dbbec7f9134aaa
        Reviewed-on: https://gerrit.libreoffice.org/10160
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [729e26426c88f9bba7e4d9b79d43fb4c9553d179]

        VS2013: Adjust cppunit to 12.0 vcproj version
        
        Change-Id: I9223fc0620bf31389ab4ea0971835dd7a27feb7e
        Reviewed-on: https://gerrit.libreoffice.org/10159
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  David Ostrovsky  <david@ostrovsky.org>  [83cfe896973075a2b07453d9de548f625511fa63]

        VS2013: Adjust coinmp to 12.0 vcproj version
        
        Change-Id: I3b069278297c489b0aeb54ebef484c73dee503c0
        Reviewed-on: https://gerrit.libreoffice.org/10158
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-11  Matúš Kukan  <matus.kukan@collabora.com>  [89df4412dcff84eb7ef77bf77b5db499ed44fb18]

        webdav: Do not return reference here.
        
        This was missing in e07cefb4f7ba39d59d25815e208ed61269079142.
        
        Change-Id: I1c9a3f88981ee67d9d5748f9e43eed1237422fb1

2014-07-11  Andrzej Hunt  <andrzej.hunt@collabora.com>  [390f842de17755fc5f67b60fc638324b33aa1d96]

        Check whether Command Args are already set up before doing so.
        
        Could already be set up e.g. if a client application is using UNO
        separately, in addition to LOK.
        
        Change-Id: I50c3230b6f2456360273902a308c303576baac10

2014-07-11  Eike Rathke  <erack@redhat.com>  [972c92c84e6f95e8fa8818794280a16e681e5edd]

        CID#982304 logically dead code
        
        Change-Id: I8ffc8249a4d1b7530ee208cf84b48af832758a4d

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [2a17daf8a1fb1e83c11fd4c74da62518b27bb025]

        move the retype strings to sc.hrc
        
        Change-Id: I70bbbac0dff8c64bedcf8a46006378291a7fac23

2014-07-11  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7fd7b7af26952676d8fcff6b56a081aac681d804]

        Introduce osl_areCommandArgsSet.
        
        We cannot call osl_setCommandArgs twice, however there is currently
        no way to determine whether or not this has already been done. This is
        necessary e.g. for LibreOfficeKit where we may also be using UNO
        separately (and also for unit tests where LO is already set-up prior
        to the unit test running, and therefore we can't set up osl again
        from within LOK).
        
        Change-Id: Id1f357ef604eb2b6b7814c9a04ac6933a39fd3eb

2014-07-11  Joren De Cuyper  <jorendc@libreoffice.org>  [e003e9a99f04f1b62432c34deb55a6644d91d88c]

        fdo#81218 - update Copyright year in DEB files
        
        Change-Id: Id8d83c09535e79146d65d615e85f0f18535b95d5
        Reviewed-on: https://gerrit.libreoffice.org/10223
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  rbuj  <robert.buj@gmail.com>  [eefcbdcfdeafd23d5a002d0718d8574453f87458]

        -Wdeprecated-declarations: first deprecated in OS X 10.10
        
        vcl/osx/salframeview.mm:201:16: warning: 'useOptimizedDrawing:' is deprecated: first deprecated in OS X 10.10 [-Wdeprecated-declarations]
        
        Change-Id: I6025de6c23a73c625ddfe8398dfd91bd838fe83c
        Reviewed-on: https://gerrit.libreoffice.org/10122
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  rbuj  <robert.buj@gmail.com>  [402bde9397e98d464aa4f30a46fbff3cea958058]

        -Wdeprecated-declarations: first deprecated in OS X 10.10
        
        vcl/osx/printaccessoryview.mm:362:37: warning: 'NSScaleProportionally' is deprecated: first deprecated in OS X 10.10 - Use NSImageScaleProportionallyDown instead [-Wdeprecated-declarations]
        
        Available in OS X v10.0 and later. Deprecated in OS X v10.10.
        enum {
           NSScaleProportionally = 0,
           NSScaleToFit,
           NSScaleNone
        };
        
        Available in OS X v10.5 and later.
        enum {
           NSImageScaleProportionallyDown = 0,
           NSImageScaleAxesIndependently,
           NSImageScaleNone,
           NSImageScaleProportionallyUpOrDown
        };
        
        Change-Id: I457196e3e8f2ebcc10e9e0fa87755e5e3dba207c
        Reviewed-on: https://gerrit.libreoffice.org/10121
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  rbuj  <robert.buj@gmail.com>  [17458019baa564c96dcd5e0bc73339c779456f94]

        -Wdeprecated-declarations: first deprecated in OS X 10.10
        
        fpicker/source/aqua/SalAquaFilePicker.mm:220:14: warning: 'NSOKButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
        fpicker/source/aqua/SalAquaFilePicker.mm:225:14: warning: 'NSCancelButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseCancel instead [-Wdeprecated-declarations]
        fpicker/source/aqua/SalAquaFolderPicker.mm:114:10: warning: 'NSOKButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
        fpicker/source/aqua/SalAquaFolderPicker.mm:119:10: warning: 'NSCancelButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseCancel instead [-Wdeprecated-declarations]
        
        Change-Id: Ib497903e4df868867cc56e2eade7bb2572f0902a
        Reviewed-on: https://gerrit.libreoffice.org/10115
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [a3271394b5a537f4831a7bdd4f6b668511dec1ba]

        Updated core Project: help  c7229c8a250f7387c090f20a0fd9171fdcd576d1

2014-07-11  Palenik Mihály  <palenik.mihaly@gmail.com>  [91ebd8825bf0ac6bf3daaba54cefc1a11a64451d]

        Convert RID_SCDLG_RETYPEPASS to .ui
        
        Change-Id: I5d6e1ba67bf04c4a10e92f203fcbf36b58a8801c
        Reviewed-on: https://gerrit.libreoffice.org/10178
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2df4f9425cf71aee638b4b9cb2498655483b417d]

        sc: syntax fix
        
        Change-Id: Ie3cfad9f39d55095fce638a33ee6383c967d5475

2014-07-11  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6174152cfffd8e31b9eda238990a161c8c2b9a71]

        glTF: crash after starting a model without an OpenGL window
        
        Change-Id: I726f4d62ab062fbd41376183f60c26d8e6cfe33e

2014-07-11  Zolnai Tamás  <tamas.zolnai@collabora.com>  [30fcee6ce56ec4e50ee86c308ca5621746d817d5]

        glTF: Removing one model breaks an other model
        
        Reproduce:
        - Insert two models
        - Play first model
        - Delete second model
        Result: crash (windows) or first model disappear from the
        opengl window (linux).
        
        Change-Id: I940960754f42a2e4faf5b9f37c0d4a3c155e4650

2014-07-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [053b17cb6fe7c0e138ac926d57daf415fbb2527e]

        writerfilter: remove unlocalized help text
        
        In general, it's not a good idea to add a help text for a widget on
        the importer code. And in this case is consistent with MS Office
        behavior: help text shown only when the field is empty.
        
        Change-Id: I18b640549f558a190c0fdada825e80e6a730f69d

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [b011324e4aab2a5448ad45cd04dd4b2e4f863048]

        drop unused helpids
        
        Change-Id: Ie684da5922d9f645495a1965b9462d0ae2de2342

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [e8a23e1f7451a42c65503a0d23e5d65cd1611e53]

        Updated core Project: help  9f3d8e13a9180997db0bc525030fbc5e8ba59f21

2014-07-11  Laurent Godard  <lgodard.libre@laposte.net>  [fe6311fce7e7305b2f6c87f57407ea13e2625c53]

        add UNO API loadStylesFromDocument
        
        avoid opening again a document that is already available
        apply to calc - refactoring ScStyleFamiliesObj::loadStylesFromURL
        
        Change-Id: I6b26c91265dcafa73b472bc68ee684ba0733b0ac
        Reviewed-on: https://gerrit.libreoffice.org/10214
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-11  Szymon Kłos  <eszkadev@gmail.com>  [713735fc89b9e0222d8b62d051153da6932b3ebd]

        RID_SVX_XFORMS_TABPAGES conversion to .ui
        
        Change-Id: I0f3647e95b2150eb8753aa333eeb492fee76bd2a
        Reviewed-on: https://gerrit.libreoffice.org/10192
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-11  Sourav  <sourav.mahajan@synerzip.com>  [f021524aadfe1aa1a07f4600bcb89e7c69ccfdb0]

        fdo#76279 Invalid Citation on RoundTrip
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9898
        
        Change-Id: Idfe39761180ae1eeb0066ae3aac13de6ac6df0b9

2014-07-11  Caolán McNamara  <caolanm@redhat.com>  [17ec028be46545c7d67742d7fafe38926fb2dbd5]

        coverity#706461 Uncaught exception
        
        and
        
        coverity#706460 Uncaught exception
        coverity#706458 Uncaught exception
        
        Change-Id: I580e4dbcb1c65404fe7e93098eb44b5d5d004e8b

2014-07-11  Noel Grandin  <noel@peralex.com>  [790f7532a2b42aa7d3f880c16e4410301d6b0180]

        cid#1169841 Big parameter passed by value
        
        Change-Id: I4329eaaa29d5689471092c167104711e4f8c115c

2014-07-11  Matúš Kukan  <matus.kukan@collabora.com>  [d01e35e1203c85334c504ea7b313db199973c7ae]

        Clean up usage of 'this' and constness.
        
        Change-Id: I35085bebdec47598a5f927924b429b02b44c0e65

2014-07-11  Matúš Kukan  <matus.kukan@collabora.com>  [d98c817cc71e62a2beecc7142062f9ef33a7149b]

        Allow to move only callout handle with shift key (cp#1000084)
        
        When line callout was used, you couldn't move the point next to
        the rectangle.
        Now it's possible with shift key pressed.
        
        Change-Id: I70565e4e3f80daf0e1007031ef7d49036fb0e26b

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d5dd1216804afae35d7fe7dbb1d37b0ca1fcce88]

        Use OUStringHash here.
        
        Change-Id: I37625fb421e5b20f299fccccbc9d5ac74c31de3c

2014-07-10  Michael Stahl  <mstahl@redhat.com>  [3ffb06e76be9be7499f12973139949ddbf6297b9]

        fdo#80410: sw: DOCX export: support DOCX embedded objects
        
        Change-Id: Ifa9e12eee4139a9c9c5d17a349ff3511c62b3ea8

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4810a814c7c7f3db2df15b62367bd1edc7040f6]

        cosmetic 'en-passant'....
        
        Change-Id: I9a787065898004ece4bd55839c563b7395e3a314

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f554464a16723e305186f5df0889406f808363f]

        coverity#982762 Dereference NULL
        
        Change-Id: I9da66fe9cf279231d6024f23fbb273797b289ba7

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [942c21a003ffa2644d89c2262b55b8320f8d51aa]

        coverity#1224984 Dereference before check
        
        Change-Id: I93c8326d204d1b15a2a7ac5288a6c767029c6501

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a64675de59528391997cb25a400984666aa1b6e7]

        coverity#1224977 integer overflow
        
        Change-Id: Ic212489319ef06486323877227bc8f43cc9190cc

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cdb6ea23516391d975bce03ac5802923d3159610]

        coverity#1224978 integer overflow
        
        Change-Id: Ie7dd90e6e395fb84802758e7d90ffac010dcced0

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [170aff247823c1a20e01607012b08a70f2ab7cd1]

        coverity#1224982 out of bound
        
        Change-Id: Ibf5e6475b3bbfbb25e0204e3999674e59555eddf

2014-07-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [73421a8f09e44446605b92fcc28a54f57d50f5b5]

        coverity#1224983 out of bound
        
        Change-Id: I58cf35e8729110f2488bf08d6cadc1ec428298cf

2014-07-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2eb750cdd67710eb10292654a6eda8415d528765]

        Align the pin-box description better.
        
        This layouting isn't really great -- it would probably be better
        to have some sort of normal widget construction in the longer run,
        but for now this makes the dialog look a bit better.
        
        Change-Id: Id40866b68992c9fb03049903fe19d4c68936945a

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1c01cf1ef56f63d8a827298c5e7f900b1ea37f49]

        This forward declaration no longer needed.
        
        Change-Id: I2b760d71651d48c2e944f9344bd115e9443aa9a2

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [de66e122af3fb5ccd13ed38b28b5e04ab1433b43]

        Move the rest of the members to the impl class.
        
        Change-Id: I80186a617c751420954b27e070559cc8487c7fd9

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [11c682057550b6551940e762d3b403586e1f5ea8]

        Move "prog name" (whatever it is) to the impl class.
        
        Change-Id: Ifa4f2f2f923d4800cf5fd540631204492ace1936

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cf470718ca5e906ae4c6da3fad3698872f97ee6f]

        pGraphicObject -> mpGraphicObject
        
        Change-Id: I8b396ff1018fb54eecd44624a11bc2e405bb7f84

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eda334eb1da4ddfe67f1d88d0ba85f86cfbddd87]

        Move Graphic member to the impl class.
        
        Change-Id: Iee58a6c9b7081a2aa00f6f050574a5827840286b

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ce9e4a68f0776842ca8a2ce6ac3e0891ba00fea]

        Head cleanup - use forward declarations.
        
        Change-Id: Icc4fa0acad77d61200eb77cc70e21866590b658e

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2aef59dca407a1d342874cde88732b6cb9e131b4]

        Move the embedded object to the impl class.
        
        Change-Id: I15af9a74fdcc40d65b3f8b394fc69037c017fe76

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cef8eb1f7e906c5717c12967d63f164dced9e8a5]

        Use initializer properly and remove Init().
        
        Change-Id: Ic343ff4ddd51a933ba97971d5a1197f5a25ef772

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d8780381020da9214ba7e71d7c6c3de78642c668]

        These members should be private rather than protected.
        
        Change-Id: I5b50a5dc0b83b2d5017ab749600324338ff0abdc

2014-07-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a111f9c49296edc31b5cc82889576e114537e283]

        Clean this up.
        
        Change-Id: If44715c7d88f7494cbb61a7c1b696c0494426c59

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [e3bd5018dcf76694841131471d9e87e414487564]

        coverity#1224995 Uncaught exception
        
        and
        
        coverity#1224994 Uncaught exception
        
        Change-Id: I7f25e3829dbd1e5d68561ca9853ab8fc10c79484

2014-07-10  Michael Stahl  <mstahl@redhat.com>  [ee36fc7add892690c95a969530ecdcfc1bc9decc]

        fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...
        
        ... ImplDrawAlpha()."
        
        This reverts commit 3cf3700b7a903e88f5296076c40ae854bce91cdc.
        
        It may look nicer but is unusably slow when scrolling in Writer.
        
        Conflicts:
        	vcl/source/gdi/outdev2.cxx
        
        Change-Id: I582f3f02a2f8915c244b04b2fe95b6af926396b9

2014-07-10  Douglas Mencken  <dougmencken@gmail.com>  [6363e1e3739cce7bc6ff6962b4021cf95fac340a]

        vcl/source/window/wrkwin.cxx: drop unused svsys.h header
        
        Change-Id: Iad99721f6026512584c6e1cb763b81ffc6d1a625
        Reviewed-on: https://gerrit.libreoffice.org/10152
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3bd2fa9111ac95044240d4fb80fb4f4c1426bb06]

        Update sw/qa/extras/README
        
        The run() method is gone since 4.2.
        
        Change-Id: Ia7a9932001dff7834e960885096468148d47738a

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [db31cc0eadf22b268300a23343d58a267065687b]

        CppunitTest_sw_ooxmlexport / testSdt2Run: one more assert
        
        Change-Id: Ic5f2f86992c91b054d4db18174396bd2480f639b

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef01eef6165defc6850fda6a557549e6d34c43f1]

        DOCX export: handle character format of dateTime SDT
        
        The trick is that this logic has been already implemented for table
        styles, so just reuse that.
        
        Change-Id: I5b094fece244da8cf0857ce829a54aa7c124e280

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [06a39e43296d76097ad5288c0e8b9e2869e6644e]

        DOCX import: handle character format of dateTime SDT
        
        Change-Id: Ia8966745b1ed63ae7de2ad0d673faff8b8804d63

2014-07-10  rbuj  <robert.buj@gmail.com>  [07601de43b8d3968be754c4fd212065391f85994]

        nss/nspr: update build/autoconf/config.{guess,sub}
        
        Update the file nss/nspr/build/autoconf/config.guess to the version 2014-03-23.
        Update the file nss/nspr/build/autoconf/config.sub to the version 2014-05-01.
        Create the file nss/nspr/build/autoconf/GPLv3.txt.
        
        Change-Id: Ifc508a3c1bee57f810588d0013971e4bf1984c10
        Reviewed-on: https://gerrit.libreoffice.org/10148
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Andras Timar  <andras.timar@collabora.com>  [2aae58b82cb8719ff3ac42aaf0eac82fa9645614]

        make label translatable
        
        Change-Id: I1e7703489ad9c41efbd22863fc9dbe86afee5e3e

2014-07-10  Douglas Mencken  <dougmencken@gmail.com>  [cfca22cf7fac269aa480bbd4584142e23847e7f0]

        vcl/source/outdev/outdev.cxx: drop unused svsys.h header
        
        Change-Id: I21308351e86372ce938480a8514415756f9bf549
        Reviewed-on: https://gerrit.libreoffice.org/10165
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [9bd055be19e754bb1de136c29d9fe5c00ea14b2a]

        Updated core Project: help  957d5ee976dc602e7c433e2659d748f453f086ac

2014-07-10  Szymon Kłos  <eszkadev@gmail.com>  [3eabd685956a205969c7d12b238198eba841ea69]

        RID_DLG_SELECTLABELCONTROL and 3 tab pages conversion to .ui
        
        Change-Id: Ia8b8f1cdaa2bc14e6d3249998e06b076ad4e6ae4
        Reviewed-on: https://gerrit.libreoffice.org/10150
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [3beb45c9a193c66a135f0321be84c9d7e7c1a96d]

        coverity#1224997 Uncaught exception
        
        and
        
        coverity#1224996 Uncaught exception
        
        Change-Id: I36ea602a93471d826859bef739c4165117cc4cd9

2014-07-10  David Tardon  <dtardon@redhat.com>  [5eb408a3bb8df204452f0b931a254dad5f0cf35b]

        fdo#81044 detect UTF-8 BOM too
        
        Change-Id: I6fd041780b889e2125b916964ba27d032667dcd6

2014-07-10  Charu Tyagi  <charu.tyagi@ericsson.com>  [6476f559070f0a7f2bb14f5f9a29d5bb10e62bb5]

        fdo#74745: Test Case for importing custom property of type date correctly in writer.
        
        Change-Id: I61c7ec4953269a88f3edcebc5b81b01de5b8f3fc
        Reviewed-on: https://gerrit.libreoffice.org/10132
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-07-10  Eike Rathke  <erack@redhat.com>  [1093b900b43d819c9a730ef6435fed0f3687a085]

        resolved fdo#80195 act on implicitly propagated error, if any
        
        Change-Id: I1d5a55a14fc3e25edc2cddec5b53ed2afa96bd3e

2014-07-10  Michael Stahl  <mstahl@redhat.com>  [d18308cf3b25ee30815bcaae73d49b5f5b8e734e]

        fdo#79358: ODF export: fix index boolean property export
        
        Due to inverted conditional, only the default values were exported, not
        the non-default ones...
        
        (regression from 8a81f542a6ca566661305c53899b7e422cbaa432)
        
        Change-Id: I0b1fc828230695709db49e1643801842d947403c

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [2292f0026284b69ad3351e7a45dfc36fc41dd1a2]

        CppunitTest_sw_ww8{im,ex}port: enable on Windows
        
        Change-Id: I503e737b00c033ff6186805724e57d445c0ab674

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [c8533d2ac928c59107688d7848bf583a92ac9b4c]

        Updated core Project: help  084ad682be0cd73a58d6e0481b35ae2c16fac650

2014-07-10  Szymon Kłos  <eszkadev@gmail.com>  [e56f9da481629e9e3a382029bdf41ce42531b672]

        MD_DDE_LINKEDIT conversion to .ui
        
        Change-Id: Id058400bad5a8b100ef5a07060ea1c5013c6e6d6
        Reviewed-on: https://gerrit.libreoffice.org/10146
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Herbert Dürr  <hdu@apache.org>  [d1fc47793c1efbe9ff5271656283211647dd0b33]

        Related: #i125226# disallow absolute and relative paths for DDE servers
        
        (cherry picked from commit 6b64ada6e3a902ac4b44fe49476514d49138d4d4)
        
        Conflicts:
        	sfx2/source/appl/impldde.cxx
        
        Change-Id: I127add375a127dbbd0eaf12a10884e2636f1a332

2014-07-10  Herbert Dürr  <hdu@apache.org>  [13b68e24db26374ca17572de9abb429edeac32e9]

        Related: #i125226# some macro preferences are directly...
        
        applicable to DDE servers
        
        (cherry picked from commit 2c835e761e1e9ddb6794895e6f3538b918160dd1)
        
        Conflicts:
        	sfx2/source/appl/impldde.cxx
        
        Change-Id: Ic16b3df34ac1b003a8a5cabab15ea655d05bdd18
        
        Related: #i125226# typo fix
        
        (cherry picked from commit 727ea069c6342e01a50c8b068ec302574b251cbd)
        
        Conflicts:
        	sfx2/source/appl/impldde.cxx
        
        Change-Id: I8db53b7e8529d05e660a2d69e669b44c9045712c

2014-07-10  Luke Deller  <luke@deller.id.au>  [3c25c5f8d9021936bd29bc0a59a0fc2b2c59664f]

        enable ww8import/export tests for mac
        
        Change-Id: I6b29040a2cd4ad24f18dfafb51d95d2b7627dd27
        Reviewed-on: https://gerrit.libreoffice.org/10144
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-10  Herbert Dürr  <hdu@apache.org>  [b16f164650f8345e51bf0b0c73bf9c8eee775bc2]

        Related: #i125226# don't try to access known-bad DDE servers
        
        (cherry picked from commit 88de6a59d9d7933b86fdcba733277aa4fbd5e132)
        
        Conflicts:
        	sfx2/source/appl/impldde.cxx
        
        Change-Id: If4dcd49cfe15188d06e4e06cd8e58cdcc66ed5a4

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [919fbc4d7bbc4da16cd16fa91355d2f441f088b4]

        drop unused helpids
        
        Change-Id: Id6e35a11711cc2c044b48050a39037119de19f0d

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [eb377178d60a88abc13d21707fadd1db262806ff]

        Updated core Project: help  44176ebad23f662e45d29d7b99ccf972067c15cb

2014-07-10  Palenik Mihály  <palenik.mihaly@gmail.com>  [9586554caec183e6c4560b4df826c747422747f5]

        Convert MD_ICONSELECTOR and MD_ICONCHANGE to .ui
        
        I implemented multiple row ToolBox in MD_ICONSELECTOR.
        
        Change-Id: I0f275b2332a15f3ba37952f6a104099e4f1f1678
        Reviewed-on: https://gerrit.libreoffice.org/10112
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [8e0520acc72f45dbd35700dd129fe3e2dd1b6fd3]

        setting WB_SCROLL on a toolbar only works from ctor
        
        Change-Id: Iafd4d132abb63d698f8907c4aa71bd09c35babde

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [afbc907de41f30988fed69c7e8eada9bfd43aef4]

        coverity#737268 Uncaught exception
        
        Change-Id: Ia3cf5588892aba017991024e7890006828bf7b29

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [52153a08a5b1a4be88198d777ec293d394aeeb0e]

        coverity#1224989 Uncaught exception
        
        and
        
        coverity#1224990 Uncaught exception
        coverity#1224991 Uncaught exception
        
        Change-Id: I10c1d5a5d8a2f3e3f12699d1f2bec9febe3df126

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [6b9cc44922ed9527dde9a54544173bf581942b6f]

        coverity#1224987 Uncaught exception
        
        and
        
        coverity#1224988 Uncaught exception
        
        Change-Id: Idba0a2d289f00c8629be59b990a121044a099aa1

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [e0ec561059feced3bf61324cd688c1cbaac9629b]

        coverity#707480 Uncaught exception
        
        Change-Id: I27732316c42face6750ffb7eccc238f66519e4e6

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [d16cc33b491c9424ee825b1ca36f0dbd8bce16aa]

        coverity#707407 Uncaught exception
        
        Change-Id: Ib77be2231878dcb89524e6a5c5c4f1fe30e4e7d8

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [160c41759e4b7c3b4cd609ff10d882a5e0ff9c4e]

        coverity#707401 Uncaught exception
        
        and
        
        coverity#707404 Uncaught exception
        
        Change-Id: I710963e601121d736ecd55c9dd8f9ec0a17ed815

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [0df43cc217b6382000a109f86e706b139a8e5c29]

        coverity#982756 Dereference null return value
        
        Change-Id: I5bfb5c86093aca4b88b2abf39836a1c6d7cb0bea

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [462f7e43a059c10e431e66d8237ab1279620f685]

        coverity#1224984 Dereference before null check
        
        Change-Id: I05d54983d6231ec0b4293df51c7d55570d10cee7

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [e38307c4c0b16c733d52f5b6b8ff68136234c0cc]

        coverity#708898 Unused pointer value
        
        Change-Id: I2097507b223d45c880c25d51c47f1d347055db40

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [b2273b106384fbf22d35c70c50845f6126805443]

        coverity#707059 Uncaught exception
        
        Change-Id: If5d009647f3475d0c3ecf0ef621c92eff40a11dc

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [31a1eb48247e2e0f79c8ba34058eed04e04af336]

        coverity#706372 Uncaught exception
        
        Change-Id: If3b3395bbe44720540e9619bba6088c6cd29ed37

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [5fb8f03be61add8320045471edc55ce3f7c4fa8d]

        coverity#1224981 Dereference null return value
        
        Change-Id: I1623f7d61e849a59c8f23f2df18827df4a9c25c0

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [c6fc2647c8df5b9a7c41a192f2b78812d1f3656d]

        coverity#1132691 Dereference null return value
        
        Change-Id: I0da2f6956cf7675cce0d7d82a0ec797b50542c7f

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [73a8c2d6efa05f5c8ee44ff9468f00aed056aac2]

        coverity#1224979 Missing break in switch
        
        Change-Id: I539ba11497a8c7384b5ca8ee4792548dca139811

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [1d088b04027ec4d0058c89203350bdca6d28cc3f]

        coverity#1224980 Missing break in switch
        
        Change-Id: I17379f596fd8b48bd1015538eacc5265cfa83a82

2014-07-10  Caolán McNamara  <caolanm@redhat.com>  [07dcd679ff58d2f3ab991b5e3e66a2046a8dfde6]

        coverity#1225002 Uninitialized scalar field
        
        Change-Id: Iec71c9b509b785a6fe043c62e103cb4a930fd416

2014-07-10  Michael Meeks  <michael.meeks@collabora.com>  [7413c75b71cb44c5c86a297a3e02784c9f347212]

        Cleanup configure's make recommendations for stale make versions.
        
        Change-Id: Ib0c546e835bd3e6961632d4644901436061dc072

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [06e696a043114fcaba005cd8feac0ecb7ecede4a]

        DOCX export: write <w:alias> inside <w:sdtPr>
        
        Change-Id: Iaa020c00ddb3f9c6e6a9a6b2bc248a47c01a89d4

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd98c467e415d506cd690730e38ead9f3633eb18]

        DOCX import: handle <w:alias> in <w:sdtPr>
        
        Change-Id: Ia064421ac9c6f84015b1527a3d179dede3f6f832

2014-07-10  Noel Grandin  <noel@peralex.com>  [5a3d129a46a9f749439eeaff473ffb848a9650cf]

        remove SvRefBase::ReleaseReference
        
        because no-one is using the return value of ReleaseRef, but everyone is
        calling ReleaseRef, so make ReleaseRef void-returning and remove
        ReleaseReference
        
        Change-Id: I0bedcb65a887ba7a4953132b4c1ccefbdd554a43

2014-07-10  Noel Grandin  <noel@peralex.com>  [3549bd49561ddfdd8b4891d4c8874f7e7772f2c2]

        fix linking in vcl under OSX
        
        after commit 4789eab "use SimpleReferenceObject in vcl/osx module"
        
        Change-Id: I14a3f1da6267a5bb0aede9e56063db4b21a455bf

2014-07-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [43027942770578818e81399c97be1c75ee552300]

        svp clipping again: Rectangle dimensions don't map directly to B2IBox.
        
        This is the same as in 80f3211a7aeff221718703c445be4c753e0a1067.
        
        Change-Id: Ibb981da064b4fc97fd865be2decabd8798de7380
        Reviewed-on: https://gerrit.libreoffice.org/10186
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e5e7e706f8b71e0a60f376b88df78b8d440c6d93]

        LOAndroid3: upgrade to latest CairoGLInfo, CairoUtils, FloatSize
        
        Change-Id: I93c0761b1e76848ee8b07c5bcc524c95c036d322

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5957f5d02d5b20651e65e8518846082db7f7103c]

        LOAndroid3: Allocate buffer of correct size in "BufferedCairoImage"
        
        Change-Id: I7d70a90508d5a77234c670d6938c295321c08296

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [25ad527972ce3fcb86b6b5b03789e1b7b5568a45]

        LOAndroid3: tile loading and invalidation
        
        Change-Id: I6e0157efc52d8cd0eabf650e14559697139d8e7e

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [019cf5e8f900f6ff35183e37d9a139aea2d54c85]

        LOAndroid3: Expose LOKitThread in MainActivity
        
        Change-Id: I7919e2469e1db87af6d2e0fbb3a476f4ca86d4d7

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dd1fbacd25e7f871fd415d4139ecde97f65dacfa]

        LOAndroid3: use CopyOnWriteArrayList in MultiTileLayer
        
        Change-Id: Idb7fa8234bf74c83295816cb95dcc56e50c05969

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [40499e3db9ab890af13e6e8b47da68191fa11157]

        LOAndroid3: clean-up imports TileLayer, GeckoSoftwareLayerClient
        
        Change-Id: I420d2b28a3d3904989ea9c52e8a4326a0c8d7c3c

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d646e43cc088c70c2d8c2decaf1590ede0f3e898]

        LOAndroid3: CairoImage, BufferedCairoImage update to latest code
        
        Change-Id: If6b7e63a89c13015d4a96fae1862c9ccf6b04237

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d4ab22323a34c286b411044a598f5041e189d159]

        LOAndroid3: remove GeckoEventListener dependency & bufferSize
        
        Change-Id: I2e7bf8eb463fa9d9480f247732bde0af2055bd76

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2375959cdbdce2b2ac9e908f91f26abf9ed2f95b]

        LOAndroid3: cleanup & remove obsolete code - LOEvent / LOKitShell
        
        Change-Id: Ia41effca9aa54076290f105a9412bee9e388007d

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9cebdb5965114fb682598f19ad56fa8e56dc87b5]

        LOAndroid3: MultiTileLayer - use SynchroniozedList for tiles
        
        Change-Id: If2aa13eb3f772925f561b02eaf09f88620eabeef

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [842d8fb5118fa1ac46102cfaac6a1aafc33cbd46]

        LOAndroid3: Add and use DirectBufferAllocator
        
        Change-Id: I20a1de3a18deab6b978192d1d8a54278addbb083

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e7b401d9fb86da9b6d18709a21886cb91e7a0ce5]

        LOAndorid3: Clean unused code, add getTiles() to MultiTileLayer
        
        Change-Id: I1a539d10de2ad8bf7410a59adafcb18cc2639068

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7b55df0b2c04f1a58922585415bc2e32c5d68e08]

        LOAndoid3: clean-up SubdocumentScrollHelper
        
        Change-Id: Ie02b0a08c8bdcb93929fb742729a0169ee6a0666

2014-07-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2c7c21b3f498fa15361ce9218aba1baa38643d8d]

        LOAndroid3: upgrade TextureGenerator/Reaper to the latest version
        
        Change-Id: Ic84d3f0901f071a22af411d914a51a2ba92dbf9f

2014-07-10  Stephan Bergmann  <sbergman@redhat.com>  [d16bb62d226ede68899f14a2c037158d94c61620]

        Fix function signature
        
        Change-Id: Ia3cd228009792d2e5c2e3b74e740341bb0088867

2014-07-10  Noel Grandin  <noel@peralex.com>  [4789eab61c60466e5b6b7d7fad14b128fb851e6f]

        use SimpleReferenceObject in vcl/osx module
        
        to replace hand-rolled version
        
        Change-Id: Idf3f2dd20bacd3cb3de64931027ef62d9116200f

2014-07-10  Noel Grandin  <noel@peralex.com>  [bc30f938c0d27ee1ae20b0c10d3d8840557b2e93]

        use SimpleReferenceObject in stoc module
        
        to replace hand-rolled version
        
        Change-Id: I30635aec81313e4e0d1b67b30c8992fd63bb1f67

2014-07-10  Noel Grandin  <noel@peralex.com>  [0ae79a13686f2c17e6e4bda89b21fe78b5466201]

        use SimpleReferenceObject in StgPage
        
        to replace hand-rolled version
        
        Change-Id: I5301ef1df786b08b3c5d585a366d95722506f220

2014-07-10  Noel Grandin  <noel@peralex.com>  [e656d583e7fd9b7d2b1bbe2d8716e75ab2023c2c]

        use SimpleReferenceObject in sdr::overlay::OverlayManager
        
        to replace hand-rolled version
        
        Change-Id: I3f47bf686ac07bba03acacace817767f2845af4f

2014-07-10  Noel Grandin  <noel@peralex.com>  [1dcef2a123fb54bfc1360c04f8e49783445c734c]

        fold dbaccess::IReference interface into the only place it is in use
        
        Change-Id: I978a528e1da6f73c94549c2ced95b244ad5b6147

2014-07-10  Noel Grandin  <noel@peralex.com>  [06d18374deabe00712d80eaee291fc966ce6cd99]

        use SimpleReferenceObject in extensions/update module
        
        to replace hand-rolled version
        
        Change-Id: I4cd74b3e95a61c32d3aa52646d654ce306791fae

2014-07-10  Noel Grandin  <noel@peralex.com>  [183e062e9f22d51e59054396ebb75e2148b067d7]

        use SimpleReferenceObject in connectivity module
        
        to replace hand-rolled version
        
        Change-Id: Ib415a6e78733277cbc1c0777d7263b65f404e6a4

2014-07-10  Noel Grandin  <noel@peralex.com>  [ea8f32b61a51b6d9cef72bbd5ac701bef2975a39]

        use SimpleReferenceObject in dbaccess module
        
        to replace hand-rolled version
        
        Change-Id: Ie7b98c284d157521482b0f98915146133f32748e

2014-07-10  Noel Grandin  <noel@peralex.com>  [a7470048bd5be5c1668bafc02d58dba97ff5a558]

        use SimpleReferenceObject in extensions module
        
        to replace hand-rolled version
        
        Change-Id: Ia983f5b87c55d8e5cce6f388e0f77077b6415745

2014-07-10  Noel Grandin  <noel@peralex.com>  [df906cf2acffac4a4611f8b34724cdbcda068c74]

        use SimpleReferenceObject in forms module
        
        to replace hand-rolled version
        
        Change-Id: Ic95f4dfd1ae5ab414c68c52ad58c738f4ac1d9d1

2014-07-10  Noel Grandin  <noel@peralex.com>  [ba6781f8cba03933811fd2a420cf3d09daddfd56]

        use SimpleReferenceObject in fpicker module
        
        to replace hand-rolled version
        
        Change-Id: I0c1cbf6b0e70106f4ecc5b579e09acc17045a44e

2014-07-10  Noel Grandin  <noel@peralex.com>  [3a93809df9ace02da20fa5f91e4c72fa3b3f8a82]

        improvements to ShareableMutex
        
        - add some docs
        - remove unnecessary null checks
        - improve field name
        
        Change-Id: I8299ec0d56ee5d903f05f2790f97f90ca00663cb

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a90643947e3767fd5d76784df54d7ee25e6793d]

        DOCX export: allow multiple runs in w:sdt tags
        
        Change-Id: Iec053f92ebdfb89ddd311e190609c9dd1a1c64ef

2014-07-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ab5fcfbda1898f862d599e4351db2da92027867]

        DOCX import: handle exact end of w:sdt tags
        
        Change-Id: I5b6158281782fc07ffe0eef73ab94345563498f9

2014-07-10  Stephan Bergmann  <sbergman@redhat.com>  [f136890dc01260bde611b4c121ddf119281cf5b4]

        Clean up AlphaMask::CopyPixel "override" hack
        
        ...that required undefined downcasts of Bitmap objects that are not actually AlphaMasks.
        
        Change-Id: I629f4a81d40a2a85cd877ffec13445786ef58187

2014-07-10  Andras Timar  <andras.timar@collabora.com>  [e842914ae3ec6109e889cfc4d0387192a68d2907]

        fdo#81095 update our copy of Source Sans Pro
        
        Change-Id: Ifea8069b9d499cb7b23575786350446e85771eb6

2014-07-10  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [d72d71517ea3b13a1a5ddb685243c11ec7caa893]

        Translate German comments (continued)
        
        Change-Id: Ia33f8b85120381c75bcb3696845dfab1fd8b61fc
        Reviewed-on: https://gerrit.libreoffice.org/10151
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [5e8b31f1d3507f4c93a164259e40b8da5b686343]

        fdo#75757: remove inheritance to std::vector
        
        This also fixes possible memory leaks of SfxAllEnumValue_Impl
        which may occur in SfxAllEnumItem::RemoveValue() of the original
        implementation.
        
        Change-Id: I5f458c546575d9e1f88b1167ae561537963c7b95
        Reviewed-on: https://gerrit.libreoffice.org/10167
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b023565d4f064cd0312e8c1fcc23a9f552112935]

        bnc#883684: Make chart objects exempt from automatic unloading.
        
        The Memory option page contains "Number of objects" setting which controls
        how many OLE objects can be loaded at any given time.  When the number of
        total OLE objects exceeds this number the oldest ones get unloaded.  Note
        that the total number is across all open documents, not per document.
        
        Technically, chart objects are OLE objects, but unlike other OLE objects
        that are embedded Calc, Writer, Draw documents, chart objects normally
        "belong" to the host document.  It therefore makes no sense to subject
        chart objects to this automatic unloading.
        
        In the future we may want to apply this exemption to other types of OLE
        objects, like formula objects for example..  Or maybe this setting can be
        removed altogether...
        
        Change-Id: I7dd92550880efb4db8fc843cf1c915c712166da4

2014-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [4468ab0e0c0ecb50de68d2ecce327756a50eb0ae]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I1dd003bc984a11d6d71c92aae44accc9d358db0c

2014-07-09  Matúš Kukan  <matus.kukan@collabora.com>  [6bcf07ec389ee78720e2dcfd66ee8ec57dd168a3]

        unit test for convertTwipToMM100 functions (cp#1000087)
        
        Change-Id: I36d68ecaa71319d90b9abaec21543cc5d4e76f24

2014-07-09  Matúš Kukan  <matus.kukan@collabora.com>  [4d1621136c464b462a598571ecdcfe2ae119d8c7]

        Fix ignoring large twips values like MSO does (cp#1000087)
        
        which was introduced in 10b4da63e3143108ba75891e9e98fdaa2f7953ab.
        
        Since 1e47614cdb84b018a22a334dad0cdd9f0f53892c, only
        convertTwipToMM100Unsigned() ignores large values, which presumably
        was not the intention. At least commit message suggests so.
        
        So, move the check back to convertTwipToMM100().
        
        Change-Id: I17040f1987e24789b9de39a837d9f7ecaed520fb

2014-07-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d61c11c773656f8d8cbee982771be8df3d6516ea]

        Export these symbols.
        
        Change-Id: I8a16103564775e3df67d9a9891197e800ab63995

2014-07-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2e92df040ee02f32ee42ebe6a33e716444a64480]

        Scope reduction.
        
        Change-Id: Ibc9314320c7b22f676978bb8b8157844a12c9bf8

2014-07-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af4aaa22622e432cc0c899e019dfe819a360c567]

        Let's not derive from std::vector.
        
        Change-Id: I512d97d36c344df097cc5a1ac90aa9d3d219c1e9

2014-07-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9c451090df100e477272895c1c6d0ffd03a15812]

        remove no longer needed http://sprm nonsense
        
        Change-Id: I2f8d473ab564c9849963d937690fc48bc04a17b9

2014-07-09  Eike Rathke  <erack@redhat.com>  [fea6f83df8d2183b108695217bc4ff7a93e942c9]

        resolved fdo#62250 absent value cell values are not NaN, set to 0.0
        
        Change-Id: I41459d72adbaa8f6c0c7c22447f6eba5eb8be3e1

2014-07-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f8226e87b446d96a3803df46d9b786c233d1e1f5]

        Pass a useful exception message.
        
        Change-Id: Idde024a7b6896571d159c3983ef1985fa12d0c5a

2014-07-09  Oliver-Rainer Wittmann  <orw@apache.org>  [9c3dec47a12d37dd9b6fa71dca1f41def975759b]

        Related: #i125215# MarkManager: remove unnecessary mark container
        
        (cherry picked from commit f73412f09ca8a34bb7ec73370dae3e6033c0c581)
        
        Conflicts:
        	sw/inc/IDocumentMarkAccess.hxx
        	sw/source/core/doc/docbm.cxx
        	sw/source/core/doc/docdde.cxx
        	sw/source/core/inc/MarkManager.hxx
        
        Change-Id: I8aa3a0a3362de63fec9cd640ffde89d5f7f57417

2014-07-09  Armin Le Grand  <alg@apache.org>  [0aa3dee5e88a1494a7a6a8401e084cbdb4324727]

        Resolves: #i119287# corrected default style for draw objects...
        
        created using UNO API
        
        (cherry picked from commit d07778f62ed386672a60ef7570a89b5fa109e026)
        
        Conflicts:
        	sd/source/ui/unoidl/unopage.cxx
        
        Change-Id: I016d801edefb5ab32b7b6a8e13a1dc3e8fdb866e

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [877aa0e1e879b057027029c1ceed07f90b00b0d3]

        Resolves: fdo#73806 reduce the size-request of the expert config dialog
        
        the optimal size was set to be 1024x800, reduce this down to
        effectively the same size as the options dialog itself.
        
        This dialog just isn't ever going to be right given the huge
        length of the strings and the number of strings. We need
        something more like a file picker dialog view here
        
        Change-Id: I019e951601c3df769a609b8b439b535b6d5e254f

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [4fd1c9781fb2042eced9ea1b51c8e0b83c603e3a]

        use define rather than raw numbers
        
        Change-Id: I62802256780abe92f89a8cde066b26353fc3362a

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [0f9f361311967375cf8e3409ebc7168322641189]

        have expert config dialog survive exceptions
        
        Change-Id: I78a8cd4fff8fb134679d2223a379b6eb799d6f05

2014-07-09  Michael Meeks  <michael.meeks@collabora.com>  [af433f404f14c5dbed77b5fb764cf24caca9631e]

        fdo#75937 - package galaxy theme in a form we like; cf. fdo#81103.
        
        Change-Id: If920257f141a2dc4208d1fd322b875fdc8315cee

2014-07-09  David Tardon  <dtardon@redhat.com>  [ca4e6cad00fd0c0a9b8670b5f67a8145622fdacf]

        simplify loop
        
        Change-Id: I26c1456ca805c6f3ecfa5bd4876e7ae345f087e7

2014-07-09  David Tardon  <dtardon@redhat.com>  [8817e5e3a0d92a4febae955ced7a35c52cb08910]

        fdo#81004 this looks like a mis-merge to me
        
        Change-Id: I2d30774a8a89002b6c2d8487bfce15eb13c82e0d

2014-07-09  Luke Deller  <luke@deller.id.au>  [f312ef98de57a5926be67421395544bb9d41b809]

        fix fdo#77844: header wrongly enabled from .doc
        
        The LO page style needs page headers to be turned on if the
        corresponding .doc file section has a left (=even) page header or a
        first page header.
        
        However this should not be triggered in the case where a first page
        header is present but hidden due to the "different first page" header
        option being disabled. This case is fixed by this commit.
        
        Change-Id: If3de0df45378587fdbdecc6a091d2f4b60940b43
        Reviewed-on: https://gerrit.libreoffice.org/10100
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-09  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [c1b562139a2e87cce2f189c50a242cf057970551]

        Related fdo#67642: remove redundant 'Preferences' label to save some space
        
        This label is redundant now that the dialog has a title.
        
        Change-Id: I628cc99594f7c42e9484f31d64779881e17c8f02
        Reviewed-on: https://gerrit.libreoffice.org/10119
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [6a5a4a6cab3f845701cd51613fbc27df30761850]

        Updated core Project: help  57ff135efcb010472bc58b57dd2749d3b488f96a

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [1fab8521b28516086dea4d11bf7d1f5620c5a851]

        drop unused helpids
        
        Change-Id: I385fcf216645a79d5c6cdadd31a37be20938371a

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [ac696f8b2d4ef40d6bf50207bcab8d902cd06415]

        tweak conversion a bit
        
        a) rework to remove the need for a ::Resize impl
        b) move the explicit pixel size into relative APP_FONT size
        c) lock down the target combobox size so it doesn't jump around
        
        Change-Id: Iad995453c178234d1ad0f794b5193920dcd275fe

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [d8f53bbe2bb705fc067ee8cf653446916b469eb2]

        provide a route to get the default document targets
        
        Change-Id: Ia163d2a69b33c18e18f81f0f82855d1caa4c2c1a

2014-07-09  Szymon Kłos  <eszkadev@gmail.com>  [4bbf35572d94efe8b321e3159e9810f52bc3f9f8]

        RID_SVXDLG_IMAP conversion to .ui
        
        Change-Id: I6d0ecb693177436a47d1115cdab6d5ec20254f4f
        Reviewed-on: https://gerrit.libreoffice.org/10105
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-09  Andras Timar  <andras.timar@collabora.com>  [33c36fb9fbc69bbc32088532dd21db7153aee09d]

        localized GetFullName()
        
        Change-Id: I4f2bffadef3db1bd07432202525734ab9b0cb0de

2014-07-09  Tor Lillqvist  <tml@collabora.com>  [f285ac7c0a5df29d1476462fe2ba1b4d13b27aa4]

        Add note that building for the simulator is broken
        
        Change-Id: I188ce756ea8194e903fc0d3edb0e859ab52c7d0f

2014-07-09  Michael Meeks  <michael.meeks@collabora.com>  [fe6f8010595dafc5fa8baffbaf92a09526aca3df]

        remove apparently unused SwPopup.
        
        Change-Id: I2709a295c69131ec9536e97c27ee8ab46dde203f

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [98921d4c37a7c312b1b15a153de56fc4e442262e]

        coverity#738460 Uncaught exception
        
        Change-Id: I39d0665131432ce963b434925e23b9eab2e739ca

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [92fe8838f7c6e2bd411b381a77f0fc4c43272b1d]

        coverity#707382 Uncaught exception
        
        and
        
        coverity#707383 Uncaught exception
        coverity#707384 Uncaught exception
        coverity#707385 Uncaught exception
        coverity#707386 Uncaught exception
        coverity#707387 Uncaught exception
        coverity#707388 Uncaught exception
        coverity#707389 Uncaught exception
        coverity#707390 Uncaught exception
        coverity#707391 Uncaught exception
        coverity#707409 Uncaught exception
        coverity#707411 Uncaught exception
        coverity#707413 Uncaught exception
        coverity#707414 Uncaught exception
        coverity#706919 Uncaught exception
        coverity#706920 Uncaught exception
        coverity#706933 Uncaught exception
        coverity#706935 Uncaught exception
        coverity#706968 Uncaught exception
        coverity#706970 Uncaught exception
        coverity#706973 Uncaught exception
        coverity#706974 Uncaught exception
        coverity#707032 Uncaught exception
        coverity#707044 Uncaught exception
        coverity#738455 Uncaught exception
        coverity#738456 Uncaught exception
        
        Change-Id: Ifd4c0a2b6b4ddcb5df01a951b8d56435ee32d754

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [ed8678f3f810d096f00b2dc4053d519ab487be69]

        coverity#707392 Uncaught exception
        
        Change-Id: I184df03332187bd97ae715e8a2a7966e7f09a21d

2014-07-09  Caolán McNamara  <caolanm@redhat.com>  [2acf20d41dd49a534ec498eb0da9e58a445b5d43]

        coverity#706384 Uncaught exception
        
        Change-Id: I337e948609f66dc9f0002b67cc0ac581a634478a

2014-07-09  Stephan Bergmann  <sbergman@redhat.com>  [c0ba062b23a009a95bfd59fe77c1dbcd642d94ff]

        CppunitTests using jvmfwk indirectly need sunjavaplugin
        
        Change-Id: I0e4408bb8301b5fd5da4ee5f4efab5b1ae4f5ca7

2014-07-09  Stephan Bergmann  <sbergman@redhat.com>  [1bc9ca7fac160ad1ff03695c0343347cffb37b29]

        Avoid undefined premature downcast to potentially wrong type
        
        Change-Id: I53bf8b74edab720fccc829f9228f7d9c4a8c2dad

2014-07-09  Stephan Bergmann  <sbergman@redhat.com>  [aa9aff1483a58f8e5a484487710422349a5301a1]

        -Werror,-Wunused-private-field
        
        Change-Id: I9d540c2a404600bba038853d73d0cce63f162ea2

2014-07-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3fdd4f069d5436cf39708004af7fda8175fbc4c2]

        Explicit virtual dtor needed for auto_ptr member for MSVC.
        
        Else it won't build.
        
        Change-Id: I6d857ffc7a444abaf477ee820e577757287a707c

2014-07-08  Michael Stahl  <mstahl@redhat.com>  [13a3364bad27d19eb09c4f9357e0a9758eba7f61]

        gbuild: AutoInstall: fix the command line for Win32 make
        
        Replace one ugly way with a different ugly way; it looks like the
        make_define invocation did not actually work before.
        
        Change-Id: Idd365f82a6fabab9444471ac88f91d81476bf124

2014-07-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [27c6cf1d757d824b158e94258856a760ecf41a18]

        cosmetic: fix few intentations irregularities
        
        Change-Id: I3154e79cf43b836c46512575834ed8a99b56c912

2014-07-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [38e6216cfd04f23ca0dbfa6bb99c5631f4891e78]

        kill UPD,SOURCEVERION and WORK_STAMP
        
        Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [005ed48e70114e1f7edee76ca514049895df27bd]

        drop unused helpids
        
        Change-Id: I43c8e1327731796498c6da42179ff085c26279b9

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [a86d511c1f4e0f006697edfcfaff1821c524afdf]

        trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .ui
        
        Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc

2014-07-08  Armin Le Grand  <alg@apache.org>  [25deea83f38804504b7b275a201d47e4e243f8fc]

        Resolves: #i125211# corrected breaking metafiles with gradient actions
        
        (cherry picked from commit 87637364387e5fd87d3b880ce230caa053ec555d)
        
        Conflicts:
        	svx/source/svdraw/svdfmtf.cxx
        
        Change-Id: I853f3499121c8708a7de9d04ff2856037061c6ed

2014-07-08  Douglas Mencken  <dougmencken@gmail.com>  [08abec41d682e67670f1f60aa71e6fd8bf81a927]

        Bump build-time system python's requirement to 2.6.
        
        "Writing Python code that is OK on 2.x and 3.x is next to impossible
        when 2.x is 2.5" --Miklos Vajna
        
        Change-Id: I432c2773eb60ab3bd5cc907407ca5159ce4390ad
        Reviewed-on: https://gerrit.libreoffice.org/10116
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [6f092beb46796b8a6cc94b5f4cbe509bf541fae2]

        Revert "use SimpleReferenceObject in connectivity module"
        
        turns out to be a bit tangled wrt copy construction
        
        This reverts commit 48cc4f1b8cf06a8e56c12e659a71f72d609568cd.

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [d153301d0bb78a37ae03c1b95766cc074b72e0dd]

        Updated core Project: help  900defa453aeb03e0d675d3860de5674786dd6cb

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [493a058dea0119e3eff0fe61f796885a7496df7c]

        Set VALID_ARCHS equal to ARCHS
        
        Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [a0368175867a53c858133732454c9797ebd29ffc]

        Pass -sdk option
        
        Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [a1711c717e0b5b7b2b5b722aba34cf32aa6c87aa]

        Construct and propagate the argument to xcodebuild's -sdk option
        
        Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [65f12c0e16638d3285539d9901e7300f3d12c615]

        hook up scrolling
        
        Change-Id: Iaf30a41dcc74e4542d3df60ca26354876badc81f

2014-07-08  Palenik Mihály  <palenik.mihaly@gmail.com>  [554a61317267cc364b0bf53131db1be07e035cfb]

        Convert RID_CONDFORMAT to .ui
        
        Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [2fa900c7c3eb52049f10df195eb58c07b17aa54f]

        coverity#706531 Uncaught exception
        
        Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [81a8f537d64acf09b2165fdbba1f8bf50b5d9ae1]

        Related: fdo#80633 dialog size cache has to be invalidated too
        
        otherwise the VclExpander will have no effect
        
        Change-Id: I039fa361d7088dfe4a6ff849623e34b27e2be26b

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [5cc4b1ddd64eea6458390c500fe0ad8f0f224843]

        catched->caught
        
        Change-Id: If655720c1d1d2e8685315261b4524b876adfc053

2014-07-08  Caolán McNamara  <caolanm@redhat.com>  [07d7a03b950fa20f4f0609d750292fb7f1ecfb3e]

        don't terminate via unhandled exception on loading ooo89328-1.sxc
        
        Change-Id: If266fa0ebaf2c3c0cd54238879a858098066c03d

2014-07-08  David Tardon  <dtardon@redhat.com>  [86c6f18c2766aad43d6e3bfcf3530e40440ebca7]

        avoid problems detecting HTML files with .xls ext.
        
        Change-Id: I9955223aac20f3f640fde51bb7231666c269ca70

2014-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d4d3b2adee67057f88ca1f6d71a4843227b183e]

        writerfilter: unused tag attributes
        
        These were used by the now removed analyzemodel, effort and modelcleanup
        scripts, so can be removed as well.
        
        Change-Id: I3a3ed98b914e8ee21a2ffccdc399821fded90708

2014-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b9e9c804db355644527e4993e2fde9d608484ef]

        sw: clean up DECLARE_OOXMLEXPORT_TEST copy&paste
        
        Change-Id: I2d702a3ea94412a35fee163581ef8c3f28566657

2014-07-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c4a5f8c1afd42acb52d0ae9b4d6f42f3e87364d5]

        MSWordExportBase: fix export of header/footer in case of multiple columns
        
        Regression from 263938c4a8789d881f8e736d317b6bcc09c3bce5 (fdo#73596
        [DOCX] Multiple Columns in Index, 2014-02-13), header / footer was lost
        in multi-column section. This fixes both DOC and DOCX export.
        
        Change-Id: Icb30ec882b38853e25289299d8f829a5cf56e6d8

2014-07-08  Michael Meeks  <michael.meeks@collabora.com>  [a2b44216f1b1e8d7f4f293e13b257f49ae13de61]

        fdo#66507 - accelerate common datum date conversion to days.
        
        Saves ~40bn cycles, 10% of calculation for the bug document.
        
        Change-Id: I9d48706ad2cfe290965b648306d95b4d66e5fc63

2014-07-08  Noel Grandin  <noel@peralex.com>  [f692c88e6062889aa12bf6cd7a71f63d177a37c4]

        use SimpleReferenceObject in comphelper module
        
        to replace hand-rolled version
        
        Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb

2014-07-08  Noel Grandin  <noel@peralex.com>  [48cc4f1b8cf06a8e56c12e659a71f72d609568cd]

        use SimpleReferenceObject in connectivity module
        
        to replace hand-rolled version
        
        Change-Id: I7a7bf7f8f7d4f8a73ee842e7aba5eab5a254d8eb

2014-07-08  Noel Grandin  <noel@peralex.com>  [f219bfb26f98e6afaf19fe892d5bac746c82ef96]

        use SimpleReferenceObject in svx module
        
        to replace hand-rolled version
        
        Change-Id: I084a21161ae44991199fbd2b12d61dcb7d592408

2014-07-08  Noel Grandin  <noel@peralex.com>  [482f97926e1090c50ef05eed6badf311a7aa02f9]

        use SimpleReferenceObject in svtools module
        
        to replace hand-rolled version
        
        Change-Id: I7a1048ff1ea335c3934fe7e91a09489a4d7aeb96

2014-07-08  Andras Timar  <andras.timar@collabora.com>  [4861e4961f7dc4f28a14c5f9d9b969456bfec720]

        fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)
        
        Change-Id: I652dc63cc0e8fb04d7c3115d66d60dabda60f0f4

2014-07-08  Michael Stahl  <mstahl@redhat.com>  [65438659a18698334f22307ccb4d5ed844b637bf]

        sw: work around mysterious MSVC warning C4258
        
        Cleraly the variable "n" from line 999 is not in scope in
        line 1054 or line 1057?
        
        Change-Id: I8ca321e6030390ad0192e4dceb37d87b6f06f0a5

2014-07-08  Michael Stahl  <mstahl@redhat.com>  [ae2e7ad276acb9394691a9d4a702ed7a6b07b508]

        sw: do more input validation in SwWW8ImplReader::Read_And
        
        (to fix up f2945255df273404ee2457dcf761cb8f334b732b)
        
        Change-Id: Ie20fb9db4515b9737322ec7224ecd7e411d31c03

2014-07-08  Laurent Godard  <lgodard.libre@laposte.net>  [902b7e9f192fab45cffc35d81cd0df0373a610ed]

        draw white border around note marks for fdo#81032
        
        also translate the mark to make cell border visible
        
        Change-Id: Ifa9f3befd1e25a66cc3443a3f33255603feea6a6
        Reviewed-on: https://gerrit.libreoffice.org/10135
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a89b8601ce7be0b6dc3f262661ea7802f2c725fd]

        auto-detect the presence of a native gmake on windows
        
        Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4
        Reviewed-on: https://gerrit.libreoffice.org/10120
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-08  Michael Stahl  <mstahl@redhat.com>  [2768d78391b0892ae1506687cfccdcc9c018077c]

        configure, gbuild: remove Cygwin paths from make environment
        
        All environment variables contain native Win32 paths.
        
        This allows building with Win32 make and Cygwin sh.exe,
        but Cygwin make cannot build any more with the Win32 entries in PATH.
        
        Requires adding "bash" detection to configure since /usr/bin/env
        can't be invoked by Win32 make and it's possible to install cygwin
        somewhere else than C:/cygwin.
        
        Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40
        Reviewed-on: https://gerrit.libreoffice.org/9698
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-07-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [08e3e6c223c266874a4acf3885997ea6426aa9bd]

        fdo#73148 add options to Calc function AGGREGATE
        
        matrix-ranges not supported
        
        Change-Id: I902c78da6d9c7a4a5f8c5e4a7e1678b69d49a6fe
        Reviewed-on: https://gerrit.libreoffice.org/9449
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [579d9ae1c5873f78dbe0364c83842de8556f6ccb]

        Include <algorithm> for std::min()
        
        Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [845e8427fce66ad26a6b31219b9e1f13e7256c3f]

        Include <algorithm> for std::min() and max()
        
        Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [b139eefeef9cfe3dd45228cd2b73d0cfd08d9bf3]

        Bypass CppunitTest_sal_osl_security with VS2013 for now, hangs
        
        Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [eee44c951c104da342d55fd4de634efd51ae59ae]

        Fix some OUString construction error with VS2013
        
        A bit unclear to me whether the code really did what was intended with
        earlier VS versions either.
        
        VS2013 said: error C2664: 'rtl::OUString::OUString(const sal_uInt32
        *,sal_Int32)' : cannot convert argument 1 from 'const char *' to
        'const rtl::OUString &'
        
        Reason: cannot convert from 'const char *' to 'const rtl::OUString'
        
        No constructor could take the source type, or constructor overload
        resolution was ambiguous
        
        Change-Id: Ie23d8382515064062a3ed46418d9d4a977b35d28

2014-07-08  Michael Meeks  <michael.meeks@collabora.com>  [58ceb16141eb003d921049cc231578ff2d685e60]

        configmgr: fix node cache clearing.
        
        Change-Id: Idd6c227b8f50446c1d3c48385de6c843faf47466

2014-07-08  Stephan Bergmann  <sbergman@redhat.com>  [44fb7631cc03bbab655391593d248ba3875f308b]

        Avoid undefined downcasts to wrong type
        
        ...CUtList::cDummyElmt is always only of type CUtListElmt, not a derived type.
        
        Change-Id: Ibc372642e2a53c548421b5cfa7cc496986036815

2014-07-08  Matúš Kukan  <matus.kukan@collabora.com>  [9da4e46957bd1a69c4339eeb1d107546c400e6e3]

        webdav: fix locking in webdav_ucp::Content::getResourceType()
        
        This commit cherry-picks 49a454225e35699d7351faaba3d296e1858c6107
        for serf webdav version.
        
        Change-Id: Ic5aba4fba8f8a2a521224b08865500dd932e85bf

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [ba27300d419786ca6fa8a7df950d01f472de3314]

        Fix some round() confusion
        
        Why insist on using the same name as a standard function? Causes
        confusion with VS2013 at least, "ambiguous call to overloaded
        function."
        
        Sure, this might be caused by a bug in the compiler (or its
        headers). Or maybe vagueness in the language definition? Who cares, I
        still claim that intentionally writing an own function called round()
        is asking for problems. So rename it to round_to_long().
        
        (And then the return value of calls to this function, which is of type
        'long', is assigned in a couple of places to variables of type 'int',
        fun... Intentional, knowing there will be no overflow, or a bug
        waiting to happen?)
        
        Change-Id: If15d44f10f9f05de1c7c79492baf158eee770b8b

2014-07-08  Noel Grandin  <noel@peralex.com>  [ea91310384f2f677abc8e85ece54e71fba26ed0c]

        use SimpleReferenceObject in accessibility
        
        to replace hand-rolled version
        
        Change-Id: I9dd8d02024702972722b43f2654db91eb3da3794

2014-07-08  Noel Grandin  <noel@peralex.com>  [623893427221bdab2f5c7339dd152e371132d83e]

        use SimpleReferenceObject in xmloff module
        
        to replace hand-rolled version
        
        Change-Id: I36d4ce14d0c0c8a4b224a240c6e25c8df99b78aa

2014-07-08  Noel Grandin  <noel@peralex.com>  [065d6cc3f3a139e24eb43422344e22b836063a86]

        create a new top-level makefile target "clean.internal"
        
        so I can clean just the non-external stuff when re-running my
        clang plugins
        
        Change-Id: I251ceba7e57454a91da5b1082192bb2d211e5406

2014-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [efcc7e0e3131aeb865431f706b7565263b1c2fc1]

        Drop unused nSfxFlagVal
        
        It has gone at 0e73ffc339ff51fc610de5fcbad0aef813610f36.
        
        Change-Id: I98fcdfe4861e47fbd33ff620971f247bee89290e

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [502246c3a8f70239df9c4003e2ff779b573c3db6]

        VS 2013 has round()
        
        Change-Id: I1cc91bccd288543162b1169ce5621a91a5d4f991

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [1a400f39e8cb23b316565dd116b194a99689630d]

        WaE: Unreachable code
        
        Not sure if the intent is that clearCache() should be called, but the
        calls have just accidentally been placed after the return statements,
        or whether the code works correctly and as intended as it is now,
        i.e. with the unreachable calls to clearCache().
        
        Warning emitted by VS 2013, why don't other compilers warn? Perhaps
        these functions are never called?
        
        Change-Id: I16b0bc1b836753ef5579dadba211cbce4f50cbc3

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [ab740f43d0a3b96a719d13f28a427d20a4da0e2b]

        'internal' is a keyword in current C++/CLI
        
        Using it as a namespace in our rtl string headers breaks compilation
        of cli_ure/source/climaker/climaker_emit.cxx (and other C++/CLI
        sources we might have that include rtl string headers). Rename it to
        'libreoffice_internal'.
        
        Change-Id: Ieae68bd612b05d326d570945c1d08a54bf011852

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [e9cd74adcb86d2e1e687421ef188b72780e0afce]

        No atlsd.lib in VS 2013
        
        Instead, atls.lib should be used also with code compiled to use the
        debugging runtime. See
        http://msdn.microsoft.com/en-us/library/bb531344.aspx which says
        "Atls.lib no longer has character-set dependencies or code that's
        specific for debug/release. Because it works the same for Unicode/ANSI
        and debug/release, only one version of the library is required."
        
        Change-Id: Ie39ea271513dec1084cae8d1bbf93afa286f357a

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [7182db5a675d5e331281c536e15da5a82f87692e]

        Include <algorithm> for std::min() and max()
        
        Change-Id: I6a46e6466ab56aea14e16902cb51f9c3f088f30e

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [771075301a1f3322657d47a77c24c4e16b71be51]

        Include <algorithm> for std::min() and max()
        
        Change-Id: I339577c5b34de0cf3e5dcc644ec1dc080c35d01c

2014-07-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dc4355e51764d18b36f748e7a743abde53cf9b9f]

        bnc#881025: Write test for this.
        
        Change-Id: Ifb1f83bbe5f9bb9ecb7fca26f883d1331052f10d

2014-07-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b8c444a46b2f41dae673c6118d84276be0e6c87d]

        bnc#881025: Mark axis a percent axis only when all data series are percent.
        
        Change-Id: I302cc1e5b164b2ce9999087293b034ec930951af

2014-07-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af5a6615dfdbe5c2cacdcacb00fc6f418b925c06]

        Adjust for the splitting of number format properties in chart.
        
        Since 1d38cb365543924f9c50014e6b2227e77de1d0c9, "number format" and
        "link number format to source" properties are 2 separate properties.  Adjust
        OOXML import code for that split.
        
        Also, always set axis' number format via NumberFormat property even when it's
        a percent format.  The axis object doesn't keep a non-percent and percent
        number formats separately.
        
        Change-Id: I8667b6f1a78d88cc37d059518919ad1b37f154e1

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [ff26976702079a353c5039843bfcc911bc46d0cd]

        No need for that #else #error, breaks compilation for the simulator
        
        Change-Id: I5703b269380bbaefd503780b8d396552e6517ddc

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [0dd717b139f3d7a898aa01936e835fb40fd734af]

        Include <algorithm> for std::min() and max()
        
        Change-Id: Ic3ab061ab8d3578130dfa8a637e5351d4f5d766e

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [bc1a0a8382fad035d87e530ca87f8a52b4a807bb]

        WaE: C4754
        
        VS 2013 warns: Conversion rules for arithmetic operations in the
        comparison mean that one branch cannot be executed.
        
        Change-Id: I85f6df16b0ced94677568441d87a588bed1bfb9b

2014-07-07  Michael Stahl  <mstahl@redhat.com>  [108ad26747f6fa6667dd65759d64d71e92979742]

        icu: pass in install program as native path, so Win32 make can invoke it
        
        No idea why this wasn't a problem before.
        
        Change-Id: Icbb94111061079069e2fc2102cfa4fe4bdd59bb9

2014-07-08  Tor Lillqvist  <tml@collabora.com>  [87e9c4d98d4ea5f239f29e56522d8af0a88ffec4]

        Add one missing line of context
        
        Change-Id: I13e938d0b2845b691bdd0f2b7208561e7ed177d4

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [8159e3bd1a68c17e39cac10ecbb1ef880081c176]

        Adapt for VS 2013
        
        Change-Id: Icd7a3d0cbcb994986ea53a5fe91d3996b26cbe0c

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [9c95aabbbe01026cf9995d2b08aea49b1184528e]

        VS 2013 has fmin() and fmax()
        
        Change-Id: Iecb8e289d94c479447b80f1d5ebc21eb2210301b

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [ed4697e6659b820c6a851b07e52f837ac4f7c008]

        Accidentally committed this file with DOS line endings
        
        Change-Id: If1f6f9755c4b3b44ae34a126d7f3534969bfc630

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [9b896716f94029f03e884230e6e5576a24b8d396]

        VS 2013 has rint()
        
        Change-Id: I6ab759a54ef369e20d93c0767d6a103aabd14faa

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [cdcb08c9dfdec86b232bd4ba4a8590e184836376]

        Use -FS for VS 2013
        
        Change-Id: I3beea86e97a4217128383c01049b2fc19c85c67a

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [3efe9b2954797d01970a088eec55817751304b4a]

        Handle VCVER==120 (VS 2013) too
        
        Change-Id: I4dbf663790bd8906ef8b123a01bdf52e0c0c1962

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [71aedada9ed00ae5cf463e6c17c9996dc4510884]

        Use gb_DEBUG_CFLAGS to get -FS for VS 2013
        
        Change-Id: I22485919713f5cafb494992a36c5ada21bdcc18c

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [e64a4441bb955f7112440c6ba4ec33c5f9f2eb23]

        VS 2013 already has float_t
        
        Change-Id: Ibf6f1d60fc7ec92e24fc366dc193cbd70f13c18c

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [9a60c2395ab482eaa95e07fae540dbf9fdfe262f]

        chmod -x
        
        Change-Id: Ia39ce5eeb26a11c633bc414872481d0bc08910dc

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [4b9c4da2f3056f44a054c2147ef5c570f434bd7e]

        Use -FS with VS 2013
        
        Change-Id: I31cb7aec1a48b7b052f104ea3558cb13595a3687

2014-07-07  David Tardon  <dtardon@redhat.com>  [56ccb184e0289734059d259a0ccb0fbb15d71aa7]

        fix build with msvc2013
        
        Change-Id: Ic027cd02f590db06a75fdd2b23d6f67bd42f575a

2014-07-07  Michael Meeks  <michael.meeks@collabora.com>  [0f8cf397d4de28ab9e16d4d1c6ca408323d7e189]

        fdo#80955 - add a unit test.
        
        Change-Id: Ie79a86827c4ee9feabcabf2530b30466f95905ed

2014-07-07  Douglas Mencken  <dougmencken@gmail.com>  [b536cabf97288061d7b91e131b16d2a525352571]

        fix build errors related to AVFoundation @ OS X <10.7
        
        AVFoundation framework is available in OS X v10.7 and later
        
        related commits:
          7822b5535cccc68e5b454d04a66a6b4f27675ec6
          0b49cc5b03b39aa1dfddf924c6eaf8cb42e791a8
        
        Change-Id: If771fca79c41d70e51eab533faec7bb9997803b7
        Reviewed-on: https://gerrit.libreoffice.org/9769
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-07-07  Matúš Kukan  <matus.kukan@collabora.com>  [08818d8a45e034ad825c7fafbb76766f106f1d1d]

        bnc#882383: Do not ignore themeOverride for charts in .pptx
        
        Otherwise wrong colors are displayed.
        
        Change-Id: I5d7444100355fdbc5fcd2aaa1c01202ace54312d

2014-07-07  Matúš Kukan  <matus.kukan@collabora.com>  [344a596acc29163a9f49e1e6080041a3a9644eee]

        bnc#882383: Add chart unit test for GradientName property.
        
        It needs to be set, so that the chart has colors. It was grey before.
        The bug was fixed already in aacfd5038d05a02f8b1eade3a5896d3d7e959f3d,
        which got pushed sooner, so this commit only changes
        the property name from 'INVALID' to 'FillTransparenceGradientName'.
        
        Change-Id: If06899258a4307d583480538338480ba5bb830b9

2014-07-07  Matúš Kukan  <matus.kukan@collabora.com>  [d3b7252769edb502e33d6b487764ac9d0a9f487d]

        remove unused include
        
        Change-Id: Ia5a12fed570fcfc0db4e8080dd6cf3c2714293ab

2014-07-07  David Tardon  <dtardon@redhat.com>  [a3338f8969053f67a9034cb95b24aa228c2baee1]

        fdo#78989 set preferred filters for ODF types
        
        We do not want to randomly pick FlatODF as the filter for
        
            libreoffice --convert-to od?
        
        Change-Id: Id04e10120786ef6a2c2b0eaf2b20a256d8daa7dc

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [e110726bab424a8c84b919bc2ab0d7f009ba9359]

        don't terminate via unhandled exception on loading rhbz1013280-2.ppt
        
        Change-Id: Ie2bff125f6839d99280d441b823eb6e0a712844d

2014-07-07  David Tardon  <dtardon@redhat.com>  [24d20bce789063f6dba2df1c5d2c5a8948d24370]

        fdo#80955 make calc_MS_Excel_97 filter default for xls ext.
        
        Change-Id: I8fa095b45ea2fe1a07c1660d2efc24c73f7082da

2014-07-07  Douglas Mencken  <dougmencken@gmail.com>  [b7c82d8d6241de2ec873d11a92a754e6a13547fb]

        fix build error 'strlen' is not a member of 'std' locally
        
        Change-Id: I587ef2c38fd9377eef2073a49cd8497b2bd4bf9f
        Reviewed-on: https://gerrit.libreoffice.org/10076
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [30660c87f93903fe6ad17f49a355a0d27a2f123c]

        writerfilter: unused resources-with-kind
        
        Change-Id: I8d42768a21b81831332a8bb6a1c4ae753238ae5b

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [214b01e206470b95b500520460d7284dc6618577]

        Updated core Project: help  e59cf1d627e4e71d9dc40d9e58d93f25b10875f5

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [90f6aefad5b4033644e5a09e09f95e4b11594d4b]

        remove unused tab page ids now
        
        Change-Id: I69d7e13c8a279b3470aef8329aa50f5042c4c55b

2014-07-07  Szymon Kłos  <eszkadev@gmail.com>  [05e81af1f87b09c6a08683726822824fbcaa7bec]

        RID_DLG_LISTCOMBOWIZARD tab pages conversion to .ui
        
        Change-Id: I348a876413fa1acf2cf253784d53a0078bbedd92
        Reviewed-on: https://gerrit.libreoffice.org/10043
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-07  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2127af5d3ca210a162fa978c0886e2a4ff5316af]

        Updated core Project: help  4b031368ed5d1b94e9009142f2dcd8017313a79f
        
        Fix fdo#80440: help entry for ERF & ERFC.PRECISE
        
        Write help pages for  ERF.PRECISE and ERFC.PRECISE spreadsheet functions
        
        Change-Id: I6392684d91d4b43d954b3ba9b23db9d931f3e984
        Reviewed-on: https://gerrit.libreoffice.org/10034
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-07  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [148202e89da4349c638c1bc63c9dc4253762fdf8]

        Resolves fdo#80477: duplicate key for Help button in Start Center
        
        Change-Id: If46baf8613c6202e84a985ad7e2ce658e1d42193
        Reviewed-on: https://gerrit.libreoffice.org/10102
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [12ec403c547cca4d7e5f73ae3ef58ff8faf3721e]

        fix crash on loading fdo70673-1.ods
        
        rStr is NaN
        
        Change-Id: I8206ab322a08d558cf5f05750efd700875b2134c

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [aacfd5038d05a02f8b1eade3a5896d3d7e959f3d]

        fix crash loading ooo100546-1.xls
        
        regressions around inserted extra enum values
        into ShapePropertyId
        
        Change-Id: I06696c8cfe4acc3836723c31d5e714bd7d8439b3

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [4e549156ef63b08965ed0271b6506479483bef4c]

        WaE: enumeration values not handled in switch
        
        The previous commit to this file removed the default: case, so add it back
        (even if doing nothing now).
        
        Change-Id: Idc02818a30216dda0d64fddf21188de5766672e2

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [25b503e7317adc377279b3f844f3d758a447ed37]

        Reduce artefacts significantly by binning the "LO_TWIPS_TO_MLO_RIP_RATIO"
        
        Change it from 10 to 1. This makes occasional rendering artefacts at
        tile boundaries much less visible. Unless there is opposition to this
        change, I will separately commit a change that simplifies the
        code. Now that LO_TWIPS_TO_MLO_RIP_RATIO equals one, no point in
        having it at all, and dividing or multiplying by it.
        
        Change-Id: I4a34e7171790e0ed7ff0b7ce6dfe980d5e293468

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [e2f1fffc81896c0773a18e468635056710927d8f]

        Add more source files for Xcode debugging convenience
        
        Change-Id: I3717ca2c3f4cf06ce851188a27f3108674a8fe14

2014-07-07  Tor Lillqvist  <tml@collabora.com>  [b87799a2fcc225207a9b4342326d8c22be5806ea]

        Add a few  more SAL_INFOs
        
        Change-Id: Id379c88c8a8c16f5276568e2bdb5f3730855255f

2014-07-07  Stephan Bergmann  <sbergman@redhat.com>  [8a85f9f29f13805af449943990af8af8399ab7b5]

        Drop unnecessary nFPR parameter
        
        ...as passing (an upper bound on) the number of vector registers used in %al is
        only required for variable-argument function calls, according to
        <http://www.x86-64.org/documentation/abi.pdf> "System V Application Binary
        Interface: AMD64 Architecture Processor Supplement, Draft Version 0.99.6."
        
        Unclear why this got added in f424e55b4e66ffbee5b34f45ef5ea18d77c4d15c
        "INTEGRATION: CWS sixtyfour11," maybe on the basis of "doesn't hurt."
        
        Change-Id: If6f8359d5bf6458274905d64adf82634bf90a24d

2014-07-07  Stephan Bergmann  <sbergman@redhat.com>  [aa04177e7c43d75bc87875a9d8ce2393d7263822]

        Drop unused nGPR parameter
        
        Change-Id: I60026ccc9c752389260a6b4e6255c53981eea4ba

2014-07-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [25b02fffbb6f68d0d60a1a421b9ae17dac00482d]

        Use comphelper::SequenceAsVector
        
        Change-Id: I5458687f9a63b91c43c6ecce2cb4535e50e4a23e

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [ee42c384009cfb21375d0ea01af7d712ee80158a]

        coverity#1213080 Explicit null dereferenced
        
        Change-Id: I8f696307164c30d1fd2b1214171982da426cf9b8

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [0d78ad871e85a74a2a7eac2f2a2ff94776f35e77]

        DBG_ASSERT->assert when followed by dereference
        
        Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e

2014-07-07  Caolán McNamara  <caolanm@redhat.com>  [807b696c5c15dc2d8255116305fd28ba60f201c0]

        clang scan-build: Dereference of null pointer
        
        Change-Id: I7d47d4465bca247d52899239b3d2112790eca579

2014-07-07  Andrzej Hunt  <andrzej.hunt@collabora.com>  [80f3211a7aeff221718703c445be4c753e0a1067]

        svp clipping: Rectangle dimensions don't map directly to B2IBox.
        
        Previously the clip region would end up being 1 pixel smaller in both
        directions than the requested area -- B2IBox considers the bottom-right
        point to NOT be included in its area, whereas Rectangle considers the
        bottom-right point to be the last point WITHIN its area.
        
        (This is equivalent to the Rectangle's getWidth/GetWidth differentiation.)
        
        This is noticeable e.g. with tiled rendering, where images spanning
        a tile boundary are clipped to paint only the region within a given
        tile -- however previously they would be clipped by an additional pixel
        in each direciton, resulting in an empty border along the bottom-right
        edge.
        
        Change-Id: I0ef3098959defc5c82719155c130aa904c04b6b1

2014-07-07  Dushyant Bhalgami  <dushyant.bhalgami@synerzip.com>  [163b5fd59fe1e9b8c8a1bcac9dab069c0bcd27e9]

        fdo#80898:Fix for embedded obj 97-2003 MS Doc File
        
        Added implementation for embedded Word 97-2003 document.
        
        Change-Id: I47ec39f25beee9a37f2a1e914384bc458df31b78
        Reviewed-on: https://gerrit.libreoffice.org/10078
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [624892d06d8a8b6b5aff115f6d0c1ae2439b6517]

        fix assert for empty string case on loading ooo119654-1.odt
        
        Change-Id: I97cbb6ff0f320d9315310cbc06c52c3c4f958a64

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [eb9b890bc95005c4d97622630786359d1b821cb5]

        DBG_ASSERT->assert when followed by dereference
        
        Change-Id: I9390228721df1b713d8cf2e719854b74d6b639c8

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [82a30a456e08a27267c35c3df0c6ecd8b9079611]

        fix unhandled exception terminate on ooo48061-1.sxw
        
        Change-Id: Ibacb94e719f42faa87ece48051ed8f72c3c78d02

2014-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f46e392050a949c2d573b768eeb70d94fff550c2]

        writerfilter: remove unused getKind()
        
        Change-Id: I7d98d1fb400e1a73ca0d935d5cfbb82de43d795e

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [e4bc7227a7bc7e544b1c89b14ce4c6d318b7d5ff]

        fix crash on loading ooo32089-1.sxw
        
        regression from
        
        "
        commit 11c94c170500e0bc147ff512789130c770843b1e
        SwDoc::DelLayoutFmt: don't delete content of a draw format
        
        In case a shape (has a draw format) has a textbox (RES_CNTNT of the draw
        format), then that's just a pointer to that content, but the draw format
        doesn't own it: the matching fly format does. So ignore that content
        when deleting the layout format in case of draw formats: that ensures
        when both the draw and the fly format is deleted, deletion is only
        performed once.
        "
        
        Change-Id: Id374c6afe66eb0bd665c442ba8d1dc7e39679555

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [745105a4828ca7d82a626792012c379cdd82228a]

        try and help scan-build out wrt cppunit asserts
        
        Change-Id: Id86607802415ad069aa88be98012a5c99f594218

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [55aa83da68e61fba781e8771d426035468483509]

        coverity#706073 Unintended sign extension
        
        Change-Id: I13272490bf8a08cbfb1ffc37828fb30fb92f9139

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [d9f585b89bfcbfda47d718a15af52ce66390dd28]

        coverity#706065 Unintended sign extension
        
        Change-Id: If482c75af5128778a176c40e38000b78f2087131

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [bbda99198c950b6cfe4bab140b9ad676699fef7b]

        coverity#706056 Unintended sign extension
        
        Change-Id: Iafb36f8135893186710ae3a939e50596a372d065

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [3223306b5c37fd846f52e36020a33c08185e4a79]

        coverity#706055 Unintended sign extension
        
        Change-Id: Ie917cfd5f41a6f5e58a4c629a6a5b800e2e0b42f

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [6db415b15085d5058c805a7bbaa5d34acfba7c1b]

        coverity#706504 Uncaught exception
        
        Change-Id: I727779317672fe58c440aee76762d0a9ae28d8ca

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [f816087a1f2058f74472508c54038507329f966d]

        coverity#704523 Division or modulo by zero
        
        Change-Id: I165687b22f70a03d4bcb669a04d3495454d09042

2014-07-06  Caolán McNamara  <caolanm@redhat.com>  [b1cd83c625a2afeb9da43cc9745d79c01963c797]

        fix crash loading ooo#93570-3.doc
        
        regression from f2945255df273404ee2457dcf761cb8f334b732b
        cp#2013101510000026: doc import of comments affecting more text nodes
        
        use Move(fnMoveBackward, fnGoNode) to at least ensure we stop going
        backwards when we run out of valid places to go backwards to.
        
        This still isn't great because the distance between two msword character
        indexes only equates to the same distance between our characters in the very
        simple cases
        
        Change-Id: I248fd12c067577d2f1fd64f48583321eb6d453e4

2014-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cda0eb741501463baa8e7f325fe04f4687050e0]

        CppunitTest_sw_ooxmlw14export: enable on Windows
        
        Change-Id: I24aff2ca59edb7c5e1ad342ff54e848b4d1ea280

2014-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [785dc709d5d560666ef3150c4506286f4a20925b]

        writerfilter: convert namespaceids to Python
        
        Change-Id: Ia57a41aba91f00f3c1fb63a82c9793bf43434afb

2014-07-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [957bd58163409263a5ea8e5c92a8b74be9340636]

        error: could not convert from 'void' to 'bool'
        
        coverity#1202762 fix probably wanted to handle the result of
        dbus_message_iter_init(), not the result of
        dbus_message_iter_init_append()
        
        Change-Id: I31de559b729421bace92b0a768cb218b072d7b4c

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [59af5e5b2983a341f8dd14bce56af86478badaa9]

        coverity#735324: Unchecked return value
        
        Change-Id: I7d6dcf0f64be944df1a94db27d1ee86f1bf2229c

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [44ba417d72a006fe8a9d30122a42bbdf7a7066ce]

        coverity#982181: Unchecked return value
        
        Change-Id: Idcac7155b9cd3ee94c3ed773a0e6e7f24a48d47a

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [cbb081e2d4bb6d6ded1bd3ff97fc53e5a874a12c]

        coverity#982182: Unchecked return value
        
        Change-Id: I5a1820339ea598a606c46a1e03cd296fe81ef22f

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [0612430277f4cfb38b9c1eb0d5471e4bdbe1db00]

        coverity#1202762: Unchecked return value
        
        Change-Id: Ic69a6507df5444175b6aba4de01ca94d9a28be09

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [f914d63ef46ccc4f62228edc394353948a1a3da4]

        coverity#1202763: Unchecked return value
        
        Change-Id: I82d098f269bae2f4deb7e997b03e4267e6a86bea

2014-07-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [15a3cd62b0129909480e37d19c922359accdb096]

        coverity#1209589: Dereference after null check
        
        Change-Id: I75d26707a7a3c0febef11b7e1c2218b8abfb7832

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [237426e104d1fe8e9e03296e05576bf411ea7451]

        Revert "fix OpenGL error in libgltf"
        
        New tarball already contains the fix for it.
        
        This reverts commit 6f855fed653d6cdbfb30f8cd579d5d8d7f108aba.

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a6da91bd2d19632cb131a732b76559461eed8ee8]

        fix memory leak in collada2gltf
        
        Found by Lsan. Saves about 12MB per loaded model.
        
        Change-Id: Idaff5defd5affc3d9becf2a00d1e64f8d1d42e0f

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6f855fed653d6cdbfb30f8cd579d5d8d7f108aba]

        fix OpenGL error in libgltf
        
        The code tried to free a program as a shader
        
        Change-Id: I47de706044a5756cf972d9fdb38cac2ca1355414

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [714866927951e2b3ec858349449c9dfe181b1542]

        fix new[]/delete mismatch in collada2gltf
        
        Found by Asan.
        
        Change-Id: Icc73e50b7f230880dda982f1c783c86aaeaa5ca2

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1d99fde435421fd93827b8d685ad6011d658d695]

        no need to declare the variable outside of the loop
        
        Change-Id: I4f910494114f7dd965a75f3f9482153e0268b89c

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a7b81ceaa695d0265b5cc02e4ead642b9b9ad54a]

        use empty instead of size to check if vector is empty
        
        Change-Id: I6c90b95bdf2de441594d5d5c36f76e6aeeb74011

2014-07-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c]

        remove unnecessary whitespaces in basegfx
        
        Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1e6ecb3538e06cd4691e4296597748b9394410d]

        coverity#983489 String Overflow
        
        Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [54bf6b1205b0f0e02554ceb4cff3b50f67cc8eee]

        coverity#983491 String Overflow
        
        Change-Id: Ic634f183a531c1ecda61b31a0883934bd7842dcc

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ecdf4e2b90d664655f3cee1364b38218492e9ea6]

        coverity#983492 String Overflow
        
        Change-Id: I60b38e494e063044d84acd660b18c91d297d3c04

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [393f77fa675da448d6b0a02dc3bab9c0b4998f69]

        cosmetic clean-up, prep for patches
        
        Change-Id: I930afa189665ddc3ce8d160fa954e11a7a2aed8c

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa43602493675baebeff028d66c9aa39a555ac7f]

        coverity#983493 String Overflow
        
        Change-Id: I31a167508ca33e8d6ccc13690c013c39566b9447

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce55457a8fb065a1cd0796d3e748e6133a551a39]

        coverity#708787 Unused pointr value
        
        Change-Id: Ib1b0dd07be41d382fa24edbb37d30cbe9ea193fa

2014-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [c414389e8790b1b044684627b3f4169e4559ca24]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I46d49b515f5212a34612e80a82a3330a041b956c

2014-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [6a9d51b24bb73ad1536e223ee03cd0d3214709ef]

        Drop an empty header
        
        Change-Id: I34904af6da8f37459ef96071caa53230ad02a8e7

2014-07-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdc235126d6d73f47a5b56d453e1d3db8ba3e816]

        fdo#73241 RTF import: ignore page break in tables
        
        Change-Id: Ibee9fec0f421b4c2ff3d45c861bc3fcfc97cbf15

2014-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [1edd3679288c7582e85c5c033d6c7088651166a0]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I957c0662c56e7cad3d10c8bcc1d6b22352da688f

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [b0972e15c136b9e032045112bc5e9c49b8ccc45b]

        make rtfimport pass again (testFdo52989)
        
        Change-Id: I5166027b8bff0e1c293a3d0d6dab4c3758c27954

2014-07-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd1a82e5beac21fc5fa455bffa2c8e48f9adfe3f]

        rtfimport test: add message with the value found on top of expected
        
        Change-Id: Ic17d66bd2b9f4cc4124b13ef7c962649d83ee60c

2014-07-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [483a36f49230f53b291ba1307c8a3ffcc24a3b12]

        writerfilter: convert qnametostr to Python
        
        Change-Id: Ie72afbb1a7d384386d3189dae8276444767aac53

2014-07-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ff63282f7bf61379d8b96e7180d5800b2f1e05e]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I555514cb8647ff4a53eeff14933cfc4a868a3ab3

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [22906fd3470ae33b7fcb4c74095d663789c6178d]

        add parenthese to fix precedence issue
        
        Change-Id: Ifb4c750f4ddedd27593acde4e93331e74e9d37c4

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [4aa157e1259f925f4572331a1f9a95f5234a319e]

        fix typo in coverity#704538-9
        
        Change-Id: If4868ad8190fcb1a64ae6fc18791d7a266d1b1e9

2014-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [8c95c0e71aa6c006de8a7a706dd17a22366ed4c7]

        first delete, then nullify
        
        Otherwise an unreachable can happen.
        
        Change-Id: I04f03fc97aa73eb0bf75ad71ca8a1cf2d3729c08
        Reviewed-on: https://gerrit.libreoffice.org/10047
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-04  Niklas Johansson  <sleeping.pillow@gmail.com>  [c6ff6106882494be61425c4cad38f935fca97d47]

        Notify screen readers when selection changes in listboxes
        
        When you change selections in listboxes without dropdown fuctionality
        an accessilble event needs to be sent, this does not happen today.
        An example of such listbox is the Suggestions in the Spelling and
        Grammar dialog.
        
        Change-Id: I6100c88ae5398d8bf3f511aee7b35e88fbf151f5
        Reviewed-on: https://gerrit.libreoffice.org/10087
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [e18e2b174c6bcf8ed5c5a6d3c88e84f31f2f375a]

        coverity#1213422 Tainted Scalar
        
        Change-Id: I87e845f346fda225127e3439e768b31a8eb93be3

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c053e7eb3dd08d1971450844dfdf61e7ddfae6a]

        coverity#735340 Unchecked return value
        
        Change-Id: I13df98f64ce505a08ba3e8b2582a17f5d202c4d1

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6151c6f4508fad5f37142d6c6c3286191ecd580c]

        coverity#735300-1 Unchecked return value
        
        Change-Id: I9cb69643ba43adc76ef38db61da2b7c1c3d3e3c1

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [b89311b9710697b3d0fc3a5b474c05c3cab91f42]

        coverity#735602-3 Division by zero
        
        Change-Id: I2da9857e4d526b60b3bf50e10ab180c493fb288f

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [2fe0d7bc992c5c38ac09e4b76f720c924565a61b]

        coverity#704538-9 Division by zero
        
        Change-Id: Ia77648c3e0442bb5e0a08d01bbd495c9d7c8bbf5

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [982c6ab3346f55a877a58f7bb73e74daa27e9820]

        coverity#704499-501 Division by zero
        
        Change-Id: I5f082f10cb6822707a279d5b38ef2936ad2e5c41

2014-07-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ff6aac4167dc72c6546ebfa43f9ede81247c1741]

        LOAndroid3: Simplify begin/endDrawing calls, remove JSON metadata
        
        Change-Id: Ie8aadd20095eeea05110032ac026a6027771aab8

2014-07-04  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [81df594b4fbb147d3e4b3cb31ae27ff7f66d83b4]

        LOAndroid3: use device DPI, push more resp. to TileProvider
        
        Change-Id: I603bf2697d9afbac7a9cb4eae9d1c0da92bb9e93

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [27e86fe677d24f99a22f51bbef2de5bee3872580]

        coverity#735691 Unchecked dynimic cast
        
        Change-Id: I5b26469792cf7b2ac6b1b28e2419cadeea09a37d

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [23275beec1eabe3f3c3d1655b806811862df8f94]

        coverity#1213073-5 Unchecked dynamic cast
        
        Change-Id: I166fdb236f5f70ae854d14b00860a6ef2b814b32

2014-07-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [15c3a08b8b1e8060f9659c7bc98480a39d1802c5]

        bnc#884615 VML import: import OLE objects in header with background wrapping
        
        We already do this for drawingML shapes since commit
        500343105707a9905f5198a4af6ad58fe307b7c2 (DOCX drawingML shape import:
        always set Opaque, 2013-12-04), make the VML / OLE case behave the same
        as well.
        
        Change-Id: Ic22f1f3cfd325ccbbb9bd6fe9814553683e4de55

2014-07-04  Armin Le Grand  <alg@apache.org>  [1a0b8d8e6cc09e457f1820a8d812d03940caf858]

        Resolves: #i124825# secure usage of object ID...
        
        in preparation of names for line start/end geometry
        
        (cherry picked from commit 246d1ce469c155b81743cb6eaa065da2b19d7dcc)
        
        Conflicts:
        	filter/source/svg/svgwriter.cxx
        
        Change-Id: I1a267b33f87cbb935c783670a51853832d483b1a

2014-07-04  Armin Le Grand  <alg@apache.org>  [7c4fb287bb1e69725560cd4688e1d1d99d4498e0]

        Resolves: #i124852# Corrected mask and clip polygons for userSpaceOnUse
        
        (cherry picked from commit 247d5bc4d13c8ab299f8ca72768946f59815dca4)
        
        Change-Id: I328a55e940db64d3dad04902bf81ede56a0dfe73

2014-07-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8ea270213ba95544011fc3a79cc33f0511f6c62e]

        libgltf: Stop a memory leak
        
        Change-Id: I7f3f5cfcdc368907670d58b07300889ea8452340

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9feb55b662ac75209adc664ef86571c261a74ded]

        make the validation working correctly
        
        We still have ODP validation errors of the form:
        
        Change-Id: Id60df0e07a0b6d3fd2613d5c66698a6cd9b99afd
        Error: attribute "draw:fit-to-size" has a bad value. Possible values
        are: false,true

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [76f7a05fa34835ab5ec20259d1254f3255432097]

        document strange code, coverity#704001
        
        Change-Id: Id6668f47f0549e719010141929b011aa028812d2

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4f1b91205f2535eba355e020de31080bc155f75b]

        remove unused header file
        
        Change-Id: I78c2462f56fb4b5792f396bb7e0dd2c0fd237420

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7e3f0824a16746b1d5f62e9fca987e5a10fda92f]

        improve test failure message
        
        Change-Id: I71d6b65b046bfc31692ba12423288c55fccb2d02

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [597189f481ddd1a5724d7af75362053f4b5cd9c8]

        enable ODP export validation in sd export test
        
        Change-Id: I849d2f0d8631cfb91326d80e554c9ce55940abd8

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f4dca0bfa53c717f6fafddf8fbf699ca7372180a]

        split sd's import and export tests
        
        Change-Id: I06d5b02ec94c7bb74b64cd210267acf2be1a4931

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b5608fd429790a3d1153341b2c86303b7090b15a]

        extract a bit more code
        
        Change-Id: I24da9b5e8594d34ff7d5c3f958c2fd1c5cad1908

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [560ef65496465610d2f3a19611ee10e4a399460b]

        extract some shared code
        
        Change-Id: Idfbbee6dc0bd5a63ae46ea8375270a475ef3521b

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a1e8998571e35427a085c3e3813789ce4fef852a]

        fix wrong operator<< for Color
        
        Change-Id: Iccaf173fc15466f8d0604e3d0e4cd2c790902db4

2014-07-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a255602967bbfc353a22aadbe370879c1733bcb8]

        don't inherit the style from the title, related bnc#880488
        
        It seems that inheriting the style from the title for the subtitle is
        just wrong.
        
        Change-Id: Icbedf3e934b13514e50a1354552e5d6a8d139095

2014-07-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [61dca7f849a61daeceb68856766c43995d6794e5]

        vcl: printf -> SAL_INFO in Font::SetFillColor
        
        Change-Id: Icbe3d7f2dc8e25bfde6efc92435f1cef50a3b419

2014-07-04  Michael Stahl  <mstahl@redhat.com>  [6cad548ee21f19b816726a03995b9bc8905757f8]

        chart2: add some locking to chart::ChartType UNO service
        
        On the libreoffice-4-3 branch, chart2_unoapi crashed with what looks
        like a corrupted ChartType::m_aDataSeries triggering STL assertions.
        
        Try to protect the mutable members with SolarMutex guards.
        
        Change-Id: I3f2edd36b8ecf37ef60239415f70abfc8b59244d

2014-07-04  Caolán McNamara  <caolanm@redhat.com>  [1c6bd2c40fd03ec735fd6dbec01520f10ee1d55a]

        Resolves: fdo#80911 toggle original page orientation on paper fallback
        
        User defined page sizes which match rotated paper sizes available to the
        printer don't work correctly when they are already in landscape mode.  i.e. the
        orientation should be toggled, not overwritten.
        
        Change-Id: I30dca5f988ad72319410a03f47eccff277be8640

2014-07-04  Andras Timar  <andras.timar@collabora.com>  [97f63c17f7bc069a12e3afc3975f09897731a693]

        add Carlito/Caladea fonts to install script
        
        They were added in libreoffice-4-1 branch but not anywhere else.
        See 2158e8bf85e139fd3cf59d00059ed2e2026f6a4a
        
        Change-Id: I2dcec7898590b526161be7eec1afe4610e6fe534

2014-07-04  Michael Stahl  <mstahl@redhat.com>  [4efc9e9007bf8f7447111dbecb7fe48fd8116d3f]

        writerfilter: remove GraphicImport_Impl::nTopCrop etc.
        
        These members were only initialized by the doctok, from
        NS_rtf::LN_DYACROPTOP etc.
        
        Change-Id: I933c1c4b8f2bb808dd04b82bc8efe5028a2a153d

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a89f979dea265d68f22daee013ee8c4ee30e6c5b]

        coverity#735805 dereference null value
        
        Change-Id: I3782cffb19e45635076f19eb568fc547b9680b0d

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [d3c3ba075c485e97c658d145319b36a69c60a5c8]

        coverity#736163 Dereference Null return
        
        Change-Id: I62046a619315d53dbeefbe0ebd26d24917adca14

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a387d3c96c414da65396957b18df3202a720e2ba]

        coverity#736159 Dereference Null return
        
        Change-Id: I6581efb320a9e43cb242dabecfd500d4e04b058b

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b35b63e7bb5fd37c7db8575c55a273c59354175]

        coverity#704033 Uncheck return value
        
        Change-Id: I7c119d41d2419f1181f6fe30d501e5142d2586ec

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [bff3cba118eb43142b98be627ca6bdf31d7485fa]

        coverity#704032 Uncheck return value
        
        Change-Id: Ibb37a059f740580f1d02ed58172451ad5efdd8d5

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [59b94d5e133e829f7cecbd0df2d3757cfe4e0008]

        coverity#704008 Uncheck return value
        
        Change-Id: I0bfd2c59782869b232a5705bbb05a06c3476f754

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [42927fbdf4113a0c92cb19f101e2f33f2ea5040f]

        coverity#704007 Uncheck return value
        
        Change-Id: Ia8fc871123982b77a9313e56fac7f5e09f545610

2014-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [7e57b5ad17c96af2d92cbf22fe3362a246786c24]

        coverity#703995 Uncheck return value
        
        Change-Id: I84d219e65966c18092d1deef163efcf7b189af79

2014-07-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2946c7c62718cb74feab554b5939ec340e6c4280]

        glTF: camera movement constraint: use distance from the boundary box
        
        ... instead of distance from model center position.
        
        Change-Id: I379ab5e32cc5009d0eb751c4808fecf0109d1e5a

2014-07-04  Noel Grandin  <noel@peralex.com>  [dfeef9e970a69c5736a54619b96607899c57e9a1]

        remove unnecessary header macro wizardry
        
        using the #define SW_DECL_SWSERVEROBJECT_DEFINED to turn typedefs
        on and off. Rather just use SvRef<T> everywhere, like we do for
        other reference types.
        
        Change-Id: Id939c46c5861cd7440b66c5a84122f900ddb882c

2014-07-04  Caolán McNamara  <caolanm@redhat.com>  [da36ded02c67bb7481cd4378ce5f7d779c1a3533]

        fix autotext
        
        Change-Id: I3d8fb6e48bb5d9550ecbcb6f07eb7c83564903f7

2014-07-04  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [26890920b7a05817f6542dd807cb2b10c38c17c4]

        Related fdo#77603: update Spanish autocorrection patterns.
        
        I copied a bunch of patterns from the corresponding French file, and added a few common misspellings.
        
        Change-Id: Ic429121b001100f127e81e173e629dfcb5ccab0f
        Reviewed-on: https://gerrit.libreoffice.org/10061
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-04  Noel Grandin  <noel@peralex.com>  [281989007fd7dea997ed9a65f513f80b1aff67dd]

        Use standard library optimised routines for OUString/OString
        
        ..handling where possible.
        
        Change-Id: I0b071988ed266cc2745a8ca9705c106a05edc557
        Reviewed-on: https://gerrit.libreoffice.org/10020
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-04  Noel Grandin  <noel@peralex.com>  [8b499cea76577b4221fccb17703aa9e86b625e90]

        fix spelling in class name OSpecialHanldeXMLExportPropertyMapper
        
        Change-Id: Ideaa021f76f1c384150caad5ec6a41bf65bae28e

2014-07-04  matteocam  <matteo.campanelli@gmail.com>  [f2d6eb4d96918de9b29a96749506b83b0e59293f]

        Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR

2014-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [f38bf4c6c29d685ec4f1015be09f64c7ae2eb172]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I04a0a2c296206f155ee4916b15b853a7f10c2c2a

2014-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [c061cb94c07dff1d1eac126307e17295460b805b]

        Drop unused #includes
        
        Change-Id: Ief545db58a0dbb26ba293aa71debc816a8925b6c

2014-07-04  Michael Stahl  <mstahl@redhat.com>  [dcbac37efebb9877a72f7c9914b63d60f46a5656]

        fdo#76803: writerfilter: fix image wrap polygon import again
        
        The division in Fraction::init() should be a signed one, to prevent a
        change in sign, e.g., -220869/9 = +477194047.
        
        (regression from f8307e5ae11e8235fa1fb88ed52625bf9c650dc2)
        
        Change-Id: Icbbd1721144ff42c53ae71312641bd601ba60762

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [6f92b58987f754de31c9ca756e813deb7462d98e]

        error: reference cannot be bound to dereferenced null pointer
        
        Change-Id: Ica39bcce389fc5d03a3902d9f703a0efa284ec92

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [16351a8ba50c04b9e4c7edbcf9491d2882a7eeda]

        error: reference cannot be bound to dereferenced null pointer
        
        Change-Id: Id0dbd21225534630b57514a9ddd7cf11a395f272

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [40194dc12fd93720c3bea0b3ae2bba54d0b7a82f]

        error: reference cannot be bound to dereferenced null pointer
        
        ...and SwTxtAttr::GetAttr already asserts non-null-ness.
        
        Change-Id: I978f86103e8121e41bf95a2a79cd2263d6e47853

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [3bd78cb6dbc89cbbddb0fcf020d39abb610a99d0]

        error: reference cannot be bound to dereferenced null pointer
        
        Change-Id: I4a5c83ba0f1e741104edc933459e7aea9c4aac1f

2014-07-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7649a14222dc1e5a7e01ed7c1d5e45a78143b41b]

        Make these non-inline.
        
        Change-Id: I0de443a78e3024c7d3834f964a92f5ccdabe3cc3

2014-07-03  Matúš Kukan  <matus.kukan@collabora.com>  [9dd152107c6a1644b180da24f01e3d5a3e309d13]

        fix libmerged: vclplug_svp is in
        
        Change-Id: I6ab00275b36725fbb0a446c7e5eb888e034a8989

2014-07-03  Andras Timar  <andras.timar@collabora.com>  [e52b3a2be08b8811f76e1f2bbb1e2438dcfbb3b3]

        typo: dreport -> dbreport
        
        Change-Id: I7d6208a4ac170adb815ec02364076c5b49cfab9a

2014-07-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [7c37cd7bb26b91bda5e57d7bd0cecdbc9d1ebb22]

        fdo#39944: Fix mapping for some a11y roles to ATK
        
        In particular, EDIT_BAR, EMBEDDED_OBJECT and HYPER_LINK were being
        mapped to custom roles when specific roles exist; fixed passing the
        proper name to registerRole.
        
        Besides, moved two roles that were in the section 'don't exist in ATK
        yet' because that's not the case now.
        
        Change-Id: I6818a0ac623f45053812b5c6dd5fc25c9abf4f65

2014-07-03  Andras Timar  <andras.timar@collabora.com>  [1f90cae1debed4b45bb51ced21a03aacd7973cff]

        fdo#80535 add missing .ui localizations to install script
        
        Change-Id: I248838633e99ac0ce51950db9049dd451394b558

2014-07-03  Niklas Johansson  <sleeping.pillow@gmail.com>  [aa7f272d747dfeb1c7e003b7db123fda688fd881]

        Don't stop on os.makedirs when making vs2012-ide-integration
        
        At the moment it always stops on folders that already exists. See
        https://bugs.freedesktop.org/show_bug.cgi?id=70414#c18 and the following
        comments for example of the error messages that I face without this patch.
        
        Change-Id: I1a1f337872ce3a817d425ff10255e3ae9a73c1a2
        Reviewed-on: https://gerrit.libreoffice.org/10062
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2014-07-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [97857c258178ffc79dd2799cd2d79047a863fb22]

        Test the import of data series values as well.
        
        There was a bug in there earlier that none of the tests didn't catch.
        
        Change-Id: I1f4ed1ba5e08e7842899a140163f9e165705569b

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [8583bccaac0832f3488d7fefefb80109e535b46e]

        Dead declarations
        
        Change-Id: I5fe417a6f3682764f8ff1844cc418e95d68c6c38

2014-07-03  Andras Timar  <andras.timar@collabora.com>  [e09931ce4d413929b9cbdbbf1f71ac5941ec25ba]

        fdo#80535 add missing .ui localizations to install script
        
        Change-Id: Ie7e60522df6aff8fc68b36daddd1c84d0a97cd59

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [4aece3e69d775081dbf5bd3d32fa4bcfacb7de11]

        Does not look like Library_pdfimport needs poppler
        
        Change-Id: I1dd162f939ce4f0689ea14724c1e7cec8a6c16b0

2014-07-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [09fe9db46615265c6c7119f2524d19335d0e0283]

        glTF: improve camera movement constraint
        
        Stop moving only on the wrong direction.
        
        Change-Id: Ic9e7f2e7814d9adcbcf707e7fb786bf17fac3125

2014-07-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50a5d6ac3f81540ec510b6f88a26060f443395e9]

        Better and more descriptive naming.
        
        Change-Id: Ic2e3b14399d2acc91c75922a25dc736b1605c320

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [6b322d0f9dab9973e73cea7f82a4b7adb20f74bd]

        Generally better to have DLLPUBLIC class with some DLLPRIVATE members
        
        ...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3.
        
        Change-Id: I5ffb27f0bc965aede03e6d1e849cd68ef6e16e2a

2014-07-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d53a9dc1cc64d00b38884168b2003a7da29773e3]

        bnc#812796: Write test for this.
        
        Right now, we skip hidden data series when importing OOXML charts into
        our internal data table.  This of course means that if/when we add support
        for hidden columns in the internal data table, we may want to change this.
        
        Change-Id: Ida1b77821fbc2f8f937244576b52521b59d6ab89

2014-07-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [4cf0e29ccf5191b7ba4ed84750108e5361bcde38]

        Revert "firebird: enable-debug cause trouble due to a lifecycle management issue"
        
        This reverts commit 814818c3451fa32900c011278e2e5b62e3518eb0.
        Upstream patched the underlying cause

2014-07-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [c39f77fcbe3def727190def1c568c3b47aa8c3c3]

        firebird: backport upstream patch to avoid life cycle issues
        
        with temp files...
        
        Change-Id: I3c76baa38c6854600fbfd1dd48c554ff8716969e

2014-07-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9a670eb493f3760eb398c3f9d2296d979b608f95]

        glTF: constraine camera move in orbit mode
        
        Not to get too close to / too far from the model.
        Too close means move into the model.
        
        Change-Id: Ie25d87c88093d4baaf98f13ab8239263b5e1bf66

2014-07-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0b3a918860944878b5fc4cf87883889bc467a052]

        Remove obsolete comment
        
        Change-Id: I0cc592b245871187dd41e85be8c86e6e7878181b

2014-07-03  Heena Gupta  <heena.h.gupta@ericsson.com>  [994fc8faa1cd232456910e2de1ff4add1eee024a]

        fdo#54361:Add test case for the chart background
        
        Change-Id: I03f0a45d821b14fe687b3ec7df98f9367adab1f2
        Reviewed-on: https://gerrit.libreoffice.org/9978
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [0ed069ff8dc941bf902edfefd5c62f1ece3f8ad8]

        fix regression in paper format preview
        
        regression from 7d9bb549d498d6beed2c4050c402d09643febdfa
        
        Change-Id: Iede5abe9fddfff48bd73d69f4b48e178aa2342d3

2014-07-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c38be106ff1c1ff5e1b279e4ea2c710b524d23f1]

        fdo80555: Add comment on unit test
        
        Change-Id: I1507449e60338744a8be2851decc73e1d42bc38d

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [da0c0f2a846947c56866a3637a6952b3d47f2068]

        this string is in svx
        
        we shouldn't be in this condition, but seeing as we are fix the
        string source.
        
        Change-Id: Ia746a24db3daae7952f4b5dbd94a315a4e79cf12

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [19100e5e9a0bf5f6829b52e8459f176b5fe7bc51]

        coverity#704112 Unchecked return value
        
        Change-Id: Ic1147662012426126c1cfcf7cb496a3d03cab794

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [29e353bdf7990a9d3db36e3210136893bf75fe94]

        coverity#704075 Unchecked return value
        
        Change-Id: Iacb7ccb17106bd3439c56756eb6d6a4b5969465d

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [d1f9507ff88b6e1934fbfee597182c7c1393e888]

        coverity#706077 Unintended sign extension
        
        Change-Id: I3a5d8a946b5134b4cd58694283bea0fac59a043a

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [cfdf9a6c5a15a47e44b216ba372ee0b80cfe83b2]

        coverity#706081 Unintended sign extension
        
        and
        
        coverity#706080 Unintended sign extension
        
        Change-Id: Ieb5bd639567767b4c6b2957a9e628eb841713198

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [d167d34b9001b59e1b6ebde74f972b972128783a]

        coverity#706094 Unintended sign extension
        
        and
        
        coverity#706093 Unintended sign extension
        coverity#706092 Unintended sign extension
        coverity#706091 Unintended sign extension
        
        Change-Id: I64ec74ad8eecdb47a6245086ea6e01716a02cd32

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [9c3615fa1a8bd3fe5eabd2f4a6a5548bf723cc61]

        coverity#706115 Unintended sign extension
        
        and
        
        coverity#706114 Unintended sign extension
        coverity#706113 Unintended sign extension
        
        Change-Id: Ib9ab82082fb353ecfc98a4130fdf2bb136ac1350

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [bca68c4a34cfea8fce2318c95286fc23ceec920d]

        coverity#736898 Unintended sign extension
        
        Change-Id: Ie09d25b2f9993435ebffc52c7257cd9396672c8f

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [6da22e414892b49146a411ee322ac58e4fbffad1]

        coverity#1187696 Unintended sign extension
        
        Change-Id: I8e56137ad4422381adbf13b179e2ae6f04edea6e

2014-07-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f6888a25b3d39eca2b7aac596121dc0128c7c6a]

        FastSaxSerializer: update documentation
        
        Change-Id: I5e374c426a4741a88d43848392fc83e2368dbf92

2014-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [b5997b9354f536b9631df3cfada6595c7b60d6c9]

        JOINs are left-associative
        
        Change-Id: I24fdd2ce9bb87cc52a7c84ec8cd300bc13b11461

2014-07-03  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [83d51e5e52688c4c9bc0ad70a511458bb06a242d]

        fdo#80748: Fix for file corruption due to framePr
        
         -For framePr Unit test is there in ooxmlexport.cxx
            -http://opengrok.libreoffice.org/xref/core/sw/qa/extras/ooxmlexport/ooxmlexport.cxx#3578
        
        Change-Id: Ic1fd4c7a863d8ab57c6495e20bff6863eb941688
        Reviewed-on: https://gerrit.libreoffice.org/10045
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5ccb510ef7dd6688b86038b37563583f64107936]

        LOAndroid3: (partially) render page with LOKitTileProvider
        
        + TileProvider & TileIterator interfaces
        + Clean-up obsolete mozilla stuff
        
        Change-Id: Ief56f11bf7f8fd6da383ffc7be3461b765bf0157

2014-07-03  sushil_shinde  <sushil.shinde@synerzip.com>  [9948d9566e86b190e74a62e63f273f5fa0eb8929]

        fdo#77129 DOCX:Only Six pages were loaded out of 60 pages.
        
           - Footer reference was inside TOC field.
           - m_bStartTOC flag was enabled while handling TOC from document.
           - Since m_bStartTOC was enabled while importing footer it was inserting extra textcursors entries
             to m_aTextAppendStack.
           - Due to bad entries in textappendstack, footer was not popped properly.
           - Because of this all lost data after sixth page was inserted into footer node and it was not
             visible on page.
           - Added new flag to differentiate TOC from main document and Header or Footer.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/9930
        
        Change-Id: I5288f5c313c890e0fdddf3c60c4609eab30edde6

2014-07-03  Julien Nabet  <serval2412@yahoo.fr>  [82f291d2f7630938ce6ca740f904cab07d1ff90d]

        Resolves fdo#79276 Add fallback system for autocorrection of French variants
        
        1) Replace the creation of acor_fr-FR.dat by acor_fr.dat since there's no specific for variants of fr
        2) Add a fallback system to use it
        
        Change-Id: Ia3e11fff0f266839dc148077b50c1b2f798d1c50
        Reviewed-on: https://gerrit.libreoffice.org/9825
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [bc3830587c2a8325d6a9b0f94984d90b7683b295]

        make these global level resids
        
        Change-Id: I129fa1f649f8dfcec1434734193daf22ea841889

2014-07-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [816542b2bdd23423625ad4c2f0e706d5558b8ba9]

        fdo#80555: Set position of GraphicObjectShape objects correctly
        
        Added a unit test for this issue.
        
        Change-Id: I13656f82c97e5bb8458cdc1cb47ddcc5f6d60330

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [392d59013afb83906bd5d181beda0ea4facab256]

        bah, bogus
        
        Change-Id: I94619f2a3274c719366ae947771e10ffc39f70fe

2014-07-03  Matúš Kukan  <matus.kukan@collabora.com>  [7931b6d3985a1846bf9db4f51d8af9c54538038b]

        Fix dependencies for libmerged wrt. libsofficeapp
        
        Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [f4e35c5c5e7888574f0074dae0523114dc78e5e1]

        WaE: -Werror=unused-variable
        
        Change-Id: I910c2262f031f7916fbf242f31c193d8b030468b

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [50a402b3c2a6e64b1f7197580332e0e4e4c68d0d]

        coverity#708816 Unused pointer value
        
        Change-Id: I2ea7d4a8b142d67afa43ce165b51d81f65d251de

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [9e67e4b8d615563ea02fe6b0520d48879ba272e6]

        coverity#708870 Unused pointer value
        
        Change-Id: If8dc3b3751a42bdafeed30005c7ac3eb32f28c01

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [4ce12cf8516e521ad8568a1a141d0505d5861947]

        coverity#738958 Unused pointer value
        
        Change-Id: Ic0c7f1c3ccb17f11135facda9197f8dc82436549

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [aa356e6076aa3bedb7f7c5681270462edd1fb2dd]

        coverity#736024 help coverity out here
        
        Change-Id: Ia89ed6792bbe84eb20a4b560b0dab4557ad6e8f9

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [5e043613266113a873c55ad45ab0fb1ae14286e8]

        coverity#1222240 Untrusted value as argument
        
        and
        
        coverity#1222239 Untrusted value as argument
        
        Change-Id: I48bacfd988a34d67ffa542edba7cba1bb9b0b3cc

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [6fb1f934d79fd04bc3ca36b446adad0b126e6b1c]

        coverity#707193 Uncaught exception
        
        Change-Id: Ie3e6bc593365311bfe80972b26d1189acbb6afcb

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [f9ac8942478221569740c32f35e1e0509f8fb95f]

        clang scan-build: Called C++ object pointer is null, a good catch
        
        Change-Id: I4fbb37560f7b20fd6854ba9bb8d017352be679b6

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [06053398c3160391c7c2ef33a005db9662dbfc69]

        clang scan-build: Dead initialization
        
        Change-Id: I74cd9086f949a0a964347d4e96911ceaaf812245

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [4228f08d6084d8563b70a26a6398fb0caf017f99]

        use assert when followed by deref
        
        Change-Id: I8405e4d8f9fa1de3ef6ee474321b4ac2b4ce1624

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [6fe1e3af0e812d99e63677d9ead056357b37ecf7]

        clang scan-build: Called C++ object pointer is null
        
        Change-Id: I6c87e04060ab2adae19ae7e894d6313a3e671531

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [f18e0e2f2c75a2d18c8086654dde2a25be6a4cd9]

        clang scan-build: Assigned value is garbage or undefined
        
        Change-Id: I461bb3d513fdbfffb3b79b549beded82c8d2a3d9

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [a215499bf3e30bcb5ec152823c227ab0ce256cc6]

        clang scan-build: Argument with 'nonnull' attribute passed null
        
        Change-Id: I7e8700936cf98a672a2513232cf4247f1783c41b

2014-07-03  Armin Le Grand  <alg@apache.org>  [82e41a0cd250fa720ba4b545172517ce74dd6814]

        Resolves: #i125189# corrected used transparency and handling...
        
        to values used in the fallback SvxBrushItem
        
        (cherry picked from commit 63f53dbd6cac4fcd7fe568af62f29ae19768085f)
        
        Conflicts:
        	sw/source/core/layout/paintfrm.cxx
        
        Change-Id: Ifa339c76e8f55a2b4550f1252e6ab3e4dee57080

2014-07-03  Andras Timar  <andras.timar@collabora.com>  [57bf88d21cacb025e7bea40da78616bb4d165215]

        fdo#77057 quick fix: do not touch KindMap for alien file types
        
        Change-Id: Iffc24dc7ce12de07660eadcf8a525e77856593e1

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [4a32ef9c3f3bcb603e253444b4221cebd227b3d8]

        Improve test code
        
        (never call CPPUNIT_ASSERT etc., which work by throwing exceptions, from a dtor)
        
        Change-Id: I293d54eb40c2ad9205d485ccff0ffd2161257142

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [44565f46b22c99db4e06353531ba48956efe31be]

        Check exit code of spawned xpdfimport
        
        Change-Id: I4bea1ebe5c9915ad5e3a4f8fecb516bc056d060d

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [e7118d205d474a3cac747238671b6fa34963eec8]

        HStream::closeInput does nothing
        
        Change-Id: I0d57e227be45bb2c098969ab24eedab30514313f

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [2617def8d1430e093f6a482a72727b2965a8a8a6]

        Fix (harmless) stack-use-after-return
        
        ...as reported by -fsanitize=address CppunitTest_hwpfilter_test_hwpfilter, where
        stack-local HStream stream from HwpReader::filter is still referenced from
        HStreamIODev in
        
          HStreamIODev::close
          HStreamIODev::~HStreamIODev
          HWPFile::~HWPFile
          HwpReader::~HwpReader
        
        which is only harmless because HStream::closeInput is a nop.
        
        Change-Id: Idbc5539ab5f463ec6d5d72f428ce60327ebdb063

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [729d16f7f4eb0ce8d9898b46f6c4f16b01c797ea]

        Use gb_CppunitTest_use_executable
        
        Change-Id: I58b0d7d7a9a0ee78650b536b41154aee466f8ac5

2014-07-03  Adolfo Jayme Barrientos  <fitojb@ubuntu.com>  [90810c1b8d49a1cd586dbd87c67ba87d44b13beb]

        Shorten Spanish key translations in Linux
        
        Change-Id: I3405e0fb4d9d7992d9da15a162311b7a0e75db76
        Reviewed-on: https://gerrit.libreoffice.org/10030
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-03  David Tardon  <dtardon@redhat.com>  [628520684fafb1bcbf184ab8ed2f755c6ae9ee52]

        CustomTarget_autotextshare is l10n target
        
        Change-Id: Id82bbfc94645d9153e0d79475de008adb0edf3b9

2014-07-03  David Tardon  <dtardon@redhat.com>  [32d2ec2562e7ae22089569285393a3b5cb55a0b0]

        remove stray \
        
        Change-Id: I55a695835d6c7085aebd36c37de4866daebb8134

2014-07-03  David Tardon  <dtardon@redhat.com>  [1bb51903d69d81708157fe04b262ba7777e8766d]

        rename makefile
        
        Change-Id: I05b0bd047176cb35f162592e1be48765d955be8a

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [2134c9653ef1744cb6b422644673ed086f4f663d]

        comphelper: sal_Bool -> bool
        
        Change-Id: I7d7ae1f5ddff0cf7d11a407b190256f37a71d48a

2014-07-03  Matúš Kukan  <matus.kukan@collabora.com>  [d9ea0b15219d2774891e42012165ea389b9944a4]

        Remove empty gb_Module_add_targets,basebmp,
        
        Change-Id: I2e05aeb16707f8e8e17e5379f4cfa01a0c431e14

2014-07-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a3ccf3eab5e9dbba80490e057d6f30c4288ad467]

        lok JNI: no "handle" in funcs & don't wrap some native funcs
        
        Change-Id: If783fecd80a0de05e94c76e23572b567d151bb06

2014-07-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [246cb7e068b0955d407d82279d66c3846ccd9438]

        coverity#1223084 Unchecked return value
        
        Change-Id: I1573d14412b9e01fe7382796275b83405a3bb994

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [414540aecae90774e12390cfcf8f0a37e10684b4]

        allow build with icu 4.2
        
        Change-Id: I4bbcff7963520426d4c04e15d2239431aff65b56

2014-07-03  Caolán McNamara  <caolanm@redhat.com>  [c80be30203b842c7b6d3145200b120cefb452cb8]

        coverity#706241 Uncaught exception
        
        we've already checked to see if the element exists, so
        we know that its not there.
        
        Change-Id: I538c0d48a883d478e4c748d222b21958d083c049

2014-07-03  Olivier Hallot  <olivier.hallot@edx.srv.br>  [39d5ba2fda01ffe56c8bcc0c5dbbb2b7d1bdf0fe]

        Typo in HID for ERF
        
        Change-Id: I5da8029c9b4102472deb2ab1f68ec23b13898e50
        Reviewed-on: https://gerrit.libreoffice.org/10038
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [7bbaa39102367a42ba416db6a578718fc4e7bdf1]

        Catch invalid null pointer operations early
        
        Change-Id: I324d5a6e84e0d2121d8e4612e074b44ed5127b11

2014-07-03  Stephan Bergmann  <sbergman@redhat.com>  [f36e64d8cc4a2fce8d84ef464a482445a8b8540a]

        Avoid null this pointers in member function calls
        
        Change-Id: Iada6d8fcd261ddfb02b4dbc2f628ef0738c4ea01

2014-07-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6c4e21a234f12e1310ba06f9859e08b424acf8bf]

        bnc#812796: Correctly handle static value array for OOXML charts.
        
        We need to pass the role of the data sequence in order to avoid unreliable
        guess work when importing static value array.
        
        Also, not all Excel's scatter plots have real numeric X values; some have
        textural X values in which case Excel switch to generating 1, 2, 3, ... as
        X values.  When importing to our chart implementation, using "categories" role
        in such cases instead of "values-x" results in a more faithful chart rendering.
        
        Change-Id: If4bc1f650bb024dcd1b1b36537f457fb38404a78

2014-07-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5e2b7e37a29edf45f829ccee2302a942b54568a1]

        bnc#812796: Don't create data series when the series has no values.
        
        Change-Id: I92e2d7a3fab0948aea0557cf3cb65d57d48f3f59

2014-07-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bdad8d9051c207b2eff0d5a7842da83e6119a600]

        More fine-grained check of data series labels in the unit test.
        
        Change-Id: I6b23126816bb114407f2b75545094bc297ee7cc3

2014-07-03  Eike Rathke  <erack@redhat.com>  [397362d8532d7b0abe38f2024dd2cefe2482d6a3]

        work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-up
        
        Change-Id: I0f9cf74550e43d174bf6ac75e70c51ab7f51ccf8

2014-07-02  Eike Rathke  <erack@redhat.com>  [836e504c859a5b67f7ab7ba842785951d41058cd]

        resolved fdo#80166 check input against date acceptance pattern plausibility
        
        ... to prevent confusion of #.### input with D.M that then later is
        discarded as invalid date input instead of accepted as valid numeric
        input.
        
        Change-Id: I178e28b7ef3b26d04eecc73e5e5c61ee41f89e32

2014-07-02  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [0459e43ae63191ce9846bbcc7fe797fd949e3878]

        fdo#79838 : DOCX : File crashes on open
        
        	Issue :
        	DOCX containing nested form fields FORMCHECKBOX inside
        	FORMTEXT crashes at open.
        
        	Implementation :
        	- Handled case for FORMTEXT.
        	- Added issue file isnide sw/qa/core/data/ooxml/pass/
        
        NOTE : This is a due to regression. Issue file opened
               successfully on LO-3.5 and LO-4.1.
               Code changes that caused regression is : https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=a52ee51269a47e52d68405caf8507e1abaa6fd8f
        
        Change-Id: I59dbe7bb2d58c1bcb0ddd144cf7891cbec5cdb24
        Reviewed-on: https://gerrit.libreoffice.org/9932
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-02  Douglas Mencken  <dougmencken@gmail.com>  [fcb08724793611ea5e84ff2b848a1907bbfec60a]

        fix 'NSCursor' may not respond to operationNotAllowedCursor,dragCopyCursor
        
        related commit: e4653eee7680831e6d0995d51d80fb63309c03ab
        
        Change-Id: Iba30c90336bf08d15d5990d6e1380867eee3564e
        Reviewed-on: https://gerrit.libreoffice.org/10013
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-02  Douglas Mencken  <dougmencken@gmail.com>  [f711b333cfa24f3c7134f799b39a634ca1a0a885]

        fix 'NSImage' may not respond to '-lockFocusFlipped:'
        
        related commit: b3818f53812053e94196a58bbe474e2c3b72ac69
        
        Change-Id: Ica27b3c2e474ebb85a69149e35021835f8183b69
        Reviewed-on: https://gerrit.libreoffice.org/10011
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-07-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9746dc9ad62e7f3a39961733f2ac204e90289034]

        fix ODF validation errors
        
        Introduced by 7d9bb549d498d6beed2c4050c402d09643febdfa
        
        Change-Id: I09411486b93a031a0c405579d34d9e744b8002a7

2014-07-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0879c444ed5187f813827ae0e486ad9cc7a4c0d4]

        improve indentation
        
        Change-Id: I10917e6a6a73af68ddb72a2b45666892d318806b

2014-07-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [63ea2d467b50452ae0cab18b4151107a747ae70d]

        replace while with for
        
        Change-Id: I752376e42bf745b33a7be7478531eebd42893926

2014-07-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3575dba98d427cfe80716befea6f0f21748f88f5]

        remove whitespaces
        
        Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [4da8281d5a93bb3d253be348cd6cc444546121b7]

        compat for Clang 3.2
        
        Change-Id: I2746abd05edd00dadfe613c17b9874b1035c3be4

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [37b18359728b06091de02156053f2e0eecc556ed]

        Revert "comphelper: sal_Bool -> bool"
        
        Oops, this reverts commit c95ff75df274e3d84458e928ee96870bc8b663b3.

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [c95ff75df274e3d84458e928ee96870bc8b663b3]

        comphelper: sal_Bool -> bool
        
        Change-Id: Icde90101b6adfa766c8abbeb55c518725e6596e1

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [0e8d69fa7df1e238bc82b08d37babe9cd4cb5f5d]

        Make configmgr loplugin:salbool-clean
        
        Change-Id: Ib1f33387c50bcd853140eb2fc46995d23d7f367b

2014-07-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3325e0f206ce864730468c3556ce06760042c157]

        bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLr
        
        Change-Id: I102c70429457515b34e74cb8e82e1417e6276d1d

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [ffef410b1251a5daceb9d8cdeed2b8b2eedb8f32]

        No need for these functions to be virtual
        
        Change-Id: I1f01d07fea397e686609f49b909f5898c7f412e1

2014-07-02  Michael Stahl  <mstahl@redhat.com>  [7a361dc2aa02b7518c83ba5ca5d3c687c3de6cff]

        sw: SwXAutoStyle::mpSet is read-only
        
        ... because it is an alias to the item set that is stored in the core
        auto-style cache, which must _not_ be modified.
        
        So remove the implementation of SwXAutoStyle::setPropertiesToDefault().
        
        (regression from commit 7d9bb549d498d6beed2c4050c402d09643febdfa)
        
        Change-Id: If529862d14a1c1e700ac898964560f386bf488f8

2014-07-02  Michael Stahl  <mstahl@redhat.com>  [79677440c88b269c7fef53b3c43f30e357050402]

        sw: clean up over-abstracted string constants
        
        Grepping for a property name should find something.
        
        Change-Id: I908d514d5dcfd16951ebbb0157a6af9646e6db53

2014-07-02  Michael Stahl  <mstahl@redhat.com>  [4e58e7b857b452d75fdc96bf2ece76e76c3a8446]

        FN_UNO_FIRST_SHARE_CONTENT replaced by SID_ATTR_PAGE_SHARED_FIRST
        
        Change-Id: Ic32229d57a7e3b3a7b27e56f8ac0dcfdda8f4f26

2014-07-03  Takeshi Abe  <tabe@fixedpoint.jp>  [8374bbe589511721cbca6adacf15380c5f2dc0f5]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I7878d425cea773338799fb784c25039e6b923e47

2014-07-03  Takeshi Abe  <tabe@fixedpoint.jp>  [7a85ec95b0efcf7fb9b5db0037bb1de2aadfc4fd]

        Mark as const
        
        Change-Id: Id0b0f77d88f593975dec4e024ca6ef5c45946128

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [6397b93eb36aebad3c22b2c10dcb457d3fbcbd39]

        loplugin:salbool: Fix handling of potentially overriding functions
        
        Change-Id: I63d00cf5ab1dac953fae07ca4eb4d987610551a2

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [be8d4a5d8aa711e8eb9265fd38d17c8290770a0e]

        -fsanitize=function
        
        Change-Id: I29d648c45471e6d3503922ff00f7cd6491bb88f3

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [80a1a2599e04142683d2286d0e32d0e13fb45de3]

        Generally better to have DLLPUBLIC class with some DLLPRIVATE members
        
        ...than the other way around an implicitly DLLPRIVATE class with some DLLPUBLIC
        members, so that any symbols implicitly added by the compiler have the right
        visibility (e.g., RTTI as needed by -fsanitize=function).
        
        Change-Id: I4898dee0ccc6fdc4e7e1f3fb19db94661563444f

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [b0080192e51fe80b682d805c19530da0655b4667]

        Filter out all -fsanitize= args when building libgetuid.so
        
        Change-Id: Iaac0507c3f62c57a95a65972cba7575d04bd177e

2014-07-02  Noel Grandin  <noel@peralex.com>  [88b4abbb80de866e0dc439711b13ae380b8d0afc]

        loplugin:stringconcat
        
        Change-Id: Ia109af75003dbcf5492fc1054663b617caa3ab3d

2014-07-02  Noel Grandin  <noel@peralex.com>  [4ff115b3e7ff9c73dcc98fc6e7109f499ea81cfe]

        drop UniReference in favour of rtl::Reference
        
        since they're doing the same thing.
        
        Change-Id: I76134b6b848db8628f315fe5bd9eb972a6bf0cb6

2014-07-02  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8635fa156ba63e5f63565b6d19ea798a61643b01]

        fdo#79216 correct description of NORM.S.DIST function
        
        Change-Id: I5b95e4d648793253b0ac3c5ccd4019a145a3e762
        Reviewed-on: https://gerrit.libreoffice.org/9839
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Takeshi Abe  <tabe@fixedpoint.jp>  [b7075e97a4323671fccfd581a9606b1f1ed4b103]

        Do not leave unreachable TableColumnUndo/TableRowUndo in case of exceptions
        
        ... which might be a memory leak otherwise.
        
        Change-Id: I5e911ba815c3df519365236043fccc7ff21c60b4
        Reviewed-on: https://gerrit.libreoffice.org/9979
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Laurent Godard  <lgodard.libre@laposte.net>  [c103775cd15b658bf5db1bda081c1ba5bd653c2a]

        correct XSheetAnnotations GetByIndex test for #fdo#80551
        
        the previous testGetCount test already added a note on sheet 2
        testGetByIndex now works on sheet 3
        
        Change-Id: I2cd49aa2bbf5c1b707287518e0f15088f3ee5ec0
        Reviewed-on: https://gerrit.libreoffice.org/9938
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [2b0df7420699e77d8a6e2f9e758939743e94986d]

        coverity#705381 Mixing enum types
        
        Change-Id: I1dad21f91f5195585ca9125b7f8f47c7bd5a1a76

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [8918dabbeed24d68a746309165e6c09a09b7b2f3]

        coverity#705359 Mixing enum types
        
        and
        
        coverity#705361 Mixing enum types
        coverity#705362 Mixing enum types
        
        Change-Id: I557d7178277e5d497e3bbab12b75724c05653f57

2014-07-02  Laurent Godard  <lgodard.libre@laposte.net>  [d528eb158cce3c44cd976a0d5a65b7f0c012672c]

        call the correct GetNotePosition method #fdo80551
        
        unit test is ok on Sheet but fails on Col
        
        Change-Id: I28084118e088838b47b77537b981ebe7422ab722
        Reviewed-on: https://gerrit.libreoffice.org/9934
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [b807a02850e4b5cc25707e5af8eb36d76c76af61]

        InteractionSupplyName is a detail of SimpleNameClashResolveRequest
        
        Change-Id: Iecc77b1c4749bd14ce79f1a7f3e98f45fa3abbba

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [a9fc9f4a9f20fdcc00bf1860fe8445b130b1d736]

        Drop unused E_NOEXCEPTIONS
        
        Change-Id: I558684352cc99002752d4c5d118a0c46572bd6f0

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [b6df953c8fb19cd00aed47b95b28677e34892f59]

        Drop unnecessary ITransactionManager base class
        
        Change-Id: Iebed1d63ff76fdc9b82ce6ce8860592606500e38

2014-07-02  Laurent Godard  <lgodard.libre@laposte.net>  [17d0d12b8d2cc92f6e83dbea467f7d00a97795bb]

        unit test XSheetAnnotations GetByIndex for #fdo80551
        
        Change-Id: I89ebc3d5ac257f3c754a050caf3776959b81d8b3
        Reviewed-on: https://gerrit.libreoffice.org/9933
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Michael Meeks  <michael.meeks@collabora.com>  [3a25b45122c374bee92bca5c417e47a27a9e57d2]

        WaE: couple of android / LibreOfficeKit bits.
        
        Change-Id: I2ee864977d8bb266861af95fb64eb5c0852acee8

2014-07-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bcdd1f3179ab6f4ae72c6ac5b82f7fb4d2e54c16]

        fdo#68341 Remove space of java class when testing class
        
        When user hit "Test class" it trims the string
        User should test class name before going next step
        
        Change-Id: Ic4aa6cb4b821f156cf0ec8c0c09a27db8bd6d51c
        Reviewed-on: https://gerrit.libreoffice.org/9953
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e9dd058ccd0de193cdbc9ae8638f603569249c5e]

        Build all l10n AutoText
        
        - Remove .bau files
        - Unzip .bau
        - Add missing mimetype files
        - Remove trailing spaces and tabs
        - Change directory names of standard/FN/Object 1 to standard/FN/Object_1
        - Add files to project (3800 files)
        - Remove non-UTF8 characters in sk/template/HLB and sk/template/HRB
        - Move user autotext in CustomTarget to a sub directory "user" to avoid
          conflict with shared autotext
        - Change all META-INF/manifest.xml to add DOCTYPE line and complete
          manifest tag
        - Add AllLangCustomTarget_autotextshare.mk
        - Make relative path for office.dtd and Manifest.dtd in xml file
        - Correct pl/standard/ZO/atevent.xml and pl/template/PT1/atevent.xml
        
        Caolan's dream: https://bugs.freedesktop.org/show_bug.cgi?id=40499#c36
        
        Change-Id: I17486cd88f380976990291a7d12969cc7751fb84
        Reviewed-on: https://gerrit.libreoffice.org/9954
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [775a86af2989ae0ed6873917ae2c2b727e161ff9]

        drop unused helpids
        
        Change-Id: I6bab5d141e0891611ab0a9e1f4f1029bc53b845a

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [cfdc2cf64ae2a09f9d15bbe6ebdad30efece1489]

        fix some more indent and strip ::rtl::
        
        Change-Id: I8a4f220e6e07babbb2fa8f8dcab524ba90e62986

2014-07-02  Jürgen Schmidt  <jsc@apache.org>  [192e087f97166d2b3ff6151de04d16abbe45a1d4]

        Related: #i124856# guard against crash
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit efe87c0d84e5f76034378d48d0d1fc2025a37645)
        
        Conflicts:
        	accessibility/source/standard/vclxaccessiblebox.cxx
        
        Change-Id: I24fd4278406dacea33230cc1bf1528e3c5aaedf2

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [0f1d72510a81094c245bfdb70f18ec15a7b557ce]

        fix some mangled indentation
        
        Change-Id: I09be3a66562e1c5c1c2b27c670672f63b0a652b0

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [186bf6c0adfc57888c474050dbdb1e29c63c1f75]

        Updated core Project: help  5e7710362c86e7559f15d9c3dea4e392c2605caf

2014-07-02  Szymon Kłos  <eszkadev@gmail.com>  [b55b8d83feaf7f36d50a16edd2c21ae626c2a5bb]

        DLG_MM_DBTABLEPREVIEWDIALOG and DLG_MM_MAILBODY conversion to .ui
        
        Change-Id: Ie00c75e54918e51068ab69c5ea9047d0503b5b87
        Reviewed-on: https://gerrit.libreoffice.org/10004
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Michael Meeks  <michael.meeks@collabora.com>  [5d157ce0d77b7deb6f510eee01c6e211c9713ff3]

        fdo#76260 - don't allocate and free std::strings on each element.
        
        This debug code is quite expensive; 2.5% of document load time;
        Avoid the pointless heap allocation, and punt the rest to fdo#80798.
        
        Change-Id: I499b3cf48867d5ed0f2b33b9d12f1c128c993aae

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [5a83b31acab390785505b84895359fa9fbc25ed9]

        expose a way to drop ownership of a window from builder tree
        
        Change-Id: I6f6bff32271ed1d6c328ba211a6b1249fda039dd

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [5983675eccd9517915d8f5558c25f47c952edb24]

        fix crash when m_aType is '*'
        
        Change-Id: If2c4ca98814a58b785cd2670eac1e522e70464fd

2014-07-02  Michael Meeks  <michael.meeks@collabora.com>  [64b1566e55677217c9c0dd13e5fbf8faf40810f9]

        fdo#76260 - switch O(N^2) lookup in SwStyleSheetIterator to O(N)
        
        The SwStyleSheetIterator is called a lot on import of DOCX;
        potentially another N times - so this change saves 15%+ of load time,
        81bn cycles of 457bn to startup and load the document.
        
        Change-Id: I70ef0f1ebd3f4e05519be68c8a67f65b00f54719

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [8871a650b951a012a251a72aa1d3de46628d4c2d]

        SAL_WARN->assert
        
        immediately dereferenced
        
        Change-Id: I96a657973c219facbaa64dd079dcaaaa3c1c4dd8

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [c7eb405d226e7594b5e9c6f62dab60c127b1167f]

        coverity#1209529 Explicit null dereferenced
        
        Change-Id: I3d5f1880deaa43fd4d40f456c0d265c18bb9b9c5

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [63bfc8ab1038477bce0059e6b75982635527fcab]

        coverity#705353 Missing break in switch, probably intentional
        
        Change-Id: I17d22443f24de5b4bf5c259e38912abc2c14ab94

2014-07-02  Oliver-Rainer Wittmann  <orw@apache.org>  [fa0421c763a92dbfead1d0144b434a3b6ab9dccb]

        Related: #i78498# some further improvements and corrections for outlines
        
        - apply default outline level to WW8 Build-in Heading Styles
        - get WW8 Build-In Heading Styles' list level applied to the paragraphs
        - apply list level properties of WW8 Built-In Heading Styles only, if
        the list level of the WW8 Build-In Heading Style corresponds to its
        outline level
        
        (cherry picked from commit 90ea610040acc8cc2ae66e774aff11b0bafcc59c)
        (cherry picked from commit 2b0eadc3a706a2b2b41c48caa4f01691978f1190)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par2.cxx
        	sw/source/filter/ww8/ww8par2.hxx
        	sw/source/filter/ww8/ww8par3.cxx

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [9fb4cf25cf25b565058baff74af40398127c4083]

        coverity#983663 Uncaught exception
        
        Change-Id: Iecfbb9b7cd1cb8507028cbaf7e39a1e401f74dbe

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [5f5768e022d4ecc679f471ae13caed4ad990f570]

        coverity#983661 Uncaught exception
        
        Change-Id: Id0cecd2a6431e21c896210e255f37ba220a0941f

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [1851e1e29c20fae23f3401f06397e6538a2c4eb1]

        coverity#983659 Uncaught exception
        
        and
        
        coverity#983660 Uncaught exception
        
        Change-Id: I509805fd6517196d505e78bcbf632d83dff01f03

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [bae5099882c37c45476fbac23c18b44576aa17dc]

        coverity#983658 Uncaught exception
        
        Change-Id: I99cb4f64b093765d0667ddcddf1f696891450a9a

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [05a676e86cbca3730c6b9e91ffdf8af214b90708]

        canvas: sal_Bool -> bool
        
        Change-Id: I4292b0e8810fac781e64272b315dd32eced3623c

2014-07-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b8ce647194c3c0f715296bee540ff18cfefa3497]

        LOAndroid3: add tiled rendering from document - one tile first
        
        Change-Id: Ib9c27cc8fcc9aee8670c217a4a5ab84bd3035577

2014-07-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c5777b4edd971463b7ccf667a448015f6bb17b3f]

        android lok: fix paintTile JNI method
        
        Change-Id: Ife12b8bc49d722ae614b7de253bb2061bea5bb7f

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [263039f30b3cf8a1684cec3c9d1d174755f35973]

        drop unused helpid
        
        Change-Id: I609d1de30ad6e99f664d0a0fb853ea06a581e85e

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [6ecc9dbc06538c91871dd27d325d2b6be2e7f40d]

        Updated core Project: help  0f1f83aefafb087df4b324437de11c7217f77d1a

2014-07-02  Palenik Mihály  <palenik.mihaly@gmail.com>  [a5cc3ce566f1a1ebd5995582efed104fb2793fb0]

        Convert DLG_COLLECTION_VIEW to .ui
        
        Conflicts:
        	include/svtools/fileview.hxx
        	svtools/source/contnr/fileview.cxx
        
        Change-Id: I78b590410ec4e55eeecd2da8ab79738f05e403b5
        Reviewed-on: https://gerrit.libreoffice.org/9981
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [6a6d83ace33789de951f8655be0108f70108660e]

        coverity#706374 Uncaught exception
        
        Change-Id: Ie17e29e6893c6f69f176d77fab9dcb6a90cb432b

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [7501ee9d9daf69915385d2ea2c9f54be9bdd78b1]

        coverity#706373 Uncaught exception
        
        Change-Id: Iee4774dffd43be3fc3eacbcc81f150706625fcad

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [051a8f9577fb133a4356d94965cc76a7a287c2e4]

        coverity#706371 Uncaught exception
        
        Change-Id: I2019711112b1acb336b3002faca312c658f28671

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [b26ccfa08014ec9226aecdc9bfa9f1355ce660eb]

        coverity#706368 Uncaught exception
        
        Change-Id: Ia8988be31ed4dc4843bd6c2573ec14efa3af6397

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [c12e8e6435fa6b9351b9e9dc2521a872af53930c]

        coverity#706367 Uncaught exception
        
        Change-Id: I5c17c94956a44dab13935dca41e812ebd196203a

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [067738943acaa97aa2a920167f9713630819553b]

        coverity#706364 Uncaught exception
        
        Change-Id: I75cd82d55d8bdf2f111cd0a91f056e1956ddad02

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [287ad2adeb288ecff47fdae63dab3ee04eb7bd1c]

        coverity#706308 Uncaught exception
        
        Change-Id: I852e701bd62929c1a7303b86286b8cbe66cdfc1f

2014-07-02  Caolán McNamara  <caolanm@redhat.com>  [045598331adb3b1a4f20dca992a09b7472e7362f]

        callcatcher: rsc loaded fixedbitmap is no more
        
        Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646

2014-07-02  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [f11d6421e4e61ce6f557ebd8272485f79968224e]

        fdo#80522 & fdo#80523:Embedded Macro-Enabled objects are not preserved
        
        Description :
        fdo#80522
        - DOCX contain embedded word Macro-Enabled document.
        - Embedded word Macro-Enabled object is not preserved.
        - .docm preserved as .bin so word Macro-Enabled document is converted to picture.
        
        fdo#80523
        1) Embedded PowerPoint Macro-Enabled Slide
           - DOCX contain embedded PowerPoint Macro-Enabled Slide
           - Embedded PowerPoint Macro-Enabled Slide is not preserved.
           - .sldm preserved as .bin so powerpoint Macro-Enabled slide is converted to picture.
        2) Embedded PowerPoint Macro-Enabled Presentation
           - same case with embedded PowerPoint Macro-Enabled Presentation
           - Embedded PowerPoint Macro-Enabled presentation is not preserved.
           - .pptm preserved as .pptx so powerpoint Macro-Enabled presentation is converted to picture .
        
        Implementation :
        Added sMediaType, sRelationType & sFileExtension for these embedded objects.
        
        Change-Id: Ia58662ba921f3d940e8ead04a7f7ae83689a3b35
        Reviewed-on: https://gerrit.libreoffice.org/9917
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-07-02  Stephan Bergmann  <sbergman@redhat.com>  [dbf99dfb980f772250e8ec4792c1bf5a1458629b]

        mysqlc: sal_Bool -> bool
        
        Change-Id: Ie479e1671b03fbb958886d4c01ecff41b2ad1d23

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [4776da791f69fa14104f054923be25618c297398]

        avmedia: sal_Bool -> bool
        
        Change-Id: Ief9b2cc517e9c0666e656737cee9a953c676a1d9

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [4f90623dba6a211e7b4c9e98def91605627c5072]

        Clean up surrogates.hxx
        
        Change-Id: I0eae089be1bde9db822a77bea482c10650c8a137

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [a402fd0d520108ec62b170415b6bc7b04716e3b4]

        loplugin:stringconcat
        
        Change-Id: Ibf410eb1b8be81505b8e778aadf916a26ba39468

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [6a20b62711be3ed14008a9680ce461de34907fbe]

        salplug:literaltoboolconversion
        
        Change-Id: I94b3bea97b6b4710bd4bf4c0fe88a1518a151de5

2014-07-01  Julien Nabet  <serval2412@yahoo.fr>  [8802f837dda98b52f1fee8a1c8643365a7af3132]

        Typos
        
        Change-Id: I7c3f115520d8c6a1fba997aeedddf96c01780e7e

2014-07-01  Michael Stahl  <mstahl@redhat.com>  [d51f53fedb8cd68b1b3122c7199c4ea2d3a6980f]

        fdo#80014: vcl: fix drawing of linear gradients
        
        There is an off-by-one error in OutputDevice::ImplDrawLinearGradient()
        that causes the bottom line to remain black.
        
        (regression from 04d937c1ec36c2d9fa8c90604c81a37d30e97da6)
        
        Change-Id: I33948ec8065e446a9ec7efeab5e506c93fa2e9e8

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [63cd667ccb35325a973cf4f98c5e1bf9db92b9b4]

        writerfilter: characters() may be called multiple times for a single token
        
        Change-Id: Icdd3dc7740c5f3d82a45b2553fda65c6010ea4e4

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [9263b101c39172cbcf04189c515bca80cb15f3aa]

        Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool
        
        Change-Id: I78a368ef2899b2462251b45a327fc7b1f31fe764

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [485a7c880fd2675ff9c5fc792d4caae980b4535e]

        coverity#735881 Dereference after null check
        
        Change-Id: I2fd45dd0ab1e0bedca7e827886949beb3f494cad

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [0820f53c0d0211f43bc820b95793c5b868f22a50]

        coverity#735850 Dereference after null check
        
        Change-Id: If164a92ed502502ce1b25ecddaa8852e83eb4f3c

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [4d22b8f7b46c6e93f682ac26aee1403cd5288a88]

        coverity#1038321 Unintended sign extension
        
        and
        
        coverity#1038320 Unintended sign extension
        coverity#1038319 Unintended sign extension
        coverity#1038318 Unintended sign extension
        coverity#1038317 Unintended sign extension
        coverity#1038316 Unintended sign extension
        coverity#1038315 Unintended sign extension
        coverity#1038314 Unintended sign extension
        
        Change-Id: Ib8015baf8ffec48e1b2d6ce1e7ce284fb36303b0

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [8a9bc476df2457870c2b41812d2828a81f67c783]

        coverity#735883 Unchecked dynamic_cast
        
        Change-Id: I4dec526d78dfaa1d894ab1be205e58e1224fbf72

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [a7e1ffc248bed431693c6d50c02e7c936c67f360]

        coverity#706988 Uncaught exception
        
        and
        
        coverity#706989 Uncaught exception
        
        Change-Id: I426ae26f69311effd60c0b60b7f4d677a2e35c80

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [7950797f27ca09091e4221ea91f90e2aca98a2c5]

        coverity#706468 Uncaught exception
        
        and
        
        coverity#706469 Uncaught exception
        
        Change-Id: Ia67d777b09ac7f72a94a9019765266854775c53f

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [968f633b247d06c958d0b5695ab1ed962509f795]

        coverity#706382 Uncaught exception
        
        and
        
        coverity#706377
        coverity#706378
        coverity#706382
        
        Change-Id: I17f672e31867b1be77c16a8a6e121a8f67df7c90

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [b35f3dfb1afa78722a4cd8e69a625456a6dd01d6]

        coverity#706240 Uncaught exception
        
        Change-Id: Ie31f5e1ff74ff8b9f35d7ce08e1f02a780375890

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [7dda48d56f2d10bd6220fba19168ee1a70ecc05f]

        Related: fdo#80633 cache optimal size
        
        Change-Id: Ic2c3aefebd3061d294f339c6d262a3c3e381fbe4

2014-07-01  Niklas Johansson  <sleeping.pillow@gmail.com>  [8f7f2dc7a8aa6639f41c51216a4b54c4bb885fd4]

        Updated core Project: dictionaries  49086ee94c0cdef8a83f288919c3b6ae2d41f28d
        
        Update the Swedish spelling dictionary
        
        This update mainly consists of improvments to the handling of
        compound words, as well as addition of proper nouns.
        
        Change-Id: I8650b328e98b0b2164203b721a2aebe48fd25262
        Reviewed-on: https://gerrit.libreoffice.org/10019
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [b382f5df849b7ceb22aa0fba73287f040478dc13]

        coverity#705845 Dereference before null
        
        Change-Id: I4aecc132ca45abd45183455c87be4c4a3749d983

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [31050012a4010f44f8cf4698824f6f806ed1f3b2]

        coverity#1202814 Overflowed return value
        
        Change-Id: Ifc07a0b3f09dc1209e434056eb007a4401a09d3e

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [e50ef195bc95f3f410119f623928382cb88b45d2]

        New loplugin:stringconcat
        
        Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [363e39d63621b6c7017854ca5bb2f7668bb35846]

        loplugin:literaltoboolconversion
        
        Change-Id: Ic598101a768874d8f72c7fedaf26adb955d99669

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [f38ab34213e5738e42c4572f0a06cf239b9005e8]

        android: We need com.sun.star.comp.filters.StorageFilterDetect to detect ODT.
        
        Change-Id: Ia57e2cb4c5e1f65a78e0f3bddd3910c67971306d

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [33e9d408aa2c0a9b86c5daaed0e15d86f6c599dc]

        Related: fdo#80713 make 'Gif image', etc. translatable
        
        Change-Id: I47d15623bd12b4b63a8d3701aaf1bebbba5ca7c5

2014-07-01  Armin Le Grand  <alg@apache.org>  [3ea17073114cae99d7c323f051a4a2ba074f043c]

        Resolves: #i125187# more precision where the BLIP graphic is located
        
        (cherry picked from commit 2be700effa5568859a0c6ba5f596e35ffc600320)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I3926d5f47469049662a292063f9810826c575154

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [38baed1ececf311410c7f9c3ccdd435e3690cc09]

        loplugin:literaltoboolconversion
        
        Change-Id: I5f591b3e57d9f5bb5395a7378af493a3d551a3ad

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [63885c86f866411f01f1b6fceaa07f054a5a3550]

        Resolves: fdo#42747 limits need to multiplied by num of decimal places
        
        NumericFormatter limits need to multiplied by num of decimal places because
        the arg is a long so to retain decimal places its got to be raised up by
        the num of places
        
        Change-Id: Idbc49a9b1dde5fe176e5170d3be605a998050da5

2014-07-01  David Tardon  <dtardon@redhat.com>  [e6486afa85f35bf8ae915b22acf9899a403f258d]

        upload libmspub-0.1.1
        
        Change-Id: I57522b3fe0bff145a66a50bc944717aeaba9025b

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [e405fb8d2e90bbde716662231d559cf6aec258c0]

        loplugin:saloverride
        
        Change-Id: I6679d397754f1777441b35910059bda9a917ae2d

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [545adb6bdbb2bb5d111f24d8f5b87ec5f262ffe8]

        loplugin:literaltoboolconversion
        
        Change-Id: I05c4c964e88f9123d75751c1eb7c8aae4d41f524

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [ff2fd4d131e4681b43993f3bdbbde57fcf79ff8d]

        loplugin:literaltoboolconversion
        
        Change-Id: I864d5e3fbb7f8f8278c45b721be70f805c6a6713

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [b398f8157699030061dde88d967364bedd5b2a52]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        Looks like 7d9bb549d498d6beed2c4050c402d09643febdfa "Related: #i124638# Second
        step of DrawingLayer FillAttributes..." accidentally garbled this.
        
        Change-Id: I4cdaad4fdebb8b9947e79afbec4a6e0973c55cac

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [ed52e65bcb639e4f1893817f4f3c9d698297fe3b]

        android: LibreOfficeKit needs the path to program/ as the starting point.
        
        Change-Id: I7d4534649361e1bfa2c285e67e6765a4be55ec69

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b66810f17c1000ac1d4dc3c5ba49842a0d146be]

        getSvxBrushItemFromSourceSet: add fix for JunitTest_sw_complex
        
        Change-Id: I826cd15923ecb2088161e4cf9650b2f388fd84b5

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [0df2e8d6826cb8672d61e05280d98840a51b2771]

        SwXPageStyle::GetPropertyValues_Impl: lost FN_UNO_HEADER/FOOTER_FIRST
        
        Change-Id: I38d7372f713c115b7c975e2aad84ae14e3cf8e1f

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3350fabd23859eb5fdbe77c6db9248866d4e2995]

        SwXAutoStyle::GetPropertyValues_Impl: fix handling of CharAutoStyleName
        
        Without this, all character properties defined inside automatic styles
        are ignored.
        
        Change-Id: I3c25f5d36503a9f40834dd88573a40c34380b967

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d399b0e45720354fc64dc3d121ee486e01eff89]

        getSvxBrushItemFromSourceSet: let XFILL_NONE result in COL_AUTO
        
        I'm not completely sure about this, but without this, automatic color is
        translated back as rgba(114, 159, 207, 255), which sounds even worse.
        
        Change-Id: I9f96f26b3797d9e289119a4795d2535b6d72262e

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e9e9e4748695a626609b380d8cc4a191c54d83a]

        SwXPageStyle: fix FirstIsShared handling
        
        At least now beans::UnknownPropertyException is not thrown when it is
        written.
        
        Change-Id: I6d4f8dbb1ac7caffc4bfdfb9c4c1c84eb9179883

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8624eafde1ed307a3ec212309462b7ed73bb1477]

        Remove stray fprintf
        
        Change-Id: I3cfe170091f11a3039ff6443b283fb45773a4e70

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [d1465c64c6f64ad8dd25e40cdc69649b24b305ea]

        fix tests
        
        Change-Id: Ia7099e87baa553ce6f5537908e1fb65c268d3940

2014-07-01  Armin Le Grand  <alg@apache.org>  [5f0d957ac6ea656ab6131a174fe52307f5f6eb2f]

        Resolves: #i125045# For XMLPropertyMapper using TEXT_PROP_MAP_SHAPE_PARA...
        
        hide the DrawingLayer FillStyle entries by moving them to the front of
        aXMLParaPropMap and using a higher index for construction
        
        (cherry picked from commit 35f3ceaf60f109f45aa7fef7077aead398bed53f)
        
        Change-Id: I8244e4dc685a2aa35e4154a43455ff62c8ee58fe

2014-07-01  Armin Le Grand  <alg@apache.org>  [378dc6ef20ffd0e657d78dbf6646d48059be4045]

        Related: #i124638# Corrected relationship between DrawModel and...
        
        DocShell in Writer, made SwDrawModel and handling more known
        
        (includes suspicious removal of setting SID_ATTR_LINEEND_WIDTH_DEFAULT)
        
        (cherry picked from commit a7ccadbf3b1ac378ca15d3630d48f48734700e5c)
        
        Conflicts:
        	sw/inc/IDocumentDrawModelAccess.hxx
        	sw/inc/doc.hxx
        	sw/inc/docsh.hxx
        	sw/inc/dpage.hxx
        	sw/inc/drawdoc.hxx
        	sw/source/core/access/accmap.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docfly.cxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/draw/dcontact.cxx
        	sw/source/core/draw/dpage.cxx
        	sw/source/core/draw/drawdoc.cxx
        	sw/source/core/frmedt/feshview.cxx
        	sw/source/core/layout/fly.cxx
        	sw/source/core/layout/frmtool.cxx
        	sw/source/core/layout/newfrm.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/undo/docundo.cxx
        	sw/source/core/undo/unattr.cxx
        	sw/source/core/unocore/unodraw.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/view/vdraw.cxx
        	sw/source/core/view/viewimp.cxx
        	sw/source/core/view/viewsh.cxx
        	sw/source/filter/html/htmldrawreader.cxx
        	sw/source/filter/rtf/rtffly.cxx
        	sw/source/filter/rtf/swparrtf.cxx
        	sw/source/filter/ww8/docxattributeoutput.cxx
        	sw/source/filter/ww8/rtfattributeoutput.cxx
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/ww8graf.cxx
        	sw/source/filter/xml/swxml.cxx
        	sw/source/filter/xml/xmlexp.cxx
        	sw/source/filter/xml/xmlimp.cxx
        	sw/source/ui/app/docshdrw.cxx
        	sw/source/ui/uiview/view.cxx
        	sw/source/ui/uno/unodefaults.cxx
        	sw/source/uibase/app/docst.cxx
        	sw/source/uibase/app/docstyle.cxx
        	sw/source/uibase/dialog/SwSpellDialogChildWindow.cxx
        	sw/source/uibase/lingu/sdrhhcwrap.cxx
        	sw/source/uibase/shells/drwbassh.cxx
        	sw/source/uibase/shells/frmsh.cxx
        	sw/source/uibase/shells/grfsh.cxx
        	sw/source/uibase/shells/textsh1.cxx
        	sw/source/uibase/uno/unotxdoc.cxx
        	sw/source/uibase/utlui/content.cxx
        
        Conflicts:
        	sw/source/uibase/app/docshdrw.cxx
        
        Change-Id: Icb99eaa7bfb1eb8922a9fd928b5e4149821130dd

2014-07-01  Armin Le Grand  <alg@apache.org>  [c3f70303cf3725cfd64d3b07c0e7e895f8ac629d]

        Related: #i124638# Corrected paints of Writer Frames...
        
        with DrawingLayer FillAttributes for all systems and AA/nonAA
        
        (cherry picked from commit fcc24448899577e220db70f265bad59f0ffa8428)
        
        Change-Id: I1b3d66061132d1d276080f99e94c421b429de936

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [c7853b5b5cb71899b6b60fd2175763785b8afb7f]

        hook up new drawing support to .uis
        
        Change-Id: Id441a91e86b89bf8fe6bfd778ca09e732e054103

2014-07-01  Armin Le Grand  <alg@apache.org>  [7d9bb549d498d6beed2c4050c402d09643febdfa]

        Related: #i124638# Second step of DrawingLayer FillAttributes...
        
        for Writer objects, now added support for Paragraph and PageStyle (including
        Header and Footer) for direct attributes and style attributes
        
        (cherry picked from commit cc25c58f7052827bfebdc9fbeec668c8fa29ed1b)
        
        Conflicts:
        	cui/source/factory/dlgfact.cxx
        	cui/source/factory/dlgfact.hxx
        	cui/source/inc/bbdlg.hxx
        	cui/source/inc/cuires.hrc
        	cui/source/tabpages/bbdlg.cxx
        	cui/source/tabpages/bbdlg.src
        	cui/source/tabpages/page.cxx
        	cui/source/tabpages/tparea.cxx
        	include/svx/pagectrl.hxx
        	include/svx/svxdlg.hxx
        	include/svx/svxids.hrc
        	include/xmloff/PageMasterStyleMap.hxx
        	include/xmloff/prstylei.hxx
        	include/xmloff/txtprmap.hxx
        	svx/Package_inc.mk
        	svx/inc/svx/hdft.hxx
        	svx/source/dialog/hdft.cxx
        	svx/source/dialog/pagectrl.cxx
        	svx/source/tbxctrls/tbxcolorupdate.cxx
        	svx/source/unodraw/unobrushitemhelper.cxx
        	sw/Library_sw.mk
        	sw/inc/fillattributes.hxx
        	sw/inc/format.hxx
        	sw/inc/frmatr.hxx
        	sw/inc/frmfmt.hxx
        	sw/inc/hintids.hxx
        	sw/inc/hints.hxx
        	sw/inc/ndtxt.hxx
        	sw/inc/node.hxx
        	sw/inc/swunohelper.hxx
        	sw/inc/unobrushitemhelper.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/attr/format.cxx
        	sw/source/core/attr/hints.cxx
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docfmt.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/docredln.cxx
        	sw/source/core/doc/poolfmt.cxx
        	sw/source/core/doc/visiturl.cxx
        	sw/source/core/docnode/node.cxx
        	sw/source/core/inc/frame.hxx
        	sw/source/core/inc/frmtool.hxx
        	sw/source/core/inc/rolbck.hxx
        	sw/source/core/layout/atrfrm.cxx
        	sw/source/core/layout/fillattributes.cxx
        	sw/source/core/layout/findfrm.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/core/undo/rolbck.cxx
        	sw/source/core/unocore/swunohelper.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/core/unocore/unoparagraph.cxx
        	sw/source/core/unocore/unoprnms.cxx
        	sw/source/core/unocore/unostyle.cxx
        	sw/source/ui/chrdlg/paradlg.src
        	sw/source/ui/chrdlg/pardlg.cxx
        	sw/source/ui/fmtui/tmpdlg.cxx
        	sw/source/ui/fmtui/tmpdlg.src
        	sw/source/uibase/app/docst.cxx
        	sw/source/uibase/app/docstyle.cxx
        	sw/source/uibase/frmdlg/colex.cxx
        	sw/source/uibase/shells/basesh.cxx
        	sw/source/uibase/shells/textsh1.cxx
        	sw/source/uibase/uiview/viewstat.cxx
        	sw/source/uibase/utlui/uitool.cxx
        	xmloff/inc/PageMasterImportContext.hxx
        	xmloff/inc/xmloff/XMLShapeStyleContext.hxx
        	xmloff/source/draw/XMLShapeStyleContext.cxx
        	xmloff/source/draw/sdpropls.hxx
        	xmloff/source/style/PageMasterExportPropMapper.cxx
        	xmloff/source/style/PageMasterImportContext.cxx
        	xmloff/source/style/PageMasterPropHdlFactory.cxx
        	xmloff/source/style/PageMasterStyleMap.cxx
        	xmloff/source/style/prstylei.cxx
        	xmloff/source/text/txtexppr.cxx
        	xmloff/source/text/txtprhdl.cxx
        	xmloff/source/text/txtprmap.cxx
        	xmloff/source/text/txtstyli.cxx
        
        Conflicts:
        	svx/source/dialog/hdft.cxx
        	sw/source/core/doc/visiturl.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/txtnode/txtatr2.cxx
        	sw/source/core/unocore/unostyle.cxx
        
        Change-Id: I7e8779db6c0cbd1e242b63eab888f468f2de509a

2014-07-01  Douglas Mencken  <dougmencken@gmail.com>  [a5e137eb1d37361c60175e8fba780fc46b377a23]

        writerfilter/source: change directory dependencies to .../ooxml/.dir
        
        fixes build errors like:
          ./workdir/CustomTarget/writerfilter/source/ooxml/model_preprocessed.xml: No such file or directory
        
        Change-Id: I1ee4e6247e9b87548a0314914fd3fc6499783ea6
        Reviewed-on: https://gerrit.libreoffice.org/10008
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [42fcd888ae537152f9d59c03e945d4bf9aaeb7dd]

        coverity#735397 dead code
        
        Change-Id: If8d82a39af7a506f42b6c13d8408ffc479b564e7

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [611b419562dbde945d532ce27d7233be5d55fda1]

        coverity#704299 Dead code
        
        Change-Id: I41d4c99216cc19302f2d65db1471cb49016a784a

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [691f0b3c387033e34bba4b6cb65f2ad1250ef818]

        coverity#704262 coverity#704263 Dead code
        
        Change-Id: I3f015ea89a9a542226d18d0d203eb493f08b46a0

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [69ea62a069f89f5efae8d3cee93a64a4b7ba8ba8]

        coverity#703975 Unchecked return value
        
        Change-Id: Icef20c193a64b7de410e21124edaa4d0699d8a66

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [5371bc50c0ea931e9859186f0f05644bbdb51246]

        coverity#703963 Unchecked return value
        
        also avoid pointless double Guard
        
        Change-Id: Ie7707fc3baf46f9363fdef6213df098123183ab9

2014-07-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [1f7a67083dddee3550e9dd6be8e0d592ed69d28b]

        coverity#703955 Unchecked return value
        
        Change-Id: If10c9643474620855e21caaa1fdcbbc4b7fd07ac

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [55fb9149d8a102259895186531f761b5771274ca]

        lok: It is expected that we point directly to the program/ directory.
        
        Change-Id: I54329e8dc914ac2698c441c02dfc9da03b56614f

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [3818cc53291008f0ad2ebe6f898e2c58d6974b09]

        simplify
        
        Change-Id: I1f44dd938bd0033ad4a5b6af4d24d1ba3e76d852

2014-07-01  Stephan Bergmann  <sbergman@redhat.com>  [732b8be76f5fff8a039667eb116f1d158696c0b3]

        Fix osl_setEnvironment args
        
        Change-Id: I243ecb42d7ba2ce58f4c1a0bf97ad74de947d8bd

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [335db94e59eab9d3dcdb9ad081e1787775898de1]

        coverity#704986 Dereference after null check
        
        Change-Id: I27aad830a4e211601a78a15b2eb42d44275f1abe

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [542c50d6844f76d3c3ac4a68de2859494a5de15c]

        coverity#704987 Dereference after null check
        
        Change-Id: I9c2b946ec3616a59ef06bf958ee4a81e1751e7ea

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [05832e110f5d67a20bea5bc0bd138c0ad7033674]

        coverity#706020 Unintended sign extension
        
        Change-Id: I30c097ac6731b742779af5528200ff99451d04b0

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [cbfaf0c7945c68befac41a1e6561a49398cb6826]

        coverity#1219805 Uninitialized scalar field
        
        Change-Id: Id6b15e8515d73cb5bdf4bc6d02d235ebc7e282da

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [e5d60c4754a64cd31c30ab60a2eca242fdd5dc86]

        coverity#1213562 Uninitialized scalar field
        
        Change-Id: I9a40cee6e807599e8e3d9f3df52186fd6226f7e1

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [1271ac20d4041eb1ae72d20f0fc6a3fbee998e5e]

        coverity#706266 Uncaught exception
        
        Change-Id: Iba3d2b8cddcd9e0f228d5b9fef1ce3290047c8b0

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [612ab9b4f7f0d9aeb43524f2cebed11b752bf061]

        coverity#983968 Uncaught exception
        
        Change-Id: I0f5d8a72e545337525a90d86aa2fb87a180f4e63

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [95dca00a9147f986d357e127b575ac568034dee7]

        coverity#707416 Uncaught exception
        
        Change-Id: I7c67c62622e2b46bc565ae148c1605f4954ffa39

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [855010d9d1db33b8cb11f32d2f94014df6997682]

        coverity#707290 Uncaught exception
        
        Change-Id: If020fd537c15c41fe33134f554b7df1f10f18570

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [1b6cefaf68b89da765847093ecb542c1139935d3]

        coverity#706608 Uncaught exception
        
        Change-Id: I26cf7c33089ddfcbb7faf81295b9a9776c6a9065

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [6d45e2a4fcacf0e58b4b8d22ad452e48a996ad88]

        coverity#1224302 Uncaught exception
        
        Change-Id: I622a7c41c9083f2deec21dc8c37572f978874127

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [5ace3f3b4f2f916d8b2acab1b5cc0fe2a5a19dee]

        clang scan-build: various warnings
        
        Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713

2014-07-01  Caolán McNamara  <caolanm@redhat.com>  [62cb50fd9b97358114dcc4d0c1afdcdd04341b0c]

        fix debug=t build
        
        Change-Id: Ib50349da406ecff9979ac1ab522272694b69c2de

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [e2ca2f842b2147943e414ea746933d2a38e37850]

        android: i18nlangtag is too verbose, and we don't need the info.
        
        Change-Id: Ifc59351913fd2194b23511330d1a90f40d3e158e

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [cba65fe064e33dd3da2f70dd9d0b9ea62543b188]

        android: Attempt to load the test file we have in the .apk.
        
        Change-Id: Ib438e8d7de90c202a3be6ad01bd8b7a8341527c1

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b046b687f9caa71db29ce16e0d211d530648d141]

        lok bootstrap: nicer function names, clean-up
        
        + prevent lokandroid JNI functions to be removed from the library
        + basic use of lok Office / Document in LibreOfficeMainActivity
        
        Change-Id: I7bfe53738cf821b2270ab3e024cc506a7cff42f0

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ca61fdcac919f799b5273c24932adc0cbd8300e2]

        libreofficekit JNI for Android
        
        Change-Id: Ia905c20fb4ee9b126d65fd3c8e3c1f54649abe1a

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3799a6f3a8b08585cd29a52de89ce0a76c99cef4]

        LODroid: Make SubTile hold the buffer for a tile
        
        Previously there was only one buffer which contained all the
        tiles currently visible. This is inflexible - we need to control
        each tile individually. This commit introduces SubTile object,
        which is the holder of the buffer for each individual tile.
        
        Change-Id: I511f13dc7fad7c3c04f3d7f23b3abc97a3cc2268

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7164161de92340809155e1ec4b218d101b7f2d9c]

        LODroid: remove hasDirectTexture for now
        
        Change-Id: Iaf4ce2df890c0f61c9466a8ea1ec35731d3eed44

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2820ecb7184f04f6e29b178a7d857888828d5e04]

        LODroid: Use tile images in LOAndroid2
        
        Change-Id: Ic274d19467b8d0915ae438a0651f19da14392697

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2c3d341f81b72c8bb7567508d95d8c4121712767]

        LODroid: Don't ignore size change event, clean-up GeckoLayerClient
        
        Change-Id: I615a762334434068681ecb1cc7ae6890319bd7ec

2014-07-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0d55277947fbc2f92fb9fe40dcfa804dc619c37a]

        LODroid: cleanup
        
        Change-Id: I3c2b156c6ed5c6a27ac845481150150812eef1ec

2014-07-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [88bd199e761a165b8add0cebac9f149dc4250829]

        error: 'SvxColorBackgroundItem' was not declared in this scope
        
        Change-Id: I296a1ba4128d5e1c9178a20df25875fd8baaefe5

2014-07-01  Jan Holesovsky  <kendy@collabora.com>  [c651bf90774eaa61352f72157621ee54558f624a]

        Actually not necessary to log this, it is already logged a bit later.
        
        Change-Id: I30380b58b3141ac20e90e47a1538156b5b4dd08f

2014-06-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dc93074f71f91efd8a615ad8f1a5289deb210b75]

        Use a new fast parser instance for each XML fragment.
        
        Otherwise a crash ensues when the threaded XML parsing kicks in.
        
        Change-Id: Ic41e5a29bbb860d7b63b70f2f0d8896264d9d53e

2014-07-01  László Németh  <nemeth@numbertext.org>  [712d60f03d4c7dfa1ec56e49f40036ab7eb25fde]

        fdo#79372, fdo#56392 fix hyphenation
        
        Change-Id: Iacf84d023d3b4795892bc444299a29bfc663345e

2014-07-01  László Németh  <nemeth@numbertext.org>  [c78d948b6113e3c3b38d8a0b5206155c4c3a13e4]

        Revert "fdo#79372 fix hyphenation (remove fdo#56392 fix, except hard hyphen part)"
        
        This reverts commit 259d3421d4cf7788d9099daa40fc181c661783ee.

2014-06-30  Michael Stahl  <mstahl@redhat.com>  [2c157249207552e193e52f5ab7fad5b37ae0a748]

        fdo#80663: sw: fix crash on Undo of table row/column delete
        
        The _FndBox appears to handle an empty table lines vector, but evidently
        it does not check its indexes properly in this case, which crashes with
        STL containers.
        
        (regression from bc0c939270a45469b8f22008288b5e4a4d9c9861)
        
        Change-Id: Id864ea12bc97e61c5251f470e446b6b8f69cb054

2014-06-30  Julien Nabet  <serval2412@yahoo.fr>  [501ebd0f7c867c4df5ba84fd8b6b1a197aeeea92]

        Resolves fdo#43277  Send Legacy Report "E-Mail as ..."=>error message
        
        Change-Id: Iaaadd4fd3015214c007a86d1a83f837aa0d2bdb6

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [4e7f1f7f1113a1f0d60ed17d7712700683c35a24]

        Fix svgio build
        
        Change-Id: Ief84952f2b1dc077e871e42e419f41d99810af26

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [59a2e1b9fa8663254550838c0c44d0cac290105f]

        Cleanup: removed comments and debugging output
        
        Change-Id: I41f13d33da641153784725344f5bd526ca69542b

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [2727a6dbf46fad3301ab0f24dce7da50976212f4]

        Changed BColor to Color in TextFooPrimitive2D classes
        
        Change-Id: I4f29ec307f7f86e0a43d661785f90601e24a16ce
        (cherry picked from commit 530db75780c0c7711e1e334e6968cd357bf3d5a0)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [64de49e9b26b7a65e63c24e930ef7e42372d26ba]

        Fill Color in VclProcessor2D is set out of decorated text if-block
        
        Change-Id: Ice01290d7baa46f694b2bf5801b6af48f083d521
        (cherry picked from commit fe0b0c0648a6339f979fe8faa7d997c6b5ac0637)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [c2d5c39b0c9559b772027a8182c5670c1b2dc7e0]

        Removed assertion in EditCharAttribBackgroundColor
        
        Change-Id: Ic9b41eed686ca8bf07c8e3e1555fc6953093a2d4
        (cherry picked from commit e68c18f1afe93eba5e79829510df16a78d66c95e)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [4bfa845b3ac524c29b84e751ca0e6bae352b45f4]

        Associated CharBackColor to EE_CHAR_BKGCOLOR
        
        Change-Id: I3ce7b235aed71a51ccfa154227be16b3b2265d2a
        (cherry picked from commit 48647d731c3f85ce2ed9b3f89d73f805976118f5)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [9ab4387532a9bd0df49f3e619f44108dea952a38]

        Added Text Fill Color in TextDecoratedPrimitive2D
        
        Change-Id: I8c3946c08d20cc2ca2af6f17a2a57d6c9a5cfa23
        (cherry picked from commit 00fc45e78d84dddf32b450441bf9028352ec9e52)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [6c1fc9e94e36b4f74136bc044cc9a4b72f79d53f]

        Added Text Fill Color in TextSimplePortionPrimitive2D
        
        Change-Id: I40309c17d6e3d0547c4724a01b464e94a3c8a61c
        (cherry picked from commit 4177d9b34551f7cf2a7ea8d2dfdff37b89400db4)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [7bb6020ead0494b35967a6876714c2024b1dee4f]

        Minor changes
        
        Change-Id: Ic86a37a678648b0ab2facac3e55f54067124657e
        (cherry picked from commit aed0076e9908a9a660bb635b1b342ede558f43bf)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [9596fe49eb591018c5609f7b46e825cbf89e6c15]

        Experiment with underlining in VclProcessor's text rendering
        
        Change-Id: Ib1f0e853dec1cb9aa00f585e5d8cdce836478ebb
        (cherry picked from commit 11cd641c130358942fc4a9cbc534dc6be9d8c4a2)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [6b30ff01ea3a4ab7f3fecd7f23bb4782a3f8eb84]

        VclProcessor's text rendering looks at fill color
        
        Change-Id: I96dcafd01fb6d8a5e873719ee617008b5f2cbc13
        (cherry picked from commit 74fa26c85ef79020a889d14db04130e52635b81e)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [4284ad3f27d389a0ac8b5cf57c1b015b44741bec]

        Set transparency besides color for text with fill (i.e. underlined text)
        
        Change-Id: I88a90facac656f846a88315951b4769f502662a0
        (cherry picked from commit d4c1c038dbc554dcce9c081e736a72359e80d33f)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [ae915ba34f6b721b81747e7b90a46e1133d5238e]

        More debugging; fixed Font::IsTransparent
        
        Change-Id: Idcb54408dd3cf6561b78eb28fdb409d2e31df541
        (cherry picked from commit d84dba8b01c1f240f22b774c951ebf206d5a3ac9)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [13ed85d1ab5b60df45d88c823e584acf94b83527]

        Removed experimental change to IsTextFillColor
        
        Change-Id: I99d1bfd3953c0fb01b9e202d93127b4f4f55faae
        (cherry picked from commit c9e23d31aef62a00acfa90de8a80fb68f5e9dcbf)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [22f244ae45251ca07400f8eac8c40b6a0a8dbf3c]

        Background color in defaults for named presentation layout
        
        Change-Id: I0f65476a545cdd080768e00161ab4a7682acc359
        (cherry picked from commit 3ae8a7302c2c145867ae2072f3ba477ba1b3e0a4)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [3959563228d1b9de57a3dd80188cc88357af5a32]

        DbgOutItem  supports Font Background Color
        
        Change-Id: I1067e73593fdd116c3fc264b07f8bfd77057af0f
        (cherry picked from commit 2bcaa1ca791ff64a1629d2451bd52323e7e814e3)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [fd0e1ea165f4bf24a1992733aeaac9df9dce80b6]

        CreateFont supports Background Color
        
        Change-Id: I3413c77db8e822aeb957909a661d175320555f6d
        (cherry picked from commit a7f27d468dd92a2ffbe114a5bdedf423f657f1ad)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [39c84aafd3dd803c4d284a69d086c933dad03c84]

        ItemSet includes Background Color in SetFontInfoInItemSet
        
        Change-Id: I0a5f5cebccc73eb3c0877fae0086861ac5b93d3d
        (cherry picked from commit c52d374be19130c123d8316be6dac51219296abd)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [2f54ab70890c7e034fac623701f78ee80ff6fae3]

        Minor changes.
        
        Change-Id: I3b8c51690eb14601435653e9a2255a5c6ed4fd7e
        (cherry picked from commit 0b8fe9834b398db7550f30718b3cb63860c6165d)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [f7f405980546ad8f07022b3e337d7a6be0a6d316]

        Debugging output in OutputDevice::SetTextFillColor
        
        Change-Id: I78a75a94e4012eded1a4a5b4c36d8b399a4dda6c
        (cherry picked from commit 1441ae75b005b4ff1ae2683755a12c5813a3a6b3)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [6d658b15b837398cee4f15405927e7e40e9ec41e]

        Debugging output
        
        Change-Id: I4e9418746ad50e1bdb1336459c00a4cf614e2350
        (cherry picked from commit 4b2d62f02a386013d0004058a02fed80eb8df675)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [f9e020227afc498a32e24eb731a26587036d53bc]

        Added case in editdoc.cxx
        
        Change-Id: I572d79dfd770eaa13d24b27f1c689a059cb79153
        (cherry picked from commit 073be3ab511a33e639135703caa2229c1f105b54)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [c7d80ccb4c915f7f0b3c9ddf88ef807504561f6c]

        Added body of EditCharAttribBackgroundColor
        
        Change-Id: Ieac410809b33b1b489cb7563f3fed133d32832d0
        (cherry picked from commit 8fd668c43982f683dca945277a6c9d4bc8ea720a)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [139ca8f26419d4b3e4f478ef8ff7536176c54f1c]

        Added EE_CHAR_BKGCOLOR
        
        Change-Id: If11271f4b3b8f9ab67961206856938046ea2a416
        (cherry picked from commit c2580813426a58cd2ab22efacec9d28423201562)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [4693d7cc99fa4b659f834e703b8bbb0424d55fee]

        Added class SvxBackgroundColorItem
        
        Change-Id: If10795bbbd9fc911896b57bbab5410bc1e62f71f
        (cherry picked from commit ad6a2607f09d2f770e683a21ad7243a077d65a7a)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [a74e588518df1a3f5e7209e52dcaccf38ae88e56]

        Setting SetTextFillColor from Attrs. Experiment with line color
        
        Change-Id: If34f000d6c5ef6ec38f7f735ada194b8fff4f56d
        (cherry picked from commit 7fb0e8c9a659417607c85f9b0e8245e4af4552dc)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [7b59e44925b4c46e682661f5468d7aa2d7d3231d]

        Cleaned up code from tranparency in vcl. Trying setfillcolor from edit attrs
        
        Change-Id: I263012332e43573f260ac8c54612576eb21a11a1
        (cherry picked from commit 02385eb4d8de3c5a57511d8bae3c42a523470838)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [be34ea6f62a357eaaab01ce14e2882528015e1d1]

        Cleaned up code from operations in vcl
        
        Change-Id: Ica5194f0cf6e30ec099974ae8b794fb2bc5e654a
        (cherry picked from commit 4445f361aa2730b61fdd339dcdd7014b266e5c42)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [fcbfcc75ed6157f4eb4124c7cfeda4346ddc6b45]

        Added EE_CHAR_BKGCOLOR
        
        Change-Id: I767e2df4e5451c208b26c568f1977d820aa4075c
        (cherry picked from commit 8118ec855bbc2d55afd0438ba698c24fb0006d58)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [dbff42a078fbf2119ab9d8aa232ed673d9a2d91d]

         SetTextFillColor immediately before DrawTransparent. DrawTextRect commented
        
        Change-Id: Id283624484dfcda91546fd4965bc0b6b92614f55
        (cherry picked from commit ebc7be61df384120f1d0420d3e4dc5e3ac5599f4)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [44f6d7a2c5cfdbbea390f433bb56b8be869ae1b0]

        Transparency with DrawTransparent in addition to DrawRect
        
        Change-Id: I9e8221652b74a3004857ef4b12c6b45563a373b5
        (cherry picked from commit 2f8660008ddd32c8f24825d5ba3e751bc65d6d3e)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [6b490f6be9cd87c813c97560f3ca6d0790c54c37]

        Transparency by replacing DrawRect
        
        Change-Id: I5ba220df841cbe650c910c1c7bc1815900f13c53
        (cherry picked from commit 6ec2a1a6922d22fa5efb25982b0b51cef7a97499)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [f850bbb4cb28014ac420e53ee86cda528a0943cc]

        Changed SetFillColor to SetTextFillColor
        
        Change-Id: I3c19ac80318733ccae1e8829e3269ec8c716869e
        (cherry picked from commit 33384f3d23958b62e1ec9f72f2a0e6424313a177)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [23cd36d876057028d53d1c1f5452acc51a705b2b]

        Fixed color problem
        
        Change-Id: I7e9340ebab26d3c979571155a3e9d051c41c58f4
        (cherry picked from commit aa7d40399758c7f2270dfb0b71f4bcc39d0e24ea)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [be085bf52324f8b1c7f59a3d49a39e14e04824df]

        Moved Text Filling Color in OutDev. Text Filling occurs in ImplDrawText
        
        Change-Id: I9c75066a8dea32721757d0511a2af58c68408438
        (cherry picked from commit b09cf493611f2521e66159287b88acc3c05d6d33)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [039599e9d52461ea57a9690f847bbfe5bae6f3aa]

        Put text filling in SvxFont
        
        Change-Id: I290fff0cb66fc07122b976d977dff24ac491e108
        (cherry picked from commit ea56441757a34082b9ffc5f28936413fcb55e31a)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [d097bc8e156b50a4fd04dd82c42efa2921f0e886]

        HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDev
        
        Change-Id: I10e6e1b916df0c78d26596a37944e8b57b2897e7
        (cherry picked from commit 181266201b5e6aaad1dcd9cbc2dd4db44ecf3dc5)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [285c6cd514eedb0718029906a6189bf39d8232e4]

        Test on changing background
        
        Change-Id: Id1ad39eee375de229d63e749673021848690e363
        (cherry picked from commit 422321340246104c0d8b11a2cf170606d8f476c3)

2014-06-30  matteocam  <matteo.campanelli@gmail.com>  [6ffc9d1203af0a1b445d7a9d18c4f4608e078446]

        Debugging options in EditCharAttribColor::SetFont
        
        Change-Id: I44790059cffed0c124c4f30db7ea5028f0a0148d
        (cherry picked from commit 1091871d3e0c9ba556f223b210584aa0425ce642)

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [77c5da90a6bd20f420107f767bc9e297ac9d9cfc]

        loplugin:literaltoboolconversion
        
        Change-Id: I8a08580ad5cac4836a6dae5c842bd821e90bf546

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [656dd07d298b8a8a9f3db69cc2b44779dde664db]

        Dead code
        
        Change-Id: I50b13e27501dfd885e3ed99215d18166d5112bf7

2014-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [28177b61a843cab1094d04d189bb5fedcc6ea55a]

        error: direct base 'boost::noncopyable' inaccessible due to ambiguity
        
        Change-Id: I3d2d530ebdb3341956e9b7a3c1f22b621a52deff

2014-06-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f177756dbdb67d901453000c3f11694770d2761]

        Check for empty() before calling top().
        
        Else it might crash sometimes.
        
        Change-Id: I6a24fff83c3d36346debae5c0f2b8c0646a15c01

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [3828e942ebe4ab26cb5f074504f23587f43c1dd6]

        -Werror,-Wunused-macros
        
        Change-Id: I04b79678a488d6dd954a339f678d56f978249b32

2014-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e123226d874d59799ba4ca2a8919e50e7eb2ba3b]

        CreationWizard already inherits boost::noncopyable via OutputDevice
        
        Change-Id: Ie155742ea9fc29b5b1adfa219c0bc6fdd78cb637

2014-06-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ede68e1cc879e6adbf6336eccaf88ced974b8b6]

        Don't go further and pop the stack if it's empty.
        
        Change-Id: I27bd30ca65cf0066cd022b4b060757913ea01fed

2014-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [8197a6c15f922b6c983bce12fa6ad259fc993e6e]

        SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two times
        
        Change-Id: Ie74ceb4baf443dae5cfb524b2373dbebf3a8ab4e

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [1e9b5f17f8ba551e40795392121a90075d804fcb]

        android: Add missing mkdir.
        
        Change-Id: I9c06a1a2efcb3c436287a3aac15d976fcafbd19d

2014-06-30  Andras Timar  <andras.timar@collabora.com>  [9e69071b5942c5ba852e3b719ee9b3f3e859758d]

        use VCL_HIDE_WINDOWS env on Windows, too
        
        Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee

2014-06-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [c64a54bc3eb15809bc56c19c1f013954d9bfde7a]

        Use comphelper::SequenceAsVector
        
        Change-Id: I8c0328b1bae3d2c3f327d241acf3df0c078ea4cf

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [6bb92c5eaf1ff2f5292442870c65bfe2771752ec]

        Make sure IMPL_STATIC_LINK's type matches Link::pFunc's type
        
        ...to avoid -fsanitize=function warnings in Link::Call.
        
        Change-Id: I837b35bd3052716fbb41bf4f893961257d1f9b2c

2014-06-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [358d6006f1d9652aaf01661ea8dba4d7ec46d508]

        Optimize media rendering during slideshow: save one grabFrame() call
        
        'FallbackGraphic' property introduced in:
        b862a216f769d10e726ad759762b5e6a412acdaf
        contains the previously called grabFrame's
        result, so we can use that instead of render the media
        frame again (it affects glTF models too).
        
        Change-Id: Ia93e771e92cc7630480c665dea66fbf571dfa2a0

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [1caad856de1c1c5b0a8c31d2226416a2db9632cd]

        Resolves: fdo#80681 widget is not transparent
        
        regression from 12dfca2ea61116665a7abefd43a9a4caa2b8920b
        Author: Armin Le Grand <alg@apache.org>
        Date:   Mon May 14 15:16:00 2012 +0000
            Resolves: #i119307# added deletion of sw's BmpWindow control...
            ...due to the fact that graphics may be transparent
        
        Change-Id: I7eb2ee8ed53f0ef907a4573a735c71de43b6e8d3

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [01da41b3085d4873dd69fd053102506de861db57]

        tweak helpids now
        
        Change-Id: I2ab7255f634d626cf34ec9f1dcb19d5f24db1c09

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [eb8c56127af9843f55eea649f210c6077c97ea49]

        rework resize into a custom widget
        
        so that the order of resizing will happen in the right sequence
        to work correctly every time
        
        Change-Id: I1adffe276db3fb80eb34ca74c2ceb51a6ee28526

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [d48af86c9b745d750c97ba9b1c59ea936bcab0ae]

        DBG_ASSERT->assert
        
        Change-Id: I977e65d15970a523a28076949544fd846e68ec0a

2014-06-30  Szymon Kłos  <eszkadev@gmail.com>  [f90eb33a268bdcd1c52aea5670a58267b0907096]

        DLG_FPICKER_EXPLORERFILE conversion to .ui
        
        Change-Id: I5d8f5d0182fb6af5111b60caa29912d313c2efa0

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [0ee6282cc24af0d299a878f780d1678a86fb0595]

        Updated core Project: help  4afc42f9eb3f50b542f22414045856bfc588855e

2014-06-30  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [b00a59287e0b1dcc0a46dd18e5e884282eb859f3]

        fdo#80514 LO crashes on opening; tries to remove a para with NumPicBullet
        
        LO crashes while opening the issue file as, an extra Num Pic Bullets is
        attached to the dummy para. All NumPicBullets were disposed in
        dtor of ListsManager.
        LO tries to remove dummy para after the section, while the pic bullet is still attached to it.
        This causes Lo to crash while removing the paragraph.
        
        Added a 'ListsManager::DisposeNumPicBullets( )' to remove the extra bullets from the document
        Added the issue file in sw/qa/core/data/ooxml/pass/
        
        Change-Id: I578f48364dcb4ff939fa3800e90db88a99d5ca1a
        Reviewed-on: https://gerrit.libreoffice.org/9897
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [8a0df1b7e50ee4e39be0242ca245627b4eedd7e5]

        Clean up OutputDevice and derived classes noncopyable-ness
        
        Change-Id: Id29e52c94a89cac20e29ae0a1f0b9f90ffdfcf09

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [f8e34ea78a3159b3bf717353a3fc7d62e7fecd57]

        ...and ~SystemWindow can recursively destroy its child windows
        
        ...so when the pMyParent vs. pMySysWin typos in the asserts (thanks Matteo and
        Micheal for spotting) were fixed, they would fire in such scenarios.  So just
        hope that it is fine to effectively skip those safety checks in these cases,
        too.
        
        Change-Id: Ib925e57b68643c75a5d4db67fd64692015482179

2014-06-30  Michael Meeks  <michael.meeks@collabora.com>  [4771c8836a3e4d5e8ac25a7212293a13fb1e73ba]

        writerfilter: use XFastAttributes more efficiently.
        
        Don't duplicate UTF8 as UCS2 before converting to integers.
        Don't double convert every attribute, and allocate it twice.
        
        Change-Id: Ibb15d703f011865dac8eb72f18408a5d62b60d96

2014-06-30  Michael Meeks  <michael.meeks@collabora.com>  [5ca0cd55a19c522f1479737d7164947ae1ca4a6b]

        sw: better encapsulate StyleSheet iterator's list.
        
        Change-Id: I4fc06c739009a4754282854c4a0fce633213e50f

2014-06-30  Michael Meeks  <michael.meeks@collabora.com>  [bfb978334cea775b8ae5c40ceea050ea0660d80a]

        configmgr: faster / simpler compare for keys.
        
        A surprising amount of time is/was spent comparing keys in the
        std::map red/black tree traversing nodes. Since we don't need
        the data truly sorted, instead sort in length buckets. Kills
        90k rtl_ustring_compare_withLength calls on startup, around
        0.9% of headless start.
        
        Change-Id: Ib23aff151ad50d56bbf2ba3e28882cc81898d9ec

2014-06-30  Michael Stahl  <mstahl@redhat.com>  [83d00917f2eb949d0b76851d46479361173fdd75]

        extensions: MSVC tinderbox wants its InternetGetConnectedStateEx
        
        Change-Id: Ie5486e910ba562954ef38c83b2fa673511a9e931

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [0223eb2c6498a40a8d32575c9af189c570e490f6]

        Once ~SystemWindow calls ~Window, this is no longer a SystemWindow
        
        ...and hopefully it is just as fine to start this safety check at the paren,
        anyway.
        
        Change-Id: Ie3d7a1e233b9e3076a6603f2c6312d57b42b0f77

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [5f50d9593d0754fc4c4c0655b14b27f5ad5635e4]

        Mark WindowImpl as noncopyable
        
        Change-Id: I80f981216067a03578cfc812b006e6b68b77068e

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [547135c0dcd5cd5335e625c24e78986529f9a94b]

        It is useful to know what macros are we expanding, and to what.
        
        Change-Id: If7704edc5baa9759abc680b8d2040b9cdfe92317

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [cd77f78755a9aeee0237eaefe06483182e447908]

        android: Enable debugging messages as the first thing we do.
        
        Additionally log what we are trying to open - very useful for debugging
        bootstrap problems ;-)
        
        Change-Id: I942b144d97a57cbcb709b2d67029bfa09b339be2

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [d2eeb05da67bd8e205821b92fd028f7c7114e99a]

        android: Correct location and name of sofficerc.
        
        Without that, URE_BOOTSTRAP does not get set up, and we are unable to
        bootstrap.
        
        Change-Id: I7727e2a9dcbb958e006fadf6243e1ca343633f7e

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [c1d64ca9e4c3f52178548aa435c567672dd9b103]

        lok: Correct sofficerc path for bootstrap.
        
        Change-Id: I229958c0f2c6f8905926c95cabd45fa58aed3da1

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [f918192eceb5f0ea5582988a76d9ad9f6e1e6e43]

        android: Relink liblo-native-code.so when a library changes.
        
        This is so that calls like 'make configmgr android' produce an .apk with
        updated code changes from configmgr as expected.
        
        Change-Id: I5f576b01269cf3f559a8a6389af298a3758e7309

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [faeccde59c2589bd2da972e8ca93581a26555caf]

        android: Make LOAndroid3 debuggable.
        
        Change-Id: I0fcfd784d6705cfab4790e1023851d5c537a482f

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [d5d480dccefdca169e0acd12fdc39e25e0b44fa2]

        android: copy-stuff rule is copy'n'pasted around, consolidate it.
        
        Change-Id: I0a746904fa363f987e96165d8def326eb87dcf8f

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [c72d300ba0fa6eb3a496bdd8f3bbd3baa1b0f70e]

        android: Make the extract_files() part of setup / init.
        
        We need to have the files extracted before we attempt to initialize
        LibreOfficeKit (call libreofficekit_hook), otherwise the .rdb's are not there.
        
        Change-Id: Ib49db7e945a709d18a063eb488a27df18fef542b

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [db89e5ff812e2b807476cdf0a10cd81a3040d79b]

        android: Make use of LibreOfficeKit.
        
        Now the LibreOfficeKit is used to actually attempt to bootstrap LibreOffice;
        at the moment fails to do that.
        
        Change-Id: I91220dbff783213bf7702e7213a5646859db4581

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [74ab9835f978ae872bd0b737a8d16eb2f63731a7]

        android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.
        
        Change-Id: I5e1758c15684b06ab6809f62f4da6d5f50c071a9

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a6ecd8b2a9f0f3eaa66388861a6dcc6260ec72b9]

        LOAndroid3: ant/make for building, Bootstrap project
        
        LOAndroid3 is based of LibreOffice4Android project which uses
        ant/make for building. By using LibreOffice4Android as the base,
        the project creates a APK archive which has all needed files
        to start LibreOffice in Android environment.
        
        Change-Id: I697d5f727bdaf93e774144ad597d7081d2609908

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [18d2afbf9a544100c2decd99bee0eb5cf3e8f0e3]

        LODroid2: GLES2 fixes, code cleanup
        
        Change-Id: I368f8caaf0433387a330a63182aab292defef0ca

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7d8d1fe4aa887a134b10dff38299a1966b5b1c81]

        LODroid2: Remove sdk v7 and v4 support libraries
        
        Change-Id: I41a30d44c44cb439dc2e60e212eea18b00f316dd

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1c7bcda5525f710ad016f22995fcd88be6c040aa]

        LOAndroid2: use GLES2, latest GeckoSoftwareLayerClient
        
        Additionally add GeckoGLLayerClient as an alternative LayerClient
        
        Change-Id: I250b5d806f520231ad9a9b84ef8387e8830bb364

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ae14df5b316551455c4552444002429d2aac4715]

        LOAndroid2: initial import of older Fennec version with LO changes
        
        rebase on mozilla-central tag RELEASE_BASE_20120531
        add LOEvent, LOThread, some LO icons
        
        Change-Id: I0c3aba6d9715c60e32d8daa2002b4961eef476f0

2014-06-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8339f8abc5470e5b9bad611e5577fccf34fef240]

        Initial commit of Android Viewer project
        
        Project was created with Android Studio. Currently includes the
        base of Fennec's LayerView and dependencies.
        
        Change-Id: I5c3ae253d153f659eb92bd0ca17ef95372b71b23

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [71e176c0205f916f04a3d8fa3908da4e6dd20f50]

        android: Reformat for readibility.
        
        Change-Id: Ib33d3ee0c78302b858b7c814e486c417276b7e7d

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [cfd74ae2b9e77f6e0c515d91912fec6b5a632f9f]

        android: Support for Android SDK Tools 23 + note about their brokeness.
        
        Change-Id: I6b1636703044f03c5daa4c3ac1630f23c5c3c2e5

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [e3d91e91489bb9db9c4fe0e639255e8088299151]

        android: Allow verbose output from the ant build.
        
        Change-Id: I1086a7ab6bc7913c9c9f2492d07915039007e613

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [c79e70f589b9077ac8fde1bb0a6f7f5a438fb6db]

        android: Now we need API 15 SDK.
        
        Change-Id: I220072b304ebe9471e52f642c850b10bd1f63850

2014-06-30  Jan Holesovsky  <kendy@collabora.com>  [ae9babde80701fcea2b1cdcdb98ebee08aa7234e]

        'pMap' may be used uninitialized in this function.
        
        Change-Id: I4085801a773626824ddc5bc4fbca62240fcc171c

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [fd6d9b9dc3726841ea26bae487b46119265eb358]

        Allow CppunitTest_extensions_test_update direct access to UpdateCheck class
        
        Change-Id: Ifa1dafe838e0e9c5bfa4525eaa744d4851551fc8

2014-06-30  Stephan Bergmann  <sbergman@redhat.com>  [982265ed2f896b56abaf94f8de065186ee74ac99]

        loplugin:unreffun
        
        Change-Id: Ied75b7d6e9759a24dc857ff6f2adeee61f240e40

2014-06-30  Michael Stahl  <mstahl@redhat.com>  [ffa354e2defcdc86d93c257159f9428e276c2d2e]

        bin_library_info.sh: popd does not take a directory parameter
        
        Change-Id: I164f03f8ab185fdb71632fd894f94b78bb3d994f

2014-06-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [c403286de572272ac7d2f1f1012d69d058f7e4f3]

        use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on Mac
        
        Building, and running the unit/subsequent test on Mac cause massive amount
        of flashing windows creation/destruction that make building with test
        very annoying on a box used for other purposes.
        This patch prevent the windows to be actually displayed hence mitigating
        the problem
        
        Change-Id: Ied2a36699b50856e0c4e6b618212481796ec99d3

2014-06-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [bc73014e16bf0ae3c19d68b3219dee0b7e3ab2bc]

        Updated core Project: help  0b6e8e1c94332513d8f49fc9975f31c6be860847
        
        Fix fdo#80656. Help for NUMBERVALUE Calc function
        
        Change-Id: Iab3c6e2a82162f5b6cbd1a2e80e76e7df36b2042
        Reviewed-on: https://gerrit.libreoffice.org/9959
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ae2302a19df52e53bb191e67295d2c4c3773f8b7]

        Updated core Project: help  34bf0f108f0ddafa5675b3723675a7cd611d274b
        
        Fix fdo#80446: Help entries for BETA.DIST BETA.INV
        
        Change-Id: Ic8570dbe6cfe0bd5ed93ac43cd95470518abedc5
        Reviewed-on: https://gerrit.libreoffice.org/9961
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [0e0d62f458f7ae157684dff926fd0a834a6164b5]

        Updated core Project: help  74944d4f7fb26dd0db7a94cebf8c66d3023b4aa6
        
        Fix fdo#80438: help entries of Excel new functions
        
        write help entrie for FLOOR.PRECISE, CEILING.PRECISE and ISO.CEILING spreadsheet functions
        
        Change-Id: I922fefbc84a7c7842a4510242e1dd477475810a5
        Reviewed-on: https://gerrit.libreoffice.org/9948
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [f537e8dc7968b6a6bd591aa6cb5f607e5452417e]

        Updated core Project: help  5a0344117e741d078b564f54f07333946a6567c4
        
        Fix fdo#80442, Calc DBCS functions
        
        write help pages for LEFTB, LENB, MIDB and RIGHTB spreadsheet functions working on DBCS
        
        Change-Id: I31e42712f8e8ccbc8ad5ef4f933fcb7974489aa5
        Reviewed-on: https://gerrit.libreoffice.org/9970
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-30  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [b7558d19bbafb9f562c440bbee13388f8c4a3bfa]

        Translated German comments in filerec.hxx and doxygen-ify.
        
        Moved general file format description to be included in
        class SfxMiniRecordReader documentation.
        Changed '@example' to @par Example @code ... @endcode,
        since Doxygen interprets @example as "all this file is an example",
        which is not what was meant.
        
        Change-Id: I01a91e7f1166b37dcb4e20368b4f70a908b4576b
        Reviewed-on: https://gerrit.libreoffice.org/9957
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-30  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [51902977075176b3dc550e33636f582b4a6932c0]

        Translate German comments in filerec.cxx and doxygen-ify.
        
        Change-Id: Iebe05867395ca5674242b18038b53d5362869d07
        Reviewed-on: https://gerrit.libreoffice.org/9956
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-30  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7fa690d1df4f79f129af28319381e1fd83e1b178]

        related fdo#70998 change names in Navigator to plural
        
        to be consistent with names of other items
        
        Change-Id: I05a5484afde05f908f25df177d7e90f7991b84bb
        Reviewed-on: https://gerrit.libreoffice.org/9942
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [4523dd0544d762961435429167e41a0834b60cea]

        Called C++ object pointer is null
        
        Change-Id: I88efc4be6ff869ef97a2b398d43f7b7914debfc6

2014-06-30  Caolán McNamara  <caolanm@redhat.com>  [390ec50cbe3e0b8c15db6504b5bdd36dc3f3fb61]

        Called C++ object pointer is null
        
        Change-Id: Ia0bf5991a5beb363fde5e22a17920fc21fc0eca8

2014-06-30  Oliver-Rainer Wittmann  <orw@apache.org>  [c99f264be5eaf481f88606e2606c34170675c1b4]

        Related: #i78498# improvements/corrections regarding outline level & Co
        
        - import outline level attribute at Paragraph Styles
        - import outline level attribute at paragraphs
        - refactor code to apply list level properties to Outline Style
        -- only consider WW8 list styles applied to WW8 Built-in Heading Styles
        -- only assign our counterparts of WW8 Built-in Heading Styles to Outline Style
        
        (cherry picked from commit 9032e17b9989d4fc8faefe7717d2ea14d124e653)
        (cherry picked from commit c3a35e3885334cb37b2b569daaf536a8cc26031d)
        
        Conflicts:
        	sw/source/filter/rtf/swparrtf.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par2.cxx
        	sw/source/filter/ww8/ww8par2.hxx
        	sw/source/filter/ww8/ww8par3.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        	sw/source/filter/xml/swxml.cxx
        
        Change-Id: Ia70920f91300fa47236533f59356abb546a94fb3

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [679b1ed8655c3128e2f14a8d5cdc9be25c822bc0]

        More -WaE: nested template problems.
        
        Change-Id: I896773bd37d855b83e9dfc260cae293a6f92100a

2014-06-30  Peter Senna Tschudin  <peter.senna@gmail.com>  [f8018266ccff7ecceb26795aeb91a6ca560e8467]

        Remove double assignment
        
        The semantic match that finds this problem is follows:
        (http://coccinelle.lip6.fr/)
        
        // <smpl>
        @r@
        expression i,f;
        position p1,p2;
        @@
        (
        (<+...i++...+>) = ...;
        |
        (<+...++i...+>) = ...;
        |
        (<+...i--...+>) = ...;
        |
        (<+...--i...+>) = ...;
        |
        i = <+...f(...)...+>;
        |
        i@p1 = ...;
        (
        i = <+...i...+>;
        |
        i = <+...f(...)...+>;
        |
        i@p2 = ...;
        )
        )
        
        @@
        expression i;
        position r.p1,r.p2;
        @@
        
        * i@p1 = ...;
        i@p2 = ...;
        // </smpl>
        
        Change-Id: Ifacb878d58486f2645560592484ce24b2bc0bd6f
        Reviewed-on: https://gerrit.libreoffice.org/9968
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-06-30  Peter Senna Tschudin  <peter.senna@gmail.com>  [0fef0d41f7e373d562c0689107183ab40e09d129]

        Drop unecessary continue
        
        Change-Id: Ibd16b4328da70d6ae48669a9becdb4690c6ef4df
        Reviewed-on: https://gerrit.libreoffice.org/9969
        Tested-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

2014-06-30  Douglas Mencken  <dougmencken@gmail.com>  [9b6c462b54aa1a5a5c73647c2c6d9568c2b039a5]

        Revert "use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6"
        
        This reverts commit e5934962bd55970c54b399351559e90d02b75b6b.
        
        It never worked on 10.5 (but worked for >10.5) actually due to xsltproc
        and make's "Circular dependency dropped" issues.
        
        Change-Id: I8770d99a86deb5276bf28dc38da8a5165426e1ef
        Reviewed-on: https://gerrit.libreoffice.org/9958
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [fb597ee98f69dd3243c45cb0ff76516f7ec31c73]

        -WaE: nested template problems.
        
        warning: ">>" operator will be treated as two right angle brackets in C++0x
        error: ">>" should be "> >" within a nested template argument list
        
        and
        
        Change-Id: Id3f555d606887fb60db016ab14fb0541ccfd0d7a
        error: "<::" cannot begin a template-argument list
        note: "<:" is an alternate spelling for "[". Insert whitespace between "<" and "::"

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e65ba1ad3ec9af16efc397a041ad607eb87edc91]

        -WaE: variable bNewEntryInserted set but not used.
        
        Is a direct result of a4620e23cec01169995ec7bc056c51295a4f9907
        (although that didn't actually really "use" the result either...).
        
        Change-Id: Ic21eb9a5cdfa86cab257afe66a89953b144b171c

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a4decedeb6dc15e2bbd26217ed9f49903847fa3c]

        Impress Remote Dialog: avoid flickering when device selected.
        
        Changing visibility of items (i.e. the pin box / deauthorise button)
        whilst painting the ClientBox can cause extra Paint request to be fired,
        essentially resulting in an infinite loop (although slightly slowed
        down by going through a VCL timer). These repeated paints (and repeated
        hide/showing) of items resulted in a rather ugly flickering, which
        is now gone.
        
        Change-Id: Ib6b22dd1b08f3be5d1f543cfbb27a1ed782b5720

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [580b1890d8985d4248b1d5d783ad379d64e82259]

        Allow removal of remotes even if Server not running.
        
        This is purely config manipulation so shouldn't rely on having
        the Server actually running (e.g. if disabled, and/or if network
        setup failed).
        
        Change-Id: Ifc6e5639ba6842a18eb0be99387a5f8dd871da06

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d61468314bbfd2a79929b48e62d7e5ed354ab79b]

        fdo#63378 Enable Impress Remote Dialog menu item for all view shells.
        
        Change-Id: I47f040c1463b4be648d411c2f7f0070b8aed3e9c

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [eba630ca1689d65d6f58c0e6bd7658cc6eac8dcc]

        Remote Dialog: give focus to pin entry when item selected.
        
        Change-Id: I5718a5b881a32ecf4cebdbd6a682097119c26837

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a17737ef45af66b1f86759c02005c28d5585d534]

        Remote Dialog: make sure pin box is empty.
        
        The only way to do this seems to be setting an empty string --
        using clear, or setting 0, results in a 0 being shown, which is
        rather ugly and unintuitive.
        
        Change-Id: Ic641c4fcecd634b7fff397989ee0b079239ea44c

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3c5223b232992b7c49c4827d69bc54366c7a3f48]

        Make sure pin box and deauth button hidden when no items selected.
        
        Change-Id: I650191b9b092a3562c7bfcdfe40ac4968d18ae36

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a4620e23cec01169995ec7bc056c51295a4f9907]

        Kill some unused/commented code.
        
        These are various remainders of the extension dialog that this
        dialog was originall based on.
        
        Change-Id: I564dd371b7d58322cc3ef03c7401151f3098f333

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [6216eee4b94cace7984eb12dbad26fa91a5de94f]

        Impress Remote: allow removal of authorised remotes.
        
        Previously authorising a device meant that it would have access
        forever -- we now list previously authorised remotes in the remote
        dialog, along with controls to allow removal of such remotes.
        
        Change-Id: I4179739f3a2ba0a8fe19c2a0cd0cbbece9cb4352

2014-06-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f82c524f7615abc13adadca12ef27237ff3df4b7]

        Move ClientInfo to shared_ptrs.
        
        I don't think these ever get deleted anywhere? This changes will also
        help in the management of existing clients (separate commit).
        
        Change-Id: I339916439f6b798524fac33e91688f81c03a3ca5

2014-06-30  Takeshi Abe  <tabe@fixedpoint.jp>  [b20e6acea2cb2013f450bb4b97b51142dbb4f161]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I9a92edd7886db484f1333585545f6f63a233a6dd

2014-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4feafb064560f27fce8ed3e760325545e7ba539]

        Use comphelper::SequenceAsVector
        
        Change-Id: I603a683bfce243db2ceae0ae946768a5d7a63fe5

2014-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [17409437fb9a03e965e94922d18e0f8fa3ce993d]

        writerfilter: unused SprmIdToString
        
        Change-Id: I3aaa9ead56b98035de5d0e6c7c6cc01b8b95d9ab

2014-06-29  rbuj  <robert.buj@gmail.com>  [67c20d42b5ca06458b154356877f4ad5952736f4]

        OS X: PYTHON_CFLAGS & PYTHON_LIBS (--enable-python=system)
        
        Use $FRAMEWORKSHOME instead of /Developer/SDKs/MacOSX${with_macosx_sdk}.sdk/System/Library/Frameworks.
        
        As of Xcode 5.0, Python has been moved outside the SDK, so it doesn't provide the Python framework.
        Now we have to use common unix parameters unlike older versions of Xcode.
        It is described in the technical note TN2328.
        
        Change-Id: Ib2a010e7c3839a8906acb2453c90ef2bd2f258d7
        Reviewed-on: https://gerrit.libreoffice.org/9926
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-06-29  rbuj  <robert.buj@gmail.com>  [2c2df7185cd01c6cc1ed6f7acb46f0110c6b331c]

        OS X: JDK_HOME configuration
        
        /usr/libexec/java_home helps to set the current JDK_HOME.
        Actually JDK_HOME should NOT be set where java (/usr/bin/java) is located.
        AC_PATH_PROG(JAVAINTERPRETER, $with_java) returns /usr/bin/java.
        /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java.
        
        Change-Id: Ie3166731c1525f5b44414fa4dda642edb9408757
        Reviewed-on: https://gerrit.libreoffice.org/9960
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-06-29  Julien Nabet  <serval2412@yahoo.fr>  [a0233e6e03ca310b1c7dcc216ae18cdef6fc0d53]

        Typo: habe->have
        
        Change-Id: Ic76a399fc4073fcb713bb566f3fbee2077e20e52

2014-06-29  Julien Nabet  <serval2412@yahoo.fr>  [b19db6b21d3d5adc6491c11ebee119d3f63675af]

        Typo: apend->append
        
        Change-Id: I062c95ca8d478ba6c241723dda25c1dc4d7bb852

2014-06-29  Julien Nabet  <serval2412@yahoo.fr>  [430484932e1254f7076321c2a7b3ec3df1512896]

        Typo: beeing->being
        
        Change-Id: I34937e400ac8576154d33e1e11b80690222f532c

2014-06-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b8ab58008fcbca3c581ef827e5af07eb72b23ee]

        writerfilter: convert factory_values to Python
        
        Change-Id: I4dca13159a25ed137153c2a7a66ca4f87f612e87

2014-06-29  Julien Nabet  <serval2412@yahoo.fr>  [4ddf6c7a70738c10b21acfcf041a5b9af560045c]

        Typo: conteiner->container
        
        Change-Id: Idf1294c7da00621900d41c16473b862ee8fc502d

2014-06-29  Julien Nabet  <serval2412@yahoo.fr>  [b232607e4558f652dd47bc834dc500103ff9f7e3]

        Typo: easiear->easier
        
        Change-Id: I4e10f74e46ef79c3a56dcfb3d1e1bb90d8b5aecf

2014-06-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [298055aec25a71a9f45ebebdef597c8b6ccbd157]

        writerfilter: sync writerfilter_WORK with writerfilter_SRC
        
        So in case a script in the ooxml dir generates some output, that should
        be in the ooxml dir under workdir as well.
        
        Change-Id: I08fbb2d0c8950362628d11de4cfeda98c835ed9a

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [d97990327361fa5ab1fce4726a2c7a4d3b4a7813]

        odbc driver: let's not allocate the buffer twice for nothing
        
        Change-Id: If5db845c856a9fb3adf8c4fcb883607e1cb9446e

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [715ecfe3617cf13fd8d994e4322c3bbcc093e5cd]

        firebird driver: shutdown explicitely firebird on dispose of driver.
        
        Change-Id: Ia44f7e01a3a01da57e4d9382f41511aa6f987b43

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [9015333ebd5b33c9c6c3a9072167af4c77d6d75a]

        firebird: release driver on dispose rather than destroy.
        
        Change-Id: I5ffeaf818c1eb4985bdd150830f089f03fe42ceb

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae6551b43d6cde10edb449cca6d2caa8fa428b20]

        firebird driver, abandon ref to about to be disposed embedded storage.
        
        Change-Id: I6bfce155151b79cd0a1707744e79298b45d8752b

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [814818c3451fa32900c011278e2e5b62e3518eb0]

        firebird: enable-debug cause trouble due to a lifecycle management issue
        
        firebird in debug mode abort() on lo shutdown due to a lifcycle management
        issue where firebord try to create a directory in a temp directory that
        is not there anymore, and then exception for it and
        that exception in debug mode cause an abort.
        
        Change-Id: Iabbd6ffda34a84e5b0d8e44761226083c8c1d168

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [5fd43384a443aee09dd4c98ffd79572f44f13000]

        configmgr: accelerate getPropertyValue.
        
        Change-Id: Ie0460c8db6b1e7fcc9bab1f5e9ae1fbd00987994

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [546c7baec791aa3027a45cdde6c4c02bc073d002]

        vcl: don't do expensive desktop probing in headless mode.
        
        Change-Id: I10d6493997b4f3bfab769340c990c01a26f3da20

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [879aa54e895a56cb65f93ae98e6a9e7b08981a47]

        configmgr: accelerate simple config key fetches.
        
        Avoid heap allocating UNO object wrappers for the underlying Node
        structures only to convert to Any and immediately free them agian
        when we can.
        
        Change-Id: Iae4612e9602f872f5d8cca2e516df594c9f1118c

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [e820df579d9be4c1f9bb1ad8f02a8072c69b52da]

        filters: Batch fetch filter config properties.
        
        Also re-use a single set of OUString property names in
        a sequence rather than re-allocating them constantly.
        
        Change-Id: I7f0afc52363e57ea0c63f46f1e1f63cb752bb302

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [f55ddffd7e81cc8f3314047a6aa62991e2d293b1]

        configmgr: implement a single item cache for node lookup.
        
        Saves 13.5m cycles on a headless start, 1.3%.
        
        Change-Id: I73f0dd8a523f84c765a217ee95aea9bcc3db1b5d

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [8bfdc161e6417a4f057f66af6c44299e22ad5a9c]

        configmgr: re-factor findNode and clone into NodeMap.
        
        Change-Id: Ib170b3cec17402e38bf5555e21f83f44d70bb574

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [ff1d2ba5010821bb4f526dc7a51a99b9e6c4dd25]

        configmgr: hide NodeMap implementation.
        
        Change-Id: I57c81b5ec7a6541a825e42f9b68e7c5fa98f316f

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [f692c61ab26b425cd8e6a36b8e229bbf7caff335]

        configmgr: avoid constructing duplicating and freeing Any's
        
        Accelerates headless startup by 6.5m cycles or so, 0.6% or
        so but something.
        
        Change-Id: I9edca3d0c1c81d865e8369fee5cf193da7adb97c

2014-06-28  Michael Meeks  <michael.meeks@collabora.com>  [115fd951e92a725ee6fca41e96d6b791ac66bd34]

        Avoid loading persona images in headless mode.
        
        Change-Id: Ie3bb69d93b97deab0830c2b45ba3428a8931a949

2014-06-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a2648efa6748b782bf739c55cf93fb69d547ead1]

        libgltf: fix Linux-with-check build
        
        It seems some of the warnings are treated as errors
        in Linux-with-check builds.
        
        Change-Id: I9ed876ba634d944c022838a625164f06f100a7df

2014-06-28  Takeshi Abe  <tabe@fixedpoint.jp>  [5fdcab9412c4b4470ef01e2b8b1fd0e1e7efb295]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Icff534ac96e0a595d71bc34b6055caf8cd096ad8

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [dc23ed9814e52d3bb052d7c21042ec11d087593c]

        sal_uInt16 to sal_(u)Int32
        
        Change-Id: I20c3715bcfb5212977699d661fd3acf1be28499f

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [53e3cfdcd35cb4bc934975d233b0e8d24c8af9b1]

        Micro optimizations: pre-increment and constify
        
        Change-Id: Icefef960e1ecc0f6529e8f1b5f903c676b62e154

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [540eba75564e2c04d6a13677ac87d10907bd422d]

        sal_uInt16 to SwTwips and delay downcasts
        
        Change-Id: I4a8a05905a779bb8c7fad830c049d1e403d79711

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [ddd86d9ee9562ef781133abd0e6f5281d480a657]

        sal_uInt16: constify and avoid unneed cast
        
        Change-Id: I78fe90f24805c5bca3548cf4c005d2c44574aa5c

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [4ad08a7008dbf8e2161249c95ce51c56e31ccee6]

        sal_uInt16 to short
        
        Change-Id: I6d39bc1a1132972eece99f1ea05cb25962805351

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f9f28f8e122fac74ffbc93814f30ca43cca92a0]

        Return value (sal_uInt16/size_t) is never used
        
        Change-Id: I6342a407878e24e671615b0c12a9badcfc774f37

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [bd479676f275dd96df497a5098951ab45165335d]

        sal_uInt16 to size_t
        
        Change-Id: I8b045cf44b3e62616c8c3e0a896524af13310dd3

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [5247da4e4a821ca9c1336ffc9169b970cd547baf]

        sal_uInt16 to sal_Int32 and remove/fix comments
        
        Change-Id: Icf49a339fb23d6217dd0bc41c9012233717ad808

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [37953bfacc1cb47b80bc458f607c4da838ecce7d]

        sal_uInt16 to size_t
        
        Change-Id: Ib4a3f8401e2ddd4cb76c76c968151799c86b5845

2014-06-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [bd16f1cebc2cf4980ef1b7eb383807b785d6c318]

        sal_uInt16 to size_t
        
        Change-Id: I5fe887cdb800a5f5cc6f6277b52a5f02c1b9bb84

2014-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [3934ec179f1b14c92ae7acc998318564ef06d3f2]

        revert forcing system-odbc on MAc as Maverick dropped system support
        
        We prolly need to look at iODBC and how to carry the headers
        as 'external'
        Note the dylib for runtime are still in 10.9
        
        Change-Id: I6cad2b90fcb61b5787c0599e40d48a74b8ff917a

2014-06-28  David Tardon  <dtardon@redhat.com>  [6af39266090773950a1e0de64d6b7487fcd38ad3]

        WaE: null argument where non-null required (argument 2)
        
        Change-Id: I3eb71120aed85a4ec2c697d149006bce063d983e

2014-06-28  Michael Stahl  <mstahl@redhat.com>  [924a28a7b1dc2f89e6940630057557f5f03494df]

        fdo#80009: xmloff: ignore excessive fo:clip values
        
        These cause problems in drawinglayer, and nobody needs a 5km clip.
        
        Change-Id: Ic485250413194adbcd0ccf855f12e89e532d7120

2014-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f7453024e1f46a038d1278ddcbba64ccdbf8dcd1]

        fdo#80574 firebird memory management issues
        
        Change-Id: I37438cd3f9c8e197e5a3aa3d9cbcc5bf3681d792

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [939ce4afbb36673e03e90881c48fd4e2bbb74bb8]

        Blind fix for OPreparedStatement::setParameter's useWChar case
        
        ...after 0181a13904daef160bee543e9806b23a835f79c8 "odbc properly support
        platform with sizeof(SQLWCHAR) = 4" introduced usage of RTL_TEXTENCODING_UCS2/4
        there, which do not make sense in combination with converting between OString
        and OUString.
        
        OTools::getStringValue will need a corresponding fix, too, in the other
        direction (where the OUString(sal_uInt32 const * codePoints,
        sal_Int32 codPointCount) ctor will be useful).
        
        Change-Id: Ia94cd0deec46d269b6ee43362f4849837bb011c5

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [8100100298b877765e1781fb0eed285e82749ad1]

        fdo#80167 RTF export: don't loose page breaks
        
        DOCX export tries to write accurately both <w:br> and
        <w:pageBreakBefore>, while DOC/RTF prefers just the page break before
        paragraph attribute. Given that these later two exporters are not
        adapted to write their equivalent of <w:br> at all, add a virtual method
        to determine if writing page breaks as "page break before" is preferred
        or not, that'll give the expected RTF export result.
        
        This conditionally reverts commit
        a31fbb53dba76736b37213b98b64937f05929a67 (fdo#74566:DOCX: Preservation
        <w:br> tag for Break to Next Page, 2014-02-06).
        
        Change-Id: I4a5dd295b07739a570cd8cc6709561e64d031273

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [085424074d9aa250d03b66110302e061c4d4f07f]

        identation fixes
        
        Change-Id: Ie9a95b99e1f6de65985b295076f5f89e5d99ec93

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [b97c5480e9bb6372cd21d1b168a0d9973f91ee0c]

        Unused declaration
        
        (which loplugin:unreffun did not catch, as it was referenced by a
        friend declaration in vendorbase.hxx)
        
        Change-Id: I8a1afd4699b56425b580c1e63557342ee7ec1cb2

2014-06-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4bdbc1c93bb3b7e6b1f2fc9a700977ccfa3daae4]

        libgltf: make 'Requires' valid in libgltf-0.0.pc file
        
        Thanks to Rene Engelhard for help to make it valid.
        
        Plus glu is not used, so remove it.
        
        Change-Id: I5e3631e9b3d24c2b1d9044192d7c0a55c234f7c0

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [78bea877ff9471d7308041e65e0d6864a862c91b]

        OSL_ENSURE->assert where guaranteed deref follows
        
        Change-Id: I6e007cc3a9fd222c1c1381c8b4f890966c05cbab

2014-06-27  Oliver-Rainer Wittmann  <orw@apache.org>  [b733d208b02facaaad8c4925277b34b9f7fd928f]

        Related: #i78498# Do not keep OutlineLevel attribute at paragraph...
        
        when a Paragraph Style is assigned.
        
        (cherry picked from commit 6a1564284d90c7e175f7848520924f7f6a5884b7)
        (cherry picked from commit 4a381b1124f60b76cabb558fa24827448a1caab0)
        
        Conflicts:
        	sw/inc/doc.hxx
        	sw/inc/editsh.hxx
        	sw/inc/fmtcol.hxx
        	sw/inc/ndtxt.hxx
        	sw/source/core/attr/format.cxx
        	sw/source/core/doc/docfmt.cxx
        	sw/source/core/doc/docglbl.cxx
        	sw/source/core/doc/doctxm.cxx
        	sw/source/core/doc/fmtcol.cxx
        	sw/source/core/edit/edfcol.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/undo/unfmco.cxx
        	sw/source/core/unocore/unosett.cxx
        	sw/source/core/unocore/unostyle.cxx
        
        Change-Id: Ifa1214876df296f2e1210cc4a35f2df67f9f6bc4

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [852c8e53d7bdb978951ab2703085341ee529a211]

        create_SalInstance does not need an oslModule parameter
        
        Change-Id: I658974102f544185bf27f985bc920d8d54b40656

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [4c6e54a194516acda6499136a5e9996126dbcb10]

        loplugin:unreffun: redundant function redeclaration
        
        Change-Id: I6c9b85ab587f6fb9f585c9714c3a1076f627c7d3

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [10d91ef984ae54eb688cbfe39acaf0f131964634]

        SwTextBoxHelper::create: handle TextAutoGrowHeight
        
        Without this, in case TextAutoGrowHeight is set before TextBox, the
        textbox of the shape won't have automatic height.
        
        Change-Id: I2ebf77eacbe1f1d10ccf64ef833c39ee965245d3

2014-06-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [483a4b546c850e82a2d1d304238d4830ac6b441f]

        Flush modified data to the model when pressing OK in the data table dialog.
        
        This dialog used to have no OK / Cancel buttons, and the data would get
        flushed when the dialog got dismissed.  This behavior got lost during the
        dialog conversion.
        
        Also, SaveModified() does check whether or not the data table is modified.
        No need to call IsModified() before calling SaveModified().
        
        Change-Id: I5cea88cb52127cc5c7c1be67a5a592d87df92d0c

2014-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [0181a13904daef160bee543e9806b23a835f79c8]

        odbc properly support platform with sizeof(SQLWCHAR) = 4
        
        Change-Id: I06d5a6c93817d2623fac3962b82c1319caf13276

2014-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [01a882039ec4d0edf4da7d3e10ffea569a3e4aee]

        fdo#69036 do not try to create a sfxApplication when we are tearing-down
        
        This was triggered by connectivity calc driver, which on shutdown
        was trying to 'dispose()' it's connection
        which in turn would, if the shutdown of calc was already done
        try to re-create an sfxApplication instance, just to delete
        illusory inexistant documents...
        
        Change-Id: Ic166367ca399d613743f379ebbfbffb5813701c0

2014-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d92aa2f445662aa9ca7d81fef1e667bcae031fc6]

        remove SFX_APP() macro that was a mer wrapper for SfxGetApp()
        
        Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b

2014-06-27  Michael Meeks  <michael.meeks@collabora.com>  [556981f07815a0de0ad3576ba6f8639671a6c13c]

        filter: remove redundant macro wasting time.
        
        Allocating and freeing strings thousands of times just to compare
        them is not a great idea - 0.5% of startup.
        
        Change-Id: I076bc961d3612143b7f81ef024e261ec3ed4ff76

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [df630b8f8c2c92ec2cd1e4be6a3f54a4e4960e92]

        Related: fdo#65634 make sidebar react to resizes when floating
        
        the parent isn't a SfxSplitWindow in this case, but it should
        still react to the resize
        
        Change-Id: Ia298d45b33fc272d6169df12cf2c58a881255163

2014-06-27  Michael Stahl  <mstahl@redhat.com>  [b8907bf3d3b37c686a414ffbbd2d732348aab5b9]

        fdo#78758: sw: RTF export: don't export multiple \fldrst for one hyperlink
        
        Ensure that we export only one \fldresult per hyperlink by doing that in
        StartURL() and EndURL(); the TextINetFormat() is called once per text
        portion.  This shouldn't cause problems as there can't be anything
        between the end of the \field group and the start of \fldresult anyway.
        
        Replace the annoying call to EndURL() from EndRun() with a special case
        in EndURL() to store things in the right buffer (hopefully).
        
        (somehow this is regression from c4498251cb7181a9f272b0720f398597c0daef09)
        
        Change-Id: I209ea7a384fb1cb5d1505a70ecc4a4536bbf26a2

2014-06-27  Michael Stahl  <mstahl@redhat.com>  [b51d9c633c2b5d03478be7b175fdbea367376c72]

        sw: avoid calling convertToString() with unsupported encodings
        
        Change-Id: If0b589c884cd306ca7c94d3366af66276a120176

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c00d81612e128b74c23c95e011b482dc3918fca4]

        SwFlyFrm::Format: inform our custom shape about size changes if needed
        
        This adds support for the following scenario:
        
        - Shape has no editeng text, but a textbox
        - Shape has automatic size
        - User edits the fly frame (serving as the textbox of the draw shape)
          and expects that both the shape and the textbox gets resized
          accordingly
        
        Note that this way we can signal our size request for the textbox, and
        the custom shape takes care of resizing the shape in a way, so that
        after the resize, the text area counted from the custom shape geometry
        will be exactly what we requested. (I.e. just asking the shape to have
        the same size as the fly would work for rectangle, but not e.g. for
        triangles.)
        
        Change-Id: I1e7efd00db52cf28481f6821ea6949f748b855e7

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f33a0961d69feba72806d105da65a4dc841ca5e]

        SdrObjCustomShape::AdjustTextFrameWidthAndHeight: allow external text
        
        So that in Writer, in case we're using Writer TextFrames to handle the
        content of a shape, it's still possible to inform the custom shape about
        the automatic size of the text, just like when native editeng text is
        used.
        
        Change-Id: I2534b942a9b2d62d7aa009ffbfa8d76feb011f92

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2ad42f97b1f9534da9be96b5a07255434890187]

        CppunitTest_sw_ooxmlimport: use exact value from bugdoc in testMceNested()
        
        Bugdoc has 2514600 EMU's as the vertical position, use that, and allow
        larger values, as originally this was 0, and we have additional 2 mm100,
        probably due to rounding errors.
        
        Change-Id: I7495a0f9e913332a24d0a830b0252ecb6a39d806

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [641154c259334874bbbcb735f0064f3241f293ad]

        Resolves: fdo#65634 improve wheel-scrolling sidebar panels
        
        Change-Id: I213d85a1e2bbd2377f6f0326433ddd57dc346721

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [e48a2339600d12d43148bbdb9a47770ae9bc94e3]

        loplugin:unreffun: also warn about redundant redeclarations
        
        Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d

2014-06-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b05b970daaf69b5b491b847375ee07539de9481f]

        libgltf: use WHITESPACE
        
        Change-Id: I47ca82d5f08431c8af8b8a85cfbfd083ebd6fda0

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [af70a45633b34eaae4eb4577b763dadfc48c74b6]

        Missing include dir
        
        Change-Id: Id1d1ed3639548b335dff2d9fa5689b90f1ae5f61

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [2b9ad2ef6bf904a8c2ec94e58644e8a7f7a36ae3]

        do what I mean, not what I say
        
        Change-Id: I1c86ff5713401771d6002de0a26bad4430d271fd

2014-06-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ab028bf00e3e5f8424ea5e746815e8438144e4bf]

        libgltf: fix wrong include path to config_$(gb_Side)
        
        Change-Id: I63d1822fd08c997a9432ed09ada6d5299bc658b1

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [d1a185f3af74ac4c6fe29e3d54c17133cd8d2db1]

        send wheel scroll events of disabled widgets to its enabled parent first
        
        on scrolling with the wheel scroll if the pointer ends up over a disabled
        widget then the event doesn't go to its parent and so the scrolling
        halts unless the window happens to be the focus window
        
        Change-Id: I57566b5c6e395e0f62d6b928f28e47a0c3486d65

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [d75049f9785db101d6ecb043a4576652b71da2a7]

        rsc: fix how -isystem args are filtered out for the preproc
        
        Change-Id: I7688f3d68be99362e79304bbac041424eee6347a

2014-06-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c7d6541f5daa59d04accb30c727a83d936f02150]

        libgltf: it seems gb_SPACE is not that we need here
        
        Change-Id: I099f2bb007cdd29db25a99ca84e53115a12379bd

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [be13df63e08fad9fb23038e09d741457738c24d3]

        Updated core Project: dictionaries  b310c7910565cb1a4beea309ce404bb533ac6f44

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [ae19cfde67fce2e873a649930fd17dd3274d3e74]

        Assume $FRAMEWORKSHOME/JavaVM/Headers is junk
        
        (What I have on OS X 10.9 $FRAMEWORKSHOME/JavaVM.framework/Headers, but that
        should already be covered by the preceding
        $FRAMEWORKSHOME/JavaVM.framework/Versions/Current/Headers.)
        
        Also, fix up 359ba1dfdf8de1f2cff185f16ec21b6dc88feac9 "OS X: JDK include path
        for JDK 1.8" to not set JAVAINC twice.
        
        Change-Id: I83c0cdc33ada897fcf8b79fb8df737af26687aa6
        Reviewed-on: https://gerrit.libreoffice.org/9931
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [e8b753910b2c4867ee5723a313a902c8ca4ac841]

        update to latest libexttextcat
        
        Change-Id: I18cb4d6939c5fcf765ff3033c67583048b55e4a1

2014-06-27  David Tardon  <dtardon@redhat.com>  [1e735d9394e7154250188046e14b9e21aa99eb09]

        fix build of libpagemaker on windows
        
        Change-Id: Iac9920b9886fda514e6db35dc89facefeebe4d68

2014-06-27  David Tardon  <dtardon@redhat.com>  [e2c0e024d6466c991330a77b20be5334cb31b716]

        download libpagemaker tarball
        
        Change-Id: Ib0ad5408078308bf790cbffe10ff1399c6c95dbe

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [77af6cd18c2df43b75cd2c973a5267647de2f6e5]

        update hyphen 2.8.7
        
        Change-Id: Icbe95429903dd3605acfd659c46f001d838b52c3

2014-06-27  David Tardon  <dtardon@redhat.com>  [657d4d5430cd95e99c7037f31b18f96c77a83d7f]

        add PageMaker to the list of supported formats
        
        Change-Id: I8e13b3516786c817165654190b08cf904c9a4454

2014-06-27  David Tardon  <dtardon@redhat.com>  [bba28baf8bbf9749b94d63f1f23c2e32353394b4]

        download PageMaker files
        
        Change-Id: I739f5f9b6f0e6a97832136812b289ae27cfaae37

2014-06-27  David Tardon  <dtardon@redhat.com>  [516fb340b1842a5deec3de61e47bb5a7ec5c1980]

        integrate libpagemaker
        
        Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [0751477a375e0b6bb82c5aa47c9e666d6dc2ba8c]

        upgrade mythes to 1.2.4
        
        Change-Id: I79b658fc737ef3dd65039c3b43705505a45fb1fd

2014-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce05c5e4b0b0b9e910b4d90013a993395dd9ed8c]

        fix incorrect ScAnnotationsObj UNO API, fdo#80551
        
        The used index was a sheet local index but the returned position was
        from a global container.
        
        Change-Id: I0b9e9e7e9618c72daf8e6417bca9d3a1cb23abb1

2014-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [355c3cbb16b0bab705050dd24205878bcecd5687]

        fix invalid memory access in chart tests
        
        Change-Id: I056101d146c939ff958c83efc57fd110e8d52509

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [d781e874e018988d26b558ae1e4d6a1303b14cc1]

        bah, const issue
        
        Change-Id: If7fd95287ba1a28e7b5f5440776859b912d6ad6e

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [986c0451d05e7bb6ff7edd9f27d0e45532bcd22c]

        Resolves: fdo#80160 PNG with 1-bit colormap only show black and white
        
        Change-Id: If0c9950c18e6091fafea47954a4654db436a3a44

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [7af733d9ef65fddd12ef5fae82808ba2f7f608df]

        tweak assert so comment appears in abort message
        
        Change-Id: Ibf78e5cd1620f0b61cae030e3870be4a6f87e71d

2014-06-27  Caolán McNamara  <caolanm@redhat.com>  [05f5c4d4d6addf5321a40595f598e55dce376f6f]

        DBG_ASSERT->assert
        
        Change-Id: Ic2933fc686d3bb030291756bd94127ee7583c833

2014-06-27  Michael Meeks  <michael.meeks@collabora.com>  [ab0b8a95ef9ede3d41289593b8fbf68800ff9278]

        fix comment and tiny optimisation for shutdown.
        
        Change-Id: I94e0f55f7fc38529a9ab165786efaf7ac649a9d3

2014-06-27  Michael Meeks  <michael.meeks@collabora.com>  [3c440aad56cdaf3e0c05af6c7967a3d15b183034]

        LOK DocView: handle document load failure without crashing.
        
        Change-Id: Icd668b3a7ec3ac58322a6af3f1da6008837d0b6b

2014-06-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c6bd06cb6dfa755dfb953329c8eeaa1f4c11fc1b]

        Updated core Project: help  f4ae6be5fabc4f86cffacb5b6d4fd5eb6568a02f
        
        Fix fdo#80432. Help entries for NORM functions
        
        Write help pages for LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST and NORM.S.INV spreadsheet functions
        
        Change-Id: I00f92dd339c6485f2f7b809f2e441241cde5a9d7
        Reviewed-on: https://gerrit.libreoffice.org/9925
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-27  Takeshi Abe  <tabe@fixedpoint.jp>  [c60f6227f826968f1c937758130ff1d18459d553]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I1d703da6c0f9fd1a7e2423cc609fb504bb553382

2014-06-27  Andrzej Hunt  <andrzej.hunt@collabora.com>  [822cf7cb24eaa11ed3aa8d243370fba5bf6af889]

        Kill saveAsWithOptions again. (merge error/oversight)
        
        The declaration sneaked in again when merging the libreofficekit
        tiled rendering changes, there's no actual implementation or use
        of this anywhere though.

2014-06-27  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2709ff61d38db36d494b850a53968ca8bb2878a4]

        libreofficekitgtk requires ENABLE_GTK.
        
        Change-Id: I2ba47edc457e310548c8a62747a6a152ee5e1314

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [03d4d4b3f2a5309f3eb6b2bd9073f016e08fd3df]

        loplugin:unreffun
        
        Change-Id: I2afc1cd5ed813f768f06ad0db651fb9e8e81d844

2014-06-27  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [6bd609d8451c08504c47c86196c508a7022dd4b7]

        fdo#80097 : tblBorders and tcBorders are not preserved for the table.
        
        When we have multiple tables inside a table, the tblBorders and
        tcBorders of the inside tables are not getting preserved.
        
        The issue is m_aTableStyleConf is not clear when the LO starts
        writing the properties of the inside table.
        
        Change-Id: I30081b8a5a59614430a2279550ae7eb589cb71ec
        Reviewed-on: https://gerrit.libreoffice.org/9893
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffd9c70da13aae4d9c806ae5b1c0947a2fcc26b5]

        error: 'xFieldProperites' was not declared in this scope
        
        Change-Id: Id50cc01ca9726a24da38d4952a30cf7343e8bdfc

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [e4b7da8da851371bd09f4d0e1721626667e56605]

        Dead declarations
        
        Change-Id: I43e388df118b9e08ab8c05cad31871ef0af35164

2014-06-27  Charu Tyagi  <charu.tyagi@ericsson.com>  [9b04093e9ab67428276f27a5819d45675a8b3f9a]

        fdo#74745: (DOCX) Number formatting for custom document properties.
        
        Change-Id: Ifb9ef14180cac84fd111d81b9535266476d5f04f
        Reviewed-on: https://gerrit.libreoffice.org/9896
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-06-27  Stephan Bergmann  <sbergman@redhat.com>  [9a741fcad458875a806295ddbd41b68d82ce9095]

        loplugin:unreffun: also warn about unused function templates
        
        Change-Id: I4a6280f47ca3c4a77b4e42fe05d79ded7fc30ef1

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3c6e378fd81b2bfd8a35e12557a90fa40428920e]

        Make these non inline.
        
        Don't do this please...
        
        Change-Id: Id90490622bca10beabf7a1c92e51e55bc72a1db8

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ecde8155fefcdacb08177a10a4eddc24f6675b0b]

        fdo#79151: No need to offset column index by category labels.
        
        In fact, doing so would lead to a corrupt internal data table.  The
        internal data stores category labels separately from the column data, so
        there is no reason why we need to offset for category labels here.
        
        Change-Id: I29dd99e53837cba7a1e28d2a1ef39a5384378805

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [822d0e9db610ce3cbee2cf8d3154ee41218ea562]

        Use new GridPrinter instance for each table.
        
        resize() sometimes leads to a crash.  Need to debug later.
        
        Change-Id: Ia3809eb4f171369a58b84d5b44001692be1453a1

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c6da1842956ceced501858d582f7dcaded0a324a]

        Track all uses of ErrorBarX and ErrorBarY UNO property names.
        
        Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [95272e7e5b7e38753ab07dbd6503b7cfa2974842]

        Prevent a crash while dumping internal data content.
        
        Change-Id: I0938b955b460d8c91607e6df0b9d9e1a4a971013

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [4cda79cec3fe54b6859ec8ca550f4453ace7fcb2]

        loplugin:staticcall
        
        Change-Id: Idea97df52106af64f6c5605460756d48296551e2

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [977c50178f804dad2817bca98cb9b26affd5bf9a]

        idl: ignore -isystem args
        
        Change-Id: I0758fd3117795ed68789385576aee5a885639104

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [7c5a21dd4142c414de4e5925533e8cfbb6f329b0]

        rsc: ignore -isystem args
        
        Change-Id: Ic46b84d740159826542ead857d15230d54547d88

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa6495b6fa231abfe8b55a806ff6d5a306843cd3]

        Better way to dump the content of InternalData.
        
        Row levels are currently not dumped, but that may change later.
        
        Change-Id: I849f8b65d6f419bc4d97e2af2d456e73c7e9a355

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1fabecb123dcc91ebd9d43f3e5c163c7b12b37b0]

        svl now depends on mdds.
        
        Change-Id: Ifd0bde11ad7e72683e1b95106f487e1eb2a4b487

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b2bbd5375ab6ca6ddf4c133d2fdf0b5e38d818b5]

        Initialize it with empty OUString instances.
        
        Since we only store strings the matrix.
        
        Change-Id: Ie30e9ce0235810b3082ba13ac17c7d1b3c19375a

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f15e440d148ed021091ef9b20f3aed2488f0fde3]

        Move SheetPrinter to svl and rename it to GridPrinter.
        
        I need to use this outside of sc.
        
        Change-Id: I153863d6c5c31e5ab5f25da2dba81bd4d4b6d3fe

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [b7de76d825b02005ab8cf02b3977e4be441200c5]

        Mac OS X does provide localtime_r and gmtime_r
        
        Change-Id: I1142463972df76aac9e491abbfd08a67cf4db1f1

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [f899ce3db7d5b9127ca95ad0675d1e5b6147e70b]

        ICU's RuleBasedCollator::cloneRuleData is deprecated
        
        Change-Id: Ifc4a74bca5cfe58e420824a8dd85e8c246bbfac3

2014-06-26  Joren De Cuyper  <jorendc@libreoffice.org>  [0ac652bbc01ab7c9304b5e230695f4193dfadd09]

        fdo#39111 - UI inconsistent concerning suppression of output for empty pages
        
        Change-Id: I6017e77e46298b45c7584830178455fe29016209
        Reviewed-on: https://gerrit.libreoffice.org/9907
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-26  Joren De Cuyper  <jorendc@libreoffice.org>  [224d51af5aa9faa33a57f1325431cd12a7952a62]

        fdo#48673 - UI: No keyboard shortcut for "Ignore All" on misspelled word
        
        Also added mnemonic for "Ignore" entry
        
        Change-Id: I044fc0a718a32fe7b502d2c342ba5f09921053ec
        Reviewed-on: https://gerrit.libreoffice.org/9908
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-26  Joel  <jmadero.dev@gmail.com>  [2b7c7fab14ce73dd04d636af05ee837ea7de8f23]

        fdo#62879 Changed wording of protected section dialog
        
        Clarified the wording of protected section dialog from
        "Readonly content cannot be changed." to "Write protected sections cannot be
        changed."
        
        Change-Id: Ic6df2d84b6cc9e87727306eff8aa0e06895cab17
        Reviewed-on: https://gerrit.libreoffice.org/9905
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [d6817ba7a74ba22206006f0783c788a5dc774236]

        Mac OS X does provide localtime_r
        
        Change-Id: I0a8860f2b0ea053cdfe9504dc266be36cdb0043e

2014-06-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [02bf9ed73a666a047c4a076de027d8ce0ef73c63]

        Updated core Project: help  d2e055fb50d07664c8b90456c07c2d39d49e62df
        
        fdo#63274 clarify hexadecimal argument in HEX2DEC and similar functions
        
        Change-Id: Ic8a4beb3f544be25706bd3f8c00beac150354fa8
        Reviewed-on: https://gerrit.libreoffice.org/9906
        Tested-by: Andras Timar <andras.timar@collabora.com>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        

2014-06-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [007378409a258911c1fbe589f9cdf66b69d52211]

        Updated core Project: help  cb00f782515e7a11796d7996e89073a4ecfdb3d7
        
        Fix bug fdo#80431 Help entries for GAMMA functions
        
        Provides help entries for functions GAMMA.DIST GAMMA.INV and GAMMALN.PRECISE
        
        Change-Id: I9a675d40f7eca6a799e49706e062ea77e05feffd
        Reviewed-on: https://gerrit.libreoffice.org/9916
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-26  Oliver-Rainer Wittmann  <orw@apache.org>  [e28797356f34253bcbe7237d7bfdbcda2a3f5b3c]

        Resolves: #i125122# WW8 import: Handle nested TOX fields
        
        - only the content of nested TOX fields is imported, no TOX field itself
        
        (cherry picked from commit 1df1e98e7b6556892f546cc559e31f9fd9e00a78)
        (cherry picked from commit b2d0492ea85a2f96378326361421749619269b15)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        
        Change-Id: I29cf81df72bf548414bef06b54a691eae6a5edcd

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [749bd87e90ed80c26d93748f2fbe682d533c53f1]

        drop the functional parts
        
        appears to work without it as far as I can see
        
        Change-Id: Ibe19addeeb38f853a515aef36d6bc83d338e1c0b

2014-06-26  Oliver-Rainer Wittmann  <orw@apache.org>  [2f7b92c5bbd1b1aaa857a41457d866e04ce603a2]

        Resolves: #i124914# reset certain language dependent pool defaults...
        
        before importing a document via <SfxObjectShell::ImportFrom(..)> (used for
        OOXML *.docx import)
        
        (cherry picked from commit 920bf1164fe0c3d232dc0f7d476eec1660f4690e)
        
        Conflicts:
        	sfx2/inc/sfx2/objsh.hxx
        	sw/inc/docsh.hxx
        	sw/source/ui/app/docsh.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/app/docshini.cxx
        	sw/source/ui/app/docst.cxx
        	sw/source/ui/app/docstyle.cxx
        
        Change-Id: Id32bd6a8ef081dd4af4d832aa42317de7f64184f

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [587f178ba457e4eb221a3e078f16efa6c3217646]

        clang: Value stored to 'nSumG' is never read
        
        yikes, well that was a worthwhile exercise
        
        Change-Id: I454c16ce8b307abfdd2db3d2e38f4d36fba429fa

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [daa6898578ec72faa406bfe08977f7d748610716]

        clang: Dead initialization
        
        Change-Id: Ieae5303e55f21044ef8e91e63c4896696cfad51c

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [4079089d0a3cf6b55c937447407f68b7339bca68]

        clang: Dead increment
        
        Change-Id: I231218ab7a7984943470b62339e34801fb5fb9e3

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [5b621a30ccf2ba3967e1189986bf1a3ea8079e8e]

        clang: Dead assignment
        
        Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [c8bdd09ad55349b84a30694f948bce34e06593ca]

        clang: Branch condition evaluates to a garbage value
        
        Change-Id: I522f9e9178dbda466a355bc84d97f5458005e131

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [a8b32cc97aac79729b6561e542ede298d4f96c5a]

        OSL_ENSURE->assert
        
        Change-Id: Ib8ba49e89d03eaf3b3aae94dbbf121898ba9e8de

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [42bcbee2e6c71c766054bfd786d85302293b5b99]

        clang: Result of operation is garbage or undefined
        
        Change-Id: I49f58ae6a7c046af4c3de8d35219ffe2e4ba8f20

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [a7fcb3ed07f535ebbd4e74b423fb6ccbb47e78cb]

        clang: Returning null reference
        
        Change-Id: I2cfc14e73696a027283dfa5eef98f784505dc5a3

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [2daceb87b9e14868833fa746ec6efe93fc2dfadb]

        clang: Uninitialized argument value
        
        Change-Id: Id65c5815185cf022171e3523c6ad92545830104c

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [cd29cab883a6a7a0e028ca6756daa2f3cc8d51f6]

        check for self-assign
        
        Change-Id: I6ffaaa36f2e594a2e8155589a4d7000db21ab30b

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [112645f75816c4902ccf8a2a97ef57e8f13429b8]

        clang: Use-after-free
        
        Change-Id: I5dd857dbf39c8cd62df8b8cd0323b873a79976ae

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [080bf84bffda29d10e46a9a8a37ec267f42e0eba]

        clang: WaE: -Wunused-parameter
        
        Change-Id: Ibd62d74d1244a29d7554837c3b39e76b87098b97

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [f97009d79fab5a6264ffb2f59d40b9e3d83ba41d]

        clang: Assigned value is garbage or undefined
        
        Change-Id: Ida7a6ab077e1f0436f8b775956d30c82c4ad5338

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [be9d65bb5f5a83c19eec02a037b8f808de70ecb8]

        Related: fdo#33455 retain color on scaling of 1 bit depth pngs
        
        Change-Id: I445ce672742ddb6d6592ef419bf5e14c5f09a5b5

2014-06-26  Herbert Dürr  <hdu@apache.org>  [aeeb125c4d64abe9fcc7f74b14e855a823bd74ae]

        Related: #i122471# make the Mac lookup feature handle the correct word
        
        (cherry picked from commit 0a4564b42de0fc61253ae4e69039860c09e53eba)
        
        Conflicts:
        	vcl/osx/a11ytextattributeswrapper.mm
        
        Change-Id: I786815feb847a2a340d2e3d24c9a8a01bb7ace7c

2014-06-26  Caolán McNamara  <caolanm@redhat.com>  [069ab2135d00f94ad098883561a7b7d895997937]

        my clang doesn't grok -isystemPATH only -isystem PATH
        
        Change-Id: I08a961fa7c9e1983239b9c2606d47824bc535d3b

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c717ff5d7eb105380f88533edd244ea2e807499]

        Revert needless inlining of methods for publicly exposed class.
        
        Keep the method implementations unexposed please.
        
        Change-Id: Ic9b1f8654e6ebef428d4182782c1aa4962934c6a

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8192df38879694db77228b9b046b149d53448c0e]

        Clarify the code a little more.
        
        Change-Id: Idc0ff4913695ade9543cd30511aff61d24e7c495

2014-06-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [60e94d8982e2b3d2e92a178a7179142fb7fcc631]

        Move the category level removal code into its own method.
        
        Change-Id: I4f0cfb4b15bc145b7a5c3491a7acbff13999bf5d

2014-06-26  Zolnai Tamás  <tamas.zolnai@collabora.com>  [481a17b6a6fb332935c3e41c077cc5f60b751021]

        libgltf: compiler error fixes: missing include and missing namespace
        
        Thanks to Rene Engelhard for the report and the fixes.
        
        Change-Id: Ia14980bdbcd9e714b1e9cd41f04af9371aa22371

2014-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [63da79385ad858f5040f8d0a8898d3b5be5e4f93]

        SwTextBoxHelper::syncProperty: handle TextAutoGrowHeight
        
        This propagates the "to shape to text" property of the shape to the
        textbox, and the textbox is already layouted accordingly, but not the
        shape yet. (As the shape thinks it has no text.)
        
        Change-Id: I1fdf0d5743bcb201f112a4c5db18924210858cea

2014-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [d89d8169716a748c098108eaada789206bb722c3]

        sw doc model xml dump: handle SwFmtFrmSize
        
        Change-Id: Ie1a8dbc86c9725f3d238226c166ec657722c1770

2014-06-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff4698da491f8d1d910559c53bd7bba49e8499d3]

        SwTextBoxHelper::syncProperty: handle TextPreRotateAngle
        
        For now only the most problematic -270 case, for which we don't have a
        native writing direction: rotate the characters on a textportion level
        instead.
        
        CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this,
        the document model was fine already, but with this, the layout has the
        rotation as well, as expected.
        
        Change-Id: Iefc56f3adcea614566aaefd41d832d9b0cdb730b

2014-06-26  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [9fbdb02c9a1da28b4dd51b053d39cb254631e535]

        fdo#79940 LO crashes on opening; tries to remove a para with bookmarks
        
        LO crashes while opening the issue file as, DomainMapper_Impl::RemoveLastParagraph
        tries to dispose a paragraph which has bookmarks attached.
        
        If A para finishes and a new para has not been started as yet,
        which means the current cursor position is outside a paragraph.  In such a case move the
        Bookmark-End to the earlier paragraph.
        Added the issue file in sw/qa/core/data/ooxml/pass/
        
        Change-Id: I62cf94718add943d042d770ab5337a0dae70d9e8
        Reviewed-on: https://gerrit.libreoffice.org/9764
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [fb48904dfa640e93650264aa9913dea2305dbcc6]

        Revert "external/libgltf: Hack in missing -fPIC"
        
        This reverts commit 5da85a21241f09a0b2d7796bc952806a1a863592,
        bb9078e3dee48afc4c2bd8006a892924f8b38b39 "libgltf: use --with-pick [sic]" had
        already added --with-pic.

2014-06-26  Stephan Bergmann  <sbergman@redhat.com>  [5da85a21241f09a0b2d7796bc952806a1a863592]

        external/libgltf: Hack in missing -fPIC
        
        Change-Id: Ied0fe5f376bf17bd931f440e57d15b22ab6db86e

2014-06-26  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1d5e875a6c61ddc9fbf0ed09878b7dfb75f89fe3]

        libgltf: fix typo in license
        
        Change-Id: I0e5f3afb19c2457c5ccca922e75e617312801ab9

2014-06-26  Takeshi Abe  <tabe@fixedpoint.jp>  [a23bc5aa09b1ed6afad863d52281f89ea115074b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Idbb2318a51ba9f39c20deb036975a8e85e8d231f

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a532e2bba1a2400925e5930d20ab6fd573171085]

        Remove these pesky ::com::sun::star ....
        
        Change-Id: I5c8e1418cc7e01426b67233e48289497a92868d3

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [94c56f6a76ca55f21df9d58a88fc6061bf8c89af]

        Tuck this anonymous namespace inside chart namespace.
        
        This way we can eliminate those explicit '::chart' qualifications.
        
        Change-Id: I764e0ca57c8e10f7eac47f48a4cabf28d0562113

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78751ce780f18811fe2e878ba10be18d55c58e4d]

        Add class descriptions.  These two classes' roles were not very clear.
        
        Change-Id: Ib45c9037f2c4b3ee5bfed79f3c93e5020bac477b

2014-06-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7847962863c7c2c23c7421be2b046c20c381916b]

        sort libraries and components in sc test makefiles
        
        Change-Id: I38cda4e1ba520c9bb15f71b27543cb80fd696424

2014-06-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c6e236d13367594b7697f67e4dcc7d58643e038]

        enable the test
        
        Change-Id: Ic6867cfaff761ebda86a3a926a5f0becf937d4fd

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3bebda9cd3269d684a3b430e25f17951deaf3d3d]

        libgltf: remove dependencies of config.h.in
        
        It seems something is wrong with the files in the
        libgltf tarball (maybe wrong timestamps?), because
        config.h.in is always regenerated by make (autoheader).
        It causes build problems so just remove the deps for this time.
        
        Change-Id: I404c29673987d7c8f75ec8fe4978173593c75a2f

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5e83804da815a982aed567a8cae4cc078491dcbd]

        bnc#882595: Process VBA blobs before formula cells.
        
        So that formula cells with user-defined functions will be interpreted
        correctly.
        
        Change-Id: I49c10109575f9f82d7f85dea63590bf02b70e041

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [671566d0612a26c844501f0cf042138b5fe5c040]

        bnc#882595: Write test for this.  Disabled due to VBA not working in cppunit.
        
        Change-Id: Ie70232e56235fcf5a313aadffa269ef843bdee18

2014-06-25  Julien Nabet  <serval2412@yahoo.fr>  [7bd94d73ec56622685d0e23f8b5133ba110524be]

        Resolves fdo#54155: Crash when playing with a Group inside a Group
        
        Change-Id: I89c80fca1cdc8bc88172eaf8057141d5e42a06dc

2014-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9ef350315a29f15c8c78eb86a00a6de22c75c21]

        writerfilter: convert resourceids to Python
        
        Change-Id: If138bb3de8815f9d24aa1db10543b904792a0b37

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec1636fa09ad14072b9d38150279cba0b75a71f9]

        Remove this weird inheritance from smart-pointer-wrapped class.
        
        SbxVarEntry is now its own class.
        
        Change-Id: I5c5ce1990fa83930acced1d507f5b0de60bf221e

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e14abb13dc7e314840ea09dd78e96c816aee6456]

        Use boost::optional to store alias name.
        
        Change-Id: I809b21ea156061a265c0d83d58534df10bc273bc

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ff0ecb262181b2969e552037a4a4455deb33f925]

        pData -> mpVarEntries.
        
        pData is a nightmare with grepping as it's too generic of a name.
        
        Change-Id: I01b3f1b503f21ee13c97733fa66804874a2cddc4

2014-06-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bb6d9b0123dcde32fe260f6d1c3e567d1ddfcb35]

        Remove this class that only derives from std::vector and not much else.
        
        Change-Id: Ibc584f4148cec49a9ac34a240cc2fa3e87daf443

2014-06-25  Andras Timar  <andras.timar@collabora.com>  [54c6f08c2061f1af1a545e6b50d447f14b806057]

        fdo#80527 fix tab order on ReadyToInstall dialog
        
        regression from	674db242c037020626050c8de06367808d94eaaa
        
        Change-Id: Ia02321b7450b3f19ba02fa681a50430f78f12cfd

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [c3db22841c5245587f7fc1e601b5fa21c4e22d8c]

        LOK: can't use basebmp as a library on android.
        
        Change-Id: I84198ac00865991ba845a19c1810dc3f180251ce

2014-06-25  Jan Holesovsky  <kendy@collabora.com>  [e7441f2e19dbfbc28438badb59d107f0e3068390]

        pagedesc: We have DelPageDesc() that takes OUString as param directly.
        
        Change-Id: I616f89716a6e337c647cfb880a4e675cd1b65993

2014-06-25  Jan Holesovsky  <kendy@collabora.com>  [c1be76ec98cb465e07df961843134147100beaa9]

        pagedesc: Consolidate FindPageDescByName() and FindPageDesc().
        
        Change-Id: I18d570509cd3f3b65a19a12a9df0b1d5db901d04

2014-06-25  Jan Holesovsky  <kendy@collabora.com>  [f246ac13bd1a12e11eba03cbe3c62ea77293e02e]

        pagedesc: It's better when MakePageDesc returns a pointer.
        
        This removes many uses of GetPageDesc(sal_uInt16).
        
        Change-Id: I9660e30d7fccd4336422ba03b19087321a7ae973

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [211e07c0e02ebfe9cea4b5d97b614a23f8b2012c]

        libgltf: try again with this configure patch
        
        Touch only the configure but not the configure.ac
        
        Change-Id: Iee93036f2378f29530ffae9be8b4324e8425d2ec

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c5bb272883e042e38c58847f6eb2a2f94c6ef919]

        libgltf: replace configure patch to avoid using autoreconf
        
        Change-Id: Idcab012af9c27c4fed31c07ce230816d1c61d605

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [bb9078e3dee48afc4c2bd8006a892924f8b38b39]

        libgltf: use --with-pick
        
        Change-Id: Ide01491460c9c81ed044be762c7dd07e8a5ca575

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f2b5ece0caca18f21f7c8e42a84d451bb399ec35]

        glTF rendering: moving in walktrough mode is to fast
        
        Change-Id: I2b7869c6c14b69732db864a03a2d9b6638424cf7

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [0bb6fd2f3a1a2623cc867242f36de1433f6e02c0]

        vcl: MSVC can't link inline ITiledRenderable dtor
        
        Change-Id: Idbb776de489e0c6e6ae14cb65907ac75cfca3851

2014-06-25  Noel Grandin  <noel@peralex.com>  [533c6cb6bad6ef0432e8eebbfd4daf90ef71f3b4]

        fixes for up-casting to Reference<XInterface>
        
        Fix regressions introduced with
        6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new type-checking
        Reference constructor to reduce code noise"
        
        Change-Id: I85662856f21c810a7db497fe3b0e116f075b1687
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [96ff10449464ae9d869fe21dccf193a6eef670c1]

        libgltf: try to fix the MSVC2010 build
        
        Change-Id: I8dde439d19be45d5039904b6e917b17ca0ee4758

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [dfe787ef5de1b38e61989507b26ee4b92f25b9d5]

        libgltf: add patch to find the headers in WORKDIR
        
        Change-Id: I8570511be7c1d6de94ee82e18bad5b00b36d99bb

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [d83e66da94d9c789190c4729c8f0c8464e99ba88]

        libgltf: variable names need module prefix
        
        Change-Id: Id144a483fe5576cdd546ac5da87890dc61f964b3

2014-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5aadf3ce06f76b07290a8ae2fedb54386c825935]

        still ugly, but lets silent the warning for now
        
        Change-Id: I647e969bfc9f8b4294d3e526d8d5b11df7d7bea9

2014-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ba327f6b86d17499725f344972151fbfb6be6938]

        remove old redline save/restore
        
        Change-Id: I3165f84d44c74bca3a2d75ebf3cd681b9d5d120a

2014-06-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c8ad16ca7c6b47e0cf86dde5e89e51502d437636]

        refactor redline save/restore
        
        Change-Id: I4840d694954a5c0419abfa4c0fbe67b756f8253c

2014-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0da4e600e6df511edc20aa21353911f907e161d8]

        Let SwTextBoxHelper::findTextBoxes() return a set
        
        The intention was to have a container where it's fast to look elements
        up, and list is a linked list, so it doesn't fit.
        
        Change-Id: I3196c8dee96ecd4a6f464b74fd5141b27f1773b8

2014-06-25  Caolán McNamara  <caolanm@redhat.com>  [af60018734751c589d7b76b6a755ac7c2dee3a40]

        fix build
        
        Change-Id: I33f06887b4b2b7950c6e322ccf1c7ec65240f9b0

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0a5e6614bd4a11f5e19f5089bf7ff3b3f3d0f28e]

        LOK: tiled rendering / svp includes are Linux only too for now.
        
        Change-Id: Iacd8554698f309f79208fd8390800ae2c5fd8085

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e5fb98294aed7c88873eb8aa50cb6aca994e024b]

        LOK: Tiled Rendering only useable on Linux.
        
        Change-Id: I90daddddb08c26c594109ecf926cb4ea64308770

2014-06-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6403f2b59b4c83e0899012e5ca0ddd705784350c]

        Update libgltf: new build system and various fixes
        
        Building:
        - The new tarball has reasonable build system so
        build libgltf as external package instead of compiling
        source files directly.
        - Freetype dependancy is removed
        
        Improvements comes with the new libgltf
        - Can rotate the models too (orbit mode)
        - Two camera handling mode: walkthrough and orbit
        (press M to change).
        - gltf_animation_set_time() works
        - FPS can be displayed without freetype (press F)
        
        Additional notes:
        - There were some bugs/regressions which are fixed
        during the integration (see patches).
        - License files are uddated now.
        - libgltf building is enabled only on those platforms
        on which gltf support actually works (windows and linux)
        
        Change-Id: Ia6c9c4da53a9b4fedba0d73aa5791489f8ad424b
        Reviewed-on: https://gerrit.libreoffice.org/9895
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2014-06-25  Luboš Luňák  <l.lunak@collabora.com>  [076e4afc61b216e34959bd4e3701f1fa19972d5c]

        MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854)
        
        This commit also does the conversion when reading the data from a data source
        using the mail merge wizard.
        
        Change-Id: Ia14417507b6ddce955fec26142a42ce51f77de4e

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [17dc7f1153b20a2b7b757c78237ade22e0e9fad3]

        remove spurious com::sun::star::util prefix
        
        Change-Id: I002a14fe0cb0cbdb4d5da51db8da6c8208cf604e

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [ca18092a78b04ceccfae259cd89f1b361914760e]

        remove spurious com::sun::star::text prefix
        
        Change-Id: I98d2fc7de3c2d3f95fb96192da83761ac1146172

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [c9d53bbe6efe7d2963a46fc5ac843f79672baf1f]

        remove spurious com::sun::star::forms prefix
        
        Change-Id: I5c7c1d888cda7f01685bce46a6092a2c30b856f9

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [1ba95042121983d0bf865e3dd449f8362d119c7c]

        remove spurious com::sun::star::frame prefix
        
        Change-Id: Ica1291e8d115ae7a7f1e99e569c9889e2b852f8a

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [4f1b0e0e32f21485ba1a5358214e206cd836e4e2]

        remove spurious com::sun::star::script prefix
        
        Change-Id: I66fc14d1f26da0c91a455b0f63bde31210566c2c

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [426b940a9420f3ee48e546168d55cb39237ada0c]

        remove spurious ::com::sun::star::sdbcx namespace prefix
        
        Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348

2014-06-25  Michael Stahl  <mstahl@redhat.com>  [0de1e3a015dfcf7a09f021b4a4310a5a8cc28471]

        remove spurious com::sun::star::chaos
        
        Apparently some time before inital CVS import a global
        search-and-replace went horribly wrong and added spurious namespace
        prefixes everywhere.
        
        Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0

2014-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [93011580b743078a0612ba4bfe0094804003a75b]

        SwView::EnterDrawTextMode: refuse to edit editeng text if texbox is attached
        
        Change-Id: If1b3e9807414e90341199eabfa937376084c097d

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [74a0782166c6afd9bd2352e12ef1ce7d4dccaa5c]

        Add all the required conditions for vclplug_svp.
        
        As per Repository.mk, we only have this on linux AND headless.
        
        Change-Id: I708c89e38a661afb839ab1ac3e48ff9b2ecc040c

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [858d1b2de1b1f0616484eec9fac92e02174a2fda]

        vclplug_svp only exists with ENABLE_HEADLESS.
        
        Change-Id: I72fc636b1187bc99370b43927b25ed6fb89fe8f3

2014-06-25  Caolán McNamara  <caolanm@redhat.com>  [ef16d765306c932c49254f295f57e5853129c1ea]

        Related: fdo#37401 adjust fix to original aCenter use
        
        i.e. as far as I can see the bug came about during....
        
        commit 74cb1c4cb5f72fd8cf80c6d144eda00841394647
        Author: Ivo Hinkelmann <ihi@openoffice.org>
        Date:   Tue Nov 14 12:37:46 2006 +0000
        
        with
        
        2006/10/27 12:14:08 aw 1.2.1208.5: #i39528# ::basegfx -> basegfx adaption
        
        in
        
        -                Vector2D aFullVec(aStartPos - aEndPos);
        -                Vector2D aOldVec(Vector2D(aRect.Left(), aCenter.Y()) - aRect.TopLeft());
                                                                 ^^^^^^^^^^^
        -                double fFullLen = aFullVec.GetLength();
        -                double fOldLen = aOldVec.GetLength();
        -                double fNewBorder = (fFullLen * 100.0) / fOldLen;
        -                sal_Int32 nNewBorder = 100 - (sal_Int32)(fNewBorder + 0.5);
        +                basegfx::B2DVector aFullVec(aStartPos - aEndPos);
        +                const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY());
        +                const basegfx::B2DPoint aCenterLeft(aRange.getMinX(), aRange.getHeight());
                                                                               ^^^^^^^^^^^^^^^^^^
        +                const basegfx::B2DVector aOldVec(aCenterLeft - aTopLeft);
        +                const double fFullLen(aFullVec.getLength());
        +                const double fOldLen(aOldVec.getLength());
        +                const double fNewBorder((fFullLen * 100.0) / fOldLen);
        +                sal_Int32 nNewBorder(100L - FRound(fNewBorder));
        
        Change-Id: I840caa5e49a04f9b6460c4fa8e3731f3e5ebde05

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2c658ae4fb9d24b6c63dce20af1c244d25862357]

        LOK DocView: clean up document on exit.
        
        Otherwise lock files etc. aren't cleaned up, which isn't particularly
        nice should when then opening the file in normal LibreOffice.
        
        Change-Id: I822b6fb582473674371a4c1d403d5a05adb7ea6b

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [4171e2fdb29c728a4a74764b73ba5cbf53feebda]

        Add zoom controls to gtktiledviewer.
        
        Change-Id: I33ae83a97be254a3d3716bd9ae05f089845fd536

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [6024ddbfac8e62db50dd5352d610c87d279627de]

        LOK Docview: add set_zoom
        
        Change-Id: I902f3a134b4a7dcc721eff3f67376014a4276885

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3545b78755672321e3017fd25dec756827459fb6]

        Use full sofficerc for LOK.
        
        Otherwise we get segfaults in cppu::idefaultConstructElements when exiting,
        in addition to complaints of:
        ignoring GError "Operation not supported" for <***RECURSION DETECTED***/log.txt>
        
        Change-Id: If2f56873f50ba957288d1e5591db967d248ee7a4

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [5da5882df48b4ef9cb9807798102453249cd1aef]

        Add tiled rendering outline to Calc.
        
        (No real implementation yet.)
        
        Change-Id: I67b84b554dbb29db449d8c190ef816645a8bff07

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cd96b0498d9147422ecb25a38aa2b04a480cdfa9]

        Use ITiledRenderable for LIBLOK.
        
        Means that no changes should be required here once calc/impress/draw
        support tiled rendering.
        
        Change-Id: I0987d94303f39ba37e29b9ae7b2276e82dc0ccbf

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f35b010a95ad877988bb5eaa4f689644b00f702c]

        Add ITiledRenderable.
        
        We want to have a simple interface that allows access to tiled
        rendering without digging into the internals of writer
        (and in the future calc/impress/draw).
        
        Change-Id: Ia9c278a48c919333186e5361ff25bb1ab603b846

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [837631c6cfa189280f9e723481f2251de56a1d92]

        LIBLOK: implement getDocumentType, make doctypes unique.
        
        Change-Id: I6cf810af55284cb6ddd9e0bfd879fd19508d127a

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [eaa21b726db220c7883453f197aac81a6d35b201]

        Prevent GTK assertions due to scrolled window not being initialised.
        
        Seems to be a gtk bug which we need to work around. The assertions
        don't actually seem to cause any harm (they just print a bunch of
        "Gtk-CRITICAL **: IA__gtk_range_get_adjustment: assertion `GTK_IS_RANGE (range)' failed"
        but probably best to avoid them.
        
        Change-Id: I5d1bb20bd5c0569c6d023a6148123208a15b9de2

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0cea87d60cfdc2bbc7c6b5d5ee9918e283fc7b2c]

        Move gtktiledviewer into libreofficekit.
        
        desktop is no longer the right place for it now that
        libreofficekit has its own directory.
        
        Change-Id: I207f1d642e7e35c460ff85bb57aa142cb98023c8

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [ff6a38b76df80d0f907f2f92cb851dea43c91d81]

        Tiled Rendering: ensure rendered area is visible.
        
        MakeVisible only scrolls the view, so parts of the tile to be rendered
        might be outside the SwView's visible area, and therefore not painted.
        
        This however makes the background window (shown for the tilederendering
        app) unuseable (but that window is invisible for all practical uses
        of tiled rendering, and hence probably not a problem).
        
        Change-Id: I6c3c2846906163b362f7cff6d8c7ba308a58a7ad

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [17f223c195867df8356a9e8c86981d88ce3b4b05]

        Implement data area size retrieval.
        
        The scaling is wrong, but seems to work in principle
        (i.e. we get roughly 1.5x the correct size).
        
        
        Conflicts:
        	sc/source/ui/view/gridwin4.cxx
        
        Change-Id: I6db1986e6cb1e5f3889ec3a462d999a9eab57331

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d465dfb209948a795e393bfc4a05485e893f24d0]

        Implement LibreOfficeKit gtk+ viewer widget.
        
        Very basic, but works.
        
        Change-Id: I0c521e833b53e13065e0be48e6fa767e44b29787

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e6b881521c5220a2504811ecfaed1c5cc33910d6]

        Remove outdated includes.
        
        These were needed for the X11 "context" rendering which is no longer used.
        
        Change-Id: Ib60c8fff9dad06b1f8f489eed66c3b3c3597e1ee

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [539552484dcba8fc97d26a04ef903b4139ba9a2f]

        Kill gtktiledviewer's alpha channel hack.
        
        basebmp and vcl now set the alpha channel appropriately, so no need
        to do so in the viewer now.
        
        However it would perhaps make more sense to just use RGB instead
        of RGBA, seeing as the alpha channel is permanently set to be opaque.
        
        Change-Id: I86ad758c6a8bee21b265730727a76605e5850c0c

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cd1f3480a6ebff075f243bde5891a3e8f3c9533c]

        Fill the alpha channel by default for vcl 32-bit bitmaps too.
        
        Otherwise the alpha channel for bitmaps created directly is empty,
        indicating a transparent bitmap (although we don't actually handle
        transparency). This complements hardcoding of the alpha channel
        in basebmp. VCL bitmaps can be copied bit-for-bit directly into
        a basebmp bitmap, hence it's important to make sure we fill the
        alpha channel in vcl too.
        
        Conflicts:
        	include/vcl/salbtype.hxx
        
        Change-Id: Icb2fa417db6625a6ffa6bd82eb5773ff75be5a3c

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e756452c40b39fc0fc7ea15b446b88c6c8736c90]

        Add base value to set alpha channel for 32 bit colourspaces.
        
        Currently the alpha channel is completely ignored by basebmp.
        However this results in completely "transparent" output, meaning
        the client has to manually overwrite the alpha channel -- instead
        we now set it automatically when writing colourdata.
        
        Unfortunately this doesn't quite work -- it seems that drawing
        a non-opaque bitmap/image on top of the existing bitmap can
        erase the alpha channel information (i.e. these areas will
        once again be transparent -- for example document borders seem
        to have a transition effect overlayed onto them): presumably
        there is some method that bypasses our RGBMaskSetter (probably
        some form of direct manipulation of raw values?).
        manipulation in basebmp
        
        Change-Id: Ia4be6a748cc30191a4422121f9ec347d9198b225

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2eff3574d519d7bf5c668b8f5cd5d516b3f02d8f]

        Get rid of outdated comments.
        
        We can now set the colourspace as desired, and we return the rowstride too.
        
        Change-Id: Idf1e55a67b9e9ab58e82d7ed0be2813b682ec2ff

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [24dfd0a0d65bf72c2c083c28c4d6c6a8b9ebe3cf]

        Upgrade gtktiledviewer to use its own buffer.
        
        Change-Id: I3f567ff19ee0d5b0d54aeef9b163b78567d72946

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [67d7bad694928e8a5d7416de21c612822e14dadc]

        Use external buffer for LibLO tiled rendering.
        
        Means we can get rid of hackily storing a reference to the last
        buffer we created.
        
        Change-Id: I8092a7d87bc391301f75651a59b37fbd73ac64fd

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [56fea375b915bb96012b36012634523b9806040a]

        Allow passing in external buffers to svp's VirtualDevice.
        
        We also want to be able to set whether or not the buffers
        should be painted to top down, so add that parameter
        as necessary (default seems to be false, however e.g. gtk
        requires this to be true, i.e. needed for tiled rendering).
        
        Change-Id: Id98882e4c7f62508ae5a976c0d8df743460a4ab2

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [01bd2bd371051e9dcab0cd15db43a607d5f12b63]

        Upgrade gtktiledviewer to RGBA.
        
        The Alpha channel seems to be set incorrectly by LO, hence
        we need to manually set it here for now.
        
        Change-Id: I1f9091b8b6f88c1dba6653dfb7bf51f9fe14b3fc

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [04d5b861f8aa3d2d6027b4e4a580a20ae82ee54a]

        Upgrade LibLO tiled rendering to RGBA.
        
        This is the expected format for gtk+ pixbufs which is currently
        the primary target. We could potentially allow the user to choose
        the format via LibLO -- but we want to eventually allow passing
        in a buffer (rather than passing out an LO owned buffer) anyway, so
        should add that then.
        
        Change-Id: I8427925a94366917fa82fb8ea28e7dbb3fa1840d

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [e82d491263edf18fadf7c403f60e2895887fe971]

        svp: deduplicate bitcount->colourspace mapping and allow overriding.
        
        Although svp defaults to BGR, we might want to use alternative
        formats (e.g. for tiled rendering to bitmap buffers which are
        to be used in e.g. gtk), it is probably safest to keep the current
        defaults but allow the user to change to whatever format they may
        require. (This currently only makes sense for the 32-bit
        RGBA/ARGB/etc. formats. However the 23 bit formats could potentially
        be expanded to allow a similar RGB/BGR choice.)
        
        Change-Id: I70bd3d6e7d297faef163b910f576655efee4cb3f

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [dbf426edeab1a9f06073fa40a14561075206e58f]

        Draw the whole image for our gtk tiled viewer.
        
        We just draw one huge tile, it doesn't seem to work too well
        for larger documents though where the latter portions can appear
        empty.
        
        Change-Id: Ic527aec377bf2f82a528a04392186d3d8b752762

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [fd5f324b0988f62f89216ce01ef23131bffb4e0c]

        Implement document size retrieval for LibLO.
        
        Change-Id: Ibd69f8e766fd421b05d2305f967179a969bc5b56

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [41911db36efa2b97fdca18e468b6dd162d654a4d]

        Add rowstride to tiled rendering via LibLO.
        
        The buffer width could be larger than the desired rendering
        width, hence we need to give the client access to the rowstride.
        
        Change-Id: Ic63c1f455c89960164e076ed2528d43e64e81a40

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d6ee2be0ae0081d277133e3f86b4a7882a7d7d9f]

        Use bitmap buffers in the gtktiledviewer.
        
        Looks pretty decent now -- however the vertical flipping isn't ideal.
        
        Change-Id: I6ffa9d2b8fced142308781e06e8f161228f1db26

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [0434043aed646ef853eb60dcb01909745caec87e]

        Return a bitmap buffer for tiled rendering from LibLO.
        
        We still need some way of managing the buffers properly rather
        than just keeping a static reference to the last buffer
        that was rendered.
        
        Change-Id: I17940c758948aa9418f4e0216ecd253d128cd04f

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3a26638155de5ba804f5260dfb72b392424b9b50]

        Add some rendering to our gtktiledviewer.
        
        Just a hardcoded single tile for now.
        
        Change-Id: I9bfae4243e0083aa8fca38ae98dc369fe6de36fb

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d2382e3f3d9a53c6197edc9c64665f718538c92b]

        Add tiled rendering via liblibreoffice.
        
        We still need to add functions for getting dimensions of documents
        etc. for this to be truly useful, this is also only usable for writer
        documents for now.
        
        Change-Id: I07812c9b72caca71dfd509705af48c1d355cb2f8

2014-06-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9e4f23698af8079edc114d7006ef6a7fc229c1c9]

        TiledRendering: outline of basic gtk tiled rendering app using liblibreoffice.
        
        Change-Id: I46760c0a1329b9823fd999c470b57fef66d28914

2014-06-25  Hideki Ikeda  <hideki.ikeda@gmail.com>  [03675ab4a8994cb7000fd738d1685720c8b9e584]

        fdo#37401 - fixed the old vector length
        
        The center-left point in the area is used to calculate the old vector length but the coordinate was incorrect.
        
        Change-Id: I81a88182d11e30ee7a5caee3eac879b082bff160
        Reviewed-on: https://gerrit.libreoffice.org/9887
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-25  Caolán McNamara  <caolanm@redhat.com>  [b40145eb174396516ff60c2512064451182fb59d]

        Resolves: fdo#80423 string resources not built and included
        
        Change-Id: Ib8ece5b151325b473f896294fe059b5b0d166cc6

2014-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdb50cd32e98f5e6128eb411ed910684b1fb41f0]

        SwTextBoxHelper::syncProperty: handle RES_TEXT_VERT_ADJUST
        
        So that vertical text adjustment of the shape is reflected in the
        textbox layout.
        
        Change-Id: I887d51928fe4d37db08864374e0cea54f80953b5

2014-06-25  Clarence Guo  <clarence_guo@apache.org>  [db960181fe63efa28c2370505b2074d1db485e07]

        Resolves: #i125154# numbering too small on sample .doc import
        
        (cherry picked from commit fba2d04a09a2e040f36991f42062a1c5110fea13)
        
        Conflicts:
        	sw/source/core/txtnode/thints.cxx
        
        Change-Id: Idd086e20161fd5f3fd4c23f009c1a0f2061af07e

2014-06-25  Joren De Cuyper  <jorendc@libreoffice.org>  [f1ee11ce499f02eda7fdd783901f1ad62eac0bc7]

        fix fdo#80490 - string 'Auto Spell Checking'
        
        This only changes the tooltip when you hover over the icon of the
        toolbar icon.
        
        Change-Id: I1724fbc6e88f6ed8fe200bd1a1c0b7ac4ff16166
        Reviewed-on: https://gerrit.libreoffice.org/9885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-25  Joren De Cuyper  <jorendc@libreoffice.org>  [140e53564100ed7c7bff881d5b8c10e5fda01dd2]

        partially fix fdo#80490 - string 'Non-printing Characters'
        
        Change 'Nonprinting Characters' to 'Non-printing Characters'
        
        Change-Id: I599b2bc3fe80805b87cbb83c1dc74eba85799105
        Reviewed-on: https://gerrit.libreoffice.org/9884
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-25  Joren De Cuyper  <jorendc@libreoffice.org>  [6162191b4a258d071382aeaa88aa80852b04ae2a]

        fdo#51763 - make title of dialog localisable
        
        Following the bug report the title is currently not correctly
        localisable for Catalan language due format issues.
        
        Change-Id: I09107acb3f4acd7acf5a614216265373c59938b2
        Reviewed-on: https://gerrit.libreoffice.org/9883
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-25  Caolán McNamara  <caolanm@redhat.com>  [abb59367a9fc4a4238d0a2e47100047a19e173e7]

        unlocked solarmutex assertion in SdrObject::getShape
        
        and the usual trouble to determine if there's a good place
        to acquire that solarmutex
        
         Thread 1 (Thread 0x2b46b1f29700 (LWP 12316)):
         #0  0x00000030a9435c39 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
          resultvar = 0
          pid = 12288
          selftid = 12316
         #1  0x00000030a9437348 in __GI_abort () at abort.c:89
          save_stage = 2
          act = {__sigaction_handler = {sa_handler = 0x3a0f3d0, sa_sigaction = 0x3a0f3d0}, sa_mask = {__val = {47582633170688, 47582633154912, 208993838886, 5, 0, 0, 208998001984, 1, 47582633154912, 47582345455112, 208993866117, 43, 208998941072, 9, 47582633152432, 1}}, sa_flags = 1, sa_restorer = 0x30a94a0947}
          sigs = {__val = {32, 0 <repeats 15 times>}}
         #2  0x00002b469bacd369 in CallSystemHandler (Signal=6) at /home/caolan/LibreOffice/core/sal/osl/unx/signal.c:876
          i = 5
          act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 0, sa_restorer = 0x1}
         #3  0x00002b469bacd58d in SignalHandlerFunction (Signal=6) at /home/caolan/LibreOffice/core/sal/osl/unx/signal.c:963
          Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0}
          act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0, 0, 47582265366112, 0, 47582633156256, 47582633155104, 47582273450152, 47582633156256, 47582633156272, 47582857433088, 47582857433088, 47582633156288, 47582273445749, 47582633156336, 47582633156432, 47582633155168}}, sa_flags = -1669443764, sa_restorer = 0x2b46adf40ad0}
         #4  <signal handler called>
         No locals.
         #5  0x00000030a9435c39 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
          resultvar = 0
          pid = 12288
          selftid = 12316
         #6  0x00000030a9437348 in __GI_abort () at abort.c:89
          save_stage = 2
          act = {__sigaction_handler = {sa_handler = 0x3a0f3d0, sa_sigaction = 0x3a0f3d0}, sa_mask = {__val = {47582633170688, 47582633156704, 208993838886, 206158430213, 0, 18, 208998001984, 1, 47582633156704, 47582345455112, 208993866117, 18, 208998918141, 209001884160, 18, 1}}, sa_flags = -1451513344, sa_restorer = 0x2b46a0d20ad6}
          sigs = {__val = {32, 0 <repeats 15 times>}}
         #7  0x00002b46a0b4444f in SalAbort (rErrorText="", bDumpCore=true) at /home/caolan/LibreOffice/core/vcl/unx/generic/plugadapt/salplug.cxx:277
         No locals.
         #8  0x00002b46a09e9f57 in Application::Abort (rErrorText="") at /home/caolan/LibreOffice/core/vcl/source/app/svapp.cxx:319
          dumpCore = true
          n = 8
         #9  0x00002b469bd6d670 in desktop::Desktop::Exception (this=0x7ffff545a620, nError=768) at /home/caolan/LibreOffice/core/desktop/source/app/app.cxx:1307
          bInException = true
          nOldMode = 2
          rArgs = @0x2b469c040020: {<boost::noncopyable_::noncopyable> = {<No data fields>}, m_cwdUrl = boost::optional "file:///home/caolan/LibreOffice/core/workdir/JunitTest/sfx2_complex/user", m_minimized = false, m_invisible = true, m_norestore = true, m_headless = true, m_quickstart = false, m_noquickstart = true, m_terminateafterinit = false, m_nofirststartwizard = true, m_nologo = true, m_nolockcheck = false, m_nodefault = false, m_help = false, m_writer = false, m_calc = false, m_draw = false, m_impress = false, m_global = false, m_math = false, m_web = false, m_base = false, m_helpwriter = false, m_helpcalc = false, m_helpdraw = false, m_helpbasic = false, m_helpmath = false, m_helpimpress = false, m_helpbase = false, m_version = false, m_splashpipe = false, m_unknown = "", m_bEmpty = false, m_bDocumentArgs = false, m_accept = std::__debug::vector of length 1, capacity 1 = {"pipe,name=oootest98e478a5-c56b-4306-b6e1-4a905bfe4dd8;urp"}, m_unaccept = std::__debug::vector of length 0, capacity 0, m_openlist = std::__debug::vector of length 0, capacity 0, m_viewlist = std::__debug::vector of length 0, capacity 0, m_startlist = std::__debug::vector of length 0, capacity 0, m_forceopenlist = std::__debug::vector of length 0, capacity 0, m_forcenewlist = std::__debug::vector of length 0, capacity 0, m_printlist = std::__debug::vector of length 0, capacity 0, m_printtolist = std::__debug::vector of length 0, capacity 0, m_printername = "", m_conversionlist = std::__debug::vector of length 0, capacity 0, m_conversionparams = "", m_conversionout = "", m_infilter = std::__debug::vector of length 0, capacity 0, m_language = "", m_pidfile = ""}
          bAllowRecoveryAndSessionManagement = false
          bRestart = false
         #10 0x00002b46a09f159c in VCLExceptionSignal_impl (pInfo=0x2b46b1f262a0) at /home/caolan/LibreOffice/core/vcl/source/app/svmain.cxx:132
          nOldMode = 2
          aLock = {m_solarMutex = @0x154e3f0}
          pSVData = 0x2b46a120a4e0 <rtl::Static<ImplSVData, (anonymous namespace)::private_aImplSVData>::get()::instance>
          nVCLException = 768
          bIn = true
         #11 0x00002b469bacd1e3 in CallSignalHandler (pInfo=0x2b46b1f262a0) at /home/caolan/LibreOffice/core/sal/osl/unx/signal.c:834
          pHandler = 0x2542c90
          Action = osl_Signal_ActCallNextHdl
         #12 0x00002b469bacd570 in SignalHandlerFunction (Signal=6) at /home/caolan/LibreOffice/core/sal/osl/unx/signal.c:960
          Info = {Signal = osl_Signal_AccessViolation, UserSignal = 6, UserData = 0x0}
          act = {__sigaction_handler = {sa_handler = 0x2b46b1f267a0, sa_sigaction = 0x2b46b1f267a0}, sa_mask = {__val = {0, 0, 47579647705089, 0, 47582633157376, 0, 0, 0, 0, 0, 47579647705089, 0, 208998490563, 538, 18446696491076394257, 8589934627}}, sa_flags = 8, sa_restorer = 0x38}
         #13 <signal handler called>
         No locals.
         #14 0x00000030a9435c39 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
          resultvar = 0
          pid = 12288
          selftid = 12316
         #15 0x00000030a9437348 in __GI_abort () at abort.c:89
          save_stage = 2
          act = {__sigaction_handler = {sa_handler = 0x7ffff545e0b0, sa_sigaction = 0x7ffff545e0b0}, sa_mask = {__val = {208999518067, 47582345455056, 794, 4294967295, 208998171891, 4, 47582633158592, 8589934592, 47582633158512, 39036522, 208998489237, 0, 0, 21474836480, 208999517887, 47582857433088}}, sa_flags = -1453867640, sa_restorer = 0x2b46a0cc6608}
          sigs = {__val = {32, 0 <repeats 15 times>}}
         #16 0x00000030a942eb96 in __assert_fail_base (fmt=0x30a957bd88 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x2b46a0cc6608 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=file@entry=0x2b46a0cc65d0 "/home/caolan/LibreOffice/core/vcl/source/app/dbggui.cxx", line=line@entry=794, function=function@entry=0x2b46a0cc74b0 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:92
          str = 0x3a10c40 "\270\207{\251\060"
          total = 4096
         #17 0x00000030a942ec42 in __GI___assert_fail (assertion=0x2b46a0cc6608 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=0x2b46a0cc65d0 "/home/caolan/LibreOffice/core/vcl/source/app/dbggui.cxx", line=794, function=0x2b46a0cc74b0 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:101
         No locals.
         #18 0x00002b46a09c64e8 in ImplDbgTestSolarMutex () at /home/caolan/LibreOffice/core/vcl/source/app/dbggui.cxx:794
          __PRETTY_FUNCTION__ = "void ImplDbgTestSolarMutex()"
         #19 0x00002b469f86ebcc in DbgFunc (nAction=3, pParam=0x0) at /home/caolan/LibreOffice/core/tools/source/debug/debug.cxx:299
          pDebugData = 0x2b469fb37be0 <aDebugData>
         #20 0x00002b46b6af3a2c in SdrObject::getSvxShape (this=0x2a2d810) at /home/caolan/LibreOffice/core/svx/source/svdraw/svdobj.cxx:3018
          xShape = uno::Reference to (com::sun::star::uno::XInterface *) 0x2b46b1f27a30
         #21 0x00002b46b6ae9237 in SdrObject::Free (_rpObject=@0x2d1c1a8: 0x0) at /home/caolan/LibreOffice/core/svx/source/svdraw/svdobj.cxx:520
          pObject = 0x2a2d810
          pShape = 0x19
         #22 0x00002b46b6bb4898 in SdrUndoObjList::~SdrUndoObjList (this=0x2d1c190, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/svx/source/svdraw/svdundo.cxx:772
         No locals.
         #23 0x00002b46b6bb4c3c in SdrUndoRemoveObj::~SdrUndoRemoveObj (this=0x2d1c190, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/svx/source/svdraw/svdundo.cxx:835
         No locals.
         #24 0x00002b46b2715458 in SdrUndoDelObj::~SdrUndoDelObj (this=0x2d1c190, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/include/svx/svdundo.hxx:302
         No locals.
         #25 0x00002b46b2715a2d in sd::UndoDeleteObject::~UndoDeleteObject (this=0x2d1c190, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/sd/inc/undo/undoobjects.hxx:61
         No locals.
         #26 0x00002b46b2715a66 in sd::UndoDeleteObject::~UndoDeleteObject (this=0x2d1c190, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/sd/inc/undo/undoobjects.hxx:61
         No locals.
         #27 0x00002b469e487a9d in SfxUndoArray::~SfxUndoArray (this=0x2d1c080, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/svl/source/undo/undo.cxx:1392
          pAction = 0x2d1c190
         #28 0x00002b469e49539c in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/include/svl/undo.hxx:152
         No locals.
         #29 0x00002b469e4953e0 in SfxListUndoAction::~SfxListUndoAction (this=0x2d1c070, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/include/svl/undo.hxx:152
         No locals.
         #30 0x00002b469e482c05 in svl::undo::impl::UndoManagerGuard::~UndoManagerGuard (this=0x2b46b1f27ce0, __in_chrg=<optimized out>) at /home/caolan/LibreOffice/core/svl/source/undo/undo.cxx:316
          pAction = 0x2d1c070
          aListenersCopy = std::__debug::vector of length 1, capacity 1 = {0x3a112c0}
         #31 0x00002b469e4836f7 in SfxUndoManager::Clear (this=0x2892af0) at /home/caolan/LibreOffice/core/svl/source/undo/undo.cxx:458
          aGuard = {m_rManagerData = @0x2892b40, m_aGuard = {<osl::ClearableGuard<osl::Mutex>> = {pT = 0x0}, pResetT = 0x2892b40}, m_aUndoActionsCleanup = std::__debug::list = {[0] = 0x2d19640}, m_notifiers = std::__debug::list = {[0] = {<std::unary_function<SfxUndoListener*, void>> = {<No data fields>}, m_notificationMethod = &virtual SfxUndoListener::cleared(), m_altNotificationMethod = NULL, m_sActionComment = ""}}}
         #32 0x00002b46b6a08a1f in SdrUndoManager::Clear (this=0x2892af0) at /home/caolan/LibreOffice/core/svx/source/svdraw/sdrundomanager.cxx:99
         No locals.
         #33 0x00002b46a2b5dd7d in framework::UndoManagerHelper_Impl::impl_clear (this=0x3a112c0) at /home/caolan/LibreOffice/core/framework/source/fwe/helper/undomanagerhelper.cxx:713
          aNotificationGuard = {<comphelper::ScopeGuard> = {<boost::noncopyable_::noncopyable> = {<No data fields>}, m_func = {<boost::function_base> = {vtable = 0x2b46a2df9571 <void boost::function0<void>::assign_to<boost::_bi::bind_t<void, void (*)(bool&), boost::_bi::list1<boost::reference_wrapper<bool> > > >(boost::_bi::bind_t<void, void (*)(bool&), boost::_bi::list1<boost::reference_wrapper<bool> > >)::stored_vtable+1>, functor = {obj_ptr = 0x2b46a2b6026d <comphelper::FlagGuard::ResetFlag(bool&)>, type = {type = 0x2b46a2b6026d <comphelper::FlagGuard::ResetFlag(bool&)>, const_qualified = 217, volatile_qualified = 18}, func_ptr = 0x2b46a2b6026d <comphelper::FlagGuard::ResetFlag(bool&)>, bound_memfunc_ptr = {memfunc_ptr = &virtual table offset 47582377542252, this adjustment 60887769, obj_ptr = 0x0}, obj_ref = {obj_ptr = 0x2b46a2b6026d <comphelper::FlagGuard::ResetFlag(bool&)>, is_const_qualified = 217, is_volatile_qualified = 18}, data = 109 'm'}}, static args = <optimized out>, static arity = <optimized out>}, m_excHandling = comphelper::ScopeGuard::IGNORE_EXCEPTIONS}, <No data fields>}
          aGuard = {pT = 0x3a112c8}
          rUndoManager = @0x2892af0: {_vptr.IUndoManager = 0x2b46b31ca9f0 <vtable for sd::UndoManager+16>, static CurrentLevel = true, static TopLevel = false}
          aEvent = {Source = uno::Reference to (com::sun::star::uno::XInterface *) 0x5}
         #34 0x00002b46a2b68407 in boost::_mfi::mf0<void, framework::UndoManagerHelper_Impl>::operator() (this=0x3a074f8, p=0x3a112c0) at /home/caolan/LibreOffice/core/workdir/UnpackedTarball/boost/boost/bind/mem_fn_template.hpp:49
         No locals.
         #35 0x00002b46a2b67788 in boost::_bi::list1<boost::_bi::value<framework::UndoManagerHelper_Impl*> >::operator()<boost::_mfi::mf0<void, framework::UndoManagerHelper_Impl>, boost::_bi::list0> (this=0x3a07508, f=..., a=...) at /home/caolan/LibreOffice/core/workdir/UnpackedTarball/boost/boost/bind/bind.hpp:253
         No locals.
         #36 0x00002b46a2b65f39 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, framework::UndoManagerHelper_Impl>, boost::_bi::list1<boost::_bi::value<framework::UndoManagerHelper_Impl*> > >::operator() (this=0x3a074f8) at /home/caolan/LibreOffice/core/workdir/UnpackedTarball/boost/boost/bind/bind_template.hpp:20
          a = {<No data fields>}
         #37 0x00002b46a2b643d9 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, framework::UndoManagerHelper_Impl>, boost::_bi::list1<boost::_bi::value<framework::UndoManagerHelper_Impl*> > >, void>::invoke (function_obj_ptr=...) at /home/caolan/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:153
          f = 0x3a074f8
         #38 0x00002b46a2b6125c in boost::function0<void>::operator() (this=0x3a074f0) at /home/caolan/LibreOffice/core/workdir/UnpackedTarball/boost/boost/function/function_template.hpp:767
         No locals.
         #39 0x00002b46a2b60449 in framework::UndoManagerRequest::execute (this=0x3a074e0) at /home/caolan/LibreOffice/core/framework/source/fwe/helper/undomanagerhelper.cxx:151
         No locals.
         #40 0x00002b46a2b5cb38 in framework::UndoManagerHelper_Impl::impl_processRequest (this=0x3a112c0, i_request=..., i_instanceLock=...) at /home/caolan/LibreOffice/core/framework/source/fwe/helper/undomanagerhelper.cxx:512
          pRequest = rtl::Reference to 0x3a074e0
         #41 0x00002b46a2b5c63c in framework::UndoManagerHelper_Impl::clear (this=0x3a112c0, i_instanceLock=...) at /home/caolan/LibreOffice/core/framework/source/fwe/helper/undomanagerhelper.cxx:421
         No locals.
         #42 0x00002b46a2b5f215 in framework::UndoManagerHelper::clear (this=0x39f6fc8, i_instanceLock=...) at /home/caolan/LibreOffice/core/framework/source/fwe/helper/undomanagerhelper.cxx:1038
         No locals.
         #43 0x00002b469dbf39e9 in sfx2::DocumentUndoManager::clear (this=0x2b46bd44b978) at /home/caolan/LibreOffice/core/sfx2/source/doc/docundomanager.cxx:367
          aGuard = {<framework::IMutexGuard> = {_vptr.IMutexGuard = 0x2b469e2b4f10 <vtable for sfx2::UndoManagerGuard+16>}, <boost::noncopyable_::noncopyable> = {<No data fields>}, m_guard = {m_aGuard = {_vptr.SolarMutexResettableGuard = 0x2b469e2b51d0 <vtable for SolarMutexResettableGuard+16>, m_bCleared = true, m_solarMutex = @0x154e3f0}}, m_solarMutexFacade = {<framework::IMutex> = {_vptr.IMutex = 0x2b469e2b4f50 <vtable for sfx2::SolarMutexFacade+16>}, <No data fields>}}
         #44 0x00002b46adc89784 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) () from /home/caolan/LibreOffice/core/instdir/ure/lib/libgcc3_uno.so
         No symbol table info available.
         #45 0x00002b46adc88796 in cpp_call (pThis=0x2d56e50, aVtableSlot=..., pReturnTypeRef=0x15514d0, nParams=0, pParams=0x0, pUnoReturn=0x0, pUnoArgs=0x0, ppUnoExc=0x2b46b1f28698) at /home/caolan/LibreOffice/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:236
          nGPR = 1
          ppTempParamTypeDescr = 0x2b46b1f28270
          nTempIndices = 0
          pStackStart = 0x2b46b1f28280
          pFPR = {0, 0, 2.3362526676252203e-310, 2.3508944385848569e-310, 2.336252667649726e-310, 2.3508944385856474e-310, 2.3508944385820902e-310, 2.7985561956169231e-316}
          pReturnTypeDescr = 0x15514d0
          bSimpleReturn = true
          pStack = 0x2b46b1f28280
          pGPR = {47582823102880, 47582633166960, 47582633165472, 60859488, 28755264288, 18446744069414584320}
          nFPR = 0
          pCppReturn = 0x0
          pAdjustedThisPtr = 0x2b46bd44b9a0
          pCppArgs = 0x2b46b1f28270
          pTempIndices = 0x2b46b1f28270
         #46 0x00002b46adc89171 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x2d56e50, pMemberDescr=0x3a0f3d0, pReturn=0x0, pArgs=0x0, ppException=0x2b46b1f28698) at /home/caolan/LibreOffice/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:434
          nMemberPos = 20
          aVtableSlot = {offset = 0, index = 18}
          pThis = 0x2d56e50
          pTypeDescr = 0x2d42bd0
         #47 0x00002b46af85f2ba in binaryurp::IncomingRequest::execute_throw (this=0x3604fc0, returnValue=0x2b46b1f28af0, outArguments=0x2b46b1f28a60) at /home/caolan/LibreOffice/core/binaryurp/source/incomingrequest.cxx:243
          exc = <error reading variable: Cannot access memory at address 0x8>
          pexc = 0x2b46b1f286a0
          retType = {_pTypeDescr = 0x15514d0}
          nSize = 0
          retBuf = std::__debug::vector of length 0, capacity 0
          outBufs = empty std::__debug::list
          args = std::__debug::vector of length 0, capacity 0
          isExc = false
         #48 0x00002b46af85e171 in binaryurp::IncomingRequest::execute (this=0x3604fc0) at /home/caolan/LibreOffice/core/binaryurp/source/incomingrequest.cxx:74
          resetCc = true
          oldCc = {m_pUnoI = 0x0}
          ret = {data_ = empty _uno_Any}
          outArgs = std::__debug::vector of length 0, capacity 0
          isExc = false
         #49 0x00002b46af87c50f in binaryurp::(anonymous namespace)::request (pThreadSpecificData=0x3604fc0) at /home/caolan/LibreOffice/core/binaryurp/source/reader.cxx:85
          __PRETTY_FUNCTION__ = "void binaryurp::{anonymous}::request(void*)"
         #50 0x00002b469c538413 in cppu_threadpool::JobQueue::enter (this=0x3a10f50, nDisposeId=40866352, bReturnWhenNoJob=true) at /home/caolan/LibreOffice/core/cppu/source/threadpool/jobqueue.cxx:115
          guard = {pT = 0x2b46b1f299c0}
          job = {pThreadSpecificData = 0x3604fc0, doRequest = 0x2b46af87c4b5 <binaryurp::(anonymous namespace)::request(void*)>}
          pReturn = 0x0
         #51 0x00002b469c53bcb2 in cppu_threadpool::ORequestThread::run (this=0x26f9230) at /home/caolan/LibreOffice/core/cppu/source/threadpool/thread.cxx:171
         No locals.
         #52 0x00002b469c53c4e7 in osl::threadFunc (param=0x26f9240) at /home/caolan/LibreOffice/core/include/osl/thread.hxx:187
          pObj = 0x26f9240
         #53 0x00002b469baca78f in osl_thread_start_Impl (pData=0x26f9790) at /home/caolan/LibreOffice/core/sal/osl/unx/thread.c:237
          terminate = 0
          pImpl = 0x26f9790
         #54 0x00000030a9c07f33 in start_thread (arg=0x2b46b1f29700) at pthread_create.c:309
          __res = <optimized out>
          pd = 0x2b46b1f29700
          now = <optimized out>
          unwind_buf = {cancel_jmp_buf = {{jmp_buf = {47582633170688, 952760598160027738, 0, 0, 47582633171392, 47582633170688, 6608330218674401370, 961994848098529370}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
          not_first_call = <optimized out>
          pagesize_m1 = <optimized out>
          sp = <optimized out>
          freesize = <optimized out>
         #55 0x00000030a94f4ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
         No locals.
        
         E
         Time: 102.445
         There were 13 failures:
         1) checkImpressUndo(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException
          at com.sun.star.lib.uno.environments.remote.JobQueue.removeJob(JobQueue.java:202)
          at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:322)
          at com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:295)
          at com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThreadPool.java:80)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:627)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy60.clear(Unknown Source)
          at complex.sfx2.UndoManager.impl_checkUndo(UndoManager.java:618)
          at complex.sfx2.UndoManager.checkImpressUndo(UndoManager.java:140)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         Caused by: java.io.EOFException
          at java.io.DataInputStream.readInt(DataInputStream.java:392)
          at com.sun.star.lib.uno.protocols.urp.urp.readBlock(urp.java:350)
          at com.sun.star.lib.uno.protocols.urp.urp.readMessage(urp.java:87)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:96)
         2) checkImpressUndo(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:118)
          at com.sun.proxy.$Proxy21.queryInterface(Unknown Source)
          at com.sun.star.uno.UnoRuntime.queryInterface(UnoRuntime.java:144)
          at com.sun.star.uno.UnoRuntime.queryInterface(UnoRuntime.java:172)
          at org.openoffice.test.tools.OfficeDocument.close(OfficeDocument.java:124)
          at complex.sfx2.undo.DocumentTestBase.closeDocument(DocumentTestBase.java:40)
          at complex.sfx2.undo.DrawingOrPresentationDocumentTest.closeDocument(DrawingOrPresentationDocumentTest.java:41)
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:290)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         3) checkChartUndo(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy9.getServiceManager(Unknown Source)
          at complex.sfx2.UndoManager.getORB(UndoManager.java:1191)
          at complex.sfx2.UndoManager.beforeTest(UndoManager.java:106)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         4) checkChartUndo(complex.sfx2.UndoManager)
         java.lang.NullPointerException
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:295)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         5) checkWriterUndo(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy9.getServiceManager(Unknown Source)
          at complex.sfx2.UndoManager.getORB(UndoManager.java:1191)
          at complex.sfx2.UndoManager.beforeTest(UndoManager.java:106)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         6) checkWriterUndo(complex.sfx2.UndoManager)
         java.lang.NullPointerException
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:295)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         7) checkSerialization(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy9.getServiceManager(Unknown Source)
          at complex.sfx2.UndoManager.getORB(UndoManager.java:1191)
          at complex.sfx2.UndoManager.beforeTest(UndoManager.java:106)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         8) checkSerialization(complex.sfx2.UndoManager)
         java.lang.NullPointerException
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:295)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         9) checkDrawUndo(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy9.getServiceManager(Unknown Source)
          at complex.sfx2.UndoManager.getORB(UndoManager.java:1191)
          at complex.sfx2.UndoManager.beforeTest(UndoManager.java:106)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         10) checkDrawUndo(complex.sfx2.UndoManager)
         java.lang.NullPointerException
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:295)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         11) checkBrokenScripts(complex.sfx2.UndoManager)
         com.sun.star.lang.DisposedException: java_remote_bridge com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge@1c23cae6 is disposed
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.checkDisposed(java_remote_bridge.java:690)
          at com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest(java_remote_bridge.java:611)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(ProxyFactory.java:141)
          at com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(ProxyFactory.java:123)
          at com.sun.proxy.$Proxy9.getServiceManager(Unknown Source)
          at complex.sfx2.UndoManager.getORB(UndoManager.java:1191)
          at complex.sfx2.UndoManager.beforeTest(UndoManager.java:106)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         12) checkBrokenScripts(complex.sfx2.UndoManager)
         java.lang.NullPointerException
          at complex.sfx2.UndoManager.afterTest(UndoManager.java:295)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
          at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
         13) complex.sfx2.UndoManager
         java.lang.AssertionError: expected:<0> but was:<134>
          at org.junit.Assert.fail(Assert.java:88)
          at org.junit.Assert.failNotEquals(Assert.java:743)
          at org.junit.Assert.assertEquals(Assert.java:118)
          at org.junit.Assert.assertEquals(Assert.java:555)
          at org.junit.Assert.assertEquals(Assert.java:542)
          at org.openoffice.test.OfficeConnection.tearDown(OfficeConnection.java:151)
          at complex.sfx2.UndoManager.tearDownConnection(UndoManager.java:1212)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:606)
          at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
          at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
          at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
          at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runners.Suite.runChild(Suite.java:127)
          at org.junit.runners.Suite.runChild(Suite.java:26)
          at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
          at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
          at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
          at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
          at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
          at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
          at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
          at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96)
          at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47)
          at org.junit.runner.JUnitCore.main(JUnitCore.java:40)
        
         FAILURES!!!
         Tests run: 10,  Failures: 13
        
         to rerun just this failed test without all others, run:
        
             make JunitTest_sfx2_complex
        
         cd into the module dir to run the tests faster
         Or to do interactive debugging (non-Windows), run two shells with:
        
             make debugrun
             make gb_JunitTest_DEBUGRUN=T JunitTest_sfx2_complex
        
         make[1]: *** [/home/caolan/LibreOffice/core/workdir/JunitTest/sfx2_complex/done] Error 1
         make[1]: *** Waiting for unfinished jobs....
         make[1]: Leaving directory `/home/caolan/LibreOffice/core'
         make: *** [build] Error 2
        
        Change-Id: Ia8d226b9e22e83ffa80da0983bc65344378f6293

2014-06-25  Maxime de Roucy  <mderoucy@linagora.com>  [32c28a6d131284c1602f57a8220d1b736b538288]

        Resolves: #i74651# remove image via should change document state
        
        Now when an image is removed from a Calc document using the API it changes the
        modified state of the document.
        
        Change-Id: I5dad550ec78a12227f3fb04fd934c7d0c5066a9f
        Reviewed-on: https://gerrit.libreoffice.org/7286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-25  Matúš Kukan  <matus.kukan@collabora.com>  [a3b68ba2dea21f9af1cab90c549c75d25afa1f5a]

        loplugin:unreffun
        
        Change-Id: If67f953bb0d1842ff75482fdb878acf4b1bf87cb

2014-06-25  Matúš Kukan  <matus.kukan@collabora.com>  [5b67c4a84a8786767e296d7ce34cd5b79f9de935]

        remove empty DumpHints() [loplugin:unreffun]
        
        Change-Id: Ic61ef6dc6e6882cebe98a290ec599cde52471431

2014-06-25  Matúš Kukan  <matus.kukan@collabora.com>  [4a3b0e544dbc45a3972006a2ead75492d6876f95]

        error: no matching function for call to 'assertEquals'
        
        Change-Id: I0b87c2abeec30e9e4eab3ce488a5828b8a5b475d

2014-06-25  Matúš Kukan  <matus.kukan@collabora.com>  [2e049367219d427e315e58ef193438ea48a0196b]

        Move more oox/drawingml/ internal headers to oox/inc.
        
        Change-Id: I0963c92356f8388ce02fb36e172ad3b2af8ba8f8

2014-06-25  Matúš Kukan  <matus.kukan@collabora.com>  [3a8d0c0ff5c3b23de3bfb416a5c0e44e5ddc467a]

        isFinished() not really used
        
        Change-Id: I5558177fe61adbbff191042f1be22ecb0ce8f11a

2014-06-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [efd9abb3aedaf361a7fed343cbcb535aef32a839]

        loplugin:sallogareas
        
        Change-Id: Ia5fbdfd83971ac946de6d022be55d5a286a1bf5a

2014-06-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ca362d6348e4d0a29317492b3c8ef9637a656f4f]

        remove whitespaces
        
        Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac

2014-06-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24]

        remove whitespace
        
        Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2

2014-06-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed6b8a100c1aabb342573f252509573bbe124d29]

        remove whitespaces
        
        Change-Id: I9daea42a433b5032931a722878874917cf37f4d1

2014-06-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [78f6407978aa48c3cbb116bc281940dbf1f2dcbc]

        fix build after rebase
        
        Conflicts:
        	sd/source/ui/slidesorter/view/SlideSorterView.cxx
        	sd/source/ui/slidesorter/view/SlsPageObjectLayouter.cxx
        	sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
        
        Change-Id: Id014a49dbbb33123d2d04f9f33954b77575f2e9e

2014-06-25  Michael Meeks  <michael.meeks@suse.com>  [de61b526192cf99f6753eff4bf9ce2ab60da69bf]

        slidesorter - cleanup redundant caches and notifications.
        
        Change-Id: Ibe8106a77899f141d1e3722bcae615ab905b2568

2014-06-25  Michael Meeks  <michael.meeks@suse.com>  [0036ced049d56557570b808f4c03df1127ca679e]

        slide-sorter: re-factor to improve bbox calcuation
        
        Always use a SlsPageDescriptor to calculate bbox, so we can
        adapt it to merge slides attributes where possible.
        
        Change-Id: Id71945bbbb9adb069654ab712e22ea79fea96c1f

2014-06-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9af5c13851482e95ff17f7cf4a46a5660f8588af]

        Re-use DataSeriesHelper::getRole().
        
        Change-Id: Ia880bc03400d4cbf4c3033e01affafccc0a384fb

2014-06-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f9275bd262dd8a7cfc199ad858208b8e400f6d9]

        Annotate the code a little more, to make it easier to follow.
        
        Change-Id: Iefc61fdc132a18e73b0136f0248d69ab9e07a5e8

2014-06-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1e0c38bb54563788d08336dabe8178a60e4f83e7]

        Unwind this logic a bit.
        
        Change-Id: I320b28fb319b42eeae7cada31b6f27f9e342db15

2014-06-25  Takeshi Abe  <tabe@fixedpoint.jp>  [e32b78ebfd9dc6f780e73d17c794c54828471895]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I1a566a870a3bde91a527ac454fc9946e99a2593e

2014-06-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3a7f55924b6901e555621e662cbc4e112396dfb9]

        Reduce indentation levels.
        
        Change-Id: I5de3dea88a1e6f36c995697ba648ce6b82f4e8ae

2014-06-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [349132616d3bb724b43ae3fc531098369aa5be00]

        Let's remove these lcl_ fetish.
        
        These are not even static local functions anyway, which was what
        lcl_ prefix was originally used for.
        
        Change-Id: I0e6b6cebbcf7cdfb449cf17320fb362fc73d92a8

2014-06-24  Damien Chambe  <damien.chambe@gmail.com>  [b8d84a3bf59212a9652f76d7852c81191b8c8a3b]

        Resolves fdo#76160 Calc invalid image position on zooming
        
        Change-Id: Idd268a3378a902c173dc4d75d879714c2e919b2d
        Reviewed-on: https://gerrit.libreoffice.org/9792
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c1904ec9fa574da49ccc988c6480e8d55916860]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: I7d644980172c479191ecfab2e6dfcb60c11afc3f

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [9388c45c0263a0090f9cb4be9c42b93b5f7985d0]

        bnc#882631: Do not hide top of the first row when editing text in table cells.
        
        This can happen when proportional line spacing is less than 100%
        and "FontIndependentLineSpacing" is set, so just keep the height
        of the very first line in case of IsFixedCellHeight() too.
        
        Change-Id: Id231fc1f2373645e5420f877e8c2568ce8a1f099

2014-06-24  Julien Nabet  <serval2412@yahoo.fr>  [aa7b9062f68b1cfdd76ad1987bde5eed170ed6cf]

        Revert "Resolves fdo#75339 : No Error-Dialog appears in specific cases..."
        
        This reverts commit 701bbaf93f0d31ae73e94e0cebccb1cfba0e5882.
        + a824b27a6a8fc11f8378157aae04c08ebace8348
        Conflicts:
        	svx/source/fmcomp/gridctrl.cxx
        
        Change-Id: I03b40d1350328df5f789d9ea45cf6d7f53058926

2014-06-24  Lionel Elie Mamane  <lionel@mamane.lu>  [402e0c0a679dd4da2b1767d959be9aa364c1878d]

        fdo#75339 object comparison by reference, not pointer
        
        Reference<>::operator== ensures that the comparison is done right.
        ::get may return different raw pointers for the same object,
        yielding false positives.
        
        Although the same end effect is reached by
          commit	f8115ce72dad45b82b044d9c8f5c253d0514574d
          author	Stephan Bergmann <sbergman@redhat.com>	2014-06-24 09:40:23 (GMT)
          fdo#75339: Substituting XInterface* eq. for object eq. requires queryInterface
        
        This way is more robust against future "clean-up"s.
        
        Change-Id: I2f3c63ac577152c666554b78b88d3779dabe4d45

2014-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [de00dd0a4e9c10e283f5b8093ac1771545cbe243]

        sw: update hintid comments to match reality
        
        Change-Id: I9c7f620e08865531c70b1c4e655ed9f0aed9d319

2014-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7596e26fd259ce5445212949403e7cd32303b2bd]

        Add SwTextBoxHelper::findShapes
        
        It builds a textbox -> shape map, so methods interested to pick the
        shape instead of a shape's textbox can call it and act accordingly if
        their textbox is in the map.
        
        Change-Id: I0f30d64a284eb461f462ed6c0a36c88271153f04

2014-06-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [212dce21b62a4cfb85406bebe54ee07545516e21]

        Save debug mail merge documents
        
        This saves the first three mail merge documents, the source and
        the corresponding working documents.
        
        For convenience all saved document URIs printed to the console.
        
        Change-Id: Ice86bf59fc519cfab170ff0956559dc9373d5a26
        Reviewed-on: https://gerrit.libreoffice.org/9860
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [d3070bc5f9a7b1b93223c97c7167806f3b41b9fc]

        Update SwDoc::Paste from SwFEShell::Paste
        
        SwDoc::Paste is already an minimal version of SwFEShell::Paste.
        
        Update the code based on the changes made in
            commit 4580094d2d9d5b952c4526ee23204f75a5bb2f1b
        
        Change-Id: I4d784f393952374e2a174510f9378b05cfdb78eb
        Reviewed-on: https://gerrit.libreoffice.org/9861
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-24  Noel Grandin  <noel@peralex.com>  [0a0c70e05aab5f98f465e5155df3d40a9a423afe]

        mkdepend: cleanup indentation and function declarations
        
        to make it easier to read
        
        Change-Id: Iff0fe055c12358edc1be335ec83d0855cc32f03c
        Reviewed-on: https://gerrit.libreoffice.org/9877
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-24  Noel Grandin  <noel@peralex.com>  [290b7e0632921ca0c204eb91c8ebfd253813f137]

        remove use of register keyword in C files
        
        C compilers have been ignoring it for the last decade
        
        Change-Id: I42918263121dd189bab9d27077798b779b9e8da1
        Reviewed-on: https://gerrit.libreoffice.org/9873
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [e07cefb4f7ba39d59d25815e208ed61269079142]

        webdav: Do not call into DAVResourceAccess with mutex locked.
        
        This commit cherry-picks 0c3500115c4fd86284a027fc32be704afcf77061
        for serf webdav version.
        
        Change-Id: I108b0068cad847bf4947ece5e690f789ef034ae9

2014-06-24  Armin Le Grand  <alg@apache.org>  [a595879302e26a616131aa0cab5de31bb287b37d]

        Resolves: #i124816# use correct layer for new object when converting
        
        (cherry picked from commit c0f03c75c71dde47e210ca23eefe3c879b89d97c)
        
        Change-Id: Iaf6f9e040553482f5b7d9522ea640dcea0fdd8cc

2014-06-24  Luboš Luňák  <l.lunak@collabora.com>  [f511a2915ed856f048fd7dd91fd9f7537b1e0479]

        try to fix linker error on Windows caused by last commit
        
        Change-Id: Iaad40befcde683e8b85eefa5b58bcd350fea9f71

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [b1964a24a6cabdbd7b0633a85cc7e9cceac90c93]

        ReportDefinition is the one that is failing for me under Linux too
        
        Change-Id: I00480813d8c3703039a55a7a706937d33e8e8463

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [1dac3254d554a38eafeec894e8e11eb163746281]

        allow a frame to go from init state to close
        
        without an intermediate working stage so it can be disposed after creation, but
        without a prior initialization like CppunitTest_services does
        
        Change-Id: If2679fd0ce3657e727e34cfb0752501fc82df936

2014-06-24  Luboš Luňák  <l.lunak@collabora.com>  [a531676d6ddcda78f126781ca628cc2d5fc20277]

        fix broken redlines after undoing column count change (cp#1000071)
        
        Changing a document with redlines to two columns and then using undo
        set some redlines to point to the end of the document (done by
        the call to RemoveIdxFromSection() in SwUndoInsSection::UndoImpl()).
        
        Change-Id: I88b563b88beebcd1c3cb21fe61bb56cdb12cdc41

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [956d088db5850e9a096bb9abd8b3e446e096f613]

        fdo#72157: webdav: Release WebDAV file lock on document close.
        
        Make it work with both serf and neon version.
        
        Change-Id: I3c74ba57cde19f4417d0229c1c809756e3c5f9f8

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [46b6721c030edc2c73600225c03e04125a0a911a]

        coverity#706534 Uncaught exception
        
        Change-Id: Iac2e63ee2588148f8c29c46684288f1fc69d4ff1

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [4a67abb3b2b4c308cb4ca5252e70c239689feaed]

        coverity#706547 Uncaught exception
        
        Change-Id: Ib619e1ab3f091c04ec27a249b733e54ce469cf82

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [22357c172f457aba46b48d982a1b23ab91184087]

        coverity#705322 Missing break in switch, assuming incorrect
        
        especially because the setProperty logic now matches the getPropery one
        
        Change-Id: I7ebeabc9defed00d1853c3b91fbbf592e1940aa8

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [804c4983f2efc33adb9786d808c36aa6bdbfde35]

        coverity#1103694 Missing break in switch, assuming this is wrong
        
        Change-Id: I9a631eb28647ecf2633d6443d7af95cb37b860a3

2014-06-24  Michael Meeks  <michael.meeks@collabora.com>  [21e977167664e8b5ae86c712b08fde045af7fafd]

        Improve SfxItemPool documentation.
        
        Change-Id: If5a555dae067d023c9dd1fd8e0409ca327739f08

2014-06-24  Luboš Luňák  <l.lunak@collabora.com>  [7637f765cf2f8f65aec5490bd36bf4c745d2cfc6]

        fix reading of section margins (bnc#875715)
        
        The reason the section ended up with incorrect margins was because
        that is computed as 'page margin' - 'section offset', and the order
        of setting these up was backwards: First InsertSection() created
        the section using the page margin of the old page, and only afterwards
        SetSwFmtPageDesc() set the page margin that should be used.
        
        Change-Id: I18ddcb0b5928879a2297b6caca766eab979abd45

2014-06-24  Stephan Bergmann  <sbergman@redhat.com>  [56bbd709904b3a8b8932acbf72df4192d873c18f]

        -Werror,-Wunused-function -Werror,-Wunused-private-field
        
        ... -Werror,-Wunused-variable loplugin:bodynotinblock
        
        Change-Id: I64742401e22b4b83364411a7454c755daa78d00c

2014-06-24  Noel Grandin  <noel@peralex.com>  [bcfc61a49fd3e6acccd155d5c0ce7746f8e97a03]

        more mac build fix
        
        Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c

2014-06-24  Noel Grandin  <noel@peralex.com>  [4d93f2263d2712416b9fd3c7cd14fb9339ad5348]

        fix mac build
        
        after my commit e2080e7 "new compilerplugin returnbyref"
        
        Change-Id: Iec1663507ddda009903c31aa3ceedfe5380c1962

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [266fa9f4f7bd536967c0430b67b203496930e250]

        fVal->nVal
        
        Change-Id: Ia5b041094f29e42cb60f2c83888cace42b91cc13

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [a1b89677b79aa17db78e8eee010dea280c0f92a0]

        coverity#982255 Operands don't affect result
        
        fVal started out as a double, but is now a sal_Int64 since
        
         commit 353607df2ed59f00ad67a74de29b3db662ea960a
         Author: Lars Langhans <lla@openoffice.org>
         Date:   Mon Oct 9 13:21:27 2000 +0000
            #79269# convert to hyper doesn't use toDouble any longer
        
        so the comparison is always false
        
        Change-Id: Ib0b0a78ba3763fb6564219e69111de13b5afc870

2014-06-24  Noel Grandin  <noel@peralex.com>  [a74193306a10a98902d192b8f7cecb92b4817c23]

        compilerplugins: move isUnoIncludeFile to base class
        
        to reduce copy-pasted code
        
        Change-Id: I7728d85dea7d0161998c326d6648ca681a8250d0

2014-06-24  Tomáš Chvátal  <tchvatal@suse.cz>  [5406e237ea2ec534988da31104f10188b001ad75]

        Package filter in common pack
        
        Change-Id: I3728244712966cf2245a79f2630ac46cb63f1d21

2014-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [be57d41dc64acc47611fdb59568b25500ad5c690]

        Add sw::UndoManager::dumpAsXml()
        
        So that it's easy to see where the implementation for a given undo
        action is.
        
        Change-Id: I652826d2933451b84a05eecc3982c8cbf2db3764

2014-06-24  Stephan Bergmann  <sbergman@redhat.com>  [466ee86cabe049ddaa873b831a895386162cb3aa]

        Clang trunk compat fix
        
        Change-Id: Ic414ad0416e27e223ff702996b796b68d39709b9

2014-06-24  Steve Yin  <steve_y@apache.org>  [229b8f91228e195fa2613486447c02260c5844e5]

        Resolves: #i125090# The values of upper and lower spacing...
        
        for default paragraph did the complete opposite.
        
        (cherry picked from commit 75f191b09f25e4dd357f42fdf80c2b0252d1c410)
        
        Conflicts:
        	sd/source/core/stlpool.cxx
        
        Change-Id: Idd44f7f1e4ad6acbde2733240fd357e628ac1f28

2014-06-24  Stephan Bergmann  <sbergman@redhat.com>  [f8115ce72dad45b82b044d9c8f5c253d0514574d]

        fdo#75339: Substituting XInterface* eq. for object eq. requires queryInterface
        
        Regression introduced with 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37 "Use the new
        type-checking Reference constructor to reduce code noise" which should have left
        (at least some) "querying upcasts" to XInterface alone.  Closer inspection of
        that commit will probably turn up further regressions that need to be reverted.
        
        Change-Id: Ib81afc12d9df205b5b0fe6cec6ce85d012e9629f

2014-06-24  Noel Grandin  <noel@peralex.com>  [e2080e70fe8b085f18e868e46340454720fa94ca]

        new compilerplugin returnbyref
        
        Find places where we are returning a pointer to something, where we can
        be returning a reference.
        e.g.
           class A {
             struct X x;
             public X* getX() { return &x; }
           }
        which can be:
             public X& getX() { return x; }
        
        Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7

2014-06-24  Luc Castermans  <luc.castermans@gmail.com>  [f910280b8704ed9c289150a4ca3c8d60e15d0d97]

        Translated German comments - correction
        
        Conflicts:
        	dbaccess/source/ui/dlg/advancedsettings.hxx
        
        Change-Id: If1bbd9ce099f1e8e70149277b412db54f28cb0de
        Reviewed-on: https://gerrit.libreoffice.org/9802
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-24  Luc Castermans  <luc.castermans@gmail.com>  [3d768a21582337ab8491b9cc3192c77c89a075b4]

        Translated German comments
        
        Change-Id: I1a40351aec666c94707ad2dd625f3ab8606242d1

2014-06-24  Joel  <jmadero.dev@gmail.com>  [3f8046a2e52312458c400b34fca36013c53c8f2c]

        fdo#80373 Updated label to read "Image background transparency"
        
        Currently the "transparency" tab only covers image background transparency.
        Updated label so that users know that this tab has no impact on the
        transparency of the image itself.
        
        Conflicts:
        	cui/uiconfig/ui/transparencytabpage.ui
        
        Change-Id: Ib488974b0965ee54288092b1e9ca2dc4c040547c

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [46de7b7dbe0092c1a169c865edf2eb46913124cf]

        tweak sizes
        
        Change-Id: Ica7275696b3f7e59d0db5d27811905710dce32e1

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [1579fc7930971e76ed36428d83652401aaa15879]

        hide old page on showing new page
        
        and showing/hiding pages during Paint seems crazy to me, doing it
        during ShowPage makes sense.
        
        Change-Id: Ifd0c3c50812157cfa793da86715d58818e944e6b

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [5b98dcd94f08242f108a61928ba31c5ab5b3fe7a]

        loop through all pages to get optimal size
        
        Change-Id: Ie565ec33c8eaacb490eebcacec7662fde511e98a

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [6a2bbceb295768f4b2f079523ff7864761d50776]

        fix spacing, mnemonics, etc
        
        Change-Id: I9371ef04e643a32d2eadf46f555c4b7a465a5e0f

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [35ec23fa290c877153cbf832526fa4d051a6981d]

        rename and rework SetCtrlPos to SetCtrlStyle
        
        Change-Id: I5720f5f27ea5e7e9eefb6bfb53c30a52146c689e

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [ea3fc1dd4a208823488867491cfff66072678a38]

        unnecessary check before delete
        
        Change-Id: Ie5793f910dd58e8930c2c2b27df00bd073c26f35

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [88afb39fd1f22b87e56996057e13f3ebb3784483]

        drop Resize
        
        Change-Id: Ie8546cf0eb54888627dc2dfa47257de63b382f9d

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [c8512315ba88498fd184f7a0cbd2b63be3bc720b]

        drop SetPosSizePages
        
        Change-Id: I9835a4660ac9a9633ad81fc228b0e53b01fc85bf

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [f89ea2f4def2020f7c7b0782e21d701013dcc669]

        strip SetPosSizeCtrls down to min required
        
        Change-Id: I8c198f9d1b318b35e0dc6221291bb4a57805e3ae

2014-06-24  Caolán McNamara  <caolanm@redhat.com>  [80bf2654d72995f6b13c5addcd7c5e89ec76b0d9]

        meChoicePos is always PosLeft, simplify
        
        Change-Id: I40085b0db89484f0d24ecaccf910f4399198294d

2014-06-24  Szymon Kłos  <eszkadev@gmail.com>  [360796b491d9e05f1438e97c88f15ad0f1cda281]

        RID_SVXDLG_NEWHYPERLINK conversion to .ui
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: I8f06518f2d84e333b553c247ca3d9a28d1280eea

2014-06-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [95e6cc2ecbcb653f76c4a1ee109908a12b84e456]

        Related: fdo#76260 writerfilter: move SavedAlternateStates to OOXMLParserState
        
        Change-Id: Ib9bddeb2d3b5ccdb71295587acbd13c86e5dd28b

2014-06-24  David Tardon  <dtardon@redhat.com>  [012003e4681736083f6d3f987a69011ef0200ddc]

        fdo#80422 check only one radio button in a group
        
        Change-Id: Ibf1ed3d33d8b2c7da4eee26943da0c09647f4bff

2014-06-24  Jan Holesovsky  <kendy@collabora.com>  [164ec65b1afbd781486122e5c1137303067564cc]

        Let's make this more consistent / readable.
        
        Change-Id: I6a14c658961ce6de271c34e478d797de2bdbbc78

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [3da32e1fd23aec2f6b7629a318468ecf0179f8cd]

        Fix some warnings
        
        Change-Id: Ib661af2ab2ad2e95890edb1edf979a82e67a9443

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [45f18e2ff2a54c412f296818fd73111cb62c7f3d]

        sdr::table::Cell's XServiceInfo cleaning
        
        There is no "com.sun.star.table.cell" / "com.sun.star.drawing.cell".
        
        And remove unused XFastPropertySet methods which were not marked as override.
        
        Change-Id: I92c856ef16387758d00174708094b0e0c3a38bac

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [991eeb321595fb184b13032dd3a7734af33232d1]

        Remove unused mpOwner in SvxTextEditSource.
        
        Change-Id: I824e8436945e056840386960308b8e63627a603f

2014-06-24  Matúš Kukan  <matus.kukan@collabora.com>  [b8f7ea5da41d61d405adec54dcd10b54ee0e5591]

        Related bnc#822625: Minimum height was not invalidated when rectangle changes.
        
        5792e76cb5beb630c135f57b74f57d74dd2dc2b0 was too optimistic and did not
        invalidate mnCachedMinHeight often enough.
        This was resulting in a grey area below table frame when resizing it.
        
        So, revert 5792e76cb5beb630c135f57b74f57d74dd2dc2b0
        "Related bnc#822625: Cache minimum height for table cells."
        and istead just use getMinimumWidth() in TableLayouter if that's all we need.
        getMinimumHeight() is expensive.
        
        Change-Id: I34c49dda75d6ccccaa5b4d3746114352621a40dd

2014-06-23  Stephan Bergmann  <sbergman@redhat.com>  [a824b27a6a8fc11f8378157aae04c08ebace8348]

        Missing #include
        
        Change-Id: Ib78efbb40f95884e8446bf247265004fe66a966b

2014-06-23  Julien Nabet  <serval2412@yahoo.fr>  [ef9e0d876fac67b6c7b884fe58d52e2ddf2b3004]

        Try to fix
        
        Change-Id: I429c0488405865788c06e680fd946e07e3fc7ae3

2014-06-23  Julien Nabet  <serval2412@yahoo.fr>  [701bbaf93f0d31ae73e94e0cebccb1cfba0e5882]

        Resolves fdo#75339 : No Error-Dialog appears in specific cases in Base
        
        If SQLexception, just retrieve the information and display it
        
        Change-Id: I236d1b7bc07dbbfa9c30b845a145208d1d3727f5

2014-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [250922293b4ba375b95325db4810c6e8cf650829]

        Use comphelper::SequenceAsHashMap
        
        Change-Id: Ib4bd5d231fddb0b27c61fcc28d34fad8ef3e8cf0

2014-06-23  David Tardon  <dtardon@redhat.com>  [8fae55c7d3fead6ce18556d5ccaa0958b7cfed91]

        fdo#79615 create clipping polygon correctly
        
        Change-Id: I758b6bc8da33a20a0807da171120a8f84214dcfd

2014-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [33141f999b22ce10cdbfbd76081fff211c4b5067]

        SwDrawView::DeleteMarked: delete textbox of shape as well
        
        If we delete a shape that had a textbox, then delete that textbox as
        well. Without that, the doc model would be still consistent, but most
        probably would not be what the user expects.
        
        Change-Id: Id5075233ce66d7a398c88ff3e63b05a6b2133571

2014-06-23  Michael Meeks  <michael.meeks@collabora.com>  [295b97b2a654e00ac5a8e6a3545284fa583fce78]

        fdo#76260 - Switch from vector to std::stack.
        
        std::stack uses std::deque which is extremely expensive for this case.
        This change saves 43bn of 98bn cycles spent in createFastChildContext.
        
        Change-Id: I63919a9826563171f128e09d7206ac6cfdde336f

2014-06-23  Michael Meeks  <michael.meeks@collabora.com>  [9e5e9dd1b276043d2e9f45c01d72b2e89d8abdf2]

        fdo#76260 - a better approach for getting element names.
        
        Don't do lots more work than we need to to build the list of names.
        It appears that the [] operator does a lot of apparently un-necessary
        work.
        
        Change-Id: Id603fb4e717dc7130468465493edccfe51d384c7

2014-06-23  Michael Meeks  <michael.meeks@collabora.com>  [78378af1d404baf78f42930a29dbf8eae22bbe80]

        fdo#76260 - the wrong way to get a 10% win with an N^3 operation.
        
        Micro optimising the inner-loop is never the right way; on the other
        hand this is 10% of load time and is waste.
        
        Change-Id: Ie275be53e30834cbb6576b8e7580c16d2e47bf16

2014-06-23  Andras Timar  <andras.timar@collabora.com>  [9bc07cce52470f08872bba75411d88543c4cbd0f]

        fdo#80332 followup fix
        
        Change-Id: If44dd2ab33128c0432e6db655dfbc07f9be4ca51

2014-06-23  Caolán McNamara  <caolanm@redhat.com>  [31c406187412e1efa16cc31813961650fd7f5e49]

        Updated core Project: help  c18a4da59f386b125bf65adc0238a4fa712910a5

2014-06-23  Caolán McNamara  <caolanm@redhat.com>  [43b0a48596b5ad25dfdb2020a28580a41b7a05f0]

        can't have bare english strings in .cxx
        
        Change-Id: I1a14e37f3362c082bc460895ffd0b949c636b8ea

2014-06-23  Caolán McNamara  <caolanm@redhat.com>  [caf2d6543a8c1b5b90ca59c7669b27ed339614e2]

        dangling TableNameEdits
        
        Change-Id: I261540e6d80440dede7d185717c776a8ab6a22cb

2014-06-23  Palenik Mihály  <palenik.mihaly@gmail.com>  [9701a7ca9858f6a286a7c75fa83dcb5d89cb5033]

        Convert DLG_ASS to .ui
        
        Change-Id: I29ee55654391f24399aea24fc02c49c430c4e839
        Reviewed-on: https://gerrit.libreoffice.org/9834
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-23  Andrzej Hunt  <andrzej.hunt@collabora.com>  [707a648eb3d8b8c216d4ee1d1f738552c6ac50a0]

        LOK: kill saveAsWithOptions.
        
        The saveAsWithOptions/saveAs split existed for reasons of historical
        API compatibility. Since we're breaking the API currently we can
        now get a clean start, and get rid of the redundant saveAs, and
        make saveAsWithOptions the standard saveAs function.
        
        Change-Id: Ia3e2294a8604cab08e95b07544c9d10d42dd1152

2014-06-23  Takeshi Abe  <tabe@fixedpoint.jp>  [b9019d2920e44842926c3fe77c14c14f0af71c90]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I0cea121c8a8dbbc7b9f44ab712ff692243889816

2014-06-23  Stephan Bergmann  <sbergman@redhat.com>  [9ede5cd987a0e9287575875c53f0a10f6412236f]

        Remove unused INetURLObject::PART_* values
        
        Change-Id: Icebdf0cad5306ae42a30de0b4f997e3b611675eb

2014-06-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [26fb5883bbc663eceb7c53bd17c1b0ca01abb016]

        SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxes
        
        SwDoc could already filter them out, but not SwFEShell. This makes them
        not shown in the Navigator window.
        
        Change-Id: I343ab005513198c30970bfdec4e871fbccdebc01

2014-06-23  Joren De Cuyper  <jorendc@libreoffice.org>  [171efcb7acf367e8db53694489815452d2a9894a]

        fdo#76203 - use consistent titlecase for UI title labels
        
        Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9
        Reviewed-on: https://gerrit.libreoffice.org/9858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-23  Herbert Dürr  <hdu@apache.org>  [5232d01ee5afea97b80da39b082012ee4c1a1409]

        Resolves: #i124970# fix DocumentFocusListener::notifyEvent's...
        
        handling of IndexOutOfBoundsException
        
        the DocumentFocusListener::notifyEvent() throw list only allows a RuntimeException to
        propagate. The methods called in notifyEvent() allow IndexOutOfBoundsException though,
        so it must be handled in all cases to prevent C++ from invoking its unexpected() abort
        mechanisms. Ceterum censeo, non-empty throw lists should be removed altogether...
        
        (cherry picked from commit 4da0e442f0fd4838e93e7316c24cfeef9289207d)
        
        Conflicts:
        	vcl/osx/documentfocuslistener.cxx
        	vcl/unx/gtk/a11y/atkutil.cxx
        
        Change-Id: Ie0b783832314ee5ec376a0c3c2cd67e4a70e218b

2014-06-23  Stephan Bergmann  <sbergman@redhat.com>  [94b2fe9b00c28e12bbd98ade8c5a31179c290da0]

        fdo#71000: Fix SOLARIS-INTEL case
        
        Thanks to Dagobert Michelsen for noticing.
        
        Change-Id: Ife333e74c145ad71c451cb60ba9a8ee4222a2183

2014-06-23  Matúš Kukan  <matus.kukan@collabora.com>  [96e23564e95d2ecc5483e55b022c8a4db04d116b]

        webdav: Do not throw when saving new document.
        
        Propagate information about !shouldAccessNetworkAfterException
        from getResourceType out to getPropertyValues, to avoid further calls
        which would result in cancelCommandExecution, when trying get properties
        of document which does not exist yet, but we want to create it.
        
        This was done in webdav-neon for other reasons as part of
        0c3500115c4fd86284a027fc32be704afcf77061.
        
        Change-Id: Ia434a707d2946a6982075f9bf53904b78dc07a5e

2014-06-23  Matúš Kukan  <matus.kukan@collabora.com>  [e787a84c69b1e557f32de348d2efd5879c7ca222]

        Move oox/drawingml/table/ internal headers to oox/inc.
        
        Change-Id: I9de33fdcd8b1ef73d57884033f502ac4a03f63d3

2014-06-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [15f54549418cbc58d732b9d731c95102896449a0]

        Start translation of German comments
        
        Change-Id: If936d3f8647cbcd15d42de985ae0351d683d4b44
        Reviewed-on: https://gerrit.libreoffice.org/9832
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-06-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [82da02c10770209f03464c4198f8731af591eeba]

        Translate German comments, fix some ws
        
        There were a lot of spurious \t's in the code.
        I replaced them with a space.
        
        Change-Id: I12b3207f0e4d217fb5d4e406e7b16a0d29f3bcaf
        Reviewed-on: https://gerrit.libreoffice.org/9831
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-06-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bdd87b2acddb2e244569dcc8f228e270614dc59e]

        XY chart needs to set the X value property
        
        Change-Id: Ib17b564c187dfec8abb7a17b2602f814362dd34f

2014-06-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4e4890c35f871a7fd2f81691f470a3e5843ae1b3]

        remove comments
        
        Change-Id: I674e1443ce4e856206eeec7ea62083fcf0422f51

2014-06-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ca843915505ed6fe6eee2639840cb1ad03a83992]

        accept also one cell chart ranges for external data provider, fdo#79772
        
        Change-Id: I2078205b0aecdea13e342c4a625b82a70df0fb4f

2014-06-22  Julien Nabet  <serval2412@yahoo.fr>  [ef242d3ac8b3771bc31e6accc2f09bc28a57e146]

        Typo rong->wrong
        
        Change-Id: I9665d0bd8eccfb16a53eeb733954cdc59af8ccdd

2014-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2f46f8b9373891f49c4d30bf553c726fcd840448]

        Use comphelper::SequenceAsVector
        
        Change-Id: I4bdd7c18e5ccf652a2fc0d651ce50c005254fa8a

2014-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [84feec943a09aadd73cd75e80446a73fa8bdc3c9]

        error: enumeral and non-enumeral type in conditional expression
        
        Change-Id: I97600b95d1d5acfd6ace83585bb77469d53d1705

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [976a46e2cdb2b9f0482a1f5f4465619b25dd6d9a]

        Updated core Project: help  e4208653997a7390b5129207a11e9fa6d4a8c070

2014-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a93c7e2075acec81c6b1ad23b33c1742f2e5057]

        CppunitTest_sw_ooxmlexport: enable a subset of these tests on Windows
        
        Change-Id: Ia9bb5f9ea7854e7f85abd8bad347db82b342177f

2014-06-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [76d9ad4b535aa51efd85e66c727546803e09e456]

        writerfilter: convert factoryinc to Python
        
        Change-Id: I23ee4844fcc034f1d586c10d6a16db71a4db5363

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [ad2e71573d66a76d16301bbdd794bbc775db5cd0]

        Updated core Project: help  54c511cb993b426688136c1315a8a5a18f582f50

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [069cecea6e2a90bbabf9711a32ea80efa6e8cd7f]

        Updated core Project: help  f8fe0e1b740032c18117c7fca9702823176d187e

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [217e4f680ce40a4779ff6e00ae68f5f0b0b7637e]

        Updated core Project: help  1fc42f217100d69c4cef6a72b63752da0fdca995

2014-06-22  Joren De Cuyper  <jorendc@libreoffice.org>  [d5730d18c4f92d4933eb06cde5d67bb3aa1966f2]

        fdo#80103 - A superlative adjective without an article in README_en-US
        
        Change-Id: I2bfff87f6e67b72ba8d0aa46f9126c21dc0a0032
        Reviewed-on: https://gerrit.libreoffice.org/9842
        Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-06-22  Julien Nabet  <serval2412@yahoo.fr>  [fa0725ca554c1b963daeb68506b88fd09aa42615]

        Fix paths
        
        Change-Id: Idc756bc1b224952b9283fd15b3313b70ea3828a3

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [856b55ecf58b129ee9ce41fbb89057f2363084fc]

        fdo#80324 fix path of redline_tmpl.hrc
        
        Change-Id: Ie1684fe456ea6f9cd4b93481aa73f5b51a20ba1b

2014-06-22  Maxim Monastirsky  <momonasmon@gmail.com>  [d8d18c3cc707d38d98463ed43ae08e1d6bc6e56f]

        sw: Fix SID_CHAR_DLG_EFFECT behavior
        
        A regression from commit f41e7c70. The wrong tab is
        opened (used in the sidebar underline popup). The
        correct id is "fonteffects" not "fonteffect".
        
        Change-Id: Ic06fb3f93a033bcfe24b97eb124ceea082b4087f

2014-06-22  Maxim Monastirsky  <momonasmon@gmail.com>  [a7e262b1f2d9e804b9de4fbe9dfc3b784d21dcb0]

        sw: Fix method name in message
        
        Change-Id: I91324359ac69737bfdd19ee80379b8109cd127dd

2014-06-22  Joren De Cuyper  <jorendc@libreoffice.org>  [7e6b31d15590683a978b699c76f5fe2300a6095f]

        fdo#80295 - Mismatched icons in Chart Data Table dialog
        
        Change-Id: I31d9ea145e8c01a0e81507534e2cf6c584174048
        Reviewed-on: https://gerrit.libreoffice.org/9843
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-06-22  Andras Timar  <andras.timar@collabora.com>  [674db242c037020626050c8de06367808d94eaaa]

        fdo#80332 remove "Support assistive technology tools" checkbox from installer
        
        Revert "fdo#39833 add "Support assistive technology tools" option to Windows installer"
        
        This reverts commit 98fd8f345504e98e9ed16f4845d55f5b88b77a5e.
        
        Conflicts:
        
        	instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf
        	instsetoo_native/inc_openoffice/windows/msi_templates/CheckBox.idt
        	instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt
        
        Change-Id: I04cafd063bd06db37eadd13b58f7b7adfad2ca42

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [113866583c5a34b9242aeb9040c4ce80e65da1ba]

        add test case for fdo#78080
        
        Change-Id: If676eb03f5bd19f8abf13d1d7826d500d51e542e

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2f74e52a6efe7a51d6575cbb9b5f30b1ad99ee7c]

        use the correct default value, fdo#78080
        
        Change-Id: I8b01bf22e8e3b98ef013b947f617905d558d3554

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c97424f82a8d9d50d98e868cf0c1c2731ee15e74]

        remove now unused dialog
        
        Change-Id: I42c340a6aee016e37ee558d46a8eab101837e9c5

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [77cec206e3c49490e6e380c52cb6d45277a03f65]

        show the property mapping sequences by default
        
        Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [086d93f130c9e53d77ed25098cfefaabe5c108e2]

        extract common code
        
        Change-Id: I9327f232f1edb9ef052eb7868ac60774f3b6e4cf

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a1d2c88124058a98b25d725927462ee734f71d85]

        add test case for property mapping
        
        Change-Id: Ib8630d15f40b00c8620eeb1c79d5d9f00d07ef49

2014-06-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d005413c2e3d1a22a6560cea504aba6f011794e0]

        don't try to set property mapping if there is no value
        
        Change-Id: I422d651e303553e2ce30895b44b8d96664418c19

2014-06-22  Takeshi Abe  <tabe@fixedpoint.jp>  [48fe2c03758dbfb68868a1746ccf1ed67167781b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ic84b7275f3dfa9a7db47757f94d82b0036fd42da

2014-06-22  Takeshi Abe  <tabe@fixedpoint.jp>  [27cd8b737522f43651ad98d91c26499321741247]

        Drop commented-out code
        
        Change-Id: I254e429201183b6112625fd04683d7c2aa8b867a

2014-06-21  Julien Nabet  <serval2412@yahoo.fr>  [d59da701c67074a44abcfebcb7506792d12127ae]

        Related fdo#58774 Alternative dialog Find & Replace for Writer
        
        After having installed the extension from http://extensions.libreoffice.org/extension-center/alternative-dialog-find-replace-for-writer/releases/1.4
        I had a crash, extract of bt:
        5  0x00002aaad3ee13df in rtl::OUString::copy (this=0x7fffffff2510, beginIndex=147, count=-15) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:1481
        6  0x00002aaad3edc10e in stringresource::StringResourcePersistenceImpl::implScanLocaleNames (this=0x8e2bba0, aContentSeq=uno::Sequence of length 24 = {...})
            at /home/julien/compile-libreoffice/libreoffice/scripting/source/stringresource/stringresource.cxx:1728
        
        So add a quick check to be sure iDot > iSlash
        
        Change-Id: I944a852d6cc9a35c451985ac96032f0d848136e8

2014-06-21  Julien Nabet  <serval2412@yahoo.fr>  [e4ca1f900a5585d35af04159bdd854f10b495355]

        Resolves: fdo#80327 Sound list box when non-English UI
        
        Fallback strings are in English wheresas ImplGetThemeEntry expects localized strings
        Let's put localized strings in fallback to make ImplGetThemeEntry happy
        
        Change-Id: I27dd992bac4f5aaf6e0e6237fe59dac990f11c92

2014-06-21  Takeshi Abe  <tabe@fixedpoint.jp>  [c260abe39e0063a2e5ba4e0d22ff8a5ccd468c23]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I27a0c3639c346720df471ffa3940783565c47f7d

2014-06-21  Julien Nabet  <serval2412@yahoo.fr>  [f8cd68bad6728a5402401a3b7235f7d5d22c0ce1]

        cppcheck: Redundant checking of STL container
        
        Change-Id: I83a8671e90431bbc4f41392f062d37c452b018ff

2014-06-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [40befea0363918488b9bedbaf693e9c7b3b8e44e]

        writerfilter: convert modelpreprocess to Python
        
        Change-Id: I8c63d8d1bcf4247491e4be22d1e37e1eefe1e7d1

2014-06-21  Matúš Kukan  <matus.kukan@collabora.com>  [a2aa0e6087254165613d323a5cfb083c79e7bbd9]

        Create SvtSaveOptions() outside of for loop.
        
        Helps to save few cycles.
        
        Change-Id: Iea908bd84fa1201f05ec698f8de51ea78d841eb6

2014-06-21  Matúš Kukan  <matus.kukan@collabora.com>  [fc577e4f414b6fe838dff0163bceeea012c92de9]

        Revert "bnc#882631: keep line visible if proportional line spacing is < 100%."
        
        This reverts commit 339e5d44a2afa0f5309a970f1ff11968103e336a
        and commit d1987a3eaccfc3add35e6b9f8307ede857c5468e
        "fix sd_import_tests after e42c05c1f96832572e525d85d89590f56f5a29dd".
        
        It would need more work and understanding, so just revert.
        Also, the problem with bnc#882631 is somewhere else, though this helped too.

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b6e49ad5ddd68d71c9f872d565881023dae526a9]

        avoid truncation double to float warning
        
        Change-Id: I7f5c5f025954120c06fcce2c14915a8138843374

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fb06300b73b6b9d3794a5c60ecffa7802d821fce]

        fix windows build
        
        Change-Id: I0de216a8c6259ba6ec825f85f52e2f48b97510d7

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ac0989d5eaad3f8ab52b0288e345f30527dc45a4]

        avoid manual OpenGL extension checking
        
        Change-Id: I75faa82fc2eef7f3bfd3546d64f47dee6a0b7d08

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [00272efc1c71bdbd7fc0126f411765f482eaa2fb]

        I don't see a good reason for marking private methods with SAL_CALL
        
        Change-Id: I9b73b6b6073b3249317f4e1124d840930cbe558f

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [374160d659c9790f24165e62dd89128fa5f7295e]

        volatile does not make any sense here
        
        Change-Id: I337d845e05007efb29f1c1fa39cdcc046b156281

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7fd1fd1dead9799e50641bc920b5bcbe409d330f]

        remove unneeded code for 3D charts in controller
        
        Change-Id: I5c1f624cc05a90878f717abc8ffb0b2220ce94d5

2014-06-21  weigao  <weigao@multicorewareinc.com>  [6ef4565efe0393bde8e792d66287a532aea82d31]

        add code to call batch texture render
        
        Includes warning fixes from Markus Mohrhard.
        
        Conflicts:
        	chart2/source/view/inc/GL3DRenderer.hxx
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: I09da7c49eb11da9ea2bc18a5e13f2fd2c0d6bd8f

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [50a5739cee2b26d9a70c321664f7166a32fa8647]

        small whitespace changes
        
        Change-Id: I10aa08268bf148eb792440f13bcf044b350d6937

2014-06-21  weigao  <weigao@multicorewareinc.com>  [016467d8a54bc5ed4990236dc990824b3efefa9c]

        add batch render texture shaders
        
        Change-Id: I922d24bc63ed7c1f16318c25da0b6b3401d24b6f

2014-06-21  weigao  <weigao@multicorewareinc.com>  [87e23f425f60b0b7459c63b824bc8bdc17796ad2]

        use shader to calculate alpha channel
        
        Conflicts:
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: I3cf9636b36ffd47589dd3ab61278802ca73644ce

2014-06-21  weigao  <weigao@multicorewareinc.com>  [f4436dcb95b341dbb8d2c58e6c7bf1ceb2ffbc10]

        add global scale matrix
        
        Conflicts:
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: I23b9929dd3f0f1b0a070091ed9c1fe920edfcbf9

2014-06-21  weigao  <weigao@multicorewareinc.com>  [4444e6cf7979b646d655c438c5f7c16fd4e7bcdc]

        fix the using 3.0 version bug
        
        Change-Id: Ie197d0156a2d8b54fe6b08a905d82a63d31513f2

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c7d390bf21623c148ff5c3955561b903d9581da8]

        remove old comment
        
        Change-Id: I427b408f898b4f4697f460a61fc306f65d68e12a

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d3e15ac8df0d6a2bc634686c1f2993f5abbd9451]

        add disabled code for square bars
        
        Change-Id: I4b315d9a4a6fb384eaec4d58c53291e473fb6d85

2014-06-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0c7c8aa5f690a4e751076a774feffcf6f95769f7]

        prevent invalid memory access
        
        e.g. fdo26139-1.pdf
        
        Change-Id: Ic5854e2056c246d48e2962dfe0a91f67c2c30c04

2014-06-20  Caolán McNamara  <caolanm@redhat.com>  [e62764108a1832e746f68768c29eaa90606903a7]

        hmm, that's not right
        
        Change-Id: Id714a54b08127c594c108c824bb0dedd74bb5c06

2014-06-20  Stephan Bergmann  <sbergman@redhat.com>  [dc795cbd2dcb50e555945a91925616c7b3e58ee9]

        Make Linguistic SDK example use __getComponentFactory
        
        ...instead of legacy __getServiceFactory.  This fixes a subtle bug:  When these
        Java extensions are live-deployed, they are offloaded to an additional uno
        process.  Their __getServiceFactory methods were called with the uno process
        (component context's) service manager, which they stored away for later use in
        OneInstanceFactory.createInstance.  So even if later on an instance was created
        with the main LO process's component context, the uno process's component
        context would be used to instantiate the (C++)
        com.sun.star.linguistic2.LinguProperties service (in the uno process!), and that
        happens to internally use comphelper::getProcessServiceFactory, which would be
        null in the uno process,
        
        comphelper::getProcessServiceFactory
        comphelper::getProcessComponentContext
        (anonymous namespace)::getConfigurationProvider
        utl::ConfigManager::acquireTree
        utl::ConfigManager::addConfigItem
        utl::ConfigItem::ConfigItem
        SvtLinguConfigItem::SvtLinguConfigItem
        SvtLinguConfig::GetConfigItem
        SvtLinguConfig::GetConfigItem
        SvtLinguConfig::GetProperty
        LinguProps::getPropertyValue
        gcc3::callVirtualMethod
        ...
        
        Change-Id: Ib6f5a5dd6d0adbbe14d60aaff3a8b6ba24235d11

2014-06-20  Niklas Johansson  <sleeping.pillow@gmail.com>  [3258c4f7b79ceedace3b4bdc88a818b45c7593ca]

        Dropdown combo-/listboxes should support accessible action togglePopup
        
        At least VoiceOver needs it to be able to open the dropdown in a native
        way (through AXShowMenu). The list still isn't accessible on mac but
        that is an other issue.
        
        Change-Id: I825b54536dfc9743b722eb55873bde3d5eef953d
        Reviewed-on: https://gerrit.libreoffice.org/9833
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [55f47e58de100ce1ee22f76b0afb00be6bae2d2b]

        mark numbers as untranslatable
        
        Change-Id: Iaa592297e8a946c121b9eaedbbab136db7593316
        Reviewed-on: https://gerrit.libreoffice.org/9838
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [34d4658584ae58b1022f84367a31c234c0e326a3]

        SwDrawContact: recaclc textbox size on shape adjustment change as well
        
        Change-Id: I65abec66d56f2bf83e28c85589638cea5f3a7a0c

2014-06-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aac149e4ad06e207e6c1b14f11867dbfbd343ab2]

        fdo#71767: Write test for this.
        
        Not a direct test for the reported bug, but to ensure that the reworked
        properties survive import and export.
        
        Change-Id: I6c5a4c98eca5180251f04a24346290dedc44447a

2014-06-20  Armin Le Grand  <alg@apache.org>  [553f88e3d65fd25f645c22589de575924c3879fc]

        Resolves: #i121410# Secured usage of pTextGroup
        
        (cherry picked from commit 966c38038352a347f25d690f18a2059d6f78b9fa)
        
        Change-Id: Ibbd68e8c102f2d80ea5b7610b9a97704a282e6ea

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [465503f52de6892a996467fd006ad1c25a2c1816]

        sw: clean up leftover TextBox TODOs
        
        Change-Id: I12782690368789849ea2ce2ed08ad4838a0a55db

2014-06-20  Stephan Bergmann  <sbergman@redhat.com>  [12a4b8122227ca0527c282842fe30fa73a390500]

        Missing null check
        
        As Kendy found out, "In Writer: Enable the drawing functions [view -> toolbars
        -> drawing], choose 'Line Callout 1' among the presets Callouts [to the left
        from the stars], and attempt to click and drag in the document to insert it"
        triggers assert in SvRef<T>::operator* introduced in
        160ae9889e4d16217a7cca7d930f776f5a645ec8 "Catch illegal null pointer
        dereferences early."
        
        Given how most places in sfx2/source/doc/sfxbasemodel.cxx already check for null
        m_pObjectShell, looks like this had just been missing here, and the
        SfxDocInfoListener_Impl's modified has probably never been called, so it went
        unnoticed that its m_rShell was a "null reference."
        
        Change-Id: I6b6dad831938d5fa89340895b98797686b60c5cc

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [23d8fd8dcde97e3e60ebcc75d05d9b39d3bc5a30]

        SwDrawContact::Changed: sync position/size between draw shape and its textbox
        
        This takes care of moving / resizing the textbox when the draw shape has
        been resized.
        
        Change-Id: If4c6f0bcdd03e00e3e49b0d30de3e1d0595977d4

2014-06-20  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [077121eb0debc1c78cf46038e2b90a0c2f381c44]

        fdo#79973 : LO crashes while opening the document.
        
        Description:
        - If the equation ends with two dots(.) then file get crash.
        - In SmParser::NextToken()
          the file get crash because string index is out of bound.
        
        Change-Id: I5f25814220d556d53c10d4ca33a38b4d0d451438
        Reviewed-on: https://gerrit.libreoffice.org/9840
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-06-20  Stephan Bergmann  <sbergman@redhat.com>  [6e714e618353b9eccf04efc15a5987ee10793309]

        Fix SDK examples
        
        Change-Id: I68099725c43adeab144d53737f60f778b3aebf73

2014-06-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01dd299bded81700bc976881c6ea954a09015f9f]

        fdo#71076: Write test for this.
        
        This was actually just one element of all that contributed to this bug.
        Unfortunately it's a bit hard to test the others.
        
        Change-Id: I7a0d88c0b829e7b7859aecfc20df87f6837ecb4a

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f75b2bf96efada53c47dee3deeb8751c2ee6937f]

        CppunitTest_sw_ooxmlsdrexport: this define should no longer be necessary
        
        Change-Id: I5e4540b5bf47dde53021a300118052da47b90eff

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ea80a46860f7fe510b206845b56daad1e2d1c56]

        RTF import: handle column break at the very start of the document
        
        Change-Id: Ib7d166bf1b1e5d5216d822b2b0396aa4dc535c6f

2014-06-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [36b1c27b26e113651a6ac9000677920886786503]

        CppunitTest_sw_ooxmlsdrexport: clean up testFDO77122
        
        The document contained a few unrelated shapes and it was reported that
        those cause testcase failures, depending on the version of some system
        libraries (at least Ubuntu 14.04 is reported to be affected).
        
        Change-Id: I1aaf02441e2bc30d1a5465b038211deb240a5b69

2014-06-20  Jan Holesovsky  <kendy@collabora.com>  [cfbd50c957e9ab12ee843f9239561ed741f5a3e2]

        writerfilter: Minor cleanup in OOXMLParserState.
        
        Change-Id: Ib715d2794c9a6f036ad809641fb0dda2d10a1968

2014-06-20  Umesh Kadam  <umesh.kadam@synerzip.com>  [75fc9e669f209472ec6a282848166d96d02d84d9]

        fdo#78904 : LO hangs while saving the document.
        
        - In case of framePr attributes being omitted in original xml, LO defaults
          such attributes to incorrect values.
        - Correcting these values in this fix.
        - This fix stops LO from getting hang while saving the document, the actual
          fix needs to be somewhere in the table layout. We need to restrict the
          frame from being considered as part of the table as MSO does not allow
          frame to be part of a table.
        
        Change-Id: I4c35f7eff6ca1122901f5667fc26b849df527f60
        Reviewed-on: https://gerrit.libreoffice.org/9774
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-20  Yogesh Bharate  <yogesh.bharate@synerzip.com>  [9f8785074512d6442fd97d67860fd625ac4d6bb1]

        fdo#79968: & fdo#79969: Fix for embedded powerpoint & excel sheet in docx.
        
        Problem Description:
        fdo#79968:
        1. Document contains embedded powerpoint in docx.
        2. After RT, embedded powerpoint object is not preserved.
        3. In this case, .sldx is get converted to .bin due to this powerpoint slides
        is getting converted to picture.
        
        fdo#79969:
        1. Document contains embedded excel work sheet.
        2. After RT, embedded excel sheet is not preserved.
        3. In this case, .xlsm is get converted to .xls.
        4. Similar case happened with binary excel work sheet.
        
        Implementation:
        Added sMediaType, sRelationType & sFileExtension for embedded excel sheet,
        binary excel sheet & powerpoint slide.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/9765
        
        Change-Id: I8f94e3f9293f2ac98b61f919d60ca556695b26c2

2014-06-20  Dinesh Patil  <dinesh.patil@synerzip.com>  [7ea1bbe712cef48a97faffdf03b45f2812a93e62]

        fdo#79591 Values for docPr name and shape ID attributes were set invalid
        
        Values set for docPr name and shape ID attributes in RT file were not valid
        as per UTF-8 encoding format and hence was showing RT document as corrupt with
        error message "invalid character".
        
        Calling add() function with current parameters is causing issue and
        setting invalid values so modified the second parameter which will
        set valid values to the specified parameters.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9746
        
        Change-Id: I3b48e53adbe5ed844235e596bb98eb396133845a

2014-06-20  Takeshi Abe  <tabe@fixedpoint.jp>  [67f64c266cd5a0368eff0be727228bc6a9c67cb2]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ic9b9c22c0ad15bfefce729e7277f950cb66d9bf6

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [d77c108922f7ea2c57bc63bbe289bba92f6213a6]

        external/icu: Change flexible array members to be of length 1 instead of 2
        
        ...so that -fsanitize=undefined does not report false out-of-bounds accesses;
        Clang's isFlexibleArrayMemberExpr (lib/CodeGen/CGExpr.cpp) only treats arrays of
        length 0 and 1 as such special flexible cases.
        
        There appears to be no code in icu that depends on those arrays to be of length
        2 (e.g., via sizeof), though it does look suspicious that they are deliberately
        of length 2 instead of 1.
        
        Change-Id: I85293e769f1d64cb4e60e13f1cd7f88b76e37487

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [aca657b380477f122e1b541e6b0050f34bfc23de]

        whitespace
        
        Change-Id: I2db68597c83285571da2ddd1257a61a4603a90ef

2014-06-19  nrbrtx@gmail.com  <nrbrtx@gmail.com>  [7eafd8ccac56d7503b4287dfa3acac2cf0560b20]

        fdo#79599: use \highlightN instead of \chcbpatN in RTF import and export
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9776
        
        Change-Id: I98ef606fb73368a3c275819cb83b936e2162769d

2014-06-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d38cb365543924f9c50014e6b2227e77de1d0c9]

        fdo#71076, fdo#71767: Preserve number formats when charts are copied.
        
        Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a

2014-06-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2538e30ccc2e98de92de5157ca523fdb347eb537]

        Use define constant to keep track of all NumberFormat property usage.
        
        Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd

2014-06-19  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b846847121a29b8acd9d48ef1a795ea3b9d6d974]

        fdo#71558: Notify mispelled word to accessibility
        
        This patch modifies the spell checking code to trigger an invalidation
        of the accessible paragraph attributes when a mistake is detected, so
        the 'text-attributes-changed' event is released.
        
        Notice that 'text-spelling' is not an actual attribute of the text for
        LibreOffice, that's why this didn't work in first place.
        
        Finally, notice too that when the user disables the automatic spell
        checking, no 'text-attributes-changed' event is released, and when it
        is enabled again it will only release 'text-attributes-changed' events
        in case some of the newly typed text is misspelled.
        
        Change-Id: Ie792f040d84010cadcd41486d948a5e29421228f

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [0b350e841db8c4b268cfe1c58ac400a7437ff605]

        Avoid overflow
        
        Change-Id: Iedcde3411a1bfeb1eb0207f572c8befe2071f54c

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3cab1adf19d553663685e8198f0ec3f258a37c36]

        abi#2720 RTF import: handle non-graphic object after a graphic one
        
        Change-Id: I9416b6e7cf3677006215fcbde458ed341c4e3e9e

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [ef3e481be37a387f6549a561daee890da6712cf5]

        Do not call SwASC_AttrIter::NextPos when nAktSwPos is already SAL_MAX_INT32
        
        ...and calculating nAktSwPos + 1 would overflow.  Reported by
        CppunitTest_sw_odfexport under -sanitize=undefined.
        
        Change-Id: I78bd540851192a768400ce348b42228f9cb10b72

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [d8e7624c9a874aee3ab782715117b118ddd0c496]

        Do not dereference null pointer
        
        ...and XMLTextCharStyleNamesElementExport only requires a non-null rPropSet arg
        when its bDoSomething arg is true.
        
        Reported by CppunitTest_sw_odfexport under -sanitize=undefined.
        
        Change-Id: Ia45fa7db250f83d746829c7f411e78bbc50bf721

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ba6d7a809d51edcb8b93d3298b9d27155276cec]

        SwDoc::SetFlyFrmAttr: sync position between draw shape and its textbox
        
        The effect of this is that if you move around a shape (having a textbox)
        with the keyboard or mouse, then the position of the textbox is now also
        adjusted as you would expect it, as a user.
        
        Change-Id: Ie079f8c7b76e9a97095e4233eded5bda514cf405

2014-06-19  David Tardon  <dtardon@redhat.com>  [0b793116deaf35ce67245c1106e5ed5a722c7560]

        rhbz#1111216 allow to export an empty sheet to PDF
        
        This is to consolidate Calc's behaviour with the other applications,
        which always present at least one page for printing / PDF export.
        
        Change-Id: Iedf438618020c1e6d8ded5ac950c8ca2b12ad439

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [ca6fadad69ec74f413de40a880349490a5311d9c]

        loplugin:literaltoboolconversion
        
        Change-Id: Ie21ec9cbdf88bd009368c09e49b9956cd001a5d3

2014-06-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1f3f725a29412b49ac8ded7b425674ef10afc7b3]

        small text positioning fixes
        
        Change-Id: I7fb42f0c34c5216421324f471a813f4668b4a878

2014-06-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6e427b30fe113b3717f00515ee70458dbb9dbfab]

        use better default colors
        
        Change-Id: I0790f157632351a8fe68abf8f12041907027d6c9

2014-06-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d5a0926c2359a4f8bd48cbea5a9c034b87d6aeeb]

        fix range input in chart data source dialog
        
        Change-Id: I9c139c6298d25c7a7072d0d0538f1945518d36f2

2014-06-19  David Tardon  <dtardon@redhat.com>  [66ac7430b6694ba409b9034c6a9fa7e03b7950b3]

        fdo#80108 keep at least the version in sync
        
        Change-Id: I9cf7d8f7fd834a2cc52895f989f2a05f5da01897

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [7113db27f07ca03a468c94f1163a7aacd1e051e3]

        GetFileTimeValue can produce a "null" DateTime
        
        Change-Id: I96bf1aa2d889c4d0925d073d1d7b4be47c23b3ac

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [b85470bab1d3fbedc512e5a5c06a8642ee73ce1b]

        Missing link deps
        
        Change-Id: I6a96ffd9ab9b5deaed00cc857af30cd9d827d3c2

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [f741a60511707989cfd6b2c3a56ded22ffdc5b67]

        ToxLinkProcessorTest needs SwGlobals::ensure to set pSwResMgr
        
        ...derefernced in
        
        (anonymous namespace)::lcl_NewUINameArray
        SwStyleNameMapper::GetChrFmtUINameArray
        SwStyleNameMapper::getNameFromId
        SwStyleNameMapper::fillNameFromId
        SwStyleNameMapper::FillUIName
        SwFmtINetFmt::SwFmtINetFmt
        sw::ToxLinkProcessor::ClosedLink::ClosedLink
        sw::ToxLinkProcessor::CloseLink
        ToxLinkProcessorTest::ExceptionIsThrownIfTooManyLinksAreClosed
        ...
        
        Also, fix the name from sw_tox_test to sw_tox.
        
        Change-Id: I48ea9fb6322df3725b089538fd67b2e24578b668

2014-06-19  Jan Holesovsky  <kendy@collabora.com>  [f8c5a61e052c500201c7bfc4c36f127c0ac36b30]

        writerfilter: Hide more debug-only stuff behind the DEBUG_DOMAINMAPPER.
        
        Change-Id: I0e86cafab97f0adad516660c6fdf40e13d114bf2

2014-06-19  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [1c876f5616522ab695de8c0316cdb0c601081815]

        fdo#78590: Fix for Corruption of para with framePr & drawing object into para
        
        Issue:
         - File contains paragraph with framePr have graphic object in it.
         - So Libreoffice converts framePr into textbox.
         - So after saving file textbox gets exported with drawing object.
         - MS office does not allowed drawing object inside tetxbox.
        
        Change-Id: I673e0e9f6681a189bde1c63a8cb7aea2cac0ab41
        Fix: - Export framePr into paragraph and igonre exporting of
               dummy textbox added by LO for framePr.
        Reviewed-on: https://gerrit.libreoffice.org/9389
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ee9e8f677103f3b93faaef55832fb704f95e0a4b]

        Fix build with system glm once again
        
        Change-Id: I7cd179f6f981455cfece1ca8ce0ea314ac341f99

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [692ea03e1d9974d036e1b9109c3fe32e1c0e51cd]

        sw: add UI for removing the textbox of a draw shape
        
        Change-Id: Ib95573228d3dc98c88cd4af19995c99433c84ae6

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f77b8a689f84a03495ac5911236b68f01ee7b24]

        sw: add UI for adding a textbox for a draw shape
        
        Change-Id: Icc4ff083431635f1769dba5907f26e7dc6b08d02

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f870059a5a777b1e198b2a34af0675eb36feb8be]

        basic: silence expected SAL_WARN output
        
        These were HACK() and DbgOut() messages previously, none of these ended
        up on stderr. It seems that they are more or less harmless, so as long
        as nobody fixes them, silence them, so more useful warnings are not
        hidden when one does e.g. xray on a drawinglayer shape.
        
        Change-Id: I7343d93d2916d9978852418aca725d027eb09128

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [cf309ee274fad755de1b53b40bc1d2b112f16171]

        coverity#704771 Explicit null dereferenced
        
        Change-Id: I653866006a54f5bc73dae4614b0b9c8ddfeb4989

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [4e6c9caf4a131baf8c1fe15267b43f22ff7c1660]

        coverity#988426 Explicit null dereferenced
        
        Change-Id: I76d1764c6bdce565705e87ae88e3eccc1c3a617e

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [ea98e70e916372a2cb1a3504c74c9d1ab4020dcc]

        coverity#983931 Uncaught exception
        
        Change-Id: I9fef42b9a6540a549d6a28928b982671f07f9fe6

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [d176340628b55ad859d63c9b769822fd9467863e]

        coverity#983728 Uncaught exception
        
        Change-Id: Ifa6f0bf05e9a71aa3db6c63291f99dc0665e57bf

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [71293087a5121c5553e6e95bb8da2ec954e22e55]

        coverity#707363 Uncaught exception
        
        Change-Id: I0c61a0176bb108e8e42c56e6cdbfa342ffe2512f

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [bf89444ca8e7a544056a2162fc48dae43b05f9d2]

        coverity#707196 Uncaught exception
        
        Change-Id: I4f42040c7e12507365f12d09f80d3641b4d5ca02

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [c12a299784bbfc7c6806c076f8e4daa9f345e1c1]

        coverity#706525 Uncaught exception
        
        Change-Id: I2b48e88a1041823f825f4c7e00db74285aaae39d

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [9c883e6a27a6c6cccc17f6ed77520d9073d10693]

        coverity#1019333 Explicit null dereferenced
        
        Change-Id: I3ac21f8613558cb0413f405287cdd394f3facf02

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [0766b83a2b461a73bd5574019fae5fd3ac0ff37f]

        coverity#735837 Explicit null dereferenced
        
        Change-Id: Idaf39928e4f48f8cf823de22e2ded995046624fc

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [67820a90370513cd65cd7f042c1d0dea6fb0965f]

        coverity#705037 Unchecked dynamic_cast
        
        Change-Id: I9f6c8ceafd09b4a5d4e951e01e1a06b2b5265181

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [9191f44fed1e1ede6a5efcaac6bc92bbe74305ec]

        coverity#706069 Unintended sign extension
        
        Change-Id: I605adc70d054fe3d5aea3bf1984348aae0e7fc28

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [3daec14fd62a6a1655813d26e470513237129263]

        sizeof(bool) is not required to be 1
        
        Change-Id: I19ba4e27a4403d2c17d0bbf3f29c42e4745e4c41

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [6194080c53b752f1bbf78b298c90ddee66830865]

        coverity#706067 Unintended sign extension
        
        Change-Id: I7b1ace9726c38eafd063e7bd87f463b23fe9d74a

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [7c97720c2e1164ff41e5eb0218dd1f5543dd4d1f]

        coverity#706103 Unintended sign extension
        
        Change-Id: Icc0161f80982a9cab5776981a4848ea48709ecd2

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [0e09134a4a4cbb0639fc586c560c6fb2765487be]

        callcatcher: update unused code
        
        Change-Id: Ia25c686dac799707cae3f6112c731f8cd3f686c2

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [d3a5b4e86f431c73a92b536b049c4b16b9c226b5]

        coverity#706063 Unintended sign extension
        
        Change-Id: Idaec46756ef22bcec1335c219fdc3ebf64c43fc3

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [3631f5b3ba13e177e4c82af4e90b0cb5998b33e2]

        coverity#706062 Unintended sign extension
        
        Change-Id: I96e3054de033c550a54c8393c82d0efbe6f2e08d

2014-06-19  Caolán McNamara  <caolanm@redhat.com>  [32294e11a06e216a859fcdccaa5678f98a1c9c25]

        coverity#706052 Unintended sign extension
        
        Change-Id: I5e9b8a8809f9736038f20493d1a24bbbd8846dbd

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [9947032c4c6a772df888323338df699f54087013]

        Work around problem with nested /* in Doxygen comment
        
        ...where Doxygen apparently deliberately tracks nested /* ... */ comments in
        /** ... */ comments (even though languages like C, C++, Java don't).  Thanks to
        Lionel for finding it.
        
        Change-Id: I0cfc54216df4e49c194c097e5ad3b00f5270d395

2014-06-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [19863db3373effd2a4836481dd6706a0efe6db39]

        indentation fixes
        
        Change-Id: Ia391ccc9889a135730f0fead11eb0b6c2f748ec4

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [160ae9889e4d16217a7cca7d930f776f5a645ec8]

        Catch illegal null pointer dereferences early
        
        Change-Id: I4d558e9a6e2c4e4d9feb45eb5a3fd01ee322bef8

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [e7c1e48794df85d5cb35d67a1bab7543690f084e]

        Prevent null pointer dereference
        
        (even though the null pointer dereference in SwSection::GetBaseLink would be
        somewhat harmless in this case, as the result is here immediately turned into a
        pointer again; but it also does not look like LinkManager::Remove is designed to
        be called with a null pointer argument)
        
        Change-Id: Ia1560b03be6a654c1207c146c873f29788b68558

2014-06-19  Stephan Bergmann  <sbergman@redhat.com>  [80f8bf77e5420c550294048b31911fefffa12fc5]

        Prevent null pointer dereference
        
        Change-Id: Ia197152f6ece37dd2dd2ce1b41c1dfd1a985781c

2014-06-19  Isamu Mogi  <saturday6c@gmail.com>  [d2c469cc16bf303d4f5065a438d5252a31b3a564]

        related fdo#63230: Fix unit test for fdo#44286 to run in all locales
        
        fdo#44286 test fails depending on system language. To fix it, this commit sets
        output language to LANGUAGE_ENGLISH_US.
        
        Erorr message:
        | $ LANG=fr_LU.UTF-8 make -rs CppunitTest_svl_qa_cppunit
        | [build CUT] svl_qa_cppunit
        | /home/master/src/libreoffice/workdirs/master/svl/qa/unit/svl.cxx:403:(anonymous
        | namespace)::Test::testFdo44286
        | equality assertion failed
        | - Expected: 1902-04-22
        | - Actual  : YYYY-04-DD
        |
        | svl.cxx:403:Assertion
        | Test name: (anonymous namespace)::Test::testFdo44286
        | equality assertion failed
        | - Expected: 1902-04-22
        | - Actual  : YYYY-04-DD
        |
        | Failures !!!
        | Run: 7   Failure total: 1   Failures: 1   Errors: 0
        
        Change-Id: I58756c7508c7f02bec9c3b7b693032265d18c6ae
        Reviewed-on: https://gerrit.libreoffice.org/9826
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-06-18  Julien Nabet  <serval2412@yahoo.fr>  [75ae6c9105b19cf2adf3921b4ba17b8e46f32b55]

        Typo: kjnow->know
        
        Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960

2014-06-18  Julien Nabet  <serval2412@yahoo.fr>  [75df2983cb4aef869bc5845f23b0e6885ee9181a]

        Typo: perharps->perhaps
        
        Change-Id: Ibc1580d04d896a953edc15fb6cc9381914230e32

2014-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [4c6a27aaad6ef35d5f25312a9bc411afa77871f5]

        Use rtl::Reference to make code clearer & exception-safe
        
        Change-Id: I8cfdf792541b351a19e16f95d4e6f7127e3d33b2

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [b800ba097f083062c61772b38754584ed5e8167c]

        Updated core Project: help  d2a1a4fa5f1f45b6d137e9792bb3259e062cc3ff

2014-06-18  Palenik Mihály  <palenik.mihaly@gmail.com>  [c4bf1f35405d3dcbd152e2e194d9e79946c0f471]

        Convert RID_SVXFLOAT_HYPERLINK_MARKWND to .ui
        
        Change-Id: I58d21506ec17d1c0e73dd042b94ec2ee2e3ddf11
        Reviewed-on: https://gerrit.libreoffice.org/9803
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [2504ffccd02f42211dcbc92a5aa6addb04a4b717]

        fdo#80084 file driver PreparedStatement: close previous ResultSet on reexec
        
        This partially reverts commit d87c2c59c9c1d5f5825f355c9eb941fdf95b42f6
        "sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*"
        
        From that commit, we keep the part about not reusing the same
        ResultSet on reexecution (client code may have disposed it or closed
        it), but we revert the part about not closing / disposing the previous
        ResultSet on reexecution.
        
        Change-Id: I4946207f9740484b2f5fbc3575a5708fe39f357c

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [6ba2e7fba0fe7bb200b7482eb6e007c1af3461c4]

        drop unused helpid
        
        Change-Id: Ifd465bdf85506a0083427c9fcfa8cb3c944cd6f7

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [bcea1f9c0edd25518f1053f0d8cf1bb21492bb66]

        use warning dialog hig settings
        
        Change-Id: Icde685cc56793e7261515ff1afaf69901d91e2d5

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [469748601c939654e2113b263b87defd38e8ea21]

        Updated core Project: help  63b93ef85a0c7f0081cabb2a69d707ca67bd7cea

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [47088ac9a04bd7e5198e7a6c3160e0dbeea0000b]

        Missing SolarMutexGuards
        
        ...as can be seen e.g. with CppunitTest_dbaccess_dialog_save:
        
        vcl::DisplayConnection::start
        Application::GetDisplayConnection
        Window::GetDragSource
        Window::GetDropTarget
        (anonymous namespace)::VCLXToolkit::getDropTarget
        (anonymous namespace)::Frame::implts_startWindowListening
        (anonymous namespace)::Frame::initialize
        (anonymous namespace)::TaskCreatorService::implts_createFrame
        (anonymous namespace)::TaskCreatorService::createInstanceWithArguments
        framework::TaskCreator::createTask
        framework::Desktop::findFrame
        framework::LoadEnv::impl_loadContent
        framework::LoadEnv::startLoading
        framework::LoadEnv::loadComponentFromURL
        framework::Desktop::loadComponentFromURL
        unotest::MacrosTest::loadFromDesktop
        DialogSaveTest::test
        ...
        
        Change-Id: I9523ea47cab23d1f23f73a37d2d44453aa7d56a3

2014-06-18  Palenik Mihály  <palenik.mihaly@gmail.com>  [2f5e479ae18a1584d8defbf35454b8357e3557ad]

        Convert RID_XMLSECDLG_MACROWARN to .ui
        
        Change-Id: Icc364804bfe2e6ee05f73c7c0152acbcf7f6fefd
        Reviewed-on: https://gerrit.libreoffice.org/9798
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-18  rbuj  <robert.buj@gmail.com>  [359ba1dfdf8de1f2cff185f16ec21b6dc88feac9]

        OS X: JDK include path for JDK 1.8
        
        Change-Id: Ibc2787475249b228b987fb56fab04b8465a26136

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [ce61e7f9debfc7572ce4bb30d13e13aca79f010a]

        Related: fdo#80140 a11y crash on changing text via spellchecker in impress
        
        i.e. with French dictionary available, open test case of fdo#80140, open
        spell checking dialog and choose "correct" on the first example.
        
        Every version of LibreOffice crashes on this, so its an old bug.
        
        As can be seen from the following bt, if a11y is enabled then on calling
        ImpEditEngine::ImpInsertText from ImpEditEngine::ImpDeleteSelection then
        FormatDoc may be called and throw away all the old portions so the following
        ParaPortion* pPortion = FindParaPortion(aStartPaM.GetNode()) will get the new
        ParaPortion, not the old one, and so the MarkInvalid that uses the old
        ParaPortion invalid range is not correct anymore.
        
        Seeing as the only caller of ImpRemoveChars is ImpDeleteSelection and
        ImpDeleteSelection calls TextModified after ImpRemoveChars and after the use of
        MarkInvalid, it seems safe and logical to remove the TextModified from
        ImpRemoveChars and rely on the ImpDeleteSelection TextModified.
        
         #0  TextPortion::TextPortion (this=0x30bd020, nL=5) at /home/caolan/LibreOffice/core/editeng/source/editeng/editdoc.hxx:401
         #1  0x00007fffd93f4d5a in ImpEditEngine::CreateTextPortions (this=0x3f42700, pParaPortion=0x3584930, rStart=@0x7fffffffa234: 0)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit3.cxx:2372
         #2  0x00007fffd93ed087 in ImpEditEngine::CreateLines (this=0x3f42700, nPara=0, nStartPosY=0)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit3.cxx:687
         #3  0x00007fffd93ebb3b in ImpEditEngine::FormatDoc (this=0x3f42700)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit3.cxx:394
         #4  0x00007fffd93fd239 in ImpEditEngine::FormatAndUpdate (this=0x3f42700, pCurView=0x0)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit3.cxx:4156
         #5  0x00007fffd937c3f4 in EditEngine::GetDocPosTopLeft (this=0x3f42690, nParagraph=0)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/editeng.cxx:1920
         #6  0x00007fffd94d298a in Outliner::GetDocPosTopLeft (this=0x3f42390, nParagraph=0)
             at /home/caolan/LibreOffice/core/editeng/source/outliner/outlin2.cxx:429
         #7  0x00007fffd951c2d3 in SvxOutlinerForwarder::GetParaBounds (this=0x36015a0, nPara=0)
             at /home/caolan/LibreOffice/core/editeng/source/uno/unoforou.cxx:344
         #8  0x00007fffd950efe5 in SvxAccessibleTextAdapter::GetParaBounds (this=0x3394e88, nPara=0)
             at /home/caolan/LibreOffice/core/editeng/source/uno/unoedprx.cxx:798
         #9  0x00007fffd9aa25b5 in accessibility::AccessibleTextHelper_Impl::UpdateVisibleChildren (this=0x3394e00, bBroadcastEvents=true)
             at /home/caolan/LibreOffice/core/svx/source/accessibility/AccessibleTextHelper.cxx:851
         #10 0x00007fffd9aa38b3 in accessibility::AccessibleTextHelper_Impl::ProcessQueue (this=0x3394e00)
             at /home/caolan/LibreOffice/core/svx/source/accessibility/AccessibleTextHelper.cxx:1332
         #11 0x00007fffd9aa400c in accessibility::AccessibleTextHelper_Impl::Notify (this=0x3394e00, rHint=...)
             at /home/caolan/LibreOffice/core/svx/source/accessibility/AccessibleTextHelper.cxx:1482
         #12 0x00007ffff548c6ba in SfxBroadcaster::Broadcast (this=0x3394ac0, rHint=...)
             at /home/caolan/LibreOffice/core/svl/source/notify/brdcst.cxx:43
         #13 0x00007fffd895ce27 in SvxTextEditSourceImpl::NotifyHdl (this=0x3394a50, aNotify=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/svx/source/unodraw/unoshtxt.cxx:1030
         #14 0x00007fffd895cd61 in SvxTextEditSourceImpl::LinkStubNotifyHdl (pThis=0x3394a50, pCaller=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/svx/source/unodraw/unoshtxt.cxx:1023
         #15 0x00007fffd936252a in Link::Call (this=0x3f426a8, pCaller=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/include/tools/link.hxx:123
         #16 0x00007fffd94db186 in Outliner::EditEngineNotifyHdl (this=0x3f42390, pNotify=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/editeng/source/outliner/outliner.cxx:2041
         #17 0x00007fffd94db149 in Outliner::LinkStubEditEngineNotifyHdl (pThis=0x3f42390, pCaller=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/editeng/source/outliner/outliner.cxx:2038
         #18 0x00007fffd936252a in Link::Call (this=0x7fffffffb490, pCaller=0x7fffffffb4c0)
             at /home/caolan/LibreOffice/core/include/tools/link.hxx:123
         #19 0x00007fffd93e0155 in ImpEditEngine::CallNotify (this=0x3f42700, rNotify=...)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit2.cxx:4339
         #20 0x00007fffd93cf462 in ImpEditEngine::TextModified (this=0x3f42700)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit2.cxx:707
         #21 0x00007fffd93d5a73 in ImpEditEngine::ImpRemoveChars (this=0x3f42700, rPaM=..., nChars=8, pCurUndo=0x0)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit2.cxx:2064
         #22 0x00007fffd93d77bd in ImpEditEngine::ImpDeleteSelection (this=0x3f42700, rCurSel=...)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit2.cxx:2424
         #23 0x00007fffd93d89f6 in ImpEditEngine::ImpInsertText (this=0x3f42700, aCurSel=..., rStr="Smoothie")
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit2.cxx:2645
         #24 0x00007fffd94139f7 in ImpEditEngine::ApplyChangedSentence (this=0x3f42700, rEditView=...,
             rNewPortions=std::__debug::vector of length 2, capacity 2 = {...}, bRecheck=false)
             at /home/caolan/LibreOffice/core/editeng/source/editeng/impedit4.cxx:2172
         #25 0x00007fffd937d0f1 in EditEngine::ApplyChangedSentence (this=0x3f42690, rEditView=...,
             rNewPortions=std::__debug::vector of length 2, capacity 2 = {...}, bRecheck=false)
        
        Change-Id: I6d0a96c8875858d8a25455f0dd1408f07e1f6e14

2014-06-18  Herbert Dürr  <hdu@apache.org>  [6de99d2d046a4fefbd9c264b8b19e3283099ed81]

        Resolves: #i125071# check SwFmt::GetItemState()'s ppItem parameter...
        
        for NULL before assigning something into it. The ppItem default value is NULL
        so it is allowed. The method should be prepared to handle that.
        
        (cherry picked from commit 7d096ff2e25e422f55c821ecce99cecac6ee4b95)
        
        Conflicts:
        	sw/source/core/attr/format.cxx
        
        Change-Id: I5b4bc84cf10f6f2955af21ae80a43e985f0555fb

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [ae2cccdd2c45ccec1d6dc6764698f105ffa72d2f]

        Missing null check (triggered e.g. by CppunitTest_dbaccess_dialog_save)
        
        Change-Id: I2f78ca59bfebbcffd9a6d0309c49179457bd9172

2014-06-18  Douglas Mencken  <dougmencken@gmail.com>  [47b520024a236eac8807a33630f493a00fc5f243]

        fix 'NSWindow' may not respond to '+windowNumbersWithOptions'
        
        conditionally reverts 1b89f986f0e7e6303c4e44cb1ca5d42a5c78c8d4
        
        Change-Id: I13aa24286dab52c9e4af798c8b6d9bf407bb7069
        Reviewed-on: https://gerrit.libreoffice.org/9760
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [b304628e4d50332be9a385857f7f16a441d5a1d3]

        Make things like "make CppunitTest_FOO" depend on bootstrap and fetch, too
        
        Change-Id: I5a18fb4207b68e8359a7d78fd6352902dce1e051

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [e7e39d396913b002bdf9f76643f59108d849f392]

        Avoid undefined out-of-range conversions from double to unsigned char
        
        Change-Id: I7cf4af81d477865aa0a93c8aa071a8785677c572

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [6640136bd10a5704a85ec496cdbcd095656cf4a0]

        Pass debug flags into lpsolve
        
        Change-Id: I8bfd8995fe59568d194948a6cf239a2477d0e0ea

2014-06-18  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f73e4594d363c67042089f79f056fc8dae7cf61e]

        LOK: kill double initialize.
        
        Change-Id: I4d3dd913faea8b9f4a0bd3c13af37d097ced9888

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ddcc1afb07e75ef388a200faeeacf833520a0d9]

        error: expected ‘,’ or ‘;’ before ‘ppItemSets’
        
        Change-Id: I8b88fea1f3634ccb1fef27e6802e67d2463b85a9

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [f53e88d14d182fb3af3787e8dac2126ac39551fa]

        Resolves: fdo#80140 inverted spell-check continue logic
        
        regression from 57779aa0195d77239b339c6dbe17209b3f0cc4ee
        "editeng: sal_Bool->bool"
        
        Change-Id: I6042830f5ba1822b1ba59326895080f3375cd701

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [ffa9a802ead3ba0c0b958d604037c7f29c806c95]

        coverity#1028261 Uncaught exception
        
        Change-Id: I7dd08c182657084ffa635e1960f4d0def6d7a6bb

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [3f0011fbc5a2b6df2e8e402077ccdb18b87690c3]

        coverity#1210038 Uncaught exception
        
        and hopefully a bunch more
        
        Change-Id: I2acdf069555873303835324a877cd7c38d617ca7

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [5887aca6d1b3b078b49186f39fd3971a432669e8]

        coverity#706034 Unintended sign extension
        
        also
        
        coverity#706033
        coverity#706032
        coverity#706031
        coverity#706030
        coverity#706029
        coverity#706028
        coverity#706027
        coverity#706026
        coverity#706025
        coverity#706024
        coverity#706023
        coverity#706022
        coverity#706021
        coverity#706020
        coverity#706019
        coverity#706018
        coverity#706017
        coverity#706016
        coverity#706015
        coverity#706014
        coverity#706013
        coverity#706012
        coverity#706011
        coverity#706010
        coverity#706009
        
        Change-Id: I7b85e85c21cf57c9a95d3373af97593d4c3bee8f

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [640365974f84f4cc02d262bb6fb923bb278eeb69]

        coverity#706090 Unintended sign extension
        
        Change-Id: Ibeb413fb6494434185efc13a10b61e84917545e7

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [e457db4f9d2cfc14f71a5bb2260ee5a4c057d282]

        coverity#706098 Unintended sign extension
        
        Change-Id: Iccc81722785a269dc490270dab6ec42eebf9144d

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [358c1fa7faebd20a6fb9aa3c55503fa411a7bc44]

        coverity#736899 Unintended sign extension
        
        Change-Id: I4fcd7df318cec8dccd1516c6d52b7d0c67885a6c

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [ba9e5da2e73366a143a651e37a34098509da08b2]

        coverity#736901 Unintended sign extension
        
        Change-Id: I655578db78ee8db6f4aa83aec944c074eab92ff3

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [be5b361a00484dd9f963230eb699e5f3ed6a1c02]

        coverity#736903 Unintended sign extension
        
        Change-Id: I66c8953bb482126f0862ea4351c3c0348a3cfd5e

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [c183ef03193811bded3fc34b202c896ead2227de]

        coverity#983448 Unintended sign extension
        
        Change-Id: I8526d2e6ebee0c1400dd37a4949544db6c7bffe9

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [2f9bd27f641f5a8d570bdd4a07758f6f879e5f7c]

        coverity#1132707 Unintended sign extension
        
        Change-Id: I54bcaf13efca35b009bf0e07a50872b2cdc52722

2014-06-18  Caolán McNamara  <caolanm@redhat.com>  [cd29db561357295f0e6e719088053e39fb404469]

        coverity#1213345 Unintended sign extension
        
        Change-Id: I1a47bb6583c4e853e5482009bfa659d33f865490

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d379d18666aa42031359ca8eb34b0021960347ae]

        oox: import WPS shape with text as shape with textbox
        
        This allows having real shapes (like having rounded corners) and complex
        content (like containing a table) at the same time.
        
        WPS shapes are wrappers around drawingML markup in DOCX files, so this
        only affects the DOCX import.
        
        Change-Id: Iad1c1c61233be1c17efa1821e680927aa9587215

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [8e67a7796f598de2f11b694542bccb48343f0d9a]

        Suppress implicit OObjectBase copy ctor
        
        (that would choke on incomplete OPropertyMediator type used in rtl::Reference)
        
        Change-Id: I61dec2847d9ff387dca247d2d554c8f8f3147379

2014-06-18  Isamu Mogi  <saturday6c@gmail.com>  [65b5d1a3f045faca462e7370a315cc729105df86]

        related fdo#63230: Add unit test for fdo#44286
        
        It fails if 6013fe19a40dd16ce435a2428f7405b51930689e is reverted.
        
        Change-Id: Iabf13b15e3c26d7ebafdc9284642183f27723d8c
        Reviewed-on: https://gerrit.libreoffice.org/9781
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-18  rbuj  <robert.buj@gmail.com>  [0bf363bb6aed583ea228cec88598144b2cbe0d73]

        OS X: modify rhino1_5R5 patch for JDKs >= 1.5
        
        Change-Id: Ie07d71055d2776c0701a23db05a0cb91b8d5cb5b
        Reviewed-on: https://gerrit.libreoffice.org/9809
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-18  Jan Holesovsky  <kendy@collabora.com>  [b4e20eed2c9bfc032446a43f08e387a3e613d6b8]

        writerfilter: Fold all the various DEBUG_* macros into DEBUG_DOMAINMAPPER.
        
        They were set either all, or none anyway.
        
        Change-Id: I4893ff5fef7c1a472ee8889ad36db2c3d3734be6

2014-06-18  Jan Holesovsky  <kendy@collabora.com>  [aa0f42318d73f504eb1a07eed319f7f8029ac05d]

        writerfilter: Consistent naming of dmapper_logger.
        
        Change-Id: I229c8c9fa08827a15404bf0851b7c27771f35706

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [3379a4d028a77de5a50e305175d80f65560d5688]

        Update config.{guess,sub}
        
        ...to latest versions from <http://git.savannah.gnu.org/gitweb/?p=config.git;
        a=blob_plain;f=config.guess;hb=HEAD> and <http://git.savannah.gnu.org/gitweb/?
        p=config.git;a=blob_plain;f=config.sub;hb=HEAD>, for aarch64 support.
        
        Change-Id: If4ed1a6ced85947ee5b1b923fd09b4d679140145

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [5106c5fdca42ada2bb5496ac89ab2692919494c1]

        Remove newly unused comphelper::ImplementationReference
        
        Change-Id: If272d5025e08fcf5e67de30ffdf177383ef59370

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [94546ae88d26facac1809a47a89a1bff866694e6]

        rtl::Reference fits just fine here
        
        Change-Id: I354b546654e665607d9be0d65f6327fabb5694de

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [32694db4bf90d58ed35987f3c56793a1530fb3d2]

        rtl::Reference fits just fine here
        
        Change-Id: I14cdcab307f1d2edcebb9fd4aa3009daa32bc7d1

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [03a1c4214319049e663e7d50d416edbf2e5edbd3]

        rtl::Reference fits just fine here
        
        Change-Id: Ib48999c7fe532b2a8bf5222ef27d8d4929937e3b

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [b67f325a265d3372bcf211a964a5c0adcfb1ce0e]

        rtl::Reference fits just fine here
        
        Change-Id: I65499ac299fb474e581245c5237a0b184f1f2b60

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [0b978f24c7d2fcbd0e777ec26b1cb7492845a30c]

        rtl::Reference fits just fine here
        
        Change-Id: I268f6d2577b727c6aa072ee766b3f5f41bdb131b

2014-06-18  Stephan Bergmann  <sbergman@redhat.com>  [f512114970d42acce9a403ef68a1fd0cd35512ff]

        Use ImplInheritanceHelper
        
        Change-Id: I259bf6012684e393765cfd73e813bcf2875abd5f

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [860f543cdbf1d7ce8ddb3f9ad81c1c9aa41f02ed]

        chart2, sw: remaining textbox DOCX import test preparations
        
        Ideally now all testcases handle both cases during DOCX import:
        
        - current situation, when shape with text is imported as a Writer
          TextFrame
        - future situation, when shape with text will be imported as shape with
          an assicated TextBox
        
        Change-Id: I5b95ff4672cecf39eb744f8557f967ade73404c0

2014-06-18  Matúš Kukan  <matus.kukan@collabora.com>  [836454d0c1a490066f12cbe6327422ffb1065426]

        loplugin:saloverride
        
        Change-Id: Ic2799c029c26dcd18a482b51f53248ef1c4b569a

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1386e32a85eb5c6b4294a8ca3e4461b92707fc3]

        DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapes
        
        In general Writer supports having objects inside a TextFrame, Word does
        not. It turns out that Word allows having certain shapes inside other
        shapes, as long as they are VML-only. So do that for now: if we receive
        a shape when we're already inside a shape, then just export it as VML,
        not the usual drawingml+VML pair.
        
        Also, blacklist one more VML shape type, where the shape text is already
        exported inside <v:textpath>, so no dedicated <v:textbox> is needed.
        
        Change-Id: I5786bd6827eae9756e7c179bb2ef5a5741a91878

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b779dc1364af3082fa92070222a1946cb0c6e9b0]

        CppunitTest_sw_ooxmlsdrexport: port fdo78474 to textboxes
        
        Change-Id: Icadf4b44377684e40334c52887883320805a8e89

2014-06-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [059ad394a8cfba191a2662953eea30f034f0e572]

        CppunitTest_sw_ooxmlsdrexport: port fdo77719 to textboxes
        
        Change-Id: I987f727ec1cd3927239a9339144274f2eea63e36

2014-06-18  Michael Stahl  <mstahl@redhat.com>  [fc49c052dbdbb5ab3b0a02a13143705f769b9662]

        writerfilter: RTF import: fix handling of associated char properties
        
        These are all dependent on the active \lrtch \rtlch \loch \hich \dbch.
        
        There does not appear to be a SPRM Id for CJK bold / italic / fontsize.
        
        Change-Id: I055ac29700ccd3b32b02c3f7685629254a6c3fd6

2014-06-17  Michael Stahl  <mstahl@redhat.com>  [31376a31d12a22d4870bbe4033dbbce18c13f07d]

        writerfilter: try to make tinderbox happy again
        
        Change-Id: I445303e52fbfaa58e68c01970e21941537484506

2014-06-17  Douglas Mencken  <dougmencken@gmail.com>  [5b2df0c09c63cc06c9158dba1b9e161fc799ba16]

        conditionally revert 96840ff0ce697c5c05b59d53409b3cf27ac35e5f
        
        Change-Id: If5e53ca72fc3b90435d95b50c5c796ec0ff04869
        Reviewed-on: https://gerrit.libreoffice.org/9790
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [8309bf58868a1a135f8e1bc0255555368e208a61]

        remove helpids that are unused or go nowhere
        
        Change-Id: I5af0b84ff4a85e72f5068d450a04d01df0592d3b

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [8a25cace5c0d43b1ffa408bbcad9e285ada4fdc0]

        Updated core Project: help  750ac4767a4aede59d119fc57d3c5a934398b1aa

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [73e4a5d091de89064c931128da46a910cc139bc3]

        give refedit in formula wizard an initial size
        
        Change-Id: I8e19c29c47dea2f7cff754e81ef51fc9898fdee8

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [c842486ab0b9e1f8d51e0af23622ac88ea048124]

        restore these for the moment, still in use in sc
        
        Change-Id: I6967a3c871338d1801d913d9bb54eba50a7660ca

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [b15230153ce620f2063e78e4ec61d0436b61dd10]

        I could fight with ValWnd to fix it, or I could replace it
        
        it's not handling resizing and redrawing well, so just drop
        it in favour of a read-only edit
        
        Change-Id: I5e6f85cf9326b908bf1bf835d8da0c49ca9209c9

2014-06-17  Szymon Kłos  <eszkadev@gmail.com>  [0cf14968aacfbf2e51f884242a1c243a645cb7fc]

        RID_FORMULADLG_FORMULA conversion to .ui
        
        Change-Id: I098c9ee9d22ac0401faf7fc6d65e91bf5b4b2bf8
        Reviewed-on: https://gerrit.libreoffice.org/9797
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [55561240dbe076dd7ab504161dc5a779af873bad]

        VML export of shapes with textboxes: missing <w:txbxContent> tag
        
        Change-Id: Iaf4e34007d7822705a278a94138572b0379b2779

2014-06-17  Michael Stahl  <mstahl@redhat.com>  [1be0a3fa9ebb22b607c54b47739d4467acfed259]

        n#825305: writerfilter RTF import: override style properties like Word
        
        It would certainly be immediately obvious to any reader of the RTF spec
        that \sN will apply the style with index N to the current paragraph.
        
        But actually, that is not what Word does when it reads \sN...
        what it really does is to apply the style with index N, and then for
        every attribute in that style, apply the same attribute with a default
        value to the paragraph, effectively overriding what's in the style.
        
        If that doesn't make any sense to you, well, have you heard the joke
        about how many Microsoft engineers it takes to change a light bulb?
        
        Also, \pard apparently implies \s0.
        
        To implement that, change RTFSprms::deduplicate() to recursively
        look for style SPRMs that are missing in the properties, and put
        in default ones, currently just for 2 keywords \sa and \sb.
        
        This requires changing deduplicate() to be const and return a new value,
        since it is no longer idempotent, as the erased SPRMs would get
        defaulted on the next run.
        
        While at it, fix RTFValue::equals() which did not compare m_sValue.
        
        This fixes the testParaBottomMargin test that was broken by the fix
        for fdo#70578.
        
        Change-Id: I4ced38628d76f6c41b488d608a804883493ff00b

2014-06-17  Michael Stahl  <mstahl@redhat.com>  [6c0e1270889deb513f961f864dfc1c02ee8705f4]

        fdo#70578: writerfilter RTF import: by default style is para style 0
        
        quoth the spec:
        
        "For <style>, both <styledef> and <stylename> are optional; the default
        is paragraph style 0."
        
        Of course in order to do that we need to add support for at least
        recognizing the \dsN and \tsN keywords to override the default, so that
        table styles don't become paragraph styles.
        
        Change-Id: Ic100768581f9e8c327063ff776fbd61ac4242483

2014-06-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [8ba3116a8f09650b47aa69cf3d828ca0b5f6b51e]

        LOK: Split into instance and class.
        
        Change-Id: I2b6f33eaf12343c7da1328a932eb703bb4e4ef6f

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5df0bfdddb65742e437d7bfe2df2979f445aea8f]

        DOCX filter: preserve AnchorId on shapes having a textbox
        
        CppunitTest_sw_ooxmlsdrexport's testAnchorIdForWP14AndW14 would fail
        without this, when "shape with text" is imported as "shape with
        textbox".
        
        Change-Id: I8705aee16270aa68416f0c830c429880fc76d85d

2014-06-17  Matúš Kukan  <matus.kukan@collabora.com>  [503facc9c423ef307799bbc89f7a786853b7dc29]

        These headers are private, also do not export symbols.
        
        Change-Id: Ic63372285fecb6f1be22e92c36cdb6f94733f5c1

2014-06-17  Michael Meeks  <michael.meeks@collabora.com>  [1ca7ac128dcdf03e3749af7458beac8d2da8a708]

        fdo#38513 - Accelerate non-poolable item add / remove.
        
        For large documents we create and destroy a large number of non-poolable
        SfxPoolItems, which get inserted into and removed from a vector.
        Unfortunately the performance of this (depending on pattern) is O(N) and
        this insert/remove/extend pattern can happen per text span we insert.
        This patch makes this O(const) via a hash. This gives a 5x speedup for
        the above bug; 176s to 34s or so, and moves the remaining performance
        issues elsewhere.
        
        Unfortunately, we have to retain the ordered array to keep the binary
        file format code (used for editeng cut-and-paste) in place, so have to
        keep both a hash, and an array, and a list around for free slots. cf.
        fdo#79851 where there is a start at removing that.
        
        This wastes space; but not that much - for a large open document
        collection we have O(100's) of SfxItemPools, and O(1000's) of
        SfxPoolItemArray_Impls; having fixed fdo#79851 we can consolidate this.
        
        Add skeletal unit test; translate several German comments; remove
        un-necessary include.
        
        Change-Id: Ie0de32b1a29217560c5591c71a6cd4e26d39a531

2014-06-17  Stephan Bergmann  <sbergman@redhat.com>  [a15715c34309416e76ebd2007a51ff6c42f28817]

        -Wstrict-prototypes
        
        ...no reason to not have it enabled for URE C include files and what
        little real C code is still left.  (But note that Clang ignores that
        warning.)
        
        Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6

2014-06-17  Stephan Bergmann  <sbergman@redhat.com>  [6fcc7efad066d6f3804196f3d3fbddd6a0a485cb]

        Fix logic to obtain callee's FunctionProtoType (if any)
        
        Change-Id: I1bfdd865429cc6fa89ea3b6b4fc132b5d5b57b0d

2014-06-17  Stephan Bergmann  <sbergman@redhat.com>  [f66eec462348513932fa96ec74c29b054bd05a07]

        rtl::Reference fits just fine here
        
        Change-Id: I80fd6b112134ab2b0e4a592f60a21c7c177b4b01

2014-06-17  Stephan Bergmann  <sbergman@redhat.com>  [bf376444d992e7d1397cabd5b60e59c723ca8557]

        rtl::Reference fits just fine here
        
        Change-Id: Id0a13af0c0d1aa0b6a21edde0ec7f97730a1c912

2014-06-17  Stephan Bergmann  <sbergman@redhat.com>  [9489afdba6d234f5e5b0248df3afe0153794ab3e]

        rtl::Reference fits just fine here
        
        Change-Id: Icb1ba7f7068f60c4bd5eda7002415214b3d885f3

2014-06-17  Heena Gupta  <rush2hina@gmail.com>  [53b9adc135f4abb086c740582e5f85cea710287d]

        fdo#54361 - FILEOPEN: Chart background in XLSX is transparent instead of white
        
        Change-Id: I2b932c9f09a010a4f999707fb6299c392a89550a
        Reviewed-on: https://gerrit.libreoffice.org/9806
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-06-17  Robin Kumar  <2robinsaini@gmail.com>  [750269ee6ecc7456b005c5fafd096c47c4ecd02e]

        fdo#40067: Fix for importing white space in strings (XLSX).
        
        Change-Id: I2590bd8b0d0c1d853caead60cf3af1b865d7fed7
        Reviewed-on: https://gerrit.libreoffice.org/9805
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2014-06-17  Takeshi Abe  <tabe@fixedpoint.jp>  [e9750f7cf7b1c5592bca2996e66741dc1faebce4]

        Fix memory leaks for some SwXMLTextBlocks
        
        ... which should be freed even if GetError() != 0
        
        Change-Id: Ifbf72aa17f8bcbdcc3b1504a105aa32e94397ee3
        Reviewed-on: https://gerrit.libreoffice.org/9807
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [7986b6a37151ec67ada5fd9ff7759b85412ae42f]

        coverity#983449 Unintended sign extension
        
        also
        
        coverity#983450
        
        Change-Id: I43f88005ab130f74df2316f51ab898b112002044

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [5a69d3afc74d26f325d9f78839e9b36b956aae15]

        coverity#736887 Unintended sign extension
        
        also
        
        coverity#736888
        coverity#736889
        coverity#736890
        
        Change-Id: I3e0d11d12c7da17297ba827f8125b9d99680121b

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [da69c7633a486651f9f4fd4cfd08f167881e0bd6]

        coverity#736883 Unintended sign extension
        
        Change-Id: I8e6a81b6c1605bd1be33f5f8d75d2472a39361d4

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [b34abf1d3d19ebe55dc899b9579213bda0fb9643]

        coverity#706054 Unintended sign extension
        
        Change-Id: I69df0aa6091263cbb6e500a5015915c6678764ec

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [daa287bdf18dfefca7b889091a1f250d958b8c82]

        coverity#706049 Unintended sign extension
        
        Change-Id: Idb9c4aa6475fcd9edd0d76c06509df182bd2111c

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [8a4dc64c04c9b0d6dbd1ce1699f793beeecfe95f]

        coverity#706047 Unintended sign extension
        
        also
        
        coverity#706048
        
        Change-Id: I93caf413db4582c8b2cdfbcf2358027c03ed113a

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [d28b51b92f96b1c2b04b0d69c5256d669d32afe7]

        coverity#706041 Unintended sign extension
        
        also
        
        coverity#706042
        coverity#706045
        coverity#706046
        
        Change-Id: I173603a638ef3e2d9ca358a4d4ba111910fac05f

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [d688fbdd271445a95a2a97938b99578fa3130f24]

        coverity#706038 Unintended sign extension
        
        Change-Id: I363c90a71225744bacd0bedccf6938da63e0428f

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [aecbffc5f14a708eb3f3e3fda6028d164d6bc9e0]

        coverity#705999 Unintended sign extension
        
        also
        
        coverity#706000
        coverity#706001
        coverity#706002
        
        Change-Id: Ib970a4956fcf8362b8e3f9ae859c374c5fc8a545

2014-06-17  Armin Le Grand  <alg@apache.org>  [0f61a89e51a9ac2e4be29df9974562d23fb63b06]

        Resolves: #i125065# handle critical cases in FillStyle/FillProperties...
        
        toolbar combination
        (cherry picked from commit 0ce4a90e14ddc9067d014405235a36aa959c6ea2)
        
        Conflicts:
        	include/svx/fillctrl.hxx
        	svx/source/tbxctrls/fillctrl.cxx
        
        Change-Id: I9a1b2490a7e9285559dddd4df7fb20c2216fd450

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b811b689c3980ea466a96de16833c01226beeb1]

        CppunitTest_sw_ooxmlsdrexport: port testMSwordHang to textboxes
        
        Change-Id: Ia13c3d5657c32b89e200ede572d4615b833374de

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [dfacd379b0e8a347ae4f69e5a17208942711e9ec]

        CppunitTest_sw_ooxmlsdrexport: port testLineStyle_DashType_VML to textboxes
        
        Change-Id: Idb4807a58b6008afeb3e26d03b699671c0b88f7c

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d7551e32609d0e0de8ac419576ca42d65c5015be]

        drawingML export: recognize <a:prstDash val="dash"/>
        
        We used to write out a custom dash definition all the time, even in case
        it was imported from a dash preset. Recognize at least "dash", and write
        that on export if the parameters match.
        
        Change-Id: Ifaaec51be9ecf1e7667a8c8f85fbd4fb9636a325

2014-06-17  Matúš Kukan  <matus.kukan@collabora.com>  [5158f5e9fdffe31f54b6da9e75164a99d10ad617]

        fix sd_import_tests after e42c05c1f96832572e525d85d89590f56f5a29dd
        
        Change-Id: Ife852a6c7c360c66a7d7d5b144f18898398505dd

2014-06-17  Matúš Kukan  <matus.kukan@collabora.com>  [e42c05c1f96832572e525d85d89590f56f5a29dd]

        bnc#882631: keep line visible if proportional line spacing is < 100%.
        
        If line height is smaller than text height, we still want to see whole first
        line, so add the difference where necessary.
        
        This also helps to see paragraphs as separate to each other.
        
        Change-Id: I51a87edf0cc03d5b5e130290c90347099a581d4e

2014-06-17  Matúš Kukan  <matus.kukan@collabora.com>  [b1d8df61b47e84bf0de64342556049673dd9c543]

        bnc#882627: Allow to edit spacing to contents even with no borders visible.
        
        SfxItemSet::MergeValue changes some items from SFX_ITEM_DEFAULT state to
        SFX_ITEM_SET which I think is a bug but this patch avoids the problem too.
        The issue was: visible changes in some tables, after changing e.g.
        borders spacing, because the cells had wrong SfxItemSet after the process.
        
        Change-Id: I676b211e1a4a1d7341c385d63503aa740718ed5d

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [084358a72328d3d57760002664a1ce20e8873b62]

        coverity#1209942 Uncaught exception
        
        Change-Id: Ice7a4802605fbe59dfb24a27408106756a3494ba

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [d9cd707a226baf157cc58f547228195eedcd6886]

        coverity#1209943 Uncaught exception
        
        Change-Id: I3bb5ecb07d859a05337884a5b29d991b46382b48

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [54f52a53ae844c86a29130d6db0feff695c0aba4]

        coverity#1210044 Uncaught exception
        
        Change-Id: I3837f316a4b73eb508bfd4fca97fa741080df8c0

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [136a2bc384cc5fa45d896266233b1b432921b858]

        coverity#1210096 Uncaught exception
        
        Change-Id: I1d06c7a6a61556c2b501a16c224ccc6fe52307d0

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [66f98136fd80bef92a8abde99d14585cf1d9e316]

        coverity#1210098 Uncaught exception
        
        Change-Id: I531891fa1cce10a331dd651ee9ce52d1f8d0c169

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [f162b156b03998bd695ed4f68bc03962a5299885]

        coverity#736036 Missing break in switch
        
        someone's odd ": ;" habit
        
        Change-Id: I4a3e3b89bb31764056c844286561e31ae4621036

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [f829d088a6db46f8f921e7d80cf0d10bb4fd0744]

        coverity#707138 Uncaught exception
        
        Change-Id: Ifd9a8ea49b48e81cdff859d2659fbd4d828afa90

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [4598bbe41d0906a34ceb1126c7fce2108642cd8e]

        coverity#1223089 Dereference before null check
        
        Change-Id: I790a7bed0a2ac77c452638349008f4a34fd4ad0c

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [04a4671b2d417b196c98884f1cd5dc2d188078be]

        coverity#1223090 Uncaught exception
        
        Change-Id: Iec100b86e2952a5efe4fa52bd85fbc00b51f78c3

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [edf57ee27b9cbc8eb544cc2f57d72f53e42c43a5]

        coverity#1223091 Uncaught exception
        
        Change-Id: I7aacf97a32360ea3c7e17e19d7f5e51e96fcc070

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [e43c672597a4ec274c11f63c699c25c82988f80e]

        coverity#1223092 Uninitialized scalar field
        
        Change-Id: Ibfbc85562d30c541eada430759a0bda9305d9850

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [629bb797b9721b6305e337e3bf1ebfe53be361b1]

        coverity#1223093 Uninitialized scalar field
        
        Change-Id: I5519b552507ab81e51f81996835467d353277a18

2014-06-17  Caolán McNamara  <caolanm@redhat.com>  [bc793cbaca2b961615201296216e0b556d0abb27]

        coverity#1223095 Unused pointer value
        
        Change-Id: I94e55eefd35efd2daa8d3458022eeedfc05d9cb4

2014-06-17  Oliver-Rainer Wittmann  <orw@apache.org>  [41d43bc95b64e1907709141fcd8b6ce08b0841c8]

        Resolves: #i125086# correct implementation of css::text::XTextField...
        
        in Writer to reflect changes made for the in-place editing of Input Fields
        
        (cherry picked from commit 90b633455a6e54300330e68e71e22e729b445f31)
        
        Conflicts:
        	sw/source/core/txtnode/atrfld.cxx
        	sw/source/core/unocore/unofield.cxx
        
        Change-Id: I39de2b5074c2e7d8671ad2c0a3c01a29ccfc7882

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d801926e0ad2ee64c41208b5ab5984d9dc5248f0]

        CppunitTest_sw_ooxmlsdrexport: port testFdo70942 to textboxes
        
        Change-Id: I417405192a74f340aaf80b911d9a8b16b3a83d6f

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [edde2b02e1e01e044f7927fdf7440a9e6eb8651b]

        CppunitTest_sw_ooxmlsdrexport: port testFdo73247 to textboxes
        
        Change-Id: Ie9653c3a4c4e09d052027580036d73c20cc576ab

2014-06-17  Douglas Mencken  <dougmencken@gmail.com>  [9f339a89453808b917177a3ee675a76385758902]

        external/librevenge,libmwaw,libodfgen,libwps: fix self-linked symlinks build problem
        
        ...LibreOfficeDev.app/Contents/MacOS/librevenge-0.0.0.dylib: Too many levels of symbolic links
        (librevenge-0.0.0.dylib --> librevenge-0.0.0.dylib: broken symbolic link to librevenge-0.0.0.dylib)
        
        The reason for this is that symlink librevenge-0.0.dylib
        (UnpackedTarball/librevenge/src/lib/.libs/librevenge-0.0.dylib -> librevenge-0.0.0.dylib)
        is copied via cp --no-dereference, thus becoming linked to self.
        
        Change-Id: I4b918c35c594800fb2d7f84ee0ee9f2ff2a5fe14
        Reviewed-on: https://gerrit.libreoffice.org/9783
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-06-17  Noel Grandin  <noel@peralex.com>  [3e82897353e576dc6e3fbf55371fda5a0c3415df]

        improve the inlinesimplememberfunctions clang plugin
        
        Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e

2014-06-17  Jan Holesovsky  <kendy@collabora.com>  [ec95abf2d8afeec38c9225ea49caa0e08d82b504]

        writerfilter: Kill unused XPathLogger.
        
        Change-Id: I41f3f176316232e63a3f59717beafcb4094fc35a

2014-06-17  weigao  <weigao@multicorewareinc.com>  [7c5580874ccb403baec7a067a6fb55182a2bd354]

        add codes for calling the 3.0 shaders
        
        Change-Id: I0e95879c04047ccb836543d801bda6a01ae469ef

2014-06-17  weigao  <weigao@multicorewareinc.com>  [1e3a1a050916bf530f900e4ef0241e8e9adc7158]

        add codes for compile the 3.0 shaders
        
        Conflicts:
        	chart2/source/view/inc/GL3DRenderer.hxx
        
        Change-Id: Idc58635cc1604208317319bfa399a1574979a909

2014-06-17  weigao  <weigao@multicorewareinc.com>  [33a40a317ade7dd3fc1b2d3dd6662820e104e67c]

        add shaders for 3.0 glsl version
        
        Change-Id: I52dd49132a9b625e8be51b4d5feb7e567ffa0a6e

2014-06-17  haochen  <haochen@multicorewareinc.com>  [3ad748accd49b128edeb979969d2100af8902624]

        GPU Calc:Support nested formulae expansion for simple nested
        
        Change-Id: If1ae42a5481cf76942ff1ac5e0ee31a94159badd

2014-06-17  weigao  <weigao@multicorewareinc.com>  [8e19f8ebd8febccf7a706f1e0179a4d72f30d6d8]

        modify the mouse drag function
        
        Change-Id: I9639b2a29522ba0765f4442c2f78de56388fe754

2014-06-17  weigao  <weigao@multicorewareinc.com>  [af5dfd8af2e92cbd511ae6ff840d4ea7f3f83ad5]

        add move to default process
        
        Change-Id: I8d562b3e2d1bb83a6e07ed089a3006a109beeece

2014-06-17  weigao  <weigao@multicorewareinc.com>  [a96c575764a36399e459813d6204db3bfc0a08f3]

        modify the click view angle
        
        Change-Id: I8717745d2f503f8ad3c21673a07aed867b5681f9

2014-06-17  weigao  <weigao@multicorewareinc.com>  [6c4ce5f351f7acf2086f5bf2b67ef15ffcda0c51]

        modify the default view angle
        
        Change-Id: Ic7c901108a290a9d9c5a8564b6eefa7ed32a9e1f

2014-06-17  weigao  <weigao@multicorewareinc.com>  [c52e440377750ef83cfd65ffdd7f24165123fd2d]

        modify the perspective view angle to 30
        
        Change-Id: I07b39f8b372368f82137feec3a6d12921fc1ec9f

2014-06-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1c8babfdb0808318bbaa94e911c819456a65337e]

        document must be set modified when range name is defined, fdo#79451
        
        Change-Id: I382bef9b95d40a1abac993795e8da540b5aa5d18

2014-06-17  Takeshi Abe  <tabe@fixedpoint.jp>  [3594780d3329c41f2800027dbb61b68767fb78b9]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I22d22a924d33b91ba6894857ce56b0d920102b4b

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b5c0a5cb25fc0c7c673a9332c8d30b6efbb819b]

        VML export: handle textbox text
        
        Previously, we always exported the text of the shape itself. Bring the
        VML export in sync with the drawingML export, where we only do that if
        the shape doesn't have an associated textbox -- if that's the case, then
        export the textbox's text instead.
        
        CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this
        problem, the VML assert failed because of the lack of this.
        
        Change-Id: Icb236579da4e3b74e983a95aa5675fed7862d1e1

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d602133d627c1837eb64895855c2a7ed0144de6]

        svx: fix VML export of rectangles imported from drawingML
        
        This wasn't a problem before, as EnhancedCustomShapeTypeNames wasn't
        involved for the export of rectangles, as those were handled in sw
        directly.
        
        CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this
        problem, the VML fallback part was empty due to this.
        
        Change-Id: Ib2622fe05ddaa66bb3231977e30a8a1ca8748001

2014-06-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [71aa91ab7e16be70ed9abd0959f8f18d35439acc]

        oox: drawingML import/export of <wps:bodyPr vert="vert270"> for textboxes
        
        As in, for shapes which have textboxes. CppunitTest_sw_ooxmlsdrexport's
        testFdo69636 is a reproducer for this problem.
        
        Change-Id: I6575d21b0802ada7f334ca9fbbea796605708ddd

2014-06-16  Lionel Elie Mamane  <lionel@mamane.lu>  [db7042cdbaf94250cd76b6aafd75c10c4a5a6900]

        janitorial: update function name in SAL_INFO output
        
        Change-Id: Ie01599c8f3ae465998113dd8bfd2a33b27d0a39d

2014-06-16  Lionel Elie Mamane  <lionel@mamane.lu>  [21f2efbe5f2e8d86a027f04370f8100c4194ee16]

        dbaccess::ORowSet: separate impl_rebuild_throw
        
        Used by two different callers that wanted different things.
        Also, freeResources now always positions on BeforeFirst.
        It is only called with _bComplete==false by execute()-related code.
        
        Change-Id: I3e34f77ce37c239d8d3d6a8cd7514b125b049de6

2014-06-16  Lionel Elie Mamane  <lionel@mamane.lu>  [767e15343fdedffce513fd26ce17ee6003936117]

        clean up fdo#79427 fix: force BeforeFirst only at execute(), not updateRow()
        
        Change-Id: Iaa881d055923702acbb96862d187af41a6ded730

2014-06-16  Andras Timar  <andras.timar@collabora.com>  [010c9320baed31af29d302088cefafbb6063e5b7]

        update usage instructions of pocheck tool
        
        Change-Id: Ibc1c5051a601a83a6616e6a22c45b05394c54e88

2014-06-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b7f2cad98730ee97805fa1f831613cbfd76a9870]

        Revert "Make glTF support an experimental feature"
        
        Actually make it experimental mode was unecessary on master.
        
        This reverts commit 653bac184f579524bc25a9f40281763a736ae6fd.
        
        Conflicts:
        	sd/qa/unit/import-tests.cxx
        	xmloff/source/draw/ximpshap.cxx
        
        Change-Id: Ie8747745a9a89ce4d6500a35d15a98e28bda840a

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [b7e2a62dec5e9a01b1c83255aedf902f180e4ca0]

        and now we can remove SwRestrictedComboBox as well
        
        Change-Id: I69aa440ed4ef13e60251bf1aa019208b79b317d2

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [f219ec6b5e09b55466ce313d73929670cf11a989]

        missing SetForbiddenChars call
        
        Change-Id: I03a26d49210c3dfe89abd31e5c754fafe2b7acee

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [46650cb7c3ed3d48d8fe7b6c6dd6d7357b698afb]

        Related: fdo#47427 disallow pasting spaces into category box
        
        Change-Id: I4caf4b2ac028629c6ecbd42084346623192df09e

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [fc2a0de9368db335f03461d76491d7fd733697e8]

        turn the no-space edit widgets into a editwidget feature
        
        especially because most of them don't handle intercepting text getting *pasted*
        into them right, so start with the one which does that right.
        
        Change-Id: If6770798872ed3c72c469656ebf0d4fd76d2171d

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [4e4a350dff08ef1393cd87d48e095e18bf423821]

        we can shrink the NoSpaceEdit down further
        
        Change-Id: I0ebb18a8ad2fec70ced535200139e5cd34822c84

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [564b8d8ed5243b95772194da33334ad72acf9594]

        coverity#983629 Uncaught exception
        
        Change-Id: Ie3f8a0a04c136a5ed68486aa5e31284556805510

2014-06-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9b2582064882bb1a1caea72fe7754b8872a16413]

        fdo#74681: quick help may be used as accessible text
        
        In case a tool box item does not contain some text to be used as the
        accessible item name, use the quick help text.
        
        Change-Id: I9caadb0989729787d8572f4007652bcab02b0412

2014-06-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3dcfb9a892e528a386bb304e4e00d2fa34b1de25]

        Cache table entry may be null. Let's not assume it's always non-null.
        
        This is done intentionally because we do need correct table index when
        resolving external reference. This requires we do need to allocate array
        with the same sheet size as the remote document.  But we don't allocate
        Table instances for remote sheets that we don't reference, to save
        memory.
        
        Change-Id: I27fb6228f0e4558327aa4a04a6bccce8d2f1085f

2014-06-16  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [fe5b3c3357d9e613a0be53ec1e5546a59e21cea0]

        fdo#79915:Text Data Lost after exporting through LO
        
        In the OutputTextNode, the text data is postponed when the in case of
        NOT_PROCESSED state of fly frame. This text data is never been processed
        later.
        
        When the text data is postponed we should write this before processing
        the next text node.
        
        Change-Id: Ib8d5fdcf8dcfb9ff394d32103502150e08bbd521
        Reviewed-on: https://gerrit.libreoffice.org/9737
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-16  Stephan Bergmann  <sbergman@redhat.com>  [3f4ea7a6477c9314fd4b407035b56e7669527bf4]

        rtl::Reference fits just fine here
        
        Change-Id: If06465ebad4083b8cdcd102ed0bbc6f61e78410f

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [dd00b2311a6d4dd381512e95ffe00dc5845dcaed]

        convert Save Progress Dialog to .ui
        
        Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [02fdafd4da8fb340426a3d83931bad6a4b70d239]

        Updated core Project: help  d7fa2742152697b5651b65176e12768430a0ea18

2014-06-16  Douglas Mencken  <dougmencken@gmail.com>  [a2ee38ef7afcec27f46530bf9e177939e38cc815]

        fix keyboard input on OS X < 10.6
        
        Since commit e4dc93f5, LibreOffice just beeps on any key press:
        it's impossible to add symbols by using keyboard. This patch
        fixes that.
        
        conditionally reverts e4dc93f5d8d0df50f1a8b4594220d0c57703e03d
        
        Change-ID: Id30e30775c0d0224954b8a1f05fd0d8d5f39cd4e
        Reviewed-on: https://gerrit.libreoffice.org/9793
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-16  Douglas Mencken  <dougmencken@gmail.com>  [ca4f1929ced3714c99acc7c7458277459158683a]

        xmlChildElementCount is only available in libxml2 >= 2.7.3
        
        fixes build error Undefined symbols: _xmlChildElementCount
        
        Change-Id: I9687971912b4d0ae55bf1d9ad987fd339fcbec7e
        Reviewed-on: https://gerrit.libreoffice.org/9788
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-16  Oliver-Rainer Wittmann  <orw@apache.org>  [61df5e69df443dad24acbd8257a83aadb3888099]

        Resolves: #i125055# follow-up of fix for #i124338#
        
        adjust condition to trigger sort of bookmarks in order to avoid serious
        performance decrease
        
        Kudos to Ariel for his analysis
        
        (cherry picked from commit 6895a55d74fe6a3b70ba15f77050652d3afee821)
        
        Change-Id: Ic72b0a07556ec85a6ee2568f814b8bcfaaabe42e

2014-06-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e38acfa15b52353565ad9ddaf3cf96dd13c5b0fb]

        Reduce test doc size, use a simpler gltf model
        
        Change-Id: I5bd78343728f8a4d68610397a7be328826a0334c

2014-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [711023ae993a8413f56d891ae276763e6a2018bb]

        CppunitTest_sw_ooxmlsdrexport: port testTableFloatingMargins to textboxes
        
        Change-Id: I62f0159bec97c6c7a2285509b0662125f46ed480

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [67f141a1d8c247c173a922c5f969d21f61401740]

        remove 'basis-link' from README
        
        Change-Id: I5923b09b5fbacb64007cb3f6cf96b08c366d22c2

2014-06-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [04b7b2c72fbfa57180cac680b07618fc40fe0da6]

        Fix gltf export: close plugin element before export fallback
        
        Change-Id: I2e1f27e535ee45259f7bdf783ea5224b2ad559ef

2014-06-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4d8c4e7fe3e9b0ec6e14b5475a29d119e2023065]

        glTF import/export: fallback must be the second one inside the frame
        
        The previous solution was good because older LO versions
        import the fallback image without changing their code, but
        it came out it does not fit to ODF standard so export
        fallback image as the second object after the glTF model.
        
        Change-Id: Ib9b2044b1f36b32d980cb79f6dac8dcf94d6209b

2014-06-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9ee69cbd6f1143160aa96001462b933770cc6b76]

        glTF export: Use plural folder names
        
        Change-Id: If17628395ede512c00b666efc5511d9711edfb5a

2014-06-16  Arnaud Versini  <arnaud.versini@gmail.com>  [7eceffef49c9f498c5758d5e351c0f22126003e5]

        Resolve fdo#79913 by checking index bounds
        
        Change-Id: I023a625d73724332245d612a61cb786acefc4cf2
        Reviewed-on: https://gerrit.libreoffice.org/9791
        Reviewed-by: Jean-Baptiste Faure <jbfaure@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [be0837fbc0c5bf49497d8fffc1e8e626942481b1]

        rework to use a SvSimpleTableContainer
        
        Change-Id: I6737d75c70c36b19c5bec075f6f82f159ef00d2d

2014-06-16  Caolán McNamara  <caolanm@redhat.com>  [116d64efc81421dff9d62abe2d2354976cbda5f9]

        Updated core Project: help  e7a1c4616c4c5487191a047d155cf841d75cd530

2014-06-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [7389393284c06fb235bdf9f2fc130d0b61b21ec3]

        SwModelTestBase: add a getShapeByName() method
        
        Change-Id: Ie3b7099aea1d473cca88c4904683234408920100

2014-06-16  Andras Timar  <andras.timar@collabora.com>  [76fe2776afea5d2b02aeef1052e84a9d9f7fbbb1]

        translatable="yes" in .ui files
        
        Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1

2014-06-16  Stephan Bergmann  <sbergman@redhat.com>  [e9f405a0daf1dc47a46cb902f05fe24e095b837d]

        Clean up SdrModel::MigrateItemSet
        
        * No need to support null pNewModel argument (the one call site that did pass in
          null explicitly in sd/source/ui/func/fupate.cxx can just as well pass in
          mpDoc, and all existing call sites are guaranteed to pass in a non-null
          value).
        
        * With that changed, SdrModel::MigrateItemSet can be static.  (At least in
          JunitTest_forms_unoapi it could happen that the call from
          svx/source/sdr/properties/attributeproperites.cxx called MigrateItemSet on a
          null GetSdrObject.GetModel(), which was undefined behavior even though it was
          harmless.)
        
        Change-Id: Idface48da7e889c6e5768d0e49bc67c88b4c3ec4

2014-06-16  sk94  <eszkadev@gmail.com>  [6154e810836a7a4bc7f417cbe16d7c84584d49e9]

        DLG_MM_SELECTDBTABLEDDIALOG conversion to .ui
        
        Change-Id: Iaaa32bd5723ae45099d0fb670b207fc64c46d306
        Reviewed-on: https://gerrit.libreoffice.org/9780
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-16  Matúš Kukan  <matus.kukan@collabora.com>  [97dae845c29fad0f02cedbf0f61a1dd2c722c5b0]

        Use proper name also when libmerged is used.
        
        gb_Library__get_name was forgotten in
        1817366cb5f61337b34b5284615d3d4e0a8aa68a
        
        Change-Id: I42592d70455b9c695879d7fa20881c77a1ca2066

2014-06-16  Pedro Giffuni  <pfg@apache.org>  [a41e5ef986377d9bacf8cd317b60cf9b9e2cdd2a]

        Sidebar: fix some typos in function naming.
        
        Mostly found by:	Noel Grandin
        Reviewed by:		Andre Fischer
        
        (cherry picked from commit 1ad216c0b831fc10ff4e73392dbcc9832463a7bc)
        
        Conflicts:
        	svx/source/sidebar/line/LineWidthControl.cxx
        	svx/source/sidebar/line/LineWidthControl.hxx
        
        Change-Id: I662a262d2cd920b54338c16bf688181b95e2f863

2014-06-16  Stephan Bergmann  <sbergman@redhat.com>  [7242fe6e3360843f9ef5ce07b447de729323a3c8]

        SAL_WARN_UNUSED_RESULT for static Reference::query function
        
        ...which the recent loplugin:staticcall changes showed was occasionally used
        apparently under the assumption that it was non-static and changed the object
        it was called on.
        
        Change-Id: I989a2a4ed3886d7f370855c9e8c1867e646c059b

2014-06-16  Stephan Bergmann  <sbergman@redhat.com>  [e18c3848d1140f94a3d264b60426788596725a05]

        Improve test failure output
        
        Change-Id: Icfb4af890548a2a11d638c59bb0fb54aaa01a2ed

2014-06-16  Lionel Elie Mamane  <lionel@mamane.lu>  [44cd9a17ca55bf86340f39e01a2b7571cc397ca6]

        fdo#79427 after execute() a ResultSet is expected to be BeforeFirst
        
        Change-Id: I38091d1ee2161d6e32da3a0bde60e3fc008aa83d
        Reviewed-on: https://gerrit.libreoffice.org/9794
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [5be3e84c88940c040645fd588038d34b09dcdcc5]

        writerfilter: unused xmlify()
        
        Change-Id: I22649e1efa82ddd5fe90be84eee2e41996b3343d

2014-06-15  Caolán McNamara  <caolanm@redhat.com>  [8d373129e9ade194ff7759c9e8736945c4a2fb42]

        callcatcher: update unused code
        
        and strip away some stuff in rsc that should now be dead
        
        Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2

2014-06-15  Caolán McNamara  <caolanm@redhat.com>  [2f7eb939fe162cbe16af68bb09754a8a9800a78f]

        fix debug=2 build
        
        Change-Id: If373905f4fd0ae4889b39b69a5dd089ccc9aff69

2014-06-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [43088b086e7b96fcc6d7def0d53cbc452d379471]

        fix build of menu-packages (do hardcode /usr)
        
        d2cc121e0798a007a6e0409b09c16ce747ab959f broke building the menu
        packages. The whole point of those is to have hardcoded location, so
        that the system's desktop-environment will actually find the
        menu/mimetype-definitions and icons
        
        Change-Id: I940eb1243913d21d46d3579de30c8fabdc28fde3

2014-06-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [76f0a1307f779faf4f590fefafc445c077a39f26]

        CppunitTest_sw_ooxmlsdrexport: disable testFDO77122 on Mac for now
        
        Change-Id: I1c87406d9b23e36d35e2ef2e62f9f7b4d209e381

2014-06-15  Maxim Monastirsky  <momonasmon@gmail.com>  [5d834fd66a9c57b1c1ca14f446dd33a5c36e6729]

        Remove remaining bogus references to changes toolbar
        
        A follow-up to commit 43de2fa02bbbf364326c3452a58c600bc2cb2688.
        
        Looking at sw/uiconfig/*/toolbar, only swriter has it.
        
        Change-Id: Ic81d862a2e05dc47f55d7f1c567d520d9548e235

2014-06-15  Julien Nabet  <serval2412@yahoo.fr>  [488f31200094d7237d45545ab227014831a1f8e6]

        Resolves: fdo#80025 Crash with Thunderbird/Icedove address book
        
        There's no property USEBOOKMARKS for mork/moz
        
        (regression from 0fadbdbbdbd55cf60f9a202f1cf7b1d60517078c)
        
        Change-Id: If81f063fad2d702c9d8b0bb4147757655cb016cf

2014-06-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [634530620e6a51c5ea8f1596f6ab51b2a7e2ea9c]

        Fix --disable-gltf build
        
        saveAndReload tests export, which is needed only
        when gltf support is enabled.
        
        Change-Id: I08152c12db77ad2fc623f2699784b968378686db

2014-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e348a52814a25360d69533a24d586ef9041e9dcc]

        writerfilter: avoid unnecessary non-ascii characters in model.xml
        
        Change-Id: I0d9597782a34ad18b2f36b19b69813460e99ccee

2014-06-14  Caolán McNamara  <caolanm@redhat.com>  [a1b98251eb63c15d9ff0f7b55e1cda0ac44554c8]

        Updated core Project: help  2a5201adaccab4f47cf314270fd4ffda76942057

2014-06-14  Caolán McNamara  <caolanm@redhat.com>  [38ee77e52ce122997812c3c931caf5ed0dc17e54]

        we can't use untranslatable strings here
        
        and drop the now unused helpid
        
        Change-Id: I38fb93e50e7715e05f21e08c2e8714a1a52305b8

2014-06-14  Caolán McNamara  <caolanm@redhat.com>  [ad5f30742464d9b1e462ba86e93154a68593553d]

        we can now easily re-orient the ok/cancel/help buttons
        
        Change-Id: Ifc379008f545ba0c44e8c3bb18a43fc2a633dc64

2014-06-14  Palenik Mihály  <palenik.mihaly@gmail.com>  [c1008429d10abc32891265c98a3cbb4fde6028dd]

        Convert RID_DLG_MAPPING to .ui
        
        Change-Id: I92a5778a2f4f69beb73885c2f7c78a43045986c0
        Reviewed-on: https://gerrit.libreoffice.org/9779
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-14  Douglas Mencken  <dougmencken@gmail.com>  [4af1b789545bc3815f79fafed5b1806b3c08b69d]

        workaround for kCTForegroundColorFromContextAttributeName unavailability
        
        fixes "error: ‘kCTForegroundColorFromContextAttributeName’ was not declared in this scope"
        
        see commits:
          5bc5387669bca8a0b410e295b0992fd2424a1536
        
        Change-Id: Ifdf69ab2f9a6437d18a6d3e3f5d756beeed3ba5c
        Reviewed-on: https://gerrit.libreoffice.org/9758
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-14  Caolán McNamara  <caolanm@redhat.com>  [bdbe854a4a56a9cc11f3028db98b8150c17dab77]

        coverity#736885 Unintended sign extension
        
        and coverity#736886 Unintended sign extension
        
        promote from unsigned short to size_t immediately rather than implicitly to int
        and then have the int result widened to size_t
        
        Change-Id: I3156ed9628287a84da35d97caec8d91ce942986d

2014-06-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b577c99adca2e4c2f506cb9107a6d4489f5a2744]

        sw, writerfilter: identation fixes
        
        Change-Id: I1f1db08447006515e7e6842792241aca992984c0

2014-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [57b563273351c5d3eb176ba8768b173853b7e362]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I32d1e15cb9f050e3cd05babbd2f21c57f3ccb5e7

2014-06-13  Katarina Behrens  <bubli@bubli.org>  [b8979cae28cc541a1cfca1b4d2f79b92308bcda0]

        fdo#79028: ungroup widgets and Show() them correctly
        
        Showing the whole box (m_pBxMain) shows all children widgets, but
        that's not what we want as different widgets must be exposed in
        case of date vs. non-date axis.
        
        m_pMt_MainDateStep was then visible at all times, thus bWasDateAxis
        was always true and m_pFmtFldStepMain value got unintentionally reset
        
        Change-Id: I4be0b18f181a45fe6bd3cac0594d6a34d875293e

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [54148d634d497dc0682399006890d77341402b42]

        CppunitTest_sw_ooxmlsdrexport: clean up XPath expressions in testFDO77122
        
        Change-Id: I1f8737bbe128c747c84c67e8ba8000ecef1ed4f7

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [77c3c53cff8c2b8af535c2cb0236314434ba8c45]

        SwXShape: getter for ChainNext/PrevName UNO property
        
        Change-Id: I7e4fffabf6b1d96a458a3afd141f86d0e4565230

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b0eb08459f95986f2606c8ffd04ccab84d65fa0]

        DOCX import: implement linking for shapes having textboxes
        
        Change-Id: I90deb68ab6a1029cf5df8170676638bf7e3cb469

2014-06-13  Oliver-Rainer Wittmann  <orw@apache.org>  [cd94a84b89c476760ad74bf088a5d6f8ba4ce209]

        125044: - use field's content cache on <SwTxtFld> construction only
        
        ... for clipboard documents
        
        - assure invalidation and updates on code to update fields
        
        (cherry picked from commit 3d4d98d4d98bc62474ec295cdc4d070a01dcac13)
        
        The substantial bug was already fixed years ago by commit
        9519deda120b73b72e75d89c3b2ae3d66220ec2d
        
        Conflicts:
        	sw/inc/txtannotationfld.hxx
        	sw/inc/txtfld.hxx
        	sw/source/core/crsr/crstrvl.cxx
        	sw/source/core/txtnode/atrfld.cxx
        	sw/source/core/txtnode/thints.cxx
        
        Change-Id: Ib4965c5d443b60bab11bad1a9249fc6547976a3c

2014-06-13  Tor Lillqvist  <tml@collabora.com>  [b8bee05dbf85bc4f5834520aa5d64e9ae18aba4e]

        Don't use the CoreUI private framework when sandboxed (i.e., for App Store)
        
        This conditionally reverts 0c7e6080519014f1fb345ed25e2f12c9a043b3ae.
        
        Change-Id: I462016cd43c489fced7fb3739aa98c521d52f78e

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [db6f15ab21c7292c895a0042dc13072649dbfc9c]

        SwXShape: add ChainName UNO property
        
        Shapes may not have a unique name, but TextFrames always have. So in
        order to be able to link shapes with textboxes, provide a ChainName
        property that's the name of the underlying TextFrame. This kills two
        birds with one stone:
        
        - we can have a unique name for each shape
        - the names can be used for TextFrame linking, as they are valid
          TextFrame names
        
        Change-Id: Ie96f267d392d9fe5388c5eacff9b873f1639054c

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [599643ec944dd3cad37a65e99d443e2010c8a36f]

        SwXShape: add ChainNext/PrevName UNO property
        
        At the moment it's only possible to set this property, and it only sets
        the same property of the underlying textbox, if there is any.
        
        Change-Id: I9f168f69a8e92a1b26f21e653a05c97e2e32297c

2014-06-13  Michael Stahl  <mstahl@redhat.com>  [ae0bd94d6b0ea73063501f2f23268a8f0da9bc43]

        Repository.mk: remove 10 obsolete libraries
        
        Change-Id: I16e551802181f1daebc49769ece7b9397b8fe52d

2014-06-13  Michael Stahl  <mstahl@redhat.com>  [ea9f2c7ce7f14ac2b027f8425e7216aa1ae5b2a5]

        scp2: move reportbuilder libraries to AutoInstall
        
        Change-Id: I3369b4c5c412741e82279db95cb517a8ae69b25c

2014-06-13  Michael Stahl  <mstahl@redhat.com>  [0b49cc5b03b39aa1dfddf924c6eaf8cb42e791a8]

        scp2: move basebmp, avmediaQuickTime, avmediaMacAVF libs to AutoInstall
        
        Change-Id: I1b7a8fd5272cb56b2a45c89de79165cfd71711c4

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [02315362782d6d28c9d5f8bfcce278cdbee0e98b]

        -Werror,-Wunused-parameter
        
        Change-Id: Ic46e1113af5e88a859273f76f850dbb00939c621

2014-06-13  Eike Rathke  <erack@redhat.com>  [5a320d1ae20b58e839bb9f8a7deef0c837d0cce5]

        unit test for ForcedArray matrix error propagation, fdo#79978
        
        Change-Id: Ie57d1104785bd2c4f090c9872d93d4f82dc6b2d1

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [66d40a1fcc554e528f89e1732c26ff587cfd4bd1]

        loplugin:staticcall
        
        Change-Id: Id5c17212031b6710f38413c833c0df2b33f42475

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [448c62835b3c28f7b62f336d232c7966ce4c859a]

        SdStyleSheetPool::GetBulletFont can be static
        
        ...that's why the problem fixed in 0466c0dcddd3b5af02c711794e8cd4c3c6c12993 "Set
        mxStyleSheetPool before using it" had never caused trouble in practice (and its
        change to SdDrawDocument ctor can be reverted again)
        
        Change-Id: I662995ab4fcaa7ae461cb9575666825d8a869735

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [8a5b3971057237b178f7e65437deec766b56f9c4]

        Resolves: fdo#78151 change style on toggling bullets on master page outliners
        
        "do what I mean"
        
        In master pages prior to this if we toggle bullets on and off the that changes
        the *level* of the paragraph. And because the paragraph is effectively a
        preview of the equivalent style level, changing the level disconnects it from
        the style which is useless for us.
        
        So instead turn the numbering off at the given outline level. In order to
        toggle the numbering back split the defaults-setting into a reusable piece that
        sets the numbering indent which we can call to toggle numbering back on
        
        Also split out the broadcast style change *and explicit child* broadcast code
        into a reusable method, the absence of which left me stumped for well over an
        hour as to why my changes only worked on level 1
        
        Change-Id: I311c7f35f1ca7dff1d151c6141ff5faa7f15c5a2

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [05f90a9afe72c0fa7bcd7dbd30c27d4c41a556c4]

        Paragraph argument never used in InvalidateBullet
        
        Change-Id: I07ba855e473fb137551e70de9cfa858c5e079324

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [5f500adec8a84e4a6455d9c24533dc96bdbdff20]

        loplugin:staticcall
        
        Change-Id: Id46b391c09555c9ec30916fdd93b05455835d81b

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [c21979a3279953ec28fc3d6e379b9a3ba98c4fd3]

        loplugin:staticcall
        
        Change-Id: I7691a6d267ea572e3fdd028c1cfae7b721a76da7

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [b2d0d7172a7fb3db7370b9dbe5733ff7c9689a2e]

        loplugin:staticcall
        
        Change-Id: I697406da402d0b96a5bdcc153e2106d0a26c7d40

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [17b1cf0a0384cb2851cde023adadfefe76d41045]

        loplugin:staticcall
        
        Change-Id: I16195f2278ae67f17db55e02bb38fe3c5cd063be

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [f751e4b15256e53413395691f9ac50acaa5598eb]

        loplugin:staticcall
        
        Change-Id: I3f6b4fe6190d5d6c09935d590690e8aab607f894

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [4ef5dfad794673f06038e8d8550795d9c5203885]

        loplugin:staticcall
        
        Change-Id: Ib04cadafab0f3d0cd9e6bb550d846a3a1ca8ea76

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [f42b2268c4303cdad017294d870a255d95e617ee]

        loplugin:staticcall
        
        Change-Id: Ida0a95c181a02b4fb0e0b40684a2279923338700

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [d656138b12bd67777f18adc14bd6941136a4a7a1]

        loplugin:staticcall
        
        Change-Id: I9e643bd43e6e0f027a7e17b2d5d867c0cb452052

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [887b3a35628b349e7934f2ae7c220a1cc17c3e63]

        loplugin:staticcall
        
        Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [6b8440134f4a8fa05450cdd492942e92c1f75803]

        loplugin:staticcall
        
        Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [30069114fef2858936c988e8fbc92a69b2ddc8d3]

        loplugin:staticcall
        
        Change-Id: If7b285a2214bc878e8464a986538d0445078fcb3

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [06b409a64e954ea3336ee57313311eec1f83c01a]

        loplugin:staticcall
        
        Change-Id: I7777ec51b00e11204457dd11359d14c2bcf0e283

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [59a0fadda747a3220cd3a25cf4dac4ef6e7d7c97]

        loplugin:staticcall
        
        Change-Id: I7f26acf82f0b945bf49449dd082f79ea5b5b9d1b

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [0a9773df878411eaf8e701b6bda42b7fe39fde45]

        loplugin:staticcall
        
        Change-Id: I2317522af91c8c60672c72a3b514767039930e22

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [6d0f3a8479140611464be407c1e61397618e32a4]

        loplugin:staticcall
        
        Change-Id: I7639df64242e5b30f9857363b3be33d61bf28594

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [7c2f000085cdd4ea58a69447a049523f2ad619f8]

        loplugin:staticcall
        
        Change-Id: Ie5e9e21f4c592c58094afc954f1de54512719fd5

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [1d241f445a381c190c4b8c195964b96ce6bc4704]

        loplugin:staticcall
        
        Change-Id: Iacd3efa9e5d6103ad92e15884e8aa010d7b2ae93

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [c6eb208473109234886600ac299f0cc75ee94e9c]

        loplugin:staticcall
        
        Change-Id: I502702dfd04405748a314bd171e6298850777c0a

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [45f533aee9b44c702ae4f0ef039eddae9f132e51]

        loplugin:staticcall
        
        Change-Id: I670fbcd83e368f2821d37a392cbc007b1f4cd55e

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [ee6ffa3f157aedc7775df198c914a225aea41b54]

        loplugin:staticcall
        
        Change-Id: If21a079134f659a91f0b0ce400aef56bd095effe

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [97b330f0164cb4600107db5c4f074d19333da820]

        loplugin:staticcall
        
        Change-Id: Ia4111a0fb76c848d3bd2d01f3835995e4c007b6b

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [365fea447d72be8c1c21de34fda3c1b13226a1cf]

        loplugin:staticcall
        
        Change-Id: I0d254902727f6d9c874aaeed7c22096f282422d0

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [732e7bdfa2d0e7b0296599517f53d194c02acfee]

        loplugin:staticcall
        
        Change-Id: I1d428ccd434b7b6f61461ea29447291759c3a7bf

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [29e7b61727a5b0da93bf566cb83875531f34071b]

        loplugin:staticcall
        
        Change-Id: Ieceecb849ade05a4f6dcd6c783da6ab53508323d

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [d60759a96da789e48137de7c256180a3ae450012]

        loplugin:staticcall
        
        Change-Id: I6f18ab4dc082e30e51b4c0020dff4ff098275b60

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [3107156f4135ca58998abd5d621a33af82cb8ddb]

        loplugin:staticcall
        
        Change-Id: Id440c165f6e98a7d0fe0c8c578e404db75416c48

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [06b51293f61df304960f70ce5b827983c8bff8c1]

        loplugin:staticcall
        
        Change-Id: I6301c6d01b62540d0a765b78323a46ee3a4965c8

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [8fe9b36f93c9b0744c978aad7306e6772df3692a]

        loplugin:staticcall
        
        Change-Id: Ic331af3539ed0a8ce6f56697ee1dede004685c32

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [86c89322ea925dc2ba732090688b28e61b245aea]

        loplugin:staticcall
        
        Change-Id: I3c43c34e66772ce7e42b42be04e0591f2e78ec01

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [dfb908c07ba950f91b766dfa0d7a9b203b955239]

        loplugin:staticcall
        
        Change-Id: I447500c4695b45afe86a8b8d6b6294507f58cd3f

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [2c4494df10eaf0198d8bf4c0dcdef5988d97b0e6]

        loplugin:staticcall
        
        Change-Id: Ib8bbba8d6e3364f7474643ddb60a469497437616

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [e45366826cf4a5b01163403e384ead8c818d8a1e]

        loplugin:staticcall
        
        Change-Id: If6fca7f7761877b5642eddb800de46efb59aa6dc

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [6e3d5efd4e363eb79c07189ba8f2009b1fcfc9d8]

        loplugin:staticcall
        
        Change-Id: I395fc9cbdd90ead54ef3007df97453b76d1101a7

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [1db81a3e4b53a06dd499d311dc02c65a69b4d7a0]

        loplugin:staticcall
        
        Change-Id: I98f62391ee27c806f89cd8b85a04d67d1bcc78b7

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [529e7619c5258aec91c33dd57b9fa12c3e85cfeb]

        loplugin:staticcall
        
        Change-Id: I78895f3524086e1d00d9e8eafd52e505f786320b

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [2c90156b763d5e90ef916a7f4dd7c7db9241c3cd]

        loplugin:staticcall
        
        Change-Id: I6bc306aa59b5610b987871ea8cf6e561233178c6

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [75838570c39ac5f399c1903d259355f3b80e07da]

        loplugin:staticcall
        
        Change-Id: I7f22aa5576ca3c62fa363971f4fa5992b7711563

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [9ea1bb2c1d2e20c91a4f51474e1db9316e79b149]

        loplugin:staticcall
        
        Change-Id: Iae319f84028bb2468ca663afe9a82eb3cf46ae37

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [ad82e0d25ec6eb68361d67db8aaa1740ec70a5c5]

        loplugin:staticcall
        
        Change-Id: I3f3adebc0916c96b50e15c68b627e655166e2551

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [f8ef1fe95be4e12278297e3c3eb4f9f2bdd89c0f]

        loplugin:staticcall
        
        Change-Id: I6cd46964c523c9393e9d249fdb43aaa38679fa06

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [0e44fb66e59fffe7ba1187a825f9c2d3562459dd]

        loplugin:staticcall
        
        Change-Id: Ida2e09b88c9df0d70c8298020d768e6386714edd

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [c2d4743d3009c1f993b6ef180b9c0593d9200079]

        loplugin:staticcall
        
        Change-Id: Ie8e6f615b6338b736fafda92a7991642fde47b15

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [da8bfce2574b0aec269004154965f44aa101a15b]

        Fix memory leak
        
        Change-Id: Ib0a2d8d69f5bd43872c949d79c685f71657dc9db

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [85e6eb78c76263bd10644212b161c6c433e8096d]

        Fix memory leak
        
        Change-Id: Idc75fd0735452ffdf6a21e3597cd3fe74f651581

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f5d3b0ca34678bf3555d959d0aae021e703a86e]

        DocxAttributeOutput::WritePostponedDMLDrawing: allow recursion
        
        This method calls DocxSdrExport::writeDMLDrawing(), which may call back
        WriteTextBox(), which may call WritePostponedDMLDrawing() again.  The
        result is that we try to flush drawings inside a shape which were
        postponed outside of it.  Luckily, StartRunProperties() asserts this, so
        instaed of silent corruption, such an attempt crashes.
        
        Fix the crash by saving the postponed drawings on the stack, and
        restoring them after the shape export finished.
        
        CppunitTest_sw_ooxmlsdrexport's testAnchorIdForWP14AndW14 is a
        reproducer for this problem (when shape with text is imported as shape
        with textbox).
        
        Change-Id: Id5aeda33472655697717401c24dd54e7efabacd9

2014-06-13  Michael Stahl  <mstahl@redhat.com>  [ba9b63d8101197d3fd8612193b1ca188271dfc1a]

        fdo#76633: writerfilter: RTF import: do not leak the XShape of image
        
        RTFSdrImport::resolve() is called for \picprop and creates an XShape
        that is stored in RTFSdrImport::m_xShape and also
        DomainMapper_Impl::m_aPendingShapes;
        later RTFDocumentImpl::resolvePict() completely ignores that XShape
        and creates a new one, which is also inserted in the document;
        the first XShape is effectively leaked.
        
        Try to avoid that by re-using the exising m_xShape in resolvePict().
        Not sure if there are any problems with doing this, it's all a bit
        confusing.
        
        Change-Id: I98456242acb0766f547eb8f7d877f51d53323f3a

2014-06-13  Michael Stahl  <mstahl@redhat.com>  [b7857e5cfe9d5d007785ae93e5505620fc8ed475]

        fdo#76633: writerfilter RTF import: disappear the rectangle shapes on images
        
        If the shape properties are inside \picprop destination, don't set
        shapeType.
        
        (regression from 9f1f7199736e2ae07b34849ba66f61a1ef5782e8)
        
        Actually this does not fix the root cause, this is just a work-around,
        the extra shape is still inserted but it's invisible now.
        
        Change-Id: I6cf093de2a5657533f393863ed8010ae083bec16

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [1beabeb55c3c1898788a724d798ceb380cf96ca1]

        coverity#706304 Uncaught exception
        
        also
        
        coverity#706301
        
        Change-Id: Ie6eba530c9a2f822226fbd1b1a6aa49deaf99659

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [a7e184e81e4fa8ee201fd17acebe937144cfa533]

        coverity#706514 Uncaught exception
        
        also
        coverity#706515
        coverity#706516
        coverity#706517
        coverity#706528
        coverity#706529
        
        Change-Id: I5beb753d5cc8ed976b3c11319cc36415adebd1e6

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [120a04d678dfa01d1a8414f8d4b75e0843f43e1e]

        coverity#983928 Uncaught exception
        
        Change-Id: Ib3b25a0aab2389be68fc8339f9b08a87de419b33

2014-06-13  Eike Rathke  <erack@redhat.com>  [a288bebbcec0b16e1ced09a601de5ffbb6b1bbe0]

        resolved fdo#79978 propagate error through DoubleArray of matrix
        
        Regression introduced with 83f77ab0661df992f241e5f9ecb1aa8f8eaeafec.
        
        Interpreter errors are transported using NaN coded doubles, using simple
        setNan()/isNan() to flag and ignore non-numeric values skips all error
        values.
        
        Change-Id: I0d3cb30262bc5ba7ee77e53a2bc45e56569fbc4b

2014-06-13  Eike Rathke  <erack@redhat.com>  [c9d037e5e8e5850e9c69372580e7a506b573fc2a]

        resolved fdo#79957 propagate ForceArray through jump tokens
        
        ForceArray parameters weren't propagated and enforced to array arguments
        on svJump tokens (FormulaJumpToken), namely IF, CHOOSE, IFERROR and
        IFNA.
        
        Change-Id: Icf9074f11b826655a52858d778d9a0122d207aa4

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [e2ae9f3e8cb625cd8a1f6c93b665a06672038fb6]

        coverity#707393 Uncaught exception
        
        Change-Id: I89ea074bacf7884fe8b8471cfd208f643326a7e1

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [4a662ef7390c7f97961e022598359f88a8e3fe44]

        coverity#706945 Uncaught exception
        
        Change-Id: I1da5edfdfd15ec8205de6467bd6c88dc5596426f

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [2af58ba716a138ec26970a572134faf2cd29084b]

        coverity#707016 Uncaught exception
        
        Change-Id: Ie2299485b8017232b6cfcb855b6f2dbff2c5db6e

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [e8f40ec98852a237552ec8a259038d0fc3b25c10]

        coverity#983616 Uncaught exception
        
        Change-Id: I7414fffb0ab0aa7c52ba58d666c26abc4367798c

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [63312dbbd3e4ec66c3ee1c6040bc462a8cccb0ac]

        coverity#706280 Uncaught exception
        
        Change-Id: I41d841718da2eab8a6f424df694ba8ea4e450bac

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [c8b78a1ca2940a0db1a8298ccecc779695cda7e5]

        coverity#706287 uncaught exception
        
        Change-Id: Ie2ec61c75d036dbad68bd43d5a2eb9834dadd735

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [5e46374df0a0947d60aa5d0f99856dd7f3ea1cb9]

        coverity#706286 uncaught exception
        
        Change-Id: Ic951a16c3d44b36ce82f05381c98e13e74b8bc35

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [0466c0dcddd3b5af02c711794e8cd4c3c6c12993]

        Set mxStyleSheetPool before using it
        
        Change-Id: Id5ce3555c487aa7abcf97855a036663c91dd28b1

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [9665fbad5d1ae9398eba089b685b322df447a32a]

        coverity#1212526 Logically dead code
        
        Change-Id: I9e2fd1249061fcf386a8812a42450e52d37bdc5c

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [deea33b8c1389df925699c011c682f522e3dba71]

        coverity#1213064 Dereference after null check
        
        Change-Id: Icf80cff1f68e85bf9103aedc95ccca80e2d32681

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [d23a57a29eaed45e15d9b42a83b3c75a2d3b308f]

        coverity#1213307 Dereference before null check
        
        I can see nowhere that m_pHScrollbar or m_pVScrollbar are
        set to NULL, deleted yes in the dtor, but nowhere NULLed.
        
        Change-Id: I3012be6de1117757237884deebacc9e0e29dc7a7

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [da22fb668d21d20432232034cd54af509ded1bbf]

        SwTextBoxHelper::syncProperty: handle FN_TEXT_RANGE
        
        The TextRange property of a shape is its anchor position: if that's
        adjusted, then also set the textbox's RES_ANCHOR to the new position.
        
        Without this, e.g. shapes anchored in headers have their textboxes
        anchored in the body text, CppunitTest_sw_ooxmlexport's testfdo78420 is
        a reproducer.
        
        Change-Id: I83ed09875c3f0360c581c331507ad2b9d05ffb3a

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [02f2d886c897a286b875f9053052061fe0b357fd]

        SwDoc::CopyFlyInFlyImpl: factor out textbox code into SwTextBoxHelper
        
        Also, let the new SwTextBoxHelper::restoreLinks() restore also the
        RES_CNTNT of the *old* draw formats, not only the link between the new
        draw and fly formats.
        
        This allows properly preserving the link between draw and fly formats,
        when they are in the header (and so copied in and out variously).
        
        Change-Id: I101ff06533e2ea27abea8bed171ed69c9649ebe8

2014-06-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [11c94c170500e0bc147ff512789130c770843b1e]

        SwDoc::DelLayoutFmt: don't delete content of a draw format
        
        In case a shape (has a draw format) has a textbox (RES_CNTNT of the draw
        format), then that's just a pointer to that content, but the draw format
        doesn't own it: the matching fly format does. So ignore that content
        when deleting the layout format in case of draw formats: that ensures
        when both the draw and the fly format is deleted, deletion is only
        performed once.
        
        Change-Id: Idb4bb19130a6b9acd8f8d3710b9982801b416dda

2014-06-13  Douglas Mencken  <dougmencken@gmail.com>  [e509b9303bd0141143bc6e707f98a72b96d91311]

        fix build error "error: NSPrintJobSavingURL was not declared in this scope"
        
        see commits:
          c5c317ed20933c6508b35c34039df31669943f1c
        
        Change-Id: I3a886bde11dc3620cffeb3e2e579c7b37285d9c5
        Reviewed-on: https://gerrit.libreoffice.org/9759
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [e88c019fba743999c7b5f31adc5ff5946649734b]

        convert extensions update required dialog to .ui
        
        Change-Id: Ia3ad4032f500e95db5db520292e6c8b07b0f5c0b

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [2278e8f80e3d06829a120e57c38e36118f8778f1]

        coverity#1213486 Uncaught exception
        
        Change-Id: Ia4d919d88bf22168aa770ad35fd8360b0b155efe

2014-06-13  Caolán McNamara  <caolanm@redhat.com>  [9a1298cf868bb82a0232e51dc7410ebf3a62b646]

        coverity#1213488 Uncaught exception
        
        Change-Id: Iee4e5dd2936979a9bcb8bd5db781e51551270a7f

2014-06-13  Matúš Kukan  <matus.kukan@collabora.com>  [9d1e6613c4cf40ef66d9775a8c362e63cf3736d0]

        rename in Module makefile too
        
        Change-Id: Ie3a19a5c3de0021b89eefbacb91c88e38396b8cb

2014-06-13  Matúš Kukan  <matus.kukan@collabora.com>  [ab6394bd62f2c48ed5f80ac318ca148beb36fa88]

        Rename makefile to StaticLibrary_libreofficekit and clean up.
        
        It's static library since d324745fe95c7f0fad56f146e1e33f994a0d5de6.
        
        Change-Id: Id8474fb28d40a2373e2b0c85439cb5a96c469c85

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [060fc66193ea2d8fad9f4ad3dfa6d55f5c9b9339]

        Fix
        
        Change-Id: I6a759eb3c5bff4dcf4603d648053e17a6d4ff837

2014-06-13  Stephan Bergmann  <sbergman@redhat.com>  [0dc7d6367dcedff8741b64f5b8775ebf26f7f14f]

        fdo#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-Unicode
        
        "LC_ALL=C make CppunitTest_sw_rtfexport" was still failing after
        e47a02b1524061143d8e77a54eb95c77f2e6dae2 "fdo#77979: sw: RTF export: write non-
        ASCII font names encoded," so for each given eTextEncoding determine a Windows
        charset that can at least encode the font's name, and not only for Unicode-
        related eTextEncodings.
        
        Change-Id: If547566bb0cffc60411d8f667d76749a904f7a3f

2014-06-13  Shreyansh Gandhi  <gandhishrey@gmail.com>  [5028475adb6fa164c18b93ab7fb83b2256d78a89]

        fdo#75757: Remove inheritance from std::vector
        
        Problem: Many classes inherit directly from std::vector
        See comment#6 by kendy for more details.
        
        Solution: Removed class SwpHstry altogether and moved its
        destructor's functionality to SwHistory's destructor.
        Changed type of m_SwpHstry from SwpHstry to vector<SwHistoryHint*>
        
        Change-Id: I32a7e111fef7c5e7b83ecee6469e173b5a21a5bf
        Reviewed-on: https://gerrit.libreoffice.org/9725
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-06-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fd8cee8c1fb34432b786d54651f33b6c961ca7fe]

        libgltf: fix up this patch, some forgotten changes
        
        Change-Id: I0fe3ee06d8112207f3ae3e0e8e40fa74d043ce11

2014-06-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3d300f1e86624b989863639626c6220e20a5b3fb]

        kmz2gltf: Use LO's ZipFileAccess to unzip kmz
        
        Instead of this hacky collada2gltf patch.
        
        Change-Id: I9f15c4ee1c9ea1a1a64116691b12b696c1d63ac5

2014-06-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6904c836b203acbe87a85446a0c59bfbed359240]

        glTF: Avoid segmentation fault when one of the input files can't be loaded
        
        libgltf: Parser releases the glTFHandle, but it was not connected to
        the corresponding handle by RenderScene::initScene. So when rendering
        stopped during file loading because of missing file, Parser's handle
        member was an uninitialized pointer so it crashed by calling release
        method.
        
        Change-Id: I80099195341766f474143014d5949703d47a6fd8

2014-06-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [573ced4087f46788a8596fb89c657d3427be4bf8]

        Extract kmz and collada converter code to a seperate function
        
        Plus fix some problems related to temp files.
        e.g. kmz converter was creating temp files next
        to the input file.
        
        Change-Id: Ib3f367fe1c4ef3cb25f5ca1c3d06b2dde78c5e45

2014-06-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ca3a1e1c6bc8ef25d717566a093c73e07fe6461c]

        3D model insertion: display extensions in the filter selector
        
        Change-Id: I8c7b7a311cbd38058540d3462b0497ebe3d28a9e

2014-06-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e8fcf1153fd93b4f8155da0d571935125367a59b]

        Change glTF mime type: {application -> model}/vnd.gltf+json
        
        There is no an accepted mime type for glTF models yet, so
        follow collada's mime type: model/vnd.collada+xml.
        
        Change-Id: I1e23a95dbb0caea781dade819f8e08235cb5c1dc

2014-06-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [653bac184f579524bc25a9f40281763a736ae6fd]

        Make glTF support an experimental feature
        
        Change-Id: I75e69ba1acafbab8362536f02f4d39a8fc2deed1

2014-06-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fe70101856332663f600df144b39d2638b3d0570]

        Introduce HAVE_FEATURE_GLTF to enable/disable gltf related code
        
        When it is a release build then enable it only on Windows and
        Linux.
        
        Change-Id: I7c462aeb75e6ab60eeaa0fa42ca7853a6369b742

2014-06-13  Takeshi Abe  <tabe@fixedpoint.jp>  [3d3fc58a32211cf56c5238f2d9f0e86a1eb7ae7e]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I986805143615f053b918fb1e64b0b24d6f76f2de

2014-06-12  Tor Lillqvist  <tml@collabora.com>  [b736c78ef454f651154bc4a29dc14e99be3f75f5]

        The truncate command is not portable
        
        Change-Id: Ieadcda1b8e3088c228917c91fbf10b8823203661

2014-06-12  Tor Lillqvist  <tml@collabora.com>  [1b450cfd425a988157d5a7eff86091ba12bc10f4]

        WaE: unused function 'isString'
        
        Change-Id: I991cbf4a0203debaa98887d2db3fec9654dc1c5b

2014-06-12  Lionel Elie Mamane  <lionel@mamane.lu>  [b534967caca6767cd2100da363b1da2433640ddd]

        allow extensions to override Access2Base
        
        In particular, this allows users or administrators to upgrade Access2Base by installing the extension version of it.
        
        Change-Id: I1650e5beced0fd168afa029dbac2025e2fa16e1f
        Reviewed-on: https://gerrit.libreoffice.org/9756
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [51ab8c92785b261bf952e96b6daa1947cf39d1ac]

        put the add/modify/delete line below the range
        
        and left align them
        
        Change-Id: I9a8caeeea828a22efe83bd50ee073b1931510cf0

2014-06-12  Michael Meeks  <michael.meeks@collabora.com>  [ede15aaeb154f4edef6835f670fdd92043858654]

        liblok: add include for size_t.
        
        Change-Id: Icd7d78a332fbb67e32ab929f0afc5881ab7448eb

2014-06-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a2a1a59a448420a858724371c4a339f75ebe8c1e]

        fdo#77506: More reliable way to determine label strings.
        
        Not beautiful, but doable.
        
        Change-Id: I6f3b00d620e7d7d19cc05ec4239deeb14d0d5201

2014-06-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10f8d24540a4145af3ec629f7eb724849ca53d22]

        fdo#77506: Enable this check.
        
        Change-Id: Ib4ad7c1a1583b9fde1a06dc8e355442f10bb9bec

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [9b2789618030eadf0524a5ae2fe294e24c7de0f7]

        left align add/remove buttons
        
        Change-Id: Id25bebc12a38cfba0b55fc45e3635f2ee8217586

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [18518b994cd8fef7c46687167c8f26af18e49a15]

        Put conditional add/remove buttons above the range selector...
        
        and left align them instead of centering.
        
        Change-Id: I3cbe25d8ba1c5a96ac12b4afd34b7db42837718f

2014-06-12  Michael Stahl  <mstahl@redhat.com>  [9850c7258b2cb62b204895a72c4b01269ebb5110]

        officecfg: fix build of officecfg_qa_allheaders.hxx with Win32 make
        
        The "#" character and line-breaks make it difficult to use the
        non-$(file) var2file here so add a hacky conditional.
        
        Change-Id: I1618a96b54209588cfe24190bfcbcda5b83f980f

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [c353153898c691dcd24b6f66153e9f8ec2d37eb0]

        warning C4138: '*/' found outside of comment
        
        Change-Id: I1485d646171b08f709767debfe583f90426d5dfd

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [0b36794425a559355362911ec79a3bd04d5598dd]

        coverity#735985 Unchecked dynamic_cast
        
        Change-Id: I1bb293567cf6e6437d1ac1f257b25d7de1d0ac75

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [7e88182f673900f214b855f1c9563e63ba43eaca]

        Avoid "must return a value" warnings
        
        Change-Id: I2b8ac2204ec4f47dcce033da18e31b8bb5285552

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [53dae3d919651fa07e5b84dbf8c069bd87fea741]

        warning C4138: '*/' found outside of comment
        
        Change-Id: I5209538e50ca92a2993520fa68446f5287771d93

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [809c8d4c990e77cd8ba52672be7c5e77aae4e90e]

        Spell out UTF-8
        
        Change-Id: Iea5f79fb12ac86d4348f46f8ad93a13aaf0f7eb6

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [18c786cbcd45ee314bed6303c62e23ecf4022a8b]

        cast loses precision
        
        Change-Id: Ic688f08cada4ae70ea1dfb1e29e249a166456452

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [4348dfbd4ab73c151fbd45c7066886530498ec0b]

        Clean up
        
        Change-Id: I14ababd3adb39cbde0ae3b5622b21fe72eb06ad9

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [4e2cc748f5ec00ef6ed326ec03aff8f0cd8c9654]

        Clean up
        
        Change-Id: I3fc017fb5ef1fe704d273d667405eee588fa35cb

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [5c961fa9ea771572c262fe06ced8e6bda42f60e8]

        Missing SolarMutexGuard
        
        ...the non-mutex'ed access to the static LinguMgr members from other functions
        makes it look like those are all assumed to be called with SolarMutex locked;
        but that does not hold for calls to LinguMgrAppExitLstnr::disposing.
        
        Change-Id: I225a9f7ace65774460502a4aa510abddd48d12ca

2014-06-12  Baptiste Daroussin  <bapt@FreeBSD.org>  [db67702eb3ae2b353da0a2bc144be77c997039c8]

        redland >= 1.0.16 is required not 1.16
        
        Change-Id: I92e7e6a1b871c3cefc5aca39d32b6837e624c157
        Reviewed-on: https://gerrit.libreoffice.org/9752
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-12  Jan Kantert  <jan-lo@kantert.net>  [3c19e4a3b29b044ed01c9d4b64cd0def883f83d1]

        translate comments in uibase
        
        Change-Id: I1a187426ae41b9398c062f3c4998363b073e80f1
        Reviewed-on: https://gerrit.libreoffice.org/9744
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [b9daf7cacdcabff937d06f0f45c3daf2380bd888]

        coverity#735840 Unchecked dynamic_cast
        
        Change-Id: I3c772ec30360103f569b34e7c83f65b469eb5be8

2014-06-12  rbuj  <robert.buj@gmail.com>  [7b832d545acb91cc343d26e8bf26e6a844040183]

        'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9
        
        Change-Id: If18df0c06a1bdec5ea54307f9c452a1edf533e15
        Reviewed-on: https://gerrit.libreoffice.org/9740
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-12  Michael Meeks  <michael.meeks@collabora.com>  [202dac6e20f75e87edab3368bb0882d59494d864]

        liblok: check new methods via macros on nSize, not by de-referencing.
        
        We can't check for NULL from beyond the end of a smaller structure.
        
        Change-Id: Id3754bf747c402cf0d767eda5fd4b5ad6b5789e9

2014-06-12  Michael Meeks  <michael.meeks@collabora.com>  [4ed5bacc86e0137d9ace5a2ceda09c2393716793]

        liblok: set the size for the correct structure.
        
        Change-Id: Id79d76893bfc931334afd59b05ab96a31e441e02

2014-06-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f24f4f92ee37401abf117f5cf3a8a224f39214aa]

        Complete LibreOfficeKit C++ renaming.
        
        Change-Id: Ice611cf5913051346a3a0c0b00ed35a35a0dfe3c

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [8b8311a8670945c423b5d0eb419613e2a171cc23]

        loplugin:unreffun
        
        Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [264d3746ca79bbbe4b1b4373dbeb8b5908b760bb]

        coverity#704831 Dereference after null check
        
        Change-Id: Ia1466b6215c2189395285ba377a18ac27e67b93a

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [1bd5e8bc058c2e67aa2f5f99e326819f3d33b067]

        coverity#735762 Unchecked dynamic_cast
        
        Change-Id: If5ce403d9a216847532d5a2898e95c9bbde71570

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [c0cb909ba7f01e3d644e8555289be3ab0785d15d]

        coverity#735763 Unchecked dynamic_cast
        
        Change-Id: I4b8a0ebc846ee91530d28821643b3d2f98c0d4f2

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [1e022fda62d93421c0de064e3422f9d695409e1e]

        coverity#735947 Explicit null dereferenced
        
        Change-Id: I8fc9d0eeab6f63be4c815adcbd092d5ff2a96586

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [5c53bb8a99b34827a2dfe38ef9eaf173b1a650ce]

        scn resource file is empty now post ui-ification
        
        Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [84e1368bd8014f418b575239cd16c11704123e8d]

        more the png into the .ui so it isn't garbage collected
        
        Change-Id: If0d3829bfc14c602a0167967cbe215782c75f549

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [0cab72b8191dc8ee5941fc5900d0c3b2c48fd0f3]

        extract gamma grid drawing to standalone widget
        
        so the dialog stops scribbling on itself, and instead
        uses a real widget for that
        
        This has to be one of our weirdest dialogs, why expend so much effort to create
        this dialog for the most obscure of issues.
        
        Change-Id: Ia25e6c67fb278528c6c68a1d6db74de59915fd34

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [99b1b4d4751081cee70d4ccb1d459a3776ed2250]

        don't use raw english string
        
        Change-Id: I5f34889520afb2149ba480f56d59f14d75ee50c0

2014-06-12  Palenik Mihály  <palenik.mihaly@gmail.com>  [3137acbe78d7c61cb9d8e58cf44312943857f5f7]

        Convert GRID_DIALOG to .ui
        
        Change-Id: I4476559cc2e6a90b65d5bdc8169b256929f07f7e
        Reviewed-on: https://gerrit.libreoffice.org/9734
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [3c446cd05f5d959d2b7dd5030b5a587e655deccf]

        false warning C4701: potentially uninitialized local variable
        
        Change-Id: Idd127d949837a4b327a77217abe70f50e3633d78

2014-06-12  Michael Stahl  <mstahl@redhat.com>  [f3695bbc17a547b547876dd1175c0b74e5b3e90e]

        error C2361: initialization of 's_fallbacks' is skipped by 'default'
        
        Change-Id: I63f7914b52af51b55a51d39953a1ee58636243a3

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [82dead2103ef9d42abc2c54542a8f63899ebf4ec]

        Updated core Project: help  23e837dd59c455baeae5f8d691fad3e3b9db52d6

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [798f410a94fb6b59610def117199c9d3e8e87d90]

        Fix vclplug_* dependencies for gb_CppunitTest_use_vcl
        
        ...and replace gb_CppunitTest_unset_headless with
        gb_CppunitTest_use_vcl_non_headless.
        
        Change-Id: Ibd859f98ed8df09988ca26ffcee26e06e25d8313

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [eaf7e4f1b2486f95d9223576ebdf529c17e1861a]

        Lets assume gb_CppunitTest_unset_headless was cargo cult here
        
        Change-Id: I9d4255f0ddcaf375706556d0c0baf2a5a0762bbf

2014-06-12  Michael Stahl  <mstahl@redhat.com>  [90b2b378aecfa1914be0ce9aa7aa4e006e225e96]

        fdo#77979: argh forgot to add the test document
        
        Change-Id: I64cf70cf7f1f77c38a8a4804b705ce8a0441e487

2014-06-12  Michael Stahl  <mstahl@redhat.com>  [e47a02b1524061143d8e77a54eb95c77f2e6dae2]

        fdo#77979: sw: RTF export: write non-ASCII font names encoded
        
        Currently font names like "微软雅黑" (Microsoft YaHei) are
        written as "????" in the RTF export; to avoid that, set the \fcharset
        of the font entry to something that at least is able to encode
        the font name and alternate name.
        
        This requires a new function since the existing
        rtl_TextEncodingToWinCharset was changed in
        b88fe998ce8c80d7629fe70118311096615d959d to return "default" 0x01
        (for OOXML) which is quite unhelpful for RTF.
        
        This is not entirely satisfactory, as of course that is no guarantee
        that the encoding can represent all of the actual text that has the
        font applied; hence there are some \'3f in the fall-back encoded text
        of the heading of the bugdoc, which indicates that the detected
        Shift-JIS is insufficient and GB-2132 would be required; but it's not
        obvious how to do better here without iterating over all the text
        twice, and that still leaves the possibility that all text that has a
        particular font applied cannot be represented by a single non-Unicode
        encoding.
        
        But since we always write text as the \u Unicode + legacy fall-back,
        this should not be a big problem since modern RTF readers will simply
        read the Unicode.
        
        Change-Id: Ie6a42294c501d014dd9f0df82638519412ca19bb

2014-06-12  Michael Stahl  <mstahl@redhat.com>  [04d5a280beeeb6e056df68395dc9c3b3a674361b]

        related: fdo#77979: writerfilter RTF import: read encoded font name
        
        The font name is encoded in the font's charset given by \fcharset.
        
        Change-Id: Id9520649a1eb3b55f4314e140abda7399f23d925

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [0b5568b9ddc2f89a58a76daef0b52bbfadcd6280]

        Fix CppunitTest_services on Windows
        
        ...by blacklisting the problematic service
        
        Change-Id: I524a7c7af2cb374911db7b204021c3d2bcd1fdd6

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [c4444ea0c412d580a9ff0423bd9fa4d8b535490b]

        Avoid Solar Mutex deadlocks when disposing services
        
        ...as test code using gb_CppunitTest_use_vcl is implicitly run with Solar Mutex locked
        
        Change-Id: I480b4bcce7c6a94922019679099b0883b3ee1030

2014-06-12  David Tardon  <dtardon@redhat.com>  [551c915dcbf3e1d6bfd799c6e13e5700e2c3e535]

        fdo#79883 the page view object contact must exist
        
        Change-Id: I5c6bd3ea267f1ea84b46e46aa508a27d00903347

2014-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc4f5d2f8576097953b83d7fecfe5eb5184811b1]

        another lifecycle issue fixed
        
        Change-Id: Id8acd1bda30156da8cf5f61537f76f778e1b9c74

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [111cec826beefffb25f5efa73c7e5004f46a3cd8]

        coverity#982455 Dereference after null check
        
        Change-Id: If4ad2fe763bffdb64119f7f2a5797aae588fbbf8

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [6ad13d3591304df9957e9c50caf06fb342e3dba7]

        drop helpids that go nowhere
        
        Change-Id: Ie487d86b95f49812cd2f4620d6d652b7422e6139

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [2489589a64fbe0e892f3ccf5b86f7fec7dcd89db]

        coverity#982462 Dereference after null check
        
        Change-Id: I5e90d51440afa4e317bc07ccb937f606edbc9eb9

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [a84fca9a0acebc26af655bdebc984c0d7113ee2c]

        set mnemonic widget and replace 24 with optimal height request
        
        Change-Id: I86bb00f134aaf95a48ac0a5d594c632d03f0e9d5

2014-06-12  Caolán McNamara  <caolanm@redhat.com>  [c165b1d54c4289eb029813a331ff963b17d1de2a]

        Updated core Project: help  179e4d655622b1926a2de0e8bc93627961fcc3c7

2014-06-12  Eike Rathke  <erack@redhat.com>  [9476bd39ad30eea46ff146f46d6c996450710b3c]

        disallow 'qlt' privateuse code
        
        ... to prevent confusion with our internal usage.
        
        Change-Id: I273b80882cbe5029d04ad754c8b0636f5c59a4f6

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [171a14c0c3405766cc5d64886b176005f5616594]

        -Werror,-Wunused-private-field
        
        Change-Id: Ic4da6180e4457309211ed26ba7d2b8382eec76f3

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [5037dc7c465e1b159ca69fbf2db1acc9989ec17a]

        Unnecessary #include
        
        Change-Id: Ib6048bb694c84a1386d70a72c6e6e942b246a80d

2014-06-12  sk94  <eszkadev@gmail.com>  [8e6eb6fb219a20383f79df71883feabfdc8fa899]

        DLG_MM_ASSIGNFIELDS conversion to .ui
        
        Change-Id: Ia625de9edd46c185c2712c0c5a7154ba1abb2894
        Reviewed-on: https://gerrit.libreoffice.org/9726
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [25526046e7edad50924e93dffe7dbc9f9c99a5fd]

        CppunitTest_sw_ooxmlexport: port testFloatingTablePosition to textboxes
        
        Change-Id: I200520a28335fb62cecb91175fc6cefc2cfb51ec

2014-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [32d6d27eb61490b4c29320e65b3c9d2b6960acd5]

        CppunitTest_sw_ooxmlexport: port testPageRelSize to textboxes
        
        Change-Id: I08e112b3816797a848ae9d16fa7002a67c12fc3d

2014-06-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e8c06660b3d651900a0f20abd2b1429c854a1c8]

        writerfilter: remove unused analyzemodel.xsl
        
        Change-Id: Ic9e44d0050413c9225b030a4be6f71f5adc654fc

2014-06-12  Stephan Bergmann  <sbergman@redhat.com>  [9885c35ddb9188e5b1549edf8697f6946232f7d3]

        Avoid undefined left shift of negative value
        
        Change-Id: I6496a16c4d6791af43a67dae57b9ee218c3444fe

2014-06-12  haochen  <haochen@multicorewareinc.com>  [3183bfa7da9771ef355538751d81009e9c1c5c8c]

        GPU Calc:Add more judge for NAN in SingleVector parameter
        
        Change-Id: I01f2576e9d8f6a2e677d1fb08097bc81f15bfbe0

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [fb22eb425735b2741c3cb77d9a1700b663acd11b]

        Fix XMLFile::SearchL10NElements signature
        
        Change-Id: I34134f75ac5571a635256d349bf5a2f67ef8ef06

2014-06-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7e1939803349a8a54cc85f27b505ef4e162afc53]

        update credits
        
        Change-Id: Ibc8a9155e0d51d87aeab04bb559cfb2e92ba4cf1

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8ff029893ec9ad3e9811eb6107768156d48a997a]

        do no try to install bsh/js when not building them
        
        Change-Id: Ic1521ad9a67c9930e2e4561eacb1e78905310613

2014-06-12  Tor Lillqvist  <tml@collabora.com>  [3cf9f47c9483601e22fdb24fd4391c4eb09d990a]

        Bin obsolete pointless preprocessor trickery
        
        Change-Id: Icff9a0f112c80569a4533d5c0c6e789eec3925ee

2014-06-12  Tor Lillqvist  <tml@collabora.com>  [7198d97a2de48ce4cb6d788f48a044b69f2115d9]

        Bin crack, _NOTIFY_HXX is not defined anywhere anyway
        
        Change-Id: I596ec18deca1a7bd85bc49f637fc1765e43d1278

2014-06-12  Tor Lillqvist  <tml@collabora.com>  [b7732167de2486b2c39a78fd7065aea3e0c32222]

        Bin crack, _SFX_HXX is not defined anywhere anyway
        
        Change-Id: Ib751fe39cca72fe1cfc9789e63f28a00abb9113a

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a26b74cc498bf95a5ae4076daafed9e88b9898d2]

        fix the almost fix from ...
        
        ... 27fc4354497b406241108b7ef169f5d93e3dc259. Thanks sberg.
        
        Change-Id: Ibf0c7926da38ec3835fd0ab21e1383711bfa6034

2014-06-11  Tor Lillqvist  <tml@collabora.com>  [26b1c43091e25f8b5dc2ba6b69a1ec583272a9df]

        Bin unused file
        
        Change-Id: Ibd4ded85d5d3e1de8bf12934cbe55210d1983b18

2014-06-11  Tor Lillqvist  <tml@collabora.com>  [f9f60b95c1c2b032deccf44775336f706a67bf99]

        Bin crack, _SFXITEMS_HXX is not defined anywhere anyway
        
        Change-Id: I9143e7fffef6e99d25a0fd87712ed26d2d42116e

2014-06-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [61ad374e723d57d1bafb4131d6b78cca42a504ed]

        This assumption doesn't hold on all build environments.
        
        Change-Id: Ie1f56aed91e7cbfc59e254a111991f958e9a1607

2014-06-11  Julien Nabet  <serval2412@yahoo.fr>  [0acd0ed3a58698a34e11dd82f3368a983f8530df]

        Related fdo#79714 OSX-crash opening query or table in embedded Firebird ODB
        
        See https://bugs.freedesktop.org/attachment.cgi?id=100839 and other comments
        
        Change-Id: I1187b171caf54997f5e8850ade4a3fb35ad9ec29

2014-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5658d3f8954997ea5b2eaaec5d0d6b9405a24f3]

        CppunitTest_sw_ooxmlexport: port testTextBoxPictureFill to textboxes
        
        Change-Id: I304c7d7157c4167e7fe33af259e732865900d4ca

2014-06-11  Eike Rathke  <erack@redhat.com>  [90b418b759433042f9c0e6647ddef96579640ab6]

        let YYYY/M/D H:MM be the default datetime format
        
        Change-Id: I1d8af400810b9ffd4586320c706a1f00ef1c1369

2014-06-11  Eike Rathke  <erack@redhat.com>  [7550e153e55222c68530a1a7f6914575f1e258c8]

        allow additional i18n formats to define defaults
        
        a5f62d96b124564f522eac7925e9c3d22c37e503 would had liked to let
        usage="DATE_TIME" formatindex="55" define the default format of that
        usage, which wasn't possible. There is no reason to prevent this.
        
        Change-Id: Ibef453c8a07aa03b0a8bb626b9cf71d362be0699

2014-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9261e8b413bc76ca2770df30495fec1979cfca1]

        DOCX drawingML filter: handle TextAutoGrowHeight for shapes having textboxes
        
        Change-Id: I0cdc7edf851915f7fbc772eb42edd6ec08b09025

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [27fc4354497b406241108b7ef169f5d93e3dc259]

        -Werror,-Wlogical-not-parentheses
        
        ...lets assume that was a stray "!" (originally introduced with
        fb171e3886c0c28c61f1e1960f7b427644a501fe "add second Restore function for
        CntntIdxStore"), esp. given "make check" works fine when removing it.  But let
        SweetShark have a look at it in any case.
        
        Change-Id: I4d804a5b416a39055613d3104d31cdc314940ef1

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [12cb1f7e22842e819db8537dc8502f8ef742f916]

        -Werror,-Wunused-parameter
        
        Change-Id: Ie93e534b00151bb915940a1030b47b40cbaa339a

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [81f7aa81bc3a1ab1741a05883ce70ec4849c19e9]

        Resurrect SaneResId in the place where it is still used
        
        Change-Id: I20f751f6b9fdf683566544aed4ca2ad877abc253

2014-06-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [56ca1b76963c44318a4f5577e15cfa5e7e1cd2a2]

        fdo#77506: (finally) write a unit test for this.
        
        I've switched from using a Draw document to Writer document due to some
        instability with Draw instance in our cppunit run.  The bug is reproducible
        either way.
        
        The test is disabled for now, since the bug has yet to be fixed.
        
        Change-Id: I49e0417e1ecbc70f40aab8531237ae98ae58bdd3

2014-06-11  Jan Holesovsky  <kendy@collabora.com>  [51d1545e0ce8b30eea710501b84853288dd2563b]

        writerfilter: Kill debug_logger.
        
        Does not really log interesting stuff; if anybody wants some kind of logging
        like this, better to use SAL_INFO(), and add it only for really interesting
        stuff.
        
        Change-Id: I11b4caa9660aaf1e70819322b7fc207a544ea3bb

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [58d6e4fdc5db08c14e0c11ae50af53579cf0d963]

        loplugin:unreffun
        
        Change-Id: Iffc5a864954e106e1b20a86c8caddf4257ff139e

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [608a67ac73a14a563c5f7692d4ca5de28777f290]

        Fix memory leaks, by refcounting XFContent
        
        Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [a83e40e2feaaa496e6051fb323df2eef63d85a04]

        Dead code
        
        Change-Id: Ifdb7c139fa6db7fef2896098f758769cb5284b28

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [f839d6ae2e40a46464e5f720f86ac221e4e3bdab]

        Remove useless IXFProperty
        
        Change-Id: Id4d5d6aaf537172ad8e1f6c422465c6f84d99dbf

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [747519fd051f1224ee6b707b6bf51853dd705156]

        Remove useless IXFObject
        
        Change-Id: I11bdee00bd42ef302dbbfe9f52de5824aec985ee

2014-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [19dd5cf23052d67d78742a24f1c5be500e20a287]

        sw::mark::CntntIdxStore: add doxygen comment
        
        Change-Id: Id9baab2e502408eeea194e79b6b029883e738ca0

2014-06-11  Isamu Mogi  <saturday6c@gmail.com>  [a5f62d96b124564f522eac7925e9c3d22c37e503]

        Fix to be able to edit seconds in Japanese date/datetime cells
        
        Currently seconds in Japanese date/datetime cells can't be edited.
        But i18npool/source/localedata/data/locale.dtd and
        offapi/com/sun/star/i18n/NumberFormatIndex.idl say that seconds in
        time/datetime cells should be editable. And Japanese users
        reported that current behavior is inconvenient.
        
        Also to retain relativity against @formatindex='40', each
        [@usage='TIME']/@type are shorten.
        
        For better backward compatibility, @formatindex='55' should be
        default format. But since there is implementation limit of
        SvNumberFormatter::ImpGenerateFormats, @formatindex>=50 can't
        be default one.
        
        These changes are discussed in Japanese ML:
        http://listarchives.libreoffice.org/ja/discuss/msg03044.html
        
        Change-Id: I074b8d6d5c9d69b8ba1eb14c29b661d753c003ad
        Reviewed-on: https://gerrit.libreoffice.org/9703
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [90d8b417cab85dc911fe6b69ddf6cca0679abd04]

        New loplugin:derefnullptr (all violations already fixed)
        
        Change-Id: I32cd8e740855699036c420a091c282029f8d4a08

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa6e78eeefac7af70bfa51892715fe03bea755db]

        BOOST_FOREACH and constness
        
        Change-Id: I86c86cfa245c78ce8e21d85831de5ae82f67f81e

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99c1de27bfcf3f785266211f44835a6269d8a809]

        BOOST_FOREACH and constness
        
        Change-Id: I832bc8fcdfb4997c2eaae3f0cb5d7014df20f2fd

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [958492d4d3642eb94e3d97a4206a9ce52985fab9]

        simplify MarkPos conditional
        
        Change-Id: If109980429f2f87e06065837eaec7129b2ece336

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5deaac4ff9956c80ad16dc14c9085d91b5eb0aba]

        simplify cascading conditionals
        
        Change-Id: I957d7c368f6b7158c74268f7274d59e8a25b83e8

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6c7f0e8bfacac44493e44c4ea613d064c3fb5348]

        remove now redundant old implementation
        
        Change-Id: Ieab4fc54be0b2e5ad547f81a7a70d84284161c47

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fb171e3886c0c28c61f1e1960f7b427644a501fe]

        add second Restore function for CntntIdxStore
        
        Change-Id: I2d4c92d0927bce13b03a6f235e14812ed1d0bd54

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [64c31cc7e4c713ca580c6d37b9605bac49083326]

        code conventions, while we are at it
        
        Change-Id: I118aa2cb8747775d8c778cf49248c7f3ef68d6a2

2014-06-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bd60aba1973ee1ace725273edadbe06861f38e33]

        refactor bookmark moves
        
        Change-Id: I13924d40ca1c31f56440b98d9a1829963cdd3e1a

2014-06-11  Michael Stahl  <mstahl@redhat.com>  [3070914cf4942ac42604fe72937bbd9efa00642f]

        avoid undefined null-reference in CrossRefBookmark::GetOtherMarkPos()
        
        CrossRefBookmark::GetOtherMarkPos() is apparently not supposed to be
        called, so just replace the undefined null-reference with a call to
        abort().
        
        Change-Id: Ie8e141d661b870573092d20bd85fa1ae04506421

2014-06-11  Michael Stahl  <mstahl@redhat.com>  [2da8a60702c0f9fac6752573dce95a5596c5688e]

        Revert "Change sw::mark::IMark::GetOtherMarkPos return type from ref
        
        ... to pointer"
        
        CrossRefBookmark::GetOtherMarkPos() is apparently not supposed to be
        called, so just replace the undefined null-reference with a call to
        abort().
        
        This reverts commit dcf0ac048ce745774f401ada72b051757298c559.
        
        Change-Id: I55b4accb4f42031df5671e8a30897e3aff9b56f9

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [14560264becc0b334f06f7af62c61c77809d4eda]

        Reset preview boundaries on a new scanner
        
        Change-Id: Id2830727216fa25ca5935406a74f4237276d56db

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [ab713ba1ffd00952ef8957f9b524e4e44f382f13]

        Changing scanners has no effect
        
        I guess no-one ever tested with multiple scanners but it just happens that my
        laptops webcam is presented as a (non-functional) scanner alongside the real
        one
        
        Change-Id: Ie36651cfc867027ef19e272dbabe46de6c4261ee

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [88e940f3150529a09265ab9d820c8189d6534011]

        Dead code
        
        Change-Id: I08bd15316e7952d05b769326c0a8a1d3493b0eb8

2014-06-11  Baptiste Daroussin  <bapt@FreeBSD.org>  [d2cc121e0798a007a6e0409b09c16ce747ab959f]

        Do not hard code /usr
        
        Not all operation system install packages into /usr, make sure
        create-tree.sh do respect the PREFIX variable
        
        Change-Id: Iff358c9e22fb8969afaef2bb96e1f91eb7e91123
        Reviewed-on: https://gerrit.libreoffice.org/9730
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [4d7ddfa1a8deda577ee78f13a1635b32118efbb9]

        Remove useless IXFContent
        
        Change-Id: I727ae1c4a2c1a0c321580a9a8948c48ee9bbfcab

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [5b1002fa2a46077408edc130797bd4056ecf9b1c]

        Updated core Project: help  c1d60a56eb3b6e117cfdfb43b2d9248c7ea56f96

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [d6eeb8a48903488a8d09948173af5845e2f3b729]

        extract Scan Preview code into a preview widget
        
        instead of scribbling over the parent dialog directly. Doing is this way allows
        the .ui-ification to work right.
        
        Change-Id: Ia0c33eae4cd5a4c94896436fe5a5afad8d60a577

2014-06-11  Palenik Mihály  <palenik.mihaly@gmail.com>  [f188c982d5b8456fadb27ca5b88ece1c6ac1e719]

        Convert RID_SANE_DIALOG to .ui
        
        Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3
        Reviewed-on: https://gerrit.libreoffice.org/9696
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-11  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a533f986f95560aadb16d6edcff77312d9329e3c]

        Upgrade LibreOfficeKit C++ API.
        
        Change-Id: If263b8fc748f67a1ed423c0f3f7cd465cf533993

2014-06-11  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cd76b9996c48fed238314e7e7445fb4395542784]

        Rename C api of LibreOfficeKit.
        
        However for the sake of ABI compatibility we can't change
        liblibreoffice_hook.
        
        Change-Id: I0e921efeeab40ef1b53a67c0e7a89d4c75ced831

2014-06-11  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9a1b2970ed83b7666957ca6d0394a75b5d0717fa]

        Move liblibreoffice into LibreOfficeKit.
        
        Change-Id: Ib2754a77be470faaa6f9b27644a1d8dd082ed2b8

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [bb761be472ea9a590837dc6c1ca295387ac4c0b7]

        Change SfxTabPage ctor SfxItemSet param from ref to pointer
        
        ...and also corresponding param of CreateTabPage function type and corresponding
        Craete functions.  There were some call sites that passed undefined "null
        pointer references" and SfxTabPage internally uses a pointer member pSet that is
        checked for null anyway.
        
        Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af

2014-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d120b6ab181f530d3fedc963b1c6ec777f2608a]

        DOCX import: fix additional empty paragraphs around footnote text
        
        Regression from commit abe1e852a232e3bdab7b9177d099fe3929f5a4aa (handle
        properly page breaks even if a page contains only a frame (fdo#55381),
        2014-04-21), DomainMapper::lcl_endSectionGroup() inserted an empty
        paragraph before and after the real footnote text. Disable addition of
        the dummy paragraph for footnotes.
        
        Change-Id: I6e1954c9bd5520ac284d66244ce1c9004e970305

2014-06-11  Oliver-Rainer Wittmann  <orw@apache.org>  [3a72f4ba07458ee9c4c726486304f31900d89044]

        Related: #i125072# map given style name to corresponding UI name...
        
        before searching for it.
        
        (cherry picked from commit 4a76d7f700da112a553ec9d9811731e645581a7f)
        
        Conflicts:
        	sw/source/core/unocore/unoframe.cxx
        
        Change-Id: I294bd7f21ec0acee0f7b8e7be067e04b5a785e43

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [0e7ca4fad0405200f12041ac11f3ac0289709a6f]

        cut out the rsc loading support for stuff thats now .ui only
        
        Change-Id: I54880de44ee10d4f71c8a514f905e8e00774fde7

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [c8d8bcf3fdf49aae6d8415c9c9a9f9418d87bd6b]

        callcatcher: update unused code
        
        Change-Id: Iee19af81c648cb82074d8cabc13716b0d38c7ff6

2014-06-11  Baptiste Daroussin  <bapt@FreeBSD.org>  [5a37986b4cae4c1c5d25fd19cfa2edb9edd4ba53]

        the BSD family also uses gio
        
        Change-Id: I75fb934e52beb2ab752df4c969aa2e10d4f5966e
        Reviewed-on: https://gerrit.libreoffice.org/9733
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-11  Tushar Bende  <tushar.bende@synerzip.com>  [e1d80c0d70562e1f24f150a81a34ee4e3edc90f3]

        fdo#79668 :File getting corrupt after RT
        
        Problem Description : For some documents containing redLine data there was already processing done for paragraph properties pPr
        but when it comes to DocxAttributeOutput::EndParagraphProperties() instead of writing these pPr, LO was calling Redline( pRedlineData )
        which has it's pPr inside w:pPrChange.
        This was the reason when LO calls WriteCollectedParagraphProperties() after calling Redline() it was writing both paragraph properties
        inside single w:shd element.Hence the RT document was getting Corrupt.
        
        Added condition in DocxAttributeOutput::EndParagraphProperties() which is checking for RedlineData and if it's there call
        WriteCollectedParagraphProperties() before calling Redline().
        
        Added Export Test case.
        
        Change-Id: I7000c27fe6ee372cac81d6f22e0d3ca9219a24d7
        Reviewed-on: https://gerrit.libreoffice.org/9712
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-11  sushil_shinde  <sushil.shinde@synerzip.com>  [63d1aa4dc8aa70256edb19638bcab3a6d5b1f3b6]

        fdo#78885 : File crashed while opening in LO
        
          - File attached to issue contains footnote between a table and reference
            of footnote is in field.
          - In PopFieldContext code was throwing exception due to null value of
            footnotestartnode.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9697
        
        Change-Id: I467e234a7daa6a5f724087c2cc959e4c9d76f4d2

2014-06-11  Caolán McNamara  <caolanm@redhat.com>  [e19670ac3cbef9f0e83edda7576b6462e21e62b5]

        fix build
        
        Change-Id: Ic301459b751585a91aa4d6667fbe512d13bbb458

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [a92e973b6d0a9ad87fe014442e1678af2ce0c7d0]

        Change SfxTabPage::Reset param from ref to pointer
        
        ...there was a call site that passed undefined "null pointer reference"
        (apparently in a case where the passed argument was actually unused)
        
        Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a

2014-06-11  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [88f84eb1b0eebbb7e0a072f1e7001a9207ebbe9e]

        fdo#79817:Fix for corruption having databinding have duplicates attributes
        
        File contains SDT content, in which after export databinding have duplicate attribute.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/9693
        
        Change-Id: Ibe828964c054bdd5a63b5c0c903bc7441d953d72

2014-06-11  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [69ba8e94e33c142072920fe455899c04b4e035d1]

        fdo#79540 : DOCX: Lo exports Drawing inside Drawing
        
        	Issue :
        	- In file there is a WordArt inside Table.
        	- In RT, LO exports <w:drawing> inside <w:drawing>.
        	- The xml sequence was :
          	  <mc:AltrnateContent>
                    <mc:Choice>
                      <w:drawing>                // first start of drawing
                        <w:txbxContent>
                          <w:tbl>
                            <w:drawing>   // second start of drawing. MSO does not allow.
        
        	Implementation :
        	- In DocxAttributeOutput::OutputFlyFrame_Impl() under "case sw::Frame::eDrawing",
        	  if drawing is already open then Postpone the Inner Drawing.
        	- Added Export Unit Test case to check two separate drawings are
                  now written in document.xml of RT.
        
        Change-Id: I01d06621576d60d26cd51489ee9718dd79eb9c72
        Reviewed-on: https://gerrit.libreoffice.org/9653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-11  Baptiste Daroussin  <bapt@FreeBSD.org>  [d2725abf5d8f1e33dfd061f899101afc970292fb]

        Fix build on FreeBSD with libc++
        
        Change-Id: Ib51b05eb3f7c5d1288bee0f9f738ab1f37251c3e
        Reviewed-on: https://gerrit.libreoffice.org/9722
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-11  Tor Lillqvist  <tml@collabora.com>  [21a1ff063475fe8f26686591caed546e32ad42d5]

        Thinko
        
        Change-Id: I78a388385d4629bda35af8c08445f21ac547e86b

2014-06-11  Tor Lillqvist  <tml@collabora.com>  [568dc479a62ac9cb50d59145aea8145967ced5bc]

        The Cygwin realpath command fails for dirs on a mounted volume so just warn
        
        Change-Id: Idff480084b22a5db6a0f00f90b7febc8488ba2af

2014-06-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd5dfc8e2a0fc3c0307c0a782ae563b79ba8a84e]

        writerfilter: convert gperffasttokenhandler to Python
        
        Change-Id: I56ae09cb89da7d078f64906e15677de58296c119

2014-06-11  Jan Holesovsky  <kendy@collabora.com>  [0d7cfb772a7e419083437935f2e13941080aa88b]

        No need for PCT_DLLIMPLEMENTATION any more.
        
        7b72e5051437d7ecfdb3658375b3cb09b1b4abf8 removed the need for that.
        
        Change-Id: I1fa635eab33bf259bcb4e229e9a0deac5fc987d6

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [967157a4bab4e73036bd1354315e8f3a3e084145]

        loplugin:unreffun
        
        Change-Id: I3d5ddbca7760a32231ef7fee19b45bca83667ca7

2014-06-11  Stephan Bergmann  <sbergman@redhat.com>  [7b72e5051437d7ecfdb3658375b3cb09b1b4abf8]

        Access code under test via gb_Library_use_library_objects
        
        Change-Id: Ib92dc55827b69cf33a04fe4084cf296049efc9c6

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7d10da2174eac4afd189ee2e9bfb031d315763c1]

        Remove this.
        
        Change-Id: Ie2c64d3254dba35ba3fcb1af2566de84b8b300e2

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [81d2c208a4e6f9df87e2ee70c6e6da146742178a]

        New unit test for Draw document with chart.  Disabled due to weird crash.
        
        No idea why it crashes whatsoever....
        
        Change-Id: Ic46d5a98f21cacb03adb3bc0d6da239bde5d8ce2

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [ad2cc2323fb887c438031d863ab16df7afd49fb8]

        pct import: Fix build on Windows.
        
        Change-Id: Iddd0299f2229383c0d8368d117e6175887931978

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6f6d81c3b6f83956e7e01f99cc0314c675e56ffa]

        Consistent naming please.
        
        Change-Id: I8a7e1d0a42aacdc7dcaeda0f7e51db78727f4b54

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [9a171514a1287adf17cba2a177c0563f81b2b1db]

        Duplicate #include
        
        Change-Id: If83bcfb0e39c0b41ea5323b0ad3832bd65185c6c

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [dcf0ac048ce745774f401ada72b051757298c559]

        Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointer
        
        ...so CrossRefBookmark::GetOtherMarkPos can legitimately return a null pointer
        
        Change-Id: I88774cf0d139d017d67d6727ee01214997a73636

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [607218e88f8bfe95d0ee13fb7dcc6fa3c94b31e8]

        Dead code
        
        Change-Id: Ib585af0755bdc6f7aeebc89d5d109d3bb6084e22

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [bd6ab68d19591ee0be2b830affcad37efa3185cf]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I7b1252656a6ada4ab86151462629aaa952011b70

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [bf86a7a44900a52f8cbfed71d5cf8b32a4852d20]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I52d9ae4daf8e4f904f18b150a4adaad9d2921e61

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [71457cb2cb61f20ef569d1600b430ef41a878ec9]

        pct import: Unit test for the clipping import fix.
        
        Change-Id: I8f9df1d92c86c087e37f77209f413ff8c1c6358f

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [ce90fa303234e9e6628bf9dfcc7f81565a639d06]

        MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.
        
        Change-Id: I4b51abf6193c33367edebc82772054875b5b9bba

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [2a649539b723a01649102ff7be3cab2bbdff834d]

        MetafileXmlDump: No need to specify the stream, simplify the API.
        
        Change-Id: Ia08f67e359bbd26cefdba8661f0b0c4ae2147382

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [0048709ce4d86ce5aca116474b43d9f1c5c50de5]

        pct import: Reset clip region before closing the metafile.
        
        Otherwise parts of the image are missing.
        
        Change-Id: If9018c32807359862a9be825b0ebdaacce2d3490

2014-06-10  Jan Holesovsky  <kendy@collabora.com>  [e7944dabfbc80363f41353efcd8fcae0d2f84afc]

        pct import: Add logging.
        
        Change-Id: Ia3fe1ff0075434d0b6903bf978c16499e07d699d

2014-06-10  Baptiste Daroussin  <bapt@FreeBSD.org>  [a5a17ccdbc870b475e6a2dc076a780b55e16ccab]

        Filter out OS not needing -ldl
        
        Change-Id: I5863de6d8b1f0fe2419ea7419b1ff90087bb513d
        Reviewed-on: https://gerrit.libreoffice.org/9715
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-10  Baptiste Daroussin  <bapt@FreeBSD.org>  [098b0bf8630f233fe7d3eba49c85a98929ce9929]

        Do not hard code bash path
        
        Change-Id: I24ee2599ffe8029c3d3888de49cff8bfd0a368e0
        Reviewed-on: https://gerrit.libreoffice.org/9723
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-10  Adam Co  <rattles2013@gmail.com>  [2211a67cc5e577f8abdcc96c9c63865be5fb988d]

        Rewrite import and export of custom dashes in ooxml filter (fix)
        
        The import mechanism of custom-dash (a:custDash) was wrong, and imported
        wrong values, which causes that if you would import-export-import-export -
        you would get inflated values, which might cause a corruption.
        
        The attributes for custom-dash nodes (a:ds) are of type 'PositivePercentage'.
        Office will read percentages formatted with a trailing percent sign or
        formatted as 1000th of a percent without a trailing percent sign, but only
        write percentages as 1000th's of a percent without a trailing percent sign.
        
        During import - LO did not check if it was in '%' format or in
        '1000th of a percent' format. So that was fixed. Also - when exporting -
        it always exports now in '1000th of a percent' format.
        
        Change-Id: I6bd74df26951974f85173227c832386c70034afb
        Reviewed-on: https://gerrit.libreoffice.org/9681
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-10  Baptiste Daroussin  <bapt@FreeBSD.org>  [93152e2633c3da2b1993c69857baf11edada705e]

        On FreeBSD x86_64 is named amd64
        
        Change-Id: I14c653f8b3fe0dc9855aa51643cfc40cbccb763e
        Reviewed-on: https://gerrit.libreoffice.org/9714
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [6519665576343f8a6f6d3bf2ccc57212ff4e2a59]

        loplugin:bodynotinblock
        
        Change-Id: Ia403e6c6c6747479adfc5d77b1306d9383b3e706

2014-06-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [98dd0f2bb5801f974374ef341037e094e4275cbb]

        Related bnc#862510: extend handling of txXfrm
        
        We don't actually need to check mbAnchorCtr to change
        text spacing. This txXfrm workaround works only with rectangles,
        because other shapes' text area can be smaller then the shape
        size. So add some condition to avoid using it for
        other shapes.
        
        Plus fix typos cause regression introduced in:
        53c376d35b7223d53e8c9403390afe53d1f69089
        
        Change-Id: I87917b8e0b2bb97ae1bba773e7dda7f81682736f

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [75ebb553bf6523e9548e4826bbbb2f12d2cbd3dc]

        CppunitTest_sw_ooxmlexport: port testTextBoxGradientAngle to textboxes
        
        Change-Id: Id17c7d4cf9c9bcb81d0da486c9bce44abb04b6cd

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab4279d7f2e613f69d21eef1e3ba6bf09b708b00]

        CppunitTest_sw_ooxmlexport: port testTableFloating to textboxes
        
        Change-Id: Ie20e0ca939139c952f3524c7dae494e24bc7cab7

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [13f7b89c2c74bfe9afa43a4d2187b848aaa5c94d]

        CppunitTest_sw_ooxmlexport: port testFdo60990 to textboxes
        
        Change-Id: I5871ca0c3eea931e2144d7a469844cf3a69d0038

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b076a0d91ade62e678d42eb61153bf4de4531a2]

        DOCX drawingML export of textboxes: write <wps:bodyPr> in oox
        
        It's possible to write this tag in oox (so it represents the properties
        of the shape) or in sw (so it represents the properties of the shape's
        textbox). Do the previous, as the textbox is really just a container in
        this use case, nothing more.
        
        If we are at it, also fix the default value of <wps:bodyPr>'s l/r/t/bIns
        attributes.
        
        Change-Id: I0571b9d8ea7dc0acd5c61f3e28e18400d305eab3

2014-06-10  Jürgen Schmidt  <jsc@apache.org>  [2c5b3e7764d7d3213d3448c3c6c424a19d0c837c]

        Resolves: #i122368# convert inc paths into short form on windows...
        
        to avoid problem with ucpp
        
        (cherry picked from commit 6e370ddd6b532e7bf12df3aa52f93913f4ea8348)
        
        Conflicts:
        	idlc/source/options.cxx
        
        Change-Id: Ia8c7dc3a9a7df68a483dd106cd47c8624952aeae

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [4dbeadb9c1e46ac0008f076cd6f9c5d0a38a4d40]

        Change SfxTabPage::FillItemSet param from ref to pointer
        
        ...there were a number of call sites that passed undefined "null pointer
        references" (apparently in cases where the passed argument was actually unused)
        
        Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [2f8fd888b42dc41662b54a16d62575c2b15e844a]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I13f415f1870d385433c4b9e287c2f5bae170c8ee

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [e8e22fcefd569bdf6c3fbe67bb64206e67c3e6b7]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: Ibf0abf45f0522c7e887f9ce4567aca647325b9ce

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [989527ab41efce2b389fd2d319c87c3f237510f3]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: Ib3334c2bc66bd64711542a7d3e84b27900cda53d

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [147d3f61c4730ac1e545b02888a043f88dc8e3ad]

        CppunitTest_sw_ooxmlexport: port testTextFrameBorders to textboxes
        
        Change-Id: Idf837c1eecc3a5e0d6c82126685e4720e78b4481

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [fa8c1752ee05eaef5019d9c00d53bbb585fe1130]

        coverity#704261 Logically dead code
        
        Change-Id: I382750af7a3570ac8c9b53179db8ede873bf82af

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [470843ff2dde15c39189f9d221a136c1a6a50401]

        coverity#705043 Unchecked dynamic_cast
        
        Change-Id: I554cda341894bbf35c16cdf0d9eb77ffea32f5e2

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [c44c569aeba043fad7ed1a3b7e676d9cde79bfb1]

        coverity#735983 Unchecked dynamic_cast
        
        Change-Id: Id8a2f30e12115049ba107b2e2485ec7206123b08

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [2de2220f6bcf0d1bf0bb17ea1bd67d23d72baa26]

        coverity#735982 Unchecked dynamic_cast
        
        Change-Id: I25924b36c9e2354c68bf56674ae30d6e6274b274

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [08b0691bde28968d37ab0e703f639740ebd761fe]

        coverity#1158096 Unchecked dynamic_cast
        
        Change-Id: I9d02b4e9e4c8dfea73cef3970d11e21eaefb80bd

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [ef68800d967717ea1c450c45a204b0faed9d9d5d]

        coverity#1158100 Unchecked dynamic_cast
        
        Change-Id: I3040703b7182d186ac9e27c33295e929b8dc9ffe

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [0ededb3430ccf41f4fe9fce746416b3111fb38ca]

        coverity#1158114 Unchecked dynamic_cast
        
        Change-Id: I779e1cae1039886b2d43a025930cc50d7aaac95a

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [23f6f4fd1fb7395115d1b94b38d72a45a0825c79]

        coverity#1158115 Unchecked dynamic_cast
        
        Change-Id: Ic37180d32f1308a5065f547584046e31dae88ea0

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [5cbd7b68b93961e706df6e75ea4ab85a9c301a6a]

        coverity#1158117 Unchecked dynamic_cast
        
        Change-Id: I0d78af6a9aa1f206ceaf0cc9942c2a1e450ea980

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [6d166057c95f11f306fb1ccc5730af5b0b2f361f]

        coverity#1158118 Unchecked dynamic_cast
        
        Change-Id: I25cb0dd2d6850565aff8a08e4d3955a497415d93

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [e2de37687c2e68706d2093e19d1b93cec02f0d83]

        coverity#1158119 Unchecked dynamic_cast
        
        Change-Id: Iebe5c7349c2eb33b307b52031e6c1337113785c1

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [0452160624cb8501a5203fb90bad69b2a03e50dd]

        coverity#1158120 Unchecked dynamic_cast
        
        Change-Id: I1f23edb102a77acac1e32f6f0c3ca918de2bb16f

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [d2d00424c323457ff646125e01991d74d8960d34]

        coverity#1158151 Unchecked dynamic_cast
        
        Change-Id: I951694fddb12ebf04316063ef1b06c6f2dcb45e9

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [6e57eb3aebb41b504d51ddb8f5cfd2d44ca7434e]

        coverity#1169822 Unchecked dynamic_cast
        
        Change-Id: If68af1250b285c82539ecf08c713753dc5e74217

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [8371ef9e31aeb0a9ba712f7eaa9296b02a269500]

        coverity#1169823 Unchecked dynamic_cast
        
        Change-Id: I85e7a3ab7d52e45e827d404b8195a65323b1b38d

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [cf7017c89e9ca1157f8f68a4f7d6e4cca2431e83]

        coverity#1169830 Unchecked dynamic_cast
        
        Change-Id: Ib4b77369d2fbe085c2eb6ad996df9db710990c3c

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [3b70067fcc4c278c299c4ccb4dec1ac96f4df66b]

        coverity#1169831 Unchecked dynamic_cast
        
        Change-Id: I26cdb42dce390b899bc2628eedd4157d6457fcde

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [2c99adc3e36eda6f86b6f6708b016f07e455123b]

        coverity#1169829 Unchecked dynamic_cast
        
        Change-Id: I40712dd90398ddd429aa2f1c68db6f7d2238956b

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [31778e3eebf8294c1a5f444f21612078fb45c93c]

        coverity#707350 Uncaught exception
        
        Change-Id: Ic338659d34c91baad715c2181f420d919acf1fe9

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [3cd26a85e3e30c4e75f8ec81a76c48bb16cef1ee]

        coverity#983682 Uncaught exception
        
        Change-Id: Ie5c7ce0ba499ce67365c5e2079a50d73b9849e73

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [668ed132188d30a73607129c95372d17fa90544d]

        coverity#1038491 Uncaught exception
        
        Change-Id: Iacc0ef25b4fad7a28d52d4cfd620d00190cdd974

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [bdb59b76f1d7fcfdecbd5973165b910ab6a1fa81]

        coverity#1187709 Uncaught exception
        
        Change-Id: I9ec74a4bd2daf1444531377ca7a8d684c56aca93

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [a7cc77e37809b9ac61317b5f5ba0e17b5ef14b56]

        coverity#1213458 Uncaught exception
        
        Change-Id: I7bfcda3ec7bfe1bdf46ce11e799972a96d9fc3dc

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [e3427b92835df104e591af1a11569204cc97587d]

        coverity#1213460 Uncaught exception
        
        Change-Id: I801a216f5e900b7d922e95ef201317af5c394f8c

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [88cf5c115d3e8c8540ddb1f90f12434c2b4c014b]

        coverity#1213468 Uncaught exception
        
        Change-Id: I451b13be6b72925e4cfa0e66c5690eca22c54dad

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [6542cffd0b899b913e4b837c668e9d78a8663c13]

        coverity#1213577 Unused pointer value
        
        Change-Id: I7e0b15b7ba48cc5af477b4ea08329d3fefe03f6e

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [62393f455afe84ffa615e0dabdb1ccb69cf0ddb2]

        the nPage argument is always over-written and not used outside
        
        Change-Id: I466c4f87da2caadd51c89573b845ac45f3a6ea0f

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [f4c80aaf3f2b97661ecf1cfd014aaa5ad00da846]

        coverity#1209547 Unchecked dynamic_cast
        
        Change-Id: Ibf614156aeafcd74be444cf388e02a9273d38d5f

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [59e9619ef91322f124b383b80fc21cd09a758017]

        coverity#1222225 Division or modulo by zero
        
        Change-Id: I9a60114833c22d498dbb6258fcb2ceac22c72751

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [10eceebd2271990d17e5aa2f9a6a22162ef24a17]

        coverity#1222226 Division or modulo by zero
        
        Change-Id: I45cbb8dbf2b9e7be6e8dda8603c2ef5f88507d04

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [2fbacba2546bcbc025528e00ef4f1b2bb5950208]

        coverity#1222227 Division or modulo by zero
        
        Change-Id: I96b74d164a582cac13c419267879619e6986d71f

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [07dc4bc71bfa6e4f0fb042102c23c43e4268e04e]

        coverity#1222228 Division or modulo by zero
        
        Change-Id: Icc2bc53a14503f723977dc62252f23327de2dc0d

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [434546a28db713f05961b1e5dc63d7f7fdef34e1]

        coverity#1222229 Division or modulo by zero
        
        Change-Id: I97fd23d19a96665b91154ed260c677f0f76fee47

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [f658532d2ca1f96b177c2578bcd4c8a00dbe81ef]

        coverity#1222230 Division or modulo by zero
        
        Change-Id: I98ccd214be79f3d95c023fd5134d09c1cff3ee32

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [c7661d5af5b230d567cabd83009da6762a5e91f7]

        coverity#1222231 Division or modulo by zero
        
        Change-Id: Id914167a72782741e67ba97683445aec6151fdd6

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [da62285f6b0aee36ce99223b5e568a3994e74255]

        coverity#1222232 Division or modulo by zero
        
        Change-Id: I4a3921df8e6510a37702ae8bd4856ba43c98213a

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [aaaf24322e95b74af0e46e01e9a35a1871fa1be2]

        coverity#1222233 Division or modulo by zero
        
        Change-Id: I699dc60b67d9417a8ac3848c03d7352f9f8ff12d

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [b311aab85f8a26d40d3b87329212288f653dafbc]

        coverity#1222234 Division or modulo by zero
        
        Change-Id: I2832f99c1b4117d1c6d4621f25339e5921d26cb1

2014-06-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a903cac829f0c607b5895cbaae51ab4951ed8567]

        fix assert
        
        Change-Id: I55627efdf50bea4c1371b6c54df67cc71d5fce2f

2014-06-10  haochen  <haochen@multicorewarein.com>  [7cfc80cb1663c1f4b4e813ab90c95fae01d1afc1]

        GPU Calc:Support default 2nd parameter in ROUND
        
        Change-Id: I003ba9c945dbc3c6417d0502902610c0eaff2bda

2014-06-10  haochen  <haochen@multicorewareinc.com>  [c0ea62fcb7f2bd809eea0fd45fb71e31ffba871a]

        GPU Calc:Support 3rd parameter in FLOOR
        
        Change-Id: Ie3a265f34a5f589d41e802b63df4be6a64989b05

2014-06-10  haochen  <haochen@multicorewareinc.com>  [0fa58160b90aa9817e5a6fb18c7427895f4b2f4f]

        GPU Calc:Support IF formula in GPUInterpret
        
        Change-Id: I9b2cebb99812d28e25c961129f73585d60690846

2014-06-10  haochen  <haochen@multicorewareinc.com>  [c3383aafa18ef9d03b04b2a4719e71fdfabc14eb]

        GPU Calc:Support string arguments in VLookup
        
        Change-Id: Ic2400a13c07c5b08beccaeffef4899c8f8b43af8

2014-06-10  weigao  <weigao@multicorewareinc.com>  [aa294679810972d43f1ad0735319d9a06936210b]

        add global scale matrix
        
        Change-Id: Ied37fdbe92a83ac588ccf14f694ffb53769d92d1

2014-06-10  weigao  <weigao@multicorewareinc.com>  [29eceedd7b290ea19aa8deb987b5d6f1fa355198]

        Modified the depth bit to 24
        
        Change-Id: I57387f9250c0c62c3cab7a75571d001fef99fdb4

2014-06-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9284a63adddde51ceb4730b870391b1e2af3de4a]

        iprevent violation of exception spec
        
        Change-Id: I1f638ae3a2e88e0cadaab0046ef087fe77e16b06

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d44b58beed743871df03909e7d9545e488f3d7c8]

        fdo#79676: Fix the Java UNO API test with regard to chart tests.
        
        The Java tests rely on the "undocumented" behavior that, when loading an empty
        chart document, the chart automaticallly created a "default chart" which is a
        column chart with many of its properties filled.  Unfortunately this behavior
        caused ugly side effects when loading documents with charts via flat ODF
        filter.
        
        I believe fixing the test this way is the right fix.
        
        Change-Id: If3e6c8979da9d0731346ebeedc23c0d3363e83fd

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9455b4eb4b0ca3909941f8f394afc509d041f860]

        fdo#79676: Write unit test for this.
        
        Added a whole bunch of missing component files for handling flat ODF.
        
        Change-Id: Ib9d84be14327a1fd9ff64573ba1f6ba90e0bfc56

2014-06-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c5539bb585370f095cb6c09e38a7dd005d237295]

        fdo#79676: Initialize with a default chart only from the UI.
        
        When creating an embedded chart object during import, we don't want to
        create a default chart which would only mess up the chart data.
        
        With this change, ChartModel::initNew() is a no-op.
        
        Change-Id: Id29659c3885ec1e06bed26d2c851123fb63072cc

2014-06-10  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [178550923533b7c015e29d957a2fc3857ba73eb3]

        fdo#79822 : Crash:LO Crashes while Saving the DOCX containing smartart
        
        Decription :
        - Docx file contain smartart and it was created in MS word 2007.
        - MS word 2007 does not create any drawing.xml for smartart
        - So in DocxSdrExport::writeDiagram() diagramDrawing was not set in this case.
        - File crashing at diagramDrawing[0] >>= drawingDom as diagramDrawing is empty.
        
        Change-Id: I6bc38e702f731ad8074b562572fd50f2e29a41b7
        Reviewed-on: https://gerrit.libreoffice.org/9706
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [8f88c3237d71407f50c70736863439a978c8ec2f]

        Updated core Project: help  1730831c4ee7c46ecc58c43c157ff0eb85119d35

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [0dc13e9c06bf5bc188b427f0760d0dc2eee8f75e]

        tweak things to allow switching between small and large toolbar icons
        
        Change-Id: Ife4da4c6f4acc3b3f9fde18cdfc09635cf9b6776

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [ae4da7d36b66bfdf9c253ba69d2bcff979c71d9e]

        coverity#1187810 Uncaught exception
        
        Change-Id: Icfd867bbe24ca738ad409001115d1b0470041de4

2014-06-10  sk94  <eszkadev@gmail.com>  [bf6a770dfe81dfc2567d2f3386d5946c7a6a31ef]

        DLG_INDEXDESIGN conversion to .ui
        
        Change-Id: I84d6531a73e6e726359bd20664b6299ad8a390ee
        Reviewed-on: https://gerrit.libreoffice.org/9699
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-06-10  Michael Stahl  <mstahl@redhat.com>  [c83f56a10f81e066f15445f044e4b349d9ed9605]

        chart2: MSVC does not like override on destructor
        
        Change-Id: Ib0b00ae64d76e3f867b63d0c16a7095f1aed3ca7

2014-06-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3c959ee5dfeace7ba00e82e1247394ad4d4aeed]

        some SAL_OVERRIDEs
        
        Change-Id: I4fe27420606aa0a9a413e08225e9f3be6ee9aca6

2014-06-10  Matúš Kukan  <matus.kukan@collabora.com>  [e7a3aacff7d28577dee371ed5b27317522db7b3b]

        fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting.
        
        Change-Id: If76e80af8dcecf70e4ea624a7f538023c48a5108

2014-06-10  Matúš Kukan  <matus.kukan@collabora.com>  [1ea62b87abc64bd280b35ac683be6aad47e155ba]

        Do not use GetSdrUndoFactory() in sc.
        
        Change-Id: Ib1753203a8ca99d9a62b765bbe6e39f567064033

2014-06-10  Tor Lillqvist  <tml@collabora.com>  [7826428cf80364099a3f351e7fec44043d88b05a]

        Make test-install work also in the non-release-build case
        
        In the (default) --disable-release-build case the -p option to
        make_installer.pl should be "LibreOffice_Dev", not "LibreOffice". See
        instsetoo_native/util/openoffice.lst.in.
        
        Also, the pathname passed to solenv/bin/macosx-codesign-app-bundle
        needs to adapt to ENABLE_RELEASE_BUILD, either LibreOffice.app or
        LibreOfficeDev.app.
        
        Change-Id: If2b8efee096339f9c0cf52e663826d0086b1e35e

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [16889f355d1f7157bad84b42ad5a1b2b715ae767]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: Id73628a33ea4fe4cd749ebeef7b3cd0a87ff4118

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [0721f167a199c2bb2fa52f985665583598b68274]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: I2e05bcf91c534d2aed6e296fe03d367c4c1b7212

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [ea93714e9427e6802e843c4585871aeef0a5e28d]

        coverity#735616 Division or modulo by float zero
        
        Change-Id: I5aaad2cd80e6930cbca57b4df2bfee3a6989ca41

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [d7cd613067dbc07eae0dd1aa5a4a72ae40090325]

        titchy tweak
        
        Change-Id: Ia28447cf35ceb550778297dc515746e93c7d86e4

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [91101dc0437c68b1993e8772f31922661ef0be2a]

        coverity#441139 Explicit null dereferenced
        
        Change-Id: I015125fca5cd3e4c1ac2407c0449fe641991f8f6

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [e123213f46eb1b1e278bc816a97e51f0f3a2ac86]

        coverity#735422 Logically dead code
        
        Change-Id: I5639746f25024b0808e9c4e620bb0fa9f1a2c0b6

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [8f49a83b3c41dfe846a93d6220f27c75ef2fb0b2]

        coverity#1213562 Uninitialized scalar field
        
        Change-Id: I0161cbe1aeebb1fdc8e19ab5b627b319c4c9f7eb

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [1979afcc9b407f82a23dafdc99452ad390e8e7ba]

        coverity#706877 Uncaught exception
        
        Change-Id: I7364afe103f9912b31bde7f4e84baf16633b05f8

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [fea4482ea8bfcb79c2ad83c5402ee84c4d9c3580]

        coverity#706615 Uncaught exception
        
        and hopefully a boat load more
        
        Change-Id: I31cd4e530bd38dda845478a36d8216b7b3f9d7fd

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [ac4d9437b317def515c5d7493d294f47d4102d93]

        coverity#706262 Uncaught exception
        
        Change-Id: I4fb1642153a0abe66ee9290e31813eb11623b527

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [ef955b0c5e1264f5ce1262156125002279918b7b]

        coverity#707245 Uncaught exception
        
        Change-Id: I9579078a845cd25e25b863e08de94aec1687d596

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [d09279cd0aecb65027304a73e9fbaf141688dff6]

        coverity#707429 Uncaught exception
        
        Change-Id: I745028d5bfbb6b1152abf6e0fe4dbc9c697b5d4b

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [e77a2cb2f82e3f928501875cf981167b1576e069]

        coverity#1222236 Resource leak
        
        Change-Id: Iadd6621cebe9426c7c54c81f584b9c6766157f56

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [db176b0ed328b5b1b9e0a1950ab3daf11e6c0539]

        coverity#1222241 Uncaught exception
        
        Change-Id: Ibaf3a5305082b60fadb8a2499712dc4a460cb449

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [1e3eca93162a664c2b79124f37528579bb767e58]

        coverity#1222243 Uncaught exception
        
        Change-Id: Ia0e1d109023c133104574c380a5e7abda5ae2480

2014-06-10  Caolán McNamara  <caolanm@redhat.com>  [e6e8069b6c7ec2e69315a29cab55f9c950a26cfc]

        coverity#1222244 Uninitialized scalar field
        
        Change-Id: Ia12b3fff503c47945d8237c09e679882f1a0ce5a

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [dd90d9b6d7149c68f931805beaa7dbeee8074d3f]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: Ibd738b91d35a1b82e1e7b078ef73c6f6076dc08a

2014-06-10  Takeshi Abe  <tabe@fixedpoint.jp>  [ed9d32908dca5740109f0d9f3233721aa3a49775]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I0cb10efaa3ab08d2cf1338963917d89bdab15289

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [2da7ce3ba8e5838b782fe4f9e26a29c1c7face54]

        -Werror,-Wundefined-bool-conversion
        
        Change-Id: I373d795951120d19bc7664282741d956d1ec3768

2014-06-10  Stephan Bergmann  <sbergman@redhat.com>  [dc0b96639f54acc2bbc9583265aac27d4566c89f]

        -Werror,-Wtautological-undefined-compare
        
        Change-Id: If546680f4c16ccd733188a65d82129ec2358017b

2014-06-10  Tor Lillqvist  <tml@collabora.com>  [8ff6bfb75de0fb073a7e38941fd8f10c855d3825]

        Add --enable-macosx-package-signing
        
        Change-Id: I355158f6cb584d252a21dfbce6e7cea6c70bba99

2014-06-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a72ea67d52bf083034756332bf5f7e5c1c416129]

        decouple CntntStore so it can be refactored
        
        Change-Id: I26554a0e269d63830fd84b37a4323f40c80fc014

2014-06-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5fe5601a658532bd4fe18f08b668c1187827596]

        create factory function for encapsulation
        
        Change-Id: I4cf6ca2855787102f6f9edd477e0d6e4c6a43503

2014-06-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bbcf8a2ea88c0e837db630a9087e1442aa2f9bd2]

        typedef the internal type
        
        Change-Id: I11e785427add72b56bc48cfac1640211dfba6cc6

2014-06-10  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [e49d2b31fb2020d065b4ad940d1031d07b10f32b]

        fdo#78939 [DOCX] Hang while opening due to incorrect modification of Style
        
        http://opengrok.libreoffice.org/xref/core/sw/source/core/unocore/unosett.cxx#1884
        Modifies the refernced style of the numbering rule to use the current numbering rule.
        Actually the refernced style is not supposed to be modified.
        As the numbering level formatonly uses that properties particular style,
        which may or may not be a numbering style
        
        For this Particular document the numbering format refers the "Default Style" (Normal).
        Almost all of the styles in style.xml are based on it. Normal was modified,
        and as a result the whole document was bulletized; Which caused the hang while opening
        
        Removed the addition of style as a PARA_STYLE, as the properties of the
        refernced style are already added in ListLevel::AddParaProperties
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9668
        
        Change-Id: I8cc143805a38613908d2e2cb4827882d4cf40a78

2014-06-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3160a7effe70f10c669b085c840bfc77b8ef671]

        writerfilter: convert fasttokens to Python
        
        It's shorter and f9bf15e19ec823a58ee32bf94da81f3bb1a147bc (writerfilter:
        initial strict DOCX support, 2014-03-07) shows it's a pain to do anything
        non-trivial with XSLT 1.0 -- in that case black magic was needed to do a simple
        unique sort.
        
        Change-Id: Icf4e7b580ce1db6826989500dbf4a012d79acdb9

2014-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32ac015be4d0f33120bc066e7f49e197c7405c45]

        fix invalid memory access related to temporary object
        
        e.g. export of ooo116460-2.xlsx
        
        Change-Id: Id1ca2249e7b1f197a2df0d122c57dd97c4c4d785

2014-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [009c6835aca4a0066c6ae80db8736d8e43af6783]

        avoid access to ChartView after having been deleted
        
        e.g. 49225-3.xlsx
        
        Change-Id: I62f2c39a928619ccfa66f128577de2c71f243a1c

2014-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de95cdd5768b4713a6c7f99716ddac7487dad288]

        don't use temporary object
        
        This avoids invalid memory access with fdo45268-1.xlsx
        
        Change-Id: If141df14d7d747023c944c83c2d8957abe8b95ad

2014-06-10  Katarina Behrens  <bubli@bubli.org>  [3466cbc01ccad09bf852fdbc470744940c5c3054]

        fdo#77987, part 3: use signed ints consistently
        
        everywhere where snap line coords are manipulated
        
        Change-Id: I8de1662680bd6e5dc9d42d633fa591dacc260a9b

2014-06-10  Katarina Behrens  <bubli@bubli.org>  [25678ae57d01ff8d07760d8bf9b98ed5da9b349c]

        fdo#77987, part 2: snap line coordinates can be negative
        
        thus, use signed integers here
        
        Change-Id: I8de1662680bd6e5dc9d42d633fa591dacc260a9b

2014-06-10  Katarina Behrens  <bubli@bubli.org>  [64992cc56e0e8a480e33b847d3a327f8229535d2]

        fdo#77987, part 1: set min&max values of spinboxes
        
        by attaching adjustments to them. This restores pre-ui behaviour,
        as without proper initial minimum value, one can't enter values < 0
        into the dialog
        
        I just copied the numbers as they were in .src file, but they were
        prolly completely made up (and they're adjusted later anyway
        according to size/position of workspace)
        
        Change-Id: Ic09fdd9e947f04d6f2151e9d7a8714f4f1d29552

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [fed6ed72db070db146eb18613e99904a9e368356]

        SwAddressControl_Impl: add SAL_OVERRIDE
        
        Change-Id: I4d77e7aee8370c0e67c80f7fbac0f1e38a4399ca

2014-06-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f0804bc007a31b020cac6a79bc85a9cec46475e]

        No need to check for NULL before delete.
        
        Change-Id: I8618fe6d3b27eb561137dc1e327e50a41f946494

2014-06-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [acf56987b03e03e7e407f383928f58cfb030d9d2]

        Tuck this typedef inside struct scope where it's used.
        
        Change-Id: I2e225fb7afc58f1763e2fc4b9155aafc0e487f34

2014-06-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [019617d590c559dee2f4fdb3524725f9b70da9d2]

        Use for_each with boost::checked_deletor for this.
        
        Change-Id: Iea8ef5138bc98e50a196cb38051a199b326c1405

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [efd6106f098fb327aa84223883da413313f3d7e4]

        de-virtualize these stringify methods, nothing overrides them
        
        Change-Id: Id523ae3f50147fd778a1576c2851d01e1ea8c3ae

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [0584e7233ebf663bbcdc3fe929c0172d895b94ea]

        gbuild: UnpackedTarball: use Win32 paths for make targets
        
        Change-Id: I78f56bb28d4b9b6c0696f83f3e06d836fd3427cd

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [ba1a503feeda6704a1337b9ccc6c0f2288a574de]

        postprocess: command line limit work around for Win32 make
        
        Use var2file to write registry input files.
        
        Change-Id: I0edfd94440a47a0c4b21bf2b354d6467016f5f68

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [9a8c82c66eca101c87d01627522cb5f691d4ad74]

        gbuild, gengal: Win32 make command line limit strikes again ...
        
        ... so add a response file parameter --filename.
        
        Change-Id: Idc71de7508b571b0e0608a65b92cd45e6800f7c3

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [f517362fb6df839e9d1f828b286e1709cbbbe235]

        gbuild: Rdb: another workaround for Win32 make command line limit
        
        This breaks in postprocess (services.rdb).
        
        Change-Id: I573279e510b5f3dedd7e32059688d21c4c844c47

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [e85ddc17698168046d452df35cacfeac3932eedb]

        gbuild: UIConfig: response file to work around Win32 command line limit
        
        Change-Id: I74d7ed5dd35e51168cc788a8336cf932b92102ca

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [59801c706d440d15b0baf0aec4aad30a9c55bd8f]

        gbuild: AutoInstall: work around command line limit with Win32 make
        
        Change-Id: Ice87781147d62d2ba5f7fe3e7cede89a0404c186

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [50b10febf3d8fa76d928581b93c4dbd07a086ad5]

        gbuild: tweak var2file so it handles some shell metacharacters
        
        Always quote the passed string; this cannot handle arbitrary strings
        like $(file) can, but everything that is needed currently.
        
        Also, try to ensure that output does not start with a space.
        
        Note: there needs to be a newline at the end, otherwise helpex
        ignores the last item on the line.
        
        Change-Id: I51a4058591cc4f12dd878c2d113bd5cfc8c22d61

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [0d2542d67ab77134e91317d45ea62e548a692067]

        gbuild, cli_ure: Win32 make issues with back and forward slashes
        
        It looks like what works is to give the source file names with
        backslashes but everything else with forward slashes?
        
        Change-Id: Iaf910ab5fc41984d1315a30b164a334d28344c16

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [fbbce4cb2b55576248e5770efe0ce562d729c09a]

        nss: build fails with Win32 make due to backslashes
        
        Change-Id: I9621b3ae12072634a707123ea375f6eb546d9cf9

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [c55af68ac2b6f1695b305e75be7155834b028f19]

        extensions: tweak quoting for Win32 make
        
        Change-Id: I6e3524ab98ec6ffdea24be808a718b2798e44f95

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [0a41a59a98f9f6866a9797a54e6d9efd38a6d4a4]

        odk: run javadoc in shell
        
        Change-Id: Ifb4a21f6145b303f5c636a61a0fd35b9ccaa9800

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [1cf83a52e9cf75c84b7bdc5dc948b9e5c6e56300]

        odk: use single quotes for Win32 make
        
        Change-Id: Ie6f3404ef034bae2550ca451909fcf120a70a78b

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [637b0ef1b5ecc63c28656df4feac47fb0d009027]

        cli_ure: Win32 make quoting problem, use sed to work around
        
        Change-Id: Ide8a3c574a1904e08921684453256d1d3c98fd78

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [f5111df1f440bdd822f19ed26cd5cc983a57c2d1]

        libabw,libfreehand,libvisio: avoid some quoting issues
        
        With Win32 make there are problems with the sed expression.
        
        Change-Id: I6d7fe52a233ef88a43ee1b6e3378fcb7b0792d07

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [548da05c53f007624d31e6ba46b4769dae9c4035]

        curl: work around mysterious xcopy failure
        
        When building with Win32 make, the xcopy at the end of the build fails
        with "Invalid arguments" error, which is clearly wrong, since the
        arguments are exactly the same as before, and furthermore curl is not
        built with GNU make at all, but with nmake!  W-T-F?
        
        Change-Id: Idc0b362202e1d14722573662bebeda0bc7070660

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [0a9f1cf88a9e891c3e33e371b57e29364fd4f00b]

        openssl: stop (ab)using fix_end_of_line to break symlinks
        
        Win32 make has problems because the command line gets too long.
        
        Change-Id: I157b7b2b61353b158b1a3f412331e54aafec206c

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [1817366cb5f61337b34b5284615d3d4e0a8aa68a]

        gbuild: remove config_libraries.h and gb_Helper_generate_config_libraries
        
        This much ugly complexity, generating a header on every gbuild startup
        etc. is really not warranted for 6 callers of the generated macros.
        Also, the Win32 make has problems with the quoting.
        
        Change-Id: If945e09c1730e52174a6084677842dc611d66b2f

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [2aab2f4b7b0736e19b76abad652bbb055b18b857]

        gbuild: partial_build.mk: avoid a problem with Win32 make
        
        Somehow 2 successive / in a path result in $(wildcard) returning
        nothing.
        
        Change-Id: Ie8b84543d36fe50fa706b9ccabcd280a7e3913ab

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [fe8c5f632cf88fa1a829473040e095e060b1217b]

        Makefile: prevent Win32 make from doing CreateProcess(autogen.sh)
        
        Change-Id: I2ed9c346a8e9cfa26aa2b04f554c56f02c400829

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [aa617a3a594e81d2e3ff679ed5e1a9c33fcb419f]

        concat-deps: Win32 make $(file) will end lines with CRLF
        
        Change-Id: I3677de94e064c2f737cc7882b3cc4f42a6bf626a

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [ed4a51b84b05eea24f9e1cb0bdc2058c2fe6f06f]

        svx: Pakage_gengal is not needed on WNT
        
        Change-Id: Ia012b38485f002748133c4a5f0d32d5d87168549

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [dbe2f8900fc5dc411abfe6e4e7e8c92cdd6892d1]

        python3: stop symlinking directories on WNT
        
        Change-Id: I281d3dd66a8db8da44cce60bade4a0ee7d1df763

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [bcca34ed26d82cc79b796ae16ef946fc13f0b1cf]

        fallback to DefaultEncoding when eCurrentEncoding is unknown
        
        as seen when saving abi10092-1 to rtf
        
        sal/rtl/string.cxx:186: OSL_ASSERT: pTarget != NULL && (pSource != NULL ||
        nLength == 0) && nLength >= 0 && (nLength == 0 || rtl_isOctetTextEncoding(nEncoding))
        
        Change-Id: I638b94041899145f42ecd80982d8e7c0330b35c0

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [c7d70ec415750de34a632d523111774e47046a06]

        fix build error
        
        Change-Id: I9db006805bfd457663762e2fd2863d096b2547b4

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [39b09b67019b562a0ce0a47e18ce3264f5b65350]

        use ok, cancel, help like everywhere else
        
        Change-Id: Ibc4a5ee29fd9a6e734bef7ab9ce404aa8beaaaac

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [ed53e00d0e3eafe06f7d8739cced0ed8029d2eb6]

        drop unused helpid
        
        Change-Id: Iaaa129d1baaab485e9700776182cd8d28b134b88

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [8b208731bcd7257242f0e102873c8bc29f7003d6]

        valgrind: conditional jump depends on uninitialized data
        
        load abi10122-1.doc and save as rtf
        
        ==8717== Conditional jump or move depends on uninitialised value(s)
        ==8717==    at 0x4E741D5: rtl_str_valueOfInt32 (strtmpl.cxx:682)
        ==8717==    by 0x2C3B4C6D: rtl::OStringBuffer::append(int, short) (strbuf.hxx:594)
        ==8717==    by 0x2C3AF36A: RtfAttributeOutput::FormatSurround(SwFmtSurround const&) (rtfattributeoutput.cxx:2840)
        ==8717==    by 0x2C4EA31B: AttributeOutputBase::OutputItem(SfxPoolItem const&) (ww8atr.cxx:5426)
        ==8717==    by 0x2C4D6EF8: MSWordExportBase::OutputItemSet(SfxItemSet const&, bool, bool, unsigned short, bool) (ww8atr.cxx:303)
        ==8717==    by 0x2C4D8D0B: MSWordExportBase::OutputFormat(SwFmt const&, bool, bool, bool) (ww8atr.cxx:872)
        ==8717==    by 0x2C3A9636: RtfAttributeOutput::OutputFlyFrame_Impl(sw::Frame const&, Point const&) (rtfattributeoutput.cxx:1702)
        ==8717==    by 0x2C450C95: AttributeOutputBase::OutputFlyFrame(sw::Frame const&) (wrtw8nds.cxx:2970)
        
        Change-Id: I357e77f7a163fd9bb463d1a39f47381c23aa9eef

2014-06-09  David Tardon  <dtardon@redhat.com>  [be4b837ed225af13d6f964eca7e3f95e44c8e45a]

        move UOF and Office 2003 filters to xsltfilter module
        
        Change-Id: I6e5ac310567bb7bd12fbba444e4e1deb9fea30d5

2014-06-09  Tor Lillqvist  <tml@collabora.com>  [c506639c9310184d6c35e8ffdb4dafc639d7c92a]

        A few improvements to macosx-codesign-app-bundle
        
        Try harder to handle app bundles with space in name. (Not sure if this
        version yet does that 100%.)
        
        Include the directory names in the "ids" to make them unique. There
        are lots of files with the same name (in different directories, of
        course), especially in an app bundle that includes help in multiple
        languages.
        
        Change-Id: I424c539f6389ac6f7c9cef96aeb873ddac459f78

2014-06-09  Tor Lillqvist  <tml@collabora.com>  [9835fa87ac6ffe43bd9cc85839b2fea1fca2fcad]

        Use essentially the same OS X code signing script as in libreoffice-4-2
        
        Change-Id: Ica7dcc823cc7027a00b15d2dcf5b73b0ef322189

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [ee710b09f820aea01ec49521fad7d9525c5f9fa2]

        this widget should be hidden until expanded
        
        Change-Id: I1a6612428e3d9b98073983002db79b6f997d3968

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [eb4cd7e74d083a67c80e7cc66a5b3aa21fcd5b3b]

        some remaining sal_uInt16 to sal_Int32 editeng ESelection bounds
        
        Change-Id: Ib47dea5c2d965cf613c465e624a1bdd81becb1c2

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [f1f7f3f1d846f50bc90e56d8c0ce9d6d4b9a286c]

        Updated core Project: help  2a3ca8223d8669fe1f00445af80d7b84bfd73b00

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [bb9f5c9a514cbadc371aeeed2f0d909d009eeba5]

        scp2: kde module wants to install executables now
        
        Change-Id: I573a48a96061e0d8b30c8e15fb9235df68c4f4e5

2014-06-09  Michael Stahl  <mstahl@redhat.com>  [7ea6e5412d067001da4ab5a45aeb0ce8d58cdbad]

        gbuild: avoid leaving invalid .d files behind if build interrupted
        
        The LinkTarget command builds the LinkTarget's dep-file as well as an
        optimization so the next make does not restart; in this case the
        dep-file is not the target so it will not be deleted by make in case the
        build is interrupted, and the next make can choke on the partially
        written .d file.
        
        Change-Id: I13b1884f1a974b7ce10b00e1df1d0f30222f4790

2014-06-09  David Tardon  <dtardon@redhat.com>  [9266664937251b802e1b48c83f5a76c6767c390f]

        rebuild filter config. after makefile change
        
        Change-Id: Ibc788e248ea0c63e05c55d78ec059c48cff5dd72

2014-06-09  David Tardon  <dtardon@redhat.com>  [6e299a555dc03982f6e03434f2726ca440fcee53]

        rhbz#1105376 move FlatODF filter config to right place
        
        This has been broken since 3.3(!), when the old XSLT based import/export
        was replaced by a library.
        
        Change-Id: Id335f296c5a0e2c15d1748f8a14ac8d4001e1d15

2014-06-09  Noel Grandin  <noel@peralex.com>  [6921edd448c901cdc9e132886b5b102bdd368ad9]

        compile fix
        
        after my commit 184a00b96235f6432294ded63ce4a4a318effdb5
        "loplugin: inlinesimplememberfunctions"
        
        Change-Id: Ib46d862b90566506c3035a12eeb01892b225ed51

2014-06-09  sk94  <eszkadev@gmail.com>  [d92c199664a122b46ef0d3a64261fe05a84edb20]

        DLG_MM_CREATEADDRESSLIST conversion to .ui
        
        Change-Id: I50b48599eac27be7834c61e4223541f662afd4c3
        Reviewed-on: https://gerrit.libreoffice.org/9680
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-09  Elie Roux  <elie.roux@telecom-bretagne.eu>  [6f6673c5d1b4e6ea4982621f2817eb5d5dc10377]

        fix fdo#40073 : look for translated frame styles
        
        LO was looking for untranslated frame styles,
        while at this step, the style list contains only the
        translated ones.
        
        Change-Id: I36173fc871582f974184fc95bb4d1a82cd3de783
        Reviewed-on: https://gerrit.libreoffice.org/9683
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-06-09  Tor Lillqvist  <tml@collabora.com>  [f73a8785bd8a37cb17168456f8f03668ef74e32b]

        We build no avmediaQuickTime library in the sandboxed (i.e. App Store) case
        
        Change-Id: I373e435037279d14bde819ffaa38e510ced9a029

2014-06-09  Luc Castermans  <luc.castermans@gmail.com>  [5da12788c97e945fa8a676cae877058d297ffb59]

        Translated German comments   dbaccess/source/ui clean now
        
        Change-Id: Ida2d2dbe95f290e2f32ed2259b8f9bdb27cbf2f9
        Reviewed-on: https://gerrit.libreoffice.org/9689
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-06-09  Caolán McNamara  <caolanm@redhat.com>  [7e600aca08ebbd69b0c8ef924c84af4dcf80df56]

        Related: fdo#78151 force outliners in master view to be read-only text
        
        because these contain place-holder text and it doesn't make sense
        to be able to edit them (unless some-day we support custom place-holder
        prompts)
        
        because they are now read-only add a pair of "show next level" and "hide
        last level" features so on right clicking the last outline paragraph
        you can make the next one visible, or make the last one invisible
        
        Change-Id: Iea24d810f298156cfe2f32aa53d0515da45e08eb

2014-06-09  Noel Grandin  <noel@peralex.com>  [5d1e22d52a659b12fe7f6b5870bd12d07ddca0d8]

        improve safety of loplugin inlinesimplememberfunctions
        
        don't try and move functions containing comments
        
        Change-Id: I2de8fc8be851af979acf9d1a91e7cdd9a5dc6a32

2014-06-09  Noel Grandin  <noel@peralex.com>  [184a00b96235f6432294ded63ce4a4a318effdb5]

        loplugin: inlinesimplememberfunctions
        
        Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b

2014-06-09  David Tardon  <dtardon@redhat.com>  [534015ad4fd08823b4393dab1ad5d42dedd7bf62]

        kdefilepicker is autoinstalled now
        
        Change-Id: Ief3d602b81c0c8ea3ea931077141856199ac47bd

2014-06-09  Takeshi Abe  <tabe@fixedpoint.jp>  [cb28c59ff262cfc03dbd893dfe281ed41958b2c0]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id24acc128cf345a660e552f64c857906229f59c0

2014-06-09  Julien Nabet  <serval2412@yahoo.fr>  [c892c60ae7823a735879d42df3a44b582a3ed146]

        Typos
        
        Change-Id: Ic6cf922c9a4feb4b80ee376d269266b2fc24ae6d

2014-06-09  David Tardon  <dtardon@redhat.com>  [231791b6587310d91747564990d6bf3b7cfa1e65]

        Revert "add missing dep on dir"
        
        This was a PEBKAC. The dep is already made in gb_Executable__Executable_impl.
        
        This reverts commit d14624c0f356035248983940b193ee71fc5c3c4a.
        
        Change-Id: I3342714422a3fd23d2d896773f4917130dbdc931

2014-06-09  David Tardon  <dtardon@redhat.com>  [04c18d98557a3a85660877b42dff6e10324e3699]

        remove a bunch of unneeded defines
        
        Change-Id: I02e99812b7a6afba04afee1b5c810bf5b1640c51

2014-06-09  Lionel Elie Mamane  <lionel@mamane.lu>  [ade17fc916caf7c7bace630eaf83ae16215a2cc2]

        fdo#79786 implement getFormOperations for data grid (table view)
        
        Change-Id: I704057b25ca11633ba62fbb834bd2e6095f348f3
        Reviewed-on: https://gerrit.libreoffice.org/9685
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-06-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [336364b46d71e08b441f0cc35b95d88bf1af40ff]

        Revert "Revert "Make sure to dispose services supporting the XComponent protocol""
        
        This reverts commit 044be7107a97169e80360c79a9d07bec263ac818.
        
        It only works sometimes. Still a deadlock based on a race condition.

2014-06-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4f144b5bf1bd58b3b5fdd0919626d8918e70699]

        don"t execute test on windows, deadlocks
        
        Change-Id: Ic000a4961d770ad7f84aef0562e1d033f1b6a089

2014-06-09  Takeshi Abe  <tabe@fixedpoint.jp>  [3032efc7a2deda527887074690fd9fdbce1325b5]

        fix the error "KDE is not a valid group for executables."
        
        Change-Id: Ic9f545be0d7ed53aed4b08588132d1c7b740313b

2014-06-08  Rene Engelhard  <rene@debian.org>  [44c34a00c79b49cbc96f1d2e34fcf76b33f63238]

        kdefilepicker is a Executable, not a lib...
        
        Change-Id: Ia02230821a3a2b749328908d05added408558f0a

2014-06-08  Rene Engelhard  <rene@debian.org>  [9ed9f571735dcf426d395317f24ee98bea81ea7e]

        also move kdefilepicker (for obsolete kde3) to kde
        
        Change-Id: I93e6ec47e0a3d9cf6f322bcefa3c97a4a0c5d871

2014-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d5de8092404bc82391d6bf98b5389ecc232fda8]

        gbuild: move vclplug_kde* to the kde section
        
        Change-Id: Ia2b5df76be4d5a376fb28c2460f286e3f2b4acc0

2014-06-08  David Tardon  <dtardon@redhat.com>  [d14624c0f356035248983940b193ee71fc5c3c4a]

        add missing dep on dir
        
        Change-Id: Ib10f30620027ad8a79a8464abee094e3961684d5

2014-06-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [81b2b929078cdc0e85b20e96c828244e2384d54c]

        testcase for e6300f83d08fd959596551dcd660eb0fbfb248a6
        
        Change-Id: Ia43c14665e6d1684d840da3516f69e951026c293

2014-06-08  Tor Lillqvist  <tml@collabora.com>  [7302770f4c391aaa283a9557fe693f5fd47f35bb]

        Use MACOSX_APP_NAME (with dashes instead of spaces) instead of build-time name
        
        Change-Id: I01bf646635668429c68f53bd6ab543b7a8b0be2d

2014-06-08  Tor Lillqvist  <tml@collabora.com>  [02d84b903eca7cfafdf250a34edbbabf0c43eeef]

        Use MACOSX_APP_NAME
        
        Change-Id: Id46f2f83ca01a786b93ecce4aa41dea41c45e718

2014-06-08  Tor Lillqvist  <tml@collabora.com>  [d7b3b5c09d2acbdf385cbf3b87002235594e14ad]

        Add --with-macosx-app-name configure option that propagates to MACOSX_APP_NAME
        
        Change-Id: I5997669d9e990c302871e08a336a4d8365d5aa13

2014-06-08  David Tardon  <dtardon@redhat.com>  [f3dc0e2aba005ce06991e8c7c50f0c8eebea3559]

        add newly supported mimetypes
        
        Change-Id: I9f19cfefb7f789f410d033abff8317feeed8e16e

2014-06-08  David Tardon  <dtardon@redhat.com>  [0e9d19d5062ad219f34fc0c37179a31846a456fc]

        these symbols belong to libswlo
        
        Change-Id: I04b970a58b5d138b89f4eb331b3f53ebcb55236a

2014-06-08  David Tardon  <dtardon@redhat.com>  [6ef15c11e04e0fc28b72845bf26dc5aa08cbb648]

        another blind fix for windows
        
        Change-Id: I5cd5ec37ac8779901d05e573c0c227addfe8e1c3

2014-06-08  David Tardon  <dtardon@redhat.com>  [dedfd75d9c9254b47e518bf5b24acbf27ca88a55]

        blind attempt to fix windows build
        
        Change-Id: Id6f9eb9cb9e5a05732561ae575156cac3c083854

2014-06-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [684d79906ff8e84dc2872b33e65c7d8dc303bddf]

        avoid memory leak and invalid documents
        
        See e.g. fdo54757-1.xlsx exported to ods.
        
        Change-Id: I81fb9a18519c5770b52dfb8131211e440ad9682f

2014-06-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0179d35fb3bcae57777d628087fd7adde357187a]

        workaround for DBG_UTIL XML correctness checks
        
        The current check will always be hit as the StartXmlElement does not use
        a call that puts the element on the stack. So copy the pattern for the
        EndXmlElement class.
        
        However we should work on getting rid of these ugly hacks.
        
        Change-Id: Id1141f4afc78a0cae1e4b7accae76e6ae08b77a7

2014-06-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0620ca9d81d844452cfe5a65f1416417ac01154d]

        check for empty string before accessing first element
        
        E.g. fdo#64530-1.xlsx
        
        Change-Id: Iff2d026f6e876ab76c9b89b8200413d6c3a7a0e3

2014-06-07  David Tardon  <dtardon@redhat.com>  [f18548eb689d9e5effe0ab7c01639b4d13e2f14d]

        oops, libwpd -> librevenge
        
        Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9

2014-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0fdee8abf7d46f9afb90e5d7c78037fff5b34b1]

        oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTS
        
        Change-Id: I8cf274902bb5fda9fa70ab2af9e399db82d85d1d

2014-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [effb5781dd0414b04dda4358605519e88a8ed3ac]

        writerfilter: document what RTFParserState's LO/HI/DBCH does
        
        Change-Id: Iee70bfdecafb28a56440e5a4bf6d7ace54ea6436

2014-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [31c11dfefcaaadf3a444bb842a73637a2952c450]

        writerfilter: RTF_LOCH is not a NOP anymore
        
        Change-Id: I06297a0c88c931cbc95e24de472d43339fd5116f

2014-06-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8416ed30b0d52bcc0bdfd6e39304f99cd98aaa1]

        writerfilter: remove unused XSL templates
        
        Change-Id: Ie0f7cbaf2061894bea6589073f619ed15d0201ec

2014-06-07  Jan-Marek Glogowski  <glogow@fbihome.de>  [b92ef157ecb43f6afc0494fb32e586eef5ea017d]

        Remove accidently committed file
        
        Looks like the file '2' was not intended to be included in the
        
        commit: "Split out IDocumentDrawModelAccess from SwDoc"
        hash: 86075a3f0f095cde29c6460d7e5dd4069ed89d00
        
        as it's a copy of sw/source/filter/html/htmldrawreader.cxx
        
        Change-Id: Icf75737f4fe7b84d22166c8298ce1e47010739f5

2014-06-07  Julien Nabet  <serval2412@yahoo.fr>  [48882c10e7547a8df021f73630094e485b66e72b]

        Updated core Project: dictionaries  ad4dea48c420f123afa083ac5cc4b12287c9c17f

2014-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baf7b38e387b857c46dbe3d01cde166a7381bf63]

        fix Werror

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9ea3e3a2fbe9c200a2b7fe11e48765d1d8389eb3]

        column storage might be changed, related lp#990868
        
        Change-Id: Ibd196484c8c5199e7398726a250082c266a89229

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [86f8772131a0588f3bfa4f09cc03746a2afe8cc8]

        don't try to import invalid document, fdo#79135
        
        Change-Id: I3b601d629550078a8fa353bf838619f8d7b34718

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [127b11cbf944d51640c45801693b93ab3b18b14b]

        make sure all objects exist, related fdo#75692
        
        fdo75692-2.xlsx and fdo#75692-3.xlsx crash.
        
        Change-Id: I56353e7da1850a49e18d3a570641843600d34b1c

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [af8ebb607c5c4a37d549cf8a49be02fe7830c55a]

        remove debug output
        
        Change-Id: I7c56adf0cd91f6474145708d91988c974e1ea854

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4d12fecb5b3891a316d405a9e61280465172a319]

        make that variable protected again
        
        Change-Id: I17235397e490458c250165c36bec97bf1ce326d7

2014-06-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [439550c9f1c848023b4b95266f9d78671c468ee3]

        remove unnecessary and unused chart debug functionality
        
        Change-Id: Ic8100b2afebe469709723b324394e08b7669d911

2014-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [044be7107a97169e80360c79a9d07bec263ac818]

        Revert "Make sure to dispose services supporting the XComponent protocol"
        
        This reverts commit 4cacc6080e61374fd573fffb3bc2a54968c1b61a.

2014-06-06  Thomas Arnhold  <thomas@arnhold.org>  [4c3b36073ae542fc5a8ccffa685a4105525b3394]

        Bin ugly (ab)use of preprocessor in headers (final part)
        
        Finish the work of ec8617568ff091026b2f17cce3b547b1633fa6c4
        
        Only one is left: SC_PROGRESS_CXX
        
        Change-Id: Ifdc07ec377d7a84e92bc4b0a66ab82b1fc93f76a
        Reviewed-on: https://gerrit.libreoffice.org/9636
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [cae83eb8b6906bba4abf9b625b84364e5f6e36ca]

        commit id with ccc in it breaks regression test
        
        Change-Id: I1a222fdd5e837a4d0071f8b4d03b80c1d104f235

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [483626d8372309d1562a74ce659288f0905b4198]

        coverity#1209548 Unchecked dynamic_cast
        
        Change-Id: I0adb2380d6804fef43812be3b9a6f32706fd7a4a

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [8a0230e78ce2a752749b62f0761849a72b367551]

        coverity#735444 Logically dead code
        
        Change-Id: I32b6475812be6dfd9912f7fc6646b349cdbfbbe1

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [6d462764cff1e41114599c51eea7fa6e53489e59]

        coverity#735442 Logically dead code
        
        Change-Id: I8e182a18e70f230e67f2f452bbfca442e5585212

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [9656d6c488a0df551a3c9aab4fea23a3b23a97c0]

        coverity#735441 Logically dead code
        
        Change-Id: I790904fb030d2bfc96cd967b2b4b449e62f8c536

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [05aa604f029a4d09c4991c04b7bd90165dd759cf]

        coverity#735910 Dereference after null check
        
        Change-Id: Ifc85be1fc2c0e6d6764c0f1c4a237623d6d13a7b

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [cf624463024112689ff8593fd6fd82a488c07566]

        coverity#735806 Dereference after null check
        
        Change-Id: Ie7a05e694585bcc624bd69b4400d84a05fbc48fb

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [105021a1f3d103803dab2d8f277eea2a46e993f5]

        coverity#735798 Dereference after null check
        
        Change-Id: I57accad3d086f0c4ac4592b1f4dbd9852596196b

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [f7d51f43deda5e28df63f1b8e168e84838d0d0b4]

        html export: More standard time specification in <meta/>.
        
        Change-Id: I1a62d12531029cc36fb8aeabecb9d92a8af837f7

2014-06-06  Thomas Arnhold  <thomas@arnhold.org>  [c2034f3993ab0e6f4550f3059b3229bc319b6b56]

        fixincludeguards: fix include guards
        
        Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b
        Reviewed-on: https://gerrit.libreoffice.org/9629
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0ed60a973753d143158c5b17c781bac07bfc3827]

        fdo#76281: Fix wrong square brackets in exported citations
        
        There was a pair of unbalanced ifs in the code to write the opening
        and the closing bracket, they should have the same condition.
        
        Change-Id: I9b3e64486d1b87a8df65d351f01eb4cc9a8b8c44

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [b00d84975ebbc254821e8fa64173cf7c7f2c6a01]

        sd html: Provide some minimal reasonable defaults.
        
        Change-Id: I72b02f7d87cf6075d318c1cc0d7288e27bbe1b9c

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [2f5415349138f21cc288758964ecb9e76bbacdee]

        sd html: Unit test for the metadata export.
        
        Change-Id: I1e38e28b57e816a0829d1a56f2ffcb32d8f93718

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [db9f42f0c044a6a6ca9e57bef57507ab05d4e79e]

        html export: Close the <meta> tags.
        
        Change-Id: Icca58dd1531f2442fe5878ed9524a3611c0601ea

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [1380f5d5425b0860ed7aa9d1a876fed76449ffbd]

        sd html: Implement export of metadata in the single document case.
        
        Change-Id: Icf99c9bcea187e2a3127b97050d6ddb072540b0d

2014-06-06  Jan Holesovsky  <kendy@collabora.com>  [0fe9defae696fafd0f4e33586375f5c3aedc104b]

        sw html: Translate some german comments.
        
        Change-Id: I4b8e83dc53e09ba18b5cd0e907ce2412d7f7dd98

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ab695374e92bdca1301543cdb105a6f3a3c446b]

        CppunitTest_sw_ooxmlexport: port testFdo58577 to textboxes
        
        Change-Id: Ic309c7f2a3df46a4813646902a595408f4751fcd

2014-06-06  Michael Stahl  <mstahl@redhat.com>  [26f76e859761b5fa39196edff454644d7fb36a02]

        revert sw part of "don't swap in all images when loading files"
        
        Half of commit 9b9eb2e4f619c63eabdc54b5d749ac55d8eaf333 is obsoleted
        by orw's fix for i#124999; not sure about the other half.
        
        Change-Id: I337a4bbf79912c02be7c7c56c5705253b3d7b125

2014-06-06  Oliver-Rainer Wittmann  <orw@apache.org>  [b181a3cdf8fc0206c4c71fa7d29d3a04b0caa46b]

        i#124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic>
        
        instance has been set, too
        
        - <SwGrfNode::onGraphicChanged()> - assure that graphic is swapped
          out in case its swap in has been triggered by this method.
        
        (cherry-picked from commit 4dbdc0ce931d7686583a49e68f8df09827357beb)
        
        Change-Id: I3e6aa68d9507095925dec37075abcdf9da58c804

2014-06-06  Oliver-Rainer Wittmann  <orw@apache.org>  [adb1bb21f804c62004f31ad5473d4cf447436b9b]

        Resolves: #i125000# check last status of newly created...
        
        <Gdiplus::Bitmap> instance before using it.
        
        (cherry picked from commit b127235917610b9c68e19df29bb39af496906569)
        
        Change-Id: I97364cf963424b0e8d0b52b3c995bd4defdca067

2014-06-06  Noel Grandin  <noel@peralex.com>  [a10a621b48a30904b970ce01cc0bf2aa15cea9cb]

        simplify SfxListener::EndListening and StartListening
        
        No-one is using the return values, so we can simplify the methods
        
        Change-Id: Icc2dbfb797bcd82afcbf42ed3bdc20b0426ccba1
        Reviewed-on: https://gerrit.libreoffice.org/9542
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [016e1f888946b829563efd1e771d88b23c1730bf]

        CppunitTest_sw_ooxmlexport: port testFdo66688 to textboxes
        
        Change-Id: Iada46e037844b010959b153b5e895fd2be021d68

2014-06-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c4ac853409afcb451bed0d044d36131a08e8e403]

        fdo#78860: Swap the logic here: Disable -> Enable.
        
        Because the UNO property logic had been swapped earlier.
        
        Change-Id: I35af3e8cee3c4cbc8da43d7bc478f506048887b0

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [28e9b5bc01ee25d8f456cf7acb1d618a5c0a8db8]

        oox: support non-TextFrame shapes in WpsContext::onCreateContext
        
        Change-Id: I692fa22132cd3a722b58de22e3dbb759ff888e5d

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [b6bfcaa054dd760bf49e47a3f5bcb36ab7fc0588]

        loplugin:saloverride
        
        Change-Id: I5ee17a1e5ea28e6ecf371bea30b36923586f41cc

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [81ec888f2503ce29a26d32248b70aded0301d987]

        -Werror,-Wmismatched-tags
        
        Change-Id: Iac83316d69e85f2da3de32d8023c228f678c8f08

2014-06-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [46d682eec92bb241f4604a4b6ab42a3859cd0d48]

        bnc#880763: PPTX import: wrong z-order becuause of wrong import order
        
        importExtDrawings() must be called as soon as possible,
        before parser starts to parse the next shape.
        Call it when graphicFrame tag is closed. This tag include
        the reference to the SmartArt.
        
        Plus fix up import tests.
        
        Change-Id: I9e8d54c2b1afeb78a1122390dc4982d580c152ae

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [37183595bb3b4d58682f90fd9f6713bedcb852a2]

        Fix memory leaks, by refcounting LwpObject
        
        Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [7abe976be5166845c5f43b70a0dfb38608d31356]

        Avoid undefined mis-aligned memory access
        
        (assuming this shall always be little endian, given "Intel" in the function names)
        
        Change-Id: Iff7e1305108dd0f8d9fae762c1f715e2e7b481b3

2014-06-06  Tor Lillqvist  <tml@collabora.com>  [9b57a0aeb841506cff387eece9015505086e353c]

        PackageMaker does not exist any more
        
        Change-Id: Iefd1980fc87daa709e8e5c833407c2595e71b401

2014-06-06  Tobias Lippert  <drtl@fastmail.fm>  [3aca57fb9c7c979d971cae6bb3ad73c6dc412685]

        TOX: Extract generation of tab stop attributes to its own class.
        
        This allows us to pass through less parameters which are only used for
        this functionality.
        
        Conflicts:
        	sw/inc/ToxTextGenerator.hxx
        	sw/source/core/tox/ToxTextGenerator.cxx
        
        Change-Id: I5a03cf8ec6d86d05f2a7f7771668585669c1e595
        Reviewed-on: https://gerrit.libreoffice.org/9613
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [67b4b34cce4abf745b24c858d533a25c291b5093]

        coverity#1202902 Uncaught CoinError exception
        
        Change-Id: I93488fa942f1975b9c32be6d37fc76ea955a2067

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [735cd3407856e0a6572eb6bbd402187dda2cdff4]

        CppunitTest_sw_ooxmlexport: port testTextFrameBorders to textboxes
        
        Change-Id: I4d7a6a13a721282450a1c217defb84f386535a74

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [020035a0e0f8a36c298bb1c674f61fb9191bc41d]

        CppunitTest_sw_ooxmlexport: port testTextFrames to textboxes
        
        Change-Id: Id52ab22e2981ebda3960acabe473fadfafc67e72

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [fa49b57806e1215f156a525cf9123078a32841cb]

        Fix memory leaks, by refcounting XFFont
        
        Change-Id: Iecfddf21f19313f46ee2544fad9c4df1e399e0f5

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [c50c800f9c183f12aa75d64a386c3b9f20731d70]

        coverity#708822 Unused pointer value
        
        Change-Id: I6ccd4c2ab97237806652059d6ae2cd23a6dc1625

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [4d33acbfbda4d72a8c4ded4ac9df6f1aee667424]

        coverity#708896 Unused pointer value
        
        Change-Id: I8cb1d720a8fb22ba2153c5f556e4bd538f5ea8af

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [4c4901893f2f734385411a76fa33d82a98ff714a]

        coverity#708898 Unused pointer value
        
        Change-Id: Ida87450bda99260d9e153bb9e48d8867f53d42ca

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [6407a1bd8094aa86522566693c6d6ae631f4610d]

        coverity#708901 Unused pointer value
        
        Change-Id: Idb9be9f594b9ab3d1837c003d4a748f9693f5ceb

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [96965fb39d6d376e91030a01c11f16f9428ddf2e]

        DOCX drawingML export: don't export textboxes of shapes twice
        
        We already had code, so that in case a shape has a textbox, then we
        wrote the textbox contents as the shape text, but textboxes were still
        exported independently as well.
        
        Build a list of textboxes at the start of the export, and ignore
        anything that's on that list during export. In the future, if both RTF
        and DOC will support textboxes, then this can be moved to
        MSWordExportBase.
        
        Change-Id: I9370b2bbda515ef605281ad398a358b2f24d8f0e

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [3b8ce44eba33b04773efe4806583a746233a25c9]

        -Werror,-Wunused-macros
        
        Change-Id: If8685cf1cfcfb25fd611e385d0b32d0b7963cd21

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [a3c0ba9c3206670169d6a7b48713c8db5ca10e34]

        Updated core Project: help  a87da6b2546423f1727b2d857dcfe78aa6bf53af

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [d4259530a627733f1034dbd4cf15b6f1142121c9]

        loplugin:saloverride
        
        Change-Id: I67ce0ceea8ee022493311d58acd0211897208631

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [5918209d281927b714850157b2d1415fa8765c6f]

        Resolves: fdo#73675 tweak conversion to use SvSimpleTable
        
        Change-Id: Ibfa5c806581c450a0b0407cb07751e06dd3a787e

2014-06-06  sk94  <eszkadev@gmail.com>  [c45c6e4116b30a90dd69c7d9dda1eac6c0597c7f]

        RID_SCDLG_COND_FORMAT_MANAGER conversion to .ui
        
        Change-Id: If3e0ac5afd73ed31f8c21ab68d0c3c765cb447f4
        Reviewed-on: https://gerrit.libreoffice.org/9660
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [bbb44f9d9b6a1f658b722eb4fc99dc42d1739edc]

        -Werror,-Wmismatched-tags
        
        Change-Id: I2c6dd21595815c4f382bed2bfb66551929630372

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [049f30c37f6c5bbc1f4dfd1f33005b9623f74f0a]

        DOCX drawingML export: avoid duplicated <wps:spPr> for textboxes
        
        It's valid to have multiple ones from these, but the first one was
        generated from the shape, the second from the textbox. Given that we use
        the textbox only as a container, don't write its properties, it's not
        necessary and may cause problems.
        
        Change-Id: Id1f8bb92c587fe8c1437e412b41510803595dd80

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c677716c4707ccd86b152ae504841affb393cc0]

        DOCX drawingML export: if shape has textbox, export its contents as shape text
        
        Change-Id: I54a51189e1c595841b8b02f3b4436da4a29f1dac

2014-06-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff1c74f53a66695f20906fe3a0aebd15b6b0cd51]

        SwTextBoxHelper::findTextBox: add an UNO version
        
        Export filters don't have access to SwXShape, and it's probably good to
        have that way.
        
        Change-Id: I039bafec10d2fde7c7acdcfad5b07068a2a519f1

2014-06-06  Tobias Lippert  <drtl@fastmail.fm>  [0a1b1511faaa3302429d93ccdad3eb41dc8f36cb]

        Unittest generation of text for chapter entries in the TOC
        
        Conflicts:
        	sw/inc/ToxTextGenerator.hxx
        	sw/qa/cppunit/tox/test_ToxTextGenerator.cxx
        	sw/source/core/tox/ToxTextGenerator.cxx
        
        Change-Id: I343958f85fb6718215a0caa456a825d72f168a57
        Reviewed-on: https://gerrit.libreoffice.org/9612
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1534c3363336003c4f84cfec1bf988fef6663f8a]

        fdo#79558: Do not overwrite w:shd value
        
        When a w:shd has some pattern with two colors, LO blends both to
        render the paragraph background. We must compare that blended color
        with the paragraph color on export to know if the user has edited it
        or not. We were using the w:fill attribute to compare, but that was
        incorrect.
        
        Modified an existing unit test to check this behaviour. The unit test
        had to be retouched because Word remove some redundant information
        from the original .docx file when I saved it again with some
        background changes.
        
        Change-Id: Ia2f1ddc4afd2637e1d87b6eccd441c26853045c4

2014-06-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4f1684dc3724f9364f226fd0eb21b01ba07cf017]

        fdo#79558: Preserve missing attributes in paragraph w:shd
        
        The missing attributes are w:val, w:color, w:themeColor, w:themeShade,
        w:themeTint, w:themeFillShade and w:themeFillTint.
        
        Change-Id: I67dd7c367d820216c1d11f82e3430fbf550cede8

2014-06-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [06a5bbd720b89d629ebf6ccf0d9a62a77c2d9a28]

        fdo#79691: Fix ppt files embedded in .docx documents
        
        Ensure that the proper media type and relation type are written in the
        .docx document for a .ppt presentation, because they are different
        from the ones for a .pptx file.
        
        Change-Id: Id91269e49c0effb35415ae8827ff949e69e7063f

2014-06-06  Eike Rathke  <erack@redhat.com>  [a6992cd0d7c085ba05877e6f68ac0650dd09010f]

        resolved fdo#79719 recognize ##-MMM-## as date even if ambiguous
        
        Force ##-MMM-## to be ##-MMM-#### if the first number is a day value.
        
        Note that the previous implementation of
        (bDay1 && bDay2 && ((bYear1 && !bYear2) || (!bYear1 && bYear2)))
        never matched anyway as the detection of bDay1 and bDay2 were changed to
        only yield true if bYear1==false or bYear2==false.
        
        Change-Id: If6bb6d3e1757015552eaa81c1f58d53c0794846e

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [4da7559ab335d342ebc5b5f06539b5fc4ea4a3cb]

        coverity#1219787 Explicit null dereferenced
        
        Change-Id: Idb13242d25583b1c323b5a20ecc10f10b8b82465

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [e9585fc11bb39edc1f02b20b482c39ba8013f381]

        coverity#1219791 Uncaught exception
        
        Change-Id: I018e8bc7f514b0d720bea19aa854aa776be366be

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [92781adcdc57ac9df58f6c499d7fb337364cf8af]

        coverity#1158094 Unchecked dynamic_cast
        
        Change-Id: Ieac19e8dbb8328791d0c7110e9c787ec7c3bd448

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [b487a48294dad588e16443d195e4526e10eaf022]

        coverity#1078570 Unchecked dynamic_cast
        
        Change-Id: I9cfdcad1c5e36b9cc6b44dcd3a25018bda6281ce

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [bde63c71fcf593ad5830f15ba0a913c5910972a6]

        coverity#735905 Unchecked dynamic_cast
        
        Change-Id: I419ece67081531d42e6dd49ab8c7d71d5a9b6182

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [ff38a90357a366298e5eb49e0cd4bd20fbd76c73]

        coverity#735889 Unchecked dynamic_cast
        
        Change-Id: Ia55f575f6bfd1d90c2a517db8a76d7d22cdfd6e4

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [e1ac3f386c892c5d0e79ceccd1e6e791dce9fcf1]

        coverity#735812 Dereference after null check
        
        Change-Id: Ie839246f637d079e8e16553c85c682d599d86b58

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [246aba2af9a7e8f958124d7f16d68da2ff7791a6]

        coverity#735802 Unchecked dynamic_cast
        
        Change-Id: I798d5a5f1e28e88b23f478d241a8fcd7519f905f

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [11e1744772b6645056bf15611e7123cbfcf357c7]

        coverity#705041 Dereference after null check
        
        Change-Id: I94b1f0e6d1f8bdf7929b68682727e8b1fdde67d2

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [f37f08c9b59a4da5ce2145909a45922937b8ada8]

        coverity#705013 Unchecked dynamic_cast
        
        Change-Id: I6dc2de6ab35e07f924204e2740003936cf6d4a0b

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [ca1b74f647ebcd5eb8e7e6447d5b21b890d5460f]

        coverity#704789 Dereference after null check
        
        Change-Id: Iac238d68502cab137ce1530bffca4909cd9ea956

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [9af87824936f2334cc6420768e81a624f36a1dc8]

        coverity#704779 Unchecked dynamic_cast
        
        Change-Id: Ida8bdc0930142ecf602b5aef4414cc6302bfa18b

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [4ee265eeaeb268504233d6c130b5944ca8d8887e]

        loplugin:saloverride + loplugin:unreffun
        
        Change-Id: If7d24294e0b62b47c5cbe9271dff948a70cb477a

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [8c94cd4451923a0607ea618123d99393fe5902f6]

        coverity#1213364 Untrusted pointer write
        
        Change-Id: I63c670e6f2196f8e8743923b0a0bf676fb476ed7

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [805b57cd5b34454589ad6ce11c16507695fd3ff3]

        Various INetURLObject::getData() fixes
        
        Change-Id: I5eafd6250bbde7227dcc0447a4280b7741c320de

2014-06-06  Stephan Bergmann  <sbergman@redhat.com>  [75e0fe06ac08e55e24ef82de9e4b1102518f4e6f]

        Extend o3tl::heap_ptr to support arrays
        
        Change-Id: I546afcb626e27f6f1115715829779fc0b657548e

2014-06-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8b46d5c849a24e67fb2807a80164caf9001d9544]

        new method INetURLObject::getData() for data urls
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        
        Conflicts:
        	tools/source/fsys/urlobj.cxx
        
        Change-Id: I59b5b95cf9b65920ec04922fdb25e4228fd22995

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [44f422048754c5fe3540750eec996c8a63bf6da4]

        use sfntLen in DumpSfnts to do some sanity checking
        
        Change-Id: Ic3b196f925a1699f02ad9a5c1183ea767e3e91cf

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [e990e4d145f16c0c7e4e9e12c4882ddde63a3d5a]

        c++03 vs c++11 enum namespacing
        
        Change-Id: I91be0e7d2b013221b1d47a5cd1e4e75eb16c2b67

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [623b4e3e10ed8afe8807f2599e03f748c0d392d2]

        improve this sanity check
        
        Change-Id: If202723412b2bf7acf7dcd2709886f89df9d7940

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [b4a0104849eeecb7779fda41116c92c362759882]

        pass sfntLen to DumpSfnts etc so sfntP reads can be checked
        
        Change-Id: I5d8092eceb31ba251e75fe2c51b87890b8adcbf2

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [9b237f9d84e65b16502f2af0dab78801168cd262]

        coverity#705224 Missing break in switch, surely unintentional
        
        Change-Id: I9ebeb373f5ab15220e3d9a4bb57db88d7a8f2714

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [68e18231b94f6db7999ff58f9b7edd9ae8164fb7]

        tweak to get building universally
        
        Change-Id: I5760dc1fccb7ad726663727b9404e014da519755

2014-06-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [639571d52b1b7e4cf912803642ca245c5dd86839]

        2nd part of bnc#870233: import font color from color fragment for SmartArts
        
        SmartArt import ignores some fragments during import if
        drawing fragment exists, which seems to be not complete.
        In this case font style is blank (white) in data (and drawing)
        fragment and the real value is defined in the ignored color fragment.
        
        So first make color fragment parsing work, then apply font
        color of "node0" style on nodes of the SmartArt.
        
        Actually, it's a workaround, because "node0" style label
        is hardcoded, for a proper solution layout fragment should
        be parsed too to get the right style label, but
        it interferes with the drawing fragment by now.
        
        Change-Id: I7db89176a07eee928563d42d3896fbd02190dfa8

2014-06-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [31650d5b4255c484faec11d570cb98a80f0120cc]

        1th part of bnc#870233: wrong list style in shapes
        
        Text list styles were copied, without proper
        copy constructor and operator. It lad to mix
        up list styles and so text font.
        
        Change-Id: Iee7a6c0c1f74322fd7b80e41a262849f948e463a

2014-06-06  Dinesh Patil  <dinesh.patil@synerzip.com>  [80ef7a645a8118976a4366135faa41bceda423be]

        fdo#79256 Line Style with Long Dashes and dots is getting corrupt after RT
        
        Description:
        In RT file the dash length (d) is going out of range,
        as after RT the dashing scheme changes to custom dash
        which was causing the corruption. Changed code at export,
        which will divide the DashLen, DotLen and Distance by
        base line width.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9559
        
        Change-Id: I0e644b5a2b692a9e717026a14d1f0058199f53b1

2014-06-06  Tobias Lippert  <drtl@fastmail.fm>  [26259e0cca3bc4d8f45337b0cafea2eed8eb32f9]

        Unittest generation of page number placeholders in table of contents
        
        Conflicts:
        	sw/inc/ToxTextGenerator.hxx
        	sw/source/core/tox/ToxTextGenerator.cxx
        
        Change-Id: I15c963b6e1a8823a1fdafd2c123d18ba3dc9f134
        Reviewed-on: https://gerrit.libreoffice.org/9611
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  Caolán McNamara  <caolanm@redhat.com>  [2ac07bb5bfd9a5d7bc591b9bb39c45cab99f304b]

        missing mode-lines, stray semi-colons
        
        Change-Id: I89fc2b0385cebbf5c629e67fa89ba1dd30486f35

2014-06-06  Tobias Lippert  <drtl@fastmail.fm>  [9088a4c2d18f59c22fceb81829441b704603415d]

        fdo#30732 Retain selected character attributes for table of contents
        
        The text and selected attributes are copied from the source text node
        and added to the target node at the corresponding positions.
        
        Conflicts:
        	sw/inc/ToxTextGenerator.hxx
        	sw/source/core/tox/ToxTextGenerator.cxx
        
        Change-Id: Ifa329bfcb2b9691120513236909bcadaf1127b5e
        Reviewed-on: https://gerrit.libreoffice.org/9610
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-06  David Tardon  <dtardon@redhat.com>  [31d1d684e7d92b45eb896ce974b7b18d435ff955]

        fix typo in test file name
        
        Change-Id: I12bfa086577fcb56cabffcca2eda675d02791fde

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [f7fac105102c6df21242dc30ee7174aee6507bb3]

        ...which empirically shows that LateInitThread is useless
        
        Change-Id: Ic2946eef616eae39576d162ca534831753bd3c89

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [416367380cbb0137f2463edc2773859a9d65a57b]

        Make warning more useful
        
        Change-Id: I58226f74e644e2aa65dddf5bcb0832dc67c8a6e3

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [b07438bda1f48465dca1df08af836106859040d5]

        ...and so m_lDetectServices is never read
        
        Change-Id: I3ea0c037d2b614b010093692dc6451110d2b342c

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [9f4576136521f183bac9cc1db38f2d1a0c02d928]

        impl_resolveItem4TypeRegistration can be static
        
        Change-Id: Ie2b83a472972194210c3b579a041a11a2ff76786

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [a2f65879749e4a729cd51521b3962ae3c00bb9e1]

        ...and so m_lChangedDetectServices is alway empty
        
        Change-Id: I9a4ef55eb243f5aabd0c909b0e4594c928e459cd

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [db4d07e3a8e74e3da0ffaaa862c035dbc9d10ac6]

        ...and E_DETECTSERVICE is just as unused
        
        Change-Id: I6f7c230e83a58f4889696b98fcd7bf24d0853ce0

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [936f197887d56260db0442fb510071b4583c05a2]

        E_CONTAINS_DETECTSERVICES does nothing
        
        ...ever since its inception in 16ac8733020a726c5b5b955f20709f9c2894c140 and
        9b79c1d48c0b562d1fc7d0427caf98f43590a837 "INTEGRATION: CWS filtercfg."
        
        Change-Id: I34422a1c5641802bfb15720f5bfa8ca16fb54aab

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [570a719abf01e57d6f150c8f6fbe17d9110f9eb5]

        Simplify SAL_WARN
        
        Change-Id: I76c03d5e846fae6cba87be522a10d20e45528e4c

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [44202fed1fcb6b8d3523fd9e7bebf47f02fcd6d2]

        coverity#1213246 Dereference null return value
        
        Change-Id: I682a1e912728d6e52df258c7528e358f2883b323

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [64df417cdb20466c823de0251ad2aa3a80833f28]

        coverity#1019354 Missing break in switch, assuming intentional
        
        Change-Id: I4dd2f68e8712a2c76797a33c54d1baf69975830f

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [b787ed773493b01f34e8dfb66f74da17147d82a3]

        coverity#705317 Missing break in switch, assuming intentional
        
        Change-Id: I9bd2ffc1ebf22f6f5ea61a448b7c9e83e724fa4d

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [94e2459cd89320cc55119fbd3ce1651ccd376c3e]

        coverity#705245 Missing break in switch, assuming intentional
        
        Change-Id: I2ac6acde603c89c5b7736ec7f1a1b42b28726827

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [0017cafc9d6c778a404fd71d5d1dccb1a02e7de9]

        coverity#705243 Missing break in switch, assuming intentional
        
        Change-Id: I4882ba5028e45528cafc1170bc4de6c3a2ea7a12

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [9009dfb67bd0c6f184cb89c251618427a0b655ca]

        coverity#705214 Missing break in switch, assuming intentional
        
        Change-Id: I6c62c7fc18dc43504ff65cece55ba189bf59aa60

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [1fee42536acaa76f14c2bd1bbb363d0ef6489b5c]

        standing on eachothers toes
        
        Change-Id: I66a395b3af11a191215538bc8033b41facf558b7

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [0b685348d3ba04aada7464b3674a8e6cc3716500]

        SAL_DLLPUBLIC->SW_DLLPUBLIC
        
        Change-Id: I608f190de7c8cac50c84fa9f4eaa0d838ceca21b

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [70156ba3c7b1327de3a22c9352c13cc436243ebc]

        writerfilter: remove unused factory.xsl
        
        Change-Id: Ib86598c20edd64035766ffb4fe572789f8a4335a

2014-06-05  Michael Stahl  <mstahl@redhat.com>  [c21b7ebf68527a2a5a7b4803f96ace82e9b14e63]

        sw: oops, forgot to commit that
        
        Change-Id: I66c50300a797fd096b34ecb5eda16cf783fe4195

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [371b80e1a52ea0bb29eff6290531482cf45a4d8f]

        loplugin:saloverride
        
        Change-Id: Iff296171e373bae256c7bf182de44e8fc8d7e60d

2014-06-05  Michael Stahl  <mstahl@redhat.com>  [47e907ac914b06cc219e624035055c6ad26e14f2]

        sw: SAL_DLLPUBLIC breaks windows build
        
        Change-Id: I42934ff9ff2c046c82ac2fbb03c944efaeeb4b95

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [462303c3f11c3d04639232c953a9de7f9cac6e6b]

        loplugin:passstuffbyref
        
        Change-Id: Ia1fb74ec77b34449df49843271e87546ee68a96d

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [bf01bb6e80a999bf13f45cf22421b54ab6779bcc]

        coverity#736056 Missing break in switch, assuming intentional
        
        Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [dce5aea971d322f20e1e84254ccb4106bebce699]

        coverity#736075 Missing break in switch, assuming its unintentional
        
        Change-Id: Id00c93eb5b43b8dfb38ecfe4c40076b8b1a18465

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c18f300ce82da528afb111fa335fd74176771634]

        loplugin:implicitboolconversion
        
        Change-Id: I8fac41d74ada3e85c09bcbeba4856dfe03966ed4

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [13268c75b5c8d792f5e5388e729b7dfce0165a5c]

        C2782: we hate you sal_Int32 as long on 32bit
        
        Change-Id: I2c8d57f36be15fb4410b11f657e7621022eafa67

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [eb1b6b8f52444a622a2913dc6c435df30e50ddab]

        they're not copyable, deploy boost::ptr_vector instead
        
        Change-Id: I2e44b9e60622981141eb7af9753898b9f98b238a

2014-06-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [61d958f37ed2aad6be2eab7bb507e0fb77716eec]

        fdo#72727: Revert "-Werror=unused-but-set-variable second try"
        
        This reverts commit ccf7b15c0a5776c6431fdcb0c0e2b0f3935ae3dc.

2014-06-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91ca3a92c54a08ad13497d7e8ac1916e7b68bbfd]

        fdo#72727: Revert "fdo#68663 don't blindly force categories when there are none"
        
        This reverts commit b090cbdf82e0827234caf5969124f6631311ef35.

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [ea2537d5ea64f4f238fa434dbc7cf53263afe78c]

        Fix memory leak
        
        Change-Id: I74001eb033abd7ceb10da60ea707f876d9f22c08

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [a1d7ed235738609ce8c0ecedff075f9d0e531034]

        Avoid undefined mis-aligned memory access
        
        Change-Id: Ie79a0810cf00217fe2b9ffd34e21aeb7b2299c0d

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [f3758b71d980540b4a9cb6086fab04e23be13b00]

        If no bounds can be determined, assume some reasonable defaults
        
        (instead of the twisted huge values with which aBound got initialized)
        
        Change-Id: Ic6fe08639287eb7b5a0520aef8d2a0d43d61c035

2014-06-05  Tobias Lippert  <drtl@fastmail.fm>  [94b296d5416dd71d721ad16216b50bce79e3dc04]

        Unittest link generation for table of contents.
        
        The logic was moved to a separate class and unittested.
        
        Conflicts:
        	sw/inc/ToxTextGenerator.hxx
        
        Change-Id: I0e4475f5e2950cdfdfb07b89128c4ce1d6af3f22
        Reviewed-on: https://gerrit.libreoffice.org/9609
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-05  Tobias Lippert  <drtl@fastmail.fm>  [e5345f62bf525b6258736f1ce11a61b5e638e0ff]

        Unittest the whitespace stripping logic for tox text generation
        
        The separate class allows to unittest this functionality in isoloation.
        
        Change-Id: I1e5eddfb455ca85a662ea38c03302883decc5d58
        Reviewed-on: https://gerrit.libreoffice.org/9608
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [60272bb37d52b02f4b424d1f9e6adbb935fefc75]

        CppunitTest_sw_ooxmlimport: remaining textbox porting
        
        These are the remaining changes: with these, if we import "drawingML
        shape with text in DOCX" as "shape with textbox", no testcase in this
        suite fails.
        
        Change-Id: Ic39cc204e3cfb662f14db1810f7138df0829eb27

2014-06-05  Oliver-Rainer Wittmann  <orw@apache.org>  [136cd0f3a55284c28279870369392ad80dffb0f9]

        Resolves: #i125050# correct text range for comment/annotation...
        
        at a table cell selection
        
        (cherry picked from commit ec7fc735e031f643e324b0924a1f2ca753cb314d)
        
        Change-Id: I51fa9ab0a77ab06e295452216865d0fae44bc263

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [2d86d82aa28f460972c2670e9880948397e80827]

        drop comment about removed step 4 now
        
        Change-Id: I955a716621d4d566797ca39c008ff183d0656b4f

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [b0a9f33a9b3018dcfb471641bde7c29a6e62f394]

        Resolves: fdo#79021 cannot delete ListBox from inside its own Select handler
        
        Change-Id: I884e617b112397697a702216b62d0c1e17aae536

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [1268a6f8752dd0f1cb78557244b324aaed6461eb]

        WaE: -Werror,-Wmismatched-tags
        
        Change-Id: Ie0ca0c8c8e404642bbe9a918a1cb125b596ef4fc

2014-06-05  Oliver-Rainer Wittmann  <orw@apache.org>  [690c6787b4a2ab0118690fb8d00be871faa0db76]

        Resolves: #i125024# remove code regarding table selection...
        
        as it is not used any more.
        
        (cherry picked from commit 65f39887f41e701b699fd2e51da803d116766eb8)
        
        Conflicts:
        	sw/source/core/crsr/viscrs.cxx
        	sw/source/core/inc/rootfrm.hxx
        	sw/source/core/layout/trvlfrm.cxx
        
        Change-Id: Ia37e73a515a8f5d0218e4e4144e75f18449599c9

2014-06-05  Stephan Bergmann  <sbergman@redhat.com>  [90f0af7a9cabcfe9006608b3444a54ef6ff340f5]

        WMF record size < 3 is clearly broken
        
        ...so we should not attempt to (mis-)interpret such broken input.
        
        Change-Id: I97f4f46fdfc0dfe6f9aff42917d23634b844c7f0

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7aed931dd3d3f51c1d5d6ef17650f31528fb04b]

        CppunitTest_sw_ooxmlimport's testFdo69636: use getShape()
        
        getShape() doesn't case if the object is on a drawinglayer one or a
        Writer TextFrame, and that's exactly what we want. (Currently is a
        TextFrame, but will be a drawinglayer object when shape with text will
        be imported as shape with textbox.)
        
        Change-Id: I6ae981700d214447f326e6a0fb550b98380bc10c

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [94ec76a1061db6c2068e190e26035cf0c59e0f79]

        update to openssl 1.0.1h
        
        Change-Id: Ie20c190e36e89a1b3b2ac9a0efaa50af2df77523

2014-06-05  Eike Rathke  <erack@redhat.com>  [14ce27cc045bd9bcbbfa3eac56cd99f2be08de1f]

        unify the handling of string position arguments, fdo#75971 related
        
        Only two text functions had the full set of checks as introduced by the
        fix for fdo#75971. Let all text functions check their arguments in the
        same way. Additionally this will ease a transition to accept string
        lengths >64k in spreadsheet functions as now we have only one place that
        checks for SAL_MAX_UINT16 instead of having that scattered all over the
        place.
        
        Change-Id: I454e617a59d0b3c2ca725047e7f8c7370bc0bb1f

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [199eb08be994ef968eb38f4966bc27ef1756d382]

        SwAnchoredDrawObject::GetObjBoundRect: avoid SwDoc::SetModified()
        
        This is a const method, but it does a const_cast to still resize an
        object... if that's so, then we should ensure that the "is modified"
        flag of SwDoc is untouched.
        
        CppunitTest_sw_ooxmlimport's testChartSize is a reproducer for this,
        when shape text is imported as textbox.
        
        Change-Id: I6dedb31520a14127ca91782874c285f6e0f93c65

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [383cc9deee599a59ee2c8fcb15ab3ab6e1d9bee7]

        SwDoc::dumpAsXml: show mbModified
        
        Change-Id: I491d4af104453bb5ff3b55b28e3e1775d8aab8f7

2014-06-05  Tobias Lippert  <drtl@fastmail.fm>  [4ed0c3dd4e71275b7018d86bc71f8a935219aeae]

        Extract TOX text generation to its own source file
        
        The separate source file will make it easier to unit test the functionality
        
        Also: move some constants to tox.hxx to have them available in the new source file
        
        Conflicts:
        	sw/source/core/doc/doctxm.cxx
        
        Change-Id: Ib0369cc4875043829f55d30a549997560a38cc35
        Reviewed-on: https://gerrit.libreoffice.org/9607
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [655377e90c57bb68e5000f06f76531baf9eeaa37]

        Resolves: rhbz#1096747 crash/hang on format-page on html document
        
        Change-Id: I9a989620375eb210e553b84b7a642a0360c8f03f

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [231ae9c77c67197bba23efd2a7fd1c8b79926765]

        coverity#1158175 Missing break in switch, assuming its intentional
        
        Change-Id: Ia0f1951f1e3edcd858a37ea091550feb2b9fd451

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [32c37a7ae0b369356af0036fd22fd9c56d1a4a6f]

        coverity#1103693 Missing break in switch, assuming its intentional
        
        Change-Id: Ie61305f367e2a07a61599433bd83e1ea13bffd71

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [c2ddb22da9aaa208d7e4226c21ea16b2ad3b07a9]

        coverity#1103692 Missing break in switch, assuming its intentional
        
        Change-Id: I32450546541b15a974f28a78604a136cebb71c3c

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [a2d2c6d6bdc328683d959573404e6d0d405c75f0]

        coverity#1103688 Missing break in switch, assuming its intentional
        
        Change-Id: I9b619e4896d811c2fbb20e229f65bfa01bd05731

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [2484cda486334841fdfe92c82a8a7bf026e28768]

        coverity#1000658 Missing break in switch, assuming its intentional
        
        Change-Id: Id208942e98c8b8fc685aa77c3c11468ed2af832d

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [abf842e4b125b9f863ea4c2af17ad6ac7d82b15e]

        coverity#705323 Missing break in switch, assuming its intentional
        
        Change-Id: Ibb8fe4e1d13a24f810fbdf4978606c35890a9cfd

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [91eeea0cdf5e2bd7d6cd05348a8f777707fd69cc]

        coverity#705261 Missing break in switch, assuming its intentional
        
        Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [a4d416a7c896b3973eef0486ae49ff7091513074]

        coverity#705182 Missing break in switch, assuming its intentional
        
        Change-Id: Ib8d2bc5a5772f6611f9d977376f6fef9505c6a59

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [402c55e510a1e25f318b91639ead8cca30fd4a36]

        coverity#705181 Missing break in switch, assuming its intentional
        
        Change-Id: I2b83f3e5a4fb65819244b88fdad7e48fe918b4bd

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [ef6e89155b109c742b4c94c907fc2e19be2baf6a]

        coverity#705178 Missing break in switch, assuming its intentional
        
        Change-Id: I3f0b7796b4ea28c55255327ccf5b2d523ecca053

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [699c171755ed8019ab8396c2cc837672f22ae4a7]

        coverity#705169 Missing break in switch, assuming its intentional
        
        Change-Id: Ib1d237591bd9cac1d4b81a04b753b2cf2c9759dd

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [18c7731bade6b5f9ac90faf7c9d36f0558e74ff6]

        coverity#705164 Missing break in switch, assuming its intentional
        
        Change-Id: I5cc112d7eb367f5dfe17fc39e3ef47784ae67e9b

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [9e9c75cc2e15bcfd5e31c2a32a5168686e80c0b7]

        coverity#705162 Missing break in switch, assuming its intentional
        
        Change-Id: I3e0658ec26392abf5ad8de53d282b9cc35205025

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [8d1063ce1eb94014a72ceabf46f0eb698c5d24b0]

        coverity#705147 Missing break in switch, assuming its intentional
        
        Change-Id: I9041f18eb4aae73b795245c589b28a3d02d8397e

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [65f1fcce567fbeb7be78421f40f9be9f1f576fd6]

        coverity#705146 Missing break in switch, assuming its intentional
        
        Change-Id: I09a2cacc3aa18796c06a1f1cc9315b3628865621

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [b370077f779ba966372e4f94eb1cf9cf8f8f8087]

        coverity#736046 Missing break in switch
        
        Change-Id: I1680d21b8f123ec1d937d699edee62b8ff0d6058

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [1e9ce046a3b9e6b631fc8c31faeb758152a477af]

        coverity#705215 Missing break in switch
        
        Change-Id: I52cf32e9349e547e3445fbb266a74495d69aaa3f

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [fd31c815b9ed30908d78d730c3e253ea83548cdc]

        coverity#705211 Missing break in switch
        
        Change-Id: I5adc00ba2f711a312c42b54014c465682a54e174

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [4d7827cf690ba3c6d5deb8eec63ac27aa43f600f]

        coverity#705209 Missing break in switch
        
        Change-Id: Ie9ecc13553e089197de24c8a151eb811e40bd56e

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [d6efbc4b7488bb2b9c4bcc29adc8cd3b6ed21d5d]

        coverity#705207 Missing break in switch
        
        Change-Id: Iac1085e4dc7c68d69fafe76bd6d22470ebaf84ad

2014-06-05  Michael Stahl  <mstahl@redhat.com>  [5cf2205387a8df61329196241397dfde42d85f7c]

        ucb: move APR dependencies to gb_LinkTarget__use_apr
        
        Change-Id: I6768e5f2400f3020d85c48b80d58e13a3f6f07e9

2014-06-05  Tor Lillqvist  <tml@collabora.com>  [acaf8eb33b40564a498167ef338f5e7dfcd2f453]

        apr uses iconv
        
        Change-Id: Ic92ab1c2b5298cd1611bc9786647fe30ad0847a9

2014-06-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [00a007be5ad88bac9905b373bc5e02d02acab11a]

        SwDoc::CopyFlyInFlyImpl: handle textboxes
        
        When the RES_CNTNT of a fly format (used as a textbox) changes, we also
        have to update the draw format as well.
        
        CppunitTest_sw_ooxmlimport's testMissingPath is a reproducer for this
        problem: the shape (having a textbox) is anchored inside a table, and
        the table gets converted into a TextFrame. Without this fix then the
        shape still refers to the content before moving, leading to a crash on
        loading the document.
        
        Change-Id: I16e2e49dc718f2a4cb00d02513af3dca37b2a65a

2014-06-05  Jan Holesovsky  <kendy@collabora.com>  [dc9cc46f3223aff3f85d3ce9696178a5f4d3d087]

        writerfilter: Kill createAndSetParent and createAndSetParentRef.
        
        Change-Id: Id212984b7f525e9aea2c390f181e68b5725aa20d

2014-06-05  David Tardon  <dtardon@redhat.com>  [028bd3f5f59897af4553dc3ee73c431569b51a0d]

        add more test documents for libmwaw
        
        Change-Id: Id31953720634cbfd838869ac2470b088da09caae

2014-06-05  Jan Holesovsky  <kendy@collabora.com>  [72d1af02a503d17a7563ab70f3c519e38d1862a6]

        writerfilter: Posix sed needs just one parameter.
        
        Change-Id: I8685136fcd43cb0ae445a8f19cbd9021737c42d4

2014-06-05  Jan Holesovsky  <kendy@collabora.com>  [8f7827d4cdeef779adbb76f1957dffc7fc7318d6]

        writerfilter: Kill RefAndPointer, all it does is one dynamic_cast.
        
        Change-Id: Ie383f7e4ee89770f722d963e09efda9063a68c16

2014-06-05  Umesh Kadam  <umesh.kadam@synerzip.com>  [14ce4b337232f8fb21cc67e7a2844a7de81dfc4c]

        fdo#78906 : File crashes while opening.
        
        Handled a memory corruption.
        
        Change-Id: I195d17bcd0a9a86bcc96cc7ad14f1d5f2908cf8c
        Reviewed-on: https://gerrit.libreoffice.org/9545
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eda624641b34a7d4315388c8ec1aebe44f63982e]

        lp#1296715: refresh invalidated menus
        
        - so we need to be a StatusListener in framework after all
        - we ware updating all menus for now, instead of just one
        - this would have a hugh performance hit when there is much change to the menu
        - thus we just invalidate the menu and update with all changes after 100ms once
        
        Change-Id: I48cda968cf0ae1eae0421b3424bb3e5830817e84

2014-06-05  Caolán McNamara  <caolanm@redhat.com>  [b24739c98f3b5025e3dd5d86fadeae9983ccd5bc]

        coverity#705153 Missing break in switch, surely this is not intentional
        
        since the initial commit of c04e60275f273dacf8796e957e1ebadc08b497a1
        
        Change-Id: I9d3c3c2870c145b2fdb5c4f6c6ed17a14d1162c2

2014-06-05  Tushar Bende  <tushar.bende@synerzip.com>  [8fcd4bf323bc3390e366229d549641444b5a3e9a]

        fdo#79535 :LO writer crash while Opening some document.
        
        Problem Description : While setting ExtraData for Redline LO calls SwRangeRedline::SetExtraData() with
        argument of type SwRedlineExtraData_FormattingChanges* which contains SfxItemSet*
        In function SwRedlineExtraData_FormattingChanges() without Null checking SfxItemSet*,
        LO was trying to get rCpy.pSet->Count() which was the reason for segmentation fault
        while opening some documents in LO.
        
        Added Null check before accessing a pointer.
        
        Change-Id: I33299d2be2777ab6a8af0621595c9453145f1069
        Reviewed-on: https://gerrit.libreoffice.org/9647
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-05  Jan Holesovsky  <kendy@collabora.com>  [d595e5ec4e092344460f53d287b970c147913e99]

        writerfilter: Avoid a temporary file, sed can handle this by itself.
        
        Change-Id: I7fde1b44809b1886730145f16878e0f1045b2555

2014-06-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e0057072817ccad2a54eca45ffdb84d1c99ee7a7]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ia8bc0e24a76dd953000b73806ac21f21db4c4ca3

2014-06-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e6f8ec366bb9b565bc9fc14989b3c28af9693c0d]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Iaf672463cf51d596148822d9b5effe5ab40f70d4

2014-06-05  Noel Grandin  <noel@peralex.com>  [06b63d3d83616e2abbd6f5ec93e1596988e455c2]

        remove the definition of SAL_THROW macro
        
        Change-Id: I3d389174684cdc86ddb098629da57ebf142424c9

2014-06-05  Noel Grandin  <noel@peralex.com>  [0e507ae031768deceab236a41d1bbe9fb5123cea]

        various: remove SAL_THROW macro
        
        Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494

2014-06-05  Noel Grandin  <noel@peralex.com>  [db246b491c1639942d9f952658d33974e9b06201]

        scripting: remove SAL_THROW macro
        
        Change-Id: I535a57d043ac51926ae6f640d721d0dd1571c3fa

2014-06-05  Noel Grandin  <noel@peralex.com>  [e9ae2b07c29707641fe126539390fe2281acdf84]

        sdext: remove SAL_THROW macro
        
        Change-Id: Ib8649fb4d5aa2249d99d5c9d9ecf9d2307a93c72

2014-06-05  Noel Grandin  <noel@peralex.com>  [a8d5b0c81550ac224ef1278e764216afbbfea4b3]

        stoc: remove SAL_THROW macro
        
        Change-Id: I7443c855a7145837621887030b0d3d01cca2a5ac

2014-06-05  Noel Grandin  <noel@peralex.com>  [579d1f61b0300434801e9b37012254a506fc0230]

        uui: remove SAL_THROW macro
        
        Change-Id: I72583c9d6c22621a30771ef8422370911d35000b

2014-06-05  Noel Grandin  <noel@peralex.com>  [4c563b3a1daf169ed50f6a187121e7e0a1f7c1fc]

        ucb: remove SAL_THROW macro
        
        Change-Id: I023c342b0f086e57c821136498851999fb0152ec

2014-06-05  Noel Grandin  <noel@peralex.com>  [79df6cf588afbd0fdf09c1eb8c692466606acba5]

        forms: remove SAL_THROW macro
        
        Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9

2014-06-05  Noel Grandin  <noel@peralex.com>  [62258d9c8f6b6f8d89ade68af97ccdac63dce2b7]

        extensions: remove SAL_THROW macro
        
        Change-Id: I12b5b46d31d5189adb21804a818ce591f2c19cbf

2014-06-05  Noel Grandin  <noel@peralex.com>  [0a997700372c87cbcbee16ad9693f6def7921272]

        desktop: remove SAL_THROW macro
        
        Change-Id: I523d47b443bc7a3fc8129b3a15643560e3971782

2014-06-05  Noel Grandin  <noel@peralex.com>  [ea41de0ba583c5324e6a4ed499f9e16a288923e0]

        dbaccess: remove SAL_THROW macro
        
        Change-Id: I01e43d6171dc2381ff8c151d5716e9ffede24822

2014-06-05  Noel Grandin  <noel@peralex.com>  [14ab8c3f1d5f11b4e61304a9f80eee1f87da7343]

        bridges: remove SAL_THROW macro
        
        Change-Id: I2daafd711aedab17b6c13fde95c8af5f49d38a7c

2014-06-05  Noel Grandin  <noel@peralex.com>  [41e35159786a2bcad416e3541ba90a69b9d2f0db]

        cppu: remove SAL_THROW macro
        
        Change-Id: I2f1909f953846f0d0b6fb402b4beb373bba8b2a8

2014-06-05  Noel Grandin  <noel@peralex.com>  [bf37694ab8c984e3cbbe666c408e0f168ba61f52]

        svx: remove SAL_THROW macro
        
        Change-Id: I8bfce109e55871d48b35300be98085f383fef26f

2014-06-05  Noel Grandin  <noel@peralex.com>  [dfd44d0b122869e291ba42085e31164a401a0a23]

        xmlscript: remove SAL_THROW macro
        
        Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf

2014-06-05  Noel Grandin  <noel@peralex.com>  [e5c20a785c5fafdd4dc9e6ac14ce548d2a527571]

        sal/rtl: remove SAL_THROW macro
        
        Change-Id: I70e41f087dbe188f8fc455150480faeae2b426ed

2014-06-05  Noel Grandin  <noel@peralex.com>  [b6c67082c04a0e749de669f56208094f372825bc]

        toolkit: remove SAL_THROW macro
        
        Change-Id: Id9e27c6cbcdc0c229a0dc2a3ad075d62121e6c5d

2014-06-05  Noel Grandin  <noel@peralex.com>  [5ceded62aa5695239cc6ea6681f74340deb43cc8]

        editeng: remove SAL_THROW macro
        
        Change-Id: I8e36112a10cdef6250dba4b4cf75e5eba443e0b9

2014-06-05  Noel Grandin  <noel@peralex.com>  [11383f56fb6889a324dd74725e5092ac4ce3999d]

        connectivity: remove SAL_THROW macro
        
        Change-Id: Id3bbb7a0d39a41b7106303f42d55ba4968235b63

2014-06-05  Noel Grandin  <noel@peralex.com>  [da906ab93781928adc51c605825f91b16fe8dd19]

        cppuhelper: remove SAL_THROW macro
        
        Change-Id: I54141071396d04e7bead56da14a665b8556ba6d2

2014-06-05  Noel Grandin  <noel@peralex.com>  [41066fef1ca94723615838fd521d08c5d37aac5b]

        comphelper: remove SAL_THROW macro
        
        Change-Id: I692f1213c4bf42a84fae119f513e609d8874bf0c

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [89d982ab83f5388c7b1c6220d258a10e2788b9b2]

        ...and avoid SolarMutex deadlock when joining FactoryLoader threads
        
        Change-Id: I6ae206d18dc03f99739ea20c72853db9662924d2

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [faf40b99aaa5dd0264921224d3a04b80c2cef329]

        Missing launch of FactoryLoader threads
        
        ...regression introduced with 06a09dd0ad1e8afcf69e877501036e068d477438 "Join
        FactoryLoader threads."  (Also, hopefully, the original use of
        osl::Thread::setPriority was just cargo cult, as salhelper::Thread does not make
        that feature available to clients, so it had been dropped in
        06a09dd0ad1e8afcf69e877501036e068d477438.)
        
        Change-Id: I055c8fb20f3bbf13ba823436be24167d3446ed05

2014-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0223fd0e1e1fc22bfd8dee1980e24915d05f69e]

        writerfilter: remove unused nostatus.xsl
        
        Change-Id: If5953eec3f904ea7009f65a4b0b0c3cd342a4e31

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [13b25198008e621c881416b0d6898c1b41375728]

        update_pch: add a bunch of pch files
        
         connectivity: 3m52s ->  2m47s
         cppcanvas:      28s ->    13s
         cppuhelper:     20s ->    14s
         dbaccess:     2m38s ->  2m01s
         hwpfilter:      16s ->    13s
         sot:            21s ->    16s
        
        Change-Id: I49286bfe6be73dd1b861be632b95e17a99e82f8a

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [530899ba181cf7ae34c99ee061958b9e540082b6]

        cppuhelper: fix includes
        
        Change-Id: I0e6bc822d19cf266dea716fe92f2ccd08d87c51f

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [a2db194ea0eee4deb6401f6352144e5be077c140]

        connectivity: fix includes
        
        Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [37c827103df9d3fc3a36aa2773bc080931e91830]

        sw: use ifndef
        
        Change-Id: Ia74abd902bb2d40c6fe19d3c186fabfd559fb89d

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [b312a38797b19e95a08e7a06595cd04236e05f07]

        update_pch: add a bunch of pch files
        
         desktop:    1m51s ->   54s
         framework:  1m55s -> 1m04s
         package:      32s ->   16s
         sdext:      1m31s ->   47s
         svgio:        32s ->   15s
         uui:          49s ->   20s
         vbahelper:  1m44s ->   27s
         xmlscript:    15s ->   10s
         xmlsecurity:  45s ->   23s
        
        Change-Id: Ia437969c091bf877983ababc5ea2d044bbc0bee0

2014-06-04  David Tardon  <dtardon@redhat.com>  [19fd43a0d96928f6c9219ada4cb43a5a74f4e81d]

        and of course, GreatWorks test files fail to load on Windows
        
        Change-Id: Ic102312af8b3c3218c79b7de9f57126ab4606176

2014-06-04  David Tardon  <dtardon@redhat.com>  [4df5e1b959fb9e9b2258657f6c7784b04e6c3c6f]

        pass UCBContent to the filters too
        
        Change-Id: I75e4b3226d47ba9cc19e8c6b0e38938e4d7ceb17

2014-06-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [457c6ebfef707d9187b9e8903886d79a80d24938]

        The 4th argument is of wrong type.
        
        The 4th argument of this ScFormulaCell constructor expects a clone flag,
        not grammar.  And passing that causes a misbehavior when copying formulas
        down the column.
        
        Change-Id: I93663526eb98dd7bfa1160a151de3ef15801f98d

2014-06-04  David Tardon  <dtardon@redhat.com>  [74d6a5985f02e5f1f3933f639ae8e5f7bcb8621f]

        loading of these fails on windows
        
        Change-Id: Ibb9590419d965b789330ce149b88ba8be4e440d0

2014-06-04  David Tardon  <dtardon@redhat.com>  [f133ff4f242550f2e67beff2213fb41b3f51e34b]

        add random unversioned test file for libvisio
        
        Change-Id: I36fb1f845dacad3a409b0f089b207fa284c5733a

2014-06-04  David Tardon  <dtardon@redhat.com>  [3fd96d9236e6854b32235e73481cbc8d55ac1996]

        add random unversioned test file for libmspub
        
        Change-Id: I1d5841870543c4d8dc1afc1e714b2591431f0f62

2014-06-04  David Tardon  <dtardon@redhat.com>  [f18a86759b20d13c660a6224fe26451cb64bd92d]

        add random unversioned test files for libcdr
        
        Change-Id: I9db735d7363e912edc1528c8964e665f1a4c8056

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [c888c211072f23cfb4cc488c641d8d822f930a33]

        Resolves: fdo#78477 ensure offset + sizeof(value) is in bounds
        
        check that largest offset + value to read is inside available space
        
        Change-Id: I4feac37bdfbae5061b3b75ddf44bb20fc5904656

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [95e92889d3fb0e8a85cefdeb07a02e57130a9799]

        sort in order of increasing offset
        
        Change-Id: I0d2c880438f47f4527037d7ffaf77cf142d24751

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [57ef375bed4480bbedc799aca274a6bd26745008]

        ptr is just added to offset, so move addition into 2nd arg
        
        Change-Id: Ia3e8145c69324f19aeec8b0dd97284ec382d20d7

2014-06-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [37be7a3f5d7871d87e7116ada3efaa94ae5ffd68]

        Export fieldmark check boxes as HTML checkboxes.
        
        Change-Id: Ida4572f43ad2c797bb71607b37237bd7630d0d58

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [4bb253b87b4af963c5cf99862ad0a6856b225ec5]

        -Werror,-Wunused-private-field
        
        Change-Id: Ib05bcc5ea8ce70170113657999e1fc974d35c9c4

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [457933f1aa8e1479749589697e08d9f7bdc1299b]

        Do not both _use_library_objects and _use_libraries sb
        
        Change-Id: I11f667104a0ca7279542fab53ad754d4de8c807d

2014-06-04  Armin Le Grand  <alg@apache.org>  [5ad71fb44ef45bd6026c501ca1b779974c3d6621]

        Corrected GetDrawBackgrdColor to return a value, not a reference
        
        (cherry picked from commit a8a2653568d31a2fb76aeb3183e128e3304452bd)
        
        Conflicts:
        	sw/source/core/layout/paintfrm.cxx
        
        Change-Id: I1e0a5a255d67d130f85a8c5c739c4e5cd4ce03c5

2014-06-04  Isamu Mogi  <saturday6c@gmail.com>  [e4abc1cb061dfd295a02703219c32542ec7bd1ef]

        Fix comments
        
        Change-Id: I7957db170ec7020c9aba915e43779e01c7b98a8c

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [322da54d74cfff7881f25d4ad41d95328f5205d4]

        coverity#705337 Missing break in switch, probably not intentional
        
        Change-Id: I9bfb694c4034f01d93f35f0f7e72263909245811

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [38ad9104efa09bab79fc65d64bd33ae750b28027]

        coverity#1209650 Missing break in switch, probably intentional
        
        Change-Id: Iaa48a39cc86548dd2805703a97a90406663099ba

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [57d6b95ce67719acd0b32a8ac0037c80e3aaaa0b]

        coverity#705168 Missing break in switch
        
        Change-Id: I2fd40972e59fa55df48e48851315350fb012cdec

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [6e581cc2515aeb4d19cda2a523598045b3ce3201]

        coverity#705172 Missing break in switch
        
        Change-Id: I23663877212be93bffe16edfa4b0bb70c8ef5e2e

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [b2c987f1a74e9f7bf6a0b8d32669e78d7eb3fcdd]

        coverity#705190 Missing break in switch
        
        Change-Id: Icf74b016a05999814ae234caf850c808da23ce96

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [29afc48322c77520ff3846bab4dd3bb1280f9b5e]

        drop now unused RID_SVX_TABDLG_DOCRECOVERY
        
        Change-Id: Ie9fd186523d78436d5a0e8f33899aa1f462d495a

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [5f66b424f2ca38727f680daf4050e6cabca93f7d]

        Updated core Project: help  2a0b4747b5a83386f1b9c3935d5eb484429c6050

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [35c31f5f4017fac3a3ea37ee1b3e7cf6b60c53c6]

        convert document recovery dialog to .ui
        
        and move sidebar global resource defines up to the toplevel so its harder to
        collide with them and adjust the define to indicate the next free resource
        id.
        
        and simplify the dialog down a good bit and remove intermediate classes
        etc.
        
        Change-Id: I8d6db17fcdfc86457368d7f432bd96f6f3aa182d

2014-06-04  David Tardon  <dtardon@redhat.com>  [8fd0320e8a890b559ec7c0b498c17e87a1a38ea5]

        add more test drawings/paintings for libmwaw
        
        Change-Id: I7a85c7b7eae2abf29ff1a5742e1218346b1f9e00

2014-06-04  David Tardon  <dtardon@redhat.com>  [e98fbca5818bd60898f64fb41a16509239e09050]

        add unit test for writerperfect::DirectoryStream
        
        Change-Id: I53aaf2355d9f3071544ebcaaee01bd44a30f88fc

2014-06-04  David Tardon  <dtardon@redhat.com>  [72d7d1f33bcddaddb5f8589418d0b20f5433845d]

        ensure writerperfect::DirectoryStream only works for dirs
        
        Change-Id: I588d295d72a600710324ee936d0c2291872c1d73

2014-06-04  David Tardon  <dtardon@redhat.com>  [31ba2cb2fcb3b9466c553cf12d50bc6437ee826f]

        add convenience functions to handle dirs
        
        Change-Id: I81c94565e09e0d839d95bf4f09b029838bb37ad5

2014-06-04  David Tardon  <dtardon@redhat.com>  [ccb51e13ed8602d4b394c99116a41e53a22403f2]

        move CppUnit plugin def. to separate source file
        
        Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3

2014-06-04  David Tardon  <dtardon@redhat.com>  [07123dc81558fbd21a7403f410ca326a457aca97]

        add some test documents for libwps
        
        Change-Id: I20aa49212b6ecbb819c9671b5c144f294653ab47

2014-06-04  David Tardon  <dtardon@redhat.com>  [4828407311ccc68af67101c5b4b21828e8bebf7e]

        add some test drawings/paintings for libmwaw
        
        Change-Id: Id0f5aa7fbb92d15bbe877e85dd60b51107f49168

2014-06-04  David Tardon  <dtardon@redhat.com>  [e69f5861bbc21824bb10051c5326f6b0737e8f87]

        add more test spreadsheets for libmwaw
        
        Change-Id: I8810b84d2675ba3695578b5ed87c32dd1a686ae9

2014-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0dca68a55a853e62dbbf8caee51db05b7d8c85cc]

        CppunitTest_sw_ooxmlimport's testMceNested: port to textboxes
        
        Change-Id: Ie1cc83963ccd2d9d6f7833302af6cdb3078d60de

2014-06-04  Noel Grandin  <noel@peralex.com>  [6f2edd4514dc59f5cbac8c653c6e4b1a96ec28a2]

        new loplugin: inlinesimpleaccessmethods
        
        Create a rewriting plugin for finding methods that simply return
        object fields, and should therefore be declared in the header,
        so that the compiler can reduce method calls into a simple
        fixed-offset load instruction.
        
        Change-Id: I7a620fc54250b79681918dc31ed9a8f21118c037
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [866a4436d3cfac1ff42d7996250bf96fb703aeaa]

        oox: handle textboxes in ShapeContextHandler::endFastElement()
        
        DOCX shape import normally works by oox creating the shape, then
        writerfilter handling the shape text. For drawingML shapes, having shape
        text, this a bit more complicated, as there are shape properties after
        the shape text as well.
        
        ShapeContextHandler::endFastElement() assumed that shape text is only
        possible on css.text.TextFrame shapes: also handle shapes having a
        TextBox as well.
        
        sw/qa/extras/ooxmlimport/data/mce-nested.docx is a reproducer for this
        problem (group shape missing), when TextBoxes are enabled by default in
        oox.
        
        Change-Id: I7a412b31965cf363da0b0c7fcc732741f2037542

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [10ec4a7cb24da8ced86880bbceeca4d2ad3436f1]

        Left over "SAL_CALL"
        
        Change-Id: I02cf4b4a145e29dc1bc529f0c0fbfbc4a6cdc47e

2014-06-04  Tor Lillqvist  <tml@collabora.com>  [67f60dd1168117332d50efdd9302425ca429c981]

        Include <stdio.h> for the sprintf in meta_action_name()
        
        Change-Id: Ice2955533888e400561b3d18e0a59314e0a16d95

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [c24aa2139f526e000bbf781709f595064e40545e]

        coverity#705247 Missing break in switch
        
        Change-Id: Idc647ef41b3a01d89216c3fe74e3fa5af02f7525

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [f526b6bd74ddfe23d2ea9aa130c307492e8e294e]

        coverity#705316 Missing break in switch
        
        Change-Id: I4f730b66e9a0ce2ce32857d5c19ed2dffeeeaf45

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [7f694bed84fcd41e727dcee3bac8bcb9d01727fd]

        coverity#736033 Missing break in switch
        
        Change-Id: Iabfc6fc76a80ad30bd412826f60edbf8b3facdd2

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [079e57658b7ca5d8dc99d049fc8ed63b19776b37]

        coverity#982645 bMissingDefaultsToNormal is always true
        
        Change-Id: Ica58be0b5512eb8f386e51ec6e84d0ec09c3027f

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [cc93bcf75154ac7dbcf89024c5cfbb406521b39d]

        coverity#982646 Missing break in switch
        
        Change-Id: I83cdafe9a27f026e2b6c8e9153de9e8270304686

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [d18dc5dd22d34a089f34e300b2cc4cb36cb27464]

        coverity#1000657 Missing break in switch
        
        Change-Id: I03acdc2769e893fc7ecb2885302951852804867b

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [fcac0aef46a7ed760524a0406d98b4601b7a25da]

        coverity#705376 Inferred misuse of enum
        
        Change-Id: Ie0e44c872d5d99d15508f8abedb51450a0e36ad0

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [8ca0f9854d371930b4b925f046d374bf8f125a17]

        coverity#705375 Mixing enum types
        
        Change-Id: Ic7cb53d8fe427b4c28b890b64fa4437846b5b493

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [ff998ca882378b26761b2e759b2a0d0136651348]

        coverity#705374 Mixing enum types
        
        Change-Id: Ie18131e7207d8f93a775c21abfc77d768352a5d3

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [65edd168159cf1d202b930439f6877ae8b9d3dcd]

        coverity#705389 Mixing enum types
        
        Change-Id: I3e2d5e6eb6005fd4f820a742d1b0e9eb6dafca6f

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [d5bafdddf884d4d6febd1e20d5f207e34fe77b5a]

        coverity#705387 Mixing enum types
        
        Change-Id: Iaba60d05b73ca3229aa8b35b338ee54381efd2d3

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [3d8eee45c9256ec66458fc4fe1cf6c6814075bae]

        coverity#705388 Mixing enum types
        
        Change-Id: If80361ac234c5079c9fcadb0a2f5fa05ea6b407b

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [332a67afdc3d3c89c272aa3871e780cd30f34b36]

        coverity#736759 Dereference before null check
        
        Change-Id: Ia36e192d32c46a5c1129eca050b2863ec1213bb4

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [9e2ca10d8aba0d23f38fbfe40887f7372e5881b7]

        coverity#705863 Dereference before null check
        
        Change-Id: I0e4d3add3adc2e387c5735b75eb5e3638f24c12b

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [70c38b20669775b5a1ac0f3bcaa622e0a2a66260]

        coverity#705864 Dereference before null check
        
        Change-Id: I69b3ec1c9eef117a55298781d15637b02281ff82

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [f53169c74a3feae6f376e6f48859eebf07fc2187]

        coverity#705867 Dereference before null check
        
        Change-Id: Ia541e6d8f0f0b30dcb67a8693b4dd5d53e929717

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [051d45a59d9e43634e152b8f4f0bf0193561db12]

        coverity#1213293 Dereference before null check
        
        Change-Id: If2dd3cb1c7e18bf0274551950bc33f7521e0f8e1

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [c27a31710813ef0d44f8c1059177104c6996f2d9]

        coverity#1093230 Dereference before null check
        
        Change-Id: Id273eaf3c4fe25df9af723fbc7f774c3c61ab3de

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [f750ee1d70fb445f14023187b442191ee079c3b4]

        coverity#705873 Dereference before null check
        
        Change-Id: Ife67ce102df4dfadd3483a3c137bd767c13b3c26

2014-06-04  Tomas Hlavaty  <tomas.hlavaty@knowledgetools.de>  [45ba4d79d968f81f74ef0c4588fd15b1ce91153f]

        fdo#36313: allow passing FilterOptions via cli
        
        Examples:
          --infilter="Text (encoded):UTF8,LF,,,"
          --convert-to "html:XHTML Writer File:UTF8"
          --convert-to "txt:Text (encoded):UTF8"
        
        Change-Id: I69a0524ef63f6d486637d68280331528d1001b56

2014-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c12a78e42e1cbaaf4ea021c82acbec5ea177b1f6]

        writerfilter: reset properties of reused styles
        
        When we have a style to import and the name is already taken, we reuse
        the style (we can't use replaceByName(), it only works with user-defined
        styles). If that happens, reset non-default properties of it, so the
        result will be what was in the file, not a merge of Writer defaults and
        what was in the file.
        
        Change-Id: Ifb1098f78254a061b11fd6c6d2a2fa8d85a00d60

2014-06-04  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [c6019d89314be0ff85acf29ae9115c153cf31562]

        fdo#79243 UI:fix preview in imageCorp tap in writer
        
        Change-Id: If13cabc21d804c9383b26f7ee5a40800cacc76a5

2014-06-04  Noel Grandin  <noel@peralex.com>  [cc25f70ef1e9fa7637b4bfd332ebdc33844a41c2]

        compareTo -> equals
        
        convert OUString::compareTo usage to equals to startsWith where it
        is more appropriate
        
        Change-Id: I6f5b5b7942429c0099ad082ba4984fd18e422121

2014-06-04  Noel Grandin  <noel@peralex.com>  [adc20c3937f3119d39af5a0c8e4a439d8127fe63]

        compareToAscii -> equalsAscii
        
        convert places using compareToAscii that should be using equalsAscii
        
        Change-Id: I97b4da7f6e867c3967b2f65b70d6886f83b4a4e5

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [06a09dd0ad1e8afcf69e877501036e068d477438]

        Join FactoryLoader threads
        
        Change-Id: I22b313a895057edebc8bee715813de908826763a

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [b2725b7d1bd53211a7c432f79a8ab5ab4b6d448f]

        Keep TestFixture alive until outputter is done with it
        
        Change-Id: Ifd921efa971f7a9a5c47f42c5d56a3deb1c3a0b3

2014-06-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [56e071690febd8ee0e4c71684c9ed592fc5a628a]

        Build default user AutoText file MyTexts.bau
        
        Unzip Mytexts.bau and add files to project
        Add empty mimetype file
        
        Change-Id: Icc8099bcc4fe51e12b5314a4f25fcaf5f2e0938b
        Reviewed-on: https://gerrit.libreoffice.org/9639
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [b3843321e9cc1436cd0039f9431b4d6c5261db20]

        desktop: fix includes
        
        Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [c772e6252aefcd088ea0a5018f303654fc18ac91]

        testFdo52989 kept failing for my Mac build at least
        
        <vmiklos> sberg: the comment says that it was 2, so unless you're interested in
        debugging it, i would just lower the barrier (423 -> 369)
        
        Change-Id: I0269eab4eee594c4d7aad1c710ed389443208bc4

2014-06-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ac4a6814c694f1143c1c5acccb5f6ef99280bbbd]

        Move AutoCorrection files to extras/source/autocorr
        
        Move all files concerning AutoCorrection from
         extras/source/autotext/lang/{lang}/acor
        to
         extras/source/autocorr/lang/{lang}
        
        Update CustomTarget_autocorr.mk and Package_autocorr.mk
        
        Add missing mimetype files (hr, ja, ko, zh-CN and zh-TW)
        
        Change-Id: Ic33575d0ce9df294e8a809f7e1605238aaa55ec3
        Reviewed-on: https://gerrit.libreoffice.org/9599
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [3e336d69e32ddfac624c450b7bb990dfea1f9c3b]

        loplugin:literaltoboolconversion
        
        Change-Id: Ie871fa9378bbb34eacd3205f9485a6f89f833674

2014-06-04  Michael Meeks  <michael.meeks@collabora.com>  [a2d2c7f707838511ede017ed920205b9165a35a2]

        Be more sensible about checking buffers of VML points we write.
        
        Change-Id: Id3811dbe0cf2510ef6a851804b3886c14eca01b6

2014-06-04  Michael Meeks  <michael.meeks@collabora.com>  [53db456c04ca5a1684395b60fbd6f1bed4c9c114]

        Avoid uninitialized memory read/compare on short reads.
        
        Change-Id: I7537f6d22780bace6ab6da06e087a3d27da8de05

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [d8863b73755a0d09b1b548246956f74d66de6007]

        coverity#735682 Unchecked dynamic_cast
        
        Change-Id: Ie3ac1e9960afa71e5cf221bb67b8b8ccb609dc38

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [312ffe07bbef6b8dbc14ce38c0a726f69dd90946]

        coverity#738062 Uncaught exception
        
        Change-Id: Id123422e23f93b1c0062cac190fcf93a253cb629

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [604d5be3b6a1750cde01de9a01734c10fef30a0c]

        coverity#738055 Uncaught exception
        
        Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [59198069d280723f618a101db0c0d8cd38f42f24]

        coverity#738052 Uncaught exception
        
        Change-Id: If6767fdc7a3e462cbd88dcc879857676037e80ef

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [a7e6f6d17117482d699b2d230841997156828e1a]

        coverity#737265 Uncaught exception
        
        Change-Id: Icb36e8e72c6d99e9a72d360382855f325886f99b

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [6b44b03c130ad63c50cbff34c719acb99ab500d5]

        coverity#737244 Uncaught exception
        
        Change-Id: I9e34e14d1266310458bb491259e4bf9880e8a19f

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [ae6b606f5769a45f3b56e29528d36a2d2b4660d6]

        coverity#737243 Uncaught exception
        
        Change-Id: I4bef14453d076f11066a695bc4a948cea5cfd40b

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [1d2993df98798e0432d140651045a49a4caef2e8]

        coverity#737167 Uncaught exception
        
        Change-Id: I9ac3ffbecf8c9efc0b69ad4606c61dbf8fa5a0e9

2014-06-04  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [a4440671a9de18ebf944ed09c432a98908d79f5e]

        fdo#79597 Password UI: correct typo for 1 character
        
        Display a different string in case of 1 character for minimum length
        
        Change-Id: Iba2fbbb7d4101718def7c79ce5354debf5d97041
        Reviewed-on: https://gerrit.libreoffice.org/9631
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [e3a2585c9a2761430e21d60882d875f2b9e5c707]

        Missing gb_CppunitTest_use_vcl
        
        Change-Id: If3d2dbe70fc3448ca6ab8ef8af62f5b571888c86

2014-06-04  Caolán McNamara  <caolanm@redhat.com>  [3e66a5b5c6d1f602db2af5b5b44f5f41c83918f9]

        fix index dialog regression
        
        thanks to sk94 for noticing this when trying to
        convert this to .ui
        
        Change-Id: If7130d53acb7c194cf0a9a4301f3573789888b86

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [e6655225e6ee229fb688fb65324e4e9b949065d5]

        Avoid static BasicDLL (that would be destroyed after DeInitVCL now)
        
        Change-Id: Id8968a7746815ecce79b6eb1ce971b74e770efa4

2014-06-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a7e4766ca1ae20c6683bb7424f08fc9698ae9b7]

        RTFDocumentImpl::dispatchValue: fix indentation
        
        Change-Id: I521462315ebe8b69b65e05df98042e7a33d60dbb

2014-06-04  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [2df0d9d32d05f08ccf673fd0f61f650438511acb]

        fdo#78907 : File crashed while saving.
        
           - There is pagebreak in file and footer has nested table.
           - While exporting LO write section break instead of PAGE_BREAK.
           - Due to this it was writing two sections in file and same footer
             for both sections.
           - This was causing wrong table depth values due to this it was crashing
             while writing table.
           - So in MSWordExportBase::OutputSectionBreaks if next node has
             RES_BREAK(page break) then bNewPageDesc value should be false.
        
        Change-Id: I2ccc4e48a26253716253a7280a244f06e172770a
        Reviewed-on: https://gerrit.libreoffice.org/9568
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [ce1d0fc63bedc5c908c0f5e92445aa16ae1326df]

        Missing gb_CppunitTest_use_vcl
        
        Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [7a90f7748fbd48c8dd407f71d5ef98d459282285]

        Missing new files from previous commit
        
        Change-Id: Ic8d7c13602c8831e411181c802eb825124578b19

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [369d95931f42267eb2f55e066f58ee859183025d]

        DeInitVCL at end of tests
        
        This required some changes to the framework:
        
        * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but
          once per CppunitTest invocation in a new vclbootstrapprotector (similarly to
          the exisiting unobootstrapprotector).  CppunitTests that need VCL now need to
          declare gb_CppunitTest_use_vcl.
        
        * For things to work properly, the UNO component context needs to be disposed
          from within DeInitVCL (cf. Desktop's Application::DeInit called from
          DeInitVCL).  The easiest solution was to introduce an
          Application::setDeInitHook (where the hook is called from DeInitVCL)
          specifically for vclbootstrapprotector to call.
        
        * PythonTests don't (yet) call DeInitVCL; they still hook into
          BootstrapFixture's original test_init functionality (to call InitVCL), and do
          not make use of the vclbootstrapprotector.
        
        Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [9e13afeaf67b9c07762692cd858de4b577234ab7]

        Cover ctors/dtors of our TestFixtures under the protectors, too
        
        Change-Id: I4c3030e5a205bd102d0427e74d2fe3b828ff5ae6

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [127bfe4afedabd729832c05cbe0232e76cf15863]

        Include gdb backtrace in PythonTest done.long (just as for CppunitTest)
        
        Change-Id: Idc671a4af5474443130afed2dd6f0728c1504319

2014-06-04  Stephan Bergmann  <sbergman@redhat.com>  [982820640865addb921e32b26d9aae3c3b3a10d7]

        Demystify magic ponies
        
        Change-Id: I7e619daf8743d3471ece72d81f6cf1bb61741646

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [70c8b4567fc6a5ccb8fb5a6bdcbc26f267f5af4d]

        WaE: warning C4101: 'e' : unreferenced local variable
        
        Change-Id: Ib5aa5f401eabedfdaebea1dea8f48f284dbccdd5

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [92edd9b39cf3be1d82b32dcfa17e15d7905faf2f]

        WaE: warning C4305: 'argument' : truncation from 'double' to 'GLfloat'
        
        Change-Id: I8afe523cfe1be28bc5427c5e5852bea0be2aaea3

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [dd8f09594012dd1062ea87e492bfef0baf291a5c]

        WaE: warning C4101: 'ex' : unreferenced local variable
        
        Change-Id: Ib8b71b50fe52a7cc4e261626549ac3e067851797

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [28ac97dce1750fdc2a4c8e8d4d03f7a81668b0f9]

        forms: expand DECLARE_XCLONEABLE
        
        Change-Id: I2a468e40489797e33935b79a27459ab408558124

2014-06-04  Thomas Arnhold  <thomas@arnhold.org>  [2091d5a4d37961969b270590a6906260415884cb]

        forms: expand DECLARE_DEFAULT_DTOR
        
        Change-Id: I52b091402ec23f9c5eb87ae2212cc5b4986c6435

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f634cda2a26aba91277738f2c6f09405a2bf915c]

        avoid problems with poppler's and vcl's FontInfo during runtime
        
        Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [75ea03d8423bdcce241149540a636d6156027d65]

        fix indentation
        
        Change-Id: Ie4609df2ae19c92d844c0f0ecf7c67d23c8baeba

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [44deb28500027453beb152bd3e05654f916dc189]

        remove whitespace
        
        Change-Id: Ibe29f47ad478cc88d299f567fa36e73daf857ec2

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0d20725fccaefea59cc8140f793eb8d6e4baeb4d]

        remove whitespace
        
        Change-Id: Iae0f6b9818f84a92c46b24f90d3051c7b6a45d94

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [41a1f95abe185ec7edd58fe3973d3dee534d5ac3]

        remove whitespace
        
        Change-Id: Iff12a4106369114eb785c0ce242c0e296a877495

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5f743ea3081fc3b7e4704c0435103cd20683cbf9]

        remove whitespace
        
        Change-Id: I08a89e40d24bc6f4b106c5063c197fe201f32bf6

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d0bf70d2a4d874168b251ef6381c2d61a6baa9b5]

        remove whitespace
        
        Change-Id: Ia5ed1a0c12ffc95b31cbbd43b6291218935e2296

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c7cfe038122ee3b2349f015aca4a88ebe043320c]

        remove whitespace
        
        Change-Id: I1998ee6528e9d55997029d68a2bdc71a70dd2411

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [29b705e5808367d6bbc2b368ab57281e3df209ea]

        remove whitespace
        
        Change-Id: I03aa2e78a57bda64119458eb72beade39240ab39

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9e908d310405fbd527eed0e4a136042655e2b0d4]

        remove whitespace
        
        Change-Id: Ifa5d662a3ef723c29b4d6839f16d4b920e1c773d

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5fdab12b01d290c5f8dab7980f9d3e065d3ec2cc]

        fix new[]/delete mismatch
        
        As seen by ooo90105-1.ods with memcheck
        
        Change-Id: Ib976632aa52556132b3d05ebb33e8fb64d8d9890

2014-06-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [389d8e9f5232501ac782562ba7c07c052f19766d]

        fix refresh problem with 2D OpenGL chart and OpenGLWindow
        
        Change-Id: I32f23967a826262051495d57a4dd529ca3694548

2014-06-04  Tor Lillqvist  <tml@collabora.com>  [dacab84536f61f79a5422e1d8d394019ec62f3ec]

        Avoid accessing freed memory and freeing already freed resources
        
        Seen in smoketest in a 4.2-based branch, but might perhaps happen in master
        too. Should not hurt in any case to be more careful. ImplFreeSalGDI() is
        called both from SalAbort() and from DestroySalInstance().
        
        Change-Id: Ifac37e8ecfb432848bd3451dbda8634c59a06fba

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [634f647912c07d366e31bfc168fa1294f1613cd6]

        writerfilter: fix log area
        
        Change-Id: Iddedd58dbcdd122ec4177bfdd5e97b9ceca18435

2014-06-04  Tor Lillqvist  <tml@collabora.com>  [e909cf1b226d94791b523234779c22a38439e869]

        Add more source files for debugging convenience
        
        Change-Id: I305870bd067d015d975b7a887bece91819810ec4

2014-06-04  Tor Lillqvist  <tml@collabora.com>  [5b886c730ed2b85624e32d516fc74bfe21666c06]

        Add (debugging) function to get the symbolic name of a MetaAction
        
        Change-Id: I3c1e5c23e7be636cc93c97da0c2db00ebb1050e3

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [4d3afa3dfafb34a3864e70bea38bc404d2d19da8]

        fixup coverity#1219801
        
        Change-Id: I2bc26296d11c49036ffcb0de661d22a8c2f45338

2014-06-04  Takeshi Abe  <tabe@fixedpoint.jp>  [7883992dd5f8561b6eb192fce864b76c3034b1c5]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I45929aae52fa106b5f5c0199f8ce8b60c0ac5438

2014-06-04  Takeshi Abe  <tabe@fixedpoint.jp>  [b1a5aedb74d623709c4448b75c250e9fe17b9c28]

        Drop an unused file
        
        Change-Id: I8ad19f77c199bac6890f2917b16588579ea12eae

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [86598a4e185007958117d2fbf1a2200c7b982808]

        coverity#982753 Dereference null return value
        
        Change-Id: I011a600a27c801dca32734e680ea5a13dfebdfe3

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [2ca70c3b5c1959c4aa052dbfae1db25a379b0579]

        coverity#982755 Dereference null return value
        
        Change-Id: I652b308d087c1ee9fff95f81297b079e3f816e07

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [b75b626ee52b7dec91f48271aa58d66b27604e51]

        coverity#982756 Dereference null return value
        
        Change-Id: Ia29c6167df0ce061fae88d81bef9a98ca37fcce3

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [229abf40ac4ee551063cdefabede3c9b31146e07]

        coverity#1219794 Uncaught exception
        
        Change-Id: Icc9e5faf9ef15840c359b7766112278094d52dea

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [0301abbbc33c794fccd4e84f75b6de4c296f957c]

        coverity#1219801 Uncaught exception
        
        Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [c087b60b0dd70c4a711ba1b4d556206a136fa468]

        (related: bnc#823675) RTF import: get rid of hacks for \f in LISTLEVEL
        
        These weird hacks are apparently needed only because the \loch \hich
        \dbch were mapped wrongly; for the list level destination it's only
        important that the existing fonts are not overwritten.
        
        Change-Id: Ie2b9adf332b74c2744e9b1dbc4e878638e5ee078

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [36246aa9fb57c9fe4e546c91a8274d8828b1424e]

        RTF import: fix handling of \loch \hich \dbch \ltrch \rtlch
        
        The logic is not immediately obvious from the RTF spec; let's do what
        the editengine RTF import does, but without the unnecessary complexity.
        
        Change-Id: I60e69130e6e5aed1f5d237f64b1656c3141e402a

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [d71387ca81b61416b9a7b82cd6cf67d496b81fc2]

        fdo#79384: replace the work-around with a different one
        
        Word will reject Shift-JIS following \loch, but apparently OOo could read
        and (worse) write such documents, so accept Shift-JIS regardless of run
        charset type.
        
        Change-Id: Ib181956e9f218548a52037dd76fa1d3ecdc006bd

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [061190a62fcdbfb3a0b266d5afffbd257a3e692e]

        fdo#79384: RTF import: fix literal Shift-JIS text
        
        This is a variable-length encoding, and the second byte may be a RTF
        syntax character like \, {, }.
        
        Change-Id: I813ccafda18388af3bf05eb7ce9a0253c627b1c4

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [96840ff0ce697c5c05b59d53409b3cf27ac35e5f]

        WaE: 'guessesForWord:' is deprecated: first deprecated in OS X 10.6
        
        Change-Id: I861d4012c12096958c73c7008b0a9dfa6934fda2

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [2116b92f0266685430d31470c9914ce05b44f130]

        WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7
        
        Change-Id: I04cc155e69d25021d294bccc588450b1f20e1fde

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [74ae541c328cffb168a98faa746d0faceffb3e84]

        WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7
        
        Change-Id: I2451687c10f91e7d5242b04974cb7bdd745de51c

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [e1d82a7e2db1ea837303c072913cd52cacf75b3d]

        WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6
        
        Change-Id: I810b42da1d62c66c2ab6fb7bb6f71d1d00115dfa

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [5f27a6864420815d0d0abc409333fec963536faf]

        WaE: comparison of two values with different enumeration types
        
        Change-Id: I611eefd20043386d00984f76a28d111e1c0495f1

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [b3818f53812053e94196a58bbe474e2c3b72ac69]

        WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6
        
        Not sure if using lockFocusFlipped: has the same effect, but will
        see...
        
        Change-Id: I957874bcf59c2c521bd5b2b2ca6f44fb0400e64f

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [39ffccd26151d255168b072a2d439df48d172011]

        WaE: case value not in enumerated type 'NSEventSubtype'
        
        Change-Id: Iaf5de07b7f0da7294681b9cdc152575a756a73c7

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [e4dc93f5d8d0df50f1a8b4594220d0c57703e03d]

        Initial attempt at implementing NSTextInputClient instead of NSTextInput
        
        NSTextInput was deprecated in 10.6.
        
        Change-Id: I6bce9e91a68014a6ca28bff6a820c27817f9baaf

2014-06-03  Tor Lillqvist  <tml@collabora.com>  [1b89f986f0e7e6303c4e44cb1ca5d42a5c78c8d4]

        WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6
        
        Change-Id: I7163d3821ac0dfc0d471cf31e98f72953c78d878

2014-06-03  Julien Nabet  <serval2412@yahoo.fr>  [8d69ec4912c4d5bb8eb03e2dece8cbba0910f11b]

        Remove xub_StrLen refs
        
        Change-Id: Iea8c3f881a3ddfeaed4f4dca5d66dbe1716b8ce0

2014-06-03  Eike Rathke  <erack@redhat.com>  [cc520b6eb73de907570efbed44bbe3146fe87b1a]

        unknown log area [loplugin:sallogareas]
        
        Change-Id: Ic749d5e8c22d14c0c1160c30b4813226c3962236

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [3136a401720066b4f2f00f75f5686b35c02037c1]

        Finished rebasing to master.
        
        I forgot some lines while rebasing and had to fix this here.
        
        Change-Id: I6a29497aa779d2b104db685161d89ae7c27805b3

2014-06-03  Michael Stahl  <mstahl@redhat.com>  [b651ed7a6700b560052b67102a65f06a498dd182]

        sw: fix some assertions that still use removed SwDoc methods
        
        Change-Id: Ia33dff51cdb58030ec11ec499ee5c518fba31641

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [abf17aef7a1b5c559fee58e6db526fbd1758e331]

        Moved SwDoc's get<Interface> methods from docnew to doc.cxx
        
        To have them all in the same place.
        
        Change-Id: I8fd0f7fa0c88b5b17596998810d505deb14a8c06

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [86075a3f0f095cde29c6460d7e5dd4069ed89d00]

        Split out IDocumentDrawModelAccess from SwDoc.
        
        To the new class DocumentDrawModelManager.
        All moved methods and members have the same in thew new class.
        
        Change-Id: I89ad0e0c4a42885d5810e834983ea8e8e6c0a2d2

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [4269e3a7435b45cbbcd45d959e1e8c8e761a94a0]

        Changed DocumentDeviceManager includes to IDocumentDeviceAccess.
        
        In places other than sw/core/
        
        Change-Id: Ie1b67f58cf7777240d9db6a867cd33a7a1cbbcaf

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [b7dd4ad818be23aae8163cab760b5edc4f7eaaf3]

        Added IDocumentSettingAccess& getIDocumentSettingAccess() to SwDoc
        
        Which returns the DocumentSettingManager as its interface.
        
        Change-Id: I7d2c2d28a28fbcf19176ab5dda6940ce6d9b17cb

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [a0e90ab6062d0aa4db2fb3569303209f776a53fc]

        Fixed a typo in IDocumentSettingAccess.hxx
        
        Compatability -> Compatibility
        
        Change-Id: Ia80e6db589a74d2aa8d1276195bc30ddb8d251fd

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [f8455332dc396f945b589e5f440ce593b9b064f5]

        Removed IDocumentDeviceAccess.hxx include in SwDoc.hxx
        
        Because it is not needed there anymore in that class.
        I added it as an include in all files that need it.
        
        Change-Id: I3eb2e1da9d153017968b286e1a0250f145ca7cfe

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [4161070eb28cabd5d441cdeca0ef8393ba23fe88]

        Removed IDocumentSettingAccess.hxx include in SwDoc.hxx
        
        Because it is not needed there anymore with IDocumentSettingManager.
        
        Change-Id: Iad5e0a03f2628c9d26698d23e691b3e6228eee0b

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [6f77ce5870101021d6e1056ccddb443f3825c41d]

        Removed DocumentSettingManager methods from SwDoc.
        
        And moved all calls to those methods to GetDocumentSettingManager().
        
        Change-Id: I9b6cc8c3aa9b57bbc0c39f39499dfb4f5f254ad9

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [72e71364c68ccbfac3cd880a8d1059c574856163]

        Added 32DummyCompatabilityOptions to DocumentSettingMananger
        
        And corresponding getter and setter which had to be made part of
        IDocumentSettingAccess so their symbols get correclty exported.
        
        Change-Id: Ia33244767110364174b115eaca5d733462be61ca

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [051bf9d29e518797932804228668740e977efc13]

        Work on DocumentSettingManager for SwDoc.
        
        Moved mn32DummyCompatabilityOptions1 from SwDoc to DocumentSettingManager
        and moved a comment from SwDoc to it.
        
        Change-Id: I4abd5cd9596d23dc3ac12460ee9b38345d0bf0a7

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [dbb2e6befb9d0e970048dfb2c31c7cdc281c8ed5]

        Made SwDoc::getDocumentDeviceAccess return a reference.
        
        Also overloaded SwDoc::getDocumentDeviceAccess with its const
        version.
        
        Change-Id: I3272be3ee067aa2e0174663ede3c98190ecf2b09

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [2ec2ec98bc61e1398494dcaea1b017423c57e721]

        Finished cleaning up of IDocumentDeviceAccess methods in SwDoc.
        
        Moved all SwDoc::getPrintData and SwDoc::setPrintData calls to their
        appropriate interface methods (SwDoc::getIDocumentDeviceAccess::").
        
        Change-Id: I5671b365238abae6d94f125fb7a99481d81392f9

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [95179fe9096badfeda136942a796ae9872df5713]

        Cleaning up of IDocumentDeviceAccess methods in SwDoc.
        
        Moved all SwDoc::getJobSetup and SwDoc::setJobSetup calls to their
        appropriate interface methods (SwDoc::getIDocumentDeviceAccess::").
        
        Change-Id: I155a0341363ec42eaad3290d2e6feb8c7d73bbb1

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [cf8a3e700f18763b2aaaf1df0bcc53565e59e0c0]

        Cleaning up of IDocumentDeviceAccess methods in SwDoc.
        
        Moved all SwDoc::getReferenceDevice and SwDoc::setReferenceDevice calls to their
        appropriate interface methods (SwDoc::getIDocumentDeviceAccess::").
        
        Change-Id: I2a1b488500fa4f0bfbb7ebadccde2c94b70efd85

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [50682e7205166bea55a935a984a49bb95e4ca094]

        Removed getVirtualDevice and setVirtualDevice from SwDoc.
        
        Nothing else had to be chaned because they werent call from anywhere
        else.
        
        Change-Id: I708b54b909c5a1814bcec858dd356e17e5c6c473

2014-06-03  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [a0c057f13765d7d4e7c269e1246aa4cffb484882]

        Started cleaning up of IDocumentDeviceAccess methods in SwDoc.
        
        Moved all SwDoc::getPrinter and SwDoc::setPrinter calls to their
        appropriate interface methods (SwDoc::getIDocumenterDeviceAccess::").
        
        Change-Id: Icbe5369ba03a05d9e2afb1300a9c67b0a0a20c60

2014-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [183721a9b2f2847b1cdeb7286a07f631359cae6d]

        writerfilter: remove unused todo.xsl
        
        Change-Id: Icd0ab345619fea029a63bafae9077a72cccc9852

2014-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [2cbd2abf1c26639edde6e0f9823e349b6edfab79]

        ODF loext:text-box import/export testcase
        
        There is a lot more to test here, but for now just test that we can have
        tables and rounded corners at the same time.
        
        Change-Id: Ia9a4877202d1d040209f49a428b83633c58fc7c7

2014-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [445b58a829ecc3868b79997480958571312cbc4a]

        SwTextBoxHelper::queryInterface: handle css::text::XTextRange as well
        
        Change-Id: If56d7cab269a76062ee75bb1a9484f154b72c4d7

2014-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [fbb3db64de22a7fd0e14dce5e14e3b690285afdb]

        SwXFrame::setPropertyValue: ignore setting ZOrder on TextBoxes
        
        The ZOrder of a TextBox should be the ZOrder of the shape + 1, don't
        allow setting it to something custom.
        
        Change-Id: I17439aa9e494ae62ab80e178a8c5d90cea030351

2014-06-03  Eike Rathke  <erack@redhat.com>  [06127e06e1d9d99e58b32e618c93667f70929249]

        eliminate xub_StrLen left-over
        
        Change-Id: I02e7700536f5a7fcc836a035aa0767b2a34be887

2014-06-03  Eike Rathke  <erack@redhat.com>  [85d1b74fd0866dc54a3745743acd1aa76ef30aaf]

        eliminate xub_StrLen left-over
        
        Change-Id: I4862481d69ac86bf082e35b28d6326444deafee8

2014-06-03  Eike Rathke  <erack@redhat.com>  [a8c5adabb98d4152527b553f904c1841c7393748]

        disallow private use language tags in combo box edit
        
        Change-Id: I75f0b93507d31a12b07e4bb7d2c86671aa074486

2014-06-03  Eike Rathke  <erack@redhat.com>  [4516b18f9a2e9c1bbbf013ccaedf0a526ba69dea]

        and some replacement code for lt_tag_get_privateuse(), sigh..
        
        Change-Id: Ida5064f32a16269b16ec16c0ce9f42ea895641f9

2014-06-03  Eike Rathke  <erack@redhat.com>  [a31f53d0587b39bec9dca62b49a63cee0f08f3fe]

        add unit test for LanguageTag::isValidBcp47() with bDisallowPrivate
        
        Change-Id: I58089bc00c640bb1d8461d8f482ad623f9566e76

2014-06-03  Eike Rathke  <erack@redhat.com>  [fecde4c7099fdb7c5ee396b0f68ec517f3a08955]

        add bDisallowPrivate parameter to LanguageTag::isValidBcp47()
        
        Change-Id: I0924b0fa268c38c238226d082cf26595bba72f0c

2014-06-03  Noel Grandin  <noel@peralex.com>  [59371dfca363601b051ebd289d695ca040a97531]

        fix spelling of field name mbColseByEdit->mbCloseByEdit
        
        Change-Id: I640491dff8378e89d37596c5fcd9e9281c6e7874

2014-06-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2b260fc98e833d4e64426b90992094f2da0498c]

        sw: let layout not mark embedded object as modified
        
        The problem was that right after the import, the document wasn't marked
        as modified, but as layout settled, it got marked as modified.
        
        Given that we already have code to avoid modification when updating the
        replacement image, do something similar here: when setting the view
        area, make sure the embedded object's component is not marked as
        modified.
        
        Change-Id: I88a42829ec48db54178553661863a571cd2a268b

2014-06-03  Thomas Arnhold  <thomas@arnhold.org>  [f0546a51ada8dc4f4436861e03e086938e9dd555]

        odk/examples: mark them as examples
        
        Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8

2014-06-03  David Tardon  <dtardon@redhat.com>  [d758fb4d34a6f524b05fca6342a8e6a80e99d9e9]

        and another one...
        
        Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a

2014-06-03  David Tardon  <dtardon@redhat.com>  [1a6aae7ddd496121d9478d5004c465d0e3b45d38]

        yet another test file that fails to load on windows
        
        Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898

2014-06-03  David Tardon  <dtardon@redhat.com>  [8f29b4fcc99ac7db270f62931cafbd7050c0cb08]

        add test spreadsheets and databases for libwps
        
        Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63

2014-06-03  David Tardon  <dtardon@redhat.com>  [54dce5b2b0f8119b8e5f285d3815c1aa9dd1b43e]

        add test spreadsheets and databases for libmwaw
        
        Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb

2014-06-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1b23e46051d8cc7c01fd8b4d0ea51bfec145db8e]

        vcl: Refactor scale "super" out of bitmap and make it independent
        
        Introduce BitmapFilter as a general bitmap filtering class, and
        make scale "super" algorithem independent as BitmapScaleSuper
        which uses BitmapFilter as superclass.
        
        This is an ongoing work to make some bitmap algorithms structured
        and more independent from the big bitmap class This will make them
        easier to work with, test and optimize.
        
        Change-Id: I37d29709b2af95cab2f6da21129302f5be79318b

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [9a605b971a08965e9925eeff8762e333b7a31d43]

        Updated core Project: help  0ff06dc9b3b3635d6fda133d352ae4e6b3ede68d

2014-06-03  Caolán McNamara  <caolanm@redhat.com>  [07561068fecbaeabe49fd01df4d08f90c5c66212]

        rather than use pixel widths, use appfont units
        
        Change-Id: If9551f63ac59ffedd0bd614e4f4fe05c9047e1dc

2014-06-03  sk94  <eszkadev@gmail.com>  [d1f2e4d798b75f819d234912eb8ff9149eeaca42]

        MD_UPDATE_BASELINKS conversion to .ui
        
        Change-Id: I98b47dc20b341375c9caae264c2213aeba6e066a
        Reviewed-on: https://gerrit.libreoffice.org/9620
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-06-03  Thomas Arnhold  <thomas@arnhold.org>  [3b8402c771faa9ee85904346b76266f5d2d09d3c]

        odk/examples: pretty up
        
        Change-Id: Id157616660253913ef0ef94c17a680bddacb0660

2014-06-03  Thomas Arnhold  <thomas@arnhold.org>  [ee7f28ed041542c76096777a85932be65e4cdf60]

        fix-includeguards.pl: handle odk/examples/DevelopersGuide
        
        Change-Id: Ibdefb876d39419ff622917fcef427b33e3942ae4

2014-06-03  Thomas Arnhold  <thomas@arnhold.org>  [cebb96ec3a22d9023fb8a8d91f6c766a8a3866af]

        sw: fix include guards
        
        after the latest file move
        
        Change-Id: I105eb04ad98d1bf71eddec4528657c248fcc4348

2014-06-03  Herbert Dürr  <hdu@apache.org>  [d2bbef3d3d6c7be096175ddbdb788ece5067f5fc]

        Related: #i125020# fix the calculation of the text-update rectangle...
        
        in CoreText
        
        by doing the calculation before CTLineDraw() updates the text position.
        Requesting the update early is possible because that update region is
        not used until AquaSalInstance::Yield().
        (cherry picked from commit ee042661b996fd00d5504caf4f4be60f77bf880f)
        
        Conflicts:
        	vcl/aqua/source/gdi/ctlayout.cxx
        
        Change-Id: I317a2068071a2f6d33f34c81e104e30beedc33db

2014-06-03  Herbert Dürr  <hdu@apache.org>  [bcc7086ebf447449489edef2adc3b158a0198cff]

        #i125020# allow antialiasing on all update borders for Aqua graphics
        
        (cherry picked from commit 513225be9cbadee6d8f7fd4e9910e10fc5ff571b)

2014-06-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [33b4cd4f8e7ac42e206f13b565868a89d946957a]

        Updated core Project: help  99e6e19c88313251a236ef25150d339b930c7f9a
        
        fdo#79530 Update help for minimum length of password
        
        Since some time, password only required 1 character (as indicated in UI)
        instead of 5 as indicated in help
        
        Change-Id: Id7fef69ee273ee622365b4077d83cd46368475c6
        Reviewed-on: https://gerrit.libreoffice.org/9624
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-06-03  Herbert Dürr  <hdu@apache.org>  [687f0c9300d499b78deea2890b4c2019adb2d67d]

        Resolves: #i124935# fix expanded/condensed text breaking...
        
        in the CoreText engine
        
        the concept of an extra-width per code-unit was obsolete at least since apps
        supported unicode with its different normalization forms, diacritical marks,
        surrogate-pairs, non-printing characters such as ZWJ/ZWNJ/RLM, etc.  so of
        course modern engines like CoreText don't aid this typographical crime.
        
        The fix here extends the CTLayout::GetTextBreak() method to handle the obsolete
        semantic of per code-unit extra-widths by successively approximating the number
        of involved code-units.
        (cherry picked from commit a9b9ceff86f35be1eeff5f251d24e338db760a1e)
        
        Conflicts:
        	vcl/aqua/source/gdi/ctlayout.cxx
        
        Change-Id: I52a7f7488a9e8a303ed7271df2a24a3c85098ce3

2014-06-03  Herbert Dürr  <hdu@apache.org>  [ee9dd6c086f7bda615d5b28d3319a83ce1673607]

        #i125020# fix rounding error in AquaSalGraphics::RefreshRect()
        
        Rounding left and width down can accumulate a rounding error of almost two in
        the calculation of right. The existing code compensates for this by increasing
        the width by two, but since left has been decremented by one to accommodate for
        antialiasing artifacts this compensation is one to few by itself and two to few
        when accounting for antialiasing artifacts on the right. Y-pos and height have
        the same problems and get the matching fix.
        
        (cherry picked from commit 073ec69fb970830d39c8700317ee74dbbdfd1fda)

2014-06-03  David Tardon  <dtardon@redhat.com>  [7b91c6aaf9e0ef09ba31dee564dcee4def545549]

        do not disable complete test, just the one file
        
        Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d

2014-06-03  David Tardon  <dtardon@redhat.com>  [d3ddcbaeef9648cff78069b8ed443d7d3d611546]

        drop useless const_cast
        
        Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946

2014-06-03  David Tardon  <dtardon@redhat.com>  [9533611f410dd36950c69a45fb6abe7e8760b281]

        drop useless const_cast
        
        Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87

2014-06-03  David Tardon  <dtardon@redhat.com>  [1031dba9e205a80de5011931b52c628881f62372]

        getDataStream() returns non-const ptr now
        
        Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706

2014-06-03  David Tardon  <dtardon@redhat.com>  [e2d53032f4e99ce0ec80c73a4ce073aa28fffc17]

        upload libetonyek 0.1.1
        
        Change-Id: If71250029229cfc167a2ec5ef0d6aea9bc57018c

2014-06-03  David Tardon  <dtardon@redhat.com>  [9496d573340d965dfe180733988a156bb182d39f]

        upload libe-book 0.1.1
        
        Change-Id: I48f67b203c3362ff87e41635e1212e0024a982f0

2014-06-03  David Tardon  <dtardon@redhat.com>  [93e2ae41417d6a6e095122f8cd48f5466c590efa]

        upload libodfgen 0.1.1
        
        Change-Id: I46079625b9aa6fd4e1c205a381d2c157b51dc7e4

2014-06-03  David Tardon  <dtardon@redhat.com>  [26f25fdabb6ea90ef30cff724114232becab53dc]

        upload librevenge 0.0.1
        
        Change-Id: I10d457fe34a4e015d9a5e0fe92c27bdd1c7231be

2014-06-03  Noel Grandin  <noel@peralex.com>  [b447687292334687a371b66d7ad56ba9662b898e]

        cid#1194914 Overflowed return value
        
        Change-Id: I0f06d0c631632e2dcbba706a17830033aae6f365

2014-06-03  Noel Grandin  <noel@peralex.com>  [2537d2dd496c0d05042ca33b99760de79df67682]

        convert some sal_uInt8 fields to bool
        
        Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [418c5f7a4911bb2f1a06858556131b1bc4ad54f6]

        coverity#735904 Unchecked dynamic_cast
        
        Change-Id: I784fa73c69a25ccf5d750b92c6aa8815385df0a9

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec1ba489fa93297b18cc3a03954bf2048e04bbe0]

        writerfilter: unused FFData.xml
        
        Change-Id: Id30f35b8a357276c215b71e548ba46e86c51ad48

2014-06-02  Tor Lillqvist  <tml@collabora.com>  [67f987f6ffcc057d3dae0a39fe7cdb680a455408]

        Accept the OS X 10.10 SDK
        
        Change-Id: Ic9c210e51f9f6b776e77988fdb1c719ee3d9d73a

2014-06-02  Eike Rathke  <erack@redhat.com>  [05eccdfc3464839ebc1d283b648588be671d65b9]

        French 'General' keyword should be 'Standard' instead, fdo#79347 related
        
        ... as it is in all other fr-* locales.
        
        Change-Id: I7eec17984428b026ccc48198b0acd7e2eafd959e

2014-06-02  Eike Rathke  <erack@redhat.com>  [483c20b148a1e71074897a709136868e694d5d21]

        add [fr-TG] to libs, fdo#79353
        
        Change-Id: Ia0f648f4ca601d8ecfb57386ca94942a928907e3

2014-06-02  Eike Rathke  <erack@redhat.com>  [22959db96eee94faedd5822b5c3169e0fcda7ff4]

        add French Togo [fr-TG] locale data, fdo#79353
        
        Change-Id: Ia9faa9cd23367e2d379a5aa5daaeb49394db7e40

2014-06-02  Eike Rathke  <erack@redhat.com>  [b247e5f77d23e5cc43ea7e176a5dc01e6b30f17d]

        add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353
        
        Change-Id: Id1e127a3652d4bef280327c2a62d95c17c012656

2014-06-02  Eike Rathke  <erack@redhat.com>  [29146a6791afcbe4c934dfd1be2c84630d3fb342]

        add [fr-NE] to libs, fdo#79352
        
        Change-Id: Ieae9482da1b3a78e97fb9eac9001dc98867577e7

2014-06-02  Eike Rathke  <erack@redhat.com>  [944abfc9fb2b24725766632c3a1b0841f3a6d64e]

        derive [fr-NE] from [fr-BF] instead, fdo#79352 related
        
        Change-Id: I908c5ad633f8030cab67cf110de76ba28731078b

2014-06-02  David Delma  <ddelma@gmail.com>  [bc24aa3796451e2d58d28d1d5d6e5244b5540ad0]

        add French Niger [fr-NE] locale data, fdo#79352
        
        Change-Id: I1f74229521a353402790946aa1e6e4b92d0d2cde

2014-06-02  Eike Rathke  <erack@redhat.com>  [4ffdd43ae43b504fbc920a3cf2685b00f8219580]

        add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352
        
        Change-Id: I6d793317bc1caef4a95275bad263a5b2feac12e4

2014-06-02  Eike Rathke  <erack@redhat.com>  [818406fdef33efafbea0d167594d467b755fb2a8]

        add [fr-BJ] to libs, fdo#79351
        
        Change-Id: Ia4f807b4479db9e90c2bb639958742360deb0680

2014-06-02  Eike Rathke  <erack@redhat.com>  [469f5e51a938de824b72acdecf15df5ef60ed608]

        add French (Senegal) [fr-SN] to language list, fdo#79350
        
        Change-Id: I80e149700360eb9240c330e3e3d0c38c3785bfa4

2014-06-02  Eike Rathke  <erack@redhat.com>  [15387a731ddb115addcce88c1098bbe2196640c3]

        derive [fr-BJ] from [fr-BF] instead, fdo#79351 related
        
        Change-Id: Ie6b27d25541c96f3fd148f57b70163cae5ab8d3e

2014-06-02  David Delma  <ddelma@gmail.com>  [8930b37fb212c77433e2dad17b035921fc2d3bd8]

        add French Benin [fr-BJ] locale data, fdo#79351
        
        Change-Id: I7d171f70878a90b8bae26c852ab032da23fca197

2014-06-02  Eike Rathke  <erack@redhat.com>  [3a14b9357f13f777721d7af5539bdb385d09fdc5]

        add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351
        
        Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2

2014-06-02  Eike Rathke  <erack@redhat.com>  [a7eee33dc5467fc73eb1be351474dd61e5ebb0fd]

        add [fr-SN] to libs, fdo#79350
        
        Change-Id: Ie663b6f91f858451f79a1247f9ba5ba863123125

2014-06-02  Eike Rathke  <erack@redhat.com>  [fc6ea08d66b1e381079e9c33121fb364f94965b6]

        derive [fr-SN] from [fr-BF] instead, fdo#79350 related
        
        Change-Id: I0491b43e45b2e36745735317fc87c5de0d78ebd6

2014-06-02  David Delma  <ddelma@gmail.com>  [ff6070b25e55a19b0aeebd6bfa0a7f9c0d9bcffb]

        add French Senegal [fr-SN] locale data, fdo#79350
        
        Change-Id: I62542d36b582b71b1d4a208bd191097bb6b06b8f

2014-06-02  Eike Rathke  <erack@redhat.com>  [1d6ef4f52d4bf187dc249a46469ea236fff930c4]

        add French (Mali) [fr-ML] to language list, fdo#79349
        
        Change-Id: Ie37a547403d86906549babe87680be3c1658f603

2014-06-02  Eike Rathke  <erack@redhat.com>  [8b4511e5d06da6e82645d6f77c95cd37369ce967]

        add [fr-ML] to libs, fdo#79349
        
        Change-Id: Ie1edff7a586b8e74c98e7f3b9277fca14f487e94

2014-06-02  Eike Rathke  <erack@redhat.com>  [bfa932dc42105f743ec4ff850110baab8a2ff377]

        derive [fr-ML] from [fr-BF] instead, fdo#79349 related
        
        Change-Id: I452b23d21c158b92d3ea5a4bdac07654317e43d6

2014-06-02  David Delma  <ddelma@gmail.com>  [b2713a4023a1c4671090e53a44d264fb2368ec49]

        add French Mali [fr-ML] locale data, fdo#79349
        
        Change-Id: I66194c0604d842f5fcce3da9cdf23f56932ede41

2014-06-02  Eike Rathke  <erack@redhat.com>  [aa52f96089a8de1c734d856e41b96f434fce5cf9]

        add French (Côte d'Ivoire) [fr-CI] to language list, fdo#79348
        
        Change-Id: I4041fe39c1a1186e381526ae5f806efb7e56dce0

2014-06-02  Eike Rathke  <erack@redhat.com>  [f8408481819795517b2fae82b644f82b93ffd963]

        derive all [fr-CI] locale data from [fr-BF], fdo#79348 related
        
        Using ref=... spares all the data duplication.
        
        Change-Id: Ibb8339f766e27350d7f0466842590ada63f784c2

2014-06-02  Eike Rathke  <erack@redhat.com>  [61b3df6b4c706231f9960f61bc149b31c180d042]

        add [fr-CI] to libs, fdo#79348
        
        Change-Id: I694057f4f9d62b5274da2cd82d52db9e1fade5e5

2014-06-02  Eike Rathke  <erack@redhat.com>  [529c3234567540f4d3e5dddc19bbbf946d086770]

        use uppercase LCID, fdo#79348 related
        
        Change-Id: I5e9846c50783cf4944675bd568fa5b837cb200f0

2014-06-02  David Delma  <ddelma@gmail.com>  [03ee242870502c41b1db8af50a580bf24bdb3d1f]

        add French Ivory Coast [fr-CI] locale data, fdo#79348
        
        Change-Id: I5ff8279051d822a2c6932a81b5179a88ed5453cc
        Edited: added license header and indentation.

2014-06-02  David Delma  <ddelma@gmail.com>  [dd17adc5920519ff6ce6556579dc2fe4c9c05de8]

        update French Burkina Faso [fr-BF] locale data, fdo#79347
        
        This is a prerequisite to use ref='fr_BF' later on other yet to be added
        fr_*.xml locale data files from fdo#[79348-79353]
        
        Doubts lined out in
        https://bugs.freedesktop.org/show_bug.cgi?id=79347#c3
        can be addressed later.
        
        Change-Id: I5cd5a199d0fc2e833227997d5c353e17a7fbbbff

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6092e2eba3f74c9632f7862b2368b0fcf7732f85]

        fdo#79384 RTF import: allow { without } in style names
        
        This is not valid, but LO 3.4 supported it, so add a workaround...
        
        Change-Id: Ib8eefdf41fe9801db6f7e5873eaa1436518912fb

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7c14abfd870d3849e74d379057503f16728a392]

        xmloff: fix import of tables inside textboxes inside shapes
        
        We already had the concept of having a XML_TEXT_TYPE_SHAPE type (for
        editeng-based text) and a XML_TEXT_TYPE_TEXTBOX (for Writer-based text),
        but in case of draw:custom-shape, the previous was always assumed,
        implicitly.
        
        Check if the shape is marked as having a textbox, and if so, use the
        XML_TEXT_TYPE_TEXTBOX handler, which makes e.g. the table import work.
        
        Change-Id: I45f28b36df1836eeba89e9eef44c7abd87fcbd56

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [eea173edaa70959c36085d659b9c6786c2002849]

        coverity#704885 Unchecked dynamic_cast
        
        Change-Id: I748a73523b6b1908d89663e90f7cab378920110d

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [09188ebfc44af4a7a3e4747c80f1a49f3c2c288d]

        coverity#706959 Uncaught exception
        
        Change-Id: I6b18bd2df7ef190b39ceacd625bf2b62a53892fa

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [12402d250325f23e709b9b266de2d74ac4b4eab4]

        coverity#707427 Uncaught exception
        
        Change-Id: Ic381e74ffd862ab4d94f9d3ada02af05b30e6484

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [778b8ea885a244fff79654fc06b95aea6085c132]

        coverity#707428 Uncaught exception
        
        Change-Id: I7e30f163743fc6bd05b5e795b299a76e0c51d8c0

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [ade1049186ed4eea724e43c42c13500f8416eb9e]

        coverity#707430 Uncaught exception
        
        Change-Id: I56269273b20ac48fca5a2abeb2ba2cbf7d1da0c8

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [630d48121011529675c493a618090252ad63cc3b]

        coverity#1213461 Uncaught exception
        
        Change-Id: I4c0a28ea11e0d38837a3b338928073d32d2b6abe

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [074079b9093b0b393fb7308db03ee91e5f081d67]

        coverity#1219786 Dereference after null check
        
        Change-Id: I95608ce08b9fffada10bc1a1f6903b50aa78fe9a

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [6fa618722e4c4546e6ad429883d380c9fc313a0f]

        coverity#1219793 Uncaught exception
        
        and hopefully a gadzillion others
        
        Change-Id: I853e997aa6510ed99c1af39eecfd80dba2d5c2a9

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [a4e5020f890abfbb4b95b299e70dd194502e7a2f]

        coverity#1219792 Uncaught exception
        
        Change-Id: Ibbcfb5cda4ce4f23f80ef4ba610e4fda6f8df41f

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [a921f41a26e5cddb345ef9e8d7a961211fb88bb5]

        coverity#1219795 Uncaught exception
        
        Change-Id: I24f5abd0e0b28c11c22c7871e10f42abb9908775

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [d9e7a359ef8adeb1f79927a33d09a6f503e3d4de]

        coverity#1219797 Uncaught exception
        
        Change-Id: I597fb90d677e7cade71bf6cbf7f7bce9d3bd05f6

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [495726247340b02792c956cf4a16140c34087bb2]

        coverity#1219799 Uncaught exception
        
        Change-Id: Id1903def4869bccef18f8a1132521d4f24fed551

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [f630705f09fc757f55459dae91530cb466bfa03b]

        callcatcher: update unusedcode
        
        Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [cec90913e86ef8d4605eae6c0af428fcf9434207]

        coverity#1219805 Uninitialized scalar field
        
        Change-Id: I1b4343f06118b352df8ceac0404b9ffff39e8b67

2014-06-02  Caolán McNamara  <caolanm@redhat.com>  [e2cb56e852de6e5d4d43e9d2cf205ee8ba449cbf]

        fix debug=2 build
        
        Change-Id: I46b7bdfe4c467d52c9304ee880d74c7d88779b43

2014-06-02  Stephan Bergmann  <sbergman@redhat.com>  [226e242bb7bd087e9a4946a2eef50ff3ff930d68]

        Revert needless modification of published UNO API
        
        This reverts the part of 4452ac23224cc6fc9c575f1b128dd71f79e12d88 "Fix hungarian
        prefix for calendars" that needlessly changed a method parameter name in
        published UNO API, which is, strictly speaking, incompatible.
        
        Change-Id: Icd1ee34d200ebab01010d5dd35a1b19c47bfc05a

2014-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [67577e8f6e616efd40b1d6ca842e615a02723f04]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: If1057871aa7c9e7079ed051e6854c77c81f12292

2014-06-02  Stephan Bergmann  <sbergman@redhat.com>  [f87859b88f965a364804c22c1e81ca406df0e402]

        Fix memory leaks in test code
        
        Change-Id: Ifa756a5da636e0b37654ad83900115872bc40f0e

2014-06-02  Stephan Bergmann  <sbergman@redhat.com>  [7e4a51ee504baedc9150a1c88c2a5ce7cd64bfbd]

        Use boost::hash_value to avoid undef conv of neg/large floating -> size_t
        
        Change-Id: I85853ffc6083d46c02c08f14d5d3321803c31301

2014-06-02  Thomas Arnhold  <thomas@arnhold.org>  [3038794d2e50b6274a88d5b4faaf62b71bb7be17]

        basic: typo
        
        Change-Id: I10c9e480a94a966dac4f6c17fc69fa8892c56955

2014-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3d67e273cf8b210f2f80908dfa4f50be6acbcf5c]

        don't limit the 0 → 1 replacement in release to deb
        
        since there are rpm-frontends that do their own version comparison that
        is different from rpm itself.
        
        Change-Id: Iddf38c14e7f48eec5d043de57e3404fcd9da24f7

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8007579865e48a626a186ad10e1c2dc1872757dc]

        SwTextBoxHelper: take care of position after a CustomShapeGeometry change
        
        This is required by the ODF import, as that sets the CustomShapeGeometry
        after setting other properties (like Transformation, which includes the
        position/size).
        
        Change-Id: I299a1b302d55b3753a0a6b2142ea173f5f134b39

2014-06-02  Stephan Bergmann  <sbergman@redhat.com>  [6b4c596b01039324cfe78f38c4e3ffb9080bcd34]

        Fix memory leak for BASIC sub (as well as void function)
        
        d88593af59d9126cdbcd6c0a5b06fb9c673dc6f9 "INTEGRATION: CWS ab34: #i73457#
        Prevent sub from beeing set as param 0 for return type void" to fix i#73457
        "Memory Leak in all Basic type void Method calls" had made the PutDirect call
        dependent on != SbxVOID only (which would cover void functions) but not also on
        != SbxEMPTY (which would apparently be required to also cover subs, as seen with
        CppunitTest_basic_vba run under lsan).  Either this was an oversight with the
        original fix, or subs have meanwhile changed from GetType() == SbxVOID to
        SbxEMPTY?
        
        Change-Id: I3e5dbf79bfd5eea3cfec8ed3fa984d13167aa501

2014-06-02  Jens Carl  <j.carl43@gmx.de>  [8e115c60081b245541408889295bc0c147091e0c]

        fdo#68849: Add header guards to all include files
        
        added header guards for directories basebmp/, chart2/, cppuhelper/,
        include/test/, io/test/, sax/test, shell/, writerfilter/, and xmlhelp/
        
        Change-Id: I0e29a9b75c26d71f58aa98986b52f6d3b46015a6
        Reviewed-on: https://gerrit.libreoffice.org/9615
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d310ecfce3c2fc481b125e1493a534e2107a68e]

        sw textboxes: implement ODF import/export
        
        Map Writer shapes' new TextBox property to an loext:text-box boolean
        attribute.
        
        Change-Id: Ie47e15130adc1c480666c689c55a6c9e8460e385

2014-06-02  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [ef8293485adbf6554569ca37b8c1bf8cce955842]

        fdo#76934 : DOCX: Preservation: AutoSpacing property not getting preserved.
        
        	Issue :
        	- In styles.xml, beforeAutospacing property was set to true.
        	- In code LO grab bags AustoSpacing property using "ParaInteropGrabBag".
        	- But ParaInteropGrabBag had only an entry for direct paragraph properties,
        	  not paragraph styles.
        	- Hence while importing AustoSpacing property from styles.xml, LO was throwing exception
                  as "Some style properties could not be set: Unknown property: ParaInteropGrabBag".
        
        	Implementation :
        	- Added "ParaInteropGarbBag" entry for Paragraph styles in
                  sw/source/core/unocore/unomap.cxx
        	- Removed code from StyleSheetTable::ApplyStyleSheets() as it was previously added to
                  "Ignore" the AutoSpacing property.
        	  The code was previously added beacuse due to AutpSpacing in styles.xml,
                  LO was throwing an exception and this was causing unhandling of properties after AutoSpacing.
        	  So to prevent unhandling of other properties due to AutoSpacing property, a check was added to
                  "Ignore" AutoSpacing, thus enabling handling of properties after AutoSpacing.
        	  Please refer to : https://gerrit.libreoffice.org/#/c/8902/
        	  But as now we have to "Preserve AutoSpacing" this check needs to be removed in order to set
                  it in StyelSheetTable.cxx.
        	- Added Export Unit test case
        
        Change-Id: I6748f97befcdf40643e75388766e05740290306b
        Reviewed-on: https://gerrit.libreoffice.org/9561
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-06-02  Andras Timar  <andras.timar@collabora.com>  [c0190efe9e2e27bd60fbf7e35a698e1e3c4ef77c]

        restore 2 deleted lines in CREDITS
        
        Change-Id: I9ffd868d72f38f2d15373ce19ed0023644f19ac4

2014-06-01  Julien Nabet  <serval2412@yahoo.fr>  [acdff9f9763847c992e0853022896cff781c5ffe]

        Resolves: fdo#79506 Some numbers are marked as translatable
        
        Exception:
        http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55
        
        Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [dded2e25491212026a341ed636d4d984067c988c]

        sal_uInt16 to size_t
        
        Change-Id: Ia8795223224a6d2772f12ad41d7691517db80714

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [63b902175b58b65fb6f385cd084d55d6ac02da17]

        Avoid temporary OUStrings
        
        Change-Id: I02f26228f0f9068ce7f497913fb36ac8945e785b

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [2932e45b68a5b0d083532942f997aff94856b995]

        sal_uInt16 to size_t, constify
        
        Change-Id: Ie864814c71a31aaf2b139641bac9bb720143abfe

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [672ef15cd4e32bb4254e41c24a594d522e3c31fe]

        OUString: avoid temporaries and simplify
        
        Change-Id: I1e131913991f0b28e55e54e8cc64ce37135be946

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [2b81f3c28e76c231e257d643c47bca47b66916ce]

        sal_uInt16 to more proper types + minor optimizations
        
        Change-Id: I8873a1ec910024b6fc25490891dc2e2c8d20d5d1

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [b101ebff8ecd63da917ae033298a1445d75d691e]

        Group common code
        
        Change-Id: I857366ca2fb6e0e0cb43ff12b161310eab5015f6

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [9af0c596cc6337d81d1788f75a77680d0dfbffc3]

        OUString: simplify, constify, remove temporaries
        
        Change-Id: I7dbba6bfe9f44b28cdf62b1eb4da05eda696d0dd

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [12324ca824192c41ab76d797e648e88751ac6439]

        sal_uInt16 to more proper types, constify
        
        Change-Id: Ic7d9f18e04429c5ccb7b0fad28f3e83aa199897c

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [6e3b2014ee40c6cc010f2b2f43d0ab867f961070]

        Don't re-iterate over string to get consecutive tokens
        
        Change-Id: I502cc43c7419301ba0937e495172bc21b609f71a

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [56ee353b89668bd0f1ef57c6c837ebac27bd9c94]

        OUString: avoid temporaries, plus minor optimizations
        
        Change-Id: I5f55430ecca381aea87d6d12fc99d05cc97334da

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [51a65d821d256c2e2c3e4c90142025053a550da8]

        sal_uInt16 to more proper types, constify, minor optimizations
        
        Change-Id: I37ccea7d87e6e2e818717ecd06c8738dea7bcf30

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [6f29205b9d5187f2a5c9c17a2750a5bf6b21332e]

        OUString: constify, avoid temporaries and concatenated appends
        
        Change-Id: Ib1f6415dee8c3ffabf345f3e265d6beda652e159

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [04b3c70d60f8cdf395a0f295edddfbf15f2c5b2c]

        Use more proper integer types and constify
        
        Change-Id: I7e51c1bc713f43bcd89bb6e5a098b2ced670681f

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [44a18f6c9e111c3a1a29ae0ee262eb982516adae]

        OUstring: avoid temporaries and constify
        
        Change-Id: I553f6219a695cb6a41ccd9811d5ab8b5e7138ac5

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [e1cee80e4cb18e506d4a5fe3d2f4d6403e8f2223]

        sal_uInt16 to more proper types
        
        Change-Id: I5b3ac7b5bd0b5efe437f04ee308bdd94f55672c9

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [56e3df3946821f0e61356e25322fea61461a5d95]

        Avoid temporary OUStrings
        
        Change-Id: I3f4ad2d94b8438705719c235fd318440406aed8c

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [62ce3cfe8dfd739d888a9870025b643def28bcec]

        sal_uInt16 to more proper types + some const
        
        Change-Id: I8b24a8fc3e636684b280b1aef1b8f522bfb7296e

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [dee853844d0be44d7f26925aad7b71c7dd55dcb5]

        OUString: avoid unnecessary conversions and buffers
        
        Change-Id: I5537b089b15987564004cf46dfe53e34576ebca5

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [f0d05ed0358fa41b6d67caa51c07aaf9d1520841]

        sal_uInt16 to size_t
        
        Change-Id: I03d205d8c11be7e5b5aca3c711dd26e52f174fff

2014-06-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [88c397aaac462ccc2b800b614bfa427d71a8011a]

        Use literal ASCII strings directly
        
        Change-Id: I759c9dc5d698bc4444aa941907fbc1302e2d984c

2014-06-01  Isamu Mogi  <saturday6c@gmail.com>  [4452ac23224cc6fc9c575f1b128dd71f79e12d88]

        Fix hungarian prefix for calendars
        
        Change-Id: I78b3c0a8d32610e86e09ab5ad6da6cc4e0395926
        Reviewed-on: https://gerrit.libreoffice.org/9566
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Thomas Arnhold  <thomas@arnhold.org>  [c84c2e4abad318f1be98d12599787a051dce2b50]

        fix header guard
        
        Change-Id: I0e3216f6451fdb06a3519a042e412ca2e5147f4b

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [dcb32a33a32665a6fa54df224fcfb2efad411567]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directory sw/
        
        Change-Id: I5859f986c6f954d41a7940dc9ae8febaa714d34f
        Reviewed-on: https://gerrit.libreoffice.org/9587
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [6c3245fc69de59cb1de219203c489d891073ced9]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directory vcl/
        
        Change-Id: I76ad0c34f2b107d56e92c5a6a8f4c61554c93e2f
        Reviewed-on: https://gerrit.libreoffice.org/9597
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [158672fda5e9d82906972d9168025d42f3b38ac3]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories toolkit/, and ucb/
        
        Change-Id: Ia7ea7d6fad685c7648db22455b5587cf6260318d
        Reviewed-on: https://gerrit.libreoffice.org/9595
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [e15732bc96c903b2e85bcc30c32fad2cceda5610]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directory svx/
        
        Change-Id: I1c2006bccf03c3057daf6ea2711c52a8c1f455f3
        Reviewed-on: https://gerrit.libreoffice.org/9586
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [57217e1e9f995ec413e5eecaf171481373a0a8d0]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories stoc/, and svtools/
        
        Change-Id: Ib6691b0e3fa09d71696ab947d357e489eb35df66
        Reviewed-on: https://gerrit.libreoffice.org/9584
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [8f0160a10dd2a5746c531040ffbf638e356f6d5d]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories sc/, sd/, slideshow/, and solenv/
        
        Change-Id: Ib4577761644fe72f5ddb3c5060e629bf94d6e6e2
        Reviewed-on: https://gerrit.libreoffice.org/9583
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [f3e1f476e9cffb75d0620ab2dcfdc1ea077cd9d3]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories sal/, sal/, and scripting/
        
        Change-Id: Ieb7f224f2d27bd671618c516f47f5b7f08c1d294
        Reviewed-on: https://gerrit.libreoffice.org/9582
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [ee0714cb95c14b889074d4baa584eba8e285c8e3]

        Fixed lower case typo in header guard definition
        
        Change-Id: Ib4f09892850bfcb72ddec0b0a924746495c5551f
        Reviewed-on: https://gerrit.libreoffice.org/9579
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Jens Carl  <j.carl43@gmx.de>  [7610a80ad1a47f2401b4d6aca9d4f77e5be7c630]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories l10ntools/, lotuswordpro/, and rsc/
        
        Change-Id: I9c034d4bb5c92d78378bda4658d43a8b603d5281
        Reviewed-on: https://gerrit.libreoffice.org/9581
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d9f93ced823ee7d695cdd39d5124b67e07886ed7]

        extract the rendering code in ChartView
        
        We need it for the IOpenGLRenderer interface.
        
        Change-Id: Ic9f425b44c0efdd30956eba13ef03ba7179d35a4

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e7da55b6ed9ac288eb8075ce169a9c1e305f7d99]

        make the OpenglShapeFactory work with the new OpenGLWindow impl
        
        Change-Id: Id97a61c67b55d6ef85b9752f7f4ac2c93aa5bf32

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8d83c439bacb3155eec31fe3b4bf2c9990beb936]

        fix crash if there is no OpenGLRenderer set
        
        Change-Id: I6cd75aa2a9db7219b2873d0b6516ef9df4fbe33d

2014-06-01  Julien Nabet  <serval2412@yahoo.fr>  [d7eb2703913d9e07749bda0b5f6437ee7d423142]

        Typo: colect->collect
        
        Change-Id: Ib53aad3b773e8818c174f5dd35685e5bbe70afd7

2014-06-01  Julien Nabet  <serval2412@yahoo.fr>  [332d71b4b3cfb26c409bf0e897d8b812b524a8ee]

        Typo: hanlde->handle
        
        Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc

2014-06-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [ecdc4754e9050c13ea38eb3b356cb6d09bdae4fc]

        contined -> continued
        
        Change-Id: I98459d61cd13ce73adcf63a8eab23f344999c0e5

2014-06-01  Andrzej Hunt  <andrzej.hunt@collabora.com>  [1ae89d189200c1e351a396a3f02612b84a69985f]

        fdo79368 Don't process overflow menu items twice.
        
        We reuse the toolbox overflow menu for toolbarmanager's context
        menu -- toolbarmanger previously added its menu listener to the
        toolboxes menu permanently, meaning that it would try to handle
        overflow menu items (in addition to the context menu items which
        it should handle), instead we should only add the listener when
        we are actually using the menu as a context menu.
        
        Perhaps it would be better in the long run to actually use fully separate
        menus instead, and ask toolbox to specifically add its items to that
        rather than trying to hack the context menu on top of the overflow menu?
        
        Change-Id: Iecface2c6eae9ab79dbcdb25ffdbaf446e2885ea

2014-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd4a3d766aeb5e5e6986f77993546694847fcda5]

        coverity#1219806 double close
        
        Change-Id: I0719451a3f2f8f8bf5e2d417252412f1e68b456e

2014-06-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [f1d38f2a92d8e1c0a390f91b9725892e208119ed]

        vcl: cleanup window.h
        
        Change-Id: Iea8323382f889705681236e364a9ef8b744fa9f2

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [df48d00ffb4fb1bf206ea41ba704373fcc35c749]

        remove the framebuffer rendering
        
        Change-Id: I2510a00b24a6a3c045a6ee2ccb21c022d3404000

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [43de2fa02bbbf364326c3452a58c600bc2cb2688]

        don't add the changes toolbar to the forms window, fdo#76752
        
        Change-Id: I1a5d62b0995343a73fd8d6941f0fa380bb19e783

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8822b255e55dc3e65417c52a809a981716ee485c]

        move to OpenGLWindow step one
        
        Change-Id: I9f019a397f8b0daf27f0969b1f23539438eb6422

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [adde0537865430e0f9a49325087ff65c6db89112]

        no need for that include
        
        Change-Id: Ifd3438224a824c190b87ea011e6c02668ad0a3e2

2014-06-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b179ed7f59697333c3a0b8ea64eb8f6ccc682834]

        we don't support the simple backgriund anymore
        
        Change-Id: I4a0238f5a2729f8b7ace3988c3fe890fba2a4341

2014-06-01  Julien Nabet  <serval2412@yahoo.fr>  [d7dd4bbf0a54cc780002052a370f835572035f51]

        Resolves: fdo#79493 Refresh Tables option fails with Firebird
        
        Comparing with hsqldb part, sdbcx::OCollection link wasn't present in Tables constructor
        Also include Catalog.hxx to be able to call "refreshTables" method
        
        Change-Id: I1d8f2b0b361f8fd90f3065c07b3224894a3700d6

2014-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [35a01cb86ae0e91fb4aea1f99ed9158af2b2b202]

        coverity#1078573 Unchecked dynamic_cast
        
        Change-Id: I59d179b2b9ad19de1be2bae517201be038f32c33

2014-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dcc46af5a47cef1f6e52835f3e8ebd17a0be234]

        SwFmtVertOrient: rename member variables missing their prefixes
        
        Change-Id: I83922fa1abe7830b12fcd811c9391ae8fff853c9

2014-05-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [886a7b6d66e2e1c60f7163e959a537ecc73e9927]

        writerfilter: unused checkmodel.xsl
        
        This could be useful actually, except that it raises so many warnings
        for ~any version of model.xml (and we assume the current version is more
        or less working), that I think in its current form it's useless.
        
        Change-Id: Ia9923256f1db0fd15930833fc843a7348613821d

2014-05-31  Rene Engelhard  <rene@debian.org>  [2f531243f35e0d311d2eaca54d8c06750a1ac23e]

        fix pyuno.so install to correctly end up in gid_Module_Pyuno
        
        ... as the (empty in this case) auto_python_ALL makes the second entry
        ignored
        
        Change-Id: I1b39595b3ab8da429f45f49098d6fc7bdc4c1cba

2014-05-31  Rene Engelhard  <rene@debian.org>  [70b0634dc2527c09e85799186922fcdbca7c9b48]

        libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1
        
        Change-Id: I068a3fb7ad2da0133f60900d4db85c2107269653

2014-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [b32ee047312a49c13a247aa57485fad128f13317]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I1988d2766d8bdeb5f8a22a5673dcff9b898dd637

2014-05-31  Lionel Elie Mamane  <lionel@mamane.lu>  [d2d2136f3f1ecfa03713ff4231ad6214ca6a9c33]

        fdo#73352 firebird don't claim to support interfaces one doesn't
        
        and then throw an exception when the interface is used
        
        Change-Id: Id5e2c852323d49f51ab55cf46ab54223cf8ccf03
        Reviewed-on: https://gerrit.libreoffice.org/9590
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-31  Lionel Elie Mamane  <lionel@mamane.lu>  [8eb341ac9ebad8d8af399ce41eb02268aa25fa56]

        fdo#73352 don't crash if clearWarnings throws an SQLException
        
        Change-Id: If67bda43589834e4c922056145bc60884728cb8a
        Reviewed-on: https://gerrit.libreoffice.org/9591
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1b35c7ea4f7fe1473dbe08ab93b7259403b290ff]

        fdo#78927: Use different XML attribute names for asian and complex fonts.
        
        Change-Id: I96a26bd495d6a78fffd0854b5084f69b5db84ee6

2014-05-31  Michael Stahl  <mstahl@redhat.com>  [55070972b32e719e4855855797263d6342a3625f]

        fdo#64956: editeng: fix RTF color table export
        
        The editengine RTF export produces this:
        {\colortbl\red255\green255\blue255;;}
        
        ... and then it proceeds to map COL_AUTO to \cf0 i.e. the "white" entry
        that is the result of erroneously writing out the 0th entry regardless
        of whether it is COL_AUTO or not.
        
        Fix the color table export to always put COL_AUTO first (as the Writer
        RTF export already does), and simplify the code a bit.
        
        Change-Id: Ia8ce19f387e3627a1b4a26bcc723edcf5b1ffdf8

2014-05-30  Jan Holesovsky  <kendy@collabora.com>  [7d376ae64cc137e660ab57cfd32aa4a3b8518990]

        writerperfect: Let's disable this test until it works on Windows.
        
        Would be unfortunate to have a non-working Windows tinderboxes over the weekned.
        
        Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d

2014-05-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [561b6824e6cbb8762f667e3bcc087a6105ee78b7]

        avoid crash when finding a non chart OLE2 shape
        
        Change-Id: I5f69e3dabe67aa09f6a77c65e196401622f4b951

2014-05-30  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e7aa4170212612f8b6bead91ceb6b4e86cf008d4]

        pass more parameters by const reference
        
        Change-Id: I46be96d6ba9f3fecb590c4be62775824194c380a

2014-05-30  Julien Nabet  <serval2412@yahoo.fr>  [ea15c9dc4da75fcd56e6b0dbce473b9e912fa4e2]

        Revert "cppcheck: zerodiv"
        
        This reverts commit c46cc5751b5af4ce180fca63f998fe7eb405f93c.
        
        See http://nabble.documentfoundation.org/avoiding-cppunit-zerodiv-correction-td4110788.html
        for more details

2014-05-30  Tor Lillqvist  <tml@collabora.com>  [2949cb7b2380291be16831f5239368e90bdc6380]

        No StarBASIC if DISABLE_SCRIPTING
        
        Change-Id: Ie72c883c4d55ad247f582dcd89420f13814c28a3

2014-05-30  Julien Nabet  <serval2412@yahoo.fr>  [6cc359f8d739a92c2695a5248dfbb49f43d1ca6e]

        Replace "compareToAscii" by !=
        
        See http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html
        
        Change-Id: I1ed37671e6c248ada7a972dba00e0fe98b565e75

2014-05-30  Tor Lillqvist  <tml@collabora.com>  [d6b9b1e9c315309d4aa994d0c1019226d7da448d]

        We don't need cups on the build platform when cross-compiling
        
        Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e

2014-05-30  David Tardon  <dtardon@redhat.com>  [fb984ab884e225df9456b1a0e7ab9ae65b570644]

        rebuild ext. project if makefile changes
        
        Change-Id: Ib1b7dab5b4fa10f068bcce58e00450895c455121

2014-05-30  Tushar Bende  <tushar.bende@synerzip.com>  [489611732319dec36ec630f6bfffd0c6ff03b9bf]

        fdo#78883: Writer getting Hang while opening document
        
        Description:
        Writer getting Hang while opening document because of loop in layout.
        
        Root cause: For Documents containing table with direct formatting for
        Para line spacing along with style w:type="table" in style.xml LO was
        erasing PROP_PARA_LINE_SPACING Prop from pAllCellProps in
        DomainMapperTableHandler::endTableGetCellProperties().  But for
        Documents without direct formatting for Para line spacing this deletion
        was causing problem, as after deletion there is no formatting available
        to apply.
        
        To fix this checking whether there is a Direct formatting available for
        table, if Yes then proceed with this deletion logic.
        
        Change-Id: Ibaf51ebd1aca93eff44a9edfbe8fa13832ab2b70
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-05-30  Rene Engelhard  <rene@debian.org>  [59eabfcfeab03ee3aa830bfa31ea4a7893824776]

        Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-dev
        
        Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2

2014-05-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ab538885d818a7b3706df48a625e2523a8ebbdf]

        fdo#79174: Use 3D address when the input and output are on different sheets.
        
        Also some cleanup, mostly to avoid storing separate address convention object,
        which is not really necessary.
        
        Change-Id: Id3e104043f08b6786de2e91d69361557b83890f9

2014-05-30  David Tardon  <dtardon@redhat.com>  [f85d10fdf651d131ecb0c3622326b3b076205e80]

        build libwps as shared lib
        
        Change-Id: Ic30d54461f799b745d0887b830445f00efeb6faa

2014-05-30  David Tardon  <dtardon@redhat.com>  [79211c1abe382e428611df1b81150106cbcb9197]

        build libmwaw as shared lib
        
        Change-Id: I3c970cf3d15c2bd0072dccdf34bc3f0dae53c0b8

2014-05-30  David Tardon  <dtardon@redhat.com>  [026dc56eb7deb7c49b6d54875a697d4a431082fe]

        only def graphite external if --enable-graphite
        
        Change-Id: I58271b5138b6dda4c448af63146a2f2171cb61a1

2014-05-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [c4f425e691ba4a0757bea6792d02ae92a2975832]

        vcl: make Window::Show() if statement a little easier to read
        
        Change-Id: I3b4d88f8e0a2f378878f29fbf799b795018b18b3

2014-05-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [24d8bcc763b550d8da0e0a6b9f5c3b4113662b5c]

        SwTextBoxHelper: handle size when it's set before CustomShapeGeometry
        
        E.g. the ODF import won't set an explicit size, it'll just set a
        Transformation property, and a CustomShapeGeometry one, which contains
        the textbox rectangle.
        
        Change-Id: I9ac7ab5a324dc9c7c5ce3196fee8d257b7426f41

2014-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [6a53ea218c669b99aa9a51ce77898845f262b6e0]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Iad3de981a1c9660b1322315640e531c9891db0bf

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [95c0bc061d7f4cd218a0594eb66b504d4d308fad]

        Updated core Project: help  323a42b8236d720d964e68cc530358f75210e31f

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [eaa89db886ba49472e22d77cea957a08c1113cd0]

        tweak massively complicated html export wizard a bit
        
        Change-Id: I1d15780d0128204f063a816df9df251b05ab93d2

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [48a697ef1c123812c47e7e7c33688ca2b2c5e93a]

        coverity#706394 Uncaught exception
        
        and hopefully a bunch more of those in dbaccess
        
        Change-Id: I5aefcfe56a697f9e6b18dfe167fdd8a4f54ab6e0

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [535780bd4b911cb86b3587cead72ea15d23df871]

        coverity#704809 Explicit null dereferenced
        
        Change-Id: I8febb74648b409e214e805084682d932424252b3

2014-05-30  Palenik Mihály  <palenik.mihaly@gmail.com>  [df903c3e2084d8cc33e3935a1668b8b46e25201f]

        Convert DLG_PUBLISHING to .ui
        
        Change-Id: I0e15b6f7610c7b262a037d6a9ea482112a5bb8b4
        Reviewed-on: https://gerrit.libreoffice.org/9532
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [317306710d8f7c16bd6b9edc1e0af7e0e757cbac]

        Fix memory leak
        
        Change-Id: I64a74ea23d9a2410ebff0c42c54601fd0b0190f0

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [773881d49e44ba3aa7bc3f4492ea4fa2fe1031d8]

        Fix memory leak
        
        Change-Id: I30ab0dcf47d236c8ebda3a2d1da0aaa4f0cd7477

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [5409e6a126b0bc9e6ba3bb348e431bdfc32219f4]

        Avoid undefined left shift of negative integer
        
        Change-Id: Ib857f7c802b4ce65ec352b67e6acde59965c893a

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [bb78022488ef283441c4f04cb357d7b5594348a2]

        Fix memory leak in test code
        
        Change-Id: I318878b3fa883eebbc081a6faf6a594dad2c6e26

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [aaaf4c4332bbe88841d855facefe38227b9be590]

        Fix leak
        
        Change-Id: Ie1c0cb94fae8b227f7ef66df5a2a2ca3f0738897

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [f33dc92572ecee77437dc5aa4742a5384c86cf71]

        Fix memory leak
        
        Change-Id: Ia9176826b89b947408230bf65db26a83f269c845

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [c9f5e9b70968ab3f6990a47f5c98e55bcc87650d]

        Fix memory leak
        
        Change-Id: I70522657f968ed4f84e9447dd999d8be746fc973

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [63405c050050b4f2ea2ba922e7031e2c0b5d3621]

        Fix memory leak
        
        Change-Id: I0e5c3af0504f3090a5db7692c6bfb1d33b3aa81f

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [4bd5d16381442fc94b6beecd6c16dd15686be924]

        Fix leaks in test code
        
        Change-Id: I435fcfd6d10875565b543ea76fa8bfbf52e5f5d0

2014-05-30  Noel Grandin  <noel@peralex.com>  [6b50e21473e7d2b24b5c609d8a1c31f27644d842]

        deb#749592 mysql-connector doesn't work with remote connections
        
        and also
        fdo#77584 mysql-connector doesn't work over SSH tunnel
        
        Not sure exactly how this got broken, I suspect that the UI code
        has started unconditionally passing down the properties, just filling
        them with empty spaces for the unused ones.
        
        Anyhow, this appears to fix the problem.
        
        Change-Id: I7ac2a0d6bae610f47d2a28daa9beb3ef0e2dbb52
        Reviewed-on: https://gerrit.libreoffice.org/9565
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [c3c1cf88f2e6982604c885b108ff72881213f3d8]

        coverity#705195 Missing break in switch
        
        Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [813d4d3b8d9b67bb5892ab28f081c3d77fd30ba0]

        coverity#705196 Missing break in switch
        
        Change-Id: Ib757a4cf5c6bf6fa59b2eb1a3cb3c9c3c55431bc

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [cf28ba611b467b248cfa57b846c74a40ad41ef98]

        coverity#705197 Missing break in switch
        
        Change-Id: I3a171be59989b53e1a96f0e4c640142bb8e64321

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [7b75f9a1447607c99ed67fb8ccf081097a2a495e]

        coverity#705222 Missing break in switch
        
        Change-Id: Ie127c5238fd2f69f52fb3cbe4090929eb23566f4

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [8ce36c373635cc3571622063d253aadafdecd229]

        coverity#705223 Missing break in switch
        
        Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [67502178f189f4550834ef4177ca050202c81cc3]

        coverity#705235 Missing break in switch
        
        Change-Id: I19e8e6aa08dc879f273f2a0177b40435c0ac553d

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [2ac988e04200985170b783d9cf087b9548a0be5a]

        coverity#705236 Missing break in switch
        
        Change-Id: I8065789618f806d01cdb69a18502dfafd962b9f3

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [19492508b5aa7262fd80db240b0c8efbcd8709e2]

        coverity#705237 Missing break in switch
        
        Change-Id: I1f8c9aa6c7b4403346ee43501a3555abbccf1cfb

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [861e3a23b94c9ff359ceeb3a512e12de5081282c]

        coverity#705239 Missing break in switch
        
        Change-Id: Ic11f6640b6c60feed06ee988796823aaada76739

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [b19043b89b52140733a94a4e12f0054fbc9add6c]

        coverity#705256 Missing break in switch
        
        Change-Id: I173926b7966d0d75b51652a3983d73923fa2e575

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [87574542fc953a60bc2bafe8ed725500f9322521]

        coverity#736074 Missing break in switch
        
        Change-Id: Ie60f70e992323b9841c854edc083f686bbeda1f5

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [580fe11522da7691c2bb6901554c95516679df01]

        coverity#1078633 Missing break in switch
        
        Change-Id: I37c46fd88bbc7a66a6c5691dbd79754fa5078ea5

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [1401a888575ffeff36e83d2213d8e3d6d85380a0]

        coverity#1130413 Missing break in switch
        
        Change-Id: Idb20ce02b720b3d464b0b6138eee0017f1a3b44c

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [8ec75cc1c47ca7a8cb87263060f868c68a152b01]

        coverity#1130414 Missing break in switch
        
        Change-Id: I2a1a6e39fce01a7b6039cc3da2ce34255d6f2168

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [79842696cdcba7d5561abc803c8e30f11fe648b5]

        coverity#1130415 Missing break in switch
        
        Change-Id: I6a424343456e6f794823b5994fbf135fb3daf034

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [31a480cf714e9238b327c275666628499c331ffc]

        coverity#1202815 Missing break in switch
        
        Change-Id: Ic18a984c4c05367ac1a863a27620c83391d5bac5

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [3f2cf1cbd5e8e56cf65ec8c987fface7690d6b7f]

        coverity#1213143 Missing break in switch
        
        Change-Id: Ief8178f5aa829fba40134d92e686910f1e8f0c54

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [4c34e45e72ea4537efe5bd66308783b1568b0d74]

        coverity#1213145 Missing break in switch
        
        Change-Id: I88e75d08db68417a931e47c1747900dd3fd1adad

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [2b4b5684a6f0bfb29d4e7ed94f1afc3adc4d6815]

        coverity#1213146 Missing break in switch
        
        Change-Id: Ib3e5476cf764862f29e6c964bf0f8879b0f416c1

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [60c70bb44a9e757217d122a2ab5d8a2f68acbe46]

        coverity#1213147 Missing break in switch
        
        Change-Id: Icafdcadb22da84d9f8cdb8928aa5e2c148993384

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [87b991cac047bbbb41f37465e1a509077f4d2f5b]

        coverity#705031 Unchecked dynamic_cast
        
        Change-Id: I492db48ee0b3098dddad638736f3d2e062dc6ceb

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [ddff02a6cb58cba8a98b6edf234ad413b1a4eaa7]

        coverity#705026 Unchecked dynamic_cast
        
        Change-Id: I76aeefc705481249b0197839a9db3eecb34adc92

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [911fbff985dfc6ef08e13eb2136c70f65b221259]

        coverity#705014 Unchecked dynamic_cast
        
        Change-Id: Iec924d7697c2ccdf63f4d6748b819943d0870d48

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [371f730829cbd51500556bf462f2ea7ad288eead]

        coverity#704917 Unchecked dynamic_cast
        
        Change-Id: I031b249a2b074c6ba8eb291fa2ade8df0ae74112

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [f1c705da1642e4f637be3610856e5b10e509aa4e]

        coverity#704912 Unchecked dynamic_cast
        
        Change-Id: I1383d63d3513dfcb8763857a49742a756836987f

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [b89069a863431538612b1bbb6b44cf9126d231a5]

        coverity#704896 704896 Unchecked dynamic_cast
        
        Change-Id: Ibc24125d90d324033673988567cd5925dee9ee53

2014-05-30  Stephan Bergmann  <sbergman@redhat.com>  [909a76c7da77d8ecee8d797dd1ba77a5062ac303]

        New loplugin:inlinevisible to flag inline functions marked DLLEXPORT
        
        ...which does not make sense.  On Linux and Mac OS X, they potentially end up
        exported from multiple libs (weakly, though), while on Windows the potentially
        even end up not emitted at all, which could cause link errors.
        
        Change-Id: I092c9ba39e686c17b6e91581cdd4753f1c4d582f

2014-05-30  Matúš Kukan  <matus.kukan@collabora.com>  [d2e0465d406b33139f3a97e1738020d6a7a6f6c3]

        fdo#76324: Use one static SvXMLTokenMap object, it's faster.
        
        For me it saves ~10% of load time for calc document with 2000 comments.
        Thanks to Michael for noticing this oddity.
        
        Change-Id: Id44f44c02df2ae9360d02c28081601f5f7a8ea27

2014-05-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e20876b37d203642b5aa81a2d6c93979600376ed]

        fdo#76953: cannot start show at selected slide
        
        It was worked only in slide sorter view properly.
        It seems it leads undefined behaviour when a menu item
        is in the menubar.xml but has no definition in *.sdi file.
        I experienced that on windows menu item was disabled
        on linux it was enabled.
        
        Change-Id: Iba4dd1cbac60a3b3350604d64d60d10d050a4e2b

2014-05-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [53c376d35b7223d53e8c9403390afe53d1f69089]

        bnc#870237: wrong text position in grouped list
        
        In grouped list text area does not cover the whole
        shape but just a part of it at the top.
        To get the same visual effect modify text distance
        attribute.
        
        Change-Id: I32f30d0afbc1975f940c4562ec65f46596e97060

2014-05-30  David Tardon  <dtardon@redhat.com>  [2b6f2beec6ceffbde287ebef295eb27bb7f35d00]

        add dummy extension
        
        Change-Id: Ic76efa716237f197c1c73a9752f6680be49570f6

2014-05-30  David Tardon  <dtardon@redhat.com>  [2999a87db65767b26a161b60a2e80f5afd76ef52]

        fix filter names
        
        Change-Id: I691d8d43ef12f5863627d1d4bef64dbd9d633e86

2014-05-30  Noel Grandin  <noel@peralex.com>  [b88ab175513533617e324f51e9d0102c1ed9bbba]

        header guard naming consistency
        
        Change-Id: Iebbf5c586f5d2961be98b12638def3adbadef136

2014-05-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [43a568630fd8cd2ed05584a689624e608160595e]

        writerfilter: clean up 'using namespace ::rtl'
        
        Most probably this is just a leftover when one had to spell out
        rtl::OString and friends, and not using it ensures that rtl::Reference
        vs css::uno::Reference is written out.
        
        Change-Id: I13e20e6566a56a93b2a1a3f980c301d3bfc41d89

2014-05-30  David Tardon  <dtardon@redhat.com>  [ee016fbbe3f3af67b2b8b6fb516bf523a0e704ff]

        reading from a stream must start at the beginning
        
        Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b

2014-05-30  David Tardon  <dtardon@redhat.com>  [aa81b089d3da838129ca44badc60a6489af11d84]

        generalize this for Zip too
        
        Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac

2014-05-30  alonso  <laurent.alonso@inria.fr>  [78fe1a5edf1dcdec44441fdb57554333a25ac3b1]

        fix creation of substreams for OLE2
        
        Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [1f0b7e5dc4299ff0c4c52fc69fa97b99d9e9e076]

        coverity#704728 Unchecked dynamic_cast
        
        Change-Id: I2db2d6ffdca1775f21969b523ede56b3fb3fd682

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [502f059b1ff8dcd305d31b01a665c9d4255013cd]

        coverity#705871 Dereference before null check
        
        Change-Id: I5e52347ce5cee26dffb4d47fc8d320567a0fea31

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [faf8d79ef617090a710bd98f5ad936dd27a0867d]

        coverity#705870 Dereference before null check
        
        Change-Id: Ie4588f8cb0f11b831d091b0f478b78d0472af160

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [6a8e7fde5084b46d62c99aae91e4e6f78c14f178]

        coverity#705861 Dereference before null check
        
        Change-Id: Ia027a5990769413dff323ff0e0b6fd66633b9339

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [6bbb8b88fd93b8a91f8ef6142635b07f3c11b28e]

        coverity#705838 Dereference before null check
        
        Change-Id: I00037e6be04d7839e8387cb8771ef0a963eec371

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [416b56bbf0885c5e3dc6ef6e75885466dce42c30]

        coverity#706003 Unintended sign extension
        
        Change-Id: I888b5610a00a152551776e5d8f82fc5353bc880d

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [ce0539630a6caa2d575760b3d4e57c98ab167b14]

        coverity#706004 Unintended sign extension
        
        Change-Id: Ia8c12fbb9e546343eccf34b6f8e842983c287b2d

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [1680f88b1074cca05e3516ad8ab9967d24c2488a]

        coverity#706005 Unintended sign extension
        
        Change-Id: I5670617f03deaac0d8923a38f765c9870eacfc97

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [dea94c8899842dd687777e99ca2efb1a6a21d7a2]

        coverity#706008 Unintended sign extension
        
        Change-Id: I60f3404ae87aa0d1088110715d0ba1dd32fab09d

2014-05-30  Caolán McNamara  <caolanm@redhat.com>  [7a211e834fc271d3f28d7f8c49197c925242d862]

        Resolves: fdo#79360 impress hangs on using sidebar new style
        
        because those styles are "pseudo-styles" and a new one cannot be
        added. The possibility is supposed to be disabled, and it is
        disabled in the floating stylelist. The old code assumes there
        can only be one of these stylelists and when a stylelist
        queries if the "new" should be disabled the callback asks
        the stylelist what family is selected, but only asks the floating one.
        
        So, floating closed, sidebar open, the new is not disabled.
        Implement the ancient TODO now that we have to. Instead of asking
        the stylelist what family is selected, query the frame for what
        is the current SID_STYLE_FAMILY as set by whatever is the active
        stylelist.
        
        What's disturbing is the SID_STYLE_FAMILY values are not SfxStyleFamily, but
        indexes that have to be mapped to SfxStyleFamily. I bet there are a pile of
        bugs around that, especially with little islands of different conversion
        codesites
        
        Change-Id: I85c8032d7c26ae6eea245685748f89b2a860e767

2014-05-28  Jan Holesovsky  <kendy@collabora.com>  [e705c37c44e8ce43047c70e5ad9ae65bd79ae962]

        fdo#62719: Set more relaxed clipping region.
        
        It actually is so that the line is in the output PostScript; and it is even
        visible sometimes when you zoom the file (like, when you are zooming
        continuously, the line is appearing and disappearing).
        
        I guess it is a corner case of the clipping, highly dependent on the exact
        settings, so let's be more relaxed and clip a bit less (as we already do for
        right/bottom).
        
        Hopefully some other functionality does not depend on this exact clip
        setting ;-)
        
        Change-Id: I7080ad3ff730408296f9e9dec7a0b74ac4afca7d

2014-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [86908b38dab9b699b801ddd18c1eee9c4ce71455]

        strip trailing spaces when reading autogen.input/lastrun
        
        Change-Id: I9d47d2d4c6d2eb14968bfd79ef2a406c57afa21d

2014-05-30  Tor Lillqvist  <tml@collabora.com>  [340bcdea84741a707454e7b2e0ce400a0620d84b]

        Revert "Add function to catenate n copies of a string"
        
        COMPHELPER_DLLPUBLIC of an inline function is wrong. Nevermind that I just
        followed the example of the preceding functions.
        
        And it is too bikeshedding-inducing anyway to use recursion.
        
        This wasn't used anywahere yet anyway in committed code, just locally in a
        tree of mine. Will add a local copy there.
        
        This reverts commit ee0d7d4c52fe93ef2ac73d403f61b642f1ae2716.

2014-05-30  Noel Grandin  <noel@peralex.com>  [5d13b6e8216178258a3ffb5ef4793669099183e4]

        fix . in #define
        
        as a consequence of
        commit 9e3cc6b47444f988a68ca3ddcad779ed0480b00c
        "fdo#68849: Add header guards to all include files"
        
        Change-Id: Ibabf0d88ff4d928311ad5079ac3aa1fd6a2c1e6d

2014-05-30  Noel Grandin  <noel@peralex.com>  [c8905a124fbf9ab680e2886c3f31992cab2bcd15]

        fix / in #define
        
        as a consequence of commit 3ddb928061531a8742565bfa91c0aaa76ef88863
            "fdo#68849: Add header guards to all include files"
        
        Change-Id: I02aea067276017a3b27c28fb45ac48a135697bd3

2014-05-30  Jens Carl  <j.carl43@gmx.de>  [9e3cc6b47444f988a68ca3ddcad779ed0480b00c]

        fdo#68849: Add header guards to all include files
        
        Added header guard to files in directories i18npool/, include/, and io/
        
        Change-Id: I7ba5b5f0ffdf5dedb8fd40e8efa06936e7c23591
        Reviewed-on: https://gerrit.libreoffice.org/9558
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-30  Jens Carl  <j.carl43@gmx.de>  [bcd5da6cb3d24801be4b84b3339a4d77e255a917]

        fdo#68849: Add header guards to all include files
        
        Added header guard to files in directories forms/ and fpicker/
        
        Change-Id: I5a3a2b1f2aa81d048959cb3223e03ac985539f33
        Reviewed-on: https://gerrit.libreoffice.org/9557
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-30  Jens Carl  <j.carl43@gmx.de>  [3ddb928061531a8742565bfa91c0aaa76ef88863]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories desktop/*, and embedserv/*
        
        Change-Id: Idaffcc0539b84962ed7c132cb20078512799d433
        Reviewed-on: https://gerrit.libreoffice.org/9556
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-30  Jens Carl  <j.carl43@gmx.de>  [54b85bf51e42f0e74dfaab40dc0a6923dd1f876b]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories avmedia/, basegfx/, chart2/, and
        connectivity/
        
        Change-Id: I94ec438ec918ccef1c518edfd9ab4944e9e2961b
        Reviewed-on: https://gerrit.libreoffice.org/9555
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82e1456e9ae19cd536c11b2bdda7a79909269c15]

        remove fsanitize=address from libgetuid.so makefile
        
        Change-Id: I3d292638b76ed09d84df36d096f70c9496a23fdf

2014-05-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a916b6ff7fdf1bcb1182e72e4a5bf2f901c698da]

        Detach all DocBasicItem objects upon process termination.
        
        To prevent rogue DocBasicItem objects (which are global objects) from
        attempting to stop listening after the main app is dead.
        
        Change-Id: I68a667137ca4e0eff18278f4d2d5dd67466eaf34

2014-05-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5a827671d16ff5e927fc3dd4a01e6c32ea05d891]

        Avoid static local of a singleton.  This crashed writer unit tests.
        
        Change-Id: I7c5f2d372676cdb317a8dad636bf1aab7dd5db37

2014-05-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [699e97ebc4169546c63a48736d953349df69fdf3]

        Don't forget to dispose the component here.
        
        Otherwise, none of the associated SfxViewFrame, SfxBaseController,
        SfxObjectShell, SfxMedium etc would get destroyed which would ultimately
        lead to the .~lock.foo file not being deleted upon exit.
        
        But for this to work, the client code has to make sure that its
        LibreOfficeDocument instance gets destroyed when it finishes its thing.
        
        Change-Id: Id45eda526c1496712e4314a947e994eba5c3fa68

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [105b36ce11448cefc6ee9a3a88ae35df274b30d7]

        writerfilter: unused analyzestage2.xsl
        
        Change-Id: Ie9442ef37c044de686249379aa1463d3384cb2ba

2014-05-29  Julien Nabet  <serval2412@yahoo.fr>  [839dde414f88c095237a956d2d9b97afc0d05a0d]

        cppcheck: consecutive return/break/...
        
        Change-Id: I171df68539fc41046b706157c04ab1e8cc1e60ca

2014-05-29  Julien Nabet  <serval2412@yahoo.fr>  [c46cc5751b5af4ce180fca63f998fe7eb405f93c]

        cppcheck: zerodiv
        
        Change-Id: I09e1c86bdda301c11700ffe05d4a3d83b7a1104d

2014-05-29  Julien Nabet  <serval2412@yahoo.fr>  [1af3579ecbe3747bcb9535d026d2a34792cd9106]

        cppcheck: unused variable
        
        Change-Id: If497a2bbcc13702a960f510b3daf3bf7dc12d4c7

2014-05-29  David Tardon  <dtardon@redhat.com>  [8dd624128bf12e013c17b3b24c0b24135296bb8e]

        fix copypasta
        
        Change-Id: I397426edff584b29210b4df925677893cda35cc7

2014-05-29  Lionel Elie Mamane  <lionel@mamane.lu>  [1380ddf85a29d2450f09d200d47ea21e69bf555d]

        Allow STYLE_OPTION_MONO to be unset from toolkit-created window
        
        This was keeping form controls (e.g. CheckBox and RadioButton) to
        transition from flat style to 3d style, while the 3d-to-flat
        transition was allowed, making flat some unescapable pit of doom.
        
        Whatever the goal of that pinning, it will have to be achieved in a
        different way.
        
        Change-Id: Icc4dfb9673a7dfe4a7d8726fbfd23f75499f8b41

2014-05-29  Lionel Elie Mamane  <lionel@mamane.lu>  [ef530d0a2c0f68da7011f935ff4775defc6d4651]

        fdo#75364 flat style and 3d style were swapped
        
        Change-Id: I929f8f63e8017727595be30f4e56f3aabeec2b1e
        Reviewed-on: https://gerrit.libreoffice.org/9549
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-29  Lionel Elie Mamane  <lionel@mamane.lu>  [db681394e02611872570feba07246bdb41c5bf2b]

        Update comment to reality... many properties now, not one.
        
        Change-Id: Icc81d3067969d1d61182865d36ecabec4e7f85b7
        Reviewed-on: https://gerrit.libreoffice.org/9551
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-29  David Tardon  <dtardon@redhat.com>  [895d63be19f945a98d705fea3d5d067ff66f8bc1]

        these formats are supported by libmwaw 0.3.x
        
        Change-Id: Ie045a3d700d498d58bad1bfcaf4cfd81b63005a6

2014-05-29  David Tardon  <dtardon@redhat.com>  [e120b369f10207f4057ebeae92c1ee25f08e4904]

        enable integration test for libmwaw draw import
        
        Change-Id: I2109b948971776f06c3574ad6e7a9bebc33a40b3

2014-05-29  David Tardon  <dtardon@redhat.com>  [64a9f9968a6aa801af183a142c490943702a2d68]

        enable integration test for libmwaw calc import
        
        Change-Id: I9ff3ed6b74d93483a2157087707c5ec47888dd6a

2014-05-29  David Tardon  <dtardon@redhat.com>  [89e65184bc9e895085d21545c79f4089c9654c1f]

        fix detection of Keynote 3 documents
        
        Change-Id: I1c3e6b2809ee8b63f6f4db886bf6358b668b505f

2014-05-29  Herbert Dürr  <hdu@apache.org>  [507efabe8b40e34c2bebfdaa00d4264c5345d3dd]

        Resolves: #i124922# allow late setting of the font color...
        
        for CoreText-layouted text
        
        (cherry picked from commit 42f9768f771457c53a9f1e6a3581b2df9856401f)
        
        Conflicts:
        	vcl/aqua/source/gdi/ctfonts.cxx
        	vcl/aqua/source/gdi/ctfonts.hxx
        	vcl/aqua/source/gdi/ctlayout.cxx
        	vcl/source/gdi/outdev3.cxx
        
        Change-Id: Ie2685ab80ca87ea72e25f18d02f883fb36c24a36

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [682849828330f959d3a6cd63a45e1e979a1bd24c]

        SwXShape::getPropertyStates(): handle textboxes
        
        Change-Id: I5286a48e5e5dcb0140f1dcf5a5ae733e3881d2b2

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [b81cd3d1162f70b548b619fa92ce81275679bdbd]

        MAXROWCOUNT-1 -> MAXROW, same number but tidier
        
        Change-Id: I710365e8e44923c320203f749da84323ffa3d063

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [f48f5138ecedd3bb9ec0b454b9fe216001610156]

        convert from NId to FamilyId instead of FamilyId to NId
        
        should be equivalent for comparison purposes
        
        Change-Id: I45ed21ee3b45425b5e1ca39e0774c6d34cd2ee76

2014-05-29  osnola  <alonso@loria.fr>  [696c8edf7a7731ea4e0f3e4ec4dfeadac2f8ffad]

        Add new libmwaw's database/spreadsheet formats...
        
        Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95

2014-05-29  Jens Carl  <j.carl43@gmx.de>  [626a4283672be163085b90d2240638eb0126c654]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directories xml*/*
        
        Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922
        Reviewed-on: https://gerrit.libreoffice.org/9539
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [c979b886e26ba4fc0c7229dc877e60a1eeb5c095]

        define->endif
        
        Change-Id: I3b97d4473b1a1000a1de1fdc96525333948f73d5

2014-05-29  David Tardon  <dtardon@redhat.com>  [b6ea5de5eda77fa1bb0b7ee8248f001d58bae6be]

        add writerperfect calc integration test
        
        Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4

2014-05-29  osnola  <alonso@loria.fr>  [eccfc72781dfa485c94b251e81718bdddd544606]

        Make the wdb/wks and GreatWorks(draw) work
        
        Change-Id: I1a736a511e6007a4ed6413eb8d9b8e364d73f765

2014-05-29  osnola  <alonso@loria.fr>  [e1fa08fe92d7d3f89f5f75cb67f17bb491c42361]

        Try to add support for WKS/WDB files...
        
        Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444

2014-05-29  David Tardon  <dtardon@redhat.com>  [243e6a98d80ed896686b4486b4e675ffb2cc1f59]

        use the right XML import service
        
        Change-Id: I45637984f02e3363812ff8c9f0cbd3464786f4de

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1f1c3b2966c36149ca8b8a2e411d562c154f6c6b]

        OGLFrameGrabber: use reference instead of pointer
        
        Change-Id: Id21138ce2a5d8e764407f42afa2b21464da70e45

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c90a742ed507b493fc20a5dbe68f8601217f7e4c]

        OGLWindow: no need to call update after changes, timer takes care of it
        
        Change-Id: Ifc5ecf4ec3e385293889c82a3b678a8dbcd3edbb

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac687b4d6a1b853ca5a70e2f06b705764d400bcc]

        SwTextBoxHelper: use UNO_NAME_* constants
        
        Change-Id: Ie2ce95f46c19fa6c693619242a65bccc442a7fe7

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [6823b19257c56ba6be2b102e91788f9ef86113ef]

        SwTextBoxHelper::syncProperty(): no need to pass the property name
        
        Change-Id: Ic2f6ae15fd81826d2bc6f8796e33c3c93b34e240

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e266853608eb26fb15ac508ba78d74afb72f51c]

        SwTextBoxHelper::create(): initialize position
        
        The situation is a bit more complicated here,
        drawing::XCustomShapeEngine returns the text rectangle in absolute
        coordinates, but that's on the drawpage. So count the relative
        coordinates, and then just adjust the position we got from the original
        shape.
        
        Change-Id: Ibfbc183e5170037c8c281d61ce802a19a7acda17

2014-05-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad8aeb6e02444aa007ef38a59bbd84d67d60ffad]

        SwTextBoxHelper::create(): initialize size
        
        On import, syncProperty() takes care of this, but in case the user
        interactively adds a textbox, when we need to handle the size in
        create() as well.
        
        Change-Id: I9428a682dbf70550bdfd081900e8098aeb64d38f

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cd0ff1b3c2f388d37c3c9239148a3b302ae19ce4]

        OGLWindow: remove unused zoom level
        
        Zooming is solved on a more sophisticated way.
        
        Change-Id: I0386ace8a3751d708ac86ff0ddf0836c79ae603f

2014-05-29  Jens Carl  <j.carl43@gmx.de>  [49a0d8eedf6758c8bceaf7824945167d669b71ff]

        fdo#68849: Add header guards to all include files
        
        Added header guards to files in directory extensions/*
        
        Change-Id: If6a1642d726732fa05735c721f31b6fc7c405608
        Reviewed-on: https://gerrit.libreoffice.org/9537
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-29  Luboš Luňák  <l.lunak@collabora.com>  [df07d6cb9f62c0a2c4b29bd850d4efb4fcd4790b]

        handle direct formatting for numbering in .docx (bnc#875717)
        
        Change-Id: I3ed0f926e79f3878c5702c2becae97d99d00e201

2014-05-29  Tor Lillqvist  <tml@collabora.com>  [ee0d7d4c52fe93ef2ac73d403f61b642f1ae2716]

        Add function to catenate n copies of a string
        
        Change-Id: Iba203e18fea2a374e0e0b5c988012ee8fd5369e7

2014-05-29  David Tardon  <dtardon@redhat.com>  [5dfb6e74c68073eb1742c53393c683d5841de255]

        re-enable libe-book integration test
        
        Change-Id: I217183d55607f16c3b996b27b131953962afee96

2014-05-29  David Tardon  <dtardon@redhat.com>  [2ac1d3949c383656e54d54556e52631cf4f45b71]

        parse zipped FictionBook 2 files again
        
        Change-Id: I04eda7844a5557f834f3ada2cef991b0a181c8a0

2014-05-29  David Tardon  <dtardon@redhat.com>  [5fde8e38c127a872a66b8029b69aff55b01d6d88]

        fix return value for libe-book import filter
        
        Change-Id: Idd84489a3123d506166a24ff5c85a4e7f75ee676

2014-05-29  David Tardon  <dtardon@redhat.com>  [b2719a71a268e824b8d1b9c1187a464c07018989]

        organize the test data files by test
        
        Change-Id: I769e7fc77513c795d51a763bbe3f1192c6fe4ac7

2014-05-29  osnola  <alonso@loria.fr>  [ba0b63869ace532720bd7c13099e62c478d8cc31]

        add new libmwaw drawing formats (forgotten files)
        
        Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a

2014-05-29  osnola  <alonso@loria.fr>  [0e17d7bb8acdbc0c36406a352c37f5cb0a987ced]

        Add new libmwaw drawing format...
        
        Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef

2014-05-29  Tor Lillqvist  <tml@collabora.com>  [1679baf6967fe4a80be5ce84a8e17bd5b27f5da1]

        Comment seems incorrect
        
        Change-Id: I7d81b9b616fc4b4b324d959282b6a71ce681fba5

2014-05-29  Tor Lillqvist  <tml@collabora.com>  [3f0678bfc8011a33d7bdc790665648e39994c657]

        Some spelling corrections
        
        Change-Id: Ie77596a51a6a37e9f59a6ba14bdde7994efd29ad

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [de6a2166633cd122d4bdf96780893bb48822f64a]

        Remove accidently committed line
        
        Change-Id: Iace701d7473e874cc8df64349b71faa4a5493d5e

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0bff18c4ec19462d325ea0ca6a24c3a15c1f8cfb]

        OGLWindow: use reference instead of pointer
        
        Change-Id: I72ef9570ac9e7b4cb4afc2319725743098722d31

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c1e1576dc081876b39e6f70d13571521a61eeb64]

        OGLPlayer: use more assertions
        
        Change-Id: I0a224a90a3e99d12809d40612b1e66d7c023aebc

2014-05-27  Jan Holesovsky  <kendy@collabora.com>  [3453273086ef4c546c2a7dca41654627fd720cfa]

        First stop the timer, then the animation.
        
        Change-Id: Icd5f9f4b8e1c48176fdb73c954e1c4b7d0811516

2014-05-27  Jan Holesovsky  <kendy@collabora.com>  [8d40fd2e0d7c264ce38c361fe7c9a20de9a81f0a]

        slideshow: Don't assume anything about the duration.
        
        Let the player decide what to do when the duration is zero, and start()/stop() was called.
        
        Change-Id: I17027349e8d61f7b114e193a769402c04a64f3f3

2014-05-27  Jan Holesovsky  <kendy@collabora.com>  [91fb0866cad2518e5f2cbc48af0e952282fee19d]

        Use AutoTimer instead of Timer, and add some more locking.
        
        Change-Id: I83a99e333a6c62bf7779e3fbbcc3e5af38bb2ca5

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [fa551c422426962194b6bff4234f12eb5bdf57ca]

        remove unused virtual method, slim this down initially
        
        Change-Id: Ie4a912cc3c144c47a4bb59551ebb1c68f302569e

2014-05-29  Julien Nabet  <serval2412@yahoo.fr>  [74393875bcad5890a9510c7e8fd8643f63e081c2]

        To avoid some confusion for people like me :)
        
        Thank you Lionel and Tor!
        (see http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html)
        
        Change-Id: Ibbe68b8b3d12e4dfacf7f66bb3adbc2fd831d1a5

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [a35d92197d850527bd294eb6197b5bf83109d5be]

        Resolves: fdo#79392 don't access after last row, when last row is max last row
        
        Change-Id: I06749af90bed6a43f3fb6b3b5ceb61d5fbbc7c02

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [da6df38b4193d03143172d73006adf34b3271f7b]

        Related: fdo#79392 std::out_or_range -> terminate
        
        Change-Id: I0aada90e9ea4e9fc92fd9c365aa9c7171cb10a55

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [c24272c7972e0cbb51e7f104e356973ecb03c352]

        the dubious SfxModelSubComponent and friends aren't used outside sfx2
        
        so move out of the globals headers and drop their public visibility
        markup
        
        Change-Id: Ie0a852c962a9d05488022397e83152d1c73cfa29

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [a65b6a4626d85880a4f39bda177473df91cf5369]

        valgrind: memleak when sidebar open in writer on close
        
        ==3768== 512 bytes in 1 blocks are possibly lost in loss record 25,532 of 28,010
        ==3768==    at 0x4A06965: operator new(unsigned long) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==3768==    by 0xB52FA41: __gnu_cxx::new_allocator<bool>::allocate(unsigned long, void const*) (new_allocator.h:104)
        ==3768==    by 0xB52EC00: std::__cxx1998::_Deque_base<bool, std::allocator<bool> >::_M_allocate_node() (stl_deque.h:533)
        ==3768==    by 0xB52DE4E: std::__cxx1998::_Deque_base<bool, std::allocator<bool> >::_M_create_nodes(bool**, bool**) (stl_deque.h:627)
        ==3768==    by 0xB52C624: std::__cxx1998::_Deque_base<bool, std::allocator<bool> >::_M_initialize_map(unsigned long) (stl_deque.h:601)
        ==3768==    by 0xB52ACA0: std::__cxx1998::_Deque_base<bool, std::allocator<bool> >::_Deque_base(std::allocator<bool> const&, unsigned long) (stl_deque.h:461)
        ==3768==    by 0xB5296D3: std::__cxx1998::deque<bool, std::allocator<bool> >::deque(std::allocator<bool> const&) (stl_deque.h:791)
        ==3768==    by 0xB52840E: std::__debug::deque<bool, std::allocator<bool> >::deque(std::allocator<bool> const&) (deque:73)
        ==3768==    by 0xB52786B: framework::UndoManagerHelper_Impl::UndoManagerHelper_Impl(framework::IUndoManagerImplementation&) (undomanagerhelper.cxx:221)
        ==3768==    by 0xB525882: framework::UndoManagerHelper::UndoManagerHelper(framework::IUndoManagerImplementation&) (undomanagerhelper.cxx:879)
        ==3768==    by 0x6872683: sfx2::DocumentUndoManager_Impl::DocumentUndoManager_Impl(sfx2::DocumentUndoManager&) (docundomanager.cxx:88)
        ==3768==    by 0x6870FB6: sfx2::DocumentUndoManager::DocumentUndoManager(SfxBaseModel&) (docundomanager.cxx:227)
        ==3768==    by 0x687A272: SfxBaseModel::getUndoManager() (sfxbasemodel.cxx:1677)
        ==3768==    by 0x260E562A: (anonymous namespace)::getUndoManager(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) (PagePropertyPanel.cxx:74)
        ==3768==    by 0x260E6C60: sw::sidebar::PagePropertyPanel::PagePropertyPanel(Window*, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, SfxBindings*) (PagePropertyPanel.cxx:189)
        ==3768==    by 0x260E593C: sw::sidebar::PagePropertyPanel::Create(Window*, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, SfxBindings*) (PagePropertyPanel.cxx:101)
        
        The SfxBaseModel creates the DocumentUndoManager on demand at
        sfx2/source/doc/sfxbasemodel.cxx:1685
        
        m_pDocumentUndoManager is a rtl::Reference but debugging into the
        acquire/release I see that the
        DocumentUndoManager::acquire/DocumentUndoManager::release forward to those of
        SfxModelSubComponent which forward them to its rModel without doing anything
        else, so the implementations of
        DocumentUndoManager::acquire/DocumentUndoManager::release don't actually do
        anything directly to the DocumentUndoManager itself so there is nothing that
        will really release it.
        
        Either the rModel needs to explicitly destroy it somehow, given that the
        acquire/release delegate responsibility to it, or the whole thing is addled.
        
        I rather feel it's addled, so implement as a normal WeakImplHelper1, but
        cowardly in addition also keep acquire/release on the rModel.
        
        Change-Id: Ib52544a9276fd8d9d489ad6b6afda12498cc39fa

2014-05-29  Caolán McNamara  <caolanm@redhat.com>  [947feaa896168430c78dd08dabee1447133f2740]

        pTemplateCommon is never set, so always NULL
        
        Change-Id: I2311b33034c281cba66d7cce80a6556e27b2b322

2014-05-29  Thomas Arnhold  <thomas@arnhold.org>  [fcfdadc2cb45b6c7903bc54638cce6ec8887e7ac]

        update_pch: exclude OpenGLContext.hxx for now
        
        Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584

2014-05-29  László Németh  <nemeth@numbertext.org>  [259d3421d4cf7788d9099daa40fc181c661783ee]

        fdo#79372 fix hyphenation (remove fdo#56392 fix, except hard hyphen part)
        
        Change-Id: Ia2f482fb7737e61cfc42966dbc7af6e1cdb3b41d

2014-05-29  Noel Grandin  <noel@peralex.com>  [624a116d1482cdf0f9249e10a631dd6bd89f43eb]

        use OUString::startsWith()
        
        Change-Id: I0fc77b50792e48be175ab7cc151509e097676849

2014-05-29  Noel Grandin  <noel@peralex.com>  [ebc0a15515c2e29259a7e229cfbdfb5d26fc3006]

        remove more unnecesary OUString constructor use
        
        when throwing exceptions
        
        Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac

2014-05-29  Noel Grandin  <noel@peralex.com>  [f0ae48b684e89acd7088c31a8feff5fc03d51105]

        remove unnecessary NULL parameter passed to UNO Exception
        
        .. now that we have a default value for that parameter
        
        Change-Id: I54d6b0a0a01ce2f2e5168ada0c427424de0477bc

2014-05-29  Noel Grandin  <noel@peralex.com>  [7e4c6e1ff1961ad7a48cc9c1d9b3668372c6aed8]

        remove unnecessary linefeeds from the end of exception messages
        
        Change-Id: Id1d7971639b2496dbe0274423ff4150d9295e8d6

2014-05-29  alonso  <laurent.alonso@inria.fr>  [6cae6d682cfdec0104f68552def2d1b5719c8fbe]

        enable new handlers
        
        Change-Id: I1c07a44e7d318478bcb2561d29ea53a9475e4b1f

2014-05-29  David Tardon  <dtardon@redhat.com>  [c14a6e0570c33c8a1258d5b562ca082de2cf05ce]

        improve WPXSvInputStream test
        
        Change-Id: I95817ea44b6793d4a80b74b32f3b5477c6169b26

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0e54f1266db4722428ed8fc9d9f3cb7e3cd34fed]

        OGLPlayer: handle json parsing error
        
        Change-Id: I86aea12318d4e21ccadd97ad2820e31bd4580c99

2014-05-29  Zolnai Tamás  <tamas.zolnai@collabora.com>  [228c5099962b7b7574326e3c328db4165796e8a8]

        OGLPlayer: check before dereference
        
        Change-Id: I4bbaf97fe8c5def441ca106c26ad312281ed352f

2014-05-29  Takeshi Abe  <tabe@fixedpoint.jp>  [a71ae24a236aa7bf6c17cad92a1662e63b7a13bf]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Iac63a5d60478e5cd8e2b77c889c7b312d3d15f67

2014-05-28  Michael Stahl  <mstahl@redhat.com>  [7c8b2f10310f0f64b111afb3012e82e9c4a690ac]

        fdo#78737: sw: fix setting tab stops via ruler
        
        The SvxRuler binds the SID_ATTR_PARA_LRSPACE, and its indents and the
        positions of tab stops depend on the values it gets from there; in LO
        4.0 the value came from the SwView::StateTabWin() but now it comes from
        SwTextShell::GetAttrState(), and the difference is that the former does
        a special request to get the NumRule indents as LR-space.
        
        (regression from d02f75a8c36705924ddd6a5921fe3012fafce812)
        
        Change-Id: I548ce188655555f2473cb3973ce7aeb927d1a404

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b2f412a39500fe3b4dedad1cc99c6c6603d2bce4]

        Lsan: fix memory leak
        
        Change-Id: I223e0587b5a82c1617a0e79a002472070d2d4402

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6b446f95dd77156eac972416072d505a2adf7181]

        remove tab in shader
        
        Change-Id: I8641b8c0b478dd23d312fb4e8eed8aa98eb7035e

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3d549ff9b4460b520cd9c3a3c02d81a8d1dffb0a]

        improve the algorithm for the zoom into a bar
        
        Change-Id: Id045cbeaa057fd264a50f83fb58bbee60df71299

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [585f615c2d9cf7bfec761c8148d4c49b4d44e794]

        show the screen text after the performance improvements
        
        Change-Id: I09d0bfe06e3fbb93f65587a847133fb1b3a3f2b2

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [939519560cfbaacb265df8c296fc239fbd5a830c]

        show the whole demo
        
        Change-Id: I8e3adae6ef23c7750de0bcb5934d5743e24fde58

2014-05-28  Julien Nabet  <serval2412@yahoo.fr>  [b158fd26951e42a9b31ca2bb4aa0bdd36f26a3ab]

        Prefer cppu::UnoType<T>::get() to ::getCppuType(&T)
        
        See http://nabble.documentfoundation.org/Questions-about-getCppuType-td4106361i20.html
        
        Change-Id: I05d0b026e1ef2088472a42ee20e0823df1588428

2014-05-28  Tor Lillqvist  <tml@collabora.com>  [04263067ceee7b48f2782e5fdcc515c9d447ff5a]

        This needs to be debugged and understood, not just randomly "fixed"
        
        This reverts commit 72827968e606adcdf8c16e5381b887180975ae46.
        
        Change-Id: Ie79bb1d57d05c0a1e51733bacc1b103f44ddc153

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [2574a22a5be7f4cbc995c3fd0f22c8cc2a551c9a]

        writerfilter: remove unused analyzestage3.xsl
        
        Change-Id: I2e6b04f32bd0aca6da41e04e26f33bd894c53d7e

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [db3c6265cf355f88e6a746db7df17f13d2ab5885]

        chart2: fix namespacing
        
        Change-Id: Ib9ef14b4ce38f93f590473913a308a967343c75d

2014-05-28  Julien Nabet  <serval2412@yahoo.fr>  [b41504503cdf4ac562f82e668bf2fe9217260493]

        Related fdo#75971 Crash when invoking "Insert > Names > Create"
        
        bt:
        0x00002aaac837cd3c in rtl::OUString::copy (this=0x7ffffffec760, beginIndex=-2147483595) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:1464
        0x00002aaac87604ea in ScInterpreter::ScRight (this=0x8a6b7a0) at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/interpr1.cxx:8106
        0x00002aaac879be5c in ScInterpreter::Interpret (this=0x8a6b7a0) at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/interpr4.cxx:4150
        
        So apply similar fix http://cgit.freedesktop.org/libreoffice/core/commit/?id=37d7d115dd346ba7a713a5a18d90fc48a0d35072
        to scRight
        
        Change-Id: I576e82cd033f0e0e5f9e9cbb9dd5f569782bbbc4

2014-05-28  Michael Meeks  <michael.meeks@collabora.com>  [2e2d7d8b6ff25524ce92430bfd7a5365569c853c]

        Add a grey gradient background to the 3D chartm and tweak text color.
        
        Conflicts:
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: I8b74a1e7f32c30b6a908c0870bbeacc00cdea444

2014-05-28  Andrzej Hunt  <andrzej.hunt@collabora.com>  [538c13f3d1756f2d105115f64ab1bc0b7426eebc]

        fdo#78801 fdo#52547 Paste preference is image, then html, then text.
        
        c47db038f98aaf7aec3cbe57c4e5683591afa23e was an attempt to fix fdo#52547,
        i.e. to make sure that the actual image data was stored if an image was
        being pasted from a browser (where the clipboard contains both image data,
        but also an html construct which would instead embed the image from the
        web). However the new ordering inadvertently meant that strings would
        be preferred to html -- i.e. copying a mixture of text+image from a
        webpage would result in only the text being stored.
        
        The new ordering causes images copied from the browser to still have
        the actual image data stored (rather than a link in the case of the
        html being stored), but html is still preferred to plaint text.
        
        (This is primarily as a result of Firefox (and possibly other browsers)
        changing their clipboard to contain an html construct which links to the
        original image, in addition to the raw image data-- and html previously
        being preferred to images in the paste ordering meant that the linked
        version would be pasted by default, which is not the expected result
        when copying an image.)
        
        Change-Id: Ice9b37cf3dd25d8cdb0e04f19a6b2f3661018564

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5695cdfdc0ab372181ff9ad63db08320fb4e70c9]

        change the bar direction for the demo
        
        Change-Id: I24e45810cb154310d8e35982e2ef100cf5746e2b

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a8b7fcf34914df128e9664bbd70dc269c7cf32cb]

        prevent generating repeated information in rendering
        
        Change-Id: I1cc5453af6cabe7736cc43e13aad280aaf2c62f6

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a45b16602f4d167d1cccfa285dd0c49a6c9d7c45]

        avoid transferring the textures for each frame
        
        Change-Id: I79466e66dc18dbbf72f192fe44d05fb6d657fa34

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8287ee51e91899bf2eac35b0eee567998cc99a25]

        fix picking mode for the batch rendering
        
        Change-Id: I9bfe64d56f9217561bb059eacde1fa3ece5f2cc1

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3827c502946b60f314ef2fe566b990732dc7cd26]

        remove unnecessary glFinish
        
        Change-Id: I368e045a7635410a94f2f3a794e1c75a39418520

2014-05-28  weigao  <weigao@multicorewareinc.com>  [6d1598c30e99a951d635b53cb52af12e9a6c94b7]

        Modify the bar generate function
        
        Conflicts:
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: Ia323c54b9113be15f01bff2a2f1e66da8ebfc39c

2014-05-28  weigao  <weigao@multicorewareinc.com>  [4cde86a6e4648f49eb554cfaafcbf603c1a8a7c8]

        add batch render function

2014-05-28  weigao  <weigao@multicorewareinc.com>  [3b3f92be9cd7d7ed32cb5650893d1ad512fb4a0b]

        add get and release batch render info function

2014-05-28  weigao  <weigao@multicorewareinc.com>  [0e332ba4e618413bb938f8aee3553530470d20ad]

        add use and update uno function
        
        Change-Id: I79d7d7ab77fff9a5e60a392e94fe2dd839803b64

2014-05-28  weigao  <weigao@multicorewareinc.com>  [47a417d93aa7a68f1b3b371e2a4a6b07fb1c6f07]

        add batch render variables
        
        Change-Id: Idfd6f5ce5f711631d6115fe9227724891ccd95ef

2014-05-28  weigao  <weigao@multicorewareinc.com>  [ddeea3043d479e7c71f8f886bd0109920bc3003e]

        add batch render shader
        
        Change-Id: I44cd54b35f872365268db3b4455beeac01ba3197

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [103f60e500343194b9a40c17467fc6e51563ac34]

        fix pch build
        
        Change-Id: I6bdbdaa667c943abd6c53af14779f5a8c2fb8884

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dd38578b6e785da6d74e3a40b46b778c82743082]

        fix build error
        
        Change-Id: I550616e1f6e63ac42103756014b1aa26cee5c21f

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [194c6709266b5b2e146c9643f1f89072b7c57000]

        try to fix mouse interaction on windows
        
        Change-Id: I8662b0c20dc719401eec3e3d2d852bb3e139a641

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [4e3e1420af51f7776dceb6b2800b761e57ddfe63]

        coverity#1078626 Missing break in switch
        
        Change-Id: I4b9b846049d9802a319b403e1f45734b7bd604f2

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [1af37550cf48e270a6039eafc752d11da46415fc]

        coverity#738461 Uncaught exception
        
        Change-Id: Iecc2653faae6bebd31909139392586fe66a17cb4

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [444125a8aa7826f7357451bcd743afaf44b4cff7]

        coverity#707290 Uncaught exception
        
        Change-Id: Ia1d09b753270cca82cadf8779abec44c8a0180b1

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f0a2a704f4110b9beba04201602957d5f12bf2b]

        oox: detect <wpg:graphicFrame> inside <wpg:wgp>
        
        Change-Id: Ifdbf7d69ecee226e551bc9c65de6c3a53acef53b

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fa68f05e1678a0d3d941611fe9616b7191b1f03]

        SwFlyCntPortion::SetBase: adjust position of the textbox if necessary
        
        In case of inline shapes, it's not possible to just copy the AnchorType
        property of the shape to the textbox, as we want the textbox at the
        expected position, not inline. OTOH, an inline shape has an implicit
        position, so we can't position its textbox at import-time.
        
        Solve the problem by setting the position of the textbox as we create
        the layout of the inline shape.
        
        Change-Id: I425ff5e0760858ebcbe457ed0ce9e4977ae8bc74

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [31c4c834b84d3cadcba43eeaa9a6da7debb63de0]

        SwTextBoxHelper: extract getTextRectangle() from syncProperty()
        
        Change-Id: I6265247593571ffba4cbda7f87bdde1e943aff51

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ed755ed8fa8edb27f43eb2c9d1efedd004e95b3]

        SwFrmFmts::dumpAsXml: show address of the frame format
        
        Change-Id: I4dc0c51f90f06c85ca0da3d581060f29b029b762

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [5e62d30fa2a23c916402388ab8157d365b47230f]

        update_pch
        
        Change-Id: I5316693452427ed76a7738b090de023b110caa40

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [9c1ff374e92ea74a7244fd131a49bbad1eddb6e8]

        fix-includes.pl: configmgr
        
        Change-Id: Ica1dc0c8003203ba0ea65a668ea3d86f341ad05d

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [e9719874c570aaf6e4385e07e68d4248c36bed96]

        writerfilter: remove unused AddingTable.cxx
        
        Change-Id: I546e520a6b6d0e0177af87d21150b71c1011cc63

2014-05-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [00e7b772b418049b117c57f8a3d85567701b47a6]

        Patching libgltf: fix wrong deallocation method
        
        Change-Id: I05c5650c1e43cf9ac4156e8d74073bf92ac0c4df
        (cherry picked from commit 3ce0f83cec6d2ee1467523209df633c5a2487f71)

2014-05-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [677302934793f1874b739b858a659220f247adac]

        glTF rendering: workaround for camera movements
        
        If the glTF contains camera movement in it moving camera
        by keyboard didn't work very well.
        
        Change-Id: I9300a257858d4f35c2d622654a0c2fd85eedc5ed
        (cherry picked from commit 968b7f807561339d0083fe0aa6e893983ca60456)

2014-05-28  Matúš Kukan  <matus.kukan@collabora.com>  [16a62079018aea0e72636bdb00576487b4e830b9]

        Oops, this reference can't be const.
        
        It's used in ImplFontCache::GetGlyphFallbackFont.
        
        This is fix for commit a6b00d16eb27a5e7e31c721671001a909ecef960,
        which caused huge performance regression for document in fdo#59882,
        fortunately immediately detected by loperf.
        
        Change-Id: I475742b5249f106d34c4f6c43b1e39e9bb7b897a

2014-05-28  Eike Rathke  <erack@redhat.com>  [e0ae1e0d96e0f046f68e7166ae9146e411bc7d50]

        Updated core Project: help  10178deb770a99a29e299e0f3e553e25f1d3ad36

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [a0a724d57c0a763a0127b81e87765b94eb8c7da2]

        coverity#707105 Uncaught exception
        
        Change-Id: Ice8f9633a9dddd492ce8c5d1d88961ecbed59216

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [abe5aaa7269ff0c2105346ac44d05342d5be3be7]

        coverity#706505 Uncaught exception
        
        Change-Id: Ia00361fb1d86223a7ed65f0be295b291183e3ad6

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [ddaaeec1b16544d588244461cce3a27e4027c604]

        coverity#706506 Uncaught exception
        
        Change-Id: I60f0a08029ef4599403c9853a55fff25cdf3f0bc

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [57517bbf45ef9dc16a7e17f6c9350a9f9f367014]

        coverity#706267 Uncaught exception
        
        Change-Id: I3a63546d0797c98c1720f0987293404ec760aeac

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [f730b62e26455e00f44ac59cb12a89388958e088]

        coverity#706265 Uncaught exception
        
        Change-Id: I85c77236cd0a3cd791902a3978ea4e13606cea6c

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [008998decc5891b7e2e05a53678ef0a11ced9470]

        coverity#706264 Uncaught exception
        
        Change-Id: Ia197a0de24a282bbfcbfc80ee283f530ac12c287

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [f2829946263fffa830af06c32c1027e9b0962907]

        coverity#706261 Uncaught exception
        
        Change-Id: Ife4d1e828cc2b52c54e425ec7af533ebdacd0f1e

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [c4415f16fbb68ddd09c61ce3fcdf2c72b0da76a7]

        coverity#706260 Uncaught exception
        
        Change-Id: Ieef198f6aab05928bf3b77097466eb7ac728481f

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [3d046b753dbdd3623cfaab132c5ada03e15bf8be]

        coverity#706235 Uncaught exception
        
        Change-Id: I06321ca2b686207a1d9bd698461aedf84daf31e1

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [9986fe77f46d8ca034aa2bfd78a2454d906bacc8]

        coverity#706234 Uncaught exception
        
        Change-Id: I7542008369ed3433cd8bfce7702f036148195516

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [cf16d4eb9d52af9a17bcb0ccd1738998e64147bd]

        coverity#706232 Uncaught exception
        
        Change-Id: I07e13af4f4578d5d6823b6d10aa9c37d04ecc395

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [1b4856158617f574665cd5e147be105520adaa75]

        coverity#706231 Uncaught exception
        
        Change-Id: I1f1acb91a97ff7c9fb50ad36eca7b91d361a1276

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [d1c950a2b1fbf49de396a1847619b4546bdf50a9]

        coverity#705055 Unchecked dynamic_cast
        
        Change-Id: I84456e587897fd56626a823ef99f15db227f894f

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [e5431ed4835b47a1c61756167acd748cd5b2bf2e]

        coverity#704980 Unchecked dynamic_cast
        
        Change-Id: I2947a46228515dec7d826c9b3d36c15921874022

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [992b7de08505a6a4e04fbd9cb9ddf1f6d1510707]

        coverity#704979 Unchecked dynamic_cast
        
        Change-Id: Ied5d4e524becf3d23a21abab8511aaab8a237bf7

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [e23806fb815f7e419bb04de11dcb5707c4120eaa]

        coverity#704978 Unchecked dynamic_cast
        
        Change-Id: I800d861dcc7f7265356ef426a54fce14d0765a19

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [bc9fa3198bae6ac05adbbb1537ead8bf34e8d51a]

        coverity#704955
        
        Change-Id: I86c41b9751520ce88bc780eaef8b4f561b9d5135

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [d0b9fe795a9589517c813d94efc950d348c1f9a6]

        coverity#704962 Unchecked dynamic_cast
        
        Change-Id: I6960b09ef68a9755469c42715f5ccd25ac3d3896

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [551b054ba96d8474534654696e1864fef7b74420]

        coverity#704963 Unchecked dynamic_cast
        
        Change-Id: I0dc06f1ffe3a9dfc64cc35ea3c46a237505fe4e8

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [bf75e3be014991f218b647161f7e07348604e310]

        coverity#704964 Unchecked dynamic_cast
        
        Change-Id: I787a476dd9f31db7b266f50a9b376b4cf1f49271

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [8fb16ceaf9cb04d390aa67b3d876037eba47f78a]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I8dfbc461b7cfa0da941964cae2b82cdde3f564b2

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [4e2ece8848466aa5a2327c236b1c840e95ebacdf]

        coverity#704965 Unchecked dynamic_cast
        
        Change-Id: Iadb4615ac582fa9ef815cab399476ed330838173

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [4d95f608b54e8ecd838fbafd035b7ce5596a797d]

        coverity#704966 Unchecked dynamic_cast
        
        Change-Id: I3a3601c3a13641aea4523438c1e0ee9898b021a0

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [4259f9b381381454f77adf9934d0b439078e4551]

        coverity#704967 Unchecked dynamic_cast
        
        Change-Id: I2aa69b8876dce21c362d54053072cc0cfcd3dc8d

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [bfbcdc9ceb1244181140d177900282e10203cac9]

        coverity#704970 Unchecked dynamic_cast
        
        Change-Id: I0faff03dfd40764ac644862dc3bb69082ed3b144

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [16190d6ef0a881b678baf00fd4c8a5cc4310594c]

        coverity#704971 Unchecked dynamic_cast
        
        Change-Id: Ic5983001ea739fc04c15c0852b6693c9cc9bfabd

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [82f0254632198fc2302afbec30468138f224c980]

        coverity#704972 Unchecked dynamic_cast
        
        Change-Id: I8a3a93b9440992b8107aef6b1f4b204b0399fae1

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [29d1781fa047631210e6f9251ee0ad10f0beb009]

        coverity#704955 Unchecked dynamic_cast
        
        and coverity#704956
        and coverity#704957
        
        Change-Id: I6df06c3b20440659788b12a1f73dcdd68dcbe5b5

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [0ffc74d67364ff85310791a660f9d32a796bcf9d]

        coverity#704952 Unchecked dynamic_cast
        
        Change-Id: If49ed05f54a9c89107d3a2836386c111966d0f54

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [fb58002b5922561591096ecfc0c96b0313eb7792]

        coverity#704924 Unchecked dynamic_cast
        
        Change-Id: Ib8ca2a400947a4085238c3e0936636fbe134a023

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [cf5851d039490d78288292389b8afd0b7f9959c3]

        coverity#704704 Unchecked dynamic_cast
        
        Change-Id: Iea6ee88d61e9f9c8396fe4aa0481a92001d7dcb8

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [898197327d0497cd624629ecd17339fc3d999098]

        coverity#704475 Division or modulo by float zero
        
        and coverity#704477
        and coverity#704479
        and coverity#704480
        
        Change-Id: I505d499b39a37bdba33e13917aaf1519f0624bcf

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [af142a08d66db0d89a726dc9b6b99c52cc2c3c03]

        coverity#703943 Unchecked return value
        
        Change-Id: Ief79d090988c2178980724c7a7835f01457a8019

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [bbb598aeff2fb552beb2251f8de9333aae79f0ad]

        coverity#703935 Unchecked return value
        
        Change-Id: I9300af5f9c2c430d0e67bfb8e16478db6be65477

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [3a45897d301c2eb356ef57df0542726afeb8a4ae]

        starmath: remove hard-coded value
        
        Change-Id: I58dad585c5de24ebd06ce9bcc64e49e8973850bb

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [b521c754cba4ef96cf02e0d8913ffcf14fe168d4]

        Related fdo#71616: Fix scrolling
        
        Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [77594e0a2373da1374e71ddbd05d4919344440cf]

        starmath: directly create utf8 OUString
        
        This fixes:
        
        warn:rtl.string:14867:1:sal/rtl/strtmpl.cxx:1269: rtl_uString_newFromLiteral - Found char > 127
        
        Change-Id: I1f868406501c83918fc3c06dd0b68eb1f6604f26

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [61328e692cf0f843631bdb2bd36daceb4883a948]

        starmath: no need to set those on every paint event
        
        Change-Id: Ife149baf15d6f38a2a316e124b78bdb7e1b64967

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [480bb72515bf1bae07a0fcc0a8509d7bc0118ab7]

        Avoid undefined computation of unaligned pointers to multi-byte objects
        
        Change-Id: Iafca1288e044ab4650b004439027c134e159b45f

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [145b64c4eb0a335d4290e998c78ca8280a5004a3]

        Avoid undefined signed integer overflow
        
        Change-Id: I3f32ea88dbb34a05baccba49c15b6691d923753e

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [a77a7f608316f647ed8736e9474ff8f4f432f08b]

        Fix memory leak
        
        ...by using css::uno::Type instead of a naked typelib_TypeDescription.
        
        Change-Id: I387692265e9e032cb5ed6519739ebb3307db6f28

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [b8a329989cead1db2e4b11ee41368010e55a7ce8]

        Fix memory leak (missing typelib_TypeDescription_release)
        
        ...by radically simplifying TypeToIdlClass().  It is unclear to me why this was
        so complicated.  The only mildly plausible reaons would be that the old code
        was careful to return null instead of throwing an exception for an unknown type,
        but the TypeToIdlClass-call-sites either strongly expect a non-null return value
        (by dereferencing it without any further checking) or use OSL_ASSERT or similar
        to verify it.  So lets hope this is good.
        
        Change-Id: I3e24eb6117e84c9d33f4c5f0e2fa88da4c4f2c30

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [05e2fd162ef86ebe4ea2a2a679cabeae33e844f0]

        Related: fdo#79142 make SetName default to Reindexing
        
        Change-Id: I408042bc7bf1a5a955203d65d2c68ebf9527b9b5

2014-05-28  Matúš Kukan  <matus.kukan@collabora.com>  [7b9b57b41936eea673eb678407ed817856ba0912]

        Pass also const CellRef& to save a lot of getCellByPosition() calls.
        
        Change-Id: I86c89a05d263cada38ff54eaccf9ba39458db52e

2014-05-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [32f60d78b15b5f2c677e8687720665f6814fef62]

        libgltf: solve this memory leak problem on a better way 2
        
        Handle those cases when file loading failes.
        Release *.json file on a different way since it is allocated
        by libgltf (inside the glTFHandle).
        
        (cherry picked from commit fafc1e29c1f060c1a44361a0445300f9786ad6f4)
        
        Change-Id: Idf6c6971a8ac1b342d89dc4f61a62624183e01d0

2014-05-28  Caolán McNamara  <caolanm@redhat.com>  [aa8b268935b07c9bf95a596ee84c76eed4c03634]

        Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1st
        
        regression from 0c17ccc493d0c7a80f37600dae76a09a119bef78
        
        I think it might actually make more sense for SetName to always Reindex
        and have another SetNameNoReindex for selective use where its known
        safe to get away with it
        
        Change-Id: I6bf7e1f45130f741954ab525b838f3ac5ff61a89

2014-05-28  Tor Lillqvist  <tml@collabora.com>  [72827968e606adcdf8c16e5381b887180975ae46]

        Try to avoid "attempt to erase from container with a past-the-end iterator"
        
        I saw such an error (and the resulting abort) in CppunitTest_sw_ooxmlexport,
        and the helpful backtrace displayed (it was on Linux) indicated it was caused
        by the erase() call in SfxListener::RemoveBroadcaster_Impl(). (Obviously this
        was when building against the debugging C++ runtime, i.e. --enable-dbgutil.)
        
        Unfortunately this seems to be one of those random error conditions that are
        hard to reproduce. At least I could not. But this is hopefully an obvious
        improvement.
        
        Change-Id: I0f247cf8f9fd0c151aafa59c43a49c100c518f19

2014-05-28  Michael Meeks  <michael.meeks@collabora.com>  [c3cea107354fecda6dedcd6b998343a2bd33d6f3]

        ODS load perf: avoid re-compiling an already free'd pCode with ScCompiler.
        
        Change-Id: Ia6c3c587302869a42376cda1363ee9df0b7a74f5

2014-05-28  Noel Grandin  <noel@peralex.com>  [ec651eaead5aaa2a74f4c87d3bf17f7feddb958e]

        cid#706551 Uncaught exception
        
        Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659

2014-05-28  Noel Grandin  <noel@peralex.com>  [ecd00991fd5884cd769ed00c9c3f42ba44d64511]

        cid#706552 Uncaught exception
        
        Change-Id: I93c41521a7687ca5a451f8107971d1b8fabfd489

2014-05-28  Noel Grandin  <noel@peralex.com>  [0a87f4ad1a45aaaaad885a1418d0d6bed21db456]

        cid#706553 Uncaught exception
        
        Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27

2014-05-28  Noel Grandin  <noel@peralex.com>  [4b8e95bf8d6b51697d5b039770c6e4c23bc2a8d9]

        cid#706558 Uncaught exception
        
        Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763

2014-05-28  Noel Grandin  <noel@peralex.com>  [e671cb79310c3c3d903fa1229c3cd659c99e63a9]

        cid#706917 Uncaught exception
        
        Change-Id: Ic33fd98771d04d120df7dfc5387d5d223800d666

2014-05-28  Noel Grandin  <noel@peralex.com>  [2712925f6937b0b59f3c3b6a9d0fbb380b9562c7]

        cid#706934 Uncaught exception
        
        Change-Id: I206711c97ad1078442e92ea67d491d5b8af6b008

2014-05-28  Noel Grandin  <noel@peralex.com>  [461092aea109e798d349e7f2bb3e7665582b8e18]

        cid#706943 Uncaught exception
        
        Change-Id: I0a63e63318f1fa51878dff5dee8154aa34992f7e

2014-05-28  Noel Grandin  <noel@peralex.com>  [e8f8daa60d360b33b22ef432dae9c01d22672cfd]

        cid#706949 Uncaught exception
        
        Change-Id: Id04efdfc7b9890c428e08a3f841e12e631f88008

2014-05-28  Noel Grandin  <noel@peralex.com>  [9116edcfa72811d19828dadd373756f0a37ef1d3]

        cid#706953 Uncaught exception
        
        Change-Id: I4c46e98a8382ac39786ffb6607bd3ecdb57b3914

2014-05-28  Noel Grandin  <noel@peralex.com>  [f58a218f7111fa4b5ab6c6a2b827ee64258dcd37]

        cid#706954 Uncaught exception
        
        Change-Id: I81b8b6775a3475309696fe78b2db842cda330904

2014-05-28  Noel Grandin  <noel@peralex.com>  [19c0d7ba5f726c3ccfa7e7075f9e7a66b59cd6db]

        cid#706960 Uncaught exception
        
        Change-Id: Idb845cd756767eb4d5caf6ff0b735e71fef0efce

2014-05-28  Jens Carl  <j.carl43@gmx.de>  [7cfb4f864ab9b61241e2b9ffb645e9a0d4dd1a6d]

        fdo#68849: Add header guards to all include files
        
        Added header guards to directory filter/
        Fixed missing INCLUDED_ prefix
        
        Change-Id: I091e6a0262d3a58b3b784e39970f79c5b10d04f5
        Reviewed-on: https://gerrit.libreoffice.org/9521
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [1483a478adb2ad535f665b53ba39ab8664bc34e7]

        Related fdo#71616: Set correct BaseSize
        
        BaseSize has to be set in 100th mm, otherwise the scalable
        brackets are far too thin.
        
        See starmath/source/cfgitem.cxx:
        
        pFormat->SetBaseSize( Size(0, SmPtsTo100th_mm( nTmp16 )) );
        
        nTmp16 is 12pt -> 422 100th mm (at least for me). Let's reuse that.
        
        Change-Id: I69571ae002f790199ab423955b1635eda42096eb

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [d7c8b4adb334d6dbab4fd35b885b6b6b4bb83151]

        Resolves: fdo#71616 Elements dock: Better display of scalable braces
        
        Change-Id: I2255be738aa2230b4102030891026f1f9ad2c38f

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [f961cf50a7bcdcb173aa835db7bd891841947c31]

        Fix memory leak
        
        Change-Id: Ie12862f8df701298db51ed45b5c24814a6f94def

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [1d203f2d3f45e3323530826eb5642eb52d1c1909]

        Avoid undefined signed integer overflow
        
        Change-Id: Idbb8109c36dfe1c8ed4acb8dff1a1538e386abd8

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [7bc008210621429835ddb75359f2268b5f66ea8f]

        Fix memory leak
        
        Change-Id: Iae6c5c1590970f79f78c50e390ffd592e5be1bc6

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [ce583af68915b83cfaa0bd4f1a2f49c92767bc8e]

        Avoid undefined left shift of negative value
        
        Change-Id: If4e7f6fca3f6afbbeaa79e00706be08d674e2aeb

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [6e7986a2fccae2d8dac7f96a8e6b852e93e2513b]

        Remove unnecessary #include again
        
        Change-Id: I8086bd4859f9f89c39e4cd1a57144a51caec3876

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [3eb7785398552e6d62e7160207be14b1ec56df24]

        Fix memory leak
        
        ...and add---most likely necessary---null check
        
        Change-Id: I3f31c20442c45ddfd98429347f5c2521597c1769

2014-05-28  Stephan Bergmann  <sbergman@redhat.com>  [bf2e8fadd8b861e9606ab24dcd7e253d8daedd3f]

        dlclose confuses LeakSanitizer
        
        ...so just do not bother unloading the protector libs again
        
        Change-Id: I33caa7beaac3b5e6c4a4836061def24fc5372b70

2014-05-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f64d2df599ccff28be963e5b2cc3b5dde65e721f]

        CppunitTest_sw_rtfimport: enable on Mac
        
        Change-Id: I5ab812c51e24877a2ad9be29a9d411c08b3234c3
        Reviewed-on: https://gerrit.libreoffice.org/9514
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-28  Tor Lillqvist  <tml@collabora.com>  [202708afc6cf4efb56a92b73261af174f76f8e62]

        Avoid duplication of two #defines
        
        Split out the META_*_ACTION defines into a separate file.
        
        Change-Id: Ie211b4d8b3720f1158d36347f27e5dfd5ca467b4

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f9f8d930a17eb14365f914425c35df5a78f648ca]

        enable picking again
        
        Right now with an ugly work-around. The image is vertically flipped so
        we just adapt our access to it.
        
        Change-Id: I0128f54d4a0fbe697dc8726f6e255111ecb8412f

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [16642b7febf95f43662e6ac5edaba51cb0937c16]

        Revert "loplugin:unreffun"
        
        This reverts commit 7686f93f58ae3eed7ed2ee2bead362d034e24c02.

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [05ff9157791b95ed06e3e2f2c0698937dfdd731e]

        use a step width of 10 for the picking color
        
        Change-Id: Icdf7653e9dc5a33d78381b9ea5f3fd4652b1be5a

2014-05-28  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5419a2a8633c0f195a99cdc422e3e6c29bd8911f]

        disable MSAA for the picking
        
        MSAA can and will result in mixed colors which is a problem if we use
        the color for the selection.
        
        Change-Id: Ifbd6d37902069b26e714d2e3e5576fb767f9fbbf

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [a630c368f791a178e068fac542c00086ae594c2a]

        Resolves: fdo#65583 Elements Dock window needs scroll bar
        
        Based on the patch on Bugzilla by
        Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        
        Change-Id: I215b83894f228b1cc8908f98858b85c8d5378ddb

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [22f4843900bd7ca1648f2fde2b9b94d0f93c70a7]

        starmath: directly use white color
        
        Change-Id: I3b0e4ecd5def28c6b9f4639b8df16a2a0ea0008c

2014-05-28  Thomas Arnhold  <thomas@arnhold.org>  [2b6a8cd88c026612dff7c5251c3d44b72d7840ba]

        remove unused SetBorderColor
        
        Change-Id: Ib792a4251ed0040d10abc6a408089d7cc8e5eca8

2014-05-28  Michael Meeks  <michael.meeks@collabora.com>  [4467c67dc8bf17c67c70985c0d0ea64636884f9f]

        ODS load perf: accelerate CompileXML for formula by stringify and compare.
        
        For long columns of repeated formula, it is far faster to convert a formula
        to a string and compare to see if the next cell in a column matches, than
        it is to parse the formula string itself (sad but true).
        
        This saves 29s of 131s of load time for my (admittedly large) ODS file.
        
        Re-instate commit - with pCode now correctly intialized.
        
        Change-Id: Ib25840e7916c3e1c681c8100678770b7ab7222ab

2014-05-28  Thorsten Behrens  <thb@documentfoundation.org>  [b3911e8adb34c6ee72577e58658b2cb72c6e79a3]

        Fix build to work with older harfbuzz versions.
        
        Whee, seems hb has changed naming, with 0.9.11 it is spelled as
        quoted. newer versions have a mapping in hb-deprecated.h ...
        
        Change-Id: I425ded33e6b9928aadca9f6988437a021fcecbfb

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [35a81048ca2c11d0a1092d8178e070127fd5711b]

        scp2: looks like those BSH_JAR RHINO_JAR macros are unused
        
        Change-Id: I6621529921120170bc1572dac727e9dc3b9438d5

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [a3d89c3faf5b9807d60a98020677b9e0bcf7326e]

        scp: remove unused STD_JAR_FILE, JARFILENAME
        
        Change-Id: I7e78e45b66ea2b74268f4e4479ebb0259eba130c

2014-05-27  Eike Rathke  <erack@redhat.com>  [ac8532ce26e79453b3a969b956ebb7823c455131]

        resolved fdo#70455 B1:SOMENAME is not a valid singleton reference
        
        Change-Id: Iac80d74a9ec6382a232fdc2f4b798e57dc643ad3

2014-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d96d55d2fcae3265aa7df8bb65cad711b22c95c3]

        add ResMgr::CreateResMgr to Lsan suppressions file
        
        Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043

2014-05-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f656fdeeeae66e06a559ac7eec9e1a2e5aff3114]

        remove one more magic number that is used in several places
        
        Change-Id: I83949b592d75899d28d9792508685e58d103ae16

2014-05-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [35078f372dfba02ccb09050a74a56d266148d4d8]

        let us look from the top onto the chart
        
        Change-Id: I700c5f6799ba59eb858d1a12807dc7e37c4a3900

2014-05-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7c0dc577a4bae2cd398894a68e2edfe966c9ae26]

        glTF rendering: fix texture problems
        
        It seems we need mirroring.
        
        Change-Id: Id9ad7041eb09ec773e4174cb68d34a65a2c473fe

2014-05-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9c830b09a033a4716bbc54bfe59f46e22cafe677]

        Patching libgltf: the passed texture bitmaps are RGBA buffers
        
        Change-Id: I53f6a97820da12e89d567e1bc10226fa27cafd84

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9a1d2179e59b17f50e9a2f44053bcff99ae5d81]

        coverity#704873 Unchecked dynamic_cast
        
        Change-Id: I03580779ba69a71e51e9e4e1349fe2f5d77956d5

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [051361a9a9e38d3fb42d021a5d025e12b96425a6]

        writerfilter: remove unused attrsprm.xsl
        
        Change-Id: I71e7e1fbab6ec2ecc525f7d637199f6f7a69f8ea

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [18504a6b0fba700423a0260b1af90ab73c51f1ad]

        sw doc model dump: handle content of SwFmtHori/VertOrient
        
        Change-Id: I67237267be5ac4071ecdb480cacf51b4a2fb4f1f

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6971e5f32d95361f6575f9fe75cbfd7b6d89ef60]

        SwTextBoxHelper: set textbox Surround for inline shapes
        
        Change-Id: I25167b28397db185cdf9fe5844feecb5a16cc13e

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6505b4fefc6a65906686d2a99ef503b20a94c4a9]

        SwTxtNode::dumpAsXml(): handle RES_TXTATR_FLYCNT
        
        Change-Id: Idaa9a057bb17af2642706b144544df92139a1fce

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [5326c563463a8682e0433c0badf39657446f1053]

        Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bit
        
        30bb1eddba2b4a36b4354303ffcb37a3a15f38a6 originally incorrectly
        changed some different 16bit numbers to 32bit, then
        02abb559fb506e3d3911bbf058c9a60d28b0a3b5 reverted those 16bit->32bit
        changes but accidentally changed the 32bit nAryLen to 16bit but
        that was 32bit before 30bb1eddba2b4a36b4354303ffcb37a3a15f38a6
        
        Change-Id: I36863b62418d7a3b5ccce51aef86c63c523f9598

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [c26ba0d35e91bc16b2bede7de2466633ec240b51]

        coverity#1209946 Uncaught exception
        
        Change-Id: I875faea495a375b998c439a0c987b2241ca47ea8

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [d13b39a3d804af743872bd1f6a528d68fa2128ac]

        coverity#1209947 Uncaught exception
        
        Change-Id: I01501e99787118e7a7d8259dc65ae20a2932dea7

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [cf5411c2bd3ce7b968c916d42d792d79c31c4523]

        coverity#1209948 Uncaught exception
        
        Change-Id: I095820c3abcb8e2b47e564096f050309b22cf901

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [22b28fb784dac6ff40b699aca47333dc9c483d2a]

        coverity#1209949 Uncaught exception
        
        Change-Id: I968c5cd5929e2587588f0e0547352acdc19e456a

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [f3395a6585555252581d8458b6fd394059188b6d]

        coverity#1209951 Uncaught exception
        
        Change-Id: I11bdec73ea12e189cca41f5f275616a138cf5793

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [92814c6fe446380ce57d18a77f22571c916fbb9d]

        coverity#1209953 Uncaught exception
        
        Change-Id: Ia167c532afc8ba900629b3f056021deed45185ea

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [116f362ef23e3b4bc2e31b720c0a49637c5257b5]

        coverity#1213514 Uncaught exception
        
        Change-Id: I475b8c9bdcea120ac7ba24862000a16d9f4127c0

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [3935ff3b33404bb859335b2bdbea42e583546bcd]

        configure: don't check JVM bit-ness when cross compiling
        
        Change-Id: Icf3a58257c8c8e90d7e9d38f167a9b9f80d4bf32

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [747bcdc14386978f2a98a452e52c8dcc2459d319]

        fdo#78332: sw: fix separators in SwDDEFieldType::PutValue()
        
        Setting 3 separators instead of 2 does not work.
        
        (regression from 263153842741d7ce21cc0bf1c5296a55a1138024)
        
        Change-Id: Id0b4649404b8a49a7f89a237c46106bce4e146ff

2014-05-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [054213e86b8f3b1084474b0447cc7ffaf82178c5]

        fdo#78976: Correct way to determine the end position for matrix check.
        
        Change-Id: Ifd6acd85a9bf33742cb62327a3b8a4320f35d0f3

2014-05-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [175519643daa87ba3e65eb4b52df3c8a2f60ac64]

        fdo#78976: Test for this.
        
        Change-Id: I454e29c2cdf0857d329d84000d79973489cebb41

2014-05-27  Matúš Kukan  <matus.kukan@collabora.com>  [a6b00d16eb27a5e7e31c721671001a909ecef960]

        Related bnc#822625: Cache FontEntry with the original FontSelectPattern.
        
        Otherwise we never hit cache directly, only after expensive call to
        ImplFindByFont.
        
        Change-Id: If15b368feeba94c8fff8ee7cbe049fc4a2069768

2014-05-27  Matúš Kukan  <matus.kukan@collabora.com>  [5792e76cb5beb630c135f57b74f57d74dd2dc2b0]

        Related bnc#822625: Cache minimum height for table cells.
        
        Change-Id: I35e295347a046376289f5d4fd5468860d0b8f0ae

2014-05-27  Eike Rathke  <erack@redhat.com>  [f68eed1518fe689fe8a535bebc8d2b6c9f257b9c]

        do not replace a General format with a General format
        
        Found when investigating fdo#79228 which was caused by the ScPatternAttr
        change due to the number format being applied.
        
        Change-Id: Ieada557f5e194401a9ce255f26d71d36e0704f35

2014-05-27  Eike Rathke  <erack@redhat.com>  [cb0d44a05b62c8f3a27aa82fce8d558d302538d9]

        update language-subtag-registry as of 2014-04-10
        
        Change-Id: I99deaf80f559e28de106b639663b262544cdf60c

2014-05-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [345d6dd9d938a88722fb6d1f1963047a9761412d]

        Actually OK and Cancel is better here than Apply and Close.
        
        Because the same dialog is used when creating a new pivot table, where
        the Apply and Close semantic feels a bit weird.  Also, some features of
        the dialog were designed with Ok / Cancel in mind (like the destination
        location).
        
        Change-Id: I9ac889bca9f967cb97b34ab45ea563547b58d422

2014-05-27  Eike Rathke  <erack@redhat.com>  [13975eb35917c0152eab9ce05c4e7a9c9657b6a3]

        add SvxLanguageComboBox
        
        Change-Id: Idd97331669ff204efb568ef1c17ba7444db4abf4

2014-05-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed24ae433bc280100c18b00d6083b6730ac35ecc]

        prevent that early return prevents further user interaction
        
        Change-Id: I24f814a402d2b8af3ddf888719b78d3158c2a38f

2014-05-27  Michael Meeks  <michael.meeks@collabora.com>  [8c9b3cdccef118cbb0115a84c62e90633fc0d8e3]

        cache the bitmap converted to flat RGBA pixels.
        
        Conflicts:
        	chart2/source/view/inc/3DChartObjects.hxx
        	chart2/source/view/main/3DChartObjects.cxx
        
        Change-Id: Ied38d4457fbc04ded42fe4fb55a8ec654cefa259

2014-05-27  Takeshi Abe  <tabe@fixedpoint.jp>  [f46d9c7d4d5e46a793d9e3dd9211c42007b11c0d]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id75c459cfa59fe2adfc0f748dc33d0bc9e271507

2014-05-27  Maxim Monastirsky  <momonasmon@gmail.com>  [426033250db0b9b6344980655ca0be59efe6a6a5]

        reportdesign: Fix applying the last used color
        
        The last used color is stored inside
        SvxColorToolBoxControl, so we must call its Select method
        to do that. (This also fixes using the last shape, See
        commit ce842113ae728e8995c7c5398204a20d0707e843 for a
        fix of exactly the same problem in chart2.)
        
        For the font color, there was also another problem:
        The SID used for that button is SID_ATTR_CHAR_COLOR2.
        The problem is that SvxColorToolBoxControl::Select
        actually calls for that SID the ".uno:CharColorExt"
        command instead of ".uno:FontColor" (which activates
        in writer the format paintbrush mode). Given that since
        commit 584b415924bba22db23a4258062e54973de0ed7c this
        command also receives the last used color as argument,
        the easiest solution is to register ".uno:CharColorExt"
        here as well.
        
        Change-Id: I2db25a7fb537ce10dfec7b1c2d049dd77d9f8f6b

2014-05-27  Maxim Monastirsky  <momonasmon@gmail.com>  [209eea5457fc40d9f013fb1c041f184b8dd4676a]

        chart2: Fix using the last shape
        
        Clicking a shape button works only for the default shape,
        not for the last used one.
        
        Steps to reproduce:
        1) Click on the drop-down arrow of one of the shape buttons,
           and select a shape. Notice that the button icon updates
           with the last selected shape.
        2) Click on another button.
        3) Click on the first button, and try to draw something.
           The button doesn't work anymore. Only opening the sub
           toolbar and selecting the shape there will work.
        
        The problem is in ToolboxController::execute that requires
        the command to be in the listener map, but we didn't
        register sub commands (like .uno:SymbolShapes.sun).
        Instead of doing that, we'll try some generic solution.
        (Note that calling the corresponding method from
        SvxTbxCtlCustomShapes like we do in other methods here
        won't work, because ChartController::queryDispatch checks
        for the "_self" target, but SfxToolBoxControl::Dispatch
        doesn't provide it.)
        
        Change-Id: I5be3dfd3ee3ca9ab9d8080929173dbe5984f61a0

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [42119194fd5f66e393b9b53692d2330016d144d6]

        coverity#706499 Uncaught exception
        
        also coverity#706500 and coverity#706502 and coverity#706503
        
        Change-Id: If8c76f9fea669f3397a3db65fefaabe101bf9c35

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [65a54a19adcaa2271c5a502a752eb7e6191d08da]

        Export Config: Use ModelessDialog
        
        The huge size of this dialog calls for a maximize button...
        
        Change-Id: I68706669ac4e10ea9d5cba5526e9f1b0eb3628b6

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [bab0c4fc0c8b1213869f42a5ed3029f901323828]

        bin obsolete CLOOK comments
        
        Change-Id: I34f37587284893927463e214f0d7d1c3e914c7b2

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [dd4035568a4dd5d68318579fb46aae8b8182a0b8]

        remove external header guards
        
        Change-Id: I847e5e3652517d0c11eb2cf3e9625ed649595bc5

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [92b447876d1d9c10fba17e5f527332fe6ec07fb9]

        css already means ::com::sun::star
        
        Change-Id: I48d7b746d7cc49246743c62480b0d225d2519342

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [e6ff6f9a71ec88747e3cf8165fb72a96b57f2e99]

        use namespace css instead of com::sun
        
        Change-Id: I47582b072bb939cf270a76e430a9f7908b5c1d93

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [3041269ff285685d660a049bfef43f3dab6f8946]

        Resolves: fdo#77206 CRASH printing with all applications on windows
        
        Change-Id: I5d5066413508a115f6b4c63b8b3dd19268f66574

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [7e91dd0a3885ac561aee9cf7907632677b9886c1]

        fdo#77454: sw: ww8 import: add heuristic to ignore mangled crop values
        
        Older versions of OOo/LO would mangle negative crop values on round-trip
        of WW8, which now (since the drawing-layer does not ignore them) causes
        the images to be rendered invisible; probably large factors don't make
        sense anyway, so ignore the crop if it's 50x the image size, which
        happens to work for the bugdoc.
        
        Change-Id: I9f36d37e3be27234554bc91e80bfe719b1ce86af

2014-05-27  Stephan Bergmann  <sbergman@redhat.com>  [898b7643e49514cb14dfecc396e326e63672b6d5]

        loplugin:sallogareas
        
        Change-Id: I7fe1350e55bea2eead2c7fedf432da594aa6bd9c

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [9b47595a34c0b687cc02290b0a9cbf8508407082]

        Resolves: fdo#79275 File Properties dialog’s layout is subpar
        
        Change-Id: I594d93c0630528841a1f243e6b6e9eda67b6138d

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [9172ee72938a42f9f792b627c47f42f02ce468df]

        the stock multilineedit is sufficient IMO
        
        Change-Id: I374c17fcda80c4f821271bf665a41beae100cccf

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [1908f27da839e481c277ab08e3013eb06be04890]

        desktop: further src file cleanup
        
        Change-Id: I37f83084203fcc4e2f7d68f7c21774573b9281e8

2014-05-27  Jean-Pierre Ledure  <jp@ledure.be>  [4916efd5c69684f12fa062f734345627291b49e4]

        Access2Base - Bug when event triggered by toolbar button
        
        Argument given by LO to macro triggered by toolbar button is an integer, not an object.
        This should not cause a visible error for the end-user from within the Events() Sub
        
        Change-Id: I4a307270b0d5cf2992b3bb304deb8cd30222dd95
        Reviewed-on: https://gerrit.libreoffice.org/9452
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-27  Jean-Pierre Ledure  <jp@ledure.be>  [c3fe2934ffc1d3c14c19bcb758d125a5d6df783f]

        Access2Base - setProperty erroneously omitted
        
        Change-Id: I5d2a1b37d80137e6b8fd080d8c2d73372ad0512c
        Reviewed-on: https://gerrit.libreoffice.org/9479
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [e7fa9b167900ed270d0d4e8661e145e63cdbb627]

        newly unused helpid
        
        Change-Id: I977e6df72fcb06a192af539559f79b2f146495f7

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [2472eedb55e179941f35e2f5a4ae3e95c3b500b6]

        Updated core Project: help  5916c2b39f6aa68c6d47f266be84085a84d9a8c7

2014-05-27  Stephan Bergmann  <sbergman@redhat.com>  [a58518e35596999f03298a76b2344bbb8279ae9a]

        Fix (small) memory leak (as observed with CppunitTest_filter_tiff_test)
        
        Change-Id: Ib840d66882faeca01d07a8764957a1c7c4075ec0

2014-05-27  Lionel Elie Mamane  <lionel@mamane.lu>  [aa48af57531851a16204381854f1ee19ebb63a6a]

        fdo#67935 "print on group change" acted as "print in first group instance"
        
        The "parent" group changed iff this is the first iteration of *this*
        group *or* *detail* *section*.
        
        The "parent" group's first iteration means that we are in the first
        value of the parent group (in other words, the *grand*-*parent* group
        changed).
        
        Change-Id: Ia4a798cb37db2f17e7deef1058b25795bfc02648
        Reviewed-on: https://gerrit.libreoffice.org/9503
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-27  Lionel Elie Mamane  <lionel@mamane.lu>  [7b8e9ea4f9645599f45f7e2f708bab2837dafd0d]

        fdo#67937 "print on group change" defaults to TRUE
        
        Thus it needs to be saved when it is *false*.
        
        Change-Id: I01bae547afe71ede12fb852c1a9040b7e45bf7b9
        Reviewed-on: https://gerrit.libreoffice.org/9502
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-27  Lionel Elie Mamane  <lionel@mamane.lu>  [3a99c2f91e7d58d38a57d8cc16eb52f422dd9116]

        OXMLSubDocument: copy PrintWhenGroupChange, too
        
        Change-Id: If6a5d9a50f5d600b96faebc51b9798a8e63eec49
        Reviewed-on: https://gerrit.libreoffice.org/9501
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-27  sk94  <eszkadev@gmail.com>  [5249cf49edda23f3e051444959ac32d7069850a7]

        RID_DLG_UPDATEINSTALL conversion to .ui
        
        Change-Id: I02ead5dc934d0f9ae9e958cbe6592250f1aaf1a4
        Reviewed-on: https://gerrit.libreoffice.org/9464
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-27  Eike Rathke  <erack@redhat.com>  [17979abf4fde202cae231be19a218be3fe27d04c]

        resolved rhbz#1101224 do not attempt to obtain names for NULL tabs
        
        This happened when the HTML export via clipboard tried to resolve
        conditional formats, where we have a temporary instance of a document
        containing only the sheet to be exported.
        
        Change-Id: Ic7498a1cab3eabede74773868287a2cc3edef052

2014-05-27  Thomas Arnhold  <thomas@arnhold.org>  [ea491d056d301b8b4507a2a2772cd09342284e56]

        OSL_TRACE -> SAL_INFO
        
        Change-Id: Ib9e1ed6119b5286871ac10136f7fcbefffe7aebe

2014-05-27  Caolán McNamara  <caolanm@redhat.com>  [501e5b98ad39156cac465a161709ad38b89e3d63]

        Resolves: fdo#77831 use classic token rules for user-defined char (%foo)
        
        Change-Id: Iebae064986ad722d445c8d654e39e338e104f021

2014-05-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e1b8e1099e3b97875f7d2a0026e2592719508b12]

        Updated core Project: help  1c2805c0bc819a94bf5754e7838db134c1cdb62f
        
        rename print range command Remove to Clear
        
        Change-Id: I8c787b7caadfe52a93532596e5b404781712dba5
        Reviewed-on: https://gerrit.libreoffice.org/9490
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-05-27  Stanislav Horacek  <stanislav.horacek@gmail.com>  [23f4f77b472c91d91d48ae026c3443a0f4c6adda]

        Updated core Project: help  ab67f805e692888fd0c89157b54e9c41c9d405b0
        
        correct name of command adding separator in customize dialog
        
        Change-Id: Ia57602ccfa957918b44390c4db9b17b4bbe33e15
        Reviewed-on: https://gerrit.libreoffice.org/9491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd1abdce1eafa7f2225e4050d1a075154b5e7d67]

        fdo#78348 DOCX import: end progressbar after parsing is done
        
        Change-Id: Id3db99a7ea341bcfc9bf2cd2b718e70a17d41f76

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [732eee2de4d0579eda69fe0ebfa361180fa35456]

        fdo#79236: sw: Undo of changing style crashes on invalid item (-1)
        
        Change-Id: Ie0b0791722a0ca8d75b7981362661be0c9706c6d

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [31a5e28050d5e0105df51c80b12a6c7188084996]

        sw: clean up some relative includes
        
        Change-Id: Ide7f2d098e65d03f84af8db4c6bcaaa7c9d58cf2

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [b3ab939331a455a46b9745ae6b996e307bea87b7]

        sw: remove some unused includes
        
        Change-Id: I98dbfac31e489f48bc4e9f1c047c793518160aa3

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [26da71b624e7c1b22b2cfa261cd644106c7dbd75]

        sw: move SwSendMailDialog etc. to swui library
        
        It doesn't make sense to have a declaration in header in sw/source/ui
        and the implementation in sw/source/uibase
        
        Change-Id: I270b2102d1f006836bb6210bd7a6c1c2e4c1e431

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [347e705d251c53de8f5af53cb6b3476dd9ac3415]

        sw: document uibase dir
        
        Change-Id: I88ccba75c9cb1d31654f20245a52a4de28933189

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [35029b250318b3a4f02cef5194abdd3f68311c43]

        sw: move sw/source/core/uibase to sw/source/uibase
        
        It's too confusing to have UI code inside of core; the important part is
        that it's separated from the optional UI code in swui library.
        
        Change-Id: I640a52723d5802faf08f3b8eaa03cd937fd93449

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [f8d26c68e48e52265d4f20a1527bf52828c046ad]

        sw: Library_vbaswobj should not include headers from source/core/inc
        
        Change-Id: I07a0f27b1e6a1dbe9681cfe1593c3d05e7504532

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [fbf1a9e29016f6492cc29a27a9dfeb94149da29e]

        sw: Library_swui should not include headers from source/core/inc
        
        .. or sw/source/filter
        
        Change-Id: I87fd41dc092a6dc042f85009188fed3df19fbf3f

2014-05-27  Michael Stahl  <mstahl@redhat.com>  [6de9dfac1d25ea9440a47a06fcb39507f87ca4ec]

        configure: try to detect using JDK with wrong bitness
        
        Another option would be to try -d32 / -d64, not obvious which is better.
        
        Change-Id: I2836d8a07e55971999f91dd417916aca394ccfa6

2014-05-27  Stephan Bergmann  <sbergman@redhat.com>  [c77c39056847d23a109172ff53bfac0ba4c21b39]

        Fix memory leak (as observed with CppunitTest_filter_pcx_test)
        
        Change-Id: Ic00653cad7f15f60a8f2613938def25820d7e9ae

2014-05-27  Noel Grandin  <noel@peralex.com>  [76032655c3a2c763e27f5fb57da4b1214c284aab]

        cid#706962 Uncaught exception
        
        Change-Id: I29a28a13f7cd8f9965db97247bbf377f9937213c

2014-05-27  Noel Grandin  <noel@peralex.com>  [a6e2a8f737b08e861f7e37f285b8ce33ec95b19e]

        cid#706965 Uncaught exception
        
        Change-Id: I8e21e567459d39b454264603ca8e6a4d5cd79356

2014-05-27  Noel Grandin  <noel@peralex.com>  [31bc94719d11b113046ad015c2a056740e6063d8]

        cid#707024 Uncaught exception
        
        Change-Id: If294a1ad9c8364e0651305321cd42d9afc927233

2014-05-27  Noel Grandin  <noel@peralex.com>  [5dbafd168d7c51e6a588b3cb7802ff0dc9abc2ef]

        cid#707029 Uncaught exception
        
        Change-Id: I139ae90a8bee40914d4c4f67084952dd0017ebd1

2014-05-27  Noel Grandin  <noel@peralex.com>  [bce8ded6ca029ecd3e7ec2cccda300ce84259b2f]

        cid#707057 Uncaught exception
        
        Change-Id: I13e8499eb1911d479d42293b68785c54ffeded71

2014-05-27  Noel Grandin  <noel@peralex.com>  [f9c3bc18feb44170de307b6a5062ab403dd7cc61]

        cid#707058 Uncaught exception
        
        Change-Id: I410716be297a1355bc48539198ec65c2a33a181e

2014-05-27  Noel Grandin  <noel@peralex.com>  [035c6fbe3680a0660d9454c70e017d7375a9cd15]

        cid#707134 Uncaught exception
        
        Change-Id: I5f4f71df60defe2a2849b40a4eddeb48bfe3a2c9

2014-05-27  Noel Grandin  <noel@peralex.com>  [74ccf05ef627d33ec9becb1c63297968301d705c]

        cid#707135 Uncaught exception
        
        Change-Id: I49d85f11bfe3a7cfdf3fd6cf252473a3f25bebe3

2014-05-27  Noel Grandin  <noel@peralex.com>  [9b6b260bcc236d109546758796519bca0dd02eba]

        cid#707139 Uncaught exception
        
        Change-Id: I4d821c576fef09ca7935a931b1632238ae550df9

2014-05-27  Noel Grandin  <noel@peralex.com>  [56c4dbe523bd7c0d30f7d7590ac8eaf519e8490d]

        cid#707147 Uncaught exception
        
        Change-Id: Ie49e70c3fa7704727129e613814aaf559d1a7fb6

2014-05-27  Noel Grandin  <noel@peralex.com>  [437a1f3925998a56d15f874358cca31552943225]

        cid#707192 Uncaught exception
        
        Change-Id: Ibf6f8a4a405d089eb8bbdcf46269f2f78b2222a9

2014-05-27  Noel Grandin  <noel@peralex.com>  [9fb54d62b13b50e6a270a70183a86a0d8f6cdbfa]

        cid#707198 Uncaught exception
        
        Change-Id: Ibfe57b366207550b0f3c0e9cb7e8da1078531742

2014-05-27  Noel Grandin  <noel@peralex.com>  [2d5d98e12d15cb9f455d0333ff67f1538fdc706f]

        cid#707199 Uncaught exception
        
        Change-Id: I4ff6cdf0f7d48318a948865784c66f992fe52e3d

2014-05-27  Noel Grandin  <noel@peralex.com>  [dab10217ee81eb956195a37dd4e6a9bbd6c88b58]

        cid#707232 Uncaught exception
        
        Change-Id: I834cde0d59f9d283fa31eb5bd0fc8dd89736e064

2014-05-27  Noel Grandin  <noel@peralex.com>  [7c81ce73deaae70cc498f39a66decae85bcb38d0]

        cid#707234 Uncaught exception
        
        Change-Id: I1c6bf752deafeb445bbe7132c851fe5e84be3ca4

2014-05-27  Noel Grandin  <noel@peralex.com>  [63727c2f0fd1eebc01ab4d104486982bcfaa4c5a]

        cid#707235 Uncaught exception
        
        Change-Id: I62e9691fb7e583c2c8a097bcba389fb6a5b0bd3a

2014-05-27  Noel Grandin  <noel@peralex.com>  [0eab01c2ed2f6c8fd547475f2b261bb474df5b11]

        cid#707236 Uncaught exception
        
        Change-Id: I96d69c4ed7a28f5197507e26eaee68134df2988f

2014-05-27  Noel Grandin  <noel@peralex.com>  [4a150c2d0c0b16cb3646c7a5fc534043a456f758]

        cid#707249 Uncaught exception
        
        Change-Id: Ib8ae83da27b24962769737626a9b55489239bda9

2014-05-27  Noel Grandin  <noel@peralex.com>  [f7679803dae2ea72b7c51d2d02f41afa971a43f2]

        cid#707251 Uncaught exception
        
        Change-Id: I77a606e3200da94fcf2268c5cd6c396068a82e47

2014-05-27  Noel Grandin  <noel@peralex.com>  [e0377940b7544f38f37f5f0a6d9137ca663c4a47]

        cid#707262 Uncaught exception
        
        Change-Id: I873804a9f666d4627e65b53ea6390fb8585588f7

2014-05-27  Noel Grandin  <noel@peralex.com>  [616011663a3cb4fe138e5335d1d996b1c00f5bde]

        cid#707271 Uncaught exception
        
        Change-Id: I95d1e737004074a00100b4c7ba4f15f660df4ff5

2014-05-27  Noel Grandin  <noel@peralex.com>  [388f1fc62bc1920c6ca61ecf78538734f5082ae5]

        cid#707272 Uncaught exception
        
        Change-Id: I4ff6b2fddc0cb96ec088cb0b123a9f6185db389c

2014-05-27  Noel Grandin  <noel@peralex.com>  [cf5a067ab6501bba976827a21a4d1358fddc5782]

        cid#707273 Uncaught exception
        
        Change-Id: Ic9dcbcdc73a0e7b95d665e58db291fa50a287a3c

2014-05-27  Noel Grandin  <noel@peralex.com>  [48761084b2d30d7bf31c0972f1a6850de5fd55d4]

        cid#707295 Uncaught exception
        
        Change-Id: If63df32a079bb4a568ed6085097062f77c351a06

2014-05-27  Noel Grandin  <noel@peralex.com>  [d105483207194d5053833be328855376d15869a7]

        cid#707296 and cid#738184 Uncaught exception
        
        Change-Id: I59d1a0818bd896f0ac601c72e7f6cc89f95f043c

2014-05-27  Stephan Bergmann  <sbergman@redhat.com>  [ba00f596cfbb78046e705f1d45264951bf03a9a1]

        Fix memory leak (as observed with CppunitTest_filter_ras_test)
        
        Change-Id: Id3fa526f01ab7dae72beb311fe0774ba1f77d8a0

2014-05-27  Andras Timar  <andras.timar@collabora.com>  [3bb1051a27e6d37b5c8ebbaacb9de49b140b4909]

        mark QA file non-translatable
        
        Change-Id: I19f10c40151ebfea9b02bfe5df7c31b157188351

2014-05-27  Jason Hulme  <jsnhulme@gmail.com>  [ceb7ea5091bd9b862f92e853fd9f8f2542fb8b41]

        fdo#78920: Number %NUMBERSTRING in tooltip
        
        Fixed string in Bullets and Numbering and changed sidebar to use the same set of strings.
        
        Change-Id: Ib8a103e203cf66c979216175d4047bca518290ce
        Reviewed-on: https://gerrit.libreoffice.org/9492
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [73e4257ec8eb2079052e2a7d9aef1949c989fb2a]

        SwXTextPortionEnumeration: do not expose inline anchored textboxes
        
        Change-Id: Id4aecd49e29f6aa8347be4d9e3e8f0e73f7c5a21

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d2aa5fc49a5c7669aac5afa05ac99bb29c78971f]

        SwXFrameEnumeration: ignore textboxes
        
        Change-Id: I6b37e904898c8b57e619443035ca271b411f5f00

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [b12bb0fb2e8db6e0f2092163d9fe46dc990132dd]

        SwXFrames::getByIndex: ignore textboxes
        
        Change-Id: I58a8c3cf5e0384f68a9259b3a1575a201436057e

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [23a12e015b8e9ea36eace51c0d1a982313828478]

        SwXFrames::getCount: ignore TextFrames, which are TextBoxes
        
        Change-Id: I12d2912f566a31e36f6d091d554106b927abb9c9

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4782e774e39b57ae431e731f13763c43e6658117]

        SwTextBoxHelper::findTextBox: only draw frames can have textboxes
        
        Change-Id: I4ff9f87120a9ba392aee205641e17c12cb30649b

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f884b27fde424990c1a9c2254258dba8b7efa24]

        let SwTextBoxHelper::findTextBoxes() take a const SwDoc
        
        Change-Id: Icb1540b93f4117999b755d4d5fd387f1228250aa

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4721729fba32a02683ecc930b630491599f8c6c5]

        SwXParaFrameEnumeration: ignore textboxes
        
        Change-Id: Ia4441a06c29447d4a4f4cbe6250248a0f68831f1

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [69578bf06d206e234ea8fd4a5f8331edfd9eb590]

        SwXDrawPage::getByIndex(): ignore textboxes
        
        Change-Id: I643ca4268e15af1882adb168af152835ef216cd9

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1dae10ca512084a04d08e3f0268723223a92e38]

        SwXDrawPage::getCount(): ignore textboxes
        
        Change-Id: I579cc0242f6901175162b169813e4465d52952a0

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae59502b20b52aaf34f8f4d89e354f28a7dbe453]

        SwXShape: return the right XText implementaation in the TextBox case
        
        Change-Id: Iac31bd4b3b1918f857feff9045df473e9b1d3d2b

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f8ef170acf5bc01820c986428c7bec419e6884b6]

        SwXShape: allow setting TextBox property to false
        
        Change-Id: I23d79fc3f5c020c86296bfc84bb0824e1ca68228

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [0baec970707fb6e884b028bbe2ffedb441e296eb]

        SwTextBoxHelper::syncProperty(): avoid crash on not-yet-inserted shape
        
        Change-Id: I3308ba685b4066ea6849e8002e9d98cc5264c368

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1ada85a95268f1276608ff25c761f2aee77dcb6]

        SwXShape: new bool TextBox property
        
        Change-Id: Iae588c817ea17b6b2c2d3f2818ee5f94ed6f4e96

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9a7e617eb30c8a475ccfc1af8bf3bee741a74fbf]

        SwXShape: invoke SwTextBoxHelper
        
        For now, only in queryInterface(), setPropertyValue() and setSize().
        It's safe to always call these methods, if they are not relevant, the
        method will be a NOP.
        
        Change-Id: I6efb808f605d47f731819cd971bb66ca251cafb6

2014-05-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [72159041cbb70f59017df0b5c90c5fbbfb6b62aa]

        Initial SwTextBoxHelper
        
        Change-Id: I2674d72a2ba7bf49f102e09ed8435445c9687bb2

2014-05-27  Chris Laplante  <mostthingsweb@gmail.com>  [0a3fe4c281be942e75b498073378b39a6e1a8ba7]

        Remove ASCII art and useless comments from sw module
        
        Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2
        Reviewed-on: https://gerrit.libreoffice.org/9494
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-27  Noel Grandin  <noel@peralex.com>  [0f2824b117b65bd9c9db2870edc159419ae0c1d9]

        remove more unnecessary use of OUString constructor
        
        Change-Id: Iae14cb3df65295b6894fd9e05411c5698e9c8aba

2014-05-27  Noel Grandin  <noel@peralex.com>  [9af0abebfd61641c9d028505caa864cdf898e35b]

        remove unnecessary use of Reference constructor in throw
        
        Convert code like this:
          throw IOException("xx",
             Reference< XInterface >(static_cast<OWeakObject*>(this)) );
        to this:
          throw IOException("xx",
             static_cast<OWeakObject*>(this) );
        
        Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb

2014-05-27  Noel Grandin  <noel@peralex.com>  [9b791f9c31165b82ec0fa3760a8af18c5af21294]

        remove unnecessary use of OUString constructor when throwing
        
        Change-Id: I4a3f3f911dcfbf88696053215a2fb7a94678244c

2014-05-27  Peter Senna Tschudin  <peter.senna@gmail.com>  [3b24dcc8a8138c1e1495c3dba5ffe5748cb183c2]

        Remove unnecessary semicolons
        
        A simplified version of the semantic match that finds this problem is
        follows: (http://coccinelle.lip6.fr/)
        
        // <smpl>
        @r1@
        statement S;
        position p,p1;
        @@
        S@p1;@p
        
        @script:python r2@
        p << r1.p;
        p1 << r1.p1;
        @@
        if p[0].line != p1[0].line_end:
            cocci.include_match(False)
        @@
        position r1.p;
        @@
        -;@p
        // </smpl>
        
        Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e
        Reviewed-on: https://gerrit.libreoffice.org/9493
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-27  Eike Rathke  <erack@redhat.com>  [a1dedadbf0d87a1db24e9b336257678e059882f0]

        resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()
        
        Change-Id: Ida47df6223a20939ad5971dc00b8f3462a92dd3e

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [467a0d624df1a62b8fa2b28d587c0b42ea3b3e04]

        vcl: move clipping functions from window.cxx into clipping.cxx
        
        Change-Id: I2a2c3d6283c962bba2994de04bbd869a79fc2eca

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b545001a10042c03ddde09ac9e0e6c3cdf6f8ca]

        vcl: move functionality from window2.cxx
        
        Change-Id: I68d1c7bb32df9024ea57a07d7d3b051efc08b2ed

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [fee65f9d20da80cfbc7dc516c8a7e3f4560ce23a]

        vcl: rearrange function in window.cxx
        
        Change-Id: Icb7f692cdf03a77573379257b34400f38def71ec

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [d333ca56ef9e5e90a25afe170ddd09d7b902dae6]

        vcl: "non-pro version" actually means debug builds
        
        Change-Id: I814869869bbc16a8bae94ef9c5deaeb97c13f03e

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [495cbf4f7d726d5e839a2be146b866a613724cca]

        vcl: cleanup window.cxx namespace aliases
        
        Change-Id: I3b8782ed7bbd782dbca52cd4bec46582a9b35271

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [0c6cd530de13f80795881f61064f1bf1dcc4ea81]

        vcl: move GetSystemData() & GetSystemDataAny() back to window.cxx
        
        Change-Id: I46736950563776bb4f5fefd71789010541e99e70

2014-05-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ee1bef418a8d14909df6c4d58b90c1a48e7a49c8]

        vcl: move Window::ImplSetFrameParent() from window.cxx to stacking.cxx
        
        Change-Id: I41ce1398017c7c9ff7b24464250911c63b3e2c92

2014-05-26  Zolnai Tamás  <tamas.zolnai@collabora.com>  [37dd6ced1e1763b2da2d08f5dd0df1bf7a6458a9]

        patching libgltf: stop a huge memory leak
        
        It is ambiguos where we should free file buffers because they
        are allocated by the caller code, but since gltfHandle is
        deallocated inside libgltf and libgltf has a gltf_renderer_release
        method for deallocation it seems better to free them by libgltf.
        
        
        Conflicts:
        	external/libgltf/UnpackedTarball_libgltf.mk
        
        Change-Id: If3d9abed0514128c13cde8c1967ea80c4d27bf59

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [22fd097f37b905cb3b585caf96890690befed863]

        Revert "ODS load perf: accelerate CompileXML for formula by stringify and...
        
        ...compare."
        
        This reverts commit 4a5d600a0ab8b851bd7565e36be3419066145908 (plus follow-up
        8400f1092d2ac38ff0570837957250f45c6e156d "ODS load perf: remove left-over /
        debugging getenv").  It causes crashes due to stale heap access in
        CppunitTest_sc_subsequent_filters_test etc. when ScFormulaCell::CompileXML first
        calls SetCellGroup, which deletes pCode, and then calls aComp.CompileTokenArray,
        where aComp has earlier been instantiated on *pCode and now calls GetCodeError
        on it.
        
        Change-Id: I9c86d26604b2895e92dce38611a1f8d1f099494d

2014-05-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7da3ce7cdb05bcced9ba61724e33d7a395e44e10]

        Allow building with more recent glm versions
        
        Use glm::scale(glm::vec3(x, y, z)) instead of glm::scale(x, y, z)
        
        Change-Id: Id307b830c0ee6cf69514e117ee1e3811a65f8bfd

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [25cea66f6ac06897379b6d98fdf2e443e1d3e001]

        remove unused variables
        
        Change-Id: Ia94a501fa2571752286df0451a0a8a2b303a10c8

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e69e429d8f2a2269fe1f8e2a7faa1979d2067628]

        hardcode default camera height
        
        instead of having the magic number in 5 places
        
        Change-Id: I2550671572dcc36d9a710e56d9d9c1e99f732843

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3c5392997d76d939f6dfc8730b9a6b405663d2d3]

        switch the direction of the series labels
        
        Change-Id: I718ee4782a8b1e265131f6e4e02093a59c17cb15

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3bc86e1c9238187c9970088441a0857c7769b464]

        use the center of the chart as camera direction
        
        Change-Id: I943273817a26235afd9f17e55d2ee14c5f94c409

2014-05-26  David Tardon  <dtardon@redhat.com>  [aa4015151ae6f0cea31c55673e162f0ecdeaa524]

        drop trailing comma
        
        Change-Id: Iaed722dc183158e1a73a6cafd91248aa76527ff3

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [66925f65f83910ce97b4213f91d0d0e3aa2db43e]

        Resolves: fdo#79124 options cells shift down when unit clicked
        
        Change-Id: I528da752a38fcfb25aae40476891eb5052cf93b7

2014-05-26  David Tardon  <dtardon@redhat.com>  [ce148323dc084d19f60ef1e041715740c40004e2]

        export SYSTEM_REVENGE
        
        Change-Id: I2aeb928dbd27df0f77ea0fe136dd38305ad3a004

2014-05-26  David Tardon  <dtardon@redhat.com>  [a075584ec36949ca1ac28a4dbcac02f1d2befbe6]

        libwpd-stream does not exist anymore
        
        Change-Id: Iaec196373d913f47c2b4575fcefcd41fa97fc808

2014-05-26  David Tardon  <dtardon@redhat.com>  [48c9d7ac7ccdad27067efe0d168e96ff48372631]

        rebase all import libs
        
        Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [2013d184f1cf5928fa4a919d1521c1ae7b053796]

        coverity#1158084 Unchecked dynamic_cast
        
        Change-Id: Ia800e45166b0206377fa9e138c4e444e476e3863

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [785dd5a3a79383d86d1b5de4f1d7acdf3913322d]

        writerfilter: remove unused dummyannotate.xsl
        
        Change-Id: Ie922a7114040ad7a1e3a96d57beb36e48bdf2e34

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8db20d8b4ea8b30cc92ac414daf1b57fc9852e1a]

        SwFmtFlyCnt: add doxygen comment
        
        Change-Id: I9e48b471f4afbb071112f3b1f5b71ee42cfe186f

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [2e30212c1bb107e1ddd96977ebea38716939a57a]

        coverity#704936 Unchecked dynamic_cast
        
        Change-Id: I92e1f95aef32a9d0431ce3fbca0a7ab6ce5cadd0

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [178c5d8cfdd77f695bb3dd5ebe44e9ea2a370d68]

        coverity#704795 Unchecked dynamic_cast
        
        Change-Id: I8526944acfb319f3e8e1e1927e94ea44eb59f5d6

2014-05-26  Clarence Guo  <clarence_guo@apache.org>  [8a93ce4c402fc164a86b04973cac924d318b6525]

        Resolves: #i124928# rich text portion could be converted several times...
        
        each time when it is converted, the string will be set once, but in the
        setString logic, the text is inserted instead of set
        
        Repeated conversion is unnecessary, add a flag to avoid repeated conversion
        
        (cherry picked from commit d39da40700ceab57e9f80bd9851598e1d455f121)
        
        Conflicts:
        	sc/source/filter/oox/richstring.cxx
        
        Change-Id: I3ae08d59050ce84fb6ca0f2a82acdd27e71ba52b

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [c5abfa5fdf4163d1eb7226642960b957655bdb0e]

        coverity#704706 Unchecked dynamic_cast
        
        Change-Id: I74bced4ccbe2e801fe7a3ef8e2fe0c5c39d2a4fa

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [a7807068b6a71a1a8773cd89497ff1bb3113109b]

        coverity#704675 Unchecked dynamic_cast
        
        Change-Id: Ib2d86a3cfaff0019bc6969b657b035cb65bbc0c3

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [088d53701f9b756f70af844ac53239c49cccb5c7]

        coverity#704674 Unchecked dynamic_cast
        
        Change-Id: I4432ad08fe149e299933443fb6f1c6afc0746cf5

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [8ce3c6f7c30f6f816ffd14cb640a7d0b1458860c]

        coverity#704659 Unchecked dynamic_cast
        
        Change-Id: I773351290293b1e54f6e983852baf6ffd2fc3e05

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [9c2b19c926b65fff2fcbea2b0e970aa499432410]

        coverity#703930 Unchecked return value
        
        Change-Id: Ifa4091eb08774309829ec9016b19e71cf9ea201a

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [0897a5a8c538d9c7a8949d1f9fbe426523b95533]

        coverity#1209405 Unchecked dynamic_cast
        
        Change-Id: I5b16007b514169e2349c8c3a78d3c150c9d52d85

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [9fbcf18e5372230f02d080a4860b8c358267a185]

        coverity#982751 Dereference null return value
        
        Change-Id: I070317e55cf3260d1d50def0894a507cd08cc43f

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [f556b1b614eb54159a58201c1b266b120050ed5a]

        coverity#982752 Dereference null return value
        
        Change-Id: I394a13939d67b6959903e277dd78ea05cdcadfa8

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [6342a9c49e437405dd11d3966b8a1b3483b7fe69]

        coverity#982754 Dereference null return value
        
        Change-Id: I0d0dc196f223a988fd029cc61a8b160b2150534c

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [dfddb56699469c62a2a1ccdea65821bab4f8d062]

        coverity#982757 Dereference null return value
        
        Change-Id: Ie2c88a778bb25e6909138e633fe115686e2cc026

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [88d9c8705882b4791d42955a465cc3e7a2efaa3f]

        coverity#982758 Dereference null return value
        
        Change-Id: Ia797bbd9c5587d2b55dd183a377e5b3dded96e7b

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [b15532a03c48c67a1aad52b4582e9271f8872381]

        coverity#982761 Dereference null return value
        
        Change-Id: I35e93ccf5992236d163d708089cd798e324157fb

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [e17245c0c2050b94ffdbdf664615c3813a198dd7]

        coverity#982759 Dereference null return value
        
        Change-Id: I72209c52d6a8d036f0903f39b91fc62a2880448b

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [5bdc28028c6b4959d045e2f52ab852efa947e8f9]

        coverity#982760 Dereference null return value
        
        Change-Id: I779fa5fa418370dd6c53308943374e981f65ae29

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [c6c135930c66d2465dcdfbb34ecb2d1abff735c6]

        coverity#1019311 Unchecked return value
        
        Change-Id: I682ca0b62e6eb0d02113218de97d1440089b782c

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [e947342b9c4ffaef8e25e2763e60cbc67e6fa36c]

        coverity#1019326 Unchecked dynamic_cast
        
        Change-Id: Ib3f0776048ca3dbb8a7efa4d9240f4ee9d6ac9dd

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [9c82cb60de359a34d029ad8c3a84fa264840cde9]

        coverity#1019329 Unchecked dynamic_cast
        
        Change-Id: Ic340559c9ab9b74f4f932c90e08f2530c08e8d08

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [353188ecc44db8ed4e7c1e900901c17e4d7ce8e4]

        coverity#1019330 Unchecked dynamic_cast
        
        Change-Id: I9c7893f7c9af2b42dcc50f2d1463ec497bb85e30

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [4dbb91ce732a51b8f388e12038ecf43b1b5d98da]

        coverity#1215317 Uncaught exception
        
        Change-Id: Idada0fbd80f55f67bd62cb7d31dcc7457e4a18d5

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [91e8185802741eb386b93cfc7fcce773951881b4]

        coverity#983778 Uncaught exception
        
        Change-Id: I27ebb40f21a15c7e1696217a53d8c07e1d1161ad

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [b07446600796bea0e00840d2fcd85af4d9deb8f5]

        coverity#982169 Unchecked return value
        
        Change-Id: I4aa333a907ff050fff4a4c7c41120ce00961673c

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [5c5bbe9d0198a53eee67963c9cae7ba80e7b2a83]

        coverity#707122 Uncaught exception
        
        Change-Id: I4a2da7874493169ad60b81be59d14269418aae96

2014-05-26  Jan Holesovsky  <kendy@collabora.com>  [318ffa88240f55adef906df673614123d19f35a3]

        libgltf: Update openmp-related patch to newer libgltf.
        
        Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [3381dfec2c7e601ecd3d71725ecba184bd5b7cae]

        Dispose component context when done
        
        Change-Id: Ic691d1a7136bdb02d3c94fee246920697503d5b0

2014-05-26  Jan Holesovsky  <kendy@collabora.com>  [6259d1af797e6566f2c1420f84874962cb8ae4e9]

        libgltf: Update to newer version.
        
        Change-Id: I95e9356039c6f8bae44b007dce17ab2becbd1259

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [21c11ffe254612ac46aa891addacb0024d5b93f0]

        fdo#78900 RTF import: allow \dpxsize inside \dptxbxtext
        
        Previously we assumed that they always appear under \do directly.
        
        Change-Id: Ie3a978da856986f604a3815d6127abb4191323c0

2014-05-26  Michael Meeks  <michael.meeks@collabora.com>  [ef334d5acafd918437fbc5d0555a5e161059feb1]

        ODS load/save perf: re-use buffer while exporting tab names.
        
        Allocating temporary strings just to append a '.' is a tad silly.
        
        Change-Id: Ifdbd45bcc4d5e36ebee2b052f64ceeed5686d6cf

2014-05-26  Takeshi Abe  <tabe@fixedpoint.jp>  [ac1f7774b789c747d1aa0135762c2d0d804e69b3]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I185e957da57f4da7dbd2b95496bcd5349fc7d039

2014-05-26  Tor Lillqvist  <tml@collabora.com>  [231050ddcc8a286baf4e27e4858b2d7712ac22cc]

        No need for these fields for iOS
        
        Change-Id: I3fff002919a1f15ae370c7d0c7f65e67108a6232

2014-05-26  Noel Grandin  <noel@peralex.com>  [9a34b9152b98d246c7e11793490d039cb1d706ce]

        cid#707399 Uncaught exception
        
        Change-Id: I42d2cdb3a2341f156cd3fd70a9a476a8eb5423d8

2014-05-26  Noel Grandin  <noel@peralex.com>  [ff2573ca68f957a2630af4e8f852947c2df32278]

        cid#707410 Uncaught exception
        
        Change-Id: I54bcc0fc7d54ca7bae35130ef620100c9088b4d2

2014-05-26  Noel Grandin  <noel@peralex.com>  [49352b4e54b3dc25704e11ac5b6b71b190eaa6ee]

        cid#707415 Uncaught exception
        
        Change-Id: Ia4674e74621fe152ba764f3beaa7376533977d19

2014-05-26  Noel Grandin  <noel@peralex.com>  [e168210b3c3f4be09549a7b096ef5b962ffa8519]

        cid#707435 Uncaught exception
        
        Change-Id: I6c0195b3474e56191fc1ca8d7d251c8931815c11

2014-05-26  Noel Grandin  <noel@peralex.com>  [fb0d1fc5a62c928bf5824e1d75613ca2fb3a24a1]

        cid#707434 Uncaught exception
        
        Change-Id: Ibe227c7675723b337652f79ccce03f028cfe546f

2014-05-26  Noel Grandin  <noel@peralex.com>  [5da1b9c283d9756c0b12b216fc74111b686c0604]

        cid#707433 Uncaught exception
        
        Change-Id: I57581f61dcb83aac83673b8fe040981e28b320ba

2014-05-26  Noel Grandin  <noel@peralex.com>  [021ba5cc808c0683656e84856307a52a2dba41b6]

        cid#707431 Uncaught exception
        
        Change-Id: Icc5bea5e3e1d3782dfc6ca200ba24303945cb72c

2014-05-26  Noel Grandin  <noel@peralex.com>  [727ea1e4ddd2178e9fbecd35f6a4bf8f8718ba43]

        fix spelling of "indices"
        
        Change-Id: I6dc8960d776b809aa701bf8e554e96131b6440c9

2014-05-26  Noel Grandin  <noel@peralex.com>  [7a0069b2e2d55e4bf47c48e1f54b86e4b9149998]

        cid#1213562 Uninitialized scalar field
        
        Change-Id: Ieec390aa1af1af53f375d707b920382f7a994fc1

2014-05-26  Noel Grandin  <noel@peralex.com>  [2bc74417150dd4301d4b864b6c95942384eb5daf]

        cid#988429 Unintentional integer overflow
        
        Change-Id: Ia8d6b29e03317b0891c8357875261263c4f01c2d

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [552ac76dd43df5517820b112180b54108ba2c8ef]

        Do not override VALGRIND_OPTS=--leak-check=full
        
        Change-Id: I35c8376a45fa7ed2cc292ed9442e4ddf2e4172db

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [0fe40023df5d28a46bea5632835f65e11e1954c0]

        Fix refcounting
        
        Change-Id: I2225b2a2dc0648ec3b9e2af251cd1a3502199383

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [f5d90767d199baeaf61706ecd52f29a34f96b62c]

        external/liblangtag: Fix memory leak
        
        Change-Id: I7d58c1aad5ec21f14569caedbada56cc31a5ff99

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [d8f958a201a8c6320684ad2e03fd15dfba818520]

        missing title from extension update dialog
        
        Change-Id: I53aae37fbdbd5ef1846332787e2b1165173b9e8a

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [f5251d35043cab1117e12677f0c40f3e849f3e1c]

        Resolves: fdo#79181 drop hidden shape and drop negative clip rect
        
        and just resize bg to the desired size. The negative clip is getting
        applied against an assumed 0,0 origin and so we're missing the bottom
        of the unclipped image.
        
        Change-Id: I9d7c5d17de15176d103690898281c6b875b560ca

2014-05-26  Eike Rathke  <erack@redhat.com>  [69d2fe6e57dd77b735234d139343b3a3faee165d]

        improve descriptive text of "Treat empty string as zero" option
        
        ... as per discussion on the libreoffice-l10n mailing list.
        
        Change-Id: Ia4e7014df69e313ee02e6c9acd6c0ebac6f627f3

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [3755c87d0426a499d4755e82d8fbc77caa240764]

        bnc#863018 WW8 import: fix upper margin of multi-page floating table
        
        A vert orient position was already handled in case a floating table was
        imported as a TextFrame, but in case we didn't do that, the vert orient
        position was simply lost.
        
        Fix this by importing it as the upper margin of the table (assuming that
        the position is relative from the anchor position).
        
        Change-Id: I3e96f3068605fd6313dfb3e55483e1bce6c063a5

2014-05-26  Michael Stahl  <mstahl@redhat.com>  [09c0a96eb3ea8d48e99ed50ae7d13d23f70a0c6c]

        externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0
        
        Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [a84173738175a07429278b9010f1fbcf70aac74c]

        coverity#736092 Improper use of negative value
        
        Change-Id: Ia96ae18275082a5d5f891140b2648d19279f71fa

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [2096096287396afa2385add5ba14ead88d21aa88]

        coverity#1213144 Missing break in switch
        
        Change-Id: If42a7aabd34a18c23e6f22b1912242f723d9d9a8

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [7704d6f76d78e199a44d7e5e9cad04fb3c611434]

        coverity#1213138 Missing break in switch
        
        Change-Id: Ia31045d8b79e8b7a7904a6114b8eb69f87315bcc

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [41ce668f901daa0828349c8aa89a145a529b6e7a]

        coverity#1209647 Missing break in switch
        
        Change-Id: I1942735bd2c8922abc95e927a249fd82ecdb31c5

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [32e3789816de22452417685eb36538efc06a208a]

        coverity#1130407 Missing break in switch
        
        Change-Id: Ic4261e6ed9ea44ef8b4fad174b40febe4ff795fd

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [5b2aaefb896dfe50d9cd1551ef46cacaddcf92b7]

        coverity#982640 Missing break in switch
        
        Change-Id: If2a14edafb72844061dcdd1ee3507d7a215220f1

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [55029129aa92f7906bb8b91464fb74aa4d9e72e3]

        coverity#982631 Missing break in switch
        
        Change-Id: I1c21dfb48f4ecdcc3c599d69fe76bde006a85313

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [aed9462a9e8e50de363557aac284947a07ad16dc]

        coverity#736062 Missing break in switch
        
        Change-Id: I61d6fa3b5a825dd5a99b7f6a2d700524ea4e1fb3

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [d7e96dc7475f320dba563f1061b3348c2648f95a]

        coverity#736061 Missing break in switch
        
        Change-Id: I764ff930af91d1de9a9b2dc0eb1b6005e0dd83db

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [c5802b51c0707adffd7b7e261aa2d82f459674bf]

        coverity#736060 Missing break in switch
        
        Change-Id: Iac2903acfa44a144c3686cea227fd8f101b727f5

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [014ba79eeb4ea2756b398c61a285c0a7319df857]

        coverity#736052 Missing break in switch
        
        Change-Id: I9e067659dea49683ceda9553b3d35254576079db

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [b446c561b1ca7d1b8838a14ce218f58acb718911]

        coverity#736029 Missing break in switch
        
        Change-Id: I12dcf88cc2b54c89cc9d56299b17730ad19a4854

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [25059614396d14b81a28830ef2719e6b2e611124]

        coverity#705269 Missing break in switch
        
        Change-Id: I574ea32f23d60a185e915d32bd163fe4ea7bd6aa

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [4e0b45d2756bd11a99f97d9b3676d814c8692e5e]

        coverity#705259 Missing break in switch
        
        Change-Id: Ib9199750db79f9d7eb964709649fdd357d36ba0e

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [83f760d566d61a563025ec0ca38a2f9793e0d211]

        coverity#705258 Missing break in switch
        
        Change-Id: I96dbefbc5ecc006b4ec456290cabed5026c18b03

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [b96086f197c0cc47c45ac70329d931db61fa3c7e]

        coverity#705254 Missing break in switch
        
        Change-Id: I5dc24b0f811042732a31f1d0fff42bf400505a1a

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [84d84594ea4abf1056a8c2a6be7e1ff224400cc9]

        coverity#705253 Missing break in switch
        
        Change-Id: I372299fa9f4fb5a41fed88cba8b23557be24eb3b

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [e576deff6a276e2319f0d62c9fa51faecdae9a4c]

        coverity#705232 Missing break in switch
        
        Change-Id: Ifa6de9e9d1138e4962cd8cf0716fd6e06894c34f

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [51d6b42e4c16e9bb54cc191e5e8a5862f7869b12]

        coverity#705221 Missing break in switch
        
        Change-Id: Ib798371f42dff6fcc67ea16c3f0ddf579160a87e

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [15befeb90cbbae3c644eda7640d2b97b1346269f]

        coverity#705191 Missing break in switch
        
        Change-Id: I3e6b081711a45e6e0d77c6288ad26214b95b3dc7

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [0eeaf228abf9aa8ef3858b4181c36650127ccd92]

        coverity#705186 Missing break in switch
        
        Change-Id: I57e5f96fe9b385de852006e4b5bb830c782f93d6

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [bd7d32bf1ce15dfc08b029ec1c9ace0c53cab5b9]

        coverity#705152 Missing break in switch
        
        Change-Id: I9b56f5fe890d0d60e451cd35b69dcfb68e7b86b4

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [48eab8e0dbd818ec3eb2f5f91f41b0cd5fac2ce5]

        coverity#705151 Missing break in switch
        
        Change-Id: I7bfddf3bb7be3ade65c8b33c6d41901522498d56

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [56eadf4789dea2387c7d2279381fc4b850374c35]

        coverity#705150 Missing break in switch
        
        Change-Id: I09249504ace6b38ae3dac677678995bbb5080a28

2014-05-26  Caolán McNamara  <caolanm@redhat.com>  [3ea1cdfa1015b3a87bcbc1c1e9610217f7f42f45]

        callcatcher: update unused code
        
        a few more ResId using ctors going away
        
        Change-Id: Ic956bc179c094d19989bf850657471192d042a01

2014-05-26  Thomas Arnhold  <thomas@arnhold.org>  [2e457e2ee54844ea80c1058dabcc3f3a0bd86d54]

        cppcheck: uninitvar
        
        Change-Id: Id33b7d2dc6250545168b5462edfa84516c740c93

2014-05-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [a38de875151df829e40e6672b8318e2baa6e54c1]

        CppunitTest_sw_ooxmlexport -> CppunitTest_sw_ooxmlsdrexport moves
        
        Any DOCX export test that is related to shapes should go to the sdr
        suite to be able to execute in parallel.
        
        Change-Id: I719cd6eda973c5daa1f11bb0e1f57bbacab9f812

2014-05-26  Tor Lillqvist  <tml@collabora.com>  [4c28b348f581944d470dac11c19d85e2b0bd8e6f]

        Nah, use gb_Helper_print_on_error
        
        Change-Id: Ib47ed5d13d0d94e706b38dc996999e263d3d0967

2014-05-26  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [4002fae08754aec38873bc453f991773ec6536f0]

        fdo#79062 File having Footnote with Text Effect got corrupted after RT
        
        When we do the export of the file, In the footnotes.xml,
         the w14 namespaces were not being added.
        
        This issue exists for EndNotes as well.
        
        Change-Id: I6494bbf1beaa0666743d9c1bb85a64f8bda20398
        Reviewed-on: https://gerrit.libreoffice.org/9439
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [bce3a0a66764462a8b35df50977bd998eb904632]

        Fragile concat-deps _process misinterprets ENOMEM from file_load
        
        Change-Id: I0df494b74f23b0a30fe26e25f58b4827bd28ed47

2014-05-26  Tor Lillqvist  <tml@collabora.com>  [ba97e26d417f6465b501502e02bcdd02eb209344]

        Print the xcodebuild output (including errors) if it has failed
        
        Change-Id: I9c1074f49ca8cd1c3c97581ae45cbb8ac1855b71

2014-05-26  Stephan Bergmann  <sbergman@redhat.com>  [7686f93f58ae3eed7ed2ee2bead362d034e24c02]

        loplugin:unreffun
        
        Change-Id: I43133e272fc915363b178d5f13377c9210eb628e

2014-05-26  Tor Lillqvist  <tml@collabora.com>  [9444a1ffccadcc41d5e3f7519d870392dcbaf19d]

        Let's make it fully clear what we want
        
        Change-Id: Idfd73565c29c4ebcf561955fa965a81888a59315

2014-05-26  Tor Lillqvist  <tml@collabora.com>  [ef11f552a67abbeaa48fa7dfc676a8a7b6834387]

        Don't build as shared library when DISABLE_DYNLOADING
        
        Change-Id: Ib3339689d41f02b258f6c398887faae28e602a5c

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dc91ebed1a3b0ef900b1bb5cf203c6a9aeb83016]

        react only to left mouse click
        
        Change-Id: Ia4c2c52b8803cd36d7ed32be559ba446589377e7

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8097fff2cc3ec601248c55f4d1434bd6d4c6c66e]

        remove unnecessary debug message
        
        Change-Id: I63e65bce671d1feab4ea93bdff906b597ce180c3

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d0f2ea6aefd7fb797cad55cf73964cb0e261318b]

        improve screen text positioning
        
        Change-Id: Ia1f4ae40b8dbed2324c600f7ef68a33a5b04027b

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [257510bffb75eb11d759db7d86b78861b49e921e]

        block user input while we are in another user interaction
        
        Change-Id: I25a846b0648d2d28585a58066a9bb1088d607c24

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b8dc914cdc0eab0735e4fec7613221fef2fc0fdb]

        adapt bar size to demo
        
        Change-Id: Id746ce00f9e91397a3edf0b39bf7dbb08ea59885

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d06ce014edf0c83b27b31d6c5af20de39d593037]

        add initial work on zoom into the bar movement
        
        Change-Id: Idc8c1f27dbeafdf34706f09c890f202849c2ce33

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [22e1895acb128e6b950cd4763c0f56e017d4cb3a]

        remove more unused methods
        
        Change-Id: If50cb8b21aa7b7196027a411f207eff9aee3676a

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [64b5ba4bfa195637bad12c9f6c2dcd19f53fc05b]

        remove unused method and shader
        
        Change-Id: Ic4aafe0aa596f97ea4220e6fc063a61fa13b877d

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3fbaec0501385cd31818ba704c5cb91b7b96aa59]

        let us not implement this large constructor in the header file
        
        Change-Id: I271882d8cba0201b6aa63308e502509b3c2ac170

2014-05-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [36943e981baf837191d78a0b7fe77c23e7dde0d6]

        initial work on screen text
        
        Screen text is positioned in screen coordinates and therefore in 2D.
        This means it will not move with the camera.
        
        Change-Id: I3cf2e8859871ebc8034396b4c2d6f1ff9fe5d9f6

2014-05-25  Stephan Bergmann  <sbergman@redhat.com>  [f9d9aceb1c6448d2ed1ab3086e7a73684629233f]

        -Werror,-Wunused-private-field
        
        Change-Id: If9f6ce2316498597978e3d401451a9fef01427ec

2014-05-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fe454926945619ab766f60ba3a66f5b389eabc7f]

        remove unused variables
        
        Change-Id: I020be0cecd3becc24edc1267b4bce714db3bb627

2014-05-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [45c25954dbab4dd8c0beb74656d94356f1549d63]

        remove all the unused functions
        
        Change-Id: Idb78a97793615ff0ccb5377d87442deaaa09161d

2014-05-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [14a443c107355e9aaa7cb65ce14afe93237d7201]

        avoid magic numbers
        
        Change-Id: Ib7c3bd23e119ebee91f3f76b073faf10daa87b3e

2014-05-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d051a1a677fb99e07b0e1c234aef32276235c23e]

        implement movement from one corner to the next
        
        Change-Id: I6c782f7630c9f77e3e3f28a79e26391e8c97c706

2014-05-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c8d07416e3c9f56b48b2861d9b7249779098fe49]

        reduce the number of traingles per bar
        
        Change-Id: If24391481c916b689e8c8e90d6430bf7ca56a5e3

2014-05-25  Stephan Bergmann  <sbergman@redhat.com>  [1e7598d31f2ca2d277b60f926be6882073d1a844]

        Updated core Project: help  e45140e4062722a349b61fc7d4a4b0dea7c86127

2014-05-25  Thomas Arnhold  <thomas@arnhold.org>  [762b160dcec4b9074e65d36b20e66b4817ba3a7c]

        WaE: warning C4146: unary minus operator applied to unsigned type,...
        
        ...result still unsigned at sw/source/filter/ww8/docxsdrexport.cxx(441)
        
        Just use SAL_{MAX,MIN}_INT32 (change -2147483648 to (-2147483647-1)) which fixes this warning for MSVC.
        
        Change-Id: Ia039906602d3b00193a364bddb81626afa928f2d

2014-05-25  Thomas Arnhold  <thomas@arnhold.org>  [3c84ee9cce41c0d28a9ddbf1243ef571b4578448]

        cppcheck: unusedFunction
        
        Change-Id: I81f2a4be65bbc9359e51accccb746f1e8ea48c4f

2014-05-25  Stephan Bergmann  <sbergman@redhat.com>  [c31f50f63872ccb1527dd661670cc7ab01fd6021]

        loplugin:passstuffbyref
        
        Change-Id: Ie6d413862a402a779032241c7456b14653a7489f

2014-05-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3c9b7bd2d78047792e82ed2dc8dcea7afed78cdf]

        Updated core Project: help  086fb237fd3350b4dba1bcfaf6165562578a8055
        
        fdo#77282 Replace "Edit Group" with "Enter Group" in Writer as in Draw
        
        Change all occurences of "Edit Group"
        Adapt text for differences Calc/writer and Impress/Draw
        
        Change-Id: I9a226baf2990f9f84038d9baa539c0604692ecf3
        Reviewed-on: https://gerrit.libreoffice.org/8944
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-05-25  Chris Laplante  <mostthingsweb@gmail.com>  [04f31d13c5813f6ce1e3076c4e987ffb8fafb9b3]

        Remove ASCII art, useless comments and whitespace from forms module
        
        Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da
        Reviewed-on: https://gerrit.libreoffice.org/9472
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [885b11cc5d6fb17ca3d0b47f20bd13f0775b1640]

        fdo#78833 Update AllLangPackage_autotestshare.mk
        
        Change-Id: Ieb946e2fcb68d84369632d27f6a33e7a0645abb1
        Reviewed-on: https://gerrit.libreoffice.org/9477
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-25  David Tardon  <dtardon@redhat.com>  [0b7d0a82b20c495d4f031ba45ddec01ee01c2a76]

        always provide REDLAND_CFLAGS/LIBS to ext. projects
        
        Change-Id: Iad1004503e91fbaf6251edc50b20d89ddbb15efa

2014-05-25  David Tardon  <dtardon@redhat.com>  [7c9c779cfb80a44e22aebf8cb1f22a26b282898d]

        fix deps for projects using librevenge
        
        Change-Id: Icc6e2465d96cc95b229a1f7abc6d51362ae3d016

2014-05-25  David Tardon  <dtardon@redhat.com>  [c5b76e3211552e979b948884cff8c3029cff0f05]

        the other way around...
        
        Change-Id: I6aeaa95079e37e710e5b8b1b8ce24464e11f45bb

2014-05-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fe4a58ebb6fc5d09b292f1031b23fc4995818c61]

        opencollada: remove unneeded patch
        
        The same problem (uninitialized bool) is solved by
        0002-Expose-sid-for-textures-in-extras.patch.1.
        Additionally handling empty string on a different way
        was a mistake so that part is unneded too.
        
        Change-Id: I1eaa86fa7c6ef7216c0fc26ebf2ee4ec5c0936aa

2014-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [309a2dabab52dc1498ddbf69b19232e3ad9e88c4]

        coverity#1158083 Unchecked dynamic_cast
        
        Change-Id: I8213e0c8e6228320c6efcba5e42e58e87e0379b9

2014-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [eedae0444722923e85766d4b2843ac4e2171c3de]

        coverity#1158082 Unchecked dynamic_cast
        
        Change-Id: Ia70d73d64af020c546a0218b996334959ca6b624

2014-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8282656f851ceec7b50d4a8352bb76d7e7219ff0]

        writerfilter: remove unused rngtocxx
        
        Change-Id: I780aff48f55bdc4f903404472f22f3fb4bb6968c

2014-05-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f65aa822eedce255eb3931c975b5111ff0f596cb]

        writerfilter: remove unused effort.xsl
        
        Change-Id: I8e05b2d8e62acaab651f8db4098a8877713e81e0

2014-05-25  Caolán McNamara  <caolanm@redhat.com>  [f3c9e8471a83e6ceb9258d3a4ab7d3354adcfb3a]

        Resolves: fdo#79161 sidebar crash on deactivating
        
        Change-Id: I0d559bd8c16243fdc398f6bff0aa915a83a29dff

2014-05-25  Thomas Arnhold  <thomas@arnhold.org>  [622ef7075f6f944ed13b7f8621eccd1455081b4e]

        fix encoding: iso-8859-1 -> utf8
        
        Change-Id: I3643c38345ec253b7c396a67b9f350a51f6aaf40

2014-05-25  Thomas Arnhold  <thomas@arnhold.org>  [49cd54b86edbfe58d18c53f77842e2fd39fb631e]

        fix encoding: EUC-KR to utf8
        
        Change-Id: I49db117b191af624ce3c300ef13acf48301e9bf3

2014-05-25  Thomas Arnhold  <thomas@arnhold.org>  [18927056120c52c2bca88c45b3392e5f31038833]

        fix encoding: GB2312 -> utf8
        
        Change-Id: I1fc0d86a73615aa80fc9bb17167d6bc5b85088d1

2014-05-25  Caolán McNamara  <caolanm@redhat.com>  [637bb5adf7593c26e17e83482e42ccb8fac845a8]

        Resolves: fdo#79178 Crash when opening a form created with a previous version
        
        A regression from c2c530da69152ff9192b9726aa95961803ce9b29 I think. Rework
        this to follow the same ctor + init pattern as the others
        
        move the fillCache out of the ctor to acquire the obj first, then
        call the extra init before returning it
        
        Change-Id: Ia0dc878654780294a4935f07ac70c4358ca51dfc

2014-05-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ddb73c61377ad44baaa83ea92b4445e31b6f58bb]

        avmedia: call resize before player window is created
        
        Since b5529c8c457f442bfc43305becc0c02d6a09ee80
        MediaChildWindow is depend on the media URL so
        it is constructed later and so one resizing is
        missed before creating the player window which
        causes to display nothing in the media player
        (Tools -> Media Player)
        
        Change-Id: I548e6bb73193fccd1735e8343e9c06428ee686bc

2014-05-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [25db60d2e4f1097cdd6a9944e96461fe57658628]

        Partly revert 4ec3554a80f065c2d9c957d6ce7f577fb195be02
        
        mpEvents is freed by other object so using
        scoped_ptr lead to crash.
        
        Change-Id: I28c9d322b5ee5da6edf5022da18b42f59b608dec

2014-05-25  Jan Holesovsky  <kendy@collabora.com>  [a850d96fade014f11bc076fb916fae8c7c5eaecb]

        Update OpenCollada and collada2gltf to the newest versions.
        
        Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a

2014-05-25  David Tardon  <dtardon@redhat.com>  [b421ce79e39867917ba53be7bf69c8a4e7f8a8ac]

        bundle librevenge
        
        Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d

2014-05-25  David Tardon  <dtardon@redhat.com>  [36c3f914261f921a62500c2a80da89489748a6fc]

        build libodfgen as shared lib
        
        Change-Id: I3a2c9f56e87ee6395bd3505a8fe372632e242312

2014-05-25  weigao  <weigao@multicorewareinc.com>  [74042bc601fdf3faf25541fb4959d061bbf6abd1]

        add delete shape function
        
        Change-Id: Ided3902a45c6bb7bf79827849aeca3caaaa40f83

2014-05-25  weigao  <weigao@multicorewareinc.com>  [32b3f7876b3cc87e42b44e595aaefb532f361424]

        fix the bar model generate
        
        Change-Id: I8df87b27dd93f0e11198998869b97754ded3bca1

2014-05-25  Jan Holesovsky  <kendy@collabora.com>  [04e3af7a04f3c4d299ab1f60766dbc052292be26]

        Improve computation of the text area to make it nicer.
        
        Change-Id: I24fb1caedc55dcc297fb013acb63b3c660fcf0a2

2014-05-25  Jan Holesovsky  <kendy@collabora.com>  [8847171b6b848ee92c6679cbdffd6ed06f29ca3b]

        vcl: Document GetTextBoundRect() / GetTextWidth() / GetTextHeight().
        
        GetTextBoundRect() fits different situations than the GetTextWidth() /
        GetTextHeight() combination, so make it clear in the documentation.
        
        These are complex enough that people shouldn't read the code just to
        understand the difference, and misunderstanding of purpose of each leads
        to visually not nice results.
        
        Change-Id: Ida71477cdffbd8290328551bd6ddb4805b96c415

2014-05-25  Maxim Monastirsky  <momonasmon@gmail.com>  [16ba360f2a526654cedfcd4cda230442c3a8a522]

        reportdesign: Update shape buttons with sub toolbar selection
        
        Change-Id: Ie39f1005182da118475fdf9c4e463bfb902d4446

2014-05-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [0ccced3941c003505db64f562431a454415a56c5]

        fdo#39468: translate comment in Window::ImplInit()
        
        Change-Id: Ibf9a7ef8edaa608aa0c13b8e4307e27a6789fa7d

2014-05-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [788228e4aec06501a0e73193ba85fcdeef7efb69]

        fdo#77891 unconditionally disable console streams for WinXP
        
        as the functions to check for a valid filehandle don't work according to
        the documentation. Python in LO-Context is run from GUI anyway, and thus
        won't have those hooked up.
        
        Change-Id: I8bc048463b0dc1a25c1b6ba7422623dda110eddc

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fa97a8b91becb44c2bd56d91a603b76a16c34304]

        some work on mouse scrolling and improved mouse dragging
        
        Change-Id: I3265e26530183b2fc4fd7f67319f3dc124353c2e

2014-05-24  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2d8941eea664031567f4d70f8347dc15befe8880]

        kmz3collada: Workaround for missing textures
        
        The write-only-.dae-file-which-we-need.patch makes the converter
        extract only the *.dae file but textures are stored in seperate
        image files we need to extract too.
        On the other hand this patch makes the converter buildable on all
        platforms, since this only works on Windows originally. So for now
        disable this patch on Windows so here we won't loose textures
        but enable it on other platforms for buildability.
        Later we need to solve kmz conversion properly.
        
        Change-Id: Iede9e3bdd5a68a9002f5fa38da8a6459dda8d805

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [6540350a710bcd194fda42827878e6eb1b3c45e7]

        sc: constify GetCellGroup.
        
        Change-Id: I50d47b19391c6b54570bc3982b8ec22563662983

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [8400f1092d2ac38ff0570837957250f45c6e156d]

        ODS load perf: remove left-over / debugging getenv.
        
        Change-Id: I08bae50685ce52b8329b11b8ca3d083648dfc6fc

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [4a5d600a0ab8b851bd7565e36be3419066145908]

        ODS load perf: accelerate CompileXML for formula by stringify and compare.
        
        For long columns of repeated formula, it is far faster to convert a formula
        to a string and compare to see if the next cell in a column matches, than
        it is to parse the formula string itself (sad but true).
        
        This saves 29s of 131s of load time for my (admittedly large) ODS file.
        
        Change-Id: I48b613eb7131d6eb3902695aa30a1aa1a9ea5f6a

2014-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [17fa344d034df1a1179b4e5961ec3001402a6df1]

        coverity#1158081 Unchecked dynamic_cast
        
        Change-Id: Ia67656ac35d50c1f70045ff8e9084bcc54b0d9a8

2014-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8617afc0a88789722202cd0f30678eaee6c95580]

        writerfilter: unused efforts.sh
        
        Change-Id: Ide86e29584faeff1d4b8a7d6d8a9a59acc725bd4

2014-05-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [1c14618eaf7c2cc15f060733d6f88a5d4ed132f9]

        CppunitTest_sw_rtfimport: the point here was only that this was nearly zero
        
        If the old width was that small, then something larger should be also
        fine. (Seen 564 instead of 423.)
        
        Change-Id: Ife0fd4a55738268cdc1691b90e28b51adba829ef

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5ea67ff9ca1a522a6b72ac51cae5b5a6165d5c81]

        Fix loop test and evaluate token count just once
        
        Change-Id: I354cbb729eed9b78c4af3d684513c3338be4f532

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [6055922e82885b424ac9dcd158092df0ba4b5bd1]

        OUString: constify, avoid temporaries and buffers
        
        Change-Id: I0bbfbb7785b4b8553d7472da15726538040af22e

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5490dea958b656cc3f837238fd9b27eef13a0c3a]

        sal_uInt16 to size_t
        
        Change-Id: Ia2e6b067884bcbab680925b8613dd5a73d1fc3fb

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [554d7bf0d1fe6a0019074a4f68c3205449bf9b7f]

        OUString: constify and avoid temporaries
        
        Change-Id: I20f049ba275225b6429b630dbff07d0eba5522a3

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [a2724474fb5b3a4918074c30640c3353354d012f]

        Use more proper integer types, constify, avoid unneeded conversions
        
        Change-Id: Iaa20e4ecfa0120a443c7079aa6738b8b48c572b1

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [73339dc7d55daace15337f9999dc788739b51961]

        Avoid temporary OUStrings
        
        Change-Id: I8792fce9571ac749cec93a615d6c65bf2e086aea

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [ae8485045ff19444b67cd259efebe64718777bf7]

        sal_uInt16 to sal_uInt32 + some const
        
        Change-Id: I12b04ab7ce15a9a30db6e4dafd64a31f4fca8a88

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [e775953f9b4569d8ec589cbe1403898db7f54497]

        OUString: avoid temporaries + equalsAscii to ==
        
        Change-Id: I9d6eda7f9b047b3d96c80c8dfc8c51b54ee04405

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [f0aaae929377bce4bef285256f62ac55254cac9d]

        sal_uInt16 to more proper types and constify
        
        Change-Id: Ia510ac7d5b38dc6f3910a6e965f1cc154ad41f27

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [352158b811df825233cc10eb4fa20f2611cfaeed]

        Remove unused headers
        
        Change-Id: I67cb5bf14114f9892d2680b7688092cafd9644f1

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [852787151b7a5bee7095fa018dbd49148bc71271]

        Reduce scope
        
        Change-Id: Ie73f3d0f67435d66e8cb3bb2edeb9507bc420c85

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [957ad07e6be28565105d958dfda8858ec7bb9d6a]

        Remove redundant checks
        
        Change-Id: I4357e425e0459c9cc8873eba8a8ed1c5a34e9327

2014-05-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4166f967b68d8ec37ac6163de5a1ea82d0fc76b]

        sal_uInt16 to size_t
        
        Change-Id: I46d85e82376a3135408ab77ad31b76a5edbe9ce7

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [42f2f473305372050f012aa952ef21b5596fd1cc]

        libgltf: turn off openMP usage without any detection code.
        
        Change-Id: Ic823109b812a3d99d8462cf67cd9aa87094bba06

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [d582da903e5cb22bf777aca4ff7d2cdb63673550]

        cppcheck: unreadVariable
        
        Change-Id: I5d897d968ca2640d1d127e799937cc6c3eabaf36

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [3d385fefb9013f31ba3f7b909623afd5fa6b6cdc]

        cppcheck: unreadVariable
        
        Change-Id: If3d480bf3032ec2bd2edc62bb73dd93b00c2cbe7

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [e4f7907c0a69a450c13031b3c9539191643c9491]

        cppcheck: unreadVariable
        
        Change-Id: Iedb0eaa740943964b9f6242f7908099a92077413

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [94bc78d2d4d51bb56cce0ea3af3cedd2f26cdd8d]

        cppcheck: unreadVariable
        
        Change-Id: Ifbcae35c0cf3bdb9ba5c680b1627117c47d6c9a0

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [c2518d1ffb1d8eafa3385e4c9451a56584806b16]

        cppcheck: variableScope
        
        Change-Id: I36c0d491bc27ff93c13b1c497e450646d7151df4

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [66e4c16f138e0b1c2c0f06613f6f23d834104343]

        cppcheck: catchExceptionByValue
        
        Change-Id: Idbb7a68a9517270325fd9ec34c14d663573318ac

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [9d0b6931572362c1771aac98fae5cc50ef901bb2]

        cppcheck: unusedPrivateFunction
        
        Change-Id: Id9634d47b009c4208169cf7f3793ba927ce95a64

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [a7653da3317c4e1a52f6152f42d3d9fe3170918e]

        Win32: fix cppunit test strangeness.
        
        Appending items to our search path for libraries leaves us vulnerable
        to similarly named libraries in the system. In my case some
        $HOME/AMD APP SDK/2.9/bin/x86/glew32.dll presumably incompatible
        with our internal version. Hence prepend important path elements to
        better match our program/ setup at run-time.
        
        Change-Id: Iecf266a9d14d71de6c2e402793339e579ec0b987

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [02638a0865271959e7a424622088eb502721e24c]

        cppunit: always compile with debugging symbols on windows.
        
        Also cleanup some makefile pieces and give better error warnings.
        
        Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [f2a01771ea967c09ceeca47b6159bf993bd33773]

        WaE: -Werror=unused-parameter
        
        Change-Id: If24b57d3372f7b2310ee9d10315d647985393500

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [1413d6bc9902a536c0c67f42d2cb16ea45174fe4]

        convert doc recovery save page to .ui
        
        and a wizard with one page is just a dialog, so make
        that simplification and conversion too
        
        Change-Id: I9f6335007609893308d57d693a18a313bcbb9244

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [e5cc4e2422515a98e11071c7449ca231bd243874]

        Updated core Project: help  7968f8275c52e174046f685b0217830254238f73

2014-05-24  Michael Stahl  <mstahl@redhat.com>  [19b159416d7725ee3e304f5ca67e7d3926d0df92]

        SvxMSDffImportRec: these members are all 32bit "signed integers"
        
        Change-Id: Iee1dab4895970628e5f5c4ee6070f7f67ba2df8c

2014-05-24  Michael Stahl  <mstahl@redhat.com>  [6d431ffb682d0e64b75b6267f369822ff0b0617e]

        fdo#77454: fix WW8 import/export of negative image crop
        
        The negative crop values were imported as large positive values, which
        caused the image to be rendered with 1 pixel width after commit
        2e5167528f7566dd9b000e50fc1610b7bf99132a.
        
        Change-Id: I0e01b9d9a05d90e868699832085a06ba5aab7e54

2014-05-24  Jan Holesovsky  <kendy@collabora.com>  [a0ef37c55febac05f19a2cece0552e68384e56aa]

        libgltf: Another new version.
        
        Change-Id: I784579717674f1caf68ad489d1a931936f6f9651

2014-05-24  Michael Meeks  <michael.meeks@collabora.com>  [f2e0eafabc27228f25cbbe6f23b225420b7da470]

        Stub mouse move events propagation to 3D charts.
        
        Change-Id: If87545df4b1caeece107a20e0c00df88fb8e6fd5

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9ef8f82cb933f598d6bc9641f6bb937fce103ec9]

        much improved camera control for 3D chart
        
        Change-Id: I5acc481db01e2ea66c11933ec05f222858ba36f9

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [20e4e65b656e3c47d2a0115ed3f17dabcb8d30da]

        add a text cache to improve rendering performance
        
        Change-Id: I5b3fbe9476f0eafed4524f57aa7bf65dfd029c1d

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4f8d97753fb48da181c5e7aa277c1d26f092d2ae]

        fix chart background color
        
        Change-Id: I4bda3201dff1094a7fd646c620b016532a4fbc77

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ead6136ba9a5eff7df2c7f094e8fc4d3f5d2428f]

        add text on both sides of the chart
        
        Change-Id: I12d5f5e92bf908bc6d8fbd0e88293e1fcaa31c96

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [72dcc910a07ea1392c243dbf44674622bf79b871]

        remove camera positioning from OpenGL code
        
        Change-Id: I70a654282e8b187bc3d78041c44af17a11b4a622

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9cff642cd51bc70327789f9dc64349bb9b4cb3ea]

        remove whitespace
        
        Change-Id: Ia8b664f09da0008bde48e55a144e63965dd00609

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [904eb232d2df83d72957a93c624edbab0730cc10]

        Revert "add reverse bars code"
        
        This reverts commit 07ef1602dfc48301031dc92d1795a42c2b6d8769.

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [675776170671ba0a1fc1b2bf9e915537cd08b080]

        coverity#441341 Dereference after null check
        
        Change-Id: I7c3df9438d9b81e0f50f8143772b997672ca7abb

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [a5219c79027bce36880270ddbe3a058fa042265e]

        coverity#707241 Uncaught exception
        
        Change-Id: Ia82b685a892c376dbdf5a5b7a8e559bf318b9134

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [64da31ab884ff4a2ceaccfa4adfb2eb62fccdaf6]

        coverity#738462 Uncaught exception
        
        Change-Id: I1450211333d2c04cacc80bc66eb228d5c2e7281d

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [b2011604f881936584756d4eada4073c66f15f8a]

        coverity#982175 Unchecked return value from library
        
        Change-Id: I7acba38a00dfc1101e6217bff098ef7d6f032497

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [6bd53aeb7ab9beec736440e3f372f9954a680f9d]

        coverity#982647 Missing break in switch
        
        Change-Id: Ifa318214079eeb2f903b3e0c4a27c1a807787fd4

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [56abf72c459f7866d84ce3eeb7bf4fd5b7925b77]

        coverity#983622 Uncaught exception
        
        Change-Id: I3b63a42444a116afe7d88e2f806b17a709651e34

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [63387abb5b26225db61234d7b44ed3c2d5002003]

        coverity#983624 Uncaught exception
        
        Change-Id: Ifbd069199d725cd3b0fcc189cbcb2cf7a59f5ffb

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [bcbf642c4c0d076230a7ba3f5c731a615047d871]

        coverity#983657 Uncaught exception
        
        Change-Id: I4feec3aeaf5f7b821a15f3b74f7b2df1f63a6681

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [025387b6e73b15bb3d0263def21f5b5b3ee1d764]

        coverity#983672 Uncaught exception
        
        Change-Id: I1b2ff484906ba3dc85fa4926dbbf45c91a57c6be

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [3467112fbd38d0dac343c21d5e91e6e3554f6827]

        coverity#983680 Uncaught exception
        
        Change-Id: I62baf5b8809d915a4fe6a32788868072d55258e0

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [aca217b5fda22eb73d2fbea29099fe2f67eaabe6]

        coverity#983801 Uncaught exception
        
        Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [94cf2594570576c80287362e83d85c0feec8cc3e]

        coverity#983802 Uncaught exception
        
        Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [31ded1744150cac86c270957fd0fa193e8437a36]

        coverity#983807 Uncaught exception
        
        Change-Id: Ic303dae356690db009b5917168b77da2f2d8d433

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [8bafbd2c40a156b95552d1594396e16a3053bbaa]

        coverity#983926 Uncaught exception
        
        Change-Id: I2b0115d59c312bdce7bdd9c8ae133e07dfb9699a

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [e5c863294abb1204793e0c0dd67f23813df1d522]

        coverity#983959 Uncaught exception
        
        Change-Id: Id2f069576ecacb66cfa461bdca394a06befd765b

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [99faf61bcdfa69b307fefff1d0611ba45e5a15d9]

        coverity#983961 Uncaught exception
        
        Change-Id: I4316d9b2465f2608ac5d5992b5a2dc07d1713100

2014-05-24  Julien Nabet  <serval2412@yahoo.fr>  [372d5d74ad8cfb9b69dc20557359c4a2c1597b57]

        Resolves: fdo#79137  Crash in oox::vml::InputStream::updateBuffer
        
        bt shows:
        Program received signal SIGSEGV, Segmentation fault.
        0x00002aaadba213fb in oox::vml::InputStream::updateBuffer (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:339
        339	    while( (mnBufferPos >= maBuffer.getLength()) && !mxTextStrm->isEOF() )
        (gdb) bt
        0x00002aaadba213fb in oox::vml::InputStream::updateBuffer (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:339
        0x00002aaadba21048 in oox::vml::InputStream::available (this=0x8d7fd80) at /home/julien/compile-libreoffice/libreoffice/oox/source/vml/vmlinputstream.cxx:326
        0x00002aaacf5a0249 in sax_fastparser::FastSaxParserImpl::parseStream (this=0x89aea30, maStructSource=...)
        at /home/julien/compile-libreoffice/libreoffice/sax/source/fastparser/fastparser.cxx:810
        
        Indeed, mxTextStrm is invalid, so let's test its validity in InputStream constructor
        
        Change-Id: Ifed79603e33b64d11eb07656df17824b7f98058f

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [bfda48e498b9c25bdc1f34df9dd23f50e0ea0bf7]

        cppcheck: redundantAssignment
        
        Change-Id: I2e49ab5de06568544e0bd15fdf55fd0c2c37509a

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [75648d6e9723987cab672dca89cf0e5e6cb8e9e9]

        cppcheck: redundantAssignment
        
        Change-Id: Icf71dc6735b9b60f6fea4dc8c78877bb652fbe95

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [347c4f4355624bd820091d125c035dd7a501d018]

        cppcheck: redundantAssignment
        
        Change-Id: I433a4b39f6e0d2db135b998b4b4f1e9621e30659

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [d5cbe627426cd28f48cdab9cdab5a33baeed4ed1]

        cppcheck: redundantAssignment
        
        Change-Id: I657ae67890a7266aa2655c366665ead61a744da6

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [f9b5115200123214a6922eb082f838ffe4d900be]

        cppcheck: redundantAssignment
        
        Change-Id: I1601d5b5dd2ba4ab2c3a0c9d70f337e98e4fe5c3

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [3930127dfbf2a11830b5d35c1d88a7ecfe9f56d2]

        cppcheck: redundantAssignment
        
        Change-Id: I6fcece7f7a77060bfa3cd3d40db3fa4f253cf261

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [ec1c2c566de1bede1ade93e1323def687209259a]

        cppcheck: redundantAssignment
        
        Change-Id: Ia53ac439c785e83de380fddd201ad4159f729cb2

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [f327480933f66e4e8ed64480ad178db98e7c8fb4]

        cppcheck: redundantAssignment
        
        Change-Id: I0eb832395f6a13ce1f372b6b67a1c178bc0dfa1a

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [78608fc9325833e599d8a8c0e65ee1f2c3c69538]

        cppcheck: redundantAssignment
        
        Change-Id: I4c4be0b7eb8957e454ec5fc494cf5f6e29d1dbeb

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [53fb95bf89dbfb0c54379fabbe1a98a542846ba8]

        cppcheck: redundantAssignment
        
        Change-Id: Ia073fff962e53b10a6c65c4898ba2883fa78dbbc

2014-05-24  Thomas Arnhold  <thomas@arnhold.org>  [6da59e247a3b22853e479d059d7b4cc28d456f83]

        cppcheck: redundantAssignment
        
        Change-Id: Ic4a2738aeba8e0446ea2428d5adab3dd11f72928

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [aa453de65b8b44f9c1e6012caaeef11df9ff65fc]

        try harder to fix windows build
        
        This reverts commit 3b26995b8e704438fc3f2cd5bb4c224d75f64b95.
        
        Change-Id: I756e1730f8d9e87484710699177349166b87baaf

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [3b26995b8e704438fc3f2cd5bb4c224d75f64b95]

        Revert "vcl: move included header from end of window.cxx to the start"
        
        This reverts commit 4968f83c770edac72cba6ecd81cb096c62e6456a.
        
        seeing as its seems to stop windows building

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [96e6f65907e68d72d61acf6777d5f615c27ed696]

        coverity#983964 Uncaught exception
        
        Change-Id: Ieb298e45512ab4c0384ea2d7ef6adcc4adc39923

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [f3ba1de5e55e56113050752ef0676cdb880f417e]

        coverity#983965 Uncaught exception
        
        Change-Id: I79a505eb9fbc7be6e70bd1098d47a6e8be1e04ed

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [652eb268f0902d96a359ef803c3d8ac0721ca7ac]

        coverity#983966 Uncaught exception
        
        Change-Id: I4928d7e9c9f4cd0dd3f6b1236da9283666766a47

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [26055db273f6ee5da37b56f5fc5cabd7d2d1823e]

        coverity#983968 Uncaught exception
        
        Change-Id: I316fba5afdc0ca913d9932eba8a35ad3a9bf0bbe

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [9329cd7fbef877e32d65f046e19004186c2625da]

        coverity#983969 Uncaught exception
        
        Change-Id: I56c8145f45da3f3265ddcc22a011ec6111b0a8ca

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [cbb853731affe0c57095a7092bf046bf04eadfd9]

        coverity#983986 Uncaught exception
        
        Change-Id: I2ed7ed82e1680435bc899d8113efc12874d206f6

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [68f383eac5cde1cd1e8d3f5ed61e65f3c98507d8]

        coverity#983991 Uncaught exception
        
        Change-Id: Ic3bfd8b137f750b84ee584b74ad4fba6fc6220e4

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [87bbc7f9b20ed751f082cc56c424e3059964d972]

        coverity#983992 Uncaught exception
        
        Change-Id: I9a074690d1cc85ec48633e3fae46c4d15186108f

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [0ac9d7a4a8467e1fdedfda5939524ee7ef1d073c]

        coverity#983993 Uncaught exception
        
        Change-Id: I3321f847e6aeb3435f8c2dc77c495d1d4c027007

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [2dc4632f17102f797a62675296bfbd8c58c53649]

        coverity#983994 Uncaught exception
        
        Change-Id: Ie74924e0222f9d3fbb3bcbae9242399f50b64a18

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [d6e0201fa9917b501b9c3c055c903ce755690953]

        coverity#983995 Uncaught exception
        
        Change-Id: I2ba52bee850646a82153df898fb73e2b01720598

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [a71f7409c50ec02f73aec63605605625ddaa52a2]

        coverity#989714 Unchecked dynamic_cast
        
        Change-Id: I0be5ad2429af7667ccea4ac491ad661eec67d398

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [c51fe1cf11cfe919b39966bb40f5be0f2e39d2a3]

        coverity#1000603 Unchecked dynamic_cast
        
        Change-Id: Ia750c9cc1c6a4182d220ad22013ac1450c498539

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [15e030839b53554c722251660a7bce4a0176b4df]

        coverity#1000843 Uncaught exception
        
        Change-Id: Iad3368c1345b0c9674c069ff7981d3c40f7f7139

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [2448ed63610dffa54d4ec988628a3f7e29a3ecf4]

        coverity#1000844 Uncaught exception
        
        Change-Id: I2e322d4861da05e04dfe19fa15f9bc281e1ef0d8

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [83878c413dbe99f753e0a2f803fb5ef369eb8b26]

        coverity#1000845 Uncaught exception
        
        Change-Id: I968baef18f9a14301d69a5eaad07ceb8b9633062

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [2235d53bde2c8be7ed07e5cb2969e236083da4df]

        coverity#1000846 Uncaught exception
        
        Change-Id: I4e92ad97e7b3567c028d63ac0936fa9cdef12e24

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [eb410d6dddeecc2b6c0c13cb57b39cd59012c250]

        coverity#1027647 Unchecked dynamic_cast
        
        Change-Id: I89a4cf7a8146205bc5c70e8e34111ff54afc5cf3

2014-05-24  Caolán McNamara  <caolanm@redhat.com>  [8e304f80bbb7e2d6bab449d97bc6cb59d73069f3]

        coverity#1027650 Unchecked dynamic_cast
        
        Change-Id: Ic1973463e4c6d85bbfacc077f58f7d1fe16de73a

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [10c14f13a7bc314ccff41c60c7e1d6fdaae19450]

        improve the bar and text positioning
        
        Keep a bit of space to the border and move the text a bit away from the
        chart area. This makes it look much better in my opinion.
        
        Change-Id: I1eee505e8361cbc0e3ca859d74a96af880451198

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e41c33b376d8b5776e400979eb8544db596c5bbe]

        make sure that OpenGL charts are rendered after import
        
        Change-Id: I3701a7593d7394abc39532a87b9aa50a3c92d457

2014-05-24  Julien Nabet  <serval2412@yahoo.fr>  [2ed32f7afa712992486ad516407d30bce85b3530]

        cppcheck: Prefer prefix ++/-- operators
        
        Change-Id: I290ccba1487e59ea6f86bfb0382671ca4ed50831

2014-05-24  weigao  <weigao@multicorewareinc.com>  [fed8631d31c4598466ef0d09f509bfabd5ce9dd7]

        modify the camera position to show the whole scene
        
        Change-Id: I0d197295046a478d59f4260f2931fbaec9a17a33

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08c1c406055f689ef70725a13770037d7d420d5b]

        the destructor alreadz clears the vector
        
        Change-Id: I085e3463251a7d73be9724ae56bd6aa3fcf50a34

2014-05-24  weigao  <weigao@multicorewareinc.com>  [2d3d63a3da88373e15c0218a9a417ad20db8b85a]

        fix the calling of polygon API
        
        Change-Id: I14d7e8594dae86830ca05aeb28633feac0a258cc

2014-05-24  weigao  <weigao@multicorewareinc.com>  [7c603d4a2313de4c870e0db792e2d7fd3dc02efa]

        fix the polygon normal
        
        Change-Id: I89f27b409cf04f98f90bdc61396a8c58ec91d7f7

2014-05-24  weigao  <weigao@multicorewareinc.com>  [f09e3210014a7b61f1b4bb995984e8076f519281]

        fix polygon render
        
        Change-Id: Id808ce630f6b3a15a31fdcfac99b332ed5f7f29f

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f3c47df81680fc220cc9c0b9c8aa447a9cb65ad4]

        adapt code to the text mapping fix
        
        Change-Id: I8fd22529a0749f9bf1bff75534dca61f2f65312b

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2c75e669689107687183e0ba34b00c22056867a0]

        map strings correctly to 3d objects
        
        Change-Id: I21b62a869b89c23ddba75eb8c33c30a73160098b

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [609d16263ff303c1c2dd1691e90b6731ea03e7c4]

        GetTexBoundRect does not really return teh bounding rectangle
        
        Change-Id: I66c996dadab51debc39a50c5e93e8c6a76842ceb

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [66120256587c88d8746095485ab0d12aea9232a6]

        add ostream operator<< for glm::vec3
        
        Change-Id: Ic3ce4a647936f3f1c62c2dc3cf37f687d8fbccc1

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [53fb2cd4539aedd4b647d01eb0421c14d3da4f23]

        improve text rendering
        
        Change-Id: Idf2b0129f9d72739e934c65ccf40acf0b3000a5a

2014-05-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d9b9f50242ece39f9ecbbb24128ae3eff4c3319e]

        avoid the creation of empty text
        
        Change-Id: If1be3f50ed4ceac40b513b341f411fc2d2533f7f

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [e1f161e8c23a612172e3a3459e9fbef7fc7b0c89]

        vcl: remove unnecessary headers from clipping.cxx
        
        Change-Id: I00a1424ca44dd5d7a4acb629e604616b85621096

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [365f645df6e9622f9de3e8a3a19b2a259295e3c4]

        vcl: remove newlines from stacking.cxx
        
        Change-Id: I005005f716cfe89bd59f157be80a985e2964c47c

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [b6d6e6593d4ae950ddcf9277308e7fa025119814]

        fdo#39468 translate German comment to English in clipping.cxx
        
        Change-Id: Ic82eede229e4eaab8922de92fd750b1564578ed7

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [4968f83c770edac72cba6ecd81cb096c62e6456a]

        vcl: move included header from end of window.cxx to the start
        
        Change-Id: I7fd3e8965e4bf236a29225472d30d06e59a039fd

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [474f48492547ff28803ee44dcd3bccb48f533a3e]

        vcl: odd conditional whitespacing removed
        
        Change-Id: Id650bd53d8ff9bb9575dd8a6c9fdd7cd94fd8b82

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [9acc48f904317cc51f6de2c0e530366f4a1246fe]

        vcl: remove comments about old tasks in Window::ImplCallActivateListeners()
        
        Change-Id: I61cf227712c6cd9c9c817a451d6b2c5ccb57368b

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [adb7236edc10c1ab8d53ddd160053e378ce59189]

        vcl: remove commented out code from Window::HasFocus()
        
        Change-Id: Ic3b1340cf6ba19d43d31570f9643ae0451e1fbac

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [468335ccf079a36e789bd0ea3fc55dff01dd04db]

        vcl: remove commented out code from Window::HasChildPathFocus()
        
        Change-Id: I349f6a09ee1ee7bc66c8dd3790761cc0418948eb

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [6438738f844e43f4a883beb69a4a2d144da9c31a]

        typo in comment
        
        Change-Id: I119d0e5e2ea80ac37a2f806e5a3b196742d4aa76

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [b26477e70681799f1d34bb32a5c2beaff714ef59]

        fdo#39468 translate German comment to English in vcl/source/window/window.cxx
        
        Change-Id: I273eee24a110f1980948b4d330ad6492a089c74b

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [7915c3958990684f259df3745b74687ab1ad3416]

        vcl: remove name, email address and date from comment
        
        Change-Id: I4f4b4a9551210329fd324371ecb814fdc6855146

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [b5fb6b53c6a5f7aa9afd72d02b14737e23b3c0ed]

        vcl: remove unnecessary commented out code in window.cxx
        
        Change-Id: Icd8f53baf5fb9b3a311561da430b6dc9212c8295

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [cfbd338c6af9a15f15aef999df5562b59a46ee9e]

        vcl: move functions from window.cxx to stacking.cxx
        
        Change-Id: I397c7b446d9a93916cd6489ee68178bdde3a45cf

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [f0d74afc781e69e1ae4d7d51cf5259cb1fcb7945]

        vcl: rearrange function location in window.cxx
        
        Change-Id: I37db5776a3cb28de2c4fd7938566f7f3b2e2b8b2

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [18a68697eecfe318bc88e303fed4e5e17457b0ca]

        vcl: tabify WindowImpl
        
        Change-Id: Id348b2d2d4003777172df1c921e7ea6db5c11762

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [94261e6382951f9d71f4ca30ccae97fb034c0007]

        vcl: remove unnecessary headers from window.cxx
        
        Change-Id: I80d9d456dc9cf99bf9bfa05571d42774f43ce577

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [91c8afc0650884ac82cb5625dd0c9b5af45dd377]

        vcl: remove unnecessary headers in clipping.cxx
        
        Change-Id: I9b654b9ce51509bb84c7ac22c0e008e47adf1921

2014-05-24  Luboš Luňák  <l.lunak@collabora.com>  [5510f563502168defa4ccfc54214d781a7c92868]

        discard more header/footer stuff when discarding headers/footers (bnc#875718)
        
        782adba4d436c65cdf85d48f28486321873b15ed discards unneeded headers/footers,
        but only the text, not e.g. frames or fields. The test document therefore
        ends up with a frame with a page number inside the body text, because the text
        in the footer it should be anchored to was discarded. This commit fixes
        this by discarding more (although probably the whole header/footer
        shouldn't even be parsed to begin with).
        
        The test from b349d2483e1fe64316d87b55d0b3b4c8f2293e2e actually checked
        for this incorrect frame, so change that (the whole test is suspicious, as
        the end result is quite far away from what the original doc looks like).
        
        Change-Id: I2e7192e00237db1f030d0524c5667fe92c9e496b

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [57b1bac23b610f63bdb146fc84eaac7c22ec7e37]

        loplugin:saloverride
        
        Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [0086754e8dca3772547a9a07c4d1f10a5837b667]

        For now, work around sporadic SwNoTxtFrm::Modify failures
        
        ...that appear sporadically in the wild but are decently reproducible at least
        on OS X when changing the DoUpdateModifiedOLE timeout in the SwDoc ctor
        (sw/source/core/doc/docnew.cxx) from 1000 to 100 when running
        CppunitTest_writerperfect_writer, caused by a bad static cast from an SwOLENode
        to an SwGrfNode at
        
        SwNoTxtFrm::Modify
        SwModify::ModifyBroadcast
        SwModify::NotifyClients
        SwCntntNode::Modify
        SwClient::ModifyNotification
        SwDoc::DoUpdateModifiedOLE
        SwDoc::LinkStubDoUpdateModifiedOLE
        Link::Call
        Timer::Timeout
        Timer::ImplTimerCallbackProc
        SalTimer::CallCallback
        -[TimerCallbackCaller timerElapsed:]
        [...]
        -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
        AquaSalInstance::AnyInput
        Application::AnyInput
        SwLayAction::CheckIdleEnd
        SwLayAction::_FormatFlyCntnt
        SwObjectFormatter::_FormatObj
        SwObjectFormatterLayFrm::DoFormatObj
        SwObjectFormatter::_FormatObjsAtFrm
        SwObjectFormatterLayFrm::DoFormatObjs
        SwObjectFormatter::FormatObjsAtFrm
        SwLayAction::InternalAction
        SwLayAction::Action
        SwViewShell::ImplEndAction
        SwViewShell::EndAction
        SwCrsrShell::EndAction
        SwRootFrm::EndAllAction
        UnoActionContext::~UnoActionContext
        UnoActionContext::~UnoActionContext
        SwXTextDocument::unlockControllers
        writerperfect::test::WpftImportTestBase::load
        [...]
        
        Change-Id: I8903cf6890c3cf526768939dca2438fa2d978310

2014-05-23  Julien Nabet  <serval2412@yahoo.fr>  [06afd4067f7bc321d7dd0a4e8c235b0b21e3d49a]

        Resolves: fdo#79139 Crash in SwDropCapCache::CalcFontSize
        
        Minimum of nMaxFontHeight must be at least 1
        
        Change-Id: I35462fc069c7026958e597c2e0605345ed009c91

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [b36ccf58432cf794c66ce272fcb23f79400adff5]

        get stoc to build again
        
        Change-Id: Ie4f04f8d5daf4af66057ec1ead4372c2ef0e7056

2014-05-23  Oliver-Rainer Wittmann  <orw@apache.org>  [597ae8dd9c28ee370874b219d594fa1c105f2c72]

        Resolves: #i124966# keep picture format information
        
        - <GfxLink> instance - also for the reading of preview picture data
        
        in order to avoid trouble on save in case that the preview data equals the
        picture data
        
        (cherry picked from commit d6af1b601bb8fe2569d17e01505f67e1becc9366)
        
        Conflicts:
        	svx/source/svdraw/svdograf.cxx
        
        Change-Id: Ifecb07b4d5d33d593502fccd6f21644893027d2d

2014-05-23  Oliver-Rainer Wittmann  <orw@apache.org>  [05e07167e422caf58d23ff883edda30acc3ba88d]

        Resolves: #i124946# only apply new embedded stream name...
        
        for a graphic, if is already has one.
        
        - needed correction for the fix made for issue #i114361#
        
        (cherry picked from commit 23a4bd91ceb89e5e0a2413f80fc987db106a0bc9)
        
        Conflicts:
        	sw/inc/ndgrf.hxx
        	sw/source/core/graphic/ndgrf.cxx
        	sw/source/filter/xml/xmltexte.cxx
        
        Change-Id: Ia9771932ae5b380ccae9b0a3cbb79d41f5d9bdb8

2014-05-23  Julien Nabet  <serval2412@yahoo.fr>  [ac76cc7e605b1bc9c0ff8e24d0b9995a8247074e]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20
        
        Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68

2014-05-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3191d7d1302dbde2445b9f300b3eb853120ede65]

        collada2gltf: one more URL usage fix
        
        This one caused empty images and so textures were
        missing.
        
        Change-Id: Ia1e93270b7f5ec560b39a41d207e84171bb2434a

2014-05-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4359ec6b0b89add9176df512fd50ba0d595c58db]

        avmedia: remove unused code related to fast-forward
        
        One part of that was removed by:
        55d52165df003d253d813f3ea7085f4d89fdb3ce
        e.g. setRate()
        
        Change-Id: Ia5def0150029c1597cd505bbaf740a42819a7c73

2014-05-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4ec3554a80f065c2d9c957d6ce7f577fb195be02]

        avmedia: avoid segmentation fault during destruction of media window
        
        mpEvents is not initialized in the destructor any more:
        b5529c8c457f442bfc43305becc0c02d6a09ee80
        
        Plus use scoped_ptr to stop memory leak.
        
        Change-Id: Idaaa274e39c1ac34270ae5b0acdd237ee5aec1c3

2014-05-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [dd1f8ac3575a929e71b39d5f7043be057ebaa727]

        CustomAnimationCreateDialog: select previously set misc animation
        
        Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d.
        
        Change-Id: I8777fd8fa3e31c67b6645044d262fd4c5f645634

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [eaa3f8e160a4ededb685bc38daf7a33b7c7eaf90]

        drop unused template
        
        Change-Id: I3668d9b5cff71aae1598f87f09ab82bf66ace71e

2014-05-23  Herbert Dürr  <hdu@apache.org>  [5456a01fef615653fa303def6d9c6b1a7f0773cd]

        Related: #i124191# small cleanup for salframeview.mm
        
        clean up some minor warts while the behaviour remains unchanged.
        
        (cherry picked from commit 8ba6a0be8a0ac9075b2faa68bf71245f4aff0d16)
        
        Conflicts:
        	vcl/osx/salframeview.mm
        
        Change-Id: I613bf0f40429db6516f82e79438e86bffb7f71cb

2014-05-23  Oliver-Rainer Wittmann  <orw@apache.org>  [12dd68e3d20ad36ebe7cb40a600215f6d2b7b6ec]

        Resolves: #i124717# do not mark *.svm graphic files as *.bmp graphic files
        
        (cherry picked from commit a5cfb91f3dc4b38055fb920f65101cc45d52f8de)
        
        Conflicts:
        	svtools/source/filter/filter.cxx
        
        Change-Id: I43f62a453bfa17254cebc07bde95f07f16a329c2

2014-05-23  Oliver-Rainer Wittmann  <orw@apache.org>  [192abfb36b8a4859879fcb49326d59ed62083c8d]

        Resolves: #i114361# provide and accept changed URL...
        
        of embedded graphic file during save (ODF export)
        
        (cherry picked from commit a90c007908eb3f66e28a9ea525729065db652b6f)
        
        Conflicts:
        	sw/inc/ndgrf.hxx
        	sw/source/core/graphic/ndgrf.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/filter/xml/xmltexte.cxx
        	xmloff/source/draw/shapeexport2.cxx
        
        Change-Id: I9d4a02af2561467fe1a66f036b55d6dcf2429986

2014-05-23  Tsutomu Uchino  <hanya@apache.org>  [e0eb5fa849c5680031f809a1440a35cbd6b58e93]

        Resolves: #i124204# make fields empty on the auto text dialog...
        
        when parent node is selected
        
        (cherry picked from commit 3e285da1115b83bfd168567d561615fb3ee3e6c9)
        
        Conflicts:
        	sw/source/ui/misc/glossary.cxx
        
        Change-Id: I9ef8b28e55a27d4b48432b50678e1a8bc19e0935

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [90b4c3a888de093a2f42318c5caeb5419e0e7d1c]

        coverity#1103737 Uncaught exception
        
        Change-Id: I53aab00dfad0310a7846fdf7185c50036329343c

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6878f0debf38ba93aa5fad6c303a3c9e8e12b2ed]

        coverity#1209381 Unchecked dynamic_cast
        
        Change-Id: Idab888e866fa08e184b51b8209a4154062d61041

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [3d39e41e1f07c481d741678b340755dfaef7e4f7]

        coverity#1209494 Explicit null dereferenced
        
        Change-Id: I9e51f2af30f1e0a38079d76db93bac4fe65d13b2

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [4dc0263505d05bef61d8dd7c392b168edb0a3724]

        coverity#1209950 Uncaught exception
        
        Change-Id: I92da2ae224bab6d4781463c096a35ecaec6fecc8

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [b695519ab991e6f2844625a25a3f4901c673263a]

        coverity#1210006 Uncaught exception
        
        Change-Id: I9db3763ed1217e5560d092e689101dddd8027efa

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [7f88a26e172f303ebd34cc4ddff70171676d6346]

        coverity#1210018 Uncaught exception
        
        Change-Id: I3033f3d84c5c7835c4f1f3809ff343abe8958fef

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [ae08fe4327f6de11004a2d781883ddd2fa8a6558]

        coverity#1212683 Logically dead code
        
        Change-Id: I5830c17a98c7dc193abdb5854c63aaba59e5e014

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [783859e861a421138baba25fada94bc05a929bde]

        coverity#1213088 Dereference after null check
        
        Change-Id: I86ddf93e18594e9199dbcddca3ad32a58d5987dd

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [57223dbe8f38508dcf478961d28ffeaa5cb3c227]

        coverity#1213120 Unchecked dynamic_cast
        
        Change-Id: I170e392fa883936f835f60ec4798548701f2a3d8

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [b982a0cc7c3c8d668b77a80dde7859f3297752da]

        coverity#1213149 Missing break in switch
        
        Change-Id: I4978c8d36052119637acdda8121a511936a81cea

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [5ff1c499d45789cb1af29cc7ba8c0139c7c3b77a]

        coverity#1213245 Dereference null return value
        
        Change-Id: I53dc316ff15ef23a79774d4894aa0940622e1311

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [40c77417d18fadebe59b2e1b2e71cadbfc06bba6]

        coverity#1213283 Resource leak
        
        Change-Id: I5002f3e935edcc9f09603a5b535e2b339ebed402

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [ecbc0a3cc7da9fb5c209c468abbccf6cb731f4be]

        coverity#1213450 Uncaught exception
        
        Change-Id: I577b699d0d6b63d81565b0e2e6f2e0a96e87078c

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [40507db2c27bdfffcb25501af88e6d98dcbac96f]

        coverity#1213513 Uncaught exception
        
        Change-Id: I04a05773891d680100ee1551eac21e203477935b

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c6f72b6a7ca7d64bd9386b0459ceccea1230bfe6]

        coverity#1215320 Uncaught exception
        
        Change-Id: Icbc9f370573eda2a79c04825b00db77d1bf1924f

2014-05-23  Ulrich Kitzinger  <ulkitz@hotmail.de>  [6eaad9e41ae95a3d973e72439ef580349e3e8e4b]

        Resolves: fdo#58187 Expand and Collapse should be virtual
        
        regression from ac7acb0ab1329913b0cec79790adcde0263960be
        
        Change-Id: I773871f08f43a8abadfc5ef9b641db722deb7d20

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [4cb41493edd162a83975e7b7604a3bf4ca43a578]

        Add SAL_INFO tracing for CoreText calls
        
        Change-Id: Ie60e0b64a2d9d8a045cb3c59fc781d6f9b2808a0

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [b8624e120e6e2643b0b9c7497177c659389b94d3]

        Output record types symbolically in SAL_INFO
        
        Change-Id: I57665f39f9921a11e855d0574f836ef52078660b

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [388e2d5224cf8d0a3820bf02602165f5caf36431]

        Use CG_TRACE consistently
        
        Change-Id: Icff6aa906b0c470afdc4c632896fa5087eeeffb0

2014-05-23  Luboš Luňák  <l.lunak@collabora.com>  [8100131214ac2ee46b632703d8ba2babeaf3b5f6]

        force posted events before timer timeouts in KDE4 event loop (bnc#467278)
        
        In this particular case, basctl::Shell::onDocumentCreated() and pretty much
        everything in basctl/ it seems operate on the current window. The "OnNew"
        event that triggers this comes from a timeout generated who knows where
        for whatever reason. However, the code "knows" what the current window
        is by having basctl::Shell::SetCurWindow() react on events about the current
        window changing ... which come from posted events.
        
        So, unless it's defined somewhere that an ordering here must exist, this
        is inherently racy. At least generic and Gtk event loops appear to always
        deliver the posted event first, so force the same ordering in the KDE
        event loop handling.
        
        Change-Id: Ia098f6b45e6b5a5133a12a9172eb09069e6362f9

2014-05-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [653e4adddfc80aeb91c1d21c18e95b3986c85c54]

        fdo#76824: Proper way to parse cell address strings.
        
        Be aware of the variable address convention.
        
        Change-Id: I37ca38758f055e7799cadefafda61174ea3cbf9c

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [8640859d6898943506f28be46c7778a677893ca8]

        WaE: private field 'mnId' is not used
        
        Change-Id: I406ebb303b1f36f827c3cbf33f8f4cf3dcaed2f1

2014-05-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [943f82a50bbf003ce61e22cff27c3481573910d7]

        vcl: remove commented out code in ImplSysObjClip()
        
        Change-Id: I21f342ec0e065dccc08a777da6d4fba296a7f345

2014-05-23  Eike Rathke  <erack@redhat.com>  [e0480c81a956751e48f8ef36a41c3062c1bed345]

        do not store invalid date acceptance patterns in configuration
        
        Change-Id: I78cd8b304db2243fd105d4b13421b6ea0347e042

2014-05-23  Eike Rathke  <erack@redhat.com>  [3d79d4ae3dff4305fa0808c34d3fb14bc0fe1e82]

        make this a little less confusing
        
        ... and change to a friendlier red for invalid patterns.
        
        Change-Id: I19488abd496b144439d7918dc31cfd3f5f4fef92

2014-05-23  Eike Rathke  <erack@redhat.com>  [04ccece7299ac1e57488e5ef36af122edeec2aae]

        feedback color indicator for invalid tags
        
        Change-Id: I235e32587779369c139aedd1961b37d8fcad8f53

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2ce981dfb40c36797620e8d026f616571b98082]

        don't enable debug renderingto png
        
        Change-Id: Ib15c3fb2f2dd61a9bbab9b6c47866e15c8a7659a

2014-05-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [77b320118b4ce837d038d6cb8eabb1d959010ae8]

        we need to map 100th mm to pixel also for the import
        
        Change-Id: I09084d67283b10e024ed926dc0e8d38030d28713

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [5befa0c5c28bce987eb862e7c5bb11abdf8fe81d]

        Correct #endif placement (avoid linking error for TiledLibreOffice)
        
        Change-Id: I37577456740b4dd255df22047ce7740bd1e43ace

2014-05-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [81c492ef18b04cc283561018d69818cbca7f83ef]

        fdo#79011: Properly implement the search results dialog as modeless.
        
        It's unfortunate that adding a modeless dialog is such a pain.  But we
        still need to implemenet this properly else we'll leak at best, or end
        up with tons of weird bugs at worst.
        
        Change-Id: Ie03260f288fad76f994d0ca6a8b1feeade299ffd

2014-05-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [d58318952f05a1985d3f140d55326659eadd67e4]

        fdo#77993 actually impact 10.6 too apparently
        
        Change-Id: I4b3724159be64609f1e88b63ccd9275d164fcb3e
        Reviewed-on: https://gerrit.libreoffice.org/9426
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-05-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [28207c36c3b68af1d09f68e1ae022b21cda976c5]

        sw: Properly embed .xls sheets in .docx documents
        
        Word requires exactly the right relationship and content types to open
        embedded documents properly. The case of xls sheets is different from
        xlsx so we added it to the exporter.
        
        We know if the file is a xls or xlsx using the ProgID field:
          ProgID="Excel.Sheet.8"  -> Excel version 8  -> xls
          ProgID="Excel.Sheet.12" -> Excel version 12 -> xlsx
        
        Change-Id: I80bae0eadd4af2fb9793c8f6581b3f288fb42c09

2014-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [fafe3063bf4aac2e373e3178c12f5969da092203]

        DOCX import: tokenize <w:ptab>
        
        By changing the resource to Properties, the defined attribute tokens
        actually show up, and the \t characters still arrive.
        
        Change-Id: I37b32c4fc049b74d3bebada455b2acf47b66fc5f

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [fa2fcc2074ac102d8592fdf2b429ef369dd501f3]

        external/python3: Fix memory leak in configure check code
        
        ...that LeakSanitizer would complain about, causing the check to erroneously fail.
        
        Change-Id: Ieaef38576afd6196d38f395d48fd1bc92b22ddb6

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [67825fe270d52b78c81cc1c1c37486c11bad394e]

        dlclose confuses LeakSanitizer
        
        Change-Id: I2bebbf1615ddc3619bcc3bf940f70c0967ce8534

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [26cf118247855bb5caeac3d8e68906fbcfcdc837]

        Fix undefined misaligned writes
        
        Change-Id: I8ad64babd43c2a692c305f3fa56331edb6d502ee

2014-05-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f2dcc78a379c9bd5aaf93b2ed00649b28be7a6e1]

        fdo#78833 Add Fomula Numbering and Lorem Ipsum autotext to some locales
        
        Change-Id: I6236427c31e33cc50a89d6d836fd637ed9b48f05
        Reviewed-on: https://gerrit.libreoffice.org/9446
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [fed7156496115e015bffe2b89861870d076c5d78]

        fdo#78833 Improve AutoTexts for all languages (mainly FN Autotext)
        
        - AutoText FN (Formula Numbering) for all locales:
          - fix name of table and equation in localized name i#93627
          - remove size attributes of equation preview to use default font size of
            Math equation
        - Add a real nosense dummy AutoText based on wellknown "Lorem Ipsum"
          (LOREM+F3) for all locales
        - fix some typo mistakes in French (see fdo#78833)
        - fix all Slovak (sk) files:
          - remove CVS directories
          - remove empty pictures directories
          - create manifest.xml files
        - add empty mimetype file at the right place in standard.bau files for
          all locales
        - rebuild manifest.xml files for all locales (with DOCTYPE)
        
        Change-Id: I0f1745138dfcec1c9cccd86b8daa89fea47e5b17
        Reviewed-on: https://gerrit.libreoffice.org/9408
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-23  Noel Grandin  <noel@peralex.com>  [7d4924a4028963697952af17a27c32c1ec4e13ef]

        improve parameter flow in cpputype.cxx
        
        after commit
          c5d47c327a57df55
          "add default value for Context param in uno::Exception constructors"
        
        Change-Id: Ib429b58c559ecd48764a8df2f49d5470057c2c63

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [6ba6f1faba646e0b400aca52728f723449926db0]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I57eaa91b4c9f7fe5e3afc6f170f19492352fb633

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [f13e5b284598ee5eb855c19bc7e02ba7e2d1af1a]

        Add some more source files for debugging convenience
        
        Change-Id: Ic058067f4114662569433801d8627e1c6fe648aa

2014-05-23  Michael Stahl  <mstahl@redhat.com>  [974492a0a02ade14d1ed300016fdf3be8ceef12e]

        sw: try not to include sw/souce/core stuff from sw/source/filter
        
        Change-Id: I21f1de79ed0a6df73afc53d1c93450f9eef23ac6

2014-05-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68ec7f482812da5534844028915d4e376af39e50]

        Forgot to remove debug statements.
        
        Change-Id: I7653efc19bf590bb5456128b270dd1d59c974599

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [882bafb8d83d76f15a42b02fa50f83524b0f2197]

        coverity#1078598 Unchecked dynamic_cast
        
        Change-Id: I939e6718d785f96ad7726d59e7c1a5b5666e873f

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [2fc3b4173f3e5a539a7cf596dffe7067a8a3ec09]

        coverity#1078582 Dereference after null check
        
        Change-Id: I3b972510871f36a3c7877b38d3a012aa88acf4c5

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [a5a1f885f080bc6e2053b86cc3a71bfa912f9bbd]

        coverity#1078575 Unchecked dynamic_cast
        
        Change-Id: Ib4b7c2dcfa42aea0866806684a3949d35e796b27

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [7ebbd60b140c7b1ea4ad707d22d5c12000a3daa4]

        coverity#705475 Dereference null return value
        
        Change-Id: I75c4525bf6e04ac25c0d9ab2f926faf40b82739b

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [df184a5352c37b839e6dea9c7145aa8501eb74fc]

        coverity#705484 Dereference null return value
        
        Change-Id: I8bdce34356b50e3b0add4ddedd26bb47d67114ad

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [32ee6a4f6481342f63088592be12bb50e5e80e76]

        coverity#705519 Dereference null return value
        
        Change-Id: Ieb164e6c7349120311ab8cb6f74cec7b6851132c

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [cb20d7c3e397a483abeb5eb94ec63a009b3d0cd2]

        coverity#1187682 Dereference null return value
        
        Change-Id: I52740129dc7c6c8d6f47850cf32702ead4643e63

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c5920fe23a0e4b2cb333125f3315063d4a58f2b5]

        coverity#1187686 Dereference null return value
        
        Change-Id: Ibbebba7bf421bf7f328a940c7f3d5295c975573c

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6ae8ade6410881f2f01d57968abc8463750f18a8]

        coverity#705865 Dereference before null check
        
        Change-Id: Ib7b57da47d891725cd33073a8e7ed2f4baba74e9

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [71d21de098ef0c4d6a8f553868f62f8ef4d5fa87]

        coverity#705860 Dereference before null check
        
        Change-Id: I05f23c5d1581f6673660d59f7fe7e5f89d7d0919

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [afe26bb8942fa8ff45c0403c933169a94aaa26cf]

        coverity#705818 Dereference before null check
        
        Change-Id: Ie34e0df8ce38c58f5397942e53c55f6cc091b69d

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [fdca2dd57d23d197bf45bf3f980d5b16b0977cf6]

        coverity#1079283 Uninitialized scalar field
        
        Change-Id: Ib849ff0839bba80d5695c0f78dd18448b668ec78

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [1bbf556fd32db23266b074b85e9932f98c3a61ee]

        coverity#1079282 Uninitialized scalar field
        
        Change-Id: If20b1108af89dec75d8c6a232290ab28e51d09d4

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [cd0ad2bfcd8f7cefbe0d00c525847d12e8044247]

        coverity#1079281 Uninitialized scalar field
        
        Change-Id: I17dc424d485053d3eb09e8eb0dd01dd4b4672bfd

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [f67b571c3baf14b206f6177d1d7e75a28d068439]

        coverity#1079280 Uninitialized scalar field
        
        Change-Id: I57de2b441c6a1d04c0ea54ad4ff1a66989e0cac8

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [7fd719f9ad0698daa10ccb6b65cfcc9c8d0c2d3c]

        coverity#1079279 Uninitialized scalar field
        
        Change-Id: I8b9ac5da3a7c137edec3688cc712079685039c26

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [127eeaa09f8ef744bedf366b6f66e01d23c9e7da]

        coverity#1079278 Uninitialized scalar field
        
        Change-Id: Ie5f9629340632b8ab17e3fc940dff8195f7673ce

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c755ddf70bc06c841354458ff131c681291eadd7]

        coverity#1079277 Uninitialized scalar field
        
        Change-Id: Ic7c05f298fec49f1336ab55dde31574a39ebe73b

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [748c65b1f19d5e7426cf93c82bcc5d2de4fcf2b8]

        coverity#708104 Uninitialized scalar field
        
        Change-Id: I3b35046fd10a779b3a0f6efeadf0ea7f4d3132da

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [612848165794c8ed982125aacae9e4c2467d0d7d]

        coverity#708018 Uninitialized pointer field
        
        Change-Id: Iea2f47a8a65447ebe9d25cfa1f4704426872c093

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [f056fd9852927f6c4aceb8b17b7a595238401aa0]

        coverity#707758 Uninitialized scalar field
        
        Change-Id: I39954506deafc42e854d556170417af67f5461b2

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [d733a88e61631094bece5d1490ecf8f71877536c]

        coverity#707899 Uninitialized scalar field
        
        Change-Id: I49c6e56412e10155ddb2b8f4b492a3420e1b6718

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [0bf59c89ce739892ed55854acdf6e9dde2681cd1]

        coverity#707966 Uninitialized pointer field
        
        Change-Id: I0484afe60697f8b414591eb0efc5284439a7052f

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [8f36da26141b38b8976981d6673c64c43f38430b]

        coverity#707994 Uninitialized scalar field
        
        Change-Id: I295cbb23529f614c35f39c756c555dd9eabe8623

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [bc9bcceb2e4646b15fff64b365ea2ff48ed00666]

        coverity#708305 Uninitialized pointer field
        
        Change-Id: I2c04b004e190e071e5977c06a8f5d878870bc966

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [77f79f29f03541fef0b6ab0373371ecbf504d8f1]

        coverity#984086 Uninitialized scalar field
        
        Change-Id: Iba162efd0b582541199f343b64ac3b8c59dcc3d8

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [8eec77cbbc8c5093d95382c8da851a4adccfaa52]

        coverity#984143 Uninitialized scalar field
        
        Change-Id: I23774c0e1d463284a389e8cdcad06a4915dafd06

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [3c5f582e635357f5820edd65d98d060734efa272]

        coverity#1079284 Uninitialized scalar field
        
        Change-Id: I0d39b2c7b39761fb89b9e7787fd3145ff3daa3a4

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [e0688029e0b0a8e40aabda16c604ef2bc19b949b]

        coverity#1079285 Uninitialized scalar field
        
        Change-Id: Icca0d21a67f1322a84220cde3d10acd5230c9fdd

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [81a053769f2a6798da869ec3e8d93502440917b9]

        coverity#1210188 Uninitialized pointer field
        
        Change-Id: Ifbf29a8601d0527695951acea57b75f25a85ed89

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6944f888a996b9938b07526b996e6f0b5fde51c1]

        coverity#704941 Unchecked dynamic_cast
        
        Change-Id: I86eba45b6671f32682fbba8bf0cbbaae6fd174bd

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [7c79237e6555ecb54665cbc93e94adaf05c669b8]

        coverity#704942 Unchecked dynamic_cast
        
        Change-Id: I1090150b9cf5998549dabf73353a78e7e51e34ea

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [620032dc7b67f051e9c89b3cd12f4b898179fd49]

        coverity#704943 Unchecked dynamic_cast
        
        Change-Id: I8d537f765e41e01c9855cd2000aa762951e2c974

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [79971ea4774749dec23f2c6e916b6cfdc1725341]

        coverity#704944 Unchecked dynamic_cast
        
        Change-Id: If9c493eef1b8964a57c6ef28bf90c3fcde3a804f

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [e8eb9e9557e9b31cbf80f0b3ff553ad921de8c1b]

        coverity#982428 Division or modulo by float zero
        
        Change-Id: I2aee3d84387736195c29534761846f69d616753d

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [efc9dffda369723f6fac5d508c48c57dffc5279b]

        coverity#982479 Unchecked dynamic_cast
        
        Change-Id: I79f02538a44edb7fb7c1b94dbec365a30d896bb4

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [04d6fa930dc0db76c4b4bb5bbdb21eb50d456552]

        coverity#982480 Unchecked dynamic_cast
        
        Change-Id: If8d52b0ff94377301fdc323f17cd5dc52b63214f

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [cc6f2fe9a9a78ccc831f5cde29a8045fdfe2f364]

        coverity#983942 coverity gold, busted throw spec
        
        Change-Id: Id8e024df91e99f327386571ea4773bc5c7991aee

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [461af812918b35a7f0c37c486813ca553bb9d840]

        coverity#1210079 Uncaught exception
        
        Change-Id: I135e6f7e744afbf6acdb1cfd636e301219ef1420

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c5d6aab13783aaa671b099f0813a1dd26ee9cdde]

        coverity#1215279 Explicit null dereferenced
        
        Change-Id: I543cde8225a78be9a9cefeaa7ebf6a5674caf9d0

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6a2017b9e9c17a1b64ea0c6770cbea2008c32f70]

        coverity#1215280 Unchecked dynamic_cast
        
        Change-Id: Ie03bb8a870c544eef656594f5ebab35bc61b9030

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [505c7801bc660ebf8edb7e1467906f6e2afe3f42]

        coverity#1215289 Resource leak
        
        Change-Id: Ie4a0334ddb393726d982e9f4e51a45e391a1b1f0

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [56152538a80d143485a5e14477433cb5e682f550]

        coverity#1215290 Resource leak
        
        Change-Id: Ia49f4e99e6663ea95dc85d4dd09e161413a2f419

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [354411e83afae22b22a5f7b9ff2e8762045c0667]

        coverity#1215291 Resource leak
        
        Change-Id: Ia62459945cd45f493754a1412b74242d3994f7f0

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [16e425425f2496c6320ad1b01114a07e62b8d074]

        coverity#1215292 Resource leak
        
        Change-Id: Ibabd73d06135a3ee500ce9d52fef42caa3ad7f35

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [b89524f740e7320778b11e3f3d9e4912f6c00d13]

        coverity#1215293 Resource leak
        
        Change-Id: I4a74eb76e5fcda915e5d12257fedf3ee84b62baa

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [be02c2b458dedc8b3f4129c5a46604d1902641cd]

        coverity#1215294 Resource leak
        
        Change-Id: I6fc18afd6189060de6943b003dea933713e19773

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6ab75ecf62ddd505e366612c3221d9bfc933c465]

        coverity#1215298 Resource leak
        
        Change-Id: I50d248cea3d209e133f0c87d98304d4e80309a57

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [1eb3c57ad1ccbfe4b41409d69d7095b8cc86a948]

        coverity#1215302 Arguments in wrong order
        
        Change-Id: I197e9abda098ef842f9a4d3d1bf96fbf51b5b178

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [cb30efc79f46cbd57fd138a38b483b19ba9bdd4e]

        coverity#1215314 Uncaught exception
        
        Change-Id: I1e3e7db0a9dc29c991f4f8ddbdcb4f3564410fba

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [9b62a5207745da6b926d2a311e5ddd16da1ae05b]

        coverity#1215315 Uncaught exception
        
        Change-Id: I0313bfc4f2d8cb30d98c32c55fd25a98f2f84f77

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [1e19c72ff12f1f8bd194a843900820db4f9513f6]

        coverity#1215316 Uncaught exception
        
        Change-Id: Ifb688e60ef613a3735260f978dd3ae46a95430f5

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [b01f64852c6b613dcbcd582fa045adf432fb611f]

        inherit the other DAVException from std::exception too
        
        Change-Id: I692ad423b2fea0cc38b2859855f32f286423f02d

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [9de3fd2da6d77da6a7abc105712696f183bf6bc3]

        coverity#1215398 Uninitialized scalar field
        
        Change-Id: I5e18b4d824931e489af3d8625e06974f2b488e75

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [50304242900eb256ad5d0168f7a9448dd4b82616]

        coverity#1215399 Uninitialized scalar field
        
        Change-Id: If043310b3a4ac8dcc0ed63aeeeaffdfc9af8b46f

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [e76dc5b422084f68cc4b27eea4cdbef3d3e7a1a9]

        vcl: add paint.cxx
        
        Change-Id: I1ab01c1acec9147812841c1deee17413cee88962

2014-05-23  Noel Grandin  <noel@peralex.com>  [e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b]

        remove boilerplate in UNO Exception constructor calls
        
        Now that we have default values for Exception constructor params,
        remove lots of boilerplate code.
        
        Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74

2014-05-23  Noel Grandin  <noel@peralex.com>  [c5d47c327a57df55fa3dac0fff6b65888d0345e4]

        add default value for Context param in uno::Exception constructors
        
        and all it's subtypes, which is almost never used, so this allows us to
        simplify lots of call sites.
        
        Change-Id: I0b05793ea2bdd1027679f63252d42ce4af89433b

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [66fc6d223fd086b7611eb8bf3111a55e858bade0]

        vcl: change to sal_True and sal_False in comments in window.cxx
        
        Change-Id: Ie42eb45e05a928a59b51e0546e212dc938967eb4

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [f2ce0d9a71efc607d30a324a8a4a303b5ad7bfd4]

        vcl: change to true and false in Window::ImplGetCanvas()
        
        Change-Id: I0cf18a87f85c62d3f8b92af8f1ccda3d2b2f93f1

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [58021e8866e6a539bb915742067b3674e0c93b92]

        vcl: change to true and false in Window::SetCallHandlersOnInputDisabled()
        
        Change-Id: Id6af99e1dfbf6bce68794027700eb500b7f3a8dc

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [fd95975a469f283dd0bc154caf62cc467aed38d6]

        vcl: change to true and false in Window::Show()
        
        Change-Id: I299dcb649d40514c16e41b138def0ad67894cd6d

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [23eb4435edf8d0634cc253588bb0184db8875301]

        vcl: change to true and false in Window::ImplTestMousePointerSet()
        
        Change-Id: I5184b9bf7d080f65a702a88214906264b9d88e2f

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [ec1d05d9fbf184418ffb2250233e16e5255ac18f]

        vcl: change to true and false in Window::ImplGetWinData()
        
        Change-Id: I7e4c664bf867b43f121b6c37bfe8e470cab2cfd3

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [c72635e02088390435ef995bf218665133a2655d]

        vcl: change to true and false in Window::IsTopWindow()
        
        Change-Id: Id8ef10950ea5034cf5a7e497843fe996a2c322f2

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [657481f2ff269b47a749394f4d012684154cbf16]

        vcl: moved paint functions from window.cxx to paint.cxx
        
        Change-Id: Ie039c971d9d015e20d814fdda67bd489e6aa7501

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [8949bcad4095008dc147c6fd6e633c177144dfa8]

        Remove circular references between unoidl::Manager and its providers
        
        Change-Id: Ic6ad3e2c7f69dd123077a913f35f1971f1e8ca13

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [d0322208bcbb35b9149b508ac2bffa667c38696f]

        Combine unoidl::loadProvider and unoidl::Manager::addProvider
        
        Change-Id: I1240656cc2a4d713c838eb80fa90ce3485aad614

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [8928a4f6dcacb1357d3b9b1a7a29cc62fede87d9]

        Try to fix Windows build
        
        Change-Id: Ib73cc86f9f14397b296324e14562278b5f8a2144

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [43bea0e2f77bb2de9ca4d74f2f1f401e857b7178]

        Avoid including <config_features.h> in <sfx2/objsh.hxx>
        
        Change-Id: I36969367e47c1ed1368ed46638ff9e7768e8a008

2014-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [87e81e4e527044fbc76cdf8f1b8a244093c06bae]

        boost::checked_deleter serves the purpose
        
        Change-Id: I22b4ea752e32b449dcc07b70cc5dc0ba52ad7c45

2014-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [7e6052f2189168d2eb6c1a2add13b4d8baea8511]

        catch exception by const ref
        
        ... redoing 8d52cd0b327e90b555c6beaf29219ba011cc7244
        
        Change-Id: If4935cf5f9adecbc6b42d7440747ae2ba09e9e5a

2014-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [74c3aded1a7f61b12a334271ae9c9dafea5e05c4]

        catch exception by const ref
        
        ... redoing 0292b4269ec370818bb1ed48222fade636374a4a
        
        Change-Id: Ie869d8cd011cdc64c87363a4c31e6afbd439808c

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [1cda4728bf668351f25595570592fe112e763cff]

        vcl: move mouse functions from window.cxx to mouse.cxx
        
        Change-Id: I4cd0769cd20869e9316c35ff20e4fa477b5aab16

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [7933b269ba4c5a49dd394eef15e98c55a19038ef]

        Reintroduce Win_GetShortPathName()
        
        Change-Id: Id15d1d4d9b7fb9bb2a0a5f52b5ec1928c38bd27b

2014-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c66056bec75105566c5dcbb9726dd77b83be768]

        DOCX import: detect document signature
        
        Change-Id: Ic84b1f1446d6ab1a1529de4e0a435afbf62915a7

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [938a070f5d71f8e7c703dcbf2098e44b9d8c5a5f]

        move lcl_createWindowInfo to correct spot in window.cxx
        
        Change-Id: Icfcfe379db2ba8eee89314108df47bae024e060e

2014-05-23  Luboš Luňák  <l.lunak@collabora.com>  [7772b310aac7a098a6b7702e1f1f227bc7eda5b9]

        MSWord uses \xb for linebreaks in DB fields (bnc#878854)
        
        Change-Id: I9b1e4f8dc44d3f6f41e395f6e5f3c1fdeff52441

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [f98eab9fa1d6bc78fd70d2014c8b31da556b4ef9]

        Fix typo
        
        Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [d1f97479dab4da60679017313fe3369ae56117ea]

        vcl: rearrange window.cxx functions
        
        Change-Id: I3f59b87554b858e400056d74e04cd7ca361cf758

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [38d7b82c277599f2e613256c4353aa7dfdc219ec]

        OleObjectInfo is used from the scfilt library so must be public
        
        Change-Id: Ib80278e52640b0c132bcc5b303d277a4e7ae2024

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [cf287f4e3ff632b9ffbecc753ef9a17f27b6c04a]

        WaE: passing class rtl::OUString by value, rather pass by reference
        
        Change-Id: I05aa9a5ad5d97a1ead3d30298f45e7aeb62d0652

2014-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [57320f34b5d73beeae23e8955b9b234fb3f1a435]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ifd98e11380bf00f6126e4c81bcd0cbaf5b22f70d

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [77bc28be2d8c206b3669d41171d6b906fd45c8fb]

        Always use CPPUNIT_ASSERT_DOUBLES_EQUAL when comparing floating point values
        
        Change-Id: I2ea94a510fd79f6fe3dcc5021d142b7b5f99f67f

2014-05-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b5f6a5cfc517ecd8aa6ba96471d854b07b92ebaa]

        ooxml: Do not repeat wdp files in artistic effects
        
        When two pictures apply different effects to the same picture, it is
        only saved once in the original document. Added a cache to DrawingML
        to know if the picture has already been exported, and added a test
        for it.
        
        Change-Id: Ia25f3d8f2f46d61f18aefc22fdfdbcdc72f2d916

2014-05-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2e68a1468c035fc3bb4d02ad0b3187872fe1e67b]

        ooxml: Preserve the original picture in artistic effects
        
        When Word applies an artistic effect, it creates two embedded files;
        one contains the bitmap with the effect and the other one contains the
        original bitmap to be able to undo the effect.
        
        This patch reads the original bitmap, stores it in the shape grab bag
        and saves it back to the docx file. Added unit tests too.
        
        TODO: right now, if two effects point to the same original bitmap it
        is stored twice, we should improve this.
        
        Change-Id: Ia72034a257739abe4ffafa0f42b2a912e4bf9436

2014-05-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [642a252cf1a2f1d08c4bbfcae15527bb82c7664d]

        ooxml: preserve artistic effects on shapes.
        
        Bitmaps can define artistic effects like in the following example:
        
          <a:blip r:embed="rId5">
            <a:extLst>
              <a:ext uri="{BEBA8EAE-BF5A-486C-A8C5-ECC9F3942E4B}">
                <a14:imgProps
                 xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main">
                  <a14:imgLayer r:embed="rId6">
                    <a14:imgEffect>
                      <a14:artisticMarker trans="14000" size="80" />
                    </a14:imgEffect>
                  </a14:imgLayer>
                </a14:imgProps>
              </a:ext>
            </a:extLst>
          </a:blip>
        
        LO core doesn't support them, but I'm preserving them using the shape
        grab bag. Bitmaps must not be transformed to a SwXTextGraphicObject
        so the grab bag of the XShape is not discarded.
        
        Added several Context and Properties objects on the import side to
        traverse and save the relevant tags, and added the corresponding code
        on the export side to extract the grab bag and output the effect back.
        
        Also added a unit test for a selection of artistic effects.
        
        TODO: Word saves the original bitmap as an embedded wdp file so the
        effect can be undone. We must preserve it too and add the reference to
        the a14:imgLayer tag.
        
        Change-Id: I61d427f83e4c8f353eb073da0114cd73ba50ba4b

2014-05-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [21d4cfe19e2796ebf89c408e292c4473924b2bc4]

        oox, writerfilter: add a14 namespace and tokens
        
        Added the artistic effects defined in the MS-ODRAWXML extension. Ref:
        http://msdn.microsoft.com/en-us/library/dd905216(v=office.12).aspx
        
        Change-Id: I24c5e5bbe569f160d300a7a7293ca047cb7a1b88.

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [131d553864d52b21d1198806484b67a82e1b2f52]

        coverity#704940 Unchecked dynamic_cast
        
        Change-Id: I53662b9d48ae44c21c9cc79bda01487d87e8dfdd

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [f1b030949b6b8841f414354aa668dc9a96f1d5d3]

        coverity#1215310 Uncaught exception
        
        Change-Id: I8d9663f8dedda8e7006e7ac6545cb15188a1ec2d

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c320dc7fe54e423f005147e0573f6f887ced70ea]

        coverity#1215311 Uncaught exception
        
        Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [a97cd4dd3bf43847363fe646fb2eb5a34d0d07a0]

        coverity#1215312 Uncaught exception
        
        Change-Id: I844561cc6f858b6aed55caaf0d92529486cb486e

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [787d41c26d80b01b63c4f65003891f46116bbc29]

        coverity#1215313 Uncaught exception
        
        Change-Id: I22cd98a35c6c638e3476d54b742762d8a2dfa7fa

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [93dd12a160f2d64c06921d413f092494e52f283a]

        coverity#1215382 Uncaught exception
        
        and hopefully a gadzillion more, but I've said that before :-(
        
        Change-Id: I2e36485ae2ce831fdf250464b254d42f5bc55fe3

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [4cf56e058488ce7c24f992f1e5125676b7064ede]

        coverity#1215383 Uncaught exception
        
        Change-Id: I568ba1a942acd622611fb53210e303147b77601f

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [6cda7d5793cf079a652cf31fc07f44797a1bd22e]

        coverity#1215384 Uncaught exception
        
        Change-Id: I833b8b9532c61f666755ed5e92135da3aeb55f27

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [fab0e8b40d32d17e5f79f4abbcf33caa610ff70f]

        coverity#1215385 Uncaught exception
        
        Change-Id: I765dd9bab26e3736c6b18a291cfd108342644e8e

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [3166336e535c15578bc91a00b0a96d72d676c8a4]

        coverity#1215386 Uncaught exception
        
        Change-Id: I2eb374a9209cf4bbf9e2b533ec2522bc1efe6468

2014-05-23  Caolán McNamara  <caolanm@redhat.com>  [c8646d9e0083c0cacb61c9eff02704a4f18bb5c7]

        coverity#1215400 Uninitialized scalar field
        
        Change-Id: Ie82c16d7d7b3f4fed09bed1d6adec32d5d3934e5

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [24819d71ec9ce73840e82791c0219fe012e45c37]

        Fold hyphen-c99.patch.0 into hyphen-fdo48017-wfopen.patch
        
        Change-Id: I2f866aa16704bc5492e0e0b78136fdfe41caa7a5

2014-05-23  Tor Lillqvist  <tml@collabora.com>  [2a99a22af0062e9561046a4a00f12dc97e5bd4f4]

        WaE: comparison is always false due to limited range of data type
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>; plus some cosmetics to
        silence loplugin:bodynotinblock.
        
        Change-Id: I8ff9da84021635c9de66c9544b46834a2d9efcf7

2014-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6300f83d08fd959596551dcd660eb0fbfb248a6]

        DOCX import: recurse into w:ins in groupshape text
        
        Groupshape text is provided by editeng, redlining is available in Writer
        text only. But still, instead of ignoring both deletions and insertions
        in group shape text, we could at least show the latest version
        correctly, i.e. ignore deletions but import insertions.
        
        Change-Id: I12df2ca1a8d27f9496a8036e521f8820d7075053

2014-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa017a3e503cc654b8756e1056feb1ee98225310]

        DOCX import: detect inline shape inside shape text
        
        Change-Id: Ia1614759558e73686fce137eb52fb623eae4a4e5

2014-05-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [86283cd75e798ce7fd5ca0e91ac3ea0733d31404]

        DOCX import: detect table in groupshape
        
        Change-Id: Iba7bb88139a97e919739363cd85f3e822062b694

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [e21cb524274c6719fe953001a19ba2124f1e8385]

        external/hypen: Fix for pre-C99
        
        Change-Id: Iff0692768cbcaa68f79404a9a933044fe8bb9096

2014-05-23  Stephan Bergmann  <sbergman@redhat.com>  [a8df8e319fa6b328534855a17e6fcac8aeb4dc25]

        Remove dead code
        
        Change-Id: I198fb0193fed891c4dd8a8a92c29e36f6c4d48b9

2014-05-23  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [70f49dc6927f3321e764174bd8050acaff63be32]

        fdo#78882: DOCX: File gets corrupt after Roundtrip
        
        	Issue :
        	- Document contains a Section break(Next Page) with a drawing.
        	- Section break is manullay adjusted before the drawing.
        	  Hence in original document.xml it wsectPr comes as
        	  a part of w:pPr of paragraph.
        	- But in RT in document.xml, section break is written
        	  by adding a dummy paragraph.
        	- This is because <w:drawing> also contains a paragraph
        	  and hence when encounters section property LO creates
        	  a dummy paragraph and writes it in between runs.
        	- This was causing the corruption.
        
        	Implementation :
        	- Added a member varaible m_bDMLAndVMLDrawingOpen.
        	- It is set to true when it writes drawing.
        	- It's value is checked in DocxAttributeOutput::EndParagraph()
        	  If m_bDMLAndVMLDrawingOpen is true Do Not make
        	  m_bParagraphOpened to false, as one more paragraph is still
        	  open.
        	- This will postpone the writing od Section property and will
        	  be written inside w:pPr and no dummy paragraph will get
        	  created.
        	- Added Export Unit test case.
        
        Change-Id: Ifa26fcaf8f02e62d020339670c8ba58ba92d9f40
        Reviewed-on: https://gerrit.libreoffice.org/9430
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-23  Rene Engelhard  <rene@debian.org>  [40facc4ea878fb674214af697cc738cdf6573150]

        don't unconditionally require bsh.jar and js.jar in RepositoryExternal.mk
        
        ... as they can be disabled and thus are not there at install
        
        Change-Id: I197b5053971d2721114b2ebc7b3c31db36c3f58e

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c68c5e753de14579ba8a5f8bd5360bc0e3fd7c33]

        the variable is only available on linux

2014-05-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cb167ac784f9b16944da4494b65e56b2a5b66bb7]

        fdo#78903: Don't broadcast prematurely during cell deletion.
        
        We need to wait until all the affected cells get marked dirty at the
        end of the deletion process.
        
        Change-Id: I49618fcc386ec2209f5f0267d50257ecb8dd21d1

2014-05-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fa2751ea5ce9066002a250f06bf5d056f6e0b71b]

        fdo#78903: Write test for this.
        
        Change-Id: If8ed8b74b58efd948772376a14172b52ff588f82

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e44e09c400164e1f18aecfc67fbcae44a300b714]

        whitespace clean-up
        
        Change-Id: I10bdfc3356bda66fefa59fa2c9f63f9231d8728e

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4ee3dd1dc062e0ed7681f499618a6a9069b8d25]

        we only support GLX 1.3+
        
        Change-Id: I2447498cf92da91a7fb2d67ee041d603ae16fe25

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cfaa96546aa0fe347ee169f411d45370eb21810a]

        Lsan: fix memory leak
        
        Change-Id: I82a517a267cceaac4dd1030d45c67fc070e22def

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1e7915bfec4b9e006a0fc4c6819b63b139af2f0]

        Lsan: fix memory leak
        
        Change-Id: Id8adb7517960a33f9900cb773b62b84db71e795a

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b37884d57398d4c11524f6d1ec92e032bb46d40]

        Lsan: fix memory leaks
        
        Change-Id: I010c7c194bf0680a499077b6b364498a09542764

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68c1977ce04d41579e07b44b4612d35566807dbc]

        remove unused variable
        
        Change-Id: Ib79f0c525608d279eebe820bfc82e84dd3518c29

2014-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bb9a29081b31ef4e68da9b648742e6874c393ff]

        Lsan: fix memory leaks
        
        Change-Id: I35adb022f12c6833f4f29b2e8dad44394a2c4be5

2014-05-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2b2fc70d2626a978b9593a04a234565c9abb26e7]

        Lsan: fix invalid memory access
        
        The chart object can be destroyed after the context.
        
        Change-Id: I5ae370638f296ea314ee11680e0a8d81a8fdbe69

2014-05-23  László Németh  <nemeth@numbertext.org>  [8778b5b37e919384f3dbcf51e0dde0d26fe5fc39]

        fdo#79078 restore transparency in SVG export
        
        Change-Id: I5bdf6c3b313a73126cb692e5101836f424a2fc08

2014-05-23  László Németh  <nemeth@numbertext.org>  [6d06aa8ba83b7629603cd86cf14a63c432ce268f]

        fdo#48017 WIN32 long path support in Hyphen and MyThes
        
        Change-Id: Ifb068efb553ed24a7caf65dbab28726bdeced0e6

2014-05-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [7818974103fcdf16e03354f62a4165eedea4427c]

        vcl: split window.cxx into event and settings functions
        
        Change-Id: Ic038a1c95721d4e578face5deea0b8d8a4ab7304

2014-05-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f56101cb2135136af91926be7b8f758509a3f938]

        gb_AWK variable not available here...
        
        Change-Id: Ib763efb268bc9165704185c2b588ed282121cfa0

2014-05-23  Michael Stahl  <mstahl@redhat.com>  [831c8e02ca4640ddc7fb4966c0026f99b6e6296a]

        jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7
        
        With just the Oracle JRE installed, it is not possible to load the
        "jvm.dll" directly, because the required MSVC runtime DLL is not
        found (unless some other software happens to install it system-wide),
        as described in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7184978
        
        There was a hack "do_msvcr71_magic" to manually load the runtime that
        is bundled with Oracle JRE 6 and this generalizes that to work with the
        MSVCR100.DLL that is bundled with Oracle JRE 7 as well.
        
        An additional adaption of the virtual addresses in the file is done,
        and it's a mystery whether it even worked before without that.
        
        This issue was not user-visible before because LO releases 3.5 - 4.2
        bundle the MSVCR100.DLL themselves.
        
        Change-Id: If61565df80ff8a68472a76000ab5b10d6c78e11c

2014-05-22  Julien Nabet  <serval2412@yahoo.fr>  [6deec9c9106eed60e32450a28323e139bd3ced1f]

        Fix
        
        Change-Id: Ib4d7c2da71a6fa083fc1ed56f058c8dfbc6e58fb

2014-05-22  Julien Nabet  <serval2412@yahoo.fr>  [e4ec60ac717bfc0ef30cc2755a99987d731c1dd1]

        Fix previous commit
        
        Change-Id: I629b5f6e57c5d8368bafc544c1c23785ee209a1e

2014-05-22  Julien Nabet  <serval2412@yahoo.fr>  [b09b5f8f7cfd2d7f3125dab93ebe996c160e1e0c]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
        
        Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9

2014-05-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [87c1aa16a95dcff9247ae12a4bb5ea2d866b1772]

        use $(gb_AWK) instead of awk
        
        Change-Id: Ia00d7e52de5edfce09c3a0a8aa4390e3e1582a01

2014-05-22  Douglas Mencken  <dougmencken@gmail.com>  [4fbbfc2269d9671415efea2d946176abb83c5930]

        WoE: while (..) {} instead of while(..);
        
        "warning: suggest a space before ';' or explicit braces around empty body"
        
        Change-Id: I71a55cc888d3480217621491ecace7d0af3dca6e
        Reviewed-on: https://gerrit.libreoffice.org/9441
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0765d1b5e317ec542be8285649c2c2a70892eff]

        coverity#735895 Unchecked dynamic_cast
        
        Change-Id: I6c2cc90668a2158a0b5bf638ce520c8af7731f4e

2014-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e2b894c30f90c577857a16bab13e45f867bf36e]

        fdo#76101 move testcase to CppunitTest_sw_ooxmlsdrexport
        
        The motivation is that this test takes time to execute (and we're
        testing a limit here, so it's not easy to speed it up), though moving it
        out of CppunitTest_sw_ooxmlexport is still possible (which is the
        current critical path during a toplevel 'make').
        
        Change-Id: Ibe6580f8aea1439f4feb281996f2f4bbd46ff4ce

2014-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8acb6155c310ac19827f97227c8e45753fcef7e6]

        clean up RtfExport::WriteInfo()
        
        The \vern output was never parsed, and Word uses the generator field, so
        let us do the same. And with the standard generator string, if we ever
        need to parse it, we already have a parser for it in the ODF filter.
        
        Change-Id: I57f25a6414b2b753a23cf82b691e364d84e4bb44

2014-05-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b40ca0935d72a3aff8a2beeabec156850c3417ba]

        glTF: download *.dae and *.kmz files to the temp folder before conversion
        
        Copy them to the same folder where the conversion output is written.
        
        Change-Id: I38b93bf3fc427974cff7d6975151451a253b1cce

2014-05-22  Eike Rathke  <erack@redhat.com>  [fe2b8ef18b11b226fddd1cf3fc7f9133426a1b1a]

        advance start of edit selection on a matching entry
        
        ... to allow continuous typing.
        
        Change-Id: I4717e72e422037a441e582004bc87689ea7bc455

2014-05-22  Eike Rathke  <erack@redhat.com>  [dbe8b3b6d4f2d2cc2e8c702b78034e9013f71e8f]

        finally switch the Western language list box to SvxLanguageComboBox
        
        Change-Id: Ibf0cb4c0fa951adcd0a7f185d7dd45b06913a40d

2014-05-22  Eike Rathke  <erack@redhat.com>  [1aad7628dcd7fd14d48814d00c3d04e4ec0c59d5]

        handle SvxLanguageComboBox edit
        
        Change-Id: Icc2a4829b8a859756ed194f35df214f8bb55c7ae

2014-05-22  Eike Rathke  <erack@redhat.com>  [29c024afbe6a46459e37c5ceec510de1cd0ca7c8]

        + SvxLanguageComboBox EditModifyHdl(), SaveEditedAsEntry()
        
        Change-Id: I6acc7538fcbf8aa7a5e50ba72b27409252cffa15

2014-05-22  Eike Rathke  <erack@redhat.com>  [2a8eff589a53c8dd65e18d7a9d11cdb98a937e68]

        +bool SvtLanguageTable::HasLanguageType()
        
        Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [407db844120ead0d57118c40ab5e6acc1bad736d]

        Fix memory leak in xrmex tool
        
        Change-Id: I102566a95b5b34daf60730ffef290913caf28eb2

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [9adad0d1eae6e3d54042ab1e65f0b80a77562dc6]

        Avoid undef use of null ptr, use offsetof instead
        
        Change-Id: I095f45b537690fe98bf385d99194db6319d7ac93

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [b5cb4935c268f12e63b61e035b455b0a59e67aa2]

        Work around undef conversion of large double to float
        
        ...as flagged by -fsanitize=undefined.  But is it really undefined?
        [conv.double] "If the source value is between two adjacent destination values,
        the result of the conversion is an implementation-defined choice of either of
        those values."  So if the double is between std::numeric_limits<float>::max()
        and std::numeric_limits<float>::infinity()...
        
        Change-Id: I6389c8ac4a922991e240638d231dd2a39e173882

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [4330085f141327ee494bb541d4f2f291dd1c590b]

        Avoid undef conversion from log10(INF) = INF to sal_Int32
        
        Change-Id: Iffe85763097829cb04b766314077b5f2a9b5b8d5

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [c8945b3fb850985794efcb8afbbdc2f5985d7088]

        Fix order of function pointers
        
        Change-Id: Ic1bae7fcebfaf35b62aecd86ed8b3a70fae3e4d3

2014-05-22  Jan Holesovsky  <kendy@collabora.com>  [7aa79223d73a97c6530894a8feea51e9820b14cb]

        bnc#467278: Introduce a warning that changes to VBA macros cannot be saved.
        
        As an InfoBar, so hopefully not annoying...
        
        Change-Id: I5d4e79273edc03829fdab2d6d5a291576c954e4b

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [d967e03ace342bcc6bc0cbf39905331b1a883f30]

        Fix memory leaks in test code
        
        Change-Id: I0dbb2546f1e776ebf95b61c16ebedbce0ead4c7f

2014-05-22  Matúš Kukan  <matus.kukan@collabora.com>  [278baa557d18136a2641c015f7077a5838188766]

        cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.
        
        E.g. when pasting from terminal you will get "\r\n".
        
        Writer inserts '\r' character into the document as an
        invisible character. If you save that to .odt and reload, you will
        get ' ' instead. Or when saving to .doc and reload, you will get '\n'.
        
        Change-Id: Id6780bf6d71a8f0a17c1e6ee7a7dcb4d297446dc

2014-05-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [60ce9e98cb3d1469d3e94164f5670daa2f3a26f0]

        collada2gltf: move patches to an own folder
        
        Change-Id: Ife28845af92883d8090bb80283c59a0a9a350b32

2014-05-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1dd84fc4674141449c78f6c5838e2254c5a28f35]

        collada2gltf: fix URL problems
        
        collada2gltf does not handle Windows pathes, the used COLLADABU::URI
        class can't parse native Windows pathes so call COLLADA2GLTFWriter
        with URL only.
        Other problems:
        collada2gltf uses the URL path for creating/opening files,
        instead of native ones.
        collada2gltf initializes _outputFilePath member in different way,
        sometimes as an URL path, sometimes as a native one, but handle it
        on the same way(as an URL).
        
        Change-Id: I104182653c07e7dcf6fc5b6e32c7031d59246b84

2014-05-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d466f926f8dc07ec23efa5807fff35a0b6dd4146]

        opencollada: move patches to an own folder
        
        Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531

2014-05-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7cafb7553342c61d44c83cbcc22bdae5817d10fe]

        opencollada: uninitialized bool variable broke the parsing
        
        GeneratedSaxParser::Utils:toURI() method has a bool output
        parameter called failed, which is assumed to be set inside
        the method before return. At some place the caller code does
        not initialize the bool variable passed to this failed parameter
        and so when the caller checkes the returned value it is
        undefined.
        e.g. it can be false when the method called successfully so
        the error handling throws away the returned URI.
        
        Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21

2014-05-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [faa9a681e730e5028c5fefa90938726ff9abe31d]

        using xargs for string manipulation is somewhat of an abuse
        
        (and breaks the build on windows/cygwin for some reason, although
        running the find/xargs command by itself works just fine)
        So just use awk instead and have a nicer solution without breaking the
        build
        
        Change-Id: I24b9f52c0b84c2e8019f3f6719a307fe508fb755

2014-05-22  Dinesh Patil  <dinesh.patil@synerzip.com>  [ed3fd76b65b2a281effea55b8a55101a8b740aec]

        fdo#79008 Crash: File getting crash while saving in LO
        
        File is getting crashed while saving in LO, as it tries
        to access the value of vector after erasing that value.
        Code changed to access the vector value first and
        then erase that value from vector.
        
        Change-Id: I29369b7582fdbd7363d0e6fdae091a30c79a747d
        Reviewed-on: https://gerrit.libreoffice.org/9433
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-05-22  Tor Lillqvist  <tml@collabora.com>  [73f65ac3ef713cc53c53da301785e35b36528504]

        WaE: unused variable 'aFileNameBase'
        
        Change-Id: I26cf27c7edc51d0a28e228c56465c3ec2ad7d35e

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [60c43d81ad4fa2ee587527d18522ac34148af2f2]

        Some trivial fix for hash function signed overflow undefined behavior
        
        Change-Id: I41ec24a02867ba3c5bf4f39b5d79bf6a3254ad0d

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [77ad60af119ab23a0bfadb3e5a0c4433fe97835b]

        Adapt CppUnit to our CPPUNIT_PLUGIN_EXPORT
        
        ...which mentions extern "C", so CppUnit's TestPlugInSignature must reflect
        that.  It is a bit odd how CPPUNIT_PLUGIN_EXPORT needs to be passed into
        CppUnit, so probably best to keep this as a local patch for now.  (Clang's
        -fsanitize=undefined complained about the mismatch.)
        
        Change-Id: Ied179a1afe82ceb04de4739c14cf8fadff31b80f

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [ec46bb9ff8d165ab7f4537e305f8d0dae707fcf8]

        Silence remaining memory leaks in soltools/cpp when run with lsan
        
        Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [0a181c9aa28f1e1315e31623c1f04e774d300ec3]

        Fix some memory leak in soltools/cpp tool
        
        ...though many more remain, as the design appears to be let heap grow
        until exit.
        
        Change-Id: I3e5cc95a0896c8add33a767209ab0ff60d6a4b52

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [916d3a8e1e35c042c69d13f650b57ed25a13063d]

        Clean up
        
        Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5

2014-05-22  Michael Stahl  <mstahl@redhat.com>  [b01b171fbfdda4e40ef1fec696589f8981518b93]

        sw: why the heck is that #ifdef'd out?
        
        Change-Id: I213ad0f0ab853aec5cb523474218dfad2c44d11b

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [92cb4099c46f62f537db93a59c3141bce1355924]

        concat-deps: Clean up memory at exit when run with lsan
        
        Change-Id: I66ccb5332e6c5eceb2f199911ebd4296c93cac4b

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [5db9861383f054c6e2018c0e90d31ee1c89b25b4]

        Filter out all -fsanitize= args when building compilerplugins
        
        Change-Id: Ic809ddad81608f107749498c1432606403ee2314

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [ace815b451242b13f492887b004d14337362ae58]

        Fix memory leak in cfgex tool
        
        Change-Id: Ic8c410a805fa06777c1a85de646df2dcd5b6506a

2014-05-22  Matúš Kukan  <matus.kukan@collabora.com>  [6e87f0bb75734e464bb0160dc00ab2fbe1a8fac3]

        Update also revision and editing time when setting 'modified' properties.
        
        Change-Id: Id756ef6dd62ca8df2e62265b9cc930f07d13f2e3

2014-05-22  Matúš Kukan  <matus.kukan@collabora.com>  [fee87c6fda46923a564cd2574827a7beeffb1a1f]

        Use proper constructor to fill with system time.
        
        Probably 86adb5cacb4fe3e7fb869299447da5876f0da30d did not mean to change
        the behaviour here.
        
        Change-Id: If39c150973c502323b3c785a9738cf65cdd74e5d

2014-05-22  Matúš Kukan  <matus.kukan@collabora.com>  [5c2ab70cc2dfb7cf0c2418433b3aa89d225742a4]

        cp#1000077: Set 'modified' document property more consistently.
        
        Update document info at one place, so that it works for other formats
        like .doc, .docx, ... too.
        
        Change-Id: If71799b491d2210f0d3bdbdb05f91f26c986a260

2014-05-22  Caolán McNamara  <caolanm@redhat.com>  [b630d26a2a53767d4d39e14d421448ed87811773]

        fix DBG_UTIL build
        
        Change-Id: I0bafcda49f3e9de6da30fd0446212bd7a18159d8

2014-05-22  Michael Stahl  <mstahl@redhat.com>  [3e69b7bcd3e4a9cb1a29360c905e7fba96365999]

        sw: use xsec_xmlsec.windows on WNT
        
        Change-Id: I9cb9bce9d30230d48daf2f1deccaf52014b79296

2014-05-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1159ab61494bf82fbb2a92ea52015b85501418d1]

        change the bar size a bit
        
        Change-Id: I09df4a7104a4df1603a7d64bfa49c103be4f4ade

2014-05-22  Michael Stahl  <mstahl@redhat.com>  [5246fa262450f686674850c53df666422f441c86]

        fdo#68983: basic: if the library is not loaded fully, copy source storage
        
        Also fixes fdo#42899 and fdo#67685 in a different way; the previous fix
        for fdo#42899 caused the problem with password-protected libraries for
        which the password is not known: only the binary representation of the
        BAISC module was stored, not the source code; by simply copying from the
        source storage the problem can be avoided.
        
        It would be possible to ask for the password when storing, but that
        would not work when non-interactive (called via API).
        
        An alternative fix would be to pass in the
        SfxObjectShell::IsSetModifyEnabled() flag and actually reset the BASIC
        library's modify flag correctly, but that requires adding a
        parameter to XStorageBasedLibraryContainer::storeLibrariesToStorage().
        
        (regression from af34774d260a68fc02cd78ba90dd8d4afaf1a2a4 )
        
        Change-Id: I4701401f35171139fc2fe8d225d13d4e533091a0

2014-05-22  Michael Stahl  <mstahl@redhat.com>  [5ca4b9d51046b9b6a36b91c9abd0cc1e7c04b480]

        Revert "fdo#67685 open xSourceLibrariesStor only when needed"
        
        This reverts commit fc9080a0c60f263d00eb71111fcda72b3c0a2ebb.
        
        This bug was apparently introduced by
        af34774d260a68fc02cd78ba90dd8d4afaf1a2a4, which will be reverted
        in the next commit.
        
        Change-Id: I81ccb5bf9cc7e29fbf1e66d02f38268ee1fd1d0c

2014-05-22  Michael Stahl  <mstahl@redhat.com>  [0e21019e0d61911b4c0ddef07691e9f9f6384cba]

        fdo#68983: Revert "remove #if 0 block (from ...
        
        ... af34774d260a68fc02cd78ba90dd8d4afaf1a2a4)"
        
        This reverts commit cbd1a89676f39135ed2e9c47d20475b2053289b9.
        
        Conflicts:
        	basic/source/uno/namecont.cxx
        
        Change-Id: I665f2e875c6b339ad718ca53fd0e54328efaeaff

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [563c2367104d11bf437c52def5d5381f1af3b29a]

        cppcheck: Function parameter 'rStartPos' should be passed by reference
        
        Change-Id: Ie453e1a95b54de07463b6f5052a23d6632400b8d

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [bc6b28c7468fc7e66d1e4a1a1447a938e9e03a8a]

        cppcheck: Function parameter 'rSize' should be passed by reference
        
        Change-Id: I57ee617169a49d338f24c85c6fc4116104c2a6ab

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [f8eac3a44b64865220985ca5468269ac3db5b564]

        cppcheck: Function parameter 'rWidthsOf' should be passed by reference
        
        Change-Id: I98ac89c6dd3556654b068769e58e4d24db2fe229

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [9ec96de5556bf00cb00ed05f74b95c09b01b82b1]

        cppcheck: Function parameter 'aBox' should be passed by reference
        
        Change-Id: I60fc65799e2fd8402a8bdb1e2850b9b34cd38a27

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [cf10dd612d8330ea2e48f8bdf532e02aa9f43eb9]

        cppcheck: Function parameter 'rLineInfo' should be passed by reference
        
        Change-Id: I5bd3f808a0ca61731c5ceb57100d1b30a3163e98

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [1e6ccc7f7e5a4ae8f52b7500943d6b227f4d7e6a]

        cppcheck: Function parameter 'aFocusLocation' should be passed by reference
        
        Change-Id: I2d2b9ae3ea81bd725be2af460f6c57bd0897883c

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [058cd96131e38a8298bce201225b4415de048c2b]

        cppcheck: Exception should be caught by reference
        
        Change-Id: Ib92122311186da16fbef9441560bb7a013072e76

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [0292b4269ec370818bb1ed48222fade636374a4a]

        cppcheck: Exception should be caught by reference
        
        Change-Id: I14b26941a8f3115a5b3893593151c24684b24d60

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [ea6eae7aa1fe7db06bc65af9bc8ea498ecf40fed]

        cppcheck: Variable 'dChildIndex,...' is assigned a value that is never used
        
        Change-Id: Ifa4ea7faa4bcf6580f10c8ece15a01d72f2903f3

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [8d52cd0b327e90b555c6beaf29219ba011cc7244]

        cppcheck: Exception should be caught by reference
        
        Change-Id: Id3d49f976fc40d460163f43f567b3e997d1cd58e

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [4f51d28a6d5412e605ccf9356b3b11bb51553e0e]

        cppcheck: The scope of the variable 'fOutNumber' can be reduced
        
        Change-Id: Ifece039a99f9796d3d41fdf9fae128ad2c2f7c44

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [2763456851bc46c26d7a23625243897ee54f240d]

        cppcheck: Variable 'fOutNumber' is assigned a value that is never used
        
        Change-Id: Idb5e4ae3266ab714c392abca76993c3037fea7b2

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [2edb7adaaf4cf223e9549def4e513df9e8a5311a]

        cppcheck: Variable 'bMore' is assigned a value that is never used
        
        Change-Id: Id5d962e8db963000a4e1a0e884a14c2ecb7ab1f6

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [01443bb1bc3392adbbc6c144830849ad2b5dfdc6]

        cppcheck: Variable 'i' is assigned a value that is never used
        
        Change-Id: I02e0f878e743576ebb3c80e3120fa1dc54e379ed

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [dffc29614f84200006bff8dff768ddd123cc3237]

        cppcheck: fprintf format string requires 1 parameter but only 0 are given
        
        Change-Id: I31a5a4e2bad79cfc425fb712688794a4a1dc4f60

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [9dd8a62147ad5cd48cf4b14b35e77871a0daf413]

        cppcheck: add missing braket
        
        Change-Id: I1e542455ad3e4ab1a445366517c92b102471840a

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [354c08245c9ed2702f7ce625bae1a80d9f95ff00]

        update_pch: add xmloff
        
        Change-Id: I66c53040509668cf33da7f486b1c328bbea08b0a

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [e01f3e4559ba0011e32f0e0dda1df6173dd83295]

        stoc: fix includes
        
        Change-Id: I0809bfa6897d469e63d6e84898f60aae16a14862

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [c38678e140500083f81e0e006ba9b69e6f351fb1]

        stoc: convert TEST_LIST_CLASSES case also
        
        Change-Id: Ib7b00f052c5b907ccc9b0aba924ada41ff1db023

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [e856f2323289efd3a6f070ff6e1b0f7cd3afb2aa]

        stoc: make use of css alias
        
        Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [b2d99944c55acbdd4204db37079cde476d6388be]

        stoc: remove using namespace from headers
        
        Change-Id: I1bee29ddcef66cb38ef2619507ad66c886f6f20d

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [71e36bbc35dbb7bf3611aa3763d477d05e57e68f]

        sw: remove using namespace from headers
        
        Change-Id: I12cb17c5b357d966e7a11bdeb69d930bcdc8ab22

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [debe137b46974ff8b90499a41483afbfec79e7c2]

        xmlscript: remove using namespace from headers
        
        Change-Id: Ic3b355e732bcbecf020720752aadd70e0722b6f0

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [673c60cdb36026eb0cb1583857b2de35dddc27f1]

        update_pch: add unoxml
        
        Change-Id: Ib695a664356baf288f74fcefac35927726def0c7

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [abcbe967f2d46cc6d222dda06f6b1e734b2c9e08]

        unoxml: huge namespacing cleanup
        
        Change-Id: I2170e8fd9ef5ca0556545cb3f656a0e1ba49f43b

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [bc58eac34175253d6520be17ca962c77b3a1aef6]

        update_pch: add configmgr
        
        Change-Id: I74f1a032ebce8e4fa13d4afd7f520bbb367b2df5

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [6e3394a6ab6c71b35ff2f863c8e7a32151d068b5]

        update_pch: add tools
        
        Change-Id: Icb95d60a7f786ee75ea1904cfb7292e51eb607cc

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [d3041640a008bb04bb4c54db15251141b457b190]

        tools: just generate the complete reversemap.cxx
        
        This makes tools pch ready.
        
        Change-Id: I8d5d5fcbb417f3790749aeb9d9c947f739ecb30f

2014-05-22  Thomas Arnhold  <thomas@arnhold.org>  [84492255081ef5ec0fafb53674f39bf07aae7028]

        fix-includes.pl: tools
        
        Change-Id: I66b3dc79998de018eae1c7eff8ce23f95e3c3f33

2014-05-22  Michael Meeks  <michael.meeks@collabora.com>  [51f92027b49da2375c01594e3e193f7fb1e3d2c1]

        Fix Windows link issue around missing vtable fn.
        
        Change-Id: I8a9a8c56b91783288e2319ad3a5e9803ab5562d0

2014-05-22  Yogesh Bharate  <yogesh.bharate@synerzip.com>  [f7bcaa98827b086f9e9a541b75654a14cf69e343]

        fdo#78957 Corruption - <wp:extent> "cy" height exceed the limit in header.xml
        
        Problem Description:
        
        1. On 19th  May windows daily build
        [Build ID: dd0f844728a53a337233a3c687b792e725803da5, TinderBox: Win-x86@42, Branch:master],
        if we RT document, RT get corrupted due to the exceeding the limit of extend height & width.
        2. As per ECMA standard, extend height & width is of type long, but MSO only
        support int32.Hence added code changes to check the same.
        3. On 20th May windows daily build
        [Build ID: f3a46244a07b76d633ccc7f83da3fa502612e978, TinderBox: Win-x86@42, Branch:master],
        if we RT document, it get corrupted due to exceeding value of posOffset.
        4. Added code changes to make sure posOffset value is within the allowed range.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9424
        
        Change-Id: Ib0b55314f54c51f39a492485992356f71eb062e3

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [e93f4d9e431b610f398db60f2c4957803000ccf9]

        trunc is C99 only (thus not C++03)
        
        Change-Id: Ia045472386c82369206bfb06dbc8f7a5bde60510

2014-05-22  Tor Lillqvist  <tml@collabora.com>  [a27100f43b7a57639cdf62197ec853133ef17cee]

        WaE: virtual function declaration not marked 'SAL_OVERRIDE'
        
        Change-Id: I5b3e785ce50b5959d64c855869533a310e9c277a

2014-05-22  Tor Lillqvist  <tml@collabora.com>  [0fcc41e6d142c50a43e14e120e639227a7795dc9]

        WaE: unused variable 'bHandled'
        
        While at it, make it use SAL_INFO instead of fprintf.
        
        Change-Id: Id4018819f8f790bef219e5aca3b6bbb5f6acd6aa

2014-05-22  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [3c87d89bca61732cb2ee679e278863bd56bbdddd]

        fdo#78910 Hyperlink and Field start-end mismatch
        
        Originally a Field began inside a hyperlink but ended after the hyperlink.
        This causes the corruption in MS Word.
        
        Incremented the field count if the field is added for the current new hyperlink.
        Added another variable to store the Field-Count from previous hyperlink.
        
        Added UT for the same.
        
        Change-Id: Id3c3bee1c8ed9c0755f8fff7efd5d1c5662f2c82
        Reviewed-on: https://gerrit.libreoffice.org/9421
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-22  Tor Lillqvist  <tml@collabora.com>  [b56c9aaa80639f93531ae7aa2a929eca158c4401]

        Avoid including <config_features.h> in <vcl/svapp.hxx>
        
        Change-Id: I711621c89e8f75d4450867e303ccdc8017bcd9d7

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [e72d794b3911eef7ed480fa895fa0b4ea0951f92]

        Moved leak-suppress.txt from dev-tools to core repo
        
        from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt
        
        Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931

2014-05-22  Michael Meeks  <michael.meeks@collabora.com>  [344dc7fd0684acc31f4c18e99e65bfa6700c9c64]

        Make the inserted text more European and sensible for now.
        
        Change-Id: I8b2ecef11362c0fc1dc2b76780140881e769bb89

2014-05-22  Michael Meeks  <michael.meeks@collabora.com>  [45935fc3fed0a215e93de20c28933bf318f618cd]

        quit after emitting all the events to allow valgrinding.
        
        Change-Id: Ibee9d8f00008dd0a266db276772d48deb0bd9d18

2014-05-22  Michael Meeks  <michael.meeks@collabora.com>  [4ea70f09e964fd39b46941313493a11e131e21e1]

        Initial cut at some infinite monkeys work.
        
        Change-Id: I71c7fe027262305893d8eabee94a726f4aa909d6

2014-05-22  Andras Timar  <andras.timar@collabora.com>  [c39bf522eed16b5e53e3f955579692906579fc47]

        Updated core Project: translations  b31a57455b1bf9dcffd2cee0a4c79c4f6425dd6c

2014-05-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [3bebb3c2d25601767e950de02f2d549acbdaa2d2]

        oox: fix export of OOXML generator info
        
        This time we did preserve this info, and we should not.
        
        Change-Id: If2ddd7a266cd7da5642dc234411ce34e94bd3384

2014-05-22  Stephan Bergmann  <sbergman@redhat.com>  [c1db9194a53f3da7688db99993463309f65659e8]

        Record patch upstream notification
        
        Change-Id: I102160cb6fac41f5ba3caa5cb947aebbcd62681f

2014-05-22  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [8555c24e069dc00071eaad23c711f1d1375e5afc]

        fdo#78887 <w:br> tag is not being preserved after export.
        
        When we have <w:br> tag continuous like in the following cases...
        
            "Title: Superstition\v\vComposer: Stevie Wonder\v\v"
            or "\vLyrics: \v"
        
            where "\n" is internally replaced by "\v" LO.
        
            Before text "\v" or after text multiple "\v" is not preserved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/9420
        
        Change-Id: I2a6d0a7d2382dfbc2f0ab04f150653c9b17bbfd1

2014-05-22  Dinesh Patil  <dinesh.patil@synerzip.com>  [c5547beb47e6eb94cf917a319fcc426a36fed7af]

        fdo#78886 File getting corrupted after Roundtrip due to fieldChar
        
        In a hyperlink, extra field with fldCharType="end" is getting added
        even though there is no begin and separate fldCharType. When hyperlink is
        closing pageref was not set to false. Due to which LO was adding extra
        end fldCharType.
        
        Change-Id: I0f54ab03c38cec2888cf9a1638ec5435da90099c
        Reviewed-on: https://gerrit.libreoffice.org/9414
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-22  Umesh Kadam  <umesh.kadam@synerzip.com>  [80fd9fb7209cfd5c0622ee99d59e42e6db32f021]

        fdo#78333 : SdtContent and a Shape overlapping causes corruption
        
        - Normally if there is a case where text/shape is overlapped with (another)
           shape then LO used to write the text and the AlternateContent in the same run.
        - This is supported in MSO and there is no visual difference.
        - But in case if the SdtContent(with text) is overlapped with the Shape then LO
           processes sdtContent as a text and ends up putting the alternateContent and the
           text in a single run. Ultimately it includes the entire run in a SdtContent,
           which is incorrect.
        - The fix checks for the aforementioned scenario and puts them in a different run
           and also restricts the sdtContent being written in an invalid AlternateContent.
        
        Change-Id: I36f4cdb1b583523dd8f717ae094bdf09c7a61f62
        Reviewed-on: https://gerrit.libreoffice.org/9374
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-22  Mukhiddin Yusupov  <ymukhiddin@gmail.com>  [4c05911b7ef25505acacbb81053a56cf428e9edc]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        Replaced OSL_ASSERT with SAL_WARN_IF, OSL_TRACE with SAL_INFO
        
        Change-Id: Ia2283c09ac702558fe6ad39e963b0f401ef31de0
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-22  Matúš Kukan  <matus.kukan@collabora.com>  [197f2016e3164702db168e11f98f42042092e68e]

        fdo#77313: coinmp: error: format not a string literal and no format arguments
        
        Change-Id: I044f12c4b7b28963d6d491d5e5850ddb59a564c4

2014-05-22  Noel Grandin  <noel@peralex.com>  [985f2b8b407e1359b67419d702a18cd60c5a23b8]

        remove unnecessary use of OUString constructor
        
        Change-Id: I7769625289d8bf47fe5905dfb91d3bce9e0f5c85

2014-05-22  Noel Grandin  <noel@peralex.com>  [c03efa7c6c28a7c7f3dc2c45c9c56412e270fb5d]

        loplugin-passbyref: ignore non-base declarations
        
        Only consider base declarations, not overriden ones, or we warn on methods that
        are overriding stuff from external libraries.
        
        Change-Id: I08791c96f7adba5997ad237a98e7c08a759042ad

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [05d7608616351cb6f5a9e06398c545813947006c]

        Label t-test and F-test for their respective dialogs.
        
        Change-Id: I8afab424c051453005432c5291af49eb208dd22c

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f79fa791ce3d5b18b1b159546d2f6fb594a364d4]

        Modify these stats dialogs to have OK and Cancel pair.
        
        Change-Id: I5707aea9965e0d288d4a0e742f5d3cccf08107eb

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [251507d0974418ebefce302e45dbb291c87e56da]

        Keep only "Apply" and "Close".
        
        Change-Id: I963419baec24d7599ddb3e481738cbe6ec4e0a69

2014-05-22  Takeshi Abe  <tabe@fixedpoint.jp>  [2c61edfdf57dabbd86ecc440444b6b00443f916a]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ic88b22895c2eb4144d31f22a0f7bc98971873262

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [8be75a2dc5a39a92354ec4f2d6fba55420cf7120]

        Bin "Do not use for the TDF build" warning
        
        Change-Id: I465e23dbe1d84a411c65500875a8821a116ecd2b

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [e854b7d188616ba8e13e157e921d23854d3aa06d]

        Make using libc++ non-optional on OS X, always use when possible
        
        Change-Id: I76da768e035176c6469d9473364e9e2c9086ecae

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [c01904f91f76b771362ab9fb71289feba1e342f6]

        external/clucene: Avoid InitOrderFiasco
        
        ...as reported by AddressSanitizer, where src/core/CLucene/index/IndexWriter.cpp
        initializes IndexWriter::MAX_TERM_LENGTH with the value of
        DocumentsWriter::MAX_TERM_LENGTH before the latter is initialized in
        src/core/CLucene/index/DocumentsWriter.cpp.  But turns out that
        IndexWriter::MAX_TERM_LENGTH is completely unused.
        
        Change-Id: Ica01186584ec05a989a13dc58823f4751e8724e2

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [51a211ca1957280cda4de1679538e1f5fe25404e]

        WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'
        
        Change-Id: I9251488743ec3801367600455ef9a22ad876d2d3

2014-05-21  Andras Timar  <andras.timar@collabora.com>  [6c0e47e37834d138daf4fecd154881ef5740c9fb]

        typo: VarP (Sample) -> VarP (Population)
        
        Change-Id: Iaa80388952ac38a088874629688d9cf8a5fd456d

2014-05-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0f9f8e05dcb572bff6e8d719f9dcef8fb1e0f2c7]

        speed-up writer conversion in headless mode
        
        Change-Id: Ie5ccd62608c0643e3c8f019aea136ba74b282274

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [27a84e96005c502e5d1f4164cd7befbb6230d666]

        Avoid unnecessary cloning of ScRawToken during token check.
        
        Change-Id: Ia980054437394ef48f7df655411f81d20b9cfa32

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50454f382215d63855684402b4258183be8d0e4c]

        cp#1000072: Skip styles import for external link cache documents.
        
        This reduces external link update time by 10%.
        
        Change-Id: Ic14d9ea7530818f839330a2004f6aa67ef1e831e

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [713c2f197b46cefe3d46f0658536af3be1c3842e]

        Finer grained ODS import mode selection.
        
        Change-Id: I18520837f8d25103bf8482a0204b8a7b7740feb1

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34789dbff7cc51473bca407afa5bddaf1505975c]

        Let's use constant uno name for these.
        
        Change-Id: I5e34f4d7561ef7f4f7b8b3b4d7d06cca072831c7

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [84db495da003ce9c4a93decd22ff220543586023]

        Let's not use ScDocument as a convenient "anything goes" storage place.
        
        Change-Id: I0ae2f44b89b0db915e78a9b07835000e843d016f

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1df232139353d166014d7f73ea2423e6930ad348]

        Turn the mouse cursor to the "wait hand" during the external link update.
        
        Change-Id: I983127828b28c72dd12d4778b88051964e9bceaa

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8d5d877dc94ba5edfc7587b957ca5a00725d434b]

        cp#1000072: Populate cache tables when updating all external links.
        
        This way, even after the loaded doc shells get purged due to timeout,
        we won't reload those external documents from disk again.  One caveat
        is that we currently don't pre-populate empty cells even if they are
        referenced by the host document.
        
        Change-Id: I1de2987836bf2fc5d9d7044b406fb99faa534164

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [516bd94247ea24586885254ac716f4a5f90e5c73]

        Localize this string.
        
        Change-Id: I88b205d36eede5e63af46f8581896d980b6aa27d

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [65d026f39cff52c96be95871e16a3d6714203d2e]

        cp#1000072: Purge one document shell at a time, to avoid freeze.
        
        Import especially when we have a whole bunch of large-ish documents open
        in the background.
        
        Change-Id: I614e6daab3481c09dae47c8407497d77aec40480

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c28aadc7fcb1858acc2e59a875e0a4c9071681ed]

        cp#1000072: Stop the external doc shell timer while mass-updating.
        
        To prevent collision with the timer wanting to purge the doc cache
        while updating external links.
        
        Also, show progress bar, and make the timer interval and the document
        cache life span longer.
        
        Change-Id: I325984c8fa68425a2621cf8f9c016463291afc89

2014-05-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1b243b14e9715b7b7da6359b5b752ee6d8278731]

        cp#1000072: Load external documents when refreshing caches.
        
        Rather than just clearing the existing caches and loading the external
        documents on demand as the formula cells gets re-calculated.  This has two
        advantages: 1) when the loading itself fails, we can keep the existing cache
        rather than turning all affected cells to error cells, and 2) this prevents
        on-demand loading after the external linkes get refreshed, which can make
        scrolling very slow & painful.
        
        Change-Id: Ie8243f6f94c5e477964413ab83f6b4b746fe3220

2014-05-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dea4a3b9d7182700abeb4dc756a24a9e8dea8474]

        bump product version to 4.4.0.0.alpha0+
        
        Change-Id: Ic309dbcc49a423bce10e9ea711e8ba0702552816

2014-05-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c15927f20d4727c3b8de68497b6949e72f9e6e9e]

        the addfile rule doesn't like to continue on a new line
        
        breaks the build otherwise on the baseline
        
        Change-Id: I7a357bc9b541c86746ce3000af429ee024efeec1

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [8f97326bdd3f42fc82aa5e1989fd03b0af1daf64]

        So ZCodec::ReadAsynchron was wrong in using a persistent mpIStm after all
        
        The fun thing is that with the (only) call-site to ReadAsynchron in
        PNGReaderImpl::ImplReadIDAT (vcl/source/gdi/pngread.cxx) passing in rIStm
        references to stack-allocated SvMemoryStream instances, mpIStm could point to an
        old, destroyed instance from a previous call, but which would have been located
        at exactly the same stack address as the currently passed in rIStm, so the wrong
        mpIStm->Read call would effectively behaved exactly the same as a correct
        rIStm.Read call.
        
        This went unnoticed "since the beginning" until AddressSanitizer's
        UseAfterReturn check came along...
        
        Change-Id: I7c75ed2d36a4c24c111d88eff647816bd2c5dbca

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [c5a603ce2469ef6a23023ff276ccd24ca316f6c2]

        ZCodec::mpIStm is apparently(?) effectively only used by ReadAsynchron
        
        ...(which can be called multiple times in a row).  But which actually looks
        wrong...
        
        Change-Id: I2e4914e6fed8ced383e430699dd462add9da8c08

2014-05-21  Eike Rathke  <erack@redhat.com>  [cf53a5d4938f6f64bd6d3fe70dd9b555c9d30d0f]

        we have GetEntryPos(), use it
        
        Change-Id: Iebb19951efa81817793a155164862076d1198e6e

2014-05-21  Michael Meeks  <michael.meeks@collabora.com>  [34f0e4f42594adb97bdb64e5f2e8f00801b48e2e]

        ODS load perf: 7% of the time re-creating sheet name strings.
        
        No need to create cached versions of stringified sheet tokens for
        a given grammar at great for every formula that we compile; defer
        until use. Is this a large cost on save ?
        
        Change-Id: I8058ed564dbdc00ff45c02cb483c1a20a48af272

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [1554fc9611e44d55eacc577bfed51d0f9c1c3a25]

        libgltf: Updated version.
        
        Change-Id: Ia394ff00421f495757cc2ce55e7b91bfebe715eb

2014-05-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f9d3abef3300e68b0ac69d789dc0babaee82b644]

        Updated core Project: translations  b1ee9c9e1542b856cfe2412c6dffeeb5a353810a

2014-05-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a95d12b547e2635e10aa074fe42f12a0ea151163]

        fdo#70596 dependency problem with debian packages for master/dev builds
        
        debian packages don't cope with release number of 0, so use release 1
        for debian master/dev-packages
        
        Change-Id: Id91926322d13bddad3a39faccfee4e131d8956b0

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [66351a678e558c2a9bd81eebab19c1f44c0381d3]

        Split ZCodec::ImplInitBuf into InitCompress, InitDecompress
        
        Change-Id: I2714b1f1dadc74f8501203bc8b0722c56c9c5fb9

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [4f1cf09c8a33c871f9cc0e893d0fbe8003ca16e1]

        Add assertion
        
        Change-Id: Ibe2f5f4ad52510247fb4134f433bba4b737d9c33

2014-05-21  Caolán McNamara  <caolanm@redhat.com>  [bbfa7a65cf6c92326b9e54bf1ff6019b4fb65f67]

        crash because iterator position wasn't changed in stl conversion
        
        regression from e0284f4bba59912e1c49cb36936e041e891a5833
        
        Here's the original code using the pre stl iterators.
        
        if( !pPara && nDepth > 0 &&  rSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON &&
            pOutliner->GetDepth( (sal_uInt16) pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 )
        	pPara = pOutliner->GetParagraph( 0 );  // Put NumBulletItem in outline level 1
        
        Hidden in there is a pList->First() which only gets called if the prior
        conditions are true.  pList->First() resets the index of the internal pList
        iterator position of pList to 0 i.e. the next call to pList->Prev will now return 0.
        
        The equivalent in the post-stl-conversion code is to jump the reverse_iterator
        iter to the last position in the reverse view.
        
        Create a level 10 entry in master view, select level 10, and use the bullets
        and numbering dropdown from the side panel to see this crash
        
        Change-Id: I52c22ea52020feb0fb75924f63ebe225be462071

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [7aed3a008967a817ff3d58fb4bdf1c417fdbe8c0]

        Remove spurious assert(false)
        
        ...inadvertently left over debug code
        
        Change-Id: I4bb9ee37ee7fd5d7e4e7f91afbcc036ba5802880

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [1c92fbf4fd73a8b0ad6b79b84fa67b7e24c948a1]

        Replace ZCodec::mbInit with sane enum
        
        ...and document how the member functions are supposed to be called from client
        code.
        
        Change-Id: Ia4847945e4a361c43a0ed001e3e78e901c9abcad

2014-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4af55670fa1f2653e4a64031cc09d51b5ccc8f6]

        try to fix Mac build
        
        Change-Id: Id36f801cdf72d7654958b9d9837590990fdf161b

2014-05-21  Caolán McNamara  <caolanm@redhat.com>  [583619b77195256149cbb47d71f09b204bca7c7c]

        don't crash on formatting outline level 10 in master view
        
        There are only 9 outline level styles, but we are allowed
        (for some nutball reason) to create 10 levels, trying
        to change the format of level 10 will then crash when
        trying to apply its formatting to the non-existent
        underlying style
        
        Change-Id: Ic240322f98d832bc59edb502dd6d4988aa022481

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [67444a92e4168414a973e68488f84615a7d03e4d]

        -Werror,-Wunused-variable
        
        Change-Id: Ie7919740e7e95eb53f7a719e3dc2b114c6fd3862

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08bc9faedbc7dc82addbb1031120093d64443d58]

        remove second part of the debug output
        
        Change-Id: Ie691746b4621a90d2b7abbfbc75367780574032f

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [31e32d3624971ba7dc9e17b7c78effd6c3c59ffa]

        remove debug output
        
        Change-Id: Ib77911177ec4d2f5b1f7c7ff75db30b6104f0682

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6fd54c8e34de3a24604be428fc68ea255167a88c]

        improve the text rendering a little bit more
        
        Change-Id: I7662b77df94c439678d17fe31e611272d1802981

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [6e38357d5d8aee5204f8671ec7f363d769b4329c]

        Cosmetics
        
        Change-Id: I4ad71bd3538b1d5b033802469b16dd35df5b9724

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [663c6800ca8789e1830ced9c93dadb84223e1c57]

        collada2gltf: Ignore case of the extension.
        
        Change-Id: If7f39a1a0537c561373137e6a9dcdb22b48037f0

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [2fa2e6db1c897d3605aca7da6b42a0b3b9155763]

        gltf: Send delta when rotating, not absolute value.
        
        Change-Id: I2453132fedc9a38f43c3de4b110459ba7771d085

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [f72d85e6fadfc66b80313d662ce3a938ed59aecf]

        Avoid blinking when doing operations in the spreadsheets.
        
        Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [f635aed5b176fc7a305f7571ca67fdb30782665b]

        libgltf: The FPS counting is not necessary in LibreOffice.
        
        And leaving it out kills the freetype dependency :-)
        
        Change-Id: I1fa33492da9d30a98014bae06aa196a508cedfe7

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [f933cb0a646ecebff27e93ddfb0fc2a3e417ce4e]

        libgltf: Update to the new version.
        
        Change-Id: Iffc91425d4395699a1c5f18ac10f5ed065231fdf

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [1b0402f87c9b17fef2141130bfaa1798ece6ba0d]

        Use varying aElement name
        
        Change-Id: Idc135ef5031a01961cc18d897a734b598bc833f4

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [4d2113250fa7ed62fe2c53ed0f76e3de5875cb81]

        ZCodec::UpdateCRC is private
        
        Change-Id: I2103f8a323d0454bdd1c779aadb99889ae1cf6e5

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [b928cfb512800e6bf947490a42af2e4ce6d6d6f2]

        Remove unused ZCodec::IsFinished
        
        Change-Id: I9741daf288c11dc8e0f0ad2f64e934e814c3ef8a

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [46d442860a1252f7260c97b1f629ce8e77f72a3a]

        ZCodec instances can be allocated on the stack just fine
        
        Change-Id: I4b185f9a0ecaa74ca3f1e93b3bfe504e9778a8ca

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [2993c7c0000d32933bc7ca7fabe975a91b672edf]

        ZCodec instances can be allocated on the stack just fine
        
        Change-Id: Id115af34011fbedc93a1fea1734ea6b1e7cfafd0

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [0696dd9a3d3f3aead4c8cc350eb48cb955173adb]

        ZCodec instances can be allocated on the stack just fine
        
        Change-Id: I523fba14c721815f8416f6e0224e42052d13429a

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [47169087c176a419cf4382e3bdb23b39df1575cd]

        Remove unnecessary GZCodec derivation
        
        Change-Id: Id710a1fe4a3c1593add69bb2a7014d26f9499e87

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [a1ec916df8b5b65c342c8a796150e5f29e5f2ae3]

        Remove unused ZCODEC_BEST_SPEED, ZCODEC_BEST_COMPRESSION macros
        
        Change-Id: Ibdf211b858c25a4b301cbde3dcab3a51765e4050

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [200d530f473566d7d7aa30f848bc28a72247d674]

        Split ZCodec::BeginCompression param into its 3 independent components
        
        Change-Id: I275abafe81c8bb617c70646244b14f6cecc33854

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [5e82dc511ea266776a06c9da62c41e873b2cbafc]

        Simplify logic
        
        Change-Id: I2350c1a4d57a0e25753756e99d2b93ab3f2f6997

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [e05a20024989a4a1a51f7d2278d5bc55f06e5570]

        Remove unnecessary ZCODEC_DEFAULT macro
        
        Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [201d429ad0e8f212c8546ae2133af384f9076a3e]

        Remove unnecessary ZCODEC_DEFAULT_STRATEGY macro
        
        ...and directly use zlib.h's Z_DEFAULT_STRATEGY
        
        Change-Id: Ibf528cbc32afec4d442656aa2963f50c0875d6a5

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [a34d0fb56fb14f834de76ce3d911f82ece26e17c]

        Remove unused ZCODEC_ZFILTERED, ZCODEC_ZHUFFMAN_ONLY macros
        
        Change-Id: Ie02fb495beebd02d8331e547cbe6648dc70f241f

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [b2e5b0ec142a554da3bcf75b478f93ddb61caeaa]

        Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macros
        
        Change-Id: Icd509f55b3f91c4ce3b21bfa3a501d99532539d9

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [5271e5b01be208a60a295fb06b867eb438387272]

        nMemUsage is always MAX_MEM_USAGE
        
        ...so just use zlib.h's MAX_MEM_LEVEL directly.
        
        Change-Id: I76d73f665df242bfb180b76aa7054cf8ddbe9e67

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [f5e44ac7e681ef50e333e102ce2aebba0f8b8ecb]

        Use default argument values
        
        Change-Id: I69273648155f5071b297c9c77edda58a8f25436d

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [fe1e1d1292973211f0edfa64c05279ca59634652]

        A single ZCodec ctor suffices
        
        Change-Id: Ib831b80afcdde98928a2759616810923348f65e8

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [faac2327e95b5ed735ddb3f5f76a583bbe504b52]

        Clean-up C-style (void) parameter lists
        
        Change-Id: I41da8920e33dfdd0f1483ea2d7cf67111224b441

2014-05-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d1711bb430b68e2a0ac2eb86efc998cf6a152b4a]

        glTF embedding: handle missing image on a better way
        
        Using empty tree leads to empty image url which
        cause problem.
        
        Change-Id: If815ce588fb303905035185404ede93fa424fcba

2014-05-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ee734562dfb36ed1025bfe8a4bfd4eece2c53533]

        glTF objects: set playback loop by default
        
        Change-Id: I17f5636196ba2b14f46f805ce013af5e6bede9a8

2014-05-21  Douglas Mencken  <dougmencken@gmail.com>  [7e4708739dd7a4d9db3a093a9f36d95f0192e639]

        care for Java 1.5 support in external packages
        
        apache commons-lang 3.3.1 and commons-codec 1.9 are for use
        only with JDK 1.6 and higher
        
        see commits:
          1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1"
          3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9"
        
        Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c
        Reviewed-on: https://gerrit.libreoffice.org/9312
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-21  Noel Grandin  <noel@peralex.com>  [e142ad49cee072e88ab47d6caa64adfa6df7d9fa]

        cid#708875 Unused pointer value
        
        Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4

2014-05-21  Caolán McNamara  <caolanm@redhat.com>  [b1439cf5de00d9af4b766347b749fed894ad796b]

        drop unused helpids
        
        Change-Id: I35fd20220a206fbe9cbc9eed9670b59e4051ae11

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1225fc104708d0d3b10233e19008f9a923ff5f90]

        improve the text rendering a bit
        
        Less scaling means more beautiful text
        
        Change-Id: I787244a5f7a472a14f463729f8f434a4969a6285

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [addc7e821fae471f2228af668791a19ee386fe30]

        we need to set text size in woorld coordinates
        
        Change-Id: If77133080851a3b2d700ac54c9722f560e71f26e

2014-05-21  Caolán McNamara  <caolanm@redhat.com>  [705c26a6553da5343405062c89a7c3b92aa4abd8]

        Updated core Project: help  2ef15cb93840390d9927f64bddb958ad699cb792

2014-05-21  Caolán McNamara  <caolanm@redhat.com>  [ca4a3819475da1eb6115d83b1e8e33ae4e011261]

        lets drop the custom DescriptionEdit widget
        
        Change-Id: Id08b364b828ccacd5c54276daf605ec4ff3fdb0a

2014-05-21  sk94  <eszkadev@gmail.com>  [5690def7c8e8c1d875b4f9bed4dea712d99480d8]

        RID_DLG_UPDATE conversion to .ui
        
        Conflicts:
        	desktop/source/deployment/gui/descedit.hxx
        
        Change-Id: Icf9ee3081b468f99833d1e38182887ad1da6f675
        Reviewed-on: https://gerrit.libreoffice.org/9417
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2bbcf97eb35b98da33f3aaba67cd7abc1a265c69]

        fix my issues with the offscreen rendering
        
        Change-Id: I4a2ed8a20890119220d63a6768f13365a7b5f97d

2014-05-21  Eike Rathke  <erack@redhat.com>  [b8e8c9c471ba6974886dd624630144ef2edccb2c]

        add unit test for static isValidBcp47() method
        
        Change-Id: Ib234fb1d14087236d337dfe351aea941945e718c

2014-05-21  Eike Rathke  <erack@redhat.com>  [a6e6cc49bfbf594aa59804ee0d9751d5ff19caba]

        add static LanguageTag::isValidBcp47()
        
        Change-Id: I2c646b3e2f13a6fccc845ce8eb82fccee154f3c6

2014-05-21  Noel Grandin  <noel@peralex.com>  [f824604b5c1b480bf6680935362eb1d4617187c9]

        fix spelling
        
        Change-Id: I1a4d66a78549ea49649a6bed92acb44dbd8b13e2

2014-05-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [46f1a5a7de28c75a8e977909d7f6e91a22875e0c]

        also add Unity and Systemd
        
        Change-Id: I941c1f651f7b1a4478c50a9047993da881ebfd70

2014-05-21  Eike Rathke  <erack@redhat.com>  [636581bf87e2a792672845d7c945f1b22a22ffdb]

        most certainly == was meant
        
        Change-Id: I1b0833daa576cd8603421e1036b8773badc8c775

2014-05-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e1d90b31f640f5ddd781b13f53c6f61dc85b68ec]

        add Debian Jessie
        
        Change-Id: I94473904747593714998ed159a304417060d691d

2014-05-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f126ed6a7f375c26bfc44cb9256c0a03ad99b7b]

        remove obsolete Ubuntu names (pre 10.04 LTS)
        
        Change-Id: I427e4318eab9ed50db882176e5542b5cb63d298b

2014-05-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c37fdd65021ab1f64aa05f83fd62fcf97088cc95]

        add current Ubuntu release names
        
        Change-Id: Ia84e758ca598d506c9bdae524afff0421f68be81

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [224fd0a946f2f30c2e97a6a72f4e1d6b62795afb]

        Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8
        
        Change-Id: I5b88b7c66c1c3a3c68e6a837d10e7477cb7ae8fe

2014-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [612e0c647ec9ef504a6ec1913c02b0d166d9aedc]

        fdo#77725 make testcase minimal
        
        Loading 54 pages to check a single footnote is a waste of time.
        
        Change-Id: Ic68d1d29e26e3d66973e5fca65c8958b953c78e0

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [c1dbed8ac63ffc3c9112c88b05398caaaca52dc7]

        Use more specific tag
        
        Change-Id: Ife10cae3f0bd7dd294c74799412528f2596369c8

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [02dcdb10111b9c5f644cbded01c6da688e807dac]

        Log also the size
        
        Change-Id: I391fbc092b05600b0a4c2107e3934e1fb7334554

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [e2565690b5d1814d21c1df9bfeefe971e0265738]

        Bin ENUM_FONTRELIEF_DECLARED crack
        
        We don't test or define it anywhere else so the header guard for the file
        itself is enough.
        
        Change-Id: I15a81b50ab3250a9c792a1b86a4b15f49ec224d1

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [566e47a19ded7c4864c0b1b4a6372a69bc22cc54]

        Add a SAL_INFO
        
        Change-Id: I3eb6a1f7dab30346a68050f37d31c082336ab7b6

2014-05-21  Tor Lillqvist  <tml@collabora.com>  [6da81bb513399fe2008b002417bdfb4de68ea341]

        Add debugging output operator<< for FontMetric
        
        Change-Id: I8df204b01a73454396561052f10784c71f10d081

2014-05-21  Jan Holesovsky  <kendy@collabora.com>  [58cb649dbe1bfbbd254fb8c9ac8c7526880b70cc]

        Don't disable painting.
        
        Change-Id: Ia7d8a49af756a642c393f47b7dc342b8e48b5eda

2014-05-21  Rajashri  <rajashri.udhoji@synerzip.com>  [b349d2483e1fe64316d87b55d0b3b4c8f2293e2e]

        fdo#78663 : Corrupt: 2007 WordArt whithin a Drawing tool
        
            A file contains a 2007 word art within a drawing tool.
            In Original file, the xml structure is as below:
            sample xml:
            <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <pict> </pict> </txbxContent></txbx> </drawing> </ac> </r> </p>
            LO was preserving this as :
            <p> <r> <ac> <drawing> <txbx> <txbxContent> .. <drawing> <txbx> <txbxContent> ..
            </txbxContent></txbx> </drawing> .. </txbxContent></txbx> </drawing> </ac> </r> </p>
            Now after this fix, If there is a custom shape within a text box, then we should postpone it and write it in
            a separate run.
            This approach is followed on the fact that LO writes nested TextBoxes in separate run.
        
            NOTE1 :Due to this fix, xpath related to the below UT needs to be updated.
            testFdo76249 in ooxmlsdrexport.cxx
        
            NOTE2: In docxsdrexport.cxx : 'm_bIsInDMLTextFrame' is no more required.
            For adding LockedCanvas, we only need to check if the property exists in the property set.
            Therefoew removing the above bool variable.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9392
        
        Change-Id: I00e94712e912ad1977fcb65a945fefb927795d77

2014-05-21  Michael Stahl  <mstahl@redhat.com>  [cae2376f6fb8451d7b6a9e68edf4b97627d8fde4]

        extras: add some more words to technical.dic
        
        Change-Id: Ie337f8d1b24c8e7c9c422a13b11705f8eeaffdcc

2014-05-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fc4bd96749dd799593625d07c274e3e4f31b6ec]

        unused DocxSdrExport::setDrawingOpen()
        
        Change-Id: I8a5d36325edda8c475c4ad5874ec83c444bf2b50

2014-05-21  Tushar Bende  <tushar.bende@synerzip.com>  [1fc9923b194da3ba346f0f0583c130b4284642ba]

        fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>
        
        Description :
        Docx file corrupt after roundtrip.
        Root cause: For some documents During export LO was not checking for the content of sdt and Even if sdt contains Drawing object
        LO was writing text data related tags <w:text/> & <w:dataBinding> in <w:sdtPr>,This was the reason for corruption.
        
        To Fix this checking is there is any Drawing Object in run if yes skip writing <w:dataBinding> tag in <w:sdtPr>
        And if sdt content is Text and Drawing both do not write <Text> or <Picture> as these tags will again result in corruption.
        
        Presently, while writing the sdtContent tag LO does not check for the content type due to which LO ends up adding the dataBinding along with the
        Drawing/AlternateContent which is incorrect according ecma ECMA-376, Second Edition, Part 1 : 17.5.2.6. This cause in file corruption.
        
        Added a check to restrict the aforementioned.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9371
        
        Change-Id: Id31437db0309b0a2159389a4a9a1f5e13c1ac3a5

2014-05-21  Michael Meeks  <michael.meeks@collabora.com>  [c07b8dedf7b1d0ddb2c97368e1634432974632db]

        ODS load perf: transfer ownership of the ScTokenArray to save cycles.
        
        Add API to wnsure we don't end up allocating 32k bytes of tokens
        for each ScFormulaToken, as happens when you Add a token to a new
        empty ScTokenArray.
        
        Change-Id: Ib12a3065eb513243a2146ebb009fbaa650385dd9

2014-05-21  Michael Meeks  <michael.meeks@collabora.com>  [7732f806dfcc9375757e7ccbe1ca3c1d194af266]

        ODS load perf: avoid excessive calls to uppercase to compare tab names.
        
        Change-Id: I37b9e49607c8c51f10bc8ff8fc342b02fdb8b7e1

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [85dc388993beca806b5a7ec91c9c49172b3a781b]

        Default OS X thread stack size too small for -fsanitize=address
        
        ...witnessed stack overflow in huge function
        FunctionMapFactory::createFunctionMap__library_effects__allChildren in
        workdir/UnpackedTarball/opencollada/COLLADASaxFrameworkLoader/src/generated14/
        COLLADASaxFWLColladaParserAutoGen14PrivateFunctionMapFactory.cpp
        
        Change-Id: I9451912043e282c8e06aff446cf3d1190f1de9cf

2014-05-21  Stephan Bergmann  <sbergman@redhat.com>  [00468b48e8678d819a8e34be8c1e256ce36c1396]

        Work around Clang -fsanitize=address inline asm error
        
        same as 08947735f9cc4b7bd69676c9dd4d1700e8e3b15b for gcc_linux_x86-64
        
        Change-Id: I28d138dd13adc9a3e09d46befe69ac86ab1fffb6

2014-05-21  Maxim Monastirsky  <momonasmon@gmail.com>  [c354deac3c6174b0e725c9bb6aab10b65a95fa0d]

        fdo#78921 Don't crash when there is no storage specified
        
        Not sure it's a good idea to get here at all
        when exporting as flat xml, but anyway it
        shouldn't crash.
        
        Change-Id: Ib2ce6b044b4395222a394312d49f5a01d157f9f3

2014-05-21  Thomas Arnhold  <thomas@arnhold.org>  [005fae2bddf4e43cb361bbdb9fc2cfb961693ffd]

        upgrade to python-3.3.5
        
        - remove now obselete patches, which were applied upstream.
        - Hack to get MacOS to build
        
        Change-Id: Id68e78e411efc92a46ea9e180f09c390fe5acb4a
        Reviewed-on: https://gerrit.libreoffice.org/9311
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [19979ae27055cb910bfc368bfc2899d211f56be1]

        forgot to release the OpenGL resources
        
        Change-Id: I2baefbe611f9ed28defc46ca3af332d13b32c561

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [61b2ae31c6642e09b3052599ae22077e8d41eabd]

        use FBO for the picking
        
        Change-Id: Ibab6daa1f76300d159ccd4cfbca061c8d8c1951f

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8c39739a38237df6e8f39f312cf08fadae896ae4]

        add method for creating framebuffer objects to OpenGLHelper
        
        Change-Id: I08bd2e58ee98a68accae256fcbcc288a8c56ae0b

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e634b0dcdd6286cef92dac83847af8b6fb08ce70]

        set the color for the picking
        
        Change-Id: If7b902b16626384440241d88937161cf327e14d5

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1b8cfd5d1414da9127ff18e4701b40f5bceabb36]

        remove unnecessary whitespaces
        
        Change-Id: I4d93c0149aaf90e2477c1382aa51f8f08c967626

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5500a4fedc406fad218a2529c905f33008e453f3]

        avoid division by zero that happens to me in some cases
        
        Change-Id: Ifc80462e7826e7d717dc553f50dd00f2b771bf15

2014-05-21  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08bed8aa8a8615f85cea404cb7a859f3bccf78cc]

        we need to create the buffer
        
        Somehow this only crashes when I use gdb.
        
        Change-Id: Ic18ffa3af931b80a7241e8fe711753db03da166e

2014-05-20  Julien Nabet  <serval2412@yahoo.fr>  [227af32d8c6d5e3649c83fcdb274298bc7faa294]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18
        
        Change-Id: Ibf958dbfbf7cdbe6ad31d390138be8d4d468c225

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [0f836296ea3cdc10326ad54983b634168285b8e2]

        Don't use two separate names for the same thing
        
        Change-Id: Iad76d452d5dbaa03099c1a649d7f278b0151f340

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [c41ad388af65863b89788f874031cb129ce0f8b2]

        We don't support the Apple Remote in sandboxed mode
        
        Change-Id: Ie0a456647376b9d249850227d3481be5b4ee991d

2014-05-20  Julien Nabet  <serval2412@yahoo.fr>  [04831249713827fb175faa118205bb132387dad9]

        Following fdo#78838, let's make this part safe too
        
        (Thank you Eike)
        
        Change-Id: Icc7061c7f7296302d6ed21f0e74a48cbaa82011a

2014-05-20  Julien Nabet  <serval2412@yahoo.fr>  [f332958999cc38ad778ac381cc67d249e9bd918a]

        Fix wrong copy paste, should be <ucb::CheckinArgument>
        
        See http://nabble.documentfoundation.org/Wrong-copy-paste-in-ucbcmds-cxx-ucb-module-td4109103.html
        for more details
        
        Change-Id: I4f6754cf0350e969cece52008b310e1d8f182622

2014-05-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [a130817f7deb61666262075e3918630f8d340c06]

        Correct linker library sequence for pdfimport
        
        Otherwise I get a lot of missing fontconfig symbols.
        
        Change-Id: I9bc3e395d54380a36cd6dd73cf95b7f4e4cab54e

2014-05-20  David Tardon  <dtardon@redhat.com>  [4ffc7955361f38140fbacc41a0f473de5173c2dc]

        avoid duplication
        
        Change-Id: I2de8da0ce3648657977825309d4dd9902c0f8900

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [f65de4feee506b80be0986ce28f7a2311e4fbe2c]

        fdo#60338: Introduce osl_createDirectoryWithFlags
        
        ...so that utl::TempFile can pass osl_File_OpenFlag_Private and doesn't have to
        resort to umask (the calls to umask around Directory::create had somewhat
        erroneously been removed recently with 1d72a0262c4570631d0aa8f98e34e21fb9d6ae42
        "Related fdo#60338: Create missing temp file dir with user's original umask,"
        mistaking this for creation of intermediate directories in the hierarchy).
        
        On Windows, the flags argument to osl_createDirectoryWithFlags is ignored
        completely for now.
        
        Change-Id: Iac56a5049d579be729a3f338aa62105123edb6cb

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [1122d513efbb3066b4e8aefbc8dc29ce7a7e9bcf]

        loplugin:implicitboolconversion,literaltoboolconversion
        
        Change-Id: Ib783fd0557361286ce7b913a429c9ab8fc101c75

2014-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [1c9ba8a81ca3b92e8fd684b4c16a06b5180ceb64]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Idb8f0df3848416d96299ebc47ac5bd53d766e52c

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [dc24203e5f20dcbf2818651a8802e67338293b3c]

        fdo#78971 There's even a git hook to prevent commits containing SAL_DEBUG
        
        Change-Id: I5a46e1eed129edf3648c68c36951d6fdf9bd370d

2014-05-20  Michael Stahl  <mstahl@redhat.com>  [68bc8af6b6c4d0399bd10ed450d81aa2f17931a1]

        SvxRelativeField: set the unit from the passed stringmap
        
        In the Paragraph "Indents & Spacing" tab there are fields with unit:
        <object class="svxlo-SvxRelativeField" id="spinED_LEFTINDENT:0cm">
        
        But the unit is effectively ignored, and the resulting SvxRelativeField
        with FUNIT_NONE and 9999 max somehow results in 0.18cm max when the
        dialog sets cm as unit.
        
        Change-Id: I6001c93079fd7d899f1e119913b29ea4898b1c34

2014-05-20  Michael Stahl  <mstahl@redhat.com>  [35199df7b7af9d9dd3e98eb5f1b24ac1d407345c]

        (related: fdo#62176) Revert "reset min/max values in paragraph ...
        
        ... dialog before setting the actual value"
        
        This prevents handling negative first-line indent in Impress, for which
        it is necessary that the values are set before the limits.
        
        This reverts commit 3d7ff1e907713d8ed53a1e193641a2f16de3c38b.
        
        Change-Id: I47807d7d49716acab3657de1da64c6e9a99fc44d

2014-05-20  Michal Siedlaczek  <michal.siedlaczek@gmail.com>  [43cd2f79da7a639d09fe43e6194f7568cbc78970]

        Displaying the number of standardized pages in the Word count window
        
        The number of standardized pages (unit defined in the options)
        for the entire document and the selected area is displayed
        (if enabled in options) in the Word count window.
        The number of pages of size P for an area containing N characters equals P/N.
        This value is a float with one decimal place precision.
        The default size of the standardized page is 1800 characters
        (including whitespace characters).
        
        The configuration can be altered in Options->Writer->General.
        
        Conflicts:
        	sw/source/ui/config/optload.cxx
        
        Change-Id: If13e87c73cb7706ff6618fa0352ba29c7c670aec
        Reviewed-on: https://gerrit.libreoffice.org/7642
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [63bc29b2a80e746a439f248c1bb8daa3d516370c]

        Make CoinMP build for Android
        
        (No idea whether it works, of course.)
        
        Patch the config.sub files to recognize arm-linux-androideabi.
        
        Don't build any binary programs as that fails for Android becuase we don't
        pass in the right C++ library to use anyway. (And those programs aren't really
        useful to us anyway, on any platform, I guess?)
        
        Change-Id: I70c7a527db41081a51548ce6983b6a9ae8a08bc7

2014-05-20  David Tardon  <dtardon@redhat.com>  [9a076c316ddb105430325121713ede6270cc1aee]

        normalize member var. names
        
        Change-Id: Ib6215520d51ada6f956f8400de36f61a5ff025ba

2014-05-20  David Tardon  <dtardon@redhat.com>  [eccaf91ec9c50d42ce98c90abe2c129bedbbc60e]

        use VCL's OpenGLContext for 3D transitions
        
        Change-Id: I510518461eb8bc9669d0de2679c34c473f66b175

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [92621df9e72b9d4e44e448f92df14c4ba731d5e4]

        Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"
        
        This reverts commit 0562a17c64f4016f2d3ba01e1c19c27feadb2543,
        sal/log.hxx functionality is only available in C++.

2014-05-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ee212bf4db7e38279d8c236c944ef3e09e3c0b72]

        kill some old 16 bit column indices
        
        Change-Id: Ie1c3f3b11ed216b53f3fd385614f6fcb2c38220c

2014-05-20  Mukhiddin Yusupov  <ymukhiddin@gmail.com>  [0562a17c64f4016f2d3ba01e1c19c27feadb2543]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        Changed OSL_ASSERT with SAL_WARN_IF
        
        Change-Id: Ie81eeb51f6978162abd372f7e9910344a2baaccd
        Reviewed-on: https://gerrit.libreoffice.org/9401
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2014-05-20  Michael Meeks  <michael.meeks@collabora.com>  [ef02ced3ec5e66d5c25de52fc37355ae0f44235e]

        Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHs
        
        Change-Id: I0a8ee157aa548a5b04df67a2355e3f4fd15e84cd

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [c1fd24e18fe82e761cfa2a07dc8acf13365dfd81]

        Add the CoinMP libs
        
        Change-Id: I37b4c1081055f98c9254d64480efeb2c205e711d

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [dd633de592fde183c06101cb082744c9ce270796]

        Make CoinMP build for iOS
        
        Change-Id: I8adff18896115d7dd0fce49916a18dc830506a36

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [4474d705ae2366c056630646677c85f95e2a7c97]

        No reason to avoid CoinMP for Android and iOS
        
        Change-Id: I78eb3a706251ba64ad87e7985fc43c90bea2f767

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [8517dc95a6ad6eec34aa5295b5133c6c18fcd1e9]

        If we don't want lpsolve we don't want lpsolve
        
        Change-Id: I6038faf296831da0855eb7cd3628c5c6978d4cb3

2014-05-20  Chris Laplante  <mostthingsweb@gmail.com>  [eff1d991de77700505ce18dfaaa3e01d76551ffd]

        Move #include from middle of file to top
        
        Change-Id: I715f606ee0f94e9ffd3ef9ec889948a56a9cdc19
        Reviewed-on: https://gerrit.libreoffice.org/9381
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-20  Caolán McNamara  <caolanm@redhat.com>  [a092418f300f15fd1e2203b6933cfb1f69c107ad]

        we need fontconfig now
        
        Change-Id: I0482f613d7c908488e7d9f84f891bd521e91cc15

2014-05-20  Vort  <vvort@yandex.ru>  [be7ec1384e85360179f5645d9775c5e6605d5a0f]

        fdo#78689 PDF Import: get font's ascent value from different source
        
        Change-Id: I19018d25ef53bbea225bb5a9ef806ce5c1b4adc7
        Reviewed-on: https://gerrit.libreoffice.org/9410
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-20  Caolán McNamara  <caolanm@redhat.com>  [27fc60874795849b43903f27076e9dcafb958c76]

        Related: fdo#78151 disable promote or demote outline levels in master view
        
        it doesn't make sense in master view to do that
        
        Change-Id: I838422f93131b8a92745a624738c5be3a7ed3459

2014-05-20  Caolán McNamara  <caolanm@redhat.com>  [52871279e9811d437ebe881e30b6c76208c84e65]

        Related: fdo#78151 fix 'pIds unsorted' warning
        
        Change-Id: I00c533a25a851d8bf57f1b0758e98915d2291ee9

2014-05-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [bc34b4b2e2c7b9a891e2efae3b48a9a9c43b9d5a]

        fdo#77282 Replace "Edit Group" with "Enter Group"
        
        Command to enter in a group of objects should be the same in Writer and Draw
        Update of Help in commit 8944
        
        Change-Id: I39d9c9f9e969978f4084703d2468bdf8a2bf7372
        Reviewed-on: https://gerrit.libreoffice.org/8923
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2014-05-20  Bisal Singh Nayal  <bisal.nayal@synerzip.com>  [ee0bb265c90a135afa53c0fa6a586996e67640fa]

        fdo#78290 : The File gets corrupted when saved in LO
        
        Problem Description: Docx file containing a chart (line chart / scatter chart)which has used a builtin
        marker'x' gets corrupted when we save it in LO.The reason was that while exporting LO was writing the
        marker information 'x' as 'X' which MS Word doesn't recognize.‒<c:marker><c:symbol val="X" />. Also
        the size of the marker was coming 1 less than the actual value. Ex: if size is 7 then it was being
        written as  6.
        
        Solution: During export I have made changes so that now LO writes 'x' in the tag information
        ‒<c:marker> <c:symbol val="x" />. Now the size of the marker is also being correctly exported.
        
        Change-Id: I26b747f9576625bf3acb941322ae418a0bbc6b64
        Reviewed-on: https://gerrit.libreoffice.org/9273
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-05-20  Eike Rathke  <erack@redhat.com>  [23e9f36a21f7daa6175f53fd244677b9c2e2a660]

        simplify and ensure valid miAutoPosColumn in all cases, fdo#78838 related
        
        Unconditionally set miAutoPosColumn at the end of all operations so it
        is also valid in case of pColumnData->clear() and no entries inserted
        after pDoc->GetDataEntries().
        
        Change-Id: I689632f696091fd9ce8e93c06d7918e5eaf05ab4

2014-05-20  Dinesh Patil  <dinesh.patil@synerzip.com>  [df973e6e950591c0c36f2bbbb761e43ec23b9964]

        fdo#78658 Corruption: lockedCanvas tag is missing from RT file
        
        While export, locked Canvas is missing and drawing is
        exported inside textbox. However a locked Canvas has to be exported
        inside a text-box and drawing should fall under locked Canvas
        for the RT file to work in MS Office 2010.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9377
        
        Change-Id: Iea2c411302b552db18527001cc4c6d0290085afe

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [423921b085de43f53e42f957889dd96378d2c3c4]

        fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationships
        
        ...like it was already done in the similar else branch of
        ReadRelInfoIfNecessary.  The call site at GetAllRelationshipsIfAny will
        translate an m_nRelInfoStatus that remained RELINFO_NOT_INIT into an
        IOException.
        
        Change-Id: I79c601acd23b3b0020c7b4de4c20b0282524bce1

2014-05-20  Noel Grandin  <noel@peralex.com>  [8d54796bf152499ecbe61788be64c9035f725dfa]

        enhance pass-by-ref plugin to detect large arguments
        
        Detect arguments larger than 64 chars passed by value.
        
        Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4740dbecfce958c2c707d8cc92e6dbe52f4b71b]

        fdo#78659 make testcase minimal
        
        Change-Id: I393b413528685276bffd35fb7fe5ce8c742314b7

2014-05-20  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [1870ed0e4f63e9c58476e7dcd160e04eb866e0f5]

        fdo#78659:FIle geting corrupted after Roundtrip due to fieldchar.
        
        In a hyperlink, the field with fieldchartype="end" is getting addeded eventhough there is no begin for that field.
        
        Change-Id: I50df6efc63fc9a66b146d4a861ae4bd654b4a3c6
        Reviewed-on: https://gerrit.libreoffice.org/9368
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-20  Eike Rathke  <erack@redhat.com>  [76531b80ea49e9665c628a2e5f8b82280ef80704]

        take a shortcut on common separating ASCII characters
        
        Change-Id: I991801b9a0b7be6024612c8f29262f2ebd8e6a64

2014-05-20  Eike Rathke  <erack@redhat.com>  [43624d9370c4384f71c6b13fed900eaec222cf64]

        resolved fdo#34724 Jan1 or 1Jan without separating character is not date
        
        Change-Id: I2cf02a26b81fa634c842df455de669f1c60241bc

2014-05-20  sushil_shinde  <sushil.shinde@synerzip.com>  [d2a19aad658cc0e8939c16b5137c15727c3cdff9]

        fdo#78654 LO was exporting corrupt docx file.
        
           If docx file contains multiple hyperlinks in one paragraph
           and one of the hyperlink contains "PAGEREF" field. End tag
           for "PAGEREF" field was not exported hence it was causing
           corruption in exported file.
           Fixed export part of field end tags in case of "PAGEREF".
           Added unit test.
        
        Change-Id: I18a3625213bf7269e3f441859a27acc38cf6ff45
        Reviewed-on: https://gerrit.libreoffice.org/9364
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [c3ed5f6d3348fa2b6551d0d942632d951555a01d]

        Fail early in OpenGLContext::ImplInit() on platforms where not yet implemented
        
        So far this code apparently has not been invoked except in the very
        special use cases for which it has been developed, and which
        presumably aren't such that one would come across in "normal"
        LibreOffice use.
        
        But now it gets invoked unconditionally, in some unit tests even, and
        letting it call glewInit(), which calls glGetString(), without any
        OpenGL context, leads to a crash. So instead, explicitly fail early on
        OS X (and iOS and Android).
        
        Change-Id: Ia4547cc1ddff1aaa0190fcdb69506ad444214b7a

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [fe39041f98b1abb3a23b43f399963487fe5b66b9]

        Remove unnecessary casts
        
        Change-Id: Iafc7727a22d657dfb6bc97ed767907cce3679364

2014-05-20  Arnaud Versini  <arnaud.versini@gmail.com>  [cd11bc699ac50af4f560ed5f2e5e7903de0898b8]

        C string usage improvment
        
        Change-Id: I5c59f0d2d1b911ffa1ee251e0f1355d137616493
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-20  Stephan Bergmann  <sbergman@redhat.com>  [498c314861f0913a5b31ee29efc38aad12c3a781]

        Hack to for now work around dpy == null crashing CppunitTest_chart2_*
        
        ...since 2fc4f5cd750cc3899ffc6b2f831edcb01e7773b4 "Register OpenGL windows to
        ScGridWindow upon file load."  Should be revisited and fixed properly.
        
        Change-Id: I5a3d08cb750fd9ec7c98d5b85250eaabd1c7a8b2

2014-05-20  Tor Lillqvist  <tml@collabora.com>  [f3a46244a07b76d633ccc7f83da3fa502612e978]

        Make it actually work to build GLEW for debugging
        
        The check in the GLEW Makefile looked at the whole $(MAKECMDGOALS),
        which in our case was the string 'glew.lib debug', not just 'debug'.
        
        Change-Id: I639395c944e8f2b443cbb55b451a4036b2c9d3bb

2014-05-20  Julien Nabet  <serval2412@yahoo.fr>  [1df54514d7a1ebb1b4fa16cca386a34e7c41c490]

        Resolves: fdo#78838 past-the-end iterator
        
        Inserting data in pColumnData invalidated miAutoPosColumn
        See https://bugs.freedesktop.org/show_bug.cgi?id=78838#c6
        
        Change-Id: Iece423cd8d14f5ae7bf382583c0369895a00f168

2014-05-20  Thomas Arnhold  <thomas@arnhold.org>  [07cb96a163e1551ca1357ab9e648eb24d39f8ba2]

        remove unused header files
        
        Change-Id: If7ec1ff0a78f9cde5ac926e92377de4720c828b2

2014-05-20  Matúš Kukan  <matus.kukan@collabora.com>  [20f2ea061d783767937d0e6b3219476b7ac28a9e]

        fix .kmz support on Windows; no idea why this int was unsigned
        
        Change-Id: I08fa1c3956b48bcd65edb74add010fafa17bfe82

2014-05-20  Matúš Kukan  <matus.kukan@collabora.com>  [04232e0171e1f5cd67e90424753a27a78968500e]

        collada2gltf: output bundle path needs to be in url format
        
        Otherwise it does not work on Windows.
        
        It's strange though that input path has to be converted from url to
        native path format. At least that was my observation.
        
        Change-Id: Ia8d9e9719d927cab2ae4d928eb8066cab4588281

2014-05-20  Thomas Arnhold  <thomas@arnhold.org>  [d58fc49073ec69ce3a17b6a6613135af857ce4f7]

        WaE: -Wunused-variable
        
        Change-Id: Ic39102eaa8f0f5f6ea58173103ca8c5dc5c55185

2014-05-20  Thomas Arnhold  <thomas@arnhold.org>  [e5dce9439628f83fc8ed4ddddf86f341ee76008c]

        fix-includes.pl: lwp
        
        Change-Id: Ib0c5d5c0b0b3c6c290e7e1bbe18464155232ace3

2014-05-20  Thomas Arnhold  <thomas@arnhold.org>  [023547ab9aacb23534b1d792aca3152d96540e0c]

        update_pch: add lwp
        
        2m21s -> 47s
        
        Change-Id: I5fd321bb34840c71f22705790aab06e83350261e

2014-05-20  Thomas Arnhold  <thomas@arnhold.org>  [d06a8cddc0483be41e1cd8252fd23674f65b1f15]

        update_pch.sh: ignore a icu header file
        
        Change-Id: I2654933e1e6f50902be6b992767ab5caac273f9c

2014-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [9626106562b3e11f66e7a07f1b2173f15ec183f6]

        vcl: add missing resource.cxx file
        
        Change-Id: I7ab6fe8592845040f9e87f3667c11200735d7d63

2014-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [87ea3aa1cf2a73a3aa9f7a7d40aac5545579d854]

        vcl: move resource functions from window.cxx to resource.cxx
        
        Change-Id: I050cb975dfa6ba20a6a840f24d30745fbafbfaef

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [9cf5e4c2500fc5d579896ea08802aba5ca671c96]

        -Werror,-Wunused-result
        
        Change-Id: Iaa06237d3e554d3a3d9c87f6c5dba715343afa25

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [d09124d94270e9d15e3cd0a86ec90e5e2a1822eb]

        Fix overriding exception specification
        
        Change-Id: I6eb46f1ffccc1d98b1a1485486cbc355ce296cd3

2014-05-19  Michael Stahl  <mstahl@redhat.com>  [b18ff2a2ef8dae006d6bc976a61510f2dbaa27f2]

        fdo#78536: sfx2: remove (likely) accidentally duplicated call
        
        It looks like commit dda842bec338efb06457551136678340d0718807
        wanted to #ifdef this Execute_Impl() call but somehow duplicated it.
        
        Change-Id: I745e16cb0be19cf38eb70dd261204c879aa6986e

2014-05-19  Michael Stahl  <mstahl@redhat.com>  [838c580fdba8b1c72bc854d101d302be0e3861d5]

        fdo#78536: sfx2: template dialog: make the am-i-dead-yet check reentrant
        
        In the fine tradition of our enterprise-grade code base, this lets the
        check in SfxCommonTemplateDialog_Impl::Execute_Impl() do an early
        return if the "this" instance has signalled its untimely demise even if
        there are multiple calls of Execute_Impl() on the stack; extending
        the scheme with further epicycles to make it work if the Execute_Impl()
        calls happen on 2 different threads is left as an exercise for the
        interested reader.
        
        (regression from bcc52fb2ebdf77a1cc089857775fd742085b45b6)
        
        Change-Id: I1d9f0d82bf6d9f5da8f9bd2be57d01937d71fd26

2014-05-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2fc4f5cd750cc3899ffc6b2f831edcb01e7773b4]

        Register OpenGL windows to ScGridWindow upon file load.
        
        Change-Id: I6fdce232ef41079f20a983dc72da032196078858

2014-05-19  Eike Rathke  <erack@redhat.com>  [0d361388060741fe8e2f1ba059fba95707bdc233]

        resolved fdo#66620 keywords occur in unquoted context only
        
        Change-Id: I4de41e5b66f1a856a786c521ca4ef2eec14c7499

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [132e7c4549ddef708fd0da12718a6991afbe7b08]

        writerfilter: remove using namespace from headers
        
        Change-Id: Ibbb234a15de9ddb71552ef083ade72d2ac724ee0

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [4f6e343344dec57addcaebda94c4b8cad935a7ae]

        fix-includes.pl: accessibility
        
        Change-Id: I61bd6e7f104f23e5480350a9b1bd6ba31b95a9cb

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [06ee6336abfc7421b7a693df9bec16d76c4d9d8d]

        fix-includes.pl: framework
        
        Change-Id: I360d2124ece10ca939a45b9307daf760aaefc557

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [6f6f8aff6334dd9673ce7da3301e41f4651542ed]

        fix-includes.pl: idlc
        
        Change-Id: I62da508151614277d59e831c7506c3ec715348f4

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [4671e7b8a40fd296d907248f7dcecbc6d29315fa]

        fix-includes.pl: xmlsecurity
        
        Change-Id: Ie3dd8674e1fa927d15eeb6a64a0cad24b8825262

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [bd8b38be3d0c54085875a8b28a3fec33291bb018]

        fix-includes.pl: uui
        
        Change-Id: I3624890c9b8a69b2ab1efbb3554c99076eb75bb1

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [9d498d23dc26265af8d858f842c18caefe7584fd]

        fix-includes.pl: extend this to resource files, too
        
        Change-Id: Icd95ef188aa04ce25a1c251701aa27a5516b5077

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [bbbbbfc18616c81cf39efb122cf83dbf1b0c1006]

        fix-includes.pl: uui
        
        Change-Id: Iad30f8d988e9541a896d9b1702c7a3e8afd8d8fd

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [acde3e430edfe118d3aa2bc9ebc1593877b98f4a]

        sd: remove using namespace from headers
        
        Change-Id: I918733eb5f78b40ae990975035d11e396274c5cc

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [224172996aeb1ef7ba078a1da63ba4f1923ebbc3]

        oox: remove using namespace from headers
        
        Change-Id: Iaf33c536c86a372aed2a719b6f87a8e03a5481ea

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [67467b93f28ebcefb821559cb2677d8f0acd4629]

        vcl: remove using namespace from headers
        
        Change-Id: I57439b09e95bf385436501921ca8db1469758105

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [1aae91fb3b562fb42453405daeef1c8852addb20]

        lwp: remove using namespace css from headers
        
        Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [60b21e85a0c86aefdacd3b73665fda4ebd429b22]

        WaE: -Wunused-variable
        
        Change-Id: I821560e86a45ac53f4886bedd957e5d2dd30e3cd

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [64d65c397bf3d9f55126efe39ff54865cb7da172]

        WaE: -Wunused-variable
        
        Change-Id: Ia35011b115ca9a6dbcc6f0a047d876d9ad132dcb

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [cbf03eb68dd054fd4656e8981a72f3754a315838]

        WaE: -Wunused-variable
        
        Change-Id: Ia03ee551f3694a77f70325168998e4e02517e318

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [952ce521a06ce44a1518017eb95b558f5decdaeb]

        WaE: -Wunused-variable
        
        Change-Id: I634c6412ed4be5611913887b5dd51837405e2250

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [ade92713c32cf36cfb516f76824eef6c3d124321]

        lwp: remove using namespace std from headers
        
        Change-Id: Ied5806a1706473ac0fe4e1baebb71256cf56681d

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [b54e050169d22bb814a4815404021665e1fcf93b]

        canvas: drop using from headers
        
        Change-Id: Ifcfd08984df883a06a133b407ac90ddf259b3bef

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [6c29c3d1784302d959830e10a027c6843480e0c4]

        remove commented out line
        
        Change-Id: If80632525d88ed889291913b172fa3cb2a3ac956

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [2d4590ae56cb3f78da17e377baa3e181db42347a]

        oox: drop using from header
        
        Change-Id: Ie353c561ccdcfb3c198ff05943f0ea64a3626735

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [ec70ac6e946973d68e72cb98c8cff2c1165d9667]

        WaE: -Wunused-variable
        
        Change-Id: Iece721dea1c8cc7601352849ca4fc0398375d320

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [3462cf15682af4f2f9753e5f6601aa56c0cd319d]

        WaE: -Wunused-variable
        
        Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [a81a07930554e5aee275b6cefb4d0a0676e62a62]

        pyuno: fix warnings with system python 3.4.0
        
           warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
        
        Change-Id: I7ab82025fd8c2f0d8fa4943690a217c4a4dc369d

2014-05-19  Thomas Arnhold  <thomas@arnhold.org>  [3db8d606d5cdb5f0569a4263d4793c17920d0ae1]

        hrc and src files: squeeze multiple newlines
        
        for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done
        
        Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e

2014-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e175eb3cedded28909247f4d46f2c17ff2f58be2]

        fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012
        
        VS2012 did change return value of fileno function, this results in a
        crash when run in GUI mode (but not when launching from a shell), as
        python tries to access the nonexisting stdin/stdout/stderr
        Also explicitly target Windows XP
        
        Change-Id: Ic783713b55453f3c38b2e766a664b7f4678711de

2014-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [36f58d4dd1ee5ebe220a5e1e7d1b28aeb15b8977]

        sw doc model xml dump: handle SwDoc::mpFrmFmtTbl
        
        Change-Id: Ie15ff20524e7065323e681945bb5eaf199a2bf3a

2014-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb2f6e6c5130d8b6ad702b00c1aa4f8d559056a3]

        vcl: move globalization functions from window.cxx to globalization.cxx
        
        Change-Id: I8f617f2c480f8c5c7f5230cc6d6a6e82d8750857

2014-05-19  Michael Stahl  <mstahl@redhat.com>  [805fd1ca343d6295b8114a24cc29bdac332f266d]

        fdo#78742: SfxFilterMatcher: respect requested document service if set
        
        sfx2::DocumentInserter::CreateMediumList() creates a SfxFilterMatcher
        that should match Writer filters only, but actually Calc filters may be
        returned; check that the document service matches.
        
        (regression from 3da8f3680556e0163f660a0a159930337c8c32ff)
        
        Change-Id: I6208d38c1110355105aa5d1ffa1b57142193a4d7

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [184e4ef35641403fd293262ee413ceee37b3761a]

        rhbz#1016758: Dispose bridges when disposing bridge factory
        
        ... (which happens when the service manager is disposed), so that no bridges can
        still run during exit.  But this is so glaring that I wonder whether I missed
        the obvious when I originally wrote that code, or whether I rather miss the
        obvious now.  So better let this rest for a while on master before deciding
        about any backports.
        
        Change-Id: I7c9ad6c8a53dfd1a7b702640920dcb0a9a2c3007

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [1706da9c8643fbbf42626a5f517ca753dd0ceffb]

        OUString -> OString
        
        Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [98019536daeac4c136ce9b327545a27da6dbb2e0]

        Resolves: fdo#58170 use selected tab page helpid as final fallback
        
        Change-Id: I73a064a40476f685dbf19097115bd48c5cc0f578

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [c5e114c00cccb1b98dac7cb96de21e4ba53647c2]

        valgrind: memory leak
        
        Change-Id: Ica30df49caf79117bbce36ec461ec5ef37bef20c

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [48ea499aa9c7fc05125be9bcc9342de4caa01b1c]

        Updated core Project: help  fdfcaa991224f6ac15fdc778e0a301b9285208eb

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [40b72d615874b759d53d07ac3466ae19f3445986]

        loplugin:saloverride
        
        Change-Id: I2c1033358c546adefa4e280f0b6cb577ee7e3b25

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [44c4ee3b8785ccf8e1bf465dd31e2779f281733b]

        loplugin:unreffun
        
        Change-Id: I54aabdf4a373c3b7163bfc304ee270ab212d738a

2014-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [e77bb87b419567660e0a666b5b016e856f53242b]

        vcl: rename CopyAreaFinal to CopyDeviceArea
        
        The name I gave this makes no sense. Basically, this function calls on
        the SalGraphics function to copy the area, so really this name is much
        more clear.
        
        Change-Id: I842e6f2b81014a8222c39a62c5437bd53d66141c

2014-05-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [f797e6c4676a69b862a1db316fafa591ebe269f3]

        vcl: move debug function from window.cxx to debug.cxx
        
        Change-Id: I9c3debcdda4b6ee943792e8799d436b097df2982

2014-05-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [48fb7d096a73ad3dbaa7763b6b760693ee069632]

        svx: SvxPixelCtl should never be able to have zero lines
        
        Change-Id: I898d4d8f00a190a57d3402aa6c9da96c960b6fe5

2014-05-19  Takeshi Abe  <tabe@fixedpoint.jp>  [018e2f629e125f1a0fe33471a0e4fe606813aa91]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I61fe5f5fff157531de9962a2dd4e6e0431e8601c

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [b1aa528721c578767985a1b31f653375f26db076]

        Resolves: fdo#78829 align to top instead of center
        
        Change-Id: Iff4125e108df535d90afd940a9787eb8e011c9bd

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [7f47b578bc918aad2900bd81a59090ac2bb3281c]

        valgrind: memory leak
        
        Change-Id: I4cd6f99151348c97a116cd86cc5da9f4f6e68d9d

2014-05-19  Tsutomu Uchino  <hanya@apache.org>  [61ce018658cb673debae3d29a747252f6bc692ff]

        Resolves: #i86528# use the module manager to identify the context...
        
        for addons menu merging
        
        (cherry picked from commit 2aac0070dbef6c1ad7eeccf7d4015cdcbffe067e)
        
        Conflicts:
        	framework/source/classes/menumanager.cxx
        	framework/source/fwe/classes/addonmenu.cxx
        	framework/source/uielement/menubarmanager.cxx
        	include/framework/addonmenu.hxx
        
        Change-Id: I3b606671db3a4c6ba8ed2b850e01e1ac91db7581

2014-05-19  Michael Stahl  <mstahl@redhat.com>  [39669d3244e3859471e665cf6afc754b6aca634e]

        SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)
        
        Change-Id: I2f5b530e011bf1bb95ca5e0421f6e03c0885872a

2014-05-19  Caolán McNamara  <caolanm@redhat.com>  [12d9ac1f773e88abd0cfa975366db16e42ae4292]

        Resolves: fdo#78841 crash because parent isn't SvxTabPage
        
        regression from 60f11adb950e4f9645cc9ecb0f5af8235cc97366
        
        Change-Id: I244dd9fba3dc8230fcac8710a1289151b25dcf6c

2014-05-19  weigao  <weigao@multicorewareinc.com>  [43716387ee437811b6b21b93d59171641906674f]

        add reverse bars code
        
        Change-Id: I2db9edd9015bb10cffe58a44c379db0ab87e7d72

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [e964d9365884e4eac0ff3b2c511e17e5bb3ec5b9]

        We apparently don't want to build pixelctl for WNT
        
        Change-Id: I01bbafe8a73f6cf71c1040f2d94744922154b896

2014-05-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [97e24b183f33807a4882bd6a2dcaefd5e8a7cd2e]

        svx: pixelctl demo - cleanup headers
        
        Change-Id: I9664a064789f5e072d24cfead6a83d64accce27d

2014-05-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [599bb5cc8dbe728663c58a92d7231119c10a6d18]

        DOCX import: tokenize v:background (VML description of page background)
        
        Change-Id: I4ee2f01e714265b2684a9eb379e56654d34e2441

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [f67702e709a9049042fdd456d2456d35055a935d]

        fdo#60338: Add osl_File_OpenFlag_Private to avoid umask
        
        Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4

2014-05-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [dd7260ed691c077e4c05071d61ee2086ba5bd580]

        svx: Create pixel control (bitmap editing) demo
        
        Change-Id: Id2cacd8c080b4df0600ab48b2ce4558f3539bbbe

2014-05-19  Stephan Bergmann  <sbergman@redhat.com>  [6ad51a071c3de339a69b01865d7c4bf7cd6a57cf]

        Abstract over Tokens algorithm
        
        Change-Id: I16347d52dd7c102c7bf6a8fd2926e61e6cf75c0b

2014-05-19  Michael Stahl  <mstahl@redhat.com>  [6dc48ef517b60adb7cfe09a65773d4ff7d69489c]

        fdo#78149: assert if SwVirtFlyDrawObj is being painted with no ViewPort set
        
        Change-Id: I2f94a28d85fa31c5623ff0c6067edc7060998d9e

2014-05-19  David Tardon  <dtardon@redhat.com>  [638b808646976ae4c39da84ee88fbcfd22730b67]

        AutoInstall defs must be regenerated if config changes
        
        Change-Id: I506faca987ec4d1a85362dc9aec61aa4c3d21789

2014-05-19  David Tardon  <dtardon@redhat.com>  [2dec067928da439dad282de6e084c1ed983836a5]

        fdo#78857 jars aren't built without java
        
        Change-Id: Ide604ea90fb1b26e5e2a72f5eb273fd1686d27c5

2014-05-19  Michael Meeks  <michael.meeks@collabora.com>  [99f096384645234c1299aa97bc433bb0447170ca]

        ODS load perf: don't allocate temporary strings un-necessarily
        
        Of the 53bn cycles consumed loading a large test; this saves up to
        30bn parsing tab names, plus ~1bn not copying strings to convert to
        integers.
        
        Change-Id: Ie768ff8c2159dec62418088e643fe468e4cd5d70

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [f98b534ecdb50bb0b39787740aa80635373adfda]

        WaE: unused variable 'tmpCur'
        
        Change-Id: I328812513691f499871002633b9ac750af86243c

2014-05-19  Tsutomu Uchino  <hanya@apache.org>  [c9f3c508bb1a1d94fd6172b9cdac30278559f31c]

        Resolves: #i76558# jump by Enter key on the Object catalog
        
        (cherry picked from commit 7bc75c1a7b05d81631ebccf05bf022636d1a3a14)
        
        Conflicts:
        	basctl/source/basicide/objdlg.cxx
        	basctl/source/basicide/objdlg.hxx
        
        Change-Id: Id3fa3686fd60df192c02cc8137c9bc59e68c1d49

2014-05-19  Sourav  <sourav.mahajan@synerzip.com>  [ca0be6743496cbb747e320b5b13bd1270b113892]

        fdo78474:Corruption a:graphicData has no info for the image.
        
        The original file contains two text boxes one contains image and the other contains chart.
        Image in text box is not getting imported in LO which leads to no contents inside the a:graphicData tag which is causing the corruption.
        Root cause is found in ShapeContextHandler::getShape.
        mxChartShapeContext.is() returns true even when mnStartToken is not set as NMSP_dmlChart which is causing the issue.
        I have added one more condition to handle this.
        
        Change-Id: I6c567d7618b34c1a24f6809801e4460af6894c67
        Reviewed-on: https://gerrit.libreoffice.org/9363
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-19  Matúš Kukan  <matus.kukan@collabora.com>  [31d8acbe260c7ff75d1cfa9479b7026528e493bd]

        No need to add -lrt for a static library.
        
        Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66

2014-05-19  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [9fdb7bf1d99f8311c4589a834e909062f66680d8]

        libavmedia.so needs to link to librt under Linux
        
        libavmedia.so links to libopencollada2gltf.a, which contains a
        reference to clock_gettime(). And for clock_gettime one needs
        to link to librt, under Linux, at least.
        So add -lrt when linking libavmedia.so.
        
        Change-Id: I28547c6216738b44701baaed7eaf44f5ca97e98a

2014-05-19  Matúš Kukan  <matus.kukan@collabora.com>  [9ccef311aae891daf4436e6d89117bfae3d95959]

        Do not throw if there is no "images" child in json file tree.
        
        Change-Id: I0b47ed00fecad84859ba3f1751407696878203fb

2014-05-19  haochen  <haochen@multicorewareinc.com>  [86cac77fc143b85452c22b2ca06810696a0d15ed]

        GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxx
        
        Change-Id: I885bf77a85f7f479a8a9632e64af306be243cdd0

2014-05-19  haochen  <haochen@multicorewareinc.com>  [2b0a05c7b0eeec7fc75fa80e57c51d5142446e67]

        GPU Calc: Fix bug
        
        For arraybound  of slidingwindows parameters  in COVAR formula
        
        Change-Id: I17a601edfbc720d4e3e40fc31bf6efd73b4ac65b

2014-05-19  haochen  <haochen@multicorewareinc.com>  [d72763ce095f0b879e5baa1713a934225ccb39f7]

        GPU Calc: Fix bug
        
        For arraybound  of slidingwindows parameters  in Intercept formula
        
        Change-Id: I6c96073e859ef7550033e9a46e6cafb11e8bfe0a

2014-05-19  haochen  <haochen@multicorewareinc.com>  [b113a08b0ac9aa4ace49fb3c2fc0df9093d61777]

        GPU Calc: Fixed style&error problem in op_statistical(line 5849-9461)
        
        Change-Id: I85f7bdeb153a8bcee0fe9678db93bc43cf2bc659

2014-05-19  haochen  <haochen@multicorewareinc.com>  [ad6695b5eb7584b86a6c2add6821c2ac314ad51a]

        GPU Calc: Fixed style&error problem in op_statistical(line 4037-5849)
        
        Change-Id: I5a24bcc91f8c19472aab529e82648d06d13e46d9

2014-05-19  haochen  <haochen@multicorewareinc.com>  [6ec9fefd5317509696d84f125e2cbd7e51001b55]

        GPU Calc: Fixed style&error problem in op_statistical(line 1-4037)
        
        Change-Id: I97f55bffd1e61bc9d3f7f85ab857f82df5475dc4

2014-05-19  haochen  <haochen@multicorewareinc.com>  [e259362b5299cf5cd34968d1cd8d568943d14292]

        GPU Calc: Fixed style&error problem in op_math once more
        
        Change-Id: I768ad4503905b54ef5a7aa54445dbb94ce0493ed

2014-05-19  haochen  <haochen@multicorewareinc.com>  [d4f0b89119bb61f5c5db10d2f9c81123a1426749]

        GPU Calc: Fixed style&error problem in op_math
        
        Change-Id: I1f177684bdbac76a2f9632bc51482821eb510496

2014-05-19  haochen  <haochen@multicorewareinc.com>  [ca3f69a1f0198c5304dfaab45a0b4c0c95332ed0]

        GPU Calc: Support nested formula of string compared in AND formula.
        
        such as AND(MOD($B4, 3)=0, $A4="NQSO")
        
        Change-Id: Ie891d4e56eaa39f769f018b6db53ee209dd15540

2014-05-19  haochen  <haochen@multicorewareinc.com>  [2d73c5cdefd4fe811ae33938be32772c84fee16c]

        GPU Calc:Fixed style&error problem
        
        in op_financial&opbase.cxx&opencl_device.cxx
        
        Change-Id: Ic4b8cee77a0a4faec44bcf3650f4f6fa691a9e71

2014-05-19  haochen  <haochen@multicorewareinc.com>  [fbbf5c089d9e102f819df752dce0e1b3223ad269]

        GPU Calc: Fixed style&error problem in formulagroupcl and op_addin
        
        Change-Id: Id7c6e341eb88f6c8ffdaa7f83b787bb19649afec

2014-05-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dd0f844728a53a337233a3c687b792e725803da5]

        add COLOR function
        
        This function makes property mapping in charts more user friendly.
        
        Change-Id: I01cfb31edd749ee474d5078042fa5c4b4a270f86

2014-05-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fefad3715a9ca8411228d2bf4a56c210e5b598ef]

        fix import issue with property mapping
        
        Change-Id: Iab06c8676569121f6def631fed07eaa57ffb07a2

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [b5f45a51638901ea679bf238ab460283e41bc622]

        Argh, *this* is what the compiler tried to tell me
        
        Change-Id: Id5716bf6f9c86e7fa0d64b1bae9b69b4a5dadfe5

2014-05-19  Maxim Monastirsky  <momonasmon@gmail.com>  [214de0e5124b44df0f37fdf89271a527667590dc]

        fdo#78815 Fix report builder toolbox controller
        
        Change-Id: Iecbf84b29500729e228d22c8e50b119d1fb471c5

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [1b529df25fa6de1918bee0c3edb18f81d63b1366]

        Fix 'non-const lvalue reference cannot bind to a temporary'
        
        Change-Id: Ic308a281f7b16c8924658be792216d3aba4444c5

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [6a21c29fc6a8284aa594d8ba7cbe80eeb0c1c114]

        WaE: passing OUString by value, rather pass by reference
        
        Change-Id: I6a7331ab3d87cc04021e92283db938c92b066e6b

2014-05-19  Tor Lillqvist  <tml@collabora.com>  [d7034051a94816e4e81bd17ed5eb81ca0c8a97f4]

        WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'
        
        Change-Id: I00aaacadf108f2cc5d57963991e5c99ea4485056

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9a4a48d213457f93c797493011ac362eb528de6a]

        vcl emf test: test clip region is correct for problematic files
        
        Change-Id: I60caf9ebcff417e0f87bae9c6b5d308b5e2f0b37

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fc83bf8bbf813fff1cb7c0b7925976bc43a49f94]

        fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN action
        
        Change-Id: Ie42c855e696922b38760876d4090d572deaa689a

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [10cd55677c31de0766ae96c2e2a90ee4ef4f0b1c]

        vcl wmf: EnhWMFReader more cleanup
        
        Change-Id: Ia6bff28bc70214da965c26cd72ea332573576cc1

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e6c5c854d6304d6a4e1ab0021a403ba95d16c785]

        vcl wmf: EnhWMFReader constructor, ReadHeader, cleanup
        
        Change-Id: I43b95f3ee7af42b5b1c9110cafbbae325dddb946

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8ff29fac5262324bfb081171d009d496993001cd]

        vcl wmf: cleanup winmtf.hxx
        
        Change-Id: I8d8114378e639438f548b7ee77f8b0ef6275051f

2014-05-19  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [46297bb42129ec778fdf0ad0a1014f5c0c16d170]

        test: write to stream directly in MetafileXmlDump
        
        Change-Id: If62a29af473f602f89e6e0e4a06772a320a23b9a

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee43de69083fc9f90d4fadb9129b3d0dcf804439]

        error C3861: 'rtl_allocateMemory': identifier not found
        
        Change-Id: Ie1576aba31dbbd067280ba8fa9c5ef095879cbc2

2014-05-18  Andras Timar  <andras.timar@collabora.com>  [20c561859972952a56fe6cea2937cd1056a25509]

        Updated core Project: translations  eb6ea5dcf7183a496e02d21024fc05b141c5c65e

2014-05-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d7c97a607615c3f176c9f553d1d011e4ee55c1d]

        fdo#78824: Avoid having two menu entries having the same accelarator.
        
        Sort should have an 'S' as accelerator.  The other one can be auto-assigned.
        
        Change-Id: I61e630c9b6d89658c65cca77333f1ad0a591e3ab

2014-05-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [836328d6473ae1a0c472c7dbf8262641c74843cb]

        fdo#78786: No need to insert entries here for date members.
        
        Data member entries are inserted when they are added in addDateMember().
        
        Change-Id: I6cb2e3629053fe2bb49517c4ef8d5c1fee576446

2014-05-18  Julien Nabet  <serval2412@yahoo.fr>  [9868373a6f6db525e963ec79301ecbd74fbfdeba]

        Resolves: fdo#78846 wrong AutoCorrect entries
        
        Change-Id: Iff2e343c56092ba85a1179f121f460e5ada841f4

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [85500add33b7cdb647b61c83aa6b84a94f3b98a1]

        writerfilter: drop last 'using' statement from headers
        
        Change-Id: I08a13793c40bec0b9a657e01f4c973cc0e393d4d

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [3278565556067782a3499f6bc75a25a4796d8b29]

        writerfilter: drop remaining non-css global 'using' from headers
        
        Change-Id: I70e5e276a084d951d73879aa2aa4f19e9d2d32f8

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff3d44d727d6d34a88e5b53f4b784aa0ac698653]

        writerfilter: drop remaining 'using' statements from headers in dmapper
        
        Change-Id: I4c84388b4fae7fe27bcc6266e9978fe9d230435d

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8adfa8e8564da38ed6914dace33bab73caece94]

        writerfilter: drop global 'using css' from WrapPolygonHandler.hxx
        
        Change-Id: Ibecc12f74e55360ee03baf7d170ab5589d3ed3ab

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab06a1b74c0edc0d0d792c046afe4afbaaa1ada8]

        writerfilter: drop global 'using' from XPathLogger
        
        Change-Id: I8686a0aa3786284ab946d3c58b458ad211eb347d

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f6017f758b4caa6138ccc1e74b6d2e5b924469d]

        writerfilter: drop global 'using css' from WW8ResourceModel.hxx
        
        Change-Id: I2196a1df09a6f35e4de3ab3cc84bc1e149cd8f61

2014-05-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6f41960fa7171ca52da1668862cf3accfc81421]

        writerfilter: clean up two 'using' statement from header files
        
        Change-Id: I47f3d0c68668d03db3c5f3187414833aa3097424

2014-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [c623612b0bd0bbd2307a19ccf3c2f1f343b932b3]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Icc1e11e173329fd88898a3d13270406fd651eb2b

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [558618e0dd75424bd2d7134ba536ee78bdb4a26a]

        Sort alphabetically
        
        Change-Id: I54a9bdaa306e4a9c492e2be35378b9b42f64312f

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [0c4c6c1d9967d04683a68dc9fb5de23f617eea24]

        Correct prefix
        
        Change-Id: I767501475b0b826a76a8743513c60f25e70dea8a

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [e0f08c06aa49e9c3d63f57ffb643d0eba561096e]

        fixincludeguards.pl: handle odk/examples
        
        Now we have nice example header guards ;)
        
        Change-Id: I1a5f8031cf267abf67dc4fbb20880d23e3640867

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [a7eae9c280d860ca12b6300539404bec16700a7b]

        fix some header guards
        
        Change-Id: Id2c15eba3f70cd8f1ae8869bc0838aef13cd96ee

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [14b05361b8f8f5953289d1c8b03528fa0d3838cd]

        Fix last color detection
        
        Change-Id: Idb0f90a3f2100211689c3ede1dfedda86edb9728

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [a1fc526845df5b8641c996a9f96a25e323771dd4]

        That's actually a pointer
        
        Change-Id: I9d6333646f8ef366f63ff09e089c84517d9756e7

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [e4ce7d286a5039e5a65ba994bd1b168679d4a7c3]

        fdo#46839 Convert line color picker to split button
        
        Change-Id: I4987cc9ffba675009f2d2ae9f6b12ed4ee02fe13

2014-05-18  Maxim Monastirsky  <momonasmon@gmail.com>  [205801782d51861d9cee6fa342367af92bb1d845]

        sd: Use correct SID instead of 0
        
        Change-Id: I181519578b2984463ad20f4b028917bcb49ba4d0

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [5c669a5cfb380a6c3c65c4e4460a8736ce7f0880]

        vcl: don't build demos for windows at the moment
        
        as they are broken, see red tinderboxes
        
        Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [e9d40e29d1efc214c5169eaa7b0bde3e4084db16]

        remove some more external header guards
        
        Change-Id: Ic9efae442fef33c620fbdb1e1c3daef4b64d9780

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [064ca9248407bff10623a86599ad45cbf71decd2]

        hrc files should have hrc suffix
        
        Change-Id: Iadbedc145c85c5f333e4449704fd01d5e12ddde5

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [8899e449b75ce4c0fd191d18ab00e11f3f88e365]

        fix include guard for sal/types.h
        
        Change-Id: I77e10d2644b18b150f9489c7f754405974af107a

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [70fc3a299c2adb2711e13fe07ac73b827a54bbed]

        remove some external header guards
        
        Change-Id: I5a51dc496835f0998a3422f2a1f0f2ff8bb3c13f

2014-05-18  Thomas Arnhold  <thomas@arnhold.org>  [3c56e0b8f062e378c0ef87dd41252c2271c1f8ae]

        update mysqlcppconn url
        
        Change-Id: I96579ed4be05cc22bc66f80bd39d7af961d47470

2014-05-18  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [6d73c5d748363173e73861ba46fcba36f04a1122]

        fdo#78651 DOCX Incorrect export of nested Tables
        
        As the m_oldTableReference->m_pOldTablepInner was not cleared
        the same tabled was incorrectly nested with itself.
        
        Another issue was that the same table was mirrored in RT file
        as LO was trying to export a Section break within a table cell.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Reviewe on:
        	https://gerrit.libreoffice.org/9361
        
        Change-Id: I09b730a10f1a0bc4434050e0078aeab3185de817

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [c39bb97e475659b2007667d99914991b059b8841]

        vcl: don't deploy demos
        
        Change-Id: If5e720569ddf5e0538712c24cadb6e15812a0f69

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [2701cc1aed7264582cfe07278a74b9de7460a3a6]

        vcl: missing demo files
        
        Change-Id: If269ee28c80210186699a2f2de85db8c914b28f1

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [01c52c3f7115569798591320f094e2a3db23bdbf]

        vcl: fix svpclient
        
        I have converted the UNO stuff to the more modern variety (i.e. the
        stuff that actually works now...), use GraphicFilter to get the
        bitmap and fixed the string copy typo.
        
        Change-Id: I6a3c1af54d222ef70814d2bb581cc2f3c058bb2f

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [c0d5da912302ed14469ba3ed0900d346122d34b0]

        vcl: fix svptest
        
        Change-Id: Ibaec6e027aa9fd61824ff6b4f1f71b69d217dfdc

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [37c766dcde54412050bda323dd6f146b22232e60]

        vcl: make vcldemo work
        
        Change-Id: Icef2d988c37fb7b25245ad9f3f3856fa86f76a77

2014-05-18  Tsutomu Uchino  <hanya@apache.org>  [a00c4c5e2fb9461fef1fbce4d51c8cdf36141b9f]

        Resolves: #i113481# query script invocation from the current frame...
        
        when the controller is not yet attached
        
        (cherry picked from commit 03a410876fbdb5f9e1a7216d9d622557275d4896)
        
        Change-Id: I1da3b3da258445d5187dcc75c4d151d08f9017dc

2014-05-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [fc974a4028fcc14304be85f36f5b15524beff5e4]

        vcl: make svdem called on Application::Abort() instead of exit(1)
        
        Change-Id: I7660d4f0081d2d88689f5bcacef7ad2bff083636

2014-05-18  Julien Nabet  <serval2412@yahoo.fr>  [3558f9c0592b443f20ca1f406198f89a5385767e]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17
        
        Change-Id: Ie6dbe87599c9cf53c7b9cc6becb9438e62cdb537

2014-05-18  Julien Nabet  <serval2412@yahoo.fr>  [0d8908b35999795ba1ffe2d3530aa9711918840a]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16
        
        Change-Id: I78b3a0151397d4e69521e6b2451e93ea6e463376

2014-05-18  Tor Lillqvist  <tml@collabora.com>  [980dabdbc636d4a639b7227caf7c82fdc81b77c4]

        WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'
        
        Change-Id: Id20db2d9dada07fa5090de1fa74f2b2acb684b68

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [745a094a37e029afcf34ad1cf82b14f80062163f]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15
        
        Change-Id: I38e855966598342eb2352e70e04f7a5e09e54f83

2014-05-17  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b1e4d856d2d3dfc497c5a2f1fb3f6f8ef7e36d87]

        Don't build svdemo for Android and iOS.
        
        f89296db5959cf009668f8aad85cfd860b9252ee adds building of svdemo,
        this however uses SAL_IMPLEMENT_MAIN from include/sal/main.h --
        which specifically can't be built on Android and iOS, hence
        we shouldn't build svdemo for those platforms.
        
        Change-Id: I6ce851ece90837112279c89467326b82f7a2070b
        Reviewed-on: https://gerrit.libreoffice.org/9391
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-05-17  Hussian Alamri  <husain.amri@me.com>  [b1e29a6ac51f87f893fe64986311af7dcd18754b]

        Single line between methods

2014-05-17  Tsutomu Uchino  <hanya@apache.org>  [0e65f83415708d5072edd65d75253a721ddbeefa]

        Resolves: #i53447# update example view for Draw...
        
        during the activation of the tab page
        
        (cherry picked from commit cda643a4d4c5a32b3d171aaa888d718409b3d5f3)
        
        Change-Id: I0b0ca24374050675158b16001f0709846e5ee8f9

2014-05-17  Caolán McNamara  <caolanm@redhat.com>  [2d171301560c8ba896e85616ae6442a1b4070bc5]

        callcatcher: update unused code
        
        Change-Id: I1039d34cef1d426a9deb6dec2c3e7d746f9cf1ae

2014-05-17  Maxim Monastirsky  <momonasmon@gmail.com>  [435c1b15dc33e4570aa8438cd92708572f8145c5]

        fdo#78782 startcenter: open document on enter key
        
        Change-Id: I501dbd6a0f4e5323a003afbb19707aad67897cd0

2014-05-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d6dba41a75c922ffedbe4ad78379b8ff339d213]

        SwFmtCol: rename member variables missing their prefixes
        
        Change-Id: I0cf0b585a9cfcbb119c68adf51dc786bc6373e2e

2014-05-17  Lionel Elie Mamane  <lionel@mamane.lu>  [f7e2f18e897198c5ee79d9825ac3b3ecbd2bd398]

        avoid segfault when nBrekPos is past the end
        
        Change-Id: Ieedc24c0443ba10d8277cd6327b3b735203e5d45

2014-05-17  Lionel Elie Mamane  <lionel@mamane.lu>  [fcf4b4c3ebc46de974d57bdf6211ccb084b0835d]

        remove wrongly added IsBookmarkable property
        
        Change-Id: I7bde1200dbe9da76e062f2783cc223a07084c6fd

2014-05-17  Thomas Arnhold  <thomas@arnhold.org>  [e601761f3995f965213a169e7c755cf819953bee]

        calc: correct spacings for cell alignment tab page
        
        Looks better now, especially if you switch between "Font Effects"
        and "Alignment" tabs.
        
        Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1

2014-05-17  Thomas Arnhold  <thomas@arnhold.org>  [df466d79cb126667cc9d5c108367bfa4f5ce76c8]

        fdo#70474: Random number generation weak with Rnd in BASIC
        
        Just reuse the rng functionality. This improves the randomness.
        
        Initialize seed with system time if no argument for RANDOMIZE is given. As the help text
        states: "If Number is omitted, the generator uses the current value of the system timer".
        
        Change-Id: I5fa46e8344b2402dff66a8db2449d43e2ca27d6d
        Reviewed-on: https://gerrit.libreoffice.org/9349
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-17  Thomas Arnhold  <thomas@arnhold.org>  [9c3e819f066acaf9f5a416630fa7dd83fdc2539d]

        move boost rng wrapper from sc to comphelper
        
        so we can re-use it in other modules
        
        Change-Id: I6057b1e955f745019fd48f91a754279df0f2b948
        Reviewed-on: https://gerrit.libreoffice.org/9348
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-17  Chris Laplante  <mostthingsweb@gmail.com>  [3c1e30b77df4f34c4954bff37a08439ace7f2434]

        Correct common misspellings, and remove some ASCII art along the way.
        
        Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
        Reviewed-on: https://gerrit.libreoffice.org/9356
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [f62de9113a4866f7152acbe0e8221c594b7a7b68]

        Comment why it's not a copy paste error
        
        See http://nabble.documentfoundation.org/Question-unoType-for-getXmlToken-dbaccess-reportdesign-module-td4109071.html
        Thank you Lionel!
        
        Change-Id: I999bad0d6de0327bea7ba04a6c61a497d45f53a0

2014-05-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bc5c5365599672c7e5b57e31fe1c0b62764d24b2]

        add missing OpenGL type error string
        
        Change-Id: I53a7eba4a4f8b1bd61381283b20190cfc05a138a

2014-05-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f5376d87d7f44d146134fa104baeb1cda168ed56]

        prevent access to uninitialized variables
        
        Change-Id: I1a12e2453ec935dc642135c30a36e1a97fc3d0f9

2014-05-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [f89296db5959cf009668f8aad85cfd860b9252ee]

        vcl: fixup svdemo
        
        Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819
        Reviewed-on: https://gerrit.libreoffice.org/9378
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc7e0967be52f5eb7948fbb1c30edc7dd5acc18d]

        fdo#77735: Don't proceed when all cells in the range are empty.
        
        That means there is nothing to delete, and proceeding would cause Calc
        to freeze.
        
        Change-Id: I2a8fb5736870ba459082873c8f864283d8b9c664

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [30cc43a56d63ba9ffd588ebc589e3576483d7141]

        fdo#77735: Write test for this.  This test will freeze with the bug present.
        
        Change-Id: I7b7e67fe2ee59b57ce74f8303d30bebc84f6b0d0

2014-05-17  Eike Rathke  <erack@redhat.com>  [e8b2e9163c953048e9e5f7f6cb9392b66be26e01]

        Back out change for fdo#78119 now that we have StringContainsWord()
        
        This reverts commit 3b3b690c1f0479cfbebcfa68595f75a4994e7a5f.
        
        With the use of StringContainsWord() it is unnecessary to loop all
        available names.

2014-05-17  Eike Rathke  <erack@redhat.com>  [3885b5d4b00ebb31adabc36c507abd642c03d0d4]

        resolved fdo#41166 match month and day name word instead of substring
        
        Follow-up, check for ASCII first to avoid calls to i18n, and check the
        type flags instead of calls to CharClass methods that give unexpected
        results with their masks.
        
        Change-Id: I10e685998299dceb2dbcf1d87ae1de09680b8a99

2014-05-17  Eike Rathke  <erack@redhat.com>  [8e71f81f47c20320c4de7a7aadb7d524f0d8ea76]

        resolved fdo#41166 match month and day name word instead of substring
        
        Change-Id: I897dbcee47de574d91ba3e3b40a39a35b779fef8

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c8de51cc954aaae07f76732e6202398e33afeb7]

        I should check for NULL here.
        
        Change-Id: I245f4a26c8fdee8230bb0af2963cae2739413253

2014-05-17  Michael Stahl  <mstahl@redhat.com>  [aa68e1309450f79d1b40545ad6c340a49eff51c6]

        fdo#78149: set the ViewPort even when painting to a MetaFile
        
        ObjectContactOfPageView::DoProcessDisplay() has a special case for
        painting to MetaFiles, and does not set the ViewPort from the passed-in
        RedrawArea unless it's a printing or PDF export, with the result
        that for a plain MetaFile all fly-frames in a Writer document
        are painted, whether visible or not.
        
        Since e2eda70f2746f08376d8cdf5e5360df217335aef now calls
        GetPreviewMetaFile() after every document load, this issue is more
        visible.
        
        Since there is no obvious reason to ever ignore a passed RedrawArea,
        simply always use it for the ViewPort, not just when printing.
        
        Change-Id: I256710f1476181f567069b45a2a494b0d2064d6b

2014-05-17  Michael Stahl  <mstahl@redhat.com>  [44c81ce21825554aad8dcebd58388cb5c0f81df8]

        sw: try to fix a valgrind warning
        
        Invalid read of size 1
           at SwParaPortion::SetPrep(bool) (porlay.hxx:299)
           by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1756)
           by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1663)
           by SwCntntFrm::MakeAll() (calcmove.cxx:1310)
           by SwFrm::OptPrepareMake() (calcmove.cxx:356)
           by SwFrm::OptCalc() const (frame.hxx:1037)
           by SwLayAction::_FormatCntnt(SwCntntFrm const*, SwPageFrm const*) (layact.cxx:1829)
           by SwLayAction::FormatCntnt(SwPageFrm const*) (layact.cxx:1660)
           by SwLayAction::InternalAction() (layact.cxx:597)
           by SwLayAction::Action() (layact.cxx:376)
           by SwLayIdle::SwLayIdle(SwRootFrm*, SwViewImp*) (layact.cxx:2179)
         Address 0x1f9507e0 is 832 bytes inside a block of size 840 free'd
           by FixedMemPool::Free(void*) (mempool.cxx:48)
           by SwParaPortion::operator delete(void*, unsigned long) (in /work/lo/master/instdir/program/libswlo.so)
           by SwParaPortion::~SwParaPortion() (porlay.cxx:1972)
           by SwTxtFrm::ClearPara() (txtcache.cxx:102)
           by SwTxtFrm::Init() (txtfrm.cxx:329)
           by SwTxtFrm::CalcLineSpace() (txtfrm.cxx:746)
           by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1680)
           by SwTxtFrm::Prepare(PrepareHint, void const*, bool) (txtfrm.cxx:1663)
           by SwCntntFrm::MakeAll() (calcmove.cxx:1310)
           by SwFrm::OptPrepareMake() (calcmove.cxx:356)
           by SwFrm::OptCalc() const (frame.hxx:1037)
           by SwLayAction::_FormatCntnt(SwCntntFrm const*, SwPageFrm const*) (layact.cxx:1829)
           by SwLayAction::FormatCntnt(SwPageFrm const*) (layact.cxx:1660)
           by SwLayAction::InternalAction() (layact.cxx:597)
           by SwLayAction::Action() (layact.cxx:376)
           by SwLayIdle::SwLayIdle(SwRootFrm*, SwViewImp*) (layact.cxx:2179)
        
        Change-Id: I64a1cc6ea301b653af951ba0e00e28d4655d2d97

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [53130f7afb3fcf39f95f69e3752cec1fa00d6d93]

        Fixes
        
        Change-Id: I5e2c57f4c53147ab4ae58f48059c8020de144f3c

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [42af6f983164dcaf87d4a05e36ab8bbfbdd49eea]

        Fixes
        
        Change-Id: Iaecba29cb5958787ec2581198943d373e37a3934

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [280eed820fdd7fccb4fe6f4095b80f7ec504444c]

        More fix
        
        Change-Id: Iadb275a3799195a8c2eb57a975315f21d8215b31

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [f9ed1ec1bac799f79fcdf28ce817990e4f307bf1]

        Fix previous commit
        
        Change-Id: I22ded05f328aeb4479c90e79b12729eb3835b3ec

2014-05-17  Julien Nabet  <serval2412@yahoo.fr>  [dd33f91581aaca03a83a70d94195338516742fa2]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14
        
        Change-Id: Ibccaa2138426c22cd63d273a1b6cdc927ebe80dc

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ae06100856964d849e8c6ecbc85cbb44bcf0414]

        coverity#704866 Unchecked dynamic_cast
        
        Change-Id: Ib1108a6641635bbbb0d88968754d7bb19a8c9e73

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bbc90be755aae4b87125f9d748828d74efe645d]

        unused XGradient::VclGradient
        
        Change-Id: Ia0c416ce7c1323f9c0c20b969bd57e9a2174a3dc

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [04ab7b8e16af993c3269e3780e5234903cdc0cf1]

        sw: fix indentation in rtf{export,import} test
        
        Change-Id: Ie777de47dc70da136b145028a08ea17a0de7a87d

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [17ed8c53290eee47fcf085c1592b7e635055f1b3]

        OGLPlayer: comment out gltf_animation_get_time
        
        It leads confusing behavior. Time is not set by now
        because set method does not work.
        
        Change-Id: I447d07d4193e25e6916ee05ee335d4cf150380a2

2014-05-16  Michael Meeks  <michael.meeks@collabora.com>  [5eeea7c91d87ee8f0b8bc8c0144c04fb84310bbf]

        fdo#78799 - ignore overlayed monitors with co-incident origin.
        
        This happens with certain fglrx drivers etc. where 'cloned' is not
        set but instead both monitors are placed over the top of each other
        (by XFCE) -> work around that.
        
        Change-Id: I9d1846bfae2692681606717f7f5e8408df532d95

2014-05-16  Tor Lillqvist  <tml@collabora.com>  [baf78fb898b0b7ec24a1f15f46e1a884b34867c6]

        WaE: unused parameter 'fTime'
        
        Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [29316ee0350654515463043f8fb818a0e84e4386]

        Fix typo: this is a static library
        
        Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df51f7d486cafb2795a38ae9fedd8fde8827d8a4]

        fdo#77315: When in cell edit mode, use the EditView instance already there.
        
        This prevents creation of a temporary EditView instance which would mess up
        the cursor state while the mouse pointer is hovering.
        
        Change-Id: I7759667b105b4389dd4de2673cd2fbe32082c95d

2014-05-16  Eike Rathke  <erack@redhat.com>  [48a48e4ea4bdd7afb322e6d0b81c29eb7e7a66a0]

        use SvxLanguageBoxBase* in the general routines
        
        ... so we can switch later to an SvxLanguageComboBox for some.
        
        Change-Id: I1a48ee7207a14b2666be09f091c47f09fcbce192

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [73212108571d2ef4a7073193ea37b2f6cba4537b]

        OGLPlayer: fix playing of animation in edit mode
        
        gltf_animation_set_time doesn't work but stops the animation.
        
        Change-Id: Ia17724c36e2007451e24f97e04a09240359ad969

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4c19fd176d964c4ff0b3998b52e268e899350254]

        Collada2gltf: add -lrt to fix compilation problems
        
        Change-Id: I1c0c9459cb716512dc726ee96fb811d03084aa62

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ba9357b82ec5551d562f572074b064ccd6c808f0]

        OGLPlayer: set a timer which call redrawing to show animation
        
        Change-Id: I7c98ba61be0510e9f86cb80fda73d18f7f7957cf

2014-05-16  Eike Rathke  <erack@redhat.com>  [0ab5802eb0e530e930bed6d5dbed1a0317ae323b]

        more SvxLanguageBoxBase interfacing
        
        Change-Id: Ife9317d40756099ae4d8ecb84cccea91bd75a14c

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [5b2f1b46b129c41890c54513c6d386407db6718a]

        strangely obvious leaky code
        
        Change-Id: I968cbb784d53e0cff0649061c58f752939226a09

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [fdca15fb864aca975533257d5ee83440992d8a7e]

        valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaks
        
        e.g. repeatedly pasting a metafile into writer and deleting it.
        
        ==13369== 342 (232 direct, 110 indirect) bytes in 1 blocks are definitely lost in loss record 19,396 of 22,170
        ==13369==    at 0x4A06965: operator new(unsigned long) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==13369==    by 0x686D72E: SfxBaseModel::SfxBaseModel(SfxObjectShell*) (sfxbasemodel.cxx:518)
        ==13369==    by 0x288CA9C1: SvxUnoDrawingModel::SvxUnoDrawingModel(SdrModel*) (unomod.cxx:255)
        ==13369==    by 0x28961055: SvxDrawingLayerImport(SdrModel*, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent> const&, char const*) (xmlexport.cxx:164)
        ==13369==    by 0x28960FA2: SvxDrawingLayerImport(SdrModel*, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&, com::sun::star::uno::Reference<com::sun::star::lang::XComponent> const&) (xmlexport.cxx:148)
        ==13369==    by 0x2896175E: SvxDrawingLayerImport(SdrModel*, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) (xmlexport.cxx:254)
        ==13369==    by 0x240B1002: SwFEShell::Paste(SvStream&, unsigned short, Point const*) (fecopy.cxx:1333)
        ==13369==    by 0x247B981A: SwTransferable::_PasteSdrFormat(TransferableDataHelper&, SwWrtShell&, unsigned short, Point const*, unsigned char, bool) (swdtflvr.cxx:2207)
        ==13369==    by 0x247B678E: SwTransferable::PasteData(TransferableDataHelper&, SwWrtShell&, unsigned short, unsigned long, unsigned short, bool, bool, Point const*, signed char, bool) (swdtflvr.cxx:1481)
        ==13369==    by 0x247B5AE4: SwTransferable::Paste(SwWrtShell&, TransferableDataHelper&) (swdtflvr.cxx:1150)
        ==13369==    by 0x2488FCCE: SwBaseShell::ExecClpbrd(SfxRequest&) (basesh.cxx:277)
        
             Reference< lang::XComponent > xTargetDocument( xComponent );
             if( !xTargetDocument.is() )
             {
        >        xTargetDocument = new SvxUnoDrawingModel( pModel );
                 pModel->setUnoModel( Reference< XInterface >::query( xTargetDocument ) );
             }
        
        Change-Id: I3bd0fc983d9b6bdcdc91071a4ec3d2c584397ebf

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [7d6e159df4c28afde2fff5bd734ec3a8f63cb15a]

        fix memory leak on pasting metafiles into writer
        
        copying from mspaint to writer and then deleting the image in a loop will
        eventually exhaust all memory.
        
        regression since 004a29b9ac66f68af5ea12a2303a4b2be77d8145
        
        Change-Id: I381285cda3823de7df0c1725a339943caf9536fe

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [821c42b10a7095124a9afbbba3f9bc687ace40e6]

        OGLWindow: fix key capturing issue
        
        Sometimes the event handler parent captures the mouse
        moce which should grab the focus for key event handling.
        
        Change-Id: Ida1022968543059154de824fc3d026c5cecba7b3

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9199616e9d6bd04e60a5135df3b2ba7113a5f436]

        slideshow/glTF: make sure parent window does not cover the OpenGL window
        
        Change-Id: I0da3978cefeb3d145f7411cc1c83a87d981cac62

2014-05-16  Julien Nabet  <serval2412@yahoo.fr>  [224002ee63b043404ecb3b594e6d9dddd02e5cd7]

        Use SQL_DEFAULT_TXN_ISOLATION to get getDefaultTransactionIsolation
        
        Change-Id: I7f4785088151490ae1d55d2bb78bce28357d5c45
        Reviewed-on: https://gerrit.libreoffice.org/8863
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-16  Jean-Pierre Ledure  <jp@ledure.be>  [b9f6c3f9ed96a13c6c25d4002bd593bdbde6fd70]

        Access2Base - Correct error message for some actions
        
        Change-Id: I8b49886c3b9a884ffc8e68c7483be8f940c3449e
        Reviewed-on: https://gerrit.libreoffice.org/9376
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-16  Jean-Pierre Ledure  <jp@ledure.be>  [980f6b505844ffa29d3b78e0abeeb781ed12d57d]

        Access2Base typo
        
        Change-Id: Id5161f2b8e8132c2a8b68073b233137db3fe74b1
        Reviewed-on: https://gerrit.libreoffice.org/9373
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-16  Jean-Pierre Ledure  <jp@ledure.be>  [6e60f1a69c87f5c443014f14027cca77a719586a]

        Access2Base - solve compatibility issues
        
        1) AOO <> LO
        "Append" is a reserved word in AOO Basic, not in LO
        => Append method replaced with Add
        
        2) Windows <> Linux
        ActiveConnection not ready under Windows for standalone forms when database is (user/password) protected
        => Connection may be postponed to first use of form
        
        Change-Id: I8ba409191ba2a2a4c057480ec3287d7d48262073
        Reviewed-on: https://gerrit.libreoffice.org/9372
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [4a9a10d169653e42028d32ee8e260692ead8cc36]

        coverity#708868 Unused pointer value
        
        Change-Id: I5d25f7de37df6fe79bb195e1cb68876fb3b4fcca

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [87ad02d5ad4e192fb9723830169f6ce0736ac2c3]

        coverity#708847 Unused pointer value
        
        Change-Id: Id16ebc576834e418a3bf2d3d6eb3e2545e0aac2b

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [e772a97e1b21ac67fa226578a52855b9d60fde94]

        coverity#708815 Unused pointer value
        
        Change-Id: Ie58034f0475dc9a876eeb54f3bc6a3c415c3e0a1

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [65219ed0566e987651d3fc16d16f5b40dec418cd]

        coverity#708811 Unused pointer value
        
        Change-Id: I18ed52cc6c00c5c462629c4fff7804ea22035e3a

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [0ff4909a55158cb9607986c88c44722ac2291632]

        coverity#984442 Use after free
        
        Change-Id: I28822f6b74cbf8ace8f7a194248840cb401679be

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [cb6464fd73bc74af4952cf4dc39ffe6cb55a117f]

        coverity#705542 Unintentional integer overflow
        
        Change-Id: I87712c71689d45259bc9e4e2f71c92375bc887ea

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [6c7f1e1b5ab55934966f81dc87fad9738bc7af64]

        trivial cleanups
        
        Change-Id: I50bc7ab36690e572825109de9f0b1bb11d26867f

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [aa583636e35aa1d6ae03906eb0a2953247a71f66]

        coverity#1202771 Operands don't affect result
        
        Change-Id: I6a0228594d31cda252f299cad55469ad02c6b353

2014-05-16  Tor Lillqvist  <tml@collabora.com>  [633003965a4be0c535b43cc3072c5c4a95109d34]

        Use SVM (metafile) instead of PNG for diagrams (SmartArt)
        
        It seemed a bit pointless to waste CPU cycles on PNG-compressing a
        bitmap image only to later then uncompress it anyway. vcl's PNG
        writing code showed up as 13% on the time profile of TiledLibreOffice
        when displaying a document full of SmartArts.
        
        Miklos suggested I try using SVM (which I guess means "StarView
        Metafile") instead. When using SVM, no rendering of diagrams to
        bitmaps during loading is done, but the diagram stays stored in a
        resolution-independent (vector-ish) form. Which means it will be
        rendered nicely and crisply regardless of the zoom level.
        
        At least, that is my understanding, and experimentation (on OS X and Linux)
        seems to confirm.
        
        ce8c0ff07559ddcc729bffd7a68f4c6f281882e3
        
        Change-Id: Ice8c0ff07559ddcc729bffd7a68f4c6f281882e3

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [66fce1f61e7e088bd92e19ecb0dd94553de6f824]

        git pre-commit hook: block large files
        
        Change-Id: Id27cfa805fc7cd0f4f6cc3d8bb770aa7abd536e1

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fcf5b5c081ded93b12dd888236d0a860b7693ed1]

        fdo#75056: Overline attribute needs special treatment as well.
        
        Also fix the export of underline types as well.  It was always saved
        as a single line.
        
        Change-Id: I88cb0f3702a6afc14544ecbce8f200b5422fd78f

2014-05-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5c0b8937f4f41ed1e4a01151bc96113f65c2770c]

        fdo#75056: Write test for this.
        
        Change-Id: I716467ffe81a1f71f03e0dc7a17c33b2ed39d334

2014-05-16  Stephan Bergmann  <sbergman@redhat.com>  [45e8fd5fcc71219d7564b475a3fec3d4536f70aa]

        For now, reintroduce the horrible static counter into utl::TempFile
        
        ...i.e., bug fdo#41295 and its fix rediscovered.
        
        Change-Id: If958fad74c853f51660a9e0bfffd99969052ea80

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e25bdf7f602ce7d3d941c07b8c1cf5740e2b0a85]

        DOCX import: make sure inline shapes are not in the background
        
        Change-Id: I80d684662ac3f94bff4448fcdae94f9e69fd1590

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e0d94ef4447734b27d15c50fdcea09d8200b2efe]

        3D model insertion UI: add *.dae and *.kmz filters
        
        Change-Id: I20f6bea3b1f5ba03cc461f461458f5460da716c3

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b862a216f769d10e726ad759762b5e6a412acdaf]

        ODF filters: fallback glTF model to bitmap for older versions
        
        Change-Id: I33161401a29f511e61429355dd2905d4643fe8ff

2014-05-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e627929e5ea628ddbc981cc1afd9cde1b8f69a4e]

        Fix class name typo in comment
        
        Change-Id: Ie37583fb53578fb91a121f7d2ec654a4fae01002

2014-05-16  Stephan Bergmann  <sbergman@redhat.com>  [06a45a1a1766f61cd583725c61d685ad4a3f868e]

        loplugin:saloverride
        
        Change-Id: I2b6e6a6654e888bec3ba4961f9130ca10b791f87

2014-05-16  Tor Lillqvist  <tml@collabora.com>  [f6f208dd9a4bd62b3b732dc06d35ad082592706f]

        Add more info about XCODE_DEBUG_INFORMATION_FORMAT
        
        Change-Id: I90b1140d9c3f70f01eb673e6d9113593bbe57a09

2014-05-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [942156b1ed7d0cd27c18960bf4cf874689e9aa0a]

        sw doc model dump: show SdrObject::nOrdNum
        
        Change-Id: I4ac2c3d883dd9bb111a2d600f5a17ea96a1e219e

2014-05-16  Thomas Arnhold  <thomas@arnhold.org>  [fcfa1b7e1f643f97ca81edd199b9d67d37411adc]

        idl: fix some include guards
        
        Change-Id: I6f306ba26d888a617aae89d29fc80acd00bd71d8

2014-05-16  Thomas Arnhold  <thomas@arnhold.org>  [638848d5eab0ca713814cef6e6f2aca5956fe0f9]

        idl: remove external header guards
        
        Change-Id: I78661f0750e4213a20dd2341580cbb181897f3ba

2014-05-16  Thomas Arnhold  <thomas@arnhold.org>  [93037e30610ef9549acadf4696f119dde2f5307f]

        fix-includes.pl: svgio
        
        Change-Id: I660f0b2da8f5e6fd8de37e22fd4edd2bd8d21ef8

2014-05-16  Thomas Arnhold  <thomas@arnhold.org>  [a6ef8ed1d6ba5843fa2e5fc49e21d8adda2b7583]

        clean up, remove eof comments
        
        Change-Id: I166e781cb54181a8e5d08021cf5f6dfcd1fde5cb

2014-05-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [73ad72e820ed3de346efa1914432a7f2c6264dde]

        ooxml: Preserve effects on pictures
        
        If a picture contains some 2D (glow, shadow...) or 3D effect
        (rotation, extrusion...), we prevent the importer from transforming
        it into a XTextContent so the XShape grab bag is not removed and
        the effects are preserved using the existing mechanisms. Added a unit
        test for this issue, and modified some existing unit tests to match
        the new behaviour.
        
        Change-Id: I3b87069ea208604383a592d34d0a4ceb6b0f9fc7

2014-05-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [be415a0f9a65d44d1042b313141f49c617bedd93]

        ooxml: Preserve shape effects when there's more than one
        
        Transformed the preservation process of shape effects to be able to
        store more than one effect. For that we:
        
        * Created the Effect struct and added a vector member to the
          EffectProperties struct.
        * Changed the shadow effect to use the new Effect struct,
          EffectShadowProperties struct is preserved because the direction
          field still has some use but we should remove it.
        * Changed the structure of the grab bag to store more than one effect.
        * Modified an existing unit test to check shapes with several effects.
        
        Change-Id: I0dd908fa1d9578827c02ef6272fc9e2b914391be

2014-05-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [a5835285068c1b03171b7953c2fea185111f4da2]

        oox: always save all kinds of 3d effects to the grab bag.
        
        This was actually a bug. It didn't matter much because a document with
        an a:sp3d tag but without a:scene3d section would be invalid, but the
        code was logically wrong.
        
        Change-Id: Ifa838e425849642c2a1bf6fca6b6a8dc8ed3b465

2014-05-16  Eike Rathke  <erack@redhat.com>  [5ad020235a8d4dd60752e781622c22f0187b4e45]

        introduce SvxLanguageBoxBase, SvxLanguageBox, SvxLanguageComboBox
        
        In preparation of having a language box available as ComboBox to be able
        to add language tags.
        
        Change-Id: I5af5ea5bb06e558db1fcf9c0668be274d5cec04e

2014-05-16  Tsutomu Uchino  <hanya@apache.org>  [5350520ec8da250f57dde664e95229c0e4d5a2ab]

        Resolves: #i98216# extract boolean value for AutoFill value of ComboBox model
        
        (cherry picked from commit 213aafbf006a5099e951f65a472e4f8fa66256a4)
        
        Change-Id: I862abc31b69b98f0ec766ca260fdc063d14a2ee4

2014-05-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ca52e5ff2c98268ad1965d43746d3c0f9a53fa79]

        support property mapping in new 3D charts
        
        Change-Id: I3da71e354ed2595c1f5b2eaeb5fb565205d24de0

2014-05-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2c7a4e8aff00f88dcc333f607a1c4334b197a4a1]

        set the MVP matrix in picking mode
        
        Change-Id: I11d4838a320ada1d454870436e540b2c56fa18fd

2014-05-16  Caolán McNamara  <caolanm@redhat.com>  [6709d982a5558cab4d0b7e13d5c72a3b074704d6]

        lsan: mpFontCharMap double-add-ref, never released
        
        Change-Id: Id511d6d0d975434b4754786204cc0fc91568168e

2014-05-16  Tor Lillqvist  <tml@collabora.com>  [d2397ab0ad61b6331d41880ba896e28fa8fcb98d]

        Use correct header guard name in comment at #endif
        
        Change-Id: I2df05054c4108cb173f80ce6fa66f30c713b70cd

2014-05-16  Tor Lillqvist  <tml@collabora.com>  [7822b5535cccc68e5b454d04a66a6b4f27675ec6]

        Make the MacAVF code build also as 32-bit
        
        When compiling 32-bit OS X code, the code will use the "legacy
        Objective-C runtime", which means that instance variables of an
        Objective-C class must be declared in the @interface block, not in the
        @implementation.
        
        CGRect and NSRect are not the same for 32-bit code.
        
        Also, use boost::unordered_map.
        
        Change-Id: Icc56ff298203565a7568714b0e9f42c7c6b89737

2014-05-16  Noel Grandin  <noel@peralex.com>  [97d50c425f83f05bb395956e1f855db00b979f27]

        combine the pass-by-ref clang plugins
        
        Change-Id: Idac24afb7cb67fa2d539553fb9fa049c2d61ecf0

2014-05-16  Stephan Bergmann  <sbergman@redhat.com>  [0bc869459b8dfc05923249ec07ccfd4f0ddd2c2c]

        Consolidate CreateTempName_Impl and lcl_createName more faithfully
        
        This is a follow-up to fcf455d4efde077bb2b092b607de12ebfc350275 "Consolidate
        CreateTempName_Impl and lcl_createName," which apparently lead to hard-to-
        diagnose sporadic "make check" failures on some machines.  Hope is that bLock
        now more carefully tracking the behavior of the original two functions fixes
        that.
        
        Change-Id: I37ba00545f5921fd603ff9f1ea46927c42e88899

2014-05-16  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [a05e5016287fdf06378e8b854a40db32d2da7204]

        fdo#78432 : DOCX: File gets  corrupt after RoundTrip
        
        	Issue :
        	- In RT in document.xml, value of Absolute Position Offset
        	<wp:posOffset> was going out of bounds.
        	- <wp:posOffset> is of type Int(32-bits), hence it's value
        	should not cross the MAX and MIN limits of Int.
        
        	Implementation :
        	- Added check for <wp:posOffset> should not cross
        	Maximum/Minimum limit of Int.
        	- Written Export Unit test case.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9328
        
        Change-Id: I22e75d7e603ebbf6a49e764fb1a3e6a4d2fd8b23

2014-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a9399a62873dae10e6486e8a6764b163283c0e1]

        small hickup

2014-05-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [48eccfb812284f43ba24c3be3903537ce954944d]

        fdo#77537: Exporting font names in edit text needs special handling.
        
        Change-Id: Ia9c29d37eaf962e0245920e50f534dd779af72dc

2014-05-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [90f7bd61fb1c4665051f721bb7721277a79eb267]

        fdo#77537: Write export test for this.
        
        Change-Id: I2960713b1005c5f91fe78d12e33f1786978eac67

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fd70beaccb8655ed962bb306ed34c6c134e3922e]

        vcl wmf test: null terminate stream
        
        Change-Id: I10342262cacbe3e3d978fee652cdbc4692f46dc4

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fb1e8105536a5c3a2cbe291e012294da562cd9f4]

        test: don't create root element in startDocument() in xmlwriter
        
        Change-Id: Ia08e9f8caf2a2fb42855dcb2245e013e1a181216

2014-05-15  Lennard Wasserthal  <Wasserthal@nefkom.net>  [b7cb2ae5026cfd3bb30f148ed40f244b5c128876]

        fdo#55582 Writer: Dont overwrite from even when selected, from writer.
        
        This patch fixes the writer part, calc part is fixed long ago.
        Problem: it overwrites when you paste from impress or calc.
        This allows to keep the graphic's frame,
        so the text doesn't have to be rearranged.
        (i.e. it is desired, so I didn't change that)
        I was trying to give the user a choice,
        but I didn't succeed in keeping the frame when pasting from writer to writer.
        coming soon!
        
        Change-Id: I07271df9bb501779d06f332bb13edd05f0aefacb
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>

2014-05-15  Michael Stahl  <mstahl@redhat.com>  [0b3d0fb2d9256dc6bae6af69ed494487004def75]

        fdo#78159: fix import of OOoXML embedded objects
        
        MimeConfigurationHelper::GetDefaultFilterFromServiceName() checks that
        there is both an import and an export filter, and for OOoXML the export
        has been removed; tweak the check to require only import for OOoXML.
        
        Currently it still works invoke the OOoXML filter, but it is clearly
        better to store the embedded documents only in ODF, so tweak
        OCommonEmbeddedObject::store* methods to do that.
        
        (regression from aeeaccf59abbc485d7786486f1accc1cb4d4dbf7)
        
        Change-Id: Ib71f23fd110cbd4b570517f2dde2c53e3aa6301d

2014-05-15  Julien Nabet  <serval2412@yahoo.fr>  [68741d0055f3b76f88ca225b0ebe4991d6cb2f7f]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13
        
        Change-Id: Ieecfd7ccb10c75ac639d0ba8e7cb588607097c2a

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [a470fe1ea0ff3c9ecfb7664accb50e8ee424b660]

        loplugin:unreffun
        
        Change-Id: I10ca928ce30631b531a2549985b54ca071efb79c

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [1e74d168e34afd64c1af79b89e6d8250202a7f56]

        loplugin:saloverride
        
        Change-Id: I53a7cd73ff754bf3b019cb36341b2ab09c61e762

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [9c10d1911b61fdc8d70515bd810fd2e7b9e2be53]

        loplugin:bodynotinblock
        
        Change-Id: I9c573af8f378cd0b0cb9898d84b5d566f498f57e

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dc59182bfbb67d22d9e88745380142f811616c2c]

        sw html test: missed one class name at renaming
        
        Change-Id: I614bbda7b796a4bd57d9511a9dc68beafa398b38

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [eddfced748f0cfed0b6f1d2b00b30287330287c9]

        loplugin:sallogareas
        
        Change-Id: Ic3e2a5ed247b35b4e6d80a4ad824bc9b535783fb

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a95c7069c391563cc49eec6373216c589ba98348]

        sd html test: move local vars on top, clean-up
        
        Change-Id: Iac393561337825e316a974801a6061944b8fd72a

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2dd1f71b24da9a10f5cdbfd4a920d5f49963c861]

        sc html test: dispose xComponent in teardown
        
        Change-Id: If33ad8bcca2c224b6bf68a1bdaa015326c17aef8

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0261d4999ad930bffa26eab089af70b805f24857]

        sw test: HtmlExportTest - assert pDoc exists, rename class
        
        Change-Id: I5e17b8636236c2a0f78df80c36d82a3ba16a1c5f

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [543a88d7c291d53884aab74f5f379e8bfc4b73c4]

        sw test: unify names of local variables and move to them to top
        
        Change-Id: Iaba274f73edf4ff49d06f5dd15ab8ab2ddd043f7

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0e5898f6a972e4bbe068c5565eb446db41170ba0]

        sw test: user parent's parseXmlStream method
        
        Change-Id: I6b50172b636cd8334b5cbfd3986631c1f17dd366

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [684b0a11040a4f46d9a4971583c21350b6395d18]

        OGLWindow: improve camera movement, make it faster
        
        By now there is no a timer which rerender the
        scene all the time so we need to move camera
        without setting time.
        
        Change-Id: Iba1bfd9b9dc87309cf83d5dcd6832f0e4cb2cd92

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1811336b058d1a26c7f6d836a5c478413c20f287]

        wmf: assume WinOrg/ViewportOrg = (0,0) if they are not provided
        
        Change-Id: Ia8a91a565118d102ff769da8bca65f16b5dfece2

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [154752865f8c7c6ef73d2b7100f25c0b0c317d4f]

        wmf: add SAL_INFOs for interesting things at WMF import
        
        Change-Id: Ic21709896fe156c7393ece54345b00bceb37587d

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f9e81786f43a91f8cb562552ea0b379ea73ba08a]

        wmf: test that non-placeable WMF uses correct sizes
        
        Change-Id: I546d654726483b40ce4d981bc66377c8a3df6194

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fb688d64466b56ad7804c8ecf66aecae7f1faafa]

        test: dump staroffice metafile to XML & XML writer interface
        
        Change-Id: Ie42f72e0fc281d1f51e1729be408c2b0042f4174

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [780cedb2cf63f6ffa3290d053172a117384b7383]

        test: parseXmlStream & parseHtmlStream added to test tools
        
        Change-Id: Iff8af5e9ffefb4c3cecf387b16473d45e8b4a65a

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7da0a6e562de26222a8c56ae9a5a51611264c59a]

        fdo#78603 mixup (Left->Top) in Rectangle construction
        
        Change-Id: I7fa566e036508d43b153c7983dc89fc6660718e7

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [29ef23b3074b0eee2cc769ec1a06280cff5b6f99]

        vcl: ReadWindowMetafile - make pConfigItem default to NULL
        
        Change-Id: Ib061b5e05df5215bea210a750d5dfd5314eeadec

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [06e6aa68ceb53873daccf7cf914234a04b15675a]

        vcl: remove uselees comment from font.hxx
        
        Change-Id: Ifc933e9b4ca2f604f3aaf1ba74b34b414f96dd64

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6a94e8fbcbb43512b657c5b5a5d3d6ff5bd0fe7a]

        wmf: put WMFReader constructor out of the header file
        
        Change-Id: I8bf15c9990745759dd1414296257558adf5a42c0

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [599328b0a9f50f65d8ad1efea8b72ac604153c56]

        tools: add AsRGBHexString to Color + unit test
        
        AsRGBHexString returns the Color as a RGB hex string. For example
        "00ff00" for green color.
        
        Change-Id: Ia95c7f9eb6d9aefc3ca989046fa8d76b7b7f9e8f

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1c77fcacbd07b077412048a0647271fad16ff461]

        vcl: problems with WriteWithVersion so remove for now
        
        A sw test fails when WriteWithVersion is used istead of direct
        replacement. Remove it for now.
        
        Change-Id: I0425c85d6492061a5d7565e709d5913b79b28a46

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ccb96f34399b1a5a0e2082f84ba8e4fba92b763a]

        vcl: remove macros in metaact.cxx{hxx}
        
        Macros to reduce code duplication in metaact.cxx are discuraged
        as it is not possible to find those classes using "git grep".
        Lets find a better way to reduce code duplication for those
        classes (some have already been replaced in this commit).
        
        Change-Id: I35c7cd74d6345f37e937754e2d0177b816e0e0fa

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9e5f11aa6e3c894b0b0b316ada3e685ff187a516]

        vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for Bounds
        
        If the image is non-placable the image bounds are bounds of all
        elements. Special cases are when both SETWINDOWEXT and SETWINDOWORG
        or SETVIEWPORTORG and SETVIEWPORTEXT are available - in those two
        cases use those bounds bounds instead.
        
        Change-Id: I60e53cf6c47ccfc0f1139a11a866392f3e8e3ed1

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7d69e253549f12a02474b3ce21f767b573f4ef3f]

        vcl WMF: some code clean-up
        
        Change-Id: I0b8d433d3d3bf03e3f414b2586a718146380ee2a

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [618d33c2089c7f7741e22a80ffb11f82da1729a4]

        fdo#70498 work-around scaling in SetClipPath
        
        Scaling needed to be worked-around again so that the image in the
        bug report could be drawn correctly. The issue needs some more
        investigation how to detect what are the exact conditions that
        scaling is needed.
        
        Change-Id: Icd3f57a8ded92c49848feea92dc5a14362718874

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [98c55e4c350931daad45db2d7478006756ff1324]

        WMF: partially revert change as for some documents text is not drawn
        
        revert part of 00e577ac012405f29003533c145bd29d0edbf6db which
        causes that the text in some WMF images is not drawn. For example
        the document in fdo#56886
        
        Change-Id: I401c702f0567b1f142a82a4417abe719687a86f9

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2067d03f8ad7e58ae0ac1387a51858f012e8c7f1]

        fdo#76718 Rounding for "fill > random number.." option
        
        Change-Id: Idb4b6442be7ddb08875c6b59f54a887399385be7

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [858232e3c78d5d8f013324887e29a74ea2f21bab]

        sc - statistics dialog: add more space between IDs
        
        Change-Id: Ie503c2758e809712c99df6e53a02ac6e719dd036

2014-05-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [80562aae00f048172b57fe3ad758dd91f9212b4b]

        sc ANOVA: add "two factor" and rework "single factor" ANOVA
        
        Change-Id: I8cfaa06019e641e0590065d8f6a3266ff82acb88

2014-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [8bfbfc06fefb418269734cfb17c70a5ae5a42d2a]

        DOCX import: fix chart size when it's inside a TextFrame
        
        Change-Id: I3edb253238db182054b7688061916a2432b687b5

2014-05-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [177903cf0f0d5c6bf00f6bd732eff8efab235f5e]

        p is for pointers.
        
        Change-Id: I7df56e7549e8ccccdfa9ca1b88f85e8c81e4a946

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [9986f236d6b56ad773adfbc2107bfc1c6bd181d0]

        Don't reference the avmediaMacAVF library if not built
        
        Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [2a9018b9f52bd90396912a8cb49925646eeb3485]

        The macavf code doesn't compile as 32-bit, sigh
        
        Change-Id: I51336c09aaa6ecdaa5da537a4a21efbff305da6e

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [be1913aa1f5b5af19dfdbf4093e443001abf9195]

        Argh, it's <ext/hash_map> apparently
        
        Change-Id: Ide91e3302aa17052eb4deb3ddd16ff1ef83401fe

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [2e6d79799bc616addc5c6359179326b8f493a5a7]

        Use std::hash:map when building against libstdc++ (and not libc++)
        
        Change-Id: I7873d99e5982170551ba0ff7b4f383af5935c25b

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [0a829b062ce710e75aff89543d88898a1733f8fd]

        The AVFoundation framework appeared in OS X 10.7
        
        Change-Id: I76eb213ff4cb93196ea81dd43a465da61c0cdee2

2014-05-15  Herbert Dürr  <hdu@apache.org>  [75c804c1be8acf4c3fc9935b81e696918f33fd9d]

        AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet
        
        in AV Foundation the most accurate media asset duration is available when the
        AVPlayerItem's status changes to AVPlayerItemStatusReadyToPlay. There already
        is an observer for this, but the upper layers expect getDuration() to be
        synchronous and to return within a reasonable time. Since returning an
        approximation is sufficient using the AVAsset's duration as fallback is fine.

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [c0a3bc0570439bad6f2e105cb38b4bd073839e05]

        The AVMedia framework is not deprecated
        
        So no reason to avoid it when building for the Mac App Store
        (i.e. when building a sandboxed LibreOffice). (At least I assume it
        was because of the deprecatedness of QuickTime that it was conditional
        on not building a sandboxed LibreOffice.)
        
        Change-Id: I9d50490aa878ba5e40594b39eac88f23df3ef0a6

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [ec08cb1f81d47e8f41778bf519ead43bfb90e67c]

        fixincludeguards.pl: now we can fix those
        
        Change-Id: I8f29f6344592c2bb1ae0d03304cf6e18b6df3a29

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [f5dae84979db977febaa06acaf5e6ceeee5afbf8]

        fix cut and paste into macro editor crash
        
        e.g. select all in macro editor in virtualbox and paste
        into Linux macro editor and explode in debugging iterator
        land.
        
        regression due to IA2 integration of
        efb23f29983f87104a684e7fab00b84fc59d131d
        
        Change-Id: Ic7a4e9f5455f4ba3eaf0afd38fd5e445d6dc28e6

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [a0b9dbde60d1888842a04392045dac26bd79b60f]

        Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1
        
        Change-Id: Iacd00f1371ea276758702bd5eb8380f542790c55

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [dc2a5943dcfc38db99ef041e1362542f15f7d9f2]

        We don't use Quicktime now, but QTKit instead
        
        Change-Id: I3d7080c5013f4d692263a9e5f566bcdbeeb0aeea

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [1d065071361400b1cb614248e2f414678518a971]

        Add avmediaMacAVF
        
        Change-Id: I8e0a3c1f96ca908ce942050d51cb43fd7724dbae

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [fd792b7a2942951d3f4c87e45d8e760a15f66474]

        We build avmediaQuickTime as 64-bit too now
        
        Change-Id: I595d24a08f91f501554bd803a489bc32ed2274f8

2014-05-15  Herbert Dürr  <hdu@apache.org>  [754380524d6b9f3b5f49629ac8b3ad392cc5173c]

        AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber
        
        FrameGrabber used to load its own copy of a movie. Since multimedia content
        is often very data-intensive this should and can be avoided by using the
        movie asset already available in the Player.
        
        Change-Id: I5ace1d1751b38839ef051ce0dc0328308325b269

2014-05-15  Herbert Dürr  <hdu@apache.org>  [f3b314413336eb60e66886f48b56149bb586d830]

        AOO: #i124875# support Mac AV-Foundation API for multimedia content
        
        Adapted as needed and gbuildified by tml. For the files that actually
        are Objective-C++ use the .mm suffix.
        
        Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2

2014-05-15  Herbert Dürr  <hdu@apache.org>  [bdb3f642973b7c7b9ce8bdae1344e4ab520f942a]

        AOO: #i124800# switch avmedia's QuickTime component to QTKit for now
        
        because the QuickTime API is not available to 64bit clients. The switch to QTKit
        is temporary only because it has already been deprecated in OSX 10.9. We'll have
        to switch to OSX's AVFoundation framework instead soon.
        
        Suggested by: Ariel Constenla-Haile <arielch@apache.org>
        
        Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [70895b691eb6bc0ab8d22d9b992b243562660bab]

        remove legacy svheader.hxx
        
        none of the corresponding headers is included...
        
        Change-Id: I85061dc159ace0fd727e3d32e52b14c123690584

2014-05-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [71417f2b7236f6ab8d40153e30b89e69123140c5]

        Actually this empty() check here is redundant.
        
        ResortChildren() does that at the very beginning.
        
        Change-Id: I696c9d796cc6631048fb3d9409d6eda1085a7612

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [71e5b1ba256bd472e99118c1730fa89cc2b64dbd]

        Related: #i124896# Remove Allocator from sal, too
        
        Change-Id: I3b1c7ccb523232433421def6622e2fc75348ec5f

2014-05-15  Takeshi Abe  <tabe@fixedpoint.jp>  [e9c5f63f80ea54aea9963a6c268ed03881d7b734]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I7dc862794f7f0973bd4de7b54f7a1fb15235bc3e

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [73d4d9a5834bf5eb92c2643e30bec9d307d00175]

        Related: #i124896# remove obsoleted pq_allocator.hxx
        
        Change-Id: I8a2b54c97f20e581b9703bf33dbba537c2f603c2

2014-05-15  Herbert Dürr  <hdu@apache.org>  [a908e4eb41b83d051232f9e551e779e77c9a9c4f]

        Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxx
        
        remove obsoleted sal-module-internal custom STL allocator
        
        The SAL module avoided the heavy dependency on the stlport4-libraries by using
        a custom allocator for its internal STL containers. With stlport4 removed these
        dependencies are gone and the SAL-internal custom allocator is obsoleted.
        
        (cherry picked from commit c6e0325df6efce45dbb2616a32b7745c449c6c58)
        
        Conflicts:
        	include/osl/diagnose.hxx
        	include/rtl/allocator.hxx
        	sal/osl/w32/procimpl.cxx
        	sal/qa/osl/process/osl_process.cxx
        	sal/rtl/bootstrap.cxx
        	sal/rtl/source/hash.cxx
        	sal/rtl/source/unload.cxx
        
        Change-Id: I8515382828eda36aba1fec5f23e0f2a89aef7a33

2014-05-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b79b8d2c613588f6a0175160c7f0a1161ea84b35]

        Sort ptr_vector using its own sort() method.
        
        This also fixes memory leak via nested calls of release().
        
        Change-Id: I3ba90901366319bb3ee870903130042b375f733c

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [a994503f23ae3f1d88afbdb8146cdc93453fdc85]

        -Werror,-Wunused-private-field
        
        Change-Id: Iede16b58830e9605943b87528b3f5569035b8449

2014-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c5bc3128f8ade4e52069204df2da6c00ffb3806]

        -fsanitize=address does not like -z defs
        
        Change-Id: Id2a5c3009b46f9f91706b433411ca9f9c3cb7e39
        Reviewed-on: https://gerrit.libreoffice.org/9334
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [08947735f9cc4b7bd69676c9dd4d1700e8e3b15b]

        Work around Clang -fsanitize=address inline asm error
        
        Change-Id: Ia37b21af217af9b24522da28e817b4cb6ca2f8c9

2014-05-15  David Tardon  <dtardon@redhat.com>  [723b88f72420459cc22a851f7d882b8574745d2d]

        fix license for Czech thesaurus
        
        Change-Id: I103d114442131add6644d01d47bf705aa57685dd

2014-05-15  David Tardon  <dtardon@redhat.com>  [29abc8981d9bf564754e334b1ec81ddc3ecbebaa]

        Updated core Project: dictionaries  b31244205066114f5721beef118be7f9e518cd22

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [2bd7767d010401199ad50c2ef2791b53ae03fb03]

        Resolves fdo#70681: fixincludeguards.pl: all that's left
        
        Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
        Reviewed-on: https://gerrit.libreoffice.org/9360
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3efddb093e72c100bc609ec691effb4563af2c20]

        OGLWindow: First try to rotate camera
        
        For now its too slow to render by mousemove so
        use mousebuttonup instead.
        It seems gltf_renderer_rotate_camera() method does not rotate
        the camera but set the new position of it.
        
        Change-Id: I0fe7895720dbf95acb0963a5ba6dd2a5840d8f6b

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [882e1bb2db4d84d8349657153cfe14363d5d9da4]

        OGLWindow: use update function for redrawing.
        
        Change-Id: Icca39a44d6a4437f20d120b4032a39f7e74ac066

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9ba99cbfcf793539f47f34fd637a48f97a249920]

        OGLWindow: move camera only when one of the key candidates is pressed
        
        Change-Id: I52b3d100512cad569a53d10c9dc819e4548ba928

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a48251956973525f338d297b07aad100e346ee9d]

        OGLWindow: remove event listeners also when window is disposed
        
        To avoid segmentation fault.
        Plus some comments.
        
        Change-Id: I7368b34a29b595f52975f41836d4fe1f63e4e859

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [21a2ce0d09a34ca63aebb3821ce120a8e00e0d68]

        slideshow\glTF: add a parent window to the OpenGL window
        
        OpenGL window is a SystemChildWindow which doesn't handle
        window events as a vcl Window does (call it's event
        handler functions and the given event listeners), so
        I added a new parent which will handle window events
        and capture them from the slideshow's main window.
        
        Change-Id: I06ac87fb85e663e52f2691c1311605b3fd7d3afa

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8099056f50f4587cb03b76cf6bac7e876f6ff967]

        avmediaogl: call gltf_renderer_set_content() only once
        
        Change-Id: Ic4c4b886f5a60508e4f62eb3396850d09ae5d0a0

2014-05-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [31095d231ad976a8ea36733c97a7b86288dc363f]

        slideshow: update log messages
        
        Change-Id: Ifcf9941707a8770931296750b674fbccc1571f6d

2014-05-15  weigao  <weigao@multicorewareinc.com>  [1528820450b9de1310140b4868a1526ff22fdafd]

        modify the coordinate system to world coordinate system
        
        Change-Id: Ib496f33bcd94cac77aef02ddae2c91bb48150252

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ec4169a56e5120f452df2f6d232e5e4d90314d9e]

        hopefully all places are now correct for the picking
        
        Only the handling of the color and the matrix is still missing
        
        Change-Id: I5603e966e6a62106f38d2cb7cfe196629714f793

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [859cbb9092536a44724a4c36a469e329bacb53ca]

        no reason that this is a member variable
        
        Change-Id: I125c85418bc19cc6bcf2d106ebd22f94d9ecd390

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dfefcc2b89718971c0d63b42d796c5e20394be05]

        one more step to picking based rendering
        
        Change-Id: Ibf77c0b7b9cdc4f5b47deee3f9b50a61e8c0dc22

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [34e137f3a96682892dcbaa70c63deeb423f5fd8d]

        don"t execute code in a loop
        
        Change-Id: I758d8ddb8b877638a5a36e56636e97fded790efc

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [42edee1ee1c993715a41b483eb4b67fb75a844e3]

        implement new struct and shaders for picking
        
        Change-Id: Ib3e08d69c031aa3130b10c0745119cf5935d86db

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [88b17ce132ff2ad6c4b90dfe1541fda15cfc83aa]

        try a better idea
        
        Change-Id: Ibf218c2e99013aeeeb1d8962b0eff1cbd602c6c3

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c2acb873d32a3e17ef9bd6ea89c7c8800f98f4a]

        remove some misleading comments
        
        Change-Id: I939c676ffd71357dcf73f24c56c5fd70a3a67a28

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2941d38cb19465ae217602b687e6ddcae6712d76]

        these resources should be GLints
        
        Change-Id: Ib1075fb7dba8ea85e76c7cdf59635e0cec9aaf19

2014-05-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [759573b37fad51bd4f5164acd645f186ed91809d]

        introduce picking mode in 3D code
        
        Change-Id: Ifbe35a9b311bf79fa15bbad6b9fdfc5a472f516f

2014-05-15  Vort  <vvort@yandex.ru>  [a050856a670db629336681cdf4e5f36c4efefa57]

        fdo#78549 PDF Import: fix incorrect transformation matrix writing
        
        Change-Id: I60d77e01ea7774c234d1ad1b81b90a7db3461e22
        Reviewed-on: https://gerrit.libreoffice.org/9310
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-15  David Tardon  <dtardon@redhat.com>  [2e9a77aa2d8e83f6296cd9204759d18b0ec5f0b5]

        fix for doxygen 1.8.7
        
        Earlier versions apparently used HTML as default if no output format was
        specified. 1.8.7 no longer does that.
        
        Change-Id: Ia8f908f54b344530e1b50e8800c032f782fb36e9

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [c1cad9bbc3d2721304e7ac592b5d7396ad1a7c98]

        Resolves: fdo#78204 adjust note icons on comments-in-margins case
        
        the page has been scaled by 75% and vertically centered so the page positions
        need to be also adjusted.
        
        Change-Id: I7ab6b4956933ba444441c857e78aee8e5c1cf97a

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [c008e4a4129f71b2d7ea5960534d90be21342bc0]

        Add connectivity.odbc
        
        Change-Id: I2bad7938ddd02da8aa7191aebbd9221220fb303e

2014-05-15  László Németh  <nemeth@numbertext.org>  [7dcae3bc041569e9e12c4c7bcd48609ffdd5877a]

        Updated core Project: dictionaries  38b1410ca674bd47d218e4e77cf90e6adcc6d87c

2014-05-15  Lionel Elie Mamane  <lionel@mamane.lu>  [94a07be5d726de71315f47d24ef9003991d201ad]

        odbc: clean up SQL conformance level tests
        
        Change-Id: I9c96ee389a086c76489f99750c2c86b7504cd393

2014-05-15  Herbert Dürr  <hdu@apache.org>  [f4ea8c2f73034cd43aca4262994e8a9aaa118b0a]

        AOO: #i124823# fix the calculation of leading metrics for CoreText
        
        tml says: As such, for us the sample document from the above AOO issue
        already gets laid out corectly (according to how the bug reporter says
        it should be laid out), both in master and 4.2. We already set the
        external leading field based on what CTFontGetLeading() says.
        
        Also, our code around here is a little bit different as we don't have
        any fFPIY paramter or mfFontScale field, so the change did not apply
        directly.
        
        But I adapted it and applied anyway. Effectively, for us the only
        change is that the internal leading is now returned as non-zero. No
        visible change to the sample document's layout.
        
        Change-Id: I4f8967723e371fa2b695f726ff2f28c0f6d6ae27

2014-05-15  Eike Rathke  <erack@redhat.com>  [a4f32eec653596483088c6e5aa37de031278d74c]

        resolved fdo#78718 break the indefinite loop when entering ="
        
        ... introduced with the refactoring of
        5a14766061f75e88791dc3134c9ec56e198144e2
        
        Change-Id: Ic322c58cad749d136966cee08ca5a06be59897b7

2014-05-15  Eike Rathke  <erack@redhat.com>  [848ec62b9ec806c18e0ca7ff2d45f39b4b147c0c]

        userinterface and currencylb are just ListBox, so GtkComboBoxText
        
        ... and not the bells and whistles SvxLanguageBox.
        
        Change-Id: Icaeaeead0bd58bc05d2a9af4e9b7265de1647936

2014-05-15  Eike Rathke  <erack@redhat.com>  [1d1a28290a87e2db9e01535792aa0ed3dcbd27b7]

        +sal_Int32 ComboBox::GetEntryPos( const void* pData ) const
        
        Change-Id: I9199da366eb70e818e1d85823cd7cf530f70167d

2014-05-15  Eike Rathke  <erack@redhat.com>  [f9a1e9074729d540d29a9ded2b3303373d3a9011]

        interface with COMBOBOX_... instead of LISTBOX_...
        
        ... even if it is the same value.
        
        Change-Id: I62f81d181f25723cba5ca0fbfb395539385a007a

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [4cacc6080e61374fd573fffb3bc2a54968c1b61a]

        Make sure to dispose services supporting the XComponent protocol
        
        ...to e.g. avoid leftover temp files from instantiating
        com.sun.star.comp.report.OReportDefinition.  But dispose all instances only at
        the very end, to avoid disposing some single-instance services too early.
        
        Change-Id: I71fc50e80f4b5d1a1ca16e392725903b079ce2d1

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [3385b0da3d6ffec25538692d3c49b2e1924dddae]

        Minor utl::TempFile clean up
        
        Change-Id: I20de8b2321d2656d17d25c6343d72c534d47e597

2014-05-15  Stephan Bergmann  <sbergman@redhat.com>  [22aa9fce300f9953dc43fc75f8ced4caab5c3f83]

        Avoid copying of singular iterators
        
        Change-Id: If873d2c369ef6458fdf3289f09802e90dc7367f2

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [6f019bea96e93c127ccd695d381647b48d06d710]

        coverity#1213254 Out-of-bounds read
        
        surely this was the intent
        
        Change-Id: I78002adebf78674259e6c63e0e3449882accdb5d

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [bb7dad11e1701c295f6fe9f768f267d094d11ece]

        coverity#1213242 Dereference null return value
        
        Change-Id: I23ce35dbeadca1eea4c67d7d70acbf5ce3a82ac8

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [6903b8480956e50a155b42fa42807fb32452bed4]

        coverity#1213244 Dereference null return value
        
        Change-Id: I729baf2bec5849a4323550aacb9b789db78e72b3

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [5c3eaed8acdd9d9677833547b2ab206574ee45b8]

        coverity#705490 Dereference null return value
        
        Change-Id: Iac4178e7f751cba0b4a135dc9d840234d96ccfa2

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [6093787ceb22456f90cf6585cf24a57c67d019fb]

        coverity#705484 Dereference null return value
        
        Change-Id: I8ba236e64994c6e37e1a782cc911df57cb902f86

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [035d62ef915ac8bd0b93fac45f7cb228ade25c19]

        coverity#705482 Dereference null return value
        
        Change-Id: Id50d79c2dddc3105821703fb9773128c0cc6f2f3

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [9f09218d4e9f931e8d2d519872a5fe72f06f529b]

        coverity#441006 Dereference null return value
        
        Change-Id: I6c00db53ce507dacbf6032dbe4d41d806740be62

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [0ac3a94c9f7bffe27ec1e07c4cc73cf2425b3898]

        coverity#440876 Dereference null return value
        
        Change-Id: I7d00c3a3c1a12176e4b1ab74712aabeb2f1cf90e

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [9831dc20ab35bfe962f35d9033a3812be745a958]

        coverity#441607 Dereference null return value
        
        Change-Id: Ibec5bb74a708786e71f9e9a53be71e9cc50c5b69

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [6d1ee0f6fb40cbdac48abde99d4d41b50c4f0fcf]

        coverity#1209074 Same on both sides
        
        Change-Id: I2c02ca45ed12ed571a175fb82bc2478eeb02f31f

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [e4d428459c0108f4758cca725e9f127b1d20fafc]

        Updated core Project: help  37bfa7d9f018d6e683df285bbf144bfe28078314

2014-05-15  Caolán McNamara  <caolanm@redhat.com>  [1dd9c63a3520078e81a4a207060890e23591a41e]

        callcatcher: update unused code
        
        Change-Id: I690c5196ab81178c666ee39dd247fbe0438db80b

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [525f7b280ff46fe9519e555c4a382e83bcfb8c98]

        update_pch: add svl
        
        55s -> 28s
        
        How to find possible pch candidates:
        
        for i in `git grep -l 'gb_Library_set' -- '*.mk' | sort -u`; do
           if [ $(git grep 'precompiled_' $i | wc -l) == 0 ]; then
              echo missing: $(sed -n -e '/gb_Library_add_exception_objects/,/))/ p' $i | wc -l) files in $i
           else
              echo ok: $i
           fi
        done | sort -h -t' ' -k2
        
        Change-Id: Ib9fe16c0afb6e6687881c987c3af7bf59b929fd4

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [9081583e59ba8d3a776d812fa280a929c88a69f1]

        fix-includes.pl: svl
        
        Change-Id: I18fb7a677e2bb98c83f43f5af3fa988393dc23f9

2014-05-15  Thomas Arnhold  <thomas@arnhold.org>  [7e586cee33a978703bfc11571adc3cf68a4d714e]

        update_pch: add basegfx
        
        29s -> 14s
        
        Change-Id: If9fe85d21d471b13c92a3ca1f1af57f146c8565d

2014-05-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [350b88c2b7871eb34f945f2ada7b03717f661bdc]

        fdo#78300 File Corrupt:drawing objects into a text box.
        
        Description :
        Docx file corrupt after roundtrip.
        LO insert <w:drawing> inside the <wps:txbx> under choice after RT,
        if the file created in MS word 2007 and contains Word Art inside the text box.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        	sw/source/filter/ww8/docxsdrexport.cxx
        	sw/source/filter/ww8/docxsdrexport.hxx
        
        Change-Id: I7421ed353cd7e9bae17b2447122090a4113f52b5

2014-05-15  Tor Lillqvist  <tml@collabora.com>  [eafecb57c91e943f22285d4d579df2932e5c1555]

        Need zlib because of collada2gltf
        
        Change-Id: I83a48ceb2cb2cf96e4c10d0e17d9076c663530aa

2014-05-15  Chris Laplante  <mostthingsweb@gmail.com>  [618106a1913e2df8df5236bd4b20ea5379cfef33]

        Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)
        
        Change-Id: I0cf29711459e5ec185b43cf28716729e659b00b4
        Reviewed-on: https://gerrit.libreoffice.org/9357
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-15  David Tardon  <dtardon@redhat.com>  [5409010efc6d7f81d2e87e6156a6bd0604355d24]

        fix downloading unowinreg.dll
        
        Change-Id: I24b30ce4f53894796cadd9164f2930523a5f1123

2014-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [2cd7cbd9e36683d7429489dc0e4fea626a4cdb47]

        no matching function for call to 'scale(const float&, const float&, int)'
        
        Change-Id: Ia748133cb3bda9d81db8850b7c76ad1a43a5c42e

2014-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd37d0757685dfd5a19ebd262c10e5353b8f891a]

        change transformation matrix

2014-05-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [282b0123a34b978ea221d88ac668ed0c4423f801]

        error: invalid conversion from 'int' to 'formula::StackVar'
        
        Change-Id: I77280f843ae3123a6e0459becb2ce0b5fd7b78cc

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45c89d62b527abec07072074484bd596ab1aa04a]

        Add test for CHOOSE function.
        
        This function is also a jump function requiring a special RPN reordering.
        
        Change-Id: I34f68875febeb4fb8c78527d763d4a6352f50b03

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3e377f86d8c8d15c80879f8d6f1228abe2afba28]

        Add unit test for IF function.
        
        Change-Id: I2265458883fb05582c54157714b88345362efa0d

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [12383c8d7465d7057b49844695b3fc34b51186ca]

        Write test for RPN token generation with and without jump command reordering.
        
        Change-Id: I45d83448be04e0983f39ca28392671cf84ae928c

2014-05-14  Julien Nabet  <serval2412@yahoo.fr>  [c288b17cc5a1d5051325e02a29aa40df5be6f016]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12
        
        Change-Id: I7c514b7a1d86f52d77672b826b1f08b825fd7aa7

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [67f85d7419a475c1e10b6b1d829bb0c575a39fbf]

        fix windows build
        
        Change-Id: Ib2e882194087e3eb85b52921f27fafc40227c52d

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [5e41d7e63829a0a74576615fde149084621d2e8f]

        bool conversion for windows, too
        
        Change-Id: I38e481ce7d4eeea6679e33640555469cd18d3109

2014-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [a14752a864b098976f684036cda1bd5d9c0dafc8]

        coverity#704863 Unchecked dynamic_cast
        
        Change-Id: I0c451cb576dc1818043816390b14c32607609748

2014-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8b74ad4135f9bddee4da2c85cdb3d5d0973d687]

        sw: fix indentation in sprmids
        
        Change-Id: Ifebb34942ab5d5e75d2ff9797c0450a825f955b8

2014-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b34d19473406a1403362488dadec5d24e91dd86]

        sprmids is used only inside sw/source/filter/ww8
        
        Change-Id: Iebae4a08a452117e71f72836ed686221031a61e6

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [7ea20ee3d08ef409d6bfbac222b20d0791294558]

        WaE: warning C4701: potentially uninitialized local variable
        
        Change-Id: I00a4ebdcfc278274a567403bc1ccb5332ada836f

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [057d59533695f3a283c0a4427813d76a27798a20]

        warning C4305: 'argument' : truncation from 'const rtl::OUString *'
        
        ...to 'bool'
        
        Change-Id: If2b2b1bf27b8e241be131c3ac63c79f8211f47d9

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [c12998c9d342b36d255e03c792fa737d49d4371b]

        update_pch: add reportdesign
        
        3m44s reduced to 53s...
        
        Change-Id: I9a7601e4cb23430b850fe4303e7da877ab1d63e2

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [41850152258d32ca2249dcb89d871627a6c3df98]

        fix-includes.pl: reportdesign
        
        Change-Id: I01ad1f4c3a8e0ee8173ceb147ce20945b7d5433d

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b6b0b95bae845a2a59831f4e3ae63de3e54a2984]

        Bail out of group calculation in case the array fetching fails.
        
        Change-Id: Ibb7575eeb025fc025d05b147629113796185c5d3

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [0c53ccd11f6a4318c29fd76cbc3de4e80dff769c]

        Fix warning
        
        Change-Id: I90187024bc599f66bb99295ed342e106080adeb7

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [ed1d0f0c45b616bf67a571d8f09e30673e0be77e]

        fix build
        
        Change-Id: I40b7f9388388e05ab5b034ac81861aa34a23d2a8

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [f22d651487382c64d0e6ce5ce3720eaccaf1150f]

        startcenter: another attempt to fix mouse up issues
        
        see commits
        1a2a961c1e7cdef648c28e211433e8de6e8a831b
        4a902e0c59b0dd01e6459c226268bdee4f15489a
        
        Change-Id: I94b90dfc5db779317d4dda1171aeceeac6373548

2014-05-14  Matúš Kukan  <matus.kukan@collabora.com>  [436f2aa8208decd022069c52544169030a6913db]

        Add kmz support to collada2gltf and use it.
        
        Change-Id: I37cda0e326af00ef369c4415bcec1e03c91ce401

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [969df2a069d5b9bd90467a0ed447fcf36a90557e]

        -Werror,-Wunused-function
        
        Change-Id: I894ca2eb865405a9991f921997cc22c5a34c4da2

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [9f2217fd8a62a3c1f560fc26e6d56e4cade30ca2]

        loplugin:passsequencebyref
        
        Change-Id: I3a6656117b2d2aa9d9cdcadc53a804e963f805a7

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d459c3648c28981250809ae3e3cf02dde7157f51]

        Enable vectorization for the "jump" function opcodes.
        
        Change-Id: I24333db598943a0984fb1abb603e90b79d37d845

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [17774c46a470dbcd35c9efd2c730acb396dc6539]

        Disable jump command reordering of RPN tokens for OpenCL interpreter.
        
        Change-Id: I03e1e8a8cda1ff88b1d65876ffc27605090f1f4d

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ffa18f56511a91294a3f45bdee9767595e8c03f5]

        Update the method comment and add assertion per what the comment says.
        
        Change-Id: I751e33a8bba732e3b7935fc41385ea5e1f8c8704

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a921d38ad4ee087355945b9a544d1957987f308f]

        No more SetCompileForFAP().  Use respective flag setting methods instead.
        
        Change-Id: Ib2256ebac8a7e63e7e24fb35d13d47b811bd8e19

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [69a7e7440cdafbaeddd344f61cc5dfe54750d509]

        Use "stop on error" concept rather than "ignore error if true".
        
        Just to keep the pattern of "true" -> "action", "false" -> "no action".
        
        Change-Id: I6303bc779cd7048eef2fdc3c2abba8be8f15da6d

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5db9391c0640450f3e30dfa9d2c9b8ff9c79b958]

        Introduce a new boolean flag and use it in lieu of bCompileForFAP.
        
        To make it sound more general than "compile for FAP".
        
        Change-Id: Ia6916b6f3579a290be7d5074f809666be2bd2473

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [7249ba6877ef687fd787375e18678c5f1f417a49]

        remove external header guards
        
        that's the problem with those: none of them was actually defined...
        
        Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [b81ec527f0bc07f1d988b2393e3ec02503cd72e4]

        use our css prefix to make this readable
        
        Change-Id: I360832edafcfcff7e63fd3b185c2575165c2d728

2014-05-14  Thomas Arnhold  <thomas@arnhold.org>  [4aa690c2e4ede777ac67e5eae657ad037507412e]

        basic: use prewin.h
        
        Change-Id: I49b797b170b3fd74324eede9d3b6b6ec106e62e4

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [96084f9426f0184be722da800797df37f008dc9b]

        Always remove SwModelTestBase::m_aTempFile
        
        Change-Id: I3719d1ce64bee055a4a7248361f2d2dccaa75cdc

2014-05-14  Noel Grandin  <noel@peralex.com>  [b2096deaff52f462e2df4e7bdc9816bb3604fb08]

        various loplugin:passsequencebyref
        
        Change-Id: Id1045a7f66b4fa10b6491587ba07246a31ceba72

2014-05-14  Noel Grandin  <noel@peralex.com>  [83d77931e03908c1718d9dc48f29c1db984fba85]

        writerperfect: remove SAL_INFO's that only mark function entry
        
        Change-Id: I551d3d6b44845bb324b4afcef17fdae0e0fc88e2

2014-05-14  Noel Grandin  <noel@peralex.com>  [456352e3fa7e983dc062c32025bb97021e7c18f3]

        sw: remove SAL_INFO's that only mark function entry
        
        Change-Id: I7169b1fec563add36900622dd599a92792e57675

2014-05-14  Noel Grandin  <noel@peralex.com>  [f52f42c15ab73c342f515f7e43060deddcbd49de]

        starmath: remove SAL_INFO's that only mark function entry
        
        Change-Id: Iae6dbc367f1ff9cbeb5329bd9b96489b2d4252ec

2014-05-14  Noel Grandin  <noel@peralex.com>  [cf00c85a38bd32949ed231d5d2fcfc246f500acb]

        sfx2: remove SAL_INFO's that only mark function entry
        
        Change-Id: Ia7f59631da21b81f0c7e450c885b759cdce5a140

2014-05-14  Noel Grandin  <noel@peralex.com>  [5dfb875e986661e75e9fabdfc0586443d76a42e2]

        package: remove SAL_INFO's that only mark function entry
        
        Change-Id: I21a1bfbe99d5231b63dc6aaf5d9de92190c76d91

2014-05-14  Noel Grandin  <noel@peralex.com>  [4c9b4452494b783e57158941fcd3fc7ad14aeed7]

        filter: remove SAL_INFO's that only mark function entry
        
        Change-Id: I2771d9af09b8dec3f9a8b30b47a779816e4739cb

2014-05-14  Noel Grandin  <noel@peralex.com>  [142ecb8b368e039e6095057840f2c893bb7f630d]

        embeddedobj: remove SAL_INFO's that only mark function entry
        
        Change-Id: I06b344504e6052c25578f0bc4c3598d45d544003

2014-05-14  Noel Grandin  <noel@peralex.com>  [72f6071351e52175beb413eaba6b47fd3df26abd]

        connectivity: remove SAL_INFO's that only mark function entry
        
        Change-Id: If6863d18dac6ee0364c98d255e0cf55748ea4bf9

2014-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a9bde50204347444825572bdf62f55cccdea49b]

        provide the click event to chart2
        
        Change-Id: I4ee1c51d6602a089483099f5700afcb03f474d5b

2014-05-14  Andras Timar  <andras.timar@collabora.com>  [49a28f98a3c1a6622f7cce82c2a58845cbb5e705]

        Updated core Project: dictionaries  117686ef79d5a2a42e328dcef8af3969af933700

2014-05-14  Andras Timar  <andras.timar@collabora.com>  [032cd25a260a4165773a835f004257ee139d6004]

        Updated core Project: dictionaries  c74b87732cb0acb7a67f326dce3b94f03d691315

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [da33122c84c18ea78932c6ee607824c0f3d4de99]

        Fix --with-export-validation check
        
        Change-Id: I12b99b361a10f48435694719870ed16f2ce4a31a

2014-05-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9a73719c394049648278203448f7ba91f919e837]

        Try to zoom into a bar when clicked.  For now we hardcode the object ID of 1.
        
        Just for testing.
        
        Change-Id: Ifec15ae0beb0a3c863085e9d43bdebd7bcce4027

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [4a902e0c59b0dd01e6459c226268bdee4f15489a]

        Revert "startcenter: react on mouse down instead"
        
        This reverts commit 1a2a961c1e7cdef648c28e211433e8de6e8a831b.
        
        As suggested by Kendy, opening with a single click
        by mouse up is more natural. We need to find a better
        solution for the bug mentioned in the above commit.

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [d226c4726f94e5db65fdd707bce293fc0330babe]

        Fail the test if executing the validator fails
        
        Change-Id: I15aac53a817ca309697cba8a962e788aea1619d0

2014-05-14  Caolán McNamara  <caolanm@redhat.com>  [1a428ed5670e0257b21c04590ce95b86b2896ee4]

        Related: fdo#64161 ask pstoedit to mark out the bounding box
        
        and tell pstoedit to use the original ps bounding box not its
        own calculation of it
        
        Change-Id: I06f3440a0def45ec8c3a4247c046ec499ed1012e

2014-05-14  Hussian Alamri  <husain.amri@me.com>  [493bd11fcb1305e761daddb79457e84322593b53]

        Removed redundant private methods comments

2014-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b28c0afdae884dff3a2f06adce80e3520f6ebf68]

        DomainMapper_Impl::AddDummyParaForTableInSection: shapes can't have sections
        
        Trying to add (and later remove) a dummy paragraph is just not needed at
        the moment, but it'll cause a real problem for textboxes.
        
        Change-Id: I9f90b515171ce4b498de49c2381b7324002e3c20

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [5588d66825c800b613d67bf6dc5305ebe9c166c2]

        loplugin:passstringbyref
        
        Change-Id: I0e97ab6ed479ba4057470946d45a0e8cda29470e

2014-05-14  Douglas Mencken  <dougmencken@gmail.com>  [e5934962bd55970c54b399351559e90d02b75b6b]

        use bundled (non-system) versions of libxml2 and libxslt for OS X <10.6
        
        fixes fdo#78612 and fdo#77893
        
        Change-Id: Iac36211095cc009a356f335a93a184ea5078214d
        Reviewed-on: https://gerrit.libreoffice.org/9353
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-05-14  Stephan Bergmann  <sbergman@redhat.com>  [c8695c6cce4aaa07ab2d615783d74037abb241b5]

        Unify utl::TempFile ctors
        
        Change-Id: I0a781a86804808cebf7756506d9299971c13e2ff

2014-05-14  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [8db493240a2caced1ab72a9e0fc87d39a6d3f12d]

        fdo#78599: Fixed for file corruption which contains fields and hyperlink
        
        Field inside a hyperlink closed after the ending tag of hyperlink, which corrupted the RT file.
        
        Change-Id: Ib89ead8d2f8a9eb6c8473ffd14853495ee1b2f62
        Reviewed-on: https://gerrit.libreoffice.org/9330
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [584b415924bba22db23a4258062e54973de0ed7c]

        Keep only one class for toolbox color controls
        
        instead of 5 (mostly identical) classes.
        
        Also the following bugs were fixed:
        
        * All pickers now use split buttons. (fdo#45671)
        * Color palette now indicates the current color. (fdo#73891)
          (Previous changes related to that bug are reverted as part
          of this commit.)
        * Selecting a color from a float panel now updates the
          button. (fdo#77683)
        * For Font color/background color in Writer, the color
          that is shown on the button, is always the one that's
          actually used. (Can be a different color after hiding
          the toolbar.)
        * For Font color/background color in Writer, the button
          now indicates when we're in the format paintbrush mode.
          (Removed in 085e8a07e61ef2d3a82e11094d8773ab17cfdb3c
          for some reason.)
        
        Change-Id: Idb4829552240c52fb0882aca627c8177bbe2f839

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [2a98a03904895b6dce7ec53042b0204dbb379d5b]

        Use transparent color directly
        
        Change-Id: I47693666b3dd218eb8a74b936038c9169b054af1

2014-05-14  Maxim Monastirsky  <momonasmon@gmail.com>  [b07377b3effd8b64054f923be99cde65e663f025]

        Revert "fdo#77683 the color in the toolbar buttons doesn't change."
        
        This reverts commit f5dc536eae7dc28e09112ab9dd69e55fae015ee8.
        
        This commit actually created a regression. A split button supposed
        to show the last used color, not the current one.
        
        I'll try to solve fdo#77683 in a different way, in a following commit.
        
        Change-Id: I5df1ce49995e4755f54af977ca25d4e4dfdee629

2014-05-14  Tor Lillqvist  <tml@collabora.com>  [fb33f0d898d371401a0efeba04713cd73efe2836]

        Make it compile with Apple's Clang and libc++
        
        Change-Id: I45feb0d715e6e823a42c7960fd87346412ebcc48

2014-05-14  Noel Grandin  <noel@peralex.com>  [248145f99e95cc30bb6231a8e5ea4e294f147040]

        Find places where uno::Sequence is passed by value.
        
        Implement a clang plugin to find them, and clean up existing code
        to pass them by reference.
        
        Change-Id: If642d87407c73346d9c0164b9fc77c5c3c4354b8
        Reviewed-on: https://gerrit.libreoffice.org/9351
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-05-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [671eb12dee290607ed66f3b325f28e7bd4695cba]

        writerfilter: DomainMapper_Impl::SetSymbolData() should take an int
        
        One wonders how did this work so far.
        
        Change-Id: I6aee6a2f7e15c1c4931ca5d65b6ad39d025ff9ed

2014-05-14  Noel Grandin  <noel@peralex.com>  [ca86511a6eaa4de43cc9b498d5d8f140967224b3]

        dbaccess: remove SAL_INFO's that only make function entry
        
        Change-Id: Ibdf92698446d0a7aed7c474ec7d3ea720cd2c2a6

2014-05-14  Noel Grandin  <noel@peralex.com>  [613b9fa442e26d21f512016108ed921eb9964fbb]

        comphelper: remove SAL_INFO's that only mark function entry
        
        Change-Id: I7807c1cdfd104f2a95973547908c359a5b01fb96

2014-05-14  Noel Grandin  <noel@peralex.com>  [8c004aa108f7b712b377469139baf9f0f53d0c93]

        cid#982783 Unintentional integer overflow
        
        Change-Id: Ida52d1fbe3d84c9c0070c91ae24cae58dc4aa13f

2014-05-14  Noel Grandin  <noel@peralex.com>  [3c42d5e41478cb5abd4f592633d6eb2f4145c6db]

        cid#705542 Unintentional integer overflow
        
        Change-Id: Ibd3ef676de7d99ebdd273ee85665ddf9ec0f9c10

2014-05-14  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [f51640c5f40d5132b396a9fb6589420383df1610]

        fdo#78384: Fix for corruption if file contains symbols.
        
        * In case of symbol, symbol character get imported first and then font of symbols.
        * So we are storing symbol character and when we parse symbol font then create UNO object for text.
        
        Change-Id: If5b79521c6a59aec02b165e8120dafdd472cdaeb
        Reviewed-on: https://gerrit.libreoffice.org/9281
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [decfecc3d2414a6467bae6d5e9069fb63885e3fe]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ib74c40bb4ac11edf97b6843e983a911308fa4b98

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [146f6e7e68ea56f79b72047b97bd9fba66db499d]

        fdo#76710: Adjust sheet position of conditional format entries.
        
        When inserting or deleting sheets.
        
        Change-Id: Ibf898350e22f092ec38b75ad98957832a5580e6a

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dff4725f0dbb3bd7c32155e51ba49c05ee104d4f]

        fdo#76710: Write test for this.
        
        Change-Id: Ia0338d2839f0f319881948c208a74bee950da4af

2014-05-13  Julien Nabet  <serval2412@yahoo.fr>  [a362f15f85fc3f00ea3144f763798131cb66e3e3]

        Typo: shoud -> should
        
        Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735

2014-05-13  Julien Nabet  <serval2412@yahoo.fr>  [036a660a86c225992c7cab083073374c40b1f366]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11
        
        Change-Id: Ibe0a1006aba2b6cbd87c0bd6ca3acbf9ba7b0fbe

2014-05-13  Caolán McNamara  <caolanm@redhat.com>  [e1f0d790832098a7f8b323ab04809b6b55ade3d9]

        Sub Title -> Subtitle
        
        Change-Id: I1a0bcf7548699845752ac3cf49232655c2fb4fc0

2014-05-13  Caolán McNamara  <caolanm@redhat.com>  [c1c152f0e47407b2b327839e8b31601ea7423ddf]

        coverity#1213522 Uncaught exception
        
        and a gadzillion more
        
        refactor to avoid slicing catch and rethrow
        
        Change-Id: I5c05d1c151b81ff481eff8cd7544db9838143c71

2014-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe1ddbe3f20bcce6f600c0831b35f42b8d9a7e90]

        sw: fix indentation in rtfattributeoutput
        
        Change-Id: I9e9ac03a6e9eafc1aee787a95368a4b397d7375f

2014-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [4ab3a43b6c1607ca73091766a81703a6bd8028fc]

        coverity#704862 Unchecked dynamic_cast
        
        Change-Id: I97ae71335fb3a2658ca1c4a48c9092cdb4ee3733

2014-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [b735fe1d67e6ad7ad448e448f237dcabef1a1c38]

        unused XFillStyleItem ctor
        
        Change-Id: I28497670242a98fba0f5f507a6f634a6fe59c20e

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [894bddec06d811d9cecabdca7133a3b02a184b65]

        coverity#735464 Logically dead code
        
        Dead since initial import.
        
        Change-Id: Ia9193aa2b90e9ea0e6960605d21a3c34468fc0f7
        Reviewed-on: https://gerrit.libreoffice.org/9301
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-13  Noel Grandin  <noel@peralex.com>  [7339ab25eee98b9c90cf46e9073c1faa6b53e9bc]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        this is a continuation of the above bug, removing SAL_INFO's
        that only mark function entry.
        
        Change-Id: Idb0f72481415594e3f8b7a11ad6e4b8835f6fca0
        Reviewed-on: https://gerrit.libreoffice.org/9343
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [286760359bae7e21a772dd104ab17a1df69a57b0]

        fdo#78471: Don't forget to record the ID of the last record for BIFF5.
        
        Shared formula import code depends on this.
        
        Change-Id: Iecb009252c56673df33e0d681de825911154903a

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [14e21865443a7318c715c2f9ff655d5b21f716ea]

        fdo#78471: Write test for import of shared formulas from BIFF5.
        
        Change-Id: I77fee109adf1c0decc6eb96cf2292f89fde1aceb

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [054738256c37b007a371249cbbe868ee30d6726d]

        loplugin:unreffun
        
        Change-Id: Ifd544db272652e1e9c45093291ab7f8ae3dd53a0

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [95bb3305ca1ebfdd99a201d1d3234c820268af19]

        loplugin:literaltoboolconversion
        
        Change-Id: I7457e47866bd327cfc32a0b2d43ebd04c3c68dbc

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [fcf455d4efde077bb2b092b607de12ebfc350275]

        Consolidate CreateTempName_Impl and lcl_createName
        
        Change-Id: I4dbb917a6d9343f797859a2f24fa1d92b26a51eb

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [b7e05063cba799c5df9aca8ff6be81927868e7d9]

        Remove nonsensical code
        
        ...introduced with 2d8c990f8790be43cf4dda4bc871a917b9dcc974 "INTEGRATION:
        CWS reportdesign01: #i79214# new method to allow to start not with zero."
        
        Change-Id: Id141b2913ceb47c0c54f4449bdcdf5130c6f355b

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [a699927c563b6448014e6e96c71d0eb9714136d7]

        Elide utl::TempFile_Impl
        
        Change-Id: I8f14cd351c17abaa9d48144cdf8325afc250787b

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [404e4d613ed62ee03b05db73b7e7783f5bccda12]

        utl::TempFile::CreateTempName pParent is unused
        
        Change-Id: Ide12ea21104af678dc541ed0e83970e7a2f5e694

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a93bb27aa46c84410c8848a6118d5d63d47be92c]

        fdo#78402: Adjust references of validity entries as appropriate.
        
        Change-Id: I7fd62153c7267a3d606b86d74bebecf6b8d75250

2014-05-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [49bf3a1f5f38cdf259101b15a19d546b32151463]

        fdo#78402: Write test for this.
        
        Also discovered that when the "precision as shown" option is set, the validity
        list would only show the first item from the list.  Turn that option on in the
        test.
        
        Change-Id: I9aaeeb3358709d965f51e406668c72cb94541cdb

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [47104bef17521bbdd663d97e6e0b3658b3ed784d]

        upgrade to libpng-1.5.18
        
        Change-Id: I500645d655fc7e7c850b09e47bece26e74197eb7
        Reviewed-on: https://gerrit.libreoffice.org/9344
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [12ddc6d01bfae7cede15feac8e1fd60d59843a41]

        add externals for libmerged too
        
        Change-Id: I6801745e25d31e951ed9d0dcf1e2d93aa55905e4

2014-05-13  David Tardon  <dtardon@redhat.com>  [106d9b392bd59f52775eeb09e2a4e8b20828894b]

        update libxmlsec config.* to support ppc64le
        
        Change-Id: I4b31729481b7fd538483db5b6e39e1d80e03b3b6

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [0bd49edc1ffd3717a75952bb8512110a5503d74b]

        Use collada2gltf to open .dae files and convert them to .json.
        
        Change-Id: Idb70da1db2516eeb6d518b39eb732a7e7d0a14ab

2014-05-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d575917016f65a7322817a8e13ec25c52d18a600]

        Introduce Collada2gltf external library
        
        Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb

2014-05-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aa5fe7958d087fbd6e64b29bbf2fa6e4d9ba5ab6]

        Introduce OpenCollada external library
        
        Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b

2014-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [701f3dcb8d647304c56e7c437cc942b908123bc3]

        fdo#78657 writerfilter: tokenize a:hlinkClick
        
        This is just the tokenizer part, though all the heavy-lifing in
        model.xml should be now done.
        
        Change-Id: I42a13637a29411d4ee8925d7f06336584d69f25a

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [0727c09e244b52f1a10faead9123f9f502ffd56b]

        BrowseBoxCheckInvariants appears to be unused [loplugin:unreffun]
        
        Change-Id: Ie6c546ee085b20bd3eb39cdfb7b38394c0a35b67

2014-05-13  Eike Rathke  <erack@redhat.com>  [9d48e8fdf4e1efed5fc82e2ca00f2252debc94da]

        sal_Int32 ComboBox::InsertEntryWithImage()
        
        Change-Id: Iaa1ddc931b71fcdf08d571c7e3573a936d378709

2014-05-13  Caolán McNamara  <caolanm@redhat.com>  [99595346359145d8cf909e5795919fb239cccbd9]

        convert copy table page to .ui
        
        Change-Id: Id537486dcaf0d3c6ab850a9fb50cef3d995ad51f

2014-05-13  Caolán McNamara  <caolanm@redhat.com>  [2fa751ba13dd1e5c610cd8705a733633cadf983f]

        Updated core Project: help  43d91a4743d30b2e4c194d991c865b7c4be7616c

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [1d72a0262c4570631d0aa8f98e34e21fb9d6ae42]

        Related fdo#60338: Create missing temp file dir with user's original umask
        
        For one, that is consistent with how ensuredir (in the same .cxx) has always
        worked, and for another saves us from trouble with umask, cf.
        034d4c111976f337877e5954c6cc95ed9f90a343 "Related fdo#60338: Setting umask for
        osl::Directory::open is useless."
        
        Change-Id: Ic3fb5bb29ca3031d257067a514cb9f5bccfbfe4f

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [034d4c111976f337877e5954c6cc95ed9f90a343]

        Related fdo#60338: Setting umask for osl::Directory::open is useless
        
        Maybe 39c58e416252571a04b8ebbb56c9fa012b117993 "INTEGRATION: CWS
        olefix: #i46469# use correct umask on unix" had intended to put it around the
        osl::Directory::create call instead, but given the trouble of calling umask(3)
        in a MT program at all, it is probably better to keep creating any missing
        directories with the user's original umask anyway.
        
        Change-Id: Idfddfdab05373a3c395daba635fddcc054f3f215

2014-05-13  Jean-Pierre Ledure  <jp@ledure.be>  [e6c21ee479b7dbfa11398b8038d7abc26d47f98b]

        Access2Base new release - V1.1.0
        
        Access2Base library can be run to access a database defined in any form stored
        in any AOO/LibO document. Now CurrentDb method may be associated with a form
        object, not only with the root class.The OpenDatabase method allows any
        AOO/LibO document to get access to tables stored in any database.
        RunSQL, OpenSQL, database functions have been extended to be run from
        a database object, not only as a command. The CopyObject (new) action copies
        query definitions and/or table definitions and data.
        Creation of table and fields without SQL with the CreateTableDef, CreateField
        and Append methods. The Description property of a TableDef is writable.
        New GetHiddenAttribute and SetHiddenAttribute actions hide or show any
        AOO/LibO or Base object. SelectObject scope has been extended accordingly.
        Addition of the SelStart, SelLength and SelText properties for text controls.
        
        Change-Id: I163f3bcb0f63dc346e1bd23729356ebe556c6592
        Reviewed-on: https://gerrit.libreoffice.org/9303
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [533237fec4b91fb5f871e0b5028586516dd8c0be]

        Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umask
        
        Change-Id: Ia83cbe4c9352eb2a2cf317dd1fc5771ddc12c993

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [82fa84e983fd5c8266e3b9ac820035a1d78a2ab4]

        vcl: clipping functions moved from window.cxx to clipping.cxx
        
        Change-Id: Iaaabbe2002b14540bdf4a51269909b44bf5d8880

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [aa23a83999acf1f0cd8631cf6b314e83d1bde9fb]

        vcl: move window order and stack functions into stacking.cxx
        
        Change-Id: I96eabf2507f2d365d589a436a30087adb9738f90

2014-05-13  Tor Lillqvist  <tml@collabora.com>  [70c355dc46caaf73c708c43d3eb744373e4d5ebc]

        Work around another seeminly random mis-optimization by Apple's Clang with -Oz
        
        If it wasn't for the desperate need to minimize code size for LO-based
        iOS apps, I definitely wouldn't use -Oz in gb_COMPILERDEFAULTOPTFLAGS
        (in solenv/gbuild/platform/IOS_ARM_GCC.mk).
        
        Change-Id: Icb231b5f30b32afe1c0f3b43e5744bf0e41e96df

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [375a6c7a909573cea64aacd64d2a14236a371ba2]

        i#64348 basic: fix CDec() crash if string is empty
        
        This time without memory leak.
        
        Change-Id: If4474004124b7497b8451030a13db36887ead737

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [3beaccc09dfedc560d171dbbf26f2592e046d903]

        Revert "i#64348 basic: fix CDec() crash if string is empty"
        
        This reverts commit 375b01bf747bb206c3fd6bad0acbd38271a8fb86.

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [f492e45dd2fd1f0ef59f37cd0c3f125203831e98]

        Convert sal/osl/unx/tempfile.c to C++
        
        ...for easier future maintenance
        
        Change-Id: I501076882daa7f36f414f9fa62f790eb85ac3259

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [d62b6d845c75e9c6074d821b425035fbee9c1559]

        Related fdo#60338: do not call umask(3) in a MT program
        
        ...and it is unclear what this call was supposed to help for; if a user
        deliberately sets its umask too strong, then better live with the consequences
        than to silently "fix" it.
        
        Change-Id: I0d84a7d1bd6f007794a65e1f7cc4ea09ebd9d4af

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [229e85acd222a4ae9647c7a970269c87cb875b40]

        elated fdo#60338: #error on umask(3) calls in currently unused code
        
        (as dnssd_clientstub.c is only used on Windows), should we ever want to use it.
        
        Change-Id: I5d9082ae69c505e4d60bbe8e60fdeaaf963a4614

2014-05-13  Eike Rathke  <erack@redhat.com>  [d0787149cf25377bad97ab503f81a5c0793bbad7]

        remove SvtLanguageTable::AddLanguageTag from this list
        
        ... I'm about to use.
        
        Change-Id: I4f665e14d0d2161085760a6b31f642e0a8a8345b

2014-05-13  Eike Rathke  <erack@redhat.com>  [213e429cfb48510650308975d4adca6ab9aee4f4]

        Revert "remove unused code -SvtLanguageTable::AddLanguageTag"
        
        This reverts commit d812b784313ed85ae5085d54a3ae50aa064c053c.
        
        I added that code in preparation of changes I'm doing.

2014-05-13  Noel Grandin  <noel@peralex.com>  [d812b784313ed85ae5085d54a3ae50aa064c053c]

        remove unused code -SvtLanguageTable::AddLanguageTag
        
        Change-Id: Ibb0dda4b48c711e72574c3f5aec9e3d1186d1526

2014-05-13  Noel Grandin  <noel@peralex.com>  [8acc97fb46dbb91fdf7e3ee64befed3a9a09a38f]

        remove dead code in SW
        
        Change-Id: Ifda459ea8863d923b211ca3022355b5941a74bfe

2014-05-13  Noel Grandin  <noel@peralex.com>  [2f5e8b9767d42e5efb823bb28ef5778d8731f079]

        remove dead code SwAccessibleField
        
        which seems to be dead since the IA2 integration
        
        Change-Id: I3a6c70f27ef0cb2ac23776ad00394a73a99bb7e8

2014-05-13  Noel Grandin  <noel@peralex.com>  [ffa2229a8ebf3b42f6327589814063fc39db7118]

        remove dead code
        
        Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [fd4c3670dc509f3e10132106475c3dc414f91412]

        include sal/log.hxx here
        
        Change-Id: Iefcae15eb9f456cde933d49e1c118185883cd27c

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [8fd54c107a01f98cf9c731104b0d3eaa2b85bfa4]

        Related fdo#60338: Do not use umask(3) in a MT program
        
        Change-Id: Ie515201e44ad58faf623a04981e891c0b3f4a19d

2014-05-13  Matúš Kukan  <matus.kukan@collabora.com>  [b3ddc791546784bab602f678d07ac3538b034b4d]

        no lcms2d.dll nowadays, there is only lcms2.dll
        
        Change-Id: I0d6537da5d605a011bd9b4491c472b0b58fcd668

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [0c493207723516586882e53c532dc977a1deec32]

        Revert "CID#705985 ensure umask for mkstemp"
        
        This reverts commit 5f5a981dd6df406b7bbddd88fa0b701b5a8d2246.  Coverity warning
        about mkstemp without umask appears to be bogus (cf.
        <https://communities.coverity.com/message/6516> "Why are uses of mkstemp
        'without securely setting umask first' being flagged?) and calling umask is not
        MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on
        linux."

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [96b129052e280e094b6a150b185f9e8285cecca4]

        Revert "CID#705982 ensure umask for mkstemp"
        
        This reverts commit 9ab99483808bad973363f1f27bb548c8628ace1d.  Coverity warning
        about mkstemp without umask appears to be bogus (cf.
        <https://communities.coverity.com/message/6516> "Why are uses of mkstemp
        'without securely setting umask first' being flagged?) and calling umask is not
        MT-safe, see fdo#60338 "FILESAVE: Saved files have incorrect permissions on
        linux."

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [9a8411d3b13a4e3675f99f36d5b6e81c5eace9b6]

        osl_openFilePath is internal sal/osl/unx functionality
        
        Change-Id: I14e4d08f209e3d6a444d6c09f9ffb9c178d8731d

2014-05-13  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [fe88fac28afac3ec0b837c1e2e38d9f8cf152080]

        oox: Use references to prevent unnecessary object copies
        
        Change-Id: I5113bc581a8ac98b97c6598a5355e050c7ad7860

2014-05-13  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4b4f7e17ad5571482111f1574f7e4b313531cfde]

        ooxml: Preserve shape 3d effects: extrusion and contour colors
        
        Shapes 3D effects can specify colors for extrusion and contours like
        in the following example:
        
          <a:sp3d extrusionH="25400" prstMaterial="metal">
            <a:extrusionClr>
              <a:schemeClr val="accent5">
                <a:lumMod val="40000"/>
                <a:lumOff val="60000"/>
              </a:schemeClr>
            </a:extrusionClr>
            <a:contourClr>
              <a:srgbClr val="3333FF"/>
            </a:contourClr>
          </a:sp3d>
        
        Colors can be theme-defined or set in RGB and can contain
        transformations.
        
        This patch preserves all the color information using the shape grab
        bag and modifies an existing unit test to add this check.
        
        Change-Id: Ida168affd4ca2135d0bd8f97135dc1cd1e74165a

2014-05-13  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e8679367c9020c22a787f441c4d5a43647986e0f]

        ooxml: Preserve shape 3d effects: material
        
        Shapes 3D effects can specify a material like in the following example:
        
          <a:sp3d prstMaterial="metal" z="488950" />
        
        This patch preserves the prstMaterial attribute in the sp3d tag using
        the shape grab bag and modifies an existing unit test to add this
        check.
        
        Change-Id: I7be2dbbcc7e599d5f0fb8fa53ec1d180c18d8ebd

2014-05-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [ac9f7c8d1abffe882093f93ea70dc5e31d28a7a2]

        DocxAttributeOutput: ClearGraphicCache() -> ClearRelIdCache()
        
        Because rel ids are used not only for graphics.
        
        Change-Id: I9d0fd7196a1b8e0494d850197cb50fc8098eff82

2014-05-13  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [c00690d2e579607bb0d8a3582580bd875225bffb]

        fdo#78420  File is getting corrupted after exported from LO.
        
        It is not creating .rels file for Header3.xml. While the Header3.xml contains the images.
        
        Change-Id: I3d1eb187eaf23fc05783fbfd3576d9a585de791f
        Reviewed-on: https://gerrit.libreoffice.org/9286
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-13  Noel Grandin  <noel@peralex.com>  [f4dd7d548ea80c00aed02e10dd8f27d324dd5855]

        improve some spelling and grammar
        
        Change-Id: Ieee3f787d41f9540b9c369f93da7f7ebbe371999

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [416543e829922f117ee5dc15125b470099c9e148]

        All three uses of osl_getFileOSHandle have been removed again
        
        ...introduced with a64db11b6ca1c0c99937cd99129758dbbe575ac2 "Add some non-public
        API to be used by SvFileStream" and e541105b45d5da8df296883111194e3a0297a2e7
        "Use osl API to access files in the SvFileStream code" but subsequently
        identified as dead code with ab02fa6552fb098990e74f2787cf02b01c0e532b
        "callcatcher: update list," 05a8216d03b5db559e01dd1808f2805df31c970a
        "STAR_ENABLE_FILE_LOCKING was a secret," and
        1d3483ed279982278b2f9fb1bab63485523e48c5 "Remove some unused code from
        unusedcode.easy."
        
        Change-Id: I9c8584890270a87e58b8d8021080ffe54bc97b93

2014-05-13  Eike Rathke  <erack@redhat.com>  [6e2818a1f8304562ec393f6d84c237596657b54f]

        add DateAcceptancePattern M/D for [mos-BF], fdo#78647
        
        Change-Id: I79af7fdd7bc6b4c95f4b018a373d8a4685226abd

2014-05-13  Eike Rathke  <erack@redhat.com>  [2e687884e7e48fab4ef319edcfc7579e55546067]

        add locale data for Moore in Burkina Faso [mos-BF], fdo#78647
        
        Change-Id: If6f3134b74c0ef6ca3caf3c508bbcc163d6196fa

2014-05-13  David Delma  <ddelma@gmail.com>  [33fcda6de72781dcd11fefcfff5079f4f69998ca]

        locale data for Moore in Burkina Faso [mos-BF], fdo#78647
        
        Change-Id: Ice37ec78078e078d9b2f530b0ebfe53f12c6aed8

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [ec8ab324a51b5e440310e6a49d08387ccba8df49]

        coverity#1212488 Copy-paste error
        
        Change-Id: Ibdead0bf8de6ea77fe6cb0cdc4851e0eb98644a6
        Reviewed-on: https://gerrit.libreoffice.org/9302
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-05-13  Douglas Mencken  <dougmencken@gmail.com>  [c345429b27da24ac4b7ecb73a5a6311cd5e93576]

        vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)
        
        When using current method, early version of CoreText crashes internally.
        
        Change-Id: Id451d72ac26e4777b61f5d3fec6d4b046c46a749
        Reviewed-on: https://gerrit.libreoffice.org/9180
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-05-13  Stephan Bergmann  <sbergman@redhat.com>  [3f72ad159c881d0a11e638c84064172f48f75026]

        osl_openMemoryAsFile is internal, Android-only functionality
        
        Change-Id: I36734b0e5e1c0b15ed4f0845450b444b23579ffe

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [a5b93782a18a2ddb6dee4033a578d919b10b6964]

        basic: update descriptions and add some more tests
        
        Change-Id: Ice829c70482171bbfc22719e4b9e30c5ac058f5e

2014-05-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [876a54067cf9c70c1462c6694591365a863363bd]

        a better place to show the window
        
        Now the first repaint will already draw on the window and we never see
        the grey background.
        
        Change-Id: Ibf44a77b5768979f9081b4f80f6f0a73e5023437

2014-05-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [15e2c82acb60a2f9916f55a144299f64513fdde0]

        restore correct repaint after changed value in 3D chart
        
        Change-Id: Ied1904a56b8d526288a89fd8df0bed639cd317d0

2014-05-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9fbafe9fe867fa727ce38612bd24431afd0100c1]

        rerender after redrawing of the window
        
        Change-Id: Ia967ba08a9bd0499ae5fb0865492783834204963

2014-05-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f02999aa267c40876f29edf37d39694b619e69ba]

        move the test to slowcheck
        
        Change-Id: I628ff6af8fb28b86fbf74b547504721718e48606

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [c4e301acd08df41a7236d24e454417393b707207]

        basic: Add CDec unit test
        
        Change-Id: I9152f00239e5d407f9b33016caadb6a01770fed3

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [375b01bf747bb206c3fd6bad0acbd38271a8fb86]

        i#64348 basic: fix CDec() crash if string is empty
        
        Change-Id: I92e9472e14c00a6550081f0d58a352faa5b78b98

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [52136cd3a2737aa913bd59d1d5d88c841a984846]

        writerfilter: unused mnRefCount
        
        Change-Id: Ideab32a5cb6a2ccc4ee91ca60ede70cd325d2b93

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [e834206767b33d5fadc8100ada95c1f383d8363c]

        unusedcode.easy: remove LWPFilterReader::LWPFilterReader()
        
        Change-Id: Iefbf36d2ce0f98c61a0d9f5d04b77a3505980e80

2014-05-13  Thomas Arnhold  <thomas@arnhold.org>  [ce300bf2854c3f4d4cc965c631b5905833af6749]

        SAL_INT64_IS_STRUCT is never defined
        
        Change-Id: I326a429beec5fd1932afff0a1f50522426de15e2

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [162029e55af8f681966497ab7f20277888eac478]

        fdo#78391: When numbers are auto-fit, reset clipping parameters.
        
        Else it would get processed further to a surprising result.
        
        Change-Id: I3d6f0d680e0c4c3ffe1d28dcbaf51a156f569359

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45bdefccfc532d73bed2f8182543e13a18a7ac1c]

        Turn this off by default.
        
        Not a good idea to make a "legacy" behavior on by default.
        
        Change-Id: Ib9f211dd57e3223b98f2ba6a076b05364b50ed48

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [36122c27539ae22c3a67fab89ecf1a262074c3b4]

        Replace auto_ptr with boost::scoped_ptr.
        
        Change-Id: Ibc6d532eff59146d8fbe7dcc7f9155ce6119f474

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [1b7aee193f8e99ec3984a93b47c6f506c1e5db2f]

        vcl: move Window clipping functions to clipping.cxx
        
        Change-Id: I19de157b90d52ab19fbd7c4ffc7eedeb9bf9a99a

2014-05-13  Eike Rathke  <erack@redhat.com>  [5a14766061f75e88791dc3134c9ec56e198144e2]

        distill copypasta
        
        Change-Id: Ibb6e9e6f98041ddc81b3743f57c3335458be2cb0

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [668c6dd0c3e9fa87affe2fa4c6772fb95f19e2ae]

        vcl: Move constructor and graphics functions to top of window.cxx
        
        Change-Id: I9a2337eb5fb4a54cebe810e1bc2de2678a4b18b0

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb6f5654521c4d9ce429c831203bada66e4a4807]

        vcl: reorganize accessibility functions in window.hxx
        
        Change-Id: I25bd1368c17bcdbd642d60b056584243cd429cc0

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [cb1f8684a68ae061177f9c4fd3751aa43a3c4996]

        vcl: move legacy accessibility functions to own file
        
        Change-Id: I32e10555d496ef3c9d5fa895c649e3eceb3fc366

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [fa738be62a3fd03179455f2d412bb949b80f5937]

        vcl: reformat window.hxx
        
        Change-Id: I444cd8d57418ed7f064a2bf9f87be9fba6cc5789

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [58b1c41d60ecb2dd8ef4ba3d48ca74e809430430]

        VCL: Move accessibility functions to accessibility.cxx
        
        Change-Id: Ieb128c2ea121bacd9cd952a9400a85f2b9da5a7e

2014-05-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [0fe375a17d42e3214ef23f2ff5b5f88edc4f0338]

        vcl: Move ImplDelData functions to app/svdata.cxx
        
        Change-Id: I5b0ef6a1ab77dec1aef0feb0a64d985c1a44820c

2014-05-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [bf703a7ef97008a19b7cd725acd98e3b86889283]

        glTF rendering: first try to move camera position
        
        SystemChildWindow can't handle events by its own
        that's why it's parent is used as an event handler.
        Mouse pointer specify the active model.
        This patch made for editing, in case of slideshow
        we have one less window.
        
        Change-Id: If8ac57176b9a0abab518f8d8a06a2a41177a4881

2014-05-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [01d3044d30283aec1b7a6908428691a6befe6783]

        More warnings related to glTF rendering
        
        Use avmedia.opengl to be more explicit.
        
        Change-Id: I07878c3648de2e4786bf8a5144ef0c1fbb5530f1

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ee5cae3da45dec3c17bbff849cbbfd5363984bd0]

        Let's not forget to free the SdrOle2Obj instance here.
        
        When the chart creation wizard is cancelled.
        
        Change-Id: I5eb2b2719ce3ec1eaa180a8c7193df23794dc03d

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [13c9628c2641a44267e6681995b3261e4ac6d809]

        Bail out early if it's not a chart module.
        
        Change-Id: I2e487b79671153786f02f12b4aac2b32476585e4

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34100ec12962e2799d1ab454dcfc3513968aa22d]

        It makes no sense to create object container when no objects are embedded.
        
        Change-Id: Id13a0955a2b26dcc06766ad85f6ff9c598b4f0f2

2014-05-12  Eike Rathke  <erack@redhat.com>  [ad8a7bf570576186f37d5c30bb41bb119ded1626]

        include parentheses replacement in functions' formula data, fdo#75264
        
        ... to actually make hitting Enter on a function tip work so the
        parentheses are added and the cursor is placed in between and the
        correct description is displayed.
        
        Change-Id: I2cbe8f9e2b745a8331aeb8744b64d0baa1f0513e

2014-05-12  Eike Rathke  <erack@redhat.com>  [ead754112a1ecaa456d8b5d7231ed178bbcb3a0b]

        nitpick: avoid triple redirection inside loop, fdo#75264 related
        
        Also, it's fdo#12345 instead of fdo12345 (just to provide better
        "grep'ability").
        
        Change-Id: Id1c1f849addcb96f71408ba38e2dde8e316271be

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [0fadbdbbdbd55cf60f9a202f1cf7b1d60517078c]

        Kill DECL_PROP0 and the rest + clean propertyids.hxx
        
        Change-Id: I872bc07ff9b1fe96a35e06ad3c5d8aaa75199bdd

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [a269406d4068dd60ab645a7cdb490fef87151951]

        Kill DECL_PROP1IMPL and related (mork part)
        
        Change-Id: Icb2f67fd8ebd88e3cd9db1daa0a0a97ad75a44a0

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [55ad75f7d2e283f7579e33e3525ca3e856980489]

        Kill DECL_PROP1IMPL and related (mozab part)
        
        Change-Id: I6603e01ec81a0270f4945f1db8e6ce83f3f4991a

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [026a0af01af6e0e5e94640022779ae387490445a]

        Kill DECL_PROP1IMPL and related (odbc part)
        
        Change-Id: Idf51e824683610b716df7e567e2fc190c63c8702

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [1334d2004625df9405bc7051fd233c5794da6128]

        Kill DECL_PROP1IMPL and related (jdbc part)
        
        Change-Id: I9b9e985768f05b20457cfb8a0fc991f7b3da53e9

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [0fc12234def43ca6c8584babdef92fee7970e06a]

        Kill DECL_PROP1IMPL and related (ado part)
        
        Change-Id: Icb2d63c92e568c4fde9883582087a05efc312ea5

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [8ecb4e4acbb0e728c05e97f2427c4295be866f71]

        Kill DECL_PROP1IMPL and related (macab part)
        
        Change-Id: I7d4fb32f1240125a87b1ced311dec20bb9d44452

2014-05-12  Julien Nabet  <serval2412@yahoo.fr>  [5e7e4edb7ab513efa4fcfd023b6ce750c5884311]

        Kill DECL_PROP1IMPL and related (kab part)
        
        Change-Id: Ia387a4255e641c51094347d8f0d0a5271f3af8e7

2014-05-12  weigao  <weigao@multicorewareinc.com>  [21162eab55e3ae6e21c5cef6f7fd1f35d71aac3e]

        some fixes for positioning problems
        
        Change-Id: I4e970837ebe6867458e4a75c7cc323f8f6b3ecc8

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3dbd2968025ab51fb961d64093a14f910828f57f]

        only send mouse events if the window is visible
        
        Change-Id: I2564159cd21e068c0893fc96d1c7e90746788f39

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [402fe9d8aa774212b882ee7d73506ebda35396eb]

        coverity#704861 Unchecked dynamic_cast
        
        Change-Id: I240c461efcf21d0f41ca7d7b2fb8d18cac71ab3b

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3339c6160d33a58703e741991b937e7b94a9376]

        unused DocxSdrExport::get/setFlyFrameGraphic
        
        Change-Id: If8b541e3493ca221bf3c2f75f12f0856a3b372f6

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [82952c40e12581cd8a271b1cd12285bb4371627b]

        sw: fix indentation in rtfexport
        
        Change-Id: I8fd5b1580584fdc824e3ea39d91d5b81b27856c6

2014-05-12  Michael Stahl  <mstahl@redhat.com>  [121e0d2e9d1b76fe89c5925b1b4a29b22895237e]

        fdo#78271: sw: Insert Section dialog: fix editing of name
        
        ... to not disable the "OK" button due to 32-bit combo-box no longer
        using 2^16-1 for "not found".
        
        (regression from 68ec95b3f80408ae50897b043eed69a07d084df9)
        
        Change-Id: I691e5e81de4a112108741513251945f1b8dd88d4

2014-05-12  Caolán McNamara  <caolanm@redhat.com>  [28fe3628ed22a17eeb5a402724fea6558b2ba6bf]

        o3tl::default_deleter->boost::checked_deleter
        
        has the same result
        
        Change-Id: Ifbebcfb26c6fc54d03522c924da86837d7dfa3b9

2014-05-12  Thomas Arnhold  <thomas@arnhold.org>  [acc04202e8b1e69381355eaae5ba456bee6fd9c9]

        use css prefix consistently
        
        Change-Id: Ia2f827381ec768a7867918d61d7afb2f68457832

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ef69c15bb98683ca6a70ad2f0b92fec54f7a23e0]

        Have ChartView keep the instance of GL3D chart object between rendering.
        
        Change-Id: I49419d20bf283fba1c31d8516972b0ca7fddcb5b

2014-05-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e2f94a8e2cf1761f5e2b0ae166f6a8bd73e0a15d]

        Move this function object to o3tl.
        
        Change-Id: I9d1710fbed3c5753e84ed343c5136ab87909624d

2014-05-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5b0b7553241bb5150b12bbf7625b4b0b36970272]

        fdo#75264 fix incorrect/missing function tips in Calc
        
        Change-Id: Ibaed735ed1c8dd2dcaf69b82a4c089f1cb35b8cf
        Reviewed-on: https://gerrit.libreoffice.org/8218
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-05-12  Caolán McNamara  <caolanm@redhat.com>  [6e225b41f1ab3e6cac395b0c0c6db73414658625]

        Resolves: fdo#55707 Word count incorrect if language is set to Finnish
        
        Change-Id: I283dddaa4bd8baf05b90ce5f81d43b785021a3c4

2014-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ddae832bbb71306a574c4e1087de0a0da318966]

        fix crash when glDebugMessageCallback is 0 despite feature being there
        
        Change-Id: I1e6986e1e56f78f10f4677f471d2bdea2231f787
        Reviewed-on: https://gerrit.libreoffice.org/9331
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7b88a2b03122360b2e60e2afa453603022d28df]

        fdo#78608 SwTxtFrm::Paint: fix missing repaint problem on the left edge
        
        Change-Id: Iba66a82e4a92a0afe1ad923cf4e0922730bd03de

2014-05-12  Tobias Mueller  <tobiasmue@gnome.org>  [5f0420450af03f606c8cd7afe337ca32d5857b9c]

        svtools: Translated ctrltool.hxx from English to German
        
        Someone may want to move the comments into the right place, i.e.
        very close to the function definitions.
        
        Change-Id: Ibdb74b2f1020ef338852acbb3a06f292dc94da9b
        Reviewed-on: https://gerrit.libreoffice.org/9321
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-12  Tobias Mueller  <tobiasmue@gnome.org>  [fd5ce1335d1bbc7d0bd86e7f3328461af2367711]

        svx: Translated the svdmodel.hxx from German to English
        
        Change-Id: I98d5e1308f192c302a4db023044d9246eff3c320
        Reviewed-on: https://gerrit.libreoffice.org/9320
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-12  Thomas Arnhold  <thomas@arnhold.org>  [49dff05943db6e58c5216e85fd2923d8da9ebbb5]

        cli_ure: fix dbglevel=2 build on windows
        
        Some blocks are completely unused.
        
        According to http://msdn.microsoft.com/de-de/library/ms235298.aspx
        
        rtl_uString * __pin * pp_sInterfaces = &_sInterfaces;
        
        should be
        
        pin_ptr<rtl_uString *> pp_sInterfaces = &_sInterfaces;
        
        Change-Id: I039e94649d542fb5b51231b2e0df0a4dc1170c19
        Reviewed-on: https://gerrit.libreoffice.org/9318
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-12  Thomas Arnhold  <thomas@arnhold.org>  [82a26c4bd03af4596ec0add69a52d20c77544144]

        fix windows build
        
        Change-Id: If03c3d7d8c99b020f2d566b0bf58f03d9844441b

2014-05-12  Caolán McNamara  <caolanm@redhat.com>  [fd4b20efbb734f5a82c636ded2ec65dcb46c5129]

        Resolves: rhbz#1096295 hard to distinguish selected from mouseover
        
        Change-Id: Id6c11afd161bea15266a54a595bf7ee305e954f0

2014-05-12  Stephan Bergmann  <sbergman@redhat.com>  [43fba707c11c853875168d6255333d6c510f131f]

        Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"
        
        ...as it needs a JNIEnv passed in, so cannot use the dtor directly.  Maybe this
        code clarification helps silence Coverity's false resource leak reports.
        
        Change-Id: I32e043e3fa9097263302a6c639e6815512410f4e

2014-05-12  Stephan Bergmann  <sbergman@redhat.com>  [0f0c0d6cda1d236186f4e88c733371b02ea26b6c]

        Lost closing brace
        
        Change-Id: Ieea3d8e93c0a0652dbaa7b78535094ec96089b09

2014-05-12  Stephan Bergmann  <sbergman@redhat.com>  [3d9a284aa6d9c0bd5b62353fc7c3fdfa681c2d78]

        Missing include
        
        Change-Id: I2cd0de285f9ac96716133d080ad11fcd9e1ca684

2014-05-12  David Tardon  <dtardon@redhat.com>  [624e5c34ce815af6f65ce6699ad6b3f2aa1bf0da]

        fdo#78119 find the longest match for month name
        
        Change-Id: Idad7b083ce5528f5c735f3a8bd091819bf043fc8

2014-05-12  Stephan Bergmann  <sbergman@redhat.com>  [f90fce6568a04c67df9f487406831d7fdd5828e2]

        Linux Clang -fsanitize=address does not like -z defs
        
        Change-Id: Ie64d5fe5100a6da7a9bb591da65980d2080fb84f

2014-05-12  Stephan Bergmann  <sbergman@redhat.com>  [096d1d6e7cb52591e30eb9ae16ff6eb562f9dbf1]

        This code is not linked against sal
        
        Change-Id: I7f44cd54732a60e9655f0bbb90615f3d3988ce58

2014-05-12  Tor Lillqvist  <tml@collabora.com>  [f1570322af69d0d9e1dfd72e20ddc450cd7829a5]

        Fix compilation breakage for Android
        
        Presumably helps for iOS, too.
        
        Change-Id: Idadfa9c70b8206c6820f6c13374909f8d26ffd04

2014-05-12  Michael Meeks  <michael.meeks@collabora.com>  [69a74afb07c7c58b201d315dbd254bc50b9c9f03]

        Avoid expensive dlopen thrash for break iterators.
        
        Change-Id: I770c1b3e5164cb486b5a5c2b1259f713914a1bae

2014-05-12  Takeshi Abe  <tabe@fixedpoint.jp>  [22259f02b211694525251afcdba12a5d3a43cbae]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ia2925804755220b8bd160da8997b1bf3161aa27b

2014-05-12  Michaël Lefèvre  <lefevre00@yahoo.fr>  [70e744b2157ebe48f3a5c839560fedf6521d0464]

        fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF
        
        Change-Id: Ia89a2dce799c7ba90bcd19919195bfd2c7a4a180
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-12  Tor Lillqvist  <tml@collabora.com>  [d1516d488c081ec3a5d730d2b1626a0c8dc39a73]

        WaE: private field 'm_bOwnershipIsWellKnown' is not used
        
        Change-Id: Ic4b784cb26f9127fe549f3866cbe53f0d0be0a78

2014-05-12  Thomas Arnhold  <thomas@arnhold.org>  [5aa02dc294185708fc4a28a8308ecb7a402e6809]

        upgrade to lcms2-2.6
        
        Change-Id: Iaa5593d1593c9a54127c9019a4121af6a207d4c5
        Reviewed-on: https://gerrit.libreoffice.org/9317
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-12  Tor Lillqvist  <tml@collabora.com>  [cc4a3f1a88afff114311bddf462ca4bc00a485c7]

        Revert "Intermediate commit: un-revert last change"
        
        Makes some SmartArt render better, some a bit worse, and some much
        worse. Life is hard.
        
        This reverts commit f66d64ab2e85f574a4b9f644ef709ff981483836.
        
        Change-Id: I18b31deea8c14b401134551e74ba7ba208af3ad9

2014-05-12  Caolán McNamara  <caolanm@redhat.com>  [4cbfbf4597f11ac12f3cf066c3eb71de12b858d7]

        m_bOwnershipIsWellKnown is unused
        
        Change-Id: I4dee9c4ce674249fca590e1c6d86685ed86da885

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [be267ff6338ba023a7230a41c92186b844bdd396]

        writerfilter: write out table::BorderLineStyle::NONE
        
        Change-Id: Ifc9e42f12c8e3d6ae1f98396fddf5bd6adcf3ba1

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [9655f94bb4f778e5dede0d8d45e001d1cc24275a]

        writerfilter: unused 'using' in dmapper
        
        Change-Id: Id6a8362872bb4602b840da388189fecc046dd97e

2014-05-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c95e104e942408948bb1134310884ab66a68a6c]

        writerfilter: unused 'using' in rtftok
        
        Change-Id: Ie28d898d490ff695143e9f09502fa10db092ccc7

2014-05-12  Caolán McNamara  <caolanm@redhat.com>  [ba3f3db7a77b2169591f94f9f349250deb52e913]

        callcatcher: update unused code
        
        Change-Id: If239c30e0e63311a91c757da466bb37d89abcfe4

2014-05-12  Thomas Arnhold  <thomas@arnhold.org>  [4ea9b0fe1d0ee3801e615ba113f01c6f40f72285]

        upgrade to zlib-1.2.8
        
        Change-Id: I67db2bfb386f1cc7ffeb92ec12a64e12e4552160
        Reviewed-on: https://gerrit.libreoffice.org/9315
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-12  YogeshBharate  <yogesh.bharate@synerzip.com>  [533e435acd116615b4c6d4872f51b467d623ddd6]

        fdo#78325: Table Preferred width in percent is not preserved after RT.
        
        Problem Description :
        - After RT, table preferred width in percent is change to '0'.
        - After RT, width type change to 'auto' instead of 'pct'.
        
        XML Difference:
        In Original  : <w:tblW w:w="3000" w:type="pct" />
        In Roundtrip : <w:tblW w:w="0" w:type="auto" />
        
        Change-Id: I20f4011520715b7c1555e82dd1ca590c4b1b9b3a
        Reviewed-on: https://gerrit.libreoffice.org/9277
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [30d6bf6f25c1531e10454739b791ee572b59b251]

        volatile does not make any sense here
        
        Change-Id: I895f6d04bbd5bd1829ec72b2051e640cbc153b26

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a2576b2d43684c54a9270ce93b5a721296faf8da]

        send mouse events to the OpenGL window
        
        No idea why the events are send to ScgridWindow but this hack works for
        now. It is not perfect and surely not beautiful but does work.
        
        Change-Id: If620e471083d34004ee877a25f8731d7b4212f3c

2014-05-12  Tor Lillqvist  <tml@collabora.com>  [859363d2a0958e3da3a65c208bcabe65ce508f23]

        WaE: unknown log area 'chart2.3dopengl'
        
        Change-Id: I7362c843ae7abae74e82b330832cb007478d853c

2014-05-12  Jan Holesovsky  <kendy@collabora.com>  [07e7e545960b688dcc63c55a6465c95307f19136]

        coverity#1209003: Unchecked return value
        
        Just silence coverity, the code is OK.
        
        Change-Id: I0968800d67ab53cbbc942fa495d08adc4e94de0d

2014-05-12  Jan Holesovsky  <kendy@collabora.com>  [11eb3330ea72d994ab2b901a45a3417432364972]

        fdo#78567: Revert "coverity#1209003: Unchecked return value"
        
        This reverts commit 24ec38a96fa33b75435786caaca04f9cef86c289.
        
        The commit has unfortunately caused a regression, reverting it.
        
        Change-Id: If3098d4fce05b3bf95e3ffe021ff4f35e1cc42fc

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [28c9d9898064af9269526064cdb90b6c3427c72a]

        integrate the date time tests
        
        Change-Id: Ie1660042abf6b5512c8bcaba067181826ca61df8

2014-05-12  Ken Biondi  <kenbiondi@hotmail.com>  [adb497a0d2261f3b1233ffd25c6cade996072567]

        add tests for date time functions
        
        Change-Id: I875f6faca6c6361c581ca751be8d89ab7392c938

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ddc1744c5e93baba6d8b2207d66c8c8645e79c5]

        use black as text color
        
        Change-Id: I109ef0217f3dbe13691e6be60a0a5e2c89280e45

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a0842e53b999cee3cddbd209b43e313874760f0b]

        more sal_Int32 to sal_uInt32 and simplification
        
        Change-Id: I061fdc9e0743715d1b358a16d72486cfb62a35aa

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [da3da4628ad982413aafbe038f2e9f4360b0087e]

        usa sal_uInt32 instead of sal_Int32
        
        Change-Id: I54db41f48d1f181d1c78c1051f094887a0bc7a8a

2014-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86dcfe908ff8f25d57b5298dca896e49416af127]

        whitespace cleanup
        
        Change-Id: I511412f8b6d8ac2fcbac738d1ef5e6d5cd9928bb

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [46351c13e9057bbb27bb490f166d8002f86a6025]

        Revert "separate rounded corner bar and normal bar rendering"
        
        This reverts commit 51d5062642189ff5a4330903253c012e83e5ef1f.
        
        Conflicts:
        	chart2/source/view/main/GL3DRenderer.cxx
        
        Change-Id: Id21e59d2cc605f0d7d637fb889725f0e91fa6cb3

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2124f55b5371c421c3c1793fc740921adda3dfac]

        Revert "fix alpha calculation"
        
        This reverts commit 204efb6a1723f98ff53a61ed249dbff8cb391bb3.
        
        Change-Id: I1756c399adbf0dd3371e8aab1d8021931203c49e

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5b7dfb07e3b167e8b6626f5d872abb8d3c8b5dd2]

        move glm operator<< for debugging to OpenGLHelper
        
        Change-Id: Ia529badffe08507d593f494230d2e504b68ff477

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ca4c75ae7c0326c86e79532649a6a8c1bcbd5ce4]

        fix alpha calculation
        
        Change-Id: Ic0734ef9a079196d9a0a523dac7726937ed2155f

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5cad8bbc9988ab059eea09dd35ba87e7e7525431]

        a few debug statements and cosmetic clean-up
        
        Change-Id: I78cc73cc792f1182abcac0b81e97b948206a11d8

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bc9d2f80c373e0ed22ba643964fe1b13c3169b40]

        a few changes to camera position and bar positioning
        
        Change-Id: I256e6855735bea050507c894f91ed895da0e13ba

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5c799db571e4bb911a32e0e3a9b4bb244015b53b]

        separate rounded corner bar and normal bar rendering
        
        This makes it much easier to debug problems.
        
        Change-Id: I0ba10f6d24cca54be724639074bfd3fac59d37e5

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [906672eb43fcef95a53a0a825628018752ff2c00]

        this does not need to be a member variable
        
        Change-Id: I9be286f8e10d43c8c5ce89bb6b52ebddce48bb6b

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3b367b5453b24949374154ecbb1f13276df469f6]

        remove unused methods
        
        Change-Id: Id518c6a253f72cf062754fe6ff65c5041e41cc27

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [df640feea6f4cee78eddd3b6b99c1809dbf23b36]

        remove unused variables
        
        Change-Id: Ia2dfa357d0fb7c2a19511ec0957deac38b85c09f

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e799cd81b830ea8037c282c1950d49605db2867a]

        better colors for now
        
        Change-Id: I0d236d48d02faf65da2dfc9d3ce8fbdc1ad759ef

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2b5590f2c891da02009fc921ff1be81ae2ccf6dc]

        use rounded corners by default
        
        Change-Id: Id8cd44f98319c2064d10dcbcb1009a8a29fef484

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fae9fa2bef1090e19eb403024cd13746e992d725]

        better camera position
        
        Change-Id: I63c7751c273b8ae46c4990561cf5a7084157121a

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [db9c2f0d06e26607fff3fe9cd95ec1b6c2dcb890]

        whitespace cleanup
        
        Change-Id: Ib971ed2055974f6f11a69a81c28035c84c29b504

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [383dccc094f8c8c07b4298ce0b7406d18cd61cee]

        enable MSAA
        
        Change-Id: I38c29c2fd9ddbf6fc42fd1d94f9e34c561aab76d

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [87e10bc6d15cb259d16611667c32c6842044e616]

        no need to call clear before destryozing a vector
        
        Change-Id: Ic5013c100520e8949d687ce6b34b83405bdfaf0a

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed506c3763da099053d847dcf73d02b61cd99527]

        remove unused variable
        
        Change-Id: Ic6455f080fae211d7919d9f6ea35cdbda3ca3757

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [be7fd499ca8c0b2b71b1f1067ea4f59a4fb480f5]

        remove unneccessary flag
        
        Change-Id: I88c7abe0fa428ea6d9b396e77b510088eda09289

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1b10b86f5b6ee125e08080a31e0487084837f3a5]

        remove unimplemented methods from class
        
        Change-Id: Ib050c0c0c699964cad91b184fcc4b3387b171235

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5e454794127f86988028325f56e7787cba6379ae]

        remove unused pickingFlg
        
        Change-Id: I27b4559a5d2f4a003d31be9cce4d74dfb7b5326c

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a29e1c5cfd734bdff66fac5f0a324665f8c321d7]

        remove unused methods
        
        Change-Id: Id9e35e171d4235d863a09f6d1d8083d7dbab59c6

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3729f6ca6abe83b8f6b2a712b286e7ba57442302]

        remove scene box that should not be in the renderer
        
        Change-Id: I3ec69042782aaac2fa2b583dd5a667b91dcdbb88

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c4a490eb0b6cc19e2aab39f639ae251af511cc62]

        no framebuffer support needed anymore
        
        Change-Id: I5e6830bbd87eb9465aeb87d7e5074c9192caa47e

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b53e1acde5130cab54ca064963c17683b69e8916]

        keep camera calculations out of the rendering code
        
        Change-Id: I7a26ce1881958a7465692174dd8ea793b593efad

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [28e7d53826fd2eae8048173c46bdc4b33f7e7ba4]

        add some debug code
        
        Change-Id: I279e25f902e4bd8d19d61ddd6b9c290a120a39a9

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9ec2a09c007685cc78db8ca80778eb8f3930a6ab]

        fix camera position
        
        Change-Id: Ie3acc0a82e86fe7fbc565783ac09c2f9b6721fbf

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4a833ab441a1bcc972f3c52e75fb5d913260c7bb]

        fix bar positioning
        
        Change-Id: I91bcaaef42df82495d06d46a85c115396720e247

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8c6ec8e4c22814736c85e9ce29c63dd3044a35bc]

        some work into intercepting mouse events in OpenGL window
        
        Change-Id: I46dcfed7d5398d994c68ed7cfe4408f9f5719bf1

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [01e04598ce1f512084676bf62f75626d1cd38614]

        remove printf statements
        
        Change-Id: I82de8e5e3c028103f1d2b006124593293f9fe365

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [df7cef1c387398957c893f28194b2a15f22cb6b5]

        give each series an own color
        
        Change-Id: Ia74eda050349d34d23e07b8e700aaae97e43d903

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [27340aeb1975ef93c6acfb1ebe2f79d9dc0f48bc]

        we need to call OpenGL3DRenderer::init
        
        Change-Id: I9bcdc7d033835bf3cdb6f9d4770aaee284f7eaf7

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [57c681d8ee2923a7592f1b8f6edc3cfa39384cf6]

        change the color of the bars as the ackground is blue as well
        
        Change-Id: Ib16ef3548368e5b07dd9411a4515d5e6abe3acaf

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c5e34d2dcbf000aab7e299268133ea84ea89ccbf]

        remove more unnecessary typedefs
        
        Change-Id: I62968f11220da31febdbdff2d057607696ea6271

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [720f38787c2cb6724fdb5594739563ae4489d91f]

        initialize variables in initializer list
        
        Change-Id: I1526d40c28a33cd29074adcc8c8d182f92996914

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [93268d379ebca4bc2bd3fa7bedf8f3aadf0c3d78]

        avoid temporary copy
        
        Change-Id: Ica949141c58d7ebb85f246dee4109c39ee8f889e

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [832f44c80fb829604bd32f5fc573989e463bbd08]

        remove these unnecessary typedefs
        
        Change-Id: Iae2dc2d9bcc40bf7b45cd319a8be46b040d9ec23

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [21130eaef91bcc471e7c265623a078e82c13b15d]

        we need glew initalized before testing through it for features
        
        Change-Id: I4999de29b2a12888129ab291344b239b8def373c

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0515a9fca1a0db34fbad4c5c6fd4c881b743a870]

        let us at least try to render the shapes
        
        Change-Id: I8753c6a9397117137d4da25f76db1f9cae23f90e

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c1bf9e53b8dafcdcd418e5b378411e7742d67e8]

        delete OpenGL resources in the destructor
        
        Change-Id: Ibfeb836d23d48e4ad9fd9b111394b8349ba7c8a3

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [248a8d6c76b18513f10be0df9742a6fb0093f0f8]

        move the declaration to the top of the file
        
        Change-Id: I6b062a4a1c5c4e64846cecd2fd44549de9c516a8

2014-05-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e478b1da96e35c28da0ba7855e9ed7a1146e23aa]

        remove framebuffer objects
        
        We want window rendering and not off-screen rendering.
        
        Change-Id: I23580da148a4d9449f66dd5a0a1dcb2bf5cd7745

2014-05-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [224b235971a01971de626d38ccc8506d0a55771b]

        fdo#78535: Don't process borders of 0 width.
        
        Or they would get drawn for real.
        
        Change-Id: Iec24e70a80ff8aa1ef7512e71249a99243297c4e

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [5e2918bc5a1279231fbcfc359432af3f37eb8d3c]

        Kill DECL_PROP1IMPL and related (odk part)
        
        Change-Id: Id4cd66b6082ec53facc985af48fc92de58a4c066

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [aa214079b4e9df493b57fbf815460b7164225f2b]

        Kill DECL_PROP1IMPL and related
        
        See http://nabble.documentfoundation.org/About-removing-macros-td4106620.html
        
        Change-Id: Ib934eb3f27b656b5b2f8488c2103e8eee73f9623

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [21236b9890f37c2cf58f8b8acdf4d52f0b7c6fca]

        upgrade to curl-7.36.0
        
        CERTINFO was included upstream:
        
        commit f6c335d63f2da025a0a3efde1fe59e3bb7189b70
        Author: Patrick Monnerat <pm@datasphere.ch>
        Date:   Wed Oct 30 11:12:06 2013 +0100
        
            NSS: support for CERTINFO feature
        
        Change-Id: I83de2fd863f9387b83b5ebcbec70cbe6df7681d4
        Reviewed-on: https://gerrit.libreoffice.org/9307
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [a6b753db97b354043bc63a66634ca35436783dde]

        coverity#1209904 Uncaught exception
        
        Change-Id: Ida33270344c25ffc81dccfa7a619b2911d40ae24

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [593c310182a1d4e57add8e83faea4478712d36c9]

        coverity#1209903 Uncaught exception
        
        Change-Id: Ic1ef4158a2ec3796678314fcb7c87faba29dd035

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [619d349f4c4e7e5f9f24f0ad3de79824ab67cb12]

        coverity#1209902 Uncaught exception
        
        Change-Id: Ic2a4b97e7b2d1db4f37a10b9fbd153d025613bd3

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [fe6308ac60fa4d83d7a236ce0d233e0bbaac95bd]

        coverity#1158099 Unchecked dynamic_cast
        
        Change-Id: I7c294042a3f4d7293fb6d93d33687eb265871e76

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [934a7925de64f93c09429fc8482245635937c271]

        coverity#1213117 Unchecked dynamic_cast
        
        Change-Id: I6f55030ea7bebce99537c7cdd5156c83c38a765a

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [bd29e582f5b17bd880889581e2d8af319069ffc2]

        coverity#1213129 Dereference after null check
        
        Change-Id: I2d427a187e9a9554ffce6cedbc6cda087b838c96

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [0d3df937f44b35da0f1d9a3a859020438f58f490]

        coverity#1213133 Dereference after null check
        
        Change-Id: I6b4c1fb7001d7e85810e9c60eadcb378b79b48df

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [c47f9cc18769d253dc2d060011806195d247c288]

        coverity#705853 Dereference before null check
        
        Change-Id: I0ef6645725699004d3ec93737135fe18640b1079

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [00c6053bd337eee26453fb783a90346a41cb0f27]

        coverity#736795 Dereference before null check
        
        Change-Id: Ic96095d6c8bf6a0ecb05452f2411d025e3965a57

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [2c71bdd8fd84a6dae2977ddde00cf5321b19e9b3]

        coverity#705842 Dereference before null check
        
        Change-Id: Ia1e62c3c491525ff96774add0a2e1b10c817ac30

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [860061de92c4288da5f78353e8aebeb9ffb3a54d]

        coverity#705841 Dereference before null check
        
        Change-Id: I3b0f7530739a084f22f66313c3e1ffe2d60768ea

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [6074a4f72c05641fa471981f6a7ffbd19bc20c70]

        coverity#705840 Dereference before null check
        
        Change-Id: I732ded8a169b9bd0be85b193928a39c0a215ec36

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [7adbc1c68c02407b31e864cc6aff484949e270fd]

        coverity#1213310 Dereference before null check
        
        Change-Id: I8590afae1f7b74a250a550adfa010374a3533473

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [82335d982a66da64ada19b0ed72d8d12c95360e0]

        coverity#736844 Dereference before null check
        
        Change-Id: I37e02d92590d7ac480b831a347bb9902febb8805

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [0a49132cd064272442ca7500476e2346dc0aa4cd]

        coverity#705918 Dereference before null check
        
        Change-Id: Ic36d335f06833e830c97ca34b7d96c5ff421f944

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [ad1bb28b25d24772e06c1d45e8ea8853702a1c10]

        coverity#1213291 Dereference before null check
        
        Change-Id: I854a016523e290e2ea42aa86c0c46e8a31fc5018

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [bb9114f72332b0075d25e5ab625ea6c44cd12975]

        coverity#705926 Dereference before null check
        
        Change-Id: I5a475d357aed24a01cd4e1e45765f1d6e585ee45

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [fdd91a2867e7d65caa6941517e5536edffbe4f8e]

        coverity#705927 Dereference before null check
        
        Change-Id: I72e58bfac2ade64119ed2abebb910b6e1e9e8b6a

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [c9342381d2435f3db70e640ec61f2162ddb861bc]

        coverity#705928 Dereference before null check
        
        Change-Id: If780c64d5b55d961614e825a338506220833f7dc

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [4e0d635f50040df960ce60ed954c76fa811f40bc]

        coverity#736861 Dereference before null check
        
        Change-Id: I4930657852f0ee4c3d7a751b9c90a2a65d329c40

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [4d9d727a23c9e42599a90a1759c85b3e443de493]

        coverity#736864 Dereference before null check
        
        Change-Id: Ia26b4b391de088487e30a2767660ade6c147eeb4

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [85834e2e18b3dbeb6d257e4bb83e4cc61e538f9e]

        coverity#1213305 Dereference before null check
        
        Change-Id: Ib42b50aad0f82f9b6974969ab9a30a4d1efbf46e

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [5ca465c9a6c5dec04b77b013581a3629c17ced99]

        coverity#1213306 Dereference before null check
        
        Change-Id: I0ea0731b96ba9483986240ab69a5fd4e728bfae1

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [f5177e438e7ba026c5372ba10f0aff5923797664]

        coverity#736870 Dereference before null check
        
        Change-Id: Ic1a410952023d47da5bb36a438eac1bc3c68319c

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [7ad148c17ac55beff60b23ae973f4ebb7b599980]

        coverity#736853 Dereference before null check
        
        Change-Id: I13dcfdc1d424ef115dcb665d91648decdc7176d7

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [5a1a10e8bf9d9125d981d71761f8f11d55e317d5]

        coverity#736855 Dereference before null check
        
        Change-Id: I3074846fc5609f30fa1b545e07657c95347f640d

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [b11059614348d96ec99b90730164bd0b7af5c739]

        coverity#736856 Dereference before null check
        
        Change-Id: I4ae578356f47c1f079008acdb55e61e690a37be1

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [bb04d85521acd1bea92bf9fdf4e3d17053b3a99f]

        coverity#736862 Dereference before null check
        
        Change-Id: I0264f7eeb003274d7a061caecc6fc6fb5c6b9fb7

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [f04803ecd33210bebfc85d60690c26200424a077]

        coverity#736863 Dereference before null check
        
        Change-Id: If719ed8411ee65c6b81452434810a21ac1da7e58

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [dc5c767882d91a1c42410b86d0e33eaf72ed9a81]

        coverity#736092 Improper use of negative value
        
        Change-Id: Idd8d0ea9c6a99cdef8e933b67201208006e92228

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [3d7cc977313959d12a0469ee29310b536e377f7c]

        coverity#736091 Improper use of negative value
        
        Change-Id: I9cf59f66e4d8c7b1036f6808b428f3845aa181a9

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [ed75dbb1ca64a06840c5c3d1ecbfeb6362350fde]

        coverity#736100 Improper use of negative value
        
        Change-Id: Ia5cf36b64841f2d465c922da40008a540cc6caf7

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [70ba0a8d4e8ba959c5eef4f025b85306a7153fd0]

        coverity#736101 Improper use of negative value
        
        Change-Id: I6fec141e19de921128365da7cbd17e0a0bc0b9a9

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [08fad277a07bb3cd7873ccd4f4f64ec6dae21e9f]

        coverity#736102 Improper use of negative value
        
        Change-Id: I3f915ff949fa00357599e8cfc59c01c6eb04e9fd

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [9ca2e0abe7ed6c60682cadec836789dace169eb4]

        coverity#982701 Improper use of negative value
        
        Change-Id: I3c932e8386d994450f05a876b6ad76ba141bd4e9

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [ee636db4dd742e14c052a0974d3bf593f3181309]

        coverity#1169835 Improper use of negative value
        
        Change-Id: I1857f5c712f9407c8a4b69f30044e8bb444afad2

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [f3e519d4242d66d61d54417645005fff5e3747aa]

        coverity#982735 Negative loop bound
        
        xmlSecBase64Decode returns int
        
        Change-Id: I5bfb273141e62f1355033c669c49af5c645da900

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [a59a897fa542e40baf4991625c3f3cd66e20d088]

        coverity#705435 Improper use of negative value
        
        Change-Id: I590f7ae2b367242b5672d79b1c9c3d6661830564

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [867aa217e6bcb543ea61c61f10088042d632bd07]

        upgrade to jpeg-9a
        
        Includes some type conversion fixes.
        
        Change-Id: I84f886e9f922acd780d46baea97f2d87c5ac700b
        Reviewed-on: https://gerrit.libreoffice.org/9306
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a4d24b3a430ed7f75e76e64fb0e22d05a1fad0d]

        sw: fix indentation in rtfsdrexport
        
        Change-Id: I5499007c88659b2d235c765ba352e2bc4a8a3eb8

2014-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [b05778b9c0e21e3b8fd9d8baa03864e6f0b9b407]

        coverity#704860 Unchecked dynamic_cast
        
        Change-Id: I4a6cf43eaf9626bdb1d486476d3e797fcab5ab13

2014-05-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [01a4dba8e9a43791d4f472d6c473398aee5034fe]

        SdrObjCustomShape::GetCustomShapeEngine: aEngine can't be empty at this point
        
        Change-Id: I7c656c461ab6bdf53d14ec5804ac82e219c0aef1

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [9cce3ad91f9bcd784e570561ce4bf2155e06cbbc]

        coverity#1130479 Uninitialized pointer field
        
        Change-Id: I2c8b640b29cd716b11c064efb93351d83f81c725

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [6d02764e3badf2dcedc5de4dc7ced7e2f4d8f35b]

        coverity#708031 Uninitialized scalar field
        
        Change-Id: I1b70f7f84c0e357a1d5d1733c036fd4becf26fdf

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [3c4230122311d661e789667fbcd0b93de31b1709]

        coverity#1130478 Uninitialized pointer field
        
        Change-Id: Icbfa6cdf299c0dc28583be16cf1ac73445ee4aaa

2014-05-11  Maxim Monastirsky  <momonasmon@gmail.com>  [f1cb19422a023c5cd8b80e871037c3522fd6eb50]

        sc: some cleanup of the alignment panel
        
        - Use generic Toolbox handler when possible.
        - Use bool values directly, instead of if-else blocks.
        
        Change-Id: Ica4986ed3fd2aa5c1babac7fa29f0ca67717c019

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [778056c509cbf065b19556ab9332d4dfba436d70]

        libcmis: WaE: warning C4101: 'e' : unreferenced local variable
        
        Change-Id: I37456029e766340450988f3d6c768bf2fd7aa973
        Reviewed-on: https://gerrit.libreoffice.org/9313
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-11  David Tardon  <dtardon@redhat.com>  [6b1b65a1651980861f921b5dcfca2d609fc4127b]

        drop another nonexistent tarball from download list
        
        Change-Id: I1b209f5f016a8596a7ec0e51fc33d67be21a61d8

2014-05-11  David Tardon  <dtardon@redhat.com>  [717ca9ca1097b528bfff166ab9c5363f29a70ea4]

        check for empty tarball var.
        
        Change-Id: I62a75f75594437a55b12b56617517b4db50ae9c2

2014-05-11  David Tardon  <dtardon@redhat.com>  [8c35902cc66794e0eec5899413b24b98d25cbc5d]

        drop nonexistent tarball from download list
        
        Change-Id: I55c45d13eb11f17b3f8bbfaad74b8f510bc85f35

2014-05-11  David Tardon  <dtardon@redhat.com>  [826b8608d5d79039e97253d3b75c70e0ea640c97]

        export checksums too
        
        Change-Id: I765ea1e02b1af74fe1da650a707a4723a27496f7

2014-05-11  David Tardon  <dtardon@redhat.com>  [0635ab461d780b6e702ed81f9abe5b26c75b8762]

        tarballs w/o checksum are no longer "special"
        
        ... so merge the lists together.
        
        Change-Id: I484b75de92defd45db199462da7a82d4cdc13012

2014-05-11  David Tardon  <dtardon@redhat.com>  [c7ab3bdcd42a6f999f8f6fe14cb3e4d4fe60021f]

        merge the tarball lists
        
        Change-Id: I37f197c926f2ee2b68d1919285b4c903ef8247d6

2014-05-11  David Tardon  <dtardon@redhat.com>  [a5a48f6ae53c492ed51d608e58cb8d1a91d0f010]

        handle tarballs w/ and w/out checksum together
        
        This makes it easier to drop the checksum from tarball's name on update,
        as there is no change needed outside download.lst.
        
        Change-Id: I474387fdf6d1cdee682011cf9cd39c36be2c131c

2014-05-11  David Tardon  <dtardon@redhat.com>  [85e7bcfc5161775c4805fc98153c07e2f0ce4011]

        keep the list sorted
        
        Change-Id: I603e3f8d43a2e2ee6c81005673c6755f541166f4

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [43237fcd90d9f62198743f4a48132ef556abe05d]

        Revert "Resolves: fdo#78217 selected text should be copied in "Replace""
        
        This reverts commit e4d61b3c556189bf0733ab6e7bedaf975427a35a.
        
        See discussion https://bugs.freedesktop.org/show_bug.cgi?id=78217

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [5b1920306c0ce95344a031998c85ff2f1e57e959]

        coverity#708503 Uninitialized scalar field
        
        Change-Id: I0461aba139275724e533690ca30d3ff3b42dc381

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [f9b1da3a34caf162fd0c4eee80eceefdb69159e0]

        coverity#1169876 Uninitialized scalar field
        
        Change-Id: I71d7ccb5304cc23bb2d93defae6f810bb921c563

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [ff43ba7eb6e780a213e50aa7718074f4e1e054c9]

        coverity#707665 Uninitialized scalar field
        
        Change-Id: Ie69b1ee3425d537a930d0ffd0995ad8eed218750

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [5575146b9ce42fdbab181eb9722d61000dced9c3]

        coverity#707666 Uninitialized scalar field
        
        Change-Id: I3a2cf5db28b5e2019bf06f00413d645d88033a2b

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [14d22ce2712213d050f81951b2da1c8d66162119]

        coverity#707667 Uninitialized pointer field
        
        Change-Id: I6e6627ee8104501f078aa967a16f210abb1d75bd

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [0bf9c74e4931998defe6c1192482d9dd928b5fb6]

        coverity#1169877 Uninitialized scalar field
        
        Change-Id: Ib83635dabe9b3081f52cc8856f84beda90c71bd5

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [1d6bc66a58de5692a6f3ad0038b206b448b1ba73]

        coverity#1169880 Uninitialized pointer field
        
        Change-Id: I750a380830e0d6ec7d22e59ef316f1ab55e1cab0

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [e3766a2301a4c7edc1bc52376f6c6d53664ed1dd]

        coverity#707693 Uninitialized scalar field
        
        Change-Id: Iac219b6aba06a3754caa75e7c5303ce43c81606b

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [570e20e63c27174d19983103f9374ec9c2fe9f1f]

        coverity#707708 Uninitialized scalar field
        
        Change-Id: If968eb06bb5741672df1d4f5a20f89333e11ef16

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [99c5f4c1c2384fa7d924a4b46c5805a7fcf16633]

        coverity#707713 Uninitialized pointer field
        
        Change-Id: I4c51287f20d070fe3227adb5a1909c9539938f27

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [8477ccec4d6e0263221f7d73cc1f4ef111411280]

        coverity#707740 Uninitialized pointer field
        
        Change-Id: I2e948197f5299b93e22fdf3590494fcf72be3fdb

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [82a33b849cfcb151cdc72940c167197a34d450fe]

        coverity#707744 Uninitialized pointer field
        
        Change-Id: I3735755f6f9e698a9c2dbedb9875a119de4b48f7

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [861b58566db61b46c9a3c28cddacb5c730471bad]

        coverity#707746 Uninitialized pointer field
        
        Change-Id: I10d7e69ad11a96b993c48ffeea53f8c1e9cd7853

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [0ceecfd9824da6dc07bc9737fa718a1e28822c60]

        coverity#707751 Uninitialized pointer field
        
        Change-Id: Iaa8aebe1649d4805394bdc559f57e7f256097ca5

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [04e56d2854ac8dc4eb7787b1bdd9d7b52c65267e]

        coverity#1038495 Uninitialized scalar field
        
        Change-Id: I49c7c79f8b28b50d7289ec0bba575520c370d7b4

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [f730fafc037fa79de8ee78ba9757e6275b1c146a]

        coverity#984086 Uninitialized scalar field
        
        Change-Id: Iab787537a4212e58710a1db1b30f953784824dfa

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [325e586dd0b4ffd59e03a61e669a106b6d4a00ce]

        coverity#707758 Uninitialized scalar field
        
        Change-Id: I2f123b0be283b1cb7d890f0e2318dabb5a5930ec

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [623fa779b67b39b0a0afd5a2345a331748ca780f]

        coverity#1019408 Uninitialized scalar field
        
        Change-Id: I63bc844627ca9eaf43f9b4b01ab987ef4f188afa

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [424a9f1fe6c8e20f3e354205900e320e2404ce36]

        coverity#738627 Uninitialized scalar field
        
        Change-Id: I32d0f04a3346aa2ec8df6dbd8709c74f45c66c06

2014-05-11  Caolán McNamara  <caolanm@redhat.com>  [7e28b591fecd7c4f9cdaaa0263170c0c18d02abb]

        coverity#738630 Uninitialized scalar field
        
        Change-Id: Ib817f2dce5b6f6560c78f534905a70b7ccaf9ccb

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [a4d30abf39e2834043a4c6b49583e5e86e6e205e]

        Fix previous commit (reportdesign part, following)
        
        Change-Id: Ib55bdc21fa6081c55777465115538905c1cab5e0

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [7347a8ed38fb1494fde6f0bfc5a61bbc7135c790]

        Fix previous commit (reportdesign part)
        
        Change-Id: I490326abccac237bd70209d2a3dd623ebd5c59a2

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [1b0661c82e4c3d55fed1e7313c230c8e78e9b085]

        Fix previous commit
        
        Change-Id: Id9d59f73d3526114b295c75dadf908234ca5f54b

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [68e7692d2a961f319bb4f4d0f2d756e6f0e90d1d]

        Fix previous commit
        
        Change-Id: Iebd7674cc8afb547821878dd1565b0f300d22f1f

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [df521e3d966cf53449c5a9558fbc30ca0f71a65b]

        Fix previous commit (sc part)
        
        Change-Id: I1ec7b34c4ac31a5e84e217177a7fb08dfae052d6

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [3bd0b2ef2d3a1e16d226f1ea8789bc119dcd2f54]

        Fix previous commit (dbaccess part)
        
        Change-Id: I0815cb6334ab47dbe9f5029fe553457de00c5ad5

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [5423e45f34ae3adc7dae0f2bdeb158fa90ba5a0e]

        Fix previous commit (extensions part, second)
        
        Change-Id: Iac6c801478a583346c8358456b788a0085158981

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [592b61e17c2ef5181211396123f18c501362b31d]

        Fix previous commit (vcl/MacOsX part)
        
        Change-Id: I65998bbbba01943eeb41fd8ee4f1ed5fe2eb91b1

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [8a725a02b58e525e05e4d93363f1c5c5d5a42003]

        Fix previous commit (svx part)
        
        Change-Id: I58fb2aca452935c04c498ee63c3b4060b1ebc50e

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [a1e41fc3d18816b25f7d26bf05eb548ec22309aa]

        Fix previous commit (chart2 part)
        
        Change-Id: I9d6491f484eb2a8989b7e3594ca2edf702557b12

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [e42f2fa5e338ed57a1466c5ac6fd0959aaca72a8]

        Fix previous commit (vcl part)
        
        Change-Id: Ic46dae26076b87b0ef021c926604cbb2dfe6e198

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [e3d01ad33689168d46969fd5d8fb432e03a0b41b]

        Fix previous commit (scripting part)
        
        Change-Id: Ib451642924909c11db4252e81d0c6db690c0e838

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [8d471d4b373b5d862b5b49814f04ded85e828be9]

        Fix previous commit (extensions part)
        
        Change-Id: I942cca3639e4d823415da557262e35432a798d04

2014-05-11  Julien Nabet  <serval2412@yahoo.fr>  [bd596286207adf06936939a3ef8018efc1055591]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10
        
        Change-Id: I67acda35fa127547dcea0cd18c9dc16db7c00294

2014-05-11  Tor Lillqvist  <tml@collabora.com>  [be44f0e91b6061f6bbe6b4da2f264eed70fb6542]

        WaE: implicit conversion from bool to 'short'
        
        Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c

2014-05-11  Tor Lillqvist  <tml@collabora.com>  [9a57fe1af08f75802e7bca7448cf0b8f79d5b2d0]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: Idf86fb4ac01a594d88e7d43c66b010c394ef217a

2014-05-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [777bc22ca6490a4300f30fc1b45287dce789a36f]

        Remove ToolBarLayoutManager::implts_createUIElement()
        
        There is no need for this function, merge it into createUIElement.
        This really helps when I'm looking at a backtrace in gdb.
        
        Change-Id: I005b5161eb2cc8acf509ae7ba4e41186969904d1
        Reviewed-on: https://gerrit.libreoffice.org/9309
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-05-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [75071783b7ef256e3cfdc08711fc3f69504d4723]

        Remove unnecessary function ToolbarLayoutManger::implts_createToolBar()
        
        This function is not necessary. I have merged it into createToolbar().
        There are just too many function calls when I try to get a backtrace.
        
        Change-Id: I3b1c08b97e24ba18a268f105b00670ed2799f60a
        Reviewed-on: https://gerrit.libreoffice.org/9308
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [35e9897aecbf9b6572350da4834a14af32c77578]

        update_pch: add dba
        
        3m32s -> 2m43s
        
        Change-Id: I67f3d05fad90ca06754e8305387171f52b3d7095

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [86d442c2a2b17d9bf4c2879c1aa418328702000e]

        remove external header guards
        
        Change-Id: I1c8b193c336d4fcb765e51e059032f84126b270e

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [a325ce63db0a8ef324f269e3dc5a845666e49bd3]

        fix-includes.pl: svtools
        
        Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [2bac61013e57013bccac8c9d76482b34b5db7f69]

        fix-includes.pl: sc
        
        Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5]

        fix-includes.pl: framework
        
        Change-Id: I405196a2df0be0eb77961540b457933777b90a50

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [3e81096b1f652956bb2d23572094917dab87e163]

        fix-includes.pl: unotools
        
        Change-Id: I1b2b8d58cec548961fb06f2595fd474010ae9979

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [6d2de44a543e9503fcf67beb77592de8847ef648]

        fix-includes.pl: comphelper
        
        Change-Id: I0b4cd8320881b2b1f7984c86e58915217bcd0d5f

2014-05-11  Thomas Arnhold  <thomas@arnhold.org>  [878398bac2ba1b388ac2237d1f445ba7702956d0]

        dx_winstuff.hxx does already undef them
        
        Change-Id: I32609eb3477b177ffd2628686ba8313baf223ed7

2014-05-10  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [1e81a8f843b252c29f6d56577cdb82f01361e795]

        Translate German comments, fix some ws
        
        Change-Id: If4bd2ece2a2f0bb208fafbb7a9cda9631dc8c1c4
        Reviewed-on: https://gerrit.libreoffice.org/9304
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-10  Julien Nabet  <serval2412@yahoo.fr>  [fa51b556800f332b311786770b3d6e57b65f615c]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9
        
        Change-Id: I82ed4a4868cb22566706ca0f4b1321e0d45016cf

2014-05-10  Michael Stahl  <mstahl@redhat.com>  [2241dd8d83fa8a89502ad7985427c5c79d94ce21]

        SdStyleSheetPool: de-dent that
        
        Change-Id: Ifce20de3068e12c42bfcd115ad852371f97b971c

2014-05-10  Michael Stahl  <mstahl@redhat.com>  [3440766f0ad43454287a874b5fd34b6f2af6bdf1]

        SdStyleSheetPool: fix numerous regressions when copying in Draw...
        
        ... from commit 0c17ccc493d0c7a80f37600dae76a09a119bef78.
        
        Change-Id: Ib0848da26091899961c5ed95879f9306b13653dd

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [51251205e6b7a84912dc002694a9195497c4a818]

        coverity#1202962 Uninitialized scalar field
        
        Change-Id: I3e85ecd27e5ee7a1b449bf7e63a7fcdfe9b2fc46

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [cbde35dd94d26cf6c2423eda448c04efbafaaf4b]

        coverity#707812 Uninitialized scalar field
        
        Change-Id: I738ed7b2a5c311a71f8dd7a638808acc98b31b7f

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [634fcdfef2dd8d1bb2dc119fa170db282fabeab8]

        coverity#707836 Uninitialized pointer field
        
        Change-Id: Id7cc5781e2f12b726a410ab2b4527f4103019334

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [90c644a8629f098dd4936d92173202fdc3f21e4a]

        coverity#707866 Uninitialized pointer field
        
        Change-Id: Ia80922b1819d41e4963689fda87750f0f507fd57

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [4d9009f3107f4a00069f3325819f6d6005911ff5]

        coverity#707880 Uninitialized scalar field
        
        Change-Id: I71c15e00228a6eb4ceb2019ee4ae6d14438fe831

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [3c29c3bd70b01a894e67b1910976e0e5cc3f24cd]

        coverity#984094 Uninitialized scalar field
        
        Change-Id: Ied78aaa315da9bbcbd5b26a223f41da4526e2384

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [50104ef4ab7102d03a2f4a30f8c7267cb668d7b5]

        coverity#707916 Uninitialized scalar field
        
        Change-Id: I42a2c556739d41728c68516646facd2009232ae2

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [7c0abbbf18a3328b98afbdc182a32f721165009d]

        coverity#707918 Uninitialized scalar field
        
        Change-Id: I2d54b7afa9dd2639d36cdead4e4e94866d775c8d

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [2732f2b18d7883d31214d4f0e887168c1dec68c5]

        coverity#707784 Uninitialized scalar field
        
        Change-Id: Ibbe836d360fad481f2828b703871c8a242767cef

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [77e1ece55cd378eff27c68b701a7b85a4f091964]

        coverity#738741 Uninitialized scalar field
        
        Change-Id: Ia603fd0fca212d4c67daaab87199906c29e3cec7

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [92da838efc86c40c78fb6e993b937117b6393af7]

        coverity#1079343 Uninitialized pointer field
        
        Change-Id: I05ec88144273c15181e9afa8f616b0ab11695f04

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [106d1621119b919b7f88d1ca34223ac3ba7d7909]

        coverity#707966 Uninitialized pointer field
        
        Change-Id: I9aa3bbae431c5fb3f1713a7c48350e82c6618927

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [2ae1345e408b6ed3ee041d3413f26103f76918e5]

        coverity#984128 Uninitialized scalar field
        
        Change-Id: I4daff986c15bd6fce03fbcfcb8aa4f6e5df967f7

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [1c40075cac0c4ceaf5aafc9ffb15fbaf8d1e5e0a]

        coverity#984106 Uninitialized scalar field
        
        Change-Id: Idf7c0e9a71b53990155f962628d0f79659f9ffec

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [11dbe5eede868303dcc7ea4931040adea8ac14c3]

        coverity#707979 Uninitialized pointer field
        
        Change-Id: Id41ba6ab2c6f0a43f439c2b45d20d7d76a3cbe82

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [4beb6136bd93e7e8c59a94e372a8c1320ed1b3b7]

        coverity#707994 Uninitialized scalar field
        
        Change-Id: I65c96e12bb75cc7ee7db9643be2c385891f80c75

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [5090939e279c044e408463b73448528a1f482cd2]

        coverity#707996 Uninitialized scalar field
        
        Change-Id: Id7027b2e511729e5d70c628e75545dc307e429a5

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [db2734880fedd61b02ec6c7c45a194759d55a7a5]

        coverity#708014 Uninitialized scalar field
        
        Change-Id: Ie645acc85e43f1b4dc9dade09228b967e2e19fa9

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [74676ec5838e0d408ce37052a1359981ab1555ef]

        coverity#1130486 Uninitialized scalar field
        
        Change-Id: I53722c446d5cc651f4e912f21c3e35e40f0e0c7a

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [d2712feb7f828870f2aac3bf42c3c3ce19aeceae]

        coverity#984136 Uninitialized scalar field
        
        Change-Id: I1568b9bf7fdd21dacf100577bcccba588212ae50

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [96585a0aa342bb0fc494abd15d3b4352e8cd46c9]

        coverity#984137 Uninitialized scalar field
        
        Change-Id: Ia818abdcab65dc5b950c6b6a29b71910b6eb665e

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [88110ed0dc1bf4396d3df7e40b6fda9944c4520c]

        coverity#708064 Uninitialized scalar field
        
        Change-Id: Ib9cd4b00d07c25b8a5ab4d5b42f48842a02a2e3d

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [40a4d8892df998fa835e45091d6ffc105161d47c]

        coverity#1079327 Uninitialized pointer field
        
        Change-Id: Ica88a170d1de3298dfa0cc7fad9ed63a46e31d8d

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [cf0eb5f78a70d311ca2e420c2b045da36b3cb042]

        coverity#738826 Uninitialized scalar field
        
        Change-Id: I2d978ca49330e537e19ef19de636fa27b74ff423

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [6f57a7b93467f0da7be4d22020dfe09d9331d00f]

        coverity#1028545 Uninitialized pointer field
        
        Change-Id: Idd4e1497737b8afb5eda283fe82754346f98814d

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [5fe41a6113c03becb38a63f5fb1aa8f040d7b815]

        coverity#738843 Uninitialized scalar field
        
        Change-Id: I59ce41c7191d8506c40018c09d38212ed1988bf9

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [2d6b33baed25d674f47bc29c8983eacd74cc85df]

        coverity#708240 Uninitialized pointer field
        
        Change-Id: I82bb1587d74f7b1f012ff01d0f68ea8cffd16112

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [0b799c7a2dc25702be6c1acde750b99d7c2ff3d3]

        coverity#738855 Uninitialized pointer field
        
        Change-Id: If45c6b7399e19e9414a5ba24a1f6d2e5bb3f82a8

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [828fcdd2705fcdaab7f99e1286a073dde72585bd]

        coverity#708306 Uninitialized pointer field
        
        Change-Id: Ia249608d5166273bb6be7b52185d48dffbc918d9

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [2ab8d88ca91654c637e3603816b3dd6ee84aaa3d]

        coverity#708336 Uninitialized scalar field
        
        Change-Id: Ie4b6ea734d8ab77060848cd813b44d0727eb47c4

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [84e818dbd33d0a10d125e2cbd04bf2d963f2b5fd]

        coverity#708341 Uninitialized scalar field
        
        Change-Id: I1169024f243e447f315f796fdc9c53e8b9006602

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [fed275bb020ab052153c6ed789f0eea67603d7ad]

        coverity#984153 Uninitialized scalar field
        
        Change-Id: I25581ff4471d8a7f50849335dd7bd0ccad7b0742

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [59d7d8674a638fb9da41bc34b9963b90ca85c3a8]

        coverity#708472 Uninitialized scalar field
        
        Change-Id: I09767fe28069e195b568ce91c62770a85cc7c6ab

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [b5078c327ac3f0fac95b46bcb5349c745209bc03]

        coverity#708513 Uninitialized pointer field
        
        Change-Id: Ifcc2356717de7227c52649351f6c7b29568269fe

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [fec6711974ed856075890bbdcfe8fd9738654498]

        coverity#708544 Uninitialized scalar field
        
        Change-Id: If5813e0321ff68ddf2cdbce3cdd216fda2830849

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [b34267cea16020a80b2c809e29a84c94b99add04]

        coverity#708545 Uninitialized scalar field
        
        Change-Id: I97efb9c1f3bb6554dfded43129a13f93d1cdd4be

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [64d1fb5ae94f03f2f470af0407fd257c04a85687]

        coverity#708673 Uninitialized pointer field
        
        Change-Id: Idb82efd1548dda067703b2ad077c83f0f6d5a7e5

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [c779eec2e2dfac5208cadd4b37833c4eeb31a426]

        coverity#708321 Uninitialized scalar field
        
        Change-Id: Ide820b6648579f8d9cbc395843aff602cf895f15

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [cbe85c63d64d952696aa2643a07ce3af29555c57]

        coverity#707899 Uninitialized pointer field
        
        Change-Id: Iacdd82589eb56bda653ceb84a0a6a2677f0aabd6

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [9be0aaa9d7a489e8e828c4ff4ba665ceb8e5e167]

        coverity#707899 Uninitialized pointer field
        
        Change-Id: I6efcb9ea5af93ad2b22f974fb0fcf2ddb6d21663

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [9c33cbe903a08ff9e76677fefa335bf3db8417ee]

        coverity#708020 Uninitialized scalar field
        
        Change-Id: I5354c893039ea3d636d667ceb79c38067213b09e

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [89d56e950122673b53b653a9776a1053b5baa0c1]

        coverity#708055 Uninitialized scalar field
        
        Change-Id: Id699d408faca97360a7ae9cb27d0d425dff47750

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [061ef06e04d530504d906c1b4b622d2a72f6cd53]

        coverity#708670 Uninitialized scalar field
        
        Change-Id: I9d864ba345a2ce04bc70715ec548307335cd2f18

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [989791341686cd143545aa3f1610920145049f10]

        coverity#1213247 Dereference null return value
        
        Change-Id: I039536322fd1c9c786c4cd7088807aee7e2e929d

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [3e40e67b09a9ab46bd4dc3a7df29135f6726b02e]

        coverity#1213270 Parse warning
        
        Change-Id: I60d723e6baebcdb64daaa108a7e1a73554941940

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [34509a0805d408cd45c1b95f5afdafdc46c1501e]

        coverity#1213276 Resource leak
        
        Change-Id: I4f63964c38bd825ceecdbd8ace1a0e56ccdab8e9

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [85b0d143554bac407fae1c0e4eb2863aabc63400]

        coverity#1213277 Resource leak
        
        Change-Id: If4db1ed1a2c8a4767859855a2b5ed9223e9ccea7

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [0f137d7181f4aeed5ae8fa5cfa31c25c2226f7e3]

        coverity#1213288 Resource leak
        
        Change-Id: I96ee704cc438e02cef95facc28d550644bf03d67

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [97bfac4861bf9d8f3223b66474fa24d185d1223a]

        coverity#1213529 Uncaught exception
        
        and a gadzillion more, e.g. coverity#1213526, coverity#1213527
        
        Change-Id: I08a9cb078963b4adf0ea6e201e31ae7eefbf92d9

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [128941bfe04d9333c538fded6ca4f161e864bf79]

        coverity#1213528 Uncaught exception
        
        Change-Id: Ieaa7a7312cb50622f0c1b03f9e2a491b81ddc8ea

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [139130e5729cf1430823c458e94d4e79d9704ce7]

        coverity#1213553 Uninitialized scalar field
        
        Change-Id: Ia15102812846956fe5ac4c6aee710e845baf4715

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [b5208be2d23d5dbd17da6e240d75b553a291b739]

        Avoid temporary OUStrings
        
        Change-Id: I25bd1c5900ba5a934c8cb87797e5d06313b75e9f

2014-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [e62a3e875ac3437c6b0d08fa6e7e1d0b97141a7b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I9cafee23bbf016024393550166aefdc782b488cb

2014-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a647ff1f9297d272edd179c08799c0fe5d368c62]

        Lsan: fix memory leak

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [b7b1572bcbda4ddca1057766ef0e59f52bc93eef]

        Function description says negative values mean errors
        
        Change-Id: Ief7639dc857c3123a1696d2221e6c64cd2276397

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [94e3f3e5015e53b5f3c8e5775b668e0bc12ab457]

        Simplify sw_GetCellPosition
        
        Change-Id: If672256b85c1e0a6534055844c3df936c0636c3f

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [541dcc5b21add7d12a456931344b4c7c77e1cbc6]

        OUString: remove temporaries and concatenated appends, constify
        
        Change-Id: Iea37617435e69a51bb0d70740092f0489f58e41a

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [84eda0e656e2a698996b269a4ff495717cddaa7b]

        Use more proper integer types
        
        Change-Id: Ia16638564b54d4ac0fb1ce2ede41f0c76cc7df53

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [f671abf276e9fefbf80beb79471504366472264b]

        OUString: avoid temporaries and concatenated appends
        
        Change-Id: I55843e876f1a01c7800cd638fc0ec0bae4933994

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [f8d2c6386b1ca3c7f81c816dfcc5023dc6cbb485]

        sal_uInt16 to size_t
        
        Change-Id: I25e92cc92aaa2b5b808b7c369101055b5f77aff3

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [38b4fe56499ad30c4e57fdddd5c7957191e8a348]

        Simplify IsPreviewPosInDocPreviewPage
        
        Change-Id: I6c1a57dc7095125f36ffe5ad0a4fd54ba240287f

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [655703fce5a6b6868dbaecb190ac80153a7fa27f]

        Simplify return paths/expressions
        
        Change-Id: I198b3d349934837f7b7e6b49bf4b2a7785736a61

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [df12e42606e77b219b1ec291fa990880bec2dc96]

        No need of else after a return
        
        Change-Id: I7f7bb520085f0d1855dce8656a54e5f72f2b5ed5

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [cd881c2b3d8e2215d42eb9531dd87b8b857826a8]

        Constify sal_uInt16 and sal_Int16 to sal_uInt16
        
        Change-Id: Ie03f3591279f7cedff6f5acf3af46bebf3d2c1b1

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [11a455f9141fd3b9a195b07afddeb0f8735871ed]

        Simplify GetRowOfPage and GetColOfPage
        
        Change-Id: Iebe6c17a057999a20a46fb6ea756dc1c0a052dbc

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [f9072dfd1595aa45e41393f2e68c2635ba00e82b]

        Use GetRowOfPage
        
        Change-Id: Ieb6e268223aabea42f5df0d69a8b8d4498eaba77

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [80016f5f42749a16c822ecfeebb82698f752eba8]

        OUString: avoid temporaries and constify
        
        Change-Id: I12762daed58e8006e95cc10c3ba0b1d7564a012e

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [25b116838c504abcf94da5a0304d07826e0f9ecd]

        sal_uInt16 to sal_uInt32/size_t + constify
        
        Change-Id: I948990f551b4096aa5575090315ab66fc4eb368d

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [8481a0bb65431d4accaba23cc14946a2316f8b1d]

        No need to use/store those OUStrings
        
        Change-Id: Ied28223690f6672fbd99984fb9a5b44353138594

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [2ec7049f4885ac8b6a62a4132359a2470194082a]

        Constify 2 sal_uInt16
        
        Change-Id: I24cdc87e87f3b7d05678eeb86df9a179cba10328

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [d9b718e37a0f62c9990105c10285e02e85437e3a]

        Constify two OUStrings
        
        Change-Id: Ia136841959480212b2f7e525544e5e2f52064990

2014-05-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [207a86dfc5377ed7a8affa365f56a6bae6f889b5]

        sal_uInt16: constify and reduce scope + int to sal_uInt16
        
        Change-Id: I68757c5e8367d97d707c77df2b7cf5ba6404ab58

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [a4f72bdea4bfccc4c8b6ef140953cc375bba7d6d]

        coverity#708632 Uninitialized scalar field
        
        Change-Id: Iea0a0aae7ca4f975acc0d468ad3912c38d84d57e

2014-05-10  Caolán McNamara  <caolanm@redhat.com>  [d7e7a44ccd771f79736e8cf7de289eb6e30c0e23]

        coverity#12093[81-94], etc. null pointer dereference
        
        coverity seems to think that code execution can continue
        after a coverity test fails, but it will effectively halt
        and not trundle into the dereference of the tested-for-NULL
        pointer, try a [+kill] on the fail method
        
        Change-Id: I07c9a074b5681c367a31637c8af78d52a9c88d59

2014-05-10  Julien Nabet  <serval2412@yahoo.fr>  [a784cdbd38cb03d2881096e2540fccdaf8b6a24a]

        Updated core Project: dictionaries  b76a214cc1e5c52cc0f012888b25aaa3b3b4e032

2014-05-10  Thomas Arnhold  <thomas@arnhold.org>  [c327acab9e5a49b0967c15adb923d99fed5bbc1c]

        remove globally disabled warnings from source files
        
        Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8

2014-05-10  David Tardon  <dtardon@redhat.com>  [90af0348216a5a3c2eecd660e012500d2917b279]

        Related: rhbz#1071604 don't paint anim. effect icon
        
        ... unless the slide does have custom animations. This drops dep of Draw
        on libanimcore, which is in module impress, so it might not be present.
        If it is not present, the Pages panel is not drawn.
        
        Change-Id: I9d7377a4fb3289e230887752bc4a105ca1c9f812

2014-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1fde869b47e5447f261d92ce386434d3d628d52]

        Lsan: fix memory leak in xmlbodyi.cxx
        
        Change-Id: I6274abc6ca3c4452c968d0b2bb775d29fbc8971f

2014-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b28f7d3bcc782f2f443ee6cb99f78f1c2c5bb97]

        Lsan: fix memory leak in conditio.cxx
        
        My test file leaks 9MB during import with that.
        
        Change-Id: Ie7aba31878721ad8caef1e301a6b54a42a8c0c54

2014-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [79a4d09ac2e5daaad29c10b39d34ff0f09d1d9ad]

        ISO C++ forbids declaration of ‘rLanguageTag’ with no type
        
        Change-Id: I148b3eff0fc229fec3c6415bd582d10b124e0796

2014-05-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7e8e0f29e499e500d33e1f43d73b6f233919e93]

        -Werror=parentheses
        
        Change-Id: I2366a8631be276db02392db6b44ee0c47ddf9da6

2014-05-10  Julien Nabet  <serval2412@yahoo.fr>  [4c0ec2a1dd1b4f8ca4d72124ee97ee4076636845]

        Blind fix for red Tinderboxes, following
        
        Change-Id: I590a682af7fc1879ae63cda3aea73063ba4c84f4

2014-05-10  Julien Nabet  <serval2412@yahoo.fr>  [7a5b0aa0a667ae2ac2d198a37bc3146c5c8e4067]

        Blind fix for red Tinderboxes
        
        Change-Id: I9465943a7e3c0d485e8692e3e1ea0b258d67d120

2014-05-10  Julien Nabet  <serval2412@yahoo.fr>  [5ec7a589bed7991ffe8ad9a2f544a6699d159765]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8
        
        Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83a88b942134314e86ac612d0ef70a8e4919e4af]

        fdo#77056: Treat empty cells as if they have a value of 0.0.
        
        Change-Id: Ibe64cf7177a5298c1878e0014c049dc9c82b1344

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b44f8185398ff6835a71fe237089746fca7f999d]

        fdo#77056: Modify existing test to cover the reported scenario.
        
        Change-Id: I6d0fe13e6756d8b6c3e7ac9ffba828e3f9c2a7b5

2014-05-10  Eike Rathke  <erack@redhat.com>  [07481fd864a1826c29a9e6bdf6c08dac4cc56ba7]

        add on-the-fly language tags to the language table
        
        Change-Id: I5ca9e212374821de425729863c82f7b4699487a7

2014-05-10  Eike Rathke  <erack@redhat.com>  [1564b0fe7c00902b076725b0693cc60aec0e0916]

        added SvtLanguageTable::AddLanguageTag()
        
        Change-Id: Ic8be508bff3767f2f8ab1146447b3fe4bffff3b3

2014-05-10  Eike Rathke  <erack@redhat.com>  [0b2c8a8b2b7cd41ed8e25d2e184a8e7241abed02]

        added ResStringArray::AddItem()
        
        Change-Id: I361cd4256c0816a46ea6e37dd9fd2680d3dba9fb

2014-05-09  Andras Timar  <andras.timar@collabora.com>  [de8f5f2af78877bc63b462195ce63341f6ba7817]

        Revert "fdo#45260: Objects having line thickness misplaced while pasting."
        
        This reverts commit c35c4769d8cabe0f01ef9911056d7a9d1d2f4b04.
        Fixes fdo#78413
        
        Change-Id: If0865cced045410d4e8f9603b55568ade6781b39

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [dfbcde184784e48fbb201f0ea473d3912e7859fb]

        clean up
        
        nobody uses those switches
        
        Change-Id: Ifbd6563aae901b4f3d931422e6d4e2369aee0573

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [aa3548fba617e55360dbb93095e06c3784801a85]

        prewin.h includes windows.h
        
        Change-Id: I221e9f704f75472234a6ce2b09930aeff6279c7a

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [f106f419567aec9b044216edb2bde030731fef5b]

        postwin.h handles OPTIONAL already
        
        Change-Id: Ia04bc545f90a093f70bbd7036b7b9403af15daa1

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [7f1f1dbfdade10824ef5a2233306bffb5198acc0]

        prewin.h handles WB_LEFT and WB_RIGHT already
        
        Change-Id: I73bbd6ae7343257e63210cb4b5cdfd4e9f612122

2014-05-09  Jan Holesovsky  <kendy@collabora.com>  [261b1ad80aae0dd9aba50190a4cf99011cc18fb9]

        '!= false' is redundant, and confusing - kill it.
        
        Change-Id: I1a52b9ce7b590e8cf274a2daaa1c55cfc1efe48b

2014-05-09  Jan Holesovsky  <kendy@collabora.com>  [dd484af7cfb472a39c9afebc6dad9ea28d1224c4]

        fdo#78267: Fix advancing slides by mouse clicks.
        
        Fixes a regression from b45a12c37d2b671e54404afda5dee1b0947bd3ed.
        
        The confusing logical operation
        
          ! (maPresSettings.mbLockedPages != sal_False)
        
        should translate to
        
          !maPresSettings.mbLockPages
        
        Change-Id: Iaba62ee001dd57194c1a17421d8632330eab1345

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [569ff6727e54d5ce8c19ae51a9a651a98c8096d3]

        update_pch: add a bunch of pch files
        
        I had to fix some source files because of macro redefinitions and such stuff.
        
        Small modules like basic have a great win, too:
        
        make basic.clean && time make basic:
        
                        with    w/o
                         pch    pch
        accessibility    23s  1m59s
        basctl           30s  1m42s
        basic            56s  1m35s
        comphelper       23s    51s
        editeng          48s  2m04s
        forms            40s  1m40s
        unotools         19s    38s
        sd             3m37s  4m33s
        
        Change-Id: Id24cdcddbe2ff64820b42266325c25af1355558f
        Reviewed-on: https://gerrit.libreoffice.org/9293
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [9037e2289d10aa8208d0e8f75847204d73ea21a7]

        remove presys.h and postsys.h
        
        Both files are nearly identical to prewin.h and postwin.h
        
        Change-Id: I1f45e46dfcc00043a9e2df82e0070cd1b976c4af
        Reviewed-on: https://gerrit.libreoffice.org/9294
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f4673ccd5e26d38a28f297d64ed70ba719d21ef2]

        fdo#77379: Don't return from the call. Notes are handled at the end.
        
        Returning prematurely would end up skipping pasting of notes.
        
        Change-Id: I79e0968023342a68fe729f31eb6cfc3cfacd5850

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [71cd1ca57faf423fb607fab64914719238bc1e4f]

        fdo#77379: Write test for this.
        
        Change-Id: Iccc0b499abae90f5b780aebab17ff6315b5690ec

2014-05-09  Julien Nabet  <serval2412@yahoo.fr>  [497528425499bca634c13ed5eb834559c86d948f]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8
        
        Change-Id: I6d15c7869e94b8b6d92b0a4c65bbc5866a657889

2014-05-09  Michael Stahl  <mstahl@redhat.com>  [ece80453d541f6bfb5ce170b3e0009ade968d8df]

        warning C4389: '==' : signed/unsigned mismatch
        
        Change-Id: Ie8bb8a422c2fdda85d2478dd029c2091267212c2

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [77e07086c9c5cac4841d2362c4ea89db0dd15b58]

        add missing border to GradientLB
        
        Change-Id: I72651d514e2cf5abdce4a3323fa515426ff0438a

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [17ad6fcdab4dee03da629e2f069dc33d3f46217f]

        bring Tile and AutoFit back to the leven of Position
        
        before ui-conversion both checkboxes were at the level of Position options.
        
        Change-Id: Ie56937d64e657fba68ac8ffe44e5c42f2a576388

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [a529fe4273932d340056bb48edc20a3d439b44e1]

        set border_width to 6 px
        
        otherwise Width and Height fields in Fill -> Bitmap will
        be directly at the tab page border.
        
        Also 12 px was too large on the left.
        
        Change-Id: I4ae17020333d61bf80e02ea29989fbb4693da591

2014-05-09  Jan Holesovsky  <kendy@collabora.com>  [e47fef4b5e46f35d18e36223b21403d624a951d3]

        Kill sd::any2bool: cppu::bool2any does the same thing (extracts, or throws).
        
        Change-Id: I477f2888fba585f41bb70309247a3e4fa9bf7517

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a45973a90625f4b9e0f603154194f357ff2418d4]

        fdo#77806: Check the boundaries before accessing an array....
        
        Change-Id: I0878f734599f566cde83183947cd7613c0f8d5c6

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cd87cd92b95861e5cacb111dc33a809a9db884e3]

        fdo#77806: Write test for this.
        
        Change-Id: Ic05b6fec2bfc89688cb1670a163f27caccc7f213

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [ad26e7b2edd66df8f02bb8458c4c76251abf2d06]

        convert apply columns page to .ui format
        
        Change-Id: I14f12809d2e78a184ed53d6d9cee81d5f4e79ae6

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [c6ee91b9c18d25cfc059f9f2c99bdf2d2f324283]

        Updated core Project: help  ec761d90416db68a0e8e683c3df44e43f593bb17

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [68a75f02ed313619c93e4d45f09330dd407d4484]

        Record patch upstream notification
        
        Change-Id: I5aecdd1d1f19f6588cf91d8c009ffa760fae739e

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [90a30ddf687426acf7b02f15fbeb41646a70b070]

        external/redland: Missing NUL
        
        Change-Id: I388d8a37a0b7f95f21ccbbe04144f39c0fff533f

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c64e08aa3eac795cc0064f1f9dcce55d8e50384]

        Best effort of blindly placing axes and background objects.
        
        Change-Id: I3a7c77ee8d9c6ff033b112158daec3923ed27034

2014-05-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa26f8b6c79783447931d01e6c69eed07599f37f]

        No need to store these text objects separately.
        
        Change-Id: I0ee63480fa0f15f42c81818d89ff5b5a3407ece4

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [1d188294fd96a82e7200550f8950aa456a481410]

        use vcl::unohelper::CreateBreakIterator consistently
        
        Change-Id: I69eee7804ffe0b0c8ae8e8bc628bf35585f5e69c

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [c149c6cc3077a8ca4be4959ad327055264bc854f]

        compilerplugins/clang: filter out -fsanitize=address
        
        Change-Id: I3e78bd86c8010124a2d006f288095aac26e60797

2014-05-09  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [2c9d68ff56d02350eda752d699f5ba0425e06142]

        move INetContentTypes::scan() to INetMIME::scanContentType()
        
        to avoid circular dependencies between svl and tools when using
        INetContentType::scan functionality for future handling of data urls in
        urlobj.cxx
        
        Change-Id: Iad13286769e8906aebf8208e4f532151ff2f3d13
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-09  Andrew  <dent.ace@gmail.com>  [797c8e71e9c7e0e99d3aa396804d2e56b1740f4f]

        Icon Redux 02: Optimised Sifr theme
        
        Lossless optimisation of Sifr PNG files, primarily removing superfluous metadata (ImageOptim.com). Saved 303.6KB out of 555.6KB. 54.6% overall (up to 97% per file).
        
        QA- Inspect icons with Sifr theme selected, using all aspects of the office suite. There should be no visible changes.
        
        Change-Id: Ie5f1c73165d7b3373e7f10015eedb1d4a865ded9
        Signed-off-by: Andrew <dent.ace@gmail.com>

2014-05-09  Andrew  <dent.ace@gmail.com>  [8bb090e3c46a33cb26faa0b870da152df2530b09]

        Icon redux 01: Tidy hicontrast icons
        
        - Delete placeholder (red-X) images; it's better we fallback to the main icons from the Galaxy theme.
        - Delete non-hicontrast (normal) images, duplicated from the Galaxy theme. These were introduced by the Sidebar mainly, and 2 in Report Designer.
        - Lossless optimisation of png images (imageoptim.com).
        
        QA - Test icons throughout application using the hicontrast icon theme.
        
        Change-Id: I45256563653792538d24bc3139b303de624544c2
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/8794
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [ae520fa4c07442d435b02e4066c838f69f7813d4]

        back to 90 char wide now that the fontsize is fixed
        
        Change-Id: I8ae524f6c7b74a09a3bcce982642bd72dadf7bf8

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [60eff2f44270c04ba95ee16444880c095f4d2b7b]

        Revert font initialization foo
        
        this reverts 081a0854635f4bc9f6f743ef4e2675c208405f74
        
        because the heights and widths of the non .ui-converted dialogs are all too low
        and everything is squished in them
        
        Change-Id: I103eda4b3d43365c02ecedb6f37b995a682b2cf9

2014-05-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f6422b3dfcb00e451ef103127aace1856dc752a9]

        ooxml: Preserve shape 3d effects: top and bottom bevel
        
        Shapes 3D effects can specify top and bottom bevels like in the
        following example:
        
          <a:sp3d z="488950" extrusionH="63500" contourW="50800">
            <a:bevelT w="139700" h="88900" prst="cross"/>
            <a:bevelB h="88900" prst="relaxedInset"/>
          </a:sp3d>
        
        This patch preserves the a:bevel* tags and their attributes using the
        shape grab bag and modifies an existing unit test to add this check.
        
        Change-Id: I4762111e4d2f75ba2fd3721a126aa324a28a853c

2014-05-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [6566c218afec3cd8c4d36094777bc30b1970e9e4]

        ooxml: Preserve shape 3d effects: z, contour and extrusion
        
        Shapes can contain 3D effects like in the following example:
        
          <a:sp3d z="488950" extrusionH="63500" contourW="50800"/>
        
        This patch preserves the a:sp3d tag and its attributes using the shape
        grab bag and modifies an existing unit test to add this check.
        
        Change-Id: Ice3cae39c71784be0f6c7f2700b07c21a5e1fb6e

2014-05-09  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0df9ec782efeb24c02f7c5baef53bf2fa75a4bc5]

        oox: preserve scene3d/lightRig effects on shapes.
        
        Shapes can contain 3D effects like in the following example:
        
          <a:scene3d>
            <a:camera prst="isometricLeftDown" zoom="150000"/>
            <a:lightRig rig="threePt" dir="t">
              <a:rot lat="0" lon="0" rev="4800000"/>
            </a:lightRig>
          </a:scene3d>
        
        This patch preserves the a:lightRig tag, its attributes and the child
        element a:rot using the shape grab bag. It also adds a unit test for
        this case.
        
        Change-Id: I66b6de3c2b5ef89223b10da54006e28113b8ba5f

2014-05-09  umeshkadam  <umesh.kadam@synerzip.com>  [273e73c8963e0ce4d52e938cedafa9041144d4e5]

        fdo#78292: Tags related to checkbox r being written in text tag for sdt cntnt.
        
        - The parent node for checked, checkedState, uncheckedState is getting overwritten by "text"
        - text node is a leaf node, and should not have any children.
        
        Change-Id: Ic269525001e914adc1aa328c92be5fe4d5d1b3e7
        Reviewed-on: https://gerrit.libreoffice.org/9278
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>

2014-05-09  Julien Nabet  <serval2412@yahoo.fr>  [6651a2493d72f2bd0613b96ee5276a1270709630]

        Resolves: fdo#78150 Ctrl+Backspace does not erase first character
        
        See https://bugs.freedesktop.org/show_bug.cgi?id=78150#c1
        and https://bugs.freedesktop.org/show_bug.cgi?id=78150#c2
        1) there's a wrong conversion with negative number given to a xub_StrLen parameter, anyway it works on 4.2
        2) The existing code can be simplified since we don't need to remove spaces before the word to delete
        
        Change-Id: I7e2510038666018059a54ac09c1a599154084b48
        Reviewed-on: https://gerrit.libreoffice.org/9245
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [37d764bce9eb5d5f126464ca566594e108719ea7]

        Enforce "There is no css::uno::Sequence<bool>"
        
        While some uses of Sequence<bool> might silently work, it would be too dangerous
        to accidentally pass them around to other places that correctly expect
        Sequence<sal_Bool> instead, so best to rule them out completely.
        
        Change-Id: Ia60c839218c079cc42b4310d1315d95b6f2c68fd

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [22e800c4d2d500020dd0390ee5c816f9dd7fd88b]

        There is no css::uno::Sequence<bool>
        
        This partially reverts 78b9537b6aca0f998f939988e6e1a56528d28baf "various:
        sal_Bool->bool."
        
        Change-Id: I732b2fb2cca3e66b396a35645f12ae96a40163d5

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [e69c93d9c58f95f02a22c68c87966b10f34c55ac]

        There is no css::uno::Sequence<bool>
        
        Change-Id: Ibd630320d7cfb4c80c35e91e4407203b1783e980

2014-05-09  David Tardon  <dtardon@redhat.com>  [df71f13b80c30cb98e310baf8f6aee11f8cbe81d]

        rhbz#1071604 don't crash if slide layout configs are missing
        
        Change-Id: I5cbf4ed0683cc5736a45fb980827b1b56bd0c74c

2014-05-09  Thomas Arnhold  <thomas@arnhold.org>  [32be757cc3c4931b46de31813d50fd1368c72115]

        Related fdo#78323 GtkFrame has additional padding
        
        Comparing the three tab pages, shows that the preview field at the bottom is different:
        
        Line: GtkBox
        Line Styles and Arrow Styles: GtkFrame
        
        The preview field is exactly 2 px smaller for the GtkFrame tab pages, compared to GtkBox tab page.
        
        This patch fixes this. Now all tab pages look the same.
        
        Change-Id: Ia94bda6c37fee3c8864f8351e157b2026a735361
        Reviewed-on: https://gerrit.libreoffice.org/9283
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-09  Michael Stahl  <mstahl@redhat.com>  [abb0549dd1744a35b0464faac55999b0d5968212]

        fdo#77720: Mail Merge: reset cursors after clearing document
        
        The root cause for the crash is that the shell has an invalid cursor
        that does not point at a paragraph; this is because first the document
        is filled and the cursor is pointed at the content of a frame, then the
        document is cleared from SwFrmCtrlWindow::Resize() [not sure why?] and
        at that point the cursor remains on an SwEndNode (which is invalid).
        
        Change-Id: I47c1e2a34d5579953c1896ff0895568978e72bc7

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [e754e43662523b0d2504beb0d4875e3c10ecf6a2]

        coverity#1209712 Dereference null return value
        
        Change-Id: I9ef54e4086e1b441e1bd5ccbebcd512d3a01bb47

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [3c56e2686a3556653c6c627264e7503df31032fd]

        coverity#705478 Dereference null return value
        
        Change-Id: I3dc6ed508992bc952f1cf34e6d9e26354895bc27

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [e4cc3330d0829578086b8e6cc86590b8a9b0659d]

        coverity#705475 Dereference null return value
        
        Change-Id: I1630c2a110fcf05d7698fc7e85eb2ca8fc4452c7

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [7263f4bb20727b9ea598e0aa83f0f6d13c04e403]

        coverity#1209709 Dereference null return value
        
        Change-Id: Ic5cf8a5f52a7219f32ec2ce9259e5aa0153da9bb

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [1612a8e87b102e435c87240d8374962ee1dc5579]

        coverity#1209362 coverity gold, wrong mask
        
        Change-Id: I039563908a391103cc478e11666648cc517fc677

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [fb4b9fe3d86baaaae6c6980cfa2cf723c41614be]

        coverity#735483 Logically dead code
        
        Change-Id: I4cb153338f1a00d9439dcfa9c43ee96235584e4a

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [38d73f23fd519d87ce74405fe1d851ef0796f777]

        coverity#735484 Logically dead code
        
        Change-Id: I26a7bfc7bfa7b69ee1523437b16c02d22a8e8e72

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [e90df54a0594639388c57ce52a61398acf2a9ff1]

        coverity#735486 Logically dead code
        
        Change-Id: I8cedb071d345e111d5addf63a83d1f597698d43e

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [9f71d9f696609d9f1c5863f3b118afaa21cd4d57]

        coverity#735487 Logically dead code
        
        Change-Id: Iaa8ef8dd533caf8d12211c4cc127f684bc86df73

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [e8d1110d07bf3c1a4ba92a2940e52e69f7092fcb]

        coverity#1209186 Logically dead code
        
        since 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
        
        Change-Id: Ia7b6451acdeaaef57e9f4b1fe285d1b1b57595f6

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [be756e2ca3e23c9ee60b7418a2339700966f14f4]

        coverity#735545 Logically dead code
        
        Change-Id: Ifa1bc627da203575b36e7e944c66b945f813016d

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [6384ca9e4908635d805189ee15e4abe0b602fcfa]

        coverity#735546 Logically dead code
        
        Change-Id: Ibe25db9809ffc9a91e938fd5e02811492b03afc5

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [9882f773e621aa61cba0aa6638d2a63a96cd452b]

        coverity#735523 Logically dead code
        
        Change-Id: I3a8ee3de5862d4d3862f3511e1716f0e4f786150

2014-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [63297cd4202593754d05841b02434b18d0e2bb8f]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I6542885b0de6dad0244726f1ee8bf9cdc851e746

2014-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [0b92cacb1537f266c4805e15ee1814741912d523]

        Start with the mode line
        
        Change-Id: I0156daaa12cfe147df26be061bc037d291d4f0c6

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [52cd5ccc127f6c53be834072032827bb28759c6e]

        coverity#1209760 Parse warning
        
        Change-Id: I380cae18964ee6ed7d8ef87d9ae861cc7b34c376

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [785ad9bda1dc289e9f0b197b13d73dacb6c60fbd]

        coverity#1209783 Dereference before null check
        
        Change-Id: Idac50085b04a2520b87bb4912e24fe59eae0a372

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [3697e91ea6f26b75c0bd7a067a8ed9488aa656f3]

        coverity#1209785 Dereference before null check
        
        Change-Id: Iff8553169bd4670d989b45ce488a0cd2b13e0cf3

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [0d7b898bf7b98116a8654e4754ae7bdd3fe7b21e]

        coverity#1209786 Dereference before null check
        
        Change-Id: I98bb62bbcb7ffbd2896ddbcbaeea27fff0851653

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [0baedc980495bc07491906f1bac4acf3ad040f94]

        coverity#1209792 Dereference before null check
        
        Change-Id: Ie4ff7acb0b9116fbdab42c6bc0088a43e98871fc

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [0698ccf040c8805cb0e33e3786c5780f6048a5ca]

        coverity#1209793 Dereference before null check
        
        Change-Id: I5c89f7291117d66ff07f7d686c7030396cb504df

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [1732919a6e434adca31d4a9d4daa95e19e14c342]

        coverity#1209803 Dereference before null check
        
        Change-Id: Ie6435770edc709feba2ad191e00e03d637cf6154

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [d4e346b0488bf8cd3e9f5203e0833b06d478bee7]

        coverity#1209804 Dereference before null check
        
        Change-Id: Ie32f71b0f089c0687807f1ef2329f41b35ecf076

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [13c01aac250da64241d780cb6fb8ed173c517f06]

        coverity#1209811 Dereference before null check
        
        Change-Id: I7e3778e5203438bc5db942c813a03896d7df895b

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [6300794a2c896aa003b00cb979d1985843385a01]

        coverity#1209816 Dereference before null check
        
        Change-Id: I125daf37f07c7b84289625d046abe8257c82e8d4

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [3f0116e0e07a9524f7ab6f6f56f71cb53ab45d77]

        coverity#1209818 Dereference before null check
        
        Change-Id: I0d94e599818df19411de8e58b99bb9f5735f973a

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [8a4a9c8876c8de0bfcf9d5a8fec30d45b63a84db]

        convert invoke admin page to .ui
        
        Change-Id: I63eda1792b5bc749dd01a85732cac6047be1a522

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [2510690866f9a1da677cae521ffc98c9b992239b]

        callcatcher: update unused code
        
        Change-Id: I954a5dd88cb9ae9a2a36509507385e68b88f8cd5

2014-05-09  Caolán McNamara  <caolanm@redhat.com>  [8610d063c76e4060fcd02560ec89f01e7b7109ff]

        Updated core Project: help  679ee563257a53b03eaf7ac75c79426a4d70befb

2014-05-09  Stephan Bergmann  <sbergman@redhat.com>  [51030a1a5e06cd22de7676715ae65f37e6ad5548]

        Handle all-space corner case
        
        Change-Id: I07981a63a30ac3d610be03e736188a6539884f01

2014-05-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5874376a7db53a4b0e8b3fabb902d14639032cc]

        fdo#71834 make reproducer document more minimal
        
        1,5M -> 21K without loosing anything interesting.
        
        Change-Id: I145612b9242dd6570e0b4e90f85171b177214500

2014-05-09  umeshkadam  <umesh.kadam@synerzip.com>  [e9b2787c2ece4c8260fbac6359257e1829c917d4]

        fdo#77890: page break exported as section break if different 1st page is set
        
        - Page break was getting exported as section break in case if the different
          first page was set.
        - Fixed this issue and added a UT.
        - For additional details regarding the issue please check the following
           https://www.libreoffice.org/bugzilla/show_bug.cgi?id=77890#c2
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9234
        
        Change-Id: I6799b204c0d1c80a7e07119e2e3aac337520cb08

2014-05-09  Eike Rathke  <erack@redhat.com>  [e891afeccba8f20f8bdaeacb20f2215cfcb1abfd]

        resolve fdo#77509 memory corruption / crash in Consolidate
        
        Regression introduced with c81dec478ab0618f2acd2580654a93d3a7185444
        memcpy some sizeof(OUString) is doomed to fail.
        
        Change-Id: I81dc9cc7eaf02607ed05b4d284a7e5e462eeeb0a

2014-05-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [37852a02cdb67b6c5665a794deae3efbed6d244a]

        Die, die, die BMP code
        
        This is at least the forth time that I kill this code!
        
        Change-Id: I038a03a8beed6f743ce6ad17a6a6b71085f43890

2014-05-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7ffd1af7228e05d05229ec66923208b6c4fdb845]

        move the renderToFile function to the helper to avoid the context
        
        Change-Id: I5493126047179d67b2f2ed0d3d5d936ebbaf4810

2014-05-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6470b42ce82ddd862c21adf853d27ce0184abc06]

        chart2.opengl to vcl.opengl
        
        Change-Id: Idd3b6ddec5ba2fbc56b7b9eb45ff379425104527

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [434c5d7845ab25f8a518e7bec910f8628725d5b9]

        Fix "symbol aliasing" code
        
        Change-Id: Ic4605c40b9f3467f84732a0e3c956976fae68277

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [a98b0d15e5055bc91ab5a21612e5dbe2f251d5c3]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part7
        
        Change-Id: I88c8bf8c52d18e07fb8c96b2c4ecb4548740b311

2014-05-09  Tor Lillqvist  <tml@collabora.com>  [13009b5cde632b05f62620f214357565c622f7fa]

        Fix typo, thanks to Cor Nouws for noticing
        
        Change-Id: Ib20fa5dbbc8bfbd399c3266c175ba1971e9a4774

2014-05-08  Adam Co  <rattles2013@gmail.com>  [76bd128ff887b017a481f434c7ac9b1130826341]

        Fix 'outset' and 'inset' table border type import in DOCX and RTF
        
        In the past, LO did not support 'outset' and 'inset' border types
        for tables, so when encountering them - LO converted them to other
        types of border. Now that LO supports it - DOCX and RTF filters
        were changed to import these border types correctly.
        DOC filter was not changed, because creating a proper DOC sample
        file that has these border types (needed for the 'bordertest.hxx'
        file) was not possible right now. So at least DOCX and RTF filters
        are fixed.
        
        Change-Id: Ida2449d45a0ac138388f3cbfeb41657db1d4cda9
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-05-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a4e028447e6f06e4d6660dbe95e15dca8cb5cbf2]

        Try without std::back_inserter. Some tinderboxes don't like that.
        
        Change-Id: I37b5da446abe123d0e0526b5556014df606e6156

2014-05-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [74335267c235bb4eb8e015d271983dbc9f3ada24]

        My best attempt at positioning text objects.
        
        Change-Id: I390b6d09558b7f2dea46cfd4e5db5ed6f2162b5f

2014-05-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9613d0d64c957e7716344926f8d238a5152453ad]

        TemporaryContext is no more.
        
        Change-Id: I9cf0f5db276c5837921c132d98032cf2331362fd

2014-05-08  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3d2a17fd2e9cde29f12268ddfccc3f5b51455722]

        fdo#77451 Detect AOO 4.x for SvXMLImport::needFixPositionAfterZ
        
        Old versions of OOo and AOO need a fix for Z paths. But AOO 4.0 did not
        fix it neither.
        
        Change-Id: I29af75035c7c059b69fcdc3a1ce27b617a30dbd1
        Reviewed-on: https://gerrit.libreoffice.org/9012
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [18e4e155642b4a4cbcc1090df081e45eaf7de8a0]

        loplugin:saloverride
        
        Change-Id: Ia43a2a842d97dc9ad9fdbe7f59d62998496cc97a

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [2ba05b4800d6cc322276a6911792363f8eb32051]

        Handle CTFontCreatePathForGlyph failure
        
        Change-Id: I724b9983295fe408f4beadb9ed488ab77f9fa63f

2014-05-08  Thomas Arnhold  <thomas@arnhold.org>  [11fc0c1ee9c8f7aa8bcfc94b9703134c06cd7bff]

        Revert "coverity#736452 Resource leak"
        
        Somehow this one lets the windows tinderboxes fail.
        
        This reverts commit f6012f6c5d40857ea7a9490da90ae5541d859563.
        
        Change-Id: I1f3e503bef74956f64bb2f0b9d748fc7fc7299c5

2014-05-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2908bfefbc04357890967bb13a4435b9fdb643d4]

        Stop the leak of VDataSeries instances.
        
        Change-Id: I36cfa84e4fb19c3da584672d510e8b35f9343950

2014-05-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fd4cc8ba7335e33515413f54b19455b376d5db9]

        fdo#78444 sw: avoid incorrect right shrinking of repaint rectangle
        
        The old condition was: set the right edge of the repaint rectangle, in
        case the result would be wider than the original (if we repaint more,
        that can't hurt regarding the end result) or in case the left edge was
        set.
        
        But that's problematic, the reproducer situation described in the bug
        triggers a case when the right edge is shrunk too much, so part of the
        painted letter is missing.
        
        Fix that by only setting the right edge of the repaint rectangle when we
        know that it won't shrink.
        
        Change-Id: I33b78a929021b284d5283fc2c35e0b3c999fa224

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [88db0ab698055ce1ea37a3b200a425eee5b9f2f8]

        Typos
        
        Change-Id: Id4b79ae8576acaaf9d5ee1c9c030b6ffda3059a5

2014-05-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [56e36f2e36aef20ef594b6725ee091dd534d1eba]

        Put category and data series names into the shape collection.
        
        Their positions are yet to be calculated.
        
        Change-Id: Ibb1f2498eb2af3305c2afb6d41be99eaf279daaf

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [80ec4885e97b3fcb34b93e71ced52a4aab43ce93]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ieb7933207ed921353a9681ce850d0f4a38d69759

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [24cb5b3cf8ea893acd4d8a43e5405459d765b314]

        cppcheck: Missing bounds check for extra iterator increment in loop
        
        Change-Id: Ia6f7d35acacc99b4cfe4f8b8d5a7c81e97558205

2014-05-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [22e9b1188c37340941dca2cdbdca4a1d9dd474ca]

        avmedia: fix media embedding problem in edit mode
        
        Some of the media player interfaces don't use the given
        SystemChildWindow, but they work with the parent window handle.
        e.g. directx (avmedia/source/win) and
        quicktime (avmedia/source/quicktime)
        Without the parent window handle they create a
        separate child window outside impress window.
        It affects only editing and not the slideshow.
        
        Change-Id: I80252ce35fcd29ab2cce081299529b85129017ee

2014-05-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [05c141bc3ab264c8e1f4fba57c4a82fa93e91261]

        DX canvas: provide a OutputDevice pointer as a device handler instead of HDC
        
        With it all canvas can be handled on the same way.
        avmedia/source/win/window.cxx: always comes a HWND
        
        Change-Id: Id6b8e6d52b8a136143f724daf8feff5c85cf5804

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [3a61db17545e0cee9eccaf02a3372068bb0768d4]

        use 70 chars instead of 80
        
        Change-Id: Iaecd0e5a32d01d5f3c2dc2dc9a98f316b637ab01

2014-05-08  Thomas Arnhold  <thomas@arnhold.org>  [a89355091baeff266bc7c0d9c92d3404b185d268]

        some more %PRODUCTNAME usage
        
        Change-Id: If418877b88e95cd55c39fc6dbe314b3a796574cd

2014-05-08  Thomas Arnhold  <thomas@arnhold.org>  [dcee245d88aba3e4b50f6307668591c4d9f05ff6]

        typos
        
        Change-Id: I2e7676ddec446dfdb72018a1039d6271f963376c

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [9319ea5b5321e33b0f7bfa85e2064bc794d3b465]

        convert FinalPage to .ui
        
        Change-Id: I3e7728da37d36bdf7f9a24bbc70bae856a85d9c4

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [55bad431a0f77d66002e5e4d3e192c057d4e8f07]

        Updated core Project: help  be223a7183d020358306a15426789c263e96151d

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [76e8779787afef2e1e2b04adc8eaffe0b4d1f897]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6
        
        Change-Id: Ib523206d67ad13416557be1b37a58ba7a9791ca5

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [9e8629c73327474598c4c1f2250937544a1562e7]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie01aeb4215998b38bcb171be9d2c1961798b1488

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [de386effc0532451c193c9c824d58006645e9c8f]

        Make external/python3 play well with -fsanitize=address
        
        Change-Id: I72a9ec9569bcd74e212ad98456a76869ac213221

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [8a6b647990ba435a1b0b169d321d4f50550e567d]

        convert table selection page to .ui
        
        Change-Id: Id54d2c6e9cb2f32f90e60d6348fc768e00e5c704

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [58ff85ffe5d82268489e1b1e3dc030826c28773b]

        Updated core Project: help  9674052b7254ff18c95ac557164f589ebbec02ee

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [f21c57c2bc5b24b6afe261bc1530e6f86168f25e]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: Iec05633cf1716079eee54c376bd0736b638673dd

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [940ac1e52ef5921e47a835f28e4da870cc2ded40]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I8f63bc51c48d69eaa81bf080b05747c026871f08

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [ae71ad47e938259732a1a38bf1644774a0939ff4]

        coverity#735401 Logically dead code
        
        Change-Id: I62f278dfd5df7485f809d642789951ab450ea458

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [b0668acdd28777290d063e49ccc003d02a888b3d]

        coverity#735403 Logically dead code
        
        Change-Id: I73262dcd37e76bc299929d55e38fea25d2510609

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [ded5c13bb5e4c345b04893ef0632336fef77a9fd]

        coverity#735404 Logically dead code
        
        Change-Id: I648a573bc886c790886caa45324503cd15c350cd

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [eb87aecdad36638d371c8a7a297a22c90a4ad515]

        coverity#735420 Logically dead code
        
        Change-Id: I290f336baac7021358139d292231620bbe272fe0

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [a689bbd8a4597f5946573bf02645a41118e2c3d0]

        coverity#735443 Logically dead code
        
        Change-Id: I869b2efee4648b02cf1b8d5b3667004d6933c40d

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [a9324fb76cd5841cb78ff59da7cfc1e00f10889c]

        coverity#735474 Logically dead code
        
        Change-Id: I63ccafff98feb998e7632801ec8c7161f50c7991

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [930d4b4268ef9584a77bb28425ff26c4b70bc9cd]

        coverity#735482 Logically dead code
        
        Change-Id: I3bab58d022ccbec095b6ee70a076d912c4ffa957

2014-05-08  Andras Timar  <andras.timar@collabora.com>  [95297dde822d27af727137c25b5b1556547da619]

        typo fixes
        
        Change-Id: Ibd4f9821c62a76b76d9d811e0f7e61cf4c3df6ee

2014-05-08  Tsutomu Uchino  <hanya@apache.org>  [3915e0034d6d0f96dcb37af51dad5eab490eef8c]

        Resolves: #i27364# set line count of dropdown to 9...
        
        for document list of navigator on Writer
        
        (cherry picked from commit c104272ea1274dea87cd66cfaa61b34806708521)
        
        Change-Id: Iac9644d513dd1195b3986d79607f336dc6ed9884

2014-05-08  Ptyl Dragon  <ptyl@cloudon.com>  [4b1ccdefe2594d8bec9343171c15ff1f90ac97bf]

        fix memory leaks in vcl quartz
        
        Change-Id: Ifb6a924759b8a3a7f459f2335144ca4dda434cb9

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [d6f5d4ee2cd0654497f1af37421d788411db762c]

        add a status bar icon to fit slide to window
        
        Change-Id: I2c1d1fc7425b0aaad2a2445e0ac71ddc38410fdb

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [6cf148baf9e0b98ce99ea75ba328b350c876842d]

        translate to English
        
        Change-Id: Ieb7ee3f8eb192612e76d5ad928389445e82ef90e

2014-05-08  Noel Grandin  <noel@peralex.com>  [bf30c8b16d9ac9304a49020ec2d4f744d90abe26]

        use new VCL IsValueChangedFromSaved method
        
        follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963
        "RFC: add IsValueChangedFromSaved to VCL button and listbox"
        
        Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [d15540c431587368d749b53074af25cf865e7a5f]

        Prevent false positive configure check under Clang -fsanitize=address
        
        (at the expense of effectively disabling the check in that case, though)
        
        Change-Id: I57a0f4f815e8e8dac09e8695f3281504a6501569

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [eae3f52f94f2ce3633539ad782d5c1e768c52089]

        New --disable-runtime-optimizations
        
        ...to better serve the needs of tools like -fsanitize=address
        
        Change-Id: Ic2f2b981b2f5c1bc95ff91bc7a8d21fbb695dc8d

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [6d14a2c264506e8d5272e87e99f140b1f976b6ef]

        Related: fdo#77720 Writer crashes when running Mail Merge Wizard
        
        Change-Id: I02695420ff4f54ad15b077ab1d16f27ff684e5da
        Reviewed-on: https://gerrit.libreoffice.org/9111
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [f5ed2f4e926016d23617355c94dd2292b40e6986]

        Resolves: rhbz#1092589 Thoroughly check whether JRE is still present
        
        ...not only on Mac OS X.  Was able to reproduce this on Fedora 20 where current
        JRE was /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.5.x86_64 but for whatever reason
        there was also a left-behind /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.0.x86_64 tree
        (containing just a handful of sub-dirs, but no real content) that was still
        recorded in my ~/.config/libreoffice/4/user/config/javasettings_Linux_X86_64.xml
        
        Change-Id: Ie477c5a506a430f6c29525f6c558dbc18bbf1c48

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [5a8b1b16de62bf595df7927891d539691ac26a89]

        Remove unused jfw_setJRELocations
        
        Change-Id: If71cc5052f7ddfbc2d69ba01aa0cd3be2a4def8e

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [95343c998a078b30ca83d2e1be40149f7f56fed7]

        Disable rtl/alloc.h also for Helgrind
        
        Change-Id: I472d11d50a3b0810779108f3f81624ab9880fe8b

2014-05-08  Noel Grandin  <noel@peralex.com>  [bdfcc8c92947b7c1629c3b7f3a0326ed01c4cf17]

        fix MACOS build
        
        after commit 78b9537 "various: sal_Bool->bool"
        
        Change-Id: Ia2842ac3c23d629a29edadf2b4699135b4d124ae

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [adef90807391c039408d40e283e38eaae77f0fee]

        Record patch upstream notification
        
        Change-Id: I210b995d4a8eb3e2f00ba982f7a6cf5ecd8e6f0d

2014-05-08  Noel Grandin  <noel@peralex.com>  [78b9537b6aca0f998f939988e6e1a56528d28baf]

        various: sal_Bool->bool
        
        Change-Id: I30fa5227f30373f95060148f269450d2945c1bb9

2014-05-08  Noel Grandin  <noel@peralex.com>  [e5d0a9ad78ceb531018cb49c1d78b0f63ba92995]

        pyuno: sal_Bool->bool
        
        Change-Id: I071c8984cd86b523d8ebae04b5fb2bdc1ac1a5b1

2014-05-08  Noel Grandin  <noel@peralex.com>  [798531135855ad17d4939bee1c920d26032758c6]

        desktop: sal_Bool->bool
        
        Change-Id: I3462a9d4c23c9bc858c1a9d91caa58d87b204ee0

2014-05-08  Noel Grandin  <noel@peralex.com>  [79cf53cb3b68d135b1df2453d2302358e2acb053]

        vbahelper: sal_Bool->bool
        
        Change-Id: I9fd549bd4ad8f67f83db6a864aa86d0c7310d43e

2014-05-08  Noel Grandin  <noel@peralex.com>  [b7d30cb50ede0752f1ee194655f925c77e06879a]

        svtools: sal_Bool->bool
        
        Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa

2014-05-08  Noel Grandin  <noel@peralex.com>  [2d54aa1d22f404a1a36aaa97d3e3bf5024e89aed]

        reportdesign: sal_Bool->bool
        
        Change-Id: Ib3e7a51a8b01165d4706857f7b347d622c2e624a

2014-05-08  Noel Grandin  <noel@peralex.com>  [f0268c9c1be546aa0b5fc9c359f514e5d8af5bbb]

        idl: sal_Bool->bool
        
        Change-Id: I8b15c97b1fcc6acaf567e8b1d2d37cbc99687a9d

2014-05-08  Noel Grandin  <noel@peralex.com>  [9c117de4c1d291823d1588a99011ababab2112c8]

        extensions: sal_Bool->bool
        
        Change-Id: Ia22387bf25891fb83982c03af3fa4fffdb0c3cab

2014-05-08  Noel Grandin  <noel@peralex.com>  [81bd29a61ef3ae052993877524357a4e1f3bc330]

        canvas: sal_Bool->bool
        
        Change-Id: I0f0fe3bb937299b4f00a46d7dda6764c9d21a18f

2014-05-08  Noel Grandin  <noel@peralex.com>  [ff1a7a59434f5f793d4044aad615bcf78148e963]

        RFC: add IsValueChangedFromSaved to VCL button and listbox
        
        Add a method
           bool IsValueChangedFromSaved()
        to the various Button and Listbox classes.
        Use it to simplify code like
           if ( maBoldAppFont.GetSavedValue() !=
                TriState(maBoldAppFont.IsChecked()) )
        to
           if ( maBoldAppFont.IsValueChangedFromSaved() )
        
        Change-Id: I26b291d0980237497063ee301d63a49c7d2bc227
        Reviewed-on: https://gerrit.libreoffice.org/9250
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [10314b5d8b653864c92d392cbb774438633b2fe1]

        CLucene: Helgrind reported "pthread_mutex_destroy of a locked mutex"
        
        > pthread_mutex_destroy (/usr/src/debug/valgrind-3.9.0/helgrind/hg_intercepts.c:478)
        > lucene::util::mutex_thread::~mutex_thread() (workdir/UnpackedTarball/clucene/src/shared/CLucene/config/threads.cpp:179)
        > lucene::store::FSDirectory::FSIndexInput::close() (workdir/UnpackedTarball/clucene/src/core/CLucene/store/FSDirectory.cpp:225)
        > lucene::index::SegmentInfos::read(lucene::store::Directory*, char const*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/SegmentInfos.cpp:770)
        > lucene::index::IndexFileDeleter::IndexFileDeleter(lucene::store::Directory*, lucene::index::IndexDeletionPolicy*, lucene::index::SegmentInfos*, std::ostream*, lucene::index::DocumentsWriter*) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexFileDeleter.cpp:149)
        > lucene::index::IndexWriter::init(lucene::store::Directory*, lucene::analysis::Analyzer*, bool, bool, lucene::index::IndexDeletionPolicy*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:262)
        > lucene::index::IndexWriter::IndexWriter(char const*, lucene::analysis::Analyzer*, bool) (workdir/UnpackedTarball/clucene/src/core/CLucene/index/IndexWriter.cpp:158)
        > HelpIndexer::indexDocuments() (helpcompiler/source/HelpIndexer.cxx:55)
        
        Change-Id: I19cb9bd49b339d206a624c1f1d3dacdd909f4e25

2014-05-08  Vort  <vvort@yandex.ru>  [e0bde4c53b1b8412833d4b84a214da8b8fc1f6e7]

        fdo#78427 PDF Import: Improve detection of bold italic font
        
        (Bug #78427 is fixed only partially by this commit)
        
        Change-Id: I080dca98a77a645c4c5ae19a9bbcae7d54179d3c
        Reviewed-on: https://gerrit.libreoffice.org/9276
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [8ef22b95059f2158434eeebb567bd04fc8477b32]

        coverity#1209298 Logically dead code
        
        Change-Id: I370f1ff7df1c19e23560599b86b2274649bd5f73

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [791f3f9db94c0b849f517cbda3878f2d156dbca7]

        coverity#1209146 Logically dead code
        
        Change-Id: I6777dffb436471b5df69d40a15bd32b473dcfc40

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [f6012f6c5d40857ea7a9490da90ae5541d859563]

        coverity#736452 Resource leak
        
        Change-Id: I7880007562e6706c2a4439fbda3063dc70fe13a3

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [e3193eb37a2fa75261746c1bdea836889d71a55f]

        coverity#736451 Resource leak
        
        Change-Id: Ifd806074e31a4d7f91023d5baf22bc465e52019c

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [50511afead5d0c30ea9f04e6d80e591678bdde29]

        coverity#736155 Dereference null return value
        
        Change-Id: I781a949abb47b6e845a222a4fa8f685e9a620693

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [7984ab6b2a78fd859525621ad45db264a354e0fc]

        coverity#736152 Dereference null return value
        
        Change-Id: I5582d0481c0b99f92e7a3a07fbe7a904a1696442

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [ff97a873c3f09e03e93b095c23c7930744d88705]

        coverity#736151 Dereference null return value
        
        Change-Id: If5bc9d3a5c425ed56c27fa6b43aa7049cd5b2a06

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [43d684af310266d454bd888da4f94df2c7714fc1]

        coverity#736141 Dereference null return value
        
        Change-Id: I1b4aadd64a8695142685ca49378e3c45ef2db28d

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [7209f84fd3cfd10c85d334fb93f6b57e7547c99e]

        coverity#736136 Dereference null return value
        
        Change-Id: I7668c95e2d40bb4e1e8e24627038b92f93b0008f

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [fdd186c4cdd95b149e800569c3e66069a9bff974]

        coverity#735960 Explicit null dereferenced
        
        Change-Id: I04ef56efe1e6e164de5ceaa2840a43271102d108

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [c9445734e5116b9c8e377d027bb02508baeb48c9]

        coverity#735959 Explicit null dereferenced
        
        Change-Id: I9ba5a7ab1938174f083fdc81c046b286fc73a4e9

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [a0118b26308844c27547073c14c26458492ef4b9]

        coverity#735958 Explicit null dereferenced
        
        Change-Id: I78e3e2cce461b098dd3f56289bf5e30c977fca2f

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [e3ae233c62adf8b1719421bee37d737caad7472a]

        coverity#735957 Explicit null dereferenced
        
        Change-Id: I70a46f251faa6a1d6e52bc816473a29416953ded

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [ef4f94028d4eb6b8bb75291b185ae9101bcd2056]

        coverity#735956 Explicit null dereferenced
        
        Change-Id: Ic55ef095bb4867c9e5e98bc4c2ded3e9b0c95253

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [af598ec1d340f1c46c0568f79ab45653eda78620]

        coverity#735955 Explicit null dereferenced
        
        Change-Id: Ice64f610901ae9a5ee103fa1e4fec46a1142158d

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [4041263bde64dcc9a9a225d7f5a171f3b0455724]

        coverity#735943 Explicit null dereferenced
        
        Change-Id: I268ec2db2e8ec4a40dd8537989d2afe767207d40

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [6fd5a490ffa15e4758e29dbb219b5b3fce39cf46]

        coverity#735938 Explicit null dereferenced
        
        Change-Id: Ia95f3ec5817035a596a8d64b0a7e9dc4445ec648

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [d9bf0107273c12316a22e655812f2efbaf0c5b6d]

        coverity#735937 Explicit null dereferenced
        
        Change-Id: Ic8d177dcf565fca8cf1f238c12b16c5cea2066a6

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [7afdd1baedc7f5f6d9d75d2e4df12c509c715927]

        coverity#735936 Explicit null dereferenced
        
        Change-Id: If85ed1e4c9aa4e1d816515264f21154d5661051c

2014-05-08  Caolán McNamara  <caolanm@redhat.com>  [20d078326d37f3939eb83d5b2bfa4b108b497a90]

        coverity#735935 Explicit null dereferenced
        
        Change-Id: Ic67e0d06402ae28d4cffb817262a5adb23afc3ee

2014-05-08  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [bc834d978072480a1266cfb1b1e51fd57d815d68]

        Translate German comments, fix some ws
        
        Change-Id: I73867affd44a9c252f6892fb36ae5a25289d4d10
        Reviewed-on: https://gerrit.libreoffice.org/9263
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-08  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [d8b5bd541b946de2b3e70e8227baf6eb602ba8e2]

        fdo#78284 Content-type of ".png" images in Smart Art
        
        Content-type for 'png' images was not getting added in
        [Content_Types].xml. This was as  only 'jpeg' and 'wmf'
        extensions were handled. Modified DocxSdrExport::writeDiagramRels
        to handle all types of extensions.
        Added UT for the same.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9252
        
        Change-Id: I5e068d4db14f3a43be08a4b7c9bf265f388bf356

2014-05-08  Stephan Bergmann  <sbergman@redhat.com>  [9beda5ab8feaeb6d5e1c64e094065b02551532a4]

        Handle bad SwWW8ImplReader::GetCol input
        
        With previously found offenders out of the way, looks like
        sw/qa/core/data/ww8/pass/CVE-2009-3302-2.doc is the only case that triggers
        this, and that is likely deliberately malformed input.
        
        As the whole ww8 parser appears not to be build around robust eager input
        validation and error signalling, there is little more we can do here than throw
        up our hands in despair.
        
        Change-Id: Idf61fcf14a784cef1539654f2825c013c218987f

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cabd5e4b2ac9ed857845984c6617a556f950ff70]

        correct casts
        
        Change-Id: Ib74e924663c91be09d96e9e25e011e578656a6a0

2014-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ca8dbba58a44d4b65cbe78508d7ad0ef76cffa0]

        add include guards
        
        Change-Id: I42ba4a97de241637b36704958fcf7b32d308a8a1

2014-05-08  weigao  <weigao@multicorewareinc.com>  [a63ad6f2749f054270671285d1f49057c3013d56]

        add reverse image shader
        
        Change-Id: Ibd3aff8aeb71626dada762b53cde8f50f7fbf812

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8018772ac7c75a042a6749d1c675401cd4c77d62]

        fix wrong access to array
        
        Change-Id: I3298bd15260b2cbfd9a74024504d982dc00f4137

2014-05-08  weigao  <weigao@multicorewareinc.com>  [38519bad1f74ad248c5c2c37dce2f978984a977c]

        fix the render part
        
        Change-Id: I92f60d706408acefd763f0f80af5fa3398e667d4

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7ee5bd5b98c00e346a4954b03ebf5bd2fbaaec90]

        we only want a fb that allows window rendering
        
        Change-Id: I13d58c941e6a2411c3840b9efd341a4b827afc93

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cdcdeb933448e3519f1b3245f9f8428c941380b7]

        fix another crash on exit
        
        Change-Id: I580d17b16760516b73ac9f882fd8f9707ce6337b

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [702953442ad26802ec47c0f6e1f446c0f1082de8]

        don't put the parent window as child into itself
        
        Change-Id: I961b92d47c35d63fa852bab2b478b93314e9add7

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [720515987ca95416b80981969eb81844d971a92f]

        correct check for double buffered rendering
        
        Change-Id: I52972cb477c77a86fa04aa876717db9740cc0113

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [657004ae5c9f4a07b2cdafbb21bc8657842d4d74]

        we only want fb configs that support double buffered rendering
        
        Change-Id: I808e36ccd2a0d1ad89af2449d709d24a92ecff4f

2014-05-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cfcb4a7cefebda88a70336afe15129304f202f6b]

        this inheritance is no longer needed
        
        Change-Id: I039dd767bcfd0c1343f4230d3fe8e52ab5a6e4fd

2014-05-08  Julien Nabet  <serval2412@yahoo.fr>  [07f14bac2d62cc6dfbb62f8f4f6ba4b7ffea0c6c]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5
        
        Change-Id: Iea68803e0889288d6d7f21e61e731284f0ad1011

2014-05-07  Julien Nabet  <serval2412@yahoo.fr>  [2d5581b49a2f1bbb326a3603def697d1ffe8d63d]

        Reference can be removed
        
        See http://nabble.documentfoundation.org/Questions-about-getCppuType-tp4106361p4107883.html
        
        Change-Id: I4d29b9d80f8142792f948c6797006fe7e698a2a4

2014-05-07  Michael Stahl  <mstahl@redhat.com>  [3b566ca82ebbe754902c1837e11da5fba1e6c93d]

        fdo#62176: Revert "n757419: Hidden/Non-wrapping text."
        
        This reverts commit 0f8f92a5b6fcba1fef456539bb929819a9162a85.
        
        Negative fo:text-indent values are explicitly allowed by ODF, so
        whatever problem was worked around here needs to be fixed differently.
        
        Conflicts:
        	svx/source/unodraw/unoshape.cxx
        
        Change-Id: I7e2ae38c4c950e37f0c96a32164a5b6ec10fd47d

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [c63e2919ea1a1327e1f45abff964d981927cda23]

        Need vclopengl now
        
        Change-Id: I6f0aca371212fc51eefa29e526ccb646bdac70c3

2014-05-07  Stephan Bergmann  <sbergman@redhat.com>  [cc66dec89e9555c4642f7a1becb14dca653d674c]

        loplugin:saloverride
        
        Change-Id: Ib9ab6ec00c907c2f552d116d261d9bf60d89e397

2014-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea1a038fe31217b43723b517facc5ac51d6b6959]

        sw: fix indentation in rtfstringbuffer
        
        Change-Id: Ie1029a03e614aceaeda10a762183cb06e93c1639

2014-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3239f45ddd09937c86724213e34f2046a74ff88]

        coverity#735892 Unchecked dynamic_cast
        
        Change-Id: I0624dd7d50cc82ddfe76ce5d8219b2fa1c10f002

2014-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e2103585e2c01104314fbcf2a7257e7df224b2b]

        unused SwAccessibleMap::FireSectionChangeEvent
        
        Change-Id: Iabf50f68d06684d36eaf5793251361ccd771ae8d

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b2dffb1addc0285c6a00ad3efdbfafff734c260c]

        fix crash on exit
        
        Change-Id: I31374684a09f1b056154efcaa5c7dfe73bcc1a61

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [945ee344830fe22602cf9beb632a1ad58903e9a4]

        hide OpenGLWindow in normal charts
        
        Change-Id: Ie45a910d2b99b7644a8055476aa191ef8a724d38

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5ae77e8fbf34bf2e76612f7e39f87ccfbc846c80]

        provide bar color for 3D OGL chart
        
        Change-Id: Ia41748cabba89a0257c62f66a280810adc56960e

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [464439667f7f3e356549d91380ebd58273ccce9d]

        fix crash when canceling the chart wizard
        
        Change-Id: Iebd9db279e9db22bc273509cf480737d7c7a1dd6

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [66d02a560469aa42990b2eff0fe9bce1f82dc21a]

        set the size to context and renderer before rendering
        
        Change-Id: I2945a7b8647d0a40270b1e65cde2a0eb936ab1d1

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [62b71e9ad3b7e3b2e6dd6c872b6c5d806859bd0f]

        let us pass the window to get the size correct
        
        Change-Id: I8bd8a319e67cdcf7266d3c8f86d1bf132163d665

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4df22646d43f9d5f2063eaa663223aae07c1d443]

        the temporary context can finally die
        
        Change-Id: I7dec2772000e25c4bd23f21b61dbd835ef9397cf

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a7eba60df0a8ce190015a54f8fa919c1bb377a7e]

        the rendering is working on-screen
        
        I can't believe that I finally see something on the screen.
        
        Change-Id: Ic374c8a0d0fa5050b0701a5553136759c9c7602c

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [af578839ca4bfd3dfc09203994189254a60e5ea9]

        let us use the new OpenGLWindow
        
        Change-Id: I5cbab0aa1707513b62f7a9958fac013b3beb2dcb

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [67c134d4e26fca9317157f634bed1fff6a3093e4]

        avoid linking against the OpenGL libs when only using the window
        
        This lets us avoid to link libsclo against all the OpenGL libraries and
        only link against libvcl_opengl. Only code actually using the context
        will need to link against the OpenGL libs.
        
        Change-Id: Ia47f4c651702a7fb8517073cda6fb113e7e26e50

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a8e66dd657dff28ef7ae9cfbe15ea43e4c08aefd]

        add new window that contains OpenGL context
        
        Change-Id: I81ce3581942d03785809d728b6b54b570899bcdc

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [036b6c9ef43ab98d481f666cfe83896e8437daa2]

        fix the OpenGL offscreen rendering a bit
        
        Change-Id: I1f11cdff0de48e3281a58aec9ea37a78c637195e

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a28bcb6e57aef0a05e04195c9bdc52a4bc39bba1]

        provide the OpenGL window
        
        This approach looks much better. We get size and position correct
        without much work and can easily plug the window into the sc window
        hierarchy.
        
        We still have a crash on exit as the ScGridWindow goes out of scope and
        the SystemChildWindow is still alive. We need to fix it and bind the
        lifecycle of the SystemChildWindow to ScGridWindow.
        
        Another open item is the OpenGL context work. Right now it looks like
        the best way forward is to create a subclass of SystemChildWindow that
        contains the OpenGLContext.
        
        Change-Id: Ie0a74531e1b818cea92912345464c8fa219bbae2

2014-05-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [42a47cd66eb6d277e5560efa341efa423f9e8fff]

        remove global variable
        
        Change-Id: Ie5f55feb39798dff27e0c6b41d5b88b6e9bf19bc

2014-05-07  Andras Timar  <andras.timar@collabora.com>  [3307a63bb19bd6ae4d424f16a59f07f2b7a472b0]

        typo fix
        
        Change-Id: Ia692d095c024ed4bf4713e9d31083e6cff5c9ded

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [d32b2863be915999472485b1df21c21e84448ea5]

        Handle non-initialized pImplSVData in InitAppFontData
        
        If pSVData->maWinData.mpFirstFrame is null in
        Application::InitAppFontData() then we need to create a new WorkWindow.
        
        Change-Id: I6665ff6525321554c8fd4943ec623978ce35f168
        Reviewed-on: https://gerrit.libreoffice.org/9272
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-05-07  Apostolos Syropoulos  <asyropoulos@yahoo.com>  [09555ce045934ead76d71fc3681015786a5ff2ff]

        Avoid inlining of bridge functions on Solaris / Intel.
        
        Change-Id: Id047044f86ca358c40a87bebde84453787ccec6d

2014-05-07  Andrew  <dent.ace@gmail.com>  [777b8f43182c3cdfb07316f706f4412915947186]

        Icon Redux 02: Optimised Galaxy theme
        
        Lossless optimisation of Galaxy PNG files. Saved ~20% overall.
        
        QA- Inspect icons with Galaxy theme selected, using all aspects of the office suite. There should be no visible changes.
        
        Change-Id: I41f17e06cea7acd729749a069fc0ab4f8fbc9630
        Signed-off-by: Andrew <dent.ace@gmail.com>

2014-05-07  Michael Stahl  <mstahl@redhat.com>  [bba3c94155c1c3b56a0d475bb2cd293a5ef370c0]

        SwTxtNode::CopyText(): actually check hints of destination node too
        
        Change-Id: I1bb883502ccd4c6fb5bdfd93f2fa5a04de0b2701

2014-05-07  Michael Stahl  <mstahl@redhat.com>  [80b131038d2375c9855ee5fbe225e75bdad2645e]

        fdo#74790: sw: Compare Document: fix assertions about RSID-only hints
        
        For ordinary documents the SwTxtNode::MakeFrm() would set the
        m_bFormatIgnoreStart/End flags of the RSID-only hints, but the document
        loaded by Compare Document (and Merge Document) is special because it
        is loaded, there are editing operations on it, but it has no layout,
        so the assertions about these flags trigger.
        
        (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291)
        
        Change-Id: I8a6e02b68f22e609640adbe93ff194e4081d9856

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [b179235f702e474b115ca479b603052f422346fd]

        center slide after changing zoom
        
        Change-Id: I08698b06d0485d2cd3573af665e0621b42d37349

2014-05-08  Takeshi Abe  <tabe@fixedpoint.jp>  [34ae7b16d7ef365f4b63dd3d4a9e756e2b77e7bd]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Idf1460e5207e0797390593535f2b2c080609a77b

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [8c4acc98d192afbcad7654e63361593acd25b49c]

        coverity#735932 Explicit null dereferenced
        
        Change-Id: I35ccc5ba619f7e861fca2c5e78de86d88480017d

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [b5e8833f57786336013b1607b9b92498aa554da4]

        coverity#735924 Explicit null dereferenced
        
        Change-Id: I77044f6f9e99ddaa64cf69ba22205d6536a90b1b

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [f36614bb7892af1c0aabe49c95bf3824a746e6f9]

        coverity#735860 Explicit null dereferenced
        
        Change-Id: I2c031ffc70e7ddacde52f120513f9dd5ff1a4c50

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [88613ffedac1211c76c73ca9a979cf920fbd3c52]

        coverity#735859 Explicit null dereferenced
        
        Change-Id: I8edbf48bc981b4636dd55b5f4cd2b314d387486d

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [1084a75242729619967da7275fd2f42704954277]

        coverity#735858 Explicit null dereferenced
        
        Change-Id: Ia8964b4b7e38d7bba9417695f571858683c2fd5b

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [5d5d773fc716107eb0abdd457d500e0c53e4b450]

        coverity#735848 Explicit null dereferenced
        
        Change-Id: I9fb6da4d448923fd5b8822a72d6945a0c0b5f40d

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [5818415ded1685b7e635f2d759d9ac1b0b3cb27b]

        coverity#735842 Explicit null dereferenced
        
        Change-Id: I53112795f301679429afb8da4e01c77e4d2fe820

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [017d9b48aa7d7836d907d9fcb8d061fb0f1a859a]

        coverity#735839 Dereference after null check
        
        Change-Id: I1d07802f2671c460dbe145c4d5178aff272ca091

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [6c7d2e39e752980b08b0b87427dbfc15f89ae079]

        coverity#735834 Explicit null dereferenced
        
        Change-Id: I806058555f58a3f03153372e581fae6d8cb0670b

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [d386da8bb3e39e052e83a3aa166d1f1a305171f7]

        coverity#735832 Explicit null dereferenced
        
        Change-Id: Ifcce7f0d75cb595add30a4403e5c42348043137b

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [2241ffeaa50085161e009902eb18f4d7ae1afcb7]

        coverity#1209611 Explicit null dereferenced
        
        Change-Id: I1efe68a3b63ddd4b1583a29dd8d71d217bfdd9a8

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [d348f398830e523cc07d3047e978be12d6327114]

        coverity#1209592 Unchecked dynamic_cast
        
        Change-Id: Id9ac29ec88a98e626a1ecfb364e474b2a11a8004

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [439d6a07f7bc69dfa6184fd24bed499a804980f3]

        coverity#1209591 Unchecked dynamic_cast
        
        Change-Id: Id9d014d01d4c2da2d2c421893ba49a4b2fddacc0

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [5314bb664c7166ca20cc5da546d81e8b9ddea438]

        coverity#1209590 Dereference after null check
        
        Change-Id: Iedee81b4c0474a1bbda0b2366c246f6b6b433a10

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [5a5eb251d518b613e337e7a3cb495e1e7d692050]

        coverity#1209588 Explicit null dereferenced
        
        Change-Id: I6abb408c91c9d6ea2d60c328be221c7608a7906c

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [304d90669a036f31c23529e8838f09ed1d19efc1]

        coverity#1209587 Explicit null dereferenced
        
        Change-Id: I51b3e9bccbe54686fbe869ce5ba669d000530572

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [148b9a23faf92c6b412d7d24baf22b8ed24503f4]

        coverity#1209554 Explicit null dereferenced
        
        Change-Id: Iacf4373221b93a97e030b09501cc91589f2fdff7

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [3e423ebe1cf7dfe64945bbe383908963e39dda65]

        coverity#1209549 Unchecked dynamic_cast
        
        Change-Id: I118771b78d83441202c15d3b08b9055ba5e63623

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [93e09221311c78e39ba2e420cfb82849f6ebfe4e]

        coverity#1209527 Dereference after null check
        
        Change-Id: I8a829ee5d36281098f2788a704b203e6b777d371

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [4877271537b2924a9295702b5fc1cfe5b3e803c9]

        coverity#1209523 Dereference after null check
        
        Change-Id: If4c218c471b34e2f0c8f083131bc24f1ac9d48e3

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [c029a81a794204d41b7ed65a501d6775f7a37c18]

        coverity#1209500 Explicit null dereferenced
        
        Change-Id: I11aa7ecfa52054085aaca70b165a831b5ec8577b

2014-05-07  Julien Nabet  <serval2412@yahoo.fr>  [a0f77cbfe2b8b51097af797009705fa79f1fe44e]

        Updated core Project: dictionaries  d478664ac0a8e8997d8d17a76a39d2704f7a254d

2014-05-07  Michael Stahl  <mstahl@redhat.com>  [cc0a7699bb79efad488094e33464d4793758ee3f]

        fdo#75519: fix chapter cross references
        
        It would be possible to modify the condition in
        SwChapterField::ChangeExpansion() to check for rTxtNd.GetNumRule() as
        well and make the bugdoc work again, but do we really want to use
        "chapter reference" to refer to plain numbering?  Perhaps it would be
        better to add a "numbering reference" field type; without investigating
        what Word actually does here and what the actual problem is that was
        supposedly fixed here (which is not possible given there's no reproducer
        document) it's best for now to just revert it.
        
        (regression from commit 6319803762d051c4aa645692cde7245a1bbcf7ee)
        
        Change-Id: I7eb9ea46e42729c53c350ff450d49a1eb84ee8eb

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [9bd4bd431cefda3602701ea648e221be01af7a5d]

        Resolves: fdo#78323 consistent left spacing for previews
        
        Change-Id: I9bfbde0f5abad6d6f297fc18e24f6b20be914ce4

2014-05-07  Vort  <vvort@yandex.ru>  [d7fc306cd72c4b1d36389ff4211216f6efde4869]

        fdo#78382 PDF Import: add opacity support for fill and stroke
        
        Change-Id: I76375280ee4726c1d497858165f38f4e8b4224cb
        Reviewed-on: https://gerrit.libreoffice.org/9268
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [21e2f5b0b1bc86c5032242ee3505f8e07b54affa]

        No fpicker needed for non-DESKTOP surely?
        
        Sure, not a lot of code, but best to not even compile it, to catch
        eventual usage attempts.
        
        Change-Id: I7462ea9a5fbe6080fcec2f424d1a1b80ad0afe21

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [171d001a89e70cb08b389ad58f1c9683c1adefa8]

        Build libgltf (and freetype) for iOS, too
        
        They won't be used for now, but just to enforce portability of the
        libgltf code a bit.
        
        Change-Id: Ie5d2b9125eb0f4a2e432dcb8b55d5f494a5ed34d

2014-05-07  Caolán McNamara  <caolanm@redhat.com>  [087fcc43b13985b03d935dfd1e25a0d36d58cb1e]

        Resolves: fdo#68600 limit comment width
        
        Change-Id: I7060ae18a98e0793a936834b398f1e232d336672

2014-05-07  Stephan Bergmann  <sbergman@redhat.com>  [3703e3985e0aa9325cf9256a78bab6e62a24ede4]

        loplugin:implicitboolconversion
        
        Change-Id: I0dacaa9fb08062aba758613bd25ebcf7039f36e0

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [c59fce8b51dfdd901da2a5902702271914f1e6bb]

        There is no touch_lo_render_windows() any more
        
        Change-Id: I5a918a6ae4159dd561e46116f612037e194a4847

2014-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [0c5c0cd534b12254d71c874d80ee8d4637ff2d0b]

        SwFrmFmts::dumpAsXml: dump which id
        
        Change-Id: I66d7c8444c1a89c21ea2ce5e42fb3cd97fd39b7c

2014-05-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3273d800cd50e6f80b629262198f3508fb5bbc7d]

        SwFmtCntnt::operator==: most probably bool was intended here
        
        The code here counted the numerical XOR of the two pointer values, but
        most probably the logical XOR was intended (in case only we or only they
        have a node index, then we are not equal).
        
        Change-Id: I261b8c4b498eb860fa0e0fa72ba5a5e0758064e6

2014-05-07  Stephan Bergmann  <sbergman@redhat.com>  [93f5d5a9190e0e03bf4822663652a4b068c44f75]

        The opaque PostUserEvent IDs are actually pointers
        
        ...so declare them as such.  This avoids the recurring mistake of storing such
        IDs as sal_uInt32, truncating in 64 bit environments, causing RemoveUserEvent to
        potentially not remove the event, it thus firing "too late" and probably causing
        a crash.
        
        While at it, consolidate the trivially unnecessary overloads of both
        Application::PostUserEvent and Window::PostUserEvent.  And in each of them, it
        looks like deleting the mpLink member was missing from the failure branch.
        
        Change-Id: Iab13afbb06e12ac15dec6a6b5b85a7e402a3c654

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [c6fdd34c16f415629222348631141c3e13af6d4a]

        Build libgltf for Android, too
        
        It won't be used for now, anyway, as libgltf is used only in avmedia and we
        don't build any avmedia for Android. But just to make sure the code stays
        portable.
        
        Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107

2014-05-07  Tor Lillqvist  <tml@collabora.com>  [eac9586b22ca1cddaa80a0b040c57fbed3616420]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ia02481046640248bc8a62ab0f93bf4e0bb49cca8

2014-05-07  Thomas Arnhold  <thomas@arnhold.org>  [710da5b12d52abfd96527b43f5959ae31b8e7407]

        WaE: C4389: '!=' : signed/unsigned mismatch
        
        Change-Id: I6a2e0992077b185107f8d7190478d95f8d898e9e
        Reviewed-on: https://gerrit.libreoffice.org/9266
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-07  Thomas Arnhold  <thomas@arnhold.org>  [a7a2fa9303c226aef409ac032272908c6c08e4ee]

        remove uncompiled source files
        
        Maybe this can be completely replaced by SfxEnumItem
        
        Change-Id: I049dcd3e5a03f859f8b1dddad801db4ca772ef6a

2014-05-07  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [f6eb92406bd366c557bc07810649e7ab3d1db614]

        fdo#77812 :FILESAVE :DOCX : Extra Section Break gets added in file
        
        	Issue :
        	LO was exporting DOCX containing MultiColumns with additional
        	Section break Continuos.
        
        	Implementation :
        	1] Added check for Column_count in MSWordExportBase::WriteText()
        	   If Column_count > 1 and Text node is empty then do not
        	   export Section Break.
        	2] Written Export unit test case.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/9200
        
        Change-Id: Ibf3e6bd2d4827aa77a659b1600939cc56d65a63b

2014-05-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [65f127f687916c8166d483a2769d2c344b0314e6]

        chart2: move RegressionCalculationHelper.hxx to inc
        
        Change-Id: Ie49a9e20f72c8e2f81b2d169f5fd19964811c193

2014-05-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6cc92a2fead337eef3d9cc3e5818cfcc505e4651]

        fdo#77944: No need to store updated formulas in undo document when moving.
        
        This causes crash with dbgutil build, and I'm sure would cause issues with the
        release build as well.
        
        We now use broadcasting to handle reference update during undo of block move,
        so this old way of handling undo for block move is redundant and obviously
        causes issues.
        
        Change-Id: I9dcbb9d9e3808da3f8510eab16ad21b626f881d9

2014-05-07  Takeshi Abe  <tabe@fixedpoint.jp>  [e193aded369ec3552fd6fa05fdd4db17441d8ba8]

        Drop unused #include
        
        Change-Id: If2ec3ba8fb6b5affa7e20b4586a60852e2b818df

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [87f33f6f44a73e8662d718aafea427b336a88b24]

        VCL: make it more clear that this is a static function we are calling on
        
        Change-Id: Ic7ac1a1bc3ac3901c844ee6e1c59a1518043f761

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [081a0854635f4bc9f6f743ef4e2675c208405f74]

        Move ImplInitAppFontData from Window to Application (take 2)
        
        I have renamed ImplInitAppFontData to InitAppFontData and moved it from
        Window to Application. This is because this is something that sets
        *application* global variables, it just so happens it gets it from a
        Window parameter. But it should be set when the application starts, so I
        have moved it to Main().
        
        This was previously reverted, but I have since located what was causing
        unit tests to fail and the font dropdowns to stop loading in writer:
        see commit c6d7ba5f33c3 where Application::SetSettings() was setting
        pImplSVData->maGDIData.mnAppFontX to zero.
        
        Change-Id: I5da7073b0d8541f1a71a09b0a8337d012fc4134b

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ef31acfde05d5fe0706b0e2d24fc19d07cdbcd31]

        VCL: Application::SetSettings should not set mnAppFontX to 0
        
        pImplSVData->maGDIData.mnAppFontX is *not* a flag to determine if
        application font dimensions should be reset. The way it currently works
        is:
        
        1. Application::SetSettings() is called to reset Window settings,
        etc.
        
        2. Settings are updated on all windows - but at the same time
        pImplSVData->maGDIData.mnAppFontX is set to zero as a way of indicating
        to the global function ImplCalMapResolution that we need to get the font
        from the first window, or if this isn't available then create a new dummy
        WorkWindow and use this to get the font data, and set the application
        font to this.
        
        This is very odd. What we really should be doing is calling on
        ImplInitAppFontData directly from within SetSettings() instead of making
        ImplCalcMapResolution detect that mnAppFontX is zero and there is a
        valid first frame window.
        
        Ultimately, this was found when I commited f76026a43acc to move
        ImplInitAppFontData from Window to Application. Somehow I entirely missed
        that the font and style dropdowns in writer died, and I also somehow
        a whole bunch of tests failed but I again didn't notice this either. With
        this fix, I should be able to recommit the previous change.
        
        Change-Id: Ib526954962fdc397fb3ddd3c21ae947d939db9e5

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [20144988df7296fb012ff0b01f04d3978888e94d]

        Use css alias in svapp.hxx
        
        Change-Id: Ifffcf30f68aa4486e22211d9dfc5ad6d77346a85

2014-05-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [deba6ec88a7035be0d88e5e5bf9a2bc3c78eff9d]

        Indent svapp.hxx functions
        
        Change-Id: Ibc7262921173036297c670fda3c68c6d77b9853e

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [740dac4d58a95709eb11fc7434a7904ff8fafbd8]

        fdo#77990: Write test for this, using the 2nd test document submitted.
        
        Change-Id: I70d71bb21ff43aeb49339ff1f1d9e73c923e0201

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1899bd0c3b8a16ede2de0125e762b23ba013d81f]

        fdo#77990: Intern strings for hybrid strings during import.
        
        Change-Id: I269497cac645e486ac08bb2b011df1b5b23dc021

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [639d33af28d5ed4c2223cfb7b1422478942e6e52]

        Let's make this non-inline...
        
        Change-Id: Ib427cea392c953e6bce121bfe82e9215eb1bb99a

2014-05-06  Julien Nabet  <serval2412@yahoo.fr>  [21010f3ea76a98ba8349b7ab3ffd7dcadd6a2d1c]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4
        
        Change-Id: I8e52c2fd66f8f3291434ee82a745431e11b12caf

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [127a5f5e12d33203f871ee810e4b7ef557b7764b]

        Sequence<UnoUnsignedShortType> -> UnoSequenceType<UnoUnsignedShortType>
        
        Change-Id: I94fb4e0c76cc0cac2b6cf3a356e8fd9ffb76a1af

2014-05-06  Julien Nabet  <serval2412@yahoo.fr>  [db3b1dd86ed467889d595e080b00fc957eb155ff]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3
        
        Change-Id: Ibabd6d2d5e84fe007364bd1a4182a01ea2352b7a

2014-05-06  Michael Stahl  <mstahl@redhat.com>  [3ed4078ad2e1bb35829b118a5067ad3a43365bbc]

        SwLayAction: there can be only one, so assert that
        
        Requires tweaking the SwLayIdle code a bit, where an action is kept
        alive a bit after it's done, which would trigger the assertion.
        
        Change-Id: Ic5c8f90bc101b9d73cfde9691b2bbf405a001393

2014-05-06  Michael Stahl  <mstahl@redhat.com>  [a2e1505cf6ca0fdbe713e0cb86005a7577d125fa]

        SwViewShell: try to catch errors of calling CalcLayout without action
        
        Change-Id: I0352d543b7ce1ae6cd23d929ad5c9cbaeb1563bf

2014-05-06  Michael Stahl  <mstahl@redhat.com>  [83c0018dba00ae0c0cf5b179cfc7a47ce08ff2b7]

        SwViewShell: fix brain-damaged non-virtual CalcLayout() override
        
        The ooxml_export test crashes on Mac, because
        SwModelTestBase::calcLayout() calls ViewShell::CalcLayout() and that
        does not do StartAction(), and inside the layout indirectly a
        StartAction()/EndAction() is then called, which of course trashes
        the still-under-construction layout.
        
        Strangely no crash on Linux, the layout is completely finished before
        the SwModelTestBase::calcLayout() is called,
        maybe because of the headless vclplug.
        
        Change-Id: I767b1e41597ce752eb8c61dc106390f2abb90257

2014-05-06  Michael Stahl  <mstahl@redhat.com>  [65d7eced14c7b2f23deafe8326af1311fa14a3cc]

        DomainMapperTableManager::endOfRowAction(): valgrind warnings
        
        Change-Id: I9e59ec2d45508d8f4dee8415411182576dacc45f

2014-05-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5707c81218c3212bd2e62c274f3169cd0d6cbba2]

        fdo#77739 UI trendline: limit max values of Degree and Period
        
        Retrieve the number of valid points and limit Degree and Period values
        
        Change-Id: I4e956149e3376eebf39f9e4812bb69a6a06e1758
        Reviewed-on: https://gerrit.libreoffice.org/9116
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f84fe39ca48955e01e37df2c8687c3b6387da2ea]

        sw: make CppunitTest_sw_uwriter a slowcheck
        
        It's annoying that after touching a cxx file from Library_sw, it's not
        enough to wait till it relinks, it also relinks CppunitTest_sw_uwriter
        as well. So turn that one into a slowcheck, this way 'make sw' doesn't
        relink it.
        
        Change-Id: I0a8d956f57e92a9c6f1f91b727f492ca4c92c599

2014-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3507190c9b90afcc16846f284f52b429e4da2922]

        coverity#704855 Unchecked dynamic_cast
        
        Change-Id: I25f3d1f53451cd16f6fd05b1084af79fea56b803

2014-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c39f66023a4d208e98b287db3c3028442d7e76e1]

        oox: unused CustomShapeProvider
        
        Change-Id: Ia8b23df9a78385f9129d5cea1195a8ba210113d2

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [e76dfa63810d99e7b482c16b3b436ca1744defe3]

        remove uncompiled source files
        
        Change-Id: I0c581bb48f101a84d0f0c4ceb7b064cff0d509d6

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [59415434298861e35d79dc6c87e1a071b55367e2]

        _TLBIGINT_INT64 gone with 09abd826a0e2
        
        Change-Id: I749fe74abd7608afcb2b7b2351cee6513fc76c8f

2014-05-06  Julien Nabet  <serval2412@yahoo.fr>  [f69e74d1a0fcd5ec6c38dc8a33e9562486aef1b6]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errors
        
        Change-Id: I9c889d718a9c91eb4c2bde2389a21dd754cbef36

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7aa32a759fb7b440f870739f7bb680f405f338ce]

        fdo#77647: Fix the column insertion use case.
        
        Change-Id: I7c78f54c9386eced16113e69e625d23ed4acedd7

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [48631bde1ccdbd618e5892b7050822b61b843332]

        fdo#77647: Test for reference adjustment on column insertion.
        
        Change-Id: Ic95ff3892efbfc003ae9976b4fba4129de11bbef

2014-05-06  Jan Holesovsky  <kendy@collabora.com>  [166c282e98ded4822425e034b1002d7fe447f405]

        3d charts: Zoom the camera towards a bar.
        
        Change-Id: I3fa644924ca176dfd853b527e0c42dadaf9fa091

2014-05-06  Eike Rathke  <erack@redhat.com>  [d80490e938ec0fcc876879a09062fccca321998e]

        move ResArray into SvtLanguageTableImpl
        
        Change-Id: I0921fcef306f1ca60196fc9dfa2652e91db63004

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [40dbddf185be78862b88274686e9acf988f21571]

        libgltf builds without problems on OS X for me, so let's try enabling it
        
        Change-Id: I3981629cf59c752388c647c939c998528d8ca610

2014-05-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [563a83a8cf30327008397913f12e0373b8a1650c]

        libgltf: include is missing from fmod_error_handling patch, merge patches
        
        Change-Id: I9e0e7816e6d85cb3484105de4ce49db47db72451

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [6708457e2bcc86a09922a8f120a975359e8ebbf6]

        update_pch for chartopengl
        
        Change-Id: I3c27cd3cd44fae8924399a3eaccc6af2aced650e

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [40aafa459aadbb0a6468cb19cb9901e228ac6047]

        enable pch for chartopengl
        
        the pch file already exists, just needed to get compiled.
        
        Change-Id: Ia9ff71b033a1508ed69696b8fd38ee8136393f42

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [67563fd55b230eb68fef705ff645af7dab73af73]

        fdo#77944: Put updated formula cells into undo document.
        
        Change-Id: Ib9d6a73d485878bfe6c2a1875936025eb4d0a30a

2014-05-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5971a8f1cee915e762784e970f0eb10f2baf0f71]

        fdo#77944: Write test for this.
        
        Change-Id: I0dae7533121d5501b35c289bd48ef8d139e37d3e

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [5de854b4fa125b3e560723410750467ec3de22a1]

        Include <errno.h>
        
        Change-Id: I55a5ef14ec75095cfe6a490eedd460f21c1c9625

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [ce53796bfaf6df5c4415fda8f641cad8a3e144a6]

        Application::PostUserEvent returns a pointer dressed as sal_uLong
        
        Change-Id: Ia5ca45e35766a7cebf0b53bcac1bd9dff29ad6ea

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [7c5e0e714fa25a486c1295e5e8dc204d2c1f3629]

        Beautify patch
        
        Change-Id: I91f403a39a7fea23f30fb64c4f9e4c3937f0401d

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [09abd826a0e26517ea722659491e8eb525a9b8bc]

        remove uncompiled source files
        
        how to find possible candidates:
        
        find . -name *.cxx | grep -v compilerplugins > cxx.list
        for i in `cat cxx.list`; do basename $i .cxx; done > cxx.base.list
        for i in `cat cxx.base.list | sort -u`; do echo $(git grep -w $i -- '*.mk' | wc -l) $i; done > cxx.count
        
        Change-Id: I15c6cc7195e58d79967388850a0c90b915b001b7

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [c2d7ee9abfc02febfd16e9f19c7395115036ecc5]

        remove unused AbstractSvxSearchFormatDialog class
        
        Change-Id: I34d52580319c692920921dadd1c4d0a80f457e68

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [689797725a4b3f723fe2c6169429bffb91b0abd5]

        remove unused AbstractSvxMultiFileDialog class
        
        Change-Id: If364717007e1820a314ae6f66ae33d9f6a91e84f

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [290ecbca8dfbe1edfdf5f305e2da652cf0f60bd8]

        remove some useless lines
        
        As those classes don't exist.
        
        Change-Id: I1e9015e1654e6d261709ab0b1dcf9784a0849e92

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [67c0cebb3f68ea4aab01fae9c23cb555e1f50ee2]

        remove dead SvxDialogDll class
        
        Change-Id: Ibf923575f48b2e253dee5a83c317e17d3fb68b0c

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [15d34f594d9d248e9401a5025b03a795cb7f24d1]

        remove unused SvxFmConfigWin class
        
        Change-Id: Ic3c7e508ba80935e938f9fc73ddcc50367ac0c4e

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [91666033e90d5d4ce4693a015238f4f2b030c007]

        Fix patch
        
        Change-Id: I18608380bf89822ce402e79038f2016af17b2ead

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [8c51ef52e26766949a4eae57b8e3054f242da7f6]

        Don't use extern "C" for a function which return C++ types
        
        Fix error: 'gltf_get_model_center_pos' has C-linkage specified, but returns
        user-defined type 'glm::vec3' (aka 'tvec3<mediump_float>') which is
        incompatible with C.
        
        I don't really understand the reason for the extern "C" use in
        libgltf.h. After all, the header clearly is intended to be included from C++
        code (after all, the use of 'extern "C"' is unconditional and it is not valid
        in C), and the implementation of the functions is in C++. Also, we build
        libgltf as a static library, so it can't be the case that we would need to
        look up its symbols dynamically (when unmangled names would be better). But
        maybe I am missing something.
        
        Change-Id: I19f025610301f8c535178a83f4ab2e58455bad57

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [e1bc856e628e4a72bd90498d12b94f1d57f6d75d]

        Fix indentation
        
        Change-Id: If94971484109fb63d2e20af77d023e6552a02ba8

2014-05-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b4b10fc873ba38ea24da23d8a2235d3ab34d8c72]

        Upgrade libgltf
        
        Change-Id: Ib7bc9562602d1d8da4082987302834ac2486d78a

2014-05-06  Caolán McNamara  <caolanm@redhat.com>  [0ece50a4ce35d87b7402b201b2d099c37fdfc13e]

        fix build problem
        
        Change-Id: Ia6a54d86d4f283c7220a88b6bc68f0fb47ed3014

2014-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0d6137c4e61bea3bed2b201a83a8e7a66065114]

        oox: prepare for importing a TextBox property on shapes
        
        Writer's SwXShape doesn't have that property yet, though.
        
        Change-Id: I997eb188574fab93d35595972fdc2eaebabc015b

2014-05-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [d3832fc60d42fedf2ba9a49b8d353a3d1265a38f]

        Updated core Project: help  3df0ca4718f3f966e1a3df4884f7deb56789b7b1
        
        add comments in margins option to PDF export
        
        Change-Id: I0aa253632f32da00631f331c016345cd1fe2d9e5
        Reviewed-on: https://gerrit.libreoffice.org/9243
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-05-06  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0131fb7bff8c2511b2442c85d7ab7e85d305e2ae]

        Updated core Project: help  a8572d0a8c380e9a04001e3ec638c13519d79d83
        
        fdo#70998 change terms graphics/picture to image
        
        not completely since changes in UI are not complete
        
        Change-Id: I404af180fc4317204995217736f4e2bfd2cc7723
        Reviewed-on: https://gerrit.libreoffice.org/9244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-05-06  Vort  <vvort@yandex.ru>  [b27fca822cd6f40c8a7e56fe56fdf76bdc0dd159]

        fdo#78241 PDF Import: add dashes support
        
        Change-Id: Ifd9fbce44c7d18114d5be466bfb9d92192573205
        Reviewed-on: https://gerrit.libreoffice.org/9246
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-06  Caolán McNamara  <caolanm@redhat.com>  [bb2d5c40e48d899bc39a18e6e038e067f6b9418b]

        Related: fdo#36815 clip overlarge comment contents
        
        and add an indicator that the comment won't fit in the space available
        
        Change-Id: I8dce7dfa678a606e8c4532addc4ba70c2a43644e

2014-05-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [222489744cab5604313c086b05e57fba895ec4a6]

        sw/qa: add missing file for unit test
        
        Change-Id: Ia940f4adc13df3a8a6df80ca4ed4f395a5f9c089

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [f9980adc43e41c599372556e8e6ec616b1681558]

        Avoid the annoying line wrapping
        
        Change-Id: I3ac2f0bf676491231bcd60eb91e8a36bc6c00620
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-06  Eike Rathke  <erack@redhat.com>  [92e10ac194075fd0777256fa53f805581bb98931]

        make all SvtLanguageTable non-static methods private
        
        This effectively behaves now like a singleton.
        
        Change-Id: Ib7a455a423f247267358d819e13d285428fe3aa8

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [db06595d13ab00c1c7584456b4bcd85797eadaa9]

        vcl::EventPoster shall probably be covered by SolarMutex
        
        ...as most parts of VCL.  Ran across at least one case where a remote call to
        framework::CloseDispatcher::release -> ~CloseDispatcher -> ~EventPoster ->
        Application::RemoveUserEvent caused a crash.  As always with SolarMutex, keep
        fingers crossed that this is about the right level to acquire it.
        
        Change-Id: I8f4be7329adbf72355774fa5d3c472270da3ddd2

2014-05-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [36e22e83a1ca3106d6ef3fbb6ba066a447a65601]

        oox: preserve camera rotation on shape 3D effects.
        
        Camera options in shape 3D effects can have rotation settings like in
        the following example:
        
          <a:camera prst="perspectiveRelaxedModerately" zoom="150000">
             <a:rot lat="19490639" lon="0" rev="12900001"/>
          </a:camera>
        
        This patch preserves the a:rot tag and its attributes using the
        shape grab bag. We created the class Scene3DRotationPropertiesContext
        to be piled on top of a Scene3DPropertiesContext and process the
        contents of the child item. It also adds a unit test for this case.
        
        Change-Id: Id6bf58ad05fe5b49061619b6750ed0658badc9af

2014-05-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1b7773cb071c7bbf60ea023551f35375b6120d4a]

        oox: preserve scene3d/camera effects on shapes.
        
        Shapes can contain 3D effects like in the following example:
        
          <a:scene3d>
            <a:camera prst="isometricLeftDown" zoom="150000"/>
            <a:lightRig rig="threePt" dir="t"/>
          </a:scene3d>
        
        This patch preserves the a:camera tag and its attributes using the
        shape grab bag. It also adds a unit test for this case.
        
        Change-Id: Ic6a78031d2e1fb84a2bacd97b5cc9c55d9dbaa95

2014-05-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [8d2a5c16c7e487b407aced891da17e5c2486f2ff]

        oox: Integrate Shape3DProperties and Scene3DPropertiesContext
        
        Code for these two classes was already present but it was commented
        out or left outside of the build system because it didn't even
        compile. I've brought it back and made it compile, but it has no use
        yet. The goal is using it to preserve 3D transformations.
        
        At scene3dcontext.cxx I removed the text chunks found in the middle
        of the source and corrected some mistakes; I also modified the
        conversion of "fov" attribute.
        
        At shape3dproperties.hxx I removed all the struct members because
        they seemed to have been copied&pasted from another file, and added
        only those members that made sense. Removed useless function
        definitions.
        
        Change-Id: I2c00ea638e1a4fb1a3820bc4c322488296d3e6d7

2014-05-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9bb6956197c5caaa150fc8ed52233741749a4060]

        ooxml: fix cell theme color and shade preservation
        
        The cell property w:shd was not being properly preserved when the
        shade value was different from "clear". The shading affects the cell
        color and the exporter was not taking that into account when comparing
        the cell color with the original color to know if the user had changed
        it.
        
        Besides, we were not preserving the attributes themeColor, themeTint
        and themeShade.
        
        I have modified the existing unit test testTableThemePreservation to
        add a check for those new attributes.
        
        Change-Id: I06d2e668486803cba039eacb717a69413bd5a1df

2014-05-06  Eike Rathke  <erack@redhat.com>  [2d8694c2f9cef9eddeb2184b40045099dadbab90]

        ditch the last temporary SvtLanguageTable instance
        
        Change-Id: I66a9d45089039c332b3fe7e279a27b81f8bb4aea

2014-05-06  Eike Rathke  <erack@redhat.com>  [fe3793e33af498d52f4b685bc22c426f081bd8ca]

        now these temporary SvtLanguageTable instances are moot
        
        Change-Id: I82eec52b3ee30dfbdb87469cb8f0b14c4fc777cf

2014-05-06  Eike Rathke  <erack@redhat.com>  [a9ff01648ac19fa0f11ceaa2dfd2f4a475b4008c]

        provide static GetLanguageEntryCount() and GetLanguageTypeAtIndex()
        
        Change-Id: I89dc5d25b37169ebc1581ebf957d33dd7b0e204c

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [2a3d009f697e0275ed4bf668179581c774dc1196]

        Just IMPL_LINK is just fine
        
        Change-Id: I64cfb93b5fcf27a7faff71ca2b4ab8795f46a3b2

2014-05-06  Eike Rathke  <erack@redhat.com>  [9c66d0312f1f19b86fe3747b9c1ab6ee68b872fd]

        eliminate unnecessary temporary SvtLanguageTable instance
        
        Change-Id: I64fba0071523af67eef72a4b92970cd7052b5c2e

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [9124f7e8bc2b9b718d82e3734b4d4799ed1fcff1]

        Move headers included only in svtools to svtools
        
        Change-Id: I66e443b5b641aaf16e1918f139a6b6a173ef7d4c

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [f4d3558334c5b403c2f1298f2ef831607778dae5]

        Application::UserEvent and Window::UserEvent are empty
        
        ...and never overridden, so can be removed along with the dead
        SVX_EVENT_COLUM_WINDOW_EXECUTE code that calls them.
        
        Change-Id: Ie500066c083f8fbf649c64f2d61fb85901473b5c

2014-05-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa3a25ca74d3abd204051c2747907031f7557510]

        oox custom shape preset data: fix typo in parsing awt::Size
        
        Regression from commit f5ccbfdc561c68099872d1abe07ac72fcddedd35 (oox
        customshapepreset: switch to generated data -> code, 2014-04-17).
        
        Change-Id: I2106271e2f43e7936237628e47cd4e01ab34441c

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [5e80dd672fe64d44e05a2025e9569afdd62bb0d7]

        Move a few more headers that are included only in sfx2 to sfx2
        
        Change-Id: I8bd81a45f5ef1b76fce1563b06e05a4eefcff0ec

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [aa8abbe736b0c8ad54f208916b0eca2d04ebd396]

        Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*
        
        Change-Id: I084cbab30dfb0a7d567d1b172a79320687d20a06

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [0748e529909c772036f5cb83c270329ca4e5f1a0]

        WaE: 'bPrependCurrencySymbol' may be used uninitialized in this function
        
        Change-Id: I2a9807640ef25e30ea34aa017cf02221f355153f

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [a1dd961c3093f5f7624e4d1f2240e9120fd13f23]

        Move headers included only in svx itself from include/svx to svx/inc
        
        Change-Id: Ib735e6566981232fec8b13c81a2de11a6b21dfe7

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1fd0d0f3fc8b71675f961a08ad4cdbc8e186a6bc]

        fix matrix generation
        
        Change-Id: Id31caa16dfe0d0f23cf07589053233e9b311d02f

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [c748a17cac8be9e844ff920cf5c17b229847c316]

        Remove dead SvxPopupWindowTbxMgr definition
        
        Change-Id: I1d7221142b8f52672ea96cfe42e1e71c8e39c416

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [a7e18f0a169f8e99c8afcb5b628446f55dad5c5c]

        ImplSVEvent::mpLink is never null
        
        ...at least since f74efe63d9a70da723f046c1c6708b9254dfa887 "callcatcher: remove
        newly unused code."
        
        Change-Id: I2d988525e0b82c87b2bae1f669333d0849dbee49

2014-05-06  Noel Grandin  <noel@peralex.com>  [c0d037a6ecbd4389abe3ca9e958d8a4ac9e0287e]

        forms: sal_Bool->bool
        
        Change-Id: Ifa15f4ed3107b1075b504f09d2cae69ee38d347a

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [ae92e6e6d5dec81c2e22a51a89f463cae1ac1edb]

        ImplSVEvent::mnEvent is always zero
        
        ...at least since f74efe63d9a70da723f046c1c6708b9254dfa887 "callcatcher: remove
        newly unused code."
        
        Change-Id: I7067e9e6af6693c1401510e2de196533d6963cb2

2014-05-06  Ariel Constenla-Haile  <arielch@apache.org>  [f03d98a999d08e21a6d1774090e58fa6d928f013]

        Add extension description
        
        (cherry picked from commit a738920303e77022fa89740c16cb832ee3477fa2)
        
        Conflicts:
        	odk/examples/cpp/complextoolbarcontrols/Makefile
        
        Change-Id: I28af30dc04068c670d31be7494b7ce9a7a25c3a3

2014-05-06  Ariel Constenla-Haile  <arielch@apache.org>  [d1f6b72e3781336ab5ff2a40f84354271cb75a34]

        Add support for MacOSX x86_64 (cherry picked from commit 1307f0949c9b6e1ef2e8a3128c2113bbd7f17a58)

2014-05-06  Michael Stahl  <mstahl@redhat.com>  [610830ed028dfac84e09e08e6fab2b861caf1c53]

        writerfilter: try to fix 32-bit builds
        
        Change-Id: I7fb61144d8ff263e97de8cb7088b9eefdaafe52f

2014-05-06  Stephan Bergmann  <sbergman@redhat.com>  [03d960ac112c0e00bb72c1b570c65113a5cf280f]

        Avoid using incomplete types with std containers
        
        ...which is explicitly supported by Boost.Container though, but we cannot use
        boost::container::map here as Boost.Container is only available since Boost 1.48
        and our base is 1.47 still.  However, there appears no need for Children to be
        sorted, and std::unordered_map (and thus boost::unordered_map) requires that
        pointers to elements are not invalidated by insertions, which we do require.
        
        Change-Id: I70ad6f40318d2bafae53ebb67d84c1c89a7d68f6

2014-05-06  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [cbcc6189e300b6aa5e9e8e6883598a4d28b770c0]

        fdo#77887 :  Floating Table positions are not preserved when doing Export
        
        The margin of the floating table from top of the page is not being preserved correctly and it also get increased.
        
        The w:tblpPr tag is also not preserved.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9185
        
        Change-Id: I8a27a4bab94a1afd27a7ba49ca55ff014918fffc

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [a4ff20eefaa52f97bacbdb2db16ae5b05a71f536]

        WaE: unused variable 'aRect'
        
        Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4

2014-05-06  Tor Lillqvist  <tml@collabora.com>  [d117fb663ae85392dacbc9a3be32ed1af205dd61]

        WaE: private field 'm_iPointNum' is not used
        
        Change-Id: Iad9c5270e90c7492598764038ad278309da73091

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7ac9f37ebfab959e51c0012d1fcc3fba2db1cd15]

        add some missing pieces from the 2D renderer to the 3D one
        
        Change-Id: I9933a429f42f8a350a88aa77514f934560ed58f3

2014-05-06  Noel Grandin  <noel@peralex.com>  [794f09f195a449e387ebfbd53eb1b693803c95e7]

        simplify ternary conditions "xxx ? true : yyy"
        
        Look for code like:
           xxx ? true : yyy;
        Which can be simplified to:
           xxx || yyy
        
        Change-Id: Ib7ca86580bfd0cf04674328a3c0cf3747de4758d

2014-05-06  Julien Nabet  <serval2412@yahoo.fr>  [3f569908ac72c20826a45ebed59af9b1e5449207]

        Remove C11ism
        
        Change-Id: I093ef950f7097021dec3b829d4e11e7b20fc9292

2014-05-06  Julien Nabet  <serval2412@yahoo.fr>  [1567853a8236f5cc7b09df6002c9b9325d931a7b]

        Remove C11ism
        
        Change-Id: Id5ae0cf42aa8d6ed464eb1149ebdd172a284a75f

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c2941322d2d8bfe2a596b87f935be13b15268778]

        fix wrong shader names
        
        Change-Id: Icd2d219446cdf78c4be97f96e38c9e4b174f9ddd

2014-05-06  xukai  <xukai@multicorewareinc.com>  [8f46d30923f841322fa762580bac4ef0182e4ba8]

        add code to call the bar api
        
        Change-Id: Icee44999c175b5d964ebd51c56e9a1585506e036

2014-05-06  xukai  <xukai@multicorewareinc.com>  [3176300bb3ee3b21efb60e667d94d4dc74120a3d]

        add api for render non rouded bar
        
        Change-Id: I16bb4ec77cccf0ff9e73f02e13288562004eb5bc

2014-05-06  xukai  <xukai@multicorewareinc.com>  [f518ed3f04342ef18b15c982fec31c8a898b9048]

        add codes to Text::render()
        
        Change-Id: I894cbb42b795f1adee41694011fa2477f87850f0

2014-05-06  xukai  <xukai@multicorewareinc.com>  [ba268b9033765ba14e4a502e3c8d5d98a4cd4b20]

        add the codes for rendering text in class:GL3dRenderer
        
        Change-Id: Ia36e042d30afcc13be5fa3452123ae0778217877

2014-05-06  xukai  <xukai@multicorewareinc.com>  [6f73d3a845067e1aa3bb5862643bf5282fc8c35f]

        add codes to Rectangle::render()
        
        Change-Id: I4a86de032970bfd9cba6270e8e6c6a00e550d74e

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [37ec4aefdf054c28bf6f2d3d283dad0f3a799884]

        more 3D rendering fixes
        
        Change-Id: I8943355de1b9440104e0281131fb0df3fc599bb4

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [81074d60801b5ca1c29f7f8127de5c62d652dce1]

        fix the OpenGL offscreen rendering a bit
        
        Change-Id: I1f11cdff0de48e3281a58aec9ea37a78c637195e

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08a02bce23fd2b9a4b5602bbe03c70beb4ba01c9]

        sal_Bool to bool
        
        Change-Id: I2febe40b1128eefa8838f3dc0836863ed96c0048

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f63a24a4c2f5687a259b17f2bdaceeecdf16c43c]

        fix typo
        
        Change-Id: Ic54d87505ac628abfec6942403a066cdb3e02a01

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9ccd357d2a45c36f2eb1b5d7a1ac8148124683ba]

        remove global variable
        
        Change-Id: Ie5f55feb39798dff27e0c6b41d5b88b6e9bf19bc

2014-05-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [39fc73fe0a29fa6d34987fd57e0fd2e6c3751f89]

        remove whitespace
        
        Change-Id: I4c2d0447526bda4ccbe2fa7edaf8be1886d214f0

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [65f61d1bf7e59fd643ca3da4a25c8ace8e5507e6]

        fdo#78321 Bullets and Numbering: SvxNumberingPreview looks ugly
        
        Just remove the inner rectangle. Now it looks nice.
        
        Change-Id: Icd3d3971292f958d1ffdd3dc6a7697005b5f9047

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [9e436082af14b2202229589325cee0518fd6107d]

        dflt -> default
        
        Change-Id: I89f1f5771eb7d96da233a8c7386b906b2a3a9c3e

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [5d0272772a174644e63fd46664887a2cb0362ba5]

        consistent percent sign in comments
        
        Change-Id: I9906b4e58fd8672e51f6aa2e56ec68bb28772500

2014-05-06  Thomas Arnhold  <thomas@arnhold.org>  [e8288b8857928cb54077608ca5907c966bfd490f]

        Related: #i56998# english doesn't put a space between numbers and percent
        
        Also put a missing space before MAX
        
        Change-Id: Ie2def48ec66d4de91bd16c39ed821c4028b6d1c6

2014-05-06  Jan Holesovsky  <kendy@collabora.com>  [f585323f89207b4ff93c6b0dbf1d80b0253bac02]

        OpenGLContext: More error handling.
        
        Change-Id: Ib92adfc83c963ecfcfa7fdbc2ec71f363a181330

2014-05-06  Jan Holesovsky  <kendy@collabora.com>  [18d4f6c9ee24dc080bc3b6fed7403f5d0c18f965]

        Use WB_CLIPCHILDREN consistently.
        
        Change-Id: Ifd53e37d23c29efb2f084a39b48c88ea4bc0d70a

2014-05-06  Jan Holesovsky  <kendy@collabora.com>  [d9fb35083dd34a4a3b486e4b1c8969448c522103]

        OpenGLContext: Use the right window handle on Windows.
        
        Change-Id: I77eaf1dad9ce4c855b5f88bd8568944fd4128227

2014-05-06  Jan Holesovsky  <kendy@collabora.com>  [68e5207306dad9ce4cdf95283f4b2c5e32f131e2]

        sal logging: Flush after having written the output.
        
        Makes it possible to see the messages immediately on Windows; otherwise the
        SAL_DEBUG() etc. is useless as it shows on screen too late.
        
        Change-Id: I701922aa4fcacf66d6b044e0badca7ef1f9cac94

2014-05-05  Michael Stahl  <mstahl@redhat.com>  [d09d75167d77adcc8538c5cc5d8fe6bac6091ca1]

        AtkListener: consistency check is too strict
        
        Apparently it can happen in JunitTest_sw_unoapi that between the
        getAccessibleChildCount() and the getAccessibleChild() calls that the
        children all disappear; try not to assert in that case.
        
        Change-Id: Iec8e373281950bf684fa76d69f8c4625ecd1255a

2014-05-05  Michael Stahl  <mstahl@redhat.com>  [f66d9badf9e510f5bbc94201edd5a53c26f8526a]

        sw: don't dispose SwAccessibles in SwRowFrm::Cut()
        
        This does not appear to work so well: for a row with multiple cells,
        when the second cell frame's SwAccessible is disposed it will send an
        event, and the AtkListener will then request all children of the row,
        and this causes a new SwAccessible to be created for the first cell
        frame that was disposed previously.
        
        Unlike most other events, Dispose events cannot be sent delayed.
        
        The SwAccessibles are disposed from ~SwCellFrm already, that should be
        sufficient.
        
        Change-Id: I6da72605e5386540f8d82535fca151e97d70869f

2014-05-05  Michael Stahl  <mstahl@redhat.com>  [a82de8698a4569d043a3f656a4afbe21a952f8d3]

        fdo#57197: sw: fix crash on Undo of table row insert on 1-row table
        
        ... with accessibility enabled: the SwCellFrms are deleted, but the
        entry in the SwAccessibleMap::mpFrmMap is not removed, because Dispose
        returns early since the connections to the nodes have been severed already.
        
        This then crashes in some questionable code that iterates over and uses
        the frame pointers in mpFrmMap that was added in
        76c549eb01dcb7b5bf28a271ce00e386f3d388ba (where previously only the
        WeakReferences were used out of that map).
        
        Change-Id: I13885c6ab9a92e34e95925f275e15c20fdc600b7

2014-05-05  Michael Stahl  <mstahl@redhat.com>  [cd83ef996b09907d669d686d1a33db5a8f08f72d]

        fdo#57197: sw: check that cells are still alive ...
        
        ... before firing events from them; use a thread-safe WeakReference.
        
        (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba)
        
        Change-Id: Ie060d27cc44415e9a75b75027f5510577ac17a6e

2014-05-05  Julien Nabet  <serval2412@yahoo.fr>  [ebd4986c3495239f09510f2c0c79b6e30acda83e]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2
        
        Change-Id: Ibca921eff3647507ffb7e9011a84aeefbec58d7a

2014-05-05  Andrzej Hunt  <andrzej.hunt@collabora.com>  [fb0ca7eff0e16fa8dd1a4c8d75fef23830903a3f]

        fdo#76261 Get rid of unneeded and malfunctioning maItemListRect.
        
        maItemListRect serves as a sort of bounding box for what items /could/
        be visible on screen, however it is only used for determining the id
        of an item we have just clicked on -- given that we already know that
        we are clicking inside the visible area this is an unnecessary check.
        
        In fact this check is erronous as we no longer limit ourselves to "whole"
        rows as of 806919adf9c9bafbaba92c2d2ab35d2e2f9863f8 -- i.e. the previous
        assumption was that a view large enough for n rows will show precisely
        n (whole) rows, whereas we might be showing (n-1) complete rows, and a
        fraction of a row at the top and bottom of the screen, i.e. a total of
        n+1 rows, where maItemRect only encloses the top n rows, meaning we
        were erronously ignoring clicks on the (partly visible) lowest n+1 row.
        
        Change-Id: Ia52ed2e0d217a9f077cef86ee9c1847252844995

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [dbe06b114cc9097a5b7349652dc25c0d2c9c1c5e]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I96e84e3ec756216fabe9739e6bd53d2a89d186b5

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [6ca24c38cbc0c1df755e51e366c715d4fb4f1d93]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ifd89b00c525ed4d75fcffe92845c4ca2f73705a8

2014-05-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fe451fb94a33c914c0a7c1265c013d9704af850a]

        fdo#78054: Initialize drawing layer when the document contains notes.
        
        Don't be fooled even when the document doesn't have a drawing layer
        initialized.  Sometimes a note creates caption on demand later, but if
        the drawing layer isn't there the caption will not get created, which
        ultimately causes this crash.
        
        Change-Id: I37f4902fa84de91c9f793dc352127d9345a725e3

2014-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [718fbf4f808def97ad55b1afaeb5af68b9144b96]

        Fix indentation
        
        Change-Id: I7ac9792da93a1b5231ddac5398823667b28adf92

2014-05-05  Maxim Monastirsky  <momonasmon@gmail.com>  [1a2a961c1e7cdef648c28e211433e8de6e8a831b]

        startcenter: react on mouse down instead
        
        There is a good reason for that: File lists of
        some file pickers handle double click event on
        mouse down. So if a start center thumbnail is
        exactly behind the file on which the user double-
        clicked, it will receive the mouse up event, and
        will also open.
        
        Change-Id: I9fc9ceff0874d0486d5b568c9b35143c8d8aabf8

2014-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [25195658ab405cfc288950e15529e97ceb72575d]

        sw: fix indentation in rtfexportfilter
        
        Change-Id: I3055df538fc4dfa625aa942ad0d0e6b6299c53b3

2014-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea7a9c06d220d111cb1c7142092be56c0608c080]

        coverity#704854 Unchecked dynamic_cast
        
        Change-Id: I6d7f6e035bb0dcc86f8aebfdfa4b7f9521bc8820

2014-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a9b8cf5f45db0b57d6bdacf58abadd1249a0129]

        coverity#704849 Unchecked dynamic_cast
        
        Change-Id: If22324ea65a45ac93f6c4b9cbaf9cfb11ef91195

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [f4d8fea4653d5918f28df90feca934bdd91b4939]

        Correct keycode mappings for KEY_QUOTE{LEFT,RIGHT}
        
        /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Headers/Events.h
        says that 0x27 is kVK_ANSI_Quote, which we call KEY_QUOTERIGHT,
        i.e. the plain ASCII apostrophe, while 0x32 is not the ASCII tilde but
        kVK_ANSI_Grave, which we call KEY_QUOTELEFT.
        
        Makes the Command-' binding (see Kohei's
        56cce6fd8151a916e1be540ac18724b46d1b15fc) work at least for the US
        English keyboard. But not for the Finnish keyboard, for instance,
        where the key labeled with an apostrophe (or "ASCII-style" single
        quote) generates a different keycode than the single quote key on the
        US English keyboard. (Which, I guess, isn't surprising as it after all
        is a different physical key.)
        
        In other words, situation normal, using keycodes is a horror as
        always...
        
        Change-Id: Ibf8f994370fec75849391e1dba30c7b7d54d237f

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [8b4c33facb242a9d208d79901312ee17deb210df]

        Untabify and remove trailing spaces
        
        Change-Id: I2acd44d54966dd227f5dc23ca4acde3c50ca8347

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [c5c3c3bec2521cd577821fb3765f0f53d9477bd3]

        Align table entries into equal-size columns
        
        Change-Id: I9fd2980a32bd0a3eb4849a53f29cc10b9a371f4c

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [09f8760e7d84a5f64b68760d7dc630cab1048c06]

        GetKeyName for KEY_{TILDE,BRACKET{LEFT,RIGHT},SEMICOLON,QUOTERIGHT}
        
        Change-Id: Id320bc41fefff17035c8a30115dc94af5cbf9503

2014-05-05  Thomas Arnhold  <thomas@arnhold.org>  [2fd90ea3e2e59d8a3474dd8ec085c99b85248d27]

        add border to level list box for bullets and numbering
        
        this is like it was pre ui conversion
        
        Change-Id: Ie0fe230893dc448531a44c6d79c00b4a29120cba

2014-05-05  Thomas Arnhold  <thomas@arnhold.org>  [efa35b2b1120c7cf44791667776ea2b11759e291]

        unused floating window RID_SVXTBX_GRFFILTER
        
        Change-Id: I3b6d7091922ed345d24c15c5a52d37521792d551

2014-05-05  Thomas Arnhold  <thomas@arnhold.org>  [1a0cdabf1d98d7479a27f12c56c0fa4160f7b5c3]

        remove some commented out lines from src files
        
        Change-Id: If872737d2a7db5d9053a256f7e3d57007c24230e

2014-05-05  Eike Rathke  <erack@redhat.com>  [571cefca474e6b77d68f9fa31f805dcf692927fd]

        resolved fdo#78294 default null-date for document import is 1899-12-30
        
        Change-Id: I9dfe76d422ad732a081442b95a995d8d395a098e

2014-05-06  Takeshi Abe  <tabe@fixedpoint.jp>  [6726fb5ce2daa363b7e885ae45e59feeb733f051]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I8914e0dc253c636a1393672f7a20bcb5d39d4276

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [d177d160260fd901d03952832e563f5da8c30538]

        Document that the weirder constants are not actually keyboard keys
        
        Change-Id: I8e163e63bfbbbaa5f7f4de2151fea41d735417d0

2014-05-05  Tor Lillqvist  <tml@collabora.com>  [72ff5d4196bcf0ab498eef40114b449045006ca2]

        Add more unmapped VCL keycodes to the comment
        
        Change-Id: If417d8091896c9f6c9650cf7d6036ffacbcc0884

2014-05-05  xukai  <xukai@multicorewareinc.com>  [e0dc3c8a0a69bb44a583b42d6fb823efbc311dc5]

        add codes to Line::render()
        
        Change-Id: I6510f486707b08ea8f611105f40cc4c7e1581a7f

2014-05-05  xukai  <xukai@multicorewareinc.com>  [461aa03c95e3297041de4eec8b3d44da348f60e8]

        remove the codes of set camera info to render()
        
        Change-Id: I9c2aecd5dea617e7cd69c1fc005b6a9ee237f202

2014-05-05  xukai  <xukai@multicorewareinc.com>  [4e8a9d669f835cb2f1df3efc9b41d86d51af90d7]

        add codes to set camera info
        
        Change-Id: Id6bac3a8dd46d7994c9e64c9e0c16e8c7ac036ac

2014-05-05  xukai  <xukai@multicorewareinc.com>  [0714c0aba7ceb38ba73e11f6ee00ba876b3f48a0]

        Initial size of OpenGL3DRenderer
        
        Change-Id: Ibfed531e48848ea711be429d6e5c08094473f781

2014-05-05  xukai  <xukai@multicorewareinc.com>  [4b6ba1eae6c2bae982190618ed46e9b66a3b2b2a]

        Initialization of light
        
        Change-Id: I91220e8ebffa0090fa7e9146df853f16b6783491

2014-05-05  xukai  <xukai@multicorewareinc.com>  [d3832fc4e030c29eb9b7aef43931c46c66db3bc8]

        Introduce OpenGL3DRenderer object
        
        Change-Id: If0454ace5ef21b9d32299f3edea115a2726aac00

2014-05-05  xukai  <xukai@multicorewareinc.com>  [bf293da67847f64fc0cf0acd54a9f4e4e76f9da5]

        To implement an abstract method:isOpenGLInitialized
        
        Change-Id: I651c0e5830008fd08ba886ccf1be99d40868bb72

2014-05-05  xukai  <xukai@multicorewareinc.com>  [4493860167d998cf03274b6acc7c7959d5738c4b]

        Update Function Set3DSenceInfo
        
        Change-Id: Ic117de10be2181a80e65ea48c888789456abfb0a

2014-05-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eb0da9b80fa412202200cd5255e0e0eb6a9e38e9]

        fix whitespace issues
        
        Change-Id: I7a3680aa324c4242572b71c91ec5bc4f85eff9e9

2014-05-05  xukai  <xukai@multicorewareinc.com>  [8af5e1a9fbd48d173bd1cd98f153428234638707]

        add vertex shader and fragment shader for 3D rendering
        
        Change-Id: I7b1ca054006500d468da73d2d85eafaad85dda67

2014-05-05  Jan Holesovsky  <kendy@collabora.com>  [fc4000a9be34304790219f08adfa924801f736e1]

        openGL: More debug info.
        
        Change-Id: Ia2e09c92673b97fd48c4ede7ebb9ff47da821926

2014-05-05  Stephan Bergmann  <sbergman@redhat.com>  [0635a9c1906e00c16fd7c5b83720858b73edbae0]

        Missing const
        
        Change-Id: If1e0e78e1b62c547bd0f03e727e1856227b32821

2014-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51bfb3a5af91dcd17ebc4c52845e77f530f05c6d]

        Asan: fix invalid memory access
        
        Change-Id: I7a2acd99f3a8cb143c2ad1c978dfa4b02bf54464
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [315503314aaeed11d1e25d5a379d56fd3051dba0]

        oox: don't try to set Writer-specific properties on non-TextFrames...
        
        ... during DOCX import of shapes with text, so that we don't crash when
        the currently always active
        setServiceName("com.sun.star.text.TextFrame") call is not present.
        
        Change-Id: I5b005583ddcee81b9683e3b34e8f0a2e5faa4f95

2014-05-05  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [7623bc31584b38da980016db25fb5dfc702beb10]

        fix windows build(external/poppler)
        
        Fix build error on windows with --enable-dbgutil autogen.sh option.
        We need to link freetype248_D.lib,when we use --enable-dbgutil option.
        (Suffix "_D" is needed.)
        
        Change-Id: Ib2927e777d9b9bb615e1df62e428cf17cc8bc26e
        Reviewed-on: https://gerrit.libreoffice.org/9248
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-05-05  Noel Grandin  <noel@peralex.com>  [4f9b21248ffdf55cef9f3f9d1da76778ee000775]

        simplify ternary conditions "xxx ? yyy : false"
        
        Look for code like:
           xxx ? yyy : false;
        Which can be simplified to:
           xxx && yyy
        
        Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d

2014-05-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4107411900f5bb4c215e2d9db09fc2b2b82939b]

        Revert "Move ImplInitAppFontData from Window to Application"
        
        This reverts commit f76026a43acc65465882924796d93e635c35fd90. This
        brings back the paragraph style and font name combo boxes in Writer.
        
        Change-Id: Idb28253797ef842d575fe10537f6e70faa34fe75

2014-05-05  Thomas Arnhold  <thomas@arnhold.org>  [8f08def4aefc6b92366536fb1fb6620527474129]

        Updated core Project: help  ada56299c9e1c2d2cf36a475fc4e746bf5977354

2014-05-05  Stephan Bergmann  <sbergman@redhat.com>  [304b3b3910bb472d663baaa789970df55ceeb09e]

        Handle GetTextBreak returning -1
        
        I don't know what the root cause is exactly that made at least Mac OS X
        --enable-dbgutil JunitTest_forms_unoapi start to fail recently, but when nWidth
        is just 1 (which might be the root of the problem here, but could probably also
        legitimately be the case) and GetTextWidth returns -1 (which it probably is
        allowed to do), this would lead to an out-of-bounds OUString::operator[] access
        at
        
        > rtl::OUString::operator[] (this=0x118a04be0, index=-1) at ustring.hxx:421
        > com::sun::star::i18n::BreakIterator_Unicode::getLineBreak (this=0x11986f6f8, Text=@0x118a04be0, nStartPos=-2, rLocale=@0x7fbd83821d98, nMinBreakPos=4, hOptions=@0x118a04620) at i18npool/source/breakiterator/breakiterator_unicode.cxx:429
        > com::sun::star::i18n::BreakIteratorImpl::getLineBreak (this=0x1112d5c98, Text=@0x118a04be0, nStartPos=-1, rLocale=@0x7fbd83821d98, nMinBreakPos=4, hOptions=@0x118a04620, bOptions=@0x118a045f8) at i18npool/source/breakiterator/breakiteratorImpl.cxx:242
        > OutputDevice::ImplGetTextLines (rLineInfo=@0x118a04bb0, nWidth=1, rStr=@0x118a04be0, nStyle=12560, _rLayout=@0x118a04db8) at vcl/source/outdev/text.cxx:527
        > OutputDevice::ImplDrawText (this=0x7fbd8302d000, rTargetDevice=@0x7fbd8302d000, rRect=@0x118a05058, rOrigStr=@0x118a04f70, nStyle=12560, pVector=0x0, pDisplayText=0x0, _rLayout=@0x118a04db8) at vcl/source/outdev/text.cxx:1500
        > OutputDevice::DrawText (this=0x7fbd8302d000, rRect=@0x118a05058, rOrigStr=@0x118a04f70, nStyle=12560, pVector=0x0, pDisplayText=0x0, _pTextLayout=0x0) at vcl/source/outdev/text.cxx:1754
        > sfx2::TitledDockingWindow::Paint (this=0x7fbd8302d000, i_rArea=@0x118a051d0) at sfx2/source/dialog/titledockwin.cxx:218
        
        Change-Id: I95c6027e86b9a608fe9eb05ffb83fb2316c175f2

2014-05-05  sushil_shinde  <sushil.shinde@synerzip.com>  [61e8452c62a587b40bf80076642b869cbd1b7ed6]

        fdo#77727 PAGEBREAK In first paragraph was not rendered and exported.
        
          Case 1: If PAGEBREAK appears in first paragraph, LO was inserting
               BreakType_PAGE_BEFORE but since it was first paragraph, PAGEBREAK
               was not rendered in LO hence not exported back to docx file properly.
          case 2: If PAGEBREAK appears after first run of any paragraph in document
               LO was rendering it in wrong paragraph.
          case 3: If COLUMNBREAK appears in first paragraph of section, LO was not
               rendering and exporting it.
        
        Change-Id: Ic557b3e6f80cfa6dd3eb6b4204be7e6531b9ecbf
        Reviewed-on: https://gerrit.libreoffice.org/9191
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-05-05  Andras Timar  <andras.timar@collabora.com>  [82a623fb08afc72decb78f061b751a43ae503678]

        Updated core Project: help  400d3515694ff3857f253c8da9ea44b962161ee0

2014-05-04  Julien Nabet  <serval2412@yahoo.fr>  [c19c942ccf1c40463c5730ad5507f53e40cedab1]

        Typo: depricated->deprecated
        
        Change-Id: I77fe282a9dcebde5ad7684aee4597fe4cfb07e11

2014-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6c42a503fb4237d5aa86eece3bf1fc1fba87a4b]

        coverity#1038298 Unchecked dynamic_cast
        
        Change-Id: Ibb2eca48edb30a88b1ab4bcc35e7e5852efbb436

2014-05-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [da47a7d239fe9b27aa84cd5716e9f7430814beab]

        writerfilter: fix indentation in rtfdocumentimpl
        
        Change-Id: I5588e84a486ca751e94e097bc8bceaa35fe8b969

2014-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [40a6b4863c74791c3d6e4459d83f9cf162e63191]

        sc: Fix bunch of tests
        
        Change-Id: I7ea90d4be037d9935ef23822512f48b100a446a2

2014-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [d3cb2467fad58bee0ff3040fdef17d6c34e4978c]

        Fix CppunitTest_sc_outlineobj test
        
        Change-Id: Iaf2747e64e486f8536c3074f247a3b85dd78bbd1

2014-05-04  Maxim Monastirsky  <momonasmon@gmail.com>  [4f4b34ab631c61ad37c95a09d139996e9fc085e9]

        Fix CppunitTest_chart2_xshape test
        
        Change-Id: I6036988fc53f00f0344623a4d28a2de5962e160a

2014-05-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae1d664008edeb509829265e92ba778d00858d8a]

        Revert "Revert "temporarily disable failing , fdo#66617
        
        This reverts commit 9b8c33ecc561bf8685614ec61d709c8001901fb6.

2014-05-04  Stephan Bergmann  <sbergman@redhat.com>  [a34a62b32de788f57a3e46f634c271f32277fd16]

        loplugin:saloverride
        
        Change-Id: I5c3b3c6212524430068e3fd8d9e9d259557bbea2

2014-05-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [f76026a43acc65465882924796d93e635c35fd90]

        Move ImplInitAppFontData from Window to Application
        
        I have renamed ImplInitAppFontData to InitAppFontData and moved it from
        Window to Application. This is because this is something that sets
        *application* global variables, it just so happens it gets it from a
        Window parameter. But it should be set when the application starts, so
        I have moved it to Main().
        
        Change-Id: I9d98aa5b533166f91352218af267930034648c7a
        Reviewed-on: https://gerrit.libreoffice.org/9242
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-05-04  Julien Nabet  <serval2412@yahoo.fr>  [e4d61b3c556189bf0733ab6e7bedaf975427a35a]

        Resolves: fdo#78217 selected text should be copied in "Replace"
        
        Change-Id: I548d46ec46ff07528bd1f8ed6be09463354826d8

2014-05-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20778b037c688759a4dc46acb8aeb66c9d1290cc]

        fix windows packaging
        
        Change-Id: I97b1d2432dadf7239a8500544f7e54b667ca4dfc

2014-05-03  Andrzej Hunt  <andrzej.hunt@collabora.com>  [74bb3cf5a9c768ae1e21e8469127e01f1aac67dd]

        Add clang support for boost multi_array Wshadow patch.
        
        ba54eca1817e84a1f1d1beec312ca87b8b059649 replaces the existing -Wshadow
        fixes with a GCC pragma, however we also want to be able to build with clang.
        
        Change-Id: I522f3c549adf65b98522561ab7167258dfda48b5

2014-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbbaa85d296d5c3ee9db42a132649570d977b429]

        writerfilter: fix indentation in rtfdocumentfactory
        
        Change-Id: I9cf6abaf091d358670bbe71de9abe832fa139f42

2014-05-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [26946775d73ee0b4f8fd3effa37549f463fde6db]

        coverity#1078575 Unchecked dynamic_cast
        
        Change-Id: Ie25c91ce0035c78629ebd8466baa717d62948503

2014-05-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [be8a6756179beeb9dedcab5fbb105ab92808a4f8]

        Rearrange outdev.cxx functions, et al.
        
        * Rearranged outdev.cxx functions to better match outdev.hxx layout
        * Moved transparency functions from outdev.cxx to transparency.cxx
        * Corrected one comment typo in outdev.hxx
        * Moved CreateUnoGraphicsList definition to outdev.cxx out of header
        * Formatted function declarations in outdev.hxx
        
        Change-Id: I6fda24ae8208ef5ea7b2fe8f59079d48d0af1488

2014-05-03  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [e81212315b5fe22e1005d41149a0ea1a557bf412]

        find-german-comments -l crashed for a too long path name
        
        In calculating how many tabs to use for the display,
        when the path was more than 40 characters (like for
        dbaccess/source/ui/relationdesign/RelationTableView.cxx)
        it returned '1, 0' for the number of tabs --
        and python didn't like that. Return 1 instead.
        
        Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519
        Reviewed-on: https://gerrit.libreoffice.org/9239
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-05-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af7df25bcc8bc95462e2b3bf8c003d035111a479]

        fdo#78062: Broadcast only on non-empty cells within deleted range.
        
        We don't want to broadcast over the whole selected range, which may be
        the whole sheet which is well over 1 billion cells !
        
        Change-Id: I7c139ce5efe09312cf824e35f0efe551184032eb

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [41062189f78990f7aa42949484b58de64b0dce79]

        SfxDocumentMetaData: suppress some spurious warnings
        
        These always trigger on a new document.
        
        Change-Id: Ied60f52c4dc348b2b18f6dc8c30204ee3dc56f29

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [5f982c22ff6d9354975cfd43aacedf7835418df0]

        SwUndoSplitTbl::UndoImpl(): avoid assert from ~SwIndexReg
        
        Can be triggered by moving view cursor into new paragraph before Undo.
        
        Change-Id: I8386611a8eabd1c3b6edfacd0226358df52cbe66

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [bc0c939270a45469b8f22008288b5e4a4d9c9861]

        fdo#57197: sw: fix crash on Undo of table row/column insert
        
        The _SaveTable::CreateNew() will call _FndBox::DelFrms() but at that
        point the SwTableBoxes have already been deleted; so do that earlier.
        
        Change-Id: I868c8fffbddeb1ea6df724fb68cac732eeee2eba

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [45cb8e3d1eb8a5eb20f8fd9c61ba78e5546bd15e]

        sw: hypothetical crashes if last node is not SwTxtNode
        
        Change-Id: I16c476ae83d01ea23891af36fd4bcca4e8992228

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [e06131e96629eee4e94eba1da7242380716e8e88]

        SwUndoDelete::RedoImpl(): avoid assert from ~SwIndexReg
        
        1. insert header
        2. insert table in header
        3. put cursor in bottom right cell
        4. Ctrl+Shift+Delete
        5. Undo
        6. Redo
        
        Problem is that the shell cursors never get corrected in step 6.
        Replace the previous hacky after-the-fact fixup of rPam only with call
        to PaMCorrAbs.  [there does not appear to be any other case than
        bDelFullPara where this branch is taken, which make the next one look
        kind of weird?]
        
        Change-Id: If3583f83e66fff4d3367a1532e443aed780a5e6c

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [ba54eca1817e84a1f1d1beec312ca87b8b059649]

        boost: replace multi_array Wshadow patch with different one
        
        ... based on upstream feedback.
        
        Change-Id: I846287d62d3b53f4a3d3013c9f82fd77d22a9523

2014-05-03  Michael Stahl  <mstahl@redhat.com>  [45e7b4c18d8061692f753a05283b00f746010916]

        chart::ChartController::queryGL3DChart(): crash on concurrent model close
        
        As seen in JunitTest_chart2_unoapi
        [sch.ChXChartDocument::com::sun::star::beans::XPropertySet]
        it is possible that one thread closes the model while the main thread
        tries to paint the chart via timeout.
        In  chart::ChartController::modeChanged() It's not obviously possible
        to lock m_aModelMutex since that might deadlock with SolarMutex.
        
        6  in SolarMutexGuard::SolarMutexGuard (this=0x2b742f846cc0) at /include/vcl/svapp.hxx:1579
        7  in (anonymous namespace)::Frame::isActionLocked (this=0x1dbe1b0) at /framework/source/services/frame.cxx:2597
        8  in (anonymous namespace)::Frame::close (this=0x1dbe1b0, bDeliverOwnership=0 '\000') at /framework/source/services/frame.cxx:1773
        9  in chart::ChartController::notifyClosing (this=0x1e4ec00, rSource=...) at /chart2/source/controller/main/ChartController.cxx:877
        10 in apphelper::CloseableLifeTimeManager::impl_doClose (this=0x1e03b98) at /chart2/source/tools/LifeTime.cxx:368
        11 in apphelper::CloseableLifeTimeManager::g_close_endTryClose_doClose (this=0x1e03b98) at /chart2/source/tools/LifeTime.cxx:311
        12 in chart::ChartModel::close (this=0x1e03ac0, bDeliverOwnership=1 '\001') at /chart2/source/model/main/ChartModel.cxx:654
        
        main thread:
        
        21 in chart::ChartController::TheModel::getModel (this=0x0) at /chart2/source/controller/main/ChartController.hxx:470
        22 in chart::ChartController::queryGL3DChart (this=0x1e4ec00) at /chart2/source/controller/main/ChartController.cxx:1398
        23 in chart::ChartController::modeChanged (this=0x1e4ec00, rEvent=...) at /chart2/source/controller/main/ChartController.cxx:486
        24 in chart::ChartView::impl_notifyModeChangeListener (this=0x1e149f0, rNewMode="valid") at /chart2/source/view/main/ChartView.cxx:2823
        25 in chart::ChartView::impl_updateView (this=0x1e149f0) at /chart2/source/view/main/ChartView.cxx:2730
        26 in chart::ChartView::update (this=0x1e149f0) at /chart2/source/view/main/ChartView.cxx:2861
        27 in chart::ChartController::execute_Paint (this=0x1e4ec00, rRect=Rectangle = {...}) at /chart2/source/controller/main/ChartController_Window.cxx:493
        28 in chart::ChartWindow::Paint (this=0x201c970, rRect=Rectangle = {...}) at /chart2/source/controller/main/ChartWindow.cxx:83
        
        Change-Id: Ib99edbb9862bc9dab76ed3e0c21eca5589fe7fdb

2014-05-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [66c3d569187c4cef80b9c46ce216a8b2af0ebf02]

        writerfilter: fix indentation in rtfcontrolwords
        
        Change-Id: Iab15548826efd7f11f3103fd63d66be443e9039f

2014-05-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [56cce6fd8151a916e1be540ac18724b46d1b15fc]

        Implement "fill single edit" mode and map it to Ctrl-' by default.
        
        Excel does this apparently, and lots of people want it.
        
        Change-Id: Ia741ebb84526197d28caa323d36709e38b8f1323

2014-05-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dd9c9a69da7b22c4166391df082ac23878312a01]

        Add the "quoteright" key to the list of available keyboard shortcuts.
        
        Change-Id: I24800c28b1513b883c42d9ce1c787eaf07815b92

2014-05-02  Jan Holesovsky  <kendy@collabora.com>  [af10cb2c9cf2ea331850a054095e94110670de96]

        Rename SwDBMgr -> SwDBManager.
        
        We were renaming it recently from SwNewDBMgr, let's use the full name to make
        it more readable.
        
        Change-Id: I2ceb3f1790321b70d5936c35e13870439969e64d

2014-05-02  Andras Timar  <andras.timar@collabora.com>  [bd14194a2c3c4459aa30948b909cff47028b28f2]

        fdo#67842 Brazilian Portuguese -> Portuguese (Brazil)
        
        Change-Id: I9c99937d247b9642a01aea259d7509128cd7b98d

2014-05-02  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [cda4ee0c50d2a4d3b471e63fe115b1a90b285f89]

        Speed up find-german-comments: speed up text_cat -s
        
        follow-up commit to https://gerrit.libreoffice.org/#/c/9226/ .
        
        text_cat -s was documented as "Not very efficient yet, because
        language models are re-loaded after each line." So if we want
        to use text_cat -s for thousands of lines, better
        read the language models only once and store them.
        
        When tested on svl/source, the speed-up was a futher factor 1.5
        (reduced from 6 s to 4 s).
        
        Change-Id: I654a250b0e369e01c5eac5970b64df1390f0ef35
        Reviewed-on: https://gerrit.libreoffice.org/9227
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-05-02  Jeroen Nijhof  <jeroen@nijhof.co.uk>  [6efd9725912ae67bafbfe613220d9c09443ea0ba]

        Speed up find-german-comments
        
        Instead of recreating a text_cat sub-process for every string, start a
        single text-cat process (with the -s flag, "per line") and reuse that.
        
        Testing on svl/source shows a speed-up of 7.5 x, down from 45.6s to 6.1s!
        
        To avoid blocking on the pipes set autoflush in text-cat, and use
        read_line instead of read on the find-german-comments side.
        
        Change-Id: Ic6c00fc3c1e7cbcbbfff65512bf54ad11f900697
        Reviewed-on: https://gerrit.libreoffice.org/9226
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-05-02  Takeshi Abe  <tabe@fixedpoint.jp>  [f3816179a0b81c7d122006435a1ebf518309c392]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id1c7cb886a892bf0ce7be6774be5408afad44432

2014-05-02  Noel Grandin  <noel@peralex.com>  [e23c98d713ababb72de0616831a2abe0e48387f5]

        reportdesign: sal_Bool->bool
        
        Change-Id: I7a269dbf163f4c839b6c553c7b096185fe2f8a01

2014-05-02  Noel Grandin  <noel@peralex.com>  [17dcf76ef87c15b8b83465a7c29b96dc2d05cde9]

        vbahelper: sal_Bool->bool
        
        Change-Id: Ibf21ce17a8e743701f1011e1620f26b93f952991

2014-05-02  Noel Grandin  <noel@peralex.com>  [7ae4102f171c5f0d452fa78c5c17722bc9649fc5]

        extensions: sal_Bool->bool
        
        Change-Id: I1730f99c08690138e9aa7aba54304fd7bc51491d

2014-05-02  Noel Grandin  <noel@peralex.com>  [7d2cf383667106efe3e2ea6099fe52206b685c5d]

        canvas: sal_Bool->bool
        
        Change-Id: I0f7e1ff88f91ded1bc4c45769d7e378db8698332

2014-05-02  Noel Grandin  <noel@peralex.com>  [abd8c2a0f661a3913bfd14fefabf451dc7d85679]

        xmlhelp: sal_Bool->bool
        
        Change-Id: I0aa1b7023b5100fb855a8a839e44036988d8bc2e

2014-05-02  Noel Grandin  <noel@peralex.com>  [a86ad4d11c7789dcf7fede31b0ff391f151dbf47]

        writerperfect: sal_Bool->bool
        
        Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9

2014-05-02  Noel Grandin  <noel@peralex.com>  [19d35573fa0757ecac0163e6aff8d2cad1c61264]

        writerfilter: sal_Bool->bool
        
        Change-Id: I794dde724b2ec3011f72c712c073f70df39aed58

2014-05-02  Noel Grandin  <noel@peralex.com>  [0376c6dc74bebc6df57a43f4d62e935710d3a5d2]

        uui: sal_Bool->bool
        
        Change-Id: Iba9f7586e7742135a3377826c7ab0c83beb30fa5

2014-05-02  Noel Grandin  <noel@peralex.com>  [5371642efdca30e1428b3103b0c30b30be69d278]

        unoxml: sal_Bool->bool
        
        Change-Id: Ib0939a6285a6b4504149bb2f06cfda91938c381a

2014-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [417a9a4ad8cb19bc2da27d3d8c595eed6fac57fc]

        Remove this width request
        
        I see no reason why this button should be wider
        than the others.
        
        Change-Id: Ibe7bc46d1e7a1d99d9d7dbc7bed8242d608efac2

2014-05-01  xukai  <xukai@multicorewareinc.com>  [489b472d26d8ae080f4ba2c02c473952a006f47c]

        Format GL3DRenderer code
        
        Add function Dynamic calculation of view matrix
        
        Change-Id: I927cf9a8124ddf81830d8fef4508dae8697d7fc6

2014-05-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50d100f4acb2e62bac8b01c8071d089c6171843f]

        Make a separate method to detemine if an opcode is a jump command.
        
        Jump to make it a bit more pleasant to follow the code...
        
        Change-Id: Ie9bef122e8bb63a2d8cc54acc9c8ddc9ac9a2e8a

2014-05-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d3295bdac2182d58e6ef3a1eeb3313a1ca19c0d]

        writerfilter: fix indentation in rtf{fly,listener}
        
        Change-Id: I6cbb7ee535cb3c6aab2968150feff9e80fd7e010

2014-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [36dfee00febfa51b73ac58655ba26fb56d020679]

        Keep only one instance of CellVert commands
        
        Change-Id: I623f47ec06924bf6355ea9531aab1c5286d18a17

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [f99f4dc93f44fa1cd799d0ad87ded7ee90d82848]

        Fix d0b3832bedf65d
        
        Turns out, my logic was wrong in any case. Remove errant not.
        
        Change-Id: I735ee1b4364060aa1476160777e196878a5a208e

2014-05-01  Julien Nabet  <serval2412@yahoo.fr>  [1cb924de8a6f03827ae34aa2d66137b6b5e34112]

        Update filter README and add a new one.
        
        See http://nabble.documentfoundation.org/About-Svgreader-td4107050.html
        Thank you Christina for these information
        
        Change-Id: I56c4f5fdeec91e7e35990bffcf19451baa541552

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [d0b3832bedf65d466b37a69036b0b4ba550a849b]

        Fix 6b431b1f0d397067504b5300d49e10e232936836
        
        Pushed wrong branch. Oops, sorry.
        
        Change-Id: I592cf16c7af3c5e37a03eee79e5822dcc0b39225

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [e97f19e96c094457ba98e3f89195cad4d814e8a3]

        coverity#441827 Deference before null check
        
        In OutputDevice::ImplGlyphFallbackLayout we should check to ensure that
        mpFontEntry is valid, if not then return NULL early.
        
        Change-Id: I946aa4d724a73a2ff85a4281c0df5f75e12104f7

2014-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [4b7bdef4b1d1e4ff45a8816c038df38ce7995b3d]

        sw: iodetect is not a part of the type detector anymore
        
        and remove now unused IsFileFilter method.
        
        Change-Id: I6b4559fdf6442b6baa869b2949142f8fc8c52f30
        Reviewed-on: https://gerrit.libreoffice.org/9223
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [dddd9b41f59fa9857159cef70add9e2343dd1ab1]

        Simplify type detectors
        
        Change-Id: Ic731c1c4c76d8d6779868d7e3e4c02cb3cadc844
        Reviewed-on: https://gerrit.libreoffice.org/9222
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-05-01  Maxim Monastirsky  <momonasmon@gmail.com>  [f82f7bf3dd5053049259f6933d1335f6c9e314dd]

        Introduce centralized detection for storage-based files
        
        This will allow us to get rid of the duplicated code,
        and simplify the type detectors.
        
        Also this commit fixes fdo#46310 and fdo#74978.
        
        Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c
        Reviewed-on: https://gerrit.libreoffice.org/9221
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [b44ca2f45e86abb62718534fad43cdd3741101ba]

        Resolves: fdo#78128 go back to using an interim metafile
        
        this time we know that the other varient of "Move" doesn't
        handle pixel drawing stuff like the dpi-using one does.
        
        and the move values have to be in 100TH_MM_MAP and
        with the true numbers of the write page size
        
        Change-Id: I15fdb78797d8744702bec649024fedbf3e39b342

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [d5e89e0573bb92819c20b808b07347d57f6e6a0d]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I0b973088a9d14dbe3eccb0c002aab5bb861f777d

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [df1df2be74805a9106a3d67a322bc63cdf5107b8]

        coverity#708371 Uninitialized pointer field
        
        Change-Id: I1da73254803a519ecc2a24b400178b730acb98c1

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [5a6ebfd1d9162a05671d10bca5167008791aea60]

        coverity#708565 Uninitialized scalar field
        
        Change-Id: Ida6ceb999f5f5f3229f06c815186df1de578dd68

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [278ae5db852ba8715d4d1d5a1eaa38bdff5a7ea5]

        coverity#708673 Uninitialized pointer field
        
        Change-Id: I4aa47c46b609236c72e4a3e579876da7330b2024

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [1b546c0b480a3b62479aee3648d0f683be05375a]

        coverity#708576 Uninitialized scalar field
        
        Change-Id: Ie917244b6021f16b9aecf83676131f972478237c

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [5461d1b21804a063ec2757e79fd8bcb99a743e0f]

        some more coverity stuff I forgot the ids of
        
        Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [22f719aa96cfbf8187843fb02c328dc43ea95e3f]

        coverity#738861 Uninitialized pointer field
        
        Change-Id: I0c39ea58fd1f85471531490401a7b7e8ca7c2a17

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [09ebcc26f679a5d04d0b13be6fb2eae02b0b32b1]

        coverity#708321 Uninitialized pointer field
        
        Change-Id: Ia08d454e89d4af08b6db171611f14a66e890094b

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [088afc6222b8609750a9869840ad3363ae3e923e]

        coverity#708645 Uninitialized pointer field
        
        Change-Id: I567b8f129b0afeeab216d796a8df5fa79410fba8

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [f9274ebab5963a988f622d67c5506c1455b8b31d]

        coverity#708650 Uninitialized pointer field
        
        Change-Id: I9a9205420c612795039b189662cab45cf0a85593

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [4bf3cb7668a80a1482962fd3dc3d4a3da1874455]

        coverity#738912 Uninitialized scalar field
        
        Change-Id: Id9b60bb33a1200f5fa6264d0801121ac9e12dc23

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [a182ed8479b8bb6eea27c461dc8ba85af44a08a8]

        coverity#738911 Uninitialized pointer field
        
        Change-Id: I89c9a17a7ea8dde3475826d03bdeef9e94da322c

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [9147f41ebfc74d0f006be5dd7e1bcb4b47c5ce22]

        coverity#738910 Uninitialized scalar field
        
        Change-Id: I69583731182c09ffb995a2e86b46e0192544950c

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [914699ab696547002f987e45b58f505ca463dec6]

        coverity#738903 Uninitialized scalar field
        
        Change-Id: I94e5d6a5eb8cbbc54ee774490b72a55a579e1cca

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [e17b3e3c6bfb050c83c2d4d45e28eb7c875ddfa5]

        coverity#738902 Uninitialized pointer field
        
        Change-Id: I5458c530aa9b1480a370a065046aeac318ca6d40

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [b8c033869ede74b3855a1b91eceb80a78b53c8f3]

        coverity#708174 Uninitialized pointer field
        
        Change-Id: I285e236c13ce3a95a1ca9644997fcccdb90daacf

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [1e923777a1beae71ea143d2d55cd0e02ed1e03e0]

        coverity#738825 Uninitialized scalar field
        
        Change-Id: Id61080e5ed087886af9a44d6016cd4caac5f918d

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [f79e5dfcc3d59c6d78d69163b558b32ee9ff22df]

        coverity#708034 Uninitialized scalar field
        
        Change-Id: I493c2bbd702002ea9f0a6db7d18a3c22dc22193b

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [5b641f04fdac6035ddfa9b09fbb23c6597b3b437]

        coverity#738786 Uninitialized pointer field
        
        Change-Id: I511165aa895c82c0b72fa37801dee2302a85e466

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [ac402b7b3b4bd71e21ad85d3037a297582f1562a]

        coverity#707900 Uninitialized pointer field
        
        Change-Id: Id2ea7af01708437074a54b59f16f865338cb504a

2014-05-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7fbe0f56192f7e106c560646d37fbb93b69b0446]

        fdo#77806: Use the common block position set for start and end listening.
        
        Else an invalid iterator may result, which would eventually leads to a
        crash.
        
        Change-Id: Ie909de61244d661c72a3450cc69b29fbb218a248

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [6b431b1f0d397067504b5300d49e10e232936836]

        coverity#708922 Use after free
        
        Change-Id: I54c098ca4744d33d2f8e1a7799ba6bd5620ed987

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [f0bfee74d479f39d500d19c48380d88bdb3ad93d]

        coverity#1209778 & coverity#1209777 Resource leak
        
        Have testBasics_FindPtr() cleanup after itself by deleting p2 and p4.
        
        Change-Id: I88b5efd25941d135b743f759a8f27c1cdbcb43c0

2014-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [8bf0b9536cb33dfcce8a811b70c2ead285300f3f]

        coverity#1209779 & coverity#1209780 Resource leak
        
        Have the testBasics() function clean up after itself - delete p2 and
        p4 at the end of the function.
        
        Change-Id: Ib0c732e1962da94fde0e0da307f610dd36f49eda

2014-05-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [cedbbe2f78a6a07d79b43d71f36738b46cf62c38]

        fdo#78153 SwTxtFrm::ManipOfst() requires a valid position
        
        At least it seems that after setting the offset to the largest possible
        value (instead of COMPLETE_STRING), things get back to normal.
        
        Change-Id: I25fafd277eaf480f9ae232254ced3946589aa562

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [bd22c1ca588147dd522542fcc39ba8b3f5c3b16c]

        coverity#1209781 Resource leak
        
        We should free pTV_modify when we're done with it.
        
        Change-Id: I7eaf64df2f7bdf6bd899d3a31cad499c4066c990

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [68bfb2a082cc8def86d9706f3328d39d585eecfb]

        coverity#1209550 Unchecked dynamic_cast
        
        Dynamic cast can be dangerous - if the cast fails then it returns NULL.
        Coverity picked this up - it could effect
        Window::IsNativeWidgetEndabled(). Hopefully I'll get rid of this when I
        remove meOutDevType during work on fdo#74702.
        
        Change-Id: Id6df1eeff716a6acd1b108b5e1e4674e819afe3d

2014-05-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0d0f80900db7854d31531861e0992459244d74ce]

        auto is not a valid value for c:symbol's val attribute
        
        Change-Id: Idbdab90e100cbd2de83a2255e2554b5024a2f927

2014-05-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8925abe25d4b426b091f23ec8e7f5e7d21d10583]

        early bail out
        
        Change-Id: I342c49f968a921167c4da8b98e7e17e79b945491

2014-05-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [078612f6c3ab62c6f7bb99625611dc791ab868da]

        no need for that using statement
        
        Change-Id: Ide94e0e4909574b01e5d739be3e9f9dd7652ba86

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [24ec38a96fa33b75435786caaca04f9cef86c289]

        coverity#1209003: Unchecked return value
        
        When AcquireGraphics() is true, then it means that we got the graphics
        context.
        
        Change-Id: Id5f4a5fc4456f6ce649fdf3ee63ff6103ba65233

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [f2e4bb4b96a7c2176a0dd1dacd9930bf9b68d895]

        Revert "VCL: move native widget rendering functions out of OutputDevice"
        
        This reverts commit 5b86e33b5fb5f8250b88bf14e579cddd98fec36a.

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [4f45ec19fc96e4471dc3fe342e5acd910068dd12]

        VCL: sal_True -> true and sal_False -> false in outdev/text.cxx
        
        Change-Id: I51e43962784dd21da4e9b2003c3b734026706282

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [5b86e33b5fb5f8250b88bf14e579cddd98fec36a]

        VCL: move native widget rendering functions out of OutputDevice
        
        The following functions should be in the Window class, not in
        OutputDevice:
        
        + IsNativeControlSupported
        + HitTestNativeControl
        + DrawNativeControl
        + GetNativeControlRegion
        
        Additionally, moved nativecontrols.cxx to vcl/source/window/ and whilst
        we are about it, it turns out that VirtualDevice isn't used by these
        functions. Therefore the 'orrible check to for the type of class can be
        removed and in fact as VirtualDevice doesn't use it at all then we can
        just remove the function and replace it with a call to
        IsNativeWidgetEnabled().
        
        Change-Id: Idd0bfb1cba1c2902f7a6d55d258efb38b67fb827

2014-05-01  Jan-Marek Glogowski  <glogow@fbihome.de>  [5a6b71547ff8312960087e031fe2b25d20d64c2a]

        Git: ignore autogen, doxygen and gdb config files
        
        Adds some additional files to .gitignore.
        
        Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52
        Reviewed-on: https://gerrit.libreoffice.org/8437
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-01  Julien Nabet  <serval2412@yahoo.fr>  [4558064a31bcecd7cbdfde02b1c309a3b9d9813d]

        Resolves: fdo#78133 LibO crashes when in options dialog (Colors part)
        
        + Related: fdo#77934
        It seems pDrDoc is always known now (related to
        185c270e66d03d1f77beb8a8996393d023e818e7 ?)
        
        Change-Id: I5f984e0e53ec49d67c07a43159433fcc26524777
        Reviewed-on: https://gerrit.libreoffice.org/9219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [66a777c3d4c926aa2bd3d40da4852e769ad6ddc2]

        coverity#707976 Uninitialized pointer field
        
        Change-Id: I6e62d97dc1c7020320aa9a0b58a692ca2dc6f617

2014-05-01  Caolán McNamara  <caolanm@redhat.com>  [aa668984f6a1f6e5c4d3d23dc89bab59f66baa5c]

        coverity#707714: Uninitialized pointer
        
        Change-Id: I98e21ad28ea31bae41894d1804cbafe0c247035d

2014-05-01  Pedro Giffuni  <pfg@apache.org>  [820a29950b3085a713026995fdc43e32b6ded5f7]

        Many spelling fixes: directories r* - z*.
        
        Attempt to clean up most but certainly not all the spelling
        mistakes that found home in OpenOffice through decades. We
        could probably blame the international nature of the code but
        it is somewhat shameful that this wasn't done before.
        
        (cherry picked from commit 28206a7cb43aff5adb10f8235ad1680c3941ee3e)
        
        Conflicts:
        	include/osl/file.hxx
        	include/osl/pipe_decl.hxx
        	include/osl/socket.h
        	include/osl/socket_decl.hxx
        	include/sal/main.h
        	include/svx/dbaexchange.hxx
        	include/svx/dlgctrl.hxx
        	include/svx/msdffdef.hxx
        	include/svx/sdr/contact/objectcontactofpageview.hxx
        	include/svx/svdpntv.hxx
        	include/ucbhelper/content.hxx
        	include/ucbhelper/interceptedinteraction.hxx
        	include/ucbhelper/resultsethelper.hxx
        	include/unotools/sharedunocomponent.hxx
        	include/unotools/viewoptions.hxx
        	include/vcl/pdfwriter.hxx
        	include/xmloff/txtparae.hxx
        	include/xmloff/uniref.hxx
        	rhino/rhino1_7R3.patch
        	rsc/inc/rscrsc.hxx
        	sal/inc/osl/conditn.h
        	sal/inc/osl/security.h
        	sal/inc/osl/semaphor.h
        	sal/inc/osl/semaphor.hxx
        	sal/inc/rtl/string.hxx
        	sal/inc/rtl/tres.h
        	sal/inc/systools/win32/StrConvert.h
        	sal/osl/os2/file_path_helper.h
        	sal/osl/os2/file_path_helper.hxx
        	sal/osl/os2/file_url.cxx
        	sal/osl/os2/file_url.h
        	sal/osl/os2/makefile.mk
        	sal/osl/os2/pipe.cxx
        	sal/osl/os2/process.c
        	sal/osl/os2/profile.c
        	sal/osl/os2/socket.c
        	sal/osl/os2/system.h
        	sal/osl/unx/asm/interlck_sparc.s
        	sal/osl/unx/file_url.cxx
        	sal/osl/unx/signal.c
        	sal/osl/unx/system.h
        	sal/osl/w32/MAKEFILE.MK
        	sal/osl/w32/interlck.c
        	sal/osl/w32/module.cxx
        	sal/osl/w32/security.c
        	sal/qa/buildall.pl
        	sal/qa/osl/file/osl_File.cxx
        	sal/qa/osl/module/osl_Module_Const.h
        	sal/qa/osl/mutex/osl_Mutex.cxx
        	sal/qa/osl/pipe/osl_Pipe.cxx
        	sal/qa/osl/process/osl_Thread.cxx
        	sal/qa/osl/socket/osl_StreamSocket.cxx
        	sal/qa/osl/socket/sockethelper.cxx
        	sal/qa/rtl_strings/rtl_OUString.cxx
        	sal/rtl/source/unload.cxx
        	sal/systools/win32/kill/kill.cxx
        	sal/systools/win32/uwinapi/MoveFileExA.cpp
        	sal/test/bootstrap.pl
        	sal/typesconfig/typesconfig.c
        	sal/workben/tgetpwnam.cxx
        	sax/inc/sax/parser/saxparser.hxx
        	sc/addin/datefunc/dfa.cl
        	sc/addin/datefunc/dfa.src
        	sc/addin/rot13/rot13.cl
        	sc/addin/rot13/rot13.src
        	sc/inc/attarray.hxx
        	sc/inc/chgtrack.hxx
        	sc/inc/column.hxx
        	sc/inc/compressedarray.hxx
        	sc/inc/document.hxx
        	sc/inc/table.hxx
        	sc/source/core/data/column.cxx
        	sc/source/core/data/dptablecache.cxx
        	sc/source/core/data/dptabres.cxx
        	sc/source/core/data/dptabsrc.cxx
        	sc/source/core/data/global.cxx
        	sc/source/core/tool/chgtrack.cxx
        	sc/source/core/tool/compiler.cxx
        	sc/source/filter/excel/xestyle.cxx
        	sc/source/filter/excel/xichart.cxx
        	sc/source/filter/inc/fapihelper.hxx
        	sc/source/filter/inc/xistyle.hxx
        	sc/source/filter/xml/xmlsubti.cxx
        	sc/source/ui/Accessibility/AccessibleCell.cxx
        	sc/source/ui/Accessibility/AccessibleContextBase.cxx
        	sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx
        	sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
        	sc/source/ui/Accessibility/AccessibleEditObject.cxx
        	sc/source/ui/Accessibility/AccessiblePreviewCell.cxx
        	sc/source/ui/app/inputwin.cxx
        	sc/source/ui/docshell/docfunc.cxx
        	sc/source/ui/drawfunc/fupoor.cxx
        	sc/source/ui/miscdlgs/linkarea.cxx
        	sc/source/ui/unoobj/chart2uno.cxx
        	sc/source/ui/unoobj/nameuno.cxx
        	sc/source/ui/vba/vbacharacters.hxx
        	sc/source/ui/vba/vbarange.cxx
        	sc/source/ui/vba/vbawindow.cxx
        	scaddins/source/analysis/analysishelper.cxx
        	scaddins/source/analysis/analysishelper.hxx
        	scaddins/source/datefunc/datefunc.cxx
        	scripting/examples/python/Capitalise.py
        	scripting/source/pyprov/officehelper.py
        	sd/source/filter/eppt/eppt.cxx
        	sd/source/filter/eppt/epptso.cxx
        	sd/source/ui/dlg/prltempl.cxx
        	sd/source/ui/dlg/tpoption.cxx
        	sd/source/ui/func/fuediglu.cxx
        	sd/source/ui/func/fupoor.cxx
        	sd/source/ui/func/fusel.cxx
        	sd/source/ui/func/smarttag.cxx
        	sd/source/ui/inc/OutlinerIteratorImpl.hxx
        	sd/source/ui/inc/SlideViewShell.hxx
        	sd/source/ui/inc/fuediglu.hxx
        	sd/source/ui/inc/fusel.hxx
        	sd/source/ui/slideshow/slideshowimpl.cxx
        	sd/source/ui/slidesorter/cache/SlsQueueProcessorThread.hxx
        	sd/source/ui/slidesorter/controller/SlsHideSlideFunction.cxx
        	sd/source/ui/slidesorter/controller/SlsSelectionCommand.hxx
        	sd/source/ui/slidesorter/inc/controller/SlsAnimationFunction.hxx
        	sd/source/ui/slidesorter/view/SlsButtonBar.cxx
        	sd/source/ui/view/Outliner.cxx
        	sd/source/ui/view/drviewsh.cxx
        	sd/source/ui/view/frmview.cxx
        	sdext/source/presenter/PresenterFrameworkObserver.hxx
        	sdext/source/presenter/PresenterSlideShowView.cxx
        	setup_native/scripts/deregister_extensions
        	setup_native/scripts/register_extensions
        	setup_native/source/opensolaris/bundledextensions/README
        	setup_native/source/opensolaris/bundledextensions/svc-ooo_bundled_extensions
        	setup_native/source/win32/customactions/patch/swappatchfiles.cxx
        	setup_native/source/win32/customactions/reg4msdoc/registrar.cxx
        	setup_native/source/win32/customactions/reg4msdoc/userregistrar.cxx
        	sfx2/inc/sfx2/sfxbasemodel.hxx
        	sfx2/qa/complex/sfx2/DocumentProperties.java
        	sfx2/source/appl/appopen.cxx
        	sfx2/source/appl/appquit.cxx
        	sfx2/source/appl/appserv.cxx
        	sfx2/source/bastyp/sfxhtml.cxx
        	sfx2/source/dialog/dockwin.cxx
        	sfx2/source/doc/docfile.cxx
        	sfx2/source/doc/docvor.cxx
        	sfx2/source/doc/graphhelp.cxx
        	sfx2/source/doc/objcont.cxx
        	sfx2/source/doc/objserv.cxx
        	sfx2/source/doc/objstor.cxx
        	sfx2/source/doc/objuno.cxx
        	sfx2/source/doc/objxtor.cxx
        	sfx2/source/doc/printhelper.cxx
        	sfx2/source/doc/sfxbasemodel.cxx
        	sfx2/source/notify/eventsupplier.cxx
        	sfx2/source/view/frmload.cxx
        	sfx2/source/view/sfxbasecontroller.cxx
        	shell/qa/zip/ziptest.cxx
        	shell/source/backends/wininetbe/wininetbackend.cxx
        	shell/source/win32/shlxthandler/util/utilities.cxx
        	solenv/bin/build.pl
        	solenv/bin/build_release.pl
        	solenv/bin/cws.pl
        	solenv/bin/download_external_dependencies.pl
        	solenv/bin/make_download.pl
        	solenv/bin/make_installer.pl
        	solenv/bin/modules/Cws.pm
        	solenv/bin/modules/ExtensionsLst.pm
        	solenv/bin/modules/installer/control.pm
        	solenv/bin/modules/installer/downloadsigner.pm
        	solenv/bin/modules/installer/javainstaller.pm
        	solenv/bin/modules/installer/packagepool.pm
        	solenv/bin/modules/installer/patch/InstallationSet.pm
        	solenv/bin/modules/installer/scriptitems.pm
        	solenv/bin/modules/installer/windows/feature.pm
        	solenv/bin/modules/installer/windows/msiglobal.pm
        	solenv/bin/modules/installer/windows/sign.pm
        	solenv/bin/modules/installer/worker.pm
        	solenv/bin/modules/installer/xpdinstaller.pm
        	solenv/bin/modules/osarch.pm
        	solenv/bin/modules/packager/work.pm
        	solenv/bin/modules/pre2par/parameter.pm
        	solenv/bin/patch_tool.pl
        	solenv/bin/transform_description.pl
        	solenv/doc/gbuild/doxygen.cfg
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/gbuild.mk
        	solenv/inc/os2gcci.mk
        	solenv/inc/settings.mk
        	solenv/inc/startup/Readme
        	solenv/inc/target.mk
        	solenv/inc/tg_compv.mk
        	solenv/inc/tg_javav.mk
        	solenv/inc/unitools.mk
        	solenv/inc/unxbsdi.mk
        	solenv/inc/unxbsdi2.mk
        	solenv/inc/unxbsds.mk
        	solenv/inc/unxfbsd.mk
        	solenv/inc/unxlng.mk
        	sot/source/sdstor/stg.cxx
        	sot/source/sdstor/stgelem.cxx
        	sot/source/sdstor/ucbstorage.cxx
        	starmath/inc/toolbox.hxx
        	starmath/source/mathmlexport.cxx
        	starmath/source/node.cxx
        	starmath/source/toolbox.cxx
        	starmath/source/view.cxx
        	stoc/source/bootstrap/bootstrap.xml
        	stoc/source/corereflection/criface.cxx
        	stoc/source/invocation/invocation.cxx
        	stoc/source/security/access_controller.cxx
        	stoc/source/servicemanager/servicemanager.cxx
        	stoc/source/tdmanager/tdmgr.cxx
        	stoc/test/javavm/testjavavm.cxx
        	stoc/test/testconv.cxx
        	stoc/test/testcorefl.cxx
        	stoc/test/testintrosp.cxx
        	svl/inc/svl/inettype.hxx
        	svl/inc/svl/urihelper.hxx
        	svl/qa/complex/ConfigItems/helper/HistoryOptTest.cxx
        	svl/qa/complex/ConfigItems/helper/HistoryOptTest.hxx
        	svl/source/config/itemholder2.hxx
        	svl/source/items/itemset.cxx
        	svl/source/numbers/zforlist.cxx
        	svl/source/numbers/zformat.cxx
        	svl/source/numbers/zforscan.cxx
        	svtools/bmpmaker/bmp.cxx
        	svtools/inc/svtools/helpagentwindow.hxx
        	svtools/inc/svtools/menuoptions.hxx
        	svtools/inc/svtools/miscopt.hxx
        	svtools/inc/svtools/optionsdrawinglayer.hxx
        	svtools/inc/svtools/stringtransfer.hxx
        	svtools/inc/svtools/svlbitm.hxx
        	svtools/inc/svtools/svtdata.hxx
        	svtools/inc/svtools/valueset.hxx
        	svtools/source/brwbox/editbrowsebox.cxx
        	svtools/source/config/itemholder2.hxx
        	svtools/source/contnr/contentenumeration.hxx
        	svx/inc/svx/fmsrcimp.hxx
        	svx/inc/svx/svdobj.hxx
        	svx/inc/svx/xtable.hxx
        	svx/source/accessibility/DGColorNameLookUp.cxx
        	svx/source/accessibility/svxrectctaccessiblecontext.cxx
        	svx/source/dialog/pfiledlg.cxx
        	svx/source/fmcomp/fmgridcl.cxx
        	svx/source/fmcomp/fmgridif.cxx
        	svx/source/fmcomp/gridctrl.cxx
        	svx/source/form/filtnav.cxx
        	svx/source/form/fmPropBrw.cxx
        	svx/source/form/fmshimp.cxx
        	svx/source/form/fmsrcimp.cxx
        	svx/source/gallery2/galtheme.cxx
        	svx/source/inc/docrecovery.hxx
        	svx/source/sdr/event/eventhandler.cxx
        	svx/source/svdraw/svdedtv2.cxx
        	svx/source/svdraw/svdedxv.cxx
        	svx/source/svdraw/svdhdl.cxx
        	svx/source/svdraw/svdobj.cxx
        	svx/source/svdraw/svdograf.cxx
        	svx/source/svdraw/svdoole2.cxx
        	svx/source/svdraw/svdotxtr.cxx
        	svx/source/svdraw/svdundo.cxx
        	svx/source/svdraw/svdxcgv.cxx
        	svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
        	sw/inc/SwNumberTree.hxx
        	sw/inc/ndnotxt.hxx
        	sw/source/core/access/acccell.cxx
        	sw/source/core/access/acccell.hxx
        	sw/source/core/access/accframebase.cxx
        	sw/source/core/access/accframebase.hxx
        	sw/source/core/access/accmap.cxx
        	sw/source/core/access/accpage.cxx
        	sw/source/core/access/accpage.hxx
        	sw/source/core/access/accpara.cxx
        	sw/source/core/access/accpara.hxx
        	sw/source/core/bastyp/swrect.cxx
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/doc/docdde.cxx
        	sw/source/core/doc/notxtfrm.cxx
        	sw/source/core/docnode/section.cxx
        	sw/source/core/draw/dcontact.cxx
        	sw/source/core/edit/edlingu.cxx
        	sw/source/core/inc/anchoredobjectposition.hxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/layout/tabfrm.cxx
        	sw/source/core/layout/trvlfrm.cxx
        	sw/source/core/ole/ndole.cxx
        	sw/source/core/text/atrstck.cxx
        	sw/source/core/text/inftxt.cxx
        	sw/source/core/text/itratr.cxx
        	sw/source/core/text/itrform2.cxx
        	sw/source/core/text/itrform2.hxx
        	sw/source/core/text/porfld.cxx
        	sw/source/core/text/txtfly.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/core/uibase/dochdl/swdtflvr.cxx
        	sw/source/core/uibase/docvw/PostItMgr.cxx
        	sw/source/core/uibase/docvw/SidebarWin.cxx
        	sw/source/core/uibase/docvw/edtwin.cxx
        	sw/source/core/uibase/envelp/labimg.cxx
        	sw/source/core/uibase/uiview/pview.cxx
        	sw/source/core/uibase/uno/unomailmerge.cxx
        	sw/source/core/undo/unattr.cxx
        	sw/source/core/undo/untbl.cxx
        	sw/source/core/unocore/unochart.cxx
        	sw/source/core/view/vdraw.cxx
        	sw/source/core/view/vnew.cxx
        	sw/source/filter/basflt/fltini.cxx
        	sw/source/filter/html/wrthtml.cxx
        	sw/source/filter/inc/wwstyles.hxx
        	sw/source/filter/rtf/rtffly.cxx
        	sw/source/filter/rtf/swparrtf.cxx
        	sw/source/filter/ww8/docxattributeoutput.cxx
        	sw/source/filter/ww8/dump/msvbasic.cxx
        	sw/source/filter/ww8/dump/ww8scan.cxx
        	sw/source/filter/ww8/dump/ww8scan.hxx
        	sw/source/filter/ww8/dump/ww8struc.hxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/ww8graf.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par2.cxx
        	sw/source/filter/ww8/ww8par2.hxx
        	sw/source/filter/ww8/ww8par3.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        	sw/source/filter/ww8/ww8scan.cxx
        	sw/source/filter/ww8/ww8scan.hxx
        	sw/source/ui/dbui/dbinsdlg.cxx
        	sw/source/ui/inc/tablemgr.hxx
        	sw/source/ui/inc/uitool.hxx
        	sw/source/ui/lingu/olmenu.cxx
        	sw/source/ui/uiview/viewport.cxx
        	sysui/desktop/productversion.mk
        	sysui/desktop/slackware/makefile.mk
        	testgraphical/source/CallExternals.pm
        	testgraphical/source/fill_documents_loop.pl
        	testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
        	toolkit/doc/layout/notes.txt
        	toolkit/doc/layout/oldnotes.txt
        	toolkit/source/awt/vclxtabcontrol.cxx
        	toolkit/src2xml/source/srcparser.py
        	toolkit/workben/layout/editor.cxx
        	tools/inc/tools/simplerm.hxx
        	tools/inc/tools/solar.h
        	tools/source/communi/geninfo.cxx
        	tools/source/fsys/dirent.cxx
        	tools/source/fsys/filecopy.cxx
        	tools/source/fsys/os2.cxx
        	tools/source/inet/inetmime.cxx
        	tools/source/rc/resmgr.cxx
        	ucb/source/core/ucbcmds.cxx
        	ucb/source/ucp/file/filglob.cxx
        	ucb/source/ucp/odma/odma_content.cxx
        	ucb/source/ucp/tdoc/ucptdoc.xml
        	ucb/source/ucp/webdav/makefile.mk
        	ucbhelper/inc/ucbhelper/simplecertificatevalidationrequest.hxx
        	ucbhelper/source/client/content.cxx
        	ucbhelper/source/client/interceptedinteraction.cxx
        	udkapi/com/sun/star/beans/XPropertiesChangeListener.idl
        	udkapi/com/sun/star/io/ObjectOutputStream.idl
        	udkapi/com/sun/star/io/XMarkableStream.idl
        	udkapi/com/sun/star/io/XTextOutputStream.idl
        	udkapi/com/sun/star/reflection/CoreReflection.idl
        	udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
        	udkapi/com/sun/star/test/XSimpleTest.idl
        	unodevtools/source/skeletonmaker/skeletoncommon.cxx
        	unodevtools/source/skeletonmaker/skeletoncommon.hxx
        	unotools/inc/unotools/cacheoptions.hxx
        	unotools/inc/unotools/cmdoptions.hxx
        	unotools/inc/unotools/dynamicmenuoptions.hxx
        	unotools/inc/unotools/extendedsecurityoptions.hxx
        	unotools/inc/unotools/fontoptions.hxx
        	unotools/inc/unotools/historyoptions.hxx
        	unotools/inc/unotools/idhelper.hxx
        	unotools/inc/unotools/internaloptions.hxx
        	unotools/inc/unotools/localisationoptions.hxx
        	unotools/inc/unotools/moduleoptions.hxx
        	unotools/inc/unotools/printwarningoptions.hxx
        	unotools/inc/unotools/securityoptions.hxx
        	unotools/inc/unotools/startoptions.hxx
        	unotools/inc/unotools/workingsetoptions.hxx
        	unotools/source/config/cmdoptions.cxx
        	unotools/source/config/compatibility.cxx
        	unotools/source/config/configitem.cxx
        	unotools/source/config/configmgr.cxx
        	unotools/source/config/dynamicmenuoptions.cxx
        	unotools/source/config/fontcfg.cxx
        	unotools/source/config/itemholder1.hxx
        	unotools/source/config/moduleoptions.cxx
        	unotools/source/config/pathoptions.cxx
        	unotools/source/config/viewoptions.cxx
        	unotools/source/misc/sharedunocomponent.cxx
        	uui/source/fltdlg.cxx
        	uui/source/iahndl-filter.cxx
        	vbahelper/inc/vbahelper/collectionbase.hxx
        	vbahelper/source/msforms/vbacontrol.cxx
        	vbahelper/source/vbahelper/collectionbase.cxx
        	vcl/aqua/source/gdi/atsfonts.cxx
        	vcl/inc/aqua/salmathutils.hxx
        	vcl/inc/graphite_cache.hxx
        	vcl/inc/jobset.h
        	vcl/inc/os2/salgdi.h
        	vcl/inc/osx/saldata.hxx
        	vcl/inc/salgdi.hxx
        	vcl/inc/salwtype.hxx
        	vcl/inc/unx/wmadaptor.hxx
        	vcl/inc/vcl/print.hxx
        	vcl/inc/vcl/strhelper.hxx
        	vcl/os2/source/app/salinst.cxx
        	vcl/os2/source/app/saltimer.cxx
        	vcl/os2/source/gdi/salgdi2.cxx
        	vcl/osx/salframeview.mm
        	vcl/osx/salprn.cxx
        	vcl/qa/cppunit/dndtest.cxx
        	vcl/source/app/dbggui.cxx
        	vcl/source/control/ilstbox.cxx
        	vcl/source/gdi/cvtsvm.cxx
        	vcl/source/gdi/gdimtf.cxx
        	vcl/source/gdi/outdev4.cxx
        	vcl/source/gdi/outdev6.cxx
        	vcl/source/gdi/pdfwriter_impl.cxx
        	vcl/source/gdi/pdfwriter_impl2.cxx
        	vcl/source/gdi/print.cxx
        	vcl/source/gdi/print2.cxx
        	vcl/source/glyphs/gcach_layout.cxx
        	vcl/source/glyphs/glyphcache.cxx
        	vcl/source/glyphs/graphite_layout.cxx
        	vcl/source/window/printdlg.cxx
        	vcl/source/window/tabdlg.cxx
        	vcl/source/window/window.cxx
        	vcl/source/window/winproc.cxx
        	vcl/unx/generic/app/saldisp.cxx
        	vcl/unx/generic/dtrans/X11_selection.hxx
        	vcl/unx/gtk/app/gtkdata.cxx
        	vcl/win/source/gdi/salgdi2.cxx
        	vcl/win/source/gdi/salgdi3.cxx
        	vcl/win/source/window/salframe.cxx
        	vos/inc/vos/pipe.hxx
        	vos/inc/vos/process.hxx
        	vos/inc/vos/signal.hxx
        	vos/inc/vos/socket.hxx
        	vos/inc/vos/thread.hxx
        	vos/source/pipe.cxx
        	vos/source/socket.cxx
        	wizards/com/sun/star/wizards/agenda/AgendaTemplate.java
        	wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java
        	wizards/com/sun/star/wizards/agenda/TopicsControl.java
        	wizards/com/sun/star/wizards/web/FTPDialog.java
        	wizards/com/sun/star/wizards/web/ImageListDialog.java
        	wizards/com/sun/star/wizards/web/Process.java
        	wizards/com/sun/star/wizards/web/ProcessStatusRenderer.java
        	wizards/com/sun/star/wizards/web/TOCPreview.java
        	wizards/com/sun/star/wizards/web/WWD_Startup.java
        	wizards/com/sun/star/wizards/web/data/TypeDetection.java
        	wizards/com/sun/star/wizards/web/export/ImpressHTMLExporter.java
        	writerfilter/inc/doctok/WW8Document.hxx
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/NumberingManager.cxx
        	writerfilter/source/dmapper/PropertyMap.cxx
        	writerfilter/source/dmapper/StyleSheetTable.cxx
        	writerfilter/source/doctok/WW8StructBase.hxx
        	writerfilter/source/doctok/resources.xmi
        	writerfilter/source/ooxml/README.efforts
        	xmerge/source/activesync/XMergeFilter.cpp
        	xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/SxcDocumentDeserializerImpl.java
        	xmerge/source/palmtests/qa/comparator/pdbcomparison.java
        	xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
        	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/DefinedName.java
        	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Workbook.java
        	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/Worksheet.java
        	xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/SymbolLookup.java
        	xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/DocumentDescriptor.java
        	xmerge/workben/jstyle.pl
        	xmlhelp/source/cxxhelp/provider/databases.hxx
        	xmlhelp/source/cxxhelp/provider/provider.cxx
        	xmlhelp/source/treeview/tvread.cxx
        	xmloff/inc/txtfldi.hxx
        	xmloff/inc/xmloff/xmlmultiimagehelper.hxx
        	xmloff/inc/xmloff/xmluconv.hxx
        	xmloff/source/core/xmlexp.cxx
        	xmloff/source/draw/shapeexport2.cxx
        	xmloff/source/draw/shapeexport3.cxx
        	xmloff/source/meta/xmlversion.cxx
        	xmloff/source/style/impastp4.cxx
        	xmloff/source/style/xmlaustp.cxx
        	xmloff/source/text/XMLSectionExport.cxx
        	xmloff/source/text/txtflde.cxx
        	xmloff/source/text/txtimp.cxx
        	xmloff/source/text/txtparae.cxx
        	xmloff/source/text/txtparai.cxx
        	xmloff/source/text/txtvfldi.cxx
        	xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx
        
        Change-Id: Ie072e7c3a60c5dae16a67ac36d1f372c5065c99c

2014-05-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3c4fb52d8fc89fe43983991ed2339295b2e0ef8c]

        fdo#78079: Re-work sort by column to get it to do the right thing.
        
        Also fixed reference update problem.
        
        Change-Id: I06e6115ef969a011fdd5c92d5eb1927fb7ae789b

2014-05-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0e443b773454fa153827753812757d88eea932c5]

        fdo#78079: Write test for this.
        
        Change-Id: I3d3fc54cb433ec60d51341c3b4a077414a99a14c

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a1196aae48162a456c7c56bf703a89972ade9b2]

        fix build error
        
        Change-Id: Ia94ccbb5aefca48c1108dc029c5dcdd5161e947b

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37555c895319cef08e652dfe259ec50696def779]

        remove unused code
        
        actually I don't want to see the BMP code ever again!!
        
        Change-Id: Ia5be607399238e7e71399d109b2cfbfa889e29d1

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e1c793ab4db7221d4c7591ddba8b998fdeade7c]

        some small clean-up in new OGL 3D renderer
        
        Change-Id: I0415aac374fa9c09c0556147cf07b31d13af46e1

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f28c821fec267bea33f34bf423b22d8fb6e010e]

        more type correctness in new code
        
        Change-Id: If6ba00dd10ef0c565c63d559e63ea4135ab4eea4

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f49f5e160ee0fc5cad527ef76b1e399c39a31051]

        use sal_ types for variables with fixed width
        
        Change-Id: I3a6be24b839633c3864a8961ade06fa59717335a

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c5dd8be10560a10f1abd85e869d9989be162b48]

        remove the need for using namespace std;
        
        Change-Id: Ibb0d3031fc8ec986d6d2d9c7b178418b4dd37811

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c23c32f1bf6bccce49473fd713782c885985581f]

        remove OPENGL_SCALE_VALUE that makes no sense without XShape
        
        Change-Id: I1f8874d4d9fd5323fac9c31b9b5334b3d193cd63

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83c4db6dd6dc153d35dcf15186444e9e9a171074]

        pass large objects by const reference and not by value
        
        Change-Id: I43cfb31ffb268313940a92e80275d70fa8a2333a

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9b8c33ecc561bf8685614ec61d709c8001901fb6]

        Revert "temporarily disable failing chart2 ChXDiagram RegressionCurves test"
        
        This reverts commit 6be6700edb3b704d62d8b331ba95f227617c57d3.

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e0dcb2260e75935fcebd0774ea51568666874e95]

        be explicit about text rotations, fdo#70670
        
        Change-Id: I5090a49c2383e6a30165a8eca22b527972c0f507

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [046f71a2151b247181685471a20f8e90d95085f1]

        it should not be a warning
        
        Change-Id: I1cb1413a1ebae4fbb3d43acf5fe15d6ad81db5bb

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d185dc3b443a99dad0b192319c22dca615ce51d]

        add test for fdo#78041
        
        Change-Id: I08d30102b2218584af2fb800a657728bec42ec18

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [200963d3019b7d296f4e22c5e6874eef8b84012b]

        set graphic properties for error bars during import, fdo#78041
        
        Change-Id: I43138745b074dcacdafa090d97eeb9aa2ccecf78

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90511600040cdaafb4ceb1cfb7d31752b56185ca]

        fix spelling error
        
        Change-Id: If6c318f1a1f74a39083bf83eed2f80aca1e27bc5

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cca2dca62b19242a5b421f938443eabcd24b671]

        add test for fdo#75168
        
        Change-Id: Iffb07d98333667837a7a2bba00e2d667d49bb709

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3629fac93ee96a3778bb9a7a63150b35c5d9bc3c]

        escape conditional formatting formulas during xlsx export, fdo#75168
        
        Change-Id: I9ebdb2315b51c2b53d8cfa0486b3ec22a8e0d88d

2014-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9a9adf0bdc05bf2d80632a56db794c7fa12209e]

        add unit test for fdo#77984
        
        Change-Id: Iab081d779a959c9ebe8a2721b146ebe0b3e97099

2014-05-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [03e771f268895a3c79138dd52556d51baaad86e0]

        VCL: Rearrange function locations and accessibility in window.hxx
        
        A whole bunch of functions in include/vcl/window.hxx should be private,
        a number should be protected. Change this now and fix some formatting
        whilst I'm about it.
        
        Change-Id: I8bae0112dcecffb7c703fe35e8db6676c1b5f584

2014-05-01  Luboš Luňák  <l.lunak@collabora.com>  [f1b2261cef7c9996af60f8902e9c0db4bbf896ac]

        break infinite loop
        
        endOfScript() can return -1 , which will never be >= maText.getLength(),
        and nothing will update once nChg is that way. It originally worked
        when nChg was unsigned, but 44fbecbfe297cefcc844ca2071fbf017777dd4c3
        changed that and missed it (no wonder, given even the explicit cast,
        which was stupid, so possibly there is a problem elsewhere, but this
        way it at least doesn't lock up).
        
        Change-Id: Ia5138ba36916bd0bfb8f07854580c39d2622f201

2014-04-30  Luboš Luňák  <l.lunak@collabora.com>  [2dda1cd4d1927790d546dbaf1893279d18515bae]

        tests for msoffice brightness+contrast
        
        For commits 1139d618b8bc6ab823a96184bd0f0257980aad24 and
        893fe88469dec5b727d96f8ea1b4edb9e88288a7 .
        
        Change-Id: Ia59ec5c4226944280c4b585c87179d28303bda4b

2014-04-30  Luboš Luňák  <l.lunak@collabora.com>  [893fe88469dec5b727d96f8ea1b4edb9e88288a7]

        handle brightness+contrast from msoffice (bnc#875713)
        
        This is the same like 1139d618b8bc6ab823a96184bd0f0257980aad24, for docx.
        
        Change-Id: I1ef4e18444e8c60e9ae8f67249bcef1053f0d62d

2014-04-30  Luboš Luňák  <l.lunak@collabora.com>  [804da2a977989ba1f046847b9e00f00c83749e30]

        actually read brightness/contrast when reading docx (bnc#875713)
        
        It's read for the shape in oox/ , but it didn't make it any further apparently.
        
        Change-Id: I0885a675f72d63b3d262f1ef7e42f5d2e03588b6

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [d1ffea3a272d61f1343047e86b4eeabe032aa352]

        coverity#738909 Uninitialized scalar field
        
        Change-Id: I332d57bd7a82a734e509afe24c0c716ce8a4e455

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [858292697c3624556922852d88623aaf72e0fccd]

        coverity#708465 Uninitialized scalar field
        
        Change-Id: I56bc0398a6c61c128a3fc07ab7761bd3bc70250d

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [3124c258716a6483000d9e217b0e300326683cfe]

        coverity#738881 Uninitialized pointer field
        
        Change-Id: Iecf88297963bd4bf0a5f69f7090ed0bbeb393c89

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [503f6b4878562fbd629742ee98d374c2b6f6979b]

        coverity#738609 Uninitialized pointer field
        
        Change-Id: I63718d125c166b31a5980b34d4070e6fd8e89f50

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [ddf6eac1b63123c937891adbe760e5dec8fcc73e]

        coverity#738608 Uninitialized pointer field
        
        Change-Id: If4d3260d1f7875f6d22b752e0e52e66cc4e666b7

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [b4884b45fab389e8fa7d52a2487be82266167042]

        coverity#738607 Uninitialized pointer field
        
        Change-Id: I333e7a6d06c47771ccd4a0bc937a833ae871a5c5

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [61fb42950d0b04d3f576bc2aacf72771dba722db]

        coverity#738594 Uninitialized scalar field
        
        Change-Id: Ib8a7c8d6fb610715015e533b9e5f473cb4a4e145

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [c6c90e40b89b003bcaaa1dac0e809c107318d43a]

        coverity#738592 Uninitialized scalar field
        
        Change-Id: Ie4479033a256344784d03640e9c18412986c20a3

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [880a542a527e6c3d76f15f13bd336403a53dc435]

        coverity#738591 Uninitialized pointer field
        
        Change-Id: I066b6af6a1576e741c099a5961c2d4d0f2e16927

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [ce4e4c9dd59affcab2a5162161283fd42ab592ef]

        coverity#738590 Uninitialized scalar field
        
        Change-Id: I527c06f5cac8795191f2244aa2a31ed4f1c35ef7

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [667772760aaba490f58af3bf0cb076cb3b0c4eb9]

        coverity#738577 Uninitialized pointer field
        
        Change-Id: I2a1c99b368ae970a63545cea4d750711baa4ad55

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [8608dd317975e39088b82bc8f1ec8c42d01fa1fc]

        coverity#738569 Uninitialized scalar field
        
        Change-Id: I1e6c3f30f1760ff72aae935d79291e4f910d132b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [9a7ae56a887537009ee88dbaed1a42f6d0060c6c]

        coverity#738568 Uninitialized scalar field
        
        Change-Id: I0243a52daa67054b8f7fe33ccdd5c149fb35411e

2014-04-30  Pedro Giffuni  <pfg@apache.org>  [f2023b24fff8705f18cada2b5303d9db1793bb8d]

        Many spelling fixes: directory qadevOOo.
        
        Attempt to clean up most but certainly not all the spelling
        mistakes that found home in OpenOffice through decades. We
        could probably blame the international nature of the code but
        it is somewhat shameful that this wasn't done  before.
        
        (cherry picked from commit c3f20ae9a447f50517fe545a53de91d412c3337c)
        
        Conflicts:
        	qadevOOo/runner/base/java_complex.java
        	qadevOOo/runner/basicrunner/BasicHandler.java
        	qadevOOo/runner/basicrunner/basichelper/Connector.java
        	qadevOOo/runner/helper/LoggingThread.java
        	qadevOOo/runner/helper/StreamSimulator.java
        	qadevOOo/runner/helper/URLHelper.java
        	qadevOOo/runner/stats/SQLExecution.java
        	qadevOOo/runner/util/SOfficeFactory.java
        	qadevOOo/runner/util/utils.java
        	qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba
        	qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba
        	qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba
        	qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba
        	qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba
        	qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba
        	qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
        	qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba
        	qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba
        	qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba
        	qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba
        	qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba
        	qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba
        	qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba
        	qadevOOo/tests/java/ifc/container/_XNameReplace.java
        	qadevOOo/tests/java/ifc/document/_XStandaloneDocumentInfo.java
        	qadevOOo/tests/java/ifc/frame/_XFrame.java
        	qadevOOo/tests/java/ifc/i18n/_XCalendar.java
        	qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
        	qadevOOo/tests/java/ifc/sdbc/_XRowSet.java
        	qadevOOo/tests/java/ifc/sheet/_XSheetCellCursor.java
        	qadevOOo/tests/java/ifc/util/_XTextSearch.java
        	qadevOOo/tests/java/ifc/xml/sax/_XDocumentHandler.java
        	qadevOOo/tests/java/mod/_bridgefac.uno/package.html
        	qadevOOo/tests/java/mod/_connector.uno/package.html
        	qadevOOo/tests/java/mod/_corereflection.uno/package.html
        	qadevOOo/tests/java/mod/_forms/GenericModelTest.java
        	qadevOOo/tests/java/mod/_implreg.uno/package.html
        	qadevOOo/tests/java/mod/_introspection.uno/package.html
        	qadevOOo/tests/java/mod/_invocadapt.uno/package.html
        	qadevOOo/tests/java/mod/_invocation.uno/package.html
        	qadevOOo/tests/java/mod/_nestedreg.uno/package.html
        	qadevOOo/tests/java/mod/_sc/XMLMetaImporter.java
        	qadevOOo/tests/java/mod/_servicemgr.uno/package.html
        	qadevOOo/tests/java/mod/_shlibloader.uno/package.html
        	qadevOOo/tests/java/mod/_simplereg.uno/package.html
        	qadevOOo/tests/java/mod/_streams.uno/package.html
        	qadevOOo/tests/java/mod/_sw/SwXTextView.java
        	qadevOOo/tests/java/mod/_sw/XMLMetaImporter.java
        	qadevOOo/tests/java/mod/_typeconverter.uno/package.html
        	qadevOOo/tests/java/mod/_typemgr.uno/package.html
        	qadevOOo/tests/java/mod/_uuresolver.uno/package.html
        	qadevOOo/tests/java/mod/_xmloff/Draw/XMLMetaImporter.java
        	qadevOOo/tests/java/mod/_xmloff/Impress/XMLMetaImporter.java
        
        Change-Id: I1ca48fdbb7aa71685b6145218d482dd9fa41be26

2014-04-30  Eike Rathke  <erack@redhat.com>  [dc7ba1af236ec28d399eff833d56608fde9fb70d]

        make DISABLE_DYNLOADING on Android happy, fdo#77071 related
        
        Change-Id: Id257bd38bbfab0a433b404116e2d7e9b430c3c6f

2014-04-30  Eike Rathke  <erack@redhat.com>  [a3c627fe38236e82bc6008075d862b3cbfbd9ce3]

        resolve crashes with ICU 53.1 in locales with collator data, fdo#77071
        
        ICU 53.1 changed API behavior:
        https://ssl.icu-project.org/apiref/icu4c/classicu_1_1RuleBasedCollator.html#a2f4c7eeaf020ad68e3bd9722dd272357
        isn't correct anymore:
        
        length: size of the image. If negative, the API will try to figure out the
                length of the image
        
                NO, IT WILL NOT! It bails out with an error instead.
                Introduced a function to obtain the length for each collator data.
        
        base:  collator, usually root. The base is required to be present through the
               lifetime of the collator. Currently it cannot be NULL.
        
               NOT "usually root"! There's a check now that bails out if
               if(base->tailoring != CollationRoot::getRoot(errorCode))
               So using an instance created with icu::Locale::getRoot()
        
        Change-Id: Ia9c4e27d5ef4f8083bbe57e4e2f4b3ff63bb42ed

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [cbb9efa642ec3a7418136547c04eb2455ba1c821]

        Related: fdo#72142 lighter ruler default color
        
        Change-Id: Iadb8bb134e3ecda974b8a9d8589fdc5ed02907f0

2014-04-30  Pedro Giffuni  <pfg@apache.org>  [19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403]

        Many spelling fixes: directories h* - p*.
        
        Attempt to clean up most but certainly not all the spelling
        mistakes that found home in OpenOffice through decades. We
        could probably blame the international nature of the code but
        it is somewhat shameful that this wasn't done  before.
        
        (cherry picked from commit 11a1ff6144521aeabb0c6db25c89a2ac31bedee0)
        
        Conflicts:
        	external/libxmlsec/xmlsec1-customkeymanage.patch
        	hwpfilter/source/hwpeq.cxx
        	icc/README
        	icu/createmak.pl
        	idl/source/objects/object.cxx
        	idlc/inc/idlc/errorhandler.hxx
        	include/jvmfwk/framework.h
        	include/oox/helper/propertyset.hxx
        	instsetoo_native/inc_ure/windows/msi_templates/_Validat.idt
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/PrologueCtrl.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/SolarisInstaller.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/LinuxHelper.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ProductDescription.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Util/Controller.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ExecuteProcess.java
        	javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader.java
        	javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer.java
        	jurt/com/sun/star/comp/servicemanager/ServiceManager.java
        	jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
        	jvmfwk/source/elements.cxx
        	jvmfwk/source/elements.hxx
        	l10ntools/inc/wtranode.hxx
        	l10ntools/inc/wtratree.hxx
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/Convert.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ConverterException.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/FileMaker.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIWriter.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIandSDFMerger.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/SDFReader.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/SDFWriter.java
        	l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/XLIFFWriter.java
        	l10ntools/scripts/localize.pl
        	l10ntools/scripts/localize_old.pl
        	l10ntools/source/cfgmerge.cxx
        	l10ntools/source/export.cxx
        	l10ntools/source/filter/merge/FCFGMerge.java
        	l10ntools/source/filter/merge/Merger.java
        	l10ntools/source/filter/utils/Cache.java
        	l10ntools/source/filter/utils/ConfigHelper.java
        	l10ntools/source/filter/utils/FileHelper.java
        	l10ntools/source/filter/utils/XMLHelper.java
        	l10ntools/source/merge.cxx
        	l10ntools/source/tagtest.cxx
        	l10ntools/source/xmlparse.cxx
        	l10ntools/source/xrmmerge.cxx
        	libtextcat/libtextcat-2.2.patch
        	libxml2/libxml2-long-path.patch
        	linguistic/inc/linguistic/misc.hxx
        	linguistic/source/lngsvcmgr.cxx
        	migrationanalysis/src/driver_docs/allstrings.ulf
        	migrationanalysis/src/driver_docs/sources/AnalysisDriver.bas
        	migrationanalysis/src/driver_docs/sources/CommonMigrationAnalyser.bas
        	migrationanalysis/src/driver_docs/sources/word/MigrationAnalyser.cls
        	migrationanalysis/src/msokill/msokill.cpp
        	migrationanalysis/src/wizard/Wizard.frm
        	odk/examples/DevelopersGuide/Accessibility/EventHandler.java
        	odk/examples/DevelopersGuide/Accessibility/EventListenerProxy.java
        	odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
        	odk/examples/DevelopersGuide/Forms/DataAwareness.java
        	odk/examples/DevelopersGuide/Forms/KeyGenerator.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Interceptor.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/NativeView.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
        	odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java
        	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
        	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/FilterOptions.java
        	odk/examples/cpp/complextoolbarcontrols/Makefile
        	odk/setsdkenv_windows.template
        	offapi/com/sun/star/accessibility/AccessibleEventId.idl
        	offapi/com/sun/star/accessibility/AccessibleEventObject.idl
        	offapi/com/sun/star/accessibility/AccessibleRelationType.idl
        	offapi/com/sun/star/accessibility/XAccessible.idl
        	offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
        	offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
        	offapi/com/sun/star/animations/Event.idl
        	offapi/com/sun/star/animations/XAnimationNode.idl
        	offapi/com/sun/star/awt/AccessibleListBoxList.idl
        	offapi/com/sun/star/awt/XLayoutFlow.idl
        	offapi/com/sun/star/awt/XMessageBoxFactory.idl
        	offapi/com/sun/star/awt/XPopupMenu.idl
        	offapi/com/sun/star/awt/grid/XGridColumn.idl
        	offapi/com/sun/star/chart/ChartAxis.idl
        	offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl
        	offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
        	offapi/com/sun/star/configuration/AdministrationProvider.idl
        	offapi/com/sun/star/configuration/ConfigurationRegistry.idl
        	offapi/com/sun/star/configuration/backend/XBackendChangesNotifier.idl
        	offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
        	offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl
        	offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
        	offapi/com/sun/star/document/DocumentInfo.idl
        	offapi/com/sun/star/document/EmptyUndoStackException.idl
        	offapi/com/sun/star/document/EventObject.idl
        	offapi/com/sun/star/document/ExtendedTypeDetection.idl
        	offapi/com/sun/star/document/ExtendedTypeDetectionFactory.idl
        	offapi/com/sun/star/document/FilterFactory.idl
        	offapi/com/sun/star/document/MediaDescriptor.idl
        	offapi/com/sun/star/document/NoSuchFilterRequest.idl
        	offapi/com/sun/star/document/OfficeDocument.idl
        	offapi/com/sun/star/document/TypeDetection.idl
        	offapi/com/sun/star/document/UndoContextNotClosedException.idl
        	offapi/com/sun/star/document/XExtendedFilterDetection.idl
        	offapi/com/sun/star/document/XFilter.idl
        	offapi/com/sun/star/document/XInteractionFilterSelect.idl
        	offapi/com/sun/star/document/XTypeDetection.idl
        	offapi/com/sun/star/drawing/Hatch.idl
        	offapi/com/sun/star/drawing/XDrawPages.idl
        	offapi/com/sun/star/drawing/XShapeBinder.idl
        	offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl
        	offapi/com/sun/star/drawing/framework/XRelocatableResource.idl
        	offapi/com/sun/star/embed/ElementModes.idl
        	offapi/com/sun/star/embed/EntryInitModes.idl
        	offapi/com/sun/star/embed/Storage.idl
        	offapi/com/sun/star/embed/StorageFactory.idl
        	offapi/com/sun/star/embed/StorageStream.idl
        	offapi/com/sun/star/embed/XCommonEmbedPersist.idl
        	offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl
        	offapi/com/sun/star/embed/XEmbeddedClient.idl
        	offapi/com/sun/star/embed/XInplaceClient.idl
        	offapi/com/sun/star/embed/XInplaceObject.idl
        	offapi/com/sun/star/embed/XInsertObjectDialog.idl
        	offapi/com/sun/star/embed/XPersistanceHolder.idl
        	offapi/com/sun/star/embed/XStorage.idl
        	offapi/com/sun/star/embed/XTransactionBroadcaster.idl
        	offapi/com/sun/star/embed/XTransactionListener.idl
        	offapi/com/sun/star/form/FormComponents.idl
        	offapi/com/sun/star/form/XSubmitListener.idl
        	offapi/com/sun/star/form/binding/BindableDataAwareControlModel.idl
        	offapi/com/sun/star/form/binding/BindableDatabaseListBox.idl
        	offapi/com/sun/star/form/component/DatabaseComboBox.idl
        	offapi/com/sun/star/form/component/DatabaseFormattedField.idl
        	offapi/com/sun/star/form/component/DatabasePatternField.idl
        	offapi/com/sun/star/form/component/DatabaseTextField.idl
        	offapi/com/sun/star/form/component/GridControl.idl
        	offapi/com/sun/star/frame/Components.idl
        	offapi/com/sun/star/frame/ContentHandler.idl
        	offapi/com/sun/star/frame/ContentHandlerFactory.idl
        	offapi/com/sun/star/frame/Desktop.idl
        	offapi/com/sun/star/frame/DispatchDescriptor.idl
        	offapi/com/sun/star/frame/DispatchProvider.idl
        	offapi/com/sun/star/frame/DispatchRecorder.idl
        	offapi/com/sun/star/frame/Frame.idl
        	offapi/com/sun/star/frame/FrameActionEvent.idl
        	offapi/com/sun/star/frame/FrameLoaderFactory.idl
        	offapi/com/sun/star/frame/ProtocolHandler.idl
        	offapi/com/sun/star/frame/XControlNotificationListener.idl
        	offapi/com/sun/star/frame/XDesktop.idl
        	offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
        	offapi/com/sun/star/frame/XDocumentTemplates.idl
        	offapi/com/sun/star/frame/XFrame.idl
        	offapi/com/sun/star/frame/XFrameLoader.idl
        	offapi/com/sun/star/frame/XInterceptorInfo.idl
        	offapi/com/sun/star/frame/XRecordableDispatch.idl
        	offapi/com/sun/star/frame/XStatusbarController.idl
        	offapi/com/sun/star/frame/XStorable2.idl
        	offapi/com/sun/star/frame/XSynchronousDispatch.idl
        	offapi/com/sun/star/frame/XTerminateListener2.idl
        	offapi/com/sun/star/graphic/GraphicObject.idl
        	offapi/com/sun/star/graphic/XGraphicObject.idl
        	offapi/com/sun/star/inspection/XNumericControl.idl
        	offapi/com/sun/star/inspection/XObjectInspectorModel.idl
        	offapi/com/sun/star/inspection/XPropertyHandler.idl
        	offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
        	offapi/com/sun/star/installation/protocols.idl
        	offapi/com/sun/star/linguistic2/SpellFailure.idl
        	offapi/com/sun/star/linguistic2/XLinguServiceManager.idl
        	offapi/com/sun/star/mail/XMailServer.idl
        	offapi/com/sun/star/mozilla/XPluginInstance.idl
        	offapi/com/sun/star/mozilla/XPluginInstanceSyncPeer.idl
        	offapi/com/sun/star/packages/zip/ZipIOException.idl
        	offapi/com/sun/star/presentation/OutlineView.idl
        	offapi/com/sun/star/presentation/XPresentation2.idl
        	offapi/com/sun/star/presentation/XSlideShow.idl
        	offapi/com/sun/star/presentation/XSlideShowController.idl
        	offapi/com/sun/star/report/XFunction.idl
        	offapi/com/sun/star/report/XFunctionsSupplier.idl
        	offapi/com/sun/star/report/XReportComponent.idl
        	offapi/com/sun/star/report/XReportDefinition.idl
        	offapi/com/sun/star/report/meta/XFunctionManager.idl
        	offapi/com/sun/star/resource/XStringResourcePersistence.idl
        	offapi/com/sun/star/resource/XStringResourceWithLocation.idl
        	offapi/com/sun/star/resource/XStringResourceWithStorage.idl
        	offapi/com/sun/star/sdb/DataSettings.idl
        	offapi/com/sun/star/sdb/ErrorCondition.idl
        	offapi/com/sun/star/sdb/SQLContext.idl
        	offapi/com/sun/star/sdb/Table.idl
        	offapi/com/sun/star/sdb/XRowSetApproveListener.idl
        	offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
        	offapi/com/sun/star/sdb/tools/XConnectionTools.idl
        	offapi/com/sun/star/sdbc/DataType.idl
        	offapi/com/sun/star/sdbc/XDatabaseMetaData.idl
        	offapi/com/sun/star/sdbcx/Descriptor.idl
        	offapi/com/sun/star/security/DocumentSignatureInformation.idl
        	offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
        	offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
        	offapi/com/sun/star/sheet/DatabaseRange.idl
        	offapi/com/sun/star/smarttags/XSmartTagAction.idl
        	offapi/com/sun/star/table/AccessibleTableView.idl
        	offapi/com/sun/star/table/CellProperties.idl
        	offapi/com/sun/star/table/CellRangeListSource.idl
        	offapi/com/sun/star/table/CellValueBinding.idl
        	offapi/com/sun/star/table/XMergeableCellRange.idl
        	offapi/com/sun/star/task/DocumentPasswordRequest.idl
        	offapi/com/sun/star/task/JobExecutor.idl
        	offapi/com/sun/star/task/MasterPasswordRequest.idl
        	offapi/com/sun/star/task/PasswordRequest.idl
        	offapi/com/sun/star/task/XJob.idl
        	offapi/com/sun/star/text/AccessiblePageView.idl
        	offapi/com/sun/star/text/AccessibleTextDocumentView.idl
        	offapi/com/sun/star/text/LineNumberingProperties.idl
        	offapi/com/sun/star/text/NumberingRules.idl
        	offapi/com/sun/star/text/XRelativeTextContentRemove.idl
        	offapi/com/sun/star/text/textfield/Database.idl
        	offapi/com/sun/star/text/textfield/SetExpression.idl
        	offapi/com/sun/star/text/textfield/docinfo/Description.idl
        	offapi/com/sun/star/text/textfield/docinfo/Info0.idl
        	offapi/com/sun/star/text/textfield/docinfo/Info1.idl
        	offapi/com/sun/star/text/textfield/docinfo/Info2.idl
        	offapi/com/sun/star/text/textfield/docinfo/Info3.idl
        	offapi/com/sun/star/text/textfield/docinfo/Keywords.idl
        	offapi/com/sun/star/text/textfield/docinfo/Revision.idl
        	offapi/com/sun/star/text/textfield/docinfo/Subject.idl
        	offapi/com/sun/star/text/textfield/docinfo/Title.idl
        	offapi/com/sun/star/ucb/CommandFailedException.idl
        	offapi/com/sun/star/ucb/Content.idl
        	offapi/com/sun/star/ucb/ContentAction.idl
        	offapi/com/sun/star/ucb/FetchError.idl
        	offapi/com/sun/star/ucb/FetchResult.idl
        	offapi/com/sun/star/ucb/HierarchyDataSource.idl
        	offapi/com/sun/star/ucb/InteractiveFileIOException.idl
        	offapi/com/sun/star/ucb/SearchRecursion.idl
        	offapi/com/sun/star/ucb/UniversalContentBroker.idl
        	offapi/com/sun/star/ucb/XAnyCompare.idl
        	offapi/com/sun/star/ucb/XCachedContentResultSetFactory.idl
        	offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
        	offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
        	offapi/com/sun/star/ui/UIElementType.idl
        	offapi/com/sun/star/ui/dialogs/FilePicker.idl
        	offapi/com/sun/star/ui/dialogs/FolderPicker.idl
        	offapi/com/sun/star/util/PathSubstitution.idl
        	offapi/com/sun/star/util/XChangesNotifier.idl
        	offapi/com/sun/star/util/XCloseBroadcaster.idl
        	offapi/com/sun/star/util/XCloseListener.idl
        	offapi/com/sun/star/util/XCloseable.idl
        	offapi/com/sun/star/util/XStringSubstitution.idl
        	offapi/com/sun/star/util/XTextSearch.idl
        	offapi/com/sun/star/util/XURLTransformer.idl
        	offapi/com/sun/star/xforms/XModel.idl
        	offapi/com/sun/star/xml/sax/XFastAttributeList.idl
        	offapi/com/sun/star/xml/sax/XFastParser.idl
        	officecfg/registry/data/org/openoffice/Office/Labels.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        	officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
        	officecfg/registry/schema/org/openoffice/Office/ExtensionDependencies.xcs
        	officecfg/registry/schema/org/openoffice/Office/ExtensionManager.xcs
        	officecfg/registry/schema/org/openoffice/Office/Histories.xcs
        	officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs
        	officecfg/registry/schema/org/openoffice/Office/Paths.xcs
        	officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs
        	officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
        	officecfg/registry/schema/org/openoffice/Office/UI.xcs
        	officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs
        	officecfg/registry/schema/org/openoffice/Office/UI/WindowState.xcs
        	officecfg/registry/schema/org/openoffice/Office/WebWizard.xcs
        	officecfg/registry/schema/org/openoffice/Office/Writer.xcs
        	officecfg/registry/schema/org/openoffice/Setup.xcs
        	officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
        	oox/source/xls/sheetdatabuffer.cxx
        	package/source/xstor/xstorage.cxx
        	padmin/source/padialog.src
        	postprocess/signing/signing.pl
        	pyuno/source/module/pyuno_module.cxx
        
        Change-Id: I60c7b6d661ff803b5e9214ac7fefb32772ef19a7

2014-05-01  Takeshi Abe  <tabe@fixedpoint.jp>  [ecec7cea259e7310cb6da33bea797c98a635a2b3]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id6590e6c1d3ec1640ebf55d348670953450dd419

2014-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ebe854c9d967ed1ec4eee40db984717c2275f722]

        vcl: clean-up DrawDeviceBitmap method
        
        Change-Id: I392993ca1d6a62778105026b724c26578b4e1fec

2014-04-30  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [818a0ed6c6b2f7176551f1db0ff518b5a0bb522e]

        fdo#77126 BitmapEx.Scale already takes care of mirroring
        
        Change-Id: I320a5ec1da62cc1a8b3cb227298ecaf99f305a6f

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ae4e79e7728b39bdb98f023d950dbbfa7c4c38d4]

        oox: Code protection against empty effects
        
        This is an extra check against clumsy programmers like me to prevent
        generating incorrect documents.
        
        Change-Id: I22261e3b6123a9a44461683519e33224f08adb5a

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2310af236659f4fdd4c26b1e277e568d04a20687]

        ooxml: Preserve blur effect on shapes.
        
        Reused the code for other effects just adding the new attribute
        "grow".
        
        I didn't add a unit test for this effect because I found no way to
        apply it to an object in Word, but it's technically part of the
        standard.
        
        Change-Id: I391aff17f59d49d6bf339a71481dcdb51c537c9e

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f519bfdef11d7b14fbdc7bdbeb286783e08416ed]

        ooxml: Preserve reflection effect on shapes.
        
        Reused most of the code of other effects, but adding some new
        attributes specific for this effect. Finally, modified an existing
        unit test to add a check for reflection.
        
        Change-Id: Iffd0c1203e9c66a8d7b7f748d98d9c3ef01c7bbf

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9a61470eb1fa161cba70f2e9c4ea8817dc7f617e]

        ooxml: Preserve glow effect on shapes.
        
        Reused most of the code of outerShdw and innerShdw effects. Modified
        an existing unit test to add a check for innerShdw.
        
        Change-Id: I7328fe696721d28c35b26ca1b702c7f64c63ab21

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5b3f88bfea3111e9b9fb26ef9d84f9018c11ab7e]

        ooxml: Preserve soft edge effect on shapes.
        
        Reused most of the code of outerShdw and innerShdw effects, but adding
        a new attribute "rad" and a flag to check if a color definition must
        be written inside the effect definition. Finally, modified an existing
        unit test to add a check for softEdge.
        
        Change-Id: I0d32714bde9a5b05c726acd47b85b1dea3c6a581

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [dddae1f0b950f1ce8ab4bcd24991f1917fa36aa6]

        fdo#71556: Remove unwanted a11y event on text insertion
        
        The accessibility event text-attributes-changed was being emitted
        every time we typed because typing implies changing the RSID internal
        format attribute. This change was triggering the event but it
        shouldn't, as it is an invisible attribute.
        
        I had added a new member to SwUpdateAttr class to be able to indicate
        which format attributes are being changed (until now, it just
        indicated that some attribute changed with RES_TXTATR_AUTOFMT and no
        more details). This member is populated when an SwUpdateAttr object
        is being created for a RES_TXTATR_AUTOFMT. Finally, I check the
        contents of this list to look for relevant a11y attributes before
        issuing the events, if there aren't then no events are issued.
        
        Change-Id: Ieaedf888ccc1bff9c7af64a1412ca1d3b5411351

2014-04-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [62f6bb72f00e30427e29b499c24432f5f980fa9f]

        oox: syntax fix: wrong index
        
        Change-Id: I8b76da14c75050f60b0af10cdadda821484db4f1

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [9b79e515e73b93601a7771ce6366c4312c07b25a]

        coverity#738904 Uninitialized scalar field
        
        Change-Id: I6b6955036d2bb98b19eafdb273df886708ec6ab3

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [4c9879922d0c77ecc79e6e321ecf9df9e7511218]

        coverity#738907 Uninitialized scalar field
        
        Change-Id: I2c82911f47aa6c0fff489e5a4cfd4d171981c722

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [9ea63828211294bfdea4fda340466ddb5d0c48b3]

        coverity#738906 Uninitialized scalar field
        
        Change-Id: I9fabb1236011bc04238af0e6952d3ff0f07c9463

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [ca03d495a0d8847366ab041ca8a3ac8f6de93c4e]

        coverity#708727 Uninitialized pointer field
        
        Change-Id: I816f7e239f83c35666101aac057912dd7e65ecff

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [ac7f1147b7d2c9ddb2b2cf12ef0ea9f45c315e8a]

        coverity#705024 Dereference after null check
        
        Change-Id: Ida523e52df6ec2c5e62e9a63cd1857650f84234b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [9ebedb7eedfeb7e622038f3c1ca35c439adcf3ae]

        coverity#704340 Logically dead code
        
        Change-Id: I785b3faa2a9e3a540c3d09a37686f9ef26643094

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [2742d8421b18f2d00bcc5147b79202973f3c11fb]

        coverity#704339 Logically dead code
        
        Change-Id: I944368eff5bf24bbdefd485f34bfd3a51fb1114e

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [0389ecdb4b0c3f928f5a23712cfe3572da404fde]

        coverity#704338 Logically dead code
        
        Change-Id: I031530ebd419c038e757c7ba01b387d28b56580d

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [e1cb7a25660325fc2fee960401ff35f019a3e6fb]

        coverity#704283 Logically dead code
        
        Change-Id: Ic0cab9b6093ceff654eb1ad2fe70a0720506b149

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [402fffb74e36cab6a2a4f5da64154713d9ddc235]

        coverity#1209935 Uncaught exception
        
        and hopefully a million more
        
        Change-Id: Ib1326cae3ec93855b311a8cf4e9e6f9def199d44

2014-04-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1f2894314328724b1654ee9990406460e4461ffd]

        3D model insertion: here we need MM100
        
        Change-Id: Iaa99e50589e08e8d82d860b6c61e6cbf0fd19b0a

2014-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1de73df9cb3fdda3732c5270864bc30e38e63c2f]

        cp#1000068 testcase
        
        Change-Id: I0dbbfd9c82600fbc5c98c5107639e1714b220c71

2014-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [78eadd2f122e072f217137199430f113f41b450a]

        cp#1000068 sw HTML export: fix crash when trying to export new FillAttributes
        
        Change-Id: I588b8f7d953fe6a3e04ad48074e5f3f554449a79

2014-04-30  Pedro Giffuni  <pfg@apache.org>  [4d878a080907211f827bdf42184e98075a4ad0f5]

        Many spelling fixes: some more files.
        
        Attempt to clean up most but certainly not all the spelling
        mistakes that found home in OpenOffice through decades.
        
        (cherry picked from commit e62c0f54ef18a5a79b76e934834b148523c69847)
        
        Conflicts:
        	LICENSE
        	NOTICE_category_b
        	UnoControls/source/base/basecontainercontrol.cxx
        	UnoControls/source/base/registercontrols.cxx
        	UnoControls/source/controls/OConnectionPointContainerHelper.cxx
        	UnoControls/source/controls/progressbar.cxx
        	UnoControls/source/controls/progressmonitor.cxx
        	UnoControls/source/controls/statusindicator.cxx
        	UnoControls/source/inc/framecontrol.hxx
        
        Change-Id: I882a1d640d931b4e89b2d19f3585fd35fdd320ca

2014-04-30  Pedro Giffuni  <pfg@apache.org>  [0a1d822372927e3252f40b7a16590716ccc2eedd]

        Many spelling fixes: directories a* - g*.
        
        Attempt to clean up most but certainly not all the spelling
        mistakes that found home in OpenOffice through decades. We
        could probably blame the international nature of the code but
        it is somewhat shameful that this wasn't done  before.
        
        (cherry picked from commit a6efc99d19d533fcf53106b6667bafba4d364370)
        
        Conflicts:
        	accessibility/bridge/org/openoffice/java/accessibility/AccessibleTextImpl.java
        	accessibility/bridge/org/openoffice/java/accessibility/Component.java
        	accessibility/bridge/org/openoffice/java/accessibility/Container.java
        	accessibility/bridge/org/openoffice/java/accessibility/DescendantManager.java
        	accessibility/bridge/org/openoffice/java/accessibility/Dialog.java
        	accessibility/bridge/org/openoffice/java/accessibility/Frame.java
        	accessibility/bridge/org/openoffice/java/accessibility/List.java
        	accessibility/bridge/org/openoffice/java/accessibility/Menu.java
        	accessibility/bridge/org/openoffice/java/accessibility/Table.java
        	accessibility/bridge/org/openoffice/java/accessibility/Tree.java
        	accessibility/bridge/org/openoffice/java/accessibility/Window.java
        	accessibility/bridge/source/java/WindowsAccessBridgeAdapter.cxx
        	accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
        	accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
        	accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx
        	accessibility/source/extended/accessibleiconchoicectrlentry.cxx
        	accessibility/source/extended/accessiblelistboxentry.cxx
        	accessibility/source/extended/accessibletablistbox.cxx
        	accessibility/source/extended/accessibletablistboxtable.cxx
        	accessibility/workben/org/openoffice/accessibility/awb/canvas/Canvas.java
        	accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java
        	apple_remote/AppleRemote.m
        	autodoc/inc/ary/cpp/c_gate.hxx
        	autodoc/inc/ary/cpp/cp_ce.hxx
        	autodoc/inc/ary/cpp/cp_def.hxx
        	autodoc/inc/ary/cpp/cp_type.hxx
        	autodoc/inc/ary/doc/d_parametrized.hxx
        	autodoc/inc/ary/idl/i_type.hxx
        	autodoc/source/ary/inc/cross_refs.hxx
        	autodoc/source/ary/inc/sorted_idset.hxx
        	autodoc/source/display/html/outfile.hxx
        	autodoc/source/display/html/pagemake.cxx
        	autodoc/source/display/idl/hi_env.hxx
        	autodoc/source/parser/inc/tokens/tokproct.hxx
        	autodoc/source/parser_i/inc/s2_luidl/tokproct.hxx
        	autodoc/source/parser_i/inc/tokens/tkp2.hxx
        	automation/inc/automation/commtypes.hxx
        	automation/inc/automation/simplecm.hxx
        	automation/source/server/recorder.cxx
        	automation/source/server/recorder.hxx
        	automation/source/server/statemnt.cxx
        	automation/source/simplecm/packethandler.hxx
        	automation/source/simplecm/simplecm.cxx
        	avmedia/source/framework/soundhandler.cxx
        	basegfx/inc/basegfx/range/rangeexpander.hxx
        	basic/inc/basic/sbxdef.hxx
        	basic/source/classes/sbunoobj.cxx
        	basic/source/classes/sbxmod.cxx
        	basic/source/comp/dim.cxx
        	basic/source/comp/exprgen.cxx
        	basic/source/runtime/step1.cxx
        	basic/source/runtime/step2.cxx
        	basic/source/sbx/sbxint.cxx
        	basic/source/uno/namecont.cxx
        	basic/workben/mgrtest.cxx
        	bean/com/sun/star/beans/LocalOfficeConnection.java
        	bean/com/sun/star/beans/LocalOfficeWindow.java
        	bean/com/sun/star/comp/beans/LocalOfficeConnection.java
        	bean/com/sun/star/comp/beans/LocalOfficeWindow.java
        	bean/com/sun/star/comp/beans/OOoBean.java
        	bridges/inc/bridges/cpp_uno/bridge.hxx
        	bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
        	bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
        	bridges/source/cpp_uno/cc50_solaris_intel/uno2cpp.cxx
        	bridges/source/cpp_uno/cc50_solaris_sparc/cpp2uno.cxx
        	bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx
        	bridges/source/cpp_uno/cc50_solaris_sparc/uno2cpp.cxx
        	bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
        	bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx
        	bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
        	bridges/source/cpp_uno/gcc3_netbsd_intel/cpp2uno.cxx
        	bridges/source/cpp_uno/gcc3_netbsd_intel/except.cxx
        	bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx
        	bridges/source/cpp_uno/gcc3_os2_intel/cpp2uno.cxx
        	bridges/source/cpp_uno/gcc3_os2_intel/except.cxx
        	bridges/source/cpp_uno/gcc3_os2_intel/uno2cpp.cxx
        	bridges/source/cpp_uno/mingw_x86-64/uno2cpp.cxx
        	bridges/source/cpp_uno/msvc_win32_intel/except.cxx
        	bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx
        	bridges/source/cpp_uno/shared/component.cxx
        	bridges/source/jni_uno/jni_base.h
        	bridges/source/jni_uno/jni_bridge.cxx
        	bridges/source/jni_uno/jni_java2uno.cxx
        	bridges/source/jni_uno/jni_uno2java.cxx
        	canvas/inc/canvas/base/doublebitmapbase.hxx
        	canvas/inc/canvas/base/floatbitmapbase.hxx
        	canvas/inc/canvas/base/integerbitmapbase.hxx
        	canvas/source/cairo/cairo_canvasbitmap.cxx
        	canvas/source/cairo/cairo_textlayout.cxx
        	chart2/source/controller/dialogs/ObjectNameProvider.cxx
        	chart2/source/view/diagram/VDiagram.cxx
        	chart2/source/view/main/ChartView.cxx
        	cli_ure/source/native/makefile.mk
        	cli_ure/source/uno_bridge/cli_data.cxx
        	codemaker/source/javamaker/javatype.cxx
        	comphelper/inc/comphelper/componentcontext.hxx
        	comphelper/inc/comphelper/interaction.hxx
        	comphelper/inc/comphelper/locale.hxx
        	comphelper/inc/comphelper/string.hxx
        	comphelper/source/container/embeddedobjectcontainer.cxx
        	comphelper/source/misc/accessiblecontexthelper.cxx
        	comphelper/source/misc/asyncnotification.cxx
        	comphelper/source/misc/locale.cxx
        	comphelper/source/misc/mediadescriptor.cxx
        	comphelper/source/misc/numberedcollection.cxx
        	comphelper/source/misc/proxyaggregation.cxx
        	comphelper/source/misc/scopeguard.cxx
        	comphelper/source/misc/sequenceashashmap.cxx
        	configure.in
        	connectivity/source/commontools/parameters.cxx
        	connectivity/source/drivers/dbase/DTable.cxx
        	connectivity/source/drivers/evoab2/NStatement.cxx
        	connectivity/source/drivers/file/FPreparedStatement.cxx
        	connectivity/source/drivers/jdbc/DatabaseMetaData.cxx
        	connectivity/source/inc/flat/ETable.hxx
        	connectivity/source/parse/sqlnode.cxx
        	cosv/inc/cosv/persist.hxx
        	cosv/inc/cosv/ploc_dir.hxx
        	cosv/inc/cosv/tpl/dyn.hxx
        	cppu/source/LogBridge/LogBridge.cxx
        	cppu/source/uno/data.cxx
        	cppuhelper/source/bootstrap.cxx
        	cppuhelper/source/component_context.cxx
        	cppuhelper/source/propshlp.cxx
        	cppuhelper/source/servicefactory.cxx
        	cpputools/source/registercomponent/registercomponent.cxx
        	cui/source/customize/acccfg.cxx
        	cui/source/dialogs/about.cxx
        	cui/source/dialogs/commonlingui.hxx
        	cui/source/dialogs/showcols.cxx
        	cui/source/inc/cuihyperdlg.hxx
        	cui/source/inc/cuitabline.hxx
        	cui/source/options/optsave.src
        	cui/source/tabpages/tpline.cxx
        	cui/source/tabpages/transfrm.cxx
        	dbaccess/source/core/api/CacheSet.cxx
        	dbaccess/source/core/api/KeySet.cxx
        	dbaccess/source/core/api/RowSet.cxx
        	dbaccess/source/core/api/RowSet.hxx
        	dbaccess/source/core/api/RowSetBase.cxx
        	dbaccess/source/core/api/RowSetBase.hxx
        	dbaccess/source/core/api/RowSetCache.cxx
        	dbaccess/source/core/api/querycomposer.cxx
        	dbaccess/source/ext/adabas/Acomponentmodule.hxx
        	dbaccess/source/ui/app/AppControllerDnD.cxx
        	dbaccess/source/ui/app/AppDetailView.cxx
        	dbaccess/source/ui/browser/brwctrlr.cxx
        	dbaccess/source/ui/browser/sbagrid.cxx
        	dbaccess/source/ui/browser/unodatbr.cxx
        	dbaccess/source/ui/dlg/AdabasStat.hxx
        	dbaccess/source/ui/dlg/UserAdmin.cxx
        	dbaccess/source/ui/dlg/directsql.cxx
        	dbaccess/source/ui/dlg/generalpage.hxx
        	dbaccess/source/ui/dlg/tablespage.cxx
        	dbaccess/source/ui/inc/JoinTableView.hxx
        	dbaccess/source/ui/inc/TableController.hxx
        	dbaccess/source/ui/inc/UITools.hxx
        	dbaccess/source/ui/inc/brwctrlr.hxx
        	dbaccess/source/ui/inc/datasourcemap.hxx
        	dbaccess/source/ui/querydesign/JoinTableView.cxx
        	dbaccess/source/ui/querydesign/QueryDesignView.cxx
        	dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
        	dbaccess/source/ui/querydesign/TableWindow.cxx
        	dbaccess/source/ui/querydesign/querycontroller.cxx
        	dbaccess/source/ui/relationdesign/RelationTableView.cxx
        	dbaccess/source/ui/tabledesign/TableController.cxx
        	desktop/source/app/app.cxx
        	desktop/source/app/appinit.cxx
        	desktop/source/app/langselect.cxx
        	desktop/source/app/officeipcthread.cxx
        	desktop/source/deployment/manager/dp_extensionmanager.cxx
        	desktop/source/deployment/misc/dp_misc.cxx
        	desktop/source/deployment/misc/dp_resource.cxx
        	desktop/source/deployment/registry/dp_backend.cxx
        	desktop/source/deployment/registry/package/dp_package.cxx
        	desktop/source/migration/cfgfilter.cxx
        	desktop/source/migration/migration.cxx
        	desktop/source/splash/splash.cxx
        	desktop/win32/source/QuickStart/QuickStart.cpp
        	desktop/win32/source/setup/setup.cpp
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        	dtrans/source/win32/clipb/MtaOleClipb.hxx
        	dtrans/source/win32/clipb/WinClipbImpl.cxx
        	editeng/source/editeng/editview.cxx
        	editeng/source/editeng/impedit2.cxx
        	editeng/source/editeng/impedit3.cxx
        	editeng/source/editeng/impedit4.cxx
        	editeng/source/editeng/textconv.hxx
        	editeng/source/misc/unolingu.cxx
        	embeddedobj/source/commonembedding/persistence.cxx
        	embeddedobj/source/general/dummyobject.cxx
        	embeddedobj/source/msole/olecomponent.cxx
        	embeddedobj/source/msole/olepersist.cxx
        	embeddedobj/test/Container1/NativeView.java
        	extensions/source/bibliography/framectr.cxx
        	extensions/source/macosx/spotlight/OOoContentDataParser.m
        	extensions/source/macosx/spotlight/unzip.h
        	extensions/source/macosx/spotlight/unzip.m
        	extensions/source/oooimprovement/myconfigurationhelper.hxx
        	extensions/source/propctrlr/eventhandler.cxx
        	extensions/source/propctrlr/formcomponenthandler.cxx
        	extensions/source/propctrlr/pcrcomponentcontext.hxx
        	extensions/source/scanner/twain.cxx
        	extensions/source/update/check/updatecheckconfig.hxx
        	external/mingwheaders/mingw_atl_headers.patch
        	extras/source/misc_config/wizard/web/layouts/source.xml.xsl
        	fileaccess/source/FileAccess.cxx
        	filter/inc/filter/msfilter/msocximex.hxx
        	filter/inc/filter/msfilter/svxmsbas.hxx
        	filter/qa/complex/filter/detection/typeDetection/Helper.java
        	filter/source/config/cache/basecontainer.cxx
        	filter/source/config/cache/cacheitem.hxx
        	filter/source/config/cache/contenthandlerfactory.cxx
        	filter/source/config/cache/filtercache.cxx
        	filter/source/config/cache/filtercache.hxx
        	filter/source/config/cache/filterfactory.cxx
        	filter/source/config/cache/frameloaderfactory.cxx
        	filter/source/config/cache/querytokenizer.hxx
        	filter/source/config/cache/typedetection.cxx
        	filter/source/config/cache/typedetection.hxx
        	filter/source/config/cache/versions.hxx
        	filter/source/config/fragments/makefile.mk
        	filter/source/config/tools/merge/pyAltFCFGMerge
        	filter/source/flash/swfwriter.cxx
        	filter/source/flash/swfwriter1.cxx
        	filter/source/msfilter/msdffimp.cxx
        	filter/source/msfilter/msocximex.cxx
        	filter/source/msfilter/msvbahelper.cxx
        	filter/source/msfilter/svxmsbas.cxx
        	filter/source/xmlfilterdetect/filterdetect.cxx
        	filter/source/xslt/import/uof2/uof2odf.xsl
        	filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
        	filter/source/xsltfilter/com/sun/star/comp/xsltfilter/Base64.java
        	forms/source/xforms/convert.hxx
        	forms/source/xforms/model.cxx
        	fpicker/source/aqua/SalAquaFilePicker.mm
        	fpicker/source/office/fpinteraction.cxx
        	fpicker/source/unx/gnome/SalGtkFolderPicker.cxx
        	fpicker/source/unx/kde4/KDE4FilePicker.cxx
        	fpicker/source/win32/filepicker/PreviewCtrl.cxx
        	fpicker/source/win32/filepicker/PreviewCtrl.hxx
        	fpicker/source/win32/filepicker/VistaFilePicker.cxx
        	fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
        	fpicker/source/win32/filepicker/helppopupwindow.hxx
        	fpicker/source/win32/folderpicker/MtaFop.hxx
        	framework/inc/classes/droptargetlistener.hxx
        	framework/inc/classes/filtercache.hxx
        	framework/inc/classes/filtercachedata.hxx
        	framework/inc/classes/protocolhandlercache.hxx
        	framework/inc/classes/servicemanager.hxx
        	framework/inc/commands.h
        	framework/inc/dispatch/basedispatcher.hxx
        	framework/inc/dispatch/blankdispatcher.hxx
        	framework/inc/dispatch/closedispatcher.hxx
        	framework/inc/dispatch/createdispatcher.hxx
        	framework/inc/dispatch/dispatchprovider.hxx
        	framework/inc/dispatch/helpagentdispatcher.hxx
        	framework/inc/dispatch/mailtodispatcher.hxx
        	framework/inc/dispatch/menudispatcher.hxx
        	framework/inc/dispatch/oxt_handler.hxx
        	framework/inc/dispatch/popupmenudispatcher.hxx
        	framework/inc/dispatch/selfdispatcher.hxx
        	framework/inc/dispatch/servicehandler.hxx
        	framework/inc/dispatch/startmoduledispatcher.hxx
        	framework/inc/dispatch/systemexec.hxx
        	framework/inc/helper/fixeddocumentproperties.hxx
        	framework/inc/helper/ocomponentaccess.hxx
        	framework/inc/helper/oframes.hxx
        	framework/inc/helper/otasksenumeration.hxx
        	framework/inc/helper/persistentwindowstate.hxx
        	framework/inc/helper/statusindicator.hxx
        	framework/inc/helper/statusindicatorfactory.hxx
        	framework/inc/helper/tagwindowasmodified.hxx
        	framework/inc/helper/titlebarupdate.hxx
        	framework/inc/helper/vclstatusindicator.hxx
        	framework/inc/interaction/quietinteraction.hxx
        	framework/inc/jobs/helponstartup.hxx
        	framework/inc/jobs/job.hxx
        	framework/inc/jobs/jobdata.hxx
        	framework/inc/jobs/jobexecutor.hxx
        	framework/inc/loadstate.h
        	framework/inc/macros/debug/assertion.hxx
        	framework/inc/macros/debug/event.hxx
        	framework/inc/macros/debug/filterdbg.hxx
        	framework/inc/macros/debug/memorymeasure.hxx
        	framework/inc/macros/debug/timemeasure.hxx
        	framework/inc/macros/xserviceinfo.hxx
        	framework/inc/queries.h
        	framework/inc/recording/dispatchrecordersupplier.hxx
        	framework/inc/services/autorecovery.hxx
        	framework/inc/services/backingcomp.hxx
        	framework/inc/services/contenthandlerfactory.hxx
        	framework/inc/services/desktop.hxx
        	framework/inc/services/detectorfactory.hxx
        	framework/inc/services/frame.hxx
        	framework/inc/services/frameloaderfactory.hxx
        	framework/inc/services/layoutmanager.hxx
        	framework/inc/services/license.hxx
        	framework/inc/services/logindialog.hxx
        	framework/inc/services/modulemanager.hxx
        	framework/inc/services/pathsettings.hxx
        	framework/inc/services/pluginframe.hxx
        	framework/inc/services/substitutepathvars.hxx
        	framework/inc/services/task.hxx
        	framework/inc/services/taskcreatorsrv.hxx
        	framework/inc/stdtypes.h
        	framework/inc/threadhelp/fairrwlock.hxx
        	framework/inc/threadhelp/inoncopyable.h
        	framework/inc/threadhelp/itransactionmanager.h
        	framework/inc/threadhelp/lockhelper.hxx
        	framework/inc/threadhelp/readguard.hxx
        	framework/inc/threadhelp/resetableguard.hxx
        	framework/inc/threadhelp/transactionguard.hxx
        	framework/inc/threadhelp/writeguard.hxx
        	framework/inc/uifactory/uielementfactorymanager.hxx
        	framework/inc/xml/acceleratorconfigurationreader.hxx
        	framework/qa/complex/dispatches/checkdispatchapi.java
        	framework/qa/complex/framework/autosave/AutoSave.java
        	framework/qa/complex/framework/autosave/Protocol.java
        	framework/qa/complex/framework/recovery/RecoveryTest.java
        	framework/qa/complex/loadAllDocuments/StreamSimulator.java
        	framework/source/accelerators/acceleratorconfiguration.cxx
        	framework/source/accelerators/acceleratorexecute.cxx
        	framework/source/accelerators/acceleratorexecute.hxx
        	framework/source/accelerators/keymapping.cxx
        	framework/source/accelerators/presethandler.cxx
        	framework/source/application/framework.cxx
        	framework/source/application/login.cxx
        	framework/source/classes/framecontainer.cxx
        	framework/source/classes/menumanager.cxx
        	framework/source/classes/taskcreator.cxx
        	framework/source/dispatch/closedispatcher.cxx
        	framework/source/dispatch/dispatchprovider.cxx
        	framework/source/dispatch/helpagentdispatcher.cxx
        	framework/source/dispatch/interceptionhelper.cxx
        	framework/source/dispatch/mailtodispatcher.cxx
        	framework/source/dispatch/menudispatcher.cxx
        	framework/source/dispatch/oxt_handler.cxx
        	framework/source/dispatch/servicehandler.cxx
        	framework/source/fwe/classes/framelistanalyzer.cxx
        	framework/source/fwe/dispatch/interaction.cxx
        	framework/source/fwe/helper/titlehelper.cxx
        	framework/source/fwe/helper/undomanagerhelper.cxx
        	framework/source/fwe/xml/eventsdocumenthandler.cxx
        	framework/source/fwe/xml/statusbardocumenthandler.cxx
        	framework/source/fwe/xml/toolboxdocumenthandler.cxx
        	framework/source/fwi/classes/protocolhandlercache.cxx
        	framework/source/fwi/threadhelp/lockhelper.cxx
        	framework/source/fwi/threadhelp/transactionmanager.cxx
        	framework/source/helper/persistentwindowstate.cxx
        	framework/source/helper/statusindicatorfactory.cxx
        	framework/source/helper/vclstatusindicator.cxx
        	framework/source/inc/accelerators/acceleratorcache.hxx
        	framework/source/inc/accelerators/acceleratorconfiguration.hxx
        	framework/source/inc/accelerators/presethandler.hxx
        	framework/source/inc/accelerators/storageholder.hxx
        	framework/source/inc/loadenv/actionlockguard.hxx
        	framework/source/inc/loadenv/loadenv.hxx
        	framework/source/inc/loadenv/loadenvexception.hxx
        	framework/source/inc/pattern/frame.hxx
        	framework/source/inc/pattern/storages.hxx
        	framework/source/inc/pattern/window.hxx
        	framework/source/jobs/helponstartup.cxx
        	framework/source/jobs/job.cxx
        	framework/source/jobs/jobdata.cxx
        	framework/source/jobs/jobdispatch.cxx
        	framework/source/jobs/jobresult.cxx
        	framework/source/jobs/joburl.cxx
        	framework/source/jobs/shelljob.cxx
        	framework/source/loadenv/loadenv.cxx
        	framework/source/services/autorecovery.cxx
        	framework/source/services/backingwindow.cxx
        	framework/source/services/desktop.cxx
        	framework/source/services/frame.cxx
        	framework/source/services/modulemanager.cxx
        	framework/source/services/pathsettings.cxx
        	framework/source/services/substitutepathvars.cxx
        	framework/source/uiconfiguration/moduleuicfgsupplier.cxx
        	framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
        	framework/source/uiconfiguration/uicategorydescription.cxx
        	framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx
        	framework/source/uiconfiguration/windowstateconfiguration.cxx
        	framework/source/uielement/uicommanddescription.cxx
        	framework/source/unotypes/fwk.xml
        	framework/source/xml/imagesdocumenthandler.cxx
        	framework/test/test.cxx
        	framework/test/test_componentenumeration.bas
        	framework/test/test_statusindicatorfactory.bas
        	framework/test/threadtest.cxx
        	framework/test/threadtest/threadtest.cxx
        	framework/test/typecfg/cfgview.cxx
        	framework/test/typecfg/xml2xcd.cxx
        	include/basegfx/polygon/b2dpolygon.hxx
        	include/canvas/base/graphicdevicebase.hxx
        	include/canvas/canvastools.hxx
        	include/comphelper/configurationhelper.hxx
        	include/comphelper/embeddedobjectcontainer.hxx
        	include/comphelper/propagg.hxx
        	include/comphelper/sequenceashashmap.hxx
        	include/connectivity/sqlerror.hxx
        	include/connectivity/sqlnode.hxx
        	include/cppuhelper/propshlp.hxx
        	include/editeng/AccessibleContextBase.hxx
        	include/framework/framelistanalyzer.hxx
        	sfx2/source/dialog/backingcomp.cxx
        	vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx
        
        Change-Id: I2618bf83c0e30f68f23ff25f6eb466df04d34c6d

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [225cc70f398963f39dfe7d986d61462e07417a8a]

        coverity#704598 Dereference after null check
        
        Change-Id: I37bb96ae15c2e96ed4592f1a2a13d4f932be0d2b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [7210621e0367f2bcac8509c7701ebd272ad5ee3c]

        coverity#704714 Dereference after null check
        
        Change-Id: Ib15d4f52ed57dae053d3b21b476b4e595145e38b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [fd223840fe9c6e72965a45f74cf4d046a7891152]

        coverity#704742 Dereference after null check
        
        Change-Id: Ieb6d49041d3b540caacfb469291636213a465e62

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [04503ecdbeccd6e46dc8f716a996d6d894bc1825]

        coverity#704797 Dereference after null check
        
        Change-Id: I4faf814dff06a2a5627af1c74ff46d2eb11bc62b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [03bc0110e2926c7246e113ae5d45e14f26c4fe73]

        coverity#1210085 Uncaught exception
        
        Change-Id: Id73c7c0fcea319ddcb08ae95d28fb776e9bc05f3

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [bb68bbc3ec5925011ab176fc45a9f54eedd335d9]

        coverity#1210086 Uncaught exception
        
        Change-Id: I33b50aa5934e37adeae041ca8ad3751b3bdc8ac6

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [24ef62fcd40505f2c9d294b0ee60e59277718dea]

        coverity#1210087 Uncaught exception
        
        Change-Id: Iedd8376ac8c28f8af34bb7817f101b43d526be10

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [ee56bc89b42300e785d69e27bfbf7fa77686e670]

        coverity#1210088 Uncaught exception
        
        Change-Id: If501c455a168c9f1e8721e87efd25f2dbaad756e

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [27410e5cb51c27e683d2a9f04d4ad33fa6de8b1e]

        coverity#1210089 Uncaught exception
        
        Change-Id: I1ab008b814146d79cdab136a5d1fdeeb670c086c

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [9331f7bcc75267ad99bf1b558ce8f859ef803908]

        coverity#1210119 Uncaught exception
        
        Change-Id: Ibbf45bb58a0e5c4bea1b3432bee104c8d5aea3f2

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [de1f7e367f4828b7de32d512e469e01935c92739]

        coverity#1210120 Uncaught exception
        
        Change-Id: I08645981a8d4d54fb6eb90489739204c4e34f883

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [2d32d56243c880032feb3c9c7fed6e621557b498]

        coverity#1210121 Uncaught exception
        
        Change-Id: Ib64ba845f2f59b7db95f43acd14c45a139c17899

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [4d82d12fd5f42d72844a403ba486e2a696ef00f3]

        coverity#1210130 Uncaught exception
        
        Change-Id: I6f4523a70caac6f3d43a11df78b58575b7c7a720

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [a464e4cf4b64c6ac870b7c07aab87d5af97a08da]

        coverity#1210166 Uninitialized pointer field
        
        Change-Id: I8a37c86982bb5cfe707e9141def2a8c790c8403b

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [c625058886f6aec0bff2df29647688c213d57877]

        coverity#1210167 Uninitialized scalar field
        
        Change-Id: Ibc314d95e2b673995a4c089f6e132a43c3706e9b

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [e889874bf89c2e11a3c07b052cea6f0988a5a671]

        WaE: 'bRemovable' may be used uninitialized in this function
        
        Change-Id: I924c3d8ad246774fbf35e427565025aeb89155d7

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [24be5b2728ba7a5c0ebcc53a37bc46b05e889133]

        WaE: suggest parentheses around assignment used as truth value
        
        While at it, change the lovely bDocSzUpdated global variable into a bool.
        
        Change-Id: I6e60e1516e9345076ea08b5aa7029d10d324cb28

2014-04-30  Vort  <vvort@yandex.ru>  [6f945d6dc7480465ba9fce93351b1d3cc6b665e3]

        fdo#78075 PDF Import: Use absolute positions in svg:d parameter
        
        Change-Id: I55ddf92c43f849524be72bd10b3beb41e728f951
        Reviewed-on: https://gerrit.libreoffice.org/9199
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [c276830bd7d7e405b3a1cf54f2181784bf137883]

        One more -Werror=parentheses
        
        Change-Id: I21ebdcade15d7b66c2ed79584f5999f0421a049d

2014-04-30  Noel Grandin  <noel@peralex.com>  [82e8c6a6990571a558e13ebff85edb3b5d511866]

        -Werror=parentheses
        
        introduced in commit 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43
        "sw: sal_Bool->bool"
        
        Change-Id: I7edaf2dcebf75c1f13360ae66a1f0497449d5834

2014-04-30  Caolán McNamara  <caolanm@redhat.com>  [f43adf986601f2158f182b884bc3a15deeb1435e]

        callcatcher: update unused code
        
        Change-Id: I015247c5687476d02e8d2aa0f62a58a00347c5ee

2014-04-30  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [74126c42c309d3166235748980ee5e1e4a5fecb0]

        fdo#77725 LO not able to open/save file when exported multiple times.
        
        Problem description:
        The LO is not able to save the file if exported multiple times and the exported file is used as input.
        The main root cause is Extra Line breaks getting added even though there is no text available.
        
        Change-Id: I0afb52380912cae140d7ded694cb7cae9a8362a9
        Reviewed-on: https://gerrit.libreoffice.org/9112
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [76715b105fcfeffa140b03fb54d5c0846db1fba2]

        test: move XmlTestTools API documentation to the header
        
        Change-Id: Iae56b1fb68fde0cbc44f6b9e37ba1a66194b25e0

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [7a83960b9547652a09cc5de4f50aedce55bb5733]

        WaE: virtual function declaration not marked 'override'
        
        Change-Id: I5142142cea4a9f3ffdb61c7df61a5845572b6e0d

2014-04-30  Noel Grandin  <noel@peralex.com>  [8306e6cfb4504c6a08f877df88a5ea5ca2ad8b00]

        sdext, fix sal_Bool->bool conversion
        
        in commit 1e2c8cf578fe84c95fdd884846545d9faa47fa31
        
        Change-Id: Id488736b183ddd02e07179fa0186a9ff342cafdf

2014-04-30  Noel Grandin  <noel@peralex.com>  [4d8e3aa060ca3612c337b52db0df4548cba68873]

        ucb: sal_Bool->bool
        
        Change-Id: If79913653f22387ab6d5a376d9cf26751525168a

2014-04-30  Noel Grandin  <noel@peralex.com>  [6aa35db39311dcd7965c9c9c21fcf4143a1f9b43]

        sw: sal_Bool->bool
        
        Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8

2014-04-30  Noel Grandin  <noel@peralex.com>  [1417061d1b2c110e7e690523a544b58e7ffd05c0]

        stoc: sal_Bool->bool
        
        Change-Id: Id5aaa3ddfe2cfacbe1bddcdeccb9e775ad84d858

2014-04-30  Noel Grandin  <noel@peralex.com>  [4c73963171b1a7a837e4bfc75ae4e0303af7d117]

        starmath: sal_Bool->bool
        
        Change-Id: I09e833765294937a75feb5cdd92cce4aa8373c24

2014-04-30  Noel Grandin  <noel@peralex.com>  [7e9bb77c356e3888e4bf697f4ecd69e642211c75]

        slideshow: sal_Bool->bool
        
        Change-Id: I0a8886fe164989661add0665c4744fd17a9ef40c

2014-04-30  Noel Grandin  <noel@peralex.com>  [177d32b6b8f3dcc9c82330f710452020798b8342]

        shell: sal_Bool->bool
        
        Change-Id: I4313819fa40885a3cfa4a137888ae457d8d839a8

2014-04-30  Noel Grandin  <noel@peralex.com>  [1e2c8cf578fe84c95fdd884846545d9faa47fa31]

        sdext: sal_Bool->bool
        
        Change-Id: Ib505866047da2cbe0b00d99aa5d7050199b45e1c

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [c1addbb684236c8ed7b4864e481daf925c10bbd0]

        ICU has been bumped to 53
        
        Change-Id: I55cf9fa0364856169e9781f77c65bae047ce1ca8

2014-04-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b03f7ed575838f90e6b1ebec3538a3a214f81fb]

        fdo#75058: Optimize autofilter item filling for non-tree items.

2014-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fa8d10adbf12bef19cfe6dd39d2667944a2fb7d6]

        sc html export: HTML export test fixture & "SkipImages" test
        
        Change-Id: I8a419f535570924d508e1ce5f0c6bb1fbdd829a7

2014-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dde833575e29afecb6b053d3be28d9d028a72bef]

        tests: add XML and HTML test tools to test module
        
        XML and HTML parsing and XPath asserts are used by many test in
        sw, sc and sd modules. This commit moves this functionallity to
        test module, where it is available to all modules.
        
        Change-Id: I53ad9c45b24f4c9bf106cb58ea619002968bfeda

2014-04-29  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [de9ebbaddcb9633380e6614d7e70c1007d3be1c1]

        sd html: support export of tables for Draw documents
        
        Change-Id: I32fe35c90c08d7c87b27ad4a5c10f91c6284c4a3

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [304c7f7d3cbfb0a696de1fbaa169df109f55395e]

        Add some sources from framework for debugging convenience
        
        Change-Id: Id6c6ce764f03849e63fd69dcc780155c98fee812

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [e00b50651675e0cb868d785ba799a5c2d45f7bd6]

        Use a real assert() here
        
        Change-Id: I20a59c1df814919f06ce294addbb0d678414f55d

2014-04-30  Tor Lillqvist  <tml@collabora.com>  [a8a40fd1d7ad44ea9417003770be8aab15223fdc]

        Can't use ifdefs here, the mpFldTypes array must have fixed contents
        
        Each entry must be exactly at the right index.
        
        Change-Id: Id8a4b517b4987c6a5c08a8625b6df9fe7d7438a4

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4f29ea316b6849e3ed9b0a94025e449c9ef46f47]

        writerfilter: fix indentation in rtfreferenceproperties
        
        Change-Id: Ide3292d976d38648c2208d456715c1a8eaa49479

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3fe4039767f60aa43a5e3e2d1a9259fd337d871]

        sw doc model dump: improve section format dump
        
        Instead of looking up the relevant entry from mpSectionFmtTbl in each
        section using the layout, dump mpSectionFmtTbl directly. This makes the
        dump of the section format table consistent with the other format table
        dumps.
        
        Change-Id: I988c8f4fdfd52b64359eb4acf9c61383f33fb8ad

2014-04-29  Eike Rathke  <erack@redhat.com>  [f02c7cdbef595660703cce9359fe9eb71ceefacf]

        drop source/common/putilimp.h part of Android patch, fdo#77071 related
        
        ICU now has its (U_PLATFORM == U_PF_ANDROID) directive.
        
        Change-Id: If740ea0c8004a2a8365d46b5ecf0e388b5965f62

2014-04-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [878a5dabff4669fb606a461e11eaf286d0c8b07f]

        fdo#74650: Speed up GetFilteredFilterEntries().
        
        Change-Id: I1b3ae601726401a0e70fb1a05b9a90c43773794c

2014-04-29  Eike Rathke  <erack@redhat.com>  [2d843bb104a3091a2ff2c7b4d5655f5fb1393a47]

        upgrade to ICU 53.1, fdo#77071 related
        
        plus further work in i18npool to make that build
        
        adapt i18npool to ICU 53 upgrade, fdo#77071
        
        Korean charset collator can't be built from ko_charset.txt because of
        
        "The runtime code decomposes Hangul syllables on the fly, with recursive
        processing but without making the Jamo pieces visible for matching. It
        does not work with certain types of contextual mappings."
        "While handling a Hangul syllable, contractions starting with Jamo L or
        V would not see the following Jamo of that syllable." (this is where we
        bail out already with the first syllable of ko_charset.txt)
        Another condition to fail is described as "A contraction ending with
        Jamo L or L+V would require generating Hangul syllables in
        addTailComposites() (588 for a Jamo L), or decomposing a following
        Hangul syllable on the fly, during contraction matching."
        
        Excluded the file from the build for ICU >=53 and hope that ICU in the
        mean time handles Korean collation correctly.
        
        Additionally, ICU 53 took ages (if it would had finished at all) to
        build the collator from zh_TW_charset.txt because of the \u#### escaped
        notation. Converted the file's content to characters using
        http://www.rishida.net/tools/conversion/
        
        Change-Id: I64213214b4870e7077f72b95fee1ddc9782c2b21
        Reviewed-on: https://gerrit.libreoffice.org/9204
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1e5b495a882493a81cc82ee34e3339b071bc162d]

        fdo#76912: Write a test for this.
        
        Change-Id: I3b14447130c32d4b21010380f7901c0d20004ffc

2014-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab67b79c7469cea7de82b6eb6ca1f690063c069c]

        set OOo reference version to 4.1 for incompatible MessageBox changes
        
        This commit:
        
         http://cgit.freedesktop.org/libreoffice/core/commit/?id=805c6101b3427cc98b53f1c48f22f705206c384d
        
        make LibreOffice 4.2 (and AOO 4.1) widely incompatible to previous
        versions. We should thus update the reference version to 4.1 as that is
        the version we are least incompatible with. Extension developers are
        encouraged to use LibreOffice-minimal-version instead anyway, instead of
        the obsolete OOo versioning. see:
        
         https://wiki.documentfoundation.org/Development/Extension_Development
         https://gerrit.libreoffice.org/gitweb?p=sdk-examples.git;a=commitdiff;h=61f9ca7b18de1adc58cf5d7cb295ba81eb3e5d92;hp=20b8edc74b846db6d143a9e327fb7f7eb2c1fb77
        
        Change-Id: I8275a8244d642100d7b3bc17aa0b12ae7d63e583
        Reviewed-on: https://gerrit.libreoffice.org/8852
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [42905aecfcdee9eb2c184bceeec4f8688056cd73]

        ignore legacy OpenOffice.org-*-version, when a LibreOffice-*-version is given
        
        Change-Id: Ie5b6ffee07b6e5ebf922bad1b4a268ff636412c9
        Reviewed-on: https://gerrit.libreoffice.org/8853
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [4553d68371c93c04812b57513e80e53d5d36d6bb]

        coverity#705639 Resource leak
        
        Change-Id: I44669bce64ee20a907e85d7dcf79ce20e85d1360

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [e1566d1a2323113b8cb5bde64913d3eefb62512d]

        coverity#1210161 Uninitialized scalar variable
        
        Change-Id: I393aadc30190177b75f7f6b723c000b583697c37

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [5d39c9160669a206356b09b40c6c2c2442a9f2ac]

        coverity#1210163 Uninitialized scalar variable
        
        Change-Id: I0ee0fd95b88d27d2a2d66fa82f489a78d2893b84

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [d74722faf277e293b102e63a0acf151fa4fe1536]

        coverity#1210164 Uninitialized scalar variable
        
        Change-Id: I0b57ff0ea059e924f6508da5f76b5e8e7ed8cbf3

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [3f71b92ff1de1c614193832b291339a3e2f2c4a4]

        coverity#1210168 Uninitialized pointer field
        
        Change-Id: I06531e828d7a110a8de6520737935550d250dff8

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [885b7602f30fc6a147a54d05b6d5f7658b7a11d7]

        coverity#1210169 Uninitialized scalar field
        
        Change-Id: I1e34ee6d62c18a5595afac939f8363085cb88bad

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [aef642220cb3038823dec72036f4be571df3cd11]

        coverity#1210170 Uninitialized scalar field
        
        Change-Id: Id63e45f65dbcbbd4d8e861405670369a0fa8d70e

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [2a061b9b0cc5d22d890f152c615b75abfcea96b7]

        coverity#1210172 Uninitialized scalar field
        
        Change-Id: Ib24ca6323615e8a8ba704295d9a9fe92c80a1ae1

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [eaff3d4add99d1e18303f5aeb2cc852fe754baf7]

        coverity#1210173 Uninitialized scalar field
        
        Change-Id: I9da96ba05b0fb628ac497304c4e2aa987da0eab8

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [be6cba5e3cd31fea6bd2130fc10c44239e4c1ed1]

        coverity#1210174 Uninitialized scalar field
        
        Change-Id: Ie9d104df391fd0581943a1c91421cfc08c95709e

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [5aaf20ef674c36ab634b1d3ee71141c97d0f804e]

        coverity#1210175 Uninitialized scalar field
        
        Change-Id: Id2c8432aba3268f7ffbe26c13e81025f2e047865

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [5a887bd50e99b8e274dd11e20b6fcb9f89a80570]

        coverity#1210176 Uninitialized pointer field
        
        Change-Id: I14f6ef8fe0e58859f29b2ec68e5fd563c98cb199

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [0c7b73a4b1b1cbf191404f2352b46f7746f5ff10]

        Resolves: fdo#61102 type ahead in lists skips the next entry
        
        Change-Id: I3f8700f22cee6990791d50475973e91a092260d5

2014-04-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ea0ac020160207a08de3168142abc2a74f17afd6]

        fdo#74322: Let's not handle cut mode here.
        
        Things are a bit more complex in cut mode than what this method can handle.
        
        Change-Id: Idadee23beff08c2df89d47bb237e8a2d2fd69dab

2014-04-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fd65b90934d0c521de1f3b04214e364fd540f080]

        fdo#74322: Additional test for the followup issue.
        
        Change-Id: I971e7ea2535138eb4ac901c227c72a50578746a8

2014-04-29  Michael Stahl  <mstahl@redhat.com>  [1a18c27bfbaec32520f2a03b40ae09c9e44c59b8]

        sw: actually why does this not simply call FlatIndex()?
        
        Change-Id: I74f5e25a05ca3c4c0259dd7f33da57a9e0790caa

2014-04-29  Michael Stahl  <mstahl@redhat.com>  [ccfbc9e1791dd764bb06b87b3c65a7d2b76a35f2]

        fdo#76696: CurTOXType::GetFlatIndex(): fix inverted conditional
        
        (regression from 6af1e845baa0ec63ce16f25868e5e3313bd647bb)
        
        Change-Id: I22dd77fe9bb03f2cf4ce4518ef12c566aad66785

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [68075a61c28a5c72429f78776a822ed45fdcb4a7]

        Resolves: fdo#72142 darker default workspace color
        
        Change-Id: I7fec37c5edd42d974bddb4abbecb0d2b3dd86f14

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [62b0eaf37c08dd27244e77b8bc90c691b000ebd6]

        Related: fdo#50697 reset the cache timeout on GetGraphic
        
        so the graphic gets swapped out Xms after the last use and not Xms after
        initial creation regardless of if it got used a moment earlier.
        
        Change-Id: I1458f307d090ecd8d8d031b545f23e78bf1bcb67

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [b25871da62facc20387ebfa2b908422578ca8ce9]

        fix crash found when exploring fdo#50697
        
        Change-Id: Ie781c2534cb41104dd3d91d4370639e98baa8112

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [f670aaaabf23f13ae5ebf61ba61824794137c597]

        coverity#1210177 Uninitialized pointer field
        
        Change-Id: If4e8ddfa0a4dcb9875ce82fc82d196ff3dbd9657

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [bd44dcf8003d9a5936fb4a109561d403f8952ec2]

        sw doc model xml dump: include section properties
        
        Change-Id: I555c773b0dcc90c8efba5fd7d48b22278f2ef5a5

2014-04-29  Michael Stahl  <mstahl@redhat.com>  [4d1c4c609bea91141d7960f9a3dd8d779573163f]

        sw: remove SwFormTokensHelper implementation details from header
        
        Change-Id: I9102caec1fec680e55e0ca66a0e1b02f41df5828

2014-04-29  Michael Stahl  <mstahl@redhat.com>  [a03c88eded807da34d0490ab4e1830e7573338e9]

        fdo#77308: SwFormTokensHelper avoid infinite loop on invalid input
        
        In 4.1 this loops because the input is truncated to 64k length; try to
        avoid looping when the input is invalid and the terminating ">" cannot
        be found.
        
        Change-Id: I9261d9350f84ab366b822addde725645a46be830

2014-04-29  Luboš Luňák  <l.lunak@collabora.com>  [f09d4bc2853be2fa3faa0502b8efe94ad9719731]

        prevent deadlocks between main thread and other thread processing a Qt event
        
        This part of 13a34f4c6307d1bd2443cbf3fbd83bfdd8cdbafb was correct. The main
        thread will deadlock on the yield mutex if the calling thread does not release
        it before waiting on the main thread.
        
        Change-Id: I6692473457258b791c131e8bdb459b06b01550f7

2014-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ea391abb3f2eb0ffaa892f9d7437dcf33bda6440]

        make signing depend on slowchecks being done
        
        otherwise signing (at least on windows) fails because files are in use
        
        Change-Id: Ida6a7d43dc74eb278fd79410b9c0a60f823c5933
        Reviewed-on: https://gerrit.libreoffice.org/9176
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [d5d55b84f686ec7ba835105356f32f5a0ac1cf3e]

        coverity#1210178 Uninitialized scalar field
        
        Change-Id: I4bbd62b153f7e4b7769b1e1eeb65ce801e57ff5b

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [7e487c1959f5a2b74dae656e3f012bab8a908151]

        coverity#1210179 Uninitialized pointer field
        
        Change-Id: I09534eab67c0ae38cd6965c3b63227d92b72c646

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [3c6e2a2bd3f0472830864aa0e5f4458d9b3182b0]

        coverity#1210180 Uninitialized pointer field
        
        Change-Id: Ice39630a7991bf037842557e76bfb95600c57ea3

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [0283251f58d2717d78bf522f38d25a04489040a3]

        coverity#1210181 Uninitialized scalar field
        
        Change-Id: I30c9449901cd96b74141dd511cabff3c5b9201bc

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [17d785e97232a613f7b25473829ecd39bd27dc65]

        coverity#1210182 Uninitialized scalar field
        
        Change-Id: I2611c840e572d1b46deefc5ce888721820a2bd40

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [322c3e6222142c821cc0c34cc8c6b8bbfbcc0518]

        coverity#1210183 Uninitialized pointer field
        
        Change-Id: I9a86030d988473ac56ee1c6c1325b1eede2ba010

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [9c6f93e44fdbb5ac5f0e636521080fd4b1f36a59]

        coverity#1210184 Uninitialized scalar field
        
        Change-Id: Ic632e75e35bc14b714a30e71eb9957d3f949cbf5

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [80c61632a62e0335397d417e991db7f6999a3f0a]

        coverity#1210185 Uninitialized pointer field
        
        Change-Id: I837094aaf9f04c189296417d77391e3f56604616

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [cb2488b4a6bc83aa5586162592c80fb584160650]

        coverity#1210186 Uninitialized pointer field
        
        Change-Id: Ia74bb69ec3ed269d4a73633d470b2d3247741d58

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [cd911048ac0f1dd986849f2a4c6a5e0c9654bfa6]

        coverity#1210187 Uninitialized pointer field
        
        Change-Id: Ib4de734a2703060174f618a8a2b313cd92e82cf2

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [a822a53b0b2de391b76324de47dc5cc0e0613a5a]

        coverity#1210188 Uninitialized pointer field
        
        Change-Id: I7b0eab57b6822f8429dd275ed4cb8c40ffc71e50

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [1545a28e5e85f2f3ff6a19dd49a45b1dd2a1a497]

        coverity#1210189 Uninitialized pointer field
        
        Change-Id: I47707799510a20918403ee6b66f4a4c2f01f5b22

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [01f23b8b8d319e7eac92bfed328b0e393d029f1e]

        coverity#1210190 Uninitialized pointer field
        
        Change-Id: Ie1843391868c4804cde1d110476d17f34aa2c69b

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [43c2f73fad937976b6ba0df5965988656a0ba037]

        coverity#1210191 Uninitialized pointer field
        
        Change-Id: I7b4161217ccd70d00bd43740719825ba19058bf7

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [9827b60c53f2ae57947507140dd908927412a260]

        coverity#1210192 Uninitialized pointer field
        
        Change-Id: I836170b6eb6edce6d9fb0827e40c72d9ab979f4f

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [9bd7e8f1d6a755f5d99c95c3aa2270197f238eb9]

        coverity#1210193 Uninitialized pointer field
        
        Change-Id: I8d9ee48fa7fb08aa7488d891121078024b13bd71

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [4a1bcd90b93f6ceb78c9181f2ebbd0f47d71eeb4]

        coverity#1210194 Uninitialized scalar field
        
        Change-Id: I6572f70c1c0eaa149759189c6b196281e74e218d

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [b4464c79afa19fba75aad5fa5c2c5ba67c6f657d]

        coverity#1210195 Uninitialized scalar field
        
        Change-Id: I7f5b9c42c58ebd4b0fbcf456e83573465799b0c5

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [2472da5ef635acc2d516c01a094cf77a8a39fb0d]

        coverity#1210196 Uninitialized pointer field
        
        Change-Id: Ib6add605efa2588ac357185687b22c2a6b8863ca

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [677e7718ca917929048ae7befe09780ac0c9ef27]

        coverity#1210197 Uninitialized pointer field
        
        Change-Id: If0d9996c570d892713b23102f280a96449921d95

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [d1324645f57d567c2a79e4fea95b79a36caa3a93]

        coverity#1210198 Uninitialized pointer field
        
        Change-Id: If72fff8b6cc7e5e55e1f395ddc34b4c5810faff3

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [f6b53bb08e5c5ebdf20c2312ab067598bcd13f4c]

        coverity#1210199 Uninitialized scalar field
        
        Change-Id: Ia07d39191a4676f0ba2381bde0a03925bb6c8931

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [faaa1aab3837c909b89dd28460d72a575c0c5fd4]

        coverity#1210200 Uninitialized pointer field
        
        Change-Id: I29792702565f19e0aae6d7b52eedd695caab97f5

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [9b8fd6df0e4bba8d3104650418262b6e1e7f8b46]

        coverity#1210201 Uninitialized pointer field
        
        Change-Id: I94c4853524eea306dd53a7a747f94735e0be0752

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [c1a55709361abcfe10fccfdd2e21580be01a57f6]

        coverity#1210202 Uninitialized pointer field
        
        Change-Id: If364402a0cb304e2109c2c5792847639c15b1b5c

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [a9dde7c69bfef7fd6092c4903befbccfa7af3c5d]

        coverity#1210401 Non-virtual destructor
        
        Change-Id: I6ec9104fc1ec5f2fff951b6a06df7865941cafb4

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [576dd7742fda417f737ba309bd788e61fbb4033e]

        WaE: passing OUString by value, rather pass by reference
        
        Change-Id: I181d16d26c4a144568da37add23939d57a7e1ca4

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [aef3ce97457005e06c13fc8de5508cc0ecb8aff5]

        There is this thing called bool to use for Boolean flags
        
        Change-Id: Ifc25cb29b17e33d19e8f4ccafc653fdb686f2b5a

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [3fef59ce0bc00a05a0577bf8e3a76e322b538099]

        WaE: unused private fields
        
        I don't know if the fields in question are going to be used later or
        just leftovers, so even if I strongly suspect the latter, I put them
        in #if 0.
        
        Change-Id: Ia40354e653b1827ec046f32e21165db4ac7bc78e

2014-04-29  Caolán McNamara  <caolanm@redhat.com>  [3db00c554b38ee6c1b6e969768da53db4dc2f92a]

        Resolves: fdo#62038 EPS not rendered in drawinglayer code paths
        
        It attempts to see if the outputdevice can draw the true EPS
        but if the outputdevice is in record-only mode it just stashs a
        new eps metaaction, and this time with no fallback image, and
        happily returns ok so the drawing layer ends up with a new
        replacement eps metaction, except with no preview anymore.
        
        Perhaps DrawEPS should return false here, but its safer this way
        
        Change-Id: I0e0b16e4b2be00802a1af1f8147500d816a3c5de

2014-04-29  Armin Le Grand  <alg@apache.org>  [e34c437d2e98753159c9bd82516386143d707d93]

        Resolves: #i124760# ensure that only the created object is selected
        
        (cherry picked from commit b6189665e0143d68cf2fe225eca77bcf0454a107)
        
        Conflicts:
        	svx/source/svdraw/svdedtv2.cxx
        
        Change-Id: I4ebf95a5c42fd2348dbb79f99881217a74301197

2014-04-29  Luboš Luňák  <l.lunak@collabora.com>  [d46e7dabd3090697c46e24a350cc75f35c28a8f7]

        do not have a separate action for accepting changes in a selection
        
        It doesn't really make sense to have two different UI elements, one
        for a change that cursor points at and one for all changes in a selection,
        as it's always either one or the other, so just keep the one UI element
        and do the right thing internally.
        So this reverts a part of 4a60f9387ddd832f7c164102b76351e5e520d920.
        
        Change-Id: Ic94a7704cbbc6273e91b0ee478f6304019220c4d

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [839d7f9c59f7778db5b785af56071f92657777e4]

        oox: generatePresetsCXX -> generatePresetsData
        
        As it no longer actually generates C++ code, but data.
        
        Change-Id: I9b05f139ca4ad2bcfdbbb4b954ed4e0f2a9bcd8b

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [64f81d62804b7a890c2b4e7a3f4e539a5ef00e40]

        oox: clean up customshapes README and data generator
        
        Change-Id: Ie7ef8cd247dedb2a6ea0a6de249cb05e9056f726

2014-04-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c128ceebbf2d5320bd495101401712a3290c3d1]

        oox: remove now unused helper methods (generated code used them in the past)
        
        Change-Id: I532dc4ec24c635b9889d77c37113a8ece2c9b88b

2014-04-29  Julien Nabet  <serval2412@yahoo.fr>  [11b81c1026c17548bfdbb861ac696f9c6acc628e]

        Fix memory leaks
        
        Change-Id: Id67d5375bedc6e6c10082d9c5ee69d6e932be158

2014-04-29  Julien Nabet  <serval2412@yahoo.fr>  [5c1c297fa2a0a2e5af0878fbd17dcf21810ac5f6]

        Mismatch alloc/dealloc
        
        Cppcheck can't detect these cases for the moment
        See http://sourceforge.net/apps/trac/cppcheck/ticket/5740
        
        Change-Id: Iac3b5bdea8078b02d78afb53bb8afcb2673b4316

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [81272fdb1e093d44e2e67eba65c79a490832f320]

        Less intrusive --disable-database-connectivity change for sw
        
        Do compile in the SwDBFieldType class. Still bypass mail merge stuff.
        
        Results in about 1.8MB reduction in text segment size for
        TiledLibreOffice.
        
        Change-Id: Iec900bd451d1b4154f3bf03f604783e548b8e7af

2014-04-29  Luboš Luňák  <l.lunak@collabora.com>  [94fc0b4752599601ddf9ff3c9b49da15cffb4882]

        prevent duplicated redline accept/reject spellcheck popup items
        
        Change-Id: Ib7bd7e471b017f7e09a447f987ab7ce8bf506b53

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [aea15180a8928935d0a27c8cb2ded57b36045f78]

        We don't sniff glu
        
        Change-Id: I4d293bb74c9dcb4f9a7ebd4946476cf06ef783d9

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [31b0eb64430eadec6d594354afc0d7b9551ae409]

        Use OpenGLHelper::GLErrorString()
        
        Change-Id: I45f627b20c4cfdd3048d7b1716af882ddd0d82b9

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [47a99f19bb9d46eb617c71703d5548523fe72d11]

        Add gluErrorString() replacement to OpenGLHelper
        
        Change-Id: I1a04ece7026ceff75456df03b4eb189a3cb9687f

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [20fc0ed8fa5765d3e13e5351c03993c3ff6c2732]

        Build libchartopengl for all platforms
        
        That doesn't mean it would need to be used on iOS or Android, if we
        don't need/want to.
        
        Change-Id: Ia6ac6f32cac3f6958f5ec240ec4be369474edfb8

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [79f7c05d9e7de5b6a695363491a56e56e628d09b]

        glu is not available on OpenGL ES
        
        Change-Id: If0a60c2b88953540aebf46e53f5488456c2d1e06

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [b8ec9371ad27352aa0d4abac7237f2ef54ee87c9]

        WaE: array index 2 is past the end of the array (which contains 2 elements)
        
        I assume index 1 was intended here.
        
        Change-Id: Ib360b4d37bc342adadc11186810db77ceee91d4e

2014-04-29  Tor Lillqvist  <tml@collabora.com>  [aed63550d90a3ad71ac464d2d975539e89ff14cd]

        Revert "More --disable-database-connectivity work"
        
        Nah, this was not a good idea. We do need to keep the db related
        fields around in some way for document roundtripping. Need to do
        database functionality disabling at a different level. If at all, I am
        starting to lose trust that it can meaningfully and cleanly be done.
        
        This reverts commit d2f9e1a165314ad9e8588b1d44b3ff0a455ef7f6.

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3e40f47abe3da7e24059281a9047b1292241398]

        fdo#77647: Expand reference only when the top of the selected range is...
        
        below the top of the reference range.
        
        Change-Id: Ibb3dadb50dd076ae05033b046c9506c60605f713

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ce0228af2da5cea2accb91c3ca770cbe01005bab]

        Make these non inline.
        
        Change-Id: Icfed6fa13a04eb9b2006296421d52c566635ac33

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e4a886f657723040ba10a0ce0101f14763f5605a]

        fdo#77647: Write test for this.
        
        Change-Id: I25b04c4790fcdae1e85b5d7b9cb85792226af757

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6086aa6b6107421e1267ad7a50a74aa05770041]

        disable until I can test build on windows myself

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6b2b84324944194250ea648d542d241b700dec3]

        make the new 3D OpenGL chart renderer compile
        
        still a lot of work needs to be done.
        
        Change-Id: I427d1a3ada15d2c9a480bb8e57940af6aef04f2f

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea45852d7aa48bfa9b62a5d7eb8c29757b90164f]

        move all the 3D rendering code into an own class
        
        Change-Id: Ibb4bb18ccfbd0112b7778147b423fa2506c5fabe

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [769a268f3063ceafa43d84cd7e51c5cb1fc8b4c5]

        remove unused member variables
        
        Change-Id: I4dc97659a3a5dc18e70d3daf1fc5b7894c0aa079

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d48f90dd6e2e86daec445660e3c4b488f3dcdc32]

        make the chart patch warning free and more clean-up
        
        Change-Id: I26ed3e89a77e4dcb68edea02e89fcc18197f2878

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1d5c27892b0b6a5dc81c94dbf61f9285a52aa5a]

        the safety check was a bit too strict, fdo#77984
        
        Change-Id: Idfc3b3dd1d9f4de428e43c515b13a8d7e40e347c

2014-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4439abe30f5ff76f99b5e35cf9655910332fe65c]

        show the failure message again at the end of the test
        
        Change-Id: Ia0bcbf0943aaa20dc5333dc4d18030ecf88e594e

2014-04-29  xukai liu  <xukai@multicorewareinc.com>  [852d812faaf8b1bc3b5abf8dd662d200a9b37b4f]

        add algorithm of corner generated information
        
        Including a number of Linux build fixes by Markus Mohrhard.
        
        Change-Id: I8a019351f7dd7d48977ff10d5eb3535c2ddb9034

2014-04-28  Julien Nabet  <serval2412@yahoo.fr>  [531f283b3d80b8bffeb1ac39a4656e27511fdaff]

        unusedcode.easy: remove SwapWithinGroup
        
        Cleanup after 3f41b12c6685b82b5c2674bd9b9d5991adebeaf9 "SwapRow() is no more!"
        
        Change-Id: If0e76e442bcee37c3136665e598038ab19a436bb

2014-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c21e35272038aff8e7db5713ee36a496a91e73c7]

        writerfilter: fix indentation in rtfreferencetable
        
        Change-Id: Ia3a05af7a77eaa8e965a7557456adfcc26966fb1

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [e081294aaf020f118c4e2e3f629ccc0d31762b2b]

        WaE: unused parameter 'rMimeType'
        
        Change-Id: I3f755240322d23aa2ccb757607399544aa1fa0c4

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [2ac1551397222276f6c3a0cfbd4544c6aafce093]

        mem leak in OutDevStackState
        
        regression since cf3c6cb40f99fa1761a6af3d7447a899b9447868
        
        Change-Id: I74900c93a1aee87e7ae0a6fa58905f751a528756

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [4d88c6dee6d57fa9c366b67624842aefa429f527]

        Related: fdo#64161 pstoedit not writing file until its closed
        
        there's more to this than that, but at least its consistent this way and not
        differing per person. Its a bit unfortunate that pstoedit can't render the text
        in this example either though.
        
        Change-Id: I6f6bb7f83ed23dfc0f6b5c5f2b00753fa7190a8d

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8a421be2b155a24ac673456284652214c72bd645]

        Dump more info from ScTokenArray (for debugging).
        
        Change-Id: I57897c0b3c7f5974f2b9e510f03c91e23e362096

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [e34afd43bd6cfeeb90eacf315371cb38d0fc2e28]

        WaE: Unreferenced function definition
        
        Change-Id: Idd0f00f58dda4ec035ff736694d7766a39d15fa1

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5233971396b2ed8e280ad68912e1a55e803f3856]

        Add a bit more test code to test the normal use cases of MIN.
        
        Change-Id: Iad1e120dff49d569e5fb66905e5fe28462759c5a

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [453ea919e70fa9832f11e3ef042bb80cd86892cc]

        fdo#77969: Return 0 in case of matrix consisting of all empty elements.
        
        Change-Id: I225d50445d7f84a17c0b9492c17247e4c1c9ef44

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a4a5f67008a931508a9d963f6b95db9cb9d45aef]

        fdo#77969: Write test for this corner case.
        
        Change-Id: Iac8a3d0693456a380d3290c7be06136b04b50390

2014-04-28  Luboš Luňák  <l.lunak@collabora.com>  [4a60f9387ddd832f7c164102b76351e5e520d920]

        allow accepting/rejecting changes in a selection (bnc#874790)
        
        Adds 'Accept Changes'/'Reject Changes' to the RMB popup if appropriate,
        more convenient than handling them one by one.
        
        Change-Id: I4e2670aa9fdacaaaa1b7ecca36b9c150c82e2e72

2014-04-28  Luboš Luňák  <l.lunak@collabora.com>  [160e93607f6c2c3981823b30ee981ca23d4e1a0d]

        move function searching for a readline directly to SwRedlineTbl
        
        It's more fun to roll one's own lcl_ function hidden somewhere, huh?
        
        Change-Id: I8cad6ff7e829a58c68098bff23bd48343c3e5b6a

2014-04-28  Eike Rathke  <erack@redhat.com>  [f60d4c758ab94bfb55990ca0975de91e22f8265b]

        temporarily disable export to ODS due to derailed validator
        
        Change-Id: Ib2e6ce3f2663242eebbf1cfa3fc04c57468194bf

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [1053688105c1064a4e04dcb2c6056b4326c4a880]

        Bin outdated patch
        
        We use gcc 4.8 for Android now.
        
        Change-Id: I607499c9a61529349d2c3154593b2edf48eccb7e

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [f0a266681974ef3d7ae881e1d8342a6bdfd9d737]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ie3eacab8c5f593144be9d98e4fbfae3f929f384f

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [6f59894afca1f3aee968be10c98167cd0900340d]

        WaE: implicit conversion from bool to 'long'
        
        Change-Id: Ibe8bf3070fb64b447315b280c7c06a7851f7a7ed

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5fab47ddbe332a150fb2005e941a2c19bd38ce7f]

        fdo#75397: Return an empty string for empty element.
        
        This is the behavior as of 3.6.  It had changed in 4.0 and onward by
        accident, and caused the bug as reported in fdo#75397.
        
        Change-Id: Id96fea354604b3c13cbbf2d9a73223b7725c7d66

2014-04-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18fa4733f46c2dae40bad7cdea9d3f98e24495dd]

        fdo#75397: Write unit test for this.
        
        Change-Id: Id261aebd427eb032463668c2654ce837139b4a05

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [d2f9e1a165314ad9e8588b1d44b3ff0a455ef7f6]

        More --disable-database-connectivity work
        
        Bypass various database field and mail-merge functionality in the case
        of !HAVE_FEATURE_DBCONNECTIVITY.
        
        Now TiledLibreOffice builds and runs.
        
        Change-Id: I9aa167413f426fe28d44dd063dc661f468ddc847

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [739a5bcd2b9e0eada33fb69c5e582b65dfa9ae79]

        We don't want forms in the no-DBCONNECTIVITY case after all, I think
        
        Change-Id: I84e5334c8db4d5c41eccb5ab2203c07aafd20adb

2014-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6e793fdb9f349e650cf3bed47cd900119147c442]

        sd html: Support export of any text objects (draw) and groups
        
        Change-Id: Ied2de0a076db722df8366e866ae66846f3fb2854

2014-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [306b29a62f7735fb0d80b7e6e987c7921ebf2c82]

        libLO: add extension map for draw's formats
        
        Change-Id: Ie447f334e3fca606323870f0ce21e85d4fc0978f

2014-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2c72660137baf08e1b4611e30750970a688cbacb]

        sc html export: some more places to skip images
        
        Change-Id: I1d3deb96688ea29e674b7be2fda034a75d5b92a3

2014-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a9020e461803964a206d5551884b70717eed165c]

        fdo#74336 limit the size of the non-placeable WMF image
        
        For a non-placable WMF image the size is unknown and needs to be
        calculated by using a bounding box over all elements. Sometimes
        this results in a very big image which is not drawn correctly
        when using dashes and dots. This change normalizes the size to
        reasonable values.
        
        Change-Id: I0e5b71fb011c5a9dff1c5cb13e29d5578570ca65

2014-04-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2ac96e52b05e9b9072788b80688a13436359b439]

        Revert "fdo#74336 need to transform dash length / dot length / distance"
        
        This reverts commit 17ca93a6e592d3109e47c756fcfe8ac975acae5f.

2014-04-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1736e5d91c76a824ffcb052c5e769444d3a0ed5e]

        Slideshow: display OpenGL window also during slideshow
        
        Use vcl based player window initialization.
        
        Change-Id: If5c2198fa891e1d3ad218c8b7e1495161c0d6c25

2014-04-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0a1746e942224851b584f5902d7b1e0ca496fdab]

        avmedia: make OpenGL window render model when play button is pushed.
        
        Redraw player window (call update) when Paint() is called on its
        parent.
        Use a temp variable to save playing state.
        
        Change-Id: I3d9b716c7f77587d98e4c06dca6d43a7dc8e32dd

2014-04-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4ee7708bc261d49f4a08d617fedf337f86de1000]

        OpenGLContext: destroy context
        
        Change-Id: Ia779045d93361a4ca4bfe5027958a04fdebd2ca1

2014-04-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9996785392b777fc029dbc19bbd0af51d8906b88]

        OGLWindow: set pos and size values even it is invisible
        
        Change-Id: I10392d744bbfe3c4d3f44ff9ca53ff12a2c41c45

2014-04-28  Zolnai Tamás  <tamas.zolnai@collabora.com>  [039c9efa6d007f5512895c0be742e7926c4ac7b2]

        Introduce OpenGLContext::MakeCurrent for switching between contexts
        
        Change-Id: I00b06d1330241c4df3b07dc6e0019c49fd7aa521

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [d87b312bcc8a5e64d9a5d0ea647a1050629421bd]

        Avoid SvxSearchDialogWrapper for non-desktop
        
        Change-Id: Ie602ac05caafba132d9c41333d034a5621664c13

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [c921717bbe4102e6ff86e914209a844639c510a0]

        I think we don't need to register the 'child windows' for non-desktop
        
        Change-Id: I49be529a1b203685718019c3d4531e39064471b9

2014-04-28  Tor Lillqvist  <tml@collabora.com>  [00566c14c115bbdf36a66a7e58b6b7da01db64b8]

        Don't repeat yourself
        
        Change-Id: I1e5dca798eee45c961024771d276a00a5499efaa

2014-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [541761d7b8c8ec8f1927989c6c0694174de73644]

        prefer makefile-gmake-mode
        
        Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [de053813e38e4a036067f4ee26e479f9326614fa]

        Resolves: rhbz#1091117 SdGlobalResourceContainer used after delete
        
        the configuration dispose triggers the presentation being restarted
        the only scenario I know where this is a problem is already fixed
        by rhbz#1032774 but lets try to fix this anyway
        
        Change-Id: Ib487601fc2c072dee7589bf71de964438cdd0087

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [9a89946c95234b19ded1cecdd50bc1ddbd8f8fcb]

        VCL: Move line functions into state areas
        
        Change-Id: I4a92c66892fbb9687b9e7c521c770150b75229b0

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fc8e17a017a0f68b5cc6a55e61e100da9d8e4eb]

        VCL: Rename ApplyMask to DrawDeviceMask in OutputDevice
        
        Change-Id: I3392294f8144a9f3124ada972934bb0452c6e13b

2014-04-28  Julien Nabet  <serval2412@yahoo.fr>  [99c9e0f86b86a642a869cae9e6ccb6ef703e1652]

        Typo: becase -> because
        
        Change-Id: I065a581ea02e5f8892e44c7e97903297a40cde18

2014-04-28  Julien Nabet  <serval2412@yahoo.fr>  [adad1a2c56a60140c2d507339c7eec8a796bc496]

        Typo: diferent -> different
        
        Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3

2014-04-28  Noel Grandin  <noel@peralex.com>  [2554d0ab4e293c2e68477c1b390367c15353234e]

        remove unused code from TabBar
        
        Change-Id: I9f975d99893135b414c749c4fe86912362375c4e
        Reviewed-on: https://gerrit.libreoffice.org/9162
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-28  Noel Grandin  <noel@peralex.com>  [883481fd200510f5ae62e7ab7cd18f7d925c2c47]

        Improve TabBar return types
        
        DeactivatePage() goes from returning long to returning bool.
        StartRenaming goes from returning long to returning bool.
        AllowRenaming goes from returning long to returning a
        constant from a new enum.
        
        Change-Id: Ib87e8d7ceb4e23846547257b358ca4dfd41eb6ca
        Reviewed-on: https://gerrit.libreoffice.org/9161
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-28  Noel Grandin  <noel@peralex.com>  [a3abc602578270582ab7d8df9ef34ef9503234de]

        remove some dodgy defines from the ICGM filter
        
        One of these looks it was somebodys temporary debugging code.
        The others constants are are always defined,
        so the #ifdef blocks are pointless.
        
        Change-Id: I4817e9ce268ab58f5e329830e2e332e2b4ebf4dc
        Reviewed-on: https://gerrit.libreoffice.org/9163
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [3d91d54c49af4dd0832c27ccb9721724fa98b6b5]

        VCL move DrawCheckered from outdev.cxx to rect.cxx
        
        Change-Id: I55cbab29e4e0d772e593f39ba48a3a2dffbce382

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [db45e761df999c5435bf24fb69f3b0ec7bca16cf]

        VCL move DrawGrid from polygon.cxx to rect.cxx
        
        Change-Id: I551901111ee8eee2a9c1cf75890b89f7100d925d

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [5416bef7901adcbfc94004e9cd24bdd3d4fc47e2]

        VCL: remove newline from DrawGrid in outdev/rect.cxx
        
        Change-Id: Iff26673bd97827bca20b19937591c1fbc69bdf4f

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [c028b0059a4ec12590593e56642db5264bdb4835]

        VCL: remove newline from outdev/rect.cxx
        
        Change-Id: I90b3c0369a54c22a87bd660801b5ea384e01c19a

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [94d0eb659ed1310f3d2647c83db8e54184c55e23]

        VCL move SetLayoutMode & SetDigitLanguage from font.cxx to outdevstate.cxx
        
        Change-Id: Iaf48a39fa1d4d7b88143022e517f2c4e119e94d5

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [690b655f06af5717ecb79f0cb804342a78a6ba43]

        VCL move SetRasterOp & SetDrawMode from outdev.cxx to outdevstate.cxx
        
        Change-Id: I8c597e5b9049cd23223ecf4376a4449ca1effb38

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [54a5880ba04b55460bd7854b17d5edb94a78cf91]

        VCL move SetAntialiasing from outdev.cxx to outdevstate.cxx
        
        Change-Id: I0d0336f4f3a7add0f11f7b8d19aec517c3d8c9af

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [0f83b6379af62a9a0556371ee82a152c7d4e93b3]

        VCL: Move SetFont up the include file
        
        Change-Id: I6721e78f8a10d95a54ff09c1f25f0ae3ece71cfa

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [0ada64dfd99fdaa1b182f88d32e4f4c6fbd2b5f6]

        VCL: Move SetBackground from outdev.cxx to outdevstate.cxx
        
        Change-Id: I04bf1470e43ed08ef5759fcbd6f96d4896f7690b

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [d0d21235cd653d66aa877161086c474e988277b6]

        VCL: Move SetFillColor from outdev.cxx to outdevstate.cxx
        
        Change-Id: Ia817fbe4aa2927ac5568fd842e8f313608bed320

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [6caf6680488b00a3ba75eca22640ffadbfb97a64]

        VCL: Move EnableOutput from outdev.cxx to outdevstate.cxx
        
        Change-Id: I3b1f63d280549ca0dc3ec59733fa6e9ca2672a1c

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [537ed2782104c467cd4ab30b57f62fe34777db5c]

        VCL: Move GetGCStackDepth from outdev.cxx to outdevstate.cxx
        
        Change-Id: I61a366f4dd005cb19794b48c857760a3b2a8a267

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [db5be2d4ca6867c61cb9fe117d7b76281240d739]

        VCL: Move Push and Pop from outdev.cxx to outdevstate.cxx
        
        Change-Id: I98076c6e23b69b2e59dcca9fbc35a3a9755e564c

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [c91554fbca5b2e7977a8ae12e64725f31eca87d1]

        VCL: Move InitFillColor from outdev.cxx to outdevstate.cxx
        
        Change-Id: Ia6752c8ab95fc5dc9846c939d1f8767f17f6ced6

2014-04-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dea3ab9db68502b4f8306eb79c944ab87660888e]

        sal_Bool to bool in previous commit
        
        Change-Id: I6de50ccd8b99d6d7dbd049fc184c3f6117217318

2014-04-28  Thorsten Behrens  <thb@documentfoundation.org>  [4cd629645cdebf30f2e941df6e17f51b50d934f1]

        Make starmath german-comment-free.
        
        Change-Id: I48b5c6afe861704abe978cb07ecd9df6e39d7b7c

2014-04-28  Sourav  <sourav.mahajan@synerzip.com>  [a211c754003f98bc8f7761224a0b265bd224f61f]

        fdo77216-Charts-Scattered chart: Chart gets distorted on RT
        
        In case there is some text entered in place of X coordinates for scatter chart
        then x coordinates should be taken as 1,2,3....
        MS Word does the same thing
        
        Change-Id: I1db0fd64c6ac0f4d5e77a9676812f5e26577ecf6
        Reviewed-on: https://gerrit.libreoffice.org/9011
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-04-28  Jan Holesovsky  <kendy@collabora.com>  [89e14d6c318580354081b3b3ad39188f25481ae7]

        Fix repainting problems in Draw.
        
        Regression from 465730622e2eb77828c1cf4845f8e8a40b92f1b2; unfortunately the
        hierarchy can contain more than just the sdr shapes, in which case it fails to
        recognize that there is still something to paint.
        
        We need to improve the way getPrimitive2DSequenceHierarchy() works, and come
        up with a way how to cut early the primitives that are not interesting for the
        area that we are redrawing.
        
        Change-Id: Ieb2e40a576e9a394fe28f248e582c132ab5b6578

2014-04-28  Thomas Arnhold  <thomas@arnhold.org>  [0087fc02ec179f9a5e189bdb256bb9b80d027ca9]

        translate z.Z.
        
        Change-Id: Ia048a33bf27b32b65c0e72dd48c5c98e51b818ff

2014-04-28  Thomas Arnhold  <thomas@arnhold.org>  [789d3b363f9a0619d14b37a74f37809d05230594]

        fdo#78030 - Bitmaps are missing allover the UI
        
        Original behavior was to call DrawBitmap without the size argument.
        
                case IMAGETYPE_BITMAP:
                {
                    const Bitmap &rBitmap = *static_cast< Bitmap* >( rImage.mpImplData->mpData );
                    if( nStyle & IMAGE_DRAW_DISABLE )
                        DrawBitmapEx( rPos, makeDisabledBitmap(rBitmap) );
                    else
                        DrawBitmap( rPos, rBitmap );
                }
                break;
        
        A check of bIsValidSize is needed here, too.
        
        This brings the missing bitmaps back.
        
        Change-Id: I60582090a7543b3916b15675af1a5ec9ee216270

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [4ccdf41bd03a756c0e8d598fb3788e63433872c8]

        coverity#708631 Uninitialized scalar field
        
        Change-Id: Ie95fe7f64e9f60500748511aa1e55c430f0a6641

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [94fcab784bad15022481d5acf1c8c7803d7c2611]

        coverity#708630 Uninitialized scalar field
        
        Change-Id: Iaab1985c5db6482578d66abf224248da38db1624

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [bedf2d65ca9e77f2072354fe1561a9cd047b0bd1]

        coverity#708629 Uninitialized scalar field
        
        Change-Id: Ia570a267732a4f7d76f1873563f6db1eb884dc56

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [d085620d0306f7e9a0346950259c8770f067595a]

        coverity#708627 Uninitialized scalar field
        
        Change-Id: I729eab07b6de04be07e8495f28d14bcf1191e00d

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [c7a53e6320d6b21ad29a0572f87d8ccc36549c15]

        coverity#708319 Uninitialized scalar field
        
        Change-Id: I8f817ba8fc286979f666ad06f4fe21f4703b4652

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [ce728a2ffa50455453ef83edf75112c525473a2d]

        coverity#708472 Uninitialized scalar field
        
        Change-Id: I105021ff2c65af7811a5a4a040b2ed6333215db6

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [d2b58b6a3bf1430a06bca6f6b9c238614f7b959c]

        coverity#708471 Uninitialized scalar field
        
        Change-Id: I5c9f97cb99490e5b068edc91fbfe0a39ecf9cfa4

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [64bc19eeb569d3bbb040dc9650b15476386c0e80]

        coverity#708052 Uninitialized scalar field
        
        Change-Id: I6ef481d08d357d62e1a7931b2f43fb7cb5b55b7c

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [c68d420614a1512ac3dd663f80c8559e3228a4e6]

        coverity#708039 Uninitialized scalar field
        
        Change-Id: I8a7d3e4ec136c72385f4b4010e08d436aea9c776

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [6da7bf8ca7c3b7f3918a10cb42b7268f23a12cd9]

        coverity#708038 Uninitialized scalar field
        
        Change-Id: I0954b9e1bc2ec845ac978acbdc4f48b405a0d3c8

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [1c843ef7bf2c4bf1c981b4f1e81e6c8cd2106513]

        coverity#708033 Uninitialized scalar field
        
        Change-Id: Ia38eb70180ba783c72f2e91fc1c5792cbb88d8f9

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [d9f95530630bef21c2b0e9e6c226c9508daa7aa0]

        coverity#708032 Uninitialized scalar field
        
        Change-Id: I681ade0c8a7fd45dc9ed3555ef8ca1d60f5741ee

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [12217f1b2a66db791c0837b70413523b0852e4c6]

        coverity#708027 Uninitialized scalar field
        
        Change-Id: If09859accf441b4e0f7f04ba87c8ad71155cda5f

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [a385c1072315c56928ac3515935b517c93f14da1]

        coverity#707821 Uninitialized scalar field
        
        Change-Id: I47bb8d7f5d465b5507a17ea6e87728c5bbdd6c1c

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [9f1e44e190f699751b0bfc6438fa2de9f51fd5aa]

        coverity#738576 Uninitialized pointer field
        
        Change-Id: Id945cf9549b7f633f7deb1f237a2bf6536f221c1

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [76f74ef908a50ac3b63d0b3a190f17dce33cbd0f]

        coverity#738575 Uninitialized pointer field
        
        Change-Id: Ib65f0e95ef2a837b6c5791d9e2dce5fe8025da33

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [b3e332b4a70658548c4560c2bc460143548559df]

        coverity#738574 Uninitialized scalar field
        
        Change-Id: Ia7cca6e2a2bc3240a32509697a999461491a2747

2014-04-28  Caolán McNamara  <caolanm@redhat.com>  [766d5e4ec0182ecbeaac9475dedad9a631f9cf47]

        coverity#738573 Uninitialized scalar field
        
        Change-Id: I8b112fa0095cc6ed15c9198a312a0b6fce3a8d28

2014-04-28  Julien Nabet  <serval2412@yahoo.fr>  [8eb41a5c0d7a076ab07bdfea56715b46b423713e]

        bin/find-german-comments: fix duplicated "basctl" key in dictionary
        
        Change-Id: I12b9d5816c685b2374e6d659436e46965f29cd3a

2014-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [751c076f3b03e374c84e7efff587f232e734117f]

        bin/find-german-comments: fix duplicated "sw" key in dictionary
        
        Change-Id: I2a0a14c905ec1ba1408b625894ba0b8a02e17aa7

2014-04-28  Michael Meeks  <michael.meeks@collabora.com>  [d8ae7ef18576101071f6cefbaa0feb970fb56267]

        German Comment translation
        
        for directories with only a trivial set of lingering comments.
        
        Change-Id: Id1ffa237549ee8fd82059caf68cc092f8c4a7efe

2014-04-28  Michael Meeks  <michael.meeks@collabora.com>  [14e06df21d60f0dcd681bd77beeba731533f81e2]

        whitelist directories with no German to speed up the count.
        
        Change-Id: Ic8d5861fda5b21df43447eb7bc4dc9a416ce1afb

2014-04-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [236c05bb1cdd42d485fde0811cdcf0b843d3cde3]

        CppunitTest_sw_ooxmlexport: move sdr-related tests to the dedicated suite
        
        Given that CppunitTest_sw_ooxmlexport and
        CppunitTest_sw_ooxmlsdrexport run in parallel, the
        CppunitTest_sw_ooxmlsdrexport is way smaller, moving stuff from
        CppunitTest_sw_ooxmlexport to CppunitTest_sw_ooxmlsdrexport speeds up a
        toplevel 'make' a bit.
        
        Change-Id: I97297404bc3a02b6ca65552670edf16137deb264

2014-04-28  Sourav  <sourav.mahajan@synerzip.com>  [f0860625e29c18d2eca647a6cedd0ce679d5a80d]

        fdo#77719 File containing CusGeom gets corrupted on RT.
        
        RT file gets corrupted because in presetgeometry tag shapetype is coming as blank.
        A check is introduced to handle that.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9147
        
        Change-Id: Ie79db0f5dcadfa3cd5d3f54d4a676393b3a882c5

2014-04-28  Andras Timar  <andras.timar@collabora.com>  [d6904736b9a07b2a321add96be4857ba41a7f370]

        fdo#67112 ReportCommands.xcu is localizable
        
        Change-Id: I51db40b14ec138632d922c910f59cfe50d6b3f2f

2014-04-28  Rajashri  <rajashri.udhoji@synerzip.com>  [d9de57dd2acc4719f846e908284ed81f09856098]

        fdo#77713 : File Corruption - Header.xml
        
        Document containing track changes within a SDT content
        is getting corrupted.
        Reason for corruption: In export side,parent tag [SDT] is
        getting closed before child tag ['del' tag].
        The corruption is resolved now.
        
        Change-Id: I42451495f80e30ddfebab8b81bcf1e309b0c2ca2
        Reviewed-on: https://gerrit.libreoffice.org/9146
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-28  Dinesh Patil  <dinesh.patil@synerzip.com>  [c865de60a769cc99c25050652aaad751771b2249]

        fdo#77715: Fix for TOC flag field \c
        
        Description:
        If SEQIdentifier for TOC field \c is not there then blank "" are getting added
        due to which opening of RT file in LO was causing system hang.
        
        Implementation:
        1) Check added for SEQIdentifier, if found then add SEQIdentifier with ""
        e.g. {TOC \c "SEQ"}
        2) If SEQIdentifier not found then don't add ""
        e.g. {TOC \c}
        
        Change-Id: I9dbfa1db51358908b246456201428de8b4104e10
        Reviewed-on: https://gerrit.libreoffice.org/9145
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-28  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [a3c00ee3c7b3b0fbcde32baeb7023c7e8526b908]

        fdo#77759 : Embedded excel getting renamed to binary object.
        
        The embedded excel (xlsx) when inserted on its own (unlike with chart) is getting converted to ".bin".
        Note that only extension differs otherwise its an excel file only.
        There is no loss of user experience in editing the file in MS Word.
        
        The similar case is also exists when power point is inserted on it's own.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9126
        
        Change-Id: Ie13c098a794179c3b27100a7b9e30884fb47f656

2014-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [df0dea0bf055fce59beedadbc8d20a2681c96bd6]

        writerfilter: fix indentation in rtftokenizer
        
        Change-Id: Ia9c609eabc39c3933479eae3d5c4499f11c58528

2014-04-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1f440212ba8be81d6467d23d65f083f39f55541]

        coverity#1130360 Unchecked dynamic_cast
        
        Change-Id: I8bff19837a3dc33fd01983cdb05acfc4f2564008

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [52b06dab6e53b7a25fd4d1dcebc3051afce4c5b4]

        OGLPlayer: use libgltf methods for playing 3D animation
        
        By now this methods are unimplemented inside libgltf.
        
        Change-Id: Ib7dfb1a053d11fc43fec26ec4f9195e7f64a8a74

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [79d75557100b696a02c3341f2e5277900cb3c4df]

        OGLPlayer: no sound of OpenGL models
        
        Change-Id: I50277f315689006e6a824e61a6ba6929077b20a8

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f0bd1c6980e52f212ed95820420acfd0bcdf3cca]

        OGFrameGrabber: use a BGRA buffer
        
        Change-Id: Ie827ba98a6ff65d63eb61df1d90e18919de86395

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [99a034f91471b410d2437b6651be7ef10091549b]

        OpenGLHelper: extract BGRA buffer -> BitmepEx conversion
        
        Change-Id: I71edb2768d24f0c6686a9c94333447a5acc498b4

2014-04-27  umeshkadam  <umesh.kadam@synerzip.com>  [825265f093a844f952d0dd64e5b4de9a1aba3185]

        fdo#77718: Picture inside SmartArt changes after RT
        
        - The image data stream for the targets of relId's were getting overwritten,
         therefore the data was getting loss.
        - Added anchor id as part of computing a unique name for images.
        - Added UT for the same.
        
        Change-Id: I999ba1b3701ef357641dd0365403a5d7ad8d18aa
        Reviewed-on: https://gerrit.libreoffice.org/9121
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-27  Alex Gulyás  <gulyas.alex@gmail.com>  [dfbaef22fcc66f86ecdfccb82037fbfd171c975d]

        fdo#78004 fix string formatting
        
        Added missing 's'
        
        Change-Id: I7570d86d65ebcffc547b06ab9c19843de0b90436
        Reviewed-on: https://gerrit.libreoffice.org/9181
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-04-27  Tor Lillqvist  <tml@collabora.com>  [62219707ff063ce4d4679a3614a551b2854ffcfd]

        WaE: unused variable 'sBuffer'
        
        Change-Id: I245998bec7981cecec27d377c44f22a71ef0330e

2014-04-27  Tor Lillqvist  <tml@collabora.com>  [fb57e17251b819a2339e6a10a9a272f6125d1873]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I259f3a192097fed449bbea28a18febccfd93db04

2014-04-27  Luboš Luňák  <l.lunak@collabora.com>  [313b59d787357ef3da34e2833fefcf1143b09b5e]

        fix "transparency" of floating tables in docx import (fdo#77723)
        
        Normal tables do not have any fill background on their own, i.e. it's
        possible to see e.g. an image in the background, so if we put a table
        inside a frame in order to make it floating, make the frame transparent
        in order to achieve the same result.
        
        Change-Id: I77b1c8f847af5355c4238bfa089d760dd6121a69

2014-04-27  Luboš Luňák  <l.lunak@collabora.com>  [a55dac47b386cd5485ba1d828316e7695c34769b]

        fix drawing of 100% transparent frames (fdo#77723)
        
        Without this, the 100% transparent frame is actually drawn opaque.
        
        Change-Id: Ibaaeead7fe2379d48ea9680719a082e322b7b0c9

2014-04-27  Luboš Luňák  <l.lunak@collabora.com>  [37c3a1c097567de818daec1e68ef132d57bcf17a]

        const
        
        Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [e474c95cdec503bc2abb90619a7a3677d2942a63]

        VCL: Renamed two functions
        
        Renamed functions:
        
        + supportsOperation -> SupportsOperation
            For consistency
        
        + DrawAlphaBitmap -> DrawDeviceAlphaBitmap
            I want to make it more clear that these are the functions that call
            on mpGraphics to actually draw on the graphics device
        
        Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265

2014-04-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [99ab3189c835bca4766b7539397b4a581bc67677]

        VCL: rename TryDrawPolyLineDirectNoAA to TryDrawPolyLineDirectNoAACheck
        
        Change-Id: I7355db3294f5aaa3b4f4bac802ba064724ad2214

2014-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [f2e546efd96b5a8b7c0b339cf2673a9b1996190b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ifd4c87bf038b421a0468edb599eca030c78bad89

2014-04-27  Armin Le Grand  <alg@apache.org>  [c764a3d978beb2e6197a8d3f7df53d81ebf72467]

        Resolves: #i124703# adapt coordinate range from ms relative...
        
        control points to our relative control points
        
        (cherry picked from commit 8625253da753153838554fef459ae603ca8d3ecc)
        
        Conflicts:
        	oox/source/drawingml/customshapeproperties.cxx
        
        Change-Id: I356a44fdbdcc22630811467e706bcb60c41dbc2c

2014-04-27  Caolán McNamara  <caolanm@redhat.com>  [d19af82eabb4a356a1d29cd470c48c42952b6a7e]

        surely std::min was the intent
        
        Change-Id: Ic643d047e475cc3be0ea7e972c51e17babc1aa1e

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ce941a33b7bcae6a1954d7f4235a1cf15690d95e]

        VCL: complete reorganization of text and font functions in outdev.hxx
        
        Change-Id: I7dbd9ec79213d43acf6486a2507c8f0cfb47d943

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [e632c774b5b58fa0e67b16dee9cbc65854c767f6]

        OUString: avoid temporaries and concatenations
        
        Change-Id: Ia9abe202e9780e038021faac326c1309e592ce75

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [ba25977a133872c4a843f51e3d9aa4e0ac831b01]

        sal_uInt16 to sal_Int16
        
        Change-Id: I1489cce08cff99d9a1c15d30a8ad54cca293dc71

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [a1ccf268b3960108c6c587bc1debe0f0281e1656]

        OUString: constify, avoid temporaries and concatenated appends
        
        Change-Id: I57f6aa0e711c87a6f1255f66822590fac1227e40

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [76ff6453eee84d22f8037ec423b95d40edd10ca0]

        sal_uInt16 to size_t
        
        Change-Id: I9928d07c33cdd2b79a48990b0430c314c9ce97be

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [02fe5bc8b8ffb4241c934806a6c8628edb7d3d7b]

        Constify and reduce scope
        
        Change-Id: Iced2c74c0e4ecc05ba937eab9e3610a714b0f68b

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [80a221e4f1e1758b3c0279de0e88e15766f06b1d]

        Reduce scope and simplify
        
        Change-Id: Idff28b98d9aca04ccfb23a44bb11b3d8a2593650

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [0dea3b742a0301823df834f8fb6ece030087c019]

        OUString: constify and avoid temporaries
        
        Change-Id: I730649c2233e719cbfab86411a1e45240ea6d2d9

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4497c56b3b248fa3fefe7c18b034388d00abd5c]

        sal_uInt16 to int + constify
        
        Change-Id: Ibff9519ed773ea340c59dac5cb0520fc22c9a8d7

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [17b77c9788e0555cb271efa271dd195cb19f9551]

        Prefer OUString concatenation to OUStringBuffer
        
        Change-Id: Ia4ad18d841368a225e14ee3bfa0e55caca558c8e

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [8e7ab851a35dee4b36eec9b55adcaafb0f0d9af8]

        Constify some OUStrings
        
        Change-Id: I5c10ae7dcf28dcbf4e3e5e709f4e939452e0d83b

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [b02d893cba1a4d02f38c0d5c0415a8ec35923946]

        sal_uInt16 to more proper types + constify
        
        Change-Id: I26c7d23fc21fbf89b9bc66dda736f048fa2f90f1

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [983e639260e77e01823798c2e5468578ac2e3ee4]

        Do not post-increment a pointer going out of scope
        
        Change-Id: I69aed9989573c35792e8b7f16d4825ca7f0a6b90

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [cffcdd09b52d7449c1b5b89fa199a7d2e617b975]

        OUString: reduce temporaries and constify
        
        Change-Id: I6bbc57ce1b899925463106e52945ac5acc2c370b

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [b4d36ef43eb40801cb8d4e10aaa35c98aa9538ee]

        OUString: avoid temporaries and constify
        
        Change-Id: I13b97154656ee93d4adee0873e932116c6023e70

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [637100b15d09610d97f4f60cff51c7a17c871511]

        sal_uInt16 to size_t + constify
        
        Change-Id: I5937ceef32ec438681fd8eeff91e37ed0b0d454e

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [ba65bc29c3df7d9d4ab679b991a0f850ae8631d8]

        Use SAL_N_ELEMENTS to get size of array
        
        Change-Id: Ie99839d3932ad860af19faae8941740e55641b8b

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [280615d18153b70aefa894c35b09880ffa2516a4]

        OUString: remove temporaries and constify
        
        Change-Id: Ie5f1090b315209e0d819a5cd8711950d9e95ac3e

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [74191a177ca125d3ed171a61cda242c9eefed05d]

        OUString: avoid concatenated appends and temporaries
        
        Change-Id: If18b40b15ce83aa794527b9b9109b916dc6c3ed8

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [afcd18230d2faecaad45b124c51baa6ad53c780a]

        Simplify lcl_xmltble_appendBoxPrefix
        
        Change-Id: I1ba0af6b03383e83a24c765d8036d8729163a574

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [6757781318bbd51386c763c6eefbef2835234481]

        Constructor parameters are not used for this local class
        
        Change-Id: Ib480540c4f1062acbebfa6a076c8d6df20746a99

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [cf94d27b7d0fae2215c55b3fa237ce93d402e764]

        sal_uInt16 to size_t/sal_uInt32 + constify
        
        Change-Id: I06b7370e6240ad554a301ba47c30d016002a0ab7

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [12495909605c8bcbdee9f0b4d8b1d6ee4043f8cd]

        OUString: avoid temporaries and concatenated appends, constify
        
        Change-Id: Id1f00d79bdfbedfa5c61cf6c03e259037d307dc1

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [abda9f01532e95db611bd9e77285f1d721fb20d8]

        sal_uInt16: convert to more proper types, constify, avoid unneeded casts
        
        Change-Id: I6ba2fca270c2be395c4f581efd841f395d19651b

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [abcd905dc47642e04e1b1aad3485e5e38e4a02cb]

        OUString: avoid OUStringBuffer, concatenated appends and temporaries
        
        Change-Id: Id8314c20410f3d653a3b5b4e87b4b8d3a8f4e8db

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [0c8199904fc3780354092730e4272864aed7d9e8]

        sal_uInt16 to size_t, and constify
        
        Change-Id: I09c30df0c2ab4150baf2224bee5b107a47179790

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa61f06468a13f13fe713fe05e22f06d7b1873ce]

        Deconvolute code
        
        Change-Id: I856e4374d6311372e6118704dbad4dd4979a3090

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [ec0d9fb97e7a8df3e065205440942ae3f77dda06]

        Reduce scope
        
        Change-Id: I616f55dbd7ce326336e1e037cf89e4b287022ff2

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [982babed5c7919999fd84e8ede37b421bceb5b2a]

        Fix typo: cought => caught
        
        Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [9938cb54589680b335e75cc5fd47cd646b8a7314]

        OUString: use startsWith, plus minor optimization
        
        Change-Id: I883d9c3fa1e31791dfcae73b9e551e97440db647

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [e6ad7c39b88246884597cd0027f1fad55072b3b2]

        Do not attempt to copy beyond end of OUString
        
        m_pDropCapsField case could probably be simplified, but I don't
        have enough background and prefer to stay on the safe side.
        
        Change-Id: I88a604a2a984c7a5c96741164f1903b14d585005

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [6ea18bab37b98cfbed2efbbaea763a842bbcf7f1]

        Do not use copy() to copy the whole OUString
        
        Change-Id: I03bd7a9843163acf6e6eab7171cb8c783ec6d37c

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [eab5cb71c7b2800e221005c4ed39b2815e1f5487]

        Simplify loop
        
        Change-Id: I787f3bd98d3d32ba8a24c235a311d8d150d5bdd1

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [44fbecbfe297cefcc844ca2071fbf017777dd4c3]

        sal_uInt16 to more proper types + constification
        
        Change-Id: Idcc3d315a7a9cbef4e3c0fbc6410098528dd8bfa

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [3727a00f5f313ee2b1f43198f968963b0c166f08]

        Reduce scope
        
        Change-Id: I888999fb3ad759f037a6ec9b9977732a3c9b737d

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [cecf256f369b6f149dd53637a20bceca1ed15906]

        sal_uInt16: constify and simplify
        
        Change-Id: I120c19a4fd5bccc3d2d070cc0d52d5155fa5a037

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa772f7fdb4c3ec40b63d5221ca9778be6abdcb6]

        Minor OUString optimization
        
        Change-Id: Ibfb35ec615e1b59dafc0a3947c754208c0273c9d

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [4bcf2dee1e669851b9d6dbbbd4eaede31ea8b307]

        Constify sal_uInt16
        
        Change-Id: I760311234ae991a4819e7fbd926810e13b001eee

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [90370f6cb36ff2a2e23b1a7891770d940281c03f]

        OUString: constify, avoid temporaries and concatenated appends
        
        Change-Id: I3d96fd410d84536006306a2fdae5cc796801ebaf

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [636813a045bfe5906460ab5180afbd0b4b02c464]

        sal_uInt16 to sal_Int32 and constify
        
        Change-Id: Ib1c3b33acf2b38c47d1c20a74c9454d8206cac82

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [5253b04c9321bb882975efa95f41cd6629dda285]

        OUString: constify, avoid temporaries and concatenated appends
        
        Change-Id: I0282183ab961784623b537a3f0531dd793d05f81

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [a106a847cfb9812dd9cda8eb25c2e115bb986981]

        Reduce scope
        
        Change-Id: I4f02a812a75a44084b3f492dc675bed24716d121

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [88250850524cb3f92c5e32d637021f034c810015]

        sal_uInt16 to sal_Int32 and constification
        
        Change-Id: I17120ae11a1e55bdddba5706e2c36661df2c307f

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [11b14c3639e8f3020435552e35c02a59e9411988]

        Minor optimizations on OUStrings
        
        Change-Id: I9e56b08206cccf824c6437a22cdd6a6b2a6ceffb

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [795fde846b457b380598c650a511c1d97aa2f992]

        That header was needed in .hxx, remove it from .cxx
        
        Change-Id: I53d8bbb059ecc5a768b0f794c39a1d0e63edf65f

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [a911f866623db7a03b12f0143df8d54a95805581]

        sal_uInt16 to sal_Int32/sal_uLong
        
        Change-Id: Ic7c8b26e7064c1cee9bc861279c0a278895fc0c8

2014-04-27  Matteo Casalin  <matteo.casalin@yahoo.com>  [f68f95f61041b21e8831ea4948df7e27c8fa033e]

        Remove unneeded #include
        
        Change-Id: I2dbd9a26cd6468d1de3bceb4897226a7c0dca1b4

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [75886eb439cb8bc4d78c87482a74aaa1fa422604]

        VCL: make all private functions SAL_DLLPRIVATE visibility
        
        Change-Id: I746d41a1bfb9546c02b7381cf54785bcc50f1756

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [6244dcf7edbcb32aa6c1a49fabc7a1f39dcc3d25]

        VCL: Rearrange most of the rest of the functions in outdev.hxx
        
        Also: added SAL_DELETED_FUNCTION to DrawOutDev function that should
        never be called upon.
        
        Change-Id: Ib274fb67931a24164fe3592811c1489670f7c19b

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb5d1006bd97dca3311d2960aec11595feae3b09]

        VCL: rename OutputDevice::ImplInitFillColor and make it private
        
        Change-Id: I01c0974d3a2f79cf3c6b9730ea306dcd49927a3c

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [ffd55ff0b919a982f54db558b2341309bbabf0b9]

        VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be short
        
        Change-Id: Ie49b5b2c489619700f9cc34d9efb38454bcaff2c

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [248abe0afa92e295aa5b19579dff3fb2fb3cfbe5]

        VCL: rearrange functions in outdev/font.cxx
        
        Change-Id: I98977212547929ff59641f0b73273d68740420fd

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [c08856c17375fd7edcc35c13823ce92bf829c373]

        VCL: rearrange font functions, move functions into OutputDevice
        
        I have rearrange the various functions of OutputDevice to better group
        them in outdev.hxx. Also moved ImplRotatePos and ImplDrawWavePixel into
        the OutputDevice class.
        
        Change-Id: I0b384a4d094dffcfb3ee19c29562630cfb3a2167

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [a9574c492b604ffa1eccb433a1d8c835265240f6]

        VCL: MenuFloatingWindow::InitMenuClipRegion should be private
        
        Change-Id: I8eace414ba07c188e435aa693331a60cf2aec246

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fb91049670664966dc674831cea2617d528fba4]

        VCL: Group pixel functions in OutputDevice
        
        Change-Id: Ifaa6c8099bbef4a6d1c6b410474c922b9ad66131

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [0ff8f8e680c9d815dff9ee04a7f989048efe5080]

        VCL: Move polygon functions in outdev.hxx
        
        Change-Id: I4d745b05efbbba9e07a93da1945154f5190346c8

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [900058b453ebf291fc6ee95fe797ad5dc5fe22ce]

        VCL: Move wallpaper and state based functions in outdev.hxx
        
        Change-Id: Ice490863c1534909055b5c47b82d50aae788dda6

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [b856e286a89ee007717050341834a02fc76aaf8a]

        VCL: final movement of text and font functions in outdev.hxx
        
        Change-Id: I46f3253f3e36a2b81977ad46e9f2f37e1c25cb3b

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [a714fcd82e1a434468266bf81fd30a4d7769dac9]

        VCL: more movement of text and font functions in outdev.hxx
        
        Change-Id: Ica7b18b501831c7a400584e0c085d74968649f07

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [2c027cdc4566e9a19d946fc84826b911ae5130e9]

        VCL: again move text and font functions in outdev.hxx
        
        Change-Id: Id149b071ff69b2eda04c1b10238531378c738867

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [faa47ba99d487436aa19bd8ca6eea0eccf83f4c0]

        VCL: move text and font functions in outdev.hxx
        
        Change-Id: I15e84cbebf5f54ca3301d6f778620bf614614203

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [cf0be7e6a24b52a2076610625a9c540b4fcc15c3]

        VCL: Move constructors and destructors in outdev.hxx
        
        Change-Id: I8b01cadcf18f980a16e81d565fd4785e338f90e0

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [062e69f40b749aa8a6058c3e6ca328af86aeb45b]

        Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxx
        
        Change-Id: I4139515bba1dbcbaa1b70d8510b390b95ba26ed2

2014-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [22790fee9a5c947f1f1dec697a5c021cb02ed5ab]

        VCL: remove unnecessary linebreaks
        
        Change-Id: Ice7a07337397d9808580c626df023fe39f535651

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7b3ff3882dcaa87e62188ef9300d771321998b20]

        Fix one more ambiguity error
        
        Change-Id: I123f536b4dcfd34932d639ebe287ef993b90fddb

2014-04-27  Luboš Luňák  <l.lunak@collabora.com>  [dffcd67a9a9865c9eca9756eea4e85445b50a15e]

        do not crash when pasting impress page into another impress page (cp#1000067)
        
        Put an Impress page into clipboard, create new document, click 'Click to add
        title', paste -> crash.
        Introduced by 5aee0c13cc62a81a38d4132db7972dc301c21b3d.
        
        Change-Id: Ibe61a780244ce98205e5ae3964971d7d75e30870

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2b4f2541e7bcabc5cf61f2389f64de46eb084a3f]

        Fix ambiguity error
        
        Change-Id: I228393b1e41d5f7d6dc0e24e0bbc21a46952287d

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1bf5639cb30cfc133f8ca30b3a54074ae4a0527a]

        Fix mac build: explicitly check all platforms inside swapBuffers
        
        Plus some cosmetics
        
        Change-Id: I42d989217a0b40a8a6a03c0ebc6c4aa14b34d387

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e112ac81d1c3a91d46ea660ac4e01e6c94ee900e]

        First try to render OpenGL content in a window
        
        Change-Id: Ibb7178330d356806cea2cfc972b361167d5a9340

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b5529c8c457f442bfc43305becc0c02d6a09ee80]

        avmedia: create a special SystemChildWindow for 3D models
        
        Change-Id: Id5f5ba2cf72ea78506ba226b269fae59b1163858

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4db3805a2dd2e36d9e0cb9cb7a8a9923119d3a52]

        OpenGLContext: use generateWinData inside window initialization
        
        Change-Id: I618dacceb88ddab1ca6d45a8669199354e4b6a6d

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d8719aa04aa219d95b84bee9e6bd416d3e0a9207]

        OpenGLContext: Provide all data for SystemChildWindow creation.
        
        Change-Id: I7a0ceee6c784af8240fb908f19622d4ede1f5a6a

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d276ad15252ecd0ae2a4dfeae5b32c16082a9544]

        vclopengl is buildable on all platforms now
        
        Change-Id: I2d65035eb30e9a96ab4ddc695fc7bc3aaaa9ab6c

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [67f6bff3ec9c56186bbd040ab21d5643640a3cd7]

        avmediaogl: Use INetURLObject for URL operations
        
        Change-Id: I7b9763489ca7ec64051b53b87ab1475167ffeb35

2014-04-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8df2785b487dd7a9fed563482579871a12f0afb3]

        avmediaogl: Use glTFHandle for size values
        
        Change-Id: I4741374ec269a5513214c6603e3e6956231bd853

2014-04-27  Julien Nabet  <serval2412@yahoo.fr>  [037754fa9ecea1792e1a8f73b8b4cad4dac75ee0]

        cppcheck: reduce scope
        
        Change-Id: I18d7500dcc4b29e2d0face22649f6f96382eabe8

2014-04-27  Julien Nabet  <serval2412@yahoo.fr>  [916cbd94d1c848bc69166915b96ff89ac380c913]

        ANIMATIONMODE_VIEW can be removed
        
        See http://nabble.documentfoundation.org/About-ANIMATIONMODE-VIEW-in-slideshow-module-td4106488.html
        
        Change-Id: I0405e8ef41105a53ac056382aa6b32d2a573c170

2014-04-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [5994d609392b34b185daab53a99be1a16f2ee143]

        vcl/outdev/*.cxx cosmetic clean-up
        
        Change-Id: I967a50cf4fdde87efbcec990eab4f68570f27b94

2014-04-27  Michael Stahl  <mstahl@redhat.com>  [f5fb361df94449850a83be3b412f68e1f9b949c5]

        fdo#60967: fix deletion of paragraph following table
        
        Surprisingly MovePara(fnParaCurr, fnParaEnd) actually moves to the end
        of the next paragraph if the current one is empty.
        
        Change-Id: I780bf663b19044252f1d4532d5467c3a599c8a49

2014-04-27  Julien Nabet  <serval2412@yahoo.fr>  [46a719d893b92f41a0bdbd7bff660d228c2bd714]

        Typos: dfined -> defined + add missing 's'
        
        Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [60cd850d672bc1dcc3eb24adfffa7a6ab98a44bd]

        startcenter: Add possibility to selectively remove recent documents.
        
        Change-Id: Id0c20de6dc3375e64dd3dbef34dcd6eb77f02340

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [978ba69d33cf31cd334f18af5215166dd3926402]

        recent documents: Add possibility to remove individual documents.
        
        Change-Id: Icf059ff9a911592ab09fc385aadbec9be8ed664a

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [e6ac6cbccf0e26b860b2a8c276fea258091d9da3]

        automaticly -> automatically.
        
        Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [367b254c73bf7b64135f0429d50d03fee749cef7]

        recent documents: Don't assign the same values twice.
        
        Change-Id: I85be809dd390a0dcd19a388a85930e1dc0893305

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [1c67ba28d1b9e52600d601898b36bd776f9b1a72]

        recent documents: Various minor cleanups.
        
        Change-Id: Ib57845a31e9dbe2ca674f400051d04ea83061a78

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [74e18076b6f4b667bfe01f6d9582bd5660b5c66f]

        recent documents: Kill some copy'n'paste.
        
        Change-Id: I585603409412c93eb34f473fa0389c3ca465431b

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [553ab4221401d25fe2bfaea716f7586b45761376]

        recent documents: Kill useless comments.
        
        Change-Id: I71a785149f780530f9f3a430eb866d16b8feda3e

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [c041ffd1590db271f46060290a7694e1387338eb]

        recent documents: Access the mutex directly.
        
        Change-Id: I5178934e68f766ce9ea1763250f31b3003eb4cc9

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [946b771fe52028679e2b3f21c6d5d0c47546b24d]

        recent documents: Doxygenize & make the comments a bit less useless.
        
        Change-Id: I0352b7e7395519cc2d87e1fd7ffd9423cb977698

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [aee01e2febb8e372569b54014fb1b0c3118f64d7]

        sepcified -> specified.
        
        Change-Id: Ia6b4fa99e2ebbab2c1e6688a8fe89e245a1ede9d

2014-04-27  Jan Holesovsky  <kendy@collabora.com>  [b6e6e1fa66cfd2851a50e67eac539de9c4c0a10b]

        More consistent whitespace here.
        
        Change-Id: I74f98f675ff0e1cdfdecd28833ad91cb008232a0

2014-04-27  Luboš Luňák  <l.lunak@collabora.com>  [145f2e970f46a3a3e5456b122d71f17c3abe878f]

        avoid several 200ms delays in Qt tests
        
        Since the tests are run during LO startup, this is not such a good idea.
        Also redo the socket notifier test which seems a bit of an overkill
        when a mere pipe will do (and I'm not sure TCP sockets would have
        the data available the moment it's written to).
        
        Change-Id: I6a436b286d20ceecf859f9028af98da03c2561b7

2014-04-26  Julien Nabet  <serval2412@yahoo.fr>  [ef2ad2fb1f373eca85562fefa0a4572f05ee4d9e]

        cppcheck: pColEntry has never been used since the initial import in 2000/09/18
        
        Change-Id: Ic06a4f4fa0ed6ef782846e5b020ac889a30b4360

2014-04-26  Julien Nabet  <serval2412@yahoo.fr>  [d456fcd3454b2466553ba59a90bd62dd88cbbb7a]

        cppcheck: fix "Mismatching allocation and deallocation"
        
        Change-Id: Ic007b07a82eb83978527254518d85c5a2903a48d

2014-04-26  David Tardon  <dtardon@redhat.com>  [8231620264779d56a074efee8b6d65293c701a49]

        this fails to link with mingw
        
        The error message says "undefined reference to
        `_imp___Z18_set_se_translatorPFvjP19_EXCEPTION_POINTERSE'".
        
        Change-Id: I39d3338a3466fb56dfadbd02af434c0cbf0346e1

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [39a060442cb1148e976c4f2316d0449dd285e8df]

        given the explanation of MenuFloatingWindow::InitClipRegion()...
        
        should not be virtual then prior to 95711f5b9e7b6a982d1762d37d5a38e0f40b86f9
        the menu ImplInitClipRegion had nothing to do with the outdev
        ImplInitClipRegion and so all the original ImplInitClipRegion calls here should
        now be routed to InitMenuClipRegion which was removed by "In fact
        InitMenuClipRegion() is unused" so restore that
        
        Change-Id: Id208b30561803ee774e10d44e19ed0808f824766

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [506bf3bc3f65834c1f69d7d5ea38221e67b00346]

        coverity#708651 Uninitialized pointer field
        
        Change-Id: If2c5d406994902839c4c81a947fc46a06056fe90

2014-04-26  David Tardon  <dtardon@redhat.com>  [32cd12c8a7e9ddf3d7b3833f70051cdd01ceb911]

        YES -> TRUE
        
        Change-Id: I8d6764d555c50923af5bdc6672753b5e84230144

2014-04-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [17ca93a6e592d3109e47c756fcfe8ac975acae5f]

        fdo#74336 need to transform dash length / dot length / distance
        
        Dash length, dot length and distance also need to be world
        transformed to be compatible with device metrics.
        
        Change-Id: I57c04f5010006aaf8c1c32e0949cb39b7f2bc67d

2014-04-26  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6d0005d95f20a326fe308a7c59dd2801f0d0b241]

        fdo#74336 draw hairline if line width is small
        
        RenderPolygonStrokePrimitive2D draws a simple hairline if the
        line width is less than 1.0 (and less than 1.5 if no AA is used)
        so in tryDrawPolygonStrokePrimitive2DDirect we need to reflect
        this behaviour - otherwise the lines are drawn too small.
        
        Change-Id: Icd3d8f35a00346b1d624b6df010f43ed21968d04

2014-04-26  Tor Lillqvist  <tml@collabora.com>  [b98ce8b9c5201a61a60a9f7010e5ddfafd6fcecd]

        In fact InitMenuClipRegion() is unused
        
        Change-Id: I5198baeb7b396bec2df991a94a57531f35b7a24b

2014-04-26  Luboš Luňák  <l.lunak@collabora.com>  [9aa32a34c7c7a2ee4da5f01983a0ed224c38c875]

        work around LO blocking when asking for QClipboard's contents, helps fdo#35950
        
        Specific to KDE4 vclplug and just a bit of a hack, but it's at least something.
        
        Change-Id: I4bf0f9c8e0b4f7faebaf010a06fcc4ff2e44fa6b

2014-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [68c2e3d6d6392d409fd28302939309328a9ef0c1]

        writerfilter: fix indentation in rtfcharsets
        
        Change-Id: Id5592e10b93800560e82b4506cddb1dfcbe1043f

2014-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d0e97f33d559cf3004ee41735b1dd57b584e95c]

        writerfilter: unused appendToInteropGrabBag() version
        
        Change-Id: Ie00332fcaaf3a78516569b010ac2ff7e2c259b28

2014-04-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ef2999f7b498686ad38749b93f0591dd52bcc50]

        vcl: MenuFloatingWindow::InitClipRegion() should not be virtual
        
        When OutputDevice's ImplInitClipRegion got marked as virtual, the
        compiler raised a warning about colliding method names in
        MenuFloatingWindow, and this got fixed by making the method virtual. But
        making it virtual just makes the warning go away, doesn't fix the real
        problem, that OutputDevice's ImplInitClipRegion() is no longer called,
        leading to strange missing text in the menus.
        
        In the meantime also ImplInitClipRegion() got renamed to
        InitClipRegion(). Fix the problem by renaming InitClipRegion() to
        InitMenuClipRegion() in MenuFloatingWindow.
        
        Regression from 95711f5b9e7b6a982d1762d37d5a38e0f40b86f9 (fdo#74702 Move
        ImplInitClipRegion Window code out of OutputDevice, 2014-04-25).
        
        Change-Id: Ibeb5e8e99bf4369b349ac44376a2c217786ef318

2014-04-26  David Tardon  <dtardon@redhat.com>  [8bbf51e7adb2d493be2131690926ef7fa1b37cb1]

        missing `)'
        
        Change-Id: Ifb03305c8df237fd52f4343744dc1884d220b149

2014-04-26  David Tardon  <dtardon@redhat.com>  [c5dd6eb9789dce2c23087ba75cf39bf0f91297fb]

        mixing build path and host exec. name doesn't work
        
        Change-Id: I54785205e3884ddf7b94ef7f43617bd329c4e780

2014-04-26  David Tardon  <dtardon@redhat.com>  [2a71e15589c9d4304b744aadad77f1b8e4925ca2]

        specify linking opts for jawt centrally
        
        Change-Id: Idb8d97d44b16bbe41372d97c46199ec786c38218

2014-04-26  David Tardon  <dtardon@redhat.com>  [943dedc59c87b15cbccfb7b6b3fc39525de06ff1]

        mingw: fix use of jawt
        
        Change-Id: I47b4a1f5ca5b8ce3cde11d4db599d6afb54a2886

2014-04-26  David Tardon  <dtardon@redhat.com>  [d9b76eea1c0e534eadf1c57f2fda4b041d258393]

        mingw: fix delivery of gcc libs
        
        Change-Id: I03c55ceb685b4de580bfc3125792e7a75e133821

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [0dd194fb1e77161b5dbca5484fd503a0375010f3]

        coverity#708654 Uninitialized pointer field
        
        Change-Id: Ic342d785746280b6c75d237cfafc83a42786ec7f

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [8995371b01560fa7358ef1ef21a31d614e6fe7f3]

        annoying inlines and formatting
        
        Change-Id: I4a664c1c71a5aab183e7441dcdbcdb8b769fb996

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [5da0eb4d45c6ffa9b8b290812edf277736f93f52]

        coverity#738920 Uninitialized scalar field
        
        Change-Id: I4796075c4727d30178bb6c7d0752e87ab22c36cf

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [9ec73ef4c91303b5e19588aeba008d83944f210d]

        problem with a check define somewhere in MacOSX
        
        Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [cb040cc7487ec91f43919b8c2d208df0627d4583]

        unnecessary to check for null before delete
        
        Change-Id: I82b5c5ced8a4f0e719d1aeffed86845b9db1b68b

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [94e175e9614f05c906f5820439557d608efab307]

        the OutDevState dtors are never called
        
        regression since cf3c6cb40f99fa1761a6af3d7447a899b9447868
        
        Change-Id: Iaeb44d948d3e0a0b26cfd3e16aa81b979cf56457

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [27041c83cb4c6e7843a4fc112cbab65dfbea929a]

        callcatcher: hide glTF methods from easy list
        
        Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [82a8c5fd9a85b5b66b2b6f39af0750764066dba3]

        coverity#707891 Uninitialized pointer field
        
        Change-Id: Id717454935e1b9426f59061ed95364bf69408232

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [3bdd5bd7a5145b3c5aed744dac221bb1ab119bda]

        coverity#707892 Uninitialized pointer field
        
        Change-Id: Ic9f477efd34b6baa4d5cd7a75db8187332b7b328

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [58f5f3b10783185d761065582b1aa18736198e39]

        WaE: -Werror=shadow
        
        Change-Id: Ia29ebbddd5c88b8f3bd033a97dfd69a7705b87b8

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [9c0def7a18f827cf58e28127309227177b1f42f0]

        coverity#738633 Uninitialized pointer field
        
        Change-Id: I46084f663d8089d8bcf865774ced72a9b655e811

2014-04-26  Caolán McNamara  <caolanm@redhat.com>  [3270de71b09ddaa72fadd70bf592c3ca7995513f]

        callcatcher: update unused code
        
        Change-Id: I86713d8f5516fafbd7e713e4fa85f4d7f02cb9ec

2014-04-26  Oliver-Rainer Wittmann  <orw@apache.org>  [af907213a26efc05bac2a02ab286a0f14aff3352]

        Related: #i124451# application of index entry template patterns
        
        -- do not propagate tab stops of unused paragraph styles
        -- do not propagate default tab stops
        
        (cherry picked from commit fd29c8d6368e5e6039dec45a1b40452a42e8d524)
        
        Conflicts:
        	sw/source/core/tox/tox.cxx
        
        Change-Id: I0fce96aeb951ff0b46ff14d2ebd13864532fecc2

2014-04-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f4a6837025a293312cbc43b9c527851362f11030]

        Clean up remains of URL History List (eHISTORY).
        
        f7feb4227d83f4f095597a44826277aaae2bc0df killed the adding of
        documents to this list, which however caused fdo#72006 as the
        "Load URL" control still used this list, which has now been
        fixed to use the Picklist, hence we can completely kill the history
        list.
        
        Change-Id: Ib4c6892aff0bf5d6e32985041a3ac7c416d8d726
        Reviewed-on: https://gerrit.libreoffice.org/9105
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-04-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b8315b1c2f43ab44651e5089a63fb63e23a1ea73]

        fdo#72006 Populate "Load URL" dropdown from picklist.
        
        f7feb4227d83f4f095597a44826277aaae2bc0df stopped any newly opened documents
        from being added to the "History" list (and instead adds them to the picklist),
        since the history list is not used anywhere else, and since the picklist performs
        an equivalent function, it makes most sense just to use the picklist to populate
        the list of URLs.
        
        Change-Id: I5a06e7fefe3dc1fbe266f3191de4fbac03601858
        Reviewed-on: https://gerrit.libreoffice.org/9104
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-04-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3dc6808532d86c4b00a6cb81e0adb74878c13fdd]

        Toolbar overflow/context menu: keep ordering and don't discard separator.
        
        Previously the overflow/context menu should have had a separator shown
        between the overflow items and the hidden items, however these were
        inadvertently removed by ImplClearPopupMenu which filters the items
        before the menu is displayed.
        
        The previous ordering of items was also the REVERSE of the ordering in
        the toolbar -- the overflow menu is a logical extension of the toolbar
        hence items should be in the same order as they were in the toolbar.
        
        Change-Id: I8444f4814fea64be1d8f8790445ad6aa01532e70

2014-04-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [944c78ecb91608f4c3e9bab32fdbc90c67326525]

        fdo#75489 Pass toolbar context menu commands to toolbar for handling.
        
        The toolbar context menu is handled by the toolbar manager, however
        the items are provided and managed by the toolbar itself -- previously
        any events on the list of toolbar items in the context menu were silently
        discarded, whereas now we pass them on to the owning toolbar.
        
        Change-Id: Ia17718c3ff8acfba1b6d655022dd9469932f3493

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c6c286f14468d341f5fd88edc39a37175a1b6caa]

        fdo#76611: Wrap reference addresses at max boundaries.
        
        When importing shared formula tokens.
        
        Change-Id: I7e1a05a78c3a93330476516e0459cffb668e3f66

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f70bfcd415cde8d0e0423525b3bdc1f471f1894]

        fdo#76611: Write test for this.
        
        Change-Id: Ib2852ccf8c19f9ed0fc5edda0b197d9801affae6

2014-04-26  Takeshi Abe  <tabe@fixedpoint.jp>  [b08754f3358992387ea0eec7957745f4667ea7eb]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id8a85f6c7bcf8eed4688ebebf30b1b74676dae0d

2014-04-25  Julien Nabet  <serval2412@yahoo.fr>  [05cd0965487ad631d84bfb89e3c29cc342577195]

        Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0)
        
        There's still a case with const sal_uInt16 which couldn't be converted
        See http://nabble.documentfoundation.org/Questions-about-getCppuType-td4106361.html for more details
        
        Change-Id: Iddc31168dba88d3ca0454fc76d31cda5f70eb5d1

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [dc469b9d0be2e17b351169df4bf8740ce4a27321]

        odd that apparently these only are checked in non-opt mode
        
        Change-Id: Icbcd5f090e8fc63bf017ec83611ba9abf7335dae

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [b7197cfe5d207b171412760c6d72353f31947e93]

        Related: rhbz#1032774 slide restarter should disable auto-exit
        
        The scenario is a pps that exits the app when the presentation
        is complete. But using "switch screens" in the presenter
        console will stop and restart the presentation. So protect
        that "stop" against existing by disabling the autoexit
        and restoring it afterwards
        
        Change-Id: Id986ad7e3cfafb8068540fb90d05443f329b554c

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [e56ff47c65c6924e2c58d365c83c4db50eb87bb2]

        coverity#707667 Uninitialized pointer field
        
        Change-Id: Ia8024e1bff86d6b9e18dc60f81bd28e4b8a590af

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [dc21c527c54dbbb9996d16791bec5d2aff6504d8]

        coverity#706281 Uncaught exception
        
        Change-Id: I6bc7ea330834054a20f89bdb0ac7cc9ccd9ca4aa

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [69c8acdcb4805c2c0217633e0b0b874c88d11433]

        coverity#706282 Uncaught exception
        
        Change-Id: I495c558ed7692a0d2b669d9bc9cb62ed9ddc6665

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [0eb160ef1316f99b5d6e894bfe8938f7b0927f66]

        coverity#736993 Uncaught exception
        
        Change-Id: Ib8e5d13da0e26f67da16edf0eb55341208ec2337

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [7f49f4227bc5ebc211f91fca1f430774775d44c1]

        coverity#736992 Uncaught exception
        
        Change-Id: Ia074dc867cc068fccb2d4eb613d04b945b8711e7

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [2d4c90e82eb8d67a2f94f40a219723b08cf4c347]

        coverity#736990 Uncaught exception
        
        Change-Id: I3b7f4c732a5a3369c05c75ede1580b32837be671

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [1a88414f52e0f16aad1f992c7e6d6590cffdc462]

        coverity#707098 Uncaught exception
        
        Change-Id: I88e0ddd6de87bf8264e06ee34d6c144f16a7aa60

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [d92829044bdae286fdf26c46bbc28e88574768de]

        coverity#707088 Uncaught exception
        
        Change-Id: Icfc2765f6482082959b4a0b666ec823de686bffe

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [dde3c84d4492f0bea8e5509bedc1313d6e1fd70b]

        coverity#737762 Uncaught exception
        
        Change-Id: Iaa34147326ebcb3a29b922c29c0a1fd6b4a5f515

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [e95b80d9916b8eaf012c23b7f1abbc40e99e64fb]

        coverity#735656 Division or modulo by zero
        
        Change-Id: I846f5f10649e2f12bac763c87e88cd55135f3d00

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [13ae10691d1362cc9a7b3438b1fa392f6e5517eb]

        make 'Unicode' less-attractive to pick vs UTF-8
        
        for people guessing the encoding of a .csv
        
        Change-Id: Ie1b0a51bd2beb60351c244f97583a48ce596fbcc

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [445d62565d662a7119a0c49e8e8de68ee244dc74]

        error C2059: syntax error : ´)´
        
        Change-Id: Ic81d7f524ff0ea5fb2e79de2828d77f91791ed35

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [054b968c63b90a49025c29c7c14da913d2ac4021]

        quick fix for inheritance problems
        
        Change-Id: I41c5c937d62d6ba0b3df2d4a0101319f272495a7

2014-04-25  David Tardon  <dtardon@redhat.com>  [8657b48af4fcf524bf45d1c9af18bbb1bb87f1f4]

        refactor to decrease the amount of copypasta
        
        Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [0a861a50b6f1fc271abcd9d76d6a09ec7e9dcdda]

        error C2872: ´chart´ : ambiguous symbol
        
        Change-Id: Ic6d8366b2754c7f626552d66821d40319910559c

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [96c66da23a327ec68d0ad5966fc1e79b7af41e56]

        fix comment about ChartView::dump

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b2ec44912ca2e0548d8078d2edf17fa10856553]

        the chart root shape has to be at the bottom, fdo#74333, cp#1000057
        
        Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12ace5060dbef6add5521fb932d78e7807c793be]

        dump also drawinglayer shapes that are externally added
        
        Change-Id: I0a5ba2db0fa09193803442b5771a1d6b0475c2c8

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a371f5de634195785c9e4b90118049b3c8260ac6]

        fix missing service factory during import, related fdo#74333, cp#1000057
        
        Change-Id: I2cce561587d82b0434ef2d3e65e5d35b7ff99260

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08299e911131c2850907d9c612950497a8348d2f]

        add way for shape dumper to dump single shape
        
        Change-Id: I031921d6869d3bbdef4ed11e4316b6cd977992ca

2014-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f13bb51a852f29ce3c26845859a547c6be4e423]

        support sc.slowcheck
        
        Change-Id: I91dcdba455660dee25accdd2185a876bf7012ff8

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [9a587bf74f74c8f9b18c6fe1be28e1f1c3032820]

        No need for XShape dumping (for unit testing) for non-desktop
        
        We don't do unit testing when cross-compiling anyway. (And even if we
        did, in some magic fashion, I don't think we would want
        debugging/testing functionality like this dumping thing to be dragged
        in into a production build of an app. It's not a huge amount of code,
        but still.)
        
        Change-Id: I12bc552b10452263572074aae865138ff30fbfc8

2014-04-25  Eike Rathke  <erack@redhat.com>  [1652b8a552bb37524d6b5c8d65f77d28b3930ba6]

        added .xlsx .xls .ods export/reimport tests for new spreadsheet functions
        
        Change-Id: I71baaf27a16e60eb11f80f61664fc09dcf047cf1

2014-04-25  László Németh  <nemeth@numbertext.org>  [25c2a96661f097629760ac79c4bd8ab0601f673e]

        updated Hungarian autocorrection patterns (with .* wildcards, too)
        
        Change-Id: I5e88cdab06f765d375fee3dc69201f864db33653

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [0962f24a90961dfa0112a9fd8d7492371b78ddc6]

        Obey --with-locales here, too
        
        Avoid linking in various functions and potentially largish data
        objects if the corresponding locale is deliberatedly skipped by using
        the --with-locales configure option.
        
        Change-Id: I8ec8c2b6176972d048a3c0e180ac0e6e805f2378

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [37d7d115dd346ba7a713a5a18d90fc48a0d35072]

        fdo#75971: Perhaps this will prevent the crash ?
        
        I can't reproduce the crash, so this is just a blind fix based on Julien's
        input.
        
        Change-Id: If4d20632dc1ce0671a755dd6dd31194702a95bf3

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [187765b8a45761e14d18da58463dbc0f5bd825e9]

        try including windows.h for MultiByteToWideChar
        
        Change-Id: Ib737e520ff16f2e467504e85fc3969d525fd742a

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [21334f74a53197c32863fdf3d7e6f365f1b868b7]

        Revert "give empty constructed default font a default height"
        
        and make a real copy of the TargetFont
        
        the 0,0 font size appears to mean "default" size so it can
        take the desktop env font size or some such, with a hard-coded
        value then the various "bold" entries in the UI are huge
        
        This reverts commit 121aac37673c1a8142db01e26e50be6de7b36987.
        
        Change-Id: Iec1d3867403808370d89d6b5ad2fec60ffdcd881

2014-04-25  Caolán McNamara  <caolanm@redhat.com>  [6643b783b4d8c298eae716a36a1776692498f00b]

        Related: rhbz#1091111 GetSdrPageView can return NULL
        
        Change-Id: I560bf74235728fb39156c32b47dd40f181dada16

2014-04-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [731f7fe778c19378dfcbc1a5e9165f666ebb90df]

        disable pytest_ssl on mac
        
        Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6

2014-04-25  Stephan Bergmann  <sbergman@redhat.com>  [6ee8e0eb5c80e3d79d3d2eed7a4a9a577f5e18ba]

        Fix OutputDevice::Pop
        
        Change-Id: Iaaf19c01dc4ec10c72a66dac35ac64e37766d08e

2014-04-25  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [f5dc536eae7dc28e09112ab9dd69e55fae015ee8]

        fdo#77683 the color in the toolbar buttons doesn't change.
        
        The color in the toolbar buttons doesn't change when we use the Floating
        Font/Background/Highlight Color Toolbar.
        This problem seems happen sometimes,not always.
        
        This patch modifies that SvxColorExtToolBoxControl::StateChanged()
        in /svx/source/tbxctrls/tbcontrol.cxx handles SFX_ITEM_DEFAULT message
        always.
        
        Change-Id: If7410297db768c161287b75396186fbec3605f63
        Reviewed-on: https://gerrit.libreoffice.org/9107
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-04-25  Stephan Bergmann  <sbergman@redhat.com>  [356fa61f40d954e0210c79c7154482c3693603af]

        If you intend DAVException to appear as a std::exception, then say so
        
        Change-Id: Ifa7dd407b32ae6f61852a607a97453b1d071a1ef

2014-04-25  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [5c31515d2e54a42ceac1b21409cb730cdbb825ed]

        fdo#73891 Fix "UI color panel does not show the actual color in Writer"
        
        1.The Font/Background/Highlight Color panels identify the actual color
         by a small frame.
         (Regression from the commit 35aa48d80b4b800d408d26bd72fbdfd711abbb6f
          See also fdo#32376 - Set default color to the current one in toolbar
          popups)
        
        2.Fix this in the Floating Font/Background/Highlight Color Toolbar,too.
        
        Change-Id: I5c2db8ab8923ab146cbf921dcb90894765f8420c
        Reviewed-on: https://gerrit.libreoffice.org/9103
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [5e57796c80d5f6e1888ff40bed5b4c1a081db93a]

        VCL: Move OutputDevice map structures to own VCL header file
        
        Change-Id: Ifbaa51018d47fde72be80d5d1870fdda214db320

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [cf3c6cb40f99fa1761a6af3d7447a899b9447868]

        VCL: ImpObjStack replaced with std::stack
        
        ImpObjStack uses it's own home-grown stack and stack functions. There
        is a function that unwinds the stack, but really it would be better if
        we used std::set. In fact, this is better, because the name ImpObjStack
        is really not terribly descriptive. I've replaced it with a stack of
        OutDevState objects.
        
        Change-Id: I87bdd4340ad77b7ffd9ff176fa5a9ffeac8b8666

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ef3b68886c2bf851ac4ff7511c0418ba8393ee29]

        VCL: Remove unused and deprecated debug check function
        
        Change-Id: I3fcf630b8a0ef5be0d98ddc11a746e07885bae53

2014-04-25  Luboš Luňák  <l.lunak@collabora.com>  [508337db0c53caa5fb43ef26f781df159497a482]

        add better info on the Qt patches needed for KFileDialog
        
        Change-Id: I1902f962ac03b171c5e7a45d9c8e59450b04418f

2014-04-25  Luboš Luňák  <l.lunak@collabora.com>  [65a3622148ea67744c9c1fc18c2b8d48e5f1c79f]

        disable KFileDialog usage if QClipboard can recurse
        
        Change-Id: If23a365b96c1634c2f8940f6ece973089dc3151f

2014-04-25  Luboš Luňák  <l.lunak@collabora.com>  [e809aa1e916e0f6d1a849d0374f59ef9619b1db7]

        fix Qt4 QSocketNotifier configure check
        
        When built as a part of the configure check, this doesn't know SAL_OVERRIDE.
        
        Change-Id: I1420dd50efdd6666f246884f286a3f29e0b56a2c

2014-04-25  Luboš Luňák  <l.lunak@collabora.com>  [474ad6b0e2fb18370be9d228456a2abbfc15bad2]

        make sure KFileDialog does not leave the SolarMutex released
        
        Change-Id: I806bf5fe1cd1871de499ceeeadf36de539e9d637

2014-04-25  Luboš Luňák  <l.lunak@collabora.com>  [2cd8a1e0f1e81efd15979953d7f274ab8a6806d6]

        Revert "Rewrite Qt4 based nested yield mutex locking."
        
        In a dbgutil build LO aborts on an assertion failure the moment
        KFileDialog is open. It's definitely on okay to release SolarMutex just
        like that, since the Qt event loop is integrated with LO's, it'll call
        back to LO code without the mutex held.
        
        This reverts commit 13a34f4c6307d1bd2443cbf3fbd83bfdd8cdbafb.
        
        Conflicts:
        	vcl/unx/kde4/KDE4FilePicker.cxx
        	vcl/unx/kde4/KDEXLib.cxx
        
        Change-Id: Idfa27fbb4728b529c37c25f710ea208fdaa4455c

2014-04-25  Stephan Bergmann  <sbergman@redhat.com>  [aff54e8ef51add95e2d775163b264c8fe9104b2d]

        That lone acquire() was hopefully just a needless copy/paste
        
        ...from ab9d657e0060473a25abd6f36bd30aad0574a4db "INTEGRATION: CWS dba22ui:
        acquire in dtor, to prevent reentrance."  Yuck.
        
        Change-Id: Iec5e1fa9d04199a4a1e83c67ed2014299317c5d8

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [d5d10b03b1f3e4bf784ad35254cb55d719a8c1b3]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Icb96b36aca144262f44fe496b4a44605b8f8a85c

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [bcc44b82b53d5f008b56528e678e69759a9a9dfb]

        Improve help message for --with-locales
        
        Change-Id: I54109240f55a6e0d13dee16882a8175140b77867

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [270fabec85f37b513d29e74cb66b38d5eae7cf80]

        sw: adapt object/picturedialog.ui to FillAttributes
        
        Change-Id: I7e1876c61468a5c45cf4dfd5db6d9c4a9697d751

2014-04-25  Armin Le Grand  <alg@apache.org>  [4a0b5e569d070c286daefb0fdfe45c0dd15d241c]

        i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...
        
        ... EmbeddedObjectFrames in Writer
        
        (cherry picked from commit 8433ee82c9323501545164ddf6e6008db483ab7a)
        
        Conflicts:
        	sw/source/core/attr/format.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/uibase/shells/grfsh.cxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/core/unocore/unostyle.cxx
        	sw/source/ui/frmdlg/frmpage.src
        	xmloff/inc/xmloff/XMLShapeStyleContext.hxx
        	xmloff/source/draw/XMLShapeStyleContext.cxx
        
        Change-Id: I441378ec3e9a32764781a8063adcc52051efe17f

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [474fe287c4c97427a4b48d0c0d17f3231290150a]

        Filter out extra ICU data for locales we don't want special support for
        
        Change-Id: I40fd00d91a7e5ad5163bef63e1b60381bac58aa4

2014-04-25  Julien Nabet  <serval2412@yahoo.fr>  [b4a95f8d215564a2d4cf55c293175ac8e73910c1]

        Since bPut is bool, let's use true/false
        
        Change-Id: I37b05b3d62eda03aecfa253bfc729136a777c6eb

2014-04-25  Eike Rathke  <erack@redhat.com>  [ee75263f6c942c0a8f59beb84c21a98c141bc7f1]

        we need to push a return value in any case, fdo#73148 related
        
        ... not just if there is no error; popping a value from the stack also
        pops an error value, and the error is pushed again instead of the value
        to be pushed, see call of IfErrorPushError() in PushDouble().
        
        Change-Id: I92f486fa226c90870990f608cd43d4a1379a2361

2014-04-25  Eike Rathke  <erack@redhat.com>  [9c78e71903146acec47e0d32b23b9e5cc3e021a1]

        return early once we pushed an error, fdo#73148 related
        
        Change-Id: Iadc520fe897966bf41c793ae37f510addfd68cef

2014-04-25  László Németh  <nemeth@numbertext.org>  [5e4b21e2d627de0c815370ed886ff95675bf28d1]

        fdo#48017 fix WIN32 long path name support of spelling dictionaries
        
        Change-Id: I1ccaae9dba4f82cd50531890e159519a765a0fff

2014-04-25  Michaël Lefèvre  <lefevre00@yahoo.fr>  [fe075edc27a1fc301c31cfdff5ddbc83e52d929f]

        fdo#43157 : [API CHANGE] Remove OSL_THIS_FILE
        
        Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd
        Reviewed-on: https://gerrit.libreoffice.org/8886
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [838d749ceb152de40d03538a0448bf709264ccdb]

        Add css_comp_chart2_ChartDocumentWrapper_get_implementation
        
        At least with my test documents, this is the only component we now need
        from the chartcontroller library.
        
        Change-Id: Ia2c203413a585f4d9207bb22fa5f548eda3fb9a8

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [606b19f84350095ecbf0274590fca0026cb11301]

        Drop libchartcontrollerlo.a in preparation for vmiklos's rework
        
        Change-Id: Ic8ce9b91e666774eff7e452ec9f07c6053dce03b

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [ab07f81d0b5ffc4297d5f15d2458c5cc9217800f]

        Print the important failure messages on iOS even in a non-debug build
        
        It might be that having fprintfs leftover in an app submitted to the
        App Store is a no-go, but will fix that then if/when it happens.
        
        Change-Id: Ic671fcce567c655a06fd4ed139100dc9b6f435be

2014-04-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [29c9712b042e410e93e92dead15f353f6ca1e263]

        fdo#73148 (partial patch) Add Excel 2010 function AGGREGATE
        
        Change-Id: If8fc8608699a14e573456af2e1180342be942dd1
        Reviewed-on: https://gerrit.libreoffice.org/8475
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-25  Andras Timar  <andras.timar@collabora.com>  [2e41702ed4f224f195d33054e2e714f546b4442c]

        Updated core Project: help  f1e1bf8afae41ba0a7defa75b48ca827d79e33cd

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [38b9fe826903e661238388a93c9a283467e2d9f7]

        chart2: use constructor feature for WizardDialog
        
        Change-Id: Ifcaae6401f1ad5069248111b568a1cf5c033f5ab

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7731b7301a057d7a7b12f69779e1a184e1ec174]

        chart2: use constructor feature for ShapeToolbarController
        
        Change-Id: Ic0a9dc23ddfde00cbb2bfa7cf3983ff0c6276654

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [50634a20d35d34ddebf74d4f0b99c305a38e7915]

        chart2: use constructor feature for ChartTypeDialog
        
        Change-Id: I5efc89d8d0139216c1ae92aa692704f9f58915ca

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [167cd680848a55d726c1278f025987a2532767a1]

        chart2: use constructor feature for ChartFrameLoader
        
        Change-Id: Ibbbd41a30cd240250720aac7b45d0a394be5230b

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b038c4ecdc4569f76ecacacc336be0b30d5fdfbf]

        chart2: use constructor feature for ChartDocumentWrapper
        
        Change-Id: I5b99d64be17a0e7d3c1bb630e1f35afe0eb62c81

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [899c018a2fc586c6e4763b242dff92d1f47bf5b8]

        chart2: use constructor feature for ChartController
        
        Change-Id: Ie6c5c0e20ae2b2f38f176dee90c33e5baba100a5

2014-04-25  Andrzej Hunt  <andrzej.hunt@collabora.com>  [7f01a960995b728489ab359fc082609c75216f95]

        fix "Wrap opencl-only functions in appropriate ifdef."
        
        062871853cc420f35ddfbc2534f34c94f1b4c982
        (loplugin:unreffun fix) caused:
          'undefined reference to `sc::FormulaGroupInterpreter::msInstance'
        when building with --disable-opencl.
        
        (It appears I didn't check whether my build had fully completed before pushing.)
        
        Change-Id: I948205867985c7722662d673e95d5639bc9d9bcc

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [bc4c2098a66bbcf4f3d265dd8e0a154062e4337d]

        Improve command line handling, don't read stdin
        
        Reading stdin is confusing as it means running the script without any
        arguments and with no input redirection just seems to do
        nothing. (OTOH, who would use this script except seasoned hackers who
        know how command-line tools typically work... oh well.)
        
        Change-Id: I00b4f70b07b6515b52a22b4ec4e048cc84c1dc83

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [848e1ca01aa5ba6a283950a08d7fad2f594ecf88]

        Add help message
        
        Change-Id: Id9c5dfdee00c8b9baa21c7345f7218e982bfd434

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [5743570619ee2ef1350b88f708f21cd3ec38bac2]

        Add -f option to filter in symbols from some libraries only
        
        You can specify a regular expression for the -f option, typically
        several library names combined with the '|' operator, as in:
        
        bin/ios-mapfile-statistics -s -f 'libswlo|libsclo' <workdir/TiledLibreOffice.map|c++filt
        
        Change-Id: I917fc392a41ed28c6b19ec5c2c16384d1186a532

2014-04-25  Julien Nabet  <serval2412@yahoo.fr>  [1900ac0b853eb3ae55c495da078410709004f433]

        Related fdo#77874: [None] as only possible choice in lists
        
        There was a slight error in commit 3a2a68a90f96d844c2e2636ecf3236c6f365520a
        Indeed rToFill.InsertEntry was never called
        
        Change-Id: I8189d478feecb9442036d13b68685db38e392ec2

2014-04-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [00c19e5def4a62445c85786aef6a507bee6c45fa]

        sc: add back lost scopencl
        
        Probably removed by accident in
        96475ada3fcf026ae7833824a056b642c1bd1864. Fixes:
        
        /master/solenv/gbuild/Package.mk:35: *** gb_Deliver_deliver: file does
        not exist in instdir, and cannot be delivered:
        /master/instdir/program/libscopencllo.so.  Stop.
        
        Change-Id: Iaee25ac7b21c0f1d5c4ee9eba3b34cff5e65843c

2014-04-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1e92df343735a3654d39f1a7e9652f2e96a7b376]

        fix htmlexp.hxx compilation -> add space between ">>"
        
        Change-Id: I60f2f5ec8d6f12b834d34164e1fcfea9bd0c30d3

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [48201fc93db1cc49b804eca99bb41f2699e61d1f]

        Add -s option to show a sorted list of symbols by size instead
        
        Change-Id: I2c6c46f4f570f4999154daa7e0f84f6ecd6f2d79

2014-04-25  Tor Lillqvist  <tml@collabora.com>  [5d55ebe8849c6005e90d78811473b228e615f8cf]

        Sprinkle some SAL_OVERRIDE
        
        Change-Id: I84e71f3ff9b0829acf7be0925bea511c3e1f3a6a

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dafce0665c852297d39cddf76f46c77c14a8f12a]

        fdo#77728: Re-compile tokens when named range is updated.
        
        Change-Id: Icd9f8c60d9e105478abb5b5ad64e969623830a4c

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7608bf4660d11ccda56cb7c3edad4d78d3610139]

        fdo#77728: Add test case for named range expansion and formula update.
        
        Change-Id: Ia900ae5f1091ac220c4e08b667920affa2546261

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [36e0d770928f71c932db5dea9f04645f65222ea6]

        fdo#77728: Don't forget to start listening after the named range update.
        
        Change-Id: I7a4160db0dd2b9ac2c98402bb6110c548e879b3d

2014-04-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [485dddac7048aa9a877d205b25bf0c98c4887160]

        fdo#77728: Write test for this.
        
        Change-Id: I42d0cb7f99dce62e0ac5aa471b190ee7d3cf1efe

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [da8aa9385153893d8da666b490825aecb6fe87dc]

        VCL: Reorganize and rename wallpaper functions
        
        Grouped wallpaper functions in outdev.hxx, also changed the function
        names:
        
        + ImplDrawColorWallpaper  -> DrawColorWallpaper
        + ImplDrawBitmapWallpaper -> DrawBitmapWallpaper
        + ImplDrawWallpaper       -> DrawWallpaper
        
        Change-Id: I0eb9c21bf2f6a336df22cd27cd1557f2c795f792

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [927617d69a25cffffd96aed8aa14a738b2ba6983]

        Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)
        
        Change-Id: If76b99589ddd83431593404c1034b8b726bc3f9b

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [808d273db098e2269e53813595a6bfc7b160e28e]

        Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDevice
        
        All these do is some very, very basic initialization. There is no need
        to lazy load the structure, it should be initialized when OutputDevice
        is created in the constructor and deinitialized in the destructor.
        
        Change-Id: I780caf4d02e9a2a7d094989cf0bba579493ca98d

2014-04-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [50708577850544920c746ebc382d47275452a761]

        fdo#77039: Fill the match string even if the raw string is empty.
        
        And in case of an empty string, call svl::SharedString::getEmptyString()
        to get an empty shared string instance.
        
        Change-Id: I0923e59f03468790270de8ef22323c0cedad002f

2014-04-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [380631d0e24d8bf90a5431b3e3c5fb36f21dbcf0]

        fdo#77039: Write test for this.
        
        Change-Id: If34291ffb9705c413a451091ac70d7f2c7ea8f63

2014-04-25  Maxim Monastirsky  <momonasmon@gmail.com>  [e0be1a74444683f760d90f88cc3be14d9b377591]

        Use the show method directly
        
        Change-Id: If4e11ae1fda86b612aeeed94b1cde4a5711c6359

2014-04-25  Maxim Monastirsky  <momonasmon@gmail.com>  [9dd8b943ba0d1b60ee4d76ec4a514f0b087b1398]

        Remove unused code from xml detector
        
        Change-Id: I3f8910017f60dd61a186c29e48a4a082010b989a

2014-04-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f2431c944376433219eb7eb704e9b21589f201f5]

        add undo action for conditional formatting, cp#1000050, fdo#77381
        
        Change-Id: I11db1e5824077135c4352ae43cc0e8d139244268

2014-04-24  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [96475ada3fcf026ae7833824a056b642c1bd1864]

        orcus autofilter import, implement the interface
        
        only empty stubs for now
        
        Change-Id: I44ed24fbd4d67a0f440202117a980c7d349016b9

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a85317c67f870917231e82eb29fd5023e55b87de]

        fdo#77089 if available, use ext. dimensions for non-placable WMF
        
        Change-Id: Idcfaa127ed6abed40d6eec7f81fbbfb36658cc91

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0a1e297ac23ae79ce9d511b4fd6bd0d8276a2e25]

        fdo#77089 if font width 0, pass 0 - don't take it from font metric
        
        Change-Id: I6c73da1d2470e75774affda836a8d587eebfbe4b

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c2d5b59fc6a3b3fbe20a19282538d5f95fa53301]

        fdo#77089 pass shape dimensions to graphicfilter for WMF
        
        Change-Id: I673a76ef85038b1f304ea85faeed5b4a462cb144

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4abaaf7663d053f1c37a34487320246e29e43516]

        fdo#74336 wrongly transformed line width - use 0 for height
        
        Change-Id: I3915cfabb9568480d74ea6d4e459def6fe912eb9

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [30798aa536fb1f0d27bcc3ee42200bc62238c8ca]

        sc html export: Skip all graphic objects at HTML export
        
        Change-Id: I2e7befb46de8bf0ff6e6bc58d0353a8b6ec1c226

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b90a19ce9bd5f1224a5b122dccff1a877899db94]

        sc html export: cleanup htmlexp.hxx
        
        Change-Id: Ia7dd944260b3de4085ff25597eef154fde256b54

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7ab34f414bc14b1cfa491952e259e11a83df5b9e]

        sc filter: Read "FilterOptions" in HTML export filter
        
        Change-Id: I3644b5d0bf5f485e1261c478996c95981f6055cb

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ea9989ad770f31aae379dbe6d2cadece3f4f10d7]

        wmf: support fat lines for PolyPolygons in wmf filter
        
        Change-Id: I9fe9d7b5237031e3001f64af7001d91fa53f1c64

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [00e577ac012405f29003533c145bd29d0edbf6db]

        wmf: cleanup winmtf.cxx
        
        Change-Id: Ib69a5d651dfffa4ebe4806a1836d78b09103188e

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e6efeb383a047ccf4b5aa50f66a39e936816875a]

        wmf: cleanup winwmf.cxx
        
        Change-Id: Iac28bea6f7ae7d83e48945ac34807d9db8f71caf

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [15af2fddd639d3614fbdb5447b2dfe4f7c0d622d]

        sc: t-test - actually use "Alpha" parameter in formulas
        
        Change-Id: I30399ed526ae4dc345f6e8de69bc0806017e7da7

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a204a7ccbabf41642cd997f004d41820a960576b]

        sc: Add newLine() convenience method to AddressWalker
        
        And use the newLine() method in t-test and F-test.
        
        Change-Id: I6372fe1fbc1f63bca56b110115732de96eb2afcf

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2afa719d62209ea59b805335995949e23ce5c0e9]

        sc: F Test - externalize string ("Variable" label)
        
        Change-Id: Id592d4becf63239a5f55e987fc2d00f3baa6fb52

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [377cca27dfa4a4a67062e33a2028abeacfd59550]

        sc: t-test - refactor to row oriented output & externalise strings
        
        Change-Id: I70b6d9ecc02aabf691b3606487e719885e6430fd

2014-04-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3ce1b10ba72331b5bd7af601dec404e0d920769c]

        sc: Add F-Test to Statistics
        
        Change-Id: I31281e863d82a211d7cca897f3e65a0ecfcb5f6b

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [8b84408ebddb481cd31aea663cf17ed5819b58cc]

        Blind fix: writerfilter::TableManager used without template parameters
        
        Change-Id: I351478d9dbde6f7459145b82a73fb5bb119a6bdb

2014-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8fc1721d20c09de595824884943ad0ece68bf52]

        writerfilter: fix indentation in rtflookahead
        
        Change-Id: Ib012030799ef2602a4b61c38d5ad2374422fe8b8

2014-04-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1e8cd6f825f9981a6473afd883ec667d5579746]

        chart2: use constructor feature for ElementSelectorToolbarController
        
        Change-Id: Iee99f1f86af4ed494dbbe33b31baeb707b7ed544

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [211fe3f0d1cd48da73da3a2b824daca9d4af0af1]

        insertfloatingframe.ui: increase spacing
        
        Change-Id: I0f8bbb1c1c78355251c1df5d7c2a8a3f209f7ccc

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [f1234ff4e06d4285231b3997d7275ea378972e37]

        consolidatedialog.ui: let only the ranges field expand
        
        Change-Id: I455377911f700030d4c3a9839e53de3996694669

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [5f191c3a69147bc04b007358af237552be26918e]

        xmlfiltertabpagetransformation.ui: expand fields horizontally
        
        and increase the default size for DocType, so that it fully visible by default.
        
        Change-Id: Ia0aaf6aae5a24d2c0a51cc7a63e7eac9f5feb7a7

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [71e028f29c11eb1c2d7b2621f075531571f140e2]

        basic macro dialog: let it expand vertically, too
        
        it already expands horizontally, however hexpand is not set...
        
        Change-Id: I8e0bfb9dfc841c66eeb2d14f5f73a997b6862cb5

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [0e2d6230ca635b858a70e8f5e1af2dc08c172b67]

        macro selector: let it expand, too
        
        Change-Id: Ied75e1c41622451c4afed6e66521cec43d231303

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [d77dec325e97c82e405d7d9539b9261b654061ea]

        Blind fix attempt for error: no matching function for call to 'assertEquals'
        
        Change-Id: Icd90d8e765af4bce6e4c56068fcdf40ff2ed3af4

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [0f6bb2dfa1288eba2d14b75b4988141c1e996095]

        Fix error: 'GetActiveClipRegion' is a protected member of 'OutputDevice'
        
        Change-Id: Iea6797790c76f14a28c090f3d76ef8873302c4df

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [a3706c2470a9b87b3abdcbe94f9629e2220e17f8]

        Looser throw specifier for virtual webdav_ucp::DAVException::~DAVException()
        
        Change-Id: I85892e6a9e7cc7c3720314fe0e7a0c96cbf989bc

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [f403784c1352cdc66a9cfdc569b6c62d8a3b19e1]

        Change ImplInitClipRegion to InitClipRegion in menu.(c|h)xx
        
        Change-Id: If9d3d92c4ceb11a3a49cb8d59e9e40bbebf737f5

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [5e748857dacfb41af04f021f9c74feadbf4be747]

        VCL: remove comment tags not recognized by doxygen
        
        Change-Id: If3ce6dd8ad25f5ba36ff144f0787c4be6f42c557

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [7b4c2f7f5a5b801bd3264000c19821b8dea1e14f]

        Rearrange function locations in outdev.hxx and outdev/clipping.cxx
        
        Change-Id: Idb1faf5632da8ea3fec674f9fb2d042c7ff14fa7

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [b3b0331711a1cab740d6c2220ef766f611a117b8]

        VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegion
        
        Change-Id: I8c683588d8bdb6dd287e60fc1e249bd5633a4ee2

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [c97159359ab6324798e16414d72d540e6c1112d5]

        VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegion
        
        Change-Id: Ia2db9d640af6bdc35f3e38b5b85355721d5b8331

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [66b2880ad51b69188ea5c2e56a682ed320c53d1e]

        fdo#74702 Move GetActiveClipRegion code into Window
        
        Window checks to see if the window is currently being painted, then it
        checks to see if there is an active clipping region (which it needs to
        intersect with).
        
        Printer and VirtualDevice don't have this need, so they just return the
        clipping region.
        
        Change-Id: I1a9af237940f5add725c783c02a193c9e3329fa6

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [ba0bb5ef675ccae12ca9e7ae3ec6a194b0cc8533]

        VCL: Rearrange clipping functions in outdev.hxx
        
        Change-Id: Ieb6ce1f3505d1f2d6949fe0c4da762f4aead6d83

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [f41b1457116dc05936b08146aa720889775c0681]

        VCL: remove comment, rename ImplInitClipRegion to InitClipRegion
        
        Change-Id: If8d18b59285f75d61d9972ca019390fce700be3c

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [99459623e0a48c079dcd7336e9f5b8cb59d73b89]

        The language part of the WITH_LOCALE_* macros is lowercase
        
        Change-Id: I6addb92f083125233f92b0299c79a857fb0df011

2014-04-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4158d8843d50d50e9830c8dc24af8722de77f4af]

        fdo#76663: Let's not skip the first element of a matrix in PRODUCT.
        
        Change-Id: I00683ce64fea58a80cd7137384e8f30464c44e9f

2014-04-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d36442aa31a57b8c559f33564dde5366358564f1]

        fdo#76663: Better test to really test PRODUCT with array input.
        
        The first element should be something other than 1 to make this a better
        check.
        
        Change-Id: I2dc108a2e755034f584fef781eb5668b629dc3fd

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [e5e051b23b3b0a767b1d5d22c65d8d648c251fd3]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I1a7172cb9b2663b84874b3c3f277fb3b3786c7a4

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [192eaec65f7d9cf69cf085039f19f956362c806b]

        Sprinkle SAL_OVERRIDE
        
        Change-Id: Ifad2710470fc41257f616d716eb9323094a69de1

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [25d88d2b8eebb4782a016e03aa8562ad9fa15b7b]

        More hacking on --with-locales
        
        Propagate the restriction of locales into <config_locales.h>. Note that in the
        normal case, with no locale restrictions, all the WITH_LOCALE_xx macros are
        zero anyway, but WITH_LOCALE_ALL is one.
        
        Restrict which character encodings are handled in
        sal/textencsal/textenc/tables.cxx based on the WITH_LOCALE_ macros. (Don't
        simply always do it for iOS.)
        
        Massage the affected unit tests to not crash when only partial character
        encoding information is present.
        
        Change-Id: Ie2c882c262ebd0d2b37dde66b8fe3c3e2570da14

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [95711f5b9e7b6a982d1762d37d5a38e0f40b86f9]

        fdo#74702 Move ImplInitClipRegion Window code out of OutputDevice
        
        Window instances need to handle overlapped window clipping,
        VirtualDevice and Printer do not have to worry about this. This code
        should be kept in the class that handles it, so I'm seperating it out.
        
        Change-Id: Ie7df90c983f7a858b563d4f892ceb64d575c0319

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [07ed9492cc73c5328f1d4fb43bfa9ada17d1ad2c]

        WaE: looser throw spec
        
        Change-Id: Ie5ce039d8f7be05acb9fe8e59ee73b7d0db3c708

2014-04-24  Andrzej Hunt  <andrzej.hunt@collabora.com>  [062871853cc420f35ddfbc2534f34c94f1b4c982]

        loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.
        
        This section is only needed if we have opencl enabled, hence we should
        wrap it in HAVE_FEATURE_OPENCL.
        
        Change-Id: I5ec479d7c1739fcb8baf0936104425b515b6a843

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [d6aa639fbb29ee93bc8229cea9a79e5d92dcfc1e]

        WaE: class 'PropertyValue' was previously declared as a struct
        
        Change-Id: If3975942dcd53b5df6612d812f2f1f25fa666ab1

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [f756fb84a1629d455ccbd7af1f3975ac307fb957]

        Resolves: fdo#60040 crash after undoing master page application
        
         regression since 839cb94a2bd9dfadb6a7e11a97f0540a78f79b6b
        
        Change-Id: Ie7068ecd1655ecae169948dc1e08330dc4200bf9

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [2e67b2c1c38d3afa56e070241f529fa003c6f8b7]

        coverity#735793 Explicit null dereferenced
        
        Change-Id: If2c4821466783908a6ac2bec3dc7a913e744fccb

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [223c8a870f728e94ed6d3c6ac9589ac0a24a146e]

        coverity#735746 Explicit null dereferenced
        
        Change-Id: I39bbb4ef3ce85a72fe8ddcb582de09c61c8138bb

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [fcb21dee9b223d8e48860d43865b7887c1473f79]

        coverity#735746 Explicit null dereferenced
        
        Change-Id: I62c329a8d2ad50293870a3ff38866cf516551338

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [c803bd811c6d2e64173d353106f850f6308e5bb7]

        coverity#983996 Uncaught exception
        
        Change-Id: I8cf0764543ce29ca2f80be193d325cffdd12d02f

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [98eb9834147e5f5c5d074d9fcacf973c3d5758ab]

        coverity#983998 Uncaught exception
        
        Change-Id: I620d8e68fab107d51056a4814b4cde420a2f2a5f

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [a1b7a11fae3e2992d13a8768882b8a928ea46112]

        coverity#989726 Uncaught exception
        
        Change-Id: I6c2e02904ad314b0b6f6b27581b06b8bd1f18f75

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [833067c8701bb2b8210ad58bf540e13373300988]

        coverity#707469 Uncaught exception
        
        Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [76e998d7ddaf70ded9a4da4d9988884afb74b1e5]

        coverity#707474 Uncaught exception
        
        Change-Id: I42b3dd934f7aadd2cd7d71e7e22242b504af8825

2014-04-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66b1b690abe088a5775d89f8b074521b92833792]

        add unittest for moving around the marks
        
        Change-Id: I31849e655ab9e9c9acc62f1fdc124d40342deb49
        Reviewed-on: https://gerrit.libreoffice.org/9069
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [8db04e71502686cb525d06dbd342119aac515824]

        VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protected
        
        Change-Id: Iff4198fdd51db787461b897f2d9d8b7640dbf772

2014-04-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [35dd2809c1e08bfe0e5d9b19a330a11609085155]

        OutputDevice::AcquireGraphics should be protected, not public
        
        Change-Id: I1aacc4a908798fda24de6b6f09b58dcf5d392e70

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [ea3bbfca488a85cb127cd8882ad171e04b71e54a]

        WaE: is used as a header guard here, followed by #define of a different macro
        
        Change-Id: I796873bd3a7a1b83dcb5c9ac209f6dd25a0005ad

2014-04-24  David Tardon  <dtardon@redhat.com>  [9b72dce71b442161c3a01f57ee5b198f33445738]

        add missing library
        
        Change-Id: I05f932cd1dcb7e1bc2af657ad39258fd74117239

2014-04-24  David Tardon  <dtardon@redhat.com>  [c90656abd78788ddb030b2d07b7b9d7e4cfebaf1]

        the static lib does not exist anymore
        
        Change-Id: I055266dd56dcac25afde66149820fca0e52974fc

2014-04-24  Takeshi Abe  <tabe@fixedpoint.jp>  [bc3b3d1dc61be728147bd03683e4b2cf27d22ce6]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I03096fe1da8a111312f9384b94cfcb2ead7b3d38

2014-04-24  David Tardon  <dtardon@redhat.com>  [ec544e5329b413fa6add9eef07ae598b15837eb1]

        refactor to decrease the amount of copypasta
        
        Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295

2014-04-24  David Tardon  <dtardon@redhat.com>  [b7fa9950a9ef68bf2652b8c93887b6d531866471]

        change libwriterperfect to shared library
        
        There are already 3 libs linking with it and there will be another one
        in near future. It is time to stop the duplication :-)
        
        Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820

2014-04-24  Douglas Mencken  <dougmencken@gmail.com>  [e6b142a06833404d8b8a5be0501fd4751df60f35]

        vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6
        
        Change-Id: I277d9e2f385b712001385e115b22f6fbb8106ae5
        Reviewed-on: https://gerrit.libreoffice.org/8790
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-04-24  Armin Le Grand  <alg@apache.org>  [7cf38082fd797b316d0f8b3e8227244362755efd]

        Resolves: #i124686# reuse already set font for interpreting...
        
        the MetaFile action META_TEXTRECT_ACTION correctly
        
        (cherry picked from commit 7ce0a0a7680255159beae7726ec63d539ef0c7f9)
        
        Change-Id: If802a58ae0fb38292d5a875d85448cc2c3967066

2014-04-24  Armin Le Grand  <alg@apache.org>  [121aac37673c1a8142db01e26e50be6de7b36987]

        Related: #i124686# give empty constructed default font a default height
        
        (cherry picked from commit 4a7c54e07713f02a5658471e4aa9163de53f7460)
        
        Change-Id: Iaff17eb95d1ad1e1b9bca4388b03703899d9a0db

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [af32c90a8fa8f338659267c0d0c5e9e2d0663a50]

        VCL: Remove unnecessary headers from outdev/transparent.cxx
        
        Change-Id: I0b3c6e4a1f75d2cb50ed35595dca65d8bb89996e

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [1b10e8e735a07f90f5ce4c6fd964dd3ce9cf2ed4]

        VCL: Remove unnecessary headers from outdev/text.cxx
        
        Change-Id: I0a55fcad484c368634d8eb79d1a0fb440c6f635a

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [3a0d74e24fbaa78bde7a1b2fc0febbcb46e90e6a]

        VCL: Remove unnecessary headers from outdev/polyline.cxx
        
        Change-Id: I2439ad38dc531fb35167f6778312a244bb2fbb01

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [672ac7b619f2fc24245efc07662a368c3a28b4d7]

        VCL: Remove unnecessary headers from outdev/pixel.cxx
        
        Change-Id: Ibc307a74e93cd80c651d17e41a3828c06a58b160

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [dd6641962d56c91dd6a1073a3c80ea85926211a5]

        VCL: Cleanup headers in outdev/nativecontrols.cxx
        
        Change-Id: I3dd371fee066eebe357379d6a3b3f6ebe1901471

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [e2fa1f587eb7efec5e2e936917b8b539cc313a49]

        VCL: Remove unnecessary headers from outdev/wallpaper.cxx
        
        Change-Id: I361074519a84c9c1497a4ce91df86842e69fc6b0

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [8cde6e40c5cbab8b5ef3a0afc2105a6a03d55780]

        VCL: Remove unnecessary headers from outdev/textline.cxx
        
        Change-Id: I533593d8e5dee52441e97d55a72685def7566320

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [4a5ad94bd91f4ec1d2fd4b46eeabeba8aa393c3d]

        VCL: Remove unnecessary headers from outdev/polygon.cxx
        
        Change-Id: Ib8f72898bc9cc40a7a4fc1e509eb2f2e36e3d283

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [ca4a39eff66af3a27e1c02baff09aaab48f266e1]

        as suspected
        
        Change-Id: Idad0ba862da7317b5824f1bfb400d05cef105b7f

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [9fd97266ce7dbeac33c93b6dace69d64c02d222c]

        Related: fdo#36815 center scaled comment page vertically
        
        so comments at the top of the page don't get clipped
        off the true printable area
        
        Change-Id: Icb796c901372437b276e7ce4e31c08e0bf2ec250

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [dc3b3e129955856012df78acb1e8e2bbbec0df51]

        mpTextRangeOverlay might not exist
        
        if there is no range for the comment
        
        Change-Id: I34b9ca9f0974f1d614268fd2df2ded704cd543d2

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [7dca5341d799d59a81e6dac84586fa2daa02a550]

        crash in selecting text in comments midway in para
        
        Change-Id: Iaab71e201fae6a03936ccc6aac040027a183209c

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [d65d2b1d7e94f60849a4071644b6ee83309c719f]

        remove unused macros
        
        Change-Id: Ie051a0d584fc0470237f4ac0723e8730a6b47ed3

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [6e24cf09c5f73a6496320a42fb070e78f1527357]

        test for _ssl
        
        I'm still suspicious
        
        Change-Id: I56bfbe1ea2f92ffba6264b7543fa5df7f29f2bd0

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [4996fad625fa703775f2c8d5c9c188882f5d2018]

        fdo#77886: add language: expand list if dialog gets resized
        
        Yes, I actually figured out how to do that ;)
        
        Change-Id: I9c62f57bbd07f44c9bf94a308a49df8c82eb2097

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [83397d7cd2d440471831ba943be966b9126c3ae2]

        manage breakpoints: expand list if dialog gets resized
        
        Change-Id: I818a19a0a95991c97be539761d1f75e247880256

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [d8fa21bd11c79bed3a2d03a31b30563879cc8c4b]

        hmm, need a rethink on these exceptions
        
        Change-Id: I0d91e142d719b946f65ed704b06371d00534ad78

2014-04-24  Noel Grandin  <noel@peralex.com>  [532acfde021fb78de64faefeb561632b333931a2]

        make SvDetachedEventDescriptor::hasByName return bool
        
        Also, since this is a utility method, and it does not override
        a method from an UNO interface, it does not need to be virtual.
        
        Change-Id: I2dd90331e8ff49572bdfcb6ea2e2e3ed2fd95051

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [f5a4280122900f36193126bf7c97256159fa7af3]

        VCL: Remove unnecessary headers from outdev/mask.cxx
        
        Change-Id: Id759b151bb636aa7c79043854a622a88a544138d

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [43c8bf27bb46a6b80e432fe8925f2e2d0a9cf150]

        VCL: Remove unnecessary headers from outdev/map.cxx
        
        Change-Id: Idd1bc7f640fb62265f453b5a201b052bbbc14b77

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [591aa6cdce8fd42ea9481b46a676316d1750eaa9]

        VCL: Remove unnecessary headers from outdev/font.cxx
        
        Change-Id: I45c811b9f7c5c10fcefe0e2da809bdc5cc381de1

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [bc5b1be216b4da3611fe1912b205c5c70bf9cde0]

        VCL: Remove unnecessary headers from outdev/curvedshapes.cxx
        
        Change-Id: Iae98ff3b75dce83a7d05176b6a0bdf93b7e5fb00

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [f51588a683e458966c6328137268da933ba3682e]

        VCL: Remove unnecessary headers from outdev/clipping.cxx
        
        Change-Id: Idee24d0d5ec25082ed1be48bee6051f132e00a97

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [a80f7551c917adec593a59900e20be7327c7cbac]

        VCL: Remove unnecessary headers from outdev/bitmap.cxx
        
        Change-Id: Ib4d5da9bb36e6ad7a02536f169ae7b634bb939db

2014-04-24  Michael Stahl  <mstahl@redhat.com>  [44d9e4960e7a373350e44fb88be7a3a8c2a81cfd]

        Sequence::operator[]: let's cast the other side to unsigned too
        
        Change-Id: I30845477e5dfbf5c90702bb0b6acb7955fcbe684

2014-04-24  Michael Stahl  <mstahl@redhat.com>  [c1158fbc1c8abb0842fb8eb307724ef42ac6e8e2]

        Sequence::operator[]: silence -Werror=strict-overflow warnings
        
        GCC 4.8.2 warns when index is a subtraction expression; the real
        problems in that case will be found by the "index >= 0" check.
        
        Change-Id: I4c3f0bdb7996e433b1693eb7dcbafb9610b5dbcf

2014-04-24  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [2e8aad6d45c53d554ccaf26de998ede708cfc289]

        fdo#39056 fdo#75431 Section Properties if section starts with table
        
        Section properties are not imported if the section starts with a table for DOCX,
        and also for a few RTF files with combination of tables and section breaks.
        SwXBodyText::createTextCursorByRange is not able to find the start of section and hence
        section properties are not applied.
        
        As a workaround added an empty paragraph at the beginning of every section
        which has the the first element as a table. And then removed it when the
        section ends ( DomainMapper::lcl_endSectionGroup is called).
        
        Also handled to add the paragraph earlier, if there is a bookmark
        so that the bookmark is not attached to the dummy paragraph.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9097
        
        Change-Id: I717ba40e22b055d974bc83d4414aeb2945e16d26

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [cf058da1e5664bc8c30a5777e2c1dbf059a6304f]

        coverity#707475 Uncaught exception
        
        Change-Id: I4c9da1bb21e55578fc81e4c5b3133cbd639711cc

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [6b260f17e9ccabe83457f0203efc256441b781dc]

        coverity#707476 Uncaught exception
        
        Change-Id: I667867d0333d9d82db3218e2645741a2327cd8fe

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [4d225d3e7f3dbbb463fd0229f3e6403407e34f62]

        coverity#707477 Uncaught exception
        
        Change-Id: Ie91515b0cd0fcf5a1b3bc7b2d394927dafa851ea

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [b6804259c5664f1d749717cf270ccb80ddfd2f41]

        coverity#707478 Uncaught exception
        
        Change-Id: Ib967053b7d306d18c69843da39646d69540f081f

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [cc44da64b109ec9b1fe9393a19ac18c57d9e3217]

        coverity#707479 Uncaught exception
        
        Change-Id: I4a1c43dab2814ed66f1785b91ead76407e32de46

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [371046c6a35931e96506ecaf4ffbc0403286c53b]

        add missing modelines to cxx and hxx files
        
        some of them have no copyright header
        
        Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [0b7f82d7cb53ab38988ce85c3436d35f9d8f1af5]

        add missing modelines to hrc and src files
        
        Change-Id: I82d9727c4f991c606a19b9eba27732e7e2397db6

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [da1425650b0c3e0921d2c9d51d461aca99038650]

        add missing modelines to idl files
        
        Change-Id: If52651c70ee659c83ef127da4fe5e266cfe7eec2

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [417a537d97490892b0a82918cc1122be55eb1e5d]

        some more hrc cleanup
        
        Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [3cfc75b5cb1fe71f328fae5e81166f3f8223f0ea]

        remove odd hack
        
        and move SID_CHAOS_* to the appropriate place
        
        Change-Id: Ib65bf3bb50681a1bb334fe84669defa44eabc9b8

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [392ce6a9ecc8f3d2ba93e7a7d50994b3d67006b6]

        fix double allocation
        
        Change-Id: Ie9eaf51d1fc74c3cddf88f79af0d60086dc625a5

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [33ec56e2a32c06fe59c655e4f651b8bc3222737a]

        remove obsolete comment
        
        c++ style comments are already used at the bottom of the file.
        
        moreover the c file doesn't exist anymore...
        
        Change-Id: I17a1589bdbad138971696ac9255dd75fbe078815

2014-04-24  Thomas Arnhold  <thomas@arnhold.org>  [c309a4855e125cd2c5eb42af3ddd5aa80063b374]

        chrdlg.hrc: some kind of cleanup
        
        DLG_PARA and DLG_DRAWPARA are unused. So remove them and clean up.
        
        Change-Id: Ie8beea17b16590fe51fcf944371cb494fe2055b4

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [d9bf242a7d57025aecf6e7117ac9626f6a293a1e]

        coverity#984006 Uncaught exception
        
        Change-Id: I0aae5a1dfab6a5f0439905a03b13f83be84a8746

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [946c7b03f48b2eb873a3c4958b2ae47ea424c89a]

        coverity#707484 Uncaught exception
        
        Change-Id: I1881add525365feaf25ce61b2be027f6ea1bcce7

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [a089a4e27a2b0e739ec86f8d3bf83a395ac0eaed]

        coverity#707488 Uncaught exception
        
        Change-Id: I568de20d26cff7742529a93f5a86b10ee2ac630c

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [f4a760025bede298ae33e01f785fb7b439ec9812]

        coverity#707489 Uncaught exception
        
        Change-Id: Ia15d9c6761b1b7990586b766a4f8c385c04edc0a

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [8821c0698c2af9870cce6c280d58cfcdfd7af0d2]

        coverity#707490 Uncaught exception
        
        Change-Id: I8aeff7a5e3513d316202d40b953435238c1bf714

2014-04-24  Caolán McNamara  <caolanm@redhat.com>  [490ae91796c9292e2f42859ef63a3fcc93bae916]

        coverity#708563 Uninitialized scalar field
        
        Change-Id: Iacca1f92f9a8a6bd3b016775c5e59209995bb741

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [0156dd3c67aee234f77fac9747355dd72cb36789]

        WaE: unused function 'areListsEqual' (in the --without-java case)
        
        Change-Id: I74674a70ec3a2f6b610b2ea8b8b826879ace0931

2014-04-24  Stephan Bergmann  <sbergman@redhat.com>  [90055e3f22d737c31f65a5a84cdd9a31664ac382]

        libmwaw: values4003 apparently contains 22 patterns, not 28
        
        cf <https://sourceforge.net/p/libmwaw/tickets/4/>
        
        Change-Id: Ib139992b90818838b12d51530c66498b2e2d1dc4

2014-04-24  Noel Grandin  <noel@peralex.com>  [b45a12c37d2b671e54404afda5dee1b0947bd3ed]

        sd: sal_Bool->bool
        
        Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea

2014-04-24  Noel Grandin  <noel@peralex.com>  [e4e654e40575300eaab429a6b94348bf43b9d7ce]

        xmlsecurity: sal_Bool->bool
        
        Change-Id: I4f32fe3b5133e13dab88ca1c9acd021d84dc59a9

2014-04-24  Noel Grandin  <noel@peralex.com>  [2ff8ae7c9e9b36d187abef9e163f47a740d51214]

        scripting: sal_Bool->bool
        
        Change-Id: I1550c49cce2ad64f9d62b06ec20512a750f83b84

2014-04-24  Noel Grandin  <noel@peralex.com>  [65afee03aeb14a3296bbe9a5bc39716abe5fd189]

        sccomp: sal_Bool->bool
        
        Change-Id: I9156ba8671348fd77b93921236827235775e1108

2014-04-24  Noel Grandin  <noel@peralex.com>  [fda8ac2d174f8465beb68af34004fa8f23818c14]

        scaddins: sal_Bool->bool
        
        Change-Id: I8cea3bb0c407eba7928cb44d9ce00016ff890a41

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [81076cb3c05b115de703112bc5721c225b468cd6]

        Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textenc
        
        While at it, print the character values in assertion messages in hex, not
        decimal.
        
        Change-Id: I61a5efca0a800ea295afc81e2b2f234844428b1c

2014-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f36769fd9288e97b7af666f4b83743a65df9f74a]

        libmwaw: --enable-debug when appropriate
        
        Change-Id: Ic10971f077994a0015f6b66bd219a11612084409

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [ca54d372453fbbea136592bbab2e64d44af46373]

        Add a test listener that outputs failures to stderr as they happen
        
        Makes them intermix properly with debugging output from the tested
        functionality.
        
        After the test has run, don't repeat the failure messages, just print a short
        summary.
        
        Change-Id: I6b491d3a34094df2da11df5e404adb63299de342

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [70c773d30c1c84da24de4c2c3ddc936575996662]

        Add missing right paren in assertion log messages
        
        Change-Id: Ia6f3f0f74b6de127d8989935e10c15a6cf52e5d7

2014-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f8687658fbc212f2baa7861767aed3c27fcc1477]

        Fix scoped_ptr -> scoped_array
        
        Change-Id: I427c49efabbe5cb60b5dc945d9c7f48c504700f0

2014-04-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd20a6062350d2e0ffb83467c8420182c5439e1e]

        vcl/text clean-up includes
        
        Change-Id: Ic984322bb4890196a8ff8e8798ac16292c95dc70

2014-04-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [b136ddcadb7f8181c4c373e0604b77d3504c9ccc]

        vcl/text remove unnecessary and hardly needed using clause
        
        Change-Id: Iaceaa0806b200bb79ea2e033b93512670dd9d58b

2014-04-24  Tor Lillqvist  <tml@collabora.com>  [5723599896a9fe0f57704c4f35d43d690b2ddbf9]

        Add informative comment about cross-compiling to iOS in particular
        
        Change-Id: I7c38efdafea13bb5ae5e8a5e1cb07e77853b5c4b

2014-04-24  Chris Laplante  <mostthingsweb@gmail.com>  [ba39f1bf9b29f58b7593f01d552a4f1a42a637cb]

        Finish cleaning up ASCII art in the sw module
        
        Change-Id: If4f11093b791902514dee8e216c92f66b075211d
        Reviewed-on: https://gerrit.libreoffice.org/9117
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bff954c0c4e5f9acf18bfd9ae796bc5a937b7ff6]

        Now these two methods are unused.
        
        Chuck 'em.
        
        Change-Id: Ifdf504c64e63e8e437abdcadd14f668d2c577555

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dec7179d9396263c99882128208e895b1b603564]

        These are not needed.
        
        Change-Id: I032cc877ecc6b6ce1e9ecfa03020f8dfd41461ac

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6cc799181c34e41a408af1ba22ecf35dbd65292d]

        Remove compiler warnings.
        
        Change-Id: I050dee872e0f85efe1f96729cbcc96966c73c25b

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c72f76fcd1107a2e5542b9a43fc535914a210b17]

        Set mdds 0.10.3 as the new package requirement.
        
        Change-Id: Ide0e10fa528d53a7e732d00b54c940111beebe19

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91303658fb33066c57aed04ac31fd3998f11f069]

        Add unit test for sorting with cell formats.
        
        Change-Id: Ie1ec0308f72efe3bc46564d81f0cf37c0d606114

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [09bf5e8093ffafa08cd3e8b22a7a792be70fba7c]

        fdo#76607: Writer unit test for this.
        
        Change-Id: Ia69283a9998c233784c0da0f7a65f58a6c102596

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f41b12c6685b82b5c2674bd9b9d5991adebeaf9]

        SwapRow() is no more!
        
        Good riddance.  It was optimized for the old cell storage.
        
        Change-Id: I374194fe211d5b13dd60dbb68b9511a366fb32bd

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd532483b67e4fd2d1f26df545cc525de5522f10]

        Use scoped_ptr for this.
        
        Change-Id: I54d0bbe460f95ada7632d7c9cbedb8a677995fd4

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68fccdc9872c1bf36b2851d58929d6cdcc2e2b2e]

        New method SortReorderByRow() for the new row-based reordering.
        
        Easier to follow this way.
        
        Change-Id: Idf7e93106f1e1927967f4917062ee619ed71d694

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91261a246bd1c69b4b5ee62669e8a854c62bf3da]

        Apply sorted patterns as ranges instead of row-by-row.
        
        This scrapes off additional 2.2 seconds.
        
        Change-Id: I08ae67f45946721d722be7183270d7bcf01f96b0

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [46b35f349ef795d89e4f03fe7f72623ee105e669]

        Skip reordering of cell formats when whole range is over one pattern entry.
        
        Change-Id: I2ee377a865f361673912b796af1eb8517c1456f7

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d053d40e86381cc4e7c7249e66530f5f4323b514]

        Skip adjustment of row height when all rows have the same height.
        
        Change-Id: I490ecade6b909bcf36b848c05e198d58adc90e0a

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [832bee9aae88c30d2eea4c8fd0765e4a193cbe7b]

        Update script types of all cells in sort range ahead of time.
        
        To ensure that there is no SC_SCRIPTTYPE_UNKNOWN in the sort range,
        the presence of which would slow down during AdjustRowHeight().
        
        This only adds a tiny overhead (0.3 second) and cuts the duration of
        AdjustRowHeight() from 15 seconds to 5 seconds.
        
        Change-Id: I145e901225ef1136f53c6f682ffed3902099859c

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [94cf534a89634290201141a08e19d156bb3b9a19]

        Handle reordering of row hidden and filtered flags during sort.
        
        Only when the "keep query" flag is set.
        
        Change-Id: Ia799f62ec53a08cfd92e93c546965002c030b324

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa3e2b7ae90c0fdad28dfd097a230e8ab4cb2565]

        Handle cell formats correctly during sort.
        
        Unfortunately sorting becomes noticeably slower when cell format is
        enabled.  Perhaps a future project.
        
        Change-Id: Ieb02b207b62df343d1f667a8075874b7688ee9a7

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f1047b5e3bd819f76b54900b52d9ca1d2ed305a7]

        Make sure to ignore trailing empty rows in all places.
        
        Otherwise it'd throw an exception.
        
        All unit tests pass now.
        
        Change-Id: I1dc49afcdf3e6604de4c0bc2440106c5ce0da090

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2e8c0c7076023573728489170e3d9d364aa6130c]

        Annotate the test code a bit to make it easier to follow.
        
        Also, during unit test, the function separator is set to ';', not ','.
        
        Change-Id: I3ba948c54bee3c05715928f6f2f2945621fbacad

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b99c91456491781556f89b9ad3e9c6150e7de3b2]

        We have m_pDoc available here in the test...
        
        Change-Id: Ib541cb9f99b3f1094e33d7b333fdbeeeccadce26

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [daaa3026774ba7b21c2b045c185171bb8fd6e551]

        Move cell notes too when sorting.
        
        Change-Id: Ibb330aa6f515d756c5578296fd9c83aa235a59fd

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bac1e2ddeb438b73556466a3014751c0f4f54960]

        Add empty block at the top to keep row and element positions in sync.
        
        Otherwise formula cells would mis-behave during grouping.  Also, the
        range-based release() was renamed to release_range() to avoid unwanted
        function overloading due to implicit type conversion.
        
        Change-Id: I3dc1421f89926f161963eede9a2c8eb477d7e5be

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [607b7ddeeb6c9d380adf67edf4ae7877ff3bdb0c]

        Use push_back() for mtv to remove the slow O(n^2) algorithm.
        
        This makes the sorting fly.  Still slow in AdjustRowHeight() which gets
        called after the sort().  Will have to look at that later.
        
        This change requires a newer version of mdds (not yet released).
        
        Change-Id: I50c6ec9bb562af85c3b77201e2cd31b30dd719e9

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cea513ed5d4447beea3680f124265238edb7c908]

        Use correct index to access row arrays, to prevent out-of-range access.
        
        Change-Id: Ia74c0f07c7f1021de92f77fdb93b2279a3b8462c

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1920d3e7a5272263ab70903ba5388c867fda77f4]

        Use the mdds storage types directly rather than using CellValues.
        
        Change-Id: I415b3cddc4b764668564affd573ae9cc00601278

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cd83e2f1674c04c8a489cf5a15ef35c25491ee6e]

        Handle sorting of broadcasters correctly.
        
        Change-Id: Iab46c26606880f0fa7c7067d8514b8be3629fe0f

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ba7b36a5601cb227aeab347e3c2944ece59438d]

        Retrieve and store broadcasters into data table.
        
        Change-Id: I107ccbbc61a5e8024f21a7a30fae9fea00c90bde

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e729c45b6cc9b1c8d683787aa05d670ac16efbc0]

        Correctly set the positions of sorted formula cells.
        
        Change-Id: I21cc7aa2cc521203f4da6f754a2ad7b4e985dd67

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4004ceeb39e14c6ef1cfef7925623ccfa02ecb35]

        Copy formula cells as well.
        
        Change-Id: I5f7e5747336c7104004083e4d23f621a00d4b494

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7fa63df57000b51ccc25a8ae62159521f727c834]

        I don't need this anymore.
        
        Change-Id: I03c52705979dd239ee90fde2406800c1a9c2809a

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f4a075728f62f0083a4bffd40d3c02265082d962]

        Avoid using SwapRow() when sorting.
        
        Instead, build a data table prior to sorting, swap rows in this data table
        as we sort, then transfer the results back to the document in one step.  This
        significantly speeds up the sort performance.
        
        Formula cells are yet to be handled. I'll work on that next.
        
        Change-Id: I59bde1a243dc8940411d1a33eef147671b060cd0

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [210507039bc768aa1cf7013a31700b524d90aef7]

        Have CellValues handle text attribute values as well.
        
        To ensure that the cell and cell text attribute storage stay in sync at all
        times.
        
        Change-Id: I5ea3fb7601f42f22af30f4f2d96d9d5e481e0853

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [97c0f88afc47b01fd5bf5a47ae92c9674e518fe1]

        Store cell text attribute pointers during initialization.
        
        This will be used later when re-ordering rows.
        
        Change-Id: I47504b49be11174b0002b1af1cbce9b8b7f2531c

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1dad03a80a1236aa643974ab49a3f4cc75ceec1f]

        Use boost::scoped_ptr for this.
        
        Change-Id: I5acdb7e55cb3dfeff880f1f361fed4a8cc4acd3c

2014-04-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [853a514d366cf5706ea259be5d0f58055c89d821]

        "your can" -> "you can"
        
        Change-Id: Iec2cdcdccb3c9a9771dd5f31f527ddccd470765c

2014-04-23  Thomas Arnhold  <thomas@arnhold.org>  [702f9c5176eebb95c5a1bfd31c1f256b79301b19]

        huge hrc and src file cleanup
        
        * mostly fallout from ui conversion
        * some completely unused defines from src files
        * lots of unused HID ids
        
        Change-Id: I976561205798db3d06ee139de6223f638e58f47a
        Reviewed-on: https://gerrit.libreoffice.org/9142
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [513a21aa6cf350c094289a7976de9e0cc0e7b4d4]

        Revert "sw: disable failing checks"
        
        This reverts commit e7646e7e389a6a8c6481bd75127207b5090b126d.

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [861db4c1656956c82bf21489c0068b996bb66cac]

        Monkey see, monkey do?
        
        At least, it makes CppunitTest_sw_ooxmlsdrexport succeed again.
        
        Change-Id: I05b9de5366b0e3d2007311d00991758b6d6f8dba

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [8485a276022e05bd34afb2321e72ecfad4589f7e]

        Change RGB "FFFF00" -> "ffff00" to keep roundtrip test happy
        
        Change-Id: I14e48d56b6f34be31a1580d448352b925f9aadde

2014-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7646e7e389a6a8c6481bd75127207b5090b126d]

        sw: disable failing checks
        
        Test name: testShapeEffectPreservation::Import_Export_Import
        equality assertion failed
        - Expected: FFFF00
        - Actual  : ffffffff
        - Attribute 'val' of '/w:document/w:body/w:p[3]/w:r/mc:AlternateContent/mc:Choi
        ce/w:drawing/wp:anchor/a:graphic/a:graphicData/wps:wsp/wps:spPr/a:effectLst/a:i
        nnerShdw/a:srgbClr' incorrect value.
        
        Test name: testShapeEffectPreservation::Import_Export_Import
        equality assertion failed
        - Expected: 1
        - Actual  : 0
        - XPath '/w:document/w:body/w:p[3]/w:r/mc:AlternateContent/mc:Choice/w:drawing/
        wp:anchor/a:graphic/a:graphicData/wps:wsp/wps:spPr/a:effectLst/a:innerShdw/a:sr
        gbClr/a:alpha' number of nodes is incorrect
        
        Change-Id: Ia21a96009137e7e68900ff0d3b61656a9a7b7659

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [358eb6fe532f82955f0e3ba6b699782145147322]

        Fix XPath expressions
        
        Change-Id: I5980ba6b77f8adfe9a57fd2cffd8034e26bb086d

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [63ccf3fb115fd8cd577150617a38a743f3ead9f6]

        Make assertion failures in CppunitTest_sal_rtl_textenc more informative
        
        I have plans to change the sal textenc stuff to use ICU so better assertion
        messages is essential.
        
        Change-Id: I764a317435b6bd7c88d6e42fcfbefb1ec9c308fd

2014-04-23  Thomas Arnhold  <thomas@arnhold.org>  [157b688cea73b81d6f4b200b6bc2f1623c216b78]

        some more hrc cleanup
        
        Change-Id: Ic1a99ef971168093835207dd084e50a4f02b5e5f
        Reviewed-on: https://gerrit.libreoffice.org/9141
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [2e963241d39e31b1d55552c77745e3fa3fa54c0f]

        coverity#708501 Uninitialized scalar field
        
        Change-Id: I5ca7c564e2ec79862a3ad522df61b24e44e9a16d

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [18aca55e1aa8649c12328a3ca8f40ca9b718f43a]

        coverity#708484 Uninitialized scalar field
        
        Change-Id: Ie9c3e5e6c39cc4c80b064088df5f3b8748819d7d

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [9ad22b866df5feff3dc0227ce45816e3b778f540]

        coverity#708481 Uninitialized scalar field
        
        Change-Id: I725a9c6a4d41502ffce1403dbe3f3822b93ddb4c

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [72b0a06fb2e8cc923955b690332cfe525f295a8e]

        coverity#708480 Uninitialized scalar field
        
        Change-Id: I1688dee1e6a7e6fd7c63a2580f3625e1414c5f89

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [14a86738287a2f5b66e89aa0a9f5cb66ce3e7f53]

        coverity#708231 Uninitialized scalar field
        
        Change-Id: I71190e7d5fe31e398f49e7bffba58c9a1818a9b3

2014-04-23  Luboš Luňák  <l.lunak@collabora.com>  [d58e34c8234f7dacc136092c280cc7808fdfb0de]

        make local function static
        
        Change-Id: Id9dccb63e335fdd771eb92e446c19c0ce128f335

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [6658367b2ee358417b602edfd5f0fb9d69e6caed]

        outdev/bitmap.cxx: remove unnecessary headers, fix SAL_WARN_IF statement
        
        Change-Id: I01e380cf87c6c18ebfc15b1f2a1055d100074991

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [3dbed9ac7a5200b5c7fbaba2114c3ee1e14af8da]

        Rearrange VCL OutputDevice bitmap functions
        
        Change-Id: I9bb6a5d123c35d3de2d2fa7b8a427c92f599afd7

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [d0ad5518013c4e5f263fe9f9ce67057122e8b2b1]

        Comment documentation error fixup in outdev.hxx
        
        Change-Id: Id03ffc9681b457d702b4d8beef4c8a3a52d1641b

2014-04-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a591848d41b4ec176a74a7f38ca0953d2ca30e7]

        Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxx
        
        Change-Id: I0eba1f88f607ba1faf40d8507bb184bdc88085be

2014-04-23  Luboš Luňák  <l.lunak@collabora.com>  [2bf2bc2c7f257a818f3f723780690450f1a22c50]

        make it possible to do 'make -C sw/' even with builddir!=srcdir
        
        The change in partial_build.mk assumes all the Makefile's using it
        are in builddir/<module>/ or builddir/external/<module> , these are
        differentiated by checking for ../External_module.mk .
        
        Change-Id: Iddc8fa2ec0842f181780f7491cf5a2244efd014a

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [129f9c4c39b37eaddbd51838627973744854bdf9]

        Fix start/endElement calls
        
        Change-Id: I82525020d148de276ece44406180cc59e759d93f

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [8c16cd5e2f9515b441f087238936a5ade2962dfb]

        nVerticesPos starts off six bytes into aVertices.pBuf
        
        Change-Id: I823cba772812d68a6c73fec6e35a232eb79dce8b

2014-04-23  Luboš Luňák  <l.lunak@collabora.com>  [e5261dbd9317fc249f5ea07be6e9acbb86d78a5e]

        fix broken tests from cf33af732ed0d3d553bb74636e3b14c55d44c153
        
        Change-Id: Ice31af80c3a837b2ee3a32ac973260476900ff35

2014-04-23  Luboš Luňák  <l.lunak@collabora.com>  [93ef2c3efa48bb1d71b0d944b149eb588f10c432]

        link to the latest xray version
        
        Change-Id: Ib4971227af78787cc98fc6b6c0def76871583dcd

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [91e6074c79ffc62e57568544c3d01f9b576b4795]

        Avoid integer overflow
        
        Change-Id: Id429ad5ebb9bd1501292756db45d9fac76f26222

2014-04-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [211637d575d717de8b9e9ed9bf6c4c29f8e8f772]

        ooxml: Preserve inner shadow effect on shapes.
        
        Reused most of the code of outerShdw effect. Modified an existing
        unit test to add a check for innerShdw.
        
        Change-Id: Ifdd77850bfd3b5fa250594469455b1b66c338611

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [14873da8c264cb3ca70d945f67c8d2e25add36ff]

        Check for short reads
        
        Change-Id: I55b9cec694623a3736a78b11b5fdde7d0edaf199

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [d0800e35d492b797968d4dd00b83ace4d9400a92]

        Typo fix: s/temporaer/temporary/
        
        Change-Id: I8f845323ccc6446fe74ef7c1f8d55c49ed070f53

2014-04-24  Takeshi Abe  <tabe@fixedpoint.jp>  [1ec836760853e9e220d471cf39f2533f0828f00e]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I047fd88a89900153089a55b6af123f11fb8bde55

2014-04-23  Andras Timar  <andras.timar@collabora.com>  [2ea006fb605b886f9c9426783e4edf0de46c9af8]

        fix sd layout unit test
        
        Change-Id: Ica34592788005cc3c96987b1c6c9625dd6359c76

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [2fd883932f2de94ed106485df9234a35d9ca517b]

        coverity#708017 Uninitialized scalar field
        
        Change-Id: I5dbb5bab307195f6328b5322b35385632f35aa43

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [cce9c76409affdec3960aa5d047de6fd68363e81]

        coverity#708016 Uninitialized scalar field
        
        Change-Id: Ibf3bd2befb30222d5a0998dd563ce90855c5fb8a

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [cffe7a15b09bf23b6aae7e919059e0e7f9b7131e]

        coverity#707880 Uninitialized scalar field
        
        Change-Id: Id58c2e45ba5043228da617eeb3bb84ef21d0f59e

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [c91e07e45bc5b742d7bfe8a572fb44682c78e2ac]

        coverity#707858 Uninitialized scalar field
        
        Change-Id: I098842dcf6bbee41d3ef9d2b17bcb94e2cc65bf6

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [ac3b825a3c282704c07c9faba1101c494b8ca204]

        coverity#707854 Uninitialized scalar field
        
        Change-Id: I06948ae34c55482405983b613d1ab44ba10ed905

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [7ad8842ca8d7cd4536d31fda3b3d7b9d31c8959b]

        coverity#707853 Uninitialized scalar field
        
        Change-Id: I6a406a990a114ba8c0d92b92bd4a5cb256954303

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [fb3fdc66b5656b62cf6111f7a5a80820b7a6c945]

        coverity#707850 Uninitialized scalar field
        
        Change-Id: Ib10e9265a6eaac8544fb6ee0cee0d606a83e15fd

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [8012b4a3408ba6b296b21ea3f6aba1a578e3d34d]

        coverity#707849 Uninitialized scalar field
        
        Change-Id: I614a25d3988f741a2744b9e7cb1e170ddd3b2dbf

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [f897842614886d0585660827a45298f1ed995917]

        coverity#707848 Uninitialized scalar field
        
        Change-Id: Iee18d10819ca351525fd121347ffd1478b502765

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [3e5e3defcffaac34350eeb609d9455d515b6fb09]

        coverity#707841 Uninitialized scalar field
        
        and coverity#707840
        
        Change-Id: Idf6e7a3f51ce148fd935b75fa63b931d9200d568

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [5de69f0ff2ffdf4fdd5e95a6398a60f68adb6cf0]

        coverity#707832 Uninitialized scalar field
        
        Change-Id: I49220146ea83b04371d80f94dbf1405b0a7aea9d

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [a22ca0f7e098af161969ce7aa29e1d0110e2a435]

        coverity#738811 Uninitialized pointer field
        
        Change-Id: I26ecc8bb911906681ec21174f703c536d9f9a83b

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [b7fde5468d179e4ba162baccd1fe56ff6d7a8e48]

        coverity#738636 Uninitialized pointer field
        
        Change-Id: I577775d6b7c2bbdbe8c6503b2454dbaec1dceadb

2014-04-23  Muthu Subramanian  <sumuthu@collabora.com>  [0833f4046a1afa77aeed97a131c5325c44be1bb3]

        fdo#64047: n#863021: Add set-all language menu.
        
        Problems:
        * Doesn't reset the spell error markers
        * Modifies only at object level
        * Currently has only setting for 'all text'
        * Maybe provide a current slide only option?
        
        Change-Id: I4695423fed3ed9422185b23803eedd12ef434bea

2014-04-23  Luboš Luňák  <l.lunak@collabora.com>  [cf33af732ed0d3d553bb74636e3b14c55d44c153]

        handle w:gridBefore by faking cells (fdo#38414)
        
        Docx's w:gridBefore means that there should be this given space in the table
        grid before any cells come. But writer requires tables to be rectangular, so
        the space needs to be faked using cells without border. So far so good, but
        now reality in the form of the retarded overdesigned writerfilter comes.
        The internal representation of table data (and not just one actually) is
        pretty non-obvious and hard to modify, seems to be modelled just to follow
        the parser data the way it comes. Moreover dmapper gets notified of w:gridBefore
        only after cells in the row have been already processed. So after futile attempts
        to add the fake cells somehow in dmapper I've eventually given up and hacked up
        input handling to fake input as if the fake cells were actually there (which
        was tedious to find out as well, but at least it's reasonably doable).
        
        Change-Id: I7107e13f28dd3f7093688782f64238167cead76f

2014-04-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [71b4af858ea698f9c3fcffdfc61e3f70a7b10f63]

        ooxml: Preserve outer shadow effect on shapes.
        
        The goal is preserving the shadow effect with all its attributes using
        the shape grab bag. This is the relevant piece of XML in the document:
        
            <a:effectLst>
              <a:outerShdw blurRad="50800" dist="38100"
              dir="2700000" algn="tl" rotWithShape="0">
                <a:schemeClr val="accent1">
                  <a:alpha val="40000" />
                </a:schemeClr>
              </a:outerShdw>
            </a:effectLst>
        
        In first place, we added members to the structure EffectProperties to
        store the effect name and attributes. Later, when we create the shape,
        we add them to the shape grab bag together with the shadow color (if
        it is a theme color we store its name and transformations like in
        other cases). Finally, we read back all these data from the shape grab
        bag and write them back to the document.
        
        I added a unit test for this shape property.
        
        Change-Id: Idda2d5e2970cb8563e2ed13a84b2fa2d4b99aa70

2014-04-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5d2826dacd073e3e99f668358060927751622d52]

        sal_Bool -> bool
        
        Change-Id: I08f37f3bfe7d14e10fb4383eae3d3469df7e707e

2014-04-23  Maxim Monastirsky  <momonasmon@gmail.com>  [46d04e8f99c66f34c38bf660b62bad03d00483f2]

        comphelper: Fix typos
        
        Change-Id: Ia016a20bb36104e18c90ee78c87a3c5fec56af20
        Reviewed-on: https://gerrit.libreoffice.org/9134
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-23  Andras Timar  <andras.timar@collabora.com>  [1e48bfcd7aa811d31ecdf9df897b30cffebd5669]

        fdo#76878 Revert "Resolves: #i116244# need to reset rotation..."
        
        This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [b5ac3468e8f186ad807bdd737d7a846320dc30c5]

        escape > and <
        
        Change-Id: I7bd33989f48e1698d268c802da1a16779a0fa91f

2014-04-23  Armin Le Grand  <alg@apache.org>  [e735b48e2107a0ee1a9553a6bc4d09d1d176b370]

        Resolves: #i63399# add to clipboard as URL only when...
        
        no fill and no line style, just a simple URL
        
        (cherry picked from commit a91b5943b2c971ff1e69f5c2da45b8a647562676)
        
        Change-Id: Ic8bd02c81663575355a0ca79e4987b5ef0e4a445

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [ebb728c9c01b5e86926381fa816cf69cb3eb1e37]

        add a 'format all comments' feature
        
        Change-Id: Ie9530f0f58b38d014beda60b9efba3ce93fe5c0e

2014-04-23  Olivier R  <olivier.noreply@gmail.com>  [43d68d4ea9075abf2984c32fd81cb40d1df84c6a]

        update wildcards in French autocorrection file
        
        Change-Id: Ieae973f8af940ce66479eae55c5741768d91dc72

2014-04-23  Noel Grandin  <noel@peralex.com>  [6dda3d45c902d64323a085ea1604a993521f313d]

        sc: sal_Bool->bool
        
        Change-Id: I70aad0b38979f45a313b8ac36890fb6c64d11bb0

2014-04-23  Noel Grandin  <noel@peralex.com>  [e32da7783686f088fa83cdae209bcf1c81d82f1e]

        oox: sal_Bool->bool
        
        Change-Id: Icddec34e91305cfc3f9d852472bb86eab4d8cb26

2014-04-23  Noel Grandin  <noel@peralex.com>  [2692047aacef7b4288f995ce6ff2db5e16b71014]

        lotuswordpro: sal_Bool->bool
        
        Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f

2014-04-23  Noel Grandin  <noel@peralex.com>  [ca56379f27c53d4fa015d7adbb9494186f506de6]

        lingucomponent: sal_Bool->bool
        
        Change-Id: I2bc4548574a3275f0839451e747687f924465137

2014-04-23  Noel Grandin  <noel@peralex.com>  [20c0e71b9d773c03c8c03755076e0d1ad109db6d]

        javaunohelper: sal_Bool->bool
        
        Change-Id: I60650a10cc561046c411791aa85cdb8956aa61ed

2014-04-23  Noel Grandin  <noel@peralex.com>  [1f2a47a6d39be654847c2bdde7605e08ad2fb78a]

        io: sal_Bool->bool
        
        Change-Id: I136c98cbe15d1c6629028392a9573066320b3a04

2014-04-23  Noel Grandin  <noel@peralex.com>  [e4f690b0389263c35f83fa8b58382c6518d00f62]

        i18npool: sal_Bool->bool
        
        Change-Id: Id73ee64dbf8586743f0e436e004e663a65d4548f

2014-04-23  Noel Grandin  <noel@peralex.com>  [fc06e00fd4ae2b82d827163e72eb6824e88dbd40]

        hwpfilter: sal_Bool->bool
        
        Change-Id: Ib35ed616fb6bb8829a97112b2563c1d1ef4c0747

2014-04-23  Noel Grandin  <noel@peralex.com>  [7651fbe98dac41496120c82d1341362dbe45a82a]

        fpicker: sal_Bool->bool
        
        Change-Id: I73fd5d0ad28185f53df66408e1e981a3d73482b4

2014-04-23  Noel Grandin  <noel@peralex.com>  [32efd885e5a36f3146f6f7d7b6cd6f2f5531e920]

        formula: sal_Bool->bool
        
        Change-Id: I3280b4d4b02e6a6fa22bc250e56a3c6ae77fc675

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [206e224fa78795f8e8f9a6a0362dbc973ec81386]

        coverity#708023 Uninitialized scalar field
        
        Change-Id: Ia78fdf5ddc075cf529e3fad8c910f4c29bc8eed4

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [78b17c321b3c9faa06ea8a5ac37feee7f4c8e729]

        coverity#708516 Uninitialized scalar field
        
        Change-Id: I54e09013a4ab375528f97f191b19f4b3c016598b

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [e7e3e27f1d88671e9c9697ad2dbc61883b617223]

        coverity#708519 Uninitialized scalar field
        
        Change-Id: Ib412af73771dd49967a4ef638b2b0e3b4df8b86d

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [a774c46673f6856e5d0c799b630954cf11de0935]

        coverity#708522 Uninitialized scalar field
        
        Change-Id: I1396d5f2f042e5500b61dc578a8d5089374fa8f8

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [055eb8ed0c946bfb2fb68762eab5a52917f1e3ae]

        coverity#708561 Uninitialized scalar field
        
        Change-Id: I5143af5be06312a131751d742d17be619e042d11

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [9f06e4bc3a56806061f759770f758ad3c7ddf09c]

        coverity#708545 Uninitialized scalar field
        
        Change-Id: I07bbda38cc030212e27505b92ccb449ba0c5c76b

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

        coverity#708544 Uninitialized scalar field
        
        Change-Id: I51c3dba9970049acbef4523de3cc968b2df1b408

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [8ff3dbb1c44467d9b71d22b78efa71f253f93cfd]

        coverity#708543 Uninitialized scalar field
        
        Change-Id: I7099e15a6526c4fe01a220422bb91d9fd70abc51

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [f2ac8d61165cf2a2e0a0369af553ff047e6cee24]

        coverity#708636 Uninitialized scalar field
        
        Change-Id: I7b80da16399a7f8f6c6b1b4f78d1e2a4ddc6f4b5

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [f54ddcc680b551ba8629a768cc6569ee3d012ca7]

        coverity#708671 Uninitialized scalar field
        
        Change-Id: I7bfd15318b80623f225a954bafd56d1d5b3ae3e1

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [af67b1e670e95582861d6f6537222a35cb07cab5]

        coverity#738625 Uninitialized scalar field
        
        Change-Id: I00119c518008570af19db0be8112807ef683050b

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [a86b6727d302c9b3336f09674cec9dbdb7e93183]

        coverity#738627 Uninitialized scalar field
        
        Change-Id: Id52cf54dea1b51ab3884618f90a01324b7451f76

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [942f6a65e1151612973c367c203d44066c8ed287]

        coverity#989723 Uncaught exception
        
        Change-Id: Iedfbc85972326c10f71f50816d7d806fd4b8bffd

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [064488221b546063d4567b83ca19dc904b31ab05]

        coverity#989722 Uncaught exception
        
        Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [bccc1f2078e19599c30087e57c89be3ff4bfa17e]

        coverity#989721 Uncaught exception
        
        Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [c27fb22432d5f817ceef7af2936bb276a305a158]

        coverity#707461 Uncaught exception
        
        Change-Id: I73d469744605e788c3b5710b38ef846a444cff68

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [18891c5d7d1a8039241bc07d26538faf524fad72]

        coverity#707380 Uncaught exception
        
        Change-Id: I630323bb7b371925541f466563562378c339be6e

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [caa5a3ae55965290b0122e73191de691acf23b3f]

        coverity#707379 Uncaught exception
        
        Change-Id: Icaf92098dd7c9b9b6094212d62f5209c63d823d8

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [7062961299eab7b2ba2444871a3faf09265d7662]

        coverity#707371 Uncaught exception
        
        Change-Id: I5b1de7ec2060aa4083a07c2ce250b47d798155f7

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [0bab690a4ad883e0872601bc4965bb9c0668fefb]

        coverity#707317 Uncaught exception
        
        Change-Id: I8ff4820f03311cb059da5e515d31d08239ac732d

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [06bd4e49ead2b7b195bfb1bd6ddccc29f7e6628b]

        coverity#707312 Uncaught exception
        
        Change-Id: I6fdd99892bda502f7cfab2acd53120834dd390c6

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [af705c172ef3fe18238489cffe0187ffff46a70e]

        coverity#707237 Uncaught exception
        
        Change-Id: Ic07c81ce1e7e85bf9579550be01c16c1a41525f0

2014-04-23  Caolán McNamara  <caolanm@redhat.com>  [3a374a50a2af3c11398d4de1b1a1e4a4eaf20fd3]

        coverity#707218 Uncaught exception
        
        Change-Id: Ia7ed41a0d0bfa24a64f6d140922c095de5dd9c0c

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [0c2dc8ed105413fb45d4744697cfb57f9bd9e4b0]

        RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effect
        
        Change-Id: I9004ec2229cd31fb899b23c8ce59f5fd49ac03a2

2014-04-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [92aab82bbb0f3089a9d7cd4911c8a7318f4f30d2]

        dealine -> deadline
        
        Change-Id: Icb4d18901caf020a61e516787a1553c3bd82327f

2014-04-23  Tobias Mueller (ideabox)  <tobiasmue@gnome.org>  [578680ff0e6573641e41625d5d56393b5b695539]

        ftnfrm: Translated comments from German to English
        
        Change-Id: Ib856322746efbb6e95ec899eaad93e63832c65ce
        Reviewed-on: https://gerrit.libreoffice.org/8948
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-23  Julien Nabet  <serval2412@yahoo.fr>  [b39ee2bc8f6df28f020ed13ddc7b39d208dfc7a5]

        Remove dead code
        
        See http://nabble.documentfoundation.org/Dead-code-in-escherex-cxx-filter-module-td4106079.html
        
        Change-Id: Ieb61955cc1c401e5149d3ffd6d0c56a7cff84eb7

2014-04-23  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [3d1046cfcd9594c2cd88b704f0425789d4a6da48]

        Fix of run properties of text box in nested group shape
        
        	- Textbox run character properties are change after roundtrip
        	- Italic case was not handled in textcharacter properties
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9096
        
        Change-Id: Ia38fcadce489ef0bfffb9bda402d13058cf6129a

2014-04-23  Stephan Bergmann  <sbergman@redhat.com>  [8b451b41d6034d82c696450017272f6c3094e60d]

        No need to set LD_LIBRARY_PATH for xpdfimport
        
        ...at least since this is now bundled code where xpdfimport resides in the
        program dir and has a proper RPATH to find the URE libs.
        
        Change-Id: I7103af2b13d7f38fd1e864cbc4d2719391e93e94

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [d02c53bcd0a77404a9402fa496bb3cadcb4c7d1e]

        Remove unneeded header
        
        Change-Id: I8d652f866a43a10da8561ad4659c8ae1c068ba41

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [dc17d5c6e467cc809a92c16bc688fb54f11b143b]

        Use our canonical header guard naming
        
        Change-Id: I06c9c55f75dc13893e29ec6cc96726a60c34846c

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [bb2f13b473f87ec75366dad5aa318b1e24893735]

        Avoid cargo cult rites
        
        Change-Id: I39fee26048d5b4ddb03217309b7117bef9ec4cd8

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [f420a49a76030b0cf4b38ba13f9630c212bc6418]

        Fix typo: s/potentioal/potential
        
        Change-Id: I13eecb1d4f79ec022228a95f9ce18ed667e4ef3f

2014-04-23  Tor Lillqvist  <tml@collabora.com>  [a26d592dab62842b97d25045ce8f88a9c068dc97]

        Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges"
        
        Is used in vcl/win/source/gdi/salgdi.cxx.
        
        This reverts commit 34fa29ed4c0fa73d3e07e62cb6ca2577ee115b35.
        
        Conflicts:
        	unusedcode.easy
        
        Change-Id: I0ee3c2bc0ec5649045ae415b44482f63da360634

2014-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [8708d30369685ba84a0b9c335fcaccd4814fa842]

        Rename OutputDevice::ImplGetGraphics to GetGraphics
        
        Change-Id: I4086978f2292538c458802a7fb56c0d3826f2def

2014-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [665bc42d7504c3896a485c8bab17b8eff7d119df]

        Rename VCL's ImplInitGraphics to AcquireGraphics
        
        Turns out, we don't try to initialize a graphics context, much less
        *acquire* one. e.g. Window instances can have many frames (subwindows),
        of which one some are really being used at any time so we try to
        "steal" one of the graphics contexts from the frame to use ourself,
        later on that frame will steal it from someone else, etc.
        
        Change-Id: I66d5dbb7015301bc2d2be51627061c91e1f2ee5d

2014-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [704e5abbe99b41859bb02d816ea1dc439180a5f6]

        Move bitmap functions in header, warn if calling GetBitmap() in Printer
        
        Change-Id: Id2325822730d3d9167706c8c4118eaa3ca727195

2014-04-22  Julien Nabet  <serval2412@yahoo.fr>  [1893ca5fd5fe66265af43473436b2943b35e1f2b]

        cppcheck: fix variable reassigned before the old value has been used
        
        Change-Id: I866eaf946d4cd8eaa8e4b8799ddac5e0d5dc59bb

2014-04-22  Julien Nabet  <serval2412@yahoo.fr>  [56f065b29995e7a44f661a158b1f56eb3983742f]

        cppcheck: Fix same expression on both sides of '&&'
        
        Change-Id: Iddc7ac546cbe105466278a733f5ae17451b9670b

2014-04-22  Julien Nabet  <serval2412@yahoo.fr>  [14d7aa76923bb046e4cca361c72eca817000342f]

        cppcheck: multiCondition, remove duplicate
        
        Change-Id: I8f819a1ab24ab9fa3a8ef7478f105620deae4aa0

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [8774a2b1279fcb43eb3cf821cadd3b969078cbcd]

        Let --with-locales prune also built-in collator data
        
        Effective in the DISABLE_DYNLOADING case.
        
        Introduce a new gbuild macro gb_Helper_optional_locale.
        
        Change-Id: I43eb39fa810f71cadb6bc6d5c117ae145629ecb9

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [f8fd4b70717ee2fc9a3b3f25ebf9e1b6a91a7a25]

        coverity#704968 Unchecked dynamic_cast
        
        Change-Id: Ifa12e220208d9a67213d1a58ab7e2b67083e2968

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [8e7ec95d7c461410477cc9eaed74c7269b50be10]

        coverity#989725 Uncaught exception
        
        Change-Id: I8904995c474146746623cfda36b8ddb81146070c

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [529215e4230189f9fa0ef68031c98203e09b5729]

        coverity#989724 Uncaught exception
        
        Change-Id: Ia3a74e71b95d263a4d911523d77fd6d8e65adc69

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [139dcea46bf3044697e857a9de0b59a4b943604a]

        loplugin:unreffun
        
        Change-Id: Ia7b5ac5ca28d80c353f1ccdce4b69838e584d811

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b59ca5c36fb684cae438917f559e97272293e26]

        writerfilter: fix indentation in rtfskipdestination
        
        Change-Id: I56a306baabdfb46da4b46c5e0c0ce2bbd2369e03

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff05b6b10094de3e27f9d200c0ccdbb2f6cc76c5]

        Remove unused basegfx::tools::equal
        
        Change-Id: I2fb3121c711dfdd1e2081681864a6f4753960a81

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d28f42838f6396f610d6a6d42eef8d3de6cf40f]

        Remove unused basegfx::unotools::homMatrixFromMatrix
        
        Change-Id: I92afab7cfae885dce76b9ffff0d98b8b9a39d85f

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [34fa29ed4c0fa73d3e07e62cb6ca2577ee115b35]

        Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges
        
        Change-Id: I8a8b7a5b47cd9e566c1b3154a527c78a8fcbd7df

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [81bce2dc7e55dba5314b9388d6eb803aa998091a]

        Remove unused basegfx::copySign
        
        Change-Id: I8e5e429b0f0b0cfa2dc65b8e57649bfa722b40e0

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [0c0fbc3f8b09017c490ae77794aad3e7417b9c23]

        Add a new configure switch --with-locales for restricting the included locales
        
        For now only effective in the DISABLE_DYNLOADING case, where it limits
        the locales compiled in to the i18npool library. Maybe should use this
        same option to also limit what collation tables etc are compiled in?
        
        Not expected to be used for desktop OSes, but can be useful for mobile
        platforms where every megabyte counts.
        
        Change-Id: If672b4cd19f44f8c7e119378faf40930a51969b7

2014-04-22  Douglas Mencken  <dougmencken@gmail.com>  [26c10caf5c0a1f6f4e90465d71a5d90352630263]

        CTRunData fix for exporting SPI stuff on OSX < 10.6
        
        Change-Id: I7ba23f0b03438cc8a71581cc503aedf46aad45f8
        Reviewed-on: https://gerrit.libreoffice.org/9130
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [5aeaba2e6592dab0404301dcef644144f82ffcbf]

        Resolves: rhbz#1089377 crash on loading a specific rtf
        
        Change-Id: I26864f3a2247f5d7184f395cfed91eaf92e36295

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ef141bb147fde7915c17b336cfbc3e7ef6e72ce3]

        Do not drop existing LD_LIBRARY_PATH
        
        Change-Id: I5b3599596dc40d1f88c075257c466b56ed73e795

2014-04-22  Vort  <vvort@yandex.ru>  [f61cdf6fa8c3ceb5435fadbe469fa55883c8b31f]

        fdo#71217 PDF Import: Fix importing of JPEG images
        
        Change-Id: Ic0902a3f9340d2d05be05d13d98f168879b4c3e3
        Reviewed-on: https://gerrit.libreoffice.org/9120
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [613699ebaf97e77c77e7bf2e90100be56299b550]

        Script to postprocess linker map files for iOS a bit
        
        Show the total size of code and data linked in from each library.
        
        Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [16b81b0dbf70876440b3b980b6f8c707126d1740]

        Fix order of CPPUNIT_ASSERT_EQUAL arguments
        
        Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113

2014-04-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [efbc6ba6af3db201e610abb93ceab61818b98d28]

        Fix regression introduced in f4e8bca336 when fixing fdo#74702
        
        I misread the original code and in OutputDevice::InitFont().
        Antialiasing should NOT be done for Printer fonts, and SHOULD be done
        by VirtualDevice and Window fonts. Unfortunately, I made Printer fonts
        do anti-aliasing and VirtualDevice and Window fonts did not...
        
        Change-Id: Ic38451da4ffdfa2e7a5412355f659bde03eae08f

2014-04-22  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f515609c725b754d687c0f98ef61e9b6c9ac9a4a]

        Kill unneeded include.
        
        Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually
        appear to be used for anything (possibly an accidental debug-output leftover?).
        
        Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [247cec2c119464dca7775c1a556cc2bfd59e0f8c]

        Bypass EUC and ISO-2022 encoding tables for iOS
        
        It is questionable whether they are needed for any document
        format. Saves 0.4 MB of app executable size. If it turns out that some
        document format that support is needed for actually does need these
        tables, will have to revert this then. An alternative, but more
        complex, way to save executable size would be to put this, and other,
        conversion data into a data file instead.
        
        Change-Id: I017e8f15626023af1344964be54c09fe2d937acc

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [fc0f5f654848f5a44f5f95a862916d57594fd045]

        Revert "coverity#1202903 Uncaught exception"
        
        This reverts commit 3716833635926fa59372a8274decfebd4dc498e9,
        DeploymentException is a RuntimeException.

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [60db3dae6cdacff0519e3f37186592baafb9e6b0]

        Use already found result
        
        Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ab9813eaea32b3456a37a283b74ee7be39c69a0c]

        Don't litter pCustomShapeTypeTranslationHashMap with dangling keys
        
        ...that are char* into temporary OString at the GetOOXMLPresetGeometry call site
        in oox/source/export/shapes.cxx.
        
        Change-Id: Ifd6533f9bd869b740a6b483f4a1f6e4860007b9c

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [55c832d86e6cb06e9d6423ce5e6245189bc80da1]

        fdo#77600 RTF export: always close URL's before the end of run
        
        In case the URL text has multiple portions, then MSWordExportBase
        generates multiple URL's anyway, and this helps to avoid loosing some
        direct formatting of the remaining portions of the paragraph.
        
        Change-Id: Ifd72741de610ce69b9ae0978aa8f9a532a3aeed2

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [5c6b74f24494a0426067dfcb54b7b8fb0e01c821]

        Keep MSVC happy
        
        Change-Id: I29f17634de46febbd50331af20a726b394c0087d

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [a2ec06ab9aef65ddea6c56019de6db0b7229b9dc]

        loplugin:saloverride
        
        Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [b2e4ea31ec0ff8505629a94c2ee85a6e7ba19245]

        Accidentally removed "s"
        
        Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa

2014-04-22  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [185c270e66d03d1f77beb8a8996393d023e818e7]

        Split out the IDocumentDeviceAccess interface of SwDoc.
        
        The interface implementation is now in the class DocumentDeviceManager and
        SwDoc has a member variable of that class to which the Interface's
        method calls get forwarded.
        The following methods were also moved because they are only used by this
        interface:
        CreateVirtualDevice_, CreatePrinter_ and PrtDataChanged.
        
        Change-Id: I0b0de6540f0c8635ce560381fb924a3d9cd50c0e

2014-04-22  anuragkanungo  <anuragkanungo@gmail.com>  [e2a349c19dd1f8e00ae677c26900938d11f13938]

        Refactor IDocumentSettingAccess Interface of SwDoc
        
        Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [28fc951233a58fb4d8515ed4380140aaee0afd32]

        loplugin:passstringbyref
        
        Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [9b7e3511b334ca905503ba69b52b4cc541963a91]

        -Werror,-Wparentheses-equality
        
        Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [848ff96d0b3ecca7d9d3c00924aa88bfa5d7d5d5]

        With tiled rendering for iOS there is no need for a "frame buffer"
        
        The resulting dropping of the basebmp code reduces app size by 0.7 MB.
        
        Change-Id: Id263873ed5c4bb2435d929a1319fedeedb6daa14

2014-04-22  Thomas Arnhold  <thomas@arnhold.org>  [aba9d4ba8bed2ea1ee4cf1da0984da62521bdeed]

        remove one more zero byte hrc
        
        Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8

2014-04-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e8f9388c323ad3c32cef3f91609ad19386b7d56]

        Related: fdo#77600 RTF import: RTFValue::equals: compare attribute content
        
        Previously only the number of nested sprms / attributes was compared.
        With this, the font of the bugdoc is correctly Arial, not Times.
        
        Change-Id: I351de414b6734336b31c1334dbd2349072f16002

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [88c3b4bbf005299203370efecbc09dd9d9d26a72]

        table not resizing when rows/columns added to it
        
        I happened across a presentation whose table didn't resize when extra rows and
        columns were added to it. It worked on a higher resolution machine, but not on
        a 1024x768 one
        
        Change-Id: I98a7a04bee0b0175174e6376e9ebc046b9eff2dc

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [432d735a1d4dbfd1558b95cc18edab1e677c7f71]

        update narrow liberation-fonts-ttf to 1.07.4
        
        Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae

2014-04-22  Thomas Arnhold  <thomas@arnhold.org>  [4461330f3adff852d35d40887cc7cb314bec4519]

        remove missing sc.hrc
        
        from optdlg.hrc removal
        
        Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf

2014-04-22  Thomas Arnhold  <thomas@arnhold.org>  [a30fc66dd2b646af71d26e14ed3af40f0f1f8b94]

        remove unused hrc files
        
        Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6

2014-04-22  Thomas Arnhold  <thomas@arnhold.org>  [aa39d211074cfd72d5f539b1a65e57017e1241e8]

        clean up hrc files
        
        Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37

2014-04-22  Thomas Arnhold  <thomas@arnhold.org>  [40064f479bbd8d7384b753328365e8770bda4fd1]

        clean up hrc files
        
        and remove some unused stuff
        
        Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [16e917643f4855125f5a872586b9841a677bb35b]

        fix namespace
        
        Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef

2014-04-22  Michael Stahl  <mstahl@redhat.com>  [d286ffc3adb5386651e177cbc23512436d89d35f]

        fix the getProperty case more thoroughly (related: fdo#77340)
        
        Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7

2014-04-22  Adam Co  <rattles2013@gmail.com>  [0fbc3a87f78663d9ace98221024f581d5e0c86d9]

        Boost Patch - Change '*b' to a variable, to remove GCC 4.7.3 -Wtype-limits
        
        Change-Id: Ic7bac90c9b77490c47e5ddd2005453290374b7b2
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [aa555c725b9529d5ddb61ae75b65942b4c35b47a]

        stray comma
        
        Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [0060649399eb130848a79b224ddc39a81721249b]

        coverity#708389 Uninitialized scalar field
        
        Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [d52b0640f413521a782673834f1142bcf3053e70]

        coverity#708340 Uninitialized scalar field
        
        Change-Id: I1ad1777492f94e7a4162382d9d68e0032aaee460

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [10382948e636072cd31900f8ae8c74f29887633a]

        coverity#708335 Uninitialized scalar field
        
        Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [bbe00527f0529ce8b2295df4a914a954e090c2d2]

        coverity#708334 Uninitialized scalar field
        
        Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [8a5dbd8c75b099ca50080237742ae72c34c3668c]

        coverity#708324 Uninitialized m_refCount
        
        Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [7b659719b0447644e0dbf39f5de3341673b6f392]

        coverity#708323 Uninitialized scalar field
        
        Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [8c432e5e5982f28c514bbfafb2d155720d0d5bcd]

        coverity#708229 Uninitialized scalar field
        
        Change-Id: Id8925dd1ef73ad0fa18ff3f103441f30ba7bb5c0

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [6320d1efa39152e8fe0e9ff2f49ecdca112b5995]

        coverity#708228 Uninitialized scalar field
        
        Change-Id: I742c2eeaa539b9e8557821e15910d0c739e51891

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [0526aa64c2eba08b218f3811866ab0cc507ac99b]

        coverity#708207 Uninitialized scalar field
        
        Change-Id: I8d74ddcf551e4a853dcf04a4ba1f33a46579ed06

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [be48b0eb62d730c3534c6950613e99157806d897]

        coverity#708205 Uninitialized scalar field
        
        Change-Id: I9facdfaefcfa79c56b1db9e62b861cf425d5726f

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [53d230c9e48ad3cf96c4cf6d8ed301cec906db01]

        coverity#708204 Uninitialized scalar field
        
        Change-Id: I0f54051e41b98275608e0056a587c9e7fbeee0dd

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [d1f47efbc1cd38feaffa681a43624693dabccbc7]

        coverity#708203 Uninitialized scalar field
        
        Change-Id: Id72f198b69a319b93a67f2e98a706f4e45fc576f

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [853f97410d005742d8c7093a721225069e104ac4]

        coverity#708114 Uninitialized scalar field
        
        Change-Id: I4f77230f64d90841cbf218b259dc1377d8658ba8

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [ec6531370a276a6247e95fa6ad481ec3c41a7e32]

        coverity#708110 Uninitialized scalar field
        
        Change-Id: Iab15f5bd188c404eec9633d23e5877ee6eab4b8d

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [626bd1dc06c82f78b5195f20694ae6741380f594]

        coverity#708109 Uninitialized scalar field
        
        Change-Id: I013b8b45751ec8a604fb9df941813e283e3b8b45

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [d361293f3cfc6725b7589dd900bb1e1ed1ec422f]

        coverity#708070 Uninitialized scalar field
        
        Change-Id: If5cf306f749f3996d9972bc2b0e71b4101c00837

2014-04-22  umeshkadam  <umesh.kadam@synerzip.com>  [255194801e9eb8e3aaede56837450af35f8313e0]

        fod#77122 DOCX filter: link between textboxes is not being preserved
        
        Added support for linked textboxes for docx interoperability.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9092
        
        Change-Id: I7db4f5a1783afff53c64908d182788b262f5e863

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [f12237c4c6239428b00dd4885a25bbc3b4f14368]

        More hacking on --disable-database-connectivity
        
        Change-Id: Iefa6b104c60464e5a0d793bd676d8ea7ff2727c1

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [e139290ca19b5cf00d1408925d918dbfddebe330]

        convert field assign address book page to .ui
        
        Change-Id: I4d97bd75df0c75af6b643e67350a1af738bd7538

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [87812e16c51d91e37bbbbbdf50aa30ceacc6807f]

        Updated core Project: help  373b6920afc9b78dc1af8859f20ac3b7a03eae17

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [b2e6ac535eb923336a99f9ebfcd4b50fce1790a0]

        Do not unconditionally throw NoSuchElementException
        
        ...this fixes 1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac "coverity#704274
        Logically dead code" and JunitTest_sc_unoapi.
        
        Change-Id: I20fc5262d6198fca1c7dfc970a7f8664c325aa91

2014-04-22  Noel Grandin  <noel@peralex.com>  [d83dfeb5e59c8f3de12d673b001a44001f644e7d]

        filter: sal_Bool->bool
        
        Change-Id: Icf20f23cb46ad3cb147d8c6a743f1d25a23fbca5

2014-04-22  Noel Grandin  <noel@peralex.com>  [5df6dcf747a36989a3891c855737fe9bdb206a36]

        package: sal_Bool->bool
        
        Change-Id: I05dd5070d0618ef7539b26c7edcaf01b0a84732c

2014-04-22  Noel Grandin  <noel@peralex.com>  [e4107bb8b7230c039e7fc76951bfb3634fe4b9e0]

        eventattacher: sal_Bool->bool
        
        Change-Id: Iaf760bc747bfd8e16a52ba2047b0be8178b740cf

2014-04-22  Noel Grandin  <noel@peralex.com>  [584e8c8c3c81c4e475905c687b377676334b393b]

        embeddedobj: sal_Bool->bool
        
        Change-Id: Ie3465a34963c768945b1ee7f5939ea1f233d3528

2014-04-22  Noel Grandin  <noel@peralex.com>  [c7d6d3d241473d43fb8f7486805c0cfda2d66257]

        dtrans: sal_Bool->bool
        
        Change-Id: I63fe7e02868842b888533ec9d13ce342fe772cf5

2014-04-22  Noel Grandin  <noel@peralex.com>  [133b4d9729ad4d0ab6ad854ab799e5ab6f785ba1]

        desktop: sal_Bool->bool
        
        Change-Id: Id2606a2024d62de1882da18a1e438fb626655ff4

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [9b0a75c7b15efe8942c88c5492db80f2b047d053]

        coverity#708068 Uninitialized scalar field
        
        Change-Id: Ia458cb74a0db51e5468645d1c386fd06d6c386b7

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [02c8ec2fb27d8abd0905d7548530b9439b890191]

        coverity#708066 Uninitialized scalar field
        
        Change-Id: I1ba5f9abf0f20373b4f719ea7ecd404d2fd2efa9

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [b08c87db567b471f79621e6929942deee6936984]

        coverity#708065 Uninitialized scalar field
        
        Change-Id: Iee7260e15ea0f25a2b415a803138d88c6be6e401

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [74680add8abb48cfd1536e7eced622bf8c27485d]

        coverity#708063 Uninitialized scalar field
        
        Change-Id: Ic643d3c5131d88a732d8b72d75e40b4a8a188e9e

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [acf018e6c2f2e49005962724670fe346dc55161c]

        coverity#708061 Uninitialized scalar field
        
        Change-Id: Ifa499fb78c17a967312521b75542158b56dcff66

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [f74938050455279982554c3ad3daa4d23c4eaeee]

        coverity#708060 Uninitialized scalar field
        
        Change-Id: Ice3fdf42c7b8692cd70da643333b9fa313e0eaae

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [6e7bebf381197cd592c8906759b221743f77f6d1]

        coverity#708059 Uninitialized scalar field
        
        Change-Id: If4fc4a05c7ab5414d08b08377716193cbe7432ce

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [4eda84aec936ad2f69e466b043e7324f7410c32c]

        coverity#708056 Uninitialized scalar field
        
        Change-Id: I1031b3125bc562fd30b3e6c9518367e83fe760c3

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [9e41835048d04609089b22a24895a21c83bd58d6]

        coverity#708074 Uninitialized scalar field
        
        Change-Id: Ifa887cdaacf5c3d711333f95f0b4c041932ce4f8

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [fbe7a6e1306afde784923a4f824fd0a105caf4bf]

        coverity#708075 Uninitialized scalar field
        
        Change-Id: Iecf2eceb3bc1da5d5cd81c37e4a3520d2686dac4

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [5cd3e4f7ea9372d443c4a323596758507350c0ad]

        coverity#708078 Uninitialized scalar field
        
        Change-Id: I06c2defdaaff4159954169ab3ad987988d68623c

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [05b8b34668944fb70e94b572ebcce985dc382a65]

        coverity#708080 Uninitialized scalar field
        
        Change-Id: I7741dd72a9ef065aed6b0bf1a0bc5be0f6fdba9b

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [9f3ebfe97f0e8708913c1384c4427d565f517c5c]

        coverity#708090 Uninitialized scalar field
        
        Change-Id: I9278e66067afadac09b11b0e4419cd804b88969f

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [9309e82bc6e4c530e83cd87cf950442dc8ac11e2]

        coverity#1202749 Bad bit shift operation
        
        these longs are really intended as x86 longs, i.e. 32bit
        
        Change-Id: I19b68556b0ed57cbcb59338f1d0b4174878fd993

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [54505496c24e6babe54570d42223e8da24f4ff3f]

        coverity#1202751 max huffman code word len is 31
        
        Change-Id: I7ef74df22a65c1de396fc9211ac1adefc48fe849

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [d2ce9699781f0722eea6817a31192380b617c207]

        coverity#703938 Unchecked return value
        
        Change-Id: I7bbd7b536227902b3692137340a21eb755aa5ed8

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [31035f0ebcb9f89a60ed8644b8b40ca33f242120]

        coverity#703939 Unchecked return value
        
        Change-Id: Ic19f4c41d3e0e32ae1ebffb690b821260d7e00d0

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [3df9783efa839f8c025891edb5cf9e9f12620d3f]

        coverity#703941 Unchecked return value
        
        Change-Id: Ifdc48318a21a1334da00b11fae62c9d25585793c

2014-04-22  Caolán McNamara  <caolanm@redhat.com>  [7ce02fbe19c2e5ff5288a68c6e7f6945170d33c8]

        coverity#1202759 Unchecked return value
        
        Change-Id: I5042340f7b320f5a07e9cad4a5cc8aa90646d688

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [f73af1733e963e84d04253980c816eb559a3546a]

        second test should be DataOutputStream
        
        ...as <https://gerrit.libreoffice.org/#/c/9007/> "cppcheck: multiCondition,
        second test should be DataOutputStream" found out for an effective duplicate of
        this code that got removed with the previous commit "Remove dead test code."
        
        Change-Id: Ib7b088f065def2d5e954837d22178521f85c49fe

2014-04-22  Stephan Bergmann  <sbergman@redhat.com>  [ed6b5ad3c54b4fb46313b791b2dd6eb625184fe6]

        Remove dead test code
        
        ...which apparently originated as some kind of duplicate of (also, but
        potentially leas dead) io/test/stm/.
        
        Change-Id: Iea749b44da2482835a08c6a21b62625836f8b643

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [043bbbf1988e8a5b719e0fa4cab9c576dc2deeec]

        There is nothing "new" with SwNewDBMgr any more
        
        Change-Id: Icbf3d5663a358bf31b58ab8086ffe9160c26bf8f

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [e15223582710e9e2e31fad2f557df6ee99501fd0]

        More hacking on --disable-database-connectivity
        
        Work in progress, still lots of undefineds when attempting to link
        TiledLibreOffice.
        
        Change-Id: I80fa330768d9f9fa9ef65e3693f1d777c0713210

2014-04-22  Julien Nabet  <serval2412@yahoo.fr>  [cf8946d10226272e8a0e6f1b1043b54d4b63db8d]

        cppcheck: Iterator it used after element has been erased
        
        Change-Id: Id0a0b026cd25f210df4bd821c2ca28edf3dee693
        Reviewed-on: https://gerrit.libreoffice.org/9110
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [e64adf61eb36e6999cced57a35b7cdd8d014abf3]

        I see no reason why <stdlib.h> would be needed on OS X
        
        Change-Id: I5a4f53874db43917c7522d03f0607078194c02a1

2014-04-22  Tor Lillqvist  <tml@collabora.com>  [b166e7af2bc3f6750b1f56adf004a115229d4c2d]

        There is nothing "new" with SwNewDBMgr any more
        
        Change-Id: I28c48be099ba680a5d6ea91981a1e1bfadff3f84

2014-04-22  Jan Holesovsky  <kendy@suse.cz>  [870ce1188ef7bfb6e57eed2894a20b2ea30b2225]

        gltf: Trying to re-create the temp path fails on Windows.
        
        Change-Id: I30a5e1f5d09458beeb06479337b83f8479d861b5

2014-04-22  Jan Holesovsky  <kendy@suse.cz>  [fe5dbe3847838aae3dff246451969eba4c3decda]

        libgltf: Make it link with freetype on Windows.
        
        Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9

2014-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f72d53c05b823b8baaa29c452d09243e52afb5a]

        Enable libgltf on windows as well
        
        Change-Id: Id878bacc86facba34f77bde2fbbfd78b0a426c39

2014-04-21  Michal Horak  <horakmi@gmail.com>  [a62d76b0d1815b848b28f3d097fede1fa9be6365]

        fdo#47800 Fixing manifest files in cs autotext libraries
        
        Update: Deleted CVS dirs from crdbus54 and crdbus50 libraries.
        
        In czech localization of LO, there were missing autotext libraries,
        resp., manifest files for that libraries were empty.
        
        So I create correct manifest files.
        
        Also in those libraries there were some useless CVS dirs
        and MANIFEST.MF files, which I deleted.
        
        Fixed autotext function I tested on LO 4.2.2.1 Win 8.1.
        
        Change-Id: I2e7ed4811e90a05b13c6007809877713ac4b6279
        Reviewed-on: https://gerrit.libreoffice.org/9109
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [d6da95cc26c588c9cef33b61049557cb1ab8a153]

        Include tools/helpers.hxx to allow the use of FRound in outdev/rect.cxx
        
        Change-Id: I1691c4fa5dee3d9cbabc939682a39c4c7befdd4c

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fed8934575662d20d72facb0cccc429b830fb44]

        Make OutputDevice::DrawTransformedBitmapEx a public function
        
        Change-Id: I978ae6c5d1ece54828cab8624c20c7b6b6630c21

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [55f736a2bfda37a36ca747b1cab1333f909f6d55]

        Merge tworect.cxx with rect.cxx and rename functions
        
        Change-Id: Iad6109a353181759fa64e48a82a003f785d0e58c

2014-04-21  Luboš Luňák  <l.lunak@collabora.com>  [abe1e852a232e3bdab7b9177d099fe3929f5a4aa]

        handle properly page breaks even if a page contains only a frame (fdo#55381)
        
        The test document has 4 pages which only contain frames, first 3 pages
        (sections) have <p> block with <framePr> and another <p> with just <sectPr>,
        and the second paragraph would be removed, thus there would be no nodes on which
        to actually set the page style and they would be set on nodes for the previous
        page, overwriting its page style. The last page does not have its own <p>
        at all, so it needs to be faked.
        
        The changes in finishParagraph() are because of e.g. the comments-nested.odt
        sw test, which there causes exception because of unknown property ParaStyleName
        (comments do not use those it seems) and the code is skipped over (which
        is probably a bug on its own, but it's unrelated to this change otherwise).
        
        Change-Id: I9d37f992407a9b649c710d2a031ec4447fb11771

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [d44067e9d70bda3f282c5387c374623922a88d83]

        Fix wrong function names in bitmap.cxx
        
        Change-Id: I542282cd4757c3d841f8e2b48847ab5d5ba1574e

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [89f5a775e816eea1cbc443509719dbbf31583538]

        DrawTransformedBitmapEx - fix accidental rename
        
        Change-Id: Ic13a4ac4ca3b4ed23c0db9bc6894024f7b2d959a

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [a75e11cb700b2992559bb6d01116b85982d178e2]

        Make TryDrawPolyLineDirect a public function of OutputDevice
        
        Change-Id: I24a571080ad7301c86065e75560b94091120ce0b

2014-04-21  Tor Lillqvist  <tml@collabora.com>  [a65a48f713f2227991a2650d228ef6c15e708ca6]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: I1c3721a4d44c882c749903c15f05666a74c725a5

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [38d636a5acfd76355c048f07f7b890c8373a8ff4]

        Added missing clipping.cxx
        
        Change-Id: I2dcde25b98004be4f0f45ad3d7e258daee3ca42b

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [67d4ad765c560e932400624d611801b40de6a562]

        Move OutputDevice clipping functions into own file
        
        Change-Id: Id1bfa4c6db202597107de3047326fe1bd17f2387

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [0347aecfc7bb72db1d4feb90d8323012cd1ae521]

        Reorganize outdev.hxx - mainly map functions
        
        Mainly moved map functions into their own block, however I have also
        done a bit more reorganization. Quite a bit to go, it seems...
        
        Change-Id: I041d91c9b96066f5f1e11bd82968c2712988e5f4

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [f9fa335da091c12ddf5f7eff37230e9bc6ae7012]

        Move DownsizeBitmap from gdi/print2.cxx to outdev/bitmap.cxx
        
        Change-Id: Ib10024fe92ae364d31082177724be718d426fe26

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [3f52bc19d508863267ca09c761dc08f773da48bc]

        Reorganize native control functions in OutputDevice
        
        Rename lcl_* functions in nativecontrols.cxx, also renamed
        outdevnative.cxx to nativecontrols.cxx
        
        Change-Id: Ie9a362f09cb5044e486086e7d890ae433f7dddc6

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [31ae9995759c42844aede3f6b66812350f3bf640]

        Group OutputDevice masking functions together in outdev.hxx
        
        Change-Id: Idde02b1456ab23e2479f097bee018f9d6398f003

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [77675447a8e9c61353c2b34d6f60bfc616c1269c]

        Rearrange OutputDevice line functions
        
        Reorganized OutputDevice line functions - several of these functions
        should be private. I have renamed the following functions:
        
        * ImplInitLineColor -> InitLineColor (made this private)
        * ImplPaintLineGeometryWithEvtlExpand -> PaintLineGeometryWithEvtlExpand
          (made this private)
        * ImplTryDrawPolyLineDirect -> TryDrawPolyLineDirectNoAA (made this
          private)
        
        I also made a small code change to make bTryAA more clear, and also
        change (bTryAA && TryDrawPolyLineDirect(rPoly.getB2DPolygon()) to a
        nestied if statement.
        
        Change-Id: I90e8083d69b715912bf0ad1d400bc355f3501981

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [ce224a70a83d11f6eedea68b3bb8318e2e36f64d]

        Renamed function ImplHatchCmpFnc to HatchCmpFnc
        
        Change-Id: Idcb2b3c1ad1830bb781b5a9a0527dd2a08ef2b18

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [b302925d075ff377d58eee609e02017e35292108]

        Reorganize OutputDevice hatch functions
        
        Grouped hatch functions in outdev.hxx. Renamed ImplDrawHatch to DrawHatch
        (allow C++ overloading to work out which to use), and renamed
        ImplCalcHatchValues to CalcHatchValues and ImplDrawHatchLine to
        DrawHatchLIne.
        
        Change-Id: I7be62ec1754864424f6c158ab70178606ccbf1b1

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [f749ffbdf4c007f1a42bcafc9c2723c47bac22d1]

        Move DrawImage function location in outdev.hxx
        
        ... also slightly changed the overload documentation for DrawBitmapEx
        and DrawBitmap functions.
        
        Furthermore, DrawImage() should never be called from a Printer
        instance, so warn and abort.
        
        Change-Id: I0de65a5d7bd8249fcd14d844faf74477d490cef5

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [0d6bc7001d3f4ff9e5118b5425b9f2f8583507ed]

        Rearrange OutputDevice's gradient functions
        
        Rearranged gradient functions in outdev.hxx to group them together,
        also renamed ImplGetGradientSteps to GetGradientSteps and
        ImplGetGradientStepCount to GetGradientStepCount.
        
        Change-Id: I98ea0d177531e50b9bdc097df15cfb93d26474e7

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [655443b42db070ced84fffd7ce1bc23ab67f28e8]

        Reorganize OutputDevice bitmap functions
        
        I have moved the blending functions from blend.cxx to bitmap.cxx, I
        also renamed the function ImplBlendWithAlpha to BlendBitmapWithAlpha
        and ImplBlend to BlendBitmap.
        
        I also grouped the functions in outdev.hxx - BlendBitmap and
        BlendBitmapWithAlpha are both private functions, not public.
        
        Change-Id: Idfaf8826341172bb0288473c643afa51a03b0580

2014-04-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [46ef186fae90dba5696f91855c97c7370afcf905]

        Remove extraneous line from DrawBitmap
        
        Change-Id: I21c9d27edad8fe3ea223149b276d46dfb989ec89

2014-04-21  Thomas Arnhold  <thomas@arnhold.org>  [97a5ba4a71c39207859556296ed46dc474762164]

        remove comments why a file gets included
        
        also remove some commented out code
        
        Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d

2014-04-21  Thomas Arnhold  <thomas@arnhold.org>  [8847724ca96199bd628558ba4599d697bce54c3e]

        remove old comment
        
        Change-Id: Ibf4fad9879c90a62f258c7bce13ba1ba671d13e9

2014-04-21  Takeshi Abe  <tabe@fixedpoint.jp>  [1a5457a11c062be8c41cc00813c092b78aa42b8b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I4b2b439615db0ff4598f405d1e339eebbff7ae91

2014-04-21  László Németh  <nemeth@numbertext.org>  [aa8820bdc2c5d22c46119b2afcea0466951745de]

        Updated core Project: help  4a202ac51e3cfda0dc2e52392e394bf51f185f38

2014-04-21  László Németh  <nemeth@numbertext.org>  [022e351c2431e0260220a51a54d576f49f789ebc]

        fdo#77603 new wildcard in autocorrection: .* instead of *
        
        Change-Id: I04700e742239c97de39cf502fd8b0845b03c4e3a

2014-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdb9807a10885efdf71b0f0654ef79d8113bcabf]

        writerfilter: fix indentation in rtfsdrimport
        
        Change-Id: Ibecedba7a8a6e6b3218f64aefdd05897a6612a71

2014-04-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [164c89b5f463e1bb50bd409b51c0657f694bea5f]

        coverity#735765 Unchecked dynamic_cast
        
        Change-Id: I4a1bf64267d36ff4b3b7cf0ba2cc23c52ec2d36e

2014-04-21  Thomas Arnhold  <thomas@arnhold.org>  [9d2977d0a36b0c793ef7e08007e91787a61ab7c7]

        remove some more bloat
        
        Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c

2014-04-21  Thomas Arnhold  <thomas@arnhold.org>  [f86ec3beba8f7fbea4f6da6bf8c692673d75980e]

        clean up src files
        
        Change-Id: Icc01c860871cd15ed4a8e261c770b44ae88aa89e

2014-04-21  Thomas Arnhold  <thomas@arnhold.org>  [9a8bb1ec3fbfd59a8ed1d1485d88bdbf923c409b]

        remove commented out translations from src file
        
        Change-Id: I2cab3d18913e7d7a4e5c89a391e5d9158effc037

2014-04-21  Rene Engelhard  <rene@debian.org>  [58fdcd262bf3476b6917c71e76ca6e49d0978c5f]

        blind fix for hppa bridges
        
        thete's no call.s, but call.cxx, add call tp "the rest"
        
        Change-Id: Id6552ba8fda0196b3ec8483d1edf490e6afb0ed2

2014-04-21  Rene Engelhard  <rene@debian.org>  [18cea6b8f8a928f8aad95c3c724f3163009c62c8]

        fix reportbuilder*jar install; it's reportbuilder, not rhino
        
        Change-Id: I8b64b384b8f959c48e01bee8034c2fb046df75b0

2014-04-21  Rene Engelhard  <rene@debian.org>  [aa16cd40066236a34542a472b2be55a2b8ba50f0]

        fix --disable-coinmp
        
        we need a AC_ARG_ENABLE for it
        
        Change-Id: Iafdbcbb56674c6813c9b3601aab9d5832c7e2977

2014-04-20  Julien Nabet  <serval2412@yahoo.fr>  [596173781eda1a418545231d369f586e13a0ccdf]

        cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dup
        
        Change-Id: I2bd9c7d4824ac1b216256ef56a4301873afcfc5d

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1517ad79f36914d63553b19e9a4ff39d0884408f]

        Try to fix build
        
        Change-Id: I0defecfe7370a3b2ebabe27b707952c1c192e077

2014-04-20  Julien Nabet  <serval2412@yahoo.fr>  [80915b8f21f0745cd4de2c4bb72fba24a0ffebcd]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ic24715d86b3f822babd236ac73c041f3a5c1d92b

2014-04-20  Julien Nabet  <serval2412@yahoo.fr>  [664c175e33a04f36e8af8a4a5e885542d2e22f7a]

        cpplint: invalid UTF-8 + punctuation
        
        Change-Id: I31871db6f344e90c54ed9efb51b9576cd36d9fa8

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [910638a560bb50123e0b92d560a30e9594ff0937]

        convert select type address book page to .ui
        
        Change-Id: I94c0ed3385e64f854875f62c32adaa066d3b1ead

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [00d001c6d2c9e8f092b0a5b4b9d8f9c47f34d3db]

        Updated core Project: help  715548464de91abebe16c2574252121528a38e80

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [4530406b7ffcb231f2585a4d5d535629558d9837]

        coverity#705533 Unintentional integer overflow
        
        Change-Id: I24a9310471bdcfc91080382b3c637982788e68d7

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [dfeadd06cead27f5f5af857f8c89c1d953fc0c39]

        coverity#705538 Unintentional integer overflow
        
        Change-Id: I50f0701bea8f2f2e00a6b1396ba7cfbf5e0bd00c

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [49b981c6b248e00ae3a6e28dd568920a6149cf75]

        coverity#705541 Unintentional integer overflow
        
        Change-Id: I6fbafabe98de3b168a8f79c4c2fde4a4537f6eb1

2014-04-20  Caolán McNamara  <caolanm@redhat.com>  [b1c167b4f5606a46c1bf484628332e8c6eb021fb]

        coverity#1078601 Unchecked dynamic_cast
        
        Change-Id: If8e69fa6ec433be7bc8c8f67a6de55537f7201bf

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d8920e6d1de0698f7c132d74cc34e2f1021c6fb3]

        Make OGLFrameGrabber work
        
        Steps of grabFrame
        - Init opengl context
        - Call libgltf to render
        - Get a RGB buffer from libgltf
        - Create a Bitmap from this RGB buffer
        
        Additionally:
        - Using mimetype is neccessary to decide which player to create.
        - bAllowToCreateReplacementGraphic is unneeded.
        
        Change-Id: I7fef043a3341771389144a4f4cac71b0862ef8a7

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [78609b36e0d61bd5535cfdc1ab2f1e0e59505042]

        Patching libgltf: shader character buffers are used as c strings
        
        Change-Id: Ic0c2bd47ffd5bf2d12e2201063ca688712a5f9b3

2014-04-20  Luboš Luňák  <l.lunak@collabora.com>  [cadf6cc31ffa000d1fe8e42cc3e6cd427e0104bd]

        adjust output file extension when exporting (bnc#870581)
        
        If foo.odt is open, 'foo.odt' is the file name passed to the file dialog
        for File->Export to PDF (simply because it's the document name).  If automatic
        file extension is enabled, the file dialog will fix this to the PDF file type,
        but if disabled, the default filename will remain foo.odt, possibly overwriting
        the source file if the user is foolish enough to confirm without checking.
        
        Change-Id: I46504630b5f4e489d5a0cedf0b2b358305763722

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4652d11862f1e3b30edc455f55fc8e215eae6c83]

        Try to disable gltf support on mac once more.
        
        Change-Id: I863829590050ec6d19957969aee8cda4515df894

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [68617a21a26a3cf9daa35b1f31f3b8f4aa56ddd0]

        Disable gltf support on mac until freetype build problems are fixed
        
        This reverts commit 68baa264a5c36f99bf946fae92e0faef53b737f3.
        
        Change-Id: Iea889a3188783f6c0d853f04e2b43442e0a692cc

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [68baa264a5c36f99bf946fae92e0faef53b737f3]

        Try to fix mac build: use -arch flag to configure freetype
        
        Change-Id: Ibc1fb03405c3dc0df952f96ecd9b2a4438c9c627

2014-04-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [04fc3bc91190e5bc34b82d690bebd734f1e7d962]

        writerfilter: fix indentation in rtfvalue
        
        Change-Id: I40edb3980fe9cf9e88a7bd75b542dc44509fd74b

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [084e656d0ec2ee24f8dfda1345e5716c29d78d7b]

        Fix build: missing glm_headers
        
        Change-Id: I55fe269365d00592e11f2f6ec263561538436211

2014-04-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c1baaddd8feac01fb2da48c140d4a96c201d7213]

        avmediaogl: load all needed files into buffers for gltf rendering
        
        Change-Id: I00fe209f3b0061dd67240eb1a490fb62530ffb55

2014-04-20  Julien Nabet  <serval2412@yahoo.fr>  [0db1e713bde4b16604c2f564fdc785ba0b467242]

        cpplint: [readability/utf8] Line contains invalid UTF-8
        
        Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c

2014-04-20  Tor Lillqvist  <tml@collabora.com>  [4393bd096c377897cda0b1199ec19d74f42f6132]

        WaE: macro is not used
        
        Change-Id: I32a4874bb4be9741b509c5781cd90c17a3e97ab5

2014-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [4916dd570fb7bb5447f1d63fba46ac0b3a10dd14]

        Move VCL function SetAntialiasing outdev.cxx
        
        Change-Id: I10f2fd5715d4781b68cb70c3a8df9ce37dc1e821

2014-04-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [31792ca5a2ac093bd922723acc2b07ed225e5eaa]

        bump product version to 4.3.0.0.alpha1+
        
        Change-Id: Ibb3533f58f780ace2acdc710e257dcd4ef4717cc

2014-04-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b3f45c7cabd859dd69a754cb5c87d28877ea6a91]

        Updated core Project: translations  e3821ba029d6e69b786157d13984ca5af908bb31

2014-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [ffce13a5e48e193463be65b569af2e4f22d17926]

        Move VCL text line functions from text.cxx to textline.cxx
        
        Change-Id: I3adea9cd08c86f676e6af525e5a7caf430c96d8d

2014-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [588bb542bebdee5a67bd4695253c70646fb8a303]

        fdo#74702 Only VirtualDevice should handle the Word ext lead bug
        
        In #i60945# it was discovered that Unix's leading external font spacing
        causes problems with the display of documents. Therefore, the reference
        device implemented a workaround, which was to set the spacing to zero.
        However, the reference device is a VirtualDevice, so it should really be
        handled there, not in OutputDevice. I have added a new protected function
        to OutputDevice, GetFontExtLead() that handles this.
        
        Change-Id: I1b84ee7d9f7ae96841b441b52705e67c8115ae5c

2014-04-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7f62b44458fb27f8aca652436aeafb5e033264bd]

        java home for JDK 1.8 can also be found in registry
        
        Change-Id: I0179696962c300792f75bf41171514be3ddaa76e

2014-04-19  David Tardon  <dtardon@redhat.com>  [f6de3b71410a0a8140d52fa4ce4255ff17ceaab3]

        coverity#738628 Uninitialized scalar field
        
        Change-Id: Ib14384f8212ae03bee4bb5ea9746681287323be4

2014-04-19  David Tardon  <dtardon@redhat.com>  [60df2f153b5f6a06523082a1f07a670494b97c05]

        coverity#738629 Uninitialized scalar field
        
        Change-Id: Ic3bed7a422ba2073a32aefc6d44a7a4908fae8e0

2014-04-19  David Tardon  <dtardon@redhat.com>  [bb27930f0e53a422e63a2ac9ffa73823f4dfbc74]

        coverity#738940 Uninitialized pointer field
        
        Change-Id: I467c9ad530b376fd2a23110e4ff157ad03d23d57

2014-04-19  David Tardon  <dtardon@redhat.com>  [caa5c53e7d8725b15725c4ad0f5073463693a45f]

        coverity#982450 Explicit null dereferenced
        
        Change-Id: I7097ce6ffc86038966a2f436300f49b51ff81977

2014-04-19  David Tardon  <dtardon@redhat.com>  [45a11701ffd18a1c616bbe7ebf36335d85db9c07]

        make sure nEnd is after nBegin
        
        Change-Id: Ic3cf41b21755c5f1e795ed3acb97ff83512b7613

2014-04-19  David Tardon  <dtardon@redhat.com>  [7ea7ae1699d5b6c6a09d9227fd072868e58feb89]

        coverity#1202818 improper use of negative value
        
        Change-Id: I2b5fed2f9f9d6a4aa6a8087843fa1805c2d1ffe4

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [c9e2ce548b218cca2b29060b62bcde66778391fb]

        WaE: Unreferenced function definition [loplugin:unreffun]
        
        Change-Id: Ibac16b109d9024a75fc6045d5d55fb5d21eee70a

2014-04-19  Julien Nabet  <serval2412@yahoo.fr>  [254ae249247c0e4484ec48c0d255c66a341c7dfd]

        cpplint: [readability/utf8] Line contains invalid UTF-8
        
        Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951

2014-04-19  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3bc517828a10ca9ef4c76afbd8538f0fc9a62034]

        Disable gltf support on windows until it has building problems.
        
        Change-Id: I6469c4aa0367a420079c0862e7db40064189a78a

2014-04-19  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f333d58e73ac39b48ae655fd9e123a4ca77f1562]

        Introduce a new building flag to enable/disable gltf support
        
        Enable it by defautl excepting android and ios.
        
        Change-Id: I7798661ad7e470ad1eb91060ec21ba1de3979a4b

2014-04-19  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cda58f93811a932a4cd28cedfd6606a01d03e89d]

        configure.ac: remove duplicated flag
        
        Change-Id: I95ee315fe1c10ae95ea0fe940eca4c06a6326447

2014-04-19  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5f6fd413a301d58c50ccb1b7558d78477e0105df]

        avmediaogl: build depends on ENABLE_GLTF instead
        
        Change-Id: I03d0d7c0446b6316e388ae717aded6bb7dcc88f1

2014-04-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [e6ac418db5a1714bdbfa743e3432dac8b8728693]

        Upgrade doxygen configuration file
        
        Change-Id: Ia53ef2130c03f36909f4ee47a60077fe74e0f481

2014-04-19  David Tardon  <dtardon@redhat.com>  [cc9882b9a48122251b464d12f5cf8210db1e49d4]

        coverity#440822 dereference before null check
        
        Change-Id: I3531f200c00f27fd2109041b58969ccccb7465ff

2014-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1339fa3fbe0d25cb08c438a6915ced41d3414294]

        coverity#735764 Unchecked dynamic_cast
        
        Change-Id: Ic7dc70c1052f5ab04a3e1795549ca43e2e0f2587

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [04937a6154ccb99a71a0a6ffac764e8e92ded1bd]

        vcl/source/outdev/blend.cxx - indent function in anonymous namespace
        
        Change-Id: I0a82c500b06531ecce35984d7dc588bb9f7dbd04

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [eef0dd74e3158ae881ef37ddde49b3bb809b5831]

        Change ImplDrawAlpha to DrawAlphaBitmap
        
        OutputDevice has a public function ImplDrawAlpha, but that just draws
        a bitmap with an alpha layer. It's really a public function, though
        not yet used outside of OutputDevice. However, the name should really
        be the same as SalGraphic's function which is DrawAlphaBitmap.
        
        Change-Id: If2716c1a1a194079d6514a1d30d8b05f9fda664c

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [896526dec395e679f4145428328b690b0c81df52]

        fdo#77667 Remove gcc3 workaround
        
        It appears from previous commit log entries that GCC 3.3 and below had
        problems handling instantiated objects as parameters. Therefore, we
        don't need this aNullPt, so removing it.
        
        Change-Id: I8f88067628078e5b57ed76b8b7dfdb76baa3b2ea

2014-04-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [bde1e4dce3e036d2265e22910156ca6345b596ab]

        writerfilter: fix indentation in rtfsprm
        
        Change-Id: Id81cb97033e616acf071f386630b49ccb83dfedc

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [2d786ef2961002893d532a7d2087055857e51c17]

        Refactor OutputDevice::DrawImage()
        
        There is a fair amount of code duplication going on here. If no valid
        Size is passed to the function then we should pass on Size(), then in
        the function we call we should check to see if there is a valid size.
        In fact, this is something we should probably check for anyway, so if
        anything this makes the code slightly more robust.
        
        Change-Id: If7b55e5505ada6739375c69b123cf1e34a0fa66d

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [fa801a69a2660a15bffe409f422364c011c7534f]

        -Werror,-Wunused-result
        
        Change-Id: I8ec20e6a391bd835097af9be44a174e8e7b19cce

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [3176bfdc3a872114d290e2de3cc19f30d9e70b88]

        Remove gcc3 workaround here too
        
        Change-Id: I5626c31ebc2c2a1a3946e88f30c64b5442284842

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [8bb2ce61c03886d8b323288dc92d74fc1e45da4e]

        fixincludeguards.sh: some smaller dirs
        
        Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [e9f918cefc0183f6a7322a427b6eaf8f37615e21]

        fixincludeguards.sh: sw
        
        Change-Id: I2b0625453ddc1c4cc2fa1626efff07beda17caf6

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [56de7aafcbe6b1547ef7da13f4fbb89b931a0556]

        fixincludeguards.sh: include/oox
        
        Change-Id: Ie0aca6c4fdfa4b7e4a902983c751a6d13d85f230

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [c12bc7f8949b6eda629ad48218c7cc19f8f767ee]

        fixincludeguards.sh: idl and idlc
        
        Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [72a416bef846a5e0e6b2814db963082d338c41f3]

        fixincludeguards.sh: slideshow
        
        Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [d75f773f6231de25339d53afae167f5e83b33a1d]

        fixincludeguards.sh: package
        
        Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [edf23912c5dbdadd532f0965dade97b71962e9bc]

        fixincludeguards.sh: lotuswordpro
        
        Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [4cd139c313737066d02ac3c735feaa2f7001d365]

        fixincludeguards.sh: ucb
        
        Change-Id: I6a5994003cef7ed1672002933a5240160cff559d

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [3305073e6d6f4c491b0e0322b5208cb6edb8645d]

        fixincludeguards.sh: improve regex
        
        handle the following expression correctly:
        
        endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */
        
        Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [f400bdce03262d2a5f3fbf34897c5ddde153152c]

        fixincludeguards.sh: extensions
        
        Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [2dfd63991607cc3388cbdc1de745c34d9102804b]

        fixincludeguards.sh: sc
        
        sorry, huge one...

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [436f9d16c4b2535ebf927e4fb56c3b7bfee9e509]

        fixincludeguards.sh: reportdesign

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [55c70634b891c7da7a0e1606cc0b498b7cbc9d71]

        fixincludeguards.sh: xmlsecurity

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [9e83bdb7134a8b3f400fb5a79b247e33ce426127]

        fixincludeguards.sh: writerfilter

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [888057cb5c2b7a349c69ccaf22714a43f0e75430]

        fixincludeguards.sh: connectivity

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [b4285a90d8cf9361381d5b5c4dddf2f9d57f10d3]

        fixincludeguards.sh: basic

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [479a012429c4a431c4a680c282c01e5b9e09bf2f]

        fixincludeguards.sh: basebmp

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [5973c2d34a10ff5140626c2a2555925f69e7a3b5]

        fixincludeguards.sh: basctl

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [c98eef78f66cbcc57b23e10df4334fe4889417fb]

        fixincludeguards.sh: accessibility

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [ff154adfdc11a6fc8363169af164e760d86b0643]

        fixincludeguards.sh: comphelper

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [0882cc667551fbc7db66936584f3ebfbc7640141]

        fixincludeguards.sh: formula

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [ed81c7fb25259deb8196383278edc262e55aa4d5]

        fixincludeguards.sh: cppu

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [f05861de995f8d4edb1a97c616d050f55ec04c32]

        XShapeDumper: add modeline and some corrections

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [7a924a43336aa67e46be0859345d3a423c2ba848]

        fixincludeguards.sh: include

2014-04-19  Thomas Arnhold  <thomas@arnhold.org>  [4c2a736360a810199e8748533022ac38446b83ed]

        fixincludeguards.sh: add some more types

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [f79c283c535148c793781c23f22fdf8b41dab377]

        Unify IOS/OS X code in OutputDevice::DrawTransformedBitmapEx()
        
        The way that we apply the alpha mask in DrawTransformedBitmapEx should
        be handled in the same way, regardless of the platform. As it turns out,
        the OS X/iOS way is quite correct and, as a bonus, the code is far more
        clear. There is no need to do things differently, so let's use the OS X
        approach.
        
        Change-Id: Ib0ac72ddc549367462e84639b74e4bb148128cd5

2014-04-19  David Tardon  <dtardon@redhat.com>  [58be5bad6c602d9417517dc18b1eac209ee92347]

        another blind fix for windows build
        
        Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [1a043545906f2b272fe80ecfa992b599284b9432]

        Move headers that are private to toolkit there, then
        
        Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [6a579871d93c05630986f7d67bd670287ceba6de]

        If it has been "not recommended currently" since 2007, it can go away
        
        Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [652ef6e3131358e9d83dc45d2cbd90bf207a3aaf]

        WaE: unused variable 's_pAccessibleFactoryFunc'
        
        Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [53f5865c07d3a73ab81fd78337e246cddc08a914]

        Bin the now non-existent dtor from the class definition too
        
        Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [b1b11e3272b6205f60597a6129084f4f3e130ce1]

        If it has been "not recommended currently" since 2007 it can go away
        
        Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815

2014-04-19  Tor Lillqvist  <tml@collabora.com>  [c654ff404229ebb76c1e0c11d7fca6d931a9873f]

        WaE: unused variable 's_pAccessibleFactoryFunc'
        
        Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [9ad131f3c9980a7135653f187170f9ffb0fb59d8]

        fdo#74702 Allow Window & OutputDevice to handle erasure
        
        Window handles erasure of backgrounds for controls. Probably this
        needs to be moved to a more specific class in the future, but for
        now it should go into Windows.
        
        I also removed an unnecessary temporary variable, and removed the
        need to case the pointer to this from OutputDevice to Window. In
        other words, this code has been vastly simplified :-)
        
        Change-Id: I44b91cf68f29424ffbc1679b66fbeaeb024880e9

2014-04-19  David Tardon  <dtardon@redhat.com>  [1c0f94abb59296ec9e686dd3ea6b2cd963923631]

        blind fix for breaking windows build
        
        error C2556: 'sal_Bool MNS_InitXPCOM(sal_Bool *)' : overloaded function differs only by return type from 'bool MNS_InitXPCOM(sal_Bool *)'
        error C2371: 'MNS_InitXPCOM' : redefinition; different basic types
        error C2440: 'initializing' : cannot convert from 'bool *' to 'sal_Bool *'
        
        Change-Id: Ica225dd47e8d90833ce56c0bd4ee38e5013196f6

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [52f296ac1a77cded6d4318a5f5d13bbf1c4f6877]

        Remove gcc3 workaround for bug long since fixed in gcc
        
        Change-Id: Ieb1c41481a79ab8713663caee3d5373640ff0ec8
        Reviewed-on: https://gerrit.libreoffice.org/9102
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-19  Chris Laplante  <mostthingsweb@gmail.com>  [4afb2a6a95fd7ca09542fc128cbb00dd9708b81c]

        Finish removing ASCII art from sw/source/core/text
        
        Change-Id: If845234120236f35edb57c767b5debc046e85864
        Reviewed-on: https://gerrit.libreoffice.org/9101
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [891e6a0be8e835edb102ecb272debe9c4e00b8e8]

        fdo#74702 Allow Printer & OutputDevice to handle font orientation
        
        Printer handles setting font orientation differently to how a Window
        or VirtualDevice handles it.
        
        Change-Id: I2903b971651fe56f8d262d3467e76baef617455c

2014-04-19  Takeshi Abe  <tabe@fixedpoint.jp>  [9ef07c55bc2803423e6b79aa45f9a1b44eb59c63]

        This file seems unused since the 20th century
        
        Change-Id: Idc26e03d51e37adbd23fb3c77d8ebe63ed8c3de3

2014-04-19  Julien Nabet  <serval2412@yahoo.fr>  [d70a358db32340f42dcb0d9b1308754fc31f23ad]

        cpplint: [build/include] "svx/svdoashp.hxx" already included
        
        Change-Id: I28b1dac22a3cc4ea7b087aeed98c81ed48240c3c

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [a7ee8316f7503db89874ee44daa56edf8e3e027f]

        non-desktop: Avoid accessibility.
        
        When using the tiled rendering, LibreOffice provides only the content, so no
        need to instantiate accessibility.
        
        Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [ba419888d0de6b31f598f2faa9cca1e1f75a53fa]

        accessibility: Move AccessibleFactory to anonymous namespace.
        
        Change-Id: I19a9e0a9f8b15936ee5e7da5d64d39a6c7adc793

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [1d93b5d125dc2889c813835332c462861ebeb26c]

        No need for the extra levels here.
        
        Change-Id: I6e408fad50c907094431138adc74e59514885912

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [29d5ce2d88732c12c986d3b7991897043a7be576]

        sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.
        
        Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [b731d71c67b864b61f5c08e219140be59c473f53]

        sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.
        
        SFX_IMPL_INTERFACE previously looked like a function; where in fact it is
        several methods defined at once, and only the last one has a body.
        
        This is extremely confusing and hard to read; let's kill that nonsense.
        
        Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [8c3ab6093afad91f7dcb7b674adb257be9530ca7]

        sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.
        
        Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [2df21aa91b72ed54728f7508a958d58afa42a543]

        sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.
        
        Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [72d8c94dface439aa32928fb042a4793165f4158]

        sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.
        
        Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [f4d61eca610140670e483407c9b87acdcd9a9c17]

        sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.
        
        Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [1a1daff34e23e6b6c25975675a1f1a5a4db6ff08]

        sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.
        
        Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [9f83ea4bc61c051473aeaed9849cba4627aceadb]

        sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.
        
        Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [7acb27081c6da9fc0ae64f4d145d8744c81d4b0a]

        sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.
        
        Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [2be92a9d4e5255963af5261c7511003626831be9]

        svidl: Unwind SFX_SLOTMAP_ARG, and kill it.
        
        Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [62256ea10a5b7d2b554902780fbb3be12a8d07b3]

        svidl: Unwind SFX_ARGUMENT macro, and kill it.
        
        Change-Id: I61334b687c251ccc90f125e8bf95f8689028b8c3

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [6b1f81267882d3a5f48ccc12426e8df1af3eff06]

        svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.
        
        Change-Id: I7c4902a4151f207d8a61b76d05fad74a4c8854d4

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [e7f3d21ef0cb1b4bc1b957e473755ee4130eb5f0]

        No need for these to be statics.
        
        Change-Id: Ia5fef528b7bddae3c6615d5064dcfcf02059f0ec

2014-04-18  David Tardon  <dtardon@redhat.com>  [d5556631e9acbd4af310e6300f4442ae9ab3b5da]

        this test apparently does not need pyuno
        
        Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af

2014-04-18  David Tardon  <dtardon@redhat.com>  [a72fb7f912fcf4e6ca5ef17406c6b08aac2c1f73]

        don't bother with _for_build here
        
        The tests cannot be run on cross-compilation anyway.
        
        Change-Id: I89afe30067e3f06fe090e529e6072c79ea696038

2014-04-18  David Tardon  <dtardon@redhat.com>  [859e42a98fd73c84edc20c87868d50747a2da123]

        add missing dep
        
        Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d

2014-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fa632a57b7fcbc0a790fc6615174f25b7f640713]

        fdo#77088 WMF - replace 32-bit min/max assumption with const
        
        Added RECT_MIN and RECT_MAX which represent the minimum and
        maximum value a Rectangle object can hold. In WMF we used a 32-bit
        assumption what the min and max value could be (0x7fffffff,
        0x80000000) which causes problems on 64-bit systems.
        
        Change-Id: Ic62daebbc2708cdeb7b0cf7b694bd9940eb98313

2014-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9ea483e8a90ad377a7e1146647da3466a78c4c18]

        svtools: valueset.cxx - use scoped_ptr and clean-up
        
        Change-Id: I91528f55af39faccfe1bf95999ac29669ead0aad

2014-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6b6bf85661ccf80a6166585e02d36e42e2613955]

        Cleanup valueset.cxx
        
        Change-Id: Ib0a27d8d3a3e974f73e7873ad8baae4721f6fb87

2014-04-18  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f91f731235c01205e48a49fc0549bb50075380d]

        ScImportExport clean-up, German comments
        
        Change-Id: Ife16a0e787a03c1225218356572c2fd929a0c63c

2014-04-18  Luboš Luňák  <l.lunak@collabora.com>  [1139d618b8bc6ab823a96184bd0f0257980aad24]

        handle strange brightness+contrast adjustment from msoffice (fdo#38410)
        
        LO uses basically the formula "newpixel=(oldpixel-128)*contrast+128+brightness",
        i.e. contrast is applied first. It looks like there's no "oficial" formula for this,
        so a formula that applies brightness first would be ok too. MSO for some weird reason
        apparently uses a formula that applies half of brightness before contrast and
        half afterwards (insert funny political correctness or compromise joke here).
        While the result is the same like with the LO formula if only either brightness
        or contrast is adjusted, the result is different if both are involved. Just modify
        the image using the MSO algorithm if this is the case.
        
        Change-Id: I55fe8f395832685b90f024cf2f58b0797c1ba588

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8afabd394214bb7c772c88b08ec3cadb56771cce]

        Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelper
        
        Needed by gltf rendering.
        
        Change-Id: I1aa974f3c515c5fb19a07b54ff655331138553cb

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9cf12d7544d501e6794cfbb6eabf508603d59966]

        Patching libgltf: character buffer is used as cstring
        
        Change-Id: If0213fc5406ec9cbdc72be36ffc693fcbbf8ffcc

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aee75b57f042159d7a82734595cdce5a7903431b]

        avmediaogl: use a create function for player
        
        Change-Id: I4c2cc6e99f84a5e4fe78b179891a03e50485056c

2014-04-18  David Tardon  <dtardon@redhat.com>  [e43c823599afc02109faf8753be31cc8f496c096]

        do what i meant, not what i wrote
        
        Change-Id: I266e9ba3fb72489986d7d8cef4cb59b8c09dd51f

2014-04-18  David Tardon  <dtardon@redhat.com>  [dbac8f5a075a8e39068d5e21ab63de224f818eca]

        restore deps on bins from bundled projects used during build
        
        Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d

2014-04-18  David Tardon  <dtardon@redhat.com>  [8dd3739ad57645dfd199ede9fe0fa4018dcd7f4d]

        Revert "python depend only working under windows so"
        
        This reverts commit 89f6ff4c296de5e61d5bfb0cfef55e482839e227.

2014-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b6e4d471c2954d34d280398ed1c986d7fb27ae1]

        fdo#75735 RTF import: fix COW when writing a nested structure
        
        Regression from a48e2fd9049797110b3b2505c363557284987ca8 (fdo#44736 -
        convert RTFSprms to a copy-on-write structure., 2012-12-07)
        
        Change-Id: I2538f440e29cef6d40db2ea914e4afcbfe411890

2014-04-18  David Tardon  <dtardon@redhat.com>  [fbcdc3ec24e107736f4952b3d42504f9f8035b63]

        fix deps for PythonTest
        
        System python can be used for build even if the bundled python is
        enabled, c.f. --enable-python=internal vs. fully-internal. We need to
        use the python that is used at runtime, not for building.
        
        Change-Id: Ia1cd0b787d23645ce469e6975d90f01239256b9b

2014-04-18  David Tardon  <dtardon@redhat.com>  [1961b699400f09f5ae83dac105a1ba1f6334db53]

        order-only dep is enough
        
        Change-Id: Ie040f95a92eb2fc3b68e5310103388a01cfd4fdf

2014-04-18  David Tardon  <dtardon@redhat.com>  [3f2d15387da499f465e3e345dc7b97ecf296c65c]

        add missing function
        
        Change-Id: I911d1131a91f0a5baea3324c0d48cb4fa5c5c344

2014-04-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49fa9c93e1245439724641b2668f109d1f494511]

        use the visual studio project file
        
        Change-Id: Ie0914715676830f073cce869183d8db6260fe208

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [89f6ff4c296de5e61d5bfb0cfef55e482839e227]

        python depend only working under windows so
        
        revert 6980da37549d9ae0a89812aeccfa5365c9f7a9b9 for the moment
        
        Change-Id: I1c6e6d74bee6d3008e32c48c0da4a7faf90c8f60

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [14137bcf7305eb9d06cbfb33cf5a951fd6b9e416]

        create an entry point for .ui-ification of the address book wizard pages
        
        Change-Id: Ief87c7acacb08ee1debebea5085e9de208f29445

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [58b76a188368f0035e5654657f3bcd90fba2543f]

        add ppm regression test
        
        Change-Id: Ifd5f68a3b0dec16f8d992f75fba8c9920700f351

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [4008c660821ac79983cfd409b12164abbc136415]

        add some jpeg format tests
        
        Change-Id: I17347c638b5c6c72e740aaa995339a8ff33609bc

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [3f4cd87ff104edadd0ee69f58b972781d9c0306a]

        add a Pict format test case
        
        Change-Id: Ibcbb275d6c6a19b3e8ef86c9ab8d5da038d026a6

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [a684161be397e61979ada3b6495741c5273bcaff]

        add a Sun raster format test case
        
        Change-Id: I0e6885b6d9fa23ed4cea2ff4f7b26599fdc368dc

2014-04-18  David Tardon  <dtardon@redhat.com>  [1a02692e7f87047e294e5a6699915227380fd60a]

        test for enabled python is already handled by PythonTest
        
        Change-Id: I23ada017f4294fbd34e9b245d012700021914881

2014-04-18  David Tardon  <dtardon@redhat.com>  [6980da37549d9ae0a89812aeccfa5365c9f7a9b9]

        move pyuno ssl test back to check targets
        
        Change-Id: Ib256217aa014693c73b233a4d8be4c0224287739

2014-04-18  David Tardon  <dtardon@redhat.com>  [e661730ed0b4145ec25486ddccd8b0a52ca261b3]

        PythonTest must depend on bundled python stuff
        
        Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d

2014-04-18  Jan Holesovsky  <kendy@collabora.com>  [4d3455e06e03363c1c46d2251e25751792659cd2]

        non-desktop: Avoid instantiation of huge amount of 'shells'.
        
        Change-Id: Ic179924f437dd9197a0839f23ee4ba39a8a62f34

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [99ec48b163b560f057b78a317906908b876ff15f]

        fix build problem with ambiguous InitFont
        
        Change-Id: Ib2fa1dd8136e489765e80f174fcf21d7110ec3c2

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [8b7aff3d430649eed279a81984cb6f5c8a1a4f66]

        Unused functions
        
        Change-Id: I6c1f8dc33e3ba3257044889d7aae1223572590e9

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [d7aef2407a0d9e8ff3bf72e198feb55a71307733]

        Add silly workaround for weird Clang (Xcode 5.1.1) problem with -Oz
        
        Change-Id: I4fc5997504d3fb847518317abd5bf80fda4467d5

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [37466b015d549b630e3965e371cde5c9dbe4a45e]

        Include the newly required custom shape data files
        
        Change-Id: I3a83be864819a0dea98263ca399789ffd007f405

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [634979bb51163f072e09a1cbc7fd9b414f02e1e3]

        Let's try to use -Oz after all
        
        It gives such substantial code space savings. We will just have to
        work around the few problems it seems to cause.
        
        Change-Id: I31031dfea049c7d28624c76ec8999976d9383df6

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [17f082fe00983c3ef1a5f71611c9278cb16dab20]

        Avoid C++11 solutions from libgltf code
        
        Change-Id: I097798a52157fc688ae520a7f3a0dda84000e20b

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9b9f1a5f0642a8ccffb67bd53dc18025f99950c7]

        Fix android build: fix condition
        
        Change-Id: I5e20375791f038b38ef079712204a1afed07c39c

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [71e71d4b5a9e8f92fc6cdb743d960145600aee46]

        coverity#1202830 Out-of-bounds access
        
        Change-Id: I25edea176b69c1c1f87bdbff790a39298a813660

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [635823696f07956dda22bcc584bd4a133476710c]

        coverity#1202785 Division or modulo by zero
        
        Change-Id: I5ede52be101a7603d4edad30b7a1f8ee0fc4b07d

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [12c0d40f82edb6bcc49cb3aa537fade6277047b8]

        coverity#1202784 Division or modulo by zero
        
        Change-Id: I982b72abd92584b9ed97de593c17f2cf0b8b3667

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [902cafe656a017b996e72313274e412bfa0ba838]

        coverity#1202783 Division or modulo by zero
        
        Change-Id: I183416ad3db39108e52c1e69b60fb547448b21a8

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [b061dbd76bc3a09edd42b5e580a80ae93d62eb1b]

        coverity#704523 Division or modulo by zero
        
        and coverity#704522
        
        Change-Id: Ieccd4c4e16a14ea68f8b4879232924a1d05e29ea

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [5741e67a00dcaa6864089f44f09b65daca060ee8]

        sigh, unclear how to make python tests depend on python
        
        Change-Id: I28884169cb633d2aa9ad11d4b31ab9424776b0f1

2014-04-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [f4e8bca336ad8b26cc9ba9e6d5ef9d665cc164d6]

        fdo#74702 Allow Printer to handle ImplInitFont and rename
        
        Renamed ImplInitFont() to InitFont, made it protected. Moved printer
        handling to Printer class.
        
        Change-Id: I42ebf6188d075993b5d2e14f55a7e530201acdd6

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [62fd63050c355b06b449e58134fa482866102134]

        Integrate libgltf for rendering gltf models
        
        Change-Id: I7c30dbcf276052c01bb15f3b8c77a2406260aa7b

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [fb46a354250fca80fbbfac20128551fd1c530747]

        tweak the other one
        
        Change-Id: Ib85724173c0bf6d45776d5407220a415da9c591b

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac]

        coverity#704274 Logically dead code
        
        Change-Id: I211f24d34a0fc9b3efb6f575eb6884c334733969

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [211b04ed4f0ada2fc9d8cccdc15db3e00c4e3cbf]

        wait until a bit later to run the import ssl test
        
        Change-Id: Ic18917ce16b27b35347c19d6b9fa5889dc00f2d5

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [2756299d43fc04f32a24c1d8cd236d3249643067]

        coverity#1202953 Uninitialized pointer field
        
        Change-Id: I7d0950873bed5bf9fb83cb72419c9b46555b23ae

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [7d0f4ec68d0f6954ffd5f55afd8adf8b2a3c7a08]

        Related: coverity#1202953 unused pIPClient member
        
        Change-Id: I0fb8f207e8b41563dad9cc4958abecce125742da

2014-04-18  Chris Laplante  <mostthingsweb@gmail.com>  [a74f0cd6a7dad15982bcdbc048cc2712ed8b976d]

        Simplify the AttributeOutputBase::OutputFlyFrame method.
        
        Change-Id: Iac3b1b627728d5268ce7633904af9113e3127be2
        Reviewed-on: https://gerrit.libreoffice.org/9006
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [d7ae4dfdf0c254361d012aefed203a59638c3e3c]

        map the modules and special names back manually
        
        Change-Id: Ie80e2ef74932b9dd46b2f709e181c00aac4d4f9c

2014-04-18  Mathias Michel  <matm@gmx.fr>  [fa8e3464c8760dcbd774a9fc8d79e9489a7c1bdf]

        fdo#67350 : sanity check utility for help ids wrt ui files
        
        Change-Id: I2407d7b0ccdc592fde3da073a6ee2d40537fbe5f
        Reviewed-on: https://gerrit.libreoffice.org/9089
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-18  Chris Laplante  <mostthingsweb@gmail.com>  [bfefe114e11d155abf0785a3b2c887fcf4077199]

        Rewrite getHash to reduce code duplication & improve maintainability.
        
        Instead of each case block repeating the same operations, we build
        an intermediate vector of entries to process.
        
        Change-Id: Id111d7938a7802f6f016c2a0d1be0cb062a32110
        Reviewed-on: https://gerrit.libreoffice.org/8912
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [f38ccdcc5bf5792a242bf20b282748007160d6e5]

        coverity#1202962 Uninitialized pointer field
        
        Change-Id: If400eda10e0b6367c58431c528b84a95a35b76f9

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [d1b2a6f63731a77f40ee1561f37a3805a99cac15]

        Thanks Badaa and Jiayanmin but we don't use in-line commit comments
        
        Change-Id: Iff5f70602e8451ea2b8432a58804bb38156d6b46

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [23f15c5d4806ca570e81c8e9c95a3158197cb84a]

        Don't inherit from std::vector
        
        Change-Id: I9a37097d2d1e6d0728e2d465d0aa9355583dbdda

2014-04-18  Chris Laplante  <mostthingsweb@gmail.com>  [d8f8c8aa4544e2a0e7e3c43764080d5fe0effacf]

        Begin removing ASCII art and useless comments from sw
        
        Change-Id: Ic367b2ebca1a766c830ccd44a84274d86be4f080
        Reviewed-on: https://gerrit.libreoffice.org/9090
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-18  Vort  <vvort@yandex.ru>  [efaa53bc980c92054ae39f4317b8acc607fd6a34]

        fdo#69051 fdo#72028 PDF Import: text fixes
        
        1. Set font size not only on text span, but also on text frame.
        2. Some copy-paste from Draw import code to Writer import code:
        2.1. Set frame's auto-size properties.
        2.2. Set correctly line joins and caps.
        
        Change-Id: I6beecfb50aa7f45d20cc3cb3740e415172394638
        Reviewed-on: https://gerrit.libreoffice.org/9091
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b6cbb15026e2df1e985f19c5bb723f64a26f2658]

        Freetype is needed by libgltf on all platforms
        
        Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [ec95e6a17c591bff6c0582c304c1beeb1efe141f]

        add an import ssl test
        
        Change-Id: Ia2dad214e6a224c979a8664bfded7d2caffb221a

2014-04-18  Rajashri  <rajashri.udhoji@synerzip.com>  [a7f68538f5f27093b8165e2e8fce3f7fade3aaf9]

        fdo#74150:Numbered list getting display after RT -table-within-table-1.docx
        
        Description:
        For pStyle = 'NumberedList1', iLvl and numId was not preserved.
        These tags needs to be preserved under numPr in document.xml
        These tags are preserved  now.
        
        Conflicts:
        
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ib6734c9ae55bd72d4fbc0f6d6cae85764ac1a244
        Reviewed-on: https://gerrit.libreoffice.org/7767
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [e404080a60cd419f4403fbff16a178a878c54df5]

        add a testcase for CVE-2008-1097 bmp
        
        Change-Id: I3b1b315654fbb2a35785a87540f7da03d2d7301c

2014-04-18  Ariel Constenla-Haile  <arielch@apache.org>  [d8db205e7fdedddee10ac81a32a28df1e0ad6c56]

        Resolves: #i124706# Consider the toolbar alignment...
        
        when executing the PopupMenu
        
        (cherry picked from commit 46d6cabf120e6c1cdf4b01548f435a5ae6f72ae2)
        
        Conflicts:
        	framework/source/uielement/popuptoolbarcontroller.cxx
        
        Change-Id: Icfccdd35c1849ea00a1ea706aedac25de794bbf6

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [42dd5615429e6273e9169a4bd941ad56fec1e6f6]

        Related: rhbz#1088625 PresenterPaintManager seen as NULL
        
        Change-Id: I3b7ba51d48ebc5f9304f6125de0595d41d50ad4d

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [8773d9695845913bea8c969309d95e6cb585328e]

        callcatcher: update unused code
        
        Change-Id: Ia88d83a209113fa4c351c0300d407da0c71baeac

2014-04-18  Caolán McNamara  <caolanm@redhat.com>  [1de199cdcb17cba7e39dd5411c6e5048a0571600]

        fix higher debug level build
        
        Change-Id: I3b5ba865f43a93b3a293c1dbe3a50e6fbd36adea

2014-04-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [3168756d6e34e7dc86eacafd54905e5a527f2bb2]

        Remove now unused oox::drawingml::CustomShapeProperties::PresetsMap
        
        Change-Id: I25a713094089f4d6df9fbb3ce9e5015ea66eb34a

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [17196e613b61e4f5ae3b714006dd2f449c75188d]

        OUString: constify and remove a temporary
        
        Change-Id: Iac24bd0de87dd97e752760ee54f40433bda1db41

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [eb011eea8b1c1553fe73d4ceb557446a5b54e685]

        Use SAL_N_ELEMENTS() for array size
        
        Change-Id: Ifcdeb47b5481ca6c16cd5eb6eb35858e7b2261c5

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [6618a52c1bed51236d85355cb35b20828ad750a6]

        Use more proper integer types and constify
        
        Change-Id: Ia1da4606c9c159741d5bb5f0e85750737ad7486d

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [1decd1ef25cf7c2fde6e28b72462dc19ead89601]

        OUString: constify, remove temporaries and concatenated appends
        
        Change-Id: I7333d32a437a75a3fe9728591217258a2fa6c5e3

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [a6f8de662e0e03e3ac2160823dc02b84fa6ba091]

        sal_uInt16 to int
        
        Change-Id: I8a27d7fc2cbdb3093e7955b80642675dc9b8ab55

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [c6ba1deab0f04c05e8554caaf563c4349a4005af]

        Group common code for csv generation and simplify OUString handling
        
        Though writing data incrementally without building the whole line would
        be more efficient.
        
        Change-Id: I396378c6f306f4ff0d10037f87c33005b7e4b640

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [280c5fc0ab10b8d64c48de3c7febb2ea3e69cea6]

        OUString: constify and avoid temporaries
        
        Change-Id: Iffff24e9d49f378b2ca6bb470d678ec0724f0594

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [8f06f94827bd5ec347008df22b5bbb4c835032f3]

        Remove unused OUStrings
        
        Change-Id: I7c98a0113418ac82f0b91b373073c8a11b6f9740

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [51b633998e322def386a28a87e9313781bc8b1e4]

        sal_uInt16 to sal_uInt32 + constify
        
        Change-Id: I7b5035d6189d6b3a33f767a926b443760adb5be0

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [d77e8348f372bd069aa8adccabb65a3722539323]

        Simplify generation of unique name
        
        Change-Id: Ifed55197ed6836dfb16d958c7dd34afad6c4aca7

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [4e69f4d4ec6e52189d2bcc31a01c31d626e6c394]

        OUString: reduce temporaries/concatenated appends + minor optimizations
        
        Change-Id: I30ea3ee112ef65555bfa5d7f2b8e908bb394ca58

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [5da934fb90fa9232540c3afb10905f52f93f079b]

        This seems to be an infinite loop (never triggered?)
        
        Change-Id: If619adcb5aa7951be159a387eaebf8553feb22e5

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [821bde3ffc9ffd1458ea8794ddba6c04283bd531]

        Use more proper integer types + minor optimizations
        
        Change-Id: I10df0245363715911d0eea2869a32a5ab849d3c4

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [973de4ef151c58f5831e79e72181653768a9297a]

        Avoid temporary bool
        
        Change-Id: I82b5f986b0a66aceb258960fd89bd5bf2754291a

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [b074e463e0f971e00fd70f0f526a3cc8034014b0]

        OUString: reduce temporaries and constify
        
        Change-Id: I6524ce5924c12223702440426eb98665ba8df2a5

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [988c2991ea491dfcbe7e670ae092b93391c992bf]

        sal_uInt16 to sal_Int32/sal_uInt32 + constify
        
        Change-Id: Id7ac0150841475d7fdc6c5b6a3e35cc01143aa23

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [5a72fba4a62f08182fd349b6db026e3f949d58ce]

        Pass constant ASCII string directly
        
        Change-Id: I011afefa52f77d914754e6ef99aa41fff28e8d2c

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [c86f83a8b0af2255cdccbe0b819590628dbb110f]

        OUString: constify, remove unneeded casts and concatenated appends"
        
        Change-Id: I5f712c4c8bda937a0ae1f542dda1bc2b6879604e

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [6c35d8a391df247c58168a5c742c238ecd5a597a]

        OUString::number(1) == "1"
        
        Change-Id: Ieaf4b12224b11914a88eb963e915a375747a1e23

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [b63a8a60ae9c5c3bab76c99035f80c1ea2159dd2]

        Remove code commented-out since 2009
        
        Change-Id: I99000430cde8e9f23c8f11341472548329555c85

2014-04-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [5a98cdbfeb6bc524ccb41f43426590362c376e42]

        Remove unneeded casts
        
        Change-Id: I2d69e8933883440bcb48439c6055c40dc140a429

2014-04-18  Eike Rathke  <erack@redhat.com>  [619b4c40da9e85febbb08a3f7cf8aa8d10963fc1]

        and again ... geez..
        
        Change-Id: Ib74e4690de547612bbc58ad7db650cf37931d7dd

2014-04-18  Eike Rathke  <erack@redhat.com>  [14f917058e214b4796856655fc3989366bd67139]

        and again
        
        Change-Id: I79fd5b90fd79f55bd80a4ab297192114aae5da42

2014-04-18  Eike Rathke  <erack@redhat.com>  [131edeac010f61918bd9403f5e7e2cb2025dedd9]

        why obtain the string in each iteration again
        
        Change-Id: I3faf1d27bb11eeabbe91da32d35480c9381c50e2

2014-04-18  Eike Rathke  <erack@redhat.com>  [d4ccbef95dd026a489d920d8a0929a84984b6250]

        why obtain the string in each iteration again
        
        Change-Id: I78225a0b0b53178e6cb7d534d767f5984604e442

2014-04-18  Eike Rathke  <erack@redhat.com>  [ca5361ce25f595ceabe4305466f6b45c3907e86c]

        remove unused fwd-decl
        
        Change-Id: I20d4fc89d349db85feecffbcd85d7b0300540c0a

2014-04-18  Eike Rathke  <erack@redhat.com>  [bf1737cfe67588bb853112e2b044e43d704d8bf5]

        and another SvtLanguageTable instance bites the dust
        
        Change-Id: I1109d1b7a403d4feb2791e758e1c0540b25029ba

2014-04-18  Eike Rathke  <erack@redhat.com>  [3f814cd286889995c96a6ced3ee7f5793ea92fc6]

        another SvtLanguageTable instance bites the dust
        
        Change-Id: I9d5ab635081539c21c84901c72f8a762f58ed409

2014-04-18  Eike Rathke  <erack@redhat.com>  [d8cc554522742be4e690c39e06dc240a597db003]

        FillLangItems() doesn't need an SvtLanguageTable instance
        
        Change-Id: I4c8b8b54c434343eb72fb75aae3c15038cff72af

2014-04-18  Eike Rathke  <erack@redhat.com>  [7531f838c89b0e1d0826d4144ad2d0c70a41e1aa]

        we don't even need an instance of SvtLanguageTable at SvxLanguageBox
        
        Change-Id: I7ccefc73d7f6e5b7c41d6819ae13116af9d5b5ef

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [2580b5dd875f7a8d12b652128e27aaea7d9b6403]

        these wizards Jars are gone as well
        
        Change-Id: Ie3010431f69169d022d19c5ba6ff234adf191750

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [23c6fa8cece31cf4fd1ebd01253910beb07bef73]

        XMerge based filters removed in a5783fe922b2419b5b662eb5f544a1f401341dbf
        
        Change-Id: Idd5dae2843f774fdee49a5f2d5eb26022746c5c1

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [96d36e876441f8ec9b2f1a05ab0a5f82f271e6cc]

        XSLTFilter/XSLTValidate jars are gone
        
        removed by bfc71eb03e2bc6f26d53f70b32f9a8937086808b and
        143f0b895fb2c0a1449af4f6f307487900921cbe
        
        Change-Id: Iaf6e99c15356ebe08cfb1d386a6dab97f47a730a

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [31c32c14259e8479e61456230804e3e3b0f42067]

        ConnectivityTools is not installed, used by JunitTests
        
        Change-Id: Id095087d05b64119f80e2c1d476091765f017afa

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [e9ae308a1675debfccda866264dc6c85f19cf8cb]

        scp2: move reportbuilder Jars to AutoInstall
        
        Change-Id: Ie8e8e4e5278278eecc1a6e54dbb70389df3e7155

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [4a3e8aaa3199a056975bfe2f96748d742d3313b0]

        scp2: move ScriptProviderForJavaScript jar to AutoInstall
        
        Change-Id: Ifbfc26c2ec8ade109c8fe7dfce70ef18d68881e2

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [8a8a24757b980fb46d10a9f21e32c5eae1d9fd27]

        scp2: move ScriptProviderForBeanShell jar to AutoInstall
        
        Change-Id: Ib792eb8a4c6fa549bb34727838181c5924e7c150

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [559d82d9bf69eeebb02aa857657f959241c1ed8c]

        scp2: move Jars from module ooo to AutoInstall
        
        Change-Id: Ide08e2da5c129f5df502ac3955738f8bfca56d41

2014-04-17  Eike Rathke  <erack@redhat.com>  [1ba03cff6f9f2ba3f3912818c301ce7a07bf6027]

        and another temporary SvtLanguageTable instance is moot
        
        Change-Id: Ia6d9d46124c04018f3f8a4fd6208f29054e5c94c

2014-04-17  Eike Rathke  <erack@redhat.com>  [e84331b4fdbbdca1e221c990578aaf889038d60a]

        introduce second static GetLanguageString() with explicit bool parameter
        
        Change-Id: Ief79b8871701cc2e39e421145370feb246ce5e20

2014-04-17  Eike Rathke  <erack@redhat.com>  [f3501ee89ff65cd40468e84f4d9fb52f12a67b0f]

        now no temporary instance of SvtLanguageTable necessary here anymore
        
        Change-Id: I8154d8d198ba0826f24cb1da65d2de4fc1943517

2014-04-17  Eike Rathke  <erack@redhat.com>  [d7992dbf924c229c8e913913b15b2d5c42012baa]

        now no temporary instance of SvtLanguageTable necessary here anymore
        
        Change-Id: I8eaaee1fd45efc71b1acdcf36360bca11b30dbfc

2014-04-17  Eike Rathke  <erack@redhat.com>  [53f0b42d875373f8dda22eebe2ed0fc80d8e2e57]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I84b20ae5efe882c0440d7f9bf1a24d7a56f05f90

2014-04-17  Eike Rathke  <erack@redhat.com>  [a97c2268a538dc8702ff9621a94958d839428566]

        introduce static SvtLanguageTable::GetLanguageType()
        
        Change-Id: I096f8b5a08452df9b1731f2e764d7561dd3e5dd4

2014-04-17  Eike Rathke  <erack@redhat.com>  [709b4e653c29f87caaeef16ebe20237fbf65218f]

        have a "better" static
        
        Change-Id: Ib978d24b5188482242101d3a352f29d604b36c90

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [5fd534de054876486a9620eced5e27faeee9eb05]

        Typo: s/gurantee/guarantee
        
        Change-Id: I8bd7ca5896931fbf18bf8ae25b62ced9b420fe39

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [728ec86062c13c4994a15bf4bee810db7094c8bb]

        Typo: s/cant/can't/
        
        Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2]

        Typo: s/shure/sure
        
        Change-Id: I1c55d3ee8be06deb6d48a6ad5cd30d170c8b9dbb

2014-04-17  Eike Rathke  <erack@redhat.com>  [d112cf387513231b6bc133e5d37ba51f4bc4c6ac]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I19de12c9199dec3d922334a16649142acaea0235

2014-04-17  Eike Rathke  <erack@redhat.com>  [b9ba0528d96c7c38824db7f9b3f5ba17a49c82be]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I7a32bc6391630266eb548c4fa2c7b9dedec3697c

2014-04-17  Eike Rathke  <erack@redhat.com>  [5684e67aa8f046d43ac0e97730bd8cd30dcf31f0]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I35395e169e795386740fb2b5ee34fc3117b8c844

2014-04-17  Eike Rathke  <erack@redhat.com>  [58b9749159adf62efd8e0b6de14c6116517eff1e]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I0265bef315051441bc648ddd66c4bf92abbd36e3

2014-04-17  Eike Rathke  <erack@redhat.com>  [6ee460988873ee085ed4ad3e62a3fe6d37608685]

        no temporary instance of SvtLanguageTable necessary here
        
        geez..
        
        Change-Id: Ide611cc94e939405345deb8b341fd185d68765e5

2014-04-17  Eike Rathke  <erack@redhat.com>  [a623feea9bb250c136866190e33f2fb6dbb6ddf4]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I7127bf052830b7877bc8ab46f3b218cbb05309a7

2014-04-17  Eike Rathke  <erack@redhat.com>  [5e91217c6abab707ab2db29d5e88da848e5afe49]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I3172e4d174a7f632a4259bd7330b41d3f065daed

2014-04-17  Eike Rathke  <erack@redhat.com>  [0424163d0344b60380058fe7f61919f5744faae8]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: Iabb3aadf35eb6b3575d916f2400f606264572537

2014-04-17  Eike Rathke  <erack@redhat.com>  [124e9f77bcdd7cc99794e1d0a84280a918a27772]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I435529e2ef2648d167223334a215df7cbae2da91

2014-04-17  Eike Rathke  <erack@redhat.com>  [fc4ac90f4611cdd2e04efa918cf83a0bd27a8d7c]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: Ic5a6075b3d8e82b0a778d05772e2c8a23d7a1955

2014-04-17  Eike Rathke  <erack@redhat.com>  [fa92393f01e6f9bef3e8d6b8d59f58176a239634]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: Ic781a67954c4638c4d9454dec4384cbeb8345e62

2014-04-17  Eike Rathke  <erack@redhat.com>  [ad623695c76eb76cf7acd4a2f6b35e78de54a76e]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: I64bd169da06d543ff6b8aabead9a5489b9cdd131

2014-04-17  Eike Rathke  <erack@redhat.com>  [a70cad2c1ea644ac16098d549e554cd218840caf]

        no temporary instance of SvtLanguageTable necessary here
        
        Change-Id: Ic94940cd230022fe968968718a37737c3d462aca

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [be862ff4f7239497625125067c646bf5adab7741]

        Try making it possible to use --disable-avmedia for desktop platforms too
        
        Unfinished work in progress.
        
        Change-Id: I978755d73630b8653b169a53f937c1332799e22e

2014-04-18  Tor Lillqvist  <tml@collabora.com>  [629cc605a45e75d6896b524eada2354c1d4d33a8]

        Intermediate commit of hacking on --disable-database-connectivity
        
        Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of
        using (or not, more likely) -DDISABLE_DBCONNECTIVITY.
        
        The plan is still that database connectivity would be disabled always
        for the non-desktop platforms, and otherwise disabling it would be a
        configure option.
        
        But, still lots to do; the TiledLibreOffice iOS test app gets tons of
        undefineds when linking if I actually try to disable the database
        connectivity.
        
        Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [558aa44672fe3565dfe1eab82c8766f2f499ee0d]

        -Werror,-Wimplicit-exception-spec-mismatch
        
        Change-Id: I6e93180cbc980438e47ee24735de1fb9758b7add

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [de9954f2a528867f80fda3a8596a87d478eeaaf0]

        fdo#77340: SwXStyle::setPropertyValue PageNumberOffset, PageDescName
        
        ... throw exceptions instead of setting values.
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: Ibe704ebd294724035a87473f51b76421063f25d3

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [b2a32d9b86b65ac89b00a200b2c8d22a5962494a]

        loplugin:literaltoboolconversion
        
        Change-Id: Iade344b7b148787fea183fbabd3c72b711766cb3

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [1160dc2a14bd3faf9471d60afa2497518c9cde74]

        loplugin:unreffun
        
        Change-Id: I9f80184d8066f69787722322915b4a70e432141a

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [abd5786847811ed1f10d8d7433b52ab795b4f263]

        coverity#1202901 Uncaught exception
        
        and probably gadzillions of other uncaught exception warnings
        
        this exception can't actually be thrown because all possible InsertOperation
        conditions are already handled.
        
        Change-Id: I176c5e253e8b1092a060fc066c2e03dae3cea343

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [b35ea8b0fe7773f4bd09590d482fb49a2ebc3440]

        coverity#1202900 Uncaught exception
        
        Change-Id: I53e7bd12701ca4d30fdbf36fe525076d53f86edc

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [747a56821ed615158b91367c70cc7ad530e58160]

        coverity#1202899 Uncaught exception
        
        Change-Id: I1fd4e8bad535db1b787eac231ab02ed34ee09445

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [297394e9268d35745e98179bc46dc43dcfe1bd18]

        coverity#1202898 Uncaught exception
        
        Change-Id: Ib5294ae8c450ba8213e5a62dfd8c12562e8b3323

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [4394c6b95c062426a08e90c94559d02095d28069]

        coverity#707375 Uncaught exception
        
        Change-Id: I7fc84a17637d6dd4191525e91d49dd4e24bd3a26

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [cf4f433dfb221e0d35b83bd5ff5e68c95ffbbb35]

        coverity#706522 Uncaught exception
        
        Change-Id: If5638fa4c35a642791088f8ecda7dd0c13ac5a81

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [a7a775da71e0d9908bf21b419b5db1550a94eb8b]

        coverity#1202835 Resource leak
        
        Change-Id: I2507c7741e803fcf3e4b81193dfafb144d50a0a8

2014-04-17  Tor Lillqvist  <tml@collabora.com>  [262aa2c2e540c803196d53779fb72226a8efeb5f]

        More generic way to disable avmedia
        
        Introduce a configure option --disable-avmedia. For non-desktop,
        avmedia is always disabled (for now), and for desktop enabled by
        default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia
        when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass
        avmedia-related code when disabled.
        
        Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5ccbfdc561c68099872d1abe07ac72fcddedd35]

        oox customshapepreset: switch to generated data -> code
        
        With this, oox/source/drawingml/customshapepresets*.cxx becomes unused
        code, while share/filter/oox-drawingml-cs-presets in instdir becomes a
        requirement.
        
        Change-Id: Ia886a47295514bbacd1e522273c59f0656e4cf6b

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [a87e8268f8c32387052adf9a9283834dcf83e5ab]

        oox customshapepresetdata: empty is an empty string sequence
        
        In case the data is empty, the data loader still set the proper type for
        the sequence, while the generated code used a string sequence. Do the
        same to keep testcases happy, there is no visual difference anyway.
        
        Change-Id: I1b9be4486184a2a84c384f1365cc68dd45b8eee0

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [3716833635926fa59372a8274decfebd4dc498e9]

        coverity#1202903 Uncaught exception
        
        Change-Id: I2872cf32d9cd3d28a70d02365e2169da5f79ad7b

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [5a2d9fffad710b13bceb02e7c3b3f563b935a8bc]

        coverity#706314 Uncaught exception
        
        Change-Id: Ib723848550c910f94db2b1c5bc16e5f886e03bed

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [fdd716991a40d805027520cc345d6334426ff312]

        coverity#1202787 Unchecked dynamic_cast
        
        Change-Id: I16d9ae0f87157eaac2653ae76e5522a888b88f2b

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [44fd49d6ff6064a543eb7b39e9d45b50a7af00e6]

        coverity#1202788 Unchecked dynamic_cast
        
        Change-Id: Ia768f7ebedfbf8650159db9eb86e107994c22374

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [516a22afa5240d6a31a2b221cf1adda543178e7d]

        coverity#704807 Dereference after null check
        
        Change-Id: Ifbfdbc016cde790a2027a0036294b3be9e37a85c

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [4af664af7003e93577a0aee67f251950fe529660]

        this looks more like a "merge" than c34cc212
        
        Change-Id: I36307a8b676327b050cb5b5073325131a62bbebd

2014-04-17  Chris Laplante  <mostthingsweb@gmail.com>  [c34cc21244d74f115165e1893f03b9c62a0eef2b]

        cppcheck: Fix redundant assignments in the sw module
        
        Change-Id: I5f266ced31295b327cdd7075b2e9d66698a01ade
        Reviewed-on: https://gerrit.libreoffice.org/8914
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [91821848a3a50229b8b96e91e9eb053a8ebc5d9a]

        coverity#708613 Uninitialized scalar field
        
        Change-Id: I368396dc257503eac17f3519bfee72ef1366171a

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [af7e9972a1113bf026a5a8cc32a075b5a3a7be09]

        coverity#708615 Uninitialized scalar field
        
        Change-Id: I93cc49b13b2b13c6ac8d1b7b4bf826c39cdb1759

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [c162763507d0c112dea70ed4f9f175a1beae9052]

        coverity#708616 Uninitialized scalar field
        
        Change-Id: Ic63f010b0e5d4f0d74c79e16673e3a3fde435e10

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [dbe1fd4ce068d982da678f3e7aa95a7f8cf00da6]

        coverity#708617 Uninitialized scalar field
        
        Change-Id: If4d6963b4f9ccf8683c95eff2ba1bb0f0d10e282

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [3cb3ca5ca25cf22a12d98e2f379c6f5779e7e574]

        coverity#708618 Uninitialized scalar field
        
        Change-Id: Ie48d5a4628a934036632d780c40e9c93a07ab726

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [1b13dd4d4d3d38950e1b22ddcf3758ebe4ddbbdc]

        coverity#708619 Uninitialized scalar field
        
        Change-Id: I5cb0259ed12c96ca5f6484999f276fbedcf9dba6

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [0ba34ad6e0ab50cc863d829461ab994d2519d370]

        coverity#708621 Uninitialized scalar field
        
        Change-Id: If84c36f3bd285b8615d23271ca7dcc380307e04f

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [ddd4b159531e835539e86f76c56d1013de46a2bd]

        coverity#708622 Uninitialized scalar field
        
        Change-Id: Id8311854d77f61ea161c6d586847b91971657231

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [13222027d16dd75242da0421c292bc3551b3f0ad]

        coverity#738936 Uninitialized scalar field
        
        Change-Id: I9b13adfd30a2cdbebf29508aad296259c692be86

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [b5397261700d1641f7a400ecc0b7ef52a901551b]

        coverity#708612 Uninitialized scalar field
        
        Change-Id: Iced922ef50ff9296ab6922aac0d7ec2c5f45cb09

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [9db1ec2b94ed58d17d87211d05a780393145c244]

        coverity#708611 Uninitialized scalar field
        
        Change-Id: I18a0c27257b3419f97b59f14e408036618588516

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [cc43c094f35b1342e7f4f7c44d6b2af49dc16e0f]

        coverity#708610 Uninitialized scalar field
        
        Change-Id: I90a5c9868af3905737ec0c9d34762a295ac90e5e

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [575181271fbded0c1b2f5a27db6c6ec6cddc7ae5]

        coverity#708609 Uninitialized scalar field
        
        Change-Id: Ibf2c9f384e76538ecbceac0de22b84e1390ac917

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [f2ccc04b8e06e90743ea4e8338ef08fcc972a4c7]

        coverity#708608 Uninitialized scalar field
        
        Change-Id: Ifb590c408289bb2c12a88af3f923e4d756711669

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [3e9bf96ae902c78424e821e03d683179869f2039]

        coverity#708607 Uninitialized scalar field
        
        Change-Id: I8e766cd7e6288985e6fdb12b0a9ff72f5859e5ce

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [d9dece90100936b763a2e2da07517635022fbc8e]

        coverity#708606 Uninitialized scalar field
        
        Change-Id: I28adcc868faeb51e49132d12b1a930580961c66c

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [56a00607a4d25cbfd6660136aa08a73f732bc4a0]

        coverity#708605 Uninitialized scalar field
        
        Change-Id: Iaa4b0c4a272a899482b079b1f36f6e3e57721360

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [8f1c556978f30807a4d4034615690005704b27ed]

        coverity#708604 Uninitialized scalar field
        
        Change-Id: I6bd79a84284db6d5f7d16bca202e03b2477a482a

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [595db7fad10595a0cb72b3be17b9eeee887e26c0]

        coverity#708590 Uninitialized pointer field
        
        Change-Id: Ibd425a4778e2d9b1feb5f54565d80673f03e8e56

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [880e7587f704bf96c26388198ca32168735f2d0f]

        Makefile: let "make foo.genpatch" work on top-level
        
        Change-Id: Ib0e370472be5da03359bca6f90287083d3465605

2014-04-17  Tor Lillqvist  <tml@collabora.com>  [c0b3d5be8fcec28190b1f25c9c0fd99916299249]

        Try harder to bypass avmedia on non-desktop for now
        
        Change-Id: I8a45f7436383cb904d375d0f0d86416f3ce56567

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [dfd893ddd3f3f28e2c6856dce8d74189e55a9e3b]

        Get order of arguments right
        
        Change-Id: Idf87fb375ed573588eff738ad01c69236adf945b

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [3e28dff92cc25e7058e18545998088cad3ba6ccf]

        add regression tests for psd filter
        
        Change-Id: Ia9b34bc3b77902f8edbc0e7040da5edd02e02879

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [06abff6caef5205178858796643ced0dff13ad95]

        oox customshapepresetdata: parse SubViewSize
        
        Change-Id: I2feb7054ea2bd699384b01a1d83845cd3c2562b0

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea06c516a8b8b2d8dbf0dadba1e8c2196cb89449]

        oox customshapepresetdata: allow empty equation list
        
        Change-Id: Ie18c3e631c266d4281df8b92d08ddeaaef20e8d7

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e44c6592b558ac70f87031a9ddb1d131fb802b2]

        oox customshapepresetdata: handle RadiusRangeMaximum/RadiusRangeMinimum
        
        Change-Id: Icc6e96f4cfbf8304933246d43621bf8d2824daf3

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e0bf64f58b72a13840b7136ac89f58b0484170e]

        oox customshapepresetdata: allow empty handle list
        
        Change-Id: I35d1c6aaf94853df844bd226c57003742d3c48be

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [79940e2da54c320d3dda0149bc9ac21ad45dccd5]

        oox customshapepresetdata: allow empty adjustment list
        
        Change-Id: I842a464ddc0403d63698b2f9b52d4362af1e46c3

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7feee55782f83e356611a90c8a22e3509880ac2]

        oox customshapepresetdata: handle multiple definitions
        
        Change-Id: I41b1ff9fa030267ef05fadeb6f77d33a183af8f1

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d66140be01a2a0b4566988ef090287f08fd8e8f3]

        oox customshapepresetdata: handle RangeXMaximum and a few more properties
        
        Change-Id: I8649866c338055ed7fe7c14f366c69670b538d93

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [42b3064025268fdc5f64dbf053ea61b5cef07857]

        add more bmp test cases
        
        Change-Id: I42e4d9c708e4c4c833f58fec7ce2b324ceec6496

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [f6d2bd87b056b187f856d380837b72f5d16522ba]

        coverity#708591 Uninitialized pointer field
        
        Change-Id: Ib829316c9aa522ca846bb2c1cd5233197dba3b54

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [6269c009ea0c4ef6037e435d8e759db954ed54fe]

        Fix pointer casting
        
        Change-Id: I813168cbaa99d421886fc27be34efdfd7d97e0d4

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [b4be3f153f2cc0350e8e31f8e64ab8d4082955c5]

        more pcx testcases
        
        Change-Id: I73fd736f7acfb50d151fd89db3b4d56fb13800a0

2014-04-17  Krisztian Pinter  <pin.terminator@gmail.com>  [9832e23703b989da1dc470f543eb31c25d6c5e29]

        fdo#57950 Replace chained append() with operator+
        
        Replaced in the following files:
         sw/source/filter/html/htmldraw.cxx
                              /htmlfly.cxx
                              /htmlforw.cxx
        
        Conflicts:
        	sw/source/filter/html/htmldrawreader.cxx
        	sw/source/filter/html/htmlfly.cxx
        
        Change-Id: I3884313dd77220ba5d20e6573a6b5dd7a7c77bec
        Reviewed-on: https://gerrit.libreoffice.org/8701
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-17  Tor Lillqvist  <tml@collabora.com>  [95f4d0fed142171acba11a3a6feda4fd820e70cc]

        Try harder to bypass OpenGL 3D stuff on non-desktop for now
        
        At least while the OpenGL chart feature is a work in progress, and
        nobody is working on it for iOS or Android anyway.
        
        Change-Id: I9de5c6647e6db42b330e593089e296aa9a346afb

2014-04-18  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a67712f5ff97ebf04860a10d50ed94a654e1f5e]

        Refactor VCL bitmap code
        
        Turns out that all bitmap code eventually calls on ImplDrawBitmap and
        ImplDrawBitmapEx, which is called by a version with the same function
        signature but without a type parameter. If you make that sal_uLong
        parameter a default parameter, you can remove ImplDrawBitmap/Ex and just
        call on that version of DrawBitmap/Ex.
        
        Change-Id: Ifd75561bb824b3941c2cf700984ca80e0b851bd3

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [f596ee9a79c01ff4a170aa521b349f5ddd234abc]

        coverity#708644 Uninitialized pointer field
        
        Change-Id: I329c6b1d901286892e9e03afa299c635e25c59cb

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [cbfcb837fb06a14daf5281ae13fc1886328cee6f]

        fdo#77342: sw: fix copy/paste of footnote cross references
        
        The fix for sequence fields broke the footnote references some more;
        simplify it by handling the footnotes in the same way as the sequence
        fields, and not remapping GetExp fields for which the corresponding
        SetExp field / footnote is missing.
        
        Also, don't do any remapping when the target is a clipboard document, to
        prevent modifying the source document.
        
        (regression from bb665affbd8870652ade3951d626d76e99143f67)
        
        Change-Id: If1be1e1d9742182a4085bbbff53e26a8fa8665b8

2014-04-17  Michael Stahl  <mstahl@redhat.com>  [5550ce08310a852ae24849a84dc53dc6b87bc4ec]

        SwGlobalTree: tweak that assert, it triggers always
        
        On the last iteration, null pointer is expected.
        
        Change-Id: I2cabb4ecb1d040b725a2c85b58dbff4204d107dc

2014-04-17  Andras Timar  <andras.timar@collabora.com>  [c79a5f87b127b06d3817168fc7eff634a3ec4bc4]

        remove executable bit
        
        Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [d28b9e8fefa095471d1511c7948bcaf2a3473379]

        oox: initial customshape preset data loader
        
        CustomShapeProperties::pushToPropSet() still uses the old generated
        code, though.
        
        Change-Id: I02550bdf4ac57ef54992facd7ccd144e798be1e8

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [fc7f66d00a1738ae52a1738f456f4a720740e6d7]

        Simplify wwSprmSearcher further
        
        Change-Id: Ib2d1d7665e5293c126eef5bde6177a88ecd5ce96

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [3dd991224cd3bc9ed3da88b4c2ad5b1de2ddfafa]

        Remove newly unused struct
        
        Change-Id: I70523221fb8fad22ae5fc6738ed4f6e571561892

2014-04-17  Jan Holesovsky  <kendy@collabora.com>  [4101fa184150663ddee6688c19eb4a44e341e8d4]

        compilerplugins: Build them in parallel.
        
        Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906

2014-04-17  Harri Pitkänen  <hatapitk@iki.fi>  [2b531388388853342d6ecefcbeb2027f22f8728c]

        Enable letter-spacing for Firefox HTML export
        
        Kerning (letter-spacing in CSS) was disabled for Firefox HTML
        export mode. There is no need to do that since Firefox does
        support this feature.
        
        Change-Id: I237063d52f50d79517bf83d5d1904f2164095d31
        Reviewed-on: https://gerrit.libreoffice.org/8947
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-17  Takeshi Abe  <tabe@fixedpoint.jp>  [2a3e221c8807789afcbbe9ea5eae3c3fc90a473c]

        Fix a memory leak
        
        The stream should be freed eventually in any case.
        
        Change-Id: I5432b48de5641adc7a13a852fea49adc18bf963b
        Reviewed-on: https://gerrit.libreoffice.org/9016
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a0656ed3386a071ee43440ee870a90d7a1fe7fa7]

        Simplify wwSprmSearcher
        
        Change-Id: I1642556f507af9db722dadda707ae11b4080fcf0

2014-04-17  Stephan Bergmann  <sbergman@redhat.com>  [892ba2c5bafb237f150598cc35f9776dffbdca69]

        Remove unused typedef
        
        Change-Id: I89c4a2a49af3e8af19e751a0f34bbaa8f4a3ee61

2014-04-17  Maxim Monastirsky  <momonasmon@gmail.com>  [2fe0081a4c283972592eaf0e22c7141262caeda7]

        shure -> sure
        
        Change-Id: I3da74098f72aa3a5426ee0d750055f48146c23e2

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [3c7d17aa6fb8393452cbcbcc032f3a6c5ea928cc]

        add testcase for CVE-2007-3741
        
        Change-Id: I33561649dc5cde240bc7a18dff082245c76543b1

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [5535d6ee7d3f5e7d7d86642a1dec85bce78a6f0c]

        zero a few more things out
        
        Change-Id: Ief743978876885745431c59a0f56f065cbd61ace

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [a69df73d3dd832f0395280f6d5e923c04aa19d5a]

        oox: add customshapes preset data
        
        This is generated data, meant to replace
        source/drawingml/customshapepresets*.cxx soon. Just like the code
        before, let's have it in git, generating it requires an already working
        Impress, so it's nontrivial to produce it build-time.
        
        Change-Id: Iaf8c77fc6ee0402e3e145b131724b7891d6b6b3f

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [9de20d1eb046f7bb92d893408206b91a9c054e2e]

        add tests for CVE-2008-1097, etc.
        
        Change-Id: Iad6948fdf6eb60f86d764783b72a4fe7f5642e40

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [f31ac2405bbd0755fb14daa6cb84d7bb7d84c492]

        Resolves: rhbz#1086714 overlarge pixmap
        
        Change-Id: I015308406a43e6b039059a5e35316d59745d0a48

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [cd11e8df3d1b15d0488993b7cec9e3de7da06c8c]

        forget to add test ras file
        
        Change-Id: Icfebbe04b7842925c5afe7837cad8479e8b8ea61

2014-04-17  Tor Lillqvist  <tml@collabora.com>  [04c3f6fe60c9406faf0867922eca8cd64a3bd19f]

        Using -Oz causes crash, revert to Os
        
        This is with the Xcode 5.1.1 tool-chain. Either a compiler bug, or
        some undefined behaviour in our code sensitive to compiler
        optimisation details.
        
        The crash we noticed was in sw/source/core/layout/paintfrm.cxx. (There
        might of course be more locations with similar behaviour.)
        
        Change-Id: I5d0f0aee369b2ca5fc77356f0a7cb88bec6cc58e

2014-04-17  Noel Grandin  <noel@peralex.com>  [fee4efcb54c8162955f6fe626d9b68c3b74b3068]

        dbaccess: sal_Bool->bool
        
        Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [6907b67d3d3208eb54289db2476132188d86dfec]

        coverity#708633 Uninitialized pointer field
        
        Change-Id: Ia629e4d41f163be0c6206943b11a4db083d713c5

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [078803a802c86eb772a77074475b5fd3db9b66ce]

        coverity#708655 Uninitialized scalar field
        
        Change-Id: Icbb7d84f127a374f0199c217de529575263a8a4e

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [e8c424c3e3ed2717c75c85b4ba36d77767e668b0]

        coverity#738948 Uninitialized scalar field
        
        Change-Id: Ieca446ab69b84249059c5ce4ec713832bd0a8134

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [8721ae4f77587aa14032708638c2b5a63355a2c7]

        coverity#705493 Dereference null return value
        
        Change-Id: I20133ad19197fdfe40bb449680ac274ca0fa056e

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [6abeecc614f52cf8473d3fdae954eaa7ebf748ad]

        coverity#705524 Dereference null return value
        
        Change-Id: Ifdb9a6d8b0b182b5214f2497cc57a419d4820e7c

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [0995da6020b006b6c270d538179ec3154f918939]

        coverity#736153 Dereference null return value
        
        Change-Id: I226626858fa517af589db7288391daa775de38a5

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [ff5ff77094c97de1d8af88525e8c0633ede4f6e2]

        coverity#736154 Dereference null return value
        
        Change-Id: I8881b0bcf7347fba35edcba4ba23b873312139cb

2014-04-17  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [2496eaa5c4535b88b44e4ac034aae6af0c08de0e]

        fdo#77219 Image property Z-index [behindDoc] not preserved after RT
        
        Problem description:
        For the images who has the "Text wrapping" property set as Behind Text
         is not preserved after saving the file in DOCX format using LO.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/9065
        
        Change-Id: Ic8555103909c0f1ed1cb58fba4dc2ef2f84cc9dd

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [7bda5f04a693c7943bc4201c11e73ca45bead661]

        coverity#1202822 Dereference null return value
        
        Change-Id: I8630bfa0c4c557ab14c3b7448b6281072eebec8a

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [4f4d8c8edbd0fc9f951c42cc1c02235b411a700f]

        coverity#1202823 Dereference null return value
        
        Change-Id: I72d795203aedf34d32012ecee3c8fdfbc2a8a08f

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [c152349f69acfb6bb873ed1cd12ca1b6dc325f1f]

        coverity#1202882 Dereference before null check
        
        Change-Id: Ie61df08c11b687c0b4a3ae212b3f9a6c95171396

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [f510a9726e2ab9f0c8513cd90154bcf67739ceed]

        coverity#735915 Dereference after null check
        
        Change-Id: I6a846af53a2e3492905d9c89e7e55da8778405a5

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [297df4434848902a771b6a01c6b210ffbf04a6dc]

        coverity#704833 Dereference after null check
        
        Change-Id: I307a277ce8f473652afd084eb9848ecb27574714

2014-04-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [213571db0e69db5d8d16d16e8a5c428b824e80d1]

        SwTxtSlot::SwTxtSlot now takes an empty reference by default, not a NULL
        
        Change-Id: I3fc7cef18dc1df228a648edb3020a976209f12ee

2014-04-17  Caolán McNamara  <caolanm@redhat.com>  [fede08ac7d8b9d6c0abd2ba1b09fd3beb1c1b7e7]

        Related: fdo#36815 print the text highlight range as well
        
        Change-Id: Ic332b1968b5dc72d26bd704cce70a496ec81e0b8

2014-04-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4211ce7c62677c65dfbbb3602be6c36fd0f98977]

        add file
        
        Change-Id: I45401846ae33e0b26e487093e60d90d128480c60

2014-04-17  Takeshi Abe  <tabe@fixedpoint.jp>  [6a964dcf0fe3b9258d07391ada0f0d245b1f7cec]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ibadadacbe09a93e7d7a7210868c52a8fa582d427

2014-04-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [326f8dc37bc11591e7d683b21085da7ee15b8072]

        add test case for fdo#70609
        
        Change-Id: I85ddd43f5c8e88c6f6bf19284b0822f8bbea1d44

2014-04-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0ce6d9bcea7c37a7cb2c42e8393e2e20780bd171]

        limit the range shrinking in charts to really large ranges, fdo#70609,
        
        Also improves the situation for fdo#55697.
        
        It is just the fist step to a better algorithm.
        
        Change-Id: I15de1ca6604e585fcf5690f0d903c757d641e765

2014-04-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b7ba33e4a0a2094b9e515249d9da0c30a1272402]

        fix non unique property handle
        
        Change-Id: I110feee77ab65bc8f528e85cba7c74063937b086

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [c3e84d4c74847271f88e1f83369d0b55b2fd6037]

        sal/log.hxx functionality also includes the equivalent of OSL_LOG_PREFIX
        
        Change-Id: I1bb0115a378003b5cc5b1cfc59c474a1f100d894

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [8b9858b0aeae8bfb3af6dd8fcfce6cecdb9b8fab]

        Resolves: fdo#76916 'User paths' is missing in tab MotionMotion Paths tab
        
        Change-Id: I38deeae3135badde23b9d454d548193af654caab

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [b5fd106f93321fb79e74a4cbcd0ea9a62b6f4474]

        add image/x-sun-raster mimetype
        
        Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [032a127348ff8146bad53ec19c5db47aea5ebdb6]

        cppcheck: duplicate branch
        
        Change-Id: I2348a763ba4ba2ae8d00df926d6a1dddceb02b4c

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [c89cafb192a8406692bdd0a77634c064786e7ac0]

        cppcheck: duplicate branch
        
        Change-Id: I1731b60036d94791a39290957d6c4d3b345c077f

2014-04-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d1fbbe81b4435765d3f69c6bcae2840dc629912]

        fdo#74687: Undo & redo of format-only changes don't need broadcasting.
        
        Also discovered that the undo path was broadcasting twice.  Let's only
        do it once.
        
        Change-Id: I169f1659aecb1eb78be3a497e244f79c5883e50f

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [64b040866df60d3e89dcda17b63a1fffdac5e9df]

        coverity#735422 Logically dead code
        
        Change-Id: I8e1694c311e1e29dc5ea59b292c6afe90fb762fa

2014-04-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [947177a5cb79e03a415d9c3d1203420c874d2b35]

        fdo#74555: Avoid excessive calls to GetPreviewCellStyle().
        
        GetOptimalHeight() gets called *all the time* and is very performance
        sensitive.  Let's not do an expensive operation such as GetPreviewCellStyle()
        which slows down pretty much everything else after the non-default font is
        applied.
        
        Change-Id: I5d5b2e706dd5dd98173044642b98ccaedd9536f0

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [2ecc196419c7eae4e1a286fb209cfb4b6df23550]

        Do not pass bad pointers to strlen
        
        ...neither a pointer to a lone char nor null
        
        Change-Id: I08a4f6b80310e23edd614490633b677bd50323a4

2014-04-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [948c4654f683e93b757f96e8859e9e91b45298a4]

        fdo#74702 Seperate ImplDrawGradientWallpaper and rename
        
        I have made ImplDrawGradientWallpaper a virtual protected function as
        Window needs to handle this differently to Printer and VirtualDevice
        instances. I have also renamed it to DrawGradientWallpaper.
        
        Change-Id: I529ed0a757cfcebb6fe06f3738219ec43272f657

2014-04-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [bc3625fce46e3e4529b2eb7daabc5c66d7b1cbcc]

        fdo#74702 Move common mask functionality to ApplyMask
        
        There is code in OutputDevice that essentially carries out the same
        functionality as ImplPrintMask, but for VirtualDevice and Window
        instances. Therefore, renamed ImplPrintMask to ApplyMask and moved
        OutputDevice functionality into new protected function ApplyMask.
        
        Change-Id: Ia88469e9b149f7819dfc538ecbe014198e4534f6

2014-04-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [c1bc990aa5fd2a40191dae9683db7b0cd3e9a0d0]

        No need for vcl/source/outdev/bezier.cxx any more
        
        Change-Id: Ie3c401b5f40972999f45da7d2c4b8ed732454af0

2014-04-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [97ce12cd2ef1805a68d210dd41ab2ae3371a8d06]

        Remove commented out code in polyline.cxx
        
        Change-Id: I400d38ccb2e87c6435bc767c13a52beb62baa435

2014-04-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [2024224a4ee351841f50a6f7b8a267f605a17096]

        Move bezier functions
        
        Move ImplSubdivideBezier(Polygon) to Polygon as a static function.
        Move ImplSubdivideBezier(PolyPolygon) to PolyPolygon as a static function.
        
        Change-Id: I0d006a8a2d3a8d9ba1aec913ceecb38507e4dd2f

2014-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1f9e73893e3d5760dab45b9322eca9fb8ce7ac4]

        oox: add --data switch to generatePresetsCXX.pl
        
        generatePresetsCXX.pl (as its name says) by default generates C++ code,
        but with the new switch it filters out data from the provided
        custom-shapes.log.
        
        Change-Id: Ic59c666422db667112c280716f98342fabdae692

2014-04-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [142d63d01567b5c7e513258f2835dbde54b30012]

        oox: add a method to dump a PropertyMap as data
        
        It was already possible to dump a PropertyMap as code, but not as data.
        The plan here is that if we dump the customshape preset definitions as
        data, then once there is a parser for it, we can get rid of the ugly
        generated code.
        
        Change-Id: If596941fedf71693e5d0bff436446ac0855c4c84

2014-04-16  Jan Holesovsky  <kendy@collabora.com>  [a60d9aa7ce7d5c77798e7be1efce2afc05d97f85]

        package: Turn own logging infra into SAL_INFO to reduce product bin size.
        
        Change-Id: I81b4cf62cb6ae77ea35e7781ef5f464c28b44855

2014-04-16  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [ccfc02f7691848284403d339ee17054169fbff1d]

        fdo#77476:FILE_SAVE : 'TIF' is changed to 'TIFF' in RT
        
        1. Open the attached file in LO which has images [.TIF] format
        2. Save the document as DOCX
        3. Open the saved document in MS-Office or extract the content of the saved docx file.
         In [Content_Types].xml , .tif extension is changed to .tiff.
        
        Change-Id: I73baea9ad6cd991b04d47e23865b77432127a510
        Reviewed-on: https://gerrit.libreoffice.org/9010
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [421c78e05fcb51e944f9829010bc79fd7d6ea76b]

        external/icu: Some trivial -fsanitize=undefined patches
        
        Change-Id: I99c62b08b84d2d8afafd391257ab7b8b2d887fac

2014-04-16  Jan Holesovsky  <kendy@collabora.com>  [7ec515a7162d886cba611067cc6b4577aaf270a4]

        writerfilter: Hide more debug strings we don't need in production builds.
        
        Change-Id: If30d3a94cd3f18bd5c4856d8a88f6c78e0da3e76

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [d67da1e7216a1b1281f418ecaa067cd3014e47c0]

        Remove FontNameHash, use standard OUStringHash
        
        Change-Id: If123bbe8a4ee044ef45f418be0118ccf9509f4e7

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [bcbf14f6077b0ccf1179dcba3e382bda4f9bdcad]

        coverity#1202773 Logically dead code
        
        I can't find any evidence that it was possible to be
        other than true/false here before sal_Bool got converted
        to bool
        
        Change-Id: Ieacc780b5f5abce0fe166337a50284bd5e0aef45

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [98a39af312d493c26eabc94f95df0c27b3c7f66c]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: Id9226a5d460c114d4811209020f408779dd2424d

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [eff36c994e0a0c19c8f38bba116e268ac7e9f146]

        coverity#1027390 Logically dead code
        
        Change-Id: Ie2d375093828cc2b0f9ca20b360a8fe8a5032dcf

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [a4d5f7d085bd13426e0f0ec3e84290120311a445]

        coverity#1157770 Logically dead code
        
        Change-Id: I28a19cbf77cf6354107a31a432a810e73ba45538

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [e19b3b4230883fb34ef992d915a86768282b6779]

        coverity#735516 Logically dead code
        
        Change-Id: I70c6ae792805fa7165f465d076e9f4cda60e5e84

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [b56e32b3c7f37d7da45c148f9e662f8d6dd4caf9]

        coverity#735534 Logically dead code
        
        Change-Id: If44c17bca47e461229823ad2b5d911df4b1e0319

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [0c8a3a82c1ccfb3dbe9c6e44fe1dff5f6befb3ef]

        coverity#1202778 Logically dead code
        
        Change-Id: Ie3f297bb5bf05bb133d964ddfe4d4f16af1eb73f

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [9a8e6c715ab17a60f3014e912cfda0d609ca29aa]

        coverity#1202907 Uninitialized scalar variable
        
        Change-Id: I7c33a9ecaec6a771fa2a22c0ddb38a0a9b1d2df7

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [159acfe7b83d4b39021f27c0e607a2579b959297]

        coverity#738544 Uninitialized scalar variable
        
        Change-Id: Ife273f4e36f7d2cfc837ab6fb21796392fd45d28

2014-04-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [21fc47e115530780ad45ae64e8076dc5e9fedb5e]

        fdo#75665: Fix the right-aligned case.
        
        Change-Id: I905c4e331f37ed2ffbdf5c89dde9fb6c9ca546cf

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [0c41a9e274eb4b4fecec282638b5ff4c496ebf5a]

        order decrease/increase spacing
        
        because that's the order in the toolbar to align the two
        orders
        
        Change-Id: Ie6f76189a71bd1706c567592f941bbe2c2d5f083

2014-04-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [52cc88d6191ba0c4b6477e5c4b9c5d0f0228030d]

        fdo#75026: Sometimes we need to update grid view while not being active.
        
        For example when "jumping to mark" in the non-active window triggered by
        hyperlink in the active one.  The jump-to-mark command gets dispatched before
        the new window is officially activated.
        
        Change-Id: I4e9c126b061ee3af4440e36d1ba6d796eb1c3539

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [6a8c627906ea86b32d1248673091271c61342ee0]

        spacing->borders spinbuttons end up a little narrow
        
        Change-Id: I206db0f4bb55d43ef244e8af850947dbb1fdeb02

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [d59395617411f3dcccbcec29f0fe74985d6cf2ad]

        SfxItemPool(..., ATTR_STARTINDEX, ATTR_ENDINDEX, aItemInfos, ...) off by one
        
        ...since d9ef61fb546af443736057557552e3a95c569c11 "API CHANGE: roll back the
        XStyle changes to add a new Hidden property on Style" bumped ATTR_ENDINDEX for
        ATTR_HIDDEN but didn't adapt aItemInfos, and mstahl suggests its better to
        adapt aItemInfos than to use ATTR_ENDINDEX-1 in the SfxItemPool ctor call.
        
        Change-Id: Iafdf595091ac300793bad1bcd87d58abba4fda6d

2014-04-16  Jan Holesovsky  <kendy@collabora.com>  [7a8146e080ef13e066d29e4bff354b732980c2a8]

        non-desktop: Attempt to get rid of glew.
        
        Change-Id: I883ff114ebd98234fcc9f41d69de96aadedadf4b

2014-04-16  Jan Holesovsky  <kendy@collabora.com>  [c553a2fd3d5a33c41fcc0b14b7a89619f50e893f]

        This is never defined.
        
        Change-Id: If1bbead68fb074cfd01ac045982e20c9c74fe9c2

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [6a5de60d2086b595ab5b7b418fb590ebf6927050]

        Fix accidentally reverted sense of check
        
        Change-Id: I1098c0103d095bc3ee251dbf03bc8b42f08f259f

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [0fc6ac8a07cbc78133b4d85f78677a9a8fdcc71a]

        Avoid soffice.bin restarting ad inf when version ini-file buildid is empty
        
        ...for whatever reason (one being that in a build from tarball, the "git log"
        call in instsetoo_native/CustomTarget_setup.mk will produce no value).
        
        Change-Id: I3116a7dded4bc502ef8970a3d433b572c989dd65

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [a1b1b79adb9f93a1bb503862675bc42814900ac9]

        For GCC 4.9, extend range where -Wnon-virtual-dtor is ignored
        
        Change-Id: Ib44f5b2f6be7ae583d8931fc8bf5cb060ef21610

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [42852bb7a33fcfac793224d12cb46ba2f4c8e598]

        Help openldap configure along when CC contains -fsanitize=address on Linux
        
        Change-Id: Ie1cebb9884d580d5e2bb0e885a22ee04b92aecb5

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [e71a61bc09a15cdcec872c2b281c9884401cfb7f]

        gbuild: More crude hacking to fix over-evalutation
        
        Change-Id: I36d7b0c40ac60c6cf9f0968530774e4b2b03b829

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [1c27bb5237ed6067bba70d7ffe63ed9967098b19]

        Some trivial -fsanitize=undefined adaptions
        
        Change-Id: I60f6e2b5f041919319cb6b72684b8b7b8504560c

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [4586d79d7421d0b4289096330c8ae0045023b313]

        Off by one (-fsanitize=address)
        
        Change-Id: Idaeeb0b70458fe4c02d9ed585cb69db9dabb07b0

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [12984e46704f1e55f76b210cf65217e54662dc26]

        Resolves: fdo#75525 out by one error
        
        Change-Id: I0171d2a79b6b015fa2f01d78228e901005017fb0

2014-04-16  Michael Stahl  <mstahl@redhat.com>  [aef2111fd14d654f72ae910eb52eb8c8f2b8cc94]

        l10ntools: helpex: don't crash if the file can't be parsed; return error
        
        Change-Id: I637f8486b0774b399ed5e250868d756c944e50f6

2014-04-16  Steve Yin  <steve_y@apache.org>  [b827f6f81f6a8f6d8046a278a18acb69e780afba]

        Related: #i124661# crash when loading and re-saving ppt file...
        
        with a single customshape
        
        check the equation array element number. If the number is greater than 128, the
        equation array will not be imported.
        
        (cherry picked from commit 48653aa3a1cc24ed9ad8a14ae035b38a751e561d)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I49ac6ec5610a7761ca3ed4905d6fe1bc7ec079d0

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [d8c6707b118f6da34218d806166a13ee9ab12460]

        Updated core Project: help  337b406be206cea2b14cb85edddc4c7a936d1ecf

2014-04-16  Michael Stahl  <mstahl@redhat.com>  [426077fbea57facf9907cff2431d8f669713d6da]

        fdo#77027: add some comments to prevent such oversights
        
        Change-Id: I381c9738bba3e422e01324fa0c781c857db3d360

2014-04-16  Michael Stahl  <mstahl@redhat.com>  [5d53cabb52648507086a39e06803624949e4a301]

        xmloff: we used to call it LOdev back in 4.0 so check that too
        
        Change-Id: Icb7a82267d935a3ca28569657f8e8dc0ba240a5f

2014-04-16  Stephan Bergmann  <sbergman@redhat.com>  [0fcab91da2ea6531289aaf01c8c061249f9d6a50]

        Counting is hard (thanks to -fsanitize=address for pointing it out)
        
        Change-Id: I665125d61c4bae5cb52b29cfa3af1e3c4b6d4333

2014-04-16  Stanislav Horacek  <stanislav.horacek@gmail.com>  [41ce95873e3efdc588f854822a652c72f50f516c]

        Updated core Project: help  9ca1d85d439e6f384ce372a8ddc069db89019ecd
        
        update word counting
        
        Change-Id: I301b3671d30782acc4fd0a4f8ee6a1baf847e6f1
        Reviewed-on: https://gerrit.libreoffice.org/8968
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [187a513742725c683555f251350604153c5f9fb4]

        coverity#1202981 Non-virtual destructor
        
        Change-Id: Iabf91e6c8e450b72b83de51c6a1fb6986f88b430

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [46401db853bea6dbf0ef3495d0a4002eefd13087]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: Ie0612c60dbb9c12afb98a5923c374cb76c17be1a

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [271c634e4fd2445dd61d6bccd75b926cbc71bc65]

        coverity#1202968 Uninitialized scalar field
        
        Change-Id: Ic226202bb1ce429f9dd8e13183ec64ffc9059d05

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [9a11fbb6593812ee25a88cc198c6ef0025436c78]

        coverity#1202965 unused member
        
        Change-Id: Iadee347fea0dcdcd3382eaeaebfea71d55975f9c

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [c28dccbf65d142594282a4498f93e9e9f8ccdf7c]

        coverity#1202963 Uninitialized pointer field
        
        Change-Id: I1cb588ce7df30886354ac0cf2bd81fb95a7e9d37

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [5e651d4084df7662b56ea980934c0428ba31b062]

        coverity#1202948 Uninitialized pointer field
        
        Change-Id: I2764b1f9c3d50cf7ff7bd2c552a3dec93509b245

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [05551e886cded21a0df67a89f5dd7cf7b9e4de35]

        coverity#1202939 Uninitialized pointer field
        
        Change-Id: If5901fb36d6f0f5afbb12b92db7055d6481f7f23

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [98ef587cb1515e8c495cf00a3b143201233b8e25]

        coverity#1202967 Uninitialized pointer field
        
        Change-Id: I60fb3b74d7f4d430776f53c2f4b37c63a0e5166d

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [4f3e5fdf3564ebbf2f5b8c425bbe2f64f64e01b7]

        coverity#1202916 Uninitialized scalar field
        
        Change-Id: I15bcdffa92f866eac8c27324324ae0674bb24915

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [52b25807217d0948b553e60ae52c732be5abf7e5]

        coverity#1202918 Uninitialized scalar field
        
        Change-Id: I4037b948b718122953c7127b1f00bd46e3e891d2

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [2436eb539c5e3a4c53734d674192e1c4cd3defb9]

        coverity#1202919 Uninitialized scalar field
        
        Change-Id: Ie316a5c03953f244baf69fc66d372ff4a032f34a

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [3138b69c77fbee37af7d874a2bb03539d9229d69]

        coverity#1202920 Uninitialized scalar field
        
        Change-Id: I054c0ceea35c469cff7d85e892037a3ff2c43a7b

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [2c964860c1393814e045996a0e0fc139e5d7ca30]

        coverity#1202938 unused class members
        
        Change-Id: Ie693dbde6d239d6330564ea03559f2476e09b3ed

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [15fe79b55de4c6e845232f0f41f16530ab373ec9]

        coverity#1202940 Uninitialized scalar field
        
        Change-Id: I30561fdb3a4453ae1d482a464be9146d54b0622c

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [de7499b4b6703d7e42b01059717a0d4ca92c4229]

        coverity#1202941 Uninitialized scalar field
        
        Change-Id: Iefb8e754d60c66a54d67ccb66e47f04e2b37912b

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [804597191bc70be080be59f093e96b2cda37e6a9]

        coverity#1202944 Uninitialized scalar field
        
        Change-Id: Ibc9bdc30faae1cc72a39db3e8130dfaadf937e26

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [cd385f2480b3fbcdffde8d111961f154137294e1]

        coverity#1202945 Uninitialized scalar field
        
        Change-Id: I282620ab4efc6da7eaed909c9c95910c63186970

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [2535541f5fbfd42c677b0a5cfb15c91f262c6586]

        coverity#1202946 unused member
        
        Change-Id: I9faa1a2a281ff41931bfe16cb3727cfb07957ad1

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [4a277e39dbb6fdb0e93a956ca3ef9b861e347915]

        coverity#1202947 Uninitialized scalar field
        
        Change-Id: Ieee8f9eba25f17ba789d3be5a006e056108c386b

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [c7f2c9c301e55bfad38e4a0352c6bf54faae6bb8]

        coverity#1202950 Uninitialized scalar field
        
        Change-Id: I3f3ef0f017d35bb16ecdb7638d23e6b447f7262b

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [07b9e2fade19600aeb1021818aeb9fbd6387abdd]

        coverity#1202951 Uninitialized scalar field
        
        Change-Id: I309ea6c881ffb6902750ed3cb4fba1c4bc8e6975

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [1bfa21f864004f32bcaf293c6210996453c524a7]

        coverity#1202952 Uninitialized scalar field
        
        Change-Id: I83d861fa03afa6e6b6adcd5ca340c28ef8c6cfdf

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [aebeb43d0ea3920e49119fc406fdd61d851b6208]

        coverity#1202970 Uninitialized scalar field
        
        Change-Id: I79c1cb576973e517893d69503613023c791faf35

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [73bae2f2c38dd07d48b03eb5713a3f14ba1dbbb2]

        coverity#1202972 Uninitialized scalar field
        
        Change-Id: Ia30cda04b43dad52079c9b9972af0cd0477eb44b

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [dbbb805bf05d2371ea9dbd5f39fbeb67ecefd8b8]

        coverity#1202908 Uninitialized scalar variable
        
        Change-Id: If9801de8469126f0e1c255f9526d1bcf76e7f372

2014-04-16  Caolán McNamara  <caolanm@redhat.com>  [eb1c0480050a1328287c4a85468afbec50b0e29d]

        Resolves: fdo#36815 enable printing WYSIWYG sidewindow comments
        
        in order for that to happen the document has to be scaled down
        so that the comments outside the border of the sheet of paper
        can be brought inside the printable area
        
        Change-Id: Ifafb8eec10a4ea3ea0014097728888603e61e5a4

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [253ffdf2b0c22247e6208e0881838b1896c63116]

        Pass -flto as part of CC and CXX when building external libs for Android
        
        Using -flto and Clang still doesn't work, though, build stops already in
        fontconfig. The linker claims the expat library doesn't have an archive symbol
        table. Go figure, oh well, won't bother trying any more for now.
        
        Change-Id: Icbd65269e958665704104322e66a5b3a78fac75e

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [3ac1663a60926ab2f3fbbd1219455e37d5a83b45]

        No use to build tools or extras when cross-compiling
        
        Also, for some reason building the endian check thing fails when trying to use
        Clang for Android, so just hardcode it.
        
        Change-Id: I04fb7ba4f88a1dc6a4e743b39e7c0cd19d7e3598

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [9eb25b0fb9606b7740ba92697fbd5acf34dd9154]

        Probably not a good idea to use gold with LTO
        
        Change-Id: I72559ebabecad288f4c56bb9ff1eddbb498a2d35

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [c32f6050bd41e4b404002593d1e95558f8db4a35]

        Use the 4.8 gcc toolchain in conjunction with Clang for Android
        
        That's what the $NDK/toolchains/arm-linux-androideabi-clang3.4/setup.mk does,
        too.
        
        Change-Id: I90555bc5f026761ebcf7a2dce650382b6c0d94da

2014-04-16  Noel Grandin  <noel@peralex.com>  [5b1b1e55ce492ceb1a907833f7073b46451760c6]

        cui: sal_Bool->bool
        
        Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609

2014-04-16  Noel Grandin  <noel@peralex.com>  [199d333f131474729a105afa5a3da61205f61df2]

        connectivity: sal_Bool->bool
        
        Change-Id: I96371121ce6697f153f4e973e65831ea2265eb56

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [2f316b07a502b527876462d524061dbf6c9a04d5]

        Avoid risk of "unused" header removal
        
        Change-Id: I4cf2bec8fdcb03b4012de50ed0ce03a8e5154d82

2014-04-16  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [251fd06de2c7bd2e46fd257d848acbebb93e1fab]

        fdo#77123: Add Ignore Kashida to quick find
        
        if the CTL enabled the ignore kashida option will work
        when you use the quick find toolbar.
        
        Change-Id: I6dd9d4b3fa96c0d1c47a044e813c4062b8678ea2

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [1f5d29e3ec97302508da07bbb7ffab5e70bd24d0]

        Need <vcl/sysdata.hxx> for SystemGraphicsData, used in touch_lo_draw_tile()
        
        Change-Id: I70c2dafea2f86f8f2df2da6e939748facf7165e5

2014-04-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8ec26e211af44a6c8ef1e322c4e3b2d774a9f546]

        svgio test: no need to create our own ComponentContext
        
        Change-Id: If8e90c949223a0f11c6b8c6a8ac1cd08ce95a74b

2014-04-16  Tushar Bende  <tushar.bende@synerzip.com>  [cebb4abec105c2576b065853eb48af9be1d9fde6]

        fdo#74652 : Extra image gets added to the document body after RT.
        
        Description: There was a problem for some documents, that when opened in LibreOffice
        extra image was getting added to the first page of the doc and same could be noticed
        even in RoundTripped doc.
        
        The root cause was if picture bullet is added to the doc and there is no <w:lvlPicBulletId> tag
        in <w:lvl> of <w:abstractNum> then removal of extra added graphic object from document body was
        getting missed because currently that is handled in ListsManager::lcl_sprm() inside "case NS_ooxml::LN_CT_Lvl_lvlPicBulletId".
        
        Checking if there is any remaining item in m_aNumPicBullets when LO hits the ListsManager destructor.
        If there is any calling dispose() for all of them.
        
        Change-Id: Ibfc3c93b68ff7d6ef0909fe789dda6db67ac11e2
        Reviewed-on: https://gerrit.libreoffice.org/8940
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-16  Thorsten Behrens  <thb@documentfoundation.org>  [4be3e38439672e6b3f42617a050494b16535afea]

        Adjust header guard to modified filename.
        
        Change-Id: Ia1d5133186ec46fa566e751b2168c2a1b2b1b762

2014-04-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7789041708238cbad23cd065ff29d75b2ce15208]

        svgio: compilation error - ambiguous parameter int / sal_Int32
        
        Change-Id: I10b247bce555d244d21d031bdaefb0f60d9ed0ca

2014-04-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8c571e5f82a6d6e36bd47c7d2ab202f2f9b7cf86]

        svgio: introduce svg import tests
        
        Change-Id: Id69f659a9e4b0332970e75b1d0a7d820c8b2c998

2014-04-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3b7472b284131c09d91b69f26d5d26d54648f939]

        fdo#74743 avoid infinite loop when gathering "svg" element styles
        
        Change-Id: Ifcfd0c64302b9174510e3d774607f5ca60173885

2014-04-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cae4370bce63e161fc5ecceb70f74ca50d64ed93]

        Rename ExternalMediaShape to IExternalMediaShapeBase
        
        "I" because of interface.
        "Base" because it's an interface of a base class
        and because it's easy to mix it up with the inherited MediaShape.
        (MediaShape also an externally rendered thing so
        the name ExternalMediaShape doesn't make any
        difference between the two classes)
        
        Change-Id: I4a03dd090034092942eea39d35894ce6cfc9947b

2014-04-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [728acd3390ebcf546765f33b750f3c5f784d7aa3]

        Revertion of changes related to ExternalShapeBase
        
        This reverts commits:
        50b60c5508b3ba5a0b8dc05eac511d7edaa5a343
        0ae0301d1cd6e690473f932411ca880c20f45e13
        2a594eb22bfed62fdbcef51a56c2c180bea0283f
        
        Got some suggestions that the deleted things can be usefull.

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [77be5e9064134fa0b559537433d57b6c0c646fa5]

        Update experimental hacks for using Clang from the NDK
        
        Change-Id: Id8fd8ca3c53fe97caa00a2d1c80b73387a4be2bc

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [e616c346d433dffd52fd483d8cfb3c4e5ec4169e]

        WaE: Unreferenced function definition [loplugin:unreffun]
        
        Work around a slight confusion in the Clang plugin when used with Clang
        3.2. Put these 'extern "C"' function definitions consistenly outside
        namespaces, as they are declared in the header.
        
        Change-Id: Iccee41dfe0776f382e677b109009a95fb806a12c

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [f9344940db627b549a9047da6b1bcc62a2d3a6ef]

        Need <numeric> for std::accumulate()
        
        Change-Id: Ifdc9f936346d35b825d977fcd6e42953b46f30fe

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [087a79db1272858f107656c5ca3c6efb45680986]

        fdo#75665: Truncate string when clipped on screen.
        
        This improves performance of text layouting by HarfBuzz for very long strings.
        HarfBuzz's layout algorithm appears to be more expensive than ICU's.
        
        Change-Id: Ic9738b7b8f0f1a29c51c83b147763118939b90ef

2014-04-16  Michael Stahl  <mstahl@redhat.com>  [74d7911abf77643544c58a0d3e5fb956add76c44]

        ODF import: detect "LibreOfficeDev" in meta:generator too
        
        Change-Id: Icea3086975dab1afedf111364683e6a7de50ce41

2014-04-16  Michael Stahl  <mstahl@redhat.com>  [25a2eab22798373b8197f1e594568207eb7c5039]

        fdo#77027: ODF import: fix wrong version in check for embedded objects
        
        SvXMLImport::LO_4x does not mean 4.0+ any more.
        
        (regression from 92cb21ebeda98c5193c50c4cf7ef3d60611c2a52)
        
        Change-Id: Ib444762c2d6e4d051e99962eaff1b1ed34af983a

2014-04-16  Eike Rathke  <erack@redhat.com>  [e51ca506076a566bdd587f35cc0a8c58a50cdc2c]

        CID#1202769 comfort coverity
        
        Change-Id: I84214dde71883065f1ca3737180f0d739b49d8ee

2014-04-16  Eike Rathke  <erack@redhat.com>  [99b06e60ca9ad69bdd4d790097ff53ce56cd3bd0]

        CID#736182 guard against a dubious call from SearchAndReplace()
        
        Change-Id: I6ce1b577c377721b882c1f8ec757a61e600ae671

2014-04-16  Tor Lillqvist  <tml@collabora.com>  [a2212cefc1a4a380f2cb72fe620f046b947e1dab]

        WaE: Unreferenced function definition [loplugin:unreffun]
        
        Change-Id: Ia6946179a5567fdf1a980113d2efe77d4e87af50

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [a99f5e37ec9cd95b1816799f04327755d1b8bd3b]

        Move alpha.cxx contents into bitmap.cxx
        
        Change-Id: Ia61c3b28012a493ac1099fbc5ffb9f5199b2ae5e

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [aa5b97fa3d8970813c3fd7c9fc88cd38db80482e]

        Split outdev5.cxx and outdev6.cxx
        
        outdev5.cxx deals with curved shapes, so renamed to curvedshapes.cxx
        
        Moved polygon functions to polygon.cxx, transparency functions to
        transparent.cxx, a few miscellaneous functions to outdev.cxx and as the
        rest of the functions are wallpaper functions then renamed outdev6.cxx
        to wallpaper.cxx
        
        Change-Id: I62a0b66d4d66740fb5f70ecb558db1ad3bf76eb5

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [d92ee5d8bebdd6f120c7478127a1be5f78d4b1af]

        Split outdev3.cxx
        
        Split outdev3.cxx into font and text functions
        
        Change-Id: I535dbbce055246865d4d5b62fb1ea5b991fb4663

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [5a35cb3e7fdb67f4f75435ab8869f8d973ae5daf]

        Split outdev2.cxx
        
        I have split outdev2.cxx into the following files:
        
        + alpha.cxx
        + bezier.cxx
        + bitmap.cxx
        + blend.cxx
        + gradient.cxx
        + hatch.cxx
        + pixel.cxx
        + polygon.cxx
        + line.cxx
        + polyline.cxx
        + rect.cxx
        + transparent.cxx
        
        I have also moved all the DrawDev functions into outdev.cxx
        
        Change-Id: Ica7057250526cd1ed680e5ec173c73265a586ea3

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [d4bf419884994cdc0966e40468d44b94b68bb4e5]

        Move lines and rectangles to seperate source files
        
        Change-Id: I03ef9d09fed831c6d595924f1c681718a89106b2

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [3a7ad7ee5d7daa0c93a80fbb32a677597d81ac75]

        Move line functions into line.cxx and polyline.cxx
        
        Reorganized line functions by moving them into seperate line.cxx and
        polyline.cxx source files.
        
        Change-Id: Ifee39cb7f88ed04be2cf7aeb4b46870c404f6eeb

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [214500d713b5999f6a596c0c5f3aad31bc988235]

        Remove unnecessary headers from polygon.cxx
        
        Change-Id: Ie37e18d5e2d17840ebc0cb55362923ac14371a3d

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [92879ac15792a970b3ac0ab7029e801476fb6a7f]

        Remove unnecessary includes from hatch.cxx
        
        Change-Id: Iaaa28a4e1150d0cdabf4989b0e76a0bf37c14293

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [0d5943a140049fde30072c164764ddd3de256b7f]

        Remove unnecessary includes from gradient.cxx
        
        Change-Id: If85cc6598d67454ca7555d64cac894e84cdb1b01

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [2295d9dcea06033972092ecabb50cc759640d437]

        Move bezier functions into own source file bezier.cxx
        
        Change-Id: I2071b3b1f3bb865075205cb4a90d2e230a8a5ca8

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [4a31802d8a9609c58e257a235a9bffcfe8d44cdd]

        Don't forget to add polygon as an object in the makefile!
        
        Change-Id: Ib4a51d23d80d20e00968929628bbb4966b78c408

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [7bb315b2e3f9991575abef38be6b936b52fc0a60]

        Rename ImplGetGradientColorValue
        
        ImplGetGradientColorValue renamed to GetGradientColorValue. Also made
        it part of the anonymous namespace as it's only used by gradient.cxx
        
        Change-Id: I15079b4cef60aa91ecb76ff854e1ddac7d88f31d

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [ecafbfe819c5026714b25a31f0bb9e72b16f7e25]

        Change acessibility level for private functions
        
        The following functions should be private members functions of OutputDevice:
        
        * DrawComplexGradient
        * DrawLinearGradient
        
        These were previously called ImplDrawComplexGradient and
        ImplDrawLinearGradient.
        
        Change-Id: I4fc996ddd578bca6738128fcc883709359534c95

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [96cdea537fadab0e927ab98e2a6ff3216315ee7e]

        Reorganize locations of functions in gradient.cxx
        
        Change-Id: Ibce763ab4397c4ca4ebce0b25322c249f36499e2

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [96d5e016e1ab6dd873d67a6f389048b013bb49c3]

        Move hatch functions to own source file.
        
        Move outdev4.cxx to hatch.cxx as this now only contains hatch
        functions.
        
        Change-Id: I76fb3c6513045881cd04601e80e3f9a31c2f1f9c

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [e8acaf7ec062ed0971906cee6311f5a7a156c049]

        Fix typo
        
        Change-Id: Iab3ce70bd255aae4e240a76c627a189553ad5937

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [9bbcc95f6ed446c16f4d6ca1a8b6eafe63198c0d]

        Move OutputDevice polygon funcs to vcl/source/gdi/outdev/polygon.cxx
        
        Change-Id: I3bff53898ab8cb912d38f343b3521ca3d51471f6

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [674801eb4af21c9ae83c122499f15fa4f4785b0f]

        Move OutputDevice gradient funcs to vcl/source/gdi/outdev/gradient.cxx
        
        Change-Id: I035e5abd948881313580726c33e66af30778f6a6

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [2241e25052257fb74befb0bb63ba845e0fdb2ae6]

        Rearrange position of gradient functions in outdev4.cxx
        
        Change-Id: I4f70af90568f7641e57d94f27cc138abd190d1b9

2014-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [13fec19b913f24723ac2373bf282e0854a6d7267]

        Move OutputDevice source files to vcl/source/gdi/outdev
        
        I will be splitting out these files into OutputDevice functionality
        
        Change-Id: If04c104a49a4a0dfc53a36cb84f8f4178e9f52c8

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [1f742c520d0cca536d1e8f59a435b014577b7b4c]

        Properly #ifdef some per-platform test code
        
        Change-Id: I286fb35e223f205ecc649aa388471ef1b0823d86

2014-04-15  Eike Rathke  <erack@redhat.com>  [78fcb7f256802232239b5acf8b11949a298c87e4]

        CID#1202961 init class member
        
        Change-Id: I5b00cdf68220282e5d0ff99352e04552cdecce09

2014-04-15  Eike Rathke  <erack@redhat.com>  [6994a32e2c2ce15d829d0ace367bf1eeed1603b8]

        CID#1202973 init class members
        
        Change-Id: Ib14d24970faa35ad0caf8c8a8bf7f9cef5764b89

2014-04-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [50b60c5508b3ba5a0b8dc05eac511d7edaa5a343]

        Slideshow: these methods override public methods
        
        So make them public too.
        
        Change-Id: I34baccd258ccd70185ee88efc8f09a8b868f6b67

2014-04-15  Eike Rathke  <erack@redhat.com>  [b4bcd9ee53680bfb2a32ef273ab806b21830c6ce]

        CID#1202954 init class member
        
        Change-Id: If5ba55d752674b5bd81b406a28a78381177d6442

2014-04-15  Thorsten Behrens  <thb@documentfoundation.org>  [7e6628f374cdb87631b54ccdafd69554eda9536e]

        Unused code: binary_compose, identity
        
        Seems noone is using those anymore.
        
        Change-Id: I63f775d391c58753e89549dbcae8739708395487

2014-04-15  Thorsten Behrens  <thb@documentfoundation.org>  [3764cfbc69815e5e74a689a5aeb07b0668ee861f]

        Remove iota template function & last call site.
        
        Nice function, but with just one place using it in 9 years best
        coded verbatim at the call site...
        
        Change-Id: Ib306cf2311a39299cb007441c7cb1b0d81e67bce

2014-04-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0ae0301d1cd6e690473f932411ca880c20f45e13]

        Slideshow: remove unneded function duplicates
        
        Change-Id: I682ae771f13e42dd1a4e1cf6a1ee062a5eca640f

2014-04-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2a594eb22bfed62fdbcef51a56c2c180bea0283f]

        Slideshow: Remove unneded ExternalMediaShape
        
        ExternalShapeBase is the base class of MediaShape and
        AppletShape so it's nonsense that ExternalMediaShape
        to be the base of ExternalShapeBase.
        Actually this class does nothing, anyway.
        
        Change-Id: I8a278c9273a1788f0859205b8f1d0905427179b6

2014-04-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [81e98150cc04ad764abc668dc12b91d3de90369e]

        Slideshow: Fix regression related to media animations
        
        Misc effects tab page animations were lost.
        Regression from
        9695f38ca4ab26b40524f2eade98c45f0360131d.
        
        Change-Id: I81f7321d7dd87f5b0f6b4acbecbd60241ab1e430

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [176740172a1c9fd5ce9cc28d6fdcc89d3319f606]

        remove unneeded include and solve the pch trouble
        
        windef.h inside vcl/sysdata.hxx seems to create all the trouble with pch
        
        Change-Id: I93220e411ce9cf52d5ed56044710e8094d6ed187

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [281b2dfbd6c3903d807156c232f05ee2ab2b100a]

        update_pch
        
        Change-Id: I62400d48922bb41f54b23afbdc7d3a8ab21992d9

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [72bc94cc8bd23751ef43c9766dd78f142bf7b5e7]

        salbool: fix comment
        
        accidently removed by 5babf1b9037eb283798322eecd8334e6ff1db655
        
        maybe obsolete now
        
        Change-Id: Id1b8ce21e08ce2df5668252406bad6fb549b5206

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [2df39f400dc04ac3c86fccb833b24c8260d2f9b6]

        sw: clean up inter-module includes
        
        Change-Id: I812842e76ae0b7bc252530d2b4aaa2b452c2babf

2014-04-15  Eike Rathke  <erack@redhat.com>  [8987cea59be0e36b1b984ad275c4c54d87d3c429]

        CID#1202917 removed unused member variable nMaxTableNumber
        
        Change-Id: Ic06e8b7b0eb5f10a76be32ca4aff467f8acd5b8f

2014-04-15  Caolán McNamara  <caolanm@redhat.com>  [95c802719aabaa1aa46519ae60c7b4ecea6016fc]

        coverity#707859 Uninitialized pointer field
        
        Change-Id: I1bc431746d9017db2ed2bbde797527e249804a1d

2014-04-15  Andrzej Hunt  <andrzej.hunt@collabora.com>  [717aa1ac75ddd54fdf72cd4de6551f1fb536da9b]

        fdo#72287 Scroll automatically to show selected item when keyboard used.
        
        806919adf9c9bafbaba92c2d2ab35d2e2f9863f8 added finer-grained scrolling using
        the scrollbar / scrollwheel, but inadvertently prevents the display from scrolling
        when an item is selected that is currently offscreen (e.g. by using the down-arrow
        button on the keyboard).
        
        Change-Id: Iaa3a7dc6d214741d37cf4ec78c00ed0034ed1e42

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [279d23335e61ee85e74e9ceb9a9b598e14bd49a5]

        it made even less sense to have the dependency to mdds here
        
        Change-Id: Ia6f4557a26a32ee028eee04fa5babeef8ec3099e

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6fa4d31d6a7e363285f22d4c0012521d10073652]

        Use scope switch rather than manual on and off.
        
        Change-Id: Ia4072339b6f1fd4b929d891dcc8f3bb3e2403d5e

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8e50a6c7b1cb9481cce42c71ff07e921fb4292d0]

        Use single std::vector instance in lieu of heap arrays.
        
        Change-Id: I36820b5c3790998eab922a0fa603ac063972c445

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [168f26572ab320b210f4b9191ef6f152f01e6a38]

        remove some crap that should not have been pushed
        
        Change-Id: I92b9aa565fc04fb095cedc2a89df468b2f568ea1

2014-04-15  Eike Rathke  <erack@redhat.com>  [d67554eb97e787a3881e41e9462b2a6d0e35f64b]

        CID#1202821 check (unlikely) null return value
        
        Change-Id: Ib5508999b25a238f82dd8dd01b5a42fe5709589e

2014-04-15  Eike Rathke  <erack@redhat.com>  [699148abdbebb689f6edb7de5011483390b77a5c]

        CID#1093227: check for (unlikely) null return value
        
        Change-Id: Idca2df07ffdc41b67bf7e126ebec3243501b9cb5

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [a55e2d2a27ac2e2ed7ee439079914d8086610309]

        oox: tabs to spaces in generatePresetsCXX.pl
        
        Change-Id: Icc8edbc9d49c4f48dbe9521627dbf5d4e602ffda

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [b1017281562a0b6e35fb17bc2af5585411a0dacd]

        oox custom shape code generator: stop running LO interactively
        
        Change-Id: Ic90f40c10b7d640d3dadc3c21d0060b351d08195

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [160c5846b1762da88d9713cfae0b80cf746bd71d]

        WaE: unused parameter 'rMediaItem'
        
        Change-Id: Ibe4fd981677446badded650ecf616df0a819e572

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [0774b5556057809a1b7438bd3a67a6ee3c80c3eb]

        I doubt we need these switches
        
        Change-Id: If7b1183384c3931efe73a24a894116be4d827807

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [29362f51c38a4d1e5d994ea7adf2b6ae2d0a84cf]

        Move misleading comment
        
        Change-Id: Iaf02671b7d3abc8e096ed817385fc78cead1813c

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [5346a38c1ffaec6d4bf1921a8e24d5f334e3e79d]

        The -D__IPHONE_OS_VERSION_MIN_REQUIRED=40300 is surely left here by accident
        
        Change-Id: Ibc36e4795122167585fb653cc1c4e81fd59f3620

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7c6d571e430a6395123f754a33ce6583aee6ed82]

        chartcore does not need mdds right now
        
        Change-Id: I778d8e05b2c010916fc69c9316895ddc2ca9c725

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [b55f60c0a8a4284cd981979457569e940379b478]

        Partially revert "update_pch"
        
        This partially reverts commit 8f7a1111abb35bbb25daf6ace2add902f98361fc
        
        One of those headers seems to produce the windows build trouble.
        
        Change-Id: Id7e3c39f4c9134ce8de6f5d6dc865afd3f322fd2

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7963e79361278c14ddf98ac4d9ab3b6cab338129]

        Remove this duplicate, and use the one in ScCellFormat.
        
        Change-Id: I2410c8805ef5be950d5ce1e24f845ed910615442

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fec4ab14c0f5e0223559e9fd98d7c8d90e58cd18]

        Avoid unnecessarily converting UNO cell address to ScAddress.
        
        Change-Id: I69849b0a16cb353257f9fc1890a27595cd1b7b7b

2014-04-15  Michael Stahl  <mstahl@redhat.com>  [4ce1cec2a4c98451b8b686f6f7a114a6927f0cae]

        python3: remove obsolete MSVC2008 patches
        
        Change-Id: Ie514017dc186fea4c3f2699e92bfe46706eb6413

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [e5199d3d78721c962f53a8675d5245e4b839bdc3]

        Flag unreferrenced functions only declared in the main file, not an include
        
        ...which appears to be a good heuristic to identify functions that are either
        unused or should better be declared just once in an include file.  (It also
        filters out SAL_DLLPUBLIC extern "C" function definitions, which are most likely
        meant to be referenced dynamically via dlsym.)
        
        Change-Id: I7fb78cb836b971791704851535dcfbda2b2f5bc0

2014-04-15  Andras Timar  <andras.timar@collabora.com>  [c5265586e635d294708f6af10697134a95a26e08]

        fdo#74654 fix typo: printnone -> printhigh
        
        Change-Id: I286dedfb6dfd8d9c119bf1b6ac777a2a08f22d7e

2014-04-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0752fa4246dc71b64907c679657a1af3cb617e1]

        fdo#76409: Write output cell string to <text:p> element when saving to ods.
        
        The change was made by accident.
        
        Change-Id: Ife2461b0fca6e3ea5a65d72d985d1e0976737b5a

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [c21f2497c6339f0c456e4a0dae24962bfbb5eda3]

        Clean up function declarations and enable some forgotten(?) tests
        
        Change-Id: I0e0d05a5b226b5c59798345f402f8a7724d2689a

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [0cc8a2bb7e6606a58c2c9c52c92b86e7903f8496]

        Remove dead code
        
        Change-Id: I6034174b2273def43d176c3f463c1161757c8f70

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [b6a79b2c429d49d1b04ad6e20a5c97c2ced1be39]

        Remove dead code
        
        Change-Id: I46ca823d4bfd6ccdb47ce4b4bb793ec81bcc35d9

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [50b450d754def608dcacfd4408b40cd2967c674c]

        Fully comment out commented-out test
        
        Change-Id: I23b42998c72f190addb75a4b9e624f0c3c948f8f

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [b2ecb3485b6d9b20f752137d4504cb9bb3506a21]

        Better be specific
        
        Change-Id: Ibb9b5b8f53ab8fdeba6d3db295339ead4bde7b6e

2014-04-15  Noel Grandin  <noel@peralex.com>  [329332ba526983c1d64763f61df2940e6bcb7d8a]

        chart2: sal_Bool->bool
        
        Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427

2014-04-15  Noel Grandin  <noel@peralex.com>  [ffbc86f5ac2a835d841d53938824242e0a69fdd4]

        add "include/comphelper" to list of includes to ignore
        
        since it only contains a single sal_Bool site now, and we want
        to leave that alone since it's a copy of similar stuff in cppuhelper.
        
        Change-Id: I3cf4cf5f67e95d5b6f70371181f77c5451fcbf50

2014-04-15  Noel Grandin  <noel@peralex.com>  [23dc4e1a0080b70a3dc860c1e1a414e5442c8837]

        basctl: sal_Bool->bool
        
        Change-Id: I85e1e94557a238f629151d9ce46a502efed3696d

2014-04-15  Michael Stahl  <mstahl@redhat.com>  [16691e09ee4e57c9ee9e8988f271f6c0dbe96b6b]

        sw: -Werror=unused-but-set-variable
        
        Change-Id: Id5bfbb2d55f8659aa3fab8a445d1f84dc4b8bb2b

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d61650688d0ebe2f557f493d7c440b2a102fa2c]

        oox: update source/drawingml/customshapepresets*
        
        Change-Id: Ic582eb63b9cf9f8f6c757f2e6ed67da5e592e3b8

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0f81249a139856cb21ac8de83ae5e5209f6e2d6]

        oox: sort drawingml custom shape preset output
        
        So running the script multiple times give stable output. Also adatpt the
        script to write SAL_OVERRIDE, so running the script doesn't effectively
        revert those addotations.
        
        Change-Id: Iedcef3af15534d024b6b4173b60c42d852dfdbaa

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [4d3192661e386df577846e890ae634a1c15c7fa5]

        WaE: 'HAVE_FEATURE_DESKTOP' is not defined, evaluates to 0
        
        Change-Id: Idba6bc918f6949f41183f3dc6b2b7492f2f63d6c

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [2afe4c170dca7c45ef6be1563727193f53aa60c7]

        Clean up function declarations and some unused functions
        
        Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [618a0f8c0349daa31cbaea097e2cc60e74f4076d]

        whitespace for include statements
        
        Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [e93417bf5d422261eb144b91dc43abad8ae6ccdc]

        fix windows build
        
        seems this was caused by 8f7a1111abb35bbb25daf6ace2add902f98361fc
        
        Change-Id: I4e4b01de4f581134297b1c01220596ebd549b3d1

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [3e608fbb15967d1fcf6a584c449f6b65d62d4988]

        twain: Update twain to version 2.3
        
        Includes the mingw fixes from
        dc6c7e844a02a59133e96553000666be87b1a74e
        
        See original file changes at
        http://sourceforge.net/p/twain-dsm/code/127#diff-2

2014-04-15  Jan Holesovsky  <kendy@collabora.com>  [dc6175ff1fb317a4536722e2adb5302988316e9a]

        Remove LockHelper::getGlobalMutex().
        
        Do what the TODO suggests - change it to SolarMutex in most cases.
        
        In some cases it is only there to guard a local static, introduce a local
        mutex for those.
        
        Change-Id: Idc3155818f737b958b36ee9125e2e9e8cb1b91a1

2014-04-15  Jan Holesovsky  <kendy@collabora.com>  [4bc0bd734847160d3eb94d9e49d9b99f2c7c1afc]

        non-desktop: Avoid dbaccess.
        
        Change-Id: I4cabda76917cded05a2978b1a280775b7f77a0de

2014-04-15  Jan Holesovsky  <kendy@collabora.com>  [048d27bae87f2a39a0fc853e32b474ab58e92dde]

        non-desktop: Don't even attempt to create a lockfile.
        
        Change-Id: I68a4cf8f2e302b49e3d2719ee2bad3f823e8a036

2014-04-15  Jan Holesovsky  <kendy@collabora.com>  [6b7e0c7a9fc0c4e1a58b43204ee385397d8f21bf]

        non-desktop: Avoid pulling in avmedia.
        
        Change-Id: Ie4a6a4ddb1615f917bccfb68b20cc1ac7587a2ca

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [96e9fdd49b61d6342bde5a71098b3892f59fa38a]

        oox: generate data, not code for VML export preset definitions
        
        Change-Id: Ied9171715de948d30b360eb56626b93b695b7b93

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [b720ee5d9d2cb72038bf39ed8af6a7467948ee62]

        The only instantiation of SwHTMLFormPendingStackData_Impl is long gone
        
        ...since ff09ed094d6b1d9b41f482a5b349c4fd9e80d857 "INTEGRATION: CWS
        ab53: #i47763# synchronous html import," so lets hope that SetPendingControlSize
        was indeed a leftover that would never have been called.
        
        Change-Id: I63f91fbde4dd3162bacdb935e8b0f1e590f1d378

2014-04-15  David Tardon  <dtardon@redhat.com>  [d24634a6d4046db208428eb999012c03bd9a5c48]

        upload libetonyek 0.0.4
        
        Change-Id: I64a35ca0902ba40a4fba3080181147b4facac2ee

2014-04-15  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f8e0482fd689e3b46f2bfd0bb58ad83408f27c79]

        fdo#75722: Push missing unit test files
        
        Change-Id: If66aadaf0c17c078ab1030e86c3f11af5bd430ab

2014-04-15  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1393ba60b1eb43b55820f74c393da04308221d97]

        fdo#70838: fix rotation transformation in DML exporter
        
        This patch fixes an error in commit
        c6ff03f37a6898f50a5ca07152168fb4fe911e05.
        
        And now that fdo#75722 is fixed, I completed the existing unit test
        for this bug with absolute position checks.
        
        Change-Id: I76b4fa046db9b946fd23194e91686ffa4fcb5362

2014-04-15  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b65de36ecb839ec4d7a8f40f9ffe67956e9bc79d]

        fdo#75722: fix incorrect import of rotated DML shapes
        
        The DML importer used a tranformation matrix to rotate the shape, but
        I replaced it with the same code that's being used in the VML importer
        in which the position is correctly set.
        
        I've noticed that I cannot use that code in all cases thanks to the
        existing unit tests; that's why I added the bUseRotationTransform. In
        case it is set to true the existing transformation matrix rotation is
        used.
        
        Finally I added a unit test for this case.
        
        Change-Id: I260c14b42d169def786e15484e4ecb1d8e8584e4

2014-04-15  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [944a195600868c49dbf6f7725b8be3886c9a84e1]

        sal_Bool -> bool
        
        Change-Id: I92fe7e3d3be4bf64b57dacb2ae8386775b02c80a

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [cd0b935d5512f557ff03c4a5e783e4317c9fd04d]

        Avoid undefined beahvior in test code
        
        Change-Id: I721785a56c9adb2781c4afe14ed2a9e7254acab8

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [0c27d46498ca191487ae1eb7f24202dee3ef2af5]

        WaE: 'bValue' may be used uninitialized in this function
        
        Change-Id: Ie30b4d4dea4b0f7762cd5f9e681685986b69fa91

2014-04-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [1f274be55e8c7028bf003786e9b2784909760d07]

        Line spacing is not preserved for styles.
        
        Description :
        In StyleSheetTable.cxx, while setting the property "ParaInteropGrabBag" throws an exception.
        Hence rest of the properties are not set.
        
        Implimentation :
        Skip that property so that rest of the properties will not be lost.
        
        Change-Id: Id488de71bc5f893a7401420d9e63e4405b90f760
        Reviewed-on: https://gerrit.libreoffice.org/8902
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [762660eec225d69f5284f22f6ff5f4b4108fe288]

        drawingML export: search for tab only once, not 3 times per line
        
        Change-Id: I4255862d4bfb673dbcf871282f65aa6b1ad4616e

2014-04-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [2dde1db05700df2f8a2c2be0e451a42e091cbbfc]

        oox: generate data, not code for drawingML export adjustment values
        
        Change-Id: I5898314c630348552ca2e0a6df1cc76972e3974c

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [05a940f993dfdd9546c8108526a483c1d6e6377c]

        testContentXLSXStrict was left out by accident?
        
        ...and completely comment out commented-out testContentXLS_XML
        
        Change-Id: I24d149bb7b16d1d36b388a39e719b6b9ead142c2

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [065a1aa0f0aad5a26c8c1dc2c74799ea6d8560f3]

        WaE: 'bHidden' may be used uninitialized in this function
        
        Change-Id: I452b42593ad36fa13f18126c49a6f80ce2fa9d43

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [3e29b0c4567a0a60fbb7e0f980810f1c3790f58d]

        Remove unused code
        
        Change-Id: Ie16056c7e6716831a0ba61c1f22ded978fb5f3c2

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [b1b18894cae8fc080331ef2020a48c581d113746]

        WaE: 'bOn' may be used uninitialized in this function
        
        Change-Id: I6f715ffa264a4642c9a4470988383a18ddd9432b

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [9d101a302caca8271ce3d93e0d7f31129a61224e]

        WaE: 'bHarsh2' may be used uninitialized in this function
        
        Change-Id: I900545e1556ddf8b76453d7fb189a2fc79f8744c

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [9d9f8151f32046a09fe903361d3e85cb601390ba]

        Remove unused code
        
        Change-Id: Ia624a624271b1143c96cd189cc9e4dab4c5ae302

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [fe51a3aa9e4ab850ee5bb4f8afa816266aa30bbe]

        Fix symbol visibility
        
        Change-Id: I3d25b1363ea49dc65a1cae0925504b8c442f6e65

2014-04-15  Takeshi Abe  <tabe@fixedpoint.jp>  [eb4c43aa61c08f88acfe5dd1499de0f8dbda4b8b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Ie07c6c9989da444eb6052691696e95b808c23fb0

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [1ac4eb946680ed738cb26be4d43f9716ba8feb17]

        Revert "Blind fix attempt for MSVC compilation error"
        
        Nah. As sberg says on IRC, "I'm glad MSVC is not /that/ broken that
        c2161066746ca5767a8ff9a7759729940788d917 would have fixed it"
        
        This reverts commit c2161066746ca5767a8ff9a7759729940788d917.

2014-04-15  Noel Grandin  <noel@peralex.com>  [86c280acb528048131d233d96ce95848c6acf683]

        linguistic: sal_Bool->bool
        
        Change-Id: Ifed60967edd768b16cafba3c2293149610138213

2014-04-15  Noel Grandin  <noel@peralex.com>  [af047fc242c51d97477c109653a98749d2af335d]

        accessibility: sal_Bool->bool
        
        Change-Id: Id44e7a88ba4118259c990a2c6997230586d378bb

2014-04-15  Noel Grandin  <noel@peralex.com>  [be88947bac607013c6b7a3c923a2eccd09e50942]

        svx: sal_Bool->bool
        
        Change-Id: I464eba5fd5521c31868c6fc8a2137f17428d421e

2014-04-15  Noel Grandin  <noel@peralex.com>  [cfddda092b0c105b5be7942a94cbbd88d55677f1]

        sal_Bool to bool in SvtRulerAccessible
        
        Change-Id: Ib5f451fadb9eedc49d6bded0cbd92cfbbde71bae

2014-04-15  Noel Grandin  <noel@peralex.com>  [8fbbd1bd988f0e886095e012c48d93b999773273]

        fix hacked bool in SfxDispatcher::SetSlotFilter
        
        The bEnable flag was being passed an extra value.
        Make this explicit now using an enum.
        
        Change-Id: I292aca44e8592c9f3c1497c24c41140c8c3b5452

2014-04-15  Noel Grandin  <noel@peralex.com>  [3edb4611b2314fa5c03e1b4f70c425d92c95ed16]

        editeng: sal_Bool->bool
        
        Change-Id: I71ea2f0e48a6252832180872945b96a120f21907

2014-04-15  Noel Grandin  <noel@peralex.com>  [8a81f542a6ca566661305c53899b7e422cbaa432]

        xmloff: sal_Bool->bool
        
        Change-Id: I873c80baec8e70e3e8f642644563b92137571a30

2014-04-15  Noel Grandin  <noel@peralex.com>  [42bfd486a457d327f640263ccc3ee02a380f3566]

        avmedia: sal_Bool->bool
        
        Change-Id: I4b72cdce6c82b79c6f475d690af03a22bdb32bb1

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [c2161066746ca5767a8ff9a7759729940788d917]

        Blind fix attempt for MSVC compilation error
        
        Change-Id: Ibc5bd847806cf3490d598d2016a623e2f42b0043

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [bf5a6730a50cc089d32be5168ca4925910974e0c]

        Avoid complex static global initialisation
        
        Caused an assertion failure: "sal/osl/unx/process_impl.cxx:167: sal_uInt32
        osl_getCommandArgCount(): Assertion `g_command_args.m_nCount != 0' failed".
        
        Change-Id: Ib01e0312e328f751c9353aab95dceb977b818b0c

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [26d88611665423a5662394af684c7e3f20b0dd6d]

        Properly #ifdef debug-only code
        
        Change-Id: Iebf7ed1fb034ab2c2bee36ca6bf23408bf060d8d

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [f1433c21b14fd8d3419e45ed80e42a140ff1129c]

        Clean up function declarations
        
        Change-Id: Ie9081e6ed0840fad98f52f9755767788db77f406

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [f981c42edac92ac03dd04e87baab238b84963de5]

        Clean up function declarations
        
        Change-Id: I1be08414e3c816f01a9712eeb9474acc16838389

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [74649d4c397134348cedd1d9da6d2b66b9a4970f]

        Remove unused code
        
        Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f

2014-04-15  Stephan Bergmann  <sbergman@redhat.com>  [fa0ffdbeb5a12b51c5d9202a5d7709d713a719f1]

        cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused
        
        ...since f059134fab0f91b7a15594ad06536a13fbfae034 "INTEGRATION: CWS
        cppuhelpshrink: #i72766# save memory in cppuhelper, using a vector instead of a
        hash_map" (but a dummy "void" default is left in place for backwards
        compatibility).
        
        Change-Id: I3bb0af8158f34737d41c344464f3cf944e2891ed

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [c2ffc9e180d387359d9c465770db3d01b7e84951]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Idd8b8fcbaebbedf5d5cd33075ef56829e19dd6c0

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [71e37567789f20ea5e2cb3997d7d40304b3dd746]

        Need libGLESv2 now then
        
        Change-Id: I87e91202a6005ad0bec3569b2619a5b191991502

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [3f69f376fc1badb930a91507e619c7aa7c9e7f67]

        Stripping confuses the Android NDK tool-chain
        
        Change-Id: I0cf84a6ccb783642a3d50a004325a19b79741b32

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [39ad0a912aee360ff285cb3bdcd5cf351dc3eb3b]

        Build the vclopengl lib for Android, too, i.e. for all our platforms
        
        Change-Id: I244eb4877801ceb0ff22e8591dccd6b801d00d68

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [f95f841bf137037e5064cfc7e776a87388a51a1d]

        For uniformity with unxgcc.mk, don't bother with -fno-inline when gb_SYMBOLS
        
        Change-Id: Ib94b338491a574810280b1bcb6446d02e90a9042

2014-04-15  Tor Lillqvist  <tml@collabora.com>  [984047f7cd38b7863ea18bd70e552ee4807ab0b5]

        Let's try using -Oz
        
        Change-Id: Ib56b50b9ce2252e6eba488e88dd45a5ebd062b6b

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2be4ee667237a688a863d446d32b74189f796c0b]

        don't try to init OpenGLRender in the constructor
        
        wait until the context has been created and we can actually render
        
        Change-Id: I841d64ae847a2fdc74954887d3a6fcfcd06fc6a3

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [34bd4798c56b5ad84450593f150ce97d912e6a2f]

        remove the glew part in OpenGLRender.cxx
        
        The glew init part is now in vcl"s OpenGLContext class.
        
        Change-Id: I423e45cf7297df87cb8668b43f9243589b7e26ff

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6ef014e597571557b6e45edf29c756fac0b9614c]

        initialize the OpenGL context as soon as possible
        
        Change-Id: I58051695d0ca8384fb771bfc74aeb228145f77e6

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cd56c7bcf375a2ec9b93496f37ab781887fc12f1]

        move some common OpenGL methods to vcl
        
        Change-Id: Ic96487afce64bfb0c1dfcc03c088e5d6e1b34ad3

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ce9f9de1971285d41831fa5a5df7462889155afe]

        move the opengl headers to vcl/opengl for better separation
        
        Change-Id: I1bdd0fe0d27674da69a61bd8b438f0c9b050a337

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3bd173af500d2e30f004cac4ca5a9309c5a49741]

        only render through OpenGL after successful context creation
        
        Change-Id: I60ebceee2bf0eca1c7022e14fc43128347d682b5

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d321709febe1222e582614b200e7c155b2f0ee7b]

        extract method
        
        Change-Id: I95aacfa9dacd42936ca648ed42b55aa9ec50ebde

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d5e1fcdea39f257c4b10e3ef05acf00b21bf6a3a]

        remove include and using
        
        Change-Id: I329e02d1e91b8c566d147cd753dca48bf2abf23a

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a3125e805bdc735a00af8dcc5a94b7b6a6a712e9]

        switch to IOpenGLRenderer in chart2 2D rendering
        
        Change-Id: If2351186e6e6612a84b1c98c28bbb7f2c3dc49ab

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7f6b1560e970ea7b2a7397cc427ea9d996c65d9a]

        tie lifetime of some objects together
        
        It is just too complicated to follow the different OpenGL contexts in
        our current desing. This will at least simplify our handling a bit.
        
        IOpenGLRenderer is an abstract interface that should be implemented by
        the code using SdrOpenGLObj to paint with OpenGL.
        
        Change-Id: Ib4bfc0350b4345bc27af8bed037c48c11bb67300

2014-04-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [64dada726815b22eb943dc6fa68d86dd896ba32a]

        remove unused include
        
        Change-Id: I6303f9b1f0aa8a01a20275c92df026d69632db1d

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [9c7f87831d503cfe773d11db4d7721811a3245ce]

        missing include
        
        gna, pch were enabled...
        
        Change-Id: I02e6c5338e6ff65f55df64f3ef67dd2906821959

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [070f337c1e2e8ffbf419a7d952b1a1beaf768fcd]

        add missing header
        
        Change-Id: I004be0486dc4e65d7007a087b68184dcb0e4d165

2014-04-15  Thomas Arnhold  <thomas@arnhold.org>  [88718a876e0d4467eaaccfc3c1873df2b53bf1d3]

        starmath: remove duplicate SmTmpDevice
        
        Change-Id: Ib1733ece03ad0a5ffad5157a622546d0cbac0a35

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6bb7fa8df523d3ae7b9945009fb1034f28cb0a0a]

        fdo#76294: Fix the build.
        
        Change-Id: I123751e9f08faaccc06649c2f8b29a9a33548312

2014-04-15  Eike Rathke  <erack@redhat.com>  [042d4f8300a9a97fdd8da89013288a2c5623d48e]

        a pattern must not start with a separator
        
        Change-Id: I5dfc5c859b007b7e3d7266c7656dc533788888ba

2014-04-15  Eike Rathke  <erack@redhat.com>  [03e96dd2bea1dba5297a41b5ed1ee3b4d0c3b65b]

        toupper YMD for better input check visibility
        
        Change-Id: I24a01860bd019c3bf6e36c1e9df16e6ae6aa0ace

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [625c595fc30d2e6153735dc2ed2359ff4f8a1e3a]

        fdo#76294: Intern strings in AddFormulaToken() as well.
        
        And a whole bunch of changes needed to make that happen.
        
        Change-Id: Idd98fbc99322c0d72fb0a7848d89cb1a6abc88b6

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b09426b83c12b0cd27cd909602251cb076ffa4ba]

        fdo#76294: Properly intern string literals in formula on xls import.
        
        Change-Id: Ib3a442cbb68c23294762561f2911101a087a795e

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2da75ceaca3907694b4021d3d63a63375ce37ac6]

        fdo#76294: Write import test for this.
        
        Change-Id: I4d2f98117b783e801916f99fd99e69d43e161e2d

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [981590d1cf89bb07864ec62bfebdc03c61bd475b]

        Clean up function declarations
        
        Change-Id: Ic00323f1c22f9b3642758dc21b65a2413624515e

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [6a682c41e5013b227a254a3ba7a2954a4fbb793a]

        Clean up function declarations
        
        Change-Id: Id628629bdab2aa9446d449bc091a7bb82dab54eb

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [6880e9c97377940a4b967a68f4f936486b58face]

        Clean up function declarations and some unused functions
        
        Change-Id: Iace3118a3a8a6d494b89d4476ff3160652e940ba

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [8f7a1111abb35bbb25daf6ace2add902f98361fc]

        update_pch
        
        Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [371e9da42c2c13872c15db2d89bbbb9e6c947eaf]

        update_pch: fix precompiled_chartopengl
        
        Change-Id: Iddc978672533d42e15ae901fc50c4adc53e65485

2014-04-14  Jan Holesovsky  <kendy@collabora.com>  [f2b815de56a2c2cfe6bb3f757cd70f7bbcbfe562]

        writerfilter: QNameToString is for debugging, avoid using that in real code.
        
        Change-Id: I8462204bb0fe4da8de1d05a42347466e40e54169

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [6ba9692d8bbe3e3c245aca9a7c928e81178d05f1]

        Typo
        
        Change-Id: I888b4fcd6ad1bbdc95a1f6e17d2d35de193c3473

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [bd92bfdf8eca1217877192cb80a7eccca2659a6c]

        Need to skip these now on iOS
        
        Change-Id: I4bf25a30152d3cbbcc2fae05e40accdde1548298

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [a49b453ad32e155217e51affc2a0b1a1b09174dd]

        Clean up function declarations and some unused functions
        
        Change-Id: Ia821ca4d03a467620b3ea6ea2520f0d177a5724d

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [1531b523bf6a3379739d2ec12c96ca7b94f60a65]

        Clean up function declarations and some unused functions
        
        Change-Id: I7a2b5970fd0ab2059b5f5b0100a049e04ba54ee3

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [efadf1f90b1038661f54c6c18d5a8d17415d47a7]

        boost: annotate upstream status of patches
        
        Change-Id: Ie841bbc23ddd99fc023c3066b107172f9cfb7a24

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [11230fb8415d7cea2cafb9d86698e26b3e7e625e]

        boost: split boost.wunused-local-typedefs.patch
        
        Change-Id: I3b87643c1853ceaed3d2422a7340a931bb0c5850

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [c0def0a41f421f6ade3746e27a3f374e16e0ac55]

        boost: split boost.wundef.patch
        
        Change-Id: I16c2235dd72f86b7659d92aa1c72b573ccadacb7

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [ce4817130cfad1166a83ee4cc1c28694124246a9]

        boost: rename boost.wuninitialized.patch
        
        Change-Id: Ic82f00a9750dc4f15207474a5cf4873e620198a3

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [9875383958fcb8a9502f812abb8b0c455df31a7d]

        boost: rename boost.wdeprecated-register.patch.0
        
        Change-Id: I4f07df4fc9def60dcf6ae9a3cf33c5315c9ad2ad

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [f9812ea675e1076685e30f61118d85300530ae19]

        boost: split up boost.wshadow.patch
        
        Change-Id: I6b51bd0e9bb8db50514ab19c4678784b4782d63c

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [b09df1857c08ea2de772cd0547ad8a5d0771f7d0]

        boost: split up boost.jsonparser.warnings.patch.0
        
        Change-Id: I680a19b87708459501816cb7de228468f167caa9

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [4321efa2915a8fd50cacb0d8a0f411fb1313b993]

        boost: split up boost.libcdr.warnings.patch.1
        
        Change-Id: Ie637b6e7f452633a3cfa7826d7add0eb9846f7f8

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [38f77cf690661bebaf1d1714568296643c5e700e]

        boost: rename misleading boost.{4100,4510}.warnings.patch
        
        Change-Id: I7c9cf801f5ce0a16adf6eef7fc5697cfc6c0c194

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [b5f60ca53fc29548b3cee83e8fdd638a2995bad2]

        boost: split up boost.6397.warnings.patch by module
        
        Change-Id: I8cf46ebbe5b17109e9ab2a13ed7c50cc48d6eae4

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [3413e03c077ff9bf8f412e57be4bd5336d01a7af]

        boost: move one unrelated hunk that isn't in the submitted patch out of
        
        boost.6369.warnings.patch
        
        Change-Id: I7a36f6242d92cb46aac80a46ac69ba488ca4e4c5

2014-04-14  Michael Stahl  <mstahl@redhat.com>  [fc690336a0c7cb3e3a3c3dbbf2c9342d3e17095b]

        boost: split up the totally misleading boost.4713.warnings.patch
        
        Change-Id: I19ba507541a0bacc77ac9b77c64f8809273f9d4d

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f403051968298fbabd61de82fbb6a77762c83cc]

        fdo#77209: Share string pool with clip documents.
        
        We do the same with undo documents, and it will only make sense to do
        the same with clip documents as well.  Also, put the sharing part into
        a common method (for ease of tracking).
        
        Change-Id: I342b22d95374ee06d16318a66ffea0ac5b42621c

2014-04-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [85a070f93f4dc02a1c0142e4e8f03bde55227e76]

        fdo#77209: Adjust this test to cover clip document use case as well.
        
        Turns out that we do need to share pooled resources with clip documents
        in addition to undo documents.
        
        Change-Id: If220c2d4bfc2bece9e884e034525e72dff8e3d66

2014-04-14  Jan Holesovsky  <kendy@collabora.com>  [fabea153cfe1ed109d2724b873655c254a152a38]

        Compile the debugging strings in only if we are about to use them.
        
        Saves us tons of string literals.
        
        Change-Id: Ieb7ac52e7493d692e7ed56552350b8781ec6b500

2014-04-14  Ptyl Dragon  <ptyl@cloudon.com>  [f62b06eb1eeeed05306601d4736973fc16a17666]

        Use -Os instead of -O3
        
        Change-Id: I3bc3397c6a505c758703e506474657fa97ef51bd

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [2d6e8e2b5f41f7fd70293f9dd425dd0a6afc09ab]

        Add a source file for debugging convenience
        
        Change-Id: Ic337ac74b38f7c6591a91cc9d996a23b3a3fdf25

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [0b6fb1f45a179e94bb39f49dd8f245812d753113]

        Put the dict_ja and _zh data in files instead of code for iOS
        
        Map the file(s) into memory on demand. The executable file of an app
        needs to be as small as possible. Including additional data files in
        an app bundle is fine.
        
        Change-Id: Ife9bfe99a2cf0473d459f38f50dfa3304b39e282

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [c0f2dc1347cfbc121408959531998b217cd1c617]

        It doesn't seem to work to use variable references for file names anyway
        
        Change-Id: Ic98a9c5792b98705b57f39e1d90fb7019bfb95c9

2014-04-14  Tor Lillqvist  <tml@collabora.com>  [a4351c3db546a815b9bdfd9989b440a333a342d4]

        Avoid NSLogging when not debugging
        
        Change-Id: Ia6d3057ab013aa31dd40058e453f8ca18de91149

2014-04-14  Katarina Behrens  <bubli@bubli.org>  [4688a4d4fb74cab711ab19743a6783d925626eb1]

        fdo#65277: Export text run strikeout property
        
        Change-Id: Id5bd7649a8ffaaf03099bfeab42ea4456ef718ec
        Reviewed-on: https://gerrit.libreoffice.org/8925
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [bfed8b9c9b76ea8eca7c4938d86b3a6ea6436b6e]

        Clean up function declarations
        
        Change-Id: I448e0cf2abeeafb0f6266baeb95705b3a11705a4

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [5e3c99315592191c1cb2bf787ac78889846fc453]

        Clean up function declarations
        
        Change-Id: Ie204bb9dc1fb4ded416087f5a3d962924b3dec82

2014-04-14  Jan Holesovsky  <kendy@collabora.com>  [893590f16e9ac10e61f2c1b37e27a11fe2205f42]

        The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.
        
        Change-Id: I728e808ac897aa1be184fb4a8bbbf781eb816cf0

2014-04-14  Jan Holesovsky  <kendy@collabora.com>  [2188a7ac2eb37aee89f8f305bdf99db9b05b20bf]

        Reduce the amount of strings in the release builds.
        
        I guess even in the debug builds these strings do not add much info, but...
        
        Change-Id: I5cf765539a821513b5ce77c5484071d181459881

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [141a87dd3caeefc7d098dbf4d1a6df2f0cb259c5]

        Clean up function declarations and some unused functions
        
        Change-Id: If2c233a8ced8815b065a72caff907f10ef6166ff

2014-04-14  Takeshi Abe  <tabe@fixedpoint.jp>  [fbf5599c071c6f3203f8992aba4560be9b3b5e42]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: Id71cb49d8aa241a17efd4cbe217a48f2d7c34e84

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [e04c36b4591ffa457f3072ea8d3c0c72211d20c7]

        Clean up function declarations
        
        Change-Id: I0602166c8e6485b68e06bbcc9f0064938facd3fa

2014-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f9a75a2c5cadc23a853f919bed8faccd2baf004]

        sdext: use --switch=2 --readonly-tables gperf options
        
        See 73ecb924379b8e665ee94235a353403c5d29eae6 (Use --switch=2
        --readonly-tables gperf options, 2014-04-13) for reasoning.
        
        Change-Id: Ie1cfe753979d908077134b86587d8de5fa7c2ee8

2014-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [bcccd851765b635a9ed4a33eb47d0e9663106035]

        filter: use --switch=2 --readonly-tables gperf options
        
        See 73ecb924379b8e665ee94235a353403c5d29eae6 (Use --switch=2
        --readonly-tables gperf options, 2014-04-13) for reasoning.
        
        Change-Id: Ic63747a6cd982557cad8470ae775afa4b3d8d883

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [a640be7e2d30462e7115fe6d897b6d5ed3fef9f8]

        Clean up function declarations and some unused functions
        
        Change-Id: I367acc372d6b5996430a2c560e776a469b7e0007

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [e13022a825917ad9bf1d2b16af6b88a4fa97b1cd]

        Clean up function declarations and some unused functions
        
        Change-Id: I2f5b3144e8d4ce3e497a030aa102985c3bc81645

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [6a9271ff833798927d6f5d1b64f836933c87ff73]

        Remove unused code
        
        Change-Id: I4e1e9f8c9b98fa77c8149fc5f876a2e7777b19e8

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [5b8ca52fe7ebe40761b9ecd84d313f90eba61687]

        Clean up function declarations
        
        Change-Id: Ia811e9d3a6745e75fddddb6c6876316fde3629d8

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [29a96480b09f63bfbffb799729cf09d3693c0054]

        Clean up function declarations and some unused functions
        
        Change-Id: I7eba9260b33e0b92ed997bf624d866644a091f29

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [712d2793ec8e54e1d74655ccb4ea5e2b8cc9ca72]

        Remove unused code
        
        Change-Id: I1355317d6baeb180417cb5f1f34038925c1299cf

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [1d057cca8c3970d20d6b6203bd25af11eaf21cf9]

        Clean up function declarations and some unused functions
        
        Change-Id: I47bdc668ecf703d85f4d50c71f1347fb9e8e89d8

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2346c010eab052aae2485bae522d06766e192cf0]

        fix mac build
        
        Change-Id: I3f29b389543d23bb230964d81ed9a6a946a4414d

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [b1456548611b44735be2ebf66d2cb1943c7e4322]

        typo: regularily -> regularly

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [0e970f3ba26a24ad589b8aa1480f078c7efb7132]

        typo: occuring -> occurring

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [d2f24e3a31acc08f29dd9454df59df9b9559c15c]

        typo: beause -> because

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [41e381e4107d9c6ac6eb2f6fbe4164ab87bbc0ac]

        typo: senstive -> sensitive

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5047891d0419efd49d4e344b8b0dfd39d9b78849]

        typo: positon -> position

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [407a166a3215da7e23dd60d430332fe7d4324d46]

        typo: synch -> sync

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [40bb0ab22bdfc1ec14536aee4745d552fe19d2f8]

        typo: partitially -> partially

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [cb215c649dd1e112d15768bd3b976b62c8ac1428]

        typo: colleting -> collecting

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2e2d97fb2b6c6d8e9891152d794cda4694b0397b]

        typo: fileds -> fields

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [661f53f78506271dba3069a65bfbe5bb2d4faece]

        typo: calcualting -> calculating

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5cb8ad75d083ba4b53f08a651b7b37d4b1328251]

        typo: implememted -> implemented

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [f6d5a32ab509c604ec48aaf6bed2adb79c5da27d]

        typo: avaiable -> available

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [92b22157864f82e76863f5d77b32f63eb203322a]

        typo: hilight -> highlight

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [503edef6b20f06e12b6170247896343f90ebaa7a]

        typo: updateing -> updating

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [314d0088be6bedeae88394e5f59500041f99b612]

        typo: pretent -> pretend

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [29368617fae1ae646a98d5faddce2b65c0a01ca2]

        typo: curosr -> cursor

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [228f921beae3f882e1a0eccb62edc4baea3c67ec]

        typo: obsolet -> obsolete

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [471a444f270ca9d2113d9e95876fb2ed6e15c7d5]

        typo: exspected -> expected

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [8d2672141e02e4cc6abc6a42a56e1df5ac76c40f]

        typo: belomg -> belong

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c8ba045b3130d097f4a0248bf4de18b974906243]

        typo: indentified -> identified

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [9e0a480764fc08a98714e4c7eb304911b804cef7]

        typo: implemention -> implementation

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [fa1f7d27c11214b836e436b5c8cad63f3097c7ed]

        typo: attribut -> attribute

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [07c60c8ee2d1465544a6a39e57bc06b3690b8dfb]

        typo: increae -> increase

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [6cb8a8b25fb3bb0cb4d084828aecac5fa3bd650d]

        typo: termintator -> terminator

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [ec4db985bc4bd09977125d50d0b9e2e971598754]

        typo: accesability -> accessibility

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [95cf4751e7446f0a653c5cf6e4870be0d850aec3]

        typo: pararaphs -> paragraphs

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [d291bafc1a3e67e93fde36967612a8f9d09df373]

        typo: unexcepted -> unexpected

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [3b805d376612c0eb6a724c5d239e74eeb6ee79a1]

        typo: unnessarary -> unnecessary

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [b8239ac2f96a2e9fde3c51148f8ed7c38b019cb5]

        typo: noone -> no one

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [8d202fa72f024529092b24197f9b5d28d4c1f6d1]

        typo: paramter -> parameter

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5833de5cd7ff708978df5e694090e2b13229c989]

        typo: retangle -> rectangle

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [6a06005f6e3d947826f8e53b6e77078eeefa5ae4]

        typo: positiion -> position

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [45f28fb2125eb190e45c3df74e335fce3035872c]

        typo: realative -> relative

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [8de88d9f631ae21a87ab7a0374ab81d1f4dfa966]

        typo: ambigiouties -> ambiguities

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [0ad132b2f48369b1421dd9b3d5b877f0cf958c2f]

        typo: additinaly -> additionally

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [bbed8d6679786b1ad7ffaad34957096c3ddb8476]

        use strings directly

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [d1dd39da72fedc187bdb8670b0284e7a11f09241]

        typo: heaviliy -> heavily

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [f47031793ae93adf8c73c4bea4867a3cbbd42e46]

        typo: araea -> area

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [7c596ed1c5f51a8c41b662555a9260f9e868da47]

        typo: firt -> first

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [1635a70e3180de26ab2a11f1e643cb9f7c92e3c4]

        typo: diposed -> disposed

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [ee67ff6e1aee2889aacd112e2c6a064936db513b]

        typo: recusive -> recursive

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [722f9e01839ec27a5a6e7fcac91abdc5dca16d76]

        typo: visisble -> visible

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [750e08e8718f23cf77e7cecd167919095760e0f6]

        typo: drived class -> derived class

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [30fc8e2a48c0bf6c9944fe0ae2d75ea2f3c2b0c9]

        typo: foreward -> forward

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5c73677cbd96749e72414b0b507dc8c07820c06c]

        typo: currenct -> current

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [b6d7773a12e1bb49068ee9f5330743c9484fb5bc]

        typo: artifical -> artificial

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [570138b66026f729cf500f7934be999fe7123a6b]

        typo: discret -> discrete

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e]

        typo: attributs -> attributes

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [75f5d9d21401d16698eac2c5d092ae83970c0a99]

        typo: postion -> position

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [574ad3aa020fd872209c67a6a549ed70e5257d0f]

        typo: specfied -> specified

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [01b0ca7d2a8deb82d8e2d0ed3e29ddda7667d4d6]

        typo: easyly -> easily

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [471615653007947a44ee9c1b1e747849f7b73845]

        typo: configration -> configuration

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [ca173a20eb22ab1c71f377c4878c945eb756e4d2]

        typo: identcal -> identical

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [52ba650bffc2a5b215af50c7f45dae035f46663c]

        typo: reverese -> reverse

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2ebf68288bab81b1cefd24e71671d612cfcb84a5]

        typo: beforet he -> before the

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e0a62c7ec3311bfa213567f4a076bf69cd98ce85]

        typo: gven -> given

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [79b7f642089f9aa8633b1e15d12cb56c10813c96]

        typo: whent he -> when the

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [6cde7647c94b896eafbb9d79e2e7c4f0a86a465c]

        typo: implicitely -> implicitly

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c035317c327d1f8a462f3abd5face29d85bbc991]

        typo: workarround -> workaround

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [1b88412e91243b563d67a19f16a5be154fc16f8f]

        typo: ecists -> exists

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [f7d6bb536a9d39893b0f23c849cf793b616ea715]

        typo: gard -> guard

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e4181d9a0a4eefad49703b32bb79531bccfc035b]

        typo: ULR -> URL

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [aa0493be8cbbc3025e1dd2d005c54f519c864bcc]

        typo: puposes -> purposes

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [13943b18b7911e82e95f301f3ff7e539ea24a68c]

        typo: controlls -> controls

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [7f47244dd288a406c5637eeb2299502e5bc1c9af]

        typo: aplied -> applied

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2d4afd15f0d89d1d84c43a68f29e2f27d3cb1ae0]

        typo: excption -> exception

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c017c664910d1e6bb53a1fb873369fea9265d583]

        typo: atim -> atom

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [6bdeee78847768b36bb6f364d8ba557bd437fb8a]

        typo: suiteable -> suitable

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [d23f07cc28ae97a81491a767ad75a3eef6be75da]

        typo: secunden -> seconds

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [643bbd6041fb826a22a4d4f8a6abe6bc66a1a9b4]

        typo: choise -> choice

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [3bd26180c649a40251cdc12065fea91544a26906]

        typo: nummer -> number

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5e378e331e53fe921f276af44d972bd837dc14fa]

        typo: titel -> title

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [d47e763eabf8170474a3c364fc929139ef54e979]

        typo: simpe -> simple

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [a148122b0998c1493c4ea4f120826efb16d08946]

        typo: usualy -> usually

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [0fb30c1e791e5d8d8241a7afb5727327bb9d4bec]

        typo: misformed -> malformed

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [59da9b507d58fb4c9dd1eaecaaf28165542bd7aa]

        typo: ddjust -> adjust

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2617208832401d47f9e70b5484b3fa38886643ce]

        typo: referenzed -> referenced

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e4309eb87d50ba25fb27b55716fd02c323b0ac1c]

        typo: adjustement -> adjustment

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [4c2c4e36ed7788fdd09a8e91d8337cc408a887ea]

        typo: styte -> style

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [fbd23c2e73de3e686c7acbef59b28c0895643278]

        typo: currect -> correct

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2a4b6a6e6f22c0de19971c77f67baa75e3a33e60]

        typo: currect -> current

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [68ae78c3c27061408493cedb3b8c579daacf81b2]

        typo: objectes -> objects

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [28c2c289413b736323146a74659c7fd3dfd9b816]

        typo: givin -> given

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [5452e86cd96b359101908de4ed10f3668b940bd8]

        typo: wraper -> wrapper

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [7de86e695a3ac3068d5bafc0e03c1f8dc09dcdac]

        typo: caling -> calling

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [39b26e4466182cad1411c256719ad9b903eb6d79]

        typo: ommit -> omit

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [7328e577e297924ba9cdfc2498f84b1d17d603d4]

        typo: stoped -> stopped

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e5a05de95004a9ec3b569282ab7fbd9a1828cfd4]

        typo: iteratioin -> iteration

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [74f343e94dad5ef8c5d5eabc80a03355e33134e5]

        typo: reassings -> reassigns

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [bb667fc1b98c17b95209351573fdbe7a109c50a5]

        typo: arround -> around

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [52a41a0b743685a87eed36d4825ad6794741aebb]

        typo: desribes -> describes

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [12a881ec051faa1b0cfb011267ffbbc5ffc7c0fc]

        typo: inidcates -> indicates

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c650d61135457d02fae1864698f7e291a86a2e56]

        typo: candiate -> candidate

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [90f80fd66b0561b4a32814e5e655d23c17e75172]

        typo: remebers -> remembers

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2a7f68c776418c28301aa022493cd0e25f75cb81]

        typo: deppending -> depending

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e8836a3de860daf97b995f05f02fc30dac8adfbe]

        typo: direclty -> directly

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [f75aa26620f26b1fd306ade2b3c7af13cb2d9034]

        typo: hierarchie -> hierarchy

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [83d84adeb5bafa6bdbad8f759ea281c265c1234b]

        typo: befor -> before

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [523e1d38af7f1a2ee03381d01bf8399ab169a89f]

        typo: correctet -> corrected

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [f38e13f90ab1777a85ce3d9e2f9e5087384b168d]

        typo: disbales -> disables

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2805ac13dcf5ec0c7bbac949ff08a044a6805fd7]

        typo: choosen -> chosen

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [cc1352243e4c69c60851df901d2491fff91c2cb4]

        typo: accesible -> accessible

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [50add4f2e64bf82f8a2fb92cc29c1f818b3ba3cb]

        typo: somethng -> something

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [b9b4ed2b9778ce6d3346e03e8d0a0cbb521bdec9]

        typo: eb -> be

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [b1b05309835474f025dc647eeba6945030e30b55]

        typo: independend -> independent

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2ada2b33757518891e002cd9372c6aa0c85b0a3f]

        typo: dependend -> dependent

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c8e94ffb8cc8bedf7a572ca12931caa999733799]

        translate some german

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [8b16cc50f4d1aeb820b3be2b6193cfea432f012a]

        typo: te -> the

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [e5afa5406431a3e8c0358b2c64dd64a3b0c43ef3]

        typo: forground -> foreground

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [02e14adc6e9b3fe8610a54b0510b896bd4e06629]

        remove update_precomp.py markers

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [60c8df432619e4aaf90e92e18f096a43acb3a30f]

        remove static strings

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [18c7992d7ff66e796f18eeeb44b62a78f74f820a]

        no need for those static strings

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [532b69fbc4e4a5fe7aac57bf997aecb2ec65889e]

        remove commented out code

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [2b1833d935ab4ea667bf248387bd0938ac2e9e2e]

        remove _old_format_code_

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [745ef97de4708b215ccb47242c89496ed59af072]

        FS_DEBUG is never defined

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c03800435eaa12a7957450a1b1223a6753dc8fa3]

        InArbeit is unused
        
        means "work in progress", pretty long since 2000.

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [43b6df53b3c754373147dd48df88df232770c2ac]

        N_DEBUG never defined

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c6279cc17bba5f589125dc8b8ba4888e78a26dd7]

        OLD_TAB_STYLE never defined

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [c11790bb6758af3220cbb5931bf2c9f77cbb51eb]

        remove OV* debug stuff

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [be9e7782309a176a68ff856dc18d737813fb14ae]

        remove outdated RS6000 checks

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [aaae18cc5f61f979d2c7d7d0d855fbbd8c4cebdb]

        correct indentation

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [63dc7b1ce8a5d4cd8ec63526324736f73f0871c7]

        SCROLLABLEFRAME never defined

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [07a43d8db4603cb9059383015f3c32a98f064fd6]

        SvxMSConvertOCXControlsRemoved never defined

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [1c2f9e4189fd3532912c6bb940ed1c80d525fe83]

        THEFUTURE is unused ;)

2014-04-14  Thomas Arnhold  <thomas@arnhold.org>  [792437f1f4703752f04c2891bb8957e28f07c666]

        USED is never defined

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [52494aad920c713e17cd2c5e452a5e634f1bd2e7]

        Clean up function declarations and some unused functions
        
        Change-Id: I68b488d45c77ebf82029bfede98dca2400e02f2f

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [a736781e836f5a3b25c6166e2474beb3af7e1f29]

        Remove dead function declaration
        
        Change-Id: If16e9bed79cc55896cb6c35367935848140da4df

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [e80c5913ed9db493738507954362884d14cc6287]

        Remove dead function declaration
        
        Change-Id: I638fade941d369f0b09a016cfdc23cf5c981b8f0

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [82d1b40444e65d41bf4807a453cc48bc28cf9c8d]

        Clean up function declarations
        
        Change-Id: Ia33a39c9c8fe25c48c81c53270ca9ce5ef90221c

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [aea96244d1228a7b2de27c46f1d33b7025803667]

        Missing includes
        
        Change-Id: I08750fdaab137665205a6e55891d845b39b0147d

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [e052009df1c01958aa1371e0cb0c8da75f0881ba]

        Remove unused code
        
        Change-Id: I9d407fcdbee66b44504c5d092d32113114e2ac46

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [d2555ebb240fea2780f152e5ea39d145aab508fe]

        better?
        
        Change-Id: Idacacf531d237c2c7482db85c56b58954fd04ac5

2014-04-14  Stephan Bergmann  <sbergman@redhat.com>  [d0c4ab34fd16882cd93decbaa2f99d27642dce11]

        Missing boost_headers dependency for WNT
        
        Change-Id: I92906de88669d629f8efd39439c4e6e0151f687c

2014-04-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [904630a2272ac4dd540939f8a462bff5d636f066]

        fdo#77267 RTF import: pard should reset current paragraph style
        
        Change-Id: I8d78ce262a4e57161325231a78e48750909b1bad

2014-04-14  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [c1e563f6efd09cd3463f1b92a3022ae288c92087]

        fdo#76741 [DOCX] Table Alignment and width type
        
             There are two issue related to table in the saved(exported) file
             - the table alignment in saved file is "left" instead of "center"
             - the table width type in properties is "auto" instead of "dxa"
        
             In the issue file alignment was specified in w:tblpXSpec="center"
             and so were missed at import. Added support to fetch
             HORI_ORIENT from frame properties if its not set in Table Properties
        
             The ::GetTablePageSize returns 0 if the table width is FIXED.
             Modified it to return the tableWidth in such case.
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapperTableHandler.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8846
        
        Change-Id: I02a3af5e9d8ef3746c4d6bec0a07a24e01cc12a4

2014-04-13  Stephan Bergmann  <sbergman@redhat.com>  [8a3eeff238d97d9d5ae548193e32c8b00a22219e]

        Clean up function declarations and some unused functions
        
        Change-Id: I80d15f503bb5714340c051cc1c4890a445e44d56

2014-04-13  Stephan Bergmann  <sbergman@redhat.com>  [a6611be6bc145a9f538a9f1bbe6d40f32ebad1c9]

        Clean up function declarations and some unused functions
        
        Change-Id: Ie81d270267b6c3c3620ade62eb393b28d995a654

2014-04-13  Stephan Bergmann  <sbergman@redhat.com>  [f5051821bc5da0fa7b3de78d21aee305fce3d46b]

        Clean up function declarations and some unused functions
        
        Change-Id: Ie35d71a03d2f89cd72836db21fac8746a9e85b09

2014-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f7ea60218ae96cda55dc39073fac807df64f18de]

        fdo#74079 - sd html export: fix false width values
        
        Change-Id: I498310525cf912706d64adb773c951b197b6fc72

2014-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [24ae12911a38343b29a68eb75ccbb2589dd383cc]

        sd html export: q&d add single document publish mode
        
        Change-Id: Ifa96814eb2664bea082e51bfaa739250718abd1e

2014-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ccbe5105ca782f4d6efc4de5fb4e0a4714d59ab1]

        sd html export: reset progress bar in single document mode
        
        Change-Id: I455588c927cc35660023f74885f63108625cd123

2014-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e679c101ac6c995aa26c9e1490ddb8233e668438]

        sd html: impress html export test
        
        Change-Id: I710868b4cb19cec2820c3cf699dd5d855e3da7e2

2014-04-13  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [87c3fdeed8a1e9129966323c1100e1cd1aa31a9f]

        sd html: export outline, code simplification
        
        Change-Id: Ic201f4bd7716806edd031a2935d1e859a6b51958

2014-04-13  Luboš Luňák  <l.lunak@collabora.com>  [af51f3fb5aee469423b154958ccb3fe61284122f]

        handle .doc cropping also inside groups (fdo#38411)
        
        Writer does handle cropping on its own, but only for "toplevel" images,
        not for those inside groups, so there still use the generic code.
        
        Change-Id: I805a4cbd2d4cea7008e0322688ccd7f35a6d4a2c

2014-04-13  Stephan Bergmann  <sbergman@redhat.com>  [ae59446aabbb99fe3c92865428812fd884f2579c]

        Clean up function declarations and some unused functions
        
        Change-Id: Ie4f6197e42db298b4a3dcb6befdbd72dff6ea2b7

2014-04-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [6180d7164a6398869ae68a8573e522124fe6f01b]

        RTFTokenizer::resolveParse: use SvStream::remainingSize()
        
        Change-Id: Ia09c4cf67390e24573174ff701a72f7bac367599

2014-04-13  Julien Nabet  <serval2412@yahoo.fr>  [2cd35d3abbf196ffaf0a4166841c0ecfe323c3ce]

        Change encoding from EUC-KR to utf8
        
        These files have been converted with this command line:
        iconv -f EUC-KR -t utf8 <file> > <tmp file>
        For more info, see http://nabble.documentfoundation.org/About-encoding-of-some-files-in-hwpfilter-td4105106.html
        
        Change-Id: Ibb2fc0af465641d6cc9236887addefe8062d4ffe

2014-04-13  Tor Lillqvist  <tml@collabora.com>  [73ecb924379b8e665ee94235a353403c5d29eae6]

        Use --switch=2 --readonly-tables gperf options
        
        The --switch option saves about one megabyte of code (or data), and the
        --readonly-tables seems like a good idea in general.
        
        Change-Id: I19419e2cb9bb76dea4547512572b689883c41d8d

2014-04-12  Julien Nabet  <serval2412@yahoo.fr>  [42d494e7925249c36f62206e7268d849437e219d]

        Fix encoding (iso-8859-1 -> utf8)
        
        Change-Id: I3ce449b6be30edbe99a72a66d18225482e091236

2014-04-12  Julien Nabet  <serval2412@yahoo.fr>  [091f4f14c596ea0c34d891372a4fc820f92e36ae]

        cppcheck: multiCondition, remove 2 duplicate "else if" blocks
        
        Change-Id: I538bacd0e52a5e7d5df9847ad4632e02124aeb95

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [cddf4bd65fb4ce5615ca770946707d0db657e8ec]

        HEADER_SEARCH_PATHS is duplicated for Debug and Release
        
        Change-Id: Ifbed4933f528342300642673d707c8189eda1e8c

2014-04-13  Chris Sherlock  <chris.sherlock79@gmail.com>  [bb5c7d6a79309236d4f19bb2498f2e850f735a2f]

        fdo#38844 Reduce XOR clipping for gradients
        
        Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it
        has been removed, the other version isn't really needed in it's own
        function so I've moved it back into DrawGradient.
        
        Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [eb6bf90a87b50c60efb3df0f0659e7de3e250ba0]

        Mmap in the ICU data file and pass it to udata_setCommonData()
        
        Now done in TiledLibreOffice's lo_initialize(), but should probably be
        done in common LO code instead.
        
        Change-Id: I398a703943d13c6d715e4c88ead2a629955fb7c9

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [11842c66432ffda87e7326d6f0d8342d484bfcbb]

        Copy the ICU data file into the TiledLibreOffice app
        
        Change-Id: I7f259c96dd9ab0ec833cefd2142682d08b7255b1

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [4867d022d56e2f870f544a139a021e5afcb17312]

        Don't create an icudata library for iOS
        
        The intent being that the data file will be used instead.
        
        To avoid linking error, correspondingly include the ICU stubdata
        library in the list of static libraries to link with.
        
        Change-Id: I0f223fcce89dfbe283aaa2fcd2d5a58ea36ba364

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [a2adff554052cb3e2561dd7672e532411cb710bb]

        Add udata.cpp from ICU for easy breakpoint setting
        
        Change-Id: Ic830275479ef68af50e4df738d9f5d252bb1cdf0

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [6d9060a6e6aa05a556594a519cb770c1bf06f79f]

        Unnecessary to mention dependency on icudata as only libicuuc directly uses it
        
        libicudata exports a single symbol, icudt52_data (for ICU version 52), and
        only libicuuc refers to it.
        
        Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27

2014-04-12  Julien Nabet  <serval2412@yahoo.fr>  [2ae639af5ac5e76b6ecbb7e8fb92d32b1ce002ae]

        cppcheck: Possible inefficient checking for emptiness
        
        Change-Id: I2b353435b29046b05acbb1193fda168309e01f4b

2014-04-12  Julien Nabet  <serval2412@yahoo.fr>  [6a3440de1d1156c6a0bdb02e7cc38dea990654e3]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7060802164989c2797d4abea29a378eaa3a54b41

2014-04-12  Julien Nabet  <serval2412@yahoo.fr>  [6c6f78c6567db73aa85de4beb461db2cddac7b2a]

        cppcheck: multiCondition
        
        2 "else if" with same condition, one of them is wrong and it seems here the first one.
        More details here: http://nabble.documentfoundation.org/Cppcheck-reports-else-if-condition-matches-previous-condition-vcl-td4104270.html
        
        Change-Id: I818cfa879a41c5818c429acc1645b1ee1f8b5103

2014-04-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [2df53ef5002270bfe788e383e95002f636a242d9]

        fdo#74599 RTF import: enable StylesNoDefault compat setting
        
        The Writer 'Heading 3' paragraph style is gray by default, but (just
        like in case of DOCX) that shouldn't have any influence on the RTF
        import result.
        
        Fix this by moving the compat setting from the DOCX filter
        implementation to the common dmapper.
        
        Change-Id: I86c7cf1a66f82b438ce8379467773a88c9e229af

2014-04-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [30e0e6ff95417295874e23376f83fc5ff26bf3d7]

        Unify DrawGradient functions in OutputDevice
        
        Turns out that the two versions of DrawGradient in OutputDevice are
        almost exactly the same in every way, except one deals with a rectangle
        and the other with a PolyPolygon. So I just convert the Rectangle into
        a PolyPolygon and use the PolyPolygon function.
        
        Now that the functions are unified, the need for a seperate function
        to clip and draw the gradient is no longer really required, so I've
        merged this back into DrawGradient.
        
        Change-Id: I94d4af1bb7dd900495672f0c0481dc9a1083ff67

2014-04-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [555d49bf1a5d299d45a3b29fa555efcd4e2c917a]

        Detect if polypolygon is a rectangle in DrawGradient
        
        If the polypolygon that we use for DrawGradient is a rectangle, then we
        need to 1) expand the gradient rectangle to avoid missing lines on the
        right and bottom edge, and 2) we should pass NULL as the clipping
        parameter for ImplDrawLinearGradient and ImplDrawComplexGradient.
        
        Change-Id: I8d8289ace069b5c500db59d1a2addfcea8388dfb

2014-04-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [4981bb9eed1a51f8ce54d01c37bfb5b5d46f0637]

        Reduce the clip region in ClipAndDrawGradient
        
        We should reduce OutputDevice's clipping region to the bounds of the
        polypolygon. To do this we run OutputDevice::Push(PUSH_CLIPREGION)
        to have it set the clip region of the device, then intersect the clip
        region of the device with the bounding rectangle.
        
        Change-Id: I58ff5d1def1eca3c1213c7fd2d6a7205b70cdd01

2014-04-12  Caolán McNamara  <caolanm@redhat.com>  [a7228e0bdbb06de56145d1edeacfe4ede1a7a7d4]

        Resolves: fdo#37130 use 10pt Default style font for comments
        
        instead of 10pt UI font
        
        Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c

2014-04-12  Caolán McNamara  <caolanm@redhat.com>  [cb35c7cd492fad57ca5b0ad6bff3234d07952d8d]

        add test case for CVE-2007-2356
        
        Change-Id: I9bf6ca1c5a23dd0e3ef6b7d7c0de041a48df45b6

2014-04-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [272a5e7671fadd254d06d67180f97916891a4cf4]

        sd tests: tab to spaces
        
        Change-Id: Icfc9d08b073f76d6c489a8b12a3c27b850a116ce

2014-04-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fa4c74f4d5cb7ff8ae8d4fa43f07c557bcbcf9e0]

        liblo: fix check of xcomponent
        
        Change-Id: I8a05a067681767518c688eb836bbe676bed05996

2014-04-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5830799d5ba3afbb696dc354535fcfd2f10ba059]

        macros_test: use "css" short form
        
        Change-Id: I2e8d8773703df67d090059be8bd9f3c7c7335f78

2014-04-12  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [69fe10662845288c09a05716a93876e2ca95c4bd]

        sd html export: "single document" publish mode & support tables
        
        Change-Id: I0c9f45011091f962d5304c9efcaebbed7e6c3d9d

2014-04-12  Eike Rathke  <erack@redhat.com>  [f0d9aab05249ff9ea97a60fa5305f2ae32e2bdbb]

        do not change configured runtime system locale when setting UI locale
        
        This was always plain wrong.
        
        Change-Id: I2b0e3572a8285638c6d2a16e2b095c4a9847a25c

2014-04-12  Tor Lillqvist  <tml@collabora.com>  [b0ca4765f304dbef11dbad932c13bf00e245f684]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Idfecaf013426bb549d3148fe0cab4c9e6c05dd2e

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cd22c3442389f69fc1cc14dd07b17f5a59498e5e]

        fdo#74087: Inspect if a mis-spelled word is at cursor position...
        
        then decide whether to launch a spell candidate menu or a regular context
        menu.
        
        Change-Id: Ib121e9c6729e068c70ff216391f863639aa01951

2014-04-12  Niklas Johansson  <sleeping.pillow@gmail.com>  [cf1d4c02c14772824a7149957fa119c6e290640b]

        fdo#76961 - Calc link auto-update interval is changed on file save
        
        The commit fa0fe19e89ba68a6b02cbdd5eff6bc161024c53d accidentaly made the
        external links auto-update interval save seconds as milliseconds. This patch
        fixes the problem at least on Mac and Windows where I tested it. I also
        did a successful build on Fedora 20 with this patch that works as expected.
        
        Change-Id: Ia10d12fb678004a686a4eaa65e9e12f09378a440
        Reviewed-on: https://gerrit.libreoffice.org/8934
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f9cc0daec26016722bf5260e4e2634e6dcfe25a2]

        fdo#77307: Compare external formula tokens correctly.
        
        To avoid different external (add-in) tokens from being evaluated equal.
        
        Change-Id: If78187901bdca7fe0da50442b0bb66e0650dc70f

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d5d43b2d8d3b8d547c8fd7553d101c31f3bfdff8]

        Enable scaddins for ucalc test session.
        
        This adds several worksheet functions to the list.
        
        Change-Id: Ib1a72c4401a4bd5e09ec98dfa1bd6175234005e0

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [115b2958125cf71d1d9283bbf411827348105fdb]

        Clean up function declarations
        
        Change-Id: If482545f87a9b0c066f91639c55b73bee4d01b5c

2014-04-11  Michael Stahl  <mstahl@redhat.com>  [e98e738a82885b6e7fb643bf407e504fe095803e]

        replace some SvStream seeking with calls to remainingSize()
        
        Change-Id: I2905e98425b9991d6138ab0adc15083d313ca445

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [e02a6cb2c3e2b23b203b422e4e0680877f232636]

        add a ras import test
        
        Change-Id: Idc9267a2bb1bca13c40c746ab3b1974d7e4258ab

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [11a210c25f975a28d62b3ea915fa47627df8fb64]

        Remove unused function
        
        Change-Id: I150cbe9ca96f0fb9a6b1116f79a0711d78252ba5

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [eacfa6367074fd139a97ce77d6bcbd2d3872467f]

        coverity#707839 Uninitialized scalar field
        
        Change-Id: Ib9cf1d3da0cf03b6aa0aaa7b5206803730115cc8

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [dfc39fcdbf2ded137d4c40869a5c4473a45a1a6c]

        coverity#707837 Uninitialized scalar field
        
        Change-Id: Icce1d2cd9abfebcf26e916c4c79341b617e97b2e

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [2c2b3a16bd34408000a8c623a2de764c698a7291]

        coverity#707834 Uninitialized scalar field
        
        Change-Id: I405b981c9234a662cf1d305ad437482d10cbf432

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [d30ee7f7cefdefd9eb6b5c7763482d4fbcdb6b7c]

        coverity#707812 Uninitialized scalar field
        
        Change-Id: I04e65d6c0124a2f370ae006bbaa991d5e7753e12

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [36c84fa3fbd03e5f651ba9d81e321566c8fcdbd0]

        restore original lock status of SwViewShell in correct order
        
        in e12184393f0591b5c5d9218062cc0a4bced6d4e6 "Resolves: rhbz#1081176: don't jump
        to cursor pos" for some reason I collect the old state of the various
        SwViewShells and then restore them in the opposite order.
        
        Change-Id: Ibb7bcfb07cf5038dd2e9acbac26b3246ff483a92

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [ffa82c4d148bb01a418d271b3265a35d26df1580]

        coverity#738630 Uninitialized scalar field
        
        Change-Id: Ie6b6347a8cdddfcf6b1aada2aa5c34b94cc73490

2014-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f2c47739f05c422c9c9c242f1adad0865c232de]

        writerfilter: remove no longer needed WRITERFILTER_WRITERFILTER_DLLPUBLIC
        
        Change-Id: Idedee38be19bc770518b85af62c9fc2b5b64e822

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c9c4148f00f60a9bb986e9431e76ab7cf8b4c547]

        Add this back.
        
        Change-Id: Ia342671c460d07fae4764712b2c814616ff427ba

2014-04-11  Zolnai Tamás  <tamas.zolnai@collabora.com>  [539017f1d96b0ca2c062ed7ffd2f48166f831493]

        fdo#72400: slideshow: display a snapshot of movie until its not started
        
        Change-Id: Ibd81f2aada458dd7437053b59882d3200f78747e

2014-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [4e939b959911b94cc3feea57fa6f3f4a63c8ddac]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I4f1e00dd275976cdba8490f35ccbb491914829b7

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ffe4358c755504bc2754ef88edadde33b5f395a]

        fdo#75970: Let's do it in a straightforward fashion.
        
        No idea what the intent of this weird static heap instantiation, but
        apparently it's not helping us.
        
        Change-Id: If6cccf649958b6cf01ede992c286af68eaeb31f6

2014-04-11  Armin Le Grand  <alg@apache.org>  [af2a70abc089e3280f458c9f0942c6b7971cee81]

        Resolves: #i124661# secure possible out of bound access to vector
        
        (cherry picked from commit c9cdd9751d45b5b8b0288e9dc477e6d272ba0a0d)
        
        Change-Id: I1c0637029fd7b4ab493956538c6e9fdf33307cbe

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [5d60ae3fc16836a6119fa01ec32ac35b188eca17]

        coverity#738631 Uninitialized scalar field
        
        Change-Id: I931e819da93ef952d9ad3a755471302472b4d580

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [cbe71fb3d4c4cf688e5e5d89d3fcddf64a2e98e5]

        coverity#738632 Uninitialized scalar field
        
        Change-Id: Ic5ca12b6e18890fbc289063fc7518b44abf90e2c

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [e6e4474aae78cb5ab76a4d80642e32c02afd5133]

        set what system locale should resolve to for languagetag
        
        normally this happens in desktop/source/app/langselect.cxx for
        the fat app case
        
        Change-Id: I4772172aa6f071ac03d74e2abe7a9e197f0dc964

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [1808330a85329a739dbd9196aeb3e10a06521f64]

        Revert ""Fix" for some SmartArt rendering artefacts on iOS"
        
        Nah, the "fix" is largely accidental. Must. Try. Harder.
        
        This reverts commit c03986e084e8806f66f7490f2aeeb33db5748e4b.

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [6bb60dab6f901797dd062bd9e61a17ee0ca5ae92]

        Clean up function declarations and some unused functions
        
        Change-Id: I45ea22c86ea66c49fd86af2b5d0df060138f7e9a

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [d4b8fe32f5763cd3c768aa939178c099b0bf7a19]

        Clean up function declarations and some unused functions
        
        Change-Id: I4c63cd304908ce0e8ae3f9938d7323225dd314a5

2014-04-11  Michael Stahl  <mstahl@redhat.com>  [8755eb0274dc71acfc4d589e1fe5cefd34b77cec]

        adapt XSheetAnnotation::testGetDate() to locale change
        
        ... in c0a4de1ede27c5911fea0829deabee0b599d5d40.
        
        Change-Id: Ic93b6febe719a465d768338faa3e222e8fca2e97

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [66bafdd56f901fac5673f958e394a88f8ccddc2a]

        coverity#738634 Uninitialized scalar field
        
        Change-Id: Ie83aa769b1737692a0e518b9c21371c92ec6382c

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [ea957cc01dbf951849a7002a00fc4e156d527153]

        coverity#738635 Uninitialized scalar field
        
        Change-Id: I033b3e2420edcc8a7529cd60c2ef372f2abfed23

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [60a0a093ca53a758c11ba88db0f057fceb96fe90]

        coverity#738637 Uninitialized scalar field
        
        Change-Id: I9e8abf725c348c4d779d779e24e411609df64986

2014-04-11  Eike Rathke  <erack@redhat.com>  [cf9a100021dee449e55e86d828450fa9f9e74b69]

        corrected copy&paste error
        
        WORKDAY.INTL was erroneously saved as NETWORKDAYS.INTL in .xls BIFF
        
        Change-Id: I23d7b4fb7382cfd640d1a0a19a81c4839488c1ce

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [e12184393f0591b5c5d9218062cc0a4bced6d4e6]

        Resolves: rhbz#1081176: don't jump to cursor pos when...
        
        launching a new window view of a document. This was happening because of
        (temporary) activation of the modified flag (from updating the document stats
        in the bottom bar) triggering a scrolll to the current cursor position of the
        old document
        
        Change-Id: I6e1a3c07b66ff6373345850d1449f17c1f0baa17

2014-04-11  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [56deaabb32346e0cc9c6946d7d53ba251f4450b2]

        fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISE
        
        Change-Id: I3199470ec92923e8cc12156f21dd397d870cc1e0
        Reviewed-on: https://gerrit.libreoffice.org/8930
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ba1452c2615604fd1d446dd0f1f55b5501f1b76d]

        Several more Window events to intercept for the GL3D chart.
        
        But not painting or resizing events. Those are generic enough that no
        branching is needed.
        
        Change-Id: I0fb186da61c583c5326d2608b2153aced3fab77b

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a3354ecf4fe32e3ec14b40f0c6db17e84392e42f]

        Separate mouse event handlers for GL3D bar chart.
        
        They are just skeletons for now.
        
        Change-Id: I7e5e95ad8a2809125cbcf3affd17e663aafa99b0

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [999377f113fc8f4af4f08b7285658c8c081f6c0b]

        coverity#738639 Uninitialized scalar field
        
        Change-Id: Ib7c75d87237113641fd80e5a87dc08cbf1910a55

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [01dca77a77118bf95f0948d38b26088e9b2357b3]

        coverity#738684 Uninitialized scalar field
        
        Change-Id: I07b698a72ada7a56fb8b63232f25ee5a5edfc185

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [46575addc41f13d92f1320a819e8c7ef766974d4]

        coverity#738695 Uninitialized scalar field
        
        Change-Id: I5a96a726d956f0eac0a7e5441e6fcbb2fd0ae204

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [2e87d4241f36b66a1628b0f8c7bb610c63b8c450]

        coverity#738696 Uninitialized scalar field
        
        Change-Id: I96fd8829d8854e3d3412ef4a0ba9fadf838e0f48

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [711470cdee4019180150dccbdb7b826f678ad025]

        coverity#738697 Uninitialized scalar field
        
        Change-Id: I5edf11a51b4d32a1a7257857b03ce7814af442e3

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [013cca1e82c5cbb2a8940bc6b51b39a05371cef1]

        coverity#738698 Uninitialized scalar field
        
        Change-Id: I6eb0d07acb807407712aac0c09e032dcc4d62dc3

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [33770af00eb6bc7367661148dbfe5d517e3f8231]

        coverity#738699 Uninitialized scalar field
        
        Change-Id: I54a649f077ce41354a8aac60e39b7d81de239f33

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [7f64da067644972ea7990977e1f45ab588166c15]

        coverity#738702 Uninitialized scalar field
        
        Change-Id: I7187d110c52af5f333fe627270f1dc1a578da8bf

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [3b404264a8724a945dc1d87f995d611eccaf8870]

        coverity#738704 Uninitialized scalar field
        
        Change-Id: I1556fbc14f616c883f3a6ed9f96aadd718530196

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [2696a2da53c7a8d8d8ae3de01e45be1439323050]

        coverity#984163 Uninitialized scalar field
        
        Change-Id: I3ad2a8d22ef274a63de5c01cc74c7d46f947f861

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [434bc3f6576ffb94b407d62ab5af9dc08b33d059]

        coverity#708478 Uninitialized scalar field
        
        Change-Id: I88b1393222678dfd6d6ee8a8a9f77870837615ab

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [7fb95fbebb241b47cd55b6f68a8f3a46c99f64a3]

        coverity#708473 Uninitialized scalar field
        
        Change-Id: Iebc1fcf15aebb59d685e71f3b1e7927dee19ff9e

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [e49b7f49825d4f36787538e6d634f2d4da553f5f]

        coverity#708466 Uninitialized scalar field
        
        Change-Id: I72ad2f25cffa5be14d7450c89fb55277e61232a7

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [4ec90e47b32b6666dbe7a3a496eeb1686e688103]

        coverity#708384 Uninitialized scalar field
        
        Change-Id: I105bcadd8f088e2047dc39af6bd8968261ddc64b

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [36ab95b518508b6eae39aa4927fc9080acb1ec54]

        coverity#708381 Uninitialized scalar field
        
        Change-Id: Idf23cde1b33b4ef11c9dc2275593ab49621e9a91

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [89361bebfe3d69b9f20c281e17c4613f5b3a6cdc]

        coverity#708380 Uninitialized scalar field
        
        Change-Id: Ibf6a6c13c40f503c070dc2f0d3d9b64687a9a993

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [7cb1e9524c401fbec11e809680a75f66305cdf4a]

        coverity#708369 Uninitialized scalar field
        
        Change-Id: Ia790356cdbddd1db06f04eef4515d120b8344d37

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [ae8c9fc30708f5f34158daebf23830e6bd401067]

        708360 Uninitialized scalar field
        
        Change-Id: Ic315129b26a7884fc980b215a1e85cf307da6cd0

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [d730fd358e0890174358002ac147a0168e873f93]

        coverity#708359 Uninitialized scalar field
        
        Change-Id: Ic65d9682fa145198c6ce663dc655d56570388638

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [68242e8c299b721f6e8e25608fab1fba4d011c96]

        Do not mishandle further libs without dependencies
        
        ...besides sal/Library_sal.mk, like i18npool/Library_collator_data.mk.
        
        Change-Id: I2d86540bd8123410972496047fdb59ebcf35968f

2014-04-11  Rajashri  <rajashri.udhoji@synerzip.com>  [07f90c89ef78484a422ca4536ba587217147e80a]

        fdo#76635 : Table borders not preserved after RT
        
        The document containing a custom table is getting crashed.
        In the document the user has created his own costume table styles and
        in the created custom table style the user has set  repeat first row as header property.
        The corresponding tag for this property is 'tblHeader'
        LO was adding this property as a part of cellProperties in DomainMapperTableHandler.cxx.
        But it is a part of a Row Property. That is why there was a crash @ open.
        
        In DomainMapperTableHandler.cxx : 'endTableGetCellProperties' tblHeader property is removed from
        style as it is not allowed for a cell.
        
        Change-Id: I83cd369aa4497ec3f4b567174f23ddee9be2864e
        Reviewed-on: https://gerrit.libreoffice.org/8848
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [11545b91d539b5c354c1423755be2a3809794bb6]

        Revert "make it possible to do 'make -C sw/' even with builddir!=srcdir"
        
        This reverts commit 11e881a63821ea209bda509d1e502d9ba270782d, which assumed that
        "all the Makefile's using it are in builddir/<module>/", which is not the case
        for the external/ sub-modules.

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [ef52dd9f94851da829b9f6c33931b13728f84691]

        test cases for CVE-2014-1761
        
        Change-Id: I8fa160818e5981090aadea7d4691b8acc61f0b40

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [d045378cfec7a8a175b02a1833b673c90f731081]

        WaE: private field 'm_rFormModel' is not used (in the DISABLE_SCRIPTING case)
        
        Change-Id: I14efdc4cdb0cb7b8517c8dc0a06c3f0f95259287

2014-04-11  Vort  <vvort@yandex.ru>  [54b8eb252a3380d9d6e3cec26463e7a257790651]

        fdo#35064 PDF Import: Add support for simple text scaling
        
        Change-Id: I81ff611f5f326c7ef97a75011cec4f4144d2cca4
        Reviewed-on: https://gerrit.libreoffice.org/8916
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [213e95bb5bfd91e7946a540034cb6e2769c096cc]

        CLucene: Some trivial GCC -fsanitize=undefined fixes
        
        Change-Id: I40132f735eabbead0a1f16d44dbd8878b03902ce

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [a899383ff7c571cd7bd8a9cdef6be6ba77191de9]

        gbuild: More crude hacking to fix over-evalutation of gb_Extension_*COMMANDs
        
        ...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over-
        evaluation in gb_ExternalExecutable__set_internal"
        
        Change-Id: Ica0f8a029e18f66c470afb6a038a4746c919a8d6

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [931043ab318ddb977e6943ad0b69443a2757ae7f]

        Memory released through xmlFreeDoc should be acquired with xmlMalloc
        
        Change-Id: I70db57257fa8226d9f18b7d970d85cc1769252ad

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [7692b91939ea7a816e1dfaa10c36d8fd5cd7a759]

        coverity#708353 Uninitialized scalar field
        
        Change-Id: Ic38ed3feacecb36083dfc29898292434cdbb4fe7

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [8b219e181ad8453ace3aa712d6e525e5b0bd2819]

        coverity#708349 Uninitialized scalar field
        
        Change-Id: I38d3d441d3582915d5baeed249c8874aef27439e

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [4a35fed86357eaf83141ae0048d265ea75c47392]

        coverity#708341 Uninitialized scalar field
        
        Change-Id: If053235eea2d8f003021de733ea73783cf34ed6d

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [4355ac8c31cf65988ae806097eeb2f5df63c1e8a]

        coverity#708338 Uninitialized scalar field
        
        Change-Id: I2c4eb18e6bf140d37a10c8105922e13583dcde41

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [4e0129e79946575741842506e3ac813399631756]

        coverity#708157 Uninitialized scalar field
        
        Change-Id: I9d798c8b6472241dc7d16e3d7b52653ad0d76654

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [39ae696f1e8db42f42a45c35b8f0200cf5e6354c]

        unused bInAppBASIC member
        
        Change-Id: If7adfb573e4a7605953a2561fd280a5bc22b02fd

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [04148c6fbded5d52c1dba7c1741622537b0d70e2]

        coverity#738831 Uninitialized pointer field
        
        Change-Id: I9de07f4fe8b9919ec2a7e83019b5131647e552c1

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [e6b3ec87afa298fa425909398c5dae308f330a41]

        Add MobileCoreServices and ImageIO frameworks for some debugging code in vcl
        
        Change-Id: I6eb0091d22ee5776e9be1bfde76860abc51a69b2

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [c03986e084e8806f66f7490f2aeeb33db5748e4b]

        "Fix" for some SmartArt rendering artefacts on iOS
        
        Exactly why this change works (to the extent that it does) is unclear
        to me. Whether it could possibly be used across all platforms and not
        for iOS is also unclear.
        
        Change-Id: I6dcf5982d51e5715b657dbf263a88776bbf55f4d

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [b78caf96451de40f7aa54e5b555fa0195e3d0882]

        Add a couple of SAL_INFOs using drawinglayer::primitive2d::idToString()
        
        Change-Id: I3fce5ca1af15714b8b20b1b273ccf41a49cb98ff

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [c45f5d759998d2443a9b27602396e419658b7359]

        Introduce drawinglayer::primitive2d::idToString() debugging function
        
        Change-Id: I71e5b032d52f1fe3a1bde60fe6395c5d2d025885

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [5c501c19aca3fcd8a00076d832a228e2e0fdbfe2]

        Put writing the CGImages behind the env var DBG_WRITE_CGIMAGES
        
        Change-Id: I1eac909bfa0ff3a945c294a2d6f4cb1d454ac985

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [2cb2fc5612531eb5e0205909da3d491e14a15e63]

        coverity#708628 Uninitialized pointer field
        
        Change-Id: I340eb9e7550083818874fed90d0a94e15fd597fd

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [a1ea3838adee634ccf725bc5f2be7805c6294a16]

        check that stacks are not empty before top()
        
        Change-Id: Iad5b3381b8201c5ac32a5bdf99bd3d5872ea3afc

2014-04-11  Tor Lillqvist  <tml@collabora.com>  [84272d115da1165ac5f7cf4ae53875855d762b25]

        Introduce twip/mm100 conversion functions instead of duplicated macros
        
        Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62
        Reviewed-on: https://gerrit.libreoffice.org/8837
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [8568fec3b942e725a0114ff137a61b3292e079ed]

        Fix bounds
        
        Change-Id: I61ce5563d90bb2cf8d186586f15ef4318acdc963

2014-04-11  Armin Le Grand  <alg@apache.org>  [f864c09a9d6bc2c28b30b32c6a0825b5628826b2]

        Resolves: i124608 when exporting selection...
        
        use selection boundrect as svg canvas
        
        (cherry picked from commit bfc1aa46b9ee9ad37728389eb636fc9fb5b9827f)
        
        Conflicts:
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svgfilter.cxx
        	filter/source/svg/svgfilter.hxx
        
        Change-Id: Ib10e785ebb611f0e33ea3ae799dfea20b05d250a

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [0703b9dd5649d42372529554dfd0384d82bfe47d]

        Update the reference rdbs to libreoffice-4-2-0
        
        ...incl. some /** @deprecated */ that had inadvertently been missing from the
        original unoidl-read output, and re-apply the fix from
        09f9a79b112aae36d54520568962d84a931f6491 "[API CHANGE] fix endCDATA to allow
        throwing css::xml::sax::SAXException."
        
        Change-Id: I5f9001e0cf05ec6cd950011ab307b71811f1a2e1

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [a25ebe442aeaab6fb834582ef4cb38475fde0347]

        Sort constant group members
        
        ...for better diff-ability in the future.
        
        Change-Id: Ic3a374ca8ffff4e88e9ccc9e858e82035dc43695

2014-04-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [4f8d667c7075cab08b4a1918bfba2c42811a436d]

        ClipAndDrawGradientToBounds no longer required
        
        Now that we have removed XORClipAndDrawGradient, there is no need
        for the function ClipAndDrawGradientToBounds because the sole
        purpose of that function was to work out whether the system should
        use XOR clipping or not for gradients!
        
        Change-Id: Id29b804054dfc30a9cc350bf4958ea3b2420e272

2014-04-11  Ariel Constenla-Haile  <arielch@apache.org>  [78d015849cda869e1ed5411a9cc1db912eab2f57]

        Resolves: #i124629# UNO Wizard - avoid crash by removing unneeded reference
        
        (cherry picked from commit 6a820f13a5cadc3d6d8c7bac1e4042adcee379ac)
        
        Conflicts:
        	svtools/source/uno/wizard/wizardshell.cxx
        
        Change-Id: I2d67451c6fb536149603777a84d9b73494b6ed84

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [46f0dd562ce6fc22b311649c170398cf8dee4829]

        coverity#708383 Uninitialized scalar field
        
        Change-Id: I58f092c121a6456e004e310fbb63eba6ef0c25cd

2014-04-11  Caolán McNamara  <caolanm@redhat.com>  [339b33dc02ad49892fd04bd0955def1dc3f27db9]

        have a stab at fixing Tatar locale to pass build tests
        
        Change-Id: I15b57365b0ecf4b6bdd7c521b7e05a954f01a0b8

2014-04-11  Ariel Constenla-Haile  <arielch@apache.org>  [7c372901771a7d3ffc1cb827818e2a09e474eed6]

        Resolves: #i124631# Add locale data for Tatar (tt-RU)
        
        Locale data contributed by Irek Khaziev <khazirek@mail.ru>
        (cherry picked from commit f5d13ffd92a71451be33f96a56a3bd75156a5901)
        
        Change-Id: Ie360e8b8ad534394e0c265a63b70fbe4e91c1b6d

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [cce49ccd002af788a7b025be6dc8bded933cf3a3]

        Don't even dare check for Fortran
        
        ...which can lead to problems when e.g. building against a local trunk GCC
        (requiring LD_LIBRARY_PATH) that was configured to build only C/C++ compilers,
        so CoinMP's configuration would try to blend that with the system's gfortran.
        
        Change-Id: I9f237df0887e06e50b9e76f3a09cfebb6f22dc20

2014-04-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [518bdcce5c397ac2e79b1964b1300d3ea9b9a0e4]

        writerfilter: clean up duplicated PROP_PARA_*_MARGIN_*_AUTO_SPACING insertions
        
        Change-Id: If3f7a54a48541935295515bae47233e53c228fe5

2014-04-11  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [05c5da4c376d676ff89cd40dd0dea9eeb4bc1e75]

        fdo#76597: Fix preservation issue of Spacing between paragraph
        
        Change-Id: I458bed111893a8d2fef79b11e28263a5bd2ed9cf
        Reviewed-on: https://gerrit.libreoffice.org/8842
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [a3be37674609adf68e533f31f120bbdc1abe5f7a]

        unoidl-check: Also check for invalid UNOIDL identifiers
        
        ...but only in those parts of registry B that are not also in registry A.  That
        way, we can detect newly introduced violations while ignoring the old
        (published) violations for backwards compatibility.
        
        Change-Id: Ifb8ea98fffca29647aa6677a5ade86e5b194ddee

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [fb1b0c1f7bb4f61ce7ed04480c495cacaec63a15]

        Use valid UNOIDL identifiers in XCompressedDocumentHandler
        
        ...which is new in LO 4.3 and still unpublished.
        
        Change-Id: I2d6b553c27906d7855c62f33fdf0060b58d3ec62

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [f699e7b9b22961cc401868e22eeb90c215a8832f]

        Use valid UNOIDL identifiers in TransliterationModulesExtra
        
        ignoreDiacritics_CTL was introduced in LO 4.2, but is unpublished and appears to
        be rarely used, so changing it is hopefully OK.
        
        ignoreKashida_CTL is new in LO 4.3.
        
        Change-Id: I52c6d1e8c6b30eec4af22e3bbc72dd5874ef7151

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [578cd010f504e4261c908c5bfbb46e035e22397f]

        Use valid UNOIDL identifiers in css.frame.Status.ItemState
        
        These are present since OOo 2.0, but are unpublished and appear to be rarely
        used, so changing them is hopefully OK.
        
        Change-Id: I144eceb074cfdd91777f4c940cbfbc0dd73d4347

2014-04-11  Stephan Bergmann  <sbergman@redhat.com>  [f18158d76c0151feb9cc731e4148de5f8604f704]

        Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowTo
        
        ...which is new in LO 4.3 and still unpublished (and has a comment that the
        names should be renamed anyway).
        
        Change-Id: I738d30974446578496400a176053b8d95dc96ab9

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0e63ca4fde4e446f346e35849c756a30ca294aab]

        fdo#77300: Do the same for the shared formula case as well.
        
        Change-Id: I560b0beabe81907e3f85d8845041a9df25d2200d

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed9d606306cc66ec89e9a6696494b6cdefd9b208]

        fdo#77300: Add more test to cover the shared formula case.
        
        Change-Id: I076cb7b8d5f9b51e7337a512bb86efbabee021a8

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [66c6a3bfc9cd89c562107d3d369b3d82bae94d68]

        fdo#77300: Don't re-compile formulas when the hybrid formula is not there.
        
        Change-Id: I9b0f8d031fec08bb8d92333ff67074fdc739e034

2014-04-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bdc8d5f9e712fce35098352b8c1d9028f4095d8c]

        fdo#77300: Add test for this.
        
        Change-Id: Ib870d8f115b074a4ad80ee6910f92ba8d4b0c01e

2014-04-11  Takeshi Abe  <tabe@fixedpoint.jp>  [896cacf059005e254f7d502a353f4cca74f9832e]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I43cce6b6c41582a65ff7e59de9a107b30cf8b1e8

2014-04-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b15666fd7582729c75bd0dd1bd0cb5d7c5a77f0c]

        fdo#74697 Add Bluez 5 support for impress remote.
        
        This time we:
         - Don't break SAL_WARN with an fprintf like syntax.
         - Replace DBUS_TYPE_UNIX_FD with it's definition 'h' as we might
           be building on dbus-glib versions that do not support it (however
           presumably anyone running bluez 5 will have a dbus version that is
           new enough to support this, i.e. purely a build-time issue).
         - Remove various C++11'isms.
        
        Change-Id: I736cad2122cd3789a5c7fb62c39e409d41fc1e32
        Reviewed-on: https://gerrit.libreoffice.org/8924
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [83c888bdb0a6c9795cebfc53fa74d6da8bb692b2]

        writerfilter: remove dead doctok detection code
        
        Change-Id: Ib39d54ce37b9e41ab6aff742d7680a7cd76168cd

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [5e00a299b634220e24771428266b4a796f46e944]

        coverity#708390 Uninitialized scalar field
        
        Change-Id: I59d6f396c82ca8f43939256a04c56a79f0795a67

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [652c9faec724a554ef87761b39bf3525798fa2d1]

        coverity#708393 Uninitialized scalar field
        
        Change-Id: Ief5553eb76c09fe2ed2a05ab2b2f67d03837517e

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [788c433a4a829f5054a0ee474de109317bdd6f3a]

        coverity#708418 Uninitialized scalar field
        
        Change-Id: Id33b99cbad88eea79a7ac75d8d99ffcc71d4f7b4

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [cdf8c72cedfee96f956e210dee37cbb501709300]

        coverity#708455 Uninitialized scalar field
        
        Change-Id: I266adca95feb9817226c02b183de8efbf83b04d6

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [4ef6d67ddb80cddd94716484c282cb646230ff0f]

        coverity#708457 Uninitialized scalar field
        
        Change-Id: I72a0a06bd341ce5527ff7ec88f8686a80e194117

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [580bbbf85149e45e63e1d7a79bc86c13390b4967]

        coverity#708461 Uninitialized scalar field
        
        Change-Id: I93ffd3f440e41e5c0d4d0624d2092ea531e2f212

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [93eb225988a21aefae2513f557bcb2168ae66774]

        coverity#735933 Explicit null dereferenced
        
        Change-Id: If1b1d5a5b701fe8b1faba97d52ff3bcd0da91747

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [fd014b7cf8b659c5db01acff8cb2bb2172e78313]

        coverity#735925 Explicit null dereferenced
        
        Change-Id: I1075679d34153a1a732e7f3559f92ddd8b81599e

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [6af30ecb9ade40a1d6d7eedc01ed4b8adca1938d]

        coverity#735902 Explicit null dereferenced
        
        Change-Id: Id32182b59a104c0de1fa61e91cdf9c25b29b243d

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [5cfe8815358956795501cb2d471ff5389e219fb6]

        coverity#705931 Dereference before null check
        
        Change-Id: I7b245202daf5084a9cd73d0fb2df88abb2db4e78

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [97865e0a72272d5be8c65d636eafdba04736a58d]

        coverity#983369 Dereference before null check
        
        Change-Id: Ifadcbe32aa64a9653f4e8dd8742dd3c5da22facd

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [af110680a5dafffbb4ab13c23cb4c977afad16ca]

        coverity#705472 Dereference null return value
        
        Change-Id: I1786b212207d1993246f24ad5f5237453554984a

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [c27fc13c9947170480b62058849f72ea779bc5b0]

        coverity#708112 Uninitialized scalar field
        
        Change-Id: I488f784430a252326466954bf4a29f4ddd72bd83

2014-04-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [351829b239b07a9126a7ec29cf9095e359c77adc]

        Revert "fdo#74697 Add Bluez 5 support for impress remote."
        
        Stray printf conversion gone wrong (in addition to some dbus types
        missing on older systems) reverting so that one clean
        patch can be easily cherry-picked to the other relevant branches.
        
        This reverts commit 664ceee384c07884cdb4fd8dbc80971bcadaa9a2.
        
        Change-Id: I2c4369288362e5fd56e5502e3ad37c42ea3787cf

2014-04-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [664ceee384c07884cdb4fd8dbc80971bcadaa9a2]

        fdo#74697 Add Bluez 5 support for impress remote.
        
        Change-Id: I32f781e4cb662653a2993803cbdc0be90f8e3d0d
        Reviewed-on: https://gerrit.libreoffice.org/8821
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-04-10  Thorsten Behrens  <thb@documentfoundation.org>  [058cfa72dcdd91df302be45f7fc59b0d961a420b]

        Fix fdo#71423 - crash while editing Impress tables.
        
        Band-aid fix for this nasty crasher, seems sometimes the
        family item is not found.
        
        Change-Id: I7f78d59cbf2c9595ad512fa7a78370629924cd06

2014-04-10  Thorsten Behrens  <thb@documentfoundation.org>  [23648e824fe41addb75a024374085bbc831b5d1b]

        Fix crash in ppd parser.
        
        Only access pKey after we've set it.
        
        Change-Id: If0be3972c36b3da9d9a456fe3746224372a443dc

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [6835d9f3074c1030be6632bdaff6c8398c696429]

        It's "its", not "it's"
        
        Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [a8877197072523ec60fadb138f9790aa2bf66cd2]

        ImageIO does not handle CGImageMasks
        
        Change-Id: Ie5a35f68041a9c65658b9ce569ed3202c8a72ecb

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [ed2f0490f891b40a90eccc9d4143a18b31c79e63]

        Avoid a couple of pointless constant variables
        
        Change-Id: If1dcb577d2dcc6477f43ad1be0e970e08d9093c6

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [590d851f7fc66b8a0fd3d2a08aa059ee747d7468]

        Avoid pointless ifdef for iOS inside code not compiled for iOS anyway
        
        The whole of svpbmp.cxx and svpvd.cxx are nowadays ifdeffed out for iOS.
        
        Change-Id: Iac1f66457dc315ea86f86d12e1f6eb5bf4bcbb8c

2014-04-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b49e42f358bc37c77824028ffadc6f51b9d12172]

        Rename 3DBarChart and Bar3DChart to GL3DBarChart.
        
        Change-Id: If0449e00549d8e2f4a8cfac325a5f8c5e4ea3dcd

2014-04-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [085ab6263e470f81030c626b814698589ceaf8e8]

        Remove the old GL3DBarChart code.
        
        Change-Id: Id7039021f252fb45464b5e42248cf3c68edc7be4

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [c0a4de1ede27c5911fea0829deabee0b599d5d40]

        run unit test with en-US locale data
        
        Change-Id: I24c6a590b7b160cc2463af039310114f17273bc7

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [6807c13a39cfcfd16db221196e348f5fd374e967]

        More iOS-only debugging hackery: write CGImages out as PNGs for inspection
        
        Change-Id: I966189a74414ea83b2ec7f5035cd7c9d4d674179

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [d0315bd4819416142b413c33f40db16c4fb2dbd8]

        Set mbPrinter anc mbVirDev for iOS, too
        
        But, has no visible effect, doesn't fix rendering problems.
        
        Change-Id: Ic79b38b665e357a2dafe679c35979250c3bff538

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [f5eae0955438dcaf9e7109ba61d7398fe2eebee1]

        Mention early exits in the verbose debugging log
        
        Change-Id: I68e5aa92cb6ccff8b8d077c311d2ebc3f4676ae7

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [6a8d7ddf9a451955856d32c35accd416f9982cce]

        CF_TRACE also the CFRetain to avoid confusion
        
        Change-Id: Iae712de4efbbe254ba381a036e2c84d5e27d5e40

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [f66d64ab2e85f574a4b9f644ef709ff981483836]

        Intermediate commit: un-revert last change
        
        Change-Id: I3d18f8d6844377edc0864d81284c7fb9dbb9dbf9

2014-04-10  Eike Rathke  <erack@redhat.com>  [39d29be28b92328149430045f1e10e1ebeb6a0eb]

        build liblangtag with updated IANA language-subtag-registry
        
        ... as downloaded from
        https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
        
        Change-Id: I7aee9c6e42aabc9e023ab9a2ec3880dbde940396
        Reviewed-on: https://gerrit.libreoffice.org/8919
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2014-04-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6f97be903beee9f6ad5f1e859ec1b402501a4d47]

        Reduce indentation by early bailout.
        
        Change-Id: I64c88b007564d3ca7b4f4bd95a458fee6bda7854

2014-04-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae4060cae9d26aca23d8f1e9d6782ca66c4ce6d3]

        Let's remove these...
        
        Change-Id: Ie4f15c894c13fd52e1ee175381a1e62b33864d39

2014-04-10  Eike Rathke  <erack@redhat.com>  [f86e844a1d45fda789040cda47b32ae1b927f55b]

        added one abbreviated DateAcceptancePattern for locales that didn't have any
        
        Change-Id: I0ee3f1553b4efa67701385de5c7fe32e5992b537

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [abc1c428e028e081a94527b7cb5dc5199147fcfb]

        Clean up function declarations
        
        Change-Id: I1f4a18e7aa6288e147c7f4c3f17bb99f1f0df5c5

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [691a54ccdf89489b64ea9dfffd07b824b2f1a964]

        Clean up function declaration
        
        Change-Id: I92c54f61fe8608d788cc236956f4a5a58e20a7df

2014-04-10  Eike Rathke  <erack@redhat.com>  [60cc9896c8d4f48c5e3225d09210be4bcc23e44e]

        Updated core Project: help  c78bb98ac5b6e8c434678c063fa1762a828833d5

2014-04-10  Jan Holesovsky  <kendy@collabora.com>  [31911865e5bda29ff2394ddf80244fbf15517657]

        DownLoad -> Download.
        
        Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [148d5192fc5d57c10045b837cc245fc018f13f64]

        Make implicit assignment etc. work for these iterator classes
        
        ...so they fulfil all the relevant iterator requirements out of the box.
        
        Change-Id: I2a47fa18ba31e9680a2b18285a1640baaf0da40b

2014-04-10  Michael Stahl  <mstahl@redhat.com>  [a7d3f57da50a21dbe27516948435255ad54249c7]

        warning C4101: 'e': unreferenced local variable
        
        Change-Id: I3fb8a4f2854fb034d6b184ee46c04e8a8d03ca6a

2014-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [bcd243793ee4174d71b5e61c88d2bc79fd0d7f1d]

        CppunitTest_cppcanvas_emfplus: disable this in case there is no display to use
        
        This test is already disabled on non-Linux, but it fails in case there
        is no display to use. For now just disable it in that case.
        
        Change-Id: I29c52e803a1fca5f2bdeeb655c573ad8fef622e8

2014-04-10  Tor Lillqvist  <tml@collabora.com>  [cb10a184b96b0f52ac8aa2b10b3dc218e76e752d]

        Kill the ImplSVGDIData::mbNoXORClipping flag
        
        Instead, act as if it was true on all platforms. Don't do XOR clipping on any
        platform. Simpler code is better code, and XOR tricks are generally very much
        out of fashion these days, I have been told. Didn't seem to have any visible
        ill effects on Linux at least.
        
        Change-Id: I6192006c77a4a81363ec7b3292f72d512d5e9b53
        Reviewed-on: https://gerrit.libreoffice.org/8901
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-10  Michael Stahl  <mstahl@redhat.com>  [0d8e3a145901ab0124d40d33a50e2de28dc0c8ab]

        fdo#75376: configure: disable LTO by default for MSVC too
        
        MSVC 2010 LTO triggers some bug in painting Writer documents;
        unfortunately it's not possible to put a VCVER check in there to enable
        LTO by default only for MSVC2012 because the compiler detection actually
        uses the ENABLE_LTO value.
        
        Change-Id: I29ecdd552d8a8bbd673a844e6bf0c938a98825c2

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [5cfbf353db6f5c62c100f80072ccb83d3c062a35]

        loplugin:bodynotinblock
        
        Change-Id: I7262f0114f3bde17d81e14e0813cc7906e73fceb

2014-04-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3d90aa384d82cbd0dd9f60d5576dbdca9ec1e53]

        fdo#77229 testcase
        
        We didn't have EMF+ rendering testcases so far, let's see if it works
        out to render into a bitmap and then just assert pixel position colors
        there. It's better than nothing for missing shapes at least.
        
        Change-Id: I2d1c63fef1127f69af7156ed6c99553845f77c9f

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [8f703221a0dcc772a6d5f6087c77747c7759d16d]

        Clean up function declarations and some unused functions
        
        Change-Id: Ic720aa7b30bbe56d67e0b65f3e047ad3ae521a97

2014-04-10  Jan Holesovsky  <kendy@collabora.com>  [492c1da6be6ed7950bb58bd860748b81b52e7264]

        Off by one.
        
        Compared to 4c8d29f4f26bfa30689b2b98414fe874225b9a2e, we do not have to
        provide 0 to mark the end.
        
        Change-Id: I3b9a3de61df48caf271cb06b27cf9cfa174dc4ed

2014-04-10  Caolán McNamara  <caolanm@redhat.com>  [f767d4580e455b91506cc43d11783093cead6d6c]

        callcatcher: update unused code
        
        OAuth2Handler is from libcmis
        
        Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f

2014-04-10  YogeshBharate  <yogesh.bharate@synerzip.com>  [a7bc9c1e4977bd3430df69287fa0a8377a686c58]

        fdo#77051: Preservation of Index field flag '\f'.
        
        Problem Description:
        - In LibreOffice, the index field flag '\f' was not
          getting preserved after roundtrip as there was no
          support for it.
        - '\f' field flag is used for Specific Entry Type.
          ex. In our case it is "Syn"
        
        Implementation:
        - Provided import & export support for Index field flag '\f'
          and added UT for the same.
        
        Change-Id: I97c2456dd73c8bdf89ab105f8cac71bf7e2ad164
        Reviewed-on: https://gerrit.libreoffice.org/8839
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [1d25e1de0b9498e469cb052b2d86bf7f7ae6adae]

        Clean up function declarations and some unused functions
        
        Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20

2014-04-10  Stephan Bergmann  <sbergman@redhat.com>  [4f9674beaaa51b85d8405cf5d125ca19d55c1b32]

        Missing include
        
        Change-Id: Icd3b57c4ae3dd79f4e57b72f9b241f15060322cf

2014-04-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b7c7bd3de0fdadaf5e4769e0759d68ad17fb7bd0]

        add teh rounded corners property back
        
        This has been removed because it was unused.
        
        Change-Id: If8fdf87cec1cd5fb5ee1924396643b152e6f3431

2014-04-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ceec6e1ac98999fff92d2feb6274fe0de9b8f005]

        make sure the unique id is set correctly
        
        Change-Id: I1b846e79c2fdd718b7c67f39cb67ca2916520cb3

2014-04-09  Julien Nabet  <serval2412@yahoo.fr>  [2e1177a1b602623d5f2703bdee558f83318928ac]

        -Werror=deprecated-declarations (on Debian, reportedly) (part2)
        
        Change-Id: Ifd6a9897e3ebf978968efed79a478fa72cebe51a

2014-04-09  Eike Rathke  <erack@redhat.com>  [4cb706ba6fc3a665d66e514e76e690835394922d]

        add abbreviated DateAcceptancePattern
        
        Change-Id: I7cdc9b13fe950222521cb937e928da27ee55e866

2014-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [87ba23f38cc8a71581c0b034c503aedf46aad45f]

        CTRunData fix include mishap
        
        Change-Id: If60a02f42a64ac60fb5be1072bf34efcbfa3cc6b

2014-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b2aced2dda51008b2c538711ee65c6443be2e9b1]

        coretext: what to include is SDK dependant
        
        Change-Id: Ie3cfd1427dfe668c4cf682efa1f728dea764d277

2014-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [066288976bc32321b2547d4dba71654f5657a904]

        tweak the height value in testDmlRectangleResize once again to pass on Mac
        
        Change-Id: I4d4780bdd8491c00140babc7651fc80a711bcf20

2014-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b8aa1f23645bbe81093ff436b82a58766f3157af]

        vcl quartz: cache per-run glyphs information
        
        GetNextGlyphs could only deal with 1 glyph at the time
        and was recalculing a lot of thing while iterating on the glyphs
        
        This is not just a performance issue.. the notiong of keeping
        per run glyphs information will be useful to re-establish the
        proper support of glyphs display positionning by SetDXArray()
        which today is completely ignored, in favor or letting
        CoreText spread the extra free space itself.
        
        Change-Id: Ib267c3e490619b650d4149f4b15b5758802942ba
        Reviewed-on: https://gerrit.libreoffice.org/8879
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-04-09  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8facc14e88251d9356995d9e8e213084212e88a5]

        fdo#73147 improve function code for speed
        
        Change-Id: I8862c1aaf245796a475ce52bec6c8e9a32862bbd
        Reviewed-on: https://gerrit.libreoffice.org/8841
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [b818619266e794ad5eadb7f859c3016b377f5bd3]

        Do not leak SfxDialogExecutor_Impl
        
        Change-Id: Ife3e8e4b339b3e2cba3bc81e14f616d75c4f5ed0

2014-04-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [55df573e236173fb6c6f0af0a1f99ef4cb7d68d1]

        Minor whitespace change
        
        Change-Id: Icf3cc0ece477a1370d6dbf609e6b121075b3b999

2014-04-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [0156a3c3ce5359b19b05248801571a56d320c2a8]

        Check if polygon is a rectangle when drawing gradient
        
        DrawGradient should check to see if the polygon is a rectangle before
        adding the gradient to the metafile. If it's a rectangle, we are
        currently unnecessarily adding XGRAD_SEQ_(BEGIN|END) comment records.
        
        Change-Id: I38aef322469f45403ed105d971d7e1d1441ba6a0

2014-04-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [8f61d6ca5d6de7615b1e8c10fde6feccc09f2779]

        Cannot draw metafile-based grayscale gradient into a polygon
        
        OutputDevice::DrawGradient doesn't check to see if it's meant to be
        drawing a grayscale gradient when it adds it into the OutputDevice
        metafile. Now fixed.
        
        Change-Id: I83cb5255c01901e33ca1f751e91e8a77292663e6

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [75508e5d4292c506d8c68caae5b23f90284416a0]

        WaE: -Werror=sign-compare
        
        Change-Id: I160a760a13c8e5140d6df295a9dffd05cf5e7b81

2014-04-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [480157e58fe4fe6694c0459d3f9f009d1c0902bf]

        Remove unnecessary bound-box parameter from clipping functions
        
        The bounding rectangle actually comes from the polygon. Therefore, it's
        not needed. Removed from the following functions in OutputDevice, et al
        
        + ClipAndDrawGradient
        + XORClipAndDrawGradient
        + ClipAndDrawGradientMetafile
        
        Change-Id: I4a87edcddb8895871982f0448854e1c0854124bc

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [a420aa90a8ca2c2bf7cc10068d68ae82b946ac6c]

        coverity#708111 Uninitialized scalar field
        
        Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [500532cdc12689a3eb29d56a3c96515d6a152ab3]

        coverity#708101 Uninitialized scalar field
        
        Change-Id: I9eff260046a08890629b41188082f196d547c734

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [f867d3c306e82164ea143d8303dd4c9c79411c93]

        coverity#708100 Uninitialized scalar field
        
        Change-Id: I955e0dd7253c19ef7d6dad1c663bbcfd27d2b511

2014-04-09  László Németh  <nemeth@numbertext.org>  [4a8cf5221f425118a7ec79e0cbf9cb0fb47bf823]

        fdo#70666 avoid only bad Graphite ligature replacement
        
        Change-Id: Ibd42c70edbd8a5ca5eba34bcb92e801c8dc97ba0

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [b43ffeb8286ceb79a6142876342c5affe39df333]

        Remove unused MacroOrganizer
        
        Change-Id: I637e84ae7fa82f687eb3f05b3e24e236f0ba8e3c

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [57abbae632071326bf5f949cdbe1c76768509996]

        coverity#708099 unused mTypeClass member
        
        Change-Id: I75a88c9fffb3d2d5c6c12e6df89ba85a8eb92d34

2014-04-09  Tor Lillqvist  <tml@collabora.com>  [76f951dd4fef294e62d14a91602e1ab6ca6d5454]

        Add an animated gif
        
        Change-Id: Ifeeed4216275f944e61579408c77ae38945e60fa

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [f6bb7fa9fdc1242455f5b0f1f4416dd68fbbcc75]

        coverity#708097 Uninitialized scalar field
        
        Change-Id: I17a9c275743208dcb90075b0cdbd40caae3ab642

2014-04-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [1987cdeaded55da2a2f224a51c9a1575912b22d6]

        Fix gradient regressions
        
        1. Fix regression 8659d189ec04a - rect. gradients no longer do grayscale
        
        In commit 8659d189ec04aca78c8ffff97fcca507ca0a9ec3 I swapped the passing
        parameters going to ImplComplexGradient and ImplLinearGradient from
        aGradient (the copy) to rGradient (the original which didn't have the
        grayscale applied).
        
        2. Fix regression 954d7ad4ea7 - grayscale applied at wrong time
        
        In commit 954d7ad4ea7ec3746b0f0cd3f850a25e82b39c14 grayscale was applied
        in DrawGradient (Rectangle &rRect...) after the gradient was written to
        the metafile. I was attempting to bring it into line with what
        DrawGradient (PolyPolygon &rPolyPoly...) does. However, it remains to be
        seen if that's actually doing the right thing - so best to revert this
        as in all likelihood I may have caused a regression with grayscaled
        gradients
        
        Change-Id: Id94549b3366adb8fcf3cddc59d30029579430a30
        Reviewed-on: https://gerrit.libreoffice.org/8908
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [bf621a2e28b1e9ff4669a52315b2234a44200605]

        Remove unused MakeVariable
        
        ...unused ever since at least fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial
        import."
        
        Change-Id: I6ec792b68ce6b13b1cf074d9719a23daf3356e66

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [8141b349dc43f70c446aafc11f22d6c68ab464b7]

        Remove always-null SvFileObject::pDownLoadData
        
        ...left over after 66e4540041f09b4e779d27190f0925479f74103b "aDataAvailableLink
        in SfxMedium was never called."
        
        Change-Id: If2cfcc27f2b26ea3c950c2da1c673df940d94773

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [d80d7e52d25dde05c834c9e87dd6a253bf6fcfed]

        Resolves: fdo#73544 rename acor_ca to acor-ca-ES
        
        some more investigation into why bare language
        autocorrect files are accepted needed but this
        is a reasonably safe backportable to 4-2 fix
        
        Change-Id: Ia294219e3c9d98710c6727238cedc15b040b408d

2014-04-09  Lennard Wasserthal  <Wasserthal@nefkom.net>  [5b21eea4b737abe9684da937423540963c7265d6]

        fdo#69157 Apply object-in front selection on mouseUp
        
        Before, all selection was recklessly replaced when you clicked something
        else than a scaling handle (or the like).
        It caused bug 69157.
        
        But now, you can still drag the frame by gripping the interior one.
        Btw, that the timer did not correctly start was because of the return
        statement in the prior state.
        
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        
        Conflicts:
        	sw/source/core/uibase/docvw/edtwin.cxx
        
        Change-Id: I5e02cfb2d5fe9cdb9fd7f50d0c961dcc418fadd6

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [b4fd20fc6b4d7635c607fb2022e6694ed8466022]

        Clean up function declarations and some unused functions
        
        Change-Id: Id9e29dcaab64b0244b5c53abb48ac27253a11917

2014-04-09  Joan Montane  <joan@montane.cat>  [a9276a0f2212483001ea8e21756ded3129e50c87]

        Updated core Project: dictionaries  9bc8a1ce80cb0714c15d32e783db54d3cd852789

2014-04-09  Tor Lillqvist  <tml@collabora.com>  [bd365a1056c73f4bd16edcb969c2b8c269ad6b6a]

        Enforce "swap-in" for now for iOS with tiled rendering
        
        Change-Id: I6c835aaca2c140cbbb6050b82278aeaaad06fc77

2014-04-09  Tor Lillqvist  <tml@collabora.com>  [29885b40df490196a9a74fea1d3b69300619e90b]

        Revert special-casing tiled rendering here
        
        It seems to do more harm than good. Using the default avoids some yet
        not found bug in vcl (or somewhere) and fixes the rendering of some
        complex SmartArt test documents. (As long as the use of delayed
        rendering for "graphics" in svx is also disabled.)
        
        Change-Id: I0ed4b25278101bdd995ce90e8fb65f65ca644ebe

2014-04-09  Tor Lillqvist  <tml@collabora.com>  [39253f9aafd1668bef7fa19a6717b7d8bb749fb3]

        Remove a couple of now unneeded includes
        
        Change-Id: I8da8687b09c5cf33ab79f77b00ed47ed022529f6

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [4198039441542f15e3f58d43e39d488a844b45ec]

        Remove unused functions
        
        Change-Id: I0f305ef5b9f13e3516b3bbf45d405fad5115521a

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [3fd2c49080d2300b3bd0d4fe3ae046e7ba3f51f6]

        Remove unused functions
        
        Change-Id: I49ee400e665160daf02574a0962ba7bd0239091f

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [b43e03cdd822d093eccd9bcf5c9b227cd7b6d127]

        Clean up function declarations and some unused functions
        
        Change-Id: Ia7fdd39b700c597a85280b39550e5de2bf193756

2014-04-09  Joan Montane  <joan@montane.cat>  [20fb1bfc72e626251b435bcff2339e1e425c7130]

        Related: fdo#73544 change double quotation characters
        
        Change-Id: I1603dfad68261c917532f88397305eef57356da6

2014-04-09  Maxim Monastirsky  <momonasmon@gmail.com>  [0ca45881dfcf209569e840010ea34126fcf43be9]

        unused include
        
        Change-Id: I41c043d5651c24a270b54ff9647b1151873b0550

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [c123d7c2a0a76283413b7bc39a659ef66fa4fadc]

        -Werror=deprecated-declarations (on Debian, reportedly)
        
        Change-Id: I3d766025a85d1c5c7f3f48d39e73117d18c636ae

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [5d81ecff7e81fd7f8b2c19294f220dd7f9ce6166]

        Clean up function declarations and some unused functions
        
        Change-Id: I9e58a0bc56f5df40621185f19b01edf074558464

2014-04-09  Luke Deller  <luke@deller.id.au>  [19644e657d1ccfa6cd9f57524cb77beb47161ae7]

        Unit test for .doc export of full colour borders
        
        This test exercises the *export* component of recent work to add support
        for full colour borders in .doc import/export.
        
        Change-Id: I2da0b8b488e399d0cd4791678fac6e1c85921c2c
        Reviewed-on: https://gerrit.libreoffice.org/8887
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-09  Chris Laplante  <mostthingsweb@gmail.com>  [d8802562be87fabbbe7502c2daf39b00aa17f5d0]

        Fix and deduplicate the test code in SwStyleNameMapper::getHashTable.
        
        The original test code didn't work because the same pool (GET_POOLID_TXTCOLL)
         was being used for every test ID.
        To cut down on duplication, I refactored the test code and
         created 'testNameTable', a protected method of SwStyleNameMapper.
        
        Change-Id: I8a28f136df2650ec2d246f10a8698e8f462c9973
        Reviewed-on: https://gerrit.libreoffice.org/8877
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [9c51f5b80640034097457de9603f4ffa021e42ff]

        Clean up function declarations and some unused functions
        
        Change-Id: I2ca50a15209503020047975ac848df98b74089af

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [e1bc666cda47eff1305253923ab16b9fd4eb3d42]

        convert data validation tab page to .ui
        
        Change-Id: I1a4f1f4f06ec1ab0b28637380a8bfcb3bc64ee30

2014-04-09  Caolán McNamara  <caolanm@redhat.com>  [92f2ea382446d1a8e16db198dc1e1baa48769800]

        Updated core Project: help  9ab507d3f5fd419d7b1c88d6d43758e8361ae71d

2014-04-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [8329afc2ba53f7d675b7d45f1aba615e136d6e53]

        SwModelTestBase: use rtl::ByteSequence
        
        Change-Id: I39dde5fa13f6d393ebac05138e1deadd98689199

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [ce07a9f64391fae2c4a85075145bd9ac29748667]

        Remove unused function
        
        Change-Id: I83193d77832a97147fe0fe2768039c0b101c65a3

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [6ae1d68ce969ebc0f5ba2bf81c77fb9a26a372ca]

        Missing include
        
        Change-Id: I7c3631fc8154daffa4236a16c761df85eba34de8

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [a39ced415fcdb456028fb4970071d83171d1f2f4]

        Remove unused functions
        
        Change-Id: Iddf4e29005aaa510af00c7345487996b75f41c41

2014-04-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2af50eb6df396c957890a6b912b8f3185893551]

        fdo#77229 EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case
        
        This is still not perfect, but at least we now don't do the opposite of
        what was asked.
        
        Change-Id: I5e144c5ec2987902e65b2eb472259d9c39bbbd11

2014-04-09  Jan Holesovsky  <kendy@collabora.com>  [4c8d29f4f26bfa30689b2b98414fe874225b9a2e]

        html export: Simplify & speed-up the test.
        
        Change-Id: I619e4441898fe10e319d9f95413f078003364579

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [5180805c3f74998c27b0ab0af3292f9d35a61a1b]

        Clean up function declarations
        
        Change-Id: I0ad09f02d1d09d6ce45bc204c8cd8d26ef663ddb

2014-04-09  Maxim Monastirsky  <momonasmon@gmail.com>  [f4006967e815a6dbe701dac5e83b4dc74e63a708]

        related: fdo#67104 correct the tooltip
        
        This option points to the per-sheet setting, not to the global one.
        
        Change-Id: I79dbd727e0ff12eb906f243f82f4906762918d26

2014-04-09  Maxim Monastirsky  <momonasmon@gmail.com>  [d7a713fe6b65961b9683eae576f1766633f1f2e2]

        Write MediaDescriptor back
        
        Otherwise setting the filter name has no effect.
        
        Change-Id: I333c8d2be66537a2c83b2aa3e40cdef61a5ac970

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [2f4d7b63df15d8cd4713e800332a3b05bb068cc4]

        Clean up function declarations
        
        Change-Id: Id79786060f3485c9c60f5561bb9590179947b3ce

2014-04-09  Tor Lillqvist  <tml@collabora.com>  [dcb2fbdae5d696a2f41ae18617c0e2c52b2e8cb3]

        WaE: passing OUString by value, rather pass by reference
        
        Change-Id: I2577234385257ed0512403e5c9e34aa71ed5ce1f

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [d910a5149877b65f471c9404b6c407566d486626]

        Remove unused function
        
        Change-Id: I5457124fe584d86953f3167303e92ae6134fa843

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [fa72a0e94dab1a02c067e8e629f68a548bf2492b]

        Remove unused code
        
        Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [cc725643fded8c9237403f12bb6eed9d964e55c9]

        Clean up function declarations and some unused functions
        
        Change-Id: I63c4c61847fea4500b667a5ea9f2b32207692033

2014-04-09  umeshkadam  <umesh.kadam@synerzip.com>  [48dd43703914b9c756d2ecda1872512b47463902]

        fdo#76583 DOCX import: Floating table information is not preserved in RT file.
        
        - Earlier the table width was compared with the text area to decide if the
          fly has to be created for the floating table.
        - In most of the cases such floating tables were the ones which did not have
          any text around them and not importing such tables as fly made sense.
        - But there are some scenarios where in the floating tables have width
          greater than the text area but are positioned in a way such that they begin
          before left margin and end before the right margin moreover they appear to be
          really floating (unlike in first scenario) as they have text around them since
          there is still room for the text.
        - Handled this scenario and added a UT.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8840
        
        Change-Id: I7ea25e04ed7c6315e4e4fe4b67badf451c30cd0c

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [a8b45a44c278a1aa9195cf30b759c12c1e4465e1]

        Remove unused function
        
        Change-Id: I0d6f0d8a7ef851ef7ba1653d87db6a5bdbfb6d94

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [c23bcc23311942616b41f4dbd4fd1b2570faca4f]

        Missing include
        
        Change-Id: I2e04a61cc682fd6390571807c547a713d224d32b

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [5e57caa1fd53300ce12315deb8e189f6102176c6]

        Clean up function declarations and some unused functions
        
        Change-Id: I2b743ee6e184af5f9020309ea5e184aa17c19405

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [2cc2a39a95699cfe9ebbe247c90d61e9065e9fd2]

        Clean up function declarations
        
        Change-Id: I54f8a16cd64375d1398b6582175b0941ba68696e

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [c87fa1b51f53f278f06f30305b9e4e4649e43755]

        Clean up function declarations
        
        Change-Id: Ia4ed1d576cb3bcf46de3225e5569f9cfd15a6f7e

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [3f65d353a652db15dbfd0a750e062286e70619a5]

        Clean up function declarations
        
        Change-Id: Ife3cb18d22c57c9c2e59317b68cf11a4bf94a40a

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [81834cb481e997166a9cd5588a53f9de5a0c98cb]

        Missing include
        
        Change-Id: I166ce50c038cdd3474cbdcf2ac360c237a98307c

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [27b7175e36b6ac845a1ba542cfe24430fb63a5a2]

        Clean up function declarations
        
        Change-Id: I2478861e79bbb0f6d7e8a0b7bc59a81f457d92dc

2014-04-09  Takeshi Abe  <tabe@fixedpoint.jp>  [22f7c87dbdc5a6157012fcb2c0ed60fe4e022509]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: I288c77190a8205ba320bb788a52f3b2ef9d2557f

2014-04-09  Stephan Bergmann  <sbergman@redhat.com>  [01f529b546b96e651c03ba9b0a92ec956d4813b3]

        Whatever those odd dummy function definitions were supposed to be good for
        
        ...introduced in d2237276cb3e32493ff8f9f71e06301937434622 "INTEGRATION: CWS
        vcl09 (1.6.10): #109426# make rpnp.so work on Linux" without any explanation,
        but probably a misguided attempt at getting things working in the face of a
        missing libgcc_s.so or libstdc++.so (though the names used here do not match any
        there), and seemingly not necessary.
        
        Change-Id: Ib092d426f4acfd3ece30adb754c1bb76d4eca381

2014-04-09  Andras Timar  <andras.timar@collabora.com>  [6d9d0393f54d6a20a5c5b11b038fb1cb9dcfe492]

        Updated core Project: dictionaries  02d249c18b11e0d99b1c1d88ca5da61ca3611e39

2014-04-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [34669e634d7cb18099e8d27eed10e5b816237411]

        preserve selection if chart creation is cancelled, cp#1000052
        
        Change-Id: Ia8edb3e4c55e1a52515a761a60c4b1a59c990e1c

2014-04-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d9cde132b5a98dee61e0d0ce228e5008e699f37d]

        add array cell import to orcus import
        
        Change-Id: I4f6dab039389e6b07486162df8bf939b557e7ed8

2014-04-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [07f7a26e2f293c11570beb3a4c0c8c15e96fa1f6]

        writerfilter: remove no longer needed WRITERFILTER_*TOK_DLLPUBLIC
        
        Change-Id: I1dc7a935e3004b0ce0b0f943405b2a79992fa982

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [d2a73cf32375608a93175a221c769d667140d073]

        SwMultiTOXTabDialog: fortunately the bogus SetTemplatePath call
        
        ... fails with exception and does not modify the configuration.
        
        (regression from 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889)
        
        Change-Id: I0e12cf0b531bc68147cf2be22c28c75c0f05f3ff

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [09eacfbd913f682821d7ef74e5c073d11d493c47]

        loplugin:implicitboolconversion
        
        Change-Id: I82ec1212b29d1e5b0e56e81952fb1b514b5798d0

2014-04-08  Eike Rathke  <erack@redhat.com>  [b0a6b164951c692cf5940d0c6e0c102603738f95]

        add .xlsx unit test for enhanced protection
        
        Change-Id: I8a6c6295998c6545318f6b490d1f617d6178013b

2014-04-08  Eike Rathke  <erack@redhat.com>  [6d658afd403d40071206f7e83cd7bd68d826a65b]

        add non-editable test for descriptor
        
        Change-Id: I0a40e9e26e09e970023a749b7fd0a67ac29d1bc1

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [54f2d50360e596914deb80370e9d4671e16ba388]

        loplugin:literaltoboolconversion
        
        Change-Id: I7a312fb31774e198b71e5f733a2932d6b9607f57

2014-04-08  Julien Nabet  <serval2412@yahoo.fr>  [e7d646b46e152131b1d51f0d0719afd72c41c744]

        cppcheck: multiCondition
        
        style Expression is always false because 'else if' condition matches previous condition
        See http://nabble.documentfoundation.org/Cppcheck-reports-else-if-condition-matches-previous-condition-svx-td4104268.html
        
        Change-Id: I00a41a3ffc6aafd9aee6da09ab2372f155529263

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [385e6e508af0f2a5c2bd72209ba94f58e8c92f70]

        -Werror,-Wunused-parameter
        
        Change-Id: I85fbbb3aa9e8f124fddfdc46655e59e12d761f71

2014-04-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ffaaf35206b8f049bb9e9ffd7a85c8ebd758a21c]

        fdo#71729: Fill the range edit boxes after the table is fully initialized.
        
        Otherwise the range formula expression would not be available yet.
        
        Change-Id: If9c5040366f9038e8094fd5448ca5e4ee2e73edd

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [874a9b46cb54e4c05e262e5d7490790a08ea0c55]

        liblo: Older versions do not have saveAsWithOptions yet.
        
        Change-Id: I41b15e81f2e3c5c413b73382a1f55d79a4f7103a

2014-04-08  Eike Rathke  <erack@redhat.com>  [9a0ac1dd5154542f8cea0772c7c7c5d526cf5a2f]

        write protectedRange elements to OOXML
        
        Change-Id: I3b48d6adb3008856cc8ed8e9f0c8a3dbbccaed3f

2014-04-08  Jan Holesovsky  <kendy@collabora.com>  [5a26036cbfd9a2815d805359d936bf2cabe37e40]

        hidpi: Forgotten rounding.
        
        Change-Id: Ie790b40ac86708768f52084538aa08f99df7def6

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [930f669be1100bfa1447f60cc379d51d18224dff]

        liblo: Return early everywhere where we potentially export images.
        
        To avoid searching the node(s).
        
        Change-Id: I1ddf962113ead192435c174ff3bf607596e4bfc3

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [55e39c72d6ac462b201dc0ae0ab0c610a0f13056]

        liblo: new saveAsWithOptions function
        
        To not break API compatibility of libLO, add a new saveAsWithOptions
        function and revert the old saveAs to initial state.
        
        Change-Id: If245c0261a932b6ed5d65e20cb1b6d8bd1c50ce6

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [98668cd581f9f8dc272d42580c3989ee5dee0b53]

        liblo: We need to provide LibreOffice with fake command line args too.
        
        Change-Id: I34f364e63f814921bfe88af7cdf4ff4cdf6745fa

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [005976286b7b30905354d8b1b26fe3f84402d259]

        coverity#704796 Dereference after null check
        
        Change-Id: I97aaaa38620f162a3a4d08bb66690815beb7880e

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [53f03a3c83dd31c66c1577bba1bc03b47bf68d77]

        coverity#704792 Dereference after null check
        
        Change-Id: Ie6f3174266dfa42a1eff81df45fc408656d4fbd9

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [7096a32e16019e693c3f5806d706572ed7e6a970]

        coverity#704791 Dereference after null check
        
        Change-Id: I7e973ac9b91ab112952f56ce290c07c9fc5670b2

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [ceebfc0436e878e1cf7e428f88567ec3cde2cc8b]

        coverity#704790 Dereference after null check
        
        Change-Id: I276b404405b9717a03d43a24c6ffecd5c6553969

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [f36d55edf7cf2118184ff21db5f95291572b9d02]

        coverity#704785 Dereference after null check
        
        Change-Id: I5ac5d5d693e8adfbeff4a60cf94c90f181986294

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [7f8f6291af814b5e2275b5b98b1221bd1fda571e]

        coverity#704780 Dereference after null check
        
        Change-Id: I2c2e55ffa6a3c953bf679223a5361264bb384309

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [4285773bdb5ab5aaaeafa4cbc23655020c0bc538]

        coverity#704776 Dereference after null check
        
        Change-Id: I16a9cb07ebcadff31aed348c3380ffa9e859f9e4

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [a18dc050bc282a9aa086091f6b0848a3311c79be]

        coverity#704759 Dereference after null check
        
        Change-Id: Id29fa14b8e7dd587c357c90f07b3858dcd931477

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [1fd45ad6ae41b22bd72aa24e2da1d8115cb4ea8b]

        coverity#704753 Dereference after null check
        
        Change-Id: Id07ece047e9352bdd63408810662803be86cd4bc

2014-04-08  Vort  <vvort@yandex.ru>  [a20e145cf901f6589ca96e3a4a5ded413eb20907]

        fdo#45001 fdo#77105 PDF Import: rotated text fixes
        
        1. Fix 180 degrees text rotation;
        2. Make rotated text fully editable.
        
        Change-Id: Ie937f29031bbd0146207ce83678db351b65d2f8d
        Reviewed-on: https://gerrit.libreoffice.org/8890
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [f704d5a579eaa3bed1b40f8bdf5e40084622c79d]

        coverity#704752 Dereference after null check
        
        Change-Id: Iad6fa342d8d0daef1f07ed4f99add015ce3e4078

2014-04-08  Armin Le Grand  <alg@apache.org>  [70ba557865d1d528fba0899732fc3e67e71d8f55]

        Resolves: #i56084# added support for export selection in swf export
        
        (cherry picked from commit 9cfa6464411e39e1cbaef8f0c7c64bddbed4033b)
        
        Conflicts:
        	filter/source/flash/swfexporter.cxx
        	filter/source/flash/swfexporter.hxx
        	filter/source/flash/swffilter.cxx
        
        Change-Id: I987c43af54982daea532c8f4f915eb2bd91ea267

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [508b91e33090e28db083a73bed37a66a1598eafa]

        -Werror=uninitialized
        
        Change-Id: I9d29f91c1c7d87343e79f2b1b91fd4d8af83a9ab

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [e5a9124e405aa461aa8a46b662a9d9d810f0d7f5]

        coverity#735386 Copy-paste error
        
        this has got to be wrong, surely
        
        Change-Id: Id23419f022c5db7daf887c3d3fc6e33bab3e8e5f

2014-04-08  Armin Le Grand  <alg@apache.org>  [de37aa18faf03da14dc453e843b1419edbedbfa9]

        Resolves: #i124608# functionality to export only selected objects...
        
        in SVG export
        
        (cherry picked from commit 42c2b0cecfae5845439e0392a399497062238b15)
        
        Conflicts:
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svgfilter.cxx
        	filter/source/svg/svgfilter.hxx
        
        Change-Id: Iac4fe6d93c95cc5ab25185245cf642703a02d0ed

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [b5e1693fe70f6b90120d367c3a8b4c46fe874a69]

        The GLEW lib, too
        
        Change-Id: Ic0a9ed4aa95418fdc1a2e49419eb2a2482351232

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [7232a2d520100184d5ca8264551ec0bc352971e7]

        Make libvclopengl build for iOS
        
        Change-Id: Id338d1fb8a1334fb4e984aff9494bab7f3c35dc1

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [d356395ec37a9ba06e0a6f1ddc150245e2b3898d]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: Idc72dde52280fd3dc1721ad9f4d8df38017e18f0

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [36532778a6307f9ebaf0c777224e4de568c74450]

        sw: initialize FieldResult::m_eType
        
        Change-Id: Ia41ceb42b360a17021a30b5ed420d36759116255

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [51c2cbf539427dcee27fb5fd2678f94e684b616f]

        WaE: passing OUString by value, rather pass by reference
        
        Change-Id: I72a1617e54157129bdbfd10f39deaf280006b6c9

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [009db0e3a77a9f0d501f35920dd36234a2491e9c]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ie799cd4a2d9c4c9de70712dbfd5de57944d8ecbc

2014-04-08  Eike Rathke  <erack@redhat.com>  [f1ca1384707cb6c4fa240fdc4903bfb3ceaff889]

        also check if a newly read password protection applies to a range
        
        Change-Id: Ibbf4fee2b87c82cdbd565681690a231fb06da66f

2014-04-08  Eike Rathke  <erack@redhat.com>  [3974d6a2d96ec3facf529a4e54a2db63783961dd]

        read the defined password attributes
        
        Change-Id: I67be85bdcfb5c03349daeff69fbb09291ce4a8e3

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [1c772b16829364ce6a98f3b9584fe68f8f93f7d7]

        openssl: fix WNT patch to apply
        
        Change-Id: I31494d4314557672b7e3c2ff6846663fb9ed981a

2014-04-08  Jan Holesovsky  <kendy@collabora.com>  [d06269447f8de52fd35e4e97d127279cc3f84025]

        fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.
        
        Change-Id: I79802df4c11b3543140672419d78b697848b7c36

2014-04-08  Jan Holesovsky  <kendy@collabora.com>  [f6406c910a60c075ca3c4928c7f451eae3ab751f]

        Need 3 points to define a rectangle in 3D.
        
        Change-Id: I47e212f922b67ced6c6cd63bf90133c024cf0af4

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5f7e661732414bc15650ff17539556f9489398d9]

        sw html: Add missing textAndImage.docx document..
        
        Change-Id: I0dc99a17625101673281403c3000d3293782b05d

2014-04-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [954d7ad4ea7ec3746b0f0cd3f850a25e82b39c14]

        Starting to bring DrawGradient functions into line with each other
        
        OutputDevice's DrawGradient functions are remarkably similar - I've
        reorganized them and brought them into line with some extra checks
        that seem to be missing. This will allow for easier refactoring.
        
        Change-Id: I6f83bb9fe73d34e3668d87b4a4ee91c49d8cea0f

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [486b47ae45727402317bed047c80a6ab7e134491]

        Make it compile for iOS and maybe Android, too
        
        Don't include X11 headers where there is no X.
        
        Include a copy of gluCheckExtension as there is no glu on either iOS nor Android.
        
        Change-Id: Idf387a4eda5a8410d1511d6e0db78c0742af5a99

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [76c9cd64e03d16f5df0da35dba5bf7e1a91e0e9f]

        Include <Availability.h> to get __IPHONE_OS_VERSION_MIN_REQUIRED
        
        Change-Id: I0ef21ee7709cab05639935d70722973c9a18f93c

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [d3f63d4b3d75d5e1b0df3281a1bdf7be1729288e]

        No glu.h in OpenGL ES for iOS
        
        Change-Id: Ie0eb1f68d997c4f2bd37c9d7c2ff6feccbc7b8ce

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [65b27f8d1c23692426c9d90f546462b9e43fec24]

        We now build GLEW always (unless a system one is used)
        
        So its headers are always there in workdir.
        
        Change-Id: I513b49da52c1f393c02b24c5bcf0f415e22e79d2

2014-04-08  Andras Timar  <andras.timar@collabora.com>  [8575d575251eae2141d2bbc1bed33a9d52eed352]

        update DejaVu fonts to version 2.34
        
        Change-Id: If0ef621927b0b1b1d26fb66a74a80bb3a02f41d9

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [ccd048fa17a206d7ac57d3a888d0181ad2ea1e7c]

        bump to openssl-1.0.1g
        
        Change-Id: I1e0ee6aa3d136c75309c5c70011da787806efa1f

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [a3416803959b2eb472d5946cbeb8048582f83123]

        Resolves: fdo#54024 color values not showing with custom colors
        
        that are unknown in the palette
        
        Change-Id: Icb80ad0d16f0315e21c14e748e91f505edd699c3

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [a5bcc75b9cfc4aa195782ca863c0ce3260bc89df]

        coverity#708210 Uninitialized scalar field
        
        Change-Id: I9bf4182d4c6e7a61b057f3541cc4c2a4b0316edd

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [c5eddc903a7871e9a8eb1c5783266f200c026fe3]

        coverity#707425 Uncaught exception
        
        Change-Id: I9c9fb5ed321e857aec58b10c9f8d028c06327113

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [f193c1bdf17dba6d1c35b0d4d1456634a47d3974]

        coverity#707456 Uncaught exception
        
        also coverity#707455, coverity#707454, coverity#707453
        
        Change-Id: Ife1c2959eeee00cf83762eccc559ed001f64b5c1

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [7077fa3b0d83023ca06f13707695dd89df0ab0dd]

        coverity#708288 Uninitialized scalar field
        
        also coverity#708289 Uninitialized scalar field
        
        Change-Id: I7fe8fb8073af6e66fc548e1e10969ca555ea9bab

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [6d767cab12d17265ad6e9b5648bba50d38d17430]

        coverity#708261 Uninitialized scalar field
        
        Change-Id: I997dad13c3b8931d1fd4eae09218b51cb4621263

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [969b08ea73211503454f9a190391a40318348b92]

        coverity#738720 Uninitialized scalar field
        
        Change-Id: If5fc315467be2890fd733d930546b2c12fc97622

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [8f2405dd5b63bb04cd34df51c350f31d771d9c55]

        coverity#738796 Uninitialized scalar field
        
        Change-Id: I241b6cfba1e28d89c4517cf121f8465fd84f5adc

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [001f44a7ca1c22ea386a4737e55b3ada1eefad78]

        coverity#738818 Uninitialized scalar field
        
        Change-Id: Ic2d6b70da3adcd99a35b63afcfacf55e566755c4

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [3b73bb510096e502e6c6cdea35129617839efb3e]

        coverity#738863 Uninitialized scalar field
        
        Change-Id: I2e2c6c59d85183bb81ecd8fb7a73acdf6b17a27d

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [290f7986a9030eaf1078ce65da5d78f834b0e3ba]

        coverity#738883 Uninitialized scalar field
        
        Change-Id: Ica1335690e9204a5e9b445ad9583da739dce5bff
        
        and coverity#738882 Uninitialized scalar field
        
        Change-Id: Ief58f36c70e16eabe8b4e3ccbc82fc9ca3309d94

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [5e5ce3767f45a2df39b02c0be34cc4466d87d2e6]

        coverity#738888 Uninitialized scalar field
        
        Change-Id: Ifbc4db935e912907a5fc3988b1910db506040cdc

2014-04-08  Matúš Kukan  <matus.kukan@collabora.com>  [0c0c84d78a72a1a691ad59fbefb44b696ac12819]

        typo from 702d79a3f8fd3c5e4b433195908317075c87ad9d
        
        Change-Id: I48694c4fc4ee709d8ca8b3bba2207c098533cde3

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [011cd3926faf8216d3bcee4c79fd307d2e236e23]

        sw html: HTML export test - option with or without "skipImages"
        
        Additionally add loading of HTML document and parsing the document
        with libxml - to be able to assert with xpath expression.
        
        Change-Id: I7c62082a124c3705626cd76c8a4cdabc16372399

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b2d6ca342cf98685390e4d7354dcb61de40ee8b7]

        sw test: add export test macro, remember test name
        
        Added a new export only macro - this can be used to create tests
        which import a document (in any format), and export it in a format
        that is being tested. The exported document isn't loaded again, but
        it must be asserted using xpath. The primary usage of this is to
        test the HTML export.
        
        Change-Id: I1ad300f6274a2181f7f29fed3903b99b68f37fd9

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2387805ffc4860046de57b154a51bc2354484bcd]

        html: rename IgnoreImages -> SkipImages, initialize to false
        
        Change-Id: I663264adab001bd1916b13c0d7c75f8a693687d4

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f63706ad64ed781f8c3cdeeb28a44a3c31f432c]

        liblo: extend doc_saveAs with filterOptions
        
        Change-Id: I720f2819955b6f26ea7161493cccb07f873f2a51

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e50699e6b85781a6dfdede703bb6012466fc4b93]

        liblo: clean-up liblibreoffice.h(xx)
        
        Change-Id: I596fc3afde94e095ecf97c23617158f3d49afcc1

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4aec6c9e3c0f51a6c2476295117d10cd5151d7b2]

        html: "IgnoreImages" Option, which ignores images at export
        
        Change-Id: I7ff6e83fabbc9f58e16b2617207a37e8dd0061d9

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5f230bcea7da479931653a75719282de923eed9d]

        sw: SetupFilterOptions for any Writer derived filter (html, ascii)
        
        Change-Id: I6f0147ea640a7ad767e2c0112b5e18dcb530fa7c

2014-04-08  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [66800ce1b5fac4bcb4a67aede96e7558dd982303]

        liblo: use MediaDescriptor / clean-up
        
        Change-Id: If70519066081d8e2c8ed24771369d4afef336896

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [eb5e5ae0bf029b7db9f254180a214dae648a207d]

        Remove extra newline
        
        Change-Id: I192542c209a1b937672650d370d3f8e93d0bc9f5

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [c65a70c4440a2e7c17f0c71a2875cc50f4f39fa9]

        another workaround for C++'s lack of proper overloading
        
        Change-Id: I83f39c12a26e8acfe9a60d2ce9bd1b4b1b7c8c02

2014-04-08  Eike Rathke  <erack@redhat.com>  [477050b3c00038883d03c979a150fdb720809c1b]

        read title/name first to easier spot and identify ranges
        
        Change-Id: I62befc64e833c6b28688bac1548f7b56bd001402

2014-04-08  Eike Rathke  <erack@redhat.com>  [40a61d93ade494fa98c23a9fd8776c8dadf8f30f]

        read protectedRanges and protectedRange elements from OOXML
        
        Change-Id: I3f62deb1ee9adeda5afaf5dd13cbe1cabff0805c

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [44569082041d921e8eeb954efac082a02fa7a5a9]

        SwXFlatParagraph: use ::cppu::ImplInheritanceHelper
        
        ... instead of manually overriding XInterface/XTypeInfo methods.
        Requires replacing a non-const reference parameter by a pointer in
        base class ctor.
        
        Change-Id: I5847524752cc0bdb595f6ce675a856479f3f8507

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [d477ff4a81ecba8a77ead5ff1a33d3e3ceed622e]

        fdo#69416: make footnote positions available to XProofreader
        
        - ModelToViewHelper: add new flag REPLACEMODE, which causes fields and
          footnotes to be replaced with ZWSP instead of expanding them
        - SwXFlatParagraph: add FootnotePositions and FieldPositions properties
        - GrammarCheckingIterator: invoke XProofreader::doProofreading with
          properties FootnotePositions and FieldPositions
        
        Change-Id: I9b66a37aac94f940546e812d8b85a35aebd8181a

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [bda01cf116c324e4082c7cffb156dc2d5fee9d3d]

        convert testModelToViewHelper to CPPUNIT_ASSERT_EQUALS
        
        Change-Id: I27cd49adeb5b7bcf1e793b230bf0b41e46527702

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [6c59177ba3a4f005c79f086b28cafd63332bf3de]

        rename misleading SwScanner::rConversionMap
        
        Change-Id: I6f93eae5377c95ec47348b01b3414855b05a525e

2014-04-08  Michael Stahl  <mstahl@redhat.com>  [e89caa7db17676e6f5889fa9ac3ef3592ef2e9b4]

        remove useless comment
        
        Change-Id: Icdd19fe060735a3efcebbbf5efd97841afa59dad

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [1309c34ac02a9d120bdf2e74c904abef5bbcf611]

        We build a static libGLEW for iOS anyway
        
        So no need to bother with what framework(s) to link to.
        
        Change-Id: I7dac64357bc01221787ef7e393952d492e2d84c7

2014-04-08  Eike Rathke  <erack@redhat.com>  [d114939dabaf5cb0c14b619ef851be17c28e69e5]

        resize vector in advance
        
        Obtaining front() from an empty vector is disallowed, even if size was
        reserved. So resize it.
        
        Change-Id: Iae2aafd6b7b725ea36bf9c3fb0a2370c7037777f

2014-04-08  Eike Rathke  <erack@redhat.com>  [5bce64e4759ee3bd98d34b70d02f9b54550a53ed]

        bit 0 is bit 0
        
        They say they use big-endian bit diagrams, but just to confuse you.
        
        Change-Id: I7fd6bb58c721f1dca2f6ecbaae90d516746762f0

2014-04-08  Eike Rathke  <erack@redhat.com>  [a65e9fd24d905d03cd77551f2d6c9b2efa18fff6]

        hold security descriptors read from OOXML independently
        
        If anyone knows how to interpret that stuff and convert between
        BIFF/OOXML feel free to implement..
        
        According to ISO/IEC 29000 the securityDescriptor is application
        defined, but recommends that username@domain be used, which is addr-spec
        of RFC 822. Well, what Excel2013 writes is something like this
        'O:WDG:WDD:(A;;CC;;;S-1-5-21-2328606873-448790680-2149751550-1003)'
        
        Change-Id: I138fa116b019f200c211272abf69831bc49127ab

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [d8ad7d5790d5770ae5c197f57bb26e414fdff07e]

        Build GLEW for all platforms
        
        Whether it actually should be used or not on some particular platform
        is another thing that remains to be seen. But I think it should be
        buildable for all?
        
        Don't build the glew programs for non-desktop platforms.
        
        Build only static libraries when DISABLE_DYNLOADING.
        
        No AGL framework, and it's OpenGLES, not OpenGL, on iOS.
        
        Change-Id: Idf3aad341c4f270952db2039d5a5e421f39e728f

2014-04-08  Michaël Lefèvre  <lefevre00@yahoo.fr>  [df2c663fef3435a8c3d541b364780876229ccd29]

        fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBAL
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	include/osl/diagnose.h
        
        Change-Id: Ie2e6b7a8546318bdd8b81261bef46bf92c0c125f

2014-04-08  Matúš Kukan  <matus.kukan@collabora.com>  [81e7f75f472e7264750de8063b32f4348a40a628]

        Use condition from Module_chart2.mk for external glew.
        
        I wonder what's best to use here.
        
        Change-Id: Icf641dcf640a12832ea86782414357fa9f71829c

2014-04-08  Ariel Constenla-Haile  <arielch@apache.org>  [d4d28a97106aaef125fb46808c5d992b0b3a59f8]

        Resolves: #i124623# Dispose extension's Options page to avoid memory leaks
        
        (cherry picked from commit 363c5553b7386da80abef818a196f5cf7d353ae0)
        
        Change-Id: Ic04b523f5f9d4092889b3ad59569f02946091652

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [8ce32af6b28bbdcc6772ccb79838087a5c1a3432]

        We build the vclopengl library only for FREEBSD LINUX MACOSX WNT
        
        Change-Id: I6d9f6a33f7f825196d8d2aeec658b9323577ac7c

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [7190d6b04f2488ae39ab88886b8e64971714212c]

        Use same code for iOS and OS X here, too, not that it seems to help any
        
        Change-Id: I16d11447757680edb0ff786a5ee1e3d453b38910

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [9af4ecd2b485ae4bba443eb0ec6f958fcc2e3619]

        CVE-2014-0160 heartbeat
        
        Change-Id: I00ee89f69d85010be5d3a537092349fa9eeb71c8

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [9660716fb93e195fe9a89cf44b488c3d84907443]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: I501dcb0ca3465e5e07564a7156a0dfa3f2767af5

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [135828c0d2e6a3ab439be23a05ed5537ede556f0]

        WaE: implicit conversion of literal of type 'int' to 'bool'
        
        Change-Id: Ibab8e9e29886cdffce1cd1480f7c5d421537b2bb

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [f598a018f153d005887bc994f93719e2da37c9cf]

        Clean up function declarations
        
        Change-Id: I5d3ed0a266f327dbc8d506090221c43ef89fbcc0

2014-04-08  Matúš Kukan  <matus.kukan@collabora.com>  [532e8ccd8b5fe7c2b7eee4ff167ac6c53b9ba87d]

        Better to use dependency on package here.
        
        Change-Id: I697a2bd24d80ac236f7336e318a338cde788c7d4

2014-04-08  Matúš Kukan  <matus.kukan@collabora.com>  [e67f8ecfd5d3feba99fab28aa03a802bd49c8fbb]

        vclopengl needs to be in libmerged
        
        Change-Id: I7265aa6f79bcee99bf5c60dc21b61ea95ae85864

2014-04-08  Matúš Kukan  <matus.kukan@collabora.com>  [07e1f3c10ebcc395c6ecf484204338826d699120]

        Revert "Remove --disable-lpsolve configure option."
        
        This reverts commit 0737d4f6f9d5db5197ce4f35214a785250b8e848.
        
        Commit adding --with-lpsolver was reverted in
        8dc394d5c573e5583760c7cc56c5c19062d3f062.
        
        Change-Id: I27598f25f05edafd6afae49d85f81b60f9a0e0a3

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [80ce87724919fc61cd8dc4b053d0d25d33619159]

        Clean up function declarations
        
        Change-Id: I18125ac6c58c89f76c3a6cfb3a7ee77b1059aeb1

2014-04-08  Sourav  <sourav.mahajan@synerzip.com>  [69eebf8735973a05c931182d2ebfe35ce25f4b1a]

        fdo76591:-Textbox property (order-> send behind text) is not preserved.
        
        Z-Index was not handledin LO for vml.
        I have made the changes to handle that using aGrabBag.
        
        Change-Id: I2af3b2974c8eb699bc6a7b743dc438584d6517ac
        Reviewed-on: https://gerrit.libreoffice.org/8833
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [ceb199692c42d86903bc4e7df11fa895c92e95c1]

        coverity#708385 Uninitialized scalar field
        
        Change-Id: I9150f0849099650f35611015e26754fd6b05ed79

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [409ebeb20d1ee4552ac21bd739ae4e25eaeb68d9]

        coverity#708388 Uninitialized scalar field
        
        Change-Id: Idaa2ec4863beb6be790022c3c66bc4a72e9bf626

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [b19e943c50e5f9f436a2dc616c661e19c8152bb1]

        coverity#708175 Uninitialized scalar field
        
        Change-Id: I235f46bf9b0e672ddad16d9766a09f5c7c88a3e0

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [e1fcf731fdb8457c9c8b686d182e4b2dbb7ff1bb]

        coverity#708193 Uninitialized scalar field
        
        Change-Id: Ibf9f267acf3bef7aa0ce34660664f095453f4b82

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [5691af7977831d8c5fcdcb68e7a1e3547de45e51]

        coverity#708197 Uninitialized scalar field
        
        Change-Id: Ied5ed708b60fe63288ca2ef1b50a7091dd7dbd2e

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [190e3f7f51b1e382adc9cb18d6ec23dc20584239]

        coverity#708202 Uninitialized scalar field
        
        Change-Id: Ie73377009a2aefd4ec18adafc61e56076b8c3c9a

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [27902363384d7dd0ccc5cec2cc71a8549485ca4f]

        coverity#736070 Missing break in switch
        
        Change-Id: I924d1316483883f7d1ecb145eef38833d1dc70ce

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [5459a21f2fedf0a6e720fa853440c64f6660cdb1]

        coverity#736069 Missing break in switch
        
        Change-Id: I363f634454e72d37c82494242b195b1a9f8454b2

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [2ea89ac63fa83b09807581d24ebd441776abb358]

        coverity#705329 Missing break in switch
        
        Change-Id: I3718c2960dc0a7f760c3c7749417c1e497b7e04e

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [d546224464df4fcc85ad978fa149d876d093d714]

        coverity#705015 Explicit null dereferenced
        
        Change-Id: Idac9493e152f639066cf497be897b8a489c39f6c

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [752b8ebb265938e1e6dc434b226cc0667d99cc1b]

        coverity#705012 Explicit null dereferenced
        
        Change-Id: I49631808c1b7cfce100987cb53be36ab5c97a3af

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [a5cbf54716d113ac12f2c845d7ef9e4e1da18724]

        coverity#705007 Explicit null dereferenced
        
        Change-Id: Idc30796f0f5ebb56508339d03d318c8a582eb504

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [a1dd3f712d3954f65c7f6754c457f4eaaa1a3028]

        coverity#704622 Explicit null dereferenced
        
        Change-Id: Ibde2c27791d1be30d6207a338367b6c433acfc0b

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [380d4600d73a2f57a93d841d5fdfdd0a042d5d39]

        use TriState instead of sal_Bool as there's three possibilities
        
        Change-Id: If24d4cec9ef4369f20419fe70de7392614a35316

2014-04-08  Caolán McNamara  <caolanm@redhat.com>  [21c3f6ac12877bcd512aff0255078afaf4880f6a]

        WaE: -Werror=uninitialized
        
        Change-Id: I4c2eb1e323505c6298203cb89769dc693f4e63bb

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [52e359d82dbf239e5fd72c5f20d31b206c72d3e7]

        Clean up function declarations
        
        Change-Id: Ie1360857dc4ed3102c709c1ef5b5929e5d5d5d7b

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [b06a6bba31b15287383853b4d9b52575a92b914b]

        Clean up function declaration
        
        Change-Id: I3c38149f9c99b45170f44f48725087cbe5dba40e

2014-04-08  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [d2771b63b94a8aae3c25c83e9dae9f83242f46c1]

        fdo#77123: Add option ignore kashida to the search
        
        This patch will add new checkbox to ignore kashida in the
        search and replace dialog.
        
        Change-Id: I9e7179242751103b8418d922ade5b9145170ad15

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [411297a0ad63a3b7484005fd2ad27dd53b58c3d7]

        loplugin:saloverride
        
        Change-Id: I6259c0676c2b365549a6f07a71427c2c167c22d5

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [3b3cf0ecae4838c70b326d0a2854bb2712ad39ad]

        Fix libGLEW build for OS X
        
        Change-Id: I996f88544c4cdedaf8aa047abb1888409b949800

2014-04-08  Jan Holesovsky  <kendy@collabora.com>  [cab4831d02c9933f3d12313f54f2fb4073611bb5]

        Fix typo.
        
        Change-Id: I37c0c48e19b43189b9cae3a1adcf875127859804

2014-04-08  Stephan Bergmann  <sbergman@redhat.com>  [213bc71f84c8f8494f5b5009b730b5a7af2c7cee]

        Clean up function declarations and some unused functions
        
        Change-Id: I382289c7188dfdc9839ff9e6362b6e039ffc5f9e

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [35a7310e7fc16f609f895c043ceb8e99a251b3ee]

        WaE: unknown log area 'chart2.barchart3D'
        
        Change-Id: I6f4ed9a816c13d35b92059c68132d90fe532b321

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [a264dcebe86e93325ba86fc1910ae798672cdd84]

        WaE: private field is not used
        
        Change-Id: I555a1513db76ae561c34734a1723d8225f258ef6

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [646622d196da68c76645b35437770db75e9a0699]

        WaE: unknown log area 'svx.opengl'
        
        Change-Id: Ib7b19a53fe6b523b302276d5123c070eb46a4737

2014-04-08  Tor Lillqvist  <tml@collabora.com>  [98973e8ae3581a36d298a3ea97c5c5309efd2b6c]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: Ib4693d28657cb8d33f41184696cf83c4e55ad0d7

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ffe4e6ff4b20305695ca04c37ca559261f5f1fc3]

        maybe the mesa headers are missing
        
        Change-Id: Ibf5e634310f404d1dd1a4ed7be00dab3157ae056

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0e57fb6eee4782e569c3db2604e68cf3dfe4bd83]

        change debug output
        
        Change-Id: Ia0b9f3b3aff6ceff04d42a94b2d08f0a63bb7560

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a52940655d6a012379d0c779050c5008235e3979]

        clear the container to be safe
        
        Change-Id: Ifa90e2839898079da4dc09e55feba6626e6a8fa8

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [39c74649f61d21b8fcb3f8374b56d6bffdf0a020]

        add camera control
        
        Change-Id: Ie641a916f62e80f390514f91de23873364df89a6

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b5d0eb510a9ccde7a086ae0acfca910f4432df5c]

        temporarily link agains OpenGL
        
        Change-Id: I330c9e4f0f1a1ebf0e236de9cfabdf9dc65121cf

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d47d8fb222e6b8e196989d0761a5c03b9669acdf]

        remove unused variable
        
        Change-Id: I8291aa433fb8f9d8fd3a5c2c756c006321a6deb4

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b6e5907f5a228b07824d61e90e668cda8e4079df]

        temporarily render to a file
        
        Change-Id: Ibfc8101f261489bf11f990ea3fe6ae2e74b99df9

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0869626e2b29ad9b2e81c8f4eee7bd1b2372d91b]

        improve the code for temporary OpenGl context
        
        Change-Id: Ia66bf54539e67066a56bb50fb606e50e581bee73

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed649cc4817b6d35e71d15331293afd91fba9358]

        call glewInit in vcl's OpenGLContext just once
        
        Change-Id: I9f9b50615e588e659c7fcdd016cf9ceb8407b974

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [375659b8641126cf1deae1c1789880771aa61308]

        e temporarily a local OpenGL context
        
        Change-Id: I086d826456d77bf978c3877ed6da92850878ad97

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4d5d61e45435551088d6604f028cb9941974eafe]

        remove some OpenGL traces from OpenGLRender and DummyXShape
        
        Change-Id: Ibc4877a7c98a0ee1920d6ff0137009f489e2e9a9

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c06ab7e366ce7ddc8bf68259c3198df886ba37db]

        remove whitespace
        
        Change-Id: I16930834f75efcac8c710486d4e3286fcaaf64fd

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f5a86d3ba079b32e063300c68071f105f5021ee8]

        initial work on allowing to resize the OpenGL object
        
        Change-Id: I29799522d32e31b4ffbba9d931fda352ee080e2d

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6948bf58ce181b17f60ef81f10205ef4dac50cc6]

        move the OpenGLContext to the model object
        
        In the next step we need to initialize it again but in the ViewContact
        it gets destroyed several times which is a problem.
        
        Change-Id: I3efe4311bfb279b7407eabd0dd673f33603d8e9b

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b458c16a431010712b0d5e18b125a9ec897372c9]

        fix crash when passing external Window to OpenGLContext::init
        
        The external window is not controlled by OpenGLContext so it is not
        allowed to delete the window
        
        Change-Id: Id2c79a3612cc875fd94b8cd1206b30af2f185875

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8325b7b49ec095349571efb17fe0d520ab67f897]

        prevent initializing the OpenGL context multiple times
        
        Change-Id: I2ebdbcd51938bc1dc61693ac392eed5d5e497a8d

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [feffcbb02c2cb17d615151f5587ae38510f3aa02]

        Revert "Remove opengl usage from svx until we can't solve building problems"
        
        This reverts commit 10be411f33c69db83cc5de410eaddf2d297608ae.

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cc8f652121eb6f43b718f344bed9619eb5785d8e]

        remove file
        
        Change-Id: I74d1116ae0d5f99bcfbbe67ec1ecbe1a5a89ad8f

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ee86c908d1d9f8ed19482b3f844e387018b1a904]

        OSL_TRACE to SAL_INFO in opengl code
        
        Change-Id: I7bdefec1cf941d1a51b7777639c0979387e1b436

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f92ee8f9b0bb3c3b61e483c30d227fe4f8c484b6]

        no need to swap buffers in the offscreen rendering
        
        Change-Id: Ibe25afaa71acc0a0c8995c6f0644eb08fe8920cf

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dfb2ab0cee2ba04ce8816580447e7db8160ffac4]

        add initial code for creating 3D bar shapes
        
        Change-Id: I55489fad8723f204003fe502eea5e02de4c8d6ef

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e7b79ef04579c8b5a9957207062fd13a9ca5755c]

        most likley nobody has used that profiling code in years
        
        Change-Id: I6ad7aea0d77b54509c3c919d0015f3a94118a398

2014-04-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [46edb178cb6df038832ad0bc97474b2da145bbe4]

        put some functions into an anonzmous namespace
        
        Change-Id: I39357685bfd3b2e556d0c6f83a3833fd64bc7e52

2014-04-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [615f6aa293a6da90da94e6e78828198ffbc0ca5e]

        fdo#75741: Share the context objects to avoid poor performance.
        
        Change-Id: I1015dbfa9e2220cd23244dae17ee8dc4828c6a67

2014-04-08  Chris Sherlock  <chris.sherlock79@gmail.com>  [97043e70ef96d1fe8f42eb352a97149f77b73ac6]

        Remove unnecessary ImplDrawMask function in OutputDevice
        
        Every DrawMask variant calls on a final DrawMask - we duplicate code
        and there is an unnecessary private ImplDrawMask function in
        OutputDevice. We should just forward calls to DrawMask.
        
        Change-Id: Ice24598e3a437ca51a047f6006acc5a66198ff22

2014-04-07  Matúš Kukan  <matus.kukan@collabora.com>  [702d79a3f8fd3c5e4b433195908317075c87ad9d]

        Find apr and serf libraries in --enable-dbgutil Windows build.
        
        Change-Id: I06af5605ac5cf8606864b7c42527aa567571341a

2014-04-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [355baf573425165cbc1c789a6271eb29940e1f76]

        fdo#75741: Re-implement CompileNameFormula for formula groups.
        
        Change-Id: I57e1e464ac5f7abc10ce5ea5752e036ddb6cf6d7

2014-04-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [137c288978fb8f4aee259fabfdcb9252b1b011d3]

        fdo#75741: Write test for this.
        
        Change-Id: Ibd3a2efe0a195b7c402572b0efb5c03183df9cf8

2014-04-07  Andrzej Hunt  <andrzej.hunt@collabora.com>  [f01792dda15fe4509a2925929f4d58daef9d15c0]

        scp2: move firebird into base.
        
        Change-Id: I35f9b2dcb821bda0ea97de12a8ae8d27915f6b3e

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [53a0914c5cb9357d7ef9088143997f50883b5959]

        Bin empty @seealso, @param, @return etc metacomments
        
        Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde

2014-04-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e]

        fdo#77140 embeddedobj: avoid unneeded conversion in ConvertBufferToFormat()
        
        The primary reason is not performance: on export currently we loose some
        EMF+ properties. While it would be good to fix all those problems one by
        one, this is a small fix to avoid all kind of roundtrip problems in this
        situation.
        
        Change-Id: If5e1c1eabd8290f36b538e374c9707ae17097786

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [6ac0e1399a2be344284f192fb3445489346b1fba]

        Remove silly PUT_SEMICOLON_AT_THE_END
        
        ...and rather live with macro calls not terminated by semicolons until those
        macros are gone for good anyway.  Completely remove unused
        DECLARE_UNO3_XCOMPONENT_DEFAULTS.
        
        Change-Id: I0d4eb5a91736004b0da2b09fce860e57f6d1ddbd

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [a8dd89b49ea26d8bfb27feab562191e61d4a7487]

        Fix thinko
        
        Change-Id: If6246cf325b7962c5fa60216f0da9a2220255e71

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [801a8cd336426327724b0157141a00c8d2a9ae96]

        Add somewhat ridiculous debug hacks for CoreGrahics drawing debugging on iOS
        
        When the environment variable DRAW_INCREMENTALLY_FROM is set to a
        number, we want TiledLibreOffice to loop, initially performing only
        that number of drawing operations in AquaSalGraphics, then wait for
        some seconds, and redraw. Next time perform one operation
        more. Repeat.
        
        Implemented in vcl by surrounding the entry and exit(s) of the drawing
        functions in AquaSalGraphics with macros.
        
        All this is active only for iOS and in a dbgutil build.

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [57b44c3c66668794b5a180cc91f82e25a8fae92d]

        Log correct depth for the created CGBitmapContext
        
        Change-Id: Icbcc4027d3fd9cb195c5fc6fd50f1ffaa7ce0d28

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [7bda773a967ae71302695cd1c5d3a780fa1d52ef]

        Fill these buffers, too, with easily recognizable junk in dbgutil mode
        
        Change-Id: I7ad8ae6b4995b45deea18270348f6ce626aa1ed6

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [0e0014ded0fc746fb715baeac30d940cf99a2b50]

        Don't bother logging the CGContextSetLineWidth() here either
        
        Change-Id: I95860cd9edec474b656a7f4cc2847ef48868d699

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [3ecab6fd717a910bcff488bbd1a30ab4cc86d8fd]

        I think we should begin a new path in drawPolyLine()
        
        Change-Id: I113ab237561ae83a2d256be7ff14bea6432f0d06

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [cd0417890db3a40311351a4a820dfc81335bf519]

        Add a couple of CG_TRACEs
        
        Change-Id: If1f3f4aafd6fde4fcf916b31e7447667baa1bfd0

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [978ceb4e2a645e16f9c43c2300338043c5e64727]

        Typo
        
        Change-Id: Ie264bfec4a8c34adcaa45c0a5cc43c1109d31c95

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [c90588635e8ca2e33e25e9740fccdd59ad01f86a]

        Fix namespace ambiguity
        
        Change-Id: Ie32085d67157a48cef2713eec5495d01b7d5867c

2014-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [833d9c7b7368512d9671bc72e0221a7c637f2090]

        fix copy&paste error
        
        Change-Id: Iae918ba6d18c0ce2cdaab6a799fd5147fd0f4bff

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [0f85279797d47f4d790f98f04a95a3046be07e23]

        Move functions back out of OutputDevice so they aren't exported
        
        Moved DoesActionHandleTransparency and IsTransparentAction back to
        being ocal functions in an anonymous namespace so they aren't
        exported.
        
        Change-Id: Ic8335155c1a32035b02caacb29821bbd26197e49

2014-04-07  Luke Deller  <luke@deller.id.au>  [72ef0d88e916b320de85fe2ebf08cb7aea28ca08]

        Ignore sprmTFCantSplit90 in .doc file per MS spec
        
        Microsoft's new .doc file format specification says to ignore
        sprmTFCantSplit90 in favour of (the older!) sprmTFCantSplit.
        
        This seems to have confused the OO developer who must have been trying
        to reverse engineer this without documentation: the table parsing code
        gets sprmTFCantSplit90 and sprmTFCantSplit the wrong way around.
        
        This commit removes handling of sprmTFCantSplit90 according to the
        instruction in the Microsoft file format specification.
        http://msdn.microsoft.com/en-us/library/dd951612.aspx
        
        Change-Id: Ic9d3dddf102d6af0a061d2e8b68de3cf5bd9bae1
        Reviewed-on: https://gerrit.libreoffice.org/8885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-07  Luke Deller  <luke@deller.id.au>  [6a7d04a9cb82cee083cf83c7354b89fa42458396]

        Rename .doc SPRM IDs to match current MS specs
        
        I understand that Libreoffice's names for SPRM IDs come from old
        documentation for WW8 (Word '97), plus some later additions named by
        OpenOffice developers as they encountered newer SPRMs in the wild.
        
        Meanwhile Microsoft has released newer documentation which supplies
        names for these previously undocumented SPRMs, plus it renames some
        WW8 properties to have the suffix "80" to make room for newer
        versions of those properties.
        
        This commit aims to bring LibreOffice's SPRM ID names in line with
        the current file format specification from Microsoft.
        http://msdn.microsoft.com/en-us/library/dd923581.aspx
        
        Change-Id: I904c1db17a776e2d9e6076f87369160e3b80f2e4
        Reviewed-on: https://gerrit.libreoffice.org/8884
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [a3c5ed4918d1320ac8fae18debe4d025a26455b4]

        Minor change to comment in print2.cxx
        
        Change-Id: Iacf42f6f4ae873a9af6fc60687f54549fa3774c0

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [e6997a8e40325903c857eb3c83c8da530a3b7bc9]

        Bring static functions into OutputDevice as private functions
        
        Also rename them to something saner. ImplIsActionSpecial in particular
        is not a particularly useful function name, so updating this for
        clarity.
        
        Functions renamed:
        + ImplIsActionHandlingTransparency() -> DoesActionHandleTransparency()
        + ImplIsActionSpecial() -> IsTransparentAction()
        
        I've also updated some of the comments to clarify.
        
        Change-Id: I6c9d0c33d96ce40af2c877b52da66de17ed8ce78

2014-04-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [95e220de1d217d19cd8d1ecaa458a67acd8d8f80]

        sw html: revert license content changes
        
        Change-Id: I30d8a129ea563c2ddb2ca70f021e4e2d02db7bd9

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [2c106c826fbdcd20ceafcb63ee3c3b55c8a730d0]

        coverity#708141 baseclass mnPageCount is unused
        
        Change-Id: I65be7d072bb8762feaf22158104d58f0c0149f33

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [6ead5e3238a1933ffdd64956e1722266bf9e88bc]

        coverity#708138 VisualState::SetMouseOverState sets things that noone reads
        
        Change-Id: Ifc78a7c656520b779559362e309f6971ecb1f573

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [867fdeaac288b11bced0e921ad5e443d27f99237]

        coverity#708137 Uninitialized scalar field
        
        Change-Id: I27966ee56ceac9a82fe901e942540c8e5d9c93dc

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [2ae814b4152438571dfcedc42a4c1bcebae785c6]

        coverity#708134 Uninitialized scalar field
        
        Change-Id: Id00f771bb7ba80c60aae5f94050319b26aa2c861

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [a2c1d602a2fada11ba61bf7c68b20609e13bd243]

        coverity#708132 Uninitialized scalar field
        
        Change-Id: I24496262cc2101e47b83878dc0c7cef963471a5c

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [f50b76ae8a67ce11275c5de030941edf00ec8223]

        coverity#708131 Uninitialized scalar field
        
        Change-Id: I95ad784b96a130a7549266ebda883389941cf962

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [dcfa6ba11f23c45fcbe82d15aff3741bbb930569]

        coverity#708128 Uninitialized scalar field
        
        Change-Id: Ic22b6640ba6b87769bdf00bc630d463de1ba04ad

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [7ebd6b5dcff979c992b16fe7d2d3b7125ccd8948]

        coverity#708126 Uninitialized scalar field
        
        Change-Id: Ib5dfaaf60551ed87c650863388e2e81b899bd253

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [b89813ea4563a33ff2733ea88190c50681d63093]

        coverity#708124 Uninitialized scalar field
        
        Change-Id: Id5cb00b710a91c63eff40025b6c91a985ea90ad7

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [bf39758029a34c1ed2fc3cd43be46600b8f8b8cd]

        coverity#708123 Uninitialized scalar field
        
        Change-Id: I3161342b7033e376ef3fb49ffd63b4577ef18811

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [f0efb472b17d1e9dfcbd673b847e6ff65c37d6dc]

        coverity#708121 Uninitialized scalar field
        
        Change-Id: I73d128c82281f252af62f0318dd1d15e11c0e9a7

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [d666ce1848478aa2d1d441e2c2707c8ccb24c010]

        WaE: -Werror=uninitialized
        
        Change-Id: I6cda8d722299df581326ad4c7391609a480bd39f

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [61a7ece840d55bdf667421a8058e720c82f447ae]

        coverity#708120 Uninitialized scalar field
        
        Change-Id: I097d0bc2df695df0e3d170efc0bee39f8b00a954

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [67b3a972836f7b29f24d0615d2758ff4089b8e9c]

        coverity#708119 Uninitialized scalar field
        
        Change-Id: I746a90d5af339fc0dc7471e1e7fed88e6933b50e

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [29532437324ae3ec6de07e612d99a3d1cc2f36c4]

        coverity#708117 Uninitialized scalar field
        
        Change-Id: I7ef430d48c7a984bc68f89fdcca821ddd2265853

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [d913a5a9dfa44bb8061ff194e990c08cc40d7a69]

        untangle the bFmt == 2 hack
        
        Firstly, IsFormat is unused so there's no "escape" of
        bFmt back into the outside world.
        
        Then bFmt has two purposes.
        
        Purpose 1 is 'not be a format dialog, be a format dialog, be a format dialog but hide standard button'
        
        so, lets just add an explicit "Hide standard button" method and call
        it in the (apparently) one place where it's necessary.
        
        Purpose 2 is to flag that "BaseFmtHdl" was called from clicking
        the "Standard" button at which point its set to 2.
        
        SfxTabDialog::Init_Impl had...
        
        "
          // bFmt = temporary Flag passed on in the Constructor(),
          // if bFmt == 2, then also sal_True,
          // additional suppression of the standard button,
          // after the Initializing set to sal_True again
          if ( bFmtFlag != 2 )
              m_pBaseFmtBtn->Show();
          else
              bFmtFlag = sal_True;
        "
        
        but the variable acted on is bFmtFlag a copy of bFmt, and is never read again
        after that line, so setting it to sal_True is meaningless. The comment suggests
        that the intent is to reset bFmt to true if it was 2 during initialization,
        which fits with the later use of bFmt == 2 to indicate that the standard button was
        clicked, i.e. reset bFmt back to its standard value.
        
        So make bFmt a simple toggle of dialog as a format dialog or not, add a way
        to remove the standard button and add a second variable to indicate the standard
        button got pressed.
        
        Change-Id: I98a441f5f314845abe243e05b6d92fd71d7b0b04

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [c06267b1056fed5dedac443b706d721620e40da9]

        drop out of date undef SfxTabDialog foo
        
        Change-Id: I01d31d357f503ca32b18f3414305ca5dcf55f9ce

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [9526d1969da25189563a99476176842d38418b76]

        Related: fdo#51818 format statistical numbers with locale rules
        
        Change-Id: Ic21e93d55037a7971b2b6f7988f87c9b4eb01de5

2014-04-07  Noel Grandin  <noel@peralex.com>  [74fdda0cd41d97b6c97d2115584ee48fd552514e]

        sfx2: sal_Bool->bool
        
        Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd

2014-04-07  Noel Grandin  <noel@peralex.com>  [1eee88dd6bf2c647aa3458d33a5f45c51c024186]

        basic: sal_Bool->bool
        
        Change-Id: I1c084ca86c0b1308eb2fc1451ba34d2e702c6a7f

2014-04-07  Noel Grandin  <noel@peralex.com>  [62a4722a0d23ce9adf4db0a6e8c24b878f91062a]

        xmlscript: sal_Bool->bool
        
        Change-Id: Ib784d23aa613dce80b786ecadb98cc2c3c278e33

2014-04-07  Noel Grandin  <noel@peralex.com>  [6ed14fd8f8eb8e844434a982dd73df0a71a83afc]

        sax: sal_Bool->bool
        
        Change-Id: I8d9dd585c509fd4c1f09ee817d828f3e600e31d5

2014-04-07  Noel Grandin  <noel@peralex.com>  [a6287e21f1dab6ae382c24ceeb4c0212b7cad2d7]

        framework: sal_Bool->bool
        
        Change-Id: Ia6e87e2b382bd4005637e14088bde9e809996a25

2014-04-07  Noel Grandin  <noel@peralex.com>  [c2e98d3cc9e2642d746a9933fcd91230a7378aa1]

        drawinglayer: sal_Bool->bool
        
        Change-Id: I893d00a61d314926f84fb3e94743aba2ef5622c4

2014-04-07  Noel Grandin  <noel@peralex.com>  [8ab93ae45ee32f18eb435606e4c183cf9eb87d1b]

        cppcanvas: sal_Bool->bool
        
        Change-Id: I3dc076f3593d4d083d5e25e41e007eadc97d2978

2014-04-07  Noel Grandin  <noel@peralex.com>  [718ec66252291d565b1d6e19fc02d2719cf4aa59]

        animations: sal_Bool->bool
        
        Change-Id: I77d10e56389042dd3caa8ed4816afe9f3baf5b22

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b8757ee8c7a024c36dda276bbe7dc69d5445e9c4]

        Clean up function declarations and some unused functions
        
        Change-Id: I5817a5ad3966918cfb1920be568b7401dd6f948c

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [732c19b8f39c9bf3c5a23affa27895e3dd3dccbf]

        Clean up unused functions
        
        Change-Id: Ic1ba88f99c3e0de0761a28b8ff0ca2e9416aecec

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [2addd7f17a9d799042ef18992ad29b582de3d6d6]

        Clean up function declarations and some unused functions
        
        Change-Id: Id7ecd49ea03f225fc350a31437c32b4a738d7199

2014-04-07  Ryo ONODERA  <ryoon@netbsd.org>  [02e0be069e57e724c51f23e2e31b77657a6a1d3d]

        Fix LD_LIBRARY_PATH for NetBSD.
        
        LibreOffice 4 NetBSD build fails with wrong LD_LIBRARY_PATH.
        LD_LIBRARY_PATH setting in solenv/gbuild/platform/NETBSD_INTEL_GCC.mk and
        solenv/gbuild/platform/NETBSD_X86_64_GCC.mk is not needed.
        Attached patch should fix amd64 (x86_64) and i386 build.
        
        https://bugs.freedesktop.org/show_bug.cgi?id=77098
        
        Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [57ecf341a42866c8ed207768603a379173961c71]

        Clean up ImplSVMainHook declaration
        
        Change-Id: I51d7eac6160a3c3abc96733fa30fdcbb41bb5509

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [b154c61766b5a5e3f597bad63d799912e5950a02]

        Do not use sal/log.hxx in extensions
        
        "For now, this functionality should only be used internally within LibreOffice.
        It may change again in a future version." (sal/log.hxx)
        
        And the condition that was checked already causes a RuntimeException, so was
        somewhat redundant anyway.  Thanks to mstahl for spotting this.
        
        Change-Id: I51cc4e75b3d3ffc97943613c61cb93c1fb48e59b

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [eae2e87ba4de1ae59779cbfc56109aa6c27fbc17]

        Resolves: fdo#51818 format word count numbers with locale rules
        
        Change-Id: Ia203a622ab2cd63d644895bb792b0569a61eb81a

2014-04-07  David Tardon  <dtardon@redhat.com>  [66154591e8d7b611d330b642714aacc72f9bc28d]

        target UIConfig_tubes should be a l10n target
        
        Change-Id: I892c0a6397104f88f8d2dd51f186f006042eaf19

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [f8d1f3a7b2906518eed2730c4f05c4fae00c5279]

        Don't special-case iOS here, either
        
        Again, no effect.
        
        Change-Id: Iab6f1a59d8fe85d3a671c60685496093b8aa1b88

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [2582f6464e1b1e6617068938254dd4e7bc72faf3]

        Don't special-case iOS here, either
        
        Again, no visual effect, though.
        
        Change-Id: Ib0c68ef9ee8ca61b31453be97026448e029ec579

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [8144550c120fc013161d19f2a2aa98e879504bcf]

        Remove unused functions
        
        Change-Id: Ifa8fad734c716deeed32137f09cbe88378d11faf

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [8f6c55a839d790c9268c1d0686f3eaf2f23484cb]

        Replace SV_DECL/IMPL_REF macros with SvRef template
        
        Change-Id: I0ef2e67f6d61e0ce118c0f5e926b8194ef9d8058

2014-04-07  Julien Nabet  <serval2412@yahoo.fr>  [e0f6559776b515a7d51331c7e848ac785e751c6a]

        cppcheck: "else if" condition matches previous condition
        
        Change-Id: Ife67cc71ef89ba9af91994cd0242d9ae31935ab9
        Reviewed-on: https://gerrit.libreoffice.org/8874
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [49e04776cb03ba8f5e3c857529e1ea1033ccb6ae]

        Use same code path for iOS as for OS X here, too
        
        Again, no visible effect, which is both good (yay, convergence) and
        sad (sigh, doesn't fix the problems)...
        
        Change-Id: Ica010df4f115a7d47b25dea3613fb9f4b5f6a9ff

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [d9d185c0a0c3b0332bb2d4f3cef4b5e427128c42]

        Plug potential resource leak
        
        Change-Id: Ic01475e7f5dec64ab97af2674f05dc6303b334b7

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [5a79f2dcbb7fff9bdc2895b0ac78e2a8ecf511e9]

        For consistency, set the same "GDI" and "Win" flags for iOS as for OS X
        
        No visible effect, though. Which is both good and bad: Good because it
        means that without ill effects a larger degree of idenical code paths
        can be used for both iOS and OS X. Bad because this change didn't help
        in getting rid of the annoying misrenderings on iOS of some Smart Art
        objects.
        
        Change-Id: I9da0f98ca90554dbac963688705b3c7955021741

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [b89325f7c8d01d950c161fea36af417066a0cf46]

        This IOS ifdef has no visible effect either as far as I can see
        
        Change-Id: Ib800abd569cc713065b874f9ebbbd55b4dad986f

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [3b47edcc762681773e059577d62f34cd8a7bef99]

        This IOS ifdef has no visible effect nowadays
        
        So bin it then.
        
        Change-Id: Id8b073cffb4043793e91a06662ecea1c147a771f

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [ed77c76c836f92ee3364fb56abe2dd343e9ed592]

        coverity#708125 Uninitialized scalar field
        
        Change-Id: I9d97cdc9e6f4644ca773addf403d7ccf52a272e9

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [bc14d3feaba27b857fcb4e5e81dcc120489b386a]

        coverity#708113 Uninitialized scalar field
        
        Change-Id: I721f9604a2b5530eacb7340840428d1b2164740e

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [1a5e817140d2087dbce0da3df2d9a416d395ff98]

        coverity#704815 Unchecked dynamic_cast
        
        Change-Id: I019caaf29f1878fff59f6133d396f9a3ed02722b

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [0f8feff0818bedcfe0ffc0b3a63b2a4665d72fab]

        coverity#704814 Unchecked dynamic_cast
        
        Change-Id: I684679c04cec7f8ed17a20fb3c4e99d418c4be5a

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [9aa2f78ed3378739729a2f98225b0508e557a247]

        coverity#704813 Unchecked dynamic_cast
        
        Change-Id: I8ac34849f310f291b64e0ef03d4617d94d97b468

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [0709b95f86554bf2063300e8a9566ba35680d2e1]

        coverity#704812 Unchecked dynamic_cast
        
        Change-Id: Idd37bd7abc608a84a9a1bc731c26455b0901080e

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [d816acd0e21e996ce00658ffe8d694b96c5741c1]

        coverity#706548 Uncaught exception
        
        Change-Id: Ie3be6d503b50cfa86be8fff162d01a72c6b47bf7

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [b6e73c54c689e0b1709ea85006968ddb9d75dc95]

        coverity#735804 Explicit null dereferenced
        
        Change-Id: I78e1d0ada0728e07e8ea9985eec1ef7334598152

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [15c819987fbf1feb534884e0c3a1fbcda2575252]

        coverity#735803 Explicit null dereferenced
        
        Change-Id: Icc65234f1ba54b571097efc0b4e4537a7da99ea8

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [88bb7256d16c490fd93d043ab2d1aefbc0f195a4]

        coverity#705035 Explicit null dereferenced
        
        Change-Id: I92e43c2c325fc9a2f3d0154090fb076dad589868

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [aa21145ef3b942f6db530f035c6ea9a246151241]

        coverity#705025 Explicit null dereferenced
        
        Change-Id: I6fa17cf08c8104b7b64f66f6701fe8d0949b88bc

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [3982bcd07349d8c8c6ab00d7777c6a9a6f4a8ddb]

        coverity#705018 Explicit null dereferenced
        
        Change-Id: I13777df8fbe03aae8f55491fef144d48da3bb312

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [89fe93e4597ff117361df889e0a347ff009abc42]

        coverity#704824 Explicit null dereferenced
        
        Change-Id: Ia05933f296c5e72982ef394e948bf90ebde583f4

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [98d8e26fb6597b4c29fd7baa0941b547dd10f055]

        coverity#704960 Explicit null dereferenced
        
        Change-Id: I7b2625cced4c30b2fa61f69fc36553faf6af035e

2014-04-07  Caolán McNamara  <caolanm@redhat.com>  [d7c72fcd591909ded965b97c29c29e58a829bb45]

        coverity#705004 Explicit null dereferenced
        
        Change-Id: I1f0638c4ba4355483b92dda3c912c859e9f8364a

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [979e55e4a3acd10e3acf39aeeaddeb92f5e583bf]

        Fix README
        
        Change-Id: Ib07a18d6592432e9e1716641938a6f336daa7b4b

2014-04-07  Ariel Constenla-Haile  <arielch@apache.org>  [f92d835246dfd5800e7e131ec4fcc8ba20feca67]

        Related: #i124611# Correct date format in nds-DE locale data
        
        Patch by: Timo Putzer <tputzer@gmx.de>
        (cherry picked from commit d1268a86dfef20ba8d2f4059180bd55764e4092d)
        
        Conflicts:
        	i18npool/source/localedata/data/nds_DE.xml
        
        Change-Id: I83ad5057d08e5a5058f2f87bcaeeaa7d86788d31

2014-04-07  Michael Stahl  <mstahl@redhat.com>  [206848294f686a0ccf4c741d7e92a2314a88ea48]

        fdo#76298: sw: do not start up every OLE object on deletion
        
        First check if it's actually a Chart embedded object; starting up
        external processes on Windows for arbitrary OLEs is likely expensive.
        
        (regression from 1ba29be90f7141077f2d079d40dffc2efd4f1a2c)
        
        Change-Id: I3c64444b6cf4d4f791cafc77ec1f9b2b0150ad1b

2014-04-07  Ariel Constenla-Haile  <arielch@apache.org>  [0d6028479c53747d9332866787d4e1642ccf18e1]

        Related: #i124611# - Include nds-DE locale data
        
        (cherry picked from commit bd1eb988440fb0d1d207fd3ef590f9115d259c81)
        
        Conflicts:
        	i18npool/source/localedata/data/localedata_euro.map
        	i18npool/source/localedata/data/makefile.mk
        
        Change-Id: I18e828af3a51735caa3c8e70326766f998b44419

2014-04-07  Ariel Constenla-Haile  <arielch@apache.org>  [1d7ca3dbcfc21b2ab85b6fb8ba912917befb8d8f]

        Resolves: #i124611# - nds-DE locale data
        
        Locale data contributed by Timo Putzer <tputzer@gmx.de>
        (cherry picked from commit 7070f04ae10f0da2e33c543ff0282e252b7e7869)
        
        Change-Id: I0d0b43fe98398bec7c4f717c1be2f39b4ea832f5

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [48d85514470e7b44b110157d39fd67855f0a794c]

        Refactored OutputDevice::DrawGradient
        
        There are two version of OutputDevice::DrawGradient(). They both have
        common code, I have moved this into their own private functions to
        allow for code reuse.
        
        The first function checks to see if the drawing mode is
        DRAWMODE_BLACKGRADIENT, DRAWMODE_WHITEGRADIENT or
        DRAWMODE_SETTINGSGRADIENT (for Window background color) - this
        just sets the color to black (for XOR operations), white (mainly
        used for printing) or the background color of a Window (not sure
        what this is used for!).
        
        The second function sets grayscale start and end colors.
        
        Change-Id: Idaa85c3b5cfbd8a211fd7b0714eeb8e5b9e9e434
        Reviewed-on: https://gerrit.libreoffice.org/8880
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-07  Julien Nabet  <serval2412@yahoo.fr>  [3eac9b17198b3c94666869b18f9230be6f14c60c]

        Typo for SERVICE_SDB_CALLABLESTATEMENT
        
        Change-Id: If86d82e19dd62b1e55cb336d3b9a6d8b92c1d538
        Reviewed-on: https://gerrit.libreoffice.org/8831
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-04-07  Stephan Bergmann  <sbergman@redhat.com>  [ae91e58350348e0482929230d6c9b281325ff55d]

        Unroll sole use of SV_IMPL/DECL_LOCK
        
        Change-Id: I0d4691f700a415d0376e2bc346bc51fbf6a000b2

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [97cfb1fe0163a9dc09734a761c56d149b8c61f4b]

        DrawGradient( const PolyPolygon&... etc) gets graphics instance too early
        
        The OutputDevice::DrawGradient function that takes a PolyPolygon checks
        for a graphics instance far too early. It then checks it again when it
        actually needs it, but we really only need to get it once.
        
        Change-Id: I2426dfe2e5c03f0e8e3939b53b16c99afe637812

2014-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [05fb3136904c8e6ff3a0c9d8c1c29ce904573d58]

        Exit out of DrawGradient that uses PolyPolygon much faster
        
        There are two DrawGradient(...) functions in OutputDevice. One uses
        a PolyPolygon, the other uses a Rectangle. The Rectangle version
        exits out a lot faster, the PolyPolygon one seems to try to getting
        clipping regions and a Graphics instance first which is entirely
        unnecessary if the drawing mode is DRAWMODE_NOGRADIENT! Therefore,
        I'm bailing out of this function much faster, bring the two functions
        into line with each other.
        
        Change-Id: I882862ab82a93c2c9dfd5fc86f2507926d28aaea

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [54687db04e3621f229d61cc690e7c065e24d0cfc]

        Add CG_TRACEs to this (OS X -only) file, too, for completeness
        
        Change-Id: Ib97ca36821b00b40bdda68da6ca0b4b7f789386c

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [89a8511b7a5f6cf730d7bef045017696648602d8]

        Typo
        
        Change-Id: I89c00f13f28276c7d3d19fcb0a0d1f1ef64b2d60

2014-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [099dd432b28adbd1d0503ec688a1e9b3579aab2b]

        Avoid possible memory leaks in case of exceptions
        
        Change-Id: If541e39e34490adccc8baab43ea9516c3dc6cc1a

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [4973486e6435fa7680b4cd7ff526b8bf6d5d08a3]

        Hah
        
        Change-Id: Iaf3ddb15268f1a3f10b78f1c2bd12aafc329a359

2014-04-07  Tor Lillqvist  <tml@collabora.com>  [828263c759928dbe12f56d18cbe302101b604d12]

        Huh?
        
        Change-Id: I71527cd33d7d2bcef10dd7e7c9c7c661acb4875e

2014-04-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [9413750057ad8f55203aa7c589b69211826ac30f]

        Change newly introduced Clip* functions to ClipAndDraw
        
        A number of new clipping functions have been introduced, but to make
        it more clear as to their purpose they have been renamed. They are:
        
        + ClipGradientToBounds -> ClipAndDrawGradientToBounds
        + ClipGradient -> ClipAndDrawGradient
        + XORClipGradient -> XORClipAndDrawGradient
        + ClipGradientMetafile -> ClipAndDrawGradientMetafile
        
        Change-Id: I2448a62d0473501a8d2613e685ee909cb6df7708
        Reviewed-on: https://gerrit.libreoffice.org/8878
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [8659d189ec04aca78c8ffff97fcca507ca0a9ec3]

        fdo#74702 Refactor gradient clipping functions
        
        There are two gradient clipping functions: one uses a normal intersection
        to get the symmetric difference to clip the gradient - this is used by
        OS X and when printing. The other uses XOR clipping, which is an elegant
        trick to implement complex clipping on graphics systems that have minimal
        capabilities.
        cf. http://www.openoffice.org/marketing/ooocon2008/programme/wednesday_1401.pdf
        
        Change-Id: Iab16258c8e758c41a29337525927ba780329e887
        Reviewed-on: https://gerrit.libreoffice.org/8873
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [3b6dba357f94b581cfeee844f9203a84aa1b5823]

        WaE: overriding virtual function declaration not marked 'override'
        
        Change-Id: I6d38c9b389ce2c5d196e372fd6ae5ad7ac0a03af

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [0db36919545b437eb154c24512b406ea78be78b7]

        WaE: passing OString by value, rather pass by reference
        
        Change-Id: I41a318b8376ae3e68701ffe6ebc745bdbec62dc8

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [dab78653430200bab325db6348734e570a34fe12]

        OUString: constify and avoid concatenated appends
        
        Change-Id: I1bef9af92107d4cb4ac869dd0f6cbd2853302330

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [7493a4ad64ebeb0569e5efa3c8d9719f22cd1275]

        sal_uInt16 to sal_uInt32
        
        Change-Id: I4cd153b38a02d7b1d58877134857dd9825b6ace5

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [487099327b957fc55ae643967eec9a353a1f954f]

        Avoid concatenated OUString appends
        
        Change-Id: Ib1daffc252bf389c04cad8ae84f14c9b99c852b9

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [96fb465431dab1362f10b8c7d0981db26b343f01]

        Reduce scope
        
        Change-Id: Ib49437559d08f41a111dc6348939a1b82564f1a5

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [2644ccd1f4b2178f6d3db642e31479f92072c9ef]

        Use proper types and constify
        
        Change-Id: Iff4783bbe386fdc0aff2a2b722d3390277e5fdea

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [52154a7f161c309768437fa7103a551f2bbc31ef]

        Use index to get consecutive OUString tokens
        
        Change-Id: I7dc854444d6176f99fd9b79445e643a2bb464020

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [699f5229c7475b42a6e8e7a7563b5a5d78991e5a]

        OUString: constify, remove temporaries and unneeded casts
        
        Change-Id: Icd2a14798dddad5810e63f4c8f77aee5cdf99ceb

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [352bb1fe2cd64464e8b1abcc7103f7a5e7a5898b]

        Constify some variables
        
        Change-Id: Ibc513d125ce792170d9310359539ed4336b6dab6

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [4fb4e733f31aebf9875135507a8fa9942ec733c8]

        Constify OUString
        
        Change-Id: I610fbdc860e04ae486b428432e8fb4dd62464557

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [33a9039df8819b69b2ed9b08d408ac281a61359a]

        Simplify loop
        
        Change-Id: Ie6ccc6b7b77fe4d169e39eb1235042dc3c864e92

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [5709b98cc23c18074e4d99abafc487e3f37a2eea]

        It does not make sense to iterate on a list with a constant index
        
        Change-Id: If0d12158c23df10d003d9f7ad5bb2bd003b75aa3

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb2ccc4321eba9f42ffb1ecb8a781d068ecf5ab4]

        sal_uInt16 to sal_Int32/size_t + some constification
        
        Change-Id: I4026e9d0b6e9e6e593298c0564bb5d2c6b028f6c

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [59c13c04cc28e0690667c9240cb7508fbc773949]

        long to sal_Int32 as index for Sequence
        
        Change-Id: I111fe8aaf9b2ce3b6276c51195911520961602e4

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [c41b573daa5bb117c853c8b194ec8a700f47d8ba]

        Avoid concatenated appends
        
        Change-Id: I6234eb875ce3042d25e33ca33c1973770a422977

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [15f6acbab9ba4c4b44ffff4165333fb822bd0cb7]

        Do not cast to intermediate sal_uInt16 + constify
        
        Change-Id: Ie7145eddf79069fc52e14f0276596228fd12333e

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [b73b824b8361d5cf38363eab6730e90809f6529e]

        sal_uInt16 to int
        
        Change-Id: Ic5c2c85eb264f15cd6c73ed4fa15279a14f308d1

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [8f77b01856b2e086cd8965af158e114b2ce70bf2]

        Avoid magic number for array size
        
        Change-Id: I79267391286855859d2a7d6ccff1500dc096a023

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [a0e0d5f9cb280178cdcf8eed40e5775b3e9cf1ab]

        OUString: remove temporaries and unneeded conversions
        
        Change-Id: I99d876bb37b3ac781a0686fe27c6a9c52aaf26b5

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [060d2e0e997c603a341e29eeac7f4fa3032f056a]

        Remove redundant loop condition, to break is enough
        
        Change-Id: Ia02e8483437fd7bd4db6fd9d74d11f6eb10952bc

2014-04-06  Matteo Casalin  <matteo.casalin@yahoo.com>  [de13902e517e9705a6156387433138eacd3ab75d]

        sal_uInt16 to size_t/sal_Int32
        
        Change-Id: I59f0100b96208ced0a372dee2aa405bdb3cbccd9

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9dc6182766b7d311069da57ce693a64e49612771]

        html: "using namespace css" missing
        
        Change-Id: I06d0b77b374be004bf417480e5cc59c73e21bf60

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [566c8c4de38cd21fb0308cc86f87c01d996f51ed]

        sw html: cleanup htmlatr
        
        Change-Id: I502c63995b053be9535886c5565dc9d07e14bc57

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [af04f766b09151b5f291daa78b37b666fd6b8d37]

        sw html: cleanup wrthtml
        
        Change-Id: I807a2b5338c56d90a27305c113ade25baecb01de

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c30cf5a3d7902018b0a752fa2060b8f2a2caafc2]

        sw html: use HtmlWriter in htmlatr in some places
        
        Change-Id: I98369729df0298d05a683cdfc1aa1584187206a7

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [58f8e286e9a7411ab852d74b9cba9cd2b693f2e8]

        Add HtmlWriterHelper to svtools.
        
        Change-Id: I4d96402cc0fa86d83fe0ade314b84bff86d7db97

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c7b69624eec1329113630e308170346fce2be823]

        Introduce HtmlWriter unit tests.
        
        Change-Id: Icb39dde433124d444c48761e074f6b839a043d4e

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2480ded80ed3b6e75d4cfb92dbe003000a685820]

        HtmlWriter: add prettyPrint option, instance variables
        
        Change-Id: I6a29e91cc2f328ccbd01b617b39dc9275332d1f0

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ee0b9f8df684c743d17880c5b7e1e69504c27cc1]

        svtools: make HTMLOutFuncs::Out_AsciiTag clearer.
        
        Change-Id: I89d72383a50707aa8cb958eaea916e8070cfcd82

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [96c548a7c6700cbc5206e5ea80c1eb87d349f3a3]

        svtools: HtmlWriter - for writing HTML structure to a stream
        
        HtmlWriter is used to write the structure of a HTML document to
        a stream. The goal is to abstract the messy construction of
        strings when writing attributes of a html element and other
        HTML specifics needed when structuring a HTML document.
        
        Change-Id: Ibdf42914e43ef02f16a43e4230575ed7340e68d8

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [82a3eb625a846207839de7abc65ee14d3045c143]

        sw html: convert stringbuffer chaining (append) to use + operator
        
        Change-Id: Ie828b7c290ad4b61c23bd74676c43cdff0afd257

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4b22b7fbba14fdbbac7bf7552e81dfc2bdcd06c5]

        sw html: also change commented constants in css1kywd + translate
        
        Change-Id: Ief05af37729929bb51a72ee17b941a7370c52728

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4487e268ffac149cdd28d90a848813bf0bb04e4a]

        sw html: css1atr - put local stuff in anonymous namespace
        
        Change-Id: Iea0e0a82ce8726f5a51de37d1c20e9cfa2f751d9

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3841e3a13f15df950f1e5eef23cc0c273401b8c1]

        sw html: get rid of macro - use const sal_Char* constant instead
        
        Change-Id: I2b3b264d40cd61507e0b3a1957f89f4f681c6f61

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f36ef95c02803954c333617ad8ebb4c84d52a71]

        sw html: split htmldraw.cxx to reader and writer parts
        
        Change-Id: Id9c9f1098a88bc31282863a5713c38850d03e62b

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e340350d69aec3d82efb0c7904ceb7ff79154da7]

        sw html: cleanup wrthtml.hxx
        
        Change-Id: Id5108ce1e086e3c45b00742aa12a4bc6d40f3ee4

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d8075d15880aea5593bd101cb3634782420eea31]

        sw html: use scoped_ptr in htmlatr
        
        Change-Id: I54eb81b3dff76881fc6ed79aca1df6f9687083f8

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2039fbdd72db6e7d11c33ddd3ae00a2448cdeaef]

        sw html: split htmlfly to writer and class definition part
        
        Change-Id: I2e0185827fa1edce607a45b87cf3a25438276c03

2014-04-06  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [08c28193ca9e2dfd507d6048ee3c2a6ceebcb84d]

        sw html: split htmlnum to reader, writer and common part
        
        Change-Id: Id6c733f6bf752f06e81b3924418f11babefc3c66

2014-04-06  Joren De Cuyper  <jorendc@libreoffice.org>  [7007e3952d6bb74bf8c6722df23ee746f773c72c]

        fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labels
        
        Currently .uno:zoom is used for the topmenu and submenu.
        Deleting the '...' behind the text will delete it for both,
        which is not correct. Therefore I introduce .uno:ZoomMenu for the
        topmenu.
        
        Change-Id: I75bcae572be0cca7216c34d81e0b99f4c59c0aab
        Reviewed-on: https://gerrit.libreoffice.org/8503
        Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
        Tested-by: Maxim Monastirsky <momonasmon@gmail.com>

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [0586bdc74813ef83504801d74800589f99c877b0]

        coverity#704111: Unchecked return value
        
        Change-Id: Ida3a1b2804f655b39378f79e10872dcac4e70cf1

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [302bd1c4ec585011b141a167ce3f2402fcccf80c]

        coverity#441207: Logicaly dead code
        
        Change-Id: Ia198d64a95d86a1cd47987d6db3aa3faafba84f4

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa2d66daa6ad1f4d4c151b2990db22d3bcc57982]

        coverity#706300,306,983619: Uncaught exception
        
        Change-Id: If46a483ba0a5334926ffb5c25db064a5d2b81e46

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa2769d549d6afb389301fe4953e34c99eb27d0a]

        coverity#706292,95-96,98: Uncaught exception
        
        Change-Id: I7daf691bdaef6939112383f65ba72d246efe58c8

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [de69c1e9314947c7e29fa6acd30460d8d3c357e9]

        coverity#708313: Unitialized scalar field
        
        Change-Id: If79cfd926464eb1360ea7764c8c9c609f533de3d

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1af634d18aff741962015dc8118fe10310a9d3c]

        coverity#708318: Unitialized scalar field
        
        Change-Id: I434808d6e6456cb095dab5fbe33ba4df0fd36f34

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ae49784688ebd3a37f65f1c4314ff152ba92d1a]

        coverity#708232: Unitialized scalar field
        
        Change-Id: Iebde4e596975560ae5870ded89a2b51f024e8d39

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [3335880d97a3e1a29c0fa9b7b78272eb8678de0b]

        coverity#708233: Unitialized scalar field
        
        Change-Id: Ifd24c4520f1c445af5443ed8e81bb6c6c47cd64c

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [6a615262dc3381b2ab6f2290bccd7bbc2fef913f]

        coverity#708236: Unitialized scalar field
        
        Change-Id: I4d87fb217504b0089df6d572cfa7c0d5426a897c

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c48041e731676d2d5b6fdb6176119cd58860a59]

        coverity#708237: Unitialized scalar field
        
        Change-Id: I2536a7a2310aaa95fba7891472f0afe58713014c

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b5798ee59b8152b0a917437144e8c078e5feb0a]

        coverity#708246: Unitialized scalar field
        
        Change-Id: I3136db825bea07b4b5977b6067db91375720ebed

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac13f88b5d8b1cf0506fe464bfd8a2a0bd28e849]

        coverity#708257: Unitialized scalar field
        
        Change-Id: Ib46e6f5cb52cd47c4c9914b2f15633f5e6af1fe6

2014-04-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e77df68184ab4341407c57c03b67c6f339a5529]

        coverity#708260: Unitialized scalar field
        
        Change-Id: Iffad31bc60748fe58fe3524776dd56e907586342

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [d9701f0ebce5b06212a9361ce753f3bf17510418]

        Typo: s/ouer/our
        
        Change-Id: I0179678c6c5dd6a05b1d7d5038a901e7bf2af3de

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [6d27b176fba61653e74f4179451308b9a7a889a8]

        Bin copy-pasta comments of low informative value
        
        Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a]

        Bin empty @seealso, @param, @return etc metacomments
        
        Change-Id: I9582afceb5daf5993bfca1445370d8a60030c3c5

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [1e0fae45a6b13e7571ec890d27dc1f6f69c9f3fb]

        Bin empty @seealso, @param, @return and @onerror metacomments
        
        Change-Id: I6517028670a953954b31599fa3e23f4c8ee8cfc9

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [fdecbd4a415ef8d08d16321beb6567919bd8e864]

        Kill superfluous spacing before semicolons
        
        Change-Id: I2c5c2c2e8c57796d147141748fb57a4c5645a96a

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [5814e764328e93c7618d384225fe6c7d628aa3c9]

        Kill superfluous vertical whitespace
        
        Change-Id: Ieb7956acdc24d6b18939e916e33eb12dc268e778

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [149e3d4212704b36c101c2cab11cb43ad633ddd5]

        Bin empty @seealso, @param, @return etc metacomments

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [c81cb85d3db1a5b66027ce9f21f0dd5fa115a954]

        Bin copy-pasta comments of low informative value
        
        Change-Id: Iee82f09a47830e3c8b932541e4c378e63add9986

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [3c9d929465353cd1079fe2e9c8561dc377047ac5]

        Kill superfluous spacing before semicolons
        
        Change-Id: I05353e942fa1a2b7338c8415cdba06adb2bdd43f

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [49ccde0d3d3edaac9473f915011a501058e64002]

        Kill superfluous vertical whitespace
        
        Change-Id: Idadfa4d215cb4b789d4949ce850bbb13016350c6

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [f4e8d2ad0e591b87d2c221761363a3042628d5ff]

        Bin empty @seealso, @param, @return and @onerror metacomments
        
        Change-Id: I30a761a21a98419816c4b67258664becd79e2db1

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [ee3945bd98194010656fa9b3366e7471b9f160fd]

        Kill superfluous spacing before semicolons
        
        Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [951ed199f1a47c02dad3dc899b9804b4574a151d]

        Kill superfluous vertical whitespace
        
        Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [be616c26f990d651c752be201e29e2b89ba17f2a]

        Bin empty @seealso, @param, @return and @onerror metacomments
        
        Change-Id: I9a590b9e65960bf7360b37567aa5bfa7588c69f7

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [79247e9fa74c7b5472c5ee2bd98b27cef73788b1]

        Kill superfluous spacing before semicolons
        
        Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a]

        Kill superfluous vertical whitespace
        
        Change-Id: I949ba575951998d36cb4d38746f2182633046b3b

2014-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcb88d170b6ced0ee805b787c1e9be820ff90d25]

        Testcase for RtfAttributeOutput::SectionLineNumbering()
        
        lcov pointed out this method wasn't ever invoked in any of the tests.
        
        Change-Id: I6cccf4fc1d870938a2f218bedc0b8d195a299cd1

2014-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [69c950ae862f9ea9c5f56d8bdba895fb9a07ff0f]

        RTFSprms::set: replace two bool arguments with an enum
        
        The primary motivation is that the two bools allow 4 combinations, but
        we only handle 3 of them. Also, caller code is much more readable, now
        that a non-default overwrite mode is written explicitly.
        
        Change-Id: Iedf7dee1ab2d33de849aef6d7a51138d35048e5a

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [4bdd530984959ba0d0cacb43f7441d9a217dfd1f]

        Bin unused MAP_REALAPPFONT MapUnit enum value
        
        Change-Id: I759a981c68a899ba314f5b77efa450aa57528433

2014-04-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b10ed913ddf1cc049f4ceb689e2bf0e34d7ddea7]

        whitespace cleanup in test
        
        Change-Id: Iaf3f7c360cd8d081d706e92ec52c3c96fe68c57c

2014-04-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f170367642cf9114c918f965ea966fbb53e12c61]

        whitespace cleanup in scaddins
        
        Change-Id: I05d0ee9db5a243631a8568dfc967328520e0799a

2014-04-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b243d22018c04fedbb32118093567aa059c67ff]

        whitespace cleanup in chart2
        
        Change-Id: I85fdb62ff0e6606e2ac8537f477e7cb5bec3827a

2014-04-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4c51709eaa02a5c9a2af3e5d436790307109813]

        whitespace cleanup in sc
        
        Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c

2014-04-06  Luke Deller  <luke@deller.id.au>  [c78f918a7cb267a713804b8feacc3425196d4428]

        Full colour table borders in .doc export
        
        Currently LO writes table cell border information to .doc files as part
        of the "sprmTDefTable" property, but this only supports the WW8 (Word '97)
        BRC (BoRder Control) structure which can only select from 16 colours.
        There is no newer version of this property.
        
        This commit adds output of an alternate property "sprmTSetBrc" which
        specifies border details for a sequence of cells.  There is a WW9
        (Word 2000) version of this property supporting full colours.
        
        For LO I have used the constant name NS_sprm::LN_TSetBorder following
        the existing naming convention here, which is to use *Border for the WW9
        version because *Brc is taken for the WW8 version.
        
        Conflicts:
        	include/filter/msfilter/sprmids.hxx
        
        Change-Id: Ie091d91c6d187e1c2542f59f58cec9a373a23e11

2014-04-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fa564d4a95160dee96604ffa2c2b82246ce09f4]

        filter: LN_TSetBrc -> LN_TSetBrc80 to match spec
        
        Change-Id: I81b78e09130141704c7ec62c1c52bf50d5428dfd

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [570200983a0eded4a4d3bfcefc6a4cfa3d388f1d]

        import dxf protection record from xls, related fdo#76209
        
        Change-Id: Ic8b4cd30b383763b034942d5a80914340d416c28

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ac6773e1e3e1382990c0f1942001b8b07cdc4682]

        import dxf number format record, related fdo#76209
        
        Thanks to Morten Welinder for pointing to the missing pieces.
        
        Change-Id: I5eb447161ac5d79257a64acaa01e56374ba81587

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7cc6de1cc2cfb466131072c2a1cd99c4a6279ebc]

        remove whitespace
        
        Change-Id: Id8014a1165876e903a7a4311af43d4a946703f11

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [74116032d3ebab422ba8508f42198d101822024f]

        import alignment dxf record, related fdo#76209
        
        Thanks to Morten Welinder for pointing to the missing piece.
        
        Change-Id: Ib527eb4f7d90fa1abc13446ac61631cf1a6a6e67

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [29eaf927d7ddede41889b70c25a991382bd5c05a]

        remove whitespace
        
        Change-Id: I9b8302b3a032c48ffacea94280db9e8466cc003c

2014-04-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a54eddd4353b463e7b9a16ecc5a700726d3641f]

        maybe that helps the tinderboxes
        
        Change-Id: Ie392fb37da7f05490b4b7f6169b90a18fdc44b36

2014-04-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [c8e7bae4da31ca7ed0a30ad476b7733f3c770bf9]

        fdo#74702 use same gradient steps func. to draw linear and complex grads
        
        Reworked Output::ImplGetGradientSteps to be usable for both linear and
        complex (actually, axial, but that's another story) gradients by adding
        a default parameter.
        
        This gets rid of another meOutDevType from gradient functions
        
        Change-Id: I1dc918e4c3153617d172560523cfca303f0b904c
        Reviewed-on: https://gerrit.libreoffice.org/8872
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [cb554bc388b09ef34af44be611fc6e798eb2bb5b]

        I found a reference confirming my guess
        
        Change-Id: Id8e48f70801104adef4cbb3c179800ddc4688999

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [42556ae06861f58f984ac064d97f5d6656759a97]

        Add a comment guessing what "NWF" means
        
        Change-Id: Ib5f5d61d714be573569f72cd4df2229cb9d01563

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [6390dd9777ff63ca75a088e56dd444a355439343]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I58d9ccd0e2086f96ce6a51578d51db3fcb577400

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [e2598531c072163e5a239e104bf22f98e1e2291d]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ibc279b90a19dc38f61d3855346b26eea674fc097

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [56b82942e82b155d4df3a925206678e5411eddf8]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ib477afa1740f14832f49ce85822410b2e9db8d46

2014-04-06  Tor Lillqvist  <tml@collabora.com>  [52ee886ca0015b8997a328bfef655540f2ee49e8]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Iaaac351b2276f20a292e9b3840ddd1d808fc564f

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [953cef76ac6f760728a5b2296704d32af2b81ba5]

        export data point symbol color
        
        Change-Id: I0dcbf616b8ab3c8cea4437d399fa4b5ec33e475a

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3f50246f6af1d26353377ff5cb2cc5a381c7d426]

        import data point symbol color
        
        Change-Id: I27ebd67a535f8617a6f535414ee8426fae6614b9

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08906623da9f8c0749f12276832c95d229d9436c]

        remove whitespace
        
        Change-Id: I69454c3d9bddfe01da2622117a16bbb37797062a

2014-04-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4074f6f92d64fab4cbeae1e19e1abebae6646b78]

        improve chart series symbol export
        
        Using the chart2 service allows us to export series symbols instead of
        the diagram settings.
        
        Change-Id: Ic46f067b60c972af35c0628b3ec4f7851580d725

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [2a149037861c3406f7dd108dd5db4ec969940bff]

        fix colon
        
        Change-Id: Ibeaa20a99d7b027dee26e591bb19bd61a3aed8a2

2014-04-05  Eike Rathke  <erack@redhat.com>  [2803e5c1e7112882003c3e2301f8e28f3dc2b6b7]

        document why the test fails and is disabled
        
        Change-Id: I17bb169f14d225b970014ab26a7f1d9d0d1b0af8

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [b26aaf5f64853ad2085a73bf762826dbc2a40f94]

        coverity#708562 Uninitialized scalar field
        
        Change-Id: I93a760e0f3b8a1669f7ce9995808b7cff52fa1fa

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [880762357ea158d4875047abff5f14e0b224a30c]

        coverity#708566 Uninitialized scalar field
        
        Change-Id: I4a9c3faa194ae0885dc27571cc14c4c8cee8cb0f

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [473183aad3295719feec0a25f36955b8a5446fc5]

        coverity#708567 unused member variables
        
        Change-Id: I36b276a95bdea804defd5d7cb162ee0b8f378fad

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [d2e65c7ba7f7aaa071b9798bdd012c24c582d913]

        coverity#708568 Uninitialized scalar field
        
        Change-Id: I0aeb615809001bd17d51eb66c0ebf429f960bca3

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [826e43eda6bda9610ea3e07e2a27b37c93f529f4]

        coverity#708569 Uninitialized scalar field
        
        Change-Id: Ibe5ff56f9b068dd438ecd92f99fdd2a91b604165

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [0825c92c0b9ffc2cc28aa4e3a17fdfdbee5e5e39]

        coverity#708570 Uninitialized scalar field
        
        Change-Id: I0b5a12181d67db6b096807b7b32836214c71ebc8

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [f121e10c0f5e95037acdfb65a3cda6ab64e95f78]

        coverity#708597 Uninitialized scalar field
        
        Change-Id: I8f4e4a4502075a0672438cc4c59eddc5ee922228

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [b852bf36d37cd5a6949edbf06fba11a782562549]

        coverity#707400 Uncaught exception
        
        Change-Id: I4c68ea7061af04616eda27365b16cfa57200ffbc

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [7969655b958e3f0f0fc4f7049ca505f118242dcc]

        coverity#707406 Uncaught exception
        
        Change-Id: I5fc9d24390d0a90f89c3e71e87bf37ddd9c2fe67

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [39d792c18047f1baca8f3467af7d090cca662f5a]

        coverity#707408 Uncaught exception
        
        Change-Id: Ie4b540b2d49841182769946c4ce8d39cb2d7a3fe

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [de31f85d6c4ba4e5324cb2c6234b8e6672b6068c]

        coverity#706530 Uncaught exception
        
        Change-Id: Ic975df93535b47dfcf39b9e58e7e9728adce082b

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [eb97362a42ee79c4b842e579f9d78742d9792483]

        coverity#706518 Uncaught exception
        
        Change-Id: I2db2ba69d7aac319fa9b446766729813c09d344f

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [b7dcef0b4582ca20bedbae08176fb051f248449f]

        coverity#706520 Uncaught exception
        
        Change-Id: I80c4a2fdff5bb487bc40a37da45a62cde3eaa9da

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [73514d205b9e1563c946a15b807ed226d65e5464]

        coverity#706521 Uncaught exception
        
        Change-Id: Ibb5623097f910d011c388c9c8d429871b62bf613

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [f2810ae4a738d4129b62c6a323ffbba011e9767c]

        coverity#706523 Uncaught exception
        
        Change-Id: I20515693bed76163433421f7fd05b319ed472a54

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [a9d67869402c8dc2ed34ba59fec5a72ea821a4e0]

        coverity#704617 Explicit null dereferenced
        
        Change-Id: I4ccad4c6baad8e3db3c2868ea5baecaff9f5c75e

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [fa84cdbf0681c5241c0dd9d2b70fd39c6de9c946]

        coverity#704635 Explicit null dereferenced
        
        Change-Id: I2c4c14d28e6e0217a821efe4deb38ef6a97b5f74

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [2ef43902dc0d4fec89934e1d90d11d60a648dff6]

        coverity#704787 Explicit null dereferenced
        
        Change-Id: I8c83648f39c4e8e6aeae06e764820f7677f75288

2014-04-05  Eike Rathke  <erack@redhat.com>  [73c70f28ba41c7a602d7befde84c5b54187694d7]

        disable build breaker test
        
        Change-Id: I78f3cf06bee431ccfc72a2ecea48383f023488ea

2014-04-05  Eike Rathke  <erack@redhat.com>  [f854b05013a587a6ea568b32180f5c81de26eeeb]

        include last record in language-subtag-registry.xml
        
        Change-Id: Iaca0fc9ca12ee672f640be9c639b7b0d0dd3bc10

2014-04-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c47bbfce2deea8bda80f06c961be531aee4b23ce]

        add test for fdo#64722, cp#1000058
        
        Change-Id: Idccff4629b8af84e59d52fb3135e9217d3564cb9

2014-04-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6052c282400029f550f5e8ec938f1137edcd1e96]

        rename variable
        
        Change-Id: I6ac553172a7c017010d4efa42224f25e2d5537da

2014-04-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [89bbc9286778df711f786f50c27f65315b29c39a]

        export label names that are strings, fdo#64722, cp#1000058
        
        Change-Id: Id72e9778c70db02b942326c6f8b5f448acb28b41

2014-04-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2c59f12e5a9b062f91d6f0b85d4b6196728c689c]

        no need for member variable and bool variable
        
        Change-Id: I58dc22fdec3db8280506a92fe16065cc5482c357

2014-04-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [291bf3b84f423217959b38b46a16055947c9e84e]

        prevent excessive exceptions
        
        They hide the interesting parts that I'm interested in and are always
        thrown so let us avoid them
        
        Change-Id: I532a3fe678de7d3ac0776db23363df5d35c793eb

2014-04-05  Takeshi Abe  <tabe@fixedpoint.jp>  [be8f375039e854775bbb4e03b68d444a9b157e95]

        Avoid possible resource leaks in case of exceptions
        
        Change-Id: I6f1f6669b222f03ad220f01cae2e09d03550a58b

2014-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a215b9a980e68f899ad548f780bbe5a1fec8732]

        fdo#74823 RTF import: work around wrong table column width on invalid input
        
        This scenario is not a valid one, Word doesn't handle it, either -- but
        the old LO 3.4 parser did. So add minimal support for it to avoid
        the regression.
        
        Change-Id: Icc2e8d3bf314e9cadda57956668033aa6d092457

2014-04-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4b15d214a00b514bce229bd3fcacb2b76757c6b]

        coverity#735766 Unchecked dynamic_cast
        
        Change-Id: I7f69e2a9d83d4632a23c6b1b15156b8e084487e2

2014-04-05  Luc Castermans  <luc.castermans@gmail.com>  [2b5609634089de64768a97bdfd4bb120694ab49c]

        Move comment to right place
        
        Change-Id: I9d7b5afac5851d1bab61607278bdcaee1a8c7be9
        Reviewed-on: https://gerrit.libreoffice.org/8870
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Luc Castermans  <luc.castermans@gmail.com>  [51f9d5032cb09ddab29a93a55f19446c0e4cce58]

        Translated German comments
        
        Change-Id: I813e3cc238b06f4b3511c9350b7fb83edffd0294
        Reviewed-on: https://gerrit.libreoffice.org/8868
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Caolán McNamara  <caolanm@redhat.com>  [ebe48dea4bae406660064b12de7ffdaafa6c6c84]

        callcatcher: update unused code
        
        Change-Id: I005f52ca96dd248dc70ab6641d114f0d76dbff72

2014-04-05  Luc Castermans  <luc.castermans@gmail.com>  [c7ec62e2e00f47749f6bc47b724dabd6e529f2ae]

        Translated variable name to English  nZchPos => nCharPos
        
        Change-Id: I8ad44252f980921f71259b1d62636a8f4979f0c0
        Reviewed-on: https://gerrit.libreoffice.org/8869
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Luc Castermans  <luc.castermans@gmail.com>  [6c1744613e09345005d98c24b22a72c536887328]

        Translated German comments
        
        Change-Id: Id642d6719c406fe6b55fb1d8f06175d204878d70
        Reviewed-on: https://gerrit.libreoffice.org/8867
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Luc Castermans  <luc.castermans@gmail.com>  [c3137a65851e401ce4e3d4e48c0e5872edf46412]

        Translated German comments
        
        Change-Id: I153ec05a587a3c7384dcccc039e4c8f794a14a2f
        Reviewed-on: https://gerrit.libreoffice.org/8865
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Matúš Kukan  <matus.kukan@collabora.com>  [68686fb167dc36a8aabc224a950c10af89c592b5]

        loplugin:saloverride
        
        Change-Id: I3eb7ab5534c225e78496f949685f665934a04c2e

2014-04-05  Michaël Lefèvre  <lefevre00@yahoo.fr>  [22ab56f5e35dff58e1923b693dc33ff252293557]

        fdo#43157 : clean up OSL_DEBUG_ONLY
        
        Change-Id: Ic92b64cfaec41bf4104cede5f26579d86543b9a8
        Reviewed-on: https://gerrit.libreoffice.org/8804
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-04-05  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [cddbec75d402e260d6997ad69377346a8aa5774a]

        Fix Windows build(external/coinmp)
        
        This patch fixes the problem that a linker misses CoinMP.dll.
        The problem will occurs when we use --enable-dbgutil option.
        
        Change-Id: If6cec0f9705db2af33cb9a69d9440e3053c5979a
        Reviewed-on: https://gerrit.libreoffice.org/8854
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
        Tested-by: Matúš Kukan <matus.kukan@collabora.com>

2014-04-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d3a899f0ea4311b216b8398751d33a88b83d6ec]

        fix the build
        
        Change-Id: I9ac19624a611a6468979aa8771662845356ca365

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ee947932eadd08682bb37eb265a6fdd0672d0888]

        Remove some extra empty line

2014-04-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0b25aab6276612bf165ee670f5f84e8e88f3453b]

        integrate database function test
        
        Change-Id: Ieb21b0a26caabfd3976de0eb20049e8ac8ec8533

2014-04-04  Ken Biondi  <kenbiondi@hotmail.com>  [dce1a07be479468ac6b6d4cba619313e38edeb69]

        add tests for database functions
        
        Change-Id: I65f8087772318eb14adc0eb65ab896e57677cbe3

2014-04-04  Ken Biondi  <kenbiondi@hotmail.com>  [8ed4cc64302415defd1838c4a3799583e602b545]

        improve text function tests
        
        Change-Id: Ia84fc5fa460dd27955dfc843d29b213b3b40ea46

2014-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ed74dc19bb659f5ca58156aad6c28b50259b8fc]

        RtfExport: convert remaining two naked pointer members
        
        Change-Id: I2cafd91841801ef22272ba83de2ce6294ca61918

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [d4e4bcb2df3f12f7ee19c084a5deab6691f290f2]

        coverity#706511 Uncaught exception
        
        Change-Id: I2822c35e60a93b86bdcb56f1e4782aa46e1ce8e0

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [3140af0a32a862d4300790522ccbbb47b468698d]

        coverity#706508 Uncaught exception
        
        and coverity#706509, coverity#706510
        
        Change-Id: Ib160cc65ed50073f9302ac071b2e8970a7316a54

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [dc72c62b31ae0fa32e340cb424ad5cc967f87661]

        coverity#706512 Uncaught exception
        
        Change-Id: I6ec80c02ca8ef737297e77ccda2a0b5919fa66cb

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [94fccef699496a38d5d2474158bf11e2091ab5dc]

        coverity#704997 Explicit null dereferenced
        
        Change-Id: I22e7872e45cca981a0b2c24ca8b0393ba1244612

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [9359f4747181ae93f777f224a9f64a832d5b806c]

        coverity#704951 Explicit null dereferenced
        
        Change-Id: I0f1cf705d0eea78b5bf44e0d6b882f7c8636a6ac

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [1b7e435d9e2c0c2dae6ddabc31c92c8374f8ccab]

        coverity#704913 Explicit null dereferenced
        
        Change-Id: Idfdeca8e19438081acabd51aa72d7f6322c4b31b

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [5a870b386c36b38384367e9009b3a21cc2fd8f25]

        coverity#704906 Explicit null dereferenced
        
        Change-Id: I7cb047271af6ffa789c6e18a8dbd2a7dddcdc15c

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [0d46e05cf26ee14793b50a00dbd64ffc68bc8435]

        coverity#704828 Explicit null dereferenced
        
        Change-Id: I5e27241334cfeb4dffecbbf1d010abe94fbc52df

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [8aa12e6e62341698dadacbc7af75f14ed17d1b1d]

        coverity#704827 Explicit null dereferenced
        
        Change-Id: Ibffeb1653c7424cd8f9e4dbbb66b203a571cf2ef

2014-04-04  Niklas Johansson  <sleeping.pillow@gmail.com>  [a3cdf77616684f65dac108beae9439fe6b1c9186]

        Update Swedish abbreviations in SentenceExceptionsList
        
        Adds a few Swedish abbreviations and replaces two wrong ones.
        
        Change-Id: If0ee3d8edaa2ab08f9d486a4337e74bd1fd26492
        Reviewed-on: https://gerrit.libreoffice.org/8851
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-04  Michael Stahl  <mstahl@redhat.com>  [6731f6c36faf64ab4522f0ffe2045c794849fabe]

        coinmp: actually link the libraries
        
        Several people named Chris report failures in the solver unit test, and
        apparently the CoinMP libraries have loads of unresolved symbols
        because they don't have NEEDED entries, i.e. were not linked properly;
        let's see if this fixes it.
        
        Change-Id: Id406e14b0805a458d608c23cb7c65d873b5ba2f0
        Reviewed-on: https://gerrit.libreoffice.org/8850
        Reviewed-by: Chris Laplante <mostthingsweb@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b715d83cfa220a93bb7d58ea059eab3cf07d3d5a]

        Fix make file header
        
        Change-Id: If4e65e5ba5146e93572b314f806a617adb811df9

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [327b0a6cc0dbc68552293c0ca9a8f61de280523e]

        ODP filter test: embedded media and glTF model
        
        Change-Id: I2340fa5a20a5774e5db78940cf7d4dc584f09b82

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7d7e2a01a686c063f071318d8f5b9864b441db39]

        SdFiltersTest: reduce code duplication
        
        Change-Id: I95ddae64001015f911494e11fa15373dfaedd6ba

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d14f701bba44a278582a6c299a7339f876e84fd4]

        glTF ODF export: use mimetype to decide about file type
        
        Change-Id: Ib1837bdc7468fb19f55a38f6875e026eea8d3b24

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7ae4476b93b23456cef306c726db54ae3150af47]

        avmediagst: use boost::noncopyable
        
        Change-Id: I40d1b65a1ea6a1f70cb6f0f6aca705115c0db23c

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5f27d2c1609b6760014c9f847f33324723150bc8]

        avmediaogl: simplify namespace
        
        Change-Id: I9cc8a865fa6079dbf9295d2ebafdb020dde5e81d

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8416261a8b809a53058cd7970228012a8b3fb06d]

        Use stored mime type for stream creation
        
        Change-Id: Iecc50f7964fa63ae028e2fb21d022de1f060c7a7

2014-04-04  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f470f3c72efb3fad109e62247c4d0abebc359345]

        Introduce a new media shape property to handle mime type
        
        Default mime-type for all media objects:
        "application/vnd.sun.star.media"
        The problem of missing mime-type detection
        still exists. For now only glTF model has
        a concrete type.
        
        Change-Id: I4dca26c1c47a564579bbed926bffa3aa5eda6c04

2014-04-04  Michael Stahl  <mstahl@redhat.com>  [97b20c9deee46195357896197440cc1cc43d3452]

        SwMultiTOXTabDialog: the file we ship is called idxexample.odt
        
        Change-Id: Ib62f992814ec83f3bb25a0197b50b0b85979d0bb

2014-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [9984807f17593b97778fc31824c50706ea2e826c]

        WMF import: restore support for the ImplReadDIB(bFileHeader=false) version
        
        Regression from commit f7799c9317cc3187ae8aaedc36f829d478a59e77
        (Resolves: #i124467# add check for image data offset..., 2014-03-28).
        
        Change-Id: I71e78aefca2ca5b07f763ec798226b9bb39a5254

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [e7c0f8711f95895b501c869959fe07b93d0a1e80]

        "2" as arg for PrepareClose is never checked for
        
        The 2 for PrepareClose came in with 38db42605a5b72efd55a43eff81fbc517fe0424b
        "#89423#: added SID_CLOSEDOC, SID_BACKTOWEBTOP, SID_LOGOUT in PluginMenu" and
        was checked with if( SfxApplication::IsPlugin() == sal_False || bUI == 2 ) in
        sfx2/source/doc/objxtor.cxx  and then that was removed with
        367568c891771d20bb8f8b3b579857f51c0e9016 "#132394#: remove superfluous code"
        
        Change-Id: Ib273c88b4365ea6b261c7e52bbe1876aa796dc17

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [ba5093e723bdaf30a94f598c89d733bfc220ec7b]

        coverity#1187856 Uncaught exception
        
        Change-Id: Ia164bdab36657b1d13cf612db96295b2933b55e2

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [5d0562f11f7e438758d44971c02c44f15cb14e79]

        coverity#738804 Uninitialized pointer field
        
        Change-Id: I75efc97e77336f8b4be72e3b7b4e8af9bb7c6e06

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [4e8add43d5461d1752fc73de3ccfaa8d90348b6e]

        coverity#738804 unused nLeftSlot/nRightSlot members
        
        Change-Id: Ib35dc632d51b8c515d96713457d91ffdf41eb2c7

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [7409f49af93643d080e21c42d3c53cd9644dff33]

        coverity#738805 Uninitialized pointer field
        
        Change-Id: If0ba0c87bb2d849af3584cfa83885d6aa3898ac9

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [eac73d585519e950e639a17f4f3ae99a5ceb2daf]

        coverity#738829 unused mpVDev member
        
        Change-Id: Iaafca9ec66cda8e1ce81c92b1cf4c7981685e563

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [9ae70a7c16397a1840c88da55d60eb6406a32c18]

        coverity#738848 unused members
        
        Change-Id: I96c7d101d4bb6efbd9a93ea8ef4b8e5bd878c6ea

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [01b0201436c1bda7f841691e2c31b71c584989f5]

        coverity#738855 Uninitialized pointer field
        
        Change-Id: I3c1528f2dd8e3bde2672ebc153c9cb5c5c0a13fd

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [8aba3a25ddccf7c021950ab54ab9d47dd8dd7643]

        coverity#984147 Uninitialized pointer field
        
        the original SvLBoxEntry::Clone did...
        
        pUserData = ((SvLBoxEntry*)pSource)->GetUserData();
        nEntryFlags = ((SvLBoxEntry*)pSource)->nEntryFlags;
        
        so presumably this is what we want to do here
        
        Change-Id: Icaafb1f5c62847167886a230391efa5f7a3fca99

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [dcee310c8f31ab2acbd3544a3e5d7b754a456456]

        coverity#738942 Uninitialized scalar field
        
        Change-Id: Icb5372e8fa8a91ae31eda551a4fa47ef8ed9cbe9

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [64e291376f5d0efd1e11ef686fa810a6056f5cea]

        coverity#738816 Uninitialized scalar field
        
        Change-Id: I4d4ec5391321879746a833b72de211e2b05056b0

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [e28a1f3b165832149467e0b689d0b48bfd2600c6]

        coverity#738794 Uninitialized scalar field
        
        Change-Id: If3dfcc18e3f643f54d852b180002385e8459b098

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [82d717cd0b1b7f4130d2a2e4b197b1cb70694264]

        coverity#738793 Uninitialized scalar field
        
        Change-Id: I2ab2888ba68193bfd41e8e2f142953cbff7b32d1

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [791257261d1dc3df20674ee1b905b03854c778cb]

        coverity#738791 Uninitialized scalar field
        
        Change-Id: I962aa178ee4d99d4b0dba3a864a5da0e728b269d

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [261391b247adcbbd9ccd7ff5efc5a4eecae04efc]

        coverity#738790 Uninitialized scalar field
        
        Change-Id: Id33ca48b70382bbb59f0ee0a34510c00766e5610

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [14cb069912d9e855b4205d6507042970f4805f6e]

        coverity#738784 Uninitialized scalar field
        
        Change-Id: Ibe261cb6b7c91b6a72fc24aef05ef269c69c390f

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [3c66022240aeacdcae9c9ff15292a14c59171103]

        coverity#738694 Uninitialized scalar field
        
        Change-Id: I07fc55507571183be9f81d2bf5a64adc8c8a110a

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [b08fa45ee4b0cdb6799d37029f975588a5f38fc5]

        coverity#738693 Uninitialized scalar field
        
        Change-Id: Icf69f17d7e4e243987b67b28ce2885cba2a5d9e7

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [ccd6e6270013b8859676546f21e96f2d0c74fd4e]

        coverity#738692 Uninitialized scalar field
        
        Change-Id: I8f93df9ada7009b001543a65c90ceb9c545bbdcf

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [02cd8fe346e0e7929a2ab2c9939f0cd1eb50f695]

        coverity#738691 Uninitialized scalar field
        
        Change-Id: I961ab20b4ecb902469e9f5eec4c13b9f51a0aba1

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [96d9d6ceffe29b1f4ce91bfd5136eb6a37ac3df9]

        coverity#738690 Uninitialized scalar field
        
        Change-Id: I4820a2ad2e4684c02974823348feae32869eb74a

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [ec7f407b8cf104d64f43f0d4f4cb89d95050ce11]

        coverity#738689 Uninitialized scalar field
        
        Change-Id: I269a52ee3c4ddec5188d8f97aa8fe7273fae2978

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [84bf09ff69e4fc0a5543c10296e4e704fa7d6c56]

        coverity#738687 Uninitialized scalar field
        
        Change-Id: Ie6d1ed2cc0ac17cf74a14337ca6ebbd545e8783f

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [021ac74ca6171572b85e7b3358d7849dd7802da7]

        coverity#738686 Uninitialized scalar field
        
        Change-Id: Iaefd609a3e5dbfda796da1bb9bb48a1b0d9605a3

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [17db9b37bd9362758394c9e0796860f9f04ad4dc]

        coverity#738638 Uninitialized scalar field
        
        Change-Id: I4349f084950c21dd5d8b6bdb0438f00748e50eb6

2014-04-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [c05ef7eeb1c6d5f797103e9edda3896f8eb87536]

        Make service unit test easier to debug
        
        It's sort of hard to break into this function with gdb. Seperating it out
        makes it a lot easier to work out where things are breaking.
        
        Change-Id: If99effd44fe677452ac3c1012b99da7da80c720e
        Reviewed-on: https://gerrit.libreoffice.org/8844
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32f301f5a64d8ff7815cf88858fc8a87cb9ad76a]

        Uploading libcdr-0.0.15: Support for CorelDraw x7
        
        Change-Id: I1cc6c6ab39ec27dbf08c2019c7dd7f8f29537520

2014-04-04  Matúš Kukan  <matus.kukan@collabora.com>  [5f0321b3d0666e2f9011a76e6e0a5e4efaf91c5f]

        fix creating com.sun.star.sheet.Solver instance
        
        Change-Id: I100d45b8f749ece5496d8e5a0e3343dee96f7138

2014-04-04  Matúš Kukan  <matus.kukan@collabora.com>  [527f5da2f051e32372d9d4d5e808bdf022d18840]

        sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.
        
        Forgotten in 077bdc73f2bcd625be1030fa8ff630c3dbd83657
        
        Change-Id: Iddf90f1107f05351754830b49344cb24db1e1089

2014-04-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [0927d77cfb284704e7586ccde83f8d6fb26cc459]

        give an identifier to the app_bundle itself
        
        Language Pack did not seem to pick a decent default value for that
        
        Change-Id: I567f24882e16533e10d8ba91b777ad91dc507b87
        Reviewed-on: https://gerrit.libreoffice.org/7485
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [ca479763afc33824abc7afeaf41a5de1010ac777]

        I can't see that the bVisible as 42 is any difference from 'true'
        
        ...in practise. If I'm wrong then this needs to be a TriState
        
        Change-Id: I4aa499c89ce2f1a46edf443db053b264f285b0d5

2014-04-04  Eike Rathke  <erack@redhat.com>  [50820ace559d715891e35d9cf1213001049c96a4]

        updated test document for new Excel functions, fdo#70798
        
        https://bugs.freedesktop.org/attachment.cgi?id=96899
        
        Two function calls currently fail where implementation needs to be
        fixed:
        - row 45, function name=[ NETWORKDAYS.INTL ], result=18, expected=19
        - row 79, function name=[ WORKDAY.INTL ], result=41755 , expected=41754
        
        Change-Id: Ibb58dfa2f8687c7daa2cb7409803cd14b015dc98

2014-04-04  Tor Lillqvist  <tml@collabora.com>  [d4cfcac610e96cd5d1afecc5a23f715298dad939]

        Add more CG_TRACEs for completeness
        
        Change-Id: If502c3f11c034f3c7386754d84d694a7119c0d37

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [6a761619141a42123c64b942bdfd24294e3a7b91]

        translate comment for posterity anyway
        
        Change-Id: I0a83f1a2fd50d8772b02ae61bf903123c4779fc8

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [3d330f20ef65a8723bcb1b4fde7a673a41b5554c]

        Resolves: coverity#705447 Self assignment
        
        in every other !bAbsorb branch we set the StartPara to the EndPara
        
        Change-Id: I4fc877e9d63f823679acf9c4b1550d5e877819be

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [84770f1fbfd456f70c5c48e158b268a773ca9c45]

        drop OnlyShowIn from .desktop files
        
        <mclasen> I see libreoffice installs desktop actions with OnlyShowIn=Unity
        <mclasen> I believe OnlyShowIn for actions was kicked out when they got merged in the spec
        <caolan>  mclasen: so drop the "OnlyShowIn" lines ?
        <mclasen> would be my recommendation
        
        Change-Id: I5d119d361be197bac3fc20c08b4e43f11f4b0c0c

2014-04-04  Michaël Lefèvre  <lefevre00@yahoo.fr>  [453ee351f32494b1f30b477069cc7a1834352377]

        fdo#43157 : clean up more OSL_POSTCOND
        
        Change-Id: Iaca31b4e12c258b762b3d88fbad0fb08b4f1fc16
        Reviewed-on: https://gerrit.libreoffice.org/8832
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [4da62012fea1796c1fed5bb2d87a353d1be79ea5]

        Fix a memory leak by freeing last pBytes
        
        Change-Id: I7d170d704fa8950057698856d12df63992e38381
        Reviewed-on: https://gerrit.libreoffice.org/8822
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [eaf260871e1cb00f7b9ff94efe788a197c174a04]

        Drop dead code since 2002
        
        AUGUSTUS has been never defined
        
        Change-Id: I7dafcf57586483f590f26a1c164c8f958aa511f3
        Reviewed-on: https://gerrit.libreoffice.org/8835
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [d25b1bf2bd617a9e29fd27c9550170fef0469481]

        convert smarttag options page to .ui
        
        Change-Id: Iae72fb5debaa5fe642cba940cf6775f5fd927fcd

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [a1f6d9d5b9e05440006a8cc96d1e02de18a3910f]

        Updated core Project: help  1aa90a58fe65e3232beec56ccd08f60a2371ff69

2014-04-04  Noel Grandin  <noel@peralex.com>  [7938279a0d0374f43b4126e26a6432bbb0f7509b]

        /include/connectivity/dbtools.hxx: sal_Bool->bool
        
        Change-Id: Ie1e1952e3d39d53756583482826dfc3b65b5f9e0

2014-04-04  Noel Grandin  <noel@peralex.com>  [a20b62dac893af02cda0972f1c43cbf8377080cf]

        svl/eitem.hxx: sal_Bool->bool
        
        Change-Id: I45dfd2429a490af3cc80f51340e0c05a91425668

2014-04-04  Noel Grandin  <noel@peralex.com>  [20f14ed4a1c65dfadc1d8cfe0157f4a5f7ba4eb6]

        codemaker: sal_Bool->bool
        
        Change-Id: I0a0691df58455b712eb27695f4cce15fd3494b65

2014-04-04  Noel Grandin  <noel@peralex.com>  [af8c8f80aa1bd8306e524d0c56fa1bc43136a324]

        StarBASIC::ErrorHdl sal_Bool->bool
        
        Change-Id: I68cc6c6b63174ff16e5fda00f62172e1eaacbf0d

2014-04-04  Noel Grandin  <noel@peralex.com>  [2d1eaee66b12fc0fdc7acdd911a63f5b68d5a196]

        SbxObject::Call  sal_Bool->bool
        
        Change-Id: I2e52ddf704679a118fbbc4efebb7cf9fb36f0c34

2014-04-04  Noel Grandin  <noel@peralex.com>  [88ab8181d95272bea1b15c88fcc127e7be836454]

        SbxObject::isClass sal_Bool->bool
        
        Change-Id: I71f7b3603df43924d7374969444b929e1eecca4e

2014-04-04  Noel Grandin  <noel@peralex.com>  [214751e3cc5b154d90963f4abf0a9317733b001b]

        cleanup up the EditEngine::GetAttribs call
        
        It was using a bool parameter, but passing various constants
        through it.
        Make the constants into an enum, and use the enum in the GetAttribs
        call.
        
        Change-Id: I3010397dfe83b24db3946b9dea2fb37f4393abdd

2014-04-04  Noel Grandin  <noel@peralex.com>  [6f349af57ebd6d160b6354c2033c46467da4598a]

        remove unnecessary virtual in SfxVisibilityItem
        
        Change-Id: Ie27ce4f3a509e0e2a4073638e745bd5166cc3c81

2014-04-04  Noel Grandin  <noel@peralex.com>  [749fa381364c708f817ab57f6639c4f80fa9ff2b]

        svl/visitem: sal_Bool->bool
        
        Change-Id: I3d6ceb4dc8cea901a5b1cdcf00efa9074c75cca0

2014-04-04  Noel Grandin  <noel@peralex.com>  [3d747045a834e5355df27b7879292abf50e2ca0e]

        svl/style.hxx: sal_Bool->bool
        
        looks like I missed a couple of methods in my earlier conversion
        
        Change-Id: I07871a451bb5954feab57de0af4f7d0678f9a7b3

2014-04-04  Tor Lillqvist  <tml@collabora.com>  [561f5a875379a01f1c31a5b0226bfefe82432df2]

        Use tile coordinates for the DRAW_ONLY_TILE functionality
        
        CATiledLayer does not guarantee that tiles are drawn in the same order
        each time so using a "tile number" for DRAW_ONLY_TILE was not
        perfect. Use tile coordinates instead when wanting to restrict to
        showing just one tile.
        
        Change-Id: I23f4a3ecaf47cd3392d2d950bd279260b3a7b9f4

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [2bd665fadb312356f09ba59ad84957bc88e35e6d]

        callcatcher: another layer post pivottable conversion
        
        Change-Id: I58a6a1f0cf0d67bfadddb331364551776998908a

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [b44bd3fe56dd743a0f3b6ace9d4c42dcfba20eb7]

        coverity#708489 Uninitialized scalar field
        
        Change-Id: Id557d9cc37e38d017efbb5b4d77070affe00f4b9

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [73717981879dc03d42a045b870ac4d4fba8b7275]

        coverity#708464 Uninitialized scalar field
        
        Change-Id: Icf882b97fec554bb25063f092d628c140dae60be

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [7fb80c06655bdafefe3911cdc7821f19e0e8f35a]

        coverity#708244 Uninitialized scalar field
        
        Change-Id: I99b68fd7efe69cc7ab7daa244cad4c1ac04c312d

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [cef1e7d81e31004b1c50dcb3902465a425546af2]

        coverity#708196 Uninitialized scalar field
        
        Change-Id: Ibedcaa53de5d0611e9a7dfa23c41e8d1533bf54d

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [bec9937984a9387a2984fc42c0c058fba085483a]

        coverity#708195 Uninitialized scalar field
        
        Change-Id: I3f32bc1e1982c303d4ec7624e2ee7361533525f0

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [7ebc5955951d1ed16e5f74645c94444858f7500a]

        coverity#708129 Uninitialized scalar field
        
        Change-Id: I88e166a8fd055ebae5a5d2e839c7fddba4ae5ec3

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [b501d837d2a66be9e2067bcdde7d4909f22b50c8]

        coverity#708085 Uninitialized scalar field
        
        Change-Id: If6aa0a955d8b80b2c1eb4d944829f46167b6fae9

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [c8529cfc3a8f3560f8eb7bd593cd8bac985e1d5f]

        coverity#708054 Uninitialized scalar field
        
        Change-Id: I75e0bb3a5c0894663fbade08b88ea10efc578c63

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [b7aee1d1ca712c720749e2b53cf0af80748d1a7e]

        coverity#708053 Uninitialized scalar field
        
        Change-Id: I1bdba1a8c32a2b5e55f964113087b26b32002b94

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [587668b75fafac50f352a5b4a86580fa1b3578d1]

        coverity#708049 Uninitialized scalar field
        
        Change-Id: Ie5260dd4800a7c5d9185ce603c6e9deb658224a3

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [54df60d8d8c48a565aaa8c00fd78d826df252844]

        coverity#708048 Uninitialized scalar field
        
        Change-Id: Icd9bc7a072a27328d46e1a6ed14a51644a2f7269

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [d4360c40d5d67431789f68ee37172411c3f56925]

        coverity#708046 Uninitialized scalar field
        
        Change-Id: I9e29123454da4017e4ee4079d396dd31809c29c7

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [f22bebb2128e4f953ef1a0d205e0b413ee1cc79b]

        coverity#708045 Uninitialized scalar field
        
        Change-Id: I8084a56a9805afbf69f8df1afe71ebda2e617fb9

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [4934937aacfd3056795cd304f8581968a3d18a6e]

        coverity#708044 Uninitialized scalar field
        
        Change-Id: I5170e743a334883a84f35255d20a2f525ab4fc74

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [5c614cf14edc93533b21219b97dbb20dddb234db]

        coverity#707982 Uninitialized scalar field
        
        Change-Id: If14da2785e2bddbcc1c098c0c88016b4b58d8452

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [7e629ac799ff6d16bcfa2e299e22c08316890678]

        coverity#707973 Uninitialized scalar field
        
        Change-Id: I882bca4d09fe655275543cfeb3add59d4584d14b

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [c58f9aded89774462d466858388d7d7b5cd109f2]

        coverity#707972 Uninitialized scalar field
        
        Change-Id: Ib013d4075b2cf55cf02afd77dab6f76c6b9ac70e

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [c6d95c1080028e61ab79fb10992e03730ab52733]

        coverity#707962 Uninitialized scalar field
        
        Change-Id: I3620c5cbd16869d2744e5bfa812f88805a030019

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [9cddd4dc1e7e326498f3965df31981faf73a46ff]

        coverity#707961 Uninitialized scalar field
        
        Change-Id: I86bcdd6cda589e42fb18a33002092d87c6d3a2d4

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [727752e1297ffe7a9f428162b284e082d51c36ec]

        coverity#707959 unused mbShowDataDropDown member
        
        Change-Id: Ia09a8a8782fd8370f3655c4ab7f4ac18f5371133

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [6900a3bfb7bc7a61f81448f28413c439d8c07f3e]

        coverity#707958 Uninitialized scalar field
        
        Change-Id: Ic21f72913c944510baeca3f0ec424485c72745c0

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [a7b6623b1f473c631d9d203dc714ca0c03938ac3]

        coverity#707864 Uninitialized scalar field
        
        Change-Id: Ieb42d64ead25d9e06175a7664d8659e0907d28f1

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [627b0c682a7d0310daa62b2f47d0d3d8aba3a75e]

        coverity#707862 Uninitialized scalar field
        
        Change-Id: I0d94414f4645d3f5da6242bbfefcee449572d2c0

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [c48dd161876de095fcede83c87b4596d299150e5]

        coverity#707860 Uninitialized scalar field
        
        Change-Id: I5ac73f41333f465a63daa3de44cd6d4e7d931689

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [8d0299673fb59ac8787d60f7a151aad2d3ab37a7]

        coverity#704877 Unchecked dynamic_cast
        
        Change-Id: Icbe926c133fd79c0a420578332ae2b6abdbdea9b

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [aa0e805a813b21f619986e2e82752031d82ea09c]

        coverity#704770 Unchecked dynamic_cast
        
        Change-Id: Ib690d6ad50e89f6cf4b1046fde6bea2d669b971d

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [9754ac4ee7047ab0f5fd8369aa617da210e3aed5]

        coverity#704743 Unchecked dynamic_cast
        
        Change-Id: I35067c31c3a083791436eba9690d592f0099d3b5

2014-04-04  Eike Rathke  <erack@redhat.com>  [3bc729b4b97ff3df67bb7af541b088f88248a1ec]

        resolved fdo#76777 now write correct number style condition operator !=
        
        https://gerrit.libreoffice.org/8834 and
        https://gerrit.libreoffice.org/8836 will prepare 4.2.4 and 4.1.6 to
        accept the correct != operator instead of <> that was written so far.
        
        Change-Id: Ib89bbaf096e2d459767c4d05e5bf5151a1120c1a

2014-04-04  Eike Rathke  <erack@redhat.com>  [dfcc851d65c8d81988843ef31a75b5d30051ddfd]

        accept proper number style condition != as not equal operator, fdo#76777
        
        ODF 1.2 specifies '!=' as not equal operator in <number:number-style>
        <style:map> style:condition attribute. So far '<>' is written, accept
        the correct operator.
        
        Change-Id: I6087992ee35fff5c7aa52b7cec2b83b0a78dbac1

2014-04-04  Sourav  <sourav.mahajan@synerzip.com>  [df098f6207fdf79d566bf50cc2c2c87fcd295ff8]

        fdo76734-Text Box is not preserved for file created in MSWord 2007.
        
        Issue:Only one AlternateContent is getting written in the RT file irrespective of
        the number of TextBoxes in the original file which is causing the issue.
        RootCause is found in DocxAttributeOutput::OutputFlyFrame_Impl where under case
        sw::Frame::eTxtBox,m_aFramesOfParagraph.push_back(sw::Frame(rFrame)); is getting executed only once.
        push_back should happen as many number of times as there are TextBoxes in the original file.
        
        if(rFrame.GetFrmFmt().GetName() == m_aFramesOfParagraph[nIndex].GetFrmFmt().GetName())
        	bDuplicate = true;
        
        In the above check both the GetName() are returning values as empty which leads to
        bDuplicate equals TRUE and hence push_back does not happen.
        I have introduced one more check to handle this.
        
        Also changes are made in for loop to make it more efficient.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8782
        
        Change-Id: I397aa3c4548cb57e8dacbf3fbf9ebaf87c0daa80

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [c067735f222d41698f4353fa7cbeaeb432573405]

        make query fax number dialog a little less lame
        
        Change-Id: I73e68fcbbff5d153196e5ad617e04c3d5c52e513

2014-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [8baff038befe47957967278a7225bc48e0d89889]

        fdo#76628 RTF import: allow the same font to have multiple encodings
        
        Commit bbe3627eece0c3486e7ea11f2f13377aaa3a8fed (rtftok: stop sending
        sprm:CRgFtc{0,1,2} tokens, 2014-03-05) dropped support for case when a
        font name is used in multiple entries in the font table, but with
        different encodings.
        
        Turns out that this is a valid use-case, so revert back to the old
        behavior where the key of the encoding table is the font index, not the
        font name.
        
        Change-Id: I048dff58af801d704fd4bc75a6a4dcb0f03bf185

2014-04-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ad6c7bc74ca9aac32a47bc9428c36bf1d71c400a]

        Fix -Werror=type-limits and -Werror=sign-compare
        
        This time hopefully for real
        
        Change-Id: I5bf06a9353ea94aef04d862ab25dfc38129b2b12

2014-04-04  Matúš Kukan  <matus.kukan@collabora.com>  [e250a013bae4b58a9304518aefc6da0dab574103]

        webdav: Allow to save documents again, after locking is implemented.
        
        We need to extend PUT method with lock token in 'If' header, so that it
        does not fail on a resource locked by us.
        
        Change-Id: I82a9e3303a34607dba8bb874d1eb0fac23b9f11d

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [d13f1ed261463ac2d27a5e071fb83c7f5fb7231c]

        callcatcher: remove old pivot table dialog
        
        Change-Id: I9e80a0d6661c29343103a27baa752cebbc876314

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [f19ca44a0451df84c5329e456765eef4886e644b]

        callcatcher: update unused code
        
        Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [9e8d4c439f96d52b676b933b18902a3ec80e2f38]

        coverity#707355 Uncaught exception, help coverity out here
        
        hopefully loads of other ones too
        
        Change-Id: I8445602adc76205448926efe23c9770cef0eb5dc

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [675194c83d620210f3c50448978c3ecebb62ccb9]

        coverity#706238 Uncaught exception
        
        Change-Id: I10bd34115be12dc752987ddbe5d93862aa072e72

2014-04-04  Caolán McNamara  <caolanm@redhat.com>  [59432cffa9c32b5a39be1e1904731ce4a04d0307]

        Updated core Project: help  296331ddff2fdc3d61fde8c762990f80bcc758e5

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [247bfbdb46f0f89e784574791d2bbc8748dd3717]

        Move prototype to include
        
        Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6

2014-04-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [527440c9d9086ae01c277b0dca96a87eb0868ae6]

        oox: fix a few bogus SAL_WARN
        
        The idea is that when an element is unhandled, it's either unhandled
        explicitly by an empty "case..break" block (so grep can quickly find it)
        or we raise a warning. Add a few placeholders for cases that we won't
        probably handle better in the near future to silence warnings.
        
        Change-Id: I41dec7802c4671550130393b4f98a8f0d8dfc059

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [c5a518936d7fa6a37864b86e172a1edec1415836]

        Clean up unreferenced functions
        
        Change-Id: Ie6560c806369a2d1698b4df43710f3aebb10ed6a

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [c8c6c8319f07b960c30e05d0a730ea8f3f7583cc]

        Clean up unreferenced functions
        
        Change-Id: Id2c90088298d389bd1cd8efad9aa26100965d6a2

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [705d69a925d5723a5c0b2a62dd41f67f2fe8a217]

        Clean up unreferenced functions
        
        Change-Id: I5abc0e587cfd81f1f94c604cb58725a2f84ed33d

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [b323e635eefe093edbf463a9d117a17639e11127]

        Clean up unreferenced functions
        
        Change-Id: I1dbb864d030b61417f6d137fc967f158e9243ed7

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [104096f17558bc57ac87004a0fdc032c8ff402bf]

        Missing include
        
        Change-Id: Ifbb916e72a00a9e9925fd12e7945f178d7ae200b

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [b0200601d41aad7e8b177249bd71aca1c4b233d6]

        Clean up unreferenced functions
        
        Change-Id: Id9cb4dbeb6b3313974b881efd6a7c43cb5e314ce

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [883844f21af50f2a395fddc6fe86fdced6832c14]

        Remove dead test code
        
        Change-Id: Id03246fa9eefce718c36d73f84875f26d58caeba

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [9573cd63698a92c5d7b87725ec239d938f897133]

        Fix ASCII-only check
        
        ...which did not work e.g. for broken single-byte input 0x80.
        
        Change-Id: I4dff41e4f18dfce376695b438004c2af853cf4fa

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [bd08874073eab31501eceeda640340bcc97385a2]

        Remove dead interlock code:
        
        * Remove interlck_x86.s leftover from 417c85bf582e0d1dbabb7b0f16d60a394d537e61
          "fdo#72598 Remove SunStudio cruft from code base."
        
        * osl_isSingleCPU is always 0.
        
        Change-Id: I44f633d503af0a033a977e0f812e6bd6e4282fca

2014-04-04  Stephan Bergmann  <sbergman@redhat.com>  [c5db1e15193bcd498703c4f06a428fab9f4a18a0]

        Remove unnecessary factory function prototype
        
        Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a

2014-04-04  Tor Lillqvist  <tml@collabora.com>  [f565646382e1383276bcf4cac30b614cdaccc056]

        Turn an unhelpful SAL_WARN into a SAL_INFO
        
        Change-Id: Ic5551e915e724957fed74770b405c39c4e601cda

2014-04-04  Muthu Subramanian  <sumuthu@collabora.com>  [cb1384b324580f23f652a1d8b922e94a7a212f1e]

        cp#1000054: Avoid crashing.
        
        Change-Id: Iedafa35cfedce1d56468774fcb6bbfa8e42612df

2014-04-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [240b8c63ff67510a0694cee9ebec310157e24307]

        Fix -Werror=sign-compare
        
        Change-Id: I3c6ff1750d3e6aa6b3b19c957847289067fc5a54

2014-04-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [42ced106ff6ed5688385a5d2b40d4b5caea68406]

        oox: use HasItem instead of GetItemState
        
        Code looks cleaner like this.
        
        Change-Id: I43bd8d2ac40960347d60e687dcae4c17357991b0

2014-04-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ae61569eea0719a882010cfbb260a1a0d690d974]

        oox: Do not overwrite table style properties
        
        Some table properties can be defined by the table style but cells can
        overwrite them in their cell properties section. Our exporter was
        writing all the cell properties in all cases, regardless of them
        being defined by the theme or not, and we shouldn't do that if we
        want the document to work properly in Word.
        
        To fix the issue I store the style-defined cell properties (the
        format of all four borders) in the table grab bag. The exporter
        recovers them and compares with the cell properties before writing
        them; if the cell property matches the stlye-defined one, we don't
        write it to the document.
        
        An existing unit test was slightly modified to check that the actual
        cell properties are not being skipped.
        
        Change-Id: I3aa12d76fb8f73d3fd300f254d19e1683fb6146c

2014-04-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [f9636d50e6543302f236164aeebadab2733e849b]

        pivot: duplicate data field handling
        
        Change-Id: I3d367b8b638217f18143118df00324f21a0470f2

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

        Updated core Project: help  c719458fbdafdb833a17874de420876a54e6ded3

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [49a96a4d38ed144f6d05a0d2d8a83c2cee52b304]

        deploy cunning hack to center arrow block
        
        Change-Id: I372e373844169f216fb856107cc10b063d99e31d

2014-04-03  Julien Nabet  <serval2412@yahoo.fr>  [bed63f8f09634f4b71e1f9d8ade67d34c8d5142d]

        Typo: colum->column
        
        Change-Id: If667bd38563879a28e9ed7765582ce0fb7e8de04

2014-04-03  Julien Nabet  <serval2412@yahoo.fr>  [6a38047ff8ffafcf2b4ed4f37ab78f2cd98a0598]

        Typos
        
        Change-Id: Ia406e2efb1eb2685eeffdf07dcc5fad4fc2b6e94

2014-04-03  Julien Nabet  <serval2412@yahoo.fr>  [786b31696bd7227d4921e13df02a16912776c166]

        Typo: corect->correct
        
        Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919

2014-04-03  Eike Rathke  <erack@redhat.com>  [cc658066aec0a0f9589e7f9522c4431b3a3d5e96]

        fixed display of available dictionaries strings
        
        Since commit 9dc57be59d1a8dc17e77f21cbce04e2bb7247dca under
        Tools->Options->LanguageSettings->WritingAids "User-defined
        dictionaries" the language strings are displayed as
        " '[' Language (Country) ']'"
        that before was and instead should be
        "[Language (Country)]"
        
        Change-Id: Id7e7ef6ab86112c46707f1451a072dfc196aec44

2014-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [0695236cd7347134e53c81cf15f38b61ffe13255]

        writerfilter: DEBUG_PROTOCOL is never defined
        
        Change-Id: I0f6de2041237282c770bd3926140836008d7d12b

2014-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [338f0eb554594b2a5da3a1a60cd620c5e49b0fa5]

        writerfilter: unused WRITERFILTER_OOXML_DLLPUBLIC
        
        Change-Id: I3f14017d6816d59b951c947827ca9497f2cd97fc

2014-04-03  Hannah Lyhne  <hdlyhne1@gmail.com>  [036b1fccbfb87a1aab36632843deb29e0a70630f]

        fdo#73588: fix default alignment in RTL mode.
        
        Change-Id: Icb932ee51dbf32d8baf4382aa00e89a680f5a41d

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [364c989e2e4f1f1897408882b2887a2bfb09a306]

        convert mailmerge output page to .ui
        
        Change-Id: Icafdd4780eebd6356bf2070ff99dbba9d6956c16

2014-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a5d948e230dfea61108452579b68da75706cad4]

        bnc#821208 DOC import: fix unwanted char background in numbering char style
        
        Word supports formatting the paragraph parker itself, and we import that
        as a formatting at a position after the last character (e.g. "foo" will
        have that formatting at char pos 3, which is ignored by the layout).
        
        In addition to this hack, commit
        1c22545edf9085b9f2656ca92781158b6b123db3 (Fix issue #i119405: Numbering
        text style changed after importing the *.doc, 2012-08-24) added a
        SwTxtNode::TryCharSetExpandToNum() hack to Writer core, where in case
        such a paragraph marker attribute is set, and the SwTxtNode has a
        numbering, then also modify the associated character style as well.
        
        As that commit already noticed, there are attributes which should not be
        propagated to that character style. Extend this blacklist to ignore
        RES_CHRATR_BACKGROUND as well, as Word does.
        
        Change-Id: Idcb40d37d8688c76fbd61f28428f6e3bc995f799

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [8f5df0dbbeca681907e0abbc5efee23ab0cddbc3]

        Remove unused copy ctor (and use boost::noncopyable)
        
        Change-Id: Ib797c84e64a114df0e80067a97b714d4f97ff20a

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

        Resolves: fdo#76206 show 'Delete table' instead of 'Delete row'
        
        on deleting a full table
        
        Change-Id: I03af8bcbae41e78229163a945a74387f53787ca5

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [5a67883ed4fd63bf0fed2d210fb0777a2008b170]

        coverity#1079187 Uninitialized pointer read
        
        Change-Id: Ie3044bebc7921b0fa98f9a9a01f99ef0f2d05eb8

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [618dc924b4d28a9d50bfcc4d35748cc1363bd92f]

        Remove unused functions
        
        Change-Id: Iac147aef89e7f8be2f3d16e434c76d57a950d591

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

        Resolves: fdo#39793 open the 'Font' tab after Set Language ... More ...
        
        Change-Id: I23c80a462ef473defe5536f9090167ae734553b7

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [993f4921f7258252d0443243c2ad0e1e44ee394f]

        Remove redundant pure override
        
        Change-Id: I5d41b22ba5b27c278d04a70987812a281dd7dba9

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [2d37dd8d5f79564dbf19546287cb258a1d6aef8c]

        Resolves: fdo#76486 Uniform Arrangement of the Help Button
        
        Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [bb4dd8d947360f73b4eb8dcdcd13b2d18b4c2759]

        Remove unused getBinary/CharacterStream
        
        Change-Id: I008d4190191ebff1c6c97af120b1db2707597ffe

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [0c50756b5eddbb19641321b54e1beb543744a9d9]

        Remove redundant pure overrides
        
        Change-Id: Ic5e50643d41c08900377a34676c2ff17977643c0

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [82925f1a2141206864d8a6d490af4adafcaeaed9]

        Remove unused getCommandType
        
        Change-Id: I76c9ea0740223b601440ca7c7122b814e777fca3

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [4a94fc286fb69676a21392aa2cfdb5a813ceeead]

        clearFieldAssignment only used in AssigmentTransientData
        
        Change-Id: Ic7d11a7ad3c643354e0bb2aaf20bda2c3e41dba6

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [46cb31f6fdc80d50cbca404a3bc88ecb72ce1b31]

        Remove unused getText
        
        Change-Id: I13145c4dcdf95d7979dc1887ba08a243f8b5a224

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [3218dca3e98c0f785314fbd1aa3d29c24d641273]

        Remove unnecessary SubsetterContext base class
        
        Change-Id: Ia000655f3fe49a4c9c1015b37f44c0ba44d7666e

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [96fe761b7b55f6eaecae8113cca2fd8767ea4b11]

        Redundant null checks
        
        Change-Id: I8b38d37de6cba2a29c9d785adf17d65835c8a05d

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [bc067d1674546f956c65d97ef005897987f194ef]

        C++11-only stdint.h SIZE_MAX -> std::numeric_limits
        
        Change-Id: I6bf80d034490583afa9e51cf720703cdf60a924a

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [82861c562f70aaeb76e10319377998fce5c65c4e]

        Properly cover in #ifdef TIMETESTS
        
        Change-Id: Iff8f992e5260150b9ba108698b506f5a9ec7dea2

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [1fc26b811256290880fa6e86c9146b48c052bde5]

        Cosmetics (to ease work related to finding unused functions)
        
        Change-Id: I88b7659fdfdcba43e69ef7489573b28952c8328c

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [4f36f17a1bad121f978ce55b635ccf23e00915cb]

        typo
        
        Change-Id: Idb3414291161dc50ac5b291699d7ae8672576532

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [9a5a6880c5f2edc321ed36c8da8d57ed27ac07ec]

        loplugin:saloverride
        
        Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1

2014-04-03  Martin Liška  <mliska@suse.cz>  [d7cb910ad888401335552835314d689a49351924]

        gbuild: enable LTO parallelism for GCC
        
        Change-Id: Id0be70056645a5fa5df49aa5186e3187c719e048

2014-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [84c04d73e6f80120c2fc7d17dd12e3b68214a63b]

        fdo#76979 DOCX export: a:srgbClr should be always an explicit color
        
        The brush color contains both the color itself and transparency as well.
        In case of DocxAttributeOutput::FormatBackground(), the sColor should
        contain the color part, and oAlpha the transparency part.
        
        In case of drawingML export of Writer TextFrames, an automatic color
        (0xFFFFFFF) shouldn't be recognized as "auto", as that's invalid:
        instead an explicit 0xFFFFFF with zero transparency should be written.
        
        Fix the problem by calling msfilter::util::ConvertColor() for the RGB
        color only.
        
        Change-Id: I2132375a4dbcac1667aed49c74e581183178b0cc

2014-04-03  Noel Grandin  <noel@peralex.com>  [5babf1b9037eb283798322eecd8334e6ff1db655]

        remove unnecessary scope qualifier from sal_Bool uses
        
        i.e. convert "::sal_Bool" to "sal_Bool"
        
        Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067

2014-04-03  Michaël Lefèvre  <lefevre00@yahoo.fr>  [c03c9da8c249c2e2a61bab3d6fad325d5934f5e0]

        fdo#43157 : clean up OSL_POSTCOND
        
        Conflicts:
        	include/sal/log-areas.dox
        
        Change-Id: I770b8b9fb82f873ccb88dc26ac05206f703ddf33
        Reviewed-on: https://gerrit.libreoffice.org/8805
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [333282478a956709e648427b412d90f90fc1437b]

        Related: fdo#75307 use the unique auto help id to identify tabpages
        
        and dialogs that are loaded from the .ui format
        
        Change-Id: I37aea52a3973d8d8f6a2ce8dabf80bb1e64db43f

2014-04-03  Caolán McNamara  <caolanm@redhat.com>  [15471dd79200eb828b4a4ed98d32a82f51a6f44f]

        wrong ellipsize
        
        the widget in glade for changing ellipsize gets focus and when you mouse wheel
        up and down often it gets accidentally changed, sigh.
        
        Change-Id: I6dc0dc6d9985ea0ff9a34817291e642a9706bf0f

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [d4c8325ea9cbffeff91de49d5e1f1f026be319de]

        Support SmartTagRecognizers again
        
        The XContentEnumerationAccess is at the service manager, not the component
        context.  Regression introduced in LO 4.0 with
        4381f3dd5ae9e042840a16f69d07267208160420 "fdo#46808, Use BreakIterator ::create
        method."
        
        Change-Id: Idb7d38b9c14beea9a9ad347e6cbc8190d7248b2d

2014-04-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8302e1221ec4b023db319f5048195e45369b9848]

        pivot: In "Data Field Options" dialog change Add -> Ok
        
        Change-Id: Ie6b1670445fd15e2ba791b13e4b6cd6803b2b9df

2014-04-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [19d71217aba8700dac913c278767d6e387ce65a1]

        pivot: Apply changes made in "Data Field" and "Data Field Options"
        
        Change-Id: If8560d47c5b4e64367c441237c1e38f964cf6825

2014-04-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e748cf70977bbdd2d869bdeab1921ee68238dca4]

        vcl: apply font height if defined as "size" attribute in .ui
        
        Change-Id: I28719b16fb47a618420195640f4f75a79ca889ea

2014-04-03  Aditya Kale  <voilavoila28@yahoo.in>  [a4f09f8c2ef3ae82b86d1b4f0c6c90d1a61614fa]

        fdo#73552 - Set name of CSV import sheet to something friendly
        
        Change-Id: Ia68283947d954d648fa25356f2b95ba0ab7010aa
        Reviewed-on: https://gerrit.libreoffice.org/8811
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-03  Matúš Kukan  <matus.kukan@collabora.com>  [31a24849bac2b3bc080eb341d8150b3994432395]

        override specifier 'override' not allowed on a destructor
        
        Change-Id: I8bcc31900a95f2b7600645decafdfe528343d6d7

2014-04-03  Tor Lillqvist  <tml@collabora.com>  [0f6149593129c3d208f07d0d017dec0c71760778]

        Make it easier to catch code that assumes SalBitmaps are created pre-cleared
        
        In a DBG_UTIL build fill the maContextBuffer and maUserBuffer of a
        QuartzSalBitmap with an easily recognized pattern. Helps catch
        situations where by coincidence they appear pre-filled with zeros most
        of the time and almost everything usually looks fine.
        
        Or is the QuartzSalBitmap implementation wrong, and SalBitmaps
        *should* be created filled with zeros?
        
        Change-Id: Ib5207779f2a47b9b7e539d8646b4128fea0ec150

2014-04-03  Matúš Kukan  <matus.kukan@collabora.com>  [077bdc73f2bcd625be1030fa8ff630c3dbd83657]

        sccomp: Share common code and have only one library.
        
        And use constructor feature for UNO implementations.
        
        Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d

2014-04-03  Matúš Kukan  <matus.kukan@collabora.com>  [dae3e18376a0fa770fa839959aeedc7c2044d4b6]

        sccomp_lpsolver does not need to link against sc
        
        Change-Id: I47a758fbcfcefc2bdd1cdbb89ef219a7ebb2af47

2014-04-03  Matúš Kukan  <matus.kukan@collabora.com>  [c79c969d64ccae69518dba52e0abfc133d8adad9]

        gbuild: fix check for registered libraries
        
        Change-Id: I0e8524a0933114196a80317b9a427d8cd3f3e459

2014-04-03  Matúš Kukan  <matus.kukan@collabora.com>  [604bd3be0fb6d4ce0138a7a1b3b48d518cf6ba46]

        gbuild: Allow to use more components in one library.
        
        It probably does not make much sense in general but will be used to
        optionally disable some implementations in a library.
        
        Change-Id: Ib491b8b642907b5bb20d458cbf766c9c9a5a5111

2014-04-03  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [8902a25c1ad11161fe7b9d263e9d7afe23f95e50]

        fdo#76589 : FILESAVE: DOCX: Numbered list is not preserved after RT
        
        	Issue :
        	Numbered list without suffix does not get preserved after
        	Roudtrip.
        
        	Description :
        	- For level zero LO was writing w:lvlText with epmty value.
        	- This was because in DocxAttributeOutput::NumberingLevel()
        	  check was based on empty NumberingString.
        	- But for "deciaml" also rNumberingString appears to be empty
        	  for level-0
        
        	Implementation :
        	- Added check to write empty value for w:lvlText only if
        	  NumberingType is "bullet" with level-0.
        	- This will not write empty w:lvlText with level-0 and
        	  NumberingType as "decimal".
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8768
        
        Change-Id: Ic6ece45e0122da05013beac93a6e11fac926514d

2014-04-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [6055c6670ff592923c3526515cb53eca2244d7a7]

        sw: translate internal name of default char/para style
        
        Change-Id: Icda048beb9b4b580cdf2843ee34698decc035d04

2014-04-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [3e9d9b073f1b8fd934e00c8cff69fb0f9ef40781]

        oox: Preserve table style.
        
        Table style is a property that defines a set of background and line
        attributes for cells. These attributes depend on theme settings (e.g.
        theme colors).
        
        We added a grabbag to the table object to save the table style name.
        We detect that name on export and write it back to the document.
        
        Finally, modified an existing unit test to check this attribute too.
        
        TODO: To get the table style working properly after a roundtrip, we
        must preserve it and also check that its values are not being
        overwritten by different cell or table properties.
        
        Change-Id: Id0e022a389561960c21ab874db33649499735024

2014-04-03  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [a3efbb5d33f5c6928141fd3e7aa7c6d3bdc6a087]

        oox: Preserve cell theme color.
        
        When some background color is set to a table cell, it is stored in the
        cell properties tag <tcPr> like this:
        
          <w:shd w:fill="ECD2B6" w:color="auto"
                 w:themeFill="accent6" w:themeFillTint="66" w:val="clear"/>
        
        The theme-related attributes in w:shd were not being preserved. To
        fix this I added an InteropGrabBag to the cell properties object,
        which is filled with the attributes of w:shd to be checked on export.
        
        The exporter checks if the cell color is still the original color that
        was imported from the file, if it is not it means the user has
        manually changed it during the edition and the new color is written
        instead.
        
        Finally, added a unit test for theme attributes on tables.
        
        Change-Id: Ica8091b5eb4075e51912a255650a1d9d64f5767a

2014-04-03  Noel Grandin  <noel@peralex.com>  [a718b02f8e24d7c167a56456523bc921b12e4f64]

        vcl: sal_Bool->bool and cleanup
        
        - remove unused PFilterDlgCall typedef
        - remove bool parameter from PFilterCall typedef - it was always being
        
          called with false, and nothing was reading it
        
        Change-Id: Ic56127e7d55254a7b9b65849a21cb286f52344d1

2014-04-03  Noel Grandin  <noel@peralex.com>  [c3a89936abc7967ebe8916ca83cb38f6837f9aa1]

        sfx2/tbxctrl.hxx: sal_Bool->bool
        
        and clean up the mess around the two different Select methods
        which just led to confusion in the overriding classes.
        
        Change-Id: Iea0ea85752180d0dc50d2b4ddb3d861e8447fb0a

2014-04-03  Noel Grandin  <noel@peralex.com>  [508cbb96a17bb085d162e0d605010af3123abe62]

        svx/fmgridcl.hxx: sal_Bool->bool
        
        Change-Id: I610c408178f194db2a29e966feccba377f36e2cd

2014-04-03  Noel Grandin  <noel@peralex.com>  [64825d26b14e754171426bec634f5aaedf0466e2]

        svtools/treelistentry.hxx: sal_Bool->bool
        
        Change-Id: I0fb2827c41024216f574266e61a11b1cbb7bce28

2014-04-03  Noel Grandin  <noel@peralex.com>  [0523304875cf810acb1ff7caf9c9a2ec5d982b70]

        svl: sal_Bool->bool
        
        Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385

2014-04-03  Noel Grandin  <noel@peralex.com>  [abc429987c6ce644658824fb20db113af855c8b2]

        filter/msfilter: sal_Bool->bool
        
        Change-Id: I24deda680469ce99ba358a68e83551bdb584751a

2014-04-03  Noel Grandin  <noel@peralex.com>  [ba73873ea70b076e0c04d33fea2e243a1b6f3a43]

        vbahelper: sal_Bool->bool
        
        Change-Id: Ic4bcc2fa02426e1995d08a6992cc5b35777c1c9a

2014-04-03  Noel Grandin  <noel@peralex.com>  [f3802139ac6d21edbd1b30df9675eac1aae50360]

        oox: sal_Bool->bool
        
        Change-Id: Ia05b3210314c39db5110eded731f2be4b7405e87

2014-04-03  Noel Grandin  <noel@peralex.com>  [e8f4a2541bf5e38b953f04cee0e447a40d25950f]

        oox: sal_Bool->bool
        
        Change-Id: I50788585dbcc489325dc9536a8e4d974a710e30d

2014-04-03  Noel Grandin  <noel@peralex.com>  [22472e093dc107d01b6d8db1187bfc6bb2c9e80c]

        oox: sal_Bool->bool
        
        Change-Id: I2ad60bd64cabb29a9e909f31e7d5bd92989120f7

2014-04-03  Noel Grandin  <noel@peralex.com>  [8ee4af289f079c1314cdc4f3c370f04f4275f902]

        oox: sal_Bool->bool
        
        Change-Id: If611cf344d82640b284c159e2e6394074b30e2db

2014-04-03  Noel Grandin  <noel@peralex.com>  [6f7ca495912573f9c366c96635c3fa11c647c97b]

        package: sal_Bool->bool
        
        Change-Id: I66999e5d9f827650f4c1bccb14178f8fa8a57cbf

2014-04-03  Noel Grandin  <noel@peralex.com>  [2cf50102a057e97b2a89a673b6378177714c9ed5]

        sfx2/objface.xx: sal_Bool->bool
        
        Change-Id: I1227c958d58903dc114a4e4173fb2714b2ec33f2

2014-04-03  Noel Grandin  <noel@peralex.com>  [a1c57dd89780d73a74b1408608198da0567f0257]

        add comment about hacked sal_Bool param
        
        Change-Id: I005c523765fbe530dfcb7755cef3081c24c6a734

2014-04-03  Noel Grandin  <noel@peralex.com>  [13d1a5667765731441e4a8ae1b43788fe8de5117]

        svx: sal_Bool->bool
        
        Change-Id: I3a293e72413e1dc39eaa4b5c289fc4fab6b556fd

2014-04-03  Noel Grandin  <noel@peralex.com>  [728f60365cbdb96e75796677fca591e9445898c9]

        svx: sal_Bool->boo
        
        Change-Id: I305ccda011463a3b24de48fae168ffae4da264c1

2014-04-03  Noel Grandin  <noel@peralex.com>  [8d6a99f67edc3be61f1294f963c3bbbd2b7344f6]

        dbaccess: sal_Bool->bool
        
        Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11

2014-04-03  Tor Lillqvist  <tml@collabora.com>  [0a1cc7826beade023be930ac966a465c11819d55]

        Kill "Portal Demo HACK", whatever it is
        
        Change-Id: Ie07576d2d63f4db9acf7ebf09ebd25a4f7bd014b

2014-04-03  Tor Lillqvist  <tml@collabora.com>  [335cd830b0bd430d282687df58a91a69dac2c528]

        Kill superfluous vertical whitespace
        
        Change-Id: I8c37b9ec45836f9c0e2dc0cf232f96f23c7c36d3

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [c04f4393f5ec63dbd546b5c503ddc82d9cd2377e]

        Unused declaration
        
        Change-Id: Ib753cacf91baa6a761ac8f971b67c0f5ade555b6

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [5cd46e2b3b8bbc81aca4d45717be05d2424a6c59]

        Use boost::noncopyable
        
        Change-Id: I9cba1299c54f196a5a7b35384f4c15bbbea273bb

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [d59fe933fe3ecabdc80737b72683923fc5bcae0e]

        Use boost::noncopyable
        
        Change-Id: I1cd2ad1284f2fb9f6847cdb9175a5872a66726cd

2014-04-03  Stephan Bergmann  <sbergman@redhat.com>  [b6f4658003c91e8a76738d1ec9436c89fcb08f09]

        Use boost::noncopyable
        
        Change-Id: Ifeee0632f6e163037bea9ba2ee8d19f050f9a212

2014-04-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d8ae59e097b3fca29f071d1a792cdb98ad8139cf]

        add concept for chart xshape tests
        
        will be run on a tinderbox for now that will be the reference for
        anything related to it
        
        Change-Id: Ib795b53f74e9207d0272342f12d426bbc21164b4

2014-04-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d00e9e7fe2ca5e3663befdf986151dd8e2cac9a3]

        make the tolerance file optional
        
        Change-Id: I172cbd54a231a4f9b621fb85c7f349839286143a

2014-04-02  Jan Holesovsky  <kendy@collabora.com>  [e46372fc5ca6c28386fa763385f38f79c8bf4b67]

        Pivot dialog: Make it resemble the old dialog a bit.
        
        No idea what is best here :-) - MSO is more like what it was before this
        change, OTOH this layout looks more as the final pivot table, which (in my
        eyes) makes it easier to use.
        
        Change-Id: I5acb8c151139688c71b06d07006499513a17bdb9

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b867eae9b5ef2f5ec3b296a69751e00d1d07751]

        writerfilter: unused Exception class
        
        Change-Id: I127ef1183a2c146471668680965fa3d72f6a8f81

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [6320f7a5ee12cfc58f6b0f5d04108fba959cc92e]

        writerfilter: unused SubSequence class
        
        Change-Id: Ib52309202714e67af78ef5a47f519779d849931c

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [62d551cd6525f2f1a39d8478d57a043a881ead5d]

        unused WRITERFILTER_RESOURCEMODEL_DLLPUBLIC
        
        Change-Id: Ia09cd8738e7bfbb942690efb193c0de30e93f69c

2014-04-02  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f07bdba6c586044ab4249f34d808e394ba6edb3c]

        fdo#71720 fix transalate strings
        
        Change-Id: I8758e2407f1d3d1e09324b4fe5cc0442f8dda34d
        Reviewed-on: https://gerrit.libreoffice.org/8819
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [b4e5b8bc1d6be0d53843ac68ba86da4d8cd0c2b0]

        Add compat::isInMainFile
        
        Change-Id: I0e155c6c68a43020110a8e1c0cb29cabdcade454

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [9db717d063ae60a56e2304e5bf53ae62652e3f97]

        Internal linkage
        
        Change-Id: Id329745fa1988003b4771c6b7d75f2db0930184c

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [cf704d65e005b08697c7a6f454acff01bd4ef6c3]

        WaE: comparison of constant 255 with expression of type 'const char'
        
        Better fix for warning: "comparison of constant 255 with expression of
        type 'const char' is always true". I hadn't considered that the code
        is in a template, so it must handle strings of arbitrary integer types
        (well, Unicode).
        
        Change-Id: I38d6d480bfc3ff89db1276cac38d310ecdcc2cfa

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [6fa98a08f2f4b57b660fc39542a9ceb20779d769]

        Related: fdo#75307 use the unique auto help id to identify tabpages
        
        and dialogs that are loaded from the .ui format
        
        Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c

2014-04-02  Eike Rathke  <erack@redhat.com>  [31e4419ac7581aa7864905bcd4ce42e14df6c9bb]

        resolved fdo#76949 correct grammar is GRAM_OOXML
        
        Regression introduced with ca8ca8c28742879220f3ff88ae0d71c8d69b11cd that
        used GRAM_ENGLISH_XL_OOX instead, which is English UI function names
        with OOXML reference syntax.
        
        Change-Id: If6b73e85a45e57f6ef281d1edf8e34dec7cb9bb8

2014-04-02  Eike Rathke  <erack@redhat.com>  [cc911e8bc428b16cff9fdc77c10d470110c4531b]

        just nitpicking on scope
        
        Change-Id: I01969fb4596e7866ddb348d026a22f45deeef0c8

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [ba17f5a34480f76942414eab79e297ae5fad59b7]

        coverity#708209 Uninitialized scalar field
        
        Change-Id: Ic24e147dd631bbed4e5759b1bd4bebbd0b8add4a

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [67e2de7d6c4340be605f6770b2e0b732d41dbeac]

        coverity#707967 Uninitialized scalar field
        
        Change-Id: I65aa00d79efe15f63c272fbcd5d3e0dea2c28dfc

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [f6dd2b47f42917a185296969bca03c63b0b9e95b]

        coverity#707969 unused nMasterPageNameIndex
        
        Change-Id: I1a91871eb9f1952625b94b15d9ab8a4712487048

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [eac97e7925a7e7dc47c9860fecf47fa4ff498b41]

        coverity#707970 Uninitialized scalar field
        
        Change-Id: I70cc8c7667d9cfb2fc043e3889c7fb5adc9abd52

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [4ab06a576313de973ae96787a19215b208737859]

        coverity#707971 Uninitialized scalar field
        
        Change-Id: I5c1045253c082a00397cf0f048baee947232c9b1

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [bd3015129a57cbd88ebdb18a9606e60966453a53]

        coverity#738868 Uninitialized pointer field
        
        Change-Id: I150b47a6d4463479af7206b15441fefb27b8f603

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [6f3545833e4bf88a68995eab53356b3c7dd9bf53]

        coverity#738789 Uninitialized pointer field
        
        Change-Id: I990e8ba0e2b8ad2a43a33343ac832e42777e28cb

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [45ce21ac5ab41e49df0a8482d3cd98c61b8b326c]

        coverity#738787 Uninitialized pointer field
        
        Change-Id: Ic2f968d3150bba458dc3f40799ef0933a423a9e0

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [b75204cd33901bd18e9000ee63a225283a6207a0]

        coverity#708642 Uninitialized pointer field
        
        Change-Id: I30b61ed5b383f4acb5d29cb1c898015b28b1431c

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [dc1277767d507dde91a1c7999ebdc26caaa922a3]

        coverity#708600 Uninitialized pointer field
        
        Change-Id: I50da1da601981d55f413e03b063cda60b10893e6

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [99007fdb8e70ee6c2f05cf60808c3e6aa76311a2]

        coverity#708589 Uninitialized pointer field
        
        Change-Id: Ifc584276b32e517cb3105133de731e068851254b

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [617faefab11b2565b95fcff9133ebf7b01bc49f1]

        coverity#708314 Uninitialized pointer field
        
        Change-Id: Ifdd607c8bb1859af907ba2d6bbe6e9824681bc57

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [f95f708548343d7589474b723a69508223f6da4c]

        coverity#707833 Uninitialized pointer field
        
        Change-Id: I355ada53d637ad16d88c7e8d8b0f333915f54b6e

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [8e45fbd60e8c7e17503a12dcdd13f2aeeb243d25]

        coverity#707828 Uninitialized pointer field
        
        Change-Id: If4635aa5adc5d82712a779ae487b0a27539c2d70

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [b89e9fa401fbfebc874e305122c6946662ba5800]

        coverity#705866 Dereference before null check
        
        Change-Id: I3f70fda1098c2da97f36e474689853379e5b9ac2

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [a7ff16ada6ac8998863a0a9708bc1a89b38bfd82]

        coverity#705854 Dereference before null check
        
        Change-Id: I8bdedf38a29587bb504ccf310371dea756efd47d

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [d69b30a84d8622a1bb93cb38cdb4d458c4d6a965]

        coverity#1019376 Resource leak
        
        Change-Id: Ifa9c5a7b3aa0d219e09fa3081e66d870a508a84d

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [0978c495da920c12934324c3c662fa94daf95475]

        WaE: comparison of constant 255 with expression of type 'const char'
        
        Change-Id: Ibe07fc9a61ae8432e92c43ac6ff07c4dc9e6c771

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [f5b9db43080658201caf07cd646bae4f4f2acc95]

        Resolves: fdo#75307 discard invalid user data
        
        Change-Id: Id39b51c344004e02d3d5a281ba98721b944468c3

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [604f67db541060146a8a33944d4bcf31f2e346b4]

        set mnemonic widgets
        
        Change-Id: Id4f4d2dfab6cf7f370488e87c6e86eb8da50b6fd

2014-04-02  Armin Le Grand  <alg@apache.org>  [4520973ccf0ab042b09b4233d54a1779625b0093]

        Resolves: #i124580# corrected some conversions of scale values...
        
        to integer positions
        
        (cherry picked from commit d3c4a0c2a87504007a30e6944f52da4654cfa784)
        
        Change-Id: Iae4c16250e95938999d60d1c60e1163dfba243cf

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0635918c5153116a22eebec12d1b5de9d6e83e01]

        SwFrmFmts: add a dumpAsXml() method
        
        With this, it's possible to see properties of e.g. fly frames in a
        document.
        
        Change-Id: Iba68156ba7f0149dfea3e0a6367b71b8642a2a80

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [44405c95b63fcd4b8b594c47106a7491424cbc40]

        We use four column indentation steps in this file
        
        Change-Id: I52898b460669ce7afaaeef4d28f36883eb20effa

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [3ec4b907991d62155801b42acff9d09417fe66ed]

        Fix g++ version test
        
        Change-Id: I03bb06ddda9f8d54fae926004f5cf55cf5846833

2014-04-02  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [22dac22fe256b28b78c8e0783f2625aee0f75ace]

        fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTL
        
        Change-Id: I3ab9dde5c421a3a3e6022a27be37f23547197317
        Reviewed-on: https://gerrit.libreoffice.org/8772
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [50bf123ddbeb457b89636621a99c971834adf3ab]

        Kill superfluous vertical whitespace
        
        Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9

2014-04-02  Douglas Mencken  <dougmencken@gmail.com>  [db1c9e4dadc90c5afe3190776a60cc5dcbbce3ac]

        configure.ac: require g++ 4.1 or above
        
        it's known that GCC 4.0 is unable to build LibreOffice;
        also remove check for "a buggy version of g++ (3.4.x)"
        
        Change-Id: I97a030c4a214033cab13a69b4c4a599970f9e1cd
        Reviewed-on: https://gerrit.libreoffice.org/8812
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-04-02  Matúš Kukan  <matus.kukan@collabora.com>  [463952bff239c53862430e865b1b01f580205af0]

        apr external: add --with-pic
        
        Change-Id: Ica3b1207a2847917d82b3c82d14479fb58a7aaa2

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [aa16ca73260681b19f0be8a58be95ed454580f7f]

        Resolves: fdo#76905 long delay when changing font size from % to pt
        
        Change-Id: I33d72b51536ab96653ccda64c6e058c497289327

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [586612e4f51500a3ff7611f5446d5ee4757c7d8a]

        Fix mac build: "<::" cannot begin a template-argument list
        
        Change-Id: Iddc71ca948ae478aa865378e0f3d3c7bbdcc577b

2014-04-02  Tor Lillqvist  <tml@collabora.com>  [38696bae67580aa17fae40c8ccf0f2a34f549ba1]

        Handle missing SIZE_MAX
        
        Change-Id: Id931f5339e19ce5ff635af93fe9f60f3abebe069

2014-04-02  Michael Stahl  <mstahl@redhat.com>  [e8062623355fcf3e65beae7f8f5e4d46384141f2]

        fdo#63786 rhbz#1081968: fix PDF export of cropped SVG
        
        When a META_FLOATTRANSPARENT_ACTION is exported, the
        beginTransparencyGroup()/endTransparencyGroup() will write something
        like "Q 0 0 0 rg" where the Q clears the previously set clipping region,
        which is then not restored.
        
        bdf75c7d9bce985ed10a9c41d03420f33ce82142 appears to be a fix for a
        previous related problem; this essentially reverts it since it
        introduced the current cropping problem.  (Particularly funny is the
        comment "force reemitting clip region" since the commit does the
        opposite.)
        
        It does not really make sense to me to write something to the page
        content stream from beginRedirect()/endRedirect(), because that does not
        actually have any effect on the _content_ of the substream, because the
        referencing of the substream is only written _after_ endRedirect()
        returns, so basically what is written can in the best case cancel itself
        out and in the worst case introduce bugs; the state manipulations there
        are just to modify the m_aCurrentPDFState following the push()/pop() (it
        is necessary to clear the clip region before starting the substream to
        avoid spurious "Q" at the beginning of the stream).
        
        Change-Id: I4a5f57b784068bd7d3ba187115444574f7418195

2014-04-02  Michael Stahl  <mstahl@redhat.com>  [d256f08c6a7279489440d081e31355f99bee88ae]

        convwatch.py: decode bytes before printing
        
        Change-Id: Ic1b115583415ab9bd2bdb18fa55f61803efc8442

2014-04-02  Michael Stahl  <mstahl@redhat.com>  [8ac24de12f9ff6727fa0cc77e4ae180d7dc32a0b]

        convwatch.py: fix handling of loadComponentFromURL returning null
        
        Change-Id: Icc64d56a74be9e95fdf69204356f9c2405ce7cc8

2014-04-02  Michael Stahl  <mstahl@redhat.com>  [51ac74617a33f518d068dd6e1f86431ee805bfbc]

        vcl/README: some notes on debugging PDF export
        
        Change-Id: Ic48d6be35fd9308a28d9fa62b184cd34dd8f9f6b

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [e341ea3863bd19a2884083d2957273cc3572f989]

        ODF import of glTF 3D models
        
        Change-Id: I42f7bc63c1f75592ab628407b40d40536e58f18c

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f7a5ed9b4b34264252be48488cf23c052a2276c2]

        Store glTF related files in a temp folder which URL can be given to the player
        
        media::XPlayer is constructed by media::XManager with
        only one URL parameter.
        
        Change-Id: I3693bce5386ea7f75fa7d9f1a7d744f90440d62b

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9220939537bf1041b2cb3b119c2156ba1f432632]

        Use "Insert" instead of "Open" in title of 3D Model insertion file dialog
        
        Change-Id: Ibb6a7df3bf25f7006b71deeebd5abb842a628a46

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f388519b2cc6cfcabf2ec51955d06717e7f6b46b]

        ODF export of glTF 3D models
        
        Change-Id: Iea06ea7359b859144df338e1e22675e05bf4a2d7

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [414ff5650a810be807fed61ded1b9d6a23aa720b]

        Avoid Wsahdow warnings related to boost json parser
        
        Problematic variable: separator -> separator_
        
        Change-Id: Ia4e1b1543f61b03e029e1bc4151ec58334e8df57

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c3986c90e329af98520bda1ad11ecf6d059d50e1]

        These changes are not needed any more
        
        Moreover these line causes the same Wshadow warning
        which was the reason of adding them.
        
        Change-Id: I6b5793b66db26720626b7924d59e9283168f8abe

2014-04-02  Zolnai Tamás  <tamas.zolnai@collabora.com>  [edb4c11b074e486a4fc071ea94c9c4a1c83e84a3]

        glTF 3D model embedding: Embed all external resources of *.json file
        
        Store them under /Model/<json_file_name_without_extension>/
        modeltools: functions for handling 3D models inside avmedia
        
        Change-Id: Ia2bdad6064db372e1c946b6ab02c434545d1ed45

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [82332ee1fc23b6fdccaf92149c0f2fa46fcdc4d6]

        sw doc model dump: handle SdrObject text
        
        Change-Id: I0b11aaa3efd5176a3a7c124bd15d50962ee7e90e

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0606fa6f8ab8bc3ee8b90eaedb34019c4d6657d]

        sw doc model dump: include contents of draw page
        
        Change-Id: I8f1687ba7aacfff47695fd43062c92d2eb034a29

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [67c6ea0c426c2796fc1b80cbe2cb0347686db90d]

        init a few more stream-read svm elements
        
        Change-Id: I3dfa2485afbe66131b86764374d53181b55c2346

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [6d20b453b6e667dee18bc456249279805aa08755]

        coverity#1194895 Logically dead code
        
        Change-Id: I24e8ee88a1efdfaa7cedf996bd2d3bb05fbd4dc6

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [6cd87e5ee27af05cf54ba56d06f519a8f7138e8a]

        coverity#1194930 Avoid TOCTOU between access and mkdir
        
        Change-Id: I6567313abdacd06b59f7004c970b954a4b42419e

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [d37e9645edbdabaaf16ce0f1f904405f3477dc41]

        sal/osl/unx/security.c -> .cxx
        
        Change-Id: If8dbfa3e26a02ac3d5ee0077f730eeca4b59c4d7

2014-04-02  Matúš Kukan  <matus.kukan@collabora.com>  [d059866a38ca555050abea1554ceaf7da98edfac]

        sccomp: Add very simple unit test for lp solvers.
        
        Change-Id: I359737ad57decf2b1988afbceab85645fbbf1f33

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [6efbc4598aea1e87c1569c7beef13d44b1a4202c]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: I1939d376afe5dd5c67f378ffb2520a066dc99077

2014-04-02  Caolán McNamara  <caolanm@redhat.com>  [e326b5e06d74685b1853d61c465e5be0b5bf1595]

        detect add to table beyond MAX_TABLE_SIZE
        
        Change-Id: I9b1357e583620c59898cd7a649a5b39a6d7e3739

2014-04-02  Stephan Bergmann  <sbergman@redhat.com>  [6cbf8dacffc3946b0bd4efb1e6d0f2d4fa3874b1]

        Make function prototype visible
        
        Change-Id: I7bc497b5acdcc270ad47bbeedff424e9332ae645

2014-04-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3495f475e5ed2ca5f17a33301f3bf6fdbbf8cf8]

        GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFO
        
        Only the caller can decide if trying to load a graphic is really a
        problem, e.g. in case no persona is configured, then loading its header
        is OK.
        
        Change-Id: I7286b7d907940fa3a80f6256cd5264cbd5718fb8

2014-04-02  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [54d913aa74962781e31290d9bb7e2d95212d994c]

        fdo#76586 Table column separators from individual cell widths
        
        In the test file Table Grid had only one value for entire table width
        while there are two cells in a table row. So the table was not
        imported with the correct Column Separators.
        
        Added fix to calculate column seperators from cell widths if
        unable to calculate from Table Grid, and all the cells have individual cell widths and
        there are no after and before cells.
        
        Change-Id: I466737437a18d3373e75fea5ad56c9e31eb149ec
        Reviewed-on: https://gerrit.libreoffice.org/8767
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [8f7c677dbba29123c48778a1024a535f36bca183]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: Ibf92b3098c50388d8b6d27f4476e613a1f8918b5

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fcab08f36fe8bceeab7235e3b83cddeb06fd103]

        sw: unused include in objectformatterlayfrm
        
        Change-Id: I12bdb00e89978c977d1d9cb721462bf23849a876

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [f90898d8c25436307a0a96e8cbe78322b6eda2d0]

        sw: unused include in objectformatter
        
        Change-Id: I7d789c2467c03a20d033b146ef2f89cbf6e9104a

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [96851a755b4d2d8a57f6ef6553c6b31606fc1d05]

        sw: unused include in newfrm
        
        Change-Id: Ie7542d39555be3c649a0712a147281cc1066ca2f

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e9e11526c0941496dd9393c2a997aca957dce5a]

        sw: unused include in movedfwdfrmsbyobjpos
        
        Change-Id: I61aad02e598ca8a286772f8757f980b91ee08bcc

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [4ffb0830ad0a3ee2b596f771423b4a8438e74357]

        loplugin:literaltoboolconversion
        
        Change-Id: I90f590a64f6004aecf7da5253db158e382a5b801

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [6a3b0b7cc45b7aab2611331476decfd06211a73d]

        Explicitly mark overriding destructors as "virtual," Mac OS X redux
        
        Change-Id: Ib7ab02bc3cdadbdfe0e0787560d1dd562eb85be9

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [f7e2f60d51e811aa2dbd0d8acf2c4c0dcefe14de]

        WaE: private field 'pHelpBtn' is not used
        
        Change-Id: I7c8e9f33e8b36cb36a0e0e4f4be4241b23df270b

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [80ae2acd00d89fd9dda183affb5a0251e233c2de]

        Fix error: out-of-line definition of does not match declaration
        
        Change-Id: I3e3d215eb6c94fd86481bc1666d94139692bc209

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [6478730e126f0bf90790eb89c99a5eebced1409d]

        Forgotten TODO
        
        Change-Id: I4fb1c155c533445856639498e73c728933bb3dd7

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [f470434b364ae223934cc4436cdc07eb03710c49]

        WaE: unused parameter 'nGPR' and 'nFPR'
        
        Change-Id: If1de390588d9f73f1dd47a622e3b183062386043

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [362d4f0cd4e50111edfae9d30c90602c37ed65a2]

        Explicitly mark overriding destructors as "virtual"
        
        It appears that the C++ standard allows overriding destructors to be marked
        "override," but at least some MSVC versions complain about it, so at least make
        sure such destructors are explicitly marked "virtual."
        
        Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [b66d87086804460c1986df1b832fd6b2ea075a90]

        svx: fix SID_OFFER_IMPORT and SID_ATTR_CHAR_GRABBAG having the same SID
        
        As commit 669ad519902e21e0cb3537fb7e203987f75a4077 (colliding
        SID_SVX_START based ids, 2013-06-24) suggests, new SID_SVX_START-based
        SID's shouldn't be added to include/editeng/editids.hrc. However, if it
        was done, at least add a comment about it to include/svx/svxids.hrc, so
        it becomes obvious that the two slots have the same ID.
        
        This makes Format -> Frame -> Area -> Bitmap have the Import Graphic
        button again.
        
        Change-Id: I2fc852200d3cc5dfbf073ed615ac83a46040e16c

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [81ad1147360d9a3ff339671ebe15acde8a6b7c67]

        WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0
        
        (When compiling for iOS.)
        
        Change-Id: I9f9f5b122c1bfac4ff670a4302fb10b6b82685ac

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [e3dad060929de9beeeed2978f1b1427a91152073]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: Ia0b22f7c394d1c2387d1cad7e3d99c79eaeca81a

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [36fe4a2d75cb009340f505c3cea7187e9e08ec7c]

        Updated core Project: help  ada2b43cf78b9cd4e69bd4d6bc4a5185def85295

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [519f4b75a5f089b6ef98260ff6265f5000fe4659]

        teach SmShowChar how to resize
        
        and other cleanups
        
        Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1

2014-04-01  Palenik Mihály  <palenik.mihaly@gmail.com>  [26fdfce823c5100a0950681683a55cec95affa87]

        Convert RID_SYMDEFINEDIALOG to .ui
        
        Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1
        Reviewed-on: https://gerrit.libreoffice.org/8807
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e3c7b854baac2502bed72ff8e3e1b21b507735b]

        SwXStyle::getPropertyValue: don't try to read a float into a sal_Int32
        
        The problem was that for the CharDiffHeight UNO property,
        SvxFontHeightItem::QueryValue() put a float to the returned uno::Any.
        When we noticed that it's not sal_Int16, we tried to read that into a
        sal_Int32 (which failed), and then wrote back the result to the
        uno::Any, that's how the result value was 0.
        
        Fix this by checking if reading the uno::Any into a sal_Int32 succeeds.
        
        Change-Id: Ie2269a24fe82ae241940811e7a2f5deaf9f1aeb0

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f8ffc4eed5ff584bc9c9b9c210e7e0c58ccfd9b]

        sw doc model xml dump: handle SvxFontHeightItem
        
        Change-Id: I27a9681fdf86a8814be48ba9875202705aa2b014

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [2a163c787b991c57e7e32ea6909cce5e38427974]

        Add some more CG_TRACEs
        
        Change-Id: I076fd5957cac62f047778e63a1336bd322f90683

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [fecd4c53ffdb74881e88b8fc1707a58249e1a0a9]

        Clear the VirtualDevice we create for an impBufferDevice on iOS
        
        Helps rendering of complex SmartArt with shapes a lot, especially such
        that include shadows. Exact mechanism unknown. Possibly on other
        platforms virtual devices get implicitly "cleared" when created? Sigh,
        fun.
        
        SmartArt is still not rendered fully like on desktop (OS X), though.
        
        Change-Id: I1bf92e85b5659ab7f9f4d843b77619de3af36d10

2014-04-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [65b3a78058e9d8a0e7c62ac9591c3b9e5c25eed7]

        fdo#74702 update bad advise in comment in DrawTransparentNatively()
        
        We really do *not* want to introduce the horror that is meOutDevType
        into our code. If we need to stop the Printer class from drawing a
        PolyPolygon then we should let Printer do this, not make OutputDevice
        make this decision on Printer's behalf!
        
        Change-Id: If74eccdf34688ce1164da2bb705ea48eefc18800

2014-04-01  Chris Sherlock  <chris.sherlock79@gmail.com>  [04e08fa4aa419b8d89d80a39e6904bc4cd8883be]

        fdo#74702 Refactor code to use ClipToPaintRegion()
        
        There is a fair amount of code that should use ClipToPaintRegion().
        Not only does this remove meOutDevType and decouples classes, but
        we are using code, so code reuse FTW.
        
        Change-Id: I05a2623b73f4a523230dc01d02db33a6df9911ab
        Reviewed-on: https://gerrit.libreoffice.org/8810
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [9a0e6204bba686945a1ab249b741d703ed3e84a6]

        coverity#735505 Logically dead code
        
        Change-Id: I7e7abf9192ee34c9f1c2080268751503aae90e55

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [bbaa84d121deeaba2f173fb272feb2b998aaec70]

        coverity#704284 Logically dead code
        
        since c24ab8def12f8a7a305e35d39c91976e345dd3b0
        
        Change-Id: Ic65f785dd4b1b8c7a56d52bc917ee1da4ad83ebe

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [dc9dcb7063539921aa19d258904eaeca476aabe8]

        coverity#704241 Logically dead code
        
        Change-Id: Iabcc4cc9f68306eb0b0dadb7c9b8a27907ec6953

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [33b8636ced08abcb48c2424709db21e7a8fc27bf]

        coverity#704264 Logically dead code
        
        and coverity#704265 Logically dead code
        
        Change-Id: Ice40fcb71de4cca07e3353cf579477c7e5363e52

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [06284f399da1f504f58cc483651a3932f9746e63]

        coverity#708657 Uninitialized pointer field
        
        Change-Id: Ief35e66ef2e1bcad39f7ff70fd39e91973a4dc69

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [a9dc79b35d446a966c4d18c1d23478213af58d93]

        convert sql exception dialog to .ui
        
        Change-Id: I57878f8c9fcae09e3904c4e316ffa6277625b960

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [6bf6c90bf28fffcfcec968370325bb4732d228d0]

        Updated core Project: help  ca529581c5958569af6ef77ce3e006bd73dbd5bc

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [6dae22bd43747ab3631af021299642ae0c26da09]

        convert user admin password dialog to .ui
        
        Change-Id: Ia94c3b27b80d8c58e287ae588a5f6a40fb64fa38

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [545d396ca2d980bd27f1675934ff099cccfac91b]

        Updated core Project: help  9bcb26d23cbda4a893b9e5550fc70cc39de2c91f

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [f196005abb33f8bfbed9824733f18ff5b46df320]

        Avoid one iOS ifdef
        
        Did not seem to harm, but did not seem to do any good either, and the
        less ifdefs the better. I think. Gawd this crack is ad-hoc.
        
        Change-Id: Iaec8d2015e95ac46c787b4b2701d3e29684f1710

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [102bb87ca1a5dee3a09442bf503a54bb703c79ea]

        SwXTextFrame: also restore semi-lost BackColorTransparency property
        
        Change-Id: I2af01a87218d08baf399069b90085d01d49983a8

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [8fdd994aa793664652da2794b46d3a63a237b189]

        coverity#984038 Uninitialized scalar variable
        
        Change-Id: Ibab4b201d9412e0d32630957d4c85762c28974bc

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [baa6b723d1c03348973bd80da529b3c4b8ab9a8e]

        coverity#707522 Uninitialized scalar variable
        
        Change-Id: Ib655e3763c1d8deb1c10a10616390d5fdefe2291

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [9dc923b146f9e1c44282271eeb33e230b7927562]

        coverity#738544 Uninitialized scalar variable
        
        Change-Id: Idbf32e20ce81e6b726f32183c6f5e1bf0657b5ba

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [79bd29fe6d2a383e80d10a9fee1765193eaa0686]

        coverity#708217 Uninitialized scalar field
        
        Change-Id: I06129c77b87890d45655da9e22a3b7716bc64d0a

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [504cdfeb0a5b432f0f47ca9fa98348abc5b316c0]

        coverity#708214 Uninitialized scalar field
        
        Change-Id: I2a2c3ee32df6b88464be5df1faad58e9819b2281

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [c71de3a440b6fe44776691553f2726752f184426]

        coverity#708211 Uninitialized scalar field
        
        Change-Id: Id1a96b9f003effe0232a875bfbd3149076096c55

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [f6953937df5d92d70c59ff9f0b91042285016b23]

        coverity#707923 Uninitialized scalar field
        
        Change-Id: Iab2d5829b28587640058d484ef806d9e9e8c1f96

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [2d737cc401a679f6850679b2c8469ba471d01fb1]

        coverity#707886 Uninitialized scalar field
        
        Change-Id: Iefcdcf992f5e25643030ab94e64bd06f9fe7c7e7

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [3156772937c54463741e08804bab47814c423459]

        coverity#707881 Uninitialized scalar field
        
        Change-Id: I709bb47bc2cf083805cd8b058b94a763af2ab7ee

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

        coverity#707869 Uninitialized scalar field
        
        Change-Id: Ifd61e6d2af525539f759dbdabc190a7b14fc19fd

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [ce45e3134ce010133f0be1f9fa296d12e92e65a3]

        coverity#984151 Uninitialized pointer field
        
        Change-Id: Ife2e699365b28f468c9cdb5e8ad49cee36955b34

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [2591ed293eeb24b6726f5b54bab143e239780588]

        coverity#984148 Uninitialized pointer field
        
        Change-Id: I17a4a4e1c5aa1b5481e283f1c232e6483c135e84

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [f0e8a219dc7ed1f343fff83fa1382bbbd7c57abf]

        coverity#984141 Uninitialized pointer field
        
        Change-Id: I326923bb14e90a89461283b344cf59c798d647f3

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [df524c1d306d442672392a6712106d854d61f2e3]

        coverity#738924 Uninitialized pointer field
        
        Change-Id: I09cc36edcc73e4f154e57829ed6246c3870d2542

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [d2582bd97ed98428a2b6ac3b410e8312a697cd51]

        coverity#738890 Uninitialized pointer field
        
        Change-Id: Id000614b38b1c2702e3f3362ba29c4a0ac6f18a5

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [1235c8ae93bcaaf1f2ababdeefe22dc3700078b7]

        coverity#738869 Uninitialized pointer field
        
        Change-Id: If0a3eae2bb54979e8a6119b5084fc0d29cbd5ebb

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [3b0c60be978e76d4ec0612c5d0fbe90a23a4ace6]

        coverity#738566 Uninitialized pointer field
        
        Change-Id: I8eefe76a202c11858df0c5bddebfce3559ec8ca4

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [de0309581b2a539e8ccf370ff0f054a56dba1c11]

        coverity#708140 Uninitialized pointer field
        
        Change-Id: Icd313899ea9e70d398a5bc450960e94eafbed055

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [b3ef6e07f8c3fd686208264d9514a63c8475915c]

        coverity#708187 Uninitialized pointer field
        
        Change-Id: Ie508844977481fab035d20f16c06c95d1f8a21d6

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [6bcabfeb5ca2e0a6e4566f926f82e15e2ef6f318]

        coverity#708344 Uninitialized pointer field
        
        Change-Id: I1c5ad05d5ea8a6a2fa42638c72c1d3bcf1de8897

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [fb135c7b476f264fd5582fda91059e471c998963]

        coverity#708395 Uninitialized pointer field
        
        Change-Id: If7c1d6e628e50bb0be2e1218d4f1d798744a53a1

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [df3e0d469fadc008aaf2bf1277a28e87a88bf959]

        coverity#708559 Uninitialized pointer field
        
        Change-Id: Ic5b0d4634f223c57bb19c49cc853e8ec5582d1d1

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

        coverity#708557 Uninitialized pointer field
        
        Change-Id: I171cabedc5294085833179d46a261d79a93b8d04

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [19b83873886dab626503d830f91ddf67373f8541]

        coverity#708454 Uninitialized pointer field
        
        Change-Id: Ie71618fb2001b1d8ce1af6e8ffb728645dae2963

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [0323fc8ac0bbad748e3af5ce00be591797cd32b3]

        coverity#708441 Uninitialized pointer field
        
        Change-Id: Ie122f0b2275ce62b8602078f897fb07f2a36234f

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [73fb311ead7882ab99945dbb74d1f2fd027ed9c4]

        coverity#708439 Uninitialized pointer field
        
        Change-Id: I63f1878c91dedc176f69ca593e19f8ff53ea1e6b

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [6e4414b73777c9d61fa9dfcf9f614f6aecf81bcf]

        coverity#708437 Uninitialized pointer field
        
        Change-Id: I36f766e6b4e098555c8e6e7918f7c952c544670d

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [f1e645624755a05262fb9427abe21b8ad702e6ab]

        coverity#708420 Uninitialized pointer field
        
        Change-Id: I5b86736481b2df5ef6ea2c2746a603550051ac49

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [31f915401b797ee2ca44157c42c3a5bd0ac226c5]

        coverity#708408 Uninitialized pointer field
        
        Change-Id: If701cad29c8a7af4560a504670262db8c91f97c4

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [bfb58f15d5a4619c0aa600580f9509162434d02e]

        coverity#708407 Uninitialized pointer field
        
        Change-Id: Ifa7d8207432111507fedef1922c1b37cd8da6337

2014-04-01  Caolán McNamara  <caolanm@redhat.com>  [416d08786a2fabf05b0436cac9ff6ba3ffb940b7]

        use pEdit argument
        
        Change-Id: I8e95498e4e4872fd7a9d95d0a1bae2469064837b

2014-04-01  Matúš Kukan  <matus.kukan@collabora.com>  [530ea91927db14f10b78453accc51e1add7d990b]

        sccomp: Make the source files more similar and fix some problems.
        
        Change-Id: I1e3c8aac52e9d2677937e08aac08db4ace5cb2b8

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [856c749963b04604a52235a96b5af183fdf5125d]

        Kill FSYS_MAC which is for ancient non-OS X Mac
        
        Change-Id: I51e91b97217507bcdca8c82f8a8683758d871185

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [fe41e4ba11f66d247ca4b09563c3ea21728fa410]

        Bin pointless INET_HEX_ESCAPE
        
        Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [a401d9356e4ab3d8349b5a737a1f7e78f05f3f7e]

        Bin pointless INET_MARK_TOKEN
        
        Change-Id: Id95a2bd8ba08e06284709a4c7fa2582382f8aeae

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [b6dbe2be875d181d4d926ba95e52820d7d0d6240]

        Bin pointless INET_PATH_TOKEN
        
        There is nothing mnemonic in the name 'INET_PATH_TOKEN' that would tell the
        code reader that it simply means '/'.
        
        Change-Id: I89ce72e8be5cf0ef2c66b23ad6e721ad49105648

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ce92b73ce06c805c66e53c48aa2c70c722aaf60]

        SwXTextFrame: restore semi-lost BackColor property
        
        In the past in case FillStyle was set, BackColor wasn't ignored, now it
        is, since 6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch
        alg_writerframes to trunk, 2014-03-19).
        
        The intention there was that in case FillStyle is set, FillColor will be
        used: so to keep both new users and old filters happy, just restore
        handling of BackColor in case FillStyle is set, but not FillColor.
        
        Change-Id: Ie034a959e72e48b617cf598af8f7afd030bb50c4

2014-04-01  Matúš Kukan  <matus.kukan@collabora.com>  [de7cdbc5840fd7d958d486901e405890eff224b9]

        Install coinmp and lpsolve linear solvers in parallel.
        
        Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061

2014-04-01  Matúš Kukan  <matus.kukan@collabora.com>  [8dc394d5c573e5583760c7cc56c5c19062d3f062]

        Revert "Allow to build lpsolver based on CoinMP library."
        
        This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc.
        
        Conflicts:
        	configure.ac
        	scp2/InstallModule_ooo.mk
        
        Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660

2014-04-01  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7c860af19bd8e0cf22a13e3987ec87555ebb5824]

        vcl: FixedHyper - take into account text alignment
        
        Change-Id: Icc9b4d73cd2e4945299cbaaa1b55eebc3e1e3922

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [e93a84d4857af442122d54c4d4857fa90d9f22f9]

        Add two more CG_TRACEs
        
        Change-Id: Ib1ab15a0daa9e8cc1f48e6ff1b212b463fcb0004

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [3972a2fecc63d2d01aa902359b02ef9929d51f62]

        Stopgap fix to avoid using a null CGContext
        
        Change-Id: I445f09dd842b62e5153c53bb5af066af71d492bd

2014-04-01  Oliver-Rainer Wittmann  <orw@apache.org>  [cc1a7748c867716966b6a38e75f89df5d92ee104]

        Resolves: #i124555# restore stream position after Seek to end of stream
        
        (cherry picked from commit 61efddf5ab8cd318e022ca1ac817ba0879a55e23)
        
        Conflicts:
        	vcl/source/gdi/dibtools.cxx
        
        Change-Id: Ie6c0aeab5988b68954a0bdd460317ac9539d8a5f

2014-04-01  Tor Lillqvist  <tml@collabora.com>  [994da4b9738dafdc0654a439a40adfe4c02a507d]

        Simplify
        
        Change-Id: I9857afc5dd6652fc28be00bea81ad213712b3dc5

2014-04-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec221b7339f8fe5520926ef85b450daa94392780]

        DocxAttributeOutput: port to FillAttributes
        
        Now that fill attributes are available in the item set of the shared
        exporter, just had to adjust the WhichId of fill style / gradient fill,
        and it's working again.
        
        Change-Id: Iec7048ef77aea534a567799bfd385fcc029586b3

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [925aa78163cbba49e171dd0495fc652f0f8cebbb]

        Remove unnecessary(?) warnings_not_errors for vcl KDE code
        
        Change-Id: I6e342aed2832d7a6ab029889a019829a349b2dce
        Reviewed-on: https://gerrit.libreoffice.org/8775
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-04-01  Douglas Mencken  <dougmencken@gmail.com>  [dfc2e4573157abcb70418f9c7738acda63602ddd]

        sal: add aligned memory allocation with malloc for OS X < 10.6
        
        Note that posix_memalign is not available everywhere
        (as are its replacements like memalign). For example,
        Darwin/OSX <10.6 has neither posix_memalign or memalign.
        
        Incorporating changes by Stephan Bergmann <sbergman@redhat.com>.
        
        Change-Id: I4a02b40c36d353c2b7a78d0bacb3b14e1f2d94da
        Reviewed-on: https://gerrit.libreoffice.org/8405
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [ac1e33b069e0fb9136ac1e0807610adb4b2990ee]

        Remove unused inline function
        
        Change-Id: Ib1e05194fd51b914da45cbdfb75e142be5d852fe

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [43f55e39668858e110bf7f3735486bdf14025b4e]

        Remove unused inline constructor
        
        Change-Id: I1fbf53c19c55a37d4802be0828cc13bd6bba8f67

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [82b517de560008673a204911b35aad4c7c297f14]

        Remove unused inline function
        
        Change-Id: I5601a1d6d37f5d30d50bbe22e1079d8c6acf2c4b

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [288efb1b481abf6156d7ddaa68e4ea6d215f4875]

        Remove unused inline function
        
        Change-Id: Ieafdefb5a6981ee2f375cb9ba852de7b21688b42

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [c1395fe0612aca4b1928e239a72c7faff574d8bd]

        Remove unused inline constructor
        
        Change-Id: I33b5d11f850bf405ef5fcf2e6f1fe380287304d0

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [5a3c49c2a158376a7469fe96b695689eb92e4c0d]

        Remove unused inline functions
        
        Change-Id: Ib9cb71a730a8e1480c897ecab2bc502d419f3029

2014-04-01  Stephan Bergmann  <sbergman@redhat.com>  [1ea5e5c4a98fc7512de0fa6db60f24d50116ecb5]

        loplugin:literaltoboolconversion
        
        Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc

2014-04-01  Noel Grandin  <noel@peralex.com>  [89147da58913a10157632a56a3c156911b86e1df]

        fix sal_Bool conversion in connectivity/source/drivers/ado
        
        Change-Id: I89a17d645870d9a6a896c738979b1e1f59caa08e

2014-04-01  Noel Grandin  <noel@peralex.com>  [39d3f2bb3a7016042e51e4a270814a99f7e62221]

        connectivity: sal_Bool->bool
        
        Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270

2014-04-01  Noel Grandin  <noel@peralex.com>  [8728c3466211f71cea119a9895a0f4619fd47d96]

        connectivity: sal_Bool->bool
        
        Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d

2014-04-01  Noel Grandin  <noel@peralex.com>  [73c1ac010c544e836cfff4c53542a2bb37630c9f]

        connectivity: sal_Bool->bool
        
        Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37

2014-04-01  Noel Grandin  <noel@peralex.com>  [3194d22a24f102d2a8a617f88b162545a0395447]

        connectivity: sal_Bool->bool and fix method name
        
        Convert method name
          getBoleanComparisonPredicate
        to
          getBooleanComparisonPredicate
        
        Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424

2014-04-01  Noel Grandin  <noel@peralex.com>  [2c7bef7b8d71a7ce435695ef6d10f443e7bf26f0]

        connectivity: sal_Bool->bool
        
        Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a

2014-04-01  Noel Grandin  <noel@peralex.com>  [cb66ea3604ea441ddd03df706bb30e6063fb9a52]

        linguistic: sal_Bool->bool
        
        Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14

2014-04-01  Milan Zelenka  <zelenmi6@fel.cvut.cz>  [95d7ebd22dd20da5a7a26000494b553944fc23ee]

        Improved coding style as shown in examples fdo#75240
        
        Change-Id: I6a19453637ea6de8e8c834ad14d7cdf712671e46

2014-04-01  Trent MacAlpine  <tmacalp@gmail.com>  [f1ba280a5dd646654bd86fd3db26a2347484e8cc]

        fdo#42164 Esc doesn't clear copy source overlay in panes of split/frozen view
        
        Change-Id: I480fe9a66773bbc6775c6d20c9cf0e2f7e21c230
        Reviewed-on: https://gerrit.libreoffice.org/8472
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-04-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2aaf9a5c9a06b770598c84b427c5099bf127d856]

        prevent leaked tmp files from sd import test
        
        Change-Id: I6365924420f636c8db556d0bce02b2131e540f2c

2014-04-01  Eike Rathke  <erack@redhat.com>  [0416742a914a92228704f899c6bbc1c2851620c4]

        adapted the ifdef'ed portion as well
        
        Change-Id: I95ef44f12ad478677e761edb19528829d33363c9

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [0a2cd63a2675496ef2ba19a9144246ff4c20955a]

        coverity#735502 Logically dead code
        
        Change-Id: I386944df28c7e7464e596144a5612a205f5cb967
        Reviewed-on: https://gerrit.libreoffice.org/8789
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [6d0273b70b228af6b18e0dfdb89759ccad30a03c]

        fdo#74702 New abstract function UsePolyPolygonForComplexGradient()
        
        A new protected abstract function has been introduced only for
        complex gradients. As it stands, we currently need to work out if
        we should use a PolyPolygon or a Polygon because, as the comments
        say:
        
            // Determine if we output via Polygon or PolyPolygon
            // For all rasteroperations other then Overpaint always use
            // PolyPolygon, as we will get wrong results if we output multiple
            // times on top of each other.
            // Also for printers always use PolyPolygon, as not all printers
            // can print polygons on top of each other.
        
        Interestingly, the next line is either wrong or expressed badly,
        because the check uses PolyPolygons when a VirtualDevice is in use:
        
            // Also virtual devices are excluded, as some drivers are too slow.
        
        Therefore, I've removed that comment as it seems rather misleading.
        
        Change-Id: Ic496284cb2be8e7e2d348eae76aeeec994e1029c
        Reviewed-on: https://gerrit.libreoffice.org/8802
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-31  Eike Rathke  <erack@redhat.com>  [e65141e93a540fc9fb4343ee65a5a7da7e3b1769]

        re-enabled user-defined numeric fields for dBase export
        
        Since commit f59e350d1733125055f1144f8b3b1b0a46f6d1ca it was impossible
        to define a numeric field with a precision of less than 2 decimals, even
        if all values were integers. It was also impossible to define a field
        width larger than needed for any values in that column. Furthermore, the
        integer part was shortened if the overall column's values resulted in
        more precision than defined, but the overall length did not reach the
        predefined length.
        
        This does not change the behavior of the original intention of
        f59e350d1733125055f1144f8b3b1b0a46f6d1ca to give the precision of number
        formats precedence over precision defined in the column header, which is
        debatable though because conflicts may silently change the field
        definition.
        
        Change-Id: I234c4bceaa1a6aadbd259cb8d9b6cb6f16bf91c2

2014-03-31  Eike Rathke  <erack@redhat.com>  [94a10aa1d6af3520f4c4f31337a040eb42e8c39e]

        one more comment
        
        Change-Id: I473efb4c8233eed1a3a00ce9ab8c1fa84583e2a4

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [17e2d6982cee17888f97e1d268186e297a6c5dbd]

        Need to define mnContextStackDepth always it seems
        
        Change-Id: I25d86e2765aae353fa5586244f33728cd5b55bbc

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [092f498fb3dd4f89ab43c0c76930ecc42a2900d4]

        More CoreGraphics tracing
        
        Change-Id: Idfb615063ec8822dee468883c844bab7dba7cf4c

2014-03-31  Matúš Kukan  <matus.kukan@collabora.com>  [6e0b9798b329fc1a9b8429461b09726a8f2107f3]

        error: unused variable 'aReturnString'
        
        Change-Id: I53241eb41a07546fe4af010246d8ca373b0b1945

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [8bc28541fa9d686a7eeee53a034a42c652451734]

        More CoreGraphics tracing
        
        Change-Id: I2fbdb95637ee77b444e1947405d64cdd2e0338af

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [6f86b9d016fa8e56ee808c914b26f386d5cec7cc]

        WaE: unused parameter 'pEdit'
        
        Change-Id: Ibd4abdb0073e20239a220440c14e05f31e88c6a3

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e238e51c23476cc5d383e0238ca3a688d342773]

        sw: unused includes in layouter
        
        Change-Id: Iac0799219df9eb07d1de9886153cbf8390cbacb0

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [f74a57a4ba327998afac12572f520805539687a6]

        sw: unused includes in laycache
        
        Change-Id: Ibd168ee6a5da734bc3b20bbab698953eb13f0e73

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [8f2d9021d6ea59773099367478a959fa311ac733]

        sw: unused includes in layact
        
        Change-Id: I24f8e817e1f615e8cdab6dde7ede3bce1ab226d2

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4a93651bbda7750021a466e211c530c6bb02dcd]

        sw: unused includes in hffrm
        
        Change-Id: I5e993b6ad54f7d33b1dfb1ff455281975add2981

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [9c87596c8a0123076249c7bd59eaaa41497b48fc]

        Add SAL_INFOs for very detailed CoreGraphics tracing
        
        One would think there would exist some kind of shim library that would
        automatically provide such traces, hmm.
        
        Change-Id: I568d02a2ac70078dee0280d1feb3eab7bbd43030

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [3fec64a87f3b611c13a10c6dd84de0cf9c7c35b5]

        Need com_sun_star_i18n_Collator_get_implementation for some odt docs, it seems
        
        Change-Id: I1f24a281155ade91f0296dbc24550fcd8febf0d0

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [cde082f5f1072530cf7639eb5ce7c24dac9e6826]

        Bin a few since long commented-out lines
        
        Change-Id: I4087f8f51dd6e8066818a98797c1e575ecca3442

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [7c4783f6a2cb7598ecc48f20379dad9784541d5b]

        Add possibility to show tile numbers and render just one tile
        
        Useful for debugging. Also, make the tile border drawing
        optional. These three debugging features are governed by environment
        variales (set in Xcode before running with Alt+Product>Run...)
        DRAW_ONLY_TILE, DRAW_TILE_BORDERS and DRAW_TILE_NUMBERS.
        
        Change-Id: I81f952284676eafe5d204c819658e0225aabdb1c

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c50e8224a40d8aaf8b8c2f29b1d1240022ac58a5]

        Remove unused inline functions
        
        Change-Id: Ic31f99d6185000660750041065937845d4903bb3

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [790efdf1f96289a0b0de06faf19a60cafdab846b]

        coverity#708406 Uninitialized pointer field
        
        Change-Id: I446c1eb18d45ca9d70690a763bffe1cc144369b4

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [5199e11317f8595bac652ff2bc28c54453c6534d]

        coverity#1130409 Missing break in switch
        
        Change-Id: Iad5076e7717703c7eaea90eeb9ca082aa33cccac

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [1f4a6d5526afc856496f462915e6386f78c44143]

        coverity#1130391 Missing break in switch
        
        Change-Id: If6202788224b59de7bb6db7a17ab2061c1f6f771

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [1e68d390229d1e446d1b77b395a70fa636cf5373]

        coverity#982430 Division or modulo by zero
        
        Change-Id: I9764d4e122c4dbab2349499f30c17842e432dadc

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [058b5cac90051949388f136da74a515b212e7bac]

        coverity#704604 Explicit null dereferenced
        
        Change-Id: I400105321f7bed54d56bd7af4dfd14656293b5b9

2014-03-31  Krisztian Pinter  <pin.terminator@gmail.com>  [b5bfa65868b0d1cf735d81686d0f3d97e780c40d]

        fdo#57950 Replace chained append in htmlatr.cxx
        
        Change-Id: I121f437019d45f60017337dea091389ceb8334ce
        Reviewed-on: https://gerrit.libreoffice.org/8661
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        use SAL_N_ELEMENTS
        
        Change-Id: I533ce52828ae08a6ab111bcbeaaa6b44c62a6ab9

2014-03-31  Luke Deller  <luke@deller.id.au>  [0b7c8569782ecc5023d221f2063a664d008beb7b]

        Presentation string for recently-added border types
        
        LibreOffice will show a textual description of a style in some contexts
        eg in the Organizer tab of the dialog for modifying a style.
        
        This change updates the description of border line types to support
        recently-added types: FINE_DASHED, DOUBLE_THIN, DASH_DOT, DASH_DOT_DOT
        
        Also this fixes an out-of-bounds array access in
        SvxBorderLine::GetValueString
        
        Change-Id: Ia354a05ab1455eb8bcc079c6e51419a0cc6429d6
        Reviewed-on: https://gerrit.libreoffice.org/8781
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-31  Luke Deller  <luke@deller.id.au>  [fe3dff30205d4b6b276e3687edda48c19de1547f]

        .doc support for recently-added border line types
        
        Some new border line types have been added recently to LibreOffice
        (FINE_DASHED, DASH_DOT, DASH_DOT_DOT)
        
        This change updates .doc import/export to support these.
        (Import of FINE_DASHED was already working, but not export).
        
        Change-Id: Id3bcb1d4e6e9ceb97b492f0c578fd5b885ab16ff
        Reviewed-on: https://gerrit.libreoffice.org/8780
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-31  Vort  <vvort@yandex.ru>  [2498e4725e4a8c3a8193e61618d314837d8db180]

        fdo#49431 PDF Import: Improve line and space detection algorithm
        
        Change-Id: Ia0d53e90f49fa020e0738e295a4584254e2b474e
        Reviewed-on: https://gerrit.libreoffice.org/8800
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [84c40768f8acb0342dcfa223133497f57620fc14]

        MSWordExportBase::OutputItemSet: handle fill attributes as frame ones
        
        Fill attributes with their original WhichId are only used for frames at
        the moment, replacing RES_BACKGROUND. To keep export filters working,
        handle those fill attributes as frame ones as well.
        
        Change-Id: I1e59b483b706d9fd3f9b947e83244740e3293f9e

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

        Resolves: fdo#63228 Printers list does not increase height with Print Dialog
        
        Change-Id: I731fe5159bead1dc0036ede8d4cd26c233e3b296

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [449aa3c6757da834e03129dfff40ac74b385f0e4]

        Just spell out the NULL instead of having a const variable for it
        
        Change-Id: Iee45a5bb80a1d3149aa231f2848910eee415a64b

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

        Resolves: fdo#43049 basic PPD custom options support
        
        because this is another way seen in the wild to transmit a fax number through
        cups as an alternative to using fax4CUPS
        
        Change-Id: I32db38aa05213e469442136eb46d0028098a8b7e

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [dcc8c9173d76c3f31af6b1098d920c5491ed150e]

        SAL_WARN -> SAL_INFO in SfxDispatcher::_FillState()
        
        These warnings were hidden so far, don't make them noise till one starts
        to actually fix them.
        
        Change-Id: I142726d54fbc20c1c5591a5b20d26356986ba4b8

2014-03-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [ea7102c93c33884a68d4dba0de7d52f8ed4f4579]

        fdo#74702 OutputDevice::ImplInitFontList() fails if no fonts on device
        
        It makes no sense that ImplInitFontList() only fails for Window
        instances. I have carefully checked all the functions that use
        this function, and there are no good cases when no fonts won't cause
        problems. In fact, we have a number of functions that specifically
        rely on the fact that ImplInitFontList will populate
        OutputDevice::mpFontCollection with at least one font.
        
        Therefore, I'm making this abort if it can't populate the collection,
        regardless of whether it is a Window, Printer or VirtualDevice.
        
        I have also refactored GetDefaultDevice - I now check the default
        pOutDev parameter to see if it is NULL (the default), in which case
        it is referring to the default window, so I call on
        Application::GetDefaultDevice() instead of going straight to the
        pimpl data structure used by the Application class.
        
        Change-Id: I2861521d876d776d7862fc4a7ec56b7acf818789
        Reviewed-on: https://gerrit.libreoffice.org/8741
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebf960960a69c1edb5da1994c330ddddbecac44d]

        sw: put getSvx* and setSvx* to a namespace, now that these are public
        
        Change-Id: Iea2f6af83382608e4a36dd2e5803cbb936b78058

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7837b8caad61b8c0dfd3704a133cdeaffd69b06]

        sw: fix DOC/DOCX/RTF export of TextFrame background color
        
        Change-Id: I8b7c23af7548a0eb073e046eedfbabfb9f78fafe

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [53851801c62185541ccbee4421f9327b225771a2]

        coverity#983373 Dereference before null check
        
        Change-Id: Ie2a6b5e71f76ff2900ff078fcc098e66927458ef

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [0f492c419be2110937d3116f5c86c026d733f797]

        Cosmetics
        
        Change-Id: Ibda0c9b7ef68f040af2459ceb7328e5641f21446

2014-03-31  Tor Lillqvist  <tml@collabora.com>  [7eef30b03e6c854edc6e3c23ea2c73910291fcdf]

        No need for <svx/sdr/event/eventhandler.hxx> to be public
        
        Only used inside svx so move there.
        
        Change-Id: I91a4b1964edab589ec8542255a2ca611f0d903a2

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [c184d44449fe120653630ecd450e96e8ceab6fdc]

        Missing dependency
        
        Change-Id: I4e2444113871376c5ba134c523752e08812e70d9

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [1cc318bfe68d89015d8aa0d98e5e94fe72ec892a]

        Typo #elsif -> #elif
        
        Change-Id: I95d4dc2a3364172e8917d0a029564e9114943148

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [93657bdb7b0f20cb2d868bac024a0f042a9a90cb]

        add mnemonic widgets
        
        Change-Id: I0646927ea73b4bb69bd912d3cc5dfbdafad53aa4

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b5a680c5de114dd6d0ea4ab29715c2bcff2b1ec4]

        SAL_DIAGNOSE_ABORT is no longer used
        
        Change-Id: I87090e2714bca3ea7a9ad8a8ff966702139ba345

2014-03-31  Douglas Mencken  <dougmencken@gmail.com>  [80932c9e27c9be592be8efca0ce637f09a158e2e]

        oox, writerfilter: add missing headers for C++ containers
        
        Change-Id: Ied05627a0b5fdb8e5fd4a1b071ce32d901f07961
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [dc9feb69f86b7c8e4f7b52ea6b4a18abd64b036b]

        Move invariant writes outside loop
        
        Change-Id: Ia254fe382a00be13a631fcc1b23f940352d8d3ba

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [747631f26c90f5077da5628a32fc642aaea8167d]

        Remove now unused obsolete tools/debug.hxx functionality
        
        Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea

2014-03-31  David Tardon  <dtardon@redhat.com>  [c6821e66a66bd8fbb2c5a617e49783b7a4fc0724]

        speed up the import tests
        
        Change-Id: If3f0198d58b6c64a4efd4be294f1d66fb39f2302

2014-03-31  Noel Grandin  <noel@peralex.com>  [0f912872b661a6763dfd5789c0377ca453f7e260]

        xmloff: sal_Bool->bool
        
        Change-Id: Id3d8f4f4ef32280a131907ffa32eb2ad5d6ea2e1

2014-03-31  Noel Grandin  <noel@peralex.com>  [0e8ab0fa298ad5c801aa94fb3e3fd2daa93d634c]

        xmloff: sal_Bool->bool
        
        Change-Id: Ib4a73215187923dccd72fc7793ffd4bcbef24ab9

2014-03-31  Noel Grandin  <noel@peralex.com>  [6ac6fb820f9e12649507cb5233c3b1727d67f2fd]

        xmloff: sal_Bool->bool
        
        Change-Id: I64c33ae4c157e270acac9a1f820d3e6272ba0bea

2014-03-31  Noel Grandin  <noel@peralex.com>  [f907d740351886194bf2c9bcffceed22c4698ca5]

        xmloff: sal_Bool->bool
        
        Change-Id: Ib8c99a646923257647487cd7f121023876587cd2

2014-03-31  Noel Grandin  <noel@peralex.com>  [ba6cfaaa6b5012875bc68d24519f4e658f7fe0e0]

        xmloff: sal_Bool->bool
        
        Change-Id: Idc7b0ef2591e65e82903d55af68434acbeca0e55

2014-03-31  Noel Grandin  <noel@peralex.com>  [c98a7eec7f24db4e3e7741a52463fca10156ecaf]

        xmloff: sal_Bool->bool
        
        Change-Id: I1c97da5b7bbac348150399afbf386613433e5551

2014-03-31  Noel Grandin  <noel@peralex.com>  [ddb07081da099a392b1cdcbb8716afb6af43e006]

        xmloff: sal_Bool->bool
        
        Change-Id: I1deb10cb1581137ab92e73367e63339822a9a094

2014-03-31  Noel Grandin  <noel@peralex.com>  [3f60a32aa2413ca67eb243a3ba91abd3327a07b3]

        xmloff: sal_Bool->bool
        
        Change-Id: If694d16088ae0dcdc8b99797eed575c90d646fe5

2014-03-31  Noel Grandin  <noel@peralex.com>  [55ee8a75c1a5670d547465a10314a85284283ea6]

        xmloff: sal_Bool->bool
        
        and remove some unused return values
        
        Change-Id: I957b4befd2e2574a1d202edee440f65325d5388a

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [3daa47e87ad8c51a84750676ca9b9932390dbdcf]

        coverity#704291 Logically dead code
        
        Change-Id: Icfdb7178ea89f2a3bd9680cf1b2c017b5058bb83

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [4df99bdc5b4a10c9904c2ac792f9c08152419a8e]

        coverity#704352 Logically dead code
        
        Change-Id: I97cc143071951bc24b8b0f9c6780e40a3b2bdc61

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [2a88ab6642dd7d42eff651a0ac9d9d9428a7fc00]

        coverity#1194889 Unchecked return value
        
        Change-Id: Ibbca3f2e06cd3eb34dc5477c5dfe4261f4cc4a9a

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

        coverity#1194931 Uncaught exception
        
        Change-Id: I3ecfce8289e1dec8cfb42ebde990a3119c370986

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [4d8282962b6fa2c44ed63df9130e2a6c27fb9576]

        coverity#1194933 Uncaught exception
        
        Change-Id: Ibb9782cb7e446814387c8635b182058a4bef2a1e

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [6c72f4417a0f354b8c490ca6d95246b897b7d989]

        coverity#1194934 Uncaught exception
        
        Change-Id: Ifab8abb0fe712b8593abe72ff8cab3bd336d6b09

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

        coverity#1194938 Uncaught exception
        
        also coverity#1194935 coverity#1194936 and coverity#1194937
        
        Change-Id: I996ffcf97f72e5695147b61927956643340e80fc

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [919187cbcc5d301c3c7f80fa0ff8cd5462dcc155]

        coverity#1194939 Uncaught exception
        
        Change-Id: I679b494c7c563a776da7ee891c0f4e92926fcfe4

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [43155517de4670c35b98fb4df5f94217685f8d70]

        coverity#1194940 Uncaught exception
        
        Change-Id: Ibb1b15604e5129c48ca8be4af24dbcfd908ded2f

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [e826950e9d7736a6e3f9042755ba1b528f58a505]

        sw: still use SvxBrushItem for page style background
        
        Commit 6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch
        alg_writerframes to trunk, 2014-03-19) changed the sw UNO API, so that
        in case SvxBrushItem / RES_BACKGROUND was to be get/set, it mapped that
        to svx's fill style.
        
        This has two problems: 1) it does not work (see the failing unit test)
        and also page style editing UI sets SvxBrushItem, so even if the UI is
        used to (actually successfully) set the page background, it won't be
        saved to ODF.
        
        So, do this background <-> fill style mapping only for frames for now.
        
        Change-Id: I734880a40c891ae9e341cbddf8f88b0462361aac

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [0015c9807f85fd8095e5f8e922b08f98ba5a9d6c]

        Remove unused BASIC CaptureAssertions functionality
        
        ...that had originally been introduced to catch DBG_ASSERTs during smoketest,
        but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx
        functionality, and obsoleted by the ongoing clean-up of using true assert where
        appliable.
        
        Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575

2014-03-31  László Németh  <nemeth@numbertext.org>  [2fc50ff8bea6f64b367d44a1760b8dd9fb69a401]

        fdo#75109 librelogo: fix localized procedures
        
        Change-Id: Ia6edb02b871a41828758ba5fd5376c811c4084cc

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [6ef6e882f9dc802ad1e07e9424d5479549a61f9a]

        lint-ui spacings
        
        Change-Id: I09a1e84dc20aeeac6b535dbbedfc0f9c8e17517b

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [9900c41c963755a65e5452fde6ab9db5b5f42e26]

        coverity#1194923 Missing break in switch
        
        and coverity#1194924
        
        Change-Id: I1225745b22d27918ff3efe3ad8f0a7d69ed2f015

2014-03-31  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [af9cb57b0d260eeb3433ab41d61b4b776b26e87f]

        close files after test
        
        Change-Id: Ibf04fa79570a2417c965e773a789827a86787471

2014-03-31  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3d28cd4df4e951be29294c7ca5b820d711c5a7eb]

        close the file at the end of the test
        
        Change-Id: I9e0636af65258646572da126e93766552fa1e1df

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [6bc678d61478ce0f54e14ad2ef0d4897e7bf5763]

        coverity#1194890 Unchecked return value
        
        Change-Id: I7c1e74f5c685f10d7eba8afb7acb60d2c2e9906b

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

        coverity#1194888 Unchecked return value
        
        Change-Id: Id9478984bdfd11a3cb656e5c8441e1b205282c2b

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [14dd082b247ec1eecb4c26bcde06f370201e9f30]

        coverity#1194907 Explicit null dereferenced
        
        Change-Id: I985c91f5b29d3642ca03355c9c6218ae94735549

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

        coverity#705489 Dereference null return value
        
        Change-Id: I5366c5d653d553494a33b6ea3f511e7d0a56a86d

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

        coverity#1194926 Dereference before null check
        
        Change-Id: I1825de227b760624faaa68a1de2d3ecd5b7657a5

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

        coverity#1194910 Dereference after null check
        
        Change-Id: Ic6e06b78e9dee50fd3a68c79fc5689ac835ea023

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [835b983d663bcf74f04f9ff6fb7f573779d581e0]

        coverity#1194909 Dereference after null check
        
        Change-Id: Iaa7cb625e4ce49b51a1585497befb67fda0a2d85

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [487943fcc33db87aa7bc7bfd45e4eb08dd62895b]

        coverity#1194903 Dereference after null check
        
        Change-Id: I2eac830268ee43f19c0c5b5bda49a966282d6fc5

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

        coverity#1194932 Uncaught exception
        
        Change-Id: Ia1811b7ec040887079d90ac611316983c1e77b03

2014-03-31  Caolán McNamara  <caolanm@redhat.com>  [902ed18886e321e80a95250fee423f6e871ceb28]

        use toBool
        
        Change-Id: I334570bac6f0ab8fbd606610f0dcd812041c72b1

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

        callcatcher: update unused code
        
        Change-Id: I9d8601eb66a460702530e013bf573c6482c49c0b

2014-03-31  Stephan Bergmann  <sbergman@redhat.com>  [b53ff2865e337f173758f3430bc2a212a14c0b95]

        Fix various warnings
        
        Change-Id: I78aa55539c2a3e522736bb178ba7d445300bf1f0

2014-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e211e4ed41289fe680ac3d733175ef40a1e290b8]

        pivot layout dialog: remove SAL_OVERRIDE from destructors
        
        Change-Id: Icdb048a2ad9c49308213c3bb57f540e4ff567593

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [2032e9f5d7683e49b8753d7c7362899c690005b6]

        cui: unused code in SvxAreaTabPage::ClickBitmapHdl_Impl
        
        This is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca
        (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of
        it avoids a crash on Insert -> Frame -> Area -> Bitmap in Writer.
        
        Copy&paste of problematic code, take 3.
        
        Change-Id: Ide488585bbc6aed157fa6058bcfd1cd0a6d2c7aa

2014-03-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4fa202b31277276dc4f05046c82152c0830ef21]

        cui: unused code in SvxAreaTabPage::ClickGradientHdl_Impl
        
        This is unused since commit 5627d0bdaf1385df9d90dcec3a319c82c089c2ca
        (Fix #86988#: Redesign of dialogs, 2001-05-15), and just getting rid of it
        avoids a crash on Insert -> Frame -> Area -> Gradient in Writer.
        
        Copy&paste of problematic code, take 2.
        
        Change-Id: I5be2b0b3280826d50ea196f95f8ac92d7856ae7d

2014-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6f455018b4b4a52314c837b50a40e653866628ce]

        sc: clean-up address.hxx/cxx
        
        Change-Id: Iea3d90fb22631b48b25836b73a8dad7bd979a58e

2014-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e75f8d8e059bc293625dfa34e15b68eb6d820ac4]

        sc: clean-up pivot.hxx/pivot2.cxx
        
        Change-Id: I88ed4da8dd2ca026eeea4a3fb267f4f9954c180a

2014-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4f1f8b8e993b98095bf50c9e432fb0400d318b1f]

        pivot: new pivot table layout dialog
        
        This commit adds a new pivot table layout dialog which was implemented
        from scratch. Instead of custom controls this one uses list boxes
        for field entries which greatly reduces the code. It also fixes
        some visual and behaviour bugs and adds the possibility to edit the
        "Data" field.
        
        Change-Id: I6c01252acee5a2e8910e40e65904504d00e03057

2014-03-31  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4b83eb0a08934922cc7aad0b259706b5c5dfadde]

        vcl builder: FixedText support for underline text via attributes
        
        Change-Id: I9dbe4979c1440ee0cb6a4649de05805b891f3760

2014-03-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [c176cb8907530a795cb0e38de8193df931f891fb]

        decorate tempfile name's to help identify leaks' author
        
        unottols TempFile class check in debug bod for
        and env variable LO_TESTNAME.. if present it use that as the root
        for the tempfile filename.
        
        cppunitteset framework is augmented so that it export such
        LO_TESNAME using the cppunit testName(), after replacement of
        non-alphnum characters by _
        
        Change-Id: Iebb9545d3bd789083afbeaf4c64eab086b56049a

2014-03-31  Michael Stahl  <mstahl@redhat.com>  [2996f24c6999833c57a041c362ce4abc82e9279d]

        sw: '+' will be evaluated first [-Werror,-Wparentheses]
        
        Change-Id: Ie87d242844638972120c967f167d96efc45c59bc

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [4e9565b24b3a1d393cc7093b363709c233de9d43]

        sal_uInt16 to sal_Int32
        
        Change-Id: I7c658f74c70daeece6343e69bd89313d22620a60

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa8f89cf46da59c4362537103f4cae39c7e4362d]

        sal_uInt16 to sal_Int32/size_t
        
        Change-Id: I1c6a0aff1515e8e4fe86f2027f405a9a7c7aa579

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [0d4f072d018d4b3764b91507bed778ff007f0153]

        Constify
        
        Change-Id: I8d215b0cea56cda55d8e991da1649fca765d149b

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [53387dabd30c61ba9eb215f1432106f3ab3d98d4]

        Apply ROUND to floats and let it return longs
        
        Change-Id: I88476c1ca2eff0898d31ab48d7d5a36301297bb9

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [8d0f6946e48a6882da689c8d862ad1ff50a54a7a]

        Convert to proper integer type
        
        Change-Id: I1a310dfbc65233098f583840780ff9b020e1c856

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [0472978510569d52d41ac1daa87d7251d6041812]

        No need to store these OUStrings in class object
        
        Change-Id: I96ff3ff8eda5ffb96432c519a9584d7d1d82b332

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1fc1d74ce397e8f92757aa88093286a56d78ac5f]

        Use sal_Int32 as index for a Sequence
        
        Change-Id: Ib692af0f1ab9b2cbe67e6113257f9186d0c1f102

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [641009c4744b586b228393110cf0101de2c64c4b]

        Avoid unneeded OUString conversions and concatenated appends
        
        Change-Id: Ied9fded44e1deee17be4c02f10261a459f88e530

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1cf621d25240ff3465d4baacaf7e3aa557c819a6]

        sal_uInt16 to sal_Int32 and USHRT_MAX to -1
        
        The original code seems to use USHRT_MAX to perform no selection in
        the default case, but USHRT_MAX can be a valid position for ListBox.
        Use a negative value instead, so to have the desired behaviour.
        
        Change-Id: I050940f6779fb6592c788000e95d1095e571667d

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [4e3cf9cd8eb4602883339e5c9b9d4edcf05929d0]

        MSVC helpfully provides warning C4310: cast truncates constant value
        
        Change-Id: I985216d7bade6cbb3a037b07fe44438543d63ba0

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [0dd6d4ed6ce66cdff14688d7acdf81992e86e64f]

        kde4: loplugin:saloverride
        
        Change-Id: I3d299a5dc98ff2775d36c839363461b727a512d9

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [a6f0f4156e1484f9ee2566b814fd0c18b88d94d3]

        sot: convert that to SAL_INFO
        
        Change-Id: Iaf2de623c0893b0f500d54ce6558bf40af6e655b

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [b3e52299c91d7f2ef16280fa2a0f5c4c6be37f6e]

        tools, sc: fix GCC -Werror=type-limits (comparison is always true)
        
        ... on 32 bit platforms.  These asserts appear to be impossible anyway.
        
        Change-Id: I6bd332ca49e9992740315e0f6c58e98ac337817c

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [ba46f32c804e665741a6db6f2578a01045304d14]

        deploy some asserts to detect truncated STREAM_SEEK_TO_END
        
        Since STREAM_SEEK_TO_END is now 64 bits it could happen that some
        existing code uses it in some indirect manner and it gets truncated to
        32 bits somewhere (on 32 bit platforms); try to detect that with asserts.
        
        Of course the checked value is now a valid stream position, so
        perhaps the checks should eventually be removed.
        
        Change-Id: I4248c00d758220bdc3ee94c7aa7a7bd4c86c57f0

2014-03-30  Michael Stahl  <mstahl@redhat.com>  [1b40966fd0dd7e30c9fff40cc0dfcc15c3456221]

        sot: fix some bizarre resize code that creates 4G temp files on 32bit
        
        StgTmpStrm::SetSize(): the nEndOfData - 1 may underflow if nEndOfData=0
        which happened to be the same value of STREAM_SEEK_TO_END before
        but not any more; also it's a mystery to me why the last byte in the
        buffer would need to be overwritten with 0 here.
        
        This also fixes the failure of ww8_export test.
        
        Change-Id: Iefe5a22c667ee83fbc315d772f357b913105ad93

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [383c7a6913291af010e7e49f337de9b8450e8930]

        coverity#1194905 Explicit null dereferenced
        
        Change-Id: I397765007afb9bc8fdb7cd224c31fdcda924de17

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [720574cfecff6bf5f45f651d2f88a08d58581cdd]

        coverity#1194904 Explicit null dereferenced
        
        Change-Id: I50c6547206a33d3f8e06688c99ccf7bffbc75bfc

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

        coverity#1194929 String not null terminated
        
        Change-Id: I749f4cb8340b4642040baed7f3363e2f1e4b65ad

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [1062aaf005b429fa4b480c2857c3479488208ed8]

        coverity#1194922 Overflowed return value
        
        Change-Id: Id00dc5b37685ac81125e5ed075680c4dab2426c9

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [85ed65f83981ac07215cb01024e8e66d705f1267]

        coverity#1194921 Overflowed return value
        
        Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a

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

        coverity#1194919 Overflowed return value
        
        Change-Id: I57c8bdba2762e512104346c02d1e7d7d26423bd0

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [688e0cec3c00a8278b201f2a83f747e9b72e1404]

        coverity#1194917 Overflowed return value
        
        Change-Id: I87a8b8ec70a11f88dc225392964707f582905805

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

        coverity#1194916 Overflowed return value
        
        Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d

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

        coverity#1194913 Overflowed return value
        
        Change-Id: I4fc25ec677167a064c349d250352576490fcedcd

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [5129ed7014b7e065f82e2781caac4a459ca9766d]

        coverity#1194912 Overflowed return value
        
        Change-Id: Ia32931ddb122e31bcd1cb18ecca694ae562d5d7f

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [582ecb83fb6e9bca9ea61634c764487259b62686]

        coverity#1194908 Explicit null dereferenced
        
        Change-Id: I404d9990a060ef38915af126bf239136a9d00af2

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

        coverity#1194915 Integer overflowed argument
        
        Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [1978655c32fe4b0c79bf98ee5b20c899ba59ba98]

        coverity#1194897 Logically dead code
        
        Change-Id: I4cf8d63822c4a68b7cdc126a8d76c1ce7b064655

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

        coverity#1194894 Logically dead code
        
        Change-Id: Ib55520d0cf5b4c37e8358aa0b4a1ab68f7c3a0e5

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [02b4ad51e154244a55a4e0ff277232c86661aaf7]

        coverity#1194893 mismerge (Logically dead code)
        
        regression since 6e61ecd09679a66060f932835622821d39e92f01
        mismerge of b635b4fa4e42053d30ab639643d2236a20243f62
        
        Change-Id: Ib83ca9b8ce09abd1de22ca063f8263da7196d741

2014-03-30  Stephan Bergmann  <sbergman@redhat.com>  [2ee552c8973859aafae95a967c395f670c202e88]

        loplugin:saloverride
        
        Change-Id: I19d7a8eb9f53a7f5ab7acf9dc7b0ca0b90950ee5

2014-03-30  Caolán McNamara  <caolanm@redhat.com>  [9ae80565f69f6f48cd2b606de646677301eb0e82]

        update unusedcode
        
        Change-Id: Ia34424f3ad57ee1de23cd15d53c8a4f495bfb6fd

2014-03-30  Stephan Bergmann  <sbergman@redhat.com>  [95f52db109094e2a3c8f305986867de253ca23fd]

        -Werror,-Wmismatched-tags
        
        Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27

2014-03-30  Stephan Bergmann  <sbergman@redhat.com>  [c0b680037c24582b3aceca05b5faffe58904218d]

        Typo
        
        Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3

2014-03-30  Stephan Bergmann  <sbergman@redhat.com>  [5eb733cf67240c05c8e4d6f5728c99d3028f6cd2]

        loplugin:saloverride
        
        Change-Id: I028d6da250bad64cca2d85c8bbf4a3b5a1300f1b

2014-03-30  Julien Nabet  <serval2412@yahoo.fr>  [701d93081684cc7ad482e77148f8970e3c2c1d72]

        Resolves: fdo#76802 error msg in Web Page Wizard dialog
        
        Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea

2014-03-30  David Tardon  <dtardon@redhat.com>  [b05bf3e503b68f94235a8166601f07963415a904]

        close the opened document correctly
        
        Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e

2014-03-30  David Tardon  <dtardon@redhat.com>  [a4a723c0af8859c9c01cd32d5b2df84e6328024a]

        sync cxx file names with class names
        
        Change-Id: I97a6751520b90089caddd276a3a881908c47c67d

2014-03-30  David Tardon  <dtardon@redhat.com>  [4af1bcf0bda75a0b9e8db8a2080e65d8f134b34a]

        reduce the amount of copypasta
        
        Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598

2014-03-30  David Tardon  <dtardon@redhat.com>  [7485d76164589652359f7da840b01c0f64bbe7c6]

        move the writerperfect import tests to slowcheck
        
        First, they really are slow (which is most likely a bug in the tests
        themselves); second, there is no need to run them for every small
        change.
        
        Change-Id: I6ffafb82e105ae1fe22846b23ac5b55a3c5fd755

2014-03-30  David Tardon  <dtardon@redhat.com>  [1bcf528ce74bc9caf32d906f51622c3c0f0083a9]

        add a smoketest for wpftdraw import library
        
        Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8

2014-03-30  David Tardon  <dtardon@redhat.com>  [bc7e714ed6d8b42f0f95bad84b2d20259e12e4f7]

        add a smoketest for wpftwriter import library
        
        Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408

2014-03-30  David Tardon  <dtardon@redhat.com>  [f90001c2592c4fb6602985544bc7460fe26bf43b]

        avoid out-of-bounds access
        
        Change-Id: I85bdec3291ca8292b0797b694be605663de31755

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05b55fd2a170209c21175f9fa727169f3998052e]

        remove one more merge marker

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6162ce7feb89d2f973ce1077b76ca691f00df1ac]

        set first position and then size, fdo#75075
        
        Change-Id: Ica8a82619f492bd30929ce88198f621f7a1f88a2

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ac95ba6904d68f746e44f276c4297c345182cbf]

        add test for fdo#74619
        
        Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51a84b701d93a608ecee2451b8b286b6870cebc3]

        enable smoothed property export for line charts, fdo#74619
        
        Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d34f1cd928ad444cf9941bd8bc01652c84b67d4]

        adapt smooth import to OOXML and not to MSO 2007
        
        Change-Id: Id1dc62a89e2858f81dc9b6eb8a5f3d9996ba85ec

2014-03-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3170fa8f681c26eaba1832a2131ca30a20b18875]

        export smooth property correctly to OOXML, fdo#74619
        
        MSO 2007 and later have different behavior for the default value.
        Be explicit and always export the element.
        
        Change-Id: Ic8cad67db8c882d3642a6662bf710be2088335b7

2014-03-30  Douglas Mencken  <dougmencken@gmail.com>  [f8f28ae91d9a57fdf9d39105ea5537fc7e95fa84]

        vcl-osx fix: 'NSEvent' may not respond to '-magnification'
        
        (error: invalid operands of types 'float' and 'objc_object*' to binary 'operator+')
        
        Change-Id: Iade7acde31fad21d7dde1a8c20c8900d9cbbd446
        Reviewed-on: https://gerrit.libreoffice.org/8792
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2ed5f000efafdababa5aa2caa47b159b33ef65c]

        coverity#735942 Unchecked dynamic_cast
        
        Change-Id: Id508e771b0f117437671f40060c68122a408e386

2014-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ad901464afa29c96682bde59a12f864fccd525a]

        coverity#735940 Unchecked dynamic_cast
        
        Change-Id: Ic5acb9afd69dda3fc630a438324ef692950ff2de

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b5177c6e0415e8e129563087b6e5251d4a715a57]

        OUString: avoid temporaries and constify
        
        Change-Id: Id6729de5105bb6cd4119a2ac8cf1fead6f8bb4ff

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [edd0f4792f099da64239fdc2918dce1f5d5653b4]

        sal_uInt16 to sal_uLong
        
        Change-Id: I0b854237f52320d8ec98d9278a5552a375aad463

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [98d2b568f43410da83c176c97bd3f539d2079ab6]

        OUString: constify and avoid some temporaries
        
        Change-Id: Ic5a86644dc0215da5c48c795abb51ee664298d57

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1fb58ff7909269993f4e1459af6b96ef16f44c5f]

        Constify, reduce scope, use proper types and avoid some casts
        
        Change-Id: Ia329afd86f4435122d487bd1146c1b9b52e11144

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [e31de5159b43a15fab9fb3319d3fd427db4a81ae]

        OUString: constify, avoid concatenated appends, use != or ==
        
        Change-Id: I7e3d2b1afe2c16e9d110b3d83d854de113bc5849

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [27f07b6caf0eeb4f5c84f0914092e8b08a2155ec]

        Remove unneeded variables
        
        Change-Id: I58efa026e1a14ca1f0cf9c9cc3bc5aa3eeb350a2

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [cad8953432504451d50ae5d16048edfb06a164f9]

        Constify some OUStrings and avoid some appends
        
        Change-Id: Id90d02bab3c3a3b3e2e59097fdf741e2de2b331c

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [f3f866b5c0ea196b8df7528607244a13ac04849a]

        Use more consistent integer types, constify and reduce scope
        
        Change-Id: I6ea41796bd42ba47e0070aa172323c7c866c0e16

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [2fd9ce37b23372c1d1fd42d14231497e910a1320]

        OUStringBuffer to OUString and optimize related code
        
        Change-Id: I491fd1d1a8430457e681af2df723ef140cedc579

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b0760c7fa850a4ec7dd93d3bed0a541ee4172f8c]

        Remove temporary OUStrings
        
        Change-Id: I59df3c125084c7c5f12d91a0c2e0eb7f6da882c8

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [5449ab5a411716392c634b71c4d956797bb5386d]

        Use more consistent integer types + constify
        
        Change-Id: If760f0fefa499b2bf03a2aa22f634dbdfff90504

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e5826163af8473b52a00124b04b7b7dc8c3d52d]

        Some more conversion to consinstent integer types
        
        Change-Id: Idca4a41c8c23e7761d8b10a7269f1e50fa74e379

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1f1aa85a1884d9ecbe897b36e651ded7222690fe]

        Avoid some OUString concatenations
        
        Change-Id: I73c5af00bee383de6e0c39932e91495632eb9dfb

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [057c882c82fd5ed473b86950b5afc1f41f69c242]

        OUString: use isEmpty instead of getLength()==0
        
        Change-Id: Iaabfc2fb1f3fdf40681959232dbd7b02b333b877

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [c060aa34303212de017879c6b27d7f54129586c7]

        Use more consistent integer types + constify
        
        Change-Id: I1c35af35661d26b1331bce6193c233aa3c1171a0

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [42705f6b5e7bcf7b6d46a73cd931d17999d4890b]

        Do not use accessors for private variables
        
        Change-Id: Ia3fc7078a0e0ba2f84b7e0fd94011d6851ccff73

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [7d87349bde54febf25ce6b3a19e13ab545913250]

        This file level variable can be static
        
        Change-Id: I77d59760e80978d22d8f3cfeaed1c133003de2af

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b6bddf965a27cb66674c5c6e74a66b96970e80d0]

        Constify some variables
        
        Change-Id: I5ca2d66409222e9e9444f6b3d83c583f74494165

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4910a27d333fac865bb498896b624fb3bbd12d5]

        sal_uInt16 to sal_Int32
        
        Change-Id: I278f325925717bcb8bc45afacd6dbf442f0eefbe

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [3351ebde48a31173c2fea9f7270224017e1f4412]

        OUString: remove temporaries and repeated expressions
        
        Change-Id: I1d86be40c4bde4e8fb51c430c6416165655c055c

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [b50155ae687f640ffdd68beae06442a4d0b0083c]

        Do not evaluate the same expression 10 times
        
        Change-Id: I3feb440e0013ba75b738e4110315c7034ef29639

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [84ee76302fd1d6800d289ba45d96f5e861744416]

        Check early bail-out before performing unrelated operations
        
        Change-Id: I335a90070221153810e94938cfcfbfe10688071b

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [1f04f53cc794553d68c86c40be285a6c71fb2cc4]

        Removed OSL_ENSURE since condition cannot happen
        
        Change-Id: Ifa71ac9a56ea7ffb5491bdfabc4ec5473e85a02d

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [f711d01041afc292ffa6aa3d880129b5629ceb4f]

        sal_uInt16: to sal_Int32/long, constify, reworked some casts
        
        Change-Id: I81e13e42619d73346c63689bf4392f924348b4ae

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [e5734c659f81fa38f3b050fd9fc939d74f3c7da9]

        Remove consecutive appends + minor optimizations
        
        Change-Id: I001d958763c5d9104ff9dd24a4d81828e00034c0

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [c9646ebe43b28e1acf32cf97c7eb3de113bf4774]

        Constify and reduce scope
        
        Change-Id: I42074930dd59875bea4f1b3c0d73400020ea7485

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [9b1fd4678d657282136ccf64b0f13e7371cb4302]

        Remove unneeded (and probably wrong) cast to sal_Bool
        
        Change-Id: I8fa169749922d1ea015c9009f5a54099bdf40f93

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [fce156679073a2a05925d59ecb0b916fe177d3d0]

        OUString: constify and remove unneeded casts
        
        Change-Id: I89825bbb4b0255c5525bc4680194ab0ce37f7f7b

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [c697b0741a014e67cde1f4e2ce79c2ad8f6a1276]

        sal_uInt16 to size_t/sal_Int32
        
        Change-Id: I49a479d1fca258d5d3e713454d84a2fcb6fd74c1

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [6a502f3494dcf9f72bc92f6f4ffb5e5f7ca4ebb6]

        sal_uInt16/short to sal_Int16 + minor optimizations
        
        Change-Id: Ia75c12ecdcd33d2013e8c138dfcbb07b8be6a551

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [91825d5c2df7fffbc97f7664812983570b9ba8e7]

        Rework SwFrmPage::GetAlignment
        
        * Early bail-out
        * Remove temporaries
        * Some constification
        * Don't check the same pointer twice
        
        Change-Id: I10e19f8807872e16b6d1419f6a345b6343b17c94

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [f07dc0e439235b2c6033d79cdebffa3dcf9b33fe]

        Use SAL_N_ELEMENTS for array size
        
        Change-Id: Ie6eb631124f0bdbbff8a543babbc22bdd52c0afc

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [3a2a68a90f96d844c2e2636ecf3236c6f365520a]

        sal_uInt16 to sal_Int32/size_t and some rework
        
        Change-Id: Iea599d8d8af6ad2655485dfb7973e73bd527377e

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [55b4c22d5ba86e8fc2082af4f04ba434c06eef1a]

        sal_uInt16: to sal_Int32 and rework initialization
        
        Change-Id: Ifd5d7a8fd792da9931995ae4982504b68afe8303

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [4a387e155f9bf8f5796ee73231e304546ffe9730]

        Remove one more OUString concatenated append
        
        Change-Id: I7d4d000560c6774ffb691c47f951a191f9a92fa9

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [0ef07edc59dee3814e83765da468f44654f88ef5]

        Remove empty branch in if statement
        
        Change-Id: Ifa2713638369f8c77e58f4945570fd3faf137d93

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [8d62f625660723e648dccf5257c329bff6947863]

        Fix alignment
        
        Change-Id: I8a1ba77649c862eab1f381c678689c435420140e

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [367d3c9b53b94c727c4a818141c580b740c0ae56]

        Use getToken instead of indexOf and re-assignment
        
        Change-Id: If91343c2334f03cd35f95b79b8e341c6ee355f62

2014-03-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [c8f4095e56abd7ac7137deb7902abfcc8f445ab7]

        OUString optimizations
        
        * Remove temporaries
        * Remove concatenated appends
        * Constify
        
        Change-Id: I94db8071c69568818c94670a4b9c71ab31660ac9

2014-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [de2050c0220d068f9a9d3dc2033bcdc9ec02d5b7]

        writerfilter: unused sprmcodetostr*
        
        Change-Id: Ia35b098033c92fdc7d2313d12b01324ef7232b1f

2014-03-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1478e89e08a54f02a137c74c0cde6ae75e80d9f3]

        cui: unused code in SvxAreaTabPage::ClickColorHdl_Impl
        
        Once again this is unused since commit
        5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of
        dialogs, 2001-05-15), and just getting rid of it avoids a crash on
        Insert -> Frame -> Area -> Color in Writer.
        
        Change-Id: I4e93b8e5f68c229b3093f60b463bb21173dbd0e5

2014-03-30  Julien Nabet  <serval2412@yahoo.fr>  [f110f4875b8661476a81c9617f97e62d09b29afb]

        Typo: manualy->manually
        
        Change-Id: I136347660d91c619941fb1036dd77678e0f945df

2014-03-30  Andras Timar  <andras.timar@collabora.com>  [4c4ce2c9190c30cbdab9f51896a1c5490df49511]

        fix warning: shadowed declaration
        
        Change-Id: If602f8ee11938278ce67c77c909d05272ac585fd

2014-03-30  Andras Timar  <andras.timar@collabora.com>  [e7384daa27c954efa6a66dda829f23d7ad1b2a01]

        fdo#76778 fix wildcard support in File Open dialog
        
        Change-Id: Ifbdf6847ddecc7848828247655e729dfe2299b30

2014-03-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [4fb1fb5297fa233d50ea0a31d6d54bb4ea9e00f1]

        Encase graphicsfilter warning in an #ifdef
        
        Change-Id: Ib91edb520c4edbbf63e034f174d21c6a74d03929

2014-03-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [b6a43bcbbf9e9a5655fd36fd4c8ef72d585f67b0]

        Clarify warning in graphicsfilter
        
        In GraphicFilter::LoadGraphic() it reports an error code, but that's
        particularly unhelpful. Change the warning to actually make sense: I
        decode the error code to English.
        
        Change-Id: I3ead54295eda63a8808bb24732d23aa95db0f5fb

2014-03-29  Katarina Behrens  <bubli@bubli.org>  [654cea3304572e4d33030c8e60503750b06156a3]

        fdo#74287: Correctly enable/disable widgets w/ invisible lines
        
        Restore pre-ui behaviour - disable transparency & width control,
        but keep colour control active when line contains symbols (e.g.
        scatter chart)
        
        Change-Id: I4005fc376fa1640c5b9d7e736fbdac7417f0edd9

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [f754176e0fe5a4780694450f65810466e0f4bd99]

        coverity#1194898 Logically dead code
        
        Change-Id: Iceef129ed11ab4551008eedf765ec0fe5a72c09a

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [77e662100c5f84752fd26fbfb24f4dd458d2e66f]

        coverity#1194941 Uninitialized scalar field
        
        Change-Id: Ieedd977bc45136f087639b8d785fd75335b49087

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [dbd6bb6a62ec9740fd008c9ec1f7dceca74db953]

        coverity#1194942 Uninitialized scalar field
        
        Change-Id: I21733cb3fc0dd32a39826b0eaa7b2064d50a9c90

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [99780fcf66f12df6be6f8c1bd636e5e44f1918b2]

        coverity#1194920 Overflowed array index read
        
        Change-Id: I2f5dc0c4cd56e8304ef3dcd83221a1428fdda194

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [c08baae30c62d8bac45c8d49dd556ed1b770889c]

        coverity#1194918 Overflowed array index read
        
        Change-Id: Ic9cec3fc6749672b30bb1e0c96159897e50a84e5

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [1ee6577a0eae3d189d11233bccf90d11e48d771d]

        coverity#704900 Dereference after null check
        
        Change-Id: I5ffac44f4fa48be0a4158c9eb234e94d2a22f5ed

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [b3530c2c3eadeaed8637fbd22f6df1fdf2416850]

        coverity#1194891 Copy-paste error
        
        Change-Id: I79c5587725850fc14a54f827b931959fbadaf566

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [62979b4cdf2153c38cf581a4e55eec70300abce2]

        coverity#1194928 allocation too small for type
        
        Change-Id: I4d1a3838ef95906b69bf52ba0d04c56859201db8

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [3d2d60960e8a8d5bc8a90199fe90d64ca798f55c]

        coverity#1194927 allocation too small for type
        
        Change-Id: I6ddf12cee4ea6d170c791a79014bb8400ab7d779

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [6812606517e9a6299fcd5fde59fd4cf414d0d493]

        coverity#736006 Unchecked dynamic_cast
        
        Change-Id: Id4b0f5e6e4369a850bc159992540e024a4c37c3c

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4107c79fb680c1906a7a4978c0c2eb5c118a41c]

        coverity#705083 Unchecked dynamic_cast
        
        Change-Id: I58e7be8d7b78ba83356e169290c289f246e93057

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7030c700bfeab64a65947d52daa24b5ffefb81ae]

        coverity#705082 Unchecked dynamic_cast
        
        Change-Id: Ic4665f2cbd2bfc4b65a0f3d9d746e344d4f3bef8

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d5efb49c37c4e78ef233570e0ead9fedc32d80e]

        coverity#736005 Unchecked dynamic_cast
        
        Change-Id: Ieca4f06f3ca4fecb8a0e87e7528f8583a549013c

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [8736c5222a8e83a1310713a92492e63198749467]

        coverity#1194911 Unchecked dynamic_cast
        
        Change-Id: I1e7f4bcd8f54219d86ad7a003469d5a486090f47

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [f19318697c9b15a464285d5dec2a8f923e955f24]

        coverity#705071 Unchecked dynamic_cast
        
        Change-Id: Ic7b120daf4d5456ed882ffa3724c53d1246e7b4d

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e50a0b6b1fd84694db1768a768570cdb8c614513]

        coverity#705070 Unchecked dynamic_cast
        
        Change-Id: Ibb4cf1e8bd002d4c36030f5567e1a16f86ea1668

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9509e54b45fc429a93975917dca2ec343e5f48d]

        coverity#736004 Unchecked dynamic_cast
        
        Change-Id: Icca4946543409adb0ac6f7bf78915f8ef5b0fa40

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9361d5a2dd9615e053b308e358afb8b36b843e71]

        coverity#736003 Unchecked dynamic_cast
        
        Change-Id: Ie7451b1c96437df444198152230190d07689c1f1

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [68184cf69655036b9ab0bfcda86ff91dc1277d1b]

        coverity#705068 Unchecked dynamic_cast
        
        Change-Id: I3573618670d5975d02ec67e3314d734be05fcbe5

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c24ecb116fd4c89918213e61aab1d6db2c5bb05e]

        coverity#736001 Unchecked dynamic_cast
        
        Change-Id: I39622eb9c0d5f91c910b9c828beead2d1763af0e

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [10c03d7670c1c99e5c9828aa7162088bc4b3e374]

        coverity#1194902 Unchecked dynamic_cast
        
        Change-Id: I7a7c8d365e9f90096c98120e448a5571ca5e54a5

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [756a220c13c3af17ea6c3cc95b028928bc3dc8a6]

        coverity#1194901 Unchecked dynamic_cast
        
        Change-Id: I63f91359f4232c5897de77905b3375e9c2f30d2e

2014-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [95c45ef7b853bc00ae1734c8271c862dc0665b24]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: Iffc9d1ca971610bad9b3dd2bd9a6cd00f02ff39b

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [0353a71eb008d9731bfe369244e8691934c323fe]

        writerfilter: remove unused genclass.xsl
        
        Change-Id: I4a76c13fb01e728613211ae3e4959f75a151ff33

2014-03-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9c9f3f793a91525ac4fb74f8791ba74222515e4]

        cui: unused code in SvxAreaTabPage::ClickHatchingHdl_Impl()
        
        Turns out this is unused since commit
        5627d0bdaf1385df9d90dcec3a319c82c089c2ca (Fix #86988#: Redesign of
        dialogs, 2001-05-15), and just getting rid of it avoids a crash on
        Insert -> Frame -> Area -> Hatching in Writer.
        
        Change-Id: Ic26cc592c0792f966c52dd2ac6de8657ff635cd3

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [6f892ed9fc3b836e0d23681a16425ebd60aa61f8]

        typo: overrride -> override
        
        All detected by SpellCode
        
        https://code.google.com/p/spellcode/

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [680139fe7d51cf3c3ada1ce12fe507c298f02b67]

        typo: opend -> opened

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [d6837aa330821dd7b10ea14536e4fb1d41aa9a37]

        typo: soultion -> solution

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [1db5a63365b6e35267d0a12ad0c0ab95b1256e75]

        typo: selektion -> selection

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [5e04ec1e7d5adc9f14ea803d765aa42f8b0e08cd]

        typo: inteface -> interface

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [920931529e2b7b11777328e91e2dcf3b7b746c1d]

        typo: visualy -> visually

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [32b16865b0bb0757885e27246901f262eb5e7eab]

        typo: horizontical -> horizontal

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [d2dbab23caf580cc1ca0b5c5f0041da377cde593]

        typo: horizontial -> horizontal

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [993a863f45fa63d78cfa1cf46df31c85bf541463]

        typo: mayby -> maybe

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [461ecf5cf4be2be9a752cb42aa0c0ad9549f1149]

        typo: constitues -> constitutes

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [56f81a619951d080e8047267a1e78112c6e38a28]

        typo: formatet -> formated

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [25a06a317b1816c8cf7fe36e44186b7b93fedd86]

        typo: unpleasent -> unpleasant

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [f8d601cb539a14ac9a669410a0e2b4b96cb6f813]

        typo: equantion -> equation

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [c289013572024bb04ff37e8ae0e5e8901c4339ca]

        typo: tempoary -> temporary

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [59f1e95844b420c529cd0205bba11cf3d0b73258]

        typo: previos -> previous

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [dc8f33ba5d0324b6a3d34c37f0a6f66a1ad3d12b]

        typo: decription -> description

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [b4b180db13d9525277164732d7ad7c77d404e29d]

        typo: temorary -> temporary

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [67587cdf8c893ff717ece6517d5520be75bd4a30]

        typo: Exceptiopn -> Exception

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [02c83db00a31707c81e78cd5c5a45e3e34da39ca]

        typo: enoungh -> enough

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [cc3a302fcb564b996740524a6c5e6934d9ce8824]

        typo: unfortunally -> unfortunately

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [e5355180f4f42d3ad0d630c2a9bf7a0a63a1aa06]

        typo: sicne -> since

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [45d38ff6c4e7026beb01463da52708a8824cdec0]

        typo: tranfer -> transfer

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [ee1de9427614a99cdbfe3a122db74e30f93d07d2]

        typo: persistance -> persistence

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [7d3b9d3333aa1aaa1066863f95e29e506e21ad52]

        typo: optimisation -> optimization

2014-03-29  Thomas Arnhold  <thomas@arnhold.org>  [8bb09efc92fe4de373f4ed4759f29108feb8cc3a]

        typo: approriate -> appropriate

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [ca5eb633dd1f89d0a077aefa47fd049afe399192]

        coverity#984152 Uninitialized pointer field
        
        Change-Id: Ibc4837a5c0652edcf52c58883a490467e43e6eb8

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [7cdbf12f20c51353d90010e06203407586284843]

        coverity#982292 Logically dead code
        
        Change-Id: I7862ffc1ba51b1083e7cd1fe428fd9a0e134bc38

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [28d202cdc471585a7c7fba366b6247a561c8a5f7]

        coverity#735516 Logically dead code
        
        Change-Id: I080944f3e3d6e5fd715d1da355f9dc1e92abbd87

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [89283cdc4eacc9916eb95d9626703d7bea004575]

        coverity#735510 Logically dead code
        
        Change-Id: I8d06dfdae79045b978ab3f477209173396b88574

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [e9c7da896f1b9dd66ee57883607afe566f2c5d67]

        coverity#704394 Logically dead code
        
        Change-Id: I380730d3f915fb5cd9e2e2be272d4c9c56dd0831

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [e67a148d52fc565b00bd6d101cf9d6e0c67a95b4]

        coverity#704379 Logically dead code
        
        bNotify is set to true in only one place, and bDone is set to true
        and the only use of bNotify is inside a !bDone block so it can
        only be false there
        
        Change-Id: I05b09d5e1e1406e1268f2e97b0f50db36c391727

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [0ca2b5d566707730085a929376fcf6c4a40ca728]

        coverity#704377 Logically dead code
        
        Change-Id: I817c0c092ee6efa19c4250d9c9dba0861801a440

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [30f4edef8a48eeecf4177ec222723d0972f00b90]

        coverity#704374 Logically dead code
        
        in order for bContinue && pSdrView && bQuickBalloon to
        be true bContinue must be true, but if it was true then
        it would have entered the prior bContinue && bQuickBalloon
        condition, and all legs of that set bContinue to false
        
        Change-Id: If81cc389cb4e9604b34e0ae76d0f763585f4c7c1

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [f4175a127f2076590d126e8f237ea76f95789ccf]

        coverity#704354 Logically dead code
        
        also coverity#704355 and coverity#704356
        
        Change-Id: I132b9881792fcc4bac59d8227141e53dda7ee725

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [55033ba6062ae2c5855a0f3c49ec0a7c6a88904f]

        coverity#704353 Logically dead code
        
        Change-Id: I6d8ae15ca5ec647b1429fb47a3e976501165e780

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [9037a4035b4283de803151154b8c073944ff3c45]

        coverity#704332 Logically dead code
        
        Change-Id: I63f5e59b53ce24e26b2aa6ccd5eb0551899d143d

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [ac4015e883cefc11910bcc2575c4616a42203fda]

        coverity#704330 Logically dead code
        
        Change-Id: I71ab7f7f8b9695dcd3814e5c3bea62f515ffde4f

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [9a65828453056aecdd749ef4290ba46d4068a72d]

        coverity#704328 Logically dead code
        
        Change-Id: I7d443e7e40a3705b36477c04902f6f0fa9944059

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [dcfbd7bc4e5f4044ea795b3c9964727ac7c195f8]

        coverity#704316 odd pDtorNotify hackery
        
        Change-Id: I9faa61bb85ec6d89c6f5c9829d137fabb3e98c4a

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [fac0a3b9522d08b1fb60ee25999ecd4577495ac9]

        coverity#704312 Logically dead code
        
        Change-Id: Iba394b382ad072593e2b646f1243169bced82ddf

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [e57401aeb0b3eccb1178b941515c398675a1a43f]

        coverity#704287 Logically dead code
        
        Change-Id: Iab22d2d12319bc01f9aebc1dcf40f47881d40446

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [44aa2dc9765f7c76997fb0a66877c3a4f97818d4]

        coverity#704282 Logically dead code
        
        Change-Id: Ife5b038c56a3609ac66fee67abf2e3f2cd48daee

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [245dddf171ae384ee8ec551d362db431f164c738]

        coverity#704280 Logically dead code
        
        Change-Id: I4ba45a63373d5edf709688594cd25be4ff1385ec

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [eae56604873d987d6da062c4882be04c68fffd92]

        coverity#704279 Logically dead code
        
        Change-Id: If6dd6c00e4c5aa544d687200e86a30fcf843700d

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [692714b7da20f1545365724ebca5891727d96025]

        chart2: loplugin:saloverride
        
        Change-Id: I795c8337f3d5fcf3e39849204867f0d57f40c843

2014-03-29  Julien Nabet  <serval2412@yahoo.fr>  [74c5452206bd729413beff4375f7249553fe6a60]

        Typo: ccordinate->coordinate
        
        Change-Id: I2011dbed8f30b2b0d0568d5e19ed8e56bef509d9

2014-03-29  Julien Nabet  <serval2412@yahoo.fr>  [aabbde06e849c61b9abb696cd84133f11ebfbf34]

        Typo: varient->variant
        
        Change-Id: I0b62f630573dc76d90e3c1f659b2ac359758b243

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [917e6eba1358deeb09eab4adcc2c7a979adbbe9c]

        callcatcher: update unused code
        
        Change-Id: If3ef0f2134a15960fa1a14da0bec13cbd6019049

2014-03-29  Caolán McNamara  <caolanm@redhat.com>  [e2294dbff8fa0969760b772e9536259c3367ae66]

        I realy think these should be virtual
        
        Change-Id: Ie95ab47d0252d21391e51116ca5e2c424fba1b59

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3d9920bfb805d8de561b397a032c8b55bbacd695]

        Add missing header.
        
        Change-Id: I15f43e18bc20b8ddfd20b39bd4725519a2a8ae61

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [b18ae9085ccb101b757bd9926dd58012b327b6f9]

        sc: more stream tweaks
        
        Change-Id: I452ba76cec425e397369e0fcc689ba639d5325b0

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [b03b1113d82147093762923bb9b350e52fe08ffe]

        sc: actually CopyFromStream() can just use remainingSize()
        
        Change-Id: I16e60caa7a1baeb2b05cbe5dc8ae24a67751c390

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [fd76aa7ea8cf4d8e75c50f27a9fb57626198ba5f]

        sc: adapt XclExpStream::CopyFromStream() to SvStream change
        
        Change-Id: I58c183fe2b8e7b64ec0678e5eb136b9a467f1eb4

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [8cc3ab84b97f2dc110f95476267e8f0a386c9466]

        sc: adapt Excel filter to SvStream changes
        
        STREAM_SEEK_TO_END is apparently used to initialize variables and signal
        failure here, which is odd.
        
        Change-Id: I324a85b441dc377757f7c32eec2ad8a2c9a8c2eb

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [2ca930d66b56adcd1ae36b7de473a4598c24acb7]

        Reader::ResetFrmFmts(): work around spurious MSVC warning C4701
        
        Change-Id: I216888cb92d61a5b8c9252fe8c12c01a6fb9af8a

2014-03-29  Matúš Kukan  <matus.kukan@collabora.com>  [7a120ad4ac99ac70c35132d12d11d630b92bd846]

        few more type fixes
        
        Change-Id: I6b953a6792c8c72c29dc0e7b25bdae41da50ca6d

2014-03-29  Matúš Kukan  <matus.kukan@collabora.com>  [d761d5e219d745c10997c4accfbfc9eb5717d0e8]

        error: no matching function for call to..
        
        Change-Id: I4792f9deb162c5e7bde16e54a55f80a83eb90b70

2014-03-29  Matúš Kukan  <matus.kukan@collabora.com>  [3e71c1068a4691f19bef94b225770488aaa80390]

        Fix some types in virtual methods to properly override.
        
        Thanks to SAL_OVERRIDE!
        Adapting to 1258b576aef2ff3cdd4f44e1c03edb8c862a79f6
        
        Change-Id: Iafc9660312ad33f6136c15170c35a59e61c76b26

2014-03-29  Andras Timar  <andras.timar@collabora.com>  [937d3d65b1fc52c821f67a618fad637ff7590d8c]

        add translatable attribute to some .ui labels/items
        
        Change-Id: I9c626965d0185cf651a5a304e15754e549d893b2

2014-03-29  Matúš Kukan  <matus.kukan@collabora.com>  [1ab55661f3194aa78a0f95c6397d2b546775d04c]

        webdav: Store DAVSessionFactory again in ContentProvider.
        
        So that we use only one its instance.
        Erroneously removed in 05671c1f01c73bd3f4773c9653d95e3188657eb3.
        
        Change-Id: I714e41bf0b9af88f1bb0d8809a108370c73a9849

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ffaf640b734885d2844a99cc1fd61c8a6a1d663b]

        Add API wrapper to handle properties of new GL3D chart type.
        
        Now the new proprety gets properly imported and exported to and from ODF.
        
        Also, more on replacing string literals with define macro constants.
        
        Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [de7c0f31b5773296c8af6692e7155119209d07ef]

        Let's use define constants here rather than string values....
        
        Easier to keep track of their call sites.
        
        Change-Id: I5f874194425ae8f5043bef45cce63a5e1d51a400

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0be6a5ef376e1841bf60658b41d0f56d07caf2a3]

        Transfer back properties from the chart type object to template object.
        
        Change-Id: I3484a2ae0141087835e34e4e174bdc24b3357854

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cd1e89728218eeb1e6d478d9bd925e207cb83f0b]

        Too long a line.
        
        Change-Id: I0b8f1b3b55cf0374ce1ff81d7798ea60848208d4

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ef15c946998af91a88896d29903cb997a5e78ede]

        Trying to move this RoundedEdge property from Diagram to GL3DBarChartType.
        
        Then things stop working. Go figure.
        
        Change-Id: I38893b20104537a64d279063c7b7dd708efb0d2f

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91e1497abc4fd2817b56eb1e77ddd8fd2691a199]

        Some debugging output of GL chart.
        
        Change-Id: Ia216358085378b449626f9c9f36e63a65b7a2669

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68e20faf3f05038301269870f61205785227450a]

        Start using common symbols for textural UNO property names.
        
        This will make it easier to track all uses of a UNO property name using
        symbol database lookup, which is much faster and more accurate than grepping.
        
        Change-Id: I8c2857504c29bcce01eb8c1f406dcbfb24331510

2014-03-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [801e399f95a4da6101c8570455860fd537a90b95]

        Add a means to debug the internal state of the diagram object.
        
        Until we can render this new GL chart for real.
        
        Change-Id: Iaf1a5fb903572c33d512705c9073b3795187f89b

2014-03-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [9153a36b59f2efc2bfb2c9256c39eb5687808deb]

        fdo#74702 Refactor OutputDevice::DrawTransparent()
        
        I have refactored OutputDevice::DrawTransparent() - functionality
        is now in the functions DrawInvisiblePolygon(),
        DrawTransparentNatively() and EmulateDrawTransparent().
        
        DrawTransparentNatively() will return true if it is successful,
        otherwise it will return false if it isn't possible to draw the
        transparency natively. This allows us to fall back to a VCL based
        emulation.
        
        The function EmulateDrawTransparent() is virtual because Printer
        handles transparencies differently to pixel based devices.
        
        Change-Id: I300850ccea03c17673666dadd287bcddd40ec5ef
        Reviewed-on: https://gerrit.libreoffice.org/8779
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [bb20d37025318d5a2fb35689c26c3600a625ed68]

        tools: try to fix std::min ambiguity for MSVC
        
        Change-Id: Id81ad8702d513c5bb3f4f8de2f9d7c75c7852d4d

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [64febc8feffd0968a433fa366e0a0c82cdff47c6]

        remove weird unused CustomAnimationTriggerEntryItem::IsA()
        
        Change-Id: I57c4920ed8e4ecbe90a314ce69e5abc292763347

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [15006df5bdce7d06ee5c3ecd2f1618ce3dc6124c]

        tools: remove unused SvStream::IsA() and associated ID_*STREAM macros
        
        Change-Id: I6ed0991fb5bd1d5085ee1b93323b57b1afc69860

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [1258b576aef2ff3cdd4f44e1c03edb8c862a79f6]

        tools: support 64-bit file positions in SvStream
        
        Bump stream positions to 64 bits on:
        
        SvLockBytes::SetSize()
        SvStream::SeekPos()
        SvStream::SetSize()
        SvStream::SetStreamSize()
        SvStream::Seek()
        SvStream::SeekRel()
        SvStream::Tell()
        SvStream::remainingSize()
        SvStream::nActPos
        SvStream::nBufFilePos
        
        Change-Id: I0521fd60d31d1a33e5634cbf51dd42edc46ad919
        TODO: adapt callers of Seek()/SeekRel()/Tell()/remainingSize()

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [19bbfc0b39d79a90539fd3094d9b6d7d81619a45]

        tools: allow 64-bit positions on SvLockBytes
        
        Bump stream positions to 64 bits on:
        
        SvLockBytes::ReadAt()
        SvLockBytes::WriteAt()
        SvAsyncLockBytes::m_nSize
        SvOpenLockBytes::Seek()
        SvOpenLockBytes::Tell()
        SvOutputStreamOpenLockBytes::m_nPosition
        OInputStreamHelper::m_nActPos
        
        Change-Id: Ica3b674e0ab23a756260a51475e97a5396ecdddb

2014-03-29  Michael Stahl  <mstahl@redhat.com>  [655a39d8c0d151618d7c3b3fe0dcff508c2b53c5]

        basic: for PutData()/GetData() actually 32bits should be enough
        
        Change-Id: I3c605a1e5b46d262ff557dac280b15136467b906

2014-03-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2ec45841b97a994ef9dca854e142598a063877fd]

        rhbz#1080196: Delete the destination first then paste.
        
        Deleting in-between pasting was causing the block iterators to become
        invalid when the deletion took place, which resulted in a segfault.
        
        Also cleaned up the bits about handling filtered rows.  It was using the
        old row flag which is empty these days (so it never would have worked).
        Plus we do bail out earlier if the destination contains a filtered row.
        
        Change-Id: I78d3ee8bce1647c1c8685f92a3df3c38cc014811

2014-03-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [915b7b5b90636e7af892361b155c8a242b7fab2e]

        rhbz#1080196: Write unit test for this.
        
        Change-Id: I1c83afa40eaf8c81ca3b436c6fb7d22f7eb9f223

2014-03-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [37672f11a72723040b1c9452772dc6e12409e6cd]

        Fix another typo in a comment
        
        Change-Id: Ic998270701d2e8d2b562ccc869bca0a8d0aac728
        Reviewed-on: https://gerrit.libreoffice.org/8778
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [96b70315fc651aa6697f735589ac2a6c8367d0a4]

        Fix comment typos in OutputDevice::DrawTransparent()
        
        Change-Id: I52e9d505719b3f3b985cd5300ebacb5caa57873f
        Reviewed-on: https://gerrit.libreoffice.org/8777
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

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

        coverity#704303 Logically dead code
        
        Change-Id: I3c58b83df2b8b124b777802f12b6014a16c796a7

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [42c428b9fd84490cb4bbd25fedc3034755bf3fe3]

        clip to max
        
        Change-Id: Ibc25262fc0e350ce2d676940f0ec7f2fb368128f

2014-03-28  Jürgen Schmidt  <jsc@apache.org>  [4d145c272fa00a7425b1b1a9ef9f35719b905d8b]

        Resolves: #i124468# add checks for the read numbers of column for a section
        
        note acecfab9dde94abe733d63260777007337b9aff0 covers the same territory
        and fixes mostly the same problem, but ccolM1 isn't clipped for the
        other places where it gets used
        
        (cherry picked from commit 32d9f959cf3f133b9257c066a979848a967f7081)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par6.cxx
        
        Change-Id: Idad7d95b28d38b7c52b56cab16c533565d9ecfea

2014-03-28  Valentin Kettner  <vakevk+libreoffice@gmail.com>  [061130bd6d60c648991afb83bc0befb48a68f34e]

        fdo#75280 Started cleaning up of sal_uIntPtr usage.
        
        Converted wrong usage of sal_uIntPtr to appropriate other types in basic
        module.
        
        The bug is not fully fixed with this since many other occurences of sal_uIntPtr remain.
        
        Update due to code review comments:
        Fixed forgetting to change some declarations in iosys.cxx.
        Cleaned up the one remaining sal_uIntPtr in iosys.cxx
        Fixed adding a sal_uInt64 to a Date (uses long now instead) in methods.cxx
        Fixed the VarDecFromUI4 call in sbxdec.cxx from sal_uLong to ULONG .
        
        Conflicts:
        	basic/source/runtime/iosys.cxx
        
        Change-Id: Ia6460be04967deb68b92eb62d945da8814fae605

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [018652591d0e2a0fc740a16200bc887a9acc93a3]

        coverity#982312 Logically dead code
        
        Change-Id: I2b40ac902812ad27dc06bd20603414dff3358eef

2014-03-28  Eike Rathke  <erack@redhat.com>  [7f074dbff7ad515a0081e11b94e8aa3aaf4d834a]

        translated German comments
        
        Change-Id: Id893ba9e4a145856be1f091293eecbf757fb423d

2014-03-28  Eike Rathke  <erack@redhat.com>  [413a134b34a57ff8d5e5d63fb189338d4b84b5aa]

        and restore the intention of the original patch
        
        Change-Id: I8187d425a12f8a96d9e29df244084f7045f448ea

2014-03-28  Eike Rathke  <erack@redhat.com>  [b4bc7aabce9bc5057b39f71cc7624c9345193caf]

        Revert "coverity#1038286 Logically dead code"
        
        This reverts commit f5adf08aa3a9a176bd2ed5acd638148eb8da7c85.

2014-03-28  Eike Rathke  <erack@redhat.com>  [49836e6f672fdde87bed7921ace5eed6039f5135]

        handle Narrow No-Break Space the same as No-Break Space, just in case
        
        Change-Id: I08683ea7dc48f5ac91d56ee4de6c4e52d1c6f058

2014-03-28  Eike Rathke  <erack@redhat.com>  [06b4ca896f508586c0b2378c6308877c487559dd]

        name things what they are
        
        Change-Id: I13d0cb525f3ca22b1b9158b2ac20b8b59d645463

2014-03-28  Eike Rathke  <erack@redhat.com>  [2cf4763e3c1810af3278b4bf63f76cec9e94d28c]

        we have a constant, use it
        
        Change-Id: I402f64fdab57508df20d4dffa7bdfdf9473d8b45

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [52595d98bfdd19df16031f024b8a0be79c0ca3f6]

        DbgOutTypef -> SAL_WARN
        
        Change-Id: I837643b2c12bf70585dce128dad114cc65f7f0a1

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f26b981aa29d80d9bc7530b4a0c777c0a869fa7c]

        Remove now unused DBG_CTOR etc. feature
        
        Change-Id: Id5e3191ea1a505bd7d46af355edb99e184b5fcb1

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [6ef2df7b9b415eef034c6e5c42e8ac63d1e0a0bd]

        Remove remaining DBG_NAME* uses
        
        ...that had been used for DBG_CTOR, DBG_PROF, etc.
        
        Change-Id: I8eac38e24b7110511feb7813aaf5a20ab82bdbe0

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [f31964b0282c95d8762a77df158ce71ca3fbfd80]

        Remove remaining DBG_CTOR etc. remnants from xmloff
        
        Change-Id: I1358b5388195240c3357e4be851a48ccbe33df9e

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [a6c9d0046ae802629f5b5a13575605dac018aaa7]

        Remove remaining DBG_CTOR etc. remnants from unotools
        
        Change-Id: Ife6cecde4a9e89146493737d06cd9f0d8a041610

2014-03-28  Jürgen Schmidt  <jsc@apache.org>  [a9582c05f854cad02710178ab7fa79498573269e]

        Resolves: #i124453# check if the resulting polygon...
        
        has already exceeded the number of points (2^16) that can be handled by a tools
        polygon
        
        (cherry picked from commit 804e547d70552fd64e1344d538427f8898824b43)
        
        Change-Id: I437a84493e264f7b650561599170e831da20c9aa

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

        coverity#1038286 Logically dead code
        
        Change-Id: Ibbfdbc4925d185852a2b64304ba0983be43a4caa

2014-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [831b8751fc9f423fd4e459623e54801c0a020eb3]

        svx: fix Writer's insert -> frame crash
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: Ifd8d482031b7fce4341d488f7276620e52f549ed

2014-03-28  Jürgen Schmidt  <jsc@apache.org>  [f7799c9317cc3187ae8aaedc36f829d478a59e77]

        Resolves: #i124467# add check for image data offset...
        
        against stream length, some further checks
        
        (cherry picked from commit 9ceda6fa56d31af717cc2c0c7572cf53cdc47af1)
        
        Conflicts:
        	vcl/source/gdi/dibtools.cxx
        
        Change-Id: I8993b91ef4fa951e7bae702b0d056996015245ba

2014-03-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [55916fc50a5b2d6273bca8c9ef6253011cf4fdbc]

        sw: adapt frame/templatedialog4.ui to FillAttributes
        
        With this, editing frame properties of an existing TextFrame and editing
        frame styles work again.
        
        (regression from 6e61ecd09679a66060f932835622821d39e92f01)
        
        Change-Id: Ib2bbd337d3d1f648f220d585d42d8310c3486111

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

        bRefSizeChanged is always false
        
        Change-Id: I2f27e55a11f972374e7ef0d007a69f3cfb92a7bb

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [11676ac765e055d81dabe367fb502080496eb6cc]

        coverity#1078506 troubling Logically dead code
        
        Change-Id: I9687ab7340e9c9ab45ff4dd27eb53e671492e7b5

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [47bf12afa00a528128ee702c30d9c41b57de02af]

        coverity#1078520 Logically dead code
        
        Change-Id: I91ff819bbbca9f74236bcec725b98f8065a84a50

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

        coverity#1157772 Logically dead code
        
        Change-Id: I4eda11bdeda2e9f2e7d124d19ba051fafc846321

2014-03-28  Oliver-Rainer Wittmann  <orw@apache.org>  [f5c174ac30060db5b5aec2e9764f04252b64966e]

        Resolves: #i124451# apply correct index entry template patterns...
        
        which are used for e.g. TOC
        
        (cherry picked from commit 52c89c2aff23dbb875c9a86021145b30af463908)
        
        Conflicts:
        	sw/inc/tox.hxx
        	sw/source/core/tox/tox.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        
        Change-Id: Id14cecc07d09d3461c091a6451143cbce206e308

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [a5a52ba164d275f0e45e42875328fe68df32cf08]

        warning C4701: potentially uninitialized local variable used
        
        Change-Id: I0ab3c52fa12d519c6afcbaf701dd42f69c728ff0

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [4f9b072072b263a2a663d5148f4e9f751ca17c6d]

        Remove remaining DBG_CTOR etc. remnants from toolkit
        
        Change-Id: Ia6219ebd5fb2d2644135ec20a986158b68b771fc

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d205ff49be10159d1766c2d06182c02255497def]

        Remove remaining DBG_CTOR etc. remnants from svl
        
        Change-Id: Ib0a4bd4f3d056c39156bfcfb0bd28c62f2f530b2

2014-03-28  Tor Lillqvist  <tml@collabora.com>  [ae00e71afd36f7215669c34e8ea8cafaeed6e468]

        Bin rest of DBG_WARNING[123]
        
        Change-Id: Iaaf36d012e353f73f083c9c0ebbbb6d0953b16c8

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [b6f77d2702721d25ae7be5a749b65a53f55f5ee2]

        Remove remaining DBG_CTOR etc. remnants from sc
        
        Change-Id: Ica865166d6f187bbe610ed537208eab809a77e5f

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [b10be2e0294567cf79863e3e54111d4ff95397fd]

        loplugin:literaltoboolconversion
        
        Change-Id: I920ffc647ca92276491b720e1312314f27ab58f2

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [3b836710c491b1cc407bbe3a4a709ea41fd9dc49]

        Remove remaining DBG_CTOR etc. remnants from fpicker
        
        Change-Id: I736ce8d12372b115e42319e9b3c352e36cbae346

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d0542fe7251d9c6538331b22a4b5e2e294a92e97]

        -Werror,-Wunused-variable
        
        Change-Id: I7b9ccef3de21d657b215f5225d8ef539921cc541

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [47862e75de51a4ac7476acff773b504fdc0d6e76]

        loplugin:implicitboolconversion,literaltoboolconversion
        
        Change-Id: I28d228c0992660ca181a4c420736600ee79b3ea5

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [4b060ce51a039e37e24701c46b046fad835d3e0b]

        Remove remaining DBG_CTOR etc. remnants from formula
        
        Change-Id: I36740cd276d2047552298606f24b2696ed61b36b

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1f90d06bbb448165cf4eef4235e0af244b2c7329]

        Remove remaining DBG_CTOR etc. remnants from forms
        
        Change-Id: I1616d7e77071caa78ffd8c7d7857f50f3afa1bb7

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [be89e8b8ac19c0feca8850ccaddd90205c63dbe5]

        loplugin:saloverride
        
        Change-Id: I0822af84c04ab70b2a202d232720aa77d8472983

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [efe704cc59d531a52712f5f7ac0140537612b56b]

        Dead code
        
        Change-Id: I05ecb627119eb545d1781fa42613e940fc22aac1

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [5a1732eaab855445c3e8ef8ab6e3d13c20512b94]

        Remove remaining DBG_CTOR etc. remnants from connectivity
        
        Change-Id: I9d7ca8354cef6a1474914ce290c476460f982bdd

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [5b5e62650354788e50b44f32c22b687b2018aba9]

        Remove remaining DBG_CTOR etc. remnants from chart2
        
        Change-Id: Iaf07f77b4228d4debb2620625b14ce7dc41e3a98

2014-03-28  Armin Le Grand  <alg@apache.org>  [0072d0315171b34fe696cdd584a72d498b4b54dd]

        Resolves: #i124313# At SVG import, try to optimize used ClipRegions
        
        (cherry picked from commit 6dc64444a42997bb4e1ab38f52e4978719e0275a)
        
        Change-Id: I42ec8b0cbfd9367bc98510bfbd1818543ac4b5be

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [355b31fe347479f63906e41300042ec5cb38837c]

        loplugin:literaltoboolconversion
        
        Change-Id: I6c411254865bad6d951ee8dd16e25eeeeeb525a7

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [df9d13dd2e754184a4c6e321b8910ee1bc0cafa1]

        -Werror,-Wunused-private-field
        
        Change-Id: I8f7c00013d9fbf4d05d4c217d6f211c185ce1c9c

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [77fd24afc6b51091c917fe6e98d1f0110acfc616]

        Remove remaining DBG_CTOR etc. remnants from basic
        
        Change-Id: Ia714029c2e32e28c1bb6f4f59d0c7f357eccc236

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1714f4d3e8d5a6ae586a0facca4871037896adde]

        Remove remaining DBG_CTOR etc. remnants from basctl
        
        Change-Id: I383021580f69ac51ca65f3464bf863b800ccd931

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [70245edb948c7f084f8490ed1e7f79f3962b4322]

        coverity#705106 Integer overflowed argument
        
        Change-Id: I843b02cb8d215c149aa646441f3c7b0ab5550906

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [29f1b19679de9852c64196e495a33a0cdd210f94]

        coverity#1078669 Failure to restore non-local value
        
        Change-Id: I3817295a39e409cf5a9ab72b9b24d7b859f5a186

2014-03-28  Armin Le Grand  <alg@apache.org>  [1d3e4bc3b65a696d67ef9c157e67a03e8f37e08d]

        Resolves: #i120201# added forcing TableLayouter to take action...
        
        in table undo/redo (CellUndo)
        
        (cherry picked from commit 88b1d35131b0ea44ac6ba6f7edeab82d1c29a39f)
        
        Change-Id: I407323bf6c96ad577d8fc24c82118afc6173f97d

2014-03-28  Tor Lillqvist  <tml@collabora.com>  [26ea01a41978ba503119f8a758eb842a41e74a6c]

        Use SAL_WARN_IF instead of DBG_WARNING2 and don't pass UTF-16 for %s
        
        For lolz, I kept the useful German word "GrafikFehler" in the message, though.
        
        Change-Id: Ib714e27eef986cacfc979f132f1b2c29e603d9b0

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d757a98001a65baf4066c2eda037a08ab1beda46]

        -Werror,-Wunused-const-variable
        
        Change-Id: I8ae538d9eb23efde04d18c8bcde348e97bc8d0f5

2014-03-28  Armin Le Grand  <alg@apache.org>  [6e61ecd09679a66060f932835622821d39e92f01]

        Merge back branch alg_writerframes to trunk
        
        (cherry picked from commit b635b4fa4e42053d30ab639643d2236a20243f62)
        
        Conflicts:
        	comphelper/inc/comphelper/TypeGeneration.hxx
        	comphelper/source/property/TypeGeneration.cxx
        	cui/source/factory/dlgfact.hxx
        	cui/source/inc/cuitabarea.hxx
        	cui/source/tabpages/tabarea.cxx
        	cui/source/tabpages/tabarea.hrc
        	cui/source/tabpages/tabarea.src
        	cui/source/tabpages/tparea.cxx
        	drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        	drawinglayer/source/texture/texture.cxx
        	editeng/inc/editeng/unotext.hxx
        	editeng/source/items/frmitems.cxx
        	include/drawinglayer/texture/texture.hxx
        	include/editeng/brushitem.hxx
        	include/svx/sdr/primitive2d/sdrdecompositiontools.hxx
        	include/svx/svxids.hrc
        	include/xmloff/xmltypes.hxx
        	reportdesign/source/ui/misc/UITools.cxx
        	sc/source/ui/drawfunc/drawsh.cxx
        	sfx2/source/dialog/tabdlg.cxx
        	svl/source/undo/undo.cxx
        	svx/inc/svx/unoshprp.hxx
        	sw/Library_sw.mk
        	sw/inc/doc.hxx
        	sw/inc/format.hxx
        	sw/inc/frmfmt.hxx
        	sw/inc/swatrset.hxx
        	sw/inc/unomap.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/access/accpara.cxx
        	sw/source/core/attr/format.cxx
        	sw/source/core/attr/swatrset.cxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docfly.cxx
        	sw/source/core/doc/notxtfrm.cxx
        	sw/source/core/inc/frame.hxx
        	sw/source/core/inc/frmtool.hxx
        	sw/source/core/layout/atrfrm.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/text/inftxt.cxx
        	sw/source/core/text/porfld.cxx
        	sw/source/core/text/txtfly.cxx
        	sw/source/core/txtnode/fntcache.cxx
        	sw/source/core/uibase/app/docst.cxx
        	sw/source/core/uibase/app/docstyle.cxx
        	sw/source/core/uibase/shells/drawdlg.cxx
        	sw/source/core/uibase/shells/frmsh.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/core/unocore/unoprnms.cxx
        	sw/source/core/unocore/unostyle.cxx
        	sw/source/ui/fmtui/tmpdlg.cxx
        	sw/source/ui/fmtui/tmpdlg.src
        	sw/source/ui/frmdlg/frmdlg.cxx
        	sw/source/ui/frmdlg/frmpage.src
        	sw/source/ui/inc/frmsh.hxx
        	xmloff/source/text/txtprhdl.cxx
        	xmloff/source/text/txtprmap.cxx
        
        Change-Id: Id3ffaa83bb5594d287f1ac8f2c1c9cf55c70946d

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c7190108f02921868cb617040aebdb2d22c02c1f]

        Missing XServiceInfo base class
        
        Change-Id: I2a233e60162fd89e4765a57a0de10b430babcaa6

2014-03-28  Oliver-Rainer Wittmann  <orw@apache.org>  [1ffa910582f6470af2e5ee337270dc9269436235]

        Resolves: #i124514# show/hide Overlay object to highlight...
        
        annotated text range according the according view option which show/hides the
        annotations/comments
        
        (cherry picked from commit b8c793949e416432619d3c7d7611fc44694c3b77)
        
        Conflicts:
        	sw/source/core/uibase/docvw/SidebarWin.cxx
        
        Change-Id: I0701ee137317349c5d917841448c183015d5513a

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [c260edff34555c1f0209430d8e34c22fc9a98d3b]

        ChartTypeTemplate and its derivatives are not UNO service implementations
        
        Change-Id: Ic4a4c0fe411c359f5305f01c8ff79ca48384b484

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [68531dbd88fda13ebcf955da454334d3511dd499]

        coverity#707592 Uninitialized scalar variable
        
        Change-Id: Iabbecfd37ca7289c08c00e3588897c118665d62e

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [67780ee7f37f05ebdec0d330361fa80e1f2e0cc8]

        coverity#704060 Unchecked return value
        
        Change-Id: I6d0459d8cc8b9801e696cc4ab205b5213df5540e

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [8cc7aaa6bff7ed7807c8b867c3f9939472b787f7]

        coverity#705450 Self assignment
        
        Change-Id: I839e77594f6f7dbc516e0e6d08b1cf2517f96ec4

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [11ea31b5e468e3fd0865d0b4d1137dc514e36cc5]

        coverity#705205 Missing break in switch
        
        Change-Id: Iaee3b73ceed5df9928514e55d00ac6292b8b2249

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [51765361b3b9838f7814e9cd3305f83819cb6eb0]

        coverity#705185 Missing break in switch
        
        Change-Id: I88c2fbea9265b729e21aa2f2d09bea89f91c01cb

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

        coverity#705479 Dereference null return value
        
        Change-Id: Id8b6723e7d3d8a66f5a657628e1467edda509cfa

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [224d2153732327611f14af5819bc3f37ff2dc910]

        coverity#705497 Dereference null return value
        
        Change-Id: I1dbbda7e2be6426409ce8f03d6570fec451a01b5

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [0804c8239f8fb1b576485810030debd88ba12131]

        coverity#705502 Dereference null return value
        
        Change-Id: I5f41ff8017879a75f088fc0aa1b8ce99f935a46f

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

        coverity#705507 Dereference null return value
        
        Change-Id: I766d6c98371392a75c7d1097b7a3516a43d3fbe4

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [2c345da3725dcd73704fdc990e57fc7aa9a7f99e]

        coverity#736137 Dereference null return value
        
        Change-Id: Ie66e71e2aff49db5c0192fd0e787231081d24060

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

        coverity#736138 Dereference null return value
        
        Change-Id: I931d2f5061a5fb048e2fd61267d4f8acb90f2cf5

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

        coverity#736139 Dereference null return value
        
        Change-Id: Ibb178c04119373ad848745fe91fea70cbbb0e8a5

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

        coverity#736147 Dereference null return value
        
        Change-Id: Ibcf624be5787b0bf8fd7b0697a4dc9377a22d825

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [10787356d93c0a913f4f6cd65920c57b3ec3e701]

        coverity#736157 Dereference null return value
        
        Change-Id: Ibc6e17e4d916ae9e1664e8c9149a978072dae0ac

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

        coverity#736161 Dereference null return value
        
        Change-Id: I6ce18d8446944e6b491ccd3973c5fa7e1413f073

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [315eea127319e57fa98ddc87103dc8a9c99f33c7]

        coverity#736162 Dereference null return value
        
        Change-Id: If2a8f2ba79f3efa557cacb29553ba70e233f88f5

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [2e82733434cb1488cecd41d438a10b7b02a436fc]

        coverity#982764 Dereference null return value
        
        Change-Id: Ib0f01bf529a739e5f92cd41979c18d76d7b545d1

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

        coverity#982765 Dereference null return value
        
        Change-Id: I2fd5d432aff737016948a4f7bd45888cf6f4dba2

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [22a7f8b1f5a4955e5b1500e1f58a7cdc72f1c5d9]

        coverity#982766 Dereference null return value
        
        Change-Id: Ic9efce80ea2c2489e3ef070ac4c6106c811e9889

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [1ada4551539fee3b8dee095ba53bbcbcfcc34c43]

        coverity#982767 Dereference null return value
        
        Change-Id: I4c07d531a081b2011cb1abd35a03038500d889c3

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [7cd67196c2ef2ac8ef9f12694a7bcead119aeaa9]

        coverity#1130422 Dereference null return value
        
        Change-Id: I6693a9f98d2b51f255081d768672622fcd00f15d

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [5fd544a713215d2b3dc7239abe0fe3b5ee8da883]

        coverity#1130427 Dereference null return value
        
        Change-Id: Iefc35c0de5224d66f362b6ba958fbffcf0c654bb

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [75af1c483bc16b7cda2289a14dd2d240f24ecaff]

        coverity#1130428 Dereference null return value
        
        Change-Id: I557aeb40b4209e2f77383143a8c2665bffea110c

2014-03-28  Armin Le Grand  <alg@apache.org>  [761ae519d8f36ece0a0cc070e66a1fdfbad27688]

        Resolves: #i124389# correct TextFrame layout for tables not...
        
        when new text is set, but in Undo/Redo directly for performance reasons
        
        (cherry picked from commit c55d29bd33ece4b96fd8bf6babcfa4c99dfc468d)
        
        Conflicts:
        	svx/source/svdraw/svdotext.cxx
        	svx/source/svdraw/svdundo.cxx
        
        Change-Id: Ie71d85357e2e8378b6df6de42f70188b861b0f76

2014-03-28  Armin Le Grand  <alg@apache.org>  [62175dfc7e5cd38f42e2efe77ee4102b9165dc4a]

        Resolves: i124477 set object shadow always at PPT import...
        
        it may be applied to object text
        
        (cherry picked from commit 5fb2c24bd0cfc0b911aa2d0389960c5ee3d14c4a)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I8b93ff85333078d3e79cc9aa1002f232214a5be1

2014-03-28  Muthu Subramanian  <sumuthu@collabora.com>  [7af3170c6bf1480610f3db46d2354769d42c43a4]

        Use setProperty instead of << operator
        
        Change-Id: I2c553a41de430c200445d8c8e8300af13d0eaea0

2014-03-28  Muthu Subramanian  <sumuthu@collabora.com>  [186b96dcfbd0ed87ef414246555e9f953927d692]

        Add unit test for text gradfill import.
        
        Change-Id: I803238fd21d1c73aae8146966a5e62e62ad48c5c

2014-03-28  Muthu Subramanian  <sumuthu@collabora.com>  [cfc76de83e3c0a56abd30a8f3bd7c69d3500d223]

        n#870234: Import gradfill for text colors.
        
        Uses the first color from the gradfill list.
        (Which is better than plain black!)
        
        Change-Id: I4c1c0c4b031f3681c95b75b3c0683eb4de95bffb

2014-03-28  Krisztian Pinter  <pin.terminator@gmail.com>  [06db1edf617b537d774f487e0ab7d3528c5626df]

        fdo#38844 Remove XOR rendering code from canvas module
        
        Change-Id: Ie0c6b2950184bd3843baae59eff08a2f4e9e1b9c
        Reviewed-on: https://gerrit.libreoffice.org/8715
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Isamu Mogi  <saturday6c@gmail.com>  [42877b3478074e64d14bf8ffc3b31cb3a2a86d87]

        fdo#68546 Make menubar's text color of persona the same as Firefox
        
        Change-Id: Ib9370f4b369f2baf29d118a1bbcd565bca005c30
        Reviewed-on: https://gerrit.libreoffice.org/8712
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Isamu Mogi  <saturday6c@gmail.com>  [26355306ffaae4ec85a0ddaa372d93526781ac6a]

        fdo#68546 Update style settings before changing layout
        
        Currently, ImplInitStyleSettings()'s effect isn't be reflect to UI.
        Because it is called after refreshing UI by ImplLayoutChanged().
        This fixes these order.
        
        Change-Id: I4cfe0115bc32551cecc70cf4b33921fb8ee7ea5a
        Reviewed-on: https://gerrit.libreoffice.org/8714
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Isamu Mogi  <saturday6c@gmail.com>  [46142545dea30fe14e829795ad1acca2cc1a6a7a]

        fdo#68546 Add menubar's text color of persona to StyleSettings
        
        Change-Id: I376e0b71b71fdbc2eaf2b10adb7792a841cf9098
        Reviewed-on: https://gerrit.libreoffice.org/8711
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [1d8f8c55f841bee0fdf0aee4ac15b023aadbb78e]

        Missing XServiceInfo base class
        
        Change-Id: Ib629a60d626c10ac9628d172896790e90d2daf51

2014-03-28  Isamu Mogi  <saturday6c@gmail.com>  [48d09a74dd0be232bf01e008f970c6c726e8f33a]

        fdo#68546 Update settings for MenuBarWindow in InitStyleSettings
        
        It updates menubar's text color settings in StyleSettings when user
        changes persona.
        
        Change-Id: Ic9c3e8073b9188a792823a84bf78b9b5976af50d
        Reviewed-on: https://gerrit.libreoffice.org/8713
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d7f3b1effb63aab91d993209784ef5678752fea8]

        chart::Wall is not a UNO service implementation
        
        Change-Id: I6a5482f4d49e47d1a6289a29d1b573e25fa0b5c5

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [01cc916fa45081bfb99933ca8f56d7e444a1ae82]

        Forgot to extend queryInterface
        
        ...in 8b533d84f3ae211fdfafc2adc8d8567f366771d4 "Missing XTypeProvider base
        class."
        
        Change-Id: I477e47f2a383caab225f55ea1c46094946971b86

2014-03-28  Herbert Dürr  <hdu@apache.org>  [67688d3118b1a361d5dbdaa78e918815c163d75c]

        Related: #i124516# handle bad surrogate pairs gracefully on Windows
        
        When running into invalid Unicode surrogate pairs the text layout code on
        Windows ran into massive problems like crashes. This change detects the
        situation of an invalid surrogate pair and falls back to treat it as
        a simple character instead of requesting a complex glyph fallback.
        
        (cherry picked from commit 913f1fc4b1362f6e91595af5ae10c4cba79fd355)
        
        Change-Id: I2988f4b64061d0a5df211f6f0f04b1f235fcd6a5

2014-03-28  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [f6bcdc5ae6da9cb9b13bdc3551bef917d8b0362d]

        fdo-50672 Escape underscores in menus for unity
        
        Change-Id: Ibb4647c1ff6c2858fea888efae975e8e5c5011e2
        Reviewed-on: https://gerrit.libreoffice.org/8773
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [06a4698850a1d9d1d4db703dc42852b0d36f6acd]

        chart::impl::StockBar is not a UNO service implementation
        
        Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e

2014-03-28  Tor Lillqvist  <tml@collabora.com>  [804e3bfc56ad6d42a6b76d9e227dde759befd5d2]

        Maybe we need libsblo.a for Android
        
        Saw messages about that in logcat. Didn't help making the 'desktop' app work
        again, though. I wonder when it last worked.
        
        Change-Id: I32f7f32a30f3d00aa0754c00469ecddf2831aad5

2014-03-28  Tor Lillqvist  <tml@collabora.com>  [c927ceb96c17783b2a18401307f51b91d7841f33]

        Switch to android-15 here, too
        
        Change-Id: If7b66e60fcf8af97a69e20af9c77793a163c4c17

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8bd24f37fe9cdc692987ba03106795e288a319fc]

        Missing XServiceInfo base class
        
        Change-Id: Ib295357574a54de4716fcd2ff8f57c604729214d

2014-03-28  Takeshi Abe  <tabe@fixedpoint.jp>  [e3bd2ee4e00185d6e0e57aba7046634142d614b8]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: Ie20fc857f19f74aaccb546f9bfa11a7a657d3e8a

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [8b533d84f3ae211fdfafc2adc8d8567f366771d4]

        Missing XTypeProvider base class
        
        Change-Id: I4e457b55d7d5cd255a0931030f35150d1dd6bf09

2014-03-28  Armin Le Grand  <alg@apache.org>  [8a85479845c89093bd2a05c31bccf8cbb7c55ad3]

        Resolves: #i124389# for tables refresh TextFrame...
        
        when OutlinerParaObject changes
        
        (cherry picked from commit 6f2ce153c4bd7350487809d87e72619d5cd9764e)
        
        Conflicts:
        	svx/source/svdraw/svdotext.cxx
        
        Change-Id: I54e2d25a35a099f171abdb7f0c3b046c46a0421c

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [7d7c1a7714c1bb2553fdbebb9e79580c28a069a6]

        loplugin:saloverride
        
        Change-Id: Iff549a8416b41a02af66776ad2ecbbd30a21f88d

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [56d58ad8be2f8367b5a42d7832710e4e07e20cad]

        coverity#735461 Dead default in switch
        
        Change-Id: Icc6763acdd7d7fb2526d8cf2c1142e7ed34efc8f

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [28784e2df9b27de8e8f5390b5c976f5b80cf2786]

        coverity#735462 Dead default in switch
        
        Change-Id: I48bc819b939ae1a436d3103e8fc75c69c2324dc8

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

        coverity#735463 Dead default in switch
        
        Change-Id: I422f11f1ccda36c00e00775b32772c1e827b6686

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [722c82b018327c1f9578ddc533ebbb06080848eb]

        coverity#735496 Dead default in switch
        
        Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d

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

        coverity#735554 Dead default in switch
        
        Change-Id: I12ebe5b9018109f35b6c6691fcf4497c56850d7c

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [308daa42c0935426c177c73d578fa2961a661171]

        coverity#735506 Dead default in switch
        
        Change-Id: Idb2ec83617622805a6e02662f2bc17faf38575ea

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [428dcc9c17118e791fb29d5b82fc317e598bb320]

        coverity#735529 Dead default in switch
        
        Change-Id: I8423ab78c711065371b9c3c5abeabbb174a57faf

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [460262591311487cf45f9d92b1f7106b90c66e96]

        coverity#735550 Dead default in switch
        
        Change-Id: I730b12aa971757e70d7df7b9cd4ec9c67fb4468e

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [220c918ebe13fef0839b765a3091d9641849dc1b]

        coverity#735553 Dead default in switch
        
        Change-Id: If3a6f5bda7c106a8d66fe2486f9e3d1f462223c4

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

        coverity#735552 Dead default in switch
        
        Change-Id: Ifcf9c204ba7cf4b7fb9210781664b1b4a785c82e

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

        coverity#735551 Dead default in switch
        
        Change-Id: I524a81cf1b617c63a5c5a5ab3b49145d6d5e75ff

2014-03-28  Luboš Luňák  <l.lunak@collabora.com>  [557e52e8cd90db43416cdd183704d549fcf73ee2]

        set window icon also as _NET_WM_ICON (fdo#71494)
        
        The old X way of just using WMHints doesn't seem to work at least with KWin,
        which just falls back to finding a matching application icon based on WM_CLASS.
        
        Change-Id: Ia014eb106cd370da74099fa750968df87acbda81

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [019c342c9b69bb437e030d1ad495ebfba5566316]

        Disable only -Wdeprecated-declarations in Gtk3 vclplugin
        
        Change-Id: I32558229af857ab705b872e9f1be2d84ca04204a

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [d3daec09cec3bfd1d055a47da57029bdc539a9ab]

        Turn Gtk3 vclplugin #warnings into //FIXMEs
        
        ...to be able to remove the sledgehammer gb_Library_set_warnigns_not_errors.
        
        Change-Id: Ib2cde5bbeaa1fb4dba629c51c493b77523455ff9

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [1e25d6d9a59d3508b7f7d3e37b01a1ca8baa99ca]

        callcatcher: update unused code
        
        Change-Id: Iefb8aa92a143fd192c382a0e18a632a0888cc511

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [38e4ef50d43bdab45e7b43244b3fc6dde6f0e697]

        Related: fdo#73936 for spelling restrict formelements-as-fields..
        
        to dropdowns to be on the safe side for now anyway.
        
        Change-Id: I88a73fe37b39306c6b24226e3b02c702d992ecb0

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [4e0118aba0d41008c1a31b1cdc7ce7596b894ae2]

        Related: fdo#73936 use ModelToViewHelper to expand SwTxtNodes
        
        ModelToViewHelper knows about formfield dropdown lists
        so their content gets expanded, which means that
        in the spelling dialog the dropdowns get shown and
        are detected as fields
        
        Change-Id: If23d44c6189a73d04205816a32e863161f7f38ef

2014-03-28  Caolán McNamara  <caolanm@redhat.com>  [88005f6f2541e12325c3e00aa438317ed8ab06bd]

        Related: fdo#73936 allow ModelToViewHelper to not expand footnotes..
        
        but continue to expand fields. No change to anything yet, but
        should allow this to be reused in SwTxtNode::GetExpandText
        
        Change-Id: I4dbfc454d498fc85a918b0e43e68c219cbc37a21

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

        Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelper
        
        when EXPANDFIELDS is set. i.e. for spell and grammar checking
        
        Change-Id: I8c524f0cd584c9d6043dece5c1b736afb254b7c0

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

        Related: fdo#73936 detect dropdown form fields as fields for spellchecking
        
        so they will appear grayed in the spell check preview (they don't appear
        at all yet, they will in later commits)
        
        Change-Id: Ic0c6fe2979c7c731d0efb85c747afca2268abc53

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

        Resolves: fdo#73936 make FormFieldDropDowns a real fieldportion
        
        split the checkbox and list and use a field portion for the list.
        That way it knows how to line break correctly wrt hardspaces and doesn't hang
        when the situation arises.
        
        Change-Id: I46d73f19ef8e51e7c21c8783ce70bb80d98a784c

2014-03-28  Tor Lillqvist  <tml@collabora.com>  [328d747821c937508b3464567e2eb1b68205765a]

        Bypass also the MobileLibreOffice thing for now
        
        It seems abandoned and hasn't work since we switched to tiled
        rendering anyway. And the need for the special single tile at a time
        rendering test mode is mostly gone now, when tiled rendering can be
        tested with the TiledLibreOffice app, I think. So no need to slow down
        a "make" by building the MobileLibreOffice app, too.
        
        Change-Id: I7b0afd3b35ff2ed0fb72f2c150abb25548a5546d

2014-03-28  Stephan Bergmann  <sbergman@redhat.com>  [5dbb3c66aa1b600b21251c5afa4f5d7a2fefa05c]

        SAL_OVERRIDE, vclplug warnings_not_errors redux
        
        Change-Id: I2ada77879dd8795184ad615654d0cf80371cce52

2014-03-28  Luboš Luňák  <l.lunak@collabora.com>  [5e7aad393c0c3fab20c8298697ca96563caa7afe]

        menu(bar) uses window text and background color, not button (fdo#50921)
        
        Change-Id: I13adebd09746d21e7456927e14dcdc3efb2c723b

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [a85145a359f5f21b2d57d822b2785a85c6566856]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I16b931a3383794e646ab71011510926e49da3599

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [891e9807d8cb88bb8f2a9d5f05aee78dca538b32]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: Ib84508c7617610ff81d3ec29bc5130048e4cecd3

2014-03-27  Luboš Luňák  <l.lunak@collabora.com>  [b3b843481db30df80e39869052b57ec929e18ea8]

        write (no)wrap of text only for custom shapes to .pptx (fdo#71961)
        
        Apparently checking the TextWordWrap property in DrawingML::WriteText()
        gives false by default for objects that do not have it set, which happens
        to be everything except for custom shapes, which seem to be the only ones
        to actually obey it. So all normal text would be exported as nowrap to .pptx
        and read back as custom shape that has non-wrapping text.
        
        I tried to make the property return true (which is what it should be in practice),
        but that appears to be an exercise in futility, or I'm not mad enough to follow
        the complicated property sets and whatnot. So just write it out only for custom
        shapes. UNO purists, if any, are welcome to change the dynamic_cast to something
        UNO-better if they manage without an ambiguous base class error.
        
        Change-Id: I3ed906285fde88d902ac9c801986a82a7515638b

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [65db69dd9c1febf4920b09918bf84ee4bb6ec2f6]

        SAL_OVERRIDE, Mac OS X sd redux
        
        Change-Id: I9b2959bf77fc79bba2f4abb09681872f6d3a4300

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [b8b85207196dcf2c59a0062df69262e084dbb90e]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: Ibf7094c750c665cf14a104091e8ff148d743bccc

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [7ebd40d26d8069725ac77760e4324c21523400a2]

        SAL_OVERRIDE, Mac OS X slideshow redux
        
        Change-Id: I91d21fa4ebec26eaa59aff93eb730c48b0afad45

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [cd648c5a35dc581ef99763159032b3662236db57]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I667f701cdc15471d3b154c3b7e4a23487d540015

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [e79aa3816892a3055560048c66139f1c4da30bac]

        SAL_OVERRIDE, Mac OS X sfx2 redux
        
        Change-Id: Ic99184543e2c019e96622e445b56c21760bf025a

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [a7a9e81c772c86dbc8a2a62694a3f7dc23789df3]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I5d2fcf6ba90892abf55cbf61b760c2fbbe33c412

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [ba59a951e595bd44754c4e60603b27334bbf9897]

        SAL_OVERRIDE, Mac OS X fpicker redux
        
        Change-Id: I02c234f36ed642b63a4a15ac4f865d8926fe081f

2014-03-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e691541fb5954f702c36dd0ec94e7c79a9fdb9de]

        add interface for 3D stock type chart in 3D sceen
        
        Change-Id: Ia7e17b64ce5f5f2320744618bb3006f4f9c2ab17

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [f7c8d7655f9e90df2ad79a379d3877e22db08f89]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I6eeb47699193ee024e975915011b1c3c5483bf9e

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [990f52cbbf3a8c3ca95f5b40f0de6e0110aca7b0]

        SAL_OVERRIDE, Mac OS X connectivity redux
        
        Change-Id: I9d4ef90501c9c36c77991d9521d08b327c3d0d5c

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [e497edc2fa695d71b7f1742c445d2fc9acd308dc]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I2ac787ff911ecc37d28fdd2ea0c2a11e31b720fe

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [a7458fba26db19f04b72ba6bb2da2215e523c20e]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I4aeccc3957048a40e705654bf6b9972cc03648b6

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [8e4560e709fb565c69f1950387a812e543d98e22]

        SAL_OVERRIDE, Mac OS X vcl redux
        
        Change-Id: I25f2a79efff7b77651f7cd6c658269e9411c3bdd

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [c62d31f791d7e09fdca5dd185603c78b47f19597]

        Simplify #if blocks a little
        
        Change-Id: I2867917e02ef808e4f74175bc146fcbb9bcba7be

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [8e5f5d3eb5598bbebcdd4b6536d8af6f0e96b039]

        Plugin to warn about/fix verriding functions not marked SAL_OVERRIDE
        
        Change-Id: I1d49aa9ad238cd5bd2e04479c2eb916f010417df

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [567ef6d5782cdb729b49005caf6005610ce03e22]

        Second batch of adding SAL_OVERRIDE to overriding function declarations
        
        ...mostly done with a rewriting Clang plugin, with just some manual tweaking
        necessary to fix poor macro usage.
        
        Change-Id: Ie656f9d653fc716f72ac175925272696d509038f

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [c36daa01f444ebad799c1cc7a106f1b4bb3c3d12]

        Introduce INetContentType::scan
        
        ...for use in <https://gerrit.libreoffice.org/#/c/8737/> "new methodINetURLObject::getData()
        for data urls."
        
        Change-Id: Id381d7c328153fbea44c0efb80532b2961c6c2b7

2014-03-27  Luke Deller  <luke@deller.id.au>  [92ad689bcb3ad16bd35302e6ff4ee45b872c05a0]

        Unit test for .doc import of full colour borders
        
        This test exercises the import component of commit
        ad51d4952dc30e0d1cdcc6037556cd7c66a61542 which adds support for full
        colour borders in .doc import/export.
        
        Also this test showed that page border import was not actually covered
        by ad51d4952dc30e0d1cdcc6037556cd7c66a61542, so that omission is fixed
        here.
        
        Change-Id: I6272e9b22415b5af012145e99360c5765d5aec60
        Reviewed-on: https://gerrit.libreoffice.org/8759
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-03-27  Thomas Arnhold  <thomas@arnhold.org>  [e0791969c8913f7719f59cf57983f5388a311cc6]

        remove PROFILE checks
        
        never defined, follow-up of 512de6e75d34d2144392d1e78c25446f2d0b3a35

2014-03-27  Michael Stahl  <mstahl@redhat.com>  [b6e2851806c2d56674b6737c4f208e916e677764]

        sw: avoid warning C4510: WW8_TCellVer6: default constructor could not
        
        ... be generated; apparently that class is never instantiated anyway,
        just used for casting horribly in WW8TabBandDesc::ReadDef().
        
        Change-Id: I4265d85b43b10135b9425c58b70e42d65d7e2038

2014-03-27  Takeshi Abe  <tabe@fixedpoint.jp>  [ee6895c61f8c073288bbc73cae105c3c1c36b9f0]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I3d26325995995f658cd6adcc80e0716cfcee7de0

2014-03-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [3ffb8c2f58ae02ad201cd016f2331aed0523d46e]

        OutputDevice::EnableRTL should be virtual
        
        Change-Id: I5e89326659e018561114a2fee2532d4412c070af

2014-03-27  Michael Stahl  <mstahl@redhat.com>  [512de6e75d34d2144392d1e78c25446f2d0b3a35]

        sfx2, sc: remove macros for using Windows NT Call Profiler
        
        Apparently this tool was available for early versions of NT; googling
        finds a caplib.zip from 1992 but that is missing the CAP.dll so there's
        no way to use this anyway.
        http://cd.textfiles.com/cica/cica9308/UNZIPPED/NT/CAPLIB/CAP.TXT
        
        Change-Id: I4718af0e175b78bcdad38bbca0fc9579b3b12111

2014-03-27  Michael Stahl  <mstahl@redhat.com>  [1e1de355713d1035e172f2a3cd299fd3a1154130]

        sfx2: why is this debug stuff WNT-only?
        
        Change-Id: I8768ebc523b03a469f8b9bb49e015ca7d140fc96

2014-03-27  Michael Stahl  <mstahl@redhat.com>  [65391bdefa1ec634f6de8a70d07b26b35c14fa65]

        sfx2: s/SAL_LOG/SAL_INFO/ in WNT-only code
        
        Change-Id: I0e7c241e0ee9c7d2ace75d8a935ee068da80fb6d

2014-03-27  Michael Stahl  <mstahl@redhat.com>  [88a822a2d8c40d345cf5060a70b6b132221ef651]

        scaddins: workaround spurious MSVC warning C4701
        
        Change-Id: I5b184a552b258e922d594cabd52c9f2bae3bb2b1

2014-03-27  Noel Grandin  <noel@peralex.com>  [c5058e6b8edd092670ab5e16035ffce8f0dbcc24]

        fix extern declaration
        
        which I missed when I did commit
        ffca95023020a24eaff4ece1d4c7bedd469bfb78
        "sfx2/childwin.hxx: sal_Bool->bool"
        
        Change-Id: I75fe4a924cc477194453fac5386d23f23d3a1728

2014-03-27  Noel Grandin  <noel@peralex.com>  [fa1cebc00281b1e051c0f4b0494d02b5af7d1851]

        document that SfxTabDialog::bFmt is being used in a hacky way
        
        Change-Id: Ie90e834176fd03de440739b317f23c7d8c9da795

2014-03-27  Noel Grandin  <noel@peralex.com>  [e9745e3a7fff649a03252a22f72d1d16aa162dad]

        sfx2/stbitem.hxx: sal_Bool->bool
        
        Change-Id: I7303d9533551fcfa7c7a99c9592402511492165a

2014-03-27  Noel Grandin  <noel@peralex.com>  [12f49da9baed5798a9dcb1814ff740f6b6a059db]

        add comment to method to warn other developers
        
        Change-Id: Iae27d951a80d7f5bf3c2d37693c7088f57e0e04d

2014-03-27  Noel Grandin  <noel@peralex.com>  [34002c4e5cf68ac0c98c3922c653c9ea8b898207]

        sfx2: sal_Bool->bool
        
        Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14

2014-03-27  Noel Grandin  <noel@peralex.com>  [ffca95023020a24eaff4ece1d4c7bedd469bfb78]

        sfx2/childwin.hxx: sal_Bool->bool
        
        Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7

2014-03-27  Noel Grandin  <noel@peralex.com>  [75ebd3bdf3ffcfd088f6dead6657b5a4244f2317]

        basic: sal_Bool->bool
        
        Change-Id: Icd78d21495f305c8f00280eee76e7262e542317d

2014-03-27  Noel Grandin  <noel@peralex.com>  [f288d7dcbd65e86e2c4f6519fac91eece8f01034]

        basic: sal_Bool->bool
        
        Change-Id: Id4952b6f97f9e8f917fea5651dee91499d109e48

2014-03-27  Noel Grandin  <noel@peralex.com>  [d7c5d9e3853af0261204fde6c14b349d9c3d9863]

        basic: sal_Bool->bool
        
        Change-Id: Idfe18863b2c6f60da5192d661f66e85a2bac09e5

2014-03-27  Noel Grandin  <noel@peralex.com>  [21dcef5388e8e5941380225ccb808daa7b1c5620]

        xmlscript: sal_Bool->bool
        
        Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20

2014-03-27  Noel Grandin  <noel@peralex.com>  [65c3e11ea90964726c7d7671447d12e767167d12]

        framework: sal_Bool->bool
        
        Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15

2014-03-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d4aa726f16899ecc75b5c7c3736f21509e7a4e9c]

        Avoid unused private field errors
        
        Change-Id: I09fd613a8e6ed8283faebeb802cc30c57ac8d37b

2014-03-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a8dd75cdda42f22aaf966db3bb2b9fe56d6be9fa]

        Try to fix mac build: missing boost headers
        
        Change-Id: I20ad48dbebcf60e64c56a03160faadbb4bf4b20d

2014-03-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cab8cfbe60e2829d62308444a610d340d2370781]

        Basic UI for inserting 3D models
        
        -By now only in impress.
        -One supported file format: gltf/.json
        
        Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a

2014-03-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4f48dc2f978d36ef9ba08bf828894fa578430fc7]

        Skeleton of OpenGL avmedia service for playing 3D models
        
        Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef

2014-03-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c4cf1a1891122eb1136484dd16145620b7678e96]

        avmediavlc: Remove duplicated external usage
        
        Change-Id: I2f41c13465740e5079e6af413f4c8217d6dcd36b

2014-03-27  Michael Meeks  <michael.meeks@collabora.com>  [3ca1411772eb74a1cbfb00976f077f804684d9fb]

        fdo#62155 - don't crash if we can't create an instance of a calc addin.
        
        Change-Id: I478d7777949683a91e7adf9fa6b54e9d01ced676

2014-03-27  Stephan Bergmann  <sbergman@redhat.com>  [26f6ff08291848212a2f844878c1e330c4fa6349]

        More compat stuff
        
        (currently only used by a not-yet committed plugin, though)
        
        Change-Id: I4cff7eb97dbe10a44a911be9db090ea8cd10d8f0

2014-03-27  Muthu Subramanian  <sumuthu@collabora.com>  [b566aa7f16bf5ec389f27f4b7a9c9872fffc3d69]

        Add unit test for left spacing (anchorCtr)
        
        Change-Id: I8fa347497c9509285c5f0422c618efcb360dbd34

2014-03-27  Muthu Subramanian  <sumuthu@collabora.com>  [31b8ce1153bb513613cc7b9cc755b2b4abe4852c]

        Add unit test for text rotation.
        
        Change-Id: Iba4e002c461f00807f277e6032afcdaaf25ea4a2

2014-03-27  Muthu Subramanian  <sumuthu@collabora.com>  [45c91575e7b528119124f574cb78e21158fc2652]

        Cleanup a bit.
        
        Change-Id: I90e15389a76c34d6b7a93cf8b059029795ef8891

2014-03-27  Muthu Subramanian  <sumuthu@collabora.com>  [c17eb67460293fbe72ffa8e80cd10743df493afa]

        n#862510: anchorCtr controls the anchoring as well.
        
        Change-Id: Ib244d89a9f7d400b3891d477314cd5f0193552e0

2014-03-27  Muthu Subramanian  <sumuthu@collabora.com>  [e3e12b1d1e36e1a0d4fc4c6423b584d677693897]

        n#862510: Fix text rotation.
        
        Fix breaks document in n#783433 - the one there is
        damaged - resaving it using mso 2010 should fix the problem there.
        
        Change-Id: Ib2ee7ab20489d716dc189ac6810d705763a16476

2014-03-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddecc215614de485ab1b64812cb1b51644cad280]

        RTF export: handle Relative{Height,Width}{,Relation}
        
        Change-Id: I16bef12840f45b269de18fdac4c3718ed904e1be

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d87240c0b2fba39b437f87be2b3c9cf54ad0ee5f]

        Make sure to set the RoundedEdge check box on load.
        
        Change-Id: Ic62e3f26b2cda28e823c465efb78a397fe781d51

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [defa767632511fd1c0ebcb9388b2a1ddc1ffb2db]

        Export RoundedEdge property to ODF.
        
        Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f6f179c502506ecc6bdbd689e1cd0c1972a628c2]

        Pass the rounded edge property to the diagram object.
        
        Change-Id: I71fa1bf82b879a1da69ca78d53bcf8072bdfa9ae

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cea725111c239216324604c430e6084a828cf5f7]

        Add the UI bits for showing "rounded edge" property for GL3D chart.
        
        Change-Id: Ia6083c423bf8286a0b562d490283f8e1328a0124

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e1823a9f8abc8907f155215bc5f5280d06c41d82]

        Add a boolean "RoundedRectangle" property to the GL 3D chart.
        
        Change-Id: I3cb23461718c5713c1e76d0b37d92b3e7849d13b

2014-03-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f5659fcd1928cd82c6f57331f1147049b40bce8]

        Close those <p> tags.
        
        Change-Id: I72ba74164e660bfbe496cc63b98e397ee1e2425c

2014-03-27  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [da46a0cbcc656dea15a42d4cfc10e2058258b8cc]

        show negative values correctly in pie charts, fdo#69143
        
        Change-Id: I2a33095f7dceb564911478a30aed1137ddacd531

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0b4712812fa78b5bbfb9313c36a14f46e1bc662d]

        enable the export validation for chart ODS tests
        
        Don't even think about using the new skip flag for your shiny new test.
        If you itnroduce tests that show validation errors fix them!!
        
        Change-Id: I21bf61a113a35ca204a54d18246848a5788ae559

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [712daf33c826101a43e918d0a6285e21ac6e339a]

        remove unimplemented method
        
        Change-Id: I28c735478142bcb438ac24482612d5fb52a65f6e

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e8ed900016f0c51bc0374bae2a2963510e1ddbdc]

        improve formatting
        
        Change-Id: Ic174dee2b0c3005b15b30348bf6aebf20ce50fb8

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eaeaf871f1d77bf15e262451bc103b4eb976ca72]

        improve validation failure message
        
        Change-Id: I1a613899d18a004149d3e637d796bc2f6687e6c4

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e940e177af57de12211d00049f773bcbf9bffe7d]

        handle xlsx files correctly as well
        
        Change-Id: I24d63386d158e130aeb340235d71eb05cbd679f4

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [70c96dc14784aab5a209f7f5b0021540ab74c502]

        unimplemented method
        
        Change-Id: I5820bde974a42f32c404aa2b14b410534f10db29

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b0d99224c777fa8f532fa8014207240c60220008]

        add test for improved overlap chart export
        
        Change-Id: Id1466f7a95470a7c90a7752971e126d3f4b45766

2014-03-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a1f85043237b6b02549b69aad90d687c0d4e08fc]

        support negative overlap
        
        Change-Id: I1ec67a8697148d650f56650c6320964ac39dfedf

2014-03-26  Luboš Luňák  <l.lunak@collabora.com>  [ec2b4ea9b4525b4470f2eace64e43cf30195ad92]

        fix test doc again
        
        Change-Id: Icd728e03ac605a05fc9a1f001e2becaf1536ce7d

2014-03-26  Luboš Luňák  <l.lunak@collabora.com>  [ea4ce88bf60e46c3caa2e57b6550b52bb58ad861]

        fix test document name
        
        Change-Id: I029c77aac896cefacd685705881a3259affee921

2014-03-26  Julien Nabet  <serval2412@yahoo.fr>  [b26f2645d30de5ef86eaeb91ef5346135cfe256d]

        Resolves: fdo#76638 Patch retrieve_grants.patch.1 fails
        
        Let's remove this since the future is MariaDB
        
        Change-Id: I39641f81c59e7d024aaf48e8e3cc9fc9a7c3127c

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [190085dd4d1bc8cdfa5573158c8986b757ac1faf]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: I35170712b8f0c83ab35cb5ef7115a6dc434a7a4f

2014-03-26  Luboš Luňák  <l.lunak@collabora.com>  [0d1abac3a3131a9419cedb4385edf6ab8ccb58de]

        test for ignoring negative cell margin values
        
        Change-Id: I7e56762a7097dd7369f9d8d71b499888ee5c081d

2014-03-26  Luboš Luňák  <l.lunak@collabora.com>  [1e47614cdb84b018a22a334dad0cdd9f0f53892c]

        apparently some table .docx properties shouldn't be < 0
        
        Somewhat related to 10b4da63e3143108ba75891e9e98fdaa2f7953ab , a similar
        doc has negative value inside w:tblCellMar, which MSO seems to ignore
        (altering the value has no visible effect), so ignore it as well.
        
        Change-Id: I846e9b55fea0d4e66f03ce615584516360b8b7dd

2014-03-26  Luboš Luňák  <l.lunak@collabora.com>  [77f4c4b8db2671921dd378ac4e255b700c7cf332]

        Revert "rhbz#1075124: writerfilter: fix tables with negative left margin"
        
        It appears that this was just a workaround that incidentally worked.
        Making the negative value even larger (in abs value) doesn't seem to make
        a difference for MSO, but LO fails again. A proper fix (better workaround?)
        will follow.
        
        This reverts commit 76aa23c59b4c81ea7b9d974a1a0a9e39c6bf8741.

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [a3b0d947b026731af6d29891876593c82c2bc65b]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: If736316402c49153d4c8552672c90552548f90b8

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b3847f3dfda6ed18f5f09f01354c529925c25889]

        Work around MSC "'override' cannot be used with 'inline'" bug
        
        Change-Id: Icd3b09f098c19268ac888dd6195fb535979557ed

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [35ddbcbc42628c57c3e5fda1a3e221231d21803b]

        Fix merge conflicts
        
        Change-Id: I6e099911afec9c4086f620b45656880135decff0

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [2d832c264801a8b1e155d33d1506af55dc6e207f]

        webdav: Workaround failing unlocking by ignoring certificates when closing.
        
        In neon version, we use xml::crypto::SEInitializer in
        NeonSession_CertificationNotify which I see called only once.
        For some reason in serf, Serf_ConnectSetup is called every time
        we send a command to the server. But that leads to not working
        verifySerfCertificateChain in __run_exit_handlers because
        xml::crypto::SEInitializer is not available anymore.
        
        Change-Id: I15685256790375dd86eb1b7614da25838d5ce244

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [06072a9707ecebf97758a50255863ee7d3383162]

        remove SerfTypes.hxx
        
        Change-Id: I189e7168562db2ca03fd64745eb1f826b6c9adc2

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [05671c1f01c73bd3f4773c9653d95e3188657eb3]

        unused variables and simplify
        
        Change-Id: Ib2412d5bd3e3db42b972783bb8d17bc6559c9c21

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [166a934cdf6b3adc89bca8ce6b2489d225c75309]

        webdav: Implement refreshing of locks.
        
        Change-Id: Ia4a1c7b929dac473dfb5a5fa233c7f0c662a95c6

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [53e9b3393aaeb00687eae096944531747976cef3]

        webdav: Implement unlocking of documents.
        
        Change-Id: I12c092fa7034702273182ef07431ed00f38df8ef

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [3648ba0db379b3ca2cc6bb84a4b6c14f16217fa9]

        webdav: Store locks in SerfLockStore, so we could unlock later.
        
        Change-Id: If2667e9374917dd1e4c4361378783729761e7dda

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [c1496e67616c3ec94d500bb632cca6b844f37a2f]

        webdav: Parse response of LOCK request.
        
        Change-Id: Ib17de602e2c51eb29b0495ce7411836ceeccf9d4

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [6e0cc0cd40fcceef601c9b680f44b95f6286ffa0]

        webdav: Lock files when opening them.
        
        The implementation is not perfect but good enough as a start.
        
        Change-Id: I6f006ae7a16ee73de20448e1228d9acfd69becb4

2014-03-26  Matúš Kukan  <matus.kukan@collabora.com>  [9f586e2fbe41ec4d808369fac9501e3e9aea08f5]

        Remove pointless SerfRequestProcessorImplFac indirection.
        
        Change-Id: If8549893a686c7a665adde0436d377d6d695e5bf

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [70cc2b191b95fbc210bc1f0f6a7159f341894f0f]

        First batch of adding SAL_OVERRRIDE to overriding function declarations
        
        ...mostly done with a rewriting Clang plugin, with just some manual tweaking
        necessary to fix poor macro usage.
        
        Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a

2014-03-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8757bea2e88c6e349e1fe98d8e9695d7b9c6179e]

        cp#1000044 DOC import: fProtEnabled means document is not totally read-only
        
        Reading the spec, it seems that we have two cases here:
        
        - if lKeyProtDoc is set and fProtEnabled is 1, then editing forms is
          allowed
        - if lKeyProtDoc is set, but fProtEnabled is 0, then the document is
          totally read-only
        
        So in the first case avoid the SetModifyPasswordHash() call to allow
        form field editing.
        
        Change-Id: Id0c48e8eb4bde75c5520a7b108fcfada51148faf

2014-03-26  Jan Holesovsky  <kendy@collabora.com>  [586245eb1fb5a5a65f907056285be68ce56d1a50]

        Revert the unwanted submodule change.
        
        Change-Id: I725d89c5c36ce898f7340b270a40d875a13a839c

2014-03-26  Jan Holesovsky  <kendy@collabora.com>  [57ee15e5f1ae299e2344e2bbee0da085a434bf2d]

        These strings are now global resources, define them accordingly.
        
        Change-Id: Ia68249242850ef3d82cc56ceae7e5ef84dd08b5b

2014-03-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [b467b85817dfb11b8f481e0cbf853b67b48e991d]

        Fix tab spacing in include/vcl/outdev.hxx
        
        Change-Id: I98eb64ee6ebad72b534bac8a467a9a334876c2e6
        Reviewed-on: https://gerrit.libreoffice.org/8758
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [29bea73595b1c5dc8ee6c311ae3f43e3345448bb]

        fdo#74702 Followup to 4d1111aafe4c1$53ca52d045d726799d4b1753142
        
        Forgot to commit... oops!
        
        Change-Id: If73bdb2acb3fdba7e155d6f4ed2b6a249829db0e
        Reviewed-on: https://gerrit.libreoffice.org/8757
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [4d1111aafe4c153ca52d045d726799d4b1753142]

        fdo#74702 Move device specific bitmap drawing to its own function
        
        Device specific drawing has been moved to its own function.
        VirtualDevice and Window draw in the same way, so can be shared in
        OutputDevice, however Printer has its only specific ways of drawing
        so it needs its own method.
        
        Change-Id: I051fee029a1ec022a131bb12588189178c4109b2
        Reviewed-on: https://gerrit.libreoffice.org/8724
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [12d30ef0ca9418d6dfa75e2a95f5213961b2fa21]

        Remove unused macros
        
        Change-Id: Ib4838eacd9240664327292bf12c7a14a8cdfbcf1

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [622e9d9030d436b1f1be4aeb7facb9553a3f63f5]

        Expand uses of SO2_DECL_BASIC_CLASS_DLL macro
        
        Change-Id: I6bee19954e930248058128c9e01cc23b3395bf20

2014-03-26  Stephan Bergmann  <sbergman@redhat.com>  [5fb78604c1c3e91beb867c352928af9e1ef57a26]

        Split TYPEINFO into plain and TYPEINFO_OVERRIDE
        
        ...where the latter contains SAL_OVERRIDE annotations
        
        Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1

2014-03-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [bc5060b32f08b0408fb929faea1f8140a58d3cc5]

        RTF import: handle Relative{Height,Width}{,Relation}
        
        Change-Id: Ic3a578af9c0808b188a4d196b1c132c0b23f15f7

2014-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [3952fab4edb68608dee1e20750a826c6e0c1a417]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I8b57f970b31b12902e3772c3306b71379b8d3fe5

2014-03-26  Tor Lillqvist  <tml@collabora.com>  [1c00c606d125330026689192a8146c95084118ca]

        Return two accidentally removed member functions
        
        Change-Id: Ideef97c6ddcde9a3c324084a53792c965c7b6707

2014-03-26  Tor Lillqvist  <tml@collabora.com>  [628b07cfc0417e87a6f2558543608aba04089d6a]

        Seems we don't need any basebmp stuff in AquaSalGraphics on iOS
        
        No repeatable visible differences in TiledLibreOffice for my test
        docs.
        
        Probably we should unify the iOS vcl code even harder with the OS X
        code, get rid of the last remains of the pre-tiled-rendering basebmp
        bitmap-based stuff.
        
        Change-Id: I2484585d3d0ef5ce758d0a654717d23464464c1a

2014-03-26  Tor Lillqvist  <tml@collabora.com>  [99a79ef856fb6b02196f71e67907a6a45940de01]

        Sprinkle some SAL_OVERRIDEs
        
        Add SAL_OVERRIDE markup to SalInstance and its derived classes for Unix. In
        the process, found one pointlessly virtual function (not overridden in any
        derived class).
        
        Change-Id: I49e021e77d53b658e664178372b333a13ffdc9aa

2014-03-26  Tor Lillqvist  <tml@collabora.com>  [d852df0d6d6f7b8c12b43c34cec83f673ef0a32f]

        Bin DestroyVirtualDevice(): Just use delete directly at call sites
        
        Change-Id: I47c67d3d89ab22b07b3ec6fe7ea6e035d21e85b6

2014-03-26  Tor Lillqvist  <tml@collabora.com>  [975bbf29dfda6296b9f89958fe8c27af372150e7]

        Error: exception specification of overriding function is more lax than base
        
        Change-Id: Iffcc2084e005b27653964ddc6e965744be370a16

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [86090ef2fb4ea06f687d9e4474b8bdfda6eb6871]

        Make the new OpenGL chart type a compile time option.
        
        And it's disabled for now.
        
        Change-Id: I9a513d757960b61e7b2d6009eabf97a75b6c453e

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [44fc32edcddc7f290e3e5162be9a80917c499ade]

        Properly import and export the new chart type to and from ODF.
        
        Change-Id: I38e9813c6eb853dfb92b1537cea0b9ad97473b57

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [05efb605b36ea340762ef1583b3aea6a6b5cdddb]

        Add a new skeleton plotter for the GL3D bar chart.
        
        It plots absolutely nothing. It's just a place holder for now.
        
        Change-Id: I6eb9cc23481391b83f6946a8b49a6176c5b29cd7

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b7c3e851465638d4416ca8837937946353561088]

        Turn this into a regular method.
        
        Change-Id: Idb4dc17971cd37a4cdf99b2c02e61fca14cb3ce2

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45c98588d0f67ee306b89e8666e53d05a9834e09]

        Crash prevention by checking for NULL.
        
        Change-Id: I10a0c2dcee123b884c563c3e6f83e218747e792a

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be1152e0cc8286eaff05274c71843c3457948393]

        List child type for GL3D bar chart type.
        
        For now there is only one child type.
        
        Change-Id: If39a3e75fdae62f0b20769c21e6a4e235ede941e

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [56aaa39ff83962286fb7b627d847914f8144b750]

        Skeleton template class for GL3D bar chart type.
        
        Still very much empty.  It needs to be filled with sub-categories.
        
        Change-Id: Iad7ad34efb264025541b585a92ee2ea7b8fff56f

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e3ec81a1d3f66b1a76aa865c1be988051db3e25d]

        Image for the new chart type.
        
        Change-Id: Idba626c947cc7875bdcdf13677f2161c4d5b68c5

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be89276e63a29f4e066c7991cdecc97c20794e7c]

        Add a new chart type "GL 3D Bar" (working name).
        
        Change-Id: I0b0a65bf4f9365a8d522e3c439afe19797b2fdd5

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [349a5b72bf2bc627a79967d61ff7dc07a4ac90b2]

        Initial skeleton class for the new chart type. Still very much empty.
        
        Change-Id: I5e9eaeb9337d51f59f800f8e676b8bc83b80df70

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [003a27a14d5cf65fe0b528b6d6015e37a64dbb8e]

        fdo#74322: Handle moving of named ranges correctly.
        
        But named ranges are adjusted if and only if the references are absolute.
        
        Change-Id: I6c5287b413884b045f1a798c6c6683aa17863f24

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3edc49d11765372fa54c52b71b49bf52675f4dda]

        fdo#74322: Write unit test for this first.
        
        Change-Id: If16a93ee371e9a4e0d0992fd0a62a4623fc284ab

2014-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8bf22e7fe67b3321e2b2dcc8fb98882ef0eef4ca]

        related fdo#74981: add a unittest for kicks
        
        Change-Id: I817948d053640b04dab8aaee85e914757b83cfa1

2014-03-25  Andras Timar  <andras.timar@collabora.com>  [25b1d86643e5e60a3aa79d7ee3bd3e3828dc96b1]

        typo: bussiness -> business
        
        Change-Id: Id8851321571072df8042a08c2bf350891a9dfcc4

2014-03-25  Eike Rathke  <erack@redhat.com>  [e27cc864be4d18d5bf307c58ebf1c1aa4ef90078]

        added unit test for .xls BIFF enhanced protection
        
        Change-Id: I8f218f8f8ce12525b4c9995567d2864baa610c0b

2014-03-25  Eike Rathke  <erack@redhat.com>  [98c6b4149e46eec6aaee5b64f2fa40678589dd4b]

        union of a to be edited range may be distributed over two different records
        
        Change-Id: I1d0047e04394a79134b3333eef35ba0cfe6a8ca1

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [cdb473b00a7d56c43df568708c069fa31a07f0a6]

        Remove now unused tools/debug.hxx profiling functionality
        
        Change-Id: I13adca8c2f929c8a9226b26ef57b26363dfdf0b3

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [62a8fa8fce9c7446a8ec95375b2001058d686619]

        Remove legacy DBG_PROFSART/STOP calls
        
        ...probably better done with callgrind, if still relevant at all.
        
        Change-Id: I2be614c953d41625f7e11ee7881c2f897ee703d0

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [671f7130a34743322d9467a81c9d757333850244]

        Remove legacy DBG_PROFSART/STOP calls
        
        ...probably better done with callgrind, if still relevant at all.
        
        Change-Id: I15069df4e2f271b0c240231f35af2e664a02c296

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [2ab3bae2cff8a51ba11e68539d75d21f826d9481]

        Reduce some functions to local
        
        Change-Id: Ia2d7eaaa1381fe46839b0d52a91bdc3a439fa418

2014-03-25  Niklas Johansson  <sleeping.pillow@gmail.com>  [e5d7a360e68b1725ee28abc5c76db5c4023dce88]

        Accessibility: Avoid immediate crash in Impress
        
        When Accessibility is active Impress immediately crashes. We need to check that
        mpParent isn't NULL before we try to call it's methods. This has been a
        problem since at least commit 7ef4a5bd51c606c70661dd303ebd1eeaec0c3834.
        I don't know if it is relevant to bring that back though.
        
        Change-Id: Idaa1f30685205e3a62cec2a60a14791d798391a6
        Reviewed-on: https://gerrit.libreoffice.org/8748
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [729f40f0359bcaa311c7d0067c84e7755286d261]

        coverity#738830 Uninitialized pointer field
        
        Change-Id: I82b0c24957761573e0870b11b7b1ddb3553119c4

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [80450fe68f193c69a49bdd0f9b40dac8f1b9f407]

        coverity#738856 Uninitialized pointer field
        
        Change-Id: I3dec3b5bed90b63f8869e0f28c970cec93d040c8

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [361000e7b670c78ee9009d101c25ac3618e36243]

        coverity#738867 Uninitialized pointer field
        
        Change-Id: I14e7a499d994d5a93ca1c6263a5c52e3c6b14fb6

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [138d02c6c6e588903b151a8ba5d93c03fae3f75e]

        coverity#982474 Unchecked dynamic_cast
        
        Change-Id: I67f495755502b034b8a09d8b6d61ede45f2d91e1

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [7fce0e3fe7b6de17c896bcd60cf054e4721bce67]

        coverity#982469 Unchecked dynamic_cast
        
        Change-Id: I6fa95fbd64f69cca1837b57f9c632f0bdbaec1d0

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [356263dcdb499631cf642eca869449b374e1f7dd]

        coverity#982468 Unchecked dynamic_cast
        
        Change-Id: Ie98fa4199ebfa96495bdb7fa4582b09926fac8f1

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [ca276d55ea0c4946d455ffa3ee8693cab1b17160]

        coverity#982466 Unchecked dynamic_cast
        
        Change-Id: I6016ab4ffd2712d62cf3a8136a7d292f06abc8dd

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [592f1387486eefa6d97858d538cde7ff085972e7]

        coverity#1130187 Logically dead code
        
        Change-Id: I0d89af20a61123d7a47452c024c987774d929475

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [960da63a9e0f84c4531399baa82df057084414e3]

        coverity#982303 Logically dead code
        
        Change-Id: I45aca72d340295fcda04f9045f0c61b882722fd8

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [9104fbc571d5c81a30250a3b97c3dec1f1a55490]

        coverity#735475 Logically dead code
        
        Change-Id: I6c1538ac40db97d687f446a8059e51b4a588199e

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3cd22c2e025fba734ea2213b679e524de3e17a79]

        Extra blank line.
        
        Change-Id: I6ee460dabfe1962d4ad1eb22f29d924a5e854a82

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8582db191b5c88c72e5b16c89a024f897a95a6f1]

        fdo#76402: Handle range reference expansion in named ranges.
        
        Change-Id: I8314260fc7588f0a0230ab63cc600fa887a8479d

2014-03-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a603ddf9adef4373940936f785e918a8c0ea560b]

        fdo#76402: Write unit test for this first.
        
        Change-Id: Ib4fccb0e29d4a21a211de4af2cdeaf956f9b9cc6

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [76ada5696d114bc90cf285fafec41b1d21696692]

        convert mail merge page to .ui
        
        Change-Id: I13e23a2e5c19370b0a82c24bc96b532debf9c160

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [a27906233ea9b97fae848f0006c644f72c4c6f27]

        Updated core Project: help  2b799e21a07d93f7b997bb1f3fa85e8cffb19356

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [97354578d7195bce927f0c00c4e2ae9cd7344776]

        Remove the obsolete functionality originally underlying osl/diagnose.h
        
        ...before that got rebased onto sal/log.hxx.  That functionality is considered
        an implementation detail, so it should be safe to remove it from the URE
        interface.  As usual, aborting stubs are retained for SONAME stability.
        
        Change-Id: If948b9714c26a3871e38dea4d4d5b5466d6ee258

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [86088dda6e893faaecfea19bad6e0e6c1ffa657c]

        osl_setDetailedDebugMessageFunc is effectively doing nothing
        
        ...since the osl/diagnose.h macros got rebased onto sal/log.hxx, so remove the
        corresponding tools/debug.h functionality.
        
        Change-Id: Ife4b5b1a2608230d0dbfc3fa8852243c89ed292f

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [7bb5f9e1a206e1f62df5d72947d564af2aaa09ca]

        Adapt to sal/log.hxx
        
        Change-Id: Ic197b0fc962ff33b0f0a3c7f04d8208ea9123094

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3c5d30c03b4b2d2c4d38d602afc839e7a922bca3]

        Adapt to sal/log.hxx
        
        Change-Id: I9c59495977e111d94077470f07591c91fa3c1665

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [ff1a592a1f2c8426691bf497a67720a6a91bdaae]

        Remove unused DBG_FUNC_* slots
        
        Change-Id: Ief6661ed4bb57546014deef5b10d20fc3a4894fe

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [0e36a13a80465854ba510676fa2baa2e21e67d11]

        MI_DEBUG is never defined
        
        Change-Id: I6f5d74e892d9bdca5a39caa76feb4e3d05b95ba9

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [19d8bae1111a5bb366cb63f640cdebbfb93fb7e1]

        Adapt to sal/log.hxx
        
        Change-Id: Ife7840ec39de743a7dfaacb20c0871fbcd8195e7

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [351c4bcf83983d8e08a5bf174e0b274bc2c0085a]

        Adapt to sal/log.hxx
        
        Change-Id: I1af793393a1aceba7a53c85a4943a9b81362a918

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [5e9e04c9a83f6e7f9c07ed7c10933a97adb335c1]

        Adapt to sal/log.hxx
        
        Change-Id: Ifb0f400136365d85170fbc4c33573ffec6a4bfcd

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [9759de7a885ffe02d83a9c9aef7678c3e673bd5a]

        Adapt to sal/log.hxx
        
        Change-Id: I7afe7bfe295dfa20206fdb6bc10da8ea31adb47e

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [dd3a00ffd5e67d74a4dbcdf9a2e8482eab19ce5d]

        Adapt to sal/log.hxx
        
        Change-Id: I9ec4c72d4779f7182478b8d40e1039baf3088449

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [d940e3519717c71c80ba8d3915bbc48acb59cc93]

        Remove unused SfxMiniRecordWriter ctor
        
        Change-Id: I97fd0bb73fd13af1c3b2a548b1329393cbc10924

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [6854bd6b9ed13277a11ae495d9ce47eb197ba754]

        These DbgOutf calls do not seem worth keeping
        
        Change-Id: I6da5848ee2d1d23f921e56ac2eae09c6f148ebbd

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [db3d23ff9eaf57279a515730429cce8684e03c65]

        Adapt to sal/log.hxx
        
        Change-Id: Ibb4549bcca6dd93ae31ef84fbb34f5054d50fe7b

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3afc276001625a613af750de755f3baa4fae3d42]

        DBG_OUT_WARNING is unused
        
        ...and thus DgbData::nWarningOut is unused, too.
        
        Change-Id: I388d2be7dafbfdc173a731dc7daf1c8b5efcd61d

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [bb27014e100affb39f34823e110379bc9611e835]

        Remove unused inline functions
        
        Change-Id: I719c0448ae3db291edfb32738404ff375deb3c3b

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [6d24c8cf7751edf4809bc5f900d3e03af5251846]

        Adapt to sal/log.hxx
        
        Change-Id: Ie90467573a2e0fb2da227c58ce2e89ab2318eb04

2014-03-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [78d7ea21f7c289be47df93fdb975dbccebc583c0]

        Update make helpfile
        
        Corrected typo, included the option dump-deps-png because that is
        awesome and available and not in this helpfile! :-)
        
        Change-Id: If8dd8b9c4dc9938c65499ae5d6dfdd7bf830e94d
        Reviewed-on: https://gerrit.libreoffice.org/8747
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-25  Tor Lillqvist  <tml@collabora.com>  [6811caf91a63c597a533aac7ffe7ef33e0509e1c]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin]
        
        Change-Id: I5850e62b5d8dc25f58ac098fb7ec6a987e96c040

2014-03-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [85dad9793a15183d7b52847a49d75fe392e1d0a9]

        update credits
        
        Change-Id: I82275cda7f262da58688bb273403d6b31eee294b

2014-03-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [d4071188b8572441fd9c2b592e44a5ebfd1f1430]

        Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836
        
        During a rebase I accidentally removed the VirtualDevice::EnableRTL().
        Also taking the opportunity to make the function virtual in window.hxx.
        
        Change-Id: Ic239d8dc131dfcc6b049c30d2fad4d2d12059059
        Reviewed-on: https://gerrit.libreoffice.org/8745
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-25  Eike Rathke  <erack@redhat.com>  [bc43fc2fb27eab02a949832626ce1a9dc380ee6b]

        added Formula/Syntax/StringConversion config item, fdo#37132 related
        
        Change-Id: I349ee1a708acfcf087680b6b07b80fb2ce911c4d

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [1731f6e692bb0a07a2bca4b1b190163f209d2b9e]

        bump apache-commons-lang to 3.3.1
        
        Change-Id: Ibae9d3d143e111c0bb60de76deb085a3ccb010c9

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [3dad9b1019bebcc6db63a424afa146e007f768d2]

        bump apache-commons-codec to 1.9
        
        Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [2b15c85a8cd83e71ca344fa90357f845aaf29f1b]

        bump apache-commons-logging to 1.1.3
        
        Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176

2014-03-25  Tor Lillqvist  <tml@collabora.com>  [f883832c93f78559fa5e1ba5d6d4dd2681595680]

        WaE: unused variable 'catst2' [loplugin:unusedvariablecheck]
        
        Change-Id: Iaeff659796b17ffe5e102b75045c90913f12b615

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [b88434d67bf0304e3077130763226ebe42093be5]

        Resolves: rhbz#1077780 crash on loading .docx
        
        Change-Id: I92670b9c46a2c745ba47c6dcc1b4dd672942cf59

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [dd139fa3e49991c06e08133d6f3afd62ce894052]

        coverity#735446 Logically dead code
        
        Change-Id: I6615145e2529193cbe72f4e5d326832a5b8864d0

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [1cc0bdd037f75eb0294c81b31ac32509577b80e2]

        coverity#735439 Logically dead code
        
        Change-Id: Id475c10effc81386a08337128be270f715daef52

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [6137b5f72f5ec491ea6bd6631a65484fa24d2973]

        coverity#735432 Logically dead code
        
        Change-Id: I6bbbe539d28aefcad04ccae48f2518e78f15b240

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [da5ac820d7200e70569f14a0468115ce4dc402f1]

        coverity#704376 Logically dead code
        
        Change-Id: I4ab6a73a0b24db2d07c33cd593b0898b87c90fd3

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [a79afdaa11a1af26c9404441dcf27ef197e972b2]

        coverity#736158 Dereference null return value
        
        Change-Id: Ia3afc3989d1c9a5d9c70b167186fd81a263550fb

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [fcdae12f366cef3d204ee34ec7618f0c2e1d57ff]

        coverity#736142 Dereference null return value
        
        Change-Id: I89e0ac7fe236edee43f4ce12789d1ad024d7eb08

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [d112c8e677e9c07fd0601c7efe41e3cca25d1b41]

        coverity#704953 Dereference after null check
        
        Change-Id: I134feebf45ff83a78b1b9e691a2731990b8e3f21

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [3f731937454f47eec2d66ef8f61ef4bc097fb588]

        coverity#704949 Dereference after null check
        
        Change-Id: I25fbecbe3dd0c6a9f25b7641ac93842dba66abb7

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [145d278b2297a7ae2a1729c8bb9cb31b4aef3abf]

        coverity#704947 Dereference after null check
        
        Change-Id: Iff2a146e217bb6953525ee86ddc84d8c134ab8aa

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [5fa0e2a400704548e85bd05731145303c2a9b694]

        coverity#704946 Dereference after null check
        
        Change-Id: I816b4305261e6a9971c7cbc838381982972652c2

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [bcbef3acbf80cabcd78eb4c6320b6a116a70f5ff]

        coverity#704945 Dereference after null check
        
        Change-Id: I23606421cdae293d9021cafcc22c4a326c50d49b

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [f02c2cbb28d7748aab9702218e901c2775d4d3a2]

        coverity#704938 Dereference after null check
        
        Change-Id: I4108ee2cf86f0cf080a7590a0b2667071418673c

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [802b66210d551fe04225ce71025c34914b4b3b7d]

        coverity#982311 Dead default in switch
        
        Change-Id: I59ab0c6883e7fc02bed2f4e286a83b6054d8ef3b

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [0aab188892b8e4b5e9f8c88dbd22ba6f1bc4d9dd]

        coverity#1019315 Dead default in switch
        
        Change-Id: Iaac33534d5035ded00115f7a75e2c8720ccc3ea5

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [65f8ce6d94e7fc4583f5c62980d63e1a329af7c8]

        coverity#1187652 Dead default in switch
        
        Change-Id: Ieedec800955c0785b73caf52ff242b54246b653f

2014-03-25  Noel Grandin  <noel@peralex.com>  [80ef0dfedcbba5a0c2cb8de409cc24200191fab8]

        svtools: sal_Bool->bool
        
        Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5

2014-03-25  Noel Grandin  <noel@peralex.com>  [b5e11641a7cec634c603213869a3475b1e01084e]

        svtools: sal_Bool->bool
        
        Change-Id: I90320997ed79be2556eafa4c35af6b968b378454

2014-03-25  Noel Grandin  <noel@peralex.com>  [436cd900956b5fd0b6583954c002f8c28ca32698]

        svtools: sal_Bool->bool
        
        Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4

2014-03-25  Noel Grandin  <noel@peralex.com>  [c849d750eb751d3f2b99d23cca1c8c08672ff379]

        svtools: sal_Bool->bool
        
        Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4

2014-03-25  Noel Grandin  <noel@peralex.com>  [2d3a1d2a462c556f58bcae4371376cc8e4b16af3]

        svtools: sal_Bool->bool
        
        Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5

2014-03-25  Noel Grandin  <noel@peralex.com>  [bdd2df77234e1df3d9795f45239d2f442e90670c]

        svtools/svparser.hxx: sal_Bool->bool
        
        Change-Id: I130c40227a756b396c4f858468457867d53454b1

2014-03-25  Noel Grandin  <noel@peralex.com>  [b4d4ede795cbdbb813197fcfaac43e80af4ea566]

        svtools/svtabbax.hxx: sal_Bool->bool
        
        Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8

2014-03-25  Noel Grandin  <noel@peralex.com>  [f5864e8ff4958268b50b15bc4c60c3d0fcfe20d9]

        svtools: sal_Bool->bool
        
        Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028

2014-03-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [514d33fa3a409681be93bed3fb33f940a5549d88]

        fdo#74702 DrawTransformedBitmapEx simplified
        
        Removed bPrinter check from DrawTransformedBitmapEx, also removes
        meOutDevType.
        
        Change-Id: I5fd09efc4f3467702ab9671dc45da1a9c0e3f927
        Reviewed-on: https://gerrit.libreoffice.org/8723
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [03568b2e2405fc44435b95720f3680ab1daea836]

        fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classes
        
        GetBitCount() works differently for VirtualDevices. GetAlphaBitCount()
        is really only used by VirtualDevice, so moved functionality from
        OutputDevice to VirtualDevice.
        
        Change-Id: Ic00e32f1fa385542bcce8c9475f0ea5eb9a077f9
        Reviewed-on: https://gerrit.libreoffice.org/8722
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-25  Chris Sherlock  <chris.sherlock79@gmail.com>  [977aae0cdec71577cbdc74baea228a5f267e7fd8]

        fdo#74702 Moved EnableRTL() logic to specific classes where appropriate
        
        OutputDevice::EnableRTL() is a bit of a mess. It uses a runtime
        variable to see if it is using a VirtualDevice, and it uses a
        dynamic_cast to see if the object is a Window or a Control!
        
        I have made it virtual and moved the knowledge of class specific
        functionality from OutputDevice to VirtualDevice, Window and Control
        as needed. OutputDevice::EnableRTL() functionality is then called.
        
        Also: small formatting change to outdev.hxx, also included a note
        that WindowImpl is a pimpl in window.hxx.
        
        Change-Id: I44b66601c4457fb2e0bbc1014fb7acf8f6942f80
        Reviewed-on: https://gerrit.libreoffice.org/8721
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>

2014-03-25  Andreas Mantke  <maand@gmx.de>  [b53ba68b6b4a070ec56d02aaacccc6f649ec9482]

        More vertical space for the options dialog
        
        The vertical space of the options dialog is to small for the new
        security page in German translation. The last entry is not visible
        and the button could not be reached.
        Solution: I added more vertical space to ROW_3 which is the postion
        of the separation line. I added the hight of a button and of the line.
        This fixes the issue with missing space for the last entry in section
        especially for the German translation.
        
        Change-Id: Icacfd4587d605e56438f3d7207ce5d257f313072
        Reviewed-on: https://gerrit.libreoffice.org/8735
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-03-25  Andras Timar  <andras.timar@collabora.com>  [fb33a0f720667194740855284051dfeca114994b]

        fdo#76568 remove BerkeleyDB from license text
        
        Change-Id: If269f9058bba37eca8abf4745fd30214fbdd1890

2014-03-25  Luboš Luňák  <l.lunak@collabora.com>  [71f2aff7a56cef4e133abad3c2e447c76c5ee1fe]

        prevent KDE/Qt from interfering with the session manager
        
        I occassionally get lockups in IceProcessMessages() called from QtCore,
        I'm actually not exactly sure why, as theoretically two connections
        from one app shouldn't be a problem, but since LO does its own
        session handling, there's no need to the KDE/Qt code to be involved,
        so prevent it from connecting to the session manager altogether.
        
        Change-Id: Iebe20d4cb5403e5fea8bd5d8c1f69b62d1c2907b

2014-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [dd52330db6551c3e96fce5ba17ff823882d158fd]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I14e1f7ef217eb5e8e9db9f8962af868ab0a4ab81

2014-03-25  Thomas Arnhold  <thomas@arnhold.org>  [259ec024baf0592fe2d7dfea32ee052f8b5b3d20]

        remove commented code
        
        commented out since it came in with
        835219840d42cfb891614db2ed7bf0386293468a

2014-03-25  Mathias Supp  <mathias.supp@vector.com>  [450cb7831f077df43582de15631de3886888e9e0]

        add parameter to supress dialog
        
        With the new parameter you can now supress the dialog for document
        compare in writer.
        
        Change-Id: I984ee75552e5c006332331510df5d437b687903f

2014-03-25  Luboš Luňák  <l.lunak@collabora.com>  [26b06662ebc3e5d664400bc95c39d6220de03136]

        avoid repeated table layouting (fdo#75622)
        
        With the document from fdo#75622, this saves 3775 calls and leaves only 13.
        e586fe4585dc07e6f6dd061d09f6a7fb0b22948c removed avoiding the call
        to LayoutTable(), which made loading slow. I checked that the doc from that
        bugreport still works, so if very original code was correct in avoiding
        the call sometimes, this should be ok too.
        
        Change-Id: Ia80f974d4497e5cb04612331527eb87b579ddb76

2014-03-25  Caolán McNamara  <caolanm@redhat.com>  [0cb272bbf59cf734ea7a47f6ee3fb5c02eab7254]

        use a grid instead of a box because they shrink better
        
        Change-Id: If271f02d99625ffa6fd418cf83307add7c09d802

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [b2b3dd2fe6d771f8c662ceb7dcab95149606f041]

        Remove commented-out debug code
        
        Change-Id: I1442d57eb2f80d98370549659eece5a2cd7db3c5

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [93d7c753051664bc3f03d41fe634c1d996a07a80]

        Adapt to sal/log.hxx
        
        Change-Id: I96786bcab1205d212926af6c7c6afbf88bfe1453

2014-03-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5ae42f9344a523e586fdcca4f0e670ee2a4d821]

        fdo#76563 DOCX import: speed up importing lots of hyperlinks
        
        The problem was that in
        writerfilter::ooxml::OOXMLStreamImpl::lcl_getTarget(), we went over the
        list of all hyperlinks for each request. Instead, let's do it once, and
        in the remaining cases just look up the result from a map.
        
        Numbers before on my machine (ms, load time):
        
        2215, 2243, 2205
        
        After:
        
        1362, 1358, 1358
        
        So that causes about 39% speedup for a non-debug build.
        
        Change-Id: Ib4718abbe834c5ba49a85469148b656e3c808041

2014-03-25  David Tardon  <dtardon@redhat.com>  [0a9cc5ce4d2d814587dba16ed8acc7eb38e347c8]

        Revert "avoid infinite loop when setting vert. text dir."
        
        The problem is already fixed by
        33c310b6ff9feb277c001ce61db96864baedc3bc and
        1a67b7cc3d5dc3dcd0de0e247f638c33d57dea1b .
        
        This reverts commit 363119a9f2f0710a55530909330efb343d5a8bae.
        
        Change-Id: Ieac14da9f37849cd51d14ed0035b3808b8dd77c0

2014-03-25  David Tardon  <dtardon@redhat.com>  [1e188aa0043907c478989b3e863b2719af02d360]

        update test files
        
        Change-Id: I937a85fa7bda7df13e79e704973c21bfc732ba66

2014-03-25  Armin Le Grand  <alg@apache.org>  [9ee0cf63a1dafebb673fbee9ccfc82a56fd050d4]

        i115391 corected from isLocked to IsPasteResize which was used in modifiers for CustomShape and TextShape (cherry picked from commit 473a118a62842270b85713d0ab0dc247b5778439)

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [f9cc7509855c2e9efc1b7a37259919131e04da2c]

        Reduce IAccessibleTabListBox to what's actually used
        
        ...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR)
        ultimately all ended up at
        AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR).
        
        Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [d96a2f432fb391d01e354236a440181058b332c2]

        Remove dead code
        
        Change-Id: Ia9035189bd01d3a3e5e3222760fc392f3f78880f

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [c6b2b5f34c66e51583f01caa0cf06c6e1c3980c0]

        Remove dead code
        
        Change-Id: Id522113f1ba0c9e7b1356acc01a79e0e90a5e752

2014-03-25  Stephan Bergmann  <sbergman@redhat.com>  [af4b38d6e7f769bf403a768bd310e5fa2b3e8ddd]

        Remove dead code
        
        Change-Id: I59fb7843d5c9a6cf2873b6d668d0e9dccff316d2

2014-03-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [05c1c60a8258caa7b088bc52e85c4b3d8e70f68a]

        Remove stray fprintf
        
        Change-Id: I9d85108b8c2659f1b167299840772f51f80b2e29

2014-03-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [cd8c774030f9a8d3abbaf0eb43a5cdd228e643cf]

        Simplify by choosing shape kind in SvXMLElementExport constructor
        
        Change-Id: I6d8e1e3c78675b6096f354cace3ff060801cad9e

2014-03-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [794d71c4e990a24539a8dad3d960169538a4b0d4]

        Use isEmpty and endsWith
        
        The isEmpty could be redundant, since the first test for length in
        the old code seemed to be just a pre-condition for evaluating the
        expressions in the second one.
        
        Change-Id: I0d1838d5eb143196a0d7be0cbadf9f0a59cff71b

2014-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [325ecb1d0511c6c02d863eb760c2d0521f0b6c19]

        Let's be more defensive here by checking for null return objects.
        
        Change-Id: I5164e7d82f882ea9fe296a5a2df616d396d6726f

2014-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6292dbc3ef4067280290f2c7f95292e2791a15db]

        Better to associate true for "enable" and false for "disable".
        
        The code reads better this way, and certainly is easier on human brain
        to process their logic.
        
        Change-Id: I3150fca3385931b9fe01ad13cb11fab410331349

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [ee84eb9678c1743d3e7387359158e2509adeb87f]

        Do not compare the same OUString twice
        
        Change-Id: Id915a41e3cc50720d36955da9aa2c7efa6c9034c

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [d6fea2034f25b68de46a2734b9d03d1b2ecd2622]

        OUString* to const OUString* as constructor argument
        
        Change-Id: I54e3b086c57b9b727ffdd5d3aa0c38c2c2ea2954

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [6af1e845baa0ec63ce16f25868e5e3313bd647bb]

        sal_uInt16 to sal_(u)Int32 + some constifications
        
        Change-Id: I60a552f14c4c4735f702581be18231e658cb30e7

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5131a9d086148c8a0d14a8b7c74e6c5ce46267e6]

        Remove temporary OUString by bailing out early
        
        Change-Id: I58e63b11c684d686e0e0830bb4e0e3b7fc9bbc32

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e7e296eaea378b63f15c1c2dad0744681986630]

        Remove temporary OUStrings
        
        Change-Id: I328eb08b719b5fdd51e1ca7c5c6fa3546ac90adb

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [56de142fffd0ff0d6090b6b67fc2846a5206da97]

        sal_uInt16 to sal_Int32/int and remove some temporaries
        
        Change-Id: I2ab4bb2f57c95d2d4b1029fd6e324ebbe0ff7148

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [7f48d14419690a9bd4c9081b4dec11810f2c8ce6]

        sal_uInt16 to sal_Int32 and remove a temporary OUString
        
        Change-Id: Ia305ad3b1e04129e172f0f2fe3428f84e4654576

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [9c925ddd5efdfc32dd62481c3a1f6469c4149bd4]

        Constify and reduce scope
        
        Change-Id: If80b842a79d476e5e90eeedc4520fc952c8f8f2a

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [edf385a19b1cfa024bc61ac2a793f24aa9689e37]

        Remove some OUString concatenated appends and some temporaries
        
        Change-Id: I9f92a57644239b11941236a1cee5302eca993a7b

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3ea6e856f5679d9e08187ff22cdf84a8f70190d]

        Result of expression is unused, remove that code
        
        This code has been there at least since 2000-09-18, so removing it
        seems to be safer than adding the evaluated token to the sMsg
        OUString, as the surrounding code would suggest.
        
        Change-Id: Ie9b2446b80a7bf79efbf6963b3a5e40548d4154c

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5b592e25e7dddb8cc8c132882964b43e10cc155f]

        sal_uInt16 to sal_uLong and remove unneeded cast
        
        Change-Id: I45152c575720e0720139d8a6d973333b105e1fa5

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [009799fda59e6320d9e8c5b9381232bc2e3dc2b4]

        sal_uInt16 to sal_Int32
        
        Change-Id: I9d92d5866be5f579a2d645d9039f9fb939e6e61e

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [c373dc5d6c45cf9d04b079dfbc26820547031d57]

        Group common expression
        
        Change-Id: Id286b57ccba1edb35490c374740a58128ce7f0c4

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [0dcd33cf92585af85e3a73e75c4a9988dd3c395a]

        sal_uInt16 to sal_Int32 and removed some unneeded casts
        
        Change-Id: I122af4ed8a2504242f527cf98b26c9e1599497ea

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [c3251f7073448714392b449e3c2851513964e076]

        sal_uInt16 to long in NumberingPreview::Paint and its helpers
        
        Change-Id: I52f3365a00f05bf1ff34f5a01cb0c0dbdf2fda11

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [1802ccd4ea202789b0076c1b499c729f95b4d753]

        sal_uInt16 to long and constify loop bound
        
        Change-Id: Iad9498676994cd60521f251fd84dcc2b90b54e88

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [766f13a807537da4f48cf58f769f0af679bc1980]

        Improved integer type consistence + some optimizations
        
        Change-Id: I5e2a6ef9c3f744997e9e473e9431d590ba6f9d04

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [ae3d2a5511baed6e4fd985c3742b010012788d3a]

        sal_uInt16 to sal_Int32, reduce scopes, constify
        
        Change-Id: Idc283b9e9ebb2e1745c4bad54a27db3e73712bbc

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [a46c4bf3c2454f81b4889e86c50ff901192b1bd7]

        sal_uInt16 to size_t/long
        
        Change-Id: I9284ef8c51f9639ad4f7c0c4b4f65019a4ca524b

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [c7363cb6d1d31f2a7d40a76e62b5934629a1a8a1]

        sal_uInt16 to sal_Int32 and remove OUString temporaries
        
        Change-Id: I476fb65a1e55db084bb12e61e6d3d9ccf3a41637

2014-03-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [4c2393eae69902107febc62161fd842fdea953c4]

        sal_uInt16 to size_t and optimizations
        
        Removed unneeded casts, adapted cycles, reduced scope...
        
        Change-Id: I1781a9d4c42bd6b85f16e9573d0bc2b201084646

2014-03-24  Eike Rathke  <erack@redhat.com>  [61df9ee7b13660a21d513f70410e6716c2409e20]

        made range not editable if password is assigned
        
        ... until we can verify the password.
        
        Change-Id: I3690e9d8c0e07185a0533b669a034581895ab57a

2014-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e387169daa1b560360e8670a677e233ab2287e61]

        coverity#735476: bRepeat is always false.
        
        Therefore act accordingly.
        
        Change-Id: Ie737c053a935d3cc0e0c03ab30da2cf3fde0e401

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [2d43fed5870d89a96e3caee7563798bd09a22d6b]

        coverity#704301 Logically dead code
        
        Change-Id: I865979464a2abe51136b577fdb10ec0ae9faf11e

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [c7e314e94b8c41bd05064483ba8e33c6b7fdb9c0]

        coverity#704300 Logically dead code
        
        since af22075998a021d23ec1b266433f239d3200c35d "undoapi: attempt to fix broken
        Undo contexts after executing a script" in 2010
        
        Change-Id: I95f5ebf8960dc82d4a6da1ef186ba524e3cddfd1

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [e9cc56517ffbe784e4bca8611b48bbebcc79bcce]

        coverity#704298 Logically dead code
        
        Change-Id: Ic2f52bb5ec072f11c99f20455e4536bc298b47c7

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [68269a8e4def273d5114dcb1dcefada566887091]

        coverity#704294 Logically dead code
        
        Change-Id: I347b8cfaf6d608e59dec25bb80a96ba862b3fcae

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [7e5e61dc529cf359309d3cdb944760905e5262c5]

        Resolves: fdo#73466 overflow on addition to COMPLETE_STRING
        
        sw/source/core/text/itrcrsr.cxx:1632
        
        SwTxtSizeInfo aSizeInf( GetInfo(), &rText, nCurrStart )
        
        where nCurrStart is non 0 and the hidden 4th argument to SwTxtSizeInfo is
        COMPLETE_STRING
        
        in the past it was STRING_LEN unsigned 16bit 0xFFFF and so in GetMinLen in
        sw/source/core/text/inftxt.cxx adding x to it resulted in x-1 which at least is
        in bounds if selected by the std::min
        
        Change-Id: I78f176804b79fb3c991677adb016579eabcfd56f

2014-03-24  Julien Nabet  <serval2412@yahoo.fr>  [59475ae16329edd32d286eb912c3f52d3395c818]

        cppcheck: fix Division by zero + move some lines
        
        See http://nabble.documentfoundation.org/Cppcheck-reports-quot-Division-by-zero-quot-in-new-cxx-sfx2-module-td4102613.html
        
        Change-Id: I71433bcb20575016ee2e993a67c6e09646672f9b

2014-03-24  Stephan Bergmann  <sbergman@redhat.com>  [afd7ad155d4fd3219f51b38e8193d9284a65715e]

        fix Mac build
        
        Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d

2014-03-24  Tor Lillqvist  <tml@collabora.com>  [18ceb68ccceb321e2c81ee75c818334e596311b9]

        64-bit OS X build fix
        
        Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa

2014-03-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [15b3e29808da85b1c304c571f52f12cc2e67884d]

        fdo#76222 oox: add support for MSO 2007 SP2 encrypted documents
        
        Change-Id: I8fa586d49437ff5422fc3daa4c81439146e598a0

2014-03-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [44956c3261b69eec054ffa5fe8440f14f571308c]

        coverity#1078504: Remove logically dead code.
        
        Change-Id: I6bb3ee8f604d9b79209cda13a48ccd7f2df4f26e

2014-03-24  Jan Holesovsky  <kendy@collabora.com>  [4fe8a4954c4c5cf13074fde419c4fc6f094578bf]

        GetPaintArea() was operating directly on the region, no need to return it.
        
        Rename it accordingly, so that it is more obvious.
        
        Change-Id: Ifb313f1e60b50761247a65b7ce2c6b38773c1304

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [2a200a271c134bdd91658f6b34213b4a77f3295f]

        convert mail merge prepare page to .ui
        
        Change-Id: I7bfd0a5b3f5ce5d548bf711ffb82b85a126fec2b

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [9aa5f0dd79a1aa7da7dcee5102acfff7ff13cad6]

        Updated core Project: help  2dad7542c215024cd26ae42030e01ab772f2f9d5

2014-03-24  Luboš Luňák  <l.lunak@collabora.com>  [8057b2448edfa653911fa4d42870a2d1aa7694d7]

        fix libetonyek build
        
        KEY2StyleParser.cpp:65:10: error: no matching function for call to 'readNumber'
        KEY2StyleParser.cpp:34:13: note: candidate template ignored: couldn't infer template argument 'C'
        
        I took the patch from Fridrich's openSUSE rpms.
        
        Change-Id: Iba3c682539c5c978dddb0040f24f23c7299af0d9

2014-03-24  Tor Lillqvist  <tml@collabora.com>  [e5a6c3230e0593cc581267a4badb3409d4f01675]

        After Tsahi's "connect tile device to DrawLayer" we need some more components
        
        Change-Id: I4a5784a63d3bcc8af3b50e51e410744d8b185be9

2014-03-24  tsahi glik  <tsahi.glik@cloudon.com>  [f04907b4dd843a202a951f23d15532265605dac5]

        connect tile device to DrawLayer
        
        Change-Id: I4a2a7683a218103fc25d9b55786a5e77e49570fc

2014-03-24  Stephan Bergmann  <sbergman@redhat.com>  [561539e2a6b2d95bdd372462034642fbf2c72f14]

        fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEX
        
        ...so deinit support for that only afterwards
        
        Change-Id: I89b8014bd26aecd9da67eaddc4a8facc620bf16e

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [87a1e49b5e16bbb8226286852300c5e20c000513]

        Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."
        
        prefer 4dba6f5837539746293ef6808ea39a764ab7654d "fdo#67370: Hyphens are not
        visible in tagged PDF"
        
        This reverts commit 8214c1d6156c90cbf259b15cf1c8e15ea1c70daf.

2014-03-24  Stephan Bergmann  <sbergman@redhat.com>  [b8cbbd03950a7bd7324d2e75b34620792a3b23c9]

        Revert "use $(value ...) to reduce escalating double-quoting of dollars"
        
        This reverts commit d2c16eb81a813f709552bd840897047fe98eb131, which caused
        JunitTests to call java with a command line containing
        
          -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH""
        
        instead of
        
          -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
        
        (and thus caused a build against a local trunk GCC, that requires
        LD_LIBRARY_PATH to find the corresponding libstdc++.so.6, to fail).
        
        Change-Id: Ia9613f5a7c6dff1ff6883fc4c079ffaacd1c1b59

2014-03-24  Tor Lillqvist  <tml@collabora.com>  [784e3d96d1d86b1b11eeafb2cfc8199b1a55f0f9]

        Make sure to include Foundation.h to get NSString
        
        Change-Id: I063c7abcbce003a8bbfd8aa8d57416a6aad84760

2014-03-24  László Németh  <nemeth@numbertext.org>  [d87ee64034381f6a59cd250d3bd783957cb0ada1]

        librelogo toolbar: fix tooltips
        
        Change-Id: If6083ca832c0cc6c8f9783dfafb908bf6f653490

2014-03-24  Tor Lillqvist  <tml@collabora.com>  [1d9561f56c0e39aa54e3f23d509be98514ff2abc]

        Fix a few problems in the iOS vcl code
        
        We don't need the headless SvpSalBitmap code after all on iOS, so
        bypass all of svpbmp.cxx for iOS.
        
        I accidentally had left duplicates for some AquaSalGraphics methods in
        headless/svpgdi.cxx in addition to the ones in
        quartz/salgdicommon.cxx. This is obviously bogus, the linker just
        picks the ones that come first in the archive.
        
        (Remember the ugly "#define SvpSalGraphics AquaSalGraphics" trick, so
        for instance SvpSalGraphics::setClipRegion actuall is
        AquaSalGraphics::setClipRegion.)
        
        It's the Quartz ones we want, as since the switch to tiled rendering
        the iOS vcl code is supposed to work much more like the OS X
        one. (There is still some significant refactoring to do
        there. Possibly no "headless" code needs to be used at all for iOS.)
        
        A couple of functions moved from salgdiutils.cxx (which isn't compiled
        for iOS) to salgdicommon.cxx.
        
        The SetState() function now gets used also on iOS, and to properly
        undo its CG context stacking I pop it in SetVirDevGraphics() when the
        virtual device is being destroyed.
        
        This fixed the rendering of some simple shapes that use overlapping
        and transparency, but not that of the "monster" SmartArts.
        
        Change-Id: I2bfaa4129e3641dbdd1dd240c1d07f9bdcfea1b8

2014-03-24  Armin Le Grand  <alg@apache.org>  [6ce67f4f636cd7cc93abb87b0fca32f433045741]

        Resolves: #i124497# Corrected object description placeholder...
        
        from %O to %1
        
        (cherry picked from commit 43a49bd492248be317d16f30b5402a655769ff7a)
        
        Change-Id: I7046bc5da922c97ab9c1f63b972773782cf7c39c

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [530ffd6e6e93b3f6c39288975f01dd8c5447b85d]

        coverity#708347 Uninitialized scalar field
        
        Change-Id: I1b47cb17c816334d6c9a3793669aa78a565629f1

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [b15b4cbb35021d64794d199907b71bc77fbd4045]

        coverity#708084 Uninitialized scalar field
        
        Change-Id: I979790b472c2a42107db34ebad675ed8447fa4e7

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [6f97d7615c377348642be7abb9ea6668a4b0a473]

        coverity#708082 Uninitialized scalar field
        
        Change-Id: Ie3d3d87040124c4e2416ca64ad2babe5fa38a880

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [3e11392257b71342ad21d01ed1bdf6d29656d822]

        coverity#708051 Uninitialized scalar field
        
        Change-Id: I2612f09060b95f18dbf6cea476a8292a55a9d503

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [6e31fe9ac23b47b92171b984f7f6a3afb5173fd8]

        coverity#738772 Uninitialized pointer field
        
        Change-Id: Ie8e62096b150ab1fa6342bd14605b30b58358d7e

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [fa8f562bdf7e6c4a7f38078616336e42f4b9c0a5]

        coverity#738759 Uninitialized pointer field
        
        Change-Id: Ic6f85dd76208ce31a3aecd6a638798440a6b7b82

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [a363986f9426d36a4f145a077d6a92a7abf29ff6]

        coverity#738750 Uninitialized pointer field
        
        Change-Id: I619f130184eae670ba921843075ab199e952765c

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [623a3455879dc39db9380f3310962c22eb8b6978]

        coverity#738748 Uninitialized pointer field
        
        Change-Id: I4fe453482a73ebee1618cbd2813ae5d8f12ee472

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [49a0b94bf549d47e5429f7f95d00f9dc46d25435]

        coverity#738744 Uninitialized pointer field
        
        Change-Id: I0adf92be3a206a02c578915a46d03d1162d3d83e

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [1b6364d9aaf6413d80e6c562fbd1007e752c0988]

        coverity#738742 Uninitialized pointer field
        
        Change-Id: I850654984fec3d51f9b4292334c0180fb0f363b0

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [1e46d2f6077ec1c46e71c6d26f861cf912a63677]

        coverity#735504 Logically dead code
        
        Change-Id: Idb3b2e4fe3ab67c65324de9625807808e1355cee

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [e05e38cbeaf77531227f77100ee1e1f0c8434cc0]

        coverity#705483 Dereference null return value
        
        Change-Id: I0236edf351bd760dfbc6a4742f8b8c85c35d155f

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [a1196fc0acc5aecf51c5a89bef127b2ad69d7719]

        coverity#705857 Dereference before null check
        
        Change-Id: Ifb4dfec6a70e0324bd291f1555706b88e1b4d5be

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [4106c6541ecb7a682766ec4d4fde6c52f24198b4]

        coverity#705856 Dereference before null check
        
        Change-Id: Ib3d977d92dae1e621e3eecae2e6e89c16c0acbdf

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [9792dea1c0d21861999291f207a5a99a4eea9472]

        coverity#982452 Dereference after null check
        
        Change-Id: Icd22b797b5860a007b08f860ae5a728664b9c175

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [b399e67ee271c83b424db3bf9c328bed27214ea5]

        coverity#982451 Dereference after null check
        
        Change-Id: Ia36c745f460004475e2e630114a81545d7b8776d

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [8f1beb17ea8065897f4c7f219865c99c1ff07a1c]

        coverity#705052 help coverity out here
        
        Change-Id: I5f63cd25b539bcb7a424a25bb559d3281473c42f

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [a848a497e014e4569f58cc77eab2388ab2311bda]

        coverity#705034 Dereference after null check
        
        Change-Id: Id13502352881e25ba35b6a4cc69fba8da1c3c7f7

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [ed980b470d41c62aeeb428dfa58ed274928529c4]

        coverity#705030 Dereference after null check
        
        Change-Id: Ib84bac04050ddcf7e84499d845a7d901b214b83f

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [97f828bd6ba0fffd2b615cc7dad3ef40b03f8ef1]

        coverity#705027 Dereference after null check
        
        Change-Id: I6c0b44c128da65136a73abd904f071e37ac5d87f

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [dc5205f6684f77b319204628ed8bffcffdc9802d]

        coverity#705022 Dereference after null check
        
        Change-Id: I1c0ecf51395bcd462ecf572b77eebcdfc0b2928c

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [b82958d30e6985f08e60dcf036afd13e344fa498]

        coverity#704985 Dereference after null check
        
        Change-Id: I9e7404ef15fe7c62aa51d1f5f4157f9f24ac7de5

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [40a52f5f6e893d38ce6db0680efa79fe4c51eab1]

        coverity#704959 Dereference after null check
        
        Change-Id: Ia3c1f06d2bcb6bbb0a9fefc062cbaec46bfb3777

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [757da44c04fc1a75d8e304cb945f02a02c19b7af]

        coverity#704958 Dereference after null check
        
        Change-Id: I08138c5d7124e6212708aa74f605c3997ca442f1

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [d83f3d4a228e98be19906d0a82f9d79f6a92e80d]

        coverity#704954 Dereference after null check
        
        Change-Id: I4e4456fcde69219abfb5dcd8ad091e7bf519f437

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [ff86fab8413c0a77afa7dde40dc1d335f65ba9f4]

        coverity#704823 Dereference after null check
        
        also coverity#735867
        
        Change-Id: I5a682739c70971ccaa681daa233a8d0a6e009c91

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [4f0c8964429d10b9a1ffdfa7d288ceddf2431078]

        coverity#704821 Dereference after null check
        
        Change-Id: Ia4e204799fd6ce473ade87d9110041956408de83

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [43babef4fb98e7e867fe6fc2394e5aa81b2aaabd]

        coverity#704820 Dereference after null check
        
        Change-Id: I70478f2473d766bc166de642cb70c3f9cc29be69

2014-03-24  Herbert Dürr  <hdu@apache.org>  [8214c1d6156c90cbf259b15cf1c8e15ea1c70daf]

        Resolves: #i124375# force soft-hyphen visibility for CoreText...
        
        to meet Writer+EEng expectations
        
        (cherry picked from commit c7243848547b19a3b237f18629b809d93ee821c4)
        
        Conflicts:
        	vcl/aqua/source/gdi/ctlayout.cxx
        
        Change-Id: If580bcb517695ae1c94657ac9348ad36eda37e9d

2014-03-24  Caolán McNamara  <caolanm@redhat.com>  [9afdc72df60811435587b85ef333ee29d1d3ce15]

        callcatcher: update unused code
        
        Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb

2014-03-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [ca949408b89c990edb6321d59db9eed6d29d21a7]

        fdo#74702 ImplDrawBitmap functionality moved to protected function
        
        OutputDevice::ImplDrawBitmap() has functionality that cannot be used
        by printers. I have moved that into a protected function, ScaleBitmap()
        
        Change-Id: Ia1297e259283b8b2f4cf069e3a64a574592a1846
        Reviewed-on: https://gerrit.libreoffice.org/8720
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-24  Chris Sherlock  <chris.sherlock79@gmail.com>  [eb5242851d8242fbadca7ac8fde7b633b207ba90]

        fdo#74702 GetPaintArea protected function introduced
        
        GetPaintArea has been introduced for Window - we intersect with the
        available paintable boundary to get the actual paintable area needed.
        For OutputDevice, GetPaintArea just returns the same area.
        
        Change-Id: If38b09eb54d516d189cedf8bba15b184e6b6f7d5
        Reviewed-on: https://gerrit.libreoffice.org/8727
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-24  László Németh  <nemeth@numbertext.org>  [5e3aa91c77374b555277964b6707252bdc12ac21]

        Updated core Project: help  240d724adc9655770c2152902b7d1a9bef28e497

2014-03-24  Andras Timar  <andras.timar@collabora.com>  [f0ec98c18999495152719260a32d4f83572bda10]

        fdo#74155 mailmerge output path fix
        
        regression from dd7acb3d76cd89b3f05dbdafe88eb50e60fd9d10
        
        Change-Id: Ie2272905a2db7c301307ed625ad74c3f3fe6b275

2014-03-24  Jan Holesovsky  <kendy@collabora.com>  [f7c802b46d1c7cafe4c8e0cbec2ce46854862812]

        No need for a template here.
        
        Change-Id: Id56f5c394a4973b9d9464d79a2e94cda38f192de

2014-03-24  Jan Holesovsky  <kendy@collabora.com>  [ece15872c8e049a11773083edd80f55fb08b8bf4]

        Simplify.
        
        Change-Id: If20ed2636c9b3cfbfcfe058fe027bd0cc9f8f277

2014-03-24  Jan Holesovsky  <kendy@collabora.com>  [4365d3c120ec3952e051d31fa94ec25633737fda]

        Decrease indentation by returning early.
        
        Change-Id: I9ab5b4dbd28c720c9d7cdd8a1642462643abe94c

2014-03-24  Michaël Lefèvre  <lefevre00@yahoo.fr>  [5b4b6b2aad548cdc27ba2aa7d87ff584ec7e97dd]

        fdo#56284 : soffice fails to start unless ~/.config exists and is writable
        
        Try to create $HOME/.config if not present.
        If present, check that it's a directory with RWX user permission
        
        Change-Id: Icef558b2185ad7a7b3518d097f7b62a0b3344083
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [0a841226089679d2fed752607ce157ad0f5af330]

        fdo#75577: Add and use $helppackaddon variable
        
        It was removed by a previous commit, because the code used the wrong,
        non-existing variable $helppackpackaddon.
        
        Change-Id: I00ca05ee07585ffd4fbdc75f881749098e6d5329
        Reviewed-on: https://gerrit.libreoffice.org/8662
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb30020dd869e545c0c67b8a5deb66a31d7bb6ef]

        editeng: clean up unneeded bForceCursor
        
        Change-Id: Idb12f1c388e14dc833fd7d153c4099639f11ea11

2014-03-24  Noel Grandin  <noel@peralex.com>  [a4dc5ea2f7290a925bf225e1b9babbf4df43b7e6]

        svtools: sal_Bool->bool
        
        Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42

2014-03-24  Noel Grandin  <noel@peralex.com>  [b41badb803b4d4597901fdc6c899305f3e914aaa]

        svtools: sal_Bool->bool
        
        Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8

2014-03-24  Noel Grandin  <noel@peralex.com>  [f7074d8de59f58367b31d7266037880403ac27ef]

        svtools: sal_Bool->bool
        
        Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953

2014-03-24  Noel Grandin  <noel@peralex.com>  [7a679ee19c3a18d89277c28b12bf81911acfef85]

        svtools: sal_Bool->bool
        
        Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159

2014-03-24  Noel Grandin  <noel@peralex.com>  [554e54429c586468778cea4a4571b80de7d28d8d]

        svtools: sal_Bool->bool
        
        Change-Id: Ic9b4838c4d1b4d2d2ea4665811dd396bdbec31b7

2014-03-24  Noel Grandin  <noel@peralex.com>  [9604eb87581ae7d8714fb69cf56a0442c4740100]

        svtools: sal_Bool->bool
        
        Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b

2014-03-24  Noel Grandin  <noel@peralex.com>  [f661ac03e049844fd529fb6ff02e628b32cac650]

        svtools: sal_Bool->bool
        
        Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf

2014-03-24  Noel Grandin  <noel@peralex.com>  [b1de52241c1c2045ceab4ea3526f51f145be2930]

        svtools: sal_Bool->bool
        
        Change-Id: Iaa489318f25107e91fc8133523fbd9d724493314

2014-03-24  Noel Grandin  <noel@peralex.com>  [1a1fe47731bed27e974094a86b16f91e768c6dc0]

        svtools: sal_Bool->bool
        
        Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9

2014-03-24  Noel Grandin  <noel@peralex.com>  [cafdef8109f11435542f41d336f44771b6ced02e]

        svtools: sal_Bool->bool
        
        Change-Id: I56072620f9ea28833e1590a7fff7d71ed11fc34c

2014-03-24  Noel Grandin  <noel@peralex.com>  [9f12e4a351cdaf7d22bf1699914cd58e3642e808]

        svtools: sal_Bool->bool
        
        Change-Id: Ic765d1a28960dbeca9501852b5e84cfdfe6ac47e

2014-03-24  Noel Grandin  <noel@peralex.com>  [83d807ba78bfc0b1648e0b574af0d490352bc469]

        svtools: sal_Bool->bool and remove virtual
        
        remove virtual from AcceleratorExecute::execute because nothing
        seems to override it.
        
        Change-Id: Idac00ce421f2a46921347b976b7658aac9097ee2

2014-03-24  David Tardon  <dtardon@redhat.com>  [cc20f52a15abb218284ec69da25c75919f4947c9]

        whitespace
        
        Change-Id: I1011ffeaa34cde2e9937dc0f9bcefcdfcbbd67a4

2014-03-24  David Tardon  <dtardon@redhat.com>  [aeab0183e86fe011d32058864c02b2de4da32dc9]

        some included headers need boost
        
        Change-Id: I1d77947bd7f5ca00e653db492b0222b54d0b2db5

2014-03-23  David Tardon  <dtardon@redhat.com>  [cc7c33b23a33036395dd6f608587a4303ad9b121]

        add a smoketest for wpftimpress import lib
        
        Change-Id: Ifcbc1fd941c8984ef02ef437f6369c0b2df3b28b

2014-03-23  David Tardon  <dtardon@redhat.com>  [b1d00137f2ae0dde7ba0d4a42f184538120a05e5]

        remove unnecessary util dir
        
        Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0

2014-03-23  David Tardon  <dtardon@redhat.com>  [c768cc508e1ff3ae0dc7503f4c6566e66bc7fd13]

        put all targets into one gb_Module_add_targets call
        
        Change-Id: I2bbd9e46c9b7bee68085d7aa7f1fa273f7bc1abf

2014-03-23  Caolán McNamara  <caolanm@redhat.com>  [9b1b0c82eefaa2e3ede563556ac46dd69e06ae0f]

        presumably this label and combobox should be in the search frame
        
        Change-Id: I1153aeca7d2b9b99da7b4fbca955133c1dfae289

2014-03-23  Caolán McNamara  <caolanm@redhat.com>  [1961f1bac646944fe01c3bbfe2b0b71c63e45e25]

        Updated core Project: help  f73beaa903965e771f3cbaf50325743ced641ab1

2014-03-23  Christian M. Heller  <christian.heller63@gmail.com>  [57837aba9101573af3f38dc5e973f293340f7788]

        fdo#39468 Translate German Comments - css1atr.cxx
        
        Change-Id: I9e7ea1ba276fc83df834fed7478fd4481a43e54d
        Reviewed-on: https://gerrit.libreoffice.org/8728
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-23  Szymon Kłos  <eszkadev@gmail.com>  [91ddf5e09f434d67a49ad1d7c3877889c2c8ed3d]

        RID_SVXDLG_SEARCHFORM dialog convert
        
        Change-Id: I6c5f1d83733c17a561ec2218f6260794b0c4de37
        Reviewed-on: https://gerrit.libreoffice.org/8718
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-23  Luboš Luňák  <l.lunak@collabora.com>  [35720eac8b8aa7e7abf56f448b44d118f35a6a2d]

        fix $(MAKE) usage in a make define
        
        $(FOO) is expanded already during the $call, $$(FOO) will become $(FOO).
        
        Change-Id: Ia5d6966c16c57e4ec688f2c7623315cc2c74c78d

2014-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [4cd8a6fbaa27d045d71c7e4a2728bb9b885b3f5b]

        Using a local type as a template argument is a C++11-ism
        
        Change-Id: I1eddd4382f5ebaf9db43cd4351fc02e66b2cc9ad

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [45c1c853544d5bafbce5ea086c9f06347f763ee5]

        oox: cast to avoid compile error
        
        Change-Id: I1ef4f4917f2b97d44c9b39f36fd17b0be6995a4e

2014-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [f516cff220895391c861adf1f4e93e280e1c3a17]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I7b72c5680d5665b3f1f720f50a2d3ea6fc0c3e39

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [970517af3e02e6c05e4d2b44d63745e8a414bb43]

        oox: add Digest class which uses NSS or OpenSSL for digest calc.
        
        Document encryption and decryption uses either NSS or OpenSSL to
        calculate digest. Digest class hides the implementation details
        between the two implementations. Previously, functions sha1 and
        sha512 were used for this, but were less generic.
        
        Change-Id: I60119e2ab9c5c1f4a2b02bc417c3c89c53a63fda

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [346a5e85bba832b24376de6f3d7a06979310367d]

        WaE: unused variables
        
        Change-Id: Ieac3cd6bf9ef883cbc3b295e25867a76ac68b88f

2014-03-23  Luboš Luňák  <l.lunak@collabora.com>  [f8062812ae76af9488bc9c64ee9365c747bd3b38]

        use $(MAKE) for recursive make invocation
        
        That's apparently the only proper way (to get e.g. -j right), and
        even the toplevel Makefile is so full of gmake-ism that it simply
        has to be invoked using GNU make already, hence $GNUMAKE is pointless
        except for usage in configure (which says to start the build by
        invoking it).
        
        Change-Id: I6060da6f1dad2afc5845ac29b8ac02348c057d3d

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [f22a30dbb2929f09117aa0f768076df9b350630c]

        WaE: 'WW8_BRC' defined as a struct here but previously declared as a class
        
        Change-Id: I342f92120ea5a8c2cea4abd80651c828f387cdd4

2014-03-23  Luboš Luňák  <l.lunak@collabora.com>  [11e881a63821ea209bda509d1e502d9ba270782d]

        make it possible to do 'make -C sw/' even with builddir!=srcdir
        
        The change in partial_build.mk assumes all the Makefile's using it
        are in builddir/<module>/ , but that seems to be the case.
        
        Change-Id: Iddc8fa2ec0842f181780f7491cf5a2244efd014a

2014-03-23  Luboš Luňák  <l.lunak@collabora.com>  [f605cfc73d918c5ba38c988619e0a52472a589d8]

        make it possible to build without the obnoxious forced -j to make
        
        Rework --with-parallelism to not add any extra -j to make if 0
        or --without is used. This requires explicit -j usage, which
        - builds even compilerplugins in parallel
        - builds 'make -C sw/' in parallel (since you don't forget the -j)
        - avoids jobserver disabling if -j is explicitly passed to the toplevel make
        
        IMO this is just a relic of the old build system and the option should
        be dumped altogether, but I don't feel like arguing right now.
        
        Change-Id: I71479391bcfc84aa5e9fd9696880702da496d45c

2014-03-23  Luboš Luňák  <l.lunak@collabora.com>  [f7859e52829a44e04692653079aea3a5df4579da]

        fix filename detection in clang plugins
        
        SourceManager::getFilename() returns "<stdin>" whenever icecream is used.
        
        Change-Id: I4e3e1b90880c5fd2b53f20e4ce3e38e3a0486973

2014-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [59698a4797101a286c177069c41d43762de6a4d5]

        DocxSdrExport: fix indentation
        
        Change-Id: I8318caf6a80fe5fd0dbe98ef5877103f9250f616

2014-03-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e01f04cf34970e8583858146c79380fa1bf7aba]

        a -> r prefix for references
        
        Change-Id: I62d54ba948a78dceef1d50fa684e2051111a9709

2014-03-23  Adam Co  <rattles2013@gmail.com>  [7f4f5cd71c6ccd24186fea3aafe7fcbe95630ad6]

        Remove table-related redlines when table,row,cell removed
        
        A table, a row or a cell might have redlines objects attached to it.
        This patch makes sure than when a table\row\cell are removed -
        any redlines that are attached to them are removed from the
        'SwExtraRedlineTbl' object. This is to prevent any 'orphaned'
        redline objects.
        
        Conflicts:
        	sw/source/core/doc/docredln.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8726
        
        Change-Id: I992e3fb4aadeb891ffd472b5d638d337a8609c01

2014-03-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31b76e83d70718c95ac7913469629ea2c0294bfe]

        fdo#74981: cutting nothing should do nothing, should fix field dupes
        
        Change-Id: I8a8c9bfcd0943904384bb12b510a050ef8df9adf

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [66ebce7bb49432ab02b5c74ed4e787282b1ba474]

        fdo#75955 use SHA1 from openssl/nss instead of rtl_digest_sha1
        
        Change-Id: I92186b2ed8426d59e31080cfb629beb02cd01c41

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e5ee33d7f0869a5fa541410913db44cc2b964e41]

        sal: add boost for rt_digest tests
        
        Change-Id: Icced4134ecaa4ac2b3ae90253a4e91f1ea613669

2014-03-23  Luke Deller  <luke@deller.id.au>  [ad51d4952dc30e0d1cdcc6037556cd7c66a61542]

        Full colour borders in .doc import/export
        
        The BRC (BoRder Control) structure used in .doc files to specify border
        properties has undergone several revisions over time.  LibreOffice
        supports the WW6 and WW8 (Word '97) BRC versions, which allow the border
        colour to be selected from a palette of only 16 colours.
        
        This changeset adds support for the WW9 (Word 2000) BRC version, along
        with some new SPRMs (Single PRoperty Modifiers) which use it, so that
        border colours are preserved accurately in .doc import/export.
        
        This change covers:
        - page borders
        - paragraph borders
        - borders around a sequence of characters
        - table / table cell borders (import only)
        
        Further work is required to extend coverage to borders of pictures and
        export of borders in tables.
        
        The LO code was using the same class WW8_BRC to store the bits for either
        the WW6 or WW8 BRC.  This becomes a bit unmanagable when adding a third
        BRC version, so I have split this into a separate class for each version.
        
        Fixes fdo#68475, fdo#50185
        
        Change-Id: I7ebc15236497cbab9312d8659fe7ed0bee2c59ed
        Reviewed-on: https://gerrit.libreoffice.org/8646
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8d2da0b94ac5d679ef697683cacb2c83498cc497]

        sal: Add rtl_digest_SHA1 which shows wrong sha1 calculation
        
        This test shows wrong sha1 calculation after 52 bytes of input
        data. For now this test is commented.
        
        Change-Id: Id6df40ecc4059d4a4f9e1646a2c1bb7242f4cf69

2014-03-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7d3e8c5217250d11b4bf4fcdf74a3791be69ab53]

        sal: Rewrite digest tests to be simpler, enable them in check
        
        Change-Id: I610e615be498237e5cd9dd963bca60c7f8f62aac

2014-03-23  Vort  <vvort@yandex.ru>  [53cbca6ee1b8e72144310147c88585a4f4b854c8]

        fdo#44710 PDF Import: Correction of position of rotated text
        
        Change-Id: Ie53b25a6cec88c07a317c50bd0965282fac64ff0
        Reviewed-on: https://gerrit.libreoffice.org/8725
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-23  Caolán McNamara  <caolanm@redhat.com>  [5350f03a24e9648cfed90108a6b3ff4b615ec909]

        WaE: -Werror=maybe-uninitialized
        
        Change-Id: I3271aaba6d0c6bcbdfc87b1f63a0c311463aad1e

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

        include vector
        
        Change-Id: Ief3e0475f4a5ef85ce8ab92ef7a20d7697a1523d

2014-03-23  sushil_shinde  <sushil.shinde@synerzip.com>  [23b65a84fd827555dfb84c7e2f78879c479c2f78]

        fdo#76356 : Docx file contianing chart in footer/header gets corrupted.
        
            -  Docx file with chart in footer/header or .bin file referred in chart
               was getting corrupted.
            -  Embedded file for footer.xml was not grabbaged.
            -  .bin embedded files were not grab baged.
            -  Added grab bag support for both case.
            -  Added UT to check .bin files are grab baged properly.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8674
        
        Change-Id: I221e3867798fc2a3a42f6385d687e80b80a3678f

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [cfde7ea8ee8526a66db22d690ef2de0f43c76d0b]

        WaE: passing OUString by value, rather pass by reference [loplugin]
        
        Change-Id: I7894d34d33efbf7689454ec25386b5d741ed3c42

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [e96e3aa0f12fb0d4e041cd44317d246096c89d78]

        WaE: passing OUString by value, rather pass by reference [loplugin]
        
        Change-Id: Ib2c0469155874134c0a43c5c8982e40cf3c57208

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [e00136005db2784428f03635ff2f4a4e7196bb84]

        WaE: unused variable 'it'
        
        Change-Id: Ib98e20284a2311db5b93412be7c59026deeefee2

2014-03-23  Tor Lillqvist  <tml@collabora.com>  [23eccddfc37ebbf21c3001680782f1db4628d83d]

        WaE: implicit conversion from bool to 'int' [loplugin:implicitboolconversion]
        
        Change-Id: I7116fda40f6bc4c86b9eb5273774e928d018f64c

2014-03-23  David Tardon  <dtardon@redhat.com>  [1a67b7cc3d5dc3dcd0de0e247f638c33d57dea1b]

        init only required items
        
        Change-Id: Iccbdea89fe2b5142bdd5213bb90e7656fc7eda8a

2014-03-23  David Tardon  <dtardon@redhat.com>  [363119a9f2f0710a55530909330efb343d5a8bae]

        avoid infinite loop when setting vert. text dir.
        
        Change-Id: I8ff1d61af9ff383f00062894ad10efca534318bd

2014-03-23  Armin Le Grand  <alg@apache.org>  [33c310b6ff9feb277c001ce61db96864baedc3bc]

        i123932 Init only needed items in

2014-03-23  Armin Le Grand  <alg@apache.org>  [872b5642f9c81f7e09b5fe592d9f92b9367d337c]

        i123573 corrected reaction on ItemChanges for CustomShapes
        
        Conflicts:
        	svx/source/sdr/properties/customshapeproperties.cxx
        
        Change-Id: I9f37893bab72b2d9b9f8874f6827ca6bee5dfbe1

2014-03-23  Armin Le Grand  <alg@apache.org>  [d74fc692a9ee403851b29bb93b252a79404ba007]

        i115391 corected from SetObejctItem to usage of local SfxItemSet

2014-03-23  David Tardon  <dtardon@redhat.com>  [acd03d705029ac4a4bbdbfae4403697d27367979]

        fix unit test

2014-03-23  Armin Le Grand  <alg@apache.org>  [120e469d176026ceb59abbf74d2ad255323cbc9a]

        i#115391 better support for MinTextSize settings
        
        ... for TextShapes and CustomShapes
        
        Conflicts:
        	include/svx/svdotext.hxx
        	svx/source/sdr/properties/customshapeproperties.cxx
        	svx/source/svdraw/svdoashp.cxx
        	svx/source/svdraw/svdotext.cxx
        	svx/source/svdraw/svdotxdr.cxx
        	svx/source/svdraw/svdotxtr.cxx
        
        Change-Id: Ie6f490801b6887568135ed5f83c8bbe7ab6daa08

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [8931ab3fc27acb0665fa636eb6390034cbb3eec6]

        ooxml: preserve rich text sdt controls
        
        These controls don't have a special property, like for example
        unformatted text controls have. So we use the id property as a
        marker; we will grab-bag it together with other sdt properties and
        use the existing mechanism to write the sdt block on export.
        
        A grab bag that only contains an id property is for sure a rich text
        control so we add it to the character props and not to the paragraph
        props, like in the case of the unformatted text control.
        
        Word doesn't allow us to write an empty <w:id/> tag, so we fill
        it with a random number.
        
        Finally, modified an existing unit test to add a rich text control and
        check it is exported correctly.
        
        Change-Id: If403a4a2393d4ee069a628645e364d21f104a859

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [452469f1b825ac4dfa2b9b096175f7cfc9a1aa36]

        ooxml: preserve text sdt property
        
        Change-Id: I46b857298ae5d86fe6055efb86d046da48882e8a

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b825b336caec720acfdc97766ebfd96bb077a5af]

        Fix indentation
        
        Change-Id: I380138438171c009a953cfc8afb2cc13e1c1e6a6

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e55a4222e694d4354d3c46e6d6aa8d4e7e1ff898]

        ooxml: Make SdtHelper grab bag more generic
        
        Flexibilize the way the grab bag in SdtHelper works, enabling it to
        store several children of SdtPr.
        
        For every tag inside SdtPr, we enable the DomainMapper grab bag,
        store the children properties there, and insert the full grab bag
        inside the SdtHelper grab bag. In this way, the SdtHelper grab bag
        becomes a Sequence of pairs "SdtPr token name" -> "Bag with children
        tokens and values".
        
        The first advantage of this implementation is that we can preserve
        dataBinding sdt property plus another one of those supported; until
        now the second property overwrote the first one in SdtHelper bag. In
        further patches we will add support for other tags.
        
        Some lines are incorrectly indented to make the purpose of this patch
        more evident, and will be corrected in the next patch.
        
        Change-Id: I0ec7be7b96dca455bbbeb03fc2fed230df04c52a

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c6ff03f37a6898f50a5ca07152168fb4fe911e05]

        fdo#70838: apply rotation transformations to DML anchor position
        
        Used the same algorithm that we had for VML to update the position of
        the DML anchor taking into account the rotation of the shape.
        
        Complemented the unit test to check the values in the generated DML.
        
        Change-Id: Ie0293c3cf4d1309fad58c0387f1589e69071fd9a

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1b922da415339726fb0186246dba6a03429b33bf]

        sw/qa: Code refactor.
        
        Change-Id: I552b5111901a2e1011a2bd0acaf0231dadd56614

2014-03-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d3e15e0cb1f21e1fa0bdc83ad5c1a0b8c5f9756d]

        qa: Added SwModelTestBase::getXPathContent
        
        Equivalent to assertXPathContent but returning the string.
        
        Change-Id: I06ae4ba7c17db188af64d152b9c2807cc84535ce

2014-03-23  Khaled Hosny  <khaledhosny@eglug.org>  [4e642a3f6b07163a030720f2043b0dde1fdfd66d]

        No need for these (void)s
        
        Change-Id: I946009c4ffacf51c7f144acf85060ccd4a31620a

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [ac466bc94eaea5356dc764564810e787b0536121]

        cppcheck: fix reassigned vars
        
        Change-Id: I9038045b5756ca956febe5d2ab7b05d15c4a7bca

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [b79a361f25e10b71444369e5001bb0103daa1b5e]

        cppcheck: fix reassigned var
        
        Change-Id: I20e421c216aa9053face25d00873928023ca859b

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [62407b674ef9866cf98366a1cbcb96b8062b8294]

        cppcheck: fix variables reassigned before having been used
        
        Change-Id: I0b1025f2697e5cd7abfe5ca9e3c64f02469ba606

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

        coverity#708176 Uninitialized scalar field
        
        Change-Id: I1d7b005c563a17b31a3bf565dd27d43868b3129c

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [60c2b472de80fbc5c7acad515b524395f498bb4f]

        coverity#708183 Uninitialized scalar field
        
        Change-Id: I45563c32a75ec2c95d4ea13d1cf9179c44cf1fd8

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [461ee0418a3f9a3d642f33144961b6d9eeb28207]

        coverity#708177 Uninitialized scalar field
        
        Change-Id: I62fd8593c7c5cc0e04d54666103159a8d8932689

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [8db09cdcd5056ded34e5f4bdd380177971c8b80d]

        coverity#708190 Uninitialized scalar field
        
        Change-Id: Ieadb392a68afa58362e6d2c8f6534f1824a404c4

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [06d44ce1d6a2a5d57699381c9dbd0707e63e1faa]

        coverity#708156 Uninitialized scalar field
        
        Change-Id: I0ef0047684bf97453c7f0bd958aee73ec5af26a6

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [893e6f6ac6aab9e86d499d90d9e4b3e5ff9017e8]

        bUseTarget is never read
        
        Change-Id: I1a21cfd62de2e188c93453f7eebb4d322010de3a

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [1f1a0af795dec9c6de8611b276070ec99d0bab6b]

        coverity#707872 Uninitialized scalar field
        
        Change-Id: I1dda581122caff16ab6d00a5f241d032cd021499

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

        covertity#707954 Uninitialized scalar field
        
        Change-Id: I837a2065e0f604ca53b5ebb7464bff9db0cbaf6b

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

        coverity#738582 Uninitialized pointer field
        
        Change-Id: I8b717acba8e5b7e04258a6e76111fc6e867b3057

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [51bef3b727bfbd2dd4eae974e6840e4ace216a61]

        coverity#738626 Uninitialized pointer field
        
        Change-Id: I8468009fafff845c249bddb88417a5ceeb556fb0

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [3eb06071874d2d3a6f868e74876a3129efea434c]

        coverity#738615 Uninitialized pointer field
        
        Change-Id: I33e67198c99cfa6bd240b4ca7eeeb32c8f91cb6d

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [6df6fefed82a4ee37f253f48de61a650db5c4f3a]

        coverity#738610 unused member pointer value
        
        Change-Id: I157c3bb7323767a27ac8a11361e6013bfee1de15

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [8a0d8f4c0b72ba69e3ae6109ce871a385b280349]

        coverity#738657 Uninitialized pointer field
        
        Change-Id: I37c946d37a7f3add6b6798b15f5fb6ab4b7274ff

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [7ac3a623798fd0f7ca0b8daa51b0005fc2a7eb05]

        coverity#738659 Uninitialized pointer field
        
        Change-Id: I5d3ebc066f36f9cdcfb031a58ecb9c64ddea26c3

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [058eb46c9108e8120c06f8a508dbfe5c13a82f96]

        coverity#1038295 Unchecked dynamic_cast
        
        Change-Id: I80488cc2c5edfaf5e3eb11bed1684d230549a663

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [3013d986244a916ee5d397db75588f4bc6995d81]

        coverity#705327 Missing break in switch
        
        Change-Id: Idd05d33394dd56d82be560a6efbdbc96a86d329c

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

        coverity#704372 Logically dead code
        
        handled in earlier special case
        
        Change-Id: I5f1a821504b899802a078d4c7b83eb7cc45e8f97

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [4fecc8cb22c61b2915627ec5732babbe9c16fd43]

        fix coverity#983381
        
        Change-Id: Ief19052360760977f86b8aa0aa066c9d2b741c98

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [691cbc64250e18bfd9c7e02745b2ac4c35d87ea4]

        coverity#704365 Logically dead code
        
        Change-Id: I8981dfcd3f8c0fcf0ad84bbe87a6d40c1a1a49db

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [43ceb40901d97773d729298a8cfedf37685fff99]

        coverity#704361 bDone initialized to true instead of false
        
        Logically dead code, strongly indicates it should be false initially
        
        since original checkin of 622b652b949b2a339f3328744999bc38e3d6dc2f
        which makes me nervous about fixing it
        
        Change-Id: If482172752693cca94359320b0caee0ae42c4e3b

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [5f01a51762d1eba9a5c2ea3f04bc87590faa33a3]

        coverity#983375 Dereference before null check
        
        Change-Id: Ib00b65a5c532c2968785c8783d43d1728b1dfb29

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

        coverity#983377 Dereference before null check
        
        Change-Id: Ifca7439523d63919b631b24d9edc8e471027a7d3

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

        coverity#983379 Dereference before null check
        
        Change-Id: I357e0618bf31983466566d6b36f63f7830f0a296

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

        coverity#983381 Dereference before null check
        
        Change-Id: Iebf35b42ab6eb34acb1ad0bea02fb746d815e6ba

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

        coverity#705471 Dereference null return value
        
        Change-Id: I7706744e046d0c641300a9d9167d89f00acacd62

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

        coverity#705457 Dereference null return value
        
        Change-Id: Ifde26af3d00fee3aa52afafa3986ef180be39908

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [95ff4bb714d0814b40de723cd7fa7f120b88bbc8]

        coverity#1103725 Dereference before null check
        
        Change-Id: Ie09af4913d3ac7681a7328c43595d01a98050a07

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [079a90ef7e76bff3b692d2782b01f6120d385e43]

        coverity#983382 Dereference before null check
        
        Change-Id: Ifc665a78794dc86e2dbf98ae5f84b790739813ca

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [82e80112082b0cc71bdab3d12ac6c503cc126e0d]

        coverity#983370 Dereference before null check
        
        Change-Id: I524ce73811f32b7da38ef127ee4633a2c6a9f933

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [9e5f76941eb63fd3a6257895f0731315165ddb12]

        coverity#705005 Dereference after null check
        
        Change-Id: I4ed75d05777d55bd58542f4ffb39cc9af6215c56

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [754fe6fa053ee03e44237d626667291fd884423a]

        coverity#705873 Dereference before null check
        
        Change-Id: I50a2642d754324e49d265c9eff13233fd181b75b

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

        coverity#705875 Dereference before null check
        
        Change-Id: I83af9cbf298c26f9cd9c9fe0a5bd576fbf65d03e

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [3cd160957c236d21ce9608bdc64d420a5f51ce8e]

        coverity#705876 Dereference before null check
        
        Change-Id: If18649ff83b7127054171f59965a66ddb27b7363

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [5a7e3f67f15d6eac1cf7319f57eafbbce321e6f7]

        coverity#705885 Dereference before null check
        
        Change-Id: I4e032dc9b77b98cc5981f812958667fc908993da

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [78d382066a0437dca9e4e13668f99b08c27b78b0]

        coverity#705913 Dereference before null check
        
        Change-Id: I2f025ede234cfbea4f6422001d1dcfb1b8e73a6f

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [15a26f0a389be09b4655774f3734e59bd9684ee7]

        coverity#705933 Dereference before null check
        
        Change-Id: I5812d4223b362d4df54b29de6285b3dc3ba572f8

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [51452b7afe858139076010decbe04758321a8396]

        coverity#705969 Dereference before null check
        
        Change-Id: Icb19931bb529e6c2b98621a603cdb86011d68a9e

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [901f3f76bc48614ffca98cacf98afd0b1967139f]

        coverity#736772 Dereference before null check
        
        Change-Id: Idf973cb888c7ac7a3e33aa2fdec0e25515b1feca

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [3f50dfa1aa99039fa65a3c55cc619a3f35873e66]

        coverity#736776 Dereference before null check
        
        Change-Id: Ifd666fe1b71087ab8c5a20f1bd002277fe8f05da

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

        coverity#736831 Dereference before null check
        
        Change-Id: I1c7a7b0d0ded11a18aa89df167a39b374520eb36

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [4c02b7d0cd6bcde7b2d0c26c34056ea6a00c170d]

        coverity#736847 Dereference before null check
        
        Change-Id: I83025065fd69a50ec06a9d1ed5fdd5ed0242bce0

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

        coverity#736852 Dereference before null check
        
        Change-Id: I457fbd64af652efb902959b27696069b42665f46

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

        coverity#736854 Dereference before null check
        
        Change-Id: I123887938735eb14e8ad4450f6d01b3b352f1b5e

2014-03-22  Caolán McNamara  <caolanm@redhat.com>  [83f3d617b3d9ee4d7829c2b39a882c1466d6e952]

        fix higher debug level builds
        
        Change-Id: Ie8225ad476c43cbff2ee8fb0f3178b3cc4662ac9

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [f593bfc1b8d2bdc5ed8b1e2c5f714f4eb71beda5]

        Fix the condition
        
        (thank you Kohei!)
        
        Change-Id: I45f94a2e09d24afeec545f4cf84acd209092ab7d

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [655dedb1a76249da1d50079d51eec5c9f3baac00]

        cppcheck: bRet reassigned before using its value
        
        Change-Id: Iaa1dbf9c5638001018b71c946361bfc6db58be83

2014-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e938a41ac0da617f20bb3df0f86dfd8476bf88e7]

        oox: no need to dump these here
        
        writeAppProperties() already uses this data as necessary.
        
        Change-Id: I5eea399ae2cfa37dc3a7c80114f5265fb4a0c648

2014-03-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [474b2ea601f7fa2f1fbeae0f169ff5b8abc965be]

        fdo#76470: Avoid joining new formula cells individually.
        
        Instead, insert the formula cells in the group first, then only try to join
        the top and bottom cells afterward. Otherwise the grouping would get messed
        up and a problem would ensue.
        
        Change-Id: I4fdd5326c029032a636d8225b5fb16cbde427c7d

2014-03-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c78d1bb2cd98aeac64402caf7baa40cbe4cca6f9]

        fdo#76470: Write unit test for this first.
        
        Change-Id: Iaf609b509165405c1a471dd8556c30dc019922da

2014-03-22  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [802b6aaed855376b24d09acd5aa91abf80a9f71a]

        fdo#76163 Fix for file corruption which contains fields and hyperlink
        
        Field inside a hyperlink closed after the ending tag of hyperlink, which corrupted the RT file.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8688
        
        Change-Id: Ie6fb5eff19c941819ca8c6193b3a6471de12c3e6

2014-03-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [3d5349f290deead4d47708ac8e30da47a76b9177]

        missing SwExtraRedlineTbl dtor
        
        Change-Id: I58eaedd89fa039945a3907c8f8858599ea5bbe9c

2014-03-22  Tor Lillqvist  <tml@collabora.com>  [0abc9bb2fa280164372b4779e6af9c3d992951b6]

        WaE: unused variable 'aSrcOutRect'
        
        Change-Id: Ic64d9e3be43b3ad1751070242fc3ad9f7b35a92a

2014-03-22  Julien Nabet  <serval2412@yahoo.fr>  [9971b64067576dbb05d2f77ad62ff665175a2bf3]

        cppcheck: fix Possible inefficient checking
        
        Change-Id: I71449d40875970aa49320ae86a3104d132f5d5e9

2014-03-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [37750daee2577f6977f3130a85bbb4a16488abd8]

        casting to void to silence a WaE lead to windows complaining.
        
        Change-Id: I203b52d0a80dd3c04b75aab7e8a683b609e3efba

2014-03-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [9433eed641ad986e986e924b575b1ae008e20fe2]

        WaE unused parameter
        
        Change-Id: I1390e327d8085badcfc3067763576fc6a0f3887c

2014-03-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [0eb7070e767fd395cf2c8fbb83707e2efda2bf01]

        fdo#74702 DrawOutDev() and CopyArea() functions now noops in Printer
        
        DrawOutDev() and CopyArea() functions now assert when called from a
        Printer instance. This has allowed the removal of meOutDevType, which
        I hope to eventually completely eradicate from LO.
        
        I've also included DrawOutDev(...) which holds a parameter with a
        reference to a Printer object. This shouldn't be possible, so it
        asserts.
        
        Change-Id: Iabee853ca7c8bfc99349da086d1944ee13210a2e
        Reviewed-on: https://gerrit.libreoffice.org/8592
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [d4855da9e9718b31b371376ee8a469e9e26495af]

        fdo#74702 Moved CopyArea() Window specific function
        
        There is Window specific code in OutputDevice::CopyArea(...).
        I have moved this to a protected function CopyAreaFinal(...).
        
        Conflicts:
        	include/vcl/print.hxx
        	vcl/source/gdi/outdev2.cxx
        
        Change-Id: I9098ec960527a2aca6154ac6e791b947a8e4f78e
        Reviewed-on: https://gerrit.libreoffice.org/8605
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-22  Eike Rathke  <erack@redhat.com>  [0e0755e3903d54ec3942094060ca84e37e78264b]

        use enhanced protection permission to override protection attribute
        
        Change-Id: I53eeb5ffe6e700dd02e3966ccd66738c7b5ab464

2014-03-22  Eike Rathke  <erack@redhat.com>  [eceba5512636445c9ce827e2d6151875a4fc4673]

        no need to use the getter here
        
        Change-Id: I5bbec2c06a641729194ceee3882b88e7372d41a9

2014-03-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [f84e7f573dd88cc814bdbc8c1678ed64f1edbf48]

        fdo#74702 Move BitmapEx drawing code to seperate functions
        
        New virtual functions DrawTransformBitmapExDirect() and
        TransformReduceBitmapExTargetRange(). Printers cannot do either of
        these things so I make it a noop in the Printer class, Window and
        VirtualDevice will continue to work as intended.
        
        I have documented these functions in OutputDevice.
        
        Also made some small formatting changes to print.hxx to align tabs.
        
        Change-Id: Idd31d230f95d3b5ea360c72dc8191d47bfd8402b
        Reviewed-on: https://gerrit.libreoffice.org/8588
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-22  Eike Rathke  <erack@redhat.com>  [926435ef5ab26e647c09887d471bde25b24e1c16]

        added editable testers to enhanced table protection
        
        Change-Id: If535d92dada1e8a539af9aa105aa2f16aed629e9

2014-03-21  Eike Rathke  <erack@redhat.com>  [fc58d7ae8e45dc45988ee247b5a1b8ad5adeb8ac]

        write enhanced protection to .xls BIFF8 0x0868 Feat records
        
        We now have a roundtrip of the EnhancedProtection feature.
        
        Change-Id: Ib13b4d23a10dd51d9328de872e076bf58ee3127d

2014-03-21  Eike Rathke  <erack@redhat.com>  [0536356202f9bbee4272731dca887c12594aa470]

        copy-construct maEnhancedProtection in ScTableProtectionImpl
        
        Change-Id: Ia1f7415b853f9e5ac585f89cbc938c2464c33fe5

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

        we don't need psprint.conf or the generic ppds on MacOSX and iOS
        
        I think
        
        Change-Id: I876018d663bcfab0bfff52829637f85da3dc72bd

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

        Resolves: fdo#76457 image buttons too narrow
        
        but we liked the size of the symbol buttons
        
        regression since 1f6e88276006bea5d597ee6ca6fdf3af4dbf5ffd
        
        Really the PushButton::CalcMinimumSize and PushButton::ImplDrawPushButton are
        the better place to handle this, but its such a train-wreck
        
        Change-Id: Ib7ba00c6a9c2698ff4e4f264c4242bf48a686da8

2014-03-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [c30fd602521986348ef952b7173ea37a064ee82b]

        fdo#74702 ImplPrintMask() implemented in Printer
        
        Printer should implement ImplPrintMask(), as a protected function. If
        OutputDevice calls it, then do nothing.
        
        Also removed commented out code.
        
        Change-Id: If3e7d3b2057f0c89f48f81a4a7a7b2360c0a3439
        Reviewed-on: https://gerrit.libreoffice.org/8593
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [143c059ff7f69a363b3cf736a9f0197a9f25cf9c]

        fdo#74702 Moved ImplReleaseGraphics into correct classes
        
        Made OutputDevice::ImplReleaseGraphics a pure virtual function, then
        implemented function in Printer, Window and VirtualDevice. The reason
        was that OutputDevice was checking to see if it was a Printer, Window
        or VirtualDevice that was calling on it in an if statement, very
        uncool :-) Now I let the classes themselves do the work.
        
        There is some common functionality, which is to release the fonts. I
        have put this into a protected OutputDevice function, ImplReleaseFonts.
        
        Change-Id: Id41db2119d4022ea2fc7855158ca9f610af3c85c
        Reviewed-on: https://gerrit.libreoffice.org/8548
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9dc4377c91b00585519abfd4fc1528393fe84e4a]

        Revert "fdo#74064 The filename gets properly highlighted in the Save As dialog."
        
        This reverts commit 55eb86699d7d4b2151530e9a0b3ca2e99033595b, which caused a
        regression fdo#76466.

2014-03-21  Eike Rathke  <erack@redhat.com>  [80652a80da6f86974a2ce0b0367d27a5e797b85d]

        always resize vector, reserve is just that
        
        Change-Id: I6e6c54e5e6ee87039b8337258bb78da2f0201d06

2014-03-21  Eike Rathke  <erack@redhat.com>  [0f2414d82c0a4b4aca9ef040d617dcc7554a8fc5]

        refactored to use XclRangeList and XclImpAddressConverter
        
        Change-Id: If0455f0243aace784c704e234469709e6da4542f

2014-03-21  Rajashri  <rajashri.udhoji@synerzip.com>  [5ff0e274bb146bbaede31e9e349cba301137d4f2]

        fdo#76361 : LO crash: LO crashes while saving the document to docx
        
        The document contains an empty table with borders.
        LO was treating this table as a nested table, which lead to
        a TC tag mismatch.
        In docxattributeoutput.cxx, inside 'switchHeaderFooter'
        added a check against 'm_oldTableReference->m_pOldTablepInner'
        For some documents, even if the above value was null, still
        it was getting assigned to 'm_tableReference' . Thus in such situations
        it leads to a crash.
        
        Change-Id: I883267585cb804f961989797de57c4b843b96821
        Reviewed-on: https://gerrit.libreoffice.org/8677
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

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

        Related: fdo#76457 set the edit fields to expand
        
        the buttons remain too narrow, but that seems to be the case for all
        the formula buttons
        
        Change-Id: Ib7ecc6dffeed23459eddb1fc98140faf1a26296d

2014-03-21  Khaled Hosny  <khaledhosny@eglug.org>  [e3d9b3406a2013cd4f9d4baf3a7800d1d95c2d90]

        Fold psprint_config into vcl
        
        The files are only used by the psprint stuff in vcl, so move them closer
        to it. We should kill all of this anyway, but that is for another day.
        
        Change-Id: Ie3b893c92d556333c9d8b041859d5e97604ace10
        Reviewed-on: https://gerrit.libreoffice.org/8694
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [3b1cca8c547ce53b2af29b3edecc22c7694a0621]

        Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDS
        
        Change-Id: I11e2aa39d77c01446387b13ba4bc9f40b61a958a

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [973ff09ee7e7a1926326db6accf9e3e40e901874]

        coverity#982461 Unchecked dynamic_cast
        
        Change-Id: I3933b2cd03b8e1dff7bcb106d841a429e4d0ba53

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [10be411f33c69db83cc5de410eaddf2d297608ae]

        Remove opengl usage from svx until we can't solve building problems
        
        Change-Id: I45b2e0f772f7bcc47bc2e0ce2c7639ef775b379b

2014-03-21  Oliver-Rainer Wittmann  <orw@apache.org>  [40c8121fbeb89403418a90c77b88d13ad268d347]

        Resolves: #i124474# on change of User Field via UNO-API...
        
        trigger update to get dependent Input Fields updated.
        
        (cherry picked from commit fc0c91c2d00157cb02cbe7b1d09cb950762e8145)
        
        Conflicts:
        	sw/source/core/unocore/unofield.cxx
        
        Change-Id: I0ead765729c93992103baca53924b7a127936b38

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

        missing another libspa
        
        Change-Id: I1e9a9e97ea2f6bdd43e6143830a3ab45177f9b05

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

        coverity#982649 Missing break in switch
        
        Change-Id: I25ffff8576aca6891060283c55eff7125a9d4681

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [0c5d6e657244d54a1eb15d06159cd217516d666c]

        coverity#705313 Missing break in switch
        
        Change-Id: I71c7c1af3f4ec804b1722003099869994199939d

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

        coverity#705310 Missing break in switch
        
        Change-Id: Ibadcc7c4da119989b57fcf96c5a2413f1346fca5

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [37148c375504066839417eb4e6d0bd1dc161ed97]

        coverity#705309 Missing break in switch
        
        Change-Id: Ia1522c645793af8bc316885def415beb2a5d50d5

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

        another hidden libspa usage
        
        Change-Id: I523a9813c2b121342fc1bc31328ff8ce48f68c4d

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [172156ec8d2bfbfd4697d9e1676fe766b3c93069]

        WaE: -Werror=unused-variable
        
        Change-Id: I857fcd923788f086294f8f3e3105b44949d80e56

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [87d1e5c27d33f79f45fff3a1c9d05f0d3662cfaa]

        coverity#705459 Dereference null return value
        
        Change-Id: Ib49e23529e34dfc4afda45f26eec15af67e9da68

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [292ba61eae3318edd86ec0af4d8726189bc2affd]

        coverity#1000766 Dereference before null check
        
        Change-Id: I539cb91511fe95d004044a98736b4a6b99f24a5b

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [85771a44ccc6404bbafbd5f70eff3c39ae85e507]

        coverity#705975 Dereference before null check
        
        Change-Id: I5499cba6f72c9bcf4b47363da7003fa9bc94dfa6

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

        coverity#705974 Dereference before null check
        
        Change-Id: I6286888f85214a82ad232dd26b7b23e175de39d4

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [94319e31f08310266280307be08f78311385ca6d]

        coverity#705953 Dereference before null check
        
        Change-Id: Ia9d6af4d601b76dfb9e950fdb4bdaf283f3e985c

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [899da0c87348cc298fe8ab43c905eaaab977f781]

        coverity#705956 Dereference before null check
        
        Change-Id: I2058c5ab31763b0df483737e79ead6c980b966c7

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [511d8bbbec6bc95d92a3ac6bbac4c68622738706]

        coverity#705966 Dereference before null check
        
        Change-Id: I74507ce67f928bdeb626d4070dbd2a45cc126521

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

        coverity#705961 Dereference before null check
        
        Change-Id: I0737bbc738779a4ef282c7eea1406a796e0d663d

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [813a1ea12da7f588c22cf40bd1d6b227bf01a539]

        coverity#705960 Dereference before null check
        
        Change-Id: I39253ca1e50c57564b594401f69cef4b661dbd2a

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

        Updated core Project: help  b0fd711c33b96466e3be944fdc497f9c248e8b38

2014-03-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f2d009a675755136e2e06b2866bc055b06cea6c8]

        Make it harder to accidentally set print range to '- none -'.
        
        And make the current print range behavior a bit more intuitive.  People
        often "remove" ranges to quickly clear any custom ranges if set.  They
        wouldn't expect this to actually set the print range to "none".
        
        Also, change the wording of the menu item from "Remove" to "Clear", to
        refect this behavior change.
        
        Change-Id: I0369020fedf1c7463d718809875022adef697bf4

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

        just give the enclosing frame the required helpid
        
        Change-Id: Ifb0209eaea4f738ac5b5826f924552465cccc272

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [76ff20b5766758c4f4343064d744b2b330ab3885]

        Updated core Project: help  6a97b776ce1d7a6fc454203ece60ab506228d4e1

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [8b7adff61fb54aa383cec93f94debbfb77b52327]

        Updated core Project: help  f8aa9509d36c652b00e4c7c827dcdab62a218c56

2014-03-21  Jan Holesovsky  <kendy@collabora.com>  [09e064adc51bf4a26a4f316d42945be9cfbd2c95]

        First check if this is the one we search for, then extract.
        
        Change-Id: Ie98dc14b743983e68f126ed4b7a7f00b637957d3

2014-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [fdacaab2485fa42648ae96348b9ad6a9e1f49424]

        DOCX import: implement progressbar
        
        The design follows what we do in case of ODT import already: read the
        number of paragraphs from the document statistics metadata, and then
        estimate progress based on the number of already imported paragraphs.
        
        Change-Id: I042cc6014c05ca7456fdf1c8d7247b615ba3a244

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [706893eb2d737e1475945f4204f95b7382992240]

        coverity#736078 Missing break in switch
        
        Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36

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

        coverity#708662 Uninitialized pointer field
        
        Change-Id: Icfa4ee2a525016775b5917143b5c4333212db362

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [8c6f8b169c4f7b81defd8f85525abd07a5306339]

        coverity#705331 Missing break in switch
        
        Change-Id: Ie7416ac3b6cadce8e07d87b290869c0101c39783

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [1ff71f598c65a312d569b1b00cbf8d40b5dfd03e]

        coverity#705973 Dereference before null check
        
        Change-Id: Iee76f24ad73d103507594fb1433fba7d1294d759

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [2a36122dcb240d20bd20af24e9a334cde8e165ae]

        coverity#708674 Uninitialized pointer field
        
        Change-Id: Ie48cefda1ac7f626e8b5f969209c6960c124a889

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

        coverity#735563 Logically dead code
        
        Change-Id: Idebbefe8c3d18df559fe4d9635dc407f51ec9f1d

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [85bafd7abedbfc642309f0af850aede68000dba1]

        Fix android build
        
        Change-Id: Iee1d84e428a27917bbaaf0df95763794e9b4cca6

2014-03-21  Eike Rathke  <erack@redhat.com>  [4d9ccf41db5f5860275ff62f7de7401512f72791]

        update enhanced protection ranges
        
        Change-Id: I15eb63da7123f8c2bf9ae1b77fdd32289dba3636

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0dcb50f50c09b8c43dbfc4b7b401c4c037eace5b]

        Fix incostintent dll linkage warnings related with vclopengl lib
        
        Change-Id: I9c589e8890c3a824f13b1768021c7a6b0b658eee

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

        Updated core Project: help  7182afe0322254178ed9b6096a62c9cc8c6f3b62

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [48044571776374643b9d631dd220e6d0a00b51dc]

        Try to fix win build: cant open <GL/glext.h> include
        
        Change-Id: I2c4bb2831e12ff45d56335ab17561ea9cf5e9921

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

        Updated core Project: help  1c838635c1815acecafb0c6634d67515ba475ced

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d834be0dac2b455076e0c0824f8e6a6e709625ac]

        Init an opengl context bounded to an existent window.
        
        Via ViewObjectContact can we query a window.
        It seems this window is the same which is used
        by chart edit mode.
        
        Change-Id: Ib6df4d58730774f3d86b453b8174a78bb2c8a45b

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [47cf5156e951a724604db1be99750bc9a722592b]

        Consistent naming: ViewContactOfOpenGL{->Obj}
        
        Change-Id: I6bacdba00dfd81442919bce768ef2e7a9f8ce86e

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [efdc2b2f86c4c08c02440bbb8e828cc2e76ce95f]

        Extract getPageWindowOutputDevice to a common place
        
        Change-Id: Idef06778251d7437cfce2151c6fb9654db04d3a4

2014-03-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d6cd20a48eae0ea99728014601ee97488fc7c742]

        Typo: femplate->template
        
        Change-Id: I3474ffd952baa7eb1103416b05930f8439a4f5ee

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [9352b14adeaa7050f35894e1abc14d46be737ad5]

        Updated core Project: help  440af54dcae5a9380810ba81b68bdf198730423b

2014-03-21  Palenik Mihály  <palenik.mihaly@gmail.com>  [7209372b00ad922e6e398c0a92dd098cca1d436a]

        Convert RID_SVX_MDLG_FONTWORK_GALLERY to .ui
        
        Change-Id: I18c02b6c1f9ea9642d3f04092f7df4dcc9d92990
        Reviewed-on: https://gerrit.libreoffice.org/8689
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [359a7d4b7fe3ea2c8f18d1f2b4a17c60ac42ae1d]

        Remove unnecessary dynamic_cast
        
        OOXMLDocumentImpl is the only implementation of OOXMLDocument, though
        code outside the ooxml directory has no access to OOXMLDocumentImpl.
        However, in that directory passing OOXMLDocumentImpl* as OOXMLDocument*,
        then using dynamic_cast to get back OOXMLDocumentImpl* is quite
        pointless.
        
        Change-Id: I06dcf85180def1db33b57bd356749f5d92aefa80

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

        WaE: -Werror=conversion-null
        
        Change-Id: I56380e87c82f785f231b04d2e1b340bb667c59d9

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

        Updated core Project: help  a193d80ec52e7e90015b4ab59c533dbd04d1c7e9

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [988a2d2fb2879a374e4eb76132eb98ec4512c8af]

        Updated core Project: help  e4b149ab0749be72cfb6acfcea01c0cf296fe6cc

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

        Updated core Project: help  cba805e15a2ac1cfaf3004b63ef20ad797926939

2014-03-21  Niklas Johansson  <sleeping.pillow@gmail.com>  [44a6c8eed837ab5e82b9db5e8138a94bd161a4ea]

        Improve Accessibility mapping of roles for Mac
        
        Since role Heading now is exposed to A11y we need to give it a better role then
        unknown, otherwise it gets inaccessible to VoiceOver. Until I get a better grip
        on how to best expose AXHeading, let's map it to textAreaRole so we at least
        get back to the behaviour before IA2 integration.
        Header and Footer is probably best mapped to AXGroup.
        
        Change-Id: I6353f4d25c18e6e550df289ca2e999ad1c01f2a8
        Reviewed-on: https://gerrit.libreoffice.org/8682
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-21  Keith Curtis  <keithcu@gmail.com>  [509441038ab95dd3a60efd1b6c302bf22bfbc631]

        Hopefully fix Windows HiDPI toolbar layout bug
        
        On Windows HiDPI, toolbar buttons are cut off. This may fix the problem.
        
        Here is a screenshot:
        http://i.imgur.com/NADAvYi.png
        
        I can't prove this fixes anything on Windows because I can't see this
        on Linux and don't really understand the surrounding code. On the other
        hand, it is easy to prove this is reasonable code.
        
        Change-Id: I69c19ad46844bead942ce63883d163cb9d0690c9
        Reviewed-on: https://gerrit.libreoffice.org/8637
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-21  Katarina Behrens  <bubli@bubli.org>  [e262050a52a6ff154a219e9b0d5e1f66d20a3ead]

        fdo#69878: Add [sub|super]script entry to text style context submenu
        
        Make Impress consistent with Writer in this regard
        
        Change-Id: Ib01472d88c20f05a375b57d8a79576fc447cc250
        Reviewed-on: https://gerrit.libreoffice.org/8684
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [1d81ca98f8d10431ea69eef71d8f633c27648743]

        move remaining padmin dialogs into vcl
        
        and so padmin is no more
        
        Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61

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

        move the cups password dialog from padmin to vcl
        
        now we don't have to dlopen padmin to get it so we can drop that complicated
        stuff.
        
        Change-Id: I2f01bd104aae8f17ada9a445da653b441a927c70

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [42aeaee8dfc8cdd11428079e9fe357534bbb8898]

        convert CUPS password dialog to .ui
        
        Change-Id: Ibdf4da93848e2c8b46f89cbfba4c282291f0c744

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

        move the fax dialog from padmin to vcl
        
        now we don't have to dlopen padmin to get it
        so we can drop that complicated stuff and don't need
        to be unx only
        
        Change-Id: I0e585b05a4ecf2a1c8a3ac5275185d81ada518e5

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [5c291a0287af46558d3ef96d18b114c371ddd31b]

        coverity#736084 Missing break in switch
        
        Change-Id: I3c7a032441402455d0a6ed28fc2cd5ce958ead04

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

        coverity#705095 Unchecked dynamic_cast
        
        Change-Id: Ia8291acbba50c492568b11e1eb852e7b84885633

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

        coverity#705345 Missing break in switch
        
        Change-Id: I7ed37e384a0f3bb3863d957ac0333ddc2c7434a3

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [27a8609b2086d232c4d1ff8b92996d638b30cac1]

        coverity#704114 Unchecked return value
        
        Change-Id: I9f92b4536557d8f6f482d6ce7646125035db3f1d

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

        coverity#705346 Missing break in switch
        
        Change-Id: I80147bd28eedd9d1032cb173a653d4c52a1eb437

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [83f2bb7ef645ea01fea021dc5beba5000a5aa359]

        coverity#704115 Unchecked return value
        
        Change-Id: Ic76d930f3f7a76c93c7b034570297b398497e9b4

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

        coverity#705096 Dereference after null check
        
        Change-Id: Ie7eed2a697062f495688dc6325ca52383e049d05

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [1f224711746295e6f15d1223792d69bf8971a79b]

        coverity#708728 Uninitialized scalar field
        
        Change-Id: Ic5e22da988f762641daf4cc07f3b2bd0caba36f9

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [1287c3cd6e961bb9503aaf5becf4f515bf3ab17e]

        coverity#708730 Uninitialized scalar field
        
        Change-Id: I464774697703b7143c3a6b0df88aa32745824394

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [920560b6b01f83c40d952fff90a15c70f1357fbc]

        coverity#708732 Uninitialized scalar field
        
        Change-Id: I0e76926d25491f54b6552c5bc1d55c77e39318b0

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [297183a9e4c5a219093d712f07ae1600e37a246e]

        coverity#708733 Uninitialized scalar field
        
        Change-Id: I751be405978cfc4c13047033a71504353439145d

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [625b27631144d881fca32b55648fbfd8099e9a64]

        coverity#708734 Uninitialized scalar field
        
        Change-Id: Icea7902268a362f35c16a22597f2c55d67eaa83e

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

        coverity#708739 Uninitialized scalar field
        
        Change-Id: I2ac9aa4d74321c9d4312650e744ce54c4af553bb

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [108c5bb958a64763be1eb340af0fb5610f6274d3]

        coverity#708740 Uninitialized scalar field
        
        Change-Id: Ic3cb17f2344192a3e9704ff7e1d825e62dc45d19

2014-03-21  Stephan Bergmann  <sbergman@redhat.com>  [8cde8ea2b78cd66ab2ecf63221678eb70b4f4c32]

        Missing includes
        
        Change-Id: I6926b018a96a2dc52c5b080584b94c8009384aa7

2014-03-21  Takeshi Abe  <tabe@fixedpoint.jp>  [fc8b8033c645bb94484c51ddad4ed82add0cf6bc]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I4287fa05e35c132fb6e11d95dd17c3d3bf29defc

2014-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [5299cc26d136af179328f6e560040e1eabe8b9c8]

        DOCX export of paragraph count in app.xml
        
        Change-Id: Ie2fd4af3340c48c915eada74760cb414848f8a8b

2014-03-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [258c8cc66ac5a91e4779d47bc3b3eafc7287332a]

        oox: don't fill CharInteropGrabBag if the property doesn't exist
        
        Change-Id: Ic7d543a8155cfe5ec39d34c8cd7133f14f8f3cc9

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

        drop spadmin
        
        Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [52cc0c8f05d40db6d076c13f8b8d6d9453ec8930]

        coverity#982784 Unintentional integer overflow
        
        Change-Id: Ib50e0987adf419ecdd569fc5dd5c8b2b1e246e2f

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [16b6b45e8ca1e727694a52525cf35782c0d69978]

        coverity#707964 Uninitialized scalar field
        
        Change-Id: I051e5ae4200563426d810e9a4d94ab02fb8ccf51

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [383dbc04ee65b60e7946893614a6e6bb80981599]

        coverity#705160 Missing break in switch
        
        Change-Id: I7be86ec16743dd8342cd82c9fcd089cb36d668ce

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

        coverity#705159 Missing break in switch
        
        Change-Id: I61975ae42519d2fc9e0074a32ad2a504c6821641

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [46c95fa7407df716795d4350506d57b2ed1fb11d]

        coverity#736099 Improper use of negative value
        
        Change-Id: I065a8074fcafba123898c70eded464aa108e2e9e

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [84c4838febc60af47f61795d3ca0884edb39f0e4]

        coverity#705442 Improper use of negative value
        
        Change-Id: If039b52c96fd9c902f72c17b13442ddd7f68f13f

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

        coverity#705430 Improper use of negative value
        
        Change-Id: Ia97bc71328d095f7f36d1d53027bd2bb16a9a60f

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

        coverity#705951 Dereference before null check
        
        Change-Id: I457c7787378dad1cceccb9e5f84786575a6e2cd8

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

        coverity#705940 Dereference before null check
        
        Change-Id: Ib47e07a7b37917e68c5b49b49254b38976bd497e

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [4bd3c28b0b9ba1563efec7dba01b2b6d8e9a546e]

        coverity#705920 Dereference before null check
        
        Change-Id: I2b6cbd482a13b026c6fe1caa8a115b90ef62b1c4

2014-03-21  Caolán McNamara  <caolanm@redhat.com>  [38523b4a0ef994976883b5339cf5b29d7f7d64ba]

        coverity#705919 Dereference before null check
        
        Change-Id: I3bd5c35e6c9dcee0833dd3f5b15dec064b525d0a

2014-03-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [71baf7278beffc6af99a4bd15c86550cbe61a077]

        writerfilter: remove unused OutputWithDepth
        
        This was only used by doctok.
        
        Change-Id: Ic8f853a02af4915e3d5984a626daa7147c47d16f

2014-03-21  Tor Lillqvist  <tml@collabora.com>  [0f95b244e689c72bb5ca5a9ea12a5910c069fc48]

        Fix syntax error
        
        Change-Id: Id646518713124d34971da2843aa201b093861792

2014-03-21  Tor Lillqvist  <tml@collabora.com>  [51fc55cfcceafe61cbd9f11346c6456c08d21203]

        Add customshapes source files for debugging convenience
        
        Change-Id: Ifa88f10a547c9aafd888065ae94210ec1cc7f273

2014-03-21  Tor Lillqvist  <tml@collabora.com>  [621e86a46284c7689b16273aba38619198088a5d]

        Add oox/source/drawingml source for debugging convenience
        
        Change-Id: I20108b8b044cbf129426688b9bee90a0a6c016a3

2014-03-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [359c573d635335779e37fc6a25ddbf3fa7b2331e]

        kill ucbhelper XSERVICEINFO_NOFACTORY_DECL
        
        Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954

2014-03-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [eabc5d4920513ea41d57b7753d75702fd2d1da60]

        kill ucbhelper XSERVICEINFO_DECL
        
        Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [4cf5556f12812c1fea256252e1d01fa40983c666]

        use WeakImplHelper for ucb FileProvider
        
        Change-Id: I7de8301fc1a071f91d25f559ace44e9f27040d63

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [37aeda6be1c636270a7c270facf478b5b97f9997]

        Eliminate some doxygen warnings in offapi doc
        
        Change-Id: I9fc1053db98dd0aa90f6c9fb863dc3fdfa3cffe6

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [41eabf7b5023d06f620c1fe67b4e8da5925157f9]

        Eliminate some doxygen warnings in offapi doc
        
        Change-Id: Ibe9be186f49554deb3774e0c70de0e55c19b2f34

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [03a6135292f3612c291ab156896f18dd49cf70d5]

        de-macroize xmlhelp ContentProvider
        
        Change-Id: I806cd7a263dbe37581c8845b4089a76a7d591628

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [514a6de4822523164ef66916198e36944a826db3]

        kill ucbhelper XTYPEPROVIDER_DECL macro
        
        Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [27399c3433147df9f876c2d0262b7616d36a5c63]

        de-macroize xmlhelp tvfactory
        
        Change-Id: Ie4b0e0923ade427f7ab637e8e76769a6dca957c5

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [db5407b6ac9afa18b61fd8ba55a7096e5b1311f0]

        de-macroize xmlhelp TVBase
        
        Change-Id: I92e9bc4bbdf18273d26d666d98401cd83a9b1560

2014-03-20  Michael Meeks  <michael.meeks@collabora.com>  [9343674f58237760ba648ff965f57948cdbe5e8a]

        Don't duplicate relationship sequences while walking them.
        
        Change-Id: If938f2f401af82d5d0122cbd0a78214829d1277c

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [7260bcd68726739b5fe26b4d29a1de47e7b0f5a7]

        cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxx
        
        Change-Id: Iae8eb15413c0c069c14edd92c94ecb0113d9d371

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [7154b092a716d4d0041a8a563294511ec9e5dbc6]

        cosmetic: split PhysicalFontFace class it its own source/header
        
        oudev,2,3,4,5,6 are a dumping ground for a lot of things
        chipping at it one class at the time...
        organize the #include of the impacted source while at it.
        
        Change-Id: I57bbb1f9e3c6b2ac6b3ca127e5976bf16f3e3cf8

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [5971a040f974dcdd0b0d8491d720fa7ad74439b4]

        rename ImplDevFontList to PhysicalFontCollection
        
        again, convergence of teh naming with what is normally
        used in the underlying native API,
        where FontFace ) FontFamily ) FontCollection
        
        Change-Id: Ieb098b782ea828a3365f00d07914b9566278caba

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [98da670aef5c4f964c612cbdd4579c9b3eb39715]

        replace DevFontList with PhysicalFontFamilies propagate the naming change
        
        Change-Id: Ib3a4ce44d4bdde5570ece84e7399743ee7b8418f

2014-03-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [cabee397b9e8d2b1bc400972db538c4bd79f7f59]

        rename ImplDevFontListData to PhysicalFontFamily
        
        following the naming of PhysicalFontFace
        in an effort to give more explicit and meaning full
        names to the many-many ImplFontforbar classes
        
        Change-Id: I6dcf44e8f9ba312d8293298198b92f283dac0362

2014-03-20  Takeshi Abe  <tabe@fixedpoint.jp>  [18feb733755f32a2b2ae88176806bc300e23a143]

        Translate names of months and the days of the week in Japanese calendars
        
        This affects a displayed name of months e.g. grouped by in a pivot table.
        See <http://listarchives.libreoffice.org/ja/discuss/msg02906.html> for the
        original discussion.
        
        Change-Id: I2ff0325f9ef2f2f03019291d4b760582b6dfbad8
        Reviewed-on: https://gerrit.libreoffice.org/8678
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-20  Andras Timar  <andras.timar@collabora.com>  [8f293cd26111ac5b17878ca10d0988096cfac60c]

        add translatable attribute to some .ui labels/items
        
        Change-Id: I294a8ff5070af20403ec103ad4420a6e12a97561

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [80cb53408655ed325aeec0fd65398dfc728da253]

        simplify
        
        Change-Id: Ifb801f04845934ce98f346bd46a81e9bf9d0ba89

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [ad28ffaa37e87d8d4f57dbfd5ed2eb3aae918d68]

        Remove unnecessary vcl::SolarMutexObject
        
        Change-Id: I6dfdd7d5d211b66019dfbe364101140e28a3584d

2014-03-20  Armin Le Grand  <alg@apache.org>  [36be3d94c2e142d01c026a93fa88454cb5316bff]

        Resolves: #i124409# use slot SID_ATTR_METRIC...
        
        to retrive the UI unit, not GetModuleFieldUnit
        
        (cherry picked from commit 34279ea85c33e3efd21971ab692a3de4bdd91817)
        
        Conflicts:
        	svx/source/sidebar/possize/PosSizePropertyPanel.cxx
        
        Change-Id: Id81847bf7e989a3e49fbe8adaad23048956067df

2014-03-20  Armin Le Grand  <alg@apache.org>  [e489729dd6a66769bf96cb8e87344861af13d7c8]

        Resolves: #i124425# corrected SvxMetricField::Down() behaviour
        
        (cherry picked from commit d602017961ec03ada7cdd8c08358870dcd674555)
        
        Conflicts:
        	svx/source/tbxctrls/itemwin.cxx
        
        Change-Id: Ic4d24c3045513e36d895098898df60da0fec487e

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [1649caefc995e0a62a312a9e3df2477209db54cd]

        Remove unused include
        
        Change-Id: Icb79f8f67271a4bcf56be9b4fa88f14cb9d7633c

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [c8239a1dd46c78f89fa31599036300ecf60108b5]

        Remove newly unused framework::LockHelper class
        
        ...and make LockHelper::getGlobalLock() FWI_DLLPUBLIC again (so there's a single
        such lock, not one per library).
        
        Change-Id: I0aed77333dc93cdf1c7dd7b96620fb7a8eb3dd64

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [250a4e8875d97a75683349415502a345f03138a0]

        Remove newly unused framework::Guard
        
        Change-Id: I49650bfd036c5df22f81c3e8cf30bc0795154a30

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [8b2c7983330aed62fb80cf4ca05375e9ccf7ad13]

        Remove unused function declaration
        
        Change-Id: I82ac945e5d1fba82047a7902782893d01eda34e3

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [4ddb43bcf159f8cff4bb090da218c4f150dceab8]

        Turn odd framework::LockHelper::getGlobalLock() into an osl::Mutex
        
        ...and extract it to framework::GlobalLock::get().
        
        The old lock was actually effectively two different locks,
        LockHelper::getGloblaLock() and
        LockHelper::getGlobalLock().getShareableOslMutex(), and both were used in
        different places.  These places all use the same single osl::Mutex instance now,
        but hopefully that does not lead to problems (which it shouldn't, given the
        documentation of LockHelper::getShareableOslMutex: "Sometimes we need a osl-
        mutex for sharing with our uno helper ... What can we do? We must use a
        different mutex member :-( I HOPE IT WORKS!").
        
        Of course, the "TODO: This presumable should return the SolarMutex" still
        applies.
        
        Change-Id: I7caea3241d1b70a00272fe1f2214c071ef22cf2c

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

        disallow disabling cups
        
        which means that there is only one option left in
        "add a printer" in spadmin, that to add a pdf so remove
        the intermediate page
        
        Change-Id: I5f19b526b5da9307bec77c731f305280b0ebecc3

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [a475c6963e639bbc575d3591c804fbb1ef980183]

        Bin some dead code
        
        Has been dead since bff2ddbbfb8a4cebee2cc223c3bba6a8d9ebc038, when we
        stopped using SvpSalVirtualDevice on iOS.
        
        Change-Id: I4403f61fac73596f1c7c3d11b2351c37173c970d

2014-03-20  Michael Meeks  <michael.meeks@collabora.com>  [1f2817e913c87e4f91253bd3fc01e16624ea6b71]

        Fix a number of typos & trailing spaces.
        
        Change-Id: I8dea099dbb06600f1493da111284810a0e27cd96

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

        coverity#705908 Dereference before null check
        
        Change-Id: Ieec81451bf486f728c0867c8a68dc99e98e62192

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [8c809777e6ed3deb4b02a28c6dc45aea9aef1d8f]

        coverity#705886 Dereference before null check
        
        Change-Id: I707dcfb324760a7058cb0abcb2eca7819e0568e4

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [70f90c80e3aa8936558f25d9be742e13e7c49e2d]

        coverity#735668 Dereference after null check
        
        Change-Id: Ie7fbc0508ab30c35c52508869367f553b75553e0

2014-03-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [96926d2f2f90ad8b0aadbc0f5e915abbce6a2518]

        don't crash with possibly invalid index, fdo#76209
        
        Change-Id: Idde31b2b07e27a1d9c91145516f8e78c638ce3b4

2014-03-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b987b1032c123aef4c087d1c3927bc80729a89ae]

        remove whitespace
        
        Change-Id: I93caedfece5120c87d82ac4fa0c1e287cdc54edd

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [299810ddefa03ed05173234a48897aa8e4ddeea2]

        Updated core Project: help  8b9f7abb275c3b3f9f3e7ed4715d63111b23a690

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [7583df0a18585fafbb9124fcefdbc204544df78c]

        remove 'add a fax printer' from padmin
        
        Support for passing the phone number through to fax4CUPS is now implemented so
        that's now the recommended route for adding fax printers.
        
        Change-Id: I3cc9d4f4295610b322cd738343bd9bbfadeb431e

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [7a8815875f2d4f31b05d8b3796c5cfc03b581977]

        all the filterText impls are now no-ops, so remove
        
        Change-Id: I6e67756bb89235198c8d2705833d18ee9fb77fb1

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

        Resolves: #i49980# Autosense fax4cups devices and configure automatically
        
        If there is a "Dial" ppd key then it's a fax device. If the Dial is set to
        "Manually" then ignore that it's a fax device and don't prompt for a fax
        number.
        
        If we have a fax number, then set the jobname to the number given that
        "printing will result in sending the fax to the number contained in the job
        name"
        
        Remove the weird and wonderful non-macosx-unix-only, non-pdf-print-backend,
        text "scraping" of phone numbers out of the print out in the @@#PHONE@@ format.
        
        Allow the phone entry dialog to accept multiple fax numbers separated by ;
        
        Change-Id: Ie1d84b68584e82df15ceda5f32c7c75086b035c8
        Related: rhbz#159153, #i49981#, #i49920#

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [872de529584cd001431a2090eca0f52eb0b16539]

        IsQuickJob is never read and FAX# is never written
        
        Change-Id: Id8f852df49b951fa6f5558e7e45018f07a9b104f

2014-03-20  Caolán McNamara  <caolanm@redhat.com>  [8188aa06d06eb12bfe564dd12f72489ccc494474]

        callcatcher: update unused code
        
        Change-Id: I277f26d33ad57eca077a36035554c71592f178d9

2014-03-20  Armin Le Grand  <alg@apache.org>  [c6e316f52021cc26d4c5ec9a7b87a07fbf595b62]

        Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape...
        
        geometry import when no width and no height are given
        
        (cherry picked from commit 4e04ad3623f2ab4693dcd50a9934fc836e190a6f)
        
        Conflicts:
        	xmloff/source/draw/ximpcustomshape.cxx
        
        Change-Id: I2589fd28dcbdf767d324f84e0a2342370ad6f061

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [03fc5edba3f34c63315daebd08ae2888bf5332b2]

        Remove newly unused framework::ThreadHelpBase
        
        Change-Id: I75e7cfc8aa1f4e4e50a2e21c5f7596363594e179

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [c641f300f09ec0e520846b09e12bf8041299a6cf]

        Use an osl::Mutex directly
        
        Change-Id: If8ff4fc256e530f6b79cc97cf1f47880c93864bf

2014-03-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e0d936ef7b7fd6b57cdd5ccadddcbd84bd4bb359]

        More code that's specific to OpenCL kernel pre-compilation.
        
        Change-Id: I82474c48924aca36d9fde468081fb2457a153ac6

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [1c2781df13ac7d8ec29c12407d1f5a009ac4e224]

        WaE: struct/class mismatch
        
        Change-Id: I8ad33bd796953fb8c64b0220e53b54f7ac5be170

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [aae139a391098984f6ef102e9745964d34746985]

        Remove unused ThreadHelpBase base
        
        Change-Id: I8ab2c53566c9e62a1e03bc6010e2e13413be2c5f

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [4155b75632e414891673d7fd8fe38f98b41e8e12]

        Remove unused ThreadHelpBase base
        
        Change-Id: Ia60e0af495b2141b7ea2e906d94c15c55865eea2

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [7e88a21a41b0d21532ebd8f686e056dcf8734c08]

        Remove dead code
        
        Change-Id: Ib148ca5cb8fce0a4d4b15fbb16d6f008dd62671f

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [be1df5d2f1d3b46303acc5d5c447dcfbaa9e466c]

        Remove unused includes
        
        Change-Id: Ia3b3ce4e9e3504e3b9e4a623879893755dcd1ba9

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [e3848f6d3f79a558d2f225801b6bb3cea452dfeb]

        Remove unused ThreadHelpBase base
        
        Change-Id: Id08d2c937a5d41c74852bb14ac726d87853dfc7e

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [614742430223b2ea90b0b099323cc7e8fc352473]

        Access safe members directly
        
        Change-Id: Ie76f2219c5bce609a23a0bc70d6da43f527ce12d

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [d8910d12b897e622f4b5f8a47d8a10fe77efbef8]

        Use an osl::Mutex directly
        
        Change-Id: I4adad36de95c022a7945b61a44bb6166ad87a8a7

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [8114055880ef14999058cd549dd7bda83cbf1c69]

        Use an osl::Mutex directly
        
        Change-Id: I37264f25b5ad89f72d25f78808ff796f581536c4

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [f9c73e458f0be91f0034f98b3876cfbd4233371b]

        Use an osl::Mutex directly
        
        Change-Id: I2ec909c81faabd896310b29b0d7149b0f7744b35

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [dd7b477e9dea0af0e23b5ac51f41421ad9af43cc]

        Access safe members directly
        
        Change-Id: Ib1195f4704de845448e280fabbe40580de46a97d

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [4f843f2bc87952131085cf7e88ab69b6e18fbe37]

        Use an osl::Mutex directly
        
        Change-Id: Icb655df89fcb3c9dac0f25d0fdb5383d24914877

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [ed15977626b71ad4e23461596ee4994f79557470]

        Access safe members directly
        
        Change-Id: I184f6450dc436b37fefe6c6ca35f61296ec10dd6

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [9a110fff7d6d6ba296f896f85a4aeed0d0955350]

        Use an osl::Mutex directly
        
        Change-Id: I4f483efd13c099348f06094573c499858a8431ba

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [3d07d18a1828ef27179df119caae2ac62e5831dd]

        Use an osl::Mutex directly
        
        Change-Id: I49b88214bca33add9f9ea3d81870d54e40c5255b

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [3f1d1539f6052d0048feae840074322552cd8e46]

        Use an osl::Mutex directly
        
        Change-Id: I3df1bcd733637db8d967809e9abb0d2775d58efb

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [9baa3cf73e5458c2664f030de33b97828bd551c5]

        Use an osl::Mutex directly
        
        Change-Id: I22d6d17bbd6886733df645e4d217c6fd1d995929

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [3a94a46fc2cba33fd7d735bbcd62692f1e51183a]

        Access safe members directly
        
        Change-Id: I8d145fcf3dbcb2436392ee01740255a460c610a6

2014-03-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5d4f525da7f560f85c2ce18f1ca1570d3cc53a50]

        Disable kernel pre-compilation for now.
        
        Change-Id: I8ba765a4d89618f301572c5fd9931f86d87af10d

2014-03-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [393068beecdf1e35c61c6df3aaa5c3e6e528992a]

        Some cosmetics.
        
        Change-Id: I4825d94c58d8cfb245f110b7f46397c2724436a3

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [aa99ae09fbd5cc71ae44dd1af607395fb25cbec3]

        Avoid "AquaSalGraphics::copyArea() for non-layered graphics" message on iOS
        
        It seems this comes from the code attempting to 'scroll' the 'frame'
        window. With tiled rendering there is of course no real 'frame window'
        that would be displayed and need to be scrolled, so just bypass that.
        
        Unfortunately this had no effect on the Smart Art rendering artefacts.
        I had hoped those messages were related to rendering of them, but no.
        
        Change-Id: Id4624eb5c1d825a120ef48bd2ae424f147060d35

2014-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dfe9bc622afe77b61789f044edf749d245562f5]

        fdo#76316 make this test file more minimal
        
        The export -> import part of this file took 72s on my machine, now it
        takes 4s.
        
        Change-Id: I693a922027a7285b5e967bbb2bcf8289728eae82

2014-03-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [c4e73335b4c9e1a98b9b14d1e4309ead689b177c]

        Revert "CppunitTest_sw_ooxmlexport: disable failing check on Mac for now"
        
        Re-enable the unit test with the fixed xPath expression.
        
        This reverts commit 0e5f9958a57a68a3707db5b1eb9f82e0326327c1.
        
        Conflicts:
        
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ibc848b2ae89b3fb7f009cd984d0ecc5fc165673a
        Reviewed-on: https://gerrit.libreoffice.org/8679
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  umeshkadam  <umesh.kadam@synerzip.com>  [3ff5af221e76d3efead192d6598f94da797f4028]

        fdo#76312: LO crashes - endTableCell is called before StartTable.
        
        - m_oldTableReference values were not being reset.
        - A call for DocxAttributeOutput::switchHeaderFooter from
          DocxExport::WriteHeadersFooters would end up using the m_oldTableReference
          value saved by DocxAttributeOutput::EndParagraph, which is incorrect.
        - Fixed this issue and added an UT for the same.
        
        Change-Id: I5ac51c3449e78bd26389e93e0d733d429dcc6874
        Reviewed-on: https://gerrit.libreoffice.org/8659
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Eike Rathke  <erack@redhat.com>  [273195cb0a237142dd8885529688325438f27281]

        stuff Excel enhanced protection read into ScTableProtection
        
        Change-Id: I06db8f7466f5baddc55ea9cb117bb8a222de0c01

2014-03-20  Eike Rathke  <erack@redhat.com>  [6daff4ed350b6b2493f36290a00892a9584e786f]

        range list might be nil, who knows
        
        Change-Id: Iee5554f1b51db0f6dc22ccbed743ae431bb895f6

2014-03-20  Eike Rathke  <erack@redhat.com>  [9cee6a45632623d3d7e5a574128940f96d8c926b]

        added ScEnhancedProtection to ScTableProtection
        
        Change-Id: Id6a444bd01873e30ea1522aaf3b951f4d5adc261

2014-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [56dd3c277ab342edf08f1f01955ca2a84f7112b1]

        DocxAttributeOutput::EndStyles: avoid hardwired 4091
        
        Change-Id: I637cec62eb6cf951cb3d7c9e83c896494d6e1701

2014-03-20  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [7057d1c9097b7c7aa4d232a9f67199bbf406d3f6]

        fdo#76101 [DOCX] Export: Limit no of styles in styles.xml
        
        MS Office has an internal limitation of 4091 styles in styles.xml
        and cannot load a .docx with more. However the documentation seems to allow
        that. So if there are more styles, don't export those.
        
        MS Office follows the same principle and repairs the corrupt document by
        removing extra styles.
        
        Change-Id: I20c8775ee9d697a6613be96eb01283844c1d78f5
        Reviewed-on: https://gerrit.libreoffice.org/8653
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Christian M. Heller  <christian.heller63@gmail.com>  [370c29237804bd0bd96ae34ab630681044857780]

        fdo#39468 Translate German Comments - shellio.cxx
        
        Change-Id: I932440ae95a6e7599168e88e9a17686b67763247
        Reviewed-on: https://gerrit.libreoffice.org/8667
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Christian M. Heller  <christian.heller63@gmail.com>  [a9db058c95d8be07c0734b450609153d87832d41]

        fdo#39468 Translate German Comments - iodetect.cxx
        
        Change-Id: I45d81df485ff62417f94c01234c3ddc41b6f3c77
        Reviewed-on: https://gerrit.libreoffice.org/8665
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Christian M. Heller  <christian.heller63@gmail.com>  [76358d0cd1ffc0fe81230e4fed12e259ad131366]

        fdo#39468 Translate German Comments - fltini.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8664
        
        Change-Id: I719fe3266b80fd6e4da73729c74f3d606708b691

2014-03-20  Christian M. Heller  <christian.heller63@gmail.com>  [6bc34153bc429b57694cfc59655814d0fe089e24]

        fdo#39468 Translate German Comments - docfact.cxx
        
        Change-Id: Ib9ca82b1b5f19dff439cd3119781a5f025b45231
        Reviewed-on: https://gerrit.libreoffice.org/8663
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [1cc065d28d8613160459994f8ea28a096eb85816]

        Assume bit count 8 is OK for the other constructors, too
        
        Change-Id: I9245101f3affa495e8da545dccdeb6510e37f17c

2014-03-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [f3854df014f94884492b7a81b7bc865d922cfda3]

        Handle altname in docx's fonttable.xml
        
        We don't actually need to do anything with altname, so just break.
        
        Change-Id: I4b20d762c730675acb79ea1a4f0c5c14e7b86752
        Reviewed-on: https://gerrit.libreoffice.org/8616
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [a4f729894581f69d09bde459a348c79a9c781977]

        Fix assertXPath in testcase for fdo#76098
        
        Change xPath as suggested by Luke Deller in
        https://gerrit.libreoffice.org/#/c/8572/.
        
        Change-Id: Ibcf2bc6cd2b35df501aeeaf143a3928603cf6038

2014-03-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [465730622e2eb77828c1cf4845f8e8a40b92f1b2]

        svx: speed up ObjectContactOfPageView in case there is nothing to display
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8675
        
        Change-Id: I8d797acb3ca9e2341c5db08b2fc409a3cd97635e

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [85f7ed1c74364505356ff27e8269f2268536fdc6]

        Use an osl::Mutex directly
        
        Change-Id: I2e2a7c380ca593ad957c3b0085d01971c843f172

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [8781cdcc5b798ae2bdf3edba34b335d068339d4e]

        Use an osl::Mutex directly
        
        Change-Id: I5dc6e56bcbec5055da629d4dfda608f266191ef9

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [35c495fd78b0d59aef035273e49c174fdc05f407]

        Use an osl::Mutex directly
        
        Change-Id: I4db0fa34e00364e38ae015d079fee551be7319b3

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [7f0a6e262f550a9eb4a29ef28818388c79778d8e]

        Use an osl::Mutex directly
        
        Change-Id: I7131abdc2202f80f0e9600d04633bbd6078700bf

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [da9aaab596ef4cd24f43902a047332971c92ffb2]

        Use an osl::Mutex directly
        
        Change-Id: Ia0a0dfae4390ad8cd74520396ecfbd6ac03a5d6f

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [306859babd5a997a1e5d50e7791e8e5852a7ea2e]

        ooxml: preserve dataBinding tag in SDT properties
        
        SDT blocks can contain document properties, like the author. This is
        done with the dataBinding tag inside sdtPr.
        
        Added a resource definition to the ooxml model file, so the parser can
        process this tag. The attributes are stored in the existing grab bag
        used for other sdt properties and written back on export.
        
        The code to write the SDT block in the exporter has been modified to
        be able to extract the new tag from the grab bag and write it to the
        document.
        
        Added a unit test.
        
        Change-Id: I18f35a61784eb0a03ab9ca2cc398ca0df289956c

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [876f1cf9bfcbd9f0e578aea6e2a96443ecf823fd]

        ooxml: Fix testSimpleSdts
        
        Change-Id: Iefd8de05107c6e9ad1dec04711ee3fd8e4c05b17

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [692fd140706c9366ee46c651813887c67d5b4a97]

        fdo#76327: only enclose the checkbox in the sdt block.
        
        The exporter writes the sdt blocks enclosing an entire paragraph, but
        that's not the proper behaviour in all cases. The documents that mix
        checkboxes and text in the same paragraph export the text inside the
        sdt box and that's incorrect.
        
        We have added code to be able to write sdt blocks that enclose
        paragraphs or text runs, depending on the type of block. We have
        applied it to checkboxes now.
        
        There are two sets of properties in DocxAttributeOutput that store
        sdt properties for the text run and for the paragraph. We have
        modified the method WriteParagraphSdt to be generic enough to support
        both cases. To write the sdt block enclosing the text run we used
        parser marks.
        
        We have renamed the property id PROP_PARA_SDTPR to the more generic
        name PROP_SDTPR.
        
        Checkbox unit test was modified to match the new structure of the
        generated document.
        
        Change-Id: I81ffe0062e1a5f80fc4638f7ee454a9bc18e63ee

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [f79f3e072c2ff2f4624c2ec4c577d400733584a5]

        ooxml: import combobox sdt control
        
        This patch modifies the importer to reuse the code that imports the
        dropdown control and creates a combo box with it.
        
        The only drawback is that the combobox tag is transformed into a
        dropdownlist when exported back, but it doesn't seem to be an issue
        from the point of view of the user.
        
        Change-Id: I340d0cf02d8c5ea575ad4784a1242d2a3e9bd214

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [64ad575674e6170ebb8ebeeacd41b14af07a0377]

        ooxml: preserve checkbox sdt control
        
        Checkbox controls in docx are implemented with a sdt block containing
        the property w:14:checkbox, which has several child elements.
        
        To implement the preservation of the field, we had to add several
        tags to the ooxml model file. Notice they belong to namespace w14,
        that's why we had to add a redundant definitions of CT_STRING,
        ST_STRING and their actions. Then, we just used the existing
        mechanisms on the importer and the exporter.
        
        Finally, added a unit test.
        
        TODO: the checkbox is preserved on export but it cannot be modified.
        We should import it like we do for combo and date boxes.
        
        Change-Id: I40f29b48ec24719c48482b9c8cff10176d1b188d

2014-03-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [de1f5cb2ad67d94dfac46b3577a7c0b8ed06ba6d]

        ooxml: preserve docPartList property in sdt blocks
        
        This patch strictly reuses the code introduced at commit
        55211e612d2cbed03dd81c039d07ea4e936c2804.
        
        Change-Id: Ie9151c81c2cb63d0f4a320293b6e5d27f20d4043

2014-03-20  Jan Holesovsky  <kendy@collabora.com>  [53fc63e351a99aed8027622aa30228850ed72fcb]

        Don't introduce a huge if, return early instead.
        
        Change-Id: Id24cfcd34355ed39f80baa9e7b90ab7705e852a2

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [6ac17129565dd9d98466a787b5f18a0f33dd5607]

        Use SolarMutexGuard directly
        
        Change-Id: I4533504d110dadbabfc737f7ca56b88afcc8ef44

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [cfb4c8125ac87d5e5d80d685c8199f0165a4fcfa]

        Use SolarMutexGuard directly
        
        Change-Id: I58bb5ede9c59f16d556db3c1e2f254eeba1c8f7d

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [227e924baeeb6087d4c49b0dd46a46b092c39ff0]

        Use SolarMutexGuard directly
        
        (both users of PropertySetHelper use a SolarMutex-based ThreadHelpBase)
        
        Change-Id: If542914bbf33a9e81f86d654498c2af04082f31d

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [6771778d2e5423c7b2d3d6f81669b5d0d0925c63]

        Use SolarMutexGuard directly
        
        Change-Id: If09abe4dd6191efa5f92bf3af7cc6e119f401ab8

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [67f378565044355d50aab69b05799adb7c3027bc]

        Remove unused ThreadHelpBase base
        
        Change-Id: I0e15184071fc2c1cb231ead98210d4a1654208e7

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [94f8a0e60b7bc5c1176eafe9a36c3f3466bd1408]

        Use SolarMutexGuard directly
        
        Change-Id: I4b245dd68bf032a1d74fb16b910dc952fd761781

2014-03-20  Takeshi Abe  <tabe@fixedpoint.jp>  [bbdf832d48cb7f89ee9d6e355841a31c672aadd9]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I0da7f9621d2770f49a554fb97591d9cac0bde9be

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [0fe02d03ac7539e9807bc336b23f17029b2a09fb]

        Add a few cppu source files for debugging convenience
        
        Change-Id: I9cad3f9f2a80f7915a5525855fcdf6fd5bb32d50

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [fc33829dcd141e9464b7e9285828c06a8cf0d7b3]

        Add some more source files for debugging convenience
        
        Change-Id: I2cfb9dd31b76d230a4c8aadc5461b7601fbc63a4

2014-03-20  Tor Lillqvist  <tml@collabora.com>  [8dcdee51cd09503349a8386a03bcdf0a1adccfc5]

        Bypass the 'LibreOffice' executable and app for now
        
        It hasn't worked since the switch to tiled rendering anyway, and we
        use the 'TiledLibreOffice' app for testing now.
        
        Change-Id: I8137b8390c020ec4e6826e40e9cda69810f8318f

2014-03-20  Stephan Bergmann  <sbergman@redhat.com>  [296a42a10497cb8ec776c1c4089d4446527b4364]

        -Werror,-Wunused-variable
        
        Change-Id: I99678f9b0595b8d5adfe939a1bfae4f4f2e8454e

2014-03-20  peilin  <peilin@multicorewareinc.com>  [e5cf1d8c0352e99e13ed25b666895c21d8f1189b]

        fix the scale size of bubble
        
        Change-Id: I633e2ff112e21488b9d17ffbb59a926b22b51952

2014-03-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8c347455848c9b15841b796785fc147a6e79c60b]

        remove empty comment
        
        Change-Id: Ie5f5e6c92845933403b2371400fcdba10eba1a42

2014-03-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [092eecb7d7bf6ffc08c4d83a78ec3ed741db7162]

        remove whitespace
        
        Change-Id: I81a24a7affa7dffcc3dac65248444679c3c49925

2014-03-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f277f8eca83475f7bb1d95c75d5de53ad4d26578]

        Chnage the wording for empty preview messages.
        
        Change-Id: I90e12d6e2999522ef0d252e1592b8649e8e4560c

2014-03-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9040ef49f0b2886a51630878c06b2fb9cf94b927]

        cp#1000022: Display message in print preview when there is nothing to show.
        
        To make this experience slightly less confusing.
        
        Change-Id: I844dd2cdbc0349433d445955cdcf5e9723673286

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [12b2461a45214fe3a62ca20fe05fb2ea90a5fa5c]

        loplugin:passstringbyref
        
        Change-Id: Ibd88c8d980072801f533103cd16d2c3a5e9b8fc5

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [04fcf88c61cb525eef6b9a09701dac8de3634f90]

        loplugin:passstringbyref
        
        Change-Id: I53e8d7d976f37a0dcf09200713ea418ed024305d

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [f342aba967dab0be6a4ce981c92240d66a1c41b1]

        loplugin:passstringbyref (and some dead code)
        
        Change-Id: I96f5b58ac000e7535b6759af04be60e738aa2b09

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [f52dcaa810517195fe6a3b305a6c1097ec32995e]

        loplugin:passstringbyref
        
        Change-Id: I3189ff08bd984b8f4fa127aeb40e8c13e5cc01c9

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [f100204736b19339d673f4b469930357de2b969e]

        loplugin:passstringbyref
        
        Change-Id: I461db4b173dcdc812d3ccc5e3eef8a3dad93b0b0

2014-03-19  Armin Le Grand  <alg@apache.org>  [674a8a084bff6aa089d073b2710cd6a8b6662546]

        Resolves: #i122984# Avoid too many Print JobSetups...
        
        be more tolerant with last line TIFF imports
        
        (cherry picked from commit 0ab284f5064f66a11741fa4aa2e2774c1d7e5f14)
        
        Change-Id: I75c86422bfbf2f83e1027bbc1bd83260de39b3ca

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [43f74365f9a3cc913618e55cae0b050f4b0ca58c]

        coverity#984140 Uninitialized pointer field
        
        Change-Id: Icba06e9bfa85b67a9e2a5f6952d023d6655267d4

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [7a958026f3526468a0c949fcceb116b33e29b903]

        coverity#984119 Uninitialized pointer field
        
        Change-Id: I6bbb181b892f22d05be76fc75506d94543eb7ee7

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [f8ee482b92638d3acfa944d305f87a34e5fc6e95]

        coverity#984098 Uninitialized pointer field
        
        Change-Id: I671f7c98bdcfa828e7252ec13fd1b6b998ff7a87

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [b0ff06a5bc78839f43c73ac529c91a23293e93e8]

        coverity#984088 Uninitialized pointer field
        
        Change-Id: I228f7c8f99b0cc3117fbeab78efbeddd74896d54

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d4abe5ea0f89f9dbff49c1acf5f424f6afd9b5b2]

        coverity#738947 Uninitialized pointer field
        
        Change-Id: I817c0e494bef9f112e1bdc30253fac9bcf472c6a

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [2e252aaf1bee9b5db42ef9c0e3a6c7caf75129a7]

        coverity#738941 Uninitialized pointer field
        
        Change-Id: Id7d9e1700c513ffe72ffc4fa8d369d07370a4db9

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [03108f65a998feb06d9510dac4c8cbfb92dac030]

        coverity#738939 Uninitialized pointer field
        
        Change-Id: I244409a35c8b2eaa2360e91e31656fedd9ee8f82

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [ce45e1d25e8d9b0fa4247e0b7efaaa4dbcf225c1]

        coverity#738931 unused members
        
        Change-Id: Ia94a95c6fb3aed34f41e435b023783fc16730834

2014-03-19  gdm.manmeet  <gdm.manmeet@gmail.com>  [82b5ded699fcc03a09b0930213da204a332285e6]

        fdo#64290 ui:count selected rows and columns
        
        Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [5b3c93141253e224a8beaae415c88b6378c9919e]

        loplugin:literaltoboolconversion
        
        Change-Id: Ifc003e3e986fbe79f8aff5a9edb05a7f22e0f24b

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [2299b5964db383f2d742227df283db58939f8128]

        Remove unused ThreadHelpBase base
        
        Change-Id: Ibddf0ab4107772a65f27851b1ebce3f7bb5d3bcf

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [034781978a669594a9174b54929f2596c05b02df]

        Use SolarMutexGuard directly
        
        Change-Id: Iba3daff93e8ff73a16ebfbc51a36b5b9a5a50de9

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [67b4b6b52b5001ee51bf640adaa6243da6c908c5]

        Use SolarMutexGuard directly
        
        Change-Id: I7c2f9205d2fc7017c6eaafec7a46d92524e3104d

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [a6e25088b965ba0890e3cbed934241192b7fa683]

        Use SolarMutexGuard directly
        
        Change-Id: I82d891fb9910d5f92ad221a6f99f499bdf3d50e3

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [c788c20fb235241624f3cab4698dfbdb20213608]

        Use SolarMutexGuard directly
        
        Change-Id: Ib6effb226472e52ee90434e96d7fe446e9265cc2

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [21228ee04042b87a2c9c971d564a8b56e74c120a]

        Use SolarMutexGuard directly
        
        Change-Id: I43da5d468769c7e2f4801979baa2ee3c7868b639

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [112e9c641bb6e30b704c6c3c574c3f8b2e996d99]

        Use SolarMutexGuard directly
        
        Change-Id: Ib414409d7f7a3bdfba6dbeeab0d8c1e8e2084ceb

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [be370b4f70d79e17d728ac6289c0558171fe401a]

        Remove unused ThreadHelpBase base
        
        Change-Id: I018fccbb1546978047f898b4c0107b613d782a6b

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [fab2a35de66230b799194b8dbbdc314b0cff296d]

        Access safe members directly
        
        Change-Id: I048bc4ba4e1fc3c7b0dab55cc8e5818086cb70c7

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [f02e6d3de7d26d4ac3fe6cfcb0d75aafeb5466d2]

        Use SolarMutexGuard directly
        
        Change-Id: Id6421432be5b9220463a9b5be38b215e1e3b7563

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [3037f4d98908f64157a5522e4ba09d0ecf22c2ab]

        coverity#708312 Uninitialized pointer field
        
        Change-Id: I3bb28d1116e155f819b0e920a3c355b00e892c2a

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d1a8a119f267f0eda36dc28fece111a1b6c0b6ec]

        coverity#708279 Uninitialized pointer field
        
        Change-Id: I65b245c3f262f2ad2665e7d0c3c246104e36eacd

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [60211f44fd1fe27497f1a599091437a65ca4094b]

        coverity#708277 Uninitialized pointer field
        
        Change-Id: I9877ef518b68afada1abaf47ebb167fcaf7bda16

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [e2363a12a613e04c39bb2bf88ea2bdec4b42e04c]

        unused pMouseEvent member
        
        Change-Id: I4d3d9bcdfdb43a2a628dcd1411962f78f81a81e2

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [011f1e6c90a1fb50d73493b931b73559388826e8]

        coverity#708192 Uninitialized pointer field
        
        Change-Id: Iaccc034f61442242ce1b864457f0d048cdeae98d

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [9891fcf7c8e88261a5b85b65a7f1f7705a3a26b9]

        coverity#708133 Uninitialized pointer field
        
        Change-Id: I4d835ae5d01cf29a86e3515d43b3acd4d7d2bc82

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [b9122276fa6072316f0fe549e8df4791bf28f33f]

        coverity#708064 Uninitialized pointer field
        
        Change-Id: I83abe55a758a6900942de4ba337f9fb5444cd866

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [6ac4f497ef7cb6d884d914803fe46f676076c3c8]

        coverity#708030 Uninitialized pointer field
        
        Change-Id: I9ccd976bc384e6bee078caf693db737f9b0ef0e1

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [a8c9edffd4014485d84b50e0a403a34d8e63bb74]

        coverity#707994 Uninitialized pointer field
        
        Change-Id: I667f93be72bd5d6cc68725b7cb5d97e30d8df521

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [497603f8ffa3572de8e389ba258b64658ab32271]

        coverity#707966 Uninitialized pointer field
        
        Change-Id: Id82e970423dd044c597271b2fa9459cabddd7e26

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d8833c45de6f5d0341817590bf051bcbbfcd95db]

        coverity#735336 Unchecked return value
        
        Change-Id: Ic5bd2ecf827be68510877589b64305b5704d7488

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [2196d1b7508e5e4da1be485c37adbd980f59b97f]

        coverity#982489 Unchecked dynamic_cast
        
        Change-Id: I6211295884a2ddd4d2b1bfa2a9e1c2d31e6559da

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [c2a27dda25943a148f30cad44b71052a606879ed]

        coverity#735760 Unchecked dynamic_cast
        
        Change-Id: I0ef7b6a35fe5f23a2572e6a6746fe39567d33079

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [eecb2b8db8125294d85a37cbb184743b659eeaf3]

        coverity#735758 Unchecked dynamic_cast
        
        Change-Id: I7d995f0f54034e1ab4927e1aaa3632b975b8d7fc

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [69255b7ca8e6c5c6166ae88fe892d64b185cc62a]

        fix indent
        
        Change-Id: Ibc1f8cf36730d862cced166e25e306284773f6ad

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [3d1b1eea83703919c43620f9adef05e5b24c4bed]

        coverity#735757 Unchecked dynamic_cast
        
        Change-Id: I268b9c4df81598f68b8da2c258d70c2118b69d82

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [b9b8ddb60ec57df04828e9386c97d8bc6d12d34c]

        coverity#735756 Unchecked dynamic_cast
        
        Change-Id: Iaa2bc4bca3e0fe3d88cefb8c9285f771ecb49cb4

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [6ebaafcc8b8dcce42f2752943dc0b76ad2edce0c]

        coverity#735755 Unchecked dynamic_cast
        
        Change-Id: Ica94951214a33713844d5a9209d74eb4c67409f7

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [2c75e2953e80d0523d1807aac1f4d303d63807b3]

        coverity#736065 Missing break in switch
        
        Change-Id: I8a94b7ab0fb7ca30da1665ae4745aafbaeed687b

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [754fb98bd2c65d35e2ade6eaf78e89fabc85374c]

        coverity#736064 Missing break in switch
        
        Change-Id: If57e5e4459bc8e07d980c0f5d68151e26b9b8bf2

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [06116f0d41e7813bf606211af8cfb5b5941adf30]

        coverity#736063 Missing break in switch
        
        Change-Id: I4d0e9057007aebfe9ed37899b36f8db6f51d95d2

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [5b009d883cdc7a1ea497317097771e08953dc08c]

        coverity#705262 Missing break in switch
        
        Change-Id: I21e38364cc709defb7d3ece4a549944bfde9a9f3

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d8c25ba6e499f99a25adf0c70a14c066bc612b42]

        coverity#735861 Explicit null dereferenced
        
        Change-Id: I6aab9f94804ea3de4b7a8f17589df9ebc54be42d

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [ae70ec25de95fbdb039a245ab01e7bf633d5960f]

        coverity#705874 Dereference before null check
        
        Change-Id: I41388981823b4e27a63aa6ecb860da8abc05f5b4

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [c9c1fa961c437b1ba9d393070453bef9b0543771]

        coverity#705822 Dereference before null check
        
        Change-Id: I1b54b89254211f5f6191a8f1b6af9181f90bd071

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [e19cbd4ce855365eb157e1a619712c9c194ba90d]

        coverity#705821 Dereference before null check
        
        Change-Id: I3467f6be08794a663b9836ac02195ce2bf9ff4f2

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [984fa4ca0ba09d4a5201c6c2a7a92aea27485bde]

        coverity#704905 Dereference after null check
        
        Change-Id: I3b66764c6c783d2a076d6b201be2d4473891bd83

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d61357486901659a4d719c4a7361c35ecea165f6]

        coverity#704904 Dereference after null check
        
        Change-Id: I605a8c7f0dc1519a70db1fc6d6dd9acff32e3bd5

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [136e16955a5bc68fd1f33f7f7b26154ec68b1a32]

        coverity#704902 Dereference after null check
        
        Change-Id: Ie7ab3fa80cb7231cee1f741f53af541633fa427e

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [c2ea2e6ca99395cc6d9ea8f2edf009252dc87957]

        coverity#704901 Dereference after null check
        
        Change-Id: I3e2ad2d3dd1713336b1a01cb7a2b1ff28bb833ea

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [5caeb976d56f9df2cffbf98fa0bc0c552c60e1f6]

        coverity#704895 Dereference after null check
        
        Change-Id: I7d180e0386d50f0a943b68494a9458016a6a51a4

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [e9cf7d29cbb675ca9cfe88a7638920831cbc6fa2]

        coverity#704884 Dereference after null check
        
        Change-Id: Icd1922a47ea3b59bdec0ef21481df5f4a969a4e0

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [888287c45b5af50d6e8f0558957c6b34bc4c9e1d]

        coverity#704872 Dereference after null check
        
        Change-Id: I83b2335ffe215c36d5d69bec7489f8f025d6b930

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [f1287b9b25bd87d9bcd7fec7f735aeaedb5849c4]

        coverity#704850 Dereference after null check
        
        Change-Id: I466c795b53a0e9b9f282ff225134d2f6e2edf52c

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [62e16c69530b8f0920d8fb3f22a5f36b5d718e05]

        coverity#704848 Dereference after null check
        
        Change-Id: I454f350863a540c2e686550e3e7ff16b3a33ba19

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [742f22b474ede538382a6bd8ee550ce3924355a8]

        coverity#704841 Dereference after null check
        
        Change-Id: I40b98b73f38c384625e3d2187684cc070fb57334

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [947ab4b38955677cb041e1a061c3f8fe71eb1b6f]

        coverity#704838 Dereference after null check
        
        Change-Id: I6f2f6fce9361c26775561539c63725abfb72b25e

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [d4d5a91dd85de621b637c03ec499e3bdfa46d808]

        coverity#704837 Dereference after null check
        
        Change-Id: I3b26473c6af7426b28818a4fa73f27295408acc3

2014-03-19  Caolán McNamara  <caolanm@redhat.com>  [61309b2b49c91d31719f63d30e87ac6801216101]

        coverity#704834 Dereference after null check
        
        Change-Id: If26b47fa8c2888e4fe7a5b45c4659c5c66e1461b

2014-03-19  Oliver-Rainer Wittmann  <orw@apache.org>  [04187aaf09969341a7ae9ae7ff5a13925381a96b]

        Resolves: #i124371# When changing the numbering or bullet styling...
        
        of a set of paragraph which have more than one different List Style applied
        create a new List Style and put the paragraphs into a new list.
        
        (cherry picked from commit 0087ca89e3905009ed947c651f3dc70f3d61ea93)
        
        Conflicts:
        	sw/inc/doc.hxx
        	sw/inc/docsh.hxx
        	sw/inc/editsh.hxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/docnode/ndcopy.cxx
        	sw/source/core/edit/autofmt.cxx
        	sw/source/core/edit/ednumber.cxx
        	sw/source/core/uibase/app/docst.cxx
        	sw/source/core/uibase/docvw/edtwin.cxx
        	sw/source/core/uibase/inc/textsh.hxx
        	sw/source/core/uibase/shells/listsh.cxx
        	sw/source/core/uibase/shells/textsh1.cxx
        	sw/source/core/uibase/shells/txtnum.cxx
        	sw/source/core/uibase/uiview/formatclipboard.cxx
        	sw/source/core/uibase/uiview/view2.cxx
        	sw/source/core/uibase/wrtsh/wrtsh1.cxx
        	sw/source/core/undo/unnum.cxx
        	sw/source/core/unocore/unocrsrhelper.cxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/ui/misc/num.cxx
        
        Change-Id: Iadb5b386cada296d90d96aa75574024baac7ae3e

2014-03-19  Sourav  <sourav.mahajan@synerzip.com>  [35e190ba5bac01b47fbed1ea568dfb3456029d82]

        fdo76201:File Corruption - Issue related with prstGeom for Hexagon shape.
        
          There are two issues that are handled in this fix.
          1)File created in MSO2K10 on RT gets corrupted.The root cause is found in CustomShapeProperties::pushToPropSet
          2)File created in MSO2K7 on RT gets corrupted.There is an issue in shape import <a:gd> values for any shape (ex. circular arrow, hexagon etc).LO cannot import right <a:gd> values for any shape  which is created in MSO-2007.Due to missing values of <a:gd> tag, after roundtrip the file gets corrupted.To avoid corruption a check introduced:-
            if(aAdjustments.size() == nLength)
            after http://opengrok.libreoffice.org/xref/core/oox/source/export/drawingml.cxx#1784
            that will verify the number of <a:gd> tags associated with the shape during import and the number of <a:gd> tags during export.If there is a mismatch <a:gd> willnot be written.Changes made in DrawingML::WritePresetShape.
        I have written 2 test cases for the same.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8657
        
        Change-Id: Ibb1e2dc1c098b7399c06d7b4f59fac4e80887062

2014-03-19  Tor Lillqvist  <tml@collabora.com>  [0fb498ccfd40a13bf99c3f36dd0cebebdaf55809]

        Remove unused fields
        
        Change-Id: Ia7d3b7e319f2a568120add15ef05915a98fe6696

2014-03-19  Tor Lillqvist  <tml@collabora.com>  [861d87d5526a25aef49d8acc99ba5a8ee12a8337]

        Drop unused "reserve" fields
        
        Probably a relic from the past, when people tried to avoid changing public
        headers incompatibly to avoid causing recompilations for their
        colleagues... We are long past such concerns. The talk about "extensions" in
        the comment is most likely obsolete.
        
        Change-Id: If90ca02685bf82ed529becb715b4c614287fdc57

2014-03-19  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [20a3792502120d67b1a9fdea641e15ea504359d3]

        fdo#76316 : File gets corrupt after Roundtrip
        
        Issue :
        	DOCX containing nested Hyperlinks, have mismatch xml tags.
        	End tag for outer Hyperlinks does not get closed.
        
        Implementation :
        	1] Added code at Export side to maintain Count of
        	   Hyperlinks started and ended.
        	   Added check endParagraph() to to close Hyperlink tag
        	   if not yet closed but started.
        	2] Written Export Unit Test case.
        NOTE : Corruption was occurring on "Without debug-util" build and Crash was occurring on "WITH debug-util build".
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8654
        
        Change-Id: I9a0ab48578f3d5f4a13c615f4e42a69e790d3ced

2014-03-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d2c16eb81a813f709552bd840897047fe98eb131]

        use $(value ...) to reduce escalating double-quoting of dollars
        
        Change-Id: I92b4c1be5d8e051a4d716900bcc5dd7bb621017b
        Reviewed-on: https://gerrit.libreoffice.org/8658
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e92847d75e8703d0537d5411d1f98bd1cd0402a]

        fdo#76248 make the test fail without the fix
        
        Change-Id: I26d27bfaafb83ee3ae74ce64bf72146b157ed7db

2014-03-19  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [79747314d368ab253e171877209d7172fd993c74]

        fdo#76248: Fix for file corruption which contains Polyline shape.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8623
        
        Change-Id: I042eeb0829c55d6a0fd5d85c1712c7b1cddc8c96

2014-03-19  Thomas Arnhold  <thomas@arnhold.org>  [092be17c69b5789414da907197856c0d239da015]

        typo

2014-03-19  Jan Holesovsky  <kendy@collabora.com>  [24da9e2538dc8f80fb6ac6d498992f9093495b22]

        Use sane indentation in new files.
        
        Change-Id: Ida89284c00946d3972c4e45a5453ccfdff99713f

2014-03-19  Jan Holesovsky  <kendy@collabora.com>  [3e57225929a12fb3d7cecbf662bb2d4605621da2]

        Don't add visual noise in new code.
        
        Change-Id: I3e8370fdfed58afe0c253410465219cce3065808

2014-03-19  Chris Sherlock  <chris.sherlock79@gmail.com>  [c16186f1b96ecf0933a16f4c9fb196c5be18d7d9]

        fdo#74702 Move gradient steps logic into OutputDevice or Printer classes
        
        Currently we work out the number of gradient steps based on the type of
        class that is being used. We calculate the number differntly for
        printers. However, we should let the Printers class work this out.
        
        Also, the function is very long - I have moved most of the calculation
        logic to it's own function.
        
        Made some very small formatting changes to outdev.hxx.
        
        Change-Id: I91b8787d885c1c8d2aa2205f25e5c7f82607c0ea
        Reviewed-on: https://gerrit.libreoffice.org/8586
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-19  Niklas Johansson  <sleeping.pillow@gmail.com>  [3fa4b0a00f78e940b32d546bac410890719502fd]

        fdo#74983: Instability in A11y after integration of IA2-branch
        
        The IA2-integration added some special cases for calculating textbounds for
        attributeruns when automatic spellchecking is active. This does not seem to
        effect linux but messes up accessibility on mac. This patch removes the special
        cases avoids the problem on Mac. When daily builds gets available for Windows
        I will do some testing there to see if I can find any problems.
        
        Change-Id: I203da4fe1c6e5d4915d19e1704073e58f8aa88c9
        Reviewed-on: https://gerrit.libreoffice.org/8591
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [4999a73991e6995e8d307c7653bfbf29a15573ec]

        --enable-python=fully-internal to force PYTHON_FOR_BUILD=
        
        (for testing purposes, mainly)
        
        Change-Id: I50d3c92b9ac0cc9dda55b7340f657acb74f675f6

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [233610f1245685a3f27cf9633c93568bd1d300da]

        gbuild: More crude hacking to fix over-evaluation of gb_Python_PRECOMMAND
        
        ...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over-
        evaluation in gb_ExternalExecutable__set_internal"
        
        Change-Id: I3d5859bd3437cc050250e66d723d3dee3056ef46

2014-03-19  Isamu Mogi  <saturday6c@gmail.com>  [38cf887abd4b8a0280917e31aa27632f4f341b9a]

        Replace UTF-8 no-break space to ASCII space
        
        UTF-8 no-break space causes C4819 warning in MSVC with CP932.
        
        Change-Id: I83a6ea6d060d132d21d8ea3141051f850d0e6bd2
        Reviewed-on: https://gerrit.libreoffice.org/8628
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [58d80a6f439f2834470659397ccd1913c6955d29]

        gbuild: More crude hacking to fix over-evaluation of gb_ICU_PRECOMMAND
        
        ...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over-
        evaluation in gb_ExternalExecutable__set_internal"
        
        Change-Id: I43ff930267cfd3cc537e79c41a8b4167fd5c77d3

2014-03-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [81f9fe3a14f0fc99afbfa7ce3a26a9c7855d0919]

        fdo#74401 VML groupshape import: only handle v:rect as TextShape
        
        Regression from commit 75934fc178ed90b56d77eb1efebed5bdac8427b6 (VML
        import: handle shape with text inside groupshape as TextShape,
        2014-01-17), the problem was that TextShape is also a kind of rectangle,
        so that shouldn't be used for all shape with text in groupshapes, just
        for v:rect elements.
        
        This fix gives the required text wrapping for the referenced bugdoc
        without turning the rest of the shapes into rectangles.
        
        Change-Id: I6e343c65a869e335b641728adbc7984ee85377b5

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [75122338eba5515786198b734d43577d727e3c67]

        libstdc++ abs vs std::abs confusion (-Werror,-Wabsolute-value)
        
        Change-Id: I55fdcdfb25a2d6456eff044eb4af8fa00905d6e8

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [d3bc04b780829902d2f68c743410ae599d144e8b]

        loplugin:passstringbyref
        
        Change-Id: I0cbb49b29f0b1ee69f342d14d4560924e7bc5d11

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [42bfcce1231f8f91056ddbc3ad8771e57b540b52]

        loplugin:passstringbyref
        
        Change-Id: If08dab3956da5c0ee90d6a788f6f34a936e792d7

2014-03-19  Stephan Bergmann  <sbergman@redhat.com>  [4da1eb8404c726a22c2b43aff544d26ad5d42af6]

        Use SolarMutexGuard directly
        
        Change-Id: Ica2736fd9e249bfa88cfd8fd094af83deadf7737

2014-03-19  Noel Grandin  <noel@peralex.com>  [9278df2c21fed09b6b10465ca33b227ad7c49b41]

        sfx2: sal_Bool->bool
        
        Change-Id: I73acb3a150b01114d32274a6842f6db9654b3e63

2014-03-19  Noel Grandin  <noel@peralex.com>  [16752a8a773cf8096e28628237238a562016c4e5]

        sfx2: sal_Bool->bool
        
        Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461

2014-03-19  Noel Grandin  <noel@peralex.com>  [be878d7cc54cbe3dc1de410e9ff760fe353ce56a]

        improve warning message in passstringbyref compiler plugin
        
        Change-Id: Ia8470bbd04c841e6c44c182493fede3dc312f635

2014-03-19  Noel Grandin  <noel@peralex.com>  [96710f8e466d44047ea4ac9cb8c70dc7664f5c73]

        convert OUString::match to OUString::endsWith
        
        Convert code like:
            rTxt.match( "---", rTxt.getLength()-3 )
        to:
           rTxt.endsWith( "---" )
        
        Change-Id: Iada74c5e714f7234f25b326526843a36255d5599

2014-03-19  Noel Grandin  <noel@peralex.com>  [e80b9f344aeb88bdbb42d846c0a094d86ee327dc]

        make "rest" param in endsWithIgnoreAsciiCase default to zero
        
        so it matches all of the other endsWith* methods
        
        Change-Id: If6a37056b1225675848434bfb3520e6c496f22e5

2014-03-19  Tor Lillqvist  <tml@collabora.com>  [5390829bb36653ae931ff3cfd59ea089bc594ec9]

        Add some more source files for debugging convenience
        
        Change-Id: I8e489354fab78e2dff35ecaca80375640c75a68d

2014-03-19  Matúš Kukan  <matus.kukan@collabora.com>  [26b4c8e5f13350c47e98bd78ba5494f117629e05]

        webdav: loplugin warnings and sal_Bool -> bool
        
        Change-Id: I0f1797aa03868e7652a0f90a5cf72ba851537b41

2014-03-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [910c2888bcc87eb48f88b974cb822c5e98d91e64]

        Enable import export test for dash-dot and dash-dot-dot line types.
        
        And this already has revealed one bug in the xlsx import filter code!
        
        Change-Id: Ib845a5492ec7b62b8528b31eac8cd1b285500184

2014-03-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [402fffa1b42e8b54704bab5442590d192dea67ca]

        Add dash-dot and dash-dot-dot line styles.
        
        We need these for Excel interop.
        
        Change-Id: I91450c1d205f28636edfb4392aa6ae5091b1d7b7

2014-03-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [22c7da0ca5438b69165609db2a1ef219aa167dc2]

        the type in the Any is a util::Date and not a DateTime, fdo#74549
        
        Either that was always broken or it is a recent regression that
        operator>>= does not convert from Date to DateTime.
        
        Change-Id: Ic948224c139ed84b3fe006385fcafd6ce16c30f1

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8ff746e1ad4950124e09da2dc913d8d64c726c90]

        fdo#75260: Align exterior borders of a table correctly for double lines.
        
        Change-Id: I76527d610b74018b5e056ff72cc9e37e9f9c6f03

2014-03-19  Eike Rathke  <erack@redhat.com>  [90dd4320de6ace24e464979630a2c9fbab35f64b]

        check return of stream read and adapt vector size if necessary
        
        Change-Id: I43d699b1e89ec327ec27566a98160a424216c78c

2014-03-19  Takeshi Abe  <tabe@fixedpoint.jp>  [bbdbf199ebfd26f1844500bf175444c35885a2b4]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I97dc3d073cca1584f195b592cec9ef2d8d0dbd23

2014-03-18  Eike Rathke  <erack@redhat.com>  [35494ca3b3b5ec69322a0ecc29b676c89766f608]

        MS-XLS documentation uses big-endian bit diagrams
        
        ... so if it says leftmost bit 0 then test for high bit.
        
        Change-Id: I260ff09fff66918da887742b5d177715e59548c2

2014-03-18  Eike Rathke  <erack@redhat.com>  [2864bcdf49e916bd532c7ba0c4e678df9dc52e8f]

        start reading 0x0868 FEAT enhanced protection feature
        
        Change-Id: Id38a7629ea5ed4bbb1a7d696926335ce0bdec6a6

2014-03-18  Eike Rathke  <erack@redhat.com>  [a8f2c8c026b2d8d729b87991129ffd59781dbd56]

        record 0x0867 is not only SheetProtection, generalize to FeatHdr()
        
        Change-Id: I9fe0558c013641a902ce5a95c02d37be9729fe38

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [4c3626af6beb2a06b04bb2dbed9375a359c37a36]

        scp2: move jfreereport to AutoInstall
        
        Change-Id: I13bf9d1b75b3da1a8b6925f12eca938141fc9baf

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [2bec9f49504765ed9f2abe6eb16d2e331eb6be38]

        scp2: move apache-commons to AutoInstall
        
        Change-Id: I5a50e7fcf5eafb18a63d250a82810703d3d8b11d

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [7b56d303300fbf592473b28b654fd22fec110962]

        gbuild: AutoInstall: substitute "." in jar names
        
        Change-Id: Icdb628164c53d212871171ab7dea2617f79a7a36

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [6474d1c13b36a7b8def221e5de27de11b15dd9d8]

        scp2: move rhino to AutoInstall
        
        Change-Id: I5282632315dab9002784da22e24544798f63bc47

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [376d1b594a3df8c04a2cf879561dfe0bd5dbd8a5]

        scp2: move hsqldb to AutoInstall
        
        Change-Id: Ib72e509df6df51c4a42ea56ce7b1927a051baad4

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [8475eb98beb07d955a391e4c8f71846a24b38667]

        scp2: move bsh to AutoInstall
        
        Change-Id: Ib030d8fc3bd7c3c38f8728c80414fde505b36537

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [720ca8e1a9535bb14fcdb284b7739e98285df12f]

        scp2: move python3 to AutoInstall
        
        Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [589d63451c52f7df2e5f5758432f0aa6d7a9b6c5]

        scp2: move moz_runtime to AutoInstall
        
        ... and why is this not conditional on WITH_MOZAB4WIN but DESKTOP?
        
        Change-Id: I6ba3780eb7472b72d4e1338948bd6ce8dcfff529

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [a8dd38dd4bab84de4525d2e96d11610525d07ffc]

        cleanup some obsolete externals
        
        Change-Id: I7f845d19e8a6a3b73ff79405600dec50c87fc882

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [01adcd8024f496c36f0d6caac2f063d048fa90e0]

        scp2: move liblangtag to AutoInstall
        
        Change-Id: If79d57cf1743427106c0e4202fb4d5e42b5a807e

2014-03-18  Michael Stahl  <mstahl@redhat.com>  [0c94f23959cd923ce642704ab9d64ab35948efec]

        install GLEW package in "ooo" module
        
        Change-Id: I435d631be270daabadc348c18301931d316f5509

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2cd1673f41cb5bd8502a9a48a5721244660fe3a0]

        fdo#75260: Apply the same fix from writer table to character bordering.
        
        And mirror the right and bottom borders while I'm at it. I guess it was
        originally meant to.
        
        Change-Id: I408b077c1524d19bbadd6f0b284ce204064eb735

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [961da51ae28b46c96344be20abd1b5172a3faa3f]

        fdo#75260: Apply the same fix from writer table to paragraph bordering.
        
        Change-Id: Icb11a2e2f802cbf2af2362315f3acbc66f15334d

2014-03-18  Luboš Luňák  <l.lunak@centrum.cz>  [075fc0c0a34875adf2833e5933b4982b9443a373]

        testcase for fdo#38414
        
        Change-Id: I9467ae2ba5155175d5be8218248edada136a5ca1

2014-03-18  Luboš Luňák  <l.lunak@centrum.cz>  [e1036f0faedcb58897628dcfa8ccbda42b20403c]

        add messages to utility test functions
        
        So that e.g. parseDump() in case of an incorrect xpath does not just
        plain give an equality assertion failure, which on its own is confusing.
        
        Change-Id: Ib9fc2b4f6720b5c472773afbe8dc18cd8961465c

2014-03-18  Luboš Luňák  <l.lunak@centrum.cz>  [9970d5d9878bf8b40361606cfad6b25a2b6cc83d]

        workaround for rounding errors when handling merged cells (fdo#38414)
        
        Change-Id: I4d36e4b86c77a7356a8c221cbfc5735e925392ba

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [0e082ac24bfb4e6924539e4814901ce814880737]

        webdav: Use just "LibreOffice" as "User-Agent" as in webdav-neon.
        
        Change-Id: Ia69f0be3fbbeb33f4331bc66b9ac5204d330e42a

2014-03-18  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d69346b170a627b039ac1309d427aa3ef764f628]

        Make parameters const too.
        
        (Following on from loplugin:passstringbyref)
        
        Change-Id: I9100f51aa7420b237c84de7d36d2374ac6612d00

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [61ac7172272daca01d76ed121c62d1a1fc6cf9f1]

        swui needs icu_headers now too.
        
        Change-Id: Ic416289d93f9e2a5bc0b3a1016d6222cfc724912

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [c8d2c653ae6467bbfa05e8312b10bacb3eba249f]

        webdav: fix various warnings
        
        Change-Id: I86289c09b3694e5c48dffeb2de571d99e2484bd3

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [228f3f6b3908129717f806f0fb8eb2a72578fb73]

        webdav: OSL_TRACE -> SAL_INFO
        
        Change-Id: Id5947de4c64e8128073f39c9a2871676f2a117ff

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [aae5ef0e5c48bf4ff5bd72d25811a93f46f334bb]

        webdav: OSL_ASSERT -> assert
        
        Change-Id: Ic6c7307aa9f8422816b9a335cbf3541c948026ce

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [ded7321fb805625e473852d70798b160e4a959d2]

        webdav: OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I2940263bc8bdc739d5c591e19a6e4426afee3bb1

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [335470edf00cabb47abb9d7dcc4dd3a5a0e79616]

        When the scale is set explicitly, we should use it as the pattern scale.
        
        Else it would break Calc's patterned line drawing.
        
        Change-Id: I3d9b1634202f8d124363ab4a96f14e68ea312ab2

2014-03-18  Tor Lillqvist  <tml@collabora.com>  [66acee112a3b6ac7238ac825a40d5cde00cc96eb]

        Add a couple SAL_INFOs
        
        Change-Id: I3773f5432ff4e2a005e0c67d9c65fdb00de6f16b

2014-03-18  Tor Lillqvist  <tml@collabora.com>  [3de77b853bdda5205460fc04942b4f99079e03f3]

        Don't bother creating thumbnails on non-desktop, at least for now
        
        It seems that it was the thumbmail creation which through some
        mechanism caused the blank tile problem for the first tile(s) for some
        documents in TiledLibreOffice. Go figure.
        
        Change-Id: I2b3d64e0bbd3bf39023c67aed56992048ea4ebcf

2014-03-18  Andrzej Hunt  <andrzej.hunt@collabora.com>  [887ab6d0832397e0bc7cc1d7f1d43ce6f4e92509]

        loplugin:passstringbyref
        
        Change-Id: Ic88d78418fb9380dece316544e0afb4d8660f8e6

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [07909e0045d9f94329861fe2e7b3403a5c4befed]

        fdo#75260: Center both primary and secondary lines wrt thier respective axes.
        
        The closed borders connect much better this way.  Now all double lines look
        at least half-way decent.
        
        Also, we shouldn't be doing any sort of pixel correction in the common code
        that gets used both raster and vector drawing modes.  In case we need to do
        some pixel correction, we should do it in the pixel processor code.
        
        Change-Id: I78e245c10752d0f4790a9ac664a14ce06571434e

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [35d99caff4c624285a246e7c76a2660205a1d715]

        Related: #i56998# use locale rules to format percentage
        
        Change-Id: I9d27359fe2c343593455eebf69bca6efdb7c5079

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [28e68298a40c02b47ccaa602a464ddf12ddbe3cd]

        Use SolarMutexGuard directly
        
        Change-Id: I1eeaebf1411b44c5881e2c08d95debb533e66b4e

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [8a2e5420fe584aa4f2785acc72cd8403beb88073]

        Use SolarMutexGuard directly
        
        Change-Id: I0ff561aecfd16f59be90f054d076d771179c77cd

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [98861476f23c54adb1514f9ebf62b28a34002e99]

        Use SolarMutexGuard directly
        
        Change-Id: Ifa48a4cb78466b120e357412c64031f5de2b75d1

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [5d54e99312002553c33ac43803ba1df2f40d08cd]

        Use SolarMutexGuard directly
        
        Change-Id: I6e558d312e1c0b4243d9ce7a44cc3be346863bab

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [690b76aa2792ded47d944f11e175579b263afd19]

        Use SolarMutexGuard directly
        
        Change-Id: I3818b2972771dc934f524b2bf1ee1bddd8e7868b

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [a395484051e6f85a52c5402fa4bd23830f30d1ed]

        Use SolarMutexGuard directly
        
        Change-Id: I8fda577ed06cb194e728e2d829c2b2edfa3068f8

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [99508583e0cb3d25dfff2ab7dea5c6e8ca0119e7]

        Use SolarMutexGuard directly
        
        Change-Id: I674b247531d36e68e95f3e95893973eac6d61e01

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [cb5e194ce3bb744b0d70528205cdc391af6813bf]

        Use SolarMutexGuard directly
        
        Change-Id: I2e30bc8af2489d838f8a06f62667777eaeac061a

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [7ec5922615c4e247b9cecaf146bd1f9933d79699]

        Use SolarMutexGuard directly
        
        Change-Id: I055273d6f827164b5571a55932572c35b46a04ac

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [37df1363b12341b3fe8e718d2a72ec9be728d08e]

        Use SolarMutexGuard directly
        
        Change-Id: I48ef29a4bc5bcf6fed2dadfeb21f705651730c3f

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [24b4fbfa39f212c769bf4d966258a8fb4c98c201]

        fdo#75260: More adjustments.
        
        1) Offset top and left border lines only for double lines.
        2) Don't apply zoom level scaling to border widths. That's used for line
           pattern spacing only.
        
        Change-Id: I12bdd1492531cc6651e22955c3dca4bdda0f1e4c

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [50d5b97a776342d3f032f3df2f2f2c90b02d7f34]

        convert wizard layout page to .ui
        
        Change-Id: I40ae0f7dea51bf0b8db60ec6b3cac955e9016af4

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

        Updated core Project: help  606dd47bed30f5ae77352f497323108df4550bf2

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [81f331b0ace0eb28a4f6dd03ac9a89fa5eeaf816]

        convert salutation wizard page to .ui
        
        Change-Id: I31d352038175cde43020655546c8216ab4442e3e

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [3e54b76e9d516b9ded33270cad0a294c4f82a50d]

        Updated core Project: help  ad42cdf53bef64fb7385bc1c4c1d9092bb759cc7

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [32391d25293935fbbf0075e3ccf68625951427f0]

        fdo#75260: Correct offset amount. Using the distance was not enough.
        
        Change-Id: Ie27e2c0785eaf8d2106c1fd60e9da112da048f38

2014-03-18  Tushar Bende  <tushar.bende@synerzip.com>  [5e44328c4a2ca748e1254c008ff6d84a58601cde]

        fdo#72775 : LibreOffice hang while opening some documents
        
        Description: There was a problem for some documents, when opened in LibreOffice
        there was continuous increase in page numbers.And this was the reason for LO getting hang.
        
        The wrap property "NS_ooxml::LN_Value_wordprocessingml_ST_Wrap_auto" was not handled in DomainMapper::lcl_attribute() and hence paragraph's wrap property was getting set to
        "text::WrapTextMode_NONE" this was the reason for increasing number of pages while opening doc in LO.
        
        added condition to handle NS_ooxml::LN_Value_wordprocessingml_ST_Wrap_auto.
        
        *added test case to verify that the document is opening properly and checking it's page count.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8632
        
        Change-Id: Id24ebc8409e7fd53915e5130beb9ad6f8bb8571f

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [afe84a3dbbe02b12b113400499a0967e8a2ffab7]

        loplugin:passstringbyref
        
        Change-Id: I4de62139cc479ee1f96988b7f2c2f5f2bfae44a6

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [10dbb3b44f804c741bae6c4f467dd79d2d07d2be]

        Use SolarMutexGuard directly
        
        Change-Id: Ia963e00be69d7a7b5b1d45f9827b05b69cd24a48

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [f7d4bcfd4532a9b86d535f7b2a63532a240e758d]

        Use SolarMutexGuard directly
        
        Change-Id: Iffc5e75c45502c770e9a3eee2a327df1e6843c9f

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [e6e3403f1fce1ad9285a4b41fea8b46cad6cf191]

        Use SolarMutexGuard directly
        
        Change-Id: I01c937881031c85a99aacbfbb3463203eb3d0b3e

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [7cc2bb414c0ac42556cc5b11b8dbdad630927d78]

        Use SolarMutexGuard directly
        
        Change-Id: I58d52cfec21f2f93a6a17469bf31fc70d93c26a9

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [309eba8c5d1d1c86aeba1122d3ad62e68e3deee5]

        Use SolarMutexGuard directly
        
        Change-Id: I4b902ac0f23d1b7e697dfec0ba31e6f396059a49

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [90cee97bc98ea82cbbc3985b1ae68cb19088a734]

        Use SolarMutexGuard directly
        
        Change-Id: Id9828f95673d1eaf87e6a1c22bf8f07e6861f2f4

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [503d893847fe8076340cf6a9de73a06892bc2660]

        Use SolarMutexGuard directly
        
        Change-Id: Id5ea9c7c7c3cb56d080daeb1e2e2c72483a37a4e

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [8030fe25724bd995a6902610614ba05ed6cfb643]

        Use SolarMutexGuard directly
        
        Change-Id: Ie13cf612b2f9b15698a84d35d420b0b7c0009e1b

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [4eb2c58093123262ee2366898c7ab779db985948]

        Use SolarMutexGuard directly
        
        Change-Id: Ib63b12595f4f9a43c4742d8cf8cfea4713ebdf14

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [82f79abae5cf92940d8c2d642792da8b44e155d1]

        Use SolarMutexGuard directly
        
        ...and access safe members directly
        
        Change-Id: I46fa7683922b0604118f6da219f44204767f4618

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [e28207718cf83fa93bb1010a047fcb526d504e95]

        Use SolarMutexGuard directly
        
        Change-Id: I0438d85b0c51010eff9e8d53ed8acada98563a20

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [3b45c88a404683bbad8dfbbbadffa2494b8476c0]

        Use SolarMutexGuard directly
        
        Change-Id: I5408403318691f9b83c5b69658a37916fa23ea69

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [5e5c6656c9d99e13f7877a0e30f8fee29981e53c]

        Remove unused ThreadHelpBase base
        
        Change-Id: I367ffa9343a0227eab9726c636d7e8e622219bf4

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [36a5ea2a9c66f3cd6045e9f11b6e1b5f58858155]

        Use SolarMutexGuard directly
        
        Change-Id: Ia80e709bea172722aa07ee75ebeeef4ac8f5281a

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [8b28069c8f31ead729dac462e477e19b738690a4]

        Remove unused ThreadHelpBase base
        
        Change-Id: Ib530dec8e812d8ecccba47c70e3d1e9640083378

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [0bed494bfcde05bf1f5f04f58610a0d185b0b660]

        Use cppu::BaseMutex instead of framework::ThreadHelpBase
        
        Change-Id: I77b88bf1bed18c6a863f9e6d753035c90ef64c07

2014-03-18  Tor Lillqvist  <tml@collabora.com>  [bf1b78c2d9e7c624ac12a5b09cef48b15b8b1d36]

        Add simple document selector to TiledLibreOffice
        
        Make it easier to handle several test docs. Until now you had to
        change the hardcoded document in the Xcode project and in the lo.mm
        source file and re-build. Now it is enough to upload a new test doc to
        the device using iTunes. If no test docs are present, use the good old
        bundled test1.odt.
        
        Change-Id: I3cbb9f74c17332ffc6ac90dd1e226fac005c3387

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [2b04529465fde57795177cf176ce59255d8ef9ae]

        convert address block wizard page to .ui
        
        Change-Id: I38c0c7262dffaaf5280e2c000eb122f71203e385

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [95ba3769851a6a4acd3e8530b5932ec6e60a5e18]

        Updated core Project: help  f1ae027567ebac03056d15dd5ffb3975165895bd

2014-03-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [77b6c1602aaa0bd059077765e7fabb53d9e6ddeb]

        fdo#75260: Don't forget to offset the inner with the width of the outer.
        
        The inner and outer lines were drawn side-by-side as one fat line because
        of this.
        
        The positions of the right and bottom border lines are still off even after
        this change.
        
        Change-Id: Ia4b661bb819a813562e0143397cada52148f26e9

2014-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2736674aa1eca906ba5f726e47279266cce2149e]

        sw: not used getter / setter methods
        
        Change-Id: Id357ee22d041cd191d06b0dc2dbf162312a4df0a

2014-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e584d38f75db115edf5e07e479665336ea7a4d54]

        writerfilter: fix indentation in SdtHelper
        
        Change-Id: I00773d4ac74d09aba9c75daf547eb1a16885ddde

2014-03-18  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [17d31e6fb316da2bf1267c337eed88165dfa1a54]

        fdo#76249 DOCX export DML Drawing as lockedCanvas if it's inside DMLTextFrame
        
        The Locked Canvas is imported correctly,
        but while exporting the drawing is exported inside a textbox.
        However a locked Canvas has to be exported inside a text-box
        for the RT file to work in MS Word 2010.
        As dml drawing elements are not allowed in the dml textboxes.
        
        Export as Locked Canvas iff the drawing was originally a Locked Canvas
        and is now inside a DML Text Frame.
        As otherwise the Locked Canvas is exported correctly as a DMLDrawing.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8618
        
        Change-Id: Ifa350d8922a22c4e480411530aa4d953bd3ed2ac

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [9aca34a69fdc75e81456f19ef457fd205e3471a4]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Iae8f91d93d4169c68cab6601c1c28042f20f3a48

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [cf8dfcbe60c60597dd9a224a25114c3f382acc59]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Ie8b5c4ad21133528597ede8c4e5cf4dc35312ed8

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [28b880d4074fc105ed4bc01e4bbe3866cad047cb]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I5b6e30ce0e0b908cfcc4feb00cbf7b78425496c6

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [5fe8aa2d485104609a63237e2ef6676b36e046e9]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I2880172edbabcd41f8847359b1b308658a9e07c8

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [2d604c48aa09d575f34f0e0057bff071b8c12041]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I35c346855f0557d623d058b5a233abb08653934e

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [03bee712e7ab1761854da3398b1a34f7ac81624e]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I6c3baa4fffaeab01833d49530c27a094429e9b5f

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [075fbcee09f1c14b8dbed8e3a0c54ae26a47e102]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I89d6b03a66046a662dcacee75bdf53a65903e148

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [bcb01dd1df002c917ccd2f5c358e550eed734798]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I1330f76e3137aaa8d00de82f136ee6968196db70

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [0a08f14961e2c49fcd69fa86147ea59e38381d10]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I9955624a6d4fdc711b6793eb5f4c0025aba79e80

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [585b0c40520ed9779ddb9aaaa5b9217e33f044ad]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I70ba35ca96f9d1320a540010aeec91de6e8acec1

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [0de51f55741c0ef3fbd9bcc3359273667a904b88]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I0f17f4140711bad606bb24a662a9be7972f1c470

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [295f7bcdc11d27af85b8b8ace8cefee7bed8cc3a]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Ica3cccc21ea051c8eb653bb3160a0011c9680f38

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [dc02e9ef55efdbc02af628a109b2b987b6bb0571]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I0309113c9ffb0dcff77d3d9ab41d61e1aef5f145

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [9ed5d36981d03e4f91c1f34eabeb494e68a2b76a]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Ib4fa4669adb217be810840b3f8e4f0e2dda0f7c5

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [db9d30a8ee01d5a737a769251eed784929875af1]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Ic7bd99f920fc954e2eeb734e324d15b1af01e30d

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [88999eb03b788b83d27d1d784f0ec7ba792ac954]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Id169891e60eb0a19899586fd3c9a9325ef9d1236

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [93d6ce502ea2407f69dbbc0495c5ecb27c70a82a]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: Ie87cc749556d0a9b135b285143d33dc80d49a2ad

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [af181dc1fca626a5b7f9afb3cb69c76ed5d46aa0]

        Use cppu::BaseMutex instead of plain osl::Mutex as base
        
        Change-Id: I3dcae6482afe9e2b1a33261583dce41ddc91b67b

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [17c17017458519e2c13c43fb362320a127c65135]

        Use osl::Mutex member, not base
        
        Change-Id: I7104a6fdd31a23750929dccb59fd89e96cadf89c

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [c2fb42afb304c5ce1e5b1686df0000f87d5ae80c]

        Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl split
        
        Change-Id: I790e14feb50fefe3b2efa505118b332d065970fc

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [bff533248df87249db93b60f9829b290900d4ae6]

        Use cppu::BaseMutex instead of framework::ThreadHelpBase
        
        Change-Id: I3e210cee3b6e0956175083ff0b55ff52c060d9c2

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [1ae379f6bd85f7d6f7ebf58b15d7108a2982d74d]

        Access safe data members directly
        
        Change-Id: I2305c17d03c4b6ba3f77c7c5952aadda627118ac

2014-03-18  Andrzej Hunt  <andrzej.hunt@collabora.com>  [c0fb2640665d552b39deb2192d59fa11ea701d51]

        fdo#75328 Do DiscoveryService socket setup off the main thread.
        
        Change-Id: I795f365981d8e7983c9f32531c9ec2ae4793c8f4

2014-03-18  Noel Grandin  <noel@peralex.com>  [6181013d9989bb5c96e88ea1bc8d581b99c28421]

        convert sal_Char* to OUString
        
        I can see no reason to store sBulletName as an sal_Char* instead
        of converting backwards and forwards from OUString
        
        Change-Id: Ib16b9f04c5738aa2346c9b5b4f28461fc8b60c4f
        Reviewed-on: https://gerrit.libreoffice.org/8641
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-03-18  László Németh  <nemeth@numbertext.org>  [c1bfac2c4643869ded140828aceaaf9a9d0e5ee0]

        librelogo UI fixes, gradients, log10, improved random colors
        
        Change-Id: I7ef59f9ce589ab0d68b02c1b2ba61c061f9c51ae

2014-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c52b5dd1c6457131b2c2c6b85222400fce3f246]

        oox: fix DOCX strict import of SmartArt
        
        Change-Id: Ied8283e17ec4379f218dc60912e1c41ca28a8ac9

2014-03-18  Matúš Kukan  <matus.kukan@collabora.com>  [d145f49ba8cdf4a9c2e6b28f0f4468a95fc3575b]

        Disable unit tests which use library objects from libmerged on Windows.
        
        For some reason on Windows the linking fails with 'one or more multiply
        defined symbols found' error.
        
        Change-Id: If2af0822a837665e8f0a31d04cd42bf4d1f054f0

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [10faccaec6bffac6eec7159c8897c21a1d1c6d66]

        convert select multi paths dialogs to .ui
        
        Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a

2014-03-18  Caolán McNamara  <caolanm@redhat.com>  [734a7fe560ebd811c8d8902415053bf0c79395e8]

        Updated core Project: help  cd4b7f63690d27a8319c1942e5aa865241640525

2014-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e5f9958a57a68a3707db5b1eb9f82e0326327c1]

        CppunitTest_sw_ooxmlexport: disable failing check on Mac for now
        
        Change-Id: Ib5993eef9722d1ff0c6eae3dc65aa43572f1bbd8

2014-03-18  Noel Grandin  <noel@peralex.com>  [c3e3f466571e4993c1b5e42c6d15e37c48f3a069]

        sfx2: sal_Bool->bool
        
        Change-Id: I375a72c34e46778385a9fdc24c9ebd0f0a3f3c9b

2014-03-18  Noel Grandin  <noel@peralex.com>  [e399c0759812affd4f7f6e1e3aacfbcafc06ad6d]

        SfxProgress::SetState does not need to be virtual
        
        Change-Id: I39a138c05ed995b8f9706a66338b994193fdee50

2014-03-18  Noel Grandin  <noel@peralex.com>  [86725da2a2a0a7ae34f600b53976b72b7d456c9f]

        fix return type of SfxViewShell::HandleNotifyEvent_Impl to be bool
        
        it was long, but it was treated as a bool.
        
        Change-Id: I097ab5f9dff511781a9711594754ae34f25a37bc

2014-03-18  Noel Grandin  <noel@peralex.com>  [b466b6f2575b4bf55f84b96d3795260901544209]

        sfx2: sal_Bool->bool
        
        Change-Id: I0240d8d093478c62fd7d63cac228092e641bf0dc

2014-03-18  Noel Grandin  <noel@peralex.com>  [fb77ab1dc237faec245633f99d727350d9ae295f]

        sfx2: sal_Bool->bool
        
        Change-Id: Ib2a02c7e05e48657b9745bcccc8f8f626daaef2d

2014-03-18  Noel Grandin  <noel@peralex.com>  [ac01de882d368c4d8044361f874edd4b53e33f2b]

        sfx2: sal_Bool->bool
        
        Change-Id: I87c5a180566e9da185c2992844e6522e82c17747

2014-03-18  Noel Grandin  <noel@peralex.com>  [399724aba4b7297a262a775d000ddf4534e38b6c]

        sfx2: sal_Bool->bool
        
        Change-Id: I128430fe446eb517b42a109a868b88d49bbc4eaa

2014-03-18  Noel Grandin  <noel@peralex.com>  [96ef76c1b75332e4b8379276e396ea623153644d]

        sfx2: sal_Bool->bool
        
        Change-Id: I733cd63e321bdc775739228c269fa66ff7780780

2014-03-18  Noel Grandin  <noel@peralex.com>  [e67d675d1e6410a95c3ea0765c12d96c3a1db512]

        sfx2: sal_Bool->bool
        
        Change-Id: I01a33e255b0dd2a0045f6eed52e6b31305750599

2014-03-18  Noel Grandin  <noel@peralex.com>  [4f9ce93ecb965652b79ffa569700e91e47912ba2]

        sfx2: sal_Bool->bool
        
        Change-Id: I125e09933be2841315252fbc3fc021c195f255f8

2014-03-18  Noel Grandin  <noel@peralex.com>  [85341374cb9c2244d8d681b1b44909a9fa829f11]

        remove unused parameter
        
        Change-Id: Iab723e78b0305dadee5598b21a9ea78093109b65

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [309951d6d6fcea92a91b8074798158c00bf14040]

        Access safe data members directly
        
        Change-Id: Ide204709c54fa476b9cc4f6a9446a8fb2730950c

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [093df487b40ec38bb334180a874fcd314d6dad81]

        Access safe data members directly
        
        Change-Id: If0acaa04b61a72f47b70cbbfc37c615c909d0c18

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [31052b36be1dbf39263ecf23496a5c041a805884]

        Use SolarMutexGuard directly
        
        Change-Id: I2ae1a43862754030f88df033551c93fdbeeab14a

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [c63f42e26ac61ef776fc7aa125d695f742358dc4]

        Use SolarMutexGuard directly
        
        Change-Id: Ieb26a4b63bc93254c54b18c209514aee55186407

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [8ca1c57f0449c951515c3c3b448d0acda56b26fb]

        Access safe data members directly
        
        Change-Id: I06df992ca9a77e8ac21dbd1faffa9fa906daab62

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [43ed93b2563c7862b7aefbe54238725faa3c5639]

        Use SolarMutexGuard directly
        
        Change-Id: Ia8c994a86f1693dd1f06b2f1183f392e0ba4bdd2

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [445ec65a85624e4505c91c31f81c978a3d639c18]

        Use SolarMutexGuard directly
        
        Change-Id: Iddb38d3404a8b1a4e33e291e1f51ad63cacaa255

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [15bb864ea81b64ecfdd69e8831fb729ca44a542e]

        Use SolarMutexGuard directly
        
        (and access safe data members directly)
        
        Change-Id: I4a033fc2acd858534d329023c72c278f8b4b9244

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [faef574c5572035cbc7808a52e80ff946bc745cd]

        Access safe data members directly
        
        Change-Id: I077318a2ecb9b3d9708930742c458422aadeb064

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [9a67d4f419a3487b553441aa49361e7d07a0614b]

        Use SolarMutexGuard directly
        
        Change-Id: Iaf7a74fed1846ce39de01cc343d7a75763e81e50

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [99b6c3d4135f384d49951519aa9d0fba654dbd60]

        Use SolarMutexGuard directly
        
        Change-Id: I8c6a0873e2b0bb371775a2342292a819fe630b51

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [32a082a7b315fe09c1a715441ad067caf27fa787]

        Use SolarMutexGuard directly
        
        Change-Id: Ic133d616d730e332de7354d5de4a5ab21944378f

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [fd7479de09d0abdc06633b6610ad7a8e38dc7c6e]

        Remove unused ThreadHelpBase base
        
        Change-Id: I1fb145bd660400ecc52be97fe0cefee3c03666f0

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [83408619a7f8ba6ba61e05e495d0520d8e8e1947]

        Use SolarMutexGuard directly
        
        Change-Id: I5fd051b77e52d98c4c2f14b1dda3b72efc4bdf49

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [fbc72e5feb88b80ff335298d275627ed3a6a75df]

        Use SolarMutexGuard directly
        
        Change-Id: I6ca88538be5400714fcbe880776ac30cca3d68ae

2014-03-18  Stephan Bergmann  <sbergman@redhat.com>  [65b718dad248a595f63910386127f70eaa8b8b6c]

        Use SolarMutexGuard directly
        
        Change-Id: I8e76a9cc9c06420fde3a1c5564410624ce5a91ec

2014-03-18  Tor Lillqvist  <tml@collabora.com>  [6013967b394098e6c9168c4434036b45beab6d14]

        Add some more source files for debugging convenience
        
        Change-Id: Ibf4f18e0e8efe0d220e087559578747b45e03942

2014-03-18  Tor Lillqvist  <tml@collabora.com>  [847b6169c68c7cfeb35f9e55e6d9254a9c4cd7b6]

        Enable one more level of zooming in, just for fun
        
        Change-Id: I7181199363f93dd7da851674c7f593f509082475

2014-03-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [710c3920c9a76d4d149d11455cf5a2b46cb32faf]

        adapt CppunitTest_sw_ooxmlexport to 6820dec8903b182260340c638c35b5a5ca207a85
        
        Change-Id: I718829fe4821f36a37b0503be18c56d1151abd9c

2014-03-18  Noel Grandin  <noel@peralex.com>  [86a32589e90ee983159fb5b2c6a594428ab7d422]

        Find places where OUString and OString are passed by value.
        
        It's not very efficient, because we generally end up copying it twice -
        once into the parameter and again into the destination OUString.
        
        So I create a clang plugin that finds such places and generates a
        warning so that we can convert them to pass-by-reference.
        
        Change-Id: I5341a6ea9e3190f4b4c05c42c85595e3dcd83361

2014-03-18  Takeshi Abe  <tabe@fixedpoint.jp>  [bb17844099ba98a77c8e5d7a25c0c416a4b0641e]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I54a175ce1e4cb624d94770ee849d97675987e7b2

2014-03-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [87efec9cc27b18aa09e50c289b503ba1127eb0b8]

        Make this non-inline.
        
        Change-Id: I2002f7278b63b7678a5274e4213ab9dfb50e525e

2014-03-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d2eb2c5a02718b83475bc718e117eb6255cbac98]

        fdo#76195: Set the border type to NONE to ensure it won't be drawn.
        
        We can no longer rely on the width being zero for no border condition.
        
        Change-Id: I02c5c825661b4a0aa4190306e8276bdfd8bff944

2014-03-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1c6fb266567c8e397e3c65663b21f0fa50696aa5]

        fdo#75260: These old hacks no longer make sense.
        
        The clip region in fact cuts off the lower part of the bottom border, both
        on screen and when printing / exporting to PDF.
        
        Change-Id: Id350531f09b3ded66fd05ea7ebeefe8771260b62

2014-03-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [374efa7253703b054e4603c66aeba862e4e98574]

        Skeleton of drawinglayer object called OpenGLObject
        
        - Shape name: com.sun.star.drawing.OpenGLObject
        - Drawinglayer object: SdrOpenGLObject
        - Uno object: SvxOpenGLObject
        - View contact: ViewContactOfOpenGL
        - Primitive: OpenGLPrimitive2D
        
        Change-Id: I7fc0829d58cb4a8432d0e3007c90223707e5dd84

2014-03-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ca25cdcb398f200ce5d53286eea02d49d8d1c5f4]

        fdo#76140: Reimplement XIRR OpenCL test.
        
        1) Use ods format and store the expected formula results as numeric cells,
           to avoid having to load the same file twice (which is slower).
        
        2) Use rtl::math::approxEqual to evaluate two numbers that may be subject
           to numerical instability especially when the expected values are very
           small.
        
        Change-Id: Ie08e91f797065f4593f996df3541da84019cc53c

2014-03-17  peilin  <peilin@multicorewareinc.com>  [c33d96aa8bbe94761b609215951a64e380856cac]

        modify SetBackGroundColor to fix background color and gradients issue
        
        Change-Id: Ie2ffa39f6aad8df127e99109618a64fb0d32599e

2014-03-17  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [6820dec8903b182260340c638c35b5a5ca207a85]

        ooxml: preserve several simple types of sdt
        
        This patch is to preserve the sdt blocks for several simple sdt types:
        equation, picture, citation and group.
        
        This patch reuses the infrastructure created at commit
        55211e612d2cbed03dd81c039d07ea4e936c2804 to grab-bag the properties of
        the sdt block and write them back on export, with small modifications
        in particular related with the fact that these tags don't have
        children.
        
        The type of the property tags equation, picture, citation and group
        was modified in the ooxml model file to be able to process them. They
        were previously empty.
        
        A unit test was added to check the preservation of these fields.
        Another had to be modified.
        
        Change-Id: Ica1a340f589f5d6c85c1a35d2a3a4bf930eb2d8a

2014-03-17  Manas Joshi  <futurejoshi15@gmail.com>  [de226dcfaeedf7f77de4f0242a713bc7e4462a0a]

        fdo#76181 - cleanup OUString constructors
        
        Change-Id: I0a5fbfc0b33b16e0eba7410957ab83ffbff4e008

2014-03-17  Matúš Kukan  <matus.kukan@collabora.com>  [4f4d9c06355b64ae30e0c100be0ca55d01c16885]

        Avoid duplicate symbols in libmerged for Windows too.
        
        This is working version of fc27a685d466dc380a8b68cd48f47db632ed3693
        
        Change-Id: I48e861b5b7692ea051edf52d7ad9cc54ca989e22

2014-03-17  Matúš Kukan  <matus.kukan@collabora.com>  [ef87ff6680f79362a431db6e7ef2f40cfc576219]

        fdo#51819: autorecovery: fix saving password in protected documents.
        
        Thanks to sayt@mailinator.com for the idea.
        
        Change-Id: Ib79abafe3d4d3ba21f7914aeb284d86ce662824c

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [c5630fed3b30f6d5fd0b2692cd96e34e419f9a6c]

        Use SolarMutexGuard directly
        
        Change-Id: I5286db18d3d273f4678c9f332d5184b46e5bb720

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [60d14352f7a4bd1e9eb07f91b1c84b78dc82fbe4]

        Remove dead file
        
        Change-Id: I53dfb7f9d49a4b383dc8a32e4cd3b30a4db47819

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [07b32bc2bf0cd329258b4924839e5b900b7e6196]

        Consolidate framework::{Resetable,}Guard
        
        Change-Id: I97290c2504992f4a92e6aeb71e02a2542dd35faa

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [a98d7543ad599092081970c48c0c650c142cf762]

        No need for framework::LockHelper to derive from framework::IMutex
        
        Change-Id: I677abeb9e313b983f750331ec925c24ade04e95b

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [4eb0625d010a65146f727f1ff05c31994d4e12cb]

        Use LockHelper directly
        
        Change-Id: I4d83ab49187590728326f4f60bb205d1d0b3dfe7

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [0659daef9322e568d5777fc12902462413040c6c]

        Use LockHelper directly
        
        Change-Id: I99a0b6dea0b1de2ed1afe51e2584699819eadf04

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [d697a059057e27533e760beac3537fbcb5082884]

        Remove unused framework::IMutexGuard::reset
        
        Change-Id: If05ef86284c4ed7bf66a6a6de17a4bf8d49e89e1

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [00550fbd193cb6184075dbe050002f567174e7ec]

        Fold framework::IGuard into framework::IMutexGuard
        
        Change-Id: I14a77fc3fbf225862bc01f677d09d5b5a52bb1aa

2014-03-17  Sourav  <sourav.mahajan@synerzip.com>  [d44abe1724ee5470c88f5fba5c0217fb37e2205c]

        fdo#76108 : The RT file is getting corrupted.
        
        Description:The RT file is getting corrupted.
        The <w:fldChar w:fldCharType="end" /> tag is there inside the hyperlink tag where as the <w:fldChar w:fldCharType="begin"> is starting before the hyperlink tag.This is causing the issue.
        
        The rootcause found is in DocxAttributeOutput::EndRun().
        A check is introduced before the code that writes the <w:fldChar w:fldCharType="end" /> after the hyperlink to check if the m_startedHyperlink is false.
        
        I have added test case to verify that now the RT file is opening
        I also verified this change on a set of 440 real world documents (containing many combinations of MS Office features) to make sure there is no regression because of this change.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8603
        
        Change-Id: Ibc3ca8edcfb68d52a9394580bac1ce878eda9405

2014-03-17  umeshkadam  <umesh.kadam@synerzip.com>  [ac5078a46632ef7efbdce9340c0b023d7f455d14]

        FDO#76107 : RT file gets corrupted for files having paragraph/page comments
        
        - In case of multiple paragraph comments/ page comments there used to be a
          mismatch while relating the comment id's in document.xml and comments.xml
        - This was happening because the annotation mark id's were getting overwritten.
        - Fixed this issue and added UT for the same.
        
        Change-Id: Ie0ac6b5c865555d143115a79b3fc146f9a4ef5fc
        Reviewed-on: https://gerrit.libreoffice.org/8602
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [ab3acb7ef79fcae8776b8d1ce0e81da5698ef516]

        Consolidate framework::{Read,Write}Guard
        
        ...now that it is obvious that they both do the same
        
        Change-Id: I6878acca4750ef4204fe32a695b6d9e1c5140115

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [803a8a04e980d24bf6c336e4416615a49614367f]

        Remove unused framework::WriteGuard::getMode
        
        ...and consequently unused framework::ELockMode
        
        Change-Id: Icba47a9007e7250871be4bf5ee151504cad43f75

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [1997de8690e55d8a1cedd506db894b24d283e876]

        Remove single, unnecessary use of framework::WriteGuard::downgrade
        
        ...and its implementation, and the now-unused E_READLOCK cases.
        
        Change-Id: I2df514f9351a1b63da3063c8db9892e11e9bf83b

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [571a34e350bd9e95ea3bb42cec8f9e9d2a182ee1]

        Remove superfluous framework::LockHelper::{acquire,release{Read,Write}Access
        
        Change-Id: I2f8b8c07b943f8aea47523db99a019c7c4541248

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [7cb41ae4515e43609693592a0ebb59905d20ec34]

        Remove no-op framework::LockHelper::downgradeWriteAccess
        
        Change-Id: I26c8dbfb2ad3b159d3b32dea450e063f1552d714

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [23b13bce74626a43b9271a08d037eb0af87273ab]

        No need for framework::IRWLock interface
        
        ...of which framework::LockHelper is the only implementation
        
        Change-Id: I235bb699ff26b1579803f617990fc4f71fe18b22

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [5f93d80b4ad5e02c4edd6b2b068af009aacbec70]

        Drop framework::INonCopyable duplication of boost::noncopyable
        
        Change-Id: Ie4135353c7917fddf3efd15d0f3022b3aada8025

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [88c4f15debc947d1a9e2aa1964078288228f983d]

        Remove unused framework::FairRWLock
        
        Change-Id: I91adf908aaa399186ff69d3a07eb945aed0c90f5

2014-03-17  Dinesh Patil  <dinesh.patil@synerzip.com>  [4c1cdd43de6e45726054fffb4b8c80ef9269f24a]

        fdo#76109: LO Crashes while opening the docx file containing three fields
        
        - DOCX file containing fields BIBLIOGRAPHY on first line, BIDIOUTLINE on
          second line and CITATION on third line is getting crashed while opening in LO
        - Fixed this issue and added unit test case for the same.
        
        Change-Id: Ia8394a3a26157f88693edcf60b0161947d8a9ac0
        Reviewed-on: https://gerrit.libreoffice.org/8589
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-17  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [55211e612d2cbed03dd81c039d07ea4e936c2804]

        ooxml: preserve w:sdt blocks containing w:docPartObj properties
        
        The <w:docPartObj> property inside <w:sdt> blocks determines a block
        inside the document that can be dinamically updated and enables Word
        2010 to show a hover button to update it. It is used for TOCs,
        bibliography, etc. LibreOffice ignored these blocks and removed them
        from the document on export.
        
        In this patch, we make the importer save the <w:docPartObj> tag and
        its contents in the paragraph interop grab bag.
        
        On export we read the paragraph grab bag and restore the sdt block
        back to the document; we don't know if the paragraph must be enclosed
        in a sdt block when we start it, so we used the parser marks to be
        able to prepend the start of the block before the paragraph opening
        tag.
        
        The grab bag on import is managed by the SdtHelper class. Added a set
        of methods for that purpose.
        
        The ooxml model file was modified to assign token ids to the children
        of w:docPartObj.
        
        Fixed several unit tests that didn't expect the <w:sdt> tag to be
        exported. Also modified testBibliography inside ooxmlexport test
        suite to add checks for this patch.
        
        TODO: in the imported documents the sdtContent block may contain
        several paragraphs but the exporter code as it is can only wrap one
        paragraph. As a result, if the sdt block contained several paragraphs
        the second and next paragraphs will be outside the block in the
        exported document.
        
        Change-Id: I5333fc5ad91a3c50198a4f7647424a2101268c12

2014-03-17  Eike Rathke  <erack@redhat.com>  [a45fde7235f95792bf8e6f6979d0040637c5785d]

        justify range to prevent negative tab span and memory alloc, rhbz#1057741
        
        I could not reproduce the crash of that bug (probably having more memory
        available), but the backtrace had nTabSpan = -2 implicitly casted to
        size_t leading to allocation of a huge amount of memory with
        vector::reserve(), which ScRange::Justify() exactly prevents.
        
        Change-Id: Idb79e1be62649922ba793cab01e00011479fade9

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [c80c70c8c306d887ce0b399e9f20b0363e888369]

        Remove unused getXLink
        
        Change-Id: I848d8afbec17dd5cfb5063942d1e504aa548c759

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [549c3b81190d64ec23254f448ebf69520dd76da9]

        Remove unused code
        
        Change-Id: I1690f5b88b7bd04d336a45b1d745185285e13070

2014-03-17  Stephan Bergmann  <sbergman@redhat.com>  [488817e3c47223ed65c3a22763fca9a435fa2c01]

        No need for SAL_CALL here
        
        Change-Id: I283c883bf49e33941de33b9e58d355f683c96ea3

2014-03-17  Noel Grandin  <noel@peralex.com>  [b69dcab522f04d914f5f2ded350032bc3840c312]

        extensions: prefer passing OUString by reference
        
        Change-Id: Ic411b2776d0c054d59bfdc847f67785c85c5cb9e

2014-03-17  Noel Grandin  <noel@peralex.com>  [1d6fd96df71265730550e68878a1d2856761a2f3]

        framework: prefer passing OUString by reference
        
        Change-Id: I23c2ac9ef6bfc3eedb8ad6cb199c12d42ed642c8

2014-03-17  Noel Grandin  <noel@peralex.com>  [96b5d4f62709a7db0c1a85f35938abdedea578e3]

        uui: prefer passing OUString by reference
        
        Change-Id: Iec1fb3fd063d73f04a1600a21d6129e4cd5476b4

2014-03-17  Noel Grandin  <noel@peralex.com>  [4386863e1a5b3aebaded5ff66e4bd29ca7ce67d0]

        xmlsecurity: prefer passing OUString by reference
        
        Change-Id: I44b96a8adc2f6309088d99ff3bce438f660d302d

2014-03-17  Noel Grandin  <noel@peralex.com>  [676558732b8f77460fd91955f739e4ccc5eb8111]

        ucb: prefer passing OUString by reference
        
        Change-Id: I1ea8374e39c893c6da6373ccec81d2404c3ee201

2014-03-17  Noel Grandin  <noel@peralex.com>  [5d456dc5c6bf733228f0c342be25c8f68513c8cb]

        dbaccess: prefer passing OUString by reference
        
        Change-Id: I7cec02a40db48ce3d3003b3808d06ff0455a6eb4

2014-03-17  Noel Grandin  <noel@peralex.com>  [12bb4fdddd3c72a9fc9209288cc8e827bf353920]

        cui: prefer passing OUString by reference
        
        Change-Id: I1a4d36a329a0eac8b9bb3d9b0a5434ffc843bde2

2014-03-17  Noel Grandin  <noel@peralex.com>  [7e8af4b249132764d9eca559b4a6e2449d4d26f8]

        basct: prefer passing OUString by reference
        
        Change-Id: Ide803f793e829767fad89ab2aef776ef24fedb37

2014-03-17  Noel Grandin  <noel@peralex.com>  [cc2700245d911c14114ce7346357b1a4d008cc06]

        sd: prefer passing OUString by reference
        
        Change-Id: Ide21e1f51284fb2d4c7aaaa358417c6080b2fdde

2014-03-17  Noel Grandin  <noel@peralex.com>  [769a6c20c4eb9e081cdc46dd638f67927fc7bc25]

        sw: prefer passing OUString by reference
        
        Change-Id: Iaa846ec8f19567f0a9f30154d74cc53df93eff16

2014-03-17  Noel Grandin  <noel@peralex.com>  [006df8a7f77d79d5ab2d8da053552a0ccc3dcd7a]

        writerfilter: prefer passing OUString by reference
        
        Change-Id: I5f296d4df6c09e88674cf9aa6d1b831ec2b0c2f2

2014-03-17  Noel Grandin  <noel@peralex.com>  [71c88f02a019dee180686ac9ec88d8c7c1f7f534]

        sc: prefer passing OUString by reference
        
        Change-Id: I85e8823e872bf53182ce90576225e462edb1930a

2014-03-17  Noel Grandin  <noel@peralex.com>  [236d6cd67e5024ecbe9baccc8f1db597bea4bfa9]

        chart2: prefer passing OUString by reference
        
        Change-Id: I685b1dc3d7c735bc70be29252f55c082546f3cb1

2014-03-17  Noel Grandin  <noel@peralex.com>  [6319265b13321d6bfb527c7bd5b910d4dce4f203]

        lotuswordpro: prefer passing OUString by reference
        
        Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe

2014-03-17  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [f0dc2d755932b00b83db884334bcd0741056c884]

        Fix fdo#75936 set limit for decreasing indent
        
        Change-Id: I566f93f7e6f9a5bcff75094b51aaa4ee79e6890e

2014-03-17  Jan Holesovsky  <kendy@collabora.com>  [d84a8704f699ac1b4fb42dce44a195ba87f6267b]

        Fix whitespace.
        
        Change-Id: I3156581bb0cf9c23b8d643d6d0c787feac56d266

2014-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [72a4987434368bfb0b15f5ebb70a52108d349d5f]

        fdo#47355: partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22
        
        - that commit claimed to fix i#84870
        - however that example document _still_ loops for me on current master
          even with the change
        - this caused the fdo#47355 regression in addition
        - thus reverting to heal fdo#47355, expecting i#84870 unchanged as broken
          before and in need of a proper fix
        
        Change-Id: I067a8ef222ee2af6cd97579451c40ddba53ca294
        Reviewed-on: https://gerrit.libreoffice.org/8606
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5dc13b2d68eb30417f706935016d8bf7182b4aaa]

        DocxSdrExport: m_pImpl->m_rSdrExport == this
        
        Change-Id: I0c058a1042f5235d19d5ede2426ace8e13d2a853

2014-03-17  YogeshBharate  <yogesh.bharate@synerzip.com>  [5291d902b2e8bbf405dc56a03b685bd10cecabf8]

        fdo#76122: File Corruption-doc contains nested alternateContents.
        
        Problem Description:
        - After roundtrip, files contains <mc:AlternateContent>
          in <mc:Choice>.
        - Due to this document gets corrupted when we open it in MS Office 2010.
        - Added unit test.
        
        Change-Id: Ic64b815eda4a42cd59f522ac4570ae145b0b38e1
        Reviewed-on: https://gerrit.libreoffice.org/8575
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [b916fc4840ba67ef30e45ea735408237a3422b56]

        oox: try to fix incremental build
        
        The problem was that the input of the generated
        vmlexport-shape-types.cxx got changed, but it was only built when
        building from scratch. Fix this by depending on the makefile as well.
        
        Change-Id: Ia2d7f059aae2f5819bb8a1329fefa74c56660607

2014-03-17  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [e1b5e32a704a93ceb777799b20647ae0bc452866]

        fdo#76098 ContentType for .xlsm external data file  is wrong
        
        1. Open a File which has Pie Chart in LO.
        2. The content type of Pie Chart should Macro Enabled.
        3. using LO, SAVE this file.
        4. Opened the Save file in MS-Office.
        5. The file gets corrupted due to the ContentType gets changed.
        
        Conflicts:
        	sw/qa/extras/inc/swmodeltestbase.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8572
        
        Change-Id: I20f92f52cc79df4fc5e10c4e4867e2e704ba3c86

2014-03-17  YogeshBharate  <yogesh.bharate@synerzip.com>  [6415f3e7ab6a7728d44dbb49c1486ac9ca649a17]

        fdo#75604: File Corruption - Issue related to the nested AlternateContent.
        
        Problem Description:
        - If the document contains, text box & group shape having
          text, after roundtrip file get corrupted.
        - Due this the text box exported inside the another group shape.
        (i.e nested alternateContent which is not allowed in MS office 2010.)
        
        Implementation:
        - Use the variable which avoid the nested alternateContent.
        - This keeps the various text frame on same level in different
          run.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8555
        
        Change-Id: Ia18eb2b8cf17a451ebe344a811efae1328134215

2014-03-17  umeshkadam  <umesh.kadam@synerzip.com>  [881ca9d48fc67665559484901ce6a670dc331ab8]

        FDO#76013 : If original file has image whose link is broken RT gets corrupted.
        
        - The original file contains an image which has invalid link.
        - since the link is invalid the import throws an exception while loading
          the image & the link is lost.
        - while exporting the system used to write an empty image for an unhandled
          graphic type, which is incorrect and the RT file would result in corrupt.
        - Fixed this issue and added UT.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8549
        
        Change-Id: If884f154d1fba921280d63930e7fccb979ea5608

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [030a9bfd42184c868bcc61b91af58f70b1c02677]

        fix another wrong transparency calculation
        
        Change-Id: I963e6c69f34f07f797dd98810195fd58e79e494f

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [217731165a0d8ee512919dcb9ecec296c6ee4b4c]

        fix rendering of invisible bubble
        
        Change-Id: Iee14035b44ef808cca2ee426684733f20c1771ac

2014-03-17  Muthu Subramanian  <sumuthu@collabora.com>  [2796aa203c563d45b12dd395a963724a1c0e42ed]

        n#862510: Adding unit test case for baseline=0
        
        Change-Id: Ia8281ddc31b653ecf47c6bb5030db74de75b2e8d

2014-03-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [45b0c12a021fb0eb896faf4f0de9026586407012]

        fdo#67808 Fix Outline Font Effect support with CoreText
        
        We add a new DrawTextSpecial() virtual to SalLayout
        that allows to attempt to delegate font effects
        to the underlying native graphic system.
        The function return false if it was not capable of handling the effect,
        true otherwise.
        Right now only Outline Font effect on Coretext is actually handled that way.
        
        OutPutDevice is augmented to attempt to delegate the font decoration
        work, if the task was not handled properly it fallback on the generic code.
        
        Note: ideally these effects should really be part of the FontSelector
        info that is given during layoutting, and the layout should
        indicate which of these decorations it was able to manage natively
        
        but that is a much bigger architectural change.. this will do for now.
        
        Change-Id: I5eb1a15e985cc3f234ec3dee899f349f309b42cb
        Reviewed-on: https://gerrit.libreoffice.org/8599
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-17  Tor Lillqvist  <tml@collabora.com>  [7af311d2813139660dd2e55cd34bfbd34b650255]

        Add vcl.opengl
        
        Change-Id: I9c809cae0420e73d2e4a447b9d8a3a03e42dc723

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1eb20c97e4d0f644efcf46aedac619a9765488c3]

        move DummyXShape.hxx to the cxx file
        
        Change-Id: Idc99da66de907dd104fc3193087f556418e1ef58

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [418edcf057a2ea1f99d17ce424293b2acd48a6e9]

        fix multisample support in OpenGL
        
        Change-Id: I7e530f5ae8d83d275df554781847b525b38bf4c7

2014-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d42bbdcf8c125c8547e197d85fae1c1825e05db]

        windows fixes for opengl
        
        Change-Id: I2ee3bcf9f87b46c14af26adb82eabd43d9164adb

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [64950157029e1b35434b634a6f275ba1ad305abe]

        no need for OpenGLRender in OpenGLContext anymore
        
        Change-Id: I8506bcea49792cd1ef6ca451ca515b4669326c29

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3aa298e010ebee976a889a0094f14f09a7151c3a]

        move the windows multisample code to OpenGLContext
        
        Change-Id: I531d058ff00b3b6eaf2bf7c889589058b1be7bd0

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [40ea5e9dd0eff66728d1d2d7aac41349a14de594]

        Revert "Move OpenGLRender to vcl"
        
        This reverts commit 04b70c682e2cdc52b144961a83d05fd203de6884.
        
        The OpenGLRender is not abstract enough for vcl. Leave it in chart2.
        
        Conflicts:
        	chart2/source/view/inc/DummyXShape.hxx
        	chart2/source/view/main/OpenGLRender.hxx
        	vcl/Library_vclopengl.mk
        
        Change-Id: I5392c8ee34462ff49059126ca2284d8ebe1eb379

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bd78139dcbf804e6e0b8be5409436991ac08b36c]

        remove element that was only written for binary formats
        
        Change-Id: Ic930fc6e12912ead8d6b1daa79894c968d99d988

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cc2bfd18fdf3ffd640d9284f23b5054535211b07]

        remove whitespace
        
        Change-Id: I131de4b10674dceee821e2ab580b32d107134335

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cd99c5c0dda08470f165c9a25bca2cb6ab6887c3]

        property mapping import
        
        Change-Id: I0859699b3639b6f7d5d15865e6ec1591b3d36f06

2014-03-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0e894caf47a7969b1ec65665340e1b5522ef7b93]

        we also need to translate from ui to internal roles
        
        Change-Id: Id66f2f015d1eabe469a944f2bbafe2afbb360464

2014-03-17  Noel Grandin  <noel@peralex.com>  [c66229bfa4284758b787bf80ddd1b2e3795881df]

        oox: prefer passing OUString by reference
        
        Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb

2014-03-17  Noel Grandin  <noel@peralex.com>  [bd8ce8b959f6147a2175a8ce84fd212151ca05dc]

        sal,toolkit,unotools: prefer passing OUString by reference
        
        Change-Id: Ie62a59fd9ff3d6f6a34240fd562fbc91a143bf3a

2014-03-17  Noel Grandin  <noel@peralex.com>  [d593f45886cbe6ee9d54af1cf84b11a9004efc61]

        filter,formula: prefer passing OUString by reference
        
        Change-Id: I332f1a593853283b72ecf4dfd82b36cc091661b4

2014-03-17  Noel Grandin  <noel@peralex.com>  [c58fe8c85f159c6b456223b51981f411e312e33b]

        codemaker,editeng: prefer passing OUString by reference
        
        Change-Id: If3e2dd3905cc33f1e7fc9fbfbb9f2bb49a756a34

2014-03-16  Tor Lillqvist  <tml@collabora.com>  [c0a6e9a1baa7664ea62a3942f43f7bd79cf3fcc6]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [55a5e890ef531961a811508a316c83bd6a679781]

        sal_Bool to bool + make a local function static
        
        Change-Id: I8285f69e175dd10f6128a1d9b39bdc646c51df43

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [78a4b4247b90a75e7a5a8b42aef8d39187cc0182]

        SwapIn/SwapOut can return bool + sal_Bool to bool
        
        Change-Id: Ia5477d6bb83af38435b9ac44359fe2f46b00807c

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb375b90031aa91274a82fea37f0aa341246e86c]

        Fix indentation/formatting and 2 typos in a comment
        
        Change-Id: I863f82fb9ddf136778ab5934312859dcac2370f9

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [c57535fe2aaec8b41c1026a7de495670c251d7e1]

        sal_Bool to bool
        
        Change-Id: I01986d22cfc6544cbad39c3276d272d0520e3f53

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [2b4c01c268fcda1b7d7fdf2e6c45d7ce18133b81]

        Remove redundant inline
        
        Change-Id: I1846523359104a00c4fb84dc0d4df4251e4c43b6

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [df8d9fc9a95220fb8ce86734c64e56afa1cbfcfa]

        sal_Bool to bool
        
        Change-Id: I5c134bce37e1be05618b14e7dbb22911cd6656c1

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [2f2255cf1ea9e9b32d9d01308deaccec5e5b34b7]

        bLoadLowResGrf is never read
        
        Change-Id: I1dd1b1ccf0981f118ac66d867f75528d15017ffe

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [e6405ba66233ee0a138e6c623e6a36158026c58b]

        sal_Bool to bool
        
        Change-Id: Iadb3c137813039b64a909e2be5693656ae35db45

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [35bbf925b353e20e88c23e5c8f1934397a0b1a6a]

        Simplify evaluation of returned booleans
        
        Change-Id: I429d410cf735d4c1dd37ae71513b2e0d6332c50a

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [2e26e6fd91b21a87ef5932ace1b423ce12de02e5]

        sal_Bool to bool
        
        Change-Id: I3548bdc15cf779495a966b4b36bb6d209fd3ee8f

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [e2ae01d4b298c0224972a502ab9953831d60111d]

        sal_Bool to bool
        
        Change-Id: I6a1fb3daf5e41c55c2174ae5996302123e613511

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [580dc29e60cacc0486eb87e9dc5f2c1ce8bb8893]

        Simplify expression and fix typo in a comment
        
        Change-Id: Ie5074b19380f8c0f432932eb9ebb6005ee26cc99

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0e5c02da6e11d22d77ea78d40b6d1c1b0f360ecd]

        Fix indentation
        
        Change-Id: I768699854c4e657e2d1b67d1a9b5ca5a925a05bd

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [684baef50641a184e138c6e0a73b1a3b51c47ccb]

        sal_Bool to bool
        
        Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8

2014-03-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [58f0208479c05988c80c19e5af69ce3aa9426dbb]

        sal_Bool to bool and minor optimizations
        
        Change-Id: I48f53fe40a1732081ed3797d9f8fdf4a0ea81176

2014-03-15  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [364ac5acf491ce4654ff9ca85fc416343b55b685]

        fdo#63154 Remove some solar.h references
        
        Remove some solar.h from tools.
        Replace sal_uLong by size_t, sal_uInt32 and sal_Int32.
        
        Change-Id: I38961db046337a3ea4ef75d64afa424d81391f34
        Reviewed-on: https://gerrit.libreoffice.org/8582
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-15  matteocam  <matteo.campanelli@gmail.com>  [93e6291c29d547c0c29c6e43b2ca4b36a3e8506f]

        fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependent on body.
        
        Change-Id: I0348155f2429cf7dd3cbe7d71f333879ec6de980
        Reviewed-on: https://gerrit.libreoffice.org/8569
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

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

        coverity#708518 Uninitialized scalar field
        
        Change-Id: I09780a6d3de9ab38fc88b0aa5df8e85b1336df7e

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [9078c7cf7e7969d761ed619ed2ed98dbca6bd1fd]

        coverity#738913 Uninitialized pointer field
        
        Change-Id: I8832345411d2783c783c3430e55dc1a0c1977204

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

        coverity#1079297 Uninitialized pointer field
        
        Change-Id: Id65d309ac085f2b3e5fe8fcaf5f48ab254242bfe

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

        coverity#1079296 Uninitialized pointer field
        
        Change-Id: I56ba87b453e8111a5c54f40eeb52d2998d140ce9

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [8967b65be87dc3ee19726284394a996128b46cfb]

        coverity#1000861 Uninitialized pointer field
        
        Change-Id: I343ae6fde04e2ad937499909f5b5da221d1d12d5

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [52e8018846e1ddda94cfc8681b5d86c1d8815056]

        coverity#704903 Unchecked dynamic_cast
        
        Change-Id: Ifd67414600bb3a91d2b33c82d836ace3a187d6f5

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

        coverity#705829 Dereference before null check
        
        Change-Id: Ic624b6bab3215148ff0b9a73fd24577623b398f9

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [267c37038bfa8c845bc7d68843ead28e3696ca4c]

        coverity#705838 Dereference before null check
        
        Change-Id: I9a18699554bb0831478e5ca177e87ae11a6206cf

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [1c45064b1ea5cdb9ba9d80e7814ae1125c8eb8be]

        coverity#1019336 Dereference after null check
        
        Change-Id: I7bdd58f1411279d64b61baf25792cc6d1dff19ad

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

        coverity#1019335 Dereference after null check
        
        Change-Id: I309e0c3f8a0630991e2aad64f995567e0920be3b

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [53d879aaff1be962e54ee7bcfacc220344504a2c]

        coverity#1000605 Dereference after null check
        
        Change-Id: I1b7404e04fd2a6c7100d663054a91da63edd0652

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [1fca856a9afd5a9909ef430c82c097e50a8b896e]

        coverity#982477 Dereference after null check
        
        Change-Id: I0fd7ffa2a7961f3d733daf2d74f5beac53bd0291

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

        coverity#982475 Dereference after null check
        
        Change-Id: I146d253ad2b49e71cec56bbd0e1b687a0e0de245

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

        coverity#982473 Dereference after null check
        
        Change-Id: I394a65ace05c94ae18f4cf0f5bfca6e10e7bedf5

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [19efab6828d79b96adfba8cbea6d057c4f3ac2f6]

        coverity#982471 Dereference after null check
        
        Change-Id: I00c47ffa1f03e1c6e921efbc41ef01252c1c64b7

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [7c2e5331a7707bafc9bc2f3b7acd207cc385489d]

        coverity#982470 Dereference after null check
        
        Change-Id: Ifa6a78eae364bd5f4adc717543dde508d7b1f445

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [95c2bb3498fd76e73190f29089555ee363c0c998]

        coverity#704923 Dereference after null check
        
        Change-Id: Ifae6d3e9699ff201fda12dfda26c7e86996dd954

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [3a95cbd896c2a9abf89f73d11a829fbefda1da6e]

        coverity#704921 Dereference after null check
        
        Change-Id: I8b8186935f37981512554d06cd52a47fdc7209e0

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [4a679c92bd43bbd166d31a62c6ee7c04dd3c588f]

        coverity#704920 Dereference after null check
        
        Change-Id: I20f1f3183555a813f0e1c3b73d973333774b6b63

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [3d00ff2bcd08023d15a7f3d610a77a2b98933006]

        coverity#704919 Dereference after null check
        
        Change-Id: Idabe692f900ba9a6e1cae35afa3fb8fd33044be0

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [3c9375d4aa066dfcbb856aec60d49844b26e46fe]

        coverity#704918 Dereference after null check
        
        Change-Id: I748b9a5e9fafa7d09a70a15195e929a048e33ed7

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [1b924d5b420d9c32898c2999d1c55c5d1670df88]

        coverity#704914 Dereference after null check
        
        Change-Id: Ib52b2d6cd7339320b7ec00d874f8c7c1de87e59d

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [64f41f1ae17e47e78175083bad3a3165fbf2053f]

        coverity#704908 Dereference after null check
        
        Change-Id: I74addce71d6044da27d9021dc3aef0c73dd55d27

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [2041a2ee84dd7298e6d8a930d714686d4e7ac61b]

        coverity#704897 Unchecked dynamic_cast
        
        Change-Id: Ib4a794710b6b48bdfbeb326e1aaa28443e42e770

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [919b77ee2d0bb4f860205fbe8297e4be60ef5f4f]

        coverity#1078651 Missing break in switch
        
        Change-Id: I51101889b13b8160a0fbc2b840ff060bd9b90b49

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [133fa638c16652e8d4f5b63b0bfb60c3860f86f7]

        coverity#705325 Missing break in switch
        
        Change-Id: I575292a649ebdf8e16613f07d0c98a68c603a087

2014-03-15  Caolán McNamara  <caolanm@redhat.com>  [55eec51c82acdff0e86e5af89aff62c0cf1f64d9]

        coverity#735797 Explicit null dereferenced
        
        Change-Id: I67345e7eaae16baf677e9aad721d39b4ea0c43d1

2014-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [be85be8c2a7c4d3bc34cbda365d2dcaacfe09241]

        writerfilter: remove unused analyzer*
        
        Change-Id: I89ecd56b237feae000438915a0235eb58648805e

2014-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ab8c3b3b74070f5e094f98dc8fa2963b1aad208]

        unused WW8BinaryObjHandler
        
        Change-Id: Ief8c158a25393cc4e6259ebf9557e76b70554a63

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83ee6b640eaf86f9aef6f42a4dd9c8a930cf9135]

        Use listener's listening range when re-activating area listeners.
        
        Otherwise listeners may end up listening to larger areas than their original
        listening areas after the relocation.
        
        Change-Id: I12a7f49aec1c78611db5c31ba2d18574e91a5416

2014-03-15  Andras Timar  <andras.timar@collabora.com>  [2e3969cb8bb235fed483ce49ddee5ea731376893]

        fdo#75040 fix application of help's stylesheet
        
        it was regression from 73e3aafa990168aa532fa7b81fc4de8f455b10e1
        
        Change-Id: I059f08b12bb7847472946f3b2a669015ec437be5

2014-03-15  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [5a6c33bdfdf7de03cd0f18d3bba7f4b5749eda70]

        fdo#57950: Replace some chained appends in sw
        
        Change-Id: Ie49834e8178c75ee7d69c556f7b7005b76e57498
        Reviewed-on: https://gerrit.libreoffice.org/8607
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [fa40f7df971b1aaabccc11668a987336f50e3b0d]

        rtftok: OPEN_M_TOKEN -> RTFTokenizer::lookupMathKeyword()
        
        Change-Id: I60d0e65d0e7f37b2d5cded64cee1270c51ed5b3d

2014-03-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f09a77cda886f2efefd97766366f277b17ca984]

        rtftok: add static array that maps between rtf and ooxml math tokens
        
        Change-Id: I7e27115ec35ce4209b7c92951919312267754742

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8b368d808e90561a9b34658e6b811a8fad83088f]

        Unregister all listeners first then re-register them.
        
        It's safe this way in case we are transferring them within the same
        column.  Any empty broadcasters are checked and purged at the end.
        
        Change-Id: Ib2d46e616cde4923720ad21cb101d3a97dc8c5d9

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ced80133a171bc528ed4600f1d00daadfdbb21b]

        The test is incorrect.
        
        Change-Id: I4e4b788f34e01f926d60d97515de4191d7346d5e

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [99809b246c5dd2be548668032fac4f3c65fb962a]

        We should broadcast on reference move only when undoing move, not copy.
        
        Change-Id: I8b60969312fd262ee8cd996c861e4d69f9ea3372

2014-03-15  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [cdceca118b65f69d8c16bf3f8465f940aed73c10]

        fdo#76016 Changed oox/CustomTarget_generated.mk
        
        oox/source/export/presetShapeDefinitions.xml had
        multiple entries for "upDownArrow" instead of an entry
        for "upArrow".
        Whereas drawingml/customshapes/presetShapeDefinitions.xml
        has correct entries.
        
        Changed CustomTarget_generated.mk to use
        drawingml/customshapes/presetShapeDefinitions.xml instead of
        oox/source/export/presetShapeDefinitions.xml. Also deleted the latter
        to avoid duplication.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8540
        
        Change-Id: Ic46496af7fb79edf0780b04731a882d914e89a24

2014-03-15  Zolnai Tamás  <tamas.zolnai@collabora.com>  [57f7841fca0b10e24a02fe624c3be18f62106121]

        Win build: explicit default contstructor/destructor ofor OpenGLConext
        
        Change-Id: I3f73da70ba798305b67dbb1a7becfa4f21166571

2014-03-15  Matúš Kukan  <matus.kukan@collabora.com>  [5cf38f1ae58170e80494ed3c25cf173f19fd4835]

        sd: Add dependency on xml files package for unit tests.
        
        At least CppunitTest_sd_import_tests needs the files.
        
        Change-Id: Ie479c3e9a1fedfb30dc0d6f358ae135ab560e6f8

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [88955714d345d8584e86ae34bf5f5d1f3f4af9f7]

        fdo#71491: Adjust reference during undo of drag-n-drop of cell range.
        
        Also with this commit, the signature of SvtListener::Notify() changes,
        by dropping the first argument which nobody uses.  This change was necessary
        in order to call it directly without needing to pass any broadcaster instance.
        
        Change-Id: I6a1e97f0fb1e070d1d8f7db614690b04c9e8024e

2014-03-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [980898058f1411d234c009caaae58b29eb3420c8]

        fdo#71491: Write test for this.
        
        Change-Id: I20de3d5c3c254b2ce96678553d91492dc95e2c39

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f071c3f66535b5a6de7b16d7a104a278ed913942]

        No need to make this public
        
        Change-Id: I083e9efa15ac8c503bf616ed1f07124dfee0d9dd

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [954e3374d0051eb0ed77e47c703b40e8d30f9d50]

        Missing include
        
        Change-Id: I16860a5cef198ff79aad326b02a56587ead45697

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [6c7374f071d998f726cd4a5b67baf54e357d096b]

        KDE4: prevent blocking in Display::Yield
        
        SalX11Display registers a Yield handler, which splits check and
        and processing into two functions, which both lock the yield mutex.
        
        Normally this no problem, but during a Drag'n'Drop operation the
        D'n'D thread also checks and processes XEvents (for D'n'D). So the
        XNextEvent in Display::Yield will actually block, if the seen XEvent
        was for D'n'D and was already processed.
        
        Change-Id: I9f8d96d4f9986997cbe150a2b66bc767b4bbc2f1

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [cc8d566d74a2e0b969b92d9cf22cc95a3bf31a98]

        KDE4: add Qt4 glib ExcludeSocket runtime check
        
        Add a runtime check and configure warning to disable KDE4 native
        file pickers, if the Qt4 glib dispatcher doesn't honor the
        QEventLoop::ExcludeSocketNotifiers flag.
        
        This way polling the QClipboard using the event loop won't
        crash LibreOffice with recursive paint events,
        
        See https://bugreports.qt-project.org/browse/QTBUG-37380
        
        Change-Id: I5cad30ead74571e49a075c084cca7a19acff7523

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [516a8dedac9c3cb77cd26a740cf793b1cab920d0]

        KDE4: change eventLoopType enum to glib bool
        
        Just check for glib; it's the default in later Qt4 versions on unix.
        
        Change-Id: Ia99466e9010eb835bea0c3c4420da3c8b3cd4671

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [daf011870efae282244c0298494820d9a0c6d3bc]

        Revert "Rewrite Qt4 based nested yield mutex locking."
        
        This reverts the unx/kde4/KDEXLib.cxx part of
        
        commit 13a34f4c6307d1bd2443cbf3fbd83bfdd8cdbafb.
        
        Conflicts:
        
        	vcl/unx/kde4/KDE4FilePicker.cxx
        	vcl/unx/kde4/KDEXLib.cxx
        
        Change-Id: Ica8a0f678f080ae7d763bb7da7761d20ceec328c

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [69e7f4491ec78384c46653d3cd8870c97cc9218a]

        Revert "fdo#67011: Run Display::Yield through KDEXLib::Yield."
        
        This reverts commit 95f60222e75486336b6569afa8f34d60b51c94ad.

2014-03-14  Jan-Marek Glogowski  <glogow@fbihome.de>  [52a2bde753fdf62cd8bb8498ef92abcce86e6c12]

        Revert "KDE4: sleep in yield for native file picker"
        
        This reverts commit 380f3b4b6cbbe8e82b58ddf55e95c5005307b51f.
        
        Conflicts:
        
        	vcl/unx/kde4/KDEXLib.cxx
        	vcl/unx/kde4/KDEXLib.hxx
        
        Change-Id: I8a201c89be63cebab7401124002261be23e049c7

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a14e8c1cd6e288bd73ce444673bdce09e47b443b]

        Fix mac build: not define these locals for mac
        
        Change-Id: I9239e00aaed39eaf4e8a3afc79f78557a8708bf5

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [8ad3b50dc02875d9a6da46d88b27b2bccf094652]

        replace ugly number with SAL_WHEELMOUSE_EVENT_PAGESCROLL
        
        Change-Id: If56d5a3fe325182907264882d6a1bf5fb979d969

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [6795b251e2011cae945c6bb903de8053953b5e30]

        fdo#75460: sw: fix AutoScroll
        
        This reverts commit 5141201fba2d080841b81e02be92f4b47aae2684. which
        fixed a crash but unfortunately also prevents the
        m_pEditWin->HandleScrollCommand from being called, thus disabling
        AutoScroll.  Fix the crash in the ugly way by another pWData check.
        
        (regression from 8880c773e779710dc0a08760e92afd709a73ca31)
        
        Change-Id: I958f1403ad23d0c0631eca5dbbef977a9ca1210d

2014-03-14  Eike Rathke  <erack@redhat.com>  [83a55e63f15a2b5f9897636bfb33a3ceb4105eba]

        some formula interpreter options are document specific
        
        Ideally they'd even be stored as document options. Future work?
        
        Change-Id: Ida126a441ca88c35406fb66ea3722d6335e6e8e2

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a12de5aab0c2f1553086de13a7bdb92fac81ee70]

        Fix build: move namespace again.
        
        Change-Id: I60dd154cef72146a2f98ce72480091046fabd6f2

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [28469999d1d228db04c326398d84cf7034a7f391]

        Define dllapi for vclopengl
        
        Change-Id: I0815dbf9f580e8fa092ebf485a60df61e2fdf15a

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [be147e18e738d3372924c0f6b9c99e2740bdc16a]

        Fix build: namespace in wrong place.
        
        Change-Id: I1c13e8932b3b95267470963c2b64bb98026749dd

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [febe62cd6a501e046d35c6c3528e270c3cff0ebc]

        Remove unused OpenGLContext struct
        
        Change-Id: I4a619794f42bfc13c5685899c81f21aff68a9b5e

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5b499dee163b36aac5944379dfb6eacd6e624b6b]

        Fix build: missing boost_headers
        
        Change-Id: I84a006d69a2ddf58fcd6d30f6e82a66a91c07456

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

        Related: rhbz#1076264 intermittent a11y crash in calc
        
        http://retrace.fedoraproject.org/faf/reports/338291/
        
        this crash refuses to be captured alive. But seeing as
        we sometimes check mpViewShell against NULL and sometimes check
        GetViewData against NULL its worth making those checks everytime
        for consistency
        
        see also...
        
        rhbz#923993 rhbz#896711 rhbz#602273 rhbz#577595 lp#811057 lp#760665
        
        Change-Id: I5553848018f500b63ade60bcfc756a736b27c64f

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [e4fe3610eb17c441217c80536f0acf4123abd683]

        RTF import: fix ordering of old-style dhght in case of equal values
        
        Commit 1eaab77c718ffa254068ae6032862dfb5a03db67 (fdo#60722 import
        RTF_SHPZ, 2013-03-06) changed how we handle z-order, in case two shapes
        have the same value. Turns out for drawing-objects the order is the
        opposite in this situation.
        
        So fix this by adding a new mode, that keeps the original testcase happy
        without breaking older documents.
        
        Change-Id: Ib2d284cefc3c0dce40ac2e516ba260d6cd04ce43

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [62c2fa48de6e2a77f42568b6378c4cc9aa4605a7]

        Remove unused include
        
        Change-Id: I029b43b29a7fba500cfe2c74e3e66274612f3524

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a5d178b424d55f61bb3502bb9cbc7ea96aee2cd7]

        Introduce OpenGLContext in vclopengl
        
        Move DummyChart::initOpengl() and
        DummyChart::initWindow into this class.
        
        Change-Id: If3c1bb52cb2819019f0dda626612a164709b17ac

2014-03-14  Zolnai Tamás  <tamas.zolnai@collabora.com>  [04b70c682e2cdc52b144961a83d05fd203de6884]

        Move OpenGLRender to vcl
        
        Change-Id: I6383ae3f94fc18aec92596b9d857d3fde5869dd6

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [84f4de3b65cd0f861e80c69b773004f28f9f8d9f]

        fdo#68779: RTF import: set borders without explicit width
        
        Word reportedly uses 0.75pt as a default if \brdrw is missing.
        
        Change-Id: I263c56f756c65ff6bb30870aa70806564d5826a6

2014-03-14  Eike Rathke  <erack@redhat.com>  [cc847b5885f89e9292ba6aec1298f3261a966c66]

        recalc for interpreter options changes
        
        Change-Id: I6a6d0ba558d0aae075e2a00f76ce96990af882d3

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [200cc2d20a21ceb5d176604f9c384f15c6a87570]

        SvxMultiFileDialog is never created
        
        because the single caller of it is a hidden button
        in the old mail merge dialog which was never completed
        to allow attachments to emails (because it never was
        able to send emails, the new one can FWIW)
        
        all of which has logical knock on effects to shrink
        things down substantially
        
        Change-Id: I831cac8f670eaafc96b2ea4d78516f67b662fa7d

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [5918277a128307ad04704c0ac0898256e0bbffa1]

        make glossary edit categories a little taller
        
        Change-Id: Id5625b94bef8f580f3d895d302b4e1af18c0ed38

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [edab999feb2a51068725c69e8add9a897539e78a]

        Remove SAL_INFO that was meant as a temporary SAL_DEBUG
        
        Change-Id: I6d3b822c7a44a2cddb842266494a387ed693fd61

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [e1d99bc0d52a7f03597a8d5400a3578dacf54bbf]

        ToolbarMenu does not implement XStatusListener
        
        Change-Id: Ia0195e794ac5e23905035738f0ab7e658c3bb92b

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [462a2ef92a7136e93d1d58045b176ad46b62348b]

        Mark overriding OGeometryControlModel class template mem funs as SAL_OVERRIDE
        
        Change-Id: I24947b132c3579a5dee33becd11e0059558eecbd

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [ffbe0107e70184079d1042446a7c47cd260b6b43]

        No need for OPropertySetAggregationHelper::disposing() to be virtual
        
        ("overriding" OPropertyStateHelper::disposing(), which is likewise non-virtual)
        
        Change-Id: I767225afb4a07ae4d93493e7b894979eb98e294b

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [98666e8625de06dbd78d208dff71a9891a62b700]

        No need for a virtual OPropertyContainer::getTypes
        
        (and rename to getBaseTypes for clarity)
        
        Change-Id: Icfe6202eea9b1f4ec2e46ade3fc8e001ca6b649f

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [849fb80648a95048e20f54d9411b7f7b405eaa25]

        Mark overriding OInteraction class template member function as SAL_OVERRIDE
        
        Change-Id: I1fe694c38b583b9169ee246cdcb9cbeb9bd31542

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [92e7274891966c95b827793b599dc094ddd48c5e]

        A minimal improvement
        
        ...in the mess that is OComponentProxyAggregationHelper and its derived classes
        dispose/disposing functions.
        
        Change-Id: Ic22ab85e86ad6657a5e06027d4fd8ea600367891

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

        Updated core Project: help  b390ac000fe821b9c0587c7ae3145b6fe7876852

2014-03-14  Michael Meeks  <michael.meeks@collabora.com>  [ff89c120f5f5036c3792b9cfc3f0329de3ac0a43]

        fdo#72741 - write unit test for in formula group swapping.
        
        Change-Id: I9da62b026b40b08784415e0421556946646d25e2

2014-03-14  Michael Meeks  <michael.meeks@collabora.com>  [0698c49ccdbf62dd84d3f9c5d25ee039f4fff722]

        fdo#72741 - swap values only inside a formula group.
        
        Speeds up sorting large ranges containing formula groups by a
        computational order or two: can sort 1 million rows of =A1 in sub 10s
        
        Change-Id: I729c801e68154986956b1726e1c35ef973cc4248

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [79fa84ccb9b45b149843ac88e4d662f2a09e94bf]

        coverity#705828 Dereference before null check
        
        Change-Id: Ie76ee86f6ae48012c92a3f06ad1372f126f1ea29

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

        Resolves: coverity#1078567 help coverity out
        
        so it know that its the same rPPDCache in use to
        avoid various warnings
        
        Change-Id: I89cb7830f375f1907b2457bd05fd2df5d36c3696

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [85543a2700bcb3100f07851b3173b3f218cadff0]

        coverity#708238 Uninitialized pointer field
        
        Change-Id: I83552efc825d54da9e00d4a9a637118565bd30ca

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

        coverity#708240 Uninitialized pointer field
        
        Change-Id: I127cfc84412984e9c190f3e5b2e37cf76ebf82f1

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [3dd8bab3d07a35e2db33adbcdf25dcf80f46d3cd]

        708253 Uninitialized pointer field
        
        Change-Id: I9d00dd3020d7bc75b6047cf20da3926f10b3632a

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [2de369e3717c2bf6d536649c9d8bd64726b6baf0]

        coverity#708255 Uninitialized pointer field
        
        Change-Id: Ic7fad54a0e39d007668e3fd3e2a857f9f9956d7d

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [011e153bc4f3d086108e10a5b95ea6614d665d95]

        coverity#708265 Uninitialized pointer field
        
        Change-Id: I48afa08c5e1bb8a615901177e5baed20ea86d28e

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [1b26ba2307d24341cf73cf6fc4865b120eaf05b1]

        coverity#708269 Uninitialized pointer field
        
        Change-Id: If92b091d06e6de6f137d38a9fa28d4c8604b368c

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [333402bdc5665749efed5f92fe1c80ff56d58e2f]

        coverity#708271 Uninitialized pointer field
        
        Change-Id: If6acc11a32b5be1092f0de7c747159ee447edf7c

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [7d53f81f0a88afcff0f60bbd066a5645ac2e6a8b]

        Related: rhbz#1075951 abrt crash in MSWordExportBase::OutputFormat
        
        Change-Id: I681fa40196eb04f4824e49458cba0acc15b26193

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d05b67a7b9448c67c3a923ecb33dac74b52dd192]

        RTF import: anchor drawing objects at-character by default
        
        Change-Id: I292ab1a6f12a9372b1cfdd4e8e59fbae57c6ceca

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

        convert certificate path dialog to .ui format
        
        Change-Id: Ifb711805a37f7cd49b6063c5d17aa7a3f5dcfdaa

2014-03-14  Muthu Subramanian  <sumuthu@collabora.com>  [19abfaffe74b925e4428943d14187a7008797982]

        n#862510: Ignore baseline attributes with zero.
        
        Change-Id: I1adc46e62c82c23645ccad0e11d5a7cb07114539

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5f0d2667412f79c2c5e5fe9f73891a865d14247]

        writerfilter: unused WW8TableDataHandler
        
        I guess this didn't show up in the unused method lists as all of its
        methods are virtual.
        
        Change-Id: I445e28cc47a85e499d12c0873fc19c217e3e9b88

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [90dd0d37a5188ae05c8574a1eda7c7bb5d4e8b8f]

        sw: deploy a couple of doxygen comments
        
        Change-Id: Ibdacb2a5fa3abf28a2907924b4e438699f8b53ae

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [36784563edd5f1107fca072c14eddc69fdf5957f]

        OAccessibleContextWrapperHelper does not implement XAccessibleContext
        
        ...but rather some (non-virtual) base functionality for use in derived classes
        (that do implement XAccessibleContext)
        
        Change-Id: Idb0023906108db22bb9696245f07b9a4c053a0d1

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [19007d5b1881e30ed5de671a0b84fe0592f8ccf4]

        convert fax (etc) query dialog to .ui
        
        Change-Id: I7de45a208d27ed1b680214808c64e090d9a199f4

2014-03-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5bbaf3739a3d95ea3fe95e9cd25aead0c8f75709]

        Clean up a little.
        
        Change-Id: I0014cc8af22e4f2284d8e72b6b79fa300ad89028

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [51605bf98220d7e54dee20af17c33cebe23a0813]

        fprintf -> SAL_INFO
        
        Change-Id: I8983404bc0d10051dcf5ad71842560a0f7eaf3ba

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c53577f325e5260c538f9ca42cda54ca1a24b7a]

        RTF import: fix dobxpage before dptxbx
        
        The problem was that dobxpage arrived first, set HoriOrientRelation to
        FRAME, then dptxbx tried to apply defaults, which overwrote the already
        set HoriOrientRelation. Fix this by only applying properties which are
        not set yet.
        
        Change-Id: I108f3363a2758eee0242533fe92e511e8c522b68

2014-03-14  Eike Rathke  <erack@redhat.com>  [af88ab2ee9167279cb70a577fb399d23f2ce136f]

        unit test for string conversion feature, related fdo#37132 fdo#74622
        
        Change-Id: If7d9c032d6025a6c6bf850e338923296ba2590dd

2014-03-14  Eike Rathke  <erack@redhat.com>  [c52f3ea0eb327343b1945290c43d3b66f546dfe9]

        user selectable string conversion models, related fdo#37132 fdo#74622
        
        Determines how to treat text when encountered as operand in an arithmetic
        operation or as argument to a function that expects a number instead.
        
        Selectable under Tools->Options->Calc->Formula "Detailed calculation settings"
        "Custom" from "Conversion from text to number" are:
        
        Generate #VALUE! error:         =1+"1" or =1+"x" give #VALUE!
        Treat as zero:                  =1+"1" or =1+"x" give 1
        Convert only unambiguous:       =1+"1" gives 2, but =1+"1.000" or =1+"x" give #VALUE!
        Convert also locale dependent:  =1+"1.000" may be 2 or 1001 ... =1+"x" gives #VALUE!
        
        For "Generate #VALUE! error" and "Treat as zero" the "Treat empty string as
        zero" option follows these settings, for "Convert only unambiguous" and
        "Convert also locale dependent" it can be set independently.
        
        When reading documents created by other spreadsheet applications or older
        versions of LibreOffice, and to interchange documents between different locales
        the "Convert only unambiguous" with "Treat empty string as zero = True" setting
        is recommended, though LibreOffice so far acted as "Convert also locale
        dependent" with "Treat empty string as zero = False", which is the reason that
        option is kept as default.
        
        The best setting to create new documents that can be interpreted by all
        spreadsheet applications without on-the-fly string conversion is
        "Generate #VALUE! error". Not having to convert strings during
        calculation ist also faster, of course.
        
        Change-Id: Ie6dc34a00a82064a2d862b2178ce715fab945f85

2014-03-14  Eike Rathke  <erack@redhat.com>  [cb87c1eefb434bb24fe1c5472328a93cbdc5d761]

        SvxCheckListBox/SvTreeList/ListBox position types nitpick
        
        Change-Id: Id77f90189d7dffe660ae509f563ea8eb6deb1727

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

        convert pdf warn dialog to .ui
        
        Change-Id: I379c7f06ae87bee5571c1f2ef5053b3b863d6e61

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [538492352b0d584941a9435cdd7a7d6321bdabf1]

        remove com.sun.star.comp.framework.License
        
        its unused and removing it allows us to remove the
        associated dialog and resources
        
        Change-Id: If2796ca67428f3ba9b12e92728194967a1ab124a

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

        Updated core Project: help  4a7afcf2c94a9267ddab51c9a3b58ff13102ea0b

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [0b2765d4e8bb460d63876d756f006cf0343e5cdd]

        Help poor old Mac compiler by making ScClipParam copy ctor non-explicit
        
        (and defaulted)
        
        Change-Id: I0cccef5710fad801e5541ce581ac976f645a7fdb

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [64ea9944cfc441504915da37f6b2dff7a394d797]

        scp2: move libxml2 to AutoInstall
        
        Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [e759269e373fa02d3e8566d1edc9fb9526de6640]

        scp2: move ICU to AutoInstall
        
        Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [ffae67cba85e9737927d03b525f3108df9b4c526]

        scp2: move NSS to AutoInstall
        
        Change-Id: Ibb8e8740a3193be8eace206eedc659ed628e9c6b

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [6cf0753c99205b2b6e5eb458224199418ab9d9fa]

        scp2: move libxmlsec to AutoInstall
        
        Change-Id: I3a1798c5b2a2d7117d0d5f761f19ab627ba6606a

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [f921e2609a44b983866fd07f2240fa4dd0f23dfc]

        scp2: move openssl to AutoInstall
        
        Change-Id: Iab04734140feb293e3d975234da2f727fa58e754

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [5ae30d3a0610155570d5e18323dd2031c1d79120]

        scp2: move redland libraries to AutoInstall
        
        Change-Id: I464acbd191aeb25ab4b53d0f28378ee36f7893db

2014-03-14  Michael Stahl  <mstahl@redhat.com>  [6c5dbe563e923e6ff95bbf7dcbddd1d3c00c8be8]

        sfx2: add link to SFX2 dispatch documentation on OOo Wiki
        
        Change-Id: I628fd32c035443f0bdb90007f38151c41b1b5c84

2014-03-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [0d88e15a8a3fa7fba6471c832d7df3cfd61da962]

        fdo#74702 Return true if graphics is set, cleanup unused variables
        
        If mpGraphics is set, then return true as initialization of graphics
        device has already been done. I've also removed unnecessary variables
        which were a left over from the function splits.
        
        Change-Id: I25c25b93b9db2c112c9a1aea278b1ec3e0590303
        Reviewed-on: https://gerrit.libreoffice.org/8581
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [9b7f17dd3087d6926ee51e4d66f0ce3a3ab90867]

        Fix races in AsyncEventNotifier::execute
        
        * m_aDeadProcessors was useless; for one, removeEventsForProcessor could never
          have run (and set m_aDeadProcessors) between execute's reading from aEvents
          and checking m_aDeadProcessors (because of the use of aMutex in both
          functions), and if that were addressed, there would always be a race that
          execute would run a processor that has just been removed.  Clients have to be
          aware that a call to removeEventsForProcessor is just an optimization hint,
          but does not guarantee that the given processor is not called from the execute
          thread after removeEventsForProcessor returns.
        
        * The sequence
        
            aGuard.clear(); aPendingActions.reset(); aPanedingActions.wait();
        
          could cause calls to aPendingActions.set() to get lost, both for signalling
          new content in the queue and for signalling termination.
        
        Change-Id: I43293e3d5090c2d46db8bc8ed6fb9c71e049d55c

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [ddfe9eec96ffe322b4952c25e2c3209da3e44a39]

        Don't Valgrind into java children in unit tests
        
        ...similarly to desktop/scripts/soffice.sh preventing that for LO itself.
        
        One problem is that, even if it does not find any errors, Valgrind writes onto
        a traced child's stderr, and when jvmfwk searches for a JRE to use, it takes
        output to stderr into account, so would start to behave differently when run
        under Valgrind.
        
        --trace-children-skip appears to be new since Valgrind 3.6, and older versions
        would probably fail early when they see this unknown-to-them option.  If this
        turns out to be a problem in practice (current version is 3.9), we probably need
        to make this conditional on a configure.ac check.
        
        Change-Id: Ia6a72bdcd666d68ed0539170f3fc476292e82b96

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [3ceaeff1cfbd606c4839832d8558617c0513be1d]

        Skip gcj's gij executable, like other JREs' java executables
        
        Change-Id: Ida84a271a066e89ceb7e5dd2fd23a744f5529917

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [f6ff4c955a2c7dad8d586c1ae351856f596d7c76]

        More compat stuff
        
        (currently only used by a not-yet committed plugin, though)
        
        Change-Id: Id62ea41031ad8ba4495ef46877ad7a10bc58fb05

2014-03-14  Stephan Bergmann  <sbergman@redhat.com>  [0085bd2866424473de288c4bc6fce31323be5284]

        Model IEventProcessor acquire/release exactly after XInterface
        
        ...so classes deriving from both can easily share a single implementation for
        these functions.
        
        Change-Id: I6882dddc8b3ea3b0192d85102a0305494d964dc1

2014-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [61f9aa6176629c2f8774f4f1ea44ca8c4d8b3c09]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: If9b4a70895ae22ef40d9d1fa83ecbf9131c836af

2014-03-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e2cda224e4119b31d85263ff16a383e693dcbbd]

        fdo#69289 RTF import: handle cells with zero width
        
        Change-Id: I31b12a5afa5d501d57b56f515ee1d2fd46a09b32

2014-03-14  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [06f7d1a96eef5aa69d4872ff6d96eb5085296d09]

        fdo#74775: Preseved Citation after round trip.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8473
        
        Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b

2014-03-14  Caolán McNamara  <caolanm@redhat.com>  [7545a9054cd8fbca0073b4603b833080b4810a94]

        Updated core Project: help  fcc6cf6417cc21d817e0fa921d66ecbe2bf2b9fe

2014-03-14  Matúš Kukan  <matus.kukan@collabora.com>  [50c5a4ce9cb7c908e798158edac8001246f6e888]

        Revert "Avoid duplicate symbols in libmerged for Windows too."
        
        Forgot to test properly on Windows :-(.
        
        This reverts commit fc27a685d466dc380a8b68cd48f47db632ed3693.

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

        callcatcher: update unused code
        
        Change-Id: If4615e5bcb012321c554f75cd936dbf9b0dbf8ab

2014-03-14  Matúš Kukan  <matus.kukan@collabora.com>  [fc27a685d466dc380a8b68cd48f47db632ed3693]

        Avoid duplicate symbols in libmerged for Windows too.
        
        Export these symbols from sfx library.
        For cases when we link together more libraries, there are more symbols,
        so I've kept __attribute__((__weak__)) hack there.
        
        Change-Id: I8b7f6fc9bea479dca5062344c04b74c1f3eb36b2

2014-03-14  Matúš Kukan  <matus.kukan@collabora.com>  [bee9ea584cb5c1e6bee802c45214010d072846db]

        add shlwapi
        
        Change-Id: Icb7b7d9954a6954b2a34358a49988a10c3ab384a

2014-03-14  Matúš Kukan  <matus.kukan@collabora.com>  [0737d4f6f9d5db5197ce4f35214a785250b8e848]

        Remove --disable-lpsolve configure option.
        
        Use --with-lpsolver="coinmp" or --with-lpsolver="no".
        
        Change-Id: Ibc806b85fb6c03e1cf6f23d860246a6fb2f273c1

2014-03-14  Matúš Kukan  <matus.kukan@collabora.com>  [2b7a148379b41c7bb8a5fb336ea558e418c93eac]

        lpsolve is not used here
        
        Change-Id: I8264104e58e0c6ddb3bea2983754b43908be28be

2014-03-14  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5eee8861efdebe08265a994132989f676312066b]

        ooxml: round-trip test of w14 elements contained in styles.xml
        
        Change-Id: I57a9f04240b75710a99b33818711e45816361a9f

2014-03-14  Tor Lillqvist  <tml@collabora.com>  [5483a31bfb3d3d0a44e198da196432cc430c67f5]

        WaE: expression result unused
        
        Change-Id: Ic0bb1e059817ff0f0c056720894b025222c6c5b4

2014-03-14  Tor Lillqvist  <tml@collabora.com>  [8578aabbc45ce3601fc0cfca89d8914c2e2632d3]

        "prefix" and "postfix" are single words
        
        Change-Id: I32824c614d070cd4649e18da4a0b91b03bccfaba

2014-03-14  Noel Grandin  <noel@peralex.com>  [e7ea15aef2ac619c153de57cb2bd97ab8dbadf68]

        sfx2: sal_Bool->bool
        
        Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54

2014-03-14  Noel Grandin  <noel@peralex.com>  [a8f721ff96121697de8a97856ba4da145fc0c14e]

        sfx2: sal_Bool->bool
        
        Change-Id: I626371bac4fbd9c6a2cdc5a57a3022f8b6ac55b2

2014-03-14  Noel Grandin  <noel@peralex.com>  [5fe7ecc04f35ef785510e3ef404f46eb6f05a123]

        sfx2: sal_Bool->bool
        
        Change-Id: I56a50ee4a169c8f82c830ebf498f7ead1335f0b5

2014-03-14  Noel Grandin  <noel@peralex.com>  [c2324940d384186ff02581e49a24ea8235cd584c]

        sfx2: sal_Bool->bool
        
        Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0

2014-03-14  Noel Grandin  <noel@peralex.com>  [4bdf7bf87cd2a48b0b8a77d6cbb6f77bdfc5a8a9]

        sfx2: sal_Bool->bool
        
        Change-Id: I3a266e0c0de413fd0e160dc089f494393cf5e438

2014-03-14  Noel Grandin  <noel@peralex.com>  [13bc4094dadb6accfbe00ba93dee178c22922c56]

        svx: sal_Bool->bool
        
        Change-Id: I673d022c01b7d076120c026b236a37735b5043b0

2014-03-14  Noel Grandin  <noel@peralex.com>  [fae4102573d184696a1fe1394258ec9ad3a895dc]

        svx: sal_Bool->bool
        
        Change-Id: I8eac9bfecbf8ecc4aa5dd2b098bb57aab3dd424e

2014-03-14  Noel Grandin  <noel@peralex.com>  [86ffac74e3e0a725abe6b0f79946b3381828bc8e]

        svx: sal_Bool->bool
        
        Change-Id: I8cee08b48660c850e32c061dde0b0e3fdde38349

2014-03-14  Noel Grandin  <noel@peralex.com>  [358be80f65d335910a4add147cd15e35d3505afd]

        comphelper,connectivity: prefer passing OUString by reference
        
        Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a

2014-03-13  Herbert Dürr  <hdu@apache.org>  [eb4fb12fdbe14b929cf8fe5d5785fcfae8d96fa4]

        fdo#55142 CoreText handling of trailing whitespace in justified mode
        
        adapted from be899f92ba and 9581d8a5a9 by Herbert Dürr
        
        Change-Id: I24a1e3773764e94bce74c50a83a2cf202b468dda

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [90af4f50e8673975e63c928aa47fbc18eb160046]

        fdo#58307: Write export test for this to ensure it won't go away...
        
        Change-Id: I01ebdfab7d6098402e2911713b0eb51e2003047c

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5063f31c248fd3c16115582a1e3aef182257a225]

        fdo#58307: Export sheet tab colors to xlsx.
        
        And let's not re-use Biff's XclExpWsbool record class to export <SheetPr>
        elements.  That was a bit hacky...
        
        Change-Id: Ia585f53d547af3d6840fce1b1244b60bb5076b07

2014-03-14  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [12ae7672f285da1d4c730315e8db23b3396b71cc]

        fix odf validation error
        
        New elements must not be exported into the chart namespace.
        
        Change-Id: I295d61224e255dff04ea8564b01a5a438876afc1

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ff56553e34dfed01b9226ce7a516dbeb6da32124]

        fdo#76032: This row index is 1-based whereas our own mnRow is 0-based.
        
        Change-Id: I098d300532bef164bef0d40ebf62a6848bc19cb8

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a145e8859c5a878110ec1b346f244c51d1e5a80b]

        fdo#76032: Write test for this.
        
        Change-Id: Iec8d32a4e53d2d5d3cdc9767c2ede7654fe2bdd6

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [534425bfcd4c1ac08c780f417b1dd99baeac99b0]

        convert new data type dialog to .ui
        
        Change-Id: Ia354e003903c20435947e82afa293a34a367773a

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [0a508c70745a9c8074878015a0300763f7265399]

        Updated core Project: help  52c7f5e3a3bf92ccddb93d3a565eb6f073435793

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [36bcab7859b7dfa1f1377bb5865c881742f178dd]

        fdo#76132: Don't create a formula group of length 1.
        
        That's asking for trouble.
        
        Change-Id: I6aaa4d1e2aed4f166ee216c3eb02d3b7794c9a8c

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ce524556df4bf06cde1229475b9de9822a89f62b]

        fdo#76132: Write test for this first.
        
        The crash is a result of the pasted formula cell (single cell) being marked
        "shared", which should never happen.
        
        Change-Id: I7b7fa536c520c76b56cce78457e11b6e2eaee76f

2014-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccd765079ae573d24ded2a07ec434e4e89b619a2]

        SwFEShell::InsertRow: forgot to comment what that -2 does
        
        Change-Id: I1d169939c98b0d155803dd08dd59eabcdfa87354

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [697af5520444439bc8f843d4a4390297961c6766]

        coverity#738688 Uninitialized scalar field
        
        Change-Id: Ia161f30e943dfc3bf4ef114f3861817f9b1acb79

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [c503ba54ed70c5c24cc7ed718c5299244845aa95]

        coverity#708846 Unused pointer value
        
        Change-Id: I3bef9d8fc00fdd0be6ed29a6fbc7af836e5088cb

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [bc871d7bd6d4f01d8e5dc96ebe8dcbe9d1b5cad4]

        coverity#708843 Unused pointer value
        
        Change-Id: I6b9d1ef8f6926668c5dbe824b0c900c40f18f8ec

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [6b522f0a6d5518807ea78a425ddcef6ebb3dec89]

        coverity#708824 Unused pointer value
        
        Change-Id: I2993b61d5556abd039f30c39938b6726fd2b1197

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [f008fe11b7723b9433d208af2b6d9808e3460844]

        coverity#708798 Unused pointer value
        
        Change-Id: Ib27f174b37577a8572fb853a7040de51e95d665e

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [dca7bd06ca12d58e853a95ed1fc066f9da7d9e05]

        convert relation dialog to .ui format
        
        Change-Id: I5c3fce06cbcd9ce46e85f66fb06369155d514efe

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [07579ec100b9c03f547ed7c3706659bc7d43ce36]

        convert query join dialog to .ui format
        
        Change-Id: I1de2bb1d171e23a42834e20040ade92822901876

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [cf561446e4779208ab571c9699d02d367f9c8ea0]

        a crash sometimes seen in a11y in base
        
        Change-Id: Id8b7c8394a4e8bc1477c34056b8014d311186d7e

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [5ec909f196051657ffb4831ca407eb5e6b986a0d]

        GalleryPreview is in svxcore
        
        Change-Id: Iea08d416a7ff3b87e95826e370cd52424f8fcc4b

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [077a74cfc6dbea5ee275fd11b65b523cc525e2e4]

        Updated core Project: help  f1111b92360ede9c82c8534fcbdf625ffa6c2879

2014-03-13  Tor Lillqvist  <tml@collabora.com>  [808721e7c6c60ae47388d0b77af635e617e4df1f]

        Cosmetics
        
        How can it be so hard to adhere to uniform spacing inside one source
        file?
        
        Change-Id: I582791b244dd83543143b84c3742ab4eba5251c0

2014-03-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [60747a3ce2a80ed950f269e1a267754254b6c693]

        fix transparence of bubble color
        
        Change-Id: Ib2edf99ff4f48c12a946878740ad5d64d7deffb2

2014-03-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c219d1b932ae223d7241cac9ad8747f3ec70252a]

        don't reposition several times in complex hierarchies
        
        We moved the object several times if the object was behind several group
        shapes.
        
        Change-Id: I984d6e9208f8924a9968820cf6f95fbb663062b6

2014-03-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [92928f99f83f453a00de4f6c41ca0daa7d37f7d4]

        add some debug helpers
        
        Change-Id: I03d8baab55548fde1e34b55927fd5dcf9cff58a9

2014-03-13  Dinesh Patil  <dinesh.patil@synerzip.com>  [ade1641ab632565820ede720b6151435aca4dd78]

        fdo#76078: LO Crashes while saving the docx file containing only opening brace
        
        - System handles an equation having opening brace and closing brace.
        - Whereas it fails to handle equations having only opening brace and no closing
          brace, due to which LO crashes with assertion while exporting.
        - Fixed this issue and added unit test case for the same.
        - Also fixed the same for closing brace alone.
        
        Change-Id: I34a8a635b42bfdfac265fb70b977c0001cd2b4ff
        Reviewed-on: https://gerrit.libreoffice.org/8561
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-03-13  Andras Timar  <andras.timar@collabora.com>  [66db6dd2bebefced1bc7e097710c2bf79f720d82]

        typo: mappong -> mapping
        
        Change-Id: I9c1644afa687ecde47271bbe9bfc8a51fe541cb5

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [8773f937559464cbcd7d598cb2a4ffda66019158]

        Updated core Project: help  02fac10d462f6c3a7a17535e8902d5cccb065d98

2014-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f1f9b5b1b73218274ee69cf4e518c2ba926458af]

        fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == true
        
        Change-Id: Iaf59db6a55c3f81d11d0196d5d3e52056e31c4b1

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [05331426023de4714ecabbf8a891061b1880a3c4]

        -Werror=conversion-null
        
        Change-Id: I61c24a2e207e1b930938780178a61f56e7bda479

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [20e43b9f88d2ce6fd83b2958d17699af243adc57]

        -Werror=reorder
        
        Change-Id: I763b2c21f0ba62cf9343582a5a41e0dc0b744b50

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c078d5fef98ba77751b7a9593691d88dfc1c9ba1]

        fdo#75642: Check the high position block correctly.
        
        Change-Id: I25deabf69e78c6e0354e8a528ab88891a30f9aec

2014-03-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e5802954853a9ec64fb5fec917f8c3b2daba6526]

        fdo#75642: Add test case for this.
        
        Change-Id: I220cc3aeac79325e7664461d3bd5219e9e1f04f7

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [72922d8fe70a66ad0ccf2577e354dc4a1cf4fafc]

        coverity#708786 Unused pointer value
        
        Change-Id: I1ca9a4bfa6b72d836e0143373ff6831dc59a9a7e

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [b532886a20c3e82d0df1d87f6e4d1a35c4d3df3b]

        coverity#708512 Uninitialized scalar field
        
        Change-Id: I23b0d3ebcbf64ae4705edaa32fb5933161d8e4d7

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [5e8f7b8c831a0b403d915cf3f16b860eb5975d64]

        coverity#708508 Uninitialized scalar field
        
        Change-Id: I91551d8ef7d27c6abc81cd59a6866ee5eb93adcb

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [0947dedf8d15fe18824011a7090297072c7d798b]

        coverity#708507 Uninitialized scalar field
        
        Change-Id: I3e5a4432ae8a4ea455935e4d089f9436ef539851

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [061b839c3f5d33ae32fc6b027039f5fe66827eae]

        coverity#708504 Uninitialized scalar field
        
        Change-Id: I36fd2d6f419ffbb3770e821019c1d665cf4b2c8b

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [8b84c00165a6f72d47455fd017b9762eae750dda]

        coverity#708497 Uninitialized scalar field
        
        Change-Id: I7e3715d99c6061eb14c7bb2485e9fbe635346f5a

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [2af3d98f5565959c50eb368e6d5d415f1561669f]

        coverity#708499 Uninitialized scalar field
        
        Change-Id: I4b21ac710b578c4d40130379facc7b0055bfc2cc

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [c338f61286366bd140f59829461135700c06ce33]

        coverity#707909 Uninitialized scalar field
        
        Change-Id: I0cf8f5f862afb13b406776e17dd5036cefe23f3b

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [fc77ac3d4baeab566f8b2317bb27ab525ce0e201]

        coverity#707911 Uninitialized scalar field
        
        Change-Id: I7a7c6cbdd8619687bf1dded6f399cc1c3cf753a7

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [47c1dbb955c0904f2eb99ae921323ee5711fabcd]

        coverity#707912 Uninitialized scalar field
        
        Change-Id: If8d95327cfde32d146d8313fbd8f78d4c4f7ca88

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [18fa6e2081a5071ece0e5ddb8a95bd5ab73b1873]

        coverity#707913 Uninitialized scalar field
        
        Change-Id: I05aaab5c88a745157f578a15bcf2a6c3a7b8858b

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [98c4a470bf122a61193ec8828ca604bc269bf01a]

        coverity#707914 Uninitialized scalar field
        
        Change-Id: Ia9094d3ecffef5981fd5c8edbcfd036cbfee309f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [e3cce885d2fbeb4d375b6441ea0a0a4ab7d05ccb]

        coverity#707915 Uninitialized scalar field
        
        Change-Id: I9617b67f9a3af7fff43ae1ff5b98c1066c53059b

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [15db92036b2927d447497fa441182645e3659b07]

        coverity#707916 Uninitialized scalar field
        
        Change-Id: I51531ec9a82291398e2310efdd5e32c441f43a6e

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [0660d241b7174101dbecda55cea265021d04a296]

        coverity#707917 Uninitialized scalar field
        
        Change-Id: Ida5f4a74a0ab808706b6e52862dab7272df5a27d

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [00902f740e67f2fc21f307d40e6d2a2c5f11db72]

        coverity#738584 Uninitialized pointer field
        
        Change-Id: I2aefd425027f782b11dd362dcf11cd28d5e9bac0

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [17ef1fb83d5975241673412b9f8c60efa48c7957]

        coverity#738585 Uninitialized pointer field
        
        Change-Id: I3d876fc4fa450204776f8aae82c95081a50f4759

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [609956aea76292cc6ab5f4dc84b7fc0d9fb74ed0]

        coverity#738586 Uninitialized pointer field
        
        Change-Id: If52645a0cba2d82976b314b9195caa83a6af13a0

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [335cc944c41b9ca7653fd1b7338e289d328fde26]

        coverity#738683 Uninitialized pointer field
        
        Change-Id: I7b69f2e468c21be3020068af25de8001d71eb19a

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [830b5bf0d6f9f5bf6607e0dd6848557628c8f5e2]

        coverity#738685 Uninitialized pointer field
        
        Change-Id: Ieee94d9dd2913b03260e98a5ac85aac27301dcf0

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [fb4071204205e06b537e968ebd97c37fccd4d1f2]

        coverity#738701 Uninitialized pointer field
        
        Change-Id: Icda26e653e0c42691020453ec58b22f9469cdb2f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [5621d54fc4d6c77016d235d0c4b792c5dccbd07a]

        coverity#708356 Uninitialized pointer field
        
        Change-Id: I9fe9932831bed1538d03f618074d457ea645230f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [9a76d79dc4fb861f4a7aee6ed32cd9ab64ad7402]

        coverity#708296 Uninitialized pointer field
        
        Change-Id: I05b10b0b9812a79ea8c55e5af3bcde83f24e12cf

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [514fcf423857e2d828fe296c63012835567afcd2]

        coverity#708287 Uninitialized pointer field
        
        Change-Id: Ie1e605caaaa6a2fc7756a285298c1f49962ad2b6

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [184b9f7da76edd4a665676a029035b71112a1c7c]

        coverity#708280 Uninitialized pointer field
        
        Change-Id: I92b3e6ec80a951bd8a0133a348de7240ec15a89e

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [24642ae52ee718eb83fb4289c5f930488767fc43]

        coverity#705522 Dereference null return value
        
        Change-Id: Icf9e49d12b593c590287be9952dfe8d722613a86

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [0c4bda19f07b5b14980e320b7d243e989d432349]

        coverity#705519 Dereference null return value
        
        Change-Id: Ifdbb4fe65e5c2a0c9e037ec9990697550d44af3f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [debe27d27a0c0ba058f8d0f978ddbcb528c4ebf4]

        coverity#705517 Dereference null return value
        
        Change-Id: I797e302d71f45f618985fe2470a0428ff8452107

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [e6fd5873a002a75074cbaf8462be97ae3a97050b]

        coverity#705516 Dereference null return value
        
        Change-Id: I026e543ef2887276f6cd72109038e888f72eafab

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [532cd8a2b5a73455e23ec16beb8835bf4552181f]

        coverity#705515 Dereference null return value
        
        Change-Id: I124dd8e5eacb54194f07fe867916da82d74d8f6f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [9e8001eb2c41ea79592f6975b8c3e904d7ce1175]

        coverity#705509 Dereference null return value
        
        Change-Id: Ia5134f5091dbdcaf1118bf6ee121261fc27f7e05

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [44d23b2c0ac9227e637229dc9845e269bc5a5905]

        coverity#705508 Dereference null return value
        
        Change-Id: Idbd70944ff637de32f5d2d11089efebe22692267

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [df9cd33b545e59745352f21c71aa897debf1858c]

        coverity#705506 Dereference null return value
        
        Change-Id: Id5676b391037d5fbee3bba0df1ee1e312dcb775c

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [6cf39bbe4cef84ca94ad55618eaa3f063db119b0]

        coverity#705505 Dereference null return value
        
        Change-Id: Idd584ef2756076fc0fb73e0ee8981a38b0cf0649

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [53a46e24cded1b92c9af337f392dc531b1422f10]

        coverity#705503 Dereference null return value
        
        Change-Id: I6d21ba4de5ab61f9141abf9de5da843a7ad5ed76

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [89cf8bd7c6b1cba158d5d103b1599ac34f95e423]

        coverity#705844 Dereference before null check
        
        Change-Id: I6505b2825d99e3e294814f8ece0d54fe6fd74c1f

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [ca9837247e5086a20e468832664b8a4c722dee2d]

        coverity#705789 Dereference before null check
        
        Change-Id: Ie33efea9070d1ccd97572cfbb642db847a2f32f7

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [441ff2638bef1c22c829f50fef61f9cda01afd19]

        coverity#705796 Dereference before null check
        
        Change-Id: I31b576d3aafb00939e55e2a9abbbdb5442844ba1

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [db8d9db4a341e254f103f99604022def798be36c]

        coverity#705797 Dereference before null check
        
        Change-Id: If504fce5a437d9d4f5ea89be154fa324d5cca5a3

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [ec76f39ab52bbfa8d2ce18e28856a443c4fd1d6e]

        coverity#705808 Dereference before null check
        
        Change-Id: Ibeaf8989e54017f7cf30a4ffc3f639cd43983d03

2014-03-13  Noel Grandin  <noel@peralex.com>  [fddde2b74a24b1e88e33940ee98f7fa2887dc58c]

        xmloff,vbahelper: prefer passing OUString and OString by reference
        
        Change-Id: I8b7e4284c122549c03edaa7f3963cbfb2024b3fc

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [22684273d58b1ae9146fcc6c8dfceb90ddf846d9]

        forward*PropertyValue functions need not be SAL_CALL
        
        ...and _bSuccess parameter is unused
        
        Change-Id: Iee5e1d5c2d4272f342b2867bfe76f8c87dcd69d4

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [a60275ed8ca84a7fade2206bd8eed4e3bd7a8068]

        ...and now actually non-virtual
        
        ...as promised by 81c9fe933e4aed25b0fe801c1fea856f02381282 "Getter members of
        VCLXGraphics not in XGraphics need not be virtual."
        
        Change-Id: I18c89056af5d29504f107937b96af632887a4702

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [d7c1a65dd64504e7a910150e577c10ef3658d08b]

        Missing include
        
        Change-Id: I98c098f45bcc9f1c250826c371d52b7524aa59e7

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [81c9fe933e4aed25b0fe801c1fea856f02381282]

        Getter members of VCLXGraphics not in XGraphics need not be virtual
        
        Change-Id: Ia67fc51120068d5ae0f6d47d7716e7fb6f62c748

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [6e469f76bb94ae08b758f8a0e1acbf8ee9d51c3f]

        Remove unused VCLXWindowImpl parts
        
        Change-Id: I6b26243e9669c791fdf1bd68193675ca780d41ee

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [fb542379d4242f278af1f13f866bf11fbc651ab5]

        Mark overriding OWeakListenerAdapter class template mem funs as SAL_OVERRIDE
        
        Change-Id: I8cfc2eeb8b9fd7f00c17e03871d1fed504c0bbf6

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [61c44a9929f496c4e5cd14c3647cb75391d83e0b]

        comphelper::OIHWrapNoFilterDialog does not implement XInitialization
        
        Change-Id: Idce153607c3deb3f0a1809b9d18cbcc6f30cf04d

2014-03-13  Stephan Bergmann  <sbergman@redhat.com>  [86fc293a4fea63d21e5afe717c18ee9419211fe3]

        No need for SortedDynamicResultSet::impl_* to be virtual
        
        Change-Id: Ib9b84b7ac3205498c0502945b26c40a75e97c935

2014-03-13  Andre Fischer  <af@apache.org>  [8ad74d8866c77ca52f8c2562b728fc876c23f1c0]

        Related: #i124392# fill in SidebarDockingWindow::DoDispose
        
        (cherry picked from commit 952f581cb77f52e9aaa974496dc8d86b335cb424)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/SidebarChildWindow.hxx
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/inc/templdgi.hxx
        
        Change-Id: Idf06437dfc45e02d9e2303df84d52ba0837de108

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [eee4c914aee9794125077d4ae7c6dd171b8fb223]

        Related: fdo#30770 fix rtf cut/paste crash
        
        regression since 0c17ccc493d0c7a80f37600dae76a09a119bef78
        
        Change-Id: I15396ad4d0906c7c3b27c318d73455ac494ae754

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [1eeb20f3958666ec6ba6e0fcf52e92e5eb447a14]

        CurrencyFields cannot be loaded from .src anymore
        
        Change-Id: I3ccdb71e39a13dc8c697d3a52dc693cff10c614d

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [feff54d8ceeb42d5c9d7fec9b7ec1b99236c6dcb]

        MetricBoxes cannot be loaded from .src anymore
        
        Change-Id: Id7b44402975ed75171f4475aa64ebd2a3d6bd687

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [1de7c36a94a65cd3906f79066b33381df929b71b]

        CurrencyBoxes cannot be loaded from .src anymore
        
        Change-Id: I662aab01ecf5f78c4406838118ccea3988060521

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [4737ed363a93d1c1743fd38251a91a988fde5ce7]

        DateBoxes cannot be loaded from .src anymore
        
        Change-Id: Ic9d3c73cf67e855dc5931e96bc03014998cce9e0

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [24cfa40779b443034f3698134adaef6dbb4d2f29]

        TimeBoxes cannot be loaded from .src anymore
        
        Change-Id: I1fa101656538c40c402fc8608f33961f293bd58d

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [d40971a47838afd007b8563d16bc8176b7f43176]

        MoreButtons cannot be loaded from .src anymore
        
        Change-Id: Ib831895b33323dd478cc125b3bf93c43826ef59d

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [82380478483e785fca73bc67dbc181c15812566b]

        callcatcher: update unused code
        
        Change-Id: I0cfdeefea35d3cb9f00ec4351a1f0f8c58ba5843

2014-03-13  Noel Grandin  <noel@peralex.com>  [41776e53c54968881021c25f1173d190cfd2ba5d]

        svtools,svx: prefer passing OUString and OString by reference
        
        Change-Id: Iceb2cbcda9d8ddb4ee00db9365c751e0e5d8b3a6

2014-03-13  Caolán McNamara  <caolanm@redhat.com>  [d575b23c187fb66bbe13c4fe6df8a8cb1ccbc135]

        coverity#705817 Dereference before null check
        
        Change-Id: Ia96b3e78b65ebea0d74267468906e9bda2ae3da6

2014-03-13  Noel Grandin  <noel@peralex.com>  [0dc38bdde056cf33a545d85f9e1211f06d579ff7]

        sfx2,svl: prefer passing OUString and OString by reference
        
        Change-Id: I9833265f6e635a057cea2c4a945cc73809b1e2ef

2014-03-13  Rajashri  <rajashri.udhoji@synerzip.com>  [3075b062261435d568d0680c3405ca61a7a40f39]

        fdo#74772 : File Corruption - Issue related to List Bullet Numbering
        
        - A File containing a graphic shape bullet is captured as a numPictBullet in
          MS office[in numbering.xml].
        - Currently LO has support for graphic bullet as Image. Graphic bullet as Shape
        needs to be preserved in LO.
        - Since the numPictBullet is not exported in LO, but in <abstractNum>
        <lvlPicBulletId> was exported which lead to corruption.
        - Fixed the corruption caused due to lvlPicBulletId.
        - However the shape is not getting retained. Need to add implementation
        for gprahic bullet as a shape.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I2fc2b1ab4b75e8a050e66837a64578b235059473

2014-03-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [aa6fe2a0e62bdde897697c4e254d4256ff2accde]

        -Werror=shadow
        
        Change-Id: I6160150950d981a01b49cfc4c740683c1fd89b8e

2014-03-13  Tor Lillqvist  <tml@collabora.com>  [50bd9482c72ab848c7336955a2b8f890b9cad5ab]

        Spelling fix: pined
        
        Change-Id: I7e9e0a3c03e6158894787f6eb072bebdbee0fcad

2014-03-13  Noel Grandin  <noel@peralex.com>  [78a2020846b855ed925ab88f06fa70a282a75e5a]

        vcl: prefer passing OUString and OString by reference
        
        Change-Id: I6c2c6f597ca62c004ad7dc606cef3a3b10e810b6

2014-03-13  Noel Grandin  <noel@peralex.com>  [39c7532933bb4f1630e821a2a38b213eb05dcc59]

        basic: prefer passing OUString and OString by reference
        
        Change-Id: I8121204cdb37d4e1d8967397f3e45bdab6aaddad

2014-03-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18909ddb30db7ca9416ee2bfb0503753e877f002]

        fdo#75977: Clear sheet deleted flags for affected references when undoing.
        
        This will allow formula cells to restore deleted references when they get
        recalculated.  With this change, SetDirty() that previosly took no argument
        has been renamed to SetAllFormulasDirty(), and it now takes one argument that
        stores context information.
        
        Change-Id: If0de5dc1737a2722b6d61a87644b10a4f921edc5

2014-03-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c9058f25e97b58a05eb25b7b769f6406423186b6]

        fdo#75977: Write test for this.
        
        Change-Id: I96bd008759a2a06ffeea46f2b25b847bc895e9eb

2014-03-12  Michael Stahl  <mstahl@redhat.com>  [b749a589bb2e111546fc9e4b4dd32791e424a37b]

        writerfilter: assert that substream doesn't leave extra contexts
        
        ... on the stacks, to prevent problems like rhbz#988516.
        
        Change-Id: I76392586e5276e4b73941064875c0224834684b5

2014-03-12  Michael Stahl  <mstahl@redhat.com>  [b234d816a6f4232f6aa4a16e2605fb0a0856dca4]

        sw: the test_segfault_while_save.docx requires svl component...
        
        ... to create a com.sun.star.util.NumberFormatsSupplier; without that
        importing a header is interrupted by exception without calling
        endParagraphGroup().
        
        Change-Id: Ib5023329c9f944336582c05b1fa836bbce7813af

2014-03-12  Michael Stahl  <mstahl@redhat.com>  [92cb21ebeda98c5193c50c4cf7ef3d60611c2a52]

        fdo#75872: ODF import: fix up graphics defaults stroke/fill colors
        
        These have changed a few times, notably in LO 4.0 with commit
        895890563cb0cc5fa872bdfd06918a46cdda172d and AOO 4.0 with commit
        c0eb5e7772c848806db8ab461f77f9549c1d8b2b; unfortunately historic OOo and
        current AOO do not write the values into ODF files, whereas LO 4.x does
        (probably by accident, since 45d3577bc5726eee44f491fd30a7f11dc428431a
        by design).
        
        Try to set the defaults depending on the generator; since the defaults
        are not specified by ODF they are implementation defined anyway so this
        should be OK.
        
        Change-Id: I1270d6e0cdeea5cb493724a0998f661a0cf644f1

2014-03-13  Takeshi Abe  <tabe@fixedpoint.jp>  [7225de6c5c3c5881c1edf60cf9d088043bf30b51]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: Ibc90eba9f336b649a968f584f2b36139c847d348

2014-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [ccf74f3149336d9db7d6fa6ed6eeae9a0b70e37a]

        CppunitTest_sw_rtfexport: enable on MACOSX
        
        Change-Id: Id125f7b2293f7813391ca583f60bcbf53f455afc
        Reviewed-on: https://gerrit.libreoffice.org/8562
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-12  Alex Henrie  <alexhenrie24@gmail.com>  [b2f375823d78e7f72abb51ae9b62deb03bf6c3d1]

        Remove dead code from SdrObjEditView
        
        Change-Id: I0a15b3567718d08edb4405146f6172c3939e06c1
        Reviewed-on: https://gerrit.libreoffice.org/8552
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [07b7f86885c543a5fa2234fa2751220b232cf1d3]

        fdo#75982: Better hot keys for pivot table fields.
        
        R for Row, C for Column, P for Page, and D for Data fields.
        
        Change-Id: I4e29fcdf77a17498d9325a09f0b21154cab04f83

2014-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9b62506b22c3eb885ffd5a4ec8025c33df7b2d4]

        fdo#75110 SwEditShell::DeleteSel fix start of selection when bSelAll == true
        
        Change-Id: I3e8ce585b29619061b18ab1ab8f0cf6c7d421074

2014-03-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9cfa665706cbced0fa71c43bb9425f28a0145f67]

        Let's not leak here.
        
        Change-Id: I12a50d0028164c37d06ff846bfbeff56a4591d12

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [1e539dbf0fe3894bbf6bf1a0851163b56e37f090]

        Resolves: fdo#50855 Nimbus Sans L missing styles
        
        Change-Id: Ie8cdcf4ad0ffe52024fd5cfe33073abfc6aadca8

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [2acdcb2374e448371b173feb03650d8d6db8aba2]

        coverity#1158232 Fix ownership of NamedDBs::insert argument
        
        f70d03436b7b501e0ed1d745935a204b9b97b855 "coverity#1158232 have a stab at
        silencing warning with function markup" claimed that NamedDBs::insert always
        takes ownerhip of its argument, but boost::ptr_set::insert(std::auto_ptr<U> x)
        simply calls insert(x.release()), so only takes ownership when it returns true.
        
        ScDBDocFunc::AddDBRange (sc/source/ui/docshell/dbdocfun.cxx) relies on this
        behavior, deleting the argument when insert failed.
        
        ScDBDocFunc::RenameDBRange (sc/source/ui/docshell/dbdocfun.cxx) relied on this
        behavior, deleting the argument when insert failed, until
        f55cc330dec0dec60c755e2ce28a840c7fca1956 "Fixed the fallout of the changes in
        ScDBCollection" removed the delete (presumably in error?).  I put it back in
        now.
        
        All other uses of NamedDBs::insert ignored the return value (witnessed with
        SAL_WARN_UNUSED_RESULT).  Some are insert-if-not-found cases, where I added
        asserts now (Sc10Import::LoadDataBaseCollection,
        sc/source/filter/starcalc/scflt.cxx, is not entirely clear to me, so I added a
        TODO), while others would have potentially leaked the argument, in which cases I
        fixed the code.
        
        Change-Id: Iad40fbeb625c8ce6b0a61cbf16298d71cdc7de80

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [54b4add66698f94e875379bcfc6c76b72488fd7b]

        Remove unused HelpCloseListener
        
        Change-Id: I9040a1262b31f8d0f19594b6efcf12b2c38be7be

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [0a87796793619a7c86adabc0060f224bafc157d0]

        No need for Invocation_Impl::setMaterial to be virtual
        
        Change-Id: I5f78d97bcd55c0db71d7c5e3383678586c2cf392

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [a52c42ae055926fe038625a79030be2be4cead8f]

        loplugin:literaltoboolconversion
        
        Change-Id: I513aeeabbb4d6fc48b6a95e034c311a454dd5ca7

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [a3066dd78ce83c0302f70b250cc6eeb0c7eaf30c]

        No need for isKindOf to be SAL_CALL
        
        Change-Id: Ia58af7d32904de01fdb5291203938c748cae94c6

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [3228e1f7dfe5956461ab05e529012d4bd6137ca5]

        Mark overriding OwnServiceImpl class template member functions as SAL_OVERRIDE
        
        Change-Id: I767c60733b39de02935de8be8dd9d3e351a38cab

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [4b60d33f88480c2e3a092a678a12669ff8a25d3b]

        Mark overriding CanvasCustomSpriteBase class template mem funs as SAL_OVERRIDE
        
        Change-Id: I6c64d1b1caae27a1e1eac3a743aec078bc652d96

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [e40ceb8111746fbe641ea84a84d575f3f06b240a]

        Mark overriding BufferedGraphicDeviceBase class templ mem funs as SAL_OVERRIDE
        
        Change-Id: I707fea8100c686ab8232eaf6e4d9a348abdb5236

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [288a6d8901803231c2d562b2cc5201ddf67f1a15]

        Mark overriding GraphicDeviceBase class template member funs as SAL_OVERRIDE
        
        Change-Id: Idfac26bb0f436799c3431062238e46b1a50d9f14

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [268be3ac88bd9572b2402ecdb7bed04038fe6999]

        Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDE
        
        ...which reveals that some uses are not derived from XEventListener, so re-
        introduce BaseMutexHelper as an alternative (which originally got superseded by
        DisambiguationHelper in 09b546cf9c1d0d9f78066e70a0348c7678cdcb14 "Fix
        overloaded-virtual warning in canvas").
        
        Change-Id: I1418370733b72526ec481b70fa69f03e7c28b7ce

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [781992cebac6415bdd38c78ae48806af156da09f]

        Mark overriding SpriteCanvasBase class template member funs as SAL_OVERRIDE
        
        Change-Id: Ie01ae7e29f22fbb2f627a9c671f48bb1c19c5f56

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [ea7adb4a3a6d7a3267aeb718b40dd4ed2e693c33]

        Mark overriding IntegerBitmapBase class template member funs as SAL_OVERRIDE
        
        Change-Id: I484ef5c4b31122605287b8e1a5f33108f7b22ea2

2014-03-12  Stephan Bergmann  <sbergman@redhat.com>  [19edde184077eca38ce369304980a8a42fb3ab52]

        Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDE
        
        ...which reveals that SpriteCanvasBase is not derived from XBitmapCanvas, so
        split up BitmapCanvasBase (just XBitmap) and BitmapCanvasBase2 (plus
        XBitmapCanvas) and make IntegerBitmapBase directly abstract over those two as
        arguments.
        
        Change-Id: Ieae87fe466bb9f1a861c8a95162ef25235ae5799

2014-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [970160f78ef6cc7abacfa252daa8451e1f0117bb]

        bnc#865381 DOCX import: fix w:trHeight for cells with btLr text direction
        
        Also extend testcase: I made sure that the new version fails without
        this fix and without the fix from
        48b5b7641d0df960558082e8948da8598f801264 as well.
        
        Change-Id: If33aa6d33cdc287620c12b84ad3f50279568bc8d

2014-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [48b5b7641d0df960558082e8948da8598f801264]

        bnc#865381 DOCX import: fix btLr cell direction when having vertical merge
        
        Change-Id: I527955671e1100f05da717bffe002131baaf0291

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [e5cb1989520baf321961dbb82437d1b00a2a499c]

        Resolves: fdo#75982 set mnemonics targets for hidden labels
        
        the key piece though is that labels that have mnemonic targets
        are always candidates for getting mnemonics generated for them
        
        Change-Id: Ie4bcbc18e94467936f40875c749cd22793021d0c

2014-03-12  Tor Lillqvist  <tml@collabora.com>  [c15913b273c74bbfe7b24f99934e09a3249a81a9]

        Spelling fix: suported
        
        Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd

2014-03-12  Andras Timar  <andras.timar@collabora.com>  [360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d]

        fdo#71622 compress svg files in ODF
        
        Change-Id: I7d3bcff12a8f24d4d63851f578f9703bfaa25278

2014-03-12  Luboš Luňák  <l.lunak@collabora.com>  [ff768da1117d63f7c6e8513ab76927e5cc7ec9a6]

        test for ignoring large twips values (cp#1000043)
        
        Change-Id: I366539b83c7a93a81fd72f3f2355b09c59f7ae58

2014-03-12  Luboš Luňák  <l.lunak@collabora.com>  [10b4da63e3143108ba75891e9e98fdaa2f7953ab]

        ignore large twips values like MSO does (cp#1000043)
        
        Change-Id: Ib304245b6ae64c15cfb6c999580f73e5e228c440

2014-03-12  Luboš Luňák  <l.lunak@collabora.com>  [da9bd301c6f62e829daadb2af6a6b9633d4f1cb9]

        std::strlen requires cstring include to build
        
        Or, even simpler, don't bother with the needless namespacing.
        
        Change-Id: I4bbb115c1c2c89881a0bf88ccd54b0f5cb8b3518

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [6ba8668e08813948cf931084d251a724224ba11b]

        convert gallery apply progress dialog to .ui
        
        Change-Id: I1fd2f2f1faa51346eb68445688fb5e1ef85b7124

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [5bd78e4c5ceaa27a5180fcc66e87091b302abe71]

        Updated core Project: help  e1e716143a6d6a38fdfa88f9cb72cb258f2be30e

2014-03-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [442192db68cb43e9854e459d5444889825a9f31c]

        sw: document that parseDump() uses the F12-generated layout dump
        
        Change-Id: I9613cda8f08ce6a92235b00a053aca4541bba81d

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [2f295ad6857877f44ef568ab9bbd5784a9be19be]

        convert gallery files page to .ui
        
        Change-Id: Ifd5c9b16f8f9a42e13f1139076f7616dd3e0f8d0

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [0924fa483a4aa8f22da35986e3191a453a4736b9]

        Updated core Project: help  e06c21fee256f13bbb41592da7d1f4a81df6b533

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [f7092fe74a5bf02edce229459dac9d2d014ee267]

        coverity#708189 Uninitialized scalar field
        
        Change-Id: I558cda577595d6807d85bb41ac93500d02d461a6

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [5d71f829597afb27a3cb6238e6f1a80b36527710]

        coverity#707937 Uninitialized pointer field
        
        Change-Id: I25b92686b08137a5292de620d4e348019c21a739

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [51f85041ef84d2a66f316fc5284d65260d1ef440]

        coverity#707936 Uninitialized pointer field
        
        Change-Id: I0ae177349408fd49832056fbc4c300e8e77b2417

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [aabee84e8c5adf174e7d40586c0c6406960abcbe]

        coverity#704794 Unchecked dynamic_cast
        
        Change-Id: Idbfdfe687ac94f1e1135c8a877a7b133056a875f

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [17b0d011dafb5053fe8de2819d00ff746798bd77]

        coverity#1027775 Dereference null return value
        
        Change-Id: I27dc7645969e6311bc6c0a3d593924ea41dfdf5d

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [f51f202f24fc116c4d39beaa4a3ba94b8200b113]

        coverity#705469 Dereference null return value
        
        Change-Id: I8880f0f441456fe1951145551ef6dfa0e9d65b66

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [756d36a1cc3bbb3431f2c42c9a0265353f6047b1]

        coverity#705463 Dereference null return value
        
        Change-Id: Icf620e065e3b15a8d900a6da00fe979cc45c1f07

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [861643e63f60c8967659e03b7059ec2d6798c277]

        coverity#705462 Dereference null return value
        
        Change-Id: Ic859f10a4fb70371f7616b4c17bb4c5040fd5051

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [936bcd6f9aafecc0db05e51e52ce6400812f3d37]

        coverity#705461 Dereference null return value
        
        Change-Id: Icc9dac3f198432f0b548cbe9c559658ee26ba1cc

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [31d620abf59f54e603d86aea198770a0aeb489b0]

        coverity#705795 Dereference before null check
        
        Change-Id: I9cf31d5d4a260f0b33539479599610a91875e2e1

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [604cab6cb413a48cb06e7ddc8d9fe92fc6f05f56]

        coverity#705794 Dereference before null check
        
        Change-Id: I63735efaecfad348e04a55a41c5c446cb88db067

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [50d20866aa90150680e6d39998081fc148638c73]

        fix coverity#704768
        
        Change-Id: I6b3403ad1b1f18a4cf32a933bb721f9c6cab44f7

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [40ad078ffb84872c9771922c2bef23fed4416bcf]

        fix coverity#704768
        
        Change-Id: Ifa33288c01d9b1f8f578db5b4a0f5f03ab5ceaad

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [d689dad8376764340c5adf9eaea91ad90481bd93]

        coverity#704775 Dereference after null check
        
        Change-Id: I03bbcfb7394568d816925a7633657bc48419f2c0

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [2308b4171c4d52f67e4ef8750d20c22dd8330f01]

        coverity#704772 Dereference after null check
        
        Change-Id: Ic0c56aa9e6f19828df3e81266cc4740167012815

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [d60ecf4b1566e3c1d2ad060f798f283923492eae]

        coverity#704768 Dereference after null check
        
        Change-Id: Ia101fcbc4b7288bccdc2fbd990124f4381f6f7f4

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [a91d7e2d33d3c29afb78f05fb70cf5b03c97fb3a]

        coverity#704766 Dereference after null check
        
        Change-Id: I8491260f198e80138241de891ef29cc8ab21a008

2014-03-12  Alex Henrie  <alexhenrie24@gmail.com>  [d37f5fdd7310a031f3946f51133d18317f877dae]

        Simplify linear searches in FilterConfigCache
        
        No change in functionality, just eliminated a redundant comparison like
        FilterConfigCache::GetImportFormatNumberForExtension already does.
        
        Change-Id: I7b04eae2ae7e79f0804ad958d61771758545bf0a
        Reviewed-on: https://gerrit.libreoffice.org/8502
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-12  Caolán McNamara  <caolanm@redhat.com>  [21ad413aad2c95947cd723073ba59ee3bf332c89]

        fix inability to interact with gallery theme list box
        
        i.e. can't scroll it or select any entries
        
        regression from 602c87b4259d118e5db6d8a990c4695103f916dd
        
        Change-Id: I9c108cde6185332bc32284b0cafb63e36b048220

2014-03-12  sushil_shinde  <sushil.shinde@synerzip.com>  [df0b8665b5539eae1718eccd8250fe9b0a57d886]

        fdo#76015 : Oleobject relationship entry was exported into wrong file.
        
          - In given file header contains oleobject.
          - Relationship for oleobject was wrongly exported into
            document.xml.rels file.
          - serializer for writeoleobject was wrong.
          - fixed issue and added UT For it.
        
        Change-Id: I03ab3a14def62b8061f58f7001684e0e945ad74a
        Reviewed-on: https://gerrit.libreoffice.org/8534
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-12  Jason Gerlowski  <gerlowskija@gmail.com>  [a8a195c9e722861dac5d9fce282edd9558c797a7]

        fdo#68849 Add header guards to bridges/* files.
        
        Change-Id: I8599908ccf1aba9a0843eb41dc16c21455acc5ba
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-12  Tor Lillqvist  <tml@collabora.com>  [3be1f13ba07b4df2e07c63973cdb563b7855476b]

        Rename the Application_Impl class to DummyApplication
        
        Application_Impl is a misleading name, sounds much too important, as if it was
        *the* implementation of Application, used in all cases, which is not the
        case.
        
        Change-Id: I61ab7261598029429d3c745a8409400025dc4a9a

2014-03-12  Muthu Subramanian  <sumuthu@collabora.com>  [4c7de23f97134a0ce1cf11d944f170eaceb0838e]

        n#862516: Remember slides sorter view setting.
        
        Keep the number of slides per row when moving across tabs.
        
        Change-Id: I316dac87c9dc8c88149b510f93be88940d91d98c

2014-03-12  Tor Lillqvist  <tml@collabora.com>  [9aa241f0370ab22096a9b1d70040130743448a65]

        Fix build: HID_GALLERY_ACTUALIZE is still used
        
        This partgially reverts commit c971c1fa66570bc6cbf658aa5c9cee15fc470bd2.
        
        Change-Id: I36a604df723a25f6a7338df1dd05b4a8d4f8cfec

2014-03-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [80842a50b1580b9a6da3a2c39a88a72b5b98d278]

        Don't delete the kernel when pre-compiled.
        
        Because we'll be re-using that same kernel instance for subsequent runs.
        
        Change-Id: I08b6df65550cecfa48f937b163fb1c5b20ed8ac9

2014-03-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [372ca2ce06cc940b5da0b4653776cfebc2733d40]

        MSO writes broken files, fdo#74929
        
        Change-Id: Iec545fc2a7ec61f6d4678398f22878c9f31a450d

2014-03-12  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [2b6e395152b48e412d3addde7d8b3808b28d32c6]

        fdo#74111 3D Rotation is wrong after Round trip for pie chart
        
        3D Rotation is lost after Round trip for pie chart.
        XML Difference:
        
        Original:
        <c:rotX val="40"/>
        <c:rotY val="30"/>
        
        Round Trip:
        <c:rotX val="310"/>
        <c:rotY val="0"/>
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I60132fef071e0573b17c35f509f3a74bd4ffcc66

2014-03-12  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [ede99e0daa0701e2d8568d7ed00e2221a4f6a9f6]

        fdo#75975 crash while saving the DOCX file containing charts
        
        1. Open DOCX file containing Charts
        2. Save this file into DOCX format.
        3. LO crashed while saving/exporting to DOCX format.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I14d4f2c214ce3513b4bd14831771d72498e4486d

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [76aa23c59b4c81ea7b9d974a1a0a9e39c6bf8741]

        rhbz#1075124: writerfilter: fix tables with negative left margin
        
        SvxBoxItem::nLeftDist is unsigned; the bugdoc sets a very large value
        due to wrap-around which causes the table content not to be displayed.
        
        DomainMapperTableHandler::endTableGetTableStyle() tweaks the
        rInfo.nLeftBorderDistance by adding half the border line width to it,
        which makes it positive; at that point the value has already been used
        to init table::TableBorderDistances, so move that downward so it gets
        the positive value too.
        
        Change-Id: Ied2331b93f2e95845d7e8b2cc06e89e1ab24296e

2014-03-12  Takeshi Abe  <tabe@fixedpoint.jp>  [de660901e1805f33467d425018d6bf5d5326e376]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I5a73d3410262c830795c8b132227fcff5f5127e3

2014-03-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5da51525fab4d424b76b681ee70f76b54d99f73d]

        add test for fdo#75510
        
        Change-Id: I76cb1008138f7b79223330d4a24d45a026d1118f

2014-03-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7470b3ef17570581fe590a4853de59cac1be6ea5]

        fix negative error bar range export, fdo#75510
        
        Change-Id: Icca2f9fc26b15b968a940e5c73f7ad3781f75e94

2014-03-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [58fae0f715433a72d814584d97a1368f8a1b62d2]

        remove osolete ifdef
        
        now that the ScaleDPI is forced to 1 on mac there is no need
        for these ifdef
        
        Change-Id: I0ca3bc301b63f5f4c7d1eb36f27bc9b6ab41af29

2014-03-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [4dbb04e5701efe084fbfd3f06128dd33a7d8965b]

        force DPIScaleFactor to 1 on Mac
        
        Change-Id: I37629e1ef18f9843fcbdd643d8aaee0b3c8baa73

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

        convert gallery update progress dialog to .ui
        
        Change-Id: If1bcd040fabef1d352f04898f4bb583d9f4fc8c7

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [3d5b8f5b662cdede27942c231bd6a2922f6237ee]

        Updated core Project: help  04811c484e936a03c27385492ca8baaa1498ed5d

2014-03-11  Matúš Kukan  <matus.kukan@collabora.com>  [a4f35131b1b2cd64feaa12f436888bb3ce836d68]

        remove obsolete TODO comment; ASCII string is used here
        
        since 36f143d59492be24d0b275d728f2c151e9123075
        
        Change-Id: I71f0a0f6c2ce91086286a2fc0b6736be42d02198

2014-03-11  Matúš Kukan  <matus.kukan@collabora.com>  [36f143d59492be24d0b275d728f2c151e9123075]

        webdav: Use plain OStringBuffer here, otherwise wrong string is created.
        
        ..with "true" instead of thePropName.name and thePropName.nspace
        which obviously breaks things.
        
        Change-Id: I6568e6a98c1793ebbe8ab1864bd8ad3995eee09c

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [8fb6f4a74b00dbaa62cf75c1da46cd8c3f6e3a3c]

        Mark overriding cppuhelper class template member functions as SAL_OVERRIDE
        
        Change-Id: I51942d37eacd11000c08a784d8a995bd8f9f972c

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [b710952a3a28c915b8e45a6cc8186b0ea9407c26]

        -Werror,-Wunused-variable
        
        Change-Id: I87354690ac880ffb78bc8a6c20efe02f3eaa0779

2014-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [df6e7e9dd4ac1d3a4088a68cad3b98c5b511019a]

        SdtHelper: fix indentation
        
        Change-Id: I21793d7d5a3edb68aa652336c3c7fe819520c23f

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [7d68f0fa201ce1b29f62ecbaea25890148591da7]

        Resolves: fdo#74985 forward/back buttons too large
        
        Change-Id: Ibed2216d2ca0a6dce48c0a6ef276f4a4f4d53219

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [7c8bdd561c0b6474201f821e5341b8669d577827]

        convert gallery general page to .ui
        
        Change-Id: I329f8bdea6206f48cd3834126869584b9057253f

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [6c8bace16604af1deda831d29aef8400f4275bc3]

        Updated core Project: help  d985ce5cab0ac92aeb08d7754de089baeb6b97f5

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [cecd77cb94d423bb2b7053f7e1a176267eb302d4]

        warning C4702: unreachable code
        
        Change-Id: Ie5fe1348ed325b9de4af9e17846470fdc31067d7

2014-03-11  Chris Sherlock  <chris.sherlock79@gmail.com>  [e69615ccb016de1c64864bbc9cf1bbef9f50c1da]

        fdo#74702 Moved ImplInitGraphics into correct classes
        
        Currently we check to see what type of class is being used. This
        really violates the Single Responsibility Principle, and tightly
        couples the code to OutputDevice. The responsibility for initializing
        graphics should be done by Printer, VirtualDevice and Window.
        
        Please note: to get this working, I've had to make Printer a friend
        class of VirtualDevice. I'm not entirely happy about this, I'll
        need to revisit this later when I look at Printer in more detail.
        For now, this is a hack to allow me to seperate out this function.
        
        Change-Id: I9d5946c22fa70670a4f85bf338b4209499d0aa54
        Reviewed-on: https://gerrit.libreoffice.org/8528
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [736420454a7ff46ffc298221e176443f06775634]

        Mark overriding CanvasBase class template member functions as SAL_OVERRIDE
        
        Change-Id: I70ebad88d126d3aaa1c2023f98f6be71dc281287

2014-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e1323462b2ac183f3d1b683f2a111613977b129a]

        ooxml round-trip tests: Move w14 tests to its own test suite.
        
        Change-Id: I42c7cd0aef3f9811440e70d8ea2c31432e1d32ff

2014-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8dd5e9735ef69d627aea31cbf4e35958fec2b6c9]

        oox: add missing break statements
        
        Change-Id: I032442e0e1c583228d6837dbf290f31d01a91b45

2014-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [2cf94cf173e54128a2ef7e82369f7d306489c558]

        oox: roundtrip-test for w14 elements in groupshapes
        
        Change-Id: I51152c016d6a9e9604fd93c115577020373d964c

2014-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [16e4a2034b7d5c454a3681496ef2564e9a97ddf1]

        oox: change w14 CharGrabBag so it is recognised by export
        
        Change-Id: I7b6f4e5ff9d6e1161b3d05c594498d7f0cb7d8a3

2014-03-11  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c3234e1d105fd5b77970d07b38418f3c3b4ad00b]

        oox export: associate editeng CharInteropGrabBag with sw via SID
        
        Change-Id: If25356aa88f435e53b6014773e23d18723507053

2014-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [30d94b0c40a12619d77aba5525d71538787813dc]

        i#124106 testcase
        
        Change-Id: I732b4f8d758aac30e039d30e059aad0597307081

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [aeba9c26898ae7b6da814cf012a7c348e64393d7]

        No need for GetElementByMetadataReference to be SAL_CALL
        
        Change-Id: I34615c87238d4e96b6c1e81e57fb0822c876b929

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [45d09ea2712fc56802a639a15f2e4ae6cacbc099]

        "overflow" is one word
        
        Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [7b0b20bdd19bdf3903f5b3d623e8d8e110f6df3c]

        "underflow" is one word
        
        Change-Id: I31db021b916b64e9fc0c02f62bdfe7e7f6aa7b9e

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [4ae157db4bf4e6c33e03c99b24455541aa712782]

        Bin noise "SMARTTAG" comments from 2006
        
        Change-Id: I43e948fc7895e4dbd5ea4e3e5aeefd298ee40007

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [b6086338247ae8ad9d56a1717a84c317b6e2b51e]

        svl: fix bogus visibility annotation on IndexedStyleSheets
        
        Change-Id: I01cd75d01cb28a3bcef330ebabdd02e2c4458275

2014-03-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2b9e7a0cb2492f19745f61a4829ff3802b25291f]

        fdo#76030: Use the table boundaries view option to toggle border drawing.
        
        Unless I'm missing something, fixing the problem reported in fdo#75118 this
        way is more reliable, and certainly avoids the problem reported in fdo#76030.
        
        Change-Id: Ife524d9db12e9fa4528c2232e619bfacde367659

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [d47ca30f1c9add3969e12ec7b855e68a848a679e]

        No need for implGetBounds to be SAL_CALL
        
        Change-Id: I4eb1f998de57a4ceeb7990c6e4a964ce0d07ea88

2014-03-11  Tobias Lippert  <drtl@fastmail.fm>  [6ae226820a3ab9596ceb59e29ebcae843a48d14c]

        fdo#39468 Translate German comments
        
        Change-Id: I051092f2ffb76a6ef400acd51514189ff20dad7d
        Reviewed-on: https://gerrit.libreoffice.org/8486
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-11  Tobias Lippert  <drtl@fastmail.fm>  [0c17ccc493d0c7a80f37600dae76a09a119bef78]

        fdo#30770 - Speed up xslx import
        
        Conflicts:
        	include/svl/style.hxx
        
        Change-Id: Ie3d855923c651b6e05c0054c8e30155218279045
        Reviewed-on: https://gerrit.libreoffice.org/8485
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [e3e1f9f30d80961fd282f9ce765ffb1111201344]

        Leftover SAL_CALL
        
        Change-Id: I895b2132ee752f191f30d6adc0af35cad005afe5

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

        coverity#704236 Logically dead code
        
        the nStartPos > 0 check is inside a nStartPos == 0 block
        so it can't happen so we'll return immediately, and so
        there's no point changing numberOfChange in that case
        either there
        
        Change-Id: Id6d7fc31033de5c6f3bb0a9ed03234b58c0d509e

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [39831d90d9c3d0f714e39ef11799fabe8cc13563]

        coverity#704232 Logically dead code
        
        these conditions are already handled in the switch above
        
        Change-Id: I1a2bfe4cc536f2d1292fd39b86afc53ac5463308

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [25b7ed03d8b0fda45f5e9e2d0190e418ec366016]

        coverity#441225 Dereference null return value
        
        Change-Id: I9ff48e869cd03847d5338c5f8fb6acceee522e34

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [266cbbdfc975ac058ca989b87d372898f49578db]

        coverity#441017 Dereference before null check
        
        Change-Id: I3df33251d72266afb43532bee07058e691a6cf66

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [7f8b1b58f48e5593441b29d723eac8dc396c55ed]

        coverity#440865 Logically dead code
        
        seeing as we return early if eChild == SFX_CHILDWIN_OBJECTBAR
        then the reset of the code that depends on that cannot happen
        
        Change-Id: I1566ad9d5ef428e3c9e248df08b65d56bb83553e

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [83490325567d37dc55cd76ada5ec9819d7c51633]

        de-indent, given the early return
        
        Change-Id: I7f52cad90ce17813ba7d7c6ce382d58a8fa44916

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [a850bed771e02ddda50dbb859dd0d9ae870d2751]

        Typos in comment
        
        Change-Id: I6204090cb95213e31c11d33c5e822f8abee10963

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [33320eceb0b9207aca86b1cdc73c4755cff86f15]

        No need for NotifyAccessibleEvent to be virtual
        
        Change-Id: Id21324f756b835fd501868175a5a2a77cb2997a7

2014-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [47ab3749bf096e577fc9568cb404c7e1bc08aca3]

        hardcoded sprmCFELayout
        
        Change-Id: I911c1cdf503c46ace38afc80ec63bb0696d1c84b

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [5b8fd39d3bd319ed760ebdcbb0cbef868ec5a2b1]

        -Werror,-Wunused-variable
        
        Change-Id: I3b499a17985b55fbfb62a441afb9d137f7bd8593

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [2c18f34e422418a18e2fe6608372f0ba0c61c0b7]

        We do seem to need the "resize timer" after all in tiled rendering
        
        Otherwise even a trivial test document renders extremely badly, just
        the top row of text in tiles here and there. Go figure. Maybe the code
        thinks the document "window" is of some ridiculous 1x1 size or
        something if the resize timer isn't used? Also, the resize timer
        handler calls paint functionality.
        
        I wonder how we can be sure that the resize timer happens to fire
        during the rendering a tile, though? Surely if the tile rendering call
        returns before the timer fires, whatever essential thing it is that
        the timer needs to do, doesn't happen. Maybe this then explains the
        blank tiles I occasionally see? On the other hand, when I see them,
        they don't appear randomly, but it's always the same tile that shows
        up blank.
        
        Change-Id: If5e6854d8846fb0b7bea15547a326bd77f23987b

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [c7b09e0ed626fad4c4d70ed1a6e431bfff8451b8]

        No need for fillAggregatePropertyInfoByHandle to be virtual
        
        Change-Id: If002dede857ecff300f57b73b26234d737ba98c9

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

        convert load template dialog to .ui
        
        and merge the expander and the "show preview" checkbox
        to be the same thing, i.e. expanded is showing, and
        not expanded is not showing
        
        Change-Id: I10e43bc36a0e2e5d1286a4dbad793ee3a700c97c

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [89a838c193fb428c794e9d2760535ff6bfdcaf4d]

        Updated core Project: help  9685555185360c4b6b71289c6ea9ad6fbddf06ed

2014-03-11  Jan Holesovsky  <kendy@collabora.com>  [3f4e77298eece02adb26d3aee2413dc94d318d84]

        Return early, and kill 1 indentation level by that.
        
        Change-Id: Ia67669e45b78c5fe5059f76b940e85a02781c4c2

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [cfedbdea58e01bb93ab30316f7cac7dc31fba3dd]

        Remove newly unused getUnoTunnelImplementationId functions
        
        ...after recent clean-up of getImplementationId implementations.
        
        Change-Id: I2a11f6ddf03dc7852b7e8e50dc6284a7215a0113

2014-03-11  Stephan Bergmann  <sbergman@redhat.com>  [ff19246a810c891ab70da2006c29bbe2913c731e]

        OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypes
        
        Change-Id: I633c711aabbd2ec7d1385d106b512f14672393f1

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [16986df5610e062e0b5e09ea10441b2647d4ae6b]

        normalize values of WITH_MOZAB4WIN
        
        Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [e3ba76406b90af1bd7ed814e0b44fb6f182c6428]

        normalize values of DO_FETCH_TARBALLS
        
        This one has additional value "ALL".
        
        Change-Id: Id804172eee899b443a6f8ae6bce8781136096dc7

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [727e2e7190cf74db9933940285e36011de54d9a2]

        normalize values of WITH_GALLERY_BUILD
        
        ... and remove the unimplemented "package" option.
        
        Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [593ff642838e7167e1f9ad935ece7bf79337e662]

        normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIB
        
        Change-Id: I4f4cecd95f87b9d37fa1b1a270cf554d7707aaa2

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [0afb3a7f45f423a43bbac366753cb732f4a54779]

        normalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTS
        
        Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [7f61c038a0c7ad1693b4efb75d808290f1ee3931]

        normalize values of USE_LIBRARY_BIN_TAR
        
        Change-Id: I1101b87d3f34169f985924f8b867511e68ed5b66

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [7e73edc5b628982bb78ef26f17fd1bbe3ec34ca4]

        normalize values of BUILD_UNOWINREG
        
        Change-Id: Iedbab675ffd10c6d353c44d99ddb4d32133d0717

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [43da172dfee0c6ccc38cd0ed9c5d78d5766f0345]

        normalize values of BUNDLE_MARIADB
        
        Change-Id: I993640f5d4042a75f64fbdd9a6f1e4157a72f909

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [3cf4aecbb163480e4a425a27ca7c842e4220720d]

        normalize values of HSQLDB_USE_JDBC_4_1
        
        Change-Id: Ifdbd07db813fd5c8dc02ebd04aea8086ff333411

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [ad40015ac4eb17e9b2bd337ec81b745cfede5b5b]

        normalize values of WITH_GSSAPI/WITH_KRB5
        
        Change-Id: I72c67d5a4987f25ddfa21d93a89b0ceae40c9e81

2014-03-11  Michael Stahl  <mstahl@redhat.com>  [d744bcae5da339a1d365e37a4223212ae3560f7e]

        normalize values of BUILD_POSTGRESQL_SDBC
        
        Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64

2014-03-11  Steve Yin  <steve_y@apache.org>  [a96ac994f0fc4fc52dab7a496a8485d3eba10913]

        Resolves: #i123622# [ia2] Calc: No focus event fired on cell...
        
        when new spreadsheet is created
        
        (cherry picked from commit 572001d5865e4d11523e72a506e9a6eca7f23786)
        
        Change-Id: I10212bf9ddeb9eb06c1d9105951a5eb9d8578029

2014-03-11  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [ff2f55d6f0a515c8c6e4186e124db28cc4056f5b]

        fdo#35324: Text and picture water are not imported  and not preserved in RT.
        
        Problem : Open docx file which has Text/Picture as water mark.
        1. The text is not imported properly also picture water mark is also considered as shape.
        2. It writes the watermarks in Document.xml, while it should write in only Header.xml.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8457
        
        Change-Id: Ic988858da25a4cba3ae16e614d920e2e16053a5f

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [e895da0420253c7d3e1b9bff3abb339bb9dc1218]

        Don't do anything in status indicators on non-desktop for now
        
        Probably it should depend on whether doing tiled rendering or
        not. Unclear whether that then can be a compile-time constant, or a
        run-time global state, or need to be even more fine-grained.
        
        Change-Id: I8b2f8889e82ecc647ddce915e35eceec121613bd

2014-03-11  Stanislav Horacek  <stanislav.horacek@gmail.com>  [14cf3f5eaa3dd6129dde37b5986c07111cf833bf]

        Updated core Project: help  2438ff53e1730c4af182568294b129de3ea0b28a
        
        fdo#75609 make Calc drag-and-drop help more detailed
        
        Change-Id: I13c66772623c4749e48ae2d4746894a06e388ecb
        Reviewed-on: https://gerrit.libreoffice.org/8524
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-03-11  Ariel Constenla-Haile  <arielch@apache.org>  [e94d87d3268624a41d4edcdb749035f94e7a7636]

        Related: #i124397# - [API] Add since tag to Wizard API IDL files
        
        (cherry picked from commit f72b30998429ded67cdea0d002b9d0227f4438f6)
        
        Conflicts:
        	offapi/com/sun/star/ui/dialogs/WizardButton.idl
        	offapi/com/sun/star/ui/dialogs/WizardTravelType.idl
        	offapi/com/sun/star/ui/dialogs/XWizardController.idl
        	offapi/com/sun/star/ui/dialogs/XWizardPage.idl
        
        Change-Id: If651451b86829c7f066272e9362e3943f56cbf34

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [3ca3d5cf27d0a2d48a9d50ca8da49f6b43383089]

        Updated core Project: help  3635fef59b1d3dfe275558b5922ed23cbf8958f2

2014-03-11  Stanislav Horacek  <stanislav.horacek@gmail.com>  [6c571d53fc7e734c8f1a99beb31e420cdee9fe78]

        Updated core Project: help  6ad558ea943ecca88da88c0f9895042546182995
        
        fdo#75924 update button labels of spellcheck dialog
        
        Change-Id: I1009c08fbf32a49a54bea97551883dd140fc1515
        Reviewed-on: https://gerrit.libreoffice.org/8522
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [8c7d924643b3f4a29c098632d03706aa99779f4d]

        callcatcher: update unused code
        
        Change-Id: Ie7acb237728af27df27d87c3f46a3eaa9cd14654

2014-03-11  Caolán McNamara  <caolanm@redhat.com>  [1dec3cfba804d1f1af17593306ea6742691b8f3b]

        vexing parse
        
        Change-Id: Ie541a8b6384cec6e067e7f7b75f5c17ce1a4d4a5

2014-03-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [375ee984859a3c7b03faae6ec92c50be43a39988]

        -Werror=parentheses
        
        Change-Id: Icceeae0581e3f639c3a9820eda4c1df291e78f2b

2014-03-11  Noel Grandin  <noel@peralex.com>  [e8f00662a8dbeec61bed08aa6706af54b6d55f14]

        Spelling
        
        Change-Id: I49773d66a24afa5caee53125706894a2c689f284

2014-03-11  Noel Grandin  <noel@peralex.com>  [1b8d1001c4a92c8788266215fdd14e301b0a0d04]

        svx: sal_Bool->bool
        
        Change-Id: Ia7db5746fa5d8f60111d10d09865120981956947

2014-03-11  Noel Grandin  <noel@peralex.com>  [e60fe3c7443eb2bbfdb57eab6cd9b62896b526af]

        svx: sal_Bool->bool
        
        Change-Id: I25415a15abc5c65eeca106b1f444fb9711e8ce4a

2014-03-11  Noel Grandin  <noel@peralex.com>  [2ec560e3e687746735d9debb304e9f64384daa65]

        svx: sal_Bool->bool
        
        Change-Id: I1b692a9ca5f2580b0815b881a33f3eded7267ac1

2014-03-11  Noel Grandin  <noel@peralex.com>  [6c97bc47177adc1c51f69f17e77b9fe2aeade122]

        svx: sal_Bool->bool
        
        Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7

2014-03-11  Noel Grandin  <noel@peralex.com>  [d1bffe3596d21f205cb7a2697bb5142f190b5627]

        svx: sal_Bool->bool
        
        Change-Id: I64d9c1bbe6ed85108783bf6a97329fcdc167ca62

2014-03-11  Noel Grandin  <noel@peralex.com>  [53c91a6db1cdaf3a91fba6ea328acdcc33c4088a]

        svx: sal_Bool->bool
        
        Change-Id: Ib562c23af0ca853165b63750695615578cd55d03

2014-03-11  Noel Grandin  <noel@peralex.com>  [ef61173187d99e75fd5ce0a70994325a17e2c21a]

        svx: sal_Bool->bool
        
        Change-Id: Idfffbcad1a51192c5ccad28a16c4e613060fc2dc

2014-03-11  Noel Grandin  <noel@peralex.com>  [0277baf97670598c83009869fdcc326552a58fd0]

        svx: sal_Bool->bool
        
        Change-Id: I8e84a8ec26964712c2513edc2c22e1e51f853d1a

2014-03-11  Noel Grandin  <noel@peralex.com>  [aaee84c4c865ee121de6d9110c27d51c90dc936b]

        svx: sal_Bool->bool
        
        Change-Id: I26a7bded5138d646c67ae396690659ee13ba9f36

2014-03-11  Noel Grandin  <noel@peralex.com>  [37a2ed040e0e11ecef115d8955e09845aeff7511]

        svx: sal_Bool->bool
        
        Change-Id: I7e7bdce5c3ddb7871b9c1fbfe93dc7f7c254f1bb

2014-03-11  Noel Grandin  <noel@peralex.com>  [eeae5cf0432adb83e5e948a217020b776144d783]

        svx: sal_Bool->bool
        
        Change-Id: I799d547cb3f81aeae19d0c8b6a2161b3064539f0

2014-03-11  Noel Grandin  <noel@peralex.com>  [729c93c12f3a05bc3afe9a94bbd0a5113a9ff758]

        svx: sal_Bool->bool
        
        Change-Id: Ieb21d01fef7b25fc3b6326108d451fe239c9b461

2014-03-11  Noel Grandin  <noel@peralex.com>  [c72ce293de07e2c8f13a3565fdd681773dc51144]

        svx: sal_Bool->bool
        
        Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499

2014-03-11  Noel Grandin  <noel@peralex.com>  [c54b276beb30c36cee4d7cf2ccbd552c526777e7]

        svx: sal_Bool->bool
        
        Change-Id: Ibe154941e00176cde06b1fe69864da4ae6bdee95

2014-03-11  Noel Grandin  <noel@peralex.com>  [96a3ed193691de0761a7754a6477f1196679590d]

        svx: sal_Bool->bool
        
        Change-Id: I1c52c98c6208d8108620a2b175e946af8ed3bca1

2014-03-11  Noel Grandin  <noel@peralex.com>  [5e456cc3b30f2e099429f7075eda23e86871621e]

        svx: sal_Bool->bool
        
        Change-Id: I061f1e15c816f8077c0fbb0abbc1474eb286796b

2014-03-11  Noel Grandin  <noel@peralex.com>  [11bb658a60777243483fe8e682ca46e88855690a]

        svx: sal_Bool->bool
        
        Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985

2014-03-11  Noel Grandin  <noel@peralex.com>  [3df902ba28f6b142277a45b781a6d65389fad6b9]

        svx: sal_Bool->bool
        
        Change-Id: I7588dbf9805cb89b0b13cfae379698038657c994

2014-03-11  Noel Grandin  <noel@peralex.com>  [caf8f777e38e75641dcd13461053ba0bfd44500f]

        svx: sal_Bool->bool
        
        Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3

2014-03-11  Noel Grandin  <noel@peralex.com>  [5e36e2cb7b9a8e52f198525949da257acd87d8c6]

        svx: sal_Bool->bool
        
        Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08

2014-03-11  Noel Grandin  <noel@peralex.com>  [d442a6460f5f1c897358a0e51727c90cd6746ae2]

        svx: sal_Bool->bool
        
        and optimise some methods in bmpmask.hxx - they were unconditionally
        returning true, so convert them to void return type.
        
        Change-Id: If8b092a857ab80ead93112b0d627e41d5ccb3cf9

2014-03-11  Noel Grandin  <noel@peralex.com>  [ea2fb5f8f9ea44d7da5f9d34760e470d696f587d]

        svx: sal_Bool->bool
        
        Change-Id: I360b459102e61562b7cd1987545288d5ce8aed6b

2014-03-11  Noel Grandin  <noel@peralex.com>  [050d7fc852f1539f16a358c03e4e8ffb57891c4d]

        editeng: sal_Bool->bool
        
        Change-Id: I7a7b5e9ae1762cace1f87b379b32398b231745fd

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [7ad8e33c0f00af96ae5ee35fb360901803c3863b]

        Spelling
        
        Change-Id: I7e55e51f63c3d8b1c778593a08ece7bc122b2765

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dd7787ed75e33b65ebee2a6c0aa152efded6f1b8]

        fdo#75815: Adjust external references here too.
        
        Adjusting external references are much simpler than adjusting internal
        ones since we don't need to worry about deleted references etc.
        
        Change-Id: I82111e383e1fc6976ef08c1438c3dd916a249af6

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [149b580900214c477f8eaf9dd51342796d27b296]

        fdo#75815: Write test for this first.
        
        Change-Id: I2a5a1964dc6496aa4db15c9e8644692b460d0527

2014-03-11  Takeshi Abe  <tabe@fixedpoint.jp>  [59b428189d14da78e761c8dbb8bd8ba7de4fa511]

        Avoid possible resource leaks by boost::scoped_array
        
        Change-Id: I3a9131d75690e18caec4c328934735a9ca19e7ca

2014-03-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [bad51b0613db4a9152ffebe43a74a83af42d532b]

        Fix compilation issue
        
        Change-Id: Iaba5159992463ff075b60092e6540b01604796eb

2014-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [9e3f0a31845a79d472dc4467b3b6119615652331]

        editeng: register GrabBag as a Char attribute
        
        and hopefully this fixes the tests..
        
        Change-Id: Ib736ee1c0bfcebb2515009ddad7e3c76cb58a095

2014-03-11  Tor Lillqvist  <tml@collabora.com>  [b2870f65d4a9318ab87d6784920f820536a6c1a8]

        WaE: add explicit braces to avoid dangling else
        
        Change-Id: I8def1c7859359b76a1258db82776177d65346c05

2014-03-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [554a0ca639504a2fc6ac99555df161ad3fe636bc]

        ooxml: export combo box controls
        
        Export combo box controls as <sdt> elements. Added unit test.
        
        Change-Id: I9eda25101240ec61f78ede0f0462d3ab8e77b09b

2014-03-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c483e0eeb896b0719f27156e922c102312d98753]

        ooxml: preserve locale attribute in date controls
        
        It is stored in the shape grab bag on import and saved back on export.
        Defaults to "en-US" if not present in the bag.
        
        Added a check for this attribute in the unit test.
        
        Change-Id: Ib9c74f120628dbfc5e035500424cbad8caed53fe

2014-03-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e172825b535da17c1a1d70ee1caebf43c933f39a]

        ooxml: preserve dateFormat for unchanged date controls
        
        When saving a date control in a docx document, we were overwriting its
        date format with "dd/MM/yyyy" because it's tricky to support all the
        possible combinations. Nonetheless, there is no need to overwrite it
        if the date in the control remains unchanged during edition.
        
        We preserve the original date of the control, its date format and the
        formatted date string on import, and we compare the date in the
        control with the original one on export to check if we can write the
        old values or we have to re-generate them. Only in case the date has
        changed the format will be reset to "dd/MM/yyyy".
        
        We had to add an InteropGrabBag field to the XControlShape because it
        didn't have one, unlike other shapes.
        
        Unit tests were modified to check that the dateFormat field is
        preserved unchanged.
        
        Change-Id: I01e5c990e90ff190b5a6d7ea3853e049ff24ef0a

2014-03-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e8e4ba0b68f717b19e4766bcaf4d14486bb11c8b]

        writerfilter: DateFormat member in SdtHelper as a string.
        
        Change the type of DateFormat member of SdtHelper class to a string,
        and move some logic from DomainMapper to SdtHelper.
        
        The string will be useful to improve the date control exporter later.
        
        Change-Id: I0da05a59e15143027f1c5805466e9f465d7ac069

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c1dc7576c18cc534e1934459f5fb210091a5b484]

        fdo#74747: Correctly inspect formula result value for xlsx export.
        
        Change-Id: I757a8eb371b432970885e2fbd6aea9dd965ab5c0

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa5ad7b8096cd15a55c467b1a23d03849aeb870d]

        fdo#74747: Make use of cached string formula results.
        
        Just like we do with cached numeric formula results.
        
        Change-Id: Ib8b311b540caeb47d8c2162a456f7490c5882ad5

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [304e6144c66affd7adcea66f72fb5757eddfb12f]

        fdo#74747: Test cached numeric results too just to be safe.
        
        Change-Id: I00c68694859fdb9a2f31f50cb3c63984ed146146

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c59b3d6c5c8096486730007d9b9b053793b90b1e]

        fdo#74747: Write test for this first.
        
        Change-Id: Ia528904405cbb698b9cf08d4a8531c60780e0d9e

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [3973ecfe00379e8ed81cee6c4d43601186730065]

        Bin a dead ifdef
        
        Change-Id: Iaebfff208767ce5032f94676f180999720b20fae

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7c6c1bae378c3b993a1a1010444ae68f26627d33]

        drop now unused resource defines
        
        Change-Id: I628673db82f05a92478bdab46957885b1953b4bd

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [6ea106e95aab829efc7d7b686f486585a1175806]

        convert pivot filter dialog to .ui
        
        Change-Id: I795d296bae700d1e3a273fbe71fc842d145c5138

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

        Updated core Project: help  c0f068348420e4ef59842aaa4a9786aefabb3a83

2014-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4c0fa3ea2dcc70a1385e6086429b45f7a96a7fe5]

        unused oox::core::Relations::getRelationsFromType
        
        Change-Id: I42e0ebd92d804c34cda42a05b91f45970a22fbe2

2014-03-10  Eike Rathke  <erack@redhat.com>  [0abe86ca86b91e83815b0d95e1d08bf7fbc697d2]

        round to multiple of absolute significance, fdo#71720 follow-up
        
        The new functions FLOOR.PRECISE, CEILING.PRECISE and ISO.CEILING always
        round to a multiple of the absolute value of the significance given,
        returning the mathematical floor/ceiling in all cases.
        
        Also changed the test doc to use some meaningful values for these
        functions.
        
        Change-Id: Id5a26092838765143e2d308afa49e7119107dac5

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [00933638350c99082bffe58771ab1f914c59078a]

        WaE: unused variable 'aPropertyName' [loplugin:unusedvariablecheck]
        
        Change-Id: I8c95ca06e2a688811310d62470c4173d30d20c91

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7600e7660961c14ee539274d71a0ffe2314eb5ab]

        add export validation tests for chart2
        
        ODS and DOCX are still disabled
        
        Change-Id: I2ce30df5fe8977c83a77ca210d79530423bef76e

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a49a9dab3168c03a539adc131f2ade03236edb69]

        fix one more ODF validation error
        
        Change-Id: I265ea970043a954e2e60234d4b3ff90956c939ec

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4c7116413af091a30f5fa60c63d29bc694730518]

        fix odf validation errors around new chart regression curves
        
        Change-Id: If67207abb204b5aca8365737088437b12ac6eaf1

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ca8ca8c28742879220f3ff88ae0d71c8d69b11cd]

        fdo#75950: Just set the right grammar and be done with it.
        
        Using the Excel A1 syntax with custom opcode was probably a hack back
        in the day.  These days we can just set the right grammar and expect the
        compiler to do the right thing.
        
        Change-Id: Iae98f9f09a7da0b7b9549e06308d5d313bbff1ea

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5f5cce2ca3ed6aa05bdaa4cdb046efeb6904d9a3]

        fdo#75950: Add test for this.
        
        Change-Id: I92253daf4793b50eb2928a1e368fa6231d2f285a

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ed3fc457e1fbdfd2cff808e259d62d1d537a01ce]

        add strict OOXML pptx import test
        
        Change-Id: I2e4f17b7b7ab1e14c5cb0f6ce90e771d7c20a5c8

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2ce06d07bb7682dfe8483a047dfc23a3bf87a079]

        test case for strict OOXML chart import
        
        Change-Id: Ie000dda7b04615c2e79376c5da5dc96b4ea40db0

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2f59eae88abcdfce72e7d116a4bec4547ad43498]

        remove whitespace
        
        Change-Id: Ie03ffe6e02fe7c4d67a5a6752bc6fa24377da7cd

2014-03-10  Tobias Lippert  <drtl@fastmail.fm>  [e955433c3574cb602dedba96bc645898f97858bf]

        Use SfxStyleSheetIterator to iterate over style sheets in sd/stlsheet.cxx
        
        It is not possible to access n#708518. We must hope that this
        is not a regression
        
        Change-Id: I4500d72cc7d6fc488fb015aa8b7907238fa09ac0
        Reviewed-on: https://gerrit.libreoffice.org/8484
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f52ae6a8da2c2965e0c07020fda367095cea00e3]

        Simplify use of OUString::copy
        
        Change-Id: I2220ae614d8bc2f231947ec9336ef42e0e9398f1

2014-03-10  Tobias Lippert  <drtl@fastmail.fm>  [0b291d42e7fc3c787af0e88ee7c5499c333b14b2]

        Use SfxStyleSheetIterator to iterate over SfxStyles in sd/pptin.cxx
        
        Change-Id: I99534efdd52644882f2e2960bdafce58bf632804
        Reviewed-on: https://gerrit.libreoffice.org/8483
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [136f1ad5ed67a39dde500f34cfdc446ddbbd10be]

        xmerge: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I3ac9ca0329ceb06b09515b2f063ebf371f944dd6

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [11b205d0dccea07cef4afd753710cd6b057186b3]

        wizards: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I9ac8fc460fbdb957f3cae4c2cde42962daca0052

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a3cdc0c68b59ba206647594979dbc86c51ef2a95]

        unotools: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I99cea658b20cf342f503f61c1cb91a8e29abf1ad

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [c7d2ed40de437010544ae9d0a40882732a0d0adb]

        ucbhelper: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I7797ba7fdc47a5f8d2453e839d8644bf125652bd

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a3858b40f376465ed08874ad1697f1178da6f633]

        ucb: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ifece71871e3af4021f885c5dac1b6c406d2962b2

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2b0cfed33fa3f00485a4cf1566c90ede0a5139f0]

        toolkit: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ibe481aebad026f8c182052f1327bed8a1054cf7a

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2f67d67cf3264f8647433a298dec7270f4bfb689]

        testtools: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I2ab505962c64711d72f2a6b4cdebaef2f1bf4439

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [bc75f70b6ab5d8c6e8182305e6388a29cb82b67f]

        sw: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I2cdc80489a1325a9c956dea4689fac1e9184df1b

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [3b0b4ac5fc16a5f5568dd4da63818723b6d1d6fd]

        svx: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I520563a98c1285fed97174d2aaedfdd042ca699f

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [62fae8bda81508828cca4ed8d2911961ce1971a4]

        svtools: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I2534ad4a720dd5d13324ac6fb19b8676ae50ff4e

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ecc65fb2dfedce086e979ade9b0a3504b233be27]

        svl: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ib1e59f755e0472efe0448d1976cdfba13c64ff18

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5bce6e34cd94ba3dd6e5fd2c96226ed62a3fea76]

        stoc: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I57eca2dcf316232c26c528015c4ba18ba3c4760d

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [af277041412ee8dcfa6a02a147efd89ae843d61b]

        sfx2: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I7d98f0d3f101d7441e83d37f0ee36a74b991a996

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8150f5064f080710d89cd21b731bccbd2f490917]

        sd: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I95566d52c39b8cc3544e4b39620ec2be81964aae

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [55461af2bd054819b4e47bf86abd08641a6452ca]

        scripting: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: If0d9a6f1c56dc560df078eb59313aaba393ee372

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a96b9043ff1e94f68215ff1cf0daf30fb46fdcb8]

        sc: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I4ecb4db1fdebf6f5f29262474d1e7cc490792a7f

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [96b0b3cb9cd46a1086cfe66717753ffbde3c3ce4]

        reportdesign: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I0ca0171f25a1df12c25f835595a086c670639bfd

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [9d7ee8a70f52be53be1f36dccf9856d93c0c93f8]

        qadevOOo: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I1efcc27818c8ec92db32151afc8f17bbf7fc1f40

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [d89928441ddb6ee5a32d1ee083adc81f19a84f46]

        pyuno: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ia99dca3619fb893d1b9f3a46f1f1285e3fe1bc8e

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [bf8441444cb00fe89acbd2c1d6f5abcc0d4e1247]

        package: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I6cfedbb93fade4179d9dcbf3701116d4b320ebd3

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [271cd24927cdff55dc80bc19fb3bd5764624a79e]

        odk: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I48b3206bf9c2186c991637b58120285c8c0ee00a

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [5d042ce18555a7397b46746844cdbd62cc96f5f3]

        jvmaccess: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I2198f013ce94dc65a7c540a599ee7160ba8d9295

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [7078dbb906fa2b5be38781a4141aba5fe279b3ad]

        jurt: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I6fc237a3274f51b282804b9a08fc063694376780

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [90b27c9493f4225e1612364b5813971b45b681a6]

        javaunohelper: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I63f111811b4b09bf4dd376d0c02e3c03a6555e48

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [927933404d46087011305eb22ad8afca95ab27c0]

        framework: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Id137a35c385a5198243eefb9a42f4deace24e195

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2598a15ed2e7bc4afb60e0e61ed611b6a5633e5e]

        forms: simplify deprecated XTypeProvider.getImplementationId
        
        ...and remove thus unused unotools/idhelper.hxx
        
        Change-Id: I63affbcb0494ef91bc010b9dd5512d4cc718d7a2

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ee2befb8628b67da206d39030af22ff8fc04d318]

        filter: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I56739de05cacebe93983bd27fcaa1ec7f27b5fa8

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [c7f1ce594c641698e8ed8fc99f029030978f91e1]

        extensions: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I234d36bc7ef9e8e27087067f6e43d7e522e52d4d

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [c63ba20f2a591c50c3cee0bb5a2e1e8665e3e159]

        embedserv: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I383eea6c556005e1547df364b4cf34042b5e3a18

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [a5c0d79c75d4ec36b7b4dc40c9797ee7b5585d97]

        embeddedobj: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I977e4af1cd4a2c960aee0b7d1058041fd31608d5

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [447e910c19defcda3922396254a44a50ca19b9b5]

        editeng: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I4135695eccb486e5df180f98a247755ba85a9454

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2f3be987324f0ca3c3b4c9b167b6d76b6e1d5612]

        dbaccess: simplify deprecated XTypeProvider.getImplementationId
        
        Required some clean-up of getImplementationId vs. getUnoTunnelImplementationId
        confusion.
        
        Change-Id: I645dd80d24efe7ed5224b220911eed8ad880b7c0

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [3aaaab3db773148e246f6fa48da0da4c755b65a9]

        Remove unused OQueryComposer::getSomething
        
        (OQueryComposer does not actually derive from XUnoTunnel.)
        
        Change-Id: Ib0d358db2b6a87caae9bbc893dffb25e86109b85

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [74f0596ea0f4b7a25ecf4736ec1d6b9fd4d73e05]

        Remove unused OSingleSelectQueryComposer::getSomething
        
        (OSingleSelectQueryComposer does not actually derive from XUnoTunnel.)
        
        Change-Id: I4eb26f5d217016e09d1e7e6a4b4bc10fcc5159e6

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [023c00b7c4bcca3c581cee293150e9389e5a1f7b]

        cppuhelper: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I1e355c0ef9548d505de996304837d3d0910bd9b8

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [8038ea6396b2c40599f16b101e9089f6cc13a118]

        connectivity: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I4a62143fc46b39525968f10236b10cb547fe8c50

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2726f2a7850c7c09037c5a8854df32366e8ecee7]

        comphelper: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I8da24ffd5eb1ac1fe6a6d2312ddc4ab13828bf07

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f7dca812510ee7f5940c82225d2eb95787ff64bd]

        cli_ure: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: If6f975bdc3d554828ff1ad3adc656579eda92a42

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ce7cc9d92d2b85e079a19db6b040c3392a0fc541]

        chart2: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ie06f10648b0e79101c30da4768d5462cdf38838a

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [90dcd2ac130c1e8666acfe1ed4ac7547fc4d96b2]

        basic: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I7f0d75c5eaa62f012cb2ae19c5107c09cbc6936a

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [d2aba93a9792a35602d3cc72bda5146018f3a6d5]

        basctl: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I422ec5b0ad485d1f74191d4bf713367aeb7a0a3d

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [2812c31a447dd148d7606da241f832bba5a4434c]

        avmedia: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: Ic9807c81b77a255c0e81b2ad6474a52e9768fc93

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [557c0893f2f44340d24de48cbe793997c4c5443c]

        animations: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: If677c147011799872cf5da2d148aacceebf5df42

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [acca15f7a0e06694af7f62dc4eca3023c4bcfca8]

        accessibility: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I7f8848adf245a4fdf56bff67cc15ee0efb818c43

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [630360529726f4bd627a7f02e7a0ee247d0e0f63]

        UnoControls: simplify deprecated XTypeProvider.getImplementationId
        
        Change-Id: I6ad8bb98f967d7bfa062ae24d9ff35837620a77a

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [dd1050b182260a26a1d0ba6d0ef3a6fecc3f4e07]

        Deprecate com.sun.star.XTypeProvider.getImplementationId
        
        ...now that no client code should remain that depends on non-empty sequences.
        
        Change-Id: I91a8e8e14ae4a652a32ca4e76e1228de58f71633

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

        coverity#707857 Uninitialized scalar field
        
        Change-Id: I5ac6a1807f1c7f9041b768c96e5f2ffdc3a07a86

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [4b99d7ebe0b78c46e22f78c4f7005901904711b9]

        coverity#707856 Uninitialized scalar field
        
        Change-Id: Ib57a4703dfb20aab3b5976fab0331b93e4983c05

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

        coverity#707818 Uninitialized scalar field
        
        Change-Id: I4c099d0e91cb1b90807a94d4e3ac17747a4b4b92

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [10041dc7c378901d51c6a72afed155528ed79de0]

        coverity#707815 Uninitialized scalar field
        
        Change-Id: If2f267f0815570c0484a78c2cc58cfba64a32a9b

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

        coverity#707814 Uninitialized scalar field
        
        Change-Id: I5d4482eddc51b3c92a5ffb02d6048f3ae528184a

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [24627a99fbab0dda15ab90c9bdc39810566c2dd7]

        coverity#707813 Uninitialized scalar field
        
        Change-Id: Ia32de1febc5d4c139a7369d6b069a25ceac5e266

2014-03-10  Tobias Lippert  <drtl@fastmail.fm>  [40251681256456bec10d92bfc464e90135d3191e]

        Use SfxStyleSheetIterator to iterate over SfxStyles in sd/stlfamily.cxx
        
        Change-Id: I535b47de0fb4e66dc4b02d4c75b6631eb7d87ed4
        Reviewed-on: https://gerrit.libreoffice.org/8482
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ed6b8c9f8d1b932300ce16d6188d10036827f676]

        Select the whole text when the named range box gets focus.
        
        Not doing this had been bugging me for a long time since I use
        Shift-Ctrl-F5 to define named ranges a lot.  Small usability improvement.
        
        Change-Id: Ib1a4e4e26e15667598a603443dde05e08fdbe3b7

2014-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7a9d4cd51ee9b1ce6cdf076caeeed6d2ae07fb92]

        writerfilter: stylistic change to TextEffectsHandler
        
        Change-Id: I5be926394dd97897dfb5ef3d4c03bb9ad9865a35

2014-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fc46b5acc4ae354f712f5afcb6a42c2f09e03e96]

        editeng: Add CharInteropGrabBag to editeng.
        
        Change-Id: I91c816499f463febc536d79e4a9fd9804f74df00

2014-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1959431528686bd1b73b73c2664c8c161c2194f5]

        oox: handle all w14 text effects at groupshape import
        
        When dealing with groupshapes, the responsibility to process the
        w14 text effects elements is in oox. This commit adds the code
        to handle all elements and its children elements and attributes and
        puts the values into a CharInteropGrabBag.
        
        Change-Id: Iafb8759bd60e0ee831296dc2d9159f4311ad5403

2014-03-10  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d665e63be3e4dfad44b178ee90ad83f9408fd43c]

        oox: GrabBagStack: add method isStackEmpty
        
        Change-Id: Iec563762e7be7fb6e2d5501fe5efeb88093793cb

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [5133e0e0e818e0a572181ec0e18972e2c60040ea]

        Add more source files for convenient breakpoint setting
        
        Change-Id: I88d6176f919de90b5014f328fdad84d017b3bb55

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [440b90c9949631846c1d1c886d2ea029b17d0ffa]

        Avoid "delayed" rendering in the tiled rendering case
        
        Obviously, when using tiled rendering, all of the tile should be
        rendered at once during the call to lo_touch_draw_tile(). Nothing
        should be delayed to happen later (when the PaintTimer fires). The
        main culprit causing such "delayed" rendering, at least in a certain
        test document, seems to be SmartArt objects.
        
        It is not 100% clear how to determine whether tiled rendering is being
        used, though. For now, let's assume it is always the case on
        non-desktop (i.e. iOS and Android, even if for Android we dont
        actually do it). For desktop platforms, including liblibreoffice, will
        have to figure out later how we want to do it, assume never for now.
        
        Change-Id: I0f7e7172e7a699a0c6752ee465776f9da5c3098e

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [bff2ddbbfb8a4cebee2cc223c3bba6a8d9ebc038]

        Hack on the iOS vcl code
        
        Attempt to make some more complex documents render OK.
        
        Stop using SvpSalVirtualDevice on iOS. Use AquaSalVirtualDevice in all
        cases. Do use a CGLayer (the AquaSalVirtualDevice::mxLayer field)
        after all, like on OS X.
        
        Change-Id: I7f7dc00c526453786cc871fd88dfb73517b15c39

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [81932318df11a9f389ac1dcf7650917a622d1889]

        More informative warnings
        
        Change-Id: Idd75998f9e5e070fdaff21c6bd78c57a97007794

2014-03-10  Jan-Marek Glogowski  <glogow@fbihome.de>  [aeda478a02523cec146f6af69710f0391061db56]

        fdo#73115: Always run timeouts as events
        
        Right-click popup menus run click events throught the LO main loop.
        In case of KDE4 the LO main loop is run by a timer in the main thread,
        with Qt::DirectConnection execution.
        
        If the timeout actually starts a nested event loop for a new dialog,
        the timer is blocked, the nested mainloop detects it was started
        from the timeout and drops the blocked timout from polling, which
        blocks any further LibreOffice event loop processing.
        
        This changes the timers to Qt::QueuedConnection, so they always
        generate an event and are processed by the Qt event loop.
        
        Change-Id: Ie626b22be3d8f9b8934bcc5e9e0e67a365549cfc

2014-03-10  Eike Rathke  <erack@redhat.com>  [d4cc603a5f80af746a5f381f28cfa049af5b314a]

        ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-up
        
        Change-Id: I486261d34d62bc5eda0a202cbb1dcb875ffcf39b

2014-03-10  Tobias Lippert  <drtl@fastmail.fm>  [d7e34f117cfd0f651d3e723baa09528968daf2dd]

        Add comment to StyleSheetIterator
        
        Change-Id: I06db79b9c497d9dac4c4c8cff1f3ed3b36f0023f
        Reviewed-on: https://gerrit.libreoffice.org/8487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        coverity#708153 Uninitialized scalar field
        
        Change-Id: Ifd4e3f792a01d0f806b9d49355463eae79b877ab

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

        coverity#708146 Uninitialized scalar field
        
        Change-Id: I5c1cb12572100b736152540d1453c7f25dc7a790

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [0cd511153b4dc4fb3378fb04641e8c3c2ea8543b]

        coverity#708144 Uninitialized scalar field
        
        Change-Id: Idbea2d2d0d282cbe131d1b96a0d7bafde3886c3a

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

        coverity#708086 Uninitialized scalar field
        
        Change-Id: I7d8967f90da3ad19c82a313636910279d6ef0f73

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7350da1d48f0b61bb2261f269921d7289dacf822]

        coverity#708556 Uninitialized scalar field
        
        Change-Id: Idf3cf19c9b95e2a1b21efbebd291d7bcd298dad4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7e5f4575ed4c7e835b8a41a3b9baff20ba436d04]

        coverity#708553 Uninitialized scalar field
        
        Change-Id: I73b6127a7e1791392218731a9b9af0795e69222a

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [3f9d796c41bd2a2590002dd417431c817d7b2290]

        coverity#708551 Uninitialized scalar field
        
        Change-Id: I04c727bd48a6b2cad9ae545a05fcdd53472bf667

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [69f106cc35afc42bb00ff123982b31382149a354]

        coverity#708548 Uninitialized pointer field
        
        Change-Id: I7c4326bee7a781cf512c112b78ddf420a834ca15

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

        coverity#708547 Uninitialized scalar field
        
        Change-Id: Ib74b633355cc35d02a2a3847d2c98f2d52ca4a70

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

        coverity#708535 Uninitialized scalar field
        
        Change-Id: Ife2acd5dd5193edd0ca34d85370885ee6865fadd

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [1f81c415737faaf17d2232838cf6a7883fcdbce1]

        coverity#708534 Uninitialized pointer field
        
        Change-Id: Id2e70f46b4ae249403ca68f3a45c86b13fa1ca16

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [496c53843631b015cbd3162d706109ce4e94a483]

        coverity#708531 Uninitialized pointer field
        
        Change-Id: I4519cf5b3ecf53c678621a4b8f6267dd4a41fcad

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [02c1234b26e3286338c3d9fdfa1ddf93fce73952]

        coverity#708529 Uninitialized scalar field
        
        Change-Id: I5633ec485f6d744302eec7c12a032b2ac4ae2e6f

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

        coverity#708528 Uninitialized scalar field
        
        Change-Id: I7b8f4a9802419a8fdee3f1b8ceca383f5ec4bf5d

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [9c88256094b7aca44c0ab6234e14ea1ccd8129ce]

        coverity#708527 Uninitialized pointer field
        
        Change-Id: Ie1b3083d1efe3cc1101c499c09601eeaba1b28c5

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

        coverity#708524 Uninitialized pointer field
        
        Change-Id: I35c3e88d6dedabb58cc3e3831e2dbe53eba27959

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [63c1ea7b1c30e71e1e0f4ae40134a0f4ea778819]

        coverity#708506 Uninitialized pointer field
        
        Change-Id: I44d9a278bb2f08a8c71f28a9e175d0771cfd87ea

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [122c1e64e74d8a517e679d2e8b66b8abea61edb5]

        coverity#708500 Uninitialized pointer field
        
        Change-Id: I736198caa19019e8fae5ce92e571c35084a233bd

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [6dbe8335d0a1d2f3152136baa39258ef24c19526]

        coverity#708487 Uninitialized pointer field
        
        Change-Id: I0e64ccc22b8f08c75a32e1a855e4b5f88494cdfe

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [2d3121b3a02f0d8e3e6fe2e22010423cffc11d5a]

        coverity#708467 Uninitialized pointer field
        
        Change-Id: Ibff2bdae74f5403b55d93d944fd518a063adf72a

2014-03-10  Tobias Lippert  <drtl@fastmail.fm>  [4de3859d884549ef9f6e141b71592e69d51f6f94]

        RTF writing now uses SfxStyleSheetIterator to iterate over style sheets
        
        Change-Id: I9d5e86eecf1849d8ae7f9e7052c434844e27ddfd
        Reviewed-on: https://gerrit.libreoffice.org/8481
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5b12e2bb76d8e9af30672cc34b884c54b5e639f5]

        fix OOXML strict chart import
        
        Change-Id: I84a2fd575ced64d4774147063f13ebb8605c100f

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [37b437dcd686de72e6c78703f351a56e23aef073]

        support export of property mapping
        
        Change-Id: I9529eedb9c9c002bfc2fee638938082cef59f185

2014-03-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b595df2012d897f0dce4c203a6231a0d8402b068]

        unnecessary null pointer check before delete
        
        Change-Id: I16d48a501353b45e2d6c8cc0de49f3da0709eabe

2014-03-10  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ed778238375b45d3d1fb384ed3c78ce250f1c28d]

        fdo#71720 Add Excel 2010 functions
        
        CEILING.PRECISE, ISO.CEILING, FLOOR.PRECISE
        
        Change-Id: I047b65ca3adafb89fce9b6493948aa851ddca765
        Reviewed-on: https://gerrit.libreoffice.org/8488
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [11ca83d180aa37f927f341cdc1726ff1491fcc49]

        Update the documentation for ImplInitGraphics()
        
        Better explain the whys and wherefores of the graphics LRU and
        how it is used.
        
        Change-Id: I345cd91044bc533c9650e2d17bf53d2879af3e39
        Reviewed-on: https://gerrit.libreoffice.org/8030
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [9d64cdc4cf2122bcbcf1fb670bd1103d09bbc7b3]

        Seperate initialization of OutputDevice instance
        
        I have split OutputDevice::ImplInitGraphics() from
        OutputDevice::ImplGetGraphics(). In future, we need to further
        seperate out this initialization function into it's own seperate
        classes. Note that ImplGetGraphics still initializes if mpGraphics
        is not set.
        
        Change-Id: I17d4778f735aa9d03bf9b37079a9d695bf95866b
        Reviewed-on: https://gerrit.libreoffice.org/7777
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [4a1bb12034fc76b2d26291c373da7309bc26f9bc]

        Stick to function naming conventions in OutputDevice
        
        Function name changes for consistency in OutputDevice:
        * impPaintLineGeometryWithEvtlExpand ->
               ImplPaintLineGeometryWithEvtlExpand
        * ImpDrawPolyPolygonWithB2DPolyPolygon ->
               ImplDrawPolyPolygonWithB2DPolyPolygon
        * ImpTryDrawPolyLineDirect    -> ImplTryDrawPolyLineDirect
        * ImpDrawPolyLineWithLineInfo -> ImplDrawPolyLineWithLineInfo
        
        Change-Id: Iae1ce07036856902259cef0a05afb57fd657325e
        Reviewed-on: https://gerrit.libreoffice.org/8509
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

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

        coverity#736008 Dereference after null check
        
        Change-Id: I87977322458b6f22816bdfefb44795609c8159a4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [997b3c5f7b6cc303bb2802afe5bd777b8f0a6056]

        coverity#708871 Unused pointer value
        
        Change-Id: I10aa4e053f5f709144ef516c6c4a00df8d3a1f08

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7e6054c7d41e459490fbccd77794d110b437329d]

        coverity#1157794 Unchecked dynamic_cast
        
        Change-Id: Idda6698a0fc53c1b59b2a7d2e88e24dac55a0fbd

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [84b0b95ff9cd72ed8d768558db2efa398fb83b16]

        coverity#1157793 Unchecked dynamic_cast
        
        Change-Id: I78089c4a10faf23e71f37d415a514557d7353619

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7ce20a1e4f5032a8ef2aca1ce8f4e5aec7ca6aea]

        coverity#1157792 Unchecked dynamic_cast
        
        Change-Id: Id338f606690a1bbe97df66079920e0e564bff9cf

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

        coverity#1130356 Unchecked dynamic_cast
        
        Change-Id: I1481729063c20b75841372363ab936154c989b3f

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [7413ada041357dcdd529da67203339e8427ca694]

        coverity#1130351 Unchecked dynamic_cast
        
        Change-Id: Ib0ae5dcd616c4a579f73fbd26675f8b2f60f0666

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

        coverity#1130194 Unchecked dynamic_cast
        
        Change-Id: I313d278dedcd7d51466a09ad6a85bfb5c78023d4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [32fdb77fe918f2b409c0f35ef761d871a42ade70]

        coverity#1130174 Logically dead code
        
        Change-Id: I80b4f3db9d5f0eda1a05aa796633aefd434c38f4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [43cefc3b2805021c44c762de0e51dc49300a5d57]

        coverity#1130173 Dead default in switch
        
        Change-Id: Iff12f82355269faec920c57464bc6b019f03ddb6

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [423b2ef9ae745a12669667f6f54eadab52a2027d]

        coverity#1103769 Uninitialized pointer field
        
        Change-Id: Ibd3394f9ad3a60115b22a40057a53f8fe75d7f5e

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [15d4fec9206b77e68afde90d84652731ba646b21]

        coverity#1103733 Uncaught exception
        
        Change-Id: Ia6070a4a6d87929ba97df758e4e8972934bee128

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [48b987fed3dbe30b1cb7a95a60d8413918d68dbf]

        coverity#1103682 Missing break in switch
        
        Change-Id: I8006c1dbbc195dd68b7f537468418f69742f43a4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [0d33512eccdf90afedcb454ad17e7280e55807fc]

        coverity#1103674 Unchecked dynamic_cast
        
        Change-Id: I917ace83496f0ed4412ad07eb4fb267416942b96

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

        coverity#1103656 Logically dead code
        
        Change-Id: I9e55dbfea39abfbe335036af910c3a8bc916d6b9

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

        coverity#1103652 Unchecked return value
        
        Change-Id: Ia05313ad580d09d1e2832a81829518f4692e18fd

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [2be3417bf6dba2a0897b21e15d22ef2f8aac99e3]

        coverity#1103651 Unchecked return value
        
        Change-Id: Iee2bbba1e581364f72a73421ba8e799fa05a94e4

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

        fix indent
        
        Change-Id: I0f09c42928d354bd26fa5137a2faa768560b1223

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [3ae74fb26d1b7d5af88aa90ac78551c7d48b7935]

        coverity#1103650 Unchecked return value
        
        Change-Id: I8c674269174a9e17d2195d1014f67aa7a81ba138

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [04c2063a507c9dbefe195ee27671261b9de40c2b]

        coverity#1079295 Uninitialized pointer field
        
        Change-Id: Iddae1fca0664e2d0106f7cc13dc2d9b89d57b1e4

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [29842e7080b201b729fa3d24b0ade24e95d49cf9]

        coverity#1079294 Uninitialized pointer field
        
        Change-Id: I3605699642a1fb5e42a8ea7347bc0009e8f9141a

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [55b30b150b06c5e584dbb0d77bffa780f8a54995]

        coverity#1079293 Uninitialized pointer field
        
        Change-Id: I20f844b98e922ccd351a28d9b47554c796876d14

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [59b01ca79a9bc730714736ed32ac7f3780ec1cae]

        coverity#1079292 Uninitialized pointer field
        
        Change-Id: Ic78aa75bccda1f63d97eb8489d5d64c936c37b16

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [71286a6aec08481cf18bfaae0c60efa386557eaf]

        coverity#1079291 Uninitialized pointer field
        
        Change-Id: I75ce5ab5583ed3e4009582bae531db24b66be9f8

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [42c2dd5ec06a2b2a52ca5d2e9e40d075c747f6d9]

        coverity#1079286 Uninitialized pointer field
        
        Change-Id: Iaaab025a97d01b248f4478989d6cdfdc8664ba79

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [1e7891c103f01f68924817bc02bda892311806fa]

        drop the SimpleErrorHandler
        
        Change-Id: I968300664c386e6cf33461c5858833832e452e28

2014-03-10  Caolán McNamara  <caolanm@redhat.com>  [6f57b77c358571cb880df696fbd3db4c5038212a]

        callcatcher: update unused code
        
        Change-Id: I0d7f204473bd5fcddf2342850a16194fdb385c13

2014-03-10  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [b6588bd7c831ce88a29131ca7ea8d3f3e082564e]

        Reduce image resolution by default in PDF Export
        
        PDF Files can quickly become very big when a user inserts some images. Most users don't know how to reduce the size of their images.
        This patch enables the resolution reduction for PDF Export to 300DPI by default.
        
        Change-Id: I3ce5191de35561b59169e52e2e2efbc4a343f025
        Reviewed-on: https://gerrit.libreoffice.org/8422
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Maxim Monastirsky  <momonasmon@gmail.com>  [fc4ce3f5d0c630623eca5b55f8083d54e5beeeee]

        fdo#75968 Fix OUString conversion
        
        Change-Id: Ie865b16c163d47de34ab2fe23bb7432b7710877f
        Reviewed-on: https://gerrit.libreoffice.org/8510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-10  Tarun Kumar  <tk7ua1678@gmail.com>  [3ba58a22bdd51cd4221547e0a0e95b6d2b987358]

        fdo#75243: MSO export: save custom properties with empty value
        
        LO removes empty properties while saving the doc. This is required in some
        business scenarios.
        bSkipEmpty is set to false by default to enable LibreOffice to save
        even empty properties.
        
        Change-Id: I7aafe0c0be02a98fa6e72d73e9e4348a015da61f

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [bbd7d3a2629a9352374c5d3a1377f9a2bfef8933]

        Need libi18npool to render non-Latin text
        
        Change-Id: I7d0a42a89dff1e701627453ea4d337d21fbf6056

2014-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [c98d649117dc776ac51807be3376924d1fce2035]

        DOCX strict import: handle math
        
        Change-Id: I8b1419cb71ef67f91bfa532faa283204dae0e25c

2014-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d795fb224e52c66c4585ed1e079a2b7601a07eda]

        DOCX strict import: handle lockedCanvas
        
        Change-Id: I44c936a8972e1ae101aeab62ace61f4470d92b34

2014-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5985685ddc519f760a7324fa60fd662f25404c1]

        DOCX strict import: handle SmartArt
        
        Change-Id: I8c45f3153eafe882f3d9ee3be533c3c0e673527e

2014-03-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [49c3aff8d8d3030b2acbffb6ff000b5d44445cc9]

        DOCX strict import: handle charts
        
        Change-Id: I1933b3272ff735ae1ecb500fcd693e3ca99bf264

2014-03-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b8183958e6b5367eeebd5d07fa5f26561fa1dc4a]

        fdo#60698: Split out slideshow code from animations
        
        Also remove the TargetPropertiesCreator service since just slideshow uses this.
        
        Change-Id: I80816f6225b7bd9fb18f48e69eb5dfd6709b6e56

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [1349f49a72be947aa708e7bcbc7de773894c5684]

        Use cppu::OImplementationId for XUnoTunnel IDs
        
        Change-Id: I564ec761b7a7b3488682acfb3aff56beb3f68213

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [ddc9595b3145e7af0958b52f47bf80bddf877a8e]

        Remove unused util.dbg.getImplID
        
        Change-Id: I2c662698146120924e8d3807547727d62155b024

2014-03-10  Stephan Bergmann  <sbergman@redhat.com>  [db5c67e1006664916b7b4c8881d21cf096333ee7]

        Keying on XTypeProvider::getImplementationId is unnecessary here
        
        ...given that cases where "every instance of getPropertySetInfo returns a new
        object [...] must not be cached" anyway, so just key on the XPropertySetInfo
        instances.
        
        Change-Id: I11f0a1fe030226d1d26d6b6e6a2654f4511fdce8

2014-03-10  Tor Lillqvist  <tml@collabora.com>  [f351fd1e8eb75a25e7844ac632e5837851b2aeed]

        Fix error: file not found with <angled> include; use "quotes" instead
        
        Change-Id: I289291262f8b12a136beec084a51ca42cf0db105

2014-03-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0919979bd1da3379e030b353a097d8fe1fd8341a]

        fdo#75962: Avoid unwanted number detection when placing page field name.
        
        Change-Id: I1a3c57ec029e03198b8f190acfa8d59e142acaba

2014-03-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd378b6346bf5aca4328c57f2ff3c18932691a47]

        fdo#75962: Write test for this first.
        
        Change-Id: I731b4cbf72066f8a0cbabb5040acfe9c828afd8f

2014-03-10  Michael Stahl  <mstahl@redhat.com>  [02abb559fb506e3d3911bbf058c9a60d28b0a3b5]

        vcl: MetaText*Action: revert unwanted file format changes
        
        Horrible things happen while loading bugdoc from rhbz#1069030.
        
        (regression from 30bb1eddba2b4a36b4354303ffcb37a3a15f38a6)
        
        Change-Id: I7f71a41289f57598861c3c005c1e23cbfb4f8111

2014-03-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [98bd1911420f46380aa5373a92de6a748ced080d]

        fdo#75960: No point instantiating the struct when there are no pivot tables.
        
        Just a tiny micro-optimization.
        
        Change-Id: I850bebc63a3f51456326b09ce72442845ea04478

2014-03-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [057d269c5d1faf45c4c935b2f8120c45e646de65]

        fdo#75960: Process pivot tables after named ranges are all set.
        
        Especially for those pivot tables that reference named ranges as their
        data sources, it's critical that we process them after named ranges are
        set. Else things would start to fail.
        
        Change-Id: I4bf8aa1a844aae3953f2dfbeba0e4d2542a7e53f

2014-03-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [93e4276addbaaf574e07f7f1a993c653c536645d]

        fdo#75960: Write unit test for this.
        
        The window failed to launch ultimately due to failure of GetHeaderDim()
        call.
        
        Change-Id: I80c99a9ab1f33b4acee5324f417b7a3a26a91a22

2014-03-09  Julien Nabet  <serval2412@yahoo.fr>  [cbe1fd744e8c9017c080c296f93a6cc30ff59707]

        Resolves: fdo#75949 HTML Export dialog
        
        "Save Image as" option should be in plural
        
        Change-Id: I1e423143d7eb54d86eb7fbb251f8282b68099aa4

2014-03-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [2aebafb3d2f7dd94872a8c20a399982b512064ef]

        sw: remove no longer existing include path
        
        Change-Id: I6884befcd6cef0f6bb24ae8e85fdb93dbed8df0f

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [49bb29cc24a8b5d6b81d0d2497c818a190532c00]

        this dir doesn't exist anymore
        
        Change-Id: Ie861b7db8a507177b330ade23e94771a0811c2f9

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

        coverity#1078944 Uncaught exception
        
        a false positive but easier to fix it by helping coverity out
        for any other cases it triggers
        
        Change-Id: I7c61298a95fa427d279599110b7aab263d039c5d

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [5bd3a42baf1fe3bed945d5f630c800ce7300a763]

        coverity#1078822 Dereference before null check
        
        Change-Id: I6cc2ed1777a797c74b4a6d9618af6a62ad5ff247

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

        we can move the pEditView delete inside the previous check for pEditView
        
        Change-Id: I612a4f8ee1e49b1468a2898678660bd66902fc96

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

        coverity#1078732 Dereference null return value
        
        Change-Id: I6008d2ef94979a7b2224ca217a158cbcbb1fd716

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [5707a371d5ab36fa4794d82242512809923c2a13]

        coverity#1078724 Dereference null return value
        
        Change-Id: I846de53d308d5e232b65ddc573e4e22a0ee97c38

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

        coverity#705649 Resource leak
        
        Change-Id: I4899851af28b20a20c7b07301c22ddacdbb89b27

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

        coverity#708474 Uninitialized scalar field
        
        Change-Id: I0b9fe26b0a2de590042cd9f6e33e06f752d97f1d

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [624e7b98f5dcc683caa80e12fc6d504217779edb]

        coverity#708475 Uninitialized scalar field
        
        Change-Id: Ic5b4531bb9472b6e6b40f9080f1d748badc6f926

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [9f8e0a0ebc923d3104667ae329388d20412c5067]

        coverity#708456 Uninitialized scalar field
        
        Change-Id: I040d49408581a128025d3b96b313f2c88981c250

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

        coverity#708405 Uninitialized scalar field
        
        Change-Id: I32e2b75ed0ee7c507e149eed97dd178c7b196c4e

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

        coverity#708299 Uninitialized scalar field
        
        Change-Id: I15b3c6d8a2af7be1fd8cada39c58ed706271f307

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [1dfbc1b30d10609b08e553dfe578f1ba3d6c4067]

        coverity#708172 unused m_nEventId member
        
        Change-Id: Ib690511fd3e5fbb176ef2bb9d170ae8850a04309

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [693be3a6e49af429a3c9d6bc7326f379ef2161b4]

        coverity#707988 Uninitialized scalar field
        
        Change-Id: I06b82d24d4be50e023aa1a1d8aa386d3138d1990

2014-03-09  roopak12345  <mailstorpk@gmail.com>  [a652ea0fc4cc789f715b461819127ee80afa9e6f]

        fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dir
        
        Moved the files linked in sw/Library_sw.mk from sw/source/ui to
        sw/source/core/uibase and modified the make files as per the new
        directory location.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8447
        
        Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32

2014-03-09  Tor Lillqvist  <tml@collabora.com>  [f4dfd811344604e119670eb7cdda0ab2e85bcea5]

        WaE: unused function
        
        Change-Id: I05a7e05b72d0923f5d8883b96df197611c034abd

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

        map GtkSpinner to Throbber
        
        Change-Id: I52eab374fbce2dd51a3ab12c4cff605f4cd7610d

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

        coverity#707995 Uninitialized scalar field
        
        Change-Id: Idef908843df92bad5283d36c3412090dd3b7c709

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [0e3dfb658651f5900c241d7f52f05bcde7c03047]

        coverity#707996 Uninitialized scalar field
        
        Change-Id: I793e8753b941af768544d8082e8946f56122b54c

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [5d837b249415bb363cc339f664c6f52080390d91]

        coverity#708001 Uninitialized scalar field
        
        Change-Id: Ib8985a3966af4baf3ceb9b46fa250677556afdca

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d7bb16fde85f42e36f35607b0bd7ccc6627952b7]

        disable property mapping for unsupported chart types
        
        Change-Id: I1c7c3bebe71029787796c21706088784c4934954

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [835c637d497a37d78b599669b54934d84e0daa4d]

        the method is static
        
        Change-Id: Ie6953bbb4eca365124a3408f71ef43cb424ec343

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fc9c196df1fabcf71637cf10f63a87be65071056]

        add property mapping to a few more chart types
        
        Change-Id: If02f865741524f74277b77615dea1bc71fb576eb

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6d7514357bf50ab0555228db59bb1baa3f31ca03]

        use localized names instead of the internal ones
        
        Change-Id: Idd5d5def2550f8ba98f4e8a8a17330a4b663862e

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1e9993be107905fdbcbf095b55bb2ae6a493600b]

        don't hardcode property mapping, read them from chart2::XChartType
        
        Change-Id: I7889dbddab603d7650d58a04f53e7c5fe38fcce2

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [caac9026f6532483e0ae1fa09a36a4fc0e92aa8a]

        improve the property mapping dialog
        
        Change-Id: I0dbb44febb058a3b33030aa1fa86d850e71eef48

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bc338f4afc4126b37b3183182016ff4173cadeb8]

        improve the handling of property mapping sequences
        
        Change-Id: I4ddd656a41ab975786ce6e5cd05597f6b773b334

2014-03-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4b9d59dbbbac29748b78b8b47c21fd3426e71e55]

        no need for overwriting this method
        
        Change-Id: I8d81f9f7d80ceabd85077acd3239069988be3586

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [21ece490ff555606cb773fd904fd01b01e384fb6]

        coverity#707908 Uninitialized scalar field
        
        Change-Id: I867ca635f3bd64b6d5157439dbbf3e9587d51842

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

        coverity#707907 Uninitialized scalar field
        
        Change-Id: Ia3025324ecf4385e90ab31771195f7c3d8574eb9

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

        coverity#707906 Uninitialized scalar field
        
        Change-Id: Id950d4b575f49c45f5564b3a2d0e1be36ec3d572

2014-03-09  Ariel Constenla-Haile  <arielch@apache.org>  [df4db631c5a35101283895937d5277a5c0b79690]

        Do not display heading in the IDL short description (cherry picked from commit 8242e5eed90db471b5dbe37a6bf03e96988ec26d)

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [3f0a8dc3c8204d6a500a5da64ad57996d593022f]

        coverity#707905 Uninitialized scalar field
        
        Change-Id: Icb00858146d65963a1c3144a61aa467d7da461e4

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [1ac855e8550af5cb54b27f306743f56a26c8f9c1]

        coverity#707904 Uninitialized scalar field
        
        Change-Id: Ied056d944574534e1900cf6644d1eea868cbeee1

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [988de444299803e749f4a4577edb0524ccc51433]

        coverity#707903 Uninitialized scalar field
        
        Change-Id: If5129c422ba990110aef1faed6141ce4e56df1c4

2014-03-09  Ariel Constenla-Haile  <arielch@apache.org>  [a842c6e7b33aca734946a32ecff90a11e184f802]

        Related: #i124384# Add since tag to Undo API IDL files
        
        (cherry picked from commit e2fb6101543888977e882596ae64d854f1b09cb5)
        
        Change-Id: I6ab35082503b506bd5d61af0b1ed67c662100716

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

        coverity#707896 Uninitialized scalar field
        
        Change-Id: I353e450995eeff72d94d96d2e11f4224e9bd4824

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [2d1da7cfc0eb3f34dfc0441c5b6c1bfade1e1dbc]

        coverity#707895 Uninitialized scalar field
        
        Change-Id: I729b77264dbf9cda7f48aba66e622cc6ec7e1d71

2014-03-09  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [17c8678595298e62b602cd5c18ec2df7966164ac]

        fdo#63154 Remove old solar.h references
        
        Remove some unused references in tools.
        Change sal_uLong to sal_uInt32 in filter and vcl.
        
        Change-Id: I92b928b980b2e7371edddfd74face10d5bec07df
        Reviewed-on: https://gerrit.libreoffice.org/8480
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

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

        coverity#707894 Uninitialized scalar field
        
        Change-Id: Ibd3afa46462fd7d893e72038cc3c01a00af6dae2

2014-03-09  Caolán McNamara  <caolanm@redhat.com>  [2b3470a2c05f611618f0b0ab68cc3d57b45dab65]

        coverity#707893 Uninitialized scalar field
        
        Change-Id: Ib3dfe4dae625816ee070b0aa5e08fc92e6454131

2014-03-09  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [409727fa65df977ace5adf8737773ec6ce2c1a1f]

        fdo#63154 Remove unused solar.h reference in tools
        
        Change-Id: Icd21bbc91ae3587140fe8b0982fc8223fed0903b
        Reviewed-on: https://gerrit.libreoffice.org/8505
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [64a96febfe6877a504d8b9f049ce6c02a1b6310f]

        lotuswordpro: cleanup OUString() usage
        
        Change-Id: Ib0a8c9843a6cdb3704115eca5b967b4e31fa34bd

2014-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [beebe5149d610ea663e884e5b08f260747eae00d]

        lotuswordpro: use native OUString api rather than a wrapper
        
        Change-Id: I0a390cda1378bf7be19cb361c90b3374f4756fa4

2014-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b49b1e4c0e5e23039b8cfb44857c2f7d22372984]

        lotuswordpro: use native OUString api rather than a wrapper
        
        Change-Id: Id670e3cb4982a67d096f548b6d105b97582e1958

2014-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [025498dda9c396f5df7d839af1dd65cdc181d1f5]

        lotuswordpro: use native OUString api rather than a wrapper
        
        Change-Id: I28be9db72d1f3dc678106a9449944b8a6b0ce9a8

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [76f279a52fdce1d82ecd5e96e7968821e9ec3007]

        de-macroize ucb filstr
        
        Change-Id: I08f7d8360a3abdac1b12bd3cfb157e408b0aabbe

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [403c674b44617597ef14377ff52a004df0e56e02]

        de-macroize ucb filrset
        
        Change-Id: I48a7aa2eaa5c2694eae0e9139ba7d2f165a195d1

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [f72078e88759a520e61edb23572fe6c5b918b3a7]

        de-macroize ucb filrow
        
        Change-Id: I2dc553b5618a61079e6fa1c56c77268fdbfd158b

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [9bb4d1d9009aee027634229fad8e476c6c6e2fa9]

        de-macroize ucb filprp
        
        Change-Id: Id8c72bbc527a9dbe706761ed635d5ce621047e8e

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [9cb66e66e7aeb416b8d1560f2cf2ac6a26d722d4]

        de-macroize ucb filinsreq
        
        Change-Id: I880eff465f48882b17779e9e707b82d44ac27531

2014-03-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [f3199b9ac677a93ee65a1f2df039458560efc020]

        Fix signed/unsigned comparison
        
        Change-Id: Iedc3b5c20b5f47117f29dcbeaf84efacbd4ce497

2014-03-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3cea6bb57757ce085f01f0b86b000cfc0592dca7]

        More consistent number format inheritence policy.
        
        The new policy is to always inherit number format of a formula cell
        from its reference unless the cell already has an explicit number format
        set.
        
        Also to avoid recalculating formula cells on load just because they have
        the 'General' number format.  This leads to excessive re-calculation of
        formula cells upon load even when the cells already have results cached.
        
        Change-Id: I28128d3fef296e09e62bea72e8aab75de9876239

2014-03-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5d2e7cbf6433ecced0ecac46b3abdaf97b82880b]

        This test file had wrong cached formula result stored.
        
        It didn't get flagged before because we would always recalc all formula cells
        with 'General' number format on load...
        
        Change-Id: I36e71534b65f3f088415cd518af04696892f76dd

2014-03-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1c27b0a4fafc525ed704f4348d5f214b5ef2a764]

        Reduce indentation by early bail-out.
        
        Change-Id: Iaac628d2629bf1ff96fd1709e358ae9eed3fca02

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b6e87fc232e78790d45a54b7a4ac7fe02d2c587]

        remove confusing and potentially dangerous premature-optimization
        
        Change-Id: Ia23f591519eba257441b725a219a1eddda937c39

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c2f8fd74c43a7a85a931bfcf15654af12f082a8]

        coverity#707714: Uninitialized pointer
        
        Change-Id: Id8cf528f9c4ab76fda5be80d8fd44d7202a377d7

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [d364e6eb08dfdc867515d5bf596208cc67b004ad]

        de-macroize ucb ftpcontent
        
        Change-Id: I33bc2982ba9c4490b4a649dd95225328d2877490

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [b4ab8df0a470e67db245da951b4928965838c2d1]

        de-macroize ucbhelper commandenvironment
        
        Change-Id: I39c7ca30d483dab3eae0f39be15ef9586aef7851

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a14e1cb35b93131ee8492cffdf936097f4fc8306]

        de-macroize ucbhelper activedatastreamer
        
        Change-Id: I55bbce1f8e3c0dcd92d0e2af03d7be5c7ac910c0

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

        coverity#708413 Uninitialized scalar field
        
        Change-Id: Id4ffee405f4047845223a53595f08c5bcd86b52a

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

        coverity#707957 Uninitialized scalar field
        
        Change-Id: Ia18a00985a6d9c392a7470b445248c13977475d0

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [62b2e8828b2feaf0b866fd529305e6d0a002d687]

        coverity#707955 Uninitialized scalar field
        
        Change-Id: Ia6416e8c3c2e90bdf33908b53f67a77abef765b1

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [00715826feeaa8c37c27f6da41fffaedf82480c1]

        coverity#707939 Uninitialized scalar field
        
        Change-Id: I5cbb4e2fef4361085840c914e26bb494566a4600

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [3debbdf80c66e3d8b4e8c13efc88df96cb686331]

        coverity#707938 Uninitialized scalar field
        
        Change-Id: Ic76e70a33ed33a94e06faf0168e9a740c736a19e

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

        coverity#707935 Uninitialized scalar field
        
        Change-Id: I7c957419b72cc97dbec819c51acb521bcd716624

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [2a7f4e37b59fb0a49dad3cb466cdf22c409dc70e]

        coverity#707933 Uninitialized scalar field
        
        Change-Id: I03c835327eabc9bfdc9904abb2ba6a8f13bd7207

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

        coverity#707932 Uninitialized scalar field
        
        Change-Id: I73524c3e1911456ef14dcb07f073fed85f869524

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [27f033ec70b74fe8daa3563b02427df84fe138b8]

        coverity#707931 Uninitialized scalar field
        
        Change-Id: I5c34f9bc96ee23fca6182740e3279de1485c61ea

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [85391d4ee687172d9bd7e48c4b810a445d616e80]

        coverity#707923 Uninitialized scalar field
        
        Change-Id: Ie1610a9e3df8e2844f4cc6b529d50db57ef8dc0e

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

        coverity#707922 Uninitialized scalar field
        
        Change-Id: I48f74be18664f8bf82e7b3f8576fef05b0e95630

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [2a74c4630b38b087f736667d1fdbde07b26be619]

        coverity#707889 Uninitialized scalar field
        
        Change-Id: Iabe7fe9fb5f996351ef025345f77e7fd53111b31

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [4fd7be20ddb10b3fdaf3d483a1ac041ee18d30fe]

        coverity#707887 Uninitialized scalar field
        
        Change-Id: I84c8748b7bcbf7a6aaf7aad34135a9af2428761e

2014-03-09  Takeshi Abe  <tabe@fixedpoint.jp>  [06024a58e01a41fe5ce5af38b7714ea6c66a6832]

        Avoid possible resource leaks with boost::scoped_ptr
        
        Change-Id: Ic6e8482dfb022f32532b5c1a6e045092c3485106

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [54195c53a915b28302bf36333d2b328e57881b30]

        add disabled support for export validation in writer tests
        
        Still too many validation errors to enable it.
        
        Change-Id: I45830f6cff8ef52bc63fdda61a99985f4f7d242a

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e896b8ecdbdf62a30c4097e283b0ad67a91ab60f]

        fix ODF validation error
        
        that attribute was only written for backwards compatibility
        
        Change-Id: Icf06300809c55c3a20a74ee3b9d36644d6f5c2d9

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [50532e3f63421f107e519242e58f03b90fdf3679]

        enable ODF export validation
        
        Change-Id: I09f517a49507a2eb31118f88f31dc2ff8b03de6a

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [25cd2f4bb4459c4195aaaf4ae0c89a61bd47e724]

        Fix types in a test
        
        Change-Id: I2f857f564e100cc4cf6b885c5a8f96e506b4046f

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ec1b9bfd9b444fcd3a3559ce1281b08afce19362]

        ooxml: fix export of empty date controls
        
        The text contained in the <sdtContent> tag acts both as a help message
        to the user and as the actual data; for example, Word 2010 is able to
        set the date of the control from the text in the content if the
        w:fullDate attribute in <date> tag is not set. For that reason we
        should not use the sdtContent as the "HelpText" property of the
        control in any case, only when it is empty.
        
        The name of the parameter rDefaultText was modified to reflect that
        string does not represent any default text, only the content of the
        <sdtContent> tag.
        
        Change-Id: Ic10334a949969ec8c7c3e25f73fb937a50ee0f7f
        TODO: is it worth to internationalize the help text?

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b2385830711ec700956869ace7670edd845a50df]

        ooxml: export date controls properly
        
        Export date controls as ooxml Standard Document Tags (SDT) instead
        of replacing them with plain text.
        
        SDT date controls contain the date in ISO format as an attribute of
        <date> tag, a custom date format that can be specified by the user
        in the <dateFormat> tag and the date formatted in that custom format
        in the <w:sdtContent> tag.
        
        The unit test testFormControl from ooxmlexport suite was removed,
        it only checked if the date control was exported as text and it
        obviously fails now. A new test that checks the values of the
        exported control was written instead.
        
        A pair of date format functions were added to datetimeutils.hxx.
        
        TODO: to avoid supporting all the posible custom formats that can be
        specified in the <dateFormat> tag, it is forced to dd/mm/yyyy on
        export.
        
        Change-Id: I9d1b6f840ee9e133831fdb04ad399fe31bcb2063

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4dcad28a5e2415c81d018bf38b4e8ed10f42da79]

        writerfilter: import date into docx date controls
        
        Date controls specified by <sdt> tags in docx documents were being
        imported but the date was being discarded.
        
        To import the date, we added an attribute to the CT_SdtDate resource
        in the ooxml model file to be able to read the date ISO definition
        contained by the fullDate attribute. We store it in the SdtHelper
        class and we transform it in a Date when the control is created.
        
        Change-Id: Iac2d4f99c31188848c109fafb54121bfcdde060d

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [09c3b8ab70b115aaea8fe68557da2cc5edde4181]

        unotools: extractDate and extractTime functions
        
        Added a pair of functions to split a UNO DateTime object into the
        corresponding Date and Time objects.
        
        Change-Id: I6bf31d83b3843a9482d6bf538a5dd7130c2c7046

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [066dcba00659d2f81e4ba67edd14c44ed9ec3ea2]

        unotools: improve date parser to support timezones
        
        ISO8601 defines timezones with formats like 'Z', '+01', '-08:30' or
        '+0830' at the end of the datetime string, but our parser was failing
        when the string contained any timezone information.
        
        I have modified the parser so it doesn't fail in case of the string
        contains a timezone. Moreover, I check that the timezone definition is
        correct according to the standard [1] and I extract it to the string
        tokTz.
        
        Unfortunately UNO Time class doesn't contain any field to store the
        timezone, only the boolean field IsUTC, which I fill accordingly.
        
        TODO: add a timezone field to UNO and fill it from the parser.
        
        [1] https://en.wikipedia.org/wiki/ISO_8601#Time_zone_designators
        
        Change-Id: I9d33b19efbc6d41a74b02ece2dfa12fa12fac5eb

2014-03-08  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [3ce5fecea7d1dc3350db15c54bce584b83038e5f]

        Translate German string
        
        Change-Id: Ib936712a8dd49a7130057aebf0ba529e65eb2c66

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

        coverity#707884 Uninitialized scalar field
        
        Change-Id: I21810eac9579b536017b8187497d04dbbc0109c6

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [51a954809aebd9f10449a4b9c9d05c25e2a6d668]

        coverity#707879 Uninitialized scalar field
        
        Change-Id: I618fa64876dc27a3d3ced9281f1b02b97a983166

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

        coverity#707878 Uninitialized scalar field
        
        Change-Id: I80289d98a5ce58a539516d08d1fc37258ca97e52

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

        coverity#707877 Uninitialized scalar field
        
        Change-Id: I9454da6940f4d63f916e655b237d78fc701025e9

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

        coverity#708370 Uninitialized scalar field
        
        Change-Id: I9496ce4f5b5233e700aac0a46794e391929d7fbc

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

        coverity#708374 unused mbPolygonIsLine member
        
        Change-Id: I1c171cf237927b7a118a947ea914407c06d4a863

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [6611d739704e96647753865efbf53340273a9bae]

        coverity#708376 Uninitialized scalar field
        
        Change-Id: Ia7c44a27679ee4f4deb6a99ac0f44d31c1f642a7

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [566049e4c59ba7802d32ee512b076e1b86f4e69f]

        coverity#708378 Uninitialized scalar field
        
        Change-Id: Id0e463abec7434ee1609071651dce16c9357f205

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

        coverity#1130369 Dereference after null check
        
        Change-Id: Id931c038f3715ea69a798de4b14b46dfa9d2afda

2014-03-08  Caolán McNamara  <caolanm@redhat.com>  [1bc8bc96c15be640e247c10f6beb719c98fcc206]

        coverity#1190360 Unintended sign extension
        
        Change-Id: I1fa3a668d47190af3197801a4d99e135d50e2088

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

        coverity#1190346 silence Unchecked return value
        
        Change-Id: If6223276d2d45431a674047b9540d4ac3eb71395

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6b34a4cbcc7e8b9cd118b55c6ca77a1f61049f5f]

        fix OOXML validation error
        
        Change-Id: Ib87eadad99285e19d73f4de58690de501084293c

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [381613916d42a1e18e2824b5d41028dcfe19659a]

        fix OOXML validaition error
        
        Change-Id: I26e063cd1971d980583e884ca2f4e0ba9d9391ad

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a2a40409e28e7db7d2341396401072a3f912d29a]

        remove one more debug output
        
        Change-Id: Ib4b94d2a7e429721299fd07db4bd7a97c7773c0d

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [79ed9ebb6ed64a10928ad3a10924708c312703a3]

        fix OOXML validation error, related fdo#36731
        
        Missing elements for gradient fill background export.
        
        Change-Id: Ib3ed3b5e353d3b02dffa5c118e14fd2187bd924a

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b1fbb1513a4d183e3194965c1a60feca56dc90bb]

        fix OOXML validation error, related fdo#42698
        
        Missing percentage sign in type. The values of XML_d and XML_sp seem
        insane.
        
        Change-Id: If6762ed70d3536c0eeea3ee687991dad60f5e71e

2014-03-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ca73256f99fcc60330463eb7753c20df389e551]

        remove whitespaces
        
        Change-Id: I7937b154d0417876634711224ed5678eefa2654d

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [58a06b28d96b746014de0eb07cf90e75c3736d1a]

        copy&paste from xmloff
        
        Change-Id: I3d700c439fa7112f391f464f744d6e0dcb8e43cf

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [73eb16923b8b36ecd1e4f434bd248e206b775078]

        unused OOXMLUniversalMeasureValue ctor
        
        Change-Id: I4f956cc9aeab0ad761076f25e920c79cdb75c115

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [0859d3723931cc71e42fc6e8d68564e60d7c0c9c]

        writerfilter: remove no longer needed doctok/resources.xmi
        
        Change-Id: Ieda9780452af21aef40b925eff6693b8098e91f7

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [af5a4f4cb39eb8e5201d402bc5810d60e9ee72b8]

        writerfilter: remove no longer needed doctok/resourcetools.xsl
        
        Change-Id: I378df2ddfc0912610b5f0d674c2a76601f4440c8

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [64b08929557ea10f74a2e960db9d67e70b63dceb]

        writerfilter: remove no longer needed doctok/sprmcodetostr.xsl
        
        Change-Id: I4dcb2a6e73b95054204e31a3a54eedad2689db2c

2014-03-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [55a40edf5afa6db3e0117a598bbb761958c88807]

        writerfilter: remove no longer needed doctok/sprmids.xsl
        
        Change-Id: Ia846d279ea5a4d375f8eb3736a0aabd419a07382

2014-03-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [d2622ba4f3eb53296df21ec14ec91fda42eebeeb]

        'explicit' makes no sense for a default constructor
        
        Change-Id: Ib70c75e43ecf020fcb39696bddea414b0de9bbf7

2014-03-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [574086f4cfbd8f85b47f310e5637d224acc05056]

        Remove '#define INLINE', inline in method definition is enough
        
        Change-Id: I9c7ae289492e3ec8ada111a8dddfb5426ef22d30

2014-03-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [b49e047472e37cda9e7f7c0ee6e4606862054f57]

        Remove unused headers and forward declarations
        
        Change-Id: I8e8406dab1bca2a3349043eecaca168ff9ac00fb

2014-03-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [63564f7a2554382386fe48c13eecf87f167e0a78]

        OSL_ASSERT to SAL_WARN_IF
        
        Change-Id: Ib6102579f8b7c8899322992919cc922393fe70d8

2014-03-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [dcc977b33960f2fbf8fec07f3f8a00a2cae4900e]

        switch: ungroup two case which perform different operations
        
        Change-Id: I099501a596ebeb2820192d08de80eae342191bb7

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [c91a7415a8dd8036fb03a074bc84120d60e91e8c]

        return does not handle converion to OUString
        
        Change-Id: Ifa33978d9cb0bc26d33088973a898d606f14805d

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [be62f349c7167d0716df7b09d810c6105ffddc12]

        return does not handle converion to OUString
        
        Change-Id: Iaf6cd34a2ecbbce191aa81f18049f6ffe681fa45

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [d634ce9edb6f1df409547715a391ad2eeca99f0c]

        use 'native' OUString api in lotuswordpro instead of macro and wrappers
        
        Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b83c8ffdcba92be56030b1e205a030d46168cfe]

        coverity#735759 Unchecked dynamic_cast
        
        Change-Id: I48e618355f97ac366db2337cdd0787b1b39ae46e

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [48ab20b710c37a395b27f98fa3bfe57886378126]

        coverity#704853 Unchecked dynamic_cast
        
        Change-Id: I94e03ce14fdcd7fde99992e57d9f30c75c6e8fa1

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ad11da98a327099894db526c36cdf2cdb0d7ae2]

        coverity#704675 Unchecked dynamic_cast
        
        Change-Id: I50570ba37733ae700dca96e1175fcd2ac0c97333

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [7feb0958ffa5b4d77665d17cd5cc0a9f4460341f]

        coverity#704725 Unchecked dynamic cast
        
        Change-Id: I524fe7b4ac1cc9a78b2295ec27730dded415bd02

2014-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [ec09eac8c1bbd3aa659c28255e0caa08be03ef7d]

        typo in coverity#704692 fix
        
        Change-Id: Iae5db52f8240d96528258cec944b08ea29ff6084

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae4a27bd2cb652c5d681da2f57bf63c8bc394e38]

        coverity#705404: Argument cannot be negative
        
        Change-Id: I235a5323ee0fd60aee03c691c0c7fdf6e6e4c08b

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc563d3a4b772835d60068c81c77ffae8d11cc61]

        coverity#704693 Unchecked dynamic cast
        
        Change-Id: I5363aeccf469b70a76ee66f8f70dff1eb18cac52

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [807a7af5ea1ee8417794c0eab3ce57aa92c2ea16]

        coverity#704692 Unchecked dynamic cast
        
        Change-Id: Ida91761479f1f3685da56b6dc5adcdfd5eb70cdb

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [c62e9e1f8c93e2e9a73433f5e5caf119a89cfa40]

        coverity#704691 Unchecked dynamic cast
        
        Change-Id: I1a85857299ceadf2d91ec74bd12cefb856311ccb

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [5c519207f2789ebfac25f0b41fb7af7202d8f226]

        coverity#704690 Unchecked dynamic cast
        
        Change-Id: Id392c07f27f8f7d8b05b0604ccf7b9180a6eb6a8

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [7adc93712e92afcd7e6db9f9d56dfa516d9b5573]

        coverity#704689 Unchecked dynamic cast
        
        Change-Id: I3c321b6008bccb4f67a023b34a5cf02d465b2909

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [3008cb63f784634bcffc1267f069095149d0602c]

        coverity#704688 Unchecked dynamic cast
        
        Change-Id: Ie93b4be8ce0de0a2ba311df998316b81bd1838ef

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [5aed432830a2af9e74d35198515b5ab5beff253f]

        coverity#704558 Unchecked dynamic cast
        
        Change-Id: I45ce419c65e0fac28879747787ccf1ebc25e7698

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [7b4d53699cf93188aa768d92e94409f245995b26]

        coverity#704566 Unchecked dynamic cast
        
        Change-Id: I13ecfc6cd816a1653a292d00de348ca7683783f1

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [57b89ea1c2ff07b53c3cc002e5ec9e52abd0c1bd]

        coverity#704563 Unchecked dynamic cast
        
        Change-Id: I314d1110a45275be905c60b36e3e3a560a052272

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [335a8a84fe6349fd716d4978346cfff9c884dd9b]

        Move these tests to ucalc_formula.
        
        Since they are for cell functions.
        
        Change-Id: I1e340d35cf3a976ff3b9aeb5860cc4361e2ee89d

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d658c092f488fc0d4cb924fe3e34cab997db76e2]

        fdo#75628: SUM should inherit error if one is present in its references.
        
        Change-Id: I94017fe91295dbb929f57be5e3fb26edf5032a8f

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78e6b7a94265507e43dd80182706970f49cdb303]

        fdo#75628: Write unit test for this.
        
        Change-Id: I26e5d0bf4344eeb518222ba036c61eca861c5fcf

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [78e2431d3e1aafe672a40d2ce79fbb1c48244fff]

        fix OOXML validation error
        
        Change-Id: I02082c04832959ae520b964ab3fd5e0b0fc34173

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [60b36a7968782f44fa9351649f8cdd28ad85f40d]

        fix OOXML validation error, related fdo#42584
        
        Use correct namespace for detectmouseclick
        
        Change-Id: I2830ef089ade94e69a49cb8ceba7fe91fa86817f

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2e2c4aa158bd8da84ea6d6f23bcef58e939e08de]

        remove remaining debug logging
        
        Change-Id: I81eb911ae6117fb557d6d5730a4d381d6fd75f4b

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [22216977e2c535e9e31af0018f96699abd5cc9e1]

        fix bar chart rendering
        
        Change-Id: I9751be9a2006ae743487a2f72bd9cd02ca136fd6

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [a6c3f7d23481da43204b1ea55b94ef218091ca21]

        callcatcher: update unused code
        
        Change-Id: Ic8952696fc0e3d78b8183ee7f5c90e37590c7dec

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [90ea06df6b9e4b29223eb90a9638c617c4fcb3b0]

        writerfilter: get rid of sprm:{CKul,CIco,STextFlow,TTextFlow}
        
        Change-Id: I819ee11fa11ef425b3ebb86eb2a8b6a6f90effc2

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01de94471c20a8b9c36d6080638d70e57eac55bf]

        fdo#75718: Correctly count the length of trailing empty range.
        
        This affects auto fill, apparently.
        
        Change-Id: I653918d374122bc9bb938231934c149da79a3306

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9d54a7f67196cac2a5701c06d8dc55f102d0af60]

        fdo#75718: Write unit test for this.
        
        Change-Id: I1f1fe515485209b67f14a1407ee20a88e71c08c9

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [b901f7699dae0c9985e80c22d4b9824b8386bdc1]

        x->getSomething(x->getImplementationId()) doesn't make any sense
        
        ...the point of the aIdentifier parameter to css.lang.XUnoTunnel.getSomething is
        so that caller and callee can verify they know each other and the value passed
        back (pointer in local address space, in this case) will actually make sense for
        the caller.
        
        Change-Id: Id79c419307992b30ea6ef7997b74a015631ad21c

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4ba896806af7c92075c9dd82cda1749e2ad16295]

        cache text rendering for performance
        
        Change-Id: I644556ed6b74069d0e7d441d4056310a282f190e

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [20113d8f42a953e1834840e63f2fe914dacbabbc]

        no need to make it a multiple of 3
        
        Change-Id: If9f16461045b6a9f7b79579e84dc09e4475dbf3c

2014-03-07  Alex Henrie  <alexhenrie24@gmail.com>  [156b5a15878394576dd008c5a07160721d333ab7]

        Do not convert SVGs to JPEGs when editing with external tool
        
        This patch adds support for opening SVGs in the user's default SVG
        viewer/editor. If the image cannot be exported to SVG directly, it is
        exported as PNG instead. In no case will an SVG or an unrecognized
        format be lossy-converted to JPEG.
        
        Change-Id: I46dc8548c3cfb4d24a4a0078d4e3d7eee8367b1c

2014-03-07  Julien Nabet  <serval2412@yahoo.fr>  [09110b312145a86fb5b4279f102f6562383d0641]

        Typo: exsiting->existing
        
        Change-Id: I8432ef55ef1ab54aca9bda1d5cb5dd5fbda296da

2014-03-07  Eike Rathke  <erack@redhat.com>  [39bc76939e4ae352ce983338ffd062a0d4551ef7]

        errCellNoValue is an interpreter-internal-only error
        
        Change-Id: Ifeb13575784e9f865407fb332a5c42bef03b3b63

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [18c89ae6ff01f3d555a7cb030eb4572d504e8de7]

        got to love the sal_Int32 as long/int
        
        Change-Id: Ia843288d6a1739c8f75dbb512d9f3571ac2c8027

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [31d608a87bb28a81bd5c129d473c8b7211d67098]

        coverity#707910 Uninitialized scalar field
        
        Change-Id: I991261053026d931bccb3a1429ccfcac136cfd94

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [a6c7a43e1eb8bc5efc94422ffcab108e8f7cbd46]

        coverity#1078550 Dereference after null check
        
        Change-Id: I51852cba8b061f3b1dee4875f8daf0e0205e2211

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [c0bb06995b7f83cd5ae54ee2219d410a66b11e5c]

        coverity#1130357 Dereference after null check
        
        Change-Id: I6b4735134bb9910fbad3cd4696b159f9f6d93df7

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [aaef39de32442203d631a65aecf23eeb27dfbb12]

        DOCX strict import: fix pictures as well
        
        Change-Id: I29f12eb1e5bfc39dc7d76efcff50dced061f7969

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [f118539fd18f7455d1bf4c4d6d1fa18ce04ebf90]

        drop 'import old drivers from StarOffice support'
        
        at this stage we no longer need it
        
        Change-Id: Ibfa94253b58a8e846fe6b0623098fd29e3f782f1

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [decfd4b09d3308ed2f487db648f9440fe74f0eb3]

        this skeleton can go now
        
        Change-Id: Iae230af6c073d1522becdc540f2992a772557cef

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [960ef265fca5d7a555c41e0dc9bf2bd8ac9370f4]

        unused parameter
        
        Change-Id: I788999f29b32de4232efc9e8c4dc75238224f5a8

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [195b8491d0299038fb64d19463e3ce90905bf346]

        DOCX strict import: fix headers
        
        Now that the document has a header, better to just test the bottom
        margin, as in case there is a header, the top margin has different
        semantics in Word and Writer.
        
        Change-Id: I11212965ecd364cdc8a205c3ab3b8b71ed12944b

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [1cded3f89a8759c91830bb5844b8dac54af24944]

        convert customize menu page to .ui
        
        Change-Id: Ifb47cb1e902a64ece951fe9b4d28ba49bbb4b3ee

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [1f6e88276006bea5d597ee6ca6fdf3af4dbf5ffd]

        arrow buttons seem too big
        
        Change-Id: I18b16b445c435cc4685712d9cdac4ad23f333f5a

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [59c40f2a86346c5ceb597c6f45ec8752979dc850]

        strip this .ui skeleton to the last remaining useful bits
        
        Change-Id: I7a1d5af0bf28cbdd57712ce089b7de4a99393fb8

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [02e1b6b2f092039aa7a9b4de45f76f83c3624439]

        coverity#1038466 Uncaught exception
        
        Change-Id: Idfeaa1f62955c151b8bc620c8f0a2a25831b4113

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [a3f0803059cd22ddf8590db992183008dedd0fdb]

        coverity#704317 Logically dead code
        
        Change-Id: I680efdff5be6a9f699b8954c11eddc027f972a76

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [42e749429d6f01863d5af1e42fce583494e41212]

        coverity#704369 Logically dead code
        
        Change-Id: I2fb01f407eee9a8bb4c63f2dda70e5088c80e4cf

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [ade9581cda79733e9762e4f49808bb82fbf594f2]

        coverity#704603 Explicit null dereferenced
        
        Change-Id: I1e15be39f4db97fb6e24b995d8bd75d829c3d015

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [85ac5749080bee41438a12e3f5dfd909dfd61d15]

        coverity#704606 Explicit null dereferenced
        
        Change-Id: I984696874455225fc714d25a79e89eb4f879484e

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [4a2d2343c6d49c73cb5d18de2602cfffa8df59b3]

        Updated core Project: help  43dc63d9850e04adee3fac707e35576e0e7f4539

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6e24c789572aba5b6ee95e894f6d778777b1df58]

        Initialize OpenCL device on the main thread when pre-compiling kernels.
        
        Else it would cause extremely hard-to-debug random crashes when interpreting
        formulas with OpenCL.
        
        And let's re-enable kernel pre-compilation with this fix.
        
        Change-Id: Ib104bfdc3f56a02c052c837eb4bf3ecc95d562e0

2014-03-07  Michael Stahl  <mstahl@redhat.com>  [955fd65a75c971b23ff552bbe627d3fd30aac907]

        sw: remove that GETGRID abomination
        
        Change-Id: Ib2299dae7c1aab2d9af992930c29381a1027141b

2014-03-07  Michael Stahl  <mstahl@redhat.com>  [2f91d6c40356038145861bb0459cf0d32c0e7ffe]

        sw: add prefix to SwTextGridItem members
        
        Change-Id: Ie086d56f01bc06de14c6fb1713a43aec8e6335f9

2014-03-07  Michael Stahl  <mstahl@redhat.com>  [71b55cf57460aec3fec948676251448934ba31d1]

        rhbz#1043551: sw: avoid division-by-0 in Text Grid painting code
        
        Possible to trigger with a document containing:
            style:layout-grid-base-height="0cm"
        
        Change-Id: Id3bd1f29157b39e8a577be0b87b86236dbe5a50c

2014-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [04cc0939abcf55debd2b15efea9b310196259093]

        ooxml export: add w14 namespace to styles.xml
        
        Change-Id: I60df6ce655cb5bbb05218ec89a1597a277e7aa72

2014-03-07  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5797d7633419bb1775056d513e89d1fc0ce461e0]

        ooxml: make GrabBagStack ready for reuse and move it to oox
        
        Change-Id: Ia7d52a003138a275860d3462382e636747343488

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [25d154bbf94157f0bdf71a71964409857634c570]

        Use getTypes instead of getImplementationId as cache key
        
        so we can hopefully deprecate getImplementationId and make all implementations
        return an empty sequence.
        
        Change-Id: I161b5fce727541ea2c8303b5d228dbc4939a55b6

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [524bebc924b911c2b226ec2e9330be327433bdb2]

        Clean up introspection caches
        
        Change-Id: Ied10da0f491e7723245056a4c98540f8b56ffe5d

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [0d8d1c02840bdb46304f71683b6090c16537a129]

        Clean up ImplIntrospection class
        
        Change-Id: I416e2cb8e22d200dfb72d512a4b4278ca582cd10

2014-03-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7a0ed3a406bd14bb2b52c383282daf4777ba76e0]

        Disable pre-compilation of OpenCL kernels for now.
        
        Change-Id: I1e61fab8ae26c11af05084db1a5542c066f69852

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [0f46b0694a42633500fb5267467a2b51978a57d2]

        writerfilter: unused modelcleanup in ooxml
        
        This script is not invoked by the build process and it just caused me
        some headache when I thought it does something. Remove it to avoid 'git
        grep' pollution next time.
        
        Change-Id: Iaf4fdca12979a63178bead20fb1c96522a99822d

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [37cc7e7471ba3b11cefcb0218c27e2c745886a6d]

        DOCX import: handle points in ST_TwipsMeasure and ST_SignedTwipsMeasure
        
        This fixes page size and margins in case of strict DOCX.
        
        Change-Id: I65894eeef191a0f4bd92d1fa69a17e820aae3a43

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5d7c7d3b281e1a9060d60bc4ac7738ae616f167]

        writerfilter: introduce ooxml::OOXMLUniversalMeasureValue
        
        In transitional DOCX, ST_UniversalMeasure is in practice a simple integer,
        which means twips. But in case of strict, ST_UniversalMeasure is in points
        in practice -- which is perfectly valid, but we didn't handle it so far.
        
        Add a separate Value class that is used only for handling
        ST_UniversalMeasure, then there we can handle the various additional
        suffixes.
        
        Change-Id: Iebb1ee859076595594d1455a1f826841dae77a0b

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [28f7f5f67cd6c064e703b3c4d3d2aa2f6286fb77]

        -Werror=unused-parameter
        
        Change-Id: Ida1c78309cc0cde3082ce4340084aa34986c63c5

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [c31b821c9fb88bb602cbdbed11e1c402e781de03]

        coverity#707890 Uninitialized scalar field
        
        Change-Id: Ia28ff0bbe6fc6ac5a4a7c8b7189077707c6b964f

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [291a95eaca8a3576c535fa20262154100d40fe96]

        coverity#1078571 Unchecked dynamic_cast
        
        Change-Id: I2270fba51d3f8f856322ed6c6e06217c213b7157

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [ad4e155fa81536bda2896ffde69a44aafa7c85af]

        coverity#735418 Logically dead code
        
        Change-Id: Iad5d984cd923758daee8d5d6d76694586a34b9e0

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [b2c18b7eb7581a41ff51191b2a65e531429ce23a]

        coverity#735434 Logically dead code
        
        Change-Id: Ie81022b493accdfa300c6b962fcd438adb9ecfd7

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [18447b0464c24acc94350d4a78d26a06e1dd3235]

        coverity#705831 Dereference before null check
        
        Change-Id: I8403e95cb452f2623a5a0bad63c54a3367b73e8c

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [6aeb4981f4c92b1aa1059398d125a5976195b326]

        coverity#705834 Dereference before null check
        
        Change-Id: I130042c2ff5dbaf0afb94d3600c9573d348b1df3

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [4ff02c40b94592cc72540433935ffe259988e979]

        coverity#705833 Dereference before null check
        
        Change-Id: I6532774fb78c1d2cf293163c3bf99e0c52770b65

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [b2a0d91884447734bf67cea349c5596ee8728190]

        coverity#705824 Dereference before null check
        
        Change-Id: Iaf867d92adcc90d90a03dd8b7a353609934d9115

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [3454a9b34266a8d370306a4de8178ef263f1621f]

        coverity#982453 Dereference after null check
        
        Change-Id: I4d7006ea9212313ef71e0879093d8f0cbc40b34f

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [12aab9c087770d2cb056f66d5f0f289d63771edd]

        coverity#735831 Dereference after null check
        
        Change-Id: Ic41ed1f547a42668b17ec0c0d35a7cf2054c509c

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [78cbc6de1b87134dcc0417537d270d49cbc8de38]

        coverity#735845 Dereference after null check
        
        Change-Id: I8e90d4a005fd40586c8262c35a4b6351ae5a17d0

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [6e07c9885502fe0572761499e790ebf7aedb707d]

        coverity#735844 Dereference after null check
        
        Change-Id: I444f545718f0d7b3e1612a1b17b810f93f032bcb

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [9e93e06529d4d30fdd620117f37341fe881e5786]

        coverity#735843 Dereference after null check
        
        Change-Id: I67909a2bc1ba411b5809a83be72716045034af19

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [4c69b0c00fb85a82905be61cba2fc6440344332a]

        coverity#735841 Dereference after null check
        
        Change-Id: Ia6dc3065bcf6aa8e1475af8163dc5eefd9ad2f85

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [047d71d0dd25ec3bb86cef96af77a609686302bd]

        coverity#735836 Dereference after null check
        
        Change-Id: Ia91df4aeec1b632030f0e4d1d0067cdc32e64057

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [f02cda1680da4816cae46805a1f0dd86c32ddbb8]

        coverity#735847 Dereference after null check
        
        Change-Id: I564d00d279d0b1cfee4eead4b9bc9b6e98a3b0f2

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [c3c9a1c38d45fa12db6298a441c09f3e7dfe57c7]

        coverity#735999 Dereference after null check
        
        Change-Id: Icd48e7051fa9eddedcf66c5589cdbd50ec98b843

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [e65dede0898f052306915534dc6e6eaa3a8fdf70]

        coverity#735992 Dereference after null check
        
        Change-Id: Ib0887c927be3706ac346aaa5e3423e782b5d4723

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [aba1ca55c1888a179f73723f59c751dcf81b6db8]

        coverity#735930 Dereference after null check
        
        Change-Id: Id523444331bcdab40d938fde42bd747fc8fa3149

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [0dde0ea5b79bf6ae8532f9ad0550a908f29bc253]

        coverity#982454 Dereference after null check
        
        Change-Id: I405db209c9277ba47b26d2a0970f4265e190a7c7

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [9e8ba548cfefc58ac23dffd696048463675b7eb0]

        coverity#982456 Dereference after null check
        
        Change-Id: I7222d394c47b73b8a84cd069fed3eb268090a70b

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [31045492f0068210851d51751ca27d43c345e55a]

        coverity#982463 Dereference after null check
        
        Change-Id: I46cbcb4091428557c8f9516e15c9be0eb4db27b2

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [b1995a2f2d193d12bf189dfcfa2e0fcaa415bbf6]

        de-macroize ucb ftpcontent, ftpcontentprovider
        
        Change-Id: I61919d79ab847273d90c2845ae37f7edc4aa5044

2014-03-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7af06afee44f13f7f2cd69854a0e40e9ede7a378]

        fdo#75492: table names can start the same way and still be different
        
        Change-Id: Icc5a6fb7cf3ed3c2171e628d22918af7038f8127

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [f8eb77651943a3f893c9426366b7d5374b28a3c7]

        convert events config page to .ui
        
        Change-Id: Ida0a6d1242333497cde9f2ef7a8830602caa0ccb

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [119edfedbe63810a6e44325689c83cc518645ab2]

        Updated core Project: help  2772c59c848df42ad1064399fa13da119ead6f84

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9bf15e19ec823a58ee32bf94da81f3bb1a147bc]

        writerfilter: initial strict DOCX support
        
        The generate-id() code is just necessary avoid duplicated elements in
        the for-each loop. http://mahahegde.com/xslt-distinct-values/ has a
        detailed description of the technique used here.
        
        Change-Id: I647efe9d4a0834d3756fe9fa6d706ba6ba4e00f1

2014-03-07  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d102ae2ce8873b01d9408e37a843e16062c50531]

        fix the rotation matrix for text shapes
        
        Change-Id: I78bf93da4b06f694621e92832773a1abd01256d7

2014-03-07  Andras Timar  <andras.timar@collabora.com>  [82ff9ec5935fd5647cb39ae5a85565f4260b0212]

        fdo#60833 user's wordbook should be selected by default
        
        Change-Id: Ic710f719df3ba71a8b71e6ef8afd54d60e73c5d9

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [af523f604df0da28687604d42c24f6dd3765f31a]

        convert acceleration config page to .ui
        
        Change-Id: I0868b635d3aca4d368f32a0035b3f57a0da35ac7

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [f4f2ba8dd15fde198556d37cd0e1577b84985282]

        callcatcher: update unused code
        
        Change-Id: I6487e6ede0a50d88a4f8c3d3b07bdad2603aa4b4

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [3ef2725a8d9a15b585066e43384788a79fb4aef6]

        coverity#708852 help coverity out here
        
        Change-Id: I26c54d715b6c90c3bab9445a91fff5593dfa96bf

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [25d6c8d2fd5caa097f3edbd7531dbc14e8357574]

        coverity#708845 help coverity out here
        
        Change-Id: I1e8ec236c44e258124eaeb818fcd39e7bf15c4b9

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [215207f480258b37864a88e1b831055e148adf65]

        coverity#708784 Unused pointer value
        
        as far as I can see the whole block is useless
        
        Change-Id: I26f2a033090e2e855a344a038246142995fb5727

2014-03-07  Caolán McNamara  <caolanm@redhat.com>  [0b4abd40a2005024db96092e66e798c851720e6a]

        Updated core Project: help  f8aab22755a2e15062977bcf2bf8172f79cc0f92

2014-03-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [312e3c38befc8164b18842e62e0f91820f4d94bc]

        drawingML export: fix handling of dkVert pattern fill preset
        
        We convert the dkVert preset to a certain hatch configuration (style,
        distance, angle), but when we exported it back, then we didn't recognize
        it, and wrote ltVert instead.
        
        Change-Id: I021885496843f5ea5453af3473453bbec50d928f

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [03fcda48819219d89d92db0ebd3d0515b2b9b002]

        Convert com.sun.star.comp.stoc.Introspection to direct construction
        
        Change-Id: Ia01efee8c7cc28d1f71fd87c735a6cbc205b3eaf

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [a77f0e5edbf0f7a5f1c488428a90a29bb61c615c]

        Enough to obtain theIntrospection singleton once
        
        Change-Id: I2f786b24590af8cfae6f24ef0367ef51ff97dfb5

2014-03-07  Stephan Bergmann  <sbergman@redhat.com>  [25cedf1dc717227d532e96062d03ba3ef1140a73]

        Introduce com.sun.star.beans.theIntrospection singleton
        
        ...deprecating com.sun.star.beans.Introspection (single-instance) service.
        
        Change-Id: Ica2e3a3541c7dcb1aab79222c5abf40d6988c882

2014-03-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [3952988da628d87e884168d23a352e4b151bf5ea]

        Fix deselection problems of template view
        
        deselectItems() were added to make recent docs
        view work, but it is unneccessary to
        affect template view too.
        
        Change-Id: I0c805774321939991e308e9c8c669604e81dbad5

2014-03-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6235a7261b7a763cbce4e3b2ffd93921008acb02]

        Revert "fdo#74787, rhbz#1072553: fix Template Mananger import crash"
        
        This reverts commit 6b6ec280f3d7f35fb9c8c8ba92a31d51ab4dca16.

2014-03-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [fa173ce679235e3a8378ccffcff5d767f97375b2]

        Revert "fdo#74506 fdo#74291 -Template manager-store selection before calling dialog"
        
        This reverts commit a411bf38da3668094698c06c8424aa9d68c85702.

2014-03-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec62a7ed2c25e2034e9199ba8b846771d71e1d77]

        fdo#74854: better loose selection than crashing
        
        - this is just a bandaid
        
        Change-Id: Iebd901a9e88967e00e235f7f8849c48246e950d1

2014-03-07  sushil_shinde  <sushil.shinde@synerzip.com>  [c6b99eedda03461202f9bf012a422dfd81da72ec]

        fdo#75158 : Handled unsupported fields for docx file.
        
          - Handled unsupported fields using fieldmark API.
          - Added Unit Test.
        
        Change-Id: I0c69458f330fa2e98821c392ea97410fe1b1e20e
        Reviewed-on: https://gerrit.libreoffice.org/8391
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-07  Tor Lillqvist  <tml@collabora.com>  [af42ac01a4931714d5e362cee253e34b9b3689b1]

        Fix OS X build
        
        Change-Id: I9437bee64b318754ee5dc595f35be865a21d6a11

2014-03-07  Tor Lillqvist  <tml@collabora.com>  [c84f0dae40b6f3e64a265efcc76b1757edbdbf45]

        Blind Windows build fix
        
        Change-Id: Ib8403f199057bec926fe1da1bac5738046ccb245

2014-03-07  Tor Lillqvist  <tml@collabora.com>  [dc8bd784c526a0fffe2cc755f0ccf8bf27dcf654]

        No cmdmail component on OS X now
        
        Change-Id: I693e529c4ef2846425db6ec6ffdfdfc0b1d09ffc

2014-03-07  Tor Lillqvist  <tml@collabora.com>  [ff3f66d4beded37af3118ea8a4602aa77f7698b0]

        Simplify
        
        Change-Id: Id6dc46c8b24441481d950ef0423da800a0f2ed9d

2014-03-07  Tor Lillqvist  <tml@collabora.com>  [ee39446353a7fd6ba28b6fcf915bc6c020f3bda6]

        Why would we need GNOME and KDE scripts on OS X?
        
        Also, the senddoc script seems fairly AIX/Linux/X11-specific.
        
        Change-Id: I06c417df3256204d2b8b29b3978f89b00c15f6f0

2014-03-07  Takeshi Abe  <tabe@fixedpoint.jp>  [e0e2f4c988af9dc73c7b3ce086efddc0a918406d]

        Avoid possible resource leaks with boost::scoped_ptr
        
        Change-Id: I835bec5c43b7b4a8638d5032b720661fc2f1397f

2014-03-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [50de43d6b40096747655c291ed4266e07680e679]

        de-macroize ucb sortresult
        
        Change-Id: Ib522fde5e453560b23c0189a29b50f5dfddb4482

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [edb2dcffaa94ae9949e6f76e409b9ee47a602629]

        de-macroize ucb sortdynres
        
        Change-Id: I292875fde0be3f838ad838233df11d765e4affd1

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [864afb34d6e3ed8c4033dc395931874881f7571d]

        use WeakImplhelper1 for ContentIdentifier
        
        Change-Id: I830d2642bde6affbc400fbaab11955ac082b7bc5

2014-03-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [20ed6886ade81ee015a22b2eb3aeff64691971bf]

        Allow easy toggling of threaded OpenCL kernel compilation.
        
        Via compiler defined macro.
        
        Change-Id: Ic20e6564d99e8ae80c15eda5d12b4dbb76ffbd36

2014-03-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5325137783825c498ed4236080ed7fe51cdec09a]

        Method declared but never defined nor used.
        
        Change-Id: I3990822cfe202b8537a7c9ad58a61c55bc2e3e82

2014-03-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0d7f89b021f1354a0fa607862296b11c9fd8a4dd]

        Let's not leak ScTokenArray when compiling formula & some naming convention.
        
        Names that begin with m_ are NOT to be used as local variables, and let's not
        use a name that's identical to the name of a STL container.
        
        Change-Id: I142cc76e9eb34a19a2346cbb67774d60b801a649

2014-03-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ca7ab6ea027d58e5bfb7be14508f4cf45d85876]

        Make these non inline.
        
        Change-Id: Ib139850380b039382565e3de3666eebb5750f32d

2014-03-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e253d46af3b47afd0006084bec89b02473ee457a]

        This ScTokenArray is stored but not used. Remove it.
        
        Not only that, it attempts to delete a non-cloned copy in the dtor, which
        would lead to double deletion.
        
        Change-Id: I3ce5266e894354a8cac5dffb5f350b942f463159

2014-03-07  Michael Stahl  <mstahl@redhat.com>  [6b6ec280f3d7f35fb9c8c8ba92a31d51ab4dca16]

        fdo#74787, rhbz#1072553: fix Template Mananger import crash
        
        File dialog causes call to ThumbnailView::LoseFocus() and clears
        selected folders.
        
        (regression from 0314034d8b23d5b69399cfcdf6b2f2add73f9f47)
        
        Change-Id: Ic5f2602e9dd1d12aad8c68c48f6bbb119ee6492c

2014-03-07  Michael Stahl  <mstahl@redhat.com>  [958616a323b7fe6b42cd642394cd90a9cd82e7f9]

        rhbz#1072607: (hopefully) fix crash in SvxRuler::MouseMove()
        
        Not sure why mpParaItem is 0 here, add a check like in every other
        SvxRuler method.
        
        (regression from 47a77d7dbc427e51421e2df8d59695834cb74980)
        
        Change-Id: Ic11a4d0c9b6ca217cd59d1d3f6789592996d2c1d

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b2b8f8d5aa1e402c31ee9853dd0ec229d3a32b7]

        use WeakImplHelper2 for UcbPropertiesManager
        
        Change-Id: I9b3c9afcf6d63f1a1e9c973c7498dcdc938f589d

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [dba5cd13f7339426d1c8b6eab7a8621def80fea5]

        use WeakImplHelper2 for UcbContentProviderProxyFactory
        
        Change-Id: I211eb7f14914df88b488d48d2d6a8c204595c7e4

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ef43f1e2f3a36d19f2727d4a0da7b99bc834a1d]

        use WeakImplHelper on udbstore's classes
        
        Change-Id: I1b38d9708e9298ad3f164d6d8838c88e08d0efeb

2014-03-06  Stephan Bergmann  <sbergman@redhat.com>  [71ed01e2edb27d09104a412425d5b99247efa4d4]

        Revert "install:module <value>s must be mutually exclusive"
        
        This reverts commit 768ea2924680fc4beb75a782cb0faf26695fee53, which was
        completely misguided---configmgr allows oor:external values to let a "lower"
        value shine through when the backend says it cannot produce a value, even when
        that "lower" value comes from the same layer (as is e.g. already used in
        officecfg/registry/data/org/openoffice/VCL.xcu).
        
        Conflicts:
        	postprocess/CustomTarget_registry.mk
        
        Change-Id: Ic8f0c9c931e2c73c9bfb8fbe5a57f60ad6aebde1

2014-03-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d9b4a8f5933fd4e7110717b0cdf5f3935203cc00]

        Vertical content alignment of frames anchored as character
        
        Change-Id: Idf05edd102475675c8f0781af1f966043f342bb7

2014-03-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [66882c88a26a1fb82f536f153b36e6a5049bda34]

        Fix UNO API of vertical content alignment.
        
        This property can applied just for text frames, not others
        which can have base frame properties.
        
        Change-Id: I551a2e17bb42855d3e948c7fc672ec5e3a451c55

2014-03-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [41ad6531c75a53262933aecb0685f5c876de7251]

        Vertical content alignment of vertical text frames
        
        Change-Id: If365684f8fec5c560e948e3428681462e227dc00

2014-03-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8b4fcb9c048d8189693a866c89bc257021352b86]

        Avoid infinite loop caused by vertical content alignment
        
        In some case invalidations makes the program to go
        into an infinite loop.
        Move InvalidateContentPos() call upper in the
        SwCntntFrm::MakeAll method so it won't be called
        when size invalidation is made inside this
        method.
        
        Change-Id: I25deccb1760b82a764cad3e90aafb092631a1533

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3871223bee2fcf7968d522a56e4062098a1e5633]

        add the xml strict namespaces to misc/namespaces.txt
        
        Change-Id: Ie83b5c94f1f002851bff3b39b1d9b676a3e44aa1

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ba322b968c4060a40c44e2f6dd910ad3e2e8419]

        fix the translation angle calculation
        
        Change-Id: If4b392f5f8dc4e67d00c6000dcf48a6c1f30db36

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [58274bb9c1d231c804319ef337fc412ece2f9f8c]

        make many SAL_WARN in chart2.opengl simple SAL_INFO
        
        Change-Id: I786361b2adaec2c4c156162ff8c3f6b743275961

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [8488775513825114d6d78c3ac2e925000f85c8fa]

        Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()
        
        Change-Id: I506940fd1b101d2c3f334e8d6608602c259b0a56

2014-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [61238e11837c6a25666a1edbf4914c27b53a310b]

        writerfilter: convert sprm:PFWidowControl
        
        Change-Id: I4ec9cfc07030ef83a44d6a2fdf7c9743242be602

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [5ba5083af2a1575bee28f1a91e53180a2df74a11]

        coverity#708878 Unused pointer value
        
        Change-Id: I7c417ccff113ed9610f609e6bcead30d727b2a0c

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [7591a91fe3e517303b8840c83a0d824b16a5410a]

        coverity#708894 Unused pointer value
        
        Change-Id: I159f172171281e6b65190f65fedcb93975560dd1

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [2f41b934e5538e4de51f39eca55ec86df5ce32c7]

        coverity#708896 Unused pointer value
        
        Change-Id: Id2a4e43c1f32d997ee2656ef2e55a1951ce60f9d

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [a61d15e0c4f0756218ff39c980b13cc9e0b830ef]

        coverity#708897 Unused pointer value
        
        Change-Id: Iab37796be5c9d6fef3e68e9ec9b6828c643b822d

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [f3770d0d041dad2c41383cd7f8b7c867542d270d]

        coverity#708898 Unused pointer value
        
        Change-Id: I3190fa5c49de84319bf08f286c1511d2b23e4922

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [827d9168ee861c2d5f457c984f19f0753e4344b3]

        coverity#708899 Unused pointer value
        
        Change-Id: I7b8c2a01a59f939805d09612968d8f90acf1849a

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [7e5fdb00f9dde1208cf6dfeea3a4fa14a903b75b]

        coverity#708900 Unused pointer value
        
        Change-Id: I2b644bf795bcfe2978aac25696cf362d7505c9a5

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [8770c1de8df41de87105d34b1281357c70f88dca]

        coverity#708901 Unused pointer value
        
        Change-Id: Ie12718b9de452ccd5b8031694d6e70792b438d89

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [a1630627935f8daad21792787ff91c442b69a527]

        coverity#708902 Unused pointer value
        
        Change-Id: Ia8e140da22d67013a1485445a6359aa001a14826

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [be9c3a83b28720492d4e80bd27285344bc696505]

        coverity#708903 Unused pointer value
        
        Change-Id: I86bf2361e06bc9beac20b76894b247c46c265b1a

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [0404e92b01707a1b314d8a1dd5df6f38247e64b9]

        coverity#738961 Unused pointer value
        
        Change-Id: I160da56b4af35a8859d60f015fe1412f484a4500

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [3613bd098a718b45883d6e56d6d401004550e3c8]

        coverity#738966 Unused pointer value
        
        Change-Id: Ia18b6e6d9462a8bcd3371d04b105db67fd397cc5

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [1122464b10e7bb2cf44954390ded491c002c2c86]

        convert password dialog to .ui
        
        Change-Id: I29e58d3992f43c5ee469484d0587843b06663bf1

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [43556658f04abaf01d936b4ad447bf64920e0d2f]

        convert another password dialog to .ui
        
        Change-Id: I208854a35886959a439954e7848dc277ee6fa96b

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [ca789f8ea47e20788f577f74b70b9e110aad8158]

        coverity#1190356 Dereference null return value
        
        Change-Id: I9a857423cd190b2da9f535e8897a9c9baba40b73

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [cfb2d0fe2f38d112e901c20e6ac8e04cdfde08aa]

        coverity#1190351 Missing break in switch
        
        it's been like this since the initial checkin
        of 2000, so I got to assume it's intentional
        
        Change-Id: Ifc1300c193f2ddbc3f9ab978464199432430fd8b

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [cd5acc5fc21e7b32f634665a1f4324abe58dc3a4]

        coverity#735429 Dead default in switch
        
        Change-Id: I18d497f1e8dc339bd1ac7154a5ca9bb59895c52e

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [f0622f3848a4c3dbbcf0b61eb2ea5748f604ce99]

        coverity#738782 Uninitialized scalar field
        
        Change-Id: Ie34b70887827ad9f38ae7e0d732471c6051ba4d7

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [26c805f555d286753f198320029cbc2759a6b9aa]

        coverity#738778 Uninitialized scalar field
        
        Change-Id: Ie5e07148fcffdc5e603b681fad32e61bc2614b9c

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [5534c989374f743e49e48e8c998397172e10ecfb]

        coverity#738681 Uninitialized scalar field
        
        Change-Id: I50d39ae4ae5795031833d73d8f46add0129fe72f

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [302410ec47f206793a0fc31752412e7bf460804a]

        coverity#738680 Uninitialized scalar field
        
        Change-Id: I0db24150f143c3b5f6459b518d0fc9649fe8a786

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [2790ad95964173b30e70c67a766683c058ce8adb]

        coverity#738679 Uninitialized scalar field
        
        Change-Id: Idfec68c208403db08cee7b1b6930b336e532055b

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [5d4f20a09ff53cbd0cbadbcc063eee5b576d7339]

        coverity#708726 Uninitialized scalar field
        
        Change-Id: Idaa6cfffe33d4ab9451e322fcdbdbf5ad0e7629b

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [8b6926b93979bba26407d839cebdd2c9f770c83b]

        coverity#708679 Uninitialized scalar field
        
        Change-Id: I198f9a163730edcd18f7359a4dd99f0d61911214

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [276df883e4ead7468b6cd6ed439c16c992789909]

        coverity#708678 Uninitialized scalar field
        
        Change-Id: I28c383f47697cce3306a2f8b4ed5d866edd32686

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [30406c6e64837553d650cd5b78fa7165d73c1ba4]

        coverity#708676 Uninitialized scalar field
        
        Change-Id: Ia335de7960984f9700cb5a69f20b3c7773d1176c

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [7994dafaa4978b29a2223b652c03face51c9efbd]

        coverity#708652 Uninitialized scalar field
        
        Change-Id: Ideadc6cd30edeb993ca19fd28f97c8665c6bb4a6

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [f61c95381f623d560bed47d2a457c4737fe2a0f4]

        coverity#708646 Uninitialized scalar field
        
        Change-Id: I16d70c8e8d7da22a98ec04fca6b88f3b51577fde

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [92204f06b53846cd60055df1757a0b20cbe5eb6e]

        coverity#708643 nOffsetY missing from copy ctor
        
        its normally always 0, so shrink the code based
        on that
        
        Change-Id: Ic9a4615f0ecb0713a00e4acd73485f99fd50a859

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [11abf53b9ddec37df333632eb06e3e28d31ffec2]

        coverity#708336 Uninitialized scalar field
        
        Change-Id: I9ccd8e1cf6fd06d7a6b7af57803f1e96e26b9963

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [a9531d2e534148c017d08ed29431cc79ca3569ee]

        coverity#982487 Unchecked dynamic_cast
        
        Change-Id: I011ab1fc6a4c69891c17c867fbe951c00811eac2

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [d60392fb5b387175dbd2e575848993c02c56922f]

        coverity#706316 help out coverity re tortured logic
        
        Change-Id: I6d6a948fdac4442c69972316275349fe73b9e741

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [553554d0c837b768bd24847320e0b4087a172aad]

        coverity#982472 Dereference after null check
        
        Change-Id: Ie797775184260fe5b5024d85be4244a56aee274a

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [056a9a8b49fc081b092026a16ff4bf63d47052f6]

        coverity#1190349 Division or modulo by zero
        
        Change-Id: Ia32e9197d0b5d5a02187d11f05bcf2dcae5ccb76

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [5d81ffe587f8d54efc077facdd61214a5329a322]

        coverity#1190355 Dereference null return value
        
        Change-Id: I6b93bed49a9d094b9988060ac3b0c9c1551ee4cb

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [93e94cd73992b42748708826fff6429933aa793b]

        coverity#1190354 Dereference null return value
        
        Change-Id: I3f99bd8f0cfd8736fec558362819d9a814df8378

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [21e6fd2b2dfdb806db320f699e434e6f2351a7b6]

        coverity#1190350 Dereference after null check
        
        Change-Id: Ia863c587b998270f68e6a6439891ce18a07ed626

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [08e08a4562fdb4c03c78eca937f840b0f7c018e6]

        coverity#1190353 Argument cannot be negative
        
        Change-Id: I32503188fb89087ac6db0ce634b46acaf645d3b5

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [e1d89089cf82202e3762b7f1f87b6ec456400781]

        coverity#1190364 Uncaught exception
        
        Change-Id: I647c7f7bf29c81c3ecafac4a8d18a61663e7738e

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [7d7f91aead9af7e0d3d262663dea4b3c96c3072b]

        coverity#1190366 Uncaught exception
        
        Change-Id: I18e732d8818ea9b6c0837b0df2bd58cb13066ec6

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [bb369166bc602dcc2824d2fc3d75e00bcf8388d6]

        Updated core Project: help  70414f0a347073ad19f0fa6b73b5ff0573fd45cf

2014-03-06  Eike Rathke  <erack@redhat.com>  [e4d8bf74267ef8bf618f3e88d74f8b8c5e580cb1]

        ReadShortRes() actually reads a wannabe unsigned here
        
        Insert Hyperlink dialog crashed, for example.
        Plus some more sanity checks to guard against negative listbox positions
        passed.
        
        Change-Id: I6458df6aab3abebfaf64d767013b57db76872eec

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [72a029dd2e6aad242ed53c56b891aa593e2db33f]

        Replace [] with getProperty()

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [f1d1c9a6529d575ba3f65872e5ae9e7ac381c6b7]

        n#821567: Fix TextFrame background import for sw.
        
        TextFrame in sw unfortunately doesn't seem to
        support nametable!

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [ad737e7ff4bf12d8b66ceb2001aebf54ff5badba]

        Re-enable the unit test (BackGraphicURL).

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [95d70e56c7ed7f1308cee97290c8cf262cd015b2]

        initial work on rotation for text shapes
        
        Change-Id: I5752884efd32711f9ac2257a9223eb79c04e8335

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ceb284f51fc9b26db2cdda1e01e21824317ffc50]

        fix OpenGL error when line width is 0
        
        Change-Id: Ifc70c632b1f26f77c253edb17cd0b29715389614

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [82299c334037ecaa1eab1ebf799af2ac028f8ec2]

        remove the formatted string dummy
        
        Change-Id: I7e73f7362063ef0a3a56765635412746acfee166

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [08e205ac6fe0aa1a77c17cacf8551fbfff264369]

        finally fix title rendering
        
        We now reuse the normal text rendering.
        
        Change-Id: Iabbe94c3f2473be1e61791b8493f0d8c4b894e28

2014-03-06  Matúš Kukan  <matus.kukan@collabora.com>  [18ea4fea4f4843c64e05827443f76122c1aed90e]

        Add components needed for editing a document in android/desktop app.
        
        As new 'edit' group because they are not needed in view-only
        TiledLibreOffice_app. Although, probably there are more components
        in 'core' which should be in 'edit' too, who knows, sigh.
        
        Change-Id: I1efebc9884662a5d25744a3414717aa410350ef4

2014-03-06  Matúš Kukan  <matus.kukan@collabora.com>  [b0ac763d13369f41b90d789287b375f57c744eff]

        native-code: Remove foo_core groups, now only 'core' and 'writer' are used.
        
        Also remove extended_core group. If something from there will be
        needed, we will add it another way.
        Currently only android/experimental/desktop/Makefile and
        ios/CustomTarget_TiledLibreOffice_app.mk are known to do something.
        
        Change-Id: I99936075e35ce98d684581838c0a19dccd83f942

2014-03-06  Matúš Kukan  <matus.kukan@collabora.com>  [bde262186c884187dd7c56ec988259e2ddab0c4e]

        native-code: Remove not used base and math groups.
        
        Change-Id: Ic1c6109ff9463add24c879cf6e6371ab050831d0

2014-03-06  Michael Stahl  <mstahl@redhat.com>  [2e29a518b04250b5f9cc9d0d77da3df076834d60]

        sfx2: ensure that no timers are running after SfxApplication dies
        
        Timers may access global data that's tied to SfxApplication, and that
        seems difficult to fix or prevent; the SfxApplication is deleted
        before the main thread gets around to handling the PostUserEvent
        sent by Application::Quit().
        
        log from xmloff_unoapi:
        
        ==32095== Invalid read of size 8
        ==32095==    at 0x934D245: Font::Font(Font const&) (font.cxx:239)
        ==32095==    by 0x1FCEABDF: ImpEditEngine::FormatDoc() (impedit3.cxx:381)
        [...]
        ==32095==    by 0x1ED0F894: SdDrawDocument::LinkStubOnlineSpellingHdl(void*, void*) (drawdoc4.cxx:826)
        ==32095==    by 0x911FECD: Link::Call(void*) const (link.hxx:123)
        ==32095==    by 0x914F700: Timer::Timeout() (timer.cxx:224)
        ==32095==    by 0x914F394: Timer::ImplTimerCallbackProc() (timer.cxx:121)
        ==32095==    by 0x170B350A: SalTimer::CallCallback() (saltimer.hxx:53)
        ==32095==    by 0x170B26C6: SvpSalInstance::CheckTimeout(bool) (svpinst.cxx:188)
        ==32095==    by 0x170B2D25: SvpSalInstance::Yield(bool, bool) (svpinst.cxx:317)
        ==32095==    by 0x91460DF: ImplYield(bool, bool) (svapp.cxx:363)
        ==32095==    by 0x9142814: Application::Yield() (svapp.cxx:395)
        ==32095==    by 0x91427C2: Application::Execute() (svapp.cxx:344)
        ==32095==    by 0x4EC7589: desktop::Desktop::Main() (app.cxx:1680)
        ==32095==  Address 0x1d498b28 is 408 bytes inside a block of size 520 free'd
        ==32095==    at 0x4A078DE: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==32095==    by 0x954CFE5: VirtualDevice::~VirtualDevice() (virdev.cxx:202)
        ==32095==    by 0x1EE26F7D: SdModule::~SdModule() (sdmod.cxx:128)
        ==32095==    by 0x1EE26FFD: SdModule::~SdModule() (sdmod.cxx:129)
        ==32095==    by 0x65C9E47: SfxModule::DestroyModules_Impl() (module.cxx:327)
        ==32095==    by 0x654116A: SfxApplication::~SfxApplication() (app.cxx:226)
        ==32095==    by 0x6541249: SfxApplication::~SfxApplication() (app.cxx:244)
        ==32095==    by 0x655E452: SfxTerminateListener_Impl::notifyTermination(com::sun::star::lang::EventObject const&) (appinit.cxx:121)
        ==32095==    by 0x1B8A67A1: framework::Desktop::terminate() (desktop.cxx:343)
        
        Change-Id: Ib70444c2b0fc60daa094323510d20b146a416087

2014-03-06  Stephan Bergmann  <sbergman@redhat.com>  [535b1dadc202ecb65510e846fe21652a84f3c07d]

        coverity#1190345 log failure to set CLOEXEC flag
        
        Change-Id: Ia1678200393db0165711d4027f92a8be6b7f4ca5

2014-03-06  Stephan Bergmann  <sbergman@redhat.com>  [ebb4ac785f9d5278bc22405c0a3dc1c419af690d]

        coverity#1190347 check rename(3) return value
        
        Change-Id: Iebd3b0e1b52a01e14e01c6db1ca158ada91e8613

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [f52dbb2d1de1135f6ef4adeb9703989d03d9775f]

        Bin ios/qa/sc, hasn't been tested for ages and surely doesn't build or work
        
        Change-Id: Id4f527f7645544b32fbee33c7f3b275492a3c5f4

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [f8062328bc9c455b8e0cb406455b3af8f5ca6d11]

        Disable unit-test BackGraphicURL test temporarily.

2014-03-06  Matúš Kukan  <matus.kukan@collabora.com>  [dcae0509135c2067635ae3cf84b05dc9fb3d2d02]

        Build webdav based on serf if neon is disabled.
        
        Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281

2014-03-06  Matúš Kukan  <matus.kukan@collabora.com>  [0b27253aff771e104a9fd5d17595b205b2fc39fd]

        Add apr and serf externals for alternative webdav implementation.
        
        Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [69f0c5f03e40576272312609a9e6225638e91c83]

        convert calc autoformat dialog to .ui
        
        this dialog is hauntingly similar to the writer
        one, a copy and paste job
        
        Change-Id: Ic873038dba4ca4fd737690b917f6cd0d5144218a

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [b79fc2d0f8872c17c7793db9a12d307d277f63d2]

        coverity#1190369 Uninitialized scalar field
        
        Change-Id: I4ded3314e99888d64b47814acde72cf13dd70ffe

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [1b47d6bd243f87794109a8921ea721112fa4b752]

        coverity#1190371 Uninitialized scalar field
        
        Change-Id: I69d49b13e6e0df81107eb9364adecf87e3b9786c

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [c105ec2f0e9add3073b2326d0ddfacfea3cf349c]

        coverity#1190359 Resource leak
        
        Change-Id: Ia1e26fbc34abf4a47a45dbfb5c24ed64b77703d3

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [c71de82e9ae38c14b817f74cd0388b150f028c05]

        callcatcher: update unused code
        
        Change-Id: Ibecd2458fb50ea6e9aff4e0c8ed76f9bfa25b8f4

2014-03-06  Caolán McNamara  <caolanm@redhat.com>  [17285a7ded6dccc01d51dd4110e130cab023e301]

        Updated core Project: help  d3f2d4de7630cf42bb6328c9da22e1c9f552d742

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [e8c00c409123e1d99f71c8e6cf8d672e96fb0c91]

        n#821567: Add unit test case.

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [bf2ff0468e06770f9320c652a2332f7ec137d061]

        n#821567: Use BitmapURL only if its valid.

2014-03-06  Muthu Subramanian  <sumuthu@collabora.com>  [2ec4d410de5bd98527336a9dc49abb76656373df]

        n#821567: Import PPTX background images with table-name.
        
        Seems like using the URL directly causes ODP export
        to ignore the background image.
        Probaby ODP Export requires updation as well?

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [291c3ae79c45bc470f8a903a2541b10e9784fac5]

        fix OOXML strict import
        
        fix the problem introduced by 6536826f2f4c747582d60ed40b0418c6a67a9829
        
        Change-Id: I6c499f8490d92badda0f086d48c2347fa112bb4e

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b09957e616f569ebf56e2b09b04e64fee9e0e298]

        coverity#1190367: uninitialized scalar variable
        
        Change-Id: Iee8658ce33d7ba1f9a52778898fc42f15da853ad

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [804397dfb6cc1415bd4e94c3c7b1a5af469613d9]

        fix OOXML validation error, related fdo#31064
        
        Use the correct namespace for wrap.
        
        Change-Id: I5620d3386fcaf54090fd58963404dde3f03c5bf8

2014-03-06  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [db2bb66d29ba841634acea57ddf5e476884e7744]

        remove more places that reference the old crash testing
        
        Change-Id: I49244bf4a84d0fbe1fa12aa5b70d9357f8ee05fb

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [4a24bc465a1d0d00fa5a57b93453dce6bb3cf463]

        Point to "documentation" for XOR emulation
        
        Change-Id: I947daf20692bf0504146523e93fed56c418676db

2014-03-06  Andrew  <dent.ace@gmail.com>  [a083fb6ba2d1e39ab7e38b3695f350c955540f89]

        Icon redux 01: Remove old draft view icons
        
        i#87898 Porting old icon fixes from AOO Bugzilla.
        Remove outdated icons for old display options (aw053).
        Checked via git grep core and help source. No instances.
        
        QA - Low risk; visual inspection of icons in general use. Originally icons appeared in optionsbar.xml for Draw and Impress, circa 2007. See i#80528.
        
        Change-Id: I324f94fd6b03b6dbe483667d3cf197f95f7284c0
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/8363
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-03-06  Andrew  <dent.ace@gmail.com>  [447358956790b78a17f962a5eabfec23aeacf57c]

        Icon redux 01: Optimised help images
        
        Help images (icon-themes/galaxy/res/helpimg) get repackaged into every icon theme shipped with LibO, so any reduction has a 5x impact on instal size.
        - Remove localised help images that duplicate the standard set (i.e. they are not really locale specific).
        - Optimised all remaining png files, to reduce file size with no visual impact.
        
        QA - For viewing localised help images the following help topics are useful:
        - Text Formatting Bar
        - Line and Filling Bar
        However, currently this function isn't working with online help (bugs fdo#75636 and fdo#75637).
        
        Change-Id: If0e7525dfb7d2dd5455652684b86899ed5d9a5ab
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/8404
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [7cfb65451a2aa9b993fd4366b611b8c46e0c8b40]

        Fix up a few Emacs and vim mode lines
        
        Change-Id: I813b3638d6e368e73d8733f652db553a6e1cb029

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [485163703b22318e1aabc903bd0261851d677a9d]

        Cosmetics and bin some pointless SAL_INFOs
        
        Change-Id: I444cfdafce5cbd4d6f0ca12b05e477c48237a889

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [856066bb2c56a918ba0f9176a48974746614c206]

        Add drawinglayer
        
        Change-Id: I48c8d110666e0404b49e3a7816c134a7f06fb929

2014-03-06  Jan Holesovsky  <kendy@collabora.com>  [d124ad1c6737fcf9f1024576d29cf733b99a64c1]

        constructors: Fix typo preventing extensions loading.
        
        Change-Id: If40e685f622b15e055a3087c441fc0c332e7d7d3

2014-03-06  Jan Holesovsky  <kendy@collabora.com>  [4b382462ddc8096ef5bf7c291f17e0d1e7cbf8f2]

        Simplify.
        
        Change-Id: I09e6963caeac32174d7dd19c16690b16fc81672f

2014-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [a6e19ea7a8885dcbdb1d8b2f56586373595ba8aa]

        use WeakImplHelper for ActivaDataSink
        
        Change-Id: Ife32157ff876a0860b3920cadc24b7888200796b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8556cd881270823865662e9a7700da58d11c2785]

        cp#1000039 DOC import: ignore symbol charset of the symbol font
        
        Otherwise characters unhandled by our OpenSymbol font (like Arabic 0-9
        numbers) won't be rendered using an other font, as no other font
        provides the symbol charset. Do this in
        SwWW8ImplReader::GetFontParams(), where we already have font name ->
        font family mappings for a few well-known fonts.
        
        The DOCX filter does the same for quite some time, and that's how Arabic
        numbers in text using the Symbol font were rendered, instead of little
        rectangles.
        
        Change-Id: Ib794cac19ad7b073e39f3cbd7d4bad3994151c14

2014-03-06  Tor Lillqvist  <tml@collabora.com>  [686677d245806ef78762a516c44501c500dba9a7]

        Add an Xcode project to make it easier to debug a running soffice on OS X
        
        Not intended for other use. The Xcode project has references to a
        fairly arbitrary bunch of source files from here and there in LO that
        I have happened to been debugging in Xcode on OS X.
        
        Change-Id: I9e94c02b2a4b057e35310362c90167f7e8670bb8

2014-03-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [2580201a89d6900fa445448d3d47b26a197cbdba]

        DocxSdrExport: fix indentation
        
        Change-Id: I7e3ddcf1fbda3979243f6540a806d2151a853e4c

2014-03-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b981c089a9194f33b46272e3f4efa117241ea533]

        Separate the OpenCL kernel state flag to get it to function correctly.
        
        It's better this way.
        
        Change-Id: I293a51f0d180e21c35b0d310b9a6bda496ad7f45

2014-03-06  Eike Rathke  <erack@redhat.com>  [7122ef19847b26529ed1d5bad40df869e91a8495]

        resolved fdo#61520 do not add multiple empty strings to the validation list
        
        Change-Id: I4f6180b2f8c914a965965ca362e1670e8b434d37

2014-03-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [95637452609260c97d8e5aaa7500531bb458a8bc]

        Fix incorrect group calc state check.
        
        And the code in the else block is pretty dangerous as it passes an empty
        token array to the group interpreter whose effect is entirely unpredictable.
        
        Also, declare the destructor of CompiledFormula class to be virtual as it
        serves as a base class for DynamicKernel.
        
        Change-Id: I4e191550a4437ad6ebac55fcdeee4f3654722ff1

2014-03-06  Michael Stahl  <mstahl@redhat.com>  [2b78f2cd7b9e4bab0f3b3b9119238f36a1bbc7b2]

        rhbz#988516: DOCX import: fix context stack when importing header/footer
        
        When a header/footer substream is parsed, a ParagraphGroup is started,
        but not ended; so the properties of the last paragraph in the
        header/footer are applied to a paragraph in the body.
        
        The obvious fix to add a call to endParagraphGroup() at the end of w:p
        element breaks table cells.  So add a call to endParagraphGroup() at
        the end of the "hdr"/"ftr" element.
        
        (The problem in the bugdoc became much more visible with commit
        ca555c596043c88894b964ac5e21f5a7271d5f3b, but was there before)
        
        Change-Id: Ib054f1882793049b39424c1076ba5d4b319cd027

2014-03-06  Michael Stahl  <mstahl@redhat.com>  [d3fcaef7dce044b7e053278a7ea972dc957ca7e2]

        SwXText::convertToTable(): assert that SwTable is client of table format
        
        ... which is wild guessing related to crash in rhbz#1010982.
        
        Change-Id: Ifbd9309a5cff1fff3a8c6022d3a20b2b8c175dce

2014-03-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [20c03592d9c436a6566f926154f46cbba0919675]

        Updated core Project: help  8942a6afa77f5f9304e566041a0ccf28613c15ec

2014-03-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cb19042f4395c97d123a27c6960d5e30d666c010]

        New feature: vertical alignment for text frames: Layout part
        
        - Introduce a new attribute (content position) for fly frames. Content
        position specify the top-left corner of the content area (where
        frame content can be placed). Add methods and members for invalidation.
        - Extract content's height calculation from SwFlyFrm::Format()
        to a funtction so we can use this inside SwFlyFrm::MakeContentPos.
        
        Change-Id: I64abb70afb652ad5c11aa69b5ba12a85210e215b

2014-03-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [80d1a46e0f3b57f1bbaf7bc4c8aac81195ea8f4d]

        New feature: vertical alignment for text frames: UI part
        
        Add a new combobox to the Options tab page of Frame dialog,
        which works with RES_TEXT_VERT_ADJUST attribute.
        
        The combobox is placed to the right side of the dialog,
        to follow ux-advise suggestion.
        
        Change-Id: I47cec8e9dea748b8e9d23fc51cacbeec1c890a4e

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [4516e300534fe982bb42d5b58b872406fa7991c5]

        crash indexing -1
        
        Change-Id: Ia339bed9bad3b43ec1e4ea813646cab81cf3a619

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [adb265b23118a8fe172e6ce978c77e4b1e0b0d67]

        coverity#982309 Logically dead code
        
        Change-Id: Id05614cf8c90d1c845876e8a6592df8420d57d47

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [e7da9d42350a7d51798e0c60c7655f99d03aa3f5]

        coverity#735941 Dereference after null check
        
        Change-Id: Ic4b27068cb3dc359ec24d4af12c64585a3a3f09a

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [8e3593107b6eca1935b3b6134f662542a9013096]

        coverity#735944 Dereference after null check
        
        Change-Id: I2123943de85d80127042a5b3e8f5b0c1b2b4f288

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [c64aac2f18c25f6c8c3c6261c80fd923bed0f9b2]

        coverity#735945 Dereference after null check
        
        Change-Id: I960f91ad25036f39d173fdcd9425cd2196eaa11e

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [b0c7d88f650e10f2d3b8e29fad547bcb8198ef08]

        coverity#704764 Dereference after null check
        
        Change-Id: I93ae20005c3d4dbe0b85a4ae79eba683c7355c88

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [eef3f4ce5a5d7a653ac84a2716af717030a32fe0]

        coverity#704763 Dereference after null check
        
        Change-Id: I7d78ef1ffc939602baf9a16c4ca18b8f5f4c4d48

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [6509003628d635fb93cbcdef0365dc11801d125e]

        coverity#704762 Dereference after null check
        
        Change-Id: I28555dcf30eb3a6f71b3808025771294a088aaa8

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [76fe205d7e0fe0a73616453209d8094cab9ce79f]

        coverity#704761 Dereference after null check
        
        Change-Id: I8e65332f202158e503da9b707bb9d6305133e68e

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [a96c4e3b1456d0f11fcd3e3374b0d457374e207b]

        coverity#704760 Dereference after null check
        
        Change-Id: I16a1b9803eb4cbd6ce77c9017262093908261097

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [5a6195974b8d1bb2ed15d80523782c062e886b93]

        coverity#704755 Dereference after null check
        
        Change-Id: I887a3ce81b2eea878b98e5567a6faf4aa8df4ebe

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [bcea4ec750aa358c75b909633c7a8cd1b7f13a9b]

        coverity#704754 Dereference after null check
        
        Change-Id: I3c70c9cfe84dc74836cf733e424cf7c2cd195c4f

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [229e59d478c77160659c93ed328b883552519e09]

        coverity#704749 Dereference after null check
        
        Change-Id: Id74676712afb4753c9e2b1a81043190451b90f01

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [0b6726867de88e49b9de19ea7da7defb7f808130]

        coverity#704748 Dereference after null check
        
        Change-Id: I4dd13cb4a39422b26d4e695c1fbb739eaee96368

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [7eaa311ce2d917ac961eac0a26a7ced90dffdf40]

        coverity#704747 Dereference after null check
        
        Change-Id: I1da494393c3a1a697bf31b00f57b33a03c674872

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [e59e188404b2666ee04080bd46dc56e05b810d4f]

        coverity#704673 Dereference after null check
        
        Change-Id: I6302c2b8c721e7b2e2c640d905a0c95ee4ba711d

2014-03-05  Oliver-Rainer Wittmann  <orw@apache.org>  [3b6a4c3bee4696332dd547096d5501e28a195770]

        Resolves: #i123979# treat application of new position due to...
        
        content frame without height to next/previous content frame as restore to saved
        position, if new position equals the saved one.
        
        This avoid cursor traveling loops due to hidden content at the beginning/end of
        the text document.
        
        (cherry picked from commit 83510855eff12832682adfb0c1093ccb5cfc7b13)
        
        Conflicts:
        	sw/source/core/crsr/swcrsr.cxx
        
        Change-Id: Ie8b6b80e9445d711bfce2143199c49ee238ce23e

2014-03-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [1484eee9437346fce788fb4afc8488900a5c4fd1]

        writerfilter: remove handling of never-generated sprm:CRgFtc{0,1,2} tokens
        
        Change-Id: Idbdd4d9b8e0498f09c9a66391a8e8d0bd31606ea

2014-03-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbe3627eece0c3486e7ea11f2f13377aaa3a8fed]

        rtftok: stop sending sprm:CRgFtc{0,1,2} tokens
        
        Change-Id: I5009fb6214da763750fba3aa7067e1e28441d7dd

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [477684669a03e7c6048b804ca3f3ebec43a4d071]

        ooxml: round-trip test for w14:anchorId & wp14:anchorId
        
        Change-Id: Iada0ba2b6d1450167977915fe95a38b5bab2559c

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ce5cca0cdad0a414d7f5a8e007a38755e1ae1b51]

        ooxml export: writer anchorId for "inline" element
        
        Change-Id: I366c329cbdcafdda87feef73802b4d1be991bb4f

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [25acc2efb9df1090f9bb8f696fa1d43508b7a9b8]

        writerfilter: also push anchorId for inline to a FrameGrabBag
        
        Change-Id: I187affa518f0df8717c75855d3ea78a5bea7e69b

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e9c6b925957bcc47337c81db5b32b16dcf38e612]

        writerfilter: add anchorId also for CT_Inline in model.xml
        
        Change-Id: Ie491345697e584597867df3937c8d832d0609a70

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [dd02b6021ed74d9ec6605fed53f30c52ec067687]

        writerfilter: stylisticly improve GraphicImport.cxx/hxx
        
        Use css instead of com::sun:star. Additionally use scoped_ptr for
        GraphicImport_Impl instance.
        
        Change-Id: I8ab1847cbe831f8989a758b561cc8e9fc3d322fd

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e77f303a2d9d244c94764ec74daf6fb26a847bf6]

        ooxml export: wp14:anchorId (DML) and w14:anchorId (VML)
        
        If a FrameGrabBag contains an "AnchorId" property, write it to the
        DML section as wp14:anchorId and to the VML section as w14:anchorId.
        
        Change-Id: I632ae3630b7605c05d8df2e92ede9cbc39956318

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [693f1dee0b994b92d1256cdd9a82f642d0c3b5cd]

        sax: FastAttributeList - add attribute in a specific namespace
        
        This change is inspired by startElementNS & singleElementNS which
        have namespace as first parameter to define the namespace of an
        element. Some attributes of a element can be in different namespace
        but until now FastAttributeList "add" method did not have a namespace
        parameter. This commit adds "addNS" which accepts namespace as a
        first parameter.
        
        Change-Id: Iebf8b5e890c17f00a56923efc3506580eed070a9

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7452e530c01193de2dedf54b2f91e797f341f19e]

        oox & writerfilter: add "anchorId" token and update model.xml
        
        Change-Id: Ibcbf552621b8c6c5c143521a697026cdeac90706

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ca6e60d4c014e7471acc7a7601148fe751634f27]

        writerfilter: handle anchorId and put it into the FrameGrabBag
        
        Change-Id: I44f9a1f5b5d65ebdabd5f6d1e8d87bfadb66d664

2014-03-05  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [85b7de13f8a8417a9dd642fe00569c45c5907a1a]

        writerfilter: add reading of wp14:anchorId
        
        Change-Id: Iae9a45b9de4f55585daf10786947f578d895cc75

2014-03-05  Eike Rathke  <erack@redhat.com>  [425c0b91026ea4e319ee195e686befcc98de9e60]

        more list type correctness
        
        Change-Id: I97cc37c05782b6ab2cd7b8b63a4315ba2386f1ef

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [85901343fd9f5075aba96101f7dc759cc61a25d2]

        WaE: sal_Bool vs. bool
        
        Change-Id: I8d5a959fdca8f7deefffb0c3a0529d2e32595df4

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [eadce168120506771aa01b83bef25fc325abcbe0]

        WaE: unused private fields
        
        Change-Id: I56d280b896b9e676994750cb684fab23bdc7060f

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [191a50828c8b5aa0f694ea7e1c8e6fce69cd1982]

        simplify
        
        Change-Id: Icd2dff124ca331935412e2653c57943b92deeea4

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [f51f03a46102333bac6a7fe06bc8538492f413a5]

        Do not needlessly truncate MinMax argument before comparison with bounds
        
        Change-Id: I218e70d6a19901107fd037af255ad29692c850d4
        Reviewed-on: https://gerrit.libreoffice.org/8461
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [0e78ce148371f8ae27f4660403dd057a1f632ecf]

        Operators for Point are only overloaded for long, not double
        
        ...so no use giving double arguments that are implicitly cast to long anyway.
        
        Change-Id: I26b9059fc5ab0d55c3f320e2b2f55502423541a9

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [a7859d08ab3f4c214e83d311a5db7aeed2f707b5]

        Work around unfortunate libstdc++ interpretation of C++ cmath requirements
        
        ...that causes a call to std::abs with a short argument to effectively select
        the double overload (via a template added with <http://gcc.gnu.org/git/
        ?p=gcc.git;a=commit;h=8c0edf5c2aad076cbc805299ed82845ae049f4f6>
        "include/c_std/cmath (abs(_Tp)): Add"), see
        <http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-toc.html#2192> "Validity and
        return type of std::abs(0u) is unclear" for details.
        
        The workaround is to use int instead of short arguments (and make sure the
        integral overloads of std::abs from cstdlib are available).
        
        Change-Id: If95363f9a54abb9cb1a57fd4828c4b91c12bc4be

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf1878f5dcac82f61f696410faa685c7a2d795a8]

        kill XINTERFACE_IMPL_3
        
        Change-Id: I72448b67ae52e89c206f9c313b3d351ae2a56dc3

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b40ddd9f092ea97707fbde8c4d7dd58ac867af2]

        kill XINTERFACE_IMPL_4
        
        Change-Id: I88e2e62b82f40cfa3e892023d381f7611e093fd6

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5aad2ac58f01702b91db051e66e2e855de00b10]

        kill XINTERFACE_IMPL_9
        
        Change-Id: I651599cf3ec82a31f3260985907b5b2d56665da3

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ef98b947e8babddeaf5b67e580ba2f184c0e157]

        kill XINTERFACE_IMPL_6
        
        Change-Id: I1445524d3c15a3dec881c1499910779b9d61b840

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [fbf7bd25b0d6e4b37d36f0fa227bf20faf0d6db1]

        kill XINTERFACE_IMPL_5
        
        Change-Id: Id1e61cd6873458f052d61c95617ade753face61c

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [e090a0f5802904ca8cded9208993e09bc08a3052]

        kill XINTERFACE_IMPL_2
        
        Change-Id: Ic735b7d6ddfaacab9af7405e4dacc62f818bed8c

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [149da07aed965ba8cc3330163821922f10381d8c]

        kill QUERYINTERFACE_IMPL_START/END
        
        Change-Id: I9b9457cac9b93b550ccb16522b035aeb53be9bf3

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ec9ea3c52609f033c57d9af90d334583e32b80e]

        de-macroize QUERYINTERFACE_IMPL_START QUERYINTERFACE_IMPL_END
        
        Change-Id: I152d82e34446111cead4b060f789260552d5920d

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [10fe4b9fd17e1da11ea7ebfa354f40c2e2da3f3f]

        de-macroize XINTERFACE_COMMON_IMPL
        
        Change-Id: I7cffc8a111dd939272c6dbef8827b6f5c04a4590
        Reviewed-on: https://gerrit.libreoffice.org/8455
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [66f2c35fac22a235a1e491824126f105e6d3869c]

        de-macroize XINTERFACE_DECL
        
        Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe
        Reviewed-on: https://gerrit.libreoffice.org/8454
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-05  Douglas Mencken  <dougmencken@gmail.com>  [578bd15399a16b0a32e752e19ae42d989321d731]

        Currently used file pickers API doesn't work for OS X < 10.6
        
        Change-Id: I69592ada3a413cae2d0def2faa495db44894ed3f
        Reviewed-on: https://gerrit.libreoffice.org/8430
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-05  Joren De Cuyper  <jorendc@libreoffice.org>  [644dbbc9d0098c02c8a1edd7d12daf13edca7eda]

        Switch to -magnification instead of -deltaZ for mac osx pinch-to-zoom
        
        Using pinch-to-zoom in LibreOffice result in following warning in terminal:
        soffice[2376:507] -deltaZ is deprecated for NSEventTypeMagnify.  Please use -magnification.
        
        Following https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/lMxCG03aZNs
        -deltaZ is deprecated since OSX 10.6. Therefore use -magnification. The forum also
        mentions the fact the steps are 500 times smaller. Lets use this factor 500 to keep the
        behavior as consistent as possible
        
        Change-Id: Ie769c518492e5b149a5301b19cae8d841047cb22
        Reviewed-on: https://gerrit.libreoffice.org/8345
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-05  Eike Rathke  <erack@redhat.com>  [160d289564428c458f4923fe2eb5bfe28c3c61a7]

        cast to the higher capacity type instead
        
        Change-Id: I515f315c93dd19016dfdabdf9524606214f84891

2014-03-05  Keith Curtis  <keithcu@gmail.com>  [9f308fbc02439e25f8932314a9374c205ebdbc4c]

        Simplify resolution calculation
        
        Removed unnecessary complexity with resolutions because X in 2014 isn't
        telling the truth about the size of the screen. My brand-new 13" laptop
        with the latest X and everything apparently has a 33" x 18" monitor. So
        if the data isn't reliable, just use 96 dpi anyway which is a very
        reasonable default.
        
        Also got rid of exact resolution member variable. LibreOffice can just
        always think it has exact resolution. If it doesn't, then it just means
        the code needs to be smarter, not that we need a flag about whether the
        data we have is "exact" or not.
        
        Change-Id: Ic41bdc3a82dbd1fdb6a987d6dc49adad8194ce14
        Reviewed-on: https://gerrit.libreoffice.org/8166
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Keith Curtis  <keithcu@gmail.com>  [ff6f3164dfc454354bee79eac30d6cc279b8a0ec]

        Simplify DrawWave
        
        This patch simplifies the DrawWave logic. Callers of that code would try to
        figure out what size wave to draw and pass down a style integer to
        DrawWaveLine, but DrawWaveLine already has logic which trims the height of the
        wave so it doesn't need the hint.
        
        This doesn't change the UNO API
        (::com::sun::star::awt::FontUnderline::SMALLWAVE), but it does get rid of
        internal usages and maps those small waves to normal.
        
        Note that changing the zoom in Calc right now causes spelling underlines to
        disappear. That bug is not related to these changes.
        
        Conflicts:
        	editeng/source/editeng/impedit3.cxx
        
        Change-Id: I3caa2a74a0f5228b924d4e1b0a77f96eaef5fa00
        Reviewed-on: https://gerrit.libreoffice.org/8168
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [9d4c3a2a217e02444601bea9e0eae7ae342fe0e8]

        WaE: comparison of integers of different signs
        
        Change-Id: I936e7bdaf3a4236775add4982005b465f229eb78

2014-03-05  Alexander Wilms  <f.alexander.wilms@gmail.com>  [b25c29389e81c52395521ce8efdf99699abc500a]

        Remove visual noise from winaccessibility
        
        Change-Id: If8ac2543e3dca393e14380a85547cafbb68ab8c6
        Reviewed-on: https://gerrit.libreoffice.org/8340
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Katarina Behrens  <bubli@bubli.org>  [ebb0c1409156e7939a189cc8abd72fb434dbdbaa]

        Converted group by [number|date] pivot table dlg to .ui
        
        Change-Id: I3c6256f1b2d176790a8eb7c094c1583ce053971b
        Reviewed-on: https://gerrit.libreoffice.org/8382
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [ad2d1082b1e6eb446798e363ccc1e71461bf1748]

        Bin unused global variable
        
        Change-Id: I9bd4ea90638df91122b96f1fb86043c2d770417d

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [c2756737e0dafe9c802346a2cf4d459bf59acd9d]

        Require Android API level 15, which is from December 2011
        
        Note that this doesn't really mean a lot for the NDK.
        
        Change-Id: I4061cb856055ae126aadf56afc462182a875e65f

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [0b5558a68de6b9d887fd76a5ad8463116e7be4bd]

        Add sal source files
        
        Change-Id: Id44a5bb0dca7bc6b8d97a6d5ae26ea642043e374

2014-03-05  Tor Lillqvist  <tml@collabora.com>  [07b35e16c1f6d082fa304035155f2ef6afe789aa]

        Use the AppleLanguages preference instead of AppleLocale on OS X and iOS
        
        AppleLocale is for things like date formats, it seems, while the first
        entry in AppleLanguages contains the user's preferred UI language. I
        think that is closer to what we want here.
        
        Note that in AppleLanguages, the country (where present) is separated
        from the language with a hyphen, while in AppleLocale an underscore is
        used.
        
        Change-Id: I6d8a728d53ca6b46e8fcf0e333a6d0aa34abff1d

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [3184f539b0bb4e7df6189248fb33804916259d9d]

        Updated core Project: help  89290aeb021a3ab91a0a091537eaa7c8194c8449

2014-03-05  Eike Rathke  <erack@redhat.com>  [68ec95b3f80408ae50897b043eed69a07d084df9]

        made ListBox handle more than 64k elements, fdo#61520 related
        
        ListBox and related now handle up to sal_Int32 elements correctly.
        sal_Int32 instead of sal_Size or size_t because of UNO and a11y API.
        Also disentangled some of the mess of SvTreeList and other containers
        regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures.
        
        Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a
        Reviewed-on: https://gerrit.libreoffice.org/8460
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-05  Maxim Monastirsky  <momonasmon@gmail.com>  [c3403ac888c2e62edaf8befe7982f5f8cc95c16f]

        fdo#67104 Use correct command for show grid
        
        Not sure why .uno:ViewGridLines & SID_SCGRIDSHOW were
        introduced (in "merge sidebar feature" and related commits).
        
        Change-Id: I90bdfaef86adcbfa44129b8f7f9df61ca7f35114
        Reviewed-on: https://gerrit.libreoffice.org/8459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [9b808856ca26a1879303bd562f6b02233cb87ac3]

        fdo#70798 add missing parclass.cxx entries for new Excel2010 functions
        
        Change-Id: If27559ffb077b5704d46ec4057b5531a9887b0cd
        Reviewed-on: https://gerrit.libreoffice.org/8355
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [e203cf28c7ab5b256e02769392fff487c5ecc87a]

        HelpTabPage_Impl ResId variant is now unused
        
        Change-Id: I084aaae3f090b36e7f16c4cd2541613fc91d6490

2014-03-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e4def6edaa4686e50bbfd4490a4b9ddb928397a4]

        fdo#72197 Add Excel 2010 functions
        
        MODE.SNGL, MODE.MULT, NEGBINOM.DIST, Z.TEST
        
        Change-Id: I55eb05e1ebdb9dbc3ce9ae84e3cdacfdfa112091
        Reviewed-on: https://gerrit.libreoffice.org/7776
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [c1d9f1ff1868ecd8fa21028c53c5dd357701affe]

        convert help contents page to .ui
        
        Change-Id: I9ffd2881bfbf51749d69d7fc1af2d74335d8e3f4

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [3991641ad68b08ad6be332c9a3f8ffa7ff98a4d1]

        Updated core Project: help  b7b2120b6b279ed678c9fc8dbd5ee02e184064bc

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [8ce132ee0e2ddcd7f47e46fb943b32326cfa429e]

        convert help search page to .ui
        
        Change-Id: Ib40ab75ce04c60df29895b0b14450d507d67db23

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [a099961a13752dedbdf5ec7445865e0d6cb45455]

        Updated core Project: help  a1500f2d2d62db355abf42dbd136b26baecf8abc

2014-03-05  Mihai Varga  <mihai.mv13@gmail.com>  [888cf44109a515982162f836d88b0c08624d3913]

        fdo#39440 the sSymName parameter is now passed by reference
        
        Change-Id: I7292dd2a03c94fd5366220a62334ef6ebac9296c
        Reviewed-on: https://gerrit.libreoffice.org/8450
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [5cab7c7b24fab6e77cb54a134ada2ee33cf51acc]

        loplugin:sallogareas
        
        Change-Id: Iba543bf0642071ab4a9164af8a4bcb35ac1ecfd0

2014-03-05  Jan Holesovsky  <kendy@collabora.com>  [27e57531b48afa7bf0c95418a89811c375a96c32]

        sw tests: Fix description of the new assertXPathContent() and use it broadly.
        
        Change-Id: I3c8d5e491fcf9f871d72fb2d138bb7094ff69746

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [e5107024bd2703122c4d8a27e29abd2c73e6af38]

        convert help index page to .ui
        
        Change-Id: I2d3b5311b8f40350f6d9524f802cb074c175ffaa

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [eb847b33f7ea5b5e103886da7eb5dd1cc3061422]

        Updated core Project: help  d17b89d10487e87000998056c30f9ecfa8b1a86a

2014-03-05  Olivier Hallot  <olivier.hallot@edx.srv.br>  [935e91c55f5878ce999db30b777cec36b50c3b3a]

        Add window title and frame into placeedit.ui
        
        Change-Id: Ibc45598b719c0898af19e6266799f84cc66d2db1
        Reviewed-on: https://gerrit.libreoffice.org/8453
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [8c766085a045710a1fc761fe57026e60a6ccdba3]

        convert help bookmarks tabpage to .ui
        
        Change-Id: I2bfbb2aa53729be1c12ccc3ca3dd8644aa4d5410

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [76ccdee026b7166904f3f9ec04340c70e6132ae0]

        Updated core Project: help  fd4b247481040463a7037ed0d96e78256ad2c32d

2014-03-05  Tushar Bende  <tushar.bende@synerzip.com>  [7b7b64f26b9ef4ed717506f689d6d870305cb2bb]

        fdo#75557 : OLE Objects of type .zip not being preserved in RT
        
        Problem was Document containing ole object if RoundTripped then after Roundtripping the OLE object was not working.
        Which means if doc contains .zip file as ole object then after RoundTripping that .zip object was not getting opened .
        
        Reason found that it was because of missing o:title attribute during RoundTrip for <v:imagedata> inside <v:shape>.
        
        XML file difference :
                In document.xml,
                Before - <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole="">
                           <v:imagedata r:id="rId3" />
                         </v:shape>
        	After -  <v:shape id="ole_rId2" style="width:72pt;height:40.3pt" o:ole="">
                           <v:imagedata r:id="rId3" o:title="" />
                         </v:shape>
        
        Verified that code changes working for other ole objects as well which are: Equations ,Excel Sheet and .zip.
        
        Change-Id: I813de38bcd6e334ce38a661fdfcfa434ef246ed0
        Reviewed-on: https://gerrit.libreoffice.org/8458
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9a7ca779cdd3007df4e1425d296ba83091a4044d]

        move the export validation code to test
        
        Change-Id: Iaafe30a1095bd5b6dac3637c394818ba8bd848ce

2014-03-05  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [7691532a89a94120c220f77e8cc6c42615e3d7c4]

        fdo#73596 [DOCX] Index:distance between columns
        
        Import the "w:space" or the distance between multiple
        columns of an Index
        Modifies existing UT for the same
        
        Reviewed on:
        	https://gerrit.libreoffice.org/8444
        
        Change-Id: I6d38e106208524cb22d0b98b0071360865e64bc0

2014-03-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [aad35298c43795e60605e0ea71290642687c8fc4]

        fdo#70838: fix size error in rotated shapes in DrawingML
        
        We should pass the natural rectangle instead of the bounding box as
        the size of the shape.
        
        Change-Id: I3ecee9d5645f280071c2872ecd08dbcf54574b8a

2014-03-05  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [0415e2696156b25226f21085a0716187f83c2f4b]

        fdo#73219 File corruption: Table in header
        
        Description:
        File corrupt due to the end tag </w:tc> </w:tr> </w:tbl> are missing after roundtrip in header4.xml
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8378
        
        Change-Id: Ib05a50b3b3beca6c744b93360f9341ddcaa1a22a

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [d2c08569373551144b141bbdeea76894cf7fc82b]

        Revert "remove unused code oox::core::Relations::getRelationsFromType"
        
        we need it again now
        
        This reverts commit 77c45eb25eb462bacdf7d658d6cb485f755beaa5.
        
        Change-Id: I3e171d95e4f50c8e26824da2f6e6817d3b597d4d

2014-03-05  Caolán McNamara  <caolanm@redhat.com>  [19a28edc632b8b8b209717c1b21ae69c3ac51bfb]

        getRelationsFromType -> getRelationsFromTypeFromOfficeDoc (?)
        
        Change-Id: I492020d03ed4178510e6aae431cf4827c1166f0b

2014-03-05  Andre Fischer  <af@apache.org>  [1cbec9cd986100de185f6dc10301a54f6604e6af]

        Resolves: #i119480# Fixed import of curves from PPT
        
        Reported by: Du Jing
        Patch by: SunYing
        Review by: Andre Fischer
        
        (cherry picked from commit 7d4fbffcf83ae6cbd01485320c2f21155c3dd4de)
        
        Change-Id: I1ca3caf3aaec255ab204a4a687ed8434fbdb234a

2014-03-05  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [6536826f2f4c747582d60ed40b0418c6a67a9829]

        fdo#74792 [DOCX] Grab-bag rels and images for SmartArt
        
        Added support to grab-bag rels and associated Images for
        data[i].xml, and drawing[i].xml.
        Added UT for the same
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8362
        
        Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b

2014-03-05  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [d043c9e3be791993348afaba6effdc3731f7c33d]

        fdo#73596 Added support to import and export \r,\h Index flags.
        
        This supports \r flag run-in type index. If \r is specified then we don't
        have to write \e flag (separator char).
        \h is Alphabetic separator, where indexes are grouped as per starting
        character.
        
        Change-Id: I690b29cef3d24b2a71b01f1deef0e418162d71aa
        Reviewed-on: https://gerrit.libreoffice.org/8099
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5490f585f09c0a24b7caab011593ab6bb6e9a318]

        sal_Bool to bool
        
        Change-Id: I866946a2a987a95a41cf2b32ed089568ff94b236

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ffc4fc97d3ade42aace321a86f8712f8de749a30]

        let us use OOXML transitional in the calc export tests
        
        Now the export validation test passes and we can finally make use of it.
        
        Change-Id: Ic8a6d15f3f0aa84b35b480e3cb0fa1c54c5e6b25

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [702e08d1130f1e323926e37104853c7e8469db5a]

        make sure we always set the filter name in the media descriptor
        
        Change-Id: I659c87a0f0856a95a5f9c71180b1d595f0dc09fa

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [553a4d154ba37df80a0240b4ff114c274d461051]

        use CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I66db2bdf7bddaa6d8f1d935e28376e3d0898071f

2014-03-05  Stephan Bergmann  <sbergman@redhat.com>  [4ce261f9f68ee710a883604181299b13cd14ae7b]

        Avoid bogus MSVC 2012 (at least) "unreferenced formal parameter" warning
        
        Change-Id: I3c1243e449e0b7851e415cf7543483d16c5ac7ec

2014-03-05  Noel Grandin  <noel@peralex.com>  [1f6cce7e52c5007457d1a39263efe54ee87e9fab]

        Revert "remove unused code in basegfx"
        
        Some of this code is used by Windows.
        
        This reverts commit b96724560f119b1b9ab8b5e1ee1759fd9b2db203.

2014-03-05  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8c443f5c03d5202a7ef0c2738a21c74c36ef06a2]

        integrate the financial-functions test
        
        Change-Id: I1d7ccbf4ceb3e825737a6c0af228767dc3fbce2d

2014-03-05  Ken Biondi  <kenbiondi@hotmail.com>  [35f39285991043a70f65c796c38624c9c51ec4b1]

        add import test for financial functions
        
        Change-Id: Idda4de746db0c959ad31a6937a4aee877417e436

2014-03-05  Noel Grandin  <noel@peralex.com>  [77c45eb25eb462bacdf7d658d6cb485f755beaa5]

        remove unused code oox::core::Relations::getRelationsFromType
        
        Change-Id: I242ddcc1e352fbf92206a21d93e16c42a0e5ef8e

2014-03-05  Noel Grandin  <noel@peralex.com>  [26f145549e19658a7f76770cfd5c8a4ad5942fad]

        remove unused code oox::core::XmlFilterBase::getFragmentPathFromFirstType
        
        Change-Id: I75094f95001dab18436100375a8ec6564e8d0f8f

2014-03-05  Noel Grandin  <noel@peralex.com>  [794f5c68743b68183f842a308eb0e67db4c051af]

        remove unused code ScSimpleRefDlg::GetRefString()
        
        Change-Id: I1d5660560844e6e05be7ac20af3a420cae7de2b5

2014-03-05  Noel Grandin  <noel@peralex.com>  [01e5d5fe2e4034b23ff40df7c4a64fae28058906]

        remove unused code ScTable::GetCellCount(short)
        
        Change-Id: I8ef300c77053d540aa68e3e3463286d56e82c50f

2014-03-05  Noel Grandin  <noel@peralex.com>  [94e0f1a0b351018d2ec012d57639fa155b6d7575]

        remove unused code SfxAcceleratorConfigPage::Create
        
        Change-Id: I0fa740b8eec80aff999627ba5a095248f69dab81

2014-03-05  Noel Grandin  <noel@peralex.com>  [42a6e74fc36862c4115fee07fe6be4a233adb30d]

        remove unused code in SfxBindings
        
        SfxBindings::GetSlot(unsigned short)
        SfxBindings::GetSystemWindow() const
        
        Change-Id: Icc024abcde1394ade86d3f4e623e4030382d2b63

2014-03-05  Noel Grandin  <noel@peralex.com>  [2e7807cb8673dd6ca6703d0554117fd9666ffd6a]

        remove unused code SfxDispatcher::IsOnTop(SfxShell const&)
        
        Change-Id: I107f732cb0f26bf0546e6cf6181b4236a6ad7b49

2014-03-05  Noel Grandin  <noel@peralex.com>  [bdc9ea5f65027e051269a84eb09189347a8787d6]

        remove unused code SfxGrabBagItem::SetGrabBag
        
        Change-Id: If41ef729da5799ebaa4ea238c6d2c4f1087ac487

2014-03-05  Noel Grandin  <noel@peralex.com>  [e327fd0c5dcb927990bdf1a34d6f99f11edb22a9]

        debug only code SfxItemPool::GetMasterPool() const
        
        Change-Id: Ia3c53e64f6e39618b4cc85fae5f213e67041a725

2014-03-05  Noel Grandin  <noel@peralex.com>  [639110d0ccb5af48104cd4a6e64c26bf682ed3f3]

        remove unused code SmFontPickList::Contains(Font const&) const
        
        Change-Id: I07e6642bdf0db3b0f297e8ec01b614f880231aa7

2014-03-05  Noel Grandin  <noel@peralex.com>  [ca0e8696ea0cd038d55d8101ff6f7303bb67a07e]

        remove unused code SmParser::Insert(rtl::OUString const&, int)
        
        Change-Id: Id14c393700135b511e520f75d19561667a7f5a51

2014-03-05  Noel Grandin  <noel@peralex.com>  [0654c95af100989c64b530daf852e089f7c2bda3]

        debug only code SotFactory::Find(SvGlobalName const&)
        
        Change-Id: Ia7e94a0580a26dad874b2f53b4bc17d5c4b6d115

2014-03-05  Noel Grandin  <noel@peralex.com>  [31c4dfb2b5fbbed58a37c4c924041629c68ebb95]

        remove unused code SvdProgressInfo::ReportError()
        
        Change-Id: I4f58a14d388cb138eb2c23c296148237f33e9fef

2014-03-05  Noel Grandin  <noel@peralex.com>  [f68e276c798bc1b00b38108fc4d0f2d99bff485b]

        remove unused code in svtools/SvtAccessibilityOptions
        
        SvtAccessibilityOptions::GetColorValueSetColumnCount() const
        SvtAccessibilityOptions::GetEdgeBlending() const
        SvtAccessibilityOptions::GetListBoxMaximumLineCount() const
        SvtAccessibilityOptions::GetPreviewUsesCheckeredBackground() const
        SvtAccessibilityOptions::SetColorValueSetColumnCount(short)
        SvtAccessibilityOptions::SetEdgeBlending(short)
        SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
        SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
        
        Change-Id: I1efe1da923a7c26030655ca8baa299325f416478

2014-03-05  Noel Grandin  <noel@peralex.com>  [8f4aaed8552e27161b007308741e7ed2276a0c6b]

        debug only code SvtIconChoiceCtrl::SetEntryTextMode
        
        Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e

2014-03-05  Noel Grandin  <noel@peralex.com>  [6c8f8b0283345ab74b28e99bad3ea0028406e88f]

        remove unused code SvxDistributePage::GetRanges()
        
        Change-Id: I5f53ad2cac374463991ad0e576297a07ca30ea5f

2014-03-05  Noel Grandin  <noel@peralex.com>  [fd6a568ada08d0be7ce3881beb9bd664f6843cd7]

        remove unused code SvxNumRule::Create(SvStream&)
        
        Change-Id: I82205010e613a07df24f22071eec74f53578671d

2014-03-05  Noel Grandin  <noel@peralex.com>  [e964e2c56b62eeef77b4287544dccab1c964070e]

        remove unused code SvxNumberFormat::Create(SvStream&)
        
        Change-Id: If8cfea11552bf008ab4381ecec50aadf58a98a45

2014-03-05  Noel Grandin  <noel@peralex.com>  [36654b1823b2f349602b308ef368cfd4e5f6f4f6]

        remove unused code SvxRectCtlAccessibleContext::FireAccessibleEvent
        
        Change-Id: I866614ceac9c6a4ea3e2ba6e682e357a1f96a370

2014-03-05  Noel Grandin  <noel@peralex.com>  [0e887093a55431dad251d224a00228035e8442dd]

        remove unused code in SW module
        
        SwAccessibleParagraph::GetTOCLevel()
        SwAccessiblePortionData::GetAttrFldType(int)
        SwAccessibleTable::SetTableData(SwAccessibleTableData_Impl*)
        SwCntntFrm::DelFrms(SwCntntNode const&)
        SwExtraRedlineTbl::Contains(SwExtraRedline const*) const
        SwExtraRedlineTbl::Remove(SwExtraRedline const*)
        SwPostItField::GetByName(SwDoc*, rtl::OUString const&)
        SwViewImp::FireColumnChangeEvent(unsigned short, unsigned short)
        SwViewImp::FirePageChangeEvent(unsigned short, unsigned short)
        SwViewImp::FireSectionChangeEvent(unsigned short, unsigned short)
        
        Change-Id: Id385122a54970ed944e6dfc4c2b264da4f936255

2014-03-05  Noel Grandin  <noel@peralex.com>  [967c694cfe2d9bf0a362f954858fc96691e23903]

        remove unused code TemplateLocalView::HasUnfilteredItems(FILTER_APPLICATION)
        
        Change-Id: Ia4e8c6139b20f2370219d9e7b72e6b3083301ba0

2014-03-05  Noel Grandin  <noel@peralex.com>  [6b27104ac5d8473d2a453bcd64c25e590aaec7e4]

        remove unused code TextEngine::GetLeftMargin()
        
        Change-Id: I1b702a4371154ebc10c0caa7697fdbe763337b6f

2014-03-05  Noel Grandin  <noel@peralex.com>  [49d85c15362a8f91a0f1528c25a3927ba04bdb7c]

        remove unused code in ThumbnailView
        
        ThumbnailView::DeselectItem(unsigned short)
        ThumbnailView::GetItemText(unsigned short) const
        ThumbnailView::SetColor(Color const&)
        
        Change-Id: Ifed909b3c6b32e7e553bee29fbf989963c733e69

2014-03-05  Noel Grandin  <noel@peralex.com>  [56b24765f24222d3d1a2fe488b89c56a331ffce0]

        remove unused code ToolBox::GetItemExpand(unsigned short)
        
        Change-Id: If28d796a72ca7f375a82fbb0a42e9810db6f34c0

2014-03-05  Noel Grandin  <noel@peralex.com>  [e9b2ee303789c290b392c524e7afcd2ee870de07]

        remove unused code vcl/VclMultiLineEdit
        
        VclMultiLineEdit::IsRightToLeft() const
        VclMultiLineEdit::SetTextSelectable(bool)
        
        Change-Id: I430ffd0bac59baf49bac05123f22fa004a90ec40

2014-03-05  Noel Grandin  <noel@peralex.com>  [4464ea472c5e4af48a95fa55235bfc4f06880790]

        remove unused code accessibility::AccessibleParaManager::Release(int)
        
        Change-Id: I1f3bbd1baf16c27fb5c01055295ccabb3d6eb3d7

2014-03-05  Noel Grandin  <noel@peralex.com>  [a04e9484d1632d3f8a1181bddd0d6f71e25fd76b]

        remove unused code in accessibility::AccessibleShape::AccessibleShape
        
        Change-Id: Id17c8d2e2f366b666fd58317c2b8241753ae8a93

2014-03-05  Noel Grandin  <noel@peralex.com>  [6f0dfc462e3bcb9368f93862457673ad0cd3dc45]

        remove unused code in accessibility::Document
        
        accessibility::Document::justifySelection(TextPaM&, TextPaM&)
        accessibility::Document::notifySelectionChange(int, int)
        
        Change-Id: I3a5c79ada69c1530ebbbf386bf271f3a83843815

2014-03-05  Noel Grandin  <noel@peralex.com>  [4ec1f764ae662684cdcd394d2799bc09ade88c91]

        remove unused code in basegfx
        
        basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
        basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&, double const&)
        basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&)
        
        Change-Id: Ia20358dca68e2240ca9eadd43a18fc6c1a3693a0

2014-03-05  Noel Grandin  <noel@peralex.com>  [adbf974f828b23c4645e39267131428a2fa46792]

        remove unused code chart::ChartModelHelper::setPageSize
        
        Change-Id: I9c6d6f8d9389070a41af2a289e97b6eeb2fc750c

2014-03-05  Noel Grandin  <noel@peralex.com>  [d61b787c84f80bb35b545cde069f0ca621dfc9fb]

        remove unused code chart::ModifyListenerCallBack::startListening
        
        Change-Id: I43de71815d13bf359926dc6c6d63eb5a933ca712

2014-03-05  Noel Grandin  <noel@peralex.com>  [43c5a22e63bb30374f9d161c7bf8dac095733536]

        remove unused code in drawinglayer
        
        drawinglayer::attribute::SdrFillGraphicAttribute::getLogSize()
        
        Change-Id: Ib1d958e57598dd3db392de98c4d2e2df1bfc98de

2014-03-05  Noel Grandin  <noel@peralex.com>  [8d36fd6576b6ebbdd4fe88810aa7d51f499a063d]

        remove unused code editeng::MisspellRange::MisspellRange()
        
        Change-Id: Id137b4789652ca54290106a33d2c230723834a52

2014-03-05  Noel Grandin  <noel@peralex.com>  [641387a35a1418adb58ace257a6bc9ff56004123]

        remove unused code editeng::Section::Section()
        
        Change-Id: I1201ebf5f97f95690835d343be8d1b6f5382dbe6

2014-03-05  Noel Grandin  <noel@peralex.com>  [cf5ac4dd3cc4f8329a1f2711c8d58ab487e869e7]

        remove unused code formula::FormulaDlg::CheckMatrix()
        
        Change-Id: If7b09d032d0155a38b5d5e8aa1832c86a8f7cec1

2014-03-05  Noel Grandin  <noel@peralex.com>  [41f5dda7468306275704883bda3786b1d6ee9d00]

        remove unused code in formula/FormulaTokenArray
        
        formula::FormulaTokenArray::AddString(unsigned short const*)
        
        Change-Id: I6c014f6ada3b75398112e81f9c8e7de7dd776c7d

2014-03-05  Noel Grandin  <noel@peralex.com>  [d7f1f91b194da1cb96e66268ce7ef38602aa5754]

        remove unused code in formula/vectortoken
        
        Remove these methods:.
        formula::DoubleVectorRefToken::GetRequestedArrayLength()
        formula::SingleVectorRefToken::GetRequestedArrayLength()
        formula::SingleVectorRefToken::SingleVectorRefToken(
            double const*, unsigned long, unsigned long)
        
        and optimise some accessor methods.
        
        Change-Id: I04f53593894a59dbefdd1cbc9505c6eb7cd8610b

2014-03-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c62596cf264ef10749d8bfdb2bb2ebef2d98fbc]

        fdo#75260: Correctly draw double lines for both Writer and Calc.
        
        Fix all sorts of incorrect double line handling in drawinglayer in order to
        draw thick-thin double line types correctly.  Also change handling of border
        lines in writer tables. There are still some outstanding issues but it's
        much better than how it was before.
        
        Also realized that Word and Excel handle simple thin double lines differently;
        Word varies widths of all of the lines and the gap whereas Excel only has one
        fixed size for its double line.  For this reason I decided to add a separate
        double line type (DOUBLE_THIN) to handle Excel's double line.
        
        Change-Id: Iaaa353b6e4f998b524262bea59260b4333e0cdb4

2014-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [fb052ae6174e4c96157ef6973f02c1d3cd4d9ba2]

        array initializers are problematic apparently
        
        Change-Id: Id3e3787635996d90f7673748c17601963523ad8d

2014-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [943f28299e073c28657c5c0eb8bbdc9a33417ce0]

        coverity#738705: Unitialized scalar field
        
        Change-Id: I7a85167f1a2b54913ac8168a6b677a7012eb7aef

2014-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [f7f3c49f4852054c8db1ba141524eb936cbe5efa]

        coverity#738706: Unitialized scalar field
        
        Change-Id: I467a4201b33d3a7562c4fa896b3f9cb5cafeac54

2014-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [e244600209fe9f33027216369f13b6a5fbd93c13]

        coverity#738707: Unitialized scalar field
        
        Change-Id: I02a9d6ee6151c6a8c3ee61c3c7dcf1dc432b453f

2014-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [51f74e362b364e51f13f3abaa00df1aa01c81cef]

        coverity#738708: Unitialized scalar field
        
        Change-Id: I9c5c36a41131f55faf2b31b347b0df4eb5cc21e2

2014-03-04  Michael Stahl  <mstahl@redhat.com>  [4fcd5534348adcb61ab85b93478c272b8d9e8f8c]

        filter: sigh... fix the xslt test to run on WNT too
        
        Change-Id: Iadd5034418e077bf051b23cda70f070c52840645

2014-03-04  Jan Holesovsky  <kendy@collabora.com>  [a94e973bf5b5d0755a53881867961691633a4cbd]

        OLE: Turn an OSL_ENSURE() into a real condition.
        
        This is part of some STAMPIT workaround; no idea what it is, but for sure it
        causes problems with PowerPoint OLE in Writer - so let's avoid updating if it
        is not "STAMPIT".
        
        Change-Id: I266b419ba3461c547f7ee8e447ef64a47a8511e8

2014-03-04  Jan Holesovsky  <kendy@collabora.com>  [a6560b114af3c9a37a664d82b1ed36761e5d23ac]

        EMF+: Add info about logging.
        
        Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31

2014-03-04  Jan Holesovsky  <kendy@collabora.com>  [be4f7ea3f6c8bddba3ca1ae3d9d9e67449bbc3cb]

        OLE preview: Limit the GDI metafile size to 100000 actions.
        
        Excel can copy huge metafiles to the clipboard, with over 3 million of
        actions, which are 1) unusable, and 2) crash LibreOffice because of their
        size.
        
        So let's just limit the size of metafiles to be under 100000 actions,
        otherwise use the 'OLE' bitmap.
        
        Change-Id: I6a50471e6fe6ab9417592c011bf78cad6247236b

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0b2637dda47690da69f748119081151f41fe4133]

        remove mfAlpha again
        
        The concept with separate alpha will result in nasty alpha bugs.
        
        Change-Id: I9c18d2a850aeed2bf14f43d247029204013d3c93

2014-03-04  Peilin  <peilin@multicorewareinc.com>  [1c8fb3bd1137c1ab922b840bef5748abbbe6531e]

        add black bubble edge and modify transparence
        
        Change-Id: If18e74c2cec00d29bddaffbbd21991749490493a

2014-03-04  Caolán McNamara  <caolanm@redhat.com>  [62d6252d2cde33f6ef0e627c3192a63d43ba2a87]

        I imagine this should have a SAL_CALL decoration
        
        Change-Id: I04d50eb44156e4b2476c237848491cda73b9ef0a

2014-03-04  Oliver-Rainer Wittmann  <orw@apache.org>  [b229d16cd94d31eb8cad043b54d2d421cf92ef70]

        Related: #i123480# correct the previous made refactoring
        
        (cherry picked from commit aa46680dd96539848bf8bef0293e2a614172515d)
        
        Conflicts:
        	sw/source/core/undo/undobj.cxx
        
        Change-Id: I4689d5fe02ab2c814e15a1c11ebd3ad11d6e56c8

2014-03-04  Oliver-Rainer Wittmann  <orw@apache.org>  [14f124a5ef5c32bad765265d5a3f05290ccc6149]

        Resolves: #i124338# assure sorted mark containers...
        
        when updating <SwIndex> instances due to inserted characters
        
        (cherry picked from commit 770c0e6b910129710b4be5cb9e9bae39bfa6bd5a)
        
        Conflicts:
        	sw/source/core/bastyp/index.cxx
        	sw/source/core/crsr/bookmrk.cxx
        	sw/source/core/doc/docbm.cxx
        	sw/source/core/inc/bookmrk.hxx
        	sw/source/core/inc/crossrefbookmark.hxx
        
        Change-Id: Ie4531c3b33aff0a7f3d139ee81a21c3823474f84

2014-03-04  Caolán McNamara  <caolanm@redhat.com>  [41bd5a3bc80b670040884b835db4c425ab990a46]

        valgrind: remove unused mnOptions
        
        Change-Id: I0a86971d1750ea640db64cd3238f3e31b22d1223

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [467ca9e9e175e328c9d99b94625110a4b6ce591d]

        better safe than sorry
        
        Change-Id: I1e22f166381b3bc8122b3bbef7fc760705e402d1

2014-03-04  Michael Stahl  <mstahl@redhat.com>  [8af7a8953248dd184cd620b934ee6abc147f4076]

        filter: don't wait forever if the xslt test fails
        
        Change-Id: I38b5372b141629341d4b4285ff634679d657fbd2

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [20a7a705b572f02049ebe76b2e8cc84c4f4b3d05]

        in the old design all lists needed to be the same size, fdo75200
        
        We did not crash in the invalid memory access because the lists were
        continuous in memory and we would just pick the next id. However it
        crashed when trying to map some of the ids to non existant strings. This
        commit also removes the need for the earlier fix for this bug that just
        hit the problem behind some checks much later in the call chain.
        
        Change-Id: Ic6658987815c4e84ed2449934c310e30dcd0ed4c

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bbaad88a5c5643365afc438fc53e864e4233a628]

        Revert "fdo#75200:Libreoffice crash while opening the file"
        
        This reverts commit 0b6a1f2afa7954afcf1f27b066169455ed6cff7a.

2014-03-04  Olivier Hallot  <olivier.hallot@edx.srv.br>  [b455abb0138a3f296e0d9a833c0d3c205295d78a]

        FDO#75755: Change string "..." to "Servers..."
        
        Change string "..." to "Servers..." in filepicker, to allow better understandng of the remote acess to file services.
        
        Change-Id: I8ffca698b40d23b1c876223ef98f9bcb181791a4
        Reviewed-on: https://gerrit.libreoffice.org/8452
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [092228636e781fc8409264398a1645d4a983777d]

        Silence bogus MSVC warning
        
        Change-Id: If4e126e7993a1d3ca6162becf37b84b2de6c2dde

2014-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1e50f7b31a481f399318cb63efcae6c1d62f6f3]

        writerfilter: convert sprm:P{DxaRight,DxaLeft,DxaLeft1}
        
        Change-Id: Iffb80e9844132aeeaf3e338c4817b44520e40f3a

2014-03-04  Michael Stahl  <mstahl@redhat.com>  [bfdd18eb35f5c8bf7f713910ec35b853c7456969]

        filter: and we learn that BootstrapFixture requires boost headers
        
        Change-Id: I58d592a863ed96fee85e4c8838663791c76854da

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f17c5c77a65d466d0b436f7efb68823520528776]

        use CPPUNIT_ASSERT_EQUAL to improve error message
        
        Change-Id: I946f4177bef82bbac8058640f216a294582c24a3

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f566585f0882e65778c424640b9312cb19b007b9]

        remove the inheritance to std::map in PropertyMap
        
        Change-Id: Iaaf5b7ab47ffa151cd7c8ea376763d02c883f377

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f1659922a6e152f6a38ab13d7cb308b5728db16c]

        adapt the genrated files to use setProperty
        
        Next step on my way to remove the inheritance from std::map
        
        Change-Id: I96e8e4c05f1bd821a0c1c4de5c78af1706fe50e5

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [26671ac0bc69b3379043e6039882e06cd89f737d]

        adapt script to use setProperty instead of <<=

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [43ff788238857220ca9c7d2ea8cf6fd226f77966]

        fix indentation
        
        Change-Id: Ib4460d6ba59dbe22436fb710ee7a108804df0b86

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b9ac62e194c60a9481fab40edc803d41c1cef632]

        adapt script to instdir
        
        Change-Id: Ibf88802777c09786f05c6ffff20d985fbbe491af

2014-03-04  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9765d0a73982b321654296ced4718e043cedfc47]

        remove whitespace
        
        Change-Id: I828e6556864de60443a07cc61294b964314c5901

2014-03-04  Michael Stahl  <mstahl@redhat.com>  [6967da019b69767a15116de101d33a16b95c8a44]

        filter: make LibXSLTTransformer init backward compatible
        
        As reported by Fernand Vanrie, initializing the XSLT service can fail
        because the LibXSLTTransformer::initialize was changed to require
        the parameters as a nested Sequence; accept previous parameter
        convention as a fall-back.
        
        (regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0)
        
        Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f

2014-03-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [806f4d8e9a5237ee6c70b1f0433bf12601db1260]

        Clarify autogen.sh messages
        
        Actually warn the user, if we ignore provided configuration files.
        
        Also add an extended header to explain the expected behaviour.
        
        Change-Id: I630d858c2d24aa0341d04359b45029c7faa54675
        Reviewed-on: https://gerrit.libreoffice.org/8446
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-03-04  David Tardon  <dtardon@redhat.com>  [62a18e8ec17b5ee389a2c82866d69d1130351282]

        Updated core Project: dictionaries  2f78ad29c9bdf6393cddde39716032bfdab7c9fb

2014-03-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c3126202c429f512231272fb934e8334777c5231]

        Fix fdo#65585: Elements Dock: Operators have bad order
        
        Change-Id: Idf29f37032a851632760758d443d73f04bbbae69

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [5cab4411c98b128fcc26f25194151af0658ddcac]

        warning C4310: cast truncates constant value
        
        Change-Id: Id5535ec71c47ad29283607d1d1b9f3a502e34fe1

2014-03-04  David Tardon  <dtardon@redhat.com>  [227d07ecd2d04971aee9a07722583dcde59506b6]

        add autoconf macro for Boost.Iostreams
        
        ... fixing build with system boost
        
        Change-Id: I50eee3e349e99f751439893c577d66ebb46107c2

2014-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [e88ee8aa307ecec1cc22cda56b97dcfd8b838ce8]

        bnc#821208 DOC import: don't overwrite WW8Num* character styles
        
        In general we're overwriting styles on import in case we're not pasting.
        But these WW8Num* character styles are in general not from the document,
        they are created because Writer needs a character style for each
        numbering level to handle what's in the DOC file.
        
        So, in case there is a character style with the same name as our
        "character style for numbering" styles, prefer the later ones, as that's
        intended most likely.
        
        Change-Id: I675f867722360aca765bb96b0b43ea47deab9847

2014-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c09fc2c69510cd53da897011192ce1ed727dd12f]

        sw: include contents of char styles in doc model xml dump
        
        Change-Id: Ie62d808e9b498ef7125d603f20594ab1bb665a50

2014-03-04  Caolán McNamara  <caolanm@redhat.com>  [5fa18dc21644f2a719bf39ec948a586fa8837b6a]

        actively search for wizards dir in all internal templates
        
        Change-Id: I4ef6da4d9d1931917e0aaa6e110fd273bd917b26

2014-03-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4d6560f5066d143552cba861aaadc2f49b4357d4]

        fdo#54938: Convert some places to use cppu::supportsService
        
        The last cases are non obvious, so it's pratically done
        
        Change-Id: Icae1da8e238f516eaed0f7fbdf96fff778eac547
        Reviewed-on: https://gerrit.libreoffice.org/8445
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [8f210c26c53cf5480819d983e57977d531422ff1]

        coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtension
        
        ...and the call to strcpy isn't even necessary.  This includes a revert of
        430237b3fa16bda228ff82b93228f28894568671 "coverity#706154: Dest buffer too
        small."
        
        Change-Id: I51186da6e7d80438b01d49e24a1fa47877078516

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [3dcf6647109feeaa199e64d30a71407e225be582]

        Fix CppunitTest_sal_osl_profile
        
        Change-Id: Ie66636881a2e4c754bd95f9d1d72e0b4fc2828df

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [7d3909b493773d49c491ff54a8607eab8b14e0ce]

        Remove unused SERVICENAME_FRAMECONTROLLER
        
        Change-Id: I603d5bd978b7e7a6737ab90c6de1be5c02bbf311

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

        Resolves: fdo#75229 missing object:state-changed:focused
        
        in multiline edits, focus remains stuck on internal
        TextWindow instead of being placed on container MultiLineEdit
        
        regression from b755fb8c0f6b1282f62c12f378c0a5ecac64d490 which
        removed it with no explanation
        
        Change-Id: I9d6bd546e341651442538bf40de6c43c521868d7

2014-03-04  Caolán McNamara  <caolanm@redhat.com>  [9b59e888d9c2cc307c1579598d69570124d868b1]

        callcatcher consider sdk bin dir too
        
        Change-Id: I754345b637bb71a822c9ea4f1edf6e344172b467

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [b15b51b76997c5b4cce5fa3d70df99acc1a5439a]

        sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)
        
        Change-Id: I3de66f499d20e7765b530890f746ccfe322252ac

2014-03-04  Tor Lillqvist  <tml@collabora.com>  [9a06a6e6499e275c3b277cd88878522757a5de37]

        Avoid potentially sending message to deallocated instance
        
        The m_pFilterControl is always added to the m_aActiveControls list
        (see createFilterControl()), so it has been released by the loop over
        the list. So make sure to call setTarget before the loop.
        
        For some reason this doesn't normally cause sending a message to a
        deallocated instance, though. (I only noticed it when experimenting
        with if-zeroing out the creation of the user pane.) I guess this might
        mean that we actually have a leak here, if the controls in the list
        don't actually get deallocated by the release messages in the loop?
        
        Change-Id: If691f8d35bab606ce8a61f677d8e495e72a23148

2014-03-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3a79ea8c3a2949845a14f323b9399a74ef3f607]

        CppunitTest_sw_ooxmlsdrexport: make this failure a bit more readable
        
        Change-Id: Ia71f5ea712ad16d6eef3af1136613d38cd27b581

2014-03-04  Andras Timar  <andras.timar@collabora.com>  [0529742403ad5522d69e0d45046e9156a23efd10]

        remove unused strings
        
        Change-Id: I5de065e1701da119e15934a07d0e63d538a9f53c

2014-03-04  Takeshi Abe  <tabe@fixedpoint.jp>  [8e65dd0897d38e850988a37eb8f1b1c70ccb42cf]

        Add mode lines
        
        Change-Id: Iae71a0779839015b7c853f93703fe263f84a591a

2014-03-04  Stephan Bergmann  <sbergman@redhat.com>  [3a8c38fa3f7c0c17f0d0dc688df742ab2a7b7a42]

        Use CXXFLAGS_CXX11 when detecting Clang plugin headers
        
        ...which is necessary for recent Clang trunk towards 3.5, which is implemented
        in C++11 now, and should not hurt for older versions.  Required to move the
        plugin check after the check that determines CXXFLAGS_CXX11.
        
        Change-Id: I73aff79e09749e9d7c6ea813422f35c1b8475041

2014-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db247f2b9a804f3def54411615179df100c076d8]

        adapt the system orcus check to the new version
        
        Change-Id: I2447c10627b795ccb689b4758b55a7bb2ffa1094

2014-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c6f0a676048bdbdf0b4866d5e5afd5a436b146e]

        remove unnecessary patches
        
        They have been applied upstream and are part of the new release.
        
        Change-Id: I928b29e74abe2415bdf75de32cbaa7ac279a2889

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [430237b3fa16bda228ff82b93228f28894568671]

        coverity#706154: Dest buffer too small
        
        Change-Id: Ib80ed6bbacad9fdbe7a8fbafdd71bb11037e38cb

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [15aeb69e5b4b8f41e303b664597754a5f838276a]

        coverity#738709 Unitialized scalar field
        
        Change-Id: Ic2480dda2ceb1afd768effcc3df718fb73a222fb

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [89d6bef541bf894f27bcb79d96220f60aacbf77c]

        coverity#738710 Unitialized scalar field
        
        Change-Id: I441e4f712431c906acaaee88f5eee2531224a73d

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc14fe3a58db591c9f5042403fb21308e8f2990b]

        coverity#738711 Unitialized scalar field
        
        Change-Id: I6cc731825bf6e499fc903cd43448b288d44bc3b1

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [240dee4a55186119d74a1ac36f92d54769d636c0]

        coverity#738712 Unitialized scalar field
        
        Change-Id: Ia1433be559d445ba3ae4d118003a59275c0e9bd5

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [006299c50d4b53bfb0db7015f97014dec80891c7]

        coverity#738713 Unitialized scalar field
        
        Change-Id: I9241531bd9c7881c6edb57c4f3c0c8b594dae0d6

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [03c62fa7d7c3bc7058dbd5cf4629ca81ac51650f]

        coverity#738714 Unitialized scalar field
        
        Change-Id: I760f56eb7f2af7dd8f836b6dc60914d2381e3a95

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [adfaa1a9276370e8aca17b17df23eecb088dd57b]

        coverity#738715 Unitialized scalar field
        
        Change-Id: I3f92d8c0674c4f21983ccb2619270b5210822233

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [2bb8ba663633cf48c14cc0a5013ba55376fde260]

        coverity#738716 Unitialized scalar field
        
        Change-Id: I8378e8af40cfd88e80ea1321576d1acbc21da8c6

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [41cf0157b76d2b003f68e5e15102a895374a2811]

        coverity#738717 Unitialized scalar field
        
        Change-Id: I75baf0ccc602b7bb89f9bd0efaf2b06b89a231c9

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3cd7e51366801614384681c54ae9f75930340dc]

        coverity#738718 Unitialized scalar field
        
        Change-Id: I62e4878ac4130d79b10282da7b26c857399b5ac7

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1ff3496f0461f8333ea2f4dd8339bf160009632]

        coverity#738719 Unitialized scalar field
        
        Change-Id: Id52d7e5bedb898f0b50c14ba0cac4c309dd1fbcf

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [4402efc18ae16e279d55858946d2c8b8972f3f9f]

        coverity#738722: Unitialized scalar field
        
        Change-Id: Ice90cf6929c2cb5e268d18e20208835c3df18bc1

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c9a3e4fe6703a8c43e5cff113d70031f94af004]

        coverity#738723: Unitialized scalar field
        
        Change-Id: I6cd56e57024f020799c5017f9d54b1f5e5af65d1

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [b2a774a7e58b8f06b8bf88813f9dc8db529bf127]

        coverity#738724: Unitialized scalar field
        
        Change-Id: I673457818968f34f73fba988f67eda0547a234a0

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [2589d9e3e6e9fab18ff735561991a3dcdd3d8b4b]

        coverity#738727: Unitialized scalar field
        
        Change-Id: I37bdf601f7a6bb179f8a14dfb22d3e102868fea1

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1788970adaa374f9b67f20f4385222b3a4d3c33]

        coverity#738726: Unitialized scalar field
        
        Change-Id: I2c2354e95cc73c2f68b4feb0196754d26be4c19a

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [d6dbee71e3e9087007345aa825903c12c2bf11ca]

        coverity#738725: Unitialized scalar field
        
        Change-Id: I809fb83fcffbf6974d8dac98fffcf7b019675b6e

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c97ca241248afb969802bc2ef20b1eed53718e3]

        coverity#738737: Unitialized scalar field
        
        Change-Id: Iaf00e15ff201d27aef54180524a55e6e5b151724

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [d2eefbdb42bb1f0098c7dae0ec30d8459aacd66c]

        coverity#738738: Unitialized scalar field
        
        Change-Id: I9ce08089eeafee24c98fc1b6c2799721517c039a

2014-03-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7db7c5ee26355ab5dcdc7c4bf6a46f0151228c4]

        make sw_ooxmlsdrexport 'work' on mac
        
        Change-Id: I35558dfb71007932e9a371408e6306216cfbd0f9

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [916e86e9d9d596c7aa12e0a1d8bbacdd4a2e4598]

        svx: rename Executable_gengal.bin.mk too
        
        Change-Id: I8dfe131d1c225b5d9aaa044b02ec8cdc3d97a23c

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [c02a905115bfcbe06c384e5fcad56eecd3b81fdf]

        desktop: rename Executable*.bin.mk/.com.mk
        
        Change-Id: Ibb0970cfde65b331a4b870cc254b0a6481889edf

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [fd7cf77ad5e353d4332ed65dfa4252c841cd85f7]

        pyuno: rename Executable_python_wrapper.mk
        
        Change-Id: I653cb0e36c1faa622ecc90e0316a1f1fd1e843db

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [b3ccc2360492a0d50e4c86195836a840cd3d419a]

        unodevtools: rename makefile like the Executable
        
        Change-Id: Icf8df0829aecf838d0037a3393f27e90c23b9548

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [42c9f35da2c2479113ae7dab8426d2d18986aca7]

        shell: get rid of separate Library_syssh_win.mk
        
        Change-Id: I12f38bab6ea7207b79994556f0ab6798d2d1d9da

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [d49543cefb517ad94d696f36dd43be527acaccd5]

        scp2: remove some variable/macro cruft
        
        Change-Id: If07b243e71be7c67d36e3d652c52781ef902e380

2014-03-03  Donizete Waterkemper  <dwater2@gmail.com>  [c4cff5a6452c05c797742327f57bb682fa5379ce]

        fdo#54938: Convert some places to use cppu::supportsService
        
        Change-Id: Ib941c6ec82d81b1da815561eee87ee91dc8de200
        Reviewed-on: https://gerrit.libreoffice.org/8443
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2014-03-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [115ae1259564a51a14a3363a00717b09882d55bf]

        fdo#75487 Store svgz decompressed (as plain svg) in the document.
        
        Put decompressed svg in GfxLink so that when the document is
        saved, the graphics is stored as plain svg. This is done so
        because of backwards compatibility (older LO won't be able to
        read compressed svg data in the document) and because the document
        itself is already compressed.
        
        Change-Id: I125005dfba785701e756487092f25bb90bcd2bcb

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [4e62ac053bf6cb094130f3ba914b6f4485d3e0a2]

        Use cstdlib std::abs instead of stdlib.h abs: Mac-specific code
        
        Change-Id: I919b1a931145a49c32ec601109be083b49f10f7b

2014-03-03  David Tardon  <dtardon@redhat.com>  [6d9de6bbe9133bb0c7710489a2ba531d7d43eca6]

        fix build with system boost
        
        Change-Id: I3834355674e0b9a947bfc10d9872d3a4805bf552

2014-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6158500abb906b62bb36b5c17802ecbb3ec8119]

        writerfilter: convert sprm:C{Lid,LidBi,RgLid0,RgLid1}
        
        Change-Id: I07e73a792230e6dc344c7120e3ad3c5f92a40769

2014-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [4452fa9a2e741834a19c9b322fc8d9c8b06450de]

        RTFValue::equals: consider the number of attributes/sprms as well
        
        Change-Id: Ic0cfa01f7a75c81130ac9ff39a971a678a820ee1

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [b2371492dfd5c8003f89ed8acf3dbc690d6af8d0]

        Use cstdlib std::abs instead of stdlib.h abs
        
        ...because the latter lacks the abs(long) overload in some popular environments,
        cf. <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60401> "stdlib.h does not
        provide abs(long) overload."
        
        Similarly, stdlib.h lacks the abs(float), abs(double), abs(long double)
        overloads compared to cmath there, whose use was apparently intended in
        sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx.  Rewrote that to use
        CPPUNIT_ASSERT_DOUBLES_EQUAL instead, which revealed that the comparisons need
        rather large deltas of .1 resp. .2 (which the original code hid with an
        implicit conversion to integral type, thus using an effective delta of 1).
        
        Discovered with -Wabsolute-value ("absolute value function 'abs' given an
        argument of type 'long' but has parameter of type 'int' which may cause
        truncation of value") recently introduced on Clang trunk towards 3.5.
        
        Change-Id: I4c41575ffdccb2944498b662bd3a53fd510cb0c0

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [768ea2924680fc4beb75a782cb0faf26695fee53]

        install:module <value>s must be mutually exclusive
        
        ...so that only a single one ends up in the .xcd data.  (In the given case,
        introduced with 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807
        use xdg ~/Templates for default Template location," the duplication for the
        unixdesktop case happened to be harmless, as the non-unixdesktop <value>
        appeared in a block in main.xcd before the unixdesktop-specific <value>, so the
        former was effectively ignored when reading main.xcd.)
        
        Change-Id: I5199556ee3e6decaa07beb14a0503e1b5661f5df

2014-03-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [04c7f741f831d87c31b38de5f4074456ad91fb3d]

        minor comment change
        
        Change-Id: If917e7e9897db0fb486f4852feb0d73e951c8b74

2014-03-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [00cb825ab3f16a94f1e8311ba0c24f72588e788e]

        fdo#75538 R^2 calculation for trendline similar to LINEST function
        
        Modify for forced intercept of trendline, calculation of R^2 in the same
        way as LINEST function does calculation
        
        Change-Id: Ic943b1ca1bbe30b1a4b88e2a338eb9dc34d848b6
        Reviewed-on: https://gerrit.libreoffice.org/8402
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [6a71b8d902ae24db1251ea65841dd0f7bfa5e9b3]

        -Werror,-Wunused-parameter
        
        Change-Id: I80b6665b1d5e7f2550439e11df3f98af17ed7c29

2014-03-03  Alexander Wilms  <f.alexander.wilms@gmail.com>  [84862db95a5e22b9ef89baa2a8a5deeffefbdef6]

        Remove visual noise from sc
        
        Conflicts:
        	sc/source/ui/inc/docfunc.hxx
        
        Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8
        Reviewed-on: https://gerrit.libreoffice.org/8301
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7801c94bffdabe669601d23e86f2f2a41447902d]

        I think we don't need that Mac patch anymore
        
        Change-Id: I6619e70f3f7c8ba4d17be4ca434057948be3d79f

2014-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36788e95fdbe96ac27c71197fdbfee178b53f52c]

        upgrade liborcus
        
        Conflicts:
        
        	external/boost/StaticLibrary_boost_system.mk
        
        Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b

2014-03-03  christianju  <christianjunker@gmail.com>  [0035b3218d8652652e62afe89eddfd28a9021b75]

        fdo#61320: Allow user to choose whether to create thumbnails inside odf.
        
        Change-Id: I8c8129534ebcca32941ad76b201bb9a0243d8c3e

2014-03-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec39578e5cb4b7e81bf5c539c248966d609c7257]

        sw/qa: clean up xray instructions
        
        Change-Id: I34ed7b81a838a2c994bb028e92f463d7b08f242f

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [8899b47d2252fd1c2f58ba30558c4ec41d65e442]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        (If the underlying type of an unscoped enumeration is unfixed, it need not be
        signed.)
        
        Change-Id: I26a406504863512a0d3861ad8b28523b0a6dccaa

2014-03-03  David Tardon  <dtardon@redhat.com>  [ab587570a2aac453cc1259379221668b94775e69]

        drop unused configure test
        
        Change-Id: If079720cec600a2a8c5acf1c3a4fa752d288b36e

2014-03-03  Luc Castermans  <luc.castermans@gmail.com>  [7f3b87965e6d754b10c74871a4fe76485bcc6cfe]

        Translated German comments - find-german-comments clean now
        
        Conflicts:
        	vcl/source/window/seleng.cxx
        
        Change-Id: Ie7733c9bdb5813ef4efb4bbb95223a6d683f9945
        Reviewed-on: https://gerrit.libreoffice.org/8409
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Arnaud Versini  <arnaud.versini@gmail.com>  [7a5f564a799b8654b81454005f4887c6dc774ef0]

        SVX : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: I9f2ab3703feb5c49a831da124e161f98cb1bb3ab
        Reviewed-on: https://gerrit.libreoffice.org/8419
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  David Tardon  <dtardon@redhat.com>  [93aff251a3f7f648d532c3818f0419d43958ab64]

        set MDDS_CFLAGS in configure
        
        Change-Id: Ib6be67c7a23e5b403e90f4f72578f7385e895f23

2014-03-03  Arnaud Versini  <arnaud.versini@gmail.com>  [7ac4babfd6eabc51262560a5caa846d86f79a6c0]

        SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: I35a9403da152ea2b637c0235d776c7789e2ef207
        Reviewed-on: https://gerrit.libreoffice.org/8420
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Vort  <vvort@yandex.ru>  [7963d2b0f6fe006c215607eda1c51acf1d7273b5]

        fdo#40513 PDF Import: Hack: Replace incorrect values of font's ascent property
        
        Change-Id: Ib7bd6e15fff5213b5d935c6f03f2c65ea3f6ca50
        Reviewed-on: https://gerrit.libreoffice.org/8416
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Arnaud Versini  <arnaud.versini@gmail.com>  [0feaf45541ab82a3e1d8e644380734cb85152446]

        SVTOOLS : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: I83e39d69deaf2aa1c5ca455c92d070a2d33def3f
        Reviewed-on: https://gerrit.libreoffice.org/8421
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Arnaud Versini  <arnaud.versini@gmail.com>  [ff71f4e55c32f903fc4f988cc3e726d0c691841e]

        EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: Ied33afa8b32149b6b7b1c0725167349e817d6c89
        Reviewed-on: https://gerrit.libreoffice.org/8407
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Christian M. Heller  <christian.heller63@gmail.com>  [88c3b0dfc261855e1464fc196e3da66dfa14c9dc]

        fdo#39468 Translate German Comments - vcl/source/window/seleng.cxx
        
        Change-Id: Ib6466fe275eccb707ae6edbdf430080d92973b1d
        Reviewed-on: https://gerrit.libreoffice.org/8429
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Christian M. Heller  <christian.heller63@gmail.com>  [028a689a48dc11668e2a6546aec709490d056918]

        fdo#39468 Translate German Comments - vcl/source/window/msgbox.cxx
        
        Change-Id: Ia0874709c03bc912fc4bf3efecf7ff3e84bbc82b
        Reviewed-on: https://gerrit.libreoffice.org/8428
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Christian M. Heller  <christian.heller63@gmail.com>  [0a4f02575f9dfbd6e5706bd025093d110ed97f65]

        fdo#39468 Translate German Comments - vcl/source/window/dlgctrl.cxx
        
        Change-Id: Ibfae3f4d94f675db0275e83f8d5f074269713cad
        Reviewed-on: https://gerrit.libreoffice.org/8427
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [d1478f42c7cc50313cbff3f171e4fea1ff99f77d]

        -Werror,-Wunused-function
        
        Change-Id: Ief9b2179db2e6c05dbf6e076e147a0a8adbccc04

2014-03-03  Caolán McNamara  <caolanm@redhat.com>  [7bb7f9e01803249d0b29bd75dfcb29c719dc99c9]

        convert word completion page to .ui format
        
        Change-Id: I4f60b5530428ad39bf7e9bea58b09d4228e11bb3

2014-03-03  Caolán McNamara  <caolanm@redhat.com>  [806899191f450079457fcea3046fb131f8aeb81d]

        Updated core Project: help  bf4bd6b7a918771621956a90f13213e8fc777507

2014-03-03  David Tardon  <dtardon@redhat.com>  [d5d3927dedf1a7ff71753c5a90011dd6b3515671]

        allow ext. projects to depend on mdds_headers
        
        Change-Id: Ie5b8576e12ef1b95b8ad8775379ec60041c6d816

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [2d0921d3939759cb64656ec2e5e3cfee9e56efcd]

        writerfilter: oops, fix C++11 syntax
        
        Change-Id: Iba5424260c4ef81292e5fc32745c808d93d48936

2014-03-03  Caolán McNamara  <caolanm@redhat.com>  [c12389d9ee68e0512676531b2e2e70eaf02e99f2]

        explicitly invalidate contained ImplListBoxWindow
        
        I've seen this a few times where on being Enabled/Disabled
        the list boxes don't redraw to their new state.
        
        I can reproduce this reliably now with the chart wizard and
        the "shape" listbox when toggling the 3d-look checkbox
        
        Change-Id: I7a67373f45baeb18763ac4f8027e48b0c039455d

2014-03-03  Caolán McNamara  <caolanm@redhat.com>  [885fd98fa399013ad8aeb1d2ccfc011ea5dd7bb0]

        convert chart type page to .ui format
        
        Change-Id: I2e95e0dec66b8985abad81b02722e1bf632a15e0

2014-03-03  Caolán McNamara  <caolanm@redhat.com>  [cfe54a71bf2b856917bd490d311dad6fd599c619]

        Updated core Project: help  a36b1693703d797899abba717525f2a058e78b58

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [b6d03e9b555ae68cdf79038136773cca103b283d]

        -Werror,-Wbool-conversion
        
        Change-Id: Idd932fae23b313ea59f79a3159e9f4713e354b36

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [e24ae38c8ef233e4b44840058e35959194724743]

        fdo#47811: RTF import: fix Database field content
        
        1. the Database field master does not have a "Content" property
        2. SetFieldContent was called once for every chunk of text in the field
           result, always overwriting the previous value; accumulate the text.
        
        Change-Id: I63cfda19e2e416c52d100d9071796305a5d813c6

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [c06f686fe001392ceb7f606f5dc3c775997cc7de]

        fdo#47811: fix setPropertyValue("Name") of Database fieldmaster
        
        This one is assigning to the wrong pType variable.
        
        (regression from CWS swwarnings)
        
        Change-Id: I9a74734d22313f215ed69c9a57edf7eb035736ea

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [3dc548476c7e88f7a67cc38daf622631a34e34dd]

        writerfilter: salvage a field parameter parsing train wreck
        
        Field parameters get horribly maimed by lcl_ExtractParameter which
        clearly has never worked in its 7 years of existence (and looking at the
        inanity at the call sites makes one wonder what the author was smoking).
        
        The format is actually quite annoying, since spaces between parameters
        are optional.
        
        The old RTF filter was at least able to parse "PAGEREF bookmark" fields,
        so this fixes such regressions (related: rhbz#1065629).
        
        Change-Id: I9b2e32c3c7264be0fc1077cb8fb3f1bc5c1955bb

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [74b3f4f00766d199df3b017d056cf7a00ae52988]

        RTF import: fix paragraphs in header/footer
        
        Change-Id: I91f04cad7a39428ce6f9555d18b974f0d45181f7

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [f03218f43e8c25c2e136d364455f3cdaf95362b6]

        RTF import: add unit test for page break in continuous section
        
        Change-Id: I8b766aa61b1121f9b7068f5ccbdc24ef97253432

2014-03-03  Michael Stahl  <mstahl@redhat.com>  [e3f254ab8211fbab7541cde2100a35c875b0c240]

        RTF import: fix spurious page breaks at doc end (related: rhbz#1065629)
        
        When a document ends with \sect it's possible that a spurious page break
        is created.  In fact the spurious page break is always created by the
        RTF importer, sometimes it is deleted again by
        DomainMapper_Impl::RemoveLastParagraph() and sometimes not.
        
        It is created because on the final \sect RTFDocumentImpl::sectBreak()
        still calls startSectionGroup(), and the popState() for the \rtf1 group
        then calls sectBreak() another time.
        
        To prevent this, do not call startSectionGroup() from sectBreak() but
        instead from setNeedSect(), and ensure that it is called as soon as
        anything after \sect is read.
        
        One unit test fails because the \page is not handled properly: the
        conversion to \skbpage \sect \skbnone is not correct, because the \skb*
        keywords are an exception and affect the \sect that precedes them, not
        the following one; sending the \skbpage later unfortunately requires
        additional cleanup later.
        
        Change-Id: I3c1a3bceb2c8b75bbecdc748170562451ce5f5c3

2014-03-03  YogeshBharate  <yogesh.bharate@synerzip.com>  [9ca4fa05eb5ec7d0d7c3f4a83489013e140d2f0b]

        fdo#74826: File corruption-Issue related to Series idx & order val.
        
        Problem Description:
        - If the document contains more than one charts together.
          ex.Bar & Line chart
        - In that case, LO writes idx & order val equal to 0,
          instead of 1 for second chart series.
        - After roundtrip, the document get corrupted.
        
        Implementation:
        - Added varible to take the series count
          in case of multiple chart.
        
        Note:
        - Some of the UT's are failing when --enable-dbgutil is enabled.
        
        Change-Id: I40606b4d69026939fa19ae534dd7b2bb36ec97fc

2014-03-03  Matúš Kukan  <matus.kukan@collabora.com>  [4f7b96886ec2e98f270a9ec3c3509cd523fce7cc]

        Allow to build lpsolver based on CoinMP library.
        
        Change-Id: I0a3b2bd6744f6ccca0017cd1e06a4018f085445a

2014-03-03  Matúš Kukan  <matus.kukan@collabora.com>  [083fa76745d0c8cb095d856df633866c117b0f3a]

        fdo#60924: Autoinstall lpsolve package.
        
        Change-Id: I1404cfc08cd03cff000b088a305e47c96df0b986

2014-03-03  Andre Fischer  <af@apache.org>  [230309c541ff9a8683e5ef749cf2f6512ad0d9df]

        118160: Use CoinMP as replacement for lp_solve.
        
        Original author: Niklas Nebel
        
        (cherry picked from commit 6d492447a37ec268fb5924e7fc5631c29c67325d)
        
        Conflicts:
        	sccomp/source/solver/makefile.mk
        	sccomp/source/solver/solver.cxx
        
        Change-Id: I84f9acb13a65cdfc9d173434ef630cbeb635db05

2014-03-03  Matúš Kukan  <matus.kukan@collabora.com>  [9047edf9a65856b663e7a6ce3fcf305aa5951a14]

        Rename sccomp/source/solver/solver.cxx to solver-lpsolve.cxx
        
        Change-Id: I5034cdcbf08d68b2ed0fc9d16ee2635ba30a731b

2014-03-03  Matúš Kukan  <matus.kukan@collabora.com>  [dbe6e76332c4eda87aa2d2168dd14c274a4930d4]

        Add CoinMP external as an alternative to lpsolve.
        
        Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [97822e3cbc63d3bd110bc3c654b3fbb4d4d1904c]

        Wizards should look for templates in Template_internal, not Template_user
        
        ...as only the former reliably denotes the share/template tree where the
        wizard templates are stored.  (Presumably the latter defaulted to the former as
        long as it wasn't explicitly set in the past, but is now always explicitly set
        since 838b77f5f3d6d8fd98891e99a23ff78a6a357cb2 "Resolves: rhbz#1065807 use xdg
        ~/Templates for default Template location.")
        
        Change-Id: I7d1ac47d821c778fe342865465d0505a94b824bf

2014-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [7163d64b90ac4d4259b1d0379cfca348dd30601c]

        KDE4: evaluate frameWidth in the Qt thread
        
        When opening a document via Java UNO without a running LO instance, one
        gets the following Qt error messages:
        
        CE>  QObject: Cannot create children for a parent that is in a different thread.
        CE>  (Parent is Oxygen::WidgetStateEngine(0x8deb878), parent's thread is QThread(0x8d6cf70), current thread is QThread(0xa8fa7fc8)
        CE>  QObject::installEventFilter(): Cannot filter events for objects in a different thread.
        CE>  QObject::installEventFilter(): Cannot filter events for objects in a different thread.
        CE>  QObject::installEventFilter(): Cannot filter events for objects in a different thread.
        
        This happens, because the Java UNO call is processed in the first /
        Qt thread while document loading happens in a second thread.
        
        Document loading actually just calls getNativeControlRegion, which
        should not involve any drawing. But the KDE4 backend does some style
        processing to get the correct frame width (QWidget::ensurePolished(),
        which uses GUI based events and need to be processed in the Qt
        thread.
        
        Change-Id: I344d5089d958963c48a9a8a84bfa9fe8f092b75a

2014-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [e72849cd435cc50a744dcbcfb422f5600dd0cce9]

        fdo#45935: try hard to paint a frame for menus
        
        Current Oxygen theme doesn't draw frames for menus, but uses shaped
        and "colored" background images. This workaround paints the window
        and menu frame for menus. Any frame seems to be better then no frame
        at all.
        
        Change-Id: I4d553ea58cac2729826f8395cb2597fa200187b6

2014-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [ab1f5eab4830f00dbbd7c883b98b59975ecd3bb1]

        KDE4: Report correct check and radio item sizes
        
        Use the correct sizs from the current style.
        
        Change-Id: I7e163bdc8d467baf2d6e3d0d2bc3e1da7558cf42

2014-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [380f3b4b6cbbe8e82b58ddf55e95c5005307b51f]

        KDE4: sleep in yield for native file picker
        
        As it seems to be the only way to poll the clipboard, reintroduce
        
         m_pApplication->clipboard()->setProperty(
            "useEventLoopWhenWaiting", true );
        
        To prevent crashes, disable event processing in the Qt thread while
        the dialog is open.
        
        Instead this applies the same workaround as the Windows backend to
        sleep a ms, which keeps the FP dialogs more usable, but feels like
        a horrible workaround.
        
        This is still slower then running processEvent in Yield but still
        much better then the current situation.
        
        Change-Id: I10c422f1c0d7448d4a7ad28e57a32ed2cb42f48f

2014-03-03  Jan-Marek Glogowski  <glogow@fbihome.de>  [7dd973344a8e2c09ac52aa02739b6b921f6df87e]

        KDE4: Drop Qt 4.9 support
        
        I don't think there will ever be any 4.9 release, so drop all the
        unused code.
        
        Change-Id: I4b72de96e6064240582cd83d4e45547096a2efb0

2014-03-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [13a30b3a109c39ce346ea5bc1f35889209bb375b]

        remove remaining parts of the old crash testing
        
        Change-Id: I2282d2ee8304bdc9dbdf24c5a22c16d0e742deb7

2014-03-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [69e14b0fee1c474168d8159b874d7c2fd9dea64f]

        add experimental export file validation
        
        In calc unit tests we validate the exported OOXML files now with
        officeotron.
        
        For this there must be a script called officeotron that takes the file
        path.
        
        Currently the generated files are still invalid but I'm going to fix it.
        
        Change-Id: I1809b9457a535dbbe6a72f3778dfb53db168bbda

2014-03-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1c3c83e6a35ee4258c9d658494297d1453a70806]

        add import test for strict OOXML import in calc
        
        Change-Id: I4dc0fb84cc9e2601e7ae8b82a467787388ac4d99

2014-03-03  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [46e25170b901211f9e9bed117e25428505d8536c]

        allow OOXML strict relationships in writer
        
        Change-Id: I1c09280f68467748faedee19c4a66be3bc7d7aa3

2014-03-03  Stephan Bergmann  <sbergman@redhat.com>  [c31bc23d23ca5bd973cd9dd823e99cb42b440953]

        loplugin:implicitboolconversion
        
        Change-Id: I8c8b8211416916d612ade161ea4a742166b95574

2014-03-03  Arnaud Versini  <arnaud.versini@gmail.com>  [160410842be82a4c9a1da58f2e608e9d9c54ebf7]

        fdo#72468 Remove memory overflow on static memory.
        
        Change-Id: Id294931921499bacb4590c82a5824d3b26d61171
        Reviewed-on: https://gerrit.libreoffice.org/7087
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-03-03  Noel Grandin  <noel@peralex.com>  [ded5965ce8098c1d46078be37264b15ca8b5a3f1]

        editeng: sal_Bool->bool
        
        Change-Id: I51b4ae54c2c440d38879439f74d4fea39d243004

2014-03-03  Noel Grandin  <noel@peralex.com>  [82ce4dd60785cf08f7844d20fd8051d6b30c3bf1]

        editeng: sal_Bool->bool
        
        Change-Id: Icfda5e8e774b9b5a6c3d99b636e4ce772b93139d

2014-03-03  Noel Grandin  <noel@peralex.com>  [ec960fd3dea0c5b28f8dd1b3bd2b6e3afb4bc1cd]

        editeng: sal_Bool->bool
        
        Change-Id: I767aa3d25f6d18e8a6e23b4d3f8d038d581ac292

2014-03-03  Noel Grandin  <noel@peralex.com>  [0f60ab5ebf5ab7a7e4bd92cd8a34e86f27474131]

        editeng: sal_Bool->bool
        
        Change-Id: I4fc276e320294d57eb667b6db8e5eff078bc28b3

2014-03-03  Noel Grandin  <noel@peralex.com>  [074a2af8bc26d5d1ba3ef01016df7d6d122cfb9f]

        editeng: sal_Bool->bool
        
        Change-Id: I26b1fe14023737b85bcf23628e4881c8be79f071

2014-03-03  Noel Grandin  <noel@peralex.com>  [241f1a1ab47f56305725b2f33c23bac3ea919d79]

        editeng: sal_Bool->bool
        
        Change-Id: I0aa375d35c796cfa1929f9c0e735eaaa05561ee4

2014-03-03  Noel Grandin  <noel@peralex.com>  [0786a72308f7c3a47e052b00616f28ab03bc6b32]

        editeng: sal_Bool->bool
        
        this had to be done in conjunction with changing
          include/svx/unoshtxt.hxx
        because there are two virtual methods "bool IsValid" in two different
        base classes and some subclasses are overriding both base-class
        methods at once.
        
        Change-Id: Ib43fc5000b443057caaa513b4efeaa6fd16e4260

2014-03-03  Noel Grandin  <noel@peralex.com>  [f27e5ecfba4b688af6bcdd9933735f85c59b7401]

        remove unused code oox::AttributeConversion::decodeDouble
        
        Change-Id: I057ebcf125e068653570dabb59a8b7f4494e96db

2014-03-03  Noel Grandin  <noel@peralex.com>  [a3171e82b5d2b9cf81aaf33f8270d15c538d39cb]

        remove unused code oox::xls::WorkbookHelper::getDocShell()
        
        Change-Id: I53a9c8a5db20a7f458fa35eeaed13483dbc3e67c

2014-03-03  Noel Grandin  <noel@peralex.com>  [7d958c9fb57048935cbe4c351d146270f1df9465]

        remove unused code in oox::xls::WorksheetGlobals
        
        oox::xls::WorksheetGlobals::getColumns(oox::ValueRange const&) const
        oox::xls::WorksheetGlobals::getRows(oox::ValueRange const&) const
        
        Change-Id: I573bea69c03a92584851c6ae5e8e01a5e90f8fd4

2014-03-03  Noel Grandin  <noel@peralex.com>  [f7d6dde5563e5ccd9bd3490e6e25cbdf51a10105]

        remove unused code in sc::CellTextAttr
        
        sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char)
        
        Change-Id: I39f893714866f69b7928cee980cb1505c9b2be06

2014-03-03  Noel Grandin  <noel@peralex.com>  [bdfb4f8a3e204b9fe1fe29dbc670dc100da5019e]

        remove unused code sc::ColumnSet::has(short, short)
        
        Change-Id: I6a31362ae2e2f37a96e7023c06b4c9af7821f925

2014-03-03  Noel Grandin  <noel@peralex.com>  [2148c4e9439c61c63a2bcf4078a839c0f9d6ee8c]

        remove unused code in sc::CompareFunc
        
        sc::CompareFunc(double, sc::Compare::Cell const&, sc::CompareOptions*)
        
        Change-Id: I0fc3a1a038bb051672dcb180380e25258ac7552f

2014-03-03  Noel Grandin  <noel@peralex.com>  [3d160b1f7844098fc6ef8d717a59b25069e1df91]

        convert int flag OpenclDevice::isInited to bool
        
        Change-Id: I3283be819e1686b70a85aa05844deaaca17db0db

2014-03-03  Noel Grandin  <noel@peralex.com>  [f9c68a3c4bc73a3ff8393fd092dec33b38da7e63]

        remove unused code in sc::opencl
        
        sc::opencl::OpenclDevice::getOpenclState()
        sc::opencl::OpenclDevice::releaseOpenclRunEnv()
        sc::opencl::OpenclDevice::setOpenclState(int)
        
        Change-Id: I762e9b8398a89bf28404772cd65c75d0fbb2dfa4

2014-03-03  Noel Grandin  <noel@peralex.com>  [e4f9c782fb182bce947bf463459c9bb7961e7bbc]

        remove unused code sd::framework::Pane::SetWindow(Window*)
        
        Change-Id: Icf4b0278b88f0070a6d81d5e146598a9f087de77

2014-03-03  Noel Grandin  <noel@peralex.com>  [8af4f77f03ddfb789bbadb5188c8b1a369a7514c]

        remove unused code sd::presenter::PresenterCanvas::copyRect
        
        Change-Id: I03a7ba177c5bc200c4da391ff98a995a0aaaf274

2014-03-03  Noel Grandin  <noel@peralex.com>  [3b1fefac9a8e7cd7c5c483cc896fc45ca25e6f8d]

        remove unused code in sdr::table
        
        sdr::table::Cell::getName()
        sdr::table::SdrTableObj::getRowCount() const
        
        Change-Id: Icd4cbe591703aedb1412f8e9b485c773ffe79551

2014-03-03  Noel Grandin  <noel@peralex.com>  [7b2c8b97715f17f2ddb534089389e961aa9d7fe1]

        remove unused code in sfx2::sidebar
        
        sfx2::sidebar::ContextList::IsEmpty()
        sfx2::sidebar::Deck::PrintWindowTree(std::vector<sfx2::sidebar::Panel*> > const&)
        sfx2::sidebar::EnumContext::EvaluateMatch(sfx2::sidebar::EnumContext const&) const
        sfx2::sidebar::EnumContext::GetContext() const
        sfx2::sidebar::Paint::Set(sfx2::sidebar::Paint const&)
        sfx2::sidebar::Panel::PrintWindowTree()
        sfx2::sidebar::SidebarDockingWindow::GetChildWindow()
        
        Change-Id: I285567320677a831b2b786f4f73b000eed39987b

2014-03-03  Noel Grandin  <noel@peralex.com>  [e395801fd2c303ab5b7a182d102ea6c833369c2b]

        remove unused code svl::SharedStringPool::SharedStringPool()
        
        Change-Id: I497cb89d0b204b9de9c31f86837664d107e55033

2014-03-03  Noel Grandin  <noel@peralex.com>  [39f67c41a741e6107b9c26c43d0e8ad227ad0c9e]

        remove unused code svx::frame::Style::Style constructor
        
        svx::frame::Style::Style(editeng::SvxBorderLine const&,
            double, unsigned short)
        
        Change-Id: I6fd4bf107d325f714fef8417b2c2072a9f2e4066

2014-03-03  Noel Grandin  <noel@peralex.com>  [97a7015daa10d56c24a1a2cca9955a09931e2d96]

        remove unused code AddressWalker::pop()
        
        Change-Id: Ia4ecb3f846cf6adfedb05a452fd8705c735022ad

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f4db1cf6eaf28fc5907dca4870368ea4b67fbc0]

        coverity#738739: Unitialized scalar field
        
        Change-Id: I8c3def56a43cd10ffd02e3541d02377d00689c29

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [79db1351aa8dacb88d727e5778ac98ad1bf45847]

        coverity#738740: Unitialized scalar field
        
        Change-Id: Ie9e3e0ce402f7b2790f82add89bc817ace3b79b4

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [89f70e49d12e9b7454b6bd76fa0ca64e8e99342a]

        coverity#738741: Unitialized scalar field
        
        Change-Id: I688f2bc66ad37ddd850890dfa5bfbc3a7f7dc64f

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [31283140ab5bed82d7dd1fb4af8aec4bb08173dd]

        coverity#738743: Unitialized scalar field
        
        Change-Id: I6d8efb5f88b12705fb5efe33dc2d799a7280cda3

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [b9924a7743d762c7c44c820957576d9eae433f5a]

        coverity#738745: Unitialized scalar field
        
        Change-Id: If580f3b3cd2127aab39357aaea623f6ebda17983

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe5aee3aa0e848230078e5e4ddca078c42093851]

        coverity#738746: Unitialized scalar field
        
        Change-Id: Ife4b43187756f94244832e65e277b532665b0dc2

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [f7de7e066afb75a8dad3bbbcaa24d4591a8168fb]

        coverity#738747: Unitialized scalar field
        
        Change-Id: I80a3698d20eece7c9e7fff3a6f7e806bd435555f

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [f16d329fb6fc827ceb69cf62dfd6cc4d4006848b]

        coverity#738751: Unitialized scalar field
        
        Change-Id: Ieae3761afb4606340287e4c8d41eec53c132dfec

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc55934ef4c049d1f1c1e2e4e0533cf2958ead25]

        coverity#738752: Unitialized scalar field
        
        Change-Id: I54bdd68a7520ac1e936d048cbb7a72c8b7fdfe7c

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [e94cdddd560307d9aceb5f59a51cd0e809f72b69]

        coverity#738753: Unitialized scalar field
        
        Change-Id: Ib540a9e2d478ce9be677735cefa238834bb9b13d

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [3a9220adc0cfd4b6a7672e383bcbead0e1211aeb]

        coverity#738754: Unitialized scalar field
        
        Change-Id: I25e7f5322f414bbd523746ed87d7ac79cce521ce

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [8cb473cdf838072adcc8faa493c0cd049c056cb2]

        coverity#738755: Unitialized scalar field
        
        Change-Id: I3d320f09ddfa5ce40ac55317c92d7acecaec5db9

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [41c440bab0c56497ea0c7c95306a154847cc4a4e]

        coverity#738756: Unitialized scalar field
        
        Change-Id: I4fc6f8db2a30564e6bac0052a51610245e9cf61c

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c19977db435d1ca77e3fe1fb2ba30279a4a2846]

        coverity#738757: Unitialized scalar field
        
        Change-Id: I864a7d0c7027eb689c2986fec27883396b600ba2

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c541a0a15c2e982526a6ec5e858c09a9ab0a7dbb]

        coverity#738758: Unitialized scalar field
        
        Change-Id: I5b22d78762a725b7cf2e8cea2f22afc53736e176

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [283f661e65f1bf77ddfa8852757199099bd015a2]

        coverity#738760: Unitialized scalar field
        
        Change-Id: If4f3e607894d8babddc75264e4a84bcf69a4097b

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d59f879fee086afa504072c4fee249f9ebeddb55]

        coverity#738761: Unitialized scalar field
        
        Change-Id: I49efd8eab42b51859127294bddc4bb88ea0b0063

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8ece4008612d3497e506bb05e272798dbef8388]

        coverity#738762: Unitialized scalar field
        
        Change-Id: Ifd0b8e14328f5a23eb92fdc38f72d15989e54c3e

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d00bcca7649e8813a050fadb551b5e2af1b47124]

        coverity#738763: Unitialized scalar field
        
        Change-Id: I3eee225397c55a1caee433189dd4b28c03aabac5

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [2639d2f79eb1514b327787cf9b2a211310f4bbc2]

        coverity#738764: Unitialized scalar field
        
        Change-Id: Id0e724ab2b6bead9f20a5c60a1094648ce3e843e

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf6af1d485c9ef5183b9d74bedc6822347bf1c8c]

        coverity#738765: Unitialized scalar field
        
        Change-Id: I3fb065a63db4f8a0148ba201dc19104bb53f5280

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [53e9a024dcac33bf2943b9c50a7cf2a587c3b24a]

        coverity#738767: Unitialized scalar field
        
        Change-Id: I922c15f11cfa7013aa184ca54704e86eb9f0b2df

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7f15b9688aa5982e3e16109e39c166d71874fdd]

        coverity#738768: Unitialized scalar field
        
        Change-Id: Ie228cc0b19e6cf8ad8599c1760b10c79873c70d8

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [72069675955aaf0b72a7842453347e3e7293f56d]

        coverity#738770: Unitialized scalar field
        
        Change-Id: Ieef151be935e1834eb2c9d84dfb91cf2c02a1c7c

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d3428aaf3180d3741766365e33ab0a3b4af3c47d]

        coverity#738771: Unitialized scalar field
        
        Change-Id: I6a3956623d013bb2e827ce82650a8834398a1387

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [17b56dc326e98a97f45f86d0010f06bd37e32091]

        WaE sign/unsigned comp
        
        Change-Id: I12cb5aa89caa3670101f4632701e33851885c1db

2014-03-03  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [20b8944cd4771f75564277a5144e96b7d9c3d616]

        Remove SAL_CALL from isStreamSvg & isStreamGZip
        
        Change-Id: Iec2954634cba674715029484917487ab1dac6439

2014-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [9705fbc1119da91e73c00a2ec848565929eeb483]

        Fix editeng missing spellchecking redline on load
        
        Change-Id: I16bfbff85978702c93932d723180a7f9166bd39e

2014-03-02  Mihai Varga  <mihai.mv13@gmail.com>  [1f8bdeeebd75b6ed1b67642e98c133ed84f265ee]

        [bug 75240] - reduced some variables' scope
        
        Change-Id: I4752c10caa2d2cc48cc44035ae8d874911aa224c
        Reviewed-on: https://gerrit.libreoffice.org/8417
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [0b6a1f2afa7954afcf1f27b066169455ed6cff7a]

        fdo#75200:Libreoffice crash while opening the file
        
        Conflicts:
        	chart2/qa/extras/chart2import.cxx
        
        Change-Id: Icb2a5bc43ef5fd0f307b43bbe8aaf892a043dc5b
        Reviewed-on: https://gerrit.libreoffice.org/8127
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [e059218a83ddb5c0e3d5b4ae0ca932d281683edf]

        coverity#735356 Operands don't affect result
        
        Change-Id: Icd54558abb9d28a5439310ac04613222211e3c61
        Reviewed-on: https://gerrit.libreoffice.org/8423
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [bd1014e245676335c7830f7bcc56afd5adf90fa6]

        coverity#705000 Unchecked dynamic_cast
        
        Change-Id: Iae20a0ab45779483fc501e5ab982e38f38ba21b7
        Reviewed-on: https://gerrit.libreoffice.org/8425
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [2aa4b7e1f06d85ffcaecf58b77c0fde0d15845ab]

        coverity#984421 Unused pointer value
        
        Change-Id: Id44c9c3da6624db63e1f0f95dcaeddcc8b5402d5
        Reviewed-on: https://gerrit.libreoffice.org/8426
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [aee12451d1d99881833b9f6a1a6af5598802801a]

        coverity#704999 Unchecked dynamic_cast
        
        Change-Id: I09b2e3f0b1989249fc49ebc3256dd6fcf5762e75
        Reviewed-on: https://gerrit.libreoffice.org/8424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4f7aa27c6297453a348137bb99d1a28e3dfc5619]

        fdo#75487 Add support for svgz to SvgFilter and co.
        
        Draw can open a svg file directly as a "document" not only as a
        picture (which is handled by "graphicfilter" in vcl). This commit
        adds support to also open svgz files by decompressing the stream
        first.
        
        Change-Id: I241e695076b380735dc9b9fc27f5416fff68f6ab

2014-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [51e7a789a1345932eadb92dc1ef5ac5ecfe2d0c0]

        fdo#75487 Register svgz as a recognisable extension.
        
        Change-Id: If4b5d6a38b468e5412dd973547cbcd580a83e239

2014-03-02  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c77c6c2a0e675995e30afbf9eca3c4c9e6aceeae]

        Support svgz in graphicfilter (import image to document)
        
        Detect if input stream is gzip, if it is decompress and check the
        decompressed stream if the content is svg.
        When reading, decompress the whole svg content first, and then
        store it internally.
        
        Change-Id: Ie8b7e2b2f59a92d6420c38fd4a25637a6ee94425

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [15f90918242dc7ce2911607aef1ed43083a84e37]

        coverity#735536 Logically dead code
        
        Change-Id: I92f3abe7e6dbc45455a531c0965ce14936b4f86e

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [477a294e1d331046bd0c5e82fc32b5f0b4858469]

        coverity#1187830 Uncaught exception
        
        Change-Id: I137af778b9b494c764071e3ae0b8010f080ef936

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [2630874bccd77c5f9c54ca930284b8bef471814c]

        coverity#705422 Improper use of negative value
        
        Change-Id: I28feee353b75d3810358f70dcafb8763918f86fe

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [6943c70c159279f57490744d762787cef1f0d65a]

        coverity#1038300 Explicit null dereferenced
        
        Change-Id: Id16363ad334c9c5801851806984cb14a6244bf54

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [2fa807929fe6e5bfd658eb24989c314907ddb014]

        coverity#735998 Dereference after null check
        
        Change-Id: I882bcb2cdde8697ffb5272fd80e2fd602ed54743

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [d5ffe20b47b63cb82740598ede83a3951db1b178]

        coverity#735989 Dereference after null check
        
        Change-Id: I668c8340777e21a7b829bd4e26ba4226da98a566

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [89d4eb66bacaf5c0518ae45a3bb98b159bb42a7b]

        coverity#735988 Dereference after null check
        
        Change-Id: I6fdf2b87447de6593216437def295dfcc939aea8

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [8b76723f5880e5ae806047e3c2f33e97be44f566]

        coverity#735954 Dereference after null check
        
        Change-Id: I5f3b296b725a7a8bc342813dd2896fba861652f2

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [3229dfb4ce37d5e75dbb42a889f6ce607ba13fc1]

        coverity#735953 Dereference after null check
        
        Change-Id: Id69a568f404ce689f9e9accf7c9f237b51fe391d

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [3f85d01f91f95f6149cf2986a5e1f2195a28858d]

        coverity#735952 Dereference after null check
        
        Change-Id: Ia244c5668cd73c7d25e30c0b370cbf17bec85935

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [a3a6829ee5bde31180a59f14e803c514f42e9312]

        coverity#735951 Dereference after null check
        
        Change-Id: I7a2215fd3aee26ba4b881f435ceb72b47f7e02e9

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [56304dc45ef8e5db2923323405cb380ddd384f58]

        coverity#735950 Dereference after null check
        
        Change-Id: I3417231c570333a9797fb4efe24f21292e99c6f3

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [155cc83a77eba659a99c3cab7c21e3cb0b8de647]

        coverity#735948 Dereference after null check
        
        Change-Id: I71ae6e3cc9aac46a16c377f5b46e141ee638835c

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [b2a2404ef0dcfbda15e26d4dfd7397d96279bcde]

        coverity#735816 Dereference after null check
        
        Change-Id: Idbaa44d70e2ed297da1e54d1eb33b8d23db184e1

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [7c8d2e2b6da71ba829b3f566b764715c79f989a3]

        coverity#735830 Dereference after null check
        
        Change-Id: I62342173f01a593fe245ce897f712b9011926620

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [4e93f0f507bdd33160a63a2b70d8e7f6f1d92fee]

        coverity#704738 Dereference after null check
        
        Change-Id: I2fa3495a12adeb760bb9dd94fdb5859f011f11b9

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [51c443028791132a11be84fd5eef999309d8776f]

        coverity#704732 Dereference after null check
        
        Change-Id: Ida02c1d9f0bc35d115f3762d5c360231ab800b23

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [4d3fc566d9b610e9cca47ba0a984c679ab6ca086]

        coverity#704724 Dereference after null check
        
        Change-Id: Icb7570225d3ae0f5a62d2e7f601c2ce729e55a1b

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [61b8232219fd3e98d8f3a3894b9e97a4c1b36317]

        coverity#704723 Dereference after null check
        
        Change-Id: Iec3c87457dff3e7ee0cfe1a0acc262d38bd00033

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [757871e78130511f7578350fb50e0de089d32788]

        coverity#704719 Dereference after null check
        
        Change-Id: I99855ab0a79ea653177fba85089253b01b73b8c8

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [fb2bc8d9aa6e265c0be8f70a759be4c37e27228d]

        coverity#704718 Dereference after null check
        
        Change-Id: Ide237c6192b5e678260c2c6d8207d11362007f02

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [2ca6426e38799236ebe676f08e0c063f8e3fd6d6]

        coverity#704716 Dereference after null check
        
        Change-Id: I407ea6b182ebcc72a4de40967b8910d4bd682974

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [a3b218e021c3b2d5263a34b1386c43dca8f8eaa9]

        coverity#704715 Dereference after null check
        
        Change-Id: Ifd5eb6ccc174d19eb045d5c3ca62846172b9bcc6

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [bf83deaeca09d72837debc745460c406a7fff782]

        coverity#704711 Dereference after null check
        
        Change-Id: I30e56ab58101a27acc9380031aabbac68fc74487

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [08c8ea386f71588795eb0498811e33bcf2d6f1ef]

        coverity#704710 Dereference after null check
        
        Change-Id: I52ba4aed1dac93e3dbaa06cf70e690deac081b6e

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [1849f54b456f6131a0aa3bf1d20c93cb5a14d225]

        coverity#704707 Dereference after null check
        
        Change-Id: I28bf5dfb37b1283e6f04b44841395f49542a0f47

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [8b2d02ac14d17fbe56ddbefaa486f9a2141c85ba]

        coverity#704705 Dereference after null check
        
        Change-Id: I7571b8d05f96ce8a3bf8532d4def647b6815854a

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [237a58a02876dbd69c1474f3a808aa0939dc394d]

        coverity#704703 Dereference after null check
        
        Change-Id: I272a37a9935785d86ad76db3978cb658573e998c

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [280d7e50741e515e7f1566df200188a5c4639911]

        coverity#704702 Dereference after null check
        
        Change-Id: I5ebb06aa9a478ec31b5ea8a9177ad32b41e0060a

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [67a308c80cf50b72ec9593be7a00789b55da72de]

        coverity#704701 Dereference after null check
        
        Change-Id: I0d9a66d4a609e6df80c3c79b08eee1fb0f95b0eb

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [cc157126cc028dd5de19921d6e3b0eca6060e892]

        coverity#704682 Dereference after null check
        
        Change-Id: I3bae98670034e12efa6760e5d817e43aabfc1d18

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [280f27dc618cda01a7ba0e60b6613a3d5c678925]

        unnecessary check before delete
        
        Change-Id: Ia3100e98ed0819e06d759b41f3c02dd145fe0f00

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [7edf847bf77ce9f6300063168cc9aea316393480]

        coverity#704638 Dereference after null check
        
        Change-Id: Ib5e8996d8eb9e487b1c961aa2137b859c887eb6a

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [0f48aba07adee6253c4abd31329f11d485e38139]

        coverity#704634 Dereference after null check
        
        Change-Id: Id6e4e71a9d261734d01de72f81e2df0f7fbad475

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [e6ba4db7f0fd02cf875e7e9cfcf3bbfe05676b9b]

        unnecessary check before delete
        
        Change-Id: I62b42aa20395ff2f6b3dd2b7ab6460be2ce943b8

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [c7a782b74f290ec0202851f9318d5898edc65077]

        coverity#704615 Dereference after null check
        
        Change-Id: I6d19c827ca512822ec8c9f8a56e098fd6315a572

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [e2a235f17d787650dc5f77eb4f1304cb94ca342e]

        coverity#1187654 Logically dead code
        
        Change-Id: I48f35e89112c869131106cd30d0e2456b3ede021

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [38f6bd69c556eadbf1c7d2cf2dc7c8b9560e7099]

        missing vim modelines
        
        Change-Id: I51a2e95ef0a8c8e17bc996ae0c3639717f36de3f

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [fa8dc4f9c8f0ea1acc95fff19ab812b76790019d]

        fix coverity#1187656
        
        Change-Id: Ida09e0efd48477b8811cbc4302c57f06a9b1a432

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [24e7d0390f08c79cfb7b9f71c7cd674594fe2b7f]

        coverity#1187655 Logically dead code
        
        Change-Id: I3f490ca9d93849b021bf5804079fd215f077ad49

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [a2bdb9ab23e3f229f669d6c4f7c0ce9853a97ed1]

        coverity#1187656 Logically dead code
        
        Change-Id: Id82a05b5de843d4695b0b3ef66fa103153b24d3a

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [0e6f3126597ed69ccf01eb472084ccc6a93dc4fe]

        coverity#1187657 Dead default in switch
        
        Change-Id: Iaac2a9ac2d779dde0db091b05075c8ecefe5c4cf

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [1c5bebefb02b3bdcbd6c56ca3f7d6073ce7eca99]

        coverity#1187664 Dereference after null check
        
        Change-Id: I3e8d8540b055fdcad0379e9bd7a78b3dafed435d

2014-03-02  Caolán McNamara  <caolanm@redhat.com>  [a3a2ccc5f5787fb96ecf2f3ccb8b0e7f7ae4eda8]

        coverity#1187821 Uncaught exception
        
        Change-Id: Ida238b29fb94c87b2bd6c45b761f40d4e2313bb5

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [c94f12a3893f79c73a12d330dd0e01dde64da170]

        nOrigTxtStt is never read
        
        Change-Id: I9ace298d66aaaa46cecdeacfc633144715535e50

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [d0feb9d89d32d5562360c021ec0bebe36602507e]

        Rework SwAutoFormat::IsBlanksInString
        
        The old code was convoluted and suffered the following issues:
        * Relied on OUStrings being zero-terminated, which is not granted
        * Systematically missed the end of string, accessing unrelated
          memory, in case there was just a single trailing space
        
        Change-Id: I98dd0f94a8f48f40c467a02dfd01c7866266d9d4

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [e9ac4088d932992c58ac0328ff0fd4b43cda338e]

        Avoid consecutive OUString appends and a temporary
        
        Change-Id: Iee8998a4947a253f869fefb7bde316e3d3b4129b

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [aa5b337bff8d9c8c07f2c67a043bef4f07fccb79]

        Add EditPaM::operator !() and simplify EditSelection::IsInvalid
        
        Change-Id: Id47d77e63eff2267f5e4112b88dfb90c3ec95bd8

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [95412052fadffb323d21eba1c1d54c9803baabd2]

        sal_Bool to bool and some optimizations
        
        Change-Id: I6a42b78caaff962368b83def8e291d6b6c50abb1

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [3ebec5e576c851b8a5da939297b20d3c6107aab3]

        Return value of EditSelection::Adjust is never used
        
        Change-Id: I32770f34819cf737beeef4d22a26538d9ac357a5

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [7cfccf98c18f5402b9e4a0e1e01937a36837e19d]

        sal_Bool to bool, with some optimizations
        
        Change-Id: Ia1c73cf97e93a999147ce82ebb18767743adf2fc

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [b39275d483e5b1b79c0c7aaaf915fde9ca15857e]

        Use EditSelection::HasRange
        
        Change-Id: I6be00dc99e40bb190647cd5007431d4cca750024

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [7e9df2ba484a29c74ee5ccd04972712ecb98802e]

        Avoid temporaries just used as return value
        
        Change-Id: I4b7fc7103cac3acd5561754fc15b7f7b40c041fe

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [4f27cf97e6216994a971c2748bb544e85b023ff3]

        Use existing method instead of hand-writing
        
        Change-Id: If28620d1e0c8b719e2d0de41831e52b238113308

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [c694a34261540c579c763e9d249cd5eeb5a1f34a]

        EditLine::CalcTextSize - nIndex is updated but never read
        
        Change-Id: Iec96535e154e0467fe5e89264782efa30837bff9

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [3b7d6284e5a2731b93608c71a4a126f120f3c025]

        Avoid a check and use plain arithmetic
        
        Change-Id: Ie475a6f7d523d5aa6c0ef1952adce56caeac347b

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [a90760a056056fdf1fc4dbdb6464f2a84b0fc617]

        Use OUStringBuffer instead of rtl_uString in EditDoc::GetText
        
        Change-Id: I292c2b726de3e6c27f05fdf7612fe057ae9f94ad

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [0ea119318a9102e145ad007811759281afbe7305]

        Use mutable instead of casting this
        
        Change-Id: Ifdf6334af72637b1c18a9ea2bd2be317d5ae8b20

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [778e65cc2a35c0aa1dee73f23007709b89703bb9]

        Bail out early and avoid temporaries
        
        Change-Id: Iee0f72995c59c03189c6e187c7e24f9247ff844d

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [990a6328d1e033a8a8335020da6064b5636a24cb]

        D'oh! I forgot something in commit 3e43a891e89aa6eb8eeecd9d3528f2a002371646
        
        Change-Id: I2bd3c13eccd94dfb06d2245dd68e97f08c50cbdb

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [387b9122b049202164ba34a942e04c54a3b00120]

        Do not use heap for two temporaries
        
        Change-Id: I49750170fbe68159fc5555ca686344857156c18d

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [baed26b0c520e7d312f02d7d9990720d96942a94]

        sal_uInt16 to size_t
        
        Change-Id: If3cbea546716b7476e362e9b19f4656b27ff34a2

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [f46d23e242d6dd4c856392006ef21a86b1ea3a4f]

        sal_Bool to bool
        
        Change-Id: Ie04d9314f66bcda8e1c7939248af79a15fbdaaeb

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [04deb742f6bddf2881ab6c088ca212500d4931a1]

        Don't use tricks to get normal C++ features
        
        * Use "mutable" to allow modification of a flag, maintaining logical constness
        * No need to explicitly cast this to the base type inside a base class method
        
        Change-Id: I50c015ba977d93e82331c97259d9f9fb774bb198

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [0d5652ab10721082f81d11df92ae69e7bce59856]

        sal_Bool to bool
        
        Change-Id: If63bfcfe4e16dd9232f3ef6fa29fadd0a6d01653

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [b5143005653c1c505a6f648519f0d54f8b152dde]

        pProgress is always NULL
        
        Change-Id: I278103075582a0f0a5cde7b749db408c5912f82e

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [7f7e8673d382037b1e1851122a1aa5251976232d]

        bStopPrt is always false
        
        Change-Id: I14559b1360ae9f845e0054c5125f1280d9786dff

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [2d7ece16a2dcc3c9af46b7a39c2ed36f00203f36]

        sal_Bool to bool
        
        Change-Id: Iad75baebdf868cdd2ad13d23299385564277010e

2014-03-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [a8155e3d77817453b2df85d5ac3e652eb901d203]

        sal_Bool to bool
        
        Change-Id: Ib1db475feea0f8fdbb724273cc368f41d39e50c8

2014-03-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e0f89980f40f14b36bc45176504861f3624ea99]

        writerfilter: convert sprm:P{TableDepth,FInTable,Cell,Row}
        
        With this, source/ooxml no longer depends on the 'NS_sprm' namespace
        doctok provides.
        
        Change-Id: I58d5514dea25f1fbc8806863d976f6a24934ea61

2014-03-02  Douglas Mencken  <dougmencken@gmail.com>  [92ca6ef11daa892cffaff136b9a4380665f0ecc2]

        curl (bundled): fix logic breakout
        
        use --with-nss only on platforms other than Mac OS X and iOS
        
        (see commit 4e8ab2198819551d07f303f80d2bd5f5ae53bc6e)
        
        Change-Id: Ie6cb35ea5f5db2d08f303f70d1559188912ba8e5
        Reviewed-on: https://gerrit.libreoffice.org/8418
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-03-02  David Tardon  <dtardon@redhat.com>  [2fdce9d0f73284e43a074edf41d3ee0e10cdb46a]

        add missing deps
        
        Change-Id: I86a0098b64e02a438c5660ea8b391a9737473aa3

2014-03-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [09f27e518bdec21774ff62d7c59ed782bc5c20b1]

        fix strict namespace list generation
        
        The two perl scripts were apparently only generating the same order by
        luck. It did not work on all systems.
        
        Change-Id: Ib83ee5c6572d3bae2e2ac1846850bd65303e7d43

2014-03-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [54ebae0eae8829a9325170002120b984e8934cdf]

        remove whitespaces
        
        Change-Id: I624ca41c3e51ba785e359649c429feb61cc9a647

2014-03-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b7381c519794b4959b1993e98ecb11e2ab0d518a]

        make more places aware of OOXML strict relations
        
        Change-Id: I292217537eb592cbad9af11f87402baa9f4cc442

2014-03-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [54ca9821b2aec23224f4d5559fe6d656affdf315]

        fix one more relation type for OOXML strict
        
        Change-Id: Ia63309271ac225883540ca0453fc5da21844d3ad

2014-03-02  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3e82e55241ba549765381488bad61ebe45f96941]

        no need to add another layer of macros
        
        Change-Id: I49992559a7d10127d55dbf0c7e257c86619fd8d6

2014-03-02  László Németh  <nemeth@numbertext.org>  [37021dfb3f3dcf082ec1b656dfac71f593a97cec]

        fdo#72448 fix gradient color/transparency pos. in SVG export
        
        Change-Id: If65ffb9ac71eda95d8b5c4b35fd5828795b0469a

2014-03-02  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [bbd51100fa9686821f59224933d0cefd272006a5]

        fdo#59329 Fix docked window border lines
        
        This patch completes the missing border lines. This is intended
        for versions 4.1 and 4.2 only.
        
        Change-Id: Ib15cb3b01dca4631f643a0036475cf684793d256

2014-03-01  Julien Nabet  <serval2412@yahoo.fr>  [09155190d817dd880cc96a106114618b46a5a7e5]

        Variable not used but remove some wrong characters
        
        Change-Id: I2206225309becff134e8f719959d976f71fcde27

2014-03-01  Maxim Monastirsky  <momonasmon@gmail.com>  [d5890e87ab5e298e9a74ed0d552b01a98e59b1fa]

        Merge HTML detection to text detection service
        
        Setting the filter name explicitly is not really required,
        because TypeDetection::impl_checkResultsAndAddBestFilter
        is able to select the correct filter anyway. But it seems that
        other detection services also do it, so I followed that way.
        
        Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef
        Reviewed-on: https://gerrit.libreoffice.org/8213
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-03-01  Stephan Bergmann  <sbergman@redhat.com>  [d739b01b9f20b1a7fd4b313b28e4dd4e5edd9193]

        Adapt rtl_uriConvertRelToAbs to RFC 3986
        
        ...which updates RFC 2396, removes the requirement that the base URI's path
        starts with a slash, and clarifies how to treat excess "." and ".." segments.
        
        This nicely allows handling of those odd vnd.sun.star.Package URLs as intended
        now, so that making <foo> absolute relative to base URL
        <vnd.sun.star.Package:Pictures/bar> yields <vnd.sun.star.Package:Pictures/foo>
        instead of provoking a MalformedUriException.
        
        Change-Id: Ice84303a57698a2c05d3a45541fe78b67450fa3c

2014-03-01  Stephan Bergmann  <sbergman@redhat.com>  [58f033569aedbeb2d6bc9d8e903b3f5a63c99614]

        Fix construction of non-ASCII test string
        
        Change-Id: I495ba4e2394bf0fd09b4d0f0111f9b8531674733

2014-03-01  Stephan Bergmann  <sbergman@redhat.com>  [72111620811bb496004ccbf92ec9ea5c9e9e4ea9]

        Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength
        
        Change-Id: Ie37614dac882bfe05f8ce595ae6b20326dce872e

2014-03-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f527738ea4f8e93acafdd7f0ae06de1678cfdd8]

        Set the default cell border line width to 0.75 pt in Calc.
        
        0.75 pt provides a better interop with Excel documents.
        
        Change-Id: Ic1d2cbbe4e35dc0793a0e35d3836261d91138f7c

2014-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3f96d7458d74c5ec14b1a4f03f4244350cfeea6]

        DomainMapperTableHandler::endTable: fix this comment
        
        Change-Id: I0c22123d8b1707092938474891e2469e32a1823d

2014-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd79d4a25df3a7d7b2241a4239a2714b50dcf0be]

        writerfilter: remove last sprm tokens from ooxml/model.xml
        
        Change-Id: I3b18ed95bd0144240a586fefb2b1deb0bcd658c4

2014-03-01  José Guilherme Vanz  <vanz@libreoffice.org>  [f6141d884b7a89a856a34dc93991dbe01ded0b6b]

        fdo#71043 -  Use STACK lint tool to clean code
        
        The code is using a pointer without check if it is not null.
        
        Change-Id: Icb2dcf8d41a35514e18a5881f59399951b3e0493
        Reviewed-on: https://gerrit.libreoffice.org/6529
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Alexander Wilms  <f.alexander.wilms@gmail.com>  [8792ec7b2129650777b7b4bfacaa7c13d923279b]

        Remove visual noise from include
        
        Conflicts:
        	include/framework/preventduplicateinteraction.hxx
        	include/sfx2/sfxbasecontroller.hxx
        	include/sfx2/sfxbasemodel.hxx
        	include/toolkit/awt/vclxtabpagemodel.hxx
        	include/vcl/field.hxx
        	include/vcl/settings.hxx
        
        Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2
        Reviewed-on: https://gerrit.libreoffice.org/8272
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dff29fadfe418421f2af9fd4f1dccc8a9b4cd545]

        import date cells from OOXML
        
        Change-Id: Id0b9ec034d559d489ca4ee2d1d6aca1bdf1beb9d

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6471204afda1de1bad014635bfd0fccc18f15946]

        remove empty lines after comment removal
        
        Change-Id: Iad5cb7303f3797c06a53651b0f0c7e7c2273ef55

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e34870c2396db160c15e3e9bbf3efabf55ee2839]

        support OOXML strict documents in Calc
        
        Change-Id: I277d76aeec28e173d913ccc1506464afe4d09c6d

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6ba394e6119fee2c5424b6c3b5eb3f4276cc2769]

        handle OOXML strict namespaces
        
        Change-Id: I198862388426161e3f054a5f128639c59f3c9d24

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a143beb3a02dc23f5a256e64fb996a1329ce07c0]

        make sure the two namespace lists are sorted the same way
        
        Change-Id: I90b3182e10dbbfc8993010dd885509537d2fe537

2014-03-01  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [63308b1e6c5fe3450783e589df8bd588fb4ceb3e]

        fix OOXML validation issue, related fdo#33951
        
        Change-Id: I6e455ee4bb649a299023f1dba88a01ef5674e074

2014-03-01  Douglas Mencken  <dougmencken@gmail.com>  [1c9453cdf25ce6079be8489b77dbb75036bde908]

        libcmis (bundled): add patch with missing definition for HTML_PARSE_RECOVER
        
        Change-Id: I4c3760808b92c066181ce7e1294ee9e6dd9ea016
        Reviewed-on: https://gerrit.libreoffice.org/8387
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Douglas Mencken  <dougmencken@gmail.com>  [4e8ab2198819551d07f303f80d2bd5f5ae53bc6e]

        curl (bundled): with-darwinssl option is not compatible with OSX SDK 10.5
        
        Change-Id: I3e8576926df875d73de10d5212adde2685c3a799
        Reviewed-on: https://gerrit.libreoffice.org/8386
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Rachit Gupta  <rachitgupta1792@gmail.com>  [55eb86699d7d4b2151530e9a0b3ca2e99033595b]

        fdo#74064 The filename gets properly highlighted in the Save As dialog.
        
        The filename was missing the extension which was causing problems.
        The extension is retained now by disabling the autoextension checkbox.
        
        Change-Id: If913124c22265da2bacb043d83386fd8f5710ca8
        Reviewed-on: https://gerrit.libreoffice.org/8364
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Alexander Wilms  <f.alexander.wilms@gmail.com>  [4133c3e6ff31b63d6ea3e426f4e8715bf7895a86]

        Remove visual noise from sal
        
        Change-Id: Idf07c7d31c0a523f929aded9ff3183a3f01b16b9
        Reviewed-on: https://gerrit.libreoffice.org/8297
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Armin Le Grand  <alg@apache.org>  [f586542c3d3e5fda3a73c736ceaee3719859942d]

        Related: #i57936# Added refresh to update LayerTabBar...
        
        when attributes like Layer visibility were set
        
        (cherry picked from commit 2f6673f38d76df1a26c658b20e9c180c7bfd4d14)
        
        Change-Id: Iafc6be8070b69a01a80425fdafa2c55e7560f924

2014-03-01  Alexander Wilms  <f.alexander.wilms@gmail.com>  [6660b9d2c57e90ecd77de3eb02bcd2a9f4518684]

        Remove visual noise from bridges
        
        Change-Id: I53fa23d335ff62795f09f9838d4064cea71aeb65
        Reviewed-on: https://gerrit.libreoffice.org/8237
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-03-01  Caolán McNamara  <caolanm@redhat.com>  [875129a8d4eca6b8ac184c4ae3539ffce8194e39]

        callcatcher: update unused code
        
        Change-Id: I429eeb3fc0dd0d0c55612eb482d99ab4ceda2f56

2014-03-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3c6d7f886088b57869b6978309e7a39cba32bbb]

        writerfilter: convert sprm:C{Shd,FBiDi,ComplexScript,Kcd}
        
        Change-Id: Ia1dd99f0850d444fe9521fdcd0645e92bfc905a5

2014-02-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f32df2d590d0ee14f09664934457ba9e8de8cbe6]

        fdo#75053: Adjust reference update on shift for formula groups.
        
        This is similar to my earlier fix for reference update on moving of
        cells.
        
        Change-Id: I592599507bfcab12f611eeae7b56c99da6c31919

2014-02-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa6c5b7faecdb57cbdeac051e304531c1a1cf63b]

        fdo#75053: Write test for this.
        
        Change-Id: I51c552c23af5d1669e35817e4f54f75be6b54180

2014-02-28  Jan Holesovsky  <kendy@collabora.com>  [f821b00c6d2b362974c4a78d3bc8d57839289121]

        Cosmetics.
        
        Change-Id: I71c7b711f583079de7d5c075616d7d437fa992db

2014-02-28  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [e218663251425f5dd6d56c7273b9e1e93748981f]

        fdo#63154 Remove unused solar.h
        
        Removed from dbaccess. editeng, filter,
        framwork, formula, lotuswordpro, reportdesing, rsc,
        uui
        
        Conflicts:
        	framework/source/uielement/menubarwrapper.cxx
        	reportdesign/inc/RptDef.hxx
        	uui/source/iahndl.hxx
        
        Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273
        Reviewed-on: https://gerrit.libreoffice.org/8118
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-02-28  Mihai Varga  <mihai.mv13@gmail.com>  [1994ab92c8ca0d068b73017e641807fc7782e8da]

        [bug 75240] - removed unnecessary white spaces
        
        Change-Id: I369ec4b2535b83673341ce389064d5a9c2050a48
        Reviewed-on: https://gerrit.libreoffice.org/8388
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Douglas Mencken  <dougmencken@gmail.com>  [754dd9212aca0d30f8e50cf67b52c0a8dab814c9]

        sw: hey, don't forget about big-endian parts in wrtasc.cxx!
        
        Change-Id: I8e71c35dfb4f8ce475357412cc9121c50830069e
        Reviewed-on: https://gerrit.libreoffice.org/8401
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Takeshi Abe  <tabe@fixedpoint.jp>  [f9e365d138732d8cdc29dc08efaf1e86b88ecd6c]

        Avoid a resource leak
        
        It seems an aged mistake to pass pUnoCrsr to a std::auto_ptr too early
        
        Change-Id: I99ab2d8c8719fb9f0fc3e90f36534007b4cde990
        Reviewed-on: https://gerrit.libreoffice.org/8393
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [79341203763b5cbcd8fee675588a0788b06af2fd]

        ooxml: rountrip test for w:compatSettings and mc:Ignorable
        
        Change-Id: I69a602f3a5eb83f116113b1dbe8bb9f208bd5e5d

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a783421ef0ecb53b7f4240f5a5e4116d3e9963b3]

        ooxml export: write w:compatSettings if present in GrabBag
        
        Change-Id: Ie5f3ba8f12ca8d5b9729c5bfa13da3b34dbfda2d

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4b4a1b8095332a13b975553b19c4a03ce1072eaa]

        ooxml export: write mc:Ignorable for w14 and wp14 namespace
        
        Change-Id: Ifc461da32fa732bafd3bab4d5bcb0760992c2679

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [8dd20b80ea75724812cee1b4b3c04c9b3f035e1b]

        ooxml export: rename member settings to m_aSettings
        
        Change-Id: Ic286df1c6d8bd611c7771482f91e5e375af3745c

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [acd5d5fc92f53ca1cfb48357c6b73260b73d56b3]

        writerfilter: put w:compatSettings into a document level GrabBag
        
        Change-Id: Iefb8ef14c61e7966098754b8f3395f994bb9bda7

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cf28abed08109f5d7937c94670194f97a7e6f168]

        writerfilter: extend tokens and model.xml for w:compatSettings
        
        Word stores compatibility mode and additional compatibility
        settings (like enableOpenTypeFeatures) in w:compatSetting. This
        needs to be preserved as well.
        
        Change-Id: I40895cc00952b7c3799edff0bf7f4328106305a1

2014-02-28  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [db58eee6f520af7b4502343fb59a8d39f4f311dd]

        writerfilter: add mising color values for w14 CT_SchemeColor
        
        Change-Id: I0fef224b75d67798dfa37585a9210285eac575b5

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [33ca98314133a93e71edb1a003fe8ddb7b36e8a9]

        Catching MalformedUriException subsumes the rPath.isEmpty() case now
        
        ...so that is no longer necessary, and checking for rPath.isEmpty() first also
        mis-handled the case where rPath was empty but maUrl was already absolute.
        
        Change-Id: Ieae800dd6c52f0cc308944ca0035ea4140d3a324

2014-02-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [d12324d13620e5acda63b1b0c21731fecc49aa01]

        Rename GetGraphics to AcquireGraphics
        
        Currently there are a number of classes that have a function called
        GetGraphics(). It returns a SalGraphics instance if one is available
        for the sole use of the caller. Some variants keep a pool of available
        SalGraphics and return one not currently in use by anyone, creating
        extra ones on demand, sometimes up to a set limit and returning NULL
        on reaching that limit of simultaneously in use SalGraphics.
        
        This is confusing. What is really happening from the perspective of the calling
        is that is that we are attempting to *acquire* ownership of a SalGraphics
        instance.
        
        Therefore, rename GetGraphics to AcquireGraphics() which returns a handle to a
        SalGraphics if we can acquire a free graphics instance, and NULL if we cannot,
        which makes it cleared that ReleaseGraphics should be called on the result
        of AcquireGraphics.
        
        The classes that were changed to include the new acquire function are:
        
        * SalFrame
        * SalVirtualDevice
        * SalInfoPrinter
        * PspSalInfoPrinter
        * X11SalFrame
        * X11SalVirtualDevice
        * GtkSalFrame
        * KDESalFrame
        * TDESalFrame
        * WinSalFrame
        * WinSalInfoPrinter
        * WinSalVirtualDevice
        * SvpSalFrame
        * SvpSalVirtualDevice
        * AquaSalFrame
        * AquaSalInfoPrinter
        * AquaSalVirtualDevice
        
        Change-Id: Ic39c08a4bcaf665ae08ba2808cd03b0e80790c46
        Reviewed-on: https://gerrit.libreoffice.org/8070
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Caolán McNamara  <caolanm@redhat.com>  [1ec2880679d88c89901ce00fe30dd78e584f6960]

        Resolves: rhbz#1007697 Update on a Window triggering delete on window
        
        Change-Id: Ic6374ce45e3a3ba97217ae77e91f9143f46e277b
        Reviewed-on: https://gerrit.libreoffice.org/8396
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [a7a47272b962543dc5bbd3c2f42e889c4f58ef96]

        TestOutputDevice can't set meOutDevType
        
        One of the StarMath tests was very broken - the issue is in formula tester. It
        basically sets up its own derived TestOutputDevice. Because it doesn't set
        meOutDevType (and can't as that's a private member function - I note this whole
        design is *broken* but I digress) a few things can't get access to a
        SalGraphics instance.  This is fixed by removing the class and changing it to a
        VirtualDevice - the test runs under headless mode anyway
        
        Change-Id: I3d6eba793386e6db3f053aa4e6aab9a4d1c63fc3
        Reviewed-on: https://gerrit.libreoffice.org/8395
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [eaa876e48695e7927563ee56a08e11acb0036e4a]

        typo in comment
        
        Change-Id: I78a47d807ed9228fd6bc8d3dbbf038881a8d383b

2014-02-28  Caolán McNamara  <caolanm@redhat.com>  [c923b15cd99672e5b93d1ab6314c66caa417c738]

        Resolves: fdo#73851 promote labels to headings
        
        Change-Id: Ia12b32abfad987bfaecc54005a73ccbeb158f61b

2014-02-28  Caolán McNamara  <caolanm@redhat.com>  [c8cd1c61ee3f491e170086f740ffde65a8a63f83]

        Related: fdo#73851 select driver list widget to shrink/expand
        
        Change-Id: I3f2013ab8e0b188e74da99d2f1ff8bc842f60f50

2014-02-28  Caolán McNamara  <caolanm@redhat.com>  [de485196def4a0b454abc46af64a2f19bf78c40d]

        coverity#1187853 Uncaught exception
        
        Change-Id: I43686bd2444619064e8097cfc161d59b903e3fc9

2014-02-28  Armin Le Grand  <alg@apache.org>  [b1cf64fe51fd0bb1e9bc8c3bb38d5cc7254d8d5f]

        Resolves: #i87182# secured usage of LayerTabBar in Draw...
        
        ensured initialization when used as OLE
        
        (cherry picked from commit 903afaa8ea0766e01ba41a227d2794c2c40b129a)
        
        Conflicts:
        	sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
        	sd/source/ui/view/drviews3.cxx
        	sd/source/ui/view/drviews7.cxx
        	sd/source/ui/view/drviewsb.cxx
        
        Change-Id: I86bb17bf422356247a319f89e54d1ead97b368b8

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [51f73a9be8270487885d185eaa3dda13ec43d9b0]

        Simplify string construction
        
        Change-Id: Ib46a64d8438dcaba37a234460d1a4113707e8c43

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [29c3bb0968cb9770f7b822f5cf466314be9db825]

        Handle vnd.sun.star.Package: URLs provoking MalrformedUriException
        
        ...as e.g. happens when loading an .odt containing a Pcitures/XXX.svg stream
        which in turn contains an <image xlink:href="logo.gif"/> with relative URL, e.g.
        when loading the .odt generated by the instructions in fdo#75582.
        
        Change-Id: I0d275662259bba8d582e2bd4671f0f6667060132

2014-02-28  Douglas Mencken  <dougmencken@gmail.com>  [e53eacb13369e713c20153ea84caae6d8505f239]

        Use FSResolveAliasFile at least on OS X < 10.6
        
        (see also: commit 7aa42913bb1828b877c2f73b4fe59cc3c65a67bf)
        
        Change-Id: I6b8945bfcfce277eefdd54d25c7827c2ae19ef16
        Reviewed-on: https://gerrit.libreoffice.org/8394
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [9beccfbd3793c86e1f6c4187c159e8a4c0bbba3a]

        writerfilter: undocumented class
        
        Change-Id: I6c7774cacba116ccdea10d17afcca67883bb56a5

2014-03-01  Takeshi Abe  <tabe@fixedpoint.jp>  [c4d3ea46ab62a2ba5d69ae79aa6828b5b7ae6cbe]

        Call it noncopyable
        
        Change-Id: If2e14b333868bb10867e54cd28c83d0d2c6a5e43

2014-03-01  Takeshi Abe  <tabe@fixedpoint.jp>  [83f1151c706eb78e08d781245ccabdc68aa0ee83]

        catch exception by const ref
        
        Change-Id: Id0a9e3b52cabff7be99a5bba6ddb0a108a325d42

2014-03-01  Takeshi Abe  <tabe@fixedpoint.jp>  [6e9b859fa1c6ba2f94b46ac272372e0a503075c4]

        Drop useless const
        
        Change-Id: Ifcdd921b08af10ff17dc3da7b811b6aed74baf98

2014-03-01  Takeshi Abe  <tabe@fixedpoint.jp>  [29c71853c469cbe7fc5f0439f6d6b5dedfe6a0fb]

        Remove unused struct
        
        Change-Id: I217620ea99c809b7f3bf1a403170168ac01ed06a

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [82149fe8885ca00c08d21b19d1ab45d6d8b09ff8]

        Add SAL_OVERRIDE
        
        Change-Id: I3b85e2524ce5d8c643daa593e179c22c4c49608f

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [ce433069f1b1c39ba368d5d2fc8008b6e9148324]

        Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanup
        
        Thanks to SAL_OVERRIDE, I found a couple of unused functions and
        several that were virtual even if they did not override anything and
        were not overridden in any derived class.
        
        Change-Id: I5981111d2fc38f75a384c52359546a973e772393

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [69a7d9aea25240ababb298e5b8a89d2492057ca6]

        Unvirtualize a couple of functions
        
        Change-Id: I1df9d7d1f0186a6983e54906c2d1b1684663826d

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [3d66457b0b64660815b1c52698cd9dd92726d044]

        -Werror,-Wunused-parameter
        
        Change-Id: Ib468220253c494279cfd4f46235a91522fb0889c

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [2df809f4a3671720b15de3c44185766d09e4c425]

        WaE: unused parameter 'bCopyNext'
        
        Change-Id: Ic455c6f7a40d8f96335ecda37084ff7c0ef601a5

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [dc23ea1522f5304944ef9ade4cd2a722db2e3505]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ide2bd5caf2d6920c99400fbad290349d7dcca464

2014-02-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [440fbd609054d78e37f4953dfdde8c79c10b4981]

        DOCX import: handle font theme references in group shape text
        
        Change-Id: I1d5b86ad17b2c4a0945f483c94ac6abf410cf1d6

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [757996c46e09e6a14e15ee8ce2a993c0ec3b79f8]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: If6112c0b91bd040830818a69e599dfbce315d271

2014-02-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c5ecd9d2a79d4c2cd80fc7d037074806a021e579]

        Correct indentation
        
        Change-Id: I3ce85a17966c155c71cd3e3d1a142cc02ec34bd7

2014-02-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [21d356f691a7c1859f85a19c79060a3d31cffc21]

        sw: export OLE objects outside run properties
        
        Until now the export of OLE objects was being done adding them to the
        m_postponedOLE member and reading that member when the run properties
        are closed, but it can happen that we receive an OLE object while not
        in the middle of the row properties.
        
        We have extracted the code that actually does the export to a
        separate method and call it if m_postponedOLE is not available.
        
        Some lines are incorrectly indented to make the purpose of this patch
        more evident, and will be corrected in the next patch.
        
        Change-Id: I3e0d785c99c659ec35d0c02dfc52367dcb6880b7

2014-02-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [94b46d202c71d35741ad32ed520a191114a0d250]

        Correct wrong variable name.
        
        Change-Id: Ic76e328e7600aab54dfb8318e1d9667fa6d309a5

2014-02-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [de90456c71aa121cb0a6d0f7b316b3da0e6088fc]

        sw: prevent crash
        
        In case some error happens when exporting OLE to docx.
        
        Change-Id: I5673f13e2fb4bc7887f1fc54771532c049129047

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [d18529591e6879458ec594e7b09ff167791d5e2a]

        sal_Bool/bool fallout
        
        Change-Id: Id31598b9c6485ecddcbbc3b2f216f67daca9a795

2014-02-28  Oliver-Rainer Wittmann  <orw@apache.org>  [22aea93d508d8051a5f5d1a472874ba4eca2f296]

        Related: #i123480# assure correct Undo/Redo with not shown tracked changes
        
        (cherry picked from commit e8613c7e3b76a83d804d28199fdeacc6369569c6)
        
        Conflicts:
        	sw/source/core/doc/docedt.cxx
        	sw/source/core/undo/undobj.cxx
        	sw/source/core/undo/unredln.cxx
        
        Change-Id: I45c25aa957995109b202e2130e5344b1bbb09669

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [0e39eba09b87249431c0d105f4618337ae1895fe]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I6a15e3e705015fdfa92e0606935af8b83cc9a183

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [278cc074512576676f0805016215bdcad73d9be2]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Ic46830dfdb82e4519cfccd5da3f673aec12fdfd8

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [35fb9ca387e6e977b873698e8f4f1c01d572ae8c]

        bool clean-up fixup
        
        Change-Id: I0a302d7f91ef07992f95a8ccd48efec862519ab1

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [c28e4af6fe0e19f82b39aa0daa310eba8a3eebfe]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: I3431d256bde60a2b3fa8de9a0ef43d1a0f1dc3df

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [514f2c2dfa1ce32293622bbbcd3521f97d5c60ef]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Icf1b8aa2c228daf8d9719616a6a91c5d6bef8449

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [7c50556cd88e54726d03479ea852d2ea07497868]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: I8094180c898c89351caa4805e395c3f3f2b0a946

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [eb1bfe680ae2d0202dde67b762ed48f7192e63e4]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Hack to avoid false positive from loplugin.
        
        Change-Id: I2b25f06299e40ea0cb155a6b748f38e1cb1ffc0d

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [a1fb07db18605364412c675e2b703855f6131b44]

        loplugin:literaltoboolconversion
        
        Change-Id: Ic8d00f036ef439ae8e1184289edb3ba6a117e1f6

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [51e937c27069711fe266963aa2a0dbfa8d99cf6b]

        loplugin:literaltoboolconversion
        
        Change-Id: If5949c6123e2816d0e7d9fd93d3e24dfecba1a56

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [0526048e4e7ae46b3a8cf6cd9a4d2ffe0a082167]

        WaE: implicit conversion (IntegralCast) from bool to 'long'
        
        Change-Id: If0d7ca02e8ecbc15eabc7807a71554ce11d92552

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [8f5444e83261dd7300326b6fc083572c21a86569]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: Ifaeeb0f01dbcd0225ee50c15d0b2417f99b1bd0e

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [9bbc04988a1a890b8db99d61497f567cbc7e21e0]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I826f7649a1e9ed8aad06848aa1f2ed5a5827f3ab

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [29a4487a067946fa3227807787280d1f13c45d1a]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I70eb7c04d12fad8f46f549bf5d43e1d1ffb724a1

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [74c17d618759759e2ba532e09d36f4e34bca957d]

        WaE: implicit conversion (IntegralCast) from bool to 'long'
        
        Change-Id: I065858bdacf88f87eabe6cec516f6357acc11152

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [c005d07dbcea821ff620826090ca146d39788528]

        WaE: implicit conversion (IntegralCast) from bool to 'sal_uInt16'
        
        Change-Id: If6c41795a4015eb6bdd6bf785dd5ea6f7069e76b

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [bf470dcdf53beeca6a93f89b4d7c82ad11dc7168]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        Change-Id: I75d079a34355454a6e6b741f029c5ec37c149b17

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [02e355370dcac945172c0064258ce66a98d193fd]

        More EndDialog() cleanup
        
        Change-Id: I2e79190936d1eb7f55b521d2ce558fba45bf5f28

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [df94df2d7beba113f915c92f5ccb3af706ac08d6]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        The bIncludeUntil parameter is used as a bool, so make it a bool. It is passed
        bool values anyway.
        
        Change-Id: If477419e8d94af69ad2bd5b452819e83a5a8149f

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [17ec83705ae7f005e4f729fe531c7f1e86415632]

        WaE: implicit conversion (IntegralCast) from bool to 'sal_uLong'
        
        Change-Id: I5089279745c4247ec0006f2273f6ec3d40d7c2a2

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [d44a3aa9762c070881a1449277e98fb5dfc64b1b]

        Save the stdexception rewriter plugin used in...
        
        ...5e21a413c788f839a66d9e4c14e745ed18058db8 "retrofit std::exception into
        overriding exception specs."
        
        Change-Id: If802bbd26b91438f3f46fe18bc763d27967bac5c

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [9661d5b1645782be27cface246d0250728452f74]

        Remove unused #include <comphelper/basicio.hxx>
        
        Change-Id: I710d430342de0f1bfb98227264df3a44283f8dc2

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [f3f9e2d4fe7fdff8dff6d4dab62f96b87f5141a4]

        WaE: implicit conversion from bool to 'boolean' (aka 'int')
        
        'boolean' is from the JPEG library, typedeffed as int, yay.
        
        Change-Id: I6d35c3616e50127f1e00b47c25cf962fdc92c3db

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [8353589e7a5626d840d05d3baa0ba79852f522f0]

        WaE: implicit conversion (IntegralCast) from bool to 'int'
        
        These two functions should surely be of type bool.

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [cd3211dcf110a5a8a906c16c8f1b25b8fed94b40]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: I0b325abc275b672a96c5513d285c0f5764dfb4fe

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [b530a91f059ac29b1f596f36f3eb065de4db4352]

        WaE: implicit conversion (IntegralCast) from bool to 'long'
        
        Use the proper RET_OK amd RET_CANCEL parameters to EndDialog().
        
        Change-Id: I2500e5e9793ee98c8cf38fc094d9f984576b67db

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [5ce23eb9f12a52efcd7eb84d0b8ddc380d12eecb]

        WaE: implicit conversion (IntegralCast) from bool to 'long'
        
        Presumably RET_OK is what is meant here (that is how the code has worked,
        anyway, as RET_OK == 1 == sal_True).
        
        Change-Id: Ib6afffc606c6bc36b5ef4cf04991207c8c109973

2014-02-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [381f8a5673b70e31fda2739da25f3863895ae665]

        sal_Bool -> bool in mostly vcl module
        
        Conflicts:
        	include/vcl/settings.hxx
        	svtools/source/table/tablecontrol_impl.cxx
        	sw/source/core/frmedt/fecopy.cxx
        	vcl/inc/canvasbitmap.hxx
        	vcl/inc/headless/svpframe.hxx
        	vcl/inc/unx/salframe.h
        	vcl/inc/win/salframe.h
        	vcl/inc/win/salprn.h
        	vcl/inc/win/salvd.h
        	vcl/osx/DragSource.cxx
        	vcl/osx/DragSource.hxx
        	vcl/osx/DropTarget.cxx
        	vcl/osx/DropTarget.hxx
        	vcl/osx/OSXTransferable.cxx
        	vcl/osx/OSXTransferable.hxx
        	vcl/osx/clipboard.cxx
        	vcl/osx/clipboard.hxx
        	vcl/osx/salprn.cxx
        	vcl/qa/cppunit/canvasbitmaptest.cxx
        	vcl/source/components/fontident.cxx
        	vcl/source/control/edit.cxx
        	vcl/source/control/spinfld.cxx
        	vcl/source/gdi/gdimtf.cxx
        	vcl/source/gdi/virdev.cxx
        	vcl/source/helper/canvasbitmap.cxx
        	vcl/source/window/dockwin.cxx
        	vcl/unx/generic/dtrans/X11_selection.hxx
        	vcl/unx/kde/UnxFilePicker.cxx
        	vcl/unx/kde/UnxFilePicker.hxx
        	vcl/unx/kde4/KDE4FilePicker.cxx
        	vcl/unx/kde4/KDE4FilePicker.hxx
        	vcl/unx/kde4/KDESalFrame.hxx
        
        Change-Id: I9866d985da86dea2a56feff23f91c1467a1636b0
        Reviewed-on: https://gerrit.libreoffice.org/8219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-28  Jan Holesovsky  <kendy@collabora.com>  [cd56e54df1df9c9e1a455f81bd86457f1d832604]

        I guess const was intended here.
        
        Change-Id: Iba157cca516add9403e8eace64430ed7008f4f2c

2014-02-28  Stephan Bergmann  <sbergman@redhat.com>  [9dfa48405fff9fe03519804c962d0f73951deb64]

        Missing @since tags, and adapt to semantics of posix_memalign
        
        Change-Id: I677d973fbcf118111b5fc93b09143c66b0afb0d9

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [757856e9275d19e2c7a3673d10fa8963fb9fbeb3]

        Android does not have posix_memalign()
        
        Change-Id: I4cd2f1e41b3bcab0d87a7b353d63c04b20aad492

2014-02-28  Noel Grandin  <noel@peralex.com>  [2dcc6a491a308b65172b509e895942d8b1b9c536]

        remove unused code BigInt::GetString()
        
        Change-Id: I0e1b1e07103b7aafd0b6691e0fcf0d2c8f612ac8

2014-02-28  Noel Grandin  <noel@peralex.com>  [f6d97d00cd0c8d710bce614f7e557db2bc6d2f77]

        remove unused code in basic/CodeCompleteDataCache
        
        Specifically:
          CodeCompleteDataCache::GetVars() const
          CodeCompleteDataCache::SetVars(boost::unordered_map const&)
          CodeCompleteDataCache::print() const
        
        Change-Id: I59fb6f50ff47747c3cac959302bf6b7c4f4d79d3

2014-02-28  Noel Grandin  <noel@peralex.com>  [1069d025869d28077e0194ab90933b180b6d3b88]

        remove unused code EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)
        
        Change-Id: I7a021c6e33161b09707d3bbdfbf4b3eb2d941f45

2014-02-28  Noel Grandin  <noel@peralex.com>  [77ec79022fc8312ceed8b324731a4eda231c7e0c]

        constructor only used on WNT in FontSelectPatternAttributes
        
        Change-Id: Iffbd9702f5a81e4bfe3baa3952824f4c6ba3bca3

2014-02-28  Noel Grandin  <noel@peralex.com>  [64977e5c2bc6f869cacfe589f9155396847d935c]

        remove unused code FontSizeBox::GetValue(unsigned short, FieldUnit)
        
        Change-Id: I63df5364d69bf60e7a5ee2b5854b41ce27f10894

2014-02-28  Noel Grandin  <noel@peralex.com>  [98881b0a5574391dd98ff68d8b7453df1e3ca930]

        remove unused code in vcl/ImplRegionBand
        
        ImplRegionBand::IsInside(long, long)
        ImplRegionBand::IsOver(long, long)
        
        Change-Id: I607c589d62a0c9178a32df5cf48fcbe279878030

2014-02-28  Noel Grandin  <noel@peralex.com>  [e1b49cd30e3a245c236ad512622eeb0685c9d2be]

        remove unused code ImportExcel::GetLastFormula(short)
        
        Change-Id: I0f2f4f1ea4c051e6a59f486effe756754005ceec

2014-02-28  Noel Grandin  <noel@peralex.com>  [a4dd8a2106215a2ece33d1b82e8725d68ae2630b]

        remove unused code from i18nlangtag/LanguageTag
        
        Specifically:
          LanguageTag::LanguageTag()
          LanguageTag::getRegion() const
          LanguageTag::reset(_rtl_Locale const&)
        
        Change-Id: I8822db6e1df7cd912e9ae82cb9d9f51370d4c583

2014-02-28  Noel Grandin  <noel@peralex.com>  [3543d2d20b9b4c2de69f4352b695bcf6e49e5fb9]

        fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItem
        
        Change-Id: I89a61aeffeebc69e06da6c1130436fb25528f1c7

2014-02-28  Noel Grandin  <noel@peralex.com>  [b26047be9fdd23efb9712e7c6aeeec22c26ed4dc]

        remove unused code Menu::GetHighlightItem()
        
        Change-Id: I9b538bacbb98705b0345c3f6dc38fb554ce25bcf

2014-02-28  Noel Grandin  <noel@peralex.com>  [09e5de8278dd8f13adcf614db35c8a8a04ba8e47]

        remove unused code in i18npool/OFileWriter
        
        Specifically:
          OFileWriter::flush()
          OFileWriter::writeDefaultParameter(char const*,
                            rtl::OUString const&)
          OFileWriter::writeParameter(char const*, char const*,
                            rtl::OUString const&)
        
        Change-Id: Ie359be257b3c7493e31fcf4201818c29c9c3df53

2014-02-28  Noel Grandin  <noel@peralex.com>  [c16e4b10196e73aec63be13488e235496946d8b7]

        remove unused code PanelLayout::dispatch
        
        full signature:
        PanelLayout::dispatch(
            rtl::OUString const&,
            css::uno::Sequence<css::beans::PropertyValue> const&)
        
        Change-Id: Ib16c32d69e62ccf000de05da7c6f25e993a5be90

2014-02-28  Noel Grandin  <noel@peralex.com>  [926583bd37fafad7f8eda82845f8d491eb41f7bf]

        debug only code SalDisplay::PrintInfo()
        
        Change-Id: I9ead37ff69dc7198faae6758a346111ed1d029e3

2014-02-28  Noel Grandin  <noel@peralex.com>  [9ee630ee01b890183d8e683d961d7c7337c54155]

        remove unused code RecentDocsView::SetThumbnailSize(long)
        
        Change-Id: I9a898fda8e494693f48d7611c07bd65e86c22bdf

2014-02-28  Noel Grandin  <noel@peralex.com>  [2191ff899b77fac2d871427452832476cf6231e4]

        debug only code Resource::TestRes()
        
        Change-Id: I00743ded162ea2772b2fe74df8aecf1fd3a390fa

2014-02-28  Tor Lillqvist  <tml@collabora.com>  [9aab0e9ac656be862049a592587865f7c15f0fd4]

        Fix typo: s/Alined/Aligned
        
        Change-Id: I248d002d2ed0e61f97a35ea0d329c64832252ad7

2014-02-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c177e1cbec9da5c33b57b55493bbeae198051b6f]

        Simplify ScViewFunc::DoThesaurus() with ScCellValue.
        
        Change-Id: Ic5d31107aa7653cd8e3fae096888bd633696074f

2014-02-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10e3474d9096fa6428a6d68e6e486293c323d4a1]

        Typo: counter-producive -> counter-productive
        
        Change-Id: I69ad51d99b11976b07fafff9748ada0acc215c78

2014-02-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cf70996311af2081b2e5920ad27094a0774bdd05]

        Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().
        
        And ditto with its column variant.  The former created a heap array of
        1 million elements (=MAXROWCOUNT). There is no need for this memory
        wastage.
        
        Change-Id: I07845966c51cdcbdc676cd0d249f6420a19b9c5e

2014-02-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [03f7a342011a4f69cfcbec7af3e4f1a2e835618b]

        Ensure that numeric array storage is aligned to 256-byte boundary.
        
        OpenCL devices require this else we would get a performance hit.
        
        Change-Id: I6b1db6320fa84f933b6446022a0fd02ba267bf21

2014-02-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ef6dd0122b8e44d8547ec31f40def42173e4e41]

        Store the length of originally requested array size prior to trimming.
        
        This change adds GetRequestedArrayLength() method to both single and double
        vector ref tokens, which returns the length of the requested array size prior
        to trimming of the trailing empty cell region.
        
        Change-Id: Iaba96fa2ea4ff3c8bccb0bc86fa4f1525e2f45fb

2014-02-27  David Tardon  <dtardon@redhat.com>  [95b401558466954453d490456be01beb6d747806]

        do not crash if allocation failed
        
        Change-Id: I2fbc259de52a3c7f2c8c33027d74bb857d44b437

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [89ca2fd794413e91c1ead4d87abe76c23d37d481]

        Doxygenize.
        
        Change-Id: If6f2ea55d4bdd9a706e547fd4a51b42c8ad10a8b

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [ae3164e66bdca48fdaa79bb0014e0fe99a82bc30]

        images: Add check for links.txt entries where neither icon exists.
        
        And remove them from tango and tango_testing links.txt.
        
        Change-Id: I47cce64eac403bfaa8dd40f9e1878565bd8ae80f

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [6d97cebf4c306a74c066a8295dae2f689ffdb3a6]

        images: Fix links to another links.
        
        Change-Id: Icc45c78caaf1c6c757677c5d432cb19ba69f2278

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [e2af72985f071030357019e1ee220c46d178ee41]

        images: Script to sanitize links.txt files.
        
        Checks for the following mistakes:
        
        * swapped original and link
        * both exist, and are the same - git rm link then
        * both exist, and differ - warn about that, so that a human can check
        
        Change-Id: I6e0fc5c5b47fbb34aef8a1069c76720e9d6f8d5f

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [dd66f826bb85892eeb36395ef320b1345cc00fac]

        images: Sanitize links.txt.
        
        Some lines were in wrong order, some duplicate images were not removed.
        
        The sanitizing script still reports some duplicates, but they are not
        bit-to-bit the same; need a check by a human.
        
        Change-Id: Ic28533ab768dbe0d375f81dfed4bac75bb44d18d

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [ef10fdb46532fc24b7cd8ee0fea3fb4e238a187f]

        images: Move links.txt in tango_testing to place where we expect that.
        
        Change-Id: Ifc6ecce42b43bf3be668020abcfd9ee5ce2e999b

2014-02-27  Jan Holesovsky  <kendy@collabora.com>  [01aa02a128a9ea12a1b1d74d45f15cee26b11824]

        images: Skip comments in links.txt.
        
        Change-Id: I446dec8447fb9b0b4fa37bf6343e130539211b50

2014-02-27  Andrew  <dent.ace@gmail.com>  [ed5fb4599ece99a40e8aa3ad2e8dc0c872614819]

        Icon redux 01: Remove old dbaccess icons
        
        i#87893 Porting old icon fixes from AOO Bugzilla.
        Removed outdated icons. Lossless compression of remaining png files.
        
        Checked against resources deleted from ImageLists in 'dbaccess/ui/inc/browserids.hxx' circa 2004. Took a conservative approach; the following can probably be removed in future, as defined in browserids.hxx but possibly not used:
        - lc014.png
        - lc021.png
        - lc023.png
        - queryeditdesign_sc.png
        - queryeditsql_sc.png
        - sc014.png
        - sc021.png
        - sc023.png
        
        QA - Recommend visual inspection of database icons, using different themes.
        
        Change-Id: I5c388d0a94c48fa4287282e5171e78ca293c29e2
        Signed-off-by: Andrew <dent.ace@gmail.com>

2014-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [1107ddf30b62f60471978b3128d8ea2b2546aecd]

        writerfilter: convert sprm:C{Hps,HpsBi,Highlight,SfxText}
        
        Change-Id: I7092bd2b99460f083da0ef1515929c41bca6e9b9

2014-02-27  Armin Le Grand  <alg@apache.org>  [af63727b9fdd48258f692d1ccf6d15daccc18681]

        Resolves: #i15508# Added support for BMP file type
        
        (cherry picked from commit 9956ed1303545cd61901e33b110698c4e5e224c4)
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        	include/vcl/gfxlink.hxx
        	svx/source/xml/xmlgrhlp.cxx
        	sw/source/ui/docvw/romenu.cxx
        	vcl/source/filter/graphicfilter.cxx
        
        Change-Id: Ibcbb69b9c57cd8a438788e9a9c95744e99b6fcdd

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [c3bdaca0e6c26775fae7f682732251a8e72cff30]

        normalize values of ICU_RECLASSIFIED_*
        
        Change-Id: I1033676fe91062b1d364a458a5964cfb78f323f0

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [bb1b45f1905549ad654564f8e5a12d19bfce60ff]

        normalize values of SPLIT_OPT_FEATURES/SPLIT_APP_MODULES
        
        Change-Id: I14692a566cea6c5939360d62fd4b82c9feb0aa40

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [6dc9979507234b5c17199389b58c02d4a7ef144c]

        normalize values of WITH_EXTENSION_INTEGRATION/WITH_HELPPACK_INTEGRATION
        
        Change-Id: I198f77d927c9283914924440cdf0cece619bc867

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [935b30c0abd630f387800900f24623f1e0632cb4]

        normalize values of WITH_EXTRA_EXTENSIONS
        
        Change-Id: I9f084a363bdeab800f0039f9be19d03225a1a8ce

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [ac281f748a8d449dad418d34801de3a41cf78509]

        normalize values of WITHOUT_PPDS/WITH_FONTS
        
        Change-Id: I2a3d402458999fa8bf953a500edc07120648d62a

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [b0253e343f7eb391c0be64311488f6ab673e1ae1]

        normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc.
        
        Change-Id: I406669380ece23d2acd3e9df2731d7e486696778

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [55407935f95086e6df81869ca01c8da16c83804a]

        normalize values of USE_XINERAMA
        
        Change-Id: Iac70c0872b723f57a63b0df3759c3c6d38271eea

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [a957ec02f4071ebabd36e8087fd5d5173eb734de]

        normalize values of WITH_COMPAT_OOWRAPPERS
        
        Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc

2014-02-27  Michael Stahl  <mstahl@redhat.com>  [d729d169de479e622e8767edd72aee3ae5bc61a9]

        normalize values of CROSS_COMPILING
        
        Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141

2014-02-27  Stefan Ring  <stefanrin@gmail.com>  [8827b08dc3ab5a08e929815844737635201b3c1d]

        fdo#39468 Translate German comments: sw/source/filter/ww1
        
        There was still one untranslated paragraph left.
        
        Change-Id: I9b951c5216560614bd3fc42f9118477ad66cbdf2
        Reviewed-on: https://gerrit.libreoffice.org/8385
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [b731909d3c8bb01a7ab55e6bd2967ad0256b716d]

        ooxml: extend roundtrip test - stylisticSets, cntxtAlts
        
        Change-Id: I727df93d112e28be31b196c7f861cf1d0133bfe1

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1c0e1b9c64b7c33008966e24a240819ec0b223f6]

        ooxml export: w14:stylisticSets & w14:cntxtAlts element
        
        Change-Id: I46e838fac213378f95389812b47ce5896f703505

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [cdd3fb6df0818d94303681392a1b2162097438cc]

        writerfilter: put w14:stylisticSets & w14:cntxtAlts into GrabBag
        
        Change-Id: Ic5b7bf51a073c4434cd09ae42fecdad25f904d26

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6654106b71f4d38221eb292bef296dbe313afca3]

        oox: add "styleSet" to token list
        
        Change-Id: Idf9ca432849e9ca53a533ee6d82267aa9d546423

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c6c7aa50c918f2f2c928ab425b4d3b287457c812]

        writerfilter: add w14:stylisticSets & w14:cntxtAlts into model.xml
        
        Change-Id: Icab0aad1fbf6634c8a3bdb449eef77c290f2d714

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [22d5d14d1aed73f36938b49d0ea1e9281e19dafd]

        ooxml: extend roundtrip test - ligatures, numForm, numSpacing
        
        Change-Id: Ibab36ef0e6352f740d339b12c81385053af84be1

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [675bdda729640d24d0beb2ac9807fbd2a27fd24d]

        ooxml export: w14:numSpacing element
        
        Change-Id: I6592b9c5a02d96795411526eff69c3380668a10e

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [237205f66e928ceb27a169957232ea4207ccee0a]

        writerfilter: put w14:numSpacing elements/attributes into a GrabBag
        
        Change-Id: I242507aaa1a72ea912f043e0d6795279e8e27dcf

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [14a15f412276c91fa1a20edacdaf0b77f38f4ecd]

        writerfilter: add w14:numSpacing into model.xml
        
        Change-Id: I4ddeb415583183ab33d30b9b736977907c184ced

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [1ed9d3abf3885a8b03d5bfda6d4183347f00cb75]

        ooxml export: w14:numForm element
        
        Change-Id: I7990d2ef77de855455f49e3f12f4ae117f753774

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [4fad8bbaea57e362eacbd79f32d91d6fc198383e]

        writerfilter: add w14:numForm into model.xml
        
        Change-Id: I36f74ed35331141ca0d9d91b4af18c5a76a116ff

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6d81d3f35e54cd94a427a28233a9118abdb21b1d]

        writerfilter: put w14:numForm elements/attributes into a GrabBag
        
        Change-Id: I34a5791343c1a76055281969c1a666df357c9e03

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [31cd5fc1fdab61892d7915e04081513197c7f57c]

        ooxml export: w14:ligatures element
        
        Change-Id: Iad9a96d202487fa71e7110d7f89d94f161e0bb6f

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f172fa098276c54c7428a9d14c65c8fe3048f8e]

        writerfilter: put w14:ligatures elements/attributes into a GrabBag
        
        Change-Id: I8c3ac3698210e6e3a6bdd01c2a9ce7f6248a3c5b

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [023b0af6a94199dedc8814f856a18f4c909cbd91]

        writerfilter: reference CT_Ligatures for w14:ligatures
        
        Change-Id: Ie4a4735a0ba165b0864ae0c8d5caf94c2273eb1e

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [08f02e9a1b68584ca905ff008976c432640e2e5e]

        writerfilter: add w14:ligatures into model.xml
        
        Change-Id: Ied68f150169197f3919ba98ee230f778e2c40da3

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [f3307b030635651a01941e76b2011f5c51ed1b84]

        coverity#1187644 confused copy ctors, leaks, etc.
        
        also
        
        coverity#1187861 Uninitialized pointer field
        coverity#1187862 Uninitialized pointer field
        
        Change-Id: Ibc420b8ef2d6db58b1b23a85a4029182a05b5f44

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a9311d6b1a8528d009bc25a4f1c80c7d9db58e49]

        Remove visual noise from testtools
        
        Change-Id: Idbf31a46a9e174b96b3cac76be6a01a6ada0abde
        Reviewed-on: https://gerrit.libreoffice.org/8325
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a27462189d1d6a3d22be23a5eee603edca5d8ea3]

        Remove visual noise from sw
        
        Conflicts:
        	sw/inc/unodraw.hxx
        	sw/inc/unoframe.hxx
        	sw/sdi/swriter.sdi
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unoparagraph.cxx
        	sw/source/filter/ww8/rtfexportfilter.cxx
        	sw/source/ui/inc/unotxvw.hxx
        	sw/source/ui/lingu/hyp.cxx
        	sw/source/ui/lingu/sdrhhcwrap.cxx
        	sw/source/ui/uno/swdetect.hxx
        
        Change-Id: Ic0a3fb2392187c277c9b36915ffb10dcf0317908
        Reviewed-on: https://gerrit.libreoffice.org/8322
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [150420cbff39967e9376cab05b6af45b642edae8]

        DOCX export: fix style's next element order
        
        Change-Id: I03e91a448794efc2b91f3a6fb6c29dda3403ce9b

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [a4bdeebac28852e382331439017dae85b3881a95]

        Missing includes
        
        Change-Id: I6561641eb44dd1f81136f21e930411c4e3d7d79c

2014-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [743d90ca384ae71b57eaf2b99fb7da68fc381215]

        DOCX export: fix order of table border elements
        
        Change-Id: I17d8634017c5b0374d30501186b338ddedbcd7ea

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [90b33b30756999298fe20bb3006f4742901de8cb]

        -Werror,-Wunused-variable
        
        Change-Id: Ib207ea292a2ea389005510bad0ae931df91424f0

2014-02-27  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [8240641ce73c682b05f32f9d12649759d6e98b00]

        fdo#63154 remove unused solar.h reference in tools
        
        Change-Id: I1ad2f6323a787b9ea38031a1427d99dd47f5e030
        Reviewed-on: https://gerrit.libreoffice.org/8373
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [15246c959ae5ab4e124859a4d8981676f9eb657f]

        Remove visual noise from extensions
        
        Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
        Reviewed-on: https://gerrit.libreoffice.org/8259
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [710178094dfb21b0864335b1fa1a3401e4d82959]

        Remove visual noise from editeng
        
        Change-Id: Id7582119a5628cb7f54347678580ce7e47f6d703
        Reviewed-on: https://gerrit.libreoffice.org/8255
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [779b808df16a47ff6261b8e23b6d9f83ddddf9ce]

        bad
        
        Change-Id: Ife660e5738d862e28260abe412817fb06272f4e8

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d0d1534b6baa7fedfd771ceb2958305eb1986c48]

        Remove visual noise from drawinglayer
        
        Change-Id: Ida745b9d994d09081ad3d18cdf2494a97438dc56
        Reviewed-on: https://gerrit.libreoffice.org/8253
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [95ab91d0fb172f8c7692cb043dfd6b079f319601]

        coverity#1103661 Division or modulo by zero
        
        Change-Id: Iebcd567b79b77c456b347d5fae6331072ad38a9f

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [1f8c2a2e5c8bda6e6e35a868e5ac7afdc7d32317]

        coverity#1187868 Uninitialized pointer field
        
        Change-Id: I6fa813b983d217eb8ce028f9ae13a0cc764e29da

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [a5b57622f9610d90e54adf6a2cf114f43b063c17]

        coverity#1187865 Uninitialized scalar field
        
        Change-Id: I69026472ac720f0dd41710033b3ec3b5f14ccb2c

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [0564c1c2ddb3d457252aac26d75b3fe4e374888d]

        coverity#1187691 don't smoke crack and code
        
        Change-Id: Id38ce22671ecf24fde1b828a5da94b7b19c27e60

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [c2a5369e6a64fd58bf87679c02002e0cc219c74d]

        coverity#1187688 Resource leak
        
        Change-Id: If7934080401af867282c1b54721134abcc157e53

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [ec9e5a0f5d69fbd9abd551c2459c4f482dddc5b5]

        coverity#1187647 try and help coverity out here
        
        Change-Id: I94a0dad8113b8b6ac06ddf5456ff8c35d7c64fc1

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [697ec96e6118af3ceec953f6bec74dab526e548a]

        coverity#1187646 unused mpAbort
        
        Change-Id: I1fc3f0253c2af4779ba59b5b85ea7fc400226177

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [fd997b360f4b448d574c1efc5c8ad1c68f7dbdc2]

        coverity#1187869 Uninitialized pointer field
        
        Change-Id: Ie516d7850b2d415c7d16a2f46f4d552bd14d546f

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [2eeacdeb337811d207d40adfbda266f4c880a103]

        coverity#1187867 Uninitialized scalar field
        
        Change-Id: Ie8477a196eb31d173f96735aedc883cc9a7697ff

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [ba9562d6b4d3da2f6f4bfd96d6aebf35abaa5b51]

        coverity#1187866 unused bStartWithActualPage
        
        Change-Id: I62b44a640ab6f21d51613672f46cb2e612b300f3

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [c5d3d26a370a25204deba3184e69a13d9f28200c]

        coverity#1187864 Uninitialized pointer field
        
        Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [0aee68c3fc96485bafea9e3070d6a7c60a5c636b]

        coverity#1187863 unused mnExtra2
        
        Change-Id: Ic6a55a3640d782ba95a5ba4681f447ee28ae163e

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [ac44fc6bfdfd182c5997605d94dcade109df208a]

        coverity#1187860 Uninitialized pointer field
        
        Change-Id: Ia68958ddb904cbb50969b3b184777ddd49ccb677

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [cadddf16409999ea39a2f70cb92e39f1909a9ce6]

        coverity#1187687 Dereference null return value
        
        Change-Id: Iaaa2f17382d83e864d7f14f3788e7f7476ac3212

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [7004dae6b46aa74a3437c83aabff387827cb6a26]

        coverity#1187686 Dereference null return value
        
        Change-Id: I68884a762527a0a430771d26a3c84c8482751bcb

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [af3b804e19c7e29ec3f5ffb5e90f575934cff0d7]

        coverity#1187685 Dereference null return value
        
        Change-Id: I7f34eae7eedfa067f0f8a360aa6ae8dc5b0381bd

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [602ca93561d9d6b12f110134a6341e24a560d7fe]

        coverity#1187684 Dereference null return value
        
        Change-Id: I3b8652b2a5f1a8cfcda46774890de4eac5c5583b

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [3a22310bd220e29489ccea9cbec764170528d2d4]

        coverity#1187683 Dereference null return value
        
        Change-Id: I57f459ed5ca3634109e986988069bc485bdcb7cd

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [38c143c1d71ff82155ee38070feffd72b8ad6748]

        coverity#1187682 Dereference null return value
        
        Change-Id: I3395730a791417ddddfdcec9bca2ee7b9a3d4ec6

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [ab110f1c5c8820cbac4df545d9c782f799c3d790]

        coverity#1187681 Dereference null return value
        
        Change-Id: I8043f4c2abe6b63162eb79eb64809223a9846b21

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [7f44e3a4eab74652cd72db9da5b8d316ac127eb1]

        coverity#1187680 Dereference null return value
        
        Change-Id: I84a87700b0c21461dfedfdfdfc098dfd6db6c4b6

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [6fdd21e4bc9f779a7ae77eb4612fdf0dcef76b9d]

        coverity#1187679 Dereference null return value
        
        Change-Id: I58c0974d02f1f9e5617476182ed9ce5c50debd70

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [1cbe667d3e205f02d39d73267f2d4fbdf94b639f]

        coverity#1187678 Dereference null return value
        
        Change-Id: I01d2e758581c3893bbbd823029668acc257f4534

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [7848b15c23d41e58b9b3eeb0eb26a6219d38857e]

        coverity#1187677 Dereference null return value
        
        Change-Id: Ia09c80cc2cf6a35843b0794143febdb19d0eb717

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [581ffdd2864c2c0c9c4011fd3221d54c363f2452]

        coverity#1187675 Dereference null return value
        
        Change-Id: I313772d7382c303990f7333990e340803678be79

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [3a1671b35198316af21f8f2d62233aa66e4b30f0]

        coverity#1187674 Dereference null return value
        
        Change-Id: I4fdf0e324463285d086c1503214e2aee0c0537e8

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [8a21d42426ad37cd06a7aac98aa2fa59403a5a97]

        coverity#1187670 Dereference null return value
        
        Change-Id: Ib1b2616e48d1fed7ae1557f60af04920025a9ae5

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [467a4d5f41af3de5c992ea7618d51a881c4c020a]

        coverity#1187669 Dereference null return value
        
        Change-Id: Ic77fc2d436bf70ee166e4732f19f2067907f7c53

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [37a543e8d5f11b86f27e3556d2f420815352af5d]

        coverity#1187668 Dereference null return value
        
        Change-Id: Ie0022c868484a9aed2d0efe2d95182d0094c6734

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [6cccfffa084d9e0226566cf09aac532c3e4f517d]

        coverity#1187667 Dereference null return value
        
        Change-Id: Ibc7f840f984ce12e9dae998085f42168d7819dc8

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [e1a4e44d08cf13ad7dca3d267f54f3bc38476e08]

        coverity#1187666 Mixing enum types
        
        they both have the same value, so it doesn't matter much
        
        Change-Id: Ic001cd2824248db8577dc69e240c46ec09d023ae

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [3bf6cd8a54239bbb67a98475a7f82eac9447958e]

        coverity#1187665 Missing break in switch
        
        Change-Id: I672e38d37e385b458db97293dcc02f10513a7cfd

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [f10c365f8812379fac104245a1c7ad638d493fb8]

        coverity#1187663 Dereference after null check
        
        Change-Id: Icd652f0d1e24a22bb4cc42f6ea6b9409f6807a1a

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [3c095024dc9e6a72759d44038dbc4a67fb4f4bc9]

        coverity#1187662 Unchecked dynamic_cast
        
        Change-Id: Iefe4021d6140614e73f2626f5da7a75a7beea979

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [d9404f150d9389eead85498a12e1f20dcccb6d5e]

        coverity#1187661 Unchecked dynamic_cast
        
        Change-Id: I66f8382c7dd7ab8d115204fe45d6a33ff77adb78

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [583c0ee3e114a91548a229ef6a50932577f40133]

        coverity#1187660 Dereference after null check
        
        Change-Id: I41a05e34c9b1dd312602f2c499793a4568473394

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [43d42775cb9e1d1c4a9abb415321963916b76db3]

        coverity#1187659 Dereference after null check
        
        Change-Id: I31b1a55a72be7fac80cd7bbac52b723d7e33a13a

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [3ed04054d3b10a932e0a74d765bc7575ebcc4e85]

        coverity#1187658 Dereference after null check
        
        Change-Id: I4924903f1763c6afc975efb45e43223ee3829951

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [88a7724f6d10cdb49234e4ef298d9b5ca10d06a2]

        coverity#1187650 Logically dead code
        
        Change-Id: I463c8db50f3547d257779177459e0b6c1950e1c6

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [002726d897946117d982d36435859423b52b5b6d]

        coverity#1187648 Logically dead code
        
        Change-Id: I9d5425383600fa7c621f58ded52a211f4424575a

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [e0e61322778ca76bd0a8b16e2a3763e430a2c07e]

        coverity#1187641 Unchecked return value
        
        Change-Id: I6aa43041c503f2a897733d1f0ac8e013a96029dd

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [e874ace32b6cce60de8becca5bd5d137f3996fc8]

        coverity#1187640 this code has no effect
        
        Change-Id: I526e636fe80001f4cd5c94f0ba1df27134895d83

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [71667fe1f2d53552e8f256c21f20e5ba7049516b]

        coverity#704694 Dereference after null check
        
        Change-Id: I37abe0241080d6ad1094589426d66a5bd2a4f3df

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [ccf0f7ef03bf98831a3e21b4b1327673a590b918]

        coverity#704633 Dereference after null check
        
        Change-Id: I4985249110da93ba67881dcd1c8cd1dc66ae08e2

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [2f52414ec21278fa430d6a3c9f32d1d539833f3a]

        coverity#1187871 Unused pointer value
        
        Change-Id: I0bb45512b0ad24444e7032f075d8fd6eb1529643

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [1abc60a5959d64fce5d85a5d9545b7f7bd071d19]

        coverity#1187870 Unused pointer value
        
        Change-Id: I53c49e4d91821419978ea068c26090b3072c4319

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [f61b6894ef8d953b03307c7b27c3a67b9a41bea9]

        GetContextMenuDown is always true
        
        Change-Id: Ib2ce1dd91cc7bfaf38feca7b056874a2508869e6

2014-02-27  Caolán McNamara  <caolanm@redhat.com>  [cb40b7d2f9902b5fbe89333c4107d72c156b9a15]

        callcatcher: update unused code
        
        Change-Id: I560471a3c2ac9d8ccf759fca1d8c30ae00d73484

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [ac9212feedb828064c5cf5cbb0bde8f02cc93d65]

        Remove visual noise from connectivity
        
        Conflicts:
        	connectivity/source/inc/odbc/OConnection.hxx
        
        Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626
        Reviewed-on: https://gerrit.libreoffice.org/8245
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2a33953f6eb5da62042ea3731ef9d61666d5556f]

        Remove visual noise from dbaccess
        
        Change-Id: I1130439e5883672b4ca462838d72197acd6bc1f2
        Reviewed-on: https://gerrit.libreoffice.org/8251
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [f6e0d356b7b11f0ece009428e71864f0ba41ef7e]

        Removed unnecessary comment decorations and wspace from VCL sources
        
        Change-Id: I190b57bb476a35ede1b6050f3c1edabd0ab00397
        Reviewed-on: https://gerrit.libreoffice.org/8374
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [518b75326a83166a24b9d3c1b31ce63189f60c7f]

        Remove visual noise from cppuhelper
        
        Change-Id: If23a1aa19949f91f900d55ff9e1d5039378d7277
        Reviewed-on: https://gerrit.libreoffice.org/8248
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a67c2a12bccef06f1fb17d8fbae08e44f44c4392]

        Remove visual noise from comphelper
        
        Change-Id: I7e5512b43240beee05404cff9d49a87d0217ea89
        Reviewed-on: https://gerrit.libreoffice.org/8242
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  pje335_NL  <meulenthomas@gmail.com>  [65453d5aebdf851034632d5593f0a1023f7015fe]

        Undoing changed made on fdo#63271 because of complains.
        
        Change-Id: I504676db3e692072f9c4d6a265877133ae97f288
         Please enter the commit message for your changes. Lines starting
        Reviewed-on: https://gerrit.libreoffice.org/8376
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fd15d9e37678056341abfc74e15edb27acf95de]

        eventattacher: fix out of bounds string access
        
        Change-Id: Ic1f7ac2b6c3f5a865b316a83d92a0f2ff7616f5c

2014-02-27  Rob Snelders  <programming@ertai.nl>  [44c90b3d754faa3a0622423f4839194c85e219fa]

        Improve usability of the outline
        
        If you had data in the outline and would scroll to the bottom then it would be
        an empty view at the bottom. The width of the outline was defined as a fixed
        with twice. Once in the outlnvsh and one (even smaller) in the outlview. I have
        changed the with of the outlview to take the with of the outlnvsh.
        
        Change-Id: I1376a135acd92dbe8966b29ccb075e6b74412a8c
        Reviewed-on: https://gerrit.libreoffice.org/7832
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [c828e3cc409077a1916911b8abf1d7b8dbb2078a]

        fdo#75540 setProcessServiceFactory must be called before InitVCL
        
        ...because InitVCL now calls:
        
        > comphelper::getProcessServiceFactory
        > comphelper::getProcessComponentContext
        > utl::DefaultFontConfiguration::DefaultFontConfiguration
        > rtl::Static<utl::DefaultFontConfiguration, (anonymous namespace)::theDefaultFontConfiguration>::get
        > utl::DefaultFontConfiguration::get
        > ImplStyleData::SetStandardStyles
        > ImplStyleData::ImplStyleData
        > boost::make_shared<ImplStyleData>
        > StyleSettings::StyleSettings
        > ImplAllSettingsData::ImplAllSettingsData
        > boost::make_shared<ImplAllSettingsData>
        > AllSettings::AllSettings
        > Application::InitSettings
        > Application::GetSettings
        > GtkInstance::AfterAppInit
        > InitVCL
        > ImplSVMain
        > SVMain
        > sal_main
        > main
        
        and Application::Main is only called after InitVCL.
        
        Change-Id: I1126e33f454a4ea35ef295cbd3f48429c473efb4

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [1712e6c614ca23fd5b895dc30df8d20cc69d8958]

        Remove visual noise from cli_ure
        
        Change-Id: I1ddada46767b2840c663a0a077e1b723f9645b56
        Reviewed-on: https://gerrit.libreoffice.org/8240
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f480f26e619a4d17f790200b0c38584bbd356893]

        Remove visual noise from cppu
        
        Change-Id: Ib776a6e5397eb9731cf908c4015642c29b320ff6
        Reviewed-on: https://gerrit.libreoffice.org/8247
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [0bb7b87a7e0b810ac9ff4d4da0bbf7c7c273fb19]

        Remove visual noise from codemaker
        
        Change-Id: I098c636ed8794c858317fdbefa9ffa1c6d81c320
        Reviewed-on: https://gerrit.libreoffice.org/8241
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [aeaded675c43ae8fdf795fd002f1bf6c2451fa2e]

        Remove visual noise from filter
        
        Change-Id: Ieab1d12204bcf917b2e1bf74f3145fc96d7b207c
        Reviewed-on: https://gerrit.libreoffice.org/8261
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2991d2d65bf8b99d82d1f7d209332d0c303dff21]

        Remove visual noise from desktop
        
        Change-Id: Ib8ca7794ce6f3e96ee3a9b2896b141635665552c
        Reviewed-on: https://gerrit.libreoffice.org/8252
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [e74a09929d4771972913a3ebcdd6df042f871fca]

        Exclude WNT-specific includes on other platforms
        
        Change-Id: I7eeae61275269e09092267f2a6ccb27d7bb91ddb

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [344c2dca6f460c54e715fcf818d951ff252c48af]

        SwSrcEditWindow::Read/Write return value is never used anyway
        
        Change-Id: I9b4064c1e08db9ac0bf48e1aa19e03b8bb495060

2014-02-27  Noel Grandin  <noel@peralex.com>  [b46f93a3c53ce15b38369eb8b127b69bad9b2143]

        editeng: sal_Bool->bool
        
        Change-Id: Ic59e48341f69b8c6e6fe77b05eeebac56a2c53e7

2014-02-27  Noel Grandin  <noel@peralex.com>  [4e808f63290e3abade2a7dcea11209af56855b31]

        editeng: sal_Bool->bool
        
        Change-Id: I5ed4b1bdaba917d420666b15ec0b7060370f1059

2014-02-27  Noel Grandin  <noel@peralex.com>  [015b80e852f2292fc12f3e209726178f05d95e3c]

        editeng: sal_Bool->bool
        
        Change-Id: I9e27453f0b77a23ae3d811f0a50a85d3fdf80978

2014-02-27  Noel Grandin  <noel@peralex.com>  [c521f0720800a943fedffdc102aa51e09008c677]

        editeng: sal_Bool->bool
        
        Change-Id: I7da10ad3ba8017d64c723b53795348edf0e7dd6d

2014-02-27  Noel Grandin  <noel@peralex.com>  [2c4621c87ed3a7b19de195c21494c9a381e72b2e]

        editeng: sal_Bool->bool
        
        Change-Id: I659497b79fe809865639429f2744d815f2a1f3e2

2014-02-27  Noel Grandin  <noel@peralex.com>  [fdf284276fa3f6248702208239355d7734420833]

        editeng: sal_Bool->bool
        
        Change-Id: Ice3b0a4ccf7a6d25311ff65a23efa9082cd501de

2014-02-27  Noel Grandin  <noel@peralex.com>  [27842247e5284242b0799588754174dc1dcb0ef6]

        editeng: sal_Bool->bool
        
        Change-Id: Iede0a8ea3e28d1a77069e61c5a9b9d5bccc69adb

2014-02-27  Noel Grandin  <noel@peralex.com>  [706fee2fa732d15ed60d83b82cd6de89b8f3e531]

        editeng: sal_Bool->bool
        
        Change-Id: I69c210b79f4d1b64863ac0ab2b012f033f40fe10

2014-02-27  Noel Grandin  <noel@peralex.com>  [2a4a74a49913ffd42315e2e34c8d58594cebbb95]

        editeng: sal_Bool->bool
        
        Change-Id: I3827611dc887985484aec7fa5506e15298ac916e

2014-02-27  Noel Grandin  <noel@peralex.com>  [ab49749dfc405752230fb7c2a0416f37e55be032]

        editeng: sal_Bool->bool
        
        Change-Id: Ibce9442e46dffbfb21873bb64fbc851ad761b4dc

2014-02-27  Noel Grandin  <noel@peralex.com>  [4941dc5890370879a4a998164db9e983ef758972]

        editeng: sal_Bool->bool
        
        Change-Id: I1b5327ee57d0d60854784a51784f9272bb72b2b5

2014-02-27  Noel Grandin  <noel@peralex.com>  [b8eaa2b78235930f2875d5a757dcd69483ab3e7a]

        editeng: sal_Bool->bool
        
        Change-Id: Ic4dec17e879e6e16c7d6c5e184288a629872ce84

2014-02-27  Noel Grandin  <noel@peralex.com>  [af2f568cc7efffb8d67db7b5c0bc917326ac69b2]

        editeng: sal_Bool->bool
        
        Change-Id: Icaab3bcf646611ebb31415c54e0ce350817d8fc8

2014-02-27  Noel Grandin  <noel@peralex.com>  [a4850e3d78bb11333323c3ae1dbb7184a0b886f3]

        editeng: sal_Bool->bool
        
        Change-Id: I977aa9d3cf18da00c69bfd777b51299613e01d1d

2014-02-27  Noel Grandin  <noel@peralex.com>  [bc7525a9a4aa87becb980b762d3adcc135f465e6]

        editeng: sal_Bool->bool
        
        Change-Id: I1c1d16e5b9690a5f61a04ed78d6e4be296800ebb

2014-02-27  Noel Grandin  <noel@peralex.com>  [57779aa0195d77239b339c6dbe17209b3f0cc4ee]

        editeng: sal_Bool->bool
        
        Change-Id: Id4174904487fc153d8e80471da7c829c52092f78

2014-02-27  Noel Grandin  <noel@peralex.com>  [127f62ccbdf090e2b5fc4d92c30a9c152b60f0e0]

        editeng: sal_Bool->bool
        
        Change-Id: Id309a574831dd46bce47009eb8c4879d26c3a332

2014-02-27  Noel Grandin  <noel@peralex.com>  [ef16d954c27da9da99de18f67daa813cb48d02b9]

        editeng: sal_Bool->bool
        
        Change-Id: Ic3d9fe45d3242d3da147067d3c388e9d7305ee61

2014-02-27  Noel Grandin  <noel@peralex.com>  [fd1a348915fe90014a2f2ef72213bc6159aaa7a4]

        editeng: sal_Bool->bool
        
        Change-Id: I12db4b88beeeabf3840116753a3c388b214428ed

2014-02-27  Noel Grandin  <noel@peralex.com>  [bbe5d32ddac11fc7349c335ecec588859ea81362]

        editeng: sal_Bool->bool
        
        Change-Id: If5b8269b35983e564f1002f6ed25ca607381eea7

2014-02-27  Noel Grandin  <noel@peralex.com>  [46888b6f8dd5d9e89370c92d87320df13f430fe2]

        editeng: sal_Bool->bool
        
        Change-Id: I87dbcb590484c6142c2ce33d57eed846998aac36

2014-02-27  Noel Grandin  <noel@peralex.com>  [a18e08ba484504f24ea3fe49ba8c677af351936e]

        editeng: sal_Bool->bool
        
        Change-Id: I63bef7bcd7e20c6f667058f4be6d305c7f447b22

2014-02-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e3283f9f059b2b9d766319beaff5e2e94eb5c43b]

        writerfilter: unused global string
        
        Change-Id: I85afca0a74516375958aeb93919e55fd3b7cf7a7

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [15e0b08ab524e6132ef2792db91a2ae5671d9539]

        Remove visual noise from compilerplugins
        
        Change-Id: Ibfed0b64bd60804fa377b5e25e5f197a7772d605
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [98b829562d37f156fefd23e5756044fc582829ce]

        Remove unused OpenStatusListener_Impl
        
        Unused since a7551a6a18fd46b4e287225c84807f9665db63ab "INTEGRATION: CWS fwk02ea
        (1.93.78); FILE MERGED."
        
        Change-Id: I090e8182a91c180bc8d875ba054ec3c94722d699

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [5133b4460176fbf9f382753efe263f4832eee7b6]

        Remove unused ScriptingContext
        
        Unused and not even built since 11ddfdb8563901bf515fa2eb07fa27244cc58ced/
        4516589f91e03fa5d8589a52ed8b72af8f9e4521 "INTEGRATION: CWS scriptingf2 (1.7.2);
        FILE MERGED."
        
        Change-Id: I06eec282877a91955b3f20109c3c1189b660f2da

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d39d80a52642489207fc4f7d384a3474e6d20136]

        Remove visual noise from store
        
        Change-Id: I6753eb480618af747ecf4a3ae3c666257761ce70
        Reviewed-on: https://gerrit.libreoffice.org/8317
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [a463234e8893b349f99bef899e71709f3ab82cd6]

        Remove unused VCLXTabPageModel
        
        Unused since 265043a935781633f204b1ddfede5f454b8555fe "tabcontrol: #i113362#
        impl tabcontrol in awt" and not even built since
        0a966b904bd6fd570d2fb09825810aceed4e00e8 "tabcontrol: fix some compile errors."
        
        Change-Id: Ida6fde85207288a0b4e09cee767bd004f9384d99

2014-02-27  Andrew  <dent.ace@gmail.com>  [3b15769cc2a2ba8e1e9d8c08527d47dccf4a5b62]

        Icon redux 01: Remove old insertapplet icons
        
        i#87895 Porting old icon fixes from AOO Bugzilla.
        Delete 'insert applet' icons from custom themes.
        Checked via git grep core and help source. No instances.
        
        QA - Low risk; visual inspection of icons in general use. Originally icons appeared in insert->object->Applet, circa 2008. See i#86118.
        
        Change-Id: I0221ff8ba3f0ee54aa441feadd73227ee842a632
        Signed-off-by: Andrew <dent.ace@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/8370
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-02-27  Noel Grandin  <noel@peralex.com>  [04539b9bba00d4cd1e4673fc1fab0fa1977d53cd]

        remove unused code Ruler::GetPageWidth()
        
        Change-Id: I7a061b869a699771b321d7143559c5b9f48937c5

2014-02-27  Noel Grandin  <noel@peralex.com>  [d0edd3dc7d69d181f8452b8faf3863ddac542f9b]

        remove unused code in ScCellIterator
        
        Specifically:
          ScCellIterator::getValue()
          ScCellIterator::hasNumeric() const
        
        Change-Id: If15c627789576772bb220ece0b9dd143b1374a1b

2014-02-27  Noel Grandin  <noel@peralex.com>  [988a6c418d58f4031238010cb047cd006d48960b]

        remove unused cdeo from ScCellValue
        
        Specifically:
          ScCellValue::ScCellValue(EditTextObject const&)
          ScCellValue::ScCellValue(ScFormulaCell const&)
          ScCellValue::hasNumeric() const
          ScCellValue::hasString() const
          ScCellValue::set(ScFormulaCell const&)
        
        Change-Id: Ief8c07d6e2c7df6c6037fb3e59c00c37e3e0a49a

2014-02-27  Noel Grandin  <noel@peralex.com>  [39ff662a15683d02ca6a9b1e407b5ed16e460779]

        remove unused code ScCollection::IndexOf(ScDataObject*) const
        
        Change-Id: I142bc93cbe1ce6c0462ccc63defbd49e519f7f75

2014-02-27  Noel Grandin  <noel@peralex.com>  [6374c59217325721dc2c091338e665a238b7ace3]

        remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)
        
        Change-Id: I32437bb06dc5fd1522361d9591f470d00bb96d77

2014-02-27  Noel Grandin  <noel@peralex.com>  [2d257fa7781fff9c56a4cd55b26c3ef7e813c84e]

        remove unused code in ScColumn
        
        Specifically:
          ScColumn::DeleteCellNote(int)
          ScColumn::MoveListeners(SvtBroadcaster&, int)
          ScColumn::SetRawString(sc::ColumnBlockPosition&, int,
                                 rtl::OUString const&, bool)
        
        Change-Id: I34ec659bce7ae18cc3e9d0e27fcd138bc64201b0

2014-02-27  Noel Grandin  <noel@peralex.com>  [b709688cae4f3a00525fdd17c20852e55f131308]

        remove unused data ScComplexRefData::IsDeleted()
        
        Change-Id: I06d44a709f18b457c3d3381e2c6f4636fbffd4f0

2014-02-27  Noel Grandin  <noel@peralex.com>  [297c4d4021c2818cb8a51fabfc074d172927f897]

        remove unused code ScDBQueryDataIterator::DataAccessInternal::setPos
        
        Change-Id: If59f5b99a792ff5eafc0e027a84ca07b89a86c81

2014-02-27  Noel Grandin  <noel@peralex.com>  [778e685b6dd6694e83de047f8f72548d232c4b4b]

        remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()
        
        Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084

2014-02-27  Noel Grandin  <noel@peralex.com>  [368d3aba406a2e4557fd5b2b15ff569b6c16857d]

        remove unused code ScDocument::GetCellCount(short, short) const
        
        Change-Id: I63f6bf43dade896858a78414beaafb9792831946

2014-02-27  Noel Grandin  <noel@peralex.com>  [5ecbb39b9b8c09da9f9919cf3ddb1bacb48d5a40]

        remove unused code ScFlatBoolRowSegments::getValue(int)
        
        Change-Id: Ifd3fdbd5fc336064cbcd9d085e8fc5062e95aa77

2014-02-27  Noel Grandin  <noel@peralex.com>  [af9d999091ee8ea2757b65f32cf41f5d72a1e3e7]

        remove unused code ScGlobal::GetStandardFormat
        
        full signature:
            ScGlobal::GetStandardFormat(double, SvNumberFormatter&,
                unsigned long, short)
        
        Change-Id: Ifa2946cdb1d27f3a7bca1541c8f569456cb45b88

2014-02-27  Noel Grandin  <noel@peralex.com>  [1466096e2248ef6aaa8c0d37e440c6397b59af24]

        remove unused code ScGridWindow::HasScenarioRange
        
        Change-Id: Ifd89a7bb3846ae3979ef378853aa9cb0b6585833

2014-02-27  Noel Grandin  <noel@peralex.com>  [a7e69f7c2040203f5560c003af779083cd97e10d]

        remove unused code ScMyNotEmptyCellsIterator::GetCell() const
        
        and the consequently unnecessary mpCell field
        
        Change-Id: I95061a904bd88daea8c64c9dcfdb2e91f3f3ac3b

2014-02-27  Noel Grandin  <noel@peralex.com>  [99e5749e80998e674b0f5cf8e5958632f49bbe50]

        remove unused code ScRangeStringConverter::GetRangeListFromString
        
        full signature:
        ScRangeStringConverter::GetRangeListFromString(
            css::uno::Sequence<css::table::CellRangeAddress>&,
            rtl::OUString const&, ScDocument const*,
            formula::FormulaGrammar::AddressConvention,
            unsigned short, unsigned short)
        
        Change-Id: I61784cb55fb82caaeed22ddae94017c3ea630990

2014-02-27  Noel Grandin  <noel@peralex.com>  [44af42016eebc85c8b2f6e21efc2da7e732432fb]

        remove unused code ScRefCellValue::commit(ScColumn&, int) const
        
        Change-Id: I2f91a7b6b471d655f19f1f0ed94c4e1d0273ed80

2014-02-27  Noel Grandin  <noel@peralex.com>  [252ca499da21faccc4b6b29ba419fa5ca3c3d0ce]

        remove unused code ScTabViewShell::GetForms() const
        
        Change-Id: Ifb4fec75d58f67640043b344eac8a2be598c214d

2014-02-27  Noel Grandin  <noel@peralex.com>  [b28e4351057323e6ec043a872c1a1c8d09dfb1db]

        remove unused code ScTable::GetNote(short, int)
        
        Change-Id: Iad250b204423b897d903053b3ea4c63c01837e79

2014-02-27  Noel Grandin  <noel@peralex.com>  [457304666358d172dfcc9ad13b235f19bfbe2d29]

        remove unused code ScTable::SetRawString(short, int, rtl::OUString const&)
        
        Change-Id: I098143e76c141e4cf6b9d9aec4cb727680ea7457

2014-02-27  Noel Grandin  <noel@peralex.com>  [1c5797b16669afb6f0cd065f4c37c852c5136f60]

        remove unused code ScRefreshTimer::StartRefreshTimer()
        
        Change-Id: If96e0de72338aabfb2c4db04fba8f524d48a1d5c

2014-02-27  Noel Grandin  <noel@peralex.com>  [a7672907d84f5e940d2c1776759889570756f607]

        remove unused code ScSimpleRefDlgWrapper::GetRefString()
        
        Change-Id: I349a7df3516829dee9bc44426b7b5c84a73254ec

2014-02-27  Noel Grandin  <noel@peralex.com>  [e113771914f006e568689fe973f913fcc95806c0]

        remove unused code ScTabView::GetParentOrChild(unsigned short)
        
        Change-Id: I7440cb700c9d33acef842e19ff192cca9ef21cf9

2014-02-27  Noel Grandin  <noel@peralex.com>  [80ff95f62485fc4d8f41686365fbf61663ac62d1]

        remove unused code SvViewDataEntry::SetObjectSelected(bool)
        
        Change-Id: I3b41be19f4094affd1d000c8780cf6eb54352696

2014-02-27  Mirek Mazel  <mazelm@gmail.com>  [aa1263d258a22e4f9fc216c601332e3b02b9fa55]

        Lots of Tango icon changes
        
        Change-Id: Ic9d792d44ccfa8226c7d5970a45e5690fa9ee407

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [e9b6e7f6b4e78bd098b3a32e9288253938a00881]

        ooxml: extend roundtrip test with w14:props3d
        
        Change-Id: Ia7a3a998b07aefc94e6713c2ecf639166f1d3460

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [416e098e20356ba1af30d0ab1f4a8b51a2c669cb]

        ooxml export: w14:props3d element
        
        Change-Id: I8182959bb75f4f0308b9285f29f6ea3c2b9b05e4

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [da3a77c36cdd857921cbcc7b9d7a1c5440475af1]

        writerfilter: put w14:props3d elements/attributes into a GrabBag
        
        Change-Id: Iebc465c1b5587ddddc546e2eef5cd33f6b247d2e

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [aedf140ee402c4985ab50ea0ab667ce8071f866e]

        writerfilter: w14:props3d update in model.xml
        
        Change-Id: I3c29f97f319656ddbf5c44654ae9820468b9926b

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d42c34304c39700c559abba65f734ee0bcc22939]

        ooxml export: w14:scene3d element
        
        Change-Id: Iaf1745e9d415d14e310adc75199321cfe27966a3

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [81709ebaf5fb3c49135a7bbe272430daa57c31c3]

        writerfilter: put w14:scene3d elements/attributes into a GrabBag
        
        Change-Id: I9681e6a5dd96877ea87376b449242a2317a7d6b1

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [bc5a8d1adf3a4c88010d0472dfe1c6564ebb05bd]

        writerfilter: w14:scene3d update in model.xml
        
        Change-Id: Ic0b5e28bfb39bfd03a11b0e0c8b3892a3acc4a91

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a9e117cfb66eb8f57a09e74c6ddc1924f8273a59]

        ooxml: extend roundtrip test with w14:textFill
        
        Change-Id: I9d1a426b0972211f4b04145dd8e231162d3e5845

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [70ffc556ccf2fcff02e7c7250e2528243e6abff8]

        ooxml export: w14:textFill element
        
        Change-Id: Ie1e44215ce70c28c58575a703328a836279f92a4

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [af74d1750c61fd03712fadd24d0e52101aff5c78]

        writerfilter: register w14:textFill to be add into CharGrabBag
        
        Change-Id: Iaa16cb0cdfba152b08e2d12268fc6f8f37a256b1

2014-02-27  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [49f539545940b0fc030e2d6407b59193c558a239]

        writerfilter: add w14:textFill and w14:scene3d to model.xml
        
        Change-Id: I4f22ada3a6b1ebd5cfe9e0baf1cb3abb6a877035

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [b40d3ba4d3a15dfecdccd29dea7ba3350d9819b7]

        Run COMPILER_PLUGIN_TOOL on Objective C code, too
        
        Change-Id: I3eb9fb57e80b4600c11eef1c52986400478b4167

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [72ef2d526b3df881647791ca5ea4b1815b508d3b]

        std::exception retrofit sequel
        
        Change-Id: I7461c320e98b9a3605db26f4d58200789e1477df

2014-02-27  Stephan Bergmann  <sbergman@redhat.com>  [c6d114be1fcf9f73c638e52f33278ca3dd53e2aa]

        std::exception retrofit sequel
        
        Change-Id: Ide9234c50592fe4f12eb1f6ea836ad60ce4697df

2014-02-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f73ffb91b85422067274fafc0d411aef8a6e6abb]

        fdo#73159 Make back border dialog work again
        
        I removed border dialog with commit
        8560fb88c7252e5ad60674e447f2e194298f08de
        because it seems unused and when the corresponding
        command was called only a blank window was opened.
        It seems it was just bugous, so revert this commit
        and fix the dialog.
        
        Conflicts:
        	sw/inc/swabstdlg.hxx
        	sw/source/ui/dialog/swdlgfact.cxx
        	sw/source/ui/dialog/swdlgfact.hxx
        
        Change-Id: I68f8c13457e899a894f03bdd60ebedfb2b70afea

2014-02-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5c57c9b6eb30265fe7312ff2b4d6ce7363cf2006]

        writerfilter: remove code duplication
        
        Change-Id: I55dfeb9b0505bb5f46d5bcf98b10bd2ba7b187f9

2014-02-27  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f2cdf8848cb27d6385ad6c817e6c8c61e36e8ff7]

        Remove visual noise from chart2
        
        Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac
        Reviewed-on: https://gerrit.libreoffice.org/8239
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-27  Takeshi Abe  <tabe@fixedpoint.jp>  [2e40ddbd325fb5dc963e2017245e3df2f4f809c8]

        Drop deserted bmpdemo
        
        since 2007; https://issues.apache.org/ooo/show_bug.cgi?id=79031
        
        Change-Id: Ie12d88a343591dee4c8c7411b356be2ca3311f29

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [4ea1b80c4882e8746bf5a1e6ce13686c746fffaa]

        Statics with non-trivial initialization must use StaticWithInit
        
        ...not StaticAggregate, as StaticAggregate does the initialization with
        osl::GetGlobalMutex locked and can thus lead to deadlock.
        
        Change-Id: I0cce0da84b5a277fdda1ebaaeba85b04011f5459

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [994a3596498305a3a53f21c7f53ed91f78ae834a]

        Revert "Let's use RADIO_BUTTON and CHECK_BUTTON roles"
        
        This reverts commit 97d4f7e07462cbc33e8ebf0bc2bbf8a17c232d50, which appears to
        be incomplete: CHECK_BUTTON is not defined anywhere.

2014-02-26  Julien Nabet  <serval2412@yahoo.fr>  [97d4f7e07462cbc33e8ebf0bc2bbf8a17c232d50]

        Let's use RADIO_BUTTON and CHECK_BUTTON roles
        
        Thank you Caolán and Niklas for your support!
        
        Change-Id: Ied978b36cc309b2668889d878a309d1a1400633a

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e4f6ba5e3ced6ff2ef28d71d406b5b6a6cdd90c5]

        Remove visual noise from embeddedobj
        
        Change-Id: I63ce6896e2f82160ffedb9f6123ca765f49698c5
        Reviewed-on: https://gerrit.libreoffice.org/8256
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [eb8b76211ee706f42489dbd548c05df6f31b2149]

        Remove visual noise from embedserv
        
        Change-Id: I4914fd2f3e067fcc10fc110f172d3e33daa0977b
        Reviewed-on: https://gerrit.libreoffice.org/8257
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [59bfe6934b59056480807aeb108e316362a34841]

        Remove visual noise from eventattacher
        
        Conflicts:
        	eventattacher/source/eventattacher.cxx
        
        Change-Id: I7169992d453b1b2919cc8076fbd6803a95ee0565
        Reviewed-on: https://gerrit.libreoffice.org/8258
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed2d5968fa43f68bd5cd531c393d5176a791ffc6]

        Unused writerfilter::dump()
        
        Change-Id: I226d4338e22585a9a03377feb9d39788346316be

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [05e7456b00bf976e889f9e5414a7c46c4bf35ac2]

        rtftok: bHasTableStyle is never read
        
        Change-Id: Iad287d3f619d7c912aa6c2dc059b1aa63c3c0053

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [bed18b128ff1329579369b07b2b172e2906649f8]

        Remove visual noise from forms
        
        Conflicts:
        	forms/source/component/DatabaseForm.cxx
        
        Change-Id: I4005fe65e89794bd92191c37221c252a3e964917
        Reviewed-on: https://gerrit.libreoffice.org/8262
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [224f6c17f7119ca65716a73f21244ddd3e26a653]

        Remove visual noise from formula
        
        Change-Id: Ie7503623ad9bec1806345f65b435c7bd94a08c2b
        Reviewed-on: https://gerrit.libreoffice.org/8263
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [7986dcfdcad22d7203f256fb9a4ad53bda4ca422]

        Remove visual noise from lotuswordpro
        
        Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889
        Reviewed-on: https://gerrit.libreoffice.org/8281
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [273fae4032464d8caa1bd0b957e4e5ebe25ba0c0]

        writerfilter: convert sprm:C{DxaSpace,CharScale,HpsKern,HpsPos}
        
        Change-Id: I880569a283d0776a7dec51994a001d20153f86d9

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [fcbefea01766e0888f7813672d9eddbdec5a9046]

        Remove visual noise from framework
        
        Conflicts:
        	framework/inc/dispatch/oxt_handler.hxx
        	framework/inc/services/layoutmanager.hxx
        	framework/inc/tabwin/tabwindow.hxx
        	framework/source/dispatch/menudispatcher.cxx
        	framework/source/helper/dockingareadefaultacceptor.cxx
        	framework/source/helper/ocomponentaccess.cxx
        	framework/source/helper/ocomponentenumeration.cxx
        	framework/source/helper/oframes.cxx
        	framework/source/layoutmanager/toolbarlayoutmanager.hxx
        	framework/source/recording/dispatchrecorder.cxx
        	framework/source/services/desktop.cxx
        	framework/source/services/frame.cxx
        	framework/source/services/urltransformer.cxx
        
        Change-Id: Ibb04e3f6f0796e7f2be16dcce38542f8b90708d4
        Reviewed-on: https://gerrit.libreoffice.org/8265
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [a395c9fa387eabf2d09360f1023f5e3e66af21a8]

        loplugin:literaltoboolconversion
        
        Change-Id: I9f601252a24e935e81716213a6733ee2adb1489f

2014-02-26  Eike Rathke  <erack@redhat.com>  [1371fbf08bae2e1d2282af19af9ce3c20ebe03f7]

        added M-D abbreviated DateAcceptancePattern to [lgr-SB], fdo#72512
        
        Change-Id: Ia42f4a112a240ed38a9e8e53e4e92b48e9cacc10

2014-02-26  Eike Rathke  <erack@redhat.com>  [7f1d023cb8879cadb6ffeda6dbf9b1c8e83007e7]

        added Lengo [lgr-SB] locale data, fdo#72512
        
        Change-Id: I1aa5e635448e2076f60c749e2640d9689a63f829

2014-02-26  Eike Rathke  <erack@redhat.com>  [b8d8d1bd05802dfdc755dcc245e1c0cc62c0e3b2]

        added Lengo [lgr-SB], fdo#72512
        
        Change-Id: I8614619224d65118d6057eab6c3f6f7ee8efc617

2014-02-26  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1c993627d893c62ab8f01355895206374bf4eb6c]

        sw: write other types of embeddings properly to docx
        
        Improves patch 1428ec6f4e2bfe0d8654a9ccc713e274e08c6423
        
        When embedding an object into a docx, several things interact:
        
        * The properties in the <o:OLEObject> tag in document.xml
        * The ContentType for the file defined in [Content_Types].xml
        * The Type of the Relationship defined in document.xml.rels
        
        You need the right combination of those three elements for Word to
        properly recognize the embeddings in exported documents.
        
        To know which values must be written, I store some interoperability
        information in the import phase in the document grab bag. The
        relevant information is the value of the ProgID attribute in the
        <o:OLEObject> tag.
        
        I have defined three cases depending on the value of ProgID, but more
        could be needed in the future:
        * Embedded xlsx sheet.
        * Embedded pptx presentation.
        * Generic OLE, this should work with embedded odt/ods in combination
          with the ProgID attribute stored in the import phase.
        
        Change-Id: I26336cb3fe47bd33e1cef11dd1c7edcf390f2e56

2014-02-26  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [72d9fa114ac103698db97ab2946ebbff66d8e21a]

        sw: code simplification
        
        XEmbeddedObject already implements XClassifiedObject which contains a
        getClassID method.
        
        Change-Id: Ifbeed343493208fff3704b21ee484fd92c570974

2014-02-26  Julien Nabet  <serval2412@yahoo.fr>  [50b1dce863f820d1e0280f6c78797a421e8ed69a]

        Typo: (S/s)caleable -> (S/s)calable
        
        Change-Id: Ia10f8f36395c7f69dca297efc01c1061ef61ed6e

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [18ae3de84085c399e94ff4b94e9a83b168325283]

        std::exception fixup for --enable-gnome-vfs
        
        Change-Id: Ia0a903a38f8ae2897d0d9d6159597f720bbc24a5

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [eb4187edbe411ed26861ec8c5b4f29708907cbf4]

        std::exception fixup
        
        Change-Id: I36c9f19580ef2a8e87d68fcc7f3cc3fd56ec7605

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [5e21a413c788f839a66d9e4c14e745ed18058db8]

        cppuhelper: retrofit std::exception into overriding exception specs
        
        Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3

2014-02-26  Thorsten Behrens  <thb@documentfoundation.org>  [6fc2bd0094a23aafadeef3f4a8c2803d621a588d]

        Fixup whitespace changes, remove commented code.
        
        This is a light touchup of 2ef9df8aee696993d9eb235fd36caa4cbcfd3624
        
        Change-Id: Icfaf6fb0111c85b5f78010b16bdda0e237419323

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [52c5d1a70df5cc483b85a20e61a18dd8b8d4a045]

        CppunitTest_sw_ooxmlexport: restore this test
        
        It was crashing, as a quick-fix 43feacd5330b5652b58e8a75a0f41a78ee6ebe1c
        (sw: fix build, 2014-02-08) disabled the test. I wanted to fix this
        properly today, but it was already working.
        
        Change-Id: Ifbfa82bc907d6c4bd8ec398472f751714c721b09

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [c147ef86daa50c64948a31734805ff930bc0e8ec]

        Remove visual noise from i18nlangtag
        
        Change-Id: I82680dea7e6d182d4c8047fce60d2cae09d29891
        Reviewed-on: https://gerrit.libreoffice.org/8268
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [75bbbf964b7976cc02d5ba054760bf93cb2e76c9]

        Remove visual noise from dtrans
        
        Change-Id: Ic460e514ac078a69cd86381b9b5cf779eb97971b
        Reviewed-on: https://gerrit.libreoffice.org/8254
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Lei De Bin  <leidb@apache.org>  [5faf5492741abfd013ae677b1ec2fc06276d8644]

        Resolves: #i119612# fix the order of Hebraic string are changed after..
        
        save as new .doc
        
        * when opening .doc in AOO, preserve the RTL property(property ID is 0x085A)
        and export.
        
        Reported by: Lou Qing le
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin
        (cherry picked from commit daa4da26a7ba0c58c79af69fc6624729f7b22c10)
        
        Conflicts:
        	sw/inc/hintids.hxx
        	sw/source/core/bastyp/init.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/text/atrstck.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        
        Change-Id: I2a1788452475e0deebf530aae41e543eae3cd45d
        
        Resolves: #i120935# Insert blank entry for RES_CHRATR_BIDITRL...
        
        and RES_CHRATR_IDCTHINT, to keep the identical res order
        
        (cherry picked from commit 919e99308395c572a7298e6db2b96df8bf7ec3fd)
        
        Conflicts:
        	sw/source/filter/html/htmlatr.cxx
        
        Change-Id: I3c2a3513de3c146ece583ff40bf3ffb3845f971c
        
        Resolves: #i122867# HTML export - correct function pointer table...
        
        which holds the export functions for certain attributes
        
        (cherry picked from commit 5d963c0c996d50fa1033e7c2da48b5d1c3747f20)
        
        Conflicts:
        	sw/source/filter/html/css1atr.cxx
        
        Change-Id: I7f31cfab8c654d5c549db1343d1e222f50a42c60

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [92c2a468a79dd1a4025d44c208dcfeed98a6eb68]

        Remove visual noise from javaunohelper
        
        Change-Id: Ib359d536070456c1ef403642eba7913a834d365d
        Reviewed-on: https://gerrit.libreoffice.org/8275
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e524ecb3c9eedee99a1acd33c785592e9ae3bd54]

        Remove visual noise from jurt
        
        Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a
        Reviewed-on: https://gerrit.libreoffice.org/8276
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [5d70084bc6277245953f57b6cc7530e48d4a5826]

        Remove visual noise from mysqlc
        
        Change-Id: I5ee918bb193ea887e728e271dd4c0fb49a4dd6e9
        Reviewed-on: https://gerrit.libreoffice.org/8282
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Caolán McNamara  <caolanm@redhat.com>  [45cc7cfea269c6eff9b0d6eef6f7060c4d156623]

        fix comments
        
        Change-Id: Iee6557755e4976e023d1c04bde24e3aa1d0fd062
        Reviewed-on: https://gerrit.libreoffice.org/8369
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [1a8ba677082ad0888893f478ed723feea9280b43]

        Remove visual noise from l10ntools
        
        Change-Id: Ia10056ae9e1b9adfe74f299afac5c3c84fa8cea7
        Reviewed-on: https://gerrit.libreoffice.org/8278
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [412c47ded694df2f955b4c590f096238eb549d3d]

        Remove visual noise from lingucomponent
        
        Change-Id: I6021eabab1474c99868f38ecd0d466eb0d97054e
        Reviewed-on: https://gerrit.libreoffice.org/8279
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [99e3bd454bf607c5b561e2dc8e0f7a04f2bc28ed]

        Remove visual noise from odk
        
        Change-Id: I5638e2d37827c2d7322b72bf6ce176ac843639f1
        Reviewed-on: https://gerrit.libreoffice.org/8285
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [91ff31b6f7c2fd217518f54396bbca6d4bde98a3]

        Remove visual noise from offapi
        
        Change-Id: I3a1064805b686cff932a766aab11ff3b563b5e2e
        Reviewed-on: https://gerrit.libreoffice.org/8286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [07c638f9421f0d17078d52c1574e1614262af37f]

        Remove visual noise from oovbaapi
        
        Change-Id: I9e378028bf876fdb01c139d7d747558cac1de28c
        Reviewed-on: https://gerrit.libreoffice.org/8287
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [da290f39fc3029215bd1dc78731d2cea25f13e92]

        Remove visual noise from remotebridges
        
        Change-Id: Id3696781d3480961c516f2a43135415b15cedde0
        Reviewed-on: https://gerrit.libreoffice.org/8293
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [40961d7bcdb57a13115928a9c21d48ffa6e93aee]

        Remove visual noise from oox
        
        Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94
        Reviewed-on: https://gerrit.libreoffice.org/8288
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [75c8d59ddd6ca19ff312c8e507ef05d969704d5a]

        Remove visual noise from registry
        
        Change-Id: Ica0c7fe04dae3c52583cc2324bae1cfa5af1e197
        Reviewed-on: https://gerrit.libreoffice.org/8292
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [043e378521faecfcc09e0d7007de93882c50c461]

        Remove visual noise from io
        
        Change-Id: I46f8c4f793596b0e6feb2db7b9302b9b6eb9644b
        Reviewed-on: https://gerrit.libreoffice.org/8273
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2a42d5ec2965451f8cb2e719d831f4b2722f51bb]

        Remove visual noise from i18npool
        
        Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653
        Reviewed-on: https://gerrit.libreoffice.org/8269
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [3a35e28628a6d9fd9100e35754eaba1db9bf1d50]

        Remove visual noise from pyuno
        
        Change-Id: I27f5edf45d5968879436e2466f953576651ed8ae
        Reviewed-on: https://gerrit.libreoffice.org/8290
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8520f61fe3def2c3f61fb7ce65c13d2b5076304a]

        CppunitTest_sw_ooxmlsdrexport: move all AlternateContent tests
        
        AlternateContent is used while dealing with shapes, move all those
        tests. With this, the original suite has 330 asserts, the new one has
        78, and they can run in parallel since
        2efee3c632bb8372685bb9f7b07e99b91668d779.
        
        Toplevel 'make' on my machine:
        - before: 3m15.237s
        - after:  2m40.197s
        
        Change-Id: Id7ac9708e29ae8c6ea7db8aa845de089ed4bdf42

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [6a8f848edecd1403686b4ad1232362908b1e2dbf]

        Remove visual noise from salhelper
        
        Change-Id: Id01f525478558f2d280bfda7c970f4e16faaff44
        Reviewed-on: https://gerrit.libreoffice.org/8298
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [bc1b0fca47dff0b6301988b831147ac89a0de375]

        Remove visual noise from reportbuilder
        
        Change-Id: I4063ea1ea95ddd1a3c220ca0da89cdcd78f62410
        Reviewed-on: https://gerrit.libreoffice.org/8294
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [613d53637eb6d84d48b379efacc469659634d669]

        Remove visual noise from linguistic
        
        Change-Id: I9ed8b9cf844d9e5909cc87dac1438ec7a54613b8
        Reviewed-on: https://gerrit.libreoffice.org/8280
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [cd35fd41df314d0176ae1da4a67e6a7d978f3cf2]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie64ffd691f3528136414bfc67f89881f3c778f1f

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d148739576fbb555099b51df39b51678f573a8a5]

        Remove visual noise from package
        
        Change-Id: Icef40ad2d451d3c5ca90ed4b305ece5430d352f7
        Reviewed-on: https://gerrit.libreoffice.org/8289
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [132d7941e01a6b385f17ebd768341debd49f8847]

        Remove visual noise from jvmfwk
        
        Change-Id: Ie9ad9478532b395bd6a2bddd54bbe0d10b1b5eb2
        Reviewed-on: https://gerrit.libreoffice.org/8277
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a78aa2038d08bea6b24c1ff8d31d202dd4f76d6f]

        Remove visual noise from helpcompiler
        
        Change-Id: Ied20352592de019c3b4735af8cc63947cd7d61a2
        Reviewed-on: https://gerrit.libreoffice.org/8266
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Maxim Monastirsky  <momonasmon@gmail.com>  [e44a7eefb7f632977b4c8c91ad14244372c6e04d]

        KDE: don't throw on TemplatePathVariable
        
        This is required after commit
        838b77f5f3d6d8fd98891e99a23ff78a6a357cb2.
        
        Actual functionality is still missing.
        
        Change-Id: Ib94d8a982609de730d9c61bf7bf9886093c51f5b
        Reviewed-on: https://gerrit.libreoffice.org/8367
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [294229eb422f093f4d1cd30da21783957c72165d]

        Remove visual noise from hwpfilter
        
        Change-Id: I57ea366a5ba585374773f53ca6cee99085fd846a
        Reviewed-on: https://gerrit.libreoffice.org/8267
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2196955b00071dce0d89e6dd13c50284d066e1f2]

        Remove visual noise from reportdesign
        
        Change-Id: I2fea3ecefa24cfc0f3cc2a2f4de7c934eba5d6f7
        Reviewed-on: https://gerrit.libreoffice.org/8295
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [2efee3c632bb8372685bb9f7b07e99b91668d779]

        CppunitTest_sw_ooxmlexport: factor out drawing-related testcases
        
        As a start, moved 30 asserts to the new suite, still 378 is in the
        original one.
        
        Change-Id: I934bce63e286af3080ae014c3bd8f4f09866feb2

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f7857265f2b36a884b189e43f514026a34b5a882]

        Remove visual noise from rsc
        
        Change-Id: Idc310247ae677687fbfb2912d9e4a0f5e5880190
        Reviewed-on: https://gerrit.libreoffice.org/8296
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [fed2f0698c4e108c2ad65ec5a6ae8c6211c14326]

        Remove trailing whitespace from nlpsolver
        
        Change-Id: I8ee2aff2c18adaf5582ed6eeb174e88313d8c8a2
        Reviewed-on: https://gerrit.libreoffice.org/8283
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [ca884aab652b2eba6e05e7fae0f2d2d9a8dae5db]

        Remove visual noise from scaddins
        
        Change-Id: I533b172ae62b6a2056109c0e6cf854ec89de8391
        Reviewed-on: https://gerrit.libreoffice.org/8302
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2e9f7694b4c02e7dd592890d87b4710b45ce588b]

        Remove visual noise from sccomp
        
        Change-Id: Ibf1d8ab8db874805a5cdab9a0cfa5bf84fb6b869
        Reviewed-on: https://gerrit.libreoffice.org/8303
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2434ea5930af9575e84353697d8a654b592098d7]

        Remove visual noise from scp2
        
        Change-Id: Id333de870389e8b4a074aa07fb2d0af336c5062a
        Reviewed-on: https://gerrit.libreoffice.org/8304
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [b0308236d26c4b97532abf40ffd443ebb464ed92]

        Remove visual noise from scripting
        
        Change-Id: Id9f177a20d911ce1e041407aa556c9cf13f0efc8
        Reviewed-on: https://gerrit.libreoffice.org/8305
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e6bd9d718d9962bbb88428a31173fa607f46d45c]

        Remove visual noise from sdext
        
        Change-Id: I792249b9e92db9af4daee0bd835e04044d29bca5
        Reviewed-on: https://gerrit.libreoffice.org/8308
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d023b7f7d7fc7e8f91b779f4f2dcb919cf38b82a]

        Remove visual noise from setup_native
        
        Change-Id: I565cdc2f5447f4387f0e01f22e49bc589c40cb60
        Reviewed-on: https://gerrit.libreoffice.org/8309
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [c7c40687f6d1e0f155dde44d8803a2e957797c08]

        Remove visual noise from sfx2
        
        Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a
        Reviewed-on: https://gerrit.libreoffice.org/8310
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [ff0562fa4f7d8b7aceca16771d84db87d3f19756]

        Remove visual noise from sax
        
        Change-Id: Ica31580f72b43456c33b2f6abbf2140a79efae1a
        Reviewed-on: https://gerrit.libreoffice.org/8299
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Stephan Bergmann  <sbergman@redhat.com>  [844d1a89591df48a75a93e2db53e369175428d51]

        sal_Bool -> bool fixup
        
        Change-Id: I1104fc57f9f82944d258208f70993da1b00f1843

2014-02-26  Michael Stahl  <mstahl@redhat.com>  [7eeac88bdb111cc069d208cc2d82a6143748d9d3]

        fdo#75526: argh missing semicolon
        
        Change-Id: I4cabdcd3d4d5e4a446a4784d7a657655a4fbdfdc

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d18a2753d5a6e29312e08365f7d9a512a92b998e]

        Remove visual noise from shell
        
        Change-Id: I1857fd7a9aeda38cb8ef2a0eda7783203b7658ed
        Reviewed-on: https://gerrit.libreoffice.org/8311
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [7d99ec7f7ec095dfa0d203f5eb43bab0e69256be]

        Remove visual noise from starmath
        
        Change-Id: I45a716abba68521c5ebc203eed205e717efead7b
        Reviewed-on: https://gerrit.libreoffice.org/8315
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [35e44118b8e55b2263bd10e8b11d9ac4e043228b]

        Remove visual noise from stoc
        
        Change-Id: I19edfb2796298c4870124d0d1e9488974a010bb8
        Reviewed-on: https://gerrit.libreoffice.org/8316
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [65d6ecfd4e69c2f6b8346e8b655914d5ac5a0286]

        Remove visual noise from svgio
        
        Change-Id: I5295d5204c3f42b67b877aefba605dc22279eab0
        Reviewed-on: https://gerrit.libreoffice.org/8318
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [b1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c]

        Remove visual noise from svx
        
        Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad
        Reviewed-on: https://gerrit.libreoffice.org/8321
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [060ab521fa0d5d6b9fcb97eab4718c04e8aec944]

        Remove visual noise from ucb
        
        Conflicts:
        	ucb/source/ucp/webdav/webdavdatasupplier.cxx
        	ucb/source/ucp/webdav/webdavresponseparser.cxx
        
        Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db
        Reviewed-on: https://gerrit.libreoffice.org/8329
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Michael Stahl  <mstahl@redhat.com>  [482ab0d09620f92eb3618125930dc7c4c8335b5e]

        fdo#75526: sdk: install URE library symlinks / import libs again
        
        This is a bit involved because since the LinkTarget now creates the
        instdir/sdk/lib/* files itself a Package cannot be used; so convert the
        URE libraries to AutoInstall and add special handling for them to
        gb_Helper_register_libraries_for_install to create the necessary links
        in the "sdk" install-module.
        
        (regression from 70c35265f517ef372cb739d4cc64499abf57a838)
        
        Change-Id: Ia5467f3303d59f7f5f4a88adc22ceffb82a21ff1

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [c99a1994889ac68164030459cad87241ef236276]

        Remove visual noise from ucbhelper
        
        Change-Id: Id9396eca64069f2f0ba636ac9efa090f121afdd3
        Reviewed-on: https://gerrit.libreoffice.org/8330
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [3dd72c19eb2d640c48973f235578ed4cc5dab566]

        Remove visual noise from unodevtools
        
        Change-Id: Ib8047c4606874d5bc6ce024bf34ee518cc51581b
        Reviewed-on: https://gerrit.libreoffice.org/8332
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d952ba2a7505021066d7fe5a01f14a02135edb65]

        Remove visual noise from unoxml
        
        Change-Id: I405f2df6621197effd7e2b19844fe4d0bf7f58aa
        Reviewed-on: https://gerrit.libreoffice.org/8335
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d304c532e8450d0e68d4275468c2f6ed9a68a6c3]

        Remove visual noise from vbahelper
        
        Change-Id: I068c2a73a3ae487aff7c5451545d3e0aee50b1da
        Reviewed-on: https://gerrit.libreoffice.org/8338
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [8440c9ed92561c307bfab131c7de7144ed24100b]

        Remove visual noise from writerfilter
        
        Change-Id: I2470e26f1b0a7c3b28fbc0ec44170565f250fc40
        Reviewed-on: https://gerrit.libreoffice.org/8342
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [c2a0a2bb49ac09e9fe63317cedaba85096b33cd3]

        Remove visual noise from xmerge
        
        Change-Id: I74b5e30d08ade403ec35298d5c783f02b22e886a
        Reviewed-on: https://gerrit.libreoffice.org/8343
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2ef9df8aee696993d9eb235fd36caa4cbcfd3624]

        Remove visual noise from sd
        
        Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c
        Reviewed-on: https://gerrit.libreoffice.org/8306
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Tushar Bende  <tushar.bende@synerzip.com>  [7e92d9881f039899262882633712ec0a3de01474]

        fdo#74771 : LibreOffice image captions crash MS Office Word
        
            There was a problem if
            1)Document is created in MS word
            2)then opened in Libreoffice and edited by adding Image and Caption
            3)saved back to docx format
            4)Attempt to open the DOCX file in Word. Word was crashing.
        
            Problem was if any doc is edited in LO by adding image and Caption LO adds image as anchored inside TextBox.
            Which MS word doesn't support(Anchored image inside TextBox).
            Verified code changes on both MSWord2007 & MSWord2010 as it was crashing both earlier.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8354
        
        Change-Id: I621d0c5e3acbf9e1fc8514aa70110aa863748ceb

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [bf4352f0d1c8fd26ff45145eafddc43344c5a89d]

        Do not have two help strings for the same.
        
        Change-Id: Icae6446494df835a5f636d7a139220997026fa85

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [4f31b902712e7816bbd8e0df7629462a17f9ad3f]

        Remove visual noise from cui
        
        Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d
        Reviewed-on: https://gerrit.libreoffice.org/8250
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [3c0a7cf4f67720f2cca2c4eb543f838d5b644e7f]

        fdo#75254 Unsupported shape in DML writing was causing document corruption.
        
        Added a way to avoid DML export for un-supported shapes. We need to fix
        those properly by adding proper support.
        
        Change-Id: I0aeac1cc3b6e807a0427df9a9695446148d2ba38
        Reviewed-on: https://gerrit.libreoffice.org/8202
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [b06820d74c701e305f007d4cb91f939e5644d11d]

        Remove visual noise from UnoControls
        
        Change-Id: I0ffbc08cf769e39e8c3b7519e8d2e13ccbe6e3d8
        Reviewed-on: https://gerrit.libreoffice.org/8331
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [faabee67550fb8eaebe5f58e224508de81d2c641]

        Remove visual noise from qadevOOo
        
        Change-Id: I3d65145422039d629d2375c9fef030cd6ee41124
        Reviewed-on: https://gerrit.libreoffice.org/8291
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e90c27f5e180f58997026c69aa746498aa995823]

        Remove visual noise from toolkit
        
        Change-Id: I1704d6ac497f2e47a813813640ead14c5fa480d9
        Reviewed-on: https://gerrit.libreoffice.org/8326
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Armin Le Grand  <alg@apache.org>  [de2beb35985c9112777d0ca4f5e953a5d494e6d2]

        Resolves: #i123672# Made data used in ScPrintFunc to prepare...
        
        print preview dynamic
        
        (cherry picked from commit 51dac483c90f5d33fab5f449c0915917540ef547)
        
        Conflicts:
        	sc/source/ui/inc/printfun.hxx
        	sc/source/ui/view/printfun.cxx
        
        Change-Id: I1ec4b29821a958f8ca95d8e770de9971fbc47bae

2014-02-26  Caolán McNamara  <caolanm@redhat.com>  [978fb3ed2779d8a2e64e8033c7931f36cb0edb6b]

        we can do away with mfSmallValue
        
        Change-Id: Ia3ae16d71d1044ef9f338cd4322b371bdffd8e2e

2014-02-26  Caolán McNamara  <caolanm@redhat.com>  [c5bcfe902d1c4be488a1ce0ffb44a4f54734b2d5]

        callcatcher: update unused code
        
        Change-Id: I2d79938465800a6bfe8cc120b85dc449ff04a960

2014-02-26  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [598d02d71f40901eab9275704c8bc0e1641b56e3]

        fdo#75133: Preseved bibliography after round trip.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8124
        
        Change-Id: Ieaea19600fbda3b536549a1a100f847f9ae3654b

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2cf9fe702310a2f3d69a543541582ea5fa191d58]

        Remove visual noise from tools
        
        Change-Id: I779bb5cf991e1fee1e2a2c0a4cd45af3c5f502bd
        Reviewed-on: https://gerrit.libreoffice.org/8327
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [81afed113d2f49c600eb2c8d3827ff8cbd83139f]

        Removed unnecessary comment decorations from VCL sources
        
        Conflicts:
        	vcl/headless/svpgdi.cxx
        	vcl/source/app/dbggui.cxx
        	vcl/source/app/help.cxx
        	vcl/source/app/idlemgr.cxx
        	vcl/source/app/settings.cxx
        	vcl/source/app/stdtext.cxx
        	vcl/source/app/svdata.cxx
        	vcl/source/app/svmain.cxx
        	vcl/source/control/fixed.cxx
        	vcl/source/control/ilstbox.cxx
        	vcl/source/control/spinbtn.cxx
        	vcl/source/filter/sgfbram.cxx
        	vcl/source/filter/sgvmain.cxx
        	vcl/source/filter/sgvtext.cxx
        	vcl/source/filter/wmf/emfwr.hxx
        	vcl/source/filter/wmf/winmtf.hxx
        	vcl/source/filter/wmf/wmfwr.hxx
        	vcl/source/fontsubset/cff.cxx
        	vcl/source/fontsubset/fontsubset.cxx
        	vcl/source/fontsubset/xlat.cxx
        
        Change-Id: Ifc4fa21e552a8b031645eb883bdc23563eebb602
        Reviewed-on: https://gerrit.libreoffice.org/8357
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Herbert Dürr  <hdu@apache.org>  [3edcdd43f94e605c08314ab61f64c418b01f8dde]

        fdo#64957: #i124233# prevent the accumulation of rounding errors
        
        in CTLayout::FillDXArry()
        
        Change-Id: I8ee83068d71275874e4af364df253251dfb41c8c

2014-02-26  Tor Lillqvist  <tml@collabora.com>  [fe93c38a38a54a479170c1012862518687552c1a]

        Use SAL_OVERRIDE consistently in CTLayout
        
        When adding SAL_OVERRIDE to the member functions marked virtual, I
        found one that was not an override of anything, and actually not used
        at all: GetGlyphOutlines().
        
        Change-Id: I3e56caa6262b2f21f7f47e3851ab0e07bbc4b642

2014-02-26  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [a45bdb8aa8f3a183842c715106e4f6e59f2f94c7]

        fdo#73596 [DOCX] Auto Columns in Index
        
        When number of columns in the Index is not specified
        by the "\c" switch, then avoid adding the section breaks
        explicitly before and after the Index Section and "\c '0'"
        in the field identifier string.
        Also added UT for the same.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8104
        
        Change-Id: I56826f72beea580d0ac5aef44d4a71fd29b77316

2014-02-26  Caolán McNamara  <caolanm@redhat.com>  [9a8200e229cf18c7b773bbc7bfb454548240bbcd]

        Restore jpg
        
        This reverts the jpg part of d9f0af83b7f0abe7119eefca62cbbca7eff818ef.
        
        Change-Id: Idcba2e16cc3f2fce9c04a225a5754841b4f39380
        Reviewed-on: https://gerrit.libreoffice.org/8358
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Julien Nabet  <serval2412@yahoo.fr>  [09a1c9d31fb8756d6c7157ea1056acfbfea64784]

        cppcheck: duplicateIf
        
        - replace duplicate TIB_DROPDOWN test with TIB_DROPDOWN + TIB_DROPDOWNONLY
        - consider also TIB_RADIOCHECK as AccessibleRole::TOGGLE_BUTTON
        
        Change-Id: Id159349ae1515681f47c373ba3d839ed406284ab
        Reviewed-on: https://gerrit.libreoffice.org/8164
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d9f0af83b7f0abe7119eefca62cbbca7eff818ef]

        Remove visual noise from vcl
        
        Conflicts:
        	vcl/source/app/settings.cxx
        	vcl/source/window/dockmgr.cxx
        	vcl/source/window/dockwin.cxx
        	vcl/source/window/floatwin.cxx
        	vcl/source/window/toolbox2.cxx
        
        Change-Id: Ie67681549a76e77064b09d4b5bf80fe4c6010341
        Reviewed-on: https://gerrit.libreoffice.org/8339
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Tushar Bende  <tushar.bende@synerzip.com>  [0fb3bdc5d3aa47a61affc67b20bdbb775808fb66]

        fdo#72563 : PAGEREF field tag not preserved during Roundtrip
        
        There was a problem that in case of TOC,PAGEREF field tag was not preserved
        inside <hyperlink> during Roundtrip.
        Reason found, there was no code support to handle PAGEREF in export.
        - Added code support in export code to handle PAGEREF.
        - Also added <w:webHidden /> tag for PAGEREF
        - Earlier pushed code changes was corrupting some documents.
        - Verified this patch on large set of Docx containing different combination of hyperlinks.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8048
        
        Change-Id: I2331a33100ed77e15a39ecc6db01b0e696ea62de

2014-02-26  Stefan Ring  <stefanrin@gmail.com>  [a4f0d096058709f89860178d88e4bad97e458995]

        Translate german strings, potentially user-visible - sw/source/filter/ww1
        
        These are mostly assertion-like messages.
        
        Change-Id: Iabf8e2ea3411c51756765e160a9e654b06ca005d
        Reviewed-on: https://gerrit.libreoffice.org/8356
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2a09751d51332aa413e769d0f7916aca0cf4e742]

        Remove visual noise from fpicker
        
        Change-Id: I58ae70cc71853e17e638ef64aaded87615e37986
        Reviewed-on: https://gerrit.libreoffice.org/8264
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28]

        Remove visual noise from xmloff
        
        Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904
        Reviewed-on: https://gerrit.libreoffice.org/8346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a22ae26668b260edb7f724ffcff0abc935b6d64a]

        Remove visual noise from xmlscript
        
        Change-Id: Id984fe846f28eba50f0fd480dca235482d150dd9
        Reviewed-on: https://gerrit.libreoffice.org/8347
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [263938c4a8789d881f8e736d317b6bcc09c3bce5]

        fdo#73596 [DOCX] Multiple Columns in Index
        
        The number of columns in an Index is given by the "\c" switch.
        During export, added section breaks before and after the Index;
        this is to preserve the layout of the round tripped file in MS Office.
        
        Modified MSWordExportBase::NoPageBreakSection so that
        an incorrect "nextPage" section break is not exported.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/8047
        
        Change-Id: I364e19d6739c4c6a60e3c605044fc1fafd9147d3

2014-02-26  Christian M. Heller  <christian.heller63@gmail.com>  [45261b88c4935c0a6dd57e8a47438b799d091957]

        fdo#39468 Translate German Comments - vcl/source/window/toolbox2.cxx
        
        Conflicts:
        	vcl/source/window/toolbox2.cxx
        
        Change-Id: Ifcb3a31733d8122d228596e8ec1253990f979471
        Reviewed-on: https://gerrit.libreoffice.org/8174
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [e8e4fc00e783d4f854de3d6b666c3c8268b12db4]

        Remove visual noise from wizards
        
        Change-Id: I27c730fa18b665bffe8c8d032fa51680cbbb2dd5
        Reviewed-on: https://gerrit.libreoffice.org/8341
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Christian M. Heller  <christian.heller63@gmail.com>  [4e5fb3ae8aaa7a65b065f0415fe4df667dab3def]

        fdo#39468 Translate German Comments - vcl/source/window/floatwin.cxx
        
        Conflicts:
        	vcl/source/window/floatwin.cxx
        
        Change-Id: I5cf91515e088f7f7bb766089c0812b023ecb3bdd
        Reviewed-on: https://gerrit.libreoffice.org/8172
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [99f92d7f3b73fbeee68dba1db02350df8a430223]

        Use exact same license formatting in touch as elsewhere
        
        Change-Id: I7e1a41784fc12828a2f530a3e3019b95ade19cdf
        Reviewed-on: https://gerrit.libreoffice.org/8328
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Christian M. Heller  <christian.heller63@gmail.com>  [204642f30767ae0b206a74dce34e2755e810b4a5]

        fdo#39468 Translate German Comments - vcl/source/window/dockwin.cxx
        
        (BTW: There seems to be some duplication between dockwin and dockmgr)
        
        Conflicts:
        	vcl/source/window/dockwin.cxx
        
        Change-Id: Icaf421620f87de7512a461b778958f6e141946db
        Reviewed-on: https://gerrit.libreoffice.org/8171
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Stefan Ring  <stefanrin@gmail.com>  [eb759974573220a38320ed6ec0d27089dafa1b42]

        Remove germanisms in variables: sw/source/filter/ww1
        
        Change-Id: Ieb61128a6497fc8f980b315a949ce74b2dc4adce
        Reviewed-on: https://gerrit.libreoffice.org/8324
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [d722353b4ba363c452fc86be0fa20cad440c4a47]

        Remove visual noise from unotools
        
        Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39
        Reviewed-on: https://gerrit.libreoffice.org/8334
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [003342bfef0812454618f860a6e171c282d92d78]

        Remove visual noise from xmlhelp
        
        Change-Id: Idd4d9d556d6644350d1a14b9f81f5fd0df8ee2d1
        Reviewed-on: https://gerrit.libreoffice.org/8344
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [a31fbb53dba76736b37213b98b64937f05929a67]

        fdo#74566:DOCX: Preservation <w:br> tag for Break to Next Page
        
        	Issue :
        	'Break to Next Page' gets converted to 'Page Break Before'
                 in RT.
        
        	XML diffrenece :
        	- LO exports <w:br> as <w:pageBreakBefore /> in document.xml
        	- The page break is written into wrong paragraph.
        
        	Implementation :
        	1] Removed implementation to export <w:pageBreakBefore />.
        	2] Added a check to write <w:br> in correct paragraph.
        	3] Modified code to handle SectionBreak() even if Text node
               	   has no string.
        	   It is required when DOCX contains a PageBreak with footer.
        	4] Written Export Unit Test case.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7891
        
        Change-Id: I237b9c5fdd3083b441f6e81cd8442f458eccf1a0

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [c4399bcd13cbe1cfa89c782e6667906c0b8bbb89]

        Remove visual noise from uui
        
        Change-Id: I64fa42929aad00fc63f2937527dd3539f9d6f7f3
        Reviewed-on: https://gerrit.libreoffice.org/8337
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f993a8930a660b23f099c91a6dc636fb4cbe6f87]

        Remove visual noise from unotest
        
        Change-Id: I34d98f086d1a041516174a26cbf37fc3d75da155
        Reviewed-on: https://gerrit.libreoffice.org/8333
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-26  YogeshBharate  <yogesh.bharate@synerzip.com>  [4654e9b113a66c800161d0ee82d587055fff4f8b]

        fdo#74271: Added unit test & code changes for footer contains hyperlink.
        
        Problem description:
        - If the document contains a hyperlink in footer
          that starts with "www" (ex. www.google.com) then
          the footer1.xml.rels of the roundtrip file contains
          empty Target.
        - Since the target is empty, the file get corrupted in MS Office 2007.
        
        Implementation:
        - If hyperlink starts with "www" then make bSmart as true.
        
        Change-Id: Ifa2b587d3326152b2d9778bd818fbe68b1cf6410
        Reviewed-on: https://gerrit.libreoffice.org/7766
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-26  Tobias Lippert  <drtl@fastmail.fm>  [a980928ef834fae10b326e7bb64cb48d935e2214]

        Remove implementation details from vcl/settings.hxx
        
        This reduces the number of files which need to be recompiled
        after a change to the internal details.
        
        Also: Remove explicit assignment operators since they are no longer
        needed.
        
        Change-Id: Ieb18a8437fbcd39c6003b50c656ce010f5002d9a
        Reviewed-on: https://gerrit.libreoffice.org/8161
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-02-26  Julien Nabet  <serval2412@yahoo.fr>  [7feb9a9c711835d852f4551670793b24e2fa82b6]

        Fix a crashtest + default value + fix a wrong copy paste
        
        Change-Id: Ic7a4ff410b2e4450c5f5220c6201931ca3e15a02
        Reviewed-on: https://gerrit.libreoffice.org/8307
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d5c59404bec65c8a9d9e05c1fcc24e068d170924]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I773524536c0ed7bc34eb08cd35cfc77e83f722ba

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [d60301d03b098e1d45b8de6b169e9fb54600c3f1]

        webdav: fix remaining build issues
        
        Change-Id: I9416551ba78a6a27071fdf92a6c36c271a1032b7

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [f9f70d95a19f7c139c2f9093e033edd9e6dcf45e]

        webdav: fix include paths
        
        Change-Id: I323bef2e1c21e2a1981409d4295ccf555088e5ea

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [ff3b92017d3c831987ab437e48178e9d29a36bfb]

        webdav: std::hash_set|map -> std::unordered_set|map
        
        Change-Id: Id0c18cb51af742d073d532662558fdd84d476f88

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [aa68e4c54952578fcf644f7a6df5174028a1412d]

        webdav: fix cherry-pick commit 7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4
        
        Change-Id: I177daf0d4e22d96167ab094a5c9d5c9cab6cf409

2014-02-26  Herbert Dürr  <hdu@apache.org>  [43fc67adcc3bdc5efaaaf9b0d65e53e99880b18a]

         #i123068# remove implicit conversions from rtl strings to their elements
        
        (cherry picked from commit 1a15756db5173403fcdbc3ad522c3a76e88a7082)
        
        Conflicts:
        	ucb/source/ucp/webdav/DAVProperties.cxx
        	ucb/source/ucp/webdav/SerfRequestProcessor.cxx
        	ucb/source/ucp/webdav/SerfSession.cxx
        
        Rest ignored.
        
        Change-Id: I7d25170cc07538dbab70bc72af8764820da2b60b

2014-02-26  Oliver-Rainer Wittmann  <orw@apache.org>  [ff824e87a51b1242f0584a35ce3fc7a579152cd2]

         #122008# - use <serf_bucket_headers_setc(..)>
        
        when header name's data need to be copied
        
        (cherry picked from commit e50d4638e4fe64eb05b8f22006c7f04c05ec288b)
        
        Change-Id: Ib4f171b05bafe380187a09cbfe143b0bef8b6f25

2014-02-26  Herbert Dürr  <hdu@apache.org>  [6a8e29563ca28ebb6e0bef34c20c82a2c0262c36]

        minor WaE cleanup for SerfRequestProcessorImpl.hxx
        
        that solves another dozen warnings
        (cherry picked from commit f42f6eb8aa2ab01befeba42871d9d5c7b381f49f)
        
        Change-Id: Ia06cee06e04b09fe6ed45cf4159722be191a21d2

2014-02-26  Andre Fischer  <af@apache.org>  [da41a44fb3883d6d72e6c22605eec7d29559dfb0]

        #i120041# Update of serf library from 1.0.0 to 1.1.0.
        
        (cherry picked from commit eb0311f38de6c30fb15f87b4599e932897f281f5)
        
        Conflicts:
        	external_deps.lst
        	scp2/source/ooo/file_library_ooo.scp
        	solenv/bin/download_external_dependencies.pl
        	ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx
        	ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
        	ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx
        	ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx
        	ucb/source/ucp/webdav/SerfSession.cxx
        
        Change-Id: I6b9576226f86b87397bedc2b67a9289bc19317a7

2014-02-26  Matúš Kukan  <matus.kukan@collabora.com>  [317b5bdadebc5560d38da4c9dd6d68c64a93b9a8]

        webdav: lang::XMultiServiceFactory -> uno::XComponentContext
        
        Change-Id: I71984066a512a023c67d1690bd984d66f75f894b

2014-02-26  Noel Grandin  <noel@peralex.com>  [dbe081749d9c64c54fd19340a3696237a4ebdf20]

        remove unused code ScDocument::IsEmptyData(short, short)
        
        and the consequently unused code
        ScTable::IsEmptyData(short, short)
        
        Change-Id: I622de7c1118d61c0e434f80d1b7c41ace24c5592

2014-02-26  Noel Grandin  <noel@peralex.com>  [0a0290b25221265980a33c76a9897dafa9d16303]

        remove unused code ScDocument::CountNotes()
        
        Change-Id: Ic0f638f1e052b2d9117207f234d879638cbfc19a

2014-02-26  Noel Grandin  <noel@peralex.com>  [10bf29702432f00d21c1b227d775907767d5888f]

        remove unused code ScDocument::GetFormulaTokens
        
        and consequently unused code
        ScTable::GetFormulaTokens
        ScColumn::GetFormulaTokens
        
        Change-Id: Iad1fd45e67489bb8b0f9ed96a36b647e40e6f774

2014-02-26  Noel Grandin  <noel@peralex.com>  [8a6c9bc82d22b694a344db9102dd1b91044589d7]

        remove unused code ScDocument::RebuildFormulaGroups()
        
        and the consequently unused code
        ScTable::RebuildFormulaGroups()
        
        Change-Id: Ic7dfb7420c7cc4ca52c4ed4fe580fbb499ab53b6

2014-02-26  Noel Grandin  <noel@peralex.com>  [9bfbaa5864ae1ceeb932e8d6105c57c1f7bf1015]

        remove unused code ScFormulaCell::HasColRowName()
        
        Change-Id: I907492e1385f76d27cc8559d599f518d3b91f75d

2014-02-26  Noel Grandin  <noel@peralex.com>  [d7f3dced121ea29f333594bc7a459e564f67f2fc]

        remove unused code in sfx2::sidebar
        
        removes these methods:
        sfx2::sidebar::Context::EvaluateMatch(std::vector<sfx2::sidebar::Context>)
        sfx2::sidebar::EnumContext::EvaluateMatch(std::vector<sfx2::sidebar::EnumContext>)
        
        Change-Id: I14314d526a5306530d0381ca8bf6ab150d3dd5a0

2014-02-26  Tor Lillqvist  <tml@collabora.com>  [1f00b24c1ab985877b48a5c634aa26ae6412cd6a]

        WaE: implicit conversion of literal of type 'const char *' to 'bool'
        
        Fixed the fairly obvious (?) mistake. Thanks again to our Clang plugin and
        sberg.
        
        Change-Id: I7b7ab4b6fcb99b93305c7e8872810a6096c8b720

2014-02-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c816729beb6ad79fedf3566dbfccdc17f4dc1584]

        fix OOXML validation error for text shapes, related fdo#31551
        
        blipFill and other fill elements are not allowed to appear together. See
        EG_FillProperties in the OOXML spec.
        
        See fdo31551-2.ods
        
        Change-Id: If5869ab9dc69815938c1f4c6fb180b0c1652ddcc

2014-02-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3ca2069f0dc829e2a0fd9594e351c9fee6b3413a]

        use const reference for OUString
        
        Change-Id: I66b5f144da7951f36e32a840b8ed70f38539f105

2014-02-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [66cbbe4f3a3df0769c71f5f8878110c585f15a3b]

        fix indentation
        
        Change-Id: Iae492bf19edffe84f86bfa9bf247f120f8c9cb79

2014-02-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c26ebdb818dd0063eb0182fe4b5c22f59b0b3efe]

        reduntant check
        
        Change-Id: I7969af2e6c73175b020816156478021dcaf8afb0

2014-02-26  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [75f5eb2646834811f4984dc9c0d228ddc7dcdd27]

        first step in improving the OOXML validation result
        
        Change-Id: Ie4b99e2791cd3575d6544bfca6c6b4e386ac04ea

2014-02-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [79d03eb090a5f88863c1004ef8b7f483cbecb69d]

        fdo#75386: Totally fix reference update during range move.
        
        It was just not working at all due to multiple reasons.  The
        reference update needed to be reworked for formula groups such that
        the token array is adjusted only for the top cell but all formula cells
        still needed to be processed afterwards.  The bound check also needed
        to be done against the old range prior to the move, not the new range
        after the move.
        
        During undo, the paint had to be deferred until after the two calls to
        DoUndo() else the formula cells would get re-calculated before the
        values were placed back to their old positions, causing them to mis-
        calculate wrong values.
        
        Change-Id: Iba66f80a413e0539cac5ab619226cd6f7a04f317

2014-02-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3cb186f57d188ad17503d60cf2f8e6a4bbd8523c]

        fdo#75386: Add unit test for this.
        
        Change-Id: Iff2b5fd05eb098e83281c5ae9cedf309edde7250

2014-02-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5706ff70dbb18d03e396fd484bd1392dbcefb6c7]

        fdo#72041: Intern strings as we populate the external cache.
        
        This commit covers ods import and UNO API layer.
        
        Change-Id: I3ad1b7cfefe49575694e2351bcba6e5733b009d2

2014-02-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5bba4c56d2d0a57725b3bc97a3bb8b13a727fa9f]

        fdo#72041: Add import test to catch an issue with external ref cache.
        
        Change-Id: I648d2d04c86d61b1cbe291e7aa79bf9219833328

2014-02-26  Eike Rathke  <erack@redhat.com>  [75a22a9fb88b128bb31eb51dc763e42cb76e26c2]

        added Cree, Plains, Latin [crk-Latn-CN] and Syllabics [crk-Cans-CN], fdo#73973
        
        Change-Id: I66b2923a59e06c5798d8debb14eb2282c9a4fb1d

2014-02-25  Michael Meeks  <michael.meeks@collabora.com>  [2d3ed7ebb592401de214eaeee68c656afbefbe05]

        cid#736173 - increase default fill chars buffer size.
        
        Change-Id: Ib7ae9b0a0cddd070372a244cf705f71b6e793473

2014-02-25  Eike Rathke  <erack@redhat.com>  [9c2515f8e05c44b74ab2887cceaade0c4d87446a]

        added Avar [av-RU], fdo#75161
        
        Change-Id: Id8e32dab357d0eda90d36ab4e53f3eb2da769029

2014-02-25  Eike Rathke  <erack@redhat.com>  [da4a8dbb1057acd0bdc18b3aa97b7f378ac19b31]

        added Maninkakan, Eastern, Latin [emk-Latn-GN], fdo#74672
        
        Change-Id: Ib75136c6f0604cb6e3125e39a1514bbcc9ade079

2014-02-25  Jan Holesovsky  <kendy@collabora.com>  [5dee438cc2f1dc48c7bcca963f17dc797e8fb0fe]

        html: Another problem caused by lowercasing the tags.
        
        Let's convert the switches to full comprison; it's future-proof, and the
        performance difference here is not critical.
        
        Change-Id: I1541acdc89312806f4bf05226efb3a42e81f8019

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [31ea60c882cd9e0ce042f2d2945c711bffc93f18]

        Remove visual noise from svl
        
        Change-Id: Ib914ec8d161e24f4e3e1fb8e7684a780d3ae6209
        Reviewed-on: https://gerrit.libreoffice.org/8319
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-02-25  Christian M. Heller  <christian.heller63@gmail.com>  [d5688e16e72aea26b2bf281efc71e9fadf74944c]

        fdo#39468 Translate German Comments - vcl/source/window/dockmgr.cxx
        
        Conflicts:
        	vcl/source/window/dockmgr.cxx
        
        Change-Id: I0af8a95eab8b05752bb4497295d26b717021d3fd
        Reviewed-on: https://gerrit.libreoffice.org/8169
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [554fbe94fc098b1d0c588a8b29077555be192e97]

        fix comments
        
        Change-Id: I79f827b361d0afe2e9c436d3fb29847b9aaa981d

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [bee1cc83ec4b8a246017a823305fd5d20869bce3]

        Remove visual noise from svtools
        
        Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
        Reviewed-on: https://gerrit.libreoffice.org/8320
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [614e1a6cf8839344755ea8d5227561f75772aa2a]

        Remove visual noise from sot
        
        Change-Id: I731691d4cac8567938407a514a25e13b2baa7958
        Reviewed-on: https://gerrit.libreoffice.org/8314
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Julien Nabet  <serval2412@yahoo.fr>  [8e000814efffc504aebb76843ad831ad6b9ee520]

        Typo: folowing -> following + elemtens -> elements
        
        Change-Id: Ice7ae2e82085ba5f0061ba1a960f693744e45e63

2014-02-25  Julien Nabet  <serval2412@yahoo.fr>  [88dee977c241a1f6fc42e0153f6a1ba45cec5342]

        Typo: alowed -> allowed
        
        Change-Id: I3b02f092e294016a5b50900e94dc1917b6896a6f

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [598243b2d8e8bd3496d88affdbccee6c11566c69]

        Remove visual noise from binaryurp
        
        Change-Id: I863499cccfe586b570d0021e143718bd3e4e1181
        Reviewed-on: https://gerrit.libreoffice.org/8236
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [54932e7e182962c4084dcbc094650eec13960029]

        Remove visual noise from bean
        
        Change-Id: Ifc6889ef79bd4002c03006a48149594e0ed6690b
        Reviewed-on: https://gerrit.libreoffice.org/8235
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [6a38eace8c0936c507cb02b8d0dd09e837a183fd]

        Remove visual noise from basic
        
        Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61
        Reviewed-on: https://gerrit.libreoffice.org/8234
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Stefan Ring  <stefanrin@gmail.com>  [5fce5642b65459fe165bcab5fd7d9217d3aee4ed]

        fdo#39468 Translate German comments: sw/source/filter/ww1
        
        Change-Id: I5c6ae4f1692f6ed8d1792417cb594174a35ca8fa
        Reviewed-on: https://gerrit.libreoffice.org/8323
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Julien Nabet  <serval2412@yahoo.fr>  [f1a73892b3c4d2218a4b2941f6fc45d892f66d39]

        Typo: apropriate -> appropriate
        
        Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6

2014-02-25  Julien Nabet  <serval2412@yahoo.fr>  [36774806da0f23897ff9c0b619bf17068d2213cd]

        (a/A)utomaticaly -> (a/A)utomatically
        
        Change-Id: Ice4327bdb8e5a14ef082f013fa513b2267f0fbf3

2014-02-25  Julien Nabet  <serval2412@yahoo.fr>  [f8adeb290048fbb5aa104997145d7a5a421efa2a]

        (T/t)herfor -> (T/t)herefore
        
        Change-Id: I7678dcccc3afa8ecde5160a3f0d731b923f3bfca

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [a96d7ce3904f4dfd08d47170e926b15b5f7dae3d]

        Remove visual noise from basegfx
        
        Change-Id: I9a28405ab92605203ec380f89f5aee91f042d91a

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [8747200c87afa81177f2da8ec9bd46996156c307]

        Remove visual noise from canvas
        
        Change-Id: I0f01a4064ab6d1f55647ecdc1a8710e289e5d96c

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [8448d136ecc889f9a8fe85d883f0fd0e612c1c4e]

        Remove visual noise from cppcanvas
        
        Change-Id: I961e6a9e227962096b57569a8b8160841cacd950

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [6f2691bb6c9cacf1df547c0e38225461f018f696]

        Remove visual noise from slideshow
        
        Change-Id: I87d07afbffa9d4633ed31bdb88f2dad660c25a18

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [13ae60336608d807fb8129a5b3f4f482ad57448a]

        Remove visual noise from o3tl
        
        Change-Id: I15bd49dfa24b5eb260d442f15947788b41d000d1
        Reviewed-on: https://gerrit.libreoffice.org/8284
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2014-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [02a46f9394555489884440c4fa352101f0ab7b20]

        Unused writerfilter::toString()
        
        Change-Id: I8e3fa0519f1ab84c9470a82e11bb751599844185

2014-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a65729e763641e6bdf94a5817850d61576df14d0]

        writerfilter: sprm:CFVanish -> ooxml:EG_RPrBase_{vanish,webHidden}
        
        Change-Id: I17a6e7717db331feb2e461bb53e0131012ab0066

2014-02-25  Andras Timar  <andras.timar@collabora.com>  [4402f80937a342f6c1e3587c93ddb2eb391214fc]

        add iOS to wordbook
        
        Change-Id: Ie0c2aaf82a918209e19f63dd895710b34013bba4
        Reviewed-on: https://gerrit.libreoffice.org/8300
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [907ffec4907eac13bfe51c98d4f27b433b7bb36f]

        isIntegerConstantExpr is more general than IntegerLiteral
        
        ...and subsumes not only the use of __builtin_expect in assert, but also the use
        of __builtin_constant_p (nested) in htonl on Mac OS X.
        
        Change-Id: I62ab6c71c42948c4ec1e2f1e1d23223cbb13416b

2014-02-25  Tor Lillqvist  <tml@collabora.com>  [aa273f05776ff6bb8e1f96d1cc3baf40a997da0e]

        WaE: declaration shadows a local variable
        
        Change-Id: If7ecddb059fb0fae5de01666a8f088caf36bc32f

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [86709d62ab7d97a8337304ffa34ebca71e52cfb5]

        Remove visual noise from crashrep
        
        Change-Id: I9e13aa176cf6ca1d97e52d059423fc59018671f5
        Reviewed-on: https://gerrit.libreoffice.org/8249
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2fbd9825bce67218de2083ea1e881e98af166bf8]

        Remove visual noise from basctl
        
        Change-Id: I3e6a238a0bafbb70a7c22bde1f2258b8014ed2d2
        Reviewed-on: https://gerrit.libreoffice.org/8232
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f7a6ef74fe9b72105495b7d315ce155e01eb6489]

        Remove visual noise from avmedia
        
        Change-Id: I2f2cccc75f902359fbe557333c0062b13d1e9e96
        Reviewed-on: https://gerrit.libreoffice.org/8231
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [b2afdb85c30c27c7fce96f206aeb115cb2a193ab]

        Remove visual noise from apple_remote
        
        Change-Id: I12bec42cb699d8cbcfab2eb4d2f8ad8f5ed83b78
        Reviewed-on: https://gerrit.libreoffice.org/8229
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Maxim Monastirsky  <momonasmon@gmail.com>  [27c3b8bca22353dfdcf4c248539a727522fc4e76]

        Don't write compound header to zero length files
        
        Change-Id: Ie964ca8b870714d1c3e92469a771fab9a71f0633
        Reviewed-on: https://gerrit.libreoffice.org/8220
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Douglas Mencken  <dougmencken@gmail.com>  [b8ebdae0345aa331cf6d6dabf40a6f26dc7d2371]

        Yet another one undefined comparison of 'const' and a 'non-const' iterators (hope the last one)
        
        Change-Id: Iefcd1f5561e5a8cac4152f16e72e8f628e9204a5
        Reviewed-on: https://gerrit.libreoffice.org/8223
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f72ba183205634fb8490b1632059d3bec21901b9]

        Remove visual noise from animations
        
        Change-Id: I45b8019bebf6530136642bf34be829d7e26e2454
        Reviewed-on: https://gerrit.libreoffice.org/8228
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2e821e4741e49570be81a008a1ee5a7e35c809a9]

        Remove visual noise from accessibility
        
        Change-Id: I876e5c4d1991b35c1dc2cea709d8a2ddf781b012
        Reviewed-on: https://gerrit.libreoffice.org/8225
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-25  Oliver-Rainer Wittmann  <orw@apache.org>  [c30fb7d7269b5bdd1853ac22120f57aa2bfd13a5]

        Related: #i124106# correct handling of page break attributes
        
        i.e. those which are providing the default value explicitly
        
        (cherry picked from commit 5a15ef3da683566d7bd443f96eeec3a9a3f70aeb)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/PropertyMap.cxx
        
        Change-Id: Ib8721f2fce060d26ee75b0515b3bf62a603fd40c

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [011df3eeee8bb218af4a6e3b1df40a7f03202fbc]

        coverity#983796 Uncaught exception
        
        Change-Id: Idba161eb74fb9b474b2f41fbc0fdf0eef55b7599

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [6fbe00f9b6ae8211bc6f2a0e78120548d7b38432]

        coverity#983702 Uncaught exception
        
        Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [5da1ef56f7b88e360010c981ab12a60720ac46e5]

        coverity#983700 Uncaught exception
        
        Change-Id: Iee09cbebf1fa6f0c0af8dddfd5f8fdbb7cd63df7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [12f08b699d76821e40d2e8672973239098647c72]

        coverity#738459 Uncaught exception
        
        Change-Id: Ibc862bcd8d179c6d3b10844746a70acecadacd7a

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [4cc356bfa83810297926a8b2fadd59220204bd45]

        coverity#738451 Uncaught exception
        
        Change-Id: I43473afc753a7d348273e58121f2446974d43957

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [334e99c08214563bb208448d1045f95e664d4c3e]

        coverity#738449 Uncaught exception
        
        Change-Id: I74c125c9a7aca1f9e2f23f83878d9ba1797eee34

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [544d618c5bef63ca9ffa336f3c4dac1a5030dd34]

        coverity#738447 Uncaught exception
        
        Change-Id: I66d00eb490d30fa08aaa658072b2a12d165be6f7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [67593fd5107a7445fc983c22daad213268fa781e]

        coverit#738445 Uncaught exception
        
        Change-Id: Ib4b7abfbf8f3c2bd853c72ffe399abdeb9ecf945

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [a007379220a585d7a43189c729bf672972b0a7c1]

        coverity#738442 Uncaught exception
        
        Change-Id: I932b9afe1842a3b834e749268ae211ca928026f1

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [75b61186dcd21cfa5f9ac1547226522a31428423]

        coverity#738440 Uncaught exception
        
        Change-Id: I9c8b9f9cc8dc0df224d64cf50c5d0982c7852049

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [b5363ca990da0265f74f28578e506103ff430a45]

        coverity#738439 Uncaught exception
        
        Change-Id: Id41ca6a0c254777fec3894c11fc755d9087af51a

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [904f20574667eee6afff2626401832745a7eed4d]

        coverity#738437 Uncaught exception
        
        Change-Id: I90cf43d9d39c7c1b8da4123edaeeec200e6353a7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [24b1935680168773a0b612a581097d87a3d8e55d]

        coverity#738435 Uncaught exception
        
        Change-Id: I8e6c6c79b96f03cc8d3ac93ce0bd1f9208981bfa

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [ba6720f633770c833a85392df05ff15bad126afd]

        coverity#738434 Uncaught exception
        
        Change-Id: I90f99cb563e65dedfb973aa0c54a7124c699d32b

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [6ee74484e54a6de5d3ac51d0a1e757b92a7ad354]

        coverity#738433 Uncaught exception
        
        Change-Id: I6022d88ec96fcd4f8221ac361e34c488f4fb8839

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [eaf83bb2089ad9aa82df2b77f69e7a55b7acd44c]

        coverity#738431 Uncaught exception
        
        Change-Id: I32aab64372133f3b5cdcad0d5c9952d685be7223

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [5364f4fda2dbc593541005b10434fb2254374da9]

        coverity#38429 Uncaught exception
        
        Change-Id: Ie4d5e38313156279f77ba17f91aba0bddb0c1478

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [7412cb83094633be85bd86851b9ddd14c46ecb77]

        coverity#738428 Uncaught exception
        
        Change-Id: I282ecb5b7659d98cfe91b7e89c14e822105a7323

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [8c91a82e8d5b02b91c4fdfad6d297a55149847f3]

        coverity#738426 Uncaught exception
        
        Change-Id: I0a31715a79cde61ceb104e82dc05c5a752f9085d

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [d719713cd8d8779f2ecb39382cd6ddc29d7bd6ef]

        coverity#738423 Uncaught exception
        
        Change-Id: I7cdfd3e6331d0e600a022bc93be60df5e9bceaee

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [9fa17abcf6e01d65b6151db9858fa0e25272c63d]

        coverity#738420 Uncaught exception
        
        Change-Id: I3470c6981463b27ffa9cd9fbc79f96c41a43b847

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [e13c43a8aa7402697b0fbf956ce27ce8fd2c78a3]

        coverity#738419 Uncaught exception
        
        Change-Id: I6a8a0b9038c5845cb04f6b9e43d8dce997442dc7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f0e85649211101710a100379a05a5a115a7401b7]

        coverity#738418 Uncaught exception
        
        Change-Id: I2b0149795b28325ecfbf7738c30181337d5a3187

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [579d077dbdba7ca22c745581c1cf4714812ced9e]

        coverity#738417 Uncaught exception
        
        Change-Id: I654883e6e2e1826fba8bb922faff84a0b2541024

2014-02-25  Michael Stahl  <mstahl@redhat.com>  [f7e1e0243318743f18b6cc6a87b7307e357f953f]

        writerfilter: attempt to appease Mac tinderboxes
        
        Change-Id: I014f71642f275716c8ebe7a471bf211c342145fb

2014-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddac853e0c1d8445471640c2f5f6c6d029986bd7]

        rtftok: pushProperties -> sendProperties
        
        We're not pushing these properties to the parser stack (as the old name
        suggested), but sending them to dmapper.
        
        Change-Id: I9725b7b92e653064c18d723f48a350ebc8e740c8

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [c850cdc1bc7278116211b72b020431354f96907e]

        Move plain rewriters to store/ (so they don' get built needlessly)
        
        Change-Id: I62d21e9a579bcb9c116bb272fc1236a890216cd9

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [6b6433772bc7ad5f81c5ad406ad4d152ad2cc516]

        Package -> GeneratedPackage fixup
        
        Change-Id: Ib6e7a456b2f39c47da44552184669005d18d4fa4

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [199705b37b129c7e215ea9a5288f9cefbb55a81a]

        Clean up confusing name clashes of non-virtual SvListView member functions
        
        ...Expand/Collapse/Select with virtual functions of the same names in derived
        classes.
        
        Change-Id: Id2c7e434cc972ac8a789c60ceaf54dc76246be12

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [a59e5ecd611ddd41cec6d9c78773f55887df67e6]

        Change SDK javaodc from static Package to dynamic GeneratedPackage
        
        ...as e.g. the list of resrouces/*.gif apparently varies per javadoc version.
        
        Change-Id: Idcf95229295c1c5cd16e565bcd168c1a0e7d4f0c

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f0d873b7063bfb6bb45ad364bb4bd39b5c6c0c12]

        coverity#738416 Uncaught exception
        
        Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [e6b2349ff0fc19451b4a8055239bc31ddf863dae]

        coverity#738372 Uncaught exception
        
        Change-Id: I83ebbdde3be1163bbd52bd1f4e49aab11e6d0e58

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [c80621d399bef649a57a3300efa7d4fab2746670]

        coverity#738369 Uncaught exception
        
        Change-Id: I0c1c30d5e2b9bd9ca176792edf720f8af3979ca8

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [856ec7313efe971866c65c1e7dfda6ced43f2451]

        coverity#738367 Uncaught exception
        
        Change-Id: I41afb24b6570132164bfc469ec9cb4bcfc0cba2b

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [7b3db94ac71d9151283678205f56d43aa7dde064]

        coverity#738360 Uncaught exception
        
        Change-Id: I5f21bf9ba7fb396b209623861cb9f555c3b5d6a1

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [d6740ca95eb795992ceb4834b1b36bfdfa2faa4a]

        coverity#738351 Uncaught exception
        
        Change-Id: I007084047ea6640afbb4b6a451565d6561174b5c

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [b2a19533927ff32809e47ef0c1e627b69a26da63]

        coverity#738348 Uncaught exception
        
        Change-Id: I0c3b4c1f6aa7efb98c7e96b9f71d47ea51576936

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [475de88f19ce629d5ff60a61bb35365a265ab1b4]

        coverity#738316 Uncaught exception
        
        Change-Id: I9b5f180e81d7703ffb7dc911e81305309b8575cf

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [9f4b335af20217d9d982ae92e946fe9b73cdfa61]

        coverity#738306 Uncaught exception
        
        Change-Id: Id8b343993b22ceb83490c7f2d1f465a728ccb4fc

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [e337d2e11dc63568916b25ca996cbf629f60300d]

        coverity#738292 Uncaught exception
        
        Change-Id: If0c755489ee319c255d5ac0cd1294ce6a2b0b88f

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [7338669f05957d99f5a5e1a2af951aae5b4a409a]

        coverity#738290 Uncaught exception
        
        Change-Id: Ib910a1f8209025131148e6f271b7bf651b936bef

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [ec9e2bcceb0ff7f78cd9191d1d7dae2ab8fb0ca7]

        coverity#738288 Uncaught exception
        
        Change-Id: I7808d4914b675fc2af958943565aaf1b29836ae7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [aeafceca82c7270fb158bbd0bbc3572ac8ae4f48]

        coverity#738287 Uncaught exception
        
        Change-Id: Ib96d9b0c695f25b4ac1f26c95309d9990278bd00

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [0d39bb06509a4b782123e14a98b1b3e699c235ab]

        coverity#738285 Uncaught exception
        
        Change-Id: I56803135e3740ad72c8abe56ff124dbaa91a5411

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [062249564863659e6e10f9ab34c74792dcbef8dd]

        coverity#738282 Uncaught exception
        
        Change-Id: Ia5dd51a19778f370c85544a0fea9833ed6dff909

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [c4ccc9fd660b8ab1c60e27c1d7c738dddd71941d]

        coverity#738280 Uncaught exception
        
        Change-Id: Ia8614dba4bdbe2f4762819765ee99c2ab5d84fb6

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [79b8b730b9441d919319c1d6090194c7f16fd89b]

        coverity#738277 Uncaught exception
        
        Change-Id: I40f7e40e94b440b055da8bb4821d42e9aae98577

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [cc12c920f7cc7ba38251f177c5d3a7813cbf6e28]

        coverity#738275 Uncaught exception
        
        Change-Id: Idb8313c5d44d24c3d5bade3b36ac51d14bc4f5e5

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [619de74f3a02888935c6122099d6d513294c9d19]

        coverity#738273 Uncaught exception
        
        Change-Id: I4a1a3721d7d85a9938a9363d751853b864f3a87d

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [5bfdb02649b57ac30c57733b727ae169b0f19ec4]

        coverity#738272 Uncaught exception
        
        Change-Id: I78b9d67982bef7abd8f26c52f09f710042f60610

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [685f2b02744202555b379f631e73fad7f29a6a67]

        coverity#738239 Uncaught exception
        
        Change-Id: Iec1b9388661613e37277571714eb5b98cba0d7d6

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [1a17d01e3cd03a335cd55b165a9b9c98bec22096]

        coverity#738235 Uncaught exception
        
        Change-Id: If8be83cac683eec15a7d4765d2137ad67b8f38c7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [2156bf1eb7cc4a6558169294f5cb64ef9cf237e4]

        coverity#738226 Uncaught exception
        
        Change-Id: I253fed91ce31121485b98c33ca36e93d13b1318c

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [751d4149036f5c180d3531f3cbf25d22bfd19735]

        coverity#738175 Uncaught exception
        
        Change-Id: I3079483d66abfd269af76f4ba7d685e79637bfde

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [cd5c6473a28e51475c569c85f8ab4c0c0aa575a4]

        coverity#738131 Uncaught exception
        
        Change-Id: I0ce20ba9d69af6e4c95f2ce749754e14646e498e

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [2f989d2a828c3e6edc865d644e9ee38a941a3ee1]

        coverity#738125 Uncaught exception
        
        Change-Id: I24e0ba15e8b01add792500ef3863515d591f4d95

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f917ada4d7cd7b8e69036dbf10c06b83473dc6c7]

        coverity#738124 Uncaught exception
        
        Change-Id: Ie98b9e22e6d6c75b5f8e13a1df793c99fa6a34df

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [1edbac5f1252cc913167b34ee8daf047ae97e965]

        coverity#738123 Uncaught exception
        
        Change-Id: I2faa8d2ae1a1843ce804f31d53b294a44ebfa755

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [a87f6040949023819827ff81eed1bd91430d49d6]

        coverity#738122 Uncaught exception
        
        Change-Id: Id8c3fb01c3c1c7cfbe774e05ce00f0d1904f2da1

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f9e5d93229f48a11350ba74ac3058cdf59c0364d]

        coverity#738121 Uncaught exception
        
        Change-Id: I4c140fc4b5da03ca3dedbb123ac7130cc91b9e90

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [9c83424521c2f5eeec5c3d9b4e2507ab1175b830]

        coverity#738120 Uncaught exception
        
        Change-Id: I22973934173a8dddf02712f64d6381ce3c04ae28

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [57fef256dc4ed88785c95e87374e115af7f9e8dc]

        coverity#738118 Uncaught exception
        
        Change-Id: I7e3cf5479a2ca214586ca1b9beacc1415e0b9920

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [a287d05f84711a99cb7b98df66ff4a1e38bba09b]

        coverity#738116 Uncaught exception
        
        Change-Id: Ie1f6d96bd0dab15a030314be90b16ad68280f05b

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [ddcd1507601634710e78ffffd366d8d0fe6ce166]

        loplugin:bodynotinblock, loplugin:literaltoboolconversion
        
        Change-Id: I6773a4947900a6b58b556c3bac61cac784562d81

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [9d6c36dee3c7bd60f86c286d2fb5e3a00da86c84]

        ambiguity
        
        Change-Id: Id0e3a969ff282673efd874980c25570b7ea1087b

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [5b9f0b283b4ada78f67d2e4b134cbcf674fbd664]

        loplugin:literaltoboolconversion
        
        Change-Id: I1e1df91ff3ca9d10e26b423ed011118c81453d7d

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [b83dfcb88b77fe9adfc036cd94c9c09ddc2b7468]

        loplugin:literaltoboolconversion
        
        Change-Id: I74bd9af6936f00fb26273606f7924f99ee7767d3

2014-02-25  Douglas Mencken  <dougmencken@gmail.com>  [63de81621a8d075d1df00d54798e06271083110e]

        Update little-to-big endian GetSwapFloat functions
        
        rSt >> pPtr[3] >> pPtr[2] >> pPtr[1] >> pPtr[0] results in error:
          no match for 'operator>>' in 'rSt >> *(pPtr + 3u)'
        
        Change-Id: I1820bac8c72f7633ab01a17bf5d073b988e1b58c
        Reviewed-on: https://gerrit.libreoffice.org/8207
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-25  Douglas Mencken  <dougmencken@gmail.com>  [52d3e89bc2a6af3f7411c1d95de879c106580d76]

        svl: don't forget about big-endian parts in filerec.cxx
        
        Fixes:
          (build error) filerec.cxx:591: error: no match for 'operator>>'
        
        Change-Id: I412cc9121c50830069e8e71c35dfb4f8ce475357
        Reviewed-on: https://gerrit.libreoffice.org/8206
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-25  Noel Grandin  <noel@peralex.com>  [54ce662d3043fc0b892d8f000a6f5877e32b7325]

        remove unused code writerfilter::resourcemodel::resolveAttributeProperties
        
        Change-Id: I4f48d11889d4d6b963ea9b3a1f43636cc6e66daa

2014-02-25  Noel Grandin  <noel@peralex.com>  [c875ded2e9f1a839c85f2abfc2bfa1ba5c2b11d7]

        remove unused code LanguageTag::convertLocaleToBcp47()
        
        Change-Id: I4c655c16850ccfec44010ce8b100eeff0c8c3826

2014-02-25  Noel Grandin  <noel@peralex.com>  [a4d6cb008ec1f64f7dc804c1492ee227d6ec26b4]

        remove unused code LanguageTag::convertLangToBcp47()
        
        Change-Id: Iebbef192b7a8692003dc3f31d5b905efeae2cf25

2014-02-25  Noel Grandin  <noel@peralex.com>  [1a4822853533933eefc190c6605a029adc1e106d]

        remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)
        
        Change-Id: Ia6967bd5ae412b473187d8bf5485e56fdc934efb

2014-02-25  Noel Grandin  <noel@peralex.com>  [b510f69859249fe81546177bae3aad7161a81010]

        remove unused code Menu::IsTemporaryItemFromPos(unsigned short)
        
        Change-Id: I90a9116aba75316992d2bddaf2f6466288b95bd0

2014-02-25  Noel Grandin  <noel@peralex.com>  [9321117acdb64a977b000dfc44d296dddd37500d]

        remove unused code oox::core::Decrypt::aes128cbc
        
        Change-Id: I12478278de8b719c51b87c335abd5c440a56bd36

2014-02-25  Noel Grandin  <noel@peralex.com>  [497a24b22e452e1b50bdb730bcc29642eb1db2b0]

        remove unused code oox::xls::FormulaParser::convertBoolToFormula(bool)
        
        Change-Id: Ib7c5af91e7db78ff41c19b38f7e440f6cd00a089

2014-02-25  Noel Grandin  <noel@peralex.com>  [7e6981c3ea98ca06b7c7eb7828a08c64ffa4f7e0]

        remove unused method sc::DataStream::ToMoveType(rtl::OUString const&)
        
        Change-Id: I76a677df30649b42c22f6c72525717b8224d2f79

2014-02-25  Noel Grandin  <noel@peralex.com>  [265aea232cca7ce148545662f2a030c7d586ed3a]

        remove unused code ScEditUtil::GetSpaceDelimitedString(EditTextObject const&)
        
        Change-Id: Ie18a4c8a75b5cd3b42ecfa3278806a2c8876c8ee

2014-02-25  Noel Grandin  <noel@peralex.com>  [651d52ca04eae72edb219f4f2977b94e5c8279c9]

        remove unused code ScFormulaCell::GetErrorOrString
        
        and then the now unused code in ScFormulaResult::GetErrorOrString
        
        Change-Id: I95de8b5c24c0127cff61399eb6f38359040aace3

2014-02-25  Noel Grandin  <noel@peralex.com>  [f6cef562c01b34f88f54cff551e9ebe3e2f4fc2a]

        remove unused method SfxBindings::GetDispatchProvider_Impl()
        
        Change-Id: Ie2a04a2b5056bf607911f9705c06b74b9637d211

2014-02-25  Noel Grandin  <noel@peralex.com>  [2a4ac6cc8179282d80532da0e97c983a2527abe3]

        remove unused code SfxTemplatePanelControl::SetParagraphFamily()
        
        Change-Id: Id2edc693bcac57ebc56db2115829f77c202d8f62

2014-02-25  Noel Grandin  <noel@peralex.com>  [d8f90e02a426b7aafa24450993e5f4b97f59b8a4]

        remove unused code SvStream::WriteUCharPtr(unsigned char const*)
        
        Change-Id: I7f341a10d2fffb8eda45478756bc221127ab72cf

2014-02-25  Noel Grandin  <noel@peralex.com>  [a8a356024474803864bf32032c0b530dc28d2294]

        remove unused code SvTreeListBox::SearchEntryText(SvTreeListEntry*)
        
        Change-Id: I18d76de5e3280e7efb4dd75bcd5bf819064176e3

2014-02-25  Noel Grandin  <noel@peralex.com>  [f45ff6b468a22e52104fc41466e384e0548a85e6]

        remove unused code basegfx::snapToNearestMultiple(double, double)
        
        Change-Id: If708227af22e834a0aecbeca12ce99b1240443c7

2014-02-25  Noel Grandin  <noel@peralex.com>  [ffdd5d304779e7ec7cdf7d4f5dbeb24584970c6b]

        remove unused code basegfx::snapToRange(double, double, double)
        
        Change-Id: I72813be5f82b1a43fbb765d1b5f96f47b62920b8

2014-02-25  Noel Grandin  <noel@peralex.com>  [a77461db606859f8b29b24990094deaceed07114]

        remove unused code framework::MenuManager::getContext()
        
        Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771

2014-02-25  Noel Grandin  <noel@peralex.com>  [6fe80c5b46ff09239c9583b6aefcc8dc25841239]

        remove unused code framework::MenuBarManager::getComponentContext()
        
        Change-Id: If640b2662d47593c33d0f90cdafe448383546872

2014-02-25  Noel Grandin  <noel@peralex.com>  [6ef5009defd04273a10d1aa1a3de96eaa0470482]

        remove unused code sdr::overlay::OverlayRectangle::setSecondPosition
        
        Change-Id: I566b479a298d7496b1ff766bfbaf0ccde84472aa

2014-02-25  Noel Grandin  <noel@peralex.com>  [7efa467ef31d3f053c79bc189b3dbec957747ae5]

        remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()
        
        Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f

2014-02-25  Noel Grandin  <noel@peralex.com>  [333fdb95a384e560b201614ece56bc5369bd46da]

        remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()
        
        Change-Id: I4569e53f0423783bc5c9ee95b07d0de51b75b466

2014-02-25  Noel Grandin  <noel@peralex.com>  [e428a9952351a08c0d265368c5e8ad2416b003d9]

        remove unused code utl::MediaDescriptor::PROP_DEEPDETECTION()
        
        Change-Id: Ie80d0c00fe8725e59a6814707c9a4afcb6ac09b5

2014-02-25  Noel Grandin  <noel@peralex.com>  [700161cce79df7137fc4db433db6e41905d76975]

        remove unused code utl::toISO8601(com::sun::star::util::Time const&)
        
        Change-Id: I8df1934c7392ec38918be2a5b986c6ca871f9d15

2014-02-25  Michael Stahl  <mstahl@redhat.com>  [c8f83ce1dbf5544f6aaa91775db6820a69c3c061]

        rhbz#1065629: RTF import: re-implement nested tables
        
        The previous fix for this bug only fixed a symptom, this a fix for the
        real problem; with the real problem fixed the nCellEnds is unnecessary.
        
        Given that top-level table properties may be put either before or after the
        table cells, the only way that works to import tables is to buffer a whole
        top-level table row, but currently the buffer is replayed already at the
        end of a nested table row.
        
        Fortunately the RTF spec guarantees that \nesttableprops must occur
        after the nested table cells of the nested row, so it should be
        sufficient to remember the cell properties for the current nested table
        row only, in addition to the cell properties for the top-level table row.
        
        With this change, skipping a \nesttableprops destination when there is
        a table style turns out to mangle ooo98040-1.rtf badly, so stop doing
        that workaround.
        
        RTFDocumentImpl::popState() was copying various buffers up the state
        stack which is a clear indication that these shouldn't be members of
        RTFParserState in the first place, move them to RTFDocumentImpl.
        
        Change-Id: Ic2d8f7b3e00844b224d61605b405ca651239e5f7

2014-02-25  Michael Stahl  <mstahl@redhat.com>  [8dcb56fdcea455012ef010c343ab036955678f4d]

        RTFSdrImport::resolveDhgt(): fix crashing C-cast
        
        Inside DomainMapper::graphicZOrderHelper() this is offset by 0x40 so
        whatever that cast does, it's doing it wrong.
        
        Change-Id: Ie48467c12828137a521cba47c2e04cac65201d1d

2014-02-25  Michael Stahl  <mstahl@redhat.com>  [73e0656d6c2f22ab237e9ea60b1ec9be3e791c9a]

        writerfilter: fix typo in SAL_INFO log area (and put this in an ifdef)
        
        Change-Id: Ib195fe8f66244ae98f68cdb6bba6b62d70567014

2014-02-25  Tor Lillqvist  <tml@collabora.com>  [1974b1601c0500e0db56f6cfd9db6bd25dcccfab]

        The LO process is called just "soffice" on OS X
        
        Change-Id: I74a6af7f4dc49ccf8ff3ead0d5b3e5e9b78b4f7a

2014-02-25  Armin Le Grand  <alg@apache.org>  [b071ce32befcc84a57a7ecd39667cb6658c0c866]

        Resolves: #i118640# force early destruction of last FragmentHandler...
        
        to not let it use an already destroyed RelationsMap instance
        (cherry picked from commit 190444f7fd3fa9cfcd1955b3f5dcd916184d02f4)
        
        Conflicts:
        	oox/source/core/xmlfilterbase.cxx
        
        Change-Id: Ibd09ff9fcba8f919df0704c8e3a64423518b932f

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [5eb95b2623a647134d4974c7977eb2340b3d84d7]

        writeble->writable
        
        Change-Id: If1617d6cbdafa989fa3134842dd2238d06a1d06e

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [ee120240f7021ce8f06c09fe2c2b26593c7de67e]

        BrowseBox::bHideCursor misuses sal_Bool for TriState
        
        (TRISTATE_INDET == "smart" is probably obvious enough to not warrant an extra
        enum.)
        
        Change-Id: I5fde5294c83c9f805d9df645089665b9dbcfec96

2014-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [d618ea6b86711470b7f5ace94b95f15a4ba87325]

        xmloff: import/export loext:rel-width/height-rel for Writer shapes
        
        Change-Id: Ie6e4367a235038479287530bd08b0a89c6bb498b

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [aaf1e86408758ff332bb071e329187b7369be1b2]

        fix test merge screw-up
        
        Change-Id: Id09d609c97872f7578b33e981d397fcdf7241e1b

2014-02-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [4da81e4a0bda96c3d25aa22341f94b58e584cefb]

        xmloff: import style:rel-width/height for drawinglayer shapes
        
        In case the underlying UNO object supports that, which is the case for
        Writer. Export was already working before.
        
        Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ea7685ce69e8e52ad214c3737ce77ce6564ae1b6]

        ooxml: extend roundtrip test with w14:textOutline
        
        Change-Id: Ie888f3089f56dfd7b6ae4ae87aa2700e364c3ae3

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [17269062509753789f05324e45688553cdff3aa3]

        ooxml export: w14:textOutline element
        
        Change-Id: I76f414471aa6304e6add8274c1fd52375a7a963b

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a6f73aca84311c43b400092d033024de6dae7887]

        writerfilter: put w14:textOutline attributes into a GrabBag
        
        Change-Id: Id2ca1ee04a44c4fe17f057397646f621f8d899f7

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [029b2e15c255f4bfb24f908eb46900b2c25ff4ea]

        writerfilter: add w14:textOutline to model.xml
        
        Change-Id: I3b4164a3fccff015a37b43e6fcba225947fb9d16

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [55d1464407776e8c11bb49b024a7a451c110745f]

        ooxml: also change the document name in the test
        
        Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6eb247f4e9cfc53aebe01d7393a2cc1464f737aa]

        ooxml: extend roundtrip test with w14:shadow and w14:reflection
        
        Change-Id: If5843a6e5b18102d0a3379ece168d06ad0020275

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [73f4fcc0f6b2c948f53f41d3e1e1914600f42561]

        writerfilter: simplify element id->name mapping
        
        Change-Id: I842c27a8717d63fef0c11ee57a998e73bce0e1b9

2014-02-25  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [12cf9f08f51c96783f62e29a04e507cc451a475b]

        writerfilter: add w14:textOutline attributes to model.xml
        
        Change-Id: I3e29bbc68a6fa784831c9f56b902c1f67749751f

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [6f48d0bb2d3f3b4e4d3e46d3a5cdeaa552df1933]

        explictly list common lang-independant template dir
        
        Change-Id: I50d8efe46fc2eb3dfe615ad1f6eb7ee03cdcd29a

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [838b77f5f3d6d8fd98891e99a23ff78a6a357cb2]

        Resolves: rhbz#1065807 use xdg ~/Templates for default Template location
        
        (if it exists)
        
        Change-Id: I98fc9fd54d1f56c8bed24ce4d2ebf53756ded2cc

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [1e0541fadf847e30053c0d8b29f90bdfaecd6be6]

        mrParentWindow can never be null, simplify around that
        
        Change-Id: Id290343219044aa8e668eb8f2e58b2d3c35a2ac7

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [82aaa22ea43d4a4a51f9177604094452da65d124]

        pPixelCtl can never be null, which simplifies this a lot
        
        Change-Id: Ic1c995794faa682001b472053ae9aebf95f0343b

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [58ba105a0328a932ff3dd86b043a909d01dacf5d]

        callcatcher: update unused code
        
        Change-Id: Ia8e6abffb85b92ee4538fb0aeaee4e4aa18f2772

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [94ffeed68f14be4790fd537b8fb1431472613373]

        coverity#737807 Uncaught exception
        
        Change-Id: Ibee829b4d2cc4d93453f47cc59dfbaec012ffc6e

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [76e14408abb2a982215f311002899efbf73ab78b]

        coverity#737805 Uncaught exception
        
        Change-Id: I61ca610f7183d7e72a5b36fb0bf1fe0fcd1210fe

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [47f4eead5db5b1e4cb29c9695e5445cc2ccaf8ad]

        coverity#737802 Uncaught exception
        
        Change-Id: I844e712f82890a4018c4ae45e7d79daaf4f6937a

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [75864819af18e12afc835d11b7e2ece77ab35827]

        coverity#737772 Uncaught exception
        
        Change-Id: Idbff7a4dd1da93d16f85325ae992efce0b37dfee

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [62c5c0e36bd00d391e81cc3e13302b3885f54d1b]

        coverity#737738 Uncaught exception
        
        Change-Id: If7622500b90155522144c10a48e4dd331c6cf471

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [e8443172c4ed0479acd33115ae1f0153f1e41381]

        coverity#737726 Uncaught exception
        
        Change-Id: Ia6a53ea7d073e22620b7e85eafc27f35f6291709

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [db0e23abe9c285aabeed332f0c03f48988e48fd3]

        coverity#737725 Uncaught exception
        
        Change-Id: If66782ee4cac491a3115b6274258be533dbf2f4b

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [4fd131c78fb02d35c07c842bdff651eacb488d43]

        coverity#737724 Uncaught exception
        
        Change-Id: Ie1b51865e9c3e0e30b33152ec4b400c703007a57

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [2bbbfe03c3dcd50fd72f6d206a39cdde463a0107]

        coverity#737723 Uncaught exception
        
        Change-Id: I0026fc7811469eae3f62b531ad1626a6af1f743c

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [21a5393672174a52a573077bba3685e3ebe671d3]

        coverity#737722 Uncaught exception
        
        Change-Id: I8fc0f9851c46e810f00cd88898e1dc6aa5005c75

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [ff8d78ff892567523a2a5f6bd8056f5350343fdc]

        coverity#737721 Uncaught exception
        
        Change-Id: Ibc5e4532a451829a6e6113c42d9013017205ba70

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [02b9b512f0071c46ae648482e9240a9c4c80d9ac]

        coverity#737700 Uncaught exception
        
        Change-Id: I9a2954c038946f1ad47979ff65ac12983ddffab9

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [8c9d3a0317445abdb196733dde69ff8e7acc8a4a]

        coverity#737681 Uncaught exception
        
        Change-Id: I2b81c265e5e7a7a7af7a3210d4ab92d60272a748

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [6b52bd74922c870093225af24a449f858dc615c8]

        coverity#737680 Uncaught exception
        
        Change-Id: I126c6632574828d6afc8fedd2dbde00642882225

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [90adc6071ba2bfce3f8fad5c5a22cd4d44982ec0]

        coverity#737679 Uncaught exception
        
        Change-Id: I2df4c0ddedde044600a384084bb98e588796d4aa

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [a760a41080599f4a6aaab8628e15098fdb0b2d28]

        coverity#737649 Uncaught exception
        
        Change-Id: I6ab46cc817f2858ae1a92757d8c26d6145f934b8

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [3f94ccfe58b3c65d172767a7f9e7874a08b7a209]

        coverity#737643 Uncaught exception
        
        Change-Id: Ie200b47adae43844fcb6be349bec51b949e65675

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f87bfc8d83015c028f10ca65e6fe11313bddedfc]

        coverity#737641 Uncaught exception
        
        Change-Id: I7f60b029269052aa255689959c773a4c638f0763

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [617d45ee4aee174a330b5e9b1e5264d71bb42224]

        coverity#737640 Uncaught exception
        
        Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [97faf80004cc431b4d8ae7922d39c23f9c82f4af]

        coverity#737638 Uncaught exception
        
        Change-Id: I7d665000d8f20fb1d734f6cd00af64d583b875d3

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [c9c4536b46d7e429d5a0ebc3f195bf90a72dd13e]

        coverity#737632 Uncaught exception
        
        Change-Id: I3faaddd4e9ecba80ab6dae8a20822374431b7c34

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [4e640fef8ff1a7e31f56d406f6c010676499c711]

        coverity#737628 Uncaught exception
        
        Change-Id: If5c1247731b494a821cff84b3adc103cc9695595

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [aead10d26fc34ce541f629e95327abf548e780c9]

        coverity#737625 Uncaught exception
        
        Change-Id: Ic90165af0fb52d40b46ec0ccdb2df9db15a130b5

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [f2e81e5803ecc487e83669fe2d3eb14558b9cb37]

        coverity#737623 Uncaught exception
        
        Change-Id: I43a3e098b3adedbcada4f26c507de0272a4775ec

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [8a6c074532f837a636e043b4f5e25f927ec62352]

        coverity#737620 Uncaught exception
        
        Change-Id: Idd75e9c344473f8d7f86f3d073568b55c4638adc

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [ddfe6a197aa3c09ba84311a540f7eb40c8893da1]

        coverity#737619 Uncaught exception
        
        Change-Id: I0e8d44d94fc34eb8d0b1b14fcdc997fafe0dca64

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [291bd0964b6e42b23e989d94262758b5d59da05a]

        coverity#737618 Uncaught exception
        
        Change-Id: Ib8b5f89136dbd51c4cbcdca98584daa0f673982e

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [20a051ba4c5d4cdbd3f56e55c82b3dfc08ff77fd]

        coverity#737617 Uncaught exception
        
        Change-Id: If0fbfa80afbdc273ffc774d2ad9c66d30052ed56

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [9e03658551fc9f7a5f3cb46b0f58bca04b61b259]

        coverity#737615 Uncaught exception
        
        Change-Id: I9005fcdec6e258d274657b44786e3a2729418005

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [eddc4b1046c391157d9672636870f5e8d31ba86f]

        coverity#737607 Uncaught exception
        
        Change-Id: Id3334108f0216f19219a7681e2e816f4d07420ea

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [ab67d08322e70447d7551e4ff345b787b0d48bfe]

        coverity#737586 Uncaught exception
        
        Change-Id: I6d1c286ba780aaafcba5b78a3a1ca40a4f66cadc

2014-02-25  Caolán McNamara  <caolanm@redhat.com>  [52ea009d1289b52fcfa4e2954b11e30078d6455d]

        coverity#737561 Uncaught exception
        
        Change-Id: If1cc681decff3703bfad7649e9a253ca586232e6

2014-02-25  Matúš Kukan  <matus.kukan@collabora.com>  [513a947a9289290e520e31461f46ec7276be9417]

        scp2: These defines are not used in the sources.
        
        Change-Id: Ie586fd383af33cb8dcb00b2d8f9ae41f39a1a673

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [95700a2d7d09893fe16aadb406e93bf7164f7422]

        Drop CLANGBUILD in addition to CLANGDIR
        
        ...see
        <http://lists.freedesktop.org/archives/libreoffice/2014-February/059654.html>
        "Drop CLANGBUILD in addition to CLANGDIR?"
        
        Change-Id: I8d68aa0f2298240c8e7265cab273c602f5b6881a

2014-02-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1efe2782de94f55faac510d8fd4596fc54ea1d37]

        fix OOXML validation error
        
        Change-Id: Ia27f9615b063393a0733e061df7dd1666283badb

2014-02-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b428fda3d353eb64d4af55277277c969d383db16]

        don't access empty container, related fdo#33698
        
        Change-Id: I6deb23c9f5cd1c60e2b478afd67a5196f45d3c43

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [cc478960dceea17858ba88067dc3ecf07a07d291]

        salbool: a rewriting plugin that flags most uses of sal_Bool
        
        ...that would not lead to silent changes of the code.  That is, it does not warn
        about sal_Bool parameters of virtual functions, so that (not yet rewritten)
        overrides do not silently become overloads instead.
        
        The plugin is in store/ for now, because not all of the code has been cleaned up
        yet.
        
        Change-Id: I6e9b3847eb26c3090f375045188d38097052defe

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [6f2774b209f0a52ad199f926cd56f581e73c79d5]

        ...but Flags parameter was plain unsigned int prior to Clang 3.4
        
        Change-Id: Ife39abda6b5274ae196dcbf591d02fa3f36f6072

2014-02-25  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [01826dc12550e7a4204034f7876c593726525b54]

        fdo#74105 : Prservation of Numbered lists-Starting with Value '0'
        
        	Issue :
        	  - DOCX containing Numbered lists- Strating with
                    value '0' is not preserved after RT.
                  - LO exports document with Numbered lists starting
                    from '1' instead of '0'.
                  - LO "Import" and "Export" need fixes.
                  - If LO will imports correctly, export will get
                    correct value.
        
               Implentation :
                  - Added code at Import and Export side.
                  - Added Export Unit test case to check that
                    <w:start> is not present in numbering.xml
                    for 0th level.
        
               NOTE : <w:start> is optional. If not mentioned
                      Numbered lists starts from '0'.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7710
        
        Change-Id: I30910c41fd188f30a1723cf8e07be5ea1cde1be0

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [59e45c373fc037aa97432102067bdacc8fca6446]

        warning C4510: default constructor could not be generated
        
        Change-Id: Ia0dc23e5def53a6ede0d0d9f754e143347490b43

2014-02-25  Matúš Kukan  <matus.kukan@collabora.com>  [d412b21695267df623d020e534c68a386d25431b]

        oops, missing `)'
        
        Change-Id: I1478ebf4abc60e8b8b18388a0e3ca12658bca2d9

2014-02-25  Matúš Kukan  <matus.kukan@collabora.com>  [c47496fdf9f0ec396f15fb9ddde6bd8d244a1797]

        Add config_libraries.h definitions to get library names easily.
        
        Works for libmerged too, so we can get rid of LIBO_MERGELIBS.
        And remove few more #defines in vcl.
        
        It's generated by gbuild, so probably abusing config_host directory.
        Open to improvements.
        
        Change-Id: I87ab109bf109e42751766011daf076e9cdf8f5ee

2014-02-25  Matúš Kukan  <matus.kukan@collabora.com>  [9d17966632a8e756c26b6569ff5e282a719a1ac1]

        gbuild: deduplicate by new gb_Helper_replace_if_different_and_touch
        
        Change-Id: I98767944a74c2b6d90425e0232c40e20c8a6885a

2014-02-25  Matúš Kukan  <matus.kukan@collabora.com>  [8491c5c4f1a4e01796dab8ce41904cf6593bd038]

        gbuild: one command for C/C++ objects
        
        Change-Id: I835bd56123acfbfb53e0d3d86e5d66b929b3181f

2014-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [5673bac9a7403d19bafbb28f2608be7f38dbb4df]

        Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"
        
        This reverts partially commit 4a9347fa320d892b60fd03082925f63a1d69cfb9.
        
        Change-Id: Ibbc626f8d30de040fe9e809b44d5ffc9513720fb

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [35f28b706e245d53e6f41f94ad060be2fb4f846d]

        raw_fd_ostream Flags parameter no longer defaulted
        
        ...at least on trunk r202077.
        
        Change-Id: Ieb59cc7ac70e2a57ac13eefdfcbb6bfa42e25218

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [1c51811a43bfc4993a0aa0f278df248b56d6810c]

        Mac vcl: sal_Bool -> bool sequel
        
        Change-Id: Ie180b99a1a2d71922009c85c16ccb33b7968bd03

2014-02-25  Stephan Bergmann  <sbergman@redhat.com>  [ded6334f7016cb59dcb140a23339b1ca3418ca8c]

        Make JUnit/Hamcrest detection more flexible
        
        ...so it accepts a hand-crafted junit.jar that references the hamcrest jar on
        its manifest class-path.
        
        Change-Id: I9a6c7c1be8cd4a70c263de0f799973baf8d2b951

2014-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [4a9347fa320d892b60fd03082925f63a1d69cfb9]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I8e11ffe888aac8887c4c0875c41de51f343debae

2014-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [9aee4d1c9e5a0289f0d3d7b4a13046eab60e316e]

        harmonize Tell() Seek() type.
        
        Change-Id: I2e472aa0279d0763762d3c660207cd74da512626

2014-02-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9cd3dc9aa0424753c5ed277baa76d15511fef77]

        connectivity: harmonize types relatated to Tell()/Seek()
        
        Change-Id: I032f6d32b151203e62b23bffaf25dbc4aeb5ae8a
        Reviewed-on: https://gerrit.libreoffice.org/8217
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [356f47752d5ae2a7dba9dbb74642d117aadf1649]

        editeng: harmonized types related to Tell()/Seek()
        
        Change-Id: If0484da58011abae23ad19cbc3b9cf7e2e654b4c
        Reviewed-on: https://gerrit.libreoffice.org/8216
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [44bdc8bbc96a29ee73c6af9ad1dd12ee6df86a41]

        fix text rendering for titles
        
        Change-Id: I1072c8af6d822422943dc2d29bbaee351c735349

2014-02-25  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [413415dd7a3dad60fd0d98266d4aae8498cbc265]

        remove the last remaining glew file
        
        Change-Id: I02f1fdbdd205d1d96f338f8d23f79fcb85cf627c

2014-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [523fcec55d3a1a1282d94fdc9ecd9aecedcebf56]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I72b0e8b07bd7309a23d5635b7e0b7dbdc9c2c721

2014-02-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [295bc8703ff5d5133f18ae2b25dc3d88cdfffa93]

        basic: remove use of sal_uIntptr in favor of more appropriate type
        
        Change-Id: Ie878f43c7245838519fe7477b039827b079dde63
        Reviewed-on: https://gerrit.libreoffice.org/8214
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-25  Douglas Mencken  <dougmencken@gmail.com>  [553473945b6789cb757ec69aabba6b87c4854916]

        vcl/osx/sal: SDK 10.5 compatibility
        
        NSWindowDelegate and NSMenuDelegate protocols, IOPMAssertion*
        are available only in OS X v10.6 and later.
        
        Change-Id: Icda4b8014d9a6dde2284b9f5df493eb470fb79fc
        Reviewed-on: https://gerrit.libreoffice.org/8211
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8978f494e8ef0cb3faebd200f982e3b6db267118]

        writerfilter: sprm:CFNoProof -> ooxml:EG_RPrBase_noProof
        
        Change-Id: I4a4c05554c336aca8407f4b22fc581659dcaeb88

2014-02-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4917cebdb988223be47b0f1a82241ade643bc675]

        fdo#75304: Set external reference info to ScCompiler.
        
        And remove this excessive const fetish which was unfortunately necessary to
        get this to compile.  Setting the container const is good enough.
        
        Change-Id: I2c6cc55a88643a68e065c4518cdf069c247f4f02

2014-02-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3cf0847e7514a3f1217554c08cb109902cf2a637]

        fdo#75304: Add test for external reference cache import from XLSX.
        
        Change-Id: I93c4398b5673e1edaacfe4b68015000dfd224612

2014-02-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a52572057cde479ce4fc7ccd8343fe57220a70cb]

        Extra space.
        
        Change-Id: I30ee75be53cea930762ca9453a80c61112d0b0f2

2014-02-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e752620bf593af8839831f693ec21bb02a8b23d6]

        fdo#75259: Let undo document share its string pool with the source doc.
        
        We already do that for the pool helper.  It would only make sense to do
        it for shared strings as well.
        
        Change-Id: I813d262799af6f0c1d3fa12246ad973f852ac199

2014-02-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d7e5c54451acc9959fd38f0db7eb7e5ac6b38858]

        fdo#75259: Add unit test for sharing of string pools with undo docs.
        
        Change-Id: I785345144f7dd733b2ce8970412f79b384b8c94d

2014-02-24  Rene Engelhard  <rene@debian.org>  [0bcaa9f9f7efe87f49473eefb467455dfb563138]

        fix "fix gcc inline assembler operands usage"
        
        Change-Id: I192c30bed60a657e9360bbe1d6dd217c75ed8da6

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [bbf82f684060980d267733ee589d263d6b25340c]

        Related: rhbz#1065807 rework #i66157# for multiple writable template dirs
        
        if there are multiple user-level template dirs then we should be able to
        remove/rename content in all of them, not just the default writable target.
        
        The target scenario here is to default to ~/Templates when it exists as the
        template dir, but to retain ~/.config/libreoffice/user/template in the dir for
        any pre-existing templates and to treat both as equivalent in terms of removing
        their content etc.
        
        i#66157# wanted to avoid remove extensions templates and other internal
        ones, so rework that logic to instead just be hands off internal templates
        and allow modification of the remainder
        
        Change-Id: I56afe991d4297ba692e914ae95ea02d68553f60a

2014-02-24  Douglas Mencken  <dougmencken@gmail.com>  [00dabbfc7c96058d88b96685ede5ad0c93db2ae5]

        OpenSSL @OS X: choose correct build target
        
        Change-Id: I58f3cc12f2fa177c26608d372f99c086503a13a5
        Reviewed-on: https://gerrit.libreoffice.org/8205
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-24  Douglas Mencken  <dougmencken@gmail.com>  [72e8f628e9204a5f5561efcd1e5a8cac4152f16e]

        Use "deprecated" API for OS X alias resolving on X 10.5
        
        Change-Id: I68a49b95c9b4f4d1d0472a298f8b29d83435c88e
        Reviewed-on: https://gerrit.libreoffice.org/8195
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [76b114f849645f42311c0553b3320532bb26049c]

        implicitboolconversion: warn about implicit conversion of call args to bool
        
        ...to be able to find problems like 6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f
        "sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it"
        earlier when converting occurrences of sal_Bool to bool.
        
        Restricting this check to function call arguments avoids too much noise while
        hopefully still catching all the relevant problems.
        
        (This check partially overlaps the pointertobool check, so implicit conversions
        from pointers to bool call arguments will now generate two loplugin warnings,
        but that's harmless.)
        
        Change-Id: I0b03b1d1615aaf8bc18e7a84c56fff3ef9903508

2014-02-24  Matthias Freund  <matti_lx@yahoo.de>  [8865a555afa6aa33614a90167cb07b5fafa8b8ed]

        Add two saveas icons for sifr theme.
        
        I create two icons for the sifr-theme (the missing saveas icons).
        Hope this is correct. :-)
        
        Change-Id: I9b9063018d6d0662e8805b6cf502262deed46d3c
        Reviewed-on: https://gerrit.libreoffice.org/8191
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [c88d2f6d57ee2ed45fb9a9f36b3a196180e2ccda]

        fix 'delete' not working in the Template Manager
        
        regression from b29c078c7f193dd7dae74baf89fe1abb9264239c because if the search
        view widget is visible then its assumed that we are in search view mode
        
        Change-Id: I8e81ffa06d5d3ac50e110105c9444707fd4c41c6

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [5eb08bb35395786b39ff1d7def13ce8f10ec9c9b]

        ETOMANY getPropertyValue
        
        Change-Id: I787257603e919b12fda07d3302ceba2a7787a9b9

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [1067084f15524e918231e039d44ae7157ac7e095]

        coverity#737536 Uncaught exception
        
        Change-Id: Ia59a64934b65dd926c4f95953bc1ddaf00d6f8cf

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [f3deb8c27575228f1041feb8154369e6ea451088]

        coverity#737516 Uncaught exception
        
        Change-Id: I7683cd9a27b09ed9d9b57574212cde14f103d53a

2014-02-24  Andras Timar  <andras.timar@collabora.com>  [a1e63e74103a498bfaf9e03797b67f47622da7b8]

        OOXML chart import: ignore rot values outside the valid range
        
        Change-Id: I506a78a024d761d1d263a7bb1dcbf09a4bbcf4ef

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [df2533ec4063153c06bc8b475977601517ba2cd6]

        fix MacOSX-x86_49-TDF tinderbox
        
        Change-Id: I15632bd87be37d9bb5815c9d800271dfd4c3b016

2014-02-24  Herbert Dürr  <hdu@apache.org>  [2c7528552d901f855224b6a35dcc768d42ddaec6]

        Resolves: #i119006# delay Mac initial event until the app has launched
        
        delaying the initial event prevents complaints from OSX>=10.7's "windows
        restore" feature to recur infinitely. Apparently OSX cleans things up for us
        just before we get the applicationDidFinishLaunching() callback.
        
        (cherry picked from commit 0f3712ff654c740f3593b9580f34cdfe21ac3250)
        
        Conflicts:
        	vcl/osx/salinst.cxx
        
        Change-Id: I0f1d59f03ffe4efc7c9a73fa881151fa06af5424

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [03bdbcb42aa3be6932d390eeaa14ee2e4d45a172]

        coverity#737508 Uncaught exception
        
        Change-Id: I100bd99fdbf2929214f89baac962d74cb6a530a6

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [f10e4ce1ed2dace97823c59ca8b0dca161db42aa]

        coverity#737507 Uncaught exception
        
        Change-Id: Id035849f94bfb5e6ba7f5463a6a548bf88b77e85

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [42d46144df4f30f8f9d5aa4c92e653005ec9f2a8]

        coverity#737506 Uncaught exception
        
        Change-Id: Ib36b9bab3f31b32b8be3d7c51af7f26280a7a069

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [1d250c95ddcfe6a1d3175e7fd1cc3c5271c6c1d5]

        coverity#737504 Uncaught exception
        
        Change-Id: I3cfa8ba3baaf071e4300b12c8bbcba4c652ee309

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [9a8a4b81b66bcf3f1330ceb208f727e2023b36e5]

        coverity#737502 Uncaught exception
        
        Change-Id: I5f5b7244db311501af6ded863b4b1fa46e5a547a

2014-02-24  Herbert Dürr  <hdu@apache.org>  [42837a066b2347effa75926104f3f3ffc96206b7]

        Resolves: #i123840# prefer NSZero* constants over open coded alternatives
        
        (cherry picked from commit a8c471a7003fdac7d5e1c97e903f669da6bcf0c7)
        
        Conflicts:
        	vcl/osx/salframe.cxx
        	vcl/osx/salframeview.mm
        	vcl/osx/salnsmenu.mm
        	vcl/osx/salobj.cxx
        
        Change-Id: I379d80355d741dd28aad2e6119a8b82ac10159f5

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [93f3f72d18e551c8edd6a010cb78d9cbe404f8ef]

        coverity#737499 Uncaught exception
        
        Change-Id: If4599fa76914b472ee6734f48941898f420519c3

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [1a48456f8beca6cb0606de75bb0c95f5ae9bc160]

        coverity#737497 Uncaught exception
        
        Change-Id: I1dc0acda818f1b520f74c282bdd17a195591e860

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [146a5e95ad19a7093867a4d82b69b8b26d9aa2a7]

        coverity#737495 Uncaught exception
        
        Change-Id: I8a5e7111a0ddf1e651c25bd52c6af462d9075f93

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [a3a227b5b8cac1dba31e72212a910b775e446007]

        coverity#737469 Uncaught exception
        
        Change-Id: Ic090878483f2fbfc000bfc248bb52764e4e9727e

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [6bc58bbd2a64dea3fe21cb1cf067514aadceac21]

        coverity#737458 Uncaught exception
        
        Change-Id: Ida42725016395d9629bb97bd8cf0b660195c4f1c

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [0a3526f61f7983934dc8a33f2f6e35ca777bc9f3]

        coverity#737430 Uncaught exception
        
        Change-Id: I1db24114b331970d75b01c0869708b1656be3836

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [8fca5e299c8cf4342728485708744de0caffb18e]

        coverity#737424 Uncaught exception
        
        Change-Id: I8779bf79dd2342f183643767c4c424e7a5500cca

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [6e0bdf04add338b7d5b29fc7b3fc9f08cfd5e96f]

        sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through it
        
        which means that icons suddenly reappeared in the menus when the gtk
        theme had disabled them
        
        ref e8f8f24c8415898c787bbfb629247ed62e73a2b9
        
        Change-Id: Ia9aef5ca39bda2ddf6d7c4ebc2bddc01d470d09b

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [a8fad94ef2f3a1e30518d1f8c1f7712b5fa67ae6]

        coverity#737422 Uncaught exception
        
        Change-Id: Ieca32131ad7b1019338af8042ab6905e3ba152d6

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [4e2db965f9d0e07082b302f3e2d771c0009aaa25]

        coverity#737388 Uncaught exception
        
        Change-Id: I55fd2311d6439a6f8616f9c21fa1e7222efde794

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [b10fee9d8d3b61579841ee584cc6fcca5869f5e9]

        coverity#737363 Uncaught exception
        
        Change-Id: I29717d8379a69eede5ef44b57934c2fe70c04248

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [e2abad8add51b5cf23f415c7d72097124f29e2cf]

        coverity#737355 Uncaught exception
        
        Change-Id: Ib6b54de2a02fedd42fa28155762b4d3c25957607

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [687f46d608ba2f5c0d9c55c5e013e2afd74f8d3a]

        coverity#737354 Uncaught exception
        
        Change-Id: Iedbff972ef4fba9b0fa877db76a1e9b099223279

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [4e95a50d8b9a404caa63b0d329d0e43b63a20668]

        coverity#737343 Uncaught exception
        
        Change-Id: I5097c5c98580619d066ea928f1970cc6e7160783

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [7d2d7b5e5947c570ecc33a8ac0a0b9448e0689ea]

        coverity#737340 Uncaught exception
        
        Change-Id: I1549368658a5918fb16b58b614c2c789be94060e

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [2e9d267c2ba944d8465849af608f2ee097f5810e]

        coverity#737278 Uncaught exception
        
        Change-Id: I8b9c02d5e87433cb48a7cee37b696d36e453dd52

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [484af8f1d27cab8aff234e10d8db5ee5ce050427]

        coverity#737277 Uncaught exception
        
        Change-Id: I4bb6964fb585a027ade3540456bf71bdf70d7662

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [9ee8026d8bf723b798c0e1e6c3a52afb74eb0b67]

        coverity#737274 Uncaught exception
        
        Change-Id: I33a22974a9485e4556ed44f990d6d13a8901c511

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [3907ef9e47f6208b402f570d38b53881d1391a12]

        coverity#737273 Uncaught exception
        
        Change-Id: Ib1e7ee8903c9b3e276c9244a6e4b67499f22c661

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [50ffcf3bd5b45aec6d4b83c614019492bb5911fd]

        coverity#737272 Uncaught exception
        
        Change-Id: Ibab84222db96181b175f58625105af1237e48136

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [5eb94774453da39678247c5f761b0fc588ef5a50]

        coverity#737271 Uncaught exception
        
        Change-Id: I3275220925cc81ce5dbf507793e0d74cb88e2ab4

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [f78dbca68210ebd2aa09a6af5a600c3e24cd3a37]

        coverity#737270 Uncaught exception
        
        Change-Id: I7f129c868034df3d56060cc870c335b36a1a6d4a

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [3d5f2d13dfb4d0d14f8576f7f1797c3fd5029340]

        coverity#737269 Uncaught exception
        
        Change-Id: Ib6240c818c6f17df63693aa4fc4a4ca207df27b6

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [9cbc3a2aa70c77657670fccef03b1b74ef3f4704]

        coverity#707304 Uncaught exception
        
        Change-Id: I4384b87566d595ce47dd934e35c8bb9267d6cb1b

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [e72f739393643a566bc61b9c45474fbab99c4daf]

        coverity#707318 Uncaught exception
        
        Change-Id: I65bfcbe4ab6fceed3ae474dcb3225df197ddaa2b

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [662283db76783be9cf44a16aa2b1d7b475088c83]

        coverity#735810 Dereference after null check
        
        Change-Id: I005ae6bf505fd2131c06e889f9fc3c12dae23c64

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [e40a7f2e59f87467f552094564cbbe34ff936f4b]

        coverity#735808 Dereference after null check
        
        Change-Id: Idd8ff57f5c970d15e199831bb1b1251ced32eeec

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [b854cb787ec56ddaf62fc9a6883c0ead6f0208a8]

        coverity#735747 Dereference after null check
        
        also
        
        coverity#736774 Dereference before null check
        
        Change-Id: Ic2e2a341565af0609ec748b40ac7848a46c9e3af

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [819cc6431878302717442b141415c08d8bf4493a]

        coverity#735751 Dereference after null check
        
        Change-Id: Id7e11fefec40d11c509bde01533122ca68db7402

2014-02-24  Caolán McNamara  <caolanm@redhat.com>  [21cea08139adf20fe86f5bc5724e9e22d7a627b4]

        coverity#735801 Dereference after null check
        
        Change-Id: I4a403098388bdb7f4f09242fcd71a50d38fc630e

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [13afdc0b14494fc6d990ff52efbcaec2b07556d2]

        warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'
        
        Change-Id: I3719401a0eb68ba9204be19c2dd4f93617bf097c

2014-02-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9fab183d4d8b377b155c39952a534712b245c5a9]

        sw: Unit test for spreadsheets embedded in docx
        
        Change-Id: I0a91ea0ca36d57320c3495a5cedba7924d3a7ea7

2014-02-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1428ec6f4e2bfe0d8654a9ccc713e274e08c6423]

        sw: Preserve embedded spreadsheets in docx
        
        Embedded spreadsheets consist on two files:
        
        * The spreadsheet found in word/embeddings/ directory.
        * A preview image found in word/media/ directory.
        
        This patch saves these two files and writes the proper XML to the
        document. It looks like this:
        
            <w:object>
              <v:shape id="ole_rId2"
              style="width:362.55pt;height:145.7pt" o:ole="">
                <v:imagedata r:id="rId3" />
              </v:shape>
              <o:OLEObject Type="Embed" ProgID="Excel.Sheet.12"
              ShapeID="ole_rId2" DrawAspect="Content"
              ObjectID="_227653443" r:id="rId2" />
            </w:object>
        
        Some simplifications were done in comparison with the XML generated
        by Word; the lines above seem to be the minimum working code.
        
        Similarly to drawings, charts, etc. our code postpones the actual
        process of the OLE objects until the rPr tag is closed.
        
        TODO:
        * Unit tests.
        * Add information about xlsx extension to [Content_Types].xml
          * Without that, Word doesn't detect the OLE as an spreadsheet.
        
        Change-Id: Ia0c797b72cd6e99ca9ad7fa11897b62ab3867a5e

2014-02-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ad7fdc4e0f8b0777513c10d44026544093b85df4]

        filter: Code reduction, prevents crash.
        
        Not all shape types have the full com.sun.star. prefix, for example
        FrameShape. The existing code would crash in that case, but the new
        code doesn't.
        
        Change-Id: I9aa3d0f20f48ab91a6770e8409a8da2028816504

2014-02-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c69ae9f8f80988afd31ec5a936984e131e18db7f]

        comphelper: EmbeddedObjectContainer::GetObjectStream methods
        
        These methods were added to provide access to the stream to the
        embedded object itself.
        
        Change-Id: I0a47a54852cddbd5ddd0a6599bba21999afd96ba

2014-02-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [20a174ac1243fb6ad322347eb99c2d014bd4ca95]

        comphelper: code refactor
        
        Change-Id: Ica71d0691cf02aeaa03b6570015d9828cd7daeed

2014-02-24  Douglas Mencken  <dougmencken@gmail.com>  [d2a48728617e00a91d1ad032bd11ab5bb556d15a]

        nss: continue delivering libsqlite on Mac OS X 10.5
        
        Change-Id: Ibfd47071c73fc5f6c48d268a1f00d7f52762d0f2
        Reviewed-on: https://gerrit.libreoffice.org/8204
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-24  Douglas Mencken  <dougmencken@gmail.com>  [407db3d91563baa29350ba28fb1ff7aa861e89e4]

        Restore abandoned lines in bridges/Library_cpp_uno.mk
        
        Fixes build error:
            bridges/Module_bridges.mk:29: *** no bridge selected for build: bailing out. Stop.
        
        Change-Id: I1d173e75ade45878e53ed07758783bdb5a7370c8
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-24  Douglas Mencken  <dougmencken@gmail.com>  [8bf34faa1e87a2b7940445c38517177ad238ed32]

        Yet another one undefined comparison of 'const' and a 'non-const' iterators
        
        Fixes:
            no match for ‘operator!=’ in ‘i != std::vector<_Tp, _Alloc>::rend() [with _Tp = rtl::OUString, _Alloc = std::allocator<rtl::OUString>]()’
        
        Change-Id: I7b4ba07ebe51c73893a3d6b77dcf5681b7638efb
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [130a2baa8307175c27da42ba3ec5a3caf8d799fb]

        error: enumeral and non-enumeral type in conditional expression
        
        Change-Id: I30293ac22fb26e0f7c9bfd335ccaa9a2d263d02f

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [33740b7d5abb8aca34692fbdaa787b26a60652a9]

        Replace exisiting TriState, AutoState with more generic TriState
        
        Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [43d7f4e3640c5e370fd1204739c2b0c7eb5f40e4]

        offapi: document the 4 new properties which are no longer read-only
        
        Change-Id: Ia2844af91159bf4a512fcb70883fc6a1eddfce35

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b9aa420d368e080431f230f56993bcd8b324829]

        SwXShape: implement reading the Relative*Relation properties
        
        Change-Id: I1e99a2ff08c83ac361ab001e90047d9b8d5524fc

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9fadea73d3c5b4fec07591d5bfcce7aed71296fb]

        SwXShape: implement reading the RelativeWidth property
        
        Change-Id: I40d451c170699ed7616c1159a354bd93444743c0

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e0f9a35faf9e8114c9f4c8280207edd70a470bb]

        SwXShape: implement reading of the RelativeHeight property
        
        Change-Id: I479eabcd45b741a633d7d00b2bdcbd3d0dcbf0ff

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [146c7c5c89d9ce26c3de951ff049d36df1b5857b]

        toolkit: sal_Bool -> bool
        
        Change-Id: I5153c4413004d1b50cc503b3e70657bc831a5793

2014-02-24  Tor Lillqvist  <tml@collabora.com>  [569756aaf4606313297eace88b3ad5a6f57d8329]

        Re-introduce code to try to get GDI metafile replacement image
        
        The code was commented out in 2009 in CWS metropatch01_DEV300, with
        any reasoning behind it lost in history, and then cleaned away in
        2010. Re-introduce the bit that tries FORMAT_GDIMETAFILE. Seems to
        work for data that produces a reasonably sized metafile. (For data
        from an Excel "Select All" followed by "Copy", that puts a million
        rows on the clipboard, good luck... Unfortunately when doing that in
        Excel, sometimes you get a million rows, sometimes just the non-empty
        relevant part of the worksheet.)
        
        Change-Id: Ib5f1a989b65ad0a30194a1ed23f8b94dd3822cac

2014-02-24  Jan Holesovsky  <kendy@collabora.com>  [a13622923af5024398eff324dadb048fd6fd7b04]

        Here the line made sense, bring it back.
        
        Change-Id: Iba1c798edfe1b0eb5edcba904ceacec9174cacc6

2014-02-24  Jan Holesovsky  <kendy@collabora.com>  [d39f1358372e6b0994fdd3f82542caeb547a64e7]

        OUString -> const OUString&, Sequence<> -> const Sequence<>&
        
        Change-Id: I5d17a04fe0a3051374d75d9c989d95377f18c79d

2014-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [08d1f22ebb9003acd968cda6bc6909f2fe4c5fd2]

        make the implementation use the same type than the declaration
        
        Change-Id: I860e6db6ea4a7a7194283ba4fc23ae30cb1de4f8
        Reviewed-on: https://gerrit.libreoffice.org/8201
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cf6f241e40b8be3c9d809c528b367df32f3f2ee]

        abi#11739 DOCX export: fix validation error, wrong order of some elements
        
        Change-Id: Ic1c0174718ba6853fcc8795324a99b2a332b865e

2014-02-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [83aa6d8180f289e5ae4034560dbd95ab160b1ac2]

        Remove some temporaries around calls to SvNumberFormatter methods
        
        Change-Id: Ib03c97a52df120bac1ac9b2b9d2e52431ead1027

2014-02-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [c1e06b7a91e0a2f2ddcf9d669bccb0eb488dc4f8]

        Fix -Werror=shadow
        
        Change-Id: I30312e039c98007d6f379c3ee9b1500ddfbfc39d

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [c19cb642dbce41a481f65bc342bc8dc3008211c8]

        Adapt to osl_atomic_inc-/decrement
        
        Change-Id: I848873b07ab05cefdc755a8bf1301907fdfbc299

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [b7259532d83ea1263f6944974d71162c47203939]

        Remove unnecessary bool2any
        
        Change-Id: Ie2caee1d5a7912011d76172539c2f8f37eaee5cf

2014-02-24  Stephan Bergmann  <sbergman@redhat.com>  [ad73967e99235a2ba9b5a2106c5d6d0f8efaa1ca]

        Remove unnecessary extractInterface
        
        Change-Id: I4848bf84615274ad5732223a354fb7a6b845d9a8

2014-02-24  Takeshi Abe  <tabe@fixedpoint.jp>  [a53577e6ff3629c4e9219616960d89eea9463593]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I55292f5f0049e7c77d5bb0e5ef5fa187b815d159

2014-02-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [a086a19714555ea7493e0c9ce71ee85bbc9a3664]

        ooxml export: w14:reflection element
        
        Change-Id: I84cd2cd13b56a2fa369fc4c1e98c5be519a50e78

2014-02-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [155720819b58f745443ed09a5885159e27480ba6]

        writerfilter: put w14:reflection attributes into a GrabBag
        
        Change-Id: I0738b3a69df9acc6e636849fbb78231621e1cad9

2014-02-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7ad918450658dd51853642929828438604fadfb5]

        writerfilter: TextEffectsHandler - simplyfy switch
        
        Change-Id: I9fe8967892f2298729940af3b3781fde760de69d

2014-02-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [add5fc37308fe2a22137aaeddddc8e7831bd5bc7]

        writerfilter: add property ids for all w14 main elements
        
        Change-Id: Ieb622364c1fbb2e5177392ff576a457a57b5cbb0

2014-02-24  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [52ff05f31ca6e5b3b62366bf50ab92f3a54a5ae4]

        writerfilter: add w14:reflection to model.xml
        
        Change-Id: I5d94ebf602d06f334661936136213cb4eddb6a36

2014-02-23  Zhe Wang  <wangzcdl@apache.org>  [3b45f92ba6659836572d366aeda2b5bcedcae7f0]

        Resolves: #i119985# date/time is displayed as different language
        
        (cherry picked from commit 977a050343fc836fc3e7bd876afaee931c47252c)
        
        Change-Id: I1f31f6731353b2d8b8fd684fc6ea29becfd4a814

2014-02-23  Zhe Wang  <wangzcdl@apache.org>  [8a5ad76b4e69b4ec742ed27d1825262681fb6f11]

        Related: #i119985# date/time is displayed as different language
        
        (cherry picked from commit 2a3c87a5ea5e3308a138e461dffae19483c0184c)
        
        Change-Id: I3ef171481b206f7a9d356110d1b4a1559cd5e837

2014-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e38e82b7ce2aeb3d7628ad518437c9af6eec0a8]

        writerfilter: convert sprm:CF{Outline,Shadow,Emboss,Imprint}
        
        Change-Id: I03a2d24d5ff6b868cd67c7b3e1d19c6a2243b92f

2014-02-23  Douglas Mencken  <dougmencken@gmail.com>  [ae4a8c6152a6234eed52482da64d84ad5a56c03d]

        CoreText SDK 10.5 compatibility
        
        Change-Id: Ic876ec473b1c03a70c160af4251c68b299b27eca
        Reviewed-on: https://gerrit.libreoffice.org/7143
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b0073ef79efe65d8094d479faf0c4b657dffbfb0]

        drawingML import: reduce code duplication
        
        Change-Id: I7730fb047a10f270498bbf6f1a89dde034514121

2014-02-23  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a35a29829d1899e441a969de6d1045fd17e4639b]

        drawingML import: remove some unneeded member
        
        Change-Id: Iea975665b9225e535dcc4fbdcd666d7c7bff8ef3

2014-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [fb217f27eb0f3a34c89d262d2c71a4ac4427ec5f]

        writerfilter: comment out incomplete w14 elements from model.xml
        
        Change-Id: Ifdc0c0802e8d13d57023cb24096f8364e6ee9e91

2014-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ea7dd1a0551dd70093f7f46d86488b1bc01c3f40]

        writerfilter: restructure call to TextEffectsHandler
        
        Change-Id: Iba02edccfb09c2b42be164c62c57315b58884c98

2014-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [ab2b20b66394c1d219caafc380488f5296c1c12c]

        ooxml: handle w14:shadow in import/export
        
        Refactor the code to support an additional main element at processing
        of w14 elements for rPr.
        
        Change-Id: Iaf18a11bbda245b0b5b629e5f2e9f1f9682e6d41

2014-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7f93b4001f3b7266695b46b3a5c95d0b9c66af35]

        writerfilter: add all main w14 elements for a rPr
        
        Change-Id: I8fa71bdf837eac6ea277d2e2507622a783625a11

2014-02-23  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [c7f6b816469136aa9b444515a4dfbc5bebb47501]

        oox: add some more missing w14 tokens
        
        Change-Id: Ied80a30419ac809c0cb20f8c29427ff0945f5904

2014-02-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89679beecfb30893418b353d18e5bbc0221a50d5]

        make the debug message more readable
        
        Change-Id: I79c3261bb3672c360073f91e320d8aafce09cd2e

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [38940e29e3181ab7ecf83da5454b48f43188d5e6]

        coverity#735534 Dead default in switch
        
        Change-Id: I686cfdf2c876123aa72b2dcfc1c6abcabcad5ab7

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [bbaad0e03d04c2b2606823ce85f12a80803ed5af]

        coverity#736165
        
        Change-Id: I04c1474b2042deb3027369fe1102aef2eb5320a4

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [8444cd780268afba0b38840370acd07966d630d5]

        coverity#704661 Unchecked dynamic_cast
        
        Change-Id: I50bdab52c8758a71656f47e3bf053181c7831c46

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [f5224665b8d613afca9cd57f9af0c88e4518e2c7]

        coverity#738077 Uncaught exception
        
        Change-Id: I85a482945c3851bf13aa6d2c65b6b297ea885bca

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [3a06d4837e7f476f1781b83fdd86cdde3c6e9b5b]

        coverity#738075 Uncaught exception
        
        Change-Id: I426c57dce1eb97a36800399e78b176ae0474cc6d

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [7f94ebaf00dcd18c19c7b46608439c51d4f7bca9]

        coverity#738074 Uncaught exception
        
        Change-Id: If51117d24e64413b6c340967c039d02c483ed0da

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [8d5def6dc4973c0727a2b508bad1de03967f8063]

        coverity#707114 Uncaught exception
        
        Change-Id: I556c326e537faeb3d125a0a8f1cb0c749df29f24

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [379b98741ac6780db0d6d50aa7c321e6b25246e9]

        coverity#707113 Uncaught exception
        
        Change-Id: I612503ef40682820821dbf61dd12afbc62e4eb39

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [7db1dbaa70b4b1ef52d66215e15fc44c9650ef1f]

        coverity#706831 Uncaught exception
        
        also
        
        coverity#706839 Uncaught exception
        coverity#706840 Uncaught exception
        
        and probably a gadzillion more
        
        Change-Id: I3c3ceebb259cccc9c41f5a49bd0c95b151dd7c58

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [1cd5a550073411ea85a1eeaaa4acf1f2ee64f586]

        coverity#706826 Uncaught exception
        
        also
        
        coverity#706827 Uncaught exception
        
        and probably a gadzillion more
        
        Change-Id: Ia924e33b188035e8dcb4f345d6c20d6c7bbcf4ea

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [64e439edc097f23d34a859125fd00501aa6746fb]

        coverity#735495 logically dead code
        
        Change-Id: I8f2bc4ebd4d7c476495c5f1d92e8536c7be50c51

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [8f91c4ad5d8e967e125c55e9947177493117ee24]

        coverity#736781 Dereference before null check
        
        Change-Id: Iea5cf576ec5bea21a58a5733950ebacf94802e55

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [2039c2b6bdd6103858af37ff5a8aa9eb88f2b397]

        coverity#736780 Dereference before null check
        
        Change-Id: I8e4eb351c4e623f33dded02e1c78f01f76452f83

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [1e26ecab41391e2fd8bead2161735e9f33b9c008]

        coverity#705021 Dereference after null check
        
        Change-Id: I95eb92cf3b6df7a25d99164b97a96fc568671d26

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [627de4229b08ca0bf704fcd536216028b5b61c07]

        coverity#705003 Dereference after null check
        
        Change-Id: I8dff9d0c2257e4fd9f9a5676e30698da08484134

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [66c8930012caf53721614e1591e519bf8ab03c73]

        coverity#704737 Dereference after null check
        
        Change-Id: Icf30f9acf70c0dd367bad3f5711e71d9ab125ce9

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [6cccfd6c63a0aac35770de3f712de14fc32fbb1d]

        coverity#704736 Dereference after null check
        
        Change-Id: Ib11b59696135f29375ec53332c526f0b5bcd638d

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [ad346fb791cac4637cfaf9a14093f87833a4e617]

        coverity#704735 Dereference after null check
        
        Change-Id: Ib2804949024dc3967d3eb2bcc7a82844f225be2f

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [54ef215fa22c84d1b74f2bb63a2ec8f5a94f39fa]

        coverity#704657 Dereference after null check
        
        Change-Id: Ia274c4f6ab148fd0390f3ff553e4cc4245681ab0

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [44f5f2bd34f79d4035caa8310401f03b0797fe74]

        coverity#704648 Dereference after null check
        
        Change-Id: I0b6c5dc5b1225fb15c99401501b2c5cc2bb94b58

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [cc39a4b7d131c697d8f207da3acc4bba93cdd5cc]

        coverity#704647 Dereference after null check
        
        Change-Id: Ifc74e903f13e6065c507d9a90825e588c5e88a42

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [2a83910e724d21b774d39f6faf4e7329a6fc5ee8]

        coverity#704644 Dereference after null check
        
        Change-Id: I9b2aad39c54497b5b53a86cf11a754f89c012d0e

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [09c0e5110a459d4b591385db6aebaff93c25cf10]

        coverity#704642 Dereference after null check
        
        Change-Id: Iae9b7caf2076722a01e6882921622b193f2b4349

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [619b751f909421d03c1424f2c2b318d3c747d7c5]

        coverity#704641 Dereference after null check
        
        Change-Id: Ib30bcefedb2685038f22e33b4c7a97b0295b224c

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [324f33cb44b3b60061b31eb69e4e13d6f4be9e41]

        coverity#704640 Dereference after null check
        
        Change-Id: I05b932002ff8176d76f842dcd57ea39c4112f181

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [fe56219fcc60e085a75de29757a45cf63709e78b]

        coverity#704639 Dereference after null check
        
        Change-Id: Ic176da3b05337678dd12fd23a726b958577cbefb

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [e4d8872d075231346848569747ea2bff8697a109]

        coverity#704631 Dereference after null check
        
        Change-Id: Id74b7073b6e9075003a98172e85696274a8c1924

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [ba9839d826a4660fff39d26791caa0acb9011b3a]

        coverity#704625 Dereference after null check
        
        Change-Id: I21f5e684c3a7d42056e1a5b36e5d63343e5c85ae

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [1babae95f15544289610afb8458ff9a830ea340e]

        coverity#704614 Dereference after null check
        
        Change-Id: I0ee36c064bfd5cbd0aaa2554b36b9b1d51d5e6ec

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [057a663043aed3cf0d4e8741e49e150a9467e220]

        coverity#704595 Dereference after null check
        
        Change-Id: I2c8aa1163d3eb228259db0c51f5cf9dca0657daf

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [e4cfd04df6ba8f368bac063a71a7943c43d97c5a]

        coverity#440977 Dereference after null check
        
        Change-Id: I8350641f3b07e8a25080d4dfe7d9c212f89dd992

2014-02-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [675ff51f2e0e1bf0d9f689382162a3e62e0f0f48]

        writerfilter: convert sprm:CF{Caps,SmallCaps,Strike,DStrike}
        
        Change-Id: Ib582a8266990a3a6ccccdd630baeca588ed68fdb

2014-02-23  Tor Lillqvist  <tml@collabora.com>  [f839b5dd16c05c0eda21345ec36ec0cb024eb732]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: If6f0ce1ff376b80e4790b0790332867090c42e4d

2014-02-23  Tor Lillqvist  <tml@collabora.com>  [ebbcd996cba0f496391cb1088b3ce77bcddbe672]

        WaE: unused function 'getTypeString'
        
        Change-Id: Ifae6376a9a00cfee7c9935280b852ede73a7c5ab

2014-02-23  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [e5ebee7ebb8ad9fae9d50b0708dc120c1d2eb32c]

        fdo#74751: fix reverse base point diagram on RTL UI
        
        Change-Id: I3f3f2d59952577b0533a9d8ef6d27af849bd6bdb

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [18ab4793d96a4e33c3a11fe3b1dda52f217c6c16]

        prevent invalid OOXML chart files, related #i82905#
        
        Change-Id: I27166772c6eefb4e49eb4c097683a1c6aea4476a

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [783a0757dad17b5594927fe6c66834406984868c]

        prevent invalid OOXML chart files, related #i75121#
        
        Change-Id: I8e34fd2941ce98a30d27861db2c6a625ff873aa6

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c68ea7ef4a75decae6c157bc49205bedb08192ee]

        don't write axId for dougnught chart, related fdo#63114
        
        Change-Id: I75168888ff8da6f18089311a99135c124c7a7e72

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4725fcd8ea50d565dc443a6cd90011e9dbb6f1b5]

        OOXML export validation fixes, related fdo#54651
        
        We don't exactly know right now how to fill these elements so just don't
        export them.
        
        Change-Id: I78f9c67aaf4cec4dfcae3137ba137121ca005fd9

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1be2b63b64eba60b5397c20006f669019fe8a8e7]

        make OpenGL debug messages more readable
        
        Change-Id: I2e90acaa0fe1fb47559ddd7b898874e12f494a9a

2014-02-23  Kevin Hunter  <hunteke@earlham.edu>  [59fc296f88a1acc92b867ef07ec1be42b8f023fe]

        Advertise the new PythonTest_pytests addition.
        
        For those who use the 'make help' paradigm to look for an entry point to
        how to run their tests.
        
        Please see this commit for context:
          4e887567c5b4b06646ab1340376e240d6c5af9cb
        
        Change-Id: Id7ffed3aa1e5157406c0c3d5328f4dd5b7d81178
        Reviewed-on: https://gerrit.libreoffice.org/8155
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Rachit Gupta  <rachitgupta1792@gmail.com>  [e274337e6d05bc2891b349e7eab7847e91302597]

        fdo#74913 The delete style confirmation dialog asks the question now.
        
        Change-Id: I9d2ed3b233f83d05314c2ad1453be487b25d6be8
        Reviewed-on: https://gerrit.libreoffice.org/8163
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Alexander Wilms  <f.alexander.wilms@gmail.com>  [0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf]

        Remove unneccessary comments
        
        Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
        Reviewed-on: https://gerrit.libreoffice.org/8182
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Honza Havlíček  <havlicek.honza@gmail.com>  [b81ac16e65b311d6e43c05c22c65d2040c9d7e04]

        fdo#70414: Use correct target names for building Visual Studio projects.
        
        Visual Studio projects use target Library_{library_name}/Executable_{executable_name} for building the project and Library_{library_name}.clean/Executable_{executable_name}.clean for cleaning the project. In most cases, the name of library/executable is identical to the name of Library_*/Executable_* makefile, but in ~12 cases, the names are different (e.g. makefile is Library_syssh_win, but target is Library_syssh). VS fails when it tries to build the project with incorrect target name. This patch replaces the names of targets with correct ones. Dependences also used incorrect names of libraries.
        
        Change-Id: Ifba50465512e24e65a3c6505a5f40d477ec8cdd9
        Reviewed-on: https://gerrit.libreoffice.org/8189
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Douglas Mencken  <dougmencken@gmail.com>  [523cdbd2e8ee380cb695c80213784c7d75072555]

        Update readme.xrm
        
        Change-Id: Ib4d47071c73fc5f6c48d268a1f00d7f52762dcff
        Reviewed-on: https://gerrit.libreoffice.org/8187
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [04864333f244986fdde30fb9381847165c1478de]

        fdo#39468 Translate German comments
        
        Also remove ASCII art and some typos.
        
        Change-Id: I76d05209dd674598c787fe6fb486f0e9eadb2629
        Reviewed-on: https://gerrit.libreoffice.org/8188
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [a35d8b1caf39b683c9dfdda58482ca93617cd0a9]

        coverity#735576 nKeyword can only be RTF_SBASEDON here
        
        Change-Id: I26b0dc18e9b4a99b267a28d768c235ef5abbe755

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [af8712655a0569be0c2ea9524157f0be181d080d]

        coverity#708554 Uninitialized scalar field
        
        Change-Id: Ib604b25f8c2855439171e0606838b7cc36161976

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [836a200e5182bae2d06e5671719a26db95d7a995]

        coverity#708355 Uninitialized pointer field
        
        Change-Id: I2303b9277fcccc809c4e56113d082b57e21ad010

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [4408f562e99d50e5a9ca45362545a82a9fdf16a8]

        coverity#704817 Unchecked dynamic_cast
        
        Change-Id: Ie268042184aa19b022de506935b34275958c01c4

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [0ac8d57b0c9a6a16aa1e49ee269b1affe6e7e04a]

        coverity#983817 Uncaught exception
        
        Change-Id: I91883489d9557c5e3779c6b16bf377c1b95e49da

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [78f7d7bc10dd582bf198e8b2ecba5a5a05c3f89a]

        coverity#737636 Uncaught exception
        
        Change-Id: I80d01d49cd5198c4be92b0573f526fb0c190eda2

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [dd19af605fde0abff123b6ea553fbf04f67e475b]

        coverity#705435 Improper use of negative value
        
        Change-Id: I87a0b85f4ddcecde1bafa3ecf96a0cabbbcdbd5b

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [297c78b819f8bae726d9d4b9c749cc21223dd78b]

        coverity#441618 Dereference null return value
        
        Change-Id: Id3e2ba08093bc618c17485122579898301df14d8

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [fedebb269e815a3475cefc21556031e09bb3f35e]

        coverity#704988 Dereference after null check
        
        Change-Id: I641f9cf087cb2cd7f26daa70c886f174a8404ba9

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [7e8ce6c6662add1ce10e2fda2cdd236c30c240ae]

        coverity#441533 Dereference after null check
        
        Change-Id: Iee024e2a16291aed98c10bfb6c33af6b17d44e4e

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [c4a766db25f0f11a19dc552de6a91f4e1404229f]

        coverity#441203 Dereference after null check
        
        Change-Id: I166e9ab8d3693568cc2b6a0ecd7d49532508116b

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [841ea0ace7c1913459b9f56f774eb7398058bf14]

        coverity#441137 Dereference after null check
        
        Change-Id: I877abe904885f28560cf43ee70001ac97fadbe04

2014-02-23  Caolán McNamara  <caolanm@redhat.com>  [338beca1f2fe525265e736d8c1f10b826e14cbd1]

        coverity#440750 Dereference after null check
        
        Change-Id: I155e9fabaf26df71758c4b8da92664a35956accb

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5071777ad3e4e86704b946d70381ade3900ed1fb]

        disable this performance improvement
        
        Somehow there is a bug. Might be an internal OPropertySet problem as I
        can't find it in my new code.
        
        Change-Id: I6658fa82f4158ef114baf80b8d9ed9ec44793d35

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [391220ef21d7d99a968437893ee1e783cdcdaf59]

        add test for bnc#864396
        
        Change-Id: I38d77a11acf6684cb583ba3e5ffb80f30f3f2fdc

2014-02-23  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [599472a13e3c5ba669d995c913ad415bd674a16c]

        at least fix the crash when calling SdXImpressDocument::dispose for now
        
        Can an experienced Impress developer please check the crash?
        
        Change-Id: I84f532dde6aa61b997b949f6d7ef55026ced604c

2014-02-22  Michael Meeks  <michael.meeks@collabora.com>  [b129443eeddab30b31c07bb8c544adaa80785046]

        fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT.
        
        Change-Id: I631d6e15162e58cf380b55ab1178a811b0304c33

2014-02-22  Lionel Elie Mamane  <lionel@mamane.lu>  [45b1211d575b680534d7848a39ccad9efd9549dc]

        fdo#69309 rename share/registry/postgresqlsdbc.xcd to postgresql.xcd
        
        Change-Id: Ie7c9200310ab24e4d2636849b133e515f266d5c9

2014-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [01d306abb9abba4b5b195637d9eb2aa24b828b99]

        SwFmtFrmSize: rename member variables missing their prefixes
        
        Change-Id: I4c8876b6be795b7b7af26e7a449a63ec2320d729

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

        my upc router automatically adds .net to the domain search path
        
        i.e. I get handed an /etc/resolv.conf of
        
          domain net
          search net ...
        
        and so "nohost" resolves to "nohost.net" which actually exists, so I get an
        authentication request which is unexpected by this test which therefore falls
        over. "nohost.invalid.net" also exists btw, as are other various foo.net forms
        where foo is one of the reserved tld which don't themselves exist.
        
        So lets shove a "*" into the name which is definitely invalid, sigh.
        
        Change-Id: I8627ced9199f339ad6cca8f27752d883ebe74aad

2014-02-22  Oliver-Rainer Wittmann  <orw@apache.org>  [961315f0838197e71e9bd49169afe673466e5eb8]

        Resolves: #i124243# allow in-place editing of Input Fields...
        
        in protected areas (e.g. protected sections)
        
        (cherry picked from commit 1708b9bee77ab0e8762bbb6886b778b93428a2b0)
        
        Conflicts:
        	sw/inc/pam.hxx
        	sw/source/core/crsr/crsrsh.cxx
        	sw/source/core/crsr/pam.cxx
        	sw/source/core/edit/edfcol.cxx
        	sw/source/core/edit/ednumber.cxx
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: Iedcb31a824a9147bccb14314608749121c70d952

2014-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [148905281d830dedb0e1a7bbe9142eaf40bd3cfb]

        writerfilter: convert sprm:CF{Bold,BoldBi,Italic,ItalicBi}
        
        Change-Id: Ide2116ac380fd563fa7cc9e60f46a7cc62ffc94b

2014-02-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed9d0db0807fcdeeebfa8c4baf2169309c101a52]

        writerfilter: sprm:SBkc -> ooxml:EG_SectPrContents_type
        
        Change-Id: I6a6b73967e11a9346cd766dde9d04af63466c206

2014-02-22  Julien Nabet  <serval2412@yahoo.fr>  [87c32a391b4eda0be63ea92b4f6293fb16a624b5]

        Fix a crash from crashtest
        
        4  0x00002aaaaad1b3ab in rtl_uString_newFromSubString (ppThis=0x7ffffffeba48, pFrom=0x2aaaaad4236c <aImplEmpty_rtl_uString>, beginIndex=1, count=-2)
            at /home/julien/compile-libreoffice/libo/sal/rtl/strtmpl.cxx:1231
        5  0x00002aaaec13e2b1 in rtl::OUString::copy (this=0x7ffffffebed0, beginIndex=1, count=-2) at /home/julien/compile-libreoffice/libo/include/rtl/ustring.hxx:1483
        6  0x00002aaaec1717e3 in writerfilter::rtftok::RTFSdrImport::resolve (this=0x1aa4710, rShape=..., bClose=true)
            at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfsdrimport.cxx:356
        7  0x00002aaaec134dfb in writerfilter::rtftok::RTFDocumentImpl::popState (this=0x20508a0)
            at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:4100
        8  0x00002aaaec18327f in writerfilter::rtftok::RTFTokenizer::resolveParse (this=0x1aa46c0)
            at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtftokenizer.cxx:106
        9  0x00002aaaec11b269 in writerfilter::rtftok::RTFDocumentImpl::resolve (this=0x20508a0, rMapper=...)
            at /home/julien/compile-libreoffice/libo/writerfilter/source/rtftok/rtfdocumentimpl.cxx:644
        10 0x00002aaaec297aa6 in RtfFilter::filter (this=0x1b658b0, aDescriptor=uno::Sequence of length 13 = {...})
            at /home/julien/compile-libreoffice/libo/writerfilter/source/filter/RtfFilter.cxx:122
        
        Here are some debug:
        8;5;(0,0);(0,13);(1694,13);(1694,0);(0,0);
        aToken (0,0)
        aToken (0,13)
        aToken (1694,13)
        aToken (1694,0)
        aToken (0,0)
        aToken
        
        So must test that aToken is not empty
        
        Change-Id: Ib5f0af3306a983c8531a5db732831d4d786ce9f5

2014-02-22  Takeshi Abe  <tabe@fixedpoint.jp>  [3b06e5e646878c751c02f395dce9002822895f07]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [d41c58164f8e743b9bf7a8983174f71771872472]

        Strategic SolarMutexGuard
        
        ...seen CppunitTest_dbaccess_dialog_save fail with
        > abort
        > __assert_rtn
        > ImplDbgTestSolarMutex at vcl/source/app/dbggui.cxx:1678
        > DbgFunc at tools/source/debug/debug.cxx:1123
        > DbgTestSolarMutex at debug.hxx:286
        > OutputDevice::ImplGetGraphics at vcl/source/gdi/outdev.cxx:525
        > OutputDevice::GetFontCharMap at vcl/source/gdi/outdev3.cxx:7740
        > OutputDevice::HasGlyphs at vcl/source/gdi/outdev3.cxx:7810
        > Window::ImplCheckUIFont at vcl/source/window/window.cxx:447
        > Window::ImplUpdateGlobalSettings at vcl/source/window/window.cxx:471
        > Application::MergeSystemSettings at vcl/source/app/svapp.cxx:495
        > SvtMiscOptions_Impl::SetIconTheme at svtools/source/config/miscopt.cxx:592
        > SvtMiscOptions_Impl::SetIconThemeAutomatically at svtools/source/config/miscopt.cxx:934
        > SvtMiscOptions_Impl::Load at svtools/source/config/miscopt.cxx:514
        > SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:299
        > SvtMiscOptions_Impl at svtools/source/config/miscopt.cxx:425
        > SvtMiscOptions at svtools/source/config/miscopt.cxx:753
        > SvtMiscOptions at svtools/source/config/miscopt.cxx:756
        > connectivity::DriversConfigImpl::Load at connectivity/source/commontools/DriversConfig.cxx:106
        > connectivity::DriversConfigImpl::getInstalledDrivers at DriversConfig.hxx:53
        > connectivity::DriversConfig::getURLs at connectivity/source/commontools/DriversConfig.cxx:243
        > ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:60
        > ODsnTypeCollection at dbaccess/source/core/misc/dsntypes.cxx:71
        > DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
        > DatasourceURLListener at dbaccess/source/filter/xml/xmlfilter.cxx:183
        > dbaxml::ODBFilter::implImport at dbaccess/source/filter/xml/xmlfilter.cxx:451
        > dbaxml::ODBFilter::filter at dbaccess/source/filter/xml/xmlfilter.cxx:404
        > non-virtual thunk to dbaxml::ODBFilter::filterat dbaccess/source/filter/xml/xmlfilter.cxx:415
        > dbaccess::ODatabaseDocument::impl_import_nolck_throw at dbaccess/source/core/dataaccess/databasedocument.cxx:520
        > dbaccess::ODatabaseDocument::load at dbaccess/source/core/dataaccess/databasedocument.cxx:585
        > non-virtual thunk to dbaccess::ODatabaseDocument::loadat dbaccess/source/core/dataaccess/databasedocument.cxx:602
        > dbaxml::DBContentLoader::load at dbaccess/source/filter/xml/dbloader2.cxx:484
        > non-virtual thunk to dbaxml::DBContentLoader::loadat dbaccess/source/filter/xml/dbloader2.cxx:553
        > framework::LoadEnv::impl_loadContent at framework/source/loadenv/loadenv.cxx:1177
        > framework::LoadEnv::startLoading at framework/source/loadenv/loadenv.cxx:401
        > framework::LoadEnv::loadComponentFromURL at framework/source/loadenv/loadenv.cxx:172
        > framework::Desktop::loadComponentFromURL at framework/source/services/desktop.cxx:603
        > non-virtual thunk to framework::Desktop::loadComponentFromURLat framework/source/services/desktop.cxx:604
        > unotest::MacrosTest::loadFromDesktop at unotest/source/cpp/macros_test.cxx:43
        > DialogSaveTest::test at dbaccess/qa/extras/dialog-save.cxx:73
        > CppUnit::TestCaller<DialogSaveTest>::runTest at TestCaller.h:166
        > CppUnit::TestCaseMethodFunctor::operatorat TestCase.cpp:32
        > (anonymous namespace)::Prot::protect at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88
        > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
        > (anonymous namespace)::Prot::protect at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:64
        > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
        > CppUnit::DefaultProtector::protect at DefaultProtector.cpp:15
        > CppUnit::ProtectorChain::ProtectFunctor::operatorat ProtectorChain.cpp:20
        > CppUnit::ProtectorChain::protect at ProtectorChain.cpp:77
        > CppUnit::TestResult::protect at TestResult.cpp:181
        > CppUnit::TestCase::run at TestCase.cpp:91
        > CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
        > CppUnit::TestComposite::run at TestComposite.cpp:23
        > CppUnit::TestComposite::doRunChildTests at TestComposite.cpp:64
        > CppUnit::TestComposite::run at TestComposite.cpp:23
        > CppUnit::TestRunner::WrappingSuite::run at TestRunner.cpp:47
        > CppUnit::TestResult::runTest at TestResult.cpp:148
        > CppUnit::TestRunner::run at TestRunner.cpp:96
        > (anonymous namespace)::ProtectedFixtureFunctor::run at sal/cppunittester/cppunittester.cxx:150
        > sal_main at sal/cppunittester/cppunittester.cxx:242
        > main at sal/cppunittester/cppunittester.cxx:166
        
        Change-Id: I217499b41027449df634945c4b260aafdfc4bff4

2014-02-22  Tor Lillqvist  <tml@collabora.com>  [661ab31de29a956705ee72971d6ba7fc57ba0ef2]

        Mention that the Raspbian cross-build works from openSUSE, too
        
        Change-Id: Id9d8817a65795357ea8c333f3332baf6e0bc2e77

2014-02-22  Tor Lillqvist  <tml@collabora.com>  [228ae8ea76fcaf044983e116f665a40bb22e5c90]

        WaE: IntegralToBoolean
        
        Change-Id: I688a8f8c26f7a93baafd247fc4cc5609ddf6137c

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [49b4a79590eb18f4a960ba2bba86991af6ac9e38]

        Bail out early, avoid some temporaries
        
        Change-Id: Ice36f2fa40b1ee47fa29bb1f8386f34def57633a

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [130aa510a37387e56c13af85c74ec7c605ceead2]

        sal_Bool to bool
        
        Change-Id: I7142b4384179f1c2ffbe8645bb3025f9bbcbdfde

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [bb2637d0d016ba9f269a3ac63ead6c931632fa03]

        sal_Bool to bool
        
        Change-Id: If4b7f6a384a3f07f322022fc7cf31f07806e8776

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [0b9310f91cdea3feb4160512d2fb1ce774007de7]

        sal_Bool to bool
        
        Change-Id: I65c0332e53196ff9c059db2dcb4721968dacff1b

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [6262c7073190d983e14727ea635f35a5b03dc7e2]

        This function is local
        
        Change-Id: Icd8f792c01ee5de73f2b8893d9b098f55040507e

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [1b4399dc9064589ff5ec6f09e3e65480d7cfd2fb]

        Adapt comment to reality (sal_Bool to bool)
        
        Change-Id: Ib9197ac8a402f4bf4019550f908f09a657dd6f60

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [5e5b86c425be4d67b7a5966c28a034e9616e19f4]

        sal_Bool to bool
        
        Change-Id: Ic17400b4cde699387b6fccbc0744aeb8ef5734c5

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [69cae997f95234d1f933e0c446c3946978269d31]

        SwTxtFrm::bFormatted is never used
        
        Change-Id: I25584aec4b3a855b7b3908c1ec478d7cce40909e

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [7c87db6ac33cd5b8514f319b10404f556916acec]

        Fix memory leak a simplify code
        
        Change-Id: I84ae9025d53d1544aa8ba0a56a2316cbf77561ea

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [81da8a36978e0d650e146c54f51740656130f23a]

        Fix regression: execute IsAnyFrm only if bOn is true
        
        Change-Id: I2d2ce5913e8737caba2391a4e40f4c72c1911f90

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [80a280d7a47f3c6f65d687789c2079460a30442b]

        Group common code of SwCrsrShell::Goto(Prev|Next)Num
        
        Change-Id: Iae3b6bc395530ac1d179fdd129239c32bf74d1e6

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [c28f492d83a45509670513003ef3773b07a8412b]

        sal_Bool to bool and some simplifications
        
        Change-Id: Ia30f93df3ee5d0cfef826d9b6d7d5506fca7333a

2014-02-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [f268099aad4c55cb29bed25179434f4798f57105]

        Avoid else after return and make code more readable
        
        Change-Id: I3bffc7aa916c2408dfb981837c58e90d7d4b16e7

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

        pick a reasonable looking place for a SolarMutexGuard for setting changes
        
        Change-Id: Ibfe88035900fb6aa638d9654b68a8b8b452c6c75

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [29556076048e6a0214ba152e345d5f26d12700d8]

        loplugin:literaltoboolconversion
        
        Change-Id: I8e99c9c2566af224566c704982b43bf8565f49a2

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

        SAL_DLLPUBLIC_EXPORT->VCL_DLLPUBLIC
        
        Change-Id: If8127ae939f6e38ab72919150ca6a6109355fb11

2014-02-22  Matúš Kukan  <matus.kukan@collabora.com>  [6ae1323442bfa647220d6c46219cff91a849873b]

        external: Use gb_LTOFLAGS only in LDFLAGS to fix building.
        
        liborcus was not building for me with -flto in CFLAGS, I would have to
        fix ar somehow.
        -flto in LDFLAGS is just to fix the build if the external library does use
        another library built by us with -flto: does happen for liborcus and python3.
        It's not like we would use -flto for external libraries consistently anyway,
        the only exception is icu: no idea why we build with -flto there.
        
        Change-Id: Ia54d619674b8999ce5e4b920ba77b1587c9cf48d

2014-02-22  Matúš Kukan  <matus.kukan@collabora.com>  [53ae62d5761034e808596816fd36475a8e02de73]

        'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.
        
        Something similar was done in vcl/source/window/window.cxx in commit
        076a7eacca48f203f0a8b9aa537e88fea9a88409 so hopefully this fix is enough.
        
        Change-Id: I11eb3c2d315a918056ffdee16c98c1430e174ed9

2014-02-22  Matúš Kukan  <matus.kukan@collabora.com>  [3ce65cb358dfd070224d59a34b55a5068fdbf527]

        Do not try to use gb_STDLIBS explicitly. It's used by default anyway.
        
        Change-Id: I5761d616e0b7255c2fbe17bb709cae0bdcb95910

2014-02-22  Julien Nabet  <serval2412@yahoo.fr>  [dbc78f2e41c22e0b25598c349e4496a5e0c53164]

        Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki"
        
        The fix of fdo#74875 brings a huge regression since nowiki must be used
        With this patch, fdo#74875 is still ok hopefully.
        
        Change-Id: Ic6ed34630b40b09ab4f63166cbb1985b6313d168

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [7330198ad5e7143672d5322ee85ce2944c7c7e1b]

        loplugin:pointertobool
        
        Change-Id: I3cf7449aa0d874030732ca92f482652e9c024433

2014-02-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9afdc0fb6bf32ab0f9dc8fe159db7f42bdaa2588]

        DOCX export tests: simplify namespace
        
        Change-Id: I656bba948ba672e68b8de262b06e18ded73668db

2014-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d7e2941d61262e957d4c857cac8dbf360ea128d]

        fix build
        
        Change-Id: Ic21c92a02d42dc69d66a69de0e5d8e55ee1c8cb3

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cd033b12cc50f48459b23faf68e96976c5882e7f]

        we only support simple labels in the InternalDataProvider, bnc#864396
        
        Change-Id: Ie31c5c73bb5185125fd4493c4e476997e2e9bc63

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9f2acf24bf5b7d3c7f4482d0d63d9a7ad9d5481d]

        we know the size so pre alloc the sequence
        
        Change-Id: Icd85ede4898a62833792c68b3e42ad7afa246787

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [66b16aec3dc8f48f37179b8f5bc5ceaad0e0beb0]

        replace auto_ptr with boost::scoped_ptr
        
        Change-Id: I52299aa147799214c83a87dbc99104d8ba9b6206

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cf5fbc124e29fb558f423152fa6bd2237de43608]

        try to limit the getPropertyValue calls
        
        Change-Id: I70b7a3b5f508ecb89d4e4e43cc4297805e83c9f7

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [02b73e7770868bd077c1916457e199f0e57b47ec]

        setting width and height always happens together
        
        Change-Id: I65ed326ed05474bf81d0323fe3dc61ed0d87cb4e

2014-02-22  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9eaf6ab9169b539aff219849877acb710cfcc0f6]

        remove some old code
        
        Change-Id: I6dde9ae70746a59eef8727f7798b6c58971e045f

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [887931b5f9e2519dfb57ec80092309fe67a7f308]

        C++11'ism
        
        Change-Id: If2e3f4f7cd78d37fb4bbc35c62742f56da662765

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [6306c7c2f22180efad513d7304038e3efe8790ed]

        some build fixage for old 32bit int/sal_Int32/long bustage
        
        Change-Id: I809b8d6bad9c435333231c53001b1a961b6325d2

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [f5a030c2d84e9dac150941f50e125b3c128d315f]

        loplugin:bodynotinblock
        
        Change-Id: Icc60ba3c9b5e79a25a8a55c613e4af96289461ed

2014-02-22  Stephan Bergmann  <sbergman@redhat.com>  [b5b22e5c041ef5a4f9419cb8f97a091883dedbf8]

        Fix 32-bit builds
        
        Change-Id: I904bd077a0a519f296155ba0d83c083e8bca67d2

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [f392ef868cd111f0d4a12842d1f1a68ea062bde4]

        c++11ism
        
        Change-Id: I0838eafa47aaed222aca30d234300f2c05697175

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [6e0823e3880e5ea26db868dbe0455e8c984744ab]

        c++11ism
        
        Change-Id: I54a32d1e07173e2cd5522e1b2e7ceff3b4f3378c

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [d36e60f6854c3226d4297fc3425ba010ed8f1038]

        Adapt to Clang <= 3.4
        
        Change-Id: If9c9d63d85ce29629e6453f2d69355bd64ac2fc5

2014-02-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [180f593fbfea238df97d006f6847bba3d9b0e317]

        fdo#74345: Some shared formulas cannot be exported as shared formulas.
        
        Excel's shared formula has some restrictions that Calc's doesn't have.
        So we need to check each shared formula token to see if we can export
        it as shared when saving to Excel.  Refer to the "SharedParsedFormula"
        section of the [MS-XLS] spec.
        
        Change-Id: I0ffce26700d2773bbd2893743edc6c03682c2ed7

2014-02-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [23d9591c6e31a76555eb7c52d46359713a48c9e9]

        fdo#74345: Minimalistic test to reproduce this.
        
        Change-Id: Ibaa25f974ff98a8a601acbab25041b16d3b8dee2

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [9377e44cf85a3871cf8b38f9cc1fb96da3490477]

        -Werror,-Wunused-function
        
        Change-Id: Ic792930c291bae1cf18ffd65548908e910c69c45

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [fe7a4bccfdc6ff7e10789e5512ac469a4dc44f55]

        Adapt vcl to various loplugin warnings on Mac OS X
        
        Change-Id: I4553ce218fbcf2ac681b284c71e7d558a451511c

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [216bcceee1ba908f617deb3f2404aff8085d5358]

        Special handling of __builtin_expect in boolean expressions
        
        ...as found in Mac OS X' assert macro definition,
        
          __builtin_expect(!(e), 0) ? ... : ...
        
        with type
        
          long __builtin_expect(long, long)
        
        The code in literaltoboolconversion.cxx is needed for
        
          assert(false);
        
        Change-Id: I42f87482c56986af74b2ec849db9852f74c7c938

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [3316202888f8849e26afe750cbb7db3087b9c416]

        implicitboolconversion: support for Objective C BOOL
        
        Change-Id: Id63f42fa8875211af9f41c21f3fa128403f8a880

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [fa4afe020d48ce872f6d7dfde946314c7b2a30c8]

        Handle ImplicitCastExpr w/ invalid loc from Objective C code
        
        Change-Id: I82cb8aa53ea5fd86d6ff46af876dd3f55e1123d1

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [411fcfff58bc49699b525a0e43d75b9f6121da6f]

        ParentBuilder needs support for ObjCMethodDecl
        
        Change-Id: I8883649da31eabbc5a0f9780fb953ad58f154e1e

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [278409c3f175b562453c8a7a0e139eadfe41ba11]

        Allow building compilerplugins/clang on Mac OS X
        
        (at least against a self-built Clang configured --enable-keep-symbols)
        
        Change-Id: I6e38688c78f78aca1864530042159cdcef7a0694

2014-02-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [0d2c1e6423b32dc933b08a821a98c0f175987222]

        OOXML roundtrip test for w14:glow
        
        Change-Id: I80dd71bad02be980229899845c1451df6f34dca5

2014-02-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [3554f377eac7446c3d91b70c740c22bb060b9313]

        ooxml: export w14:glow with subelements from a CharGrabGab
        
        Change-Id: I3e60f0532a18eba12f7a63c3e745668f54b8806e

2014-02-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [02d8db735bd2166cda4e997775d3e41ecee65c6f]

        writerfilter: add more w14:glow attributes into GrabBag
        
        Fix and add more attributes into the GrabBag, add attributes for
        an element into its own collection.
        
        Change-Id: I8d2e2fa35f4bc447c7e913e5c39223fc01f39d5a

2014-02-21  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [22a5e4db00a1372270b80f6f121fec91de1f20dd]

        writerfilter: fix w14 simple types
        
        Change-Id: I5693b7570227e1a337f03febc28f5ea336b4af7f

2014-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b544037c4fdbcb8958723bb9ea3d9a33f43e6ee]

        writerfilter: convert sprm:P{WAlignFont,TightWrap,OutLvl}
        
        Change-Id: Id2090637953d98e899481a2e802815cdc6244e50

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [27a03eb3ba2064cdcf14fc61bfd83facd1ef4282]

        WW export: make line spacing export clearer
        
        see also: SvxLineSpacingItem::PutValue
        
        Move para spacing test from import to export and
        remove a test case which tests a part of the same thing.
        
        Change-Id: I96da9f6ac7851bd74e34ab4a6d2a2f3499549a87

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d99c0e1481c2420e538fde62247747cf7ea32db4]

        DOCX export: remove some extra pPr tag
        
        StartParagraphProperties and EndParagraphProperties
        contains these lines.
        
        Change-Id: I05cceb64cfa8c2b1673d44009ef1914fcf7f3e6d

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [12f22bd7811d75eacc36f8ee8bc448bdbccb0b65]

        drawingML import: paragraph spacing inside group shape
        
        unotext: a conversion was missing during the corresponding
        SvxLineSpacingItem was filled with "ParaLineSpacing" UNO property.
        
        Change-Id: I02559ed7e8b46150a88eed2bf20afdf084aec47b

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [a14f55e0785664d04ec74aa060e6a1bcd661f183]

        loplugin:implicitboolconversion, loplugin:literaltoboolconversion
        
        Change-Id: I69bf7b3cace97dc7e1e5c362321b43d38dd36536

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [2462aa668f7109fc40de9fbf5e13e1f3fdf904cd]

        Minor updates
        
        Change-Id: I8f3580f10e8beee4103780be71a08929e9000bf0

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [e9a049cf1ab6e8e616ffc0b42860d763c202ce1e]

        fix mac build, c++11isms
        
        Change-Id: I91dba6c054511554e90006aa66134b17cca206fe

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [6bc639523fc350fa45a9d546e0bfecdf7e0f059d]

        WaE: implicit conversion of literal of type 'const char *' to 'bool'
        
        Change-Id: Ia0c05b93bbb5a399257d0e1ab8670aa95be01fd7

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [ae993046a9e51222eaac54e6d39325d928136719]

        WaE: unused variables
        
        Change-Id: Ia5bdfd7db7ed2769b34e8dbd7e0ed7dbe5499d34

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [87dc2bfecfc4e33ab9a174e2de4b575af99eb434]

        Include <stdexcept> for std::runtime_error
        
        Change-Id: I6ef2036f075c2992b692d9a227db257edc4a6955

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [47cedf845b376bf3d13f169c7d94f7f5e37578c3]

        other vclplugs need adapting
        
        Change-Id: I83c54b27dc58dfeac72462d8c5eb92a08b5e8e2e

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [01f1dae0aaa8f98db593e54f46cf35bd7b109796]

        WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
        
        Change-Id: Icc60d9dbbc8be68bd1ac54c93bd2506af6c01c0c

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [c42719bf5d320f449b55721d3a0e7feda61dc531]

        This uses boost_headers
        
        Change-Id: I3e587cf07674374c18fa49e0528c0d7f8605f0df

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [630ce26a254becab7b96abe87ac3094cf9c08f87]

        WaE: struct/class inconsistency
        
        Change-Id: Iedb9873bc36fa5854de56738351d3683e245024d

2014-02-21  Tor Lillqvist  <tml@collabora.com>  [691f87b2f1197fedfafa24aa7ae95f268243653e]

        Surely no need to check for malloc, realloc, calloc and free
        
        Change-Id: Ie2176e830d6c759657936b48c8ac6860aacf3d9d

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b2a13845559c1be7cade887bc3a337e87bc57a51]

        loplugin:literaltoboolconversion
        
        Change-Id: I5796e8b4c156b13c5cab42bc0012d241efb1c4d9

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [79b6edcb6854989253021295e8d35ecfcf0a3874]

        I missed a nullptr c++11ish
        
        Change-Id: I048efbb816fc4f4e91eb3a80a16f3f82b52599e0

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [c8ed5991709725d7cade48a99a09cc26243f4b95]

        restore translatable Auto text
        
        Change-Id: I379c48615f2934d451bf12c1b1005cc98e2e7d4f
        Reviewed-on: https://gerrit.libreoffice.org/8162
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-21  Tobias Lippert  <drtl@fastmail.fm>  [076a7eacca48f203f0a8b9aa537e88fea9a88409]

        Bug #63962 Dynamically scan the config directory for icon themes
        
        The hard-coded icon themes have been replaced by a dynamic list
        which is filled by scanning the config directory
        
        Conflicts:
        	include/vcl/settings.hxx
        	vcl/source/app/settings.cxx
        	vcl/source/window/window.cxx
        
        Change-Id: Ie3680ffe27d06e375acf22753e036cb6ddabc4ed
        Reviewed-on: https://gerrit.libreoffice.org/7935
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [1ec263e25d8606c70ac2089d5ceea22750d25daf]

        DOCX export: initial support for the DateField form control
        
        Before we started to import the date SDT as a form control, we exported
        what is now the HelpText property on the control. So as an initial step,
        export that back as plain text, without any formatting.
        
        Change-Id: I569e6690b0c580d8073611b48d610f87974145b3

2014-02-21  Tobias Lippert  <drtl@fastmail.fm>  [a9cfb745c5ade8b05b97a33c4cb5cc66941b803d]

        Replace handwritten reference counting with shared_ptr
        
        This will help to avoid race conditions because the shared pointers
        are thread safe and use atomic increments.
        
        Conflicts:
        	include/vcl/settings.hxx
        	vcl/source/app/settings.cxx
        
        Change-Id: Ie3d27d6412167855a0cea1442676b81b733c15e8

2014-02-21  Timothy Markle  <tmarkle7@gmail.com>  [441ef2e9c6e72ea8ae47c707cc29d1cd068a47a1]

        Remove <!-- --> in <style> in writer export to HTML
        
        Comment was used to hide <style> contents from old browsers.
        No longer necessary for browsers now.
        
        Change-Id: I1ffe77f9cc05b0c1579be379360a43a227420308

2014-02-21  Alexander Wilms  <f.alexander.wilms@gmail.com>  [42deae1e9d3ea0ed4ff5d1423c786d15ebcebfea]

        Translate German comments and remove superfluous ones as well as visual noise
        
        Conflicts:
        	sc/source/ui/view/select.cxx
        	sc/source/ui/view/viewdata.cxx
        	sw/source/core/text/redlnitr.cxx
        	sw/source/core/text/txtfrm.cxx
        	sw/source/core/text/txtftn.cxx
        	sw/source/ui/table/tabledlg.cxx
        
        Change-Id: I23371b913514d656552bc6f7fb4ba554ee6a3694

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [f6fef3a970eff5b81c2bc7390ddd6ac96931a92a]

        coverity#1130457 Uncaught exception
        
        Change-Id: Ie65cdb00ec8823db329d2330ed142f4d841b095a

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [ea89446d5d7040f008c7b6c56afca03f738f7ec0]

        coverity#1130458 Uncaught exception
        
        Change-Id: I2fd30daef6df18d0ef25132f9c0e445f613da10f

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [c7a6e0645acc5bf6d92fda8986410866272bbbd6]

        coverity#1132721 fix exception specs
        
        Change-Id: I1c499f8b994d29e265a66f4219d4c3fddb237a89

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [59fa74396ff21c98decaa83be724054e5080a536]

        add missing modelines
        
        Change-Id: I1823890217eb11ba4206b9fd28389c633c7c4f89

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [6550fa520638a3d3b37d1810e3c24251c0a421fe]

        coverity#1132723 Uncaught exception
        
        Change-Id: I2b3e85875a0f706a1dfdf0177337aa9fe71a3540

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [09f9a79b112aae36d54520568962d84a931f6491]

        [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException
        
        coverity#1158397 Uncaught exception
        
        Change-Id: Iabf0b1f0500cb4218d8cb3aff372777471e8f287

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [c1587b74c15d35fd85069d3a0f1ebe4770549021]

        coverity#1158357 Uncaught exception
        
        Change-Id: I7d93f1c1a4e9c4b91c385d6f9e1aaab2fe635327

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [b9cb27effd2f0d137af8e5fe59f6aaf489c10418]

        coverity#1158515 Unused pointer value
        
        Change-Id: I3c5be18ccd0f79079ed91f0793955b1ebab72586

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [f19dd9ad207491edc9fb169676a307da237a11c6]

        coverity#706146 Copy into fixed size buffer
        
        Change-Id: I1d774cff476a2ce7fe1e4b4ba1e64bc42a6ff27e

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [7a7ecf164aebfff10b88cd3ce327ebff8c41af89]

        coverity#705963 Dereference before null check
        
        Change-Id: I6371ef5e838d1e66ea9aeba75f554eea93426139

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [0e0ac7cc65bbf48d8bbb311108b3602a030b48d6]

        coverity#705038 Explicit null dereferenced
        
        Change-Id: I63f726764d68b92e2272951c9dde14ef3a60d6df

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [7af46fb2f080c014a5330c08a6b773dd8c757964]

        coverity#706691 Uncaught exception
        
        Change-Id: I130f80a45f3d207c34bdc2b4b3cff9536fbe185c

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [121446a6ffedecf18d88421c821b3faa323e03a5]

        coverity#737447 Uncaught exception
        
        Change-Id: I416d5b7d42a5ea49f40a18aaf4e1041307914c33

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [4712767c1901efef268c1ae5f5e3a47ddf363811]

        coverity#983681 Uncaught exception
        
        Change-Id: I13b97703f6f9c3411e6da8ec3c71f6e51c8bfc13

2014-02-21  Andre Fischer  <af@apache.org>  [ad0c4bf5790546242884da0c2ec281f2db9e14a0]

        Related: #i123197# Fixed selection problems when switching...
        
        between normal and master mode.
        
        (cherry picked from commit 163d414311b0c8bcb1b0ad7c7cbf364e0ad4e4c4)
        
        Change-Id: Ibabee4c67367c367a9ce1c5afffa76efa3f66bd7

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [0f82480261a177cbb4f83548c8ce578056bb625a]

        Windows vcl: sal_Bool -> bool fixup
        
        Change-Id: I60cba53ec0a5aaedf20b6c0c295a91be226b4354

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [16e7112f3e34302db168bfbb8f3b3882d6358715]

        -Werror=parentheses
        
        Change-Id: I8e64440635d9d94d62c67fd542b39a2436390de2

2014-02-21  Jan Holesovsky  <kendy@collabora.com>  [07338e20663f9a52f819d0d0c93e8599406d1ff2]

        Kill copy'n'paste.
        
        Change-Id: I3d457efc89873ca92a4458b1ac0a125848c942a8

2014-02-21  Jan Holesovsky  <kendy@collabora.com>  [fd859ee5802d6fa353526e632b49a8208444769e]

        Related fdo#38054: Don't crash when opening this document.
        
        The document itself is (I think) corrupted, but we shouldn't crash anyway.
        
        Change-Id: I7ecfaed7003de2976e47992c89bb695a5cdffda4

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [8b2e014a99978434b2d973993c93b583ee8a62c7]

        -Werror=parentheses
        
        Change-Id: Ibf897ccd5c89d8ba86b6d7838d43b9e23aac79ca

2014-02-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [00856ac90d4a230d6f219937f836ca0e9f3fe1e3]

        fdo#71077 wrong tips for some calc functions
        
        Calc functions with name X where also calc functions with
        name XY exist show the tip for the first XY function
        instead of the X function as soon as the '(' is typed in the cell.
        This fixes that.
        
        Change-Id: I4dc6280db904765e40eacfe33be6a7e25e84ae79
        Reviewed-on: https://gerrit.libreoffice.org/8143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [194198098d6a6d5b1ce580a35d83ba5e831c0c97]

        coverity#707716 Uninitialized pointer field
        
        Change-Id: Ifea113d6fc0d6dd764a25cb6e70b9df41b7279c7

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [b6662967ab434f36504068687727ea6fdee66e79]

        coverity#708532 Uninitialized scalar field
        
        Change-Id: I9de7a5b3f42f1810639663c25965b196a8959f3e

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [470b21a2bcfb262df7337380815a127df00f5479]

        coverity#708680 Uninitialized scalar field
        
        Change-Id: Ic96a03a987d668756b9bfb4cfaf2a7fd9eebfa46

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [2fe8563664e1cb29716f1924e652e4192d2973d7]

        coverity#708687 Uninitialized scalar field
        
        Change-Id: I51c0ef414fff82b8cf932d7c99b18f561c113196

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [5c946483546784623fc74ea3a51517118a6d9ef2]

        coverity#708696 Uninitialized scalar field
        
        Change-Id: If22c709ebab80d626d3d409fd6ba718781cff07d

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [3a3bdb2f6eccc8b806baada2ff201465ba453f55]

        coverity#708698 unused mbAdaptPercentage member
        
        Change-Id: Ie94623b31b7874dc05a3ea5a7a6709b9487a5aa6

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [ee9729265c9836935898b3a89d899d4dceb16bc9]

        coverity#708700 Uninitialized scalar field
        
        Change-Id: I294e455eb2b8853f2fbe43527a960e30d32c88c8

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [f65b691d9833d4836883b384465f929cebb97482]

        coverity#708702 Uninitialized scalar field
        
        Change-Id: I89bab63349a5d89df0683eb36c3e69b6370e2ed1

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [94c87ec911ebcc1ed90b6aabe8854ff77f8a4ed0]

        coverity#708704 Uninitialized scalar field
        
        Change-Id: I135988584eb00e891bbc6410f3cf80f955f046ec

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [25f5b28f2748405b39238da8cbc19a043c79e09f]

        coverity#708705 Uninitialized scalar field
        
        Change-Id: If48058d1f5cfb1c91c996f2921381b9c74aca04e

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [04a8c9eef44eedb4ec8ae73df558e80aa118df13]

        coverity#708707 Uninitialized scalar field
        
        Change-Id: I36432d090334440b596dfcc56339f10cb0b96426

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [b81e528803e495f8482c66f4d016c115a1547d83]

        coverity#708708 Uninitialized scalar field
        
        Change-Id: I1b0f4ed24dd6c1281f2170e5b1199435ce1409f5

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [e28cbd90842a1f9575a15837533917e28bb4e8e7]

        coverity#708711 Uninitialized scalar field
        
        Change-Id: I3f67e5609d0c25837b56d65ade364fc29c87d057

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [861c92c7c004ac0b06db05d6d570656679e6ba18]

        coverity#708712 Uninitialized scalar field
        
        Change-Id: I11ac81246cba518763a9af759fa4b08880c90ae8

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [d44b788e7a036a51601865319836263b2fbd242f]

        coverity#708713 Uninitialized scalar field
        
        Change-Id: Ia7a75985df0ad80e7cf0006b63a3f2a25c93bab1

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [fec7d941d06b651013a8c08fa5128beacbad637d]

        coverity#708715 unused member variable
        
        Change-Id: Idc7c58ec1f2646276e16177dcb748daea8f85849

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [b3e31cb9a65ca231fd9185c92096a52883191d0b]

        coverity#708718 Uninitialized scalar field
        
        Change-Id: I77c96d2b070f5c4735de000d7513d0867626bd5c

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [79941154fed8a9567e91ceb092865e58be6acd94]

        coverity#708719 Uninitialized scalar field
        
        Change-Id: I8188b0c1ac443938e645c41b9e3cd6eb340732aa

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [537a6be2a81255ec4f1f90c6f5fa699f00356a88]

        coverity#708720 Uninitialized scalar field
        
        Change-Id: I62a103fb6c194f7e5cf88495be39759e349366f7

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [105cd45a98574c0b90c6cc36c9db184c6b499758]

        coverity#708724 Uninitialized scalar field
        
        Change-Id: I797a2e31550642be937c4641c12bd6c71dd6cba2

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [43403d14c2c0f89845fa5a6816bc1b67f54d1830]

        coverity#708725 Uninitialized scalar field
        
        Change-Id: I65f2b71422cdb62e2bc29c4825c0cede590720f4

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [cb232b41cd4a3c1872c3b3dffcad556810b9c441]

        coverity#738579 Uninitialized scalar field
        
        Change-Id: If5494435c5aa536a78a6b923d30c63861d0a0dd2

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [7dd4c9212862a79389a9dce1caf0c6e26479daff]

        coverity#738587 Uninitialized scalar field
        
        Change-Id: Icf9146eb541272e7219ce3bf00c296b930538835

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [2ff57a77d858c685b78e8206f144ae9977208e21]

        coverity#738611 Uninitialized scalar field
        
        Change-Id: Ib80c34fa3f6e6cbfc14cc4fa97afec24228c382d

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [b9179d8798aedea2f7dc5d93d966028fb3dbde14]

        coverity#738612 Uninitialized scalar field
        
        Change-Id: I6d2ffdfe3a4e70c6588988be9026e28411ee273a

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [649bb48e2a55ce51cfcb51687da3136d5b130043]

        coverity#738613 Uninitialized scalar field
        
        Change-Id: If6166e4b22afcc0afc5f552652ab76f5e21c52de

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [86ff16b9c9af1da67656142233ec528a5bfdc6c2]

        coverity#738616 Uninitialized scalar field
        
        Change-Id: I8dd9daa06c86f14430ea0a8d1485daad93f63eee

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [ead9f07bd23fcbb59937998c77ebc9c1a771fc3b]

        coverity#738617 Uninitialized scalar field
        
        Change-Id: I4e90e3c0d583925bebfa2468e4c6b87afbe5b993

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [75cb13c406e8f715e846562cb07a8ed5c580357c]

        coverity#738618 Uninitialized scalar field
        
        Change-Id: Ib54d8f080a8590a3deb75ec26383ef3f44636375

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [9121492f552565d6fca2d9223b37418c7c062b21]

        coverity#738619 Uninitialized scalar field
        
        Change-Id: Ibf3519d6ce6851aac5f31f9a793202ae8a7d2f97

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [0dcc0a52951b2adbb046b43ed0ab40d7fe013bd9]

        coverity#738620 Uninitialized scalar field
        
        Change-Id: I1359d9dcdeecb744025b048a998d5c8e08bb9265

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [f52edff02d40b710ae32c5e4925d7afb57691e72]

        coverity#738640 Uninitialized scalar field
        
        Change-Id: I82b91df0c26f2e4a741c3713e7ea91f29194b39d

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [c94f566aa40a8fbb8ca6bda714b42024d2767bfa]

        coverity#738644 Uninitialized scalar field
        
        Change-Id: Ic1c910cf2187405e966576bdba1ff606b23d993b

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [2484bf5804f5114c7afd0bf1516cbcf7a78eabaa]

        coverity#738645 Uninitialized scalar field
        
        Change-Id: I85496d643cfadbf7b6daa5d0c5e2b6d9382dcb5b

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [4e89ae1f4678fc214f1fa26d6a5a90bc747b0794]

        coverity#738646 Uninitialized scalar field
        
        Change-Id: I111f970932451a4557920b6988f6e1d508c462ed

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [2fdde893a762792815b2a2a2d269c154ce8226a4]

        coverity#738648 unused mbLinearBoundingBoxUnits
        
        Change-Id: I25f6d4a4ed5e6d7c295c0a63b50de6540e960257

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [c240312721bedc4ddcc496605f251c3e1670f234]

        coverity#738649 Uninitialized scalar field
        
        Change-Id: I2725db20159c92b7cc1b06cd3f2902803bf8d376

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [ca7c3debbd38d6ac9661cf0ef3abfc073ebaef23]

        coverity#738652 Uninitialized scalar field
        
        Change-Id: Ie191910d49ee9f622bc407a768e79671698d2ac3

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [466e8bd416bfa1e64c36e12c44907bef1118f44d]

        coverity#738654 Uninitialized scalar field
        
        Change-Id: I92909b606e06f3d86fc3b66aef1ac52e5d706967

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [09f93567e92c9485bc802d02a3d20cd16fcebf60]

        coverity#738656 Uninitialized scalar field
        
        Change-Id: I49e3f47e318ae342738dd1de90673e2aee2bb62b

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [ea7d4d24ae2012e9e1f798179593861c5de309cf]

        coverity#738658 Uninitialized scalar field
        
        Change-Id: Ia8881da44745b771fea69b74e58875658aafb15e

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [e681a45baf57e45bdae520137951019afd6f078a]

        coverity#738660 unused members
        
        Change-Id: I59cc7a044b54643e00132d51c932f0e703e3ff4f

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [addc8962d19101eb852ffa0a7b2bc0cef416ecfb]

        coverity#738773 Uninitialized scalar field
        
        Change-Id: I24374fa86e61b2c43415ca3e0dfb116ee56b0c18

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [8ceafd984f2177bf50c25d3952df239dc16389eb]

        coverity#738774 Uninitialized scalar field
        
        Change-Id: I610f12dead8f70507cc6c6068edaa1c3b1c1e18c

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [1772d7c8784ce24f898b105d1b4a2c38c4bcafce]

        coverity#738798 Uninitialized scalar field
        
        Change-Id: Ia3ce1ead1a6a607d59a12b900db051146d781c18

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [39c173501a7888ed9765cce65782523a858e9fdf]

        coverity#738799 Uninitialized scalar field
        
        Change-Id: I9cf880ec159be6404f0919b282e8214d681f2967

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [348c14dfe5e03f01d951f027e420e5fa15ee725f]

        coverity#738806 Uninitialized scalar field
        
        Change-Id: I8a1bbb0c2d99a3b6db1e75250e2ebb39df016aae

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [066a53e9d6c561712193eba022bbab280164af3a]

        coverity#738808 Uninitialized scalar field
        
        Change-Id: I2fc972b9d4118b31444a9b5236199ca445e642d2

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [eb7e473e795e86bb155290f9db4182365c81186a]

        coverity#738812 Uninitialized scalar field
        
        Change-Id: Ia3c46e5c2f443cd7fb196f651e2ae0b22816c769

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [7be107378b4eaa4aaeaf5199229d175c952d8655]

        coverity#738813 Uninitialized scalar field
        
        Change-Id: Ibd63cdba123a1171b40780bb8a9ab6ef1af6e8a0

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [11a671ac5b176c40a2b5a32d2bb8201e95f4b8bb]

        coverity#738815 Uninitialized scalar field
        
        Change-Id: I64379b438718ac1043fe7583a9eba966d8d83853

2014-02-21  Armin Le Grand  <alg@apache.org>  [6e3dee395baaf333f0b5b7eae18200bbe5e4c555]

        Resolves: #i124085# improved support for PNG clipboard format on windows
        
        (cherry picked from commit 3bd259ce52b15e968302ecca39f72d06af66e301)
        
        Change-Id: Ie9b677d8948912b372a13353cd82a2f5e2f1cf49

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [dd30c02aad0f5b65ab42ca288d17f5040bc9efa0]

        Silence false "control reaches end of non-void function" warning
        
        Change-Id: I4614f445b23aa5c498b7b64a181cb5ca74f18081

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [d6dfeb95885a03e6f255c0be75b2dfa9258c61cc]

        Mac OS X vcl: sal_Bool -> bool fixup
        
        Change-Id: I77a2e7957351ca6da44948e5a28d08116e1cd14d

2014-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [32ada80a9f47b095d7b0c4d16e3422f6ef7f2ac2]

        DOCX export: make sure a graphic is only written once
        
        Even if it's referenced multiple times, because of mc:AlternateContent.
        
        Change-Id: Ie4cb0ec088d12be5421bac43113c8ae4636028e0

2014-02-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f6df3835fec71ea61894f9a3bbfe5e4a06a5495]

        DOCX export: fix image counters for multiple documents
        
        The next commit will have a testcase for this, too.
        
        Change-Id: Ia4ed1bb5095cc1ade78a404ec3328b7d1349dc3d

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e8f8f24c8415898c787bbfb629247ed62e73a2b9]

        vcl: sal_Bool -> bool
        
        Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e

2014-02-21  Stephan Bergmann  <sbergman@redhat.com>  [1c8402465cfd4df862409dc310f5f099d044c4d8]

        Don't unnecessarily(?) drop compiler flags when rewriting
        
        Change-Id: I674d1eeecee593e0d6ed83c34e2afa0ccad633b0

2014-02-21  Jan Holesovsky  <kendy@collabora.com>  [8a467da032954f4591ed30c0ca3a9bc05b343e06]

        html: Make GetColor() working in lower case.
        
        To be consistent with the rest that works in lower case now.
        
        Change-Id: I6fe40e71393230bbde8e283b1f98479bf644c610

2014-02-21  Jan Holesovsky  <kendy@collabora.com>  [0f1b3df7a35251e077404c4534bc14a35fd0501a]

        html: Lowercase the html colors, and make the comparison more robust.
        
        Change-Id: I5fb3b1c8ea3692864707489ff9a82b78c5647d4a

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [c84a79f095aeef527cbea7eaf09777047cee6c1c]

        Use gb_LTOFLAGS for python3 too.
        
        Change-Id: Ida2dee3b66dd7fbc7942d47a13ce38dda82db866

2014-02-21  Noel Grandin  <noel@peralex.com>  [db0222881be20744c071be451d77a7dc4a0dbb56]

        editeng: sal_Bool->bool
        
        Change-Id: Ie2c8bf805461d61de2dfa2658160fd612959932c

2014-02-21  Noel Grandin  <noel@peralex.com>  [63a4219e6992ad089c7612da0da2f668c89de3fd]

        editeng: sal_Bool->bool
        
        Change-Id: I1a4b8ff5ccecc2776d1f145f8763f3dab6afb38b

2014-02-21  Noel Grandin  <noel@peralex.com>  [a32ed92c953b6ad39a993c530d43f5d91c34be79]

        editeng: sal_Bool->bool
        
        Change-Id: I64cde75157fbdcda6ac92ca4064e6ab8197114c1

2014-02-21  Noel Grandin  <noel@peralex.com>  [239820a7ac9b6e9800973270142bcf7f7a8db322]

        editeng: sal_Bool->bool
        
        Change-Id: Idc081fb757cc83a17e4f557ed1311d7722a57998

2014-02-21  Noel Grandin  <noel@peralex.com>  [b7180bd14fb5684886f8f90dbd1fa59bf6f0193a]

        editeng: sal_Bool->bool
        
        Change-Id: Ia9b76985ea0b9c511208b8283c8487c89aa67b88

2014-02-21  Noel Grandin  <noel@peralex.com>  [7e06ccad8f4d654585f3aa6dbdf2933370d60756]

        editeng: sal_Bool->bool
        
        Change-Id: I36cb765d87ddef1fba3447a3ea90e5285cbcd678

2014-02-21  Noel Grandin  <noel@peralex.com>  [72c64c769191a673c83ce7ea4a626128fa5c8558]

        editeng: sal_Bool->bool
        
        Change-Id: I18717328ccd37649683b0d8cb57c85629cdcb4d9

2014-02-21  Noel Grandin  <noel@peralex.com>  [5a5a80dd5c19541fd1c0d40d9b0ecbb60bc0a1ae]

        editeng: sal_Bool->bool
        
        Change-Id: I92935238ff016dc441db72e3aadc28466fe84e68

2014-02-21  Noel Grandin  <noel@peralex.com>  [32ef676504de5a35e9ee4ddcce9313dcab7d74ee]

        editeng: sal_Bool->bool
        
        Change-Id: I1b215ef78bcade675a2f80def0d6d5afe0ff3d2c

2014-02-21  Noel Grandin  <noel@peralex.com>  [16c8fbfa07f07587d72713e476383b88017c13c2]

        editeng: sal_Bool->bool
        
        Change-Id: I5f0b49b7a51f32fe4974739d2610204adefc4faa

2014-02-21  Noel Grandin  <noel@peralex.com>  [e41ed900a460e6fe797d176b58c1c5269a5f84e1]

        sal_Bool->bool
        
        Change-Id: I2849ab93619a0a8c9d28b3c43d370ee483820678

2014-02-21  Noel Grandin  <noel@peralex.com>  [327dde336ed3a318c08dd19894b0fd84c9a0eb57]

        editeng: sal_Bool->bool
        
        Change-Id: Ib1113ebcfc523c8c97731debb2bf456a8c99d802

2014-02-21  Noel Grandin  <noel@peralex.com>  [a1d5ff63dbdae3406c81c4b2edcbb8d22112582b]

        sal_Bool->bool
        
        Change-Id: I0c2297ffa00ee23160f65b2859043fcd4842098c

2014-02-21  Noel Grandin  <noel@peralex.com>  [442de7c63156056281d11b81caa7638814ba5658]

        sal_Bool->bool
        
        Change-Id: I82784b515cff6fcc1950a9f72f254f0e62fdbc05

2014-02-21  Noel Grandin  <noel@peralex.com>  [17a18aa67657ebfcb044815b64013e6163bcd070]

        sal_Bool->bool
        
        Change-Id: I08470e3b7ba845104c5bada11fb5b2d160a8aaa0

2014-02-21  Noel Grandin  <noel@peralex.com>  [634081d5de8a7bf88c5d21b5b9082d4eea7da02c]

        sal_Bool->bool
        
        Change-Id: I65c60ae987263b96ac1a0d727f5c4e33431d7767

2014-02-21  Noel Grandin  <noel@peralex.com>  [d9fd1d531036c3014de081ab012c556c2a416039]

        remove unused return value from method
        
        Change-Id: If8ad6d01e92bb6df429acca03df0b40a4e2b7f1d

2014-02-21  Noel Grandin  <noel@peralex.com>  [87612bfee4ca5165a358d73e891e440bf988b725]

        sal_Bool->bool
        
        Change-Id: If8d90d507e29caaf8ceb41deb9cb5eb54476773e

2014-02-21  Noel Grandin  <noel@peralex.com>  [8be2cbc856fb5ba61203872d8f01ed8162aa4256]

        sal_Bool->bool
        
        Change-Id: I8623ebe2d46cb897d4dd0c0ec9c136d96af0186c

2014-02-21  Noel Grandin  <noel@peralex.com>  [4692d28e9028b287689e60e7c689f31fcf63641b]

        sal_Bool->bool
        
        Change-Id: I83a9267cc461c2921b5da04a1122539ba0ac7d2d

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [456b92609cdd0795e165ca4487419d1f329bb158]

        fdo#74584: complete revert various previous changes to upcase HTML tags
        
        f1f8b3bfdc3406ea79b662a2fda3d0c1cb87bb10 says it reverts
        
                commit 3c84fa61570113d1dfb2523ab88f268eeeb46c3c.
                commit 96a1f60aeb2a7954533da9b4aa4947efb7a65e70.
                commit 1f74a3ce201bad68f160584900285e2c087ab2c0.
                commit 3d481254a07fe82d11953f9825a2f8fc6eeabc0b.
        
        but only reverted 3d481254a07fe82d11953f9825a2f8fc6eeabc0b
        
        Change-Id: I0530bd0b176b1f1e9bbf8eee78376991c664a850

2014-02-21  Noel Grandin  <noel@peralex.com>  [b32658e7c492b33c15c738f6dd365b921f29dbc4]

        cid#708091 Uninitialized pointer field
        
        Change-Id: Ibc068d4a077d3715f4f8c28d20f53167686cbbee

2014-02-21  Noel Grandin  <noel@peralex.com>  [628dbbc99e0841c84a046eda572c35b337c5c1bd]

        cid#708083 Uninitialized pointer field
        
        Change-Id: Ic0b5b9f70c09127c4b73a4faf38383cb4cfa1d67

2014-02-21  Noel Grandin  <noel@peralex.com>  [be5d879b540ca7b897e844927a6ce2cc4e4b6f40]

        cid#708029 Uninitialized pointer field
        
        Change-Id: Ifb61a1db7a0527f4d722a753c0918ef035436997

2014-02-21  Noel Grandin  <noel@peralex.com>  [09fed2bcd3653f53f68a51b9162ba1f27b86fb2c]

        cid#708014 Uninitialized pointer field
        
        Change-Id: Icfffb7ce6e34f31ae1bcc2964460e59f5486399d

2014-02-21  Noel Grandin  <noel@peralex.com>  [b6c8a233f272a36ad2595b7589a2b0afd987ec0a]

        cid#707998 Uninitialized pointer field
        
        Change-Id: I7e72f2e3f2d62c0f293f9cdab212fabd74452b4d

2014-02-21  Noel Grandin  <noel@peralex.com>  [f5d4d2bf566cd55394d1d1f30ebcb5a180089fdd]

        cid#707946 Uninitialized pointer field
        
        this field was actually only used to swap values between other values,
        so convert it to local variables
        
        Change-Id: I274e8978651f905c0bd2391ac4baaf5c23388425

2014-02-21  Noel Grandin  <noel@peralex.com>  [2cd2130d67035d2bbfb5ebca6a82d0a53f89e298]

        cid#707898 Uninitialized pointer field
        
        Change-Id: I9e972da45b10d6c88ade34fb69cb49affd2063fb

2014-02-21  Noel Grandin  <noel@peralex.com>  [2b9fe0c75ee93aa52f58dcee10c692a672b0cff7]

        cid#707865 Uninitialized pointer field
        
        Change-Id: I86c90a95093d6c90cbc733164a3b773468575b5b

2014-02-21  Noel Grandin  <noel@peralex.com>  [9a20dda460e6357cb81953e5e1f546560dc795e3]

        cid#707824 Uninitialized pointer field
        
        Change-Id: Iac235ecd1cbbfa8556465e475aeacd133994423c

2014-02-21  Noel Grandin  <noel@peralex.com>  [86a094eb2b4fc602462e7ac3513c3b2eb032f7c5]

        cid#707819 Uninitialized pointer field
        
        Change-Id: I1de998797c4470154fc9f290611da0bb2642fd45

2014-02-21  Noel Grandin  <noel@peralex.com>  [29b1626028e7ba09e098fbeb6addd5390691743b]

        cid#707799 Uninitialized pointer field
        
        Change-Id: I222dc6a0f4d2d097e88ee953270c5c6f7382213e

2014-02-21  Noel Grandin  <noel@peralex.com>  [0b79bda0e09ead9f4a3be9f5563dc874a72cd4f9]

        cid#707794 Uninitialized pointer field
        
        Change-Id: Ic7bb4c2cf90e47f32d62816bec4939669584b942

2014-02-21  Noel Grandin  <noel@peralex.com>  [69388f47539f1d5dedeb8544489ad6953434c2fc]

        cid#707782 Uninitialized pointer field
        
        Change-Id: I3392cc01c0f7f69d166900a0dca9a9fcef239772

2014-02-21  Noel Grandin  <noel@peralex.com>  [702b2e12697fa9c270bf8642bfc86f11d5d2c04c]

        cid#707739 Uninitialized pointer field
        
        Change-Id: I3203b29819e3f355469f5d57addff371e1e3d73c

2014-02-21  Noel Grandin  <noel@peralex.com>  [d449366679c5c5a3bcd08012d74ec11ed35abc1b]

        cid#707728 Uninitialized pointer field
        
        Change-Id: I95528f444113ce7e70afe040b6c3e95966a561a2

2014-02-21  Noel Grandin  <noel@peralex.com>  [e0e370a13d5bd90a25ceb0930539e27bdbb28a5f]

        cid#707727 Uninitialized pointer field
        
        resolved by removing the field, since it is unused
        
        Change-Id: Ia543877ee645023bf6e1ee3c4f396cb082517f82

2014-02-21  Noel Grandin  <noel@peralex.com>  [5fbb16410079b67693d7087726cde5a135b67524]

        cid#707712 Uninitialized pointer field
        
        Change-Id: I95205c6cccac00f782f457215fd650551fe67274

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [a11dff0342cd826c6e680a83a011e606595acfb7]

        Build liborcus with lto flags. To unbreak linking phase.
        
        Change-Id: Ie24054a9c0538187e1b234101dd41f30306ec2ae

2014-02-21  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [682ace7031b8bd0a8ee8d1ba10e95823755895ed]

        fdo#63154 Remove unused solar.h reference in editeng
        
        Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
        Reviewed-on: https://gerrit.libreoffice.org/8119
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-21  Honza Havlíček  <havlicek.honza@gmail.com>  [c6fd524295c0083c9a1e3f52a6abe6405cdc25a9]

        fdo#70414: Add dependencies for solution and create solution for all projects
        
        Add new Visual Studio solution for all generated projects with name
        LibreOffice.sln and add dependencies between projects that are in same solution.
        That allows building by "Build Solution" from menu of Visual Studio for most
        projects (12 projects out of 319 fail).
        
        Change-Id: I834f36f01dfa64ce43a5f9da605efbeefc92bc66
        Reviewed-on: https://gerrit.libreoffice.org/8150
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-21  Caolán McNamara  <caolanm@redhat.com>  [5c3a6d383e9aa89252f796a6b17adf81f2bb40a1]

        callcatcher: update unused code
        
        Change-Id: Ie4df15ab292df51274d983d31ce8e21e0549de81

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b733190b0eae3177a30e09054a764eed4f616ba2]

        DOCX export tests: increase strength of testing nested text frames
        
        Change-Id: I370f22ee948f5a760ba01c98a8cfb5fac96f98b7

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [756d0b1dff3cb5c3cab10c1f14e4dae6ac3ba135]

        drawingML import: run fonts inside group shape
        
        Change-Id: Ib54fe868c11c0c22b85d8821fa7274c80918362c

2014-02-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [191f648ffd97b58f57afca65961e5dbcc2bbe724]

        drawingML export: gradient fill defined by imported theme
        
        Plus avoid writing out empty <a:gradFill></a:gradFill>.
        
        Change-Id: I50fa92b2cc30eedfe28a8c6af697d43d98a3aee8

2014-02-21  Jan Holesovsky  <kendy@collabora.com>  [1d512fb31c20e17426f0652234a1304ead2d8c8d]

        Update comment.
        
        Change-Id: Ie2aeb65760fc06483f709a4194b9ee1d1f7a8955

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [f96926c1c22a1bceea42f4ebd5ec610d48833c18]

        vbaobj: One more ctor feature for ScVbaGlobals.
        
        Change-Id: I741d1e0af1d6f631b321b76172b988262c0f709f

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [65a43d682f979bfb6189dfc4e138ad9ac34adcae]

        Linking globals named 'sDocCtxName': symbol multiply defined!
        
        Change-Id: Ib199ecb02b0e0f8382fcf1702652d9ad0fcb1765

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [ffaa20a1de7c34a71babc2c777e896fd02e7b98d]

        ScVbaButton -> VbaButton in vbahelper, the same name is in sc/source/ui/vba.
        
        Change-Id: Id85002ba80335a2a7c662cb1189ecabb05bbf8b9

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [6dd1da1045bb49944fbd288703ac88c3cb71158e]

        vbaobj: Constructor feature for two implementations.
        
        This was done only to avoid symbol vbaeventshelper::serviceDecl which
        is duplicated in sw.
        
        Change-Id: I3cbeeee9d64765685223bbc53ced551876a717ae

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [dbfc495a9ace0865d764dad7404633a12cda2873]

        Add config option used when we try to link one huge object file.
        
        In theory, it should not be used, we use it now to mark duplicated
        symbols from sdi slots as weak. See idl/source/objects/types.cxx.
        
        Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [d5951c04195e050d65d44c9578bd339dd41eee2f]

        Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.
        
        So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to
        autogen.input and it works.
        
        Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e

2014-02-21  Matúš Kukan  <matus.kukan@collabora.com>  [ecf0dd03e93b2b048eb029f43ab206e6d5010af5]

        Do not include pngtest in static png library.
        
        Because it contains main function and creates unnecessary problems when
        experimenting with linking ~everything into one object.
        
        It's not mentioned in its tarball's Makefile.in with all the other
        source files and is not needed.
        
        Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d

2014-02-21  Takeshi Abe  <tabe@fixedpoint.jp>  [5f17e5eaad665337c7d8b7f05a61adc21d80a073]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372

2014-02-20  tsahi glik  <tsahi.glik@cloudon.com>  [24dd10c727ab2d7a38368292498520e11d98e3cb]

        fix compilation of ios

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [88c6cbda921f1e3627910f9028ff2e29f26160e7]

        fdo#74584: These tags should be lowercase for correct clipboard handling.
        
        Change-Id: I323b96cecbf7158919fad534a202f158965ca99f

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f1f8b3bfdc3406ea79b662a2fda3d0c1cb87bb10]

        fdo#74584: Revert various previous changes to upcase HTML tags.
        
        This reverts
        
            commit 3c84fa61570113d1dfb2523ab88f268eeeb46c3c.
            commit 96a1f60aeb2a7954533da9b4aa4947efb7a65e70.
            commit 1f74a3ce201bad68f160584900285e2c087ab2c0.
            commit 3d481254a07fe82d11953f9825a2f8fc6eeabc0b.

2014-02-20  Kevin Hunter  <hunteke@earlham.edu>  [faaaddeea42996bf0aa9089fc851eb594165f7d5]

        Enable relative paths.
        
        The documentation for the --with-external-tar was previously not
        specific that it required an absolute path.  So rather than fix the
        help text, convert the path to an absolute one.
        
        Change-Id: I794cd77235e68a2270acd09895bf994527e847c4
        Reviewed-on: https://gerrit.libreoffice.org/8146
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-20  Michael Meeks  <michael.meeks@collabora.com>  [ae838de0a3840e0fd490db5447bd6d481616e9d7]

        fdo#66507 - accelerate date calculations as used vs. empty cells.
        
        Change-Id: I5cd642db4e0595c96e1af8adf7c7a45f589a259e

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2bcd18892f1903d2434bc5dc6828841e49bb78a2]

        fdo#72041: Intern strings in the external ref cache with the host document.
        
        To ensure that string comparison with those from the external ref cache
        works correctly in functions such as VLOOKUP.
        
        Change-Id: Ib5a466cb6c4b26439abe61b0c17406fc8139f6c0

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [da3c8bfb0be627da9b74ebf2b1d1ec339b702980]

        fdo#72041: Add test for this.
        
        Change-Id: I3d0f692529c3425aaab6080818882e8fb5326d1b

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d64b92e77d391907bac4a1ce4791fbba9f18cffe]

        Move these external reference test to ucalc_formula.cxx.
        
        Change-Id: Iaf8fc14e413eb44de3c796c97112e0868ad672df

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [f538522a3b5e9a60ee7371485ca9446cd213a586]

        vcl: try to make android tinderbox happy too
        
        Change-Id: If83b12578ce1e5dcae688589e92a54b96040abdd

2014-02-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [c340131d16e49d91f15a2bd9c102a7da8c906602]

        fdo#63154 Remove unused solar.h reference in tools
        
        Change-Id: Ic450a82a201cb4da3b0c2992908b597220038871
        Reviewed-on: https://gerrit.libreoffice.org/8135
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [9c9e4b1942b2bb7bb80d0317f40488a4cf1f9b9a]

        Add SvStream::ReadCharAsBool
        
        Change-Id: I9dc0525e04de5ae79205872b779dcd0115a9cc14

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [5dcb634dcbc5816e4b61e14ce2f05395e52ac5bf]

        Don't attempt to actually do double code removals
        
        ...that easily works around the problem that in a rewriter rewriting types of
        VarDecls like
        
           T x, y;
        
        it would try to replace T twice.  Also, keep the list of removals globally with
        the (global) rewriter.
        
        Change-Id: I55b8d11986c2a29e09ff40132fd114a0cc48dc90

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [58038cb26abf7c64c2459cad9241a731ff6c687d]

        vcl: fix Mac build a little more
        
        Change-Id: I29c73865679fbd041fdc033aa1b62495a0ec95c2

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [7e5ce8c4fce2be0d1e73fe3c8003a17bad221625]

        vcl: try to fix the Mac build a bit
        
        Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [a9053502af21d3dff6757093e6e87c4d86574cad]

        vcl: fix windows build
        
        Change-Id: Ic55c02f7f17b4d4b2c36e194749bb48bb8fe493d

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [03e3c2284058eb489b0896603a77e12bd124b6e6]

        -Werror,-Wunused-variable
        
        Change-Id: Icd55f3d51c94be6b14ab8e6cb66755180db6e290

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [52b6c17a7ac69fc645ae4e824533e08e3dc5d2f0]

        writerfilter: convert sprm:P{FBiDi,ContextualSpacing,Jc,FrameTextFlow}
        
        Change-Id: Id28eed2ecc177cf0724813dca29bd448f5c51d27

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [deabda6b38417e4c7037c0d0274a4f81b338e552]

        DOCX import: fix missing underline in comment text
        
        Regression from fb5ee5c9953635a423d3102b901e409d15800096 (sw: Add
        support for different grab bags at PropertyMap., 2013-11-29),
        PropertyMap::GetPropertyValues() assumed all XTextRange implementations
        support the new property, which is not true for at least editeng.
        
        Change-Id: Ib5657be522d30f203cecbbbae74d6594cef984fb

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6e157dc78d495d94948e33822405addb48467e74]

        writerfilter: Write w14:glow and subelements into a CharGrabBag
        
        TextEffectsHandler is responsible to add all subelements
        (using nesting of Sequence and Property objects) of text
        effects (like w14:glow) into a CharGrabBag.
        
        Change-Id: Ie011a059b905b7cd43528dd7d40be186c4fc4229

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [5e923733fba8d341b81ece01fb50bdc204a2a4f3]

        w14:glow: add simple types so attributes are recognised
        
        Change-Id: Id253c442e3c8a79f6ac9f088e6c15d5a9cc323c7

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [6c92d24b82444d2f5aac95e5e05fdfb368b78f65]

        writerfilter: rework w14 elements to use groups for later reuse
        
        Change-Id: I080f06dc6c7c5d5250bcf5b115841ecf3a1f7ee8

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d18eea41c01e1b0cc45ff4aed704d2b1cc0d8401]

        writerfilter: forgot to add resource definitions for glow
        
        Change-Id: I12562023152dd7e2e94713b2e0344b576b0437e2

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [18b2074e52e66e8b460b7bea7acafadf58ecf2ac]

        writerfilter: added w14 grammar with glow element
        
        Change-Id: I540ff861ab492a1ad4c2a9d139834a9e36ca54bc

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [df273f69ee908c23980d4f27b973523ab6fb8f9e]

        Add w14 namespace to writerfilter
        
        Change-Id: I2672ec0bd72f8c443634a0a5df59feb4dd1b679c

2014-02-20  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [d81936f96bbe692bd5aa955b1f82c97bec040d35]

        Added word 2010 - w14 namespace and w14 elements
        
        Change-Id: I8098cc4bd49c3480bd45875a541d8273b9c7f287

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1c1f42fdbad774cae7c45a7f8d60b9af766dee0a]

        fdo#75130: Export cell borders to xls and xlsx correctly.
        
        Change-Id: Ic629fb4852d2ada9724dfee7618e2436c0fa28a8

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d5270dab5c8ea8bae1ac3462aa5f6768f7d2c8f]

        fdo#75130: Move these tests to the export test and test their export.
        
        Change-Id: Ia6a155f12e3b50c5841211d32e0f8ff2de2bc9c8

2014-02-20  Tobias Lippert  <drtl@fastmail.fm>  [a18a1a454505193b922e1d5dc3215526f01f5efd]

        Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
        
        Added vcl/settings.hxx to all cxx files which require it.
        This helps to speed up compilation after changes to the settings.
        
        Conflicts:
        	sc/source/ui/dbgui/pvlaydlg.cxx
        
        Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4
        Reviewed-on: https://gerrit.libreoffice.org/7933
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2485b4c38a574416dc3948fec85b0232109eb61]

        DOCX export: handle wp14:sizeRelH/V relativeFrom=margin for shapes
        
        Change-Id: I913fe328376a246bf410512c4cfb018fc573094b

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [418800e2e8d6b2c1b2723a7b066aca27abe8f5f8]

        DOCX import: handle wp14:sizeRelH/V relativeFrom=margin
        
        No explicit code for this was necessary in case for TextFrames, but for
        drawinglayer shapes the default is relativeFrom=page. To keep things
        simpler, just always set these, regardless what the LO default is.
        
        Change-Id: I9f651d7cce4a12ce7f545e42656b92d078a74327

2014-02-20  Maxim Monastirsky  <momonasmon@gmail.com>  [d8680de7012fb92a393066c957f82e1473b60575]

        Add missing files to gallery bullets makefile
        
        They are used in Bullets & Numbering dialog, and in
        sidebar Bullets popup.
        
        Change-Id: I543cad1108f8c45cc3dcc56a0c42fda2fbeb5467
        Reviewed-on: https://gerrit.libreoffice.org/8125
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-20  Vort  <vvort@yandex.ru>  [7f8e7741194d85e97f6cd6ce54235e735c883aa0]

        fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984f
        
        Change-Id: Icb03088809e57a388317f98046f9de3197772a41
        Reviewed-on: https://gerrit.libreoffice.org/8126
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-20  Caolán McNamara  <caolanm@redhat.com>  [b0cf499b3ebeee66ca96dc4dc2310a198da0f2fc]

        convert chart data dialog to .ui
        
        this one was a complete pig to convert with the
        conflicting home-grown existing layout code.
        
        Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8

2014-02-20  Caolán McNamara  <caolanm@redhat.com>  [34b3f019253de169ba1cf97584b738d8bc284de0]

        implement loading GtkSeparatorToolItems
        
        Change-Id: I8111b154d8358fd4dd667000ccbdd16be38a6dc5

2014-02-20  Caolán McNamara  <caolanm@redhat.com>  [8a82602d480022dd5c23b59a87caff3d49cfef6a]

        coverity#738800 Uninitialized scalar field
        
        Change-Id: I1cc6aeba09d260bab9d42e8c2b8f752df0bc5b8d

2014-02-20  Armin Le Grand  <alg@apache.org>  [15ddc6aacc3124a3b1f7cc83151f85d942c85ec5]

        Resolves: #i121494# Corrected text decomposition when...
        
        no text distances for text frame are given
        
        (cherry picked from commit 1e403aa7bbfe0353db3d8f02dba5d29ba5876f4d)
        
        Change-Id: Ie551211ebec671a32bc6e35e513b07c290d9cb9b

2014-02-20  Caolán McNamara  <caolanm@redhat.com>  [bd8ef7c4457f4ec06361f51620aec18e1c507ab9]

        coverity#738801 Uninitialized scalar field
        
        Change-Id: I90c361d9e3077955546f57861fb4d961cc1127b5

2014-02-20  Caolán McNamara  <caolanm@redhat.com>  [d390eafb98af602065fea291e67bb457ded79045]

        Updated core Project: help  b789fc2c930c10d8a9ac60e7b92680fde990209c

2014-02-20  Andras Timar  <andras.timar@collabora.com>  [77d63291ceaf147b19bcddd0f0912045be00314f]

        Updated core Project: help  db935b234688a7d4690246e48530c3d3f99b5fe3

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [9fb9fc301502c2762ad4a8059d8d1c818d2843db]

        fdo#75118: actually these are floats, compare with approxEqual
        
        Change-Id: Ib195af3ebd5f602761d1660abb1798d72d0f352d

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [c96da60124652bac4bd8d2ebf18be67e1365d89d]

        svx::frame::Style::Set(): typo: subtract if it's _not_ 0
        
        (regression from 2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe)
        
        Change-Id: I9803b630067de26503fceb32b5d7c6a46f352a7a

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [474b2ff232591442fb22363c82abc66e7e2101a0]

        svx: these Style members are floats
        
        Change-Id: Id1a5e363c8c39b3ad9e61f9b914461d15f5c3028

2014-02-20  Tor Lillqvist  <tml@collabora.com>  [55112988e67d627dc807fd30478c1c3f952c75f2]

        Combine two subsequent SAL_INFO calls into one
        
        Change-Id: Iec931ddb77ce09df72ee9ce321e443e6f5a785f1

2014-02-20  Tor Lillqvist  <tml@collabora.com>  [debbddf12bd266102d93e417934ca98365db9987]

        Re-introduce code to try to get GDI metafile replacement image
        
        The code was commented out in 2009 (with any rationale lost from
        version history) and then cleaned away in 2011. Re-introduce the bit
        that tries FORMAT_GDIMETAFILE. Seems to work, knock on wood.
        
        Change-Id: Ie0cfdde98afb127233ac928e899165209f439a6c

2014-02-20  Andras Timar  <andras.timar@collabora.com>  [ba28d85c15e1841fdfa337375893f42bc9bcceae]

        Updated core Project: help  d7a29031adf51b1ae5eee7cbeb4ff4f33c6e5675

2014-02-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [7fa9530f8c2fa992a50353c9442a3300df04fd02]

        fdo#63154 Remove unused solar.h ref. in tools
        
        Change-Id: Iedcf030178c4bf875db01ba6b1f5202dae18bca2
        Reviewed-on: https://gerrit.libreoffice.org/8134
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [90519c0436bacc50136b33039bd107e4f6bdb24c]

        SwAnchoredDrawObject: respect SdrObject::GetRelativeWidth/HeightRelation()
        
        Change-Id: Ie107ea749a1f4c261106f0f18f3818b85d65e9b4

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b548b2efb1a8aafcd5e56a1d26b933354ff02a47]

        sw: enable Relative{Height,Width}Relation UNO properties for shapes
        
        Change-Id: I40080bd9b096b9fa5d660b11c4e5821db31fd412

2014-02-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0bf124360730e79366e1be73383d4639e608a4c]

        SdrObject: add meRelativeWidth/HeightRelation
        
        Similar to Writer TextBoxes, this member is supposed to store the
        "relation" (text::RelOrientation constants) of the relative
        width/height, so far the layout always assumed "relative to page".
        
        Change-Id: I5100745314e45ad322bff2b761e3722459aba014

2014-02-20  Andras Timar  <andras.timar@collabora.com>  [b74870f27557265e347f2e191a222f514d1b8c50]

        Updated core Project: help  2539bfabb242613f8ec788e6addcebcca576beee

2014-02-20  Kevin Hunter  <hunteke@earlham.edu>  [f2471280c7c625e39369f76bd0efa1d2402f62bf]

        Test for fdo#74824.
        
        The bug in question crashed LibO when inserting a group of cells.
        This bug was quashed, per se, by commit
        07e2c31831ad265b018e5fdf59bdde048fbb4d35, but it occurs to me that at
        least the particular functionality of inserting a group of cells could
        use more testing.
        
        Change-Id: Icdbfff86fb0265eef325bcc94d9fc9f3e9e38413

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [4e887567c5b4b06646ab1340376e240d6c5af9cb]

        A rudimentary framework for additional Python tests not run by default
        
        * see the mail thread starting at
          <http://lists.freedesktop.org/archives/libreoffice/2014-February/059548.html>
          "Testing/Working on PyUNO?" for a rationale
        
        * run the tests via top-level "make PythonTest_pytests" or "cd pyuno && make -rs
          PythonTest_pytests" or similar
        
        * see the documentation in pyuno/PythonTest_pytests.mk for adding tests to the
          framework
        
        Change-Id: I6a2a9e60b3294cd649f9cccbaffbd3f6bd79ecff

2014-02-20  Matúš Kukan  <matus.kukan@collabora.com>  [52e99e9e957a228d95d55935acc96175ee494f30]

        Rename functions to avoid name collisions more generally.
        
        Luckily, in this case it's easy to find the only place where we load the symbol.
        
        Change-Id: I224fd1e08f268095f8be58b089a643d434bc7a98

2014-02-20  Matúš Kukan  <matus.kukan@collabora.com>  [193d15277cfa23e6bd03cf723095c00de3c630b1]

        EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""
        
        It's easier to type 'make ENABLE_WERROR= <module>' if one wants that.
        
        Change-Id: I2bb9911259f41ecae27dc110723f3364b3ff09cf

2014-02-20  Tor Lillqvist  <tml@collabora.com>  [6c6e798d09f490a172033baef2e71c2dc642c60c]

        Remove obsolete warning
        
        Change-Id: Ic33df13d5c46a7e87a06822c79b0f56930f59ea5

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [4137f39d7b13c0ad2e649d7efb02ecfc14a31a25]

        Revert "fdo#63154 Remove unused solar.h reference in sw."
        
        sal_uIntPtr should only be used to represent pointers cast to integers.
        
        This reverts commit 067d08029384af6e620f0fc48e31ff2a740e1fc8.

2014-02-20  Tor Lillqvist  <tml@collabora.com>  [2044aef13b163e8ba977013c152e919271ac4352]

        Don't bother mentioning the Tru64 'setld' package format
        
        Change-Id: I2a9707c70637fe5bae5d16fd45e9603318d5d82f

2014-02-20  Tor Lillqvist  <tml@collabora.com>  [26eb80ac7a1fa0ce56a0137e6243625c91b4c580]

        Don't bother mentioning the IRIX 'inst' and 'tardist' package formats
        
        Change-Id: I11c2f7fa72a1bc8a2c621ed928dc33a8410f1eee

2014-02-20  Noel Grandin  <noel@peralex.com>  [8f6a8be4ffe7c4c287528e5399767929c7712183]

        cid#1103724 Dereference before null check
        
        Change-Id: Ie90dbddc72224c014792f27ef98e6300d5225b7a

2014-02-20  Noel Grandin  <noel@peralex.com>  [bce04e519356a445489acd016c1c65a66d2f5fa6]

        cid#1078827 Dereference before null check
        
        Change-Id: Id35992113a8e8f2d06bda7f2287227afeec62313

2014-02-20  Noel Grandin  <noel@peralex.com>  [c39c621978cc2df1c30005abbedfc0711b76d153]

        cid#1078825 Dereference before null check
        
        Change-Id: I9daa1e3a294db0b205fe5b2ec247bbf550d2dca1

2014-02-20  Noel Grandin  <noel@peralex.com>  [c45f332e9e265e7e363e0f91f2fe69fb69683253]

        cid#1078824 Dereference before null check
        
        Change-Id: Ic68e7048786415a847a67723890a92cb542bbf80

2014-02-20  Noel Grandin  <noel@peralex.com>  [91e7943cac7490c51bbc03eec2f90422f8e1598e]

        cid#1078823 Dereference before null check
        
        Change-Id: If1a3f54ee38cd97693cebaea680b46ba846b2e71

2014-02-20  Noel Grandin  <noel@peralex.com>  [78f6d5f0913f0ab16dd3396658b6bb463a9ba857]

        cid#1078821 Dereference before null check
        
        Change-Id: I656df01fc38357de2073c36926c850eb87fed967

2014-02-20  Noel Grandin  <noel@peralex.com>  [cd210280162a52574f0d72f13e2a8e9fc922a5b9]

        cid#1038312 Dereference before null check
        
        Change-Id: I280d9382a47c0a934f5b1cd79eead59f9a50e52e

2014-02-20  Noel Grandin  <noel@peralex.com>  [5212847db843396ff87eb3b29eade19db1e883a2]

        cid#1028109 Dereference before null check
        
        Change-Id: I2049cccef41eded984466856f2d928abafa00237

2014-02-20  Noel Grandin  <noel@peralex.com>  [97a185d8b98976d638742d8a35a83597d239c678]

        cid#983380 Dereference before null check
        
        Change-Id: I9504738a5291b85362a80e630d9e413825fa6572

2014-02-20  Noel Grandin  <noel@peralex.com>  [a46e4518e5c3bfd2fc425de928672f4e3df36fd3]

        cid#983378 Dereference before null check
        
        Change-Id: Iff8cd285d1b6443937f8ff725846b7d0fc4f39c3

2014-02-20  Noel Grandin  <noel@peralex.com>  [64ed1e1c077e0023ad0b62a9d1c2e23ee5fb6618]

        cid#983376 Dereference before null check
        
        Change-Id: Ife25ca2199b9f4c997f2c7ad500b612b4703c07e

2014-02-20  Noel Grandin  <noel@peralex.com>  [f74d458dc279990459de9ea998781ffa040d159d]

        cid#983368 dereference before null check
        
        Change-Id: I6c2c69337ec5bdb2fa97c40479cddd418364d608

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [7dc6659f7e5bd951ea3dcf8a6596781e0c0b3114]

        Allow COMPILER_PLUGIN_TOOL to carry mulitple plugin names
        
        Change-Id: I6e1655287939cf0d36fb6a84aaafc37c88fbceba

2014-02-20  Stephan Bergmann  <sbergman@redhat.com>  [12f1faf7bf7b236f54f740a9f65646749fc266ee]

        svl: sal_Bool -> bool
        
        Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9e183fbfdbfbe364d17f9d36a0b33d2fae89862d]

        fdo#75228: We still need to get the value only to pop value from the stack.
        
        Change-Id: Iad231aa97ed35f91b96cddf8157ebcd9af0f8ec9

2014-02-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e50f17ace67dc7dc1680494567d74b4c76ce21d3]

        fdo#75228: Add test for this.
        
        Change-Id: Ie89c9f80db0da7d1d0a4a5c06495715aaf555f4c

2014-02-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2be2786879883badd6d0075e63965bacd312ed23]

        fdo#73565: Populate date members in a locale-safe way.
        
        Change-Id: Id90b2829465fada690b0446d6d823e76e792c77b

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [3234001d3fada2e4ba9ed890ffac548eba389f5a]

        prefer a Scoped[Read|Write}Access
        
        Change-Id: I8ddad720685f3cbcc330b9d1f61fcf833a3d2472

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [e6de01365989667a693546a0786f10c81ccef85c]

        more scope reduction
        
        Change-Id: I5eb438ae70330990a58bc103406a0c434e53ca3f

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [26be573655133ef2db6e83f1b163854f4ee22c76]

        more scope reduction
        
        Change-Id: Ibfe4b4b5f9033aa0f29cf761b3a674e8c3c5f3d2

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [28038998856e8c61f018b985452bbff13aa5c6e6]

        reduce scope
        
        Change-Id: I7e296a0983a1d4e3a7501333cfd3cdf7c561383c

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [fa395e689e22d6bc49785bdf688057546ea27f62]

        more stylistic cleanup
        
        Change-Id: Ia7aea86d0bf787b851a5ecbae5b697436e1192e5

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cfe7e9d06f24c8d3b758e996455c5787771a5a45]

        reduce scope for more variables
        
        Change-Id: I4b92f186bd315ced47973ea142d7e3ad8defa328

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2da8bfe2da964cd43e1c709890fddd3c05dcecd1]

        make these variables const, they are just loop boundaries
        
        Change-Id: I66c67c424c43515043e4119ea6bfad0d7f31ccb1

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [59253eb3193b9d175a906a6cbe9b870509ef8644]

        reduce scope for more variables
        
        many more to go
        
        Change-Id: Ia941638ef31138af132b142f0e960f7959b18dda

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cf0028eaf6c8f09a4f5753005d65505ea9135246]

        reduce scope of many variables
        
        Change-Id: Id401a0414f650fb2ee14d895d261f9e38cd104b0

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [38f9952a7d7f622b22dad653a174c885ad91f1a7]

        make the assignment a bit more obvious
        
        We prefer readable code.
        
        Change-Id: I8212c0a40354b2fd1d6e56c1223c3b558104f505

2014-02-20  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [abfe6e9866774aced6fac97e65415fa90107ad9b]

        remove explicit memory management
        
        Change-Id: Id9b02dcb65d21bcdef398188d739a56b11f63d21

2014-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [c92753e39575b4b823ce9df8f10fc8ecb8a9915e]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: Iafdebacd43ed24a30fb8e2d041fe975a1adbcfa0

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [22b709e84a7b6d38cab2dd37f2f2b28e0fc9d062]

        unindent SwTabFrmPainter::PaintLines a little
        
        Change-Id: I1602bd62bf970092ecffba579d428fadaf8574cc

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [128d3d51c208ec5c37a105ea5c751530bd017d4b]

        fdo#75118: sw: do not paint zero-width lines
        
        Since commit 6a3fb868b2b8af21f7b6140424b6f8377599a786 zero-width
        BorderLinePrimitive2D will actually be painted as hairlines by
        VclPixelProcessor2D::tryDrawBorderLinePrimitive2DDirect(), so don't
        create such pointless primitives.
        
        Change-Id: I4c2404b73f106156b83a6d72efa3c8991e5d659e

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [3c84fa61570113d1dfb2523ab88f268eeeb46c3c]

        fdo#74584: Revert "fix html tests"
        
        This reverts commit 277922e7a0a4ae8076c10936c4b12df6dcc5ddac.
        
        ...since 73e3aafa990168aa532fa7b81fc4de8f455b10e1 was reverted and
        sw_htmlexport test fails.
        
        Change-Id: I32a390a3058e43bc3314b678e27c74036b90f200

2014-02-20  Michael Stahl  <mstahl@redhat.com>  [96a1f60aeb2a7954533da9b4aa4947efb7a65e70]

        fdo#74584: Revert "html: Options need to be lowercase, too"
        
        This reverts commit 700883b34ebcdb77f398b4423f358bdf4648a853.
        
        ...since 73e3aafa990168aa532fa7b81fc4de8f455b10e1 was reverted and
        sw_htmlexport test fails.
        
        Change-Id: Ia83705279e792a0c2375619b6a209e46a319fea7

2014-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [76fc71a989b0059c78f4898694e7fa57ebed9248]

        add missing postprocess deps
        
        - these sometimes break a highly parallel build
        
        Change-Id: Ia30041d2d2ce69900db0476313a0bf2baf6da7a5

2014-02-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f74a3ce201bad68f160584900285e2c087ab2c0]

        fdo#74584: Upcase the tag name before searching.
        
        Else HTML import or detection code would fail.
        
        Change-Id: Id79e8eac87d8001527f068f8fd49636353dc38d5

2014-02-19  Julien Nabet  <serval2412@yahoo.fr>  [488bb7ca0caf0f7f97d05e470783aec71ef13e75]

        Typo: interupted -> interrupted
        
        Change-Id: I9b2a53318e288a8236dbd76568ae28fbbb6cfe5f

2014-02-19  Julien Nabet  <serval2412@yahoo.fr>  [9e2d1d21f9a58e320444f6eaea2f006530bbd2cb]

        Resolves: fdo#69925 Wiki Publisher Extension is not working
        
        Regression from http://cgit.freedesktop.org/libreoffice/core/commit/?id=b80d8c695e6b6ded231e67ed9a80bcd1f1250c03
        "compareTo" has been replaced by "==", so we compared the equality ot the pointers on the objects instead of the content of the strings
        To make it simple and since we compare String objects, let's simply use "equals" method
        
        Change-Id: I65bc1a87751297411fdbe722d3f49bce5e291638

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [27e4a3248d2e541bb05a2f943e85ae1b9eeb4530]

        coverity#738802 Uninitialized scalar field
        
        Change-Id: If4951e6c02b026aaad20c83d08fd4917af03e701

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [aecb68988b9e733f8cb37cc998560c824e96af73]

        coverity#738803 Uninitialized scalar field
        
        Change-Id: Id24edb82d99d576435a8f310bfaf8521a77f97b3

2014-02-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3d481254a07fe82d11953f9825a2f8fc6eeabc0b]

        fdo#74584, fdo#74537: HTML tags *must* be UPPERCASE.
        
        Else Windows clipboard handling would break for both Writer and Calc.
        
        Change-Id: I674bb7a0c3acead13922190922882490b24c83b4

2014-02-19  Armin Le Grand  <alg@apache.org>  [db1d2af02861b49e4f53d726d59cd71c20cee9b1]

        Resolves: #i123539# some optimizations for 3D chart...
        
        geometry creation using UNO API
        
        (cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2)
        
        Change-Id: Ic9b6ab8fc31cfe585f7c75d85bafe4613910c57a

2014-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [2237604b6b1d08439ac37f096a787c449a046b5f]

        writerfilter: convert PF{OverflowPunct,TopLinePunct,AutoSpaceDE,AutoSpaceDN}
        
        Change-Id: Ibe0d43c35afa12f2bad33645ec4f849b5fb8a811

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [419428f384add9b2429b6f811296ad16e2c4c2a4]

        coverity#738820 bAutoSave is unused
        
        Change-Id: I98fca5611e47a4368e4947d29e703e661bfeebaa

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [b64e2d2a3020e39f29225ebf3be44a8a7fcf6976]

        coverity#738822 mnTemplate is unused
        
        Change-Id: Ic9c4a520a5a3a849a16f68e033bae9ba83088f6e

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [d9568be3afbea59b366d4cc9b9cbf9aabfa118f9]

        coverity#738826 Uninitialized scalar field
        
        Change-Id: Ib76b31ffb4c9708dc5f5d219c7a861a32f8851ff

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [4db1cdd41cc4ed996c51e382313325e0db531a75]

        coverity#738827 mbIsDeselectionPending unused
        
        Change-Id: Icfe7a8f49853ec7250de1c4c578038787eb8f241

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [d5c30421ca603e9f0acc75ebef0c6fb7fc9ec1de]

        coverity#738842 Uninitialized scalar field
        
        Change-Id: Ic362a2e18452920f1474880fc1c2aac8cc8f56b0

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [aea2c1d59ed38f071ba0965dd3ffe767360cb428]

        coverity#738843 Uninitialized scalar field
        
        Change-Id: I3323ceab5eacc02123384dc6bf24a7d565641a12

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [e12a387dc7ea86574a82cdb3325c253bcd28138e]

        loplugin:literaltoboolconversion
        
        Change-Id: I22f209958c130ec4934480ab2c3570dd208b0cc7

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [dbeb8d405eba695cefbcf2660d556d70731eac79]

        Resolves: fdo#74242 now VclMultiLineEdit's a11y work
        
        MultiLineEdit don't, continue to replace MultiLineEdit with
        VclMultiLineEdit as we continue .ui conversion and delete
        at end
        
        Change-Id: I0d5c5621d5fe26ac5e39392c66b95eebb0786f0d

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [49cecd8b41cac29cc9642944eaae5b5f63a1bd46]

        Related: fdo#74242 hook up a selection and caret change for multiline edits
        
        a) split the textengine selection changed broadcast into a text selection changed
        and text caret change event
        b) handle both in existing places that handled the text selection event
        c) listen for them in VclMultiLineEdit and translate to
        VCLEVENT_EDIT_SELECTIONCHANGED VCLEVENT_EDIT_CARETCHANGED events
        d) profit from the VCLEVENT_EDIT_SELECTIONCHANGED and
        VCLEVENT_EDIT_CARETCHANGED handling in
        accessibility/source/standard/vclxaccessibleedit.cxx for VCLXAccessibleEdits
        
        Change-Id: I09187e76ae4eb189ee9469e388374154087faf80

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [e77819f578b4b01314359380e6f115bacb9967f5]

        coverity#738849 Uninitialized scalar field
        
        Change-Id: I5374e4427f800c4500818b97bfe6e94b303a8974

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [bfd0e9b7eaa3d24de239647aba7374529dd67572]

        coverity#738850 Uninitialized scalar field
        
        Change-Id: I87cd5cee9df31d2ff847d4c41978ae2b422bb71d

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [f37a8c6b8b16666a5fcf9689486a0e549e292aea]

        coverity#738851 Uninitialized scalar field
        
        Change-Id: I1aa25c29c4e58b30d0fc29768af7c2025e39c1be

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [1ba089104be0be09e82b91102fc4543d15e33b0d]

        coverity#738852 Uninitialized scalar field
        
        Change-Id: I03519a9ff6d3bde489e005ebc3affdce02eab8e4

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [636d41d09adf9cd903fd2f4008da9519367a61ae]

        coverity#738853 Uninitialized scalar field
        
        Change-Id: I01e72000f9e624b73351306e7d52c0ba18cbd8e1

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [249d901a89a917c99cbd99005f8348bfe15e3ce3]

        coverity#738854 Uninitialized scalar field
        
        Change-Id: Iace6e3f93f05342d7b1652e8118be01a142b82cc

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [e69ede57ff128cdb3974c8f8940ca0dbf64edb0b]

        loplugin:literaltoboolconversion
        
        Change-Id: I0c444f2e81e2e0ac9d6969f674ec3da013427cee

2014-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [c23faa9a5a47e059536b99573da6832ef5705faf]

        writerfilter: unused WW8TableManager
        
        Change-Id: I29a4b2326a8fe25c1f2288d6218e1e0a9b2ad3e5

2014-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [1733b678417085f17f07e0018fda08fc70b84621]

        CppunitTest_sw_odfimport: add annotation formatting testcase
        
        Most probably this was fixed by 0761f81643a6890457e9ef7d913ab5c88c2593a4
        (123792: complete annotations on text ranges feature, 2013-12-19).
        
        Change-Id: Ic712c1a33271081205901ddbf5d629d6f2198126

2014-02-19  Tor Lillqvist  <tml@collabora.com>  [7f564cc75a412eede121bbc9595202255474917b]

        Consistently use gb_Helper_optional
        
        Change-Id: I73108da58cfb1243b699678661a628643fa170a2

2014-02-19  Tor Lillqvist  <tml@collabora.com>  [32e5370d84c9dfd3c0ada9a6476795c518e8947d]

        Fix fallout from 9ad3fc29dd98167c35fcb599da0b4e764ddf04dd
        
        No scui library for non-DESKTOP any more.
        
        Change-Id: Ic92aecc796e3e889ad1f3dceeb5ec540857d3d44

2014-02-19  Andras Timar  <andras.timar@collabora.com>  [77e48e23641846653691e54f315080c8d8a2d898]

        use 'ne' for string comparison
        
        Change-Id: I0d059933786119c3c26202c7b48d793404e5a0eb

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [d12e4724748752b62b38f15f1223df5b87a00530]

        comphelper: sal_Bool -> bool sequel
        
        Change-Id: I2b9bd19abf4510fccef0374a539069cb8222ccae

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [14a502e4988574e4c56d2653d2170e1b14576d4d]

        coverity#738857 Uninitialized scalar field
        
        Change-Id: Ic82e559e9b7ca31fa6d9b5ff1d1fc5ae3fac9b88

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [b0e1a3f962adbf4e0f127b3102b88e04f2f3d9de]

        coverity#738860 Uninitialized scalar field
        
        Change-Id: I968c9f10d426b90e6883e7a0ff1387187d97dcd2

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [2b2a3ed37358cab49933a218c8a8544be03fba22]

        coverity#738862 Uninitialized scalar field
        
        Change-Id: Ib970ef372e7754db890b5a4cd9c9b422a129ba02

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [85f48b1b47903b41ebaa4b432e756833a5e92e45]

        coverity#738865 Uninitialized scalar field
        
        Change-Id: Ie6473e4a8c4b311b6862019046fb4ae9cf05e1fb

2014-02-19  Oliver-Rainer Wittmann  <orw@apache.org>  [58e7439c396ba8d449e32db9afd8f3f71acc071b]

        Resolves: #i124188# assure correct insertion of text attribute...
        
        for as-character anchored drawing objects
        
        Thx to Andre for his deep analysis.
        
        (cherry picked from commit 28c0c081d07e5a49ccd238e7f4e882347ab3690c)
        
        Conflicts:
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/frmedt/fecopy.cxx
        	sw/source/filter/rtf/swparrtf.cxx
        
        Change-Id: I73c4d3d6e3cd8e7079fe88b6baa5eaea52a89dd9

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [81a2fc786728205b0a869b38a95fc889662b08a6]

        sot: sal_Bool -> bool fixup
        
        Change-Id: I53777b6f72f5ff60228e40e9ec2a0e909e059fcf

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [c98658118554c237e6d7a3440eff9d3038694154]

        sal_Bool -> bool fixup
        
        Change-Id: I822bc698c6869561b080b8e5a86911350c6d7f38

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [65c7200d7834a57758eeffeea770858d22f27e95]

        loplugin:implicitboolconversion
        
        Change-Id: I89d2bd21c11e07e645d270f9735664d06403b7d2

2014-02-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [4fc2bec5251e7aed613e73f234a02c0cd80fee35]

        DOCX OLE import: inherit more properties
        
        Change-Id: Ifa7eb3eee774266f440b313437f0decce27eedc5

2014-02-19  Stephan Bergmann  <sbergman@redhat.com>  [973b47a336b239cc92f1789013d28e5bd55f859f]

        unotools: sal_Bool -> bool
        
        Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97

2014-02-19  Matúš Kukan  <matus.kukan@collabora.com>  [9ad3fc29dd98167c35fcb599da0b4e764ddf04dd]

        Avoid app specific CreateDialogFactory code for non-DESKTOP.
        
        As happened in 7e9ac5952711400ad856b3328c5cc00c05cec6f2 for cui library.
        
        Change-Id: If51201eb452d4b84729b37949fb9b949020b47b8

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [3d024d29fa7344240f6cf407d023ef3537b0a5a9]

        Related: fdo#74242 send selection change before caret change
        
        because that's what I see gtk does
        
        Change-Id: Ifa20f4d84fd31ea6fcc640589b72efd00c9665fd

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [da13dd9a3513fa003b5a3537f6d1fb4e8ce23262]

        Related: fdo#74242 #i104470# we now have a seperate CARET_CHANGED event
        
        so cursoring left and right in normal non-multiline edit widgets should
        give a11y cursor-changed events
        
        Change-Id: I91e86e43d049793912b3ffcc2802bb9aa4b3857c

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [aeb607398052436681962346fc6879c50c78bcfa]

        coverity#738866 Uninitialized scalar field
        
        Change-Id: I2ab29fb267055f70c0d42970abd4e4d944ab7006

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [d0e1a44092fe11650734f6fb9ad55dbd032dc23c]

        coverity#738876 Uninitialized scalar field
        
        Change-Id: Ib782a03a66570deec494f2665640ed38e962862e

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [c333ab18b71c534174e0ab7202c233c04f77c6aa]

        coverity#738877 Uninitialized scalar field
        
        Change-Id: Ieec62701502ee18c3b19d9cc324059c2380184c0

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [842ea9eeab801c011c5288279599f972e2ab0371]

        coverity#738885 unused member variable
        
        Change-Id: I2f12445df2a04b6afb91caa6854ead61950bfec1

2014-02-19  Noel Grandin  <noel@peralex.com>  [bd71519642fa88b7fd294af8aedb2156750bf1dd]

        sal_Bool->bool
        
        Change-Id: Ia988881bc597ce4c66c889cecc437dd565aefd9e

2014-02-19  Noel Grandin  <noel@peralex.com>  [f8aca00c11194e26fc7baf86bde3b6c3c14c5061]

        sal_Bool->bool
        
        Change-Id: I326e23e4ed5fdc47b1cde22a95a5e77c3be93d7f

2014-02-19  Noel Grandin  <noel@peralex.com>  [6086f30e9b5d308f3b9601ee6c4f899822cbce15]

        sal_Bool->bool
        
        Change-Id: Ia5ecfe267692c91e8468b48efb05942506060899

2014-02-19  Noel Grandin  <noel@peralex.com>  [935b4309aa55630358169881fb571ce2b0f8b842]

        sal_Bool->bool
        
        Change-Id: I6b546f907ae306f51be718e6657c1702a8343dc6

2014-02-19  Noel Grandin  <noel@peralex.com>  [dd5a736a29daae2a591091f4de07534b257307a4]

        sal_Bool->bool
        
        Change-Id: Ieb1f4d55dec800d053f41f906280e172eefa3b6e

2014-02-19  Noel Grandin  <noel@peralex.com>  [759bbba7cca909a46cc642f4804ec27e09c0ba67]

        sal_Bool->bool
        
        Change-Id: I9475da82598d5c9190cc711709db7cbc6610bbca

2014-02-19  Noel Grandin  <noel@peralex.com>  [24a0063ae4c12251a27ec7e87e16b4ae092b263d]

        sal_Bool->bool
        
        Change-Id: I8c5258b01a98c4ed66999a45a2a2e0efc3f9b123

2014-02-19  Noel Grandin  <noel@peralex.com>  [d492135b4db08a4be139ddb76a5f8317da005eb7]

        sal_Bool->bool
        
        Change-Id: Ia832bd43c04ce5527b278f47dd5bbc816cc27258

2014-02-19  Noel Grandin  <noel@peralex.com>  [78efd44998c5b77ed1697c35a02a96b76657c620]

        sal_Bool->bool
        
        Change-Id: I3afc6103e210316cb5c6dc4242c69b0ac47259be

2014-02-19  Noel Grandin  <noel@peralex.com>  [76a38b85507dcf80733bcec878623d7348f53845]

        sal_Bool->bool
        
        Change-Id: I1269075218632a2fe6979c85c395e267ddd80008

2014-02-19  Noel Grandin  <noel@peralex.com>  [ab5c5702ba88da92649e9d8937bbd00dd9afb599]

        sal_Bool->bool
        
        Change-Id: I2dad64e3d7ba90a9d2f4779697a02272b9ccad9f

2014-02-19  Noel Grandin  <noel@peralex.com>  [753d9ac166e6eee0163a28c2cf364a1fb7d1b37c]

        sal_Bool->bool
        
        Change-Id: Ib38c27c67000bba676d36e7c17e6ebcac21e91b4

2014-02-19  Noel Grandin  <noel@peralex.com>  [dee3ec7b690bc3e9b2d20151a73d1c175d21b25f]

        sal_Bool->bool
        
        Change-Id: I802203cf6c3ea1d5e5eb532925f0f3011b6f2cfb

2014-02-19  Noel Grandin  <noel@peralex.com>  [b2460d7eefcd390e9d2ebd56dce35b08f6300af6]

        sal_Bool->bool
        
        Change-Id: I8991967ea122d73b83216573c5e014c4dd933fb9

2014-02-19  Noel Grandin  <noel@peralex.com>  [37b48385d8cc654d965c52a5838c2de124032057]

        sal_Bool->bool
        
        Change-Id: I9921d8a5d883e519f0345aedc7bc36c3e553105b

2014-02-19  Noel Grandin  <noel@peralex.com>  [47f3b228545d80b3669e4bee4b81f2276e6ac7ab]

        sal_Bool->bool
        
        Change-Id: I6c926b0b4dabd8c1dc0927f46ff76ff53d55920f

2014-02-19  Noel Grandin  <noel@peralex.com>  [11189797891d2b7508c37bcea83bce1b2302b92f]

        sal_Bool->bool
        
        Change-Id: I7e37926fc1e69da2b192a60df3b54807243c646f

2014-02-19  Noel Grandin  <noel@peralex.com>  [45441c0a7ff182ba429ca10d7cfa563fc49db1f7]

        sal_Bool->bool
        
        Change-Id: Ibf4be192d751cbe733bbcb2855f5a4a5c6ea1644

2014-02-19  Noel Grandin  <noel@peralex.com>  [e4841cd76cec8b9dd5392d39ff6584307c30a870]

        sal_Bool->bool
        
        Change-Id: I832d517825f5090e8b645c12075226809f7e3ffc

2014-02-19  Noel Grandin  <noel@peralex.com>  [639f33fc5b0bd3d0a7f6387ae89cd2051ca799e5]

        sal_Bool->bool
        
        Change-Id: I6c29ace5985a025bcecbdeb50dfa40f9342b126a

2014-02-19  Noel Grandin  <noel@peralex.com>  [19d0ea98626e55613064ddf168b64520548d54aa]

        sal_Bool->bool
        
        Change-Id: I0cb3c6b72fa8a747e5cfa7c185d956a9c6de68b3

2014-02-19  Noel Grandin  <noel@peralex.com>  [7f9e5ec0c0e0ec5962bb9b8b72ca5894f2ff553c]

        sal_Bool->bool
        
        Change-Id: Ie4f223e62c222c177dfd3500da5aaaad9a4eae07

2014-02-19  Noel Grandin  <noel@peralex.com>  [ee5a85926203e81bc4f2cb1db158850b4773bd45]

        sal_Bool->bool
        
        Change-Id: If54ff898eab251c44901de67280e6d7fcb491966

2014-02-19  Noel Grandin  <noel@peralex.com>  [87beef165ceca64a24f5d2699cf8e96ce3c21428]

        sal_Bool->bool
        
        Change-Id: If62075f1f707d670d71825d74dfd7168ba231e24

2014-02-19  Noel Grandin  <noel@peralex.com>  [82b5388b9b4b50f8ba4b5487545b49080ed106bc]

        sal_Bool->bool
        
        Change-Id: I0960e5f8fd3437e3aa2e5c6e13e256270f9fdb20

2014-02-19  Noel Grandin  <noel@peralex.com>  [3ee9f196a1992646c097e9da86c931ce4aeb58dd]

        sal_Bool->bool
        
        Change-Id: I14854ed1c5e4fe7789a410b6073abef514bb15e6

2014-02-19  Noel Grandin  <noel@peralex.com>  [215a2d9028ff3cdfe60bb8c9e00172e4458103ce]

        sal_Bool->bool
        
        Change-Id: I0628d292f3aa68312e1b5863a020943052585fd0

2014-02-19  Noel Grandin  <noel@peralex.com>  [fce4d1bb945055184736338e3fa03d4ac3dbead3]

        sal_Bool->bool
        
        Change-Id: I6364f000b90454dc656abab9a355326ea2df1425

2014-02-19  Noel Grandin  <noel@peralex.com>  [1da81c3f99227e30aee764749fa910b241f0e52c]

        sal_Bool->bool
        
        Change-Id: Iada7c8c239105ff7329290157bbf6eea985bbb4d

2014-02-19  Noel Grandin  <noel@peralex.com>  [3db78091c9754d366b05828430731b7099acf824]

        sal_Bool->bool
        
        Change-Id: I74540123b52a5e6bfd4542aa4a59bb85593e6ca0

2014-02-19  Noel Grandin  <noel@peralex.com>  [53516e9c76270401cebbf95b6056b8990a50222a]

        sal_Bool->bool
        
        Change-Id: I857b81ea1eea27554980ca7c7a9f771d6aa7db61

2014-02-19  Noel Grandin  <noel@peralex.com>  [9d03b8e998d219dfa0bdd05891493d79c420e96f]

        sal_Bool->bool
        
        Change-Id: Ifc8520239c95433218f2676106759f8ee809d42c

2014-02-19  Noel Grandin  <noel@peralex.com>  [4f526c813f8ae6a5cd73b806c182a0aa54cac26e]

        sal_Bool->bool
        
        Change-Id: Id3896aff2f530059f8278dba967ba8d6eb50c2d5

2014-02-19  Noel Grandin  <noel@peralex.com>  [a5d262df1ab83061ad545089ca7aa06f560fcd6a]

        sal_Bool->bool
        
        Change-Id: I2d5ee332adea2e7727717473e74288b9e59f4aa0

2014-02-19  Noel Grandin  <noel@peralex.com>  [3fc0be868b6fed7633843ffed4d74c7b93a5f12b]

        sal_Bool->bool
        
        Change-Id: I5e1386f8cb2711d23f06e044a64f7eadf8f3faa5

2014-02-19  Noel Grandin  <noel@peralex.com>  [1a2aaa65325c26a50000adcab73e0a81b9004522]

        sal_Bool->bool
        
        Change-Id: I268fb15d84ba8f78ddd73cc4db8e34d1520be3e9

2014-02-19  Noel Grandin  <noel@peralex.com>  [b205c11549aea1e470b994d9fb53fca859b8a80f]

        sal_Bool->bool
        
        Change-Id: I1cbd59331cd0ff3d76c29d5db8c35b032a7b8176

2014-02-19  Noel Grandin  <noel@peralex.com>  [1d12011d905381e0a9e5a34f9d96e8caeedee48d]

        sal_Bool->bool
        
        Change-Id: Ice620e8466c5eda76d065da1793b99ee4f94cbb1

2014-02-19  Noel Grandin  <noel@peralex.com>  [cafc73c53cb5d6cd4f07df0971f4cb0cc84468d7]

        sal_Bool->bool
        
        Change-Id: Ie37195526254a3ddee17a1359a80189373ded75d

2014-02-19  Noel Grandin  <noel@peralex.com>  [262313da25b58b118fb0853d37e40cd1454de912]

        sal_Bool->bool
        
        Change-Id: If63608ab410a46704bd4bde5ade2f51c50242f9a

2014-02-19  Noel Grandin  <noel@peralex.com>  [d6b0a7458be897684352eabe1a2cffc0847c8600]

        sal_Bool->bool
        
        Change-Id: Ic12f038f84f5150600206051173d88dfe8dcbad8

2014-02-19  Noel Grandin  <noel@peralex.com>  [ff7a3c8ec4f25ed9d2612988e36cbae997cfeafe]

        sal_Bool->bool
        
        Change-Id: Ic78ad17c2c95c80697f64576434d200ff0989d1b

2014-02-19  Noel Grandin  <noel@peralex.com>  [7e55f69c01c7377e8b55c26e76c1e6e5aa723104]

        sal_Bool->bool
        
        Change-Id: I243d12c71ffc532585e55eef9c8e3e7eef032be6

2014-02-19  Noel Grandin  <noel@peralex.com>  [a2f612c3a6fe1fa78ba86f3f01cf42bbd6396296]

        sal_Bool->bool
        
        Change-Id: I9798eaeda9d3328fd93dabee71ba2fafa98e4371

2014-02-19  Noel Grandin  <noel@peralex.com>  [c8c118bee03cff4baa9ed349eb076c8d1fbc7c0e]

        sal_Bool->bool
        
        Change-Id: Ie96737c3e6d354bcdd82b2539f6b62eab65565fa

2014-02-19  Noel Grandin  <noel@peralex.com>  [d7f99137e0e2d576d4d36fd9a9008c105b4e8b8c]

        sal_Bool->bool
        
        Change-Id: I9283bdfcd54e3f06d907cab47d2239051fa55dee

2014-02-19  Noel Grandin  <noel@peralex.com>  [651d68fd47d2fb72520a4fd21ed8a8987b9cf2f7]

        sal_Bool->bool
        
        Change-Id: Ieaaf39833367de54973163cae581e69292bd26e7

2014-02-19  Noel Grandin  <noel@peralex.com>  [0793a8303e335bde926971777bf9b7179e92b70d]

        sal_Bool->bool
        
        Change-Id: Ia73bd33beaaea1ff41292006c04ff7fb582fd938

2014-02-19  Noel Grandin  <noel@peralex.com>  [c2f24276ff45ffb14236fb0c469c32e2b4fdfe74]

        sal_Bool->bool
        
        Change-Id: I284f03f3cbc4f55e774b9596eb2e0b031c6c1933

2014-02-19  Noel Grandin  <noel@peralex.com>  [e23b79e4fbac856a7999ee17e6afa34201332840]

        sal_Bool->bool, and remove unused parameters
        
        Change-Id: I55a07cbcb7f388143f115d35b20daea96d1bed5d

2014-02-19  Noel Grandin  <noel@peralex.com>  [9f516df4f523ad39a18aa4ede49028484044597f]

        sal_Bool->bool
        
        Change-Id: Ic775c68b50809f2633caca13edebe251c39d58bf

2014-02-19  Noel Grandin  <noel@peralex.com>  [c9af57f13820c718c864f9418963b5d5730ec19e]

        sal_Bool->bool
        
        Change-Id: Ica0df4b1ab09b2f3d3eedd6c706352b45d8339d1

2014-02-19  Noel Grandin  <noel@peralex.com>  [7aa6247e4346fca476a21f8a5cd10f3928cde896]

        sal_Bool->bool
        
        Change-Id: I48bd586303436842165c9fa3c7b605783c8861d6

2014-02-19  Noel Grandin  <noel@peralex.com>  [813cbee02554715db2019450da28df0c6837d1fa]

        sal_Bool->bool
        
        Change-Id: I2d448e1f61e36186832abc5bb7978490954bed69

2014-02-19  Noel Grandin  <noel@peralex.com>  [2dd20b830b9b1b5f1b29e29792c3758738009d1d]

        sal_Bool->bool
        
        Change-Id: I06c49580fc6428a7a13336e0db5fa899b5512b27

2014-02-19  Noel Grandin  <noel@peralex.com>  [b98092c44aa57a66de7cc43f8ae670ccfebab654]

        sal_Bool->bool
        
        Change-Id: Id300759db787b65fafcbd5d8dc99891d6ae64229

2014-02-19  Noel Grandin  <noel@peralex.com>  [9a883d6d6fcc9ec4be777cff62cef564e551750a]

        sal_Bool->bool
        
        Change-Id: I999a8f72d184f611b6abee8aa64590ccd3cd41c4

2014-02-19  Noel Grandin  <noel@peralex.com>  [28e8649a0c46059da0fa1238f1e237df731f8578]

        sal_Bool->bool
        
        Change-Id: I0ae11b619d63ebb929ebef985d2824b9d64349f3

2014-02-19  Noel Grandin  <noel@peralex.com>  [4114cb6ddf5e48c8e8a1e2c2e161bcf16e72a93e]

        sal_Bool->bool
        
        Change-Id: I5feec81bad66ff104ab3e1f53c5d4e59e2e4781a

2014-02-19  Noel Grandin  <noel@peralex.com>  [e490f09bb39b8dbeea63b0f8be053834a6e9efa6]

        sal_Bool->bool
        
        Change-Id: Ia6ab58e93218d91a364a7e6fbe616af8383bd3cf

2014-02-19  Noel Grandin  <noel@peralex.com>  [cabf650ad000d3f98ca1075a67838d2a0992ed02]

        sal_Bool->bool
        
        Change-Id: I3589b3fb44ad57140567338809513b3df7c7eba5

2014-02-19  Noel Grandin  <noel@peralex.com>  [ae2f7da4f958da474da7a10edbce71e26400a891]

        sal_Bool->bool
        
        Change-Id: Id5cbf2c94e3d3ff27cdb8998e2b7b3b712b537ec

2014-02-19  Noel Grandin  <noel@peralex.com>  [4003da2f87bfbd2b91385a24538b9ddbf4e93259]

        sal_Bool->bool
        
        Change-Id: Id314bacb8af5c75ecce73a0b7cfee45f36db93da

2014-02-19  Andre Fischer  <af@apache.org>  [ce96f8b02e490b74bff57ca57a2c6a86c3041e32]

        Resolves: #i122576# Reset the docking area acceptor in the destructor
        
        (cherry picked from commit 0e90517f3dd568cfe2be4bf8c256b94c9401d046)
        
        Conflicts:
        	framework/source/layoutmanager/layoutmanager.cxx
        
        Change-Id: Ib053a1b474434f81608a04ca0d30dd32fe410e5a

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [5bb7c0ab476ca108aecb5bf43ec9adc6d173f13b]

        coverity#738892 Uninitialized scalar field
        
        Change-Id: I4eecd759cf22f91a98830fc51b394ac959d6dc8a

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [03fb400dc3900d0ca063d9a25b5265ba4e451486]

        coverity#738895 unused member
        
        Change-Id: I6bca0a36708e4e8fd3a22a23d76a89525b6d75bc

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [285d1d1a5df5398d78bd45e6641cea371f9bbc17]

        coverity#738899 unused member
        
        Change-Id: I3f96d50709c9a6832192b97d4174b9cea07c5057

2014-02-19  Andre Fischer  <af@apache.org>  [5b9003372effe4ee4bc34f34ee20138ac6a6050f]

        Resolves: #i124216# Detect changes of the UI scale.
        
        (cherry picked from commit 7e5783030c82f8ec87b88899869e9152cf5c3271)
        
        Conflicts:
        	svx/source/sidebar/possize/PosSizePropertyPanel.hxx
        
        Change-Id: Ia31d5645694ca9b9ebb36f38c650103905b346a8

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [aad580af924d477f90264d6d1a2365d8e0cf8c9c]

        coverity#738900 Uninitialized scalar field
        
        Change-Id: I71eef3a4ffddac418b79866c0080c2d2d58a8226

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [df889fb50b1a6e52de054847943a34d56ce75221]

        coverity#738901 Uninitialized scalar field
        
        Change-Id: If11660802f7c37017aa60bf85be6d77ea6c63f40

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [f49a97af3ec737f2465c18e6b682f2b495d9c43a]

        coverity#738908 Uninitialized scalar field
        
        Change-Id: I3770ffbdf34f680de14a0a83ea3ec4631064399f

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [10985869bf327c6b9c8d67803d8fb487af3e871a]

        coverity#984090 Uninitialized scalar field
        
        Change-Id: I1df4f04b46e1b9c2d82d85aa915e4d04c5959e30

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [37a00689600cc9ec8bef109dc046579849a56bb8]

        coverity#984143 Uninitialized scalar field
        
        Change-Id: I2940b86ce45dfc6b7399b76c84f88c5658f4a923

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [db03076476eb054db87e8d464d98799ca1bf661c]

        coverity#984168 Uninitialized scalar field
        
        Change-Id: I7c0af2de872bb0064a2e5cb269fd2a08f228ce3e

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [6c272275c54488f231f7523c59fd4900af915fd7]

        coverity#1000868 Uninitialized scalar field
        
        Change-Id: I23cac47887588ee9fd413f2c887a3db032287a4d

2014-02-19  Caolán McNamara  <caolanm@redhat.com>  [b68e42c51823eb1690c0a0fa096124ec607616b2]

        coverity#738809 Uninitialized scalar field
        
        Change-Id: If2d985ae8ed940e22d755289b8176f92238bc911

2014-02-19  Oliver-Rainer Wittmann  <orw@apache.org>  [91a7096af027d3a5b12972a6a5256c2a52812686]

        Resolves: #i124096# avoid unlock of dispatcher by...
        
        recursive Lock-Unlock-pattern
        
        (cherry picked from commit 8d769be834186ae6aa05e64d88b95a6b9d874c2e)
        
        Conflicts:
        	sw/inc/docsh.hxx
        	sw/inc/swwait.hxx
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/edit/autofmt.cxx
        	sw/source/core/edit/edtab.cxx
        	sw/source/ui/app/docsh.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/app/docshini.cxx
        	sw/source/ui/app/swwait.cxx
        	sw/source/ui/dbui/dbinsdlg.cxx
        	sw/source/ui/dbui/dbmgr.cxx
        	sw/source/ui/dochdl/swdtflvr.cxx
        	sw/source/ui/lingu/hyp.cxx
        	sw/source/ui/misc/glossary.cxx
        	sw/source/ui/misc/redlndlg.cxx
        	sw/source/ui/shells/annotsh.cxx
        	sw/source/ui/shells/drawsh.cxx
        	sw/source/ui/shells/drwtxtex.cxx
        	sw/source/ui/shells/frmsh.cxx
        	sw/source/ui/shells/textsh1.cxx
        	sw/source/ui/uiview/view2.cxx
        	sw/source/ui/uiview/viewsrch.cxx
        
        Change-Id: I332d9ef6c3ce3205608850f9caccfa7b83a54ef3

2014-02-19  Jan-Marek Glogowski  <glogow@fbihome.de>  [56bea42176e5f0b850da0bab410dda560fc89255]

        Fix minimal VCL menu item height with icons
        
        Don't reset the calculated minimal menu item height to the icon
        height, if the minimal height is already larger then the icon height.
        
        Change-Id: Ifcd6c750352c4d3f754a693df7254a4654a8afe6

2014-02-19  Noel Grandin  <noel@peralex.com>  [c1c7eeb4859bd436e711a0225ca1247fc1863110]

        cid#736857 Dereference before null check
        
        Change-Id: I805e0873a51bcfe291647550992480e8cc8a03d6

2014-02-19  Noel Grandin  <noel@peralex.com>  [1f6449fdeb95d27e3e4d9efb8076cbd12ee18964]

        cid#736845 Dereference before null check
        
        Change-Id: Ied41eb5cad029200fd868eaaa129d8f052f3c436

2014-02-19  Noel Grandin  <noel@peralex.com>  [814f6e4f199f7e900bfd0f8b4ccb2da963a93ce4]

        cid#736800 dereference before null check
        
        Change-Id: I51eb6331d74c1484cf12a2a1810485dd8b927a32

2014-02-19  Noel Grandin  <noel@peralex.com>  [14829a84ff4f77091767cf4503db0c8a6624f036]

        cid#736797 dereference before null check
        
        Change-Id: Ib279f66fcc349c75d7b3d26ba80356eea1697295

2014-02-19  Noel Grandin  <noel@peralex.com>  [adefb376c68692d0063b75e5946565e71c7cfcce]

        cid#736794 dereference before null check
        
        Change-Id: Ic7838b753757fd86fc2316475d38cbd3b4529de5

2014-02-19  Noel Grandin  <noel@peralex.com>  [5a3290af0b4d0390190bbb00312824c0b9495cec]

        cid#736793 dereference before null check
        
        Change-Id: I389b758cb2ec0ab71706e165d0d382dd08396c3b

2014-02-19  Noel Grandin  <noel@peralex.com>  [de2270ffc13239b41bb21ccb266181b42e82be71]

        cid#736791 dereference before null check
        
        Change-Id: Ied773c6d4feaf75c04a4e1f2abda14b4cba38e2c

2014-02-19  Noel Grandin  <noel@peralex.com>  [6c294a62942c3fd9b4d5ee131fcf37acd69fc056]

        cid#736790 dereference before null check
        
        Change-Id: Ic35477fdccd33199dbb826caa21ada8e9b934c37

2014-02-19  Julien Nabet  <serval2412@yahoo.fr>  [78f17f316d53f40412aedf9e2ccbedd7761ee88d]

        Typo: Internaly -> Internally, Externaly -> Externally
        
        Change-Id: I22a81d18f8bb333b3a89c96dccbf91dc864302f1

2014-02-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ca50752c34de4477c696471b707e1b8136e27661]

        fdo#72491: Always set input as text when that's requested.
        
        Even when the text begins with '='.
        
        Change-Id: I6e0a995f3042240b9f78068b5d0b9b758eb253ed

2014-02-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [891817922121765cef65ae73ebf7fdc524083d20]

        fdo#72491: Add test for this.
        
        Change-Id: Ic37402cb950783b080e5f185b98b19aea62efa7e

2014-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b9bd3229e0e03f853a8607b0ab613c6dfbd5e9ac]

        don't generate broken XML files, related #i116460#
        
        Change-Id: I5d7f487b787295af6189425601c5d7e829a3db52

2014-02-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [637353bb46d3c7d9537e47e4e003aef78a0c0ab3]

        fdo#74857: Update the incrementer when skipping over hidden regions.
        
        Otherwise it would over-shoot.
        
        Change-Id: I1f9741345dfe353e0b035ff3bead736ab3fccbef

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7901132237f8bbd3ce42f0deda3fb7922230722]

        coverity#738736 Uninitialized scalar field
        
        Change-Id: I389ae4a01dc9ee2005488b0127f2ebfc76f564f9

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [7fe5a66e4dca57c152ab500ef2dc46fe4d6d619b]

        coverity#738735 Uninitialized scalar field
        
        Change-Id: I639c30b26302784a5130e063bd0f691d3cb9e0b6

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [549dfab272e766076124ef912ff36e43fd5941c4]

        coverity#738734 Uninitialized scalar field
        
        Change-Id: I78c489596fc8a51fa8d9b6c5bad545558830f474

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [f32015ccf6cca20f994c460223d4fa64768094e7]

        coverity#738733 Uninitialized scalar field
        
        Change-Id: I45b38f9568a20d4717474b98392bdd07fedf8f4a

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c5632257b589407a73c8ddcedf0ed8ba890e873]

        coverity#738732 Uninitialized scalar field
        
        Change-Id: I3920d694fc667b2d0fc5c07d53d606a42002ce16

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [66f51851754295b2bb858ce0059844a27337f328]

        coverity#738731 Uninitialized scalar field
        
        Change-Id: I7d93953403b89236a713e7df786252cc7a42e931

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [0e7f4d044425d8740678723c30410c5019ddae14]

        coverity#738730 Uninitialized scalar field
        
        Change-Id: I701eb9ba462b5a49bf49ba6a5319b633e5b771f3

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [9708af4e23f742803d30db3b6388f0f41627f61b]

        coverity#738729 Uninitialized scalar field
        
        Change-Id: I2490d47ecc184e5a75693bbb53c86d4a2ad849d6

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [1635381baeb92754ba217ade4c2997040794c3f2]

        coverity#738728 Uninitialized scalar field
        
        Change-Id: Iba30fd20ef4ca34b5c015522d7e870cf3b4982e4

2014-02-19  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [54e66cba3b7691ce4acf7fac947241058faf0fc3]

        avoid calling glew repeatedly
        
        This saves us about 10% of the rendering time.
        
        Change-Id: I3ea7f1849500b025830b44c5175d79ad04aff362

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [cdb405f4e4b168d1e2f6dea9ac985df319a76015]

        vcl: CUPS printing: notify user if spooling failed
        
        CUPS does not accept jobs for a printer that has been stopped; pop up
        an error message in this case instead of silently ignoring failure.
        
        Change-Id: I1bc9120c9c9f438e350c964ed7ef29924a72ce78

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [677855e67c0ebd4f695950dfadb2ef36718efe45]

        padmin: make Printer Properties Device tab usable again
        
        The code of the "Font Replacement" tab was removed in
        6230cdd2d8971147dcb629c8bd61daa1fefcb7c7 but the tab was not removed
        from printerpropertiesdialog.ui; for some reason this orphan tab causes
        it to actually be visible in the UI and also enormous delays when painting
        the preceding Device tab's content.
        
        Change-Id: I95e1b29403307b86aea48518bbadea62aaba3b56

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [c76cd71fe9bdefaef3f33f8ca193c32e3ab112ed]

        fdo#41524: CUPS printing: use "collate" option when PDF is available
        
        Assume that the CUPS printer is able to handle collating by itself,
        don't send multiple print jobs (except if user clicks on "Create single
        print jobs for collated output" of course...).
        
        To enable collating with PDF based printers, add the "collate" option;
        legacy PS based printers still get the weird stuff read from the PPD
        (not sure what the risks of changing that are).
        
        Change-Id: Ia12dc69f9083bba94f2ed633ecbd153aac7e40ab

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [6058a238fceba2e856e0f52c0438a480cb7cb59f]

        padmin: fix assert on opening Properties of "Generic Printer"
        
        The default printer is special and allowed to be entirely sitting on the
        PDF/PS fence.
        
        Change-Id: I32a18cd0e4ed4c338c0be30928bedf26888a99cd

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [1970bf0466e93412a157b6849ec96245856743ac]

        gbuild: "make debugrun" starting instdir/program/soffice with ...
        
        ... UserInstallation in test-install/ does not make sense.
        It already has this: instdir/program/bootstraprc:UserInstallation=$ORIGIN/..
        
        Change-Id: I0d5e952876b80661375cc5ca6f8fbf44539bc83f

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [39bdc8cef6ff0e77534ca9401951594415381213]

        vcl: convert some printfs to SAL_INFO
        
        Change-Id: I0c0ec5242160333a47a4a459c7be5c0a25079f44

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [a67f3f73248f998764bea46292118aa2c9886c11]

        chmod spadmin script executable
        
        Change-Id: I008be78b41a20924c1dabe291157ef9633282fe6

2014-02-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3043662f41b605242784d56802a44e3856187b7]

        This test now passes. Re-enable it.
        
        Change-Id: I04a499666d1704277c24524f9e7cb827600a47db

2014-02-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cdc8ebf9646e773351c91039a62f2414c7b02105]

        fdo#74573: Delete ranges that are non-empty before pasting from clipboard.
        
        The conditional formatting part is still not working. But other bits
        appear to be working now.
        
        Change-Id: Ia8a2cbe57cd2fa9ca9ad46635a91a1d8b99b0e7d

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [3c7b65c171eeade3272cc766b813b99a35a6ef7d]

        Remove hopefully now unneeded workaround for --enable-lto build.
        
        Change-Id: Iaffcc0825415e6aee62029fbc380954449b8bcbf

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [0d26fc8fd0d3f52366403cec46efa0e7ccb2755d]

        Tweak lto flags for gcc.
        
        Change-Id: I490029f0727e060fdfdfc6e9adccd058b24e6b86

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [cc493da6fe395b5948f2578b13d65fa04d8dc15d]

        There is no gb_Library_LTOFLAGS.
        
        Change-Id: I3b6b18e45aaf88d1cc6038226f6984090163bdee

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [df4a2c7425412df7757afcfd48f0f8f9aa8d5535]

        Remove lto bits from solaris makefile.
        
        Change-Id: I5ff79fddce0140791e367fb44afffe3250574efa

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [1fa144261ad7a224277bc41c11e6b55088f0a069]

        writerfilter: sprm:P{Shd,FNoAutoHyph} -> CT_PrBase_{shd,suppressAutoHyphens}
        
        Change-Id: I3ca8805428469cebf67737fd9fce9a74641e88ce

2014-02-18  Luc Castermans  <luc.castermans@gmail.com>  [e52754170270e6b799af207f43369e530d9e176e]

        Translated German comments - find-german-comments clean
        
        Change-Id: I2521bb87dbd0d4f896b99865c741cc4900b4d31c
        Reviewed-on: https://gerrit.libreoffice.org/8113
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Rob Snelders  <programming@ertai.nl>  [12b78edde94af7550b14382d9bfd1c77854e5fb0]

        Remove from option-dialog the CurrentPage-option (fdo#71601)
        
        Change-Id: I28a75468b1f43e0219fa0f03fe89601a77d3cd4d
        Reviewed-on: https://gerrit.libreoffice.org/7842
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [2c9c54285b952b59b5262500089c9c1a7902deb2]

        Removes bogus UNO command AcceptChange and RejectChange
        
        These are not real commands. The real ones are:
        - AcceptTracedChange
        - RejectTracedChange
        
        Change-Id: I352cea4a5ffec73947932264783b61ae044f25cf
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/8000
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Vort  <vvort@yandex.ru>  [988b695bcc0013d482855b81330e10fdb3448b8b]

        fdo#37246 PDF Import: Color to string conversion fix
        
        Change-Id: I5ec9f0246f6c2d1b12a389906d04133b2f5a6f9f
        Reviewed-on: https://gerrit.libreoffice.org/8106
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Luc Castermans  <luc.castermans@gmail.com>  [1bbc5537a8acf2de2112a7ee6eb2dd76bb841dab]

        corrected translation, thanks to Philipp Weissenbacher
        
        Change-Id: I7b2f9c6ed95d07c2004ece64f5ff24b9a8a003d4
        Reviewed-on: https://gerrit.libreoffice.org/8112
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [77e95ea6679fd947c910536357cb53f684ffb539]

        tests belong to check target
        
        - the CustomTarget seems to be a test, not a build target
        - worse, it is .PHONY
        - ... and eats 30% of the top-level build-nocheck time alone
        - so hopefully, we can we at least make it a check target
        
        Change-Id: I113777cbd849aab9e8d0a77184e31194bc07232e
        Reviewed-on: https://gerrit.libreoffice.org/8111
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-18  Julien Nabet  <serval2412@yahoo.fr>  [3d66adaa7771c68f97990d81451c775ed06c4837]

        Typo (a/A)dditionaly -> (a/A)dditionally
        
        Change-Id: Ic4451b45b86f14bb2fab507503a6fa1e8f515b66

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9d40af0c791251ae21d5886e6e8b6e3344ee5470]

        writerfilter: convert sprm:PF{PageBreakBefore,NoLineNumb}
        
        Change-Id: I1dd89236e81a7f62bb7abef5503f7520387772a0

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2a35f5c7945d00b6f6e21fc7cf5b05b184eba88f]

        DOCX OLE import: inherit anchor type from replacement graphic
        
        Change-Id: Ic8b6f423acae5cc7e3799cf20e672b56a9cc8c0c

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff02109b65052a1d17d18f1f66a43480c8792691]

        Clean up DomainMapper_Impl::PushShapeContext()
        
        It doesn't make sense to set anchor type here: either the VML import
        already set it, or it should be set when the anchor/inline token
        arrives.
        
        Additionally, this basically ensured that non-inline pictures are either
        inline or at-page anchored, and both of those values are incorrect.
        
        Change-Id: Ic71aeca9da333665a2749bb0aabbb9b63cee0c00

2014-02-18  Jan Hubicka  <hubicka@ucw.cz>  [3db6d2cb99f9559ba29759990675e469613a8bb0]

        GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementation
        
        This is not valid C++ and GCC now resolves the virtual calls and inlines
        destructor that leads to undefined symbols.
        
        Change-Id: I841d25bc6f994f0e73665b174994f9471597131e

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [7fd180c9d0014ac275422501e70e5122026eb364]

        fix SIGBUS on mac due to Font Attribute not always available
        
        Change-Id: I95c574e6386cacc473cad232100a224ff6a08dbb

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [263882acdcb7b54aacf834ae52de4ad56a1921bf]

        coverity#738749 Uninitialized scalar field
        
        Change-Id: I3a75f31e9a7775e3685f168f418a333f40312d78

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [2224ef39728f0ee654d82c51a900aa1837e6663d]

        Any: consistently use explicit specialization instead of overloading
        
        Should be transparent to client code.
        
        Change-Id: I5632fba87242ff9cb9a6b3481a179fa3e92c618b

2014-02-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8e285728e634b8a2dafcfe87cd1fa7810791df5e]

        ooxml unit tests: merge two tests
        
        Change-Id: Ie37ec829ddeeaeb8882c1a566cc80419edcfa170

2014-02-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c9b1fd63452325ee5cb6d003e9fc8315d1ca104e]

        drawingML import: fix position of cildren in shape groups
        
        Translate component of parent shapes' transformation
        have to be applied to children when there is no explicit
        child transformation.
        
        Note. Export also use this concept.
        
        Change-Id: I51bd3325fb53ee250402326ee361c8f07038ed07

2014-02-18  Zolnai Tamás  <tamas.zolnai@collabora.com>  [94af3bc2a4d729339486989fba67b17127e87329]

        ulfex: remove unneeded bULF, it is always true
        
        Change-Id: I1401fddfdd42eba96253f4dd19cf60bba8de6802

2014-02-18  Oliver-Rainer Wittmann  <orw@apache.org>  [6ba4d125f61f1cfe737190628e84f7fc75263382]

        Related: #i124096# correct LayoutManager::m_xDockingAreaAcceptor clear...
        
        on disposing
        
        (cherry picked from commit 50b10da7434d774ac463c148bbaeb051d2b3a22d)
        
        Conflicts:
        	framework/source/layoutmanager/layoutmanager.cxx
        
        Change-Id: I51fe74698f00fadba9afaeb0f8e9f66b85f208cb

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

        Resolves: fdo#75121 align checkbox with message text
        
        Change-Id: Ib8379cbdb6cf16f8799c1e34b9bd7ff2e62e27f4

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [0274246d088469752c9a91120c0b90c2f08c9282]

        Support OpenJDK "-internal" version suffix
        
        ...as e.g. produced by java-1.8.0-openjdk.fc20
        
        (Sorting Rel_INTERNAL < Rel_EA is somewhat arbitrary.)
        
        Change-Id: I25449ec4da63243fc1044aae366f8fa6c5ef1eb5

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [a3ba2c4784d388bcaf20ef6f5b8b357024969a59]

        deprecated OUString::valueOf -> OUString::number
        
        Change-Id: I363289075b457bafcf821af5d08c234977f8d765

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [15cd82cb0978821141e8f0e8ee50741c3165d377]

        typo
        
        Change-Id: I6f324dc684f868736ac9351911f8c7eda9b830f1

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab1ad6b4145f76736350a17d7c8f0bd860ce1d0c]

        Revert "experimentally enable using depcache for full build speedup"
        
        This reverts commit 46fa7ac866ee392ed72cfc670f062a8c318d2d92, just the
        submodule part.

2014-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [46fa7ac866ee392ed72cfc670f062a8c318d2d92]

        experimentally enable using depcache for full build speedup
        
        Change-Id: I6c186ba7ca27166a272327bcfe6a94c391c3514f

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [06b44f99610ea64a86dda2e3e5da9a98c4a495d7]

        coverity#738915 Uninitialized scalar field
        
        Change-Id: I1ac675441b50ceab7df78fb9646e4e1bd8e6e36e

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

        coverity#738917 Uninitialized scalar field
        
        Change-Id: I6d1b6e201f3ec57c727e93ff69a212c8138998d6

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [244ed0e43aad317fd72e279f835c88e501230329]

        coverity#738933 Uninitialized scalar field
        
        Change-Id: Ice55badc2d02d2a49feafbff6ffe10c34b41fa52

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [96e834967c1d566c8c9368099287c2c32000cdef]

        coverity#738937 Uninitialized scalar field
        
        Change-Id: I53ef199b8d20fdf6432bd9f8b2603a75bd54a093

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

        coverity#738938 nMouseSensitivity never used
        
        Change-Id: I59193af4c0b4945ef9612862e57a276cc1d89ea4

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

        coverity#738944 Uninitialized scalar field
        
        Change-Id: Ic4cc2e8e8b1ff21bc4e1d74cf2fddc0c0d85eafd

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [0141153498bc34237d5b7dd72226ac2a03bbd11d]

        coverity#738946 Uninitialized scalar field
        
        Change-Id: I448a6a3f9779b0fcd4ea7231ece00b56b59de901

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [61160e045428b86b8196bf30630c3b21b4d241cf]

        add missing vim modelines
        
        Change-Id: I72d565b77fad98e176e2f47368201ad1585aef3f

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

        coverity#984079 Uninitialized scalar field
        
        Change-Id: I48d4b4961b7ef287bec27551de6366a4bdf27ddd

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [4a030f1b8276ef7f2fa9cdb315ffe7873c5ee3e8]

        coverity#984081 Uninitialized scalar field
        
        Change-Id: I076439b3f1f6766f7215ed4342abf97358b09fef

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [21211c1ec1b67ddd10722963866617cb3fd37305]

        coverity#984082 Uninitialized scalar field
        
        Change-Id: I9a68f51c5941cdc592a39d4cbe164321cbc05660

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [4b076ecc07ea45458ff2c619bf03b9abd492388e]

        coverity#984085 Uninitialized scalar field
        
        Change-Id: I84ff62f0a592a012fa7963f81f4bafcc0ebf420f

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [192623b391342c592ccf15a8468aee9c66a88c48]

        coverity#984086 Uninitialized scalar field
        
        Change-Id: Ifa94f76edbbede207abd1974c9add4fdf740eecf

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

        coverity#984087 Uninitialized scalar field
        
        Change-Id: Ib88a068ea49955d48a0945b28b1016e0cccaf437

2014-02-18  Armin Le Grand  <alg@apache.org>  [3b729ab35b5064dcd21f125dfd0aa7d7e709fd9f]

        Resolves: #i123468# Added SdrEndTextEdit before replacing EmptyPresObj...
        
        also secured ReplaceObjectAtView to check for active TextEdit, assert this and
        make an emergency correction
        
        (cherry picked from commit 623cd778689bd0851652b2db00b24c308dfb657a)
        
        Conflicts:
        	svx/source/svdraw/svdedtv.cxx
        
        Change-Id: I0e9ae1b1cd84e04c37c4de38aca7752804782384

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [11f9439a1cfb33c02bfb6f5f1176b83e00ca17ed]

        coverity#984089 Uninitialized scalar field
        
        Change-Id: I299cfbe1f53af20f16dc02d3616d284a34da870d

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [2fe74d56854d56c080c64160cf78aae2665ef50c]

        coverity#984092 Uninitialized scalar field
        
        Change-Id: I7411e5d53d2dd83eb36d94914a76d5f0370ee978

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e6960c74dee374e2c9d1af25cb2b678366b19b4]

        DOCX drawingML export: fix paragraph margins
        
        Without the EndParagraphProperties() call, w:spacing wasn't ever
        written as a paragraph property.
        
        Change-Id: Iff4ca2a9e0725ac38d7b528c220c8ea58fc89cab

2014-02-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c058338fbd28fba3664651b9ecc7cfefa046ec3]

        DOCX drawingML import: handle paragraph top margin
        
        Change-Id: I4a69647af5b068c35bea0a5f9665a5e68eb76293

2014-02-18  Olivier R  <olivier.noreply@gmail.com>  [db850d677afe6f083c2d4f1789c9e219bc09e0eb]

        Update autocorrections for locale /fr/

2014-02-18  Olivier R  <olivier.noreply@gmail.com>  [2fabcf66b77c8cab36482d02eabda24262163df1]

        Updated core Project: dictionaries  b480c59b2cc6cd6d73f561db435c52568faea4bf

2014-02-18  Tor Lillqvist  <tml@collabora.com>  [0799a45f0fd496b8eae58d53e15ed8e663890089]

        Use correct log area
        
        Change-Id: Idcbb480be0c6bba1215bf75310cd6fc7bfd101a3

2014-02-18  Tor Lillqvist  <tml@collabora.com>  [5732b24b599b8bd8ff804643232a8df920af8b47]

        assert() is too harsh here I think, use SAL_WARN_IF() instead
        
        I run into the assertion now in TiledLibreOffice, but if I drop the
        assert(), it still works. So let's just print a warning (that
        everybody will cheerfully ignore, ha ha) instead. I have no idea what
        this code actually is doing...
        
        (Originally the code had DBG_ASSERT(), which despite its name also
        just prints a warning, which I changed to a real assert() in
        8293b29304716d6bd117ab233b1238e1385ae592 for some reason.)
        
        Change-Id: I928078aaf3648c8d04c59f271504c7d3b02e1bb5

2014-02-18  Jan Holesovsky  <kendy@collabora.com>  [85163440eb11164dc87d8b1816d240e7635737e6]

        Revert "Protect PostIt deletion by SolarMutex."
        
        Probably there is a more prosaic explanation; though I am unable to reproduce
        now whatever I try - with or without the patch.
        
        This reverts commit 2b2c528826b6b29d90fcb6a8e755c75cb0d65985.
        
        Change-Id: Ia3c1017f27d28bc228c497f34b8777b487d54fb4

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [d37f0e5f238116f4b6ef9dd37e1039e93f9210a1]

        Updated core Project: help  f9e2d688f6755c85b099cb659dd865dae775b607

2014-02-18  Luc Castermans  <luc.castermans@gmail.com>  [68e5e6407eecf5134168a8242640c3c95e14928a]

        Translated German comments - find-german-comments
        
        Change-Id: I716d135de71605ac79c04e575ef946f303196097
        Reviewed-on: https://gerrit.libreoffice.org/8023
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Timothy Markle  <tmarkle7@gmail.com>  [e719b2742c39f59f5c928fb10f09545e4139ce69]

        Remove <!-- --> in <style> in calc export to HTML
        
        Comment was used to hide <style> contents from old browsers.
        No longer necessary for browsers now.
        
        Change-Id: I49290b8dc45db173dc6f29d131d5001be2b27b6e
        Reviewed-on: https://gerrit.libreoffice.org/8077
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Maxim Monastirsky  <momonasmon@gmail.com>  [7a044d08572244931b16f24f3f8cc83111b039f9]

        fdo#74595 Make HTML detection to follow specs
        
        See http://www.w3.org/TR/html-markup/documents.html#conformant-html
        
        Change-Id: Id2835f20baad20bcb874df5e6f35a189c320367b
        Reviewed-on: https://gerrit.libreoffice.org/8079
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [cd361611ed43b24c2d85dc227ece4f6a5d551104]

        sal_Bool -> bool fixup in Windows-only ADO driver
        
        Change-Id: I6ad4d730b4b8d715fcab20c09d654e5aa57465d5

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [042725a5dadc9f2c6368ca451b6d20046129b8af]

        Stick to a single O[U]String hash function
        
        8f8bc0dcf3bc253ae49159d52db049767f476ced "Move string hash function into String
        class" had introduced a new getHash64 that, besides returning sal_uInt64 instead
        of just sal_Int32, didn't do sampling of only a handful of characters, but
        always computed the hash over all characters (as the usage in SfxItemSet and
        SdPage appears to require for either performance or approximated correctness).
        
        However, it would be advantageous to keep the stable URE interface as small as
        possible.  Now, O(1) sampling was apparently considered state of the art when
        the rtl string classes were first created, closely copying java.lang.String,
        which at that time demanded sampling for hashCode(), too---but never sampling
        more than 15 characters, with the obvious (in hindsight, at least) performance
        catastrophes, so they changed it to O(n) somewhere along the way.
        
        Based on that, this commit changes the existing hash functions to not do
        sampling any more, and removes the newly introduced -64 variants again.  (Where
        the extended value range of sal_uInt64 compared to sal_Int32 was hopefully not
        vital to the existing uses.)
        
        The old implementation used sampling only for strings of length >= 256, so I did
        a "make check" build with an instrumented hash function that flagged all uses
        with inputs of length >= 256, and grepped workdir/{Cppunit,Junit,Python}Test for
        hits.  Of the 2849 hits encountered, 2845 where in the range from 256 to 295
        characters, and only the remaining four where of 2472 characters.  Those four
        were from CppunitTest_sc_subsequent_filters_test, importing long text into a
        cell, causing ScDocumentImport::setStringCell to call
        svl::SharedStringPool::intern, which internally uses an unordered_set.  These
        results appear to justify the change.
        
        Change-Id: I78fcc3b0f07389bdf36a21701b95a1ff0a0d970f

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [f2529fc7441ced32daef09c0ca767080998d1792]

        jvmfwk: sal_Bool -> bool
        
        Change-Id: I35f302006cb9ef6e98a041dea811818b98c0e876

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [07ef4cf096015f0e427ffd17cd26bb6837e75481]

        rhbz#1065629: RTF import: don't drop nested cells if not enough \cellx
        
        In this document written by "XMLmind XSL-FO Converter" there are less
        \cellx than \cell and thus when reading \nestrow/\row a whole buffered
        nested table \cell is lost and then subsequently the rest of the nested
        table too.  Try to fix that by counting both \cell and \cellx and
        replaying until the maximum of those.
        
        Cannot count \intbl since we synthesize that in various places.
        
        (regression in LO 3.5)
        
        Change-Id: I3b64ad94af842e076611418589a0c83bd18841c6

2014-02-18  Michael Stahl  <mstahl@redhat.com>  [0d8be97d0a84c87d164ae96c81b9aad5f5bef137]

        writerfilter: convert some fprintf to SAL_INFO
        
        Change-Id: I5fe47cfaee84c17584ba7c3d160e65b55f4e3474

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [830ea7ba994f84cfaa0e73cd8589c7c96de67324]

        coverity#984145 Uninitialized scalar field
        
        Change-Id: I08d4de5fc4cbc56feda0f57f95ae76cd25b124e3

2014-02-18  Yuri Dario  <ydario@apache.org>  [d280756b12cf30112901633f827d6509ce00c7f2]

        Resolves: #i123744# use only one way to include serf headers
        
        (cherry picked from commit bc34afebf4562ad3a8c48484f3fb9841ab4809b0)
        
        Change-Id: I0ef0d1a8b35ed6eb30db3d116bb102a911006ca0

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [31bacc9bed54759dbd90e6cddfd430cf35c71556]

        coverity#984146 Uninitialized scalar field
        
        Change-Id: Ibaeaa95c346547f17b82c687944a8b37c05b9b49

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

        coverity#984167 Uninitialized scalar field
        
        Change-Id: I2f6b40def145ea478403fb566c4b0d57c87c0627

2014-02-18  Caolán McNamara  <caolanm@redhat.com>  [6c594bcf6a00b26ca70b9b6152dda9b1d3f896e3]

        coverity#984352 Uninitialized scalar field
        
        Change-Id: I871fcd02f461c798520a033217e14b3caa78876e

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

        fdo#74681 improve keyboard navigation more
        
        Change-Id: I66b660ac2efa59a64a9d188dee3965243b0fa435

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

        callcatcher: update unused code lists
        
        Change-Id: Ie975f8a970eec63b593933ebb2394db76d537c51

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [4f7e948af4f6673b048b71228381572a5af4a8d8]

        clean up
        
        Change-Id: I02fa1aea1070a6485b96a67f7d6f7f56c022bd9e

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [6759faa1e65c311b07b65e64276cd9f3a9480004]

        sal_Bool -> bool fixup
        
        Change-Id: Id1d838fe4316bbc0e1137d395bb15db3585aed84

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [6891ed67285aec21a0e761d129910bd236eb039e]

        coverity#984093 Uninitialized scalar field
        
        Change-Id: I60233fdc8d03e2d0dae03eaa8f3ef47ad8bdf43e

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [b8d8bb8e0db51b45adf1c798dc77b6eb580d2003]

        coverity#984094 Uninitialized scalar field
        
        Change-Id: I114abdb07760e128e40a6e4a82d276584aabed97

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [313ea4b2c386d93c548442a8f14265a93a5819f1]

        coverity#984096 Uninitialized scalar field
        
        Change-Id: If67e1c48fba43fabcaffef92d96bc1377b4d1dd8

2014-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [0f9c938fa2bf11e031fb2f6d9beebfeda264bec6]

        coverity#984100 Uninitialized scalar field
        
        Change-Id: I6a90bbc1fc2faa379a72dd0a61dd96a829676e2c

2014-02-18  Jan Holesovsky  <kendy@collabora.com>  [2b2c528826b6b29d90fcb6a8e755c75cb0d65985]

        Protect PostIt deletion by SolarMutex.
        
        I was getting crashes during editing with notes; unfortunately I am unable to
        reproduce it reliably, so I am not 100% sure this is the right fix - but I
        hope so.
        
        This is what valgrind was suggesting:
        
        ==21766== Invalid read of size 8
        ==21766==    at 0x285AF9C7: std::__debug::list<SwSidebarItem*, std::allocator<SwSidebarItem*> >::remove(SwSidebarItem* const&) (list:569)
        ==21766==    by 0x285A2BFC: SwPostItMgr::RemoveItem(SfxBroadcaster*) (PostItMgr.cxx:241)
        ==21766==    by 0x285A3241: SwPostItMgr::Notify(SfxBroadcaster&, SfxHint const&) (PostItMgr.cxx:346)
        ==21766==    by 0x84AFB1E: SfxBroadcaster::Broadcast(SfxHint const&) (brdcst.cxx:46)
        ...
        ==21766==    by 0xA5A3C74: Application::Yield() (svapp.cxx:393)
        ==21766==    by 0xA5A3C20: Application::Execute() (svapp.cxx:342)
        ==21766==    by 0x50EA0F4: desktop::Desktop::Main() (app.cxx:1678)
        ...
        ==21766==  Address 0x2e2824f0 is 16 bytes inside a block of size 24 free'd
        ==21766==    at 0x4C2AA9C: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==21766==    by 0x285B4B85: __gnu_cxx::new_allocator<std::__cxx1998::_List_node<SwSidebarItem*> >::deallocate(std::__cxx1998::_List_node<SwSidebarItem*>*, unsigned long) (new_allocator.h:100)
        ==21766==    by 0x285B40C1: std::__cxx1998::_List_base<SwSidebarItem*, std::allocator<SwSidebarItem*> >::_M_put_node(std::__cxx1998::_List_node<SwSidebarItem*>*) (stl_list.h:339)
        ==21766==    by 0x285B43BB: std::__cxx1998::list<SwSidebarItem*, std::allocator<SwSidebarItem*> >::_M_erase(std::__cxx1998::_List_iterator<SwSidebarItem*>) (stl_list.h:1549)
        ==21766==    by 0x285B346E: std::__cxx1998::list<SwSidebarItem*, std::allocator<SwSidebarItem*> >::erase(std::__cxx1998::_List_iterator<SwSidebarItem*>) (list.tcc:113)
        ==21766==    by 0x285B18EB: std::__debug::list<SwSidebarItem*, std::allocator<SwSidebarItem*> >::_M_erase(std::__cxx1998::_List_iterator<SwSidebarItem*>) (list:423)
        ==21766==    by 0x285AF9E6: std::__debug::list<SwSidebarItem*, std::allocator<SwSidebarItem*> >::remove(SwSidebarItem* const&) (list:570)
        ==21766==    by 0x285A2BFC: SwPostItMgr::RemoveItem(SfxBroadcaster*) (PostItMgr.cxx:241)
        ==21766==    by 0x285A3241: SwPostItMgr::Notify(SfxBroadcaster&, SfxHint const&) (PostItMgr.cxx:346)
        ==21766==    by 0x84AFB1E: SfxBroadcaster::Broadcast(SfxHint const&) (brdcst.cxx:46)
        ...
        ==21766==    by 0xA5A3C74: Application::Yield() (svapp.cxx:393)
        ==21766==    by 0xA5A3C20: Application::Execute() (svapp.cxx:342)
        ==21766==
        
        Change-Id: I0ed3e09338810200766bd10203d9fcac26e822f6

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [11a3cb8682f618484640b336cc4b697e44cc419b]

        native code: Remove deployment again.
        
        It implements extension manager which we hopefully don't need.
        
        After b14218e4709a7a5961f1564543da35788b578014 it should finally work.
        
        Change-Id: I366722cc77de69c4937d461fed917e350b1b5fa5

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [bac3b0c12e11438166e28358e04d4e175a3e09f2]

        sw: Avoid linking in a lot of, mostly UI related, code for mobile platforms.
        
        Change-Id: Ic49a22140233e72e6f1e103558825970f1ee3df3

2014-02-18  Matúš Kukan  <matus.kukan@collabora.com>  [3714d1c599308059db351b9867b9350aa533e3e3]

        Do not throw when a singleton can't be raised, only warn.
        
        This can happen for mobile platforms where we don't need singletons
        like com.sun.star.deployment.ExtensionManager.
        
        Change-Id: Iad6729539c7ed1ad2b3315c7b9a35647e92ebbff

2014-02-18  Tor Lillqvist  <tml@collabora.com>  [ac73516da34658005eb06cf1acdd4817ab355a57]

        Spelling fix: s/martix/matrix
        
        Change-Id: Ieba5e6b1c1f32125a4c266e5252d9c1bc729f061

2014-02-18  Noel Grandin  <noel@peralex.com>  [2e71918d4971719f9f06f132a682824d7ec16238]

        sal_Bool->bool
        
        Change-Id: I628c1506573c7d5ec182048a20ed996c9ae879c4

2014-02-18  Noel Grandin  <noel@peralex.com>  [da2b9b0fa4140d576340a3df6fbdde94e02e2777]

        sal_Bool->bool
        
        Change-Id: I7ebc6d5271321072469665f055f49b1dd2d98b93

2014-02-18  Noel Grandin  <noel@peralex.com>  [56be07335d5baa7e50f0ad854b35795732316bb6]

        sal_Bool->bool
        
        Change-Id: Iee89a55e2a8d98b1d4afa371695ae25e84288ae7

2014-02-18  Noel Grandin  <noel@peralex.com>  [aed46fd7eccd88a928748e61bfab659ca4a1fec9]

        sal_Bool->bool
        
        Change-Id: I84c4e3ae602f12a359f699a9c87bec0201b0e0ff

2014-02-18  Noel Grandin  <noel@peralex.com>  [c73828ecac5159591d20e15347d6cc96badf4e58]

        sal_Bool->bool
        
        Change-Id: I630f398abbe929f9f0b035b2410d92496b609528

2014-02-18  Noel Grandin  <noel@peralex.com>  [0e5e60eb5713953b0fa9f72d87958f83d89ade25]

        sal_Bool->bool
        
        Change-Id: I87be0ac485f717bfdd3340143fb08a49ed071653

2014-02-18  Noel Grandin  <noel@peralex.com>  [da64cbbc535d447d56ac7f8f22d91f4ffbc186dc]

        sal_Bool->bool
        
        Change-Id: If9651e839831245119f22d04b241e520a7b757b5

2014-02-18  Noel Grandin  <noel@peralex.com>  [2ad9585ab8f199ea937401817765d5fc7fd91c3f]

        sal_Bool->bool
        
        Change-Id: I906c191f2adb50419952993d4cb946e097d4e5f7

2014-02-18  Noel Grandin  <noel@peralex.com>  [db448b707601ea0172b023aa3ae54279f4f1de0d]

        sal_Bool->bool
        
        Change-Id: Ifa9fe7e2b24ac74f51341b5a86b5ff241b99459a

2014-02-18  Noel Grandin  <noel@peralex.com>  [27274ebe2375307f2f22bddb6fc38041107e83fc]

        sal_Bool->bool
        
        Change-Id: Ief6804e2604618162bd6fc87985dbee474492aff

2014-02-18  Noel Grandin  <noel@peralex.com>  [c75b8edc8aa273b9e00e4c4ab50a0c4b124ed53b]

        sal_Bool->bool
        
        Change-Id: I98448e4276acbbcd754f0573dcec9a16ef814174

2014-02-18  Noel Grandin  <noel@peralex.com>  [e662ffc9d639b8e429155ea35f9e8a6f720be638]

        sal_Bool->bool
        
        Change-Id: If00756cdecc19f5a0159921833a24490b9d70450

2014-02-18  Noel Grandin  <noel@peralex.com>  [1bd50b002fc42519cdc34393eede8c9203b65bb6]

        sal_Bool->bool
        
        Change-Id: I3c91fbe6f7cc383815a3492be72642e968d48327

2014-02-18  Noel Grandin  <noel@peralex.com>  [b9582903ed521f87faf27c40a51e14f48a5e2443]

        sal_Bool->bool
        
        Change-Id: Ifc854ea58b04c21584b8eb9c00299c8e27f81a1f

2014-02-18  Noel Grandin  <noel@peralex.com>  [3e9b6b86ec3f0026f164e2a7325840d2671885a5]

        sal_Bool->bool, and remove unused parameter
        
        Change-Id: Ibd9ad76c9580496f3ff8ec256656c816a36f0892

2014-02-18  Noel Grandin  <noel@peralex.com>  [38344505c779771c87fcae03bde0ecf254b0da5d]

        sal_Bool->bool
        
        Change-Id: I04b1fd1bafdb8760b2fa08813ea21614ddbbf918

2014-02-18  Noel Grandin  <noel@peralex.com>  [8c4abf3792a2b9cacceeb7fd39cda97f14dff234]

        sal_Bool->bool
        
        Change-Id: Ia26cc0b2bc3b71a653606d0526592ff98f033796

2014-02-18  Noel Grandin  <noel@peralex.com>  [788b42b384d6a0796ad076f19be5551971fdf4f0]

        sal_Bool->bool
        
        Change-Id: I0dfcf547944529d04cbabc3026c1e088e39b99f8

2014-02-18  Noel Grandin  <noel@peralex.com>  [d858c06847edfbde900e1fc216bd7d7c65eeece2]

        sal_Bool->bool
        
        Change-Id: I779608850fc81518c130e6f23d5dd1599a59fa14

2014-02-18  Noel Grandin  <noel@peralex.com>  [d5cca704f55e3e02147171e645af215e4edb22d4]

        sal_Bool->bool, and remove some virtual modifiers
        
        none of these methods are being override anywhere, so remove
        the virtual modifiers.
        
        Change-Id: I84fa4211418b7eae38b60964b076ecd73013513a

2014-02-18  Noel Grandin  <noel@peralex.com>  [766b50d25355cdb535144b88144bba51219f4214]

        sal_Bool->bool
        
        Change-Id: I7c9b5ca89b54efb918f86bfb28c7e6a4fe161c75

2014-02-18  Noel Grandin  <noel@peralex.com>  [f82052783bd74433f931fb21268d79ad4c061073]

        sal_Bool->bool
        
        Change-Id: I4d13ff42989c6c2fd2b615ffa8cb72772f722343

2014-02-18  Noel Grandin  <noel@peralex.com>  [d6d922be5e6a9faf8ebc684109aa9cba8d00ca87]

        sal_Bool->bool
        
        Change-Id: Ie801378efed378a9daead57cb637a96fb51cf49a

2014-02-18  Noel Grandin  <noel@peralex.com>  [a21ecc1611dce99a70dc6e9ee219f743c75cadc5]

        sal_Bool->bool
        
        Change-Id: I8a94c5f44645d3ef03f231fe7b38c7e5637f8c09

2014-02-18  Noel Grandin  <noel@peralex.com>  [9d9de0ce0cd3717def37c7e520e14195bc6d1782]

        sal_Bool->bool
        
        Change-Id: I4201103c7fd3278c64fbc87456177e3637620fe1

2014-02-18  Noel Grandin  <noel@peralex.com>  [a2f61558cba97eb8a0e65ca7bdc4cf9e0e28469e]

        sal_Bool->bool
        
        Change-Id: Ie015d538d7a740dd421900598a7dd60e155be55d

2014-02-18  Noel Grandin  <noel@peralex.com>  [71498bedcc66409bab636c29dc6a369093b64073]

        sal_Bool->bool
        
        Change-Id: Ib3d1e2903bacad34fe381eb3ba644ddd48762abc

2014-02-18  Noel Grandin  <noel@peralex.com>  [fd1bee287f12c4ee425fa1ee4582826ce3eb7fe5]

        sal_Bool->bool
        
        Change-Id: I6fde53a51984e965a873d497c5ea3aeb6e852b88

2014-02-18  Noel Grandin  <noel@peralex.com>  [73aee35ee058940923dc3d96558a0505fcefb169]

        sal_Bool->bool
        
        Change-Id: Ifae09024b0f94a3efc24355803091e2600dccf84

2014-02-18  Noel Grandin  <noel@peralex.com>  [b7843c1ec0617b48e084e22287fea1a0b44814e9]

        sal_Bool->bool
        
        Change-Id: I5a412f7b5a8c94546eb4de9825ebaa8d3953d619

2014-02-18  Noel Grandin  <noel@peralex.com>  [0b625af774b7160f4faeab9810d425d5240c9e87]

        remove dead method definitions
        
        Change-Id: I1b549c5989d2d6600064a5d84ed1354203437563

2014-02-18  Noel Grandin  <noel@peralex.com>  [d8d01ba70ed0e988de057aae597b5eb84b454175]

        sal_Bool->bool
        
        Change-Id: I759c79d8a4a1775525951eb30bcd06104440642d

2014-02-18  Tor Lillqvist  <tml@collabora.com>  [4531a442454d81e140d720326f323cb5ad6ebfb5]

        Fix iOS fallout from cda903f83831341f44833b94e7d38e598f5a7198
        
        Change-Id: I48e418ff7d5a8bbf64bc6072b4ad2ef30cb24625

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [9c2b336b0e3bbbc4b73a81c0529cd45e273a0f38]

        C++03 fixup
        
        Change-Id: I2a8b33adbc3844347e78738fbbf5a336af543e8a

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [80d9fbdde2a921958ec6725a1d80ba17fc5165c9]

        sal_Bool -> bool fixup
        
        Change-Id: I4e69744d99334bfe9dafdfd19b2f0242ccf0d4cc

2014-02-18  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5060d3888edba2be753eefbd4d23e1a2abd940ff]

        Replace GrafikArrived with GraphicArrived
        
        Change-Id: I626e0039a01e62eeae994b1c423cc6f8aa359c06
        Reviewed-on: https://gerrit.libreoffice.org/8087
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [736b3970e7a49e0b11997602703852a7a5c0fdc3]

        i18nutil: sal_Bool -> bool
        
        Change-Id: Ic4a198d737692734ae3fbc096f370a3aa0667c5b

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [8bcb8b187e157ddcf69943a070f29ad070f22f9a]

        UnoControls: sal_Bool -> bool
        
        Change-Id: Ic548cf07fe115c101771999a0dc8d370e57cd3ab

2014-02-18  Stephan Bergmann  <sbergman@redhat.com>  [95401d5898412bc74892f0c5325fb614044d4bf1]

        tools: sal_Bool -> bool
        
        Change-Id: I3aad235d92b3972b44199294c0f3de65ad57f450

2014-02-18  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [cda903f83831341f44833b94e7d38e598f5a7198]

        fdo#72042: Fix for "Font names are not localized (Mac OS X)"
        
        This patch will bring the behavior of 4.0 to master(4.3).
        This patch has 1 changes on implementation of vcl/quartz/ctfonts.cxx.
        
        We will use CTFontDescriptorCopyLocalizedAttribute() API,If possible.
        So DevFontFromCTFontDescriptor() can return the localized fontname.
        
        Change-Id: I7eb5bda4fa69540fb32de573190a30bcb2c01cd2
        Reviewed-on: https://gerrit.libreoffice.org/8071
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [416d0453c5dcf2802eecdec59b6e85d5b097c55b]

        coverity#984129 Uninitialized scalar field
        
        Change-Id: Ia7b1a6aa15dd2438ebb39739535c4dfe0836e785

2014-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [34af1079f4ee6b63bdb6c634c3c5b6893e92bc1e]

        coverity#984130 Uninitialized scalar field
        
        Change-Id: I6ebb1078c44b5fc0140ee59dc16a2bd7c7188453

2014-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd0081bdff211e551eac4ac5a36b60f92b57ef86]

        coverity#984132 Uninitialized scalar field
        
        Change-Id: I2e483d1612e2344b71e0d140bf1fe264fbf9b0e3

2014-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [3920bb664a1d60c3b32f8ff7e9bf6776581ef8b0]

        coverity#984133 Uninitialized scalar field
        
        Change-Id: I933aa0d34d99808ccc359acfd895a7b9ea60217c

2014-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [d908a33013014fa198cf3d14c1b02b69df2a1323]

        coverity#984134 Uninitialized scalar field
        
        Change-Id: Iafc65bc7d168a1750dd25cbd629762362bc73af5

2014-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [d548b250dbd74247d7c5c7b220a38e93cb19053d]

        Drop unnecessary #include
        
        Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [894884400138a811a043602aa9db32c42487212d]

        Temporarily disable this test. I'll fix this later.
        
        Change-Id: I5e4f3559e462e069aad8050e3331b9f546729f7c

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [575e88da278f536ebfb6562dfd98f341240afec4]

        fdo#75032: Handle note copying correctly.
        
        Change-Id: I1b8fa5231b23554c856fb63b580cb13ea9223b08

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [93d2cd25597c519029ec12bbaefd6c518890beed]

        fdo#75032: Extend the test to catch another use case.
        
        Change-Id: Ibc9840927057d72e6fd066dee589ccfbca25bace

2014-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1388b658cab36e9e1c94821063fb3573d3f7654b]

        we should not enable the png debug export by default
        
        Change-Id: Iaf8873b32b40db911aa07e910b4070b37b3277ea

2014-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d20ffc370bc1b946366d4cb1073b815beda706a2]

        fix windows build
        
        Change-Id: Ibbeda9f66ee9c81ac4202f999173adbf00ed8f83

2014-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5915d38e84c7a7861c169bea18c63824bcfdc470]

        add disabled test for conditional formatting with skip empty cells
        
        Change-Id: I01920c1e27a1c9b0445524bc51292a48a6827877

2014-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b57bad8422c0efee8a42660806765f36746bb2fe]

        the string is UTF8 and not Ascii
        
        Change-Id: Ibf9a837ca5689ceae91eff2a081da3b7fe0b9244

2014-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [53146f93ad0697a7af8b312bfbe424c1066207a1]

        prevent invalid OOXML files with trendlines, related #i88825#
        
        Change-Id: I503b24233060400cf4bbb40701bec0a3e101512a

2014-02-18  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [dd0c9e64835b825771d961b7a8f21f4d6c077fc7]

        fix indentation
        
        Change-Id: I36be2de793d3d32433530bf71632cb73a676bb9a

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f55cee39379a76920f3a4fb14e6c2774093bfcd]

        fdo#74573: Skip removing of cell notes on empty cells if the flag is set.
        
        Change-Id: I0d9cb5b48c5fdf51cf290cd838f5d6d7cb572e8b

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d2a80bcd494039bcb54693a8461d1645e51d1c1b]

        fdo#74573: Test pasting of cell attributes as well.
        
        Change-Id: Ib38ac054b40ac21dd4b6088fafca33566d2fc436

2014-02-17  Jan Holesovsky  <kendy@collabora.com>  [f807ece8857457860042501b293f9f065c17fd0b]

        Clipboard content dumping tool to README.
        
        Found it by chance, don't want to lose the link ;-)
        
        Change-Id: Ie3a1c253a287a8e3ff6f82e75176e22305a03b39

2014-02-17  Julien Nabet  <serval2412@yahoo.fr>  [dfbfd51c0173e61858e2f13d89491bad43bde0f5]

        Resolves: fdo#50451 Mediawiki formula export + vec use
        
        Unicode Character 'COMBINING RIGHT ARROW ABOVE' wasn't taken into account
        
        Change-Id: I4b5fc5fcfa4efe40fc92935e21af829edadf1dea

2014-02-17  Andras Timar  <andras.timar@collabora.com>  [e27bc2293873a3b8db49761c2f5ae73516e67d20]

        add Collabora to wordbook
        
        Change-Id: I2d667a84ff1f1523f37895aacf6f97a0b34b7c03

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [411b14df53724ab66a34051f2b905fcfeac44645]

        writerfilter: sprm:{PFKeepFollow,PFKeep} -> ooxml:CT_PPrBase_keep{Next,Lines}
        
        Change-Id: I59e48e420a4ec276680a1ba5cfb002f656b3c4a9

2014-02-17  Jan Holesovsky  <kendy@collabora.com>  [3ecdc23d164d8e8632375247604cddf04f1e4df4]

        Let's not parse nonsensical data.
        
        Change-Id: Icf956c3824286e8244cf5809be88568de0d6a068

2014-02-17  Jan Holesovsky  <kendy@collabora.com>  [2afb605601ec0b29e177dd38e4f16bfe06590882]

        Fix crash in css rgb color handling.
        
        Crashing since 2000 (or earlier).
        
        Change-Id: I9f91d56f380be2421370b0acbee351461e1f0973

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [7a984575988b0de3e7f73a621d2079dabad39b59]

        writerfilter: sprm:PBrc{Between,Bar} -> ooxml:CT_PBdr_{between,bar}
        
        Change-Id: I9ed3f3beafc8b3dd340b39ed24c5eb8315c19a2f

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9e49b6abe7cedd2ac7137170f76ec5d7e14bd295]

        fdo#75032: Skip notes when copying values from undo document.
        
        Notes undo redo are handled separately by the drawing layer.
        
        Change-Id: Iae37ac86889d7a25f25e6dd0b69f724107c6798a

2014-02-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6a5df6427913af1df99e770ea68daaeeeea02e7c]

        fdo#75032: Add a test case to reproduce the crash.
        
        Change-Id: I1bb980e9872515a8684014a0e0be9fd4c717f9fd

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [08fb25ab7941c52d4eed0435a45a38b03aff588c]

        abi#3623 RTF import: missing null pointer check
        
        Change-Id: I5861e5fec0d822f42dfeb994500a818a968e69fb

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [685ec1899435037205d98a102a32ca8b6a4836d0]

        Related: fdo#74284 try AccessibleRole::PANEL for VclBoxes under windows
        
        Change-Id: Ic8c743c2646c8610b3d90425024413b40dfdab13

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [a19440bee79f9458b3ddc072a02d848c77c52264]

        Add toposort feature to module-deps.pl
        
        Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [05f742d28b3786f44781af5b069c05c16b84decd]

        comphelper: sal_Bool -> bool
        
        Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [faced6b5f72b096800a232749cce6b38a76d5bac]

        ucbhelper: sal_Bool -> bool
        
        Change-Id: Iee327c3dd75bebb35d99de01eaa7103956e08974

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [7f902e1697d077dd4a32846ff85f6134a556d528]

        cppuhelper: sal_Bool -> bool
        
        Change-Id: I6e0e6c1e4880a652ea4d8f0cccf9d8103c2cbbef

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [34a44156b3983849749d82b90d82b84aeb538aae]

        cppu: sal_Bool -> bool
        
        Change-Id: I1288f1f6f38d1475b4eb5272509e479bd9f2552d

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [5dd4a0690124c0d3fc1835a59e0fca2d12773afe]

        l10ntools: sal_Bool -> bool
        
        Change-Id: Ifffdc0942b83b5761cbbbfc5db7d241be60815cb

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [a450e0eea2d06ca0a9148c0de083e17566ac27de]

        unodevtools: sal_Bool -> bool
        
        Change-Id: Ie62a7d184f4982a5164c183f6e38d534b94df1bd

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [361774e9107aac3f412ce546892a4b0e55c10dfb]

        idlc: sal_Bool -> bool
        
        Change-Id: Ibeed903d73eb8b3fce7b8c6021c9107437a8c813

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [20726ae6644236481cd15e2156935ba842cf88fd]

        registry: sal_Bool -> bool
        
        Change-Id: Iaf118eca7a7b24945afbc1959ad78c712e4a299b

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [07d3807e999445c87553e7a6c5876d07ca431737]

        codemaker: sal_Bool -> bool
        
        Change-Id: I2cacac2aa7e48b3b9d8d060137d5c6d6f1d06b3f

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [824c59a38d0e5d3a7f65193e4b4087cf1e0fe64f]

        store: sal_Bool -> bool
        
        Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [e59ae07a5c108bf6ec4eb670182c4cc046392ff0]

        salhelper: sal_Bool -> bool
        
        Change-Id: Ibbfc597ec23dbc7605b2fbd02623ed4c62e4cd5c

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [d84cf2de01f17f2617846135081a819ce74dd87a]

        sal: sal_Bool -> bool
        
        Change-Id: I071a931660dafc1ee5950da527b042fb175255b8

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [6f69fb5d7d7f66d17b56eca5a5b3f494c597b97a]

        Run the non-rewriter plugins even when rewriters are specified
        
        Change-Id: I8262091c52522c54f84c0fac5fd180871d4a3a9f

2014-02-17  Matúš Kukan  <matus.kukan@collabora.com>  [be0177fe422f283e4ab87acd4d6d092366b25bc3]

        Do not crash when no interfaces are registered.
        
        Change-Id: Idee3bb5821e8b46da78243f6396780b35f23e30a

2014-02-17  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f4ae06c6b558628457f3abdade1f2a705bf8b886]

        DOCX import: fix position of floating tables
        
        Change-Id: I542acfd3215dcc7bbc2de49c567f73de0cda97a7

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [7d040153e8929f4a5a3362f04cd25e6ddb4d9f2c]

        Resolves: fdo#61704 update on modify, not up/down/lose-focus
        
        Change-Id: Ife98beb24d43f0e58f47c654ad8ef9605e5e3ffc

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7a7a5a686367aa775fef8d077bfdfec7b2fad82]

        SwAnchoredDrawObject::GetObjBoundRect: ignore relative size of group shapes
        
        Instead of not reading the relative size of group shapes at all, read it
        into the document model, just ignore it during painting. Visually this
        doesn't change anything, however this way we can write the information
        back to the file.
        
        Change-Id: Ic24fceaacec0f831d657a35e52493e1c0e9bf626

2014-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [cd03b4ac54076b5471bfdddd8b3154ecb6b4e7cc]

        fix invalid string access, related #i83611#
        
        Change-Id: I5954f78e10d99a064f83e96282c28c086c7f07f1

2014-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8a5c8c251fe42f639b029f72244326cdc1b3bb7b]

        multiple pivot tables on same sheet OOXML fix (part1), related #i83250#
        
        This just fixes the generation of the pivot table file and the
        relationship. It crashed in a dbgutil build because we tried to
        overwrite the same stream for each pivot table on one sheet.
        
        Change-Id: If2c9541e38b483ead75fff32d5f6d9e16970e702

2014-02-17  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5ecf769266623817fa4744e022a9518120fe5072]

        prevent invalid ooxml files during notes export, related #i83060#
        
        Change-Id: I151c14cd75477445465e0221271f9bf17385af9f

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d93aee9bf614f8db176a34b04c20eb8ae3beb9e]

        DOCX export: handle relative size of drawinglayer shapes
        
        Change-Id: If4548f7b7a530402158ce5f84febe4fe5eaf2184

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [30155e08a0660b8574df3442fe7b9a8718708bf6]

        Seems that canvasfactory is needed by some docx docs
        
        Change-Id: Ic9347e2077f314bec5cc2ba5f123f468c91b612e

2014-02-17  Muthu Subramanian  <sumuthu@collabora.com>  [4cf0d8edaf1581c42949ad2cbb40183a2f657ddd]

        String cleanups.
        
        Change-Id: Ibebf394d69ed4845d91176727f291187ba35ed34

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [d5995b3f6713839e0f03774664ea4bd9664e6323]

        More components needed by finalPaper.docx
        
        Change-Id: I7ab959ad227d77722a14a2cfa7addc55b58dc219

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [1113c243b100fa5258d7fc1e72e3afd5d9f871e8]

        Don't violate the One Definition Rule
        
        There were two different struct types called chart::TimeBasedInfo,
        which caused problems at least in statically linked iOS app.
        
        Rename the other struct to chart::DialogModelTimeBasedInfo for now.
        
        Change-Id: Ib95736b1046c5bd9001d7aeba2b8bbd22a18f8c2

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [a95888e6e62a702f4b9af4a68c44339b51dc283e]

        Resolves: fdo#72233 too long style names over-stretch dialog
        
        Change-Id: Id6f102a3def1928ad8f6b4d27eb32f8c69bdba49

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [26914637e0e2a7be9571e06e316fa1552527c11a]

        CVE-2014-1947: add testcase
        
        Change-Id: I71b1fa7cfb536e49801752ae8ba48428918b6a36

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [c20e8fbcf5aa2d358a9bdff2c9adc0b354c3af59]

        Resolves: fdo#45841 fix autocorrect of single quotes in Maltese
        
        Change-Id: Id37ad55b8994b7ed40cdd569a016a68c7386b551

2014-02-17  Noel Grandin  <noel@peralex.com>  [0beb64bfcdd02c17938396448f861b9fb55f20a3]

        cid#736789 dereference before null check
        
        Change-Id: I657880e7ed37f9933efcfc110daae8b4c4791497

2014-02-17  Noel Grandin  <noel@peralex.com>  [4d15e903bf7d49a2bb2fa532037eb84429012a42]

        cid#736786 dereference before null check
        
        Change-Id: I9cf201148c7cf90e95c88b7bf53e07f1ada9e229

2014-02-17  Noel Grandin  <noel@peralex.com>  [796b51a763d956e58e38af5643854ba3b49bc76a]

        cid#736782 dereference before null check
        
        and reduce scope of some variables
        
        Change-Id: I1aada9af15090ff2083354ea9b265b9e3d4e5c02

2014-02-17  Noel Grandin  <noel@peralex.com>  [2b3b3373eb13e12204180d634de5063add6b4f8e]

        cid#736778 dereference before null check
        
        Change-Id: I2d26b5447e06e0b0d08e45452ef5507b75a4d3ff

2014-02-17  Noel Grandin  <noel@peralex.com>  [d22d2fb1dee46973d8608dd935d476bce2c2ad82]

        cid#736777 dereference before null check
        
        Change-Id: I40faf8a98d6e71361f952c61a8c8d6b5e25c41be

2014-02-17  Noel Grandin  <noel@peralex.com>  [939e23d18d8060a155bd9b3a38b66b0d20b8c034]

        cid#705877 dereference before null check
        
        Change-Id: I78d51802fa5709d1aaccb3a73929b39bf75b4219

2014-02-17  Noel Grandin  <noel@peralex.com>  [4f430d7a925b8e3bdd24c284e398628e2b929098]

        cid#705884 dereference before null check
        
        Change-Id: I55258bb30034b95f53134a9747088fc488796564

2014-02-17  Noel Grandin  <noel@peralex.com>  [a02ec9ebef8608c4f69e8e674a894d09add68dba]

        cid#705907 dereference before null check
        
        Change-Id: I51f0331830fc6d6eaae1ca33c7387e76390ec1cb

2014-02-17  Noel Grandin  <noel@peralex.com>  [c31644d4953ab57b65daafaed090fab89b8ff267]

        cid#705910 dereference before null check
        
        Change-Id: Ide631270e603c2efa258aa443c1c4ed9cc1c5cbe

2014-02-17  Noel Grandin  <noel@peralex.com>  [d232910d0234a9d2b4755b3e5a8c30f3e67c2322]

        cid#705912 dereference before null check
        
        Change-Id: Ica32fb0af274f69f5aa716e271d0537c134aec6b

2014-02-17  Noel Grandin  <noel@peralex.com>  [24a1e29d6c0a5196da72f7eda31596ef34a0b5f8]

        cid#705915 dereference before null check
        
        Change-Id: I1bd65e4beb99ff816be958d8ee345ee9937f6488

2014-02-17  Noel Grandin  <noel@peralex.com>  [2e6ba083bf188478c7033bcf5831727c0d97b3d5]

        cid#705917 dereference before null check
        
        Change-Id: Ibceeb719ddd0967fc4b8776dd29da88db89302d6

2014-02-17  Noel Grandin  <noel@peralex.com>  [7881de6d9f8b9d9d42d0032099ab75542cd8cec6]

        cid#705924 dereference before null check
        
        Change-Id: I5f3256351ea806e902477d2ccd5cc9dfbc18fdb1

2014-02-17  Noel Grandin  <noel@peralex.com>  [e5810bb2bb7f6a28fe95189edd939a3bbccee842]

        cid#705925 dereference before null check
        
        Change-Id: Ib4369e00f4d6ce2beca9e2ec51e3fb52677d2fe6

2014-02-17  Noel Grandin  <noel@peralex.com>  [ec40733b5f5715a566dcbc2d79339edbc304b2f0]

        cid#705932 dereference before null check
        
        Change-Id: I29f407effb4381e3f8505e487b2a4e9d7bd6828e

2014-02-17  Noel Grandin  <noel@peralex.com>  [64e40e166f07e58b3f19f62ff674933e57500aae]

        cid#705937 dereference before null check
        
        Change-Id: I844583f704afde8d563e3947cb6fabeb7fe83bdf

2014-02-17  Noel Grandin  <noel@peralex.com>  [24057a7823c15bac4ec5f4229c20cf61f660c6a0]

        cid#705944 dereference before null check
        
        Change-Id: If6e70f97ec1862dfda01f55ecac06b4b2492d9ec

2014-02-17  Noel Grandin  <noel@peralex.com>  [40dcb18c5fe6dc9e7f904e5919e23869bbff1ac0]

        cid#705945 dereference before null check
        
        Change-Id: Iff5c84f8c01b21645a529e299856505e90f86679

2014-02-17  Noel Grandin  <noel@peralex.com>  [d12f6c6f3c3f89442876c98e3d7a7d50901d36cb]

        cid#705946 dereference before null check
        
        Change-Id: Icd2899ffa289189e753a22c40d6556f57266dcdb

2014-02-17  Noel Grandin  <noel@peralex.com>  [b008100d42913a23a631aa474904d9b3db03797e]

        cid#705949 dereference before null check
        
        Change-Id: Ia240bc89011e5e23eb6461ba1cac212036df545c

2014-02-17  Noel Grandin  <noel@peralex.com>  [10ca3906500732085a3b055cb8a72bf13de5cae4]

        cid#705954 dereference before null check
        
        Change-Id: I87ea36fc21b0595b6e4d7b94d89c03e3124dd736

2014-02-17  Noel Grandin  <noel@peralex.com>  [28ac14c05bb6da292d287f8800929731121004f6]

        cid#705957 dereference before null check
        
        Change-Id: I8beffc4b7c877894699cc32ce1d05ba310e48ad1

2014-02-17  Noel Grandin  <noel@peralex.com>  [112554741039eda3fbeef3f89b22c348b3718655]

        cid#705962 dereference before null check
        
        Change-Id: Id31913ea90c32f869677a54d522a8bc089c7290c

2014-02-17  Noel Grandin  <noel@peralex.com>  [29e1d1988e286e0dff39994d41f8e6bda6d81ed4]

        cid#736775 dereference before null check
        
        Change-Id: I3539146b3ab126c939e5805e5bb4e013d9f93857

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [5a3ed3219d6d3bfc751b8f74e024887d85ac061d]

        SwTxtCursor::GetCrsrOfst nChgNode arg is only ever false/true
        
        (resp. sal_False/True).  This was MSHORT, with the accompanying
        
          sal_Bool bChgNode = 1 < nChgNode;
        
        check ever since 84a3db80b4fd66c6854b3135b5f69b61fd828e62 "initial import," but
        there appear to be no calls that would pass in a value > 1, at least not on
        recent master.
        
        Change-Id: If87cb08ecfa665bbd54929d98d0c8de8286ae9ec

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [ea47fed15792c1b046c0872d334d24b146ddf083]

        DOCX export: try harder to detect in-background shapes
        
        Change-Id: If7a4a5b9aad564d026173b942fd0b4a2fb52e157

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [e9d2a160cb3e04461974245bee944942b84f5bc9]

        convert DBase index dialog to .ui
        
        Change-Id: I64ab68d22194ec4b6de9cd8c6c588ed7cd8d7f20

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [96e2b15277e7eba5938b9cb02cfd1fb732fe479f]

        Updated core Project: help  45ca39c87e40aee0d370737d0c6eb148777bcc65

2014-02-17  Stephan Bergmann  <sbergman@redhat.com>  [e16614f440aae289316531113050c6b70d194b7a]

        loplugin:literaltoboolconversion
        
        Change-Id: Ibb9b21806e73ddb0071e906fd200efce515055a0

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [829a2f9b1f978db92d7cf50a30feead5128bce9f]

        this dialog is unfinished, but fix it to not crash
        
        Change-Id: Icb6d1d1bb14678eb711100644f3f60725db4b5db

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [41630e9aed81220ce77088826d62cf17ae2adb85]

        convert select data source dialog to .ui
        
        Change-Id: I1506f59dc6e6b6bd2b9cb1a7dd36044bef7f40e2

2014-02-17  Armin Le Grand  <alg@apache.org>  [a51929600789af4d67e4f52226f8f5ae13ed58ba]

        Resolves: #i42894# added support for <presentation:animations>...
        
        at import and creation
        
        (cherry picked from commit 0f11a9d487744af6c50e9f1d547c22cd4bdeab48)
        
        Conflicts:
        	sd/source/core/EffectMigration.cxx
        	sd/source/ui/dlg/animobjs.cxx
        	sd/source/ui/unoidl/unoobj.cxx
        
        Change-Id: Ib498bf718d40501cbab71a700342343df68a6ee9

2014-02-17  Michael Stahl  <mstahl@redhat.com>  [f4b2c6f564a5e1e471fbd4276d9301b20e45d36d]

        sw: add missing solar.h
        
        Change-Id: I6e7721665efc3183e71db18289b016b7cd0ccd1c

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [f5dfc104f7984ac47eb104fea79f2908449c72bd]

        Updated core Project: help  951014ee02c741fccaea82b26e2273fbf29ad916

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [f2ee8833799bda5d12892534a81429fefc14fae3]

        Add more stuff needed to show finalPaper.docx
        
        Change-Id: I2b789ae3a6570b517ef30c662d845a7eca71f2e4

2014-02-17  Michael Stahl  <mstahl@redhat.com>  [32a617d8f00636d5cf660577c8cd47633b0bcd7e]

        move external packages registration to RepositoryExternal.mk
        
        (with condition from configure.ac for cairo)
        
        Change-Id: I7f4864a7f331f1a3da9c796b51f4e16c58382580

2014-02-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [f70343bbbb2dd1160edace1a2f457fb3b33a7322]

        fdo#60924: Move more libs/packages to autoinstall
        
        Change-Id: I687f45eeea1e60e8076222865bd803c2ad18f758

2014-02-17  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [067d08029384af6e620f0fc48e31ff2a740e1fc8]

        fdo#63154 Remove unused solar.h reference in sw.
        
        Change-Id: I6e13f3705cb591573693cf60220e32aa823c5886
        Reviewed-on: https://gerrit.libreoffice.org/8067
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [f03e95da68138a48ba2d4b6ab382b839577f0a1d]

        convert biblio choose data source dialog to .ui
        
        Change-Id: Ia94c417be95f5cd8c1d694a61c5004b0e8486416

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [cc74d3ce73583d035b6793c485d0af95c12f7e61]

        fix debug=2 build
        
        Change-Id: Id7c6db5c6cbefef427d9c2cc4bd210811b5a7991

2014-02-17  Caolán McNamara  <caolanm@redhat.com>  [0809f1ac5cdb6f983d8618f6737337f8011b4908]

        Updated core Project: help  26c50c746d85f1a0fd63246ccb5025f50c3200c9

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [61a0c9fcc966819a1d29ae98cd1c58e7d408d51b]

        Need libdeployment.a
        
        Change-Id: I7f9afa17f47199c3ba1bac4c3005893fb8ee4df9

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b6ff51bb89db0d7050bb4d00c0ec797b4754f25]

        fdo#74357 DOCX import: avoid layout problem with automatic spacing
        
        Commit 279ff2e03371542d014bf281e73282ba8080cf6b (bnc#816593 DOCX import:
        fix auto para spacing without compat option, 2013-08-28) corrected the
        value of "auto" paragraph spacing, but unfortunately this triggers a
        layout problem:
        
        warn:legacy.osl:12692:1:sw/source/core/layout/tabfrm.cxx:2513: debug assertion: <SwTabFrm::MakeAll()> - format of table lowers suppressed by fix i44910
        
        resulting in "the rest of the table is not rendered by the layout".
        
        Given that we backported the original fix to stable branches as well,
        just stay on the safe side and revert back to the original behavior in
        case the document requests the web layout.
        
        Change-Id: I72683530b5218beff084bec8218cc99946b44802

2014-02-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [e5fd7c2dacf3c128cdc62622e736ce8abbc578a5]

        fdo#74357 DOCX import: fix nested tables anchored inside tables
        
        Regression from bbef85c157169efa958ea1014d91d467cb243e6f (bnc#779620
        DOCX import: try harder to convert floating tables to text frames,
        2013-10-01), the conversion of nested tables is delayed by default till
        we know the page size. However, in case the anchor is in a table, we
        should convert it right away, because the conversion of the parent table
        would invalidate our XTextRange references.
        
        Change-Id: Id41556e721c6e1c7239e4ea25abd57c999d2219b

2014-02-17  Tor Lillqvist  <tml@collabora.com>  [4a153b4d4429480d04d3b347669723753c05e267]

        Fix fallout from 772c3a202481506b92c496948cfdc0f23ab94b2c
        
        Change-Id: I0019ca081086544142b39aac5e6f00d5f1822ccb

2014-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [d39178ff6cb707219665a73da2324ea51a1c802d]

        Drop unused #include
        
        Change-Id: Id1badf4ae68d322a6e05e900aa63bdb124387bab

2014-02-16  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [84acb10f5484489612ccc84215edfcfdef87ea13]

        fdo#71669 Poportionally scale images by default in Writer
        
        When holding "shift" at resizing, objects are resized proportional.
        With this commit, proportional resizing for images is the default
        behavior and "free" resizing is enabled when holding "shift". The
        behavior for other objects is unchanged.
        
        Change-Id: I484455a8bd3edb879c75b9a27988cebeb843678b

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [3ec96dc587411c5347a77bba404c1e7a94e2d19c]

        sal_Bool to bool
        
        Change-Id: Ifc98bc3afff33670fbde724a0d8e8df842dda641

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [a915d7d505d8f837521f7898dc7b1a343139410f]

        sal_Bool to bool and minor optimizations
        
        Change-Id: Iddee0b723ce8a0ac9020b0b048a31212dc377430

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [781b17a577991b8a830038ab0e61de0c048f11aa]

        sal_Bool to bool
        
        Change-Id: I98da667e406aef18e0f8b8bdb9b380cf76b36952

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [54cbd46dc52c51dda1594ee090f0619a7b92d56a]

        Avoid assignment in complex if condition
        
        Change-Id: Ibaff0eb54b67e946d07e5a626f5af04ac46132cc

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [09baf615705715b318b6ae42ef82193dffd57e1f]

        sal_Bool to bool
        
        Change-Id: I866ba6d09512411ee18dc83a2601a262d1649338

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [8b3d4df3c8985dca67a986932c510a204c78f63a]

        sal_Bool to bool
        
        Change-Id: I799196d2d9d52711937d56c018e70a1b453bce45

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [87214657ba1fad4692be1084f719b91547378725]

        sal_Bool to bool
        
        Change-Id: I5f09b1832fa453299c4f8a455d2f3499225550a1

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [ace255680ed541e55a855c223be84774389786ac]

        Use Relax return value (==IsOn) and make code cleaner
        
        Change-Id: Ie76672d8ee354b00358d0f441ab141c9de244bd4

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [d66a5cd08d45a02030189452c01849b1d6ffb4ce]

        sal_Bool to bool
        
        Change-Id: I784c7762253dcf84a8c487480f8ac2c45dcdb1ee

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [f983221091ccc82687f1397e1fa5446154fd30a9]

        sal_Bool to bool
        
        Change-Id: I19fd47f773d2b88dec2bff2abe25aee1c7b76e0d

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [d611fbc216c23a7bd0a6218e26998224b7ebf75a]

        Remove unused member bLeftSide
        
        Change-Id: I1bc07653f4a999756b3208dc5f3f91362e3e9f7f

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0815bb096e117484866f4e6d8440a74c0b67d705]

        sal_Bool to bool
        
        Change-Id: Iecd2e0fcf3b10fc60b814121fbfe1ba9234c9109

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [ab5d60574b22376912fa0e6a391a781c3ec366e3]

        sal_Bool to bool
        
        Change-Id: I53c5e04afe64bcd666b895f217ea9e1c36156eec

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [c18d47537c53e6c97d9bd3415e832d6033aac62b]

        Small code cleanup
        
        Change-Id: I3e39e48a42fd593b03e971dd032e46c5287897a7

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [964e820357c3276ca7023653d7ace5398fc3a1c8]

        Use unnamed namespace for IsNastyFollow
        
        Change-Id: I67ccc093cd692a07761514af887e18184d5aa99b

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [cc4f8ca8bb9ad8daff0984e2107a299b331e480f]

        sal_Bool to bool
        
        Change-Id: I170da2a744b17ef33e999cbbb4dff871faac9ec2

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [d892f371789d701649e9f5dc360930b15f234ff6]

        sal_Bool to bool
        
        Change-Id: I1a752ffcf023411bdbb8c983623cb93757fe9824

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [32d5fa2cc0f1144735e93851083ef25f7588b324]

        sal_Bool to bool
        
        Change-Id: I3aa78011065bcdfa834b810966c6542aa70e0112

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [4e36974dcc9448768542c2acf558f27f0189b651]

        sal_Bool to bool, sal_uInt8 to sal_Int32
        
        Change-Id: Icb6081ea018ee28fc932db0425dfd980021e7eb8

2014-02-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [48aa3dd3dddffee3aef7a8c3dc77853fb7cd4e9a]

        sal_Bool to bool
        
        Change-Id: Ic03470163e90f2f86b4d6fab8942834a0801d83f

2014-02-16  Philipp Riemer  <ruderphilipp@gmail.com>  [3a7858552a515463fd2f0ddf807e9692870ce7ba]

        fix compile error
        
        Change-Id: Ia5c73f4c1f05a92c18b70d87f67a884b88bc6708

2014-02-16  Philipp Riemer  <ruderphilipp@gmail.com>  [69d0280e70868785f46a603090e4694be2ac4d24]

        deleted code that was commented out in sw/source/core/layout/
        
        Change-Id: Id1acb0ef8a668c61cdfd852040f44023b37bda37

2014-02-16  Philipp Riemer  <ruderphilipp@gmail.com>  [c6a842ebc8bed02ff0678f3ed6d47e4bb2e6e6cd]

        fdo#62475 - remove visual noise
        
        Change-Id: I36e970c2ed13c50e5f6cebf95aa36ca8194a01ce

2014-02-16  Philipp Riemer  <ruderphilipp@gmail.com>  [aba99b4ae4b87d242302b39cb53ec5b0443d5c04]

        work on existing comments
        
        - (un)doxygenize
        - move to right position
        - /** */ => /// if only one line
        
        Change-Id: I786953b7f6c83d384b0685c7dc2e5f98d4152b50

2014-02-16  Philipp Riemer  <ruderphilipp@gmail.com>  [5d6abb55d21891dec1f079c993452b2bca93ca1f]

        fdo#39468: Translate German comments in sw/source/core/layout/
        
        Change-Id: Ia0a8443c6989d7938e479a88e3899fb611106544

2014-02-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6570eec5da5dc574c4fc2c10a96c46bb3c7309c9]

        writerfilter: PBrc{Top,Left,Bottom,Right} -> CT_PBdr_{top,left,bottom,right}
        
        Change-Id: I955d905dfccb4b02afebbf0552a55713dc22e49c

2014-02-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c7c761455fbdece36c4fb7cfb9bdd4495e80ddba]

        drawingML export: make WritePolyPolygon robuster
        
        Make sure a:cubicBezTo conatins three a:pt elements.
        
        escherex: It seems a cubic bezier curve last point has
        a POLY_NORMAL flag and not POLY_CONTROL.
        
        Change-Id: Id6dc2160c7ae171a720e4a1aa9161cef2b3b9413

2014-02-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6357031a3269ea191965469a8fe6867e7335e292]

        DOCX import: floating tables belong to the same paragraph
        
        When two floating tables were belong to the same paragraph,
        import makes one of them anchored to the other instead of
        anchorig both to the corresponding paragraph.
        
        Modifications:
        - Check the whole text range for anchored frames not
        just one point of it.
        - Save frame format's name because SwFrmFmt pointers can
        become invalid.
        
        Change-Id: Ide7c894065b619095a8e713ff0622bbea4f199b6

2014-02-16  Zolnai Tamás  <tamas.zolnai@collabora.com>  [05955dd2096c29853f831d5d16b86c7b7ca00b28]

        DOCX export: nested text frames
        
        In Word it is not allowed to anchor a shape to
        an onther shape.
        That's why this code write text boxes only on the first level,
        nested frames is also written out on the same level because
        writeDMLText/WriteVMLText will push nested frames
        into m_aFramesOfParagraph's back.
        
        Change-Id: Ie1956ac9ac0ed56ff9611ff9763eb454f02558b9

2014-02-16  David Tardon  <dtardon@redhat.com>  [2418fd471ef56d2bf128db59051d51be0f02982d]

        add SAL_CALL to definitions too
        
        Change-Id: Id7c05aeb7e14a49cdb1fd6a889ddbb17e31ad368

2014-02-16  David Tardon  <dtardon@redhat.com>  [5895b954aa043015e9b22c255da86fb063f12268]

        move SAL_CALL to the right place
        
        Change-Id: I5081220e8880c9608daa482690b99e9738afc30e

2014-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe28f7026c842b6cafa6ff331a7617a363d33fd6]

        fix windows build
        
        Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9

2014-02-16  David Tardon  <dtardon@redhat.com>  [0ed4126d50b9caf35077422e257cde16a0438a5d]

        fix windows build
        
        Change-Id: I5d53537ec7055c041fb9e308bc17af3ca55a43a9

2014-02-16  Julien Nabet  <serval2412@yahoo.fr>  [eeee164f6796274fb6858026bdee5607a6a578b1]

        cppcheck: redundantAssignment
        
        Let's not forget the result of RegDeleteValueA call
        
        Change-Id: I9458040bc3a8960ab740ee3c5211eaa9ba24b1aa
        Reviewed-on: https://gerrit.libreoffice.org/7772
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2014-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6454bb693413f4fbf5a1d309c67a78e1ea3f59c4]

        fix crash when dumping OpenGL dummy shapes
        
        CTRL + F12 is working now partly for the OpenGL shapes
        
        Change-Id: Ia4d0499d0df683202d9e2f56de96b22abcd9e367

2014-02-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [24f51d315cd75715cb57709a86c7470c42dbb595]

        text position for legend improvements
        
        Change-Id: I06d8baf8cfe59999cd6b417fc6e70c1bd6eede27

2014-02-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a5e48409e9576d1081d5b981a22a1927b18be93c]

        improve bubble positioning
        
        Change-Id: Ifeecb23b0f2ee3218b052aaf688dcd51bcc30d58

2014-02-16  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5afc5d1bfd1bc8ca52d2a03d6b7758c72eb9698e]

        improve text positioning
        
        Change-Id: I9a6d99105ae32a2e03e4756983a87cb4ad174ea2

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [13dffbb750ef65bfb06f0f9f96bce2e40512539f]

        fdo#51304: Remove @author annotation in sw/source/core
        
        Change-Id: I4d4eb9758e1aebcdd37fe38671d60f1713487119

2014-02-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [90e2bdcdcca64e72cb0a82d4decfd17f134e7496]

        writerfilter: sprm:PI{lvl,lfo} -> ooxml:CT_NumPr_{ilvl,numId}
        
        Change-Id: I96cdf20d3ef53bda100dd2d06a18b74d374bab42

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [9df6f4b717d95deb78ee22286fd2ad15c236de10]

        fixed indentation for consistent code layout in sw/source/core/layout/
        
        Change-Id: Iec2ad7d542a107458ab20144e53639997d9e54e6

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [c0377a78d27489db1f905b8c77be955cf0bdd7a3]

        deleted code that was commented out in sw/source/core/layout/
        
        Change-Id: Idd251a1b82dd8795b7c0087e1e4b9aeed53b2d82

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [94018529211c725bc782c92307fa59cdaa8b7bb1]

        fix comment (referenced class was renamed)
        
        Change-Id: I7537061da3f4110d5f472719065f54d714604fa8

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [feb2b95e70ad66b4c83c9f9318a14677d2191ec9]

        (un)doxygen-ize comments in sw/source/core/layout/
        
        Change-Id: Ia7bcbb6e16e78e2fe9d14cd11052293baebca3d2

2014-02-15  Philipp Riemer  <ruderphilipp@gmail.com>  [0ffc090d80707017f5f590c43be6c25184298a93]

        fdo#62475 - remove visual noise
        
        - remove "borders"
        - move method explanations if misplaced
        - rewrite for Doxygen if needed
        - "shrink" multiple blank lines
        
        Change-Id: Ia4678b7f2456de70eb307e9c0d80c4ecd068048b

2014-02-15  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [d024fe60dcb402e7ed8c8fa0ef623176f03c62c0]

        fdo#63154 Remove unused solar.h reference in sd.
        
        Change-Id: I3dca2ffe3f94bedfea954bd83e84c724fb564ec9
        Reviewed-on: https://gerrit.libreoffice.org/8063
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9a5ce676ede4828db0acde5db79d91320575ec08]

        fdo#74512: Fix the ODS export as well.
        
        Change-Id: I54a2b2f405f9172d2ec5646346ef4e8a7ae27cb2

2014-02-15  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f45ce989589654128c08294dd4e7ba5c89dcb255]

        fdo#74512: Add export test for this.
        
        Change-Id: I7582ff84c3a31f294f241ca642915361509768a1

2014-02-15  Tomaž Vajngerl  <tomaz.vajngerl@collabora.com>  [7c7bddc9bb22088110544343e41cc185c615ab28]

        fdo#72967 Draw position size tab - min size is 0 not 1 (mm)
        
        Adjustment for size of an object had the minimum set to 1 (mm)
        instead of 0.
        
        Change-Id: I7d4c0998d2987448cea0fd7934649c02a513ac06

2014-02-15  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [a05ad6dd36f73647cdf0839d2c18dbc1d399c792]

        fdo#74137: Fix for courruption of Pie chart after roundtrip.
        
        Problem:
          - Pie chart with data labels files gets corrupt because of label position is
            bestFit in original file.
          - But after round trip, data labels position gets changes to top, left and right.
            For some data labels postion value is missing.
        Implementaion:
          - In LO, while converting data label from model, the position gets changed.
            So we are ignoring this hack for Pie chart.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: Ic51845cd6f39bc905439eea8971e878607d25dac

2014-02-15  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [a357ef4546eccf6dcebb44e9d460f6028c335d2b]

        fdo#63154 Remove unused solar.h reference in sc.
        
        Conflicts:
        	sc/source/filter/inc/lotrange.hxx
        	sc/source/filter/lotus/tool.cxx
        
        Change-Id: If6bae56b3afa560a5ab13d6465a80d384e9cccae

2014-02-15  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [5e2be6c88313b340122bf945185899390458bb3d]

        fdo#63154 Remove unused solar.h reference in sc
        
        Change-Id: I160f7af515d0a42f20fbc694fff7f39567ebeec5
        Reviewed-on: https://gerrit.libreoffice.org/8062
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe671289c1f3f4532ebea3cd3b11b73dfd631bf9]

        coverity#738935 Unitialized scalar field
        
        Change-Id: I88d921cc3a670a6cfd2f8a10e5c866a4874eb484

2014-02-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [22f403de376382f16607c4f0a8500aa60a356004]

        coverity#738936 Unitialized scalar field
        
        Change-Id: Ic35d33e99db9b8449f18fb0a1a8cb6c1003c5931

2014-02-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [f2cdfce269117e2c4be4eb34d27d9b517bc81760]

        coverity#707807-08-09 Unitialized scalar field
        
        Change-Id: I0a4eea4f7e6fda224f081f69a88a87492032569d

2014-02-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c20c67b5eae1ccc7a79e4b8a42b929dcd0e4859]

        coverity#707795 Unitialized scalar field
        
        Change-Id: Ib3f1bc5c49954e444f2db21372ee2214ee0bbb35

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4825182fc29e108f236e2a7f55af4ee384eeb6dd]

        last fix for chart area size and positioning
        
        It WORKS!!!!!!! The chart looks good and there are now only minor
        positioning issues. Issues that I'm aware of:
        
        * legend text is not positioned correctly
        * text seems to be positioned a bit too far to the right
        * bubble positions are incorrect
        
        Change-Id: Ib81cae13624c8119216f0bedea58b5838fcdc80c

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [110e5a1749ed49e77a06ff35b329e92049580184]

        fix OpenGL resource leak
        
        Change-Id: I56d00381dc023273c406a134c0828bda89d4d6b2

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4e20762265ccc6b69090486072ccd8427754fff4]

        remove unused shader
        
        Change-Id: Ib30ff20e099f4b3403a3ca7689f7d8d75d888763

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [38f8f1b78232c69e3927ebfc852dc2712bfd72da]

        remove more unused code
        
        Change-Id: I36ec2e2960072120a064805f171e20703f0508c0

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a3dfd7f5fbcfcfb6a9c2e760d78446470c89688c]

        remove more unused code
        
        Change-Id: I57c5bc1fd436df4e917d460a31d671e361fd47b3

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5c7bbb11aed16e09ba67222f53e4c2ffe5687fb3]

        set transformation matrix as property with fixed size
        
        Change-Id: I3853ea0f6f3b82dc6ea7b402dec58d528b639684

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [10e8194dd84ca58dfcbbff7f727e79fb8561a105]

        remove unused functions
        
        Change-Id: I5e176c705cc373333831e4b833386ed707418d2e

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6d6ba15f7dd3251e70d5311e6138f294025a0a5f]

        fix OpenGL text rendering
        
        Change-Id: Ia5dd022d8b79d4276a92bcf741196137d5e9d36e

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [eabba2d8421cf9fe47b7a40169e2c4b5cadbdf27]

        remove unnecessary stuff
        
        Change-Id: Ideac5b1bdd86ed8eaf37d8f9554293d965cb8612

2014-02-15  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [48545bb3952e000d72e7c3b1719e4c526b289650]

        fix crash related to hyperlink export, related #i20491#
        
        Export of ooo20491-7.ods as xlsx
        
        Change-Id: I43e1fd6dcb4bfbefea68c0b0a24c7ad0890d9efb

2014-02-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [03e0375864f86312fff89e281fa417bdbc51fd6d]

        This is mis-named. The test is not about dependency tracking.
        
        Change-Id: I32913c7dc24af8ad3569387653b421797cccc22d

2014-02-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9bf907a8278cecd816368db7b8c4ab745a914a59]

        fdo#72691: Allow overwriting of string value with numeric one.
        
        This can legitimately happen when you have a matrix with a reference to
        another cell inside, and the referenced cell originally contained a
        string value then later overwritten by a numeric value.
        
        Example.  Put a "Text" in A1, and in B1 put a 1x1 matrix {=A1}.  It
        displays "Text" in B1.  Then put 11 in A1.  Prior to this change, B1
        would become blank.  With this change, B1 will display 11.
        
        Change-Id: I3feba3a8658e1a5ebf6f9e5ac34de2d579464ddb

2014-02-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1ffec457c86df0906b358ac431ffdb5d1d47de8c]

        fdo#72691: Write unit test for this.
        
        One tricky bit was that in order to reproduce the bug in the unit test,
        formula cell's bChanged flag needed to be cleared after each update,
        because that's what happens when you display updated formula on screen.  Each
        time an updated formula cell gets drawn, the UI code clears this flag.  That
        same flag was used to control the code path during interpretation...
        
        Change-Id: I2eedea3c9294f4f545422b8611840c81f8c2304f

2014-02-14  tsahi glik  <tsahi.glik@cloudon.com>  [ecf22894f522374cbdb8196d3bdef88e2fba7af9]

        fix another crash on ios

2014-02-14  tsahi glik  <tsahi.glik@cloudon.com>  [b540f9172814f51361cf31d2a4b03e34d1d375ef]

        fix crash on ios

2014-02-15  Michael Stahl  <mstahl@redhat.com>  [cf26d7614364176742ae0303efb4499a37ae04c8]

        fdo#74524: ODF import: fix unhandled exception in annotation import
        
        Crash with unhandled UnknownPropertyException when trying to get "Name"
        property from a PageNumber field.
        
        Change-Id: I501cc138caba034c85630519014b94d783ab8f39

2014-02-14  tsahi glik  <tsahi.glik@cloudon.com>  [772c3a202481506b92c496948cfdc0f23ab94b2c]

        fix duplicated symbols on ios salgraphics

2014-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [8c3fbed46ef30715912ad26116381ba81a06b371]

        -Werror,-Wundef
        
        Change-Id: I69ddad5ee2763590ae4db97d19cf620bcd102645

2014-02-14  Michael Stahl  <mstahl@redhat.com>  [c9cdc1252374a04f866c0715cb582cc08935d92d]

        fdo#68927: sw: fix painting of SVG page background
        
        There was a fix for a wrong constant resulting in too large image size in
        a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67, and it turns out that painting
        of SVG backgrounds was relying on the wasteful rasterization:  the SVG
        is rasterized only once (at the initial zoom level) and then cached, and
        now the correct image size for 100% is simply scaled up when zooming in.
        
        Fix that by painting SVGs with the drawing layer primitives instead,
        which appears to give better results.
        
        Change-Id: I4be16856fd080290526d4963d8c512beefa85363

2014-02-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [f38aa72c1d8f9e535d2b5cefbb2af7f6f37b81a8]

        fdo#73800 fix incorrect separator in function description in Calc
        
        Depending on locale, the function description with arguments did
        show incorrect separator(s) for functions with PAIRED_VAR_ARGS.
        
        Change-Id: Ie493a77285360a099e5b07e8360ecb5c6c6c1aec
        Reviewed-on: https://gerrit.libreoffice.org/8052
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [44c407ed562a4a59077e86b4952837307418c93e]

        writerfilter: sprm:P{Wr,FLocked} -> ooxml:CT_FramePr_{wrap,anchorLock}
        
        Change-Id: I7d73e3d6e2b56e39b2e098fa81827886dec7e2e8

2014-02-14  Caolán McNamara  <caolanm@redhat.com>  [03497c8b9c88a8be9f124ef4f913a68c29a974bb]

        convert Data Field Options Dialog to .ui
        
        Change-Id: Ie940352828a9b58d35dd1644d030d6fb5b72d386

2014-02-14  Caolán McNamara  <caolanm@redhat.com>  [74b6cd0edff93dca025bf583935b1215f74e3275]

        Updated core Project: help  a8efc0b9d4754b92e8e05309bbcdb335b74aad19

2014-02-14  Xisco Fauli  <anistenis@gmail.com>  [9cb456b7bb8a2228fec19ab108739b69760ddcf1]

        pywizards: delete unused fontDescriptors
        
        Change-Id: I01479d3a24377b976b8363318b28b6b647f310ea

2014-02-14  Xisco Fauli  <anistenis@gmail.com>  [ee122cfd36b3af030520f26a6a313bc7cd3156fd]

        pywizards: unify setDialogProperties
        
        Change-Id: I20d701da56bf6c8aef573aea71a7629f6374814f

2014-02-14  Michael Stahl  <mstahl@redhat.com>  [5ae93216752738ea6bc3df8d41099de76d366441]

        sc: name of CppunitTest should be same as name of makefile
        
        ... because then "make CppunitTest_sc_cellrangeobj" works.
        
        Change-Id: I4390889e9da62540cc82e0d3c73e85a0bd9d0391

2014-02-14  Steve Yin  <steve_y@apache.org>  [8610d99b04720958b42047f08ef1f5b00a2d4f4f]

        Related: #i124065# Low performance opening attached .ods
        
        (cherry picked from commit d89ee4f6306ce8f290e01c80edbcc28a5cd8dcc3)
        
        Conflicts:
        	sc/inc/document.hxx
        	sc/source/core/data/documen3.cxx
        	sc/source/ui/unoobj/nameuno.cxx
        
        Change-Id: Iced475cefe1df62920535db252841fe40339ebb1

2014-02-14  Timothy Markle  <tmarkle7@gmail.com>  [760290d2ced985185d5a58fef36c6edbb8d90717]

        Remove deprecated text attribute from <body> in calc export to html
        
        Text attribute was used to set text color to black. Should be in css and most browsers default to black.
        
        Change-Id: I966057ca97e2622cc51727ab64796fe36a33d6c4
        Reviewed-on: https://gerrit.libreoffice.org/8044
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [76bdf523981d2bd983dac4e01bc5cc934118a73f]

        fdo#73773: Check if the *document* is closing, not the *app*.
        
        Otherwise it would crash if the app has multiple document instances open
        and only one of them is being closed.
        
        Change-Id: Ib6e370037ab6097c9c6eff8035249663944b3a6c

2014-02-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5000e64ecc55efd47d92714cf6db375ff37aac4b]

        fdo#72390: Let's not skip auto styles from unmodified sheets.
        
        We do re-use sheet XML stream for unmodified sheets on re-save, which
        is okay.  But skipping auto style population from unmodified sheets
        is not okay because autostyles are shared across all sheets and written
        outside the sheet XML streams. Skipping styles from unmodified sheets
        could potentially fail to export used styles, not to mention could
        cause a crash as reported in the bug.
        
        Change-Id: I73e439f7354e341c2c07e28ecca5452193985860

2014-02-14  Maxim Monastirsky  <momonasmon@gmail.com>  [17845be27dacba0abc72647209f5324546b6c8b6]

        sidebar: remove alignment handlers
        
        from paragraph panel
        
        Change-Id: I46cc0c81df02cba681a0586a7ef859f77be046c6
        Reviewed-on: https://gerrit.libreoffice.org/8045
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-14  Caolán McNamara  <caolanm@redhat.com>  [b5eb7921a002d9e5a002013af83bc135b4efbb20]

        inserting a picture in a blank placeholder is setting its bg
        
        which isn't probably what we want here, we want to replace it fully like we
        always did. The old behaviour that if the frame is non-empty then we fill its
        bg with the color is still the case after this change.
        
        regression since 5c75cd95178e3d57e53fee64a9d64023c6d18acf
        
        Change-Id: Ib670a7f0dae5809d6936910b6ba4886a99fb7e64

2014-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6278bc3a9a7de6de5802fc4cbceb739bc0720d6]

        drawingML import: fix inheritance of character height
        
        The problem was that in case a shape had multiple (e.g. two) paragraphs,
        and in case the first paragraph had an explicit character height, but
        not the second, then the cursor carried over the explicit character
        height to the second paragraph, but it shouldn't, as that leads to
        incorrect character height in the second paragraph.
        
        Fix this by remembering the default character height and using that in
        case nothing is set explicitly.
        
        Change-Id: I66e06d5cf192739fb254f7280c74617171d9ee6a

2014-02-14  Herbert Dürr  <hdu@apache.org>  [1e3e7b077f708aefd2e866eca85abc822ae4cd02]

        Resolves: #i124086# preserve 16byte stack alignment...
        
        in gcc3-solaris-intel's uno2cpp bridge
        
        Patch-by: Apostolos Syropoulos <asyropoulos123@hotmail.com>
        Review-by: Herbert Dürr <hdu@apache.org>
        (cherry picked from commit 95eeed58af27c63977a43c4d688b1467ef3cf047)
        
        Conflicts:
        	bridges/source/cpp_uno/gcc3_solaris_intel/uno2cpp.cxx
        
        Change-Id: I92a151c5d65f685a6249954b84da31471501ff9b

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [f7e335ddb7223d421dc479c9bf8f1d8e710a9d30]

        const improvement
        
        Change-Id: I03815f33117a2927b1882d221f159a5de8d3ba78

2014-02-14  Maxim Monastirsky  <momonasmon@gmail.com>  [4eb7f3911921817a8f8d56a2bafb54d1fd12afcd]

        fdo#68537 Correct icon and tooltip for background color
        
        Just to close this bug, more changes are expected.
        
        Change-Id: I1017481211a5a1b9219f02fed3af31be0399e27a
        Reviewed-on: https://gerrit.libreoffice.org/8046
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [bfd6428fff6e9cbd2e1bfde76a237bd438a8c9a6]

        Hack for mysql_config under linux32
        
        Change-Id: I3a6b4aae36df7e23c05da9fd27b0588a6228b92b

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [7273e371bec8042699d27f3ada83f1f50073ac15]

        Linux x86 nss/lib/freebl/mpi/mpi_x86.s confusion of mp_digit size
        
        see <https://groups.google.com/forum/#!topic/mozilla.dev.security/n16bQj4qZHc>
        
        Change-Id: I6635d187b29d6b50fbccaf3f4c29d72660fcaa5e

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [9dc337e9d073352cd9c9018d30b40bd4dcd5b1cb]

        Adapt gcc3_linux_intel to Clang 3.4
        
        ...same as 5ba3d1740b03efa394b2d2bf34fb8a8d3db2331d "Clean up declaration of
        __cxa_get_globals" plus c17f01753ce94e9f57d6e4a2763152240fbcd50a "...and
        similarly for __cxa_allocate_exception and __cxa_throw."
        
        Change-Id: I02361cfca260577ce13fb634b5637938daf0283d

2014-02-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a0a80a1385544cbb8d9f6b3ffc22f1c0afeb4ed]

        protect macosx against the HiDPI hacks
        
        Change-Id: Ie79abaffef72cbdf3006314c56590ca1e10cf949

2014-02-14  Noel Grandin  <noel@peralex.com>  [bb39bea2e63ec04e2cde88121d09c88e451b340e]

        sal_Bool->bool
        
        Change-Id: I475daf63c9548176f37449a26731cb176cf0ea3e

2014-02-14  Noel Grandin  <noel@peralex.com>  [6c5c56848cd8de45fd016d2ba102e1e3db3ae643]

        sal_Bool->bool
        
        Change-Id: I33f17c16a4d44a68b535fad370fba24f68df6317

2014-02-14  Noel Grandin  <noel@peralex.com>  [c6d99137824101199c8bc1300ef927529539aace]

        sal_Bool->bool
        
        Change-Id: I2357e07427778fdd7e53aaf964f5879a14937ddd

2014-02-14  Noel Grandin  <noel@peralex.com>  [8cdcfc7b490135540b0487ca8761321a75a509d9]

        sal_Bool->bool
        
        Change-Id: I8d624b376541fab53945c28b726eda582dba0edd

2014-02-14  Noel Grandin  <noel@peralex.com>  [2d9025dad498fc5e56406835f6489c99927ccf8c]

        sal_Bool->bool
        
        Change-Id: Id51005576c6c4a08eb2de32fe8a51dd4331808a6

2014-02-14  Noel Grandin  <noel@peralex.com>  [bd5606b6c92a1cf37ced9b1aa0a742fa77fa4a06]

        sal_Bool->bool
        
        Change-Id: I4ae27d301b81652eb3e172057c63d46794f25c72

2014-02-14  Noel Grandin  <noel@peralex.com>  [08e1cfecb51ae81a79dfb43ec5c40555899581db]

        sal_Bool->bool
        
        Change-Id: I4cebd15a8bae319becabf1b69d650d5b3dc6718f

2014-02-14  Noel Grandin  <noel@peralex.com>  [5f0878472cef1024cd726bc64dfb90b872ad48a8]

        sal_bool->bool
        
        Change-Id: I684b6243ad87f9941e9f2147c2eee6f975cb8179

2014-02-14  Noel Grandin  <noel@peralex.com>  [6c9aca77637365426cbc7153a73284fbc1821ba4]

        sal_Bool->bool
        
        Change-Id: I138508cae0e342f7b259607ffb0403d985103326

2014-02-14  Noel Grandin  <noel@peralex.com>  [58c957e39bf96c97415555d645996ede8c3ecc1b]

        sal_Bool->bool
        
        Change-Id: Iac3d82294985ed1689b7f4c267b6311caddd50a5

2014-02-14  Noel Grandin  <noel@peralex.com>  [8e01acba6d5277036ee5cf710e24402674e60689]

        sal_Bool->bool
        
        Change-Id: I8d085a23ed47430bbe87b9c79c33a293b1a49eda

2014-02-14  Noel Grandin  <noel@peralex.com>  [a69db1b69a203e7a8ce256425266d0e343a78f3f]

        sal_Bool->bool
        
        Change-Id: I1a48bffcf32f3224fe2daa0ec04f2847d7b2285c

2014-02-14  Noel Grandin  <noel@peralex.com>  [691279934c94e979b923b6a096c39b0f7678b182]

        sal_Bool->bool
        
        Change-Id: Ibd3f0c537cd351990ea8f57c33df2b6a688ce3a8

2014-02-14  Noel Grandin  <noel@peralex.com>  [f30f646e1e132fb3e5019669657ebc1a33ccb1fc]

        sal_Bool->bool
        
        Change-Id: Ib0f6699e994f5a71603779b8227bf081b71a5dd6

2014-02-14  Noel Grandin  <noel@peralex.com>  [27042facc6e2c21be630c709d4818962db63352d]

        sal_Bool->bool
        
        Change-Id: I927e6253a5aaed8b9ecb1481fb5125dc223012d9

2014-02-14  Noel Grandin  <noel@peralex.com>  [0db5358ba93a7c7a18d9c09d2476f54d7ddc5ab9]

        sal_Bool->bool
        
        Change-Id: I3170a2bb1fb9be3584828929a14b4b49eb81b1d7

2014-02-14  Noel Grandin  <noel@peralex.com>  [0950700bea414cacec8b81cd457adf7cdbdb8deb]

        sal_Bool->bool
        
        Change-Id: I49b58a10fc89868aa5406d62eec3f2bc7186611c

2014-02-14  Noel Grandin  <noel@peralex.com>  [8b34d05cb13d839d80aca696bf6ba766dd7e28cb]

        sal_Bool->bool
        
        Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47

2014-02-14  Noel Grandin  <noel@peralex.com>  [f44024d1a065005bcbc991525df059cd86bc2363]

        sal_Bool->bool
        
        Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118

2014-02-14  Noel Grandin  <noel@peralex.com>  [982df8a29a753fe32512120472fd482b81d2f11c]

        sal_Bool->bool
        
        Change-Id: Ib0fa5b45ad33365b8e15bf948b65c05d74752845

2014-02-14  Noel Grandin  <noel@peralex.com>  [0c0d65576730c8113e478ffd4f5158cf9d3d94bd]

        sal_Bool->bool
        
        Change-Id: I7b43a5f352ffba2786593115a88945aacc2ce5ee

2014-02-14  Noel Grandin  <noel@peralex.com>  [ff8f4666f9324ab7f57a8c84a148360ef67d1ea9]

        sal_Bool->bool
        
        Change-Id: Idf6e4cac974fec0a4f32c56f3dd76422a85a61fc

2014-02-14  Noel Grandin  <noel@peralex.com>  [fd3c9e16e1bf0db8cf8d549b864ae35f9ec3aa1e]

        sal_Bool->bool
        
        Change-Id: Ia453c7868e030e3f10a7f69c1e2d28244758fdef

2014-02-14  Noel Grandin  <noel@peralex.com>  [c6a526b20f6cf0738831ba38f93028cbc97e160f]

        sal_Bool->bool
        
        Change-Id: I16310c41c7988f6b6ba5c81cc8b9685856fe1697

2014-02-14  Noel Grandin  <noel@peralex.com>  [b6c97e3facc4f05d59bb9bee2b9a4b2cfaa5d587]

        sal_Bool->bool
        
        Change-Id: I9c6502d635f36bc619352d0c14e7d617bb4ee2f8

2014-02-14  Noel Grandin  <noel@peralex.com>  [4d29e945b9e4504c6ec59141cdba099499520e06]

        sal_Bool->bool
        
        Change-Id: I8f345ec0096aa69a022179f638cb8e6a8a145387

2014-02-14  Noel Grandin  <noel@peralex.com>  [3e971c792ce820672baa99562e25d087325e0406]

        sal_Bool->bool
        
        Change-Id: Ibd5178f35d735e94065a3fbb6b61de53e53b1b0c

2014-02-14  Noel Grandin  <noel@peralex.com>  [6c5c1c1a3b72efa62bfdf1da2a1506d259bd68c7]

        sal_Bool->bool
        
        Change-Id: Ic725c3cf148095138ad716333aca09a1a5d41683

2014-02-14  Noel Grandin  <noel@peralex.com>  [732a6c0d7bb07239903fe3d0b6b44d832ef0b9a4]

        sal_Bool->bool
        
        Change-Id: I41432cbe229ab1aeae59d7991969fda7d28ff6bc

2014-02-14  Noel Grandin  <noel@peralex.com>  [28b3ae18151529d79531e029835b8c7bdeee5787]

        sal_Bool->bool
        
        Change-Id: I7245861259a620bb273d88721eeed1090d69d622

2014-02-14  Noel Grandin  <noel@peralex.com>  [9eb55c2b32ecfa04ced90105bf43e5d1e9fc609c]

        sal_Bool->bool
        
        Change-Id: I57a93e4f64be03e8cc3482d1c05acea1f4751840

2014-02-14  Noel Grandin  <noel@peralex.com>  [e5b10c9400b11a6dbf47be6196273b867e0ae34d]

        sal_Bool->bool
        
        Change-Id: Id55fde4693649464d0e4244cb1e0ab09a10718dd

2014-02-14  Noel Grandin  <noel@peralex.com>  [6dbd8a36bfce19851ced22227f669d55cf5a210d]

        sal_Bool->bool
        
        Change-Id: I163bedc8f4e483f28233c54f2fa77c9bc5352a4f

2014-02-14  Noel Grandin  <noel@peralex.com>  [ed5b2489c1f311e0410b0219b76652fce44edd61]

        sal_Bool->bool
        
        Change-Id: Ia737bbef2801fac22a439d7bfd39ef7d8580a580

2014-02-14  Noel Grandin  <noel@peralex.com>  [356f1ad70cee5ac321159d9b2605740da6886627]

        sal_Bool->bool
        
        Change-Id: I29b5461cd6976364a28820b1f780d060efb70a02

2014-02-14  Noel Grandin  <noel@peralex.com>  [33c7ecf870b47bdadda908834cc259ea81d69754]

        sal_Bool->bool
        
        Change-Id: I57b48cf811d9eb46119b013d4e955cd3bd2b57c9

2014-02-14  Noel Grandin  <noel@peralex.com>  [b86dfddb5b7ba0b06a4193a8809bb17df3e3090e]

        remove dead method definition
        
        Change-Id: I32552616d0b5eac141689555d4330c0dd74cb271

2014-02-14  Noel Grandin  <noel@peralex.com>  [594b015ae73ded15445be7781eb74145fbff89da]

        sal_Bool->bool
        
        Change-Id: I87981ec49e1158452b2c6836fae29e13b6dc9dba

2014-02-14  Noel Grandin  <noel@peralex.com>  [cd96c954bf766eec6524109a0f0fecde8918d778]

        sal_Bool->bool
        
        Change-Id: I7009519bdf68459f53423720d411c3e6d0ac3d73

2014-02-14  Noel Grandin  <noel@peralex.com>  [536033fa025ec843960d62c597f751086b7fd35c]

        sal_Bool->bool
        
        Change-Id: I21c9570bc46b44ef6ba3f5e7070df576607484ca

2014-02-14  Noel Grandin  <noel@peralex.com>  [5b0a7b7f228a860d7bc10ec312126f11e8d72758]

        sal_Bool->bool
        
        Change-Id: Ia689d36eb3beec4440fa89eea8b58c788eb7e6a5

2014-02-14  Noel Grandin  <noel@peralex.com>  [b1fa18a3e226ca779d0b2fc6770ac85b4373c84c]

        sal_Bool->bool
        
        Change-Id: Id93fd35fe2482c4b639c25c9dd0d1ce4b4c8aa75

2014-02-14  Noel Grandin  <noel@peralex.com>  [6968985d28b09c7ab4551f7f8f72af1ced37aaf3]

        sal_Bool->bool
        
        Change-Id: I19b5e4f9589e644eb0cf8467480e341e694cd5c9

2014-02-14  Noel Grandin  <noel@peralex.com>  [880948b20a6980b03b777f257681d0985b3b44ae]

        sal_Bool->bool
        
        Change-Id: I65bcdf1d09f58fbfcde055ccb6b4842e3f95f973

2014-02-14  Noel Grandin  <noel@peralex.com>  [389c4289cae93a49736dd33f116c9f51ec5827ea]

        sal_Bool->bool
        
        Change-Id: Ibf9db3fe8e3853338509817d1189977517ac96d3

2014-02-14  Noel Grandin  <noel@peralex.com>  [ea45607ce60846ee2497fac0025b84d5d38d933d]

        sal_Bool->bool
        
        Change-Id: I8bf11d0fb70d11149feb7f4354a5d66b5ac42e64

2014-02-14  Noel Grandin  <noel@peralex.com>  [d6504bad5a92bce3679f614cd6095abe895a7a5e]

        sal_Bool->bool
        
        Change-Id: I67398725f8365cf8332c3ba69a099bb9c49bf0e9

2014-02-14  Noel Grandin  <noel@peralex.com>  [f242aa85ef7f26a113b9af24bd1d4dd3bdb0839a]

        sal_Bool->bool
        
        Change-Id: I854458cb6f34976a275d479bb5d01548f7e464fd

2014-02-14  Noel Grandin  <noel@peralex.com>  [f96c1024960cfabe85288d0f1b446c3559cf77c4]

        sal_Bool->bool
        
        Change-Id: If14d545458a9071ab84de21cd98e05d562889ef8

2014-02-14  Noel Grandin  <noel@peralex.com>  [c42a313e62575f00176e8e24d058100a218a99e6]

        sal_Bool->bool
        
        Change-Id: I76eed896e03798adaab1765c99046034c554de1e

2014-02-14  Noel Grandin  <noel@peralex.com>  [17d6281835fdfba8c20dd93afc7c32287f473565]

        sal_Bool->bool
        
        Change-Id: Ibc9860d84515c072063ce056cc74e3fae20e2dc0

2014-02-14  Noel Grandin  <noel@peralex.com>  [6e0254772a0312bb6493513a5c1973aec00cafdf]

        sal_Bool->bool
        
        Change-Id: Ic3883c0d490228ce607ac9296e45306718f03821

2014-02-14  Noel Grandin  <noel@peralex.com>  [ab33926923196908aa63ff83aabe63f8bd7e8a26]

        sal_Bool->bool
        
        Change-Id: Ic00ac7a2d8da00e631a57841edddc7f606ac0573

2014-02-14  Noel Grandin  <noel@peralex.com>  [3641863b57a31d2382aa441a47d3250f7318f1d1]

        sal_Bool->bool
        
        Change-Id: Ic33d67ddb391c983c299b09c8a4274fc40921505

2014-02-14  Noel Grandin  <noel@peralex.com>  [a5bdf6c052121e768cc77e806a4c896bb99bc393]

        sal_Bool->bool
        
        Change-Id: Ia379df6818ffeb57f9348823b9049d7d6f973bb7

2014-02-14  Noel Grandin  <noel@peralex.com>  [2f03c36238e4d14eaf343239028a9141fb02a4d7]

        sal_Bool->bool
        
        Change-Id: If999fe4c29c3948ed60b482930cf6e0f5b1c0ede

2014-02-14  Noel Grandin  <noel@peralex.com>  [013d9b240dc52d509105a4bce59ae530c988f569]

        sal_Bool->bool
        
        Change-Id: I240260ad63155a33ffcd0676175000c3bf65c613

2014-02-14  Noel Grandin  <noel@peralex.com>  [12dcbbebedbd23c60109b9a8b23114a348424bdc]

        sal_Bool->bool
        
        Change-Id: I81500f49812cfa83356f3412cb75e232e6a25b23

2014-02-14  Noel Grandin  <noel@peralex.com>  [aa2ea5f943d34cbc1ca44bb29cad69d2f0065cbc]

        sal_Bool->bool
        
        Change-Id: I156db14e094f377a5c65e3387fa72e0d59c01eb2

2014-02-14  Noel Grandin  <noel@peralex.com>  [206da267a4b4be09a64e98efd97df5c99f9e4acf]

        sal_Bool->bool
        
        Change-Id: Ifa4a4999666e5fc246fdc17aab240d5999b3cbfb

2014-02-14  Noel Grandin  <noel@peralex.com>  [19eb41a749de74e5cd4c567a562c50a19bf03051]

        sal_Bool->bool
        
        Change-Id: Ied252b4bb698f582c1ab7a13197fdd026863950e

2014-02-14  Noel Grandin  <noel@peralex.com>  [20582d4c38ba884956b9474eb7334fb681f8cfdd]

        sal_Bool->bool
        
        Change-Id: Ifb29fd1e2c110b845b991fa7548d13f7ec1339b1

2014-02-14  Noel Grandin  <noel@peralex.com>  [63a9dcac52463eb7288fbdb5b3dbe30615fd40e8]

        sal_Bool->bool
        
        Change-Id: Ib212996d8eb1461f32bf99d1fcd4e33be6cd3fce

2014-02-14  Noel Grandin  <noel@peralex.com>  [11cea9af959f6f39c863310b8ba8cdb3dff4a8cd]

        sal_Bool->bool
        
        Change-Id: I42f3e248cc368a8cea47ff8ff124df654d445879

2014-02-14  Noel Grandin  <noel@peralex.com>  [f5c4fd14a8b36e565f3c43158197f2906027f3f0]

        sal_Bool->bool
        
        Change-Id: Ia411584e133b80eb72676acef6f004bf87898141

2014-02-14  Noel Grandin  <noel@peralex.com>  [2928c88f6e27cdcaf8d524999c12da671e5d5874]

        sal_Bool->bool
        
        Change-Id: I4f9045f0ea41afd140621aa438b1d08a3408bcdb

2014-02-14  Noel Grandin  <noel@peralex.com>  [335b96583b25e5af6f07151691ea538489bbf519]

        sal_Bool->bool
        
        Change-Id: Ia2356f808f42dca46f62b48b09f5a8fd2fb23d96

2014-02-14  Noel Grandin  <noel@peralex.com>  [15db27681316e960d4bdaceb3e4c4b4428e54a75]

        sal_Bool->bool
        
        Change-Id: I68c8c9f4d2a76ca4ad469a92714db86f1deae4de

2014-02-14  Noel Grandin  <noel@peralex.com>  [f855848af152aa29ff9e24e2ec17ec2ec6ea007d]

        sal_Bool->bool
        
        Change-Id: I81941bb3a13ccf51e3c37272bc87620b2ca87eac

2014-02-14  Noel Grandin  <noel@peralex.com>  [dd9fd8f3b7761d31afacb7fedf783a6153510471]

        sal_Bool->bool
        
        Change-Id: Ide1fd8bdc6a6c3e5fc454b248c35f563c2ef8841

2014-02-14  Noel Grandin  <noel@peralex.com>  [e0c9266f5ca7823bbe7dc8a90ee705fbd71addd0]

        sal_Bool->bool
        
        Change-Id: I7b48eab9d76d5909080a615f0ad04cdfbda77d26

2014-02-14  Noel Grandin  <noel@peralex.com>  [7574a78be2cb605b39ab7318e588660c27f63440]

        sal_Bool->bool
        
        Change-Id: I090cfc067103e46ea7837e33734eed2da1e46bd9

2014-02-14  YogeshBharate  <yogesh.bharate@synerzip.com>  [e3b03a028538e38337bcabbe5453b043920c23a8]

        Added unit test for fdo#73872:
        
        - Issue related to footer reference.
        - Added unit test to check footer1.xml.rels
          is contains in doc after roundtrip.
        - Also check Id = rId1 in footer1.xml.rels file.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7851
        
        Change-Id: I52fa8017abb7552c7752185873ff2bfb46689367

2014-02-14  Matúš Kukan  <matus.kukan@collabora.com>  [caedbd44ba3a5431e850e6c0bb3ebf808cb97839]

        one more -Werror,-Wsign-compare
        
        Change-Id: I3139021c07db6efe16895e10c0539a8bc60aac9c

2014-02-14  umeshkadam  <umesh.kadam@synerzip.com>  [cf4e5e497974edc5d19d6899fbe01cdf2451b341]

        FDO#74774 : issue with number of child nodes of tag CubicBezierTo.
        
        Issue :
         - Number of child nodes required by cubicBexTo should be 3 of type "pt".
           While exporting, sometimes the child nodes are less than 3.
           The sequence of writing these tags was getting messed up.
        
        Implementation :
         - corrected the logic for writing the sequence of cubicBexTo tag.
        
        Change-Id: Ic26db72b2c516276c2e6452a21b4106d6a0a1a80
        Reviewed-on: https://gerrit.libreoffice.org/7990
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-14  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [0ff99adddc104ca09a97c2fd3d25e58787afb32d]

        fdo#74605 negative value for wp:extents value causing corruption
        
        Description:
        After roundtrip
        <wp:extent cx="-22327235" cy="149225" />
        The cx value is negative so that the roundtrip file gives error while opening.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7898
        
        Change-Id: I563f292ac5aaaeb0726159db1f4852a7e237f7ea

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [e7aab255c1595c8cc54e0eab3d8d1059fb3d00f1]

        warning C4018: '<' : signed/unsigned mismatch
        
        ...at
        
          for(sal_uInt32 p = nInsertPos; p < (nInsertPos + nBMSdPageCount); p++)
        
        Change-Id: I7c81bc4e51f394c3f4d77bab4ed8a4ae9a35c83e

2014-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3031bc6ba82ed118aa27bc5e6a2143a1376fb03]

        DocxSdrExport::writeVMLTextFrame: fix typo
        
        Change-Id: I5b313df01b720e25e0083f0c61872d294085946a

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [8edec7c89f4dc927afdfe51b13af2f59b1600b85]

        -Wsign-compare
        
        Change-Id: I81a7fac291c46a0ee6da76ab3e29c53ad0678b66

2014-02-14  Caolán McNamara  <caolanm@redhat.com>  [ffa3b434c1524404c3358bdf14cd662a7c88f134]

        belt-and-braces, check for short read
        
        Change-Id: Iade0f68621f549895bd8fb8dc46c71c70aa5a13e

2014-02-14  Matúš Kukan  <matus.kukan@collabora.com>  [37facd4f70e70cb7c8e0f8101148e572bd33a31c]

        Store compilerplugin warning about classes derived from a specific class.
        
        Useful in case someone wants to find all classes deriving from "foo" and "bar".
        
        Change-Id: I7b12882881712d37976eb8c96fad6e9c9ac01370

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [a5db34204957609df149aaee2330542cc8fdd7ad]

        Fix GLEW debug stuff for Windows
        
        Change-Id: I5fd3df862b59a621af1e3f965abc9820dba08c3f

2014-02-14  Takeshi Abe  <tabe@fixedpoint.jp>  [bbe3bec949764b7085b688d492af4759a496a80c]

        Drop unused #include
        
        Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab

2014-02-14  YogeshBharate  <yogesh.bharate@synerzip.com>  [fa9d574ae1656b64670fbbac64ddd85461698149]

        Code changes for fdo#74107:File Corruption - Issue with outerShdw
        
        Problem Description:
        - In document.xml, outerShdw dist contains the negative value after roundtrip.
        - Due to negative value file get corrupted.
        
        XML difference:
         Roundtrip: Before fix
         <a:outerShdw dist="-1363652116480" dir="2700000">
        
         Roundtrip: After fix
         <a:outerShdw dist="57811035" dir="2700000">
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7880
        
        Change-Id: Ied752672244d5768dee554e907f2f4d7a9d077d5

2014-02-14  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [363f1c1462963f6f032de07649dc9c4d02b4e446]

        fdo#50763: handle inlined base64 images
        
        Conflicts:
        	sw/source/filter/html/htmlgrin.cxx
        
        Change-Id: I2e9d17dafcf91872d8ea19089e68d8fe652b3e4e

2014-02-14  Noel Grandin  <noel@peralex.com>  [a4d059e2b139e1c0b49bbbf983112e15ea2f601b]

        cid#704734 reference after null check
        
        Change-Id: I54a51427347bdd363fc980db4c1ef1a1feb99177

2014-02-14  Noel Grandin  <noel@peralex.com>  [ae8a688555b951d447120800006a1f6abfe7ebb5]

        cid#704597 dereference after null check
        
        this code dates back to the first commit, if the null check was
        valid the dereference should have triggered a bug by now.
        
        Change-Id: If074f68bde6a63083921f687e700321488842364

2014-02-14  Noel Grandin  <noel@peralex.com>  [cf2e95aa5a7f0c34533e7d592e26b63573af3a46]

        cid#704596 dereference after null check
        
        this code dates back to the first commit, if the null check was
        valid the dereference should have triggered a bug by now.
        
        Change-Id: I7746bd26b6760dec4db522938e40a323be9ae4d8

2014-02-14  Noel Grandin  <noel@peralex.com>  [97c4c1cf5177493bc647fecd19a5f9b28134b081]

        cid#441406 dereference after null
        
        someone already tried to fix this, but the check was too late
        
        Change-Id: I63a8140009bc3f52ac924972a32c22603cf01971

2014-02-14  Noel Grandin  <noel@peralex.com>  [a693fedcea3c4b3487c27ef6281c264d789a7c8c]

        cid#705020 dereference after null check
        
        Change-Id: I11a208ef1648186c40249c27168fffd6a3419eff

2014-02-14  Noel Grandin  <noel@peralex.com>  [6fd0c690a304361d42cbf940e2e399f15ae495f5]

        cid#705016 dereference after null check
        
        pLB was already dereferenced in the call to GetMapPos, so no point
        in checking it for null
        
        Change-Id: I8b9c5f5e5725829fdeaa61488168d0d289b02b4c

2014-02-14  Noel Grandin  <noel@peralex.com>  [6e0a080ef154596c3daa9c38f7e885a414fd2552]

        cid#705006 dereference after null check
        
        no point in checking pDoc for null here, since we've already
        dereferenced it earlier
        
        Change-Id: If2d0268851654cb760458e6e138f0c92877adb8a

2014-02-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [c35d7018cfe0ff3c8229d81058b298e67128ff0e]

        DOC export: restore quotation of SEQ field names
        
        Commit d738b063134e97c780205f8baf138f291016ded4 (fdo#74431 : Captions'
        are preserved but remove a space, 2014-02-03) unconditionally removed
        quotes around SEQ field names, because the DOCX and RTF import leaves
        those quotes around during import time. However, the DOC import strips
        them away.
        
        So till all this is unified, at least make sure that on export DOC still
        quotes the field names, as it did since the initial import.
        
        Change-Id: I3478f736c2e17824f268f92580767b90d9fdd006

2014-02-14  Rajashri  <rajashri.udhoji@synerzip.com>  [d738b063134e97c780205f8baf138f291016ded4]

        fdo#74431 : Captions' are preserved but remove a space
        
        For the below captions :
        ALPHABETIC
        alphabetic
        ROMAN
        roman
        ARABIC
        in document.xml, captions were added as
        <w:instrText xml:space="preserve"> SEQ "scientific" *ROMAN </w:instrText>
        -no space after *
        -Double quotes added for scientific
        -For Caption ARABIC, it was comming as
        <w:instrText xml:space="preserve"> SEQ scientific *Arabic </w:instrText>
        it should be
        <w:instrText xml:space="preserve"> SEQ scientific * ARABIC </w:instrText>
        - After adding the above code, anchor value for a hyperlink tag was getting
        corrupted. So aaded a fix for that.
        UT which was failing due to above code changes :testBnc834035
        "equality assertion failed
        - Expected: _Toc363553908
        - Actual  : Figure!1|sequence"
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7839
        
        Change-Id: I9124eefa0ae63baf7ee3eaa2148f3c739d6fa699

2014-02-14  Chris Sherlock  <chris.sherlock79@gmail.com>  [64fe9c6fd5888a7eeed34a20787d2d61da02378f]

        fdo#74931 Prevent UpdateSettings from dereferencing null pointer
        
        When calling on GtkSalFrame::GetGraphics(), if all graphics are in
        use then it will return NULL. We don't currently check for this,
        but we still try to use the graphics object even if none are
        available.
        
        I have added a warning when this occurs and just return immediately,
        as there's nothing more we can do.
        
        Change-Id: I24dfbb6f37f41527078a60a7577cb3b20de3fcca
        Reviewed-on: https://gerrit.libreoffice.org/8031
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-14  Tor Lillqvist  <tml@collabora.com>  [f8a8bbf303fc77db354f61b77d11e44671b48ed8]

        Include glew.h on OS X for the debug_output stuff
        
        Change-Id: Ib40e0d9898fa1cf2c08eba9ae969f9f5a984c830

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [f9d7430574a6c1b197329190567ebc1da9e73164]

        Merge AWTLIB and JAVALIB together as JAWTLIB
        
        ...only used in bean/Library_officebean.mk
        
        Change-Id: Ic57eb66197f55562157c2ca961001ed01e9906b2

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [fc583270f9a139412191fea9eda02b4efd9bbe19]

        Remove (hopefully) obsolete workarounds
        
        ...that lead to -Werror=unused-macros with gcj on Linux.
        
        Change-Id: I7a77789fe212d1c87a4ac0a93a79cc7a8ba7a7ad

2014-02-14  Stephan Bergmann  <sbergman@redhat.com>  [c7114eddf133ba1a5fb1f36f775a1c2455c2adde]

        JDKLIB is apparently unused
        
        Change-Id: I8d13b28a0a6f0063a9249417bd0518dc3b83f8d0

2014-02-14  Tor Lillqvist  <tml@collabora.com>  [6124183d7b6742bbf41d61c6bae342180dd2ed8e]

        WaE: private fields 'mnStartRow' and 'mnEndRow' are not used
        
        Change-Id: I067ad401608552df45275d0cbb73e486e93461ba

2014-02-14  Tor Lillqvist  <tml@collabora.com>  [5a27120a11bef343a2da909a1da3fed5dc710282]

        INDEX_IGNORE is unused
        
        Change-Id: Ib7691a078c45f1eb8c78bd4e639503a732e3ef8c

2014-02-14  Tor Lillqvist  <tml@collabora.com>  [24deb95b9d7472a43f11f176df25a5fd8ae8be82]

        Bin unused SVOBJ_MISCSTATUS_ defines
        
        Change-Id: I50c116a4d143b8ee20340f45c6624266371050ca

2014-02-14  Tor Lillqvist  <tml@collabora.com>  [cf6288443538e2b1c617595adc060810525e2ba6]

        Bin useless comments
        
        Change-Id: Iee3e292dd6c35f52c64d4a264a850def7ae15b0d

2014-02-14  Takeshi Abe  <tabe@fixedpoint.jp>  [a0f78a0688b1a2895aeb70a8e2249d73563f8086]

        Drop unnecessary #include
        
        Change-Id: I7518b1014676fda6cfc052e110859cfbf7ca30ad

2014-02-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [377d749ff8211fa9e69d47a92810af9bc0652990]

        fdo#74558: Re-implement BinarySearch() to disregard empty cell blocks.
        
        The old code before the calc core refactoring took advantage of the old
        calc storage which did not store empty cells at all.  The new storage does
        "store" empty cell blocks, and it did negatively affect the binary search
        used for VLOOKUP.  The revised binary search code properly skips empty cell
        blocks so that it will work more like the old algorithm in 4.1.
        
        This change also fixes fdo#72348, which was caused by the same root cause.
        
        Change-Id: Ic20cc54d8dae26b62f5e9193cd21dad06ad10a3e

2014-02-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fffc6971783be55dff51e07f1d5e33866f607197]

        fdo#72348: Add test to catch this.
        
        Change-Id: I068cf19204d3091ebc59ee6be4e1a977bf237a04

2014-02-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [888851bdd7498558af1a74f7e982ad1455ef3a35]

        fdo#74558: Add new test case to catch this regression.
        
        Change-Id: Ibef7131172938bd0ced6a3f4deeddaa98e9e7d6c

2014-02-13  Stefan Knorr  <heinzlesspam@gmail.com>  [e076b5290e706b8a69abd397a9f255eba6a0cd1a]

        Exit sounds terminal, so steal Firefox's Find bar tooltip text
        
        Change-Id: I3e16f1ebafe5f497643abda3b1dbfdfeaebb60af
        Reviewed-on: https://gerrit.libreoffice.org/8027
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [0d396800021684a8c0875e45ed1440011fd7f9b0]

        More java.lang.System.mapLibraryName dylib vs. jnilib confusion
        
        ...like a76261ac9e40eb57e942db2c7aea8b8a5e904ff2
        
        Change-Id: I803dc81344efb5e8021d9ef4146c06ecf82ca63b

2014-02-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f759239d7d4a7c9d9fc641f1873a34c5a4d6c31b]

        fix QPro import filter, related #i41688#
        
        We desperately need a test document for this format.
        
        Change-Id: Ifd8e35bb3330c2b9d2443a3a0f18209001a4bdff

2014-02-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a0e3e985cd624b604df00e693e7840d6df98c438]

        add documentation where to find spec and ile format docs for qpro
        
        Change-Id: I94aa2a5522bdcf3f6c5cdd6fef200c678132b3d6

2014-02-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [205ad30483fdb0d7ef24f4fedf4a85cfe0edd2ce]

        add native OpenGL debug output for dbgutil builds
        
        depends on support of ARB_debug_output
        
        Change-Id: I8c96284377e2cb9d2ee06ddd4101c1de4d0fbe9f

2014-02-13  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [efb8378ce1694091fbe46a002b82d2a9e0947d67]

        remove unused enum
        
        Change-Id: Ib5cc05f20fad673c015700657f02a07659e0c566

2014-02-13  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d7916449d7ecb5247f2b61a7b6cb21cfb0a1e6b3]

        Unify scmod and scmod2
        
        Change-Id: Ib086ba744ac3f5fbd8e96ceda73e9fe2d578929f
        Reviewed-on: https://gerrit.libreoffice.org/8036
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [53e3d79c6327fc85528c5564f2fde0e64f2cacbd]

        writerfilter: NS_sprm::LN_PDx/yaFromText -> NS_ooxml::LN_CT_FramePr_h/vSpace
        
        Change-Id: I651a1fd5279afa07929e6cfae4440f5b008d6215

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [a76261ac9e40eb57e942db2c7aea8b8a5e904ff2]

        fdo#74683: java.lang.System.mapLibraryName dylib vs. jnilib confusion
        
        Change-Id: I8fd7b908613a90c983f2244383432dd50ba10cdb

2014-02-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [c4ecc15b2515ac8873099ded82b1e69f54187444]

        fast scale doubling of biptmap mess up mac retina but is needed otherwise
        
        Change-Id: I3d4a4bbbd85719fbf1422d9397727dd73bd09f37

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [29a95776c3151e679bb8e5224cf4268c36859bbc]

        initialize mnRefCount members directly in ctors
        
        Change-Id: I7b4ff643eb256519bc47d27f6e0a6a60aaf8768e

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [811e6f674554bc8f4f3c4d43ee9e2f263c8d7e71]

        coverity#738003 Uncaught exception
        
        Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [be921ceb350a2beb6586197f43090e87b8824fd6]

        coverity#738003 Uncaught exception
        
        Change-Id: I09a015a590eeb2457963dbb3cfcafd6a714f82c9

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [46a2576c130ce199f71492201980b3adb9a5cc07]

        coverity#737846 Uncaught exception
        
        Change-Id: I9257ec4d9ccb7c602a9537230b61be944371d3ad

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [d051a056c96e212b879a53444646a88dae1b8972]

        coverity#737840 Uncaught exception
        
        Change-Id: I3e11ac315adbe2f64bfc391234c517472950aeff

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [70d10669b835b15e20af9fab73451a4eb24758a8]

        coverity#737837 Uncaught exception
        
        Change-Id: Ia71f03515ae209619b73aa617c4649cc4de4dfa6

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [537deaeac2c707040539f4541b11d92937b3af28]

        coverity#737836 Uncaught exception
        
        Change-Id: I533cccc1dab5e8d722209c37f0c05331d5c206a8

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [ec8fc9c7a90739d5af1f2a2829602bacc41505cf]

        coverity#737835 Uncaught exception
        
        Change-Id: If5452880070876a4dfc2526b08928fb219a60529

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [f5b2959152b3eead3b427b0d90942d0ae3a205f0]

        coverity#737833 Uncaught exception
        
        Change-Id: I71b3022c84a861959ec1c70a7d2f9e94766df250

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [7cb5f8b07dbec98285db712b17863b39e7481a5c]

        coverity#737831 Uncaught exception
        
        Change-Id: Ie528eb19db50abc475ebc1e9b575e8dfbc5e87c6

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [9ee7a875f8571cd60ab5e18df6fc24101cdec688]

        coverity#737828 Uncaught exception
        
        Change-Id: I60920fe65102185139438f5bec663480310b96c6

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [42e1ae627fe303f652f0fd53a33e0513741334be]

        coverity#737827 Uncaught exception
        
        Change-Id: Iab21baa94bb2fa3d0de6155e670f198d35de72e9

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [4b86ca090305b7a959033cb3730e2fb7e11985f8]

        coverity#737824 Uncaught exception
        
        Change-Id: Ie8ba13265b436eb3ca548d5ccd2ca28d1e65e035

2014-02-13  Jan Holesovsky  <kendy@collabora.com>  [8ad55179ea0158cb64ad3fe000aa7d3fb0317ccf]

        Use string literal directly.
        
        Change-Id: Ie5841f23c0056f9b9b306e65278f43f415d079b5

2014-02-13  Tomaž Vajngerl  <quikee@gmail.com>  [1b2333d1be686716b2ee2b36e8340767aad57f36]

        fdo#74218 add SVG header when exporting via mtf
        
        Change-Id: Ia200fbf73c1464160ceddc705f72d77b5f1eff51

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5e5ec33eb4a4e10afd9c7ee7c269c2c18144d033]

        Revert "DOCX import: fix relative width of floating tables"
        
        This reverts commit 7ff8414a411ae35e1fe56e9724646d0e94fa17f6,
        which was the result of a misunderstending.

2014-02-13  Xisco Fauli  <anistenis@gmail.com>  [146d182a3e489d840c0d753666725ebe2c90368a]

        pywizards: Let's do it always the same way
        
        Change-Id: I8302bffea68a7e2a167e159cf14ad16a0267e8a4

2014-02-13  Xisco Fauli  <anistenis@gmail.com>  [9e119c93d2a8bb42550bec6e09c383e9214ba66c]

        pywizards: Don't need to instantiate Resource twice
        
        Change-Id: I3b0c0218b6b019788316d09a1e1fef9b6a47c6e7

2014-02-13  Xisco Fauli  <anistenis@gmail.com>  [facfee75fac0ac26c29ec5fc05413f64c6b76c61]

        pywizards: use getResArray instead
        
        Change-Id: I5afd7ad90c23e99be9b3cf81487da6bd7715b416

2014-02-13  Xisco Fauli  <anistenis@gmail.com>  [6beb51ac12ddf381520c745430fd646767c63889]

        pywizards: remove unused code
        
        Change-Id: I174ec6a1d307486d38ba4b98a5a158259c57151d

2014-02-13  Tushar Bende  <tushar.bende@synerzip.com>  [d9809c68f62af3b594854b142e1db5171804158d]

        fdo#74141 :In <w:ind> Right margin gets added even if not present in orig doc.
        
        There was a problem that in style.xml and document.xml in <w:ind> tag "right" & "left" margin
        attributes gets added(w:right=0 & w:left=0),if these attributes are not set in original document.
        (In this case LO should not write these attributes in <w:ind>)
        
        eg. if original doc has implicit right and left indentation values set(In style.xml) and there is no
        explicit values provided for some para (In document.xml) still it used to write w:right=0 and w:left=0
        in <w:ind> tag of document.xml which overrides an entry from style.xml.
        
        XML difference :
        - Original file:
        <w:ind w:left="567" />
        - Roundtrip file Before Fix:
        <w:ind w:left="567" w:right="0" w:hanging="0"/>
        - Roundtrip file After Fix:
        <w:ind w:left="567" w:hanging="0"/>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7816
        
        Change-Id: Ifa01bae24d48bb38d5e255356247c46a43beefcc

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [f8ebc65a51a61c1d9b3172467b0770202281db32]

        coverity#735922 Dereference after null check
        
        Change-Id: Iff9f084d85af4b319c7f175c9b7834fd7ba4603a

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [70bf48667272b2d4ab5f3148dc9f66bf5c3f179c]

        coverity#705539 Unintentional integer overflow
        
        Change-Id: I3d170feeabcdd5f1ac3e64e1018edfb30b2b3c4c

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [1c71cef7f80c342b01d66435b0902ecc8f1890a2]

        coverity#707769 Uninitialized pointer field
        
        Change-Id: I449173ea1c4418cc2cc978862fe465e33e7b4338

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [dbaffd88112feec175726390907f6c2462ee605e]

        coverity#708230 Uninitialized pointer field
        
        Change-Id: Ie7507bb869006bc44ba4bec8ca85b1695164521a

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [60cb17c28a639f15fc351f444da37a37ab503ab5]

        coverity#708342 Uninitialized pointer field
        
        Change-Id: I76803ae267c18350d5da6c9e425339cefd0817d7

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [67e1559fbe48e3af5eec04d413b8a2f3b487640d]

        coverity#708498 Uninitialized pointer field
        
        Change-Id: I9da49c0dba434ea59eb30162fdd5ce4a649dd4d9

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [4c51f320baf38e07453e8fc991bf47ad6444cff0]

        coverity#738262 Uncaught exception
        
        Change-Id: I366f41afdad4f1ef38506d5d20f4293c3dde2d68

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [bb9a8524d6bd77d6d3e7d99d14efd344552381c8]

        coverity#738260 Uncaught exception
        
        Change-Id: Iffe842fad73eadf69c67f03cfd1d99aadf70a167

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [b1ed6e54de396de0840e6deec37c30e492ffe6eb]

        coverity#738258 Uncaught exception
        
        Change-Id: I3a38f7db881469a5a08fa48f77609355ff6dae4c

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [580475038043b21ac3d5618399e2634dc91395dc]

        coverity#738256 Uncaught exception
        
        Change-Id: I41cedc756bbaa6f1382aaf40395f18176170402a

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [c7675570469de801552da6f5ba50152d14ffa6ab]

        coverity#738254 Uncaught exception
        
        Change-Id: Ib31e77d3dfe4cf2397ae41b45997c109d5b6125b

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [5a1218aa91f49b06f55c85fbaddc3e8123f92ee8]

        coverity#738252 Uncaught exception
        
        Change-Id: I9529a1d48c9c708ded67f83eb4d7777086618cb6

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [b1c709911679e915504e87fe33ecd7b9fbac12fb]

        coverity#738250 Uncaught exception
        
        Change-Id: I1fd936e71dfd392f53d77924b3044ff763620595

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [7501c432d902735b83c2b57de3ff1cc18dca87ab]

        coverity#738268 Uncaught exception
        
        Change-Id: Ia4ee1370c1b68d93e5e74b452c6fd332df22e545

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [81a2478b8e117d982f39f9d4a339a593471a9570]

        coverity#738270 Uncaught exception
        
        Change-Id: Iec6f0cbd3b2368959327f807a5dd91451ed6abb2

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [b5b3dcc2d78fa9d189977727f0e090fc92e5f9df]

        coverity#737241 Uncaught exception
        
        Change-Id: If7c4bdc095c0c235f6f24107c05e7fcde0d5a023

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [31ed7bc8c248a26c8578538495fdd53aacc0f8da]

        coverity#737240 Uncaught exception
        
        Change-Id: I9cff764c2ca451752f2343cedd26530bd9a0e9a7

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [9a34c555293d27a392581acc34c06df4559930fc]

        coverity#737239 Uncaught exception
        
        Change-Id: Ic9635e77e5fd4e356b30aac314c7438060b82a58

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [24949f84ae3ea323676039f4fd4ca204c074468b]

        coverity#737202 Uncaught exception
        
        Change-Id: I2ac23ed9f308b92ff9457938b265677f008aaca7

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [8bda341061950be7663eb9ed3ce6b1dc7a5e1f53]

        coverity#737162 Uncaught exception
        
        Change-Id: I4ddc477a76f8807586b2dd700ac5559f052ccaa5

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [7426c9d86974ac7c0d64a669819f555b0e74ba55]

        coverity#737157 Uncaught exception
        
        Change-Id: I062dbdf7c29489111f7ba6dc37a191d835fa7824

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [2d72cfb5027bdab62ca4b509dd4aa1397bf56bf0]

        coverity#737151 Uncaught exception
        
        Change-Id: I133012cf88020e38eb0fc0932979347b996943fe

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [beb0a165ec7577c0012b6d183f1046cd7cfb3026]

        coverity#737149 Uncaught exception
        
        Change-Id: I34b31a3574e5a21a506c49b4f69f3b8c8fbdcdbd

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [3d96b1e0ff935cd5805cea648cd071dd36364310]

        coverity#737139 Uncaught exception
        
        Change-Id: I75fc43e365afa44b54c27aeb8887f9e37954f03b

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [5adc8214e5ac1d1fde138a4e5183c0fcbaf9120c]

        coverity#737107 Uncaught exception
        
        Change-Id: Ia0906af52b217506e63138565cc0eb08842aaef1

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [65e5ce2c31803065551744ef1fa7b9572529aa45]

        coverity#737105 Uncaught exception
        
        Change-Id: I44acb57da7539a63562d9723ee5d6f83f1dcbbb6

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [7842d207b5512c272989c162fdeb9b36e525e83d]

        coverity#737095 Uncaught exception
        
        Change-Id: I65ca622983ced4645d97c3d7e0bcde94a46618c3

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [e87cd3edfc4b09fa06bea6b79a64a2c1529f6cb4]

        coverity#737093 Uncaught exception
        
        Change-Id: I48bbdc7fe2c6ac60ba9630565c1844a2a24b7ad0

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [f1e4bd297ed6ff6846e2a2605f4f19353ab9c7ec]

        coverity#737091 Uncaught exception
        
        Change-Id: I2d3df586f9579abcf42bd5a915d1e2e12017345d

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [2eae2188a2df3882b173195b51fe3e2eef2558cc]

        coverity#737088 Uncaught exception
        
        Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [0309070fb261476fa7c2e3cfa441ae4b168f920b]

        coverity#737027 Uncaught exception
        
        Change-Id: I96b07d58233cf19708bbda68bcb19f5d7f6404df

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [5d061edbd7b452d926e3af9e5382200f19e169d1]

        coverity#737024 Uncaught exception
        
        Change-Id: Ifdb5fb60c436e847ba85d690f8ca0087bd516ab7

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [b44ba1ace8908f413a62f693232c05921d44acd9]

        coverity#707460 Uncaught exception
        
        Change-Id: I8157893addbf805a18deac5034098dfda125a631

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [964c4183df0f775e92a9bdda287f6f2573d0073c]

        coverity#707426 Uncaught exception
        
        Change-Id: Iff174a7398c5e3d506418b4587fe604a1d46972c

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [c7051732c0751a361cdfca1707111a53bef6aab4]

        coverity#707424 Uncaught exception
        
        Change-Id: I4111feef91c4de993c490c3a702973c8fae69441

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [cf2a6c290df1c5d2c1564baa7080325cb2e76157]

        coverity#707416 Uncaught exception
        
        Change-Id: Ib2f8dee2214bc3f53edae5c7c20c4924f1fec568

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [abc6d50af7baa101f87489038b2053e032def821]

        coverity#736486 try and make coverity see through this better
        
        Change-Id: I6becf305d88618fb53dff3519b31b010e371ab44

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [d29f6eb1dc0524972d6b6cefe33251b915465e77]

        extend signatures to make some coverity rework easier
        
        Change-Id: I670eaa51aa95bf29f51bc6542eae2f562987d5a4

2014-02-13  Regina Henschel  <regina@apache.org>  [17bb5abb6e0bc499c6a106b0140d31fc6d77328e]

        Resolves: #i123879 dr3d rotation angle is degree in ODF1.2...
        
        but radiant in AOO core
        
        (cherry picked from commit 23b2b0b395537f4b5d0226f9ebb19dc38029ee55)
        
        Conflicts:
        	xmloff/source/draw/xexptran.cxx
        
        Change-Id: I66cd482b2b237ca008c31b7738f9ea21502f3d45

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [b21910c9caf4cc81fabe754f397778cd9da01d10]

        Fix win build
        
        Use namespace to avoid ambiguity.
        
        Change-Id: Iaef6869b12839edbb94695aa5e3d877863e9b669

2014-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [d747d0fc3b3e9c02a2eaa5b4a03c6905a68663d0]

        DOC/RTF export: fix handling of column breaks when there is only one column
        
        The first real part of commit 4d5c193b2fd38c6cab049fcb97189462fff0fddb
        (INTEGRATION: CWS limerickfilterteam08 (1.64.6); FILE MERGED,
        2003-09-01) tweaked the DOC export, so that in case there is only one
        column, the column break is not exported: this way the Writer and Word
        layout matches, because Word handles that situation by handling the
        break as a page one, but Writer layout ignores it.
        
        On import, the DOC filter changes a column break to a page break in that
        situation, so visually the roundtrip is OK. The RTF filter does the
        same: the tokenizer turns a column break into a page one if necessary,
        and on export then we can ignore such a column break.
        
        However, the DOCX filter is different: there we don't tweak the column
        break on import, so we want to keep it on export as well. (A perfect
        solution for this would be one more layout compat option, then filters
        can stop tweaking the break types.)
        
        Recently commit 78c5cbc720993e9cc01fceadd73678ed1a45d37f (fdo#74153 :
        Preservation of Column Break with column_count = 0, 2014-02-03) turned
        on the export of such column breaks in the exporter unconditionally, and
        this broke the above logic of DOC/RTF roundtrip.  Fix this by adding a
        virtual method where each format can decide what it wants.
        
        Change-Id: I807c2fdc02aefc20ffbb4a4dbbf3845ecad81bca

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7ff8414a411ae35e1fe56e9724646d0e94fa17f6]

        DOCX import: fix relative width of floating tables
        
        Relative width of tables means relative to the page
        and not to the paragraph area so we have to set
        the RelativeWidthRelation property of the containing
        text frame.
        
        Change-Id: I054d22e1883eb0ed9b07b9141bb2bea956e8367e

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f16368777b8b03164e3485143f014486e7cc69e2]

        drawingML export: hatching of shapes
        
        Change-Id: I7111d4064d033e27659c7b45650d596df22c593f

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4a25c65fcd7ce0852ce61dbc4956adb1cba2e54b]

        Update a hatching import test according to the new values
        
        Change-Id: I2f3504e12be63a326da189e7f69ce87ad2bdb674

2014-02-13  Zolnai Tamás  <tamas.zolnai@collabora.com>  [31b186239c1b260c1bb56477b613c6e648ecf7ea]

        drawingML import: improve mapping of some filling pattern to hatching
        
        For a better visual match.
        
        Change-Id: I6f8a2f4b500c4ea04ef92572984a2bac597d85be

2014-02-13  Jan Holesovsky  <kendy@collabora.com>  [c05140897eb1dd75f07631398d56e9e656898a50]

        Update documentation of createSystemChild().
        
        Change-Id: I96e9b5c65dd9c3506dd804773652023e2cd995ab

2014-02-13  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [78c5cbc720993e9cc01fceadd73678ed1a45d37f]

        fdo#74153 : Preservation of Column Break with column_count = 0
        
        	Issue :
        	1] DOCX containing column break with column_count = 0
        	   was not getting preserved after RT.
        	2] LO was writing column break only when column_count > 1
        
        	Implementation :
        	1] Removed check column_count > 1. So that if LO
        	   encounters a column break with column_count >=0,
        	   it should preserve it.
        	2] Added export Unit Test case.
        
        	Behavior after Fix :
        	LO is able to preserve Column Break with
        	column_count = 0.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7815
        
        Change-Id: I29c77f27184ec5afed354be01fc68e0d3471bfee

2014-02-13  David Tardon  <dtardon@redhat.com>  [1b2da3df5449f5bc517418cc632157780984e275]

        enable spin-size for NumericField too
        
        Change-Id: I77660572947f7a863982be7742cbcb1c784379ed

2014-02-13  David Tardon  <dtardon@redhat.com>  [78ff9d90f2a74792c437087ede11559c111c5c98]

        fdo#74468 fix timing of slide transitions
        
        Regression since commit 16428c9600964a4945cf6fd0d938dea047d1248b.
        
        Change-Id: Id274c21e08d10d2e727f3b5a3fd852cd297e4637

2014-02-13  umeshkadam  <umesh.kadam@synerzip.com>  [515b5c7688631679fe1d39932478a835dc0a35a2]

        fdo#74110 : Issue with <a:prstGeom prst="rect"> tag in document.xml
        
        Issue:
         - While exporting the system used to write adjustment values for preset shape type "rect" in document.xml
           with the shape guide name(adjustment name) being empty.
         - This is not accepted by MS Office. Hence the file was resulting as corrupt.
        
        Implementation:
         - The preset shapes are being picked up from GetOOXMLPresetGeometry(), which refers pCustomShapeTypeTranslationTable[] array
           for the mapping.
         - Most of the shape types have been commented in the pCustomShapeTypeTranslationTable[] array therefore the GetOOXMLPresetGeometry()
           defaults the shapetype as rect, whereas the adjustment values are being picked up for the actual shape type(s).
         - Uncommenting the commented shape type translations( for instance textInflateTop) in pCustomShapeTypeTranslationTable will
           eventually write prst="textInflateTop" under the tag prstGeom which is invalid.
         - It should probably go under prstTxWrap.
         - In order to avoid the corruption, thought of adding a check before writing the adjustment values. If the shape type is "rect"( which is defaulted
           and does not have adjustment values defined in presetShapeDefinitions.xml) then avoid writing the adjustment values under this tag.
        
        Conflicts:
        	oox/source/export/drawingml.cxx
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7765
        
        Change-Id: I6511e9a3ee0c01962d6e82997705a484161086ef

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [f87e78a777c975451b839d9dae6b723db7d040cd]

        Simplification
        
        Change-Id: I949bf3cb9c3b26a8c2de6bde20cef63d7630fc54

2014-02-13  Jan Holesovsky  <kendy@collabora.com>  [8558559574983dab53de7d94b62a35ed8efb6179]

        Fix build - sorry!
        
        Change-Id: Ib1664485b5eeed894b4722a097865ab072d0a36c

2014-02-13  Michael Stahl  <mstahl@redhat.com>  [5852b137e07db63f556dc604b173fca8ca59a163]

        gbuild: AutoInstall: RepositoryExternal.mk may contain these too
        
        Change-Id: Ieb76643e2f53d19b1796f118bae2a7e954e6f015

2014-02-13  Michael Stahl  <mstahl@redhat.com>  [c489fe73ac76be111577dea0315689885663a306]

        gbuild: improve error messages about missing registrations
        
        Change-Id: Ib3c5d8f3921801f143447d8e01463905d80ac319

2014-02-13  Jan Holesovsky  <kendy@collabora.com>  [f48d1df73bc3f777c178d6856f7dc2922265e08b]

        writerfilter: Get rid of a whole load of static OUStrings.
        
        Change-Id: Ic5b254d1e6579baf2c9acdd24ddbaa95d554cf68

2014-02-13  Jan Holesovsky  <kendy@collabora.com>  [08aa1c83c7c5b1a244f0d70c9cfe368b99e0d5d2]

        writerfilter: No need to namespace these constants, they have prefix already.
        
        Change-Id: I5590adbf0f60b10d309ddf2a6b9e50231245a659

2014-02-13  Ravindra Vidhate  <ravindra.vidhate@synerzip.com>  [cc1c838942d4b2ae395ae7429271e48335fdee80]

        fdo#74215:Fix for empty imagedata in Number Pic bullet
        
        1. While exporting through LO, it writes numPicBullet with imagedata of size 0,0.
        2. Because of this image file of 0KB is added in media folder
        3. While opening the document in MS-Office, it shows the image missing at the top
        which is of 0 KB size.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7744
        
        Change-Id: I5f8f187fc4fe678dceb3f2b594de74a6b52cbe74

2014-02-13  Michael Stahl  <mstahl@redhat.com>  [3fc36ba1479b19cfe07984e87a2e25803c470d5c]

        gbuild: add some error checking for gb_Helper_*_for_install
        
        Change-Id: Idb82c3d1d723f9214ca1424299cb1c93597fca40

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [e40f9e6f08357ab744d2b5301db1886b3f0a7b70]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I6b10ab0b3f11559f515084b45dc3771627223418

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [b093ccd77255806014f5f30571e712169d5456a4]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie5e4742f0d71c240e0f82046682957537cac1b60

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [a19172cb0f71ae12b6a521db4c2876f60fe89255]

        -Werror,-Wunused-variable
        
        Change-Id: I91ab5f87f859b855c858a41afd218f57b03ad3a2

2014-02-13  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [1f34909fd74d9c58648e19aca76615d73f546e57]

        fdo#74106: Fix for Hebrew Text-Bulleted List converted to Numbered List
        
        Problem:
           Hebrew Text-Bulleted List converted to Numbered List in round trip file
        
        Implementaion:
           - Added Hebrew support for import and export for list.
           - Added Unit test case.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7693
        
        Change-Id: I739f4b74fb0451f6da80be06114c48074d1e4cdf

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [ee585cc86d975c6ed987cc4d83101d0928f725c5]

        cid#983607 unexpected std::exception
        
        Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [cc6725773b0bd2b8984f516e8faf01e9aa520681]

        Various adjustments of the pivot table
        
        especially relative positions were relative
        to the dialog which was assumed to be then
        a direct parent of the widgets so that
        a simple calculation could make the positions
        relative to the widgets
        
        also now the pivot table fits into a 768 pixel high
        screen
        
        Change-Id: I86a4155439872e8273943b90f15320e560e237a4

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [02ef234b77b6c5f4c0d6634881168313e97288d1]

        fix homogeneous grid spanning row/col handling
        
        Change-Id: I26ca29f2b02a1587cfe94d5342809f51a207a194

2014-02-13  Katarina Behrens  <bubli@bubli.org>  [cfa4f622caa155dd8ab1215a324dd409cd447cd6]

        Converted pivot table layout dlg to .ui
        
        pimped up dialog a bit, added mnemonics
        
        Change-Id: I4585d9a3a1c96b45c7eedea8a5be41ec717139dd

2014-02-13  Caolán McNamara  <caolanm@redhat.com>  [89cc3438ed1768265fe25921178a8ccb61c35f98]

        Updated core Project: help  d5e02baa76eadb781a08d4cc9108288a055829d6

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [afb9d333ebf83715558fb07e9f0e64b7443a195d]

        cid#706247 wrong exception type
        
        Change-Id: Idc83f827b90eedcc4345345a77efbda35e08bff0

2014-02-13  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [8c6ee9360b3ffdc07335da0e3a2c6f05e5438909]

        fdo#73541 "Page Margins : Mirrored" was not preserved on export to DOCX
        
        Mapped Property at import, so Page margins mirrored are imported correctly.
        Also exported the mirrorMargins in settings.xml
        Added export UT for the same.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7632
        
        Change-Id: I2d90643f55e1dc1d96c809e28ce37dee4653bf57

2014-02-13  Muthu Subramanian  <sumuthu@collabora.com>  [a4cd841541a729d7b8126d27d91fa28e30b01403]

        n#757432: Styles (rename &) copy to different decks.
        
        While copying slides to different slide decks,
        styles were not being copied if there is already one
        with the same name. This patch renames and copies those
        to keep the formatting intact.
        
        Change-Id: I66f71493f1fd658eed43e39aa7ae7ee7b5463b34

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [c388071c4d1bee70e41f9ff72d50e5966bb8f237]

        remove now empty fwk_component_getFactory
        
        Change-Id: I5f2f5fc9ccc75b145572aa0bb88b00b0d7a5872d

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [2d46ef6da59c6f80bbe00dbb3d207852ad04c7c6]

        fwk: Constructor feature for single-instance framework::Desktop.
        
        Change-Id: Id582e672c0b41a35d25361f7dfe970a767880b2a

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [ce02519c5c7e43fabe7b0c587e3304d48b795d0f]

        Introduce com.sun.star.frame.theDesktop singleton.
        
        Change-Id: I3d269609119149e289652f6bc106e6bd9061672d

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [924a415e68cfeb8eda54db3e19f71eafcd2b9b1e]

        cosmetics
        
        Change-Id: Ice4f20db3a590568a7ae4ae59fa0c4ff13e59051

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [eb1799714c7f57cbb8006d33736cd5e088ed6558]

        cleaning the code a bit
        
        Change-Id: I4cc9c16fb79f669ae70d10a50ace3943075edd46

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [5691ef0b4f3d1be45f3f208db668d295013cdc9b]

        Move this Singleton class to anonymous namespace.
        
        If you add more Singleton classes into framework namespace,
        it builds without any warning but I was not able to see menu text
        labels.
        Luckily UICommandDescription is involved in this and the problem was not
        hidden somewhere else.
        
        Change-Id: Iba0c06c2e31ae509579f31308d9f45f0cb9f654f

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [9a4056c18f09160264af7a5533852c9deae4b27c]

        Do not use pattern::configuration::ConfigurationHelper.
        
        Change-Id: I9cf913f085a2c6862e44803485ab63e2b4572eab

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [dae2b047f9fd84032cb282af3c57ee3d92f9256a]

        Remove unused ContainerQuery constants.
        
        Change-Id: Ib9f96f79d805c91e80fa5366c71e3e975ebabe90

2014-02-13  Matúš Kukan  <matus.kukan@collabora.com>  [d8db7f0f4463c68717ed21722a45de035036be4b]

        ModuleManager should be static; and simplify.
        
        This saves some cycles used to open configuration many times.
        
        Change-Id: I12cc7ac87df897a518368094b12d8dcb5be4e3b5

2014-02-13  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [07911ac9fd343fd59229b631c0fcf8dd30426b07]

        fdo#73596 Added support to import and export Index from docx.
        
        This currently supports basic import of indexes. Other flags are
        still pending. Currently flags are not preserved completely, just
        index and xe fields are preserved.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7627
        
        Change-Id: I56058df19aa8332fbcccde77fb1f29347264bbc6

2014-02-13  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [e5a891793baafb4504dcedaec82e6827d847ecf1]

        Fix for: DOCX-Preservation of Line style Dash type of "Shape with text inside"
        
            Issue :
                File containing Shape with text inside it having Line style as
                Dash type is not getting preserved after RT in MS office 2007.
        
            Implementation :
                1] Added XML element <v:stroke> with attribute  dashstyle="dash".
                2] Written Export Unit test case.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7611
        
        Change-Id: Id01c5975c2c1cf176a7459f65973f4c9c3c9b9d8

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [2d3030b1fa3669b72731863df078c72882fe94e5]

        Revert "sal: fix some clang warning about implicit bool conversion"
        
        This reverts commit 56ff07a795aca516106bfde80cb32860065690a6, the correct fix is
        d19598b56c8bec688d1944cd167f32a369344100 "Adapt ImplicitBoolConversion to 32-bit
        builds (where sal_Int32 is long)."

2014-02-13  sushil_shinde  <sushil.shinde@synerzip.com>  [18044a60957e21222f642b41b03ca1f28716a6d7]

        fdo#69646 Export of table with auto-width, at least one column with auto-width
        
         - In case of auto width to table it should export as auto.
         - Added Unit Test to check it is properly exporting table.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7594
        
        Change-Id: Id448111b81110bbc6c109f3da9195075b9b8a9fc

2014-02-13  Stephan Bergmann  <sbergman@redhat.com>  [d19598b56c8bec688d1944cd167f32a369344100]

        Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)
        
        Change-Id: I64480e6026e7e39fe89f90c7d269f6bb1d02968d

2014-02-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [08ab57473236b0a34917d8c24c56f157e9ae5be6]

        CppunitTest_sw_ooxmlimport: make this actually test something again
        
        Change-Id: I05d8b0dafcdea68d57137873ea52d4ab28a9b12b

2014-02-13  sushil_shinde  <sushil.shinde@synerzip.com>  [4d34d43b29be2b14a02b001b35fcde2459fb1993]

        fdo#69656 table with auto-width and at least one column with auto-width.
        
          - In case of auto width of table and atleast one cell of table
            is auto width It was setting table width to 100% relative width.
          - hence it was causing rederening problem, table width was wrong
            while rendering.
          - Changed 100% hardcoded value, now setting total width of table
            as per grid values.
          - modified one UT since we no longer setting width of table to
            100% default in case of 'auto' width.
          - Added one UT to check proper table width while importing.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7593
        
        Change-Id: Iae396c632eb1ef0c06efaa8c1965e4a68f12c6b1

2014-02-13  umeshkadam  <umesh.kadam@synerzip.com>  [9d5005a70cc42ee9f45104cc32aa099d0c3d6630]

        FDO#74430: File Corruption due to repetition of docPr Id
        
        Issue :
         - If there is a scenario where a chart is followed by a shape
           (may it be in the footer or on a different page )
           which is being exported as an alternate content then, the
           docPr Id is being repeated, ECMA 20.4.2.5 says that the
           docPr Id should be unique.
         - Two different variables were been used as counters for the
           docPr Id, hence there were repitions in the docPr Id.
        
        Implementation :
         - ensured that a single counter is used to track the docPr Id.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7916
        
        Change-Id: I1c105be184d045ef058423f03259eb8c634fcbbe

2014-02-13  Muthu Subramanian  <sumuthu@collabora.com>  [8f8bc0dcf3bc253ae49159d52db049767f476ced]

        Move string hash function into String class.
        
        hashCode() seems to do sampling while creating the hash.
        hashCode64() will not.
        
        Change-Id: Id30f5a2a774cf5244dbc00da9649e95a532484be

2014-02-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [67b1dad8815f697e92258b8c079720f3a7028ea9]

        coverity#1130358 Deference after null check
        
        Change-Id: I3ce41c86f57ed65fd87d403e50df47e3343a5a41

2014-02-13  Takeshi Abe  <tabe@fixedpoint.jp>  [6364a3ec6f92fc1f4ac3c7a4e2bdce2a2140c736]

        Drop unnecessary #include
        
        Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [45c7b349d7540b0db48e634318d6a9009da7a949]

        oox: warning C4101: 'rEx' : unreferenced local variable
        
        Change-Id: I79722b33a0c193a8bb0c0dd357787ee213909051

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [500568a8f34c71db65d11aa8ca67b961bf1df1d7]

        oox: fix GetTextVerticalAdjust visibility
        
        Change-Id: Iaab33ab752a67e2acd374e0c08045c3e9da22ce7

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [7a403215ec9b874174df4a82167842f0abebfe60]

        vcl: convert some WNT only SvStream::operator>>
        
        Change-Id: I1752bbc6f079feb6dc3ac3b94d2e434a4201824e

2014-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [f01c1c91a9cad054eb078a61375ebc558bb01098]

        writerfilter: sprm:PDxaWidth/WHeightAbs -> ooxml:CT_FramePr_w/h
        
        Change-Id: I4ae8e58c6187563e5846d58a3c83ef74f1cacb5c

2014-02-12  Julien Nabet  <serval2412@yahoo.fr>  [e4a448a9c7ecfbbfeaa78f6e0a268f3f2509065e]

        Related: fdo#74875 Filter of "nowiki" to be improved - Export to MediaWiki
        
        <nowiki> mustn't be called almost everytime. Now this part still need some work (rework?)
        
        Change-Id: I9a01c1e2fb51a51e0737296117db892e3b3b9ce6

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [016de6fa5679a99343d6bca173d8c83534c02e31]

        sw: replace #ifdef'd operator<<
        
        Change-Id: I63c24f453f843a363fc056879d652f28d7052f1e

2014-02-12  Noel Grandin  <noel@peralex.com>  [0c7f35277575fee8594737f5b2842dfac2c6d04f]

        remove SvStream::operator>> methods
        
        in favour of ReadXXX methods.
        
        Change-Id: Ic2c0a7b6b92ff4c236ae99b39d77f3d935b301e3
        Reviewed-on: https://gerrit.libreoffice.org/7915
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [da2efb3e14aa93be13dc4a88f0e41b7dc7948e15]

        Perhaps it's better to use nMaxLegalStr here than using hardcoded 32.
        
        Change-Id: Idee4667f5ef9aa71af05139b6fc7ee8a5166b398

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [5499d4c352567aacd108663af32c056e083fc8de]

        Revert "cid#707663 uninitialized pointer field"
        
        This reverts commit 571d116d2805827bdef7d32983697bcdc5f9c78e.

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [169bc8f7906c364c75902d85707d1a5e2dffb61e]

        Revert "cid#707662 uninitialized pointer field"
        
        This reverts commit 5523275482686d1e49e9b5dcf70b1c8451628f6c.
        
        Makes every JunitTest crash and burn; clearly pReserved is sometimes
        initialized and then overwritten with 0.
        
        Change-Id: I0e9958149de14a23826feef0b1a32c9d374e4d13

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [c3891d88fc12055298f9d197d4ddfcb1dab9647b]

        Revert "cid#707661 uninitialized pointer field"
        
        This reverts commit e453ba963e624eb6829abc28beb0abe4c92be30c.
        
        Makes every JunitTest crash and burn; clearly pReserved is sometimes
        initialized and then overwritten with 0.
        
        Change-Id: I4d280770cecf131d1bbcfb9e2550c89b74150c1d

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [6fa0b370472d7cf59ea26ac91a1a5c5d3291d0ce]

        remove "n" that i somehow managed to add (no doubt in state of delirium)
        
        Change-Id: I71e23c43f14feae0c3b3e0f10a74ee22ccaab7f2

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [56ff07a795aca516106bfde80cb32860065690a6]

        sal: fix some clang warning about implicit bool conversion
        
        Change-Id: I5ecaf73922c6a30add6e270b8abdfdb5c28fe4a5

2014-02-12  Julien Nabet  <serval2412@yahoo.fr>  [55d3127f6cb146d4064a70f128c058f6c954c923]

        Typo: "omited"/"ommitted"/"ommited" -> "omitted"
        
        Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa

2014-02-12  Julien Nabet  <serval2412@yahoo.fr>  [03dcbdc4e16eac3c120fe976cd6079820df69294]

        Typo: ommitted -> omitted
        
        Change-Id: I02268b42f43192d693cc689a6a845f6cefb6dfab

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [24b2c5e44875585511f35438aba12647ccdc45fb]

        Don't include filename extension in e-mail subject
        
        ...as suggested to me by a user.
        
        Change-Id: Iaad83e761884b7b43cf92ebb10cf553df1b97cd0

2014-02-12  Noel Grandin  <noel@peralex.com>  [b2878af3223c438abeecc77d9976e56db31a5b49]

        more SvStream:operator>> conversion
        
        Convert the template based read_lenPrefixed methods to regular
        methods.
        
        Change-Id: Ifd0e93aca055e55a0575e4377ec2b8e266dfb019
        Reviewed-on: https://gerrit.libreoffice.org/7895
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-02-12  Noel Grandin  <noel@peralex.com>  [15535e32ddcfee451d4dbc9be9de0b8c9f9d78d4]

        convert SvStream::operator>> methods to ReadXXX methods
        
        First, I updated the clang rewriter to do the conversion.
        Then I lightly hand-tweaked the output for the few places where
        the rewriter messed up, mostly when dealing with calls on "this".
        
        Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9
        Reviewed-on: https://gerrit.libreoffice.org/7879
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-02-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [7accbd8c0d7f1d0b87748f0de599c4d8b469a61e]

        drawingML import: wrong namespace for 'pic'
        
        Change-Id: I97311b737c7cb706ddff95d1b1b8fe61241f055d

2014-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [02a17688f3cae61f531185cc9f4bb86cd1df8e9d]

        DOCX drawingML import: fix relative size of group shapes
        
        Change-Id: I5a126bd9eaacaee2e080837a34d8ac41cbb9ea10

2014-02-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [07e2c31831ad265b018e5fdf59bdde048fbb4d35]

        fdo#74824: Update mdds to 0.10.2 which fixes one crasher bug.
        
        Change-Id: If05c7573530c892dc063dfb7accec1c24a322ddd

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [9cbc25dd6e31fc5fd2a25067fe924626451f9376]

        Revert "coverity#736486 try and make coverity see through this better"
        
        This reverts commit a0bae848d42b675e4638420d632d710ed3cf76c3.

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [27fae00bf28def2c23228101dac7cf8280c498b5]

        coverity#441136 Dereference after null check
        
        Change-Id: I81a1a70094ae6b4ed685ae3fe88c645b160955bf

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [2842e32490ad23602065e29d2cfe38adfeb483cb]

        coverity#441125 Dereference after null check
        
        Change-Id: Ia8046dc20ff46612ad3ffeba098bee079858e8da

2014-02-12  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [6744d1d8f9b73375483ae04d4530f151cce40957]

        make Calc function PERCENTRANK comply with ODF1.2
        
        http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2-part2.html#PERCENTRANK
        defines an optional 3rd argument. This hss now been added to the function.
        
        Change-Id: Iaa0d990261be195ad0a4b6f6be7f76b9c084da40
        Reviewed-on: https://gerrit.libreoffice.org/7747
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-02-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [de7b3820d3f8de380401fe435a83301561d17384]

        loplugin:implicitboolconversion
        
        Presumably we need to specifically check whether Element is a
        PPT pic token here too?
        
        Change-Id: Id5c90099c8762042f9a2a886631faa72737704fb

2014-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b12d37d701773d194efdfc1fcceee05ab2d0b26b]

        SwAnchoredObject::dumpAsXml: show bound rect
        
        Change-Id: I1754850d7674efb53c95886c3c3cdcde8ca6ee4d

2014-02-12  Noel Grandin  <noel@peralex.com>  [025a77f794c87b602921bc583f1133268980b761]

        cid#705996 unintended sign extension
        
        Change-Id: I07f357b069bd8ae31049f049163c0e20e7361f79

2014-02-12  Noel Grandin  <noel@peralex.com>  [639f35e22f5b61920fdd2662b230467fad39c123]

        cid#707705 uninitialized pointer field
        
        Change-Id: I80679a2cb99cdc912ed021cf993adeb3478355c4

2014-02-12  Noel Grandin  <noel@peralex.com>  [326f1ccb17ec2c1466d029545fd0d9000458339f]

        cid#707669 uninitialized pointer field
        
        Change-Id: I11cc753d83d97a5e1d9373cc5a1fe504b5abe0dd

2014-02-12  Noel Grandin  <noel@peralex.com>  [a1b1625cfdf5cd86de72f60915f0874a93e96240]

        cid#707669 uninitialized pointer value
        
        Change-Id: I252f88ba76d9b927d472655d2bee71cc85b22452

2014-02-12  Noel Grandin  <noel@peralex.com>  [571d116d2805827bdef7d32983697bcdc5f9c78e]

        cid#707663 uninitialized pointer field
        
        Change-Id: I4864042da995e70fd050584341960e58c4cddec2

2014-02-12  Noel Grandin  <noel@peralex.com>  [5523275482686d1e49e9b5dcf70b1c8451628f6c]

        cid#707662 uninitialized pointer field
        
        Change-Id: I031497ef2f789a87724357b28e5fed70afa46dcc

2014-02-12  Noel Grandin  <noel@peralex.com>  [e453ba963e624eb6829abc28beb0abe4c92be30c]

        cid#707661 uninitialized pointer field
        
        Change-Id: I6fee8665ce1875ffa8e01bd395bb91a3d2bb40c8

2014-02-12  Noel Grandin  <noel@peralex.com>  [de476d0146dfecf04f7d1630a771751e3f27ced9]

        cid#1103689 missing break in switch
        
        Change-Id: I28338145fdd71ec25b9c6d291e445d35636e43a9

2014-02-12  Adam Mróz  <sadam36@gmail.com>  [cc24e7ebd9cf536bad6ae5a9f4983ac9e4e87686]

        Fixes for kdevelop IDE integration
        
        Script bin/gbuild-to-ide is parsing messages basing on regular
        expressions.
        
        First problem appears when used language is not English - that's why
        setting LC_MESSAGES variable in Makefile.
        
        Second problem appears with quote symbol. For me (Archlinux) script was
        not working. After some investigation I found out that reason was that
        my output from make included ' symbol when regular expression assumed
        that it should be `. That's why using [\'`].
        
        Example:
        
        recipe to execute (from '/home/sadam/libreoffice/core/idlc/Executable_idlc.mk', line 28):
        
        Conflicts:
        	bin/gbuild-to-ide
        
        Change-Id: I0083c69820bd58ce2ac296f21985408c69840639
        Reviewed-on: https://gerrit.libreoffice.org/7979
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [e79c381f4d4906d5ba6c02bb84b7a40475a5399b]

        coverity#441010 Dereference after null check
        
        Change-Id: I3f35f2ed2154f75303d561efecd1638b73872b61

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [cc7b1ee2f3a06c6f0a52f6c6de06b2dd21e1150c]

        coverity#440982 Dereference after null check
        
        Change-Id: I5e19801311c2cb038b6e1c5e7e52a6022f62ea86

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [7141cfa6a37209cca989709167937440c4f8aa75]

        coverity#440973 Dereference after null check
        
        Change-Id: I24caa53a66da4d724e4f8e5d4b06c7d3e9633f5e

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [a0bae848d42b675e4638420d632d710ed3cf76c3]

        coverity#736486 try and make coverity see through this better
        
        Change-Id: I53d858cad02ae2c8f36de926b380d3a50810e141

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [401a8cecee5861d37bd91239200dd49719a0cac4]

        return value unused
        
        Change-Id: I22276dd551c4d1311a113ce6c38cc5eb97ed12ef

2014-02-12  Timothy Markle  <tmarkle7@gmail.com>  [2ce5d7d2efdde745719f86be4aa6cceee5407e13]

        fdo#66822 - refactor HTML export of image to bullet list
        
        Replaced src attribute with style attribute in <ul>.
        Removed invalid width, height, and align attributes.
        Removed two unused variables rSize and pVert.
        
        Change-Id: I40390bd02c7fb11a445da44d33492a59c8e6372c

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [c2056dc4af2959066d0dd3918fbe742d206e195c]

        coverity#705850 Dereference before null check
        
        Change-Id: Icb7dc092c1511006ab6592425d443dadcaeb1784

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [17fd9447264fd75fe990e40e5faab42c9720504c]

        coverity#708164 Uninitialized scalar field
        
        Change-Id: I7de5d34dc2964f91cb4daa0eb754f9ad02e83667

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [655514515794d221955c75510b261210a0d4a3ca]

        coverity#738374 Uncaught exception
        
        Change-Id: I68e317d7f7a419ed5901d745a9477e0d4570db45

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [be1fd3b6ac097e6360561f91947e2a0f15900d85]

        coverity#738381 Uncaught exception
        
        Change-Id: Ie94bd97976f98cad5f21c96ef7344d4e66983fcc

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [4cafc422990a61686470308270a3f88606d55a7b]

        coverity#738382 Uncaught exception
        
        Change-Id: I927b3a9b4961f733a41b917929b304196d273fc7

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [fef8fb7a8cca7e12ac6c51a41f9bf6246de34e90]

        coverity#738383 Uncaught exception
        
        Change-Id: I70c710fe93aa864c2b1ca15d7ae1c04a158c149d

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [7a9bdd799278743478f8cc7838b32c3b9870121d]

        coverity#738385 Uncaught exception
        
        Change-Id: I74c6b17ce72f1c8d4bb8c47e6745f1471b4b4580

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [34f79b088832a893e2c6e291e16270a62e457c62]

        coverity#738387 Uncaught exception
        
        Change-Id: I5950be0f874587ed3f4776b329401e43e6407bda

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [1fd10ae66c1024e2105c268a04cdce7c6e8c2868]

        coverity#738392 Uncaught exception
        
        Change-Id: I342ab51f99fd589e79bf650befc5506ab04c3fc0

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [67d8131250d88cc67d03bddb0d594e3b0b1f9609]

        coverity#738397 Uncaught exception
        
        Change-Id: I727cc99662cd5bb93a795e51744086c0e005152e

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [ec95de6198dc329efe8ad644f075337d22479150]

        coverity#738398 Uncaught exception
        
        Change-Id: I51d0c9feaf34482382451d77ce39eec84d10f01f

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [70e3691090501df9ee281c875c89cf65df2de24b]

        coverity#738400 Uncaught exception
        
        Change-Id: I8567bda45c4f1c9d90dbbf69368a74e27b79d9b0

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [0e0f99aed411ded56100eb737b083015c2f208f5]

        coverity#738402 Uncaught exception
        
        Change-Id: Ic70b2b39d45a1e69be525071f9da214ccc4c5422

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [7717150491e73ec61eeb3aa1bc4d86d7e3a7dce1]

        coverity#738403 Uncaught exception
        
        Change-Id: Ie8b6586b29976abddd204ad5150edda13bf27230

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [0321ebad5645866a244cea0fa16cb00b9c49eace]

        coverity#738405 Uncaught exception
        
        Change-Id: Id6a851ec0799e2064b4b20c4a5dcefa4d5b81ee1

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [0fe927672450502cf0047a5ef4ff96edf4ca0c0e]

        coverity#738409 Uncaught exception
        
        Change-Id: Ide9369142230f1f2732aff1e6242299580eb9e65

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [5cd19ed6edad7ca4871f75c32283393a7cfcd810]

        coverity#738411 Uncaught exception
        
        Change-Id: I9ef08a451101a65816d3ee00d4bf6e27c536eb0e

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [99ab7e44e4c5511445b3164008860765908f9946]

        coverity#738412 Uncaught exception
        
        Change-Id: Iece48b2b8682b38854ca50f158587f9de050e71f

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [e0abe02ed51bb626725643debd6d7134bd40c220]

        coverity#1079301 Uninitialized pointer field
        
        Change-Id: I8b8ea2d56d5aac9e5577e60b44b4d2eddf265dce

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [ced290dd025b5fc1f448694564043a34ca461b42]

        coverity#1079302 Uninitialized pointer field
        
        Change-Id: Icf395a9784ca0992e92f793bc556293a7d4870ce

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [c92c8b28bd199286b5e9b0d8c6ad6b85e33b2ae3]

        coverity#1093230 Dereference before null check
        
        Change-Id: I6ec85d718726f874864be93268a88604fb84a2b2

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [e414cdbf3321d579537b372d815d50c31195ecc3]

        coverity#1103660 Division or modulo by zero
        
        Change-Id: I468b218635e10e04bb25150b6275e187ba8a8316

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [19cda6c79c6e2f2c77a6ec25fcd28e4c1bea5268]

        coverity#1103661 Division or modulo by zero
        
        Change-Id: I1506e4e0b1dccac1e9f3dc3094268eaa89d3f6be

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [542988856011fad099cfbe6ba93305fb6a4e0214]

        coverity#1103671 Unchecked dynamic_cast
        
        Change-Id: I7a0e483550b0f7bbe91f20acde5a09ca43eb02c2

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [6f3fd680ea3769384a98fa620532a64d12fede4a]

        that delete of pWrapPolygon looks dodgy to me
        
        seeing as it is only conditionally replaced later
        
        Change-Id: I6801de8472b88f37a34aea260336750cb3c47015

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [3337331359cdc530549932de3e84bf1d2334579d]

        coverity#1169881 Use after free
        
        this method is *way* too long and convoluted
        
        Change-Id: Ib34d400043358a5426bbf5652e0bb12f8c49312a

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [2aa0a5230361faef1e053c0badebdd99353dfd71]

        SetCaptionFmt never called, so pCaptionFmt always NULL
        
        Follow logical consequences of the always-NULL.
        
        And, depressingly, big slabs of the IA2 caption code
        in writer doesn't actually do anything.
        
        Change-Id: I35f7ffac19db683010b656b3c88f81b65233b080

2014-02-12  Caolán McNamara  <caolanm@redhat.com>  [0d3082dbf2e87bed462246307a13e206f7617081]

        callcatcher: update unused code
        
        Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b

2014-02-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2efd433478cf4820b308b20cf42595345e023af2]

        drawingML import: picture with scheme color
        
        Theme fragment must be loaded for pictures too.
        
        Change-Id: If4c412926319df2beaecfc120065bd011fc3eb57

2014-02-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [682ab832522b1349f1714bcb16f6e83468ea2920]

        drawingML export\import: cropping of shape's fill texture
        
        In Writer shapes had no cropping property so far. With this
        commit this is introduced as a FillProperty and has the same
        type as the cropping used for pictures
        (Picture context menu > Picture > Crop).
        
        Layout and UI will be an other step. On the UI it would be placed
        on the Shape context menu -> Area, when Bitmap is selected as fill type.
        
        Note: In case of picture/graphic, cropping property is imported from
        and exported to a:srcRect instead of a:fillRect.
        
        Change-Id: Idc1ed2d40cb20b6992e94f14e7e4d853e1f55d02

2014-02-12  Noel Grandin  <noel@peralex.com>  [b16f90f33143e6c8c9e8e2fa9cc55797b5bbff12]

        remove code in dead HTML_BEHAVIOUR #define
        
        git grep found nowhere in the codebase that this define is being
        set.
        
        Change-Id: I63e18e8f47b5e58ff96b075ddb4bc9a36e1dc80e
        Reviewed-on: https://gerrit.libreoffice.org/8002
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Maxim Monastirsky  <momonasmon@gmail.com>  [501a0142ec67460e60b23cae8127b3c8aa5874e9]

        Invalidate SID_TABLE_VERT_
        
        Change-Id: I9538adf46e53b260beb002e9321a5c79673241c3
        Reviewed-on: https://gerrit.libreoffice.org/7993
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Maxim Monastirsky  <momonasmon@gmail.com>  [729b386ee0f33d8d5e4c96f5bd2894d51b1c7476]

        Add some missing commands
        
        This will load icons for the relevant sidebar buttons (in
        paragraph panel, used with a drawing object).
        
        Change-Id: I5426a873db3b8b9f5d7a17c99c35529aceaf381d
        Reviewed-on: https://gerrit.libreoffice.org/7992
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Maxim Monastirsky  <momonasmon@gmail.com>  [a90b2b20fb15a9187ec43bb9c448cbedaeb30633]

        sc: refactor ScDrawTextObjectBar::ExecuteAttr
        
        Avoid code duplication, and make some actions to not depend
        on args.
        
        Change-Id: Ie2b32864f567f636843fb552bb0763e527322551
        Reviewed-on: https://gerrit.libreoffice.org/7991
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Andrzej Hunt  <andrzej.hunt@collabora.com>  [c47db038f98aaf7aec3cbe57c4e5683591afa23e]

        fdo#52547 SOT: Prefer embedding image data to embedding linked image.
        
        When copying an image from e.g. Firefox or Chromium the clipboard
        will contain both the image itself, and the url of the image --
        presumably it makes more sense to store the image data itself if
        it is available -- the order of the items in the *_FREE_AREA_Copy
        defines the order of preference for which data in the clipboard
        should be used.
        
        Change-Id: Id8b862a9f2fce3a34adbb16509e9b7372500a239
        Reviewed-on: https://gerrit.libreoffice.org/7928
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [307684b2c735947e81aa061b8e16fa197fc15857]

        Clean-up svt::ToolboxController inheritance
        
        ...and fix its XTypeProvider::getTypes
        
        Change-Id: Ic36b17b14da21a29ca5530dd5e2ad03ee3da0782

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [435a5e70710c559e261fcb2063782d0b4543bacf]

        Remove pointless "shizhoubo" comments
        
        Change-Id: I50521b0dab7325313ed5a3303f09a0692d76d19d

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [f45183d26f45d1e19a474e24e6c9c530808ca35d]

        Unwind comphelper::OPropertyContainer_Base typedef
        
        Change-Id: Ied87e18f8297fb8e85fdbcab38d719664e3ed066

2014-02-12  Vort  <vvort@yandex.ru>  [9616b786adb9491f7c26fc0f1053e7b3d1b35f27]

        fdo#45003 PDF import: Implementing linejoin and linecap properties
        
        Change-Id: I4b09cd7b970d5aca4500ae333edef0e4c2f618b9
        Reviewed-on: https://gerrit.libreoffice.org/8009
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-12  Mihkel Tõnnov  <mihhkel@gmail.com>  [51fc602184ab8d1afbfb183a3d25b1122c8b1e29]

        corrected Estonian [et-EE] quote characters
        
        Namely: Estonian has several sets of correct quote mark glyphs for double
        quotes („”, „“, «» are all common), however the Institute of Estonian
        Language [1] recommends using the first of these, i.e. „” (99 low, 99
        high) [2]. As for single quotes, Estonian texts rarely use them, except in
        a few fields such as linguistics and biology -- and both ‘’ (9-9) and ’’
        (6-9) are considered correct [2, 3]. However, apostrophe in the beginning
        of a word (which is effectively the same as a starting single quote) can
        also be used to indicate omitted character(s) -- but there, only ’ (9) is
        correct [3].
        
        [1] Eesti Keele Instituut, the main official body which maintains and
        studies the usage of Estonian language; http://en.eki.ee/index.php
        [2] The last page of
        https://docs.google.com/viewer?url=http://keeleabi.eki.ee/pdf/164.pdf (in
        Estonian)
        [3] Handbook of Estonian Language,
        http://www.eki.ee/books/ekk09/index.php?p=2&p1=11&id=86 (in Estonian)
        
        Change-Id: If88e6e03e3e4aa1919a25dbe2fa2ffc8c9a04f4a

2014-02-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e3e7f89a0f1faf67b438098281ed6f659eac91e]

        DOCX export: avoid 0 or 1 relativeHeight when it's a real value
        
        The z-order can be any number, Word uses kind of random 32bit integers,
        we count from 0. It turns out 0 and 1 may have some special meaning, as
        counting from 2 (instead of 0) fixes the visibility the problems in the
        bugdoc.
        
        Change-Id: I695a625fc0ab8206cc09896bcf02ff7689f1defc

2014-02-12  Jan-Marek Glogowski  <glogow@fbihome.de>  [1a12777f46954045afbe8fffa6dd199b4b338762]

        Export MailMerge cancel functionality via UNO.
        
        If you start a mail merge jobs via UNO, there is no way to cancel
        it. But the functionality is already implemented and used by the
        LO internal mail merge dialogs.
        
        This patch adds an optional XCancellable interface to the MailMerge
        service and implements it in the SwXMailMerge class.
        
        As the XJob::execute function already uses the SolarMutex to
        prevent parallel runs, XCancellable::cancel can be implemented by
        storing the SwNewDBMgr in the private variable m_pMgr, protected by
        a mutex.
        
        The bCancel member has to be converted from a bitfield value to a
        real boolean, because otherwise all bitfield values would have to
        be protected by a mutex. Bitfield assignments aren't atomic as you
        always have to replace at least a byte.
        
        Change-Id: I007cc23fdf04ccfca7d3cd6180b0e17e99f53061
        Reviewed-on: https://gerrit.libreoffice.org/7190
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [2eb142f4207f921dfeb6f9d5cd34cb0fb288bdd1]

        Add unit-tests for DOCX preservation of 'table cell redline'
        
        Added unit-tests to make sure that 'table cell redlines'
        (e.g. - table cell was inserted \ removed) are being round
        tripped correctly from a DOCX file.
        
        Change-Id: I773cb51a39654d2640200489d5199361b56396c7
        Reviewed-on: https://gerrit.libreoffice.org/7878
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [795e71626e2feeadef64e0535a14acf60ccb3b89]

        DOCX Export of 'Table Cell Redline' (like insert cell or delete cell)
        
        This patch adds support in the DOCX exporter for exporting the
        'table cell redlines', such as 'inserted a table cell',
        or 'removed a table cell'.
        
        Change-Id: Ic37d2550691f1090a580dae57d597c8fd09c7ad9
        Reviewed-on: https://gerrit.libreoffice.org/7877
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [c4c1fa13989c8bd4f7a4ba8f57be4c7a40522b8f]

        Add XML dumping of the new 'SwTableCellRedline'
        
        Change-Id: I4072130ff0ce712f02d1dd8f12003170116216a2
        Reviewed-on: https://gerrit.libreoffice.org/7876
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [a8db386ad206029ab8c769856f8c452db8712c2b]

        DOCX import sends 'table cell redline' to SW core, and core stores it
        
        This patch adds support in the DOCX importer for the 'table cell redline'
        to be sent from the DOCX importer, using UNO (as a property of the
        table cell) to the SW core. Once it reaches the 'table cell' - the
        'set property' detects this property - and creates an
        'SwTableCellRedline' object for it, and adds it to the
        'SwExtraRedlineTbl' object.
        
        Change-Id: Iba038f4109d5505b94cea548e73c614b5cc1b637
        Reviewed-on: https://gerrit.libreoffice.org/7875
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [9010336d0eab3cd0d4f1ac17126900e12ffa846c]

        Add code in DOCX importer to handle 'table cell redline'
        
        Change-Id: Ic1e2cb1873dc696311382108868abc4aee00baef
        Reviewed-on: https://gerrit.libreoffice.org/7872
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [c90bc80feee6283ed6d5d3eb5edbbb3f7199ccb4]

        Rename 'makeTableRedline' to 'makeTableRowRedline'
        
        Change-Id: I257ef3cc360c74fb83c65e4be9967e9f84ba9af3
        Reviewed-on: https://gerrit.libreoffice.org/7874
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [06a887ca92f35b4e44dfc638a9a444fc636bc9d0]

        Add support for 'Table Cell Redlines' in SW core
        
        This patch adds support for 'Table Cell Redlines' (such as 'table cell inserted'
        or 'table cell deleted' in SW core).
        It adds the 'SwTableCellRedline' object, and adds a function for adding
        objects of that type to the 'SwExtraRedlineTbl', which is the object
        that holds all the redlines which are not 'Ranged' redlines.
        
        Change-Id: Ic2e410be58683f171ea07d430b7544600780711e
        Reviewed-on: https://gerrit.libreoffice.org/7873
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [8805a3b77bd6777154d5ce3826f211c53b4f7603]

        Add tokens for 'table cell insert & delete' in DOCX's model.xml
        
        Add appropriate tokens for importing the 'table cell insert'
        and 'table cell delete' token in the DOCX's model.xml file.
        
        Change-Id: I328dfde1cef42f1c61ea0c481552f07ea7683def
        Reviewed-on: https://gerrit.libreoffice.org/7871
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [6429d3f5eee8ca1f069be5828b99fa40a6dd4c51]

        Add some property IDs in the DOCX importer (for future table redline patch)
        
        Change-Id: I54cfe0faac1fd3d75fb6931863008b9db86191d1
        Reviewed-on: https://gerrit.libreoffice.org/7870
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [5a99f7cf6ae3e509da60f9ff7a7cf0ceebde6b2f]

        Add tokens for 'table cell' redlines (future patch)
        
        This patch adds 2 tokens for future patche's use of table cell
        redline preservation.
        
        Change-Id: Ic0ec4122eeaf66c6f0ebff9251fbc38596877541
        Reviewed-on: https://gerrit.libreoffice.org/7869
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [89959563022ff2385d80ff481bbeed21b86f9c2c]

        Add unit-tests for DOCX preservation of 'table row redline'
        
        Added unit-tests to make sure that 'table row redlines'
        (e.g. - table row was inserted \ removed) are being round
        tripped correctly from a DOCX file.
        
        Change-Id: I369dd32e7372d0cf0add19197f07d0ad604e9ef0
        Reviewed-on: https://gerrit.libreoffice.org/7849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [49dde4cd421181021e2d211514788b495b94c95b]

        normalize values of SYSTEM_RHINO, SYSTEM_LIBLANGTAG
        
        Change-Id: I656e90024d35ef8189727e6a39815ef4e4fb330b

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [7d2f7c6d7eab19fd8d692ed0f162c70103b091f0]

        normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSH
        
        Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [32db4993c469613362211e7ef8423da6d7f4b182]

        normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORT
        
        Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [8555b378596b19c122fa29a22f77a576a211c1fc]

        normalize values of SYSTEM_BLUEZ, SYSTEM_MESA_HEADERS
        
        Change-Id: I166de66dd8cd58a05e1a9e8d2f25bf95b98297fb

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [ab586f14e0b3104c0c5c9e483bceb9d937ff1b3c]

        normalize valuse of SYSTEM_MYTHES, SYSTEM_LPSOLVE
        
        Change-Id: Ie61f6a0e572dcc3cdc4cbca698fb90d67f9a87ad

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [9fc9e9cfec84de414fd59239203745fd458ac753]

        normalize values of SYSTEM_HUNSPELL, SYSTEM_HYPH
        
        Change-Id: Ib11dcf94263aefc68ae2e831baeeb957231793ae

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [187194b8aea14350e38bf181dc97c2f1019222f0]

        normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICU
        
        Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [5378deaea3a499003be14f97bd1a9fb3e729a698]

        normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAP
        
        Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [ff69e725c218a36d64153b36eb1fecd2b6057803]

        normalize values of SYSTEM_GLM, SYSTEM_VIGRA
        
        Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [5866b33bdd4be5dbe7981b4775ffa66430e75ad2]

        normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQL
        
        Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [adddbbc4c6cfdcb120eb2f51ee3b88409a2d09b4]

        normalize values of SYSTEM_BOOST
        
        Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [5c0e6d86a8c9566249df0c0a4bbecc1ca8124a64]

        normalize values of SYSTEM_CAIRO
        
        Change-Id: I7ba86a2606d585b7b4351bc1fcd6d8ceebca5fd7

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [0443d0a90ecb9ac54484c1c2c6b9d74892eb35ae]

        normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN
        
        Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [379f978387a8b017a41c2682c0b39444f17a2230]

        normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADB
        
        Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [46648159bfc18cf29196ae8eba5a64decf10c45b]

        normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEG
        
        Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [04ff535f72c1fbc5f7dbc8cc54ed9b23f7e130f9]

        normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG
        
        Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [23647595d77b85b5dac0d5762987a3ba2533ffd9]

        normalize values of SYSTEM_LIBATOMIC_OPS, SYSTEM_FIREBIRD
        
        Change-Id: I89802da0ad7f7bf838a8937430825b0adf42a6ee

2014-02-12  Michael Stahl  <mstahl@redhat.com>  [e3abec3f07f2a710bfce66f77b33f494e2aa4972]

        fdo#74825: fix missing lcms2/libxslt/curl in installation sets
        
        The assumption that all configure variables had been normalized to
        TRUE/<empty> turned out not to hold; convert a bit more in that
        direction.
        
        (regression from 4af38b099c741c3676aefeb20c515913aaeed666)
        
        Change-Id: I2127c515e8a833a07c9b26ed9d693ce5a1853fe4

2014-02-12  Adam Co  <rattles2013@gmail.com>  [b62f5c2a22d968d06ea9e638126278bbd1158bf6]

        DOCX Export of 'Table Row Redline' (like insert row or delete row)
        
        This patch adds support in the DOCX exporter for exporting the
        'table row redlines', such as 'inserted a table row',
        or 'removed a table row'.
        
        Change-Id: If07e3496d8cab8b93b10c6ae3bcaec49369a8c2d
        Reviewed-on: https://gerrit.libreoffice.org/7825
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [198733f7efbd552e6c0b7fde480474cd1020c250]

        Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'
        
        These notes are to make sure if logic needs to be added for the
        'SwExtraRedlineTbl' in these functions, in addition to the
        'SwRedlineTbl' that is already there.
        
        Change-Id: I7778b4e20f5323a925d05a7df0c727f443566662
        Reviewed-on: https://gerrit.libreoffice.org/7823
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Adam Co  <rattles2013@gmail.com>  [50eb0490e328e6d0ceb9b0550d97d5fc4220a82f]

        DOCX import sends 'table row redline' to SW core, and core stores it
        
        This patch adds support in the DOCX importer for the 'table row redline'
        to be sent from the DOCX importer, using UNO (as a property of the
        table row) to the SW core. Once it reaches the 'table row' - the
        'set property' detects this property - and creates an
        'SwTableRowRedline' object for it, and adds it to the 'SwExtraRedlineTbl'
        object.
        
        Change-Id: Ifd9ba680a722b54116b07dca54841dcba599c517
        Reviewed-on: https://gerrit.libreoffice.org/7822
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-12  Noel Grandin  <noel@peralex.com>  [257c82d924e9c6621c5e631aff29daacc8c4b8cd]

        cid#982633 missing break in switch
        
        Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d

2014-02-12  Noel Grandin  <noel@peralex.com>  [c60e1800d69ca416da4bb44990a5585fd0aa9439]

        cid#982362 missing break in switch
        
        Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810

2014-02-12  Noel Grandin  <noel@peralex.com>  [9d65f6c7ea859b9e72b7a6886413cbb07b1d35c2]

        cid#736071 missing break in switch
        
        Change-Id: I5a15a1410426ad0941dbb2b73aaf31f78db19362

2014-02-12  Noel Grandin  <noel@peralex.com>  [6bfb8f45710b10003852ac08cc2ac755208bea04]

        cid#736039 missing break in switch
        
        Change-Id: Icb3379a0f1019f7dea7eeda68a1987486d9b6456

2014-02-12  Tor Lillqvist  <tml@collabora.com>  [7e9ac5952711400ad856b3328c5cc00c05cec6f2]

        We don't need CreateDialogFactory() for non-DESKTOP, I think
        
        Change-Id: Iced798f51fc2a46ede0c8e67d63941eca69ad208

2014-02-12  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [064c628842161c88814ed175bf44c4eda5061f37]

        fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..
        
        Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c
        Reviewed-on: https://gerrit.libreoffice.org/8001
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [237d2c923b77479dbdf07db7bd926c45b01b8fc8]

        Don't set JAVA_HOME on Mac OS X
        
        ...for one, it doesn't appear necessary there ("needed for awt"), and for
        another setting it according to Oracle's JRE 7 would prevent a subsequent
        visit to the Advanced preferences pane from listing Apple's JRE 6, as launching
        that java and reading its system properties would be fooled by the JAVA_HOME and
        report the Oracle system properties instead.
        
        Change-Id: I02d82de6113b44b3cae3fb55cd83177fe852d769

2014-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4668f2c48db7fc6df2e7914f683b26f419cd9ae]

        disable the test

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [ba826a22c63b5045d93a91f13c2ba856bdf77a64]

        Simplify string handling
        
        Change-Id: I1b79bfd7e7e92fc8f4937e6b9ae9ec9468839ea6

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [972d71dafda82f227149cb2e4fc6eb3a84886d89]

        At least assert here
        
        ...or is that assumption incorrect and GetOldPageDesc should rather return a
        pointer that may be null?
        
        Change-Id: I256b9085d5143c3cf2f8d3146d109c3c99edffc2

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [151f3d665581d887cda1e36b817afb124c5c789e]

        Do not reference a dangling OUString
        
        Change-Id: I0908d1300d0d1acb515345ccbdf6cdc2bf44d6a5

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [7fb6ae28ae7bebd67c2b9bf2cf517f1f7bb2777e]

        nPDescPos is never read
        
        ...since b48f4e99e1d2935f84bc2fac1e6670dd83939673 "#86296# use page descriptor
        only if necessary", and this nicely removes the odd
        
          for(i = 0; i < nPDescCount + 1; i++)
        
        loop that read past the end of the maPageDescs vector.
        
        Change-Id: I9b0f24231774eef7231eff4b053fd56c020c6e69

2014-02-12  Stephan Bergmann  <sbergman@redhat.com>  [fa2045807a5dce837bf9392528fcf88ceccd356f]

        Improve output in case of test failure
        
        Change-Id: If094349998d41972f50e12363a5a223ee87fdcec

2014-02-12  Noel Grandin  <noel@peralex.com>  [e29c77479d7cffb6d2b5a4b68f5bc0ae93855ff3]

        sal_Bool->bool
        
        Change-Id: Ibd272f99af356d3dd16feeca2354dc502c685218

2014-02-12  Noel Grandin  <noel@peralex.com>  [4b852b30ad8bb7ae1e8eda40b7c9638ff79e88e6]

        sal_Bool->bool
        
        Change-Id: I82da14d2dec7f6110d1f6b7c4ece1f3498d82b6a

2014-02-12  Noel Grandin  <noel@peralex.com>  [365d3105c97182def553d7dca4a88a59fce73d08]

        sal_Bool->bool
        
        Change-Id: I3d7d146723900b676e852132e8b99b60122c0b2b

2014-02-12  Noel Grandin  <noel@peralex.com>  [68c80b09e8613be0250a1583cd43c196be85715a]

        sal_Bool->bool
        
        Change-Id: I91b9c5bf42e4a094faf9a579814814f19a1bc8fe

2014-02-12  Noel Grandin  <noel@peralex.com>  [a5b444d21fe53bf80ffb6e5973c528f63e381fd6]

        sal_Bool->bool
        
        Change-Id: Idcb3f9960b158518c21bf3023bae75691a0a22d1

2014-02-12  Noel Grandin  <noel@peralex.com>  [8c16c5bcfbb2844663a5b054cb55ef81a8c01dbb]

        sal_Bool->bool
        
        Change-Id: Ie2c2daa5ec370310946af9c9a77cededc6331302

2014-02-12  Noel Grandin  <noel@peralex.com>  [903fa82bbd6c48b47e516a84af2e58014c50e933]

        sal_Bool->bool
        
        Change-Id: I1a0f907d0616c5177a8e318193f01bc3febcfdbe

2014-02-12  Noel Grandin  <noel@peralex.com>  [615ad147fdbd3fafa8a4bf2f901de9411d7defb5]

        sal_Bool->bool
        
        Change-Id: I8a72f7d11a62cc70edeae34c87a9274266414432

2014-02-12  Noel Grandin  <noel@peralex.com>  [04935907f22ddd1e5069e9263707ff32a930b6c7]

        sal_Bool->bool
        
        Change-Id: I5b36c8dbefb63ee84d33e9bf1a472c2bbb8b34f0

2014-02-12  Noel Grandin  <noel@peralex.com>  [c04fa61cf3e793b497d55003821ce9fd16be8728]

        sal_Bool->bool
        
        Change-Id: I9d2b6313b8ae2b02286ed42254a292a853904b81

2014-02-12  Noel Grandin  <noel@peralex.com>  [49b78a5d67cf808736497f888163bfb10cffec3b]

        sal_Bool->bool
        
        Change-Id: I89492db6557109623418c610f8dbbee021d1eb5a

2014-02-12  Noel Grandin  <noel@peralex.com>  [c32f314d55f5d7d1a574cce30b2cc02f1713b9ff]

        sal_Bool->bool
        
        Change-Id: I19976ae2251c3f356c878538f12485af9516abf8

2014-02-12  Noel Grandin  <noel@peralex.com>  [bcaf811e3b63109e9b0982d6727b03c4807c7333]

        sal_Bool->bool
        
        Change-Id: I13afb78450ef81e2269ab9a39a3f358e43f6f264

2014-02-12  Noel Grandin  <noel@peralex.com>  [a79f1097eed72fcc5a9edc64f31b17ee29558fc3]

        sal_Bool->bool
        
        Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259

2014-02-12  Noel Grandin  <noel@peralex.com>  [3876dcbf859811d618e6fd30b755d03798ef2ff9]

        sal_Bool->bool
        
        Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea

2014-02-12  Noel Grandin  <noel@peralex.com>  [11679c2c20241b6b3f6f8982b18c822e978ee76b]

        sal_Bool->bool
        
        Change-Id: Iee828ef0f5f4ed0192291c4681fbc8df6e863b7e

2014-02-12  Noel Grandin  <noel@peralex.com>  [5d38824834b68e32062984f30acac7a741eda535]

        cid#736038 missing break in switch
        
        Change-Id: Icca673a955441da87921e530c4bfe6c8f0e79723

2014-02-12  Noel Grandin  <noel@peralex.com>  [78ec17eb6bbaa5518ce2bc0a08a6d7a6f27cc8b3]

        cid#705350 missing break in switch
        
        Change-Id: I8f01d7b3406eed629b08082c5a1c9e1466d954f1

2014-02-12  Noel Grandin  <noel@peralex.com>  [69b31ea3d88f831fb771f4f160a7e227dd373478]

        cid#705349 missing break in switch
        
        Change-Id: I1e76cb8878968adffb1c8bebfc90786025a2b7c3

2014-02-12  Noel Grandin  <noel@peralex.com>  [a9cb2af8c29accba8dc1573859965ccca3e2edd7]

        cid#705344 missing break in switch
        
        Change-Id: I734d4ed0dbb7b1cdf7640b76d88ea1ff2d19da4c

2014-02-12  Noel Grandin  <noel@peralex.com>  [746028f5c56eb80ad6b9474e5927a62b0c4855a6]

        cid#705343 missing break in switch
        
        Change-Id: I0fe11a71223c15937917a1a06a9078e856f0f67f

2014-02-12  Noel Grandin  <noel@peralex.com>  [fc9460b55fb96a8727ae77c7ef63e4598b9a9565]

        cid#705318 missing break in switch
        
        Change-Id: I0501c028bbb930870d9132a23f78e2dc4c77843f

2014-02-12  Noel Grandin  <noel@peralex.com>  [05e029801c7908e9460c055701bff6a9b1ddc365]

        cid#705311 missing break in switch
        
        Change-Id: Ib7533b0af88c2bf8b7fbeccc92525721b376bb71

2014-02-12  Noel Grandin  <noel@peralex.com>  [73fd2bb1979c37d03619391f95f3075dcb6eca4e]

        cid#705265 missing break in switch
        
        Change-Id: I1e2b7f0b8484bb872ca0a0d745b97e1927295662

2014-02-12  Noel Grandin  <noel@peralex.com>  [7724fb35e7e8d80e80b30874183a851a512555b7]

        cid#705260 missing break in switch
        
        Change-Id: I4191520694105e16c1fa5d6cc6af3dd7225f3f5f

2014-02-12  Noel Grandin  <noel@peralex.com>  [124e69df7b064d12aed866c48ae2812c69b75478]

        cid#705248 missing break in switch
        
        Change-Id: I325b95900e7a5ec927e8c38a687a7fe8058bbdfa

2014-02-12  Noel Grandin  <noel@peralex.com>  [83c51ee1adc7884f18b5927a39bf6629054e56e8]

        cid#705240 missing break in switch
        
        Change-Id: I285234d31b027ca7862fbcb77dc9f13ca4e10463

2014-02-12  Noel Grandin  <noel@peralex.com>  [5c046a008345e35941271a25fd0995bf01c30c3b]

        cid#705226 missing break in switch
        
        Change-Id: Id9457d2e7a6778fee9fa5ec32d2bb97cb8b7d296

2014-02-12  Noel Grandin  <noel@peralex.com>  [49ba7d0e6572a021566f7f11838213f530be7a16]

        cid#705213 missing break in switch
        
        Change-Id: If38d94453adb5014e9f044d2e6b518f6dd6468d7

2014-02-12  Noel Grandin  <noel@peralex.com>  [a3682484c69500886931d921b886d63fa289d853]

        cid#705188 missing break in switch
        
        Change-Id: I5e777801a7df934f61182f6df8f66fc18d00073c

2014-02-12  Noel Grandin  <noel@peralex.com>  [25c1e9cca2e43e84e11122cf3175bec76fa58934]

        cid#705176 missing break in switch
        
        Change-Id: Iaa331cc259aed93ffa7c3544586f800a795cc25d

2014-02-12  Noel Grandin  <noel@peralex.com>  [28820607754239b9344c858dcad5f71a0aa85abe]

        cid#705175 missing break in switch
        
        Change-Id: I4565f3eab411a706eddc665b5b35f3b940b4a52c

2014-02-12  Noel Grandin  <noel@peralex.com>  [a3395aab4a2371a12aa722ea2bef9152d3096880]

        cid#705174 missing break in switch
        
        Change-Id: Id3563f949a210ea4af59a96bbbbbb615368b06c2

2014-02-12  Noel Grandin  <noel@peralex.com>  [d99b187fb756f9151f5f99e653b403407661698e]

        coverity#705173 missing break in switch
        
        actually just some extra semi-colons
        
        Change-Id: I859b03c98b3ccbb0320a85ed8ca7894ca51c36d6

2014-02-12  Noel Grandin  <noel@peralex.com>  [45529c976bc834e1b9b6556daf529a19d006485e]

        coverity#705143 missing break in switch
        
        Change-Id: I3155c4a61b63d2b0717b135d692141029fef5c73

2014-02-12  Noel Grandin  <noel@peralex.com>  [878748d82dbad62781f0c81618781262fe0a149a]

        coverity#705142 missing break in switch
        
        Change-Id: I32a819a5689f0818866d6920b1ad86328e8e97e3

2014-02-12  Noel Grandin  <noel@peralex.com>  [d91226da029b1707b794c2326321aab29bc95446]

        fix spelling of property constants
        
        Change-Id: I6e40105815f7a2fa7d6b9492e121ea010a75583a

2014-02-12  Noel Grandin  <noel@peralex.com>  [609f2cd62086da67d9a9dd85a5b7b2a7348318b4]

        coverity#1130420 improper use of negative
        
        Change-Id: I463764faffb1013a8c8d10c64695289080c3205c

2014-02-12  Tor Lillqvist  <tml@collabora.com>  [4e432a178f231bb5147c75dff36687407bb9af43]

        WaE: unused function 'hasNonEmpty'
        
        Change-Id: I8a806caf50df76687a339f583ce57d244553240d

2014-02-12  sushil_shinde  <sushil.shinde@synerzip.com>  [5505cf4f1c7b27662b0e8c0a6db01fd8c52243c3]

        fdo#72520 : Preserving external data path in chart import.
        
            - Preserved external data path for chart in newly added
              property for external data.
        
        Change-Id: I3c49093c9e71cd126c097500b3951a345e81039e
        Reviewed-on: https://gerrit.libreoffice.org/7214
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1779d2a3dde60cf705702fcb132bba46aa38fc5b]

        nasty merge error
        
        Change-Id: I5afaf03c5aee417ea40cea65b2ac51dde7c35918

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [18837a11fff1a93dc489c5427339bcfec4bed6e2]

        a 800 kB file is maybe not the best idea for a test case
        
        Change-Id: Ie59d6e019d140f87a8f5ebb922524a5a2d5218e6

2014-02-12  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [c753c0b937ee4a86ac6a5f2617ffb59f65e7e713]

        fdo#74111 3D Rotation is wrong after Round trip for bar chart
        
        3D Rotation is lost after Round trip for bar chart.
        
        XML Difference:
        Original:
         <c:rotX val="30"/>
         <c:rotY val="50"/>
        Round Trip:
         <c:rotX val="42"/>
         <c:rotY val="42"/>
        
        Implementation:
        The RightAngledAxes should set first then the RotationVertical and RotationHorizontal
        because the RightAngledAxes is needed while setting Rotation.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I64f3b6e56f8515bf6c3d935c59dfaf1d440dba31

2014-02-12  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [ffb1053b287fddd2c96757e5c6825381afc43fa1]

        fdo#74115 Fix for DOCX BitmapFill for Chart Wall
        
        Fixed import and export for chart wall Bitmap Fill in DOCX
        Added UT for the same.
        
        Conflicts:
        	oox/source/export/chartexport.cxx
        
        Change-Id: Id066b0e4c2007fcdfdbbfa67b40307463bf0cfe7

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f38a223d6d455b07a4fdbfe842b2b367306544d5]

        small stylistic changes
        
        Change-Id: I31cbdc8e09474252205edb837bfd1a8a7299b52b

2014-02-12  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [a5f0344b410e2fbf1e80b18fa6d5094f44cc06bc]

        fdo#74115 Fix for DOCX GradientFill for Chart Wall
        
        Fixed import and export for chart wall Gradient Fill in DOCX
        Added UT for the same.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: Ie6caa2b238aeb70f7225145da8c5c78003e73002

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f0d232f7b78edc3a0acff6d2beee97ff8bb2bd94]

        prevent invalid OOXML chart files
        
        Change-Id: I2ccf988a26e5c69f4f14547cfea7cb4fb574b317

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a67f56f78c52161b3934d61848ab9388f75a57a1]

        until we support custUnit make sure that all files are valid
        
        Change-Id: I759a4cc97e2a2adf71322d2aa18fdb11873a538e

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [171bde3d1e3fb5c7d3cd1fd25e6135e2f7272cb6]

        glx 1.3 is already supported in out base line
        
        Change-Id: I4304368ebb5f40cb946290a717240143f845e0c9

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8129a28dbe68bc08ca881b5521e7adc393dd6f80]

        don't crash in mixed reference/no reference cases, related fdo#59853
        
        Change-Id: Iecb4841dae5f5df28c697e1ea9998251d9975b5d

2014-02-12  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [70b30060029c57780d92b652696514d6d4b5739c]

        fix crash when importing unsupported macro content, related fdo#59374
        
        Change-Id: I960c8174454074fd9ddb27fb17244d782c4cb24c

2014-02-11  sushil_shinde  <sushil.shinde@synerzip.com>  [3ec8d33e46046b13abad2daf850e23f896ad05bc]

        fdo#74112 Added properties to store chart display unit information in import.
        
           - added display unit properties.
           - added axis display unit converter class.
        
        Change-Id: Iaa1f9a175b1109c8da7321a1567a04fb981568d1
        Reviewed-on: https://gerrit.libreoffice.org/7720
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-11  sushil_shinde  <sushil.shinde@synerzip.com>  [1d497297ec9bc2ed00bbc8f586a67c76eaa7013d]

        fdo#74112  Write Chart Displayunits information back to XML.
        
           During export access properties stored during import
           and write back those. Currently we just support basic chart
           display unit information such as builtinunit, there are more
           properties ex. custUnit, dispUnitsLbl, extLst.
           which are pending.
        
        Conflicts:
        
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I87e0a8322fc0b0c3df2b8053b7f29fffea611040
        Reviewed-on: https://gerrit.libreoffice.org/7722
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-11  sushil_shinde  <sushil.shinde@synerzip.com>  [83055835b1425b0a9d2fe5dce2f4db2d7a61919d]

        fdo#74112 Preserve Chart displayunits properties during ODF import/export.
        
        Change-Id: I38508b71ee5b3b966e1d36b0d253304fe17c0ec0
        Reviewed-on: https://gerrit.libreoffice.org/7721
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-02-11  Julien Nabet  <serval2412@yahoo.fr>  [7da3f43e636112b30a15d29de2f419d4b82dcb38]

        Resolves: fdo#74820 Failed to recognized Heading 6-Export to MediaWiki
        
        See http://www.mediawiki.org/wiki/Help:Formatting
        
        Change-Id: I6cf50e957d3aef6bff6e86a031da175d5544e98c

2014-02-11  Matúš Kukan  <matus.kukan@collabora.com>  [76f5ce409fc9c3985d475f9e41d1b38cfd9f1ec2]

        more similar handling of InputSequenceChecker as in other places
        
        Change-Id: Ia6efc0eda03dac87c73e720d08f320ce3fc6ce4a

2014-02-11  Matúš Kukan  <matus.kukan@collabora.com>  [5d0638afdf59950a64bc1b8a0794b60de87addc4]

        i18npool: Ctor feature for com.sun.star.i18n.InputSequenceChecker
        
        Change-Id: I7937b5ba09c00448678e71c1786f775998f0f6fa

2014-02-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [42e4d237692a10aaecabbc3499d14d3860d93478]

        ooxml: Preserve color transformations for shape theme colors
        
        Colors can have modifiers like in the following example:
        
          <a:schemeClr val="accent6">
            <a:lumMod val="40000"/>
            <a:lumOff val="60000"/>
          </a:schemeClr>
        
        In the case of RGB colors, the transformations are merged within the
        RGB color itself on import, so there's no need to preserve the
        original transformations, but that's necessary in the case of scheme
        colors.
        
        Slightly modified an existing unit test to check this feature too.
        
        Change-Id: I3a03a56f2b633f283c392e54842b326bd4df316b

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [b436bbf16a324439ad864465bfd9120c03a02f38]

        Resolves: fdo#74681 group related elements into vertical containers
        
        Change-Id: Ie30890a44b5920516809f7df6cc024d9fb6accca

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [927ef371a788d94a002dcf30a30274599832ef32]

        Related: fdo#74681 add tooltips to indenters
        
        Change-Id: If19f115c1374236ffc1022062154778157524548

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [604426cc41770a4af56e1fa8ac1337db34ef32cc]

        convert change chart data source dialog to .ui
        
        Change-Id: Iecccfbcd6b1eaec9d14c594812293c3e2acfda46

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [0b9aa86ec7896775f026ee1a117a014fa8c95581]

        coverity#738614 Uninitialized pointer field
        
        Change-Id: I368137f202b0247e0df4f12c2b09be145086ce00

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [c30677731c55688c764a669ecea1b1c4d17ae57d]

        coverity#706253 Uncaught exception
        
        Change-Id: Id55f2ae36c03db59011ce11538fd45d9e909d5c0

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [3671f9f30cc21187d85f077d96f753a3d4ebac8a]

        coverity#706250 Uncaught exception
        
        Change-Id: I862f30149c46869ad8cb973442a1818af8e9031f

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [50759b9f68652314cec63d55e7e23e0b4f1f770a]

        coverity#1130402 Missing break in switch
        
        Change-Id: Ifd86d24bb6a7957d4da392bed3f5ebda8d0fa690

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [f9d13d6e3c18ec7214861a57d92389ed646a562b]

        coverity#1130400 Missing break in switch
        
        Change-Id: I4f70ffd8fad4034409c8826e7924f5900ff81232

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [7508574a10b1a082770b12b4279acadc22dedfc0]

        coverity#1130381 Missing break in switch
        
        Change-Id: Ida8cdec56a667e46666a0f560ad196d61247fb49

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [01ed55a47ab323d2cbf98398e65a00b509053269]

        coverity#1130384 Missing break in switch
        
        Change-Id: I0c73bd07a96ae45ee59669633d6b98cd5861c2b6

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [44bfdc408eb65bc357adb8404c0451c89293dea7]

        coverity#1130385 Missing break in switch
        
        Change-Id: I1a7903b296d368af5f071ae29810c615c986c351

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [c23e213264168af27226dd8d13fc34d63c068e43]

        coverity#440944 Logically dead code
        
        Change-Id: Ie01738985311c915ca9f2d8dd47ca6cb96d1b26c

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [1f22e2f954baeec825190ded03510cb6c8069d93]

        coverity#735424 Logically dead code
        
        Change-Id: Ibd58c1660edca27141c27f7607f426f9df8d6b79

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [3c1cc16bb7b03e087781ae83262b217a2d23a693]

        coverity#704234 Logically dead code
        
        Change-Id: I9a1010e6a7d830853a79cafa71a867f16fcceabc

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [7c586c41329b57ff31dac1a452a5015b6f9c4432]

        coverity#704224 Logically dead code
        
        Change-Id: Ic113260ff969f3bb670cb8ecaf5d6068dea5dbdd

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [d63170c4c0e0aac6a4ee2163ae052d0cb5bcb435]

        coverity#704223 Logically dead code
        
        Change-Id: I4d5380f7c60ff10d1e1c2560e1e1288eb79cd056

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [c6ea43e7ff99b3c008f9c297310bcf3c1d8b9764]

        coverity#736026 Invalid iterator comparison
        
        Change-Id: If0a501cd19955d472c85341772385afbfe8768ca

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [9d7cba2f91225fa19703ba6f1d884bbe12596071]

        coverity#705125 Invalid iterator comparison
        
        Change-Id: Ifa84db9cc6bd3622a562c31f7624aee6fa157807

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [8130e18b8ca859853c2b69622d4f41954f8e7cef]

        coverity#705124 Invalid iterator comparison
        
        Change-Id: I3066e838c13cd6a937c7dd37da23310ddfb014c4

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [9e422a0d757eb88a976a3b1aeeae936ba6211571]

        coverity#705123 Invalid iterator comparison
        
        Change-Id: I0b055ba0a4c19f6cb6e7b929baee8aee8ca0dc78

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [d613a0e5875e25a7c217d8f490618b1da9aa9b1d]

        coverity#703895 Failed to override method
        
        Change-Id: I5bbd748b40a01a8906945d0363a11e967c45b5c0

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [ed5cf167c695cbf45f3b6150eb8bd36b992963e1]

        coverity#708947 Empty virtual destructor
        
        Change-Id: I3f660aff0c53b1cd35c7ae57bde612daf0950349

2014-02-11  Oliver-Rainer Wittmann  <orw@apache.org>  [50f0bb85b7e18001886fdf8bb03eb1d138838b90]

        Resolves: #i124179# trigger update User Fields...
        
        and related Input Fields when user directly edits a User Field Input Field
        
        - assure that no recursive updates occur
        
        (cherry picked from commit 3c2b5242e81575ec4b6c110afd88894670bd2283)
        
        Conflicts:
        	sw/inc/txtfld.hxx
        	sw/source/core/fields/expfld.cxx
        	sw/source/core/fields/usrfld.cxx
        
        Change-Id: I36af4d5e8008f16737e3ec14c1ec737a5f43d3b1

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [2540c06a238123b1284912d4d85a6ae873fffd2f]

        Updated core Project: help  9258c546f6099aad763cb12fc38586e90c93b814

2014-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [66728778fc4d97180b7822f60e56e3354bbb57b8]

        writerfilter: unused sprms
        
        Change-Id: Ib42ea0d9437eb2ade9c3049a2e9baa7747c5e86d

2014-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2ec3127da35933fc6d5ac47ecedd0267f67c1d62]

        Ensure that vector array has a numeric array of NaN's for empty range.
        
        With this change, we ensure that mpNumArray is never NULL even when the
        range consists entirely of empty cells.  For an empty range, mpNumArray
        will be non-NULL and filled with NaN's while mpStrArray will be NULL.
        
        Change-Id: If5cead26ebe917af150cf7e39e17afe3f310beb7

2014-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b51acfb4c0c7dec0cdc3de5890ebb1c051bab509]

        fdo#74014: Another attempt to reproduce this bug in test.
        
        But still not reproducible in test. Only in the UI. This is maddening.
        I give up for now.
        
        Change-Id: I88e6f4ed19856cf81abdf188dc22a5012e8c4a28

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [27ad211cd382a3800b1ed56ec7cb3bb9321582ce]

        convert show changes dialog to .ui
        
        Change-Id: I29397e454e30bff98644f0c9e0f3a8e00547af1b

2014-02-11  Oliver-Rainer Wittmann  <orw@apache.org>  [91f509fda9a04670e0752a214188be87bce1f2ac]

        Resolves: #i124178# correct export of User Variable Input Fields
        
        (cherry picked from commit b95fa33a4d2827adb8e16de5bae4e535d8c826c9)
        
        Conflicts:
        	sw/source/core/unocore/unoportenum.cxx
        
        Change-Id: If645dd2f02ef0e511e44615339d6403cc469c784

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [2f2111c31c0721df78b467bf5d4615d6b0ca29b3]

        coverity#1027390 Logically dead code
        
        Change-Id: I996cc37bf95e36ca69d1809882e2d6f9a18e9411

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [e36605bae4a6c85ec5f96951b802e07af7b54308]

        coverity#1027397 Logically dead code
        
        Change-Id: Icc53c6fc52e9920ac35b5dc82ff064b8fdf258ca

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [7587973b08c663489d75646e22d3daa64d19f603]

        coverity#1103726 Dereference before null check
        
        Change-Id: I1749ff8bbb16409f40c3148803f9ba2fc5ceadfa

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [5dd3ad8163f68a7f50eb83aad8afc460fa9b03c1]

        coverity#1103730 Uncaught exception
        
        Change-Id: Ic4fd67374ab79856e7c51010af83b8dcee33b512

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [1491cea2c73ad328ddc0b192e85748ce0c545477]

        coverity#1103731 Uncaught exception
        
        Change-Id: Ia56720a1dbc209b048cb9285266e8d897b37cf29

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [4fd069c41a43e3e0398e9dd44908c157db67c713]

        coverity#1103732 Uncaught exception
        
        Change-Id: I3585421107776969efc0888cb581c004cc2aef67

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [0c039a2595bd741a1a785ba23b436f790e0431df]

        coverity#738874 Uninitialized scalar field
        
        Change-Id: I3874c74141520269b43ee3562cc8511d36a31bbd

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [e7f887d341a187f154612480d4cd0edb36269b5a]

        coverity#738872 Uninitialized scalar field
        
        Change-Id: I4086e4a1bb851ada73cd7eb42590e0df4cc1190e

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [6ca45dbb0cb137230e9b3a0ce6d719b981617d29]

        coverity#738581 Uninitialized pointer field
        
        Change-Id: I01738db66ffa1dc2926a84da890e803d54ced76b

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [994362b3bd6d2a988e031828bfb36f1752042319]

        coverity#737276 Uncaught exception
        
        Change-Id: Ie1c73c4ddcf52d75ebae7d6e85f1b85fb2b644c1

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [7dfd6125bf0e02ca892c8cea9eb70cde73aa0bd9]

        coverity#738580 Uninitialized pointer field
        
        Change-Id: I3b2295afa5a86430178c68e61f38a98969708f0b

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [9742d413638d27315d0904f72452f8f01fb617d1]

        coverity#737275 Uncaught exception
        
        Change-Id: I4e1b0cfc50f044b9b66b573c374254fa74607244

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [68d9649f21e4e634737436aa96fe5b57aff5f781]

        coverity#735822 Unchecked dynamic_cast
        
        Change-Id: I88911159659f765e6f2c2f49d3d3e8313b2c9e8f

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [dbc2cbe4f2f5f790f0849a3ed4933cfec20aa2e3]

        coverity#735818 Dereference after null check
        
        Change-Id: I0f2e9e5f826ca8cd9ce81a45b4610b5adf356934

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [4eee115824e8eec8c824f72253d86caf593e0e11]

        coverity#708722 Uninitialized scalar field
        
        Change-Id: I553f573914a60c77184403cdf0478cb5b442475a

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [d69c4535a156799544b3ff9aa7b695911909a1f7]

        coverity#708311 Uninitialized scalar field
        
        Change-Id: I19c19f4e1ae4e8718b44f4a70992113178a6658c

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [5d2d9092ea6ff04399b65bf1b0f2c3f411839d31]

        coverity#708721 Uninitialized scalar field
        
        Change-Id: Ief6411d08837fc7b50bdca71bd33503f8eed16b9

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [16e21955d2936dea4e82428e971c7f51f3088ec2]

        coverity#707953 Uninitialized scalar field
        
        Change-Id: I7ae556a065f250774c7d0f8ca4f6f9c9c2c6c533

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [feaa2f675adca31a6bcd00231ed75ffed1791165]

        coverity#707948 Uninitialized scalar field
        
        Change-Id: I254c5695f1a80eba8a90421da3417969b3e0e8f8

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [a0d5d57386f4c5ebf940d77b490b987c63a36c07]

        coverity#707930 Uninitialized scalar field
        
        Change-Id: Ib652a8a1f81dde1f5ac3b6b7b73376c73777247c

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [ea334ca0c99dfb79c4535197335f69278cd68cfc]

        coverity#707928 Uninitialized scalar field
        
        Change-Id: I14d95bc5aee9a79a7fd6f6f41d6a6b21fb2ebf97

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [d3ef7f5e3fc2b650020c290386749422bfc07666]

        coverity#707927 Uninitialized pointer field
        
        Change-Id: I5011c4dfea02c8fab8ca3ee08bbed7f31396e3ec

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [83e979f61b02373fc0d624a96347acfad3c64e24]

        coverity#707926 Uninitialized scalar field
        
        Change-Id: Ib6dc7e409d89e4824b373db2cd7a13449c3c18ed

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [b2fed833b2815ef0eec42371d994d7882a4b8f40]

        Updated core Project: help  b25ad898a35fc268897622a3068179da5f8d819b

2014-02-11  Adam Co  <rattles2013@gmail.com>  [07c84c123ab1cc65e606812623827fa76103f9c0]

        Add XML dumping of the new 'SwExtraRedlineTbl'
        
        Change-Id: Ifeba2d07391258ebf55ff3aa9f604e679cc5d7c9
        Reviewed-on: https://gerrit.libreoffice.org/7824
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Adam Co  <rattles2013@gmail.com>  [d688069023959ab97d14eb1dbfd5bf6ad3c1b160]

        Add support for 'Table Row Redlines' in SW core
        
        This patch adds support for 'Table Row Redlines' (such as 'table row inserted'
        or 'table row deleted' in SW core).
        This is done by adding a new object called 'SwExtraRedlineTbl' that holds all
        the redlines that are not of type 'SwRangedRedline'.
        Also this patch adds a function for adding these types of redlines to the
        'SwExtraRedlineTbl' object.
        It also further develops the 'SwTableRowRedline' object.
        
        Change-Id: Ic285f33e4f5af8f197d8fc24c2a8a3777755afad
        Reviewed-on: https://gerrit.libreoffice.org/7821
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Adam Co  <rattles2013@gmail.com>  [6cab3069caf9fd5c1ce938d2891e14e6eec7850b]

        Nit-pick: Added a 'default' clause for a switch-case
        
        Change-Id: I241d7cc1cc530b8d3fae7fd7bd185285e16e3b5b
        Reviewed-on: https://gerrit.libreoffice.org/7819
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Stephan Bergmann  <sbergman@redhat.com>  [f12b902d976096b7e2933fddf74e0f4987e35c6c]

        Fix the -Werror=strict-overflow correctly
        
        ...from 2bf2dee04c1d698e586316c2bd18a3e34df4be77 "Werror=strict-overflow."  The
        warning (generated e.g. by --disable-debug --disable-dbgutil builds with
        GCC 4.8.2) orginates from the call to
        
          InvalidateRange( SwCharRange( GetOfst(), COMPLETE_STRING ) );
        
        in SwTxtFrm::Prepare further down in txtfrm.cxx, which inlines the IsIdxInside
        code to
        
          if( GetOfst() > GetOfst() + COMPLETE_STRING )
        
        where COMPLETE_STRING is SAL_MAX_INT32.  The problem is that before
        ba27366f3d6bc6b209ecd5c5cb79a9ee5315316a "Resolves: #i17171# Writer paragraph
        cannot be longer than 65534 characters" that code would inline to
        
          if( GetOfst() > GetOfst() + STRING_LEN )
        
        where STRING_LEN was 0xFFFF, so the calculation on effectively 16-bit quantities
        stayed nicely in the bounds of (32-bit) int.
        
        Change-Id: I958514e52e9102236844eefa4fe92a401be6ab01

2014-02-11  Adam Co  <rattles2013@gmail.com>  [af84f04c10724fdeecfc25de46fa1d54cf905bd2]

        Refactor some code for handling redline in DOCX importer
        
        Change-Id: Id5d0814c1ebbcd85507d11cf562d394a748773a6
        Reviewed-on: https://gerrit.libreoffice.org/7807
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Adam Co  <rattles2013@gmail.com>  [88fbcba044878173f2458eede798f03de25f9cb9]

        Add 'Track Changes Handler' for 'Extra' redlines
        
        This handler will process 'track changes' information for 'extra' redline
        objects (such as 'table row insert\delete' redlines)
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7802
        
        Change-Id: I8dd0bd70dbdcb3cb7eae76595957817de08c66fc

2014-02-11  Adam Co  <rattles2013@gmail.com>  [94429caa64a1dca701f0b120f669bdd561b6ced9]

        Refactor the code for converting 'Date' string to 'DateTime'
        
        Change-Id: I20632258709856cd4c6680e1c8a1d92271ad0453
        Reviewed-on: https://gerrit.libreoffice.org/7817
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Adam Co  <rattles2013@gmail.com>  [25e6760c34f6df45fb60a756af503d6525c46f61]

        Add some property IDs in the DOCX importer (for future table redline patch)
        
        Change-Id: Id9d7e6903d6cd36f04c96fb509da1508d493cef8
        Reviewed-on: https://gerrit.libreoffice.org/7818
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Stephan Bergmann  <sbergman@redhat.com>  [fef4a0f3d4216d77a8a3ce271ce0b0b878d965d6]

        loplugin:implicitboolconversion
        
        Change-Id: I1b8cf992b574fe6155701711a619bad5bfc34265

2014-02-11  Stephan Bergmann  <sbergman@redhat.com>  [6c697a99c90a40492eb8c16466a2082cc2be927e]

        Related fdo#74597: Java on Mac doesn't use javaldx/library path fiddling
        
        ...so no need to return non-empty SunInfo::getLibraryPaths (for the Oracle JRE,
        cf. how this had always returned an empty set for the Apple JRE in
        otherjre.cxx).
        
        This fixes the bug that selecting the Oracle JRE in the Advanced options pane
        didn't stick, because jfw_areEqualJavaInfo was called on a JavaInfo read back
        from XML where nRequirements had been cleared (in CNodeJavaInfo::loadFromNode)
        and a JavaInfo where non-empty SunInfo::getLibraryPaths ->
        VendorBase::needsRestart() == true -> nRequirements == JFW_REQUIRE_NEEDRESTART,
        so always returned false.
        
        (There's multiple errors here.  It is questionable whether jfw_areEqualJavaInfo
        should take nRequirements into account, at least when used from
        SvxJavaOptionsPage.  And VendorBase::getLibraryPaths appears to be only used to
        compute VendorBase::needsRestart, ignoring the actual path data.  But leave that
        for future clean-up.)
        
        Change-Id: I5f004434b1cb7e909a153c43c474a2317f24b0c1

2014-02-11  Matúš Kukan  <matus.kukan@collabora.com>  [b1add8f4acc231875d08e3edcf318865f2630e78]

        native code generator: components tweaking
        
        We should survive without deployment_component_getFactory,
        although Android build may need some changes.
        
        ContextChangeEventMultiplexer seems to be useful.
        
        Change-Id: I20544429425675449ad0471190968c5bfb97bbf9

2014-02-11  Jan-Marek Glogowski  <glogow@fbihome.de>  [8d11531565d746dd6a7938c4f3536ad34698092d]

        Copy mail merge source instead of loading
        
        Currently a mail merge loads the styles from the source document
        and also loads the original source per mail merge dataset.
        
        The new code is based on the MergeDocuments function and swaps the
        loading with an internal document copy to improve mail merge
        throughtput.
        
        For a mail merge with 99 datasets and a two pages document,
        callgrind shows an improvement from routhly 44 to 31 billion
        inclusive instructions for the single SwXMailMerge::execute call.
        
        Change-Id: I6929ba371f81c3ea1f26ea3a25e7751bc53256e3
        Reviewed-on: https://gerrit.libreoffice.org/7433
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-11  Adam Co  <rattles2013@gmail.com>  [e1f90846af87bed94da736236e2eaa10bddfdd7b]

        Add tokens for 'table row' redlines (future patch)
        
        This patch adds 2 tokens for future patche's use of table row
        redline preservation.
        
        Change-Id: I20e6d1dd84a07f515076aaa3cd5b32c492ec476d
        Reviewed-on: https://gerrit.libreoffice.org/7801
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Stephan Bergmann  <sbergman@redhat.com>  [af619501b790ef470828e280b3105a81542bec29]

        -Werror,-Wunused-function
        
        Change-Id: I0b3399478c00e7e6db8973e9e4811f3f75c5a3db

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [55c413b9cb2692b784c6c43a519be08146438237]

        edit->changes->show has empty filter settings
        
        Change-Id: I98999c0f402cf84d89b3a1167480dc27fdbc2be9

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [281bdaaa0b2860ef2f2b08b1acb3f930f81cf020]

        convert manage languages dialog to .ui
        
        Change-Id: I1a50f8715040e64758cf18bee8ca6ac1d04652c8

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [91d714c5ddbc80e770628d0631100783574ed3ee]

        silence unknown packing spew
        
        Change-Id: Ic9fa7761ef03594a9609044a963c838f7dda555b

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [f8c1bc4ac38d497f7a7a65e79b99252e45c2e39f]

        coverity#707925 Uninitialized pointer field
        
        Change-Id: I0e1034a2ef064f9a3a05a0b8837efdff767ea715

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [110c193988a13541c165b126784ec2369ddf4f8c]

        Related: #i97873# (coverity#705407) Improper use of negative value
        
        a pity the other one wasn't fixed when the first one was fixed
        back in 2002 with 0645e6a1a1917fef833358f328b5d56396380698
        
        Change-Id: Ia7ac0f57a6805dc8ff09668198d0530b1cfc31db

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [29eac263c50353d7ed0a4b9027e67c1e198b9072]

        coverity#705324 Missing break in switch
        
        Change-Id: I72c9a16c5236824424b33df353606e3e14aa4607

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [14744ab70865561b8f46acf4a3c2a7f775535904]

        coverity#705161 Missing break in switch
        
        Change-Id: If936313919b41183d3fe657f5e21f885a89838b6

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [4ba25fbab6d4ee0990d71a0d91c843b04670837d]

        coverity#705112 Using invalid iterator
        
        Change-Id: I6d05e418436b9d0b12be977b7842e1230ba3c7b1

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [7c19ff431b5b9f7b5fd3a72d85d0da4acef3e0da]

        coverity#704934 Dereference after null check
        
        Change-Id: I5242f89448431efb4a3f7ad5c84ab685b2e40f68

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [685f84dfc227b98f71e64f3e11a123117ed4e184]

        coverity#704933 Unchecked dynamic_cast
        
        Change-Id: Ia094aca7dbc031eb7b3a205deb953ded2b735e5c

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [9827d35990b85f679fcc24518393ac64f7f0e9a3]

        coverity#704932 Dereference after null check
        
        Change-Id: Ibc0dfcf5195d54158bf93bf2b2fb15dd26ea07af

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [a7302614748f103c4ba8987224c1e89e993d6edb]

        coverity#704930 Dereference after null check
        
        Change-Id: I268945b00e0470f5aade3022fd676a2a69d2590d

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [03bdb83f5ce6974cb7a22120eddc0b6bb5d7225d]

        coverity#704929 Unchecked dynamic_cast
        
        Change-Id: Ic302482419f99ffd221e126006891fa9e97996a7

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [56333571cac472d7c1ea154fe8522bc7d565fd31]

        coverity#704928 Dereference after null check
        
        Change-Id: I6d2852c3027175aac0ec77b3d8b1a7cea9be2bd1

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [191fecdb2610c862f17d6ee367548c8f532557b0]

        coverity#704925 Dereference after null check
        
        Change-Id: Ideb2720058b94bdecbfcbb76421b475b6c6e3304

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [f4e4fe93ed86b7f7b10e7801da7156c746338ea4]

        coverity#704926 Dereference after null check
        
        Change-Id: Idf13ac6fd71d5142b8ad2643d9ec461d40775fda

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [f179b16337582a0a8a91f4ee9a0265346c03d285]

        coverity#704927 Dereference after null check
        
        Change-Id: I774014bfb57d7511a86d398dd1dfcd1d96cbf7e2

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [6a4ed76e2ddb5908208a67bc20f0b950e7c68cef]

        coverity#1158076 Unchecked dynamic_cast
        
        Change-Id: Iefe9db0746f0e35e2deb65da5b03c175e55a7783

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [6a53525c5de42d54932119be65dc3952f791172f]

        mnData2 is never used
        
        Change-Id: I4830f6186c4fb7e13c7d81aa849a1bc4bf055425

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [6ddc1b038b817272df37f08243e617bd16e62c29]

        coverity#708919 Use after free
        
        Change-Id: I992369c97d068452d87a9c618875c7abb6c90a41

2014-02-11  Caolán McNamara  <caolanm@redhat.com>  [d89c4916bdf6d461c40d18d148b7d899c8b585f8]

        Updated core Project: help  d331784b77abd32c9a2b9de883bb480519b84dfc

2014-02-11  Adam Co  <rattles2013@gmail.com>  [8c2dca9d05ca3019a3f1e3d4ccfa13cd0711e615]

        Add derived class 'SwTableRowRedline' stub
        
        Add stub derived class 'SwTableRowRedline' that will hold information
        about the table row that got the changes, including the actual change
        that was done (inserted\deleted).
        
        Change-Id: I8b6ef9da3f3d9859a1e908dbcc018bc5c54b8329
        Reviewed-on: https://gerrit.libreoffice.org/7466
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Michael Stahl  <mstahl@redhat.com>  [bfeef3f7234829db4bfbbd05376c2594c5dd6df0]

        sc: add some missing locks in new code
        
        Change-Id: Ia35693f6c5915e898e5b137920431c7bebfc761c

2014-02-11  Michael Stahl  <mstahl@redhat.com>  [e3e4f19bbc5411b744f09cf6aede541afc1dd058]

        sd: add some missing locks in new code
        
        Change-Id: Id0efc9a0e108886c261e75bc109e090a16fba960

2014-02-11  Michael Stahl  <mstahl@redhat.com>  [368cff78a4be5bcbfc3e0d72ed8db4ef71bc892a]

        accessibility: add some missing locks in new code
        
        Change-Id: Ic38a07c592a89973ca1df807505f87910e84a17f

2014-02-11  Michael Stahl  <mstahl@redhat.com>  [06d5616f65c6195b65d06f3733a4b325b74f3877]

        svtools: add some missing locks in new code
        
        Change-Id: I6f000fb0f205b437e4ff5238c8ede5735c403077

2014-02-11  Michael Stahl  <mstahl@redhat.com>  [414fa67bf20f1c8b1b75790142babb655a052ca9]

        sax: my suggestion was not as good as i thought...
        
        ... as indicated by the failing unit test.
        
        Change-Id: I1a8a8b933b10673e71261726dc8887dfe1d3e2ee

2014-02-11  Adam Co  <rattles2013@gmail.com>  [7949b380e054342c80035d406c89ddc5badacfad]

        New redline object and table for non-ranged redlines called 'SwExtraRedline'
        
        Added a new redline object for non-ranged redlines called 'SwExtraRedline'.
        Examples for such redlines are 'table row was inserted \ deleted',
        'table properties changed', 'text was moved' etc.
        Also - added a table for these redlines called 'SwExtraRedlineTbl'.
        
        Change-Id: I9190093c97108b7e4923bc8a9feb441ad5c5694f
        Reviewed-on: https://gerrit.libreoffice.org/7464
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-11  Noel Grandin  <noel@peralex.com>  [08c40a2474405b160aab96cabe115d8437d68f8a]

        sal_Bool->bool
        
        Change-Id: I31fb9d5b49260fd1a8fc1312b01fd5632c97ab2e

2014-02-11  Arnaud Versini  <arnaud.versini@gmail.com>  [785c4f10b87ab47b853abf947dfb21117d55cca1]

        fdo#72468 avoid out of bounds array access
        
        Change-Id: I2bccdf1aaeb290a3cb8f76cd831a419e1776e92f
        Reviewed-on: https://gerrit.libreoffice.org/7775
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-02-11  Matúš Kukan  <matus.kukan@collabora.com>  [c864bd31056677277919078c4fd04966ef8b14de]

        fwk: Constructor feature for one instance ContextChangeEventMultiplexer.
        
        Change-Id: Ibb89e4dd46fc5d1f8a85f96b7e4677fa764bb112

2014-02-11  Matúš Kukan  <matus.kukan@collabora.com>  [72139db6b421fea2980e9c8df96bc70463777623]

        fwk: Constructor feature for one instance SessionListener.
        
        Converted as usual service implementation.
        
        Change-Id: I37c2f25e8a463abb236753c1299cc0aeb3007cd9

2014-02-11  Tor Lillqvist  <tml@collabora.com>  [0d0abfaae9feadf9c4c4c4232f888ba0a1883029]

        Bin old leftover debugging fprintf
        
        Change-Id: Ia169881d8b13ce8b7e4d709ef831e638085ef3ab

2014-02-11  Armin Le Grand  <alg@apache.org>  [38ea39b517b218573b8d1430d7b06280bcfef0fb]

        Resolves: #i15508# keep the original file and format AFAP...
        
        when breaking links to graphic contents in Writer
        
        (cherry picked from commit a9325263271883fb147351d287c817ea7984fbe9)
        
        Conflicts:
        	sw/source/core/graphic/ndgrf.cxx
        
        Change-Id: I86e2b80b95f4e26a734f56d060f97e6430ae56b8

2014-02-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [be7d41a2bed7f424f38e2e7340f9b98c3f4f8fa2]

        Revert "fdo#72563 : PAGEREF field tag not preserved during Roundtrip"
        
        This reverts commit 138bd3d656c30911d5f45a8b6804e50857f6b30c. See
        comment 5 in the bugreport, the fix in its current form causes more
        trouble than it fixes.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I64f64f02a2e073b96e165c81bd2f85928e5527bc

2014-02-11  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [4357dd89ca50deddd7cec7bfba87627a8515f62c]

        fdo#59329 fix docked panels borders
        
        Change-Id: Ia918d644fb57d6fbaeef90c8c1a6806a8d7e589c

2014-02-11  Tor Lillqvist  <tml@collabora.com>  [166ee2b27416a4bccfae8651e13b408acf2e8eca]

        Add css_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementation
        
        Change-Id: Ib0fc337b1a2e57ddd6ec9d5dcc468daafbcb0501

2014-02-11  Tor Lillqvist  <tml@collabora.com>  [124bec81b3f4e807cebfcbdc7d98c585d8b1be58]

        Need XMLVersionListPersistence_get_implementation
        
        Change-Id: Ideff360fe173c2809b6cc839b54a0839100b2b70

2014-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [182ac74065d8724bf74003cb72928b2cfa7388e9]

        fdo#74014: Broadcast here....
        
        Change-Id: Ib3c1e6b18af2c96c8c38237ab65f868ffec5f139

2014-02-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa03bdcb5216ff82de22fc02ffa0746902f64972]

        fdo#74014: Additional test.
        
        Though this one passes in unit test, but fails in real life session.  No
        idea why.
        
        Change-Id: I657ed5aa8b1aa0046458d26badf3cb22e3778d41

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1da03a88a98b50633d61557de27e4c0702a665eb]

        fdo#74209: This search algorithm had another issue. This fixes it.
        
        When the search range was i.e. 1-3, and the match was found at 5, the old
        code would return 5 when in fact it should have failed.  This change would
        honor the end position and limit the search within specified search range.
        
        Change-Id: If12a92fd3930ad128a5b0699a1addd96fb3a8eba

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be32e707859b3a80766ac29eb5879da3c07544bf]

        fdo#74209: Catch additional problem discovered.
        
        Change-Id: Iee9b4ed4ef1fd40a9bb5a1867330d54fed4866fc

2014-02-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e2f1601278b9e079230566712c40820dbd81fce]

        fast scale doubling of biptmap mess up mac retina
        
        Change-Id: Ib39dd0048266483c385551a2f8f9f9629ea2ff66

2014-02-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3047ac5c1f9966592ea1f73be919e47c7fd0db64]

        Makefile.in make the initial invocation of Makefile.build a bit less ugly
        
        Change-Id: Ic25f0e379142ad8e0581598e314b5d314ee5f9e1

2014-02-11  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [db96add4686875efce6a6e6bc6a860b249b0c210]

        fix crash during file format detection, related #i101863#
        
        Change-Id: I2aec2e95f49ab70a9e94c5d52f70855f4381a24e

2014-02-10  Tomaž Vajngerl  <quikee@gmail.com>  [2bf2dee04c1d698e586316c2bd18a3e34df4be77]

        Werror=strict-overflow
        
        Change-Id: Id9eaa7af7f12c22d675561fa4e86767c36bf6d15

2014-02-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8a0298fc1fd05e0bee69048ea12d360768d7ecd0]

        remove commented code
        
        Change-Id: Ibc04f08b52d754263151ee66d03b58abe2f4e4ee

2014-02-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b3621802219d3ad7d8eafbb9367903c9001a3602]

        fix crash during xls import, related fdo#36580
        
        Looks like a possibly invalid xls file but let us just do the right
        thing and not crash.
        
        Change-Id: Id96db06798cd19d96938ca84956046e5a5e5b529

2014-02-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [68c280f6230bf3203614678fc7eb81996c616d66]

        fix import crash related to ooo94186
        
        Change-Id: I2eb8c895eef53b5b14e81c5491d7ced6ead3c40a

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4c0e5eaea9155f40766116c5c44deab38ed80eb4]

        Remove unused.
        
        Change-Id: Iee50396bdbf027373a544f2280cad931745a23c1

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3cd8f26c7c43b4006496817c87eda71c385ef19f]

        writerfilter: these sprms are unused
        
        Change-Id: Iccc67e9a4bf845f848466ae7c5d4cb665a501af9

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d12c0e5d36cc106cb4f9a27dba2f29c10b5d6f93]

        cp#100030: Use internal API to fill dxf styles during xlsx import.
        
        It's faster, and it actually prevents a bug where styles fail to get
        set when the document contains at least one protected sheet.
        
        Change-Id: I9a5d7250ca44dd46364ab62f2e0130e967427c66

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c3c1a8f373e73d8bfa3180a21ccae0e4fb1cd982]

        coverity#704611 Dereference after null check
        
        Change-Id: I7ce68773c85408d0dc3d46bac85bcbd0f5806ade

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [750105967d6add2670cff5847ea74da925a3e679]

        coverity#704610 Dereference after null check
        
        Change-Id: I1a08d643a695f1d22e339b8906588aca7d190578

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c748d6115e6c9f2820701e410611b75c09156987]

        coverity#440991 Dereference after null check
        
        Change-Id: I3b911e4bc1e6c2eccf4b9655f12162936fc5a946

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [9e6dfbd2444be53e28d3ca5e8dc786a4099af413]

        coverity#441011 Dereference after null check
        
        Change-Id: I8a3430440bdd8cc1561eb60863c2bda3df8eac6d

2014-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [19c5867f922e9acf0564b6213fa15cc899a77c16]

        fdo#74424 HasMirroredGraphics changes
        
        HasMirroredGraphics should be called upon by the object using the
        OutputDevice. As I'm focussing on Window, which will be shortly decoupled
        from OutputDevice, I have changed HasMirroredGraphics into a virtual
        function, and introduced a wrapper function of the same name into Window
        that calls upon Window's OutputDevice object.
        
        Due to a bug that never appears to have been fully fixed, mirroring in
        printing was broken and a workaround ("hotfix" in the code!) was
        implemented but never fully fixed. Therefore, I have overridden
        HasMirroredGraphics in Printer and just return false.
        
        Change-Id: I9029e2c50cdb339c1e936bed6b92e8b2aac1dcf9
        Reviewed-on: https://gerrit.libreoffice.org/7912
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [32210fc19324c659603e1dfed1ed006072ccf22f]

        writerfilter: legibility improvement regarding grabbag use
        
        Change-Id: I01b99887dc1e94616633ae6509e13ec951fd5485

2014-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [05506b377a81bcbdd0191aa592f17987f2ddcd34]

        ooxml: preserve font theme color tint property
        
        Change-Id: I5cbc8fda63a9fd2999555d5a46ea3a063685ffc7

2014-02-10  Eike Rathke  <erack@redhat.com>  [c782212abf4114b6dd366c38a44574be21c81eb1]

        use GetLastDataRow() also in ShrinkToUsedDataArea()
        
        Change-Id: Ie9d729900d6096dc8f540b3bc52df749b15675e2

2014-02-10  Eike Rathke  <erack@redhat.com>  [c32e93e561d234e289ce14b88a73368d7862ee47]

        actually the extra check isn't needed
        
        The end row will be the maximum of the start row and the last data row
        up to the original end row.
        
        Change-Id: I906a5f44f31f333c814b6832767dc3bd0ecd8278

2014-02-10  Eike Rathke  <erack@redhat.com>  [840accea91da58a4532ff7cf7f5b1eaa501f0b6d]

        cosmetical adapt to style
        
        Change-Id: I210f74670631707b02b68150efac76b0985390ac

2014-02-10  Honza Havlíček  <havlicek.honza@gmail.com>  [2e2303a3e2904735cf7da416ec79e107785106f4]

        fdo#70414 Added generator of VS2012 project files
        
        Change-Id: Ib087a24ae6de049ffb6d93b5ac66452700edddb3
        Reviewed-on: https://gerrit.libreoffice.org/7955
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-02-10  Tomaž Vajngerl  <quikee@gmail.com>  [d505d2ef49a8aadb24cd254bffbf1a6b549b282c]

        Werror=maybe-uninitialized in drawingml export
        
        Change-Id: Ib04a464483c43a999db82bfaa539193c526d5041

2014-02-10  Eike Rathke  <erack@redhat.com>  [6c5acfbefddeca1b2336cdc4158ec6e6f2a46858]

        do not loop 30 million cells to find a non-empty row
        
        If for whatever reason an AutoFilter area was setup to extend down to,
        for example, row 1048559 but the actual last data row is 15817, with 27
        columns it took ScTable::GetDataArea() to look at 27884034 cells to find
        the last non-empty data row ...
        
        Change-Id: Ic8cbebe7ddf9b23c8edb55c4821d8a4c69e8b75d

2014-02-10  Alexander Wilms  <f.alexander.wilms@gmail.com>  [2eea96c702a44ab009743b0d22ef639127f0b57b]

        Linked with -> Inherit from in style dialog
        
        Change-Id: I3ca5f297217c898a12375f7f8e9c57841cd3db84
        Reviewed-on: https://gerrit.libreoffice.org/7941
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Joren De Cuyper  <jorendc@libreoffice.org>  [8d041e05d3bacc32532dc716e677688e1c71bb2d]

        related fdo#65430: forgot to 'unlink' setOpenTemplateHdl
        
        This was introduced in 96e7225260aac0815643a4043f4ddb4e6b5764a1
        
        Change-Id: I9bb8abbc9e9167b1e43bebf4477cf73010bf2d92
        Reviewed-on: https://gerrit.libreoffice.org/7958
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Alexander Wilms  <f.alexander.wilms@gmail.com>  [8314374293749dea65bf91da40a742ddeb404275]

        Translated some German comments
        
        Change-Id: Id8a4db32d0fe95ecf543fcfc82fd6b236d544616
        Reviewed-on: https://gerrit.libreoffice.org/7948
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [aee6ad3022b4ba4a19e13cad81ab974ef4ba1724]

        Remove unused icons after cleaning up Math zoom
        
        After commit ffc2e5be1f712b09710e2096ad2f7eb81b80118d ,
        these deleted icons are useless since other UNO commands are used instead:
          View050     -> Zoom50Percent
          View100     -> Zoom100Percent
          View200     -> Zoom200Percent
          Adjust      -> ZoomOptimal
          FitInWindow -> ZoomOptimal
        
        Sorry I forgot to remove then in that commit.
        
        Note: As UNO command now is 'zoomoptimal' instead of 'adjust' and
        people feel 'adjust' icon better, I deleted the disliked 'zoomoptimal'
        icons and renamed 'adjust' icons to it.
        
        Change-Id: I141f2c4ad2f63928efb15faa5f68bc9c6dabc144
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/4117
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Luc Castermans  <luc.castermans@gmail.com>  [82d05f63fef45ff8d6c35ba15fa743c461314e00]

        Translated German comments
        
        Change-Id: Ia21618d8475f02cb0fe9c55ae70d2598435087c5
        Reviewed-on: https://gerrit.libreoffice.org/7951
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [6551fe2d93ed1deeecfa1de7306d5950b4453712]

        fdo#39468 translated German comment in outdev.cxx
        
        German comment about clipping backup translated in function
        OutputDevice::ImplInitClipRegion().
        
        Change-Id: I55c3b5899ae36a2e25204fd054b80bd786b17e91
        Reviewed-on: https://gerrit.libreoffice.org/7966
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Joren De Cuyper  <jorendc@libreoffice.org>  [9c9a9708dd6115f9619cf66daa99f2470a8f9d4e]

        fdo#74782 search view doesn't hide local view when searching first time
        
        See bug report for screenshot of current behavior.
        When the search button is hit, OnTemplateSearch() is called.
        If we switch from 'no search' to 'search' view, mpSearchView was not hidden.
        This'll result in SearchUpdateHdl that mpCurView will not hide.
        
        It doesn't matter if we hide it anyway (either when we would start searching,
        or end searching). If we start searching, we don't have any search term yet
        (so no result anyway). If we stop searching, it has to be hidden for sure.
        
        Change-Id: I6bcf540b4866eeb6a8196c171027b385635cf084
        Reviewed-on: https://gerrit.libreoffice.org/7969
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Joren De Cuyper  <jorendc@libreoffice.org>  [bd37c63eff9eb4a263d43f84431cb2c32f32908b]

        Correct comment: we can select icon theme in LibreOffice -> View
        
        Change-Id: I692e9d6037b2fa5a9f69069177b6d9925661ec60
        Reviewed-on: https://gerrit.libreoffice.org/7974
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-10  Herbert Dürr  <hdu@apache.org>  [9d5841aa433ee325b702c3a8c4c8784052e09b3a]

        Resolved: #i124201# mark debug-infos from the apple_remote...
        
        module appropriately
        
        to make the source of some log messages more clear
        
        (cherry picked from commit fe4ae4735c5a5e2b2210e684e97228cd91174e4c)
        
        Conflicts:
        	apple_remote/AppleRemote.m
        	apple_remote/source/HIDRemoteControlDevice.m
        	apple_remote/source/RemoteControl.m
        	apple_remote/source/RemoteControlContainer.m
        
        Change-Id: Ie57114f4d2d67f258808d03e01dff8bc05ba9f2c

2014-02-10  David Tardon  <dtardon@redhat.com>  [f1969530895e305b50d305eb2d7a755673f3b762]

        handle icon_name property too
        
        Change-Id: Idfdc24201b2d4cde0e451daf237d102c71a8b2f4

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [5667ca141785f83c849caac7d76e250e852ac236]

        convert add relationships dialog to .ui
        
        Change-Id: I984ff7e4fca6e7cd3529e921383bca4e6f2a464e

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [aea6aab9f25467891d92efa43d91412576a00b8c]

        coverity#1130200 Unchecked dynamic_cast
        
        Change-Id: I9a6cfc27b1076fa682c591d920a7db8ec6f8a6ff

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [ba33cb1d84a67f6f87df711b82eb34716ed441b1]

        Updated core Project: help  a6e3e5ef597f1e429e6784e475c1a06b4265f08d

2014-02-10  Michael Stahl  <mstahl@redhat.com>  [e62339f856efa0b8ef03df3bf8b93e098c4ac0d3]

        fdo#73363: sd: fix mis-detection of Visio files as PPT
        
        SdFilterDetect::detect() erroneously detects all binary MSO files, and
        because the Visio types would be checked after PPT, Visio is pre-empted.
        
        Change-Id: I6ec3647a508dc8d79b47bfff6de35ccae39416ee

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [70d8b26810c927949206dc6189b7f163651ce55e]

        Typo: acess -> access
        
        Change-Id: I8fb5efa49ccd886fa0172fdc59ede0821ecce486

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [060810180beec636be719768c25a377140336869]

        Typo: diretory -> directory
        
        Change-Id: I46270104db3192f427bb7a954e6c074ab3aced33

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [4c726e9607fbcd54c5ef39c951202e3776ec35ae]

        Survive missing UIElementFactories.
        
        And try to not use AddonsToolBarFactory in native code generator.
        
        Change-Id: I4782e6c719bdc7e01da14d2ea026e119da542517

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [5306890b2c960235183caad0bf89e5f31f2f29a0]

        native code generator: Do not use uui component.
        
        Since fe537786a42abea57551395f73328db48bebd086 and
        4ff56fd1fa6f0ad2501274086a03d51a0e9cf03f it should not be needed.
        
        Change-Id: I497c7920e94c322cee5db1b10cd61f30dfbba634

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [d55495daf9b412eacc271860788ad822e99e57c1]

        Do not throw if AcceleratorConfigurations are missing.
        
        Which can happen on mobile platforms if we don't want them.
        
        Change-Id: I53639ccc75886708850d2d3a01eec76104b7f2c9

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [e034b0323c7e5494a01abc0d1deab4fb2727bd9f]

        Simplify the code a bit.
        
        Change-Id: I57581fb0f3439ddc4a4848466f6925d962b04aea

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [cc5ec80521546cddd0ce12fcd25becbcf2c7d2a5]

        misc cleanup and unnecessary OUStrings
        
        Change-Id: Idef960995d7b13af049de5a5045b99df642dc3df

2014-02-10  Matúš Kukan  <matus.kukan@collabora.com>  [e3e1bddb85bac9b8008a02a9fab057aae4b5c839]

        Rename ToolBoxFactory -> ToolBarFactory, as the service is named.
        
        Change-Id: Iec6cbefcb6863f14d6c21b2f7fd8e3418cb5d2d5

2014-02-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [289ced4011a2866fcf59b86c7cf9a89c924882cc]

        adjust PackageInfo for zip files
        
        see commit 7fe9808f009af2f0a4da58663eacd2caccdcaafe for reference

2014-02-10  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [eddcfe55f1fc995f88756c2fdc99321ef48c5188]

        sw: fix fallback for OLE object output.
        
        OLE objects could be written as graphics as a fallback for
        unsupported formats, but it happened in a wrong position of the
        document (inside w:rPr).
        
        Added two extra fields to the PostponedGraphic structure to be able
        to postpone the writing of OLE graphics.
        
        Change-Id: If36a0aed11bcac2115ef0322cc83efccd6ef1204

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [128700cdb722fff64782c2be2c755222ae87b607]

        Try to fix a warning during building
        
        by disambiguating comment ending for the parser
        
        Change-Id: I3432d4d034f10e81ce493acf8a952b200bde95a1

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [5b63010228df1d58d71fcc99beab5e2d7b10348c]

        Typo: aAdresses -> aAddresses
        
        Change-Id: If565c01510a56e872d65615275f614fb799c7171

2014-02-10  David Tardon  <dtardon@redhat.com>  [baa84c47a1637898560162ef5d24530eef81b10d]

        upload libabw 0.0.2
        
        Change-Id: I2b73c5546e767030344f787efb9a9cafa9635ad3

2014-02-10  Tor Lillqvist  <tml@collabora.com>  [4ff56fd1fa6f0ad2501274086a03d51a0e9cf03f]

        TiledLibreOffice needs css_comp_uui_UUIInteractionHandler_get_implementation
        
        Change-Id: Ib42a305bbab9d05d0c187fdf15952cfeee5250a7

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [ce5f24a6eca4e846a498e794c8adba5593c4fa5a]

        Improve documentation
        
        Change-Id: I63b30b6d962820f31821787c1c220734265e1a4a

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [463e1cd292b347d43ff33eef61a539a5e9d1c53f]

        Simplify string literal usage
        
        Change-Id: I216d0af8fd78bec8668ea2a5be7d75f7c1df0c31

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [627cf7e91a741f55c6519bc33451b5aab9a68267]

        Do not use this in ctor
        
        Change-Id: If2177d309626ef599c7c15f6195151dc0d0a8e30

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [ed0101dfaa3666422aa39dcc8c91aae6c4c36eae]

        auto_ptr -> scoped_ptr
        
        Change-Id: I16d457d2981b7b3f60c150d362b8b51f6a2700fd

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [10be54247d9685666b5a992dc360810f7f1348ec]

        Remove unnecessary abstract base class IByNameAccess
        
        Change-Id: I55e8ff25f4a56a1666d49185236ee5cd5c4ed392

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [07d60f88f28d1f05c50458a66a24cefefa97a54a]

        Typo: adress -> address
        
        Change-Id: I8b6c66b6919f84c36e43a716d4d62fea5cde6568

2014-02-10  Julien Nabet  <serval2412@yahoo.fr>  [65f620c99ae177efdf06993561ac019663ce74fd]

        Typo: execption -> exception
        
        Change-Id: Ib57e0cc39c27595490e29dec46cc6d33067c34b5

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [b7c89c53a0769236c67f8802f63eab6e5b94560b]

        set mnemonic widgets
        
        Change-Id: Ia093bcd93bd453f039b0dcba744cb8608158ed43

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c218eb9d4070811eb5b543317bc4c1ba6252062b]

        coverity#1169805 Unchecked return value
        
        Change-Id: I3eef47e4debc6cfde1ef881a3d525f5ec0adf431

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [6e73260a306b3b711f110f0d36dfbddb6623d102]

        coverity#1169845 Uncaught exception
        
        Change-Id: Ifec059d66b92233fbff967a5da6fdc88915eefb1

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [b78efa182a1130935f699c5f8972895e34a8bd87]

        add modelines
        
        Change-Id: I5d96a2d1e4c1ffcc736af0666d33a1a62ba628c5

2014-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51dd4ebd065701c4fd5e9d774e44716be0664c24]

        Revert "fix Wshadow warnings in glm"
        
        Only works with some versions and seems to break with cygwin. I'm
        working on using a recent upstream version + patches.
        
        This reverts commit 848f165ceb54b0c7ae3e52ad7ad50c258db2956c.

2014-02-10  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [848f165ceb54b0c7ae3e52ad7ad50c258db2956c]

        fix Wshadow warnings in glm
        
        Change-Id: Ic366699d15338ad4bf14d783ca4dee72aa9d8e40
        Reviewed-on: https://gerrit.libreoffice.org/7952
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4af38b099c741c3676aefeb20c515913aaeed666]

        fdo#60924: Move some packages to autoinstall
        
        Change-Id: I5805c8d1c9978b8625ba0e0ea6c4337baf5a6cb5
        Reviewed-on: https://gerrit.libreoffice.org/7903
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d06d5e32a04602591827b32fc860bb0536115ddb]

        DocxSdrExport: fix style
        
        Change-Id: I541b75fc4670f77c2961cb77ae425e43b97b0e08

2014-02-10  David Tardon  <dtardon@redhat.com>  [95c54daf9cc3054de1bdc52dd327908716fc4a8c]

        upload new libe-book
        
        Change-Id: I69e87ad57513c7349aa0abf38b6054583d367963

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [f39cf7f5b2f8a6a29341b0050c392a02f83e56ce]

        loplugin:implicitboolconversion, loplugin:literaltoboolconversion
        
        Change-Id: I5cd55c9e65a4ac431642ba33da9daf0e2f6a194c

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [b62b4e65586047bd81a563adbe4c53ddfc9bf8b6]

        typo
        
        Change-Id: Ia3b810d7ff231674d63aaf82a8ff254290fa55ca

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [602a63785ae79ac31d53709a8ae95a6f3de6ef9a]

        bUpdateCheckEnabled had always been unused and marked TODO
        
        ...ever since its inception in c41efc6d0b2740be4243fd696385f8dbcec0aefe
        "CWS-TOOLING: integrate CWS dba301a_DEV300"
        
        Change-Id: I5da6a38f595146ef0d2894b33bf614e7663d53fa

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6ee755e35fbe9017aea9c5c908b3cbd4076e056]

        drawingML import: ignore zero relative size
        
        Zero means ignore me, use absolute size in this context.
        
        Change-Id: I872810a9abf9e25c576f483a77494e1b87f3510a

2014-02-10  Noel Grandin  <noel@peralex.com>  [c1dd14ba87c0223ae9ec14c381796cd859b4b713]

        sal_Bool->bool
        
        and remove unused parameter from ScCopyPage
        
        Change-Id: Iba5a5adea8d5b4a56d77297325cc79d63465f15d

2014-02-10  Noel Grandin  <noel@peralex.com>  [d359e422705c591d815daefaca3e1c9c53f64756]

        sal_Bool->bool
        
        Change-Id: I3746ab9c065429815e7b0f91077a4bbef1223d1d

2014-02-10  Noel Grandin  <noel@peralex.com>  [f32e6d14c880ba38c1398083eb4145cb3cac5230]

        sal_Bool->bool
        
        Change-Id: I131f8fe012f3ed5908fee40459941dd43c284bc8

2014-02-10  Noel Grandin  <noel@peralex.com>  [11491b64130fc551f4ee363f9fd2af5d0bb029fb]

        sal_Bool->bool
        
        Change-Id: Ic9466e26cef1539a76bc838d0424dc3c0c0d34dd

2014-02-10  Noel Grandin  <noel@peralex.com>  [d9b7412387f4feace63f63ee7f1bfd7eba01e57a]

        sal_Bool->bool
        
        Change-Id: Iba6a2b7d18f630cacbf8fda8d99c55e10e1abe92

2014-02-10  Noel Grandin  <noel@peralex.com>  [acf5f162662b94b149873e538f6bd8d69977f909]

        sal_Bool->bool
        
        Change-Id: Iadbdb3b96d5e546e407e80f1ccc65e5db5f84f4e

2014-02-10  Noel Grandin  <noel@peralex.com>  [1c0f0a9f5b1772a8ac43230de79e39c65f0663df]

        sal_Bool->bool
        
        Change-Id: Id5a104fb70745e43da056c82ae44841c8b54abb2

2014-02-10  Noel Grandin  <noel@peralex.com>  [6be783933d039708844e9ee9eb2742a1f0c8e367]

        sal_Bool->bool
        
        Change-Id: I4b8c94ae4b2bf3f1fc1f97b4533221f40b8d1907

2014-02-10  Noel Grandin  <noel@peralex.com>  [ca6e816ed9c10521bda250a8898a0aaadcd28a05]

        sal_Bool->bool
        
        Change-Id: I707536b04c2e27fcb7d6283baee3479fe0fa67cd

2014-02-10  Noel Grandin  <noel@peralex.com>  [f40c11f11e0c241c5437709d302407a2fe61e2f9]

        sal_Bool->bool
        
        Change-Id: I4fb9f453c5e0069ec12076547c95a6bbe441a2e2

2014-02-10  Noel Grandin  <noel@peralex.com>  [698de0864f3a6df9d6ac2289029b56ae42a1d19c]

        remove unused parameter
        
        Change-Id: I24d4cb8b7b30c01e6dd5ba8f5e6690a60e6d9470

2014-02-10  Noel Grandin  <noel@peralex.com>  [985c6b45afd00791cafaab89240ea5678119436c]

        sal_Bool->bool
        
        Change-Id: I7176217c4b9593386209db2fba8f26f45c39c5ca

2014-02-10  Noel Grandin  <noel@peralex.com>  [cc66810df37225f9758ca09f2e6280bbe1a81f32]

        sal_Bool->bool
        
        Change-Id: I55d0b09ab4e60a4725314691b2d9c170cd60e179

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [5bf2b49ef7f0534138cc2303b8fea688698048c4]

        coverity#1169812 condition appears the wrong way around
        
        Change-Id: I97960a1491a247ef9db9536f904e4203e0903abd

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [d46d063f7ecf87af2c3bb7885e3cacf322e004c6]

        coverity#705995 Unintended sign extension
        
        Change-Id: I7f14257317c0c09737ad9aed78b39efff1062265

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [5e40fcc0cf2147c31028a411e1977394d09c6e7b]

        coverity#1169847 Uncaught exception
        
        Change-Id: I8adf5d175798c4b820cd7cac2a927aa0f7de718d

2014-02-10  Herbert Dürr  <hdu@apache.org>  [87f52352614aed918501e8a7df8e8a61499efc5b]

        Resolves: #i124201# rename apple_remote's MainController...
        
        to AppleRemoteController
        
        having a MainController class in the global namespace of an application with
        gazillions of MVC patterns is not a good idea. Renaming it to better match
        its scope (i.e. the Apple Remote) cleans this up.
        
        (cherry picked from commit 8ef3836059ca613d125f66e6bad21c83200dadad)
        
        Conflicts:
        	apple_remote/source/RemoteMainController.m
        	include/apple_remote/RemoteMainController.h
        	vcl/inc/osx/saldata.hxx
        	vcl/osx/saldata.cxx
        	vcl/osx/salinst.cxx
        	vcl/osx/vclnsapp.mm
        
        Change-Id: I1f252ac51ef65966a48ee03b2cd3519f98d57383

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c7e0bfd18eaba685d9f8ef8fdeb9fa45ae2e132d]

        coverity#735512 Logically dead code
        
        Change-Id: I026bb291d8d0c87ef8166331a7e084fa339052f6

2014-02-10  Herbert Dürr  <hdu@apache.org>  [5718b17d2d7ace098ba3dbeae0ea365c1309500c]

        Related: #i123862# use O*String's isEmpty() method...
        
        to check for emptiness in chart2 module
        
        Patch-by: j.nitschke@ok.de
        Review-by: hdu@apache.org
        (cherry picked from commit 17b6784443432419e9aa9fddf56e5fa6c3ce4c60)
        
        Conflicts:
        	chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
        	chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
        	chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
        	chart2/source/controller/dialogs/ChartTypeDialogController.cxx
        	chart2/source/controller/dialogs/DataBrowserModel.cxx
        	chart2/source/controller/dialogs/ObjectNameProvider.cxx
        	chart2/source/controller/dialogs/res_ErrorBar.cxx
        	chart2/source/controller/dialogs/tp_DataSource.cxx
        	chart2/source/controller/dialogs/tp_RangeChooser.cxx
        	chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
        	chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
        	chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
        	chart2/source/controller/main/ChartController.cxx
        	chart2/source/controller/main/ChartController_TextEdit.cxx
        	chart2/source/controller/main/ChartController_Tools.cxx
        	chart2/source/controller/main/ChartController_Window.cxx
        	chart2/source/controller/main/ControllerCommandDispatch.cxx
        	chart2/source/controller/main/DrawCommandDispatch.cxx
        	chart2/source/controller/main/ElementSelector.cxx
        	chart2/source/controller/main/ObjectHierarchy.cxx
        	chart2/source/controller/main/SelectionHelper.cxx
        	chart2/source/controller/main/StatusBarCommandDispatch.cxx
        	chart2/source/controller/main/UndoCommandDispatch.cxx
        	chart2/source/model/filter/XMLFilter.cxx
        	chart2/source/model/main/ChartModel_Persistence.cxx
        	chart2/source/tools/ExplicitCategoriesProvider.cxx
        	chart2/source/tools/InternalDataProvider.cxx
        	chart2/source/tools/NamedProperties.cxx
        	chart2/source/tools/ObjectIdentifier.cxx
        	chart2/source/tools/PropertyHelper.cxx
        	chart2/source/tools/RegressionCurveHelper.cxx
        	chart2/source/tools/WrappedProperty.cxx
        	chart2/source/tools/XMLRangeHelper.cxx
        	chart2/source/view/axes/VCartesianAxis.cxx
        	chart2/source/view/main/ChartView.cxx
        	chart2/source/view/main/ShapeFactory.cxx
        	chart2/source/view/main/VLegend.cxx
        	chart2/source/view/main/VTitle.cxx
        
        Change-Id: Ia013e3d1d215f7391d5bee4b4e80eedc2a3a724f

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [e86a602df7540d491dbfd6a61571bd128b0d0ca4]

        drawingML import: handle RelativeWidth/Height for drawinglayer shapes
        
        This was already handled in the VML importer previously.
        
        Change-Id: Ie04ed0cec632222c5f6481943ad7f4db66a752e5

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [ea3074e0beb7e0185205a70327e9ec47ec1f1028]

        coverity#708829 Unused pointer value
        
        Change-Id: Ia8815974467abb7342707fcd54174857f0a0aef7

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [d6c590bb995aa8029e6fb3597081e8098d672789]

        coverity#705268 Missing break in switch
        
        Change-Id: I496b5be27a3817b05dd011a2c0973ce2fb639c3b

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [5ac9d90f0ab4877c391913a714befefb492fb42b]

        coverity#737167 Uncaught exception
        
        Change-Id: Id1d9790b7d3229d11e83ad68a5b9104a3da159f0

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [32f34b488445b171d4b9761bf67aa6bc02e59093]

        coverity#1027661 Explicit null dereferenced
        
        Change-Id: I196bc592e3803a49096a640f2b8da2e1077dcc28

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [08b40114c02eab26e5c6c11fbd0d5759fab2d358]

        coverity#1038334 Uncaught exception
        
        Change-Id: I590d5fb8250de07c879b27ad69398a80949845c7

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [1439c0de1b1bdb25426a68357da75b20ebe0d9e5]

        coverity#1078996 Uncaught exception
        
        Change-Id: Ib1a50408016c61c9ddd26c74e22810567009996e

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [8c002d6f1a50b6f0c6fe6cb3f25d426f6196e259]

        coverity#1078997 Uncaught exception
        
        Change-Id: I033d80c991f2bf26cd0a00466c2f8b5cc55f7906

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [cdddbf1991c021e0ee433ed6371e1e7a83e6877a]

        coverity#1079007 Uncaught exception
        
        Change-Id: Ic4b1805809aa0a2a78007d5808fd8ae6097b080f

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [02386ef8bcaeaca72eae56e15fe526aa9fc29b40]

        coverity#1079288 Uninitialized scalar field
        
        Change-Id: I0fb9e547b73b563725eb8014f68224706df3c39d

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [4a8a30f941ea4324e6319db0d92e5290e9be225d]

        coverity#1130183 Logically dead code
        
        Change-Id: I0bb684634b176769360aaa1c4471274da9797a44

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [dfcd09f7749ec86af2251e777c989e42eca68cf4]

        coverity#1130193 Dereference after null check
        
        Change-Id: I38078c01f8ac37735784508664dfe31aa8f7cf3a

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [4d6f797e6c0214526f73dd3df1605126ffbd1063]

        coverity#1130196 Unchecked dynamic_cast
        
        Change-Id: I194ad965c5261e1968cc3cb24e1609d46aea1a21

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [dd4f18218e5af90672627a7bb50478b34096a87b]

        coverity#1130350 Dereference after null check
        
        Change-Id: I14c64f42b469450221791f0f136167b58df2f15d

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [566564b579c7dbe8df7fbe9c02cb6410738256f7]

        coverity#1130352 Unchecked dynamic_cast
        
        Change-Id: I62f0e632e37a9b532248cd9c632d6cbc626045d0

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [b74f9e31b20d055b6a63865742a2c472718c8bdc]

        coverity#1130361 Unchecked dynamic_cast
        
        Change-Id: I2c93a085fe55098777ae7b41953f2610903b5a54

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [758cf90bdb38bba826fa867783fef9d4dc056875]

        coverity#1130362 Unchecked dynamic_cast
        
        Change-Id: I58d9c7e933152e0d8ca69125572c820b8dbe7405

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [74dd647e764fada2bb52fb3544d20ec019ad2e69]

        coverity#1130363 Unchecked dynamic_cast
        
        Change-Id: Ibc1e6f5e7c7f2a0546847194de5f77ab51b2d578

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c02e3b47affb078a59cf28abf20ea6b050549574]

        coverity#1130364 Unchecked dynamic_cast
        
        Change-Id: Ic8eab1630b79b49b67646eea52b26e0f24fd2d49

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [778e88e86384e22852eb412c4f9af4494b2f0c3a]

        coverity#1130365 Unchecked dynamic_cast
        
        Change-Id: I1298d220c42aa7282cdc6c256727620ee1a6f749

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [87015e5433d9c6575f07b5a81e4ffa6e1e4831d2]

        coverity#1130366 Unchecked dynamic_cast
        
        Change-Id: Icf7576b12fe3c876193fd87ce07c18e57a3dfad7

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [a90746cb651fed676b2189154a6b6724cb987526]

        coverity#1130368 Unchecked dynamic_cast
        
        Change-Id: Ib4ae0ce1647e15bf1b9d7fe8e2d3bcfcb8ec1466

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [984875f8da5766bb0eaae5a1b9f11ccc4491d066]

        coverity#1130377 Unchecked dynamic_cast
        
        Change-Id: I6cb816ec3de711f4faec0e9d676fa9e1127ad175

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [a434a8bfdd8b9323c8262edcd591641fe9ea8b19]

        coverity#1130423 Dereference null return value
        
        Change-Id: If6981a9654a114e34dad931381ea071d5169adc2

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [de969207a606d0967bfa8a5dd7b2f180f8511f83]

        coverity#1130425 Dereference null return value
        
        Change-Id: I84cb15bdfe5836bbaa5c4a24572987d6ab51cdd0

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [7cfc6821a6ab0e26c03730ab671f31eb690aacca]

        coverity#1130439 Dereference before null check
        
        Change-Id: Ic0adacb785653e77f5031f6b6f499a7191765599

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [bde55e18ca1d75fa56833a19d8ceeb75e84d9608]

        coverity#1130440 Dereference before null check
        
        Change-Id: Iacd645d9cc002546a85eca619a42e292b45c8072

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [4817ee4f6f15a24b0a3f695111ff417de595882e]

        coverity#1130441 Dereference before null check
        
        Change-Id: I619cc45eccda4da9f9cb88028a3174d67e7011f9

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [7afef62b72e91cff4d9684e6e717c9b03a37caf1]

        coverity#1130442 Dereference before null check
        
        Change-Id: I5c072ffea7c3a712549f9a9dbb8b7145fbab7d38

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [085c9ae576b22f1aff852191bae72bfdd97f24e3]

        coverity#1130444 Uncaught exception
        
        Change-Id: I129edc36f0049e34d3f7b23b52bc943071938ee6

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [db25691185288a13daf4bf392ae8a641e9ef7050]

        coverity#1130445 Uncaught exception
        
        Change-Id: I5ccf654d60f277c43c19032867ce0a940738c73a

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [4adf4379aa908b987a5e1138df91dbcf80ed7572]

        coverity#1130447 Uncaught exception
        
        Change-Id: Icb55ad131c9e69264b3cf1ed4d7220002816036d

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [5852f3471777e2c4ff176a764757d821bca78f23]

        coverity#1130448 Uncaught exception
        
        Change-Id: Ie0b0418191a47e89c9535d6f13c09e15e634a4b9

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [a00f5c01310fead4a1ba6ff964686108e83be63b]

        coverity#1130449 Uncaught exception
        
        Change-Id: I3d357d1346da173f0ee40b6b316e26d7f75bd4d5

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [6165535dc95f4868c86e3c71724c2f29b12ef292]

        coverity#1130450 Uncaught exception
        
        Change-Id: I0155c6baafc302984a9af17434ec23b37606aa22

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [2ce3912cab85e58c5addb0999e8b45b70ad22d1d]

        coverity#1130451 Uncaught exception
        
        Change-Id: Id26567c2f2aceca2b681dfbc6a4de493fa331f3d

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [517613241d2d961c8edbb732f494821263c38e90]

        coverity#1130452 Uncaught exception
        
        Change-Id: I700a73af9f25ea92a45c0f9218c4267fc885773e

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [7cc3998290a63db6beb6af1bbbd4860e5100fe5f]

        coverity#1130453 Uncaught exception
        
        Change-Id: I54f868c7ab88b3a9be0b91fcceee95d522a6b2f8

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [c7e6509d471804a1b18eb65ce3b42d48e34d0e28]

        coverity#1130454 Uncaught exception
        
        Change-Id: Iec9368acec5c2ce529da54fcc6656f6d071bc337

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [7d93cc4484dbf0eec02a6728ebd1f62edbd20ae1]

        coverity#1130464 Uncaught exception
        
        Change-Id: I14bd6e627e3a34c46fdbaee36714f8fff6f4033f

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [d0492482b41dcab52769b9b4c33a94cba6ab09b7]

        coverity#1130465 Uncaught exception
        
        Change-Id: I67db69e52ac1dc5c1df5cda779be1a847838cce6

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [14b055d92cfea3515f15634d8f8a1ff8a6f7c0fd]

        coverity#1130466 Uncaught exception
        
        Change-Id: If6a62137cd5333475dfb15a992aa4026cb4b2aae

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [60f629882f6e90d086e55306028b9d6a5324b476]

        coverity#1130467 Uncaught exception
        
        Change-Id: Idc4020921086bd2e5d51acf73294150eb158fd06

2014-02-10  Caolán McNamara  <caolanm@redhat.com>  [2b12a5b87b1de9ae95d9562ba21201890b1100c5]

        the return of callcatcher
        
        Change-Id: I447ebcc61ff061bce15678c6fcfd3d0a4669908f

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [a95b58060b01046a8881e97e0c5016e44200dd32]

        loplugin:implicitboolconversion, loplugin:literaltoboolconversion
        
        Change-Id: I5940b122d3ed6e2d6464e407e592c4810499ff1f

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [5c8a3bfc7e42009a7eaa6353cf2f66a14bfdab76]

        Don't call pclose(NULL)
        
        Change-Id: I6540ec2b900e82745d5e661dfa920f85db6c0ff2

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [f669e7907bef8585fd182986c708e2e4aed280aa]

        Properly encode cmd line for popen
        
        Change-Id: I1f7799920b6732a6cd128143dfa7ce282bad25c6

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [740fe0ce142c521d3a75558dea6535017821e127]

        Resolves: rhbz#1063170 Don't URI-encode filename in e-mail subject
        
        Change-Id: I7e3f59af5bb7d89c74e2bf199a727b2419714121

2014-02-10  Noel Grandin  <noel@peralex.com>  [d33d1e316c2c5ce56be0e931f0c742d00451dc7f]

        coverity#708799 unused pointer value
        
        Change-Id: I141bb64b5e4e2f8624008f12c9551881e91f4fdb

2014-02-10  Noel Grandin  <noel@peralex.com>  [ec3c9a5f7fd04327697d50505ac56fcfbb71ca45]

        sal_Bool->bool
        
        Change-Id: I1b45ccb419ce827ca9ddb475e67878c95d67d36d

2014-02-10  Noel Grandin  <noel@peralex.com>  [a572badfcb5e529747e6e60fac7d1f9b35f20d7a]

        sal_Bool->bool
        
        Change-Id: Ie26f32f9fbb170318d13196bfd608c824ce52d83

2014-02-10  Noel Grandin  <noel@peralex.com>  [d9fecfd4ab0c1e33ef6a62d902cacad39980e28d]

        sal_Bool->bool
        
        Change-Id: I7456a16a0180862913de5176d707e8ed20f31981

2014-02-10  Tor Lillqvist  <tml@collabora.com>  [dd06463eadd9fe5e3e33e01be3d1aa3bd7c33abc]

        Seems that -fno-weak is unknown in upcoming Clang on OS X
        
        Change-Id: I43bb17757f2b477674c49ad989393bb861c8d934

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [46e63b70d99eab31758afd3abf29c2237b9248de]

        instdir/program/senddoc lacks executable mode bits
        
        (but appears OK in "true" installation sets)
        
        Change-Id: I1c044409b97bd3121509a2185dfac89298312954

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b5ef795ed4a56195bf09633b03e88474f0b133c]

        fdo#74709 RTF import: implement RTF_CLPAD*
        
        Change-Id: I482735e3fc4091be983b2c7484e086f5d0dd283a

2014-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ada1e6d83202d34871c6f6c9d2f521be3f0bbda5]

        first step into positioning fixes for legends
        
        Change-Id: Id6c83f907c942a48005338090fc01d9d23045548

2014-02-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [8d81fb07a117cf366f1db60db8b33e25ecb4a570]

        startcenter: don't generate thumbnails in headless mode
        
        Commit e2eda70f2746f08376d8cdf5e5360df217335aef (startcenter: fdo#72469:
        Thumbnails also for other file types than ODF, 2014-02-03) turned on
        thumbnail generation for non-ODF documents as well. This is not that
        interesting in case --headless is used, however it slows down unit tests
        quite a lot, resulting in about doubled toplevel noop make time.
        
        Numbers on my machine for toplevel 'make' (in case there is no code to
        rebuild):
        - before: real    5m56.857s
        - after:  real    2m39.432s
        
        Change-Id: I0edc13c29a7713f8faf8158ba240151977cdfa4b

2014-02-10  Stephan Bergmann  <sbergman@redhat.com>  [ff5a48439c7975314e48056092baafa9a6359f9a]

        Do not do RTL_LOG_STRING_NEW on null pointer
        
        Change-Id: Ie972599650620324fa7af5ed2b2843bfc1f34c43

2014-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [3df1b8927a485192c55daf087449c00f505f6e5d]

        Drop unused headers
        
        Change-Id: I71b036ff0683307e7a2676e09c90d5a95667d599

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5d4e4f30480016bd1ae0d5dcd2f34f3c74d5a172]

        A little simpler.
        
        Change-Id: I684317003a7afee4154fe39098ced7ba27bdff2f

2014-02-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [49341001e76389f11bf67d756f4742275bc9dcd9]

        fdo#46707: Don't bother with synonyms for text with mixed script types.
        
        Change-Id: I7922905523406d05f864b10e1ecfd27f3fb5f9d6

2014-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [863f1bfca71a5eb084931b49393fb7a9c5a0deaf]

        fdo#74323: Test the undo and redo as well.
        
        Change-Id: I5ed921290fc3f98ecd268b606c0f7ccbf9016c39

2014-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b6378a1651e7157063746d7001ef566545338bd0]

        fdo#74323: The end position is inclusive.
        
        Change-Id: Ibd0ff19d7fd2de72a3b8d790a371da4b23df38c8

2014-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e041a1bfef98b54656cfaafcb0f586867a21edf1]

        fdo#74323: Add unit test for changing cases of text cells.
        
        Change-Id: I858e18a03d97434275676e771d91bdf3209f63fb

2014-02-09  J. Fernando Lagrange  <fernando+libreoffice@trankil.info>  [ad5443b929962dea64985b3b197ea323aafab834]

        fdo#74383 - PagesField: do not count hidden slides
        
        Change-Id: Ied09cc3ed4305c14583e9f4d9ce211514c2c90e1

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [0419524c57a7c18386c6cdc893a59fd95e589de9]

        coverity#1130443 Improper use of negative value
        
        Change-Id: Ie56b1d5ceeb68bb3d7dffe6ad8949485a93e1fbb

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [2c32e2f38366b4cfbdc56375cddaac188b80304e]

        coverity#1130459 Uncaught exception
        
        Change-Id: I1192f6326cc19c076386f0f426ebce911dba184b

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [7af08465168d49f072ec68c9544587c96861a92a]

        coverity#1130460 Uncaught exception
        
        Change-Id: Iaf0bee84a358914e71f04b84e358a03a5a2cd970

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [5267fc5e8a01953c8f55d53a470a414f510efcb5]

        coverity#1130461 Uncaught exception
        
        Change-Id: I6054816a63ec5a60e1c782001e8f5c115e40554f

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [3bba85609504c0a89f4330a6c8520930fedf0939]

        coverity#1130462 Uncaught exception
        
        Change-Id: I3f266f46085c840e8e1809799699efa163a53d6e

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [da797ff3ad827dad6549c6713b67c1db71427bb0]

        coverity#1130463 Uncaught exception
        
        Change-Id: I4c81275d217a0fa500a7ffdff3b9ade73dbface0

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [4051ed660873d6026c4c2a37a62d338fd63b8b81]

        coverity#1130468 Uncaught exception
        
        Change-Id: I167b5a5cd83f7edb6814f0ca6d14de9f5a0c5a4c

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [2d0b7b67c1730768f72601e1243d837b2f59ed4c]

        coverity#1130469 Uncaught exception
        
        Change-Id: I27d58c5cc9b20e9a4315019df2626ac03b496d41

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [8328eb4ecb72c2e4ce6e09b4659ab49f3feeb86b]

        coverity#1130470 Uncaught exception
        
        Change-Id: I9a306abd77d3ab8ff421dcc29d2ef08a9dca8d0d

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [3eee2ded1bb4fb4f94d8f262ffe98be5d8a00c7c]

        coverity#1130483 Uninitialized pointer field
        
        Change-Id: I55bf498f031319b5f8975dfe9fc05d1ec7848751

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [99f50cd8e2ceae421de3f5274dcd5619053bb27f]

        coverity#1169846 Uncaught exception
        
        Change-Id: Iae590d7b9ca2701a6917823524f819d18cb5676f

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [b0a7722ebfa720255b6ce1e383a3aacae0ce5e9f]

        coverity#1169848 Uncaught exception
        
        Change-Id: I27903e8b6bbf28a33601d793719ac5bcd3309db0

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [2234f541176cad8c7dcc3d732a898f701af979b4]

        fix debug=2 build
        
        Change-Id: I0163fe1668d35b3b108f9b57653fa490ae174ee0

2014-02-09  David Tardon  <dtardon@redhat.com>  [864f775189c23053bfa6ce8fb051dbc0d71929d9]

        move glew to libs section
        
        Change-Id: I1e6a4b025b945fc725738303c499c0ea44f9c8a6

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [53c84ea21e4e709f3b40d5f56ce764f0c4ce1fc7]

        coverity#1169804 Unchecked return value
        
        Change-Id: I32fb858ab78a741a194ae11a3147645d786c9afe

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [f2fb3c464716e5f14e5b966592adb5b6714c0566]

        coverity#1169806 Operands don't affect result
        
        Change-Id: I8c219ae3b1adcc615d75a61afba9414eb8acdc22

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [54cb92d14175af8991aa33eadf6396ef16835bb7]

        coverity#1169807 Operands don't affect result
        
        Change-Id: Ie96de8af75be60435f00593ca33d1dff2f42a02c

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [24c5cac41fc6592c0d5639be1ffa9fddcf7b0810]

        coverity#1169808 Operands don't affect result
        
        Change-Id: I95a3c09056a00a6839f25ecf54acc15e366cc360

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [6683634c7c683bda2081c9c36ae80115e8693206]

        coverity#1169816 Division or modulo by zero
        
        Change-Id: Ibd07c0d3766467f2b11b0a9fb18ca089ddcb1cb2

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [9d97cf74dc0eb51ebf0406c072489ed035b32463]

        coverity#1169817 Unchecked dynamic_cast
        
        Change-Id: I7ec12380f2f010ad04f4fd36b6a53f287a12fd3f

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [506e8ad83a706cf725910c4734ac7ad2626af95a]

        coverity#1169819 Unchecked dynamic_cast
        
        Change-Id: I8db30306719ea297f312453d81601983e708ad33

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [327010784c4ea3d8ead3eb7053c7d293e3b13afd]

        1169820 Dereference after null check
        
        Change-Id: I0390add3651df64ab41212cb62a8a450d8d3babd

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [abf097c340789009ad80b84432972cbb9ebe5396]

        coverity#1169821 Dereference after null check
        
        Change-Id: Ia239505f1fd58ffd371be1d3a49fcb008982bcf5

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [d9b5127b033e55fd7d634f0d5496d7185682677c]

        coverity#1169824 Explicit null dereferenced
        
        Change-Id: I5fe32e480d8cc372bccae25a0d180210e34075cf

2014-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [295869ce95c00a0e0b192ea6bf62753f91badaf2]

        fdo#74479: Treat empty cells as if they have a value of 0.
        
        Change-Id: I3701848016c230138e8791f683a2c8b97219198d

2014-02-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [71fe47cfe652829ff7dc09ae49b1c6c22d9b6a6d]

        fdo#74479: Test case for SUMPRODUCT.
        
        Change-Id: I2e8669c1cd6c824751d557c7c9ee735d580f17e9

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [a6b41b0c1460d3c9516b8d4e4d88abdc4fdb7ea2]

        coverity#1169825 Dereference after null check
        
        Change-Id: I74df9084f46e38901b6682b892fa7d0f71d72572

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [57e0062f2043f7a0382db5f4d01c6c70ca8aca46]

        coverity#1169826 Dereference after null check
        
        Change-Id: Ie431672b5a6ba1d613ae1cb9e48fa6d1db6a6b4a

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [daf4fb951bf8493b3425f24beb7eb1a6c36f838a]

        coverity#1169827 Explicit null dereferenced
        
        Change-Id: Iaca51f3795341c1c834772abba340501b3fc60a3

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [ecfeb72252c18c7fc94170e19a1ca6aba4116e72]

        coverity#1169828 Explicit null dereferenced
        
        Change-Id: Iad58bc1f5295bdaaff4ba17e70cb3aa4d5fc5aca

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [b8ba31a4028d8af77111b6a078f3ae0390db734b]

        coverity#1169832 Using invalid iterator
        
        Change-Id: I40b732f42f48c3d72fed4cee0241a5c6a6cb31a2

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [3efa186565eed2f201e604f270134c3a27cfc5b2]

        coverity#1169834 Mixing enum types
        
        Change-Id: Icd0735a60cb5986af85917e37efcfae591bfe3e1

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [0b9f65d05cc22da96eb27f6ccd040f8a27848594]

        coverity#1169835 Improper use of negative value
        
        Change-Id: I73b9ea3f1da05c8ddfd8e0b2da526b65dc1891bb

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [abd0ad882997dd980c483c687537971a948e81c5]

        coverity#1169836 Dereference null return value
        
        Change-Id: I402ceff13b2f081734151b8597c0d79ecebd6f52

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [b2f727aec7cfe94968fb4dec95eaa78b71193bff]

        coverity#1169837 Dereference null return value
        
        Change-Id: I36d3df9483437a008ff04e254a20b85f2ac042e4

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [39ecb2470c21c842559e8ac2c4d78c8e1e3cf880]

        coverity#1169838 Dereference null return value
        
        Change-Id: I6e8f83569fdb1ee7d7f513e065e6233aecf140f4

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [22e59ea977247b7090a04c872157aad5113314a9]

        coverity#1169839 Unintentional integer overflow
        
        Change-Id: I21d7962043e26e8a7973dd2f9305dd6a48f3db4a

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [6e4fcc7d756422a5b0cec60a6e23a764e40155f9]

        coverity#1169843 Dereference before null check
        
        Change-Id: I9e13a63ce78f317b35a7a374a2fd1ed699915944

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [0bfaf41a17d5f3209db96b35a5d53fe8b1a19c0e]

        coverity#1169844 Dereference before null check
        
        Change-Id: Idc61581fd8725c0c154cfa2d9912c513907ddc01

2014-02-09  Caolán McNamara  <caolanm@redhat.com>  [904d5010be5e22cdda49cbc09d332d3ee0c00b84]

        coverity#1169877 Uninitialized pointer field
        
        Change-Id: I3a64f7d476b682c68d05a25ed4b2287ef3e482d5

2014-02-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [042fec5bf2d00e55a0ef8b2a0120e821189b5088]

        forgot the new files
        
        Change-Id: I63bdb340aa06b072541bb8b0ed975457c504c9a2

2014-02-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7f8b4e14d787ec648a3de69fd51dc90fcfc876d9]

        fix memcheck report about uninitialized fVal
        
        Change-Id: I7ae3f6ce0499cc4fda885a13be09063c5b75559d

2014-02-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [33c8b164257a481875dee41be8177bd4cd744dd1]

        add a few more debug statements
        
        Change-Id: I9c9f4f216f1505d66911cfcf049eb991fbe59ccf

2014-02-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ec4b0ed8e070f2c0955c0a60194328d84490d1bb]

        improve dialogs for mapped properties
        
        Change-Id: I87e07a30743de0fc30d0caafd35192b18caf3dae

2014-02-09  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8cb2877b2d58d889a314defc5c2fa51d1cf2bde2]

        add the time based charting stuff to the ui files
        
        Change-Id: I5ffb382f61e56d1c07dfb945f08fa354aea9d5fc

2014-02-09  Luc Castermans  <luc.castermans@gmail.com>  [654f0932b94163dbed9c66bb32f595e8f6cea834]

        Translated German comments - polygon and matrix calculations
        
        Change-Id: I3b01520cca854e6504787077a15fbe150eef86d4
        Reviewed-on: https://gerrit.libreoffice.org/7950
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-09  Julien Nabet  <serval2412@yahoo.fr>  [5b066bc3efed187dd7e63973d2b9731a9eea31e8]

        Typo: (a)synchronoues -> a(synchronous)
        
        Change-Id: Ia3871d711308eb38ed6e0df81615966cc142030d

2014-02-09  Julien Nabet  <serval2412@yahoo.fr>  [94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f]

        Typo: I/internaly -> I/internally
        
        Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a

2014-02-09  Julien Nabet  <serval2412@yahoo.fr>  [332fffe3b8cd51576c42762e5e9751464777f2ca]

        Typo: prefere -> prefer
        
        Change-Id: Ifad9097f933b2821c1168fc317889e66d6419545

2014-02-09  Julien Nabet  <serval2412@yahoo.fr>  [95141bfd304ca1c33145c85b383ccb5ddbb98938]

        Typos
        
        Change-Id: I8316213889280b8f8622fb5196b6a36e81d8e6f1

2014-02-09  Julien Nabet  <serval2412@yahoo.fr>  [742d3987319944308a42fcdc19592bc441b761c2]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I34446102091ef8be72d5aec603740db531fdd14b

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83cdcdb9f0fe11309939f5dca4fb46e426559896]

        fdo#74512: Generate escaped sheet names after the grammer is set.
        
        Otherwise the single quote characters wouldn't be properly doubled.
        
        Change-Id: I864ca8912a35049905e52e002d92d648e1278015

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c4987cd730be2d4aa7c76e69fad4e3195413fb0c]

        fdo#74512: Add test for this.
        
        Change-Id: I472a91375c6408761d9c300b3575cfe101649fca

2014-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [c96d1ddf579fdce1e0afa8b7804d081e631deb22]

        oox: whitespace fix in WpsContext
        
        Just make sure that these two new lines match the style of the
        rest of the file, which was so far consistent.
        
        Change-Id: I6113753157fec7fd0e0dc988885b36b477c301b2

2014-02-08  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4987ae04cf5b2c5e3b5c1439cab31bcf7c132f8b]

        fix my patch
        
        How did I forget to attach this part?
        
        Change-Id: I5f54793c3248c1ea8805426be1437abe730c5d45

2014-02-08  Rachit Gupta  <rachitgupta1792@gmail.com>  [5ff8e1d8e31f23492ee1ccc3af0b73791cd5101b]

        fdo#52461 Multiple instances of same cell now get same color.
        
        nColorData added to ScRangeFindData for color assigned to cell.
        While inserting a range in maEntries, vector is checked.
        If the range is already present, the color is returned.
        Else, a new entry is pushed in the vector and it's color is returned.
        
        Conflicts:
        	sc/source/ui/inc/rfindlst.hxx
        
        Change-Id: I38b93092cd22fa42ada55fa5d28eec9b71c12703

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [dec544be7c929a5c006008ddd3b901f18f4fbbe1]

        coverity#169849 Uncaught exception
        
        Change-Id: I7c41fcd5be19ed9a0ba7e06920da4eadd0ea15a9

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [120cd03989394896cdcc928303546254b1e956ac]

        coverity#1169818 Dereference after null check
        
        Change-Id: Ie8afd01a36b797ef7733f1cdd36775ff086a278a

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [f4e984edfa2f72d36f8e8db4de0d8ba49639b034]

        coverity#1169810 Logically dead code
        
        Change-Id: I565b3fc948c66a7b8e9815cf746714f9a2a70267

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [e6242ef5bf398cb598b5eeac1141576e87b0baf3]

        coverity#1169809 regression on long->bool
        
        regression since 04683f14883f4cd64febadd71b327639f1e7edcc
        apparently
        
        Change-Id: I35b154dafd9534fb8234a82683cb3e879e136834

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [12e0102f39ee3a0398a4369bbc4af4ea0f51ca14]

        coverity#1130446 Uncaught exception
        
        Change-Id: I9225b4ffd507fa3d666862a55dae349c9a76e91d

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [249cc89a292bb18e28d0f8447db70cd1adafcaad]

        coverity#982486 Unchecked dynamic_cast
        
        Change-Id: I241300f05ab537f2ab89d15f06ce6c04ffec14b5

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [6d43fd9c9ff5a55bc8c7be5750dae4dc8ec363bb]

        coverity#737047 Uncaught exception
        
        Change-Id: Icdb50f632654f0e46c41fa3e98741a00dfbc0feb

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [d67bc9b3e6a30748c78e541ac882c2dd426b003d]

        coverity#705400 Argument cannot be negative
        
        Change-Id: Idfd95810f929d6485263c0a4fb1e24bfa31c48f8

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1556dbc451f067d8744378fb9bac0eaa7ef8f5ac]

        fdo#74453: Only adjust tokens for top formula cells of formula group.
        
        Change-Id: Id04387dffac271b3d617da0fbc19c862c929d60a

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ac5682aa3013550e3643026c571b5d851b9e7b67]

        fdo#74453: Write unit test for this.
        
        Change-Id: Ic8cbc650d6608ff7af5d1d58deeeba409bb81725

2014-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d04286f258603a7fbb1d63cccaa7f1f81b22075]

        coverity#707788 Unitialized scalar field
        
        Change-Id: I0098ef6ca7f2463f9de7bada44272507c3b6e104

2014-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ab03b245d255a66678bda4c622af3096fd4e5aa]

        coverity#707785 Unitialized scalar field
        
        Change-Id: If3a54628ae6dc0deb605ff075695147d6a58762b

2014-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [618891adc69a27e9461bbc6ba69f4168426223ef]

        coverity#707784 Unitialized scalar field
        
        Change-Id: Iac0a1bb3dd01cc51d17e040a96a8c866fac01058

2014-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [47a82e10ca56a09846b275c0cf5af036791d31b0]

        coverity#707783 Unitialized scalar field
        
        Change-Id: I7d294c217da28b45fd94fb256d8f990d0f9427f5

2014-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [bfcd369f9b9072494b893dbdeee09f5e4341deac]

        coverity#707774: Uninitialized scalar value
        
        Change-Id: Icba50e53a162276b90c1602d22f28fa3ef42f05d

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [771b9d2718f28beedbc1a913e8965cdd1fc75a88]

        fdo#74521: Only pick cell notes for that sheet, and skip the rest.
        
        Change-Id: I06a069e835eb7f2f90d34f4fcdfd935aff0234de

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7d71fd489c39f348c43477cafdc1bc150bf1ff68]

        fdo#74521: Write unit test for this first.
        
        Change-Id: I1815464e25703f1b0181211ac74341edb41793be

2014-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbe6ea29856f5a5e2aeb87334a86bf8e3193dc23]

        SwFlyFrmAttrMgr: rename member variables missing their prefixes
        
        Change-Id: I044168d7102b7c970ff5dd454c74262af7f3ac62

2014-02-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [e4f982f583816c9702d926ebe2ca1e97eb3bd4e1]

        sal_Bool to bool
        
        Change-Id: I7472b6fad91fc349dc4cea2b490cb6cb7796fd34

2014-02-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [7e798c2a0019e103f784aae10018d98667fae481]

        sal_Bool to bool
        
        Change-Id: Iae2f4cd32edd8f995ed644d35edd333fd212dc5a

2014-02-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [1c70ea4bce74996594068e9efc9d0d4f9acca395]

        sal_Bool to bool
        
        Change-Id: Ia3b89bc6c51874e66e5923b5f2a0352967b6ec41

2014-02-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb0d8ba5faf75268654031fa29a809fc01978eaa]

        sal_Bool to bool
        
        Change-Id: Ia381958971bce86e3ab3eefe3445b491552e908b

2014-02-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [5c95b277c68a27d91f591b676f1846c6eda04f79]

        sal_Bool to bool
        
        Change-Id: Ie1306dc6b079c3d5204733470b69f45cdc96b04e

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1e3ef350d730bc54a3e9c393c2df6fd1f839a3a8]

        fdo#74414: No need to incremenet nRow here... It's just plain wrong.
        
        Change-Id: Iecdbb3eba46ddf2f2bc4f2334c7d45a4e2d801c8

2014-02-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [22cdd528d26d9e332df72135394f8d57bf227d03]

        fdo#74414: Add a bit more check in existing test to catch this.
        
        Change-Id: I4ab844fe686e8c38968c34305936907380a1fe7b

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [7fe516a0ad42a2ec1f355b6ce45283d78fe210b4]

        coverity#1169852 Uncaught exception
        
        Change-Id: I52cd87c045eda2a11f48b0a28109bc7032033124

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [f4897446c0ae9b9060562755351a3811c835e345]

        coverity#1169853 Uncaught exception
        
        Change-Id: I3f10fbc70e72f6788e8ecc6244cc89d0c6cfa07b

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [b39d5f1ebc9fd4b076d3ff1cb4c83fe07ef57329]

        coverity#1169854 Uncaught exception
        
        Change-Id: Id119394ea892dc44ec7f4c4679d1e3cd64203946

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [fcfde822617074ff87bc027773e6afe6ed75a3ab]

        coverity#1169855 Uncaught exception
        
        Change-Id: Iaf1e60f90cea22453f374986348f086d593e70fd

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [fdeba2a75325e664308404663937a07efcc78d5e]

        coverity#1169857 Uncaught exception
        
        Change-Id: Iccd10f5a06bcf11fcf2d90f93fa9a9e414a2ec62

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [fc701963c0367ce88a16a8c16fa7feb283a97189]

        coverity#1169859 Uncaught exception
        
        Change-Id: I554d115742b8e854def3eca87ebf2976567c3fa1

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [51626168c4138514727181e726c186643665c0d8]

        coverity#1169873 Uninitialized scalar field
        
        Change-Id: I3b1b6a1fcb5ffe0c4f1e2f2709c214cddef9582e

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [8cd787a4e721dd99f443ed6b5a54cf73693dadfe]

        coverity#1169874 Uninitialized scalar field
        
        Change-Id: Ie81eb6730c0e7e3c1b58f43697cb51587c3caf5d

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [661acb5e6fca3a65cd355b5dc7ce6d56c84f7ad0]

        coverity#1169875 Uninitialized pointer field
        
        Change-Id: I8c31ab748efedcfc88b80afc56bce1edf69084a2

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [9ff5689fe25362431f5bf4f2b25056e8899bee40]

        coverity#1169878 Uninitialized pointer field
        
        Change-Id: I722689f54f7c12ab632104550c632aaa16afe65f

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [06410bdf1f05db344a5b2ab9275575fed5bded53]

        coverity#1169879 Uninitialized scalar field
        
        Change-Id: I9638bbda4d87e6d86ed1baa2f29331321f11d862

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [2ee427f90ec8261a95fc5fef5e27f8be0adda7cd]

        coverity#1169880 Uninitialized pointer field
        
        Change-Id: I70a9381a77b3b782c52dbcbc0b48a0e5ea387c8b

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [65af1f309883f4c706f0154b17149ac38f0760ef]

        coverity#1169866 Uninitialized scalar variable
        
        Change-Id: I0259c798bfff5034059fd3ef6a0463e5fbce409b

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [562fdfc9b481d45bf8cbf55c7d693b38a3f12b8f]

        coverity#1169868 Uninitialized scalar variable
        
        Change-Id: I65c2c8fcbf83d8a93a838873c412d70f7d9196ef

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [6da0dc447cb2c5c3a6cd80298b4984ba36732b1e]

        coverity#1169872 Uninitialized scalar variable
        
        Change-Id: I797e25c6cf23f3de6e812096574be8d4bce41338

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [15ff1109d25c9d89f6fcba6c10ce1a02908d1480]

        fix debug=2 build
        
        Change-Id: I09048d8d92afa4761e5276f308361f6b7fd152b5

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [3d78423eaee41474cfa99c651f3c96d407453180]

        coverity#1169862 Uncaught exception
        
        Change-Id: I13d12586b8f76b61e3b728858fb7228eb7be723e

2014-02-08  Caolán McNamara  <caolanm@redhat.com>  [2d3ddaef14122e19916852cf3add98646926eb9a]

        coverity#1169864 Uncaught exception
        
        Change-Id: I6fad82abf7d0ad4a85592e7011328faaaff14ce1

2014-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [48f5a0390071d02be3a1a0962cc57c64762dba54]

        writerfilter: these sprms are unused
        
        Change-Id: Ia82590221b806c9dfbc64acad13fbdc2e017782b

2014-02-08  Niklas Johansson  <sleeping.pillow@gmail.com>  [812da991eb3ea082e925eccf76698aa4415309b8]

        The accessible action "click" changed name to "press", adjust wrapper accordingly
        
        The commit efb23f29983f87104a684e7fab00b84fc59d131d Integrate branch of IAccessible2" changed the name of the accessible action click to press
        we need to adjust the action wrapper class on mac accordingly.
        
        Change-Id: I406a44e5b4fb31f4f12859ee5380b62cc5cccdf4
        Reviewed-on: https://gerrit.libreoffice.org/7932
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [43feacd5330b5652b58e8a75a0f41a78ee6ebe1c]

        sw: fix build
        
        1edca1fe0aaadbd48ea23b691dc244ad2a6b6f73 (fdo#74499: - FILESAVE:System
        throws a segmentation fault while saving files, 2014-02-06) added a unit
        test to make sure a crash doesn't occur, except that it forgot to fix
        the problem itself. Disable that for now till the real fix arrives.
        
        Change-Id: I2dd2e2f2bb6f518acf082534bb048fb2d13e58e8

2014-02-08  Julien Nabet  <serval2412@yahoo.fr>  [4415f6b7b19c1e6f805c6a7c190c2bebeebdd648]

        cppcheck: duplicateExpression
        
        See http://nabble.documentfoundation.org/Cppcheck-Same-expression-on-both-sides-of-in-PresenterPaneBorderManager-cxx-sdext-td4094873.html
        
        Change-Id: I7dbb8d0254ca77127250d6ca02de7b945ef8051e

2014-02-08  Matúš Kukan  <matus.kukan@collabora.com>  [67316dd9ec0f93acf16c16e97f3e1472cfd2b8a8]

        Add CustomTarget_android_desktop back.
        
        Change-Id: I4bad098055c6c3b34dd5f02caf17df13cf4df797

2014-02-08  Matúš Kukan  <matus.kukan@collabora.com>  [0a1437b01bf27658c5dab5f1f99600cf4d57606f]

        Rename makefile to match the name of test.
        
        Change-Id: I00f11f644b92f18f7a139bb8ece67c57a971f17e

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [503b7191737eafa5621dc0aa552092793676c998]

        fdo#73281: Why!?
        
        This restriction makes absolutely no sense.  It was likely someone's
        temporarily hack that was totally forgotten in the past 10 years...
        
        Not to mention removing this fixes my bug.
        
        Change-Id: I7394cccdc9fe486fda6cdd9b7eaf98fd291895a9

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [27251f37e564ed7b83891875d7d269ff21f18fd9]

        fdo#73281: Write an export test for strike-through text attribute.
        
        Change-Id: Ib9cffac17a8f2e0bb016952ae5dd1b00bd4fc9f9

2014-02-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [38ce69a1d10bd18b45b192ee4a5e650f817be676]

        drawingML: remove code duplication: use GetRelativeRect()
        
        Change-Id: I7368ad15292c82e5320deb9ab60e04f70d0c92b8

2014-02-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [aec959dea00bfb362377fe1007da1f381f45559e]

        drawingML: remove code duplication: use WriteStretch()
        
        Change-Id: I0d589da01bf6afed86b5811d6b27f72f6e1bb160

2014-02-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [feae30c4ce1a1aa303500371b858f871d4ef88fc]

        ODF export/import: text vertical adjustment attribute of text frames
        
        ODF standard handle 'textarea-vertical-align' as a
        'graphic-property' which "specifies formatting
        properties for chart, draw, graphic, and frame elements".
        So this change fit to the standard.
        
        Change-Id: I956f512953380983c2c882e943178335fd4dbfeb

2014-02-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [718203e37025fc1cc1e28f9e52f05bee79684811]

        drawingML export/import: text frames with vertical alignment
        
        Change-Id: I469da0a8234dd2979facfed3d66907aad1a138ab

2014-02-08  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cf9d8194932318d5e8b27ec8188cf32938670abc]

        New frame attribute: TextVerticalAdjust <-> RES_TEXT_VERT_ADJUST
        
        By now this property is added for MS Word interoperability.
        With it we can make DOCX import/export working.
        I use this solution instead of InteropGrabBag because vertical
        adjustment would be a good thing to have for text frames too.
        So later it can be the first step of an enhanchement.
        
        Change-Id: I9dcfdc8ae56ce443f0c286c51136e1d006951938

2014-02-08  Michael Stahl  <mstahl@redhat.com>  [ebd0d0056d89a6a69d2cb75e28758132cb5c236b]

        fdo#74363: fix auto correct of initial capitals on start of first para
        
        The GetPrevPara() method apparently has to return 0 when there is no
        previous paragraph.
        
        (regression from ac85b6cff11d193f5f71d11b1f3cc1c474653f59)
        
        Change-Id: I09a3e1d3a3adb33562e4e03c0755447047cbd433

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f60dd0223f8834224b196153f0d8601403d76dc]

        fdo#74273: Let's not shift the note twice. Once is enough.
        
        The notes already are shifted at the top of the function.  We don't
        need this bottom one.
        
        Change-Id: I10858d937674e236eecbc42ee08bf6eba197755a

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [06c17598fb944aebcd0ef0783d2d4a81662208bb]

        fdo#74273: Adopt existing test to catch this.
        
        Apparently having a non-empty cell where the note is makes the note take
        a slightly different code path.
        
        Change-Id: I23decb83eeb34ee9e16b4f56816648815f102db8

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [6377907addf266d783ba741a7d4f425f86fb7b20]

        coverity#705773 Resource leak
        
        Change-Id: I630fc03502b7bc510313656ae11ae1159f2319ae

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [4fe6abdf69488dd52806085f812b69317b0d2d49]

        coverity#737046 Uncaught exception
        
        Change-Id: Icc089ca0b320c7db0e00b48a787e1657d65514ae

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [d32883b641724f7e9efa205a55068bc664660bbf]

        coverity#735493 Logically dead code
        
        Change-Id: Iddf09c1acb7d2e812b86c6f14f5394a6a266d258

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [4fcaa8ee1f94799321596eab2f6fd2c768bbec9d]

        coverity#441048 silence Dereference after null check
        
        Change-Id: I3869657bbf20ac3152090a96428456c2a9eb9d14

2014-02-07  Herbert Dürr  <hdu@apache.org>  [b1e45c93e8e6339df6d7b7158029cbd9550c08cc]

        Related: #i124201# fix frame-list handling with AppleRemote events
        
        (cherry picked from commit 2d6f7c351fd53de62af5262778173538942aa4b1)
        
        Conflicts:
        	vcl/osx/salinst.cxx
        
        Change-Id: I3f80bacd673f06be92406d397260d5b7bb0d1a19

2014-02-07  Tushar Bende  <tushar.bende@synerzip.com>  [1edca1fe0aaadbd48ea23b691dc244ad2a6b6f73]

        fdo#74499: - FILESAVE:System throws a segmentation fault while saving files
        
        Description: Docx containing text frame giving segmentation fault while saving file.
        Reason found is inside writeDMLTextFrame() it was getting SdrObject pointer which is NULL
        and accessing this NULL pointer was giving seg fault.
        issue is fixed with commit 4de30fa7fd6abb5c2ea2b63a0e306954f7acc1b1 here is the export test.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I0ab4bbf2126abbfa0fa37d2156aa3390ded0997c
        Reviewed-on: https://gerrit.libreoffice.org/7894
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Eike Rathke  <erack@redhat.com>  [bba69a3449598eddc465e3467e52ff975fd81938]

        resolved fdo#74622 re-intern shared strings copied between documents
        
        Change-Id: I64719e12be1f1c61bc86c99f1698f35db87d97be

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [285de07b2b268d49aa92b462cb295ff58bf6452d]

        Use css namespace alias
        
        Change-Id: Icb1c96e9652d475438119b481641e0064e26ca16
        Reviewed-on: https://gerrit.libreoffice.org/7917
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [ed28cbb1ea7f2cb5e9ad88a0b49196b11db971ed]

        Remove useless comment decorations
        
        Change-Id: I652932b0a82641d01c6e64a3c8acc5c983cee022
        Reviewed-on: https://gerrit.libreoffice.org/7914
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [b634aa656a74e1f8ebeaf8a9092829294c49171d]

        Remove commented code in OutputDevice::ReMirror
        
        The following code was reimplemented in a cleaner fashion some time
        ago. However, it was just commented out and never removed. There is
        no need for it now, so removing. It's in the DVCS if it's really
        needed :-)
        
        Change-Id: Ia7d3c480ba70ccbd8dcf2808d9b712499c4cef4f
        Reviewed-on: https://gerrit.libreoffice.org/7913
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [fd5e86090b2708ea318746b6610d7a143859f273]

        tidy up toolbox packing handling
        
        we don't want to apply the children's attributes onto the parent widget
        
        Change-Id: Iad31e7f89266633e621aaf597713564747f7cac7

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [40078b3ef32a60852f692d6ed222cb767133d7e0]

        remove the 4 send crash report tabpages
        
        and other logical consequences of
        
        officecfg::Office::Recovery::CrashReporter::Enabled ==  false
        
        because we have this disabled by default since the first LibreOffice release
        and we have no backend infrastucture to handle the submissions anyway and it's
        blocking conversion of legacy .src dialogs to .ui format
        
        Change-Id: Id5481af3ec970032b3728c0e6cc0c6a52d3ed3dc

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10da10ee6ba37f4861045d1f8db0022293433cec]

        fdo#74535: Don't forget clear the edit engine before re-using it.
        
        Else you'd get a very comical result.
        
        Change-Id: Ie73145dee47a8583f2e9cdb7ddb4f2d66f361dc1

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [36e7fca5fa87fc72cdc9315438d9437fae9aa3da]

        fdo#74535: Write unit test for importing hyperlinks from xlsx.
        
        Change-Id: I64e053106cee396a09f2a4915c19fcb1d69e5e82

2014-02-07  Michael Stahl  <mstahl@redhat.com>  [38d0047da7f964c862360b48d88cc869ad376b6b]

        related: fdo#74230: Area tab page: prevent default gradient/hatch/bitmap
        
        The Area dialog for shapes unfortunately makes it possible to set
        gradients/hatching/bitmap that uses the default items in the
        SfxItemPool.  These items however cannot be stored to ODF files, since
        these are represented as elements, not as attributes on a
        style:default-style; what we get for defaults is a somewhat silly
        draw:fill="hatch" without an draw:fill-hatch-name.
        So prevent the dialog from creating them by forcing a selection of an
        entry in the list.
        
        Change-Id: I67cc6dbbf7b491f06d094d4de1e9c3ffe79b01f5

2014-02-07  Michael Stahl  <mstahl@redhat.com>  [45d3577bc5726eee44f491fd30a7f11dc428431a]

        fdo#74230: ODF export: write stroke and fill color in graphic defaults
        
        The pool defaults for svg:stroke-color and draw:fill-color were changed
        and while previously (effective, manually overridden) defaults were
        written into ODF files, this was lost with the change; restore that.
        
        (regression from c0eb5e7772c848806db8ab461f77f9549c1d8b2b)
        
        Change-Id: Ibcd863260976aa42116175c7f19cb33760af986f

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [85cdb06fd5ba0c974e729a56dcb0e323c4cdfd25]

        sal_Bool -> bool
        
        Change-Id: Ifc80202e0865b59931af6e50d3d60f5021f8b52e

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b20888e1299464249875652ac3794258a75c593b]

        auto_ptr -> scoped_ptr
        
        Change-Id: I5e405ec2689000c973cf8ff1f86c1c2d6202eda9

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [ae2ccda11747689e56688936bf9aa30b76ca1b26]

        auto_ptr -> heap_ptr
        
        Change-Id: I2c6bb5c0ad9a844826498a1c8495249dd88a9942

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cf1f27affccb3fa97c4b4157dd34fe5c6ef6c6c8]

        auto_ptr -> heap_ptr
        
        Change-Id: I8e7845c8148339fb305666e316b74fd134774ea3

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [6606611c425823726f1f40ea085acc982906cef6]

        auto_ptr -> scoped_ptr
        
        Change-Id: Iebfb88b6326873642356f5ba566b36c7a3672815

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [bf28399df0b73364b12309032e4a8b571389c2cf]

        auto_ptr -> heap_ptr
        
        Change-Id: I401505ee15f71e8655570233b953951aa22ad668

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [aef614d0931d9b1ef0431ebc6aa8aad38d0445c1]

        auto_ptr -> scoped_ptr
        
        Change-Id: I19fbc4f6e0fb0d53a72759e5faf9c86c595e8e17

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [860b6deee0fad17923499adf4c0b6d74df3fc500]

        auto_ptr -> scoped_ptr
        
        Change-Id: Ia84ebb07de6c2b5c62340b530c908fc919b34b0a

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [660c1889c9fc975477a56aab2f45da65bbd29466]

        std::less is the default here
        
        Change-Id: I57428772187d3487668eca2f553c74e18e4f736e

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2935c2999e699ee28bb96fb8680868ec74e20893]

        auto_ptr -> scoped_ptr
        
        Change-Id: I05c461deca118f1a1b75d94b4d00ce797987e8d6

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2b04d0a17f74a5e8b2f81521710ee91d4daa267f]

        Avoid unnecessary heap allocation
        
        Change-Id: I7bc1a0960cc100c51b90c50838a5ef620f3c763f

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [115457292ff792b151994303e8bbbb2b9c98bd72]

        Use boost::scoped_ptr
        
        Change-Id: I049347686d0c7012494ec98743b7867ba4595a97

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [8a54c7b6f78f761054e8160d3c3fe22f72e91733]

        Consistently use m_ prefix for SwAutoFormat members
        
        ...but removed effectively unused nLastEnumLvl, nLastCalcEnumLvl members.
        
        Change-Id: Iaec855484ede16c334ee07c2a89949910421cc8c

2014-02-07  Radu Ioan  <ioan.radu.g@gmail.com>  [396d4f1c911770895900301f453b6d8f46243252]

        Related: fdo#35105 initially map HEADING to ATK_ROLE_HEADING
        
        gets overwritten anyway, but its less confusing this way
        
        Change-Id: Ib7da2b7787afa7804496337358f0ef6fc7d42b3e
        Reviewed-on: https://gerrit.libreoffice.org/7834
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [455d970206b4d5dda8120bdc1958885c2607e354]

        Renamed VCL's OutputDevice mirroring functions
        
        I have renamed the following functions:
        
        * ImplReMirror            -> ReMirror
        * ImplHasMirroredGraphics -> HasMirroredGraphics
        
        This has been done because these functions are definitely public
        and there is no need to prefix them with "Impl" as they are exposed
        to other objects.
        
        Change-Id: Ib52493c9824e29a038de2fc35736a5ca863c091a
        Reviewed-on: https://gerrit.libreoffice.org/7911
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [738bd2cfd446debbc0e08fb5500004276fa28c7d]

        fdo#74507: Ensure that we have non-null pointer to ScColumn.
        
        Else it would cause a null pointer dereferencing when "precision as shown"
        option is set.
        
        Change-Id: Ie8d2fdb916b575fff7e0217c45c18a2c799577cb

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6437313bdba12836d9e472654ad402601af58077]

        fdo#74507: Write test for this to induce the crash during unit test run.
        
        Change-Id: Ib25136c203f7da17a9b7f086916d870225bc729b

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [850d1b784de3cb575a3e12269651d36fce32dfd0]

        Document OutputDevice class
        
        As part of decoupling the OutputDevice class from the Window
        class, I am going through and documenting what each public function
        does first. This will give a clearer indication of what Window is
        responsible for, and what OutputDevice is responsible for.
        
        Also fixed ImplDevicePixelToLogic's parameter - should not be rLogicRect,
        it should be rPixelRect in the header definition.
        
        Change-Id: I0d0b977c3d432bd08cd6d7fddc7ed878b95506d1
        Reviewed-on: https://gerrit.libreoffice.org/7892
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [cd21e1ea69d1cf66e7b6c6488609c0b57c64e379]

        Group like Impl* functions in outdev.hxx
        
        Change-Id: Iede8395d9287a857601080e7a65dc3a3eea93c9e
        Reviewed-on: https://gerrit.libreoffice.org/7890
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fb860438c5e5224f367360e8a5c463ea1b8054b]

        Change from com::sun::star and ::com::sun::star to css alias.
        
        Change-Id: I704f45c156e8e70476409a0369c6b481707152a3
        Reviewed-on: https://gerrit.libreoffice.org/7889
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [2a9b8358f75ca9117f5838dff41a25ec76cf1660]

        Reindent outdev.hxx - minor formatting change
        
        Change-Id: I5095728ca486b6a609d26520ff45f8bc5bde1c21
        Reviewed-on: https://gerrit.libreoffice.org/7888
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Joren De Cuyper  <jorendc@libreoffice.org>  [0565a99a7598197f5354914927827fc7addd95f5]

        fdo#60586 - [Template manager] Switching tabs does not update breadcrumbs
        
        When applying a filter, lets go to the rootfolder of that filter
        
        Change-Id: I7034584da65ec777aa3cc288e1423596312caeec
        Reviewed-on: https://gerrit.libreoffice.org/7905
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Joren De Cuyper  <joren.libreoffice@telenet.be>  [a411bf38da3668094698c06c8424aa9d68c85702]

        fdo#74506 fdo#74291 -Template manager-store selection before calling dialog
        
        It looks like calling a dialog/querybox result in a deselection of
        the selected ThumbnailViewItem(s). Therefore lets save this selection
        first, before calling such dialog.
        
        Change-Id: I45a1da4307759ca6472f793fff29b1e2507fd5c9
        Reviewed-on: https://gerrit.libreoffice.org/7902
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Joren De Cuyper  <jorendc@libreoffice.org>  [96e7225260aac0815643a4043f4ddb4e6b5764a1]

        fdo#65430 add OnItemDblClicked and setOpenTemplateHdl in templateSearchView
        
        Currently only templateAbstractView had such handler, which are
        templateLocalView and templateRemoteView are based on.
        
        Change-Id: I6694d0804a8b7e58abc0ddc970e811d053394d6f
        Reviewed-on: https://gerrit.libreoffice.org/7918
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Joren De Cuyper  <jorendc@libreoffice.org>  [062b3a5def5ec25813cabae5d292b45a589d72e4]

        fdo#69358 only draw native style when toolbar is docked on top
        
        Change-Id: I194a34881a6bd7cc14ef342d9305449094154696
        Reviewed-on: https://gerrit.libreoffice.org/7920
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [636b3203a7509ae025cb0f3cebbe0b0f766ea7aa]

        fdo#39468 Translate German comments
        
        Also remove ASCII art.
        
        Change-Id: I2e2aeb7a940fcebb0a08aa8906eb1f3e392b8d0f
        Reviewed-on: https://gerrit.libreoffice.org/7921
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [65a384eaa1d186868548f7d3d864229836332c84]

        set smaller preferred width for sidebar para spinners
        
        i.e. use a size that's big enough for sane values to
        fit, rather than full range of legal values. Width
        space is at a premium here.
        
        Change-Id: I5d34048690729415deaabec431eb16e43c5b7a0a

2014-02-07  Maxim Monastirsky  <momonasmon@gmail.com>  [5024ce2a2c0c08dcd74b2410d088a9daf83d2f31]

        sidebar: even more cleanup of text panel
        
        Contains the following changes:
        - Kill SvxSBFontNameBox.
        - Remove ToolboxFontSelectHandler.
        - Move .uno:Color to a separate toolbox. It allows to
          remove some hardcoded uno commands from the code, and
          also solves a redrawing issue.
        - General cleanup.
        
        Change-Id: I6fb797aa95d1a73dca0003ad1a40aee55e27e163
        Reviewed-on: https://gerrit.libreoffice.org/7893
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [b6542ea43ac6141486d3d1f29bbab9b053c26b21]

        for ToolBox Optimal Size use contents optimal sizes
        
        Change-Id: I614c4fdb6478d1ca8e092dc742886190ec920b7d

2014-02-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c572b6cd9b7afe61c5cc01c569ab5ea87b67f5f1]

        Our own 100% original code goes here.
        
        Change-Id: I25cae9f41d7986fa7886b7ce1f341d124b3f7c88

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [3f1a97eda055f49f0fa5ba84dc4a122f222cc217]

        implement expandable toolbox items
        
        Change-Id: I64ace48ed6a72cea670ac2cdd774764b7c586648

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f6245d5bcb18dff2721d5975cd84711559cefe65]

        fdo#56511 Don't unduly delay Bridge termination
        
        When terminate is called from the Reader or Writer thread, the final terminate
        was delayed until disposal of the BridgeFactory, as an unfortunate consequence
        of always trying to join on the Reader and Writer.  Instead, forgo the join in
        such a case and rely on the underlying osl::Thread becoming detached after
        calling termiante.
        
        Change-Id: Ifba788c4d0d2e9b14b4f7f6b5f0f1380b712ce36

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [d4b5a9ead177579c7d8091881da91d6766fd8ff1]

        sal_Bool -> bool
        
        Change-Id: Ia4309b93518bc9625d02a728edc57606d6b715fb

2014-02-07  Noel Grandin  <noel@peralex.com>  [50fe91476fed74773f0f0d40261b8e2d4728ef26]

        coverity#708813 unused pointer value
        
        Change-Id: I723757e470cb2b7e1a412a61a251be954e19d1e9

2014-02-07  Noel Grandin  <noel@peralex.com>  [8d62cd21cba9f08e27f82713dc648341d27f91a3]

        coverity#708822 unused pointer value
        
        Change-Id: I6797d11a09baa4f86826d8740301bb8d66bb247a

2014-02-07  Noel Grandin  <noel@peralex.com>  [2bfcb3c56c2b6ad97318cb722ddb92884c59e41d]

        coverity#708828 unused pointer value
        
        Change-Id: Iba75551684d7ee51865a7063cba7458594e028da

2014-02-07  Noel Grandin  <noel@peralex.com>  [429dd477f102b51c4f3cf607dc21d0fe05b5889b]

        coverity#708838 unused pointer value
        
        Change-Id: I5130f74f9c236b906282f79bde82f2f946b7781a

2014-02-07  Noel Grandin  <noel@peralex.com>  [2b8a32ae0af292f8fafbf30803c9d88495ec3048]

        coverity#708848 unused pointer value
        
        Change-Id: Ia57203dc63c7b0c26c51b13f7323d5c1c218c267

2014-02-07  Noel Grandin  <noel@peralex.com>  [a38165fdd4a6ea5695ed16a8bb529e0228cdd695]

        coverity#708849 unused pointer value
        
        Change-Id: I3d800ca26412537a69bbe0835f518558e37dead6

2014-02-07  Noel Grandin  <noel@peralex.com>  [4dda036b15bfb528b576c6f6d97cc57903d93451]

        coverity#708854 unused pointer value
        
        Change-Id: Ide16dee52116d3f437a564b93fad7464382c7213

2014-02-07  Noel Grandin  <noel@peralex.com>  [e4fcf23f3ddae7d0ee1f0e3e20f472c65f568487]

        coverity#708856 unused pointer value
        
        Change-Id: I9f093e10d222b500079c5b38ea673e9d014b6870

2014-02-07  Noel Grandin  <noel@peralex.com>  [972f3a812d56abdc171066feaaa9ffa40ce75c3e]

        coverity#708872 unused pointer value
        
        Change-Id: I8f8598051b1dcb97050831787c7ea9ea3ae85143

2014-02-07  Noel Grandin  <noel@peralex.com>  [ea05b89697eaa3c7edcf5edb21cdb53b77e8d351]

        coverity#708873 unused pointer value
        
        Change-Id: Ib3039e4bbe355a3136730a6dbf9bf516be2c3f62

2014-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb7311886da0fcd9cc1f6a829417061d3c100791]

        Updated core Project: help  297543fff266d60698d32021757ad9b419a9862c

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [9863db7dc5509fc60c96e0db5e8c50e72a966bbd]

        Am I faster than the clang tinderboxes, or not?
        
        Change-Id: Ie38066e8b3953c07f343bae69b6fec5b0ceb25b4

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [6cc8693cb28ab7e2a7d6fa474e25c6b6bff36ff5]

        vclbuilder: Honor the "visible" flag of toolbar items.
        
        Change-Id: Iaf58462cbc700b48f693ca60c0a4242a73b290eb

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [edf597e0eb0baae81aab701af930400473e6d078]

        -Werror,-Wshadow
        
        Change-Id: I503ee7c2d53507e878fbbccf562f44908c203c49

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [8ed9bcb78452b0c30858f9ab8b0c4dac1cc25256]

        sal_Bool -> bool
        
        Change-Id: Iee1a6736376edcf918e7b7fcb331cb2758595e4e

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [4af737df9fb1746a34d461770b5ec8b09664aea1]

        templatemanager: Fix empty dialog when saving templates.
        
        We used to call just mpTabControl->Clear() in setSaveMode(); but that worked
        only with .src dialogs, as the tab pages could have existed even without
        TabControl containing them.  This is not possible with .ui definitions any
        more (and rightly so!), so show just one tab here for now, until we do a
        bigger Template manager rework.
        
        Change-Id: I400dbcc326e883a1c1f526e94974162c3641f8ae

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [014c5761e2132ba65138f86f0fe0b42d4b858c26]

        templatemanager: Nobody calls setSaveMode(false).
        
        Change-Id: Ia1844523c3ed5544b4e250c7607d2148f1c4d3cd

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [d05f9012572b6648f2be44e80686cc2573dd81f2]

        templatemanager: Some items were hidden by default.
        
        Change-Id: Iec847eb2af74442d083153c5e1f307ed32497377

2014-02-07  Thomas Arnhold  <thomas@arnhold.org>  [0a32624e6ce29ce06ee0763655a60403bba0142d]

        IS_ENDE -> IS_END

2014-02-07  Thomas Arnhold  <thomas@arnhold.org>  [518d6411637e7dc2366ac7099f8fee4f43a899ed]

        remove germanism: bEnde -> bEnd

2014-02-07  Thomas Arnhold  <thomas@arnhold.org>  [0c4d6f580e6fc3d4698cff34768a4dabbb99ff71]

        remove germanism: pAktTxt -> pCurTxt

2014-02-07  Olivier R  <olivier.noreply@gmail.com>  [f3d93434829d0e7c004679d000c30a934083b188]

        Updated core Project: dictionaries  c8d2646557a10c41a4b441c97fb1205421a41c1a

2014-02-07  Armin Le Grand  <alg@apache.org>  [5c75cd95178e3d57e53fee64a9d64023c6d18acf]

        Resolves: #i123922# Refactored D&D and insert picture from file...
        
        in all apps for all object types to work the same
        
        (cherry picked from commit 080a23dfb836bac49d9496fa1460b9dda9138f65)
        
        Conflicts:
        	sc/source/ui/drawfunc/fuins1.cxx
        	sc/source/ui/inc/drawview.hxx
        	sc/source/ui/inc/viewfunc.hxx
        	sc/source/ui/view/drawview.cxx
        	sc/source/ui/view/viewfun3.cxx
        	sc/source/ui/view/viewfun7.cxx
        	sd/source/ui/func/fuinsert.cxx
        	sd/source/ui/view/sdview4.cxx
        	sw/source/core/frmedt/fecopy.cxx
        	sw/source/ui/dochdl/swdtflvr.cxx
        	sw/source/ui/inc/view.hxx
        	sw/source/ui/inc/wrtsh.hxx
        	sw/source/ui/shells/drawsh.cxx
        	sw/source/ui/uiview/view2.cxx
        	sw/source/ui/wrtsh/wrtsh1.cxx
        
        Change-Id: I7f77d8c0812278ad434fe1c503a03d9747ea0b00

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [96ca3d2f563d1f057b251c49541827223e6712d0]

        coverity#708818 Unused pointer value
        
        Change-Id: I9ffd3bd9fb4eeb7531dc489ce79c5b74e9ddc903

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [ac01fd51822dc006abec578d61d66f7a169c19cb]

        coverity#1158101 Unchecked dynamic_cast
        
        Change-Id: Ibbe35f67a92dd41d45d2e1b4a3bb240b6b7adc66

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [c72f099d90353460a197e8308256e5aac2fa8383]

        coverity#1158102 Unchecked dynamic_cast
        
        Change-Id: I806e1c4cd768aec0bb5d56449a1692226f20895e

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [0d1d6aa26e7987af99ca3dff9dde18a78879849c]

        coverity#1158103 Unchecked dynamic_cast
        
        Change-Id: Id08897c1dcb9df59458a29d5d20d57cd6a9039f8

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [38e7e67248f0b477b4b1a6614e10dfca60a8a5cd]

        coverity#1158104 Unchecked dynamic_cast
        
        Change-Id: I725d1adc028597123dec10c2de6c609211c8e7a4

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [ade3a42423085bdeda921c175f5cd0b6aa876c43]

        coverity#1158105 Unchecked dynamic_cast
        
        Change-Id: Ia908b5cc3f7d18e376496eacd71a2e55f75bf8b3

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [e04eee9a5954a381eecfbcb86584c61f7adcff62]

        coverity#1158106 Unchecked dynamic_cast
        
        Change-Id: I52af351a470bec9acb7a1981faf0ae6943ceba43

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [16738ab4d85e0c81e49045a1948d2404e2e25bb3]

        coverity#1158121 Unchecked dynamic_cast
        
        Change-Id: I961c3da368c1f2bffb4c116c325a82cf7619cf15

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [33dc343268ee9d1d319b55a205ffb9b2768f97c8]

        coverity#1158125 Unchecked dynamic_cast
        
        Change-Id: Id560c9d5941ba679b92aaa2b2db0fb34a23d7a5f

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [6c45566ece90790e4baf7ba5ae8a45beb31eb078]

        coverity#1158077 Unchecked dynamic_cast
        
        Change-Id: I4aae47d34dc3ab25cdd20816d411d5e09375b49d

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [78213dfeadf5980b8ab4677bfdabb5bf6694c523]

        coverity#1158075 Dereference after null check
        
        Change-Id: I0143ec3dd07d4a56f9ce71ab877593c0b23a05c3

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [710a7dd475df5a68641ef1d4966178e739474a3e]

        coverity#1158167 Missing break in switch
        
        Change-Id: I33f19229ebaa96aa7dffb3348dbe382fb813561f

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [50838ed959c309cbaf04b9e7f7032337f8461f80]

        coverity#1158165 Missing break in switch
        
        Change-Id: I34fc275f6e55b3e70a0f010d9e342fa8ce34332e

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [7ca55ef5cf75e9944fd9edc980d23462e83fa1fb]

        coverity#1158074 Unchecked dynamic_cast
        
        Change-Id: I29e9a98a862b2d6b5263606111c7be75e2160261

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [190737392868f9b47ac77fb7a01532c04856ae82]

        coverity#1158062 Unchecked dynamic_cast
        
        Change-Id: Ife7eae1cbf17c4fae4b147be2b93c1b02bdcab1e

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [cee79013092ef593ff5ae8cce0d4174f7ac3512c]

        coverity#1158059 Unchecked dynamic_cast
        
        Change-Id: Ia7b3ed28c1120d542c1d1dbe4fd05b2663b688d1

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [624eb1cc6a42ed37a351c14bdee4e0007959c2d0]

        coverity#1132667 Unchecked dynamic_cast
        
        Change-Id: Ia1e8a041d1eb1770757731554ab4fe007a62c111

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [f70d03436b7b501e0ed1d745935a204b9b97b855]

        coverity#1158232 have a stab at silencing warning with function markup
        
        and coverity#983117 Resource leak
        
        Change-Id: I9dd71c64894191ff767e711f685d48f27308f445

2014-02-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [9e67015be6e9e53e19466117d692de17c18463da]

        fdo#73374 Trendline: correct R^2 for forced intercept
        
        In case of forced intercept, R^2 must be calculated in a different way.
        This patch calculates R^2 of trend line in the same way as LINEST
        function.
        
        Change-Id: I3ac361f014569261f05d513acb3428de5c7641ab
        Reviewed-on: https://gerrit.libreoffice.org/7326
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [436c0fc9f6ba9b9a7af2ec37554243f82449f4ef]

        Simplify InternalStreamLock instance handling
        
        Change-Id: Id5bd445ad4f2397cbff01099ba3779736bb47e61

2014-02-07  Jan Holesovsky  <kendy@collabora.com>  [b29c078c7f193dd7dae74baf89fe1abb9264239c]

        Convert template manager dialog to .ui + adapt code.
        
        Change-Id: I854abb47c2d22206ed5581373b3e841f221672e3

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [bd20500cf3d88d0bd81d7e57df01b0130e7166f6]

        Simplify access to theCoreReflection singleton
        
        Change-Id: I9901991a320b87895230a92095c9c7d3109380a6

2014-02-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [41324964f5a2200fd5763a51204b20ff0fa1034b]

        oox: make sure debug output appears on stderr
        
        So that profiling unit tests (finding out the largets test documents
        based on the CSV output on stdout) is possible again.
        
        Change-Id: Ib870d6f424c3219f37715daef5400a0181867be7

2014-02-07  Noel Grandin  <noel@peralex.com>  [160cc0f6a5718bb7267b4a214c10c34eb5e08ee7]

        4 related coverity issues, unused pointer value
        
        coverity#708881, coverity#708882, coverity#708883,
        coverity#708884
        
        Change-Id: I8ddcb2f7b2b70dc92b8d0d5f66bf944edc57157e

2014-02-07  Noel Grandin  <noel@peralex.com>  [7f2e336217ae98673dda5504a72891ad6834e81d]

        6 related coverity issues, unused pointer value
        
        coverity#708890,coverity#708886,coverity#708888,
        coverity#708887,coverity#708885,coverity#708889
        
        Change-Id: I4aeedea2d73614f4af935c58776605f49824374d

2014-02-07  Noel Grandin  <noel@peralex.com>  [e5dd09caafcc1e55797959a8b4373a39c42a3f18]

        coverity#708893 unused pointer value
        
        Change-Id: Ib029e08f7dc29330b1a0b5d93c1c0a356dbd59dd

2014-02-07  Noel Grandin  <noel@peralex.com>  [c668efa5d9a90b814778f267758c7d7d55960017]

        coverity#738955 unused pointer value
        
        Change-Id: I5e17afe36422d546249dfc849a2d948a6ef5030b

2014-02-07  Noel Grandin  <noel@peralex.com>  [6f984c03da002da2b4c347c5421ee9cdc6aab084]

        coverity#738965 unused pointer value
        
        Change-Id: Ie00a0ec0cbe5e3ec9c8e0e54f93153e799b621af

2014-02-07  Noel Grandin  <noel@peralex.com>  [bfc8f4071f73396584679c56c99f81ae03453e92]

        coverity#984422 unused pointer value
        
        Change-Id: I2200462b2a963820e2ca66094ded653f5597abff

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [874c481801434d4fac3c50f076bff0fe3a3988b6]

        Simplify service manager's tracking of singletons
        
        It only tracks whether to dispose a singleton instance now, and (at least
        conceptually) no longer remembers the single instance (apart from what is
        necessary in order to call dispose on it), as the underlying implementation
        already needs to keep track of that to support direct calls of constructor
        functions.
        
        Change-Id: I154bf05438e1db099c1c5ffb1c56377725c6bfc6

2014-02-07  Tushar Bende  <tushar.bende@synerzip.com>  [138bd3d656c30911d5f45a8b6804e50857f6b30c]

        fdo#72563 : PAGEREF field tag not preserved during Roundtrip
        
        There was a problem that in case of TOC,PAGEREF field tag was not preserved inside <hyperlink> during Roundtrip.
        Reason found, there was no code support to handle PAGEREF in export.
        Added code support in export code to handle PAGEREF.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7605
        
        Change-Id: I1785360684d8772b71c3f45fdd2c654f94777067

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [0443d296720971697c48453912cc9ffb742f8640]

        Avoid generation of unused replaceFrom* variables
        
        Change-Id: I2a65485b8dcaa7b6ed4a049f97d460878b8bb17d

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [91fcdd5a8d5c71103220c97bc0bb48acf0a502ba]

        fix debug=2 build
        
        Change-Id: I9b5b2efc3b8fc3164264775b608348baa72d31b1

2014-02-07  Caolán McNamara  <caolanm@redhat.com>  [3ec9bccaabb4a2998c9bd29992af1d1880b284d8]

        silence coverity#1027865 Out-of-bounds access
        
        and coverity#1027864
        
        Change-Id: Ic3d1b91ef77ab3510c7428b7135dd9f249d56b4b

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f1a09e08f2c4e19d0294737d7ff5c38147d1063c]

        Use rtl::Reference
        
        Change-Id: Ia14ad80f13bffe4c1d0078da0198a3ae6eae581e

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [922f44344e832d6b4ffaa8a4d8b3d3dfb2c892aa]

        Avoid css::uno using directives (Reference ambiguities)
        
        Change-Id: Ia702572bef47738531b526addeecd86e7b39aad2

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [8722caefc81ed580d2c230942b470c2e9b1ef6a3]

        No need for virtual functions in OFileWriter
        
        Change-Id: Ifd18bf16213a1c4b746eab16e563f0322fbc3690

2014-02-07  Stephan Bergmann  <sbergman@redhat.com>  [375f98d615e7dad8d26d394a95bb46a3a7cf3f0f]

        Remove obsolete workaround
        
        Change-Id: I8c8e99036fe694a2fb0160250c7c0c4fefb98a3e

2014-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [003089c58864d348078130ebe6357b6cdffc26ee]

        first step in supporting XShapeDumper for the DummyShapes
        
        Change-Id: I27fcc629854b0a40f47a0008e5cab2f1749197e9

2014-02-07  Michael Stahl  <mstahl@redhat.com>  [9dbe5a576330b7fadd8838249d07aafe548a4ee2]

        fdo#74474: sw: fix Label wizard document creation harder
        
        The function ReplacePoint() was changed to return a value but not all
        call sites were adapted.
        
        (regression from 263153842741d7ce21cc0bf1c5296a55a1138024)
        
        Change-Id: I33efd9ce61611e025dfc76047187826aa0f8dd84

2014-02-07  Michael Stahl  <mstahl@redhat.com>  [7e61bfe813347949307cdf2876ead3cc42e4cd7b]

        fdo#74474: sw: fix Label wizard document creation
        
        Infinite loop in InsertLabEnvText() due to wrong handling of starting '<'.
        
        (regression from fa469b2e00d83459faebe4c1fcb3ea1aac5fb20d)
        
        Change-Id: I1d7ab1b276756bddd87890bb39d3e817330bc6dd

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [16442998b8b6ac7e284ab2377013f36c28b2cb8c]

        fdo#74553: Use the shared formula column position Excel tells you...
        
        Because sometimes this may be correct.
        
        Change-Id: Id2c47bb4ad3f91b366a25306169de58bb38c1e81

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [642d0c9abc30b5f9c06abe4d91b55fdf06427ce5]

        fdo#74553: Write unit test for this.
        
        Change-Id: Ie33047dff35c7aa31aaed9ec6c8e1fe5f8f5b9d7

2014-02-06  Andras Timar  <andras.timar@collabora.com>  [ac6e8ac7e407887a18bca6c835f85e372a4d0932]

        typo fixes in comments
        
        Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [31ae0011352faa834da8969559430935e81d479f]

        Typo: cheking -> checking
        
        Change-Id: I15c1c932a02fd1a1c27d2a655865171d5829bf0b

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [137ad247ce8a6089beab490d78d21d34cae7f017]

        Typo: maping -> mapping
        
        Change-Id: I38f51d86eb9230e8f892a180141ff58ad2e73aa3

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [9bbb7ca9f730217f872462086493ba281ad399f8]

        Typo: formating -> formatting
        
        Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [1474d5c9c3274579efc9793614e830725b9384ca]

        -Typo: falback -> fallback
        
        Change-Id: Ic6ad17315d0d4566971f006e3a8736e1608eb934

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [49801a297a1c107928e0891c9d0c3a01aa7d2d8f]

        Typo: wraped -> wrapped
        
        Change-Id: I657a192a2be21315a3a17dc8a798a084a6f98c34

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6f229d9fbeab9fb76e8346028d43d732fac22db8]

        Perhaps this will make the mac tinderbox happy?
        
        Change-Id: Ife277a44abf53c137eb8b9a727a3549ad57662cb

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f3ad86efeb94ea201b2778b900ca4e8a9d849cb2]

        writerfilter: whitespace fixes in testrtftok
        
        Change-Id: I520595debaa47cd38be88428480ff2de9d7bf1b6

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3bd0d1f63de40152b1047d501b9be74eae339476]

        sw: hardwired NS_sprm::LN_CCv
        
        Change-Id: Ibbffd00b146369be75c462f9eea243e3582f14e6

2014-02-06  Herbert Dürr  <hdu@apache.org>  [3c7530411e8f466d9949d998ec40773e4e9a762e]

        Related: #i123795# add a windowForParent() method for AquaA11yWrapper
        
        for getting the parent window of an A11y enabled NSView. The method
        viewElementForParent() was abused for that purpose, but it was mis-named
        and mis-typed. The new method cleans this up and the now unused
        viewElementForParent() method can be retired.
        
        (cherry picked from commit 96cd47d49a3aa5b1e3b96b649f40e516ca568d4b)
        
        Conflicts:
        	vcl/osx/a11ywrapper.mm
        	vcl/osx/salframeview.mm
        
        Change-Id: Ib88aa1ad442d3b8fb3adbf7a76b3ed8ca268fa87
        
        (cherry picked from commit a7d6569fdecc36bd5ca093442a9b7aec093637d5)

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [527eb5ae5c52254fe2956e2f3cff818064985a49]

        Typo: applictaion -> application
        
        Change-Id: I2d578cb417bb1e814dcf3007f500fe8ff77510f7

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [5ead05c352f2a82fd780e3cd5f471751df986b10]

        Typo: pasword -> password
        
        Change-Id: I612bf6bb620a76f9fa3542145e942969b9365d98

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [d0f5aad12d0699bba790a953115752dcc5df7d2b]

        Typo: caracter -> character
        
        Change-Id: If2d6aec870f8e8ea11eab9fd30687f7ff9f20bce

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [d3732e46a0b5428c6524bd4ebc7b20c75bbfc1d9]

        fix debug=2
        
        Change-Id: I6e334b200c801c7c2e5d5970302e3a1a7c2894a3

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [a4285867cdac221f34cffe2e6c1893684fe4c62e]

        Typo: atribute(s) -> attribute(s)
        
        Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [4ed804d92850ceeacedf861865c32bf233d46924]

        Typo: realtion -> relation
        
        Change-Id: I2ec2d716eaff6c6dc03bf657e77daa8e4d57cb53

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [f0c24877ed7cc3046bc69deb46b0cf7e2b919bcc]

        Typo: chek -> check
        
        Change-Id: I979956276a9d2d76604576d8b92e8f48a9f46c74

2014-02-06  Julien Nabet  <serval2412@yahoo.fr>  [6f0e7c36e436c66ed267ea446b7d640033bc3742]

        Typo: seam(s) -> seem(s)
        
        Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [668fefcea085f39a6fa610b93a712c5e250ccf1a]

        Create shared-formula directories and store test files there.
        
        We'll lilkely be adding lots of test files for Excel's shared formula
        import.
        
        Change-Id: Ic328423e4f39b811944a330a1966d5bd887ff70c

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0c12aa670b83b76241077dfb8bc21f40a55b1667]

        fdo#74573: Skip deletion of destination area when 'skip empty' is on.
        
        Also, adjust handling of mix document aka paste functions with this
        change.  When using paste function (add, subtract, etc), the behavior
        between the 'skip empty' flag on and off makes no difference.  Let's
        set the flag to off when paste function is used.
        
        Change-Id: I67724ba923c9260b2c14464e4123b8445712dbaf

2014-02-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4f2482c6a82e2c32511cd9bd9adea863191f7199]

        fdo#74573: Write test for pasting with empty cells skipped.
        
        Change-Id: I8ede86b248a9b3a17d077442537e2ec37034f597

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a145d1c6ba9cbbf4b2eb733148e2626154afbfc7]

        writerfilter: these sprms are unused
        
        Change-Id: Ic356ccb98922cc7effa2dc5d5723dd5bf004905b

2014-02-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [53ca207a700c9501e76c7770f6b1e3af89edd630]

        Fix shadowed Test member variable
        
        Change-Id: I2dbb8a643acb21dc023cf8555663083230b93d15

2014-02-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [a8d102c2406b8c027afb32d61271e0a2c301f133]

        fdo#72187 Implement KDE4 picker notifications
        
        This notifies the XFilePickerListener of filter changes and file
        selection changes.
        
        Change-Id: I749c5f7420f020a3a2fbb764acb5c45d40972cf1

2014-02-06  Jan-Marek Glogowski  <glogow@fbihome.de>  [24e8b90d8a2864cfb60d3a5046be39410efe5c51]

        Simplify control item switch statements
        
        Just check the dynamic_cast result to verify check boxes.
        
        Change-Id: I5f370e337e12719eb7ef0dd3512a0f46c76a981e

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [62b63d9f4b99713d10021c068005f74694299302]

        DOCX export: write wp14:sizeRelH and wp14:sizeRelV for Writer TextFrames
        
        Change-Id: I16ee2682b6fa8c7b194e442d6dbe1437e7743c60

2014-02-06  Tor Lillqvist  <tml@collabora.com>  [89420ff310d2877c1f77eaafea2daaca0068669d]

        Fix spelling errror
        
        Change-Id: Ie5fc19fa223942e31899408324beb2e15c1d7bef

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [5ce1d8775baec44bf60f05bf8c372f1d2ab74377]

        bSearch has constantly been true
        
        ...ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import"
        
        Change-Id: I101d3c530c573f1831aacb5478b9e1ecc27e10ea

2014-02-06  Michael Stahl  <mstahl@redhat.com>  [c8e206fdaab7490fb6e62bc7ab475888236179c2]

        fdo#74148: sfx2: fix crash when editing template
        
        SfxTemplateManagerDlg::OnTemplateEdit() accesses invalid iterator
        because during loadComponentFromURL() it happens that
        ThumnailView::LoseFocus() is called and maSelTemplates is cleared.
        
        Change-Id: I074a70e5ce8bc89a38b720ddd0325c69c1d2b9ff

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [2afb6528c1bc70231b00555cdaa4dd3d25faed11]

        Blind fix^3
        
        Change-Id: I4124084a6ce47e96936b5cc8695af1981f9f33d4

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5316a3d8cc2f94838fb5019cc4b8d093fe2fb3f]

        DOCX export: register wp14 namespace
        
        Change-Id: I4ce857bd2e48372da4ed7252a2849ad37c73b6b9

2014-02-06  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [f139c10fd357c1c07f857a1d277f39d9cbc39d1f]

        fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService
        
        Change-Id: I6268bc57417d53b9810c81071fbcd604e2a19507
        Reviewed-on: https://gerrit.libreoffice.org/7886
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61e28e86ed30fb37df96c7fd0807b5aaeacf5eea]

        add a way to dump chart content to console
        
        CTRL + F12 will dump the chart with the XShapeDumper
        
        Change-Id: I1f40ddf7f51c2038be7af8fc56f626393f11da90

2014-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a12ce634d83625886ee6930d6db2999c6864262d]

        improve color handling and alpha channel handling
        
        Change-Id: Ic58c763318eab538ff84e408029aaabda635443e

2014-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d76b50a0883451c6c92618f06ecbd7d5232d79d7]

        small clean-up
        
        Change-Id: I2bc4ff6f559eec11bcd48298e1147dbed96ee558

2014-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [09ada722c867cba72cc9ae256b6dd54aed0d8aed]

        get z order correct in a few more places
        
        Change-Id: I88ff54193fe527fe4d498753557a27a99a856f05

2014-02-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad491f201ad35c8ab3a687f40dfc4d0680c61cb7]

        make bar charts working
        
        Apparently the bar chart polygon points are clockwise and are therefore
        culled. Detect and change the front facing setting that case. Disabling
        culling does not work here.
        
        Change-Id: I5b243210d1febcbae2126f099455dd1330a5b7d6

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8ae90efb8a0234fb4f95e8c59a173ee8fefef782]

        DOC export: fix nested comments
        
        For one, replace m_nLastRangeStartPos with a map, so that we can keep
        track of the start positions when multiple comments are open at the same
        time.
        
        For another, sort PlcfAtnBkl and PlcfAtnBkf by position as Word requires
        it; with non-nested comments such explicit sorting wasn't necessary.
        This also required building two maps, so that we can know what
        PlcfAtnBkl index to reference in PlcfandRef, and what PlcfAtnBkf index
        to reference in PlcfAtnBkl after sorting.
        
        Change-Id: I2d7096b0c68a6b327efc4b5593ac96cdd297b3bd

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [b37bce11cf59c6c9544e62e81f71a07e4d987a34]

        Resolves: rhbz#975421 wrong chart direction in Farsi
        
        Where Farsi (and apparenly Moroccon) are RTL but have LTR
        math and charts should reportedly follow the math direction
        
        Change-Id: Ib60eaaaa90fe46ef240030a91169fdff3f736329

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [eb07ab05c3b8774ab2b2059befef0eadf61c97d6]

        coverity#707771 coverity gold, Uninitialized m_refCount
        
        Change-Id: I98398a3cd7a86a5f31c711f7f1cff0d467a1d2e5

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [b178dd287063c1ff661c087174749b2dde59ad04]

        coverity#1130195 Unchecked dynamic_cast
        
        Change-Id: I2631bd208f8a66798ae7bd1daaf0cec679f2810c

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [5d4b38c4a284d610583a283a6f405d962673ff8f]

        coverity#707901 Uninitialized scalar field
        
        Change-Id: Ib8d046e279e76a94cf2198ba35bb70d074a3e350

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [b4075c9efd229e1ec7b38e821a63e7989ae46c52]

        coverity#707968 Uninitialized pointer field
        
        Change-Id: I85da713ec4f0e1e0180e9f7833a52a2768142a66

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [52235d4a74af7f37b9587a7bcae8acaa82814a63]

        coverity#707787 Uninitialized scalar field
        
        Change-Id: Id23ef57395f63a7a3f5df64bd470f8053ceed35e

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [a9102eba62f88bc749339cd23a0dba0d4bd9bd7a]

        coverity#707781 Uninitialized scalar field
        
        Change-Id: Ic29735bc125b2b9e662e97402dfccf72f7dedb5d

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [92d0dabd505d0c44aa275469119e3fb6d7c62717]

        coverity#707770 Uninitialized scalar field
        
        Change-Id: Ie324197ac0069d8c534cee7a2bae524f9d7f2207

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [37126a47290608f9af7debb69f35d26ac13fd265]

        coverity#1130477 Uninitialized pointer field
        
        Change-Id: I9f79064a90fda56194c70f545219310db7e4aed5

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [b2801e50851c2ad5aba1961387b03abad4a1ce7a]

        coverity#1103770 Uninitialized pointer field
        
        Change-Id: I4ea37577f66db3b6ef41ad3a9b2b9e7904463dac

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [db9f44dee33236f52b35f8f57df2273089e2b3b0]

        coverity#707789 Uninitialized scalar field
        
        Change-Id: I4eb999220ca4e0134c15214504bd7c6e6e143479

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [48ca6aeda3d0122dc085de5801847afbb07039d5]

        coverity#707791 Uninitialized scalar field
        
        Change-Id: I85cbe3d93559e65291c8ff0949bb80d6f595e4b9

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [53073c951fee862d612e5b61c5ae6366e1b464a1]

        coverity#707792 Uninitialized scalar field
        
        Change-Id: Ifcf2e899b7686f183b52b95f6f4ad334c17295b0

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [fd3473d225c2c15b2bb50cf81dca77092bdf3034]

        coverity#707803 Uninitialized scalar field
        
        Change-Id: Icd57bd3cd80f85e17d306bed4e541ce5827d92c0

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [1654b7f31d2ff555543348f57c784ac0cef7e3e4]

        coverity#707804 Uninitialized scalar field
        
        Change-Id: Ic949e85493f349d9ce36af5333a2cfbd63aad79a

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [25a893d1715e721d08df7818d642a9197d436796]

        coverity#707805 Uninitialized scalar field
        
        Change-Id: Ie08f92fbdca3048a7ac0721f058300ee364f1998

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [7ac848c90546252d8fc1064511aa6337eaff0daa]

        coverity#707806 Uninitialized scalar field
        
        Change-Id: I20b5bd30e9bc4e881e2d9b5176f6f1cc6c1aabbd

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [9c1b4e044a152bf53b86fff16a2f2e7c8b8f93aa]

        coverity#1038484 Uncaught exception
        
        Change-Id: I0067dfd9b020dc02d6611e37ac49d585b46ec42d

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [e30c412185619002fdce3662ea18d48e4eb3c3bb]

        coverity#1038483 Uncaught exception
        
        Change-Id: I126c4df9ed57674f5eba7a205fa82fdd5ac0a5cc

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [552c82427cab08181f7ed164a6b2d6d148a09a8a]

        coverity#1038477 Uncaught exception
        
        Change-Id: I12ec3781f60f56798423082e2a8dd243a68e6c65

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [c8e11b48a34f215a66908d9496e118fe96c5c808]

        Blind fix^2
        
        Change-Id: I8d44908fc849f93bbd076c7c62ad11a68f0dab6f

2014-02-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [f69e8483a41db121fec0337adac37527c8fea7b5]

        CppunitTest_sw_ooxmlexport: fix testcase that didn't fail without the fix
        
        Change-Id: I87308b38bb44864db3531366ab354567847b1340

2014-02-06  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [dcea8ba3b4fc347e7b6d9e0d5ec2fd99bd77ce6f]

        Fix for Footer is missing if fisrt page different header/footer is set
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7589
        
        Change-Id: I2a2f2abc0dcf5542b7b950f9a232d7155a055fdd

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [d2d586446292db0747898bb0d6161637b76c33af]

        TabControl::DeactivatePage should return bool
        
        Change-Id: I9fb774a235db2b9bc759976d2d3f84363ed944ec

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [697e84f5deebe60a4ebbcf3820c1b50bf5e9d271]

        Blind fix for spurious -Werror=clobbered
        
        Change-Id: I724713927f181251e8f4a5be7887c49e6dc6edda

2014-02-06  David Tardon  <dtardon@redhat.com>  [eba6a6789c8832f961ac7054588ed84d04b65480]

        fdo#33852 do not remove too much from the path
        
        Change-Id: I1cf89f300530e761df5a287097d05f95d8af2017

2014-02-06  Michael Stahl  <mstahl@redhat.com>  [85a8c1361dccb2c3b98458c2c1c377d5de275d0e]

        SwDoc::ConvertFieldsToText(): don't insert empty strings
        
        Prevents an assert on accessing sText[0] in InsertString().
        
        Change-Id: I1828694a4c1e46f8b48cf3571ec2bf4dd615bf2c

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [11dbbc792f53dc581822c873eb198731c3425576]

        Make vcl/source/filter/jpeg/jpegc.c be C++ code
        
        ...simplify the corresponding jpeg.h now that it deals in C++, and fold
        SetJpegPreviewSizeHint into ReadJPEG to avoid global static data.
        
        Change-Id: Id3721bdb37be05e3e6bbbaef3b0aa0c0e1a9ff5a

2014-02-06  David Tardon  <dtardon@redhat.com>  [5b35f21f1c69239d0605b0751bed87a410fbffee]

        rhbz#1017379 do not remove too much from the path
        
        Change-Id: Ibffa7f2fbe91be9b95217ce36999e286ef444a37

2014-02-06  Takeshi Abe  <tabe@fixedpoint.jp>  [0c0ed0579e85ab9705485db347f0fac4a191ab26]

        Mark as static & const
        
        Change-Id: Icd8b1b65c6cb4834832290e88709380aeceab1c9

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [18a16b6bd818d9b3a5e5f3e870cdfad528aa46d4]

        Related: rhbz#1061864 filtername is somehow NULL
        
        Change-Id: I11930d8401ada43c7fce570131baf2e8a7067ecb

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [a9c63ef451ff88734b14b179691bf9d4a22a1e6b]

        coverity#1038464 Uncaught exception
        
        Change-Id: Ic811b66b7b3ac204ee894fd0931bb96cce11fd8c

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [90f4e15a2c7d7d9120e300032d7aa1cab227d7be]

        coverity#1038441 Uncaught exception
        
        Change-Id: I4257734fbff8e54c9f69bc9ec7fbc63fb6c4fa17

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [e31ce570aaea6eebfc7040e5d406bc4c43cb55c1]

        coverity#1038388 Uncaught exception
        
        Change-Id: I87953c40c3110cd15553f1b3f77f25a772436ad7

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [48026a8538e683815a94ca556432b149d9f62e11]

        coverity#704878 Dereference after null check
        
        Change-Id: Idb9ab6347c1195c3c0d797274427dd887a5abe9e

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [15d5ca2509b1eb60e3e7dd6d170d7074767aabb6]

        coverity#704879 Dereference after null check
        
        Change-Id: Id71bc28be456c4883aacd29b560e9ff7d566ff84

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [1459ce2f6dbc316b284f1720cc3323e30842c07c]

        coverity#704880 Dereference after null check
        
        Change-Id: Id4541f939731875a14e076779da475f274a76bd7

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [70bfc1acea07f386fc8165a62d337762cf5cddf9]

        coverity#704882 Dereference after null check
        
        Change-Id: I262c4d2efab8d3bfbb5edbe4208555cb446caf5c

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [57ddc98298a747ba23b276a3c6f4c6e2fc6db238]

        coverity#704883 Dereference after null check
        
        Change-Id: Ib5abe9a16fa4879d769f5ee229bc1b02f32fd62e

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [c2dc60aed71da33b56650911e8386af31c2a34f0]

        coverity#704892 Dereference after null check
        
        Change-Id: If79129131df575c3ea42d50402d49b24744d5331

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [cae8e5ff46053e06a36d8d4e8bc7bef6297d23d0]

        coverity#983495 Copy into fixed size buffer
        
        Change-Id: If8ebdedb1d073b5e83b639cf69508c69c7f25c69

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [35e193290ed46277e7c404ccde50638c1c3a755a]

        coverity#736301 the 2nd arg is a gpointer
        
        Change-Id: I66e57d570c5ae70e69eea2d44812a72a3b67509e

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [61f88fb318f4b2fce2bb6883d46ed08c523b1605]

        coverity#736094 Argument cannot be negative
        
        Change-Id: I8368217e7fb40322de1f03ef68c1ddbe2fc5652a

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [ec3dcdfba5c4ae701a3ae22f31bdd8849367e4b3]

        coverity#736093 Argument cannot be negative
        
        Change-Id: I54f703c1ce5af70c24ef0ad9d6fa6c717d0ecd37

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [0ddae2167e7d52bf0f2bda323100f5ebb4ab3dc0]

        coverity#705403 Argument cannot be negative
        
        Change-Id: I0cf67a4bd5ec95e135511611c236350d4347895e

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [f8a1adaaa395a51e952e42ae61ff8af70741dd56]

        coverity#1158398 Uncaught exception
        
        Change-Id: I943b6233554d91e1a14f545e30f95528ca592924

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [b0bd6e9e6ed90a14224e30e9e93a6ddff00dbc5d]

        coverity#1158271 Uncaught exception
        
        Change-Id: I1a39ed2fb8542cb1bc5a56ce8f78cafe4618aa79

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [2dfb8341eaf1adb3c27058ec05fef8bd52551aaa]

        Enable -Werror in Library_odbc again
        
        ...had been disabled with 9a84a112c52dc2b42ffad976b2ce29e496783ee6 "WaE:
        'SQL_API' redefined," but unclear if that is still relevant.
        
        Change-Id: Ia03929879f552123022b6e63a8f892805804ebe4

2014-02-06  Matúš Kukan  <matus.kukan@collabora.com>  [53052e5bfa6509395fa17b7517463c57f44999fe]

        fwk: Constructor feature for single-instance WindowStateConfiguration.
        
        Change-Id: I0537d7a30b6c6807bf746a52dbd2c7fc66607ae2

2014-02-06  Matúš Kukan  <matus.kukan@collabora.com>  [4ff873bda2a3af12e5c4848843ea6b7d9592bb6b]

        Introduce com.sun.star.ui.theWindowStateConfiguration singleton.
        
        Change-Id: I50861ac8952d54cb1a45846ea72a2ecac4f83409

2014-02-06  Matúš Kukan  <matus.kukan@collabora.com>  [813b0f60e86de5e0ebf678691a9ff405e293bf86]

        fwk: Constructor feature for single-instance FooBarFactories.
        
        Converted them as usual service implementations.
        Otherwise - if static singletons are used -
        it does not show menu for some reason.
        
        Change-Id: I0673d0bfbba268728a3fa676f2af95aa6c74bbb2

2014-02-06  Matúš Kukan  <matus.kukan@collabora.com>  [094f92bb789ecd24793c5843bfae13e79122fc5a]

        Introduce com.sun.star.util.thePathSettings singleton.
        
        To replace single-instance com.sun.star.util.PathSettings service,
        incorrectly converted in 89b0017b22889af6a8afe28b94c06e7095dc8c6f
        
        Keeping util::PathSettings::create in
        sc/source/ui/vba/vbaapplication.cxx because for some reason
        util::thePathSettings::get does not work in sc_macros_test
        while testing sc/qa/extras/testdocuments/Ranges.xls.
        
        Change-Id: I75b68ae56ac5b58f72416070dba100ab3ab70fe8

2014-02-06  Tor Lillqvist  <tml@collabora.com>  [a315454f349469923490e4116806ee19263849b8]

        fdo#69358: Avoid discontinuity in the gradient of window bar and toolbar
        
        CUIDraw() is undocumented (as it should be, it is after all a private
        API), but I was lucky and guessed what was needed.
        
        Change-Id: If686667d9b5dfa3a40e57e5e2b4f87be5796c801

2014-02-06  Tor Lillqvist  <tml@collabora.com>  [c8a089d7dfa2527ff25aa144e65d0c96ea90028d]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: I01d9123fcad19aa84a41eb990fb65954314a4802

2014-02-06  Michael Stahl  <mstahl@redhat.com>  [80e8f1e22dddf1f335dca8c4b000843a21f513a4]

        Repository.mk: respect --disable-lpsolve
        
        Change-Id: Ibb9b54784d4a58d0c865d29237e2ef05218544e3

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [4de30fa7fd6abb5c2ea2b63a0e306954f7acc1b1]

        Resolves: fdo#74499 crash on writing .docx
        
        Change-Id: If2d46e26ec6ffead1e283479c516131a2b66f50d

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [a98a4f13e1c94c876613a4b9a95e38aed6ab2eaf]

        coverity#1158200 Dereference null return value
        
        Change-Id: I9d8215f2fc2ab93a0d4315a8ad71b64560b6d732

2014-02-06  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [e031c8ae1ac046fcf165213d80e83311d80a71f5]

        fdo#39944: improve mapping between ATK and UNO roles
        
        * UNO role GROUP_BOX was not mapped to any ATK role, now it's mapped
          to ATK_ROLE_GROUPING.
        
        * UNO role COMMENT was mapped to ATK_ROLE_SCROLL_PANE, we replaced it
          with ATK_ROLE_COMMENT.
        
        We use registerRole method to map these instead of doing a direct
        association to prevent a failure in case the installed version of ATK
        doesn't contain these roles.
        
        Change-Id: I7e266a7e92d59b282c51934df05b53414588cc7e

2014-02-06  Stephan Bergmann  <sbergman@redhat.com>  [828596838870caa2a1f9cdb3dffc43b086cfe886]

        IsUpdateDateEnabled was never called
        
        Change-Id: I056ed836f785191f0685dc6f1313436da33ca0ee

2014-02-06  Caolán McNamara  <caolanm@redhat.com>  [5935f841307a77d41d27d5279379bd0756c7ef29]

        fix debug=2 build
        
        Change-Id: I9643a60cdc932bef6a4d5f409cbb0e333147fccc

2014-02-06  Tomaž Vajngerl  <quikee@gmail.com>  [fb99a6b9958815eb1ad27179d252a379ce8b79fd]

        fdo#68071 NPC characters now use a fixed color.
        
        The color for non-printing characters (enable with CTRL+F10) has
        now been changed to a fixed color.
        
        Change-Id: I93dfc69fa4be1c1f1373f25434c8f4afa71355d3

2014-02-06  Tomaž Vajngerl  <quikee@gmail.com>  [0502a09431602baa9a8280b87b77df9ad04e94bc]

        Remove LookupTree as it is replaced with Trie.
        
        Change-Id: I7611c5307e4d4e925dc3e54c6b3f2d1a47bd9080

2014-02-06  Tomaž Vajngerl  <quikee@gmail.com>  [569e5f023ea3dc86988365ac23ceef70b94b177d]

        Add getAllElements (strings) for Trie.
        
        Change-Id: I9603cc51545f72fdb0854f2d76e2326706329000

2014-02-06  Matúš Kukan  <matus.kukan@collabora.com>  [1790ff71bd0772a37ad6ab7885cdbe2752dfdadf]

        xo: Constructor feature for XMLVersionListPersistence.
        
        Change-Id: I04429d95622f0b5a5988fa3dc3bac16d55aa1b3f

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [458c2482da665089f0fe7ca4f419ef11e33c9b13]

        Typo: s -> e
        
        Change-Id: Iae7db3816ab2aac81e433bfe3562eefa38ef7f62

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc504b5adfaeeac0b910b89b0c98ae564f1ff5b8]

        fdo#74556: Correctly handle note captions life cycles.
        
        When copying notes to clipboard, we don't clone captions but leave them
        pointing to the original captions objects. Also, during undo and redo,
        we need to clear all caption pointers to prevent them from being deleted
        when the ScPostIt objects get deleted. The undo and redo of caption objects
        are handled in the drawing layer afterwards.
        
        Change-Id: I2b9cf0858dba5b3cac26db3ef501ea09779a795a

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fe5d604ecf6de4935c622e0e95efc085c4a3cbfd]

        fdo#74556: Have ReleaseNote() really release note rather than destroying it.
        
        Change-Id: I2d271476ae91354f33f19d074fa717b2a0b47ff7

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [771aadfce7d4b0dca678b0722c8f951371816082]

        fdo#74556: Write test for ReleaseNote().
        
        It's supposed to release note instance, not destroy it.
        
        Change-Id: I40cd1a97d20b495f03fda68a991ad576de13ebc5

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f6f83f2ffdbea4fdbf744626c43e837cde44872f]

        Move this test closer to the other tests for cell notes.
        
        Change-Id: I101e7fd20016b925cfcc25f6785937bc2fb8a03a

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [352ff66347d3e71e7091522a73c24a4bc65b9975]

        Revert "hidpi: Blind fix - avoid double scaling by updating GetItemImage()."
        
        The GetItemImage change causes some controls to draw wrongly and have
        hit-testing problems. The change is broken because we want them to
        think the bitmap is big. One day LibreOffice will use large bitmaps.
        
        Some places call SetItemImage repeatedly, such as the font color dropdown
        control and so it needs a sanity check in SetItemImage.
        
        
        This reverts commit 0459682b4186b7522783e33cca3791420559817a.
        
        Change-Id: If208543def6467ad7d19e21edf0ab11e9a32f0f4

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d11e86363d28f44259760dae41487d45deefef1]

        coverity#707768 Uninitialized scalar field
        
        Change-Id: I47b507d4e256572f879bab72cf99f007bb2df771

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [0f2a8ec5e0d2b41a3845801682be526a528540cf]

        coverity#707765 Uninitialized scalar field
        
        Change-Id: I35194385cc2f5d02a93ade0e8ab40fb77eba7e6e

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb688f72cc93bd48f20b09b9673712a6a64b40ff]

        coverity#707764 Uninitialized scalar field
        
        Change-Id: Ibbd13e15b6aca33a8c9050dd0d9f210e64e85e3e

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [5c5d31b04c4a856a103312064e87f50ddd385474]

        coverity#707761-62 Uninitialized scalar field
        
        Change-Id: I9ebd8df6e510640e511a61332ab1d712b68c40ca

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [5523ed4b3571a22c32357459fd4f4976d32a341f]

        coverity#707757 Uninitialized scalar field
        
        Change-Id: I3956259474b100d0d14d500f9528b04125e0d169

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ffc7f286068dfafa2d16f666bbb9035e666b1193]

        coverity#707756 Uninitialized scalar field
        
        Change-Id: I9985284e852ddc3b29d75cdf0b8969c2a8cecb9a

2014-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [69afd67fe2e40c8c735f87b2fa21d797c6ef4844]

        coverity#707754 Uninitialized scalar field
        
        Change-Id: I4de0a0857ce87266c3f3c4993efc45b12539156c

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [444baecf4483c96e680fdb3f81c7197161720cbb]

        Fix typo and a bit of cleanup.
        
        Change-Id: Id32fcce20a72774794f413a8b2217aeca1c5946c

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [92532e9543d58b270a153c612fc34a8d7de6abee]

        quote AR, etc. for AR='callcatcher ar'
        
        Change-Id: I8dbaeb87e65114e8db4571fe5f9c58974ff4e701

2014-02-05  Alexander Wilms  <f.alexander.wilms@gmail.com>  [63c7349bb77d34c93aa0b289e11c773c7b42733f]

        Copied icons based on the GNOME icon theme from tango-testing to tango
        
        Change-Id: I4ae0d18f64f0f1136e7e7f715dea131e82031a63
        Reviewed-on: https://gerrit.libreoffice.org/7251
        Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Andrzej Hunt  <andrzej.hunt@collabora.com>  [84b4b7b931b194fc4d1980d2fa9c7fd6e0c9134c]

        fdo#51525 Add Paste Unformatted Text to Impress.
        
        Change-Id: I4eff66ee2990fd7bf6a9be6b9f0801e7a70206e9
        Reviewed-on: https://gerrit.libreoffice.org/7783
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Rob Snelders  <programming@ertai.nl>  [7cd90162f1c4a1d763e40c8f9972fd59e219ccd1]

        fdo#73070 - UI: "Insert shapes" does not belong under "Properties"
        
        Change-Id: I6fe9c21b13d154744721cec564d7a3f5974d12a4
        Reviewed-on: https://gerrit.libreoffice.org/7804
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Rob Snelders  <programming@ertai.nl>  [fcd3d85ea4bf0d82190551df3d5c88d5230b4567]

        Add a line what you need to build to see your changes in officecfg
        
        Change-Id: I38f961e153246b29d0959d0b4491b9f7eecbaf8f
        Reviewed-on: https://gerrit.libreoffice.org/7803
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d232561a7472bead8add4bdb98bf2d90d2b7c820]

        Remove a now unneeded cast (xub_StrLen and tools/string.hxx removal).
        
        Change-Id: Ic45b3c572483aa0292c227274565a1750dd51f17
        Reviewed-on: https://gerrit.libreoffice.org/7854
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [103229d032a0fe21df5debda38de91d39595f38f]

        Translate German comments
        
        Remove some left over German comments with their translation
        underneath. Also, correct some Denglish and typos.
        
        Change-Id: I3c321dd1030695ca4443447a852e81dec9383aed
        Reviewed-on: https://gerrit.libreoffice.org/7885
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Joren De Cuyper  <joren.libreoffice@telenet.be>  [0c7e6080519014f1fb345ed25e2f12c9a043b3ae]

        fdo#69358 Introduction of native Mac OSX Toolbar, based on CoreUI
        
        Change-Id: I7774368a9b59e8087573348f6061b6a220fea130

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [352fc0ae2866eb0b222d90d51299c05222af8df5]

        SfxItemSet::operator == should return bool
        
        ...and need not be virtual
        
        Change-Id: I8cf38c4942526c6ca66595fdc3297be750ec09a0

2014-02-05  Michael Stahl  <mstahl@redhat.com>  [73f4ef48d065c4108de4af52a4dc7d86815b9b05]

        scp2: stop cargo-culting DONT_OVERWRITE around
        
        There appears to be no usage of this Style in the installer Perl code in
        the git history.
        
        Change-Id: I137627505af5c7b33006437e83624b34ca2e3583

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f504768a96601622f089dc6ee7620df1d014c6fb]

        Get typed text inside cell (in Calc) to display again.
        
        This also fixes non-displayed text box contents in Draw / Impress.
        
        Change-Id: I49d022ea71df398a70d1dc65eeb122c9a6373b27

2014-02-05  Julien Nabet  <serval2412@yahoo.fr>  [5ca114ece2774c2eb8f467df8b7ed9e36456765a]

        cppcheck: variable reassigned before the old value has been used
        
        For more details, see http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-gridcell-cxx-svx-module-td4095032.html
        
        Change-Id: I9b74a819a1431f5eada727d14933133fbdf7a47f

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [d50e08b4e18ad6fa8b4078df6e23ffbaf47e708c]

        fdo#74132: Do not interrupt search in Calc.
        
        Extending f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63
        "fdo#74132: Do not interrupt search in Writer." for Calc.
        
        Change-Id: I3a7e5070300993d2811a79f17cb1b2edb0355c44

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [4784e94cec2e8f96a08add2f19f482057058b2eb]

        GetSearchDialog() returns SvxSearchDialog; and use it in more places too.

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [ac789ae775d30e97e13da6e82360f47d9d9cdff2]

        MSG_SEARCH_FOO unused
        
        Change-Id: I61ed39e3fc6ba1a6fe024693683f32a6a7ca88f1

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [bd07555b6d7e69e0c9f51de2b969f59368673bcc]

        SvxSearchDialog: Remove always false bMultiLineEdit.
        
        Seems to be at least from 5c4b13d1bea4aedb72677f0317d5334638c03918.
        'searchformat' and 'replaceformat' becomes then unused too.
        
        Change-Id: Id5276e22478e5f863c12eadd7a7172d80ea685bb

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63]

        fdo#74132: Do not interrupt search in Writer.
        
        Instead of "Do you want to continue at the beginning?" dialog,
        just inform that we were at the end of the document in new label.
        
        Also replace 'Search key not found' dialog with label.
        
        Change-Id: I6a140cbad93406b73996f87a6d05fcc5d245fdbf

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [d6f13b6a84e4b12320111c2e92cd8af20ed44d4c]

        Remove unfinished code.
        
        Change-Id: Iee9e2ff03fc1bce45965148a772c0984a0a9f8d0

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [ed9e1e739041c8ef30e68559e9e9415632b21d94]

        Use anonymous namespace for UUIInteractionHandler.
        
        After it's no longer used in uui_component_getFactory,
        since fe537786a42abea57551395f73328db48bebd086
        
        Change-Id: I27f77b88c898f665d481931a55f1a0c1fce15818

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [fe537786a42abea57551395f73328db48bebd086]

        uui: Ctor feature for com.sun.star.comp.uui.UUIInteractionHandler.
        
        Change-Id: I94858cef5402e88ddcc3e0e9e4383f7be8443e77

2014-02-05  Matúš Kukan  <matus.kukan@collabora.com>  [1d77f5ce5e13720d46b41fd3ee4c7fe1d92a9839]

        sw: Ctor feature for sw.sidebar.SwPanelFactory
        
        Change-Id: I6854bdf96f050b7f333803d068fe681df92ed3e6

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [351cfed9dea6099cf27f7f818dcd0e4f94c9f35e]

        transparence->transparency
        
        Change-Id: Ief774a0e02dc1489239b2a0c1fd550a5f6ee66de

2014-02-05  Jürgen Schmidt  <jsc@apache.org>  [8d6debac7796ba35c254da282bbcb039f56f6d15]

        Resolves: #i123116# correct spelling errors
        
        Patch By: Aivaras Stepukonis
        Review By: jsc
        
        (cherry picked from commit a845d71360fc3cd0205d554964c4fd9fe87f0f8a)
        
        Conflicts:
        	svx/source/sidebar/area/AreaPropertyPanel.src
        
        Change-Id: Ib5158a2e28f1af426cd845ac648bcd4674d496f0

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [621ddc9c951262cdbdda1fe5479b48bc40e6e3b4]

        get make findunusedcode working again
        
        Change-Id: I8fed32b8eb1e986321dde0542c15b7b8cf91b123

2014-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c1d69c0e9e3361f9dd340ac133407e1dbb1d08ca]

        fdo#35105: notify role change through a new UNO a11y event
        
        A new UNO accessibility event called ROLE_CHANGED has been created.
        It should be triggered when an accessible object changes its role and
        every accessibility toolkit should use its own methods to make that
        change effective.
        
        Code to support the event in ATK has been added.
        
        Change-Id: I132e303bdb148967231334458c3cfa369c36ec8f
        Reviewed-on: https://gerrit.libreoffice.org/7853
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [f5c7e770314826c121fb6a03d56f424d308e1e2f]

        fdo#69652 Default(Date|Time) is a UNO struct now
        
        Changed to UNO struct from integer by
          fdo#67235 adapt form control code to time nanosecond API change
        
        Change-Id: I5817d44438d70a0da534c03afd22d74a311252f5

2014-02-05  Tor Lillqvist  <tml@collabora.com>  [a093cea5daf5a6e934bf7c5aa5acfc66a644637f]

        WaE: [loplugin:literaltoboolconversion]
        
        Change-Id: I4025c6a00ed6f9dc3522701bcd85153276626330

2014-02-05  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [5350d30b10ebcd939d4b2ca5f142d6c5a3444f42]

        fdo#62082 Fix buttons in Custom animation toolbar
        
        * Use small button size
        * Fix duplicate arrows
        * Change "Remove" icon
        * Remove no longer used icons
        
        Change-Id: I28a22704fc0696d00d97ac3b6b6fc0c98c3433ed
        Reviewed-on: https://gerrit.libreoffice.org/7867
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [999a83b455b9db32116203fcc7337f9910d1d5f7]

        fdo#74424 Use Window::GetOutDev() to access ImplHasMirroredGraphics()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	vcl/source/window/window.cxx
        
        Change-Id: If429486dee4f7cc1e55ca48ab5d715d0c30578a3
        Reviewed-on: https://gerrit.libreoffice.org/7794
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [c11b48d09f8ef31d3ec326e1dfda91a8e384ae81]

        fdo#74424 - added TODO
        
        The function OutputDevice::ImplInitClipRegion() should be moved into
        Window, VirtualDevice and Printer. Added a TODO note.
        
        Change-Id: Ia9c7a5299e8762ad96788232466b0772c0a2e6bb
        Reviewed-on: https://gerrit.libreoffice.org/7796
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [9cb1018c81dbceead9ee2f4da26989035c5a0bab]

        fdo#74424 Use Window::GetOutDev() to access ImplInitOutDevData()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	vcl/source/window/window.cxx
        
        Change-Id: Ia68ba25a9d42ce653c093dbea7087ab8431c8509
        Reviewed-on: https://gerrit.libreoffice.org/7795
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [f1e96f263d3fddf028a8fd6e09c3a6781718aab7]

        OutputDevice::ImplHasMirroredGraphics can be const
        
        Change-Id: I639c4821d9ef4da04ccbed6b93f7e6e3b51ae74d

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [8f542a605baec0b777effbb3e6666eff09a09a28]

        fdo#74424 Use Window::GetOutDev() to access ImplDrawFrameDev()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Change-Id: Ie1381b06b940f9220ee77606f9882aa7a4ea1381
        Reviewed-on: https://gerrit.libreoffice.org/7808
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [d892e5d4da5b4fe4664c22a6bde21619b62eeae5]

        fdo#74424 Use Window::GetOutDev() to access ImplGetGraphics()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	vcl/source/window/window2.cxx
        
        Change-Id: I964596bb6457ccb24e69bad15c497dbf97e5880f
        Reviewed-on: https://gerrit.libreoffice.org/7789
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [e45c729da21c6923032b64c543136efe066b756a]

        fdo#74424 Use Window::GetOutDev() to access ImplLogicToDevicePixel()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	vcl/source/window/window.cxx
        	vcl/source/window/window2.cxx
        
        Change-Id: I5e5241ed9eb586bc31ae9411cd7eef460aa707c3
        Reviewed-on: https://gerrit.libreoffice.org/7800
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [7e122c54f588f56d45e7c09a3327fecb0f8dbef8]

        fdo#74424 Use Window::GetOutDev() to access ImplInitFontList()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Change-Id: I18a2688d85ed23a4773e6527bd4923f7d6c83a28
        Reviewed-on: https://gerrit.libreoffice.org/7799
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [d56804f00c927100d78ee847416e3ae6c131ecd0]

        fdo#74424 Use Window::GetOutDev() to access ImplSelectClipRegion()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	vcl/source/window/window.cxx
        
        Change-Id: Idae6dcaa1c774a437887a7cfdbfc882aa4b35325
        Reviewed-on: https://gerrit.libreoffice.org/7797
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [e17cf910320848edbc3d11ec62acbf1c8f531ae5]

        fdo#54938 Convert comphelper and vcl to cppu::supportsService
        
        Change-Id: I391a7324bf92208fe632dac17874943343b1f65a
        Reviewed-on: https://gerrit.libreoffice.org/7757
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [a7395942aecd2523ab392b09018dcc1a05527077]

        fdo#74424 Use Window::GetOutDev() to access ImplReleaseGraphics()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Change-Id: Idde976aacd1bea2871cc72509a59c17af6f560f5
        Reviewed-on: https://gerrit.libreoffice.org/7790
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [be16bfd4c2d43c9152eac4ce4519fc31e9de9f34]

        fdo#74424 Use Window::GetOutDev() to access ImplIsRecordLayout()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Change-Id: Ibbdd8062659ed0de2925a61ce5e63e5a21834ade
        Reviewed-on: https://gerrit.libreoffice.org/7814
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [fba46c6efd08d50fee92cc11546f3ed253a57af8]

        fdo#74424 Use Window::GetOutDev() to access ImplReMirrored()
        
        Part of the decoupling of Window from OutputDevice. We now get
        he Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	include/vcl/window.hxx
        
        Change-Id: Ie422df837e1596881b61d34a1627b0ecc668a54e
        Reviewed-on: https://gerrit.libreoffice.org/7793
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [d662116bb978190693432c8725757d36dd6e7232]

        fdo#74424 Use Window::GetOutDev() to access ImplGetDPI(X|Y)()
        
        Part of the decoupling of Window from OutputDevice. We now get
        the Window's OutputDevice instance and manipulate this. Do not rely
        on the inherited function.
        
        Conflicts:
        	include/vcl/window.hxx
        
        Change-Id: I93c83578eb92cdf10c7009f98e91ab177879c141
        Reviewed-on: https://gerrit.libreoffice.org/7788
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [625971b104bd39c0168816f822d1a0c491e25f45]

        fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsService
        
        Change-Id: Ib5d3aabf8aa88ec24e44584047d0405a09fa44ed
        Reviewed-on: https://gerrit.libreoffice.org/7864
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [6a6a51ed0546de2d6e198b0d7486d347b2fb345b]

        fdo#74424 Start to decouple Window class from OutputDevice
        
        We want to start to decouple Window from OutputDevice. This is
        because a Window should *use* an OutputDevice, a Window is *not*
        an OutputDevice.
        
        In order to start to decouple the two classes, the strategy will be:
        
        1. This patch adds in a new private member pOutputDevice as well
           as an accessor. When the Window is initialized, pOutputDevice
           is set to a downcasted instance of this (because we are still
           inheriting Window from OutputDevice).
        
        2. We will start to go through all the functions in Window that rely
           on OutputDevice and use the getter function to use the OutputDevice
           private member.
        
        3. Any subclasses of Window will then need to have the same procedure
           done on them.
        
        4. Once this is done, we need to work out the best way of initializing
           mpOutputDevice, then we can remove OutputDevice as the parent
           class of Window (and all Window subclasses).
        
        Change-Id: I39886c77070befb1542c8f22346111cde1c360b1
        Reviewed-on: https://gerrit.libreoffice.org/7786
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-05  Michael Stahl  <mstahl@redhat.com>  [a10f9277b51f55050782dcd4fc1bc8d9af05cbe2]

        chart2: remove unnecessary complexity
        
        Change-Id: I4c63fbb31ab49ed70c4e3092c5fe70a2b3514e3d

2014-02-05  Timothy Markle  <tmarkle7@gmail.com>  [995073b08e69f6616479f5dd4d4094d96f893207]

        fdo#43157 - Clean up OSL_ASSERT
        
        Changed OSL_ASSERT to SAL_WARN_IF
        
        Change-Id: I6f81a265aefe769e1449b1f10c796bf3aa1d0f1c

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [1b5beba7c168fc8c20c8e4326b863171cf9662a7]

        Fix previous fix
        
        Change-Id: I6a38e537279884079fbc10086d153113d38b8bfd

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [a2e2ef617543f7d124ecec53813e90d1cb759e5c]

        Fix target of .glsl files on Mac OS X
        
        Change-Id: I874c97d7e6a80accc48b876b9151e3a8a2148280

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [ee2fcbab6de42e2d631c0e0b1b4c66b0ca3ebc93]

        C2872: ´Window´ : ambiguous symbol
        
        Change-Id: Id5a342b9fdc5240b70b0985f4c6de9493162f10c

2014-02-05  Caolán McNamara  <caolanm@redhat.com>  [e401b9c8243af61d4b2889d38e8390e8971099f2]

        convert scenario dialog to .ui
        
        Change-Id: I66f7fe04155ad4c6e42e6aa96bb2db71ba4f682f

2014-02-05  Armin Le Grand  <alg@apache.org>  [258e6f93e81539d90b23f45224dd225a6e20ab0d]

        Resolves: #i124143# for draw:frame containing multiple draw:image...
        
        and draw:glue-point it is necessary to move the GluePoints from the last
        draw:image where they were automatically imported to the surviving one if these
        are different
        
        (cherry picked from commit c011af1087411a9bacd29cd479c807e698b2e92c)
        
        Conflicts:
        	xmloff/inc/xmloff/xmlictxt.hxx
        	xmloff/source/core/xmlmultiimagehelper.cxx
        	xmloff/source/draw/ximpshap.cxx
        	xmloff/source/draw/ximpshap.hxx
        
        Change-Id: I8f6c875767e9cbfee74838742401356df002b051

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [461550cdb5b86fd3b20e6f381acb14bcccf91406]

        Remove unused HTMLMODE_* defines
        
        ...and turn the remaining ones into an enum.
        
        Change-Id: I2e650fe2640f2bf512f356c7881a9722faa6ce25

2014-02-05  Michael Stahl  <mstahl@redhat.com>  [6c820a2816ab3b90c4166ffdc532ad0a17af019b]

        basic: _FIND_STATIC likely not an error in SbiExprNode::GenElement()
        
        All other _FIND_* are explicitly not errors, and probably CWS npower10
        forgot to adapt this assertion.
        
        Change-Id: If721c275eb1bc31d76140898602b41e11c23d82e
        Reviewed-on: https://gerrit.libreoffice.org/7863
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [970df64bc975a0a8aaae19bf46157c27f34f9a35]

        static assert is enough
        
        Change-Id: I51be076119b23611f006fb4ebefd8f4bb727ded8

2014-02-05  David Tardon  <dtardon@redhat.com>  [6b127d40c7d57745bc602d9ff7914392f9d3b92b]

        rhbz#1057977 avoid use of invalidated pointers
        
        Change-Id: Ib81f79da696b5e8002f5a2ddcf160903231dc3f1

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [561c48178c5ea544f4c1e845f77970d2830ed544]

        Adapt JunitTest_sw_complex to 2bb87dd6596f8e961f5618d8e7686fa12c64e2cf
        
        "fdo#39944: Add DOCUMENT_* accessibility UNO roles"
        
        Change-Id: I8b68ef756d054ee4e53941927108253d62e82672

2014-02-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [07eb648d82a4a26b4b6c7fa78aa2d22ccbd0593d]

        Remove some extra break
        
        Change-Id: I55405c748d67101ecef8ef8a52037a26bc52b9f6

2014-02-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a468e386695f470f65616adde4673aa43a562c51]

        drawingML import: paragraph adjustment inside group shape
        
        Change-Id: I875cb1f12c9f81d329d7fe9cd3aa32a4cd818573

2014-02-05  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c53dd7ea947e0233d98edd3e5d2f07c65ea61f30]

        drawingML import: capitalization inside group shape
        
        There are two types of capitalization in DOCX:
        -uppercase: <w:caps>
        -smallcaps: <w:smallCaps>
        
        Change-Id: I6a5d238bed68aa3fd3478a77cf1942f009480eb6

2014-02-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [51a68b4992c6eb7015d838d1fdf9fc84ec0fa5d2]

        Doxygen warnings corrected
        
        * Doxygen spits out a lot of warnings about not being able to find
          match function signatures, etc. This is because in some headers we
          have a using namespace statement, in others it gets confused between
          ::Window and Window (!).
        
        * Wrong use of tags:
          + Lots of @seealso - should be @see
          + Wrong usage of @overload - corrected with the right function
            signature
          + HTML tags that doxygen doesn't recognize removed
        
        Change-Id: I1c2eed941619b8764dbfcfc5ab38027518cdf261

2014-02-05  Tor Lillqvist  <tml@collabora.com>  [651756a5f40b6340518e97a31113cb59438ab40d]

        WaE: statement aligned as ... [loplugin:bodynotinblock]
        
        Change-Id: I4e3078ab29ff6ad2d89f68ef6413d2f3fb1fcb80

2014-02-05  Stephan Bergmann  <sbergman@redhat.com>  [e12747c8cfefdb58bb0172bd84c085a27ef68d3f]

        -Werror,-Wunused-private-field
        
        Change-Id: I86e069e14d82be311368662f5128b30a7d00be90

2014-02-05  Tor Lillqvist  <tml@collabora.com>  [d4455202a5464a7395c961e08157ff418c04eccb]

        Add informative comment
        
        Change-Id: Ic8e56294a0f7527feac71516047b82e71ae0d50c

2014-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [fb4e16c90e01aded8998ee9da50b394efc2e8fd4]

        Trivial syntax fix
        
        Change-Id: Icfcea4a4e86a85d67786d0a87d8d2eb665860e0e

2014-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [b0e3c6b8fa548defd5a3af2b8bf88b0b49589753]

        typo in comment
        
        Change-Id: I900a8956fd9eae330bf12829bc94c8b18b1c6513

2014-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [7ce47d69b3565cbb9e80294127e00648c24955dc]

        fdo#69873 FixedText (label) is implemented as no value
        
        And the actual label is put as *body* of the cell.
        I'd prefer that the value be put as string-value attribute of the cell,
        but since in the report definition the label is as body
        (as opposed to as an attribute), it is easier that way.
        
        We could move (actually *copy* for backwards compatibility reasons)
        the label to an attribute of the rpt:fixed-content element
        (similar to the rpt:formula attribute of rpt:formatted-text)
        but it is not obvious this is completely desirable:
        Indeed it would keep us from putting anything more complex than a string there
        (which we don't do anyway now, but thinking of future extensibility here);
        I'll leave the exploration of that idea to the indefinite future.
        
        Change-Id: Ia0f7460718ee35a971117e2f79c0997e17e1095e

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd9db38e4525474e6a35a91748a34ce473807075]

        Remove use of GetMark*Ranges() from DeleteMulti().
        
        Change-Id: I4a17e5f0f1c81c968c821467f326a1c9b06a85a9

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [21ab2ba866c8bea31cf2832d1c53227963a6010a]

        Actually these methods shouldn't be taking a sheet index.
        
        Marked ranges consist of 2-dimensional ranges plus selected sheets.  So the
        selected ranges themselves don't care about sheets.
        
        Change-Id: I1c2dfab182282e6b32342b97227b3a7abfaf5179

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b55bd1f51c54f560da3956d54e4dd30ad1422252]

        Implement GetMarkedColSpans() counterpart.
        
        Change-Id: Ia2f4828a91ad3c89f7867e0f2e0248f885d3fff7

2014-02-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fc16069d1a8db45b7ecaa01c3ee1af0e904062c2]

        Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.
        
        Change-Id: I90a1d4b3ae2e6aff9a7926b5842bc85ac172683d

2014-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [b8a863a219ae3efaa050e5f213d5ae3a91459c06]

        drawingML: do not write empty schemeClr tags
        
        Change-Id: I8508f00f6af218605d1d43d3efcefbf545387ab8

2014-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2fcf3a871c94feeca11619ef5c8c0466ce61eb74]

        ooxml: preserve gradient shape fill
        
        LibreOffice is unable to properly import the custom gradient fills
        defined in ooxml documents. To prevent data loss, we save the
        original gradient fill definition in the shape interopgrabbag and we
        write it back to the document on export.
        
        In case the user has changed the fill properties of a shape, the
        original fill will be discarded in favor of the new fill.
        
        We have added a new ooxmlexport unit test to test this feature.
        
        We have also added some missing transformations to the methods
        getColorTransformationName and getColorTransformationToken in Color
        class, and refactored some code in class DrawingML to the method
        WriteColor( OUString, Sequence ).
        
        Change-Id: Ie71f89eaa20313561aa9180ea33b76f3fb5e5df6

2014-02-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [c482da1cf440beb1464b9ae1b992e3d0e7a4ab8d]

        fdo#39944: fallback for DOCUMENT_* roles in ATK < 2.1.0
        
        Set fallback to DOCUMENT_FRAME role.
        
        Change-Id: Ib83cd2f9881bcdec7b69a7660cf4166a612aaf60

2014-02-05  Khaled Hosny  <khaledhosny@eglug.org>  [9140d2795494cf318e2e149a5cef03088746fd80]

        Minor
        
        Change-Id: Ic2182ffc76d63b966fc381dadb59af344dda945e

2014-02-05  Khaled Hosny  <khaledhosny@eglug.org>  [e3a41d57e46e85656ba3fec56de541274da9ec91]

        Set HarfBuzz buffer flags for text boundaries
        
        If the run is the start and/or end of the whole text string being laid
        out, set corresponding HarfBuzz buffer flags as it will help HarfBuzz
        e.g. place a stray combining at the beginning of a paragraph on a dotted
        circle.
        
        Change-Id: I05c9fa46b251a2ce4e716da33fb6edda680d2dd1

2014-02-04  Noel Grandin  <noel@peralex.com>  [186b4ebc99a2e80740fee51f9d0276886a003617]

        convert specialised SvStream::operator>> methods to ReadXXX methods
        
        as preparation for converting the SvStream::operator>> methods on
        primitive types
        
        Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
        Reviewed-on: https://gerrit.libreoffice.org/7798
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [95a7e952552adb834f92d1477f83938e7c8d0204]

        fdo#73263: Change the default color for reference border to non-red.
        
        See the referenced bug report for the reason behind it.
        
        Change-Id: I4284807adaf82ae9581208a13ebd5071d36be5c7

2014-02-04  László Németh  <nemeth@numbertext.org>  [3e6969d8a26c443bf5729eab640de92aa95ec4ee]

        librelogo: keep comments at translation
        
        Bug report: http://openscope.org/browse/OOO-837
        
        Change-Id: I5c17ed6059107ec8fc12bf9f411e52b22f131065

2014-02-04  László Németh  <nemeth@numbertext.org>  [a831930986166a8c5cb231821426f5cf4d976df2]

        fdo#70666 fix Graphite ligature replacement at line breaks
        
        Change-Id: I5b7c149f7f419ba18bd2cc59f4e77a0b61280caa

2014-02-04  László Németh  <nemeth@numbertext.org>  [604a0b7282e85c8404d0fcf6db6be0cb08463fb1]

        fdo#44314 Unicode hyphenation at soft hyphens with two extra char.
        
        Change-Id: I4b8eba6d8353e4207cac4a8b24d2b9f0440ce9e6

2014-02-04  Andras Timar  <andras.timar@collabora.com>  [757f4ab3311802590062ac525a8597333d0caaff]

        sal_True to true in comments
        
        Change-Id: I1f99b9377294de94c46943a0768d91cd51380a26

2014-02-04  Andras Timar  <andras.timar@collabora.com>  [b6e68923e2909ade7b69e55519220b9cf9dfc60b]

        fix some color mismatch in high contract mode on Windows
        
        Change-Id: Ifadcddf0c6c0a0e33c80ac47dd64af6b56387d30

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01a55d560509d9fb8027a330040510e767f895a2]

        Cover all the other "compile all formula cells" methods.
        
        Change-Id: I434aeb97a32d4b70846c7b3a7c701f90f43bad8a

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b2f55245376ef4da079d4d2336c1bef701894009]

        We can infer current grammar from the document.
        
        Change-Id: Ia44bc612e9128adfc9be0d44ea8368215de950ba

2014-02-04  jorendc  <joren.libreoffice@telenet.be>  [429c6579b58861a0bf2c2741e99e1700d51415e2]

        Close Template Dialog when we saved a template
        
        Change-Id: I1529e7d628984d9720dd1169816911a957df7a11
        Reviewed-on: https://gerrit.libreoffice.org/7850
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [5784cafe46338d3b94818213a4443d11c1324af9]

        scp2: migrate URE Packages to AutoInstall
        
        Change-Id: I98a272e8cf009aa04bbd07ee333f9853e2a906d2

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [ba26251f4d2b76f7f3e027d75542e8e0965a2aed]

        gbuild: add gb_Helper_register_packages_for_install
        
        Change-Id: I855a7e260a9ad05d655d121dbed97597b21187d2

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [4f346c9c1610a1c4b7ecc11ff3b99980763635a0]

        gbuild: component files for Jars in NONE layer and move testComponent
        
        ... from URE to NONE.
        
        Change-Id: If43e07b88f2ab0e845f77d1f1a835627e5c48dd7

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [9870a5f73dcfa6c2c15bc1fc6ba70fa3539f33ac]

        scp2: move URE jars to AutoInstall
        
        Change-Id: I68c5f5ac015e8c5d8efd60921f38eb31c6f8088d

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [429255d1636e364b8054cc8fc4c417f10f783a54]

        gbuild: add gb_Helper_register_jars_for_install
        
        Change-Id: I560a8eded4747a9332f5dac29009eafd3d6e68b7

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [d3a19d8eb7558bb7ca056ff31127c9002a7d0853]

        remove lang path substitution
        
        it's unused internally as far as I can see and has very incomplete (and surely
        some wrong values) from some sort of mid 90s Euro-centric worldview
        
        Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c

2014-02-04  Andras Timar  <andras.timar@collabora.com>  [988af531b337f8c829554ac2d12d41369bb2f19e]

        update location of jpeg filter in README
        
        Change-Id: I418cccac5181c9a4e41f0fd5e06af10a21714f48

2014-02-04  Andras Timar  <andras.timar@collabora.com>  [57f10ec58c5be97ca7f66850c53a0d04c9885942]

        fdo#74489 replace '\n' to ' ' in fields (e.g. multiline headings)
        
        Change-Id: I1ce125e459dfcf22adef85efac344ceb320812a2

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [295a55b647e030d3705b930bde7508cd8b058b52]

        Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().
        
        Also make some adjustment in order to handle formula cell's "temp grammar"
        correctly.
        
        Change-Id: I6fdd5c67bb95e4de90ea71db624c9610c1e2febf

2014-02-04  Michael Meeks  <michael.meeks@collabora.com>  [8c01b81e81bd0598932c32bd47e59a1029660dd4]

        fdo#74519 - don't drag around and use an uninitialized variable.
        
        Change-Id: I08b43a6658a600398b434a0c90e0e16863402b33

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c15f4e48485706fb48ffee0d26f2f6f0f5ca957]

        More places to cover pre-compiled sheet names.
        
        Change-Id: I9dead89e990297abee185a8a64b0d2f4a86f5c70

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [2b76184892ddaeebaf8603f62c54dee17922f274]

        Revert "Doxygen warnings corrected"
        
        This reverts commit ff8036df5c5575503dc30d255dfbe99cc637c510.
        
        multiple build failures with namespace collisions etc
        
        Change-Id: Ie8ac08feff518af3584a26957f07a60d95932c76
        Reviewed-on: https://gerrit.libreoffice.org/7855
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [79ab9d7b6ede19bc494770bba6cc59bd4618d5ae]

        fdo#74495: gbuild: AutoInstall: add support for ComponentCondition
        
        ... via new scp2 macro LIBO_LIB_FILE_COMPONENTCONDITION.
        
        (regression from 2feb756dd5ff486a3972cf676f6f1d07017bf0f6)
        
        Change-Id: I6ab30cc1c14c34bd7dc1325e3f98d972544e7eea

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [f985e3add3870c1dee7fe88d37388281a333403a]

        fix ambiguities
        
        Change-Id: I27c8ef11a0eedbcaf29865dff83841675b775171

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [1f7a5e58de2da3f88a1dc50d1574119b33b5eea3]

        have a stab at fixing RHEL-5 build that hasn't got new atk roles
        
        Change-Id: Idbfc9bae9593416564783974ef7237e20e6400b0

2014-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee99b345e0abf3b44b0d51e3e93d8a3e4993b619]

        Mirek suggests "relative to" instead of "relative from" for consistency
        
        Change-Id: I6a27941806b05201e142efb768df79347b7e6f8c

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [fd59ec2c2126c1d8ca0f4c2ea70dd4c50d75ca35]

        C2872: ´Pair´ : ambiguous symbol
        
        Change-Id: Ia9c86914319cd8342d04e9a9efb23aa18d1e94df

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [2d564f1edc6b91466d9fc3509892c277ad0b2720]

        fix ambiguities
        
        Change-Id: I4ac7032f1fae25f7a48d819141c1c446dac42e3c

2014-02-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [059f43f5756076c7d349e9b7d66e3605a948b508]

        Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.
        
        This reduces the lag after updating range names especially with a large
        number of range names.
        
        Change-Id: Idbfa3b6447b693a566192828e7137b2aeaa0d1f5

2014-02-04  Vort  <vvort@yandex.ru>  [9db3b5585c5fa7fff633672fd32510c4066d035a]

        fdo#35143 PDF import: Reimplementation of whitespace detection function
        
        Change-Id: I5b230aaebf72b70bbb7e206414a5ac0e01f01f86
        Reviewed-on: https://gerrit.libreoffice.org/7564
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [5cfda4f4de8da82485e27b1f0f0d94211d3b4d95]

        DOC import: fix nested comments
        
        See 2.9.70 (FBKF) in the spec, the ibkl field should be used to find the
        position in PlcfBkf.
        
        Previously we assumed that PlcfBkl and PlcfBkf is parallel for
        annotations, as but that's not true for nested comments.
        
        Change-Id: I76a6a757b41d2f9b7fe7fe9c9e01a92c251f7b32

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [0be44f7d15009bffd6c03cc3ad81fa54aace40e6]

        fix ambiguities
        
        Change-Id: Ice46cfbe8a21c5e641e09070128b8f412411c9d9

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [e1b606e0718928f648aae3cf46f2c780eb0a9277]

        nPrio is always 0
        
        Change-Id: Idc5bd213562de95c83752dc089ff6a928e9085d3

2014-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [570e5d70f32aeb34b1c1ad7623c71f7363ce4dfc]

        fdo#74425 Remove deprecated static function ResMgr::GetLang()
        
        ResMgr::GetLang() has been deprecated for a long time now. It is used
        by only one function,
        SubstitutePathVariables::SetPredefinedPathVariables() in the framework
        module. I have therefore removed it from ResMgr and placed it as a
        function in framework/source/services/substitutepathvars.cxx where it
        is actually used.
        
        Change-Id: I5f0d8f701aa45f8653020affeff6339f8fc9bc0e
        Reviewed-on: https://gerrit.libreoffice.org/7791
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [45df5281f030276c06d3e16a07e165c28870c2db]

        warning C4305: '+=' : truncation from 'double' to 'float'
        
        Change-Id: I91fad4e47788c1f56cbd835debe43f3e3723aa4f

2014-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [ff8036df5c5575503dc30d255dfbe99cc637c510]

        Doxygen warnings corrected
        
        * Doxygen spits out a lot of warnings about not being able to find
          match function signatures, etc. This is because in some headers we
          have a using namespace statement, in others it gets confused between
          ::Window and Window (!).
        
        * Wrong use of tags:
          + Lots of @seealso - should be @see
          + Wrong usage of @overload - corrected with the right function
            signature
          + HTML tags that doxygen doesn't recognize removed
        
        Conflicts:
        	include/vcl/toolbox.hxx
        
        Change-Id: I687f45e426280d411ef3cb6d8d5993a829f2f324
        Reviewed-on: https://gerrit.libreoffice.org/7725
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [f4d7259dbf0970d2af8747c681e6657853e36587]

        More Application class documentation updates
        
        * Completed documentation of the Application class:
            + Documented and grouped functions relating to
                - dialogs
                - application help
                - mnemonics
                - accelerators
                - VCL toolkit and UNO wrapper functions
                - IME Status functions
                - platform functionality
                - graphic filter functions
                - headless mode functions.
            + Documented event hook function.
        
        * Documented the ApplicationEvent class
        
        Change-Id: I79a77212aa64ef1d4d40bfed2b73af5dce357731
        Reviewed-on: https://gerrit.libreoffice.org/7713
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [dda9037e4123abe5d6faf3b19c1a7061189c1354]

        As the comment says, "news:// is nonsense" here
        
        It was introduced in the orginal commit 4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1
        "CWS-TOOLING: integrate CWS mba32issues01" but for copletely unclear reasons.
        It looks like it serves as a placeholder for those "unknown-URI-scheme" cases
        that shall go to RID_SVXPAGE_HYPERLINK_DOCUMENT, but for a news:// URI it would
        make more sense to go to RID_SVXPAGE_HYPERLINK_MAIL anyway.  (Note that
        INetURLObject only supports RFC 1738 news URIs that cannot have an authority
        part, not RFC 5538 ones that allow for an optional authority part.)
        
        Change-Id: I5db76fc2a733d0c334e24fecb9d7078bedbdbe08

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [e0e82c6d12938d3eb4ff63589980a781365640c7]

        Handling ".uno:InsertSymbol?Symbols:string=" appears to be dead code
        
        4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1 "CWS-TOOLING: integrate CWS
        mba32issues01" had introduced it, along with code in
        SfxConfigGroupListBox_Impl::AddAndSelect to generate such URLs, but which had
        been commented out from the beginning (and since been removed), and all other
        places that mention .uno:InsertSymbol apparently use it without a query part (to
        run the special character dialog), and the string has 33 characters, not 34, so
        aRet would not contain the first character after Symbols:string=, which looks
        odd.
        
        Change-Id: Icdab24148b217531f2db65b1604678650180a22c

2014-02-04  Maxim Monastirsky  <momonasmon@gmail.com>  [4c97c6a18f12db3cedfdebb033205594056c7373]

        sidebar: more cleanup of text panel
        
        Change-Id: Iad9b619d599ed13e3d783ca174e7ad5f0053c622
        Reviewed-on: https://gerrit.libreoffice.org/7826
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [0c24592e5ddd48837e4a0e4afe363c94c3e3d640]

        Updated core Project: help  65d50af499ead0a578cca619e26354e447fa1794
        
        STDEVP and STDEVPA functions are based on an entire population
        
        Change-Id: Ieb1aa2e956061ce72afc2d5d804b95dabd20c4c8
        Reviewed-on: https://gerrit.libreoffice.org/7552
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        

2014-02-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2bb87dd6596f8e961f5618d8e7686fa12c64e2cf]

        fdo#39944: Add DOCUMENT_* accessibility UNO roles
        
        Added a set of UNO accessibility roles for specific kinds of
        documents:
         * DOCUMENT_PRESENTATION for Impress
         * DOCUMENT_SPREADSHEET for Calc
         * DOCUMENT_TEXT for Writer
        
        The other applications still use the existing DOCUMENT role.
        
        These roles translates directly to ATK but in the other toolkits we
        keep using the same association that DOCUMENT role had.
        
        Change-Id: Ibac47527e5effdecb28d2314cde8558cf4fb010a
        Reviewed-on: https://gerrit.libreoffice.org/7847
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [ac8cb745d7b385b24a3576aa6c40780fdcfe9b15]

        Disable "Insert - Duplicate Slide" when no slide is selected
        
        ...and the command just did nothing.
        
        Change-Id: Ib39d24c2f4c2b34b887495e3eeef58c0be44af63

2014-02-04  Herbert Dürr  <hdu@apache.org>  [a5090ccf756aac2365fd52d7cf9b423f54c5c6f6]

        Related: #i123862# use O*String's isEmpty() method...
        
        to check for emptiness in modules starting with 'b'
        
        Patch-by: j.nitschke@ok.de
        Review-by: hdu@apache.org
        (cherry picked from commit 87204b0f4062ef8fc8f138ad15f4378da609d4e2)
        
        Conflicts:
        	basctl/source/basicide/baside2.cxx
        	basctl/source/basicide/bastype2.cxx
        	basctl/source/basicide/localizationmgr.cxx
        	basctl/source/dlged/dlgedobj.cxx
        	basic/source/basmgr/basmgr.cxx
        	basic/source/basmgr/vbahelper.cxx
        	basic/source/classes/sbunoobj.cxx
        	basic/source/comp/sbcomp.cxx
        	basic/source/runtime/iosys.cxx
        	basic/source/runtime/methods.cxx
        	basic/source/runtime/methods1.cxx
        	basic/source/runtime/step2.cxx
        	basic/source/uno/namecont.cxx
        	basic/source/uno/scriptcont.cxx
        	binaryurp/source/bridge.cxx
        	binaryurp/source/bridgefactory.cxx
        	binaryurp/source/reader.cxx
        	binaryurp/source/unmarshal.cxx
        	bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
        	bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx
        	bridges/source/cpp_uno/shared/vtablefactory.cxx
        	bridges/source/jni_uno/jni_data.cxx
        
        Change-Id: I37bd84e0a1d6426759dba81854faf32c88147fe1

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [3f4a461c57e5d07b7d0a03befe8f264fcd2ca8f7]

        clean up now that pGraphic ==NULL is an early return
        
        Change-Id: I9d8e03eeb63ab2086fc354f546419b33d7b34411

2014-02-04  Herbert Dürr  <hdu@apache.org>  [59238ef422468756c4fb67d4a00bb8c5ad31ffbc]

        Related: #i123862# use O*String's isEmpty() method...
        
        to check for emptiness in modules starting with 'a'
        
        Patch-by: j.nitschke@ok.de
        Review-by: hdu@apache.org
        (cherry picked from commit 40b2ffbb1036c2f2db50965525009213d8fd6343)
        
        Conflicts:
        	accessibility/source/extended/accessibleiconchoicectrl.cxx
        	accessibility/source/extended/textwindowaccessibility.cxx
        	accessibility/source/standard/vclxaccessiblebox.cxx
        	accessibility/source/standard/vclxaccessibletoolboxitem.cxx
        	automation/source/server/recorder.cxx
        	automation/source/server/statemnt.cxx
        	avmedia/source/framework/mediacontrol.cxx
        	avmedia/source/framework/soundhandler.cxx
        	avmedia/source/gstreamer/gstplayer.cxx
        	avmedia/source/viewer/mediawindow.cxx
        
        Change-Id: I8e6d6754282634f6931a2e7f73f08f70c23d452e

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [24a00c43c2b59df9b3f29c76f2e898e43bbb27ba]

        convert database save as dialog to .ui
        
        Change-Id: Ifc8d43930ecbd3ccd67147cd891260555976dc0d

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [c234d4c2cd63bcd8fb7e4a39b8f36226c289373d]

        swap arguments around to smooth .ui conversions
        
        Change-Id: Ifa2a1b30db70063521c156a1d416fbad45890546

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [8bc81f6f16a842ccb9f2dba01165d0c62697736c]

        Related: fdo#69645 don't know if mxParent could become invalid..
        
        after get and before call through mpParent. Probably can't, but
        I don't know for sure.
        
        Change-Id: Ib40e0709f1966687a37cc5b84bae1d554a5b4474

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [83beb7738dae52f283b0b5f390ccfc77b4a7c1ac]

        Updated core Project: help  7fd16de83847334bfb1fb80d89230f6cf34f74cb

2014-02-04  Niklas Johansson  <sleeping.pillow@gmail.com>  [37ee9b402c2264daa7f8a8bc96443d380a054cf5]

        fdo#74121 - Accessibility broken on Mac OS X (master)
        
        The commit 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5 broke accessibility
        on Mac. This patch tweeks two changes in the original commit and at
        least removes the accessibility warnings about the wrong window being
        reported as parent.
        
        Change-Id: I0faa631d22376adc08a191ba5937363d1dee059e
        Reviewed-on: https://gerrit.libreoffice.org/7837
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [20c207905f5e9a38f9e06488ab5488c5c21c24e4]

        Simplify showKeyConfigTabPage
        
        Change-Id: I31f7dd7ded3d319ba67e38f530128e28c265b7d5

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [8f50196ef1ba0cc03904e18cc5b034074f92aa4e]

        *_AppDispatchProvider_get_implementation cannot bypass XInitialization
        
        ...as SfxAppDispatchProvider implements new-style service
        css.frame.AppDispatchProvider that doesn't declare any non-default ctors (which
        looks broken, though) and old-style service css.frame.DispatchProvicer.
        
        (And fix the test code to pass in meaningful XInitialization arguments.)
        
        Change-Id: Ifcc32d17f6b96ade2acc40ccdb60f7bad2d503a4

2014-02-04  Chris Sherlock  <chris.sherlock79@gmail.com>  [a1e4bd413e7a8e4db454d65e5226b9d1859bd5d7]

        Change Application::SystemSettingsChanging to OverrideSystemSettings
        
        The name Application::SystemSettingsChanging implies that the app is
        being notified that system settings are being changed. This is not
        what the function does - in fact, SystemSettingsChanging overrides
        a settings object with user defined settings
        
        Change-Id: Ibbf821ff3c7ec5b38e2e79751058494c749b6428
        Reviewed-on: https://gerrit.libreoffice.org/7629
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [849cc7893ddf39f869b2efa93bd10fcf45c09d24]

        -Werror,-Wunused-private-field
        
        Change-Id: Ib7d8fd7ff8a4f44dc699bc0b72a8c438acebc0ec

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [2db45ef2b58058fd850e69432a6b4634fa3e278f]

        bool improvements
        
        Change-Id: I294d197028d5ddf0642fadef05600accd91d0725

2014-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae394876e7e49505efd1be514ec3893ed53d0e08]

        swpagerelsize ui: implement remaining height support
        
        Change-Id: Ia603c4ac6c8e9e049473904203d2c471f03ce8a5

2014-02-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a90374fc81d8fb6f41600d6901c68aaaa3052550]

        swpagerelsize ui: fix height percent value
        
        The problem was that SwFEShell::CalcBoundRect() expected that the same
        relation is used for width/height, don't assume this.
        
        Change-Id: I6c7a968874513299757401341ca9b54206116203

2014-02-04  Jan Holesovsky  <kendy@collabora.com>  [3ebbd27314b0365c0cea21e16abf93f376a2a0e9]

        Fix splash screen.
        
        Regression from ea6c029dfcf7733bb1ce07bc04d9f221f34758db, sorry.
        
        Change-Id: I91a5d4b0a47a6902df7d163f322d9d437f6990d3

2014-02-04  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [6ad41af76fc5a101e553472dd070b065a3e8b28c]

        fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..
        
        Change-Id: I42cf7dc139b79b715f3c330f9bca7d333de8bafc
        Reviewed-on: https://gerrit.libreoffice.org/7762
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-02-04  Stephan Bergmann  <sbergman@redhat.com>  [a4835f66dd8335c9565af9d68630beadcba9a607]

        Fix --with-system-glew
        
        Change-Id: I62d36ada2128b11955b50b0373e1404ff34f2bd0

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [3a9d2f27f3dee4d674966979c68a747b954fdc50]

        convert chinese dictionary dialog to .ui
        
        Change-Id: I2c239c1e7115d26f7b1dba00b08256b650cc183e

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [98c94047387179ae3445a4ab56a169b46987b9b5]

        all the related methods are redirected to *Table() methods
        
        Change-Id: I9a45b7b023d7b01d8b5c35dab0cde07d7b5fc3a3

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [8f028bc6f184c7148d6b817864bfa9e533b6e813]

        convert select data source dialog to .ui
        
        Change-Id: Iecca542c2c425a34184ba2c3ae0e34d093fa6a06

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [f79bfd0ac541e98ee32e089cdf94a18989ff83eb]

        convert chart type dialog to .ui
        
        Change-Id: I6da39b06629e3913048a48490f45863de24c4f15

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [be88126e80b1f6b9a3090ba4617d9a87dfb0a0bd]

        convert query filter dialog to .ui
        
        Change-Id: I53cbe7e73ad68d478f9dece990c3b87ce55f5f34

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [632c0e14ae14233abc0cb69b07cee854eb25ec04]

        convert link database dialog .ui
        
        Change-Id: Ide66c2f088616b1677d03bad9095fa5829c4ffb7

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [a2297881820367980efab53970cb64fba35a00b8]

        sort charsets
        
        Change-Id: I39e90729dd232fba787c592069d8689c4039dccc

2014-02-04  Caolán McNamara  <caolanm@redhat.com>  [8e236ff054235618ef2964fbda0f6cf8821885dd]

        Updated core Project: help  431151004eacd2ef4369a6839e4245713e2cc7d9

2014-02-04  Jan Holesovsky  <kendy@collabora.com>  [e2eda70f2746f08376d8cdf5e5360df217335aef]

        startcenter: fdo#72469: Thumbnails also for other file types than ODF.
        
        Change-Id: If905b2f3e51adf7e64df9385ede74368acd11771

2014-02-04  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [56b404001ef83cc151727cc5a489dc493c6b65ec]

        fdo#54938 Convert oox and scaddins to cppu::supportsService
        
        Change-Id: If75e6e96887d63a555094a2a9c73ca8a157fe964
        Reviewed-on: https://gerrit.libreoffice.org/7836
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-04  Michael Stahl  <mstahl@redhat.com>  [ff5ad7e379315faa3f4afa009d23f34c7d231d9a]

        fdo#44270: vcl: GTK+ file picker: fix non-grouped filter patterns
        
        lcl_CreateAutoMarkFileDlg calls appendFilter() with "... (*.sdi)" and the
        GTK+ file picker then strips off the (*.sdi) in the string given to GTK+
        and then doesn't compare result properly with its stored filters; only
        filters added with appendFilterGroup() work but not appendFilter() ones.
        
        Change-Id: I0ac9272b5606ff8b81f0c14160fc6972789bb1ea

2014-02-03  Julien Nabet  <serval2412@yahoo.fr>  [a40d3f3686eccf604333ad8ed2ac4442d44720de]

        cppcheck: Clarify calculation precedence for '%' and '?'
        
        Change-Id: Idf3c4f31f9abd974d623d4a1cf08eeb167e1ef25

2014-02-03  Julien Nabet  <serval2412@yahoo.fr>  [a45c79da3211bf3b564886097d9441cca2669362]

        cppcheck: Clarify calculation precedence for '%' and '?'
        
        Change-Id: I59f9763651ba576a5d0dc970283d46a18f806024

2014-02-03  Julien Nabet  <serval2412@yahoo.fr>  [43627f2aab112cb9b5666d98c0c9e15bc6124cfb]

        cppcheck: Clarify calculation precedence for '<<' and '?'
        
        Change-Id: Id02a6ce439862e1bdb33927d26f4c12cf5690d4c

2014-02-03  Julien Nabet  <serval2412@yahoo.fr>  [384a55e188adbdd6b5fc8d03519a44c89a346600]

        cppcheck: Clarify expression with parentheses
        
        Change-Id: I82cc35fd94ddff433319139d712254138e51daff

2014-02-03  Julien Nabet  <serval2412@yahoo.fr>  [9a09e8174b98bc0f6cf089d87d63f8b137e9ac48]

        cppcheck: Clarify expression with parentheses
        
        Change-Id: I387df0d3b895148b9f2029898e236cd2caf83fea

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [f89e7188cc29e12579d1bfd34c8a1a90279fa5f1]

        Method Reset is not defined: remove its declaration
        
        Change-Id: I53066104aeb5df72fab05755cb3d885095b8bc5a

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [c99c443bf92d3e44d17df12548b2b23346d094fd]

        sal_Bool to bool
        
        Change-Id: I2bb29dd158e07d3fad924e9877b02435574f4d29

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [31ae7d511b6d6f643ee7f25388c0cc41c272d50f]

        sal_Bool to bool
        
        Change-Id: Ia0a2183a3175ce1285c8d46a03a69702cbb8685c

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [ed68c388ef4f38ba8c5418f6a2bbc77733cfae42]

        sal_Bool to bool
        
        Change-Id: I353439bf7bd048423d30d0812f470b6ed1a29556

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [b3059732a31e0b0a01c9bf69ebd89a8fe4439705]

        sal_Bool to bool
        
        Change-Id: I75ac690e9ad79e08df5682a403296f433a1e7fd5

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [c25ebf75e0628c660b1e051a863429b9e5320acc]

        MultiSelection::GetRangeCount() returns size_t
        
        Change-Id: Ief072cef486556c9b43364e108a021510781f7c6

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [3228cb2094d3013822534d0ce894c5097e4869f9]

        Remove redundant checks and unnecessary variables
        
        Change-Id: I8552102550898e63468d64f8c2b93577b4f420b4

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [49cda4d780bba717dae0e4c20181ef0d3974bf7b]

        Reduce scope of some local variables
        
        Change-Id: I0e9c8d65a6e46cf1035b6ca5de4b28fe2a0f120e

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [cf3b6d9a254c777a3b00703195f3b97c4136eb05]

        sal_Bool to bool
        
        Change-Id: Ie53b7f225b6845748d231ad0a03e9f5b080e9066

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [21b745fd558f473c4a30ac02c52d4bb146662402]

        Bail out early
        
        Change-Id: Ic1668f22cc6e29875e07bc164e500dfc005e5193

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [202d721e3cb35eb4402882dbe4b81ceccd9f4e0a]

        sal_Bool to bool
        
        Change-Id: I9eed0bd99beb80240f9925a7ce815b54bdaa62c8

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [9e88fca76cba87b7d587819a4bd8d559a6278d17]

        Avoid temporary for return value
        
        Change-Id: I247bb974c6c6c17e26153c611b12964d4f1befa9

2014-02-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [3bcd82a7ea9f2a68bd85e3de942518d3d5d7581e]

        sal_Bool to bool
        
        Change-Id: I576b21dc61324a3bcbe346992e742541e7262f17

2014-02-03  Gabor Kelemen  <kelemeng@ubuntu.com>  [a6c03db336e97fbde1647cf355637d816d36311a]

        fdo#74477: Restore the title of the Outline Numbering window
        
        Change-Id: I095e2c9f2a74c1052e93f222c67f9e946edfc3fc
        Reviewed-on: https://gerrit.libreoffice.org/7833
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30f8d566bb11d2b514af0c449d00683a445505d8]

        improve diagram rendering
        
        Size and positioning look much better right now.
        
        Change-Id: I3422087967af1231e9e9fbaf87f1c7c2db25958a

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [6f50837b5ee950776ddca9ceb78caed3015e8ccd]

        ensure selected calc sheet tab is always visible, and we use space sensibly.
        
        Change-Id: I0f935f324ba31784185959a4a4d2c306d4b592d8

2014-02-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [79d2132d29dd56bcd549c9911d37f3b49bcfee7b]

        This is a redundant check. Chuck it.
        
        Change-Id: Ia37e9c5ae599c00eb4c00e6d944fae35a4fa41de

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6183af64de3d18a1342747bc8186ab429d6dd7db]

        no need for typedefs here
        
        Change-Id: I93c6a2ead9dfa25799376e4cfc88d77e18a4c9fd

2014-02-03  Peilin  <peilin@multicorewareinc.com>  [a47351f84e9d9fe569700d79f14b239b6eff70a6]

        replace malloc with std::vector
        
        Change-Id: I3546d0d005d17286107ff2c70a29a4bceebd36a0

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89c6efe4ec986d6bc3c1147fea260f882f04c66b]

        add the remaining symbols
        
        Change-Id: I81b63d9e0e164e07cee3e10072a565e669b98196

2014-02-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3e2ffb053f9749c6f6990c5ce8f47dc63ea7c148]

        fdo#72470: Correctly calculate the first edit cell row position.
        
        Else it could go into an infinite loop.
        
        Change-Id: I269cd118dcb3ab83ea8a2243576a360d3d4bc142

2014-02-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [99a262dc954c19ebd8d07fa8b0f9c9f9a45305a8]

        Finally found a way to get this test to fail.
        
        Change-Id: I67cf68ee7e51794de374581016ffb13ebdff59d3

2014-02-03  Mirek Mazel  <mazelm@gmail.com>  [6da6186fb2d34e26d1dca649eda80cbec374cb37]

        Remove unnecessary icons.
        
        Change-Id: I0fd129a0aa5a900bdb48c644ece3d823fde914b9
        Reviewed-on: https://gerrit.libreoffice.org/7830
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-02-03  mirek2  <mazelm@gmail.com>  [dcb16f3cd18123fdfd32d1c0949bb5fd43929258]

        New tango testing icons.
        
        Change-Id: I8b67fbf5911ff16ea9961c8027e1c264b486905c
        Reviewed-on: https://gerrit.libreoffice.org/7829
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-02-03  Andras Timar  <andras.timar@collabora.com>  [b95a9629703a772fa3e6a3e6e8da68d9ad07963b]

        fix winreg example
        
        Change-Id: I8115fb899e4248e6eab1aa9349456103353918e6

2014-02-03  Andras Timar  <andras.timar@collabora.com>  [4926444bbbd2f4cad9c4681712164b615056e70a]

        typo: howeve -> however
        
        Change-Id: I12ca3f217eb1f3c77003014dc26ce4318d2b2857

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [215e92735dd09954e105a09a5e349ff74009ef9f]

        swpagerelsize ui: disable RelWidthRelation when RelWidthCB is not checked
        
        Change-Id: I422f1f0d9b8436546ba355852fe6b3a21e2d1d23

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [5bb8a4b2e3137208d307cadf26df5a242b08e507]

        swpagerelsize ui: write WidthPercentRelation to doc model
        
        Change-Id: Ia446566e7757f06c1bac12ae1d7a2392f20003a6

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [1188866c1f0eb087a7e9b09bd9628f9c916feb68]

        swpagerelsize ui: fix width percent value
        
        Change-Id: I6f5b937826ac37f5f8bdee26e139fd6ca1e9a925

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [9480887ee8524411b13e6942a549370939608338]

        swpagerelsize ui: read WidthPercentRelation from doc model
        
        Change-Id: Idb5774bf2a51881b385433d3476bf27b5e9b0014

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [332ddac2e2a57f56ea5a736569b0763a1f763821]

        swpagerelsize ui: add new combo box for relative width relation
        
        Change-Id: I0570fbfb5d36e476bb0a502509e9221c826ffa5c

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [0b9207bf8cfc83e25189d3a0e8d3c82d8ce988c4]

        chart2: resolve merge conflict.
        
        Change-Id: I5823d03af1eda3963c4ac52b60949402ca81f747

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [6472e791484e492cb2adfa898c43fbdeee7475ca]

        fdo#72338: startcenter: Show busy mouse pointer when starting apps.
        
        Change-Id: I8f254419ea7bb4e3e9835bd9fab8229ed89cd0e9

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [6141a2fda4e47582382d766c4077b1fd725e664a]

        startcenter: Don't cut off the thumbnails.
        
        Change-Id: Ie5ad5f5be48aa873df94a31e980aaabc4ac24868

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [ea6c029dfcf7733bb1ce07bc04d9f221f34758db]

        startcenter: Kill the old branding images.
        
        Change-Id: Idab983ac085efa755025fdef1caa2c0073dd1ba0

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [4ce1300fbacbae59f706c1c363a1857aa3e7158c]

        thumbnails: Nobody uses the overlay functionality now, kill it.
        
        Change-Id: I74c463b67dd950a3e4de838ed0dc55ec366ab8a7

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [cd5bc4974d173cc38a95254302d165afc4faf159]

        thumbnails: bSigned is always false, nobody uses the signed sign, kill it.
        
        Not killing the icon itself, still seems to be used by on Windows in the shell
        code.
        
        Change-Id: I21c3b1ae6dfc65b6852659d6157b02324a485774

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [1e8c4b769774226ae16dbb308e89e9a5fd0adde1]

        thumbnails: Provide the size as a default parameter.
        
        And increase it consistently to 256 pixels.
        
        Change-Id: I123e11d597269d7e43298504f1dbd0098c9b0149

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [05857ac3232ee88dc9a2bde4c135f07dd25b4c91]

        thumbnails: Consolidate code.
        
        There were 2 copies of the thumbnailing code; consolidate that to one copy
        directly in VCL.
        
        This kills the attempts to do alpha channel that used to be in the VCL copy of
        the code - it was producing wrong results, the bitmaps ended up empty.
        
        Change-Id: I415c410c287a95e75293bdcba5d71083d1d01dc1

2014-02-03  Jan Holesovsky  <kendy@collabora.com>  [86652eb4f74279a360f5fac160b4b4a66c9bc600]

        Document a bit.
        
        Change-Id: Ic62acc3eeb4e3526cc6b7366f51f5f3bf69528c1

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf728ae8f2d4978b83460aff5b4e595e748233b2]

        the msaa checks are only needed on windows
        
        Change-Id: Ib5a4012b7365259e08e8d2fd0c1f3b239b46517c

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27c1d4f2c4f55b67499d73fa7452a9a14a2aa948]

        working symbol rendering based on point sprites
        
        This approach ahs several advantages compared to the old approach. There
        is no UNO involved anymore and we have a perfect shape defined by a
        mathematical formula. No need for anti-aliasing or complex calculations
        on the CPU.
        
        Change-Id: I5018eae516de3368037c4c293d937de66f38568d

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b13185adbab4c18dbd691cf78083545b2874f2e8]

        remove unnecessary variable
        
        Change-Id: Iabd5dc6ee7511244cfefbba6d4529531f3886439

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e41e0f11543ff49273f4601d9d79f67f2c03ae4]

        slideshow.opengl -> chart2.opengl in SAL_WARN
        
        Change-Id: I95aa9d709110208bb3463c162ceb1fd03df20bdc

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7bd0d011616ecb370768c401cc85ae8b4faca66]

        fix a few OpenGL resource leaks
        
        Change-Id: I4957595d9e71c557257b7287367ee4ba689025ba

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b07d8579594bc5e792118091c6da16cd25c5901d]

        small clean up in the direction of Mac support
        
        Change-Id: I0f494db288ef0cd5d79cac82dab9088ffedff767

2014-02-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [142c98c0dc861e647ff828f2acebab33dd57b026]

        remove unnecessary variables and OpenGL calls
        
        Change-Id: Id8fb61635982681e5b16d4b4b438bb9b64c64727

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [882645231b5f36b9a6840cc33598c106b7d8d04f]

        uiconfig: remove obsolete helpid's and clean trailing whitespace.
        
        Change-Id: Ic94ed52bbe0e5c612258fa56a970d61de0972eb3

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [0f7542a7a74a24b3cdb69f7e860caacbfcd2cc23]

        fdo#74455 - hide direct printing button and replace with new print dialog.
        
        Change-Id: I7ae80079f4bd5fed1234753b521a680498ec43e1

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [f792dbb33adf65c98f82a2586442c29c9320e4d9]

        sc: re-order number formatting higher up and make it visible by default.
        
        Change-Id: Iaaaa513718fdaefb44bd48f2adcb5c9fd61c7e84

2014-02-03  Michael Meeks  <michael.meeks@collabora.com>  [98568a5da6fd0a6540cdc9911cfbb16e34c55de2]

        sc: cleanup cruft in NumberFormatPropertyPanel.
        
        Change-Id: I379cc8da83231be3b66e8bc413dc0a3f1388c507

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [26cb65db74d67fc2561a495018d0f580c31202bc]

        Make the OpenGL stuff in chart2 compile for OS X (but definitely won't work)
        
        Change-Id: I487fcd12bf90e8ce2c05743244858f7b5145c355

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [b6ba651fa9ed4b79605b74f4b3073db654071013]

        Bin silly inline versioning comments
        
        Change-Id: Ie1c9a52702268bf1d1d9c8836d6dc538176f70d4

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [eeb840d6ba930015b969c3d0a98031f0ae508d61]

        fdo#70376: Put only document (file) name in window title on OS X
        
        Change-Id: I0b975a1a0e73c546beec96599fd4e5f87caa51db

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [c320f835c91dcea8d64a858bae41bb7f3f847420]

        WaE: sal_Int32 format mismatches
        
        (Do we really need this ancient debug code writing to a /tmp/debug.log
        / d:\debug.log ?)
        
        Change-Id: I005b938e95d963bc3b6a2d0d1d11352623b7c2e1

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [8077c3ed6f1cb7fa8f7466339979f939da58bfb5]

        Follow-up to 5fc9a33b9a684eff92bdf1bad705dbc5986098ce
        
        Change-Id: I07c7d831fc75a6020e03993c6b087562e5422b32

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [c8d0a3517083c4f366dd1883e30ee01581dd6f94]

        EXC_SYSOBJNOTCREATED was not really used
        
        Change-Id: Id5ece6db33aa92b619571252df91b965a8805c96

2014-02-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [0de3b50ff85f8a2ca1fed00c20a68cb51622dc71]

        fdo#74424 OutputDevice no longer inherits Resource
        
        OutputDevice does not need to inherit Resource. Window now inherits
        OutputDevice and Resource. This decouples OutputDevice from Resource,
        which was unnecessary.
        
        Change-Id: I9bc0d7ce65c026a8e38110e17fafdde9d8744392
        Reviewed-on: https://gerrit.libreoffice.org/7785
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-02-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fc5eefc903529d1c3548c680b3077eee4e2c7a73]

        Add test code to exercise ScColumn::HasEditCells().
        
        Change-Id: Ibacf3585a6d15d541a50cb7bb50905d34a7d598b

2014-02-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e753233e2e8af04048a17c7163ff5d9d3ffbbf3d]

        This test was not being run.  Let's run it.
        
        Change-Id: If79d82cca3b2a854dddda2995b737afd8c5dc328

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [196386efb6592c8ca43d40e27f7888d4809f500c]

        fdo#74366# Determining bMail was accidentally inverted
        
        ...in 64b720dce8d3087ed62da815ecae1375b45149be "Related: fdo#38838 remove
        UniString::SearchAscii"
        
        Change-Id: I814d832dc88704670a04fdc7f3edd1296dfda991

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [b9fbf2b3a546d7d5a425692b8d5f4a43bc297a7a]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: I6a85d226bd9f61eb4e348ed34ec556762de7b023

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [6b2ea525ff2e876e89c27a478daad4a612caac78]

        Remove needless WRITERFILTER_DLLPRIVATE annotations
        
        Change-Id: I8149471775d623f52231d12f05a28e98b33fae6a

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [f27ef6de0b4ec00be550497052b1147aff255506]

        Unused UACCCOM_DLLPRIVATE
        
        Change-Id: Id9e0db7f357c1ebbabf386f72e3817639bab0604

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [b7f448ded4bd99c92c554e9476f75555ea3e4b42]

        bool improvements
        
        Change-Id: I2f81497a830c8e1802ffbeeb362cea16e8b731d7

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [c3b0c8f4ac0fc7f831eff15c76d1e5a169f92428]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: I21de72679205c9ba8fd7b7014c4ff81a72587b0a

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [961b42ca1e88b96b468b46f7204ec5d3e86c4b6c]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: I6b560474e38230a0c8b6ba3be0bbffe9e7dcae48

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [d2564a4a101cefa5cf1266729cf12e14d17ce497]

        Remove needless SAL_DLLPRIVATE annotation
        
        Change-Id: Id322e7ca57205083a5585081df86bfac933b7bb6

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [843d3a9d87a784d202bcd06cfc69f84e4c2aa480]

        Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirection
        
        Change-Id: I5498266e5496f196d420a2897b804da8599917b5

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [06f45db7eee542a0dc869db1ac26c1ea6f77570f]

        Remove needless SW_DLLPRIVATE annotations
        
        Change-Id: Iae7d6ca73d64b1fa95cdd3f84e6ad51fb0015e4d

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [38a5b7e9788bf53e8b943e74486b74780c01d39b]

        Unused SWD_DLLPRIVATE
        
        Change-Id: I9eeb6973a8056002f0cb478138056c30189a46e7

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [d7c274cad964509a7ae9eb4646cc95f7257b6c00]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [2ea954d4f85df450ef687f42d2fa7a6e4c21fb1c]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: I5794e7ca922941e2d17a89cbaebfb2c6722519f8

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [20396cc8dc9f9decf6d3a0ed703930a90c2a9ee1]

        Remove redundant SAL_DLLPRIVATE
        
        Change-Id: I3ec6054f07ef171ee1d4f6d7c5bf92c19ff25e9b

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [47811d4cf17688b2db5910e2cd500143137fd6f1]

        Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirection
        
        Change-Id: I1360a96ebe33bd6d70ac7728844c4ba1137e51ab

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [859e8bea5e2552e65f288387c82c949a883ff64e]

        Unused REPORTDESIGN_DLLPRIVATE
        
        Change-Id: If06b7fdb749c7fca957c5cc4cb832a7a9cb167d6

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [ea8aec196b2aead68c9d6406735d0823a32ad1a8]

        Remove unnecessary #include
        
        Change-Id: I34e6c5514aa40fe7c5e0215e4d5885bb345242d8

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [a487d5e37ed7a56e4d8c96c7452491e326519206]

        Unused FWI_DLLPRIVATE
        
        Change-Id: I68e1d463485354dda9d743d3b72907ee8a73d414

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [58996b19545a1811742c6e399162e76bf6084182]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: Iaf2d742ae3dcc15a915a996805955d93daac9d45

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [d98d2ad0cbd6f4d2734336e8c912e0027e8d0c4a]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: Ib8d1eae0dce29756da626c73db75f59666bb0ea5

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [a0008fd7c32b9bd5c3b00f262ef0718cde608be2]

        Remove needless SAL_DLLPRIVATE annotations
        
        Change-Id: Iafaf65e5b25f5d9e00e1dc73db280f6605ad1de5

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [a61f3161a48225c4c9987b11239d76d2b0f98006]

        At least warn when DBG_TESTSOLARMUTEX has not been set up
        
        Change-Id: I5ae5318685ffe45bd9616d06eea21a93585715f2

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [775bf23fc6b314a1e1e6b4d4c34139a41d1fe690]

        Prevent SolarMutex deadlock in unit test
        
        Seen once a deadlock between
        
        d 12 (Thread 0x2af5a4c8a700 (LWP 7618)):
        > #0  0x00002af58ac97ddd in __lll_lock_wait () from /lib64/libpthread.so.0
        > #1  0x00002af58ac93bbc in _L_lock_839 () from /lib64/libpthread.so.0
        > #2  0x00002af58ac93ad9 in pthread_mutex_lock () from /lib64/libpthread.so.0
        > #3  0x00002af589e2383a in osl_acquireMutex (pMutex=0x9329b0) at sal/osl/unx/mutex.c:104
        > #4  0x00002af598d577ec in vcl::SolarMutexObject::acquire (this=0x8dd120) at vcl/source/app/solarmutex.cxx:35
        > #5  0x00002af599305c82 in SalYieldMutex::acquire (this=0x8dd120) at vcl/generic/app/geninst.cxx:49
        > #6  0x00002af59e9bfb7b in framework::LockHelper::acquireReadAccess (this=0x2af5a2406088) at framework/source/fwi/threadhelp/lockhelper.cxx:150
        > #7  0x00002af59ca29ccf in framework::ReadGuard::lock (this=0x2af5a4c894c0) at framework/inc/threadhelp/readguard.hxx:113
        > #8  0x00002af59ca29c81 in framework::ReadGuard::ReadGuard (this=0x2af5a4c894c0, rLock=...) at framework/inc/threadhelp/readguard.hxx:79
        > #9  0x00002af59cb52fce in (anonymous namespace)::Frame::getContainerWindow (this=0x2af5a2406010) at framework/source/services/frame.cxx:985
        > #10 0x00002af5a32582d2 in tdoc_ucp::OfficeDocumentsManager::isWithoutOrInTopLevelFrame (this=0x2af5a24a1f18, xModel=uno::Reference to (dbaccess::ODatabaseDocument *) 0x2af5a4edc5a8) at ucb/source/ucp/tdoc/tdoc_docmgr.cxx:626
        > #11 0x00002af5a325870f in tdoc_ucp::OfficeDocumentsManager::isOfficeDocument (this=0x2af5a24a1f18, xDoc=uno::Reference to (dbaccess::ODatabaseDocument *) 0x2af5a4edc558) at ucb/source/ucp/tdoc/tdoc_docmgr.cxx:697
        > #12 0x00002af5a325651e in tdoc_ucp::OfficeDocumentsManager::notifyEvent (this=0x2af5a24a1f18, Event=...) at ucb/source/ucp/tdoc/tdoc_docmgr.cxx:305
        > #13 0x00002af594251195 in cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::document::XEventListener, com::sun::star::document::EventObject>::operator() (this=0x2af5a4c89b20, listener=uno::Reference to (tdoc_ucp::OfficeDocumentsManager *) 0x2af5a24a1f40) at include/cppuhelper/interfacecontainer.h:262
        > #14 0x00002af59425023e in cppu::OInterfaceContainerHelper::forEach<com::sun::star::document::XEventListener, cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::document::XEventListener, com::sun::star::document::EventObject> > (this=0x2af5a24a36a0, func=...) at include/cppuhelper/interfacecontainer.h:276
        > #15 0x00002af59424f4da in cppu::OInterfaceContainerHelper::notifyEach<com::sun::star::document::XEventListener, com::sun::star::document::EventObject> (this=0x2af5a24a36a0, NotificationMethod=&virtual com::sun::star::document::XEventListener::notifyEvent(com::sun::star::document::EventObject const&), Event=...) at include/cppuhelper/interfacecontainer.h:289
        > #16 0x00002af59424d864 in (anonymous namespace)::SfxGlobalEvents_Impl::implts_notifyListener (this=0x2af5a24a3628, aEvent=...) at sfx2/source/notify/globalevents.cxx:505
        > #17 0x00002af59424c543 in (anonymous namespace)::SfxGlobalEvents_Impl::documentEventOccured (this=0x2af5a24a3628, _Event=...) at sfx2/source/notify/globalevents.cxx:315
        > #18 0x00002af59016a5a5 in cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent>::operator() (this=0x2af5a4c89c90, listener=uno::Reference to ((anonymous namespace)::SfxGlobalEvents_Impl *) 0x2af5a24a3678) at include/cppuhelper/interfacecontainer.h:262
        > #19 0x00002af59016a35e in cppu::OInterfaceContainerHelper::forEach<com::sun::star::document::XDocumentEventListener, cppu::OInterfaceContainerHelper::NotifySingleListener<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> > (this=0x11c0378, func=...) at include/cppuhelper/interfacecontainer.h:276
        > #20 0x00002af590169ed6 in cppu::OInterfaceContainerHelper::notifyEach<com::sun::star::document::XDocumentEventListener, com::sun::star::document::DocumentEvent> (this=0x11c0378, NotificationMethod=&virtual com::sun::star::document::XDocumentEventListener::documentEventOccured(com::sun::star::document::DocumentEvent const&), Event=...) at include/cppuhelper/interfacecontainer.h:289
        > #21 0x00002af5901690ed in dbaccess::DocumentEventNotifier_Impl::impl_notifyEvent_nothrow (this=0x11c0330, _rEvent=...) at dbaccess/source/core/dataaccess/documenteventnotifier.cxx:200
        > #22 0x00002af5901693fa in dbaccess::DocumentEventNotifier_Impl::processEvent (this=0x11c0330, _rEvent=...) at dbaccess/source/core/dataaccess/documenteventnotifier.cxx:231
        > #23 0x00002af58cba5de9 in comphelper::AsyncEventNotifier::execute (this=0x128c4e0) at comphelper/source/misc/asyncnotification.cxx:221
        > #24 0x00002af58bcfe9c4 in salhelper::Thread::run (this=0x128c4e0) at salhelper/source/thread.cxx:40
        > #25 0x00002af58bcfed8d in osl::threadFunc (param=0x128c4f0) at include/osl/thread.hxx:187
        > #26 0x00002af589e2e2e7 in osl_thread_start_Impl (pData=0x128db40) at sal/osl/unx/thread.c:236
        > #27 0x00002af58ac91c53 in start_thread () from /lib64/libpthread.so.0
        > #28 0x00002af58a9bedbd in clone () from /lib64/libc.so.6
        
        and
        
        > Thread 1 (Thread 0x2af589931980 (LWP 7598)):
        > #0  0x00002af58ac95565 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
        > #1  0x00002af589e67146 in osl_waitCondition (Condition=0x11a22a0, pTimeout=0x0) at sal/osl/unx/conditn.cxx:275
        > #2  0x00002af59e9c0866 in osl::Condition::wait (this=0x2af5a24060d0, pTimeout=0x0) at include/osl/conditn.hxx:82
        > #3  0x00002af59e9c0bf5 in framework::Gate::wait (this=0x2af5a24060c0, pTimeOut=0x0) at framework/inc/threadhelp/gate.hxx:197
        > #4  0x00002af59e9c0041 in framework::TransactionManager::setWorkingMode (this=0x2af5a24060b0, eMode=framework::E_BEFORECLOSE) at framework/source/fwi/threadhelp/transactionmanager.cxx:119
        > #5  0x00002af59cb56c8f in (anonymous namespace)::Frame::dispose (this=0x2af5a2406010) at framework/source/services/frame.cxx:2229
        > #6  0x00002af59cb55bec in (anonymous namespace)::Frame::close (this=0x2af5a2406010, bDeliverOwnership=0 '\000') at framework/source/services/frame.cxx:2002
        > #7  0x00002af59010f9cc in dbaccess::ODatabaseDocument::impl_closeControllerFrames_nolck_throw (this=0x2af5a4edc538, _bDeliverOwnership=0 '\000') at dbaccess/source/core/dataaccess/databasedocument.cxx:1441
        > #8  0x00002af59010fe24 in dbaccess::ODatabaseDocument::close (this=0x2af5a4edc538, _bDeliverOwnership=0 '\000') at dbaccess/source/core/dataaccess/databasedocument.cxx:1498
        > #9  0x00002af58f6c59c6 in DialogSaveTest::test (this=0x922c10) at dbaccess/qa/extras/dialog-save.cxx:104
        > #10 0x00002af58f6cc8d4 in CppUnit::TestCaller<DialogSaveTest>::runTest (this=0x879cc0) at workdir/UnpackedTarball/cppunit/include/cppunit/TestCaller.h:166
        > #11 0x00002af589bb41b4 in CppUnit::TestCaseMethodFunctor::operator() (this=0x7fff58142f30) at TestCase.cpp:32
        > #12 0x00002af58c8ab9e3 in (anonymous namespace)::Prot::protect (this=0x879da0, functor=...) at unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88
        > #13 0x00002af589bac2ef in CppUnit::ProtectorChain::ProtectFunctor::operator() (this=0x922aa0) at ProtectorChain.cpp:20
        > #14 0x00002af58b4b5536 in (anonymous namespace)::Prot::protect (this=0x879dc0, functor=..., context=...) at unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:64
        > #15 0x00002af589bac2ef in CppUnit::ProtectorChain::ProtectFunctor::operator() (this=0x922ca0) at ProtectorChain.cpp:20
        > #16 0x00002af589b9dc64 in CppUnit::DefaultProtector::protect (this=0x8756a0, functor=..., context=...) at DefaultProtector.cpp:15
        > #17 0x00002af589bac2ef in CppUnit::ProtectorChain::ProtectFunctor::operator() (this=0x922c70) at ProtectorChain.cpp:20
        > #18 0x00002af589bac184 in CppUnit::ProtectorChain::protect (this=0x8753c0, functor=..., context=...) at ProtectorChain.cpp:77
        > #19 0x00002af589bc339a in CppUnit::TestResult::protect (this=0x7fff58143450, functor=..., test=0x879cc0, shortDescription="") at TestResult.cpp:181
        > #20 0x00002af589bb3c84 in CppUnit::TestCase::run (this=0x879cc0, result=0x7fff58143450) at TestCase.cpp:92
        > #21 0x00002af589bb4a20 in CppUnit::TestComposite::doRunChildTests (this=0x922b50, controller=0x7fff58143450) at TestComposite.cpp:64
        > #22 0x00002af589bb48aa in CppUnit::TestComposite::run (this=0x922b50, result=0x7fff58143450) at TestComposite.cpp:23
        > #23 0x00002af589bb4a20 in CppUnit::TestComposite::doRunChildTests (this=0x922ad0, controller=0x7fff58143450) at TestComposite.cpp:64
        > #24 0x00002af589bb48aa in CppUnit::TestComposite::run (this=0x922ad0, result=0x7fff58143450) at TestComposite.cpp:23
        > #25 0x00002af589bca586 in CppUnit::TestRunner::WrappingSuite::run (this=0x879d30, result=0x7fff58143450) at TestRunner.cpp:47
        > #26 0x00002af589bc30a4 in CppUnit::TestResult::runTest (this=0x7fff58143450, test=0x879d30) at TestResult.cpp:148
        > #27 0x00002af589bca7e4 in CppUnit::TestRunner::run (this=0x7fff581432e0, controller=..., testPath="") at TestRunner.cpp:96
        > #28 0x0000000000403ecf in (anonymous namespace)::ProtectedFixtureFunctor::run (this=0x7fff581433a0) at sal/cppunittester/cppunittester.cxx:150
        > #29 0x0000000000404561 in sal_main () at sal/cppunittester/cppunittester.cxx:242
        > #30 0x00000000004041a9 in main (argc=18, argv=0x7fff581436a8) at sal/cppunittester/cppunittester.cxx:166
        
        and indeed UnoApiTest::setUp -> test::BootstrapFixture::setUp -> test_init_impl
        -> InitVCL -> CreateSalInstance -> SalGenericInstance::AcquireYieldMutex causes
        all such UnoApiTests to be run with the SolarMutex locked.
        
        This reverts acdfb2593564ea23d4bbb999856922568d7ab2c3 "dbaccess: disable hanging
        close() for now."
        
        Change-Id: Ifac49da2c55b0b27b780a348074f69de86967aa1

2014-02-03  László Németh  <nemeth@numbertext.org>  [70ba89711bebcbf53eec374829b090041f30c2cc]

        Updated core Project: help  32e18e8bdd5e30942bd4c57d9aaa393e93bd564c
        
        desc. of non-standard hyphenation patterns in user-defined dict.
        
        Change-Id: Ib202c5e1318b95b85f49b444ccfd511439a9c8c9
        Reviewed-on: https://gerrit.libreoffice.org/7805
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2014-02-03  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [f9369d33a455b328f96fa554e3e942e64a40a4da]

        fdo#54938 Convert to cppu::supportsService
        
        Change-Id: I512c525029ebd63d261560d27e9f38bbe94f7e10
        Reviewed-on: https://gerrit.libreoffice.org/7649
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-03  Thomas Arnhold  <thomas@arnhold.org>  [326bec33e0a08123d716b9d2a06884368a8f07eb]

        some more continuous corrections

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [d271e5fd87dc11512f4be244bf6e7eea1769c62e]

        writerfilter: continous -> continuous
        
        Change-Id: Ie36ac366af0563485b2d937903a63a9b3aca8931

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab207cc63d697426bb5c0e05bcde5c6a2785ad25]

        sw: hardcoded NS_sprm::LN_CDttmRMarkDel
        
        Change-Id: I56dc2661de5e421e979485f718b7b2a464a03866

2014-02-03  Noel Power  <noel.power@suse.com>  [8eec79e595eb651cd41e2f6a1918af67c4d43cf7]

        Revert "fix Worksheet.Cells by now allowing TableSheet..." fdo#70079
        
        This reverts commit 70aff4a7f7abe0c768238733ca8900b746e60189.
        
        Change-Id: I8f8b423353ae1a825be91bd94308e87844948525
        Signed-off-by: Noel Power <noel.power@suse.com>

2014-02-03  Michael Stahl  <mstahl@redhat.com>  [66f8b54931f193bdc844c6bca388d9bde98779cd]

        fdo#74435: SdrPageView::DrawLayer(): hack to avoid spuriously visible images
        
        In the TestBook2.odt of fdo#73300 it happens that at some particular
        points when scrolling down, the
        ViewObjectContactOfPageHierarchy::getPrimitive2DSequenceHierarchy()
        will determine that > 200 images are visible; most likely this is due to
        an empty ObjectContactOfPageView::maViewInformation2D::getViewport().
        
        Loading this many images may need more RAM than is available on 32bit
        platforms.
        
        That appears to happen only (but not always) if somehow (not sure
        how exactly) the rectangle passed to SdrPageView::DrawLayer() and the
        existing GetRedrawRegion() do not overlap at all.
        
        (regression from commit 8af09bf33291df2fb2bfbbd6e42f9bf074fcc4fc)
        
        Change-Id: Iafc595241df05204bccec1f2336014fc471b6602

2014-02-03  Michael Stahl  <mstahl@redhat.com>  [6ef04640ab92ce69000dcff3071eaef4419a9af6]

        remove GraphicObject::SetSwapStreamHdl() timeout parameter
        
        Every call to SetSwapStreamHdl uses the same timeout now so move the
        function that determines that to svtools.
        
        Change-Id: Ib7395d43dd132a9e14e7a7862ff2c2279f319536

2014-02-03  Michael Stahl  <mstahl@redhat.com>  [2d9d20edc999ef2c2ad2ee628a6a5f27efb801d8]

        fdo#73300: sw: GraphicObjects are never swapped out
        
        In SwNoTxtFrm::PaintPicture() the GraphicObjects are no longer painted
        via GraphicObject::Draw() any more there is the problem that they are
        not cached any more in the display cache of the GraphicManager; that
        used to immediately swap out the Graphic but now they are never swapped
        out.  Since there appears to be no use of the GraphicManager's display
        cache in the new drawinglayer based rendering path i have no idea how to
        swap out the Graphic immediately; instead use the same time-out that
        SdrGrafObj is using already.
        
        This timeout is derived from the setting:
        Tools->Options->LibreOffice->Memory->Graphics cache->"Remove from memory
        after".
        
        (regression from 2e5167528f7566dd9b000e50fc1610b7bf99132a)
        
        Change-Id: I0d9b535a82646d9b6635cfb3917f74dcc3ad8720

2014-02-03  Michael Stahl  <mstahl@redhat.com>  [e4be770ec8218d80dcc9f1e38fd1c69717beb4fb]

        add std::ostream operators for Region and PolyPolygon
        
        Change-Id: I8f4129b840a27f3029643ad2a4852f9e10604905

2014-02-03  Michael Stahl  <mstahl@redhat.com>  [9b9eb2e4f619c63eabdc54b5d749ac55d8eaf333]

        fdo#73300: sw: don't swap in all images when loading files
        
        (regression from bd55f05b332c1573bd410fd9e21ea7fcf977e1b0)
        
        Change-Id: I55532ac0fe983461e961a61149479343d2b879a1

2014-02-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [e034fa4607dfc732eaa82261755193fd781a2aad]

        DOCX import: make sure rotation is not changed when we alter size
        
        Change-Id: I5dd344fe06a0b700cebccfece44b622d00adfb5f

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [dd6bb0aba7c3dbe5d7d337cbcca2fd343e04402f]

        Add comment
        
        Change-Id: I2e5633040d40620b3d0f01c584eb1f9790acb22d

2014-02-03  Tor Lillqvist  <tml@collabora.com>  [5fc9a33b9a684eff92bdf1bad705dbc5986098ce]

        Drop the deprecated QuickTime stuff when building a sandboxed LO
        
        A sandboxed build is presumably intended for the Mac App Store and we
        don't want to be using deprecated crap there.
        
        Change-Id: I0b0098f7002643b1ed53a5caaee9ffee3c9fc970

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [0b3aa592d1dcc870de8b7b30060b2dade4ac3b62]

        Do not disable -Werror for mysqlc
        
        Change-Id: Ie65e31e138262475f41cd56d8da8c39cdd8836b9

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [01b7bab7139b7f902e5570fc311d47f2ba5ef0e1]

        auto_ptr -> heap_ptr
        
        Change-Id: I1b11593fc936c0a4b45c319fd73ef3b629950752

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [9072e25992c43b8d79c44cdf025f8d97f3342a70]

        auto_ptr -> scoped_ptr
        
        Change-Id: I878aae330a3b1658c8bca83bd8a1126d2a8d26b6

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [9a5f4019e22af6a1bf3e9ed5cece59ef51307eaf]

        -Wunused-parameter (when included from mysqlc/source/)
        
        Change-Id: I4889864a3db2090c687c32e11d4d28c3dda63eb0

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [c2c9e3969c0421bdbb71d314af928260e1ba4fb4]

        USE_CPP_CONN is unused
        
        ...ever since 4946c62f2943dfb3466cc4214a9c8ccd922669b5 "mysqlconnector: initial
        import from CWS mysqlnative"
        
        Change-Id: I787d2ac5e48be307f47e41ecac907c36b07a92ea

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [396248a6bf276693619b319ee0efe5f21cde1d3e]

        Get rid of macros
        
        Change-Id: Ic43441201309c3b466ed3dc7a5e85d0d006c0e44

2014-02-03  Andras Timar  <andras.timar@collabora.com>  [ed69dd79ffbd51417caefda48cf5ef6c3e396eea]

        convert OOODEBUG to SAL_INFO
        
        Change-Id: I63a990dca554c9defd4f168fa250ebc1685baafd

2014-02-03  Andras Timar  <andras.timar@collabora.com>  [69adcefccef578f6694e37891ecb07ec3c6d51e4]

        typo: ACSII -> ASCII
        
        Change-Id: I5c12ad690df99718dc1e5d1f25a3b62af3c6b355

2014-02-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [4e9b5a6849afe09f5152e9e989fe50c3e208db73]

        WaE signed/unsigned
        
        Change-Id: Ie667f2d4860cf6427e93b6cf925e4bc70929e3d3

2014-02-03  Stephan Bergmann  <sbergman@redhat.com>  [22c6d5739ece983aacbb2f86a0a25e2e5c7249fe]

        Fix typos
        
        Change-Id: I0314d439412e9fcc0fbc6a7702e5ec3cddafc0c5

2014-02-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [3cbfcee36dd16e451d76c561eaaaee0ff29b01a5]

        xub_StrLen and tools/string.hxx final straw
        
        Thre is still some 0xffff limit left and possibly some
        less than gracefully handled overflow/error cases
        
        Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638
        Reviewed-on: https://gerrit.libreoffice.org/7787
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-02-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5c39b6b997ddc85e6848efc230a427a124b97264]

        drawingML export: custom geometry with cubic bezier curves
        
        When the custom shape is not a preset shape then construct a
        PolyPolygon and use DrawingML::WritePolyPolygon() to export it.
        
        Change-Id: I6598976a475bfcb92305338af9016e09df4c9456

2014-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [72b2fafebfc44fa90f08cc198e2fa5fc26154c5b]

        Remove this duplicate and use the UNO constant values instead.
        
        Change-Id: Id81aacc6c594ad25d97f6f6dc578ed9ca16549ab

2014-02-02  Julien Nabet  <serval2412@yahoo.fr>  [85579b1318bec424c87dde567ac1dee6a52da90c]

        cppcheck: unused variable
        
        Change-Id: I68d70c1d24756de0b815a7850bbc75afcbeb9a15

2014-02-02  David Tardon  <dtardon@redhat.com>  [99a4972f7ecb7b3c69f11011f08727a49671fa94]

        add --with-system-glm opt. to configure
        
        Change-Id: Ie7688d400fe5e05f93c89b4c7d677a7a5c9880f5

2014-02-02  David Tardon  <dtardon@redhat.com>  [964dd1e47996dd513d94b860649f684b3c3ad1a4]

        glm does not provide any .pc file
        
        Change-Id: I8c4560e037e772a10a521931a44594a5f7a7f7ed

2014-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c5b79c8ae224b13a1035ab57998b0fe61d9fb886]

        fdo#74041: Write unit test for this.
        
        Change-Id: I3af0e5be3f7c6ae15ebd26335020c8beb96d14d2

2014-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4d881d03e5e7156a434719c689af05717bc58913]

        fdo#74077: Write unit test for this.
        
        Change-Id: Ieacad6dc1909ed5647d8a6f4839c9e9d47cb655c

2014-02-02  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [32b8c5c4a9fd03b4e05dff2a77ec186973c126b3]

        fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.
        
        Change-Id: I60128dbb5bf83f25eea847fe655d7126c9077414
        Reviewed-on: https://gerrit.libreoffice.org/7756
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [018500a73f3b1082b6662b7c123dfe5158ae5752]

        fdo#74325: Ensure that all note objects have an sdr object before exporting.
        
        Otherwise, if a note hasn't been displayed at least once before saving
        that note would not get saved.  In the future, we should modify the export
        code to not rely on SdrObject to check the presence of note.
        
        Change-Id: Ib7ca3ac00a0c9cdd3a01facda7af479ef172afbe

2014-02-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [31973b54efb1c607d7a53b0728264f8dd13bef0f]

        fdo#74325: Write unit test for cell note export to ods.
        
        Change-Id: Ic145781a6c2d7fefb4e80b3a84735e0fb505b0e7

2014-02-02  Jan Holesovsky  <kendy@collabora.com>  [7d2e1c208ddf22decb0b3ca4d97ca50a9b95ad61]

        Split the message.
        
        Change-Id: Ib565f92b9e195a871a56d2fb95c3ef373e93da9c

2014-02-02  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [93ef9a43a53218bdfbdea2ec20fba73fef08db75]

        fdo#54938 Convert bridges, editeng and others to cppu::supportsService
        
        Change-Id: I7ff5189473c3e0831c2f1e95264d1a04f3b716a9
        Reviewed-on: https://gerrit.libreoffice.org/7761
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-02-02  Douglas Mencken  <dougmencken@gmail.com>  [434ca1afe510b44de75278da7c84137717bf6e6e]

        Print fair message from CPPUnitTest
        
        Conflicts:
        	solenv/gbuild/CppunitTest.mk
        Reviewed on:
        	https://gerrit.libreoffice.org/7196
        
        Change-Id: I5e53aba66c9d4c29e8941561d14ca0a638b6e081

2014-02-02  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [a91de8efc9b99cedb917203e3255d55a514fb8a3]

        fdo#54938 Convert framework to cppu::supportsService
        
        Change-Id: Id0c7c845d128920ba278de4208f5c32dcf83ecb1
        Reviewed-on: https://gerrit.libreoffice.org/7754
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

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

        convert import options dialog to .ui
        
        Change-Id: Iaf20b6d2306ba76f21cb5f7be231f40b403c790a

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [25dbaef62b8f6dee9a2c0b3806cc31f32fc0ff63]

        Updated core Project: help  2328f3f8efa6622c742b6e5b826376b08cd22d46

2014-02-02  Joren De Cuyper  <joren.libreoffice@telenet.be>  [3fa5787df6c40625be12c20fd8b59374e7f538f0]

        fdo#70159 Comments label: Use darker color when not highlighted
        
        See screenshots 'before' and 'after' applying this patch in bug report.
        
        The contrast was to low when the comments ruler button isn't highlighted
        Make use of the DarkShadowColor, which is as far I can see also used
        for the ruler of the document.
        
        Change-Id: I730f9a8320cbd424c14f4cb0dc68b7f14c1df0b2
        Reviewed-on: https://gerrit.libreoffice.org/7768
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a37a61be4a39079d6e9fa671d04036a56510281]

        Revert "use fmod and make code simpler"
        
        This reverts commit 66ef9bc4aa0d0bd364d20373360ad2361394a871.

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [f1c649a9ce922d9a5ab829e3bdd2d88d719ae9a0]

        fix typo
        
        Change-Id: Id58a9a5a40ea588671ea4ec86eedcf29c5a92b42

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [acee46facef9f3eb3406159d6eb03e72a8f41ab0]

        fix dbgutil build (probably)
        
        Change-Id: Ic60f00d6b9aa450bb749e8ef8d680c4b9abbaa4a

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [e1ce4f050a164480917dd69b2008bcc5c4259b15]

        convert edit modules dialog to .ui
        
        Change-Id: Ic9d06ff7ae5c1f5f9b50732943c38b8666680b9d

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [5c9e3d548acb5894b8a1cea91f9c28f2eb7238b1]

        Updated core Project: help  d7813793c0420a366afdbf6d4331858022039da2

2014-02-01  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f74c0a42b0e176771e15458b1bdb85c0a2dc99db]

        Add RowHeightContext to stuff all parameters for SetOptimalHeights().
        
        To help reduce the number of function arguments.
        
        Change-Id: Ic29fff38f6cd844bdaac8ac4b440dfcaba55df61

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [4bb7e9a1b0dd2f72609affde0170c0a2d4fff44b]

        WaE: -Werror=missing-field-initializers
        
        Change-Id: I7d1c9c460d41dec416275e1ce8e6328020118682

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [57a989babfa9d206d5a01b9bfc76bc864729b958]

        drop unused aURLST
        
        Change-Id: Id009e6c372a5586be2eb84882d3feec8af78e30d

2014-02-02  Caolán McNamara  <caolanm@redhat.com>  [ec7f47cb1bd8b29a1692023a27ec3a9a7f869751]

        add submission got overwritten by accident
        
        i.e. regression since cc866c0297de076488b8778aa036a3ed3c673678
        
        Change-Id: Ie22717cd1c975b7b6d013fb22f0990287ac664c2

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [599b3c91dc5bd9c04e70b38246acac9914a6b219]

        accidentally used a c++11 only construct
        
        Change-Id: I3c89cdf3c3ea6214f4313afde70677f0752dc66b

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [21e90f901dd5698e80ad6b1eb50cfc265ff0e77b]

        coverity#707748 : Uninitialized scalar field
        
        Change-Id: I9155c4ab7409d1fa00abbc3c81ff03d0c0d3910b

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [c20d57c650f9c3b96c36f1afe831763fa3dfafca]

        coverity#707745 : Uninitialized scalar field
        
        Change-Id: If59d4018da0c406ecaa8e8348aa8ca95db72c5f1

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ebd7992ae774c7eb96b55c1cf39fbd922f66878]

        coverity#707743 : Uninitialized scalar field
        
        Change-Id: I80661c2b88b7c10175e4622db7e843699d6c1686

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a169e4203c10ec8f76b9bcb33882c82b65c7bab]

        coverity#707742 : Uninitialized scalar field
        
        Change-Id: I52bc7ec4326e212a93df3be9b2232bac584d9ee0

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [74fe7a96aaa00dab580510c162a4373cb811146f]

        coverity#707741 : Uninitialized scalar field
        
        Change-Id: I1165102386aa5f6a9a35613ef199a1a5caad4ce3

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [e9ae8e42562a76fdbad3f42a021e1adec81099d8]

        coverity#707737-38 : Uninitialized scalar field
        
        Change-Id: Ifb3704f73835886d4c27b6cd59bb918576e0f1ac

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [c63034aff9050adc90dfa3ed5fcbd35e90a5d65a]

        coverity#707736 : Uninitialized scalar field
        
        Change-Id: Iab4b7e52d2a3a77589341d8956a8a835163c7bc5

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [42fae6e07b8758a3f8a27d315b50dd6b8c28b26f]

        coverity#707735 : Uninitialized scalar field
        
        Change-Id: Ie34247ba1d0b9b10183897c4fab0a7b10c0576b5

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [08a35a1460be40059219e96f489c56e1264ab59f]

        coverity#707734 : Uninitialized scalar field
        
        Change-Id: Ic2333fbdcbd3265185f382c947166e6580050ff5

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [9740a2af05e1042d737c62b42a7028889e2ceaf3]

        coverity#707731 : Uninitialized scalar field
        
        Change-Id: I048ad8477df070dd77a36620ea239fcd8bd9da60

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9e0c297cee589a05d9e38d97465324ae26ea8f3]

        coverity#707730 : Uninitialized scalar field
        
        Change-Id: Iaf0d1bd80d0d27f61790fc716f2ad3faed048a5a

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [620ddc9eaf2d6cffc02c85e2b92218885c019217]

        coverity#707729 : Uninitialized scalar field
        
        Change-Id: I4411b8d36a184391e2be2be9be82016958607fda

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2b50457efd1acf005a10157c6f79186c30eb07d]

        coverity#707725 : Uninitialized scalar field
        
        Change-Id: Ia5ebaca5bbb35946250854abf78ab9ab2041757f

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e7dbe747e747d69516b238fa25d72b25e89776c]

        coverity#707724 : Uninitialized scalar field
        
        Change-Id: I5514f0906d01f3a05a145a9f45ba2a599f85b26c

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [fce501877738c55044d28dbab2765295301dfccd]

        coverity#707709 : Uninitialized scalar field
        
        Change-Id: I65d3a65c67467338bc8a4b1d03d859fc079613c3

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [b4f275f32ef715daedb0db4085096fa22f80ce13]

        coverity#707708 : Uninitialized scalar field
        
        Change-Id: I5bcb4a1b23c67546c247747c883f0d5dafda3896

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [4682bdd39d2e74efcc67dc08fa8ec47f730b8782]

        coverity#707707 : Uninitialized scalar field
        
        Change-Id: I45fd57dcb3a02290287552e05dbfb6d44d944731

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba71cfb7e1dd011f6205b247816fc08f038333b4]

        coverity#707694 : Uninitialized scalar field
        
        Change-Id: I77c5e82c64dd8385a75f4b0eaf9d412e94534e6d

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [5323a5a587f5b9ac0165f0023192a368383c420f]

        coverity#707692-93 : Uninitialized scalar field
        
        Change-Id: I72f1e29ef4f5e8af1e3bd300bc2604396080912c

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [9e015c70cd3c84c07d23a7111917b8ba5c010e17]

        coverity#707691 : Uninitialized scalar field
        
        Change-Id: I7bd74a8cb2b3cd5a57e960605816fc8373f8bae4

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6faf13222936ef3768dd6be1f3775a9d323f048]

        coverity#707690 : Uninitialized scalar field
        
        Change-Id: Ie8df6f61610083afd46bccc3a1363e62f54a40db

2014-02-01  Julien Nabet  <serval2412@yahoo.fr>  [7a4e95b8c14d2cf64938d1cbe559576b4400e424]

        Check if pDoc is null before using it
        
        Change-Id: I8eede8774eebdf32c2749325777bcb5a9b1a720b

2014-02-01  Julien Nabet  <serval2412@yahoo.fr>  [896899b843d15aeb20a14ac11129b5989f3d7821]

        cppcheck: redundant assignment
        
        Change-Id: I62fbbe97c24deb45d8a79463e463a6783201ba98

2014-02-01  Julien Nabet  <serval2412@yahoo.fr>  [ea2c7385fa8470ad3ed038f87989d262243b8ab2]

        cppcheck: redundantAssignment
        
        Change-Id: Iaa022b904fbde66ef65364cb675386057619455d

2014-02-01  Julien Nabet  <serval2412@yahoo.fr>  [015f1eff67881a0f2cec0bf0da14dc00f1eade0d]

        cppcheck: redundantAssignment
        
        Change-Id: I9fa611a2f47d2a7f54835419adf0b6c2610ebb66

2014-02-01  Julien Nabet  <serval2412@yahoo.fr>  [64126a2d877dbb5c8578fdfb74f77d3f04b63f38]

        cppcheck: redundantAssignment
        
        Change-Id: I8f29605dd11e39da6b0d9704c4801c5a798c4078

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [ae7880ea4957a6c1d7e5045842a864d8bdced39f]

        convert namespace dialog to .ui
        
        Change-Id: I9d45cdf16d81bfda21fb38bef87e91131683ad06

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [0780f8a04bd83cf0899f3ab30a0db2ffccd2d710]

        Updated core Project: help  e3e01ea0c449aba7b5c1f72b020bf672fb96b6ec

2014-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [22e6916a820201e9750fcba683699e355e55c9d6]

        oox: clear the saved shape when the shape really ends
        
        Change-Id: Id0d644407bf1f5672e654082328434b9464c140a

2014-02-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd1d7868a9180c846e309445de6d7ce54bbb710b]

        sw: hardcoded NS_sprm::LN_PWAlignFont
        
        Change-Id: I539f0f0affb6edcfbc16ace773cbe7357793d72f

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [44f85f3804d69cd437a5baeae2d1aeadf1873f74]

        convert emboss dialog to .ui
        
        Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [b26f6cdbd0de34cceb1dd8fc382490860f45a66f]

        Updated core Project: help  20d3d508d085d6f61abe6d1cbbbb0a6d80b8b0d5

2014-02-01  Armin Le Grand  <alg@apache.org>  [bb2b4a63a879bac9039d4a1e872a3df0b15866f4]

        Resolves: #i123993# When executing rotation actions from the Sidebar...
        
        PosSizePropertyPanel, take UIScale into account.
        
        Patch By: hanya
        Review By: alg
        (cherry picked from commit 7e12414bf5e88108116653eee1870612d34c49cb)
        
        Change-Id: Ia480db54ec0834237a91f86338348727ff43cf7b

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [59e7894fb2eed689504a340bbbe8d7537d9e70f6]

        convert mosaic dialog to .ui
        
        Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [7911b70e095c158350b58d142a5584bcd02fe284]

        convert posterize dialog to .ui
        
        Change-Id: If21e85cd0802c9f1b2bd244e6fb3715bef395e0a

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [b775e0612fe760441edc5c9cd61df8eb29a3ff39]

        convert sepia dialog to .ui
        
        Change-Id: I6032ea0da029e5bff145e582892655143400f710

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [8df7e6ced2c728932a07539c8607263d7298ab7b]

        fdo#61251 prefer exact matches before case guess matching
        
        Change-Id: I3a7badf063110e78d53859381efba32837aa71bb

2014-02-01  Caolán McNamara  <caolanm@redhat.com>  [f35aca14e9679a24c8896046b8ca0c143a71ca58]

        Updated core Project: help  d733c9f670ca3a683b4d3a8a9fadb520a72b9eeb

2014-02-01  Robert Roth  <robert.roth.off@gmail.com>  [e5b654a056d407cf8db975ee8042a0328627d4d8]

        fdo#64337 Do not show empty findbar in startcenter.
        
        Using the shortcut for search on the start center displayed an empty
        toolbar on the start center. This commit adds a check to see whether
        the command to execute in the startcenter is FocusToFindbar, and if
        it is, it skips executing it.
        
        Change-Id: I0835e87d4a1eef0fc9ff17c184b531592b3e2d5a

2014-02-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c8193137abf7bb59e854f0aa675dfdad126974e]

        coverity#707676 : Uninitialized scalar field
        
        Change-Id: I546c3f497dc98c88a0d678622c20cced387a4ab2

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [498c878ddc197c7b7da775f81f25aefa772c2df1]

        coverity#707670 : Uninitialized scalar field
        
        Change-Id: I8815381cc1a9801ff5f5ecfac06ada234d5bc363

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [c74006b1c8420143679a6057c92942fa8a3a65ef]

        coverity#707668 : Uninitialized scalar field
        
        Change-Id: I3527de5f4a00d2fa2aa3b01a82d7c91a24547b86

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [f68d5d5c8c7d865db0fbb7562ddd03076fbe605f]

        coverity#738780-79 : Uninitialized scalar field
        
        Change-Id: Ie8a986bb633a7d81f95b81eac5bf2879ccba2cb9

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [11dc5895596b92fb34f99d2fdb7d1b266a51e9af]

        coverity#738781 : Uninitialized scalar field
        
        Change-Id: I85875bd817a94f7c1b457a85780329cf85a1c71d

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [aaddfccb690f4aaa263cc24cb2fd616eebc1a8c1]

        coverity#984154 : Uninitialized scalar field
        
        Change-Id: I6f5b0fe54708a6cb40183dd3857042acdfd84e49

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [ece88aed8d31c8377153a50eb29665533bdbc535]

        coverity#984155 : Uninitialized scalar field
        
        Change-Id: I02d2ef35d6d66faf8bc0e7431116ece03e2605fd

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1487cf7b6a5173525267ca5db63baa073c91881]

        coverity#984156 : Uninitialized scalar field
        
        Change-Id: I03829d3fe431632f3c2ab585d19f812b9c2a94be

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [abfa6fedfa3af31cf74a44fcc3e36a4e4cc48a16]

        coverity#984157 : Uninitialized scalar field
        
        Change-Id: I301ab920389de23814f8e1ace6daf22a10459b9d

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1f88c2cbb467ad7052e11fdd79e4b74bfb415b9]

        coverity#984164 : Uninitialized scalar field
        
        Change-Id: I5fa6608861b7049ad3964b695b0622ab583397d1

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [80435fc469b3f897afdcc84e16b73997e1208f08]

        coverity#984165 : Uninitialized scalar field
        
        Change-Id: I9571b7f2dfabf1774acbf6b569aa1edc8fb6fda9

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [863e8cb0cfd0da5202b3f2f4cd9a72251a7b6e7a]

        coverity#984166 : Uninitialized scalar field
        
        Change-Id: Ibc58fb412cd171193e0a76beb1a45a38b4cb412d

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [4f957dc0c734c9a9e918ab213175f0d0fac43c67]

        coverity#735370 : signed/unsigned mixup
        
        Change-Id: I98366335430ba5ede4e46e1e9ec6488739e2099a

2014-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [05a9f91d5e83d3f57410e261e12204be48c3b1ca]

        coverity#736941 : Arguments in wrong order
        
        Change-Id: I94f0232f9e3544d43bf89a0cf728ea48dc7db470

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dcca10d4e26d4602d9ac4f0b340b52c31fe086e3]

        Special case for formula cell fill down for quicker filling.
        
        Change-Id: Ia03aa4c042b22551deacf4d7a58c9492a0a13a66

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [34ebbc6418e0953cd857c35e6d63a7aaae74dfda]

        Move this to its own method.
        
        Change-Id: Ief8356bc8e0d3d791c97849b8b00ece4ede0b803

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af6116179f33c1ee714eb2b2b326d329267a0cb2]

        Bit of a cleanup.
        
        Change-Id: I814ab7e55119a28bd52a8da7f21c03ff44c73e33

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a995462e6855061816c6529c366f20ace2b45868]

        Take advantage of segment-based hidden flag storage.
        
        To avoid querying this states for every single column and row.
        
        Change-Id: I3e570ae5309c826e809c170ea4635dd37c9b0d43

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [28d5f8c69b2105dbc13af3993fcc5a4cfd4cc432]

        Extract this code block into its own method.
        
        Change-Id: I43cc4ae350455c104d079e6aaaa28eabbd6c04e7

2014-01-31  Armin Le Grand  <alg@apache.org>  [9b677819a703208a650c08186546b11f0a535fd2]

        Resolves: #i12355# Corrected case that...
        
        in WinSalGraphics::setClipRegion an empty Polygon is handed over
        
        (cherry picked from commit 9957d5854dcc65db37f0631c19e3421df1311089)
        
        Change-Id: Id19a708d228d205bb1e14664c04af6eef179a5d4

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [f86b075ebe0ce6abbe573b0663275de7baa0bd57]

        drop unused resource id argument
        
        it's the wrong resource id anyway
        
        Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [c8cae05ee8cfa0742865224b31d344317ceb996f]

        convert solarize dialog to .ui
        
        Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [e70fb08305fdb3ad54c17f979c64996a7f043dcd]

        convert smooth dialog to .ui
        
        Change-Id: If2894cef70bf6b9848a1338afaa36dc8b0d7d6be

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [344a1abd2f28f4556746f72a06358a08dd23abbe]

        introduce a layout aware GraphicFilterDialog
        
        Change-Id: I932e4be6b7f4a2717748de561c424302ef429d63

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [b0da0f644330b78a2c11842a90ff71fe95d8419d]

        GraphicFilterDialog->oldGraphicFilterDialog
        
        Change-Id: I13eb7c462538520c119391ad54fac2c0e0d052e9

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [54e1c8977629a1098cb677edffca5b76f51e8aa7]

        drop unnecessary dtors
        
        Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866

2014-01-31  Caolán McNamara  <caolanm@redhat.com>  [48e14ccf97609a62711fd102266e35468fba2230]

        Updated core Project: help  8d10ad8bf909f3624f57065f4950fe0e2e171b2b

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [571070074671bd0102422dd8a0ac1c3be6358f80]

        Speed up simple fill of formula cells. Vertical direction only.
        
        Other cells could be optimized in a similar fashion, but they aren't
        that slow even with the current code.
        
        Change-Id: I0b71bf271fab68c9fba0b39463dfe3ef46dacfb0

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [777e3930a1e85b9bc97c1852b09802fc389c5e2d]

        Move the code for "fill simple" to its own method.
        
        Change-Id: I317f20eb4e8b6e41f12b7da872d158b859579861

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb982d1fcaefe76f4e71a17b88e887a1d38dabdc]

        add license headers to glsl files
        
        Change-Id: Ib473d7bbb39f50f5fea549e69dcac0e938a1700a

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5669da20e79aa3a76af440b7b972e0e8a5868e9e]

        standardize the z oder handling a bit more
        
        Change-Id: I2d1eea5ffad071f37ea8475ce5ead5fb05e145c6

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9aa225f0cb980d81bf0fdcc91dede3c7a3bdf99f]

        better OpenGL debug output
        
        Change-Id: I90a3883c0bbead0de02c8d4096eccecc59f1b0e3

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9741870c3e149befcee34fe01d12e3e7ab6670f2]

        extract the Z_STEP value into a define
        
        Change-Id: I38ccce4c35f6cdaa2df0dfc250fcea72a8b79049

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3444316a722f74e25990cf31bb5caed80c0ceb2]

        apparently the OpenGL doc is wrong, we need GLSL 1.20
        
        Change-Id: I00a98b8a564c7d36f30672ba91593096e460ef8c

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbcb4011c261449ea35416fdba121dc9ec2fc585]

        use fmod and make code simpler
        
        Change-Id: I09cc4fa8288fafa78083da5bdfb8ddc6fc273da9

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f5fd26fda6e17ff5c4a59e544512b3970fdb8a3e]

        CID#1103719: fix memory leak

2014-01-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b74233d410b1d25c7fab3bf360dc61bf1f2c769c]

        Slight optimization by avoiding to query for hidden state unnecessarily.
        
        Also removing static_cast during the loop speeds it up just a bit.
        
        Change-Id: I4644046c91da71f4b7305e9063a853d03c5921e0

2014-01-31  Andrzej Hunt  <andrzej.hunt@collabora.com>  [b8ca3737fbdf51038f80db89048ee00db4ba26b4]

        DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.
        
        Change-Id: I7e4494b7f1cb62ab27851e34ab4dc6be8e04e1fa
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-31  Jan Holesovsky  <kendy@collabora.com>  [470b393fd593440f49f0c3c1e95ef7a41fac0bb5]

        Kill one indentation level.
        
        Change-Id: I5a5d98bb2f2d0749fb9113423f5663780ecf3520

2014-01-31  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5b1e68bd852cac4534c5ce2e548187dce1d4561a]

        fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail view
        
        Sidebar and thumbnail View are actually not separate windows
        but F6 key traversal should simulate it as they would be.
        Define a new getfocus flag called GETFOCUS_F6 which means focus
        were grabed as a result of pressing F6 key. Use this and other two
        (GETFOCUS_FORWARD, GETFOCUS_BACKWARD) flags to indicate the focus were
        grabbed along subwindow relation (define a new ImplGrabFocusToDocument
        method with a flag parameter on the analogy of GrabFocus() <-> ImplGrabFocus()).
        Handle F6, Shift+F6 inside BackingWindow as it would have
        two subwindow (sidebar and thumbnail view).
        Plus Ctrl+F6 -> grab focus to the thumbnail view.
        
        Change-Id: Ie43d761e7cb0269afb79481a81947a4b96e1dde0
        Reviewed-on: https://gerrit.libreoffice.org/7486
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-01-31  Jesús Corrius  <jcorrius@gmail.com>  [82300f367dda20e3e83477dae9dd37124ac9831b]

        sbergman's typo
        
        Change-Id: I36dc29659d0d6965c28e5fe0bb03759476de4781

2014-01-31  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [4f63a5fa269678cdc021f5c280f697e53771545a]

        fdo#54938 Convert odk to cppu::supportsService
        
        Change-Id: Ia5095367be90dd5383e7701ea2587f79a7505a67
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-31  Stephan Bergmann  <sbergman@redhat.com>  [3a05aabe4190fc948ebdc94a14a15872f977ba0c]

        Silence javadoc 8 errors
        
        Change-Id: Ib0b2286669d797708b30bf0fffdbe14c14d1e30d

2014-01-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [2df08acc4c0bdbe1df96770cab347d1f5df9d7a7]

        sw: hardcoded NS_sprm::LN_CPbiIBullet
        
        Change-Id: I51d4638b588da290853422750b90365b454c046f

2014-01-31  YogeshBharate  <yogesh.bharate@synerzip.com>  [ac177e3919362deb6e46257a2787384620ca9a5e]

        fdo#73872: File Corruption - Issue with w:footerReference in document.xml
        
        Problem Description :
        - In case if the header/footer had a chart in it then the associated
          relation Id was getting added to document.xml.rels instead of adding
          it to the relevent item*.xml.rels file.
        - Due to this the MS office was unable to read the round tripped file.
        
        Implementation :
        - Added the relation id's to relevant rels files.
        
        Change-Id: I412178222400e98ab2ef46d930c1e1fdfebf9799
        Reviewed-on: https://gerrit.libreoffice.org/7630
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-31  Jan Holesovsky  <kendy@collabora.com>  [9d5024a46e12dc91f75a964d87a1d53385c1a521]

        cairo canvas: Zero font's width means "the same as height".
        
        Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee

2014-01-31  Stephan Bergmann  <sbergman@redhat.com>  [a2c464868aca4bb38aa8afff635da56942b597ac]

        [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppu
        
        This leaves only aborting stubs (for SONAME stability) for
        
          typelib_static_array_type_init
          typelib_typedescription_newArray
          typelib_typedescription_newUnion
        
        and completely removes corresponding
        
          typelib_ArrayTypeDescription
          typelib_UnionTypeDescription
        
        structs and C++ inline
        
          getCppuArrayType*
        
        functions.  None of this should ever have been called by client code anyway, so
        while technically an API change it should not matter for practical purposes.
        
        Change-Id: I23769d104d545533bf578762b79994e269d78c22

2014-01-31  Stephan Bergmann  <sbergman@redhat.com>  [9e77c2fb7cadfd477fb1b971b011d43f30781660]

        Remove UNOIDL "array" and "union" vaporware remnants
        
        ...and deprecate what cannot be removed for compatibility.
        
        Change-Id: I1ea335af775b867b468b8285113631167729a92a

2014-01-31  Stephan Bergmann  <sbergman@redhat.com>  [11235e86497df47ff3acc61c1cab9fff0b91949e]

        clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatString
        
        ...at least in trunk 200400 towards Clang 3.5.
        
        Change-Id: Ibe956a7f28c16510506bd354582b3fe5a72582e5

2014-01-31  Stephan Bergmann  <sbergman@redhat.com>  [b21e3d16aa21992d6370c4b57a83039c433ef070]

        Clang API function terminology got changed
        
        ...at least in trunk 200400 towards Clang 3.5.
        
        Change-Id: I6e295e3a4cf721fbda9df8e7c5bed3993ee78216

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [29b322ea0c40423a39efe2f6c2c85a7d2108c512]

        Keep the standard row height situation under control.
        
        With this change, applying cell attributes to default cells will
        no longer change the row heights inadvertently.
        
        Change-Id: I57c3546e1725c5e8b37696242e9642b1617f59c3

2014-01-31  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [d6f97891c1fb0d45e1405afe724aafd1e86efd29]

        Added unit test for fdo#72221:Fixed for doughnut chart - RT is invalid
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I3540884f680f5042da8d12865a06e9ce2f2046d8

2014-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d48568d37c54669f1a90eef1fdb11a1b779e3345]

        don't generate invalid xml files
        
        VmlCommentExporter::StartShape already adds a XML_type to the attribute
        list, so we would be exporting the same attribute twice which makes the
        xml file invalid. This file could therefore not be imported again.
        
        Change-Id: I2aed2805ea59c15b1f7e60ab9cab10f7a8e81412
        Reviewed-on: https://gerrit.libreoffice.org/6980
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-31  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [1c3ce40d97bffca5ea3df3e0f5bbac74a01846fb]

        Translate German comments and fix a few missed one
        
        Change-Id: Ieb5798a98453d0a6b0e368f7444150c758a9c7ac
        Reviewed-on: https://gerrit.libreoffice.org/7753
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ca5536f008d1503a9c9fa8b65150baeb92e4b4c]

        fdo#74252: Fix crash on exit with the customize dialog.
        
        pEventLB gets accessed after it's been deleted. Moving the code that
        accesses it to before it gets deleted fixes the crash.
        
        Change-Id: If559fe3ea7dd76a3394d0aa7c18c9329188aa17f

2014-01-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [bab7eebba127d603a9f8011fed290627e2a64423]

        moved impress remote clients to a separate repository
        
        Change-Id: I654e3af31a6915f08ff808b351d304da773ad267
        see: git://gerrit.libreoffice.org/impress_remote

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3d869cda8db03820dea8c4ba463eb155d05e933b]

        fdo#74014: Brodcast only when pasting, not during file import.
        
        Change-Id: I7cca5d459491fca782f24093dcdd7d0c1c69bdc9

2014-01-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [59239c29269d69a7dec9b093b7832dd032dec1e8]

        Use += when possible
        
        Change-Id: I6dad55d3a397becab18f1159f3e8d84cffd7517b

2014-01-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [6a9b0aac0362f98a11e9a1f33809b43a30b2c7c7]

        Bail out early
        
        Change-Id: Id2a77996cfe9a9ec755766295141123870b4eaf2

2014-01-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [cc9057b42e3222de9a867c9342e522c60a4aa6a6]

        else is not needed after break/return
        
        Change-Id: I3c7a90345e9f748668cc2e5305bccae99a45c479

2014-01-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [6b21d21066eacfec3ed0e5dc02e6bcdd97807ddf]

        Fix indentation
        
        Change-Id: Ic009b2d9cbb4bbd37aad044e63f1b19ae57e649e

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f6d06603951d0f688cd82dd231f49bcbf7c7525]

        writerfilter: whitespace fixes in RTFDocument
        
        Change-Id: I7cd294b42fa402e4da254fe6a2239c9d9293588b

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1dd382e4eca6c422bdee24a1f8011b3fb48f403]

        writerfilter: these SPRM's are unused
        
        Change-Id: I60013801e22b8a17d9fb7378fd9bd7f828610710

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [f91f2e023a2c39cb04f26d0cc0df3afa030b2d9a]

        writerfilter: hardcoded sprm:CFspecVanish
        
        Change-Id: I7766dd3144ff84f292de1e207dc3a432719d0ec3

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [b70ac9b0b031aee53ac2a641447bbcbee3af772b]

        writerfilter: hardcoded sprm:PFNoAllowOverlap
        
        Not that it would be handled on the dmapper side.
        
        Change-Id: I80c338933fd7ecdbdd9e8541ce30887375b19929

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf9891a64d5587683088c49f02beee65408b6c94]

        writerfilter: hardcoded sprm:PFMirrorIndents
        
        Change-Id: Ic8624a90ac71f03360e18ca6de589040493ccc1e

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [b54a0b66982fed942929fce10e25e1f09b598a41]

        writerfilter: hardcoded sprm:PContextualSpacing
        
        Change-Id: I35f111dffe44cabe8cdfa65067695dcd6c7517e7

2014-01-30  Eike Rathke  <erack@redhat.com>  [d39525f1cfef7a01e45adc9ce5e6e8ebba4250c5]

        init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-up
        
        Change-Id: I77d91bbcd600ae209799d2139c3510697e922730

2014-01-30  Eike Rathke  <erack@redhat.com>  [41a859234eac6126693393ff64efc7bfcdec9c54]

        fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."
        
        This reverts commit 6a62557d8632290ae7150f3922dece65f51af4bc.
        
        pPageRows[] is a member array, so when not allocating MAXROWCOUNT
        entries but nRealCnt instead it also needs some tracking mechanism to
        reallocate in case a subsequent call needs more elements than the first
        call.
        
        Change-Id: Iadb7d2ceadcb8bd99d57c6188571d295c6b99fba

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [862bec45fa81b5583e764abf845c14689b339753]

        This could cause crasher too.
        
        Change-Id: I47d9ad36937bf07cd0b79fa5eec7710ce84ce4a9

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3b2a30ca8cbb46a137bfd0819d3a6b84757bbcee]

        Prevent crash.
        
        Change-Id: Id30e6dfa14c08ecad5c15df6a79d20a5cdc50a59

2014-01-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [73d713a1b38651c6f90826b3b7a2c69181e1622f]

        fdo#63154: Remove SVBT8 from solar.h
        
        Conflicts:
        	sw/source/filter/ww8/ww8par2.cxx
        
        Change-Id: I4e500cf0ca89468494fd3f0892839f5ca6cce725
        Reviewed-on: https://gerrit.libreoffice.org/7645
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [8e71d9400bd350d63723c5489ddaadb3d3610baf]

        Remove UNOIDL "array" and "union" vaporware from idlc
        
        Change-Id: Iccd5a78b54620796cfde672388b70ad97d17b7a5

2014-01-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0bd814fb5c2ed1d8a1583eb59c783290c7c3dc9]

        Speed up filling of random number generation over entire column.
        
        Because nobody wants to wait forever...
        
        Change-Id: Ie52bff944893b7e3fe9e7908be19d27c692fc1ea

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [a28dc1dbedb32d18f8be4ef7eebff2281454e12b]

        LibreLogo is not a UNO component
        
        Change-Id: I48055d84fd078a131ed8f620575a462fcb101019

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [b3db695a338f1acddbe46102138a0167fc346f58]

        SDK: Split PLATFORMID at build time rather than runtime
        
        ...where $(shell printf ...) in settings.mk likely doesn't work on Windows.
        
        Change-Id: I64a51203d1bf131160768f9a9069f428228aa6b1

2014-01-30  Michael Stahl  <mstahl@redhat.com>  [53351ad6179dbac6829cff91a6692dd5025d38d9]

        svx: fix presumed C++11ism
        
        Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b

2014-01-30  Julien Nabet  <serval2412@yahoo.fr>  [d1bc27c2aa49b3ed3526a27c4713c708ca6401f4]

        User grants debug Mysql part: first steps
        
        Select all user/host instead of just user
        so we'll have 'root'@'localhost', 'root'@'127.0.0.1', etc. instead of just root
        
        Next step: retrieve IS_GRANTABLE value (so patch mysqlcppconn)
        
        Change-Id: Ib0ce7d0745ace17ce8058f3ff9806bea2bdc56f1
        Reviewed-on: https://gerrit.libreoffice.org/7140
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-01-30  Julien Nabet  <serval2412@yahoo.fr>  [bfefe113f69031ff3c3196858bd8dfd11add44ac]

        User grants debug Mysql part: retrieve IS_GRANTABLE + update column privs
        
        (See http://dev.mysql.com/doc/refman/5.6/en/grant-table-structure.html
        Table 6.7. Set-Type Privilege Column Values Section)
        
        Change-Id: I6173ba0df84f722a872afa59d7d7dc9eefe3e368
        Reviewed-on: https://gerrit.libreoffice.org/7155
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-01-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [491b348a64699332142febef90534aa9f70d5156]

        drawingML: complete the fix of nAlpha param in DrawingML
        
        Change-Id: I1aec870ee52180d1b1b96762f69fab94370acbde

2014-01-30  Julien Nabet  <serval2412@yahoo.fr>  [2d01704330cbabb6d87609f3dbc3f2786bec41e4]

        We want to drop the user here not revoke some rights
        
        Change-Id: Ia31345d9e3cf8dce147402bc6c6592fd57bc88b9
        Reviewed-on: https://gerrit.libreoffice.org/7178
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1af6cf096ade2276b364aff8d465f8782f77db53]

        DOCX import: round wp14:pctWidth/Height
        
        sw core supports integers only ATM, so at least let e.g. 9.8 be 10, not
        9.
        
        Change-Id: I94842d7190bfa264f0fa0331d7418c411ef191d9

2014-01-30  László Németh  <nemeth@numbertext.org>  [bcfa89158e1ce8cecf9c078ef852225180472a55]

        fdo#44314 non-standard hyphenation (fix previous commit)
        
        Change-Id: Ib830cf5b57051039106d1f60059fe8a3bdbecf1a

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [da5b9bc95c32bd233595a28bd276f8ed1f4fc859]

        DOCX import of wp14:sizeRelH/V relativeFrom="page"
        
        Change-Id: Idd9dcc60f415081cb7a727b46a89d45af04465d0

2014-01-30  László Németh  <nemeth@numbertext.org>  [e63923b0334ae381e0fcc576a6b6e08a62e657cf]

        fdo#44314 non-standard hyphenation at soft hyphens + with pers. dic.
        
        Change-Id: I25e7c13036c6ce1948cc33d45901ef69a258fb03

2014-01-30  Noel Grandin  <noel@peralex.com>  [a1aa702861694fb114403b3f2746a33eb315ed87]

        literaltobool conversion plugin, reduce spurious warnings with clang 3.3
        
        It appears that clang 3.3 also generates spurious warnings, so
        adjust the ifdef
        
        Change-Id: Idb57f7eafd55effd4c7c8b1f96c03c2ea6ddaba3

2014-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [ce445c50d64062ea1476404a226c369aa96fd1fa]

        merge property map for import and export
        
        why would they ever need to be different?
        There was maybe/probably a bug lurking behind their being different.
        
        Change-Id: I5db7f1596aec0d2a504ec7901c001054fd7fd121

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [5013d67f0d2cc8bec46e76932a5f58d913962d7a]

        swpagerelsize: add layout tests
        
        Change-Id: I0c5b606518ce782ffb5e48a859910c4e9e09c76d

2014-01-30  Michael Stahl  <mstahl@redhat.com>  [45befb368528a0c273b695e37d53a56ab90503e5]

        "stati" considered both pretentious and incorrect Latin
        
        As one knows, the Latin plural of the noun status is statūs.
        
        Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e

2014-01-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [a750bb73502cc74980d1bd4e3cbabf6214c65c0d]

        fdo#71810 make argument names consistent with Gnumeric and Excel
        
        Using "Number" as name for both argument 1 and 2 can be confusing, too.
        
        Change-Id: I9fcc7cdfd32b0549a8df9d32c03f4207c040401c
        Reviewed-on: https://gerrit.libreoffice.org/7408
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-01-30  Michael Stahl  <mstahl@redhat.com>  [7cd53eeb7fa56f248c8189c14da25da6afa9e4cb]

        vcl: another missing sal/types.h
        
        Change-Id: I2a7610d6ae41b9351fbe8dc18f6306f26d03e326

2014-01-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8185ecf65addcd0c10eda6863a849e39b93684d3]

        fdo#73146 Add Excel 2010 functions
        
        PERCENTILE.EXC, PERCENTILE.INC
        PERCENTRANK.EXC, PERCENTRANK.INC
        QUARTILE.EXC, QUARTILE.INC
        RANK.EQ, RANK.AVG
        
        Function ScInterpreter::ScRank() has been rewritten to give the function
        the same way of computing as the related functions in this patch.
        
        Change-Id: If3096b265bd47ca5f4afcab7ff746f7c8511df82
        Reviewed-on: https://gerrit.libreoffice.org/7319
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-01-30  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [f5115e33e4c5e49e9b79ed32fccc193a99c3dc30]

        fdo#73869 fix highlight RTL Problem at the StartCenter window.
        
        Change-Id: I744d8f85c6e4c555ef8916281ebdc709fe6ddfa9
        Reviewed-on: https://gerrit.libreoffice.org/7719
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Maxim Monastirsky  <momonasmon@gmail.com>  [bc46764f12947cbe8d46e03450f181d449c020f4]

        Sidebar Text panel cleanup
        
        Change-Id: I6cbf5a9e5ad9d61df2abbcc835ba60d45768deeb
        Reviewed-on: https://gerrit.libreoffice.org/7687
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Maxim Monastirsky  <momonasmon@gmail.com>  [6733fdab220c67bfa41321c5b21ae162746dd8d8]

        Subscript/Superscript also don't depend on args
        
        Change-Id: Ie96876ae402d5497bf5a03bca54f63305ebd9914
        Reviewed-on: https://gerrit.libreoffice.org/7676
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [a1d372085e77d587484821b64389f6fd3db3de96]

        fdo#39468 Translate German comments (include/svx/(fmsearch|svdopath).hxx)
        
        In include/svx/fmsearch.hxx and include/svx/svdopath.hxx.
        Also remove some ASCII art, and redundant comments.
        
        Change-Id: I766150c9d80ec087525713783a483a7057a7130c
        Reviewed-on: https://gerrit.libreoffice.org/7705
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Chris Sherlock  <chris.sherlock79@gmail.com>  [424e957ab51687ece4d69984c482e608089e0e6f]

        Assert in X11SalSystem::GetDisplayScreenPosSizePixel
        
        If we detect that the display is using Xinerama, then we shouldn't be
        able to pick a screen more than the number of screens available!
        Therefore, assert if we meet this condition.
        
        Also remove a comment decoration.
        
        Change-Id: Ic8d2e0acf3e65825b76472adbd4a355e5435b6df
        Reviewed-on: https://gerrit.libreoffice.org/7694
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Maxim Monastirsky  <momonasmon@gmail.com>  [535c4c01b6d9e6341464d48077917fb7a5c242bb]

        Disable Increase/Decrease buttons when limits are reached
        
        And simplify the code:
        - Use sal_uInt32 directly, without useless casting to SwTwips.
        - Check for slot id directly, without an additional variable.
        - Remove the redundant loop.
        
        Change-Id: Ica76a166c88213cdd39e44482ce834d3555afb60
        Reviewed-on: https://gerrit.libreoffice.org/7654
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Michael Stahl  <mstahl@redhat.com>  [087e3dc82d832d56f4440d839b56e0c2cba057f2]

        sfxdefs.hxx: include the header that declares the used sal types
        
        Change-Id: I1aeadbb0add8eae3e6b5ee46ce5524391862db57

2014-01-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4d586852c27f8673b7e20134a8f897d688f0e1f8]

        sdremote: LibreOffice Remote for Impress version 2.0.0
        
        Change-Id: Ia1d1fef129fdccb186fa07102d3c5fcb91470fe9

2014-01-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7867b15beae9f5cd3d734a553e2e4ab134e1067a]

        comit translations for sdremote
        
        Change-Id: Ia7f566cb9b1025f431c64180d696fb13e5726929

2014-01-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a9a8973f0b9e77036a2dfa46f252377145dcff7]

        sdremote: add about/license info
        
        The activity tired to include a file that was not checked in at all
        (probably due .gitignore ignoring assets), so replace that with a simple
        linear layout.
        
        Change-Id: I505855346f440712b7e170080b7db11b775c4172

2014-01-30  Maxim Monastirsky  <momonasmon@gmail.com>  [c885850e2e54da986bd85cfc00bc8a23c272704d]

        Add Increase/Decrease font functionality to drawing objects
        
        Change-Id: I9abfca6f8cefd1e1211a98fa36ce07a407c2fd06
        Reviewed-on: https://gerrit.libreoffice.org/7655
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [5257cee53a7f1c60b67efc174e05b07fa2de5daf]

        reset Stati is presumably to reset state
        
        Change-Id: Ib448d4e43178dedea6bdaebfc78d850b07aebe3e

2014-01-30  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [2c932dcd77a287ea882dec8e3741699065f183e3]

        fdo#39468 Translate German comments
        
        Also remove ASCII art, and fix minor typos.
        Note: I left the unknown word "Stati" as is.
        This could be an incorrect plural for "status".
        
        Change-Id: Ic19407c0ebb3aba3ebba4940b2511ba5b8dc825e
        Reviewed-on: https://gerrit.libreoffice.org/7716
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [0d57871daaed1de47199e56e869f8a89350f80f3]

        fdo#63154 Removed unused solar.h ref. in svx
        
        Change-Id: I1671746d6c433fa3b770eb58bc418e4eddbe8dd4
        Reviewed-on: https://gerrit.libreoffice.org/7737
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [c97b226b5a5480caf00d1c859fc7bcbfddde3a6a]

        fdo#63154 Removed unused solar.h ref. in sfx2
        
        Change-Id: I7fd8815482c3491d28e0d353e725e7c37aa52fc3
        Reviewed-on: https://gerrit.libreoffice.org/7736
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [53ba2eefb0d3d6e6c155302479eace25bcf8b657]

        fdo#63154 Removed unused solar.h ref. in basic and formula
        
        Change-Id: Ibf30f29653568929e65ebd897cef474a6838d5cc
        Reviewed-on: https://gerrit.libreoffice.org/7735
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Michael Stahl  <mstahl@redhat.com>  [75565d7a1798381b90d23414c67ee8e2dd107412]

        glew: stop linking to unneeded Xmu, Xi, Xext libraries
        
        Change-Id: I449a08699f0f980a2fe4624363116e6fae2b549c

2014-01-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [28db7d7919524989aff96c33051cceeac4adb2a1]

        drawingML: fix transparency of shape solid fill
        
        The empty value for transparency in drawingML is 100% and not 0.
        
        Change-Id: I5f34f03b9b72cc20e92e32f9c9bc1bdfae73ff55

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [4e8736ed562e4e54775042f082082d52e5b203f0]

        fdo#63154 Removed unused solar.h ref. in svl
        
        Change-Id: I0452b1fa83c52a7466a025259b086e82ec1dba83
        Reviewed-on: https://gerrit.libreoffice.org/7734
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [17394c18c821b6ac6d11b059335ac0c6580d36c1]

        fdo#63154 Removed unused solar.h ref. in vcl
        
        Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a
        Reviewed-on: https://gerrit.libreoffice.org/7738
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Andrzej Hunt  <andrzej.hunt@collabora.com>  [8d1ca883b119857daa3b8d0ece9da90917589040]

        EMF+: Only draw endcap outline if not filled, fix endcap scaling.
        
        Change-Id: I4520eea08e43ccd657c1db03b258ef84612da971
        Reviewed-on: https://gerrit.libreoffice.org/7726
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [1984bb05de38a6f4b23b422f1d4156670d493ba1]

        fdo#63154 Removed unused solar.h ref. in vcl
        
        Change-Id: I038c941559a275c43c2be7d5453ca4c37390f343
        Reviewed-on: https://gerrit.libreoffice.org/7733
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [c5685ec791fbce43e982ffecc9e062063ec7e3d7]

        fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svx
        
        Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265
        Reviewed-on: https://gerrit.libreoffice.org/7732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [923a3ba49ab5e578778ffba08ae337993dd76ab4]

        swpagerelsize: add offapi documentation
        
        Change-Id: Ibdc495d604fb6a1c864441b8f7573b90600679c4

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [b1de7935b81d95875f625676b7dd6e6b059309e4]

        coverity#983054, reorder code to avoid memory leak
        
        Change-Id: If14160802f77673e3ebe69850e00d0506125969c

2014-01-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0b20f01a8817867d7657ed2ee29321de9af15843]

        swpagerelsize: implement ODF import/export
        
        Export rel-height-rel / rel-width-rel only in case rel-height /
        rel-width is non-zero, though.
        
        Change-Id: I36120cbd8679ac4fc072d1e7cf4dfc024836b5ac

2014-01-30  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [25d089e09d94a86c615bf641d59846a65323e495]

        fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.
        
        Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab
        Reviewed-on: https://gerrit.libreoffice.org/7731
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [5a7532b5ed3df5017b29964125f4609d45bdc647]

        convert cert path page to .ui
        
        Change-Id: Ic726e5665a46b9e34fb05d800460b50977d94ee6

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [992f52a821e685ef94166f4528be567f5b1870e3]

        Updated core Project: help  0d1ddfecb49e14b4e047e4a53e1d20629c1d192a

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [86b4603766f45f5a15fb59728839fed1da6fd4da]

        coverity#705438, obey preconditions of OUString functions
        
        Change-Id: Ifd8d9a258ca69fbcdafbbb7b8eedd1905e3473bd

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [14f58328d5b92abb406e0c977cc769d17e2eaa2c]

        Updated core Project: help  72269435e49e5826151726d31ff8bc7a61bd40a2

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [3103445754969aaf0fdf6c29ee0318228d74b266]

        convert view certs tabdialog to .ui
        
        Change-Id: Iee67e273cf19a1af6c4947870bb9f131f0a6cc11

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [92c8a8fc823e8a96fb3997386364652b759a31fa]

        fwk: Ctor feature for single-instance ModuleUIConfigurationManagerSupplier.
        
        Change-Id: I4674ed6852807e08ff8319515b0ab4e9535b668a

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [19e16083c61c46a9d014b2db79e70194c14dec64]

        Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.
        
        Change-Id: I7b503e5d49865c9ff287bf72eaff1995ce871790

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [a8f9feb9c13722509d052583e252e875638aaf1b]

        fwk: Constructor feature for single-instance TaskCreatorService.
        
        Change-Id: I9e994ebb4822458039709690aa5dd0a7f75735ac

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [6c15ca4d9d4a7b3116330dd0a17f7fadaed2eff4]

        fwk: Constructor feature for single-instance SubstitutePathVariables.
        
        Change-Id: Ibd626f00bb844ae8ec1cab773093b8c94bf8d936

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [2257efcddebe9dc966f8fce8ab28eb2d8f0169cc]

        unused headers
        
        Change-Id: I908259219c94d88dfe2dafee84bbf93cc49d63dc

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [eb4a4ebc9d328208e5f8cb75fdd243bffbc3c968]

        fwk: Constructor feature for single-instance WindowContentFactoryManager.
        
        Change-Id: I6786bc1d76fd57edc8dfacb667b53deab792bd20

2014-01-30  Matúš Kukan  <matus.kukan@collabora.com>  [b3856b0e096cb5d791fbe8a7d5b6c0319ab546bb]

        Introduce com.sun.star.ui.theWindowContentFactoryManager singleton.
        
        Change-Id: If979db945b2f5e50e146fdadafd1559530c50122

2014-01-30  Caolán McNamara  <caolanm@redhat.com>  [823c2b18f14c0fdd817b62e95b13f1c7e0d38a9d]

        stray printf
        
        Change-Id: If0a151822db6555c52077e77b05bf381010c13bf

2014-01-30  Armin Le Grand  <alg@apache.org>  [90d39a8a22c3f75e7eb4a79062e1d94c1fa1ff85]

        Resolves: #i124085# disabled CF_DIBV5...
        
        (no advantages but some problems), increased png support
        
        (cherry picked from commit c991f7cae8dcb306cb0d1f32bc5fcd8ea0a1ea81)
        
        Change-Id: I52bef1295b32eb3692a0428c96edd0c55287f34a

2014-01-30  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [36c5078d244e5a757d92cdc0f183ebd11712f6fc]

        fdo#73550 : Fix for files having spacing issues due to missing pPr/rPr for empty paragraphs.
        
        Change-Id: I7e73a750982a0bd57da602379ea47c8bf9c194fe
        Reviewed-on: https://gerrit.libreoffice.org/7587
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [44518e724088c19491fb6070c300ce931b399490]

        Remove file commited accidently
        
        Change-Id: I98734bd8ca8a3808b501fe0c9034e9b26248b388

2014-01-30  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4fa88a5a636e133a6d3fa4269db2c7f52d89bc75]

        drawingML export: transparency of solid filled shape
        
        Change-Id: I97968dd5f5233e17870bdfdf2864ae8ce9179080

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [7abec64c676e6b1a8f7c005a9f4b2c710b69473d]

        Fix various MSVC warnings in new chart2 OpenGL code
        
        Change-Id: I5de9020f42004e21b58b9d2ef5d41b5338da43ba

2014-01-30  Stephan Bergmann  <sbergman@redhat.com>  [3cea15792452ea779e79c572e7287e2fe8ed9740]

        Globally disable MSVC warning 4201 (nonstandard extension nameless struct)
        
        ...it is caused by some external code (newly so by glm included in chart2) and
        does not really add value.  (Incidentally, all relevent compilers, Clang, GCC,
        and MSVC uniformly support this language extension anyway.)
        
        Change-Id: I5b4c11b5cea0267bf39ac95e9021a5761a4d7b91

2014-01-30  Takeshi Abe  <tabe@fixedpoint.jp>  [27aa26a1953524304f75d8a7a58e87f67485d32c]

        Drop unnecessary #include
        
        Change-Id: I2a879712adfad3307d608eca0b27f674d32e6a73

2014-01-30  Takeshi Abe  <tabe@fixedpoint.jp>  [9e9a59293a6538f4b41ba6892cf3f84967003000]

        Avoid resource leaks in case of exception
        
        Change-Id: I4461ab619a71fcbe18d4d805a964fd358e857eda

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [0d8679da48ca7b9cdde55954b58c468c16091941]

        coverity#984169 : Uninitialized scalar field
        
        Change-Id: Ie304c66b7a3abb163428fb481c3cca3de2b4379b

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [4eb97e07ccfb740e0421e34c23703468d87d16fd]

        coverity#989727 : Uninitialized scalar field
        
        Change-Id: I84477ff97e726e15e1ff1a3241557483c43392c8

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [72edfcdc909528155f78530edb1c7a5bc1d24699]

        coverity#1000862 : Uninitialized scalar field
        
        Change-Id: Ife99bf91d569e8ee8cac41980112101c0e3e6127

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [75a617a72a66cb4eff43e10f13cf53d0109cdf4b]

        coverity#1000863 : Uninitialized scalar field
        
        Change-Id: I2f518a76641de0e75b75306f351caa11712b14ac

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [7a56caa4bdcdb1db1d50801b4f37aa2220105147]

        coverity#1000865 : Uninitialized scalar field
        
        Change-Id: I215cb372df9a3b52985e8d378bbb980c3d6eb597

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [05bd05a65ffd8247595ee95758d9e3132d9fa677]

        coverity#1000866 : Uninitialized scalar field
        
        Change-Id: I0b460fb2964d363d0d0ae8f95cdd590eadd2bff3

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [b77bb8dd173f71d3148d8237e71a5dbc3340765f]

        coverity#100869-708452 : Uninitialized scalar field
        
        Change-Id: I62fdff624360839ce16ed183c61c6dae73afebec

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [84f313ba4a1815b5a26da64de6f6a3aac78aef3e]

        coverity#100870 : Uninitialized scalar field
        
        Change-Id: Ica1af6017aedf94ad4daa92352691675bf6378fd

2014-01-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3612719e00ee63b5d68258b99f3c61a85c27e27]

        coverity#1019405-04 : Uninitialized scalar field
        
        Change-Id: Ic784f3f1e581583b79cc26aa399f7b99dfb16481

2014-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [a904aa609dddb80a44cf34a5e4299efe0dc2c49f]

        firebird driver: do not assume sizeof(short) == 2
        
        Change-Id: I4b4e6caa34c23baa75a87cf1750dce3ca3ae8aed

2014-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [b065cddb0ab014611f9f7f48b26295cd1e3e1046]

        TODO comment
        
        Change-Id: I3df4810534d64bb7f546cc18124edb6ebf3a147d

2014-01-30  Lionel Elie Mamane  <lionel@mamane.lu>  [5e951de92544bceb19e03244f4ffef19c62c4d90]

        fdo#74160 firebird XParameters::setString truncate to 65535 characters
        
        as opposed to 17 characters
        
        Change-Id: I65c82243946c22eee0f033977b1cd0c5a84d226b

2014-01-29  Radu Ioan  <ioan.radu.g@gmail.com>  [c634faf12886228754eb59ec9bedf6cd6f631054]

        fdo#39440 - cppcheck cleanliness
        
        - Fixed some The scope of the variable 'x' can be reduced.
        
        Change-Id: I6b586314b2ed201249dc52469cc4bb86b99f79d2
        Reviewed-on: https://gerrit.libreoffice.org/7665
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cb9b6d94d805026062ebc6e2f7bdb2f659d9665a]

        No need to store the address detail object.
        
        Just get one from the document when needed.
        
        Change-Id: Id053c70c40e7a7580a3c5969af8d547ac1fcbf4e

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9eba10af95cfdcc01ffbdfabfb523a579bd624ea]

        Consistency in naming.
        
        Change-Id: Id9ac1ec0ec06defd570556f697f947997cb90b38

2014-01-29  Michael Stahl  <mstahl@redhat.com>  [bb665affbd8870652ade3951d626d76e99143f67]

        fdo#63553: sw: fix copy/paste of cross references
        
        If one of aIds or aDestIds contains nSeqNo then adding an identity
        mapping for it will actually re-define a previous mapping.  Likely this
        can only happen when clipboard document is the source.
        
        (regression from 44f971506c0ed37928c48e55d8007f24b0c43a5f)
        
        (also it looks like 4b0b0a5b3045902d9a6b95510ec30a3027181e29 has subtly
         changed what the "else" branch does when it is erroneously taken -
         results are differently wrong)
        
        Change-Id: I34e2979e45cffeb62ebf3d7b3e5ac6d2afff0c2b

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b4aadebeb1898686313ff30ef47ddc4336a7444]

        writerfilter: these SPRM's are unused
        
        Change-Id: Ie2a25c592f7a75540b5bdc1c4958a1e4f86c2cc6

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3275f1180072411a9efd41da115f4de04dab7506]

        No need for static keywords when they are in anonymous namespace.
        
        Change-Id: I481b98c1bc9b934661202dc8f97f1f01eae51cd7

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1cfe25dd41614ea4eb787504c76452bce9668fce]

        Extra line.
        
        Change-Id: I00a4e9c66cfe0fc3a5fd70283853670ac486c8a2

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f5d8029a456c2c708cbc2b67f2d7875540dff1ab]

        fdo#74014: Broadcast changes during undo and redo after paste.
        
        Change-Id: I271bbba5e5eb70e48274a4a062d125456af8ff6c

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ccd7953e0042c8063e3cbd8e3a3dd9004c1b4f7e]

        fdo#74014: Add unit test for pasting an unformatted text into cells.
        
        Change-Id: I87f7b3012a2c139b0ecc3dd699ccecb31af77ac7

2014-01-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8a36879eaf0977448b113c2239014d2e2b7ab258]

        fdo#74014: More on broadcasting at appropriate places.
        
        Also, call PostDataChanged() to re-paint re-calculated formula cells.
        
        Change-Id: I63161329d4bfe937f754773fd68c37e3836c4950

2014-01-29  Andrzej Hunt  <andrzej.hunt@collabora.com>  [76599f3ca36810379a2dda7826aa3cd0f4441cfb]

        We're retrieving the arrow width, so let's do so directly.
        
        B2DRange::getRange() simply returns a vector containing getWidth()
        and getHeight(), so we might as well retrieve the value we need
        directly.
        
        Change-Id: I4cb4039325d3145a70f287a6d38eaadd36bd6b89

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [79a532c1be0917ec085f29233f79f76bd2c9d3ee]

        -Werror=maybe-uninitialized
        
        Change-Id: I696dc966bce7a19d0de898fc107aa29784011bb4

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [9aa500f3ea2d11c5a1c985489679a322f18a5875]

        Add a condition for chartopengl in Repository.mk.
        
        Change-Id: I899fed47873ee48b556bbda9417570b2d637b7bb

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [fe51aaffe8019c3866f183ca9ce967dee71c7f33]

        swpagerelsize: fix RelativeHeightRelation UNO API
        
        Change-Id: I0c1969785d7e6a0e9082f628d9c490123f287000

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce01a206cbc445974053c8ba8b6cd7fe30f8fb02]

        swpagerelsize: fix typo in SwFlyFrm::CalcRel()
        
        Change-Id: Ie371919e67261cdc021fc5487b35cc45f7f4105e

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f6a99e4a34c1bb7688900abfd683250f66fcff1]

        swpagerelsize: fix RelativeWidthRelation UNO API
        
        Code was missing to handle the case when properties are set before the
        frame is attached.
        
        Change-Id: I22389a8a162cb37b365b7655e048b1ece9774813

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [29aa5166e56e32f6a5471d375fd5fe9aac084d30]

        revert coverity#1158232 Resource leak
        
        coverity doesn't seem to understand auto_ptr wrt to
        
        sc/source/core/tool/dbdata.cxx
        noescape: "ScDBCollection::NamedDBs::insert(ScDBData *)" does not free or save its pointer parameter "p".
        bool ScDBCollection::NamedDBs::insert(ScDBData* p)
        
        then again, neither did I
        
        Change-Id: I7113b909afb96b518cf0d9321ad5541e16cacfa7

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [c651ac080b6cb7dced52ad098fb6b66e875f467a]

        coverity#735949 Unchecked dynamic_cast
        
        Change-Id: I30c08b98c5bf92c3b73ac0e9ae21facd1e135303

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [87002bb8d42122500ac4f3fe2f01fa23419938d0]

        coverity#737429 Uncaught exception
        
        Change-Id: I7188ded009509b933958e4ada4d5f76d9ef1d742

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [77fbfa6c4454e20752a2f9345f73d5aa22eb54b6]

        coverity#737449 Uncaught exception
        
        Change-Id: I617f272a7ae80669eb26c0e7bfb6022a632be552

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [d61ae1f5ade012428b519cc23b24428fc89cd413]

        coverity#737492 Uncaught exception
        
        Change-Id: Icadfe5baf85d55ee57603dd8fe0cda19034a70a5

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [f5babb88f202d1e170be7047f91bb900de1c680a]

        coverity#737564 Uncaught exception
        
        Change-Id: Ibe61884b5930cc7bdd449c472171c1b0e710b75f

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [04db0fdcac38b5f78a2b52396de1d5b48ea706a0]

        coverity#737582 Uncaught exception
        
        Change-Id: I5b8ce0a3fff9772b18988ef345e3de2f5b477f38

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [7f3c538514aeab1f628fdcfaed34c42d5740b11e]

        coverity#737683 Uncaught exception
        
        Change-Id: I80f2d39ef2578d2f3dfd09e3a7ccf9daaedcb48c

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [fc94084ad8684481888cf39b331a2e22cfdc8755]

        coverity#737687 Uncaught exception
        
        Change-Id: Ib7e2245861d82d7863f3fe03b484356adeae37db

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [a4364d474bbccd13836bd6dd8c1fa65955d5450d]

        coverity#737689 Uncaught exception
        
        Change-Id: I85814cebd70b52e1a848dbc3a97b4d7c3d694c84

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [0ca9e0351831b4d877ccb5fc43eb2b6d8b46d822]

        coverity#737693 Uncaught exception
        
        Change-Id: I91f23b9dae37e7b2d79e643f7f99ec31f82c369d

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [3784decc976e54f3fafa5c4a11e43f5becee61d4]

        coverity#737711 Uncaught exception
        
        Change-Id: Ie33feecf4116d15c500d104ec0787d496d532710

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [aa19046e3b72e0298b493f04dc1641079915ede2]

        coverity#989717 Dereference null return value
        
        Change-Id: Ib6684a6f83b6e6d7362301fd67eb47911afaa809

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [618e93c4864d93d10c388996ccf2276b5f5f9aba]

        coverity#1000850 Uncaught exception
        
        Change-Id: Ief1b4abb114a29526bd9b721d2d760e7c7cddd90

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [585000f4710379cf9d709ea0f1a23d7d029a22fb]

        coverity#1078467 Unchecked return value
        
        Change-Id: I432e913befcab08224ea56ae1c190d169d85e717

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [ec92ace51d624d520fa3d828680f7298e742a30c]

        coverity#1078468 Unchecked return value
        
        Change-Id: I00f0f401500ae89612932d1ce67a8754498e64d5

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [5dc14ccd0ae364e86401554acec663eac68fc6a4]

        coverity#1078723 Dereference null return value
        
        Change-Id: I087a73cfa6e71a2c4ac12869e8cfffa7522bb0ff

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [fa9a817630bebc27d62b516b27a35c8de06a0ef7]

        coverity#1078995 Uncaught exception
        
        Change-Id: I9fe5e4ed518536b1ed8d33f65efa2b092f1b998d

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [9bd0e895a4c937f1f831aab1cca6f2e94387260b]

        coverity#1079000 Uncaught exception
        
        Change-Id: I7ffee42abe03c34d68b6168328143666d72e7efc

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [3a02f0334ece2e8d175c2bb86b69a9450999d3f0]

        coverity#1079001 Uncaught exception
        
        Change-Id: I0f477b798fbf0803a88bc785ce5ce33358c374c3

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [b56597adda5ee848113f76c002da8e811dfc02f7]

        coverity#1079002 Uncaught exception
        
        Change-Id: I57d0d07165c2cb31c3077fd4f4afffae5a0d181c

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [61fe4e1f7825812f6ade8678c160fc923d69c429]

        coverity#1079017 Uncaught exception
        
        Change-Id: I2f76a79b66e38b6557645303d4d4515d74172dcb

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [e3149900156ef4d207f64ec16fb2d367c3c29dba]

        coverity#1132704 Dereference before null check
        
        Change-Id: I1922d7f3481fc56b33a078277cd17e54b14d6953

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [94753842eb83bb16783310416bdb95d6827d7ead]

        fix indent
        
        Change-Id: Ie0f32006babf12dcb4fb6c244a4110222c2ad7ec

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [1fdcc3bb0b55a15bbe90d334ccb770edb3812b6c]

        WaE: unused variable 'aUnrelatedControls'
        
        Change-Id: I2078c5bcf69c9d186f3bc8b8f6552bff41a732b6

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [3fe28da98f617285aedbe9ec95aae8bad3664c13]

        Use quotes around $(CC)
        
        Change-Id: I68b61bab0d7aa22932261ac3e23f0fdb57219763

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [ddfebe55c95f5d498618ae0e3a8f60b48cc577f1]

        coverity#1132706 Dereference before null check
        
        Change-Id: Ic59a2e7425ed117f1ba43ed438650bfb5eed77cb

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [7522ffd1c7bbec69e593c7492297743425dda601]

        coverity#1157758 Dead default in switch
        
        Change-Id: I1df0e8e159daff0ad29894c8d8f1984cd70fd130

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [a701b7deadb5ce08d25ce86a2768b6222eb035a9]

        coverity#1157789 Division or modulo by zero
        
        Change-Id: I7c6fc34702acce21759dad00626ff4ffcd0ced95

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [ca1c17d7e589ada7ef145fc02bb7f37c5da1c57c]

        coverity#1157791 Division or modulo by zero
        
        Change-Id: I6b46a037b0d5f13681ad4936ddd56fd80c8128fb

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [2fbca907614491b5b29d825d8b3d5f74873e8593]

        coverity#1158060 Dereference after null check
        
        Change-Id: I6e87e36aeb3416a38c11402ebc5bfb59b123173d

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [cba1b5a27b43d471c480a9f8966c19ed511b461d]

        Bypass glew when cross-compiling for now, doesn't seem to work
        
        Change-Id: I13940a01c74a01df9b73cbf68875e3ccdaef1e47

2014-01-29  Michael Stahl  <mstahl@redhat.com>  [69f71736699ca4d0c7c8cbcc9127fa84db5a7a3f]

        glew: use CC from environment
        
        Also default LD is exported from outer make, override that.
        
        Change-Id: Iefbe7fce93e9021cbd9bb087d9becace85138f07

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [2bf00a57385f66595ca15115f66a46b410debcba]

        convert user admin dialog to .ui
        
        Change-Id: Iee1a8b5f1fac024fb5983063f032b344e5814fbc

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [8cfebe9673c5c423250b64ccf3092b881e532e1a]

        Updated core Project: help  c15300e89b17b72948964159d6343f00b41a26eb

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [81760e2702568ed02f06dbf4639e9218df8aeb2e]

        implicitboolconversion: also warn about redundant explicit casts
        
        Change-Id: Ib89b4c12d2cdca873a9fe9a509d7a123977652a7

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [dfe30f1e3bc4720054c6ca3bc9813b9a1881084f]

        Remove some redundant casts
        
        Change-Id: I03317f55f5e08b131302190f34169054bacbeb28

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [c36e48ec319f2d8ea841ee0ae9627e8076bff4bf]

        This has only converted the condition of ?: to sal_Int32
        
        ...not the resulting value, since 6625989ee1188285c453b99aa13fac8e0cd74ca6
        "INTEGRATION: CWS impressodf12," but is unnecessary anyway.
        
        Change-Id: I2a20e3f0a71693ce4cdd4c1b48952761e59c9ff5

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [17c97fb837284c8818393c14752f3b2bae88a1d2]

        convert generated values page to .ui
        
        Change-Id: I1193183c593f316550799dd20d8350b86e761436

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [d689f2458288c8656f6a71fa891a3b19972be834]

        Updated core Project: help  4a999f706bc00ca36f266918cef0be8bd07333fe

2014-01-29  Michael Stahl  <mstahl@redhat.com>  [2ca79052d0fab159b017cacd3d7145d8012de850]

        vcl: try to fix sizes in ImplBlendToBitmap()
        
        Since commit 2f84b420e0428693fb2d45b68afdc9023dfc08bc,
        sw_unoapi test sw.SwAccessibleEndnoteView crashes while trying to blend
        a 1107x8 Bitmap into a 97x8 Bitmap; it's not obvious that any of the
        parameters passed in is wrong and it's odd that ImplBlendToBitmap()
        would use rSrcBuffer.mnHeight and rDstBuffer.mnWidth; presumably
        it should use both height and width of the same buffer.
        
        Change-Id: I40b98ba56e703323df91f6fd7773addcfd69a402

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [6a44abaae5dc486b995be02cd4ba5275b9ef2877]

        Updated core Project: help  9ece25e22cb71cda3425d02941f288f56fc9e2e3

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [ccb5f1a7914ae857a447a7dceacc62344b8c78af]

        coverity#1158098 Explicit null dereferenced
        
        Change-Id: Id21a206df7d9c221fabf8503d959bfe314217214

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [6459d7beb1235ed0cd2381c60f74c6c52479858d]

        convert special settings page to .ui
        
        Change-Id: Ic69f35f4bd6c27bffa407c6d6c5046c66ca1173a

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [2e3e1caf0e0ae5c3e805ab76866dadef571f8bdf]

        coverity#1158113 coverity gold, condition reversed
        
        Change-Id: Idb5f82c0e0708c85cac7f984f0273350ca665e27

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [bb5328e587f275d003ffd126abd827a59c985322]

        coverity#1158124 Dereference after null check
        
        Change-Id: Ifc2d668b4dda3bc6f8a1aec97a2b9031d3cbd2e9

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [cdd1d19406726c9cbeb9969b99dc03cadbaf1050]

        coverity#1158171 Missing break in switch
        
        Change-Id: I20979bf40aeb2d14ffd78097a7ee9208ff53cec6

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [9b667561c31cb61a9e71673626b0309e9c6d477b]

        coverity#1158192 Improper use of negative value
        
        Change-Id: Ie5b455f3895e9ff53caf773e319d3342642b9945

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [8229f7557f019364565b53919419326202d788a9]

        coverity#1158197 Dereference null return value
        
        Change-Id: I199668668ceff1731b10d63c51fa3bda56d7ae2a

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [9d6d353a66832b70dadb3f55182baaa074b162bd]

        coverity#1158198 Dereference null return value
        
        Change-Id: I72bb6d3c2a140653b35dc1bffe764114ca4f0578

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [c4f057c1d09343933f2f3fa8fe85d1a738824870]

        coverity#1158276 Uncaught exception
        
        Change-Id: Ifff7d9c83d8e757817b2886e12c2aebf453157b1

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [9cb625b63565c10a856b6db66a6ac02115eff93f]

        coverity#1158277 Uncaught exception
        
        Change-Id: Ifa1cd70f830a3afa6b3a503b831bcfe99c5cf2fd

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [218c9cff53c36d3f6e744067d5812b883a60b459]

        coverity#1158308 Uncaught exception
        
        Change-Id: If099f099687f3157f9037c6b6e54ae0c4241f47e

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [6a59858cd81615914d683fd5959741549fa1fa69]

        coverity#1158309 Uncaught exception
        
        Change-Id: I892bff01a53629ab4d6f5e96ab4c408ab6214849

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [0e51bb8ca0fb362a8c39282168a453c438ba8772]

        coverity#1158310 Uncaught exception
        
        Change-Id: I38fcbe9aa35283b9287962a2974365ceb29df37c

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [50f2c8a442d2e1bb769abd5a7edaf357ba9e20b4]

        coverity#1158311 Uncaught exception
        
        Change-Id: Idbfe94b889023a9132db659d528109f260b8fa01

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [125f1ad355490a8c141d7322b99c33be6023b769]

        coverity#1158312 Uncaught exception
        
        Change-Id: Ic9f49d79474c0c7f5a04bec499e05bd48aad0f3a

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [1590e29eda3dc0ee52e105dceaad02cc1ce39f1a]

        coverity#1158313 Uncaught exception
        
        Change-Id: Ice180d260685f6c9971a5daec18bf98b329bd4be

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [4efedf4c9b1e0f88848b195a15152ebc76bb0a19]

        coverity#1158314 Uncaught exception
        
        Change-Id: Icaaaf9eab3dfd9c15f64b60f2fd3a571c5a09888

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [9eefa85dd2f4271c56538186afda7abf0a3ef778]

        coverity#1158315 Uncaught exception
        
        Change-Id: Id0bc9f0f1fd6c8653e41a9e8c5319ab013416102

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [21cbcf9969188e7a7b3c83e9197ab8b5a1c95e4f]

        coverity#1158316 Uncaught exception
        
        Change-Id: Ia696a7e1a4474bd0dc45db0bec951070c294da77

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [1b7405bf11ccc4e3c081044b93ae1271a0bf2ca6]

        TiledLibreOffice needs more constructors
        
        Change-Id: I8b3408e6fdd9e5bb01c8a366ef16a91bf33e64ba

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [79d7abe86908d5d8d267fa74ba9b5d7eba192fec]

        -fobjc_link_runtime seems bogus
        
        Change-Id: I86a294f699a1277addb2dc0bee5acc3b1a39a687

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [0dcc33a31a5e465ee7ce95826e20e6f275e6e5c6]

        Updated core Project: help  7485be76f120f4eb784fb104bfb16e85d7799302

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [8d464a7423ac8f3eb30eb80a0e5041989a4cc2da]

        Resolves: fdo#74070 make replace and with fields the same width
        
        Change-Id: I2fbd7d6ed4e657660334a572768f12cbba1d75e2

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [6db0345af49dca17274f5d4a9a1dcdf6cf81fe60]

        coverity#1158317 Uncaught exception
        
        Change-Id: Ic725ffdc2041325b951b4790c2166d25053f7df2

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [5bf532fa4d54fe5707f381568da2f0a666487a66]

        coverity#1158318 Uncaught exception
        
        Change-Id: Ia0bfd736262e9c22b18c094defee0779e8ce6515

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [037a639c1b5aca55bc07515c6e1da7c9b55f852f]

        coverity#1158320 Uncaught exception
        
        Change-Id: If68a965d1c9da89c28fca67019ef14e05ab9722e

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [fe89615fd255331f8a27c8eb0c5a18319c4a806c]

        coverity#1000696 Out-of-bounds access
        
        Change-Id: I4e69c7f5e45882238c4cc27244f38b81c87780e2

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [19aa235feb3e301ff3a20e102754b6ee7c7b63fc]

        nRetValue was a reference, nRetValue->rRetValue
        
        Change-Id: I0516bc22274a3bdba54246613c9925d3f2a67c44

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [951a9aa2f0aa48fe13da0c4377daa45840db9fc3]

        remove explicit AdjustLayout calls post .ui-ification
        
        Change-Id: Iab4e3b661d99d1a84b1d11853d1abdf28436d895

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [744c6ac9aed9deb61e43f702838fdb3688b9c831]

        convert database properties dialog .to ui
        
        Change-Id: I63c046f1637248e274698dbe13130124669e0712

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [4f5dfad645e476792214c4d5c80624d858ee8e78]

        coverity#1158232 Resource leak
        
        Change-Id: I0e9236a844ac912bd421ce505df1eaeb9b46aefb

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [681cc3d13ec96d5d796f46d343ae8b06780fd121]

        coverity#1158237 Resource leak
        
        Change-Id: I2204ec36344b8f7662efa8aed31e9363bb791616

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [a251d3593a3e7cd11b633791123db522dffa5a55]

        missed a non-local STR_PAGETITLE_CONNECTION conversion
        
        Change-Id: If711a458aa5c099621e4833117985d111a8f8d05

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c7fdf3e97bbf2301f9938082d4d44162f4ec3c0]

        swpagerelsize: take care of GetHeightPercentRelation() in SwFlyFrm::CalcRel
        
        Layout part, height.
        
        Change-Id: Iee239e1a39dd495ee965ac45325a0f7087fdcdfa

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [9941687ff16d3a4b393563006ca4bdee5409fdbb]

        swpagerelsize: implement RelativeHeightRelation UNO property for SwXFrame
        
        UNO API, height.
        
        Change-Id: Ie61fb7f6de42b9dfb8b8f6f0982239d1c30f84ab

2014-01-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [6dc71a690a8282d028419a662b5bb72ac97a951b]

        swpagerelsize: add an eHeightPercentRelation member to SwFmtFrmSize
        
        This is the doc model part, height.
        
        Change-Id: I99eb4cadc2bd5f2025bc1b8793d4eede5b106d72

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [a64c6c448dcc47c58cb839cc97b7bfc941b784fc]

        fwk: Constructor feature for single-instance UIElementFactoryManager.
        
        Change-Id: Iaa6b6bf8f132e2f8efb9ae71e9302e6be19347c9

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [e9a23fd78c7506cc28cdd4619cdb623813e36c61]

        Introduce com.sun.star.ui.theUIElementFactoryManager singleton.
        
        To replace single-instance com.sun.star.ui.UIElementFactoryManager
        service.
        
        Change-Id: I4262909c4396e3907d271a56696a06903168a58d

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [43b84c96629e78e17e6a1e51e4c482887197036f]

        fwk: Constructor feature for single-instance UIControllerFactories.
        
        Change-Id: I0867404f7e4aa7b9caafe4f0568bd2c20190867f

2014-01-29  Matúš Kukan  <matus.kukan@collabora.com>  [af1c0ef8d397b652a4b58b29fbd7cab1a0ab5840]

        Introduce com.sun.star.frame.ControllerFactory singletons:
        
        com.sun.star.frame.thePopupMenuControllerFactory
        com.sun.star.frame.theStatusbarControllerFactory
        com.sun.star.frame.theToolbarControllerFactory
        
        To replace their single-instance service variants.
        
        Change-Id: I00586d0d61e63f9482cb659071e88aa9cf02d5b5

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [4613f593a83811e81520ae2f40f8c33870bdf2f6]

        Pass Reference<XPropertySet> by const&
        
        Change-Id: I8d7307b2a2d78cab737a710de33fe31a0798c555

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [9cec5ab4f650b491460321bcded598a66de7b8c7]

        -Werror,-Wunused-private-field
        
        Change-Id: I49890f014052604092e8c0b91a8acc4d592376eb

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [c03a2a0b1b78428d9c44519c5e2bf3c1dde78425]

        Further fix for old Clang versions
        
        ...maybe this needs adaption for 3.3 or 3.4 too, known to work with trunk
        towards 3.5.
        
        Change-Id: I9f05ae44e4a49ae51df69d5a3c1df5eb371a1c87

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [9038a3ef7c10aff868636715924cb9f97d648d80]

        cppuhelper: Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: Ibed63566266328f84432ad2019e58265d9d30fc3

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [612dac063a144506b44f4ab2afa2c5cdf9d882b4]

        bool improvements
        
        Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [8a8ea11e5ea386af8b91b2ff36e5906afc571c2b]

        bool improvements
        
        Change-Id: I4e428e5d7093dbc8a1e7fd47ec49998ce143e5ac

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [8c32cf4b2cd530764a3c4998c691b0b69210e1f4]

        Unbreak Cygwin patch handling
        
        Change-Id: I7f0215f4799546e481423d6f4ab5d583bf083948

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [eed1a2ca8734468ba89ca540e6d2f5f64d14264f]

        Missing log are
        
        Change-Id: Ia1ad04c24f0d50cdb5aac3a5f6d5171bd5c23c70

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [46a990205ffe898629c573d1886b44ef680fc98e]

        Fix relative path
        
        Change-Id: I4c193d31a94666fc607142cf3f6b2c6fcb15c82b

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [4b1b454856968a626504fc6a132457eb6c66b6e9]

        Unbreak Cygwin patch handling
        
        Change-Id: Id7ad1063ae73099b1513fbeb08458298d3c135d8

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [8205b38d7127143d567a587616bd0cc9091b62e3]

        Fix bad patch
        
        ...and whoever had the bad idea to make the downloaded GLM_TARBALL
        bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip to already be
        patched with that broken patch (external/glm/Wshadow-unix.patch or
        external/glm/Wshadow-windows.patch or whatever?) instead of applying locally via
        gb_UnpackedTarball_add_patches...
        
        Change-Id: I0053346f626cc3af42f7ea82a7a26c8b47876a98

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [790966d5d78cd3700c4ad2d6991cc48381bd1834]

        This has only converted the condition of ?: to long
        
        ...not the resulting value, since 9ad0aa90fa5cf8c3b3e6a42bd9a0172b4cf75a47
        "#80304# More improvements for vertial writing," but seems unnecessary anyway.
        
        Change-Id: Ifb86e51970cd32a1933541c75fe5d1d8f8b9f05b

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [20287a82c5ba9971c9ce4da04949a181000f1e22]

        Needless casts sal_uInt8 -> sal_Int8 -> sal_uInt8
        
        Change-Id: I2d55c4e088cf17183ededa0719b3bdcba5baba23

2014-01-29  Caolán McNamara  <caolanm@redhat.com>  [0d2a2527a87174a3234fa734815acb3d40a64d28]

        make these resources non-local, simplifies for ui conversion
        
        Change-Id: I2654cf0522f2f04cd4a14d0e04f18f26e175e354

2014-01-29  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [0fc0acb52529a3cc8e2ff2c17e074cf6ac8ba1a7]

        Fix for :DOCX-Preservation of Line style Dash type of "Shape with text inside"
        
            Issue :
                File containing Shape with text inside it having Line style as
                Dash type is not getting preserved after RT.
        
            Implementation :
                1] Added XML element <a:prstDash> with attribute  val="dash".
                2] Written Export Unit test case.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7572
        
        Change-Id: I27ca9f8786426a224b32dbd2aeabc40be244c9db

2014-01-29  Rolf Koetter  <rolf-koetter@gmx.de>  [5ac84cb1658de7ebf3f1b52408bd0c56906dd510]

        rebuild icon packs, if links.txt has been modified
        
        Change-Id: I68df3ad8b79dbafdd795704bb66a31560a68a952
        Reviewed-on: https://gerrit.libreoffice.org/6583
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-01-29  Herbert Dürr  <hdu@apache.org>  [f46a685b27d1504dc050851d244a8a2ef3984ecf]

        Resolves: #i123228# ParagraphData symbols shouldn't be required...
        
        for outlobj.hxx users
        
        Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
        header. ParagraphData symbols are not DLLPUBLIC so they are not available
        outside of editeng. When inlining is disabled (e.g. for debugging) this may
        break the build as observed when building svx in debug mode on Solaris.
        
        (cherry picked from commit 2738b2ea2df22759f32b687d08fd6868b425760e)
        
        Change-Id: I0a8250fe3d61819217c913949dfa20a902b3e397

2014-01-29  Michael Stahl  <mstahl@redhat.com>  [00a63ba1c7e89563ea1aeeca46873e3e205e8632]

        sw: CheckBookmarks: can't store OOo XML any more
        
        Change-Id: Ib9e92043d8483feb47f024ee067f2103625dd031

2014-01-29  Stephan Bergmann  <sbergman@redhat.com>  [d433d8245b821f8cf0510f2497ecd82aff036609]

        Fix for old Clang versions
        
        Change-Id: Ib902535c03a9f1b93a2c4ff3dd61d29e316bfd49

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [31c20d6b13754e46e3afc91005ddcc10ff160763]

        No chartopengl library built for iOS or Android yet
        
        Change-Id: I28a5eac3bbb85b608d60a1404c21150dafe36a6e

2014-01-29  Tor Lillqvist  <tml@collabora.com>  [d71dc6f13765c5e799abf954934c1600332dee81]

        Adapt for the DISABLE_DYNLOADING case
        
        Change-Id: Ifd9ae240277a89162a2a821789b0d41204c1a490

2014-01-29  Jan Holesovsky  <kendy@collabora.com>  [2f84b420e0428693fb2d45b68afdc9023dfc08bc]

        writer shadow: Avoid a whole load of unnecessary scaling.
        
        Instead of always scaling the bitmap to the right dimensions, only enlarge it
        when necessary, and crop it while painting by using DrawBitmapEx() that
        accepts the source size.
        
        Also use BMP_SCALE_FAST, it is enough here.
        
        Change-Id: I702ea5c9f119257ab83d49cf050ce8840e50b196

2014-01-29  Michael Stahl  <mstahl@redhat.com>  [694a6478c1cfe18579dc9b355bda3db836b0b3a2]

        smoketest: remove OpenOffice.org 1.0 XML format export tests
        
        ... which fail since the export filter was disabled in
        aeeaccf59abbc485d7786486f1accc1cb4d4dbf7.
        
        Change-Id: I10969a96394d2972376a792af645ff48ccdab7c0

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92e4fba40106ee9941f584a8b5544dddd83fdeab]

        remove unnecessary lines in glew patch
        
        Change-Id: Ib5b12ab6502bbee92fd16f24c8398c6f657bc742

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [993eff9f18ee22d2d70d23bc65e36bba3d4755e0]

        we only need the glew libs
        
        Change-Id: Ibb67b7cbf9c41188f026826cdacacff26b29c576

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5fc4d9e468807cdd64ef2742d172c30bbb15c99a]

        gl_PointCoord is already in GLSL 110
        
        Change-Id: I35de1aad6f7e8dbdcefc1107c843b7b95357c4c6

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ddc893e345675c74e8ca2ad9899e0b5ad3798538]

        use point sprites for symbol rendering
        
        Change-Id: Ib2b35c367c0b70e3ba140c15fae5378c7a2edebc

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [a7b0b253f086cd8c5d7947d9e1d958263c18a3e3]

        add Symbol2D rendering
        
        Change-Id: Ic294ffc4bc675495fe83ac182dbebbba7245c7b9

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [06f4573a87d861c50c0017702aed75a389619b46]

        enable transparency again
        
        Change-Id: I5c3464995f3ef6bfe6c4e6895fa9f73e801a31b5

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [070bab44fb97e08f6e9b694b95c6924c3487cb37]

        improve pie segment rendering
        
        Change-Id: I57c213420718f2be338b94459c6273fbfcb32881

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [651402e550ff7819c6472a5f92237db672b4adf9]

        remove unused variable
        
        Change-Id: I07e45a42fc24d5b9169a9d5bc3b47e9d98d7163a

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [093fa2a359a7a25644e3983e6c525296d6bfe05c]

        use a direct method for pie segment crastion
        
        Change-Id: I4b42ebe994b4e498acd32d08a063e4626b3c97d8

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [82ed9053e7353fe784cebac4d249cad5ed4a2bf4]

        piesegment2d gl rendering && mov coords operation to dummy shape
        
        Change-Id: Ic709fe37554cf29b4a644cabdc618c15959593d7

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [84778c9eb090a6141f2248d0ac8dc2526dcb5080]

        fix some warnings
        
        Change-Id: I3bded252fb6af9166dc533e7e2756e7569a82112

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8d8a2f2be58529d70f4783d5d1e91fca350f119f]

        more work in the direction of correct text rendering
        
        It still does not render text correctly (or visible) but at least
        according to my debugging skills we are making progress.
        
        Change-Id: I2bff955b7395126770295ba1546e8cb3f70557c7

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1cc82471a823c992b5527e09576cb66eebf78b39]

        remove unused struct
        
        Change-Id: I446b2f5739f95634ebff9447d0af108b1dedf6a2

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9e9a4b401a6a4ecedbb4478fd72ed648a9fd8598]

        more work for text rendering
        
        Change-Id: I4c94757de59722b7dfec9e2d0db83fc5734ba942

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2a7538ffc0965353a41841bdcd347faa722f641c]

        add more debugging for text rendering
        
        Change-Id: I1cb43c8a02313acf2a48ba91e88534c17f5f86c8

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f1de0fb16fcd3f200799525f32b61a63eca67cc7]

        try to use alpha background in text rendering
        
        Change-Id: I9750117a72d05c7325580a1f93e5db3b9e0fdeb6

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b3c34acb616cac8e2c5e182da8d40a9c8648cd51]

        we only need one of the BMP header functions
        
        Additionally we don't need them when we don't write to a file.
        
        Change-Id: Ib38f68f8f88490f6dfff9fffe7924a707438a040

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1163d6ad87ac90d388a7d0ad4b80f31584055d06]

        no need for a member variable if only used in one method
        
        Change-Id: If82cb7ff43932c6d37d4b3100c2bd5228f6109ce

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [55add3e2aba31cb26f647b11724f90220453d1a0]

        let us be a bit more conservative and deal with floating point correctly
        
        Change-Id: I22e21c1550982458f1a2c464a8b82e1d71e0525d

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f04ad9460d5aee148371e1290df39d911812351c]

        no need for the bitmap header, we ignore it anyway in the next stage
        
        Change-Id: I007434264bd5649c55d195d30c5447704f930fe0

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [7bff5d998ba8905b1f5bc64d230df5af3401eca6]

        more work on correct rectangle handling
        
        We now render black borders around rectangles and correctly handle
        rectangles with just fill or just borders.
        
        Still to be done:
        
        * correct border style handling
        * correct border color handling (maybe switch GLSL program)
        * gradient handling
        * still using GL_QUADS
        * border line widths
        * transparence
        
        Change-Id: I3912ccf3dc5df686142a5d1758ee9b97fe435d7b

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [feac010a4dc4fc3514c0e86f0c3ad73784b72651]

        fix windows
        
        Change-Id: I6ca5967fd84851bb2ee5af1325b70a6a5e160644

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1ece627aad5bf50ff4abc0493e5a73218636f2da]

        extract ugly function pointer initialization
        
        Change-Id: I4bce735da5f4d9f9b3aaae92ec0cce6725f2016d

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1a2d3eea2335d2f68a4359f41045d8fcb9037dee]

        make multisampling available on linux if available
        
        This also greatly reduces the complexity of the OpenGL initialization on
        Linux. We now require a RGBA framebuffer with 8 bits per channeland 24
        bit depth.
        
        Change-Id: I12d4bd6c15cbf95c6211c7af6a81ffbb228f05be

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [67669d77fdcc3b5b11c0b47ab8cb859d1b40bcff]

        create symbols for glew in the debug case
        
        Change-Id: Ia40d4477344f9fc0f9942a9d942b97a416ff11d7

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [bc8ed7f7b7dce3f52d7509b6b395d8d17e661148]

        split the windows and linux intialization bits
        
        This makes it much esier now to simplify the Linux selection logic.
        
        Change-Id: I7db0daf81b1c9047d4ef95527c7b51c09e6ab80a

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ee1b4eb7de43273f9274520b94a36e9fe3421ca4]

        even the baseline supports glx 1.3
        
        We won't support glx < 1.3!!!!
        
        Change-Id: Icc5d15d682223b1fab3165d279b596446c920e9b

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [58e9647befb8c0820694309cb6ad1780d3e219c7]

        it should be chart2.opengl for the logging
        
        Change-Id: Id1a2c990c8510e70a465e648b3d3ed1120ab283a

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [e2e5ec34df5dbfb69ee6600d42a18b94108ce410]

        we only need one variable for the current color
        
        Change-Id: I322199a8bb2ee654d155a1d09473a71847486ac4

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [aaa92e1a374c55a8fd925afb62b55734388482cf]

        no need for a member variable
        
        Change-Id: I58b22d123e4ba0dddeef5054492a1f851447857b

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [118154299c4d42e90a9a25905f13068a4b3bbd4e]

        fix z ordering problems
        
        Change-Id: Ia1c9ea521029f871c8b0bdfd078d986d3e0f40e8

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f5e82d5378a5fb45a2a5781dd482e72990b403b1]

        finally fix rectangle rendering
        
        Change-Id: Iaf0467ce4d9eb12ac3e84c2f1059b859ee9c4de1

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6a515ca18479ad0335ef71d26be0c326b13bf5f7]

        does not need to be a member variable
        
        Change-Id: Ib5b61f724c9df974d02875cde76079094cb59c38

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ccbaca2951d858125ccc4691454ae8e90c801fe8]

        first fixes for rectangle rendering
        
        Change-Id: I7705f8fd0472ad482d2292438d264eb0b641758e

2014-01-29  yangzhang  <yangzhang@multicorewareinc.com>  [988e70bc809a04ddb6766995a5826c88deb4f5cd]

        Fix the error of shutdownicon.cxx.
        
        Change-Id: I91d62edd72e884a0139d3aca46aff0db88b202be
        Signed-off-by: shaochunfang <shaochun@multicorewareinc.com>

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [8aad6d47fa81edfc427dd3b4c4ffe8b28aad5d20]

        modify the color property and adjust bitmap pos&size
        
        Change-Id: I487d2b12acda6fe25913d2488110afc63ba1e37e

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [240a2b05c576945794a01365b06fe05023d48318]

        another two unused variables
        
        Change-Id: Ib6fdcd8a541f98e3e7a3e1cb7407bb497a104914

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [07564f03050e56fe7a7c1d80764f7d5187ec2e36]

        remove unused variables
        
        Change-Id: I52be4e3a6539392bbe030e1a77fcbb61960eeab8

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4ccdfb50dbbb4d394c634566a46dddaf57d8ff61]

        make a few variables local, no need for member variables
        
        Change-Id: I2559756acf655f73c782db023b7502f969346171

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [aead89783f626dc3ed4b8a1d0d50b95816fc3827]

        disable my debug code
        
        Change-Id: Iea6824c08ee88334bc0acb4b2bee9323c8995520

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [14ac9c011e2e60602b2e098472291f7d46107f6a]

        remove unused variables
        
        Change-Id: Ic6a1ce2ac9e45d28cc0c9186859988c5085d44cd

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ae11940748acb0ebb7071277811dfdea7fef484b]

        fix the line color again
        
        still was set to my debug values
        
        Change-Id: I1b993450fee7be75a0a9e98fb99ffdea0c23baca

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [b391832cf78901c70a3d24c42a4765aca1e61f14]

        fix line width
        
        Change-Id: I9db787af08ef646d978106a9c91b95d6c57cf5ba

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4de61a662d5987c02a684ae05648e2d0637c8018]

        fix missing clearing of rendering area
        
        Now there are no artifacts left from earlier renderings.
        
        Change-Id: I48e6585d838cdf9547c150e1484a967fc9b69329

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [6243457eb2246fff10dcd56b8f2b9371a29f0333]

        fix rectangle rendering
        
        I had to disable it at the same time as it renders a white space over
        the whole chart right now. Before the fix it was just the top left
        quadrant.
        
        Change-Id: I499767bcc302e6d6c82437535b4ea10ba212b82d

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c193601289577f536a69a0394bd0a3e1c33490dd]

        fix bubble rendering
        
        Change-Id: Ice371673554a88b69866179b6b16944d6171e45d

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [2a9c217db9f6afa7e0d2ef2a7b5fad5f0427f4fd]

        fix the remaining projection issues
        
        Change-Id: I3d6b7126b8c23e5cd1e60d49fa8cd6ebb0c9a6d1

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0ba6eec89e45d64e37d475da68f3f5c4fee00522]

        try to use orthographic projection
        
        Change-Id: I6e0baf23cea7d1883ca910ee13819ea58bbf7695

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [d192ef484ab397e4b00881f5858e0e7935387ddb]

        only use one variable for alpha
        
        It was confusing and in some places we already used the wrong variable.
        
        Change-Id: Ib3a0f0e500530be0b502301233e5e853abe9f889

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [69a0cc93e2b2ad9c6829419af5a2e1a743c1e86d]

        a bit more clean-up
        
        Change-Id: Ib6a3ef54fdd7b0582b691ae5e4d2ff998bd17b54

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [96ef36225311328527282fc556326a0fc8852ccd]

        fix size of graphic
        
        Change-Id: I2317083eca1034fe1d69b8716304c9f6d5cf5067

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5accd3e0dff4c998ddb0ffede67dc1777e7bf89f]

        don't render to the file
        
        Change-Id: I8cf4b25c84564c0cb3195c5b63d0dde6d78d7080

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [f48f914017511ed4f3575e724bae4706c0f6a7c0]

        delete all programs at the end
        
        Change-Id: I6a2e0a70e9b6eadcb869596471f702bca4145336

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1d9ad0d8afc6e61023407a1e1ed990bab0f8a54d]

        use std::min
        
        Change-Id: I8ffaf5e5ed418901658ca6b7e3d1ad369ee0baba

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [8b2a48bceccd6c3a12cf93620c56ebd6da8a1062]

        formatting
        
        Change-Id: I3806d3b74e850812ccb24dea0580759529c154cc

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1566779e81bba93d767e6469eb4bfe8d5be85c48]

        remove unused variable
        
        Change-Id: Ia563d4628e322bfde82ccca02b107c5e954a0205

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5973d15199e914ab314c60ce855fb1c02af4b8ea]

        we are rendering to FBO so no need for two objects
        
        Change-Id: I6a900244160c974feefb45ecb41d581050e955e2

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [330338ef325af88193555de85c089f8186827064]

        next step
        
        Change-Id: I4307175107bc5ead4e74ee9fa9acfc6375e8260e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e24a6a5f97e5346961c81223aa1d9df2c6ef24f]

        one more error
        
        Change-Id: I7a40d5583a76d0b553a828bd2657c77fdca0f59a

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d17418d64159a354d60e8c7707ffd8ad7f5abb60]

        ahh, think error
        
        Change-Id: I400115ad802c1d00ec5f99e4f5fc952938de450a

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1690f9d1a0dc961de2555ca034cb6bf7149c7c42]

        fix code for writting png files
        
        Change-Id: I96244b99b2f5a9f22ca09c133687661b06229359

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0c69641d8658532ee06b7df975c503222edcc2e4]

        try to fix line rendering
        
        The line rendering was not associated with a OpenGL program. This
        resulted in runtime errros.
        
        Change-Id: If0d0f015c3505eda908156743ce8bd6a43f644e4

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [192d2f7ad5ddd7731ba4081d4d3f55071361bb47]

        more formatting and TODO comments
        
        for GL_QUADS see for example
        http://stackoverflow.com/questions/6644099/what-is-so-bad-about-gl-quads
        
        Change-Id: Ife53f1ac09125bc7e42c8aa91c53d7e7991ac0bf

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [09298ccd3588599d51d917c398338c734594a0c2]

        more clean-up
        
        Change-Id: Ie774afc8ab2c881c5f82be286c84fb3eb37821c1

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [394e82738380ff8944bb24427ef570f9159a0dbb]

        use std::min and std::max
        
        Change-Id: I5b8901606af2699a7d32978c897af73901fbc230

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [5686968c436ca2dabc75dbbd27e45ab327df0181]

        small fix for missed code
        
        Change-Id: Ida611464603a8a6229b771380ce5c6b20aa268ef

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [00a6d94e5bd81e4e8957433f1d6ccf2face900a2]

        use std::vector instead of manual memory management
        
        Change-Id: I021068716b0c3f4bc858eeb76da684dce316ba60

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [826154ef16551df09e20cf7bd1707121743c5c80]

        use std::vector instead of manual memory management
        
        Change-Id: I17da6947caffde0ba10717475da36dd265069ce5

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [717ae7fb8c04a9cd735af5fac9d899ed6b404d73]

        I already know where the error is but want to be sure
        
        Change-Id: Ibe90e99320243aadec2e2d8ab3740567e83f7f56

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [c6d1ffb2a4c63354738eda5c7238328d3a6ce529]

        add a lot more debugging lines
        
        Change-Id: I9b79845f5171c19c2b6f5214c9c307e0cfeaeec5

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [9dcd9dad1d0ced2c1778e89c5efa7d335d77be91]

        log the render calls
        
        Change-Id: Ic502f5d7d8036b60364b32434ad95de1eb8879c8

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [0f8ed13f6d0dde3a68055a0c57e8ee5d58641078]

        disable the logging of properties
        
        Change-Id: I55709b7907af22883e9562ff1c846271743266ca

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [46bfd493db03bcb2c17abb76f3627d3ae9239152]

        make sure it is really the glGenTextures call
        
        that one is actually not allowed to create a GL_INVALID_OPERATION in
        OpenGL 3.3+
        
        Change-Id: I853c63cfd7a30d4f61e562082cc24959c0fe6c07

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [a284def49e39905877ae51608454d1bfa035de4d]

        improve error checking to find error on my machine
        
        Change-Id: I24c0954342a66ba7d71d868ef8f04ed0cf7396a5

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ab52e0fed87831afd92c29dec7c98895c031ede6]

        use correct type for LineStyle
        
        Change-Id: I537009f8182251e6d769e6bd519ae94b2471a070

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [4e938c468a1d1b6e93a4e468bbfe2f4270e37c4b]

        first round int to bool
        
        Change-Id: I01126ea293c6880bbf53cbc912d54fe8a9842e31

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [ba150bcda6fc6e6f7a56ae6efecad16fa0ddf78f]

        use size_t for STL index
        
        Change-Id: Id0582d5c6745a44f1a5142458654f7acb9fabe8d

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [72677e0c98e6569a451c5256bc7bce3eee8a84bd]

        remove unused function
        
        Change-Id: I1f06e47d2dd56a9c9a23716cf91abd3d00167492

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [1f23f4b0e85b006ea9ecde0dedd4354e3f4e1624]

        next round of review + a number of TODO comments
        
        Change-Id: I5639a8896156b369c9e82759f29d8eaaf474bb46

2014-01-29  Markus Mohrhard  <markus.mohrhard@collabora.co.uk>  [18a617388cc0dc5cad522901ac12bccb4fdb8a6e]

        more clean-up
        
        Change-Id: I63ddc71825ce8127c764c57d5435c3b5bcee6725

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2eeb46cb9be0637df9a295f04b05fa07dc42d66e]

        a bit more clean-up in the chart2 OpenGL code
        
        Change-Id: I0c30a9c8e2a9e0f199308523bbc5fc76c94307c7

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [4f3d933a27eb16e1b1a5489d42c58aa79c70a6db]

        Rectangle transparence gradient
        
        Change-Id: Ibca7039eee1c48d487928822e5a01455a07351fd

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63ac153a843a2d03322947ed51ba8fdcbb9d59bb]

        use UNO constants instead of magic numbers
        
        Change-Id: I7a38518783e57d3230301f94bf0831a73670385f

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [348dc4bd5391c01197eb61fe2e2ecce1d0e698e0]

        add Line2D style property
        
        Change-Id: I72d9426b6910205645bae2828ef14aaabad138c3

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f85199ddea2649ebd5aaded9d6944cc019327ef8]

        add inital code for formatted strings
        
        Change-Id: Ib82ee310f0eb326aefbb2c499a0aedb399f5a635

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [d2bf85d10bd9dcdd6a0b9258527fe3b68d4a401f]

        fix the crash and add SetBackGroundColor of rectrangle
        
        Change-Id: I521de3e68af928a1c9879a20e72ea5290259bd2c

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [184811c47061e99d444801d1cf9abf83a99eaeeb]

        change glm perspective to ortho
        
        Change-Id: I507477cd6087d3fe6be998a75d5a66016d323447

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [66486487f68c961c36e0ce8910bf90a399691512]

        modify shader and make SetLine2DShapePoint more precision
        
        Change-Id: Ia692a678d68d3b492661cd6946c1a63b5a2c8413

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03a5d0472fb9012c0b586a07953a843f8e5374f9]

        fix windows build of glew
        
        Change-Id: I8aab94aefd737195a26696635f52f754764ea1b4

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01a56100a41da49ed5b589b106d592f04eafa666]

        make glew a normal external shared project
        
        Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a74fd3f900826d8f525075ed7bbf6ca8ffda2847]

        move glm to external
        
        Change-Id: Ifa9584ab86c2ca02b2b62fb95a2c029a278aea9a

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2223335fcabf539081dd28244c68cb55404a73a]

        remove methods for old stateful time based approach
        
        Change-Id: I0fe6090c055f3c6ab1e89930a7cdfb928924c04c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c31cc2f3f6364ad35ff795e128657b5283dc4766]

        remove more debug output
        
        Change-Id: Ibde24714f37854b8996d3a37d86f64cb987d8d95

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06cf0a7615216a4259e770a60040266910144cc4]

        don't use these using statements in a header
        
        Change-Id: Iebf9af6996a2c07a20488404b0078b4a309223f4

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [adb23844f9311180f63f5adc62ac1c76befc680b]

        remove BMP define from header file
        
        Change-Id: I5037971e1fa55d5c7bd17502639d09f7943c9327

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc61d523d4a7ff49735a0581a769a7948bac62fa]

        make OpenGLRender.cxx cout free
        
        Change-Id: I7b6a349910119bbf525f4253a7d8d62fee37b80b

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98cc60c11a938cf67c9cc4c0e8f5b11a661c8317]

        use SAL_WARN for error reporting and not cout
        
        Change-Id: If9d0def198b230ae4a8b3e335d8a5dac67133b51

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [43079bf923f09fd6978532661e9d73916f8f48cb]

        integrate Area2D rendering path into OpenGL backend
        
        Change-Id: Iaf226c4f60ba497defb6e2dbd127e78d3fe09517

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e28ad31e637cedcbce9b179036551596692f25b2]

        improve the color interpolation in time based charts
        
        Change-Id: I732cee263258939742b7c43e02e89053a5dce9a8

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b34ef4aec1be4b541f757b09fbf7ea430ea4b714]

        initial work on supporting LineColor mapping in bubble charts
        
        Change-Id: I9eab939ce8859ad30aeaa58b3b942004043fe295

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fabf9e19550038805e25ba867b1f245698df0ca0]

        todo has been implemented
        
        Change-Id: Ibf99ebef1583618b2108be41dc6535c574391f20

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc8abad4b982726bdbe2abb9e3b0df709b001168]

        add property mapping to pie charts
        
        Change-Id: Ic65061fcb320ba2b249d53396bce9ccd2049474c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10e0f1ef1299220c78c85e5ae8f34e623127c314]

        support fill color mapping in bar charts
        
        Change-Id: I2f2b273cb70a601ae7ea7b88cd76db5546e66982

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c5593bebf4b573cfb7795ed857c6dceb4a26e73]

        start time based onlz after dialog is closed
        
        everything else seems to result in serious bugs!!
        
        Change-Id: I1afbdb7623f877781c7ef362d87608a1e2aba72e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3959bba7165e6a8d53195eccfcaaa652edc24ea]

        make the property mapping also time based
        
        Change-Id: I5c7dec27fc6057b28a5b82a0e9d26723fbbbbae0

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d70331f9def6383f94beadbf43f5c10848d67208]

        first step for mapped properties
        
        Only FillColor in bubble charts is supported right now.
        
        Change-Id: If6ad0220c15e06a9a57c554f6243fd9908b2651b

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [8eb5d8da67e8184fe17dcc7ccc746059f06c836f]

        add GL area rendering
        
        Change-Id: Ide31ee7d32b417138de9d66f8f566d1027060222

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9122438c4b6aa6277d31f9530f8360452f3080db]

        maybe that will fix my windows crashes
        
        Change-Id: Idedfe8c0385712807c7f810d5275947310f24df4

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [766b6ccf46ccfefeddc516c25b2a7bea3144dc58]

        small cleanup in timer.cxx
        
        Change-Id: Ia47c1775bc13596bf854475dd786c50c9c9b6e25

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c209ac1c79da10c75739f6ed507acbd9a4acf8b1]

        some improvements for text rendering
        
        Change-Id: Ifa52fbd0f5359c505f12d12281ec7bdfb959d8c5

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [d5fb04b1092801d5148d892dacdecf5d03110911]

        get better fragment / shader error logging.
        
        Change-Id: I49c344b9a94cd4d60bb2dc0667d88387b5474b6b

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [135bd551bea5079b38b4baee1604479a878f4ee9]

        Disable OpenGL for headless mode (so unit tests pass on Linux).
        
        Change-Id: Ie4e1a59ce68932084d4635cd0f8d11cbffd6a3a2

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [262fccfccd203591e2a32e4f3d063b9fbfc85498]

        fix the time based rendering
        
        I managed to screw it up already. I really need some sleep.
        
        Change-Id: Ie1f13496cd36a6f48b2b094ac302f293d5fd5383

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c983e8141ea3a367b392d3a366fd77416cf82122]

        integrate text rendering into DummyXShape
        
        Change-Id: Iedbec882a95963d565b960e51478ad62e1b73c0f

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76ddf506e9b1d585ded1776c1b029201d55027f3]

        small clean-up
        
        Change-Id: I75aca1ef6d1b4da444301dbc9ceb76233b60f720

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [7fab8057672737a902ca111eade58046e129f491]

        add GL text rendering
        
        Change-Id: Ic015559a259fb31455f6c7cd9063716b9241f88a

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0004371c685fdbb04dd2953a4e54dd8b9d065a32]

        fix windows build
        
        Change-Id: I2696011d6565a0fd71c3f4cccc4f54fd1d37ee03

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [45525962dca3230665e7cf93d710cc92b85f7335]

        integrate the rectangle shapes into the rendering
        
         # Changes to be committed:
        
        Change-Id: I76f2597d3d92e65a3c9116a24f941896baeb5fb9

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [2ee305a05a5bc9507c37a88f2a25aad5f8b164bd]

        add opengl rectangle rendering

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [750b46025ca276c81ac535ad6741f36bfc88327b]

        give up with the nice solutions and enjoy the ugly hack
        
        I was always hitting a corner case so it seems that this need some
        drastic measures.
        
        Change-Id: I3fdd278b9c3fed178513d653ef24ad8adf20cbd2

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55656ee2e88b7a79a265f43fc3746a7e2186301e]

        some improvements for the time based charting
        
        The updating seems to work. It just does not update the references yet.
        
        Change-Id: I0a971dbe2beb113c1c3e9ef103d77d5d8c7174a0

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [893a7fc4e494f58d105f567c652bd2b6c6c825f8]

        we need to take the solar mutex
        
        Change-Id: Iacaeaab565a5c823cef6664042566ad10d3e0841

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d6e556abd2128ead3832ac880fb60317b0ee415]

        first try at implementing time based updates in new chart implementation
        
        Change-Id: I3d03e44a415023ca12548ea99a3732cba49c8074

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46574ef1a2b3911678cc3a714c65394961682fe5]

        add time based option to UI
        
        we still need to notify ChartModel but I have no idea how
        
        Change-Id: Iac5e09f2bdbcb1d4bc18d4a9dcc30db3a7ab36af

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a68313339339d6c4f1734674c1449fb78511cb68]

        simlplify
        
        Change-Id: I8ff774d9f26ff0c9a2241ee14935a86085a3209d

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a07cce8d066a9804c2642d1e7a7c98bb814f2c3a]

        remaining chart work for time based charting
        
        Change-Id: Iac33c81df199a942ddf073f9eb1b34e147a34f3c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a6d7265634bc16bc30841990147882ce1d240ac]

        time based charting calc side
        
        Change-Id: I0d5963a691e4495ee14e4d1228ea0ba2b1dd66d7

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26ce0530cb608af1568e2689662cdc0c4b79d0e1]

        kill two virtual destructors
        
        we know that there are no subclasses so the virtual destructors are
        unnecessary
        
        Change-Id: Idad45370035004224d4128fb095aefac6b9acad0

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8bac19eb866ae786357907de81123b18d61f26e0]

        one more place for time based charting
        
        Change-Id: I977c02af8517fb747d526535bb1dc5aa0f3e485c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ccbc4f5ec6e17b8e230806ba0279f8a56829a70]

        add SAL_FINAL to assert that there are no subclasses
        
        we can now remove all the virtual keywords
        
        Change-Id: I494b25d7a1ba7f30d319025c92040d0f882d6c63

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91e1d305a14a17e7d728b3b5055c65a67582715d]

        implement time based charting based on new approach
        
        The old approach does not work with the current implementation of the
        OpenGL backend. We now need to repaing every time the whole chart.
        
        Change-Id: I2151a3f016c6ceecaec2d45db0cb967cfee59af6

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f47d81a059ba69f00e51b3a1a11ec7d4c17c01ad]

        Revert "that code looked strange and might explain some artifacts"
        
        Apparently this code was not so strange. It looks even worse after my
        change. Maybe I should make it clearer that I'm just guessing right now.
        Where is this big black rectangle coming from?
        
        This reverts commit d55dfdb9b48196b9907a7023cb338a62bac99127.

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a88b9b1dbe22f55f6abb1144a9a2a7b684c35e2]

        that code looked strange and might explain some artifacts
        
        Change-Id: I069728620b741cc62218eff8ca10c0950166d6db

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f196f4b9fec1ccb667aa399006269d828623111c]

        remove unused variable
        
        Change-Id: I45418cd15bab69083824561a005263ae0908aa52

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [153f082abea957403862a48b6b70f6828a9039a1]

        next try
        
        Change-Id: If55af315576f3dd0b19687f83b6e259974123582

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [266438ce62748f5af53dfcdcae3c38da22a15578]

        one more change to the rendering
        
        Change-Id: I36ba16e8ccb8782c9fd85d7cf772d74ffab5a7f7

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d7ffd16592580419be2e63d812fce081a7191d1]

        add more debug output
        
        Change-Id: Ib9454f6fec6988899161e59c066fcc384e286200

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e48cf6cd50051cae5c029138bbab736c6a22ad27]

        add color to bubbles
        
        Change-Id: Id851916a160b65360ee0dd4bbe67b5246067b659

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53974db1db1fccac4ca89027f48ee42f8f35fc38]

        add more debug output
        
        Change-Id: I41710783f1f2d448110b5db8e9c2e7955e2ed5a7

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbc8a424f8e89202b9a2376f57175264bbd83381]

        activate the new rendering code
        
        Change-Id: Ie5b8ef035610d5ca26b418ec966d3eaa95966241

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7352f6b253cec68c4e3b6d3aaecae62db7f19d26]

        some inital work on merging all the rendered shapes
        
        Change-Id: Ic8e68e1311393d5f2115412a703e3d86b91e1df8

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1289d4fdb714a188a7c1bb7065f7fc63dc96e76e]

        use initializer list in constructo
        
        Change-Id: I772f6cf195e48b4efba86e50efeaef32d5b9639b

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f36ed55115b763cf27acd1a32e0c0576d88582e]

        remove one more unused method
        
        Change-Id: I6801486c09e5fdfe9a7a00c42503c3701f77cd54

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ba9365fd7fa05a8e03b73a91f2356c4c2d6706c]

        remove unused method
        
        Change-Id: I0ed8082ceb42f2b1c89571884b46bf537507abb2

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60fd8f0f4490ed46dbe41b315e590cd9ce997807]

        remove leftover pieces to amke factory clearly stateless again
        
        Change-Id: I0744ebed41cc1c9bbf40ef2caecb8d97baf177e6

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b23e59f035af0b28ee4f3532e4f29d52c58420d]

        add some code to list the properties for debugging
        
        Change-Id: I0ebad4112899965dea0da9da44c5f4b7b444948e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efaefc2e2ce3a6a14f9064cf77c19d8669ec5a52]

        move Circle to OpenGl backend and out of the factory
        
        This finally makes the factory stateless again. Now it is possible again
        to render more than one chart in the OpenGL backend.
        
        Change-Id: I9d1a24dabb2bdf5aacd05cbe2931924f27aafeca

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2b065acabf064378a9956ec3bb352dcd78cd06b]

        move code out of the factory into the OpenGL implementation
        
        one step closer to a stateless factory
        
        Change-Id: If491a53d9ce0d27244d4df293de7792019539c33

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [a04699cc42cbfe86e50693385e6ecc73ce95ce0a]

        initialize openGL for Linux too.
        
        Change-Id: I5bd73e0690b264f8670b71d4894bf3a33337b112

2014-01-29  YangZhang  <yangzhang@multicorewareinc.com>  [aa320a0313ac477eccdd752833d442a3abd7eda6]

        add bubble chart
        
        Change-Id: Idfffb7ce8607964ecb71571546bfcc2544b4e00a
        Signed-off-by: shaochunfang <shaochun@multicorewareinc.com>

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [432283afd61e8bbded37aeac92f42d5045600c70]

        add anti-aliasing fbo

2014-01-29  YangZhang  <yangzhang@multicorewareinc.com>  [4b7d8ad5e785a5421800de29faa8fcb462d8f80d]

        fix linux compilation
        
        Change-Id: I1631fe4abfd1a14d39410e6e75883949dfc15c18
        Signed-off-by: shaochunfang <shaochun@multicorewareinc.com>

2014-01-29  Peilin  <peilin@multicorewareinc.com>  [0f6fca34909535b48bad41e73e5d3d0e86c744b9]

        add anti-aliasing init

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [feade6799392fa390b79b9c4a3df51fb0054899c]

        Fix a number of issues converting GL to BitmapEx.
        
        Change-Id: Ic6f0d4859f82d5afa4608a37697d2d10cc3f0cef

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [594554feabd89545c7833aaf524e48c10515aae6]

        add one more implementation for properties
        
        Change-Id: Ib2aeb9fcffc5c967006a754214ced6e7ab8d012a

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd692cb0f2a2d0af46b123df2fe1a5c50d491ffc]

        fix previous commit
        
        Change-Id: Ic55c86a9e8f8771f9bf347ccd89f158f465bccf9

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a9da704f6eac3cf1e8ec36f5a68ccf9ef30669c]

        try to improve the rendering
        
        Change-Id: I873e56c28228e24c9d26419a013f358548873931

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77563dfbd881fad1aa34ed690dd4b77b4740853a]

        fix warnings
        
        Change-Id: I3e45922aa6bc2bbd1db99025a5dde9670247501b

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9a94b2576b2920a05231f57a453fa13fec437e6]

        now I can at least something on the screen
        
        Change-Id: Iececc07d84cd583b68231814353a357553eda604

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66410860c439442be8b9ce57d7e4ca9dcd7180e6]

        try to control size
        
        Change-Id: Ib588b28370bc7a680fa379d02d7669999e963bec

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8cfcdfecf0bb8e613a92f526969527a3b2f8e587]

        make it easier to draw with all properties
        
        Change-Id: Ia563f703d5bc622f9577fee177b4f558c100be87

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fba518fde67f2056336aea985ec6de6f8fb906e]

        also set line properties to the internal properties
        
        Change-Id: I385fc04853d2da33c2ee6c81833289f75c4176bb

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f2a74c5bdc52cc861fda58f1e8e4860eadad1ed]

        set a few more missed properties
        
        Change-Id: I30a606e2bea9c8c8d7861e5b05a6df0e7c00b9a5

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7fa4e2fa0331d36b09e10d12705e09048c259a83]

        enable that code again
        
        Change-Id: I4314c7062195f0593c34b6a11ba2b3ae81811ff8

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [555a9a424d8271fbde91c59432791d0ecd678913]

        fix regression from last warning cleaning
        
        Change-Id: Id4f758a6d27670ff03d4e0c32a45ca66cc74d0c6

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [beed1e302954868bf95ff5d463c1a208ff9b488b]

        blind fix for reported Windows build error
        
        Change-Id: Ia106f5b1ec5177099c098390ece7fda1a478078c

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [151fc9760c8712557ba7a72dd139beac82bb2295]

        re-enable opengl module hooks.
        
        Change-Id: I48275b81e4569ace26f986542ac3190ba8e0a052

2014-01-29  YangZhang  <yangzhang@multicorewareinc.com>  [c5fe08d9470f969ca8bc6691fe5f8d0d1d2657c5]

        Fix warning of OpenGL
        
        Change-Id: Iceb26e5245470fe9a23c41f0b448481aa7a1a1eb

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [704f749af5f57b71ff728dda1b4bf49975471c18]

        fix crash when creating bitmaps
        
        Change-Id: I72982abcfcb0edff35a7000944146e8d924c120f

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c133f5dab332e93f44de0d257eeeb6b363abc40]

        fix weird issue on windows with OPTIONAL being defined somewhere
        
        WTF!!!!!!!!!!!!! Who had the glorious idea to provide a define for OPTIONAL when we use it internally as well
        
        Change-Id: I257f82b62978c73c84faa34c8b341d77c017425e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8685b73ca897ca6001d2acf94c44c8e312315e91]

        disable this call for now
        
        That one is particular nasty because it creates the chart root shape
        before the chart view exists and deletes therefore the uno object
            directly.
        
        Change-Id: Idb2318484bac4c2f251f0c51e53b3add3923414c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a24673115ca7492c3176034321f6beb77576b7d]

        add ugly hack to work around SvxDrawPage::add only accepting SvxShape
        
        Change-Id: I77c292b088a1a1797fba10cc514167a1f3dca917

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba5285f4e1b9f15a55e6ec40ea1ea916af9a3280]

        I give up on patching glm
        
        I integrated the patches into the zip file and provide a patched
        version on the TDF servers.
        
        Change-Id: I54a042cb75ba729a379e0c841404465a695fb75d

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d127ac6a59af7a5cb43701fbc2c14e1d646afc62]

        next try to get glm patched on windows and linux
        
        Change-Id: Ia17217db6cbf5110926302611a4b37faeacc9bfd

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13b6eb51af5c7fa1a740e37435f1465f17b310af]

        fix windows build
        
        Change-Id: I2c2c22ebfaeb1787b6a848a296476bc2bdf5130e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b51b4ae3928ebd4a9a344d6d2f9f4e77bd4a51c]

        fix glm patch file
        
        Change-Id: Id06582e7cacb9752f102015619368810959582a0

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a68f1805bf6652210cbca45c6139306d43d7f523]

        still editing the wrong copy of the file
        
        Change-Id: I34933f312700f7ce6fca6f2e5f6c2bd3d118898e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9a729f9e84a7b8e5e2dcb6081ab574d9776c734]

        try windows line endings to make windows happy
        
        Change-Id: If73cae1fc764de1d8540aff3fa57c19280f4c3b8

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be0befbc5faec0b401724439a22fb38323a6b5fc]

        initial work on showing the bitmap in Libreoffice
        
        Change-Id: Id6543889509982bdb7487de484cf3d7f79c15f1e

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b03388e415d5fa3cda8bf543fd267776000421a5]

        adding all files would prevent compile errors
        
        Change-Id: I351e0ac179445e45a5cbc767b20159f647ec30cc

2014-01-29  Peilin Xiao  <peilin@multicorewareinc.com>  [43e4027f3ea7f08c9e733dd8f6828ffd04ac0cf0]

        initial work on OpenGL rendering backend
        
        with Linux build fixes and adaption to glm work
        
        Change-Id: I8fc84fd1f6131cd352b97cf5f82309d672e3118c

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae9e611c331c669a29fb591c09810ab84f9cc5a9]

        add glm to the libreoffice build
        
        Change-Id: I40580283c29b6edcbffaeade2758a49c342239cf

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f5391b19d7112f36509f91e0086574671e34c1e]

        no auto_ptr in this class
        
        Change-Id: I9f915d10136b230d0f6354379ef0afc1da4dda28

2014-01-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3c8ba862a279f9d6c0f7e2ae0268b3c5e05bec1]

        remove unused method
        
        Change-Id: Ifad7334a50eff0b4cd5c08f4b4907a98f09bd104

2014-01-29  Michael Meeks  <michael.meeks@collabora.com>  [d082e4fc38b6ab649da911672bcc94b2ba63b225]

        Revert "disable building the OpenGL pieces"
        
        This reverts commit 449157cae77fc6a1b2a96f53d78d7a93cb33436d.
        
        Re-enable building the OpenGL pieces and limit it to Windows, Linux and
        FreeBSD
        
        Conflicts:
        	chart2/Module_chart2.mk
        
        Change-Id: I9edaaad4244b3c2c2b1174d91f57464dad69f214

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [097e67c758a5bef7ed430776c985819ab5993158]

        coverity#1019409 : Uninitialized scalar field
        
        Change-Id: I54c360fbdb2d7eed786ff7e7566d6ebe12ed833c

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [f36206a7f0a3f8de4f72b1af0d50ef334216dbe6]

        coverity#1019410 : Uninitialized scalar field
        
        Change-Id: I121421f929caffa6e4ca5a657d190c1d544e5365

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [d80d2e90fc43d90430a9d840725bb99f92d0415b]

        coverity#1019411 : Uninitialized scalar field
        
        Change-Id: If7cc1cd9be357c9b9bb82bfffe3f560ac29e61d9

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [026945320ab3d1e2e38dc29b65551af556d4d601]

        coverity#1028539 : Uninitialized scalar field
        
        Change-Id: Ia3b39d8535cb3e7c0c625d46d45c506ba0dee9d7

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [9dcde4e0e3fdb9e3986a6fad543bdeec4a342c84]

        coverity#1028570 : Uninitialized scalar field
        
        Change-Id: I06a5e3c23e81c6ac8f03aa014f7ea7103779a268

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [6580708fcdc59271b7dd56334ac2bc9d7565b4cc]

        coverity#1028571 : Uninitialized scalar field
        
        Change-Id: I810dad2b8e641c88605de998fc1e569208dde917

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [c0eba4b725abf8393bac34e39be807cb4479850f]

        coverity#1028574 : Uninitialized scalar field
        
        Change-Id: I259d8d98094480bbbdf0469c196101bc614785cb

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [57590fbbe035228fcb62cda2538bd452849d7751]

        coverity#1028578 : Uninitialized scalar field
        
        Change-Id: If68692796880e6ab65395155108b6490bf8f1971

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ec921868ea49c67c2f3ca793298fb4084e5261c]

        coverity#1028589 : Uninitialized scalar field
        
        Change-Id: I96f52e1fafddfb1818fd03f1440b1eff949db47b

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [e03cd0e03351c7e8c5edeceb4233f81f66c108fe]

        coverity#1028601 : Uninitialized scalar field
        
        Change-Id: I654af1e44882f9e6fc9f81caab9ad367b508dd38

2014-01-29  Bryan Quigley  <gquigs@gmail.com>  [aeeaccf59abbc485d7786486f1accc1cb4d4dbf7]

        Remove OOo1.0 file formats from Save As.
        
        List discussion: http://lists.freedesktop.org/archives/libreoffice/2013-November/057337.html
        
        Change-Id: Iea7e5d9ed8f0e48ffce4504bfaaf0d41067c7a5d
        Reviewed-on: https://gerrit.libreoffice.org/7489
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2014-01-28  Julien Nabet  <serval2412@yahoo.fr>  [9dbcb79782d6a5b80c21a0c093537d18425b826f]

        Following cp#1000025
        
        Change-Id: I7d005fdd67e479852e9869332d3976b4a7095c29

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a79745291203769ecb0df549b25a067f3aee0785]

        sw: hardcoded NS_sprm::LN_CPbiGrf
        
        Change-Id: I2a63d1c937392be194c00909213bc89ffe26a550

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [bef6f6ebe27baef9668af3a9c73ef802d974e996]

        writerfilter: whitespace fixes in RtfFilter
        
        Change-Id: Ic275ce70318d56010d40e483b299c8b1b13bf902

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [d2d5414d4ff8efe97ad488997da379019d01b30f]

        writerfilter: these SPRM's are unused
        
        Change-Id: I8704011ea70a8ee37c261078f42660c1bbc55d9a

2014-01-28  Michael Stahl  <mstahl@redhat.com>  [d9896aeeedb0ca03bec65df23e2fd96f30239619]

        fix bad cast in SvxStyleBox_Impl::StateChanged()
        
        This causes various JunitTest crashes on Windows, regression from
        887bc4dd3e62fe6dd19dc9d1c3ba273a5b21b5ec.
        
        Change-Id: Iab24e0d39375ac1e5ac63d32470dca1e54d518c5

2014-01-28  Michael Stahl  <mstahl@redhat.com>  [8676c2157a0d294dabd967b9591f48ba2ec95ac1]

        sw: style cleanup in GetFieldIdsFromDoc
        
        Change-Id: Ib7141b47d5c2a27b75e47756adb4c644aace721a

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [3de97578e4720f837c348ba48d8e50599ad937d1]

        Clang plugin to warn about implicit conversion of literals to bool
        
        ...which warns about apparent errors like
        
          n == KIND_FOO || KIND_BAR
        
        that should have read
        
          n == KIND_FOO || n == KIND_BAR
        
        It also warns about trivial (mis-)uses of 0/1 and sal_False/True like
        
          while (1) { ... }
        
        instead of
        
          while (true) { ... }
        
        which it can automatically rewrite.
        
        It does not warn if the relevant code is inside a macro in a .h (i.e., C)
        include file, nor when a string literal is used in the assert macro like
        
          assert(!"this cannot happen");
        
        Change-Id: If8c305a25e5da15e78f6139b5b0c0e868f06d4f3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [bfe54489398881bfbe569aa4d2162655ffca6ff4]

        bool improvements
        
        Change-Id: I09ac60e907b7c0a78934dce05343e2ba2b6df49f

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [f96f38f8f8d711ca3606a6ab2bbebcf8d830ffa6]

        bool improvements
        
        Change-Id: I571354540f1ab108c55d32c20786d34a799c3bed

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fc320c41b599e54238bfdee6f96ab8de159f1d7b]

        bool improvements
        
        Change-Id: I215bb8c484785175c297953a2ef385b2caf87bee

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [d5d2e280bda78fe03a96daae9677e0cf54201057]

        bool improvements
        
        Change-Id: I4fb554a0b703b29cb2dc70fc11111a4f2fa9af8e

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [c68a8f45581394a349f76aaece3b1f0ad65acd8f]

        bool improvements
        
        Change-Id: Iaf63fd2282ce8de4f4c3dc7120afe1bc0613228a

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [ee883319f2fd2aa5494597d2b53e60d6343c787e]

        bool improvements
        
        Change-Id: Ibb509cb162e53e03d42cb50eb30dd1d175991dd6

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [9cc60839f3f3a9dfcf52d5eb76b7d36c1fbc751a]

        bool improvements
        
        Change-Id: I294b930214ce82033402afecf2b3eb2d04299505

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [e1dc859bebc0ce9ec0d61ce7948aff60f94cb0e8]

        bool improvements
        
        Change-Id: Ie4c9d7f01fef2604d80d8e465ce30daab7481eed

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [a29cdd540c6b6b583b56f0e1a6e0c4f8714b351e]

        bool improvements
        
        Change-Id: If3402725c9cbff5df45043bd2ecd22dd6241c052

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6d993bc5b448241c2cb35eff92e126058ccf1ce1]

        bool improvements
        
        Change-Id: I78099f87510355a43ba9b01ca9d545d44ce11a50

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [78ddd6090ca7637320a875da715c96a9dfe7358d]

        bool improvements
        
        Change-Id: I9be9755170694a0071720080af4b8f2c9298f916

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [4f6f280e765c764ef6cada93556141d0e15804dc]

        bool improvements
        
        Change-Id: Ice58633418dad12ee55b77aa56c6bd7d37ebbcf3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [2462159d7b49f0091727ea13ea733d1a8c436bf7]

        bool improvements
        
        Change-Id: I754b47013d8f1aa3ecf6204fbe926a438887639d

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [99e7071f2e35d87641274552d708bd521f50b0f6]

        bool improvements
        
        Change-Id: I510d75d784c357dfd3420202fc8c5769e665e456

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [a54fd6ae34b195dde26c4dcc11963b5525ed9889]

        bool improvements
        
        Change-Id: I53fabee80a6c16f0c9cc2da2c94099a21e69aae9

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [63b891d3a6186a9bcd7770e05edd02317fe2baa0]

        bool improvements
        
        Change-Id: I64b038ad3b8d423dad6707fb0b2fd2127b2050a3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [dc61cc8c96dc7286076185b1fb09c7c9887601e0]

        bool improvements
        
        Change-Id: Ifdee50acbc72387812156af5cb8b078d97ebe5d1

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [5061fa53456fc4d361dd4cb7871c56a229937101]

        bool improvements
        
        Change-Id: I0ec9d6ed41eddbc0177c26755b621f404cfd4703

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [471cbb05226c2fd3f92c63f3e6a7087a73ee8f6f]

        bool improvements
        
        Change-Id: I418611622b4b47ed5a4fa2ab99afb25371b186f6

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [62736c5fb8b68b25d7605a59437bf555902b3d96]

        bool improvements
        
        Change-Id: Ifc3b966ce84dfb1f3498d24a09b4f8614abba15c

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [eba294468bc5a3147f4b710c91ce3e6374cc694a]

        bool improvements
        
        Change-Id: I2337b6ffd51c24a3d2de80591bf3b989b2c5936d

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [4d9d22e9cda685d80cabb37f139963eeb12b6db7]

        bool improvements
        
        Change-Id: I7b149b16a362473179a383ff1bb16f428f755f31

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [ad930bddba8002fe592d7242b99867bffed9dbf0]

        bool improvements
        
        Change-Id: I171212bbfc2f54a16b5669ab4401a3168e7f0552

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [0f50845dbd751140612b09a1210922eb70af729e]

        bool improvements
        
        Change-Id: I5dfdb3a11737a2cb805ff44652c9ca502e5fc81b

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [820e672670082c03e7a18e6262bcdd9ddf5e8985]

        bool improvements
        
        Change-Id: I8b745ed0ad7693540b5a57a90c2ea835704fbe33

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [8e15df3dce289c43baac162fe36421c2647d40de]

        bool improvements
        
        Change-Id: I42f6d8b3e62834b0612d84586f791f25e967c9c7

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [9548c0bd597c1d5f1e5fde3118cb6905bd86bf6e]

        bool improvements
        
        Change-Id: I60fc93beb58c548c7278eaf69f1d0a448b5c27f1

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [373de64a3613fc494e9315c083f950b48b6b985e]

        bool improvements
        
        Change-Id: Ida0db3963ad472952f63b5e24901f16f6b0d5184

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [b826f09e18e34d5a1d27ce0b15f43c7ed6b5aecc]

        bool improvements
        
        Change-Id: Ib1663b761675eebf9399c4d006b2fc59dd72cb47

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [bd4053f895167978978023309925c85c3826b31a]

        bool improvements
        
        Change-Id: I7ae2b02e435d21390843c6c56877a8ce3a73f9f2

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [cc2606a785bf1a57623b8c58e7388112279f6b9e]

        bool improvements
        
        Change-Id: I740c0e18eefc64cb5f1da5b88ceb77289790ec37

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [dbac5ccaf8fd106ea424d362c0f9b32b7d043543]

        bool improvements
        
        Change-Id: I0ef2adc0bd4a4764c38094b2b7d27c3453ecc117

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [608953c42590c3100eaa46ba686560403d1b8d03]

        bool improvements
        
        Change-Id: Icac34936bdb551ad517170fd497212513719d2aa

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [e7d1a81ee3befa9e9444fe5bf5c4ced9c98eecf5]

        bool improvements
        
        Change-Id: I969de97522ae2e3f8693e82a500a73e28451ef77

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [41b0357fb71844c9130e1222a15a4da1fa5866e5]

        bool improvements
        
        Change-Id: Ia8d1f04a78dfd1b7fd6a3bd1e23f643b4bb7911f

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [2fd074b23fad94abcfafa52193c29985789cdb8a]

        bool improvements
        
        Change-Id: I3f0749caeae8a772e6fb668eefc9d8784e7f22b5

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [48fc43550abb5fa62abef5b3fc977e24d0ab56f0]

        bool improvements
        
        Change-Id: Ic29ea184cb40f6f49313ac2ff1abb4a37246d5bd

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6f607b53857a67375f9da1d7d0fb0893545188c8]

        bool improvements
        
        Change-Id: Ibc5e3084e4bec40005779854ce7552a2eb39a7ed

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [8bc3751ea3ce1162137df2d0e10502cd24a3cb92]

        bool improvements
        
        Change-Id: Ibeb658e73b588f90242c95d23149f2ef45a7a815

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [7dca2dd95b21df2b36c6a8e7e9edfb49dbd2acd1]

        bool improvements
        
        Change-Id: Ifecb1d1e31759141d1468d40c3653a193561a98b

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fbda6021550f4fe342ded19517b4aeaaeeec47e1]

        bool improvements
        
        Change-Id: I9a3c7a425342373d02d2664a3444c50bfd629970

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [2c907d21077ee6e5e68039842fcf8721bde5bef0]

        bool improvements
        
        Change-Id: Ia9f1b1d1a0fea7dbda8e2a322aaf86899bfd7fd3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [c622bc0696f0e2ad8880dc6a3783d4a13e222977]

        bool improvements
        
        Change-Id: Ic113564f9d30e59b0292d97318f15e9b04813ce3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [eb75ea239b83035b19c6057f5a3de422e8097539]

        bool improvements
        
        Change-Id: Ibf171ce82595a135c544fcf31c666e384e1fbd26

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6f9976db93df59231dbe8d2bca66f166d6ec0ab3]

        bool improvements
        
        Change-Id: I266d7ce86a30cedd1ae388a69b87f1b43d96e00c

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [2cfe889453609236e49b64054465f9f93901dd60]

        bool improvements
        
        Change-Id: I7b599df68b5004b5a1c9e5328e40d07bf3f388b4

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [c1d37365c42a0627a66310c46d4beb2337633654]

        bool improvements
        
        Change-Id: Iede12ed1e35581cf48d64b898f22949d0c1aa6de

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [946f6132f9172fc7f79a1d99051011426767bf90]

        bool improvements
        
        Change-Id: If3d99591d9da95c5c64de416e4d2e72ec4295d69

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [aee7aa2b5c21984b47bf8d76bb5d3468fae93cd9]

        bool improvements
        
        Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [ff4e258ba250cb00d19b8633379db4dab20a76c2]

        bool improvements
        
        Change-Id: I6caec041ce671aeeb9de86ea620774fb2e28f765

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [25570b1853381b8b4995e1ecda77b6aee976fdac]

        bool improvements
        
        Change-Id: I550337b24e6efe96bb8ac40bd6e574065e84b135

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fa189d7447a602d1ba3310603a63df582d01bd72]

        bool improvements
        
        Change-Id: I238ab0ebe54cc804c85356a3de9fbdcc396057d3

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [9d1c20259f08cd798a2f197a7ecef1bf6382be3f]

        bool improvements
        
        Change-Id: I7020537797b181b0fcbf78de3d7b962b96744895

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [b4c2496f44c29de0185116f86226df911828f51b]

        bool improvements
        
        Change-Id: Ia3fd76aa70564cbc683d0d66cc39aa368bea29d9

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [5b7050362067e6eace8b303b7d9515075b7e2803]

        bool improvements
        
        Change-Id: I27174aeadb37e56c701c46fe7f97853b98ba7333

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [0d957046f103605ba51b2a59a8f4c463ca33010a]

        bool improvements
        
        Change-Id: Ic32faa81bfbb66a9d8632fb3db187e33c31188ed

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [bd9581d46d78c5742fbb50f1b4a9ff2fc1dae7e8]

        bool improvements
        
        Change-Id: I23e29995bc7af791067de4996923b6279f7f8892

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [9d29f9913faaefe350d7e056330368b3dfa26d49]

        bool improvements
        
        Change-Id: I6cf511b92383f3cd60923620518b9233b82850c0

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [c35616dd73c8b05e422f3b561f21e21f5489d574]

        bool improvements
        
        Change-Id: I4a09bffccc0049d81ea3113e79184f64b026a4ba

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [f0dc6cda7580a2e070d3ad550fb4cd8577179203]

        bool improvements
        
        Change-Id: Ib0f16e57ce84a40412fd95bffd4f41a113810a96

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7]

        bool improvements
        
        Change-Id: If99daef91a41036a5b8dac1e53ab68e928b0b710

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [ead15254172d7d1f9f838cf21b4e5c246bfc7ca3]

        bool improvements
        
        Change-Id: If35c939adede6a912dee14714a7ceeab84ac977e

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [1b574435a591695fac694f7129631312b05ef06e]

        bool improvements
        
        Change-Id: I17c451d33d6d5e4edf0304ff47d63ac878d7e5d9

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [0b4e1c940215aa40618026e06723c6e6600b35e2]

        Fix apparently broken OSL_ASSERT (that would have never fired)
        
        Change-Id: I5db308219aab173c5ed27c2f61908472aa1b697e

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [91de3d1a7562422ff7a6d03daf9cba686c861121]

        Better check this with a static assert
        
        ...check had been introduced with ac14ac29a4d069b3e85032237efed2f899a10c7b
        "fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint" but confuses
        compilerplugins/clang/literaltoboolconversion.cxx.
        
        Change-Id: I6577e127a02b9007d098dc6201e48e8dbd5b6a55

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [d18827e266d1bf44b0bac02ed486d2cdccba9c8a]

        Presumably "eType ==" is missing here
        
        Change-Id: I7af8cabac09369a9be605413b799289d48cb3f57

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [f4aadeac07d3d2462ff4597d6bf4f7c3d605c95d]

        Fix apparently broken OSL_ASSERT (that would have never fired)
        
        Change-Id: Id766129caefc845d3c9318ee0d9178657200d226

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [c1be13dafea130afaf46176f4efc1c5546dfa10e]

        Apparently missing "cChar =="
        
        Change-Id: Id99ed7633e960bc690b3e37e958485486658f88a

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [16d83688f862e768b4813ac2dbec2b871ceeb2c9]

        Fix apparently broken OSL_ASSERT (that would have never fired)
        
        Change-Id: I0a79282466879f00f47e00aa646f827dfe028712

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [6d4181b1520d5eb2064490271e7ae4641cce9bb6]

        !STATE_CHECK shall presumably be STATE_NOCHECK
        
        Change-Id: Ic037c105a8867585489671bab71a6db9186bada4

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [21e8b11070540f9595be2e10371a26625467485e]

        Fix odd bSimple = ThreeDLookScheme_Simple arguments
        
        ...where ThreeDLookScheme_Simple == 0, so actually passing bSimple = false, but
        ultimately this argument gets ignored anyway in the implementations of those two
        getDefault*LightColor calls that each pass in a null xChartType.
        
        Change-Id: I7940321562254a2b58064c160f9c18ecc129f2d5

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [b777130dbaa617f40ca46b45722fd728e8ef248b]

        Fix apparently broken OSL_ASSERTs (that would have never fired)
        
        Change-Id: I10c5152ca09be49625f960e6dc3228ec2284ce58

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [98bb12e1122d78fc5e0d05c60429a434c2f53f6e]

        Apparently missing "nPos <"
        
        Change-Id: Id334f044d475de7ef14503e1a45190a0021d58be

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [460c15be2ec38f913f25547e2cc1907c9d01911f]

        Apparently broken bitmask operation
        
        Change-Id: Id4dfa3d4676b50a86fd6044d501de15b122bb7f1

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [11be200a8edba852807f09af1e6053ed11caf4fe]

        Whatever this dead code was ever supposed to be good for
        
        ...it would never fire as ARGS_ARE_XY_VALUES is a non-zero enum member.  The
        code had been like that since the initial import.
        
        Change-Id: Icc3c329218b3105123b2a1448ff9a2838ecd4912

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [645751bcaba174ab06d50a4f3d604386274fa2ca]

        Apparently broken bitmask creation
        
        Change-Id: I001a529b6690fe421d626133e0257c71df1d5ddf

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [62e67d1a0a3577de9d8886b484c7b4af41be755e]

        Apparently broken bitmask checks
        
        Change-Id: Ie5749b43de5e47cfede4662e346dee194c454b2f

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [3a5ad6fd368794aeb0d1713e1a7718d6a9885f8c]

        Apparently missing "== nError1"
        
        Change-Id: I9096e00db4c94b318406b022f675bb866f568d7e

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [945c08e35e1d1416e438bc000bee0f1191f1f694]

        using cppu::WeakComponentImplHelperBase::rBHelper; does not work here
        
        Change-Id: I07422d10f7a3e84fdbe62e93b6c5a59323d8a7a8

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [fb92c8d6a456bf99eff5b5786b3c9fe22d547615]

        copy&paste typo
        
        Change-Id: I528a6a747e88fe2a4b4abfd9372daddf4e8aa502

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [d3dce837fa29f4767648dd3f375b45584664e031]

        fwk: Constructor feature for one instance UICommandDescription.
        
        Change-Id: I3b772ce36492e89451597b3c7dadc5e5b5b22de7

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [ba8413d2629352b1e5defaf154498856580e4651]

        Introduce com.sun.star.frame.theUICommandDescription singleton.
        
        Change-Id: Ic88cca3722d555ba48d7da8c176556fa1ff90650

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [b2c89e7236d71d92a96430db0a7eca14b41c227a]

        fwk: Constructor feature for one instance UICategoryDescription.
        
        Change-Id: I56c906c9eeafb625dee65eec9fe39ea3aee66251

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [54f606c666c6d9e642090074d9d2aa4b6a3bec22]

        Introduce com.sun.star.ui.theUICategoryDescription singleton.
        
        Change-Id: I79a78f208b2aa5eaacbd2e349b2b5066afa1ad23

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [dd1c991bd993c3e0edb8108474f88d94ba6bd2bc]

        Introduce com.sun.star.frame.theAutoRecovery singleton.
        
        To replace com.sun.star.frame.AutoRecovery single-instance service,
        incorrectly converted in 279859fdbc40f68d8f1649fa5b928d9de49e8d9e
        
        Unfortunately needs a lot of changes in autorecovery.cxx.
        
        Change-Id: Iba5188dffea3e03803236f23e0b3f343746ace90

2014-01-28  Matúš Kukan  <matus.kukan@collabora.com>  [3774a6fd94bfb274cc6b354ad7dadde4fce20113]

        Support direct ctor calls for singletons too.
        
        Change-Id: I6db797c950b8222b3ad95faff86adf5e7b41ff4b

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [478ec0126ba8b2d89fadcc02b52bfb29c2edb9d8]

        This has always only converted the condition of ?: to long
        
        ...not the resulting value, and seems unnecessary anyway.
        
        Change-Id: I8c58b180af2bd36f2c3dbcad888c3dd0b9e4c87d

2014-01-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [67cab8548356109d52317c797649ab31585db5ae]

        fdo#74014: Better fix, to re-use existing method.
        
        Change-Id: Ib62270f695d90190be03aed694a4d2cf395b35b5

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d7a10b9c999fe3df7095f1f1ccc2acc185077927]

        coverity#707723 Uninitialized scalar field
        
        Change-Id: I137d29a05efaa4b709a362a02ca0c78bd7a3e048

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [be3df1df76384820f7bfbf9c921e3e7fec536dae]

        coverity#707747 Uninitialized scalar field
        
        Change-Id: I6bc4dbdd46a945d77b85ef8ec9c6333784cd0039

2014-01-28  Jan Holesovsky  <kendy@collabora.com>  [ba9b0e9c1a48c612386be6e1acf6e39275ab30c6]

        hidpi: Set the mnDPIScale during initialization too, of course.
        
        Change-Id: I71b4607d08c7f764670903c5c8e66f451fe2eb57

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [780eb9f704e7a61f43624a2c03b4f6a15647a1a1]

        Related: fdo#73051 make font size drop down of optimal width
        
        presumably keithcu felt the font size was too wide, so lets
        try and implement the desired effect of an optimal width.
        
        Change-Id: Idc1741de04b3559fa415ebcf2289f96ba240ca8f

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [677a42301e21f06b789f650d79fb5d60cb656aab]

        coverity#705167 Missing break in switch
        
        Change-Id: Ia87d4dce6780ce1f69b031599c1a211436f4f819

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [424717f44c3c63569d1d321611ff5a3d3b7a7ff5]

        MSVC apparently does not pack bitfields of different type
        
        ...so c963d7e642c24f40c19fb9dc227db5da96728c12 "bool improvements" changed the
        size of some structs in sw/source/filter/ww8/ww8struc.hxx that are used for raw
        IO and thus have fixed layout requirements.  Reverted that part of the commit
        and instead use explicit conversion between bool and sal_uInt16 where necessary.
        
        Also added static asserts for those structs that were easily identifiable as
        being used for raw IO.  (Also reverted the bools in some other structs that were
        not (easily) identified as being used for raw IO even if that might thus not be
        necessary, but better safe than sorry.)
        
        Change-Id: I60e17a2821d67961f50691625999f2aa72c5ebce

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [8138c07b984ba1654483b4dc3488820ca4deaaca]

        Resolves: fdo#73051 font size menubar widget too narrow
        
        regression since 7347482cc360ad3dc9ed77047441c2e30476fed3
        
        Change-Id: I44e1709f5f391c4ce8b5eaddf02da6fd9652d030

2014-01-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2c9c3d3ef52db1571064036800feaa9a9ebd4bb4]

        ooxml: Small code refactor
        
        * Use PUT_PROPS macro in all cases.
        * Added putPropertyToGrabBag( OUString, Any ) to avoid the explicit
          creation of a PropertyValue object every time.
        
        Change-Id: If098dd3a94d1843c4c5dbc3a507b05754d9d59c7

2014-01-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0d6cb9c123e04585c6adb92a2891048ca2442bac]

        ooxml: Preserve shape style effect attributes
        
        Preserve <a:effectRef> tag and its contents from inside shape style
        properties tag <wps:style>.
        
        Added some lines to existing unit tests to check for the preservation
        of these attributes.
        
        Change-Id: I6e47b228dcc9788a4a2dfe87bd1186d2f04dbeea

2014-01-28  Eike Rathke  <erack@redhat.com>  [0b3c6203f87f72684ad018963674a10e1c6f7c36]

        give MSVC a hint to not break the build, fdo#74042 related
        
        ... and be explicit about std::min() types.
        
        Change-Id: I6a0dd499d1a29d389ee9da31b71639e3c7c1a6ae

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f71dc0ec8372208318199ede36bc93de38d6c216]

        swpagerelsize: take care of Sz.GetWidthPercentRelation() in SwFlyFrm::CalcRel
        
        This allows two type of relative sizes: relative to margin (default,
        what we had before) and relative to the entire page.
        
        Change-Id: I1625f072365e418352f3d507764e03484bb812be

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7b57bbce3f3b171f3a85a8d93ab29f0d9a049cf]

        swpagerelsize: implement RelativeWidthRelation UNO property for SwXFrame
        
        Which exposes SwFmtFrmSize::eWidthPercentRelation. Do not document yet,
        will be done if layout/filters/UI confirms that the data structure is
        suitable.
        
        Change-Id: Ic4eac3356452f4bedf9809ff5678e299b7339053

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [493bee473ad2ed52f12030d302e2850d35b20093]

        swpagerelsize: add an eWidthPercentRelation member to SwFmtFrmSize
        
        Relative width so far was always relative to margin. This new member can
        describe if the relative width should be relative to e.g. page.
        
        Change-Id: Idaed3c1ade8cd49021ed3406abd6f79cf8e742be

2014-01-28  Maxim Monastirsky  <momonasmon@gmail.com>  [05f87e422b2f51ccf87bd0e7cba86e12a404199e]

        fdo#74042 Don't attempt to copy more than a string has to offer
        
        Change-Id: I5898efeaecce2cf2ee7d4ac581a21761533138bd
        Reviewed-on: https://gerrit.libreoffice.org/7698
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-01-28  Herbert Dürr  <hdu@apache.org>  [3e99ab21d389e12b5fca3ef6828a8cded49489ec]

        Resolves: #i124121# prevent italic emulation with ITALIC_DONTKNOW fonts
        
        (cherry picked from commit a8cd1fab9a17df6179c31e1a73816f1bcd627a9b)
        
        Conflicts:
        	vcl/aqua/source/gdi/ctfonts.cxx
        
        Change-Id: Ib2893a0ce119ac56ac7091fd18a652fe990e82ec

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [f244845c89ac72bfd4b878a88a3b5c131df71d3f]

        coverity#705144 Missing break in switch
        
        Change-Id: Ie3c28d7172ec17ed7de6033c6eada6fb66d1cdf2

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d786af6820175e10323a4662b8b68e9510c80b80]

        coverity#705141 Missing break in switch
        
        Change-Id: I9b94f1056fa62b2c0c609f6d448e1750bb0e9ce5

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fcf996f893ffd955ed56ea71e2ad7cf0194bb505]

        uno: Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: Id4f3c7159c5cfac56dd9edf4d1a43e36eed39fec

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [8f408fd559a8843b9a0f5a5d40223485e3a9deab]

        salhelper: Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: I2c7779ad07daa77ae06709c1f6512f2fa25fcd36

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [e2e5b7499330f75dc5fb6e42c96555cbd15ed807]

        Explicit null check
        
        Seen this cause JunitTest_sc_unoapi once with a NullPointerException, though I
        do not know whether ac can legitimately be null here.
        
        Change-Id: I1ca40dfca2d1a597842fba011a813be8154d8dd8

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fef7cbd5d5057fb88e46f967739447cf26c00b8e]

        cppu: Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: I4c9a55f8c7d0f05fda617f9b33d93ce78bb8fbeb

2014-01-28  Stephan Bergmann  <sbergman@redhat.com>  [fd910cfbda17dd6cded63128fa4dbbc931d2f04d]

        typelib: Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: Ie011e52f6cb022fd1d24f6a872037f3023060247

2014-01-28  Armin Le Grand  <alg@apache.org>  [fff58c3379ef03fb8dec51b7b64a053481d48727]

        Resolves: #i123950# Corrected/extended interactive crop feature...
        
        to work in all situations
        
        (cherry picked from commit a440c753532e9ae1747ef3b3ed990d8b713913da)
        
        Conflicts:
        	include/svx/sdr/overlay/overlaybitmapex.hxx
        	svx/source/svdraw/svddrgm1.hxx
        	svx/source/svdraw/svddrgmt.cxx
        	svx/source/svdraw/svdmrkv.cxx
        	svx/source/svdraw/svdograf.cxx
        
        Change-Id: I33601a429657965fcc9b18da85aa5ffabad65983

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [655397f53d1244b7df00c17487ff3717eb804507]

        drop RID_SCDLG_INSCONT, etc. now
        
        Change-Id: Iee2eaf89f662b61fc4ec32b353b13417ee6b2610

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [eab105e9433c4a01b0006b6eac085ba92af0763d]

        coverity#705140 Missing break in switch
        
        Change-Id: I1b08e9afda2eeb3c4c79154376f34cad3e1f0a4c

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [9add737f88c46a21e9d49b9940c41c443207962a]

        coverity#705139 Missing break in switch
        
        Change-Id: Ie4fc12e93a51bc117ec82058c579593f7677cd9b

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [ba75754c44b40bad65aa429dbd83cb597542581c]

        coverity#705138 Missing break in switch
        
        Change-Id: Ia7f2211bb4a8c006259c9db6a2eac64593f8e91e

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [1b8179c5f4f2e6470c8a572443342eea666edc3e]

        coverity#705513 Dereference null return value
        
        Change-Id: I7fd1569fe5d5c4383f028915af95fec55b8f8121

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [22c0cdc0146598cad53180be9b5f9378d2bc1d0c]

        coverity#705602 Big parameter passed by value
        
        Change-Id: I4f96325d6387bf7e8859d09f1d5b41c605e8227d

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [b78b5b1da560bf3a9332a3775d39276275d3709c]

        coverity#705810 Dereference before null check
        
        Change-Id: I2fab51f08c461faaf4b88b4b7c0b887ba877226c

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [40a8fecb58ebd55db5bb3108b838900b7d54d07f]

        coverity#705811 Dereference before null check
        
        Change-Id: I275739819715f1537e80d621b19a88a6fdbab95b

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d31a216b1f2f1c7bfc241f43b042b289da595647]

        coverity#705814 Dereference before null check
        
        Change-Id: Ib5eb5a7058098f7222b1597e60ddc84786403805

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [40c78e72656f5373c72bc725724071295c36fd62]

        coverity#705872 Dereference before null check
        
        Change-Id: Ia964362f757372862b3f2e5a0a9581171616251b

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [50d5bd90e007ecc9c826ce2499120e15cc4e3a5c]

        coverity#705892 Dereference before null check
        
        Change-Id: I8dddc52e5b9af2f97bb41aec6e666d0ae0fcbbb5

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [b7180fa62c8a4b8414c55a9b8c278ef7400cd563]

        coverity#705894 Dereference before null check
        
        Change-Id: Ica2a7b9b53af2b3e17fa51f9b49762c01a1bfa90

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [ab615e29eba8557197f5f462d25dd18af47764d3]

        coverity#705895 Dereference before null check
        
        Change-Id: I94e7507654e95b15338e1c467de59bf45b3077b0

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d6546c5da8e267c67245fe18a5d6970e65f28f21]

        coverity#705897 Dereference before null check
        
        Change-Id: I947abe661c0e85a65d915422f9d800256167d639

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [0ae60c3c3580bcca595e0e6e277be4651076d3bd]

        coverity#705898 Dereference before null check
        
        Change-Id: I16029411bd758914e87c7dc020ff8779218fefaa

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [3acf5f61b009160b89491d75ab1153798f653563]

        coverity#705899 Dereference before null check
        
        Change-Id: I6938bc2bbedbf830f8f35b875b5b071447b8d7d1

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [baa57e5e50805a90519e2e480cfb3e0a6c2afee9]

        coverity#705900 Dereference before null check
        
        Change-Id: I523aa738d4a15395f708aafa9edd266e5717421e

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [40606287d0cc48dd5ff2d98a310a1b56ca5ed388]

        coverity#705902 Dereference before null check
        
        Change-Id: I3c23574125d039aa9671ef2d2fa6d2d91d3dd752

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [e1bacc188b84ee12c36adda71f14532172f70599]

        coverity#705906 Dereference before null check
        
        Change-Id: I977f221a3ffc1b5cc9a07bd7462464f3d2160ca7

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [06025bccf8672e7bebb0ccac17097cceb82105d4]

        coverity#440748 Explicit null dereferenced
        
        Change-Id: I86c08660f2c01618b661b90c84757a1f7f2b9b83

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [65fd78a12345a901d2459ee7298d1550b70b985a]

        Updated core Project: help  7ecb4fe031ebe53a09dc59144147259c1c5d0fcf

2014-01-28  Katarina Behrens  <bubli@bubli.org>  [4d14a8d58b3c9f412595a76c7249d674df948c9d]

        Updated core Project: help  e763c498d00cb807019987ecb9c3f3d3297ce49b

2014-01-28  Michael Stahl  <mstahl@redhat.com>  [cd527aae72a0b2030d00151e2137b37165c65b96]

        sw: remove __WW8_NEEDS_COPY over-optimization
        
        Since commit 166a79df88853847528d558ea98656ad358f4645 effectively increased
        SAL_TYPES_ALIGNMENT4 it caused __WW8_NEEDS_COPY to be defined for MSVC too
        so the !__WW8_NEEDS_COPY case is dead code now.
        
        Change-Id: Ia5c20588a2efdd341f1406e091fecf16a12c3f2f

2014-01-28  Eike Rathke  <erack@redhat.com>  [801eabf43635fd125038b2de40a1bafe16c70bd9]

        added ScBulkBroadcast to ScSimpleUndo::BroadcastChanges()
        
        ... to prevent repeated broadcasts to identical range listeners.
        
        Change-Id: Iccbcb27fe03a957c9e448683e6bdc85538c25c3a

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3dda94c22f83aa7133f5439d356f505c1831ec84]

        DOCX import: initial support for wp14:sizeRelH/V relativeFrom
        
        For now just warn on unexpected values, and ignore margin, what is the
        only value supported by Writer.
        
        Change-Id: Ia4fc7293839610c1bbe2dceda2320a5ba2d3a15b

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [1eb516f5a5b1a7360e304f6015570d5c81e65cfd]

        writerfiler: define DEBUG_DMAPPER_GRAPHIC_IMPORT when dbglevel == 2
        
        Change-Id: I8cfdb020d2b3e8ad886c0a9507e4eb8d0a29f87d

2014-01-28  Steve Yin  <steve_y@apache.org>  [05534b5523a264a18d5ee4b8014d6a0eb6470071]

        Resolves: #i124008# listbox entry's are selected automatically...
        
        on mouse over instead of mouse click
        
        (cherry picked from commit ae97dcb5b8d2dead81b007c5c71daf608f0c7bc3)
        
        Change-Id: Ib1ce0db60785ddc96473ef4ce88b578287956164

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [7be0997a0235b05fed9d448e642e0575a4e6e017]

        Related: fdo#54024 decrazy the Dialog Type for a start anyway
        
        once set in the dialog ctors the dialog type never changes
        so we don't need to pass it by pointer
        
        Change-Id: I9d4baf2d93ca4c09e413a8fd3cd3e3367873e833

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [534b3b4c8b8e039171b381123d4c4195273f71ca]

        coverity#1130476 Uninitialized pointer field
        
        Change-Id: I8c91942fef7456e1a371d435710907afa35f6f89

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [47fa23322b3c342ebc8976b9775ab49850607702]

        coverity#1158281 Uncaught exception
        
        Change-Id: I44e0d45de692414a11249068b122b33de4856458

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [1b80fd24613f9eeb64ff204223843aaa5b58362a]

        coverity#1158280 Uncaught exception
        
        Change-Id: I39e9470f65afa57b0c636c68b0a7dfea86c45bac

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [fe86c09f13c88d8696969f4cc569a545bdbf3304]

        coverity#1158279 Uncaught exception
        
        Change-Id: Ie3e09c02a819b61291dec3230b3dd16c93de23eb

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [9232547c4f09b02395d0e549c545fa211202c72c]

        coverity#1158278 Uncaught exception
        
        Change-Id: Ib64bb9e5db6d1176e507ba4ba43ff332c42bf397

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [ae9564cd87ce40233f3a48fa9138141b9be0dbf2]

        coverity#1158282 Uncaught exception
        
        Change-Id: I7d3188fb2ab7ea496c468cb8080a9a299fc92dce

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [36df9c07a102121e8d7daf2305d7f86101294a49]

        coverity#158285 Uncaught exception
        
        Change-Id: I84c0f48f8899f9120005a514bff85a07ff91a377

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [c53ea976a321574e3526d337a70ed08c343479ce]

        coverity#1158286 Uncaught exception
        
        Change-Id: Ie072cf53a483ae5115d708adfaa0817a60389446

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [1311835cb6033ca8ab693c546324c5e66697b6ce]

        coverity#1158306 Uncaught exception
        
        Change-Id: I899fed4be60366d77d50940cea670c75be41856c

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d83befd58d7713249e80ecfe74a16209dbda2ac7]

        coverity#1158305 Uncaught exception
        
        Change-Id: I7ac01a1abd7f7137d82df28ec2d93ef24d9b64a1

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [858dc2a4e260ddf21bae7e5325bfe193cab70455]

        coverity#1158307 Uncaught exception
        
        Change-Id: Iff8290c4b443a2520242328c616d3bc99ed865ff

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [6ea531369227b5014edc8cbaab0a57dd15fa0bbd]

        coverity#1158319 Uncaught exception
        
        Change-Id: I3b8af150fd84991ce27e311676bb1e1fe3669081

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [6bdfbb1eac02708946c63fca3c4ef7e9062742c2]

        coverity#440974 Dereference before null check
        
        Change-Id: I680a2f9f53aaf9e45a0059173744afa9b6ef1d5a

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [4d92cbf70c19485f73ddb42795fd768bc56385b9]

        coverity#440971 Dereference before null check
        
        Change-Id: I2bd6c0cffef5bf2e2d05781d4ec151f11d517cb6

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [7b52b96a6f742952d7b4c57a60aee494a2e25cde]

        coverity#440874 Dereference before null check
        
        Change-Id: I542da40fe1209198ea784cf52372cd6d83292f33

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [0ee169f7833684c8ef16df259029cc169119f6f1]

        coverity#440872 Dereference before null check
        
        Change-Id: I263f6c5c74f42b33155365ccb163c3b68f538a97

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [426d0963835070bc596bbf7bd0d7c4d1d3419ef4]

        coverity#440831 Dereference before null check
        
        Change-Id: If19c17088bfbc43e5079d88a3110491e56805749

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [417a8624c7dd11da99f30e8d62bb4f53becd318e]

        coverity#440811 Dereference null return value
        
        Change-Id: Iccf2f6dd757fe8d14a2f68a0492ea898d2f95490

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [1a940e329aabb7929e7c12c34464098921b8a720]

        coverity#440774 Logically dead code
        
        Change-Id: Id6f13ba0f51bef17de6b5e200c71dbde06e3ab63

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [4d3b7c575a27aff055d738e540a52290621b6a3f]

        coverity#440521 Dereference before null check
        
        Change-Id: I653b78d9404764d1c89d11154fd8e6a767df9cb0

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [81f9e937054a084e3fe6e9242db69e2476593188]

        coverity#440520 Dereference before null check
        
        Change-Id: Id0e2c8e5579ae81c368cf886e52c8306f271c067

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [b34210ee8d84114873616a3988d5dfa6cff8bb49]

        coverity#440519 Dereference before null check
        
        Change-Id: I78cfe1a807e59d63dc22fbec8bcadfa7596d5a96

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [6ebd4a9925b47f2562a91a7a44aea84d95a0047c]

        coverity#440517 Dereference before null check
        
        Change-Id: I9c09333d0879ba8dc9ef8c4cb2c1d9f0b3654d45

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [e357c93e7b64784ff383a97b00c553a64f75d3b0]

        coverity#440504 Dereference before null check
        
        Change-Id: Ia7c817ca0b002279bee8699e4940c57937657ad4

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [51f252dbf22343bfd68bf707d3d10a19d621587e]

        coverity#440338 Dereference null return value
        
        Change-Id: I5da7c1d8fe7f4632b386a02dd54f4b203a00fc25

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [5806a777b0bd8c2c988586daac6e7b5a4085ef7e]

        coverity#440064 Logically dead code
        
        Change-Id: I52c9e37ca4d3238b9018264b6542a9dcebca13f6

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [12d7d3f368cfe82c2ec8c3f1779ebb43ef3d1453]

        coverity#1130485 Uninitialized scalar field
        
        Change-Id: I18e90afe2c2425a0b6b65fdf46497aac8c755fcf

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [f829af4d8087f5521379002797821ab1c678916d]

        coverity#1132708 Unintended sign extension
        
        Change-Id: Iaf73bf619c6dfa8c29b02c35410aadf972a71448

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [a2a0e1b2a587d846450a129189ea3c5c324f362d]

        coverity#704212 Logically dead code
        
        Change-Id: I1f915b4419ae754a3827c2c662e5799bade66835

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [92026cc8444cca42c517da03f5f139d71a1a149d]

        coverity#440938 Logically dead code
        
        Change-Id: I33f895ab913eee0dd6a5df05cd2f4cffb88cc1ef

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [c051007c1b744ab072547107a7820551f992ad18]

        coverity#440882 Logically dead code
        
        Change-Id: Ia54cffe6368d320c717b941b4f3df036f924c343

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [f5bcc7d91ca2b1bcd636a9d07b2c888f65469c2f]

        coverity#440030 Logically dead code
        
        Change-Id: I77428c6cf1f79dcc0e2c5e1d52f9b4b8c88130e3

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [d09c534c982cdb37535c03504ec7420636efb033]

        coverity#440029 Logically dead code
        
        Change-Id: Id071c8658b473b9d393a32e1da2c2474bb7361d3

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [ba5261057cc759a9bd1e3b5fb5917dd84793d325]

        coverity#440026 Logically dead code
        
        Change-Id: Ib269314be090d2d65b593b1c47fea1e10ef2582b

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [5c734f440a685796bfca467e3d828581d747cab0]

        coverity#738565 Uninitialized scalar field
        
        Change-Id: Ie969773240bd7ecdcf56d7c533010d0aa32872c8

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [ab4b2e0b566d1ca5f730ef07ab335e4546d78346]

        coverity#983594 Uncaught exception
        
        Change-Id: Ic49f88b44216a24df8a236b755d22b2537245c5f

2014-01-28  Caolán McNamara  <caolanm@redhat.com>  [420ca6138c2bc56fcb98262c48b4bf2822cd73cd]

        coverity#706219 Uncaught exception
        
        Change-Id: I1c2566337347679453bee46a78a4a0ecd7fdd2fb

2014-01-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [a650d9e368b72c2490ff661a047cd6a11472158e]

        Document Application class
        
        Documented more of the VCL Application class's public functions
        via Doxygen markup.
        
        Also, change from global groups to member groups.
        
        Change-Id: I5e80e707874db99c60e899d078f41c7817e2b6c3
        Reviewed-on: https://gerrit.libreoffice.org/7664
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5391d4872e71d1edba7acc4ad2d2e3b5b97e1723]

        ooxml: Preserve shape style and theme attributes for line
        
        Line style and color can be defined by the shape style attributes or
        can be directly assigned by the user (and even using a theme color in
        the case of color attribute). This patch aims to preserve the
        relevant attributes of this feature after a roundtrip.
        
        For style attributes (wps:style/a:lnRef), they are kept and preserved
        in the "StyleLnRef" property of the shape InteropGrabBag. To be able
        to access to some of them, the methods getLineStyle, getLineJoint and
        getLineWidth were added to LineProperties object.
        
        For the line theme color (a:ln/a:solidFill/a:schemeClr), the original
        line color and the theme color name are preserved in the properties
        "OriginalLnSolidFillClr" and "SpPrLnSolidFillSchemeClr"of the Shape
        InteropGrabBag.
        
        On export time, we must check if the user has changed any properties
        of the shape line, this is done comparing the new shape attributes
        with the original values coming from the style and theme definitions.
        In case some of the attributes is different, the new attribute must
        be saved overwriting the old one.
        
        The data files for some /sd/qa/ unit tests were updated to reflect
        the new properties inside the Shape InteropGrabBag. Besides, an
        existing unit test in ooxmlexport was modified to include checks for
        the preservation of line style, line theme color and custom line
        style that override the style attributes.
        
        Change-Id: Iabb0cef9e3cc433676c201bc296fb7b373839a3f

2014-01-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [007f260e0ba31b2449debd0329487679a851cb12]

        ooxml: Preserve color transformations in shape style definitions
        
        Color tags like <a:schemeClr> can have children tags that modify the
        specified color. These modifications were applied on import time in
        the Color object, but they were not preserved.
        
        We added a member to Color object to preserve the unaltered list of
        transformations. The method getTransformations() returns that member,
        and the methods getColorTransformationName and
        getColorTransformationToken were added to transform the tokens into
        strings that can be added to an InteropGrabBag and viceversa.
        
        The transformations are added to the Shape InteropGrabBag in the
        method Shape::createAndInsert, and they are written back on export
        time at DrawingML::WriteStyleProperties.
        
        The data files for some /sd/qa/ unit tests were updated to reflect
        the new properties inside the Shape InteropGrabBag.
        
        Change-Id: Ieb164268c3b79f2d9b7ed3a4954b5de3b7a5811c

2014-01-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f876c8a442977454a29377a703dc1cf630158d00]

        DOCX import: handle wp14:sizeRelV and wp14:pctHeight for Writer TextFrames
        
        Change-Id: I1744cabf426af36483280df9ca5c09e7783fe210

2014-01-28  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0583c889c3af30e7f569127827cdb77b6c4770bd]

        sd/qa: Remove InteropGrabBag property from XML dumps
        
        The InteropGrabBag property adds a lot of noise to this tests and it
        doesn't actually have any purpose, because we are building their own
        tests for InteropGrabBag-supported document attributes.
        
        We have removed this property by default but we left a flag to enable
        it when it's convenient for debugging.
        
        Change-Id: I97cc7ba171783222a57ab5a96e5755070b949505

2014-01-28  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [d71d16958fad1975c17245f064d7dc32c581e220]

        fdo#73545 Shape position is wrong
        
        Issue:
        The <wp:align> is missing after roundtrip
        
        XML Difference:
        Original:
        <wp:positionH relativeFrom="page">
         <wp:align>
         center
         </wp:align>
        </wp:positionH>
        
        Roundtrip:
        <wp:positionH relativeFrom="page">
         <wp:posOffset>
         0
         </wp:posOffset>
        </wp:positionH>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7571
        
        Change-Id: I3c8ef2f0ee3dd84a23fab197ab95f152b850067e

2014-01-28  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [3fdbaaeebf4b03b57c5445f64888722a552de5dc]

        fdo#39468 Translate German comments (sc/source/ui/pagedlg/tptable.cxx)
        
        Also remove some ASCII art.
        
        Change-Id: I8d440a05626c4db3ff63108a7e92ba54615ea24b
        Reviewed-on: https://gerrit.libreoffice.org/7712
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [831c00888089b3d8b47c11ad4bc79df7db8a1edb]

        Revert "Fix commit 4959f369d9bdcc"
        
        This reverts commit d6d5f6803e7433c5b7bb75e982fa066be908af4a.

2014-01-28  Chris Sherlock  <chris.sherlock79@gmail.com>  [d6d5f6803e7433c5b7bb75e982fa066be908af4a]

        Fix commit 4959f369d9bdcc
        
        Application::InitSettings should only assert when
        pSVData->msAppData.mpSettings is already set. There is an errant not
        symbol.
        
        Change-Id: Id18848774f3f3a1b37969f057eaf8685231ad291
        Reviewed-on: https://gerrit.libreoffice.org/7711
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-28  Takeshi Abe  <tabe@fixedpoint.jp>  [5b0fd61d698293ad85b1c09267ea4488e11a967c]

        Deleting NULL is safe
        
        Change-Id: I673fd307d3f5f8c5c27b5dd6968775f81c0af8a0

2014-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3032d08226f77505e7105fb7cfb7f4b4741fd3ca]

        fdo#74014: Broadcast cells on undoing of "cut".
        
        Change-Id: I0fdf518078c86f259e72307f8011a988555a9235

2014-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fa11b0842a51b59eb131a084310c177235ebe487]

        fdo#74014: Write unit test for this first.
        
        Change-Id: I59fb04e2d7dc8148064564b900680e1b6e1b5e43

2014-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f571104ef38ba9f7f6073e22c2374add7aa73887]

        fdo#69244: Avoid putting these cells in formula tree prematurely.
        
        Marking the cell dirty alone appears to be sufficient to trigger resetting
        of number format.  SetDirty() would mark it dirty *and* put the cell into
        formula tree, which would prevent proper value propagation as seen in the
        bug report.
        
        Change-Id: Ie68f996112938fe286a9bd50c38404f9df6f4ca1

2014-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83f69e697a9bfa90671df6e1d5d25ae11b7b568a]

        fdo#69244: Write unit test for this.
        
        Change-Id: I5bfc8ad1566dbfc2813aadc8f08ba1eccca608ca

2014-01-28  Katarina Behrens  <bubli@bubli.org>  [c7b9d7d01f4253828311ff102d6a064f51022d01]

        Converted Calc paste special dialog to .ui
        
        Change-Id: Ibe782ed765a20adb34bb6ddd226c3d5ed328e810

2014-01-27  Jan Holesovsky  <kendy@collabora.com>  [cb64711136fff661f60d679db1e391866cc6fe10]

        Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.
        
        Using OSL_LOG_PREFIX in the exceptions is not a good idea; it blows the size
        of the string literals tremendously - full build path for every line that uses
        that, including the line.
        
        Let's not remove it for good, but hide it for non-debug builds
        (OSL_DEBUG_LEVEL == 0) so that anybody who would like to use this during
        debugging could still do (but I doubt it has any value for anybody).
        
        Change-Id: Icc8db95ae0862671a206e681f92c60cdf51ffc32

2014-01-27  Julien Nabet  <serval2412@yahoo.fr>  [c1503da35d8879366da13258837cf0084a536809]

        Typo decendant => descendant in winaccessibility/MAccessible
        
        Change-Id: I2e49ab149b2bbdad623f8694221b6169cdfd2d9a

2014-01-27  Andras Timar  <andras.timar@collabora.com>  [35782f89b61c04d9aa97183ea736f4288490800c]

        fdo#74119 fix unlocalized redline menu
        
        Change-Id: Ia4836a69ddd8bebe8cc21cea67be96b029388cb1

2014-01-27  Jan Holesovsky  <kendy@collabora.com>  [a0c2a6357c31688683cbea0b6a0cd76cac42d5f0]

        We want to read DOCX in TiledLibreOffice.
        
        Change-Id: If1abbd654c407458a2a7947d6a2df07470417a38

2014-01-27  Jan Holesovsky  <kendy@collabora.com>  [3cf3700b7a903e88f5296076c40ae854bce91cdc]

        fdo#74124: Scale the pictures before calling ImplDrawAlpha().
        
        When the source and destination bitmap do not have the same size,
        ImplDrawAlpha() does not use direct paint, but instead it gets the image from
        the screen, blends it with the provided bitmap, and again draws it.
        
        Unfortunately, the blending uses the most trivial (and ugly) way of scaling;
        so to produce much better results, let's scale to the destination size before
        even calling ImplDrawAlpha().
        
        The sideeffect is that we use the direct paint in most cases now; so hopefully
        it pays off to do the (a bit more expensive) scale first.
        
        Change-Id: I3b6b275710220910709ae4345ad6be3d6e4bf79c

2014-01-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c0deb50f8f7feecb7adb049e8253c9566232abde]

        Handle note instances during copy-n-pasting of single cell.
        
        Change-Id: Ib258556414fd94b5156b65777478a8fd37abfd9e

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cfb281c2daafcdefe5404f51037c72f9b57dde8]

        remove script that parsed no longer available WRITERFILTERSTATUS comments
        
        Change-Id: I137d2a9e4c0edda3e2509696ba4b0f5f4913bbc3

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [4520e37785c485e7a29a069c32d91832c59a95bc]

        filter: add sprmids header
        
        This was generated previously in writerfilter, but keeping around an XML
        file of 8000+ lines just to generate these constants is an overkill.
        
        Additionally, these constants are hardwired in all available WW8 files,
        so they won't change. By copying it here, it's possible to incrementally
        remove what's still remaining from writerfilter's not used doctok.
        
        Change-Id: I1d30da1f635946b15a37de68080fd9eebc2ad88e

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [82d83af95a0d3ab9010782baea266f05717b56f0]

        writerfilter: drop unused WW8TableHandler class
        
        Change-Id: Ib74ac172088e7ad906fb3a28652948e2476a4cb2

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9fef7e3ba53d8232ac2d06183978789cc4b0c1d]

        writerfilter: drop unused WW8StreamHandler class
        
        Change-Id: I79ea120223094f52996b52020fb86ddf9a919688

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [44d08b67fec8219354ae5709372676d091c086f2]

        writerfilter: unused WW8PropertiesHandler class
        
        Change-Id: Ie6a6d47241cdf0f4986aee9b2f30ecae55e6518c

2014-01-27  Michael Meeks  <michael.meeks@collabora.com>  [7f2a2d2b05e64ee425f95d189ed6ef32d8895ab9]

        fdo#73464 - get relation BSTR allocation right.
        
        Change-Id: I270bc9c8e0507f44d2c27639e86002c60f4e2e6d

2014-01-27  David Tardon  <dtardon@redhat.com>  [2dd8e2ce5c61fc14035e4a0732194c926539714c]

        add test for structured content
        
        Change-Id: I039e5ccfd6946f3f16505b6265e248fbead37a64

2014-01-27  David Tardon  <dtardon@redhat.com>  [a6b0c67ee5202e97992c55201d82df071b059dd3]

        css::io::XInputStream _is_ allowed
        
        Change-Id: Ib72c02a329bbc9a26390a16e115fd8ae94343263

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7e1f826822ecfe9b4530be474ff563d510bbc1b5]

        coverity#704393 Logically dead code
        
        Change-Id: Id46cdef80e3e8d4b56c22e8efc72aca885e0f406

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [6e37a423fd906728d8fb7b05df4ca0123b524f62]

        coverity#1000521 Logically dead code
        
        Change-Id: I9cf7d002de2bf8b33f17bd24403b8e77fe471a68

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [df3c3ed1f08b62d7f9bbaae46bfc292c6a6585a8]

        coverity#738968 Unused pointer value
        
        Change-Id: I0fabc525f5c052823946da93587ff1caaada9ab1

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [06cfc634cd8d91a78be6692cd6954aabfbe37712]

        coverity#735559 Logically dead code
        
        Change-Id: I75205d46243c18bbd63532aea1965a0e058ef739

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [c9b41602a0149b16ada3b46ee56dab987c836658]

        coverity#708315 Uninitialized scalar field
        
        Change-Id: I1a93fcb6107bdce10b1f967337e75c525ab24640

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [4a3c101276f1ef391f346e84c896fdf12e44a76d]

        coverity#708316 Uninitialized scalar field
        
        Change-Id: I506ee57c59255494bbde91762da43c8b04b0f086

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [463dbd42d16f0378f66001b5111ab19e49d8e891]

        coverity#440937 Logically dead code
        
        Change-Id: If388006a7f53aee5ffe42a152ab917ca5aca2072

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [d1c2f9849e82e6c5d2297fc43f787d5c3483fe6c]

        coverity#707688 Uninitialized scalar field
        
        Change-Id: If45153679e199eb749b8c877fc8593304ac35100

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [6a3c12f3036bba46541767f573b7f34b521240e8]

        coverity#707687 Uninitialized scalar field
        
        Change-Id: I955a302418c56b6f34f89ff04b1e27c4d1b2722e

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [3110ff212cdd6591448de48d655e0f5d69a6b4cd]

        coverity#707684 Uninitialized scalar field
        
        Change-Id: I960aa77ce107c4f02f1e331cda07b75435beed5d

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [e06b894af5700db6341c349ea43aaa93de6bfc2d]

        coverity#983618 Uncaught exception
        
        Change-Id: I3abf410e7235b8dd1d126a3c8705e3ef9722e93b

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [aece42b7b4223a472d846061f983cfe139473a46]

        coverity#983617 Uncaught exception
        
        Change-Id: I3f9c98d235d1bd5155653c6a56b757393bca2979

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [773db5198ee21941c34aba84014552bf41df699d]

        coverity#707681 Uninitialized scalar field
        
        Change-Id: I88796c85447571d446c398439066029c3a200b4b

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [8dec95f1d591fe2e5418717a8d810bb19c4d769b]

        coverity#707680 Uninitialized scalar field
        
        Change-Id: I763dc95a393bf296a7f3f5ce2a739f175fd528fb

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7cc3e9ca0c52f28ea4a57d0f5fb3ae6ae8332954]

        coverity#706277 Uncaught exception
        
        Change-Id: I1941e0a3a662faaac1fb9374437f3984b3a5c6d8

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [166af05c63598426c375544b5e1e01818aa13747]

        DOCX import: handle wp14:pctWidth for Writer TextFrames
        
        Change-Id: I721a1ddd8299ff9639fd5fe4a25852e9418c00e2

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [0535281003a9001558187bef7012d2ee0ae3e4fb]

        coverity#707679 Uninitialized scalar field
        
        Change-Id: I41c98456506a3ef843362b20c4db4a8d409319d6

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7677c52ae102f471c5504d5276dff6480ab6cdf0]

        coverity#705787 Dereference before null check
        
        Change-Id: I4d6e4ddaa104a025349c55ab75263004a6b2b6bf

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [8bb41c67f0d3b5773fd14153d3489e59d6848a05]

        coverity#1019407 Uninitialized scalar field
        
        Change-Id: Icaa2062b00e0a68486bcbbc4a26b4089016bf2c8

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [9f030d43ef478b2ab046ad71bf930774f3b4ac1d]

        coverity#1019406 Uninitialized scalar field
        
        Change-Id: I9f5d48c5c5c0f76aa3386cfedcaf43ced162e4b0

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [53c803004554a3a0fff26501357a183bba008a26]

        Resolves: fdo#74051 support 8430x11700 jpegs
        
        Change-Id: I1ca95a496bca80e5e2787af2ccbf0f6cd42455a5

2014-01-27  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5e2b865cf4cfe7ee0cba0d778b50d394ad5e1338]

        ooxml: fix import of custDash shape line attribute
        
        A LineProperties object can contain some preset dash defined by the
        shape style and some custom dash defined by the shape properties. In
        that case, the custom dash must be used.
        
        The existing code only used the custom dash if no preset dash was
        present.
        
        Change-Id: I6254d95184312360e8782dba7329d5ec2f5441fa

2014-01-27  David Tardon  <dtardon@redhat.com>  [eb70c0993daf02513182b5d9a53d552622a8a6f1]

        fdo#73979 return 0 for unknown substreams
        
        Change-Id: I8959891fc90544e2812651c0a2041f2760d90a83

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [c1b7a2feb435d8e738e0636d58f027c5db4e8201]

        coverity#1078535 Division or modulo by zero
        
        Change-Id: Iab9bb56ce7646955d2592d7e9abdaf829ee1ec78

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [6b44c30bcb1f8387fd1848d0052cc809600950f4]

        coverity#736985 Uncaught exception
        
        Change-Id: I58f2bc50a87ed07340caa148b4ade07062d730fc

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [d76dc580a2cb60794e91b921008b8585d5a137e4]

        coverity#982152 Unchecked return value
        
        Change-Id: I58fd11e38fa0b8ba7efeff8861aeec17742999c3

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [ec7c8f4ed1893711313221dd5fc46b6b37433df9]

        nPointCount test inside nPointCount test
        
        Change-Id: I4a78683cedd04d3daef52105d44638e3fc87d3c2

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [8cccfb8f8f793ebae4c2d5feb2674b1b2c976d9f]

        coverity#441077 Dereference after null check
        
        Change-Id: Ia6a04846068e0bc500942e9a2dc6ee2e72d9d527

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [4e8692a3bf45565cee8116ebe1ddc3c6728540f9]

        coverity#984078 Uninitialized scalar field
        
        Change-Id: I36b4a8c7d047f392fdbbe167a0e801b9a6d80b03

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [3848819cac3b951e60b42332ad87cd465b20d926]

        coverity#707652 Uninitialized scalar field
        
        Change-Id: I6d561955454b0619255296704812b41a10ffe962

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [fd7dbe5a15c3393ea9ad7c26267056743099c506]

        coverity#707651 Uninitialized scalar field
        
        Change-Id: I6e497d60e72efd1df6c271ce6bf8d5e46ba09ea7

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [81926e66d18a085687f73babcd9c29142b4a48b1]

        coverity#707650 Uninitialized pointer field
        
        Change-Id: I6843ce28f3e1395a2ab3c5515f393cce5096674b

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7acea5ae4ccdfba7745660e39e04aaabe4254629]

        coverity#707649 Uninitialized scalar field
        
        Change-Id: I1a95a051463860dc9c7b087bfaf17f3b70f297ee

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [a8d7c510b41d31321f3a88db6faa34a10803a6f1]

        coverity#707629 Uninitialized scalar field
        
        Change-Id: I0e3d9d4dad46e9b88be11cc9ac2c7d3c0c4b6f6e

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [fdc28850c6c30be6e6ef956f9ca8760bcc6bffc4]

        coverity#735667 Unchecked dynamic_cast
        
        Change-Id: I747b6bcfb1e57fd3f21250b274f2f179e1982d7c

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [01c28e33bf9144a377f29e32bb1bce607cb0d8b9]

        coverity#1130421 Improper use of negative value
        
        Change-Id: Iefdd854cb0348b187b95f4a89d52482381c73dfc

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [391cb2a6c5f4f36e26ed9eb5d05da1123797cff4]

        coverity#1158283 Uncaught exception
        
        Change-Id: I1e7a5ae62b8623259333cad1984946c93c4f01b8

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [6b554dd8f6c9bd2ec9cc9b35b951f7499c6bd6f4]

        coverity#1158303 Uncaught exception
        
        Change-Id: I8d718da4274c26a817643b0e2b0ccf38d9b54de1

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [3858bddcd5fd56c83ae4d2089a24507e1d56ffed]

        coverity#1158304 Uncaught exception
        
        Change-Id: Ia64eb628002ad239cbd86674c98719048cc53090

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [75d22a5d1f5fc587cd27ff715680d273449043ef]

        coverity#1158321 Uncaught exception
        
        Change-Id: Ib3ef8f068cd8a366369cbb22dccc9c916439c2cd

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [f8ca1aa514308db08bb6a6173d03ec5c1f0d2b2a]

        coverity#1158322 Uncaught exception
        
        Change-Id: I213562d62f0b0e798f88ade4bc654c6d8a6c53fa

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [b9a2c2e58c1544b81d09a9c4dbe1d21d11c1f5ed]

        coverity#1158323 Uncaught exception
        
        Change-Id: I26d1730636b172aa4b9f8b2b9593f408cd466118

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [c17d9288a8631f7cbe16134e7ccd1bfc8776b014]

        coverity#1158324 Uncaught exception
        
        Change-Id: Ia7ae803ebe1a0052de41c94a0015eaa079bdd090

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [08b39627dfd1ce9732643e9a5b2187e40f6212fc]

        coverity#1158325 Uncaught exception
        
        Change-Id: Ic84faeda99242240c160a9925f37a631a1f294ae

2014-01-27  Steve Yin  <steve_y@apache.org>  [ca59c9f3ec5a5e4a68cba6d0393908953891f851]

        Resolves: #i123745# [IA2] Eventual crash in Writer documents containing...
        
        cross-references
        
        Removed some unused lines and comments
        (cherry picked from commit c5e03eac50d6c20e41aa4e60cf46c898653329d1)
        
        Conflicts:
        	sw/source/core/access/accpara.cxx
        
        Change-Id: Ie4d68bdeac048f8ee345fc3e831be6a1edae452c

2014-01-27  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5b1e440304c271e4286255c17a6fe475899bd94f]

        fdo#72793 Add Excel 2010 functions
        
        T.DIST, T.DIST.2T, T.DIST.RT, T.INV, T.INV.2T, T.TEST
        Also, fixed some incorrect string assignments in
        formula/source/core/resource/core_resource.src from previously
        added Excel 2010 functions.
        
        Change-Id: Ia4d13e7597d2a054d345a08b66b878f91c43f872
        Reviewed-on: https://gerrit.libreoffice.org/7226
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [271011ff347790ae2b045cfd8035512cedeefb1b]

        writerfilter: recurse into NS_ooxml::LN_sizeRelH_sizeRelH
        
        Change-Id: I2fdb9ff8d5bcec194502a43207953103aa0b0dee

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [c91820e9b524ec8158219fb86bd64dfb131ee05e]

        DOCX import: tokenize wp14:sizeRelH inside wp:inline
        
        Change-Id: Ie3dbb352f03b719fdf35ca17c36ad54cf9ef2f64

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [73917d71a8b2a87ae984a22ade7786977cbeb7cb]

        DOCX import: tokenize all ST_SizeRelFromH values
        
        Change-Id: Iee4ef243c6eca9a1ddced6bffc0ec22fb97213ab

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [d04b688afee5306677f0c6e998428bd744881e67]

        writerfilter: initial wp14 support
        
        This is just the tokenizer part, though all the heavy-lifing in
        model.xml should be now done.
        
        Change-Id: Idb65f3c73a077f7fd0ffd74d7101954b9433f98e

2014-01-27  Michael Meeks  <michael.meeks@collabora.com>  [44064d1a342ba00d128fac3d9fbe52e29f496b73]

        fdo#73464 - guard against NULL / unset m_xAccessible.
        
        Change-Id: I3351acf18d334447336ee98761190fdff32d5b85

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [58dfc97ca697875c36b7ddf14f5505a93d7b9cf8]

        Resolves: fdo#74057 wordlist truncated on left
        
        Change-Id: Ia6b8c02fc0d79fef974f5a0462856f05256c76f8

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [953ab9e94d08cdca97ccd451b45593df602227c8]

        coverity#1158326 Uncaught exception
        
        Change-Id: Id9e7ce99f9451392ae5c67f93f7a30dc77865924

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [dc752ba6e447fd5fa93ca4e94fab9606a229a271]

        coverity#1158327 Uncaught exception
        
        Change-Id: I90d8361712e6d403444a53478e2a8e874c82e02e

2014-01-27  Stephan Bergmann  <sbergman@redhat.com>  [1f078fcaddd45bb074e4d0a4933db01f6e8b623e]

        Prepare dual-mode compiler plugin feature
        
        ...which can act as either a rewriter or a non-rewriter that emits warnings.
        
        Also added COMPILER_PLUGIN_WARNINGS_ONLY=X to demote warnings from plugin X from
        errors to warnings, even under --enable-werror.
        
        Change-Id: I05361936240a890515c6bba2459565417c1746b7

2014-01-27  Eike Rathke  <erack@redhat.com>  [a94f0f92e8b09f6cd3989b646500ff5814274621]

        guard against null pointer access on LRU function list, fdo#60036
        
        ... which may have happened if the config's LRU contained enums of
        non-existing functions, i.e. if they were shifted by an update.
        
        Change-Id: I9a005f41cc74c530cf37d1782ce8c53b8f5dce6e

2014-01-27  Steve Yin  <steve_y@apache.org>  [ff8cb18e21e95e51239f736a525016db689653f0]

        Resolves: #i124095# Multiple IAccessible and IAccessible2...
        
        interface methods do not check for NULL pointer access, nor do they trap
        exceptions
        
        Fixed by Michael Curran
        (cherry picked from commit 113171f2a5d726af6c5266e98e8e790ac6729d2d)
        
        Conflicts:
        	winaccessibility/source/UAccCOM/MAccessible.cxx
        
        Change-Id: I28d4b885a6c2db487c2754c2ca11290b3844570b

2014-01-27  Jan Holesovsky  <kendy@collabora.com>  [68ba6ddef50ec4aa92f55fa610c84c9f0d134e67]

        codemaker: Allow compiler to share these generated strings.
        
        There is really no need to see tons of
        
        component context fails to supply service <something long> of type <something else long>:
        
        and
        
        component context fails to supply service <something long> of type <something else long>
        
        in the binary ;-) - let's split the strings to parts that the linker can
        share easily.
        
        Change-Id: I07f149a587c05985045028c3b6530c6efd081ff5

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [df2ad69d5df350636c1eb1772b16a2e203a88fa7]

        Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence property
        
        examining svx/source/unodraw/unoprov.cxx "Geometry" is a
        indeed a drawing::PolyPolygonBezierCoords for the BezierShapes
        and a drawing::PointSequenceSequence for the PolyShapes
        
        regression since e44335abe006d05f0f915279605a03ef084116d6 because after
        223f6b631c1b087754c0f9051fb55f029f2503ce we started getting
        drawing::PointSequenceSequences in maPath which is the wrong type for the
        argument to property "PolyPolygonBezier" for those shapes.  Which led me to
        incorrectly assume that the all PolyPolygonBezier properties were named
        "PolyPolygonBezier" which isn't the case.
        
        so reverting the non maPath hunks of e44335abe006d05f0f915279605a03ef084116d6
        
        Change-Id: I013a66778d11a472fc4567e53a9e17e73e2b91ce

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7f0f6f3e25a950207f4cb5ce2a56f1b99c05a2b8]

        coverity#705453 Array compared against 0
        
        Change-Id: Id8d4822b881dd75b86515af6c2507d0187581c42

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [d6868cfa1b72a2a4dd7f960880b1f5a3034c939e]

        coverity#982254 Same on both sides
        
        Change-Id: Ibb3b8b4a3f29b46ada9824f7c7d15a0d87d60e23

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [b89a1e26d658e5263aac13c1a3fa080c3f9563e5]

        coverity#1157751 Copy-paste error
        
        no difference in effect, but makes both versions the same
        
        Change-Id: I1d1829b374fea04bd6861ae59eac6f21057e8d78

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [5d99890f9df292642dfe93a961c3e4d449e3eb16]

        coverity#704132 Operands don't affect result
        
        Change-Id: Ib2cf15d31231ff02645faae9d4a984112e5af795

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [dbd85e0eb3476bed23a9586bd1edc5d5686fe6c5]

        coverity#1158203 Dereference null return value
        
        Change-Id: I8cff85b4d68c28581ddb7a8552378422be6b6a25

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [a4b3f834b62d4100b00a523ed278892794b5aa6a]

        coverity#1158247 Dereference before null check
        
        Change-Id: I01037daf7188c4d934cee52e415b56d8df4d3252

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [2018771eb6c69e8134fa49cf38b483c797bfb523]

        coverity#1158248 Dereference before null check
        
        Change-Id: I7504743b4c62c254d9d0d55bb55a9b3d6fe6ea7d

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [82a0827f329f67a9a76819d4fc6d21e69275746c]

        coverity#1158249 Dereference before null check
        
        Change-Id: I884ad35de8c067671ddd5143b2dc4af784cabe0c

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [39fac0c7baa93ce46f871f1795c2f46c7be798f8]

        coverity#1158328 Uncaught exception
        
        Change-Id: I143b5614a2fcc0d6ec9a956c619503730fb683d7

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [481d9840abbad3d6a56a5f1c504591a38630328f]

        coverity#1158329 Uncaught exception
        
        Change-Id: I3a150c50de817f11f2bb115000b5562fba55166a

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [433c7d160cd893cdbdf1ebcef91eed8e35fdb2d4]

        coverity#1158330 Uncaught exception
        
        Change-Id: I73e4142b5c0a4c705a04a3cb354d051bb9bc820a

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [46fdb171095e399ca27b2c680fa738c6025252ac]

        coverity#1158331 Uncaught exception
        
        Change-Id: I554d454c29d72abeb36139979acf96f44c8b9e74

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [cf218a8dc15d570a702d0a9a9183d23424b6d02a]

        coverity#1158332 Uncaught exception
        
        Change-Id: I3692ad46afcca1be47fbd983fdcb19693a6811e9

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [638252470800acb888450697dd3a729010d2e568]

        coverity#1158333 Uncaught exception
        
        Change-Id: Idcea256f80b3a09a84e67bdafbcb737983f1ef11

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [650c66908a87c16bb0c96c06c914af18581043b3]

        coverity#1158334 Uncaught exception
        
        Change-Id: I7480245001236a6fa32701459087044c2ebe1131

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [5c1d8983c2cb6602c45659263bc65951947f00c4]

        coverity#1158335 Uncaught exception
        
        Change-Id: If0d55c853924b3c11477afd802cd0db542279907

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [c30527b80365392629d06f404db314932b8238df]

        coverity#1158336 Uncaught exception
        
        Change-Id: Id798449d60021d209c47ddfd11579bec6ddc1bd5

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [00071f2be47a5af1f605530faf7925c72752b4e2]

        coverity#1158337 Uncaught exception
        
        Change-Id: I951ff26682d2391e6657be169eb4e7da36078a02

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [d72af8cba6d1125251804a7b9abe74165c706aa5]

        coverity#1158338 Uncaught exception
        
        Change-Id: I212915e1f0fd3594e276e9a8dd702aab800b0b4f

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [667bb9c5f8c80862ced74b95517bc95d18f2adf6]

        coverity#1158339 Uncaught exception
        
        Change-Id: If25f58b45ce6f312eb53cb4ef48b41bf8dcae381

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [a4bb234dae6ffdbcca36611a2b7b661345ece528]

        coverity#1158340 Uncaught exception
        
        Change-Id: I6d920feeebe45c2f82dd1bfe37370ac005ad9a69

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [73fe65cf7ced47cb524fdd6a11baa7923c522c4e]

        coverity#1158341 Uncaught exception
        
        Change-Id: If88cddfb13ea2db24a5c95ea0c367e51b87b75c4

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7af84e5fd57cd203b9ef4df9f04c94002df326e9]

        coverity#1158342 Uncaught exception
        
        Change-Id: Ia6cad30b9ad262168d86c52eb72f08efb65af790

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [6a5c26619110fce27008a12760cf3f9694395940]

        coverity#1158343 Uncaught exception
        
        Change-Id: Idbab8cb1051c7f01b5fa53db7d9bb99fd882f680

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [07152dc3f8f8d1c571852d2ecad436825347bde6]

        coverity#1158344 Uncaught exception
        
        Change-Id: Ifae42003982f74f30e946edb8d19ecc02bd33a46

2014-01-27  Caolán McNamara  <caolanm@redhat.com>  [7a887519852ed9b4d74df0ccbede771195592c96]

        coverity#1158345 Uncaught exception
        
        Change-Id: I41e85755825ae90f1243597814b17d61e81adddb

2014-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b04bbd5c1423e2c8aa2be8a3a4dd3a68dc1315f1]

        only put bounds in vector if range is outside of copy range, fdo#74041
        
        There are 4 cases of which only two need an entry in the vector. If the
        start is before the copy range and if the end is past the end of the
        copy range.
        
        Change-Id: Ia88f6891e03257c3321dbfb271be559378e39625

2014-01-27  Muthu Subramanian  <sumuthu@collabora.com>  [887bc4dd3e62fe6dd19dc9d1c3ba273a5b21b5ec]

        cp#1000025: Import casemaps from pptx.
        
        Note: This only imports it and it may not be
        even possible to export (even to othe formats).
        
        Change-Id: I8e104f1bc3a95c42ac932b6ab58365dc113fb2e0

2014-01-27  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [22bb611598ed792ba72202451317f4958f32f673]

        More Icons for Sifr
        
        Change-Id: I2dba5f51c192ddbf275cb0427fdac3f2398a0398
        Reviewed-on: https://gerrit.libreoffice.org/7677
        Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>

2014-01-27  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [c035c3dc527c0756b51865124b96c507c44743ed]

        fdo#73556 Docx was exported with incorrect column width
        
        The file contains a table with 3 columns. The girdcols
        are as follows: {1210, 1331, 1210}, whereas the
        individual cells have {1210, 400, 1210}.
        The table column separators were taken from the grid while
        the table width was calculated as 2820 from cells
        instead of 3751 from the grid.
        Hence the table width reduced after export to DOCX
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7540
        
        Change-Id: I2c590ad6b5ec9fe3e8559971ca8cfa69c5343f47

2014-01-27  Tor Lillqvist  <tml@collabora.com>  [3db0fdb03ce58a0640fb7c89c22c91169f09ca86]

        Spelling corrections
        
        Change-Id: Ifd27d37eceac4a0b9376b8df6b3e6503f4cedd71

2014-01-27  Stephan Bergmann  <sbergman@redhat.com>  [e344d2ac328332aeb0e326636a0a2cd61b812b6a]

        Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: Ibf43c5ded609b489952e1cc666cac1e72ffa2386

2014-01-27  Stephan Bergmann  <sbergman@redhat.com>  [65191cda819ee8f4d14f6cdf12568c35e46b5c66]

        bool improvements
        
        Change-Id: I757e19313576d2c3d13af1cb720f182f0de91613

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [5de65dc2d6887a9c7a5b4faa23caa53f8c05c2d0]

        coverity#440706 : Explicit null dereferenced
        
        Change-Id: I9c078ba5cb413bdb1c790adc327796a85d870974

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a3e1b357f1de4eb846683ad282b74dfff19a91dd]

        coverity#1038499 : Uninitialized scalar field
        
        Change-Id: I51b25a89a6f5184516a17819673e9b52c781eb09

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d75595b28e0145c0fa90b0fcbefa33e40dd43ca9]

        coverity#1038500 : Uninitialized scalar field
        
        Change-Id: I9cc5df332b9bdff59e78a7779496575d44351319

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [06b7ba3b6701110709b47248180c75a325ff9a31]

        coverity#1038501 : Uninitialized scalar field
        
        Change-Id: I6449fcdfd12355713f07a751f2e95883c7c76bce

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [158788599b2ad2d59b9c4b9fffe60537f6f5aa26]

        coverity#1079287 : Uninitialized scalar field
        
        Change-Id: I135b60ca13c237289735599b68c57edceb01b7da

2014-01-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [172fa280c08cc238ff6895cd63fadf45a1f93828]

        abi#7407 RTF export: fix crash on table-in-textframe anchored inside a table
        
        Change-Id: Ia6df265a7f121930b3d9e676e3f76dbbbd4cef4d

2014-01-27  Matúš Kukan  <matus.kukan@collabora.com>  [d05c10e79542d37a9aa04205aafa5cc1561c3250]

        native code generator: Add i18npool constructors.
        
        Change-Id: I50e61807b0f468ad014c6b02d2116b2624486af4

2014-01-27  Matúš Kukan  <matus.kukan@collabora.com>  [a4f17c00b16f5a983cd91ac5d2c43454f1775931]

        i18npool: Constructor feature for few more implementations.
        
        Change-Id: I018bbe39a30582f51cdd620b3bf3240456b7bd65

2014-01-27  Matúš Kukan  <matus.kukan@collabora.com>  [c492e5156b20c98ee662b9b5f6ad874c51b95bf9]

        i18npool: Ctor feature for css.i18n.CharacterClassification(_Unicode).
        
        Change-Id: I5a0498a3871e2b90629af8ed6b725ff22f242fba

2014-01-27  Matúš Kukan  <matus.kukan@collabora.com>  [b192f590e68252881c3a545cbb81056851695010]

        i18npool: Ctor feature for another services.
        
        Change-Id: Id2346686ac2f6c537825d70cac1a537d09e351d5

2014-01-27  Matúš Kukan  <matus.kukan@collabora.com>  [564c0aa65712b52f8d0fb187fd0f123be8c1fe3f]

        i18npool: Ctor feature for few general services.
        
        Change-Id: I1d489cacaf4717ab395b22a92e6dd6645cb92b1c

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e0696359a0b4a9ac2e3f1a84d69e8f43488aea3b]

        coverity#1079289 : Uninitialized scalar field
        
        Change-Id: I4663e3d0c5f0fe4288fba1ba4203e2de5ba4e986

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [7d6fbec1378cfc304ff36c46d24764aeec501887]

        coverity#1103750 : Uninitialized scalar field
        
        Change-Id: Id7c5f53f604240b85ab6b48f641c57f31e74c08a

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d57fad937caff40819afddeadfd8b36b8d27e418]

        coverity#1103751 : Uninitialized scalar field
        
        Change-Id: I33d7da5199ffb4f5372bfa4c16a1a7b566ef5a9f

2014-01-27  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3d2fefd80082574a603895d47b73d740b7f31e7d]

        fdo#72804 Add firebird.msg to install.
        
        This provides saner error messages for malformed
        or invalid sql.
        
        Change-Id: I86664db1f1446128bb73e6749f8c00f8313dd414

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [9bdf5e9d107a09bad5d03189e76f20cb0bbcd15c]

        coverity#1038497 : Uninitialized scalar field
        
        Change-Id: I814eb68a74812b83dd98e80cf286fc11e6f57fab

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [61ca90050badefdfbd9d5282317d03deb3339870]

        coverity#1038498 : Uninitialized scalar field
        
        Change-Id: I11f3056e96436fbb305316ef5c6505629e6418a3

2014-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a339a2ffc7f9923648d83bf287228a9008a54b9]

        coverity#1103748 coverity#708009 coverity#708011-12
        
        Change-Id: I8855114b3cd6cf073af182b5730c3fc9e08a56df

2014-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33c387d27fd36448372d11cb4c4a1971ef5058d1]

        better check for more formula token types, related fdo#74077
        
        Change-Id: I1723b5640fe438e72d1bbe2946c3aac0ae244e81

2014-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d1a4d246f6c82585c6ec8d5d856cf802bffcede]

        we need to check that the content is equal as well, fdo#74077
        
        There are a few more tokens that need to be inspected.
        
        Change-Id: I59b5046ddde5eb8b638ad8f17b00bc7eb6966467

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e1933af841bc942d0283a1943a0dd7ca0fa5357]

        coverity#1103752 : Uninitialized scalar field
        
        Change-Id: Ifa23d7767a1e6b9a3573d9e58bf5b36ac67ef612

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [e0b6d450882c6e37f4a59651e67de9ba18305f66]

        coverity#1103753 : Uninitialized scalar field
        
        Change-Id: I1d4b59fb0a4f6eadcc1e46c6ce5bf2a209684299

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [a11c92ddda29373fa80e276198737476767e9a42]

        coverity#1103754 : Uninitialized scalar field
        
        Change-Id: I8323c6fc754835728d98a028424d4c90f7bd97f7

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [8df4ce0ebe1240ed8f6def3af8f810e3f207555f]

        coverity#1130481 : Uninitialized scalar field
        
        Change-Id: I41025a3dfe16af9417b1ae8c7668c76cb501c7b9

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c9e4d9b223a0593686bee800484de3c23095d4f]

        macosx: add --enable-macosx-retina
        
        this tell the info.plist that the application is
        'high resolution enabled'
        
        Change-Id: I8e43e20f78c822d1cebab873f340143fe2dee4ea

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [121d5d545b256333543b4679ef64313fac4ad109]

        coverity#1130487 : Unitialized scalar field
        
        Change-Id: Iea976b917c41b7557b18298e20adf2ccd6663670

2014-01-27  Takeshi Abe  <tabe@fixedpoint.jp>  [eeb0ff07ad90936cff16f065680b95f0e4ae7192]

        Fix memory leaks
        
        Change-Id: Ied2b622d4a1dd20a1b79c270aa7b4828e5c103f2

2014-01-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [39026305e25d3b010e95a0dfa3ae9ca4f1319e98]

        Fix include path error in mkdocs.sh introduced in 247cd3381745
        
        Unfortunately in commit 247cd33817457789645827a52d79a1876b9760a3 I
        mistakenly included the directories wrongly. This fixes this.
        
        Change-Id: I91193321d1264985eab4865ca05adeab96401b2f
        Reviewed-on: https://gerrit.libreoffice.org/7669
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-26  jorendc  <joren.libreoffice@telenet.be>  [06e9730b0347ef6c9dffea9508d7139c230a3e92]

        Add basic multi-threading for each mimetype
        
        Change-Id: Ife0766ddd259bb7d86a9c7bdcf3e9c2849208cf0
        Reviewed-on: https://gerrit.libreoffice.org/7123
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [247cd33817457789645827a52d79a1876b9760a3]

        fdo#74013 make makedocs.sh look in correct project header directories
        
        At the moment, project headers can be either in $PROJECT/inc or
        include/$PROJECT. I believe it is possible for them to be in both
        locations. Unfortunately, we check for both areas, and doxygen spits
        out an error.
        
        Fix is to check if the header directory exists, only use it if it does.
        
        Change-Id: I2e59d8ce0028c20b7d239dcc6e07792edf7078d1
        Reviewed-on: https://gerrit.libreoffice.org/7631
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [b7ad3991628b0dee40bb1f823ca90b5c71b49939]

        long to sal_Int32
        
        Change-Id: I03c3d93c03239ae39bb3078ffabe71276ec37d25
        Reviewed-on: https://gerrit.libreoffice.org/7658
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-26  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [7649e53d6f45cdb3216067f0674700a44b0c74d3]

        fdo#39468 Translate German comments (include/filter/msfilter/svdfppt.hxx)
        
        Translate remaining German comments to English.
        Also remove an empty comment.
        
        Change-Id: I11b8fad73a7a7e9bfc751d812be05d4b81784fbb
        Reviewed-on: https://gerrit.libreoffice.org/7666
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-26  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [c2834582132305c372ff6961593063e8b6745ef8]

        fdo#39468 Translate German comments to English (vcl/inc/window.h)
        
        Change-Id: I83a0e77f6399cdb4cac19ad14da6ea21b4a66969
        Also: minor indentation fixes, and unnecessary comments removed
        Reviewed-on: https://gerrit.libreoffice.org/7651
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-26  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [a09ed6b93acc32ffff97fe8d651d065a0e2f0eaa]

        fdo#39468 Translate comments to English in sw/source/core/unocore/unoobj.cxx
        
        Change-Id: I67a3c80dbdfcd01e0bc0a38bc136a0f37b25c053
        Reviewed-on: https://gerrit.libreoffice.org/7650
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-26  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [5591e21e31837211e591dc3cda4b75dd35c5b03d]

        Translate some German comments to English, and remove some ASCII art.
        
        Additional changes according to Chris Sherlock's wishes (removing
        comment decorations, removing no-purpose comments)
        
        Change-Id: I5346010d67ed5d1b2b2ad0df91ac472dde905683
        Reviewed-on: https://gerrit.libreoffice.org/7504
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-26  Tor Lillqvist  <tml@collabora.com>  [87192f1a4ae64f5374d277509f0d2e4a1aad6015]

        Workaround for MSVC error C2216: 'override' cannot be used with 'inline'
        
        That error is as such apparently bogus, but using 'inline' is
        pointless cargo cult there anyway, so drop it.
        
        Change-Id: I37b826050006e853db724248bac4f22cceece792

2014-01-26  Julien Nabet  <serval2412@yahoo.fr>  [3f42c99fedb4502386a65a106c1552859d951c0e]

        coverity#1157752 : Copy-paste error
        
        Change-Id: Ic1f6983ebaf0f14542a8f8ebc071382018aa3686

2014-01-26  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [8ef77fc61e207598d5ad6ca428ccac4249aed170]

        fdo#54938 Convert extensions to cppu::supportsService
        
        Change-Id: If3675c28a204168d7385b1421dbb70b2a9b719e2
        Reviewed-on: https://gerrit.libreoffice.org/7648
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [cd20baf40aba2153091eb5e7c680fd7e458c3286]

        implicitboolconversion: warn about mixing bool with integer
        
        ...in &=, |=, ^=, as does MSVC, too.
        
        Change-Id: I57ecc9d784dd483e04ae561c62595b1d0380517f

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [3b4b4ed3b3fa73265b2f2506985dec6a4e1068f2]

        Edit::IsModified should return bool
        
        Change-Id: I0aafdd37c73cd47b9dc68b60a32db35c8c11f455

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [f03aebbd5fd4571d0663a8287dcc6a030b56305a]

        bool improvements
        
        Change-Id: I00eb9eb8fa356f17fa219c4a669f8301064bfc83

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [31d649000a87edbec3eee2d5d1e176aa5cc8473a]

        bool improvements
        
        Change-Id: Iaa2986e9ab3e12350d2121f2ad3d3ea23e9a3b50

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [ad5dcd60a9f9fef63d74259b11faabb285abc761]

        bool improvements
        
        Change-Id: I5649e051b59143e1d490a7a920465422a25d814c

2014-01-26  Stephan Bergmann  <sbergman@redhat.com>  [23382371ad97d26b44256aaae89242f2e39cd639]

        bIsSetType is never read
        
        Change-Id: Ic65f51fa1d10027a0299ee67e162ce51c57b2530

2014-01-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [aeb1e8fd92a5622be1476e25eba6477b29ff1273]

        RTF import: fix handling of font color from paragraph style
        
        Change-Id: I6bbad2d69863020ea870be800f49e13e763b80bf

2014-01-26  Tor Lillqvist  <tml@collabora.com>  [512d8f049530b944ee5f693e34db27797dc2756b]

        Make sure ShowNativeDialog() shows something: Use NSLog()
        
        Change-Id: I5ca0a471c980aa19d243500e95ee8cf585e1be9e

2014-01-26  Chris Sherlock  <chris.sherlock79@gmail.com>  [756873f014646ce1c8ef540bee05bd420680b663]

        fdo#74013 Upgrade doxygen config file
        
        The latest version of Doxygen doesn't like some of the obsolete options
        
        Also increase DOT_GRAPH_MAX_NODES to 200
        
        Change-Id: I196fdb010088dc446be3a366804df7d5dc815039
        Reviewed-on: https://gerrit.libreoffice.org/7610
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [d64a146e33b856f48191868c4647e7cc312e0fad]

        coverity#1157759 : Logically dead code
        
        Change-Id: I414b5a3bd7c00878af273b0fe6940c86fba52da4

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [fcb208718396fe994936181f8bbfcc2346092564]

        coverity#1157760 : Logically dead code
        
        Change-Id: I774cdf3a1c2a3729379a50a3ae14cca2b12f5e19

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [f8b8e32d2ab92b48d6a680056d6ddb7bdc1c0a08]

        coverity#1157763 : Logically dead code
        
        Change-Id: I88b9c661903ea2d5d243b071e2732cdf6efb801e

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [efd02d15c61990f165a0b9f03db58450571775df]

        coverity#1157764 : Logically dead code
        
        Change-Id: I08e24bd70fabb1098f07d9765dd391dfe18d4e30

2014-01-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [5a2252d3231039820546e2a72109dfc1f36b0529]

        coverity#1157770 : Logically dead code
        
        Change-Id: I92ccd06eb690205f1a47a86297077436e65e17b2

2014-01-26  Tomas Chvatal  <tomas.chvatal@gmail.com>  [cc380501c2ca569ed64e42d488e9fb4084f7cdaf]

        Use pkgconfig to detect curl first, then fallback to curl-config.
        
        Change-Id: I3666c4d0298a76062a24ad8ae1c319f3480a9290
        Reviewed-on: https://gerrit.libreoffice.org/7643
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [df5503af6a472afc40d2f5f144c616ebb686c248]

        coverity#708449 coverity#708450 Unitialized scalar field
        
        Change-Id: I2774fea82ff207113cd4e8b5d8a5fa60803b2211

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [39005f18173edb0b5432c2634a91f3d9bde90d0b]

        coverity#708448 Unitialized scalar field
        
        Change-Id: I73e238a03755b7de08560aa63b427f60ac247b35

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [314696eadef31b981054b7f2897f0caff1168d43]

        coverity#708447 Unitialized scalar field
        
        Change-Id: Id94d9062c6eaf71e3966cea8c63f836c612fe77a

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [47e152b46a7c520d14a168ef6aa6de8aad60212d]

        coverity#708446 Unitialized scalar field
        
        Not done in CtorInitFormatter, because the later is used
        in SwTxtFrm::FormatOnceMore() to 're-initialize'
        and is in unclear that it is OK to trash/reset bUnclipped
        as that point.
        So doing it in the construcotr itself garanteed
        that bUnclipped is not left un-initialized
        without risking messing with the semantic of use
        in SwTxtFrm
        
        Change-Id: I62c7f2adf00c407cdf2e01fa50bdfa131f501064

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [703078f9436ae9ab2aff6b7d506a967cd48f283f]

        coverity#708445 Unitialized scalar field
        
        Change-Id: I844cf39a38ba4ea2495997a91b20d5e82c3b3840

2014-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d6388e4dcd4d113c05de6cc5bff4f4a27f83887f]

        iosremote: add translations
        
        and change bundle-ID to the explicit org.libreoffice.iosremote
        
        Change-Id: I92e43156b749e6717b7391208337977f62ce5aef

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b76a8689277a8d51af448268852cd872ba424de4]

        coverity#708444 Unitialized scalar field
        
        Change-Id: I6057dc839cebf0b16621f5989129f0c1cbe535ff

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b03cb2015f1a19b269cafffdece14159062afddb]

        coverity#708443 Unitialized scalar field
        
        Change-Id: I7c8782adba8618bb6dbdcec8972de3696803a524

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d033a5c89317fd8d38f4bec4ba5ae5e0706f18ad]

        coverity#708442 Unitialized scalar field
        
        Change-Id: Ica7177c9a6d16a3c4d5486f2d8e127c5a995803d

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b76b20b48e87d738ce1cfae404c9b76c887b22cf]

        coverity#708427 Unitialized scalar field
        
        Change-Id: I97d87e4fb981bfed6a6a1058913d1fd651b177bc

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d3e90b2c5b56613930cc3da706399418d9705cf2]

        coverity#708430 Unitialized scalar field
        
        Change-Id: I37ed503ae02f2b577f0e360cdce1ccd78e31e5cc

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [399ea5e9a312fe6278beff95d6ec96ead7abfc52]

        coverity#708423 Unitialized scalar field
        
        Change-Id: I0fde656116f1fbb54894a74fed8f0387cb37c665

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1c0ff14261474143fe73c8f1583e3eb3ef96b9e]

        coverity#708421 : Uninitialized scalar field
        
        Change-Id: I16a76da86a961b182d97afcd20bfda8aa10a62eb

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c06444d0e7b6183505d221ec4fcda7950b77a77]

        coverity#983075 : ressource leak
        
        Change-Id: I70c0be6be1e880dacbf56aa6b040d6a514ce0f5c

2014-01-26  siqi  <me@siqi.fr>  [adbfc8a0dba9fac1d372756ac46e0355c17951b7]

        remove unused images
        
        Change-Id: Ifae3ab7c1c4eaa28e75ede3b799726a53c1d49d2

2014-01-26  siqi  <me@siqi.fr>  [bf67bc6eaa9826ac807b664e3480181e1d89287e]

        info-plist make use of image assets to manage icons files
        
        Change-Id: Ib6be4cb1e0eb60363b4a106f0297ec69520ac91e

2014-01-26  siqi  <siqi.liu43@gmail.com>  [79c6ee4513e30a39fff6dfe137aa9b6391f4ab25]

        icons with required sizes for iOS7
        
        Change-Id: I2afad83240a2306bb8a4312659c75613c9c7519e

2014-01-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [04c3d13ed942e6fc9feb78535701d48e5034d9e2]

        iosremote: remove invalid icon references
        
        The plist contains references to icons that don't exist.
        This breaks iTunes validation / prevents submitting to appstore
        
        Change-Id: I7028960d5e237367224dc16be39a9e5e729ae745

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [0f0e6217dd2ac5e20c0a55e50aa23a477ecb3d61]

        coverity#738073 Uncaught exception
        
        Change-Id: I2bdb57a23118d0ed6f8689dcd9cbefde21efcadd

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [33277614dd160b56bb87b8ec2ed6c5798ab047d0]

        coverity#704343 Dead default in switch
        
        only >= 0 and <= 4 are possible here, make 0 the default to keep
        coverity and compilers both happy
        
        Change-Id: I2e1e6a4ea3a1fd30f230e59ecdcb6b55e9028c08

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [c3b888d5be3f0276e40f6412cd01e5eff8ddda0e]

        coverity#441000 Logically dead code
        
        Change-Id: I4fa2639b62ee08dc2367cfc975bf673cbed65fb6

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [c4b217c03e4759cfa1341e4835e3faf32a9ca730]

        coverity#440998 Logically dead code
        
        Change-Id: Ie7647ef6fb605f14febfb83804b23d8fd62bc717

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [5e6b8aebf1a6c7ef88f8c6ee86a8984d18869ccc]

        coverity#440997 Logically dead code
        
        Change-Id: Id8340d1c5c07026da7f737924d5caf3e6254c340

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [44348f093ec2e77366856ee277d67a563b67c9b9]

        coverity#440996 Logically dead code
        
        Change-Id: I4ef10ab73aa506394f49e5501a4f6c35543cc573

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [081837dbf5696988423f6858e503efd7fa9b5b5f]

        coverity#440995 Logically dead code
        
        Change-Id: I8494cef9c63895c0d7b0a2377961da2df8f34606

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [cb10f3324e63faf2ef6593070f195e7a52d3f4b9]

        coverity#440994 Logically dead code
        
        Change-Id: Ib01d71c43ab3761973a95e2faf9113ec46424e97

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [ae78fd8fda475709e8738ca39ac0e5fdb741034f]

        coverity#440993 Logically dead code
        
        Change-Id: I03685c9a1db89ce4365945d88ce4251ccdf32246

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [0dda969660755caa1fe0ec2e32ba11490840c8e2]

        coverity#440936 Logically dead code
        
        Change-Id: I04299880a9e5ccc5d92aa194a9cd100a46906b79

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [cffd26d1030b67e0ed300dafd8fdb406564face6]

        coverity#440860 Logically dead code
        
        Change-Id: I8e57f3ecf4e4d4052c267b6e0c435253cf5b84ec

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [ee446f12390220ebcac8700a4fd4a1b5ebfc948d]

        coverity#440744 Dereference after null check
        
        Change-Id: Id9ab2ffde8eb82e49164350d1703e4d93f96663e

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [85344383974a7d45082c44dc679a5dc4fd2355c9]

        coverity#1158136 Unchecked dynamic_cast
        
        Change-Id: I8d4e7c497430faacd0d8f1138b9af8b2f11127a0

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [4f4a21c899499c5bb8cc1b1ccccaf66a0f6ab65e]

        coverity#1158251 Dereference before null check
        
        Change-Id: I724632f66d7ec64e165b039e8b9d8c43a9f5aaa7

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [6a52e7c94a09e285abff08a59f43ba8231f70af1]

        coverity#1158257 Unintended sign extension
        
        Change-Id: I20b32255336c3efeef796df78b7af7a12dd60833

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

        coverity#1158346 Uncaught exception
        
        Change-Id: Ifd85f727dc741b2d59bfc9eebabbff24e0e69e1d

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [f1b1e73227471192682d303a58618ca8bd65a74d]

        coverity#1158347 Uncaught exception
        
        Change-Id: Iacaf59724b71d810270545d1e9dd04d59125cc92

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [262babd17e6784b307ce916e46014ef0405cca77]

        coverity#1158348 Uncaught exception
        
        Change-Id: I89dea1733a1c914a913fe31bb66b6e30c1e55dc9

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [26d50b03c83f7d12c334c466bd3ca0be29d1f6ec]

        coverity#1158349 Uncaught exception
        
        Change-Id: I9c6ff59dbb3a286a37dcef8e47f38226f6765621

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [8fe954bf05fcbb458d1cceb36705590b5e8fbe39]

        coverity#1158350 Uncaught exception
        
        Change-Id: Ia2775cc9b93eb6805ec01a30391bcc22b175a7d3

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [c052deac30a0f19a15f0eb6a26c48f55b534c657]

        coverity#1158351 Uncaught exception
        
        Change-Id: I8549a8fe7cbb262712c5a4996802a8c724ea3645

2014-01-25  Ayantha Randika  <randika.deultima@gmail.com>  [28e9efe5b4d6699b33498953e798f76008edaeda]

        fdo#40694 - Error in message when truncating col/row numbers in calc
        
        It looks like while older version (3.5.x) gives a wrong warning
        The newer version doesn't give any warnings.
        With this it gives the warning with correct message.
        
        Change-Id: Iad3eac92527ac6acbc534fe77d8d39e5b242ca93
        Reviewed-on: https://gerrit.libreoffice.org/7618
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-25  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [03cc76aad32b0aa40e229b14d3b2dca3ebc92dd8]

        fdo#54938 Convert toolkit to cppu::supportsService
        
        Change-Id: I3a35a86d9ad9419011f0305fdc41c8484ae63a04
        Reviewed-on: https://gerrit.libreoffice.org/7646
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-01-25  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [74c876e615fe575657d0a083f5a3781d4020f0c4]

        fdo#54938 Convert chart2 to cppu::supportsService
        
        Change-Id: I26e993a6b0dfc54637651b1a093d896faf5b42d3
        Reviewed-on: https://gerrit.libreoffice.org/7644
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [5685b96509af906697c3f460c38eac8187a7a3a0]

        coverity#1158352 Uncaught exception
        
        Change-Id: Idd0b4fae13523a0839ea2b42dce663277f586925

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [6eddd93b430eeb7843a859dc296342b21b8c10ad]

        coverity#1158353 Uncaught exception
        
        Change-Id: Ib30c3f702a0f16922e5f7ab305bbe1f593714219

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [6cb0a0733597a14fd3a806055f5c742349152c3e]

        coverity#1158355 Uncaught exception
        
        Change-Id: Ie40808c0fe78beca5b9c30b3ea5d60452b3212a4

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [cd1e7c75b7318ea482458e45cf91202067290a49]

        coverity#1158355 Uncaught exception
        
        Change-Id: I60dff924402b026c1f5d678ce81889396a0f8bd8

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [b777fc2fdceee42d1ff52b495425b5f69ce680f5]

        coverity#1158359 Uncaught exception
        
        Change-Id: I0428d5de262edde14950f7587803109e9a72fde7

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [71a0bb02fe9a3b144ccfe31ed45dedb67931dd02]

        coverity#1158360 Uncaught exception
        
        Change-Id: I88c2e0b8378fb41b9ad24cab9e8434817602e084

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [f452945b4090a9b7103b3a50c8fc0dee29329738]

        coverity#1158361 Uncaught exception
        
        Change-Id: I65af9fd82027fd7a00e18631707f5300f488ac95

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [7dd66ca901329c301a2802f31d3fb3397f9a8865]

        coverity#1158362 Uncaught exception
        
        Change-Id: I60c2b84a9114074bac159379be2cb0ad0e46fceb

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [7b8b30754ce59f60f211960bd5f0a480d365e0d5]

        coverity#1158365 Uncaught exception
        
        Change-Id: I821189c6baa6737dd3ff8cecd6c622e62d91d653

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [cda6a49a63a1f12b80d32daa49f628941879c8ac]

        coverity#1158368 Uncaught exception
        
        Change-Id: Iac5d5740c11254bf6e2f343ab7beca9b3e2b1faf

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [eec526b5db5bb3fb961acd7b75b43f522547a8ef]

        coverity#1158369 Uncaught exception
        
        Change-Id: I6c582a947f014b6a5f80ad70b02b7cd7a2a7e018

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [1a4bf7918b20f7c1e64404ee871cd16703c5c2bf]

        coverity#1158370 Uncaught exception
        
        Change-Id: Ic21644e6430618b3951a925eeeb60132f106c911

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [fbb1bdb3a5fe5b0cf3784380cfdf172872f129a7]

        coverity#1158371 Uncaught exception
        
        Change-Id: Id66ca9610c7f2204eb9a2bdc9a2a6c5e6a9c80df

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [5ec2e8111a8143b5c943285070a0157d09ea12a5]

        coverity#1158372 Uncaught exception
        
        Change-Id: I1eacc1e0db5d4674bed639a9fb5eda07601ed585

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [e166b36a056181b80860affece4f9ac2c8ef6c9f]

        coverity#1158373 Uncaught exception
        
        Change-Id: I2090484b255af60fdb5df5d9378c156794e43c5e

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [19b98a7c56f7987f9d59fde5a6620f0a30e9ab52]

        coverity#1158374 Uncaught exception
        
        Change-Id: Ib01554a753fe521b0730d4254411e3f925b83e7a

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [51c5941f71e87d283a8e6d553f88f18c97ae9a1d]

        coverity#1158375 Uncaught exception
        
        Change-Id: I28804c695c0ad19ce3f6323c033deda73f864562

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [0c283f81fc41a3af9451f1b151b270f65e45bd5d]

        coverity#1158376 Uncaught exception
        
        Change-Id: I1e4e44daa3a5a585934597fc28927931c065dcba

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [8cf85e589147b2b05273bf32dccb62d508f878f6]

        coverity#1158377 Uncaught exception
        
        Change-Id: I2000d825000f2bcf2d4448af111b2f03499a2f3c

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [45874e428a2e51b6394bc06fc0012dd41a8acc40]

        coverity#1158378 Uncaught exception
        
        Change-Id: Ie580e4d8282628d06bff5b8f6b191cbd4934a6c7

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [d001941bb494ca329302a72960c766e15d85d46f]

        coverity#1158379 Uncaught exception
        
        Change-Id: Ifd64d1942c92b826cdc73b17c14ef1565526db3f

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [5d7d4e78d72003e75a9aa2c705cd5dad68bdc9be]

        coverity#1157769 Logically dead code
        
        Change-Id: I48b83a8fba756ad44f9b823357f3fdd42a297430

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [a4bcd0f35ae89625ce6f1f1014514a3b478e1073]

        coverity#1158380 Uncaught exception
        
        Change-Id: I5bd8f6e3e4c0b6baf3b0333c2dd8d3f03bf59983

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [7106e437bc3eec7a601624d5628c3b5e96a01814]

        1158273 Uncaught exception
        
        Change-Id: I3983da2d585762d81446902a710e9a97c6354669

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [8674cf050da1042ad123972a7a50503a3a168bd9]

        coverity#1158196 Dereference null return value
        
        Change-Id: Ic2125631e1986f851296406e91f3cf89bd982915

2014-01-25  Caolán McNamara  <caolanm@redhat.com>  [ad58005cbe18ba1181de47bd949bfe154f1838a3]

        coverity#1158199 Dereference null return value
        
        Change-Id: I87c5193ed4a605e85bb57bd0991725202c871966

2014-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [f72947d5f651216f1ee004bee7f271c9e21c22dc]

        writerfilter: whitespace fixes in TablePositionHandler
        
        Change-Id: I0d4a624ee75e701966a2694642d71483c6ec572f

2014-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [6de362e954ba2767d2970223add0173c8909483f]

        writerfilter: remove no longer needed generated qnametostr.cxx in doctok
        
        Change-Id: I47607894a5903266052cef012a55c9655cc90e89

2014-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [da52cd209e4ce77ae5dc06866039fd0f0a28e778]

        writerfilter: remove no longer needed generated resourceids.hxx in doctok
        
        Change-Id: I5777e4846daccfbd78fa8a4f47c313a225d7aed2

2014-01-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [da3cefa79472d14bea997fea14a85271dda4dccd]

        writerfilter: remove last unneeded resource class in doctok
        
        Change-Id: I66148f6bcce48418da598d843bdd1685190c15c6

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [83924113beb0ebfd6abbe6f8ca44fb929da0934c]

        coverity#704842 Dereference after NULL check
        
        Change-Id: If74a78ffe0bcbd936448ed70b8fc796561fc7001

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [5d8bd348ec1c136ce423bc76cd06bf91d96f54e4]

        coverity#440841 : Dereference after NULL check
        
        Change-Id: Ifdbd256c3478161c16fff02e79608498175aa024

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e190c8345d8a6abb933affe1416ed85100eceb19]

        coverity#440824 : Dereference after NULL check
        
        Change-Id: Ie5c5c687c4a6dbe07abdf2f8ad0dfedb39c7abf0

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [92864323e721b52e589e1720206b1a435f85263d]

        coverity#4407301 Dereference after null check
        
        Change-Id: I3cbb28a65dc75ac641cac88148e36ec3a819ffc4

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3de5e97e435504f7194e540228087aa57148552a]

        coverity#440730 Dereference after null check
        
        Change-Id: Iab8f02e3bb1e03c0ee7efdd0b47d8329d786578d

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [57f288fdcc775f044700aac98c8cf94024c4b7db]

        coverity#440240 Dereference after null check
        
        Change-Id: I1ca5e4d31ab203a0ddd5e98928f5046f5fffb485

2014-01-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4b1ab968716a82edfa956999336e5eb7cc8407bc]

        coverity#440167 Dereference after null check
        
        Change-Id: I05bb7592600ab157d7a5e9dc6280168519d7b5bd

2014-01-25  Thomas Arnhold  <thomas@arnhold.org>  [61cb4a8e956f7471ae654955bc5aa77a67852d34]

        some more CMYK -> CYMK

2014-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b1cf5ab9e54e20282581088c13d470d66afaf8a]

        OOXML validation fix for charts
        
        smooth entry was written too early
        
        Change-Id: I200f67dd70c8efa0f46fbe177add36b6c80a96f4

2014-01-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [ba697931a74e047206739c1935dc06a0890c5661]

        drawingML import: parse shape text run inside w:sdt and s:sdtContent
        
        Change-Id: I6dc5939ae66967785cdc5dab318024b8cb17d1cd

2014-01-25  Zolnai Tamás  <tamas.zolnai@collabora.com>  [9808306875fff4b97db6acb1182a153c874f15c5]

        Related fdo#65826: Set StartCenter's min width to display one column of docs
        
        If there is document to display. Otherwise set minimum to the width
        of greating background text.
        
        Updating minimum size is needed only when the list is cleared.
        
        Change-Id: Ic089571fd21d5ab9ded0f4cde7e1aa72fd508d32

2014-01-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1511047198ce36bcc910732bf8dfc5d40550b927]

        This yields slightly better performance.
        
        Change-Id: Ibc063e762f0fde10b3387c52117e4010aca61d10

2014-01-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ab05317c79f665bcf9d5cff7b8312ce6963ff969]

        Stop leaking all ScPostIt instances.
        
        And re-implement correct swapping of two ScPostIt instances during
        sort.
        
        Change-Id: Ifbf120aae594342ae0b7c5760f771c53092c8022

2014-01-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [80ea2822c368e6655d216c32904268fc335ef6a4]

        Optimize copy-n-pasting of single cell replicated over a range.
        
        This is a very common operation. Let's speed it up a bit.
        
        TODO : Handle cell comments.
        
        Change-Id: I5442bf19008475a9427b889c1eb641cacd8ff161

2014-01-24  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f634bc18a0594cc103c1f8a3e0e34fb6024c666d]

        Use this scope tool instead.
        
        Change-Id: I44d1762bb532fac403963bdebaa98228eebe8f05

2014-01-25  Michael Stahl  <mstahl@redhat.com>  [ecf617ee0cb74526e3989500c122835c32082845]

        fdo#68876: sw: layout should never care about IsFirstShared()
        
        With 75084f6c42c27dc95418df9cefed2fddfb26000e the layout should put the
        "first" frame-format on every first-page of a page style; unfortunately
        SwFrm::OnFirstPage() was not adapted with this change and that results
        in various misbehaviour in the layout.
        
        Change-Id: Ia31add0d72ca581963b7e8e40c3ea932361b7fd6

2014-01-24  Xisco Fauli  <anistenis@gmail.com>  [574773ac298153b97237b3432b601a83938eaf6b]

        pywizards: update callRemote methods
        
        Change-Id: Id4a335b19f48738d0f2a02e3660e57701bbc7ef2

2014-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [acdfb2593564ea23d4bbb999856922568d7ab2c3]

        dbaccess: disable hanging close() for now
        
        I don't know why it hangs, but seems even without closing, the test
        still fails after reverting fc9080a0c60f263d00eb71111fcda72b3c0a2ebb
        (fdo#67685 open xSourceLibrariesStor only when needed, 2013-08-02).
        
        Once the test no longer hangs, of course feel free to add this back.
        
        Change-Id: If124b7f57a8fa2d522ebdb448366aec6f1ff4987

2014-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [f453cf1d328f96dd5ad8e94b102bff3124e06154]

        writerfilter: refactor to avoid redundant Papx class in doctok
        
        Change-Id: Ic65e750bab99fb6b4c862418ccc53aa4b1f1298e

2014-01-24  Julien Nabet  <serval2412@yahoo.fr>  [38fed70782ae6ac6b0282897c7abc6fa33a6de9e]

        Replace "cymk" by "cmyk"
        
        See http://en.wikipedia.org/wiki/CMYK_color_model
        
        Change-Id: Ie0264694f7daf6c5de1c7c056e16e10bda2b24ac

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [5b76acefbaa3d01baa50337441cdef81bdadd145]

        coverity#1158202 Dereference null return value
        
        Change-Id: I7a39b28cd295d0ab2dd4ba54fd9ff312f89764b7

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [7d7d6cfc2ce58a7a4a26c3d5d1ac7682785593a8]

        coverity#1158381 Uncaught exception
        
        Change-Id: I617b2e1a501dd2df73aa2201fa8e8e43c814d66f

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [f9f0c0d2b13099848d8ea7a68a6d4cee08f71b47]

        coverity#1158382 Uncaught exception
        
        Change-Id: Icd86cfa4ff0c4c26de0f4f9258646353e718823e

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [71bd3ad7eb7b57208053bb2e41a1a6152c56a1aa]

        coverity#1158385 Uncaught exception
        
        Change-Id: I204efd1c17d07f4fb24be9783d78173a57ef4ea9

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [306952933c87f79a61b6fb008322199d6410ade7]

        coverity#1158401 Uncaught exception
        
        Change-Id: I5066b2dbf935157869fdec5ae588df649e63b6ba

2014-01-24  Eike Rathke  <erack@redhat.com>  [70abaf45eac49405aee70bbad13bcda75d8a9c15]

        resolved fdo#73235 initialize reference flags
        
        References initialized via ScSingleRefData::InitAddressRel() and
        ScComplexRefData::InitRangeRel() didn't have their flags memory
        initialized, leading to tab/col/row reference may had been flagged as
        deleted or other quirks.
        
        This also fixes fdo#72605
        
        Change-Id: If5e9f4c3a9171f068f7986d2bd6b4b312df3c37e

2014-01-24  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [4f3012fc05fa0eeae412d9e2bfca3d7e60914a8c]

        ooxml: Fix incorrectly named shape type in translation table
        
        Change-Id: Iad49c54e29afb4a5fa0198d5300ca63dcb360874

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [8663493e53bf5f9aa068c1e59e11908a94c5ea08]

        bool improvements
        
        Change-Id: I5e597c32bf6a2c44fe3b3dc1d67ac0202d556387

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [6935acb053dcc202a7ce72cdd0fc3a30f1161be0]

        Replace "known-good" dynamic_casts with static_casts
        
        ...it avoids false warnings about unchecked dynamic_cast results from static
        code analyzers, and potentially makes the code a little faster, too.  (Most of
        these dynamic_casts were kind of a leftover from a very early design that
        dispateched on Node type via dynamic_cast instead of a Node::Kind, but which was
        much too slow.)
        
        Change-Id: I8db08a1c35783f8ea6c51eed55b11faa2d958807

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [a0e4c24ecf8c92f3dba91a1b2319ec816ab57016]

        Revert "coverity#704575 et al.  and clean-up."
        
        This reverts commit 753eeac8a641d70ad0c44bb15fa8949ac991f5d9, which added bogus
        
          if (... != 0)
        
        checks after dynamic_casts that cannot fail, making the code now look as if it
        was expected that those casts can fail and the code is prepared to handle it
        (which it is not).  Silencing the false coverity reports will be addressed in a
        follow-up commit.
        
        (That commit unfortunately mixed those changes with mass cosmetic changes.)

2014-01-24  Stefan Ring  <stefanrin@gmail.com>  [441eecc438bb177c8f15b0c2ee46a90ebb83d361]

        Translated German comments
        
        I've tried to translate them as faithfully as possible. Some of them really
        don't seem to make any sense at all. There are quite some incomplete sentences,
        and they are sloppily put together in general.
        
        Change-Id: I3d215343de4d3b33a609f3dc52e8cfa7cd8c1d67
        Reviewed-on: https://gerrit.libreoffice.org/7599
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Stefan Ring  <stefanrin@gmail.com>  [ff388329319af4e2e10b1c892ca5ba03c9a37b9d]

        German translation: translated assertion-/exception-like strings
        
        Change-Id: I5146951c6a1e569f7c7b36fc734c1c69f0b994f3
        Reviewed-on: https://gerrit.libreoffice.org/7598
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Anderson Roberto  <andersonn.roberto@gmail.com>  [2604726a02cc46376e19b5bd5da09bb5d1eab760]

        Add file extensions from MSVS to gitignore file
        
        Change-Id: Icb976111a3442eff2cd3ba0b015eef7067fe7006
        Reviewed-on: https://gerrit.libreoffice.org/7582
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b477392490fb11f9b990585ea8dc3a1efb081ce4]

        fdo#39468 Translate German comments
        
        Change-Id: I95d10209db3701c2511213c9830191fd5a797889
        Reviewed-on: https://gerrit.libreoffice.org/7574
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [336b25e622a0a23fe67fca14f51b20039fbb1d5f]

        fdo#63154 Removed unused solar.h reference in chart2
        
        Change-Id: I4a16cd5492ced3c067fb037f31cb74a6d8068de1
        Reviewed-on: https://gerrit.libreoffice.org/7603
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [3ab5dc7dad0bc0fdeaffaa40e38c5fbaf49698ce]

        Fix FTBFS when TDE integration is enabled
        
        Change-Id: Ia44e15044879fbbc169f7097a6f5f14346a0cf39
        Reviewed-on: https://gerrit.libreoffice.org/7626
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-24  Tor Lillqvist  <tml@collabora.com>  [09ce5fe4acaf2330d7419f15e132da62747c408d]

        Add cppuhelper.shlib
        
        Change-Id: I61579c7f84bb3df0d9c493cb93b47a00b0d174b4

2014-01-24  Tor Lillqvist  <tml@collabora.com>  [24386ce4e3903cbbc235eb7e1dacb1a5326e966e]

        Log what we are about to "load" in the DISABLE_DYNLOADING case
        
        Change-Id: I75b9511e82d57da453527e7bc497ec1523ab2216

2014-01-24  Tor Lillqvist  <tml@collabora.com>  [f3f77f5562b24591e25750eacd5baf676a84c243]

        Produce a ld map file, too
        
        Change-Id: Ieded05eb402e3d87ad039cd06b86e99114ff5afe

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [e24605a72f19116fd115ca1f7fa84298b0037c70]

        Include boost/ptr_container/ptr_vector.hpp at the beginning again.
        
        This might fix
        "workdir/UnpackedTarball/boost/boost/ptr_container/detail/static_move_ptr.hpp:154:46:
        error: macro "check" passed 2 arguments, but takes just 1" ?
        
        Change-Id: Ie8504149f7d2853a631b47186f5ca46cdf96b79e

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [ff1cc2ae942306939a5b520d300c8c08c49e9827]

        undef check to progress mac build
        
        Change-Id: Ia13df162916c115390b87b027e6f9a1dbb72b7d9

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [7593b006dfea88f065e463194001783c0c8b46af]

        coverity#736909 Allocation too small for type
        
        Change-Id: I330ebdfd94d0c30b40e180e307d7543c09fd334b

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [28793abda5bdb55bedb21213a9aa06efe095a931]

        coverity#736908 Allocation too small for type
        
        Change-Id: Ic41c5071957f5e95322971f8ec3ef864edecdb20

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [fcf23e8a44f410e79149b9e7a649d42cc245026b]

        coverity#706117 Allocation too small for type
        
        Change-Id: I1bb2bd26e533cf5b7de5225f0bcf323446e69f63

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [def94cc40ef9a9b3498032e24c178a6c3c74262e]

        coverity#705670 Resource leak
        
        Change-Id: Ib89a580127d91e9d7a23b998df3cd100246bf289

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [39ebf9c164962949509adf0752dabca2cbac072a]

        coverity#1028320 Uninitialized scalar variable
        
        coverity#1028319 Uninitialized scalar variable
        
        coverity#707576 Uninitialized scalar variable
        
        coverity#707575 Uninitialized scalar variable
        
        coverity#707568 Uninitialized scalar variable
        
        coverity#707567 Uninitialized scalar variable
        
        coverity#707566 Uninitialized scalar variable
        
        coverity#707565 Uninitialized scalar variable
        
        coverity#707564 Uninitialized scalar variable
        
        covierty#707563 Uninitialized scalar variable
        
        Change-Id: I62c39b0e054f209117aab926d87339dc00a531f0

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [12a7203b2cd54d6ec0bb0969322a8dc2c4edccfd]

        coverity#708575 Uninitialized scalar field
        
        Change-Id: I8bf17ed4d0def478168311b82faffc7eed74fea4

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [2bcd43bcc2e7dc9ea155271f819d797a23159366]

        coverity#708212 Uninitialized scalar field
        
        Change-Id: Ib87858db74f393c1e52a78db822cb8e906cc57e9

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [2812a4eea7f209123ff5419f497f47fff2aa22f0]

        coverity#738922 Uninitialized scalar field
        
        Change-Id: I22ca430d8737834655e6f8c30ecf489a50e00ba1

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [88aeba2d0ed2cb2eda7a24ec971792b629506ffd]

        coverity#738923 Uninitialized scalar field
        
        Change-Id: I37e6fac75c5919a187c49490814d409d4c44006b

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [afb90e554c074a306d06a5c6c3e59e4c38a4ff66]

        coverity#738921 Uninitialized pointer field
        
        Change-Id: I607a8d75b9ee60015a382ee4111c5ca8bac6a1f8

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [5b0395948e52b1e224ca605d453a8b27a7adc61e]

        coverity#735339 Unchecked return value from library
        
        Change-Id: Ia6567cb6f779669c738469ba68b7ad675e99d71a

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [6a0f957968bab9f72295ad17d5d1b77aecef2d75]

        coverity#708952 Non-virtual destructor
        
        Change-Id: I4b09b3d6e11225d616a7a6f84eff6626a2490cd0

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [33d91958b4a10692de9f028d2303840e7a848bf2]

        Unbreak Windows build
        
        Change-Id: Iaf4c3183a23d80db0576c8411867aa6476d5b39f

2014-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [22c2ffaa8a5922145fb5947864fd1ee6bd2e8584]

        writerfilter: fix build with DEBUG_FACTORY defined and enable when dbglevel==2
        
        Change-Id: Ie56458a0f8752c21470e166735fd495c194f06ba

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [ef597d80dc18f9662a50f3abad5d39d0fd76449e]

        Introduce com.sun.star.task.theJobExecutor singleton.
        
        To replace com.sun.star.task.JobExecutor single-instance service,
        incorrectly converted in 748aa84e9808ad31c6ff6b71459525c82de10e58
        
        [including changes by Stephan Bergmann <sbergman@redhat.com>]
        
        Change-Id: I4cea2c63a20b5b22f6e1f822fb35fcc4d0397687
        Reviewed-on: https://gerrit.libreoffice.org/7609
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [4b1ecc4c7da84eee69c583222b62afbf6afed3ab]

        coverity#705740 Resource leak
        
        Change-Id: I646d7eabf77843f639ede33d018eac338c5d0d27

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [0df3ba835d512745cbf673cfe44f03693baf1a41]

        coverity#736746 Resource leak
        
        Change-Id: I01fc15563b57560fd503f66abf2e2fc07301feb7

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [f1afa83eadf2e2edec26b5ac50b6f28b17fb79ab]

        coverity#1130488 Uninitialized scalar field
        
        Change-Id: Ia1def7b58a9d7709d11336e2e27bd3b3679d7aea

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [45ef5c48f47b43da2c6898ebb234915f1468dbf6]

        coverity#1130491 Unused pointer value
        
        Change-Id: I6de205be4c35a0f06fa9c16671b99d44fb47f9d5

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [604ce7566d0ab2c6ddc94951773c23bf716728f4]

        coverity#708304 Uninitialized scalar field
        
        Change-Id: If82964036862e309dc1c90036df59942a24fd7d6

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [7b1c01887719f5631c67a581183f5a4b615d70c8]

        coverity#1158080 Dereference after null check
        
        Change-Id: I708977778bcd6d488d8f61703acbe90c62f6f2e4

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [d93c204f3769c2cb33439c2c41b2d5d4a7de9c3c]

        coverity#1158180 Argument cannot be negative
        
        Change-Id: Ic8dd6aeff02b08c8a3951ce0378eab95ba0c6f1d

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [cbff9d45e47a9d8e28a1570c45c3e4617a638ad1]

        coverity#1158214 Assign instead of compare
        
        Change-Id: Iaf1fd2a1b37338acef9c110e20911503255e8167

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [949ad7ac998a833f02fde9e4d7c43e2f831ca31a]

        coverity#1158239 Dereference before null check
        
        Change-Id: Ieb358c5449cdb2a0c4ce5c5602b6023f3697a57c

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [6c7b64bad403fb6eeac6e79d356f456f741a00d4]

        coverity#1158240 Dereference before null check
        
        Change-Id: I5ce6d5514c6bb2298dd00c43d21a43dba55268c3

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [e9ab0dbfec46e15c7723f10b55a18d61efaae306]

        coverity#1158253 Dereference before null check
        
        Change-Id: If653cc6dc0b53f66728500d779460ee352924947

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [269451915f6c676721c7094b14c04b61e44931f4]

        coverity#1158383 Uncaught exception
        
        Change-Id: I5c8e88406232ab579d23fd2a67756c5b637c2d96

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [3b65ac148cc0a125f41c9662439b99dc8b5b41cc]

        coverity#1158384 Uncaught exception
        
        Change-Id: I8e0b8f7c10f2289732246a3ce75d7ccd7650d0ea

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [8be64b9ffc76b5ee3bfff0716e2d7ae3e87e24af]

        coverity#1158386 Uncaught exception
        
        Change-Id: I51a5ef561e3a9f3f53567cb781a294a14712f97b

2014-01-24  Tor Lillqvist  <tml@collabora.com>  [9a5f95bd64d6920c55055506dd21824772d1d31f]

        Need stardiv_Toolkit_VCLXToolkit_get_implementation
        
        Change-Id: I2282ce87a1c91e2e948cf15c0a0f3b22f7b6c476

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [b663316e83ec6b19b8fc33ade38086b22ab04b67]

        Resolves: fdo#73355 reconcile legacy path bug detection
        
        reconcile
         "223f6b631c1b087754c0f9051fb55f029f2503ce
            Resolves: #i123433# Detect pseudo-vertices at svg import..."
        with
         "7a19798c73fd39d8d69ff6364f0696e68cdd1381"
            Compatibility option for incorrect relative moves after closePath (fdo#47406)
        and
         "a2ee8055e9c136923f0244fe289cac6377933c31"
            Fix fdo#47406 incorrect relative moves after closePath
        
        Change-Id: I1221099a40500aeb4165a3350d8ae2df1fd3111b

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [71f7f3eaff9fd69e8b754878cc5363c55d95de59]

        bool improvements
        
        Change-Id: I6798bcb995cf68f4a7121b0cfe3712a3564584ea

2014-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [15a0b755501273ce1d1be4da567eaed5a468bf75]

        oox: add wp14 tokens
        
        Change-Id: Iec9cfa1fd12c45cdab5ef97ab4eb2573577c412b

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [b667caafd7c5cb481808ed21ece02beb3b36dd43]

        Remove unneeded include to hopefully fix the tinderboxes.
        
        Change-Id: I991bb1049556d3d19726ecd36b8e1aad7207814c

2014-01-24  László Németh  <nemeth@numbertext.org>  [a78d61e8f97014068605b65f6480e2bfa9e6b611]

        remove unwanted include
        
        Change-Id: I9b8715add806efb45e287bffaccff2dd2cde70f5

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [2dd9ec8a3addd62e5a42560a6284ac23280a39f4]

        tk: Implementation com.sun.star.comp.awt.Layout does not exist.
        
        Change-Id: Ifbeef19ae7e4986b8f530ce4987ebd27f87ed9bf

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [e515b8b1217cb60046738573742cd38aca4c8499]

        tk: Constructor feature for last tk_ implementations.
        
        Change-Id: I55fee30e64cdb591d73cfcadfd7a9efb10485ba9

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [b7e51c20770c99e43162c366ff665f8df1da732e]

        tk: Ctor feature for the rest of dialogcontrol.cxx classes.
        
        Change-Id: Ic96abfe99112b78244e4318aed5b36b5af1dd679

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [c1fa1962ec165dca73e1ec3154ce8e8c90a5c16b]

        tk: Ctor feature for VCLX classes.
        
        Change-Id: I717638a3df4d6ed71d19f7bf4c2e574b37260739

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [cbdc2cfc1a7231234d5a5fc4855627c048b6fcea]

        tk: Ctor feature for UnoControlContainer(Model).
        
        Change-Id: I7f0e457eaf5057d325226633936e544ace1f1620

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [60ec73ddeaaca8195fd12e072bd3dd58229ab8c5]

        tk: Ctor feature for UnoScrollBarControl(Model).
        
        Change-Id: Ie37b81de21764186ab2ee9b19ac04d801880d2f9

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [68694f360f2c3f7957a7a4907b93d4d47d3900b6]

        tk: Ctor feature for StdTabController(Model).
        
        Change-Id: I3792b8b4d240c212d332c676d53eaa1f5dca3902

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [472b283666b271f8444903de0319e33a74dc7364]

        tk: Ctor feature for toolkit::(UnoControlRoadmapModel|UnoRoadmapControl).
        
        Change-Id: Ic748e90e96285c394a3a2ac30ad1090b91ede160

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [e626b730dfdd34a25bce1f0cd9b5889e2a8482af]

        tk: Constructor feature for MutableTreeDataModel.
        
        Change-Id: I9cd12e3bdfc20d4305e3daec6d0a6cffa599e000

2014-01-24  Matúš Kukan  <matus.kukan@collabora.com>  [3961bcb5f46331a1e6b4ce7f334ba6bbde11c899]

        tk: Constructor feature for VCLXToolkit.
        
        Change-Id: I1575ea1b14342a5a64f13d39e409ed33151bcdf9

2014-01-24  László Németh  <nemeth@numbertext.org>  [52d4203a312e9aecac9bffdc2afe93471b88a9dc]

        fdo#56954, fdo#73868 grammar checking UI fixes
        
        Change-Id: I20577ba3bfbd12a89d34892a8f32d9c2b741f4dd

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [800857bcbb57bca59818660e2c8cfad12ad2243a]

        convert dbwizard final page to .ui
        
        Change-Id: Ib31810170574e46b84a9847b25585fee791d630d

2014-01-24  Herbert Dürr  <hdu@apache.org>  [e4653eee7680831e6d0995d51d80fb63309c03ab]

        Related: #i123895# adjust VCL support for 64bit OSX port
        
        (cherry picked from commit 677d987b931c509c4240840c4f21ccad2b518b12)
        
        Conflicts:
        	vcl/aqua/source/a11y/aqua11ywrapperrow.mm
        	vcl/inc/aqua/aquavcltypes.h
        	vcl/inc/quartz/salgdi.h
        	vcl/osx/DropTarget.cxx
        	vcl/osx/salframe.cxx
        	vcl/osx/salinst.cxx
        	vcl/osx/salmenu.cxx
        	vcl/osx/vclnsapp.mm
        
        Change-Id: I30d72e7caa1269982d176bc4d3baf604d5e7a84b

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [4b0d7b61ba828785064133e40f960a464c1c147a]

        Updated core Project: help  d1b5923e46b6bca00d9e2875bc94d904be894e78

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [137480e9aafbb47f06ad8558574cc5210dc0dc39]

        bool improvements
        
        Change-Id: I7b66909d467f460d674434ae47c11808d1bf832d

2014-01-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [9820a8b2a0d89c355db5a363857c410125b54214]

        oox: tokenize wp14 namespace
        
        Change-Id: I6562cf7f9f090edf94ede2935233966d9dc4066f

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [2db20a6d2cc51a8bec911f8c8ccefa94f5d5a2e3]

        coverity#1158387 Uncaught exception
        
        Change-Id: I8a058e4f5ef988f527c266926dcb7c1fd7d66a40

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [13905ab5826307654cfa45ad544a673946424fca]

        coverity#1158388 Uncaught exception
        
        Change-Id: Iac1719c5ea44369c7c0c323a0784a320af5d4e5a

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [70f8d0ce223d723b8cdb5cb862ace8239d646073]

        coverity#1158391 Uncaught exception
        
        Change-Id: Iabe167ec7b1f4ad2a80ddbdb07e790dacbf126ab

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [a85fff6b062b9c2aa9b5f85e4723fdc416885c4d]

        coverity#1158390 Uncaught exception
        
        Change-Id: I12c1c2bb1136ff57a729787c94997b2468340b4d

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [64125a0b87c51f34ac8fa148749807d5deaed3d2]

        coverity#1158389 Uncaught exception
        
        Change-Id: I943e33bfd40378da63661ce34ca8d4638018bcd1

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [bfd17da03a138cbf911a3e080407c0bbdd9bef22]

        coverity#1157757 Logically dead code
        
        must have meant deviceScoreStart here
        
        Change-Id: I24530d0674e0a9de373bf54cfc3e3ae5ff124752

2014-01-24  Caolán McNamara  <caolanm@redhat.com>  [af34f26e94f045080c060ec47879995a0447d367]

        coverity#704125 Operands don't affect result
        
        Change-Id: Ibc50a316a0462e01dad3aaae27d459497a3b3ae3

2014-01-24  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [f1ec5dcfca45e9623d3da05503353df63e8dba4f]

        fdo#69616: Fix for VML part missing for group.
        
        Cause:
         - In altenrate content, Fallback contains only group tag.
        Implementation:
         - Added export logic in Vml export.
         - Added unit test case for vml group.
        
        Change-Id: Ia1c9834950528dc892caea1cb675a7f42165d9ba
        Reviewed-on: https://gerrit.libreoffice.org/7276
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [93a2279c267e8c017550c4fe435d8c2718405aa2]

        Cleanup font mapping configure test
        
        Change the test to compare lowercase font filenames and actually
        check, if the original font is installed. Additionally drop currently
        unused and already commented font mappings.
        
        This also drops the single other tr and awk users to use $AWK instead.
        
        Change-Id: I1886eeb9578386e3d8bdda6f011fcc9bc59eaa36
        Reviewed-on: https://gerrit.libreoffice.org/7619
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-24  Stephan Bergmann  <sbergman@redhat.com>  [fffacd58d84225650edfbe17211ca4bbf6f1997a]

        bool improvements
        
        Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f

2014-01-24  Takeshi Abe  <tabe@fixedpoint.jp>  [530ddca40fc939a4d6ba6db503f0e49c10af4298]

        Avoid resource leaks in case of exception
        
        Change-Id: I25d012b400ce0f467e6dfa03517bfebd9c945a66

2014-01-24  Eike Rathke  <erack@redhat.com>  [2d041ee46f68caf9760575d971127c27e279d2ef]

        PostponedDirty also for RelName
        
        ... so HasRelNameReference() doesn't need to be checked again in
        SetDirtyIfPostponed() if already encountered.
        
        Change-Id: I79c6100fbf797d15031d52f402069c977c834f09

2014-01-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e40f143bb4743f630b06e6d7a11171aa3d43889c]

        What's up with this crap!?
        
        Change-Id: I8863dbc1e1a8c437885d4363794698b8d8f27edf

2014-01-24  Eike Rathke  <erack@redhat.com>  [f013eab80638e732d9cc81af798b2e554c1666fa]

        bring some sense into this translated comment
        
        Change-Id: I1b121fd3f41bafb70a80ae1b01b9b02debbd2dfc

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [671ddc6f21a402699a1240e5c09b8ea2ecb5f98b]

        tk: Constructor feature for UnoSpinButton(Control|Model).
        
        Change-Id: If01abff3f07b4b79247e8ee7100f2c34c46c001a

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [334248a08ab0e6b0e8631253fe3906afa20db441]

        tk: Constructor feature for unocontrols.cxx.
        
        Change-Id: Ia7bae618724f3d16774a3a7794d0ae59fb79cfc6

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [dec6d3e93503d805c74adc04b07758a8a44d74a6]

        tk: Constructor feature for OGeometryControlModel<UnoControlDialogModel>.
        
        Change-Id: I9afc83610ccc06ea090a10588fb8240159715197

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [6dbff3aae9cb727fab74a3b2d8ebf7cb136ce215]

        typo: wrong name
        
        Change-Id: I7e041add4adc0f84dd7d9d9d74ccaf80ecc57776

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [11f63d1a614089c83b1ea93f8e93b1e7f7b2035d]

        tk: Constructor feature for UnoTree(Control|Model).
        
        Change-Id: I83a9e621199b15672cd680e847d78dfb11437885

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [2bc11eb5f42a7ac7e54ce06eb4270998ed293cfd]

        tk: Constructor feature for DefaultGridColumnModel.
        
        Change-Id: Ia4d20eb2a3c91fbdb1dd85c37b8162c6856d0f28

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [a9f94e571cb5797413d2d03f709084779fcfc914]

        tk: Constructor feature for DefaultGridColumnModel.
        
        Change-Id: Id790c7af17b4b38de889a44ba1258dd1020054e3

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [8c04ab3dfe2a85cb02b083bbe86fac2ec1c6967b]

        tk: Constructor feature for DefaultGridDataModel.
        
        Change-Id: I6ceb170d4aeb2d8339b96c74631ae61ca1950e76

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [4b36dcefe5f57ba257dc0c80551aef4596bf1258]

        tk: Constructor feature for toolkit::GridColumn.
        
        Change-Id: I6eec5539fe36328ea30d08d611b3dfeffc56808b

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [624b7e586d79121d7bdce874a325eabde105f270]

        tk: Constructor feature for SortableGridDataModel.
        
        Change-Id: Ife0a9c58fd489550a17fce48e97c63ec94997234

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [d18a042815aef8385f38d0b19d4e21d2672fd2f1]

        tk: Constructor feature for toolkit::UnoGrid(Control|Model).
        
        Change-Id: Ic512b0b1209d77e32bb4e37ce7fde8dd726e16cf

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [c9e52cffff6cfa8724b4f6b2c31118166bf51eda]

        tk: Constructor feature for AsyncCallback.
        
        Change-Id: I8be86768e3a9cbe11282e9caeb0f31141d2590e6

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [08d10512b4c67ab0a90d7985dc22cc681094393c]

        tk: Constructor feature for UnoControlTabPageContainer(Model).
        
        Change-Id: I0e32eb49235a1769f8dacc1af95ee863ee514621

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [badc48eb755e2cd9eaa96c228987948a68de8a63]

        tk: Constructor feature for UnoControlTabPage(Model).
        
        Change-Id: I7e6955c2d09e1860885f8e2eaa347332421c1c69

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [3b40356e841ee2a7640743eebc3f9e4c14e8dfba]

        tk: Constructor feature for AnimatedImagesControl(Model).
        
        Change-Id: I44a398a16d61796b48ecd212832252f23c063ace

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [574f963fad514031190ae2a838f1d11a9fa8449f]

        tk: Constructor feature for SpinningProgressControlModel.
        
        Change-Id: I137cebba9743f6d703412d6d6f8a39d47d01738d

2014-01-23  Eike Rathke  <erack@redhat.com>  [20b7476142f75b49d10a75e48429a94cff0cec32]

        resolved fdo#71598 postpone SetDirty during Insert/Delete
        
        ... until after all listeners are re-established.
        
        Change-Id: I9f6036d4bcc9206191959a88ed5439b9860ca268

2014-01-23  David Tardon  <dtardon@redhat.com>  [a2b2f2d5194313f6a53d35eee39357dbca5f0bd4]

        Revert "regression since fdo#70553"
        
        This reverts commit 12546c8511f0cc8eec0ca7e8cb86ff00dfd429e6.
        
        Apparently I stirred a hornet's nest with this. And I have already
        wasted enough time arguing...

2014-01-23  Julien Nabet  <serval2412@yahoo.fr>  [123a10ea2eca9cd2781e812aef05d2ba175bca51]

        Resolves: fdo#73970 CMYK labels are switched
        
        Change-Id: Ie6a2aa5b1123c0ab752e10c4e587ef780784b247

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [61360536d775aaf7f6006291b77f4fb9f86ed89d]

        coverity#440728 Explicit null dereferenced
        
        Change-Id: I76b8d6eb59d2558a7ff8a1b1573f24e41a03b8b6

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [e4c7cfed889c4cbfdfc301bd2d501b6b542d3957]

        coverity#1130492 Unused pointer value
        
        Change-Id: I4ce6890fcbd88b0751f4902ff314b1207cd5158a

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [0abd70662929c5a7b173be1b41dac4dea434b3e1]

        coverity#1158137 Unchecked dynamic_cast
        
        Change-Id: I58b1fe696ab25403838f15928b19460b02a9e97d

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [89f7da7ac180dd15a06bef32f447f997e1fdff03]

        coverity#1158204 Unintentional integer overflow
        
        Change-Id: I8e10fb52803dbd81e5490940a9a7e529beebc803

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [1f10d5f71fbd4d03e6268a4156c1d0be13796327]

        coverity#1158392 Uncaught exception
        
        Change-Id: Ifbf896bf8c13e83279e481e06098b7ed6ea0116c

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [94ab3a001cfbbf9da231b1b6189d2a1d74f63e2b]

        coverity#1158393 Uncaught exception
        
        Change-Id: I1b42c0e76da019e1828dd6318dc22c7811ea7429

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [4967f27136397b551307d344396ae7de8d34c81e]

        coverity#1158399 Uncaught exception
        
        Change-Id: I1217daedb7af3daf7b8d59f3dc5e68d50068d5e1

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [2de1ddd780eff44131b08c6c1f2326a70258a647]

        coverity#1158402 Uncaught exception
        
        Change-Id: I71556f797bf7e34f37b7022448019d5d03d8383a

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [a8772c4fc0963d5a864eeecf2e19004c5533d290]

        coverity#1158403 Uncaught exception
        
        Change-Id: I477e6e0daf54c78034e875e86e8c7101458cc716

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [a948fe8ac87b42334caa69e6e0fece624bbe3550]

        coverity#1158404 Uncaught exception
        
        Change-Id: Id07436b8bcb201cf3b92805114ee67b71986cb18

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [23f26db1ac618f5594789c6d3cfe1876014c1058]

        coverity#1158406 Uncaught exception
        
        Change-Id: If92dff41642a04bc5d46d3ee26fb7bdc780f9106

2014-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a3506eb7254dcda62de0ddfa4fad35870e0d514c]

        fdo#42708: bullets should not exit stage left ...
        
        ... that is reserved for actors.
        
        Change-Id: I081e811179f12e610c9d8e9727c79bb69c548365

2014-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [5e2f54d8b2c3e80e2e347e9bb00df4f8fcc2252e]

        writerfilter: NS_rtf::LN_SGC -> NS_ooxml::LN_CT_Style_type
        
        Change-Id: Ie684da85620e14ae1f10c1fc8dd00ea738fafe54

2014-01-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [228cd29a48374833bbe305a434f7149a0ef3ddd1]

        fdo#73986: Write unit test for document statistics.
        
        Change-Id: I8ff51fda91627b365cf71be8849d07b92b447ba9

2014-01-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9ce7ba209d28cd284ab5ea584bc130d7a081b0f9]

        fdo#73986: Don't forget to receive returned object from for_each.
        
        Change-Id: Ia4ccb83c45ea3ce72a8e5c62a560ab1802bb2441

2014-01-23  Stephan Bergmann  <sbergman@redhat.com>  [e3133ae2371b6e2d4b47daa6a3487ea4f2753315]

        Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Missing overloads of insert() for bool have been added to OStringBuffer and
        OUStringBuffer (which required dropping one !VALID_CONVERSION check that would
        now pick that overload, but would be flagged by
        compilerplugins/clang/pointertobool.cxx).
        
        Change-Id: I2d64cd923b8f47bfaa31e753def6515c29a3f8c9

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [14f4e2fa22a0a2576808bab08edaf2e12f761cd8]

        coverity#1158406 Uncaught exception
        
        Change-Id: I856ead663734cfa3c87c67eb461ff63160213349

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [194cfbfa2a5fb7b8a4598729aede48d5a221f61c]

        coverity#1158407 Uncaught exception
        
        Change-Id: Ib8830798250b9c4f143743de4389260fceb44aa3

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [a5c401df84df2be26a6a2351a7d5c9d65524d8a9]

        coverity#1158408 Uncaught exception
        
        Change-Id: Ie0a3cfeedeb386e72749997e6a4bdf8b6c515be2

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [98a3def98cd6e43dcce51de9694dcc895ad7a36a]

        coverity#1158410 Uncaught exception
        
        mdds::general_error is thrown but is luckily inherited from std::exception so
        use the new ability of 0bc89aac4c64bb833e387657f680e194c26aef97 "cppumaker:
        Allow UNO interface functions to throw std::exception."
        
        Change-Id: I2c1d30e0806281d43c7bec103d4c85e1799c5b4f

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [472bc326305eb4e3a866d189a643ea1c7cb43925]

        coverity#1158416 Uninitialized pointer field
        
        Change-Id: I5c1b07bd3898e89141fe3c3c8f8b63b81513a97e

2014-01-23  Jan-Marek Glogowski  <glogow@fbihome.de>  [c4ffca21ff7c020c7df2c6de7cbd16fc20cac989]

        Depend unit test on existing font.
        
        Commit 734cf8395 introduced a unit test, which depends on a Calibri
        metric-compatible font. So this adds a fonctconfig based check to
        configure and just runs this test, if configure finds a correctly
        mapped font.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7596
        
        Change-Id: I5255a4366684b115d88adca78ab2002864b63766

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [38e26f75854e299333a731343ba9d81bfb45272f]

        coverity#1158417 Uninitialized scalar field
        
        Change-Id: I120eb012151b799b84974222c08b02d0cb73975c

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [c634df5815d68b58ec9a7a19272bfb4a4053e4e8]

        coverity#440721 Dereference after null check
        
        Change-Id: I1a6d6f5d83f3b6c5f8d8d19b003f2e4f6976d6e9

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [09c749cc5787be8d17ac5ddf0bc9aa0aead92d6b]

        coverity#440711 Explicit null dereferenced
        
        Change-Id: I794ac29dc81b1d42b959135277284de1f8c33ccf

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [691da8335641e531a648c7ce09563d60999622fc]

        Need com_sun_star_comp_framework_PathSettings_get_implementation
        
        Change-Id: I8d629c3b7f860ebe1c6e6d6cd761a876597b33b3

2014-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [018bbe6c538d99c2f14fd4c761048848dc458f4a]

        fdo#69649 RTF import: don't crash on empty TOC result
        
        Regression from commit 9679e9c23216decb5f9f25f85b04cb3f25211111
        (fdo#69649 Fix for pre-rendered Table Of Contents, 2013-12-30), the
        situation that the field doesn't have a result wasn't handled, resulting
        in a m_aTextAppendStack.pop() call in dmapper, without a matching
        .push() one.
        
        Change-Id: I456d9096d01fb27832a40f6b72802ec555d62647

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [5d42a1db69aa8b5acf215e21744eb6baf5b02758]

        fix tinderboxes
        
        Change-Id: I36dc46852dfa14fc3c9195b1f4fd85198a665e22

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [03dbf44d1958e5cfec2b866ee450d3f8a6bbd370]

        coverity#1158441 Uninitialized scalar field
        
        Change-Id: Ic898ce7a38000f6f07ed7116801bb463f915ca4b

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [b3fd6a6d9e21f030186d304417c516d369a58a3e]

        coverity#1158442 Uninitialized scalar field
        
        Change-Id: I39ec7882d240703281a535f81375580d48720f5e

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [c5135af60f4e82fafed4557ae73a4f13435d1d61]

        coverity#1158443 Uninitialized pointer field
        
        Change-Id: I1602678c24c1aeec60acee05801e7decc914560f

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [be090d5a50d5c38d22303e88c1866c827aeab057]

        coverity#1158444 Uninitialized scalar field
        
        Change-Id: I15f6c6288e2a951543702a15e777167f2240899e

2014-01-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6f52d472393e4d92c0a4d988f28312edaeb5775c]

        Don't crash on unstarted table
        
        Change-Id: I68e596ea37133c89206333e8ca8aa3602878d2fc

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [d9d28895f7fcf1b05b77507e32f6aba1d5ef4305]

        coverity#1158445 Uninitialized pointer field
        
        Change-Id: I14dc2197543bf98763190b5aea3a366e823312b4

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [303c62e297b338c93edfc52a9697263da7cf0315]

        coverity#1158446 Uninitialized scalar field
        
        Change-Id: I66135f813adbf25c69e667f9ac0198edf7bbc12d

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [5a4766857ad3c9172847197a262e25c1926cbab2]

        coverity#1158448 Uninitialized scalar field
        
        Change-Id: I189503d88d54b32b20d5f866687214cb4af35200

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [4bc75ba3eb07bac4c079d5de8cac6de10d93c0f1]

        coverity#1158462 Uninitialized pointer field
        
        Change-Id: Ie5b72f4d3f357e76e233ccf412e2f5863a6999dc

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [917b6afecde47bdc282a5182e26c2421253fd804]

        coverity#1158463 Uninitialized scalar field
        
        Change-Id: Idcbbb3b05e8425616696a2508d05dc9dfd670aa5

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [77e25e13babec17c8e442fd599ad71fc51aa98db]

        coverity#1158464 Uninitialized scalar field
        
        Change-Id: I73fc73421ab1abcc801bb4372e9584fcbf381bcf

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [0b500f6dab5ca1bea29630f43abb9a14be1d4e4c]

        coverity#1158465 Uninitialized pointer field
        
        Change-Id: Ic53e3f8165595ef2b8a6241003bce736f936db3a

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [cf0acb943de74e165334b38fe58e001ce9a940f4]

        coverity#1158466 Uninitialized pointer field
        
        Change-Id: I9b2d678203e8025d132a43d9c8d76e15e2db4144

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [766a512a88e1f20a8d64337e4ecf15cb64e765fb]

        coverity#1158489 Uninitialized scalar field
        
        Change-Id: Ibe8600f8ad38859cd79d52528f970d99f0b8f536

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [2c31a03f7cf54257696be3109f569cdf28d2853c]

        coverity#1158490 Uninitialized scalar field
        
        Change-Id: I03fd7aeea00a1998f4e281a7561f5d43672e9ccf

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [fb29c7787b59d31d9d1fbba742a35a841701117b]

        coverity#1158491 Uninitialized pointer field
        
        Change-Id: I6a055ef3146f4934e08d8be9af63e88c317fbeef

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [a9ae25fd2960c5879236b6359384f909221a7804]

        coverity#1158492 Uninitialized scalar field
        
        Change-Id: Ia31521ecef3cc7ec49289de9583e50baf106b050

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [db72a45a1bd4540bb957b033d6b2ce1bdeb1c5a7]

        coverity#1158493  Uninitialized scalar field
        
        Change-Id: I26de8ab1fa4a20bc08e800f04716507469430612

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [78ea0133f253961679c6ec7eb281c80c009f959b]

        coverity#1158514 Unused pointer value
        
        Change-Id: I8eca4e262d374b78017b9e0037d7be70a7e2bd6f

2014-01-23  Tsutomu Uchino  <hanya@apache.org>  [65464fdf04cdadc602d53ef7fda81f0f0647ad46]

        Resolves: #i123626# change default for paste special dialog of Calc...
        
        to Text, Numbers and Date and time
        
        (cherry picked from commit 6abcfea44da2811940578f248080951eb320420f)
        
        Change-Id: I879f77ebbeb9486467e2a5740793d96d7a0600bb

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [ebf5e613a5bea74d6e9801224ab5c29a64b9b11c]

        SfxNoLayoutSingleTabDialog not needed anymore
        
        all single tab dialogs are .ui enabled now.
        
        So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog
        and ~SfxNoLayoutSingleTabDialogBase together
        
        Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [976ccb9374cf06af3f5699b567da753167bdf029]

        Typo
        
        Change-Id: Id95e261bdd5b34e1c412f2a7be39f8cc4a89ead7

2014-01-23  Stephan Bergmann  <sbergman@redhat.com>  [1e54386411055b0049760faff2e1374a83191913]

        "Official" TDF Mac builds are done w/o ext-wiki-publisher
        
        ...since LO 4.1.3, cf.
        <http://lists.freedesktop.org/archives/libreoffice/2013-October/057006.html>
        "minutes of ESC call ...," and the underlying issue (Java extension's Addons.xcu
        causing JVM instantiation upon start of Writer on Mac) has not been addressed
        since, and Norbert confirmed on IRC that he did the disabling by locally
        specifying --disable-ext-wiki-publisher on the build machines and continues to
        use that configuration for all builds since (LO 4.1.4, 4.2.0, 32- and 64-bit),
        so better reflect that directly in distro-configs.
        
        Change-Id: Ib40588a5a6e49f7b9f58df8f1f4eb146de003444

2014-01-23  Stephan Bergmann  <sbergman@redhat.com>  [8f14c896cd4db960f7f0181819555fc6ea504821]

        bool improvements
        
        Change-Id: Idaa24320585f3d2e3ca50c82b1a34fc2c523e56e

2014-01-23  Maxim Monastirsky  <momonasmon@gmail.com>  [cc2893834d8ac699dbb38b152f21f17f3debb06b]

        related: fdo#73682 Introduce HTML detection service
        
        Change-Id: I66bb579019ce8411b821c623955a454fd81cf811
        Reviewed-on: https://gerrit.libreoffice.org/7600
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2014-01-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [6063555744ed89d8a757b667cddcdd4357839466]

        drawingML export: fix position of shape in case rotation is 180 degrees
        
        This is the other case when position shouldn't be adjusted.
        
        Change-Id: I9265bf1c762fd519e3a12e97d767b5d213644e6d

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [30a561c0082d98c195caaa255c50fb6f0f679cc1]

        Updated core Project: help  62b18032fcaa27d61f2228a02750f49d62891cf1

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [bb250c58320874d2a830b49375173240fc12ee4b]

        remove dangling old sfx2 copy of macropg.hxx
        
        Change-Id: I9a1e2d9b3c526e70fb1c598198e399d2f854761b

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [8e885d747a7f82e6d33213e6cd7390dac49fad57]

        drop now unused hids
        
        Change-Id: I1637b65b96f3ac74cd6d393b046442814c101865

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [95beca723e2f41681c8ee69a6d2db617f09514bf]

        make event assign dialog horizontal
        
        Change-Id: Iea4d43b8f3dc52b4ec77a145347552bbcf09f062

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [df942dcf9d271cb95b17ad4b4616626e9b15b575]

        convert event assign page to .ui format
        
        Change-Id: I99312fdba95a868c836af6452abec31565f2d067

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [272bc403e0803483e4f9d1d7b880b97e803d15b0]

        rename SfxConfigFunctionListBox_Impl to SfxConfigFunctionListBox
        
        Change-Id: I753744adf106d515abdc5caf2b29c53962aeae71

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [22a8a96bc5e98c7171e225f4e59990f624b734cc]

        rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBox
        
        Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba

2014-01-23  Armin Le Grand  <alg@apache.org>  [fb0cce507f9c83485da56847529d2fae4d53d9a3]

        Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecomposition
        
        (cherry picked from commit 08d42c4da0a3f6dc105080102c1b1de4bce987a1)
        
        Change-Id: I2d5f52de8e9fa595012a953affbaba9d54f4f2a9

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [55d2f55ddfb50f8e111194d8d2fd29e98de5e861]

        Add objface.cxx
        
        Change-Id: I2444acf09b3108c1a79658f0954bb9481c8fad0c

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [8b9536f61ad08ff9b56b9aae790495bd14b4f81a]

        Add cppuhelper sources
        
        Change-Id: I47545d0592348f585c23e3c6be079e0ed664d706

2014-01-23  Stephan Bergmann  <sbergman@redhat.com>  [7abe546e8105dff10536b7496ec46f911d6b9882]

        bool improvements
        
        Change-Id: I3a3a2122902e1731e95d8469dfe9efc5a6b567ee

2014-01-23  David Tardon  <dtardon@redhat.com>  [12546c8511f0cc8eec0ca7e8cb86ff00dfd429e6]

        regression since fdo#70553
        
        Since there was no explanation why this change had been made, I have
        reverted it.
        
        Change-Id: I3bf3428d960bf99d4c242d187bf1e2bf62e71aaa

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [f313d63bc538f85e77323ea1847c67d6e5a6a34e]

        WaE: Fix bool sillyness
        
        Change-Id: I4aeb9204a6a5ab79954b3a8ccadf58362f0f43d2

2014-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c3f994c515e4f227e0b052d18899a897c042013]

        smoketest cant work without extensions
        
        Change-Id: I58af85205cce89c2eff3db24a477171ce39d47dc

2014-01-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b5e988ffc121147c052cf9d6992afc35db3df49b]

        make unittest failure foo a script
        
        - first of all, code from CppunitTest.mk used from PythonTest.mk is bad
          anyway
        - also, this shortens and removes noise from the commandline executed
        
        Change-Id: I6c5b41a0c497b766c3293aeec5c59240aa3ef37c

2014-01-23  Armin Le Grand  <alg@apache.org>  [62c2022ba73b165072e0bf01f7f368f0ecda9aad]

        Resolves: #i123983# Corrected Graphic Metafile fallback creator
        
        (cherry picked from commit b5797deea72476fbcec4315f1f18249fd39bbaea)
        
        Change-Id: I4d09592cd9e4b86445d048fb875e7bc13b03801d

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [235723e5eb2983361ec81d6898947cc8bccab224]

        Updated core Project: help  ffb2ed136796922df0b2aa60787ddd2ace3e71ec

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [121b8691b31b3eae459844d377b6d7d80ded83b6]

        adjust macro assign dialog to have horizontal buttons
        
        Change-Id: I9acb9a85f7172e492818fecea73f64a2a1071a4b

2014-01-23  Caolán McNamara  <caolanm@redhat.com>  [39366b11bfed35408f16057fdb27b5b3ee6c2eaa]

        convert macro assign page to .ui
        
        as seen in calc->right click on tab->sheet events
        
        Change-Id: I4df1e1c7f79f4f6431905bfc286a0f9d214ccf6c

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [89b0017b22889af6a8afe28b94c06e7095dc8c6f]

        fwk: Use constructor feature for one instance PathSettings.
        
        Change-Id: Iaa01abc9f604d8f9e6f762e3340f9468e19f4848

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [22832569e1436171b8707be36365d9bdb7857c62]

        Do not acquire again in direct constructor function calls.
        
        Missing in c2c530da69152ff9192b9726aa95961803ce9b29 "Introduce static
        inline cppu::acquire(), and make use of that."
        
        Change-Id: I4a856eeaff1fce3f429c62c1897fe3898371d1ec

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [747ef9b682679272237698ad882729ec185126ce]

        framework: Bin unused source files.
        
        Change-Id: Ifd9d9b7237d148c4bc0d3abd787983f27e2104f8

2014-01-23  Matúš Kukan  <matus.kukan@collabora.com>  [a69875fbfcab0c4f0069aeb72079155789c35256]

        Experimental direct constructor calls for more services.
        
        Change-Id: I18f56b674088d750cf06a409e547a7f59be22d61

2014-01-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [826502c7496d1fc4aef46f65f6d2dc8966245ad3]

        Remove unnecessary verbiage.
        
        Change-Id: Icf0230577a5458425f22579e8d17f69c53310812
        Reviewed-on: https://gerrit.libreoffice.org/7608
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-23  umeshkadam  <umesh.kadam@synerzip.com>  [896714db527f39497aedee8946964e5acd73778c]

        fdo#73546 : faulty value of attribute value in <wp:anchor> tag
        
           Issue :
            - The margins for distL & distR were getting exported as a negative
              value viz ( distL="-635" distR="-635" ).
            - While setting the default frame properties the values for distL
              & distR were getting defaulted to -1, this value was further
              considered while exporting for calculations hence the value
              -635 used to appear.
        
           Implementation :
            - according to Ecma 20.4.3.6 the values of distL & distR should
              be positive.
            - Added a condition to check the negativity of the value while
              setting it to default.
            - observed that horizontal orientation values were being populated
              to distT & distB( top & bottom margin respectively) and
              vertical orientation values were being populated to distL & distR
              (Left and right margin respectively). The values should have been
              vice versa. Corrected the same.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7501
        
        Change-Id: I056e5845b64cd755429297899eeb972f6009efec

2014-01-23  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [4bdf9a02478459a2d2bab749ff0435e8392759d7]

        fdo#63154 Removed unused solar.h reference
        
        Change-Id: I6b2f9e04e2232570c8bb9f36252b23a70c5f7525
        Reviewed-on: https://gerrit.libreoffice.org/7604
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [99dafea3e56e5d2b559352896a509bf7fa0fdab5]

        Move defines into settings.hxx
        
        For some unknown reason, there are a bunch of defines in the middle of
        Desktop::SystemSettingsChanging() that should really be in
        include/vcl/settings.hxx. I have now moved DRAG_OPTIONS_ALL into
        settings.hxx but entirely removed DRAG_OPTIONS_NONE because it is
        confusing. I also removed it in the one place this combination of options
        is used in the Desktop class.
        
        I have also removed the options DRAG_OPTIONS_OBJECT_* from settings.hxx
        because they are used nowhere in the code. I have carefully looked
        through the code and nothing flips bits 0x00000004 or 0x00000008 on
        the private member of ImplStyleData's mnDragFullOptions in any way.
        Basically, it is safe to remove.
        
        Change-Id: Icf6268f940cfaed271bd43c977473fecfc726949
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [a9f0b3bd33f93c4066ae9b38241c5cf67f6f4a46]

        Document more of VCL's Application class
        
        * Documented the Application class's settings functions. When
          reading through the code, I have noticed that GetSettings
          intializes the application settings (!) and that SetSettings
          relies on GetSettings to initialize the settings (!), so I
          have listed a todo entry.
        
          Furthermore, I've also noticed that SetSystemSettings and
          MergeSystemSettings may be confused with the purpose of
          SetSettings so I've added a todo entry that recommends that
          we return an AllSettings object and make the parameters const.
        
        * Minor whitespace changes
        
        * Update @see for a number of public functions
        
        * Group functions into Doxygen modules
        Change-Id: I48f8d21a5d6436a2ae545e5156b877d57a8bc585

2014-01-23  Stephan Bergmann  <sbergman@redhat.com>  [853fe648a7efd7c7470283add66f2dfa254e03e4]

        bool improvements
        
        Change-Id: I6c2b4a825fffc015f10ef016e239b379a90ad768

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [6479c8815eb1f01d691904d8080b3bca79c31c9c]

        Bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO output
        
        Change-Id: I58b6c311e9f13e433468863e639467428e5b268e

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [31f57cb6791da8a0c681b9e5865f04eda7503f9c]

        Use the "sfx" log area consistently in sfx2
        
        Change-Id: I497d2d93e1a1819ff709c94007ae98f5ef312e77

2014-01-23  Tor Lillqvist  <tml@collabora.com>  [8293b29304716d6bd117ab233b1238e1385ae592]

        Use assert() and SAL_WARN() instead of DBG_ASSERT() and OSL_FAIL()
        
        Change-Id: Id3be30bc95325e8f18cf8cb55da2217984a26035

2014-01-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [753eeac8a641d70ad0c44bb15fa8949ac991f5d9]

        coverity#704575 et al.  and clean-up.
        
        Change-Id: I24b38b63d26bc2d4e1d479754120dfd5b5635737

2014-01-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3d9545757246c20d261db0723f70dd91f92d3519]

        Only allow approved border styles in cell borders.
        
        Line styles such as inset, outset, embossed etc are not supportable in Calc.
        So, don't show them in the UI.
        
        Change-Id: Ie7be74193d01e13a79132a979e2d9a2e4d06de3f

2014-01-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dabf147d1d7e892ce07202fbe89a584f0d592a62]

        Use scoped_ptr for these.
        
        Change-Id: I9452950ad6a101c2b9299dca5ff6e1713cac774c

2014-01-23  Michael Stahl  <mstahl@redhat.com>  [b2f9d1b43e4b14cc48327cdce14a03c826096579]

        fdo#67238: sw: fix table cell Unprotect
        
        SwDoc::UnProtectCells() was setting the old box format (from aFmts)
        instead of the new one, and actually these 2 vectors are a map.
        
        (regression from 772101649cf16233bbaf0900aa9ebbc915151a95)
        
        Change-Id: I0881a1c499c51b5f3c257e9def1a2e9a00bcb639

2014-01-23  Takeshi Abe  <tabe@fixedpoint.jp>  [8532dbcfa88051104dd6eea73b75147874cdcf4a]

        Avoid possible resource leaks in case of exception
        
        Change-Id: I58d1b270de2fe1d8ffb1867e5c36ab5ebf332ae0

2014-01-23  Takeshi Abe  <tabe@fixedpoint.jp>  [10eeb38164b79762ab295d72da0f8ba4319b9f69]

        Fix the class name
        
        Change-Id: I74e523717ca78983b67aa612161e8f32aaead2d1

2014-01-22  Noel Grandin  <noel@peralex.com>  [16a2e903356520c90a9bf91c47265f79be12e74a]

        remove SvStream::operator<< methods
        
        .. and convert the last few places still using those methods.
        
        Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd
        Reviewed-on: https://gerrit.libreoffice.org/7495
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-01-22  Noel Grandin  <noel@peralex.com>  [d803483f6a5938b0d0708b8db74b30c511dd8e31]

        convert more SvStream::operator<< calls
        
        .. to more explicit SvStream::Write* calls
        This was done using another run of the clang rewriter, and then
        a lot of hand tweaking to fix all the places where the rewriter
        did not play nice with various macros.
        
        Change-Id: I7bcab93851c8dfb59cde6bc76290c6484d88fb18
        Reviewed-on: https://gerrit.libreoffice.org/7494
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd34ecba1048549d122a759cd5c7f743f5899d73]

        writerfilter: refactor to avoid redundant FSPA class in doctok
        
        Change-Id: Ic546c62ec24ef3c6b9189ba8378686a6f94714dc

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [2fd95e9b011d41831480e2ffd44de2bac519a48d]

        writerfilter: drop no longer needed BKF class in doctok
        
        Change-Id: Id09b74e8d29d97da2dedcb7a906748193c5a77aa

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f50fde5c2eb86c90773dd596b06900f063eba32f]

        writerfilter: drop no longer needed Fib class in doctok
        
        Change-Id: I1035148686026f0c0c27bad70c0c2e5d0f62b915

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [347822a04da503b368e5168d23845766c86e39fa]

        writerfilter: drop no longer needed LineProps class in doctok
        
        Change-Id: I3b6c7b233d30ee0ec0d57b6869117ab7616d0868

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7825032801ef5a0795d0d54420ec784fc2e98532]

        writerfilter: drop no longer needed TBD class in doctok
        
        Change-Id: If5ff0aef278f307229c4081f7bc740fb025c3392

2014-01-22  Matúš Kukan  <matus.kukan@collabora.com>  [7efbca66429bbf47f3f9579270c22225c0d4a190]

        android: Remove native-code.cxx on make clean.
        
        Change-Id: Ib287792c754c4b3ee6c8a45749ef9ad7197df84a

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [0d5c8dff302c26cd916824434873e3286959435a]

        Clean up SfxItemSet::Put
        
        * Make inherited overloads visible via "using" in SfxAllItemSet.
        
        * The overload with SfxItemSet argument:
        ** need not be virtual (verified by temporarily marking it SAL_FINAL);
        ** should apparently return bool.
        
        Change-Id: I5c57ec3d757d3d32a3e23be12964e7ebb81e6211

2014-01-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d17c9ee705f9885f61f84dc2d244c4d0c0c39928]

        fdo#73886: Let's keep the "left" border outer and "right" inner.
        
        This reduces the complexity a bit.
        
        Change-Id: Ieefb57be86e5b66f319920fa61c88d0027c38164

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [945394d8679e1f8c61d4cdab53420192a53472a6]

        rename _HeaderTabListBox to MacroEventListBox
        
        Change-Id: I310b1e0c48723b383b9eb15b8df763bac3bfd687

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [696fd019ca1cb04344342ee45c7677eb0dcd1c73]

        split resize parts of ConnectElements into ::Resize
        
        Change-Id: If338bf70537883e575e9137fe749675b301c27fe

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [d9e04ae281eaf0a888c9ca9918835cc0ce94f3ed]

        comment out of data
        
        Change-Id: Id509b4ffa7f891de2435c462df01e9b75167777b

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [28da94a0907ba4d34a7b6db9ae52773d1b39a533]

        as far as I can see there is no users of SvxShortcutAssignDlg
        
        Change-Id: I624500b149abbcc6f5fb7e16f68b852d8a2c0f29

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [77637324abc193d831bb4a0fa6f9a91ef3601960]

        warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: I9a23865f7b1cf9d88f5b4f754b15e95554da3fda

2014-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [e6e3ce2c9558d3d5aedec5388011ba408ed555fc]

        Fix misaligned code comment
        
        I accidentally introduced this problem in commit 89a7b8a13285
        
        Moved line of code to before the correct function.
        
        Change-Id: Ic044a5607dc385140ca51d1bf4aa734c0cf99904
        Reviewed-on: https://gerrit.libreoffice.org/7595
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [5c6781be6a28374d17215be94f83f8d8e2e35b0a]

        longparas: sneaky sal_uInt16 casts truncating values causing loop
        
        on exporting a longpara document to our own .odt format
        
        Change-Id: I2e517cd5ec6a29c8bcf853361a24bde25df15abb

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8766011bccfd0f12f8dd77d2f94eb16e2e8c3471]

        DOCX import: set document-level font size default based on default para style
        
        DOCX has two defaults: there can be default paragraph/run properties,
        and also a paragraph/character style can be marked as default.
        
        In this case the problem was that no doc-level default was specified,
        but the default para style set a char height, and shape text is expected
        to inherit that. Fix this by setting doc-level font size to default para
        style, in case it's not set yet -- that matches what the binary import
        does.
        
        Also, adjust the export side, so that these duplicated default font size
        is not written on export.
        
        Change-Id: I63b368e7704142171d58f48d08052ac7616ab166

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [22bb2660ebd068c89fccda8a6c58d2a5a7bdcca8]

        -Werror,-Wreorder
        
        Change-Id: Iff7837eb1390ddcf9e281912d7d91f76e8daf221

2014-01-22  Jan Holesovsky  <kendy@collabora.com>  [c2c530da69152ff9192b9726aa95961803ce9b29]

        Introduce static inline cppu::acquire(), and make use of that.
        
        This is much better approach compared to the callback function, as it allows
        passing arguments to the c++ constructor directly, while still allowing some
        additional initialization after having acquired the instance.
        
        Change-Id: I5a0f981915dd58f1522ee6054e53a3550b29d624

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [219a2939c9f58690356b2a3f64c580a0865fdc64]

        reorient the ok/cancel/help buttons of external data
        
        Change-Id: I08abe30a259014ba33bcad63a40198baa1099893

2014-01-22  Chris Sherlock  <chris.sherlock79@gmail.com>  [4959f369d9bdcc2ab50cd4a70ad96a4a4fa17c76]

        Improve settings code reability
        
        Application::SetSettings relies on Application::GetSettings to
        initialize the application's settings if this hasn't happened.
        This means that GetSettings is being used not to get the app's
        settings, but to initialize the settings!
        
        I have corrected this by introducing a private static function
        InitSettings(). Note that I assert if it attempts to initialize
        already initialized settings, because the (Get|Set)Settings
        does the check for you.
        
        Also changed a local variable from nGet to nDragMode in
        Desktop::SystemSettingsChanging to make it easier to read the
        code. Whilst this is minor, a variable name of "nGet" seems
        very sloppy.
        
        Change-Id: I04975217c2028b3489179997db4287957578cc93
        Reviewed-on: https://gerrit.libreoffice.org/7586
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [930202b0b239636532bda471cc51d4750e09536f]

        Maybe this bool clean-up avoids false -Werror=maybe-uninitialized on Android
        
        Change-Id: Iab12cc703d190e79650f73c646a2fbb60c6685c5

2014-01-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d19de47c2da0867ded7e9045f06957aa4a1f277e]

        fdo#73886: Check the right width in case the left width is zero.
        
        Change-Id: I6a0b1dd7382f1d3c7266ba56dbfdc557737380c2

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [81286443129b11426787b83ae134edeb3121b8bf]

        implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^=
        
        ...as MSVC would warn about those anyway.
        
        Change-Id: If22dfd35bc01aff1a1bef68702c616e711db42fb

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [bbd9668d5f70d8ff00a7b10915e7a16ceadb8443]

        bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)
        
        Change-Id: I9869d9709f28b68ef7b518527175589d80644668

2014-01-22  Julien Nabet  <serval2412@yahoo.fr>  [4eda1a0293a869bf804056f1e9e04c984c69454d]

        Add some unit-tests for Mid vb function (includes fdo#73771)
        
        Change-Id: Ib5ee18207897cbe16a818096769cdb055dc9dad7
        Reviewed-on: https://gerrit.libreoffice.org/7583
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [f03ce265db73388f3e0de97e4b0c8129cfc85d1f]

        drop translation of % now that we use icu to format it
        
        Change-Id: Ia53815018cc5438ffbc2fecf2ec65ce69f1b90c5

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [486e318b86943844011ef881556dabb4a3f7ef33]

        CLDR Version 24 doesn't know about es and sl using space before %
        
        Change-Id: I1c3e7dc28e389a9580239165d04b171e06f5618e

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [3b0cf674925dd8fd0f34c5a810afc470ce5b4a0f]

        Resolves: fdo#72989 color buttons not disabled in readonly docs
        
        we we not calling EnableItem for most of the color options so it didn't get
        disabled in readonly mode, and anyway it was using nSID as the itemid rather
        than getId() so even if EnableItem was called it didn't have an effect.
        
        Change-Id: Ia7b55d78d369a79d3e45c8407f859d47fceac753

2014-01-22  Zolnai Tamás  <tamas.zolnai@collabora.com>  [4aa04075fbfcecd33a5c257e69d0c5858fcfb973]

        Fix service name of UnoFrameControl
        
        Change-Id: Ic213a8ac35ba7364408c52e436f052b4684be2f1

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [cb710f3a1e5b5da0f24e0e775e722502281120ce]

        implicitboolconversion: also warn about mixing bool/sal_Bool in == etc.
        
        ...as MSVC would warn about those anyway (at least about cases that do not
        compare against literal sal_True/sal_False, but warning even about those helped
        clean up lots of redundant
        
          if (foo == true)
        
        instead of just
        
          if (foo)
        
        etc. across the code base).
        
        Change-Id: Iad4b335c35c5411070f04f87f974db7942c288d4

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [83d51e244d450df0f896758966f633c90cc4c483]

        Let C++ inline functions return bool instead of sal_Bool
        
        ...to improve diagnosing misuses of boolean expressions in client code (cf.
        compilerplugins/clang/implicitboolconversion.cxx).  This change should be
        transparent to client code.
        
        Change-Id: Ife614637082036dd17412f247be79233326c4f0b

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [7cb3e55bf03c49608e2b54b5d90eddd423a0f891]

        bool improvements
        
        Change-Id: Ib65a1e987ad6511e90fd66a36c0105593a1df27c

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [747ba6295d22c2e65be984cd750f240dc106482b]

        bool improvements
        
        Change-Id: I2a0980a603822ffdf74a38ba0b41ba27a6830861

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [5e3a11df3ecc5399279fa78338ddc7bd31eaec36]

        bool improvements
        
        Change-Id: Ic5d82c2361a79a19f6675db30ea06dde91123ac1

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [768c74383cbd9f3a423a4ac0e0fb8565f4a5868c]

        bool improvements
        
        Change-Id: Iab6343064ad002bd11660aeb8c88c54562109cbc

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [11bdc1bd913bd3a631ba10a97ba7890917eda898]

        bool improvements
        
        Change-Id: Id242594559883654aa8cb78fc15b81f78ed803ee

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [89cd19fdcb5b49c0853c32cd47950c11c0714d20]

        bool improvements
        
        Change-Id: I65ad52e4dee12a94d48ff0f5858e29df7f8d9721

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [1f933ca18cffd03937c6e2172acfde2b5f27264d]

        bool improvements
        
        Change-Id: If7deafb3b2977b2efad53d6d87d2afa524475d4b

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [5cb459c207191d3bcefecf15a03abe37c49a29ff]

        bool improvements
        
        Change-Id: I989302c6774c4dd01dff3f682bd4b681fc9141df

2014-01-22  Tsutomu Uchino  <hanya@apache.org>  [4f03eb00fcb6b1c3a06709edab56c8e2508241d5]

        Related: #i50481# improve Select All command in Basic IDE
        
        see also fdo#37211 i.e. commit 4bc2724240b11ce4dfb7adafbe1f1c260fa44030
        
        (cherry picked from commit f841659faf09fec69c962959b9da032fa0bc2b16)
        
        Conflicts:
        	basctl/source/basicide/baside2.cxx
        	basctl/source/basicide/baside2b.cxx
        	basctl/source/basicide/baside3.cxx
        
        Change-Id: Id679b1e16b87ec8d81fb78039318728320b9d5bc

2014-01-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [f2d1e5ef1cbae5959e818577bc6c94bed746dc90]

        VML import: parse shape text run inside w:smartTag
        
        Change-Id: I26c2f9e3f5e560f22d3de0a7378c5cd7d0413184

2014-01-22  Tsutomu Uchino  <hanya@apache.org>  [b65991145a07287f93b9738f4b9ab3ceca36402d]

        Resolves: #i106063# avoid additional seek for true color DIB
        
        The position in the stream is already at the end of color palette.
        (cherry picked from commit 352ca2f6ecf8910afa24c53d7e872f62b2321321)
        
        Change-Id: I1696c1b6780407ab579b6215ab13a327ae09fc32

2014-01-22  Caolán McNamara  <caolanm@redhat.com>  [8c4edbb654b5d11606980e898f45afb8df67314a]

        Resolves: #i124067# naïve considered pretentious
        
        Change-Id: I1878614177735559c0d38859e3af606d324b7509

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [4865115d1b1499dd9e668b976fba8ac897fe43c1]

        Improve Clang 3.2 hasCLanguageLinkageType workaround
        
        Change-Id: If5c104adc05aa362d15cedf6f8953bda478897bc

2014-01-22  Oliver-Rainer Wittmann  <orw@apache.org>  [4a56b4ab2c100c506096f1808cca7268e576086c]

        Resolves: #i123744# consider certificate's Subject Alternative Name...
        
        field when searching for matching certificate host name
        
        (cherry picked from commit 226085ad2004319c5142b392bb4b48ab79c3b747)
        
        Change-Id: I0d1690f75c1aa3288c677823105e21bb6e969f41

2014-01-22  Tor Lillqvist  <tml@collabora.com>  [17cfcceb4e594e727a28ddaf311d794cd9cc9990]

        WaE: -Wreorder
        
        Change-Id: I8b6e3aafa6208223a65b777c232de88cfb2e5a8c

2014-01-22  Oliver-Rainer Wittmann  <orw@apache.org>  [fa290c750183ab598447630ab66f382e99188edb]

        Resolves: #i123744# correct consideration of Subject Alternative Name...
        
        field of the given certificate
        
        (cherry picked from commit 117218483797c0aeedef9b68bdae96a727cb3426)
        
        Change-Id: I81fbb49593b15edea2509aed81b252c8e5b0cd82

2014-01-22  László Németh  <nemeth@numbertext.org>  [c49543cf31c14d4f94f01620244dd7e3ba0919ea]

        fdo#73917 spelling dialog: don't report fully ignored words again
        
        Change-Id: I2a8503fd2c3babab844e9cd026a57c438e015254

2014-01-22  Jan Holesovsky  <kendy@collabora.com>  [0ff31c26f3ebbad1d61c7033e946a287e3910bae]

        Make the casting work on Windows too.
        
        Fixes CppunitTest_starmath_qa_cppunit on Windows.
        
        Change-Id: I3fd73db1ebb70ac19f99bc3e337b1a8107486ae7

2014-01-22  Tushar Bende  <tushar.bende@synerzip.com>  [92414c42cdd03d4eda5dbb4fe1a95cfe1ce3e7e9]

        fdo#73534 : Table row data was getting displayed twice after RT
        
        There was a problem for some documents(containing table on page spanning across multiple pages
        & pages having different Header-Footer type), during export Invalid sectPr was getting added
        because of wrong condition check in the code.
        Because of this:
        1)Table row data was getting displayed twice after RT.
        2)Increased number of pages after RT.
        3)Header & footer were also divided into sections (like: Header-Section1 Footer-Section1 & Header-Section2 Footer-Section2).
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7440
        
        Change-Id: I6c07e47321353e84af306c6285702852303ccee0

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [53984191169232c3ff097a4661e19532faa6bf67]

        bool improvements
        
        Change-Id: I21f806d7a9ebe5b4de4cbedfc9879019cdbba22b

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [078199a243a17cf5bd02aff7042d07d6ec03f06b]

        bool improvements
        
        Change-Id: I943e54afaf6ce58aaccbf588ffd9b9e235ef3b39

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3d21cb27ac16cafc97fa230f2e1b575e970cfb7e]

        bool improvements
        
        Change-Id: I63078dd1ac7119d2886d4183e7267eeff3365b87

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [b168814577b388de63972d68e298ae96f9eee8a3]

        bool improvements
        
        Change-Id: I7f814f53f67e2d6dd44013e7f9055ee256ec4811

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [7f0fe5444f80472ec454efbccc2a38bebab62625]

        bool improvements
        
        Change-Id: I8e83eb52a8873e6c7372091c697158053da82488

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [7f84ebe93bcdc8c57f944c57616ecfc1c8366124]

        bool improvements
        
        Change-Id: I74db1d1b8250a6832fc68a6856912713b1d8944b

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [d5b01ac24918c99eb859bf1b9e56879000ccf4a1]

        bool improvements
        
        Change-Id: I6df7ec9669452a025fbac55199927347ef84c6b9

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3ca9c83610a3b3bf646d7ccb84234dbcf8df1f1d]

        bool improvements
        
        Change-Id: I1a88cdb87767d029868b855eac09c016e1bca82e

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [a586ee94bbcc5f68d510f609000c8e741532cc7b]

        bool improvements
        
        Change-Id: Ic02ccfcadc1a82f489280304ce1180c86aaa3a63

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [0e5c7d0b5bdf0f20e67b3ed65a4199107e58bffa]

        bool improvements
        
        Change-Id: Iddc92e42a100a0fb36c77c21d4c176dded8f3391

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [9e1ec4df0bb2f894333ef63f596b08e9ff79bdba]

        bool improvements
        
        Change-Id: I75c137c1ed0c6089c5dfa8131ffde76cadda0134

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [d980ba7a9da88f88da96bd83c79b833d4b8b0033]

        bool improvements
        
        Change-Id: I9eebb02ff295bf5713ce39fabd38a7a0d10b89f4

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [f649cef13c172a211a10ba0d9e69711fbcba509c]

        bool improvements
        
        Change-Id: I142196c59ff0dc5c26e0cc9a79293ddfb0ee94cf

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [1b1031a8f6aa3ed7eeb1516aac6c327b1fddea4b]

        bool improvements
        
        Change-Id: I5f90d0acff506955d1cc5a44944311012f3b04b9

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3257e9a47a79678fc29d29166700e82d0ab7ab1c]

        bool improvements
        
        Change-Id: Ia212b8f80da70de7796f0d8ba817c8d3da693080

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [6122207e407d8774b3a445eaa94a27cb0801e86d]

        bool improvements
        
        Change-Id: Ib5bff97e764cf36bedc39154cc8aca1f223b0f22

2014-01-22  Stephan Bergmann  <sbergman@redhat.com>  [01fe7b72389bb2f8de45d8319728807d8048b1d3]

        bool improvements
        
        Change-Id: I80dfcb60878d9e280e8a03297ccc4833277c235d

2014-01-22  Eike Rathke  <erack@redhat.com>  [8fd7a53d3cf1ed788c705cafb443801203787c9d]

        fix-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7
        
        Allocation happened also if no attributes were to be pasted and more
        memory could had been allocated than actually used. Also that array of
        arrays is entirely not needed.
        
        Change-Id: I37a58eea9c42cdc96824ce3e8fba5109921fb35a

2014-01-22  Eike Rathke  <erack@redhat.com>  [57b8e7c96bafb97f881b7db73624693392e13540]

        some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7
        
        const methods, removed this->..., naming
        
        Change-Id: I0db1cf445936bab04003062bc59ce0a0c2fc8b71

2014-01-22  Khaled Hosny  <khaledhosny@eglug.org>  [5f89d247e3dac99c297066d404c24dea3312fa51]

        Typo in comment
        
        Change-Id: I97252a66da63e25166acf3a7bc5a00ad1f8e94f0

2014-01-22  Khaled Hosny  <khaledhosny@eglug.org>  [82943c758c0cd6a8eb23fc222b4e6a1b55c5571b]

        Writer, please stop harassing me
        
        This debug code was behind > 1 before
        9ace8bebd88ff41d65eeaa87a6d1f1dfd8875b6d, so it probably was broken for
        ages (or even forever), and all it does now is obscure my terminal with
        hundreds of useless messages whenever I open an RTL document since
        basically any weak LTR run next to RTL one will have the same script
        type, but this code warns about it without explaining what one should
        fix here.
        
        I got fed up, whoever knows what to fix here, please do, but for now I’m
        just hiding it.
        
        Change-Id: Ifa50e47a080f335ef6fe06bc0f0b5ed5ddbc7338

2014-01-22  Khaled Hosny  <khaledhosny@eglug.org>  [b7c30884e17027cdb71b05dea5971869b8dbea6c]

        It is just an innocent hyphen not a hyphenator
        
        Change-Id: I7454d90adfd507aae4c7efd1d4075454f03cddd8

2014-01-22  Khaled Hosny  <khaledhosny@eglug.org>  [775da61892fa852c35ca6e2afe9a37620eaf14f7]

        Make both GetTextBreak() use the same coding style
        
        For easy visual comparison.
        
        Change-Id: Ib143f4bb7789b54dfbdd8fcf47516008403b47fd

2014-01-21  Michael Stahl  <mstahl@redhat.com>  [e20439a1251de36efdd3dfe252b88f33cc94a0b7]

        Makefile.in: hardcoded make -> $(GNUMAKE)
        
        Change-Id: I2ec31816562e55f6f95cac38dab4a17a393c0f9a

2014-01-21  Jan Holesovsky  <kendy@collabora.com>  [f278397787f7b79cee8536e806e8b7113800f2ef]

        Change _get_implementation()'s not to do initialization directly.
        
        Many of the initalizations (in eg. framework) have to be done on an
        acquire()'d object, so instead of doing the initialization directly, return
        the initialization member function back to the createInstance() /
        createInstanceWithContext() / ... and perform the initialization there.
        
        As a sideeffect, I belive the calling initialize() from servicemanager is not
        that much a hack any more - whoever converts the implementation to be
        constructor-base has the choice to provide the callback, or still initialize
        through XInitialization, where the callback is preferred by servicemanager
        when it exists.
        
        Change-Id: I8a87b75c54c1441ca0f184967d31ff4902fc4081

2014-01-21  Michael Stahl  <mstahl@redhat.com>  [3780738154b8c3b3f9d85c64cccf621d97574886]

        ucb: fix inverted condition in webdav lcl_sendPartialGETRequest
        
        (regression from a3f32769fc4bb23c64168b412dd10ec769a3854d)
        
        Change-Id: Ic72b0e874ebf19e25e43af1f8750c63c04ed8a8e

2014-01-21  Michael Stahl  <mstahl@redhat.com>  [54a370753cd1affd8c47cf171ef4a0f3bc76ba90]

        vcl: stylistic cleanup
        
        Change-Id: Iaab13bd37b85128c9cf83b114a155f198b628587

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [1115adbb5dc2dc05354f2a24a27cb37e522c92b4]

        bool improvements
        
        Change-Id: I1588e6dcbc095d8c5fcde3601eea9111fbae15fb

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [ce6b20442a8f848848e7bffb42346cc9925ad4c8]

        bool improvements
        
        Change-Id: I703c854efd0e3456bfdc2e9ec527283a04bd31aa

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [1246f374e6777a7f59574ea5ded7a5e1d812e802]

        bool improvements
        
        Change-Id: Id1a0df17a28372f9d7c3a88424cf7656fed46f9a

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [60e6f9fc61cd4ade02c6771a5325e5ca6e05faf4]

        bool improvements
        
        Change-Id: I471bebacb036e3809cdef2be9e33891da37a3723

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [5f755f0a62e150bf7c9857bac43ac6cc55ef3e45]

        bool improvements
        
        Change-Id: I5c72b0bc34d87312437ae32a506567c3fb3bfa19

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [9eefbbe5de26652566b7fc58521a0e9c44b53119]

        bool improvements
        
        Change-Id: I9e5e77ad2c29ccdae1a794b7a0223858d8a662a6

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [0ec840b1d98c5810731d975f7ea68239e6eff675]

        bool improvements
        
        Change-Id: Ia6f86e38cb46a5f7ac634ad0afb66701811e6758

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [436b10ce8a7919beedc2103114396e7892926c5b]

        bool improvements
        
        Change-Id: Ie9951690fa99705d2083e0d1515261f2f99fd97a

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [d706527fd8377dfb43746529a59b2af0b40b6b6d]

        bool improvements
        
        Change-Id: I24fae431d9e2b99cd6ac937956bb401ecfebc943

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [4abe5e61ddc55fcfb0e230d898dd10d7f7e1f793]

        bool improvements
        
        Change-Id: Id91399027008ffbda26f3212bd3ddbba22044f2b

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [6cccf0f388e20408668e57d1931aba5c46d18185]

        bool improvements
        
        Change-Id: I64288207adb083e006b4acc5e7f26d647236a443

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [101e5cc49c413bede477c0f44b2256e087f7db8c]

        bool improvements
        
        Change-Id: I85faf4e3fcab6763af11eb6a4082820e88bea1ca

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [b184636e1ccbc6560430a6a3e44fe56d2014c8f7]

        bool improvements
        
        Change-Id: I714caa8dc3d34fd56e6a11f57db6723dcb7e6705

2014-01-21  Alexander Wilms  <f.alexander.wilms@gmail.com>  [f44116909d356fdc9c9ec8658be6cc465cb46686]

        Added icons for conditional formatting
        
        Change-Id: If2dd67ad08d93e020e0e68043f9270d387bd41d3
        Reviewed-on: https://gerrit.libreoffice.org/7246
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Arnaud Versini  <arnaud.versini@gmail.com>  [5a73cceee597b56c568d061ead3a0b3269f2977b]

        FORMS : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: Ida618d6ac383c65f1c09212a7b6aa5ee228677db
        Reviewed-on: https://gerrit.libreoffice.org/7534
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Arnaud Versini  <arnaud.versini@gmail.com>  [d3410004066070df4cf1944e241e29cd88f1eef3]

        REPORTDESIGN : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: I9cb8af9dad93a7ee7114489b13e3994515357a10
        Reviewed-on: https://gerrit.libreoffice.org/7533
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Arnaud Versini  <arnaud.versini@gmail.com>  [5b2ba8ed5d6406492205b08ef25fe640253f66a1]

        DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Conflicts:
        	dbaccess/source/ui/dlg/tablespage.cxx
        
        Change-Id: I25ea9174a042050efdb371246417ee7f2edae997
        Reviewed-on: https://gerrit.libreoffice.org/7532
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Arnaud Versini  <arnaud.versini@gmail.com>  [de2d5d9abb7f625269cd4ee54c983c6dfde33767]

        TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: Id75ca6991af0bf75e979c7bc2da452f323f389ea
        Reviewed-on: https://gerrit.libreoffice.org/7531
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Arnaud Versini  <arnaud.versini@gmail.com>  [5e10e6937a8d5117555a4dcc9520aca173d75c95]

        EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: Ifc04e2ec9d27c706868569a3bcb8fbfae0e84c69
        Reviewed-on: https://gerrit.libreoffice.org/7524
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Julien Nabet  <serval2412@yahoo.fr>  [ff48f28f71609b0ab4e6b8bc79818f765e48fddd]

        Resolves: fdo#73771 Non-standard behaviour for Function Mid
        
        Change-Id: I90be516235228574dc219447a0eef3a34f83bee2
        Reviewed-on: https://gerrit.libreoffice.org/7539
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Zolnai Tamás  <tamas.zolnai@collabora.com>  [840e7f004354ebe1239b9271dd758839c477ca7c]

        fdo#65826 and fdo#73605: set a minimum size to start center
        
        This minimum size calculated like this:
        width: sidebar optimal width + width of text appearing in
        the thumbnail view when no recent document is available.
        height: menu width + optimal width of GtkBox containing
        buttons.
        
        Change-Id: Ic1fd6e33a1ec93e61318af02c09ee88909a76cf4
        Reviewed-on: https://gerrit.libreoffice.org/7505
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Chris Sherlock  <chris.sherlock79@gmail.com>  [1d621d363cf966648fc5ed551dbc95de3e70e89c]

        Change EnableNoYieldMode(bool) to better names
        
        It makes no sense to disable something via an Enable function.
        I have split the function into Enable and Disable functions, and
        update the code accordingly.
        
        Conflicts:
        	include/vcl/svapp.hxx
        
        Change-Id: Ic05d69796f43e802a4a2a16aaca44433b6eaa018
        Reviewed-on: https://gerrit.libreoffice.org/7525
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [2e10f314d0d3c3d159f8140fc9073fc86fbcfa17]

        boradcast->broadcast
        
        Change-Id: I96720843f815bf6d499eb424c3e4ff579c2bbe23

2014-01-21  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [01a9f7b2fb6b3445ba9a93a4278ffa3821f7d04b]

        fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED events
        
        At ThumbnailView::SelectItem the piece of code in charge of the
        accessible events related to selection change was mistakenly using
        the accessibility helper class ThumbnailViewAcc instead of
        ThumbnailViewItemAcc which is the proper one for managing the events
        related to ThumbnailViewItem objects.
        
        The methods FireAccessibleEvent and static getImplementation had to
        be added to ThumbnailViewItemAcc to provide the full functionality
        required.
        
        Change-Id: Ia5ffb24c920f3c48854021700819be683c979411
        Reviewed-on: https://gerrit.libreoffice.org/7551
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-21  Herbert Dürr  <hdu@apache.org>  [2cb1a05e867c17328ef24bd3489f3c18d80dfcf4]

        get rid of an extraneous parentheses in "if((A==B))"
        
        (cherry picked from commit 275a1d7a011e79a7f9c44c51e947d2cb50197051)
        
        Conflicts:
        	basctl/source/dlged/dlged.cxx
        	dbaccess/source/ui/querydesign/JoinTableView.cxx
        	sc/source/filter/xml/XMLChangeTrackingImportHelper.cxx
        	svtools/source/edit/syntaxhighlight.cxx
        	svx/source/unodraw/unoshape.cxx
        	sw/source/ui/app/appopt.cxx
        	vcl/osx/salinst.cxx
        
        Change-Id: If4ddf4ab23dbcfc4ba280948c73664b9794aecc7

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [656babddbc862d0d2498c79f616db839577a80ae]

        wrap long text in tables filter dialog
        
        Change-Id: I64f513969ff8eae48da4b55449439ea61b828645

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [5c72a213c7c4b588d0c1e0884ff2c46c22425faf]

        convert table filter page to .ui
        
        Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [b31141065414229ae4319430ad0b4457aa0f8ca5]

        ScCondFormatList is in sclo
        
        Change-Id: Ie79ea86509004dc149cda2316c07cd7db9b339a4

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [e72bf6834446f939e60f2df6511491319eeebca6]

        use a narrow no-break space instead of (normal) no-break space for de
        
        Change-Id: Iae0c70ab713a0d95fa7bc447f8a79e244c5a4258

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [29a287f3e268c3380e8d9c540b8f7df0b0342e78]

        drop unused STRING_LEN
        
        Change-Id: I95446e7bcdfb19cea9eb8055ac880f7c8a04eb37

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [1f7151a8836eea8fc295fe5ab9406e70a076c30a]

        Updated core Project: help  23bdde918a84d61f7162980ee9356363c3393202

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [a3f32769fc4bb23c64168b412dd10ec769a3854d]

        Fix bogus mass-conversion equalsAsciiL -> startsWith
        
        3af99e4d59d89c343965a928681a30f36b1007d2 "convert equalsAsciiL calls to
        startsWith calls" should rather have converted to oprator ==.
        
        Change-Id: Id4a8836c5d6d570e54661c40be7214632e202b21

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [35539318cecddc9ccb2904573a894ea05adc432c]

        WaE: C4701: potentially uninitialized local variable 'nIdx' used
        
        Change-Id: If05dd971ad62b059499c50bfc0b82b28e19fee4a

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [0a4abbda7c08ecc52712e356371a415137137929]

        WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: Ia622d25a454eb2fe1928e095c635ad4655032f15

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [2e4157369a7b5127e4a3b312c944a3044b36845a]

        WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: Ibfd666d4c7b2d92a65a01a84fe83319f056b1e7b

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [eb1b3360e641aaf5c9c8e142473c6e88128bc766]

        WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: I3dfa4495ca7eeba3b3f4f6d81a2ef90fe60ca2d5

2014-01-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [3aef7b3b3dba2d898f3a278e916166e7c3d87321]

        drawingML export: fix position of wrapped shapes in DOCX
        
        In case of DOCX, the DOCX wrapper around the drawingML fragment already
        contains the real position of the shape (which talks about paragraphs
        and other concepts which are unavailable in a spreadsheet /
        presentation), and the inner position should be 0, otherwise the shape
        is shifted towards the bottom right corner.
        
        Note that this only affects drawinglayer shapes in DOCX, Writer pictures
        are handled in sw, and those always had a 0,0 position in the inner
        drawingML fragment.
        
        Change-Id: I582b1ae64387b50ffb051e1f5017eab0e5d5ab34

2014-01-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [cdfebf30946307998eb3965ad30bbcd34ce82b02]

        coverity#707581
        
        Change-Id: I9e9ed9b83d830b1ebe2aae35036f49a649837765

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [4917be8a6f0bd650d9259b14af844f9bc081d2fd]

        Sort the sections of core_constructor_list for clarity
        
        Change-Id: I845c26d0b69c08e07fb7159fb2bd6862ad9e5603

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [e683bb91915ac52743659bc0434a73ab8eab05b9]

        Add fwk AutoRecovery, JobExecutor and StatusIndicatorFactory ctors to "core"
        
        Seem to be needed by TiledLibreOffice at least, so possibly by any
        app.
        
        Change-Id: I52d4e6f4ce66e2a79b67e1f17ba926defd4ac8eb

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [891ffcb141239cb0c51b37f7cc9be0957915ec31]

        bool improvements
        
        Change-Id: I2733b729fe516c0e857490369d493bb7d8fb7c77

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [fb96dc3c8f031a79266f9921d614c334fa9e17a8]

        bool improvements
        
        Change-Id: I5237197595b1b892e7720de13fc835b64470505e

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [246630a7503c82d61a1bbe1f60449bb4b7b33bc3]

        bool improvements
        
        Change-Id: I28697ffd7902321730435e15fcf3018c78a61c5f

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [721e30bf54426e0a3512468af966111ab4a0c528]

        bool improvements
        
        Change-Id: I00e7cdadc4e66fa9656c0a63f4ef18d3673b8e8a

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [e7f7b1d09cead90c2fee075b5bfabf0c71cec28e]

        bool improvements
        
        Change-Id: Ic4572480d48e341c8fa611a3283efc351f530eb5

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [d2c2ab1cb6e974195ccbd7f96234f8660621b06f]

        tidy up OTableTreeListBox to make it easier to .ui-ify
        
        Change-Id: I2463d665c857425bc4cf9df89338a0aab89f0a90

2014-01-21  Caolán McNamara  <caolanm@redhat.com>  [9eebbbcbf7a022e252c5f34f091f3e4b398271cc]

        convert OTableSubscriptionDialog to SfxSingleTabDialog
        
        Change-Id: I8335012139ccaf58bc18d0779e63a5bc388c9fb4

2014-01-21  Luc Castermans  <luc.castermans@gmail.com>  [3007e015310c4a46e1249f69aa26e53dad9aafe2]

        Translated German comments vcl/source
        
        Change-Id: I1143996ef86e35caa72cf2e60ae586940a10ce81
        Reviewed-on: https://gerrit.libreoffice.org/7527
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-21  Luc Castermans  <luc.castermans@gmail.com>  [1424b5c1de7806566297a74ac1d8611058c77f8e]

        Translated German comments
        
        Change-Id: I63ca99a57a84a0c066a2abb1e65d8c04ae9cabfc
        Reviewed-on: https://gerrit.libreoffice.org/7522
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [6f2fbc381de2c12f4ca9c2fc515c4f6860d07095]

        DesktopEnvironment example does not work on OS X
        
        ...as nativelib/unix/nativeview.c uses X11.
        
        Change-Id: Ifdc0206b77085db909155fb61c4a345f2813849d

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [3034b144d0062e9c4394b901aded43fec117ed11]

        OfficeBean example does not work on OS X (where officebean.jar is not built)
        
        Change-Id: I18c9d0fa0a74cbbdad43bd99d87dc6414a0264d2

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [fd95c8950c674ad0935f2583f8fb209d873a73b7]

        Fix signature of main function
        
        Change-Id: Id6a4968b15445f04e788eaa6ca950707d5311e66

2014-01-21  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [15913f9ae1b8753a1fab894667b7543e08210b04]

        fdo#63154 Removed unused solar.h reference in oox
        
        Change-Id: I224bc31af9ecb77ad42357550e016b000ebf4837
        Reviewed-on: https://gerrit.libreoffice.org/7519
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-21  Michael Stahl  <mstahl@redhat.com>  [c445d40da8daa2f6ec0ae9930a06f50ab80cc85d]

        fdo#68959: sw: fix painting of tab fill characters in small caps text
        
        The member SwDrawTextInfo::pPos was changed from a pointer to some
        externally provided Point to a real object; unfortunately there were
        some functions which hold backups of the current pPos as a
        reference/pointer and then restore it, and the restore is a no-op now.
        So use real Points as backups.
        
        (regression from f22006dc6ac34a35a060e15466cf6b2d2058617d)
        
        Change-Id: I8470143ec494cb194a88ddcbd12d96867974278f

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [f4ccd054a94de1290e01bd21d5d45f1720f7cb74]

        idl files need to be packaged relative to INSTDIR, not INSTROOT
        
        ...so that on OS X they end up in LibreOffice*_SDK.app/idl/, not
        LibreOffice.app/Contents/LibreOffice*_SDK.app/idl/.
        
        Change-Id: Id001aed334a0e1d8f835ce797a17f1f67d1a3abb

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [7f9301e7eaff91cbe064d26e6b69b785dd9bb458]

        warning C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool'
        
        Change-Id: I3d4f1ac0debf506e3c4f1ce9143cb8c1cf66925d

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [98fba37bb1e2c5fd10d57d20d6e139765eb69751]

        Consistently let SetDesingMode functions take bool argument
        
        ...to avoid "warning C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool'
        in opertaion" style errors.  Additionally, mark those functions that are virtual
        overrides as such.
        
        Change-Id: I64f919f7e2d8f6224303f9bac67f6270d58de014

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [9d4a40f108e24422dc7aad60f4d17bff08449e90]

        Use SAL_WARN instead of printing to stderr
        
        Change-Id: I83f2b1d7fbe940917ef2c0b7be225c722fe9df05

2014-01-21  Stephan Bergmann  <sbergman@redhat.com>  [106cc77e3c1b0abf5054e7498e8e45ee61fe048d]

        warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operation
        
        Change-Id: I212ea47cabb5c556b7d822e4f45aacb6c96cb6e8

2014-01-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7989850e9fc5fb2fb757ecf388b51bc3e96a0267]

        Coverity: Potential crash (?)
        
        Change-Id: I819b0df446cf95d511d6a7a5a65c381a2a837d00

2014-01-21  Tor Lillqvist  <tml@collabora.com>  [d67c311983c4a7390fa9a11e1ca737756e0382fb]

        Use SAL_INFO consistently, bin a random printf
        
        Change-Id: I2c7a0d4c3c2714bd1e2773c0749edd20ee38628f

2014-01-21  Takeshi Abe  <tabe@fixedpoint.jp>  [276cae1e467af0219ea1a45bac331937d7b9dc63]

        Use boost::scoped_ptr to avoid resource leaks in case of exception
        
        Change-Id: I05a17a061bfd4c3dbd15fe80c1f1f4f8d8267ea7

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [15974abe63f0d4fc88099634d5cd2ddb9760ec23]

        fdo#73487: Center thick border lines around cell grid.
        
        This reduces the amount of gap at line joins. Plus it generally looks better
        this way.
        
        Change-Id: Ifd21cd0bc1f61f8a875b1bad9cfb33564c18b9ae

2014-01-21  Eike Rathke  <erack@redhat.com>  [af43015cd7316b7d611b357a96a415c23b51db5d]

        renamed misleading names
        
        Formula is a formatted text, and RawString isn't raw at all.
        
        Change-Id: I2e4455401c47bd1215576b24f6041248cc7f5a90

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e5ad31e2f784856506c28092166dc8704c84e868]

        Fix Mac OS X 64 bit SDK settings.mk
        
        ...to simply use Xcode clang++ (which implicitly uses libc++).
        
        Change-Id: I02578f971e4abddfe74211046674bdcd23d7b279

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [585d5621f17f0e70ae5bd2ad0a855ba8490d3b25]

        Simplify code; STATUS_LOADED => component||factory1||factory2
        
        Change-Id: I661eb69551eae3d888d156c6bd4291a532d0b6ab

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [8804d3a63ae25d9211b3bf64d764c4eb4bd6c132]

        Fake proper lib ID for macosx-change-install-names into external/curl
        
        Change-Id: I4ce1123698ced152c076a4d0e4ad276be9a55bfe

2014-01-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [8bb8187016da23a30da7eb37a6aee37dba14c787]

        Removed unused solar.h reference in filter
        
        Change-Id: Ieffee3f06a12836b8a01dcebe2a6dc097b35dde9
        Reviewed-on: https://gerrit.libreoffice.org/7520
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e]

        Removed unused solar.h reference in sot
        
        Change-Id: If49a8b583c8805e31abe158c31b3d2c9c79e6e27
        Reviewed-on: https://gerrit.libreoffice.org/7518
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [c137d3c939c8ef7bf3c2443779db1ef5f6e03a38]

        Removed unused solar.h reference in svtools
        
        Change-Id: Ic1dc7c32bb749888bc8751d4d488ba76e46b155f
        Reviewed-on: https://gerrit.libreoffice.org/7517
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [be8dda375e8bde29030c471bf147b32080e26613]

        Removed unused solar.h reference in linguistic
        
        Change-Id: I43a78b0a24d92362100cf9fab956120f01843222
        Reviewed-on: https://gerrit.libreoffice.org/7516
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-20  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [9f7643754806d3f5817acd1409b66590241d8d6b]

        Removed unused solar.h reference
        
        Change-Id: I1ff7d4bad068a8bc8cdc7f27dbfaee199d0f2e5f
        Reviewed-on: https://gerrit.libreoffice.org/7513
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c1f91c53bb83d55175507bc8bb5b25333d28b7c]

        writerfilter: remove unused parts of the FSPA class in doctok
        
        Change-Id: I44c4ee0ca9c9986b1479eb2a365d50319771b304

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9819d24a433583c0835e223e5627dc225be181e]

        writerfilter: remove unused FOPTE class in doctok
        
        Change-Id: I07cbdf3745ac8b2522397b8f013d9dcec8a894df

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [66f0a90bff032a8492c5f4af9281f180967554e3]

        writerfilter: remove unused FBSE class in doctok
        
        Change-Id: I46ad2bee7be304e84622af88bdd975963dcaf7e7

2014-01-20  Jan Holesovsky  <kendy@collabora.com>  [111fe03e36dd7e819e8fa9bdf38a16f5284b6063]

        Rest of the incomplete conversion.
        
        What I am doing today?! - sorry for the incomplete push.
        
        Change-Id: Idca25b390820527481b1c672a0ad62f2d83a0e13

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4b2b4133c2bd750a4b71230433dba0e41ced0abe]

        Handle double lines for screen rendering.
        
        Double lines are always drawn as 2 parallel hair lines that are 1 pixel
        apart, at any zoom level.
        
        Change-Id: I2796477d0ea45c9880aa8057bd1a10104df96673

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01104522ef890bb535994311e627ba1bbfff023c]

        Ensure that the pixel line is at least 1 pixel wide.
        
        Without this, some dashed lines may not get drawn at all at some zoom levels.
        
        Change-Id: I273c1548325d14f56618df8ca4166aac58a3ff3f

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [41bee5b83102760a6da7eaca3b770e4c4e310d4d]

        Do the same when the pixel thickness is zero.
        
        Change-Id: Icfbb295abb19cf58477f4f14f4a7294a540151c2

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [30f97564f86ff2fff3e682a14191db0d841df0cf]

        Substitute dashed line with a solid line at lower zoom levels.
        
        Change-Id: I0437409b6a5d6163fadf777df5c028950727e786

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae22838d2ff4d388e97c30317a6a9f83e652a06a]

        Better on-screen drawing of vertical dashed lines.
        
        Change-Id: I53d5f8b0278d1228cd941221a07cd360943c5ce6

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3b57c7a3a43a056217c72716d18bdeced029b66]

        Same solid line treatment for vertical lines during on-screen drawing.
        
        Change-Id: Idb352dc2afeb2ee7b48620c972c2a186209228ea

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [82599357ae6066b002ca2bd2b7060b26e51ba00f]

        Add vertical lines for testing.
        
        Change-Id: I93d3613547b74a37cebbb6e791e0d23ea405401b

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec1a3157c1851dcb481f402ec25aa38fa9e7c51c]

        Better pixelization of dashed lines for screen rendering.
        
        Now the dashed lines are evenly placed on screen.  For now, horizontal lines
        only.  I'll work on vertical lines later.
        
        Change-Id: I474e9c8214e5f079ea2cfca12b35381d8fcf2ae1

2014-01-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6a3fb868b2b8af21f7b6140424b6f8377599a786]

        Draw horizontal solid border lines directly in the pixel processor.
        
        This makes slightly skinnier solid lines which look better on screen.
        
        Change-Id: Ia7764be4a53d1dd6bb60ecb3ba5c8966403e4e6c

2014-01-20  Jan Holesovsky  <kendy@collabora.com>  [f979a12741d0e5f47b26aa407593ab7c21979f6d]

        Forgotten git add, doh!
        
        Change-Id: I6dccc887b400352cc47678d912b5e4d391c96a3b

2014-01-20  Matúš Kukan  <matus.kukan@collabora.com>  [279859fdbc40f68d8f1649fa5b928d9de49e8d9e]

        fwk: Use constructor feature for AutoRecovery.
        
        Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d

2014-01-20  Matúš Kukan  <matus.kukan@collabora.com>  [748aa84e9808ad31c6ff6b71459525c82de10e58]

        fwk: Use constructor feature for JobExecutor.
        
        Change-Id: I5087320137dc17f27a382d564a59cec68f1a4f95

2014-01-20  Michael Stahl  <mstahl@redhat.com>  [c61ecda75b118a1a9dad4e9a2b56a85f7ace3219]

        gbuild: UnoApi: remove unused sinular gb_UnoApi_add_idlfile etc.
        
        Change-Id: I9ad8798b205e697a588804de3de758be7203f1a5

2014-01-20  Michael Stahl  <mstahl@redhat.com>  [3b3aa78ac338da0736c25476bc0ef6f686ac2d94]

        gbuild: UnoApi: fix header rebuilds when cppumaker changes
        
        There needs to be a dependency from the header on cppumaker, because
        headers do get rebuilt in this case and it's possible that the content
        chnaged; unfortunately it's not possible to tell whether the content
        of the headers actually did change, all of them will be touched which
        will result in a large rebuild.
        
        Change-Id: I78ae0631ba9197ca3d3edbd010319b77a6f01074

2014-01-20  Michael Stahl  <mstahl@redhat.com>  [0190a70e79efa437e1516e635f4f670d7a35bb2d]

        gbuild: UnoApi: fix rebuilds after IDL changes
        
        There used to be a dependency between .urd file and .hpp/.hdl files but
        that was removed; introduce a dependency between .idl files and
        .hpp/.hdl files to replace it so headers and stuff depending on them get
        rebuilt.
        
        Change-Id: Ibf1fe1db08c36ce42c392d27b794c2bc2a33738c

2014-01-20  Eike Rathke  <erack@redhat.com>  [f6b9b73a1f87d1815ed8ab8f2494e5526a710bb9]

        resolved fdo#73836 do not apply format twice to string
        
        ScDocument::GetString() already returns the formatted string that then
        was formatted through number formatter. Format raw string instead.
        
        Change-Id: I806b4fc904d04169a6c1dbd4a3d00e2556eda7bd

2014-01-20  Jan Holesovsky  <kendy@collabora.com>  [9dae84647a35ba356df3f4dae8022dee0ad8bed8]

        component-defines.h should be generated.
        
        Change-Id: I759d119e0ad6c5ae2881284c82292d4d9cb7ae87

2014-01-20  Jan Holesovsky  <kendy@collabora.com>  [9bc2ab30e302c210b725e7035ea4d17774ef90e1]

        Revert "svt: Use constructor feature for FilePicker and FolderPicker..."
        
        It does not make a real sense to use constructor for implementations that act
        as a trampoline; instead, we should do a constructor for the real
        implementations that hide behind it.
        
        This reverts commit 2fbb47156773b2e300fc987efc2da85c66e567d1.
        This reverts (part of) commit 58ea27124af27bfac21a796b0d13d72354bd0dd3.
        This reverts (part of) commit 194bdbde25dd70988c94ff5e1af43b530d47d94b.
        This reverts (part of) commit df002e39f7518036ae1c1d2afec7a525ef902327.
        This reverts (part of) commit eb89c6f7dcd613cda6a9eee6f7897225e0334a25.
        This reverts (part of) commit bdeb57c23973f3ef79020847b2fe39f312cf3c0b.
        This reverts (part of) commit 4337a0664f4fb73f9e1be74f2a632847871da402.
        
        Change-Id: Ibd9b1066f3b6ea215d8da9f491d5f026cd75b029

2014-01-20  Jan Holesovsky  <kendy@collabora.com>  [306efefe22e02248eff14f8be2cef68d75d26e55]

        Minimize the constructor functions to a bare minimum.
        
        Most of the constructors are supposed to be only a call of
        
          new TheInstance(arguments)
        
        or an equivalent; so let's just change the constructor caller accordingly, to
        accept unacquired new instance.
        
        If there are exceptions that need to do more heavy lifting, they do not have
        to use the constructor feature, or there can be a wrapper for the real
        implementation, doing the additional work in their (C++) constructor.
        
        Change-Id: I035c378778aeda60d15af4e56ca3761c586d5ded

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [ef602ba8ce58211c9588d8df72cbde7d48542a1a]

        Remove unused XInitialization.args data
        
        ...now that ModuleUIConfigurationManager no longer implements XInitialization
        since 72b5343bd16deec540d8cd148cd7aebd74e92c16 "fwk: Use constructor feature for
        ModuleUIConfigurationManager."
        
        Change-Id: I479c6c93e9982d80318e53b794bac99e949a5e46

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e5d643327d9fefe788e6d8dbbee0203e36da6d73]

        Typo in PLATFORMID for Linux powerpc64
        
        cf. the list of platform tokens at <https://wiki.openoffice.org/wiki/
        Documentation/DevGuide/Extensions/Target_Platform> and in
        desktop/source/deployment/misc/dp_platform.cxx.
        
        Change-Id: Ibfc103bed1f6756654225e2c456ad73ab56c0d5a

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [dea0398ee24eb278cdb14999efbf34d634454eaa]

        SDK settings.mk: Don't guess PLATFORM/PROCTYPE
        
        ...rather, pass them from the build to the SDK installation via dk.mk.  (The SDK
        installation is already platform-specific anyway, see the binary executables in
        its bin/ directory, so there is no point in not fixing this at build time.  In
        the future, the shipped settings.mk could of course be stripped to just the
        parts relevant for a given platform, of course.)
        
        Along the way, fixes some apparent "ppc" vs. "powerpc" typos in settings.mk.
        
        This is a prerequisite to create a working settings.mk for macosx_x86_64, but
        does not yet do that.
        
        Change-Id: Ib8e0c03ad6dfd610aae58a61e32bdc61c785584f

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [85f1c4a2cb1b54aabcb5249cf3c0b07182e8c434]

        convert advanced db settings dialog to .ui format
        
        Change-Id: Ia3152b7cc5edd89f37c78841e10bb5feacc6fc12

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [3e8622e563046cf17329d3ad8ab6745574d2e309]

        Updated core Project: help  934de4f8116eb69e621b7eff487e743a8a1866e2

2014-01-20  Michael Meeks  <michael.meeks@collabora.com>  [88ca84d56113fa5228a1fd9297d7c16fdafa7c47]

        Add a %age completion.
        
        Change-Id: I6066d42abddcefc9d7fe4bd19477a11294b138b2

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [f2b3760ce564c9119600dace26f59799503f81ef]

        require icu_headers here
        
        Change-Id: I56e161d42f7a58a7931191ab3d0af79f2af9ee5c

2014-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [b799cb7528552b0538f3ee1f5afc935c406f5637]

        Remove unused Window parameter from SystemSettingsChanging
        
        This took a bit of code archaelogy for me to track down. It turns out that
        as part of an effort to optimize startup, the line of code in this function
        was commented out, presumably to be rewritten later. This happened in
        commit ee3351d78c in July 2001 (!).
        
        About three years later, in February 2004, the function was rewritten in
        commit 189c2388d80. As it turns out, the only two functions that used
        the Window parameter were vcl/source/window/window.cxx (which passed
        itself in, but of course this did nothing) and
        vcl/source/window/winproc.cxx. Furthermore, winproc only ever passed in
        the first frame, so it didn't really do anything either.
        
        Consequently, the function as it stands *now* only notifies the
        application that system settings have been changed. It doesn't care
        which window it tells.
        
        Therefore, I have excised this parameter from the function. I don't
        think it made sense when it was implemented anyway, so there is no net
        loss.
        
        After removing the unneeded parameter, I was also able to remove the
        Window parameter from winproc.cxx's ImplHandleSalSettings function as
        it was only ever used to set the top level window, which is now
        irrelevant.
        
        Change-Id: I84f2c5c5ff8969387da3af81e4a9c7f9ac6237e1
        Reviewed-on: https://gerrit.libreoffice.org/7541
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [305077c6c382aee1c5509b5b7809d8d73d65c674]

        drawingML export: zero rotation shouldn't alter the shape position
        
        I'm not exactly sure why existing code didn't do this implicitly, but at
        least this improves the situation.
        
        Change-Id: Id2bb169c513827b7ef48640dc88fad90a83d2bee

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [24ea8a7c5070fd48a7b162c2e5c092a0f29093ff]

        require icu_headers here
        
        Change-Id: If15c208f23d09dbd55ad0625448f864a7725c553

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [4e0cd21369b1bde28f57633f9b8c0e475eabc333]

        require icu_headers here
        
        Change-Id: Iee8d757f29c03e71e48c211966daaa89548710b4

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [78dd3fb45e05305691261e6c781578aed8bc92f0]

        Related: #i121289# printer options should have SID_SAVE_ONLY_USED_SYMBOLS
        
        (cherry picked from commit 5c6ef989906c6aa51b2e3702bac0323ef97e9f2d)
        
        Change-Id: Ida372f0558fd7e5cdb9c98384c21544e197f88a9

2014-01-20  Douglas Mencken  <dougmencken@gmail.com>  [8ae8d5165c29cb899e6a8a57d1021a844ac30b30]

        Get bundled openssl to be used on OS X too, at least on OS X <10.7
        
        Also note that OpenSSL is incompatible with -fvisibility=hidden on OS X
        
        Change-Id: I1fc3cf4d515ef210f996cb04ba9c1b3216109137
        Reviewed-on: https://gerrit.libreoffice.org/7233
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [d33b4c311e3b9c0b8f50080cb38a31c19f587a16]

        Related: #i56998# use locale rules to format percentage
        
        Change-Id: I4b744cf10165383153d2a71c05df0c0ed327c641

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [c6c70c93461d5da4464ef38c8420b53ee609a4d1]

        Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM
        
        Change-Id: Ibac028120286c9deb2411fc547877eebac93f36f

2014-01-20  Chris Sherlock  <chris.sherlock79@gmail.com>  [89a7b8a13285dcf614b162c1b8bd94b6785d3f87]

        Document VCL Application class
        
        Documented the VCL Application class in Doxygen format. Also
        reindented some of the code, and moved ValidateSystemFont down
        the list of class functions (better code organization).
        
        Change-Id: Id421647a9a25e11be87b0f6c46d1ac0f4846f6a4
        Reviewed-on: https://gerrit.libreoffice.org/7515
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2014-01-20  Stephan Bergmann  <sbergman@redhat.com>  [3c2a6ad96b3549961f4c72c200da42ff82d8a188]

        Make implicitboolconversion.cxx compile with Clang 3.2
        
        Change-Id: I011e74fd044d0b76cccc60adea362805917c584a

2014-01-20  Oliver-Rainer Wittmann  <orw@apache.org>  [6789e6de929c7685cf1573170534891aeffe5fa1]

        Resolves: #i124039# assure correct line break for multi-lined Input Fields
        
        (cherry picked from commit 14e0270c3ebad9a1fb817fcfced2aa8ee2f3e3f0)
        
        Change-Id: If5664a5260e683cd5a80885b3f39b04f85de8db9

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [062e6f76ba26d2c0a54a476a1168202bae2322a7]

        Related: #i56998# use locale rules to format percentage
        
        Change-Id: I2cdeefc5a5a1ee970ee3da5191ceae28b58340a1

2014-01-20  Tor Lillqvist  <tml@collabora.com>  [78a61583c266a1fd222cd78c912e35e93f7010d3]

        Minor update for Raspbian
        
        Change-Id: I5208aa7e6f40acc6d18a0617dc104474e1e87870

2014-01-20  Tor Lillqvist  <tml@collabora.com>  [6e08873d98add4375d9d72057b9226d3bbc272fe]

        Add JVM headers and libs
        
        Change-Id: If5524c6c23bcd2500d029a33df141a0a1c611502

2014-01-20  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d0c383256ef72d5212d8e2db77582d0ebe417209]

        fdo#73389 Writer does not show a docx-document with nested table correctly
        
        The table manager can work with more table simultaneously
        and so m_aCellWidths contains more table's properties.Only one
        item of it belongs to the current table (getCurrentCellwidths).
        Regression from 74c5ed19f430327988194cdcd6bdff09591a93fa
        
        Change-Id: I93efac0c004af1b2524c955ffb20c3ecd74a2920

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [aab6645595dc4210cc61a97aa9c137ecea5adace]

        Related: #i56998# percent value should not takes space separator...
        
        before the character
        
        (cherry picked from commit acac627b8aed3353e542ce41fa9a7064e4d1790b)
        
        Conflicts:
        	vcl/source/control/field.cxx
        
        Change-Id: Ia9c5496e1e2345f6249dc03efaf2c60f4231aecd

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [96c0f5b1c712e72e4a5ad6b69e744d6187afdc83]

        Related: #i56998# use locale rules to format percentage
        
        Change-Id: I26af0abee94c911fd0d2b84e829f4489e625c0b2

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [fdf9406792905a4bbd49b4ad88c40e6af9c17da3]

        misuse of OUString::boolean on sal_uInt8 values
        
        regression since 64b993e046f23baaacaff1572b7d2a816588b5ef
        
        Change-Id: Ifc907a34430c36a64318fc42342e630e2b84ad13

2014-01-20  Khaled Hosny  <khaledhosny@eglug.org>  [224da771d3736a021df15e32c23d2fa585c433ed]

        Remove space before percent sign
        
        Seems to be merge artifacts in 260df50ae67e0d9f9d80e0686e6a12903c53c130.
        
        Otherwise, I really like how Caolán implemented this in a proper,
        per-locale way. Caolán, you rock!
        
        Change-Id: I42e70b240fdf013316ad282e70b8e42eec8225a8

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [269af0448130df8b816cf868a1fe4490252cb713]

        Related: #i56998# no space for degree symbol
        
        and now space between number and pages is explicitly added by code
        
        Change-Id: Ic4e73d2f30b93bd4a34b98f480f1ba111c9a285d

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [ab50bc9d4a72193c1fefcbf0652938995094bc41]

        Resolves: #i56998# add a space separater between value and unit...
        
        and remove separator between value and percent to match with ISO 31-0
        
        (cherry picked from commit 0cea884e3f417e4b58d2fdcfc7b0111f3bfc6f30)
        
        Conflicts:
        	chart2/source/controller/dialogs/tp_SeriesToAxis.src
        	cui/source/dialogs/colorpicker.cxx
        	cui/source/dialogs/colorpicker.src
        	cui/source/dialogs/grfflt.src
        	cui/source/dialogs/zoom.src
        	cui/source/tabpages/tabline.src
        	editeng/source/items/frmitems.cxx
        	editeng/source/items/textitem.cxx
        	sd/source/ui/animations/CustomAnimationDialog.src
        	sd/source/ui/animations/SlideTransitionPane.src
        	svx/source/dialog/bmpmask.src
        	svx/source/engine3d/float3d.src
        	svx/source/items/algitem.cxx
        	svx/source/sidebar/text/TextCharacterSpacingControl.cxx
        	svx/source/xoutdev/xattr.cxx
        	sw/source/ui/utlui/attrdesc.cxx
        	sw/source/ui/utlui/uiitems.cxx
        
        Change-Id: I554309cb72dd8956077c5ca6866a982cdd6529aa

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [d98d35b3293b3b4b27db4d578348f43a86201cfc]

        Related: #i56998# english doesn't put a space between numbers and percent
        
        Change-Id: I9c9579e8e1b8009fef169b434e2d839e36da8984

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [260df50ae67e0d9f9d80e0686e6a12903c53c130]

        Related: #i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM...
        
        with percent CustomUnitText on metric fields
        
        (cherry picked from commit 4f5b26a97dbaef964af1fe323f24109b987cb952)
        
        Conflicts:
        	chart2/source/controller/dialogs/tp_3D_SceneGeometry.src
        	chart2/source/controller/dialogs/tp_SeriesToAxis.src
        	cui/source/dialogs/zoom.src
        	cui/source/options/optgdlg.src
        	cui/source/tabpages/autocdlg.src
        	cui/source/tabpages/backgrnd.src
        	cui/source/tabpages/chardlg.src
        	cui/source/tabpages/grfpage.src
        	cui/source/tabpages/numpages.src
        	cui/source/tabpages/paragrph.src
        	cui/source/tabpages/tabarea.src
        	cui/source/tabpages/tabline.src
        	cui/source/tabpages/tparea.cxx
        	cui/source/tabpages/tplnedef.cxx
        	sc/source/ui/pagedlg/pagedlg.src
        	sd/source/ui/animations/CustomAnimationDialog.src
        	starmath/source/dialog.cxx
        	starmath/source/smres.src
        	svx/source/dialog/fontwork.cxx
        	svx/source/sidebar/area/AreaPropertyPanel.src
        	svx/source/sidebar/graphic/GraphicPropertyPanel.src
        	svx/source/sidebar/line/LinePropertyPanel.src
        	svx/source/tbxctrls/fontworkgallery.src
        	sw/source/ui/frmdlg/column.src
        	sw/source/ui/misc/pgfnote.src
        
        Change-Id: I8acc5f7fc80d4366750ad38fabbf49b02f013f7c

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [4d1b8459f7ed8ba46dfaff00420fc1a698028d3e]

        Related: #i56998# use locale rules to format percentage...
        
        in zoom value and percent on zoom statusbar item.
        
        Change-Id: I0b863ab43399772fb52c4e03e0552fcb933e2832

2014-01-20  Thomas Arnhold  <thomas@arnhold.org>  [9df2b09e0a51b070604bde17ff3b03f72ed2786f]

        add missing space in help text
        
        from 6e2c0fef5906a

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [4706cecf542b08c6af24bdddf61ccf912f515e13]

        Related: #i56998# use locale rules to format percentage...
        
        in Combine single line paragraphs option in AutoCorrect dialog
        
        Change-Id: I5af78ff31031a92a4f772d9c26bee05c3695cad1

2014-01-20  Caolán McNamara  <caolanm@redhat.com>  [c2866a9da4822fe886683efabe223db97d0296cb]

        Related: #i56998# provide a way to format % per-locale rules
        
        Change-Id: Ic27b230cc9dce366f281ff720ded5873e94f6191

2014-01-20  Tor Lillqvist  <tml@collabora.com>  [daaa6425ba689e69227751d4f4a719c01977ff1e]

        Make gallery stuff work also for cross-compilation
        
        Galleries are needed in a cross-compilation only when targeting DESKTOP
        platforms, which people don't do very often, so the problem had not been
        noticed for a while.
        
        Change-Id: Ieb0f010505af230db0661f02345ac6ace3b52957

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [106c82706edc1adc2df8d39d332fd3a3452c5d78]

        drawingML export: write TextShape outline properties
        
        Change-Id: I3742c960016bbe1d82b58a16d464b329d2612c10

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [2d4f0a7d0dd3da34d054ff444e69b10ef015e260]

        drawingML export: fix TextShape width for DOCX
        
        Change-Id: Ibaf29ed746076fa6ec0bad013cac26debdb2b165

2014-01-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [243ce7d73acc070194ecf5bb9f97b8a7cbf87ecd]

        drawingML export: write TextShape fill properties
        
        Change-Id: Ibe89e86b19d7633e9a0669ff0574173ac4b633c5

2014-01-20  Noel Grandin  <noel@peralex.com>  [a506352ecb17623feadc09b3edd6a108d64fb740]

        remove now dead MyList class
        
        Change-Id: I96411ecb072e5135e7d0e6bb276ff782dcb0270c

2014-01-20  Noel Grandin  <noel@peralex.com>  [1f3eed97de1c3dcbf532cd63023239a4543ae1dc]

        convert custom list implementation ScaDoubleList to std::vector
        
        Change-Id: I98865a54f675ebdb7724327305f9f9a5eeccfeb4

2014-01-20  Noel Grandin  <noel@peralex.com>  [20c4de49ac040e4c232d59f1ce0c86660b0ebc09]

        convert custom list implementation SortedIndividualInt32List
        
        .. to std::vector
        
        Change-Id: I882653fbe6e42bf2a4f79c5b7c353e6667c79879

2014-01-20  Noel Grandin  <noel@peralex.com>  [22b928d7d7e03e0a8506263ae556a0e3d15b0d86]

        convert custom list implementation FuncDataList to use std::vector
        
        Change-Id: Id73464d135dd41e6a24663da654a3c623c2814d4

2014-01-20  Noel Grandin  <noel@peralex.com>  [4cc5d3f2d720e9900c6a58880bb979da81326166]

        convert custom list implement ConvertDataList to std::vector
        
        Change-Id: I32fbab56f21709a79b1d7fd13bc85ad5a9a107dd

2014-01-20  Noel Grandin  <noel@peralex.com>  [9ed624752f2a3648ab109e57680e285683387d64]

        Convert custom list implementation ComplexList to use std::vector
        
        Change-Id: Ifd02215e2b86fb9c527db0d4011781c4959c29bf

2014-01-20  Noel Grandin  <noel@peralex.com>  [a08633b07a4370d16cdba43427ddb57a7feb7552]

        remove unused CStrList class
        
        Change-Id: I22b74ab50fbef728c3a0d8a04e212fe1b1fce86e

2014-01-20  Noel Grandin  <noel@peralex.com>  [6fd75d6a34e1a696a766776326f589b471b84d82]

        sal_Bool->bool
        
        Change-Id: Iba99495f93edc1bbd8b4fbdbf25c6c6f8b8986be

2014-01-20  Noel Grandin  <noel@peralex.com>  [b132bf92ccdbcd81f25fdb11b9f2a6e9297092f1]

        sal_Bool->bool
        
        Change-Id: Ibc8696d41afead254c832afb7b4aeed73f52cab9

2014-01-20  Noel Grandin  <noel@peralex.com>  [18d0f4c714e71b3ebdd697a3759a74a20a25344f]

        sal_Bool->bool
        
        Change-Id: Idfdfc19ac80797ef7185425c7929db3fc2e9e1a5

2014-01-20  Noel Grandin  <noel@peralex.com>  [3dffe225845a4f1646684ca2e688c5275993d2f7]

        sal_Bool->bool and remove unnecessary param on ScConsData::InitData
        
        since it was only called from one place, and that place
        unconditionally passed "false"
        
        Change-Id: I1b730cfff23da08a86d385737043fcabf16d37cb

2014-01-20  Noel Grandin  <noel@peralex.com>  [a2c49ef9105edb8b136cd138ff0fb13a9bf78947]

        sal_Bool->bool
        
        Change-Id: I6f567871d9ba0517c5069f9b2d6c908b4501178d

2014-01-20  Noel Grandin  <noel@peralex.com>  [1d7f9ceb1c3e7d3bdf9d074a034808dc3b8fbb9b]

        sal_Bool->bool
        
        Change-Id: Ia39a8e928b68d4e05696e9a664fad28f95b91828

2014-01-20  Noel Grandin  <noel@peralex.com>  [de139552bead429544e16f2c3bffd1fcbbc3c91b]

        sal_Bool->bool
        
        Change-Id: Id85765e1ae560364d8cf5e33b509473a362d63ed

2014-01-20  Noel Grandin  <noel@peralex.com>  [f8e5ba4f514487ddc8fa1b42f6d536d00728ddf7]

        sal_Bool->bool
        
        Change-Id: I7c60759d199da6b0d1494cf31e1577808e618627

2014-01-20  Noel Grandin  <noel@peralex.com>  [2b015cd8adaca8345cc520eff369b5429c1bed37]

        sal_Bool->bool
        
        Change-Id: Ibe1a978835a3ccd3c34d289db56f12e53b42087b

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [66ff6924d50fc77e7a3e80c74a12a088a874df8b]

        Related: #i56998# use FUNIT_PERCENT on fields that allow relative value
        
        (cherry picked from commit fc6fc5b576b972a8ea0551091cc57aa1cfe1334d)
        
        Conflicts:
        	svtools/source/control/ctrlbox.cxx
        	svx/source/dialog/relfld.cxx
        
        Change-Id: Ic8f0f550dbbcab0678fbeb9bf45a478b0cea642d

2014-01-20  Tor Lillqvist  <tml@collabora.com>  [01fc6acdf2aa836bdb54cae48fd5b89a7313c094]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: I64c869fbc89ca18a4cc0f7f2a7a8f9d729c7a66d

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [1cf4fd9f55b950991672428257d7242b234edc30]

        Related: #i56998# add space separator between value and unit...
        
        in fixed line around the preview on print dialog
        
        (cherry picked from commit 99d599a9ff636dc16b42889ca5d2d7323f45cae4)
        
        Conflicts:
        	vcl/source/window/printdlg.cxx
        
        Change-Id: I632766cfbc89be32f5991890df0c5cc918263f00

2014-01-20  Tsutomu Uchino  <hanya@apache.org>  [6874e5e291e9c643eaf06a84a6e5a32be496a37a]

        Resolves: #i92785# fix label from Allow blank cells to...
        
        Allow empty cells on Criteria tab of Validity dialog
        
        Suggest By: joropo<joropo@pioneerwireless.net>
        (cherry picked from commit b363d736060a8ebe2117a37e0dfbd2e164f31db7)
        
        Change-Id: I76eb3bb567bb24498f987d62dd970731faff4b83

2014-01-20  Tor Lillqvist  <tml@collabora.com>  [1c49746b4b96d25bf7609c607390b81492a9e3b8]

        Add script to extract a hackish "sysroot" tarball from a Raspbian system
        
        To be used when cross-compiling to Raspbian without proper cross-compilation
        packages that would contain the necessary headers and libraries.
        
        Change-Id: I342771e6ea9baaa2500c8c7ad7b3b42d12924461

2014-01-20  Matúš Kukan  <matus.kukan@collabora.com>  [2dc9f1791a24ef1858737eac3ce64c5e2c261744]

        Fix declaration for ctor functions in generated headers.
        
        Change-Id: I329ff80da68c629d7a82921253c4412563743b34

2014-01-20  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [04a7ac6f062e9296eb643180cf54345bcdb260c4]

        fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.
        
        	Issue :
        	DOCX contatining TOC Code field '\u' was not getting
        	preserved after RT.
        
        	Implementation :
        	1] Provided import & export support for TOC field flag '\u'.
        	2] Written export Unit Test for code field '\u'.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7202
        
        Change-Id: I43872c7db21c25e0586bf874d5bb0c9115ab76af

2014-01-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [96bffb32ec50ecd43f2e7cc3c3df60a0c9cadfc9]

        Updated core Project: help  031c8e6b1f00fb6d40d830fd570ff28960062d3b
        
        LOGNORMDIST function can return also non-cumulative values
        
        see similar GAMMADIST, FDIST and other functions
        
        Change-Id: I6c9d9e3281cc6631637e2d8449488dc574c2e1e8
        Reviewed-on: https://gerrit.libreoffice.org/7538
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2014-01-20  Luc Castermans  <luc.castermans@gmail.com>  [e4f82812bb623ec98e6580c5fadaa9a8af64ac89]

        Translated German comments (in 20 yr old code...)
        
        Change-Id: Ie25a734bee8e2cfe3a8fb0a6471ab9988e9c915a
        Reviewed-on: https://gerrit.libreoffice.org/7528
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [14242287e4af168af216f4f3a4491143e9e50a42]

        coverity#1130188 Logically dead code
        
        Change-Id: I56b58f76adc820371677a79991ad588a6d78adc7

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3cc79a0b51e3e84e9e52516a3bfbfc6004a9b19]

        coverity#738570 coverity#738571 : Uninit scalar (unused in fact)
        
        Change-Id: Id1f14669c3e88e5abf92a9b1443245d81f360e62

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [9f476dd17cb6299f4bdef4a0d07149d541c9c9a8]

        coverity#705785 Dereference before null check
        
        Change-Id: If83916c580c3c6ef64104c4052e87dc4ee168f17

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [910b7bf6c6870fed56c4450ed54303a23f5a23da]

        coverity#704562 : Dereference after null check
        
        Change-Id: Icf5e2242f73c519de91508eb912a38b21ac9a9d6

2014-01-20  Takeshi Abe  <tabe@fixedpoint.jp>  [3f150d2601a5eaec579816bc30a19fc4a446d571]

        Remove dead code
        
        pDialog was always 0
        
        Change-Id: I0874755d5b01bb3ccf6a3acb8dfdafdea78c31ee

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ee5758e4e91ab2d477d02310983f25e2f0d854e]

        coverity#735600 : Division by zero
        
        Change-Id: I67c2af62144872c4ad0ac7e17be5bb9a5883ba69

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [838d0cd4f397feef5b393942ec77185c00ccb811]

        coverity#1000814 coverity#1000815 : Unintended sign extension
        
        Change-Id: Ia9e40dba5ef2beca2ebc6cc40672d6804d430af0

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [b4ed680ebe8d89d010f4f1ccb5ffb8d6710475f4]

        coverity#735599 : Division by zero
        
        Change-Id: I1a69224793eb39d88894e1090672bdb641c88a02

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1a545aa98951c06468330d8924f33c69fb7ba54]

        coverity#1132668 : missing break in switch
        
        Change-Id: Ia759081e7ccc9105898f25025ea567d900d33b13

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c2f3f48549f0566f7e0df3f66558833932c9d40]

        coverity#735598 : Division by zero
        
        Change-Id: I288b46a933d8a301823deed8fccae9764b74e840

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a77e7a310d3b9a62df3c475578e11373188e802]

        coverity#1158122 : Explicit null dereferenced
        
        Change-Id: I6ffec6e69ca5ddb01998653d2f7637ed062bdc80

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [8db51361dc199c731cb82a06f90b4d2ff8eebfaf]

        coverity#1132662 Dereference after null check
        
        Change-Id: Iaccf8bb7903702d2bed3c4fc2195172e18ead6c7

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [9fd10cca8e8a3121b378b9e820c565c101985809]

        coverity#1132661 Dereference after null check
        
        Change-Id: Ida147599810b0aff4a7ebd00b90475b1c6cd1366

2014-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [014a0e5d6f1acf54c97ac4c21d7a1d72f3f196cf]

        coverity#1132660 Dereference after null check
        
        Change-Id: Ib184d73f2ced3beca8540a37bab74c4a712170ba

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [989c7ce9a88aa6e9a3bb2773117c6ad5ee204ef6]

        CID#1158211: out-of-bounds access

2014-01-19  Andras Timar  <andras.timar@collabora.com>  [70068f428d570a4ee00c682f1b8e12de395a8be4]

        fdo#73764 partially revert 3998d1abb291
        
        Change-Id: Ie9b6d6a318fad256f3f0999fe9c0810a4323f10d

2014-01-19  Andras Timar  <andras.timar@collabora.com>  [97eed7f636e2e6a11325b5360be4ee4262f1efb8]

        make strings localizable in *.ui (bin/ui-translatable.sh)
        
        Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5

2014-01-19  Andras Timar  <andras.timar@collabora.com>  [bf32240b97ad2cf6a515715a4214497e4fb00bb9]

        detect unlocalizable strings in GtkComboBoxText <item> elements
        
        Change-Id: I0598be74345b70aee7feefeaea4cf525a5f2173b

2014-01-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6d7a4e5744c6ce5f1362b659464fb94465c2cb67]

        fdo#73799: Make some items in the filter dialogs translatable.
        
        Change-Id: I67c54ae9cee0a57baf900c80f50b28572bc9465b

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f893db57dad1a287842cfca4c78606707c34390]

        how should I fix this memory leak??

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6069b5162281ccc88eb242991a115197d0893fb4]

        more build fixes

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40cc36a2e781c46fafb988f1ffbe6c01e4bf274e]

        fix the build

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fda4ee058d07d5909fdd0b39bb63527954e9b8a]

        CID#1158520: use after free

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d27fcc53c87fc31fa24cc9446da637d420730b56]

        CID#1157755 and CID#1157756: resource leaks

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c88dc6f2707808d44a901a93a3978981202706c]

        Revert "cppcheck: reduce scope", CID#1158238
        
        This reverts commit 943e2930e7453857f229efe04ade85cb1dc87faf.
        
        That commit introduces memory corruption because the variables are still
        used through a pointer.

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f170ca9c91f8092659d6fe5afcf53db7514f224a]

        CID#1158216: resource leak

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05d160d4663f2fa4c169cc0c997624ef32805c1b]

        CID#1157787: new[]/delete mismatch

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c36882d3a1965f3dcc846f81100b368049a99b0]

        CID#1157754: fix memory leak

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8239d0b03a0225d593f2ac06727975a17515809]

        CID#705650: fix memory leak

2014-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3b60aa648079e29f74e3e0fa1316e4eb3014ad9]

        CID#706118: possibly invalid cast

2014-01-19  Andras Timar  <andras.timar@collabora.com>  [09c722873b2d378d2d155f5f1dd7d8f3fb2012e9]

        EMF/WMF: fix rendering of pen styles (dash, dot, dashdot, dashdotdot)
        
        Change-Id: I226bac370601b75f2589f7a7c5e8830746b31e2e

2014-01-19  Andras Timar  <andras.timar@collabora.com>  [31507aaceb86a6dd153f64cc773c241eb03ed6a7]

        WMF: parse line cap and line join
        
        Change-Id: I5a19a724856938d5a0495ee1e454582238dbd3f0

2014-01-19  Eike Rathke  <erack@redhat.com>  [26fc9be1bf2d6aaeb52a571ea416f4527a52e146]

        do not resolve empty locale here when set, fdo#73549 related
        
        Change-Id: Id9c8c3926f64826fd2295e0f75f007ce435f5915

2014-01-19  Eike Rathke  <erack@redhat.com>  [db6f8f9f8969b592ed90c841960fdd186e1cbc5a]

        fdo#73549 do not resolve empty locale here if not determined yet
        
        Change-Id: Iad03d6209a2b4024b27c6195195e5aa557c295fe

2014-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [5756b4c52b5caf26cdebe055623751e473564d8a]

        writerfilter: drop unused FDG, FTXBXS and FRD classes in doctok
        
        Change-Id: I37c209b31bf47577b0f56b06fc49f15327f8c434

2014-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ae9e57f0fae1ef5a063a3b4a56a8eda27717364]

        writerfilter: two unused templates in doctok
        
        Change-Id: Ia05ba411da4e7a6ea65945f23bc14fcdde5ab9cb

2014-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [d395184d38c1910ecae3698cd6d11aa00e3e02ec]

        writerfilter: remove unused Tplc class in doctok
        
        Change-Id: Iec8680560bde8157e6e4c66417647f62b2feb8a8

2014-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f286eb90370e74f736a3dc70f73b7beb0ff851a7]

        writerfilter: remove unused TC and PICF classes in doctok
        
        Change-Id: Ibc84bc2ce0e31d52dfd0eb0e4a906145f0e559cb

2014-01-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [ce40cd30367e645db475b072bc2c1e5a06597f38]

        writerfilter: refactor to be able to remove redundant Font class in doctok
        
        Change-Id: I98516cbdb7e80a7dfe7048909ad4acb0418dbf9c

2014-01-19  Luc Castermans  <luc.castermans@gmail.com>  [8ca88963190cc523a1c288a3b31dff931f472094]

        Translated German comments and corrected English spelling
        
        Change-Id: I1ed1d06663cadc82a7ccf127897ccd85b77cacc0

2014-01-19  Tor Lillqvist  <tml@collabora.com>  [160db96a882a2be8c3307e8a04beda4ae93a13c4]

        WaE: private field is not used
        
        Change-Id: I8eb322b4868e7895700b492b2f630d0fcc77e02d

2014-01-19  Tor Lillqvist  <tml@collabora.com>  [fee08317d9d57de897dcf7a7201062fc3309a8de]

        WaE: variable is used uninitialized whenever 'for' loop exits
        
        Change-Id: I5e3db7eaf284718a1e313401b18ee6665d2837a1

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [e1b85e77b15a02d40049994e9829a0e3b921850c]

        drop using namespace ::com::sun::star::ui;
        
        Change-Id: Ia10e9ad0c5495b8a4887d84781967ffb58a6a7d6

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [13964ddb618066ad0920869c1d063584138be5b6]

        sc/qa/unit/data/xls/border.xls was removed
        
        ..in commit a96b6f4708d587ddddd93101e51e52dec4e87b7e
        
        Change-Id: I94ea246df8fabee9b0bda579be7698c964958e16

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [73eca35b0a8e01a7be2ce1775d1937154b5efb9e]

        Unify ctor functions for component implementations.
        
        There is no need to use different styles for writing the same thing.
        It also makes it easier in future to use search & replace.
        But of course, there are also some more complicated functions.
        
        Change-Id: I773da20378af0e0d5a27689d3903df7063fb8ac0

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [42fc427d047a263185d89528953f980019ef815f]

        fwk: Use constructor feature for ModuleAcceleratorConfiguration.
        
        And avoid css::uno::XInitialization protocol.
        
        Change-Id: If4a7987778e2880502bdc7ef2c30792de9377364

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [7dca32d575ab974e5f42f579bdeda21d2e445efe]

        fwk: Use constructor feature for DocumentAcceleratorConfiguration.
        
        And avoid css::uno::XInitialization protocol.
        
        Change-Id: I14daf6409bf0d651d7b23246ba3855f647b3d1ef

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [72b5343bd16deec540d8cd148cd7aebd74e92c16]

        fwk: Use constructor feature for ModuleUIConfigurationManager.
        
        And avoid css::uno::XInitialization protocol.

2014-01-18  Matúš Kukan  <matus.kukan@collabora.com>  [a0ada918c12f4ad9fed4133d6bef8c3fe219cd28]

        Initialize also implementations created directly by generated function.
        
        This was forgotten in commit bdeb57c23973f3ef79020847b2fe39f312cf3c0b.
        
        Change-Id: Idd339222e3c464abc2524f78f16c8fe0a02dcd5b

2014-01-18  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [d185daec6814ff3179ce7ef4242952505f98fa19]

        ooxml: unit test for shape theme attributes preservation
        
        This tests checks that the shape style attribute for fill color is
        preserved, that the theme attibute for shape fill is preserved too
        and that the interaction between them and direct assignment of some
        color works properly.
        
        Change-Id: Ia934c46731ed38be14ed851e083d0ed6fc151b01

2014-01-18  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [bc0a9076aa43a0782bcf81e55d3f84f6af0f68e8]

        ooxml: Preserve shape theme attribute for solid fill
        
        Users can select the fill color for a shape among the theme-defined
        colors. This results in the following XML:
        
          <wps:spPr>
            ...
            <a:solidFill>
              <a:schemeClr val="accent2"/>
            </a:solidFill>
            ...
          </wps:spPr>
        
        Now we store both the original fill color and the name of the
        theme-defined color, if it exists, on the import phase. They are put
        into the InteropGrabBag of the shape with the names
        OriginalSolidFillClr and SpPrSolidFillSchemeClr. Additionally, we
        needed to to store the decoded theme color inside StyleFillRef.
        
        On the export phase we have to take into account several combinations
        of factors:
        * If the final color for the shape fill is different from the
          original color, we must ignore any theme attributes and write the
          new color.
        * If the fill color is unchanged and some theme color exists, we must
          write the theme color.
        * If the fill color is unchanged and no theme color exists, we must
          check if the original color matches the style-defined color. If it
          does, we must not write any <a:solidFill> tag.
        * Otherwise we must write the <a:solidFill> tag with the RGB color.
        
        The method putPropertiesToGrabBag was added to the Shape object for
        convenience.
        
        The data files for some /sd/qa/ unit tests were updated to reflect
        the new properties inside the Shape InteropGrabBag.
        
        Change-Id: If0915c5442872a8acab0a8a081f60c89c97277bd

2014-01-18  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [15e01d90b92a84cba538940614ea30df401a9976]

        ooxml: Preserve shape style attribute fillRef
        
        Shape style attributes contain the default format for the shape in
        case that no direct format is specified for it. This is an example
        of the attribute we want to preserve with this patch:
        
          <wps:style>
            ...
            <a:fillRef idx="1">
              <a:schemeClr val="accent1"/>
            </a:fillRef>
            ...
          </wps:style>
        
        The relevant values in these tags are stored at the maShapeStyleRefs
        member in the Shape object. The storage happens at
        ShapeStyleContext::onCreateContext which is run when the <a:fillRef>
        tag is opened. The ShapeStyleRef object contains the idx value and a
        Color object which will contain the inner tag <a:schemeClr>.
        
        The Color object has been modified to store the string value of
        schemeClr. The storage happens at ColorValueContext::onStartElement
        which is run when the tag <a:schemeClr> is opened.
        
        Later, Shape::createAndInsert is called by the ShapeContextHandler to
        create the actual XShape, this happens when the tag <wps:wsp> is
        closed. createAndInsert puts idx and schemeClr values into the
        InteropGrabBag property of the XShape with the name StyleFillRef.
        
        On export time, when the shape data is written at
        ShapeExport::WriteCustomShape, we added a call to
        DrawingML::WriteShapeStyle. This method will check the existence of
        the InteropGrabBag property in the shape, read the StyleFillRef prop
        inside it and output the proper XML to the style definition.
        
        DrawingML::WriteShapeStyle also writes some mock tags into the
        <wps:style> because we found that they are compulsory. We will
        replace them with the proper data in further patches.
        
        The method putPropertyToGrabBag was added to the Shape object for
        convenience.
        
        The data files for some /sd/qa/ unit tests were updated to reflect
        the new property StyleFillRef inside the InteropGrabBag.
        
        Change-Id: I5ffa5242852461a1a709a8f169d40f0d7a2c9aa3

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e34ceeb92b6d61a2bd7a1ac1e2828fbf7c9f176]

        writerfilter: drop no longer needed LFO/LFOLevel classes in doctok
        
        Change-Id: I594d854db54a74ddf3f32d4b30b1c4f1aa38d431

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [c16025ea2e2a01cd08e4cb0b2e2426d1c5d8bb4a]

        writerfilter: whitespace fixes in SdtHelper
        
        Change-Id: Idcb74c5e911ec2337f1e8743dc4627464f1cfd27

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [4144858f99764003db549645944f5ddae7b7f6aa]

        sw: add testcase for RTF_LEVELFOLLOW import
        
        I almost broke this during refactoring...
        
        Change-Id: If38e73f3b7d66e97bbcbad87447b8aa611ff79d1

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [1abdfeee5fd0e25c92cd180b2c0b5cba6c901ebc]

        writerfilter: refactor to remove redundant ListLevel class in doctok
        
        Change-Id: I762e4f09b55d957bdd57e76651417bed11cb1e74

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [b54e35b65b8c9f395927543e02fff11643d29c49]

        writerfilter: unused List class in doctok
        
        Change-Id: I2e3315584e66b7a99003512b197062807674f8aa

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [1bdf0175d36b2853b4b1989305b1e2080a72b4ea]

        writerfilter: remove METAFILEPICT class in doctok
        
        Change-Id: Icb124a2f7445ca17f04dc0024dc17cbcc4b0ca6d

2014-01-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [da3e5e007cbb0ce486e745816864630d5d5d5666]

        writerfilter: remove last NS_rtf usage in ooxml
        
        Change-Id: I79e0fa9d0ee35e31912d36ec213acf1a83b3547e

2014-01-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a96b6f4708d587ddddd93101e51e52dec4e87b7e]

        fdo#73487: Write unit tests for this.
        
        Also remove the files used for the old tests.
        
        Change-Id: I4fbf6acce205d15a35780524120e351e01dc6642

2014-01-17  tsahi glik  <tsahi.glik@cloudon.com>  [af5b416cc9371440872d24cb17ee842359b3ac4f]

        fix dropshadow on ios

2014-01-18  Stephan Bergmann  <sbergman@redhat.com>  [602c87b4259d118e5db6d8a990c4695103f916dd]

        Window::PreNotify should return bool
        
        Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d

2014-01-18  Stephan Bergmann  <sbergman@redhat.com>  [849482c0ea88c4aa70ec56adfefe7e59b6060950]

        -Werror,-Wunused-variable
        
        Change-Id: I39d15f863f4e1fd585b03bfc5f8854fb66af3b4c

2014-01-18  Stephan Bergmann  <sbergman@redhat.com>  [9020ffa5e787543b7762a0ab4d8c973a093be7fd]

        ImplCallPreNotify should return bool
        
        Change-Id: I4b25d70c1009fbc714208452c2a646161189ff24

2014-01-18  Stephan Bergmann  <sbergman@redhat.com>  [837a1856ef64fda2e0b7253f08189c877e1c82c7]

        Remove unused ImplCallEvent
        
        Change-Id: I18ef9f11adce64be7ce93b077d1703ab505918a6

2014-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [718329232eac6bd2c1e5f46f9c49dbec289c2b86]

        This is an int, not float
        
        Change-Id: Ie3fbda69c5747f4ca42d84c272356ba9f435194e

2014-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [ee8a36a9678cad3f99a7df96ce59077d237a195f]

        Simplify
        
        Change-Id: Id018e985110b024ff107f4221501ece2cf27f5d3

2014-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [e41b8ca51465c21e9b0cdde59fa908d908d80879]

        Minor
        
        Change-Id: Iefaa98350c8d6116aa07d4d91be29104a930b8db

2014-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [1615b7f1d078b2bdf22a856066346e701f816b72]

        Do proper script itemization with HarfBuzz
        
        This implements http://www.unicode.org/reports/tr24/ by using ICU’s
        implementation of it, but since the code in question is private API, I
        simply copied the two self-contained files.
        
        This commit is best viewed with --ignore-space-change.
        
        Change-Id: I38c385d4fb6f8a2edc804d48f0aa14df9f0a8b3b

2014-01-18  Khaled Hosny  <khaledhosny@eglug.org>  [97ed0bdcb283a3c45d4b155515cd9ef5d97138ab]

        Use a more descriptive and distinct field name
        
        It is not immediately clear what maRerun is, besides it can be
        confused with regular maRuns.
        
        Change-Id: Idc754a185149a9a4d5e7495b76d8e61f783b42d2

2014-01-18  Takeshi Abe  <tabe@fixedpoint.jp>  [5e6d1e3332ea4cd31d2c5e739dc27bb37b34b4dc]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: Ib05c6d509a71e01b50b2e23588da607f29036711

2014-01-17  Eike Rathke  <erack@redhat.com>  [8e826c7ff7c597e9f585377b2117f4dc24239dcc]

        fdo#73549 do not attempt to resolve an empty locale
        
        ... to match installed UI locales
        
        Change-Id: If0ad0fde392bc5ea3cf454f4858330f5e93a6666

2014-01-17  Noel Grandin  <noel@peralex.com>  [8e694ee17f8d84ac32151b56e4f5aa4663c8c067]

        convert custom list implementation to regular std::vector<OUString>
        
        Change-Id: I6749307d5b72ddc69581b4aa685091383117073d
        Reviewed-on: https://gerrit.libreoffice.org/7369
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-17  Michael Stahl  <mstahl@redhat.com>  [156a0235bd8ff06840cecad1e70a57ffc5b8e7e1]

        fdo#73660: sw: fix Find of words containing soft-hyphen
        
        Soft hyphen was not detected if there is no hint (-1).
        
        (regression from ebeff3f074dd94dce4ce6cc55abd0495103684bd)
        
        Change-Id: I09108796a32429a01eff93f797a6de521ab1d08a

2014-01-17  Martin Srebotnjak  <miles@filmsi.net>  [b5d8c377cec1d8b4cc0832ee6f5e848e1f331536]

        Updated core Project: dictionaries  2c29ae21dc3d2889812b456737474278e82c023b

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [b1e1ab577fe7f402a5367a624963338a1dbf6a55]

        Follow-up (micro-?)optimisation
        
        Change-Id: Ia49cb02b2374e1c284bb4dee77e333fe6c8839ce

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1f63b4f3d688f0c5e4e7a4ceb796487094f63082]

        Fix build error.
        
        Change-Id: Ide87ccfe71f42d77246b6b3a2e864b5c89d80647

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [00d0a50e3b34e4f93ea2cb201db6e08714b63913]

        Window::Notify should return bool, redux
        
        Change-Id: Ib41ed9ace428081e1948cf109de095ea9e7c45c2

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [ed1878d27e4fd0a81d37c2f092f300a23748f59b]

        -Werror,-Wunused-function
        
        Change-Id: Ia6c6d6fe484789722987cea7d8b4b4bfc1c28953

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [e908f69ec0de53b6e8bad9dc80ceb2004a68c09b]

        Clang plugin that flags implicit conversions from bool
        
        ...as they are often enough errors, like a typo in brace placement in
        
          if (foo == (FOO || bar == BAR) && baz)
        
        or a literal true passed as an argument to a function that rather expects an
        integer bit mask, etc.  The plugin is smart enough to detect interaction with
        logically boolean return/parameter types of C functions that use [unsigned] int
        instead, and knows the relevant boolean typedefs (sal_Bool, gboolean, etc.).
        
        Change-Id: I5f0e4344fe86589bec35a71018c7effdedf85e3e

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [c963d7e642c24f40c19fb9dc227db5da96728c12]

        bool improvements
        
        Change-Id: I9324483db587be43238af79c2148d724397a4622

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [8711842d1b861544ed4a934f675adbed7cf83f32]

        bool improvements
        
        Change-Id: I19b429741a2ba972bef8863008657823b9bb7f91

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [a2b1afaf88c2416f398a57cae1c5b18325993a47]

        bool improvements
        
        Change-Id: Ib7c2e846885812b5352b06d568d62f744a3c07c4

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [59a5ccb952a54f80d1de7fdbc9a52e692e3faaab]

        bool improvements
        
        Change-Id: I89e8351001dcdda9303473f38ece3b57c0d9e72c

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [03725013b64e74473e1a9e925b24927e7e61d412]

        bool improvements
        
        Change-Id: Ic46fa46c200b94e2e6c5a073ba89b9aae5c14542

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [20223e2374bb6a966e44471c224d22d968d19025]

        bool improvements
        
        Change-Id: I9f5564100aa64ff4940dd93a81ff5a8d8edc7a07

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [5169abbac92f30b950ab19c2c8e285c47fb1f0d7]

        bool improvements
        
        Change-Id: I7ec4f5b2e691ec03e9e2c5ca3a004f1e04efbc27

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [3e5ff1f8d4da3470fa4016264c9410834a9736d8]

        Be explicit when using bool as integral value (as Link return value)
        
        Change-Id: I3b345be909ed2cb93cd0d478af4b26c9909d2726

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [e7a99b3cde77be1604c2360d3e55b5247ad32cc0]

        Flag bogus "true" with a FIXME
        
        Change-Id: I0ff052ca980f33aa62333a26c70ba91e21ede56a

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [1b33a38e32e89c63f4a2270db341cd13e91f5c64]

        Whatever those "true" arguments to SotStorage ctor may once have meant
        
        ...is lost to history, but they are effectively equivalent to pssing default
        SorageMode nStorageMode = 0 today, as the only thing that is done with that
        nStorageMode value (in SotStorage::CreateStorage, sot/source/sdstor/storage.cxx)
        is to compare it against STORAGE_TRANSACTED (0x04) STORAGE_CREATE_UNPACKED
        (0x44).
        
        Change-Id: I6ce79c03aff941b5abb5370e52a30b2294690b3a

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [ecf43ac726d048530970cfdb3be98ef8a8fce782]

        EndDialog takes long nResult, not bool
        
        Change-Id: Id57ad91eb6f2a5f7f4801ebc3a1317bb7bf46adf

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [5c3eca5e84f25aff0af6586cb6bf85a25bec81b3]

        bool improvements
        
        Change-Id: Ia5ab74b8a8b367ea92f29eb6269ef0ede47f09bb

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [dfddb1d3029e1f129e94b5a2e802f32dd03fe188]

        need to call SetFrameSize on Resize
        
        otherwise if the crop tab is not the initial tab shown then
        it doesn't repaint correctly when it is shown
        
        Change-Id: Ie61819fe3fb089b716547fa5e54352ae04fd8087

2014-01-17  Andre Fischer  <af@apache.org>  [285d62c554956d44a66128f57952de492037ffde]

        105491: Switched update of vertical flag and setting the item set to avoid infinite recursion. (cherry picked from commit bb94c19d2c7df1c468d38b7744e0d34e8ac27a99)

2014-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [75934fc178ed90b56d77eb1efebed5bdac8427b6]

        VML import: handle shape with text inside groupshape as TextShape
        
        This matches the behavior of the WW8 import and gives us the required
        text wrapping when the shape text doesn't fit in a single line.
        
        Change-Id: I32a13516503620344d313593834be29a3dc9f726

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ce8010b482020145b8a8c8e15a61e1a6b5574d7c]

        Remove warning and build error with MSVC.
        
        Change-Id: I8eac2f5ff08968a885a8e413bf4db38092036957

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9d2424a67ccce9a22c2f3cb7e915654131e2132a]

        This is a struct.
        
        Change-Id: Ieee10f9acb67453ac6c3d893d29330e19d96bdef

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f108efa27246b990f6d5638a3dbd0865225f6e34]

        Add border test file for XLSX import.
        
        This is an exactly the same file as the XLS counterpart, only saved
        as XLSX.
        
        Change-Id: I05adcdf26eb031324daf810218e770bdc4dc496c

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0a3544fed489a658fef20bfa5b6ea6600a0c69f6]

        Make the same change to the xlsx import filter.
        
        Change-Id: I94c97e5aa55e6b728d07e91f2527fc0c10820f24

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1cb500c2aa66f4be20428e21a9101a8e3468842e]

        Remove TODO. Now these border thicknesses are permanently set.
        
        Change-Id: Idbf732182eaa5a4b94c98ad4d408407f50cc299b

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d4d174a6752f923c5a0b2560bac674f54d239a01]

        Ensure that we display patterned lines at all zoom levels.
        
        VCL doesn't draw polygons if either its width or height is 1 pixel.
        Detect when the polygon is too small to display, and substitute it
        with a minimum displayable rectangle.
        
        Change-Id: I7e3174d549880d00ffa55fd2239484c2db3d7829

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [009b7be7c8a6033e2e93b07214e4545eeeda734a]

        Revise the line patterns further. Now they look satisfactory to my eye.
        
        Change-Id: I27f4e11bceac25c10de28a866bdcec9576027582

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [225509026fcae28600ce8f72dbf97dce0a740ffa]

        Double line looks a bit too apart.
        
        Change-Id: I14676b6e8282a76d0be9dc0cc78e01837726e494

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8d140f3867221979bf19b4a7a50f2bb1d6908038]

        More faithful mapping of border line thicknesses.
        
        This time based on how they get printed on paper, not how they look
        on screen.
        
        Change-Id: I61a217822229f843de3e89e96cf58b273f2cd8ac

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5489b897bf9eb96642f13610ca691e9c5545cda4]

        Distance value has been already scaled; no need to apply scaling twice.
        
        Change-Id: Id3ffc253dbd50fd23e924b4e1a349ab5c2c8518b

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0a8ddb61b1178a7ab48de7aa3383cea4c4c1774c]

        Apply dashing without consulting current map unit.
        
        Using scaling is sufficient.
        
        Change-Id: If976bec3940772432d814a77681170d7c99306d2

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5250a9ae8eaa8eac2595a073153ee1140e64ed10]

        Use this pattern scale to scale things for better line pattern generation.
        
        This works much better across different output devices.
        
        Change-Id: Ie89e7284d9063f98fc5a31c505b64f8ce99a7ce1

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f2ff3b10547a7a3f31a8dd885a004e5f4bec1377]

        Pass scaling to borderline primitive objects.
        
        This will be used when generating line patterns.
        
        Change-Id: I2fa0298bd3e34df1cb304d9be41e471835484d83

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c04cff6e12b83d47dec4bc7cf86049fe2ba8ff6c]

        Make thse constructors non-inline.
        
        Change-Id: Iaf23a9962c9dd748247cb986ffabb1a5ba173c09

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e128bf2aef50c91e918b2a9657ebc8cfb68bb4fd]

        Draw double lined table border somewhat more pleasantly.
        
        Still a scaling issue remains when printed.
        
        Change-Id: I4aab8b976fefc6fd9fc5c08da8173de1326b9a4c

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b7d4d28c6d300e19630903e5e69493c4a7f93d46]

        Disable these tests for now.
        
        Change-Id: I4dc62a8ae0788b468dd11384025964bd9c3ea874

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7b708d3006fa281f48a6e6b16083909c3ca847f2]

        Always disable anti-aliasing when drawing table borders.
        
        Change-Id: Idede8220ac36c5bd4a88ceda33a99333f7b9fe90

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c95871a04b9d67ef22d99f4e98dbc3d805436261]

        Map Excel's normal dashed line to our FINE_DASHED.
        
        Excel's medium dashed maps better with our regular DASHED pattern.
        
        Change-Id: I9c7161ced9592b6c6617d6edbc616e0b1c3dc1e8

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ba4324917aeb24d5e6eab2fafbbc0535805426d8]

        More fine-tuned stroke patterns.
        
        Only the pixel map mode is visually inspected.
        
        Change-Id: Ia8ac978a0d3049d7e7162f1157822b85d475dfdf

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3136b39e0d76b0ea9a8dcf5a6fa054783b45a85d]

        Use hairlines judiciously to draw very thin patterned strokes correctly.
        
        This prevents some dashed or dotted lines from being skipped when printing
        or in print preview.
        
        Change-Id: I9d0a8ae743241d17d65935f4bf0d122e4313bff8

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c702a31f07d7e83796602f2c412952692f66178]

        Fixed comment.
        
        Change-Id: I48d8ed8e218508f4f2d8f377fa9052ba02e61f37

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6064f984cd05330e50f4ca3d00ff6300ee744fd0]

        Excel's hair line is not "fine dashed". It's a solid line.
        
        Excel may display this line as fine dots on screen, but on paper this is
        a ultra thin solid line.  We need to go by what gets printed on paper.
        
        Change-Id: I6640706ff8a16ad26330f8f609a429fb7f14faad

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5cdb7a5934877f9820429f9b8ff4c7814f0fa65e]

        Remove STYLE_* and use css::table::BorderLineStyle instead.
        
        Change-Id: I187511dbf85ecdfe0c5d05c6f77cf4ac93363051

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1051a7bedca4a5207e08152f0498df589cfa2257]

        Typos etc.
        
        Change-Id: I4838514bc85636df1b3f0558ce1796431bfe19f3

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5a0258868c05d6f5cb5de64af5df8c01153e99ec]

        Hide the implementation of svx::frame::Array.
        
        Change-Id: Iad2d494bf7dd9f1f69e4e863aeaa514bf76c7c76

2014-01-17  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ebba1f506c0694e4a469feac1e019ee127a3dc9d]

        Test Excel document that contains all cell borders that Excel supports.
        
        Plus some screenshots of what they look like in Excel.

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [e44e87ae12fcc9b7b84c2386675aeec4acd6432e]

        standardize indent between tabpages
        
        Change-Id: I1a8b5e7ad1688b968ad9a91f987e14c1d75b542b

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [12ec0a80a4c0b2cc01dece833f3f92523bd13a6d]

        Updated core Project: help  48be01cfea8e46888219d8b384031ce09c1d829d

2014-01-17  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9c4032921cfb11c8786e2a371286a7d8384c74d8]

        Convert chart data source tab page & dialog to .ui
        
        Conflicts:
        	chart2/source/controller/dialogs/dlg_DataSource.cxx
        	chart2/source/controller/inc/dlg_DataSource.hxx
        
        Change-Id: Ic3e3adc578156161f16254862e1ca33a8ad9e1f6
        Reviewed-on: https://gerrit.libreoffice.org/7255
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [92bede3900e84d4f08efb81757ec95c518c7fa76]

        Avoid some global statics that drag in lots of code in the static linking case
        
        When doing static linking, i.e. when building the single executable
        for an iOS app, or the single DSO for an Android app, we list all our
        libraries (which all are static archives) on the linker command
        line. Static initializers in any library always get linked in, so it
        is a good idea to avoid such in the cases where they drag in a large
        amount of code. Which was the case here.
        
        Change-Id: Idef9aec1c10686c86f517ad10cf540a313d9c829

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [04683f14883f4cd64febadd71b327639f1e7edcc]

        Window::Notify should return bool
        
        Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe

2014-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [734cf8395d745db73f52fd6d625d7deb77ba6d40]

        VML import: fix height of textboxes when border distance is non-zero
        
        The VML concept is that the height / width of a textbox is absolute, and
        border distances only affect the position of the shape text, not the
        size of it. OTOH, when we set the Text*Distance UNO properties on a
        textbox, the size may change. Make sure that during VML import setting
        those properties doesn't change the size.
        
        Change-Id: I53b328b66572fc05027be344869bc1a78d855558

2014-01-17  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0f86895fcd1001324974d644a728152b97b22ab0]

        Add the Navigation buttons to the Search toolbar
        
        They were remove from below the scrollbar before and it was decided to put them on the Search toolbar: http://nabble.documentfoundation.org/Libreoffice-ux-advise-Remove-the-Navigator-button-below-the-scrollbar-in-Writer-tp4083097p4086370.html
        
        Change-Id: I5f7dfc0aa522e97cf3821c494525c967dcd6a92c
        Reviewed-on: https://gerrit.libreoffice.org/7006
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Michael Stahl  <mstahl@redhat.com>  [769778e489722f454fa3d81ffcf73f1934a0a88b]

        test::BootstrapFixtureBase::getPathFromWorkdir not unused
        
        Change-Id: I4ddad27d1e5a4de9885956b80db37f1e2f80a96e

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [2681f6442faa7b50fb49c48d64f64d3fddcc776e]

        fix up logic to hide empty frames for e.g. field format in dbaccess
        
        Change-Id: I85a71cbc3f072940a369c10e13fe40a13008df66

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [3a806d027cb744cde08e0c4472bec5159d5a541d]

        convert field dialog to .ui
        
        Change-Id: Ic268c17941038319240bb70d59d04c9b9a7a2412

2014-01-17  Michael Stahl  <mstahl@redhat.com>  [7edb1f5f32b21a934e3ed4999482ceb07568dfd0]

        curl: we really want --with-darwinssl on Mac for libcmis
        
        (regression from 2fd70b6bf799843d2d9987cc90a5b373f31039f7)
        
        Change-Id: I9e1d4d17582011a067aecf47144bb70643fac806

2014-01-17  Michael Stahl  <mstahl@redhat.com>  [c8e9038b13c64df430fb4e3fecac65a3c507e3e8]

        fdo#72530: drawinglayer: fix PDF export of lossless picture
        
        Don't pass empty Rectangle to PDFExtOutDevData::EndGroup(), it will
        result in early return from PDFWriterImpl::drawJPGBitmap() and no
        picture in the PDF.  Passing in the same Rectangle for the 3rd and 4th
        parameter will avoid cropping in PDFExtOutDevData.
        
        (regression from 677df250becd5cde71c6310f647e78ac3763347e)
        
        Change-Id: Icf110fe3e635319419fcacc7bc684c792a34d6ad

2014-01-17  Petr Vorel  <petr.vorel@gmail.com>  [db27efd29761a87fe3ab946c99c18530e828e58a]

        removed some unused code (svx, svtools, unotest)
        
        Change-Id: I1250581d69423030bd0a93a1529458b8d424ce3e
        Reviewed-on: https://gerrit.libreoffice.org/7329
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [0ee948fe59d4a2d1e00c16718cbfb18260847dc4]

        Add some missing implementations from fwk component.
        
        There will be more needed.
        
        Change-Id: Ibb3dff0e080370f25a3e8ff07ab78c1e9b73be52

2014-01-17  Bryan Quigley  <gquigs@gmail.com>  [17f39da974adcb39a1d4e2abfd071eff66eee8b5]

        Make Flat XML document name consistant with ODF List discussion: http://lists.freedesktop.org/archives/libreoffice/2013-November/057337.html
        
        Change-Id: I4ddaa7adcffefbedab895f5e94eb6bd92201386e
        Reviewed-on: https://gerrit.libreoffice.org/7488
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Bryan Quigley  <gquigs@gmail.com>  [7a14419439103676916590b5fda110a514585b80]

        Make text choose encoding See thread here: http://lists.freedesktop.org/archives/libreoffice/2013-November/057337.html
        
        Change-Id: I1de7c24f8be8a7d1142275311f94b6e4e7800229
        Reviewed-on: https://gerrit.libreoffice.org/7487
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [77590bf00d09def49c1c6d41f42843328af18d77]

        drop WB_CLIPCHILDREN so that enable/disable redraws correctly
        
        Change-Id: I0df16b743e451f5b9ac05f09ed694f34779c0465

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [251f21699ef786557134fc00ff1293acb57e4158]

        ellipsize incorrectly set here for some reason
        
        Change-Id: I85b89c59c3545aef538da47a3d3727110cff4a82

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [e36321236417f3b900519bab10cf25e7aeba68e3]

        tweak MultiListBox to ListBox
        
        Change-Id: I94e39f29c2920eea57262cf047f899eb0bbe62c4

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [9e18f7e3cfec960b788eb5df3b53daf9efd092ab]

        disambiguate URLTransformer
        
        Change-Id: I27a80a7593889105c7a75c04de08eebe28e5c541

2014-01-17  Douglas Mencken  <dougmencken@gmail.com>  [2fd70b6bf799843d2d9987cc90a5b373f31039f7]

        Get bundled curl to be used on OS X too Don't force "yes" on Darwin.
        
        Change-Id: I3a6a2ecdf15325d07fb22b9a6bb0da7b313036cb
        Reviewed-on: https://gerrit.libreoffice.org/7197
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [40a8b1f92c8befa39fc42e845994a00a70edab9f]

        VML import: fix rotation of simple shapes inside group shapes
        
        Change-Id: I28d2e2d801b06b92b5348123d88604fb4d10d828

2014-01-17  Chris Sherlock  <chris.sherlock79@gmail.com>  [683764db4c435f27a83a2fdcf532be245c7fe4c9]

        Additional warnings when processing cmap tables
        
        Small enhancements to the code:
        * Removed unused code that clips unicode characters to the baseplane
        * Add a SAL_WARNING if the maximum character is greater than the
          minimum character.
        
        Change-Id: I783fba75435e7f98a65afab2e091b737efc9ddc6
        Reviewed-on: https://gerrit.libreoffice.org/7404
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Noel Grandin  <noel@peralex.com>  [d930faddc9e8c5d3ec933b423aa0fe8fc74060f9]

        sal_Bool->bool
        
        Change-Id: Id38995252172df650e995504d929e265c023d2bc

2014-01-17  Noel Grandin  <noel@peralex.com>  [300c8917dca86fc84ae0343598bf27a32d7e1a88]

        sal_Bool->bool
        
        Change-Id: Iba9022efc96bf4e28e05305af089df4342d172fe

2014-01-17  Noel Grandin  <noel@peralex.com>  [b6738a43dd8960088134f521cc6383dbf669a714]

        sal_Bool->bool
        
        Change-Id: Ib45e3ffd62eca88afa31b7dd1b8c72499826d84c

2014-01-17  Noel Grandin  <noel@peralex.com>  [4a7ad6083f448daf4dcae9a2396b1c748dc06705]

        sal_Bool->bool
        
        Change-Id: I3b458d7dd89b74f54a74248e713b8eddef6f7347

2014-01-17  Noel Grandin  <noel@peralex.com>  [ed5065d8b080bfaf51ea1232cebf3ff72af1e640]

        sal_Bool->bool
        
        Change-Id: I60449c23bd31900bff888a73c96acc1b46ce4a1c

2014-01-17  Noel Grandin  <noel@peralex.com>  [6c67173f0b7ff104709a96ce7b990796559343ad]

        remove unused method setDummyUpperLeft
        
        Change-Id: I1e24a50e9ca10140561c308317b47f5ae6396add

2014-01-17  Noel Grandin  <noel@peralex.com>  [ab6fe4267d428947a5eb9e7998ff03fc167e2cd8]

        sal_Bool->bool
        
        Change-Id: Ife994f88e0536a6bdd414deacc2c1e0315ad312f

2014-01-17  Noel Grandin  <noel@peralex.com>  [e3509a737480f8cb843dc416f5b6ebdd0f643e75]

        sal_Bool->bool
        
        Change-Id: I8d2cdb9784a04cb120f2c6921ba56391d6fa6c7b

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [970384c2e85ed9caa72d435a698bb2ee88537967]

        Add a few more components that at least TiledLibreOffice needs
        
        Change-Id: Icdce8b7165f53caed1878e8f97a933cdaf3471ff

2014-01-17  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [321cb83147508888c960ef69e7e0ff54a52abce8]

        Translate some German comments to English in sw/source/core/text/txtfrm.cxx.
        
        Change-Id: I54ee2e7341edbe3bbfe6429bedb4315a64bfb593
        Reviewed-on: https://gerrit.libreoffice.org/7481
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [c49deaafa0a1e7c2ee9769583e560b8256e91a93]

        Translate German DBG_ASSERT() message to English.
        
        Change-Id: I647d55c2b64ab3ea8b33a132e998ed023d91f000
        Reviewed-on: https://gerrit.libreoffice.org/7497
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [5e997f4503cd34767c668c60893c4975c46b4daf]

        Translate German ("kein break") comments to English ("no break").
        
        Change-Id: Ibbc706d1c3cd36e21da2a15077392f9d75ba39fd
        Reviewed-on: https://gerrit.libreoffice.org/7498
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [307878b6e2418e34478456e650d1f0fe1636bd8a]

        fwk: Constructor feature for ControlMenuController.
        
        Change-Id: I789205c1bc9ceefda003d9887ac4409625539537

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [9622a8072c5ef2af537e492cdd242d85ee22d4d7]

        fwk: Constructor feature for RecentFilesMenuController.
        
        Change-Id: I7bb943a6fe7526264e8465faeb7e86adbf3cb737

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [9f6534100c470fb7d15b5d72821ea33fcce01983]

        Pass initialize arguments directly into ODocumentCloser' ctor.
        
        Change-Id: I1bcfe6d59230a4137b0f78d072c895e596ff6f15

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [f36fba3b854e4b4e2a79084ae56d1037c159e160]

        fwk: Use constructor feature for Frame.
        
        Change-Id: I5f7ee46671b22d17c5cb060f96342727d566fa21

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [4c016d70043f8fc4709eacbcef496ab0d9b65c15]

        fwk: Use constructor feature for GlobalAcceleratorConfiguration.
        
        Change-Id: Ic0268e9841c78e5de646074755e99706adac8d7d

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [278880fbd1a9d74be486bf5a2248bfe64c7dc2fc]

        fwk: Use constructor feature for ImageManager.
        
        Change-Id: I3f231980b1908495b1f5ec17f95c39c464d40ff8

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [5b034290cf8a1c6465ffe51fb6ac26c546d6d179]

        fwk: Use constructor feature for LayoutManager.
        
        Change-Id: I8f5167f7e522585ce8b80ebd8a9a0031aea50d74

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [db69bd9187e3aace05803052221b8f8a064051c6]

        fwk: Use constructor feature for ModuleManager.
        
        Change-Id: Ic0bcec6fffc52ed1ce535f87da933bdf01c6db01

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [af96a6635e47273e107dc9546c48cda68eaa7759]

        fwk: Use constructor feature for ObjectMenuController.
        
        Change-Id: I93bec5fcb51987b7db433250f990685f15f0aa29

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [5d8a2f9f06418cfd3b429476f19e1eaa0a7031eb]

        Remove unused includes and sfx component prefix.
        
        Change-Id: Ia6c1db331b5b4db04c46b75b2058bf2f1369070b

2014-01-17  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [92f162eb0b08c37b937fe1bf760ceac3d23b9ec2]

        Convert xmlsecurity to cppu::supportsService
        
        Change-Id: Ifcec9e067e54cc8a3d1254d41d09ea251820849d

2014-01-17  Alexandre Vicenzi  <vicenzi.alexandre@gmail.com>  [f907f21e7db4fadf488a6bad64ebbdfb21ec4e84]

        Convert avmedia to cppu::supportsService
        
        Change-Id: Ia34cdbb5a5c80806c8155462d97c60d92a0ec8f4

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [b93ea039ebc20203913b3829a1392e56f07353a9]

        fwk: Use constructor feature for UIConfigurationManager.
        
        Change-Id: Icd42b6b9b62271606659651a2f463e1ee2956fe6

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [86b12c3448a24eb1f3ef51c0fcbaef75b771d211]

        fwk: Use constructor feature for URLTransformer.
        
        Change-Id: I6559cb4c97e7c20930fffba3ce3d565840c89033

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [d51b1059042ca741d7601c56a631ea0c57c0645d]

        fwk: Use constructor feature for JobDispatch.
        
        Change-Id: I49a09c4dd0550c318e9f263e9d1a8d0a5e0e15b5

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [10074976b70c9a3586c0ed584767cfb844d11287]

        fwk: Use constructor feature for StatusIndicatorFactory.
        
        Change-Id: I0595ec98df7bf4114dfb4c21aedd2d2744fda11e

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [fb20f52279c8c13d2417e3232efe4fcbb52a4cc6]

        fwk: Use constructor feature for LangSelectionStatusbarController.
        
        Change-Id: If7ce3d27f1cec8e55b65fc2d8c749f2e8bb33768

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [87051bb36af387371d4204c874a0c78adf7631d1]

        fwk: Use constructor feature for AddonsToolBoxFactory.
        
        Change-Id: Ifd0c71a5f37fa87c8acc2d810496925788be99ef

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [e076f677d94d7e0b794eafd77ba3e2d9320fd3e8]

        fwk: Use constructor feature for TabWindowService.
        
        Change-Id: I37c6cb578ed4085d721b993496173822e0a554d9

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [c4e65ed27e9093d84be558be2072209ef102f0c2]

        fwk: Use constructor feature for WizardsToolbarController.
        
        Change-Id: I5bc8e2e212e97f216f828dfea1fbcda59adda4e4

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [d1ae0770770b480f542f09eb90819ab0d235bdff]

        fwk: Use constructor feature for OpenToolbarController.
        
        Change-Id: Iebac70fc20fb744f582be67ab2f6bce2dce722be

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [78cf00643e028a4032d16c4242eeeb5de5515998]

        fwk: Use constructor feature for NewToolbarController.
        
        Change-Id: Ic087dbce11572789bab749b0b4fb0be4a80f274d

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [8634c127d488a5aa8e994664b9ebc80860055fbf]

        convert pivot table subtotals data field dialog to .ui
        
        Change-Id: I4ac7fb3a13cdc03d3c75cdd730bf39a7d814de99

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [0deae796266da18442aaaec7759e8c64c65632ef]

        Updated core Project: help  f9723f6b047938a0bb00dfaae407cc3184acd697

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [dbf05f8eece93127407c28e1a3f7dda8ad29e564]

        bool improvements
        
        Change-Id: Id890cfe8767b1ee760bb2049191a5cfc356f1af8

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [6ba099a065b95dbf795a611382e18f3d93294db9]

        Fix function return types
        
        Change-Id: I8110296dfdddb974540afd21171fa5d7d37f8d15

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [43d4fc82ed161aa9d4f690730b97f6fef126848f]

        bool improvements
        
        Change-Id: Id95748748000eb59e2f9343bca4f7e1c5f15514a

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [68ff48e96db33ad03268ca57b1a31e68a514261a]

        Make bRestartAtEachPage a proper bool
        
        ...the "silent change" of creating a proper bool Any from it in
        DomainMapper::sprmWithProps (writerfilter/source/dmapper/DomainMapper.cxx) now
        is probably OK, given that css.text.LineNumberingProperties specifies
        RestartAtEachPage as a boolean property.
        
        Change-Id: I4f98630eed8327e97feac1aa99f0abfa9fc32043

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [91b285c13c306afc1b8478fe386e40c964d88014]

        bool improvements
        
        Change-Id: I664cf2cd71fc795d8592752c2b486f8b62709da7

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [912a78c2c8c493af2997a657d41a6897a70a7ea4]

        Be explicit when using bool as integral value
        
        Change-Id: Ia5b787a4c02792eb47b7a8eea7af6234f8a2c6b2

2014-01-17  Armin Le Grand  <alg@apache.org>  [87432aeecdfa7194bb5050f912656e03294cf6c7]

        Resolves: #i123042# corrected reload of linked content...
        
        to have access to its own path
        
        (cherry picked from commit bc89d402b3df00c2402ac86896eb2ce4c3f7b7d0)
        
        Conflicts:
        	sfx2/source/appl/fileobj.cxx
        	svgio/source/svgreader/svgimagenode.cxx
        	svx/source/svdraw/svdograf.cxx
        
        Change-Id: I4f3e98588f17b4271465359a7f56f9845029e012

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [ad1390b8c278ee43430296b35d748cb8cdd4625b]

        Remove use of deprecated css::document::XEventBroadcaster/Listener
        
        Change-Id: I178ae590fec87f53e90db5aa6e560cd146c0676b

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [b33c7476e6975ecd7cfb233a7a0e8b417870bea5]

        convert data field dialog to .ui
        
        Change-Id: I68da93c1227e8140511f3ad4071c87b3cf0443c0

2014-01-17  Oliver-Rainer Wittmann  <orw@apache.org>  [59fd33c1f0495231e741437d6e9702b7687fc766]

        Resolves: #i123480# assure sorting of subset mark containers...
        
        before the intrinsic deletion of marks
        
        (cherry picked from commit 93ab293354bb322a7d57b7eaf21bcd2479453e87)
        
        Conflicts:
        	sw/source/core/doc/docbm.cxx
        
        Change-Id: I24e3b935df402f42dde135c7feda3b6e664370de

2014-01-17  Caolán McNamara  <caolanm@redhat.com>  [6d320ce0d31cb181f56deefb1aaf101a681c3755]

        Updated core Project: help  70e404728857f43ff48da7892a42c4d4df969153

2014-01-17  Matúš Kukan  <matus.kukan@collabora.com>  [0c95fedd5a1e8f192e06c8bb73396e3829f5b5bb]

        native code generator: Add sfx implementations.
        
        Change-Id: I9bfc757bbb5edbcb3e47e585592cafc3732b7f6e

2014-01-17  Stephan Bergmann  <sbergman@redhat.com>  [d7a397ca101999a2910c9087d708e0a8c0ea4c2e]

        Constructor functions for singletons still need to pass out single instances
        
        ...as they are not only called from the service manager (which takes care of
        singleton constructor functions since 997d21183322a0a94b96868073808841d2773902
        "Support for singleton constructor functions") but potentially also directly
        from cppumaker-generated code (which is the raison d'être for constructor
        functions, after all).
        
        However, this change:
        * postpones the instance's destruction to atexit, with all dreaded consequences;
          lets see how that pans out.
        * makes it questionable whether the service manager holding references of these
          singletons (introduced in 997d21183322a0a94b96868073808841d2773902) is
          necessary after all; lets revisit that in another commit.
        
        Change-Id: I0a2c902ab62045df1af382d190747e34b80236d3

2014-01-17  Sven Wehner  <mail@svenwehner.de>  [ebf23a7dde605b6aaca79f56170f6ca690829de4]

        Translate German comments to English. (Remove one redundant comment.)

2014-01-17  Andrea Pescetti  <pescetti@apache.org>  [c6806050980cd8fb9faa814a4e89f11c65149665]

        Resolves: #i123887# Factory settings -> Default settings
        
        Change-Id: I0864a0d2d8a13d57755928862810dd07e2718197

2014-01-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [450f4328551c8d9a542ca87c3cfebec90d14e6b5]

        Make all UIName localizable for filters
        
        Change-Id: Ie5c597f950c344a25c97aa990536ef66b001f41e
        Reviewed-on: https://gerrit.libreoffice.org/7492
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [43a807f3a7d92d10d5822d240dbdb57031d8993b]

        After 3557c07899e363a9b7e1cceca632ad9112d039a2, drop sfx_component_getFactory
        
        Change-Id: Id2612f27bf067c7f4aab84e90f9568b813d812dd

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [4ce77032c258789eca447378b7e0b0fa2d9b27da]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: I821b403a14a6c889a2652e766f59ada79b1dcb88

2014-01-17  Noel Grandin  <noel@peralex.com>  [342d9a34a55ca40250e2e9a18a34c9fff994b9c8]

        sal_Bool->bool
        
        Change-Id: Ibc90c5b25b7dfe4b03f92ea61d4a435edfa4f8aa

2014-01-17  Noel Grandin  <noel@peralex.com>  [a9aa6d96d2cdf0d99e47d9b509dc6efcbcc79163]

        sal_Bool->bool
        
        Change-Id: If5aa8e345d301d24b29dd19b19fc40978d83c347

2014-01-17  Noel Grandin  <noel@peralex.com>  [d07b5fd742995d2d0ea645c70e51b8a27f7804fa]

        sal_Bool->bool
        
        Change-Id: I56a9e51dabc94fa9f2965c0a070c62a18298435d

2014-01-17  Noel Grandin  <noel@peralex.com>  [13df6667565421550a884b58af29b3ce4cc745c3]

        sal_Bool->bool
        
        Change-Id: Ie0849ac28cba7b0d00c7793019d9829d2d0001b0

2014-01-17  Noel Grandin  <noel@peralex.com>  [94e75e3c976653204a44a2eb5aff71caf816bdf4]

        sal_Bool->bool
        
        Change-Id: I027b7bd5d1708676521faf7f03f553d2c083f04e

2014-01-17  Noel Grandin  <noel@peralex.com>  [8843078a1a9a3126d6d90cde5b98b171963446c8]

        sal_Bool -> bool
        
        Change-Id: Ic17c27323279f01cf35701bcd5aa4d89bc18a74c

2014-01-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4469a9c3e1df7f5e2eb79c30ba31b9be755279ab]

        Make UIName of filters from writerperfect module localizable
        
        Change-Id: I63974d71c8aa8b4b3ede8272fd0467fa0026b1ff
        Reviewed-on: https://gerrit.libreoffice.org/7491
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-01-17  Andras Timar  <andras.timar@collabora.com>  [99159a618fd1ea90a2bc8a72621c88a4cf26e6f5]

        fdo#73698 check for empty aOut
        
        Change-Id: I0da26ef746553618bd8aee69f21ff0d1261efbf6
        Reviewed-on: https://gerrit.libreoffice.org/7474
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-01-17  Adam Co  <rattles2013@gmail.com>  [0853bbc3806e3564959d625f0b560f212c4f25b5]

        Small efficiency fix - move command out of loop.
        
        Change-Id: I790c3a8363f611ca10c6d816613848ec6f39c515
        Reviewed-on: https://gerrit.libreoffice.org/7465
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [12ca5ec6f4485ab8c837d32eefdf39a2dda025a4]

        Drop unused #include
        
        Change-Id: I06d3b5dde967a424df1ad20ab2c02878c7d0fbb9

2014-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7f7a0275be241b8a5e1d1cda0a1da613e3af61d3]

        fdo#71511: reload ColorConfig after tweaking relevant a11y settings
        
        note that the autodetect HC option is somewhat broken anyway:
        it resets the icon theme hard, so there are not simple roundtrips
        enableing/disabling it for that, but those havent been there before
        either.
        
        Change-Id: Ia35a41717224dfb7437054bb885c61d7e0b189d7

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [31321832dc043b959c6a3b6a6a1f4c49576d3751]

        More source files for easier debugging
        
        Change-Id: Ie17504bfb991503e1790ea8a696768fb90c116a2

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [1284078c397078fc7393715db65c19a47f17d243]

        Add sources from vcl/headless and drop not compiled sources from vcl/quartz
        
        Change-Id: Ie0fbacf01fcde8cb50b660e7976471a2d3bb9edc

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [48969eb444e1d89603c4dc1b80e2dc7c41ec9630]

        Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarity
        
        Change-Id: I88c0ed27a492b57a0258a7ec211109a9e2552b99

2014-01-17  Tor Lillqvist  <tml@collabora.com>  [d1ba55a28cd40134356faf3e01971491086591d9]

        Indentation fix
        
        Change-Id: Iab16c4ff664f9bcc53458e5f7c249d3fb030fe07

2014-01-16  Tor Lillqvist  <tml@collabora.com>  [5adc0674a7e3edaeeedf639f9ae0e36cf5cced43]

        Export CROSS_COMPILING=YES, if set, while running the configure script
        
        It can thus be used in a pkg-config replacement wrapper that makes pkg-config
        look in an appropriate place, which typically is needed when not using a
        proper cross-compilation toolchain. (Such would come with an own copy of
        pkg-config.)
        
        Change-Id: I4c746206cc67ed7a428833f03b9d3aad250d31e1

2014-01-16  Tor Lillqvist  <tml@collabora.com>  [ad478d812f3c29336815ba8b914142f2e0783304]

        Need more modules when cross-compiling to a desktop platform
        
        Because gengal.
        
        Change-Id: I679177b8bade42787dc921a500679c53278029d1

2014-01-16  Tor Lillqvist  <tml@collabora.com>  [cbc0ad34d8d6f05800609979bb51cad087b79a10]

        If this is Windows specific, it can be inside ifeq ($(OS),WNT)
        
        This also prevents a weird problem I see when cross-compiling in one tree (but
        not in other trees for other cross-compilation targets).
        
        Change-Id: I102e652c259a66ea124b344bd229e8988801ac58

2014-01-16  Tor Lillqvist  <tml@collabora.com>  [38b4030703e83c0a8e239ccd05a99d1f904b1acf]

        Avoid warnings: unused parameter
        
        Change-Id: I92fd33e020772eac735f133f467207da9635e9b4

2014-01-16  Michael Stahl  <mstahl@redhat.com>  [2770bfd868ed3fe196038e50acf34d566bd25208]

        sw: CppunitTest_uiwriter has grown a dep on msword library
        
        Change-Id: Ia991a4c85a9e79f03d0f3fb45d6daeed5db27c39

2014-01-16  tsahi glik  <tsahi.glik@cloudon.com>  [62c7ba40c79528d08aa55217b3ce8b7ee67a4de6]

        fix compile break on macos

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [278bbb4dc8f0256081f8ba4bd7d79401321824e7]

        writerfilter: remove unused tokens in doctok
        
        Change-Id: I6e3739143c30d1920423bd09126e9f3b35de2914

2014-01-16  tsahi glik  <tsahi.glik@cloudon.com>  [a5351434fbea1126961f5dbaa986e7c9e686c24e]

        fix rendering issues in iOS with aqua

2014-01-16  Michael Stahl  <mstahl@redhat.com>  [2646b1594de2c156571e66e9f7eb1afbde863a3b]

        cppuhelper: valgrind complains about uninitialized variable...
        
        ... cppuhelper::ServcieManager::Data::Implementation::dispose
        
        Change-Id: I70a96e608f17eb6630326bbf32fff5fb5d7d4569

2014-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7b0e8b9c8541250be65ce228b67ff5adb105b732]

        fdo#71511: in autodetected a11y HC mode, pull background color from theme
        
        - dark theme default to high contrast
        - as per fdo#35365, having a dark document background is inconvenient
          for non-a11y endusers
          - a11y standard require the (rather ugly) background for a11y
          - thus, when "automatically detect high contract mode of operating
            system"
              in Tools->Options->a11y is enabled, use the dark document
              background
                by default, otherwise use a white default
        
        Change-Id: Id8ad1eb3d57b3708ac5a241092208e3a8d98ade0

2014-01-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [43bfe1ecb8fe8fb3ed37d2b0d6ab2246e5ab55ba]

        always build an empty DbgUnhandledException, to allow debug=t builds without --enable-dbgutils

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [a0fdc73984d0eb89eacbcd858db938ad5cf1157d]

        Related: fdo#73414 use frame::XDispatch::dispatch directly
        
        This hopefully is a model which we can build in further
        to remove the rest of the direct SID... stuff and the fragile
        mapping from the known .uno: commands to SIDS to dispatch, and
        instead just dispatch the .uno: command directly
        
        Change-Id: Iec0f92123fa4c2dae15e0ac716d5ef687e67da79

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [36e590ee00affc89b26055c748b862cf79f56247]

        make use that these VclBuilders have an XFrame to expose its dispatch
        
        the sidebar widget-layout enabled panels could use frame::XDispatch::dispatch
        to send their commands directly rather than mapping back to SIDS and Executing
        those, which would allow removing piles of weird-ass stuff
        
        Change-Id: Ibbff56d4fb96820d3bdbf4b1cb582d25337fe48b

2014-01-16  Maxim Monastirsky  <momonasmon@gmail.com>  [75043c23c7d08fcc9b22a38fe08014d1381e2f90]

        fdo#73414 Remove Increase Font limits for Writer
        
        and re-use the same code in sidebar.
        
        Change-Id: Ic342be479f6f5b23ea2dd79b7cf6c77897b27dc1
        Reviewed-on: https://gerrit.libreoffice.org/7398
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c3b6b34cea6212f4f3f266cc92e76de97d0aa55]

        fdo#73655: Write unit test for this.
        
        Change-Id: I0409e3c482d8a833672f41b1398333e5181847af

2014-01-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [982a03d4e2baf4ca7e78c79014389d9b23e200d1]

        fdo#73655: Don't adjust formula tokens on non-top shared formula cells.
        
        Only adjust tokens for non-shared formula cells and shared formuls cells
        that are the top of their respective shared groups.
        
        Change-Id: I9cd57653602c97504a802001947a28c4d03368a5

2014-01-16  Stephan Bergmann  <sbergman@redhat.com>  [7b3e7c46d7245aba87a3f4742b2c7911095a3bc0]

        Assert SwReaderWriter::GetReader returning non-null
        
        ...happened to fail for me once, for unclear reasons.
        
        Change-Id: Idf88ff4952924a814e465b039fbae384691ba7a6

2014-01-16  Stephan Bergmann  <sbergman@redhat.com>  [3557c07899e363a9b7e1cceca632ad9112d039a2]

        Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""
        
        This reverts commit ef37781683e28d1837cfce86de990e59d2c10c5f, now that
        constructor function support for singleton implementations is in place and the
        proper singleton theGlobalEventBroadcaster has been introduced (and drops
        sfx_component_getFactory completely, which had become unused except for
        SfxGlobalEvents_Impl in the meantime).
        
        Change-Id: I2d587989dd0a1fbea6fe75f7dc2af954ac81c4ed

2014-01-16  Stephan Bergmann  <sbergman@redhat.com>  [62951cdd17530f6218232f3d482bfd4ddd8a95ec]

        Introduce com.sun.star.frame.theGlobalEventBroadcaster singleton
        
        ...to supersede com.sun.star.frame.GlobalEventBroadcaster single-instance
        service.
        
        Change-Id: I74ecaadadb4c600d39979aa7c13b6389bed38fd7

2014-01-16  Stephan Bergmann  <sbergman@redhat.com>  [997d21183322a0a94b96868073808841d2773902]

        Support for singleton constructor functions
        
        The service manager now keeps track of instances of singleton implementations
        (i.e., implementations whose XML description lists at least one
        <singleton ...>).  These instances will be disposed either when the service
        manager is disposed, or, for instances that have been instantiated into the
        component context's /singleton/* map, when the component context is disposed.
        
        This change allows to use constructor functions for such singleton
        implementations, too.
        
        Change-Id: I220c9ddc9824e4d7f7556daefb599e2ec36b0e6c

2014-01-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9c46e4069db51ab0fc8b3e197d27b5f947a3fdeb]

        No need to use the stuff from inttypes here
        
        Change-Id: I8d80a8ff223d7c57f7efe808e07ac31aa4d521fd

2014-01-16  Stephan Bergmann  <sbergman@redhat.com>  [4210bba0b3b789e183cc362562c25730cc740577]

        Missing adaption to WriteSvPersistBase
        
        ...introduced in c648d0872058941ed18499a8bf1993037d9b5532 "convert
        SvStream::operator<< overloads to more explicit methods."
        
        Change-Id: I8343cd3d1e92ccd3ca3fc6292ebd1114ada444e1

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4bddd280f204f1036f9933a4b683a0b20a7d85a0]

        tweak paddings in landcape mode (maximize space for preview & notes)
        
        add minimal padding around slide preview (to not touch actionbar and
        bottom of screen - horizontal whitespace will be larger becasue height
        is limiting factor anyway)
        
        avoid adding two left-paddings for the notes - the Text is "indented"
        compared to the notes area already, so margin implied by the layout
        weight distribution and the text indent is enough to separate it from
        the preview.
        
        avoid adding two right paddings for the note-text, as the text is not
        justified and the word-break itself will account for a "padding" at the
        edge, and the container already has a right-padding (that was reduced,
        since the word-padding as well as centering in the unused space will
        increase the effective margin)
        
        Change-Id: I2a4605ba5a98eeed93a01db16d3d86c90df56470
        Reviewed-on: https://gerrit.libreoffice.org/7230
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-01-16  Sven Wehner  <wehner@informatik.uni-freiburg.de>  [77ad201119ff8cc01aa2adb15ded907ac4477874]

        Translate German comments to English in vcl/source/filter/sgfbram.cxx
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7467
        
        Change-Id: Ia0a7718123c293cba5adc95a3bc00534072e7296

2014-01-16  Andras Timar  <andras.timar@collabora.com>  [da67f5b162702c847674b8736672961bb26d5411]

        Environment variables can contain >127 characters
        
        Change-Id: Iaeb690429d835ab2e6c13a8890a1b27b9405796a

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7e08428ceb523896dbeb4afa4502e7197437231e]

        add support for double-tap to go back a transition
        
        by replacing the onClickListener with an onTouchListener with the simple
        variant of the GestureDetector.
        
        Also drop the check that prevents going to the "end-of-presentation,
        click to exit" slide and exiting the presentation that way.
        
        Change-Id: I54b49bf11929ad9415b8c85581fe16998ab3a7a7
        Reviewed-on: https://gerrit.libreoffice.org/7107
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4d6244cc80f1a384d571af2efd539bd3fa3f9291]

        remove BluetoothOperator wrapper
        
        it is just another obfuscating layer of one-command-function calles that
        can as well be called directly.
        
        If you really want to get the path to aquire the bluetooth adapter
        differently, based on a runtime check, a single method to retrieve the
        adapter is enough in any of the classes. No need to wrap the whole
        adapter's api in your own class.
        
        Change-Id: I2c631321dcf8ef143fe58a0a8246e010169409ac

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f5d14e0234effd16a570ec3f32349f53c1b469f0]

        only autostart discovery when there are no known devices
        
        and don't loop autodiscovery, provide a manual trigger button instead.
        
        Bluetooth discovery is a hefty process and thus should not be done
        lightheartedly. Moreover discovery won't even list devices that
        are already bonded, but not set to visible. As you will be more likely
        using the remote with the same devices, it makes sense to list the
        known devices and only do discovery on explicit request/when there are
        no bonded devices yet.
        
        Fix a lifecycle problem (as the service would be quit on
        screen-rotation as the only bound client is destroyed/restarted - start
        the service instead to let it keep running, and only stop/release it
        when finishing)
        
        icons from Android's ActionBar Icon Pack, shrinked using optipng
        
        Change-Id: Ie8467f942df1aab2d64b337fc7a6f816b9d658a6
        Reviewed-on: https://gerrit.libreoffice.org/7091
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78b0b970fd72b19c9d49325bec566eb6e92935e5]

        Use only one layout, with a dynamically sized PagerAdapter
        
        it is more straightforward to only have one viewpager that can be
        flipped through. This makes it easier to restore the user's default way
        of connecting (bluetooth via wifi) and also simplifies the setup and
        the what-tab-am-I-on checks.
        
        * Remeber what tab (wifi/bluetooth) the user last used and restore that
          on next launch
        * respect Android's guidelines and ask the user whether Bluetooth should
          be enabled when the user switches to the BT tab and BT is disabled.
          → if the user declines, select wifi tab instead
        
        Fix a lifecycle problem (bt connection would be cut if bt was not
        enabled before launching the remote, only restore disbled state if
        really finishing, not on configuration change like rotating the screen)
        
        Change-Id: Ice3a5c877a2a4810a80a0f76edea713700fe9c8c
        Reviewed-on: https://gerrit.libreoffice.org/7090
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c0693031a7887a3146a049a5aabe36ed0ee14941]

        get rid of some useless indirection/wrapper functions
        
        there's no point in adding a layer of indirection if all that the called
        function does is running one single command, and is only called in one
        place. Getting rid of that indirection makes the code easier to read and
        understand.
        
        Change-Id: Ie2f3e03fe2870d1d4a84df738ebb3d0f34a2713c
        Reviewed-on: https://gerrit.libreoffice.org/7089
        Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
        Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com>

2014-01-16  Andrzej Hunt  <andrzej.hunt@collabora.com>  [17e7bc358faab29ddb524d478f6b5ca2fed1a5f8]

        Revert "fdo#60486 Fix auto-enabling bluetooth and improve bluetooth handling."
        
        This will be superceded by the following sdremote improvments, which
        would otherwise have path conflicts due to this patch.
        
        This reverts commit 3cc31f89787e435c893b38a0adc0a23f566ab60f.
        
        Change-Id: I49f004d068fdf852f5690e365a17168b001b9136

2014-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [6d87a2c28f074953a84fd9e5a4aed333ae30136a]

        fdo#39468 translate more German comments, etc.
        
        * Translated some more German comments
        * Some typos corrected
        * Removed useless comment decoration
        
        Change-Id: I40176e23983193e5087f48cf7d7b8e5eb339d6c6
        Reviewed-on: https://gerrit.libreoffice.org/7463
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-16  David Tardon  <dtardon@redhat.com>  [c20db8735e3f30cf61940e8c1da739efcb00ae22]

        Revert "impl. enumeration for ZipPackage"
        
        This reverts commit 5b2cca80eeb2c8ee210820cc8ed95e5d69214807.
        Also reverts commit 86a5053df0d755d10121d65c533f3d327340a0fd.

2014-01-16  David Tardon  <dtardon@redhat.com>  [04a9214fbf6da2ec9fa36fca4bb949d8f712c982]

        css::packages::Packages is a wrong choice
        
        Change-Id: I7d27e7f320633c176fb9fb0a5f64e891fff6c4d7

2014-01-16  David Tardon  <dtardon@redhat.com>  [28619201e92aea86a938dd57ed7f79c22d14d89c]

        do not close input, unless it was us who opened it
        
        Change-Id: I6ffedd1e64e48b4fc4bd6f5eb63e96b49f1a8508

2014-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [7d432a9e67076b862cbdfc16199d5a72664d28f5]

        Remove defines now that fontconfig baseline has been updated
        
        Change-Id: Ia97ab24e60785be36f475f6bf275a0ae336e9408
        Reviewed-on: https://gerrit.libreoffice.org/7461
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [ee99613941d78030e8abbca7d7554cf7e802f6d9]

        Move fontconfig baseline to 2.4.1 (RHEL 5 version)
        
        Change-Id: Ie79f534e7f5aa8fc9a87996c68e1251260403f66
        Reviewed-on: https://gerrit.libreoffice.org/7460
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [233a15e3aaa1728d6782edb5385ff1061456a700]

        move from ActionBarSherlock to corresponding android support lib
        
        UI wise would makes the app compatible with android api level 7,
        but other utility functions require higher level (8 for Base64 and 9 for
        TimeUnit)
        
        explicitly set the allowBackup flag and raise tested/targeted version to
        api level 17
        
        also add tool-annotations to please android-lint
        
        Change-Id: I528e34acdeeecea6d20e8bea21b1d5c203e17c95

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [5eaa0135c3ffc46ce601ea4cbaaa17eabe44e6ee]

        place some elements side by side to regain a line
        
        Change-Id: I9b838b6c00bc6e456adcf5d63c9936c08bf0d1aa

2014-01-16  Oliver-Rainer Wittmann  <orw@apache.org>  [4b6b51182a9a600805729313278eb707c6ebfb14]

        Resolves: #i124030# do not delete UNO mark which are not expanded...
        
        and only touch the start of the given range.
        
        (cherry picked from commit ae295f7d009842cdceb50c4daffe948ede2b4b88)
        
        Conflicts:
        	sw/source/core/doc/docbm.cxx
        
        Change-Id: Id7317eeb8e9c063c9d8b30bca97ed0afee3ec8c5

2014-01-16  Michael Stahl  <mstahl@redhat.com>  [c2b002ba96a9cd1ffc45281f7ba195063c94a54a]

        sw: the Assign Styles dialog is not called Insert Database Columns
        
        Change-Id: I96e0ee5fa0c7e45989cee663378d2ea7516fddfe

2014-01-16  Michael Stahl  <mstahl@redhat.com>  [77a637fb8ddfc4b045b3453f8435822a21198b19]

        fdo#73043: sw: fix Index/TOC Assign Styles dialog
        
        SvTabListBox::GetEntryText(pEntry, 0xffff) will append 10 tabs to the
        returned string, so it will no longer be equal to a style name.
        
        (regression from 77173d8954c370bcaca80b48181c330b759b9517)
        
        Change-Id: I7d3bee47eabec9180d6352fb6cf1b2e948153d37

2014-01-16  Noel Grandin  <noel@peralex.com>  [c648d0872058941ed18499a8bf1993037d9b5532]

        convert SvStream::operator<< overloads to more explicit methods
        
        This is in preparation for more conversion of SvStream::operator<< calls
        to use more explicit method names.
        This converts the subclasses that have their own convenience overloads
        of operator<< to use normal methods.
        
        Change-Id: I5efd5d9a24c264cb86d2471303dd5849bf91ba80

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [70f360f34a9f6605864644feee3c9b9b6ffb79a1]

        missing sal_Int32
        
        Change-Id: Id93a7945365b82ae600c6dfe0d17d13ad41256fb

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [ee2d7273e4f14fb867c16802e392f73590f526bc]

        Update README for cross-compiling to Raspbian a bit.
        
        Change-Id: I2741dd3304d85986389a2ae7213cdbb345c6efc6

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [9290998442166fae70431ee98aa9eb019bad24b3]

        Related: fdo#71764 allow extensions button to group with help
        
        even though they are in different containers
        
        Change-Id: I785166c577acab03608da10fb4a33072458a82cd

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [8477394f9bbe001d8648c38cd6e3c1c72dd17d8e]

        CppunitTest_sw_uiwriter: add testcase for ExportRTF()
        
        Change-Id: I49a86e6a5cd525118d902b37825cfdb7dc8e70d2

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9758961f6c6d2e40eec2d89c7bb1a5d065a6a1d8]

        sw: make these public as well for unit tests
        
        All are Sw-prefixed or are in Sw-prefixed namespace, so what can go
        wrong.
        
        Change-Id: Icbd8cead5e1db88d34519b09b21e64735ccb2734

2014-01-16  YogeshBharate  <yogesh.bharate@synerzip.com>  [f6824eb6df649628630598278aa1b5e3ab4b9a0d]

        Unit test added for fdo#72345 Up Down Bars are missing after Round trip
        
        Unit test added to check whether Up Down Bars preserved after Round trip.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: Ia427410cf76bc8cd998f399da8e9ad1f9712a076

2014-01-16  Rajashri  <rajashri.udhoji@synerzip.com>  [c7cfe0876d7ca3d861cc6d8c1f84970f9f71def9]

        fdo#72217 : Fix for corruption area chart with data labels after Round Trip.
        
        For labels under one series, there were child tags created for every
        data label individually.
        for example, if under one series there are five labels, then under
        <dLbls> there were 5 <dLbl> tags created separately.
        This issue is resolved now.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I7ae214f413bc27728df8a3d4cb8f4d703cba2f77

2014-01-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcf116b7734d5111833189a4ce1cc1d3867fd492]

        fix element order in OOXML export
        
        Change-Id: Id6f9e1d142d8c8aedff76ff3d964bcf58c7f1815

2014-01-16  sushil_shinde  <sushil.shinde@synerzip.com>  [b1e6269d1c0b312a2990324f0334527d2c04414a]

        fdo#72520 : Exporting sheet external data for chart for docx files.
        
           - Adding external data path relationship for chart[n].xml
             for docx files.
           - Added Unit Test.
        
        Change-Id: If48ed21237433ddf6659454dda95d720aabdb300

2014-01-16  Steve Yin  <steve_y@apache.org>  [5b8a16209f1e1d8fc43157463384f6ab407ac514]

        Resolves: #i119578# Lighten special effect in .PPTX won't display
        
        (cherry picked from commit 641aa4b583e27369b404584d094e0758a93ce5b5)
        
        Change-Id: I27a0503036087febc7f838dab4c2201eb0593d5c

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [34a94e6855782667f54110b0ff68bf3bf8f058a2]

        Resolves: rhbz#1047871 convert conditional formattting dialog to widget layout
        
        the wrapper dialog not the list contained within
        
        Change-Id: I4f4793888885ec5d991f1ab4218cc371726558e6

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [ae1674c0dcf8e422a4d7ebfed0fdfb11a441357f]

        Updated core Project: help  303b537732b914243c12f589ce2f8f48c0ccb919

2014-01-16  Oliver-Rainer Wittmann  <orw@apache.org>  [5f9d7ab963dbc1e13e4645fcef954cb8772cbb63]

        Resolves: #i123457# suppress import and export of hyperlinks without an URL
        
        (cherry picked from commit 71d322a8ce0f5f5cbfd66fd689ff10b3490c1ee4)
        
        Conflicts:
        	include/xmloff/xmlexp.hxx
        	xmloff/source/core/xmlexp.cxx
        	xmloff/source/text/txtparae.cxx
        	xmloff/source/text/txtparai.cxx
        
        Change-Id: Ie8291c93c86815cab68482b35a5e88a3bd9b731e

2014-01-16  Caolán McNamara  <caolanm@redhat.com>  [d762c154178399a2ec1ab1d6aa9e8d5133f93d63]

        low hanging xub_StrLen->sal_Int32 in editeng
        
        Change-Id: I8d9a504a1e7d320b487ee499b5bc0c04b52632e7

2014-01-16  Tsutomu Uchino  <hanya@apache.org>  [557fbb450b67280d967fa9a16f9daa3215baacba]

        Resolves: #i123725# choose by default the following options...
        
        Insert or delete cells and Keep formatting options on define database range
        dialog
        
        (cherry picked from commit f8be427cd9b311b98e84d673dea15d917acde81c)
        
        Conflicts:
        	sc/source/ui/dbgui/dbnamdlg.cxx
        
        Change-Id: I4695cb8528b3bf38a08c26d5ff448c0bd37b7172

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [82587e9bd4659200ea13ba416f881ff4285ec86e]

        CppunitTest_sw_uiwriter: add testcase for ImportRTF()
        
        Change-Id: I334b21532337c1895a148c949dde60ad774b4759

2014-01-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a445e3231969b4a45f6e9db6f9d8f4044559d6f]

        sw: make these public, they will be needed in unit tests
        
        And they have the Sw prefix already, so should be no issue.
        
        Change-Id: Ibbce389de83b462028dbcf338e5ce277f102d791

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [8ce64f43697eafb86f2e896a0e78bb007821159b]

        Remove broken and unnecessary friend declaration.
        
        Change-Id: I5ec11ce8a64bc50faf7305ae74f058a0114d095a

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [29e99c6e124d63f10a272af09bedcb3719170b96]

        Add missing include.
        
        Change-Id: I9e32df45b44513562202f9e453138f54c1d2abe8

2014-01-16  Armin Le Grand  <alg@apache.org>  [e7d5f5e3f0941ff2f0311845e84da87d7477c7b0]

        Resolves: #i123690# handle the extremes Width or Height equal one
        
        (cherry picked from commit f3263e7b8bfe740f8e1e7825214e3936cc938ea9)
        
        Change-Id: I8d65ffa45ae69fe64826f8f49e4e6282b9db9807

2014-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [eeeefd6fd87b3cff18ba9078869bdfcd0e351d6f]

        fdo#54938: Convert filter to cppu::supportsService
        
        final part
        
        Change-Id: If9387b4f7aa8ca694092f51eabeac096c71347eb

2014-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ccf47bd943bf8d09e60fd3310ba31d550e744765]

        fdo#54938: Convert canvas to cppu::supportsService
        
        Final part
        
        Change-Id: I5ff8e4aacf7be7c0cb1eab520f01cc312143641e

2014-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a2218b0d8b39e5018342b9085a3ec98941631952]

        fdo#54938: Convert svx and svl to cppu::supportsService...
        
        ...final season
        
        Change-Id: Ie51ac231def4a8a6e2681b81de7580798c95eed2

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [f32f8285966a0455a7c0db71e196e5ea92390329]

        sfx: TEST_HANDLERS not defined
        
        Change-Id: If02c029114e9531951b18abeb9d0afd0a18ceca3

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [de74b8c58ac516fe5f083a88cbcb89fc3ccc5eef]

        sfx: Use constructor feature for BackingComp.
        
        Change-Id: Ia461b8315ddd07adcb5609aefa85385db17ebba4

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [2b30c5057800e39fb6129be4b175ee10bf5f0e5e]

        sfx: Constructor feature for two more implementations.
        
        Change-Id: Icd387ff97c5df3cea9b20b0b893616812457e493

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [a384b21cc40818bf3c918951a086a30b5d9d8022]

        sfx: Use constructor feature for ShutdownIcon.
        
        Change-Id: I3af683cdc273fa8cb9224a0f1f7d342a140c9dd7

2014-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [cf51afb0269e9c1fd5d51ca8b67b86a38d1da75f]

        fdo#54938: Convert svtools to cppu::supportsService...
        
        ...final part
        
        Conflicts:
        	svtools/source/filter/SvFilterOptionsDialog.cxx
        
        Change-Id: Ie4a0a7ea8ec65b3e632d06627bba40a26c9a7a91

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [881c3dfaef958476c353b44ed5e9fbf123a94512]

        svt: Use constructor feature for OAddressBookSourceDialogUno.
        
        Change-Id: Ie046b43f40bd704090bbca4d14ea5321ff7639d9

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [67bb39e3809ef4921eca427adcba2e05d3d2a2c3]

        svt: Use constructor feature for GObjectImpl.
        
        Change-Id: I324dd00205319fe4e8f7b0b352ed2ab6422fcbbd

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [d5524ff99cc05d44ac8cab40d56003b31e2ef3f1]

        svt: Use constructor feature for Wizard.
        
        Change-Id: I25e31c57c58e26e4de9d0ccc63ae1f6f0c86505b

2014-01-16  Matúš Kukan  <matus.kukan@collabora.com>  [22c91244d42f67b4f169d71e6396fdecd3d9fefc]

        svt: Use constructor feature for SvFilterOptionsDialog.
        
        Also fix the implementation name.
        
        Change-Id: Ic7c8c77b819c0368cfbc95f16f6cce09a6a3de16

2014-01-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9e5e7c9b556bf9386fb5ad3ecd28b3d43aeeb393]

        libodfgen produces strings in utf8 encoding
        
        Change-Id: Iad17f4b4786473205669bd5b080b0a64d4a6a441
        Reviewed-on: https://gerrit.libreoffice.org/7455
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2014-01-16  sushil_shinde  <sushil.shinde@synerzip.com>  [2054af83fefb955e20de2b40178a11726525057e]

        fdo#72520 : Added property to store external data path in chart.
        
          -  added new property entry to store xlsx external data for chart.
        
        Change-Id: I3695865ad7e888359d1048e9bc380cba26108636
        Reviewed-on: https://gerrit.libreoffice.org/7212
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-16  Takeshi Abe  <tabe@fixedpoint.jp>  [fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c]

        sal_Bool to bool
        
        Change-Id: Ia4336c928f67f2bb4f0cb2e2409dda7940c7e70e

2014-01-16  Andrzej Hunt  <andrzej.hunt@collabora.com>  [a689b673b723a72a37bcb9f5ef5db5102b85bb41]

        Add tablet specific landscape layout.
        
        The resolution of the slide preview is too low for a maximised
        preview to be of much use, hence it makes sense to make the notes
        larger when in landscape mode on a tablet.
        
        Also increase the notes size for tablets (either perspective) in
        order to be legible from a greater distance.
        
        Change-Id: Iae75dead6bb325970f2309f487a5c198d938fcb4
        Reviewed-on: https://gerrit.libreoffice.org/7102
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2014-01-16  Eike Rathke  <erack@redhat.com>  [60b187c774430b52c8a4b62642547c6b2852d818]

        unit test for shared formula row deletion, fdo#72293
        
        Change-Id: I11d3ce087dd0c81c4ff2372bb72f3f6ec7be20e5

2014-01-15  Eike Rathke  <erack@redhat.com>  [42f551d524a1df46f6a311d5897ac30bd8fc1aaf]

        resolved fdo#72293 correctly split grouped formulas and regroup
        
        Grouped formulas need to be split at both edges of the deleted area,
        regroup _after_ rows have been deleted.
        
        Change-Id: I840806f30cef592e17b4cd3a33c81fd2a8309055

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [ef37781683e28d1837cfce86de990e59d2c10c5f]

        Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."
        
        This reverts commit 9b73d3a4cd9c1aea29b51b1b23d0a44c34f2f8a2
        because it breaks unit tests.
        
        Conflicts:
        	sfx2/source/appl/appuno.cxx
        
        Change-Id: I7b2d2dc6ff8ade2c8dd29602827313c7bb01f97d

2014-01-15  David Tardon  <dtardon@redhat.com>  [86a5053df0d755d10121d65c533f3d327340a0fd]

        bah
        
        Change-Id: I0fd33c8ee1791714ee9b42f50cabbdc51ebe4440

2014-01-15  David Tardon  <dtardon@redhat.com>  [723863ff26f46e294adde61009b85f6f0e28b5b0]

        finish zip support in WPXSvInputStream
        
        Change-Id: I48017873991abdc054e8be93912f2b2f5ae4383f

2014-01-15  David Tardon  <dtardon@redhat.com>  [5b2cca80eeb2c8ee210820cc8ed95e5d69214807]

        impl. enumeration for ZipPackage
        
        Change-Id: I800d22d8ec99e943b59467cf64b96aaa1f797953

2014-01-15  David Tardon  <dtardon@redhat.com>  [e9a036aca1062fd5512b8dbd93ef7172831b3bc4]

        add BIPU support for zip to WPXSvInputStream
        
        Change-Id: I14d6febcff49421b6ee3f2c463e78ff98660aab5

2014-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [30696e84268de28d8eec58693eed2d3df98ef82e]

        RTF export: fix nested comments
        
        Change-Id: I9986855f3160ed6f5856aec9f7d33fc416962e77

2014-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a924576e415f16e0571542bb0d683529f9046ff]

        writerfilter: drop unused BlipDib and FSP in doctok
        
        Change-Id: I900cc3e9b3e7545e141c592183ccd907216832e7

2014-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [08f7bae05515bd27b2982ef3926d554327570951]

        writerfilter: drop meaningless WRITERFILTERSTATUS comments
        
        Change-Id: Ief5627c009718c04d8515a0d5510b6c39108f8bc

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [9dbc04dcb7ff1bdface91342194b77b841740d29]

        LinkTarget: Avoid unnecessary library re-building in DISABLE_DYNLOADING case.
        
        Change-Id: If469348f2385ef8009cf5a33f66f22d4a0e65070

2014-01-15  Tor Lillqvist  <tml@collabora.com>  [df31a0e3edc8dae5feaed48e8731fa4d7d440117]

        Fix fallout after a700ce8e2b2f2dad50bf36dfd69de577211f1dc3
        
        Change-Id: I489126d291f9420aa1692d4b1f187f72dfd92a62

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [60af010a98540b4785353b27ccbb545ef72e7791]

        String::Len was used in a non-bool context here
        
        ...and apparently erroneously got rewritten as a call to OUString::isEmpty
        instead of OUString::getLength in the conflict resolution of
        7ec7a9a68b4a9c5600840a34434fc800cda3d815 "Fix #120224# Mapping the text rotation
        in Writer table cell with MSO."
        
        Change-Id: If02687437848917f64b8f92f323979ccb51aaad2

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [f86084ea6cc72ac282e3d262ec230d49807cd70f]

        Fix brace position
        
        Presumably a typo during conflict resolution for
        d02f75a8c36705924ddd6a5921fe3012fafce812 "Resolves: #i121420# merge sidebar
        feature."
        
        Change-Id: Id328c2d2dd0e1a3bb60b7ffd34842fd789da332a

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [ac3221855ec080ddc028119b646b38d1fe62e417]

        Change various SwTransferable functions to return bool
        
        ...which required to add an explicit channel to return
        SWTRANSFER_GRAPHIC_INSERTED from SwTransferable::_PasteFileName.
        
        Change-Id: I6d1401830f82dc44b37879ebdd0345cff14eecfa

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [d0e4d1f01ef44474145469b7203ad3232e36de63]

        String::Len was used in a non-bool context here
        
        ...so 79f52d249fe043e6ec54be6ffa0c71a748920394 "convert sw/source/ui/inc/e*.hxx
        from String to OUString" should have converted it to call OUString::getLength,
        not OUString::isEmpty.
        
        Change-Id: Ie5633a1ff87094eb22179f14aab4b1508735a747

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [e8fb46b28ba9b7137b0d807913106c6f0ea2e87d]

        WaE: busted code
        
        Change-Id: Ida6183eea365f7354f69d2b4e55cd97d2424e558

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [854188e3b14c8eb67a1871f2c9d666f4bd22f08b]

        remove last xub_StrLen in forms
        
        Change-Id: If6c711cf9c317411c72260b4029521782f8a282c

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [48ed1d39a00c2ad617fab9191f192ef7509e8747]

        make dbaccess xub_StrLen free
        
        Change-Id: I2c91c23f3dabacdb4ee65c18dc73f096041b74a9

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [878dcbee6488f2a3dfbc1f86abc8857cf6608d20]

        more xub_Strlen->sal_Int32
        
        Change-Id: I9bab4c8c0e5b62eace308b90a43800c21c9cba41

2014-01-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [838c8889491b7e5b08f681b7f85740784c0c1a3b]

        Uploading libabw-0.0.1 (support of zabw files too)
        
        Change-Id: Ie04cae9b9a362cb43b671fe8986545865822a953

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [bf535c47728aa874dd9f0d7fba6ba478adb26073]

        DdeSetData should apparently return bool
        
        Change-Id: Ie0e66ac6c76eabb80340d4c11b60dd7890c6a378

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [921e2dc0393873ad0a972252000803ceadc290cb]

        Reduce the number of experimental direct constructor calls.
        
        It puts the function into binary in cases we don't want it for mobile platforms.
        We want to generate this list later anyway.
        
        Change-Id: I59be18b7b394254d845f5b2de02684c774510174

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [a700ce8e2b2f2dad50bf36dfd69de577211f1dc3]

        Unify ctor functions to have _get_implementation suffix.
        
        Change-Id: I07fe0671d0633ef9480a4f3431df6a64c7902db8

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [dbd640e501b559e6910950d33b0cfd297d3a1cfd]

        sfx: Use constructor feature for OwnSubFilterService.
        
        Change-Id: I5bc7844c74043640494330fefc87914d4c02b768

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [0791e661aeb4161d20828472845f20fa4d3772c9]

        sfx: Use constructor feature for OPackageStructureCreator.
        
        Change-Id: I604132c35cf95ecb3a4dad0bfef5ec50dfa58645

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [a16bf89a1284246d53f397c33300164ce6027863]

        sfx: Use constructor feature for SfxFrameLoader_Impl.
        
        Change-Id: If0e20538b85057c52a953a7559f6e7cb75d2fe33

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [44592540c5c3ef12875cdcab41a058092cda378d]

        sfx: Constructor feature for pseudo implementations.
        
        Change-Id: I18ab7ed8785c63688eecdcdb77289e1691ba793d

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [ea301c7c1d65064bbc9588534fc21f12b8e0d752]

        sfx: Use constructor feature for SfxDocTplService.
        
        Change-Id: Ib1eb1ccf9c5fbbec84eb8f49395651e9219b7b97

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [9b73d3a4cd9c1aea29b51b1b23d0a44c34f2f8a2]

        sfx: Use constructor feature for SfxGlobalEvents_Impl.
        
        Change-Id: Ie93235666e035d6a594cfbe112f7a0d935dae1c4

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [21bc6014f7d334c84288c748b8012484dcbe4ca7]

        sfx: Use constructor feature for IFrameObject.
        
        Change-Id: If992d847e385bd7968a4d8e491f957f8afcc9377

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [3b5dedd93cd5a6d274a869ccfc7a636a1e4d1245]

        sfx: Use constructor feature for PluginObject.
        
        Change-Id: Id63d9e29905c63dddaf44f8eab5fdc5b670fc6bf

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [0a2d80f754cecc5075b2808e292360a8b13835fc]

        remove sfx2/appuno.hxx
        
        Change-Id: Ibfcd2954b20def05d2a7db36f5ccc0b570305441

2014-01-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6e216adedd1a131808b874784c36141607264eac]

        filter: audit customshape type -> drawingML preset shape table
        
        It turns out that this table contained entries which are not valid
        drawingML preset shape names.
        
        Invalid entries are now either have a valid name instead (based on the
        oox/source/export/preset-definitions-to-shape-types.pl mapping, which
        already tries to map VML shape ID's to drawingML preset strings), or in
        case I found no mapping there, the entry is now simply commented out.
        
        It's still better to fall back to export a shape as a rectangle than
        corrupting the whole document.
        
        Change-Id: Ic2d8926e5819f3312aaca55d50a1492332e52a9d

2014-01-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [0402f6eaa146589951cd4ad30b6d38938fc04dfe]

        fdo#73536 getIdentifier cannot be used
        
        OOXMLFastTokenHandler uses a Boost tokenmap, but tokenmaps cannot be
        indexed by an integer. I've removed the #if 0 code and generate a
        RuntimeException as nobody should use the functions getIdentier or
        getUTF8Identifier!
        
        Change-Id: Ia4c3589d289eac3022f0ee6aeef8662286d64f36
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [b0c72cb92cab00f9e030b4d5c29e5376dcf457ac]

        starting chopping out aEmptyOUStr
        
        Change-Id: I4d944018bb471d78d6ebb3604d445b90899ea893

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [e34dfee7aac32df393a62a13c36fa13f8a6e9589]

        Related: #i17171# foul addition of MAX value to offset
        
        Change-Id: I5e1cdedeb09883f8ca3410ec51b5b87b7bbd67e3

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [4517598a73fdfc67330979fbaedf2a8fb8f56489]

        explicit inline annoys me
        
        Change-Id: I86c2f9dc299e72525dd2c797644175fdd19f41c4

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [64d45e76f5a6dfa8b293653dd1bc6159714ac967]

        these members aren't used at all
        
        Change-Id: I5acfea9512f66cd57ba9a91b008bd0e96a80cb9d

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [16c565461b40c6876e69dc7bcc18f7c4db7fb94d]

        Related: #i17171# identify places where -1 was cast to 0xFFFF in the past
        
        try and do so anyway. Could be picking that sort of lint out of writer
        for a while to come :-(
        
        Change-Id: I4efb94e5ed33025f7f416c096af25ba358ef45af

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [2e5ec4f5b6cf295c64598c4284f01814d218c489]

        Related: #i17171# big xub_Strlen -> sal_Int32 changes
        
        Change-Id: I31bce794c95062abfa1171c13cf565498688b5f3

2014-01-15  Caolán McNamara  <caolanm@redhat.com>  [ba27366f3d6bc6b209ecd5c5cb79a9ee5315316a]

        Resolves: #i17171# Writer paragraph cannot be longer than 65534 characters
        
        Change-Id: I2052ae96571cba8fe2191dff53b1c61c95c94c60

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [472285e742db5fed6d901162076d42c7d7c175af]

        StartPresentationMode nFlags takes PRESENTATION_* values
        
        Change-Id: Ib922ebf1e547ff4d02c4fbaac6e6a81313a036ec

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [323d10c7975c34125009694a42c476ce83f031c4]

        Assume nPageNum shall be compared against 0 or 1 here
        
        ...depending on DOCUMENT_TYPE_IMPRESS, similar to how the nPgNum argument to the
        SdDrawDocument::GetMasterSdPage call a few lines up is computed.
        
        Change-Id: I8a13ac72868d96d486c071a4a705268dd888c1eb

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [d9904d199c7a3fd5b14051aa9bbae160603ca9a7]

        Apparent typo when adding braces
        
        ...in 4707f7bb54d143e642ad5df5eedf56d5d2b08385 "CWS-TOOLING: integrate CWS
        cmcfixes51"
        
        Change-Id: Icc8b2ed48d73f3f03c2820f554f896f6edb15e23

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [c72a7a63833f840fdb334d91fc81a77c17f128a6]

        DdeGetData should apparently return bool
        
        Change-Id: I603198b9fd2c6fea1c9ec7de09b23c61fe9d603c

2014-01-15  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [7e4823772ceb00d18301497fdad1a5b2678872bf]

        FILESAVE: DOCX Preserve Font information for Para marker
        
        Change-Id: Ic8cb9fec8a62f14e47899056beaededd791b590d
        Reviewed-on: https://gerrit.libreoffice.org/7438
        Tested-by: Adam CloudOn <rattles2013@gmail.com>
        Reviewed-by: Adam CloudOn <rattles2013@gmail.com>

2014-01-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [e3e6ad0e5c36531d8002c24c5e41a99ff597c095]

        Drop unused nMergeType from SwNewDBMgr
        
        All code uses the nMergeType from the SwMergeDescriptor. Actually
        there is just code setting the nMergeType in the SwNewDBMgr but
        none reading or comparing it.
        
        I don't know if the removed assignments actually should work on a
        SwMergeDescriptor object, so some parts of mail merge may already
        have been broken.
        
        Change-Id: Ic8c52e6171f122d3837d9f2de81053e30ac8f5b7
        Reviewed-on: https://gerrit.libreoffice.org/7432
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [5da974369d01760b336de34e68c03d7268d2d330]

        Rename some mail merge variables
        
        Fixes the variable name typo pSourrceDocSh and renames bLoop to
        bNoError to represent the variables function.
        
        Change-Id: Iba688ed0fb40c0c3947da1b21beb00c67a10ff09
        Reviewed-on: https://gerrit.libreoffice.org/7431
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-15  Anderson Roberto  <andersonn.roberto@gmail.com>  [330c6cb59a3c41e40cf88b91bd6345b84049e2e8]

        fdo#57950: Remove chained appends in accessibility
        
        Change-Id: I4ba583a891933068ab4003307d09693180c7b61f
        Reviewed-on: https://gerrit.libreoffice.org/7436
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2014-01-15  Stephan Bergmann  <sbergman@redhat.com>  [849c3d59f9838516b5e0d56a2630928629384ad3]

        Looks like a leftover "> 0"
        
        ...when acc295bcee9f7df0f9a36a3ac81b441ece7cc9c9 "INTEGRATION: CWS
        swqbf34: #i45085# <lcl_DoesVertPosFits(..)> - correct check for test grow"
        changed the computation of bVertPosFits and introduced intermediate nTwipsGrown.
        
        Change-Id: I7ef95bfd0fea80bef12c014b4bef9dc67ecb2000

2014-01-15  Sven Wehner  <mail@svenwehner.de>  [4ce40e26509ed6ad444fd41bef4f200982b0a650]

        Translate German comments to English

2014-01-15  Sven Wehner  <mail@svenwehner.de>  [a47a3537bf6851e0842cd784f59d76c876df5b61]

        Translate German comments to English

2014-01-15  Sven Wehner  <mail@svenwehner.de>  [a0dff5e2e2e2c5418087927a354e2091629c4ac9]

        Translate German comments to English

2014-01-15  Sven Wehner  <mail@svenwehner.de>  [8e7275ebe52c6d5f350b54f87f9ea5c36bc74ef6]

        Translate German comments to English

2014-01-15  Sven Wehner  <mail@svenwehner.de>  [c9b20ca3e69d346a0bcd3766fd4de84e478f2426]

        Translate German comments to English

2014-01-15  Tor Lillqvist  <tml@collabora.com>  [c923a9de575a1167aef1f68921a2dfa772436289]

        Bin unused code
        
        Change-Id: Ie10881ab3f6e252c87fc3fedcf6a2b7fa0af2c56

2014-01-15  Andras Timar  <andras.timar@collabora.com>  [65be22476b586637ecccc6b96fab187e5933cd00]

        fdo#70796 fix quoted printable encoding bug in internal Python
        
        Change-Id: I4e5563c47df83c50df75ccf330fbd38ec6da9170

2014-01-15  Tor Lillqvist  <tml@collabora.com>  [0b3513f34d1b930c17f42ac2cadad7fa43636848]

        Let's always use libc++ when building for iOS against a current SDK
        
        I have been using it for a while and it seems to work fine. No need to
        default to libstdc++.
        
        Change-Id: Ifa6999921b1333317c112f57fa402188f787d27d

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [8c6342c25896e515869500f538370de336b123c7]

        sfx: Use constructor feature for SfxAppDispatchProvider.
        
        Change-Id: I2ca8abb284e8441a49c6e96a10cf76b5680e48e2

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [90a1232fb3a38bcf67ed2b1f195206041bca4174]

        sfx: Use constructor feature for SfxMacroLoader.
        
        Extract that class to its own source file.
        
        Change-Id: Idc192354b88d4489db22f6f6e9b7f5178f4030e4

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [4337a0664f4fb73f9e1be74f2a632847871da402]

        Use const& arguments parameter for ctor functions.
        
        Change-Id: I19ce8bd1a23123ac9a62a7fc95cd54fea5315221

2014-01-15  Matúš Kukan  <matus.kukan@collabora.com>  [bdeb57c23973f3ef79020847b2fe39f312cf3c0b]

        Initialize constructor based implementations in one place.
        
        Change-Id: I324f25bb5ec7d792c3e015815f2a11b08f519764

2014-01-15  Tor Lillqvist  <tml@collabora.com>  [a3f97e65570855858e73e89c050f9c6589d3c7be]

        Bin misleading OSL_TRACE
        
        Change-Id: I6c638f49b73b4a3d781e6e2e54a5facf52513ad3

2014-01-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [17a8b2ed7cff9dd11911cd3176679bf809a174d7]

        Give distinct names to ValueSets widgets in Glade
        
        At least 3 ValueSet widgets in Glade have the same name (ValueSet). This patch just give distinct names for better identification of their use and purpose.
        
        Change-Id: I3737ffe8c9c51fb6511861fbcf312cfc308a35a1
        Reviewed-on: https://gerrit.libreoffice.org/7415
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-01-15  Michael Stahl  <mstahl@redhat.com>  [827b48e74ff52dde46adfc8cc4750e510a92e357]

        SwFormTokenToString is unused since 2004
        
        Change-Id: I18aaf40b1ac0e4bd070a55d2169b5320336f78fc

2014-01-15  Michael Stahl  <mstahl@redhat.com>  [c87f146a0cec31f080386d646bfb786ed6200280]

        fdo#73162: sw: un-break index entries that contain text separators
        
        SwFormTokensHelper::SearchNextToken() does some check that the ">" token
        terminator is not inside a pair of TOX_STYLE_DELIMITER; this check was
        broken by commit f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9 and finds a
        ">" outside of TOX_STYLE_DELIMITER bracketing.
        
        Change-Id: Ia8587d496999c561f57fd6f107ed8b9d1e3838d4

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b1470e24f33eb6347d5a5c753885ccd8d877e31]

        writerfilter: unused tokens
        
        Change-Id: Id6d87171d13a72dc237a350526d9776a56d725e0

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [f95d743edbc91a65861f293b9d10e0d38000db0b]

        The "true" is likely meant for sal_Bool bAppendStr, not sal_Unicode cSeparator
        
        Change-Id: Ia9fe63ce3d0cefbca708f0da6d88fd33c8b0abaf

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [353fd33edac98961816daec78a7a9f5a3a760d5b]

        Fix check for odd nStrLen, as suggested by the comments
        
        Change-Id: I41fc496c844c7f4a580bb9496bedc14bac70d37d

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [b1d2ec75cbf6698f0feb7c8a76ff6eb453a0bbc7]

        Be explicit when using bool as integral value
        
        Change-Id: I04073e87e13984570373d1cf6740aeb082516cc0

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [8b28c064fa7863b365cbb7fc920bc3ac3067dd27]

        bool improvements
        
        Change-Id: I27609462f2daba6b2289aff7a6a96686c961f3ce

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [0c9d002ecdd410b8b5be1fc91f4b84c7cbe5f5bc]

        bool improvements
        
        Change-Id: I42127c096aa4310e3c8b6c9b6487b4de63e7ac9a

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [a067822a515579c59f660d9ce03dca1495768672]

        Be explicit when using bool as integral value
        
        Change-Id: I23e108de5c8d4c86b7fc29b4b039a0e2019df81d

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [987454711845a883f7fe232e16c1aa02c2de29b5]

        bool improvements
        
        Change-Id: Ice9f38b615b325bce6c15fefe9fbb3f528d36b1e

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7d0db7f0ee7c478cc58669121f517dfdf54eeaee]

        This shall probably check nId != 0 && ..., not do a bitwise &
        
        Change-Id: I2417f7bff3fc5f2bef6c804af12d1873802b0392

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [5ea58f534b9226ef8f5c9589066ce20e3c64e0d8]

        bool improvements
        
        Change-Id: Ic6488ac278cac2d1d7e240abff545f9ea0b8eafe

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [d24134b6a2e6a557bfa17f521e18a01b17e24d98]

        This shall likely comp. m_eCurrentConversionDirection to HHC::eHangulToHanja
        
        Change-Id: Ib4eba9f6386214d010c880ad15bcacce7665a3af

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [54a6b3d7b24bb041f137015feb4e6a9a11891005]

        bool improvements
        
        Change-Id: I89c35503d22797c5d5117e298f04e953de03044a

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [e8ba3d51609238c365ab471ee622513e8b30d721]

        mnMultiSelect takes AX_SELECTION_* values
        
        Change-Id: I1918f91ec070761a8fe9d04058820af1c7880678

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [9a560bb7bd1915de8e444c17fe936ae31071cea6]

        Be explicit when using bool as integral value
        
        Change-Id: Ib9810cbc96fab5218a497985aac80cbd7c0c188d

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [66d19856c57d8019c73b09bb3e98aebac50276d5]

        bool improvements
        
        Change-Id: Ia940d5a064f60c147e743e9e28ac2252cebff840

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [459c8131ac6951acaa7f65646ca1c13f671b4012]

        bool improvements
        
        Change-Id: Iba5bf2d2207f80098cb43ff8ce290eef741d21c9

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [058324532ea07f3388e8d2a893fec590b8e8add8]

        bool improvements
        
        Change-Id: I4733554d3329525516511bbd60b9ad3fabc12be0

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [2dbed8bc8bf189fef40eb6b5d9cf453b59e83099]

        Be explicit when using bool as integral value
        
        Change-Id: Ia55702e1ce7ca153de6e82abfce731bb8fc21977

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [854da46a4b5e201e20841c20a740210b97b2583b]

        This shall probably use the value of getMaxColumnsInIndex()
        
        Change-Id: I1ae85e416440768ab40c817506d5b106289c4d72

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [67afa78a4b4b815a798a5915a409a2ade9b67cf5]

        bool improvements
        
        Change-Id: Ie957ab2b63facc15a990f22347ce2393f6bb6a44

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7700d10eee335256815763d4f8d4fb91ddab9cd2]

        bool improvements
        
        Change-Id: Idc397c918980ba4bb47fb73fbd0e6dd11fb6d0b7

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [d8bbe0ede2d5f07a92772dfa04ace97751128005]

        EndDialog takes long nResult, not bool
        
        Change-Id: Ic6283b7a71a5d1c539ae99155f448e34e877080a

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [4ebeb52a234d4e5c8de0de4b02bf3def5351d735]

        Dialog::Execute does not return bool
        
        Change-Id: I4d1c0b6f0586e2ff7adc5aae524a14c9eaa2dc3b

2014-01-14  David Tardon  <dtardon@redhat.com>  [29bd1673e92f1da1c360a77ea3a029db67d7cebe]

        add a brief description
        
        Change-Id: I1469910e3c20248133e56145c9ea543cbfdf3c4a

2014-01-14  David Tardon  <dtardon@redhat.com>  [6b98b8dc620ae2276e1f3be1b935b6a0db3bc054]

        the stream is already owned by the root storage
        
        Change-Id: If4c548c1ed9275f525fe311853545af3f6313f41

2014-01-14  David Tardon  <dtardon@redhat.com>  [9abd5653b1a2c1e3357208b28b1d4e2c3120cade]

        init members
        
        Change-Id: I3ee5d05142ebd9738e34ea3276932a4f9e3fc43d

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [149640c229ca987ab3186d08fe4514200dd854c1]

        RTF import: fix nested comments
        
        Change-Id: I6236c255708f13131117246743d86cd3448bce24

2014-01-14  Lionel Elie Mamane  <lionel@mamane.lu>  [6036ae611e3667a07d7239857e2d6955f7292810]

        fdo#51180 reset (Multi)Selection on Clear()
        
        Change-Id: I06dde63093eab4e5e1c692f6363aca70b89de96a

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9d6c67c76e5b41e45330983a98f58ea288a30e9]

        VML import: don't assume both parameters are available while parsing commands
        
        The problematic path was "m,l21600,r,21600l,21600xem@1@0l@3@2nfe", here
        "m,l" means an implicit "m0,0l", but only the first zero is in the
        coords list. If the second is missing, assume 0 as well.
        
        Change-Id: I03065e34c959103c9caf64271aa3ebbb7ad52726

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [cc7ffa07f1afe05251428aace2b4ef818a693c0d]

        Be explicit when using bool as integral value
        
        Change-Id: I782942e25107ce996f3f31c3f53123c118d81838

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [ab6e083f7d58b541a78b1a78ba127941808b2ed4]

        bool improvements
        
        Change-Id: Ibe8e80169b222e425df7016a0012591793546adf

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [3bf277a044ded4e117020b42677bf45a307ffb76]

        bool improvements
        
        Change-Id: Ia30628e093a885165b2d8a7b1a999c0dc7ee65cd

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [0d29aab156fb2eaf780fd152f0923b4850684846]

        bool improvements
        
        Change-Id: Ic9ea40c430e0b0ab0d46bac3ba150ddac96c6acc

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [1110840db78c2960b6848a9f336fe96b3a53b39b]

        These should be extern "C" function types
        
        Change-Id: I3dcbc1b643a29ee080e5b034dccd4882a43590a4

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [88e9329265a60ff7c88772507cb099ade61cf1b9]

        Use SAL_WARN, too, to increase chance of actually seeing the message
        
        Passing an, as such useful, verbose error message to the
        CannotActivateFactoryException constructor is fairly pointless if that
        exception ends up being unexpected and causes program
        termination. Which of course is exactly the case when one would be
        very interested in seeing any message associated with the exception.
        
        Change-Id: I1cd987669e39e47d5f072690dc5013e4a42fd50a

2014-01-14  Michael Stahl  <mstahl@redhat.com>  [61ec8f086ba314b86c80a02b16072e88774abf6c]

        fdo#73095: fix invalid access in SwFntObj::DrawText()
        
        aStr may be 1 larger than pKernArray.
        Trivial fix by checking the largest index; not sure if it would be a
        good idea to allocate pKernArray with the larger size in the first
        place, but that would be a bigger change...
        (regression from 02ce734450559c9353ca7f42b2519239220dd265)
        
        Change-Id: Ia33feab001c34e85066b7596d8873f41588984e9

2014-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [31533d47b24680f76e769949874d41f0fe27134f]

        fdo#73606: Avoid calling MarkDataChanged() when nothing is selected.
        
        MarkDataChanged() is quite expensive & in theory unnecessary when no
        selection is present.
        
        Change-Id: I6967b914735462403a77568010532b37a1d8f333

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [f268b04b56ba840265b80e0dd41188a28791165b]

        WaE: unused function 'advanceNonEmptyBlock'
        
        Change-Id: I38b91f9e02c1addd8a0ef427b7b09cdf1a04ee95

2014-01-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df9243626b39742a9a148bea95796f8824fee68a]

        fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.
        
        This is a leftover from the 1 million row conversion we did years ago.
        
        Change-Id: Ib50819ed51c7017bcc559bfc8b6062ff46615d09

2014-01-14  Michael Meeks  <michael.meeks@collabora.com>  [bbdb7b43e639b0dd27377d104c59fea3f8481b2a]

        sc: re-work ScHorizontalCellIterator to try to improve performance.
        
        Add more unit tests, reduce the number of rows that we know are empty
        that we iterate over while saving by shrinking the column set that
        we scan as we go along.
        
        Change-Id: Iebd817d9a8a01fa6abeaa24c4aace92233313e0f

2014-01-14  Michael Meeks  <michael.meeks@collabora.com>  [91570fc3f37bedd66eb11b7fb585e207e51abeaa]

        fastparser: avoid boost::optional where it is un-necessary.
        
        boost::optional appears to show up rather heavily on many profiles.
        We already use mnElementToken == DONTKNOW to flag / use these guys.
        
        Change-Id: Ibf2b0167f259cc601da2fb9703e880b78e60886e

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [2da415ee45ff95e847275f6f39b808871f0afed9]

        UtBool -> bool
        
        Change-Id: I4cec5ba61762ac87d5bfb07b15ab661955e207ac

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [b32b45c50cc7b782554b0da722913f697434647d]

        nFlags parameter to Window::Hide appears effectively unused
        
        ...there was a handful of Hide(true) calls, which would happen to actually mean
        
          Show(false, SHOW_NOPARENTUPDATE)
        
        but I assume those were typos rather than genuine requests for
        SHOW_NOPARENTUPDATE.
        
        Change-Id: I20310d58437bb556f95965885f82784f855b517d

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [8638560a8b24116bdb26a43fd183ec758410543f]

        longparas: don't truncate lone glossary entries
        
        Change-Id: Ib74830671694f2c78adc7a11296971a7edd2f781

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [d610e8618e04075d99bbbf78fc741637914f1c7e]

        longparas: none of the callers check for the error case
        
        so we can safely change the return of 0xFFFF to 0 without
        changing any callers. Which makes this safe seeing as before
        now every caller would have done something stupid with the
        results
        
        Change-Id: I10d9f12525de10661ed82f3405e6c728d38be106

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [62d8fea76ed4f0c97c6ef2bb78228e5904b72be1]

        Fix indentation
        
        Change-Id: I93309674ef50e8ca7438874378fb01484bb7f9f3

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [c0796dfe213fe5be8abaf8f102b8e925c55a5cda]

        Avoid use of nonexistent variable evem in commented-out code
        
        Change-Id: Icc9def55a814fc1309ce143a84effc140a90a92b

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [9e5695543498b71780e73fcf5c18e93487fbd100]

        fdo#47689: Avoid crashing mdworker: Don't use uninitialized variable
        
        It's the isCustom field that should be checked to see whether the
        customAttribute field has been assigned or not.
        
        Change-Id: I5d2af26b675ab0cbc0e1844eb98ebaf5145eb73d

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7be6262439c8f34ae083a6964f8380c4ffeaeec8]

        Use std::bitset
        
        Change-Id: Id816d1da328e83197e0b1b4641ed894b62f1c78b

2014-01-14  Eike Rathke  <erack@redhat.com>  [3b614521b6d3f6f238a73053c7cb40b42e19287b]

        resolved fdo#73522 always create LinkManager if it doesn't exist yet
        
        Regression introduced with 8fde2885236d5490be8f54e96dfe4a63d9bb9dec
        Crash happened under ScExternalRefManager::maybeLinkExternalFile()
        pLinkMgr->InsertFileLink(). ScDocument::GetLinkManager() introduced
        GetDocLinkManager().getLinkManager(bAutoCalc) leading to the LinkManager
        being created only if bAutoCalc is set, which may not be the case during
        file import. Changed to unconditionally create the LinkManager again so
        the link can actually be inserted. Whatever the intention was, that
        needs rework.
        
        Change-Id: I2ae66ac7f62c3cfd92c5bf1a147feb06b0155275

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [28c89909a456b9b6673d367f864661cb7f3b7179]

        DOCX drawingML shape filter: export title and description
        
        Change-Id: I6c740c8b2634785e794704ce0f2d89878e01ac51

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e5d5437d2f941496e6f4dbbaad92104de6bdb3f]

        DOCX drawingML shape filter: import title and description
        
        Change-Id: Ica71b7c2bc31a211cccbb473071d1c4c82f4a4f4

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [f0bae2b9c3491a9458eb7324bf5955614215cc27]

        longparas: drop wrong xub_StrLen casts now
        
        Change-Id: I720b921367ad810e3d775155535c1e05ab5f6f2c

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [240dbc509688a2538eb546103c6bea351fff2a6b]

        sal_uLong->size_t
        
        Change-Id: Id10a0d7e0d635a6829966dc5ce0110dc715d7c6c

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [f619315ae3f29d674042b62dfc1c11635817781a]

        longparas: bump nLen to 32bit
        
        Change-Id: I49621bc3887baf8fcee17559818193325b83f27d

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [ec3085d6256959722dca64c0df71487177cb4db3]

        comment is wrong now with conversion to OUString
        
        Change-Id: Iff26cd2c966fc747895fbde7229a457a99c62f7a

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [e576b083c88b97750ce261da80c3933cc04725a7]

        longparas: drop STRING_MAXLEN use now
        
        Change-Id: Iaaca13e732c234e9051be0ab66a7625f9c106eea

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [ba4a888ea78a7ffd061f4ce8f35454778c036ea5]

        xub_StrLen->sal_Size
        
        Change-Id: Iac6b7a01dd35fb6bb350644235409c4019a0a086

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [46d5aa65b015f19e45b4caeebe4aeee4acdb59c8]

        longparas: xub_Strlen->sal_Int32
        
        Change-Id: Ib33b2a36e7fcd96ca9e5deff19e1d2d18aebd012

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [eded6f196058a1557a5cae62733a5aa67077ce10]

        longparas: expand STRING_LEN to text length locally
        
        Change-Id: I9ffdabdc44677033d8c8ac1b025ccb7c600db664

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [a932e780600e9cbd1d6e31348889e9350ccd3cf0]

        longparas: remove now broken STRING_LEN uses
        
        Change-Id: I89799855925b7c246262ae56c2637e20e51cffee

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [8c000c1f38fd603512cf94d166eb7b779aa8d529]

        Fix conversion from MS-ODRAW gtextSpacing to SvxCharScaleWidthItem
        
        ... i.e., from 16.16 FixedPoint with default value 0x00010000 to percentage.  At
        least that is what I assume the odd code that looked like that since its
        inception in f90ea7408ebbe2a2d53e94f1dc16d0e3623f59d8 "INTEGRATION: CWS sj09"
        was acutally supposed to do.
        
        Change-Id: I482fb3c1d00757b2f18c587bbb6b4a6755392d2f

2014-01-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7c3ca696543d0e9d6771d53f386086086d8b8643]

        Fix ABW embedded images
        
        Change-Id: Ifd33ea9c1f91865d5ae5175eefa9b65107404bf0

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [7c1415e06ff480c5df75db2451ea522b0150f9b2]

        Remove unused bForBrowsing parameter
        
        Change-Id: I32b458390130e9ed83af0831069329ac8f672d67

2014-01-14  Adam Co  <rattles2013@gmail.com>  [a31abd3d203ac8de4e045492fed53ca706bb24d1]

        Some code cleaning & touch-ups
        
        Change-Id: I5e09ee5b9765b01e15dd91dd89ff397fb57b98b6
        Reviewed-on: https://gerrit.libreoffice.org/7402
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-14  Adam Co  <rattles2013@gmail.com>  [c2c08b7d0e87f8cd1c97028c9363826f4bd22dcb]

        Add unit-test for 'track changes - paragraph properties changed' preservation
        
        This is a unit-test added to complement the patch that added support
        for the preservation of 'Track Changes - Paragraph Properties Changed'
        from a DOCX file.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7401
        
        Change-Id: Ic81a5ac9ee369ae0f1d2f8d1a1fe54ea5e6b7402

2014-01-14  Jan Holesovsky  <kendy@collabora.com>  [d8db8eddedfe00c428069d046cdef5ea2a3af54d]

        Add more logging so that we have the info even in case of weird crashes.
        
        Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [44bb0cc3aa4f5697078d393d5724d28f4b05f5a8]

        Related: #i119844# align from/to types with DFF_msofbtAnimateRotationData
        
        Change-Id: I43bf12b69892614a6054a14de76bbbd4e46c2ee9

2014-01-14  Steve Yin  <steve_y@apache.org>  [0bec1401680bce1b2aaaa3e941b083d3427d481b]

        Resolves: #i119844# Spin effect amount property lost when saving pptx to odp
        
        (cherry picked from commit a7eedd28dd66cec1a668c3df6a8568dcad0f858f)
        
        Change-Id: Ia2b46f4b35fc90723570b7f8bfb82c101279eb9d

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [92ba7bd75b584ae85380b9c07863db36b74cab53]

        xub_StrLen->sal_Int32
        
        Change-Id: I9c4d9b8d18b36dda6609b1976cae13a481943563

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [563ba069b529c5a65db4f5e306fc21e5c59431e6]

        longparas: nPartLen always is USHRT_MAX/STRING_LEN to take full string
        
        Change-Id: I55bb0baa8e83948c470ade2fc6fabccb69dea91d

2014-01-14  Caolán McNamara  <caolanm@redhat.com>  [d113e328ef045e8da2b3e6f6e9d82970e882d097]

        longparas: remove now broken STRING_LEN uses
        
        Change-Id: Ie2de4680e07e26416fc52d4c22b5bececb190cc1

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [06998741b877b1ae8a201eeea4d011c3b7a156c3]

        vcl: missing modeline in dibtools
        
        Change-Id: I332e6ed3652f18843ec7abdeaec70d7bb8f5667b

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [54e65393e70c32b4b787c717e259de416ce7f46e]

        Dead code
        
        ...since a5a5e61fd9a32b3d881f42c39d789ed4bc5d4122 "INTEGRATION: CWS
        presentationengine01" in 2004.
        
        Change-Id: Iad72fa7af037d97583621afb114243ac6a45b8ce

2014-01-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [d57a2297264c89c6fe470997c242af2f678066a4]

        filter: fix copypasta
        
        Change-Id: I1f17ebc448c80afffb177e63f56f97867c019fb8

2014-01-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f8bf3e3cd4b55099a1427d611af06a45460034e7]

        Fix ABW list shapes
        
        Change-Id: Ibbbfddf10677e8c5b654cee9c5fda1603a298a67

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [ffcbe1a609489a4e2350f3796af259ade3467a73]

        Add libabw
        
        Change-Id: Ib9fc6eb5523fbaed2c13ed213f0fadb28b1e9715

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [0d0fd7b4fbc6090fe7112eef8b2b07840cf8a89d]

        PrepareClose should probably return bool
        
        Change-Id: Ie62a6c1197594102bc68e246ae6059a9442ce314

2014-01-14  Tor Lillqvist  <tml@collabora.com>  [06272f678b54e99757c89419acfdc9217c88abd7]

        Copy the built .apks to where push_nightlies.sh will find them for uploading
        
        As such, personally I don't see the point in uploading daily builds of
        there boring useless test apps, but maybe it is good for marketing.
        
        Change-Id: I6601107719ed28b72e239a2af8b7e3578ee3388d

2014-01-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [766f718ebb4deda1a294cc1cfe137a75dfb0f6f8]

        Fix a silly with ABW footnotes/endnotes
        
        Change-Id: I026f9c664ff7dec51e511ad439ab563d2cc0c201

2014-01-14  Matúš Kukan  <matus.kukan@collabora.com>  [aa4ed8c883eba545737da5de3402f02ad5712b1d]

        native code generator: Further reduce 'core' components.
        
        And bin few duplicated ones.
        
        Change-Id: I55a0584adf6f9490e3becee626db388dcb73a228

2014-01-14  Stephan Bergmann  <sbergman@redhat.com>  [46f48148d3569153ef20f90df3f0ea9e95944565]

        RET_NEWTASK is apparently unused (since around 2000)
        
        Change-Id: I3c0804d35c5ff7a00ec7169d0ab387f4b63d65d3

2014-01-14  Takeshi Abe  <tabe@fixedpoint.jp>  [180271e987de9b80b4ecd826df960353b036b9fd]

        Fix typo
        
        Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16

2014-01-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [10eaaac020e32f0bbb3869cecee94df0955b6a3b]

        AbiWord Import filter
        
        Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086
        Reviewed-on: https://gerrit.libreoffice.org/7411
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2014-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [a75bc5fa700fdb570d46ab55e2e0954a7f8b3140]

        writerfilter: whitespace fixes in LatentStyleHandler
        
        Change-Id: Ia90bdec8416be387f4d59f8c824c274ad7bb6fa0

2014-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [8dc10235a29e00ae8ebf58b84650aaffd7f0329d]

        DocxAttributeOutput: factor out writeDMLTextFrame() into DocxSdrExport
        
        Also move the related m_pBodyPrAttrList and m_bDMLTextFrameSyntax
        members as well.
        
        Change-Id: I5c9f5b07b472efc930878ee2a26224346f036600

2014-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [8891d8c42df288a4f3c631e9c73b24489c6c83a0]

        writerfilter: move payload from rtf to ooxml namespace
        
        Change-Id: I7f39d0245fe9ad0aec4b8c1dcea8c379124d2d7a

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [d4dd5c34dbf1344ccedb365a358e771ff91b0713]

        longparas: convert ValidateKashidas to sal_Int32
        
        we can use -1 as the failure return code as return value is always checked and
        isolated from the rest of the code.
        
        Change-Id: I87a743de82d681a7e4eabc61a576c4e50f1279a8

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [d18a5aa4da94cbe33b9fbbb3bf766051cb550021]

        longparas: STRING_LEN is intended here to expand to string len
        
        so just expand it on entry instead
        
        Change-Id: Ieb9c7501dccf9da91c7b8377ad75739cbe1c3609

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [04d711e7572d523bac0fd05248cebb7dbd2eb8ed]

        remove _STRING_HXX gibberesh
        
        Change-Id: I618aa9a2752014d392516a578e454bf6443fc6ba

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [32e0518a9859c860f91f2d0d5a3ef74f34952b50]

        GetCharPos returns EDIT_NOLIMIT on failure
        
        Change-Id: Ie65526e66a71561aa64ed3517097d1274ffe7db4

2014-01-13  Tor Lillqvist  <tml@collabora.com>  [d4f94182cbc7f1499b692a35cabaa405dfd3a079]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: I4dc6267003e12c960b82efa54ed3af4a3c6376c4

2014-01-13  David Tardon  <dtardon@redhat.com>  [e71d6067e38e961964a5bfb836f8ef8cccf22c6d]

        prepare WPXSvInputStream for librevenge
        
        Change-Id: Iefcfe00c2febbb00bcf093acf252291409929f1a

2014-01-13  Michael Stahl  <mstahl@redhat.com>  [9b9b9ccb7ce5c689e86edffef07f6f78f00391c2]

        SwTxtNode::RstTxtAttr(): remove special case "continue"
        
        The newly inserted hints will always be inserted "behind" the existing
        pHt, since their start position is truly greater than pHt's, so no need
        for "continue" with same i (...and why not i-1 since 2 hints could be
        inserted?).
        
        Change-Id: I3c796e7084dc84a360020dfa0ed362fb3305141a

2014-01-13  Michael Stahl  <mstahl@redhat.com>  [8aab0442355a07cd3bdaf58d37a1f242a0ccf123]

        SwTxtNode::RstTxtAttr(): translate german comments
        
        Change-Id: Ie54ff6147ded6cfe88ac86ec02625fbb4a19b364

2014-01-13  Michael Stahl  <mstahl@redhat.com>  [2c2ace30ec9f671042c94ee83dfdc5d6fd5ddd32]

        SwTxtNode::RstTxtAttr() depends on some implementation details..
        
        ... of the hints array, attempt to document those with assertions.
        
        Change-Id: I5e0310e7a213c7c8fd2e1f992ae91b739a7923a5

2014-01-13  Michael Stahl  <mstahl@redhat.com>  [8c59c30153b8a67d9455d70a66b4a42c35120f97]

        fdo#72788: sw: fix infinite loop in SwTxtAttr::RstTxtAttr
        
        The increment was erroneously moved into the else branch in commit
        c1c5feaff453cfbb23c43f2b423201b883ff048d.
        
        Change-Id: If71cb58967e215548aed5679da86af20de17a0f1

2014-01-13  Julien Nabet  <serval2412@yahoo.fr>  [4bdaa70ffba4c782859bddc5c32d897c84d08b8a]

        Revert "Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid.""
        
        This reverts commit 0d1f724f9645e7ec0da6a4c3a1c22d0dcf785cb6.
        (as requested by https://bugs.freedesktop.org/show_bug.cgi?id=72277#c20)

2014-01-13  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [3cf58da99ef152db31fa8378045d4bff041f7ff4]

        fdo#70942 Preserve original shape type, if shape contains text.
        
        Currently we change shape type to textframe if a shape contains
        text. Due to this shape information is not preserved when file
        is saved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7372
        
        Change-Id: I7af3ce29f857d6fa2ceab0350937d91638361e7c

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [8313f68355a7f1f51e930c74f215d823ff086457]

        Work around G_DEFINE_TYPE -Werror,-Wunused-function
        
        At least G_DEFINE_TYPE from glib2-devel-2.38.2-2.fc20.x86_64
        /usr/include/glib-2.0/gobject/gtype.h defines unsed *_get_instance_private
        functions.
        
        Change-Id: I47211b6451d9699c7b8741555f3ad11a09e411bf

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [21470348109ab7b91d2147535d72728736c5b43d]

        Filter out GCC-ism for Clang
        
        At least mariadb-5.5.34-2.fc20.x86_64 "mysql_config --cflags" somewhat
        unhelpfully includes GCC-specific -fstack-protector-strong which at least Clang
        trunk towards 3.5 does not understand.
        
        Change-Id: Ic38104323b6d9275384effdf21d1885c0720edb0

2014-01-13  Eike Rathke  <erack@redhat.com>  [9570a27d3e2f56e9046a8bfacaafe9e3c9744ac5]

        resolved fdo#73555 compile statistics templates using English grammar
        
        The statistics templates' formula expressions are setup using English
        function names, so compile the resulting expressions using an English
        grammar merged with the current address conventions.
        
        Change-Id: I7c782a42d007daeaaf99463beb8aa580c05c7363

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [01f3186c4b8357e7a3784e0249aaee1af381f609]

        SvTreeListBox::ExpandingHdl should return bool
        
        Change-Id: I39a854910299ab2e7c64beabda381bb9f0bd2891

2014-01-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [b23867abd8427da361dfa5edb9b41fbbd064ae10]

        fdo#73247: Code fixed for Shape rotation not preserved in RT
        
        Problem Description:
        - When we create the shape with text, rotated it with some angle,
        the rotation angle is not preserved after roundtrip.
        
        Implementation:
        - Use the FrameInteroGrabBag to preserve  the rotation angle.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7367
        
        Change-Id: I8a44e82d21f08ecb221cdbfef73f02a652f2bad3

2014-01-13  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [c4ff46485f0461de6a2804ae859dbbc81b6af105]

        fdo#65833 Fix to preserve VML Canvas Information
        
        Grab-bagged the "editas" attribute of v:group and added UT for
        the same
        
        Please verify this fix on MS Office 2007 as it renders the mc:Fallback VML part
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7335
        
        Change-Id: I4e4456997621089967514009005ee775b71d6d69

2014-01-13  Adam Co  <rattles2013@gmail.com>  [4a68f12691d4fd77652d824ccb4147e8ce643182]

        Renamed 'SwRedline' to 'SwRangeRedline'
        
        This is in preparation to adding more types of 'SwRedlines'.
        
        Change-Id: Id61217ed3c4622f7689427ea9f30e364f6bb65d1
        Reviewed-on: https://gerrit.libreoffice.org/7410
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [dbd42432c7b8f8149080bb13b103b35f2532eee8]

        fdo#69613: Code changes for TOC with flag '\x' should get preserved after RT.
        
        Issue :
        	TOC field flag '\x' was not getting preserved after RT.
        
        Implementation :
        	Provided import & export support for TOC field flag '\x'.
        
        XML file difference :
        	In document.xml,
        
        Before:
        	‒<w:r w:rsidR="00A9725D">
        	‒<w:instrText xml:space="preserve">
        	  TOC \o "1-3"
        	</w:instrText>
        	</w:r>
        	‒<w:r w:rsidR="008A34F6">
        	‒<w:instrText>
        	  \h
        	</w:instrText>
        	</w:r>
        	‒<w:r w:rsidR="00A9725D">
        	‒<w:instrText xml:space="preserve">
        	  \x
        	</w:instrText>
        After:
        	‒<w:instrText>
        	  TOC \x \o "1-3" \h
        	</w:instrText>
        
        Conflicts:
        	sw/inc/tox.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/unocore/unoidx.cxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/ui/index/cntex.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        	writerfilter/source/dmapper/PropertyIds.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7257
        
        Change-Id: I8f196446a3beb8deea6b7ddde50e16c9cea73cd9

2014-01-13  Maxim Monastirsky  <momonasmon@gmail.com>  [1b00be2ed1f911aec07ab2ef9432168cfa333c6d]

        Keep in sync with desktop_strings[] in salplug.cxx
        
        Items should have the same order. Only that way KDE4
        will get the correct icon theme. (A regression of commit
        cea7cca5c8db3f273ed2c14efde45ff0e73dee7a)
        
        Change-Id: Id8ba6fadd312d5ff782de7011694fc58cdfae312
        Reviewed-on: https://gerrit.libreoffice.org/7288
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-13  Ulrich Kitzinger  <ulkitz@hotmail.de>  [2f2d9e3799d041381565ac1ef6e7a8c8a065871b]

        Let the list of bookmarks in the 'Edit bookmarks' dialog be resizable
        
        Change-Id: I09279f4d35238e6ab2d7b3e27e711dfe7fd74211
        Reviewed-on: https://gerrit.libreoffice.org/7399
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-13  Stefan Ring  <stefanrin@gmail.com>  [4bde4a0d56721dc7cbcec454db7c8def9040cd40]

        Translate some old german comments
        
        I doubt that they will actually be useful, and I mostly don't understand what
        they are supposed to mean, but it's still better to have them in english.
        
        This changeset is meant as a test patch. I intend to do a few more translations
        if this goes well.
        
        Change-Id: I6530501b1307aef352dcc851f6536645afeaaebf
        Reviewed-on: https://gerrit.libreoffice.org/7343
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [06e3fdebeafc51dbb7c441de4f91570ef9b84d4e]

        writerfilter: clean up redundant bool
        
        Change-Id: I10d514617bf06c677ef5cc0bb9d6d6250abe911b

2014-01-13  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [5b6a41f44663590a878abed3d857d762ab3c4895]

        fdo#69613:Fix for TOC field flag 'b' should preserved after RT.
        
        (This is partial fix for this bug)
        
        Implementation :
         Provided import & export support for TOC field flag '\b'.
        
        XML file difference :
        Before :
        <w:instrText>
         TOC
        </w:instrText>
        
        After :
        <w:instrText>
         TOC \b "bookmark111" \o "1-9" \o "1-9" \h
        </w:instrText>
        
        Conflicts:
        	sw/inc/tox.hxx
        	sw/inc/unomap.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        	writerfilter/source/dmapper/PropertyIds.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7256
        
        Change-Id: I194ba95ca8f25234c0d2a14570fd47eac518b9c5

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [a66b24f3cb53269e5a453ffc6102a83344343f54]

        -Wunused-variable
        
        Change-Id: I1913eaf265a4cbe8a8658c9b465a6f0e6b53f7e5

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [6d2ffbaeced98769912f2b4769fc23093b3d8d7f]

        Related: rhbz#1047871 conditional formatting doesn't fit on screen
        
        Change-Id: I886030c056fe802279f9e16c6f85736b0c4587c6

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [09dc5813591343fde6959db9f7986d37ae3fbd31]

        drop unnecessary tools/string.hxx includes
        
        Change-Id: I2439ed19b554381f80e882aacbac05167622df92

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [e13b06b129bb8b7860f7f5b2870d337e90512c12]

        ReadUniStringLine never called without explicit length
        
        Change-Id: I1811cf798a9e4b9d2704cccb59213034d2dc2626

2014-01-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [8e634d0d557bcad6bf56adb30d202e88675f17d1]

        fdo#69613: Code changes for TOC with flag '\w' should get preserved after RT.
        
        Issue :
        	TOC field flag '\w' was not getting preserved after RT.
        
        Implementation :
        	Provided import & export support for TOC field flag '\w'.
        
        XML file difference :
        In document.xml,
        
        Before - <w:instrText>
        		TOC \o "1-3" \h \z \w
        	</w:instrText>
        
        After - <w:instrText>
        		TOC \w \o "1-3" \o "1-3" \h
        	</w:instrText>
        
        Conflicts:
        	sw/inc/tox.hxx
        	sw/inc/unomap.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/ui/index/cntex.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        	writerfilter/source/dmapper/PropertyIds.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7238
        
        Change-Id: Ia5d602c6db0b59933d325058ce2d8111e4f03df5

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [a401dc5dcf2a5a4e8f427d3077d473be72ebbcf2]

        SalDisplay::Dispatch shall apparently return bool
        
        Change-Id: I46ab0ef04b598a4154659f9a1e1cbb2164023b63

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [3c8d74eb3f853e3fa00afae284ae391caeb143fb]

        Handle osl_createThread failure
        
        Change-Id: I58144461d3941359f8ea6c2bd547486b2c8ae81a

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [a675873cb2bad78a5da3e3b089bebf01ca60f898]

        fdo#73436 Let SdXImpressDocument handle css.drawing.* requests directly
        
        ...instead of handing off to base class, so that potential wrapping in SdXShape
        (in create) is not skipped.
        
        Change-Id: I57fb10ef478688a5a0c1c3c736efbd55a7172423

2014-01-13  Michael Stahl  <mstahl@redhat.com>  [c6d5433c673f592c3fda4270df66fff6c667d021]

        Revert "fdo#32530 calc:alignment depend on 1st char direct"
        
        This reverts commit f08c1edc0a99e0c29fb1614162d3e88c5660e092.
        
        This commit causes sc_macros_test to fail with "Assertion
        `!"meHorJustResult does not match getAlignmentFromContext()"' failed."
        and Eike has expressed some doubts about it too so revert it for now.

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [2b7d8a50fe9f47d64af959aa170e47cb5c8ae5d4]

        longparas: stop tuncating large html files
        
        Change-Id: I0ad9422d574c8629953fd95f0d334617c042c60f

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [57ec4a841a9bb5c0db2f6eeb7aa5a6bde98de008]

        longparas: drop xub_StrLen from fields
        
        Change-Id: Icd6dbc9b374df3e528dc22afa07be72d7fc89ca7

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [62b2451a1dff3b91c23a7083dbf6252984ee3d29]

        longparas: weed out xub_StrLen in pdf writer
        
        Change-Id: I3570f653ec44edcf0a215ffcac2017b9a5a3544a

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [9407f45186dde4be86ed6f8360098903da79b730]

        longparas: STRING_LEN here means text len, so expand to just that
        
        Change-Id: Iec55f8976ca180e380c9679c561aae61c0607520

2014-01-13  Tsutomu Uchino  <hanya@apache.org>  [77e7702250359f9398737e3a4af1bb9b4cc9c1c9]

        Resolves: #i72591# fix from mouse button to mouse pointer...
        
        in documentation of mouseMoved method
        
        Patch By: christianjunker@gmail.com
        (cherry picked from commit a66c0e11c326a072f0cb609af35d5e9d77fd3b63)
        
        Change-Id: Ia39fc56d4459f303cd48e5654d8ff35155cceb4a

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [0198f54d25e6ec939ca4f341169d0c90d47b56d1]

        longparas: make OutputDevice::GetGlyphBoundRects safe
        
        Change-Id: I3dbb42b14a03c5bd98ebc1f67963ffe4c5e4b6b8

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [b78d6544eb7751af55ea302535efe42650d26353]

        Related: #i91494# same for CTL as CJK
        
        Change-Id: I6dc5a720762e7c3cd7ccddeb607c386b7f68178e

2014-01-13  Tsutomu Uchino  <hanya@apache.org>  [c1516d668f3f9c86de2f6e9c4bce60f152c7eb32]

        Resolves: #i91494# use the same font height for CJK text...
        
        with Western in drawing object on Calc drawing layer
        
        (cherry picked from commit 0635f5cb82f0bb0717b8e74cded79a6fbb0f064c)
        
        Change-Id: Icc5f4e5a51a9b1d3a3f7f9715e3192015996c4fe

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [30bb1eddba2b4a36b4354303ffcb37a3a15f38a6]

        longparas: drop 16bit string limits in meta text actions
        
        Change-Id: I35144034f002cdaaa759a84731aae5fa48c6aa5a

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [2265c8789c9587a447cb3ce5479b5450c9e1376a]

        longparas: STRING_LEN gets expanded to string len, so just use str len
        
        Change-Id: I161a94b58c328988bfbfac2922a12d79ec83a9eb

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [deecab601a0512c2f621dc070b0ef5f3d6905370]

        longparas: xub_StrLen->sal_Int32
        
        Change-Id: I171caa791e1d2a0baa4444a460a7f20ad5428571

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [c364fc1fc3555fc26dbcc04feaac2436cb8b6b7d]

        longparas: xub_StrLen to sal_Int32
        
        Change-Id: Ib3eb5f9df112696b326bb30e4deed49d37f30c86

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [1b7a5c634a22dee2f7d6e9f3d82820765725943a]

        disentangle CalcSize
        
        Change-Id: I42248ff611dbe7c109076da5d548717898341be3

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [89f7e4ec62dd427168c46e7599f74a16a6a239b0]

        longparas: drop STRING_MAXLEN limit in TextEngine
        
        Change-Id: Ib0f72e1fc0938ca286d0131b7bb1a00499ada7d4

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [3e749d7867a69ce923b1a6d30f08ec5acc0eb7eb]

        longparas: drop STRING_MAXLEN limit in TextDoc
        
        Change-Id: Iabe74f423c2d65bad637e56e5ab44dd808d41df1

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [2a44ab09d744dd719a26f6ddab0e45473176414d]

        longparas: STRING_LEN->EDIT_NOLIMIT
        
        Change-Id: I4ca1875bf4afa228c1617b4590a3a56f71de57c8

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [9ceccaaa4d7d475c7d5d0800805ac94c5a965765]

        longparas: xub_StrLen to sal_Int32
        
        Change-Id: I93af34cd936510ee14ca1eead55a7abc3036554b

2014-01-13  Caolán McNamara  <caolanm@redhat.com>  [cd4a1e79cdb36eb63f0fad6e6657fbcb63d4008e]

        make mnCursorPos a sal_Int32
        
        Change-Id: I37743b6c310acc70ceb9d08f502dcd7a96a436e4

2014-01-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ae3ad21422da1ed9693bdc9d14a06b15657c11f]

        DOCX export: fix nested comments
        
        Change-Id: I9e252ab5645de8f88d0d4c6c0023402d86dd2e9e

2014-01-13  Stephan Bergmann  <sbergman@redhat.com>  [38ab09ecea3a983b315c6a69b1a941e45a933320]

        Clean up #if GTK_CHECK_VERSION(3,0,0)
        
        Change-Id: Idad6d064a20b0be83aebb8bf72013a65acb2d322

2014-01-12  Julien Nabet  <serval2412@yahoo.fr>  [a14b4d2dfdadf25ed1fa1b75f959e8817036a86e]

        cppcheck: fix some redundantAssignment
        
        Change-Id: I9ea73bada743b195d778b17038137e9089d03404

2014-01-12  Julien Nabet  <serval2412@yahoo.fr>  [df1005452c32482e4fa4c312b9dcb9418519f63f]

        cppcheck: Add missing right parenthesis
        
        Change-Id: I960ac0348bda310652edf36c0acc08f26c328946

2014-01-12  Caolán McNamara  <caolanm@redhat.com>  [69a945d0dbc58c150cbede8d35a189eefe8f2367]

        longparas: these 0xFFFF are STRING_LEN
        
        Change-Id: I9501efae520a994baaf675f70f3570d9ba3233aa

2014-01-12  Caolán McNamara  <caolanm@redhat.com>  [f042e84e63d14fca4252235d7b9a68b1cb1074b4]

        longparas: nStart and nEnd are always overwritten
        
        so simplify to the reality, which conveniently removes some
        hard-coded 0xFFFF and STRING_LEN uses
        
        Change-Id: I4fc014a972f6a157c18f8194c410b7cbff03de4a

2014-01-12  Caolán McNamara  <caolanm@redhat.com>  [ad4f00a992f9df5d0e7051a44e2f714ad8e03d2a]

        longparas: raise 16bit Impl_IMEInfos limits to 32bit
        
        Change-Id: I2196119a8205892724f0d8b75a05940666839642

2014-01-12  Caolán McNamara  <caolanm@redhat.com>  [40a8208e678b2c00b7be63ac53cb76550819abc5]

        longparas: raise 16bit cursor pos limit to 32bit
        
        Change-Id: I08e4e954d4f07800d23b50d3fc933b1d2984eca0

2014-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [c253a64e5597ca2273000a7d4023e4765d203fe2]

        writerfilter: drop most never generated FIB tokens from doctok
        
        Keep wIdent and lcbSttbfUssr for now, as they are special being the
        first / last.
        
        Change-Id: Ib6172fd0b76c4a9e8fbe1ebafc20a7adcb105eab

2014-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5cb8eeff64522900b997eeafa6b478ef225f0d3]

        writerfilter: drop no longer generated rtf:lcb* tokens
        
        Change-Id: I41932633caacb3eaaea390064b8127418d18a0bf

2014-01-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd0934b000a089e2922dd05e88ce9c25c0755b79]

        writerfilter: drop no longer generated rtf:fc* tokens
        
        Change-Id: I687ffe2291a5c49f35adca2effb105ac2906d158

2014-01-12  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [f08c1edc0a99e0c29fb1614162d3e88c5660e092]

        fdo#32530 calc:alignment depend on 1st char direct
        
        depending on the first char text direction we'll
        use the appropriate text alignment as Mr:Eyal suggest.
        and what Mr:Eike have done before.
        
        Change-Id: I87ead619e9eb0c001e4bbd701cb97232fa1da854

2014-01-12  Caolán McNamara  <caolanm@redhat.com>  [3709fe0e2e9336787f3d18b8ae4a1ff2ef5608e6]

        mnDeltaStart is unused
        
        Change-Id: I4f970a150b8ecf6e5631c89ae78ae97134c78d7c

2014-01-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [cbe7ab3d6188e725414cbb15ca534f96fe51d8c7]

        Updated core Project: help  63d3d0a24085e9bbad5518be9d13284e0b1bfa06

2014-01-12  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d058bf0f3f365549ab04139a7f44d97e102f987e]

        Startcenter: no need to set helpids manually (new widget layout)
        
        Change-Id: If7a9f6f0538c33ec1eca3f33f23ad6a76908a98c

2014-01-11  Andras Timar  <andras.timar@collabora.com>  [c34b7ab1707935dd47d4a02951b67f1aa2afe353]

        Updated core Project: help  c519af849a7e6c3cdc61080c3395697f66344ea3

2014-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e4abd7e06425a468107a3f1ad6808a246cf2078]

        Related: fdo#67386 RtfSdrExport: fix crash by respecting size of aVertices
        
        Fix a crash that happened when nSeg was something huge, and we tried to
        read uninitialized memory when reading more than nPropSize.
        
        Change-Id: If9fe9e903678794106b10d8eb0dac6050b77d6b7

2014-01-11  Zolnai Tamás  <tamas.zolnai@collabora.com>  [8d29a02d768872d83a43b9fe39e5482070229e5e]

        Updated core Project: help  0f7b9d00562b8d87d1fb12bb21555907d3f0e874

2014-01-11  Caolán McNamara  <caolanm@redhat.com>  [f3f6629a2ec9fc5f02d2102f2b4c6407f851208c]

        longparas: OldTextLen and DeltaStart are unused
        
        Change-Id: Icfcbfece1954675cd4b8882f66726d80b7315e61

2014-01-11  Caolán McNamara  <caolanm@redhat.com>  [cea2bd4d2d4601c22b6706c3ec334c4ad8b55c2d]

        longparas: unnecessary xub_StrLen cast
        
        Change-Id: I794faf7ba0c2dd32b0c846dd1cf6d1825cf8b63c

2014-01-11  Caolán McNamara  <caolanm@redhat.com>  [3a81e90a45e361bef3dbacf533f6a5ddf7e901fa]

        longparas: lift 16bit max edit length
        
        Change-Id: Ide74f0a48f06cbe9539f16ef6c6d04bba043dcf9

2014-01-11  Caolán McNamara  <caolanm@redhat.com>  [f8f18871b0293e8a8b5a9fa24a99e44902946ff4]

        longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32
        
        Change-Id: I25fcfc3ae5a599bbd7ebef3071895ec9dbf2949e

2014-01-11  Tor Lillqvist  <tml@collabora.com>  [beaa383389a4e66b914c0fad1ed8ee3a0339d848]

        WaE: unsafe mix of type 'sal_Bool' and type 'bool'
        
        Change-Id: I9b09447dbc91c130827d1f38537b5703689e12fa

2014-01-11  Matúš Kukan  <matus.kukan@collabora.com>  [a0d1d74e118a4dab9206ed907e516677bb1cdb57]

        Add -fdata-sections for Android.
        
        Change-Id: Id76fa23c0203028c52fb63f5cbc80ac12c4e20f2

2014-01-11  Laurent Godard  <lgodard.libre@laposte.net>  [20ecc5b59d757307fbc9c3222af2a34ab8fb5bde]

        correct loops in UpdateNoteCaptions for notes
        
        Change-Id: Icec072eea61a194d72ce00c58dfbd85b1ec85abb
        Reviewed-on: https://gerrit.libreoffice.org/7390
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2014-01-11  Tor Lillqvist  <tml@collabora.com>  [90f194ea050db6e9414e0047282ce87a67735d82]

        WaE: unsafe mix of type 'sal_Bool' and type 'bool'
        
        Change-Id: I6d9910d33b34672d412f3346ee9dd131610215d0

2014-01-11  Caolán McNamara  <caolanm@redhat.com>  [b4bff4a978247e19f2a9ff02718ef87148f78d01]

        longparas: shouldn't need to split strings in textview anymore
        
        Change-Id: Ide2d0ba95e4ef8bf1500f086bd03b7a1590a2848

2014-01-11  Julien Nabet  <serval2412@yahoo.fr>  [0d1f724f9645e7ec0da6a4c3a1c22d0dcf785cb6]

        Resolves: fdo#72277 https CMIS Alfresco "The specified device is invalid."
        
        Change-Id: I34f8b5e19d9bea0c6d98a7f3258b67e82c50e1de

2014-01-11  Tsutomu Uchino  <hanya@apache.org>  [10e3880eb10d8e5c08bd7a254577ba4b0bd25534]

        Resolves: #i42309# change behavior for equal button of input line...
        
        according to the current content of the cell
        
        (cherry picked from commit ff1d1ea1f5f15ce7888957d09f4783d8055c7654)
        
        Conflicts:
        	sc/source/ui/app/inputwin.cxx
        
        Change-Id: I054aa55de14e2dec5a9ace1124d7eb6aa261162f

2014-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9b653f780a60e8d302c8981ba58ef2f66a52811]

        writerfilter: drop no longer generated rtf:LCB* tokens
        
        Change-Id: Id033f1b893e323cbe735eac58d40ec0e0408ed85

2014-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffffba0e53b890c975f845a2cc6f09ebbf0f9301]

        writerfilter: drop no longer generated rtf:FC* tokens
        
        Change-Id: Ieda5fa48455cc99a3a37c202514976c7d6345f6d

2014-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [76471e74c0e8a374dbdaca21d585197aac34b3f4]

        writerfilter: drop no longer generated rtf:{LayoutInTableCell,dff*} tokens
        
        Change-Id: I5300e96d22cc2bff7fa336970f97989af07f150f

2014-01-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0929dfa83ca4dbc675c74854566ce4e25def0dbd]

        writerfilter: drop never generated rtf:{XAlign,FHDR,YAlign,XRelTo,YRelTo}
        
        Change-Id: If74fe4d049c9d79fbacd96e028f4efb6a0b105e2

2014-01-11  Petr Vorel  <petr.vorel@gmail.com>  [92bc402aa9e036d2ab4fb64a89f351d7cee89495]

        cleanup already removed items from unusedcode.easy
        
        Change-Id: I36648ef659e5d6a49ecd4874826bed009b5296e3
        Reviewed-on: https://gerrit.libreoffice.org/7328
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-11  Tor Lillqvist  <tml@collabora.com>  [76702bc75d79dee09a01c57c68e49efa5664c355]

        Bin leftover printf
        
        Change-Id: I5469199841dc56e93ff82fe5c3b722d43e766240

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [5ac26a7f0054ca3d1af41f3483dc0e32a343bb96]

        Resolves: fdo#73260 fix Registered Database single tab dialog
        
        Change-Id: I71bfe44b3d1f88a44a2c53b10c6880c2a3a4ede0

2014-01-10  Petr Vorel  <petr.vorel@gmail.com>  [957676441635d236743b61ccb74128821d07d0d0]

        remove unused code from writerfilter
        
        Not sure whether void OOXMLFastHelper<T>::mark(OOXMLFastContextHandler * pHandler, Id nId, const OUString & rValue) is really unused (tested on linux build seems to be unused).
        If it IS unused the commit should NOT be included and writerfilter::ooxml::OOXMLFastContextHandler::mark(unsigned int const&, boost::shared_ptr<writerfilter::ooxml::OOXMLValue>) is to be put into unusedcode.exclude.
        
        
        Change-Id: I5ae08427e62f89df3d4112486837d8eb5fa752f0
        Reviewed-on: https://gerrit.libreoffice.org/7327
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [32372b8541b665f9c5127c3d0e21742abdf6d829]

        fix title of dialog
        
        Change-Id: Id252755104f5dd8f5590511a267935b1fc434561

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [7b2d1ee5051efd6381485ff66cff3cce91e290a4]

        Resolves: fdo#72814 Fix Chart Data Ranges Dialog
        
        revert part of b193123b8e658d2eb25af5debe9de9e1b2386ef8
        
        That "hidden" column conatined data which is important to make the dialog work.
        If the hidden data is causing a11y problems then it needs to be reworked in a
        different way rather than removed in one place but still being looked for in
        another
        
        Change-Id: I2990ac940a52d97da193af2147f2b61281e11020

2014-01-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3e87471b6815a3cad48cab2ef81073bad5453c56]

        fdo#73484: Ensure that we import all tab settings from Excel.
        
        The old code would not import settings of the last sheet if maTabData was
        not large enough before the loop begins. Enlarge maTabData ahead of time
        to ensure we load all tab settings.
        
        Change-Id: I9093a93ef26ccba9fef06a8929d1d86311f5c55d

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [4e7333c6a66382e740748ee7dd8c48179ba62b7b]

        swap entries to optional checkbox is on last row
        
        so there isn't a hole if the remote control option is
        hidden
        
        Change-Id: I514b76d35ef831f4c74ea43f18b2fa812059cfd2

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [1a25a0c9b506294bc40397d2f1cc860290f1ae55]

        select elements that are to shrink when not enough space
        
        options->language settings (fr)
        
        Change-Id: I32ccb9c7d1b131d91b99ed983cbba46f7d9a6821

2014-01-10  tsahi glik  <tsahi.glik@cloudon.com>  [bbff44e5aac6cb98582ecbab8bb478c54eaefcbf]

        Normalized aqua graphics line and fill colors to RGBA

2014-01-10  Thomas Arnhold  <thomas@arnhold.org>  [28412c1d477b43397f684aea9af7557ddcbce3a5]

        restore original comment
        
        Thanks to Sven Wehner for pointing this out.

2014-01-10  YogeshBharate  <yogesh.bharate@synerzip.com>  [ec5903ddb6165f0882aa1ffe4f3ff3e1c1127910]

        fdo#69613: Code changes for TOC with flag '\z' should get preserved after RT.
        
        Issue :
        	TOC field flag '\z' was not getting preserved after RT.
        
        Implementation :
        	Provided import & export support for TOC field flag '\z'.
        
        XML file difference :
                In document.xml,
                Before - <w:instrText>
        		     TOC
        		 </w:instrText>
        	After -  <w:instrText>
                             TOC \z \o "1-3" \o "1-3" \h
                         </w:instrText>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        	writerfilter/source/dmapper/PropertyIds.hxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7217
        
        Change-Id: I84f90a722c7afbdf626db2cc60c4e73580891d36

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [f60b61b2cf87e89938c760877a56bc4dd5c577a9]

        dbaccess: ODF export: set "Version" property on target Storage
        
        ... like SfxObjectShell::SetupStorage() does, and not on the property
        set that is passed to the XML export filters where it probably does
        nothing.
        
        Change-Id: I21da1b92fc921eb47e492169e69ef15ac2f0e19d

2014-01-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d1846cd8d4530d620b996f27a0ea7ab0c91639b5]

        fdo#72005: Add @since tag to the API documentation.
        
        Change-Id: Ib59648f1427e3d6f662f7c4eddea66ad03817dbb

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [76a0b3170664b19c3eb66edc8fccb04dc5485387]

        Resolves: fdo#35779 set the bg color of the editeng from the text shape
        
        Change-Id: I75feaea2dbd6c703cb3093c119a69985ecd89419

2014-01-10  Caolán McNamara  <caolanm@redhat.com>  [e068dfc6fb42a8017afdb9347692c9fdcd3fdf1a]

        stray FOO
        
        Change-Id: I3185356d9c61f730c613b5a4b7e62d510bc0424e

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [70863f08d83dec5c9ee51d06b64bbca59e9daaef]

        Use bool
        
        Change-Id: I2d06ae03650b318a1318d0e2b026352e22404fdd

2014-01-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10840ad753b60886ea5175060cb0ec2a77e1579a]

        fdo#72005: Insert the border rectangle to the bottom of the stack.
        
        This will make the border and fill shape to be drawn first, then everything
        else drawn on top.
        
        This commit may look large, but it's actually a very trivial change. The
        important part is in SvxShapeGroup where new methods have been added to allow
        different insertion positions for the new shapes being inserted, and have
        the chart2 code make use of it to insert the fill rectangle to the bottom
        rather than to the top.
        
        Change-Id: I999160daf6fc9ce3d7e641f57b1998543df1cc4e

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [fe23abd3812e08015facbbb2eb725dd990d63fa0]

        Be explicit when using bool as integral value
        
        Change-Id: I3a6b9df9b1b6c48d5db506942d651f66cefdaa18

2014-01-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [340e70e248824a3a4959fa1dee90c5650f257ae8]

        fdo#72947 Startcenter: handle file urls and non-file urls on a different way
        
        Thanks Stephan Bergmann for the idea.
        
        Change-Id: Ifdde1b7eaaefd30a176c47385bc9bfec48d5b86c

2014-01-10  Tushar Bende  <tushar.bende@synerzip.com>  [9f9c2bb4d5907be5726f50cfd5dfa8ae1d251dcf]

        fdo#69613: Fix for DOCX Export loses Table-of-Contents flags
        
        (This is partial fix for this bug includes flag 'f' processing)
        
        Issue description:
        Export logic for all TOC field flags was enclosed inside
        if( nsSwTOXElement::TOX_MARK & pTOX->GetCreateType() ) in ww8atr.cxx,
        which gets true for 'f' flag, this was the reason if there is 'f' flag
        present in original doc then only other flags like \o \h used to come after RoundTrip.
        
        Added Unit test case to verify even if there is no 'f' flag in original doc,other flags
        eg. \h is getting preserved after RT.
        
        Conflicts:
        	sw/source/filter/ww8/ww8atr.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7203
        
        Change-Id: I29d22b363cc91ae5fabffca959786134bf1ba1cc

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e7a86f2d68adb40807deba29a57792a2e3d1f319]

        Use bool
        
        Change-Id: I2f1c543b106e24ff49f876dbb3d8e94f4ebf03ba

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [680a5290a0c7c1caf85641251a40664247e83129]

        Use proper bool operations
        
        Change-Id: I758a84205044e51f1af6b18f145e2033f32921e1

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [99ffbb9dc1c06704f3e259ee9765fbeb408b1629]

        EndDialog takes long nResult, not bool
        
        Change-Id: I04210f48f091a652b7867754484a9c5dd6b19471

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [a53cb5d7b49c0d4ae298805caea7b0f023612ed2]

        Use bool
        
        Change-Id: I38f7ec288b907e889c71821cfbfac46a9688ba0c

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [3c232d2f86f6944a3d86df0d1f710491cee1b064]

        Use proper bool operations
        
        Change-Id: I5b4af4fbd9d286393d8553b9346ad7e74f690a85

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e2d4ca69ab8dd90c2eaec0cede1e5aed4a092611]

        SfxItemSet::Set should return bool
        
        Change-Id: Icb38319f1307e94ce5c6d43b999a08db1fc38d85

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d1043892df97078546bf9c5ac697bcb65b457cc9]

        SfxPoolItem::operator ==, != should return bool
        
        ...and SfxEnumItemInterface::HasBoolValue, too.
        
        Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [02f72c32cf5e33e28d2b2d63d887c8a429ec2a45]

        operator ==, != should return bool
        
        Change-Id: I73cb672175f49535a3d0e248d9ed970bb5e3be4a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [c83f425af90b26d62771fa2a93d93fc24adc22a0]

        Use bool
        
        Change-Id: I6a300087d28c8a8b7266657df4250864e689075b

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [1a3e7b7d5916a8fa588ca909a7507f59dd86ac74]

        Use bool
        
        Change-Id: I1cb9aa1a06fde24d0b7c7ec0ad56994598ee1d4b

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [dda2d8718193230780f4fa2b964ef62ebaeb0367]

        Massage odd TODO code some more
        
        Change-Id: I0e4fab72a6384eab41eeb1357eaf88be876a6b52

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [dfe74865e07bb5cac1c3da2393348f0163d58f19]

        Use bool
        
        Change-Id: I643f7d13b95c6bb89ee00be706e384338ed8b79a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [78162f005a211ad5d9931ecdb5313654482fdabf]

        Use bool
        
        Change-Id: I1317aebafaae3c80a2016d23f93411a610fa349d

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [79a6d4c7438c8594458386ce0abcca999831da02]

        Use bool
        
        Change-Id: I57cd7ddecc192a82632c62081b57895a86d8758d

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [3abb11b346ff34d501575e67aaf532aca18dddba]

        Use bool
        
        Change-Id: I7b48d8b9e162f9e4447bfcfcc0bbd1158bd35f5b

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [6eeee04bad507a1194bac9709ce4f00322762477]

        WildCard::ImpMatch should return bool
        
        Change-Id: Ib851cbe072bca0d594440cc28164e112d0fe37cb

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [fd30e4a17a0dada462ae6024e6b21459418cba48]

        Use proper bool operations
        
        Change-Id: Ie02ec90ec8c95e6552f0c8f7344b3a6dbfca84ea

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [dbe880051a3c5946fc6b25f9cc5ae3db9b2be796]

        Be explicit when using bool as integral value
        
        ...assuming these functions shall indeed only return 0 or 1.
        
        Change-Id: Ia2071182ade5cdb3c7ea02380285966d6284b6d3

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [aeae24309fa00f02f03192ce0f21aa38d0d718b2]

        Add FIXME for odd sal_Int32/bool mismatch
        
        Change-Id: Ief4a1b2879c36b6e5440d2a7ebea1681f50ff3b1

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [854711a0cf43acdc509d57c3bfae6fd056697535]

        StgStrm::Write returns sal_Int32, not bool
        
        Change-Id: Idfc30d55a0c282c9869a6470ca99ac9cb7f6b817

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e99477a059db544c2950679f22b44972c0f16f37]

        Use proper bool operations
        
        Change-Id: I93aef8d7c1824d906919a5d7043709fbf1586c3a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [7cc255c9df1483d75fbe340ab9407b6b887ffaea]

        Use proper bool operations
        
        Change-Id: If9d439faba5a02b50152dfa1090b9eb1afa0fc18

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [fb9470825cced21a4f46203eac7bf302b809abdf]

        Use bool
        
        Change-Id: Iae455f53f8317eecb8edc38d111c9ef7398a36fb

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [f121dd39251e9696ec601e29dc5077a3928e99d1]

        sal_Bool -> bool
        
        Change-Id: Iacfeab2cc6fb8bb85b964a995c5df16d03ed2e53

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [20cf2d93fb25d965308865802b1d4e67e682722f]

        Use bool
        
        Change-Id: I46c30a62fb39c2223a369f91010a860372efc72f

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d293fa9e217f778815ae114e7c7778dfc26e4525]

        Use bool
        
        Change-Id: I12f0a6331c435c1eac692e5c20a173ce84830290

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [f762bed1bddcc76a086a126bbafec816a16ddc7b]

        Use bool
        
        Change-Id: I4349f4560ca34610351f4f07ff6e406e09b488e7

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e3ed45b62fca4d08bfc9c2eaefc19ad72e637430]

        These should probably use OBJRET_FILE_OK instead of true
        
        ...given the set of four OBJRET_FILE_* defines that apparently shall be returned
        from these functions.  Also, the only place that looks at these return values is
        the switch in LoadDrawingObject that does nothing for both OBJECT_FILE_OK (== 0)
        and true (== 1) anyway.
        
        Change-Id: I04770071cd2f8df34328efce7aa1c533948a00af

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [b6d5125004e61ebd76193321f882c7f6d41f47b5]

        Unused macro
        
        Change-Id: Ib5d70010aab13a3ab8ca67284aa0af1736e8017a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [52976d3a9f693548f4f833f56f7d029baddf3389]

        HBox::Read should return bool
        
        Change-Id: Ia262ab66ecf1da38f9bcf8bf34763aff85745423

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [581cfc49baddae96b12ed29724e929a2ded1e886]

        Use bool
        
        Change-Id: I161d250d4621dbdf487eea1a66773339b8005412

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [55663afa0ee1cf36968b278d81fc8ad686de5435]

        Use bool
        
        Change-Id: I703bd28163f4ca1a6c8a4e818b0472aa809bdbad

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [1acab105ba508b559d98600388b4d6be39dfad05]

        Be explicit when using bool as integral value
        
        Change-Id: I301ff695359cb7e29269f1b99db0c3a547fd4c9f

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [ae83e285473f703958c21e23b2a455e6646d8542]

        Be explicit when using bool as integral value
        
        Change-Id: I996608c4e5c533e6579aa2304ad57f066a1cb216

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [5c6e5ff74551e42afceb485969b2484c7c5fea5e]

        Use bool
        
        Change-Id: I5b372ce78268d16fc629a47228875d31a298e189

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [ca2888fd9ef5547410d616ef1a19e94bfe3fe37c]

        Use proper bool operations
        
        Change-Id: I674ee59803fa5a1987787cf98f369dee63729adf

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [302898d09c3b69ec158ab1ab2a41a68585362786]

        Remove odd code that does not make any sense
        
        For one, NPPrint.mode must be either NP_FULL or NP_EMBED, so assigning TRUE is
        odd.  And for another, the value of printInfo->mode is read again in the next
        line, so assigning anything to it here looks like an error anyway.
        
        Change-Id: Icd5a7ceabd07ed8b716e2fc90b214b7da5301451

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d7fbf7379c5fbb0d8e43d78d4caa75df1e852535]

        Be explicit when using bool as integral value
        
        Change-Id: I21e24bd39a0872df3077d45c257251c253957489

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [300cf0a0bc4512530e135f997ab8a26dba70e600]

        Use bool
        
        Change-Id: I7b7be27bc2e6fe73811b800945d7c6dbd8248034

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [b50a3a369639e345f784b42c294d31795fcfc12a]

        IsoLanguageCountryEntry.mnOverride is LanguageType, not bool
        
        Change-Id: I7575952918fd28c60bb48bfb6b97df210dca8de2

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [b833876805f7ce6670c618dc9cd6b68ded97a8f7]

        Use bool
        
        Change-Id: Id6c1f1d4e4ee7aa29f16ef6930c1eb3d4a3a411f

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [f276c0057c81daaa71f4b5e380f045d6b576db42]

        Be explicit when using bool as integral value
        
        Change-Id: I0712b56dbcf8508876ed6eca5e0f02d85b35af67

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [cedba3ffd897139a79d90d0e7192e5dd91aa7f14]

        Use bool
        
        Change-Id: I4c05c602ecdd77d07e8106387270bf01718e975b

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [21eae4b202c40e09db2bba3a2b249716a0d94cd3]

        simplify
        
        Change-Id: I564ef5ebf16c0ee50da69f3d8b97a5452a1cd0b8

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [ed6a2f3bb94b4ffdb2fe95e167fcb0ce38a4cb58]

        Use proper bool operations
        
        Change-Id: I6aa9cf5cb7fde0a0bb2902a0b2a9e091ed6d94ab

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [81cb6a7fbc315d3287e7a485b73a1b66dd4478ef]

        [API CHANGE] cppu::Enterable::v_isValid returns bool
        
        While strictly speaking an incompatible change, it is extremely unlikely that
        external code uses cppu::Enterable at all; this should always have been a
        private URE implementation detail.
        
        Change-Id: I2c3fe754fe6268b18ca03532229f3403736f6f6e

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [8471b35688d82181e8cd68095fb98d16d3cd7784]

        Be explicit when using bool as integral value
        
        Change-Id: I22ee35d8c26ac119b35ba6c85c06199539b0c9d7

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [6455415c7c97967caa85e455e607876b03dc5ce1]

        Use proper bool operations
        
        Change-Id: Ibd904ce1061814e06cd64db607de6f5cfeed1c2a

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [2c5b0bb34536481a576db28528889d3513dc2fea]

        Avoid code mixing bool with other integral types
        
        Change-Id: Idf75d03a302df977a41f688eb48e40de31ff2816

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0743b5ec9af31b972ebd8a3070cc4c6955661295]

        Use bool
        
        Change-Id: I00d347a395bc81e31e1575c453e9e7d2d6eb60ed

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [0d824b5cc1bbd88d6cc46f150ddcb08ac552d320]

        compilerplugins: ignore WORKDIR code
        
        ...which is typically external or generated code and causes warnings that
        we cannot easily fix.
        
        Change-Id: If86ecd96c069ec23c6b3d7f5c32bf962397393e5

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [f08b4f611634994539d78f05b8493dd7dc5478c5]

        Use bool
        
        Change-Id: I572eec828396fc1efd493d6ba6ac08679dfca3cc

2014-01-10  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [b4e9e7726f0c67938e8b80e6b7c2883459d0b533]

        fdo#69613 DOCX export: Fix for '\o' flag field should export once.
        
        (This is partial fix for this bug)
        Description:
        TOC flag field '\o' exported twice after roundtrip because the export logic for '\o' is repeated in ww8atr.cxx.
        
        XML file difference
        In document.xml
        Before :
            <w:instrText>
             TOC \o "1-3" \o "1-3" \h
            </w:instrText>
        
        After :
            <w:instrText>
             TOC \o "1-3" \h
            </w:instrText>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7206
        
        Change-Id: I136744927b8d5a48869a2bfc87278bede697c655

2014-01-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b1236dd7e86f40e54b7efb6082fad0967edb92d2]

        fdo#70807: Improve unit test using custom styles
        
        As the bug talks about issues in custom styles, now they're tested too.
        
        Change-Id: I5f727718ec3591e29c44c49750a7c7a0841a8c61
        Reviewed-on: https://gerrit.libreoffice.org/7373
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2014-01-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [1ae9feedf13f20a6c10e7bf2261d1f9257e60f87]

        Startcenter: ignore repeated clicks inside recent docs view
        
        Change-Id: Ia433adb26e820b89c4d207d018d0daf42654b4a0

2014-01-10  umeshkadam  <umesh.kadam@synerzip.com>  [89a3acbdb590c3552a3184137ba0aad7f97f1549]

        fdo#71834: Fix for floating table
        
            Issue :
                - When we have overlapping tables the first table gets
                  exported as a table and the second table gets exported
                  as a DML/VML shape.
                - While exporting, the system starts with the table row &
                  the cell, within which it starts exporting the overlapped
                  table, while doing so the previous table attributes were
                          being referred since the variable was shared.
        
            Implementation:
                - Save and reset the table related attributes before
                  calling the WriteDMLTextFrame & writeVMLTextFrame
                  functions.
                - Restore the table attributes for further processing after
                  having written the shape.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7364
        
        Change-Id: I0052a08c74ffbbebd3eb91a7075a43a4c225b670

2014-01-10  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [3a6fdd146a37a1dbdec56b6a1d4eff3a8a28a3f8]

        fdo#73227: Fix for corruption after RT
        
        	Issue:
        	1] Document containing SmartArt inside <wp:anchor>
        	   tag gets saved with <wp:inline>, due to which
        	   value of attribute "id" of <wp:docPr> gets
                   incorrectly written.
                   Which was causing the corruption.
        	2] LO was exporting SmartArt inside <wp:inline>
                   bydefault. Hence "ids" of <wp:inline> and <wp:anchor>
                   were same for value 1 and document gets corrupt.
        
        	Implementation:
        	1] Added code to export SmartArt inside <wp:anchor>
        	   in DocxSdrExport::writeDiagram().
        	2] Added export Unit test.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7292
        
        Change-Id: I5b2efcba030d1736203cf4571d8498fd87600d79

2014-01-10  Noel Grandin  <noel@peralex.com>  [b69864f3f8c9be2e1f28f4b422074d2040b084a0]

        re-write SvStream operator<< to non-overloaded methods
        
        This is the actual re-write.
        
        Use a clang rewriter to rewrite SvStream::operator<< to methods
        like WriteuInt32.
        Note that the rewriter is not perfect, and I hand-tweaked the output.
        In particular, I had to adjust places doing things like
          (*this) << 1;
        
        Change-Id: I5923eda3f4ebaa8b452b6ef109e726e116235a2a
        Reviewed-on: https://gerrit.libreoffice.org/7342
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-01-10  Noel Grandin  <noel@peralex.com>  [de84529b55f5b295b089043a7119d6b0d8b92408]

        Clang plugin to re-write SvStream operator<< to non-overloaded methods
        
        Use a clang rewriter to rewrite SvStream::operator<< to methods
        like WriteUInt32.
        Note that the rewriter is not perfect, and hand-tweaking the output
        is necessary.
        
        Change-Id: I0291c8192ca74d6334ed3cf8cb713212b2f0c67d
        Reviewed-on: https://gerrit.libreoffice.org/7307
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2014-01-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [14c8638a82624bafaa4d16fc41d7c2c1984ecad3]

        Updated core Project: help  72d802a9eb9fb042e18ad74dc15c956a301b0462

2014-01-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [60c7ed80643a6c397feebdd1492d6c3ef4d810be]

        fdo#72947 Startcenter: display more userfriendly file urls in tooltips
        
        Use INetURLObject to get a readable url (it displayes special characters
        too). It is a side effect that 'file:///' prefix disappear
        which seems a good thing.
        Plus some cleanup: remove second INetURLObject.
        
        Change-Id: I4aab5e2546ae70e5a3d85b12e26e021bfa244999

2014-01-10  Zolnai Tamás  <tamas.zolnai@collabora.com>  [adf932c6569fe9b50883b54f8b959968188476d3]

        fdo#72420 Startcenter: help button point to local/wiki help, ui part
        
        Change-Id: I7ac4b51868d1a5828c810b1ac629d5a56ffb6f50

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [be5131060c6d9d314802ee945e9b99947ad8dfc4]

        sw: fix sw_unoapi UnvisitedCharStyleName regression
        
        Some copypasta in 74593273655e475017bb2bd45aba3c6b132e372d
        
        Change-Id: I2854ea5485153d32a7001f988524f02465d5c82f

2014-01-10  sushil_shinde  <sushil.shinde@synerzip.com>  [a37043b8d1508b3a3a2844e9092e4af05d726f28]

        fdo#72520 : Exporting embedding data folder from grab bag.
        
        Change-Id: I3eeff18f0f39f97c2d0fc95eba427b478c95e80d
        Reviewed-on: https://gerrit.libreoffice.org/7213
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-10  sushil_shinde  <sushil.shinde@synerzip.com>  [0e114b9967ddfb490cd9865220520701004db7ab]

        fdo#72520 : Added embedded data of docx file to InteropGrabBag.
        
           - Added embedded exel sheet data for charts to grab bag.
        
        Change-Id: I7f52b56de2306671fea9247c8a789c0e2a5a8874
        Reviewed-on: https://gerrit.libreoffice.org/7211
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [ae8e579515fff84cbef1ccc2da78fa769fb079ec]

        scp2: fix windows build
        
        913bf64b0bf1330a5055c26770faedf2ad7fc3c5 had some issues with redland
        stuff that is built as Library on windows, and the libxslt package is
        actually called "xslt" for unknown reasons; unfortunately the buildbot
        did not actually try to create an installation set so it was not
        detected.
        
        Change-Id: I0437f09228f62b21036a6c26e3d17029d1aab79e

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [dd8961ade2d221663eea695795428867ac38fe2d]

        Unused member
        
        Change-Id: I17e34c4c906416f295d88484ad4e99840453226a

2014-01-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc0bd38051c7c8f4c68a1407aed32a96b2564510]

        fdo#73466 SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access
        
        Change-Id: Ibd74e3b0cd45fa3bf6fd4135866b22acd16e372e

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [d320760dc1c9d6501d84849219b4d9fc6c62b85b]

        codemaker: fix^2 invalid string index access
        
        ...originally the past-the-end checks in destination where always true, and thus
        happend to work as intended for empty destionation, but
        614e04019a672cdd61b86699d99250d80f169f95 broke that, so calling cppumaker w/o
        -O was broken now.
        
        Change-Id: I8d41dfe8d4c12e4a73a9782d4d5e7c9fa4d9df81

2014-01-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [16ae82c772cd818316a19ce303d349657f6cb863]

        fdo#70807: UT to verify used styles in document
        
        Change-Id: Ief2eef638bc3f9e44358addf0d1c655a790834a2
        Reviewed-on: https://gerrit.libreoffice.org/7351
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-10  Stephan Bergmann  <sbergman@redhat.com>  [e6323214830895d1c76ec44ee53990bf577fbda2]

        endSpool return value is effectively success flag, not job ID
        
        Change-Id: I5b96eeff80ca29f0f8f24ee6da7a2ca76cbb05ce

2014-01-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18915452d17d6a0ca431eb07b6f5b9f1deb1e6af]

        Move some of the link related methods to the document link manager.
        
        Change-Id: I9b4a3f31bd973a2b57fae5b44d98258ddad731f1

2014-01-09  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e36c8a674845ab19577fc06d44b780549757e1e7]

        fdo#68961: Check visible range during scrolling, and re-paint if necessary.
        
        Change-Id: I47383cc0c4cf0ec48ce621ba5acac33db44ba313

2014-01-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [deb39c012031b7981360665cc19dc81d3342a3ad]

        fix help packaging for Mac OS X language packs
        
        helpcontent was not packaged into the tarball that is extracted into the
        user's installation directory (and thus never was installed)
        
        simplify the packaging by getting rid of the special "collect" dir
        (LangPackHostName) that was the cause for the problem to begin with:
        LanguagePack files were collected in LangPackHostName based directory,
        while HelpPack files were collected in regular directory.
        And that value wasn't even used for the actual path that is delivered to
        the user, so get rid of it and the associated code.
        
        Change-Id: Iadd24382a45722bbe8d58bd97be79609fd03021b

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [415dfd0d89f550268dc66d4e7d447c1975a8aa44]

        configure: check for ICE and SM libraries too
        
        Change-Id: Id86b09c9f2fe8770da8cc6b13672e2bf37201962

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [3b3c8c4796a89a76ce7574908096a91993412523]

        configure: we need both cups header and library
        
        Change-Id: Ie27a67b7d1086fbbce5eb40a56b4d154afb3faf8

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [e32f828e2b7a136ac255bfe1cc7e4858fa965e8d]

        libxmlsec: openssl conditional was accidentally inverted
        
        ... in commit bf6d1f77420dcc9ece4d9f4eae1e37b427d85c6a.  And it just
        happens to not build with clang here.
        
        Change-Id: Ic467abc894b9c98c81fa64cb57eafaa4cfcaa66e

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [1366a41c320a9bb173dc5e066ab532d679d89bcc]

        configure: ENABLE_NPAPI_FROM_BROWSER requires Xt library
        
        Change-Id: I023927897787ae046baf2751d0e56bfca3fb688f

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [92a1e544f67eae888517fcfa52d45e9530403a81]

        configure: no Xinerama on Darwin
        
        Change-Id: Iad86269939cd75f9158f86e6da04952f85868e5a

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [b202af672cf7d1825b68adc352374031bf68c6f2]

        libxml2: don't grow dependency on liblzma if that happens to be installed
        
        Change-Id: Ifd46fc5dc531bd5bdb489c7550476f9c07a0a976

2014-01-10  Michael Stahl  <mstahl@redhat.com>  [3bdb781018c9a9a6778b1771a3e9346c2426e4f2]

        compilerplugins: strip out -m32/-m64 from CXX
        
        These are not part of LO and need to be built with native bitness
        of the compiler.
        
        Change-Id: I41fdec130a63e0c0d07f1df228031014cd2351c2

2014-01-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [913bf64b0bf1330a5055c26770faedf2ad7fc3c5]

        Use filelist in some packages
        
        Change-Id: Ifeaa0b6acb9911fee27cadbfdc420028b9ac0227
        Reviewed-on: https://gerrit.libreoffice.org/7311
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-01-09  haochen  <haochen@multicorewareinc.com>  [9f9a7eaa3b2075ee2f40d346563dd4ee14ebcd58]

        GPU Calc: masked formulae that aren't supported well on some OpenCL platforms
        
        Change-Id: I67849c6339ecfa5940285f1921d9b8fd4959ba63
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2014-01-09  Tor Lillqvist  <tml@collabora.com>  [a11eae53522aa08253a73306f84c233fe0633c15]

        WaE [loplugin]: unused variable 'aStarts'
        
        Change-Id: I626390335fa7f257a150c9bb444d7f6d94c1d493

2014-01-09  Luc Castermans  <luc.castermans@gmail.com>  [ee536e482b5ad01ea4a8cae79a1fcd9e12db444f]

        Translated German comments
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7303
        
        Change-Id: I6c5f4571ad691d19ca93c39550000114f263da8b

2014-01-09  Luc Castermans  <luc.castermans@gmail.com>  [561775d5b533f25d6f07c6c4793b8c64afa47920]

        translated German comments
        
        Change-Id: Ie08b9e12f990b244806379ff29cf33cd0fab847a
        Reviewed-on: https://gerrit.libreoffice.org/7300
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [baf112e6f085c4e13ece0028a9c40f41d8ced308]

        Startcenter: mnSpacing became unused
        
        Change-Id: I01f2911c690da36ed0d5beb306e28ab438890fd9

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0c4639fa83d6b586e099ab373ee2f7b588588c65]

        Set PAPER_SCREEN_4_3 values back and use it as it was
        
        It breaks things.
        
        Change-Id: Ia28391aed27051e5f6a7e0996f30b23c46eb8269

2014-01-09  Luc Castermans  <luc.castermans@gmail.com>  [afcfe477034024639013f2360cf6b254b4460c05]

        translated German comments
        
        Change-Id: I450e1e179edbc0332e2bcf4edee17664083c4786
        Reviewed-on: https://gerrit.libreoffice.org/7296
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc561bcdf754656a1879c7d78aceafbb0ea7a305]

        xmloff: unused define
        
        Change-Id: I77d072b3b6b9b7d86e6279a5cae3d96a21827eb2

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [0de00e2782493e8cf78710c40c98ca57b227244a]

        sw: remove references to ODF_COMMENTRANGE
        
        Fieldmarks of type ODF_COMMENTRANGE are no longer used, since we got
        annotation marks.
        
        Also remove two unit tests: they tested problems which are no longer
        possible by design (commented text ranges are no longer fieldmarks, and
        there is a single placeholder character for them, instead of 3).
        
        Change-Id: I14bf144c436329d2aa8c48493e5ad87db862cceb

2014-01-09  Armin Le Grand  <alg@apache.org>  [01541c21b61fc1f26e452196b79324344c868f8e]

        Resolves: #i124002# use own logical size for graphics...
        
        do not adapt PrefSize of these in rendering stack
        
        (cherry picked from commit b57f921795c7249d82ca739884c0116574426194)
        
        Conflicts:
        	drawinglayer/source/attribute/sdrfillgraphicattribute.cxx
        
        Change-Id: I3eff4438a42209ad4c259dfdbed4869ae046bfc6

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc0943a5db55811c7cb864c1a38ccabab6ad348f]

        DOC export of annotation marks
        
        Change-Id: Ib29aef7838b9d31d7956c93e1aa5b896852e4b89

2014-01-09  Oliver-Rainer Wittmann  <orw@apache.org>  [6af2caab7271e11d9501fd6a597e05194d33fd10]

        Resolves: #i123792# correction for comments/annotations on table cell ranges
        
        (cherry picked from commit c25523dd3a302d1bd36297a817a869afb3605d1f)
        
        Conflicts:
        	sw/inc/IDocumentMarkAccess.hxx
        	sw/inc/doc.hxx
        	sw/source/core/doc/docbm.cxx
        	sw/source/core/undo/undobj.cxx
        	sw/source/ui/shells/textfld.cxx
        	xmloff/source/text/txtfldi.cxx
        
        Change-Id: Ic2e12f47e7775ee16f31bedf89d5644b18734d7a

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [57ded88656b548063cc000628920a601f0c708f6]

        DOC import of annotation marks
        
        Unit test is disabled, let's enable that when the export is working as
        well.
        
        Change-Id: I2d93ae38f480974a13cf9907f6cc82815fb3e69a

2014-01-09  Oliver-Rainer Wittmann  <orw@apache.org>  [74593273655e475017bb2bd45aba3c6b132e372d]

        Resolves: #i123988# assure that hyperlink attribute...
        
        (<SwFmtINetFmt>) always provides character style names for visited and
        unvisited state
        
        (cherry picked from commit c15b814d6e8ea429287def9a0bf3ac71db414119)
        
        Conflicts:
        	sw/inc/fmtinfmt.hxx
        	sw/source/core/doc/doctxm.cxx
        	sw/source/core/txtnode/fmtatr2.cxx
        	sw/source/core/txtnode/txtatr2.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/ui/chrdlg/chardlg.cxx
        	sw/source/ui/shells/txtattr.cxx
        
        Change-Id: Ib23d55a299d0d78a2eba18dd5c1c0327c816da56

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [224da5bcde2a62d375490456f717e5c2a639a802]

        wrong title, copied and paste from its neighbour
        
        Change-Id: Ib9b7eb21cacdf864f309a0a853d64f299ec7b74c

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [a1638c81d06330b514d18af0b0a3e84607b110c1]

        Remove unused private member: pAccExec
        
        Change-Id: Ie21f8a62213954da7f66c1fbe890ba9dee93cf77

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0314034d8b23d5b69399cfcdf6b2f2add73f9f47]

        fdo#71628 Startcenter: remove thumbnail selection when focus is moved away
        
        mnHighItemId is never assaigned with a valid value and there is
        no sense to store one selected element's index anyway,
        because there can be more.
        The bMove parameter of ImplGetItem is never used and doesn' work
        so remove it.
        
        Change-Id: I91d6bc3fd13a2b44e6961fea66d02702a8f31c2b

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5ab1fb926e984780380665ae185646b603292a6e]

        Startcenter: use SCREEN_4_3 as default paper for presentations
        
        Remove static to able to construct items with different
        paper info.
        Fix SCREEN_4_3 width and height values and use it for
        presentations.
        
        Change-Id: Ifba44675f6126ebfccf26f53f226214bed92352c

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [4819ccc1ccf245b7df12df7d6bc1c4c458375e36]

        tweak autocaption option page to shrink nicely
        
        in the face of super wide frame label text (fr)
        
        Change-Id: Ib6bf99edd0c4aa73d6c4792f438cef6b2ae6bf90

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [52f4526afe382c5c79465484da0d349ade305239]

        put these col entries back as rows again
        
        because in French they are way too long to go side by side
        
        Change-Id: I2c0e0450b2da1f023d33a8c23e7322902c783e6e

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [a7a3733d8872551279d2b96aecb5a64e1ffd0c98]

        reorganize opt view page to shrink neatly
        
        i.e. all shrinkable elements in the one column (de)
        
        Change-Id: I53574047cd7eaeccb610fa05fd67183c54157437

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [037cd59fe5494baa6cba1bd76f19026fe4cbbb5a]

        plenty of space in the empty cell that can be used
        
        Change-Id: Ia156ab622f52b7161f29bbf968fd3d71cdc89e8b

2014-01-09  Tor Lillqvist  <tml@collabora.com>  [738466989ac832e2b5319c02b9f2600b0831cf5b]

        M1500 is not used anywhere
        
        Change-Id: I0905fa9320f20d852d9c8d4cc053fd9e67d80720

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [03eb7ac908f34da054834c60afd6560c648e11cf]

        RTF export of annotation marks
        
        Change-Id: I079516ad0f30886d175748fdee19fbd71c2704f8

2014-01-09  Michael Stahl  <mstahl@redhat.com>  [bcfd016c88f2da271fc77da608b42d2f5bd83448]

        some notes about COM threading in LO generally and winaccessibility
        
        - document general COM threading architecture in vcl README
        - document winaccessiblitiy locking in README
        - define _ATL_APARTMENT_THREADED for UAccCOM
        
        Change-Id: I7c3fd952f2cdee7d245a818bf33c477e7ea20fc2

2014-01-09  Michael Stahl  <mstahl@redhat.com>  [4eae9d19cce5356d536ae509861a5c95f65aea4a]

        sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFO
        
        Change-Id: I43d77cbf572acc4c27785990e28b43b35d71c96d

2014-01-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4356aef48a8fcbd9dd019c0ca2d6a189d7332d0c]

        fdo#70596 - fix version dependency for linux package - 2nd try
        
        in commit 65a7e714292dbf4c5a2a4f5760f3b546d603c40c I was under the wrong
        assumption that the revision is added by epm and will be always 1.
        
        Instead the revision is passed to the epm calls in the commandline
        arguments. So the upper version limit must use the "patchlevel" as the
        revision. (version a.b.c.d => d is also release number)
        
        Change-Id: I5002aef88e454561ba610b2d2774b84712da44dc

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [03e0781145bceebca84e5d891ed0df72c75389da]

        stop condition reversed, sigh
        
        Change-Id: If96d982bf4377eab29a2dfb94b0a453e12450786

2014-01-09  Michael Stahl  <mstahl@redhat.com>  [d3aad81268298c05163136e2e953e1dfe0728d9e]

        librdf_Repository: make older compilers happy
        
        Change-Id: Ide4df8f621f810b20be811db06d46edd5a9dc5f8

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [347d83d1cc87222719c50ebe9ed1c61944e8914e]

        RTF import: handle RTF_ATNREF
        
        Otherwise dmapper won't create an annotation mark for us.
        
        Change-Id: I868c3ffd65fbaa9a5115ba7300310fa3585d2d05

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [6cb6370711f1072e3266d9218f7e42534e8ed58c]

        specify which elements can shrink
        
        in options view if there isn't enough space to show everything (fr)
        
        Change-Id: I01e97d7eb65c01e169440ac817fa55425a85327c

2014-01-09  Tsutomu Uchino  <hanya@apache.org>  [e0c789b13e858678a90d6b53c299e2c24e6c5d39]

        Resolves: #i124001# remove readonly flag from Anchor property
        
        (cherry picked from commit bbb0f24a32bada4224f913611db0a10a2ee1f303)
        
        Conflicts:
        	offapi/com/sun/star/sheet/Shape.idl
        
        Change-Id: I1781858d46f655fdf39833247298c3f1375dc6a2

2014-01-09  Michael Stahl  <mstahl@redhat.com>  [62fd1aa382c75feaa72f8aa09af4d3fc0b387dcc]

        librdf_Repository: fix missing mutex lock in various destructors
        
        Change-Id: I5756ab6ff6de0b2532bef9866063f361e330a009

2014-01-09  Michael Stahl  <mstahl@redhat.com>  [7db6b2f7968d8063b12312737136f09cb7549805]

        fdo#72928: fix deadlocks in librdf_Repository
        
        Refactor to do all calls on parameters before locking the mutex.
        This requires splitting up some librdf_TypeConverter methods into an
        extract function and a make function, with an intermediate
        representation between.
        Also rename some internal functions to make it clear which are called
        with Lock and which with NoLock.
        
        Change-Id: Iddc42461d95351785578ef6a80fbf5d056356c16

2014-01-09  Matúš Kukan  <matus.kukan@collabora.com>  [fc1762f96540e18561fbc93c28a36e37ca6e6168]

        Merge these source files. Also move a function to where it's used.
        
        Change-Id: Ia0378a58c63364a73c40dd901d93e20a596a4c29

2014-01-09  Matúš Kukan  <matus.kukan@collabora.com>  [27014f48f47b1c90699d51dbf665cc57c3de1705]

        native code generator: Use groups for constructors too.
        
        Change-Id: I42570b4b7b68e36cab1286948d03df0c2f0d4103

2014-01-09  Tor Lillqvist  <tml@collabora.com>  [b85d7b380af2cb4ea8b36e864d81c5284cd6d2ec]

        Bin duplicate definitions (already in file_error.h)
        
        Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9

2014-01-09  Tor Lillqvist  <tml@collabora.com>  [5695281404f144d5f44e98358ff81d7e18d1e3ac]

        TiledLibreOffice works fine with just 'core' and 'writer_core'
        
        Change-Id: I3d1b86a7785baa6b427638b2ddbcfb7ae1f008f3

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6988b392f3c1a3b0ade2414a58da86f00fad8347]

        Startcenter: when screen is small make doc thumbails smaller, v.2
        
        Change-Id: I2ff45c5455e747ea3726b17b6384111db2699fa9

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [8b6823e0bae689519839f18031e9c59a94dfbec8]

        specify that grid color listbox can shrink...
        
        in calc->view options and that the checkbox entries cannot when options pane
        isn't wide enough to fit everything in (fr). Necessitates swapping columns so
        the stretching/shrinking column can be centered horizontally for e.g. en to
        remain pretty.
        
        Change-Id: I1402183b6ad0989af676a3472c8bf4d2b9c94ea8

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [c6775a8f2c595de29b9f92f0d1059f9d9282bc12]

        fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menu
        
        Change-Id: I4d3993dc855c030f8c51fe2ce3d364240e241dff

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [6e915167e07d5d0870f0f26806e82644e6195371]

        Startcenter: double click opens file only once
        
        Change-Id: I0d99a905cc8c94d39bfe802b2c597275c81f0b4f

2014-01-09  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0b41ebf3af0faeb3d8dca05477e2a4766a0387d5]

        Startcenter: when screen is small make doc thumbails smaller
        
        Change-Id: If4fbb66992318221a687710afa77fc98e4f111c3

2014-01-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cda6438cc2c9be0032a80910f7e903dd7775838c]

        DOCX export of annotation marks
        
        Change-Id: I1d4fc68458fd50beccf4e149f74ecbdfc78ea77c

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [1f5203302b7be632d6a500643e90a63a81ca5d4a]

        these checkboxes should be indented to indicate their level
        
        Change-Id: I5928f416e9bc3567111da99509133e27a2f4ad14

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [e9768296581a07913cd3a94705851acc597a357d]

        convert sort options dialog to .ui
        
        Change-Id: Ic110c6d2fb1f1fc28344c119eaa1b61d0ba81e6b

2014-01-09  Caolán McNamara  <caolanm@redhat.com>  [be9f79cfdde0e14622dbdb146d089d5d2ad0fcee]

        Updated core Project: help  940af86cc78e1c5a74bb5eb19efa163c22d058ec

2014-01-09  Stephan Bergmann  <sbergman@redhat.com>  [6e12fb3be33379fa87b90ffae047cffe1370eef9]

        Consolidate XServiceInfo for classes derived from SvXMLImport
        
        Change-Id: I5a269d8b7e95049c67ae14b06a79b417bc91a474

2014-01-09  Noel Grandin  <noel@peralex.com>  [6d25220ad6c869bb7cd79cf678d092b81558a8d2]

        remove unnecessary use of OUString*
        
        in FileList. There no benefit in storing a ref-counted value class like
        OUString by pointer in a std::vector.
        
        Change-Id: I302bc460de67c7fe324d745f3225df4e17195486

2014-01-09  Noel Grandin  <noel@peralex.com>  [f85b2f676dabd388254fb411d497e36ccecd2ddb]

        remove unnecessary casts when calling Combobox::SetEntryData
        
        An OUString* is type compatibile with void*.
        
        Change-Id: I6f01fe02c75f4db0bda09c7e288cb88d1fbf3c37

2014-01-09  Tor Lillqvist  <tml@collabora.com>  [1d272d663cf33a9e16dd70f1b4f77778863ec763]

        WaE [loplugin]: statement aligned as second statement in if body ...
        
        Change-Id: I8f116910f002929f64bc56afe740a7fee1ea7c90

2014-01-08  haochen  <haochen@multicorewareinc.com>  [0d7c2ca065e0b0204f1e84ffe624b89d760d1ca8]

        GPU Calc: support reduction kernel in AVERAGE
        
        Change-Id: I0ae0fb279d6d14637d23c682d546a8cc95bc371d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2014-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [51bce89dbd620d3ed59279d0ae80e5587d723bef]

        Oops. We don't want to leak here.
        
        Change-Id: I8bcca7d743d4be7038a4c2eb1436a6470774d40d

2014-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8fde2885236d5490be8f54e96dfe4a63d9bb9dec]

        Move the LinkManager instance from ScDocument to ScDocumentLinkManager.
        
        Change-Id: I096322fa200abed5bacc786c1abc57a3ec51276f

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [eb89c6f7dcd613cda6a9eee6f7897225e0334a25]

        Do not initialize FilePicker with empty argument.
        
        This is tricky.
        In constructor, we don't know if we were called by service manager's
        createInstanceWithArgumentsAndContext or just createInstanceWithContext,
        so we don't know if initialize should be called.
        Let's assume that nobody would use createInstanceWithArgumentsAndContext
        with empty argument. Then the behaviour should be the same as before.
        
        FolderPicker does not seem to be called with arguments.
        
        Change-Id: If33dc20fe1b2b10b092ff35fa0b258137c8e94b2

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [3cb4aa944afe335da373b3e0bafea5360cb8d665]

        Resolves: rhbz#1050162 don't draw to NULL window
        
        Change-Id: Ia84e3ae05f2d3eacfb48136ce920173b46783bc7

2014-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91b2be943e544a2e5c9e98f9ee7b816c40d1f076]

        Cleanup.
        
        Change-Id: Ia2440fb0e81786bc82fc982fcb4da7bbc70e014b

2014-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4b5a98942cd3ebcdacd4d66fb2bd61211fcfe7bc]

        fdo#73408: Make the software interpreter selection stick in the UI.
        
        Change-Id: I136a98fadbde82a7a585df9a5691f884c0362699

2014-01-08  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [d8fd15875901d584a4bbcc07c927fa20332e4841]

        fdo#72219: Fix for corruption of symbols in docx
        
        Issue:
        OUString uses UTF-16, so for a Unicode surrogate character there are 2
        values stored, not just 1.
        So we are getting assert failure in "rtl_uString_iterateCodePoints" method.
        
        erAck: Underlying cause was that the dictionary breakiterator misused UTF-16 positions as Unicode code point positions.
        
        Change-Id: I923485f56c2d879b63687adaea2b489a3479991c
        Reviewed-on: https://gerrit.libreoffice.org/6955
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [45b72633d1bea5e75a27f5fd93e91071e04c050c]

        designate which elements should shrink when limited width
        
        draw/impress print options page (de)
        
        Change-Id: Ie4cf8902d3db68a156d10bd4d1b2c7db33539f9c

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [5b29623e0ad6231dd933bd2b2a0017f89436c9d8]

        allow long labels to line break
        
        writer table options page (e.g. de)
        
        Change-Id: Ib8f3daad397fc4b8d37979f5c6d1e12b8884677d

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [3466f403470c192d24b9d7859b8a6a6ae5c94a2b]

        stretch label to fill vertically for long text
        
        calc compatibility page (e.g. de)
        
        Change-Id: Ieab742900747808a4c27205b190e416b391b7a39

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [3b0648f2b74b5ac95deabcc3dce2ff690a1f6cc6]

        designate which elements should shrink when limited width
        
        load/save HTML compatibility page (e.g. .de|pl)
        
        Change-Id: I1d118ebcf8718244dd4f2bab2dc6cb8d60b1008b

2014-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [a39cc5745d28e9c1fc65873d1792cb545b316924]

        sw: one more bind -> boost::bind
        
        Change-Id: I6f3d36f0b0775559f3f0617d273a4f4595feda76

2014-01-08  Tor Lillqvist  <tml@collabora.com>  [57248316be882c65eb6431cbba2ad4f971d86c95]

        Fix compilation error for 64-bit OS X by simplifying code
        
        The ifdef for __LP64__ is not needed as far as I can see.
        
        Fixes error: cannot initialize a parameter of type 'const sal_GlyphId
        *' (aka 'const unsigned int *') with an lvalue of type 'long *'.
        
        Change-Id: I89d3ba29a5cfd1a89141ec86c873eaf384cf446e

2014-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [454b30202498914c133831a20c30f30249eb6c03]

        sw: try to fix Windows build
        
        Change-Id: If6423d2ee942e0e0a27c61c69b995fedee5f5f7e

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [7fb178343eb121ff5e262a16aa601f7be23edc69]

        designate which elements should shrink when limited width
        
        Calc general page (e.g. .de)
        
        Change-Id: Ifc5c230040c9b59f8570a64deda0121ac93ed0e9

2014-01-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [63c8904a7c6167f7eaaca534f0b8da3d3bb1ff31]

        sw document model xml dump: include annotation marks
        
        Change-Id: Iea687761a137650965ed48340063d20b6489b531

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [6cdf269a93685d5dfd7811faabb55acd2d7b2561]

        designate which elements should shrink when limited width
        
        Change-Id: I46c5290ab411ac133ef8ea1e461197b00d837068

2014-01-08  Eike Rathke  <erack@redhat.com>  [ae4dc8e0ea3b78d804d1022905501a56030073c0]

        resolved fdo#72929 buffer jump matrix' result matrix blocks

2014-01-08  Tsutomu Uchino  <hanya@apache.org>  [235c790fdb04c27487de4510a0d51323f5442e70]

        Resolves: #i51453# avoid relative sizing for the picture and...
        
        formula wrapped by inserted frame when caption is added
        
        (cherry picked from commit 0681d4e0cd7425349600672964e48a5dbbb3c7db)
        
        Change-Id: Ie526391b8676c259a77060dbe04c3e7c8ad499c0

2014-01-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [12890dd7adfc70bc562bb2760084515cc1269a38]

        Update mdds to 0.10.1, set it as the required baseline.
        
        This update will obsolete two patches that were previously applied.
        
        Change-Id: I521e939905e473ca5d440dea3b03faeb9af4c0fb

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [8389519a23470b104b28ad497eb61a66ba92b81e]

        Missing XServiceInfo
        
        Change-Id: Ifc5454bbcd29730002b0a3261d2c34dee8ffb843

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [6dfc7d12c56fb585edff2cc4f6f37d53398cf751]

        Fix LocaleDataImpl::getImplementationName
        
        Change-Id: I36dd015635c30f63e2085c250e159fbd536da611

2014-01-08  Oliver-Rainer Wittmann  <orw@apache.org>  [0761f81643a6890457e9ef7d913ab5c88c2593a4]

        123792: complete annotations on text ranges feature
        
        - rely annotations on text ranges on new annotation marks
        - support arbitrary text ranges for annotations
        - fix undo/redo regarding annotations an text ranges
        - support annotations on overlapping text ranges
        - fix *.docx import for annotations on overlapping text ranges
        - fix ODF import of annotations on text ranges
        
        cherry-picked from branch ooxml-osba
        
        (cherry picked from commit ebd2922ebd3cf2d3899fb80780d38f367197aadf)
        
        Conflicts:
        	sw/Library_sw.mk
        	sw/inc/IDocumentMarkAccess.hxx
        	sw/inc/SidebarWin.hxx
        	sw/inc/doc.hxx
        	sw/inc/docufld.hxx
        	sw/inc/hintids.hxx
        	sw/inc/ndhints.hxx
        	sw/inc/txatbase.hxx
        	sw/inc/unobookmark.hxx
        	sw/inc/unofield.hxx
        	sw/inc/unoport.hxx
        	sw/source/core/access/accpara.cxx
        	sw/source/core/bastyp/init.cxx
        	sw/source/core/crsr/bookmrk.cxx
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/doc/dbgoutsw.cxx
        	sw/source/core/doc/docbm.cxx
        	sw/source/core/doc/doccorr.cxx
        	sw/source/core/doc/docdde.cxx
        	sw/source/core/doc/docedt.cxx
        	sw/source/core/doc/docfld.cxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/doc/tblrwcl.cxx
        	sw/source/core/docnode/ndcopy.cxx
        	sw/source/core/docnode/nodes.cxx
        	sw/source/core/docnode/section.cxx
        	sw/source/core/edit/edfld.cxx
        	sw/source/core/fields/docufld.cxx
        	sw/source/core/fields/postithelper.cxx
        	sw/source/core/fields/reffld.cxx
        	sw/source/core/inc/MarkManager.hxx
        	sw/source/core/inc/crossrefbookmark.hxx
        	sw/source/core/text/inftxt.cxx
        	sw/source/core/text/itratr.cxx
        	sw/source/core/text/txtfrm.cxx
        	sw/source/core/txtnode/atrfld.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/undo/undel.cxx
        	sw/source/core/undo/undobj.cxx
        	sw/source/core/unocore/unofield.cxx
        	sw/source/core/unocore/unoport.cxx
        	sw/source/core/unocore/unoportenum.cxx
        	sw/source/filter/html/htmlatr.cxx
        	sw/source/filter/html/htmlgrin.cxx
        	sw/source/filter/html/wrthtml.cxx
        	sw/source/filter/writer/writer.cxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/ui/dialog/uiregionsw.cxx
        	sw/source/ui/dochdl/swdtflvr.cxx
        	sw/source/ui/docvw/PostItMgr.cxx
        	sw/source/ui/docvw/SidebarWin.cxx
        	sw/source/ui/fldui/fldmgr.cxx
        	sw/source/ui/fldui/fldref.cxx
        	sw/source/ui/inc/fldmgr.hxx
        	sw/source/ui/inc/wrtsh.hxx
        	sw/source/ui/shells/textfld.cxx
        	sw/source/ui/uiview/view2.cxx
        	sw/source/ui/utlui/navipi.cxx
        	sw/source/ui/wrtsh/wrtsh2.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.hxx
        	writerfilter/source/dmapper/PropertyMap.cxx
        	xmloff/inc/txtfldi.hxx
        	xmloff/source/text/txtfldi.cxx
        	xmloff/source/text/txtparae.cxx
        
        Change-Id: Ie4cc467dbb837054c73742262ee20f35c151ff3f

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [df002e39f7518036ae1c1d2afec7a525ef902327]

        These implementations could inherit from XInitialization too.
        
        Change-Id: I70493afcec837411b0f3c6d5165564d2cc0996db

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [194bdbde25dd70988c94ff5e1af43b530d47d94b]

        Revert "make FilePicker::createWithMode not crash"
        
        This reverts commit 58ea27124af27bfac21a796b0d13d72354bd0dd3.
        It's probably better to fix it another way.

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [daa654fb44772009017b0c918903093147df1620]

        GtkComboBox->VclComboBoxNumeric
        
        Change-Id: Iba1416692a619c1f566f26da5b06ed04342057b3

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [ef683ad85210455e64e9472161c91407fe173ddf]

        improve warning message
        
        Change-Id: I2d8aab3f4589750aecb0a9565c595a712fc7bc73

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [bce7c9b0688c6f6f73311cc87ac094831489eedb]

        swap button order in ui to match typical reality
        
        This has no effect on the rendering of this .ui as native button ordering is
        active. But it means that under the typical editing-under-GNOME that ones head
        is wrecked from the cognitive impedance of the editor and viewer not matching
        in order
        
        Change-Id: I8888d4263f05bcecff72496f4cf0ae67345dc644

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [2e8a1e1121bc23d442bf7be27e2ae6c15d101980]

        tweak button order for alien warn dialog
        
        Change-Id: I6e51951df3bff0d1829bff8e2a436e4030247baf

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [794f5af121906668870a58700aed25b660381240]

        Related: rhbz#1047174 avoid access to nonexisting parent dialog
        
        Change-Id: I0bf9116d088adde838993ac5e909a6f3481f883e

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [ceffe83515be125df6c3811760ec59b95942a978]

        svt: Use constructor feature for ODocumentCloser.
        
        Change-Id: Ia1a9593e3d1dbc41cf25f6a983cb340f48538226
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [0196a81910753f3d14add062b83a03ca83ca9e0b]

        SvxShapeCollection is not used directly anymore; hide it.
        
        Change-Id: I81c62c0a3ed880c0523e6ae54a27da56ff5acdca

2014-01-08  Matúš Kukan  <matus.kukan@collabora.com>  [f7936b021f7f0d08dc2baeddefb1b5613a8f87f6]

        Do not use SvxShapeCollection directly.
        
        Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [31911b3cdcd405973b689e10ee86add6f1c40bd1]

        Consolidate XServiceInfo for classes derived from SvXMLExport
        
        Change-Id: Ia3e2b5e682a64844bb6c713912c50c7681393d52

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [d7a360eb99a403df65574d1e237db04da6e1c4c2]

        Lock SolarMutex in RichtTextEngine::Create
        
        ...as always, the question is where exactly to place the mutex guard, but
        without it querying for XServiceInfo of a freshly instantiated
        "stardiv.one.form.component.Edit" (i.e., OFormattedFieldWrapper) would lead to
        failing
        
        > DbgTestSolarMutex () at include/tools/debug.hxx:295
        > OutputDevice::ImplGetGraphics (this=0x2b81dc11e680) at vcl/source/gdi/outdev.cxx:560
        > OutputDevice::DrawRect (this=0x2b81dc11e680, rRect=Rectangle = {...}) at vcl/source/gdi/outdev.cxx:1649
        > OutputDevice::ImplDrawColorWallpaper (this=0x2b81dc11e680, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:778
        > OutputDevice::ImplDrawWallpaper (this=0x2b81dc11e680, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:1083
        > OutputDevice::Erase (this=0x2b81dc11e680) at vcl/source/gdi/outdev6.cxx:1144
        > VirtualDevice::ImplInitVirDev (this=0x2b81dc11e680, pOutDev=0x28dc0a0, nDX=1, nDY=1, nBitCount=0, pData=0x0) at vcl/source/gdi/virdev.cxx:114
        > VirtualDevice::VirtualDevice (this=0x2b81dc11e680, nBitCount=0) at vcl/source/gdi/virdev.cxx:136
        > ImpEditEngine::SetRefDevice (this=0x2b81dc045f10, pRef=0x0) at editeng/source/editeng/impedit2.cxx:195
        > ImpEditEngine::ImpEditEngine (this=0x2b81dc045f10, pEE=0x2b81dc0c8a00, pItemPool=0x2b81dc0a0960) at editeng/source/editeng/impedit2.cxx:156
        > EditEngine::EditEngine (this=0x2b81dc0c8a00, pItemPool=0x2b81dc0a0960) at editeng/source/editeng/editeng.cxx:104
        > frm::RichTextEngine::RichTextEngine (this=0x2b81dc0c8a00, _pPool=0x2b81dc0a0960) at forms/source/richtext/richtextengine.cxx:103
        > frm::RichTextEngine::Create () at forms/source/richtext/richtextengine.cxx:52
        > frm::ORichTextModel::ORichTextModel (this=0x2b81d866ff30, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at forms/source/richtext/richtextmodel.cxx:66
        > frm::ORichTextModel::Create (_rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2b813a25a260) at forms/source/richtext/richtextmodel.cxx:243
        > cppu::OSingleFactoryHelper::createInstanceEveryTime (this=0x2b819d66a6a0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:171
        > cppu::OSingleFactoryHelper::createInstanceWithContext (this=0x2b819d66a6a0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:203
        > cppu::OFactoryComponentHelper::createInstanceWithContext (this=0x2b819d66a638, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:432
        > non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:433
        > cppuhelper::ServiceManager::createInstanceWithContext (this=0x2b813a25a208, aServiceSpecifier="com.sun.star.form.component.RichTextControl", Context=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/servicemanager.cxx:979
        > non-virtual thunk to cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/servicemanager.cxx:987
        > frm::OControlModel::OControlModel (this=0x2b81d8679408, _rxContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSetDelegator=0 '\000') at forms/source/component/FormComponent.cxx:593
        > frm::OBoundControlModel::OBoundControlModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", _rDefault="com.sun.star.form.control.TextField", _bCommitable=1 '\001', _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/FormComponent.cxx:1273
        > frm::OEditBaseModel::OEditBaseModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8, rUnoControlModelName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/EditBase.cxx:57
        > frm::OEditModel::OEditModel (this=0x2b81d8679408, _rxFactory=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at forms/source/component/Edit.cxx:296
        > frm::OEditModel_CreateInstance (_rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2b813a25a260) at forms/source/component/Edit.cxx:280
        > cppu::OSingleFactoryHelper::createInstanceEveryTime (this=0x2b819d66a5c0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:171
        > cppu::OSingleFactoryHelper::createInstanceWithContext (this=0x2b819d66a5c0, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:203
        > cppu::OFactoryComponentHelper::createInstanceWithContext (this=0x2b819d66a558, xContext=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/factory.cxx:432
        > non-virtual thunk to cppu::OFactoryComponentHelper::createInstanceWithContext(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/factory.cxx:433
        > cppuhelper::ServiceManager::createInstanceWithContext (this=0x2b813a25a208, aServiceSpecifier="com.sun.star.form.component.TextField", Context=uno::Reference to (cppu::ComponentContext *) 0x2b813a244dd8) at cppuhelper/source/servicemanager.cxx:979
        > non-virtual thunk to cppuhelper::ServiceManager::createInstanceWithContext(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) () at cppuhelper/source/servicemanager.cxx:987
        > frm::OFormattedFieldWrapper::ensureAggregate (this=0x2b81d8879818) at forms/source/component/FormattedFieldWrapper.cxx:342
        > frm::OFormattedFieldWrapper::queryAggregation (this=0x2b81d8879818, _rType=invalid uno::Type) at forms/source/component/FormattedFieldWrapper.cxx:164
        > cppu::OWeakAggObject::queryInterface (this=0x2b81d8879818, rType=invalid uno::Type) at cppuhelper/source/weak.cxx:281
        > frm::OFormattedFieldWrapper::queryInterface (this=0x2b81d8879818, _rType=invalid uno::Type) at forms/source/component/FormattedFieldWrapper.hxx:68
        > com::sun::star::uno::BaseReference::iquery (pInterface=0x2b81d8879818, rType=invalid uno::Type) at include/com/sun/star/uno/Reference.hxx:43
        > com::sun::star::uno::Reference<com::sun::star::lang::XServiceInfo>::iquery (pInterface=0x2b81d8879818) at include/com/sun/star/uno/Reference.hxx:58
        > com::sun::star::uno::Reference<com::sun::star::lang::XServiceInfo>::Reference (this=0x2b81d8663a98, rRef=...) at include/com/sun/star/uno/Reference.hxx:158
        
        Change-Id: I16ebbb2caf4f0fe943c9e43bddde03b5a2627e35

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [175f650998d328923eb8a6ecbda3a910fbb508e4]

        This can be private
        
        Change-Id: Ida54a46580fb3d1ec49ea5daeb55c0235d2bf85a

2014-01-08  David Tardon  <dtardon@redhat.com>  [6c1614a6f000a8ef18ce0de241af649ac9588477]

        sal_textenc is a runtime dep of cppumaker
        
        Change-Id: I9fd91ee8c15479e9956daa5c85a09f141ef6cc3f

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [46cf9aed39ac50219a4e8dbcf0b16359cb3644ee]

        SAL_WARN_UNUSED css::uno::Type
        
        Change-Id: I3b165e2a4414fd3d6c3cede5eb39beffa9fe7576

2014-01-08  Tsutomu Uchino  <hanya@apache.org>  [396b3594feb735e1a9cd1564f28340d514f9d925]

        Resolves: #i118909# fix empty elements of return value...
        
        in UICategoryDescription::getElementNames
        
        (cherry picked from commit e4eb014761df0bd5c88acbcee1935743cb2a04e0)
        
        Change-Id: Ib5a2e14ecb446c339afe5e53be435478845a4024

2014-01-08  Tsutomu Uchino  <hanya@apache.org>  [55e5c0faafbc3c4f503722000912ec7a022d98db]

        Resolves: #i18109# pre-select the name in new style dialog
        
        (cherry picked from commit 3acdfc0f4c1f30c9030361e51c13d19556ea816f)
        
        Conflicts:
        	sfx2/source/dialog/mgetempl.cxx
        
        Change-Id: I61faf0195d8ee8976e85bcf1a49561eeebc72b39

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [094869634d491a96e9de109a14fe4fc8db90a30a]

        can drop SfxNoLayoutSingleTabDialog use here now
        
        Change-Id: I668b4f0b767d3a93a1407ae4ba7922235815a28b

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [3d4753f551914d0841552fcd37f569cea16a9a9d]

        convert distribute tab page to .ui
        
        Change-Id: I6269f199bddcf13c1e412b14f9a5935c62c63fe0

2014-01-08  Caolán McNamara  <caolanm@redhat.com>  [b434b00dd75c2ddd93c42e867e89a3c18f1e3e6a]

        Updated core Project: help  d9e8232f139ed14b155d2b8455718758056c3b26

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [123eadba31677804a010c4bc732a3682039498d5]

        typo
        
        Change-Id: Ia6aef40daa81e76051fd5b6ce7d4e38da1262b25

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [29e15349bf9b472dc6fe3fe2d33443e0cbbbeee9]

        Fix some configmgr XServiceInfo
        
        Change-Id: I208f5892f6fb54d53ed4d17ddb189f0a24051a17

2014-01-08  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [5201aa548165fb043b367fd58c647696942ae8df]

        fdo#73034: Fix for Extra spacing in document.
        
        Cause:
         - Extra space gets added in document due to default <rPr>
           is getting removed from <pPr>.
        Implementation:
         - The 'rPr' inside 'pPr' means the properties of the 'paragraph marker'.
         - In that case - the paragraph marker will have different formatting then
           the rest of the runs in the paragraph.
         - Added default rpr tag in pPr.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7216
        
        Change-Id: I5a1a1f251ccc5b555ea6bf3bac3e69af8b2b69b5

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [8829dbe6462bfbe035ec2319a9a5dbf879aae0df]

        Remove bad Emacs mode line
        
        Change-Id: Iffefd979cbe5c3ba8daafa92e33e9a288d2d906c

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [54101206ec3a4a5d8e2948d411dc8b51992add0e]

        OK to add optional bases to published old-style services
        
        Change-Id: Ie6f5f2a634171d9618f3229bcc18ad48fff80d35

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [382b013275f0dd81d6bbf299782f59d2735c5beb]

        Some ConfigurationProvider -> theDefaultProvider simplifications
        
        Change-Id: I7c25cd94f8a1ca339f7423c26f21f13c7a68906d

2014-01-08  Stephan Bergmann  <sbergman@redhat.com>  [b45e8153b28b7447a922129d3e3a182315c8b337]

        Missing forward declaration
        
        Change-Id: I1c7cb32819d70efaf470247c86e0ee8dcb3f9087

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fb7899e2423d26710200e46f66cf85894525afec]

        fdo#72774: Write test to ensure correct group items in pivot cache on load.
        
        Change-Id: Ib9656b8e321a12a6f971f5775aaed235eac8df58

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c2e88a32314012afb799e321ec1d658f99f71781]

        fdo#72774: Generate correct group items for the year group.
        
        This changes bring it back to the same algorithm used in 3.5.
        
        Change-Id: I16855cef1de133a1f886baa823d5b0d2b148e781

2014-01-07  Zolnai Tamás  <tamas.zolnai@collabora.com>  [d930cefbe65d8b7f21100fcbf2ddcd977dd15cb1]

        Startcenter: Refresh RecentDocsView when select 'Clear list' menu option
        
        Change-Id: I9cbe647563699b9b610661003084d2cd16093f9a

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [331518c39551afa3c63d0c2fc394af0e9566aa43]

        fdo#72774: Add test for group field cache population on file load.
        
        Change-Id: Iddde39da57db0d6be9f066f3e2bdb0526932edc6

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [256e4ccba8a331f2d30c6b5da9dca70206deadae]

        fdo#72774: Ensure that all the group fields are in cache upon file load.
        
        This resolves the originally reported issue in that bug (in Comment 1).
        
        Change-Id: I6fb85cff1eafb78d784605aa08e7d992a1ac36e0

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [47a7565315dcfc4271c2b2c205225d914a1a5094]

        Patch mdds to make available a method to empty multiple elements in one call.
        
        This is for multi_type_matrix.
        
        Change-Id: I7b1fcf6b16b5addbb76078506536542cddede25f

2014-01-07  Stephan Bergmann  <sbergman@redhat.com>  [94227ec32e4736d4a85e4d82be195eaef5ce45f1]

        -Werror,-Wformat
        
        Change-Id: If251feecff0cef5af4cb8f28cc40f7cf65fc55ab

2014-01-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [ddf30fb628c7fa5834eeb4169ac605e119723afe]

        writerfilter: drop unused rtf:{fdg,shpdgg,shpfbse,shpfHaveSpt} tokens
        
        Change-Id: I2783cb18a14ebf9835016102da42277d7716c4e4

2014-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6131787afbb32e1e12aac4cf4f65625d11d39f08]

        Fix fdo#70807: Page Style method isInUse() broken
        
        We need to check m_FirstMaster and m_FirstLeft too to verify is a style is used
        
        Thanks a lot mst__ for pointing how to fix this!
        
        Change-Id: Ic9c37c552893c17fba4aabcc0fd4beb7fe2550e8
        Reviewed-on: https://gerrit.libreoffice.org/7295
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2014-01-07  Stephan Bergmann  <sbergman@redhat.com>  [1f44df47a57006f72abf4853995cf76928ac6049]

        Fix build
        
        Change-Id: I7a5a647d0c0c5d86f0c7add7977c00f741d0ee40

2014-01-07  Stephan Bergmann  <sbergman@redhat.com>  [87d5f408180c0292fbf71ed71f564473beffe29a]

        Remove unused methods
        
        Change-Id: Ib1fb65981151ef1c0c1cd316790e9906d1072dfc

2014-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [7b7e3e48b88f168a5e16f645ca603df23a066b60]

        typo: type attribute of xlink:href is also in xlinkk namespace
        
        Change-Id: I229358f80a47d5644b068a9813faf60a3a7bd419

2014-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [67db0c190ed2fe0629380ca32d153d3f5ab475dc]

        to set version property, it should exist...
        
        Change-Id: I1ca20da284f61c54ea04a27e5a27a84041c505e5

2014-01-07  Lionel Elie Mamane  <lionel@mamane.lu>  [4933d0578e73130d9b06a849139934d952338155]

        ODB ODF standard conformance: xlink:href needs xlink:type
        
        Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7

2014-01-07  Maxim Monastirsky  <momonasmon@gmail.com>  [a62a80ac6cc0e337f4ff6d862bccc13c720d41ac]

        fdo#72521 fdo#73103 Fix editable combo-boxes behavior under KDE4
        
        Change-Id: I92a781a1e0f0adcb779155f8c477595e0dd762b1
        Reviewed-on: https://gerrit.libreoffice.org/7287
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>

2014-01-07  Caolán McNamara  <caolanm@redhat.com>  [85ecb74a6ace6b53e065e23df3ac502d136d1cd9]

        reduce warnings patches
        
        Change-Id: I7a861758236bbae7f82292123ff012de97e2f4de

2014-01-07  Caolán McNamara  <caolanm@redhat.com>  [350fa6154cada01aac8170be0f3cf2dbb690eca4]

        bump boost from 1.54 to 1.55
        
        Change-Id: I5c9d01fa1be54b81f2aedead5f55ae737fb25d5a

2014-01-07  Herbert Dürr  <hdu@apache.org>  [8fad6d99650c63dcc4a4ca4910d34dc4b901c00d]

        Resolves: #i123986# fix charmap accessibility for...
        
        code points beyond the unicode baseplane
        
        (cherry picked from commit 5a81299b05da6f1f9ec81246abe54c55f49793a4)
        
        Conflicts:
        	svx/source/accessibility/charmapacc.cxx
        
        Change-Id: I29eaf14211be633a8dd354aac9f308e4a18ba27b

2014-01-07  Stephan Bergmann  <sbergman@redhat.com>  [431b49fbec68c17c7a486ef0f577107d3dd27e55]

        No serviceNames attribute in Loader
        
        Change-Id: I6cc001d18683fc412f0ec0b6a33054d6e745463f

2014-01-07  Maxim Monastirsky  <momonasmon@gmail.com>  [00808a7b375c665f58c5c50a94405b37020950a9]

        Linux file pickers are not here anymore
        
        Change-Id: I0748afe45c2ff42c840e792df9ceba980dcdbed6
        Reviewed-on: https://gerrit.libreoffice.org/7289
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-01-07  Tor Lillqvist  <tml@collabora.com>  [f3f71d1d64e8d05260a4a49ba3e0191a089324b0]

        Drop the check of the SC_BACKGROUND_COMPILATION env var
        
        Change-Id: Ia33002819023c79160d921fbc1cca7a5c12d143a

2014-01-07  Tor Lillqvist  <tml@collabora.com>  [49bc2ac28fed51425f257558db4ed1e9c3522e6f]

        Add some more logging
        
        Change-Id: I637c365626242142a0f6fc0ac002fa9dd5f1340a

2014-01-07  Tor Lillqvist  <tml@collabora.com>  [3c37db6db90564431ebaf85afef1d8c30ddd8f61]

        Avoid assertion failure if group has been disabled
        
        Change-Id: I918f2716778ddd9ede56b5df731a531f97a3b24d

2014-01-07  Caolán McNamara  <caolanm@redhat.com>  [db666bdf0c048cec17669096cda414c4b48fc1ec]

        convert data range tabdialog to .ui
        
        Change-Id: I70e9064a13a751f6b0dae153522953eaf2ac53a5

2014-01-07  Steve Yin  <steve_y@apache.org>  [a75ed48dcd7c00881773afec53bb89f4f01d8462]

        Resolves: #i123622# No focus event fired on cell when new sheet is created
        
        (cherry picked from commit 68792ef189457094eb0fa1790c5895d7031571da)
        
        Change-Id: I1e0e523f32b4d6494110b41a7228a8e31784f2f4

2014-01-07  Caolán McNamara  <caolanm@redhat.com>  [0eb6b6ca8e0476d1f5c36fc54541f6abf687c178]

        Updated core Project: help  2fb21267953bd0f2f2509080cb8de86a50fc0f3f

2014-01-07  Khaled Hosny  <khaledhosny@eglug.org>  [4a8814e45ffac6a4cc14a3d7a183c11fd7c3f330]

        This duplicated files does not seem to be needed
        
        It was added in a16aacd6474f02307341646ec08f9e1608a8615d, but is not
        used anywhere and build completes fine without it.
        
        Change-Id: Iac036332157d5afa89a8e9735541e48cbd3b40fd

2014-01-07  Stephan Bergmann  <sbergman@redhat.com>  [92644eecd0d3b17ad4778961030d4f02eb6359ea]

        Grammar fix
        
        Change-Id: I714326ef7fe5c3fc632f6fae31d7e686bc61a834

2014-01-07  László Németh  <nemeth@numbertext.org>  [efae2d68dd1b94e28349c0ce26018d8f8689d5a5]

        librelogo: fix messagebox (API changes)
        
        Change-Id: I7fe8c26b7ca93319658c14abd1142f1623141ce8

2014-01-07  Tor Lillqvist  <tml@collabora.com>  [e1b14fa6557f0ded8b5149e28e00861b296dcb34]

        Fix syntax error
        
        Change-Id: I3967658c001479d0adc7a0f60dea97d1c0c64eb2

2014-01-07  Noel Grandin  <noel@peralex.com>  [66e173eb4456639ecd2e75fbb23a557a5b7c5932]

        Fix typo in my commit
        
        Fix typo in my commit 82625bb98e256b83351328d3bf2a14e3dd244eef
        "remove unnecessary sal_Unicode casts in OUStringBuffer::append calls"
        
        Change-Id: I593c6a8ce5be3d4e2783acd3800626d7eb9a0480

2014-01-07  Noel Grandin  <noel@peralex.com>  [82625bb98e256b83351328d3bf2a14e3dd244eef]

        remove unnecessary sal_Unicode casts in OUStringBuffer::append calls
        
        Convert code like:
            buf.append( static_cast<sal_Unicode>('!') );
        to:
            buf.append( '!' );
        
        Change-Id: Iacb03a61de65a895540940953b49620677b3d051

2014-01-07  Luc Castermans  <luc.castermans@gmail.com>  [347af397cafa97cfa7d5027f83fff784ca04a397]

        translated german comments
        
        Reviewed on:
        	https://gerrit.libreoffice.org/7275
        
        Change-Id: I86fef5ab012c7c464271afec3a0a5fa4d3c72f31

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [17b00767948f7add229ec589c06cd8c898032ffa]

        fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.
        
        Change-Id: Ibdb2b7ab2bae03875a3462816e860f58d9076457

2014-01-07  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8728f8e8705cfb6875a315aef85ec6004604e702]

        fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.
        
        Change-Id: I0fc1fd069440ed6fee378fc2dfd2ed761afbdeab

2014-01-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4a7a6b46c0dc779581f271b9e6c13c365eca7ab8]

        fdo#73001: Simplify the selection function logic & calculate correct results.
        
        Fixing a bug and cleaning up the code all at the same time.  And don't forget
        to write test for it as well.
        
        Change-Id: Ia0322c4bebd4c5debcbfa4bb0902afbe581208b2

2014-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0d5d26ad74cc7b6470d1e0c8951bee548c7ba17]

        DocxAttributeOutput: factor out writeVMLTextFrame() into DocxSdrExport
        
        Given that DocxSdrExport doesn't know DocxAttributeOutput this requires
        also moving a number of data members into that class, which is probably
        also a good thing.
        
        Change-Id: I7e9c7def505e11e5e27a2bf86544d2b66d9b3f86

2014-01-06  Julien Nabet  <serval2412@yahoo.fr>  [9ca4e6e1940a22cf82cc492da6a3ce0b3d8e0e80]

        Fix extra right parenthesis
        
        Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e

2014-01-06  Andras Timar  <andras.timar@collabora.com>  [5b8ad54cc596a58da1f79937cc6709ce0799ac7f]

        EMF/WMF: parse line cap and line join
        
        Change-Id: I081ae9c24e48912631dcfe4aba8a06ff2680aaf5

2014-01-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6404567b0ad3dab20f39eb93114a30f0b2016f31]

        Avoid memcpy completely
        
        Change-Id: I3d27935918930af71f02354696134def6bd052b6

2014-01-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b4ea08def28a510212f4de355b384e8542c014d4]

        Try not to use ScDocument as a "anything can go in" storage place.
        
        There are things that shouldn't be stored in ScDocument believe it or
        not.
        
        Change-Id: I6a06327549851fae0fdc0defbc716285d8456aa2

2014-01-06  Michael Stahl  <mstahl@redhat.com>  [45c537a1185dfca7e51229dde9e9220e5174bd57]

        fdo#73087: python3: upgrade to version 3.3.3
        
        - drop obsolete/upstreamed patches:
          python-3.3.0-ffi-clang.patch.1
          python-3.3.0-15833.patch.1
          one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in
        
        Change-Id: I12f0f78a172067986b63455847015ea2430a084c
        Reviewed-on: https://gerrit.libreoffice.org/7278
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2014-01-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4796d5dde115cc56eeddb67f38ce7b9f490e886d]

        Add unit test for getting data entries. This used to crash at MAXROW.
        
        Change-Id: Ia904f69ddebcbd61e4ad3b97a0ace3db2d3a33e7

2014-01-06  Herbert Dürr  <hdu@apache.org>  [9e77ddcd19d328c54ed0fb3ebb83f585b85f0249]

        Resolves: #i123817# prepare codebase for updating to boost 1.55
        
        (cherry picked from commit c31988351c10e9f3fd783730d95da34efd52c153)
        
        Conflicts:
        	basic/source/comp/parser.cxx
        	basic/source/comp/token.cxx
        	dbaccess/source/ui/dlg/generalpage.cxx
        	sc/source/ui/unoobj/chart2uno.cxx
        	vcl/quartz/salbmp.cxx
        
        Change-Id: Ic9580f2d4a44959cb3e38906eb4153b2c2a54899

2014-01-06  Lionel Elie Mamane  <lionel@mamane.lu>  [01329972d89ddfd30d197b7947c571fdb83b0cf8]

        fdo#37167 create statement before execute/wasNull/getBoolean
        
        This populates "object" member variable.
        
        The "createStatement" calls were removed in:
        
         commit b9392a36645d8632b97ad79240f483b3a1683b61
         Author: Ivo Hinkelmann <ihi@openoffice.org>
         Date:   Thu Apr 23 10:42:05 2009 +0000
        
            CWS-TOOLING: integrate CWS dbaperf1
        
        This was most probably in error since the call is not removed from the
        other modified member functions in this commit and/or failed to
        aaccount for the scenario of no parameter (and thus no setXXX call
        before execute).
        
        Change-Id: Ic0e7b7b64ea496791f32c1416aa7d4416f909616

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [0183d4cf7e3311625d3544395229b5ccd0f7bc4d]

        convert col or row dialog to .ui
        
        Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [11cde981f5f9f4d037f0f0f73a14e928eab23075]

        Updated core Project: help  792806c6d7a924bf04ef90aa582ed5966a72b70b

2014-01-06  Stephan Bergmann  <sbergman@redhat.com>  [be58acfe2b8bc453b1b8b10bd6349599730d0d78]

        Thinko: The macros must be based on service instead of implementation names
        
        Change-Id: I80fe00310f934fa335ade5fcdef41c44cc6ab69c

2014-01-06  Philipp Riemer  <ruderphilipp@gmail.com>  [62ab589282ad4fb96e1b8d1f9cc13090276f49ca]

        translate German variables nUnten, nOben, nMitte
        
        Change-Id: Ib8a1a7dee98f39f3fe10c0244f1888ecc55e7ff3

2014-01-06  Philipp Riemer  <ruderphilipp@gmail.com>  [bf21fbf78567dc526d6dbc2f629d1a579b4c45e2]

        translate German comments and convert them to doxygen style
        
        Change-Id: I5e77f951b5a34e54d924c785f277ea88d155c56a

2014-01-06  Philipp Riemer  <ruderphilipp@gmail.com>  [721f688b1339f878bce993fefd194304b23cb230]

        remove visual noise in sw/source/core/text/wrong.cxx
        
        Change-Id: I8069602fd9d1fe127213bae118fd6ff358703eb3

2014-01-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4b4a870b176cf5ff9ee84fc5b16f4df1d8eeef94]

        Avoid some memcpy when not necessary
        
        Change-Id: I9b838fc8392bc61be4ed911fb1423a1e97af2356

2014-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [52263eb4ee841ff101fa54e7fb95d76d2070f91b]

        DOCX export: implement drawingML export of TextFrame AutoSize
        
        Change-Id: I180158bfa0bd36ed1360d10788e7921c2fa945a7

2014-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7e6a5f9850a36d72339799b3981369790113d12]

        oox: handle a:noAutofit/spAutoFit in WpsContext
        
        Change-Id: I568e8d95f263b30579a2eec49abe8ae45f7f2e96

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [5f8d2ac5f3d6bd69fae981f6872bfcfac9c2d611]

        pGlyphIDs->pGlyphIds
        
        Change-Id: I6325ef720294e5f3faf239fd1f18a53248d9403d

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [8c0bb201382d839124fb9a9c8906e2c2018a6939]

        avoid out of bounds string access
        
        Change-Id: I0a0affea08528fc9bd729ab01cdb5fa6e9f8e18f

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [894a3598371c812604832bb1b698ede58cae4427]

        CreateScColOrRowDlg is unused
        
        Change-Id: I1194d111eff8eeafb656d743af12d71523a65ac8

2014-01-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [2927ae7ac8b8f3cdeedb9467356f10b047eb4d75]

        cp#2013101510000026: fix file coruption caused by comments' doc export
        
        Plcfbkl contains only character positions. The Plcfbkf is that one
        which contains additional informations.
        
        Change-Id: I9bd8eec5c8e64d9d757764dae51bcb866456cdc9

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [0194b9f5eb6ce5384a706c750f1412bd2470206e]

        convert customize tab dialog to .ui
        
        Change-Id: I95463021b388e936e8982454b91e58036e3920b5

2014-01-06  Herbert Dürr  <hdu@apache.org>  [a16aacd6474f02307341646ec08f9e1608a8615d]

        Resolves: #i123840# add and use the sal_GlyphId type
        
        Using the central definition adds consistency and cleans up many ad hoc
        declarations. The type sal_GlyphId will become a class in the future so
        that its bitfield operations etc. can then be isolated into nice methods.
        
        (cherry picked from commit c0a84ad10964fb7a65b6239cbe1cef8698b5d17b)
        
        Conflicts:
        	vcl/aqua/source/gdi/salatslayout.cxx
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/generic/glyphs/gcach_ftyp.cxx
        	vcl/generic/print/genpspgraphics.cxx
        	vcl/generic/print/glyphset.cxx
        	vcl/generic/print/glyphset.hxx
        	vcl/headless/svptext.cxx
        	vcl/inc/generic/genpspgraphics.h
        	vcl/inc/generic/glyphcache.hxx
        	vcl/inc/os2/salgdi.h
        	vcl/inc/quartz/salgdi.h
        	vcl/inc/salgdi.hxx
        	vcl/inc/sallayout.hxx
        	vcl/inc/unx/salgdi.h
        	vcl/inc/vcl/fontmanager.hxx
        	vcl/inc/win/salgdi.h
        	vcl/os2/source/gdi/os2layout.cxx
        	vcl/os2/source/gdi/salgdi3.cxx
        	vcl/source/gdi/pdfwriter_impl.cxx
        	vcl/source/gdi/sallayout.cxx
        	vcl/source/glyphs/gcach_ftyp.hxx
        	vcl/source/glyphs/gcach_layout.cxx
        	vcl/source/glyphs/glyphcache.cxx
        	vcl/source/glyphs/graphite_layout.cxx
        	vcl/unx/generic/fontmanager/fontmanager.cxx
        	vcl/unx/generic/gdi/gcach_xpeer.cxx
        	vcl/unx/generic/gdi/gcach_xpeer.hxx
        	vcl/unx/generic/gdi/salgdi3.cxx
        	vcl/unx/generic/gdi/xrender_peer.hxx
        	vcl/unx/headless/svpgdi.hxx
        	vcl/unx/headless/svppspgraphics.cxx
        	vcl/unx/headless/svppspgraphics.hxx
        	vcl/win/source/gdi/salgdi3.cxx
        	vcl/win/source/gdi/winlayout.cxx
        
        Change-Id: Ic629131950360e2df4c15db30d6a5362193c6330

2014-01-06  Tor Lillqvist  <tml@collabora.com>  [8723bf714b6156396f30ac71c0268e5a51c76337]

        Bin mysterious FIXME comment and 'if (0) return 0;' line
        
        Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f

2014-01-06  Michael Stahl  <mstahl@redhat.com>  [0edcb5438621b967132916052e89acb9da0f9798]

        .gitignore: add test-install/
        
        Change-Id: I41c617e27f34f730a3905fca67d841bdf237b5fe

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [ea89ba42e2d09b074043b70f2d38b9f5b4684261]

        convert module and dialog tabpages to .ui
        
        Change-Id: I2954a734b44be22d4d7ffae17480dde1c0ac64e7

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [8c51c5fa11bc09153bc3401045621b34fe21a0a4]

        basctl::CheckBox all loaded from .ui now, drop resid ctor
        
        Change-Id: Ie11fdcea9d307518cabfa519ddccc65997250519

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [cc88b3a3064149f9894b303d2609efe1e368de7f]

        Updated core Project: help  e6b3e8a539ae36e71087ae8c26812be103492c8c

2014-01-06  Andras Timar  <andras.timar@collabora.com>  [b7f339e37e68bc344572b239a4b4ca44483eff8f]

        fix copy&paste error on UI
        
        Change-Id: Id45ef565883069705bd7dddf5f5ec1c05f4f9b63

2014-01-06  Zolnai Tamás  <tamas.zolnai@collabora.com>  [28b8f43d071fb62fe4205648daa33f80c1b4b4a8]

        Startcenter: add icons for 'Open Files' and 'Templates'
        
        Change-Id: Ic9e584f63e374e977ce18115173d18083d2e44a3

2014-01-06  Steve Yin  <steve_y@apache.org>  [296cd762c9730ead75767cf7bbc5f5845f18168b]

        Resolves: #i123629# [ia2] Invalid focus event fired after editing cell
        
        Some Coverity issues fixes
        (cherry picked from commit 5478c54be2de808663565e53250c8a4055b390c9)
        
        Conflicts:
        	sc/source/ui/inc/AccessibleCell.hxx
        	sc/source/ui/inc/tabvwsh.hxx
        	sc/source/ui/view/cellsh4.cxx
        	sc/source/ui/view/tabvwsh4.cxx
        
        Rolled back some coverity issue fixes for mac build
        
        (cherry picked from commit 15e6a8263ae6181ac4912b94af8cb63adc34a86d)
        
        Conflicts:
        	sc/source/ui/inc/AccessibleCell.hxx
        
        a727d3c7f819c8d0082a9fb017351d5307877fa6
        
        Change-Id: I03b63c655bd55e5fb92d95490eaa4bb081b8ee7d

2014-01-06  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [91bbb55f2877aada6f4bee966185287eeb3aaadd]

        $MSM_PATH($msmdir) needs a path separator at the end of the line.
        
        A error occurs in Visual Studio Express and Windows 7/8/8.1 environment,
         if a path separator at the end of the line is missing.
        The registry entry for Merge Module directory has a path separator as suffix.
        
        Change-Id: Ic1c51716631980e89f5bfa11a1d76b45c35e920e
        Reviewed-on: https://gerrit.libreoffice.org/7272
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2014-01-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [ddaceeaf227f5e0f2dbc6016ac20632421758adc]

        Move default: to end of switch
        
        This helps prevent silly people like myself from asking about it on
        IRC. Basically it is a coding convention, I've moved the default to
        the end of the switch block.
        
        Change-Id: I43ace7cb9fee4cff0b12be8d3f6b3669b270b898
        Reviewed-on: https://gerrit.libreoffice.org/7277
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-01-06  sushil_shinde  <sushil.shinde@synerzip.com>  [854d7a1cc77b82ef6b5d72a7889743c1ebe6fe6e]

        fdo#73217  : Textbox with picture fill are rendered and saved properly.
        
           - Bitmap url was not stored propertly for textframes.
           - Exported background image fill for text box properly.
           - Added unit test.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7259
        
        Change-Id: I1fbab24b2a83b22be04fd6950c80ddf274436738

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [6fd47306eb393d3c99c552ffc851f4edf245f8c8]

        convert lib page to .ui
        
        Change-Id: Idd9e3c1ab1c63baa11f503c20d46f3d13e6f78a3

2014-01-06  Caolán McNamara  <caolanm@redhat.com>  [ab05bba2fb6c92c5c1e34ec8e5f97e420eb2ed2e]

        Updated core Project: help  30a52763d36fe64b9d6c170032404b69f823b5c9

2014-01-06  Andras Timar  <andras.timar@collabora.com>  [9a319e930cf649346985e9e87e95945d447beae4]

        Typo fixes in Math tooltips
        
        Change-Id: I7623fd53dd60fdfd9afb99135b79adfb434aa72a

2014-01-06  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [46d0619b547a0decb6dfa8836d1ad63c90ef2f9a]

        Transex3: modify src list localization/merge part
        
        Avoid using numbers to identify the list items because
        using numbers can lead to mixed translations. Use the
        corresponding string instead.
        
        Remove a hacky solution for mixed translations.
        See: 95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1
        
        Change-Id: I6f1d48bf71fe2146f04f53c6b474dd7c0ce98678

2014-01-06  Steve Yin  <steve_y@apache.org>  [6242f8262f4d7ac15e9fe20da0e8d3475e9f5cf2]

        Initialize m_containedObjects
        
        (cherry picked from commit 795b3bb9e59c9bf049d27538c860cd66633dddcf)
        
        Change-Id: I45e495ad8b3513613102b7ce7777803303980fbe

2014-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [430246ef14e79643ff93a981d56086acd259d055]

        oox: handle pic:pic in WPG groupshape import
        
        Change-Id: I7de11251bc4e1b58f9cb308e8b698d4c8c1a58d3

2014-01-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6d1ccd8024c9a90bf8f5732ce1e2b957e8048e7]

        oox: fix XML namespace of drawing::GraphicObjectShape in DML export
        
        Change-Id: Ia7fb126f30ff1c4cd2f5fb8a5c71a87dd5e1d5c9

2014-01-06  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ed738c515148c34d80474bba516e465c42a86b53]

        Updated core Project: help  0bc39603e6373140f488a4e0403b83456e4e16d9
        
        Update help for X error bars
        
        Change-Id: I732574ad89d5341fb9e8cd988b342bc9daa80191
        Reviewed-on: https://gerrit.libreoffice.org/7262
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        

2014-01-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a6070efb880e4c8fca54b900e807d9233bcb25fd]

        Don't crash when entering a value into cell at MAXROW position.
        
        Beucase that would be bad.
        
        Change-Id: I7ce22105d88346f1cda12897eb57923dee8bd467

2014-01-05  Caolán McNamara  <caolanm@redhat.com>  [be4035d00f37c492494fa7860955b6d0868c7f77]

        convert callout tabdialog to .ui
        
        Change-Id: If16ddb848eb0a46d0d5d91cb6366a6e268cd1b7a

2014-01-05  Caolán McNamara  <caolanm@redhat.com>  [79283929ac9b8e56516b70c8381e0c31f1c68645]

        convert callout tabpage to .ui
        
        Change-Id: I7f13a14d44cdb9be22cc2e9c6cad02f273729088

2014-01-05  Caolán McNamara  <caolanm@redhat.com>  [acb82cdefb2055a75e251a400a8fdc93276e98f5]

        Updated core Project: help  408db7097243c46222e0388430fd809cf01f1b11

2014-01-05  Luc Castermans  <luc.castermans@gmail.com>  [455b403aaf2caa98961971fa5ecf6d7237657847]

        translated German comments
        
        Change-Id: I75c7611c36c15fb36e00de239f5b322adb182e73
        Reviewed-on: https://gerrit.libreoffice.org/7273
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-05  Michael Meeks  <michael.meeks@collabora.com>  [ed6b4dc7f615a51fc87a81786f9ad7673a84e06a]

        package: avoid un-necessary modification event work.
        
        Change-Id: Ia4b4e3edccf661b8c5f474c5c7474b5f9e497fcc

2014-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [02db0f95b716d9fee41dadd3f6c8448c76e70dc5]

        sw: whitespace fixes in docxtablestyleexport
        
        Change-Id: I8a1b1dc0e7e6a5ab149c43028a539b636bd87afc

2014-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4db3ac593c7c49dc584399a40fa8275025adb3c]

        RTF export: write RTF_FTNSEP and RTF_CHFTNSEP if necessary
        
        Change-Id: Ie680436df68ea6287437f792d97259ee0a840ee1

2014-01-05  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [0282ab3c3aa89938d944e8823d0ae4cd0cdeaaf2]

        fdo#73117 fix switched true/false explanation for HYPGEOM.DIST
        
        in function wizard.
        
        Change-Id: I768620967728c619e051e35e8ff472ae12f1404d

2014-01-05  Philipp Riemer  <ruderphilipp@gmail.com>  [e4a98b2b7da8e8ae0de8d489d9f9d79993db5326]

        remove empty or
        
        This is an additional commit to 66397a4fd222757a8bd651c0c297615319eac4a5
        
        Change-Id: I61df7984090e984f50788d0c2573d3bf8bac233b

2014-01-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e1afe4318787425dc40f2d0b1f02fa17e925c8da]

        RTF import: handle RTF_FTNSEP and RTF_CHFTNSEP
        
        Commit 330b860205c7ba69dd6603f65324d0f89ad9cd5f (fdo#68787 DOCX import:
        handle when w:separator is missing for footnotes, 2013-09-04) disabled
        footnote separator by default in dmapper, as the OOXML tokenizer always
        provided a uFtnEdnSep in case a separator was wanted.
        
        Let the RTF tokenizer do the same, this way we're in sync with Word
        again: if RTF_CHFTNSEP is in RTF_FTNSEP, then we show the separator,
        otherwise we don't.
        
        Change-Id: I74b46c5d71227682e093695336dc9eb6fde22121

2014-01-05  Tor Lillqvist  <tml@collabora.com>  [16adb05eb347fc17e80883e2930432857c945fbb]

        WaE: private field 'nWinkelTypePos' is not used
        
        Change-Id: I1e1c2401e4934be442bdc4e56ae5f0c04ce66ea7

2014-01-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3df9adb1b0031e77977431c90edee651b2aaa195]

        remove broken DBG_UNHANDLED_EXCEPTION macro crap
        
        this breaks quickly doing a `make sw debug=T` hard, with e.g.
        
         sw/source/ui/vba/vbasystem.cxx:239: undefined reference to `DbgUnhandledException(com::sun::star::uno::Any const&, char const*, char const*)'
        
        fix this for --disable-dbgutl builds too before reverting this commit.
        
        Change-Id: Ie54d63ea11b4e36c737b22099027711ad0435acc

2014-01-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d6bc2204e81fecccfb56517b34d67a0522eeae0d]

        ancient USE_MEASUREMENT define is never set
        
        Change-Id: Ib5c1001c08ac194367c211506416abaee1f156c8

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [6670e1f5df7f6b27b9af07d1b401d8bc1e474f73]

        near obsolete SdrCaption dialog has Not Implemented Yet stub
        
        and it's never going to be now, so remove unused WINKEL elements.
        
        The whole SDRATTR_CAPTIONANGLE attribute is under doubt methinks.
        
        Change-Id: Ie51eb8efbeb9a2e70780f2e19ddc57b2fb9a86eb

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [1d4f3c627f8af013645c0e93da9323c1800acc0c]

        Updated core Project: help  39412225c497bc279345025bb6325ec0d0c2ac25

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [c2b40175fd2b6ec2169e89ffd3bac14a3cf679dc]

        convert calc paragraph dialog to .ui
        
        and that's the last TabDialog in calc converted
        
        Change-Id: Idecf1b4ba991f7b59e40ea0f0813a5dc5644dfd3

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [51640a1bcdc17a87c2f5dd9348bd2d4493bd05e6]

        convert calc character dialog to .ui
        
        Change-Id: I305b18bea24377dcd98b3e06c4cf75bdbdd4d717

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [44029ade1bc023fea3ebf6b84ffb272498daaf67]

        convert chart shape paragraph dialog to .ui
        
        Change-Id: I5682ccdaa7d0f877310b937ad12ceeeb0b91c350

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [204c2a1a022b2e1c29f3a5e33a031758d43703b7]

        convert chart shape character dialog to .ui
        
        Change-Id: I03917fdceebdf5bd06c04f5719615092ee166852

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [16cb303c88c350f911a9a5acb98c6ad450bd1632]

        unused define
        
        Change-Id: I81e720c0601d701b114cd27b596e3b2df7ec3cdf

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [e6f6818b44fe1dbaba815aed31510609ec456bc6]

        convert new lib dialog to .ui
        
        Change-Id: I99043f2c259b56a7bfc2e7251f128b692e7d0e7f

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [bb90d11bd892b6114aa2515549f62967428cef48]

        std::auto_ptr -> boost::scoped_ptr
        
        Change-Id: Iec75c8356aac9d75a478eaae329dbd2400e3a06b

2014-01-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ef98d63a0d51b5c8dbf4d4c0b4d678eca2c75905]

        speed up install-package-$FOO
        
        - make packageinfo needs to see the all the Makefiles
        - however, usually it does need to be called only once for a build
        - thus, doing the generation of the packageinfo files in recursion (with
          parseing the full Makefiles) and full generated dependencies,
          therefore allowing the install targets to do their work without
          parsing all the Makefiles and hence quicker
        
        Change-Id: I477a528dcdfc3fbf5d7147bf328672ab13ece8da

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

        unused dialog definition
        
        probably since the new vcl print dialog
        
        Change-Id: I0cba1399682920c3bb5c9c40a80457a27cc1506e

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [c516272fae2830871a028e15c46536a993c4eea6]

        add a border around this widget
        
        Change-Id: Ib2936eb69a25c59574bc842e4d88accb0cc75558

2014-01-04  Michael Meeks  <michael.meeks@collabora.com>  [2c066ac3df6dd0a3457810a6650c5b2bc246f03f]

        fdo#73280 - always advance the iterator to avoid an infinite loop.
        
        Change-Id: I62f2d8ec5d6d62f1dbe9657cfbbbc90c56cce812

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb30c9ed78e12493de9b50eac85db7ff490a8670]

        writerfilter: remove unused operations section from doctok/resourceids.hxx
        
        Change-Id: I82d552757fa89c43dbce6df2637e703db436565f

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [24096f480206888610cba0e6dde8ceb86a6b141e]

        writerfilter: move LN_blip to the NS_ooxml namespace
        
        It was confusing, this token is only produced by the ooxml tokenizer,
        still the token was in the rtf namespace.
        
        Change-Id: I1aeea8f4943bbb91a07daec5ddbe01d364f6fb11

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4048a83443900a4b54271489a145ef0b6d7bf1d]

        writerfilter: stop producing NS_rtf::LN_XSTZNAME1 in rtftok
        
        The already existing NS_ooxml::LN_CT_Style_name token does what we need
        as well, remove unnecessary duplication.
        
        Change-Id: I348001925dba126f8f3dc7fef01e9bd503288b69

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [660127241f23bf1d665b1a3b64e0f16155488d9b]

        writerfilter: unused rtf{cellLeftColor,cellRightColor,shpblipbname,shptypename}
        
        Change-Id: I9210c756d47afa5c7a79fab7bfbcd32c7fe95798

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [c1e9629ce1565b32df5068bff0625c02394bed10]

        writerfilter: drop unused rtf:{shd,cellShd,cellTopColor,cellBottomColor}
        
        Change-Id: Idd8449eeb86965f2a684641b3290a7d915b6bc74

2014-01-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf0c282f03c5b0e86745a1cbec5665fb297e5a9d]

        writerfilter: drop unused rtf:{tbdAdd,rgbrc,cellx,tc} tokens
        
        Change-Id: I269c2ca52f4b7f724138d74ef0ca43ea9360002e

2014-01-04  Jan Holesovsky  <kendy@collabora.com>  [0459682b4186b7522783e33cca3791420559817a]

        hidpi: Blind fix - avoid double scaling by updating GetItemImage().
        
        I guess some code uses GetItemImage(), and then SetItemImage() again.  To make
        it work, scale the image down in the hidpi mode.
        
        Change-Id: I1ce9fdb28564b829253d7a9c7eabb46019e68876

2014-01-04  Keith Curtis  <keithcu@gmail.com>  [ae37972cd25117d467d34ee8591c21dcbb5a0fec]

        hidpi: Sidebar, fontwork, autoformat and other improvements.
        
        This is a second batch of HiDPI changes. It fixes the following areas:
        
        Sidebar
        * Impress Master pages preview
        * deck title height
        * tab (icon) bar
        * valueset dropdown control
        * wider maximum width
        * Draw and other misc. buttons which didn't get fixed by earlier
           change to Toolbar.SetItemImage
        There are several more sidebar issues, but it is much improved.
        
        Other changes
        * Writer and Calc auto-format dialog text
        * file-properties document image
        * fontwork gallery preview size
        * Calc table border control
        
        Change-Id: I95a0169a3b011836b1c75b3dcacb2733c9567ef3

2014-01-04  Arnaud Versini  <arnaud.versini@gmail.com>  [bdc192739892114e8b159a8af185ff28b873e748]

        Resolve fdo#72632 by adding missing break
        
        Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0e17b
        Reviewed-on: https://gerrit.libreoffice.org/7270
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2014-01-04  Julien Nabet  <serval2412@yahoo.fr>  [06824ff1dede6fb2a17417eb934a5d8fc515ee35]

        cppcheck: const_cast instead of C cast
        
        Change-Id: I9b4a01364ff8b8c82fec687ab0cbd73952b3e237

2014-01-04  Julien Nabet  <serval2412@yahoo.fr>  [980a6e552502f02f12c15bfb1c9f8e6269499f4b]

        cppcheck: Clarify expression with parentheses
        
        Change-Id: I71333af38adba1d916138835e28419bb62cd1db4

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [d88bf2aa5648caa01edaf2252166d0724fad0a49]

        convert edit duration to .ui
        
        Change-Id: Ifb1ae6b96a42642c05f294cccfe0c4bd4e65dd8c

2014-01-04  Caolán McNamara  <caolanm@redhat.com>  [d197a079cb2423c6519466766be505d5c31dbd61]

        unhelpful stray backslash
        
        Change-Id: Ic72892978ea7e8edb409b9260a2d37cd3d3212bd

2014-01-04  Siqi LIU  <me@siqi.fr>  [28aaa622c72bbb4897c9d886aa98707229d510ff]

        make marker default to 1 to avoid dead loop
        
        Change-Id: I3a6d3ae1797e76b8aed14ca46d35c2ea7bd99960

2014-01-04  Siqi LIU  <me@siqi.fr>  [d6fdb0b4666fa92c937593a704ef40348803ff62]

        fdo#72666 fix for brocken NumericBox constructor
        
        Change-Id: I6c9a981f8de35314edb51cc5f0fc11adfe6c1b5b

2014-01-03  Eike Rathke  <erack@redhat.com>  [a7d6e1f3eb60e4b73092dfe3f21501b4d150f041]

        resolved fdo#72949 evaluate criteria on the query range
        
        ... and not on the result vector if that isn't included.
        Actually implements a TODO introduced with
        c008dc483f8c6840803983e7e351cec6fdd32070
        
        Change-Id: Ic6c7ae70651aca21f22f10f76f94eb8690536bef

2014-01-03  Caolán McNamara  <caolanm@redhat.com>  [7dce44a5218ecd683eb677f875a54d462331b4e3]

        Update copyright in NOTICE to 2014
        
        Change-Id: Ibedf03b5b2ec5d54de498393158cdf116c56e51c

2014-01-03  Caolán McNamara  <caolanm@redhat.com>  [75137e6e9f0479c72543993f647f43480cde6010]

        convert default language dialog to .ui
        
        Change-Id: Ia4d5b983168d6645fce8e2549db2b6c3fd410690

2014-01-03  Caolán McNamara  <caolanm@redhat.com>  [3aa3551ed73a026d552cd967988b987532f765ce]

        add some borders here
        
        Change-Id: Ica1f2872759366120b9329f168f18788a8e239b3

2014-01-03  Caolán McNamara  <caolanm@redhat.com>  [062bdbd252c37276dce2df97525e7d654a2c114a]

        Updated core Project: help  c975424cf117d37b7369ec51731599b2deee8ef6

2014-01-03  Tor Lillqvist  <tml@collabora.com>  [fe5fb2538d9591d94cddd7ad3d09890adf58c105]

        WaE: C4309: truncation of constant value
        
        Change-Id: I041989979321ad49341776a9a7fee4b46c0241ff

2014-01-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [353deb444bc6348e2747da73b7ea387ad7628e99]

        Update internal mdds to 0.10.0.
        
        Change-Id: I8b69198a00c1f0dc900dfb448d4df520aac39bbf

2014-01-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [24282a3bd62416bbcca5847ff35ef0c22ad6dac4]

        Fiy typos: nInitalsLen -> nInitialsLen
        
        Change-Id: If3d4ee2d860d89378276aa9be212a59ec958c9e2

2014-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb2b7d243dc75578c76b8e5801a63b9a93389bb7]

        oox: fix handling of noop parent transformation from DOCX
        
        It seems that in Word, a zero parent transformation, like:
        
        <a:chOff x="0" y="0"/>
        <a:chExt cx="0" cy="0"/>
        
        means the child shapes will have an absolute position / size. We
        actually use this feature in the exporter, but so far the importer
        didn't handle this.
        
        Change-Id: I250784a3dddd23649e391b548fc128dfdf153614

2014-01-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [f2945255df273404ee2457dcf761cb8f334b732b]

        cp#2013101510000026: doc import of comments affecting more text nodes
        
        Change-Id: I3932d82cb4cd640b19957b93cc7e59711af1b564

2014-01-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [5969eec0e998804eba77338b17de90737e2acb43]

        cp#2013101510000026: doc export of commented text ranges
        
        Change-Id: I2d31da5d659edcbebc682d5604d2db24b5e341fb

2014-01-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [0127e3dbabaf24c6c0d828e6d26357ff0b63c3fb]

        cp#2013101510000026: fix doc export of comments initials
        
        It seems comments' authers were exported twice. Once istead
        of initials.
        
        Change-Id: I082fb5caea99df013922e16c5d8d4ef29e866665

2014-01-03  Zolnai Tamás  <tamas.zolnai@collabora.com>  [12e287220ebaf3a8f5eaf7bf526dce2c47f45a20]

        cp#2013101510000026: wrong highlight of commented text range imported from doc
        
        When makeFieldBookmark() method is called with
        ODF_COMMENTRANGE it will ignore the added field name and
        generate an own one. We have to set the name of the
        SwPostItField to this generated name so these two names will match.
        
        Note: lTagBkmk is only an identifier but not the exported name
        of the fieldmark so we don't need to stick to use it as
        a name.
        
        Change-Id: I499abdcce1be0563c308bcf9f5c0a959a07f858b

2014-01-03  Caolán McNamara  <caolanm@redhat.com>  [6fd7f5b1c931051b9fff31436955c1c6af00d135]

        convert import library dialog to .ui
        
        Change-Id: Iaedcbeb5618ece65692a9688ccb5c13aad1e6626

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

        Updated core Project: help  15adc2f98ad2c73be8c746d5720f83bfd0e7fe1f

2014-01-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [837bdd502e692c16627bcae416470b919e455ce1]

        I forgot to add a terminator here.
        
        Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0

2014-01-03  Kohei Yoshida  <kohei.yoshida@collabora.com>  [724a8ccd81567a2ad93111a9cac257eb7ec7819f]

        fdo#73113: Write unit test for LOOKUP.
        
        Change-Id: I1486b6ba9604c97601df142a32b211ce0aec7f09

2014-01-03  Steve Yin  <steve_y@apache.org>  [6b8704d974abd4ab7fb58036a961fa0b7136aaa7]

        Resolves: #i123909# Select one column, paste cell range...
        
        with merged cell in, no response
        
        (cherry picked from commit acc76cb44c51fbefc8f34009300acb9382c3ad27)
        
        Conflicts:
        	sc/inc/attarray.hxx
        	sc/inc/column.hxx
        	sc/inc/document.hxx
        	sc/source/core/data/attarray.cxx
        	sc/source/core/data/column2.cxx
        	sc/source/core/data/documen3.cxx
        	sc/source/core/data/document.cxx
        	sc/source/core/data/table4.cxx
        
        Change-Id: Id9c1e0fe86876da6e39ea2b34a484d69eb5d8633

2014-01-03  Tor Lillqvist  <tml@collabora.com>  [1cedea0eef581bccb5767bca49875261d2308326]

        WaE: C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool' in operation
        
        Change-Id: If67bcfa3f3faaf7ed48493a0f8281fba70431abf

2014-01-03  Eike Rathke  <erack@redhat.com>  [9cf662e46b30f46bdbc473b0e605be8cfca1d4af]

        added EUR/EEK and EUR/LVL factors for internal CONVERT(), fdo#73239
        
        Change-Id: Ia385cbba240d1d8095e8a6ed6f4798d99c14794d

2014-01-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [92518d513fe021be58a0bbeb04fd9306eb23ebda]

        drawingML import: fix default character height of WPG rectangles
        
        The problem was that due to setting it to 18 in oox, the rectangle
        didn't inherit the default 11 from the document.
        
        Change-Id: I05c3b9c1d64eec58695e2039651a5f015df1f9e4

2014-01-03  Tor Lillqvist  <tml@collabora.com>  [51145fa54451a7a068df30af0f7319b25104d1e6]

        WaE: C4701: potentially uninitialized local variable 'aErr' used
        
        Change-Id: I420a103fc62091319ec2d466c037d7c6631dde5d

2014-01-03  Tor Lillqvist  <tml@collabora.com>  [308fdfb1a9176f65c11d82b95e3aa73b87e2fe47]

        WaE: C4101: 'e' : unreferenced local variable
        
        Change-Id: I06c0f9dc742736f632ed9210ae954e0dc19ca19d

2014-01-03  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [9679e9c23216decb5f9f25f85b04cb3f25211111]

        fdo#69649 Fix for pre-rendered Table Of Contents
        
        Added Import and Export Uts for the same
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7207
        
        Change-Id: I966b3d268dd407aa05823e29fe1da4d097091265

2014-01-03  Andras Timar  <andras.timar@collabora.com>  [c619f8747bcf04454645774729ccf5d91fac55f1]

        Updated core Project: dictionaries  c95f482ac7ac866047864c47f87a8751e634749d

2014-01-03  Eike Rathke  <erack@redhat.com>  [5bf0a838e800605e95b5b03157bdf0780db497e6]

        added LVL Latvian Lats to Euro Converter, fdo#73239
        
        Change-Id: Icc6f9c40a39f08bb0bcbed6d25c99f0e67cb608c

2014-01-03  Eike Rathke  <erack@redhat.com>  [e625d00439f725b01f3818859e95e431e6173d57]

        die binfilter die die die
        
        Euro Converter tried to obtain filters for names of binary filters that
        don't exist anymore and can't be resolved hence the TypeDetection
        GetByName() bailed out with an exception when calling the file picker
        (e.g. when attempting to select a document), stopping in Basic
        environment and effectively rendering the wizard useless.
        
        Change-Id: Ifdef6f59abdc16bedd0f54ec317dc44af8f1e628

2014-01-03  Andras Timar  <andras.timar@collabora.com>  [2c58d818b7b5a0062520ff2b4ef8cc408e5c81b8]

        Update of LICENSE document
        
        Added: libe-book, libetonyek, libfreehand, Firebird, HarfBuzz
        libatomic-ops, libeot, poppler, Caladea font, Carlito font,
        Lao spellchecker
        
        Removed: Jakarta Tomcat, Xpdf
        
        Change-Id: I6470ec93344f129d0f4ac71dad91a0a42b7203b5
        Updated: pt and pt_BR dictionaries

2014-01-02  Caolán McNamara  <caolanm@redhat.com>  [f9aab8ff0e26df747bf50b337ffbcc7ab6559cc2]

        Convert break point dialog to .ui format
        
        Change-Id: I750133b673e135399ab9c04953550bea1db3a9e8

2014-01-02  Caolán McNamara  <caolanm@redhat.com>  [ab3e7ca757a89a4522ef6ede3891b873fbcb8458]

        Updated core Project: help  1190ebd3f79bd8ef7f69200d7e22c7ab77fdc4cf

2014-01-02  Eike Rathke  <erack@redhat.com>  [cc1b6535e01db62688a7bee50852d33e4ee50761]

        added Latvian "LVL" to EUROCONVERT(), fdo#73239
        
        Change-Id: I2041a4a8fa2387a217eac96d4424f8ee511a2e00

2014-01-02  Eike Rathke  <erack@redhat.com>  [c32996987354d045523beaa98b5d227d161f72fb]

        added EUR as default currency to Latvia [*-LV] locale data, fdo#73239
        
        Change-Id: Iee8da90c70589b8053c8c5b696afb4968072f47e

2014-01-02  Eike Rathke  <erack@redhat.com>  [127f863c727c07f1da40005fe638d97e89baaccf]

        added Estonian "EEK" to EUROCONVERT(), fdo#73239
        
        Change-Id: Ib4c82992e12758fcec6c667c57849935cd518972

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fb94d6d41a1429d2c81a96a24fdc348060205e2]

        writerfilter: drop unused rtf:{shape,shpname,dxaDel,dxaAdd} tokens
        
        Change-Id: I829a3d11675aeea20094140efbc51ad2bcb86cc4

2014-01-02  Herbert Dürr  <hdu@apache.org>  [7f3ac23fad1f2a10c033b59ac2f14934b528b2ea]

        Resolves: #i123895# split impfont.cxx source from metric.cxx
        
        and move the helper function UpdateAttributesFromPSName() there to
        make it available for all platforms, not only ATSUI-based ones.
        
        (cherry picked from commit a3895516f02a80151caaac8b92fb50aa5f7ee93b)
        
        Conflicts:
        	include/vcl/metric.hxx
        	vcl/aqua/source/gdi/salatsuifontutils.cxx
        	vcl/inc/impfont.hxx
        	vcl/source/gdi/metric.cxx
        
        Change-Id: I6d5702d429673c83740cb72775014f8942e5f44d

2014-01-02  Niklas Johansson  <sleeping.pillow@gmail.com>  [01af057083321e00cd9a44e9b309099c3b55b276]

        Updated core Project: dictionaries  6968c12ba2839bff7e4d2d46c29938d337846bb4
        
        Update Swedish spelling dictionary
        
        Updates the spelling dictionary to the most resent version.
        Improvements include:
        Blocked a lot of compound words that often occur as misspellings of
        other common words.
        Improved support for three-way compounds. Removed a lot of uncommon words.
        
        Change-Id: Idab76e00c9e8f304af674499f7ea8418ed958f5f
        Reviewed-on: https://gerrit.libreoffice.org/7260
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-01-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [fb25a67efe43a8021e1ac4d5836adadd68958925]

        Updated core Project: dictionaries  f724c400668f11b49c3566a20c0c3350249ff266
        
        Update pt_BR dictionary
        
        Change-Id: I5aea0c6761a1d58921e95c2fb6a559c63feec5ea
        Reviewed-on: https://gerrit.libreoffice.org/7258
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2014-01-02  Eike Rathke  <erack@redhat.com>  [6046207ea2ef67de1388b30a7e8e0da5dcf5e6bf]

        resolved fdo#73113 not string cell does not mean no string at cell
        
        Introduced with c008dc483f8c6840803983e7e351cec6fdd32070 the
        ScQueryCellIterator::BinarySearch() evaluated all non-string cells as
        not being string, ignoring edit cells and formula cell string results.
        
        Change-Id: I43be46dc8db35d6d0677086c345379ed4627b355

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [33227dbf270bec5b7aa079b9b5e2e7e036796e20]

        fdo#73215 oox: don't assume single adjustment is adj during export
        
        So far adjustment names were either taken from the document model, or in
        case there the name was empty, either "adj" was used (in case of a
        single adjustment) or "adj1", "adj2", etc.
        
        The problem is that there is no consistency here, e.g. this behavior was
        correct for "cube" (single adjustment is called "adj"), but not for
        "bentConnector3", where the single argument is called "adj1".
        
        Instead of trying to guess or build a long list manually, use the new
        ooxDrawingMLGetAdjNames() to write the correct names.
        
        Change-Id: I3d609975d89c7c79f4a70c7a739cab8e01f9667f

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [65e25963e06c295ae8101f49da2774586d0110d5]

        oox: extract adjustment names by type from spec XML
        
        The naming of adjustments is not consistent for drawingML shapes, some
        of them have the first parameter as "adj1", some of them have it as
        "adj". We already have a script that generates some code based on these
        XML files, make it generate a function that returns the naming for each
        type.
        
        Change-Id: I2250f72854295055e1b31f2df9aec25a997db749

2014-01-02  Philipp Riemer  <ruderphilipp@gmail.com>  [05175da8b4c1331e74b9293e3dbce8426df6a7d0]

        fix error in bin/find-german-comments
        
        Change-Id: Ice848243654b1bc8923ba65fe87c61e8087c0d8a

2014-01-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0f13f675ed98b32cbd0a0976939334b44b97b439]

        It performs better to use unordered_map than std::map here.
        
        Change-Id: I5b89ac2dfbe348f0bf0b07880ccddc734b6d14ab

2014-01-02  Caolán McNamara  <caolanm@redhat.com>  [49e6016d4ecd531d279fb644d129c983e65dc3b8]

        enable firebird --enable-debug
        
        Change-Id: I329edd1356fd36ffd0afd3b4d1d7b0403430d6db

2014-01-02  Steve Yin  <steve_y@apache.org>  [f65568118fc1ac71c22a3084e0a1bdd315a91006]

        Resolves: #i119568# The page number of the docx in the TOC is not correct
        
        (cherry picked from commit 875f8fb79613875296139a6cbdbae265a92d7a32)
        
        Conflicts:
        	sw/source/core/unocore/unoidx.cxx
        
        Change-Id: Ie5c66c8226284413419a5b4c105e9529cf8cadf7

2014-01-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4261ccb307e38a96f52e2ed0dd8e7c372bc97556]

        merged library needs to include eot
        
        Change-Id: I96a4b4037055f00e7fed9976ca57a897b4a07226

2014-01-02  Steve Yin  <steve_y@apache.org>  [0ade1e4e60be7f6a644b92a138a79552cd6f0c62]

        Resolves: #i119577# "file name" field change to "file name without extension"
        
        (cherry picked from commit e3a84634fd6a033b838485346c274552d5bd8d8c)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        
        Change-Id: I07e4a85aae7b5c5be398de471739c5e6d57d2ff2

2014-01-02  Keith Curtis  <keithcu@gmail.com>  [ab56275f4622ade0286a580a5945600567c6b415]

        hidpi: Really use BMP_SCALE_FAST when scaling the images.
        
        It is not a problem of performance, but of the look - the images get too
        blurry in the case of icons; and the blurry look is worse than than the
        artifacts of the fast scaling.
        
        Revert "hidpi: Use the default scaling algorithm."
        
        This reverts commit e07097cce36f1220f5574a80dc22eeabb3005261.
        
        Change-Id: I8af2827758e02ec3c8b7dade1559c45bd9f0ef35

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [096ea63090b137ac52cb75bf4b53dcef31962d44]

        fdo#73215 filter: don't try to handle pictureFrame in GetOOXMLPresetGeometry()
        
        "pictureFrame" is not a valid drawingML shape type, VML export used to
        write just "rect", by removing an explicit entry for
        ESCHER_ShpInst_PictureFrame we now do the same.
        
        Change-Id: I57683b7f5f80bfef8c3b6fb9ae9f33e4599a7eb2

2014-01-02  Tomáš Chvátal  <tchvatal@suse.cz>  [dad7fe7227fb80a32d3c2c777584dc9d74b9e929]

        Fix math categories to make SUSE rpm check happy
        
        Change-Id: I6c6973be0eacd323838b137f2c1e27ed1d9fdbd3

2014-01-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4f8a7cc2f38a9748f566c9255ce94cb5e6a284fa]

        get rid of custom all-caps ui widget
        
        as there is a corresponding property available since Api Level 14 that
        is already used in the corresponding stlye definition.
        Not a problem if older versions of android ignore that and don't show
        the string in caps.
        
        Change-Id: Ia9d5e32242bfc83370524011d11854f2c08348ba

2014-01-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0d0b4a911c2ded7cc2cd64664a1994d0824482db]

        sdremote: show notes also in landscape orientation
        
        since why should portrait and landscape behave differently?
        
        Change-Id: I06ca350bc14ca0f9163d58927636d70a9630f3f9

2014-01-02  Matúš Kukan  <matus.kukan@collabora.com>  [4be366de5833c284f21393e99fb7b11199f4b0ff]

        native code generator: Do not use single_component_map anymore.
        
        Put cui and spl into extended_code and ignore the rest.
        
        Also change DocumentLoader and LibreOffice4Android to use only
        extended_core and writer as all the ios apps do, without knowing what is
        really needed there.
        
        Change-Id: Ic6a256ea47cc96132c0e7658d6ef2838b295ca71

2014-01-02  Caolán McNamara  <caolanm@redhat.com>  [257d1f4ff3094a42952663d620d7c49e3e7c747f]

        allow simple MessageDialogs to be created from just message strings
        
        Change-Id: I9f8324d1c61bd55ccc78e67699ebdfa946e48af6

2014-01-02  Tor Lillqvist  <tml@collabora.com>  [f6cb7ff0f635e03aff7c24e2083d71ecd1bbaf0d]

        WaE: statement aligned as ... [loplugin]
        
        Change-Id: I8119041ae6c93af858d972e627e50e04bb7f60c8

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a45a4e80257d8737df4dda0b2d85f602196a70d]

        oox: fix export of TextShapes in DOCX
        
        This was the last shape type that unconditionally wrote XML_sp for the
        shape element, which is invalid for DOCX.
        
        Change-Id: I3a6f8e6fd8ebbe663dce9ed4453396c3ec91c38a

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [affcea4185ffa95385cfb74ca68fa31361d6784b]

        oox: fix export of LineShapes in DOCX
        
        Change-Id: I7b6f4616d450d2cffa58217db2ef250f5b8d9cba

2014-01-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [a34341376f642402e34939aba59da0260e5c9b5d]

        oox: fix export of BezierShapes in DOCX
        
        Change-Id: I6fce580fc68c9ab2a56e342d6c5473f46e9a7f56

2014-01-02  Michael Meeks  <michael.meeks@collabora.com>  [d17a83fa549f828f29e6939b16ba8b568a75f95e]

        oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.
        
        Change-Id: I12c8afe6467bf3ae755faf8c6d01c6aa37d5be27

2014-01-02  Adam Co  <rattles2013@gmail.com>  [1b66c17b7fa7b0c6d74d03777e24db236bb86282]

        Add unit-test for 'track changes - inserted paragraph mark' preservation
        
        This is a unit-test added to complement the patch that added support
        for the preservation of 'Track Changes - Inserted Paragraph Mark' from
        a DOCX file.
        
        Change-Id: I21e67b3ed8c98e8aba2c633dc6a549786ae44322
        Reviewed-on: https://gerrit.libreoffice.org/7241
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-02  Adam Co  <rattles2013@gmail.com>  [53745911a7055cab0ddcfc4ac221ecfaccb04902]

        Add unit-test for 'track changes - deleted paragraph mark' preservation
        
        This is a unit-test added to complement the patch that added support
        for the preservation of 'Track Changes - Deleted Paragraph Mark' from
        a DOCX file.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7240
        
        Change-Id: I161bcd90ec891fad60dfd5b7c77edddfd90b7fa8

2014-01-02  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [96dcea05d2aedceeb27f9506b4178c664be5f80b]

        fdo#73046 DOCX For anchor tag relativeHeight attribute should be always present.
        
        Change-Id: Ib54651878b6343e2ab8bb11a13c11289dd0f72f6
        Reviewed-on: https://gerrit.libreoffice.org/7208
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2014-01-01  Julien Nabet  <serval2412@yahoo.fr>  [6a82f67223bf8dd6d417b442e4f895496232a742]

        Resolves: fdo#72464 Character line break is set to 0 Options/.../Writing Aids
        
        Change-Id: I9f3d1c64fde064fc7ba9bdfcb9e35032a0c40255

2014-01-01  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [dee757ad33b763180336240f27811d0d4e5aa130]

        convert delete object and theme queryboxes to .ui
        
        Change-Id: Id8d54c55ab1b8c7e618654874bc8b9af949ec970
        Reviewed-on: https://gerrit.libreoffice.org/7245
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-01  Caolán McNamara  <caolanm@redhat.com>  [3f1682f3c2f1605331bcf2f5df079a3f585e4ace]

        check internal children against prefix rather than equality
        
        Change-Id: I972a0fb4eb86dcafa230f82251d3f9c3cbed7f2b

2014-01-01  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [2056f93f2d9f62741045e2aee0ed4d31001febef]

        convert update file list queryboxes to .ui
        
        Change-Id: I9e9ad3674c6b45181b4fc3d4e252431b0dcab06d
        Reviewed-on: https://gerrit.libreoffice.org/7243
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2014-01-01  Matúš Kukan  <matus.kukan@collabora.com>  [202ea1975ca0e4ecdc6c175aaed2537bda3ac847]

        Only component-mapping.h is needed here.
        
        Change-Id: I09fc944d7d19e8a2804d8530ba2a98b5719d8b37

2014-01-01  Matúš Kukan  <matus.kukan@collabora.com>  [8d414697d5e49fd42650b7b1472512c72f544c7c]

        android: Further reduce size of LibreOfficeExperimentalDesktop.apk.
        
        It still seems to work for me.
        Probably we do not need more components, but it's small enough for now.
        
        Also add uui into 'core' group.
        
        Change-Id: Ifadea8aa819ed17bbd021a0fa2373e6287e06446

2014-01-01  Andrzej Hunt  <andrzej.hunt@collabora.com>  [2b24eec3d4ca50e676c0c3af86ecb92a8eb0a8a2]

        fdo#70664 Allow reading firebird Blob as InputStream.
        
        Change-Id: Ie0cb93a902961b3f37daf435828263478c9d2997

2014-01-01  Andrzej Hunt  <andrzej.hunt@collabora.com>  [cb4b290bcfbc5ac73103a557f8de429c3d7d7c3b]

        fdo#70664 Implement Blob writing (firebird-sdbc).
        
        Change-Id: Ia95c6e1a0ede2103aae25610baeb3c7a9642113a

2014-01-01  Caolán McNamara  <caolanm@redhat.com>  [9210cde1ea5de8c4cceb00a7d825c046e63e60d0]

        const this up
        
        Change-Id: Id4b832b04368627a7df243c881ac203d1d2a0140

2014-01-01  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9b1ceabd5f696500d4fe2acb89170bd987966a9b]

        EMF+: actually use lineJoin attribute for polygons.
        
        Change-Id: I5b369703333332598353d9817f0253bbe5fc3601

2014-01-01  Michael Meeks  <michael.meeks@collabora.com>  [2b3b4d4085059060c3e7c1573d2f830861350a47]

        native code generator: add generated code header.
        
        Change-Id: I599bc30f30ff79317533ed5ba02b977d0ab91c65

2014-01-01  Khaled Hosny  <khaledhosny@eglug.org>  [679e4152ad8c36e54b12450984785492ffa8deb5]

        Drop the unnecessary extra directory level
        
        Just like other lingucomponent parts, besides altlinuxhyph is a
        historical library name that no longer exist.
        
        Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace

2014-01-01  Andrzej Hunt  <andrzej.hunt@collabora.com>  [83f2b3c590120a60b5e94fb1a15054ebe0745dbb]

        EMF+: mapping can rotate the width vector, so use resulting length.
        
        Otherwise (i.e. with non-vertical lines) the width will be incorrect,
        and can result in lines disappearing as the resulting X component
        can be tiny/approaching zero.
        
        Change-Id: Icf3b7c10c627594600b517b8ff445f8df87c56f8

2014-01-01  Michael Meeks  <michael.meeks@collabora.com>  [6e04f88d71ed7211cf574db9d07c8de1c2a1a175]

        fdo#39007: blind fix for renamed OS X restore-state file
        
        Remove also a potential restorecount.txt file (as reported in the bug) in addition to a potential restorecount.plist.
        
        Change-Id: I96fb688e9dda804f240cad8f2109c5880b544302
        Reviewed-on: https://gerrit.libreoffice.org/7239
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2014-01-01  Tor Lillqvist  <tml@collabora.com>  [12603f99db2e0bb3412ba7868a9ab25dfb88f001]

        Use the same parameters to native-code.py as in TiledLibreOffice
        
        Change-Id: If3c95562e292cb44bf9eb2de39dc66100a6fd066

2014-01-01  Tor Lillqvist  <tml@collabora.com>  [cec169709529abdadaeb22467abdbd83fb636ea6]

        Need to have native-code.cxx as a separate file for the LibreOffice app
        
        The executable of the LibreOffice app (which as such at the moment
        doesn't work, since the tiled rendering changes) is built using
        gbuild, and thus we can't generate the native-code snippet in the
        CustomTarget that builds the app bundle, but need it already when
        building the executable. This is one wayt to handle that.
        
        Change-Id: Ifdab40c970e93b1f2608cefc637df8a8e5396efe

2014-01-01  Matúš Kukan  <matus.kukan@collabora.com>  [645fb66bbdf756cedbcbcfd8be59ce9f58b2e731]

        Use native-code.py generated code also for iOS.
        
        This allows us to get rid of component-declarations.h and
        simplify component-mapping.h.
        For new, converted, implementation_getFactories, adding one line into
        native-code.py should be enough to make them available in application.
        
        Change-Id: I042320e5b7f8a9aa9f02b77d2bdd07cf9a690ee6

2014-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c48ecfaf2b31f6dd64b6c779ed3a076a7efbc113]

        writerfilter: drop unused rtf:{ICOFORE,ICOBACK,IPAT,shptxt} tokens
        
        Change-Id: Ib228c985d0d276fccfa77b9c2dac3ba69522a05e

2014-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [c280cef2844a41e4c0bd4a4641d0173255f1b777]

        writerfilter: drop unused rtf:{sed,FCMPR,FNMPR,FCSEPX,FN} tokens
        
        Change-Id: I6ad41627eeced6c24437bbd022b244bf91b162d0

2014-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [45460d59d3eed71508f515d4f2b4365c00282f94]

        writerfilter: drop unused rtf:{ALTFONTNAME,XSZFFN,XSTZNAME,UPXSTART,UPX}
        
        Change-Id: Ie4520c3ab722b639b055fc63bb76c060e6198a27

2014-01-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [241b768d0ea08157c8d69dceb59f231dc4050f87]

        writerfilter: drop unused rtf:{xst,LISTLEVEL,LFOData,F} tokens
        
        Change-Id: I65bcbce63acc7ae510f7ccf4200bf175c11d6604

2014-01-01  Julien Nabet  <serval2412@yahoo.fr>  [d53e4cca094be3db55fe5c820ce8baf0320caf9c]

        Typos (comand -> command)
        
        Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2

2014-01-01  Caolán McNamara  <caolanm@redhat.com>  [982db648c4fb7b72ab2797ba2cca00e10ddf055d]

        workaround rather maddening endian-specific template bustage
        
        Change-Id: I69dc97c93ef5efe8d71074ac3eca06a3bbc45253

2014-01-01  Michael Meeks  <michael.meeks@collabora.com>  [c6999ccfc69ca08d9a9250e983431c1cc71c71ad]

        WaE: basegfx / trapezoid fix.
        
        Change-Id: I57133c169754aa213eced347bc2217fda1044156

2014-01-01  Michael Meeks  <michael.meeks@collabora.com>  [2528e5d9058dc7b88a55fcc69226161bccec2691]

        fdo#73021 - avoid call crash on spell-check + unit test.
        
        Change-Id: I3588ef45617bda440f970e54274cc0985b7baed5

2014-01-01  Michael Meeks  <michael.meeks@collabora.com>  [82b56544a7a53528970632d086c3cfd8ef879335]

        basegfx: accelerate Trapezoid subdivision by avoiding allocations.
        
        Allocate on the stack where possible, then more conservatively on
        the heap. Unit test Trapezoid subdivision for good measure.
        
        Change-Id: I83e63fd55fddcad149bb5279865670ebb18e0ab1

2014-01-01  László Németh  <nemeth@numbertext.org>  [b178afc88ba97f04036e6eef9cf1ee0da987b258]

        fdo#73199 librelogo: path, interop. and color name fixes
        
        Change-Id: I201c498b0ff002ed92c2fcf9847ac1efc50b3fde

2013-12-31  haochen  <haochen@multicorewareinc.com>  [af31ebe82a294ff08bb6c3e46becb29830864f14]

        GPU Calc: Remove unnecessary 'std::cerr'
        
        And add 'exception catching' for return  to CPU caculate
        
        Change-Id: I640894d677eaf73367bb51dec51c8baeb412bca6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  xinjiang  <xinjiang@multicorewareinc.com>  [45211c27c464309f01c7a4bb56c73d829966c4b1]

        GPU Calc: Fix accuracy not reach 11 in MDURATION
        
        AMLOEXT-223 FIX
        
        Change-Id: Ic7f35d85cc10f14487411633a54c43bbfafe688f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  xinjiang  <xinjiang@multicorewareinc.com>  [5e8ec8912e6f9cb2eb7c3ae726f1f56515753dce]

        GPU Calc: unit test cases for accuracy not reach 11 in MDURATION
        
        AMLOEXT-223 BUG
        
        Change-Id: Ib8349015152da6b641193b8558cb8a2959513631
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  haochen  <haochen@multicorewareinc.com>  [1b519473cc7d3f897566e3f66f4930207d8eced4]

        GPU Calc: Optimize Vlookup
        
        AMLOEXT-406
        
        Change-Id: Ibd1ad4e93ccfa1bb3a64545f4f007e4116691791
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [85c401704e49f3fd8ee2f4a1f4baa8832a04a1ba]

        GPU Calc: Fix bug of support optional parameter for STDEVPA
        
        AMLOEXT-405 FIX
        
        Change-Id: I7057104900140197a8e018710de863415920827d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [6da394c12599cd4cfafa3a2a932a932bf0388a7e]

        GPU Calc: unit test cases for support optional parameter for STDEVPA
        
        AMLOEXT-405 BUG
        
        Change-Id: I65cf098eefbffd5c1c838a2f4d91ba3472caf50c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [2203cc63c494a9330cb4e078797b44310a684148]

        GPU Calc: Fix bug of support optional parameter for STDEVA
        
        AMLOEXT-404 FIX
        
        Change-Id: Idb3dae8907b753c8680de8673621102128e43ef0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [93c0e1dfc64ffbf155cdc8fbd235d628444967b0]

        GPU Calc: unit test cases for support optional parameter for STDEVA
        
        AMLOEXT-404 BUG
        
        Change-Id: I7dfbbecee5f178a42b28d9df0f4f205fa694d152
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [77373d6eabcc73312e76aa7507092b63e4770959]

        GPU Calc: Fix bug of support optional parameter for VARPA
        
        AMLOEXT-403 FIX
        
        Change-Id: I21e0cd502abfa081885327316bd42e3c1702c494
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [94f80ccf67075008af44ed39a3539c526768aad7]

        GPU Calc: unit test cases for support optional parameter for VARPA
        
        AMLOEXT-403 BUG
        
        Change-Id: Ie48f1e6a6abb6dae95477902a5211729dd91ee5e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [7c0f22ffd20417abde916ad08468b8230f349e8b]

        GPU Calc: Fix bug of support optional parameter for VARA
        
        AMLOEXT-402 FIX
        
        Change-Id: I61b051324bb1421aafb048d3b76b50e182734076
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  shiming zhang  <shiming@multicorewareinc.com>  [28759cea9eecd2be14028ebbd76d48031070e663]

        GPU Calc: unit test cases for support optional parameter for VARA
        
        AMLOEXT-402 BUG
        
        Change-Id: If6f4064d3e706957cc1db0c668f42675642455c3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  mingli  <mingli@multicorewareinc.com>  [076a2d991a59ffb2d22bb056010c8f3dcc3007f1]

        GPU Calc: Fix Not support multiple data types of HARMEAN
        
        AMLOEXT-401 FIX
        
        Change-Id: If398e6abfb7eec11033290fb7e9c87c26829ef90
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  mingli  <mingli@multicorewareinc.com>  [165e22397d237245fbda17d265ee3e75ed472ed6]

        GPU Calc: unit test cases for Not support multiple data types of HARMEAN
        
        AMLOEXT-401 BUG
        
        Change-Id: I7960b47c62a4a5d65e0ae5814d5b14763cea4e74
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  mingli  <mingli@multicorewareinc.com>  [c6e6a7d45fe6485af61c4abfdeb0cc9d4a9da342]

        GPU Calc: Fix Not support multiple data types of KURT
        
        AMLOEXT-387 FIX
        
        Change-Id: I7faa87205bc82a1078f29bcb763d9ba3c3c20f2f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  mingli  <mingli@multicorewareinc.com>  [92a81d621a0a37d619067e90b0c54d97a18085a0]

        GPU Calc: unit test cases for Not support multiple data types of KURT
        
        AMLOEXT-387 BUG
        
        Change-Id: I491dfd98183691033a15f21f41efe514bf96de85
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  yiming ju  <yiming@multicorewareinc.com>  [b8d852c170582cee3ec4d120da25abe5fd5bbf55]

        GPU Calc: Optimized TBILLPRICE
        
        AMLOEXT-386
        
        Change-Id: Ida4704f9864e0ba3fe043f33ac58b8ae1a7ab098
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  yiming ju  <yiming@multicorewareinc.com>  [de6cd548c108a9001158946e4fba251b281c0bf0]

        GPU Calc: Fix bug of Averageif not support double vector
        
        AMLOEXT-386 FIX
        
        Change-Id: If8bd95079c725c690e5ca10c6c5954d01f971c0e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  yiming ju  <yiming@multicorewareinc.com>  [dc6639a4f2556bec5d0031cbefca230e6e31eef5]

        GPU Calc: unit test cases for Averageif not support double vector
        
        AMLOEXT-386 BUG
        
        Change-Id: Ie7c20cf9e354ca4c88388238ba735262098bb09f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [8c5f5aab2e3f1c600ff362632fb4db8d8c065d46]

        convert export basic dialog to .ui (600th .ui conversion)
        
        Change-Id: I67511e69f763761cd1631263fccd0704daf1886b

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [79c1b86e20bbb2bb826493b07cfc000cb3a5d52d]

        MessageDialog isn't ready for this usage just yet
        
        Change-Id: If6c886ac4115dd0a030660fd0147491815fa411a

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [110ca04449087fe8d74cb174b7b78d47fceb3dff]

        Updated core Project: help  bf4c8437beedbf404e478e4a50a65bd9be6325a7

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [40c6f8362c03473b78a7cb370f9523c61141ceec]

        convert new lib dialog to .ui
        
        and a drive-by on some no .src InfoBox and ErrorBoxes to MessageDialog
        
        Change-Id: Ideb58a0042ed45a49bff9b336622dfe11bb363ab

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [92253e1505129509880a69101d0f1d924ebc584b]

        Updated core Project: help  a0c83959bad3564d4ba6fe7efce4cf757d14e844

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [978172bb00529b6283502abf7552fb0e828a7df5]

        don't access beyond end of empty string
        
        Change-Id: Ie772d7a60fd65b93ca66c543eb2786ce7f109004

2013-12-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [37488b56d33533ad6d705c6d2e16eb6b5af67f65]

        Honor selected device detection settings.
        
        This fixes the problem of the software interpreter always getting selected
        after initial startup where the settings are read from user configuration.
        
        Change-Id: Iecbb7ae644c1264811f5280e1425a8dd776c2c1a

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [ec6050497acb445d168f835dfc745ceace072ab9]

        convert goto line dialog to .ui
        
        Change-Id: I4c4ec4f2169d001e6f09c9c7bb06a4b0b327a2f8

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [c6aea0bac0b168c3b0e5172d10e2d974cf5fd331]

        don't call top on an empty stack
        
        Change-Id: Ibe4b4d3785535816b40d46fd0baa60f01e1f9d33

2013-12-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [c14355592ccc249500ca58b3607888db195b06c0]

        Related: fdo#66440 RTF export: handle NULL component in FlyFrameOLEMath()
        
        No testcase, for some reason the bugdoc doesn't crash in
        CppunitTest_sw_filters_test, but it does using './soffice --headless
        --convert-to'. But anyway, it's just a NULL pointer check.
        
        Change-Id: I21325a4df45b3b9bcd43d0a8eb57d45b3ab7397c

2013-12-31  Michael Meeks  <michael.meeks@collabora.com>  [37bd8347e48d573fafc2c7a8220bd72708d1c673]

        valgrind: initialize nType and nInventor value.
        
        Change-Id: I0b5be94ebbe94d4b6b36f67d31c414938b47f6af

2013-12-31  Michael Meeks  <michael.meeks@collabora.com>  [4754b8ac5074d86234cafe1b1401f6d22f14b929]

        fastparser: avoid std::stack::top() - cache it's results.
        
        amazingly std::stack::top() takes 146 pseudo-cycles to do not much,
        so instead cache the result in a single pointer in lieu of burning
        that code.
        
        Change-Id: Ie326be47da6cbad0850e5f1026a1632bb840b6b8

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [38f23632c854145fe6e4853624864d533912ab21]

        android: 'core' and 'writer' components should be enough
        
        Change-Id: I97a4989ed29db5f777895fee13940cbd6910068e

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [31b2ed3451599438441bbd6ac5f25ea104f9435c]

        Print more specific error message.
        
        Change-Id: Idf309ab4ae4f9539327e94dbd8dd465822300c81

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [5bf7b06c937ef08478831bc42b344dc96986a881]

        svx: Constructor feature for last implementations in svx component.
        
        Change-Id: Ifc021eabce9ae3dbd1a54edefda7d3ae3eb67b53

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [2978ddf60d9cc0aced1c3804cd489b47c63bcf6d]

        svx: Use constructor feature for SvxShapeCollection.
        
        Change-Id: If717b1d526e5d3e67adae4a224018b6da4bf09aa

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [e11a80d0be9db1e8cc1054d166638a99e89defea]

        svx: Use constructor feature for RecoveryUI.
        
        Change-Id: I8c7ae37ff6f06615726810392db0a0955e159d30

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [82093a207c5bd5daf5b0a5b67e831177de605f53]

        svx: Use constructor feature for GraphicExporter.
        
        Change-Id: I6384cce0915929b0a1249edfb72f5516ad2da3dd

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [05caae2d040497c68b9328da93eb4c33caee4632]

        svx: Use constructor feature for FontHeightToolBoxControl.
        
        Change-Id: I4c4991e494f026951a4805c04018ea7b7f610cd9

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [01739fc69fa91e58331d0edbf7282e8e25f124d1]

        svx: Use constructor feature for uno search controllers.
        
        Change-Id: If84ee775c5172eb40361b93aece920ab94c9e15c

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [2929847516a597bc20e696fdd1a260d750560584]

        svx: Use constructor feature for GalleryThemeProvider.
        
        Change-Id: Ifb92256b1516098d292a3ad960cb5982121998da

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [32b64a0ff6fc54290ce5848c34e38ebb7eb5bd95]

        svx: Use constructor feature for PrimitiveFactory2D.
        
        Change-Id: I331602561b865a6ceb6971d0990565e5a84bb0d5

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [6d564bac023ef13955ad0269c91370396cf33d3e]

        svx: Use constructor feature for SvXMLGraphicImportExportHelper.
        
        Change-Id: Icc281ece80b81cdd95b6660c6a82077d283f5a62

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [02eb7511f99d2e2322c57ea86695c3db87a037fd]

        svx: Use constructor feature for sidebar::PanelFactory.
        
        Change-Id: Iafc01d943c9862a8e8775b79b81c885ab9565dbc

2013-12-31  Matúš Kukan  <matus.kukan@collabora.com>  [abcca7ae5ff80eb53e239f96392832d4046f460d]

        Remove unused variables.
        
        Change-Id: I062936c50566ce25a652a50fec1ca948b5616415

2013-12-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [54ec78497e4a8249eb142f55f700f4693c6dd069]

        starmath: whitespace fixes in wordexportbase
        
        Change-Id: Ie0756d882347912f4beb38dde25ff6d598766a7b

2013-12-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [19b99af0f5d4ebea8124a5ecbfaca58ea5f7897a]

        writerfilter: store OOXML tokens in GraphicImport_Impl::nShapeOptionType
        
        Also remove all WW8 token handling in
        GraphicImport::ProcessShapeOptions() that is effectively dead code,
        since the OOXML/RTF tokenizers haven't ever produced such tokens.
        
        Change-Id: I7c36b5c13148e855f1aaad98905b802bb77c330b

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [81f4840c011d30137f6d9a1d38f5bf368a6d3133]

        convert related family of tabdialogs to .ui
        
        Change-Id: I07581e59eb24383e0c2b25b5b46aeee37cc201e2

2013-12-31  Caolán McNamara  <caolanm@redhat.com>  [a6f9c59d4191cd38f29778d7f66c6a479be931fd]

        I can't see a route to create a RID_PAGEDIALOG_LINE
        
        so remove it
        
        Change-Id: I148714b469ac8cd065a85aef9ee04f8a32f35a45

2013-12-31  Herbert Dürr  <hdu@apache.org>  [5033fa376f33250eb41d7734c6ff7ffc44201d2d]

        Resolves: #i123840# normalize SalGraphics point count argument types...
        
        to sal_uInt32
        
        The old mixture of sal_uInt32, ULONG, sal_uLong, sal_uIntPtr gets
        consolidated. 4e9 points are more than enough for a SalGraphics.
        
        (cherry picked from commit 03f5dce97331acc1a5e832f956d711a5dc0aac0e)
        
        Conflicts:
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/generic/print/genpspgraphics.cxx
        	vcl/inc/os2/salgdi.h
        	vcl/inc/quartz/salgdi.h
        	vcl/inc/salgdi.hxx
        	vcl/os2/source/gdi/salgdi.cxx
        	vcl/os2/source/gdi/salgdi2.cxx
        	vcl/source/gdi/salgdilayout.cxx
        	vcl/unx/generic/gdi/salgdi.cxx
        	vcl/unx/headless/svpgdi.hxx
        	vcl/unx/headless/svppspgraphics.cxx
        	vcl/unx/headless/svppspgraphics.hxx
        
        Change-Id: Iddf806256c7e5403158635e3f5f0049e9382500f

2013-12-31  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [d6f9ddb0aaa3fd9e3877f94a3147c68dd64bc77e]

        fdo#70465 SvTreeListBox::GetLevelChildCount refactored
        
        Instead of iterating siblings returning count of parents child vector.
        This slightly improves loading performance of "Expert Config" when accessibility enabled.
        
        Change-Id: Ide1af3df19efaae9c0cc92086456bf3520ee5dd2
        Reviewed-on: https://gerrit.libreoffice.org/7106
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fed8a0b291eca0565071da27d6fb7c7c5f331dcd]

        Display 3D address & honor current reference address convension.
        
        Change-Id: I0c0f03807ddfadb5b9c17c81eeb86d51c877d4b4

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [226f4f037c8492eca1050b0590169e85e61fb413]

        Remove CallerThread and use Timer to do the same, on the main thread.
        
        This makes the UI more responsive in general.
        
        Change-Id: I5f8a4fab84a73812af868262cc7daa9d92cb3777

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2d283f2ef291fff5c27fdc55874aaacc94a9453c]

        Move this opencl test to slowcheck. It's too slow.
        
        Change-Id: I0386f03c1893fed82bdf7df11dbea93bbad05dd2

2013-12-30  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b281014a584c266c396d5e6bbfc150e5e7584761]

        GPU Calc: fix compiler warning
        
        Change-Id: Iaadf726cbece3d077667175f3f60bf2345179202

2013-12-30  Isamu Mogi  <saturday6c@gmail.com>  [2cea4c98c2b9eaf46498fb76b73f8dae8e859f3b]

        Add sal_textenc dependency to cppumaker
        
        In Japanese localized Windows, cppumaker requires sal_textenclo.dll
        but that rule isn't written in .mk. It causes build failure.
        
        Change-Id: Icab74493a4a3b445144bb9d969b79636dbd17162
        Reviewed-on: https://gerrit.libreoffice.org/7134
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-12-30  minwang  <min@multicorewareinc.com>  [2e5abd41b86e970885e03795bc874cfc31ea54a9]

        GPU Calc: Optimized COUPPCD
        
        AMLOEXT-382
        
        Change-Id: I49ed9bdd88a0f00da4475798362750d5a0253c09
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  minwang  <min@multicorewareinc.com>  [fdbf86457707ffd105fc5e1bae594f0e974f6a5e]

        GPU Calc: Optimized COUPNCD
        
        AMLOEXT-381
        
        Change-Id: Iccae2ddd0bbfc598016ca331402003625251d99b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  minwang  <min@multicorewareinc.com>  [e600adae34fe99373eb9695864aadabc06682773]

        GPU Calc: Optimized AMORLINC
        
        AMLOEXT-228
        
        Change-Id: Ie48898fd7b783bb94e3dcf0121ae40d9aa32916e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  minwang  <min@multicorewareinc.com>  [9d5b5dfeb2d4d913900de86a97387e6d997c5e38]

        GPU Calc: Optimized AMORDEGRC
        
        AMLOEXT-227
        
        Change-Id: Ifa085f04d362dd17aa28ce203ef05fbc62940aa9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  minwang  <min@multicorewareinc.com>  [5aeeba0efa4b21d185603671675bf36d204940e5]

        GPU Calc: Optimized COUPNUM
        
        AMLOEXT-222
        
        Change-Id: I630a4e1d648158e66efe4efb5d671a9b1df06f6a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  minwang  <min@multicorewareinc.com>  [0389e9e112f62fae0715979290d7dc084801cba0]

        GPU Calc: Optimized COUPDAYSNC
        
        AMLOEXT-363
        
        Change-Id: Id0681aaa788e8b96780c29e7441415cc7b7cef68
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  mulei  <mulei@multicorewareinc.com>  [cab9524aa2074a031d0ddf63eefd8ee679685dbc]

        GPU Calc: Optimized PRICE
        
        AMLOEXT-235
        
        Change-Id: Ie58de89d7512a2661bb6fb3908850f71f1806eac
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  xinjiang  <xinjiang@multicorewareinc.com>  [e38a0b01ca1a94078e6745c544a2e2a029fce5b0]

        GPU Calc: Fix the precision of the Financial formula DISC
        
        AMLOEXT-384
        
        Change-Id: I01c6944d8cf84aba5870d80ff74ca38da0915487
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  mingli  <mingli@multicorewareinc.com>  [c6a035a2a5259bea7da3867300471182b3e38ed2]

        GPU Calc: unit test cases for AVEDEV
        
        Turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-379 BUG
        
        Change-Id: I575c5f1c2f4648232cdf4982514f0d2571fa139d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  mingli  <mingli@multicorewareinc.com>  [fb68fb3c64ae1b1a9811b7fed434dfc31015940d]

        GPU Calc: implemented AVEDEV
        
        AMLOEXT-379 FIX
        
        Change-Id: I31fadbc5e96759d988d096c93429cdc22923a0a7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  yangzhang  <yangzhang@multicorewareinc.com>  [60ae598d537c14283109e1c6de22ec43a0147bcf]

        GPU Calc: Optimized RANDOM
        
        AMLOEXT-260
        
        Change-Id: I3fd0a857a476a34401cfa522f828bed3bb79c9e2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  haochen  <haochen@multicorewareinc.com>  [b8bbde02a51a952ee268ed818d6201d6b5c57ec6]

        GPU Calc: unit test cases for NEGSUB
        
        turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-383 BUG
        
        Change-Id: I6d800f22a452de063fefd02adf8da82c8920fe36
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  haochen  <haochen@multicorewareinc.com>  [97553c98546a62fc4068169db792eaf941d93fb1]

        GPU Calc: implemented NEGSUB
        
        AMLOEXT-383 FIX
        
        Change-Id: Id1d28b5a7935bf70cba191c95cc314b6f0dea9ca
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  fengzeng  <fengzeng@multicorewareinc.com>  [850f079075b31c9aecd2d6b296c0c5bef6738724]

        GPU Calc: Fix bug of SIN,POWER,EXP,SQRT
        
        AMLOEXT-380
        
        Change-Id: I52833dea851f24797fe23e76e1b403716672b091
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [4f5f49deb3a6eb549d3950cb4773f0601c1fd52c]

        free resource missing here
        
        Change-Id: Ibe4436f1d002123d455f447da1185d26591462ec

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [131a01e0beac937b9b7f1b2beb9b61e5b0f2a4aa]

        convert retype password input dialog to .ui
        
        Change-Id: I97940629f93a5a1948a8771b9d9668bc28c49a91

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [963970f3a3fded6d152cc4c6eefb61359adad567]

        std::auto_ptr->boost::scoped_ptr
        
        Change-Id: Icb67d5a39c8ae05947be9da950a1feaaa85bc9d8

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [44f5e76a65aa9618f9250112164308a02145f0e3]

        Updated core Project: help  cd9900154e62395d06bde777e49b8f5f0a55d8c5

2013-12-30  yjw9012  <yjw9012@gmail.com>  [d7f51933c4b01183f7da923b6ee1475a004cc3a5]

        fdo#72995: Changed label to 'Formula cell must contain a formula.'
        
        Change-Id: Iaa8528985935549f0ef1bdc96edfbde7d9b104c9
        Reviewed-on: https://gerrit.libreoffice.org/7234
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4e85af9d9315fb72b868cc2b2c8f599fae6f7ec0]

        This part requires orcus library presence.
        
        Change-Id: I6bfba9872deb7318721ce4d73795ef7569a24e89

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9a623cdca281a682d39b423aefac392c2cc22cf7]

        Parse CSV lines in the reader thread.
        
        Change-Id: I6329a0e6e6fa6576df2ed473482d558bfd6cce08

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ccb783be184102075fe1f9814f05e85d4968c32]

        Disallow direct access to member variables.
        
        Change-Id: I82d6c2a2c2844fbb6c2976327b129e42f6b63053

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bb19d62a27ae5a321c1b0c9c9f7250fc4d2a27e5]

        Protect access to the terminate flag.
        
        Change-Id: I9c47e8f114f3d4dcdd5e62b1fffd2b65e7bfb00e

2013-12-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c795105213a28eb5188374a672eb128191df07d]

        Misc cleanup.
        
        Change-Id: Ia3d0f2e098804dabdbdd324562097b9f69528d35

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [bce780ded4459ed3b20fceda7fd8f1b0523b5227]

        convert simple reference dialog to .ui
        
        Change-Id: I4e58c86aa85b2e1639a047b07156b62c9900153c

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [1a433bf3aea45b740d1844581375bdcf1776a3cb]

        Updated core Project: help  aa41fc224274b62fd03c2a0581435cc001e30f16

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [f42d83b986fda93ba54222b730eacd5d253fdae7]

        add borders to macro/configuration listboxes
        
        Change-Id: Ia028b19fa0e0eae0bb5e3cbc63bde2fac0785ef2

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [9f5df4cda93eb470fb79fc4b8014d9a6dde2284b]

        convert solver options dialog to .ui
        
        Change-Id: I319210233dd1b71f6e717c7322b953de8f093150

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [d1a1dc8e5ba108e8973db5b95669bf882d4fcc67]

        Updated core Project: help  79adf10df7c9382177253ade928081b3c6de699c

2013-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [d6174b128664be54936784aaaab5a55e55181f4f]

        writerfilter: let the OOXML tokenizer not generate RTF tokens
        
        The tokens were in 3 namespaces previously: sprm, ooxml and rtf. Given
        that all rtf tokens have ooxml equivalent but not the other way around,
        replace remaining rtf tokens with ooxml ones (in the OOXML tokenizer) to
        make this area a little bit easier to understand for a newcomer.
        
        Change-Id: I640ecf51b0f88da2cdf41e8e79cf44b4ddbffef4

2013-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b023f523dd6da7527b7685b74d8c6f0e1b61be4]

        writerfilter: unused NS_rtf::LN_{FSHADOW,FFRAME,IBKL,FCONVERTED}
        
        Change-Id: I61dae1364951cb015b3f302bc0d88764748de13c

2013-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [791603f68648d84cf5a15fcdb0091ea7786729ed]

        writerfilter: unused NS_rtf::LN_{FLEGAL,BRCTYPE,DPTLINEWIDTH,DPTSPACE}
        
        Change-Id: Ia88c495cf83081fecfa95916fd76cfdf04d08014

2013-12-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [8591de009a4fed6264f236bbcafb2accae70754f]

        Related: fdo#70624 RTF export: fix crash when header contains a page break
        
        I don't even try to imagine how such a thing can be created and/or how
        layout should handle that; but it turns out that the ODT bugdoc indeed
        contains a fo:break-before="page" in the header, and we at least should
        not crash on it.
        
        Fix the problem by simple moving the init of m_pSections before the
        WritePageDescTable() call.
        
        Change-Id: If414e2f6184c58fcfd8b761d3b43fa0fc22d3903

2013-12-30  Muthu Subramanian  <sumuthu@collabora.com>  [ee6eadfc617a1ce3bc2b489523ac713b99482404]

        fdo#72998: Add unit test case.

2013-12-30  Julien Nabet  <serval2412@yahoo.fr>  [b104133abe2a377f1397cce3fa6e1bc7d85d4020]

        Resolves: fdo#73137 undo name for 'Covariance' is different
        
        Change-Id: I7e151ee99ef644090608fd861c9fae83c3206c1d

2013-12-30  Julien Nabet  <serval2412@yahoo.fr>  [0b236154c3a664739761c22670729915116c1c74]

        Resolves: fdo#73138 undo name for 'Chi Squared' is different
        
        Change-Id: Iedb01a2bd08f56befb351d00cebd0fb20b57def4

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [24b89acffeafe4361a63121b8ec2463c97f863e9]

        valgrind: invalid read on deleted SwPageFrm
        
        VALGRIND=memcheck make CppunitTest_sw_ooxmlimport
        
        ==2829== Invalid read of size 2
        ==2829==    at 0x10B9A2CC: SwPageFrm::GetPhyPageNum() const (pagefrm.hxx:191)
        ==2829==    by 0x1107A768: SwLayAction::InternalAction() (layact.cxx:573)
        ==2829==    by 0x1107A0B6: SwLayAction::Action() (layact.cxx:448)
        ==2829==    by 0x114E025E: SwViewShell::CalcLayout() (viewsh.cxx:915)
        ==2829==    by 0xFC52E5B: SwModelTestBase::calcLayout() (swmodeltestbase.hxx:214)
        ==2829==    by 0xFC54167: SwModelTestBase::load(char const*, char const*) (swmodeltestbase.hxx:425)
        ==2829==    by 0xFC52A74: SwModelTestBase::executeImportTest(char const*) (swmodeltestbase.hxx:131)
        ==2829==    by 0xFC6B046: testN830205::Import() (ooxmlimport.cxx:1248)
        ==2829==    by 0xFC99A6B: CppUnit::TestCaller<testN830205>::runTest() (TestCaller.h:166)
        ==2829==    by 0x4CAE1D3: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
        ==2829==    by 0xCF009E2: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unobootstrapprotector.cxx:88)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0xBB0E535: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:64)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0x4C97C83: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0x4CA61A3: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
        ==2829==    by 0x4CBD3B9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
        ==2829==    by 0x4CADCA3: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
        ==2829==    by 0x4CAEA3F: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
        ==2829==    by 0x4CAE8C9: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
        ==2829==    by 0x4CAEA3F: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
        ==2829==    by 0x4CAE8C9: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
        ==2829==    by 0x4CC45A5: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (TestRunner.cpp:47)
        ==2829==    by 0x4CBD0C3: CppUnit::TestResult::runTest(CppUnit::Test*) (TestResult.cpp:148)
        ==2829==    by 0x4CC4803: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (TestRunner.cpp:96)
        ==2829==    by 0x403F3E: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:150)
        ==2829==    by 0x4045C6: sal_main() (cppunittester.cxx:242)
        ==2829==    by 0x40420E: main (cppunittester.cxx:166)
        ==2829==  Address 0x2b4bbd48 is 312 bytes inside a block of size 320 free'd
        ==2829==    at 0x4A074C4: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        ==2829==    by 0x4F386E7: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:276)
        ==2829==    by 0x4F3899E: rtl_freeMemory (alloc_global.cxx:346)
        ==2829==    by 0x4F37494: rtl_cache_free (alloc_cache.cxx:1231)
        ==2829==    by 0x13D7EF6D: FixedMemPool::Free(void*) (mempool.cxx:48)
        ==2829==    by 0x1106890F: SwPageFrm::operator delete(void*, unsigned long) (in /home/caolan/LibreOffice/core/instdir/program/libswlo.so)
        ==2829==    by 0x110A113A: SwPageFrm::~SwPageFrm() (pagechg.cxx:301)
        ==2829==    by 0x110A3713: SwFrm::CheckPageDescs(SwPageFrm*, unsigned char) (pagechg.cxx:1122)
        ==2829==    by 0x1107A717: SwLayAction::InternalAction() (layact.cxx:566)
        ==2829==    by 0x1107A0B6: SwLayAction::Action() (layact.cxx:448)
        ==2829==    by 0x114E025E: SwViewShell::CalcLayout() (viewsh.cxx:915)
        ==2829==    by 0xFC52E5B: SwModelTestBase::calcLayout() (swmodeltestbase.hxx:214)
        ==2829==    by 0xFC54167: SwModelTestBase::load(char const*, char const*) (swmodeltestbase.hxx:425)
        ==2829==    by 0xFC52A74: SwModelTestBase::executeImportTest(char const*) (swmodeltestbase.hxx:131)
        ==2829==    by 0xFC6B046: testN830205::Import() (ooxmlimport.cxx:1248)
        ==2829==    by 0xFC99A6B: CppUnit::TestCaller<testN830205>::runTest() (TestCaller.h:166)
        ==2829==    by 0x4CAE1D3: CppUnit::TestCaseMethodFunctor::operator()() const (TestCase.cpp:32)
        ==2829==    by 0xCF009E2: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unobootstrapprotector.cxx:88)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0xBB0E535: (anonymous namespace)::Prot::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (unoexceptionprotector.cxx:64)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0x4C97C83: CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (DefaultProtector.cpp:15)
        ==2829==    by 0x4CA630E: CppUnit::ProtectorChain::ProtectFunctor::operator()() const (ProtectorChain.cpp:20)
        ==2829==    by 0x4CA61A3: CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) (ProtectorChain.cpp:77)
        ==2829==    by 0x4CBD3B9: CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) (TestResult.cpp:181)
        ==2829==    by 0x4CADCA3: CppUnit::TestCase::run(CppUnit::TestResult*) (TestCase.cpp:92)
        ==2829==    by 0x4CAEA3F: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
        ==2829==    by 0x4CAE8C9: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
        ==2829==    by 0x4CAEA3F: CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) (TestComposite.cpp:64)
        ==2829==    by 0x4CAE8C9: CppUnit::TestComposite::run(CppUnit::TestResult*) (TestComposite.cpp:23)
        ==2829==    by 0x4CC45A5: CppUnit::TestRunner::WrappingSuite::run(CppUnit::TestResult*) (TestRunner.cpp:47)
        ==2829==    by 0x4CBD0C3: CppUnit::TestResult::runTest(CppUnit::Test*) (TestResult.cpp:148)
        ==2829==    by 0x4CC4803: CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) (TestRunner.cpp:96)
        ==2829==    by 0x403F3E: (anonymous namespace)::ProtectedFixtureFunctor::run() const (cppunittester.cxx:150)
        ==2829==    by 0x4045C6: sal_main() (cppunittester.cxx:242)
        ==2829==    by 0x40420E: main (cppunittester.cxx:166)
        
        Revert "Revert "bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrm""
        
        This reverts commit 97035c95c27b34313eadd09692804045f67f440a seeing as the modified
        SwFrm::CheckPageDescs that updates the passed in previous page if it will be
        deleted is better than crashing and adds it to the other callsite that deletes the
        page.
        
        Change-Id: I653bab423ffa704aef45c2a7b2ac0699b72e9d3a

2013-12-30  Steve Yin  <steve_y@apache.org>  [5249a2022aa7152cba5bb6541eade43b9e77b755]

        Resolves: #i123910# reference in validation condition changed...
        
        to #REF! in exported xls file
        
        (cherry picked from commit 81912caea58b89f9490ba4b9e3a3127071e23190)
        
        Change-Id: Iab560847f4528ffdcc68b365951cc6c55ca9075c

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [ecc62c9cd21bec2580d5a936c7784735bff89504]

        convert solver progress dialog to .ui
        
        Change-Id: I259f7d75591121be584e3a8cfe514232a404c0fa

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [e2591cdeeb9a7d2d87e8c8772eed3ece6056fae1]

        drop STRING_MAXLEN uses from connectivity
        
        Change-Id: I12a999c2c6bdd119c2e3e544bbbdabb0b0ce2ba2

2013-12-30  Caolán McNamara  <caolanm@redhat.com>  [3cec54b5e865badf239f6217d2a01375e81cfb66]

        Updated core Project: help  df73415915aa0159b7e1d4eb949b738e00044915

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [eb91348f8dee9ca6f46050a7170ff2bb39c13146]

        convert solver success dialog to .ui
        
        Change-Id: Ia9062a21afde96510a4953d1b51e7e59e9012fb7

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [5825567cbaf516037906770ef73bf87f076c5d80]

        Updated core Project: help  49e2eb49dfb63f248299c483fb1e67a31622a35a

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c0b2debe6c82cddd681d7874b95237f0669cd36c]

        writerfilter: unused NS_rtf::LN_shpvalue
        
        Change-Id: I908ab52770aaabc3e2049e2b6d3ab7f7acf25643

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f5494f3c4bf14209a119c6b21c02e10075503ae]

        writerfilter: unused NS_rtf::LN_shppid
        
        Change-Id: Idf63d7a4659a96bb6e2050194ba595a321696313

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d1f0555f83bf117f4771041550c99b29efdb833]

        writerfilter: unused NS_rtf::LN_shpop
        
        Change-Id: I83ff7a646ab2ae8e06996115500c02730c867b8f

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [91bb53928b9a00b1dbfa734baf60c9f0a19dc6ad]

        writerfilter: unused NS_dff::LN_shpfPrint
        
        Change-Id: I919e44db53dde4869bfb7d1e41dabb6573667c7a

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [5b373ef6d718879c359da74b5aeb63e818192f5e]

        convert tab background color to .ui
        
        Change-Id: I121d4abd3227b96a274f1983e61ca313728419f7

2013-12-29  Julien Nabet  <serval2412@yahoo.fr>  [ebe616de53b98e419c39782c6615877a12f0edc7]

        Resolves: fdo#72961 Crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6
        
        It seems pAction may be NULL so let's keep on to check it.
        
        Change-Id: Ie1a48c96bfa930364053c7c3ad0c940559544e33

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [2cdde2a5fc94c1840fcd97122e48d84f0170c37c]

        Updated core Project: help  05f1ba9337a7d0274a9deeacb5891df61afceed1

2013-12-29  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ce4db6fe775a1656c09e369bb6b5dd303d61233d]

        Convert chart range chooser tab page to .ui
        
        Change-Id: Ibe80ec369b8efcded6cf9ce31f7c7d66e3e61dc0
        Reviewed-on: https://gerrit.libreoffice.org/7224
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4d21b415ff17f0575331be5fc68751496eced846]

        starmath: whitespace fixes in rtfexport
        
        Change-Id: Ia27b17b39b2e69f1e397f7f38a2e7a81058dac2f

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [db8f70d8a8e364dafc3740898940bdb151e48fab]

        convert multiple operations dialog to .ui
        
        Change-Id: Ib6bd84e48086a28210be7fa67b8adb211276cc0d

2013-12-29  Caolán McNamara  <caolanm@redhat.com>  [065ded885172755f5fc3bdfc3e9bff9354520a6c]

        Updated core Project: help  55c92f774b30422a8e509b4ffeee97cd903c2a82

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8d10f215e9da65617988a9a471be18775afad00]

        fdo#41109 RTF shape import: handle fBehindDocument property
        
        Change-Id: I9bf24eb2d3087e855d54c0ee7aba4e98dc856cc2

2013-12-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [f039d36ec5404f76c5472d04593e04096bf4252d]

        Updated core Project: help  9209a44d3f42604e6c32a443549c94ed1448fe8c

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ff7ac1a9b82bc20fe6e3d82322e53a7024edb84f]

        fdo#41109 RTF shape import: shpz has priority over dhgt
        
        And not the other way around, how
        24ee3df385cf2aa95cd888581c84fdf90cc682dc (RTF import: fix priority
        handling of shpz vs dhgt, 2012-04-10) did, this time with a reproducer.
        
        Change-Id: I9412341c6b35ca2760e4490a18f11bc6a0e0b78a

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b710225818e66917ef19ebf68d5e08223a13c2f]

        writerfilter: remove unused NFC in doctok
        
        Change-Id: I224d6192d3e98172b76311a870c48493928ff900

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [dd43df8845cc0eb334e4c74a4d344d49077d987c]

        writerfilter: remove unused ISTARTAT in doctok
        
        Change-Id: I28124d68c195cbe5850e97af004ae5e6dc523f4a

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2b13057ecd8c2fc999549bbc0358a0551fb5b15]

        writerfilter: remove unused BOOKMARKNAME in doctok
        
        Change-Id: If2d1a6eaa0939fe6e9012f4324f2b69ba7d798d4

2013-12-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [5509b65710e83a95a89a4559ce54d30de78d19b7]

        writerfilter: ST_HrdFtr -> ST_HdrFtr
        
        Change-Id: I78d4e9a3916eeda83f73fb416aafd07e25253be4

2013-12-29  Tor Lillqvist  <tml@collabora.com>  [8102d45911bf3c47ce7ee15d3db89b0024c3bff8]

        Need boost_headers
        
        Change-Id: I936ee814bcc614cc5ec858c453f5e8e5d0cac60b

2013-12-29  Maxim Monastirsky  <momonasmon@gmail.com>  [bd1461e69330a5265dc8cb395cf1b554d31c4bea]

        Detect UTF-16 encoded XML files
        
        This code doesn't support leading blank characters, since it's
        invalid, and the filter doesn't handle it anyway.
        
        Change-Id: I494e9f85351539d27577dc7df8be420c0c66570e
        Reviewed-on: https://gerrit.libreoffice.org/7204
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-12-28  Michael Meeks  <michael.meeks@collabora.com>  [7a4b8676a283d629d952ceb5c59327827838124d]

        implement datastream timings.
        
        Change-Id: I8b3a1747ff291cbfcc650887bb8557fb5dc24c0d

2013-12-28  Michael Meeks  <michael.meeks@collabora.com>  [00dbff8c223953d769d47ac24e7eb5427add1c0f]

        don't create and destroy SvtMiscOptions here unless its needed.
        
        Change-Id: I4b6e8136c56c824380c454272d9df4c646ec8e86

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [2bd59981116128639765602f92db2c6a07a1128d]

        Remove unread variable
        
        Change-Id: I6271e8f977d5c112223d14744830c8101099613d

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [5d00bab62b255342f00ce31d7390f8ed5a1c6501]

        Use OUString constructor for constant ASCII
        
        Change-Id: Ifc80743c748c2542055cfe825ad322b83958d976

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [b78146b4db3b31919f133c84db9b23fdb7c8ddf4]

        Use member initialization list in some constructors
        
        Change-Id: Ie0c9720966ca42373bec7a1697b72c5a17f49644

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [7da8245f2621a52de8548976dda73d38d5bf027a]

        Do not use Getters as Setters
        
        Change-Id: Ie465e768f07f6e0ebf10042ca389b4941ba84a2a

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [73f0b3bd5553c5d023d0a1dbfdc00836e2937961]

        xub_StrLen to sal_Int32 + some const
        
        Change-Id: Ieae0940d3d072c3214b4fa2280dd0e01dc328cb7

2013-12-28  Matteo Casalin  <matteo.casalin@yahoo.com>  [4b9f28c87fec24978b3e43765b8aa312ab5a8817]

        Avoid obscure and almost unused typedef
        
        Change-Id: Ia57b39c770adcb506fb8457ca6cdbd3c6a2b0a76

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [3c53039df67b35c495f69f14ccfad882e13a5950]

        convert xml source dialog to .ui
        
        I'd be a bit happier if I know how to use the dialog in order
        to test it completely, but it should be unchanged.
        
        Change-Id: Ie9c561aef7ff697b9e829f9cf0c7e6938c58b217

2013-12-28  Andras Timar  <andras.timar@collabora.com>  [7405c5a38546b026def5172dfade8e1c1e64d250]

        fdo#73008 enable localization of tooltips in Math Elements Dock
        
        Change-Id: Ia30f9884bd95c14116bc52f0c4cf7107f2238653

2013-12-28  Andras Timar  <andras.timar@collabora.com>  [3f2bec473597a82b8344b0e7ee290a0f3be96752]

        fdo#54514 typos in icon themes' link.txt
        
        Change-Id: I4704b43938ff25b96d53d15ab5a5c8ea0a5c67e4

2013-12-28  Julien Nabet  <serval2412@yahoo.fr>  [c0e23fa33852d0094df349d5c475332873625b05]

        Firebird, instead of SQLite, has been chosen to replace HSQLDB in future
        
        Change-Id: I8cc702b9e16b0b151959c6dde066f80b825ac2e0

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [296fece62ff1a1afc95a8968050fd146b39f1cb5]

        get master dictionaries in master core
        
        and a janitorial drive-by in framework
        
        Change-Id: I3106925423cb53f58b59714da49b7928c533e613

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [58ea27124af27bfac21a796b0d13d72354bd0dd3]

        make FilePicker::createWithMode not crash
        
        i.e. calc->data->XML Source->"browse to set source" calls
        com_sun_star_comp_svt_FilePicker_get_implementation with its
        single argument in arguments as opposed to the empty argument
        expected there.
        
        So allow the single-argument case, and pass the argument through and apply it
        automatically via XInitialization::initialize in Application::createFilePicker.
        
        I'm far from sure that this is the right solution, but it has the advantage of
        working vs crashing.
        
        Change-Id: I07c1baae7f47781920eac56763e8fd003a7b99e1

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [fe868bf7cfba864c6f11f068df87c5fdaae7458c]

        can use string literals here now
        
        Change-Id: Ieeead634ac23003924d74140a5b6aba2611db8d7

2013-12-28  Jan-Marek Glogowski  <glogow@fbihome.de>  [32a32d572c91cddc156cd91fbb35f01fd3c56d97]

        Fix perl errors in installer modules.
        
        The equivalent of C break is Perl last; guess these are typos.
        
        Change-Id: I1d61d319f2add029434ab5da7d9c01c7e807e8ac
        Reviewed-on: https://gerrit.libreoffice.org/7188
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2013-12-28  Tor Lillqvist  <tml@collabora.com>  [1c7ea4668d306620662bb36e5d82de0fee923aef]

        OSL_DEBUG_LEVEL is defined in the flags in lo.xcconfig
        
        Change-Id: If35f0407e40bfeade9c2a342e509ef5e84306f53

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [6fedee5f9ee12b3153cb37a2b254f8094a19a4d3]

        add condition dialog .ui
        
        Change-Id: I1233f14a47d025c3caca1c317454b6aae6db4ca2

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [0139ec9dac4b874854326879c776048a5c803e73]

        convert add condition dialog to .ui
        
        Change-Id: I0cc014909cf49d7cbfadcb5d5d8730395d558eda

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [43cc064cacb0ed0af2e984835bd193e93f4a6df1]

        Updated core Project: help  38a2aa7d123de93b52cc089142e0a3cbf4e9295c

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [189ac338f56fd5f1efdf5a2ebf445f8e595799ce]

        drop removed .hrcs
        
        Change-Id: Idf71a5b01333b4eb1aad5a0c6e6b59c2306a46cb

2013-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [393a9d4151ae79c0ad5bf16fb161c0c7ced7ce53]

        don't write new elements/attribs to ODF namespaces
        
        Related to validation errors with fdo#31296
        
        Change-Id: I1b76e05a9996b1123db164629475a3f7b07dda69

2013-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff74eafbe6aae254e49abb4a0b93160825e4a9d7]

        only write new element and attributes in ODF 1.2 extended
        
        Change-Id: I038f200f500ef1c6a0815b6332fb17bb2f62282a

2013-12-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ecac870f1fd9172782b49c570c9e800f69da53f]

        fix invalid string access in OUString::copy
        
        Change-Id: Idccec35f2838b54a7915aa4a0aeb229c69bae74d

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [cc866c0297de076488b8778aa036a3ed3c673678]

        convert additem dialog to .ui
        
        Change-Id: Id85ad8dc81089b62a82eafbcea1b04ddccdbc50d

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [3cb529823e2a88e0ff82a889fc90a48996cdaef7]

        Updated core Project: help  dd1dd2a61528b3d53184b222daa093c590b16b11

2013-12-28  Tor Lillqvist  <tml@collabora.com>  [86fcb2eaaea72793c12c2a6b7f18b29179bb7200]

        WaE: private field 'm_pParentWindow' is not used
        
        Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e

2013-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6eb02ac8a77f9f89f256b190281029f6cbd60d95]

        fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRG
        
        These describe an explicit horizontal merge, that is not something Word
        itself creates, but it turns out the Calc RTF export does.
        
        Change-Id: I1b6ec10bb8e8bd40e24791ccc96f2f066dd0d5d5

2013-12-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7662eea858d4c1edc7f7600fa102cedc386417f]

        oox: whitespace fixes in WpsContext
        
        Change-Id: Idcd4409a02a5b0dc5f7b67d2a482bf4fe30f579c

2013-12-28  Caolán McNamara  <caolanm@redhat.com>  [8466894125b3bd5888fee85c33e1eec5d88206fe]

        Updated core Project: help  2d5fefaeb1565280eea624e740feb77ef95c05d1

2013-12-28  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e6a87e17b207351963759925b7e9242edab70007]

        Convert insert error bars dialog to widget UI
        
        Change-Id: Ie2fbcb0bacb968a784698908c8cc62f73a80cf32
        Reviewed-on: https://gerrit.libreoffice.org/7219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [5be7ec4193b892e5643ff5f3f2e6755319569190]

        Put right icon in image button
        
        Change-Id: Ieed7b3cc0725b5d3341ed390035c55df8a8119e2
        Reviewed-on: https://gerrit.libreoffice.org/7218
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2013-12-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [21f053e2dd2867489a4d5823d9210c4368f4d115]

        fdo#72874: Strip const-ness from pointer value when setting it to storage.
        
        Else the pointer type would get demoted to a boolean type which would cause
        the boolean version of overloaded function to get picked.
        
        Change-Id: Ided7e8c67ef84b4323c8ad1123e0a2c30ce37e01

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [2e359fbb18286d0f300c0267a188d82769d276de]

        drop converted RID_SVXDLG_ADD_SUBMISSION
        
        Change-Id: Ice586c1dbe9adf52cdf8aa2b1a3fda8308f9da1e

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [0c577b7e2adc7410a39c526caf0e5adc02543dc0]

        remove nasty _IMAPDLG_PRIVATE foo
        
        and untangle orthogonal Update method names
        
        Change-Id: I3f9edb406c3e330a62f58eccf6fc23c210f3994e

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [ecf04f88654c4eac0fd19f4869d72b43e553bbca]

        Updated core Project: help  3ff9e57722620dc1752b4e2990893f3606eb3af7

2013-12-27  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [4c26083959637ffa9ca8bc1eed99f3c218447123]

        convert save and modify imageMaps queryboxes to .ui
        
        Change-Id: I222ce47187e46f7de9916bd559846d28c30d4562
        Reviewed-on: https://gerrit.libreoffice.org/7201
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [6cbccc8efa49dbf4ff21cabbfb9e74059d67b170]

        convert unlink image querybox to .ui
        
        Change-Id: I46458d497757162be283effb624a7c769aeb5354
        Reviewed-on: https://gerrit.libreoffice.org/7200
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3596e88b65c52e53357be356025bc23baad71a0a]

        Convert chart data label dialog to widget UI
        
        Conflicts:
        	chart2/AllLangResTarget_chartcontroller.mk
        
        Change-Id: Id9054b3b0c6e7a10a72bc90b05cd7c6bbc5e82a2
        Reviewed-on: https://gerrit.libreoffice.org/7205
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [27eb33d753eedfa4215eaf8325bc0ee9baeb7417]

        remove unnecessary empty dtor, etc.
        
        Change-Id: Ia2a1d1fe81a07d1e37437539d6d651a7c6ce1111

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [36313b0fa7612bbf82e8ecfefd210139c242bfae]

        Updated core Project: help  8d6c8428de7fe8735640118179c5676c6b7f4f3e

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [97dcf77841d19d344d58d5bdacdab141cdea4817]

        Related: fdo#65090 DOCX import: handle w:hMerge cell property
        
        Change-Id: I82f334426715fd1a1f0105b86f763d41e66f32da

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb562304c1e1c61a882e6db65806cfdf8601bcbf]

        Related: fdo#65090 Fix crash in SwXTextTableCursor::mergeRange()
        
        Regression from b844f06b36cf9a6c1411861a08701c8f9be2af0d (fdo#48692: fix
        problems with large number of table cells, 2012-09-21), the problem was
        that GetSelectedBoxesCount() may return 0, and if that happens, the
        prefix decrement operator set nCount to 0xffffffffffffffff, which then
        resulted in a call to DeleteBox(), which did not happen before.
        
        Thanks debug STL for pointing out this issue.
        
        Change-Id: I9eee55f642726343c4ce9af479ccd2c4dde03b6a

2013-12-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [acf3949da96d678239e83df5b47c2f20014ca71f]

        Convert chart error bars tab page to widget UI
        
        Change-Id: I9f3cb1fb3186e77b5c5ee57ff3e6086022c80bfd
        Note: kept old resouce to allow dialog to be called by dlg_InsertErrorBars, util we find a way to have a dialog to call a tab page and access the resources. Once a solution is found, old- resources can be deleted, RangeEdit and RangeSelectionHelper can be nuked too.
        Reviewed-on: https://gerrit.libreoffice.org/7198
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [6a59fbefbfbc90d6febd43e689773f88deaf36b3]

        writerfilter: remove unused STYLESHEET in doctok
        
        Change-Id: I9160730029cf2272172b50726168390ac6093daf

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a48d76c65cdcbedaabc562bf8d4d0a2e81a1329d]

        writerfilter: remove unused LFOTABLE in doctok
        
        Change-Id: Ie10f2a8a74ad0011d994f44e12903bbc63e16dcb

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [274822737c0462933ad2ca8892ac0d5790c78de2]

        writerfilter: drop unused LISTTABLE from doctok
        
        There is NS_ooxml::LN_NUMBERING that does the same, use that instead.
        
        Also drop SttbRgtplc, that's trivial as no other tokenizer nor the
        dmapper referred to it.
        
        Change-Id: Ic4f3c8908f114a60186b0fb06e0fad2b2157f6de

2013-12-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [76a891e2c09c4f8c758377161fbd662c6c876530]

        writerfilter: drop unused FONTTABLE from doctok
        
        Change-Id: I244cd35bd4fd935ec814e121ebed16d5402d6880

2013-12-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9143eaff7294e69b64978136880a8607e2100743]

        Convert chart legend dialog to widget UI
        
        Conflicts:
        	chart2/AllLangResTarget_chartcontroller.mk
        
        Change-Id: Ibc265efe5a8bdf3e0e5fb8135fb0487de7e96764
        Reviewed-on: https://gerrit.libreoffice.org/7199
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [79e7109b746f79880b944d90542fe69f04bf3be6]

        Updated core Project: help  6fb074934c6ac847fa7a304ff61e8591ac50b0af

2013-12-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [1568dc25414945dfaed945d214a0c49ad01b6849]

        Convert chart polar options tab page to widget UI
        
        Conflicts:
        	chart2/AllLangResTarget_chartcontroller.mk
        
        Change-Id: If9730589e44ab40331ea217986e79d78b926d5af

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [accbda12df38ecd4cf120bf30b38c81db64a2118]

        convert add submission dialog to .ui
        
        and drop the rather lunatic over engineering hackery to make 6 local strings
        non local
        
        Change-Id: I619e3d6b5a2205a10407eed98eb3ca83945267e3

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [f206aa708c362e7064b442da54726a4e306384bc]

        drop SfxNoLayoutSingleTabDialog declarations
        
        Change-Id: I1ceeff76292f9d9884112a69ecdd6052184a657c

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [366e4d65bedc65a787203d1454fa9fb276c3eaac]

        Updated core Project: help  2e0d679adbb3f41915a4a70a46ea556fb8afb368

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [dc836aa46d3436bf631a8f70a5e04d76ff7ad45f]

        cppcheck: remove dups
        
        Change-Id: I59622a66358a688caac36b7da220588dc2da440a

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [f23ae024461665eac0bdcc569eabe9caf28a8943]

        cppcheck: reduce scope
        
        Change-Id: I14956a86b8c83b9432c1eda511371beb026fd680

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [a81896a9d2517155f1d8ec7a98767bfc27c1f0c7]

        cppcheck: reduce scope
        
        Change-Id: If8220e82165d8ab85906584baa3827e3b6f5c2f4

2013-12-27  Muthu Subramanian  <sumuthu@collabora.com>  [beba4603ee8e603fff2599bee7f157d90872cb99]

        fdo#72998: Custom shapes have improper size.

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [c6d1938f7559aa6293338b4d756ec7fc0bd79f63]

        it's a SfxSingleTabDialog not SfxNoLayoutSingleTabDialog
        
        Change-Id: I0c86753fab551a18a9f0c62adc03a3d967947dbf

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [aabee4ca0bc5dd9107a8f1a53349bd652c790627]

        cppcheck: fix consecutive break
        
        Change-Id: I028543f751ed8759f694cc4901d8c89d76867596

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [0a17a19949abcb6077a1b4eecb88808c85ae6c11]

        cppcheck: fix var reassigned
        
        Change-Id: I10bb64672d02626814c162b09b8bdd615f7fcad8

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [203fbb160534496a8385a5d4b254050514eaf5f6]

        cppcheck: fix var reassigned
        
        Change-Id: I9db36a231ea846929f8860d089d77d0126242c26

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [8b29f1eb3b5614b9fde97f12b38faa16141bfdef]

        cppcheck: reduce scope
        
        Change-Id: I9a2e2387eb1d436cd64c1ca00276fe9256ef0c04

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [943e2930e7453857f229efe04ade85cb1dc87faf]

        cppcheck: reduce scope
        
        Change-Id: Id3715b84a2328ca37fbc05d552fe58617ecfa78a

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [4b3b7fc35e4d94d9ec30e0b2fc85b7b961fdcb8d]

        SfxNoLayoutSingleTabDialog->SfxSingleTabDialog
        
        Change-Id: Ib0d0696b1da5b609473a61aff185282233afb9fd

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [d61a27f278e8442d54d52115981b5235f230ac80]

        use SfxSingleTabDialogBase here now
        
        Change-Id: Ibd5d82f93fb94db3e8d53acc9df05f2459807bb4

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [2530d2923c3959ac8efa73e37a4b44cdacec7070]

        presumably each entry needs a tab and semicolon
        
        Change-Id: Iedb57186d56c6d1445bcfe2ad37d0569dba32b4e

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [97599c406ec289c8a876bf9a834bf61a4e80b7ee]

        cppcheck: fix 2 consecutive breaks
        
        Change-Id: If67b90bc56695a6aaf6d152d4a70dc68126596a6

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [c959586c09e6269ac8ff44de917e4a900e895728]

        cppcheck: fix Same expression on both sides of '||' + simplify a bit
        
        Change-Id: I7903c4af5263f93dc4d311b73cb21e144a63d8d9

2013-12-27  Julien Nabet  <serval2412@yahoo.fr>  [4148ba7075159c9966b83594e51deb9c9759d722]

        cppcheck: fix reassigned value
        
        Change-Id: Iee162175b692d82679132ce32d026cb3b3bfa77e

2013-12-27  Tor Lillqvist  <tml@collabora.com>  [17f1b0f551dbacc24fe5e2c90d5f00e5578ab9e7]

        Using pre-cached type_infos provided by the typeid operator seems to work now
        
        Apparently there was no problem in this after all. The reason it
        seemed not to work earlier was because of the unwinding failure due to
        the missing .cfi_startproc and .cfi_endproc thingies in helper.s
        
        The hack in ucbhelper is now not needed after all.
        
        Change-Id: If9fec5c502d4c9d0c44709ad9c2729f812e882e2

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [8f6a574d4f0fdf9d113aaa073daf948a7ec1df52]

        convert add instance dialog to .ui
        
        Change-Id: I92a82fb25b8b9d9cbedefb6fcebc7a4d167649bf

2013-12-27  Caolán McNamara  <caolanm@redhat.com>  [c98ce687901bb2e9f423f6cdf5fb5650ffe86b5b]

        Updated core Project: help  74508d8b773142bf68780b8550ff70baaa53be89

2013-12-27  Andrzej Hunt  <andrzej.hunt@collabora.com>  [793f14db156fab0c3e1ef2e19618ae7f8e01d758]

        EMF+: Add EMFPlusPointR detection to EMFPPath.
        
        Change-Id: Iff1ae9806ee05654762b313ed00ada206e51337f

2013-12-27  Andras Timar  <andras.timar@collabora.com>  [6ecea097c5a57f39a4815537fdbde2c9c4140d54]

        fdo#72945 sort languages in Windows custom install tree view
        
        Change-Id: I9a35ee7839373b82b47c0d5cc5b329918d337073

2013-12-27  Zolnai Tamás  <tamas.zolnai@collabora.com>  [dbd8a631bb23c588f52102e5dd2a61c9cd854bc3]

        Fix stepping to the next change
        
        Bug description:
        In the "Accept or Reject Changes" dialog, when select a change
        (it should be after the first few ones) and clicking "Accept"
        or "Reject" button, acception/rejection is made but after it
        not the next change is selected for futher work,
        but a random one. This bug doesn't appear in all case,
        just if changes are complex enough.
        
        Solution:
        The nPos means absolute position so we have to get the next entry
        with the corresponding GetEntryAtAbsPos() method. It seems simple
        position can differ from absolute positions if changes are
        complex enough.
        
        Change-Id: I7996f81c2a09c492f9334f071591291d200d533f

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [824425734b9ff974204b8a6623792215c148c1cb]

        Some make file fixing
        
        Related to d1c74734c8d9026b0f0c03f7382ca60165cec8c6
        
        Change-Id: Ic3a6147f0615e79640ec9f567168f93219d34020

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1459d6b2696f4c2e7c98e217e33ae2c421e3d6b2]

        Transex3: modify list localization/export part
        
        Avoid using numbers to identify the list items because
        using numbers can lead to mixed translations. Use the
        corresponding string instead.
        
        Change-Id: I963efbf0b4d6b17f77c51cbda0af57efa66cf8cf

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a5867ea09798a570838928bd8e24715fc2d8e4d1]

        Transex3: Simplify members for lists
        
        No need for hashmaps (ExportListEntry) because only one
        list is stored (en-US). One list member is enough instead of
        one for all types.
        
        Change-Id: I952d6616e436c5aa7656854f83d442434ffcbd54

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d1c74734c8d9026b0f0c03f7382ca60165cec8c6]

        Transex3: NO_LOCALIZE_EXPORT
        
        In the past, NO_LOCALIZE_EXPORT macro must be used to
        skip uneeded parsing of src files which has no localizable content.
        It is unsued by now and it is more effective to handle
        this files on gmake level:
        gb_SrsTarget_add_nonlocalizable_files
        gb_SrsTarget_add_nonlocalizable_templates
        
        Plus remove some empty src file.
        
        Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [bbee59851329142cdad62120ac02af922697e99f]

        Transex3: some string optimization
        
        Change-Id: I66dab1cce489c670991d2c74ffc171638dfca3d7

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [87d683ead482adc252eedfe2b6cffc9e41757fed]

        Transex3: no need to check whether a lang occurs twice
        
        It was an old concept that besides the en-US entry
        other language entries were also added and in this
        case may happened that one lang occured twice.
        
        Change-Id: Ifac7089309ecf4a59b128c0fea5e8b757ca2c8a8

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [62b688f961dd59d274c1f917fe62c2c91318921f]

        Transex3: remove unused sLastTextType member
        
        Change-Id: I82196decf0419adabc849bd82141e8702f510c1c

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [eeee7f00c704739ebf912737072d07708920e6f2]

        Transex3: remove obsolete textrefid
        
        Change-Id: Ic34efbd2090a11aa6fa88d67eda7ab31b1bddfcb

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6ded5aecce2c31f353c8b0bb7fda09c525a2e5bf]

        Transex3: sHelpId is assigned but never used
        
        Change-Id: I01bc171f5ad399644185e5e6d0398e89d9305ee7

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [da989b523e6eb960722eb8de6babca534f54a350]

        Transex3: remove unused text types
        
        Change-Id: Iad98aae685153589ff72a4be2ec704c0d311e1fd

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [edf7d340eb8d78cb99941cc28e23928d05697b10]

        Transex3: remove obsolete HelpText
        
        Used alternative: Text[ x-comment ]
        
        Change-Id: I762bf89c5ed316ec63183e3bedc22cbaac2e8aba

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0dbd93b92a694a384b293e0dce87b5acdf12e9e8]

        Transex3: UIEntries list type is unused
        
        This list type doesn't appear in the resource files
        and there are lots of alternatives (ItemList, StringList ...)
        for future need.
        
        Change-Id: Ia4454a329ba93f54e5b3ca45443a1a84be3b4bf7

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [94da69d4898fb2dd30834a388a980a54039dea04]

        Transex3: bDontWriteOutput is assigend but never used
        
        Change-Id: I9ca8c83a225ea4860ac40c7584ec9c56acae0d6c

2013-12-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [72ace3fa98a0c82c0511b49fd4026b148205eb96]

        Transex3: remove not parsed tokens
        
        Change-Id: I7e610c767e28e2af683f95aa573cbe34b35b6966

2013-12-27  Tor Lillqvist  <tml@collabora.com>  [480c7c2ef45e9c84a9bbffbfa95df673583c546e]

        Add .cfi_startproc and endproc markers
        
        Helps a bit... Now, if I revert the hackish arm64 change to ucbhelper,
        instead of "terminating with uncaught exception" I get "terminating
        with unexpected exception";) But, at least with the stack correctly
        unwound to BaseContent::execute(), I think. Actually of course I don't
        really understand much of this.
        
        Change-Id: Iacb4342414cb84f9db31f9a40c7a136cc5d191a6

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [5b254427b2e884c00c6a7d6d706962c259190622]

        convert search attribute dialog to .ui
        
        Change-Id: Id1d8ac652af38b80d0126bb80f91120d3e12e993

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [dbdd937d1c6cce0219851255d962808e1af14127]

        Updated core Project: help  da8a978cf3603ebcfcd61c0bd652836c09d71ded

2013-12-26  Andrzej Hunt  <andrzej.hunt@collabora.com>  [d8dedc775cedf0e9daf9284bc7e3a0331ccd2963]

        EMF+: Integer coordinate values are signed.
        
        Change-Id: I5babcec50d48dc2a6288a01685db61fbb7058680

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [7cde57180a21868dcd2f955d74c463c54d777089]

        WaE: unused variable 'ARGUMENT_PREFIX'
        
        Change-Id: I88b8a66ccc4da951e92cce0e4b5d66dcff8bf477

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [1370a0161ca7d33beff508f8d72c4f0c2150399a]

        WaE: unused variables
        
        Change-Id: Ie75bdf5b3d9f9e46d9b46f91192df14fc90b4095

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [500448212a479df99cfc1f943db54245ca06d5ea]

        WaE: unused variable 'url'
        
        Change-Id: I6ae6a95bdf9b0f82384dfdcbdefc6a546f81ef0f

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [ec52228057deaf0958a49fb81a96a0a333805b65]

        WaE: unused variable 'XDG_CONFIG_PART'
        
        Change-Id: I35435dc466478002d065e13f6e31c3c68528d7d5

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [5ad06dbf643f20c706c24da7431a05c4def644f2]

        WaE: unused function 'setNegativeBridge'
        
        Change-Id: I251f93f421972f8e5ab346af29152cebc17ab875

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [403d5ed5b85ab1dc30a1f84d8624be56aa47d8f2]

        Accept also the iOS 7.1 SDK
        
        Change-Id: I1e93d23be2f7738062f419680872b94d2ccdcc8c

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [25fe5fe9fd8fa85fd80713bbe2f0ea55d1fb8af8]

        WaE: unused variable 'aPathOpt'
        
        Change-Id: I6544fdddd1662850a715e8841dcad35135fb1d94

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [ea65158833c292c385e534cdf8b0184cd7ff255e]

        The #ifndef MACOSX can surround even more code
        
        Change-Id: Ia771d36711364bcf53789b3f7a623582451d175d

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [4274e6a9af56e64b1f98e59a96623fabe8d80b94]

        WaE: unused variables
        
        Change-Id: I42549eaa7048a6bcb248d3bd1bb28ca2c7c38763

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [a3b9461ad3edb3f7460ade96538f44061e117303]

        WaE: unused variables
        
        Change-Id: I95f0afc4b71dd62c7635f0a56b0917463db08c35

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [05fad0744c81a359c5cadb3f5a3c20551677db23]

        WaE: unused variable 'aRet'
        
        Change-Id: Ic998a1eeddd89f45e12e4036dcbc21be534830ce

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [80b6f48d5e86c1489d1ae4a20fd5dcf5c324d33f]

        WaE: unused variable 'aRefreshRect'
        
        Change-Id: Ib327646572890b13f7049d2ba106c465d7c855f7

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [765cd0ebaabf9cf7948ae1424681de144c7d267e]

        WaE: format string is not a string literal (potentially insecure)
        
        Change-Id: I1f67fca5b66c41d633924ffbf763db03756c8ca7

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [286f991e5e17d7ef97e145457d0751abf6281791]

        When using --with-macosx-sdk=10.8 or 9, use xcode-select -print-path
        
        I want to be able to use of a separate Xcode installation (like a
        developer preview) instead of the /Applications/Xcode.app one.
        
        Change-Id: I1faa84d028a8df6b4fc61b321fd2a6cde9a0ab0f

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [95d5922c0290ecd9de17183a95c068592a2c5a4f]

        Add static assertion that our Fake_type_info is the same size as the real one
        
        Change-Id: Id8490bb6373d85be2c529a005be55295c530febb

2013-12-26  Tor Lillqvist  <tml@collabora.com>  [96af0825ab0d3d36df25a3983f9f422e987cb572]

        Need the _LIBCPP_NONUNIQUE_RTTI_BIT here, too
        
        Doesn't help though, throwing exceptions using __cxa_throw() and our
        hand-crafted type_infos still doesn't work on arm64.
        
        Change-Id: If6099e8696e6232c4b6d4bacd654d28419538e0f

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [fdc1b1fc174da27e3016370fdb603d6bbe49af4d]

        convert search format dialog to .ui
        
        Change-Id: I29db27f8adf2afda7e47b69c43b032758c1e7b24

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [297f5b525f22e05bad8b17c98be2a716463d0408]

        convert col width and row height dialogs to .ui
        
        Change-Id: Ic64d2e0e296b8d2ed06162e1f778194486fb6fed

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [c4792c86a7addb4a77301d78ac1fc11d5c2608b9]

        convert grid control show columns dialog to .ui
        
        Change-Id: I5518328c2f527b910b78cb20358f4e55acf07ead

2013-12-26  Caolán McNamara  <caolanm@redhat.com>  [0f19e2897ba8c3c60ae36f231badcf7969fb9dbe]

        Updated core Project: help  07e930aa8406a8a85ffe7b3cb08b97f9d7747687

2013-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68cd5c4fa1b6190907ef4a121bac5d5eff0c13ec]

        add test case for fdo#72999
        
        Change-Id: I256e0cb228edb85b402e6645fd40f24b7ccf234a

2013-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bb8a2868316a644646857047be032c17787cac5]

        fix handling of range parameters in COUNT, fdo#72999
        
        Change-Id: I352c6b415f0990890702fa21175c196d7f4b12ee

2013-12-25  Julien Nabet  <serval2412@yahoo.fr>  [b95ad38e6ccfc4329abe8dd61aa03813b485729b]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I8bd50f3c9ea3cfc770d530c9cbde0ad00e4def4c

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [d80a79b018376d211db38d28976f652ffdacdfa1]

        convert text control character dialog to .ui
        
        Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [2a1d60f76d84f4c617792b1dcf4196b4289fb51f]

        convert text control paragraph dialog to .ui
        
        Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [1346055530f27acb53cafdfd0e2022a3382b1857]

        std::auto_ptr->boost::scoped_ptr
        
        Change-Id: I231de866d46d0e0a20e2f80855c0de3bd999ed1b

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [ad60a99f7aa32bbd60c31411149ff82aeebe398e]

        odd button positions on hangul add dict dialog
        
        Change-Id: I072f4264891aca552b73d12d402faa803bb269a5

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [64b8909ff239e715980b8af83a52566eada12eb2]

        Updated core Project: help  0dc1069fa953547ac90aebf058b6ff18a83e820f

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [d27095e5505b9411beea27e6ec7c4fc0f7374537]

        convert Hangul/Hanja Options dialog to .ui
        
        Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [46205b2e4c16938a158cf3b2ae16107e34ff7793]

        stray slash
        
        Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [2caaf644e847b2bded91a12976c1dec854d51eb5]

        dialog to be deleted never passed to destroy
        
        Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [0dce3178fa75ad1d6f663ccd6548a1c54c6a93bd]

        convert gallery theme properties dialog to .ui
        
        Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95

2013-12-24  Caolán McNamara  <caolanm@redhat.com>  [2544a2a810bc9182d5f062cafb41b5be96111982]

        convert organize macros dialog to .ui
        
        Change-Id: I210ab0bb294ddfefc3f60cffe64b72e5d8fa4650

2013-12-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [692c724f5e71f685c269085983828e7539274ecb]

        fdo#60698: Merge odbcbase into odbc
        
        We odbcbase is just used inside odbc library, so merge them.
        
        Change-Id: I4f4b34873b570ddcf1065c49e5310a1e73092fd6

2013-12-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a6d84fc1a926147884a9cbf234f86c6fb6f8583]

        oox: whitespace fixes in WpgContext
        
        Change-Id: I4b4a3f9c4ec2c49c178d2e6a175b3dc307295e97

2013-12-24  Zolnai Tamás  <tamas.zolnai@collabora.com>  [75e7d6f12e914b63e66968890533b2a56d0b1a7e]

        DOCX import: close rPrChange properly.
        
        Call endtrackchanges when rPrChange ends so the
        corresponding redline will be removed.
        
        Change-Id: I4091d7b54e0a74f3158cc979f210577a2dc29783

2013-12-24  Tor Lillqvist  <tml@collabora.com>  [55c6dade042eff373b8b8c9ed383b751c035fc80]

        Hacky workaround for non-working C++/UNO bridge for arm64 iOS
        
        I haven't managed to get the C++/UNO bridge to work for 64-bit iOS
        code yet. I think I understand the calling convention and the
        parameter marshalling etc might even be correct now. But something
        goes wrong in the dynamic creation of type_infos and throwing of
        exceptions. 64-bit iOS code uses a different unwinding mechanism than
        32-bit iOS code, I think, which could be related.
        
        Quite possibly there is also an unintended compiler feature (or dare I
        say bug?) in Apple's Clang for arm64 that affects this: The typeinfos
        are generated as private_extern symbols in arm64 code (instead of as
        normal extern in armv7 code), thus the dlsym() thing to look up
        typeinfos doesn't work.
        
        Note that as we don't support any Basic, Java or Python on iOS anyway,
        the C++/UNO bridge is not used for much. Actually, the only use of the
        bridge at least in the TiledLibreOffice test app seems to be to throw
        exceptions. Fun, huh? As the actual types of exceptions thrown seems
        to be a quite small set, just hack it and throw the appropriate
        exception directly... The only places where exceptions are thrown
        through the bridge that is used in the test app seems to be the two
        cancelCommandExecution() functions in ucbhelper.
        
        (It would be nice to change the ucbhelper API to not use exceptions
        for non-exceptional conditions, but that's another thing...)
        
        Change-Id: Ifd1861ccbba23d3b138e82400f2b7d80baf0215a

2013-12-24  Tor Lillqvist  <tml@collabora.com>  [69ea6062d280b93d8372f508864aab60dd810917]

        Minor logging change
        
        Change-Id: I2d25c7c196d0386a1c38fa55746370a84c2a2398

2013-12-24  Tor Lillqvist  <tml@collabora.com>  [a639961bb23c05d90a605a618b252160243ef0ed]

        More informative logging in codeSnippet()
        
        Change-Id: I51bceba0918928812daca3a2c92633b6998b380c

2013-12-24  Tor Lillqvist  <tml@collabora.com>  [86a372ade0b7d416d4ff97a94ea350f56610da61]

        More informative logging in codeSnippet()
        
        Change-Id: I6909ed60b39a65e6a6464427b2f839aa2bff3863

2013-12-24  Jan-Marek Glogowski  <glogow@fbihome.de>  [a5504e49dba07f7217ad3c0980d8c0f21f9f646c]

        Cleanup SwXMailMerge constructor.
        
        Move all fixed initializers into constructor definition.
        
        Change-Id: I7317deae43abf6a9e865c66969cb39a4b69de826
        Reviewed-on: https://gerrit.libreoffice.org/7189
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-24  Maxim Monastirsky  <momonasmon@gmail.com>  [b90d65f5c697806ee9b70a3ea8fb0f154241335f]

        Fix typo
        
        Change-Id: Ie2e3cfa3c35f5ccb59420afb13f5142ecdcb659e
        Reviewed-on: https://gerrit.libreoffice.org/7033
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-24  Maxim Monastirsky  <momonasmon@gmail.com>  [1d48659915580abdc4d5e885608c0d61c79a5046]

        fdo#71748 Fix also for hicontrast and sifr themes
        
        A follow-up of commit e239f372c6abcd8371d0a666c828bf1c31195dd4.
        Didn't notice there is fill_color.png also in these themes.
        
        Also fixed the ugly yellow color flash of paragraph color picker while
        initializing the sidebar (introduced by the above commit). This color
        picker shows the actual color of a paragraph, so there is no reason to
        set some default color there.
        
        Change-Id: I17eed733d1e35ec71c482e3df906523733383e96
        Reviewed-on: https://gerrit.libreoffice.org/7035
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [c5602cfb9d817a2dfbb46c012a4fc5cc0cc444e2]

        add a border to some widgets in exchange database
        
        Change-Id: I48fed93932db28ca1649c7e6c1abf4017757cd45

2013-12-23  Alexander Wilms  <f.alexander.wilms@gmail.com>  [08880d659e976887eba5db22ece740df3ce89997]

        Moved buttons columns to the bottom row
        
        Change-Id: If1789999363739231986e0e0e82c9d77f5ca0bc7
        Reviewed-on: https://gerrit.libreoffice.org/7192
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [a517fe8aa7acd7eab167ff7ad0770ac5f5590c76]

        wanted layout at end here, like everything else
        
        Change-Id: I10491e37b62f052b8b45a6b0b94ff43b0dd9a80d

2013-12-23  Alexander Wilms  <f.alexander.wilms@gmail.com>  [91915549b6178d361e778cbc31a25ef2e5616020]

        Made button caption in bib entry dialog clearer
        
        Change-Id: Ib917865211407b9aed1cb04eaec9b71c63ead182
        Reviewed-on: https://gerrit.libreoffice.org/7179
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [3e978fc21f2d924dab3d714956944a27e70d606f]

        convert print progress dialog to .ui
        
        use an actual ProgressBar rather than direct drawing
        into the dialog window
        
        Change-Id: I13a17970055980e0e248f60058cd4d5ef91f1d7d

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [3b80c1ac1351ae7f2bf102e23928cd64133de7b3]

        add a basic GetOptimalSize to progress bar
        
        Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471

2013-12-23  hongyu zhong  <hongyu@multicorewareinc.com>  [2bb1a845a25ca9a39c96f37995453844461aed4e]

        GPU Calc: Optimized CHISQINV
        
        AMLOEXT-300
        
        Change-Id: I01f16fb5a00e1c96e40bfcf99e417519cb27e765
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  yangzhang  <yangzhang@multicorewareinc.com>  [99b93d898f2aff3198146c1e8aa44b9dfae177b9]

        GPU Calc: Optimized ACOS
        
        AMLOEXT-270
        
        Change-Id: I460354ede9a9666a7b5dcd7c5d125b605e3b3b2d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  yangzhang  <yangzhang@multicorewareinc.com>  [3eb75fa4d7f0c7c87cc0b20a0a246c956ae8816a]

        GPU Calc: Optimized ASIN
        
        AMLOEXT-269
        
        Change-Id: I10d33b50f743630ed91daa743017e431754e5659
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  yangzhang  <yangzhang@multicorewareinc.com>  [f48749354f018ef41b135bad0d433d94778accd5]

        GPU Calc: Optimized ATAN2
        
        AMLOEXT-349
        
        Change-Id: Ifd9532d7b73afee1a0d6eb8f2d4522e0356006f5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  yiming ju  <yiming@multicorewareinc.com>  [bc7c98cf20c1b39edf6d832e3fb09e550df2e485]

        GPU Calc: Fix Bug of TBILLYIELD&TBILLEQ
        
        AMLOEXT-376
        
        Change-Id: I067819191f5926cef31ab50f1ad46d64a1e58a5c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  minwang  <min@multicorewareinc.com>  [7eafa6f237005310da6ade542373e1e77e492c1f]

        GPU Calc: Optimized DDB
        
        AMLOEXT-279
        
        Change-Id: I6d4d9f3fc67aeeb32b571998ef9ddeba66184449
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  mulei  <mulei@multicorewareinc.com>  [ee48498c5b5dcd5f597d89f03d9b2db995b10f54]

        GPU Calc: Optimized PRICEDISC
        
        AMLOEXT-283
        
        Change-Id: I10541f33f65a68d87931d92f520653d7751ae507
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  mulei  <mulei@multicorewareinc.com>  [d6e0b6fc4982af7877c34980b0419efa1c90bc65]

        GPU Calc: Optimized PPMT
        
        AMLOEXT-277
        
        Change-Id: I05b2d703820dab3e284a2356a3e9b1cd9b797247
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  mingli  <mingli@multicorewareinc.com>  [905c02ffee26587db76e0067458740ecc4b9e39d]

        GPU Calc: Optimized GAMMADIST
        
        AMLOEXT-278 FIX
        
        Change-Id: I59bf06c1e8ef138e08a7699fa167034442780322
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  Wei Wei  <weiwei@multicorewareinc.com>  [31aafc3fff19c80ca0b41a8f9cb914a1b9a5c959]

        GPU Calc: fix the bug of wrong test case for
        
        ISEVEN and ISODD
        
        Change-Id: If16b13a22d336d7d21c9034157be0aa38f2415be
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf1812806056349fd32785e1fa7ba7595c8c66fa]

        fix crash when erasing entry while iterating through vector
        
        Broadcast might result in calling Remove on the same object which erases
        the entry from the listeners vector. If we create a copy we can still
        iterate through the vector as all iterators are still valid.

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [3f47635b86ac34a0dc42d93e77bb1a3ca26f6f79]

        Improve native-code generator for (not only) Android.
        
        Group logic from include/osl/detail/component-mapping.h has been
        duplicated here for now.
        The plan is to reuse this for iOS too if possible.
        
        We don't need component-declarations.h now, which is good because
        the list of implementation constructors is going to grow a lot over time.
        Also, something needs to be done to avoid component-defines.h.
        
        --constructor parameter was removed because it was not used
        and also does not make sense.
        
        __attribute__ ((visibility("default"))) is removed too.
        
        Change-Id: I5e3f988800303d31e1d78220cbd25339bcbc482a

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [03552256018e90edfd825b0d4c0a5d855abaef24]

        convert validity tabdialog to .ui
        
        Change-Id: Ib7be4172e2d9b80869dbfa47674b13f1e03877d3

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e49887bee01133a349447a00341c0293f8a5899]

        DOCX export: fix relativeFrom=page, align=right handling
        
        This is the export part of 51a61bd4aca15c860d301b687d582a39193089e2.
        
        Change-Id: I9f7459e99ada8f5f73e9075d249c4e508c941d44

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [c161ceb9056ca5f686e615965ae0bb3efd8acea7]

        oox: fix drawingml export of nested groupshapes
        
        It turns out drawingml requires using different XML elements in case the
        groupshape is a toplevel one or a nested one.
        
        Change-Id: I9b76f9d0ae48cd80aaf0d6d41f1eb071cdc8cc07

2013-12-23  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5d3b3b9fc15bac8bba286e64a6a0e28f2dbb8529]

        sw: small code refactor
        
        Created method DocxAttributeOutput::AddToAttrList which encapsulates
        a piece of code that was widely repeated in that class:
        
          if( some attribute list does not exist )
              create the list
        
          add some value to the list
          add some other value to the list
        
        Change-Id: Ibef031395927a7cedbf84a372008cb2e2677ae36
        Reviewed-on: https://gerrit.libreoffice.org/7187
        Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [beb7c8db7b922f7ca76d0093e199282489b7c49b]

        writerfilter: handle moveFromRangeEnd / moveToRangeEnd like bookmark end
        
        For bookmarks, at the start we omit all attributes (name, id), and at
        the end we emit only the id. Do the same for moveFromRangeEnd /
        moveToRangeEnd, which didn't emit an id at the end before.
        
        This is just the tokenizer part, dmapper should still handle them, which
        is missing.
        
        Change-Id: I3f42fdbd86785adb36a8ef1bffe9af14c4d81fa2

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [41927dce4217d60808a889f8dac546f55848eead]

        sw: enable drawingml export of textframes by default
        
        This was only available in experimental mode previously. Also note that
        export of shapes (including group shapes) was already enabled
        previously, this commit just enables the same for Writer Text Frames.
        
        Change-Id: I53e7f3fac84328cea316a9811ecd5eecec79b23d

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [9e118293188607ac883ed65754aaccc9ef2c6abb]

        sw: drawingml export of textframe gradients
        
        CppunitTest_sw_ooxmlexport's testTextframeGradient is a reproducer for
        this problem.
        
        Change-Id: I8a0a1e8728cd82d96bdc7167e57cae72932429c5

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [190e66534868e6ed553150282d95381f5dd5f51a]

        convert login dialog to .ui
        
        Change-Id: I775c87422f05552b7283f9c6f7103a72262f764e

2013-12-23  Caolán McNamara  <caolanm@redhat.com>  [b7f9d7fb4dcac9e4b06690dca31a204677d68618]

        Updated core Project: help  458e6f18f0a93701748ef8754dc6f4acd7d2aaf0

2013-12-23  Eike Rathke  <erack@redhat.com>  [4de5ed0a90666e07c08997353d717553e5181fe1]

        iterators are not pointers
        
        Change-Id: Ic9809beead66cf0d0e6a6a28bb97b220fb667578

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [0324a62e1977c60961cbf86e454e676d825a4e03]

        Add source files from bridges for quicker breakpoint setting
        
        Change-Id: I7842d9d0e5786647d14d0c30be5230c05883ada2

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [5dcd53835d1420e6421efd087d392f308c1df833]

        More informative logging
        
        Change-Id: I71b04086ae0418f0a6c988fc71c1e5fee6eed690

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [792c20bf589101e2e1a684d6afb002a4f1970a05]

        Let's try to use basically the same except.cxx for iOS as for OS X
        
        Change-Id: Ic4cdf6b91f2a71fc556c8d9c2ba3808f0d953754

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [1d3b6ce74a70d1f8e53e8430c46f7f6cc7cf6ec1]

        Avoid Perl warnings
        
        Change-Id: I62ade513bd98e5410c1df14e890e8cc964f1eb25

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [5355fcc367822c4c0bb6cd4b121f5f8a5efbf4dc]

        Describe the apps
        
        Change-Id: If07fe2ddc99bf2d2a9a4bc242be22fe615a5b1f9

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [ee7689d052c229b9f254c8fd37ffaeb85e604a17]

        We seem to need lo.xcconfig here, too
        
        Change-Id: I7db16b3736a83b9372aba11ac9ff302bc087e008

2013-12-23  Tor Lillqvist  <tml@collabora.com>  [4a86b0f30156683012bb5d66fdfdc78e72befa1d]

        Add arm64 to VALID_ARCHS
        
        Change-Id: Ibf1ed5ee1d7ab8319b393475c49655708e9a6d61

2013-12-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [4663b9e494ab691c4932fb0cc7e41aa0f9b3a214]

        sw: chmod -x docx, doc and rtf testcases
        
        Change-Id: I6f6726dd99a3f894ae86de279c74270e19b49d0e

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [732c0f929fc0229b6da37d4ec4b6de8994fcea46]

        svt: Use constructor feature for GraphicProvider.
        
        Change-Id: I0cb66814c3dcbe38a92ada0dfcc0374313784a2b

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [c04f3c0f794e8c608fade8c6142db13c32e6f4e7]

        svt: use constructor feature for HatchWindowFactory.
        
        Change-Id: I0881c0994342816b8f0ac0281d884ce618d5e285

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [a587899cb340d2a5bc05392e1817ba72718706f1]

        svt: Use constructor feature for GraphicRendererVCL.
        
        Change-Id: Idb4cdfcdc8e06dca070bda5dd63e4291bb582e0f

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [2fbb47156773b2e300fc987efc2da85c66e567d1]

        svt: Use constructor feature for FilePicker and FolderPicker services.
        
        Change-Id: Idb14acb8fdb737b592a358eaa221ca9b1e14e589

2013-12-23  Matúš Kukan  <matus.kukan@collabora.com>  [3982ce50f9845189373dac48d52d6070f6366a4f]

        svt: All files are compiled with enabled exception handling.
        
        So, merge these files.
        
        Change-Id: Icc8e221a40c70dc24a9fb048e06cf4fe7635fd02

2013-12-23  Julien Nabet  <serval2412@yahoo.fr>  [249107f62cbe4b4e145bd6e62bfb9960dc0cdb60]

        Typos
        
        Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e

2013-12-22  Caolán McNamara  <caolanm@redhat.com>  [9915597c8988f46df3ec334c01afc7d618df7b7c]

        put a border around the paste special treelist
        
        Change-Id: I8bc165b0ff706c7a3f7963aa72f421caa1b6d153

2013-12-22  Caolán McNamara  <caolanm@redhat.com>  [595dd498adb2c1ab6ee0d1ebe831123a076120fc]

        I apparently overwrote the optimal row height dialog with another
        
        Change-Id: Iccd4f2c8b628589c6a184cc561a1e6225c1a9441

2013-12-22  Andrea Pescetti  <pescetti@apache.org>  [2fac216928ac8c97db8ceb20e862b690bef8802b]

        Resolves: #i123323# Fix typo in English string (concatentation)
        
        (cherry picked from commit bc44947351f9dcfa6a466618d8bbd47beecdddcb)
        
        Change-Id: I28bf684b030e46bcc8c19767c6d6f6280fe3799d

2013-12-22  Caolán McNamara  <caolanm@redhat.com>  [0ff9513baa026f10c75285d9af33af0e2560c62d]

        Updated core Project: help  58290910e1d6ba8ac331281281e9c40cf7b24664

2013-12-22  Caolán McNamara  <caolanm@redhat.com>  [d9922775bb6735d70747689c391d823722212dec]

        convert unknown authority dialog to .ui
        
        Change-Id: Iec8a8826188c81ff3a0e7e563d1f5f1a9921c180

2013-12-22  Julien Nabet  <serval2412@yahoo.fr>  [e2e5689a59c7ebdbdc37e54453b06568d985bf8e]

        Typos
        
        Change-Id: I101d2c40bc08130f719f52494d95ab60d1d97e0f

2013-12-22  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [128aeab30eb768ea11d88a24139284b6901cf60c]

        ooxml: Preserve paragraph theme fill attribute
        
        The theme fill attribute and the original fill color are saved to the
        paragraph grab bag during the import.
        
        On export, the original fill color and the current one are compared
        to know if the user has changed the fill color during the edition. In
        that case, the theme fill attribute and the original color are
        dropped.
        
        Some methods related to the grab bag management were added to
        CellColorHandler for convenience.
        
        Added a unit test for this attribute.
        
        Change-Id: Ic0514ce1d2f290fb0aef5ed86327c1f03f31f20c

2013-12-22  Julien Nabet  <serval2412@yahoo.fr>  [151887a9550efed41c5a2709a4f56d768b441ce4]

        Fix other typos
        
        Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896

2013-12-22  Julien Nabet  <serval2412@yahoo.fr>  [98929ce4e8e161febd8fcc0a0a53e607c6681483]

        Fix typos
        
        Change-Id: Ib9c92c059eaec367c809949550d9991e8bd10d93

2013-12-22  Tor Lillqvist  <tml@collabora.com>  [a1a76eface98e1050fd0df1a6934e4d3a3fae5b2]

        Fix build break for (32-bit) arm
        
        Change-Id: I21c81aa1791cab8ac510c87b4a78ad1367fe8b78

2013-12-22  Tor Lillqvist  <tml@collabora.com>  [77f1f2209cfecc0af2d1e1db460b2614068748da]

        iOS arm64 C++/UNO bridge WIP
        
        Change-Id: I786cc64fc814c755ba215898026365af26b56205

2013-12-21  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [836abd393d126cfbba6b0bd1fdda5b03095516c9]

        GPU Calc: temporarily disable Kombin unit test
        
        Change-Id: I08d615e6b53781b5dd9e992204093bdd4901f852

2013-12-22  Tor Lillqvist  <tml@collabora.com>  [b0a9c3c71d39291f47d7154c42aee3c9b3ccea22]

        Log a bit more information in codeSnippet()
        
        Change-Id: Ifecfd55ed7f6a48f1cfea8182a40e8568dfc4780

2013-12-22  Khaled Hosny  <khaledhosny@eglug.org>  [4dba6f5837539746293ef6808ea39a764ab7654d]

        fdo#67370: Hyphens are not visible in tagged PDF
        
        One requirement of tagged PDF is to represent automatically inserted
        hyphens using the soft hyphen (U+00AD) character, so we were doing this
        by simply passing that character to text layout code when exporting a
        tagged PDF (which is the literal suggestion of old PDF specification).
        
        This is wrong, though, since the soft hyphen is a control character and
        should not have a visible output by itself (and fonts might not even
        have a visible glyph there), but this happened to work because non of
        the layout engines we are using treated soft hyphen specially and was
        just showing whatever glyph the font had there. This broke with the
        switch to HarfBuzz since it will not show any visible glyph for Unicode
        control characters (by default), which is the right thing to do.
        
        Latest versions of PDF spec suggest using either ToUnicode mapping or an
        ActualText text entry to encode the soft hyphen instead, I found it
        easier to use ActualText since we already have code that handles
        non-standard hyphenation using it already.
        
        Change-Id: I88deadf3a806f69775b2e0ccff2f9b2f61a0f2e2

2013-12-21  Andras Timar  <andras.timar@collabora.com>  [0591a98155348ea640a82c1dfb69931464ae2076]

        build fix
        
        Change-Id: I6a2e8e69106584b6b7c9af35d4e0e79bf6ef5342

2013-12-21  Caolán McNamara  <caolanm@redhat.com>  [b700e87a2dd672a9e57f087d13bdc4fb0f36411e]

        Updated core Project: help  23daf01e9c981b9efe33e8daca680558df87d2cb

2013-12-21  Caolán McNamara  <caolanm@redhat.com>  [254dcd96ea4728450a93582d7a9c420eaa208d95]

        remove unused m_pParent members and trailings semicolons
        
        Change-Id: I9c577b074ac3fc5382cea92394adeedbe0364de0

2013-12-21  Caolán McNamara  <caolanm@redhat.com>  [a5650e388de543501788b0745396ee1d25164c2a]

        convert ssl warning dialog to .ui
        
        Change-Id: I658cc3f1c63f8cfb18463befa3a0efbd92139659

2013-12-21  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [12b0a95b9777a46efc885811f5c7e7182855a834]

        GPU Calc: log line number on OpenCL exceptions
        
        Change-Id: I58900762efd71cf1b9501a18d7c1c8d460547d64

2013-12-21  Caolán McNamara  <caolanm@redhat.com>  [88ec9b084cfc3e2ad540b1c294d57eb99a3aa3d6]

        add an intermediate virtual 'response' to MessageDialog
        
        so subclasses can decide to not EndDialog on a given responseid
        
        Change-Id: I78a02f121b414c458bece1574f890d952ad5cc23

2013-12-21  Andras Timar  <andras.timar@collabora.com>  [b19cfae582874078ff00f590d3782bc56a9a0eac]

        remove useless comment
        
        Change-Id: Ibe5ec89b96ae8b6d22027ebe271ac5edddaadde1

2013-12-21  Jan Holesovsky  <kendy@collabora.com>  [df9883411a5423793ad411ac05d7a28c355209aa]

        Make the broadcasting work even when about to destruct.
        
        Change-Id: Idba9302e1ec5234d3d472cda047c09ba52afd328

2013-12-21  Tor Lillqvist  <tml@collabora.com>  [d358c377718f981d615b5ba2c6c5137dd150d2f0]

        Print file and not pointer value in SAL_INFO
        
        Change-Id: I96e7ac419f4300a1dd62a5c24611c1467ef3b19a

2013-12-21  Tor Lillqvist  <tml@collabora.com>  [928c8c800e2d6c17a768ea8fe2767a2ea68fba20]

        iOS arm64 C++/UNO bridge WIP
        
        Change-Id: I5eb994e4a48b043f463940d1c34ad7a9459b83cd

2013-12-21  Jan Holesovsky  <kendy@collabora.com>  [c8b624329caed68550fcb1fe197c8fa8107d079b]

        Don't call EndListening() on already destructed listeners.
        
        Change-Id: I9bda35f2246de9d37077dda33c710b89ee008e5a

2013-12-21  Lionel Elie Mamane  <lionel@mamane.lu>  [5527a867996c54fa80139f83fab7286c37630f9c]

        Revert "WIP: xlink:href needs xlink:type"
        
        This reverts commit b7492725471aafe780ace25c67208dbbb08db4ff.
        
        Change-Id: Ice3ba98e495d5c66afc9897c45f5a469693e6c43

2013-12-21  Lionel Elie Mamane  <lionel@mamane.lu>  [b7492725471aafe780ace25c67208dbbb08db4ff]

        WIP: xlink:href needs xlink:type
        
        Change-Id: Ide0fc9331a62c1ddb1f7fe9aaee8a27ed35af8e7

2013-12-21  Lionel Elie Mamane  <lionel@mamane.lu>  [a5ce8c77a0b2dca2ab5a3564feed1cd3b8104eaa]

        fdo#72916 correct rounding of time part of DateTime
        
        Change-Id: I135478755f9e5a844119129b470fef8de2cd0409

2013-12-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [c3fe7450e39187c8574e57ebfb5d014ce263e053]

        oox: whitespace fixes in LockedCanvasContext
        
        Change-Id: Iee8cfce2b002e19762f7bd247729f6da52a543c6

2013-12-21  Tor Lillqvist  <tml@collabora.com>  [eb7347705b6081e10f4fbfda3366aa9aad595e4a]

        Revert "Avoid unnecessary library re-building in the DISABLE_DYNLOADING case"
        
        Unfortunately doing it like that breaks the case where as part of
        building a dependent library some headers are generated and those
        headers are then needed when compiling a depending library. Case in
        point: sqlbison.hxx.
        
        (Sure, for that particular case, as such it is fairly likely that we
        don't want any of the database connectivity code at all in any iOS or
        Android case, but working on the --disable-database-connectivity
        configure switch is another task...)
        
        This reverts commit ea61ed8efe8d84b88754b1c6af0a85a76b3ce424.
        
        Change-Id: I8dd1f260160c90473ecf12ce862f37df9767fa19

2013-12-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c80bbdf1c1f3f6613881a2a62fce8f6d5ed53b8d]

        We have these _xlfn. and _xlfnodf. internal prefixes. Check for __.
        
        We don't want a name starting with a single underscore to be flagged
        as function name.  Let's do that only for double underscores.
        
        Change-Id: If194a53e3f3ebf18a6e8ad38ebb16922f6e6083b

2013-12-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6c9891d40b827c74cacfddf346c9aecad9959a9c]

        Let's make it available in experimental mode only.
        
        Change-Id: I023db5b98518296eb2964abe8c62f60d65d413a8

2013-12-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c09211bce7ed8e85ba75d8702e3d8703f9dc662]

        Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.
        
        Useful for debugging in a more flashy way.  But never ever document this
        for end users.  If you are an end user reading this, use this at your
        own risk.  You have been warned.
        
        Change-Id: Ibbdb45f576287f707106327704754ffaec27ba3c

2013-12-21  Jan Holesovsky  <kendy@collabora.com>  [efb30219a1113ee08bf26160a08b4f721a514fdf]

        Speedup destruction of sheets with too many listeners & broadcasters.
        
        Listeners and broadcasters are M:N relationship.  If you want to
        destruct them, you easily end up in O(M*N) situation; where for every
        listener, you iterate all broadcasters, to remove that one listener.
        
        To avoid that, announce to the broadcasters that they are going to die, and the
        listeners do not have to bother with removing themselves from the broadcaster.
        The broadcaster will not broadcast anything after the PrepareForDesctruction()
        call anyway.
        
        Change-Id: I68d78b23e73bcbb944de9139448b2c20dfa14f62

2013-12-21  Michael Stahl  <mstahl@redhat.com>  [0d5d01a4d4d7dbdfaea4cf2a44094b58f09d1baa]

        oops
        
        Change-Id: I774c9281d9fbaa7601d09f6a8afb135da81f1b2b

2013-12-20  Michael Stahl  <mstahl@redhat.com>  [899538a155b0d58f3a864dbc26d0dc7c37386807]

        fdo#71429: sw: fix crashes when changing header first sharing
        
        Copy some nutso code in SwUndoPageDesc::ExchangeContentNodes() to
        work on the un-shared First header/footer too, which apparently avoids
        the crash.  It's not like Undo of header/footer isn't already a
        house of cards anyway.
        
        Change-Id: Ie6593c4784ce9d368a5098ffb3aa4dec536d250e

2013-12-20  Michael Stahl  <mstahl@redhat.com>  [e936ecc92a7e362f57ce72a955697840920636b8]

        fdo#69065: sw: fix mirrored page style with first-page
        
        If a mirrored page style is used with first-page on both a right page
        and a left page the current design cannot work because the margins in
        the SwPageDesc::aFirst cannot be right for both cases.
        
        So split that up so we get a first-master and first-left format and
        copy the headers/footers and margins as appropriate... which is really
        adding epicycles to a flawed design; probably this would be better with
        just a single SwFrmFmt that has different items for master/left/first
        headers.
        
        Change-Id: I0889a4ab5959b5a71172203bb64d185960a07d73

2013-12-20  Michael Stahl  <mstahl@redhat.com>  [94c772adc2e8d8af468f3996527c84bf7704103f]

        fdo#70232: sw: brown paper-bag fix for header sharing mangling footers
        
        Stupid copy/paste error in SwDoc::CopyMasterFooter() checks
        IsHeaderShared().
        
        (regression from e1a9a348a519a69f898c9c1e6d87a5837b8267f9)
        
        Change-Id: I0c0bc16a8c581cd05ed206a0de79c7983204165b

2013-12-20  Michael Stahl  <mstahl@redhat.com>  [f0c03edd639fd792b36d1bfc5fe54a52d67c9dee]

        sw: remove silly BigInt based SqRt
        
        Change-Id: I0a23682998fcf23f917289a0137d137b240a9d92

2013-12-20  Matúš Kukan  <matus.kukan@collabora.com>  [09af884e7b5712e0311a4c122a5213e7c89f626e]

        Revert "svx: split into direct implementation getFactories"
        
        Also reverts "These services are in fact implemented in svxcore library."
        This reverts commit 090674dcb085cd41f4628e4f07c9a2268a18e862
        and commit 4a969ac35174520f1ffeb4f919f5d7bb6d99a628.
        
        This is embarrassing; needs more work.

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [be053c9a80ad237afc6da0b4174e1c7afc94ed92]

        Spelling correction: s/retrive/retrieve/
        
        Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b

2013-12-20  Eike Rathke  <erack@redhat.com>  [d1ae39e484f888ddcca15f584cddd2b3ccae1024]

        fdo#58112 write loext:contextual-spacing accept style:contextual-spacing
        
        Change-Id: I3e6698d9d9399dd5a13658641847df8a5f34f6ae

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [23ac39f99f270261ddad1749f656420766a47c97]

        convert input dialog to .ui
        
        Change-Id: I7b4dc43bfed39c852692dabebfc1bd196625c333

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [3d26d9388ae12cc18008511c0bfcc60e9769cc3d]

        c++03
        
        Change-Id: I0ab5427ed39ceda17afa8a8fb8869b810c21fda0

2013-12-20  Eike Rathke  <erack@redhat.com>  [ef5e7b69440baa9f222d1ec870668d31d08268f0]

        prepare to accept loext:contextual-spacing, fdo#58112
        
        Change-Id: I58e151743bf910b8b51f1b453e0bfcb4ed767d9d

2013-12-20  Matúš Kukan  <matus.kukan@collabora.com>  [090674dcb085cd41f4628e4f07c9a2268a18e862]

        These services are in fact implemented in svxcore library.
        
        Change-Id: If260a6256a29f983e436032ef03ba36daa4ed78d

2013-12-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f2a3848bee3f3deeb9dde43de51737cbdde84018]

        Put all these back in...
        
        Change-Id: If2168a57e0c77cf7fe85d66a6c6fd6a810d45035

2013-12-20  Douglas Mencken  <dougmencken@gmail.com>  [8cdb1466d6f93bb93e33dc1ef6d5083b005bd73f]

        Can't use const_reverse_iterator here.
        
        Fix build error:
            no match for ‘operator!=’ in ‘it != std::vector<_Tp, _Alloc>::rend()
            [with _Tp = rtl::OUString, _Alloc = std::allocator<rtl::OUString>]()’
        
        Change-Id: I4d20a68259163303ce7f14014c939cc7dbdf2784
        Reviewed-on: https://gerrit.libreoffice.org/7145
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [07c8b8f56f8f10315f47d5f3f1d2d7e7422569a8]

        hidpi: Some constants changed to member variables.
        
        Change-Id: I14d43af872184487c2cea6acde746a0ed72b570d

2013-12-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1c1980728e6eb0ec65745b824db4f20502b5e9ae]

        Revert "sw: small code refactor"
        
        This reverts commit 7b073527da7dce314e14dba7b34245db3f0b5ae1.
        
        It seems to require additional testing in Windows so I'm taking it
        back at the moment.

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [8fb0aff43cc0f7d25536bb5c7382dd54970fce36]

        hidpi: Let's be brave & always paint odd heights with Hi-DPI ;-)
        
        Change-Id: Ib374d5636a296663c8dde71827f1bca96f545e51

2013-12-20  Keith Curtis  <keithcu@gmail.com>  [c63324e0fdcfcaa21f48bdbae289954eee5922aa]

        hidpi: Nicer painting of the waved lines.
        
        Change-Id: I8773b47967bc1aa8cf33b9a1edc4f826291d3554

2013-12-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c3bd435387ffbc6ae3c5a4861ac419d0a7092807]

        Call Yield() to unblock the main thread when refreshing.
        
        Also, we don't seem to need this solar mutex locking and checking for
        needs repaint flag here anymore, and not having these make the streaming
        much faster esp on Windows.
        
        Change-Id: I6e8ae82e5d986492ac576d28f11e2afffe954bc2

2013-12-20  Eike Rathke  <erack@redhat.com>  [3743df7d2b7fccbc0cdbae268f29782e565103b5]

        resolved fdo#72922 write loext:vertical-justify
        
        ... and also read style:vertical-justify
        
        Change-Id: I6c8d2464754485e476216317371e0e2995b5305e

2013-12-20  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [7b073527da7dce314e14dba7b34245db3f0b5ae1]

        sw: small code refactor
        
        Created method DocxAttributeOutput::pushToAttrList which encapsulates
        a piece of code that was widely repeated in that class:
        
          if( some attribute list does not exist )
              create the list
        
          push some value to the list
          push some other value to the list
        
        Change-Id: Ia648802f5237bd7c97bf225d33b305dbef1b72dd

2013-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d18297e1fd65e7e4d6b26a65deb8e33fe38fac7]

        C++11 is not everywhere, so be wise
        
        Change-Id: I5935caa1d3c54bc9becd01a96499ca9158ea468c

2013-12-20  Michael Meeks  <michael.meeks@collabora.com>  [838a6011c19870ea36695aab4b4497dcbd1880f5]

        fastparser: move lclGetErrorMessage into the anonymous namespace.
        
        Change-Id: I70e1597f917c2a8dedb5b38807dfde7ec05a1a39

2013-12-20  Michael Meeks  <michael.meeks@collabora.com>  [169eb25c86c28aae02345c92e04572abbf08d77a]

        fastparser:: move Entity:: code into the anonymous namespace.
        
        Change-Id: I564e35aa63e4c01cc1a0fb45f674dc1a2a0e89ec

2013-12-20  Jürgen Schmidt  <jsc@apache.org>  [fe506f34f2dccb6562935fe4dfbc1fe6d609dec8]

        Resolves: #i91439# copy key modifiers as well
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit 5dfcb178f89532a92b4565739d3445a56abfd095)
        
        Change-Id: Icc593172c0ea2243d9ceffb0a1cd11ec515a137a

2013-12-20  Michael Meeks  <michael.meeks@collabora.com>  [59003de73eff0da22d01f2fd3cddc78bf3a3a3f8]

        fastparser: fix load regression
        
        Remove erroneous assert: maSavedException is indeed empty for
        XML parser reported exceptions. Clean cut/paste code, and comment.
        
        Change-Id: Ia538bcc87a7efcd079d3021e00ac4d2eb62f3e8d

2013-12-20  Jürgen Schmidt  <jsc@apache.org>  [bc4f7d26b5a58b935d62de42a9612b2e2b6a8c52]

        Resolves: #i123783# apply patch to correct type of ActiveLayer property
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit 1831b6c95e6137432f64729a270e53fc39e46217)
        
        Change-Id: Iad149ff5350ac63270ea0ae84343f7ef5fdde1a2

2013-12-20  Adam Co  <rattles2013@gmail.com>  [f9df93c76b28b92c8df83fcfead173282e1e9521]

        Support DOCX exporting 'Track Changes - Inserted Paragraph Mark'
        
        This patch adds support for the DOCX exporter to export the
        'Track Changes' of type 'Inserted Paragraph Marker'.
        
        Change-Id: Iaab42c1b678bb83832f519a2f2a8fbc42b9d729d
        Reviewed-on: https://gerrit.libreoffice.org/7128
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-20  Eike Rathke  <erack@redhat.com>  [11a73705d9dd10ebefa2bcdefa560f55e7024a1b]

        prepare to read loext:vertical-justify, fdo#72922
        
        Change-Id: I56d72d5cb8ea95aa63d4659899cba2f295ce9bea

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e199f81473d1f85a75238ac03d38a220f3ab818]

        fdo#72204 RTF import: fix crash on rotated, but not imported groupshape
        
        In case the groupshape contains textboxes and they contain table, we
        don't import the groupshape itself, just the children, as drawinglayer
        rectangles wouldn't handle tables.
        
        If that's the case, don't try to apply properties on the groupshape, as
        that would crash (the Writer drawpage implements XShapes, but not the
        XShape interface).
        
        Change-Id: Ie34039170314b772dd050eb354681cfaec61c1fa

2013-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c85456b01bd8dd12792b76fb393f893496461c5c]

        Simplify this condition a bit
        
        Change-Id: Iceef995be9ff55306550e56a0be87dddab7a78c3

2013-12-20  Matúš Kukan  <matus.kukan@collabora.com>  [4a969ac35174520f1ffeb4f919f5d7bb6d99a628]

        svx: split into direct implementation getFactories
        
        Change-Id: I888f10a923dc2b97247b2a66cc6bd116eee280a7

2013-12-20  Matúš Kukan  <matus.kukan@collabora.com>  [296b1e76071698c990e726d2f7935cef9ca07fbe]

        -Werror=unused-variable
        
        Change-Id: I44e4f9a38deac882acbd444b5e7026d5019ea958

2013-12-20  Jürgen Schmidt  <jsc@apache.org>  [1c80f3ab5c6dde9ff9399885390d4e6d9013be57]

        Resolves: #i120358# apply patch to support properties from tab model
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit aa098b9e612b30a916cd4ce002133d499d7f711a)
        
        Conflicts:
        	include/toolkit/controls/controlmodelcontainerbase.hxx
        
        Change-Id: I4c038c08d24ceceba606154573abbb1cd41cf7cb

2013-12-20  Andras Timar  <andras.timar@collabora.com>  [5bf9565fb731bd685c563f643ca8474289bf4f88]

        restore this binary file
        
        Change-Id: I6e0d16fc260e609f1103947afb03c1640dc1a908

2013-12-20  Andras Timar  <andras.timar@collabora.com>  [b55259eeb549482477c57d854f3de72aff345edb]

        typo fixes
        
        Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [377ec698afc98a9a098b456f4ae3c694498df6a2]

        CppunitTest_sw_ooxmlexport: register wps, wp and a namespaces
        
        This are all required to be able to assert the drawingML equivalent of
        VML XPath expressions.
        
        Change-Id: I79460d6ae7448120f8b9c27acdba52d33ff52a5a

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [b810e510f15b95ea64c52ae1eec2212280aef678]

        sw: drawingml export of text frame btLr text direction
        
        CppunitTest_sw_ooxmlexport's testFdo69636 is a reproducer for this problem.
        
        Change-Id: Ibfd2f9388c22436d5677380a22184a2970b8e7be

2013-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c56c2e28ff4252aa858826416a8a57cb8c2bf100]

        Buffered WPXSvInputStream
        
        Change-Id: I8bb2632cb018093d02e21090e77bb48364f99268
        Reviewed-on: https://gerrit.libreoffice.org/7146
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [3843a568fd11ed0f2dac20d6c5e4f9feb7232f2e]

        hidpi: Image is reference counted.
        
        No need no schuffle with pointers to avoid copying :-)
        
        Change-Id: I62757214db65af856e0c79f662d15938c0e9a675

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [56d1b1cb7b0e1db8b4eee8e7f53814b107f9b80c]

        hidpi: Add a FIXME.
        
        Change-Id: Ia89679c832d98b5b46eeb088ed8ae4d66575e6d4

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [e07097cce36f1220f5574a80dc22eeabb3005261]

        hidpi: Use the default scaling algorithm.
        
        We are not on _that_ time critical path when setting up images for the UI, so
        let's have at least some quality there :-)
        
        Change-Id: I0a82106b0d60ac6a543d5e55c48fc86b6d5f60b1

2013-12-20  Jan Holesovsky  <kendy@collabora.com>  [021df5c249c90908278d04ea80024fb235abf3e8]

        hidpi: Forgotten logging.
        
        Change-Id: Ifd71f5e15ce0627f3aefd8775e588bfaf746351f

2013-12-20  Keith Curtis  <keithcu@gmail.com>  [7347482cc360ad3dc9ed77047441c2e30476fed3]

        hidpi: Make many places Hi-DPI aware.
        
        This also introduces a getter for the mnDPIScaleFactor variable.
        
        Change-Id: I02ba6858fb1842f911d62976f4c54afc3bfa337f

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a130de7e00bb426b15ec3b0ffc6bffc652d174ab]

        sw: drawingml export of text frame back color transparency
        
        CppunitTest_sw_ooxmlexport's testFdo66688 is a reproducer for this
        problem.
        
        Change-Id: Idbde9c0f8581652300ae29adcd27b83469f38b03

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [0eb1ef39084a978e8c2bec977ebabf6708f0c073]

        Prevent occasional crash
        
        I came across the crash by accident when checking how it works to have
        multiple windows showing the same document. Pasting in lots of text
        and then quickly telling LO to exit with Cmd-Q caused a crash here as
        GetPostItMgr() returned NULL.
        
        Change-Id: Ib9e636df0832a679a1d81fa3856ea0a7105a69c3

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [674aeac88ffa1840f2d6a7f33656193aaebc9a0c]

        Resolves: fdo#72682 text field doesn't horizontally expand
        
        Change-Id: I3d12d0b376c9c0488d12df8f9d3fe76b1c00a437

2013-12-20  Matúš Kukan  <matus.kukan@collabora.com>  [a17c0950c04693411cc7e46a21c65d45216d8c52]

        Add tool to generate native-code.cxx for Android.
        
        Should be extended to be helpfull for iOS too.
        
        Change-Id: I862731b6386d5f9cbb508e0c138f45fbe1cb3f46

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [57a80a49ce3726a096a26f49a8e0b7c4f689da54]

        Updated core Project: help  ca3c80e54b1effa59c4a80726422d6ac9ab9eff9

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [1822302066fba5a21a8fb72cbaaae9bbe4cf9fbd]

        convert solver no solution dialog to .ui
        
        Change-Id: I94ba29d328c443e0f944fef8d33fc25cdc0e9694

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [5ed55393ee0778840dd4b3a316086b48bd0c61fc]

        Don't need Base, Calc, Draw and Math functionality here for now
        
        Change-Id: I20b9325f9c7eed1e49ea815c284f8fe1a6ed428d

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [ea61ed8efe8d84b88754b1c6af0a85a76b3ce424]

        Avoid unnecessary library re-building in the DISABLE_DYNLOADING case
        
        In the DISABLE_DYNLOADING case, a gbuild "Library" is actually a
        static archive, so no point in having it depend on other libraries and
        be re-created each time one of those have changed.
        
        This hopefully will speed up incremental rebuilds for iOS and Android
        nicely, especially in a debugging tree, as the creation of large
        static archives with debug information is quite slow.
        
        Change-Id: I17d6a8aeffa65b1e09a7a11544683659c72a50ba

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [000ac1be3c1d24ca74103f0b424e60bf213a6bad]

        Updated core Project: help  309b32b4b137f84d9eae6d84a1a9667da6b62201

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [2b6c7519f69b43636028de8c15b1981e0328361f]

        oox: import textframe border line width from drawingml
        
        With this, CppunitTest_sw_ooxmlexport's testTextFrameBorders finally
        pases, even in experimental mode.
        
        Change-Id: I393bf1089702004956124c6aaad594ed32804b71

2013-12-20  Caolán McNamara  <caolanm@redhat.com>  [cffabc3d8e73ce957cfc1b8015398564aba6e63f]

        convert row/col height/width dialogs to .ui
        
        Change-Id: Ie97b9fcdd5fb93d195ea1beb536d5a0ac7bf7cc4

2013-12-20  Jürgen Schmidt  <jsc@apache.org>  [842cb0da2ec72bafbd16fd50e5d780285227e452]

        Resolves: #i121943# apply patch for PenWidth attribute
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit 91e3fca93d3a0b51e8f1ea87df902d928a7005ca)
        
        Conflicts:
        	offapi/com/sun/star/presentation/XSlideShowController.idl
        
        Change-Id: I3709ee605efc4b5b80e293eb34245c9eb0d018cc

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [361bad18d8ab8df1fe852d60d97ca8ce976d1de4]

        oox: import textframe shadow from drawingml
        
        CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for
        this problem.
        
        Change-Id: I5e164c6c151caca62e5b4464e7ed3708f59ada82

2013-12-20  Jürgen Schmidt  <jsc@apache.org>  [5f7d39a07e108385b34c00e95dfdf734ad8f1f56]

        Resolves: #i120065# apply patch for Enabled property in grid model
        
        Patch By: hanya
        Review By: jsc
        
        (cherry picked from commit 0164d67071d06aa42213c4a66765b5d032ca84d3)
        
        Change-Id: Iad363b75dd30722b10139b31c90b3d598deaaf30

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [b8a1af35cc565248f6d103f526488fa7cc44ac38]

        Improve the tiles per second calculation
        
        Avoid an implicit upper limit on the value calculated (and displayed) by
        keeping a counter, too, for each slot in the array.
        
        Also edit a comment, as I now have a better understanding of how the
        tiling works.
        
        Change-Id: I5df4076917a244f73f27b66f4983f17ce95b9df7

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [578aff66c86024bbdb6090cf3ed99914a41a9229]

        WaE: statement aligned ... [loplugin]
        
        Change-Id: Ifd2693b36418fa6506ffac1584688e13e7f913f3

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [bc25ebcd2ed92222eddb4e8e9a14fc91922a8aef]

        Remaining -Werror=unused-variable fixes to get sc build again
        
        Change-Id: I43a15ad87422201989f3facb0b992ec73d3315ae

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc43d82bb2fcc352b1249cfb99010a1533372928]

        -Werror=unused-variable
        
        Change-Id: Ieb7ec6ff5f1068dd7ec842263715be622b55c550

2013-12-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [07484ee362a0f0d2d02f0564f711dbc332cf321d]

        -Werror=shadow
        
        Change-Id: I663824865d6f3dfec83e0b71992d1ab3c9f184f2

2013-12-20  Eike Rathke  <erack@redhat.com>  [ebc1b2fe50c7ed1002ed8431410b8e2ac6e795b9]

        added bool bForExport parameter to XMLPropertySetMapper ctor
        
        Set to true for export, false for import. If export true, an
        XMLPropertyMapEntry with mbImportOnly==true is not added to the
        mappings. This to be able to have more than one mappings for import
        (for example a current extension namespace and the future namespace
        proposed to the ODF-TC, or corrected typos in element or attribute
        names), but map only to one entry on export, of course.
        
        Change-Id: Ia01ea949c88eda2f8a6c10f51c59e35e7abdcaf3

2013-12-20  Eike Rathke  <erack@redhat.com>  [9dd7ee88bd9835ae2bae36093100fcd651fd3aeb]

        prepared XMLPropertyMapEntry with mbImportOnly flag
        
        Change-Id: Id5a54a591a42c836884af1fd09dc055f2fce6db5

2013-12-20  Eike Rathke  <erack@redhat.com>  [44b4973fbd0f190906f36321b31215d80b363d52]

        just beautify this a little
        
        Change-Id: Ibd7da12d88ec8e965f652499f7e7e32f81bd8ccc

2013-12-20  Eike Rathke  <erack@redhat.com>  [dd902b8e256867b5d5fed06b52995f14d969f67d]

        reordered member variables for 4 byte alignment
        
        Change-Id: Iaae7689d1ed3c74e261fcc90fa88b5521468e376

2013-12-20  Takeshi Abe  <tabe@fixedpoint.jp>  [44ec9d80aee3f4ec4fc4b5f1b7dfe8b8b0af69f7]

        Fix typo: Stroage -> Storage
        
        Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795

2013-12-20  Tor Lillqvist  <tml@collabora.com>  [4cae6fa29a07a238273453cef9d18e4171d430e8]

        Add tiles per second counter (averaged over last five seconds)
        
        Change-Id: I11e282c1a72dbc6b41a5a89229065983b41eb65b

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [18397efd14ba7a06a92f0f11f0f9b603e6d30c05]

        GPU Calc: Optimized TEST
        
        AMLOEXT-206
        
        Change-Id: Ibde6be7d2fba7f96912924396e17cc21e4c00826
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [838653741c1c5f59725dbdcd0c0a833ebd1db7c9]

        GPU Calc: unit test cases for besselj
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-378 BUG
        
        Change-Id: I1cbc041e1aa1899fa10931e7bfc3f8c8b43066f6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [afcf84daa01a547db37b20bfc613297936fa65b6]

        GPU Calc: implemented besselj
        
        AMLOEXT-378 FIX
        
        Change-Id: Ie70185694f9e7ab3a955994948146b9adb60f650
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [32d1b4e0eaf25bfb01149156a8fce1a261cf27b8]

        GPU Calc: unit test cases for SUMIF
        
        turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-377 BUG
        
        Change-Id: I0980604d643f3875e4dfe7dcd20f3cad186d72f6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [0d251fa34e2c98e95e5f5bbb0bcc10ded2a76168]

        GPU Calc: implemented SUMIF
        
        AMLOEXT-377 FIX
        
        Change-Id: I2e656e9d943179b4da1c1b104ac77f0edcb2f86e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [2013375890bf75f1b5dea529bd011880c7402ea6]

        GPU Calc: Fix bug of TRUNC
        
        AMLOEXT-365
        
        Change-Id: I968ca9cc202706698a3fc5e957c4941c234779f7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [774b8342ac15cdb06e9069cfac19c982ec6ca79e]

        GPU Calc: Fixed accuracy bug of CEILING
        
        AMLOEXT-375 FIX
        
        Change-Id: Ie41c66570db2c9b752d987de421bb7310b244611
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [1f0b4ad3341af3c6f3c309a303bd3008debcb9b3]

        GPU Calc: Fixed accuracy bug of BitAnd
        
        AMLOEXT-374 FIX
        
        Change-Id: I3deec32d09058483043211d920519bb4fd1e7018
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [0016999b43fe9b3b60dda68132668c9b174d2598]

        GPU Calc: unit test cases for SERIESSUM
        
        Need turn macro NO_FALLBACK_TO_SWINTERP on  formulagroupcl.cxx for test
        
        AMLOEXT-373 BUG
        
        Change-Id: Id30d16c46d33e18f347682946f18b5c82aef2158
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [14294525adf96f3da84f434e4a949332e6bab31d]

        GPU Calc: implemented SERIESSUM
        
        AMLOEXT-373 FIX
        
        Change-Id: I23926b7a390dbdb44e7f897d2079d9baf4befd02
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [db3ff40e35216ad60c8d427415369a919c86a364]

        GPU Calc: unit test cases for QUOTIENT
        
        Need turn macro NO_FALLBACK_TO_SWINTERP on  formulagroupcl.cxx for test
        
        AMLOEXT-372 BUG
        
        Change-Id: Ife2681e8c637cf8d17e3db2072f725e25ad85434
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [67cd5265b2ea8f990533e46d46f7b6386a527e3a]

        GPU Calc: implemented QUOTIENT
        
        AMLOEXT-372 FIX
        
        Change-Id: Iaa8c1a4d64007071997f5eccdacf76be7f531894
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [2009d74a2f610f5a656f778b458866fa079b38f7]

        GPU Calc:Fix the accuracy problem of 'Harmean'
        
        AMLOEXT-366
        
        Change-Id: Ic368b8301c4e80ad76e1d0b33b69bee6a87b9d89
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [436fe90db05317e31c855e1ea01b3c4263784f07]

        GPU Calc: unit test cases for MROUND
        
        Turn   NO_FALLBACK_TO_SWINTERP  on in formulagroupcl.cxx for test
        
        AMLOEXT-369 BUG
        
        Change-Id: If0bf63873afdd3b2bbf302a3fe58621f5853ba1d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [c658befebe5c9ca25a6d73006ec92e6d3859bf73]

        GPU Calc: implemented MROUND
        
        AMLOEXT-369 FIX
        
        Change-Id: I694c7f342d27ae045db03f75896663a316cc8b1e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [e8036abfc00a34d47f638437035b61bfabf81477]

        GPU Calc: unit test cases for SECH
        
        Turn   NO_FALLBACK_TO_SWINTERP  on in formulagroupcl.cxx for test
        
        AMLOEXT-368 BUG
        
        Change-Id: Id0f42bb75da00791cc83ea660ffaae9843e76541
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [c46a3b6c78e56b64f1c36a257143abded69af370]

        GPU Calc: implemented SECH
        
        AMLOEXT-368 FIX
        
        Change-Id: I8c0bece5ec12cd6def88431cf1d075d542369ca4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [bfef2c95524bdb7ad8f6c6271e8858acd4585e25]

        GPU Calc: unit test cases for SEC
        
        Turn   NO_FALLBACK_TO_SWINTERP  on in formulagroupcl.cxx for test
        
        AMLOEXT-367 BUG
        
        Change-Id: I9e6d49e5b2f73bca3a3920c4e60c24576d724f8c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mulei  <mulei@multicorewareinc.com>  [2d4f27922f79dac376413031ca35b57b18522ce7]

        GPU Calc: implemented SEC
        
        AMLOEXT-367 FIX
        
        Change-Id: I020821719a43bdf20f10a79f9c11fa721b248254
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [bda58c33afe9a9f6ca4f8b27bff44ba2c22da395]

        GPU Calc: unit test cases for STDEVPA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-221 BUG
        
        Change-Id: I6cfe613497a2fee5f271208b6b82db9ea753ff97
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [18e64e70a35b55fc37bacdff935f70bc5e851660]

        GPU Calc: implemented STDEVPA
        
        AMLOEXT-221 FIX
        
        Change-Id: Ifc17fcccdae69e6a75c49cbfdffdec7d00554d3c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [be226d2082fec312f1888cc93dbf68bc98ef1f4a]

        GPU Calc: unit test cases for STDEVA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-220 BUG
        
        Change-Id: Id31a9bbaf0bdb5323190168a498ddf126d2fb6e4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [07566812ebf152dfc760091ab391bc89c993c4d7]

        GPU Calc: implemented STDEVA
        
        AMLOEXT-220 FIX
        
        Change-Id: I93bf659a31835c8e4ecaf63f473ad2ffc22a7566
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [6595a7bdbb8048d3b4221b053d2664fb13aa1554]

        GPU Calc: unit test cases for VARPA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-219 BUG
        
        Change-Id: Ic14af13c87a10e108a3416463fb1e49dd47abfb0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [f034d1a2f532f43f8abb4b020d6e4e91f19ffc8c]

        GPU Calc: implemented VARPA
        
        AMLOEXT-219 FIX
        
        Change-Id: Id88635589ea23a9b44b027d5037b33febbd82cab
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [49235d00f6f19bd622eba3be6f11878ac870ceca]

        GPU Calc: unit test cases for VARA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-218 BUG
        
        Change-Id: I5f779e7746b0d6f47000d79b855a188d71698b2f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [c0d1d81767fcb92d04cb8eadafcd768e2ece96f3]

        GPU Calc: implemented VARA
        
        AMLOEXT-218 FIX
        
        Change-Id: I07ac7ea2365f850933a9543228cd706dc97d9af3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [b77514259d6fd317c96494fe5d93ad70b5371380]

        GPU Calc: unit test cases for AVERAGEA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-216 BUG
        
        Change-Id: I53e62963490ca01160e85c6aec2c03532e5068dc
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [a418cc7066f56cc980c2bed1dc3600932861c9c5]

        GPU Calc: implemented AVERAGEA
        
        AMLOEXT-216 FIX
        
        Change-Id: Ic0c2f100ecb49e61e93607665d9c8cf1423de535
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [a81e5f9ac99ac2f9b474aaae7b5c9520658d19a4]

        GPU Calc: implementation and unit test cases for MAXA
        
        AMLOEXT-213
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [ad301e7c4fbb44d83360828f4e5bf485cd727d49]

        GPU Calc: unit test cases for COUNTA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-208 BUG
        
        Change-Id: I5da694977363d546d3a3b0be462bea8e3cd3ccb1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [bcb633c42396c01480bb7a34de45b5ee5ee86d81]

        GPU Calc: implemented COUNTA
        
        AMLOEXT-208 FIX
        
        Change-Id: I0b66d4c9acedeeed4ffe90da7518e0c853d14ce1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [fd4b93627a329db84bb7a350769a9844f0478356]

        GPU Calc: unit test cases for MINA
        
        Turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-202 BUG
        
        Change-Id: I4f6f864a904f840462764c479c20970e697d7b41
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [61737565749e7d64dd09c07c480fa12a80477b5b]

        GPU Calc: implemented MINA
        
        AMLOEXT-202 FIX
        
        Change-Id: I886a786881d0bdf5448b1f6739fa0cc69835715a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [7469b5a3d2baaf3ee4b26cddc1e19384d95a0617]

        GPU Calc: Optimized BETADIST
        
        AMLOEXT-364
        
        Change-Id: Ife6444d998b250023fcbb5173bd371e4bc51947d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [85605e15e90308c94aa510e42c45db740464021a]

        GPU Calc: Optimized COUPDAYBS
        
        AMLOEXT-238
        
        Change-Id: Ib6d9401453214491b051d545301a2e57ca73dddc
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [0ed05f45f05f779edd1360140c030de17b2f5ed5]

        GPU Calc: unit test cases for FACT
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-362 BUG
        
        Change-Id: I5fc365e6a3730c2457af14a08a16179a824b96f2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [7090efc4ba25e3e485a594d9d88360738d4133cc]

        GPU Calc: implemented FACT
        
        AMLOEXT-362 FIX
        
        Change-Id: I68f84297dbc8bc75fd65d6e30c0bdc1152cfdc29
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [8bdde72ce452222468278f7c7f8532dca2335284]

        GPU Calc: unit test cases for ISODD
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-361 BUG
        
        Change-Id: Ia4a0603cf913c4e211b1b4e2eef255c4a4c8ffaa
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [1f8e758d96898d000901672c6c469111f8bb7625]

        GPU Calc: implemented ISODD
        
        AMLOEXT-361 FIX
        
        Change-Id: Iac92dfaa9e707323b31846f47b3745b9f785af3b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [ccd96abb8c46c85d99cd1a9034374ea9a8a23049]

        GPU Calc: unit test cases for ISEVEN
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-357 BUG
        
        Change-Id: I58aa4c98207a3f9cafd0a2cec97f3abcca73ed33
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [b071869ba36065f173e8aa73458a77d39b06c5bd]

        GPU Calc: implemented ISEVEN
        
        AMLOEXT-357 FIX
        
        Change-Id: I2608e0726e1acda6feab23d8a9444895f59f56f3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [9f3ad30a94dbf5fc51a9d491f5e3b66ae4218772]

        GPU Calc: unit test cases for COUNTIF
        
        turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-360 BUG
        
        Change-Id: I325229533d702c5914eb733c7a3d605c67b9969e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [e25d9b6cbe032f9d0a47279056c4a8554967cff4]

        GPU Calc: implemented COUNTIF
        
        AMLOEXT-360 FIX
        
        Change-Id: I01034aba7f94c9ae704d54b29b9ac0b04a6fba70
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  minwang  <min@multicorewareinc.com>  [2766704b7f0141ba0bc9b020ff56ec4308d896d2]

        GPU Calc: Optimized COUPDAYS
        
        AMLOEXT-359
        
        Change-Id: I3af6cdbaf5a58456df01e138c00137d128f0cf43
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [56ab102448c231ad7e6ce674a18c62e7eb58e6bc]

        GPU Calc: Optimized COMBIN
        
        AMLOEXT-358
        
        Change-Id: Iac780df2cc82090e91e6f963118bcf00e6e5afab
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [e3aff2a124321f0ce024509322b10032a2fbfd19]

        GPU Calc: Fix Bug And Optimized YIELDMAT
        
        AMLOEXT-237
        
        Change-Id: I2dfebc46ebf46b5a3da1004469c82cbe13228350
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [02625f20c2f5725775ee8327abc2e9ae51f23563]

        GPU Calc: unit test cases for RADIANS
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-354 BUG
        
        Change-Id: Id127970a88bfa78c01c2dbdfba8fdc707eb5a9f8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [c2497c67240622984ccb3bdef2b516a9295ffa0f]

        GPU Calc: implemented RADIANS
        
        AMLOEXT-354 FIX
        
        Change-Id: I96e6789dab7c4268bb259b661c85298a038cdd9c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [40671ce2de1a0d424f1c7589479c6396c4fefdc7]

        GPU Calc: unit test cases for INT
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-353 BUG
        
        Change-Id: I700a6e9c354df716f4b7bc46d6e2299940c7b771
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [099ba42c5402c19908309f7d67aee1d96a9935c7]

        GPU Calc: implemented INT
        
        AMLOEXT-353 FIX
        
        Change-Id: If1aa8477c01706ee454f3fcd77a9cee6b514a8ad
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [de0a96f1fe417323d0cc26c962bbb49f961ac433]

        GPU Calc: unit test cases for ROUNDDOWN
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-352 BUG
        
        Change-Id: I97d6d93b4706629cb3910c3554cf9b24c330b9e5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [2ebc7c6ab819771514d7405adb286bad1fa5b489]

        GPU Calc: implemented ROUNDDOWN
        
        AMLOEXT-352 FIX
        
        Change-Id: I68cce5d17a3ab6aacf1f20bae1baa09604015238
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [a7859b3c6a2710e9b1d90f040c0d31b7606b013a]

        GPU Calc: unit test cases for ROUNDUP
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-351 BUG
        
        Change-Id: Id00cb65d9ddb7d45a1a3b7340e7acf016d3e30ef
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [f7c7805c434646189646e689c9c45faa2b30a756]

        GPU Calc: implemented ROUNDUP
        
        AMLOEXT-351 FIX
        
        Change-Id: Iaa922bc4b4270ef098525093d7c160de33373885
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [97fc56d53ff8060e19678ec8117a7a3d5df44c86]

        GPU Calc: unit test cases for DEGREES
        
        turn  NO_FALLBACK_TO_SWINTERP on in formulagroupcl.cxx for test
        
        AMLOEXT-356 BUG
        
        Change-Id: Iaa2c1b6f8b0d7edbd6339983d99c7eae3ee1350a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [d968167e4e37fc3a7074933bca9e7d1c9f4f8348]

        GPU Calc: implemented DEGREES
        
        AMLOEXT-356 FIX
        
        Change-Id: I62de174692e00a2a642a3f2c2dc12c62d8512b4b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [2eb504cca2b507cad77a99d37857d0f4312ef560]

        GPU Calc: Optimized INTRATE
        
        AMLOEXT-355
        
        Change-Id: I7ceb5760f83e75e69c0d0dd5f7db6b2680747262
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [49be3173e5b9ad955654eddf0f61f0e188fff2c6]

        GPU Calc: Fix Bug of DISC
        
        AMLOEXT-233
        
        Change-Id: I1bea3ad03f300b95772ffc0a94b73ae35f69e445
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [7dbb68e296a7b8b4b6d72df4fe0f4f961594d87c]

        GPU Calc: unit test cases for DCOUNTA
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-334 BUG
        
        Change-Id: I70cb875ba8a262b09a8b35add0510e1681ec1c21
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [867e7fc2274f942fcc83dc1e4a6846ef23a444b4]

        GPU Calc: implemented for DCOUNTA
        
        AMLOEXT-334 FIX
        
        Change-Id: I9bc1f54f064cf5382e76d5826f6aa048208ebf86
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [3299a8368010c34746a160dc65771d225fa16420]

        GPU Calc: unit test cases for DCOUNT
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-333 BUG
        
        Change-Id: I145af17dff720149f12f15d1168510c71f08fb34
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [f65947325b450ce9324fd22e8ab585dbde82358b]

        GPU Calc: implemented for DCOUNT
        
        AMLOEXT-333 FIX
        
        Change-Id: I30f600ad041f53edebe5bb004ff1b269de73fbc1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.9com>  [853891ba31bfa97a5d6b52bc15e1519fe5e5464b]

        GPU Calc: unit test cases for AVERAGEIF
        
        Need turn macro NO_FALLBACK_TO_SWINTERP on  formulagroupcl.cxx for test
        
        AMLOEXT-215 BUG
        
        Change-Id: Ia4f0ae985fc1a3fdf267e095cf7bca873aea9940
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [8a3dfcf0800550bc87dc3ecbf565cda881a37979]

        GPU Calc: implemented AVERAGEIF
        
        AMLOEXT-215 FIX
        
        Change-Id: I05b58aacdf573491956b66f4582bdd8e873da126
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [a5b6c0d7a3183cbfb77c6ebe9eaec93731bbdbc8]

        GPU Calc: Optimized BINOMDIST
        
        AMLOEXT-346
        
        Change-Id: I1e427d7c8cd559a47bcfc7bb61cc9da523c11ce4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [19410777d2d0f2f4d492ebb93c393f74b0783ac6]

        GPU Calc: Optimized NORMSDIST
        
        AMLOEXT-345
        
        Change-Id: If355844275d0789b7f0851e9061de1c3ddf5b325
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [2664b6fdebbeacf4ac047fd1b622e76cfb294d70]

        GPU Calc: Optimized CRITBINOM
        
        AMLOEXT-347
        
        Change-Id: If3509da1fff00278c05ce475c541525c8d1f8d86
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [6fab025615e89dc1f045c386dd1d3f28c51d3dbc]

        GPU Calc: unit test cases for DVARP
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-343 BUG
        
        Change-Id: Ic86623b8e963f7c81086fe5f1e6f275dbd6d1d3d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [68226cbd578a316c8190867daf76f9b6f5d435aa]

        GPU Calc: implemented for DVARP
        
        AMLOEXT-343 FIX
        
        Change-Id: I8a56eeb016992b113d8b161df6256a4630249dfe
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [68401ee7c2b7c50e26e6ed11e12eb7cd8ca23adb]

        GPU Calc: unit test cases for DVAR
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-342 BUG
        
        Change-Id: Ia63bc83d3bb70a0de793732de676b006df497502
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [4e4447b3a97c882c3b035138f1e6daeff68d770b]

        GPU Calc: implemented for DVAR
        
        AMLOEXT-342 FIX
        
        Change-Id: I43e5fa96b11788574cc6488ef27d882a0b5ed260
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [fa797e8874d0b7fc8d22ed49b1ac6fa66124bc27]

        GPU Calc: unit test cases for DSUM
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-341 BUG
        
        Change-Id: I61f584611efaffc72b65727c2214fcd36c0e01cd
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [f937fbe94e0db6a41d4fee6bdfe98fd4e6448b74]

        GPU Calc: implemented for DSUM
        
        AMLOEXT-341 FIX
        
        Change-Id: I4073601cc5eaddcd9f30b85a811524749d22cfbb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [4bd73e74ad77c5fe1aaca63cde0738c7bc50d536]

        GPU Calc: unit test cases for DSTDEVP
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-340 BUG
        
        Change-Id: Ib09af099811f334b2aa011f30fdbee9a2dc7f327
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [d937dd2622a0e0be44d6037a595d679a45d6cbe6]

        GPU Calc: implemented for DSTDEVP
        
        AMLOEXT-340 FIX
        
        Change-Id: I180595e08858b91fc84c58abfaa1a7b2b05b199b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [cafeb52311a023e8d76df371d619102df6cacc96]

        GPU Calc: unit test cases for DSTDEV
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-339 BUG
        
        Change-Id: Ia32b8d88ebbd4021fccf1eef3320f3ce9a4b0933
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [43982d6a0e38178f3da650f853ffc1d8924a625d]

        GPU Calc: implemented for DSTDEV
        
        AMLOEXT-339 FIX
        
        Change-Id: I3bf5454ccc8cb90c9fb0278766a9e5001e1a1889
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [d17ee40a9502deece15e09521a705762b0837978]

        GPU Calc: unit test cases for DAVERAGE
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-338 BUG
        
        Change-Id: I4743aabeb9afa7a9c488d1c732984e9f3a82165c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [d819e7982c19f72fdbc84a1e201afbe3cff70548]

        GPU Calc: implemented for DAVERAGE
        
        AMLOEXT-338 FIX
        
        Change-Id: I409682bdc95a8a7853e19753c99b07bb9ed50233
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [0076da48006f5d00676ed7e7d438b8b8bb47718b]

        GPU Calc: unit test cases for DPRODUCT
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-337 BUG
        
        Change-Id: I579f9811f7be250cb94593bdfff312b552f65b13
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [5a787aea7ba8210cf52fdd323f23f10f5e0a4bd5]

        GPU Calc: implemented for DPRODUCT
        
        AMLOEXT-337 FIX
        
        Change-Id: I3d1010af2ed117b4173c006bf8c99d0197609a38
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [ba37ee005c75a196f5275416ab9118e7e60a6299]

        GPU Calc: unit test cases for DMIN
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-336 BUG
        
        Change-Id: I144f5f3fc7b8ec629cb24e7fa103578f163a2654
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [af1ac453dfb6041ba04a50117a481739c10307ab]

        GPU Calc: implemented for DMIN
        
        AMLOEXT-336 FIX
        
        Change-Id: I02c6f794d15d02297119a5281473e6228ec127c6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [61c209ec221538b609b041ab516a11f74ec6ab52]

        GPU Calc: unit test cases for DMAX
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-335 BUG
        
        Change-Id: Id61394537810910d02058c65ca0f185d51985adb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  dechuang  <dechuang@multicorewareinc.com>  [21e516d9d4e62d432cf1e82463b1b39cbef982ef]

        GPU Calc: implemented for DMAX
        
        AMLOEXT-335 FIX
        
        Change-Id: Id44df8ea4b95baded0f8d67f888791c02db372cb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [63ab1e4149934a075e7ca0e19b9e6ebf2cd21763]

        GPU Calc: Optimized GEOMEAN
        
        AMLOEXT-332
        
        Change-Id: Id992ae2630cdb9ade52ef6d45914520d832a4375
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [587f0f3f82b23a422ec3ed7e0ca7f7b8abe1f05b]

        GPU Calc: Optimized SYD
        
        AMLOEXT-331
        
        Change-Id: Ie45ef472d2e86ca2dd31b5588e948777f7fac90d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [609881de02d9f52bf14b0bab70cd95de52b51d88]

        GPU Calc: Optimized SLN
        
        AMLOEXT-330
        
        Change-Id: I5c9236ddc8ce718872f64067874113be0ae63627
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [cea252f9836f50c5fab2e97e0d9cfb852d601589]

        GPU Calc: Optimized RRI
        
        AMLOEXT-329
        
        Change-Id: I1c1dc9febe0b197f61e71a3af41eb69836fd9435
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [c1c6701a46128b795d6a98a82068fb2b7c322329]

        GPU Calc: Optimized RECEIVED
        
        AMLOEXT-328
        
        Change-Id: I8b6031aa9cebf15ce1aa9f4ae38cabe0995b3aed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [6dfd73beffefb625a1c5a42764fe85969ccfb45d]

        GPU Calc: Optimized RATE
        
        AMLOEXT-327
        
        Change-Id: I3ddba39a495bcfec3070077026a05382eb702163
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [5c570be292bef8beaaab5acce05016dc5365a697]

        GPU Calc: Optimized PV
        
        AMLOEXT-326
        
        Change-Id: I3104a39fe15edd192d94b7f1b3fbc2a619fb833e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yiming ju  <yiming@multicorewareinc.com>  [8edc86b3207076acd8c3ecf33dce10b44f3df282]

        GPU Calc: Optimized AVERAGEIFS
        
        AMLOEXT-325
        
        Change-Id: I2704864fce726c978c0ffe8d7862b99271394af0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  minwang  <min@multicorewareinc.com>  [3de044adf767c91f0938d269f18cae4e6d80e3d9]

        GPU Calc: Optimized CUMPRINC
        
        AMLOEXT-324
        
        Change-Id: I683515a06b320c36f24c39f59a7f799954e7a746
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [d0691a5196267e70202965047520c724e166c50c]

        GPU Calc: Optimized SUMSQ
        
        AMLOEXT-323
        
        Change-Id: I79c97721c8fc00f39e1a2727ded03fff3a4e17fb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [b9bbf293131f0bcab497c00f0149a95dc73e198c]

        GPU Calc: Optimized TTEST
        
        AMLOEXT-322
        
        Change-Id: I946bdf56794148d65cbff9af0f434cab953e7ff2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [9ffe437a1df3e849cf1d1f459e3dc9d2a31e3566]

        GPU Calc: Optimized VARP
        
        AMLOEXT-321
        
        Change-Id: I286531e9e145be27afc8fd6031c986ad58a7a2a1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [9c441a4763d4926b062bb892902b98fa9ac6c0dd]

        GPU Calc: Optimized VAR
        
        AMLOEXT-320
        
        Change-Id: Ia2db4ac55f59c7890d10e785a221cdd518fddb6e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [c8e7e85eeb48f99dbbb504af5cdadbe18e5121b7]

        GPU Calc: Optimized STEYX
        
        AMLOEXT-319
        
        Change-Id: Iefaf8088cfe97cfee93df4ee73e42d8dc1980b50
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [ded587f279fc3ef87a4b684359b8a4fe1de2893d]

        GPU Calc: Optimized STDEVP
        
        AMLOEXT-318
        
        Change-Id: I350333a39cb8391e2aebdbe387398162386bd56e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [0b14f845a7c4edd578e407cb47dd2e12ff976780]

        GPU Calc: Optimized STDEV
        
        AMLOEXT-317
        
        Change-Id: Ie355bcf4c0386d255b2d5a253c612273b5f126a0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [5b11f2d557d507e2b3a0fea715f365c7f952ee5c]

        GPU Calc: Optimized SLOPE
        
        AMLOEXT-316
        
        Change-Id: I5482f6e63435af2947fb898904d34d403d668085
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [a8e9c9c5c370159487add9737b0e1c2bc4ab7352]

        GPU Calc: Optimized SKEWP
        
        AMLOEXT-315
        
        Change-Id: Iba9a194447b26479d6f7d7539bb7553dabf8630f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [8d07bca04120ea5a61afa93f55d130a1de6e7564]

        GPU Calc: Optimized SKEW
        
        AMLOEXT-314
        
        Change-Id: Ibb2feff4262bed7c79db7162ce0d6e863af96bb4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [0eb70fe6084254971cbc7d533f60a1430dc89a8f]

        GPU Calc: Optimized TDIST
        
        AMLOEXT-313
        
        Change-Id: I5911d6b0b776a1ed0471010c3955036532ab2675
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [a0a77e27ff9bb42fcb81c72842f5c51c36effa38]

        GPU Calc: Optimized TINV
        
        AMLOEXT-312
        
        Change-Id: I2eefd7a5888b26ca91901164c8066be80b4eaf18
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [7c92d37bb82e4b81bf61b98f1d27897a1dba663e]

        GPU Calc: Optimized ASINH
        
        AMLOEXT-311
        
        Change-Id: I707e50d066f92c804e19a1cd44f15e7a7bf9ada1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  shiming zhang  <shiming@multicorewareinc.com>  [6f9c6df388ef77ce546994f33669e7946fa055fb]

        GPU Calc: Optimized WEIBULL
        
        AMLOEXT-310
        
        Change-Id: I27cfe92955ca0ba37f51fb234c56baa640fc5bd3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  minwang  <min@multicorewareinc.com>  [061ea95eef6da8917d75b9e127da9d532f77ff95]

        GPU Calc: Optimized STANDARD
        
        AMLOEXT-309
        
        Change-Id: I86699806f5ca218de59a5823e549c4a14a2be74d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [9aa070b9a2ee8550f2ad414d572c3ca9717b1891]

        GPU Calc: Optimized ACOTH
        
        AMLOEXT-308
        
        Change-Id: Ief9dab7a70fef969687efee895b35b424d83762c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  yangzhang  <yangzhang@multicorewareinc.com>  [a292607c2de150af86ca03ef4468c8c5cb669b22]

        GPU Calc: Optimized ACOSH
        
        AMLOEXT-307
        
        Change-Id: I85b350df5bc5c2e01a575b94fc70f2945f52428c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  fengzeng  <fengzeng@multicorewareinc.com>  [1ad1c40e9b7eb1881c4d4269f7d04345b2b55d28]

        GPU Calc: Optimized COT
        
        AMLOEXT-306
        
        Change-Id: I5f45b0512c714ec69fdf6047796aa71e39f8cae5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  minwang  <min@multicorewareinc.com>  [07d79b3bc8b01c26cbe754d31ea6fa2e4dc74d6b]

        GPU Calc: Optimized CUMIPMT
        
        AMLOEXT-305
        
        Change-Id: Id6e2df72d7345015a9bfdd1197dc6b40665044b7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [a15f52f1fd249032337a9bbfa6e0ec8dcc8ad93c]

        GPU Calc: Optimized HYPGEOMDIST
        
        AMLOEXT-304
        
        Change-Id: I3697866baca5cec0735b049751ebdb98e67fa1a6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [ab729a0dfa6a67a8b14a4709182be6e8eff8994d]

        GPU Calc: Optimized FDIST
        
        AMLOEXT-303
        
        Change-Id: I01bba0cce96b8051024537d825ba3e047c9ab64f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [3a0488279f010b6853d3b076dd9e12cc8ecaa96e]

        GPU Calc: Optimized EXPONDIST
        
        AMLOEXT-302
        
        Change-Id: I0cf41633ce119944a788f45352a6970ac9b73ad3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [f5a3fd75d9bd9d7fb312b7c8f0cca43d65493a9f]

        GPU Calc: Optimized CONFIDENCE
        
        AMLOEXT-301
        
        Change-Id: Ia69be454af329de477c3461e4dd04d64a08d4f90
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [6001aae6df44f69b6d86c49a8306b5a841d69679]

        GPU Calc: Optimized DURATION
        
        AMLOEXT-299
        
        Change-Id: I8ffb3624af5bc672b3734575ab7b9b9c07fc69b0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [f01a4920630e735a8874c15c56d6664d921ec6fe]

        GPU Calc: Optimized ISPMT
        
        AMLOEXT-298
        
        Change-Id: I7f4957829c3069b9d9f329869e14554cb5bd30d8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [b4adc8f67f062c1e4671b5c9402f28bac6e86d66]

        GPU Calc: Optimized CHISQDIST
        
        AMLOEXT-297
        
        Change-Id: I51b6748de75b3dcfcee8704264b11e80458a604b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [e9e548029a16c4cc58c1fca1e13c43e8e7868b16]

        GPU Calc: Optimized EFFECT(ADD)
        
        AMLOEXT-296
        
        Change-Id: Ifcfde5b1ee5f00624a1ecd5b7236e55e9c9dfeed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  mingli  <mingli@multicorewareinc.com>  [15a6315d7b21d00a9d7ec716c9d0b23a4ed8ffed]

        GPU Calc: Optimized FINV
        
        AMLOEXT-293
        
        Change-Id: I9961bcc33e9ba1dc35e3f74e660946df61f16cd6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  xinjiang  <xinjiang@multicorewareinc.com>  [269a72b31c2d1fd76cbaf6ddf13981be4b98b099]

        GPU Calc: Optimized IRR
        
        AMLOEXT-259
        
        Change-Id: I00e98d0cbf1ae343edaf363546eea346abd38587
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [d3cfb7779adafdd3cc3a53bd4ef001c183e15ad8]

        GPU Calc: Optimized CHINV
        
        AMLOEXT-294
        
        Change-Id: Ia878e82a817566ddb16a328f5506e24f7b03db60
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [3976284b6e1b2007cb83aea735ea168c1401dd69]

        GPU Calc: Optimized BETAINV
        
        AMLOEXT-292
        
        Change-Id: I8b87617b42fba1d11c779cdb665c96c40a3bfcc0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [7358608784306815a70c937ca3a209402ac61007]

        GPU Calc: Optimized B
        
        AMLOEXT-290
        
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [0a78e5804a8ac35c0423bad90b88c2951cb2c469]

        GPU Calc: Optimized PHI
        
        AMLOEXT-289
        
        Change-Id: Ie04f77261f60cf5afeb5c66e0408b7bb8d53f47a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [6a61a0d84b2f8b2bf6cd494235fd73e7dd8a5319]

        GPU Calc: Optimized PERMUTATION again
        
        AMLOEXT-288
        
        Change-Id: Id71c1d14895c7a7e1da0df12cc975d1556ddc7f0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [6a78780dab2f50f34d623cee9f5713f9ac06f303]

        GPU Calc: Optimized PERMUTATION
        
        AMLOEXT-288
        
        Change-Id: Idd186f32d75d1394f22ffc89007656c439b60075
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [d7140c99639fcb65550f62ee59c5fef61639efdf]

        GPU Calc: Optimized PERMUT
        
        AMLOEXT-287
        
        Change-Id: I03663e52afd556e263a1bde7da8553a4bbeb3172
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [edadd83bf674c311854a02b50bbea570eb672b22]

        GPU Calc: Optimized NORMSINV
        
        AMLOEXT-286
        
        Change-Id: I867b834f6d25279d7256a78f0a0e2ddd06b51a63
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [014fbd610e80c7b89e1f1d280d09d934ab4f3007]

        Improve CppunitTest_services
        
        Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [a94390d20c50125e25e29431ca15ca2ca6683d17]

        A singleton is not a service
        
        Change-Id: I9059370e21e753a9578f231fd0c0eb0a1d6a981e

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [969bd8aa731935566a65c5e207ece6eb523df24e]

        Use embedded DWARF in the iOS apps except for in release build
        
        Running dsymutil takes much too long to be bearable during
        development. But when building for actual release we do want a
        separate dSYM of course. (Of course none of the current iOS apps in
        the source are intended to be actually "released". But add this logic
        just for completeness.)
        
        Change-Id: Ibb5037d6926e969a891269d6c9d86232bc01cb3c

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9b711d6da2f04dd7f0bd838854768bd36d353ca1]

        -Werror,-Wunused-private-field
        
        Change-Id: Ic93497426013b26fece42035272506be55d2d6a4

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [efdd6c57a06e0a9c2bc137a8464565861ecbcdaa]

        Updated core Project: help  d78985d6be013988b7bd5e55fd6ff8e55457dba8

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [3b385c20d8c50e11ef02006f0dab4fd8cf360e5b]

        convert show sheets dialog to .ui
        
        Change-Id: Ia32aa742b426872c6634a431170c441ae3c8c963

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c7794f592500f43ca7b83535389de6b4fa717173]

        I forgot to check in these files.
        
        Change-Id: Ibb0d6c85ba6de2085ce699c1ef1a3b54f8ae66dc

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [23f09302199c903b63064760d9d4a3fd34ff0fe5]

        Properly import data stream data from ods.
        
        Change-Id: Iedae2226ba08c614f1b700a5444715a990899d38

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a6b2103b8b35aa7c25eabc3d38adca167a9f9f4e]

        Unlimited when the end row is MAXROW.
        
        The top row may not always be row 1, so we can't rely on the total row count.
        
        Change-Id: Ia13bf6931636b15c8b673d3eed91488e6cec0def

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8fe1f12459b451ab99f814d50d494ce6e5528a70]

        Save the data stream settings to ODS but only for 1.2 extended.
        
        And only when the experimental mode is turned on.
        
        Change-Id: I49dc8a2588cae5ee4a987a47d882672efb93e1c2

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a0577b43f2b9e07231f68ba8ebb3d8b813a2da94]

        Initialize data stream dialog properly.
        
        Change-Id: I86d4cfe946de896951d5eca2317f6d515113b249

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a17794d5fa8d6757a1f3caff7d9428720c0a357e]

        Switch away from using the sfx2 link manager for data stream.
        
        Change-Id: I05ac5a8151135ace7f4e351cfedab0170c8d9a57

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ec5aea8ceddc6701234c7d9b68160b6998be3633]

        Remove the data stream bits from ods import.
        
        Will do this cleanly later.
        
        Change-Id: I1ca44c4522cd0ed7dd9d08bd483fe99a21e2994e

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0fea9cbe181b0b720561c3cd645c08052ce61082]

        Add new XML tokens for ODS, for calc data stream import & export.
        
        Change-Id: I3b86a53a3fcbac8eab56a74c5c636e0ce0cb13e5

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4c90ed782a09e2e4b8738b82028032c42d1a203d]

        Actually hide these two radio buttons (since there is no choice now).
        
        Change-Id: I8a6080cc724b7ee88ba45d3dce1f8f63b6771f51

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [db65b6cc36b7de60f0c9ee60a00c716cd180af9c]

        Disable script source option.
        
        Change-Id: I6cbfff1d9740e284b05d4737e13794bc2b098167

2013-12-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aea7abfbc4115e9135fc18a0657c2717d0467355]

        Hide the "Overwrite existing data" option.
        
        With the address,value mode gone, this option makes no sense.
        
        Change-Id: Iec4925afb03b81d0b4d9fe912c8f20b135ef74d3

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [7f02e47111eba4ec45ca02f78729b35d56839c1b]

        Further minor tweaks to TiledLibreOffice
        
        Change-Id: If1c1bbaadf8866605bf1026c4a71da0a397391a4

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [962d4b35bd53e3d37849acd325dc57861c930972]

        css.logging.SimpleLogRing.create() calls initialize w/ empty Arguments
        
        Change-Id: Iffcab3831b40ce309aa20fdb825328ebb4dd1064

2013-12-19  Eike Rathke  <erack@redhat.com>  [52be0a739642aa10bf5ec81c512ff0a9ca854eed]

        there is no reason to not set FromRow for TSV files
        
        The FromRow setting is remembered between imports, ignoring it for TSV
        may just lead to the user having it to enter again and again.
        
        Change-Id: I869b25595cf1f15dcbd1d5028d253299d2964cd7

2013-12-19  Eike Rathke  <erack@redhat.com>  [112e39a0a172f79ad3afa366673e1b7dfb3845f2]

        reverted the CSV comma-checkbox override
        
        While for .tsv|.tab files forcing the Tab box to be checked may be
        helpful, doing the same with the Comma box for .csv files is not. Though
        named Comma-Separated Values, the file format is often used with other
        separators, especially with localized content where the decimal
        separator is also comma to not interfer and having to enquote each
        numeric field.
        
        Users frequently importing such files would have to uncheck Comma on
        each import, while if it really was a comma-separated file and such
        files are imported frequently checking Comma would have to be done only
        once, as the options are persistently remembered.
        
        Change-Id: I464d453bfa4e2a793faabbabfccb5986c454496e

2013-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [e111aa0c20c2e88d13164c025359982fc6d0bd18]

        svl: whitespace fixes in grabbagitem
        
        Change-Id: I363e8c0f1a51a18bf0ad0ac4f931107137fd1c58

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [2dde51e17288e7fecd4fad0d9a69fffc465f536b]

        Remove odd service names (that duplicate type names)
        
        Looks like no code instantiated these via those odd service names (except for
        ProgressMonitor/StatusIndicator instantiating ProgressBar via odd
        "com.sun.star.awt.XProgressBar" service name until that got cleaned up in the
        previous commit).
        
        Also looks like no code instantiates them via their implementation names either
        (in which case ProgressBar/ProgressMonitor/StatusIndicator would be dead code),
        but maybe there is code that dynamically constructs those implemenation names
        and calls creeateInstance on them?  So best leave the implementations in for
        now...
        
        Change-Id: I20b92345e343b1f776387f63d9b02a5b0a47fe21

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [f8db395a8a2ad89802a52c68c428a6d0d6bd5476]

        Clean up UnoControls/source/controls/ further
        
        ...and create ProgressBar directly in ProgressMonitor/StatusIndicator, instead
        of going via service manager.
        
        Change-Id: I798e0c415c113cfc65d70ed17cb16aafded41a6d

2013-12-19  Eike Rathke  <erack@redhat.com>  [255bd89286a09f715d08ea63681ea35f8bc8dacb]

        better use OUString::endsWithIgnoreAsciiCase()
        
        Change-Id: Ieedb71e58b1a690a38fcc93c56ea49483c224278

2013-12-19  Eike Rathke  <erack@redhat.com>  [d340d3bbcf12729adb2cd3a847bc474e3d58b286]

        check string length of file name before attempting to copy
        
        File names CAN be shorter than 4 characters if they don't have a 3
        character file name extension and the filter was selected.
        
        Change-Id: Ic25bdf44cd44d48313c748525e75318e05240e8e

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [e500b25b08fdab927b987949139588c198edc40b]

        ...and support direct calls of non-default ctors, too
        
        Change-Id: I507a5664e642c75f6e9e9fe0c95c97ea76a8e5b3

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [914a00a13c8f3045282e27c8717ae0fd21ad740f]

        Clean up macro madness
        
        Change-Id: I353a161fdc274a3da5ac965df12379c0d65681a4

2013-12-19  Eike Rathke  <erack@redhat.com>  [efb0412eda9eb33e45b27d9d7d6cc94e4211a82c]

        fixed crash when invoking sort on an empty sheet's entire column, fdo#72874
        
        Change-Id: Ifc4a08069a42ca18a056c509575a4080094aa07e

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [37b0ec6dcbb764a07e5e080e7ecad51d94d70eef]

        Missing eol backslash
        
        Change-Id: Ia3fd6c84c430fcce30779f9b554090a322e6fd9a

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [645dac2f9434d70d4aa393bac899b9984f533b20]

        Deduplicate more components.
        
        No one says this is the only good classification.
        Quite possibly it's not even a good one, but at least something.
        
        Change-Id: I81178314222f9f63708a83b262ff8ef73a1d9467

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [6275751f63e44071de1d7486300be16deec13e3a]

        fix typo
        
        Change-Id: I52bbae367d1b4a76aa5507daa38582f7c97d794d

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [43e2cf590a2ca198d50ec2e2ba7d4f4ccab8e9ba]

        Deduplicate calc components.
        
        Hopefully it makes sense, I don't know.
        Inspired by Debian packages.
        
        Change-Id: I8caf2d4aa75b8f6de3cc7da9eb293955a4ed58d8

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [8f9c0fe459296ff7cf54417842ed6978cca28b78]

        bin few comments
        
        It's not a good way to add invidual components.
        We aim to create some groups of them.
        
        Change-Id: I752c2b01c1c800d3eb446403ff7fc9e6da3aa635

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [e05e58948c50603f05ab3442721cb0ba393144b5]

        Deduplicate writer component factories.
        
        Change-Id: I0b82e8a284f871829b7c22a654d61534b5c5a3cc

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [9dea39c177e61385770311077cf082aa581671fd]

        Fix sal_Int32/int mismatch
        
        Change-Id: I4775d1f9bef9c658c2f94d8310ddf544126bb973

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [df500ead2914c76983db8d40e2bad21c903b7ee9]

        Fix crash on Android
        
        Fallout from 0e6a2601b39cbadaff7f7506ba9e804f108060db ("Convert code that
        calls OUString::getStr()[] to use the [] operator"). The code was a bit silly
        and "hand-optimized" in the first place so no wonder a bug was introduced
        accidentally in that commit.
        
        Make it simpler and more obvious.
        
        Change-Id: Idafb1c0741289e915dfbaa108383a926321764d2

2013-12-19  Maxim Monastirsky  <momonasmon@gmail.com>  [a4b5fdc2942d45c5c8aad5d77ca3346bd0862ec3]

        Prefill correct settings for csv and tsv
        
        Change-Id: I21f3109530bc79c6ca1dcc247da987ee4795d086
        Reviewed-on: https://gerrit.libreoffice.org/7142
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2013-12-19  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [828113d2293638e33ffe9e2737e09d2cd6c3b0e9]

        FILESAVE: DOCX. Added null check to avoid crash.
        
        Change-Id: I6f61d69702f77f0291ad25f5c39974d263d273e8
        Reviewed-on: https://gerrit.libreoffice.org/7096
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-19  Jan Holesovsky  <kendy@collabora.com>  [6b5cac1ca06a052061d2fe6acff1bc1e3cb45d57]

        Introduce DPI scale factor for Hi-DPI displays.
        
        This is supposed to stay 1 (no scale) for printers and default virtual
        devices, but should be set accordingly (2 or 3) for windows and virtual
        devices derived from windows.
        
        Various VCL widgets or paint operations should incrementally become aware of
        this, and changed so that they draw nicely on the Hi-DPI displays.  This patch
        only introduces the behavior for waved lines.
        
        The default is currently being set depending on the DPI setting only; could be
        changed to a more clever way if necessary.
        
        Change-Id: I71118f9ab6b64028d1eeee76e860e999d5cd9d19

2013-12-19  Adam Co  <rattles2013@gmail.com>  [7590adfa18c671193f2e5497545f2f4cd62039bc]

        Renaming function from 'IsFoo' to 'GetFoo'
        
        Change-Id: If4b4de730a5bc1825ddd1430fe68a31eb423bf50
        Reviewed-on: https://gerrit.libreoffice.org/7127
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [a005a172f88bf51fc5a66fc2a52c797b536a62be]

        drop unused helpids
        
        Change-Id: Icfb82a7e76a03060c7a1a333ebc1e233b0047138

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [805380291c5596064a8db5515ab6d17f7be66d73]

        vertically center some stuff
        
        Change-Id: I37107933bdf1a3f2b430981a92857be25e1429b3

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [c546d8429455b8b1b241983c4edacad7a42a1255]

        Updated core Project: help  60772893d33ffe9ff5d9ae2e1ec8d437781ab1d1

2013-12-19  Douglas Mencken  <dougmencken@gmail.com>  [d70f5d1e5477f3fce6cf35884b3cecb260d504e1]

        Don't enable OpenCL on OS X 10.5
        
        Change-Id: I5b74d9a043c793ff5176b10786c09041207509a6
        Reviewed-on: https://gerrit.libreoffice.org/7138
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [15abebbde560e17413f17b16b8b2e9c1f31f01a5]

        WIP: Direct service ctor calls at least on Android/iOS
        
        Change-Id: I8a1907bc4b8f2134efb15d38a0fb5176b4384317

2013-12-19  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9dccff429db197a92ed2af957fb6d3d75b3f2154]

        Convert chart data labels tabpage to .ui
        
        Change-Id: I6ffd992fe8a2cb290c8f8992922f0e54276e6ae1
        Reviewed-on: https://gerrit.libreoffice.org/7124
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-19  Khaled Hosny  <khaledhosny@eglug.org>  [6c5c79e2032ecc980e6774656a67ca67ce45b108]

        Public headers are long moved from here
        
        Change-Id: I672f0348167a6347a609ad9f56b99ed056f7b4b1

2013-12-19  Isamu Mogi  <saturday6c@gmail.com>  [1542a655ea21da4cdcd4b836283e44fba5f35059]

        --disable-atl disables winaccessibility
        
        Change-Id: I548ea294e6c632b8ae95e6745a51d9b12c7e5297
        Reviewed-on: https://gerrit.libreoffice.org/7130
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-12-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [79932eccec436efbff41d5352c58d8ab224b0581]

        Do not expose TXTNODE_MAX and cleanup related code/comments
        
        Change-Id: Ia114688ebbdf81122b81183456924c6b9cff835d
        Reviewed-on: https://gerrit.libreoffice.org/7105
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [acee1b8b8c68c5c9d7492dbcc95635e68551713f]

        convert border background dialog to .ui
        
        Change-Id: I661384b04fef7f59c2b4feffe093cf75103d55d1

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [71eb27376a92f61c91567f2bfc2a74dba7192aab]

        css.xml.sax service ctor clean-up
        
        Change-Id: I556904861e93a145cfe65f61218926851e4e8eb0

2013-12-19  Muthu Subramanian  <sumuthu@collabora.com>  [3b9b2e2d98ee3eb10dfdcbc27c5ead40f0335cb7]

        n#828390: Unit test for bullet's relative size.

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [5f273ff915ddad362afe9134aba460999c44c939]

        CID#703893 SwJavaEditDialog::Get[Text|Type] orthogonal to Dialog::Get*
        
        and const up
        
        Change-Id: I9bb363b26efaf83e36187df4bf762d64b3956ed1

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [7715f7e6b941a5b4bcde326c77647cd00c647a0b]

        CID#703891 RubyDialog::GetText orthogonal to Dialog::GetText
        
        Change-Id: I131daae13b11b5242e9a32a94532463f6e0d925b

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [3b6891ff6fa92bf64b8013181999e44d6dfb0b01]

        CID#1130380 (unlikely) invalid iterator use
        
        Change-Id: I09b7186ce395eb8d32bb9604aeaa26fe2243eed1

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [9c7d0d70c6f7900dd35ee47dba9029958bc6dd4a]

        remove the rather mad ifdef impl hiding
        
        Change-Id: I0885a9b04adbb18ce4a5f84565dd1c2f0165953a

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [50edf566048c145b210b92935ddccc2b748805a1]

        convert sort dialog to .ui format
        
        Change-Id: I9c82b504df0879c338f1858b16ed70a91d459e02

2013-12-19  Noel Grandin  <noel@peralex.com>  [3bbf357e58958c69de7aaf63d5a618a0310c3246]

        convert OUString** in HtmlExport to std::vector<OUString>
        
        There is no point in storing pointers to a ref-counted value type like
        OUString.
        And while we're there, convert arrays to std::vector
        
        Change-Id: I96ceeb13dd3c4fb4f2ebdd017edc92d01dcb47cb
        Reviewed-on: https://gerrit.libreoffice.org/7044
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [3b936b35289588af5732a26682a9cf57a5e621b4]

        WaE: equality comparison result unused
        
        Change-Id: I051854a39c0907f4b88217b66db6560b81b73494

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [001bd53a18c3566ee92344d5f00f6b575c63f9fa]

        CID#1038302 (unlikely) invalid iterator use
        
        Change-Id: Iff61209eb840d5b6722b651580a77ae50d610460

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [2f0a036745828dde5b2b63d4a59e5a6fd677e097]

        CID#982610 inefficient iterator usage confusing coverity
        
        Change-Id: I79142f5f1723fa2db0e729cb0dacb201e41077bc

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [47bda1cfc9f31d95ee88fd56aaa3235e60270922]

        fix indent
        
        Change-Id: I68aae5b6059c0e7281e45d39eb94ce247c6dae47

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [976193c1b6d625ab8afa6efc2997ea7771304a83]

        CID#982609 inefficient iterator usage confusing coverity
        
        Change-Id: I9f170cc8c36fe89e596ee703231ba8abff5564c5

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [5594f633a19344e7b5043b732c5fc0c944a74eba]

        fix indent
        
        Change-Id: I6e531cdd2dd0657286cc369031072c28cf9c8e37

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [76e02b7fbf57af81446b4449bd5bc3ed4349a923]

        CID#982608 using invalid iterator
        
        Change-Id: I0075323a75ea7c8af9738ab3ff9a0c9e2d1346d7

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [8245c5fe1e06f78d2a2ea9d407dbc1b8eaa63cd7]

        CID#982607 using invalid iterator
        
        Change-Id: Ic57140eab3c93e68a8455e5b9975154f76166473

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [80592d9786881e650413c4669ab1b0abb78d5f10]

        CID#982606 using invalid iterator
        
        Change-Id: Ic0f186bed177de1ed35072cef864e2079da48cd3

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [8070d5666177ee2262b54247e5d164128d606c3b]

        CID#982605 using invalid iterator
        
        Change-Id: Ia2413a7040124b0c27ca7a3dbaaa5f222395aba8

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [f21ed26fc57251dacfcd9b0518f24e539aa1ce26]

        CID#982604 using invalid iterator
        
        Change-Id: Ic62e84d256ab710c33d51c98750730064388af51

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [2e8c0b42cd54c60e14a5b037f1f6e508f14c4cb3]

        CID#982603 using invalid iterator
        
        Change-Id: Iab80b282942dca468c314c5742cab62cb9920eb7

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [70cb503206860eefde1efdcd0e3e8aa382ed381e]

        CID#982602 using invalid iterator
        
        Change-Id: I20d61539900626ebd5e8271e0db5ea3c22cf381e

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [9398d4256b9886a849654cbb4f3ec960ceeb441d]

        CID#982601 using invalid iterator
        
        Change-Id: Id5813c4353828db76f03ea885247a08d92226088

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [ec79f9777676dc331976719c27702ca4a535ea1d]

        CID#736013 unlikely invalid iterator use
        
        Change-Id: I78928d4eee28adbb06b4087c51a4b384ca4e43f8

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [50d381109dd04d898f79d53970e86bd6e4e071d6]

        CID#736017 (unlikely) invalid iterator use
        
        Change-Id: Ibc097bfbb5cbfa221aa20cea0eba4d168b17a95f

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [1aef38545edfd02a7a5fc38285cab5f20010e4b0]

        CID#736018 (unlikely) invalid iterator use
        
        Change-Id: I56899cfa1010f547c2793b5248dc91a3ceb4cdb4

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [5a3cbd3b7ad7b99afef920338b3c42a3867b0412]

        CID#736021 (unlikely) invalid iterator use
        
        Change-Id: Ic23ccd99a573765ba434fd2fb7bbfe1d3491fcd3

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [bea15d037b89f017f203aa48ff2ae102ea09cb0c]

        CID#736937 Not restoring ostream format
        
        Change-Id: I07b1d90258647453e498b574bc38c78872041c2d

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [765f3063982f17c5feacd5694dfee5b57ae5663a]

        CID#705119 (unlikely) invalid iterator
        
        Change-Id: I6b6c99893f18deb1686fca9094037e2fada1b302

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [cff891fc44adcca745bcaa9ae95483bd63aa05ae]

        CID#705114 (unlikely) invalid iterator
        
        Change-Id: Ic6918da552be4905c35c5353bfb97b801e7d493c

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [6f754f4bd7223155591cfa9df05973db5116be81]

        convert subtotals dialog to .ui
        
        Change-Id: Icab4e598c5355a1e971fdaa5a0a4d0d72c703021

2013-12-19  Eike Rathke  <erack@redhat.com>  [03e7a16fe2802160b8344058f225a57bdb9c59f5]

        use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714
        
        A ca_ES@valencia (=> ca-ES-valencia) locale did not result in
        'ca-valencia' UI being selected but 'ca' only instead.
        
        Change-Id: Ifa405add2ff7b45e030b02af4338de195b457cb2

2013-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f9d868a5fedcd8e55b1537876e4457c1139bfa3c]

        oox: import drawingml border color for TextFrames
        
        CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for
        this problem.
        
        Change-Id: I0fdf6362fcc487a5002ef7f359dc4d4a1fb03616

2013-12-19  Muthu Subramanian  <sumuthu@collabora.com>  [05bf939a5855a973ab6f5c70c44c210daa280908]

        n#828390: Bullet sizes set wrong.

2013-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [9794a0db73b49f3c8b9e4b8348fe7dc9108d3435]

        DocxAttributeOutput::WriteDMLTextFrame: write effect list
        
        We already had code for this, but only for pictures, factor out the
        relevant code into its own method and call it here as well.
        
        CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for
        this problem.
        
        Change-Id: I3b71e64512a65c42a2f3859b4912a4408944e697

2013-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [3eeb60687aa2476b02d1862390441fc0c1f1b7e7]

        DocxAttributeOutput::FormatBackground: handle dml syntax
        
        CppunitTest_sw_ooxmlexport's testTextFrameBorders is a reproducer for
        this problem.
        
        Change-Id: I52e93ff09c67222caec789fc93bc19c257cdee05

2013-12-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [207e0a3bcdf8f6f9e49b8639b260abe4e60f7460]

        Updated core Project: help  0b0b8d6fbe77b6938b8e378217c3ca8b8588ee51
        
        Update Y error bars help page to also fit X error bars
        
        Change-Id: I56fd5e196e84b97ad5505a60fda0260221aa0a9f
        Reviewed-on: https://gerrit.libreoffice.org/7139
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [3aac1ebd02795f30ebfe3ef7af6fdbcbf27e3e1f]

        Missing initialization
        
        Change-Id: I177da4fbe87eacfb86b6196df3d023218b1c9012

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [023e49921e11644b65af66996fd033c533f589f9]

        Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.
        
        Change-Id: I020d4fc382470d7bc08df9b88e42ac62c97cb47e

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [61e02585ea3ab6794fcae28c9b96d35b3ff96257]

        Fix up constructor function declarations
        
        Change-Id: I68ec96b20da1603e5cafd31d620d8dd54306627a

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [0506c3a1f04e707684834fe8fd60ab5d0a96cc0e]

        FactoryWrapper is a misnomer now
        
        Change-Id: I59d77b4712e273318409a326c835861dc467596c

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [a87bce32e9a4f61c2fe81f0aec5b1e1dc9ca55ad]

        set mnemonic widgets and a max height
        
        Change-Id: If52541caf94b76b38b3ec8b606db7bbc734d2591

2013-12-19  Caolán McNamara  <caolanm@redhat.com>  [dd9671422e2b38f0456f1f0663a7d52339505f6b]

        Updated core Project: help  37d4a61d6980cb62c580f94adc8595e6eb4c3fdd

2013-12-19  Matúš Kukan  <matus.kukan@collabora.com>  [ad4e451070bc3aa2d1c6c4c582d66d5cb34bec59]

        Deduplicate a lot of common components.
        
        Change-Id: Ic3eb95119eed7a691c9cd0c677f28c87395b9415

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [ae3a0c8da50b36db395984637f5ad74d3b4887bc]

        Add .component <implementation constructor="..." feature
        
        ...to directly call constructor functions of ComponentContext-based C++
        implementations of (non-single-instance) UNO services.  The case where these
        calls would need to be bridged across different environments (e.g., from gcc3
        to gcc3:affine) is not yet implemented.
        
        bootstrap.component and expwrap.component are adapted accordingly as a proof-of-
        concept (which had previously been adapted to use the prefix="direct" feature,
        which may become unnecessary again in the end, depending on how to handle
        single-instance services/singletons).  More to follow.
        
        Change-Id: I18682d75bcd29d3d427e31331b4ce8161dbb846d

2013-12-19  Stephan Bergmann  <sbergman@redhat.com>  [80d977b896904a0261d32857469c1b3e7516ca1e]

        Introduce osl::Module::release
        
        ...to make osl::Module useful in cases where there underlying library shall
        remain loaded after the Module instance is destroyed.
        
        Change-Id: Ie2c9c094207f159b900620d394f489d49ffa36d2

2013-12-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [b7e0c9aa319b952d6fed09b8b5a835b1043149d2]

        -Werror=shadow
        
        Change-Id: I85a16b1a445d336ae450cfb3e4884d0bc637b0b9

2013-12-19  Wei Wei  <weiwei@multicorewareinc.com>  [3d0152ba5f551e23b3de5a32e0c45e9d73f482ed]

        GPU Calc: remove the warning; shrink the test case
        
        number for XOR and NOT
        
        Change-Id: Ib184aa27a4bd4553886fb9422c937dac9c053a4e
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [ef25611384dc4fe872a6b31806fea668f9ab645d]

        GPU Calc: Optimized NORMDIST
        
        AMLOEXT-284
        
        Change-Id: I5028ebbee91d6c7a64e9993b97b5f942f039d92c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [d5dac04897ca6953c72f7d4563c7f7ffd9c962c4]

        GPU Calc: Optimized NORMINV
        
        AMLOEXT-285
        
        Change-Id: I362d51a2e1dd750dfbafc7a8830c4a8b7611daed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [19013b913249c035e8519a46b9634b675e2026f1]

        GPU Calc: Optimized NEGBINOMDIST
        
        AMLOEXT-282
        
        Change-Id: Ie6dcd77fc11b91647722b5a9a73deb0d6a97989c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [7e8aedcd8e0d683aaf891d6373d4cf5f33ddbe39]

        GPU Calc: Optimized PEARSON
        
        AMLOEXT-281
        
        Change-Id: I98d17f007a77aedff3778b251b6cfd399d34464c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  hongyu zhong  <hongyu@multicorewareinc.com>  [3005ed48f14e4712e7d9d2fa6db859a6ebe8a781]

        GPU Calc: Optimized RSQ
        
        AMLOEXT-280
        
        Change-Id: I92bc0daeb74e7322479e4f8e57b816b7de45b1b0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c616d728232ad7c0920455d69f31087b81be6532]

        fix OOXML validation error in new data table export code
        
        Change-Id: I42b2fcdc914bc8c6066fdfce22ad05b5c01317d9

2013-12-19  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [cf5c3e97b66ef31f2b8db4dca4c8eb179754e694]

        fdo#72304 Write Chart Data Table information back to XML.
        
        During export access properties stored during import and write
        back those. Currently we just support basic chart data table information
        such as border and outline, there are more properties, which are pending.
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd

2013-12-19  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [ba76bf5c7b705d3f5e8d807346a34d9da34127d3]

        fdo#72304 Added properties to store Chart data table information, during import.
        
        Change-Id: I77c458828b86bc31fae533e2e632d57237e44e6f

2013-12-19  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [20bb1e6854c42df50536238414d93993ad764999]

        fdo#72304 Preserve Chart data table properties during ODF import/export.
        
        Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be

2013-12-18  mingli  <mingli@multicorewareinc.com>  [3c32af65d42b2091e0557e238581fead39dea072]

        GPU Calc: Optimized GAUSS
        
        AMLOEXT-276
        
        Change-Id: I29517305ffda2673961c2fa4dc46503690933645
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  fengzeng  <fengzeng@multicorewareinc.com>  [d2fe0c84f30092ba7da2d9d5d8a39841608336c1]

        GPU Calc: Optimized SIN
        
        AMLOEXT-275
        
        Change-Id: I8c33b2ac82c492a085222649f5f89ccb2802a3eb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  fengzeng  <fengzeng@multicorewareinc.com>  [e0c571adbc959c87a777675af571cb21c667e0f1]

        GPU Calc: Optimized TAN
        
        AMLOEXT-274
        
        Change-Id: I971bb4a44ff68af5c9fc952419e7035d1127fd5f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  yangzhang  <yangzhang@multicorewareinc.com>  [821e19f227dba1fd2fbe63475e30559f06db4652]

        GPU Calc: Optimized ATANH
        
        AMLOEXT-273
        
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [de0013f64ad18f93dc175bdf3843aec1cfa102cb]

        GPU Calc: unit test cases for XOR
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-272 BUG
        
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [4ea6b93c0ffec54f5aa8e742acba06a09276dae1]

        GPU Calc: implemented for XOR
        
        AMLOEXT-272 FIX
        
        Change-Id: I7df1d62999012a2a7b6273e59b93f4eef1cf4709
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  fengzeng  <fengzeng@multicorewareinc.com>  [04a284012ae17165c834c32257e1b36fbae53155]

        GPU Calc: Optimized EXP
        
        AMLOEXT-271
        
        Change-Id: I61eaa744d8b4f10804254c6cede39af274c150ad
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [160d5e54b578895424a1c77de805beae46b82226]

        GPU Calc: unit test cases for NOT
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-267 BUG
        
        Change-Id: I5d438b79df9af1f59645cbcbc84811bfc4055bd3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [957fefd8f9f04203d5f0c142646b51956f90e6bc]

        GPU Calc: implemented for NOT
        
        AMLOEXT-267 FIX
        
        Change-Id: If759780792ec1d4fbba8b9e05e1219a9845818cd
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  fengzeng  <fengzeng@multicorewareinc.com>  [ec4b9fb267d6b3a071dd8bbf0a9f58272b339df1]

        GPU Calc: Optimized PMT
        
        AMLOEXT-266
        
        Change-Id: Ia55a379aacb820b088ffd7e22409974918f9193a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mulei  <mulei@multicorewareinc.com>  [9a4bc2541d92bf935408a08e19547bfc00e59223]

        GPU Calc: Optimized NOMINAL
        
        AMLOEXT-265
        
        Change-Id: I497b5cd9c89fc1c1afc4091023335b7db9fc8f4b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [2180b1c9b0e944378288e6e7fe46b1b1cc1ca9af]

        GPU Calc: unit test cases for OR
        
        Need turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-264 BUG
        
        Change-Id: I6d826bf53b801e2270734bf5bf7f38095ff0d2b0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  minwang  <min@multicorewareinc.com>  [ffedbc9603c7e940b157a53b5f193f0ea3249628]

        GPU Calc: implemented for OR
        
        AMLOEXT-264 FIX
        
        Change-Id: I9558b416249cda0a7eb681f7e4b7ef0c6dd7cfa6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mulei  <mulei@multicorewareinc.com>  [cefcac22d624e73d47d8d30d4b30b8a40e6c2648]

        GPU Calc: Optimized NPV
        
        AMLOEXT-263
        
        Change-Id: Ifb2359a42329d48d14a26a2aeefae8e3b1122932
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [de9248a8453702ecb2add5acd1c3e747740235a2]

        GPU Calc: Optimized FISHER
        
        AMLOEXT-261
        
        Change-Id: Ic96d701aa8bbe1e1fe15ca196556960b34fd64d3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [d8afb5537c471cfc9046e06e27026623efb51696]

        GPU Calc: Optimized COMBINA
        
        AMLOEXT-259
        
        Change-Id: I8c5330a92ff0065bf9f51ea374b8aa686fdebc3c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [4873228bc84a2f5cda401547ac72dec641020ad5]

        GPU Calc: Optimized HARMEAN
        
        AMLOEXT-258
        
        Change-Id: I0673fe55aedbce3d7f6618b51ede155859f2f295
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [65a73c407e636186bd28a004635ea2a59e2ef578]

        GPU Calc: Optimized NORMDIST
        
        AMLOEXT-257
        
        Change-Id: I7ae98538e410d9bf6544299eaf1c17f230ebda09
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [6c29963fd762143605d74394eb5eb865602ce793]

        GPU Calc: Optimized COSH
        
        AMLOEXT-256
        
        Change-Id: I1e94b145943b88ba3c5cfd650577d8151d806550
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [fa42c60b2c6d1bd38f01c10851e173402a84e8f9]

        GPU Calc: Optimized FORECAST
        
        AMLOEXT-255
        
        Change-Id: I17389d38de5db7962d657552afba22d604c3a862
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [bfa7a9b87ae9fa7ddc3337edb976d08c4535e1e3]

        GPU Calc: Optimized LOGINV
        
        AMLOEXT-254
        
        Change-Id: I2103d54f50eb0faa2cc4afab7b83cf4d0bd78aed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mingli  <mingli@multicorewareinc.com>  [d4ab0a4479441a60e6461021a3d0aec637e4ab07]

        GPU Calc: Optimized INTERCEPT
        
        AMLOEXT-253
        
        Change-Id: If848c0dd4351188cd473f916648a71e448eca0a1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [5dfc91da70e46ea56ca7ac929ef0b720914e6f41]

        GPU Calc: Optimized COTH
        
        AMLOEXT-252
        
        Change-Id: If278a73af64a7ef074614b0d4dd44c07d965e823
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  mulei  <mulei@multicorewareinc.com>  [54e7aedafc207105290762c2233aad737b552e98]

        GPU Calc: Optimized NPER
        
        AMLOEXT-251
        
        Change-Id: Ifb4505158eccdab2ae95e4568c862ddfe8ec613c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [ea85561eb725eebf44fa10046567c33de5984679]

        GPU Calc: Optimized EVEN
        
        AMLOEXT-250
        
        Change-Id: Id2863ad9f4a3e2a03223b1dacd33c7d7557be63d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [3ae85b912136993ccf157832f409416472026f17]

        GPU Calc: optimize KURT
        
        Change-Id: Iab842ff0417a8e7da8c4b44ca525de8f1c2c8738
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [25c06219bc6b1b345ed8a3735b8f233bdfdf3a1e]

        GPU Calc: optimize countifs
        
        Change-Id: Id378cf89b0742b23c8282148223cb4a7d4317aac
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [c0d1c49bba7c0cb58c61e55671aeb1ee026467af]

        GPU Calc: optimize CHIDIST
        
        Change-Id: Icac5dcb2615854ead9c3e15163ad2925c7ad0e96
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [79a3ec433e03e5e13f0c1adfb72ed2aa4ddd53dc]

        GPU Calc: optimize POISSON
        
        Change-Id: I39d7801da3cce2aaaeafa48fbec615e254691661
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [fe5218aabe3acee09189b7a2208e653ababc8fd2]

        GPU Calc: optimize GAMMINV
        
        Change-Id: I103f8c70ad9b2517225fe2eee6d81f8e43e54614
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-18  Wei Wei  <weiwei@multicorewareinc.com>  [df54e4f174659e2a4ceba517c30e7af2a633b0fb]

        GPU Calc: VLOOKUP implementation
        
        Change-Id: I0bec6d69f3302f01829bac903f68bc0f28db4c9d
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-12-19  sushil_shinde  <sushil.shinde@synerzip.com>  [a70dfc34a67e9fb240cc70853da0c49fa01c2e4f]

        fdo#72306 Axis names were lost after saving file on LO.
        
          While exporting chart "crosses" position values were
          not handled properly in chartexport.
          Fixed this issue by handling "autozero" value for c:crosses.
          Added unit test.
        
        Change-Id: I3489908d4c3d4b41a04debfecf95e65f373649ce

2013-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02a047365fccce91d5b1feae0addf79fe58ebe31]

        fix an OOXML chart validation error
        
        Change-Id: I0c95aa285509187b6d54f44c41720e2aefab175b

2013-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b60bb82a0a1d79b0c967fc8cc405ba3d9394eb4a]

        fix an OOXML chart validation error
        
        Change-Id: Ic91f6179b663afb59700f85ea48720dc9b14f372

2013-12-19  Eike Rathke  <erack@redhat.com>  [164a8c409c2f070ee51ca4258585cf0c8579af51]

        support ca_ES@valencia glibc locale modifier, fdo#68714
        
        Change-Id: I2723ee4664844923d7c441cfd33c7bd767f1e7d3

2013-12-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [65e6d651ceef55f569521a4f4e609f7e5e88847b]

        xub_StrLen/sal_uInt16 to sal_Int32
        
        Change-Id: I61b717f080b9c667b75eac8dd3b5bd4cb50e6881

2013-12-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [a85d10e0c1a0f79fc807007dbd49975f35f218fe]

        xub_StrLen to sal_Int32
        
        Change-Id: I614c8a7e3bf508b2f69ae50b07db33c7df691c2e

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [12a0bf110bca1f4365a254a09ebf8761ce222865]

        We don't need these yet.
        
        Change-Id: Iff875a690f319eb92ccfb8010853714ac60dcc9a

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d5452cef5f8c40fbb9da9e91c6606d525c98bfd3]

        Don't forget to set document modified afterward.
        
        Change-Id: I5b2b9a3dad2aeee6bc5a4a4767b239c92865b2f4

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df57f73ff7cfa8a23537d9aa9f50aca1ca7664de]

        Handle "refresh on empty line" setting from the UI.
        
        With this set, when we detect an empty line, we'll trigger refresh and
        discard the line.  If not set, we'll import an empty line.
        
        Change-Id: Ic3ccb1adbd0c7273c3affff82a2d111c378f2af3

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b8e85af1eddb58ff60d93f64e157b31a904683b2]

        Fine-tune our refresh policy during streaming.
        
        Change-Id: I9eff0bc0e4087261e2283a55211c8a9daf2a8b24

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b9524c17b56e4bdecb76880582853fdeb3380013]

        Just do hard-recalc on stream refresh. That takes care of all our needs.
        
        Change-Id: I9a454089843d1373153988a29843b95db22ee284

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [8f73c7615ebe60ef71d6e8b49a0f19ddac6f03a0]

        fdo#72850: ODF export: don't export spurious style:display="false"
        
        ... on style:header-left, style:header-first, style:footer-left,
        style:footer-first.
        
        (regression from d92345561c998f7382cf9ef0fdcd29096f978435)
        
        Change-Id: I48c51fcd2b07ae8b0e3ec2c1087a388c6900b366

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [0d9c4baf86c502e7cc2b6072a530c6fad2179abe]

        The "fake DPI scale" was always 1
        
        Thanks to kendy for noticing.
        
        Change-Id: I6b62d5a0c1dc5df374629a8f7c6e7d2f7cd7ffbd

2013-12-19  Tor Lillqvist  <tml@collabora.com>  [2753bc1eff1bc595131a59518c1f7e131824b10d]

        Adapt TiledLibreOffice to the new library name to component mapping API
        
        Change-Id: I96e2931763c277d72ff1bb7ebdf5b71c0d6e091b

2013-12-18  Tor Lillqvist  <tml@collabora.com>  [48f625b899b2c7774548af078f25dfccd7602d27]

        Add a view-only iOS test app using tiled rendering
        
        I had to add some horrible hacks to make sure the test doc has been
        loaded into a Writer shell before retrieving its size and being able
        to render it. Obviously some better solution is needed. But this is
        just a testbed to get some profiling data.
        
        The app is built using an Xcode project, and in gbuild through a
        custom target based on the MobileLibreOffice one. Setting up the
        various files used (or not used...) at run-time should really be
        factored out from the CustomTarget files.
        
        Change-Id: I1711b0cae9d28a09b73476b2d37d98b1820c9943

2013-12-18  Eike Rathke  <erack@redhat.com>  [aec792c1a429bd96a172d529521247a2b3391987]

        resolved fdo#51961 let "Default ..." currency entry follow selected locale
        
        Change-Id: I69b13d1009638451fa6c2bc9336cdac0bab6ec32

2013-12-18  Eike Rathke  <erack@redhat.com>  [c30de064af34e288f3e224c1c7cf1923858eb738]

        do not resolve the "Default ..." locale entry, it means SYSTEM
        
        Once selected, the locale was resolved and the "Default ..." entry never
        displayed again.
        
        Change-Id: I4d94730b1c104e0b96e7e02275958b78e2899eca

2013-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [d0f8b0262707529f36a7317663df1b1035d0c62a]

        SwFiltersTest::filter: detect import filter on export test
        
        This allows e.g. crash-testing the RTF export, even if the input source
        is not RTF but ODT.
        
        Change-Id: I3cf6afd1bc44bb475f1bd8da622d10dac0d3baa6

2013-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [5fbea544470d1a3edc51e881c12063ef1bf56dda]

        drawingml export of sw textframe inset
        
        This is triggered by testFdo66929 in CppunitTest_sw_ooxmlexport when DML
        export of TextFrames is enabled in non-experimental mode.
        
        Change-Id: I39481c55fc101aa9c61984cc5646911b4c207bc9

2013-12-18  Katarina Behrens  <bubli@bubli.org>  [151cc01f6afb389ab4d98131ba918dbf6e06e749]

        Converted subtotals group tab page to .ui
        
        + translated some German comments :P
        
        Change-Id: I2e3aa8bbdb1fc39c963ed5c59ef4511dce0044f9

2013-12-18  Eike Rathke  <erack@redhat.com>  [4256491ffe48b8be09ec66a003988193e8585584]

        the MS Serbian Latin Neutral mess
        
        There are two LangID values mapping to Serbian Latin (without country)
        which lead to the UI language selector displaying "sr-Latn" instead of
        "Serbian Latin" because conversion picked the other one. Consistently
        use LANGUAGE_SERBIAN_LATIN_LSO and don't trap into
        LANGUAGE_SERBIAN_LATIN_NEUTRAL (whatever that might be).
        
        Change-Id: I6ae6c2027048c99096b4d9d703a0dc73784b52f1

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e23951b81fcff0d135eec7ff82116d2327021e76]

        -Werror,-Wunused-private-field
        
        Change-Id: I6db1082fa4797c312268d2768d9573f2e3a0f427

2013-12-18  Tor Lillqvist  <tml@collabora.com>  [4175118929c2483ad80d822b90eb2e82bb20813a]

        Bin obsolete comment
        
        Change-Id: I21d233996d21d78f601d427e89c14f668af85bcf

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [bcafcd39794041e68ed4ea1c578d143ef58dd664]

        vigra: remove SunStudio workarounds
        
        Change-Id: Ib92cfca77dea62a7eb5ad29c7b129ef855be82b8

2013-12-18  Eike Rathke  <erack@redhat.com>  [cc54c08a66046c00af3713fbe5e69995ccb7f73b]

        resolved fdo#72778 keep setting system locale and LanguageTag in sync
        
        Change-Id: I3547786bf77b8f611bc08d0e52c66ac00e199f13

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [fab34eb54fffaaf1fc32a0901436d8940f6c8b43]

        fdo#72598: remove last uses of "C52"
        
        Change-Id: Ibf43da89c88596589c8e81f790c9d57c2a4e9701

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [43dcbc8a6daa0dcca6f46934ee8900d8c5655321]

        odk: "pltfrm" appears to be unused
        
        Change-Id: Ia991593d53e31ad3d65881f9b6e62fede93e0266

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [1bffa142c530b638e245e1aca58a27414d65e927]

        fdo#72598: odk: remove SunStudio support
        
        No idea if the GCC stuff that's in there actually works.
        
        Change-Id: Idd1b93edd88609f3c09d14134d00a15fa9c0b0b7

2013-12-18  Jelle van der Waa  <jelle@vdwaa.nl>  [6e06bd6cb5199b5164975eff97dd22b0a69829e5]

        fdo#72598 Remove SunStudio cruft from code base
        
        Change-Id: I8dfbbb36cca3cf71c8d347b248dd206c447db6d2
        Reviewed-on: https://gerrit.libreoffice.org/7136
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3daf9de8642aeb6e143468bab203af5c6b5b0f41]

        Disable this mode for now.
        
        Change-Id: I3206de5e379fb7091498f5e3d83ccc5d28071ae5

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6dc1ea1c67fbe748fc84a0cf0b443545c3b5cbc3]

        Pass enum values around rather than OUString ones.
        
        Ditto with the range type.
        
        Change-Id: Iab37d50b6d58d76c60872f49f13d77ff0c918974

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c369f71830099e583946a90158aa3838c056f98]

        Detect numbers which are to be inserted as numeric cells.
        
        Also, disable automatic scrolling.
        
        Change-Id: I2f3facfd91b9b4e3f86b9685a546a094180bf1ee

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ecc884e9b8afbdaaa917774471d71060ff96cc74]

        Use orcus csv parser to streamd data which has much less overhead.
        
        Also, use DocumentStreamAccess to modify ScDocument's content.
        
        Change-Id: I516260cff1f2315267afcff05e36e620798a1aed

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df63ec609f361108bc1e531e1454734f6c03258e]

        Only keep track of current row position, not a whole range.
        
        Change-Id: I8ad56284b9c5422d102c7e8688e5b1e4c37ae877

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d76bc6b5c719e525cd262ade54c3e99a7644acf2]

        Re-organize it a bit.
        
        Change-Id: Idbd8c62a51e2de9df0396c2f18b8b25f0ad8ebf2

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [49c2c79286344cdbaf30999d2e6262b032db97df]

        Check the parse result and handle an error case.
        
        Change-Id: Ie61f8c274754669a15e12a6f1517dacb7645c752

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [507c0a0fe7ec3087adfee36547ebba16d788ae92]

        Ensure that the initial data range has only one row.
        
        Change-Id: I97731ba02bab0ab44f19ab9cae2563ee0f71fef2

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [374b3df291cd8af05833e7b9acd6ec2efb19b468]

        Set sensible default values in the UI.
        
        Change-Id: Ibafbeae0becaca4f0b217b6a5a78bee048fceea0

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8538722a494c190aa432356111ffc87c87ce4e76]

        Add sc::DocumentStreamAccess class.
        
        To provide the DataStream class with a fast way to manipulate document
        content without altering broadcaster positions or unnecessary broadcasting.
        
        Change-Id: Ib329313b8668c9a1698ea05372de6269d089859c

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2fe4112c5b6c48e4ab39335854406ff8255d7280]

        Put these new classes in sc namespace.
        
        Change-Id: Id75c63521def501a4c8c55d4cd45b66a010a9580

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5945b187a5b5a01783b2a7e934dc5c4b9ace41ed]

        Try to consolidate all broadcast calls into one place. Still WIP.
        
        Change-Id: I7b75307de3ae91726facb67ea8d3fb6999e1f9c7

2013-12-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d6e5dbaff0fadd8ffbb689e318be466eef9d451]

        Try to reduce the amount of repainting during streaming.

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [f0e7b79db7ab60ae6be94658ec5a38d11fa75ec7]

        URE headers do not have "using rtl::OUString"
        
        Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6

2013-12-18  Muthu Subramanian  <sumuthu@collabora.com>  [33b59c555755283edbcb3bb50a44db153cb1c23f]

        n#828390: Add unit test for font properties export.

2013-12-18  Muthu Subramanian  <sumuthu@collabora.com>  [33b796eb1484b9a3fc11a189faddb7fc36509856]

        n#828390: Explictly export font properties.
        
        Seems like the status is returned as default,
        but the font properties needs to be still exported.

2013-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e930d96d95edc1c1e5fd54493d289a76f31a846f]

        DocxAttributeOutput::EndParagraph: fix export of tables in textframes
        
        This is triggered by
        sw/qa/extras/ooxmlexport/data/floatingtbl_with_formula.docx when DML export of
        TextFrames is enabled in non-experimental mode.
        
        Change-Id: I2a342cd4eaec0d718b7d1f4781defd591583731c

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [075a0b30c891014abcdfedfc19678255db05b025]

        No need for DlgEdObj::supportsService to be virtual
        
        Change-Id: Ib324adb4bc894f16c051fe956c25e37b0502006c

2013-12-18  Caolán McNamara  <caolanm@redhat.com>  [f5ef6b39fb572a581a54927930dda6b8e8d71797]

        nIndex can only be -1 or < sSystemPath.getLength()
        
        from
        
        sal_Int32 nIndex = sSystemPath.lastIndexOf('.');
        
        so
        
        OUString sConnPartURL = sSystemPath.copy( 0, ::std::max< sal_Int32 >( nIndex, sSystemPath.getLength() )
        
        is equivalent to
        
        OUString sConnPartURL = sSystemPath.copy( 0, sSystemPath.getLength() )
        
        which is
        
        OUString sConnPartURL = sSystemPath;
        
        so drop sConnPartURL and replace with sSystemPath
        
        Change-Id: I3fc8e88a4b3e474c3dccd08cf356e4663503ae02

2013-12-18  Caolán McNamara  <caolanm@redhat.com>  [365baa17faa71bd2a2b9a372d779b0eca21d3a1b]

        STROAGE->STORAGE
        
        Change-Id: I2c83c87d15f5fdc766a8464a8389e22120eabc52

2013-12-18  Regina Henschel  <rb.henschel@t-online.de>  [82b34e82c05f9fde6ca6c87fc5808d89492a761f]

        fdo#71993: Fix the tip of the Small Arrow line end.
        
        Change-Id: Ie4b41c69014b347ea2cf9df94b3e3b98f17594cb

2013-12-18  Tor Lillqvist  <tml@collabora.com>  [1371d07009b29539fe84595bf1a0c81afeb3eee5]

        Drop some obsolete stuff
        
        Change-Id: Icc6bf58c295591347a3079d2a5312e1904e57060

2013-12-18  Caolán McNamara  <caolanm@redhat.com>  [55ac75aab9c0368b1a46dd95d452ba37776fa44b]

        cppcheck: same expression
        
        the same comment and expression here is duplicated further down, except this
        time without the redundant repeat test
        
        Change-Id: Ife4bebf181e7a6011137beaeec2b69f5cdcfe908

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [71f33636dae11f3a53740ce73437255ad53641ed]

        Change from ServiceManager- to ComponentContext-based implementations
        
        Change-Id: Iba701c520ad27925bb5e67697e22132b53160ab2

2013-12-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [cfb5b20cdc230320ff9f864d1cfd81aaea221da0]

        DocxAttributeOutput::OutputFlyFrame_Impl: enable DML export by default
        
        This was only available in experimental mode previously. Also note that
        export of Writer TextFrames are handled separately, there DML export is
        still off by default.
        
        Change-Id: Ie8eaa1670610d92a363a8558b68064e7d7de2cdd

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [c6e2fcb2867fc0ecc6f5823d1aaae84ad023d0de]

        Consistently mark these as deleted on all platforms
        
        Change-Id: I87b226fe8ade512fa5559be9cb66cff75543e383

2013-12-18  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6cd3118b6370a0314e58692e08b68c4dcb0f922a]

        fdo#54938: Convert i18npool to use cppu::supportsService
        
        Change-Id: I9acc496cd95c8362972fa0c41d35b77fc0715aba
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-18  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [910ec33b72fa7675e606c4389d50d3a0d4adbe45]

        fdo#72790 Clear interop grab bag name, once grab bag is cleared. This fixes problem while exporting documents containing table styles.
        
        Change-Id: I0c39ab18eda3b4aacbccfa9d5a6b0d3ac7ab005c
        Reviewed-on: https://gerrit.libreoffice.org/7120
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-18  Adam Co  <rattles2013@gmail.com>  [c7e66b3214a13e3ab94041874d4495e1dfb2c2dd]

        Revert code that push copy of 'rPr' inside 'pPr' in DOCX export
        
        There was code that was inserted by commit id
        '8c178a50334109b34ef456ca6aa51cd3d98699ae' that added logic to
        also export 'rPr' in the 'pPr' node.
        The 'rPr' represents the paragraph marker formatting.
        However - simply copying the last run's formatting and assuming
        it is the same for the paragraph marker should not be used.
        
        Also refer to 'aafffe6d1c3734fb2acef4b2bb1385c1e2f49043' for
        details on test-case disable.
        
        Change-Id: I6004e4c706abfeb5f51d86d11d3ebf46256a68c5
        Reviewed-on: https://gerrit.libreoffice.org/7121
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-18  Stephan Bergmann  <sbergman@redhat.com>  [a107c6bd8c40e5a147dcd18d0d9916a27218167b]

        Remove unnecessary macros
        
        Change-Id: I1d7cdea37db59f58ca100489e593b882a951d96a

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [5888cb101f63d271870a7a392bb35b90a8461af0]

        missing boost_headers external
        
        Change-Id: Ib30dddbc1b105c89c5882f5f857dc20134eca7e6

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [ff9614a744368f187422b98b40e90ee5231b045f]

        Add a unit test trying to create every available service with default ctor.
        
        Change-Id: I79e70aeabdb816eaf7a719d2094034d78d11c90b

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [d8bbae2fd6786c2647b7b59e54d9dabdd47603d7]

        Get more --disable-dynamic-loading code out of shlib.cxx.
        
        It's not terribly nice, but, hopefully, better.
        The hope is that one day, lo_get_library_map will be no more.
        In lo_get_implementation_map we can specify more precisely what to link
        into the binary.
        
        Change-Id: I99a1854fbae05be2f70302cc56bea88e522ec129

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [e20f27f0a04a3c0c0ba38a2b78f5c2591e27bbc0]

        bootstrap component: Split into implementation functions.
        
        Change-Id: I91cb0177edd79485eab885e995e79b1a19a769d5

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [291e846db9840b9f82bc28e495b54ae5ac51d0fc]

        sax: various clean up. Move _getFactory next to the implementation.
        
        Use more anonymous namespaces, de-duplicate code, bin some comments.
        Makes the library smaller.
        
        Change-Id: Id0cefdcaa72a74741303fc27e36038488ef8b059

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [562b21949f4ed986d11270bd6203741487795343]

        Deduplicate some foo_component_getFactory declarations.
        
        Change-Id: I9304b62134bab375b721399ae078bf66e01191d8

2013-12-18  Matúš Kukan  <matus.kukan@collabora.com>  [b6cebf4a3e2997e6489bba77b358b306f8f435ce]

        Allow UNO component libraries to have each implementation in its own function.
        
        Demonstrating on expwrap library.
        
        There is hope, this will bring code size savings for mobile
        platforms, where we don't need every implementation.
        
        Change-Id: I3519fb6148fd7a47ed9df092c73779ea6add552f

2013-12-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c539fac018dfd44cd8db52161a8cb930c627da7]

        vcl get rid of xub_StrLen and STRING_LEN in outdev3
        
        a new log section (sal.rtl.xub) is used to display alert in case of
        suspicious len == 0xFFFF (aka STRING_LEN)
        
        Change-Id: I3ed2aa7896e12592be9e003580dd6c8eda4add5e
        Reviewed-on: https://gerrit.libreoffice.org/7117
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [8272ffb8ed00f211a8fbda71136d695b42249b70]

        fix integral ambiguity
        
        Change-Id: Idf022c8a4cd78c525a5c40ec8fe7a1e304b9aecc

2013-12-18  Michael Stahl  <mstahl@redhat.com>  [22355042a6fc7aecf3caab69b3fa3be1430b697f]

        fdo#72452: ODF import/export: fix handling of style:page-number
        
        Class XMLNumberWithAutoInsteadZeroPropHdl (which appears to be used only
        for this attribute) needs to be adapted to the change that
        "PageNumberOffset" value 0 is no longer invalid; use "void" value for
        invalid instead, which appears more appropriate anyway.
        
        Unfortunately the type of style:page-number is positiveInteger so
        writing 0 would be invalid; write "auto" instead for now.
        
        Change-Id: I9621ea201fd928087b863c562607c3d77a3b0269

2013-12-17  Matúš Kukan  <matus.kukan@gmail.com>  [975f62aeaa0c88cca1b7926ff34df1d7afb577c4]

        gbuild: remove obsolete SOLARLIB
        
        Change-Id: I6fcf5ff3a8f543079c3c8d37a728eb0ba6e0587e

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [669c282fea83c44d545fa8c1bfe03fa45568c35b]

        embedded nulls in literals
        
        these used to be used with OUString::createFromAscii so a blank
        string is fine here
        
        Change-Id: I744d2be5471fad2675741f908e1ad78f0d5eefbc

2013-12-17  Herbert Dürr  <hdu@apache.org>  [802ca8cd36c4b08c629a956a4ed774e70e6c0060]

        Related: #i123840# normalize SalFrame resolution type to sal_Int32
        
        (cherry picked from commit 8a7cfd2bded9a531a034222c71ba3eda9df7d436)
        
        Conflicts:
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/aqua/source/gdi/salprn.cxx
        	vcl/aqua/source/window/salframe.cxx
        	vcl/inc/aqua/salframe.h
        	vcl/inc/aqua/salgdi.h
        	vcl/inc/os2/salgdi.h
        	vcl/os2/source/gdi/salgdi.cxx
        	vcl/unx/generic/gdi/salgdi3.cxx
        
        Change-Id: I86f2902d765422b4b850619c72119ad4e03452d7

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [73a808f6b300fddcaab1d3c916d92785a1801d63]

        test::FiltersTest: add support for export tests
        
        For now, this is only implemented for the Writer RTF filter.
        
        Change-Id: I0c7ae5b0e544bd4738652a38474f4d262ce65661

2013-12-17  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [25dc9aaf693ba1e4aac75659f0762f5169c10f28]

        ooxml: preserve font theme color shade property
        
        Change-Id: I40fa3f172f98b319a97a855231b854651be2d784

2013-12-17  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [3d126bcf1febe68919eab42c5cd2cd0d7db2f66b]

        ooxml: preserve font theme color property
        
        The property is called w:themeColor and it belongs to the w:color tag
        inside run properties.
        
        On import, the themeColor prop is stored in the character interop
        grab bag together with the val prop.
        
        On export, the current color of a text run is compared with the
        stored val prop to know if the color has been changed during the
        document edition. If it hasn't changed, the themeColor property
        must be written to the document; if it has, it must not be written to
        avoid overwriting the new color.
        
        Also added a unit test for this property.
        
        Change-Id: Icc95ee023aecc741adcba23d23206aadd6c30e1f

2013-12-17  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [79aecccf048f98a187065fdfabbc911b0e499cdc]

        sw: Small code rewrite
        
        The purpose is improve legibility of future patches
        
        Change-Id: I15bcfdc74feab25cf3ce4dcf246969f3d9f152d2

2013-12-17  Michael Stahl  <mstahl@redhat.com>  [64575a5b91b0fae6283b9ad8b1356e76caa34b45]

        sax: avoid usage of double for parsing nanoseconds here too
        
        Change-Id: Iddf93a116cb333db6465a915dae692c33a60241a

2013-12-17  Michael Stahl  <mstahl@redhat.com>  [77378cde59bd9eb986f1ac8b071a5e853bc6805c]

        SvxTextEditSourceImpl::Notify(): attempt to fix chart2_unoapi crash
        
        Apparently SvxTextEditSourceImpl::mpView is not properly invalidated
        when the instance it points to is deleted; the SvxTextEditSourceImpl
        is registered as listener so try to handle this in Notify(); not sure
        if there isn't something that ought to have cleaned this up...
        
        Crash running with SAL_FORCE_IACCESSIBLE2=1:
        
        svxcorelo.dll!SdrPaintView::FindPaintWindow(const OutputDevice & rOut) Line 70
        svxcorelo.dll!SvxTextEditSourceImpl::GetVisArea() Line 923
        svxcorelo.dll!SvxTextEditSource::GetVisArea() Line 1113
        svxlo.dll!accessibility::AccessibleTextHelper_Impl::UpdateVisibleChildren(bool bBroadcastEvents) Line 868
        svxlo.dll!accessibility::AccessibleTextHelper_Impl::ProcessQueue() Line 1376
        svxlo.dll!accessibility::AccessibleTextHelper_Impl::Notify(SfxBroadcaster & __formal, const SfxHint & rHint) Line 1530
        svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint) Line 48
        svxcorelo.dll!SvxTextEditSourceImpl::NotifyHdl(EENotify * aNotify) Line 1021
        svxcorelo.dll!SvxTextEditSourceImpl::LinkStubNotifyHdl(void * pThis, void * pCaller) Line 1013
        tllo.dll!Link::Call(void * pCaller) Line 123
        editenglo.dll!Outliner::ImplBlockInsertionCallbacks(unsigned char b) Line 2098
        editenglo.dll!Outliner::Clear() Line 2036
        svxcorelo.dll!SdrOutlinerCache::disposeOutliner(SdrOutliner * pOutliner) Line 91
        svxcorelo.dll!SdrModel::disposeOutliner(SdrOutliner * pOutliner) Line 1960
        svxcorelo.dll!SvxTextEditSourceImpl::dispose() Line 489
        svxcorelo.dll!SvxTextEditSourceImpl::Notify(SfxBroadcaster & __formal, const SfxHint & rHint) Line 458
        svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint) Line 48
        svxcorelo.dll!SdrModel::~SdrModel() Line 270
        chartcorelo.dll!chart::DrawModelWrapper::~DrawModelWrapper() Line 191
        chartcorelo.dll!chart::DrawModelWrapper::`vector deleting destructor'(unsigned int)
        chartcorelo.dll!boost::checked_delete<chart::DrawModelWrapper>(chart::DrawModelWrapper * x) Line 34
        chartcorelo.dll!boost::detail::sp_counted_impl_p<chart::DrawModelWrapper>::dispose() Line 78
        chartcorelo.dll!boost::detail::sp_counted_base::release() Line 104
        chartcorelo.dll!boost::detail::shared_count::~shared_count() Line 381
        chartcorelo.dll!boost::shared_ptr<chart::DrawModelWrapper>::~shared_ptr<chart::DrawModelWrapper>()
        chartcorelo.dll!boost::shared_ptr<chart::DrawModelWrapper>::reset() Line 626
        chartcorelo.dll!chart::ChartView::~ChartView() Line 202
        chartcorelo.dll!chart::ChartView::`scalar deleting destructor'(unsigned int)
        cppuhelper3MSC.dll!cppu::OWeakObject::release() Line 204
        chartcorelo.dll!cppu::WeakImplHelper10<com::sun::star::lang::XInitialization,com::sun::star::lang::XServiceInfo,com::sun::star::datatransfer::XTransferable,com::sun::star::lang::XUnoTunnel,com::sun::star::util::XModifyListener,com::sun::star::util::XModeChangeBroadcaster,com::sun::star::util::XUpdatable,com::sun::star::beans::XPropertySet,com::sun::star::lang::XMultiServiceFactory,com::sun::star::qa::XDumper>::release() Line 115
        chartcorelo.dll!com::sun::star::uno::Reference<com::sun::star::uno::XInterface>::~Reference<com::sun::star::uno::XInterface>() Line 106
        chartcorelo.dll!chart::ChartModel::~ChartModel() Line 188
        chartcorelo.dll!chart::ChartModel::`vector deleting destructor'(unsigned int)
        cppuhelper3MSC.dll!cppu::OWeakObject::release() Line 204
        
        Change-Id: Ife6d6275eae74750858a7a7f57153c76a1a228a4

2013-12-17  Michael Stahl  <mstahl@redhat.com>  [ebb6c4407da2f8e913f1520b61a36ca3a4b54a7e]

        ChildrenManagerImpl::AddShape: do not use member after releasing mutex
        
        This crashed here once during some JunitTest with an rDescriptor that
        did not match maVisibleChildren.back().
        [The mrContext member used here is const so shouldn't cause problems.]
        
        Change-Id: I31e54b166badef6472127c64f0a4f49c51c73b30

2013-12-17  Michael Stahl  <mstahl@redhat.com>  [133b18e677f3c132a64d5ddfce2aef943f397860]

        sw: revert PaintArea change in SwAccessibleFrame
        
        76c549eb01dcb7b5bf28a271ce00e386f3d388ba changes some calls to
        SwAccessibleChildSList to use the PaintArea() of the given SwFrm
        instead of the given rVisArea, which makes
        SwAccessibleFrame::GetChildCount() and GetChildIndex() inconsistent
        with other methods such as GetChild(), GetChildAtPixel() etc.
        
        Not sure which way is better, but it should be consistent;
        revert the partial change for now and see.
        
        Change-Id: I7d7edf2ec3dd0860ac2331d36757096186185e4f

2013-12-17  David Tardon  <dtardon@redhat.com>  [21a36be1721d364a24eabebee48d782c2c1055c5]

        add more graphics apps to launchpad list
        
        Change-Id: I8f80b4aa07fd923aea4f50fd50d4ce68230cde06

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [8233226fe4614d5cebe474a0d1b026084e023e4c]

        No need for implbase1.hxx to include XComponentContext.hpp
        
        ...which it did unlike all the other implbaseN.hxx.  Required lots of downstream clean-up,
        of course.
        
        Change-Id: Ib720e7a0a43410dcd7e6338b84a3973dfbb20866

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [b9bcc9c5c10841dcdfa9ff5814344ce667678df3]

        ...and nDigits > 9 is harmless in following for loop and need not be capped
        
        Change-Id: I30c4005e5983f5007edfed692b74f07b31899755

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [71448690d7c5904df45bf98243c5bb05a99245e5]

        readUnsignedNumberMaxDigits can read more than maxDigits chars
        
        ...so that is what the std::min was good for that the previous commit erroneously removed.
        
        Change-Id: I0cb08ab79f85ce4b919232845994c9b8bae35646

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [acb9da3d4a0d04be447d942da2ea197aa12349e3]

        Fix naming
        
        Change-Id: Ia7c62d57c56a27e097dbe252b6c6cac8fba7ace5

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [695671eb18674ea58103093b9cf31a31afe8d2fd]

        Avoid inaccurate floating-point computations
        
        ...otherwise at least my --disable-dbgutil --disable-debug Linux x86_64 build
        failed the CppunitTest_sax_cpputest with 8999999 vs. 9000000 nanoseconds.
        
        Change-Id: I05e0febf413f9f9e01227a0cc4e0f46a5243fe61

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [0b2bc82f3cef534d8cab60d8c48a4113abce38cd]

        Improve CPPUNIT_ASSERTs
        
        Change-Id: I971602ce562ae0e11be5ac7b4d1eefbd342b625c

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d1e734739cb4e8deaf0dc5d412fbe8d6745e1b1]

        CppunitTest_sw_ooxmlexport: handle mc namespace in assertions
        
        Change-Id: I17c8e5b4716652585d5612a4796140e7f54aaddb

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [1279f9c835d188be72a21779377cb03841d6bc54]

        DOCX drawingml export: give drawinglayer pictures the correct namespace
        
        This is triggered by testVMLData in CppunitTest_sw_ooxmlexport when DML export
        is enabled in non-experimental mode.
        
        Change-Id: Id636b1ab701ff49da1b05b720fcb2173360584ba

2013-12-17  Tor Lillqvist  <tml@collabora.com>  [236c0762c14cace93deae4175073519ef67e4b48]

        touch -h requires the file to exist, funnily enough
        
        Change-Id: I38639236f9e7cc2ec8f4e4f9adc708822bc2f73d

2013-12-17  Tor Lillqvist  <tml@collabora.com>  [05fa566b17902f76343952fb8355d576208fd097]

        Touch a plain file and not /dev/null to avoid problem on Cygwin at least
        
        Touch the "warn" file that we use to save warnings detected during
        configury.
        
        Change-Id: I44ad9a878f7768af6046337c0465e00061306dda

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [46fcde38cff5f99f98b8e2ca98e6908d647b0423]

        DocxExport::OutputDML: fix export of shapes in headers
        
        This is triggered by testVMLData in CppunitTest_sw_ooxmlexport when DML export
        is enabled in non-experimental mode.
        
        Change-Id: I5e157f75909d05fc18d9a8790839030f4056860d

2013-12-17  Tor Lillqvist  <tml@collabora.com>  [f4502a2f7f36c8dba9f76176cc761dd66b1a0e16]

        These get defined through lo.xcconfig now
        
        Change-Id: I4d574b728aa0a60808bcfdd36c503476c226599a

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [16b48021e12641fbba4320f70e06ae0462f1995f]

        Fix cross-compilation "make distclean"

2013-12-17  Tor Lillqvist  <tml@collabora.com>  [13b73d94dc2f6fc707e94eb58aee449494128d82]

        Pass also Xcode's ARCHS, OTHER_CFLAGS and OTHER_CPLUSPLUSFLAGS in lo.xcconfig
        
        ARCHS tells Xcode to build the architecture for which the LO code has
        been built. The CFLAGS properties make sure the same -D flags are used
        as for the LO code.
        
        Change-Id: I3c8af0ff9fba7d0b4eddbc0af9aad44fb385314c

2013-12-17  Douglas Mencken  <dougmencken@gmail.com>  [fa66ae3a739594da13fb78638ef98a2c8cc5ed2e]

        Bump curl version check to 7.19.4 in configure.ac
        
        Constants CURLPROTO_HTTP, CURLPROTO_HTTPS, ... have been introduced in curl 7.19.4.
        With current requirement (>= 7.13.1), we would get build errors like
          "cmis/src/libcmis/base-session.cxx:841: error: CURLOPT_PROTOCOLS was not declared in this scope"
        in cases of using curl < 7.19.4.
        
        Change-Id: Ifa6c56fc71715cceb19d30bb2d6f48f0b1dbd7da
        Reviewed-on: https://gerrit.libreoffice.org/7050
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [bd225bc2b8e0c46a2aa0e7366211452439caa622]

        convert gallery search progress dialog to .ui
        
        Change-Id: I77d9530ebc6529d87e2484c8440794e246aab5b9

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [0240aa98de2148be78a40a23b94fc24ac621412e]

        support setting end ellipsis from .ui
        
        Change-Id: I426f41ffdf107b7dcff8ae713e2dc63610f915af

2013-12-17  Douglas Mencken  <dougmencken@gmail.com>  [877f7e6eaee9d7da176d02b06dee9847cc332d13]

        Add check for touch -h to configure.ac
        
        Change-Id: I53c452dac9cef64fce9a3e7e28956efe95fc4c24
        Reviewed-on: https://gerrit.libreoffice.org/7046
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-17  Douglas Mencken  <dougmencken@gmail.com>  [9cd1ab37e9541a4a781b52eb41c8db8c9c3bda29]

        Add OSX@PowerPC support to UNO/C++ bridge
        
        It is the same as Linux@PowerPC 32-bit (cp -r gcc3_linux_powerpc gcc3_macosx_powerpc),
        with differences applied:
              * Use 13 FP registers and correct 'codeSnippetSize' (8*4 + 13*8 = 136).
              * Use "frame pointer + 24", not "+8".
              * Don't USE_DOUBLE_MMAP and 'sal_PtrDiff writetoexecdiff'.
              * Don't use "__NO_FPRS__", OS X capable PowerPC machines all have FPRs.
              * Use "rN"/"fN" syntax to avoid "Parameter syntax error" errors.
              * Include sys/types.h, sys/malloc.h instead of malloc.h;
                don't include string.h.
        
        Change-Id: I5b251c65466af2a06bd309d3a7b1aaf26ac12656
        Reviewed-on: https://gerrit.libreoffice.org/7072
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-17  Jelle van der Waa  <jelle@vdwaa.nl>  [417c85bf582e0d1dbabb7b0f16d60a394d537e61]

        fdo#72598 Remove SunStudio cruft from code base
        
        Change-Id: I6f75d0df0ddafc892fef0ce1bfdcdd6c70151afc
        Reviewed-on: https://gerrit.libreoffice.org/7104
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [4e89311f5c863d667ea69d4c074f7409f5563dab]

        fix deadlock on pressing cancel in find files for gallery
        
        progress thread blocked on solarmutex
        press cancel in main thread which has solarmutex locked
        call terminate
        call join, which waits for thread to finish, which it can't
        because its waiting on the locked solarmutex
        
        so...
        just call terminate on cancel. Let the thread get the solarmutex
        and do its last round of work, at which point it will exit and post
        an event to the main thread to call Cleanup, put the join there
        instead and which point we know the progress thread is finished and
        has no more interest in the solarmutex.
        
        Change-Id: Ibe3976377288ac76b1b37c875a32e20b8d5daae1

2013-12-17  Lionel Elie Mamane  <lionel@mamane.lu>  [edbbc471bcd9db9b366c32e9d16d965460cd3960]

        HSQLDB: correct syntax of change password from MySQL to HSQLDB
        
        Change-Id: Iacf60c456912f2e38c7a082e48c45164e79c1097

2013-12-17  Lionel Elie Mamane  <lionel@mamane.lu>  [9203ae338fdbcaf614be8436172e05a24fd7d754]

        HSQLDB: quote usernames
        
        Change-Id: I8384920bc55dafb2cc6581fe82f38d4e2659cc3d

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [64dc8acbf13eff6d52056a9464bba550651dce95]

        DocxSdrExport: there is no DML syntax for watermarks
        
        At least what we wrote previously is not accepted by Word and even Word
        2013 writes watermarks as VML-only.
        
        This fixes testWatermark in CppunitTest_sw_ooxmlexport when DML export is
        enabled in non-experimental mode.
        
        Change-Id: I231014dd7ad60b5a4b0d79e76cdc3386641af032

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [944a086d9223a84e1ae8d7839433fccaff361b79]

        if there is one typo, its guaranteed to duplicated somewhere
        
        Change-Id: Ia81069afa47fa5790b973247c68bead7de87d718

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [2e4360815b08e1b5bd7233509d033b5a49b7c61e]

        fix caption dialog
        
        Change-Id: I499f47b116ff6957bbbc20b91224fe95593d1da1

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [c2f0845931b7cb1007d54173c2633c44123a137c]

        avoid negative offsets to OUString::copy
        
        Change-Id: I0a62f8a38694a4a7662fe376aaabc35dca817d33

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [fc95037d1073224fb4143bb308cbdbc096aba774]

        Typo
        
        Change-Id: Ie781105ce7be8a617b4893fe77f6aa1467fd0e49

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [9ed364774c6e26e14409bd927e03e6da7fe01b60]

        Adapt all (non-extension, SharedLibrary) .components to environment="..."
        
        Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [fa2a7c1c95f78d20ed572091e12700fd4d852835]

        Keep using component_getImplementationEnvironment in extensions
        
        ...instead of relying on the implicit CPPU_CURRENT_LANGUAGE_BINDING_NAME
        convention.  Keeping that convention an implementation detail makes it easier to
        do improvements in the future.  (Theoretically, the bundled extension in mysqlc
        could be considered internal code and not adapted, but just be safe.)
        
        Change-Id: Iae41a6e072dabc2bf7c1481ba6cfed61680edf37

2013-12-17  Stephan Bergmann  <sbergman@redhat.com>  [ca4065680a402e3d0ff43e41744b24a9c980b2ef]

        Do not use Boost in SDK examples
        
        Change-Id: I8b2af447fe3ee29261e538a53b4624ff8b6c4d1e

2013-12-17  Noel Grandin  <noel@peralex.com>  [2ac31b06ae4895fe5d9be51403774a96b89919af]

        Unnecessary use of OUString constructor inside OUStringBuffer constructor
        
        Convert code like:
            OUStringBuffer sVal(OUString("0x"));
        to:
            OUStringBuffer sVal("0x");
        
        Change-Id: Idc5a3f6a8bf1dc33f93c2b488f866c8ea58d582a

2013-12-17  Noel Grandin  <noel@peralex.com>  [8548abbac5139569818516ca198c8086f4d1fd1f]

        Remove unnecessary use of OUString constructor in OUStringBuffer::append calls
        
        Convert code like
          aStrBuffer.append(OUString(" AS "));
        to
          aStrBuffer.append(" AS ");
        
        Change-Id: I8c1884b5a875f40f0b5e511b6ef38c6c8eeee656

2013-12-17  Noel Grandin  <noel@peralex.com>  [909b27df488f3c84ab8e5be9a7513a83b7c4b0c1]

        remove unnecessary double calls to OUString constructor
        
        Change-Id: Ib2690e3ec9987b97363687b61fe8ddae4ace9058

2013-12-17  Noel Grandin  <noel@peralex.com>  [08fe82e59cbc598d2683d72877653316c1e41962]

        Remove unnecessary use of OUString constructor in + expressions
        
        Convert code like
          aFilename =  OUString::number(nFilePostfixCount) + OUString(".bmp");
        to
          aFilename =  OUString::number(nFilePostfixCount) + ".bmp";
        
        Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50

2013-12-17  Caolán McNamara  <caolanm@redhat.com>  [fc985c30048d410ab68a55af64f56df85547a6bf]

        should be a l10n target
        
        Change-Id: If6f7540ba59dc518f258b3b322299432f9b34a7d

2013-12-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [cdd59ee13b1dca7e3d269bf1a3c555903eee96ee]

        fdo#61638 SmParser::NextToken: don't crash on ending dot
        
        Change-Id: Ia9c168e52a99286910c9e63e0e052671c5259ba8

2013-12-17  Julien Nabet  <serval2412@yahoo.fr>  [c302a773d4cabca7f7bc5871be6c2003b05fafa3]

        cppcheck: fix statements that begin with string constant
        
        Change-Id: I42427beeae06f607e60aeeb7142714fd1f5d740d

2013-12-17  Matúš Kukan  <matus.kukan@collabora.com>  [85d1e39d742d7798369b0071f9a5de5f62810d39]

        gbuild: Fix and check package dependencies.
        
        Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8
        Reviewed-on: https://gerrit.libreoffice.org/7081
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>

2013-12-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [42aec34a5d83d863e050da85f88b31417c44b698]

        Fix a previous commit
        
        Thanks to Thomas Arnhold for noticing and reporting
        
        Change-Id: Ia23746b3834b3fb3dbbadfdada96d98958b0e00c

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [42c72859913ff0464ee1dbb2be83ae28860d7d21]

        Updated core Project: help  166fd12aa598fb2296fc87308b31c31410d0cd0c

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [aaa808d69918ee58908f4cd78c5b7b6f24ee3c5c]

        convert gallery theme id dialog to .ui
        
        Change-Id: Iad468b19a24efc4044a46301f6421648aac7cd6a

2013-12-16  Michael Stahl  <mstahl@redhat.com>  [f2111a7ed11410ac80cd1b700315881d8b8ee7dd]

        remove SGI compiler checks
        
        Change-Id: I8b4bce4b9c0cc457732b2de4af93049010de1097

2013-12-16  Jelle van der Waa  <jelle@vdwaa.nl>  [66397a4fd222757a8bd651c0c297615319eac4a5]

        fdo#72598 Remove SunStudio cruft from code base
        
        Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4
        Reviewed-on: https://gerrit.libreoffice.org/7103
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [b1d65c9f1535c9ef283d2a91a225359e5983f747]

        Allow setting environment value directly in .component files
        
        ...for internal loader="com.sun.star.loader.SharedLibrary" components, instead
        of exported component_getImplementationEnvironmen (or implicit
        CPPU_CURRENT_LANGUAGE_BINDING_NAME).  Adapted a few .component files as proof-
        of-concept, more to follow.
        
        Change-Id: I82332e0a48e6fc1da245990bb72265fe6e58447e

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [9630b973553c7db8e591adb34470228965f01491]

        Parser::attrImplementation_ can be a local var
        
        Change-Id: I402040a4b747d457b1b7a3695d0b3567fa7bf478

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [ab16d1c619f27864a4a7315932acf2ecb5f16e78]

        CPPU_CURRENT_NAMESPACE is impl detail, mark @deprecated
        
        Change-Id: I4f66403c197bb94ec0ce178f949ece80bab1116f

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [a83b2af9abddfb2a6a127049374269b53241c183]

        Clean-up uno/lbnames.h
        
        Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [698158655a9e2e74acc065899e668d365c2b4195]

        Clean-up: The "_" delimiter is logically not part of the prefix
        
        Change-Id: I60329aabe465da48aac11ad76dd72e9a0ae4d078

2013-12-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [924f9d7ea89899848dba512a428e5f64e44ee534]

        fdo#72158 Add Excel 2010 functions
        
        LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV
        
        Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309
        Reviewed-on: https://gerrit.libreoffice.org/6883
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-12-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [70ce8987feeb06255eaeb7663bb076a8f4e0593f]

        Check IsRefMode() before accessing the ref range.
        
        Else you'd end up with wrong ref range values.  Also in
        selectAllAccessibleChildren(), the code is probably meant to select
        all sheet, rather than setting the top-left reference position twice
        in a row.
        
        Change-Id: I895896418476ffea0862e8df4e03f6efc4c91dd2

2013-12-16  Kohei Yoshida  <kohei.yoshida@collabora.com>  [087c2fddce7b38d67c1168f9d28134819dac57b1]

        Make this non-inline (for easier debugging).
        
        Change-Id: I2b7a84c56b8130c6566eb971ba6ba0c3ee487c86

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [735bd120c9ee2d9bb3514907936c27efb75d7282]

        Updated core Project: help  a527273352071934f391c38c9e22395d168d79cd

2013-12-16  Douglas Mencken  <dougmencken@gmail.com>  [bc8f614ad85c441620f0e0388155f6ce83dbc124]

        Do not use C++11 std::vector.data(), use an alternative instead
        
        Note that there is no need to check for empty(), because
        matrix is always initialized with all empty elements in this code.
        
        Change-Id: If05b3b12d7209b99fcbb09f7c97e74476fb9ce06
        Reviewed-on: https://gerrit.libreoffice.org/7098
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-12-16  Andras Timar  <andras.timar@collabora.com>  [7d79caeb5c3706276fc8295004ae6f69ace99509]

        typo: start period is S, thus 'A = 1' -> 'S = 1'
        
        Change-Id: I23ffb5288cda22dcf98bba2d16ae7cf6f9d66825

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [627b0e8b095dc3a08c6716db0fa6a6376125468e]

        convert gallery title dialog to .ui
        
        Change-Id: I432b8c36e28576d016c58d972299aa804963829e

2013-12-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0d35caf02d4744f55f123326e65441126b8a99bf]

        silence warning introduced by e125dee1 (Shut up, Wesley!)
        
        Change-Id: Id08f07ec47b5d3e34e1ef1e73475bfe6b10268c9

2013-12-16  Andras Timar  <andras.timar@collabora.com>  [1aceb7bdaeb4043baf84f3b160738889e8061136]

        change config example in comment
        
        because Expert Config is no longer a leaf in option page tree,
        it became a standalone window.
        
        Change-Id: Ib82b5eb958073d1afbd9ad2b8493e2670dee591b

2013-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [9145bc2169c0681b8163e3b8ad77a75125f950dc]

        writerfilter: remove unused odiapi
        
        Change-Id: I4217c890f6c398fb2010beb67ee396caf7f4faaf

2013-12-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e125dee18a6dcaf9a7f07c7e26fc44d111f2a7d5]

        postprocess registry is a l10n-relevant target
        
        Change-Id: I349fb24a388775c58be7a326832b3fc0ec38180f

2013-12-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [78c7eb35076ed9d6749730f299cb8e87a2033753]

        uiconfig is a l10n-relevant target
        
        Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06

2013-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [f873ee187b67e9fb3a08ed2735b494e823fe7dd9]

        oox: fix ShapeExport::WriteRectangleShape() for docx
        
        This fixes testFdo60990 in CppunitTest_sw_ooxmlexport when DML export is
        enabled in non-experimental mode.
        
        Change-Id: If69bdb6ed8798ccd3e5e3bb55ec4d2a598fd6060

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [ff422223e50682f7b81fb89b97f0b5429480f009]

        Updated core Project: help  884765268982ae9ddd2724473ad29d3a05e4ad30

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [fc946896bae5091b539db8929706dd3971129139]

        convert fontwork spacing dialog to .ui
        
        Change-Id: I0cf7fb84974741a162addb6c1fc393d3328f21cb

2013-12-16  Tor Lillqvist  <tml@collabora.com>  [4dd32d6b2e265611d57c0b16e4b67ced3c64bce4]

        Split out the setup of lo.xcconfig into a separate CustomTarget
        
        Change-Id: If486cf470583205763722766da57303de904b321

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [6ae7d7734d7cba05db12a087c7fa13abbb2c0797]

        Updated core Project: help  7553e9bbbdce95b10ff4f8833f168e3e43b4af1d

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [963888a3a03f39d780902e30d03cb0053070412a]

        convert hangul<->hanja new dict dialog to .ui
        
        Change-Id: I18fdd834916aa1e15720698104c5ad989ee61986

2013-12-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [5964792a5ab8df46475362c36d0620c8bf92223b]

        sw/qa/extras: document XPath checks
        
        Change-Id: I78cd22485bd5d76ca37fa07e2e2eeae1da5bfea3

2013-12-16  Michael Stahl  <mstahl@redhat.com>  [158b4df6033d4fdadadebeaa6099465fdef2e368]

        svtools: rename IAccessibleTableControl::dispose()
        
        ... to not confuse it with XComponent::dispose().
        
        Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa

2013-12-16  Michael Stahl  <mstahl@redhat.com>  [449e0c9c7378ba32039bd5934c26011d682a8a91]

        accessibility: don't crash if the TableControl is dead
        
        AccessibleGridControlAccess: clear the m_pTable member in dispose() so
        it is no longer accessed later.
        
        Change-Id: I490c84ce1bee55c9c69eb29b81ddfbe808301797

2013-12-16  Michael Stahl  <mstahl@redhat.com>  [9eccfd86eea1603bdca9f31f3984dcf464406bbc]

        accessibility: Mutex cleanup in AccessibleGridControl* classes
        
        For unknown reasons this uses both SolarMutex and a OBaseMutex::m_aMutex
        to lock some but not all methods, which seems odd.
        
        - remove a third mutex AccessibleGridControl::m_aMutex that appears
          unused
        - lock OBaseMutex::m_aMutex in AccessibleGridControlBase::isAlive()
          which accesses rBHelper members, which should be sufficient
        - lock SolarMutex in all UNO methods
        - remove misc weird stuff like TC_SolarMethodGuard
        
        Change-Id: I8321757fb4a5043a05c23f2dc9801f5d8c8d911e

2013-12-16  Douglas Mencken  <dougmencken@gmail.com>  [a088b9791aa19ecfe3baf551435773b039f1a12e]

        Use sal_Int32 to satisfy oox/helper/helper.hxx's convertLittleEndian
        
        Fixes build error "no matching function for call to oox::ByteOrderConverter::convertLittleEndian(int&)"
        
        Change-Id: I899f151ff99737247ce4090f59897eba842c40ba
        Reviewed-on: https://gerrit.libreoffice.org/7099
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-12-16  László Németh  <nemeth@numbertext.org>  [8c853d983a1cbeadbd65357e386e208984b148c7]

        Updated core Project: dictionaries  569915c40dc4b3df1f75abe9e1202e0d66f03281

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [1913d534d25c848555e9ff6c4827dee1656d846b]

        convert control font dialog to .ui
        
        Change-Id: I44f6f587dffe047d4aef7e32233bafe54a77cb6d

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [1bb4a66904509faf1954a87e95c7299f5f502580]

        convert goto record dialog to .ui
        
        Change-Id: I2bc2c5837556da73cc60e0e5b906ddb4f01844d9

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [3b5c3d5a6cbbfd3ecbf30012b834bfca9b3953c2]

        Updated core Project: help  5cfa752cb51b7a4129fca02287c860e297782632

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [661f7bdefc8215f742951727b93395d47293cf0e]

        m_bHasActive must be false after last visible entry is removed
        
        ...otherwise, ExtensionBox_Impl::RecalcAll would crash in CalcActiveHeight(-1).
        
        Change-Id: If399825951c79b821ed44ebefa19d1032ab4f850

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [6d42e7a35b1b887e86a5f9b9eacd5e5b951df8bf]

        fix out of range access
        
        this is broken since 6e4a21ff22345a24e4d530725814c436a1bdd49a
        the original commit in 2001.
        
        I imagine the idea was to strip a trailing sal_Unicode(11) from the
        end of the string and then recalculate if the string is empty, but
        seeing as it has chugged away for the last 12+ years like this I'm
        relunctant to change it to what it might have originally been
        intended to do and instead just remove the stuff which was never
        executed.
        
        Change-Id: I73d5108ece8e716d78a4898117e0ee2d51822015

2013-12-16  Tushar Bende  <tushar.bende@synerzip.com>  [bee397a1e35fbc2717c56a8bd4a631ccfc185b6b]

        fdo#68211: Fix for "General input/output error" while opening file
        
        Description: Docx containing floating table with formula was giving
        "General input/output error" while opening in LibreOffice. Reason being within xLoader->filter() it was calling
        EmbeddedObjectContainer::RemoveEmbeddedObject() with bClose value as sal_True(default value in function declaration)
        and hence it was removing embedded object from container and also it was closing it.Fix includes passing this bClose
        value as sal_false (which means remove object from container but don't close it.)
        
        verified code changes for various floating table docx and normal docx containing tables and formulas.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7009
        
        Change-Id: I9c2d3f8c4099f9f753b2a1b027f9072cd4effeb5

2013-12-16  Adam Co  <rattles2013@gmail.com>  [8c5b4bb03cdf3fd5e794cfd8de68b00eb5de48fb]

        Support DOCX exporting 'Track Changes - Deleted Paragraph Mark'
        
        This patch adds support for the DOCX exporter to export the
        'Track Changes' of type 'Deleted Paragraph Marker'.
        
        Conflicts:
        	sw/source/filter/ww8/docxattributeoutput.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/7061
        
        Change-Id: Ia4f5933c9058d74fe8f47fc578747be972774340

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [7a6ca9e81c71786b267fde8328c84bb10966c27c]

        Missing @since tags
        
        Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [5116cd97a9dc90b2402f7e1d0c6922eedacd37ea]

        Updated core Project: help  78b1b459cb6dd8d3df6223918a41828df42d32a4

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [0136616a5a005cc2237f020d46718bdb78f33c2b]

        convert help bookmark dialog to .ui
        
        Change-Id: I7831bc63f66ab7fe30f5648efc2f733c6bd90d0e

2013-12-16  Adam Co  <rattles2013@gmail.com>  [e52f14efaa53b496599b51fb064a933183731fca]

        Export redline 'paragraph formatting changes' back to DOCX
        
        This patch adds support for the export of any redline of type
        'paragraph formatting changes' properties that were imported from
        a DOCX file under the 'pPrChange'->'pPr' XML node.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6993
        
        Change-Id: Ieea5bbb219f444e382f22948944e038bb661ec7c

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [0351b59aea2b87c2685c0963a57145bdc75a7a86]

        Updated core Project: help  0bbe85ad404d96d7b3a994b0c5bd82e931c88c98

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [53a3a31cf14ac35345c58553bc259130e1e70711]

        move this QueryFolderName into fpicker
        
        Change-Id: I1b7b26ceef86e0dcc642d760b8413a822c125a2b

2013-12-16  Caolán McNamara  <caolanm@redhat.com>  [ae22d6388827958cfd89cd702b8c3c41ff9821e5]

        convert query folder dialog to .ui
        
        Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [1327020b6723ef988fe4e8399a87ce70e21419d7]

        Re-enable building test-active.oxt
        
        Change-Id: I56bd0630f8d238488d9d6598d87acefe1a08fdf0

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [c3353da0f0f3b09ae6d0dd0be734a0f889629f0c]

        Rebuild .oxt when manifest.xml changes
        
        Change-Id: Iecd054809109368e2305b3fd4183e53a57a1ec45

2013-12-16  Adam Co  <rattles2013@gmail.com>  [ae7f8bed4bc4d7490a158c14d077c5323bd50466]

        DOCX Import of 'paragraph formatting track changes'
        
        This patch adds support for the import of 'paragraph formatting
        track changes' in the DOCX filter.
        It detects the 'pPrChange'->'pPr' node and stores all the properties
        that it processes in the redline object.
        
        Change-Id: I3cce83dad4d46c2216ca36393b6572f0fc9d2ed7
        Reviewed-on: https://gerrit.libreoffice.org/6992
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-16  Adam Co  <rattles2013@gmail.com>  [f02abd7182493e786377fe324c97572af39c0a9f]

        Changed 'Para Change' to 'Para Marker Change' in DOCX importer
        
        This cosmetic change in function names is in order to better reflect
        the purpose of these functions and variables.
        They do NOT represent a change in the paragraph itself.
        
        Change-Id: I8792ef5b43453d16ce5238906593ca2d5ac87a29
        Reviewed-on: https://gerrit.libreoffice.org/6991
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-16  Adam Co  <rattles2013@gmail.com>  [0aab035de49f4bc061a6a71d0500c8b8a79c1248]

        Add 'redline - paragraph index' to XML node dump
        
        This change adds an output of the 'redline paragraph index' when dumping the
        data model to an XML. It also changes the way the paragraph text is dumped
        to the XML (it is better viewed in the XML this way).
        
        Conflicts:
        	sw/source/core/docnode/nodedump.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6990
        
        Change-Id: I176270047bb4be838972117add5f3588b5573cfe

2013-12-16  Adam Co  <rattles2013@gmail.com>  [4b53d798394f56b99950d280d6cfd93e65d09ee1]

        Export redline 'formatting changes' back to DOCX
        
        This patch adds support for the export of any redline 'formatting changes'
        properties that were imported from a DOCX file under the
        'rPrChange'->'rPr' XML node.
        
        Change-Id: Iffb4ce9f6606013a1f6f937d2e62ef0cf9e015b5
        Reviewed-on: https://gerrit.libreoffice.org/6909
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-16  Adam Co  <rattles2013@gmail.com>  [75236ba0aa6089dd6bad42cfee627a997a0a4238]

        DOCX Import of 'run formatting track changes'
        
        This patch adds support for the import of 'run formatting track changes'
        in the DOCX filter.
        It detects the 'rPrChange'->'rPr' node and stores all the properties
        that it processes in the redline object.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6908
        
        Change-Id: Ia60d7c2c4cbbad1afb8fd33cfdbd61b2c9433e09

2013-12-16  Adam Co  <rattles2013@gmail.com>  [b39265c9728b52352d13aef5fb6a28540ebc93aa]

        Add support in the 'makeRedline' function for 'formatting properties'
        
        This patch adds support in the 'makeRedline' function to allow it to
        receive from the importer the format changes that were done when
        'Track Changes' was turned on.
        (Following commit will be for the importer code)
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6902
        
        Change-Id: Ieb06dcdf15fd39d0ad928795f90146dc2f060e77

2013-12-16  Stephan Bergmann  <sbergman@redhat.com>  [e3d62eff008c241d96b1e3745c09fa9cdb1d17fe]

        Missing "boost_headers"
        
        Change-Id: I6ad89134dbecf043fc3e07f035b43cb504a4fafb

2013-12-16  David Tardon  <dtardon@redhat.com>  [49505e8f169bf762c1384802885acc43cb8e8800]

        disable novell bz
        
        Apparently it is no longer possible to get files from it. (Of course, if
        that only needs some tweaks in the script, fixes are welcome :-)
        
        Change-Id: I29d63d3246ab53d8ce15fc0969fccc8a064c6e5b

2013-12-16  Lionel Elie Mamane  <lionel@mamane.lu>  [6e6d0ef0b8fd5b89aeb292700cca3096a03681bf]

        janitorial: correction in comment
        
        Change-Id: I8a3dd1a368c1c1eb327c818f5053545f3ff44b09

2013-12-16  Lionel Elie Mamane  <lionel@mamane.lu>  [2042665c6d936124f097146c285773774304f4bd]

        fdo#72696 set parameters when they have changed
        
        Change-Id: Id470f98456200ed51418e31904e8a9a457fda638

2013-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [950fc08a5fba9f14bdfa55240cca14151eecd137]

        fix indentation
        
        Change-Id: Ide951bb2c7e06d8c16e6f07200901e5112be3524

2013-12-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [8181fb0cd2b4063695eee1efa8b88ce02085402a]

        fdo#72221: Fixed for doughnut chart - RT is invalid
        
        Doughnut chart is exported as pie chart.
        
        Change-Id: I440fa86786be8c9bdd4663475faf8e2a5f5e8070
        Reviewed-on: https://gerrit.libreoffice.org/6924
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-15  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [17ea161098bc3724e27768d7958fa0a206efdfc2]

        First set of base and form icons
        
        This patch includes a group of finished icons that will be used in base, basic and calc
        
        Change-Id: I5163b7e3d3199c6c610c40c1eb1def3825cecda9

2013-12-15  Douglas Mencken  <dougmencken@gmail.com>  [21362f8c8455f6d61720a6e9b211ec8f3a6ff02e]

        Add OS X 10.5 support to configure.ac
        
        Change-Id: I16ea9850ae2dab0500940cec0a1873e6c5ccfdae
        Reviewed-on: https://gerrit.libreoffice.org/7030
        Reviewed-by: Douglas Mencken <dougmencken@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-15  Tor Lillqvist  <tml@collabora.com>  [b89121733ad443915fcc4cf895393f485016fedc]

        We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx now
        
        Change-Id: Ie63ee5ea20a8340cfcbb51323871e5b0318e6cc3

2013-12-15  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [cf5976f3a1c50660c802b516afef952ee1c2e0a9]

        More icons for Sifr
        
        Change-Id: I36bd598190f2e4e11d00033ea35db24cedc2e639

2013-12-15  Tor Lillqvist  <tml@collabora.com>  [31005a419d5fad3fc97bebf6df9b77a39a1d517b]

        Add a comment
        
        Change-Id: I01ec957bd4b10e26075e311593cec36487eee4bc

2013-12-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [a9c7de326b9e405a9fb4447627ce1cd9883280e5]

        Fix comparison between signed/unsigned
        
        Change-Id: I0d969ebd523bd20fc36bd8ae63617f2d5a162fe3

2013-12-15  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [7de5c34af36bfb787685ec8109b0c0358e241862]

        New icons for Sifr theme
        
        Change-Id: Ife87728cdcd526e1375a667dfa860ee83a60e28f

2013-12-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [b1ac01de06262bda39be7f970fbceeda9b267fe4]

        xub_StrLen/sal_uLong to sal_Int32 + minor optimizations
        
        Change-Id: Ibbca8e2d2a4742247648a611337bd8a75db7ee2f

2013-12-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [afe6738b717f89a14be62fcf4645ec4d53642edd]

        Fix static linkage and use SAL_N_ELEMENTS
        
        Change-Id: Iced21e010b3c06a5f36731f63d41ab55a5c8a2e4

2013-12-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [4ba63be415a959a6b8891c5a7924e527f93c6afd]

        xub_StrLen to sal_Int32 with minor optimizations
        
        Change-Id: I111e7c84e003b2bd4599824e42215066c4726023

2013-12-14  Tomaž Vajngerl  <quikee@gmail.com>  [7059c70d81b84001e4af6f832dbf74c32881a11d]

        RegressionCurveCalculator & co - com::sun::star -> css
        
        Change-Id: I7cbf11009b5d7dbe2464288e696a1fcb1f3de3a0

2013-12-14  Tomaž Vajngerl  <quikee@gmail.com>  [cd840e6a7e7a0ee2b735f2038bdd2de444dca5fa]

        Make RegressionCurveHelper more readable (com::sun::star -> css)
        
        Change-Id: I9b9e63a81bf5002413d18267b1000230f9ca7cdd

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [0d0e40bd212242f9caa885c27d24015a727a6e27]

        Let's apply the same for these
        
        Change-Id: Icd0f4ecee7d3d633f7a41e479729688829b4cf9d

2013-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2531d16dec23c8aab6fba71b9bdbef978eb4d29e]

        we can enable the tests again
        
        Change-Id: Id606b832a05c240fc8326849bff97bb4fe7bc906

2013-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f7861e6ce212f47420533aed302fa4b5510557d]

        fix chart export tests correctly
        
        we have a static counter that increments chart export file names. So
        only the first exported file gets the file name chart1.xml and all the
        following charts are incremented by one even if they are in a different
        file.
        
        Change-Id: Iceaecb554bcb8d134eef7f7e3b11564a68794517

2013-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [007bf2b8c04090920b54e914ac75fc13720b450c]

        utl::TempFile should not be copied
        
        Change-Id: I35d0c96d52b490ef70a0238e715d874f0ecd1012

2013-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af7b4eca3db99a63202df285a7df7402e523ff54]

        silence cppcheck
        
        Change-Id: Iea597af9335aa6314a9465ec61cbaae9867a4cf4

2013-12-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [3c5dd9812b1028188b186f070874bdb6ecdcd4ba]

        fdo#40316 Remove SpinButton in UI for extrapolate trendline
        
        UI Trendline: Spinbutton are not adapted for real value of x-values used
        in extrapolate For/Back-ward. Replaced with FormattedFiled
        like Intercept value
        
        Change-Id: Idc49f842a0f76906eb3c027e15a493e625c3d535
        Reviewed-on: https://gerrit.libreoffice.org/7067
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2013-12-14  Lionel Elie Mamane  <lionel@mamane.lu>  [0b46c0617199edc11fd5f7cfb0a56049b3746726]

        odbc DBMetaData: NULL pattern equivalent to "%", not "%foo"
        
        Change-Id: Ief475a1bf6e65b4786e8ee9c025b204f143a30e0

2013-12-14  Tor Lillqvist  <tml@collabora.com>  [f4c3754a0c36181652625494eb6d463ae7a04f4d]

        Fix fallout from 6265876ae9f1bb862440182d2d2c9b9b5b322668
        
        Change-Id: I62023c594d2cb2d4bf76459a9c1caaa5060c4b49

2013-12-14  Tor Lillqvist  <tml@collabora.com>  [6265876ae9f1bb862440182d2d2c9b9b5b322668]

        iOS tiled rendering work
        
        Possibly quite broken intermediate commit. But anyway, now it is
        possible to render the tile diretly to a CGContext. Can be seen in
        the MobileLibreOffice app when build in the Debug_tile_tester
        configuration. See touch_lo_draw_tile() in viewsh.cxx. Unfortunately
        the old plain LibreOffice test app is now broken, though, and
        displays nothing at all.
        
        This refactoring and hacking in vcl was done in a quite ugly fashion,
        with ifdefs etc. But trust me, I did try, several times, for many
        days, to get where I wanted in an elegant and clean fashion. But doing
        it cleanly meant not being able to actually build it for days while
        trying to figure ut which bits go where and which class should be
        split into what base and derived class(es), and it was too much for my
        limited brain capacity. I just couldn't juggle all the vcl class
        structure in my head, especially as I don't have any good
        understanding of the general design of it all.
        
        Change-Id: Ia59d6a9cce15a63e63f94e8d8574bef21993fb1f

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [f279acd3678d014d9d5dafe41971e0da4dec7b6c]

        cppcheck: reduce scope
        
        Change-Id: I93153e066f136d977c3d5ea12da174bd26975e27

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [c7f4b6bb955ef8841c41e3595d152b5931f5c7a7]

        cppcheck: same expression, should check aPageOffset.X and aPageOffset.Y
        
        Change-Id: Ibec07fba0b2070a4dea7fd0008d7e5fd0af906d7

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [00e9f30360216581c1d9d105fa522da69e078ed8]

        Oups
        
        Change-Id: I0e812a08fbd3bb1f16b8c5b2860343a5e5235f71

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [d67684f62fc99dd25fb46ddb547e8ff4345d0970]

        cppcheck: fix same expression, no need to cast twice
        
        Change-Id: I08a68071db45ee79491558dd88e723dcdf0d24d5

2013-12-14  Julien Nabet  <serval2412@yahoo.fr>  [ffbde4e6a6ead7efdd65aa6bd31e9ea55f9c637e]

        cppcheck: fix same expression
        
        !pSchemaPat->isEmpty() checked twice where line before we test if aPKQ is empty
        so it seemed quite logical to test aPKO here
        
        Change-Id: I79d7ec89f7ae67520492bbd4121a4a86918f2fbf

2013-12-13  Michael Stahl  <mstahl@redhat.com>  [8552bd76dcbb1db407bc9b0c1ab32a9f3afac87a]

        sw: add some more obviously missing mutex guards
        
        ... to methods added in 76c549eb01dcb7b5bf28a271ce00e386f3d388ba
        
        Change-Id: I32101ec882420babb394af6db5cd56d1035acf4a

2013-12-13  Eike Rathke  <erack@redhat.com>  [49f9694e34d07468cff4a7e4de332f11be3e0dd8]

        fdo#72697 actually write this only in ODF 1.2 extended
        
        Change-Id: I32097cc4b8a67615b0b6d6172cafd0edad7469b6

2013-12-13  Julien Nabet  <serval2412@yahoo.fr>  [b4a4e51641273c6bd3dd271389e9dd31f7dacac0]

        cppcheck: fix rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()
        
        Change-Id: I2af19d62bb14af52ce8c2fc6b5d65ad97d910a6d

2013-12-13  Julien Nabet  <serval2412@yahoo.fr>  [4bb39ccf53be222190c4a52e2db05526b847b16f]

        cppcheck: fix same expression, check once !mxTable.is()
        
        Change-Id: Ie12146f3c2f18c5ec9a49a666f327772493fcf03

2013-12-13  Julien Nabet  <serval2412@yahoo.fr>  [332a317ea5d1f5a36a74c83fb4b0bc1632f8c252]

        cppcheck: fix same expression, ')' = 29 not 28 in ascii'
        
        Change-Id: I90e22a5532f59b190c59d267256b5e889e82da74

2013-12-13  Julien Nabet  <serval2412@yahoo.fr>  [9b9c5a318abeaeeafb76ba7fcd09f350740f8ef3]

        cppcheck: Possible inefficient checking
        
        Change-Id: I0d9f1eadb6dc863f1e5606ef2d166881e6cf6c0a

2013-12-13  Julien Nabet  <serval2412@yahoo.fr>  [55edb3faf6212739d583889b692f802c4bf29467]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ibc34750a0f9b5a36c8fa0743e9ac88482ccfecc4

2013-12-13  Eike Rathke  <erack@redhat.com>  [5f8476c00f482ab5c8707de2ebdcd41faa4057fc]

        fdo#72697 write <loext:sender-initials>
        
        Change-Id: I032bd79aa3ab73889a3ca723fba56ec371a28231

2013-12-13  Eike Rathke  <erack@redhat.com>  [1379294741ff85d4c09d9ded7579ad50dea88fb7]

        fdo#72697 accept future <loext:sender-initials>
        
        ... of to-be <text:sender-initials>
        
        Change-Id: Ia601c0debc5d66682aa92e14fb063395f9f48ab5

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14fb96bb488e3ed1d73910a5d37f893fa12e2dca]

        disable tests for now
        
        Change-Id: I4f71d05bdfa1e7668bb1410c4b0a735a9c451d89

2013-12-13  Michael Stahl  <mstahl@redhat.com>  [7efdb77f53a5b499bc58f20ce9b146d7e47cda92]

        sw: SwAccessibleDocument: fix crashes
        
        Add missing SolarMutexGuards and also GetMap() may be 0 if it's
        disposed. (regression from 76c549eb01dcb7b5bf28a271ce00e386f3d388ba)
        
        Change-Id: I65312098e3d4cc6f686c3fc9e05dc8a6c4da34ce

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [148e7763f3b3b5eb881026228f8c40b1e179d79d]

        writerfilter: remove unused WW8Stream
        
        Change-Id: I375b4768bc4474f78f6857176c8b77856609aeaa

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [641dac98cddc63304e374a43c299d62b9dff52c9]

        writerfilter: remove unused WW8CpAndFc
        
        Change-Id: I3e56a41c6fe5fab3e16d8e09a5404d83f5477738

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [3e570f948f7321ff5a1b5780936d91c3c760859e]

        writerfilter: remove unused WW8FKP
        
        Change-Id: I3ba91a01b7d2acc23ae0d67ba776eb79b0280414

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7dba89b95e4acaea6c4996ee0628d0f596ab665]

        writerfilter: remove unused resourcesimpl
        
        Change-Id: I7120333562d926f9d535d265d2caf8c5a95cc558

2013-12-13  Eike Rathke  <erack@redhat.com>  [c16ec3067e96fe0a53ae56d118e85dda4831f88b]

        there is no need to expose an ScColumn*, and always check for validity
        
        Change-Id: Id7f4f180083ec61a98cc93dd7c41b66cbac28953

2013-12-13  Eike Rathke  <erack@redhat.com>  [ffb8b734c0654c3e1d7d2acb01d5ea00400b1b68]

        how about style?
        
        Change-Id: I2b53f87f0bf0838c0ef61c3b31408643ae4a0fc3

2013-12-13  Eike Rathke  <erack@redhat.com>  [b51b34ca82411d91e300107b0fca9041ba806366]

        we do have ValidCol(), so use it
        
        Change-Id: I50d39f7022edcf851f299fc3589e43bf95f682b5

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ece94ab98fd8564a5419ea370c0d1f0e6afe188a]

        handle invalid xml files in orcus, fdo#63844
        
        Change-Id: I82fff6ab89acece0e46c92bfca2c7faf967639b8

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6483f39e8959050ca4d5df42c27695ae98efa8c9]

        also export hiLowLines for lineChart
        
        Change-Id: I7b96fcb1e537517a80de87d997818d372d03f74a

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1ace08771da5b32ed9801d4ee6166c619aae8fa]

        fix an OOXML validation error with the last patch
        
        Change-Id: I1aa1b2675a23b124666fce25807ddf65dfdcb8d5

2013-12-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [077213c23e377fd7398b35b88050ac173d22d268]

        fdo#72345: Fixed for Charts - Up Down Bars are missing after Round trip
        
        UpDownBars missing after Roundtrip in case of LineChart.
        
        Change-Id: Ia3e574aefb9436a2f5b2b88e8824625d09d35c38

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [122d6c5e975cfbc03f55205a33d5d91e4cbc0906]

        improve the error reporting
        
        Change-Id: I9a1deacea6499bc0b15e3d9d1a375af299ecf493

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [637bf4e144b5af6a97832db489f8ad30a9b9938b]

        Remove leftover uncommented comment
        
        Change-Id: I5872f884ccc113512d6b5097989aafac6d39b209

2013-12-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31cba7d34694f50ddf015b405688635b591ce2c0]

        fixes for previous commit
        
        Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373

2013-12-13  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [d843d64283c311f02ff663cb02d7ac5a4e744bfc]

        Added OOXML Unit Test framework for Chart module for export.
        
        - Referred functions from sw module.
        
        Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6

2013-12-13  Eike Rathke  <erack@redhat.com>  [71b491fd71f5ad1aa61f917992462009a6d1bb6b]

        const as const can
        
        Change-Id: I0610bdee35fb7a36a183a5617115f3277af8e6a8

2013-12-13  Eike Rathke  <erack@redhat.com>  [6c91431eef31e35e7beb3c1272221d04d60ec2a2]

        maybe better guard against a NULL child window also here
        
        Change-Id: Iad65806894df2454e4341a49f473c308d47660eb

2013-12-13  Eike Rathke  <erack@redhat.com>  [a0fb8a2eb12406b980537ca0190c6ddc33372947]

        fixed crash when searching via Find Text bar
        
        Introduced with b41332475783c31136673fb44cf4c411bb0148f8
        Integrate branch of IAccessible2
        
        Find Text bar is not the search dialog, so there is no child window
        unless the Find & Replace dialog is also open.
        
        Change-Id: Ice230cb2c05534c754fefc55bb8d8b189724d328

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [b8bb9f219777d33d14103c5bd67c283bd4dafd51]

        thumbnails: Create nice antialiased thumbnails when saving ODF.
        
        Change-Id: I3dc3289b4ac3423b3a5006dbb7ee895bc25ec50a

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [b790562925f59b3ae74ac8be69c80d935e7ab2c6]

        startcenter: A little more space between the picture & welcome text.
        
        Change-Id: I093fecd1fb5c052c85cf84f131845258a5fd2284

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [0c0258ae9f7adfe17fc2e357b86006dbb4497ff4]

        cclass_Unicode failed to actually implement XServiceInfo
        
        Change-Id: I823c112bca495eb8997f2dc098e712cd745759c5

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [62a0a37bad348489222b0cbe8254977c369684a1]

        startcenter: The welcome text was too long, split it to 2 lines.
        
        Change-Id: I23d6a4bf8d9c3b2531dd95e4ea293ce7225bf8f1

2013-12-13  Michael Meeks  <michael.meeks@collabora.com>  [59197dea293677b55a6f79a6bcfaaa7ce7c8f97b]

        Targetted text updates, with seasonable changes before l10n freeze.
        
        Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [984c3b733fe3b118f6e4b855fa8a6396fe194f8e]

        Factor out DocxSdrExport from DocxAttributeOutput
        
        DocxAttributeOutput is getting huge, and the drawing-related
        functionality is an obvious subset the can be separated from the rest of
        the calls. Move most of that into the new DocxSdrExport.
        
        Change-Id: I6e5c750e2bef07730c97fd018f042883721ac410

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [cabd8725dbd2a1602c6e687788492e5177f5a3e9]

        startcenter: Move the 'Create' under the separator & add a colon.
        
        Change-Id: Ie8a1ce8628fa0f31ae6d6a3f1303342c145e33aa

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [919c5e4bbeaafc707a668851feef7a4818c40f66]

        datastreams: Improve usability of the dialog.
        
        Change-Id: I6b3f9316c3eb907912aeff1715705a95bbbf547c

2013-12-13  Michael Stahl  <mstahl@redhat.com>  [d785fa16fdd39b1f78e35b61ba09f65933dee86b]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: I05c5eaf4575dc4b8c8d4e3c45d644a51aab84f0a

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [a4ed79bbf615fec10b39f46a5828ffea04d84f4e]

        Shortcut common case of calling same-env component_getFactory fn
        
        Change-Id: I7f5d31c3b3e128b2df4d83c915673bf7b5d2ab8c

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [d203855908dfb139f9ba2f755d5056de7c34d842]

        assert non-nullness
        
        dd0990db74a4a5c3a129a7ff0ed2a739cd74a381 "fdo#72463 RowSet: on execute when not
        dirty, rebuild cache" had temporarily introduced a bug that caused m_pParseTree
        to be null here during JunitTest_dbaccess_unoapi, but Lionel states that it
        cannot legitimately be null, even though the computation of m_bIsCount in the
        ctor takes potentially null m_pParseTree into account.
        
        Change-Id: If95f076a4c80f80cd58bba83521633fe8bb71f5d

2013-12-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6df78d1a4c9bf5e0e182d5cdc0a300e3c84e6d86]

        fdo#70989: Change wording from "Output Range" to "Results to".
        
        To avoid the impression that this reference box takes a range...
        
        Change-Id: I3a69cf496f013779692c17fb943dcc34a1692275

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [2f7b329297c65d75f428d389a53b5822e38b0ec5]

        [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again
        
        ...it was never meant to be called by client code anyway and is no longer needed
        to be exposed since the global service manager implementation moved to
        cppuhelper.
        
        Change-Id: If2d0510b2364084d36edeb156a3459d9b8aeb983

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [445d3d8484d6e480f461de305c9dc4def067cf20]

        drawingml export: handle child shapes when exporting groupshapes
        
        Change-Id: I4ed800ad17750c87788108417c8a7b1817853115

2013-12-13  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [d1e1cd128c83982f69331c92a8e319d3031a7685]

        remove unused code (ancient Calc function ZELLERROR)
        
        code has no function, except that calc documents with formula
        ZELLERROR will not produce an error. But the formula is not
        interpreted, so remains 'dead code'.
        
        Change-Id: I6e7df7040a0273bcd3ebd497055924b7afdd3311
        Reviewed-on: https://gerrit.libreoffice.org/7018
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-12-13  Noel Power  <noel.power@suse.com>  [1b3f3ce53a26ba52d27784a2f9adbffcbd6169f3]

        Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805
        
        Unfortunately this patch creates a very weird ( and took me forever to find
        ) bug ( fdo#60805 ). Basically certain double line borders seems to
        dissappear at certain zoom levels. I guess maybe its possible to tweak
        the create2DDecomposition to process the line as hairline at those problematic
        zoom levels ( but I suspect that actually would look worse ) Best maybe
        would be to tweak the rendering/painting ( but isn't that processor specific
        maybe ? ) as is maybe this problem. I admit this is outside my comfort zone :/
        
        This reverts commit a551cad4e35b6b664167d65dfc25e5a0f6990687.
        
        Change-Id: Idb25493ffb038cb1f8ae9b364a29052abafd940d

2013-12-13  Michael Meeks  <michael.meeks@collabora.com>  [8949d6f32acb9046cb3ddceb4f6fbe39dcc04383]

        graphite2: get visibility right for static linkage on windows.
        
        Change-Id: I79fa15d539bcb86610dd4def08536c33bd2a10c2

2013-12-13  Lionel Elie Mamane  <lionel@mamane.lu>  [d87c2c59c9c1d5f5825f355c9eb941fdf95b42f6]

        sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*
        
        That is the only choice that makes sense, since the
        (Prepared)Statement could die (go out of scope) before the ResultSet.
        User code could do that, if it does not "need" the (Prepared)Statement
        anymore. Also, it is only natural for user code to dispose a ResultSet
        that it does not need anymore.
        
        So we need to create a fresh ResultSet each time.
        
        The "luck" here is that the sdbc file driver does not implement
        the XMultipleResults interface; things get more hairy then.
        
        Change-Id: Ibf2cb5e5b7ca90432a289c185a6b4fe32d1ba565

2013-12-13  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [29c079f0480f63dd3f046f30c2b81023c2a5aebf]

        fdo#71594: Fix for LO crash while saving of file.
        
            1] Libreoffice gets crashed while saving.
        
            2] This caused:
                "testCrashWhileSave.docx" file crashes on save
                 Tested on Libreoffice 4.2
        
            Implementation:
            1] It crashes when we are trying to access cell number 2 from
               cells vector which contains only single cell. So put check
               for cell number which we are accessing and Number of cells
               in single row.
            2] As we are exporting Header and footer in between when we are
               exporting document.xml. In this case we are facing issue in
               table export for header and footer. Because flags for table
               is getting shared in both export.
               So we are switching between flags in between exporting
               "document.xml" and Header & footer
               export.
        
            After fix:
            1] No crash on save for "testCrashWhileSave.docx" and
               opens successfully on MS Office 2010
               Added Unit test case in export.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6676
        
        Change-Id: Iefbf565f7b512d76ac68e9353e225edca425ef06

2013-12-13  Caolán McNamara  <caolanm@redhat.com>  [0b9644e2443879e825fc72d5faf55080888a91b8]

        this NULL check, leak and copy ctor all look a bit addled
        
        Change-Id: I5a4f80e1f6b4cc834c921d4c4780989c90cbefe2

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [dd7a3f5fb873b77da326eb8339c2ef9e3bf4fbd1]

        startcenter: Tooltip should show the full URL.
        
        Change-Id: Ia8e071ebe00fb8c72973614077e778aef55fb1ab

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [f655b23d57f234c0e92255302353f2a0a3fad487]

        startcenter: Implement mouse over effect.
        
        Change-Id: I9beea6119dbb1c12ff053e5776f15d40a3389a8b

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [b475a895c0b91a764d750146f9935e7c56ef7f42]

        fdo#72650: Get thumbnails only from the local documents.
        
        No point in connecting to eg. ftp to get a thumbnail ;-)
        
        Change-Id: I017c59196c294242366f2254eeacd9056455c1bc

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [4c8bfd06a62de467f52b088ca1c78dcd829f9b7e]

        Small cleanup of initialization.
        
        Change-Id: I62c0479414ab6748039498e1bc2b3bc9d7c4ef05

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [004b403d75356e7184c24c6b51f8fef04171d3a1]

        startcenter: Full thumbnail size (256px), upscale if necessary.
        
        Change-Id: I8ae72249853a03b1dfca0ecd10eef47e9aa7cbfe

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [203d1a6ca94157e84832646b447fa99625da9579]

        startcenter: Make the default icons appear as on a piece of paper.
        
        So that the frame around the picture is similar to the previews; otherwise
        looks disturbing.
        
        Change-Id: Ie7f973e15c29a34c0f368b5e0f5a152d5cead39f

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [862eefa76b836d45cd5327d6f343b67147268152]

        startcenter: Bigger & nicer document icons for recent documents.
        
        Change-Id: If61aefc1d27d7bca2e8242b404db685a503bcf0e

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [2cb703067b827b0ebb562845c82dae5e35161e72]

        template view: Simplify code.
        
        Change-Id: I48fc6fa86a9953db87e59a83714d4d7b0ff8d64a

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [f57be7e4c16556f515241f80e81ec4d6eaeb3ca2]

        Expert config: 6px between lines + center the button.
        
        Change-Id: I91899493479eb60c955dac3891a38913ad871376

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [0ef9ed2628d7c5d14fcbe91be2f8f29383d4fec7]

        Expert config: Introduce configuration key to disable expert config.
        
        It is /org.openoffice.Office.Common/Security/EnableExpertConfiguration with
        values true/false; defaults to true.
        
        Change-Id: I5a18d16182c28a13169677b11f68884f34c11c63

2013-12-13  Jan Holesovsky  <kendy@collabora.com>  [cb800415f6bedd40c34e78cc9c1d1c3c9deab795]

        startcenter: Smaller frame around the entire start center area (6 -> 1px).
        
        Based on Mirek's suggestion; looks better.
        
        Change-Id: I3468450ee4c8ba27cd26a40c7ed11f0b4df9c42d

2013-12-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [15b737c5c9230f145ff5dc6c8eee2abaefe36081]

        EscherGraphicProvider::GetBlibID: raw number is Sun bugtracker, use fdo prefix
        
        Change-Id: I1ecd3b9c74fb973769036defba96d73c5995175f

2013-12-13  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [8fe352be80ff69552f622f3c7a6a6f269912ab71]

        fdo#65836 Do not compress WMF / EMF file incase of OOXML export
        
        Change-Id: Ic498e5703ab48719f998be6da3f245843cc0979d
        Reviewed-on: https://gerrit.libreoffice.org/6849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [5ee74052edd7e83318a51ee0297607773b451a98]

        Clarify cppuhelper/shlib.hxx should never have gone into URE interface
        
        Change-Id: I44415f976a47bf676ab8c2f309590eb2c8afb6ce

2013-12-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [0f6240fa92c443f66441545438821c02b3412486]

        fdo#71785:  File hangs LibreOffice on Save
        
        Problem Description: While saving the file LO shows the error
        "This file could not be save".
        The root cause was memory leak.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6850
        
        Change-Id: Iacc185780c14760056a7d690eb113d4dde1de034

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [f658b7dfd6d23e4a179917245d6e6d4653d6678e]

        WaE: unused variable 'sStylesWithEffects' [loplugin]
        
        Change-Id: Id9b3d81482104e9e78b986c9a78704b01cd0fba2

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [654f3902b5005df60622e031885dfaa8ca150b63]

        Use proper logging tag
        
        Change-Id: I5fcac443a0b243814a8e5d3075ed4b484e977bec

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [61492fadb6fcaab384244754eb6116c9e3582079]

        WaE: field 'mxImpl' will be initialized after field 'mnPreviousSelectionCount'
        
        Change-Id: I7d6facb76317d8e7de3adbafdf3763f37c1b0837

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [8db5c8c080f8b02bacbb1990eaec0e89f6cf8f1f]

        WaE: statement aligned ... [loplugin]
        
        Either missing braces around the else branch, or inconsistent indentation. I
        guessed it was the former and added braces.
        
        Change-Id: Ic5e7db892774d48ba6db09a40741e5fbbdc95994

2013-12-13  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [88b9e7f391910e534b0faf7378ec4c6929d4d44a]

        fdo#71786 : Implemented Glossary folder
        
           1. Glosary folder is imported as Intrograb and exported.
           2. Added unit test case
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6825
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        	writerfilter/source/filter/ImportFilter.cxx
        
        Change-Id: Ifd51a75a65e030d44d30e02cd7ab51fb088186b3

2013-12-13  Steve Yin  <steve_y@apache.org>  [e9c08cfed475a61ef5612262a43eab27c96fc9bd]

        fixes for issues checked out by coverity
        
        (cherry picked from commit 6f53c4f2f46691d41ccf2c2a99ae40105606e489)
        
        Change-Id: I76e21409fee4f39bd6f048636e4fbc392807a486

2013-12-13  Caolán McNamara  <caolanm@redhat.com>  [e3853a1abc9873a00478ba56b124e0a94f9896ba]

        Resolves: fdo#71192 options->appearence isn't all the same color
        
        Change-Id: I8beaf1f4a1ea685af22ae0dafbff767bee98d3b4

2013-12-13  Sushil Shinde  <sushil.shinde@synerzip.com>  [c42c57e665ad65b3a270ae223f1012ac988acdd3]

        fdo#70338 : Fixed file corruption issue after save for docx.
        
            - File was giving corruption message if saved in LO.
            - Issue due to video file.
            - Attached file contain .mov which was not handled properly.
            - Added mov extension support in graphic filter.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6818
        
        Change-Id: Ia278127ddc4afcd2d5fe04e86ed6201fb28dc04f

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [dcdf3cd1983b673eb1ed1a5c23b68ba46fe4dd1b]

        Bin unused or duplicate forward class declarations
        
        Change-Id: Ic6fbb345e333d67f967a3ea09a5a90ecef910040

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [b677fa9d4886d94d9b6d12e091c159655deb2d3f]

        UNOWindowData has been dead since the year 2000 at least
        
        Change-Id: I8d3079f5b508008a4c25a4baa604fc89c81aab33

2013-12-13  Stephan Bergmann  <sbergman@redhat.com>  [8407174c8b4ec01a8d396ae8c8254e19d405c4cb]

        Missing "boost_headers"
        
        Change-Id: I4ce444b14bd4667ce4c823fe70e0b79e562999aa

2013-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a68e0e334df02c1ca47601575523b23c6db13470]

        Fixed the update to working copy and back after (cancel) checkout: fdo#64533
        
        After Checkout, simply set medium name and update the medium: at least
        we are sure it works in more situations than the other function we used.
        
        After cancel checkout, call SID_RELOAD to actually revert any local
        change.
        
        Change-Id: I3dc296a74726770c4f47d9653c382108f7baccad

2013-12-13  Jelle van der Waa  <jelle@vdwaa.nl>  [c69b6417af9d03b81813e6d56cdd082d511aef24]

        fdo#72598 Remove SunStudio cruft from code base
        
        Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6
        Reviewed-on: https://gerrit.libreoffice.org/7066
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-12-13  David Tardon  <dtardon@redhat.com>  [af8191d2fa6bc7fce9020fd75c44c78d87cc1d75]

        do not download html files from moz bz
        
        Change-Id: I18519dd8ad0bdaac55a1d5bccdc30b943d717c9c

2013-12-13  David Tardon  <dtardon@redhat.com>  [735dc598cd38c76aeeaa37df57f1d0018fe294c8]

        handle Keynote package format too
        
        Change-Id: I3023bcba0a3d3bd83aca56e4ef72a892da5b55cf

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [98bda6b40e21b4b9dff239ccfb6480de25d6393b]

        Follow header guard convention
        
        Change-Id: I4cf80fb61fd63b10e241154785ae872c6b75eaf7

2013-12-13  Tor Lillqvist  <tml@collabora.com>  [49ce8c126c962d75e2fefd5b4a578c213ff6a9bf]

        WaE: variable 'itResEnd' set but not used
        
        Change-Id: I6594472b1e93c083fdc52133a6b120c031dff64a

2013-12-13  Takeshi Abe  <tabe@fixedpoint.jp>  [ed2238156618b5eae5a7e3b040dd0973793eace0]

        Drop duplicate #include
        
        Change-Id: I63612bc5bd4e13fcc5c4e57ac73bd9c7bbf4f0e6

2013-12-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b578d23d3131f30d775e07baa6fa26e247ea999d]

        Fix performance regression from ScMatrix conversion to multi_type_matrix.

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [9a03791dc8e46f90566aab5d121309d61ad1576b]

        Bin a few nonsense comments
        
        Change-Id: I65b83b4eda76501a5d37d853df3644b157f296de

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [adc1b6b5bbfc727bcd6a188c8d47f026b61da1eb]

        filter: whitespace fixes in rtfutil
        
        Change-Id: Ifb1a112d632410ae685fa09f3ddff8a021ddd68b

2013-12-12  Caolán McNamara  <caolanm@redhat.com>  [58d22176a7b4ce732c1ac552dfb5914ff6f680cb]

        set ok as the default button
        
        Change-Id: I44386a004f94a237fd03b301248b8dc260f47bbd

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [2e535b6178dd160dc27195cbb9a35bb3b17663d3]

        chmod -x
        
        Change-Id: I51d817cf01ba3cd87a2b78e00c96707dbdb78a3b

2013-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [dd0990db74a4a5c3a129a7ff0ed2a739cd74a381]

        fdo#72463 RowSet: on execute when not dirty, rebuild cache
        
        Change-Id: I3f27b7572b88cd1200483121614c29d414c37e20

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [07359c242830bcc934d491870cdf5cb70fc26414]

        Revert "fix windows build"
        
        This reverts commit 45504f9ba8de2a4372193910b2cb9405f1ea896a.
        
        The problem that is apparently fixed here is that link.exe is too dumb
        to pick the right entry-point if the WinMain definition does not come
        from an object file but a .lib; in that case it apparently defaults to
        archaic 8-bit WinMain so tell it to use Unicode one with /ENTRY.
        
        Conflicts:
        
        	desktop/Executable_sbase.mk
        	desktop/Executable_scalc.mk
        	desktop/Executable_sdraw.mk
        	desktop/Executable_simpress.mk
        	desktop/Executable_smath.mk
        	desktop/Executable_sweb.mk
        	desktop/Executable_swriter.mk
        
        Change-Id: Ib6239eb0fd3d64fd4a292a0d42d65ef75475c389

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [a8804dfc502454b562f1e0f5947c2f5264cd9b92]

        winaccessibility: let's try to remove that IsInMainThread()
        
        ... and see what happens.  Hopefully nothing bad since everything should
        be thread-safe now.
        
        Change-Id: I333b29bc2066578ccabadb022936a28dafdf7104

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [fdd76463b4dfd05880effdd2afc0001eea3d850a]

        winaccessibility: remove some noise from not-implemented methods
        
        Change-Id: I8046ae37cba87f0e5df550de831229345df1c6f8

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [57acb3d068ef1e47532ae100d78aa0bd8d061683]

        winaccessibility: out-line those COM methods
        
        Change-Id: I7e9a94898c6bc8142b46a05ffba56fc41eb125c2

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [975e1d293d6f702c81647449fd28560b6d00e4a0]

        winaccessibility: clear entires from XHWNDDocList too
        
        ... in DeleteAccObj().  Otherwise pointers to deleted documents will be
        used.
        
        Change-Id: Ia807dc3a2c782019cf7fc874d264058219956d74

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [506bab8f62c585380e607b91ab80c939dc99851c]

        winaccessibility: GetChildInterface may return 0
        
        Change-Id: I950072d22cd315d1898b76a2c345121d31d432c4

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [b22e987113374399c7455f7979bc34519eac69da]

        winaccessibility: do not access freed AccObject
        
        The AccObject is stored by value in XIdAccList, so don't call GetResID()
        after it has been erased.
        
        Change-Id: I391aad1e3ab71d443cc6e6b92381f74918e0bcfb

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [9e351edccf3b9a71bb310bcaefe07821479ff5e5]

        winaccessibility: fix exception handling in AccEventListener
        
        RemoveMeFromBroadcaster() may catch a DisposedException and then not
        call NotifyDestroy.
        
        Change-Id: I2b766541c3e6800c88a83aa482de0093714d39c2

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [b6664d0649d9be6208b39d6dd276e40347af44c3]

        winaccessibility: nobody calls get_XInterface
        
        Change-Id: I201fc14a02c47a6c735c65f649c6b9f068d92c71

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [d28687d5171784e1ec23d4cf13d7b3c56cc52782]

        winaccessibility: fix locking in UAccCOM
        
        The COM components will (usually? always?) be called on the main thread
        via COM, and may also be called on any thread from the UNO event
        listeners.  Both ways may access the global AccWinObjectManager.
        So the easiest way to lock all that without introducing new deadlocks
        seems to be to just use the SolarMutex.
        
        The fact that the main thread is in a COM STA is rather irrelevant here
        since we don't currently do the required manual marshalling of the COM
        pointers so they can be accessed from UNO event listeners running in
        threads other than the main thread anyway.
        
        To get that to build:
        - use prewin.h and postwin.h around ATL headers
        - link UAccCOM against vcl
        - define both UNICODE and _UNICODE to not break on mis-matching TCHAR
          nonsense
        
        Change-Id: I1ccdf7a4a5c2b5f0b9c29ef39d126c4b8a16898a

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [f5a54cbf120efb335205e00ba18a9038449b92c9]

        prewin.h: remove silly extern "C" nonsense which prevents...
        
        ... using prewin.h/postwin.h around ATL headers.  Also remove some other
        cruft while at it.
        
        Change-Id: I7d081dae88273dfd214ef078f5844ce266e388fb

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [57f88bb76b069e0776574e93d3009785572b8193]

        winaccessibility: drop icu externals, probably some copypasta
        
        Change-Id: Ife0960b235e24f17640b197f952a9a094b7d654d

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [dd7df93417c8169d7f2ee935841fa72ad02dbcc9]

        winaccessibility: remove CheckEnableAccessible.h and assorted noise
        
        Change-Id: I45e1d72b1abf64a965397c50ac3b95b5bbee3206

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [cbda6da004f1de8cdbf2b1298a835afa850be078]

        winaccessibility: InlineIsEqualGUID is defined by guiddef.h
        
        Change-Id: Ia469076ec6f815133e77a14940e8afa05e177231

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [a5c7ed21584b024d52d32917d1b07462a00e7405]

        winaccessibility: use SAL_N_ELEMENTS
        
        Change-Id: I479117e0794375f1ec0c96b78db22b3569b456ec

2013-12-12  Michael Stahl  <mstahl@redhat.com>  [9d71c9a442b2be027900f7b20342e2a0f43ed2ab]

        winaccessibility: clean up the AGGMAP in CMAccessible
        
        Replace it with a map for the new direct C++ instantiation and move this
        implementation detail to the cxx file.
        
        Change-Id: Ia961da03f8eb899481cf02f430c921aa8abd7c5c

2013-12-12  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [629706f24dcc9b4654f1d717a31d584769137a53]

        writerfilter: refactor code to fill document grab bag
        
        There were several chunks of identical code to add attributes to the
        document grab bag. I have refactored the common code to a method.
        
        Change-Id: Ia1de75280a7725ab9703b08b1b08e7a7d1e0a8f2

2013-12-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3c95f901d5f30919b339695ddac94bf5a67aa9a9]

        Fix "fit to column" breakage.
        
        I broke it during the grand cell storage refactoring.
        
        Change-Id: I75361750a859b42d83f76dd4e30ad6b134af81c5

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [38b7c4f1b78044a4b127499743d24a2369fb445a]

        Add CGContext field to SystemGraphicsData for iOS, too

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [c275a2edf663431f43106ba7da11b9d2b9503981]

        Cosmetics

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [639fc4988f43eaf7866f17095293cbf1de268ddb]

        Only call ScAccessibleCell::Init once on freshly created cells
        
        Change-Id: I64542af7585cea9d361a99f83e110e1e8135bf2d

2013-12-12  Noel Grandin  <noel@peralex.com>  [f7b675475b88d35728ddc1b38eaf26ea5600a30e]

        Convert OUString** to std::vector<OUString> in ScFuncDesc
        
        There is no point in storing a ref-counted value type like OUString by
        pointer.
        And while we're there, convert array to std::vector
        
        Change-Id: I5c0d3b7276e28956ec98852b52a6eaeb5a13dfed
        Reviewed-on: https://gerrit.libreoffice.org/7057
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-12  Eike Rathke  <erack@redhat.com>  [0c447b5d32b5d65960e61969d1a0ead4f4dbe7c0]

        resolved fdo#67205 CRITBINOM and BINOM.INV, use ODF OpenFormula description
        
        Change-Id: Ibbf2f47b3d6fb67cd49d78d437e28a6399f42691

2013-12-12  Khaled Hosny  <khaledhosny@eglug.org>  [94886f8324b7eae3ed1a75191f86be4c358a600d]

        Update bundled Graphite to 1.2.4
        
        Change-Id: Id8c90b58c40bd449617c58f6c9e7cdea035a1c41
        Reviewed-on: https://gerrit.libreoffice.org/7056
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-12  Eike Rathke  <erack@redhat.com>  [3cdf111672ae41f85f7fa6f90d4d000182e8d50b]

        Updated core Project: help  392217fbe5d2432d2834e4593457cb2d236b99dd

2013-12-12  Herbert Dürr  <hdu@apache.org>  [e262c072d9a4d39dd3e293b59ddc74f5348b3d3a]

        Related: #i123840# use CoreGraphic helper methods for primitives
        
        C++11 says that narrowing conversions in array initializers are illegal.
        This often happened for signed/unsigned and 32bit/64bit mismatches when
        initializing CoreGraphics elementary types. Using CoreGraphic helper
        methods for primitives is recommended.
        
        (cherry picked from commit 5e7c8cd9c6772d9b9e5747e74768c61143a7ed01)
        
        Conflicts:
        	vcl/aqua/source/gdi/salgdi.cxx
        
        Change-Id: I5927790d97decea57ff236b0a52561e08f017163

2013-12-12  Eike Rathke  <erack@redhat.com>  [c0c37983b61af172539d8af88f101929f4de56b0]

        probabilty -> probability
        
        Change-Id: I77fd6a82895f3a65c31f1c166e25b27153ab194a

2013-12-12  Herbert Dürr  <hdu@apache.org>  [4b9bbe7b8f45bc6d985aad48d056bf9242704ad4]

        Resolves: #i123841# fix constness issues in OSX 64bit clipboard handling
        
        (cherry picked from commit 0801e9b488660e792a09d12717da951d224b26e0)
        
        Conflicts:
        	vcl/aqua/source/dtrans/DataFlavorMapping.cxx
        	vcl/aqua/source/dtrans/DataFlavorMapping.hxx
        	vcl/aqua/source/dtrans/aqua_clipboard.cxx
        	vcl/aqua/source/dtrans/aqua_clipboard.hxx
        
        Change-Id: Ifaf90c9aafcc22dd93923250d2342346806f9e88

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [39e9d80bed5241139823b15e07ce2643aaff9579]

        Reduce unoprnms.hxx to a set of string literal macros
        
        Change-Id: I955dcb5cedfbdf413054482d2c51d187e6f41898

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [c828319753558e25a48ce7808604bcc648f2483d]

        Get rid of MAP_CHAR_LEN macro
        
        Change-Id: I0c8af0f3acdae7eb5167ea1dd4e0e4abf0357bb2

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [87bc985bab3eb2aedcff5b49cd63bcaab715df19]

        Remove unnecessary macros
        
        Change-Id: I3a975ad9975c569b10f77aeee4105dec5c4f8c5e

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [ab9e014d6fc1050de8510dbec816535972569bab]

        Some clean-up
        
        Change-Id: I8ea3018efb01069b9a0555d9ac4ddfa89a990ba8

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [3f3c755475728b2f73ac45be3229970b5d616496]

        Remove newly unused comphelper/TypeGeneration.hxx
        
        Change-Id: Ia63e07fa6f56f4797e2741f6800cb96559ff4928

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [45c0a6174d452b9eb0ab2b5f8d9743922049338c]

        Simplify comphelper::PropertyInfo
        
        ...as its sole two uses (in sw) are already fine with initializing arrays of
        it dynamically, there is no harm in changing it and thereby getting rid of the
        last use of comphelper/TypeGeneration.hxx.
        
        Change-Id: I11931dbbec48dac5a694a59cf6425206c806fbfb

2013-12-12  Matúš Kukan  <matus.kukan@collabora.com>  [dbbcdd877b1644d9a7b1bb013460681428a00855]

        CheckInverted() is not used anywhere.
        
        Change-Id: I5d22948314a16370d7ac75bfd25151cfa04a2491

2013-12-12  Matúš Kukan  <matus.kukan@collabora.com>  [29533e1871ea161bf6b919abed95d908c035c250]

        datastreams: Wait with import if we need to repaint.
        
        Change-Id: I31e8371999afafeeaad201496becf1f2f9d8d276

2013-12-12  Matúš Kukan  <matus.kukan@collabora.com>  [78e4da913c12867ce6f2607a4a05bda66e73a213]

        datastreams: Broadcast data changes.
        
        Change-Id: Iedf07a9ef59a695cb56c2e160f269cd5d542735b

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [dbdc31fc0a09181d80909819d93a2dacde3eac79]

        oox: initial ShapeExport::WriteGroupShape
        
        For now, enable it only for DOCX.
        
        Change-Id: I424d8fb3f1c1e7c9a03e7103c91473c3ff85bc77

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [10c3c9ec9b6af1b4124ff2cd458d22f13f4ebc39]

        DocxExport::OutputDML: use the right namespace for groupshapes
        
        Change-Id: Idd270e5519587440fe96e73f5cf51851f7680d59

2013-12-12  Caolán McNamara  <caolanm@redhat.com>  [9790588da4b2de455ffc7a2cc69f26539823c3da]

        pages with equal Priority and Class getting dropped
        
        Change-Id: Ib053dc4b6e5fb5f01f48c71a4b295a53c0ec6715

2013-12-12  Caolán McNamara  <caolanm@redhat.com>  [bd6dfbae4fd22767e227c5317d6696a70ed61c58]

        remove unused ctor variant
        
        Change-Id: I0c9afcb5819fc83f75ee8c639de56b788c3d516d

2013-12-12  Caolán McNamara  <caolanm@redhat.com>  [abe9d1463282690313aaf91d2a54011d10b900b9]

        fix occasional crash on dragging and dropping pages in slidesorters
        
        pages go into the cache, and sometimes they get deleted before the
        cache gets processed. Remove deleted pages when they go away
        
        Change-Id: I291072a8541f4ca36979e9914975d81cc23a9497

2013-12-12  Muthu Subramanian  <sumuthu@collabora.com>  [eea8c671e42b91c8486e3796869d140d70b1a7eb]

        n#828390: Unit test for resetting char escapement.

2013-12-12  Muthu Subramanian  <sumuthu@collabora.com>  [fdf77f50ab825bd2b44e980552f3383acf637b12]

        n#828390: Reset charescapement.
        
        Unless the value is reset - the escapement
        seems to continue to the next set of textruns.

2013-12-12  Noel Grandin  <noel@peralex.com>  [1114d9275950b69c1667435793bac7d77147476b]

        fix OUString simplify
        
        In my commit fb847101519ad74c02183672c04ebf1d700aae83
        "simplify - use OUString::startsWith where possible"
        
        I incorrectly converted
         if ( !aURL.isEmpty() && ( aURL[ 0 ] != '#' ) )
        to
         if ( aURL.startsWith("#") )
        
        Change-Id: I7fa3a814e13724dc65821e09c03db898b92626ec

2013-12-12  Jan Holesovsky  <kendy@collabora.com>  [3c65cee396d8e761113272daa47d8df17fa5d820]

        startcenter: Update the button descriptions to the UX team decision.
        
        Change-Id: Ie0813e8faa1cc97aa77fc89659b829226d0e5736

2013-12-12  Noel Grandin  <noel@peralex.com>  [80612512fe3d681f13b794e84e30072ba149b698]

        remove unnecessary casts
        
        It is no longer necessary to cast to sal_Unicode when calling
        OUStringBuffer::append
        
        Change-Id: Iab3d1e12eef472cfe11f1d0d1969ca404091dd7d

2013-12-12  Noel Grandin  <noel@peralex.com>  [7e72b9de5545ac3baaa44e2d7f11c2872b1677a7]

        use OUString::endsWith where possible
        
        Change-Id: Ie2b68f79a7f9a54899f1d727f9a1fc7cfb14d90a

2013-12-12  Noel Grandin  <noel@peralex.com>  [fb847101519ad74c02183672c04ebf1d700aae83]

        simplify - use OUString::startsWith where possible
        
        Convert code like
           if( !aStr.isEmpty() && aStr[0] == 'x' )
        to
           if( aStr.startsWith("x") )
        
        Change-Id: Iabc3a44ed3be2d29eed876e0eeef212ccd271edf

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [1957303363ea9bd308b5781da09beaa09df7420c]

        DOCX: when writing a group shape, require wpg
        
        Change-Id: I046c778cd998582446e96ac1e55f3e2da1e61081

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae6b44c32582d40cd63e7b475cb76047aea49e65]

        DOCX export: declare wpg namespace
        
        Change-Id: If204d95142826d4cc194aed8a97c68a121187b8a

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [7b3c5cb12e91ce2a88b232c099366e7d1f633e7e]

        Fix C++03 digraphs
        
        Change-Id: I456469c27b60290ad8280fe12fcb82958e1a6c85

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [7956ceaf225b4459070e68e6c743396d998b588d]

        Missing include
        
        Change-Id: I7c8ffab5cef828980faf1bb8768dde9d79a0258b

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [2b0063dd49b298153233052a8628eeb8260a2069]

        Remove unnecessary comphelper::eqFunc
        
        Change-Id: I94d5e3fff2d1e039051bddfedcedfac04487529a

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [21f901f9fcb8d550fec37ca9caa9645aaae73aa7]

        Fold SettingsHelperNoState, ChainableHelperNoState
        
        Change-Id: I94bd49e6460855c58cc9fe2d1c7b1f5f7e6e589a

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [3d994313bd5e9a31384e3e3ad912cc1d37db8641]

        Remove unused comphelper::MasterHelperNoState
        
        Change-Id: I2ef343154a9152b81f8c18c9e114b12b8bd168ab

2013-12-12  Jan Holesovsky  <kendy@collabora.com>  [4a85afa5140782301d5ee1382d35a04d2155084b]

        <: could be a digram - fix tinderbox.
        
        Change-Id: I128d6912ce556cfc17c38ed51267fc965c384fea

2013-12-12  Andras Timar  <andras.timar@collabora.com>  [64768111078222b36a0fd3d0d666ee3b14634c1b]

        fix sentence case: Underline Color -> Underline color
        
        Change-Id: I2935e5d8e94a9d016a02ea1e1b3c316ee4d53c9f

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [83e191e25da8a508a2dafad339c0ee58e97c5c8b]

        Do not use C++-UNO internal static_type functions in client code
        
        ...use cppu::UnoType instead.
        
        Change-Id: I507914b30ef8acda910ee4ecc0589fd328eb6f31

2013-12-12  Jan Holesovsky  <kendy@collabora.com>  [7bf2f528ef22f50aa167ba57f2e25d4452977060]

        About config: Make the value box dialog a bit nicer.
        
        Change-Id: I5e25401b76458e712070bc76c86083bbd9ae2daa

2013-12-12  Jan Holesovsky  <kendy@collabora.com>  [b3708761fbecda222af806a9606c63ab4e340c0c]

        Add CuiCustomMultilineEdit to the catalog.
        
        Change-Id: I80cbd580e4fd59330a4f9b38dca5eb3fc0aec29a

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [2440d0ba34d6cbc9eae6d2cb196a964840f084e4]

        oox: allow a callback to be registered for shape text DML export
        
        Change-Id: Ice4dea8da117f61d947ad14ebbfccae0d2ed94df

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [8e825e8fc9373f89c777092643c162226a2687e2]

        PCH fix
        
        Change-Id: Ic1f84c257fbf7d88869ebb9f5ef206d438a768fc

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [fec3f8a8bab77ffb5345a401739114e0afaafcb2]

        Much better fix for the iOS text colour problem
        
        Just use the same simple trick as for OS X in
        OutputDevice::ImplLayout().
        
        Thanks to Khaled Hosny for pointing out this.
        
        This reverts commit 9aba69e8cc034526c53f6135a41fc62dc3c5dce3.
        
        Change-Id: I27ba92ef8ebd1ebdb9eb74f670d8170649078881

2013-12-12  Jan Holesovsky  <kendy@collabora.com>  [62ea355b2679073b8ee326df5793231996136da9]

        fdo#72125: GetTextWidth() can get very expensive.
        
        Let's just count an approximate width using a cached value when we have too
        many entries.
        
        Change-Id: I2113887c477bc774dd00df538ec1a01f102f4726

2013-12-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [e74ddf429e39df01c751a3d2b452bf939fdc9a33]

        oox: fix ShapeExport::WriteTextBox() for DOCX when shape has text
        
        This is still not perfect (oox needs to call back to sw to do the real
        export of the text), but content down to the wps:txbx element is now
        fine.
        
        Change-Id: I355178ab6492d65099397874ff50818fa1f35949

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [03846f032e2f13a3bbeb0a87de9959c105ff6484]

        Looks like the Windows tag is still LANG_ORIYA, one more
        
        Change-Id: If282f2eac12e6e64e9a72ab710d9d8f819aca04e

2013-12-12  Matúš Kukan  <matus.kukan@collabora.com>  [5e45637568ceefee21fe329a5254881963fecd7a]

        Break circular dependencies with libmerged.
        
        There is still libsvxlo.so <- libmergedlo.so dependency dropped,
        but that does not break the build and I can't find the source.
        
        Change-Id: I151375cad5d7365c309d9403810750b6cd2c5efb

2013-12-12  Adam Co  <rattles2013@gmail.com>  [fb0dad9b276e019992310faeaefd1a19384fa024]

        Add new 'SwRedlineExtraData_FormattingChanges' class for formatting changes
        
        This class is for use in the 1st step with the DOCX importer\exporter,
        to hold information about 'track changes' that relate to formatting of
        text portions.
        
        Change-Id: I3f5231d0e49e0b493ec22efaac1c90b0d415f3ea
        Reviewed-on: https://gerrit.libreoffice.org/6901
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [181769251da5cc920b992c0ed44d7dda48c01d0e]

        Looks like the Windows tag is still LANG_ORIYA
        
        Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe

2013-12-12  Muthu Subramanian  <sumuthu@collabora.com>  [0b578e51cd1eabbbe375e25927df86fac7552641]

        n#828390: Add unit test for new line import.

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [de68d46d745f67e1f4e9e10dcbf1b534ec7aea39]

        Remove unnecessary macro ITYPE
        
        Change-Id: I9ade981c771367fd292600d73124f89b94a7a924

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [121be3b60ac5f1b4592784b2818a32889d6e9bd1]

        Remove unnecessary macro
        
        Change-Id: Ibdb27900b70b6ccebfde542b516e71c4c1a6e795

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [12bbe8f1304aba005599d55cdffa09976ed7bf6c]

        Remove unnecessary macro
        
        Change-Id: I8af2e887a6ad2b345b5b214eb02095c71cdafbc2

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [a62c2a5fa5d5be465b0edab6adeb1fd16ace462f]

        Don't hold css::uno::Type instances by pointer
        
        ...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry.  And as the
        arrays of such need to be initialized dynamically anyway, also change their name
        members to proper OUStrings while at it.  Plus some const clean-up.
        
        Change-Id: I67d4d7b5773fb020605f369daf39528bec930606

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [cff72ec4bf87c6484be97d954966309ba7a5eb8a]

        Minor qadevOOo improvement
        
        Change-Id: Ibeefc8e9aad57c28722b62610231d14ebc8a7403

2013-12-12  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [b0db93d00e1dd208baa96eb3e10df12950cdcb49]

        DOCX: fdo#72560 better solution for exchange alignment for RTL
        
        Change-Id: I39462fc722a58b32e8829a9f2005a411871f255d

2013-12-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4f94e6c20b2fee11429d7cbaef6b6fd1880317b2]

        Fix paste as link, and a test case to catch it in the future.
        
        Change-Id: I55fd3fabb7594ee2c635cc0b02dbf506bd5ab3df

2013-12-12  Stephan Bergmann  <sbergman@redhat.com>  [77e7301aebe56b24562865efdebdbf66521942d3]

        Keep maActiveCell, mpAccCell in sync
        
        Otherwise ScAccessibleSpreadsheet::GetAccessibleCellAt could return wrong results
        and JunitTest_sc_unoapi would fail at least on Mac OS X.
        
        Change-Id: I65e9231920d13393a6991db318d330ee42a985d4

2013-12-12  Tor Lillqvist  <tml@collabora.com>  [b200f8d73c7ae1561f410ed7857d0c4f7642d051]

        Fix the iOS coloured text problem
        
        The eventual text colour is not known yet when LayoutText() is
        called. So we need to re-do the layout and justification in DrawText()
        in case we have a text colour.
        
        For some reason this is needed only on iOS. On OS X, the original code
        manages to display coloured text correctly. But then, on iOS a virtual
        device is used, and who knows what other strange things going on. Some
        of the scary warnings printed make you a tad unsure everything is
        working correcly... (Like "SdrPageView::DrawLayer: Creating temporary
        SdrPageWindow (ObjectContact), this should never be needed (!)")
        
        Change-Id: Ide99c163dea0f758a373c8dab9c54681ff57f624

2013-12-11  Maxim Monastirsky  <momonasmon@gmail.com>  [511a59ef2c1b580a4391fa6e5d95cc6826420d65]

        Open .tab files with Calc
        
        .tab extension is a known extension for tab-separated values
        according to Wikipedia.
        
        Also add .tsv .tab files to the list of known text files, so XML
        detection code won't run on it, and won't output errors to console.
        
        Change-Id: Ifb8edc40900cb4669264e1e989c01efd61ff24bf
        Reviewed-on: https://gerrit.libreoffice.org/7038
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-12-11  Stephan Bergmann  <sbergman@redhat.com>  [defc4faef618d4273ee5056359f4b8e5eed24a7c]

        getStatusIndicator can apparently return null
        
        ...at least in CppunitTests
        
        Change-Id: I75f05581db5423dc54ea7810a8cd2bd0f9c0c3f0

2013-12-11  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [eebc1e9a8a5c7fd04b795c62791a70eed65995e4]

        fdo#60698: Merge fastsax and sax_shared into expwrap
        
        Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4
        Reviewed-on: https://gerrit.libreoffice.org/6967
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbb9f4f74724213d62154bb17876953064cd2d62]

        writerfilter: remove unused resources.xsl
        
        Change-Id: Id9bb0ae05395fe635aec1a42e8b3c0995cf81463

2013-12-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [a5297c08660a70f5440608dc158235d0720a2225]

        Fix -Werror=reorder
        
        Change-Id: Iecfd714834b1d2f24098d55b9b32daa5ca76b1de

2013-12-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [7ab65f71c3f986d46914dd1c4c3790ccdb07bb10]

        Fix member initialization to comply with ISO C++
        
        Change-Id: Id7ec3a3fe546bbd68f74c732c9708a61d400e946

2013-12-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [da1392934e043bfd12b94dab7b874ddf940f097b]

        Let's use a status indicator while exporting to xlsx.
        
        And reduce header dependency on docsh.hxx which a lot of files include
        directly or indirectly...
        
        Change-Id: I2de25380f8b634456e0add940fbb775ac11414cd

2013-12-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [86da09357b86da983c07e2c4636110e772515251]

        temporarely disable testStockChart pending integration of needed changes
        
        Change-Id: I084cbb9a4330a81212852d963181297b5bef22e4

2013-12-11  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [e516f8be79ddc9d845d8141075f7d558c25c1636]

        fdo#72226: Fix for Stock chart Invalid RT
        
          Issue :
            In chart1.xml,
               <c:chart>
                <c:plotArea>
                 <c:stockChart>
            there are four types of series as Open,Low,High
            and Close.
        
            For Open series,
              <c:ser>
               <c:idx val="0" />
               <c:order val="0" />
            an attribute "val" should be 1 and not 0.
            i.e. index should start from 1 and not from 0.
        
          Implementation :
            - In ChartExport::exportCandleStickSeries(),
              Using idx variable, we are writing index value
              which should be greater than 0. So for idx=0,
              we are adding value 1 while writing index value.
            - Added Unit tese case for chart export
        
        Conflicts:
        	chart2/qa/extras/chart2export.cxx
        
        Change-Id: I4d5ffefbc8fcf62b50c13ca1b3ed80290962fc4e
        Reviewed-on: https://gerrit.libreoffice.org/6925
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [784d3e2b49fb55bfc46723a99fd00d43f31e090a]

        drawingml export: fix EllipseShape for docx
        
        Change-Id: Ifc5e6ae2f3161e33f93b1485269f6dc164f74e40

2013-12-11  Matúš Kukan  <matus.kukan@collabora.com>  [87b2bc2cc31b4bc334af8d598684a340242d3633]

        Use static for this getenv call too.
        
        Change-Id: Ieb8dd13763c6d5e6d30ce641683de79d89d135df

2013-12-11  Matúš Kukan  <matus.kukan@collabora.com>  [58b46086e64b6cbe288c146b017d5d4de1ce6db0]

        Remove unused SvXMLExport::mbEnableExperimentalOdfExport.
        
        Change-Id: Ib2dbc4af73394c9c35a7f273fd8966b91ac3eb84

2013-12-11  Matúš Kukan  <matus.kukan@collabora.com>  [938657613982d0edecc1aa71e9314cff6a0bb56f]

        Let's have a static variable for getenv("UNO_ENV_LOG").
        
        Change-Id: Id382726b86726515a9ae3017c11fad0420136a4c

2013-12-11  Matúš Kukan  <matus.kukan@collabora.com>  [acf233e2bb259759c9167a32e17fcf13e1f54f6c]

        cppu: Avoid uno_direct_getEnvironment() indirection.
        
        "UNO_ENV_SUBST:" should not be used.
        
        Change-Id: If23b174de792cd69dc79e70dd8f5e8a31badb96d

2013-12-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [ece66b11bd3d294eb27f185c1513744fe28ca523]

        fdo#64232: export w:themeFontLang setting to docx
        
        We store the values of themeFontLang tag to the document grab bag so
        we can save it back to the document on export time.
        
        Added unit tests to check that the attribute is properly set back and
        also that the theme fonts are correctly applied to the text.
        
        Change-Id: Ia54c513796ba38a571396ca7b72dfd28463c15fd

2013-12-11  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [1835074d525d12629008f8a6d5ed27402d18f4b3]

        fdo#64232: fix theme fonts application
        
        We were applying the theme fonts taking only into account the
        <a:latin>, <a:ea> and <a:cs> tags to set latin, eastAsia and cs fonts
        respectively. Word uses in addition the <a:font> tags to define a
        font name per language, in combination with <w:themeFontLang> tag in
        settings.xml file which indicates the default language for latin, cs
        and eastAsia. For example, with <w:themeFontLang w:bidi="he-IL" />
        the default language for cs text is Hebrew, if the theme says
        <a:font script="Hebr" typeface="Arial"/> then the selected font for
        those sections of text should be Arial.
        
        In theory, Word would also be able to define the language for a
        specific section of text and that should receive the proper font from
        the theme definition, but we are currently not supporting it. More
        info: http://blogs.msdn.com/b/officeinteroperability/archive/2013/04/
        22/office-open-xml-themes-schemes-and-fonts.aspx
        
        Main changes in this patch:
        * Added setter and getter values to ThemeTable and SettingsTable to
          be able to pass the values read in <w:themeFontLang> tag.
        * Added support to manage the values in <w:themeFontLang> and
          <a:font> tags, which used to be discarded.
        * Added methods to translate locale definitions to the language codes
          used in the <a:font>, using a table defined in the link above.
        
        Change-Id: I78e6da5feab34cb9ff770a2c60e2f7229e7fb140

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [0f5a7bc99fff074336b8d122a0bcc8f3c8e79a7f]

        Add a file
        
        Change-Id: I32bc4852396b0eff9962dc5cd007faf0bb9f5eaa

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [69baf700b6ac9c069022714c3d661a632ade93a3]

        Try to fix colour issues
        
        Use RGBA consistenly. Wonder why the code was changed to use BGRA at
        some point?
        
        I got the picture in the document to show up with correct colours but
        unfortunately not the RED GREEN BLUE etc text. Weird. Even weirder, if
        I add a temporary hack in CoreTextStyle::SetTextColor() to use some
        other colours for non-black text (instead of the ones passed in the
        parameter), those colours do show up. This is a mystery.
        
        Change-Id: I591424a19fa02b3f095035e989cbc49fff94b8ca

2013-12-11  Caolán McNamara  <caolanm@redhat.com>  [108eee306ea0beef1e8cc5e673a72db0928dd6b8]

        Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'
        
        Except for our external api where the Oriya is stuck (and similar for
        the vba implementation)
        
        Change-Id: I8288c930567385eea49a4c303727b13ef8b8a89f

2013-12-11  Caolán McNamara  <caolanm@redhat.com>  [bd43733860699d9f9f5b28f15a442b272d6f77e1]

        drop unused ulcodes
        
        Change-Id: I075db734dae73244d90a39b655fca2dc48d921c7

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [8a0fc37a3714752b764d9d9b752913734412d46c]

        DOCX textframe export: when in experimental mode, use DML instead of VML
        
        Change-Id: Idf6a849b08fd76841d0dd5555e75b698e5d730cb

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [863d91c20b4af0a281748d83f3bf359234bc7195]

        Add DocxAttributeOutput::WriteDMLTextFrame that can export a textframe in DML
        
        Change-Id: I9600d4fffc4cde7046b43729f95d5a96aa1cdf38

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [2e32184b5862e54f7dff17d456235f730c1ff5ea]

        VML export: factor out TextFrame handling code to its own method
        
        Change-Id: I2158aed3dfe71370add52759976232647286fa7e

2013-12-11  Stephan Bergmann  <sbergman@redhat.com>  [123e2c3e9350463fde38fbcbb522e3d6d8340ee6]

        Revert "Don't hold css::uno::Type instances by pointer"
        
        This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now:
        Ach, old GCC doesn't like plain string literals to initialize members
        of OUString type...
        
        Change-Id: I50563a00406259bb5d41831e2a2796762450d097

2013-12-11  Stephan Bergmann  <sbergman@redhat.com>  [90f91088d238469b4a2262c91de3117ba40f5bde]

        Don't hold css::uno::Type instances by pointer
        
        ...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry.  And as the
        arrays of such need to be initialized dynamically anyway, also change their name
        members to proper OUStrings while at it.  Plus some const clean-up.
        
        Change-Id: I67d4d7b5773fb020605f369daf39528bec930606

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [2fa2d39bf3eb2f216e13f6dd2c6c5c35fd19627c]

        Use same test1.odt as in odk/examples/java/DocumentHandling/test
        
        It includes a small PNG image, too.
        
        Change-Id: I31169698a7573b7a6e272277a49cefe76c74f959

2013-12-11  Caolán McNamara  <caolanm@redhat.com>  [1c28065d8fe3e9a1394a7ecfc29e95a9639a1012]

        disposed but not dtored
        
        just die when you are supposed to, without this endless amounts of accessiblity
        cells remain after sorting slides with tables in them
        
        Change-Id: Ice9a86b8b806e58f9bf871341a38f7729798dda9

2013-12-11  Caolán McNamara  <caolanm@redhat.com>  [0b8e2e5efe20519e8b5563314bac0cbb84a3b967]

        correctly dispose to avoid cyclic dependencies
        
        accessibility cruft is still listening to dead tables so crashes in
        slidesorting in main panel if moved slide has tables in it after visiting slide
        sorter once.
        
        Change-Id: I09f9a73b01fb2ddf059402146acdc7bd823798b9

2013-12-11  Michael Stahl  <mstahl@redhat.com>  [ae5013c566e85c49b934d624cacf95049f02d85f]

        ure: remove documentation of no longer bundled GCC libraries
        
        Change-Id: I28ca12157fcc918ccb8a87d1d1801908d300eca7

2013-12-11  Michael Stahl  <mstahl@redhat.com>  [741b09c473b463918fac53a9b53debef4d4ee942]

        ure: remove references to SunStudio C52 filenames
        
        Change-Id: If11655aa56239b9241db43a058244360a8abe1ec

2013-12-11  Caolán McNamara  <caolanm@redhat.com>  [5f15e1fc171b5a74c3e54041af888cc77523ff99]

        too many Inits
        
        so double acquire called, leak, keeps listening after
        expected death, loads and loads of crashes in draw with
        a11y enabled and slide switching with tables in them.
        
        regression since 60f11adb950e4f9645cc9ecb0f5af8235cc97366
        
        Change-Id: I182b43ad4a002a8dff0683cd1e991cfd1de75eb6

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cdba4ca17942b5a4f9f8ac3b91a7d0b096bad57]

        DOCX export: write mc:AlternateContent around drawingml shapes
        
        Change-Id: Ie4cacea61f84aa1e24df9fc39b9467d08f9ca4f0

2013-12-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [326eb94142e0fe9fbb81243fea58261f0203ddcc]

        desktop: document -env cmdline argument
        
        Change-Id: Ic8aa78e4d1bcb02e5d71588ac563c07f371afd41

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [4b0f171b24da9b746fc7cc869aeddbd476df937e]

        sbxbase.hxx is private to basic
        
        Change-Id: I108bd247a40ce2b46034cabe8b075fa4f5a396df

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [d76178b52dc6ab4a9bf22a6051264215a91935cf]

        sbstdobj.hxx is private to basic
        
        Change-Id: I131dfeded783edfea94208d1cf8d70a2090785fa

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [444aaceb15bbfcf679a2baaa5b8370ad5e035d79]

        sbprop.hxx is private to basic
        
        Change-Id: I1d7a28652ee7743b6823d78e1565338a324f0a6a

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [69e1370428a04f2e95cad3da02c1548f0519d3e3]

        WaE: unused variables [loplugin]
        
        Change-Id: I7856fd7417ed2ae19774bd20d48b4a5232301728

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [0a33e24d11938bf0f71e1a6ed1baa84100779f0e]

        sbobjmod.hxx is private to basic
        
        Change-Id: I4ad28b049de5f7268ee1ca2e8992e2f29ed05380

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [dde119c8f2c40249eaea13a5acf218357f7df4b4]

        basic/global.hxx is private to basic
        
        Change-Id: I90a28e34eb45819e240931cd751ac0a546ea6be8

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [cd7bce9e3701942438e420c9dde69f44eab5fa00]

        regband.hxx is private to vcl
        
        Change-Id: If17510b572aa172c8d973f74b881b0d723213eef

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [a1fc912096220648bb2064ff3603bd95fdc84d93]

        octree.hxx is private to vcl
        
        Change-Id: I3cb377cfa99914fdba00504fb7d955e088bfca76

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [a0e8a1b69106dd55dd52fc6966ecf2b19d461fa9]

        fontmanager.hxx is private to vcl
        
        Change-Id: Iec1d1539db0b44d2ddc420cf500585098d4793fc

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [05096c32403eec3198223341b49dc9ae538bc81e]

        displayconnectiondispatch.hxx is private to vcl
        
        Change-Id: I86fab011150be6f151e4fd6a51246f41e86e5833

2013-12-11  Adam Co  <rattles2013@gmail.com>  [545f87379d1a9afb66bb9e4e5f64243f02729357]

        Removed 'XML_lang' tag being auto-written in redline case
        
        When there was a redline in a DOCX file that relates to formatting -
        the DOCX exporter automatically assumed that if the 'after' properties
        contains an 'XML_lang' node - then also the 'before' properties
        should also contain the 'XML_lang' node - and this is wrong.
        
        Change-Id: I383e10c11c228dd6847fd8eecb35c5c23c5f955e
        Reviewed-on: https://gerrit.libreoffice.org/6900
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-11  Adam Co  <rattles2013@gmail.com>  [a8c378805a5b384e46bd0fd292fb6f7142aca2dc]

        moved 'mergeTopMarks' out of 'WriteCollectedRunProperties'
        
        The reason for this - is that the function 'WriteCollectedRunProperties'
        needs to be used by the redline exporter (to export collected 'redlined'
        properties) - and the 'mergeTopMarks' is not needed there.
        
        Change-Id: I10063b2f28adab53949b4d9de8acd0dab66553b0
        Reviewed-on: https://gerrit.libreoffice.org/6899
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-11  Andras Timar  <andras.timar@collabora.com>  [9e99728b4ebedc0185f7226776bcfd15f3309d44]

        sw/qa/tiledrendering/tiledrendering.ui is not for translation
        
        Change-Id: I74122f5a1fb48f9615f7364d3ee5015f0d7e72a6

2013-12-11  Tor Lillqvist  <tml@collabora.com>  [7b5ad4291ce6c3bc8bde7876ed1a072bf387d6e2]

        Add basebmp sources
        
        Change-Id: Idcf6e210a888a80fa4adb7ac8532e4db075eebf7

2013-12-11  Tomaž Vajngerl  <quikee@gmail.com>  [0a3432850458f3c4e880f087f774f376761b521b]

        WaE: : ignoring return value -Werror=unused-result
        
        Change-Id: Ia75ccbe4ffd1e44585a590c7931b920168a6c703

2013-12-11  Tomaž Vajngerl  <quikee@gmail.com>  [2300cdcb637face2bd63935ac923817565370466]

        Show name of the trendline in tooltip (at hovering).
        
        Change-Id: Iaaef26fdb5f1f46b6e0ffece484cf884cc29c84c

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d25b92607db73913d042d359f97503c16ea68698]

        Typo.
        
        Change-Id: Id4d1cab36501a98f136590592471b31ca5043ce4

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e8fff12af2c0bc3172c3db830b5f6a59869e5be0]

        fdo#66969: Add test to ensure we import page field's visibility correctly.
        
        Change-Id: I407b1f552ce089c0ff1d6bdadc1cc618fb713646

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3977983e9f662392426f581516d86d7034ad0fd]

        fdo#66969: Reset group dimension data from all referencing pivot objects.
        
        The previous code was doing it only with the first referencing pivot table,
        which would break the rest of them sharing the same cache if
        the first one doesn't contain all group dimensions used in all of the
        referencing pivot tables.
        
        Change-Id: I35d6907ef8db7ed69db42583cac92b2b74406e2c

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bcea38729938300ce574d9f8570dd49869f01890]

        Dump group types from pivot cache for debugging.
        
        Also add some flags to change the dumping behavior a little.
        
        Change-Id: I291cdd7d055614b9e7074bdc47292ecd41a474ac

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2e1b90a4272defb917b23e2e360e171114d6fa4d]

        fdo#66969: Set selected page name after building all dimension members.
        
        Because the new implementation relies on the visiblity flag of the
        dimension members, they need to exist before setting currently selected
        page, which is still used in documents generated by the older version of
        LibreOffice.
        
        Change-Id: I6cec5fd3d2165f714fc01b596d3761890d87a4ff

2013-12-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f6e3118f57276a458b82482b0d277dee327413e]

        Allow dumping of internal states of pivot table objects for debugging.
        
        Change-Id: I5021ef61d9238da352e13bdd81a2f3607d0fb4aa

2013-12-10  Julien Nabet  <serval2412@yahoo.fr>  [eebc75ea6395848e618f4176f70900d7ebd017a8]

        Typos (mainly "propably")
        
        Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [cfb58670f13befd738eff485349894ae504200f0]

        offapi: fdo#69306 tweak multi-paragraph parameter comment
        
        Change-Id: I3d3d7ca09d30f5d9358e48f5a2e030967aa16bc3

2013-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [2b1fcd466eea63cd8e694693255b765c863fda8c]

        Add back check for missing libgetuid.so.
        
        If the library does not work, things like fdo#67388 happen.
        
        Change-Id: I3390fdb6f2cdf24145ddde4466146f91e5dfde82

2013-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [203e84d434de904add0b4426e87a4eb0a9a50c66]

        installer: Fix path to libgetuid.so again. Hardcode it.
        
        Hopefully fixes fdo#67388. I can't reproduce here.
        
        Change-Id: I5bcbb59a0f49e925d60f225b0f8f925d6d5dc468

2013-12-10  Oliver-Rainer Wittmann  <orw@apache.org>  [3fc6fc2ff7304a0d1bc85bd2e03fb3fbab492c9a]

        Related: #i33737# correction: assure the selections does not...
        
        start/end inside a table while end/start of the selection is outside the table
        
        (cherry picked from commit 382814ccb30bfe71f093e55e23802447caca235d)
        
        Conflicts:
        	sw/source/core/crsr/swcrsr.cxx
        
        Change-Id: Ibcbd9b18538ce04abfae11e75b30d6897a62e268

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [f6f2ee5bdd9e0d44437bfbd6dd338adea956b2ab]

        xmloff: remove unused XMLTimeFieldImportContext::fTimeValue
        
        Change-Id: I0ed6f24d4aae0f62cb63c682322e39e635e49ec8

2013-12-10  Andrzej Hunt  <andrzej.hunt@collabora.com>  [3cc31f89787e435c893b38a0adc0a23f566ab60f]

        fdo#60486 Fix auto-enabling bluetooth and improve bluetooth handling.
        
        We should only enable bluetooth with explicit approval of the user, see:
        http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#enable%28%29
        
        We now also display an appropriate message if bluetooth is disabled.
        
        Change-Id: Ic3a07c9ad0806a60ac7c7e609a30add7af18916f

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5ad6e750b58d07d9edbcc3ee31735bdcb05e4b5]

        writerfilter: remove unused WW8inc.xsl
        
        Change-Id: Iba539b5546b5bf0dca9c9f19f2537cbcdd48becd

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c8eb32dcab9333c7620ca97edc5d525f71946fb]

        writerfilter: remove unused WW8sprms.xsl
        
        Change-Id: I82bd41c42ade8da50741af4fa66992d4ea95c463

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3a8705e53b56c1564b6436f816a6e5eaad6270d8]

        writerfilter: remove unused WW8StructBase
        
        Change-Id: I23c20ebf77666a64e3b65ce69ada1c1e1cfa5c21

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5eb2ce5aa44fb250f40a43958914b5af5e21795]

        DocxTableStyleExport: whitespace fixes
        
        Change-Id: I2888be395e137ebc1f25cdc13626ec4265461523

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4614af18d3e033e0eed27db3d4c897afb8c8baa1]

        DOCX shape export: when in experimental mode, use DML instead of VML
        
        Change-Id: I8a07b74c047dfa2c4b1096e3cd3ace3bd5f93d0a

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [03f0128c15ef59bbcf193bcd85e1763111c29ad7]

        DOCX export: add method to write wp + dml markup for an SdrObject
        
        Also, factor out common code from FlyFrameGraphic() and
        WriteDMLDrawing() to lcl_startDMLAnchorInline() and
        lcl_endDMLAnchorInline() to avoid code duplication.
        
        Change-Id: Ic1bed48e45b1cdb2d061ed7099206c0b1aa4f9f7

2013-12-10  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [67db0ef92f1b8e5b6db9e6d6b8b02ba993f772cf]

        fdo#40315 Improve text for moving average trendline
        
        Change text in status bar for moving average trendline:
        no equation, no R²
        
        Change-Id: I0e18a72ff1f1d78e3bb28cab4d5f215c096898dc
        Reviewed-on: https://gerrit.libreoffice.org/7015
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [a850e62cd26a58a6ee9f3a2c8faa75ab10e96f8f]

        Fix unit test case.
        
        This would test for white spaces in text import.

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [487769f76fd4bbac8b8059d7b146de812c730dd7]

        Force int16 as int32

2013-12-10  Stephan Bergmann  <sbergman@redhat.com>  [bcc10ce1a5392c8a8eb4a420d856d55ed532d003]

        Some clean-up
        
        Change-Id: Ieefd4653c18dceb5e5300b8411207cca100e4653

2013-12-10  Stephan Bergmann  <sbergman@redhat.com>  [5e08f6103ba4baa3300cd18223f8f60c4d53f3f6]

        Fix addition of OStringBuffer::append(bool) overload
        
        ...and while at it, improve generated documentation.
        
        Change-Id: I6b80b19f18cd41cd01e272bbb6e91aad2f7853f3

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [cc407e50e8a1a74f9d1ed29d444dce9bd2e9167a]

        sax, xmloff: fix ODF import/export of text:time/text:time-value
        
        The value written for an Impress time field is something like
        text:time-value="0000-00-00T23:28:07" (in LO 3.5+) or
        text:time-value="0-00-00T23:28:07" (in OOo 3.3) which contains an
        invalid all-zero date.  Such values are actually rejected by the
        ODF import since commit ae3e2f170045a1525f67e9f3e9b7e03d94f2b56b.
        
        Actually there was no real support to read the RelaxNG type
        timeOrDateTime before.
        
        So fix that by:
        - adding convertTimeOrDateTime/parseTimeOrDateTime functions to
          sax::Converter
        - recognizing and ignoring the 2 invalid all-zero values written by
          LO 3.5 and historic OOo respectively
        - writing a bare "time" in text:time-value if the DateTime struct
          contains zero Date members
          (Older OOo versions and AOO cannot actually read that, but everything
          they _can_ read is invalid ODF...)
        
        Change-Id: I754076caee74a5163ed3f972af0f23796aa14f9f

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [1235e694c21f6e3e000e24a176123c386ea91df1]

        fdo#70278: editeng: fix Time fields in Impress
        
        Apparenty an uninitialized SvxTimeField is created instead of the
        SvxExtTimeField that is needed to preserve the value and format.
        
        (regression from ee5fc5d25fe102c30daf7d181b8181d40b85a4f3)
        
        Change-Id: I36b16af0c143e8b5451a1925806756492dc2334e

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [be3a6f7c4d89748bb09d5d389c7ca7bd0a09e5da]

        svl: remove SfxDateTimeItem, which is actually unused
        
        ... since 2f44516d6c3fce6ebe372214ce4bfa11875bd3d1
        
        Change-Id: I25905a69464a43e12fcbb4770c8b0e171ab3271b

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [7b9c61c7f20a679c5316a288c2ec2ffbf04b4200]

        editeng: fix more 32-bit Time breakage
        
        SfxDateTimeItem and SvxExtTimeField need to use 64-bit integer to store
        Time as well.  These classes also have binary serialization
        Load()/Save() methods but they are unlikely to be used in a persistent
        way, just for the clipboard.
        
        The problem is easy to reproduce in Impress: Insert->Field->Time(fixed)
        
        (regression from 9830fd36dbdb72c79703b0c61efc027fba793c5a)
        
        Change-Id: I5946c5b94dd5a509805b6dc40461bbd910caffc4

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [17dab5bf8efb3fd676e6854474b199b681d0dc28]

        fdo#70198: sw: don't truncate Time values on 32bit platforms
        
        SwDoc::SetFixFields() uses sal_uLong to store Time.GetTime() which needs
        64 bits.
        
        Also fix same problem on Time fields in HTML import.
        
        (regression from 9830fd36dbdb72c79703b0c61efc027fba793c5a)
        
        Change-Id: I5d0388cbc364e1f9dfb60ff9e83c7d2f101c69d8

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [34140139840a181157690038fe845f5b33866b10]

        sd: PPT export: fix assert on 0-length text portions
        
        Not sure if such are legit, but this should fix the crash.
        
        Change-Id: Idf8a3a67ddae464533d431f1a6a2ebea6d6c2213

2013-12-10  Michael Stahl  <mstahl@redhat.com>  [6692eeca9a3ba7a9ba461564172275fbb78992e9]

        svtools: don't dereference invalid iterator
        
        Can be reproduced by opening Data Sources in Writer and closing
        document.
        
        Change-Id: I703ceffee3a1896acd06076d8b77085e8785acd3

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dfbc0af502087f62fc0cdd2278d557614aa3bc4]

        DOCX export: add a method to write an XShape as drawingml
        
        Change-Id: Ibe6bee0d8fc251c47a362e71dcfd4543da28f3c4

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [eebd963d6d5df8b7637093addfe1b4052eed1f8a]

        drawingml customshape export: handle docx corner cases
        
        Change-Id: I4b2b13c0855180acbfe34b594e12e493d4f04120

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [cd725211e7f26195f8027cff632994843928aa16]

        Force enums as ints - to avoid warning/errors.

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [cd5e4be786319226f77509c7f323af5ec380af41]

        Add append(bool) to OStringBuffer.

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [6fa262338d80f247f9813e86bce81c757caf272f]

        Revert unnecessary code.

2013-12-10  Tor Lillqvist  <tml@collabora.com>  [f33a5c6c737aecc6c871c63b6c5a52802c89b3e9]

        WaE: unused variable 'aLine' [loplugin]
        
        Change-Id: Iddb5bd22ca5536d1de83d05b82e5d78ee39c4d56

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [22cb5a88a047c4c0a4ab0e0236e70eee417e1711]

        Fix build issue - add append(bool) to strbuf

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [a44dbc35292b70dbcb2bbf3e51b60e2fcdbfc1c9]

        DOCX export: number drawingml objects from one
        
        For some reason for drawingml shapes Word doesn't like the "0"
        identifier. Let's do the same trick that works for font identifiers
        already.
        
        Change-Id: I30ebc33ab927becc1bbf146577eb36b914bf7edb

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [d4b2f0df41093dddb0354bc256afc755524ced88]

        oox: allow to declare the wps namespace on export
        
        Change-Id: I278b568d512dfbc34d24c612c1a532315e35e808

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [aa822c44b758fe312a3a052f890f53418adc5f6b]

        n#753460: Copying slides having same master page name.
        
        Has part feature of getting hashes of SdPages.
        (Misses hashing text, images, etc).

2013-12-10  Muthu Subramanian  <sumuthu@collabora.com>  [840f4fc4d677740fc4b0ebcb658f4a828e184dad]

        n#828390: New line is dropped while importing text.

2013-12-10  Stephan Bergmann  <sbergman@redhat.com>  [87dd1780a31de9ea1df70a8511c262ff252bf99a]

        Get rid of $(share_subdir_name) again
        
        Quoting 56211a166ab25d80de84c2cccce22be15a9be051 "fdo#72394 Don't endlessly
        expand $(share_subdir_name) into itself":
        
        * The compile-time variable LIBO_SHARE_FOLDER should not end up as a runtime
          framework path variable, esp. since accidentally re-substituting it for
          "share" segments in unrelated URLs like <file:///export/share/for-all> does
          not make sense.  ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 "fdo#68552: Don't
          (attempt to) do run-time expansion of build-time parameters" had already
          attempted a fix for that, but it had to be reverted again with
          791a8b96f754798192875da287c84f8cfa4e533e because it "Unfortunately does not
          work if BUILDDIR is different from SRCDIR."
        
        So this time fix it not via configure-expanded *.in files, but via xsltproc
        (for officecfg/registry/ files) and sed (for wizards/soruce/configshare files).
        
        The changes to officecfg/util/alllang.xsl will replace @LIBO_SHARE_FOLDER@ only
        in oor:name attribues (and in <value> text), not in any other attributes,
        because I have no idea how to write that generically in XSLT and it happens to
        be only needed in oor:name for now.
        
        Change-Id: Iec78eb70dcbf1a5bbabf4e42f21c44dc65c3e438

2013-12-10  Eike Rathke  <erack@redhat.com>  [6e89666b4e23189dcaa8fdb308e1b48015d6875b]

        write the correct 'sort-ascending' value, fdo#72548
        
        ... for <table:content-validation table:display-list='sort-ascending' ...>
        
        Change-Id: I57d35cd08e3fce4eff5d571a19bb8793fde4a201

2013-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [a3f3fd00e4fb6beb70284902791ef9cbc3318659]

        Fix another string conversion regression.
        
        Change-Id: I8297fd60b7db057504260a2304ccce6358bb9776

2013-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [088756cb2d67442f7d422ca064ab1dcdb410411f]

        fdo#72037: Fix comparison of indexOf values after string conversion.
        
        regression from 9daa4f31944e1b9510b092ab9fdd433984c85d10
        
        Change-Id: I369a9a342984084f5269bcd9d829c42de9ac4a23

2013-12-10  Tor Lillqvist  <tml@collabora.com>  [5f29e8ab2437ae621bc82c0c69cf2b4e3f5baa61]

        Add more source files for easier breakpointing in Xcode
        
        Change-Id: Ibe97fe4a105d048c02d3af5263efc68d486afb06

2013-12-10  Tor Lillqvist  <tml@collabora.com>  [8a75ecb4a10f214dae18ab27fdbaa7aa154f9a02]

        Don't bother with the red/green rectangle on non-desktop
        
        It just makes it harder to debug low-level drawing stuff if LO insists
        on drawing stuff by itself all the time while idle...
        
        Change-Id: Ied22aa5c94fbe43ef34063ee865223cc7467a3d3

2013-12-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [adc68965d585b67ade2373d188e17de96c119770]

        i#23357 RTF export: fix crash on groupshapes
        
        Change-Id: I3329663060aeb06ac552bd5d1615d19efe160091

2013-12-10  haochen  <haochen@multicorewareinc.com>  [445299be76934c6c593793aae2d7630f8a42562b]

        GPU Calc: cache more once compiled program in memory
        
        Change-Id: Iab34567806e069d819c86b52f93d88355272416f

2013-12-10  Steve Yin  <steve_y@apache.org>  [e446b4a598acf0e76eebf99d33d6691741c4cbba]

        Resolves: #i123620# IAccessibleHypertext::hyperlinkIndex returns 0...
        
        when editing a cell/object where there is no link
        
        (cherry picked from commit 552e71c2482b5911ac485c9331a4f354ba7150b5)
        
        Change-Id: I9be20b045d3472f15c98352928d45a1349cec5c4

2013-12-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [afd32065b619a6016658eaac650a29d0d03d4c61]

        fdo#54938: Convert dbaccess to use cppu::supportsService
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	dbaccess/source/core/dataaccess/connection.hxx
        
        Change-Id: Id7602b969790b13538868b937842bc945ce3e31e

2013-12-10  Matúš Kukan  <matus.kukan@collabora.com>  [708a8d7bda4782d1bacac44041ea69c2581316ca]

        No such package: xmlhelp_xsl.
        
        It was removed in 56bb796673657c9f8683bbff08070c77c4c889cd.
        
        Change-Id: Ia652d73d4aba26b39792286a1f410970b4e3b418

2013-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [dae9b7060dd60702c7bc9270c6efdba89e41106a]

        Drop duplicate #include
        
        Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052

2013-12-09  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [4cb23d2016042b0738b0be1ec5b4dfe4e2b80b5a]

        GPU Calc: fix compiler warnings regarding to member init order
        
        Change-Id: Ie0223b0c4224323b4211cf207468ea0dc1205fbb

2013-12-09  haochen  <haochen@multicorewareinc.com>  [031738970b6635505e91065cca511f4378969cb1]

        Release cl_mem&kernel after sumifs reduction kernel
        
        Change-Id: Ibe2eccf92b5f8e7b12b5d885cb393238b16837b0
        Signed-off-by: Your Name <you@example.com>

2013-12-09  Eike Rathke  <erack@redhat.com>  [8047ae4a8244199717698f2e2f5281551e97912c]

        be able to read the correct 'sort-ascending' value, fdo#72548
        
        ... for <table:content-validation table:display-list='sort-ascending' ...>
        but do not write it yet.
        
        Change-Id: I05bdf27cee27f7456b660267b95126420474eb99

2013-12-09  Tomaž Vajngerl  <quikee@gmail.com>  [b0e66c05aff05843e6ca76aebc851671cb1d05ef]

        More clearly name the trendline in chart's element selection box.
        
        Change-Id: I5f787eb064524a3b2399d591866a5b8cbdee6294

2013-12-09  Tomaž Vajngerl  <quikee@gmail.com>  [ee545ea38e89da0ab12684a1121a38f4a0c7d867]

        Display correct equation with multiple trendlines in chart.
        
        When there were multiple trendlines for one data series and one
        was selected, always the equation and R^2 of the first trendline
        was displayed in status bar.
        
        Change-Id: I320261e129c51bbdd1228173ca2f1d8447fdcb89

2013-12-09  Andras Timar  <andras.timar@collabora.com>  [6c4f8bbadd9c3196725600f9cddb2b151622caa6]

        Updated core Project: dictionaries  bdd76ca138ded701c4436ca09d6961009bc1114b

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [f84960ecba3a5a047067bbc357737163bd442150]

        Avoid C99 digraph <:
        
        Change-Id: Ifcd4f86bbdd0b780c73f277bc2b35f16e79ac682

2013-12-09  Andras Timar  <andras.timar@collabora.com>  [7666149128dc6381481303fe46a3a374f31bee1f]

        Revert "fdo#56443 allow different name for .dic and .aff files"
        
        This reverts commit cb56ab9bca5e917d86a7dc24eb144353c405f07c.

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [22115840c28508819f16532d8db7fa569dd7891c]

        writerfilter: remove unused resourceidmapper
        
        Change-Id: I70299737ce00a43202aafc5451e6b275feda1caf

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [62ff0ee17457662214a8b208ff2aee321d6442e1]

        writerfilter: remove unused xmistat
        
        Change-Id: I9ac4cbea66123a58007dfce639964f546847a36f

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5f7801c7b45541c983df7e226d17fd24ddfdaf1]

        writerfilter: remove unused resourceidmapperback
        
        Change-Id: I53d899e7d1122e773ad50c6a49213b76a68e5454

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [387207073a0b56aa4275814f219644915aa842f6]

        writerfilter: remove unused WW8ResourceModelImpl
        
        Change-Id: Ib95e4d543b8ee78127847ea0ed2409cb343b1463

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [592719cda0fc1f0ab0f249b321d1a3b16fbcbbbe]

        missing title text
        
        Change-Id: Ic3e2791c752aee5a5ec081f4a544e0a45f3ea0e1

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [e3a5fec0ead2d0ac5319265c19b4988cf241d81d]

        convert 3dview dialog to .ui
        
        Change-Id: I790d8cccedeac70f5430cfb75e03914472b9c3d6

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [10583b74f0d6ad306ccc05676f97ab34e8cd229f]

        Updated core Project: help  63d213bbd4e500d4bae0e36208c439ab2f346846

2013-12-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [56e1133f724896aec3f5b5c409fb5917a3b13eb4]

        Convert chart 3D scene illumination to .ui
        
        Change-Id: I55e56196818e181d16e74ae93376ff4ff1c4c395
        Reviewed-on: https://gerrit.libreoffice.org/6998
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-09  Eike Rathke  <erack@redhat.com>  [9f87de91cee05656808a98ab1bd65ad9509ef7df]

        resolved fdo#72537 write <loext:fill-character>
        
        ... instead of <number:fill-character> but read both.
        
        Change-Id: Ia620fad575782f6174a9ee5fbbd8b396b21948e3

2013-12-09  Andras Timar  <andras.timar@collabora.com>  [1c7c9c504cbf286743d4722445e9ae17e997c145]

        Updated core Project: dictionaries  efc0a1b9f3184ede1a1ebe5b2a2a8d00133aa92b

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [ee1a055f41d6767d7983472e5088ae233286827b]

        Update file paths and names after c49721950cb3d897b35f08bf871239308680b18e
        
        Change-Id: I2798800689809c8dfc3edede337f7667ff3248a1

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [9f53053edac882a466ee69734665a1d66d52f10b]

        Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOffice
        
        Keeping this stuff working is hard. How did I not notice this before?
        I need to make clean more often I guess.
        
        I edited the project.pbxproj file manually as I didn't fully get it
        how to set up the wanted handling of this file in the Xcode GUI. So I
        just copied the handling of offapi.rdb in project.pbxproj (with
        different ids, of course).
        
        I really much prefer doing this fully in Makefiles, as in
        CustomTarget_LibreOffice_app.mk.
        
        Change-Id: Ifc4f2481f7a9d1562be6f91714ed38c82cdd5eb0

2013-12-09  Matúš Kukan  <matus.kukan@collabora.com>  [a01fabf7052df9b5d3921da4916bba6c05c4d6ac]

        scp2: Fix one more 'Name' path.
        
        It is under #ifdef MINGW_SYSTEM_PYTHON, so nobody noticed.
        
        Change-Id: Idf48079e5533ef20fd37eef819c9ac2601833a14

2013-12-09  Matúš Kukan  <matus.kukan@collabora.com>  [5015f04db460806a8247e97d9f1fe77f1501b255]

        fdo#72451: installer: Make filelists work again.
        
        regression from c2f5e09900561d417d53a74fd6bc189cb7d898e1
        
        Change-Id: I840d066ec2fccb35fdbd96939c5593a71beb0abd

2013-12-09  Andras Timar  <andras.timar@collabora.com>  [cb56ab9bca5e917d86a7dc24eb144353c405f07c]

        fdo#56443 allow different name for .dic and .aff files
        
        For example, de_CH_frami.dic and de_AT_frami.dic use de_DE_frami.aff.
        
        Change-Id: I1d3770ad871b4714f7e595e1cd13f5fd7f224a1f

2013-12-09  Tomaž Vajngerl  <quikee@gmail.com>  [f464bb21c8e8483200feb159cfdf9e5bc29aa27f]

        fdo#72137 Allocate enough points in MovingAverageRegression calc.
        
        Change-Id: I9ae058cad678cdb86709a4e40e3d4bd47900d386

2013-12-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b4b623c10ca4dbb94cdd7fd8189b40e50fbf9b6e]

        fdo#54938: Convert starmath to use cppu::supportsService
        
        Change-Id: If5ba86d421ce876071df39ce8dec1bebe7ebae81
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [ad0a87f71e1b1b59febfccd956fde5c365c28813]

        drop unused helpds ids and macros
        
        Change-Id: I3f957fe2fbe731c5d8847cfdd518e0593a615339

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [c3aa5d3dd7d2e73ffad9b7f3f7140f2129298461]

        Updated core Project: help  709409b5a4b5f77127fdd6f9669f39530b382b63

2013-12-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [66b602e2315f91faf4c28ea9b72bfe188e0eec9c]

        fdo#54938: Convert io to use cppu::supportsService
        
        Change-Id: Id53289a68352558b039e0993b687d0447cea8036
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2f50ce6cfab2871cd879c1429e1938d3642616ef]

        fdo#54938: Convert sw to use cppu::supportsService
        
        Change-Id: Ic27bf31e5eb991ccceb8b97713d1e50a736709c8
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [28de078a73ad5f8effa7de8b60db2f4cbed14f2a]

        missing string resources
        
        regression since 1a404132d94af93d99b2ab65185d2c1b3efd78d4
        
        Change-Id: Ied3080d101783e14e3e620d7cd00b7b482a1a8af

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [98e135931a64025c728b2949eaaa8c5c70c97a2f]

        convert chart elements page to .ui
        
        Change-Id: I7b6dba29622dc1eaa7e12c58084c6ffed19fe886

2013-12-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [cf38ab5d8929d99d70dcf517e1c795a3f6f90e9d]

        Convert chart::InsertTitleDlg to .ui
        
        Change-Id: Ic92ab5e715253caa4be9c0fea4499797ed2b7485
        Reviewed-on: https://gerrit.libreoffice.org/6997
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [cccc6c4ebcc508576d9cf609a649d4d3d76d61eb]

        fdo#54938: Convert sd to use cppu::supportsService
        
        Change-Id: I1aaecbc9f7b5ca0ca2009caf38013054f84cbecc
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [326aa3ff4d86c5709ae85ab71fd2c6828bbe7559]

        fdo#54938: Convert sc to use cppu::supportsService
        
        Change-Id: I1f1606244fbb6e6ddd5b6427322564a0033de78b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [cf8a54e48c24b2b2b3ca31b0c2d2faef9f2fca0d]

        Get rid of redundant configmgr::XcuParser::State::locked
        
        Change-Id: If7019fc334c0f11fae464b65c135d01acfb1a46b

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [9f3e4bf8dcf11799c775a4d9bfd97732c65d454a]

        Missing includes
        
        Change-Id: Ia9e8c05fedbb10eed347bbf357db73754e65a74c

2013-12-09  Ulrich Kitzinger  <ulkitz@hotmail.de>  [cc36dfc9bf4f327c359d171d8d05f0ede049164e]

        fdo#72156: GraphicObject: Added missing delete of stream
        
        Change-Id: I1b84941b0e4b17d5819b1e4af0da9ce3f673710f
        Signed-off-by: Ulrich Kitzinger <ulkitz@hotmail.de>

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [44d476f509a883d6f6b5f9c90d45729ba93b6245]

        implicit conversion of NULL constant to 'bool' [-Werror,-Wnull-conversion]
        
        ...after 8a8981c603d2f45d0fac656e5b4b31bcabfabc92 "GetBasic and m_pBasic are
        unused."
        
        Change-Id: Ie491046b34668b0aaf499c057c35be21d8b81df9

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [fa7c24e0e7b300fb7ac6ff7202a57eb1c60eb0b6]

        implicit conversion of NULL constant to 'bool' [-Werror,-Wnull-conversion]
        
        ...after 8a8981c603d2f45d0fac656e5b4b31bcabfabc92 "GetBasic and m_pBasic are
        unused."
        
        Change-Id: I7ccfcdcc3a7b005185a1de3050f3cccbc741f073

2013-12-09  Caolán McNamara  <caolanm@redhat.com>  [8a8981c603d2f45d0fac656e5b4b31bcabfabc92]

        GetBasic and m_pBasic are unused
        
        which is probably a good thing because it is zeroed in the copy ctor which
        looks rather dubious
        
        Change-Id: Ia082601982aaea5df92cf7aa9724cbe187716e0c

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [826d133ccfdf20bb9e317715c726c4a562674b0b]

        drawingml import: handle w:b (found in docx groupshape textboxes)
        
        Change-Id: I105d068a6b8d454fac963cd30f6f812cf2b96170

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f5b3a728cec51cedc985e60bdd25f8f5484b7e14]

        drawingml import: handle wps:bodyPr inside a groupshape
        
        Change-Id: I1f059ae653ab13a7c867f77b2b1b4265e9e71b4e

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [66338e11a48f600c63d37c3969ddb8b5a1188011]

        Fix error in comment
        
        Change-Id: I636da8b596e984ecadd13e5fe6a5b9a843ba3a81

2013-12-09  Andras Timar  <andras.timar@collabora.com>  [93210ec3b3e7e773e998a3771136043748232f85]

        fdo#69027 check for state_.top().locked
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: I wonder why I originally
        introduced State::locked in addition to State:ignored in the first place, but
        can't find a good reason for that now. So the patch looks ok, though it could be
        further simplified to completely get rid of State::locked. Will do that in a
        follow-up commit.
        
        Change-Id: If07a07b21effbf42918408a0b60b2d18bdc8665c

2013-12-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fbd54a2852d9a8d1c7fa10684a458b6c4d68bfee]

        Updated core Project: translations  f3f04265562dcd40990cccdd83170c8afffef4ab

2013-12-09  Matúš Kukan  <matus.kukan@collabora.com>  [2249abc8d313bedce8f6de20ea0f49b512ed5da0]

        Do not compress .ui translations in .zip files.
        
        Using zip files reduce the file count in installer.
        Uncompressed zip files can be compressed better by
        packaging, thus we reduce the size of final package.
        
        Change-Id: Id7c5ee9e302de325a29702b4e64301dc7102b2cf
        Reviewed-on: https://gerrit.libreoffice.org/6938
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7a8a5e48ae07551e0f513da57f95d81bdbab43a]

        drawingml import: read w:color
        
        Change-Id: I6ae7ea8b58e262e5b6226f8f789e39ebcc6077ca

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [f6c592b5e1722bd5b77de11c08d649b352f6e620]

        drawingml import: read w:sz
        
        Change-Id: I40293a0b612b50d5da3d736f567310525608b308

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b531abb6179a9f7f9cf4c745dba5060397425c6]

        drawingml import: read w:rPr
        
        Change-Id: I4405f9bc073b6e0b8c0426561ae9d01d91efdd59

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [9dad3de754f4ceb5c8f2cea734d353d3862b5556]

        drawingml import: read w:sdtContent
        
        Change-Id: I691b0ee28304659fedbe9cf8eff6ba1d757d0803

2013-12-09  Noel Grandin  <noel@peralex.com>  [c5b7a5fd191a8ec65a64980fe3197832dba1ffae]

        fix equalsAscii conversion. Noticed in fdo#72391
        
        In commit 363cc397172f2b0a94d9c4dc44fc8d95072795a3
        "convert equalsAsciiL calls to startWith calls where possible"
        I incorrectly converted equalsAsciiL calls to startsWith calls.
        This commit fixes those places to use the == OUString operator.
        
        Change-Id: If76993baf73e3d8fb3bbcf6e8314e59fdc1207b6

2013-12-09  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [aefd8ff742f8952327f1bddc37e62317d69ffb7d]

        Follow-up Patch
        
        Changed variable names to Hungarian Notation
        
        Change-Id: I00f2a91f9faa4fd779851be7b48449a7be203e49
        Reviewed-on: https://gerrit.libreoffice.org/7007
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [b596c6d74d4808f4793df51c81a93b12011314c7]

        Bin pointless micro-optimisation
        
        Change-Id: I87285411001a1535dae5dd921f5cceb1570d5f95

2013-12-09  Khaled Hosny  <khaledhosny@eglug.org>  [02ce734450559c9353ca7f42b2519239220dd265]

        fdo#72488: Broken text when showing visible space
        
        Turning on showing nonprinting characters replaces the space with bullet
        character, but still draws the text with the original kern array, this
        works fine until there are ligatures involving the space character as
        the number of glyphs after replacing the space with the bullet will be
        different and the kern array will be completely off.
        
        This is a hack that gives up on replacing the space with a bullet when
        its width is zero, not sure if it would interfere with other legitimate
        uses.
        
        Change-Id: I5ed17132ead7cd141a4e8b0372e37541c163be30
        Reviewed-on: https://gerrit.libreoffice.org/6995
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [56211a166ab25d80de84c2cccce22be15a9be051]

        fdo#72394 Don't endlessly expand $(share_subdir_name) into itself
        
        The introduction of $(share_subdir_name) expanding to "share" in
        c6a73009747814513ab5a7277c211449c7378870 "Use subfolder names from
        <config_folders.h>" shows that
        SubstitutePathVariables::impl_reSubstituteVariables is fundamentally flawed in
        that it allows reducing variable occurrences even in variable names, so that it
        will expand an occurrence of "share" into an endless recursion of
        "$(share_subdir_name)" -> "$($(share_subdir_name)_subdir_name)" -> ...
        
        Adding $(share_subdir_name) to the list of variables that can only replace a
        complete path segment (delimited by "/"), from which it had erroneously been
        missing, "fixes" this problem for now.
        
        But the code is still wrong in at least two respects:
        * SubstitutePathVariables::impl_reSubstituteVariables arguably needs to be made
          more robust, to never reduce variable occurrences in variable names.
        * The compile-time variable LIBO_SHARE_FOLDER should not end up as a runtime
          framework path variable, esp. since accidentally re-substituting it for
          "share" segments in unrelated URLs like <file:///export/share/for-all> does
          not make sense.  ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 "fdo#68552: Don't
          (attempt to) do run-time expansion of build-time parameters" had already
          attempted a fix for that, but it had to be reverted again with
          791a8b96f754798192875da287c84f8cfa4e533e because it "Unfortunately does not
          work if BUILDDIR is different from SRCDIR."
        
        Change-Id: If214c179c0068fbaa475c1c9cac804d6a1dbb2dc

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [bc78c61bd29b1eac4ef70bfbcc67b4b49e16ccdd]

        RTF export: unused forward declaration
        
        Change-Id: Ida8e4d9e9b6ea7e1009b8cf617363d31e895a5a2

2013-12-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1cc1a893763c948f20463b808ea5eabe10eb7fd5]

        abi#10201 RTF export: fix crash when handling table::BorderLineStyle::NONE
        
        Change-Id: I811820c0d550ce24ad2180a8917ef0087968c30b

2013-12-09  Matúš Kukan  <matus.kukan@collabora.com>  [d45bc3429c859392aa9fd7932908e50b0716a39c]

        SearchResults dialog: Use also AlignToCursor when setting cursor.
        
        Change-Id: I4c802b5164bc0f0dc11da80c2225f9fc274e227c

2013-12-09  Matúš Kukan  <matus.kukan@collabora.com>  [dc22a2aa1b2858394ad70806f34d1327936af7a0]

        fdo#72413: Fix O(n^2) in inserting SearchResults' items.
        
        Thanks to moggi, who pointed to this, should be documented somewhere.
        
        Change-Id: I96ba2cca930e4b784a825987ea19e4fc9aacb6d6

2013-12-09  Tor Lillqvist  <tml@collabora.com>  [74ca95edd1bd3c00cf314690fe22171ec93d6885]

        WaE: C4310: cast truncates constant value
        
        Change-Id: I187382713aa85fa43e674f96e0a8cfb1f7ac0d03

2013-12-09  Stephan Bergmann  <sbergman@redhat.com>  [22aed8e030b5803cbfe5ac964bc6d8cdabf50875]

        Use OUString::startsWith
        
        Change-Id: I703148113f4df43d17500478509a9e2089999bf6

2013-12-09  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [0c61ffc15ecd8122cb9102d2591561e1d4e37327]

        Fix for Column Break if it appears in w:r which is not the first run.
        
        Explicitly ended paragraph when the column break appears in a run
        (which is not the first run in the paragraph), as Writer adds a
        column break only for new paragraph. Also the created paragraph
        must have the same para properties as the earlier one. Hence avoided
        pushing new para properties if paragraph is split to adjust a col break.
        Added UT for the same.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6953
        
        Change-Id: If7d503b7a4bfab31f40ceb0119876e5909252b2f

2013-12-09  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [496ae60435db1c7b508cbdf85bd5cc00c351cf88]

        fdo#40314 Force intercept only for linear/poly trendlines
        
        Force intercept option is available only for linear and polynomial
        trendlines
        
        Change-Id: I98f551a51b4d1e85924ce23135588a03fabbea35
        Reviewed-on: https://gerrit.libreoffice.org/7001
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2013-12-08  Maxim Monastirsky  <momonasmon@gmail.com>  [f38277dc0337df15f3ea689096a2c18a03354a61]

        fdo#46262 Detect XML files with UTF-8 BOM
        
        Also convert sal_Char (deprecated) -> char
        
        Change-Id: Ibf66f6a9ea751bab96f43671fe95a835c073d9e0
        Reviewed-on: https://gerrit.libreoffice.org/6942
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-08  Stephan Bergmann  <sbergman@redhat.com>  [378d71201bc1fedf9f602ceaef8c68ab51a29dd6]

        Improve failure log
        
        Change-Id: Icb0f0ec2e4660122d524cf7a7025d1b7f225b4cd

2013-12-08  Stephan Bergmann  <sbergman@redhat.com>  [9a8c70bc94f3d62e9a0dd5efd896681bec3f3160]

        Give each CppunitTest its own UserInstallation
        
        Change-Id: I0772c596a3d49e63a728281261db21817fcda156

2013-12-08  Tomaž Vajngerl  <quikee@gmail.com>  [c85f1ed54f64bb7c7d309ec87df9ce8027a4a108]

        Remove EmptyNumericField as it looks like it isn't used anymore.
        
        Change-Id: I2619aea6543ec19c360b44d8d22e0d7ebca2b658

2013-12-08  Jan Holesovsky  <kendy@collabora.com>  [d5dcb3fc160ce9e2235560af35be2c0f44e03a08]

        Name the .pdb files so that WinDbg can consume them.
        
        Change-Id: I62cecfb36dd912a1a736d063761faa445a29f3a7

2013-12-08  Jan Holesovsky  <kendy@collabora.com>  [5f40aeb10ba841bf306323c0d18dbc4b572bfea8]

        Revert "Name the .pdb files so that WinDbg can consume them."
        
        Grr, needs more work.
        
        This reverts commit 2ca092b7642d609f36951b45d50890b80340988d.

2013-12-08  Jan Holesovsky  <kendy@collabora.com>  [2ca092b7642d609f36951b45d50890b80340988d]

        Name the .pdb files so that WinDbg can consume them.
        
        Change-Id: I62cecfb36dd912a1a736d063761faa445a29f3a7

2013-12-08  Tor Lillqvist  <tml@iki.fi>  [72bbd83c03284797ffae2c4ca28abb750b75da72]

        Intermediate work in progress commit on the arm64 C++/UNO bridge
        
        Note that the arm64 code is not even close to "working" yet.
        
        Change-Id: I261d09f7e797cded26396ed0d4b8b3021f712ebf

2013-12-08  Tomaž Vajngerl  <quikee@gmail.com>  [5d10ae6f51ecbd9bbe29fd8d0f2694ce12b38f17]

        Put local static fucntions into anonymous namespace.
        
        Change-Id: Id838860b6d44febe72fe3e51081107d5635e19b8

2013-12-08  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [fb978b8123a47123d184daf390ce17eaacbc05d9]

        fdo#39206 Add support for image transformation in SVG Import
        
        Change-Id: I268599b0c13bbacf5db526fed79453a5443145a5
        Reviewed-on: https://gerrit.libreoffice.org/6968
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-12-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [6fd352dc3ad32078188537aa8849758735391f46]

        unittest for fdo#71434
        
        Change-Id: I4ef376e048aa0ba37e5c1bc7664e9e8cd3e283b6
        Reviewed-on: https://gerrit.libreoffice.org/6985
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-08  Takeshi Abe  <tabe@fixedpoint.jp>  [526a60086c536cea3005e744c03a09b77845c41f]

        Drop duplicate #include
        
        Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5

2013-12-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [5de02a427d3b9ae5ca604b3c87114032f7fb8832]

        Updated core Project: help  5d5a01b22caf3c26d6a0f9e14b531246444c2e35
        
        fix typo in example for TRIM function
        
        Change-Id: Id1bb170188f62d8f7d335d0797f2ffe027d16efe
        Reviewed-on: https://gerrit.libreoffice.org/6976
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-12-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a78f683b1e53d1328af11abdcd362e93db837701]

        fdo#72260: guard against duplicate "name" attribute
        
        Change-Id: I1ee4b82e04318a50db8bb54bd5c7e00c79177d37
        Reviewed-on: https://gerrit.libreoffice.org/6984
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-08  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [3f7cbf4e338d7fa036b07f50c569d07be0cab8fe]

        put comment for the previous patch.
        
        Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5

2013-12-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a9562d5e3c91b04214013bf296de3156f891e167]

        XShapeDumper: empty name should not be dumped
        
        Change-Id: Ic1ab8840c9e543cebf322de922b01739684789ad

2013-12-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [4db9ae4479dc6470d0f5c0c5b9b0be6d6dd59de9]

        sd/qa/unit: move and rename some files for consistency

2013-12-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [4c57554ff125f987ea64695661dd0967e57185fd]

        add vim modelines for drawinglayer/source/dumper/*

2013-12-08  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [4add062a1b1feb11f9b14d3a0593a8f9b27f2404]

        docx: fdo#44029 export the right alignment when locale are RTL.
        
        Change-Id: I771eb0d0a90816f0c4cbd66cfcb755f67455bb9b

2013-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c6fe5c6f371328cb6cf61d68f016a04f8b635a48]

        initial install-package-foo target for partial installs
        
        Change-Id: I4ee41fdb600cb3a89da387dffe64e6a30192761c

2013-12-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8248a32f499f4c4eaf6b7dbd7acead3370fdde54]

        this assert is wrong
        
        In calc it seems that shapes can have no autostyle.
        e.g. exporting fdo60469-74405.xlsx to ods
        
        Change-Id: Ie0b2888094ba40a89748a070ca2d14f4078da619

2013-12-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86b9f03c3f754f7b753893ff2772f6b17bf3de3c]

        fix infinite loop during export
        
        Change-Id: I75bfafbc7343aaddbbc5c7433e28b5d4154177dc

2013-12-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fab6109465409e009a3b2daa469b9360fe8f68c3]

        fix OOXML validation error with conditional formatting
        
        Change-Id: I737b3f5bf140a0cf80fac6cae243922882cca018

2013-12-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2f7859fc2835d151fd6970a1233ea4f8768dbe1]

        fix validation error in OOXML chart export
        
        Change-Id: I750b33054ea0ee6202c0046a9f3947ab8bf44cd6

2013-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8f23f7576b8e383c9df4ebd399000264227fecb]

        don't write this default attribute
        
        "preserve" is the default value and the OOXML spec sadly does not
        contain the definition for xml:space. It is only mentioned in the
        documentation so validation against the schema file fails.
        
        Change-Id: I53f804e189dca585fceb4474b96b1b4536d5bde4

2013-12-07  Lionel Elie Mamane  <lionel@mamane.lu>  [eb60095292b5ef8dc94a0b166151d3a79c9df156]

        fdo#72391 empty formula is "rpt:", not starts with "rpt:"
        
        (all?) functions start with rpt:
        correction of erroneous cleanup wrt to equalsAsciiL
        
        Change-Id: I0568ef28a1e677f68016b8593c2b30d0ffba1bb5

2013-12-07  Lionel Elie Mamane  <lionel@mamane.lu>  [ee712dd6964daafa463febea8a948ea277ad16c7]

        fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"
        
        Change-Id: Ie9666b1c8878dd26593629b4b64d74b7448f98c1

2013-12-07  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [1ef7640148d35646f465d0d7026529b588cb4bcf]

        fdo#40314 Free value of intercept for trend line
        
        Intercept value field has been changed to FormattedField
        to support scientific notation and more than 4 digits
        after decimal point
        
        Change-Id: Idb2d27862ddabcdc96a036d93f1f3498cc6327df
        Reviewed-on: https://gerrit.libreoffice.org/6904
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2013-12-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [c89b5eadcba27efd0b55737dd28b432f233c4847]

        Updated core Project: help  29a6bcaa15745f3707a03b1a34ae1e89ded92749
        
        fdo#72340 replace Netscape by Firefox in HTML compatibility options
        
        Change-Id: Id17fe4a769f03722428b7d070c93c9a12e6ce215
        Reviewed-on: https://gerrit.libreoffice.org/6969
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-12-07  Julien Nabet  <serval2412@yahoo.fr>  [875044ac6d5f44360b1404dbed2f21b0ec69c065]

        CID#736170, CID#736171, CID#736172 Out-of-Bounds read/write
        
        Let's be sure that nMaxcolorIndex < 256
        
        Change-Id: I349184ad92c8e7b10a90a32e093972bfaee52467
        Reviewed-on: https://gerrit.libreoffice.org/6970
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-07  David Tardon  <dtardon@redhat.com>  [25a2fb21049506d442988660d1f81b2e61704f85]

        unxlng* is no more
        
        Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74

2013-12-07  David Tardon  <dtardon@redhat.com>  [88a243a3bbfa2207d8c01fa6ee068b6aba810cdc]

        fdo#72398 add m4v to allowed movie exts
        
        Change-Id: I3a0f4cdfc8b229efb65d3aae94de9e1cabd002ec

2013-12-07  David Tardon  <dtardon@redhat.com>  [da97677684049b5b7fa2e5f737f66269f16d5b3e]

        print bug count in rss query too
        
        Change-Id: I9542771fe3caf77757d81641752ab5463ead4deb

2013-12-07  David Tardon  <dtardon@redhat.com>  [fa8d0cff3a8252c1e8476d724e12a7be50a557ab]

        put bz URLs into a list to avoid repeated code
        
        Change-Id: Iade61f598e1122aae7667de684a68e8164817327

2013-12-07  David Tardon  <dtardon@redhat.com>  [1ac7e398553b9fa998bac3d6a36fe50ceb5809d5]

        enable more bugzillas
        
        Change-Id: If77b213deba85d49e1e8d09015fa81aa6df6aa94

2013-12-07  David Tardon  <dtardon@redhat.com>  [93b6e31c706cb5b98286fa6368f5483c26ff1505]

        try to minimize bugzilla queries
        
        This attempts to solve several deficiencies in the script:
        1. If the first attachment of a bug is already downloaded, the bug is
           not checked for newly added attachments (or attachments with newly
           fixed mimetype).
        2. If neither of the eligible attachment(s) of a bug is the first
           attachment, the bug will be processed (and the attachment downloaded)
           time and again (because the shortcut is only applied for the first
           attachment, see 1).
        
        But it also ensures that if the script is killed, the download is
        restarted on the next run.
        
        Change-Id: I7f3d1922825bb314f96ec3b1ee2a0ac47604b018

2013-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [d9344d6a4afd0e952acda53de5c8efa3f82437d2]

        writerfilter: these classes can be private
        
        Change-Id: I838250e41a397320d965690527241d2518746141

2013-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c973bfd6382226f91eca2e41c9b94cc220d9b49e]

        writerfilter: remove unused WW8xmi in doctok
        
        Change-Id: I61cf2a40f80f27005229b4a06f3c1e32802be4cd

2013-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e952cd6b2dd21d466c5614aae248c26afb8e0044]

        writerfilter: remove unused replacesprmids in doctok
        
        Change-Id: I28970c5bd919640bb3b5dd6ac38d93673cce1002

2013-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [1e53784811458563b36fd4cbaa15c2f526a7161b]

        writerfilter: remove unused xmigen in doctok
        
        Change-Id: I23110e5ab98068c2e046c6f6539759a1dc6d1191

2013-12-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [e04bfc030f778439a5b0eadc495ab4e530451976]

        writerfilter: remove unused WW8PropertySetImpl in doctok
        
        Change-Id: I42e7fbc62d455d909f50864371a321058d4ac2ad

2013-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62174f6a8d4c191d67b7952d851a06b84a2b02be]

        correct UTF8 handling for FILTERXML, fdo#72427
        
        Change-Id: Ie0a5824ddbc3e75a1bb22121e620378ad3e0dfde

2013-12-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bd976e5b070ec68a4f842190db4d0c1ea0e93428]

        fdo#66984: Define an assignment operator to prevent double deletion.
        
        The code path was assigning one ScDPObject to another via assignment,
        but we didn't define one. So we were using the compiler generated
        assignment which only shallow-copies data members, which ultimately
        caused double-deletion of one of its data members.
        
        Change-Id: Ie98d0789e51aebff683dbcc0e533a9a0a87943d5

2013-12-07  Eike Rathke  <erack@redhat.com>  [4e75f724cc59d457cdd905c68666633e3b2612f4]

        check string bounds
        
        Change-Id: I92f2dbbe12956ee9432d592851f10bceaa5ce25d

2013-12-06  Eike Rathke  <erack@redhat.com>  [2212051e792cb5f51f4191afe83c85fc3730a087]

        resolved fdo#66564 calculate formula cell once if AutoCalc disabled
        
        Was lost with 2ce72093cdc68e60fb06ddd4358e0bc7fc8c63a9 and previous
        restructuring.
        
        Change-Id: Ie4c8bdb287b56448406c873840c26ec4759de375

2013-12-06  Andrzej Hunt  <andrzej.hunt@collabora.com>  [4c160e3d54ec1c6c04bc80c6cec7ee58e20af3bb]

        fdo#60705 Don't discard valid printing options.
        
        PPDValue::m_aValue is simply an optional parameter description, whereas
        m_aOption is the actual option being passed to cups.
        
        For example, for the key "PageSize" (which was previously passed
        without problem), a typical PPDValue could be:
        m_aOption = "A4"
        m_aValue = "<</PageSize[595.3 841.9]/ImagingBBox null>>setpagedevice"
        
        However for the key "InputSlot" (which was previously not passed
        to the printer), a typical PPDValue could be:
        m_aOption = "RearPaperFeedSlot"
        m_aValue = ""
        
        Change-Id: I7959317c9f9d67bfafd911e710927a70edfa8792

2013-12-06  Andrzej Hunt  <andrzej.hunt@collabora.com>  [9fac96a50270b22061316e0a8ad1969ddf322507]

        Remove irrelevant comment.
        
        Change-Id: I4858667f781f4e8142dcd096222e98316cf1b9b6

2013-12-06  Michael Stahl  <mstahl@redhat.com>  [cc3341847f857b1d340d0b9dd09c7bccfb146ab6]

        sw: fix more cases of SwDrawTextInfo::GetText()/SetText() not restoring
        
        Change-Id: I9625958e4139dd595f269ebac72b9a037118a9f5

2013-12-06  Michael Stahl  <mstahl@redhat.com>  [1050dfbf7daac2f2a4a8580c622447b55b147d57]

        fdo#71714: sw: fix small capitals rendering
        
        So f22006dc6ac34a35a060e15466cf6b2d2058617d changed the SwDrawTextInfo
        to contain not a pointer but an actual OUString, and then
        d908422f5763ed8ea79af81336ca564f46435baf changes
        SwSubFont::DoOnCapitals() thus:
        
        -    const XubString& rOldText = rDo.GetInf().GetText();
        +    const OUString& rOldText = rDo.GetInf().GetText();
             rDo.GetInf().SetText( aTxt );
        
        That used to _copy_ the string, but now it just references the
        member, and so the SetText(aTxt) below overwrites rOldText.
        
        Change-Id: I06d7ee7084c15d88b3e748ef18877b62e79bdd0e

2013-12-06  David Tardon  <dtardon@redhat.com>  [477e26b9ab681460823f7af042713e28f043cacb]

        fix build
        
        Change-Id: I65476b98a58b749619003965c41cfe0f32ae2e13

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [b0926378ac46f50b16fa6a6c2e3b42937fc34976]

        Clean up includes of comphelper/stl_types.hxx
        
        Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa

2013-12-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d85c8df2fb9cb25fc524485339ae9f11e8da676]

        fdo#69518: Correctly handle the old constraint syntax.
        
        We apparently support this syntax for ODF-backward compatibility.
        
        To fix this, I resurrected ScDPObject::ParseFilters() which was removed as
        unused, adjusted it for the String->OUString change, and changed the filter
        data structure to the UNO one rather than using the old one we no longer use
        elsewhere.
        
        Change-Id: If52b38aaa1e8b208fb0ef9d92a6e853decdf43e3

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [60b5de35edcc0b1b3f4a85608e9da9846f5e98c0]

        map homogeneous to opposite of non-homogeneous
        
        which should silence that annoying "unknown packing: homogeneous" warning
        
        Change-Id: I826908024063909ddd5f975829b7a5727944d399

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [41acd107e78bb45ac8a6bb632ed5432d6d9deb9f]

        DOCX drawingml shape import: handle name and z-order
        
        Change-Id: Ib4e17723ba9e2bb4dae0eb86cf55513a4b68de6f

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [627bfee26354fe59926607138d162a3dd1c8e3f6]

        sw: remove unused zorder data from bugdocs
        
        Expecting that the shapes are on the drawpage in the same order as they
        are in the file and providing zorder info at the same time doesn't work.
        Either using names is required or the simpler way is not providing
        zorder info. Fixed earlier bugdocs not to provide zorder info, so when
        zorder will be handled, these tests will still work.
        
        Change-Id: I771b0574eba489322998c84a60d5acb94fd09189

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [434465cee3c5e21881d3466f115d968e8fbf731c]

        More Expert Config Page fixes
        
        Change-Id: Iaa2b7df4246ab3fa31737126f27e4a9da3814048

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [bd8b3be0c7535e74ca8b63969be5c2bece0d3a3b]

        Do not create paths starting "//" when root is just "/"
        
        Change-Id: If0b413a4fdd93465074548c7ea5451288c1d12aa

2013-12-06  Noel Grandin  <noel@peralex.com>  [7468f9b773d5a9a4cb3af57cf123c2a0e7e937fd]

        fdo#72125 - Expert config dialog takes too much time to come up
        
        This is not a full fix, this just trims some of the fat in
        CuiAboutConfigTabPage::FillItems.
        Specifically
          - improve string handling
          - don't use catch/throw unnecessarily
        
        Change-Id: I5b4987407bd007fbbb18f76fcf26f4a33282c0c0
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
         reintroduced lost "/" into path of recursive FillItems calls

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c8e9a953636524ff3ac79859f3698491f775e10a]

        DOCX import: fix import of wpg shapes after a wps textframe
        
        Change-Id: I30844062bf4d4f15ca70d9f441f0505fa4f26bb7

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [6b713bafe4d8f7fc4f5dfe2b794c07fb713a3462]

        Related: fdo#72022 internal links busted
        
        regression since 58fa3d50aa43102cea8690fd6bf51fb80c007955
        
        Change-Id: I499704d18872da6f2f01cf955a6496104c53dd3f

2013-12-06  Matúš Kukan  <matus.kukan@collabora.com>  [dd02446dff4066170a5947065379316111886eaa]

        scp2: hopefully fix Windows build
        
        Change-Id: Ib4ead1d64dc6b8e76bf2c7bf0f007e8962acb1e2

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [51a61bd4aca15c860d301b687d582a39193089e2]

        DOCX import: fix relativeFrom=page, align=right handling
        
        Change-Id: I9c1df594457a8ccbbebf4ede61cc3a637ecc7023

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [4c8101190a7c9cbc3326253fef38810fc265ac19]

        Updated core Project: help  ee5d5c120418303a51af8ae9f0cf6a73a8447f38

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [d6407c8804841dbb94d6a4398e4300e9f188049f]

        convert search dialog to .ui
        
        Change-Id: I737da11ed6978edf824f00dfb3dfc29c2c5416ed

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2c7e4d8d99483f74a7aa357de89240eb83c99d3]

        DOCX import: handle groupshapes inside wpg elements (groupshapes)
        
        Change-Id: Icb44f91219f75103f469f38f96d843b8e8251e92

2013-12-06  Matúš Kukan  <matus.kukan@collabora.com>  [131f3230d98f24faf57d9404e333cb1fb183345b]

        EMF+: Fill line cap object if EmfPlusCustomLineCapDataFillPath is set.
        
        Change-Id: I7b53a8f18e1fb24b1ae0322bdf0980e431a0725f

2013-12-06  David Tardon  <dtardon@redhat.com>  [a53dafbc9628bb243cee1714bfea59272ae57663]

        upload libetonyek-0.0.3
        
        Change-Id: I626345b34332d7797f1df412545d8d718e9c634c

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [665989cfc81b0ad4ba8e2dfa9b54348f01710c21]

        Fix integer ambiguity
        
        Change-Id: I1247af709baf250b82a4156ea2cbf29c758f0c78

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [f51877b147c456ecd8533b6958bfa798842e5c6b]

        Combine comphelper::UStringMixEqual, comphelper::TStringMixEqualFunctor
        
        Change-Id: I3ab3777a65fd68f8cbaf17a8e2a989dc4ad7b1cc

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [02f9f422c79be3896d407f06e9cf8043d7e148f9]

        Remove unused comphelper::UStringIEqual
        
        Change-Id: I3baedaed5bbc942657b1083fc3769cf87622e21c

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [e9c62a2d9cdca2c42badb468712d1c5be8326444]

        Get rid of unnecessary comphelper::UStringEqual
        
        Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [57b15f2dcd2963808b8af3f0665450ef81bb3eb8]

        Resolves: fdo#72022  Integrated help ignored if installed
        
        regression since 58fa3d50aa43102cea8690fd6bf51fb80c007955
        
        Change-Id: Ia20f28daace30181652bbbbec3f9845045db03b4

2013-12-06  Tor Lillqvist  <tml@collabora.com>  [c49721950cb3d897b35f08bf871239308680b18e]

        Re-organize OS X and iOS code in vcl a bit
        
        Now with the ATSUI code gone is a good time for some
        re-organisation. Get rid of "aqua" in file names and the separate
        "coretext" folders. CoreText is all we use now for OS X (and has
        always been so for iOS), so no need for a "coretext" folder, we can
        keep the CoreText-using code under "quartz". Keep OS X -specific code
        in "osx". Ditto for headers.
        
        Keep "Aqua" as part of class names for now, though.
        
        This is also preparation for planned further unification between OS X
        and iOS code.
        
        Change-Id: Ic60bd73fea4ab98183e7c8a09c7d3f66b9a34223

2013-12-06  Tor Lillqvist  <tml@collabora.com>  [693eced961a3d3014d15e0a406f4e001ee817522]

        Bin unused VER_TIGER and VER_LEOPARD
        
        Change-Id: Ie5427d776c726c3725465e06bf4d14e93a2bbb32

2013-12-06  Jesús Corrius  <jcorrius@gmail.com>  [3f8e239f15590cf8b7dccaa57e24d1a7dae7b3da]

        Source more PEP8 friendly
        
        Change-Id: I033f2a365454c9f98ce2c34f7d1d5ad3c1516202

2013-12-06  Laurent Godard  <lgodard.libre@laposte.net>  [f992400f6fec9c0178bddb83dbc859848221b659]

        count notes - GetNotesInRange now include last tab
        
        - refactor tests
        - add unit test on counting notes on a sheet
        
        Change-Id: I6762a0e791a745b828800645effdfc044ac33710
        Reviewed-on: https://gerrit.libreoffice.org/6954
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-06  Matúš Kukan  <matus.kukan@collabora.com>  [c2f5e09900561d417d53a74fd6bc189cb7d898e1]

        Zip .ui translations per UIConfig target.
        
        Fix installer / scp2 to not ignore directory prefix in 'Name'.
        
        Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29
        Reviewed-on: https://gerrit.libreoffice.org/6915
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-12-06  Tushar Bende  <tushar.bende@synerzip.com>  [9a37ce189881f12d678fdb054219b13c3e4c7e40]

        fdo#71784: Invalid Sections getting added to the document after RT
        
        Description: There was a problem for some documents, during export Invalid sectPr were getting added.
        The root cause was faulty calculation of PageDesc value.
        This was the reason for increasing number of pages in RT doc.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I0700c735545614730d26be187d9047fd20ebf134
        Reviewed-on: https://gerrit.libreoffice.org/6813
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [0336363993c6355598c7c4d0e1d7ac05e25f2de9]

        Missing include
        
        Change-Id: I3b68c2a01eb1e9678d419fdb246508f2d3e60df8

2013-12-06  Tor Lillqvist  <tml@collabora.com>  [5b710a4ef36cde0d680add3e7fcf437cf4d1c557]

        Add comment about portability
        
        Change-Id: I289d3233f99b61115ed8efdea93cfabfbc53bcd7

2013-12-06  Tor Lillqvist  <tml@collabora.com>  [1637bcc408600df9a81d439d0d764f1447d3996a]

        Revert "The TODO seems to be DONE"
        
        Actually I am not sure at all.
        
        This reverts commit 3b56738d88d881d023bdefda2222d99663f12b9f.

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [e7911236e3a3012ce2589080da1f3bcc10b5f2fa]

        Missing include
        
        Change-Id: Ie5036134f03a0e9bfdfcb28190444b5d2ddcc323

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [0fa31bed9a7a0666df26a1016d74df3ec15b40f9]

        Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter
        
        ...and assorted OUStringHash clean up
        
        Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [4ae9b3ab10c882bd9c25b1f1303325a0ecd7fc06]

        Remove unused typedefs
        
        Change-Id: I59f3fba9d4602cddfef1bd6862cbcfb9eec133ae

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [33035833651d5d0131fe6064a0a24b1e47d8751c]

        Remove unused comphelper::UStringMixHash
        
        Change-Id: Ie41a0ed7c49a2bb3368179bd198c9de508605931

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [0bdfebdc95c7a5d13247d5285552d1ba438b796c]

        Remove unused typedefs
        
        Change-Id: I5af478155963343fa9fe5fa2a39d0209829b2409

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [8fbff2997ae9424ce3b0d67bf55186b6e858e35b]

        Updated core Project: help  d6d16d266f3511f5713f38087ec38484c59f2ae6

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [de6be3dcdf44900b6ad5bcd9deed531dc8d3f240]

        convert accept license dialog to .ui
        
        Change-Id: Ib36f42d65ef73446320823775accc94016afb13a

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [3535fa12ddd2a0845ab13f31ab7177dc02860205]

        set close as default
        
        Change-Id: Idb93d99ba68b7f605036071e4c499c0640f42cef

2013-12-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5c475c25bd432fc80be8c2b437935cd54c4b611]

        Santa Claus brings fixed background color of textframes in drawingml import
        
        Change-Id: Ie2b6885aae5e26c3d29d372da730837cb7dc97ce

2013-12-06  Caolán McNamara  <caolanm@redhat.com>  [e661d295c2643d6706a9b2040051445591880c46]

        convert show extension licence dialog to .ui
        
        Change-Id: I0e34a0ddaee1485184b55788d618288f4e3f69cb

2013-12-06  Tushar Bende  <tushar.bende@synerzip.com>  [5efc2a34a54327961bb393fcf07a562b90f462bd]

        fdo#71784:Preserve prop "allow row to break across pages" during export
        
        Description:
        If in original doc for table if "allow row to break across pages" is checked then during export
        it used to write <w:cantSplit w:val="false"/> in trPr which was causing problem that all the cell
        data was getting displayed on same page.
        
        Change-Id: I5a20976ca91099de191eb1e2a7290b96dcdc6777

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [e413521e0bd402530ff0308d9e05331e6bdc0c25]

        Avoid ambiguities among different OWeakRefArray declarations
        
        Change-Id: I61e3e9cdda17b6b23b33159d89904cce8f2e2ba0

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [e35b4eab8246eec4acc266b99a5e623bb9a79968]

        Get rid of DECLARE_STL_ITERATORS
        
        Change-Id: I22148aa5336907939b37945e513c25a05b2b3776

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [c78f7d85ab72a447cabbeebcc76706b796c7308a]

        Get rid of DECLARE_STL_MAP
        
        Change-Id: Ifbda934a89087fcc1c031978d3e5b5783722b328

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [1a715d4d67ca398d59a8f7e8b41bdfeeabdd4b74]

        Get rid of DECLARE_STL_STDKEY_MAP
        
        Change-Id: I099f94922acba0bf9cde22fbbb3eefc230776868

2013-12-06  Andras Timar  <andras.timar@collabora.com>  [e68610de1c6b51527317112e0222a8a6d228fe26]

        Updated core Project: help  a564ffa850dfcc2020cd84cef44832d70222e96c

2013-12-06  Andras Timar  <andras.timar@collabora.com>  [f5e99e24ee12a9873f029e53bfef465f9d194363]

        typo: onle -> only
        
        Change-Id: Ibacf8da00e06a725557e4de1ea3f9c6833b59d74

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [fa72dc688f5fc2af775c33c0a752c7f058da569a]

        ...and a missing "static"
        
        Change-Id: I08e354e599e4a4c0f52b96c58145c4e6623c200b

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [83ae8301dead1f1780eeb251f42f090845849195]

        C++03
        
        Change-Id: I4d1826d046305680a440853fdfe50bc76f932c72

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [07ab0d43b58cf7ee16c36016d6b9b70c0ebbb9b1]

        Get rid of DECLARE_STL_VECTOR
        
        Change-Id: If4588034fc09e4663b5217669c71f26c0a3b8c8a

2013-12-06  Stephan Bergmann  <sbergman@redhat.com>  [4a8175ebeb58555e5d48df134cfaf128293888f1]

        Get rid of DECLARE_STL_USTRINGACCESS_MAP
        
        Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c

2013-12-06  Jan Holesovsky  <kendy@collabora.com>  [0b5e5783d8b15b0415c9fd5043932882904aece8]

        A bit of constness.
        
        Change-Id: If7681341c7d5d88286f36f943708f99b3c5700e0

2013-12-06  Jan Holesovsky  <kendy@collabora.com>  [4ec8c63b5d41ca9ad7dd9ed10dda6b40927d859c]

        I guess const was what was wanted here.
        
        Change-Id: I5789b18f47d954761a06ccdc4568bc1f74258089

2013-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5e01904de993caa3d497a8f6c82a846336e70eef]

        Insert hyperlinks via ScDocumentImport.
        
        Change-Id: Ifda8412e766350c623a737b4924bc83b5f20a841

2013-12-05  Michael Stahl  <mstahl@redhat.com>  [2e7bb8d12647e1c4adb4fa86961b4839afaca253]

        fdo#71866: sw: un-break index updates
        
        SwTOXBaseSection::GenerateText() wants to operate directly on
        SwTxtNode::m_Text and accepts no substitutes such as a temporary string
        on the stack; this regression shows that developers often
        significantly underestimate the craziness of the existing code.
        
        (regression from d6e321f8264188ce8371c060ebeb75b213f0c90f)
        
        Change-Id: I01b831f35a52bde207a7db8cae9d4aadb826b2d8

2013-12-05  Michael Stahl  <mstahl@redhat.com>  [4580094d2d9d5b952c4526ee23204f75a5bb2f1b]

        fdo#71892: sw: fix crash when pasting table in footnote
        
        The code that updates RSIDs assumes that the number of nodes copied is
        the same as the number of nodes inserted, which is not true when pasting
        a table into a footnote because Writer can't do that, hence all table
        nodes are missing.  Count inserted nodes instead.
        
        (regression from 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c)
        
        Change-Id: I77b5b7751d1036a6401f708532537d874969502e

2013-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7e491281d2ba71490fa22cce1e43ba91f60395e3]

        fdo#69984: Handle duplicate field names correctly.
        
        Duplicate field names are represented in two ways: 1) 'Name' vs 'Name*' in
        the UNO part of the pivot engine, and 2) Name,0 vs Name,1 which are a pair
        of textural name and a numeric duplicate index in the non-UNO part of the
        engine.  But some parts lost this duplicate index information and/or confused
        the 2 ways of representation.  Hopefully this change will sort things out.
        
        Change-Id: I03ae7b6c011c31ace454679837542d6d0909ecaa

2013-12-05  Eike Rathke  <erack@redhat.com>  [40fba2316ac3ebb11b69c157cfac7da92a63821b]

        fixed out of bounds string access
        
        Change-Id: I25f53f16c3ddc3456c165b6c604911433f460228

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [689bcd929fbc3b9cd28193e4a171fbe16cad8c01]

        I think SAL_FORCE_IACCESSIBLE2 is what is intended here
        
        Change-Id: If03696cfcc9a3d5053af881e00a4c6a484cbd445

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b0a16835ab401e8e973b2747aae4667129c13b4f]

        writerfilter: remove unused xmitocpp in doctok
        
        Change-Id: I68ad918cf9b2093350ef0ce5b82d51de1106d9f6

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [3627259b745a81cf0c90bd0a5a7ae51e4a335177]

        writerfilter: remove unused doctokLogger
        
        Change-Id: I20f2edc94b4fd3c258815a4ccc006cba562631f1

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3b599fb7c10433614d616f95b5b22b73fdf08b5]

        writerfilter: remove unused escher html/xsl in doctok
        
        Change-Id: Idd556260161ebb10fbb736d088377b60e037368f

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8b6e894ff4772e8c155826f3862c0652de0cbbf]

        writerfilter: remove unused WW8FKPImpl in doctok
        
        Change-Id: I8fea1b19e6f5b592764beb7178bc34ed318e364e

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [dfe3df890a3649aa0b407d34e0248c74a9e25c2f]

        Make this actually work both when SRCDIR equals and not equals BUILDIR
        
        Change-Id: I0287820bf0b5a1f0645bd032fb1071db5ce168c5

2013-12-05  Stephan Bergmann  <sbergman@redhat.com>  [895e6e7bb7abddb135f6fe3cfef1505261d4cbc6]

        Get rid of comphelper::UStringLess
        
        ...default std::less<OUString> is just fine.
        
        Change-Id: Ib9d3c10f2817d757f3c19eb3d4607095883af91a

2013-12-05  Stephan Bergmann  <sbergman@redhat.com>  [0c55303581156d01992d9d958ac5f7aafc4a3ebb]

        Get rid of DECLARE_STL_STDKEY_SET
        
        Change-Id: I4817694d183d525fa5a29eb9693a20d491549e5d

2013-12-05  Stephan Bergmann  <sbergman@redhat.com>  [75c4bff5f402229267d53ca6f5ece28473bff7d8]

        Get rid of DECLARE_STL_SET
        
        Change-Id: Ie3e2fb6d9376e3b6e98bb17671b3e9e93cd69923

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [31c65a129afb3c1bf14a1acd88c60b64d4f555d1]

        DOCX import: never call lcl_start/endElement if handling mce elements
        
        The problem was that after handling the mce elements
        (AlternativeContent, Choice, Fallback) we still invoked the lcl version
        of these methods and this resulted in duplicated properties in the
        dmapper, finally resulting in incorrect position of the textbox.
        
        Change-Id: Ib581162cba703fc1e2e44c1a9e63358891d6f78c

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [b780e0c263edf7124d261a616a5daed723cc2cf6]

        Updated core Project: help  f8c4192ba2f4e80a59899cd6e48e05317eaec71b

2013-12-05  Andras Timar  <andras.timar@collabora.com>  [bcbcdbbea1f9ade878f427371a251acf84aaf369]

        typo: Align Right -> Align Left
        
        Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8848bb1ae

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [e5d35be267c4f4c7dd745fc8864df805e6675126]

        convert add model dialog to .ui
        
        Change-Id: I20d10d0e9c311bcfb1386d481ae4832f463b931a

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [0c3211b1f20383b4fbee8978e88c21e498e35047]

        crash on exit from xml form document with accessibility enabled
        
        Change-Id: If60075b939569cf339f7ccf7e39e513fbe1f74bf

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [a0a903892ca93615c1460cebbfbac579999233f2]

        Avoid multiple definitions of two lovingly copy-pasted functions
        
        Multple external definitions of a symbol causes problems when linking
        statically, as for Android. Just make the functions static for now, as they
        are only used locally in the files where defined anyway.
        
        Change-Id: I8ddbaf01497c171bed4e15f6183ba43461c672d1

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [2ad141be95c9e8d60c874b013464ab057ab93d71]

        Updated core Project: help  c89e8d5cf5a63a7efaa9cde1903abf985963dacb

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [2b04cfa242436b2227600224450eb6fd75a2db1a]

        convert add namespace dialog to .ui
        
        Change-Id: I3636da91d39b2759dca72f30cc7b086b6f9cbb16

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [9f6a44a216ae79bc418946c50862346652b20c0b]

        Fix path to libfreetype.a
        
        Change-Id: I19061350996dbfc214e7bfe16be957c852187b0e

2013-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45f4cafa6ae59d8db6ffcf99563d57320d58d99d]

        Test our re-grouping of formula cells on load.
        
        Change-Id: I038a3e5447244f8503502f344ade60dfb8e522f2

2013-12-05  Eike Rathke  <erack@redhat.com>  [63153f10e0a7d16511878bbfcd97e2c8781a5564]

        Revert "Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer"
        
        This reverts commit c2dd0ef4b891a3d126dbe70ab5b76016b69d491c.
        
        OpenFormula defined CONVERT after Excel that treats "at" and "atm" as
        equivalent. Let's not come up with different factors here, even if
        academically these two units c/would be different things.

2013-12-05  Eike Rathke  <erack@redhat.com>  [98f6e171e5f0a27c91dd61a7bcab18157d364413]

        Revert "Let precise things and put some references"
        
        This reverts commit fccf6cfdee7b63feb6deb96e9c8cd398c20b44a3.

2013-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [68749283bc9da3c0422df0d22ad1d2f514d0250d]

        Close the document when done.
        
        Change-Id: Iad20ac5533a46a74642093c686e0941fb3bd29e3

2013-12-05  Kohei Yoshida  <kohei.yoshida@collabora.com>  [830a7f501b12c1c34753a656491050a252043974]

        New test document to handle Excel's wrong shared formula range.
        
        This is but just one example out of many out in the wild...
        
        Change-Id: Ia542cff0e583bdcc397d0ee6ee3eaaa84f64fe4f

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [52bcb7e80a8e0f38fedd1a991fdcd4bce03d30da]

        Fix path to lo-all-static-libs
        
        Change-Id: I431841a71d6b4dc1f7a50efbf28f827e7e50ca57

2013-12-05  Eike Rathke  <erack@redhat.com>  [958ec1b6e1b87c541521fd7faf2f72931c170702]

        made button labels > ' < and > " < non-translatable
        
        These are the ASCII characters typed in that shall be auto-corrected to
        typographic quotes defined in locale data. It makes no sense to
        translate them.
        
        Change-Id: Ied9c53950882b6dd3bf65a044c3ecc34bd5becaa

2013-12-05  Laurent Godard  <lgodard.libre@laposte.net>  [b561d6ef7d03f6d940d01367110f595deec7475c]

        counting notes is per table, not on the whole document
        
        Change-Id: Id4afa4eee961f159f8ea8caeac620d101cfb103e
        Reviewed-on: https://gerrit.libreoffice.org/6941
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-05  Jan Holesovsky  <kendy@collabora.com>  [e697cd8f82765ebf9005167a7b9d2680a774cb04]

        Start center: Use the welcome text that was agreed by UX / design team.
        
        Change-Id: I1af05f68ef7c2a10209f138e59a9245d3d1ac081

2013-12-05  David Tardon  <dtardon@redhat.com>  [46ae91a2665e4f56bd87a98e51dd24f4de881ccf]

        fetch abiword bz attachments (for future use)
        
        Change-Id: I8a18265ecd6a48f35980f335b2da5fe59958c02c

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [b415ec8cad8224c58d149626ddc3365575aa855e]

        Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
        
        Change-Id: I9df591c084175848bb58a97db2241f18cbe53db2

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c73b16f5f18f3bc1dbf9ff6c1475db56b44d304]

        DOCX import: declare wpg as a supported feature
        
        This is the same as wps, just for group shapes.
        
        Change-Id: I321b19ed538a6cb8f9068c7de6fbe9a8eb0bd82f

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [92b1348ae8e0b0cd8fa5dca34ce55fc01dc6e02f]

        Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
        
        Change-Id: I9ed9c29c7a0a409ca38a71a2046c4b5be8caad17

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [0fb67dfdb6493cb7f6fc3b97af938300f1891af4]

        Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
        
        Change-Id: Ic4dc1c106ebcce7d27844551efca43cabb31c4ae

2013-12-05  Andrzej J.R. Hunt  <andrzej.hunt@collabora.com>  [be7d87bea2611eb316b9b379aebc031179d4f794]

        EMF+: force canvas if EMF+ comments are used.
        
        Without this the drawinglayer renderer is used, whereas
        only the canvas renderer supports EMF+.
        
        Change-Id: Id8a10e400e08c1913e7d6864a51f7b73fc9be437

2013-12-05  Michael Stahl  <mstahl@redhat.com>  [fb9d14f6a6deb00ecd09288e5696e8df7f8f5c0e]

        RTF: use "InsertMode" insead of "IsNewDoc" for consistency
        
        ... with other filters.
        
        Change-Id: I563d6f7713d882b834978699c492a43a70e072cd

2013-12-05  Michael Stahl  <mstahl@redhat.com>  [c5138cad87575283cdf0670355f2b2cddae93fc8]

        fdo#68724: sw: fix crash on Insert->File with Hybrid PDF
        
        This is an unfortunate combination of 2 special cases:
        - the Hybrid PDF has its own XFilter implementation to extract the
          embedded ODF document
        - Writer needs to create a SwReader with SwPaM for Insert
        
        Since the PDF XFilter uses a special service in sfx2 to implement
        the import, handling this requires a new method in SfxObjectShell
        that calls back into Writer to create the properly setup SwReader.
        
        Change-Id: Ie85f3bfa322bfe883c479e1cb198a8bf0cbbac23

2013-12-05  Michael Stahl  <mstahl@redhat.com>  [de45a49273542c9046e0cfc2b75c863573eb6c38]

        sdext: clean up some pointless #ifdefs
        
        Change-Id: Ic23c0ccc45d7a98b3581feab43fc4c8c8aef9013

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [ab27cf774edc3c27c2be181e1cb1a67a4551536f]

        Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5
        
        Change-Id: Iffa0c948356e705f610e057892c84d43d0d3490b

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [3440440dbf433d98673d114959d862d6bbcf5de2]

        Resolves: fdo#34396 use default units in extrusion depth dialog
        
        Change-Id: I43b80d0fd70c97f923977aa1d496e9ed7d9a61f1

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [a41d064568f3e69238a60c0df803c746b03b2b34]

        Updated core Project: help  a06c9b3125bb3329c6bf0209aee7b7f93f25136c

2013-12-05  Caolán McNamara  <caolanm@redhat.com>  [ab80ea279bea37f4dd919417433cfd72ca28e8bd]

        Related: fdo#34396 convert extrusion dialog to .ui
        
        Change-Id: Iea6e42fb7b65e148dcf6b566a7595b9e18f2e2eb

2013-12-05  David Ostrovsky  <david@ostrovsky.org>  [130833f80e89774269108cf30b2d1155a00354ce]

        fdo#39956 Delete JAB
        
        JAB has been discontinued in favor of the native IA2 bridge.
        
        Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1
        Reviewed-on: https://gerrit.libreoffice.org/6819
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-12-05  Stephan Bergmann  <sbergman@redhat.com>  [059cc67245a4f0a62589a0c877aea85e8859c435]

        Remove obsolete SEQTYPE workaround
        
        Change-Id: I366b29038be034b03a16fa6d7f6873dc78d8d88f

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b38629ae210b204a6d24d6e9c5c62eaaf563d494]

        cp#1000017 DOCX/RTF import: avoid fake tab char in footnotes
        
        Word wants this, so it's added by the exporter to the document, but on
        import we should ignore it.
        
        Change-Id: Idcb669ba624bf462a50a85eb4aacf397afb6efe6

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [215f87fb53164a5fc9af13acdad7fdada2117b60]

        We need an ENABLE_CURL, too
        
        It is not enough to just have CURL in BUILD_TYPE or not. At least the
        ftp UCP requires libcurl unconditionally, so it can't be built if we
        don't have either a system or bundled libcurl.
        
        Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [ef8c2098a8528c0ca3cd9c66e23f4420f8660d19]

        Ignore also instdir_for_build and workdir_for_build
        
        Change-Id: I2e6a26cd1e54ad28ec27f2205262413db039a136

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [4eaa08f1d4e110dd3c3f464eaf9e7c526b7c28f7]

        Let's try to manage without building libcmis for iOS
        
        libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e
        we don't build that for iOS.
        
        Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552

2013-12-05  Herbert Dürr  <hdu@apache.org>  [461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5]

        Resolves: #i123795# variable names should not confuse vcl...
        
        Window and cocoa NSWindow types
        
        VCL's Window type and Cocoa's NSWindow type are quite different.
        Naming variables as if they were the same introduces gratuitous
        complexity especially when debugging stacks where both types are used.
        The names of NSView type variables have been adjusted too.
        
        (cherry picked from commit 5e6120c21a979c05bc6b9297035e31a47b98b785)
        
        Conflicts:
        	vcl/aqua/source/app/vclnsapp.mm
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/aqua/source/gdi/salgdiutils.cxx
        	vcl/aqua/source/window/salframe.cxx
        	vcl/aqua/source/window/salobj.cxx
        	vcl/inc/vcl/sysdata.hxx
        	vcl/source/window/syschild.cxx
        	vcl/source/window/window.cxx
        
        Change-Id: Ic4143dfddfa9502a529c871ac4ce0bea413b6ce9

2013-12-05  Jürgen Schmidt  <jsc@apache.org>  [78ed89cebb2a8eaa9e9c480a92426c0070f4d3b6]

        Resolves: #i123789# ppt import, if sub address is not document...
        
        internal link, take it as it is
        
        (cherry picked from commit d44e9a9244558f63b3feaf923802ed32b4931283)
        
        Conflicts:
        	sd/source/filter/ppt/pptin.cxx
        
        Change-Id: Ic2541bcf7e368a4e9f2cc87353be165fc203dbac

2013-12-05  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [8735d039b00ba4f4ade0d0373b8c6341a9a4d763]

        one missing icon from draw tool-bar
        
        Change-Id: Icfbb671bbe322d08ad8f3f911e99c3ec6761b1f6

2013-12-05  Stephan Bergmann  <sbergman@redhat.com>  [c6abb084ef6b1f86734395058bcafc61458727b4]

        Partly revert "Appears SwView::SetMoveType no longer really does anything"
        
        This reverts most of commit a50a2111a31e4d9dd5e2659a146e9de8e292de75, where the
        -Werror,-Wunused-variable for SwView::SetMoveType's aColor (after
        3e8fe4d8e19be2ccd8f5bb898530e2f615a90321 "Remove the Navigator buttons below the
        scrollbar in Writer" had removed its use) had erroneously make me think that
        SwView::SetMoveType now effectively didn't do anything anymore, failing to note
        the
        
          m_nMoveType = nSet;
        
        part that was still relevant.
        
        Change-Id: I5e43886806533e80e238fef8d836e09e28209b6d

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [69a7a83c454476341a6d35bcaaf85b15a8c2268a]

        DomainMapper_Impl ctor: we should not be in a footnote property by default
        
        Change-Id: I3441cc08342e9853d27c11769ee010b031085b53

2013-12-05  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [70e417e59151a5169972faefbefd017adb2a934d]

        new  icons for Sifr icon theme
        
        Change-Id: Ib3397d6b761e12111f48c2143aa54e5caffaef68

2013-12-05  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5be2c6d98b65ae7615dbef1b41db861b56a32399]

        Fix @since annotation
        
        Change-Id: Id8aff4a640c61472aa4ca3a060112f377b5809d9

2013-12-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e82f6024f3380403f858e58383bfa4e6540110ef]

        -Werror=uninitialized
        
        Change-Id: I3ad9cad8a19eceec1b6a86a0210f4a6d0fa9bf0b

2013-12-05  Jan Holesovsky  <kendy@collabora.com>  [eb45c69b64ef19a33e4c04c6eba3733f18f8b5fc]

        EMF+: Log the stride too.
        
        Change-Id: I903d8e5629c578f292307bf3abdb2f58ef9dd92c

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [4aa1c8d9147ed1421b648fc9b954fa69c5bf4b00]

        Typo fix
        
        Change-Id: I994ebbad19873236ad6d8dc99f721908722d302a

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [47aad4bde8bfbb77bf72c1f82a012b66f60bf5e3]

        Increase consistency
        
        Change-Id: I5469b00a533ef9bf731698d7906a470699e29ba6

2013-12-05  Tor Lillqvist  <tml@collabora.com>  [2dc16ffab2632c6b2d7b4c295bdba3afaabc45c6]

        Some TABs had crept in again
        
        Change-Id: If48a84fc7ccb1fc1ca37a6e9fe2e29473f1f32a6

2013-12-04  Julien Nabet  <serval2412@yahoo.fr>  [9c2a085a45f9acb305fb85367bede360982e71cb]

        Resolves: fdo#72280 Wrong title for Analysis of Variance (ANOVA) dialog
        
        Change-Id: Ie2e1edee804f3e85eab08d05adecfc25ebbc77c1
        Reviewed-on: https://gerrit.libreoffice.org/6934
        Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5a295eb97b9461e603c723308135c1477846e839]

        Update the comment & use the column position of the last formula record.
        
        Change-Id: I877ec2153754328781e5d87b8eca47998b70fa22

2013-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c6ccab60fa881ad80e64168ced4c5f74349512b0]

        Never attempt to create formula groups based on Excel's shared formula ranges.
        
        Because they are wrong more than half the time.
        
        Change-Id: I24e49c53520442be698e43976d28d0f8477648e6

2013-12-05  Eike Rathke  <erack@redhat.com>  [dfd1a47a38dac743f9ed0f1e9507714bac027d35]

        resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fix
        
        a9d85d62a889288b17899c8defc020da487d8b36 used
        ScInputHandler::EnterHandler() to reset all sort of things related to
        input EditEngine, but that is a handler for Enter and does not enter a
        handler and actually attempts to finalize input, which lead to various
        unwanted side effects.
        
        Introduced ScInputHandler::InputTurnOffWinEngine() as only the input bar
        window EditEngine needs to be reset in the window switching case (which
        EnterHandler also does hence it did prevent that bug). The approach
        could be polished with further refinement but most importantly fixes the
        actual problems now.
        
        Change-Id: I9a0bc452b49ba11a3313cafbc1e5972f41dc65c7

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [45c5124e0e117473a9f423ccc673a8a26ee5fc9d]

        writerfilter: drop ww8resource annotation in doctok
        
        This was used as a tag for various classes, but the generated result
        wasn't used anywhere, so let's just get rid of it.
        
        Change-Id: I61dc51368177eddb6d04dba94063ba102f4ca1e5

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [71b8dba74d176aa468fc74678f1073eb238db13b]

        writerfilter: remove unused WW8LineProps in doctok
        
        Change-Id: I6fae7739235194c3452634ff8a173f4ab5eac425

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [2fa872027068d7d30ac41a84aafa26c8074e4bd3]

        writerfilter: remove unused WW8BRC in doctok
        
        Change-Id: I9da4b0d5e003f12474fb11dc4b102e5fad79f11e

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [5b7acdf8c8a4796a14fb07669fc92a0cbde3bd4f]

        writerfilter: remove unused WW8FFDATA in doctok
        
        Change-Id: I62a5d45a818738fb06b1d80652c0ad6c0aee5f29

2013-12-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0fb70733136f2382e7253ef0515a681c7cec724d]

        Assign top cell to the formula group if it's still NULL.
        
        This can happen when Excel's original shared formula range is across
        multiple columns, in which case we split that into multiple groups (one
        per column), and initialize top cell only for the left most column.
        
        This fixes the crasher on the doc from fdo#31296.
        
        Change-Id: I9e4def9836947fc67523f0d99ca981465709b934

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [13ce74fd9b5f7b9ea9d3dab34eed27a63aae5468]

        fdo#64232: Unit test for font theme attributes preservation
        
        The unit test checks three cases:
         * attributes in run properties
         * attributes in default run properties
         * attributes in style definitions
        
        Change-Id: Ie3224f41bd29e8b258dbd6823b7c9549e1ef5b1e

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [983002475fba1879fd00c75417342be55153b797]

        fdo#64232: Save font theme attributes in rPrDefault
        
        The default values for run properties are stored in the styles.xml
        file, in the <w:rPrDefault> tag. The process of this tag is slightly
        different from normal <rPr> tags.
        
        First, we fix DocxAttributeOutput::OutputDefaultItem to be able to
        output the contents of the character grab bag.
        
        Second, we fix StyleSheetTable::applyDefaults to read the property
        values using the GetPropertyValue method instead of using an iterator
        directly, because the former creates the grab bags and returns them
        as properties while the latter returns all the properties individually,
        including those that should be inside a grab bag.
        
        Change-Id: I91254ba20fd9ca5a1b02afb587f52a449a215d6c

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [458b89b303145085a1745fe408f0e860686d7220]

        fdo#64232: Fix and preserve eastAsiaTheme attribute
        
        The attribute eastAsiaTheme was not being processed properly (the
        derived theme font was being assigned to complex-script instead of
        eastAsia), so this patch fixes that and it also preserves the value
        of the theme itself.
        
        Change-Id: I1a91ab2080eb2bc79f41fda9ae4bf7afb05f69a3

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [9e47df8fd7c3cb1dcf556e009cec2d37b928d9b0]

        fdo#64232: Save font theme attributes back to the docx
        
        Font theme attributes were saved to an InteropGrabBag on import, and
        they have to be saved back to the document when exporting to docx.
        
        If the user modified the font in a text fragment during edition, the
        theme attribute should be discarded in favour of the font attribute.
        
        The attributes in the grab bag are processed in the last place so we
        can compare the font attributes with the original fonts to know if
        they have changed.
        
        Change-Id: I2502b4aa96213e74b46fccd1a20f99421f7cf98b

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [0fa60a7f5c1d3510c4fe1ea3d2a51527baf102bc]

        fdo#64232: Add font theme info to CharInteropGrabBag
        
        The attributes w:*Theme in the rFonts tag are saved to the character
        InteropGrabBag so they can be saved back to the document on export.
        
        Font attributes are also pushed into the grab bag because they will
        be needed to check if the user has modified the fonts while editing
        the document.
        
        Change-Id: Ib247845a2d5543823798e1bbd8ed1958a5d9e884

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [fb5ee5c9953635a423d3102b901e409d15800096]

        sw: Add support for different grab bags at PropertyMap.
        
        Now there are two types of grab bags, for character and paragraph
        attributes.
        
        Change-Id: I41362358cd2765e5642499520d94f23f2380631d

2013-12-04  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [8a631e4718fbd7e6a393d93b006fc693df73a89b]

        sw: add CharInteropGrabBag uno property to characters
        
        Change-Id: I2c6d8b1e4ef6df6a6662d5db89e67e5fba3c6ade

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [73cf3fd42e2d852762ad9afd9ea4597213f73f66]

        sw doc model dump: show rsid value
        
        Change-Id: Ic657c4bae045a2663c3b10c569af2fd0c9235775

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [02efbed152a3a9e364cdb73628af0aed0f5d6f7a]

        Resolves: rhbz#1038189 refresh printer list when print dialog launched
        
        which is the the same thing the printer settings dialog does
        
        Change-Id: I36fb9f057b66faa8c9fce5a9934ed2fb70786363

2013-12-04  Matúš Kukan  <matus.kukan@collabora.com>  [f115ec6ce1ff4bf6e68ceb441f716a4c70ecfdf6]

        EMF+: Do not ignore source rectangle of the image to be rendered.
        
        Change-Id: I4f861c7653c89d8f1ca73696e885f33f7bfc3b06

2013-12-04  Stephan Bergmann  <sbergman@redhat.com>  [190c2fa39e18fd129e0efe7371f9ed35ad696a91]

        use OUString::startsWith
        
        Change-Id: I248e2e5802ef2404c49fc7bc4c9f4baa794ccdef

2013-12-04  Andrzej Hunt  <andrzej.hunt@collabora.com>  [bfe74d2254de4e8b7dc488a701d75e5a6169e74d]

        Add some logging to MetaFile read.
        
        Change-Id: I11bc4a82fd0d09fb255c30f3aeffecd3b4e95c09

2013-12-04  Michael Meeks  <michael.meeks@collabora.com>  [d760039be5799a500f802494759dda75499ad908]

        oox: remove debugging printf.
        
        Change-Id: I79198f926cad736549f3251ea92971374b305999

2013-12-04  Stephan Bergmann  <sbergman@redhat.com>  [c1da3afa5185e930e15a6ebbd2901c239def02a7]

        HINSTANCE vs. HMODULE clean up
        
        Change-Id: I6fc350f489863ec86c76822053f0a399cef5cd7f

2013-12-04  Stephan Bergmann  <sbergman@redhat.com>  [13448d8afd5981aa09ffb95ace22bca9bcac4c3a]

        Fix one more use of wsprintf
        
        ...that would fall into the same trap as
        50bd5c11f551f5274be9a4411c5ddcbd32bd9a03 "wsprintf is broken by design and never
        writes more than 1024 characters" if the length were not currently bounded by
        2 * MAX_PATH + x < 1024 anyway.
        
        Change-Id: I2503ba0a9df960f2fdb51925d5fbbcff5bdb998a

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [1ded21bfb99951ca947bd11a7442398668202ca6]

        Resolves: rhbz#912529 Kerkis SmallCaps shown instead of Kerkis Regular
        
        we encounter both fonts, but all their properties that we compare
        are the same, so we think they are two versions of the same font
        and throw away the "Regular" version.
        
        Change-Id: I24369f10c7a0edba1faa02621bb78616e880966e

2013-12-04  Michael Meeks  <michael.meeks@collabora.com>  [4bad16b2a27ba44998b107cb3cc5fdca92753ccf]

        oox: render progress bar in main thread for threaded import.
        
        Experimental only.
        
        This avoids ,us deadlocking as the main thread tries to join it's children,
        and the child threads wait to 'Yield' in the progress bar update.
        Also it's generally safer to move progress reporting out of the other
        threads, and to have the mainloop spinning here.
        Finally  this allows people to continue to use the LibreOffice suite while
        large XLSX spreadsheets are loading.
        
        Change-Id: Id41c18f3941d6fc5eea593f7cfcf6a8b7215b3f8

2013-12-04  Michael Stahl  <mstahl@redhat.com>  [d1539f91810cb4b426f3c823c25ab6ac25f6283e]

        sfx2: SfxItemPtrMap is used only in shell.cxx
        
        Change-Id: I9f76a114fcdf761ddaaf40666e4330d20ca72b98

2013-12-04  Michael Stahl  <mstahl@redhat.com>  [5e4c26918a0c8130515ee7af0cf2cd2dfe42534d]

        SfxDispatcher: move implementation details out of header file
        
        Change-Id: Ia831da45c00554086dc692997130688c0b3e28f5

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a2f12f78f6b01a705e3f92ea2a281181dcfcb00]

        writerfilter: support nested mc:AlternateContent
        
        It turns out it's possible to nest this, e.g. <mc:Choice
        Requires="wps">, and inside that, a <mc:Choice Requires="wp14">.
        
        Change-Id: Icb6250dcc5059894112d8eeba9f327659a42280e

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [500343105707a9905f5198a4af6ad58fe307b7c2]

        DOCX drawingML shape import: always set Opaque
        
        If behindDoc was 0, we did not set Opaque, so it went into the
        background, fix this.
        
        Change-Id: Id5aa683ffb388b1f4de33dcb19559729db5a4e02

2013-12-04  Jan-Marek Glogowski  <glogow@fbihome.de>  [95f60222e75486336b6569afa8f34d60b51c94ad]

        fdo#67011: Run Display::Yield through KDEXLib::Yield.
        
        Drag'n'Drop is handled in a second thread, which tries to "yield
        the display" while the main Qt thread probably is already
        yielding. Both need the YieldMutex, which freezes the application
        until the D'n'D thread times out.
        
        Trying to yield the display throught the application yield
        results in a recursive loop.
        
        So this catches and breaks the recursion, but just inside the Qt
        thread, so other processes can "yield on the display", instead
        of simply disabling the Display::Yield.
        
        Change-Id: Ifba91aa89fe5b0a89cc94820935dc996a065112f
        Reviewed-on: https://gerrit.libreoffice.org/6750
        Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>
        Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>

2013-12-04  Stephan Bergmann  <sbergman@redhat.com>  [8d74243a65da4b0e28a68018657e9b1375ae14d4]

        Improve test code
        
        Change-Id: I196a7f654bf8f061a4b050ea1fbe01fae9f450c2

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [13086125abf5cbf142596be53729342263498613]

        Rename coretext/salgdi2.* to coretext/salgdi.*
        
        The "2" part was a temporary measure so an older version of the file,
        that is long gone, can coexist.
        
        Change-Id: I3a22b287bfb1351bb73e9dabbfa67100fe17bb97

2013-12-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [56d4f4b7b97eaf212a3bc6bdb1da767106e7224a]

        fdo#70144 Don't reset Document's modified flag when inserting new table.
        
        It is unclear why the modified flag should ever be blindly overwritten hence
        we no longer touch the modified flag here. (This change appears to have no
        undesired side-effects.)
        
        Change-Id: I246eb7d84249794fa4d52fcd9b008d8340bbc82d
        Reviewed-on: https://gerrit.libreoffice.org/6632
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [798a563db133ebed3876c245459d90ef54ee7c9a]

        drawingml import: don't set CharEscapementHeight unconditionally
        
        Commit 840a8573c8cebe67ddd3c9fe106c7dbd789bb334 (Fix fdo#70220
        Superscript not imported from pptx., 2013-10-07) made it possible to set
        CharEscapementHeight even if moBaseline is not set, but this causes
        problems in the docx importer + not necessary, according to the bugdoc;
        so just don't do that.
        
        Change-Id: Ib95ac449bd8fdf6376261ddc86108f0d23f2200e

2013-12-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e8df1838ec2d4aa52522334e94e77fae00223490]

        fdo#62531: checkout failed due to bad import of properties in libcmis
        
        Change-Id: Ic9477039d7a1d9649487be634052608efe0d07b7

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [f141505929c95c97ae4765d7c7221f07e41ef8e7]

        Relater: rhbz#903281 NULL follow frames on drag/drop
        
        Change-Id: I50319fb218518edd23ff8c859c355265595050d6

2013-12-04  Tor Lillqvist  <tml@collabora.com>  [0d9bd19c5b1740b41581faba9f78e7ea56143c83]

        Add a comment
        
        Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f

2013-12-04  Tor Lillqvist  <tml@collabora.com>  [83e835156bc32bb904552465354b5b477a66d503]

        Bin ATSUI code
        
        TDF has been shipping a CoreText-using LO since 4.1 and the sky hasn't
        fallen. Getting rid of the ATSUI code will make other needed
        refactoring easier.
        
        Change-Id: I494096c3988ea26fa2b336621857d32b64b040f0

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [cce14c9717e3c21a61bbd4ce620d17fa23feafa2]

        Related: fdo#72258 re-orient dialog vertically
        
        Change-Id: I9f703e2ab5c787641e9cc62f223f39dbd5d02529

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [f8d96ebdf71f74c3608e2c6d7cc889a055ed3c2c]

        Resolves: fdo#72258 options is .ui now, so drop SfxNoLayoutSingleTabDialog
        
        Change-Id: Ie1def5b116c4b998e62f840b992633a8c0d4d61a

2013-12-04  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [6931f431331d4cb5b5619c29d5f615f4245a66be]

        convert Contour queryboxes to .ui
        
        Change-Id: Ie6dad2409a7d58a1c01973e8740f436cb597cb99
        Reviewed-on: https://gerrit.libreoffice.org/6923
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [cbeb028519d0383ae3089c48f9ceefe9ee817188]

        DOCX import: parse drawingML group shapes in oox only
        
        This is similar to commit d5c934d150cb6cea5f96cbbee4fb5e8312bf027e
        (n#792778 DOCX import: parse group shapes in oox only, 2012-12-14),
        except that was for the VML importer.
        
        The only difference is that in case of drawingML,
        OOXMLFastContextHandlerShape::lcl_createFastChildContext() is only
        called for the children of the group shape, not for the element itself,
        so compare against the start token, not the current element.
        
        Change-Id: Iddeabb20bbd5f0153e2fc4e6df463830126fdd37

2013-12-04  Tor Lillqvist  <tml@collabora.com>  [14d49ded7177856f095d665edec92ddee5dbb86c]

        WaE: private field 'mbPrinter' is not used
        
        Change-Id: I78b364394b3bedafe66b2b72b3191a8ae778432b

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [bcd6496d0ec5f25e2e371f50e355344c289c158e]

        add test-case for CVE-2013-3906-1.tiff
        
        Change-Id: I2cac26f3e949cbef16fb0c03e99d6aa9b04a7553

2013-12-04  Caolán McNamara  <caolanm@redhat.com>  [171653e4b71e236ba0e053b5c74f89baacc50482]

        remove unnecessary inline keyword
        
        Change-Id: I00a0c94dd9131be3969e2cfd1320682774dced3f

2013-12-04  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [06299d6c1620e5b2f2a3588d7c93790278397cbd]

        Prefer the Liberation fonts over Arial/Times
        
        The new Writer template was supposed to use the Liberation fonts: http://nabble.documentfoundation.org/Default-Writer-Template-td4076271.html
        So I changed the defaults to prefer them over their MS equivalents. When they are not available, they will be substituted as used.
        
        This should not cause problems since the Liberation Fonts have the same metrics as Times, Arial and Courier New.
        
        Change-Id: I00dc14db2aee3b6f57eec7b6f93b69fcf8e5c2cc
        Reviewed-on: https://gerrit.libreoffice.org/6886
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [0b9d8c678ce06d74a9211e4857def48a9eabc36b]

        Those AFM files are not used anymore
        
        They were used to build metrics for printer built in fonts, which was
        dropped in the previous commit.
        
        Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50
        Reviewed-on: https://gerrit.libreoffice.org/6861
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [003a3d7a55d9f83d5b68800d54fdac633b4c281a]

        No more uses of printer built in fonts
        
        Less parsing of AFM files at startup.
        
        Change-Id: I62d4c81d6e892f2356df22b53bb35c0f9f7bc344
        Reviewed-on: https://gerrit.libreoffice.org/6860
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [ef1b4c3a5ea6e70a3831d29133ca291aee89f177]

        Device-specific font substitution is not used
        
        This was only used for printer built in fonts, which was dropped in the
        previous commit.
        
        Change-Id: Iff62786284470ff3873c8d4b0aae0614bf69c7f3
        Reviewed-on: https://gerrit.libreoffice.org/6859
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [24657548a71355e1a087b87d725647793785daa9]

        Don't perform printer font substitution
        
        The so called printer resident fonts is a relic of a bygone era, when
        life was simple and there was only ASCII and Type1 fonts.
        
        It is just broken by design these days, offers nothing useful and can go
        wrong in many ways. Since 1f3a91cf2ace315fb332c0149808a2433eb9ae71 this
        "feature" is disabled by default anyway, so scrap this code to make room
        for some long due cleanup.
        
        Change-Id: Id124b2cad1a484099701a885c4d96e6a12af8d9a
        Reviewed-on: https://gerrit.libreoffice.org/6858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Khaled Hosny  <khaledhosny@eglug.org>  [6230cdd2d8971147dcb629c8bd61daa1fefcb7c7]

        Drop font substitution tab page
        
        The relevant VCL code will be dropped in the next commits.
        
        Change-Id: Ieaa550d671fa43f2e5a96e2df7f256de2faf2fa4
        Reviewed-on: https://gerrit.libreoffice.org/6857
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Arnaud Versini  <arnaud.versini@libreoffice.org>  [c0125d64cbf8adcf070d0bf715e98e57fbeecf8c]

        VCL : Remove usage of DBG_CTOR and DBG_DTOR.
        
        Valgrind is capable of detecting such bugs. No need for extra macros.
        
        Change-Id: I6a785b42be72736560ec69f1a7949f2f0b9414a3
        Reviewed-on: https://gerrit.libreoffice.org/6805
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [35c1d6f7617087c18b94e03ec9281c995e6d9e55]

        fdo#60698: Merge hatchwindowfactory into svt
        
        They are used at same conditions, and hatchwindowfactory just have
        four files, so we don'y have any reason to keep them separated.
        
        Change-Id: Iae3bb26ab1e95a309bf0d83c4ef17a0bf0261179
        Reviewed-on: https://gerrit.libreoffice.org/6811
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-04  Stephan Bergmann  <sbergman@redhat.com>  [42b733539179547a4030dfe54655b26985936717]

        Revert "throw new ..." fix in Managed C++ code
        
        ...where it is correct and 336353a87e6003e685aab87ea74a158546e1f297 "Related
        rhbz#867808: More apparently bogus 'throw new ...' in C++ code" had changed it
        by accident.
        
        Change-Id: Id7fc1adf8c0068a3b59794d156b21f68b5ac7e72

2013-12-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [1da04bd7a8a804cbfb1d01a3102b1b76cc557122]

        SwRTFWriter: fix string conversion
        
        Regression from 02bfed8a53556badfea637930b05d923cf9465f2 (convert
        sw/source/filter/ww8/*.cxx from String to OUString, 2013-10-14), check
        for string length before invoking OUString::operator[].
        
        This can be reproduced if copy&pasting some text inside a Writer doc
        from normal text to rectangle shapes inside group shapes.
        
        Change-Id: Ia8f774b27ca63773792e6af913dfe7e493bea4b8

2013-12-04  Noel Grandin  <noel@peralex.com>  [564ee696c9dfe1ee39515fe69e50ecdce2a03b4e]

        fix SwInterHyphInfo commit again
        
        The original commit was eb56848029a3b26a9d4f07a55364749e9e7d8339
        "convert SwInterHyphInfo from xub_StrLen->sal_Int32"
        
        My first attempt at fixing the commit was
        a073e81c3acb0c4aa3bc4fde146b6eb9869738e1.
        
        This is the second attempt.
        
        Change-Id: I030c0a3107e1321006744473efe3ca3341251ad4

2013-12-04  Noel Grandin  <noel@peralex.com>  [a073e81c3acb0c4aa3bc4fde146b6eb9869738e1]

        fix SwInterHyphInfo commit
        
        fix for commit eb56848029a3b26a9d4f07a55364749e9e7d8339
        "convert SwInterHyphInfo from xub_StrLen->sal_Int32"
        
        Change-Id: I197edf7d5558cd44200f8f04ba29f028fba25639

2013-12-04  Noel Grandin  <noel@peralex.com>  [b273106226ab7e21f68b9e0470e8b28b27f6b726]

        convert OutputDevice::HasGlyphs from xub_StrLen->sal_Int32
        
        Change-Id: Ic8f0ae3d263d6cb02e6faa7226db0241681fc45f

2013-12-04  David Tardon  <dtardon@redhat.com>  [79eab004dca8413cf99ea688291083df2d146230]

        upload libodfgen-0.0.4
        
        Change-Id: I1c0527b01a958fca6e0cb3febb1915762f8a0074

2013-12-04  David Tardon  <dtardon@redhat.com>  [5ae5901ccb608ed34ae1ed578aa66b3be33cbae4]

        upload libetonyek-0.0.2
        
        Change-Id: I3eed72cf1aa4ee1dc1f931a3d4245d8cc4d69897

2013-12-04  Noel Grandin  <noel@peralex.com>  [d6de313b043154e70a84c0fc29cbae94fe7541b1]

        STRING_NOTFOUND is no more
        
        Change-Id: Ia8937e07786c497c5cb8485fa161fd68231c17f8

2013-12-04  Noel Grandin  <noel@peralex.com>  [eb56848029a3b26a9d4f07a55364749e9e7d8339]

        convert SwInterHyphInfo from xub_StrLen->sal_Int32
        
        Change-Id: Ie5a877fb90c360506f05d0417524966e137e5d77

2013-12-04  Noel Grandin  <noel@peralex.com>  [e7c10fba9083e8ec9498a1fee4ef3ce31eb3e8d1]

        remove usage of STRING_NOTFOUND in formula.cxx
        
        and tidy up the method a little
        
        Change-Id: I408fd96286749ec9e3743dbdad8cf424a7bb9035

2013-12-04  Noel Grandin  <noel@peralex.com>  [a0be5278c24efcc9a6f22fe5398d780b0744f8ce]

        remove condition that cannot be hit
        
        GetFunctionEnd cannot return STRING_NOTFOUND
        
        Change-Id: Ic9abee0ea77789e01acedf57c6c13edb0a5c08d9

2013-12-04  Noel Grandin  <noel@peralex.com>  [8b306ebb2c479bccbaf7a5ab170816cfe5850f71]

        convert xub_StrLen->sal_Int32 in doctxm.cxx
        
        Change-Id: I0981631d516e18c065c3f5fcc1a049119b47ec76

2013-12-04  Noel Grandin  <noel@peralex.com>  [39c8524f7d9180fe500e1b5d9a272cabd72399e9]

        remove some STRING_NOTFOUND usage
        
        from old, probably dead code. Completely untested. But at
        least it's not in my grep results anymore.
        
        Change-Id: I9d917d0558bcab25a48fa36140beaa92150b62c9

2013-12-04  Noel Grandin  <noel@peralex.com>  [aa4a39c9d754d0f7e953a3a642db5ad15053c63f]

        remove unused #define SQL_COLUMN_NOTFOUND
        
        Change-Id: Ic8914484c23c586036280bdf12a3fef3128d03ff

2013-12-04  Eike Rathke  <erack@redhat.com>  [882665d821a2fc705b7ae03372c2ae7593028210]

        resolved fdo#72288 made case insensitive matrix string query work again
        
        The SharedString stored at ScQueryEntry::Item was constructed from an
        OUString passed from ScMatrixValue::GetString() so
        rItem.maString.getDataIgnoreCase() in QueryEvaluator::compareByString()
        was NULL and never evaluated equal. Made ScMatrixValue::GetString()
        return a SharedString instead.
        
        Change-Id: I473d5724dfb97707fea58e6b72b1396c049b79c8

2013-12-03  Eike Rathke  <erack@redhat.com>  [bfd1909c87d0d645f1bbb74a142172ecc15100e8]

        remove and reinsert formula cell from/to tree during CompileXML
        
        ... to keep the count updated, which actually silences the dbgutil
        warning of ScDocument::RemoveFromFormulaTree() when loading .ods
        
        Change-Id: I8453d688ca673a47fee15c84478262e1da53e408

2013-12-03  Matúš Kukan  <matus.kukan@collabora.com>  [7eb3e0b3892c90a5a2fbaaeaf7693bffeb80a360]

        Kill --with-check-jobs as it is ignored anyway.
        
        since 4eebd65858655eef3f39e40ecbe74c505f6b4688
        
        Change-Id: Ia754906e0de06690e43f2b1063f315659e50da3e

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [37d9edc4a7da90da502e62e2adde67396d049bae]

        vcl: d'oh /me still to dumb to type
        
        Change-Id: Ie8a5b7493c08a0a63f2791d3cfb00b490609eb7c

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [c4d79527ce3a0d9b466ea291a1932bcd66474827]

        vcl: fix sal_Int32 GetTextBreak harder
        
        Change-Id: I75181d12ca8b883055e5314504633af38b5e49c7

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [af43ae6f85f9ca840889d568f15b6123c98037a4]

        vcl: try to fix some sal_Int32 GetTextBreak()s
        
        Change-Id: If4aee2b42f0d2e15ca228863754959b7486437ee

2013-12-03  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c3760e9099db9cf1be696347e2a0743a3cae1b20]

        fdo#70797 fix incorrect argument handling of CHISQ.DIST
        
        Change-Id: I6187aa673034e6dc18f48f7b6b7ac88989ab55ec
        Reviewed-on: https://gerrit.libreoffice.org/6914
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [b40dcdf4f5a03b71fe9e45f8f24fcaf25fd2febf]

        -Werror=unused-parameter
        
        Change-Id: I4dfa96b8ea2684969d9eeecfd88136742ce2d4a1

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [d83328b233f51d4a70bfeaae90129a68dccf825b]

        longparas: convert GetTextBreak to sal_Int32
        
        Change-Id: I693e4c9916e1968c33ebd922829662f6efc27bfb

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [f1bd4db85538e4979dea6e0d6d306ac89210ea32]

        drop unused argument
        
        Change-Id: Ifc262144b7a4c027529ad2927996a4ebf766a5c2

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [434bcc93d9d49917dfccd19ab68f9de17e964ff7]

        we don't need to copy this string anymore
        
        Change-Id: Ie705cb2c949ef9212a69c9d875e3c3217a3146bb

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [86268546a09c3bdd0d5cb6bc047408db779e057c]

        Clean up string concatenation
        
        Change-Id: I83515f8907b000eb0506410e9b04f28f4257a3b8

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [214c3799581b753c9adaf0d7a660f55b7adb3300]

        Clean up use of OSL debug functionality
        
        Change-Id: I1efcdb7359ac43ee50d2f526bc29a10b1bef35b4

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [413be25c24594a16cc3ac4e5e62ec3b6a5dc7d51]

        Remove long dead workaround
        
        Change-Id: I0a388b0a4bd2dd651e4c65d96aec648115189224

2013-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [197ec9cf1b7f50e0221c12e05dbc3e0064a82352]

        DOCX drawingML groupshape import: fix relative position
        
        Change-Id: Ice07f423707b48a013a9b6325b11f88206c38e60

2013-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [57450afb768c085df0ba2344aa94b5f843060178]

        DOCX import: declare wps as a supported feature
        
        This means in case we hit an mc:AlternateContent element, we will read
        the mc:Choice branch of it, in case wps is the required feature, not the
        mc:Fallback one, which contains the information in VML format (after a
        lossy conversion).
        
        Change-Id: I476156bd1a39927dda903d14540155d1e62a211e

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [ddbeaada1c7abb0fee88e709f3d6d824f06b39e0]

        BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefined
        
        ...ever since its inception in 4afcc7135e0bef66e7a218141bc93a6aa6128fd8
        "MWS_SRX644: migrate branch mws_srx644 -> HEAD."
        
        Change-Id: I82d3158b813fec89567fd94ed9ccc05944228161

2013-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48dad589e319c3545d9764b101a9834d55a09e43]

        fix crash when no platform is available
        
        Change-Id: I730cd231ab6fe4626fefc1ddab67c1b9d77ecd0a

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [b6785eb5952b23748abb2ff56f004747648920d1]

        sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsax
        
        Change-Id: I243ec20015beec6b98ee0af55eb7c387008f32f1

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [4c9ddd594e26c517b8515f77206bfeb2fb063e03]

        SwAccessibleFrameBase::Modify(): avoid accessing deleted mpFrm
        
        In ~SwDoc when a SwFmt is deleted,
        SwAccessibleNoTextFrame::GetNoTxtNode() would access the mpFrm which
        at that point was already deleted too; avoid that by returning early.
        
        This can be reproduced by closing the bugdoc from fdo#71450.
        
        Change-Id: Ide4d42511ccad116fa0362c23ced299d8430d08a

2013-12-03  Michael Stahl  <mstahl@redhat.com>  [c6f3d909f8e5c64b6bc36a13dfd0d46eb0e1d88d]

        sw: valgrind complains about uninitialized mbIsPrepareSelAll
        
        Change-Id: I5405a6818fc63c3e29bb189858fd0abc73f67e43

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [a13c56fbafd930a5a8e117a57d7a8234cf49c4f1]

        FLT_TOOL_PANEL_DOCKING_WINDOW unused
        
        Change-Id: I825cdefc5aef92d271ded4a35a21a441bc7325c6

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [1ef873db6e5d38fd24e71cbdb61556f9d39cac73]

        unused .src file
        
        Change-Id: Icf396b255fa9a8dda7e1d990da7e0a8a27869157

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [bb8d288bdb1e432f203e80fedebe854b194d776c]

        drop now unused helpids
        
        Change-Id: Ic72252c359e231cad4e3a28591883f6adde1bb79

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [27c024800732b607281088a74e253447c9392149]

        Updated core Project: help  669b94349794029c207147d7d3702540a44f8444

2013-12-03  Tor Lillqvist  <tml@collabora.com>  [a718fef09489fdcd2908af49b0c35cfebbbfb388]

        Use our header guard convention
        
        Using identifiers starting with underscores is questionable even if they don't
        happen to clash with anything used by the language implementation.
        
        Change-Id: I0af605d40d85ea7e47e1047572fbe180270e08ac

2013-12-03  Tor Lillqvist  <tml@collabora.com>  [c7fd6b857fe712ca029d2c7f4d669db0c400101d]

        Bin pointless header inclusion guard
        
        Change-Id: I8efa6fe219df952586aef84db406dd1190e451d5

2013-12-03  Tor Lillqvist  <tml@collabora.com>  [a21825faf0daa35db160856fbc3fe321d315117f]

        No _SV_AccObjectWinManager_HXX anywhere
        
        Change-Id: I0ab040ae4379995353009f3e852e6efc6760fb59

2013-12-03  Tor Lillqvist  <tml@collabora.com>  [cb1cd35936cec9d0892fff15d15e1b3584338baf]

        Use proper header guard convention
        
        Change-Id: I8e7b2187004a9b945a847c351e16ba1d1ff7a4ec

2013-12-03  Tor Lillqvist  <tml@collabora.com>  [e2a062fcd1bbce9f2f21767dbd0b79467baa2e57]

        _SV_WORKWIN is nowhere
        
        Change-Id: I736162269041a7ee0266566c00fd16f0a9629cd2

2013-12-03  Caolán McNamara  <caolanm@redhat.com>  [00a3143b31b4f60cafcf5dcd94f4891bb920671a]

        convert the last tabpage in sd to .ui
        
        Change-Id: I49eb93ec73d0783ab62eab5ce469526dd069e0b0

2013-12-03  Jan Holesovsky  <kendy@collabora.com>  [5a23dee0648d5ca177e07e9da150d159fa40831f]

        sw unit tests: Introduce hasProperty(), make the redlining check more elegant.
        
        Change-Id: I123bdfd7f21b78cbee6db2ceb9b98c2e473415d1

2013-12-03  Jan Holesovsky  <kendy@collabora.com>  [fb51e1cc4090bdee6417537faa423de48bcb59d1]

        Start center: Re-introduce the Macros menu, people use it.
        
        Change-Id: I99da1fbbd158622933445f7e97f4266a24a2d85d

2013-12-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [a44e42b9cd08d1ac8438ed2944cf174ffd68b80e]

        filter: handle ooxml shapes in EscherPropertyContainer::GetCustomShapeType()
        
        The problem was that the shapes produced by the drawingML import had
        types like ooxml-triangle, and EnhancedCustomShapeTypeNames::Get() only
        handles VML/binary MSO shapes (e.g. isosceles-triangle). Add an OOXML
        mode, and in that case use msfilter::util::GETVMLShapeType() instead,
        and only fall back to EnhancedCustomShapeTypeNames::Get() if necessary.
        
        Change-Id: Ic93ba4719133dd3e96c17d2562642a03e559fefa

2013-12-03  Thomas Arnhold  <thomas@arnhold.org>  [f5e2d31331839fd8c6039bec057a9c28ed3c7396]

        Revert "fdo#67862: Add greek symbols to docking window"
        
        This partially reverts commit e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8.
        
        Leave the SAL_N_ELEMENTS changes in.
        
        I forgot about the translation of those symbol names. The en-US %alpha is
        %alfa in pt-br. See starmath/source/symbol.src. One list get's translated,
        the other not.
        
        For UI purpose GetUiSymbolName gives the tranlated one and for export
        GetExportSymbolName gives the untranslated english string.
        
        Feel free to implement this or maybe drop the translation of those symbols.
        
        Conflicts:
        
        	starmath/inc/starmath.hrc
        
        Change-Id: I74d667a727536e1caf35f32af6a5c9cc64ca7015
        Reviewed-on: https://gerrit.libreoffice.org/6884
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-12-03  Noel Grandin  <noel@peralex.com>  [6b6254dfb16febd3e84dde30231f034331d1d2f7]

        convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32
        
        Change-Id: I542399d3ed3a3b42592bcabb70d7034b3a4cc93c

2013-12-03  Noel Grandin  <noel@peralex.com>  [6d31302d272ac5bc5ad5749cc703c3ddc610957c]

        convert xub_StrLen->sal_Int32 in edtwin.cxx
        
        Change-Id: Idbfeb4180cca90724eb1ce658629d58eed48bb5e

2013-12-03  Noel Grandin  <noel@peralex.com>  [6207a1c02c42f7f942d6cabc256a945043ca4f30]

        convert SidebarWinKey from xub_StrLen->sal_Int32
        
        Change-Id: Ie0e9176d4f8bbe5bdada5fea848ca9638fc55c91

2013-12-03  Noel Grandin  <noel@peralex.com>  [3abc48701223bdd8c2894d82a7cbfce044f15704]

        convert SwTxtNode::GetLang from xub_StrLen->sal_Int32
        
        Change-Id: I2740622a5e30916d050e01350208a0de268e42ac

2013-12-03  Noel Grandin  <noel@peralex.com>  [fb45457d67514845faec84411cae023e27ea29dd]

        xub_StrLen->salInt32 in lcl_Highlight
        
        Change-Id: I0bcb31a37b642482885379fb2b64ed61c584272e

2013-12-03  Noel Grandin  <noel@peralex.com>  [0f196eb228e8e5dbc403b9d9a32f3f5f8c056fc7]

        convert xub_StrLen->sal_Int32 in SpellState
        
        Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9

2013-12-03  Noel Grandin  <noel@peralex.com>  [3befdd37c610e37d6f1eb33ec2f76ef77a2ba1a0]

        convert xub_StrLen -> sal_Int32
        
        Change-Id: If8f3c32f1e7664ceb266341a407aa29effa25ced

2013-12-03  Noel Grandin  <noel@peralex.com>  [ca015ac13100bb1dc9788990cc7189ce77705480]

        convert formula::FormEditData from xub_StrLen->sal_Int32
        
        Change-Id: I0127079ef3ee6bde8e36f2a83ef1f568b9f15568

2013-12-03  Noel Grandin  <noel@peralex.com>  [c310019e75520af3773055723538f06a1c332e4a]

        convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32
        
        Change-Id: Id3229083c1e2ad0cfcb01e9dfa6fa66eb5f5604a

2013-12-03  Noel Grandin  <noel@peralex.com>  [b882c046ee1268438f36f80038c7a8240053e995]

        convert FormulaHelper from xub_StrLen to sal_Int32
        
        Change-Id: Ib866c39b2bb5a3cf81b899dc38ea548e3762fc9e

2013-12-03  Noel Grandin  <noel@peralex.com>  [d9b4c8ea811da36f8e0f38b481700f5a0406790d]

        Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32
        
        Change-Id: Ief8c4b4699b3f6ffe1cb02d3dae43ad5a0c4c89e

2013-12-03  Noel Grandin  <noel@peralex.com>  [40da065f7e6c96821a4fda2f60ae1a75f174f5a3]

        fix spelling delimeter -> delimiter
        
        Change-Id: I12a330e922f8f6ffe9c746a26e5b32c0bbae626a

2013-12-03  Noel Grandin  <noel@peralex.com>  [c5ee41058193d346665bda092b8f692e2ecd43d5]

        simplify logic in ScFuncDesc::getFormula
        
        Change-Id: I05fd812d1fd76e57d5305d859b2ad64d471adfb1

2013-12-03  Noel Grandin  <noel@peralex.com>  [418b5df94b5a06ba4c18a82f9ff7a0c215a2060b]

        convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32
        
        convert IFunctionDescription::getSuppressedArgumentCount from xub_StrLen
        -> sal_Int32
        
        Change-Id: Iee7a094a6f067fa57ee828c434417f7583c0f32b

2013-12-03  Noel Grandin  <noel@peralex.com>  [8c787dec1ae4e415fdcfdf16b5cd9b749308b2c7]

        convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32
        
        Change-Id: If01d21824964a0fefecc34bcf8b0b3910d2b4d48

2013-12-03  Noel Grandin  <noel@peralex.com>  [35afee4de18437e4491e04254f21b50372b08ac4]

        convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32
        
        Change-Id: Ia7a6241c651106427e636bdc08085b97a2a41407

2013-12-03  Noel Grandin  <noel@peralex.com>  [af63fbbfa59b7f9a22c55aade2c7e3d95952bbe2]

        convert xub_StrLen->sal_Int32 in unotools
        
        Change-Id: If00ae920eb74dfe67a8654bb092879997f37ccc1

2013-12-03  Noel Grandin  <noel@peralex.com>  [9dae1c5b83878e6ef939bed7cac237f33bc25d64]

        convert xub_StrLen->sal_Int32 in linguistic
        
        Change-Id: Id2e49e43bc149ee639cdbe5b7a1000049fb87978

2013-12-03  Noel Grandin  <noel@peralex.com>  [4ded81770296b6eec9291924db53666f1d8e8d7e]

        convert Edit::GetCharPos from xub_StrLen to sal_Int32
        
        Change-Id: I8fe982d0c0c0a04e2a10cff0f0ae68d51bed590a

2013-12-03  Noel Grandin  <noel@peralex.com>  [9083e8d1ca0246ba21423726d568846cb89efae9]

        convert SvxNumberFormatShell::AddFormat from xub_Strlen to sal_Int32
        
        And make the return code be -1 for error.
        
        Change-Id: I17d066180a604208f0ad689d5dffb77d126c256b

2013-12-03  Noel Grandin  <noel@peralex.com>  [63947810107e042ebe440b865904c62e2d3f74d8]

        convert FN_PARAM_MOVE_COUNT from SfxInt16 to SfxInt32
        
        so that we can convert surrounding code from xub_StrLen to sal_Int32
        
        Change-Id: Ib779c82a71405f855cfe72bcde2511e8153445f0
        Reviewed-on: https://gerrit.libreoffice.org/6896
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2fbf95f5efb0e7e2781fa8546845a084721ee4e7]

        warning C4702: unreachable code
        
        ...and simplification
        
        Change-Id: I652da35312522f452276116df11e548ba9231b53

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [e40bae2dc347ae6c7e3a9133fcdd78c62192a016]

        Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value again
        
        b41332475783c31136673fb44cf4c411bb0148f8 "Integrate branch of IAccessible2" had
        changed it to return a string, but that neither matched the documentation of
        css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sc_unoapi.  This
        is the same underlying issue as 1cb1dca1260da2cea5b6800483e86a6d6b251844 "Revert
        SwAccessibleCell::getCurrentValue to return a numeric value again" and needs
        further clarification apparently.
        
        Change-Id: Idb725724842ffa1aff811d66066912a22b2f2f6e

2013-12-03  Stephan Bergmann  <sbergman@redhat.com>  [44a6eee8e0b7c62685ebabea1fd9baee17cf62a6]

        Call getLineBreak with null XHyphenator unless TEXT_DRAW_WORDBREAK_HYPHENATION
        
        So no longer instantiate XLinguServiceManager (which might e.g. bootstrap
        Python) unless explicitly requested, which e.g. removes a noticable delay when
        switching to the Options dialog's "Security" page (which causes size
        calculations of FixedText controls that use TEXT_DRAW_WORDBREAK but not
        TEXT_DRAW_WORDBREAK_HYPHENATION).
        
        Change-Id: Ib0a28d3d7d7718faf6df7a138f5a86b8b2fd7713

2013-12-03  Matúš Kukan  <matus.kukan@collabora.com>  [d20dff1409fc00e783519cfc0065c6311bb914fb]

        Package cppuhelper_unorc does not exist.
        
        Change-Id: Ib80cdc1408c8784db066b35f27993f8521772a76

2013-12-03  Matúš Kukan  <matus.kukan@collabora.com>  [5b03bc8a4d92fee2fdfdca4917b321985feb930a]

        ugly build-fix for libmerged
        
        Change-Id: I6c107ea5e780ea1178759e2ee827f9bd6d5ede3a

2013-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90b2128711c26121205918f36385dd6c6e4df249]

        fix windows build
        
        Change-Id: Ic029958dc70286f3022d06299b61eca6d37844c9

2013-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea85db86f24a5f41777b7a76d8d92312a933a894]

        we need to pass the variable to get correct dll linkage
        
        Change-Id: I447218101e1791375273580a313dd54708303d7a

2013-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [223fb84c0b173a83d17062b8a4a8ee9853426fe6]

        no inheritance so no virtual needed
        
        Change-Id: Ia6c481bbf5353db4c2801a53ae1455534c6978bd

2013-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4afa538b7b02b0591bba129051a0a516a70fef31]

        Hide the implementation.
        
        Change-Id: Ibfd9bf626a40c3ec4eb18d09944e8943163595c8

2013-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [532b2f48185c9ee3f389f1a3fbdfffcf113c15c0]

        Add a means to check if a namespace exists.
        
        Useful when we just need to check if the stream has a certain namespace
        defined. Calling getNamespaceURL() may throw SAXException in such case.
        
        Change-Id: Ib2b7b202492390158270d87bab95d1793c9d8a70

2013-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2130fd9d610bf12b09fe29bafd46a673b21e064d]

        Move this header out into a public place.
        
        Change-Id: I356b26947d1018276d8a9ff6012fdad3ca2c0fd8

2013-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8ef9d651770ef8423651b9163007975d16449fd3]

        Remove inline methods from the header.
        
        Change-Id: Ie2cff194c1db5eaa992c4bcaaa06ec9a419d85a7

2013-12-02  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ba42fc8dfb085ffc1a79365917a05e007d5be32]

        Move this out of the namespace scope.
        
        Change-Id: I4aec1d45edb47ea16adaa8d2ac23340b8f421bae

2013-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [56cdaa186971eedbac1b494b46c2622862386e1a]

        fdo#72163 belts and suspenders
        
        1) Do not dispose m_xComposer, might still be used by our m_pCache
        
        2) Do not create a new m_xComposer if the previous one will do, so
           that we do not gratiously use a different one than our m_pCache.
        
        Change-Id: I6540c035c9159017c694b36e676721ec3e42db51

2013-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [d4b7e3d12a02d27e9ea569e4828370cf00e17540]

        fdo#72163 after updating m_xComposer, command facets are not dirty anymore
        
        Else we dispose m_xComposer too eagerly; still used by m_pCacheSet.
        
        Change-Id: I205488465c19a356534df17b8a5e9a20ce6766c9

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [8171e713e74e3d09e86592c28abfe05d0400c071]

        fdo#71450 fdo#71698: ODF import: fix frame name corner cases
        
        Trying to set a name that is already in use will throw an exception (and
        set a different, generated name); if there is actually no name in the
        file then there's no point trying to set anything.
        
        (regression from b69d152cfa1da868ba960345d72ba78f9f8e1b35)
        
        Change-Id: Ie54d4a830cc23e2853a6efeb81f77dcc788192ea

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [790896d9a557d34ea91d6e5926471de66503be7a]

        fdo#71749: sw: WW8: don't loop on tables in footnotes
        
        (regression from ee1db992b98378b5e2f5e9aa8af0e36c375e582f)
        
        Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [5170b4e49afd113567d4bbdd8f7b6be9eaa66888]

        Move functions to right file, prefer sal_Int32 to sal_uInt32 as index
        
        Change-Id: Ie5dca349acf2e163fdb6a47b0ba7af27220f2b2d

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [e40fd5b9f1a544aa3d1f8a254682d403c4ce4b7c]

        Don't obscure local function calls with #defines
        
        Change-Id: I8a0851fac3e77f1ad101a422191bf80bfea7eafe

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [20c91a72a190bbe071d85e38fd9d4d1023b78b59]

        xub_StrLen to sal_Int32
        
        Change-Id: Ie2c18baa3ab6a3a7c6f2ac83b6d2d5bd8ecf5811

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [4420650bb08794506bcc476994e628986d079991]

        xub_StrLen/unsigned to sal_Int32
        
        Change-Id: I6d89f19ef2ee3aa83f3e74a416c41cd42dd448fa

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [8a4c452058001c99ce06464af8357832aaa8f019]

        xub_StrLen to sal_Int32
        
        Change-Id: Id00f298c638b14b0e78b898373978f94b43804d9

2013-12-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [ea0d3041a9d27361fb816480ecc59dd12b14a10d]

        xub_StrLen to sal_Int32
        
        Change-Id: Ifd4f78d422eb3ed04407e9c9edb30ef319cae2cb

2013-12-02  Eike Rathke  <erack@redhat.com>  [0f8eef96d28245b4905ff9f1cfb18bc540f0f7b5]

        in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM again
        
        7a3b8b1a5a753627c6518b9a5b8e2a041d4d6331 switched formula parsing from
        API FormulaParser::importFormula() / ApiParserWrapper::parseFormula() to
        ScCompiler, which means that also FormulaFinalizer::finalizeTokenArray()
        is not executed anymore and processTokens() and processParameters() that
        among others handled appending Calc-only and required parameters.
        
        At least implement that parameter part at ScCompiler now.
        
        Change-Id: Iaa2804c82ec43dd51f781485b0e2afab8c613638

2013-12-02  Eike Rathke  <erack@redhat.com>  [5a5b35c979acf303d99a365b6735148d4f0ab817]

        added isOOXML()
        
        Change-Id: I9e088e1d6679297884d71604b03537b73ee3387c

2013-12-02  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [2dcee42f4e8e8ca8821e37b5ec9d24aeb4b736c1]

        GPU Calc: cache the very last compiled program in memory
        
        Change-Id: Ib805c31f0c1b57708c38c02a9bdc492af5c7a439

2013-12-02  Andras Timar  <andras.timar@collabora.com>  [d9a5a84e6d60b9a674d600107a3b23c3ffbbcd5b]

        typo: intarnal -> internal
        
        Change-Id: Ib7803de02d41440668b1e7410dfe0fa40ca2a536

2013-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f9a03e1b7cf14ae28e3dbd6ac827c04c5e2b85c]

        msfilter: add a drawingML -> VML map
        
        This can be used later for the VML or binary export of shapes imported
        from drawingML. Note that without this, drawingML shapes won't be
        exported to VML, as e.g. for a triangle it expects a
        'isosceles-triangle' type, while the shype's type is 'ooxml-triangle'.
        
        Change-Id: I59abc27febdd026c181a7ff38b16c93567058cb9

2013-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [8dbedf1667f2558c682c636ac9162b36d252e362]

        oox: move lcl_GetPresetGeometry to msfilter, so filter can use it
        
        Change-Id: Ia741d392a87eaa2f02615a6c9626417a420f205c

2013-12-02  Eike Rathke  <erack@redhat.com>  [8302495a219e869f194f4b585c6f2b996eee0a5c]

        store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADD
        
        Change-Id: Ie9b5f6ade1c25618aa990ce17bd7b2a2b46a250a

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [f89914011c2a5ebc18abc235fbeb6c11d476d749]

        fix previous fix
        
        Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [1d0d881bc906f75259c3d63df32c1d0d9ea906b6]

        -Werror,-Wunused-variable
        
        ...plus clean-up
        
        Change-Id: I37252f505c76f6f6be14873e13da4e660a4a623a

2013-12-02  Armin Le Grand  <alg@apache.org>  [032a4f6b2d771dd4e1b4a1ceee7c3ef15ca356eb]

        Resolves: #i123765# reset buffered DropTarget when undocking
        
        (cherry picked from commit 8d679227fafe9108c4dc6e8adff85a727e4ef3af)
        
        Change-Id: Ia6fba705d91157afea30693fa7078aabc96f02ac

2013-12-02  Herbert Dürr  <hdu@apache.org>  [3a437baee23d45ab64d557fed75e2e1b14aa5541]

        Resolves: #i74854# fix buttons in MsgBox with info icon
        
        Patch by: hanya.runo@gmail.com
        Found by: ooo@catcons.co.uk
        Tested by: hdu@apache.org
        
        (cherry picked from commit 02cc651a1b45cbfbdab0aca6b57bff7bdf9e4f2c)
        
        Conflicts:
        	basic/source/runtime/methods.cxx
        	vcl/inc/vcl/msgbox.hxx
        
        Change-Id: I1656263e189f1a6cfa58436741bfa74ae0e6fffa

2013-12-02  Pavel Janík  <paveljanik@apache.org>  [bdb5114bb77d9c9393587269b39cd517456cb08d]

        WaE: initialize boolean variable to prevent compiler warning.
        
        (cherry picked from commit b01b45e9d73a318e983fa5f023d6167218ed2558)

2013-12-02  Steve Yin  <steve_y@apache.org>  [b41332475783c31136673fb44cf4c411bb0148f8]

        Integrate branch of IAccessible2
        
        Conflicts:
            everything
        
        Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25

2013-12-02  Caolán McNamara  <caolanm@redhat.com>  [23fdf75cd6e6cb37bfeac08f503a15d07d9beda9]

        ditch _TPHFEDIT_CXX foo
        
        Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f

2013-12-02  Caolán McNamara  <caolanm@redhat.com>  [4bcd960e7f677c813c9fd7f10f4469461f0b7a18]

        restore SdrMarkView::HasMarkableObj, etc.
        
        Change-Id: Ib5c0d5028792708bc0ac0e756aa47d486443bbb7

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [c27c01e248e30857c93e5a01e7d7dd93e0486a14]

        No idea what maOwnContextMemory is
        
        Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [1cb1dca1260da2cea5b6800483e86a6d6b251844]

        Revert SwAccessibleCell::getCurrentValue to return a numeric value again
        
        76c549eb01dcb7b5bf28a271ce00e386f3d388ba "Integrate branch of IAccessible2" had
        changed it to return a string, but that neither matched the documentation of
        css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sw_unoapi.  This
        needs further clarification apparently.
        
        Change-Id: Ib09f7549db7ba5155798d5917908c7ce50e7a592

2013-12-02  Eike Rathke  <erack@redhat.com>  [e56105a1f24e9eac491c32c841030c69fb2e2d30]

        release SolarMutex after successful tryToAcquire()
        
        tryToAcquire() locks if successful, so unlock when leaving
        
        Change-Id: Ic0bd4b10ccb8419dd40946dbaf393a27e413bf2d

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [bfcf3608e2841ccbe3f8aaccce232a6175df7946]

        Uninitialized value
        
        Change-Id: Id5ca398296658da61a9880beca7ee03a2db752e6

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [354249086c0956d48337805bb98387f0eea9a19e]

        Uninitialized value
        
        Change-Id: I7794546b22ffe688eeff6349031dd585e38b7ce7

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [9bda6170f61672624b0318ac5091b5bd427584f1]

        Fix build without OpenCL
        
        Change-Id: I15e4495607113eb9bc55a31fee061a9d5384731b

2013-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [53e5b6be99bf2f9d7f390716b7480468a37e4b20]

        DOCX drawingML shape import: fix sw text frame transparence
        
        Mirror what the VML import's ShapeBase::convertShapeProperties() already
        does, fixes CppunitTest_sw_ooxmlexport's testFdo66688 when wps import is
        enabled by default.
        
        Change-Id: Iabed3a5fa1353aefe3055232ad0b7770067a7a58

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [f1d303c63e857109253b98d9c32202d2c53e8747]

        Uninitialized value
        
        Change-Id: I060fb2f8dda4a79b70e2fdf255e95b47b0d5630b

2013-12-02  Caolán McNamara  <caolanm@redhat.com>  [827b44d38aa5c226a25b78108c2a19cf1caf694d]

        Related: EDB-29934-1 add .zip cppunit tests
        
        Change-Id: Iaafdcc4e2c97e06bee245251316b18b3d9e87262

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [b44ed4c408d92f7a1a3f2390c056d518c137ddd0]

        vcl: check if AT is running before loading the library
        
        ... which should result in faster startup if it's disabled.
        
        Change-Id: I39774b0a56f186d08270c2f17b2b20a823f21dc2

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [fabca7370e22f96ae041dc179475b35c87ac53ec]

        winaccessibility: remove global g_acc_manager
        
        It is possible to retrieve it via the AccTopWindowListener.
        
        Change-Id: I6cc5ab25bc937d0d9f4de54a1bed09a76ce27491

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [b54d441ad728ffce8e543de10bd897f0900422b5]

        Revert "winaccessibility: let CoCreateInstance calls find the components"
        
        This only works partially: the ClassObjects are only registered on the
        main thread; CoCreateInstance on other threads still fails.
        
        This reverts commit 29c6216af8c502f220bb84857d3dda901ddfd234.

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [d0e8e6e3cd51736583603e37f0ba2ff7bdf29f5c]

        winaccessibility: fix my stupid mistake in createAggInstance
        
        Change-Id: I7701021befcf1dbad85557c2095fe4bf0b4e0ff1

2013-12-02  Michael Stahl  <mstahl@redhat.com>  [db214684057e3ff2fa32d57c00507309dd6c24d6]

        vcl: fix crashes when retrieving objects for MSAA
        
        The ImplHandleGetObject() function modifies the Application Settings and
        must take the SolarMutex for this; otherwise we get crashes when another
        thread calls StyleSettings::GetPersonaHeader() during some unoapi test.
        
        Also fix another HWND to long cast; use LRESULT which is Win32 for intptr_t.
        
        Change-Id: I5580f88ed0a8e9955697655ace94584e2307982d

2013-12-02  Eike Rathke  <erack@redhat.com>  [fefacbd92f4e3355ecd04841b8eacc75a4a67223]

        added Kurdish, Southern (Iran) [sdh-IR] to language list, fdo#63460
        
        Change-Id: I575c8a51cff1cf451c776818711d2e0fd458a322

2013-12-02  Michael Meeks  <michael.meeks@collabora.com>  [3c2e8e3484d670aeb42e540b409543fe01ac5bb9]

        add health warning on osl condition.
        
        Change-Id: I24619afb8b1ea0410e95e60fe70b5166e18fab44

2013-12-02  Andras Timar  <andras.timar@collabora.com>  [ab4f01412b833dc08f1d64a93addb7751d051af7]

        fdo#71056 add <sup> to list of inline help XML tags
        
        Change-Id: If0937bd571658e0f76a51e44dd3fa008f701f02e

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [e0f88436dc114209cefe90f0fc6cdf91af503847]

        -Werror,-Wunused-variable
        
        Conflicts:
        	sw/source/core/access/accpara.cxx
        
        Change-Id: I5b7faebf5000244adf56f9193370af125949fc30

2013-12-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1c3d51fd6826fbc7d447243d40fcd351ad47ae84]

        fdo#60698: Merge tvhlp1 into ucpchelp1
        
        tvhlp1 just have 2 files, and this lib is used always with ucpchelp1. By
        these reasons, we can merge these 2 libs.
        
        Change-Id: I515f9c12893c986279ffac91b83879c467b091c7
        Reviewed-on: https://gerrit.libreoffice.org/6820
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [0c07e71fbd2c7dcc28434878e274f01d6441ed8f]

        WaE: unused variable
        
        Change-Id: I2a479f87c63044d83a8271c0b1dc1698d52245a8

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [4ae2c3c3dc0be4b511ab07b6f9bd1806f2789725]

        WaE: unused private fields
        
        Change-Id: I2084fa7cc0af9385b532c6beab0368bc2e45e29e

2013-12-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [86bee0cb9d6c610a297d03e71107ca06f94fc3f1]

        DOCX drawingML shape import: handle inset attrs for sw text frames
        
        When the drawingML shape import is enabled by default, testFdo66929
        (from CppunitTest_sw_ooxmlexport) fails without this.
        
        Change-Id: I38fc64201aaf28ae2e07e57c498a64391ac56f07

2013-12-02  Maxim Monastirsky  <momonasmon@gmail.com>  [e239f372c6abcd8371d0a666c828bf1c31195dd4]

        fdo#71748 Fix color pickers
        
        This commit includes the following changes:
        
        1) Remove boxes from PNG files, and draw them ourselves.
        This will ensure that the color rec will always fit the box.
        Also it will make all color pickers look the same, and greatly
        simplify the code. (a part of the code was not reachable anyway.)
        
        2) Fix color preview for toolbar large icons. (a regression of
        commit f59c47fc1e79050d3342924e6173b0f4b6ddaf02.)
        
        3) Fix sidebar paragraph color picker initial drawing. reset should
        be called *after* the icon assignment.
        
        Change-Id: I13ae02bc3dd68dd14877ccc949784072c58bf211
        Reviewed-on: https://gerrit.libreoffice.org/6882
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-02  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [4f743082c10c735db0e92fbe2921e95c5bd02c4a]

        fdo#34170 Disable deleting in the native Open Dialog
        
        Change-Id: I0ccd4b06b2db399711004c3e6505a28353604aeb
        Reviewed-on: https://gerrit.libreoffice.org/6892
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-02  Stephan Bergmann  <sbergman@redhat.com>  [154643d59b6e01606356b7d2e627cbe4e20302e7]

        -Werror,-Wmismatched-tags
        
        Change-Id: I88207b4cf99cb21963dffeb3fe2115b0e42e70d7

2013-12-02  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [62e2cfa79cef65a82c21f3d2bcca890d85beae95]

        fdo#43494 Allow UI scaling up to 400%
        
        Change-Id: Ibf53276b567b0591f9635f49761784900faae816
        Reviewed-on: https://gerrit.libreoffice.org/6891
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-02  Andras Timar  <andras.timar@collabora.com>  [eb5a00cf13fa72515310b88230f60ddfbbd1bb53]

        Updated core Project: help  9e37f604ff7f1da03d9ed1d69b9f01f98d48b46c

2013-12-02  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0d4e04b8378ca3e142c8b2f2c50851b3c74df012]

        fdo#43637 Two commands with the same name "Backspace"
        
        One of them emulates the "Backspace" and the other one "Shift+Backspace", so I renamed it accordingly
        
        Change-Id: I8a2a9f2b5b7212d4ea385c3b5f2e47ac014accc3
        Reviewed-on: https://gerrit.libreoffice.org/6887
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-12-02  Caolán McNamara  <caolanm@redhat.com>  [5bb15993486b60c3c339f83953e67171ca537d40]

        we don't need bChanged
        
        Change-Id: Ieafa794347acb8d3a32bf24114e1ca56dbacc905

2013-12-02  Pavel Janík  <paveljanik@apache.org>  [af382ec04db5c19a0097c5c669672004ab2467fa]

        WaE: unsigned const to prevent compiler warnings.
        
        (cherry picked from commit 40b6e291c04205d1c4287e6ea602772c69f0e015)

2013-12-02  Pavel Janík  <paveljanik@apache.org>  [362c8d67e1cb8920bf179b52c50b5997d32eb296]

        WaE: compare unsigned values.
        
        (cherry picked from commit e215b94aea58527bf76db44f0985b467502d457b)

2013-12-02  Steve Yin  <steve_y@apache.org>  [76c549eb01dcb7b5bf28a271ce00e386f3d388ba]

        Integrate branch of IAccessible2
        
        Conflicts:
        	everything
        
        Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3

2013-12-02  Caolán McNamara  <caolanm@redhat.com>  [84972949a3501003b0b6ad98f07f1b4ab83f3ca1]

        fix build
        
        Change-Id: I24e5ad4f27584aa982fa8a4d7ee80e7167bbcacf

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [2ba0266f9a4f1369b8b42eb5aa821061e6793543]

        Make include guards sane in vcl
        
        We have a convention. Use it. Kill copypasta.
        
        Change-Id: I512e1c8e75b5da20b6756ffc88209a27674ad7c7

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [3b56738d88d881d023bdefda2222d99663f12b9f]

        The TODO seems to be DONE
        
        Change-Id: I096aa231f2a46feb205e609227fc9f7e84affc1d

2013-12-02  Tor Lillqvist  <tml@collabora.com>  [234705792261395d62139a4417504fd4d7a63729]

        Clear up some copypasta
        
        Change-Id: I453bd42e24b059e86e71dc2a64a0d6f524f7a197

2013-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0946308fc854539d854a822966f173138284c265]

        forgot the second part of the patch
        
        Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c

2013-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1538965598944de054f3a5141e107ccd412b31b4]

        enabling new tests make some sense
        
        Change-Id: Iaafd778bb6e95f9521c29b5c6f8a51c02596fd31

2013-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9a97d141e80d55f0f7aa3810cb4ce57a7781de5]

        don't use fixed size icon sets, fdo#62652
        
        actually we should switch to svg as soon as it becomes possible
        
        Change-Id: Ifbbe5befab94441f04fadb90b779e0bc8c15eda4

2013-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a14cfd3d77104aee3e3c3d981a135161295197df]

        add test for fdo#72149
        
        Change-Id: I303bbfe14c258f45985a6ed7a4130d1d0fe2dcd8

2013-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c2936757ca10ccb692b05e6564783313f3576d1]

        we want to delete anytime that attribs are overwritten, fdo#72149
        
        Change-Id: I1ed50e6daf5b363c46e31d1a0efacf7728621b1a

2013-12-01  Andras Timar  <andras.timar@collabora.com>  [b8f21d26ff115e8e1e0fd022b3dc906945db7793]

        fdo#72078 make status bar text localizable
        
        Change-Id: I5d8ce77c8034819fd618d3d970908462511d2e1d

2013-12-02  Takeshi Abe  <tabe@fixedpoint.jp>  [3b2f956ba64f8f9dff1da3028436f3834c899d1d]

        Drop duplicate #include
        
        Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12

2013-12-01  Tomaž Vajngerl  <quikee@gmail.com>  [07c287d01e02e97df76a02a9a35238915d26c01b]

        Remove useless comments from field.cxx field2.cxx
        
        Change-Id: I39dc5793a06f76af5f804846b1771664704369c3

2013-12-01  Tomaž Vajngerl  <quikee@gmail.com>  [f28aaca9295e73e9afe9a591cdee6e0b49ca0927]

        Use SAL_MAX_INT64 for max value in NumericFormatter & code format
        
        Change-Id: I30ecb70c7d46ab575c2ffa0f3c9439805cd4f41b

2013-12-01  Rene Engelhard  <rene@debian.org>  [3e2a03a8f4b56ef1553837ec47a65cb818bcf673]

        fix system-libeot build
        
        Change-Id: I1473dc65cf768bbe92e50cb0a8414d526c5e7c68

2013-12-01  Julien Nabet  <serval2412@yahoo.fr>  [fccf6cfdee7b63feb6deb96e9c8cd398c20b44a3]

        Let precise things and put some references
        
        See also:
        http://en.wikipedia.org/wiki/Atmosphere_%28unit%29
        http://physics.nist.gov/Pubs/SP811/appenB8.html
        
        Change-Id: I87b1794c847fe4aec7f53125bff195d8162ce593

2013-12-01  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e4bf6b0f6875e61fc48f8c1c5f2e8a7cf2ee1e2a]

        Typo in private user data UI
        
        Change-Id: Ibd6e725ba3aca7662770c21c0d5e7c3cf1c1ebaf
        Reviewed-on: https://gerrit.libreoffice.org/6881
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-12-01  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5aa37dd9eb9b6f44c2a91f0e41bae42754ba733b]

        OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.
        
        scopencl is only built when ENABLE_OPENCL is true, but the unit test
        should still run successfully using the fallback mechanism without
        scopencl (i.e. when --disable-opencl is used).
        
        Change-Id: I4b44148f1f59ad8b3d9c78c2fd0e1cbe2030db37

2013-12-01  Tomaž Vajngerl  <quikee@gmail.com>  [bd77c4d178db1cd12bff48ea826e1fdd2510511e]

        Remove useless comments in funcutil.
        
        Change-Id: I2a5f70a45e1101c72a9dc973e1a783f716400ad2

2013-12-01  Tomaž Vajngerl  <quikee@gmail.com>  [1d96c4a097313fd5240d79dc70ffed95bd264f55]

        Add strings in statistics dialogs to the SRC/HRC file.
        
        Change-Id: I8b66356a76586443fc5174c2af9c40bf2551b864

2013-12-01  David Tardon  <dtardon@redhat.com>  [0f4be588622379388650d8fc451829d17d16a7bf]

        upload libeot-0.01
        
        Change-Id: I877cab5e13ebb52911b2e238a0f4ebb87cda73e9

2013-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc65f952d794c96c630842f61b1c9a22c4bb23ec]

        small clean-up

2013-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [120dca2608a23f70b7ab8fc658a10123eb08e58a]

        fix 2D vs 3D coordinatesystem regression, fdo#67300
        
        regression from 088e86b865062dd4cc5ba0c85c6068dea62238db

2013-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b0d5b7cb08148a53ff7f64c48f52a3291b7a0c3]

        fix validation error for OOXML chart export, related fdo#67300
        
        Change-Id: I7d74439bba3b912fe9b81ebeca865298bc32d71e

2013-11-30  Andras Timar  <andras.timar@collabora.com>  [8027780051da7758f722d1b5e003bd5aa7eee1cd]

        mark non-translatable .ui strings explicitely as such
        
        so bin/ui-translatable.sh will not find false positives
        
        Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15

2013-11-30  Andras Timar  <andras.timar@collabora.com>  [781dc45515537991371e89212b25d3a262ab4cdf]

        make some .ui strings translatable
        
        Change-Id: I3e2a93ac7521b4b484a96da22efac0b4cb52b333

2013-11-30  Tomaž Vajngerl  <quikee@gmail.com>  [b99bee2b0c4e1a8e495d122d2c64c75b94e0026d]

        WaE: ‘nPos’ may be used uninitialized in this function
        
        Change-Id: I993492fa3c3355eeb8d57b4262e176bc2f439f7e

2013-11-30  Julien Nabet  <serval2412@yahoo.fr>  [c2dd0ef4b891a3d126dbe70ab5b76016b69d491c]

        Resolves: fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer
        
        Change-Id: I76c1a0bd7cc93cf60ffa8da08200969a7315a8c3

2013-11-30  Tomaž Vajngerl  <quikee@gmail.com>  [88bece824dd012d9d9ec2812b5ba5ddd3311a5fe]

        Add t-test Statistics Dialog.
        
        Change-Id: I6c2b478a4ce6976b5f8fe9cde3d8fbd309dff965

2013-11-30  Andras Timar  <andras.timar@collabora.com>  [8e2d89197942c92da0f00b635c1a370c3adbac8a]

        typo: Tower -> Lower
        
        Change-Id: I3b6f69bdbf40d2578adef312e847f6a69e0e35fd

2013-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a339aedc84d75b7a5e0c2ec2ece0ba9bc344086]

        make the validation tool happy
        
        This is just fucking awesome. The MSO implementers notes mention this
        attribute and point to some extended information that is either missing
        or does not mention this attribute. To make it more funny the MSO
        validation complains about invalid values in this attribute for our
        export.
        
        Change-Id: Iacf1a6666f9f6124106952ae19ae5d5866bc8cf1

2013-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e361f6b81b09919c77995a85250c70b099389915]

        more OOXML export validation fixes, fdo#71971
        
        Change-Id: Ic322d58817986887bbcd666ac3abc416609adf5c

2013-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7415fc31f5cdf7ff3f78dd304b9576b931a82aeb]

        write valid dxf record, related fdo#71971
        
        Change-Id: I99f4dfca78cc0fd5d9b947000a99f8414c2a899b

2013-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [56ad826194d0b9b42ed8bde35836b0e59c46baa6]

        flat text DB: fix move by bookmark
        
        To test whether the range [a,b( is *before* e,
        compare e to b, not to a.
        
        This makes a difference when a==b, which happens for row 0 (header)
        when there is no header.
        
        Change-Id: I629b71936f82a468febe0360909264dd80304437

2013-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [3a89da0b66b35e4ea322bbaea6b0dbcc183c3082]

        debug mode is OSL_DEBUG_LEVEL > 0, not > 1
        
        Change-Id: I39465b1b22a537de95db9f65b04ecf4bce667d0c

2013-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [c0285abc4b3b128b0ab1cfc5689fef13e086db8e]

        factorise code
        
        Change-Id: Ifd1829843886b8c58669fd4ccf04bc35bf4a0e10

2013-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [7a64727f790f001ec42dafe38caeb86dfb6ddab1]

        fdo#72148 if expecting table at begin, explicitly set it so
        
        Change-Id: Ic876603e5860b987280b73726fd79a071a9c833c

2013-11-29  Eike Rathke  <erack@redhat.com>  [62e1a27dc757637223f5f18b1a340ba138e0cb82]

        our UI DURATION is ODF and Excel PDURATION
        
        Change-Id: Iaf0e5f8096554b8b5d80265b6dc5296b3294f134

2013-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc03d0defa0d3f17ff10df51f4a59e8f624e7f9f]

        writerfilter: remove unused WW8Annotation in doctok
        
        Change-Id: I30ae3416d795069246cb165c96342448c5b22011

2013-11-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [e8e293de1052543431d8196e6bfd19265a79f89b]

        writerfilter: remove unused DffImpl in doctok
        
        Change-Id: Ife6a9962b5aa6d2189e31924845df655a9ba41f2

2013-11-29  Andras Timar  <andras.timar@collabora.com>  [02e2bd100bb6b5f8220aca4f949eb862000e8bcf]

        typo: seperator -> separator
        
        Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a

2013-11-29  Thorsten Behrens  <thb@documentfoundation.org>  [8840cdc97740253902bf89d84c1f36b4cb7b8413]

        Revert "add dummy oglcanvas::SpriteCanvas::copyRect so this compiles..."
        
        With the XCanvas / XBitmapCanvas revert in, this can go, too.
        
        This reverts commit f0d93fab3eaad5865feb5895e542e8947c866aef.

2013-11-29  Thorsten Behrens  <thb@documentfoundation.org>  [05d2994c136650deca2d80fedf6b14d10109986e]

        Further XCanvas != XBitmapCanvas cleanup.
        
        It seems I missed a few places in
        21ec9beae29b19b8ec6f0a16fd0e708e4f210208, getting that straight
        now hopefully.
        
        Change-Id: I34fc8df2d1ee65bef0639b3de9487ff311bed89a

2013-11-29  Thorsten Behrens  <thb@documentfoundation.org>  [1b10205c2cb952ab43e30706c05f78d6e8f642c3]

        Fix fdo#71527 no unguarded ptr dereference here.
        
        This is the real problem - mxPane can be validly NULL.
        
        Change-Id: Ie8d055db9bfb68cb9031fa970518343f5aec6619

2013-11-29  Thorsten Behrens  <thb@documentfoundation.org>  [b807b2d9291a2328a55de55d67c4874803d8b7fd]

        Revert "Resolves: fdo#71527 don't crash in presenter console"
        
        This reverts commit bae01385c895a100b5371879889e606927cff877.
        
        Change-Id: Id149bae0904fd6c2120209d69490d0b257ac3f64

2013-11-29  Thorsten Behrens  <thb@documentfoundation.org>  [72aa51185fb7b1ff2ad9006f2067a680b70ab66d]

        Revert "Resolves: fdo#71527 make presenter console not crash/useless"
        
        This reverts commit 639aa8e72639fd01e9004977f1cfaafc13b1e45f.
        
        Change-Id: I0ac1a7ada530791e2d34d2f0802213c869ea48a1

2013-11-29  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [8539039e0c108da7d0306c37962415ce7e271c84]

        fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISE
        
        Change-Id: I96f6beb34c1ce7f7191c6e9d379145ba98320c87
        Reviewed-on: https://gerrit.libreoffice.org/6775
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-29  Stephan Bergmann  <sbergman@redhat.com>  [d694313b57f2edca8fb04cd8655476df6d879784]

        Catch block smells like leftover debugging code
        
        ...especially as it doesn't change hr from S_OK, and compiling with /EHsc
        (instead of /EHa) reveals that OleRun does not throw any (C++) exceptions (and
        thus produces an "unreachable code" warning for the catch block).
        
        Change-Id: Ic34e83e6ede3a214ccb073e3e54d6fcc493d46ea

2013-11-29  Stephan Bergmann  <sbergman@redhat.com>  [f304c906320a3258f5baf6bfa7d43f678ce3f534]

        Fix Cygwin PATH composition
        
        Adding Windows-style paths (C:\foo\bar) happened to appear to work, as Cygwin
        translated that into two paths C;\foo\bar (where the former typically just does
        not exist and the latter is relative to the current drive, which is typically
        C).
        
        In theory, wrapping in $(shell cygpath -u ...) should not be necessary, but in
        practice S is set to a Windows-syte path (which is probably a bug?) after the
        paths of PATH would be shortened to use $I/$S/$W, which is prevented with the
        wrapper.
        
        In theory, the shell variable assignment PATH="$$PATH:... would more
        idiomatically read PATH=$$PATH:"... but e.g.
        unoidl/CustomTarget_unoidl-write_test.mk passes this variable assignment as a
        command line argument to exectest.pl in which case it would potentially be split
        into multiple arguments.
        
        Change-Id: If870e9eba8b650fe75b324ac54c49891d19fcc55

2013-11-29  Stephan Bergmann  <sbergman@redhat.com>  [50bd5c11f551f5274be9a4411c5ddcbd32bd9a03]

        wsprintf is broken by design and never writes more than 1024 characters
        
        Change-Id: I791e55bb5d98ee82c01271dcebafa7c4672cd424

2013-11-29  Stephan Bergmann  <sbergman@redhat.com>  [99d3733c7f7211d7fdcd8570e33f3cbb8a446526]

        static, not mysterious
        
        Change-Id: Ib080dd7fcbc8abb52f762a8071b0233e970b2691

2013-11-29  Tor Lillqvist  <tml@collabora.com>  [1e1302b89deba2ef61bde35c80efd7ff8a9bda29]

        WaE: Silence bogus MSVC 2012 warning
        
        Change-Id: I166e40e7b6d91fa406f9f3649001c12f054bbf2a

2013-11-29  Tor Lillqvist  <tml@collabora.com>  [f26bfa5bdaad8aeb31023884487be422b723c2e6]

        Surely ATSLayout is no friend of the CoreText AquaSalGraphics
        
        Change-Id: I81725b388311ad9aade52906b4c5a6263b6bc104

2013-11-29  Tor Lillqvist  <tml@collabora.com>  [784c82384aa83d00cb68ec8c7564180572cc1233]

        Fix bit-rot in the ATSUI code
        
        But do we want to keep that code still around? I would love to drop
        it. Using only CoreText would make some planned refactoring of OS X
        and iOS code much simpler.
        
        Change-Id: I9514c254791ea462d528e3e83b4927ac62a9f6ca

2013-11-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [bf777a24956e8c62d969c2361a200e90eec651c8]

        GPU Calc: fix warnings
        
        Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86

2013-11-29  Stephan Bergmann  <sbergman@redhat.com>  [2c544ef03e3163bcad7209da99ead207e31bc868]

        Avoid false warning about potentially uninitialized variable
        
        Change-Id: I969b17ffe89e5fbb0f30a47acecaf6698e81fefe

2013-11-29  David Tardon  <dtardon@redhat.com>  [00a95ff7123b495f9248448cc374502954a02d76]

        WaE: empty body
        
        Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6

2013-11-29  Andras Timar  <andras.timar@collabora.com>  [b24cc13d3c5b305ca7554e049b0ec87413d9d292]

        typos in UI
        
        Change-Id: I5e99fbedf21fcf4a84f4695ca5aa3fd56259e849

2013-11-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [7f2cfa639ad4cf7a1e740da9aa9748feec745be5]

        GPU Calc: fix compilation failures
        
        Change-Id: Idafbd9fb3fb71a1da9ba6b7a39007eac3865c932

2013-11-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [3b79cc5fad948f129b643189e78fd539b8882fe7]

        GPU Calc: do not direclty inline constants coming from data cells
        
        Change-Id: Ia63c8c6207c9c3add3d8d89cafd687df287456ef

2013-11-29  Michael Meeks  <michael.meeks@collabora.com>  [475f694fd46257a3160a71300dc76dd0473fe91b]

        GPU Calc: WaE fixes.
        
        Change-Id: Ifa3621a21e03aff313198fc29044b93c8f57001c

2013-11-29  Michael Meeks  <michael.meeks@collabora.com>  [773527bad2f8e104fb700d6fa8ddf24790d7e4cc]

        GPU Calc: reflect the true cost of InterpretTail more accurately.
        
        Change-Id: I7004150569e5329f19d2f08adbd70477bd6252ff

2013-11-29  Michael Meeks  <michael.meeks@collabora.com>  [1d140dc9ea30c7d16738c2dec03756c34fabc7e1]

        GPU Calc - disable printf console debugging.
        
        Change-Id: I2c9d1a82ec0159fae80a8e146d1218aa98895f65

2013-11-29  Michael Meeks  <michael.meeks@collabora.com>  [137f872aa8e6e598e7c7ed1ffa4d21e580e22bdb]

        GPU Calc: NULL scores are really very high, it's an inverse scale.
        
        Change-Id: Iefe2cd87f499e624cbd3bd2583f6f0df90f4b4cb

2013-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [45e331cae69d89ce1c2f7e11b0abb47a764d3801]

        Drop duplicate #include
        
        Change-Id: Iea706d316d731fb57f7021e99a11d1487a2ee5b8

2013-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71591666441cfe39fd21560734e754371289ee6f]

        only call switchOpenCLDevice only once
        
        Change-Id: Id926b139b14ee667ce4ac0674a3c090b52680649

2013-11-29  Michael Meeks  <michael.meeks@collabora.com>  [68b2573a60d145e81cdef7748e4107c84bfa1b47]

        GPU Calc: Avoid dereferencing null 'score' field in some cases.
        
        Change-Id: I2e76d19986326b15c088e6dcce1da3be3924d0fc

2013-11-28  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [7d3999f2f2170ce836a00f1cbac6a49a4c719e5d]

        Remove UTF-8 comment.
        
        This breaks windows build with localized versions of MSVC.
        
        Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a
        Reviewed-on: https://gerrit.libreoffice.org/6847
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-29  Tor Lillqvist  <tml@collabora.com>  [47fbe385f55c05935c87610b987724e5fb4752c0]

        Avoid pointless class derivation for the CoreText SystemFontList
        
        Change-Id: Ib3e6705d166dec9d7db8787496947faf73e3cfb3

2013-11-28  Tor Lillqvist  <tml@collabora.com>  [0379f8b6393e99667584a2964bedf82e4306c2fa]

        Re-factoring: Avoid pointless class derivation
        
        Rename the CoreText-specific ImplMacFontData class to CoreTextFontData
        and unify it with its sole derived class CTFontData.
        
        Change-Id: Id3540432996ca55b2e4a20fd8798c94cb7bc84b6

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [f0d93fab3eaad5865feb5895e542e8947c866aef]

        add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...
        
        Change-Id: I5c6986b4c765c8328cacb84ce84cc99eb6871d0a

2013-11-28  Tor Lillqvist  <tml@collabora.com>  [cb17d9392b78fdce96aa8e140df8b90d7abe0d2c]

        Re-factoring: Avoid pointless class derivation
        
        No need to hide stuff from ourselves at multiple levels. Rename the
        CoreText-specific ImplMacTextStyle class to CoreTextStyle and unify it
        with its sole derived class CTTextStyle. This is all internal to vcl
        anyway.
        
        Change-Id: Ib9e632ccba5c273200d4e3fce79a97db305c6662

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [f562ec13d08b5acfe0ea4615d50e808aaf84a3c2]

        fix error C3665: override specifier 'override' not allowed on a destructor
        
        Change-Id: I002d1d9b3a0194e9d0f404798698a8c2353021b1

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [edc484d92e3d8c154f72231cde049269c5b6c217]

        make data streams an experimental feature
        
        Change-Id: I674b86a6e1c1c0b162c159747b6900ce438ab095

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [39bc5e1155d928b89d5e35822170b0b368bb7e50]

        fix memory leak
        
        Change-Id: Ic84ace8ac3aa52009f43aafe78283730f97881f2

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [75997ec53cab1f41337b9cf9d2b7648ae707b97b]

        datastreams: No need to disable undo. We do not add undo actions.
        
        Also fixes memory leak, because EnableUndo()
        was called from Document's destructor.
        
        Change-Id: I637ff62bde6f8c3238238323e6e4a5a5d2b81881

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [2f4a1487512276901229acb1775181c9fbc5ed18]

        datastreams: Simplify code for importing CSV data.
        
        The code is copied and simplified from sc/source/ui/docshell/impex.cxx.
        
        Change-Id: I15a426a16c4f2ba659af86492c1b2e4ba879d8b6

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [1e7196461e9fa247d658338241be2392aefdcd12]

        datastreams: for security, ask before executing a script when importing
        
        Change-Id: I76a11dae2569eb7e0c791c9f1fb20626c4ff7528

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [d925f6072914c66816b9c69c47141053282f9960]

        Let's use ScRefreshTimer for data streams instead of our own thread.
        
        As was the original idea, for some reason abandoned, and as ScAreaLink does.
        
        The main advantage is that ImportData() is not called anymore with
        invalid mpScDocument (when we close it).
        There is surely something going on with SolarMutex and it just works better.
        We do not need to use our own SolarMutexGuard.
        
        Change-Id: I09256a18ffa14606fc8e06b968016bbc0562a6fa

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [6ce9618ef9ebe58bc6f3ced34c465bbeb5df5b23]

        Allow to edit data stream from Edit-> Links... dialog.
        
        Change-Id: Ibb456da55f04c39ddb7b58eb71ca488cf209edb5

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [fa0fe19e89ba68a6b02cbdd5eff6bc161024c53d]

        export data streams; pretend to be an area link
        
        Fix ScXMLExport::GetAreaLinks to not use UNO, so we can hack DataStreams
        into ScMyAreaLinksContainer.
        We need to connect them to cells for export / import - that does not make
        sense for DataStream without any attached range. We use an arbitrary one.
        But you might remove it, if you create another ScAreaLink / DataStream
        with the same range, without knowing about it.
        
        Maybe it wouldn't be that bad to let DataStream inherit from ScAreaLink.
        
        Change-Id: I5b85a9329ba1ca46fb2893b54fe5161d2fb22f47

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [55d6fdaf453062994d5f361621f4945f7b0e93dc]

        Import data streams - reuse infrastructure for ScAreaLink.
        
        Change-Id: I18db991d2e8e665d5e4ca778344993e79772ccd5

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [47bc56725a37834888680986844b5d7630a6581d]

        Rework data streams to be more like file links (ScAreaLink).
        
        By inheriting from sfx2::SvBaseLink and storing in sfx2::LinkManager we can
        have more data streams and see / remove them in Edit -> Links... dialog.
        Also rename to DataStream to avoid confusion.
        
        Change-Id: I9c3b89020324af7be082f9e6e1cd479aeb72fe81

2013-11-28  Matúš Kukan  <matus.kukan@collabora.com>  [4cbc3d855529737bf8ce37a3c98dbbcc6b17f09e]

        Use better icons for data streams.
        
        Change-Id: I57064ff251a560b71aaf1846a9d7cd9105f938df

2013-11-28  Steve Yin  <steve_y@apache.org>  [b193123b8e658d2eb25af5debe9de9e1b2386ef8]

        Integrate branch of IAccessible2
        
        Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [4a0f0d714cc73c22dd2d363fd111d34f8413b387]

        CppunitTest_sw_ooxmlexport: speed up activex*
        
        There were quite some unrelated content in these test documents...
        
        1m24.754s -> 1m4.757s
        
        Change-Id: I5e12a4c82c8c6f4454d2b2113d11aa289e125832

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [a7806c318e9aa87312107b775f695b3dfe483f34]

        SwModelTestBase: write csv output to stdout
        
        This way a 2>/dev/null output still gives a csv, even if there were
        various other warnings in the meantime.
        
        Change-Id: I6ed3de4058c829e856286c7d484d6ed436c362a4

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [639aa8e72639fd01e9004977f1cfaafc13b1e45f]

        Resolves: fdo#71527 make presenter console not crash/useless
        
        Basically reverts the pieces of
        21ec9beae29b19b8ec6f0a16fd0e708e4f210208 to make XSpriteCanvas a
        XBitmapCanvas again
        
        Otherwise PresenterHelper::loadBitmap is not an XBitmapCanvas
        and so VclFactory::createBitmap cannot succeed
        
        Change-Id: I197adf98e915102f383ee050a8ea16d1e41cecf2

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3c10c9ec665a218ff331994ea3fa35cf2f4cd60e]

        Remove code that never effectively did anything
        
        ... since inception in 44569a657c4282757443ae06efc6441e571a0409 "CWS-TOOLING:
        integrate CWS bubblechart."
        
        Change-Id: I1785ef41bf7146ea7f4d8927165c38317d7183e8

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c992a54b662d39c860784aff7357b163db63dfb]

        fdo#69636 DOCX export: fix VML export of vert=vert270 drawingML textframes
        
        Change-Id: I2fc01c1f22dcd55c2fc4d4791c5571ff2861d0cc

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [95034bafdaecc9aaad556e6c3e47e74b9b2add5f]

        sw doc model dump: handle SvxCharRotateItem
        
        Change-Id: I981867bcf4ec5fa6be866b19f82805ab4ff9623f

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [f6f7fc44768dae76b9f49a65ee16fece9d578f64]

        warning C4702: unreachable code
        
        Change-Id: I2893c55ffbf86b5879f252a0d9e2ae77a229e7b6

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [41038b2b3d606508258ae4c1a99a5b9379c853d9]

        warning C4702: unreachable code
        
        Change-Id: Id5cf39a4b8d55b2060a65103e4f02589d03e3ee1

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [b7840fbb7e5866c06020676cf9ea3ad5a5034c59]

        Updated core Project: help  dc1d56667d9fb8a33cbf9679fbdcba795bd83fec

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [82bc8b05c48398726c7fd8d1e2eaa2b365c53c28]

        add mnemonic
        
        Change-Id: I2d8d9495869c48f6a148964e0483468e5dfd8193

2013-11-28  Olivier Hallot  <olivier.hallot@edx.srv.br>  [1a404132d94af93d99b2ab65185d2c1b3efd78d4]

        Convert chart 3D scene appearance tabpage to .ui
        
        Change-Id: I4b420b0abf0142837e525a5b35e5af882269b370
        Reviewed-on: https://gerrit.libreoffice.org/6841
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [80ae9161ff231908431b6ee6471bd5363425ff26]

        Any::operator >>= returns false rather than throw
        
        Change-Id: Ib2cfdda0c255445544f899b01fdd47687e18712b

2013-11-28  Tor Lillqvist  <tml@collabora.com>  [151da1244f8db451f9b8c5c75dc09dd0969e4a28]

        Surely we want CGFloat and CGRect from the appropriate SDK header
        
        Especially as the CGFloat typedef depends on whether compiling 32- or
        64-bit code.
        
        Change-Id: I2426aa6fb91a9a76367eb965d08b985ce69e4997

2013-11-28  Tor Lillqvist  <tml@collabora.com>  [f30e479b0a337fb6f5711742d395d354269ece85]

        Point to some documentation
        
        Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [e2e8144d478754b8b59be3193669ca8ac17e5b78]

        Updated core Project: help  54a382fdedb8680cc8866959c31e016ddfbc5904

2013-11-28  Herbert Dürr  <hdu@apache.org>  [5585c4f2bf350d3e81d5963caad9a7a61baa9a20]

        Related: #i123768# [ia2] remove pseudo-automatic noisy comments
        
        Change-Id: I346518267294556ce529966fe168440de05a38c6

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [efcc8ddd213e7f7a341526bdcffcee75d8fef77f]

        fdo#69636 DOCX drawingML shape import: handle vert=vert270 prop for sw frames
        
        Change-Id: I95b4cfa0494c8115ebf23c76f4712b48d17bd463

2013-11-28  Olivier Hallot  <olivier.hallot@edx.srv.br>  [51a423cd75240e1e70165be8c0e5f1f09e8b68b9]

        Convert chart 3D scene geometry tabpage to widget
        
        Change-Id: I5840d47047880636fb4e8f80ecef1a6f5377d786
        Reviewed-on: https://gerrit.libreoffice.org/6840
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6014e3c98d7f1f767297ff0f0b6f1a3be18b32d0]

        Use rtl::Reference instead of std::auto_ptr
        
        Change-Id: I4402b0b259c0dcd03a222993c861114028d6fb75

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [dc6649908984c55659bc013e35f8131b7f85e6e7]

        -Werror,-Wunused-variable
        
        Change-Id: Ifb91f80cd9e8ea1cb9431b4f38d5afc9e7b9a86c

2013-11-28  Steve Yin  <steve_y@apache.org>  [cc5518ca61b209408a9d5262bbdcc39efccdd72d]

        Integrate branch of IAccessible2
        
        Change-Id: Ibf3be46e8619c2dce9636e8a90a6703f3e28ba33

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [0a05120e1a08c29b3495878d2a3b5fb30d344c6c]

        we will need getColorConfig, etc. again
        
        Change-Id: Ie7f8d37b550c788fd6235a5de4bbcc51ac6f8150

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [a9e4622e164e582316f5bdf00fe8dbabe849ef16]

        drop unused RID_SCDLG_DATABAR
        
        Change-Id: Ifb32c09bee2e43f3412851e531175cd214bb420b

2013-11-28  Tor Lillqvist  <tml@collabora.com>  [78d1f562685c9bb8cd24d272b48e9d2d8c086308]

        Background OpenCL compilation re-factoring
        
        Don't use a mutex and condition in each ScFormulaCellGroup.
        
        Not sure at all if this crack works, and I hate every moment spent on it, but
        at least it is still behind an environment variable.
        
        Change-Id: I70c917d47112e3a2ed010de4d123a4155f71c004

2013-11-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [f7ef84640258e4ee6ddc4cc5cbf58a2d89860afa]

        abi#2128 RTF import: fix memory leak
        
        Commit 9389cf78e304a5a99bcf1745b9388e14ac36281a (cp#1000018 RTF import:
        empty para at the end of footnote text got lost, 2013-11-15) assumed
        that \par at the end of all substreams means an empty paragraph, but it
        turns out this is only true for footnotes/endnotes, but not for e.g.
        headers.
        
        Additionally, that commit actually causes a memory leak, which is
        detected by an assert in the SwIndexReg dtor, so crash-testing caught
        this.
        
        Change-Id: Idfa040bf3026a9515a120cd7afaf7d314553a131

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [64f57612e3010594a8a72532cabfd0ff5fb39dff]

        Catching std::bad_alloc in UNO implementations no longer necessary
        
        ...since 0bc89aac4c64bb833e387657f680e194c26aef97 "cppumaker: Allow UNO
        interface functions to throw std::exception."
        
        Change-Id: Ia28f02ea10d45267fd951e80da01ffdfdb420885

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [40ad0e8f6c5cecc01b47763457a1d1676a1fbc76]

        Declare SAL_THROW as documentation-only and deprecated
        
        ...which it effectively had been already anyway.
        
        Change-Id: I6c9ae34f59e8bd44a6be38e6e719ad0a96773c1c

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [072eb61acbb9dbe01a45170c3d63e02869df1f07]

        detabify Doxyfile
        
        Change-Id: I2f7afe172221dce2de4f5d9cbef84de95ab6078c

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [c0afa5b7ff135b1173f1cb55c564e88a82e702c4]

        Don't let Doxygen document the #define BOOST_NO_0X_HDR_TYPEINDEX
        
        Change-Id: I3df112c840ccac71fb34d39900b3be3630b9c5a6

2013-11-28  David Tardon  <dtardon@redhat.com>  [5f9befa22e166ffb790a49b0d41ab823cf347435]

        put CJK/CTL .xcds into instdir
        
        Change-Id: Ibbc34014f91c8f1ce73a6e9a8f61fa421fdb9144

2013-11-28  Regina Henschel  <rb.henschel@t-online.de>  [4d42cf31ce8ce7962737106b66cf94adb098c6bd]

        Related fdo#71919: Correct arrow heads for new installations.
        
        Change-Id: If4ad335f4e645cc10cd7378d971b7389bb437f88

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [3905bda83a3a0d81b39342ae8de22fca1c627e8e]

        combobox text entries appear to have gotten swapped around
        
        Change-Id: I76499e12720bd35793a8b616899c8d4a04852171

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [3b65cd24408bb78676dfa42cf01669970125068a]

        Fix crash on abi2010-1.doc example
        
        Change-Id: Ib3e43e14f9223bc53f20f1241d9b8c0eaa5470ad

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [8fe3c0bd644b963284d535175f61e457a25f2c61]

        enable-debug in libebook if the ENABLE_DEBUG is active
        
        Change-Id: If26bdd6ed0be59a4fff137ac3166b9d644e1aea7

2013-11-28  Caolán McNamara  <caolanm@redhat.com>  [282a6fb530e3b78c1e83a9276aea0a528b9e5752]

        Finish rework of QueryDeleteDlg_Impl
        
        This reverts commit a74b3e89c9b853338506249b0fac8d5f54909de7.
        
        Change-Id: Id670a2b66e61d3a4dceb9640d6ae34e9116691c0

2013-11-28  Stephan Bergmann  <sbergman@redhat.com>  [70fe99d01944e51fd2a9d5eaf007bd3ee8967832]

        Minor simplification
        
        Change-Id: I031409043f12bdfe4b8c838d74db8a60576fd507

2013-11-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [492ec288f70089412d47e7b8c65c46e007ee1791]

        Clear the data cache here as well.
        
        Change-Id: Id26dcf8146dc7a41ea9995ad4b1f89925c08004f

2013-11-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7dd8830347b231c7b34e3b7d2e0cf9e544aba88f]

        Clear column data cache here too.
        
        Change-Id: If3d9feb25d825806cb690d001872f1d0ff76466c

2013-11-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4dd0a860ea912c402072dde0f58c9e757a9fc848]

        Crasher fix. Check for NULL.
        
        Change-Id: Iae1fa695ea0266e97ae367db71fe6a82e6a3da1d

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [90bac31f6e6aa73aafe247074bd80f5a9d91cfe6]

        Clear the cache here too.
        
        Change-Id: I4dcc7244e508fcdf484b73dc843b21f4b0a18a73

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cc780dbe1d769bce3e03018cd0a7d7810eee3e37]

        Not a good idea. This makes group calculation 5 times slower.
        
        Change-Id: I954606a9d6d9b0fc66f2f3496e204c8e6496db88

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [431fed3311588333b3ff9b873807865a4a205e50]

        Don't forget to broadcast to chart objects.
        
        Change-Id: I6d4d7cd2dc426134c108f1fbcf6e3c32ed4af88d

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f579d49aafe53f6a5500c7c4a0ca28953de9fecf]

        Broadcast changes on undo / redo of cell range deletion.
        
        Change-Id: I48141ca77277c2de5b3526358cfadb12e3f4fbdd

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8fc79e23927156e883df36dfa3c607f4fcbdfe57]

        Change these parameters.
        
        Change-Id: Ic70aaea461e3d007e394c67c33a766d70aa4e92c

2013-11-28  Eike Rathke  <erack@redhat.com>  [7d1c2f227d9e0eeb518b52c9a8251c043927d76e]

        added unit test for horizontal MATCH, fdo#71589
        
        Change-Id: Ib3195870e708db49448d68d262611561c68ddcc6

2013-11-27  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d78a19131950c087706a376f68b7066b44bf2f86]

        GPU Calc: fix typo in NAN macro
        
        Change-Id: I34299e0fc692c2ab43fe0c1fffaada348742d19f

2013-11-27  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [1de71419351019097074913815e5c049437c9419]

        GPU Calc: fix compilation failure on Windows due to missing NAN macro
        
        Change-Id: I0d53dcf147a06f831120c5489b2975e42ea6120b

2013-11-27  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [4e88456720a94e5e812d6b81c841e6839dca5836]

        GPU Calc: fix regression caused by recent isValid() change
        
        Change-Id: I885a222bf8a7ca4275867585ccf067a1ba7822c7

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [be877a9fafc799e6d21f56f3b0b727b344a37eaf]

        Clear column data array cache when the document content changes.
        
        Change-Id: I09ffa455e79199e37ca6168753ec9ef4d5aa33dc

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [0fb33f60ac08c853f14d19e6158994d092a82670]

        winaccessibility: improve GenerateNewResId()
        
        Change-Id: I81f98ca83b97bc2e3e419c7a37ad2a011932553b

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [e094d6fab61de95adb53759d69aad2447560581c]

        winaccessibility: remove GetXAccByAccObj()
        
        It is pointlessly slow and the AccObject has a method for that.
        
        Change-Id: I7ba1cc853255ac3b3b5008657d1cc79efc3a3f4b

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [a2afe344c6badf432983ce341d4154441837baf3]

        winaccessibility: remove AccEventListener::m_isDisposed
        
        It's disposed iff m_xAccessible is 0.
        
        Change-Id: I3f8bc104784adf82be43bcaf43b7573a9897f82a

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [83ccdb028529e85fe4c06a47ca57a4a5eeeed159]

        winaccessibility: use uno::Reference in AccEventListener
        
        ... and clear it in disposing().
        
        Change-Id: I69cfe3cdcf6549a0471453960d1f935d9c3b7a0d

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [ef3f28d0ce641e9d51d91412b176a1ecbdc69773]

        winaccessibility: use rtl::Reference for listener lifecycle
        
        The manual acquire() call was apparently not coupled with a release()?
        
        Change-Id: I069c969619e9afce2a4b836642cc1675025b11d0

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [576ba8ce8238f6a092c74750a895e2e77297fc7e]

        winaccessibility: actually the member is unused, remove it
        
        Change-Id: I68e5c1785b73520cb59ca54a602ea176f8146f6f

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [887cf7ccc6c2cfc8652d646e15678c1c10155987]

        winaccessibility: don't store XAccessible* in AccDescendant...Listener
        
        Seems safer to store a Reference
        
        Change-Id: I86ef9d18c03b2a58058d38e2ae43553ecd2c7be6

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [b24957e81237a77b69e023e66324f13189307310]

        clean up some COM initialization
        
        CoInitialize{Ex] always exist in all supported Win32 versions, so just
        call them.
        
        Change-Id: I45f227319aae811b6c94a3ac475467a06146b8e9

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [95759ff2c0c895442d4d41b0edec1583caaf8abd]

        winaccessibility: why delayload the dlls?
        
        Perhaps delayloading the URE dlls makes it easier to register the
        UAccCOM.dll during installation or something? Well we don't do that any
        more.
        
        Change-Id: Ic7c356f5954f869c8752aab2563f059a27ef731f

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [2e243de2887f75fa1bd4146bc67d01ae08500d0d]

        winaccessibility: README already outdated
        
        Change-Id: Id0defc7e4fbe5b700362548559e08163a327399b

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [455c39645e3fe1642679aa478c5b1b5a1d3ab0ae]

        winaccessibility: remove all Registry content/registration code
        
        There is no need to register UAccCOM.
        
        Change-Id: I37f5c4030abefbd18b6686652a348bc20a05a9db

2013-11-28  Michael Stahl  <mstahl@redhat.com>  [5e7b29e642dadf99ad954dbf4e3730e0eeef9de8]

        winaccessibility: remove obsolete act.hxx
        
        ... obsoleted by 732ec36edfd09d2091d70c4d71b5f182fe279c45
        
        Change-Id: I7f7a9becac2430a7ed4d096be741b610462a8a00

2013-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c5ea08b67b3446fcf7005e741920764d74366a5]

        iterating through all cells is not a good idea, fdo#71934
        
        Change-Id: I370f641f0fffed8835a32c577c2f2e841ba419aa

2013-11-28  Eike Rathke  <erack@redhat.com>  [f0701470858f57a855ba57c0c2283e52953db327]

        resolved fdo#71589 reimplemented horizontal range lookup
        
        Regression introduced with ebdd9c300718bce454ef56a31d5d8fb699fc1822
        (first eaea417bfdf8d06df2b7f2e42c904c32ce77e871) that removed the
        bMixedComparison member from ScQueryParam under the false assumption
        that is was only used to emulate a legacy Excel behavior. In fact it was
        also needed to do the at least horizontal range lookup in sorted mixed
        data, though didn't evaluate exactly the same conditions as Excel and
        defined in ODFF.
        
        Reimplemented a similar behavior for the new code structures but this
        time also checking for the additional condtion that a query ByString
        does not return the last numeric result and vice versa, which previously
        was missing.
        
        Change-Id: I46061777879ba5301bfcaca2d50cf87a994f93f2

2013-11-27  Katarina Behrens  <bubli@bubli.org>  [a9e7f34c83101c7a3f478ae6d8c487f0ea1c9bfd]

        Unbreak the build
        
        Change-Id: I75dcedfb8fb8b294326898713e7220080d429342

2013-11-27  Katarina Behrens  <bubli@bubli.org>  [d933a10c744adde8566f1e5db24760be03979828]

        Converted data bar options dialog to .ui
        
        all right this time
        
        Change-Id: I9168df3cd83cfa910e4a189b5330a28ad85773ac

2013-11-27  Katarina Behrens  <bubli@bubli.org>  [b669e31252afe0c94e69e3959988e04ecdbaeafd]

        Converted data bar options dialog to .ui
        
        Change-Id: I6a1cd4bc3eb91e89c5d15a2281d5f3d4a978df4e

2013-11-27  Katarina Behrens  <bubli@bubli.org>  [94efa17744a5cfe95855bbb206fb7bca681b5f19]

        Converted data bar options dialog to .ui
        
        Change-Id: I9168df3cd83cfa910e4a189b5330a28ad85773ac

2013-11-27  Michael Stahl  <mstahl@redhat.com>  [dfe593b30a1fafeb3deeb51753b5cac25cbcd4b0]

        sc: no such thing as std::vector::find
        
        Change-Id: I11bb688a8e0affda9ed78a61d9aba3d244914f8c

2013-11-27  Michael Stahl  <mstahl@redhat.com>  [a74b3e89c9b853338506249b0fac8d5f54909de7]

        QueryDeleteDlg_Impl: add GetResult() that was removed in ...
        
        02d4eb7438a83982b2602ea1d83d5accb1fe11f6
        
        Change-Id: I45b5691a3dc4cf2444e0daf8cb2ae0134532f596

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [88df79be2f4b3e4af36fc51dbcdaa30ddc652674]

        We shouldn't check isValid() here.
        
        When the referenced range consists of entirely empty cells, we get
        an empty array, which is correct, but an empty array returns false when
        calling isValid(), which is not correct.  After some thought, it's best
        not to check for isValid() here.
        
        Change-Id: I50dcea4f2b55d5f5c6f1226cca4106ddcad62145

2013-11-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b294ca2c404409a7e35f1025fcfd7e2aaf9b5fb2]

        no need to escape tilde in glade dialogs
        
        Change-Id: I7a7c059c7a6925204aeef19c3640d9ffbff4e6de

2013-11-27  Michael Meeks  <michael.meeks@collabora.com>  [0710299634a2276749c36ed86a5a60a20d63073f]

        sc: threaded parsing of the core data inside large XLSX files
        
        Enabled in experimental mode only or via SC_IMPORT_THREADS=<N> this
        allows significant parallelisation of sheet reading. I also implement
        a simple thread pool to manage that.
        
        Change-Id: I66c72211f2699490230e993a374c26b1892eac12

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [8bdf8dc075928bd0eb3e49ac0f51727c0677dc37]

        error C2872: 'accessibility' : ambiguous symbol
        
        Change-Id: Ibff922712e25a846bab1628e87d0d322d1ff0a33
        Reviewed-on: https://gerrit.libreoffice.org/6836
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [47d01f8a9aedae45e97dca5889b31be3df6b6fd8]

        Updated core Project: help  fb4f27116b49a84dd6463a5feeca40c676c642d2

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [02d4eb7438a83982b2602ea1d83d5accb1fe11f6]

        convert query delete dialog to .ui
        
        Change-Id: I0ab09c2c54bba4a287ef0f7cc812596958373e15

2013-11-27  Michael Stahl  <mstahl@redhat.com>  [6aefcb6a6f90896754f3432e5ae41403998b7ab0]

        forms: avoid deadlock when setting FontControlModel properties
        
        Deadlock found in forms_unoapi on Windows, with
        OGridControlModel::setFastPropertyValue_NoBroadcast() calling event
        handler that tries to lock SolarMutex.
        
        FontControlModel::setFastPropertyValue_NoBroadcast() and its callers in
        3 other classes must not send events via firePropertyChange()
        because they are called by OPropertySetHelper::setFastPropertyValues()
        with its Mutex locked.
        
        It is possible (though sadly quite convoluted) to delay the sending of
        the events by calling setDependentFastPropertyValue() instead.
        
        Change-Id: I0c767cfec01fe1bcaeb1236287b5faf81a2e7441

2013-11-27  Michael Stahl  <mstahl@redhat.com>  [e521a803c914e0d3718ae795976948aabbb9c76c]

        FontControlModel::convertFastPropertyValue: fix bad cast of Kerning
        
        Casting sal_Bool to integer lets the comparison always fail.
        
        Change-Id: I33cf9e9b6a65f81166870bdfe32e9a97101501df

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [a66090955f9e05905417660fc14e91b352f304d2]

        C2872: 'accessibility' : ambiguous symbol
        
        Change-Id: I9a7f5a768346539f14c1fc84d1c60e99107e3899

2013-11-27  Armin Le Grand  <alg@apache.org>  [7ef4a5bd51c606c70661dd303ebd1eeaec0c3834]

        removed pCaptionObj from accessibility
        
        it was not initialized but accessed in one place. Checked with symphony code,
        there was a set method which is not in AOO trunk, thus solved accesses to zero
        pointer usage
        
        (cherry picked from commit bd0c3b940f6006d3cb49381230795db667aeb943)
        
        Conflicts:
        	svx/inc/svx/svdobj.hxx
        	svx/source/svdraw/svdobj.cxx
        
        Change-Id: Ic8dec5c6def35753d757066c7ea02e1a92b46f6c

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [76bb6d7678669b5af1731fb87e632784cd3c01fc]

        statement aligned as second statement in if body but not in a statement block
        
        Change-Id: I497a31b35d68a31155fd31bcd3d07e782be944c3

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [e556e2890ca2baaf05a2694463b15aee6b803454]

        -Werror,-Wunused-variable
        
        Change-Id: Ia202059eb891b1088dc276c963e16ede93fe8d05

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [2733831474036f4893e8a90795f5799279d151d0]

        -Werror,-Wunused-variable
        
        Change-Id: Id3e24e7efd84db03d0d1636bf099bac3fede55db

2013-11-27  Steve Yin  <steve_y@apache.org>  [60f11adb950e4f9645cc9ecb0f5af8235cc97366]

        Integrate branch of IAccessible2
        
        Change-Id: I8327fb4ba2a86d4caa52b875221175b80464842a

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [e022c608fd927bfec20bdec5bee5b600668eeaac]

        XAccessibleGetAccFlowTo is missing
        
        and there's a strange stray ifdef in MSAAService.idl
        
        add mode-lines and remove unnecessary headerguard etc
        
        Change-Id: I072960ac073b2c33d7d820e7dbfe02145685d3f3

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [dc3ef6db8865919c8c76599cc2abf0c1ecbacf24]

        restore GetChild, etc. we will need them again
        
        Change-Id: Ic6da34e58975d85c84ded96fa90873558589f54a

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [06b3ccf8069c6478634dc218eaad3f02ecbfbc85]

        Move recalc on-load to after ScDocumentImport::finalize().
        
        Doing this would avoid re-grouping formula cells twice.
        
        Change-Id: I732658fc92f2fb3ddde0c0c00ae85f72074b6b48

2013-11-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fdc57d0d66727cb726c44a9993dddc9a5cf6ae7a]

        Re-group formula cells before we do recalc on load (for xlsx).
        
        Change-Id: Iae6177433f05875e014de50eb4100fa381ddafdd

2013-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [8518cf42f48cdf07ad14681cb19f476438542236]

        DOCX drawingML shape import: fix position of group shapes
        
        Change-Id: Ib5db40ecd5782d729d406b285d3399cc2626e335

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [289e54feabc936b8175327355a159073830a326a]

        binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flags
        
        ...in a non-oneway call.  This can happen when a pre LO 4 entity is calling a
        LO 4 entity post 90eac3e69749a9227c4b6902b1f3cef1e338c6d1
        "API CHANGE remove [oneway] method attributes."  (See mail thread starting at
        <http://mail-archives.apache.org/mod_mbox/openoffice-api/201311.mbox/%3Ca4e7f34d-b8cb-4d5a-890f-6894d3410265%40ucimail2.uci.cu%3E>
        "hi, code in Java.")
        
        Change-Id: I9f800a979d84a95cc5cd96f75ee7472e8cf6cf4b

2013-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f448777213bae4248cb330725cea0bc38dddc143]

        add missing l10n config files
        
        Change-Id: Ia7e654cdeffd832f51016ff51aa180fe3924ff4e

2013-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [95434a81c320717cd29c2aebc91a750c547f6c62]

        add uiconfig file translations
        
        Change-Id: I9bb39bdd677af4be0da621370c51eb9e22ecc33f

2013-11-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cc7eb173a3b7faa81ea9dc1835f00df4375f5f4d]

        add missing help files in packageinfo
        
        Change-Id: Ia2498a118e729276a78ef3a4eb43b5d0b302d326

2013-11-27  Jan Holesovsky  <kendy@collabora.com>  [843b211820075fceefe94a3bd73612ae7539361b]

        cairo canvas: Line dashing size depends on the line width.
        
        Change-Id: I6a3f563b6effd37b448ec3e8463a87879e0566d4

2013-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec746c830c4ce86e446b929a88a3376a51871314]

        oox: initial import of wpg:wgp
        
        We import something that's visible, but the position of the shape is not
        correct yet.
        
        Change-Id: Ie68f0ebad1cc992a6c8d7704d7262f7e983f3b19

2013-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2f7db5bc6f26281f2ca1ddb828a6ef501c8c2ec]

        writerfilter: tokenize wpg:wgp
        
        These are just the minimal changes, so that writerfilter calls into
        oox::shape::ShapeContextHandler, which does the real work.
        
        Change-Id: I7830178efd6ed75da6737a67d9d24dcf59337954

2013-11-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [83a918016d317d5fb58bb778124310a97204574f]

        oox: add support for the wpg namespace
        
        The plan is that once these are here, the writerfilter ooxml tokenizer
        can refer to them. And then the writerfilter will call back to oox to do
        the real drawingml import.
        
        Change-Id: I00eec562e32df359231d1a170367ab75702f0049

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [a39d07e13495cd06df7169b7778c8d07018794c5]

        Unwind occurrences of deprecated sal_sChar, sal_uChar
        
        Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [d8565bd266939b4ae4231f5b2c7d6260bee404e9]

        Mark sal_Char, sal_sChar, sal_uChar as deprecated
        
        ...there never was a good reason to have SAL abstractions for the C/C++ char types anyway.
        
        Change-Id: Id5da718cf26f12ebe57bc71e076c32d763c0982e

2013-11-27  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [b5fced896632a3c07586702b461545667b33966e]

        convert Rotate into standard orientation querybox to .ui
        
        Change-Id: Id85362c0930a4156e569bd4c6b13aa94213f09c7
        Reviewed-on: https://gerrit.libreoffice.org/6826
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [422e84ecbc6c13c07d8da1c05c085bd3d83f69bc]

        Updated core Project: translations  eaf5194e57a9a6b82672a019c8db30c9a67ff21a

2013-11-27  Jan Holesovsky  <kendy@collabora.com>  [acd5edd3d4ee77387b9e437dc1368da080c40c03]

        EMF+: Line thickness has to be considered when drawing the caps.
        
        Change-Id: I6043ee3c214f453afaef06125993c73be624c07e

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [b5c2e38a71099a724b34697c38c64e870fe2061f]

        drop unused HID_SCH_LEGEND_POS helpid
        
        Change-Id: I520951b21dd017c0d8a21f455f9abaa18e329e68

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [34daf67f27c02fcd6d9a90c39a7a8c0d3e30e8ee]

        Updated core Project: help  1a08f80034749e9f2d8fc94497e3d0cd528afe70

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [0ee2cddfbd9cc710371048df560e397d6881d69b]

        Properly encapsulate svt::TextWindowPeer
        
        Change-Id: Iffa67c345a03852ad7872031b4c5a87e223ffcad

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [758abf0130d5bc38507c31c2eb5d414a4a27b53b]

        Improve test output
        
        Change-Id: I33b289a31a9a4991eb270b3d154d999fa76c7bb4

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [07a58db41301d15523519b99d2c64f1885909cda]

        provide two LegendPositionResources for the interim
        
        LegendPositionResources for .ui based stuff and a legacy
        oldLegendPositionResources which can be phased out when
        the last .res based user is gone
        
        Change-Id: I02478882e0cb54ee0fe5c2c5d15382f94758a3d2

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [4f94f16ba15218e5e7a9eb4d72ddb4cb62884dbb]

        IAccessible2: revert some bounds-checking changes again
        
        ...that were introduced with c23ab5eaed57cc3fb5860e26c591c73c5b22687b "Integrate
        branch of IAccessible2" but broke JunitTest_sc_unoapi, which expects calls to
        getCharacterAttributes and getIndexAtPoint to actually fail for out-of-bounds
        arguments.  The above commit does not make it obvious why those changes were
        actually made.
        
        Change-Id: I3492c3e6a49d68885df1206e9368f4483c0dc4f9

2013-11-27  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e5ad76c11ff6dc3e349c8a73628269c4a9dc3302]

        Convert chart legend position tabpage to widget UI
        
        Change-Id: Iefdbbff83ea05c2e926191a2058a0be67c281789
        Reviewed-on: https://gerrit.libreoffice.org/6824
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [963fb6a84f1366028b185519144ce18e61d630c0]

        Need to link against sax now
        
        Change-Id: I7f54513f93319df0a4846fd79c78bb65327abbbd

2013-11-27  Michael Meeks  <michael.meeks@collabora.com>  [1afc1c033b1ce636eb258a218a26f24c7ad648ed]

        Urgh - add embarassingly missing ~
        
        Change-Id: I6ffcb1561920eba2cbc3fa019431d84f07386570

2013-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [19d0b079dceb2ca4e241a9394407d8ddf2a6f42f]

        Drop duplicate #include
        
        Change-Id: I8c5daff82b96e4d9e2e89e18473c9be8c9c8162b

2013-11-27  Michael Meeks  <michael.meeks@collabora.com>  [bc90fb9e3072d751158a8ea0ca0a893d271b8973]

        fastparser: Outline virtual destructor to please MSVC++.
        
        Change-Id: I8368698e80e5ebe339b822a9e0e767e8ba867e07

2013-11-27  Caolán McNamara  <caolanm@redhat.com>  [34592b9189bf47438a452479972968d33a3a4c1b]

        convert link warning dialog to .ui
        
        the amount of code required for the new vs old dialog is amusing
        
        Change-Id: I7feee572eecd94fab3e8c2210755b70832cbd2f2

2013-11-27  Michael Meeks  <michael.meeks@collabora.com>  [8c2924c0cc8706a7e89ba9e16d15153b2d05b647]

        Fix windows compile.
        
        Change-Id: Ibf6d11e513ed615e29d97ab21c8b02315b42d75c

2013-11-27  Tor Lillqvist  <tml@collabora.com>  [61e66d762d0485abaff497e606c3819536d42437]

        Add initial hacks for eventual Xcode support
        
        Just some late-night hacking without much thinking whether it makes
        any sense and without any clear picture of what I am doing. Probably
        useless. No promises I will ever continue on this.
        
        Change-Id: Ie61925129bb678a17b30cb25a7882ccfe3a1de82

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [382421189fd7cd421b82d3397dad6860cd6536e8]

        Improve exception message
        
        Change-Id: I06ffe3088546d55b29d61ccfae16937d8a7ce9e8

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [1533129759c0017413efe2213bfe503c26dc16f0]

        Revert sense in VCLXAccessibleBox::getAccessibleActionCount again
        
        ...this had been switched from "m_bIsDropDownBox ? 1 : 0" to "m_bIsDropDownBox ?
        0 : 1" in efb23f29983f87104a684e7fab00b84fc59d131d "Integrate branch of
        IAccessible2" for no apparent reason and broke JunitTest_testtools_unoapi.
        
        Change-Id: I276d2f452648387a5fa693349cf868787b2d48e1

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [766cdc8a603b17710f8c60558c07e4b64cdda54b]

        Silence false "may be used uninitialized" warnings
        
        Change-Id: Ie708de4a7fbd34e1ab3c417688de79d5bdf0e0b8

2013-11-27  Stephan Bergmann  <sbergman@redhat.com>  [eda840993a0981cdd227743c1dd4bf6b2f785f8b]

        SAL_CALL mismatch
        
        Change-Id: I73b1555b04db7726142be955d445bf083739e040

2013-11-27  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [eaa13b8b63f91ce432eea216a9c3afd54bac62a5]

        fdo#35712 fdo#40315 fdo#40314 Autoselect trendline type
        
        Modification of Degree or Period select trendline type
        Modification of Intercept select option
        
        Change-Id: If3a212c381061e831ee4411c8e17fbaf8ca12895
        Reviewed-on: https://gerrit.libreoffice.org/6815
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2013-11-26  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aa2cc9505b476d2170913e1d4dc41313449fe996]

        Fix additional bugs in the vector array fetching code.
        
        And a test case to catch it.
        
        Change-Id: I233269822b383afa9783bdc7318eddee31d1eaa3

2013-11-27  Eike Rathke  <erack@redhat.com>  [513eadd422ff6a41cfe9a16f82cf32872d729652]

        resolved fdo#53103 actually use the external data filter options
        
        ScDocShell::ConvertFrom() queries the filter options from the SfxItemSet
        at SfxMedium, which is fine when loading the data into the table
        selector first, but the final load via ScAreaLink created a bare
        SfxMedium without options set. Do so.
        
        Additionally it may now even work that ScDocShell sets options at
        SfxMedium, which the ScAreaLink code prepared for but previously the
        SfxMedium did not have an SfxItemSet.
        
        Change-Id: I45d6a24906dc3ba41654b8c0951dd84939d8af5e

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [2fde76459153fe3a9c87a601cbde8f79dd2e6adc]

        sqlbison.y string clean-up
        
        Change-Id: I1ab32794a10f78f305de8057af5885d7719f87a3

2013-11-26  Michael Stahl  <mstahl@redhat.com>  [37d7a59a3bb4a12bf33e3b04a64313c8959de736]

        adapt sfx2 UndoManager test to renaming from "click" to "press"
        
        RID_STR_ACC_ACTION_CLICK in efb23f29983f87104a684e7fab00b84fc59d131d
        
        Change-Id: If684816602db38fa87b6272c0491ab2ac910aece

2013-11-26  Michael Stahl  <mstahl@redhat.com>  [38c4e94666aa61b89f65999b982654f570c05c4d]

        remove executable bits from .java files
        
        Change-Id: Id36b1d56553a413ab9b4d82fe6f65185f4f6fc00

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [f804a2e8058ec82db91bf29eb0abd660cb08dc66]

        Make it easier to debug the gbuild-to-ide script
        
        Add an --input option so that the input doesn't have to be generated each
        time but can (manually) be stored in a file and that then given to the script
        when debugging it interactively.
        
        Change-Id: Icdb6abc828c6d16e29a99494d00eb0c8435f2826

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [acca36bbbc7924988e003d492918c61e365fd933]

        Add Emacs modes
        
        Change-Id: If5e171ba124722b20b49470a77ee6bca21ae635c

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [1b90c10dbb81236446e6407ac67c7c25161c560b]

        I think this is what was meant?
        
        Change-Id: I5ff6e2588361ab58d7cda9ddbd5db61c300c9956

2013-11-26  David Tardon  <dtardon@redhat.com>  [3cac074a55a5872182fb9b3b7120093f4d2dcf82]

        generate setuprc for instdir
        
        Change-Id: I70418c4911aab0c24b5b198566fa69fdad0f1da2

2013-11-26  David Tardon  <dtardon@redhat.com>  [9ce3e2ae14ecd2a0acd9e63818c1bd82c7a3fc52]

        generate sofficerc for instdir
        
        Change-Id: I06ddbc89c58384ce757ac809788f9d978677cb9c

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [f89712a13119e935dd96f38097ee746b15bb7ccb]

        WaE: unreachable code
        
        Change-Id: Iee5fa84eb2335efa7d7f7cb28b8efdecf9366592

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [3cc25be9cd42307b00c29f2862ffab634d05d824]

        Replace deprecated OUString::valueOf -> OUString::number
        
        Change-Id: Ia9c5d9ce424f810b31ccc8ec939e1ced301329f7

2013-11-26  Michael Meeks  <michael.meeks@collabora.com>  [d8db8ea918faf1e1ea100de20d156725d9d51fc9]

        fastparser: strncmp needs a length.

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [9eaf15563ac51a802e3ce84af3ee49cedf4f4484]

        Presumably wants to use strcmp
        
        Change-Id: I978a692fbf464b476811b445b16c7e1b0eec9e25

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [e06ef25aea312380411753f735da14a1e224a2e2]

        WaE: int/sal_Int32 format confusion
        
        Change-Id: I0dc0bd5c8a751fbda93eeffecc1a01496427da66

2013-11-26  Michael Meeks  <michael.meeks@collabora.com>  [f3d1f950aa259ebe8e3b8c65091e5b6e4462e0e3]

        oox: accelerate common case boolean reading.

2013-11-26  Michael Meeks  <michael.meeks@collabora.com>  [30a8fbbf1b7bdc849d88445a28e86e03e5dc2166]

        fastparser: special case xmlns more sensibly.

2013-11-26  Michael Meeks  <michael.meeks@collabora.com>  [d7280af9740819971f46a855108334b84778b47d]

        fastparser: Avoid copying all tokens into a sequence.

2013-11-26  Michael Meeks  <michael.meeks@collabora.com>  [2d681ad020d3cd6beb53a0de1c3057537f31c8df]

        fastparser: don't waste cycles churning reference counts.

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4932775dae4642bd1157495927c7fcda2589ca15]

        DOCX drawingML shape import: handle wp:align for wps:txbx positioning
        
        I.e. previously only absolutely positioned textboxes were handled, with
        this, centered textboxes are fine as well. Given that the drawingml
        picture import code already supported this, refactor common code to a
        common method.
        
        Change-Id: I56e0dbfa0ffc7e27a70a0e8fb8477681389a51cf

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [a6dab58bd3542ff7a64af3d4080c89d419dd0fce]

        convert format cells dialog to .ui
        
        Change-Id: I451d3e28cc87f82ffb73b4e4c86a134eb1fc117a

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [6812efbb4d45b0ec4a40c11906bd775f94a8f599]

        Unused include
        
        Change-Id: I3db5994ca2e5f3ce7f0f1dfc2994a07b3cb3d6e0

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [b28715862b3e8e6e739ffbbdec515d05e3a1d9ad]

        add accessibility names to .ui
        
        Change-Id: I3453e3c66de730e60843d655e094b7c3247fad1b

2013-11-26  Steve Yin  <steve_y@apache.org>  [2b951c2e2fb70e796f836115f1718bf4884b06eb]

        Integrate branch of IAccessible2
        
        Change-Id: I7d6764cfc86b7b8846c0908278ae10a68c0a14f5

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [3507ffabfe677463f082acca9b592d8eb947a890]

        SwRedlineTbl::dumpAsXml: -Werror=format
        
        Change-Id: I703009efb476b20f2fca8d87e14a15c28632a5be

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [0205f0a2712f0bbc3629b1cc8590105d5dcf11db]

        DOCX drawingML shape import: initial wps:txbx positioning
        
        Change-Id: Id779ed88d657257b614d910a2191ed4974612c8f

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [1f1fa03f4f902254f73cc15a3f44c23d489933bb]

        rewrite new SvxEditSourceHelper::GetAttributeRun replacement in new style
        
        Change-Id: I906e99afb58dcee3e47a545f575aab71b7edc0e9

2013-11-26  Steve Yin  <steve_y@apache.org>  [c23ab5eaed57cc3fb5860e26c591c73c5b22687b]

        Integrate branch of IAccessible2
        
        WaE: Reorder initializations to prevent compiler warnings.
        
        (cherry picked from commit c05431aa92fa2c7c7258418a6ecd651b5c26d982)
        
        WaE: unname unused variable to prevent compiler warnings.
        
        (cherry picked from commit 2259256a390c4b6f83cfb5dbe4a65df5032aee47)
        
        Conflicts:
        	editeng/source/accessibility/AccessibleEditableTextPara.cxx
        
        ad61537527a74670af266feb9e4d26d2d654daf7
        66044902b8d94fc15d4c30270e6cc419fb7d3565
        
        Change-Id: I3ec9798f2c7d854824722c0cf44b62128b4f4cb4

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [62fcdfa34aa302aa9051e90e75b94eb442fa1db7]

        -Werror,-Wunused-private-field
        
        ...fixed more thoroughly than 49c1964b427c9f2f169ba4d826d346adc7555ae0 "WaE:
        private field 'm_bCompoundControlChild' is not used."
        
        Change-Id: Ief1093c054fe272b82da78ab103e8ca3feb72b90

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [1dc1eaadd108883bd187411c721507df3d0d779e]

        Fix unoidl sourceprovider old-style service duplicate member checks
        
        Change-Id: Ifa19a427543e76053e9b249c479e1e13f3599bcc

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [fee379666a068d27c25e0ecfd763e85b0f3c59f2]

        oox: avoid crash in ContextHandler2Helper::processCollectedChars()
        
        Change-Id: Ie70c9914745364c7f2beb3cb84a610ec919a950c

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [c7069898e18f26c132c80cc53f69eb9fb934c154]

        DOCX drawingML shape import: no need to add TextFrames to the drawpage
        
        As (not) done for the VML import in Drawing::createAndInsertXShape()
        already.
        
        Change-Id: Ib4eac941a46e09df6b5363e8c7eeacc2e6dbac6d

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [49c1964b427c9f2f169ba4d826d346adc7555ae0]

        WaE: private field 'm_bCompoundControlChild' is not used
        
        Change-Id: I656c044de766e274f4938facc3a85b6152ba79ed

2013-11-26  Andras Timar  <andras.timar@collabora.com>  [a01605430ec6124093d3b4896839b1bf65c071ed]

        fdo#72034 OOXML 2007/2010 -> 2007/2010/2013
        
        Change-Id: Id5bec8634a66361f4369fe02a3061974d00e7a1f

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [383c7a4b904d31e41a36f4b17ed141db2276afc3]

        statement aligned as second statement in if body but not in a statement block
        
        Change-Id: I237148ec56164994e5c3168ef5b7dfc56588cad9

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [cbb8e6d1b6bfe06c9d1439523533b5197d4eb06a]

        -Werror,-Wunused-variable
        
        Change-Id: I4a501430d6ea8fdf6d2ae748fd3e122846c0b4cd

2013-11-26  Adam Co  <rattles2013@gmail.com>  [bbcce6e10cf9e46b0a8521e50d3dd69ea44481a0]

        Added dump of 'redline' objects in 'node dump' XML
        
        Change-Id: I531a04fd4747a4b10858f6317b7c08cceb6458eb
        Reviewed-on: https://gerrit.libreoffice.org/6817
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [aaf5658a2f0e1a371dc5257feeda7f3c4e304651]

        We never ever want anything OpenCL-related in the sc_ucalc unit test
        
        So unset any SC_BACKGROUND_COMPILATION environment variable to avoid that
        mixing up things when running this test. (It doesn't in a "clean" build, but
        in a build where you temporarily have made the SC_BACKGROUND_COMPILATION thing
        actually work in the sc_opencl_test unit test (by bypassing the weird "Is
        OpenCL enabled? Yes! No! Yes!" dance there), it does.)
        
        Loading the scopencl library will load also the sc library, which causes lots
        of confusion, as this unit test library itself includes all the object files
        from the sc library. (For IMHO questionable micro-optimisation reasons.)
        
        Another day wasted thanks to not understanding what undoubtedly are clever and
        elegant tricks.
        
        Change-Id: I203b6dae7d9b52787ac2d57180be87a61626af6c

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [378963fdb2506c335befbc22e90ba2b09415ce8e]

        WaE: unreachable code
        
        Change-Id: I21cce258c0cc978bd8a45148102787d3c4017e64

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [3950919134457204885eb988f17731d3cf9e1ba4]

        Remove outdated TODO (@deprecated annotation are handled fine)
        
        Change-Id: Iab32e6974a181e437630aaae2ea73eb6062ec0ee

2013-11-26  Adam Co  <rattles2013@gmail.com>  [8d7cb7773dafda969c22bb9cca658bf1c677798d]

        Moved 'DateTimeToOString' from 'filter' package to 'tools' package
        
        After the move now other classes can convert DateTime to OString also
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6816
        
        Change-Id: I0ceb9a5cc26103a6cb36d7765a717770ec3fbe7d

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [fc708d6286e184d7f1b63e4a334d5aa1c7959516]

        No need for additional << overload here
        
        ...non-explicit OString(rtl_String*) ctor already covers that
        
        Change-Id: I9e447795ddc585d765b48d1f7f41f3c795aecba2

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [6da3bd044fb707f08f01719a80fc648c68c9a535]

        const fix
        
        Change-Id: I9abd4fa85d3d5718dffc0f03e3cc662a17a78ac8

2013-11-26  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [bb1213a740b3b3b2b1967639939dd7a72c6d4237]

        fdo#71434: don't show master text if PlaceHolder types defined
        
        I've added all of valid PlaceHolder types from
        http://www.schemacentral.com/sc/ooxml/t-p_ST_PlaceholderType.html
        
        Change-Id: I038fe43ff83699f92ff5eb9945bce12540058478
        Reviewed-on: https://gerrit.libreoffice.org/6814
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-11-26  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [eda8111fdf9b1c69935237106a73d1c53c2776e1]

        Mailmerge shows wrong number of emails to be sent
        
        The progress bar is ok, but the text is displayed with the total
        number of registers instead of the amount selected to be used.
        
        Change-Id: I81da0e7ba9f193366e12cbf81118e36a43bcaad4
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6810
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-26  Steve Yin  <steve_y@apache.org>  [2f973aa90d508cd88050b0273634482de2174a08]

        Integrate branch of IAccessible2
        
        Change-Id: Id8c4ff1d10eccda2d7279d625822759c1f520a46

2013-11-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [1da6609eb8d3d70bb620d949b1935a5789c2d2ce]

        DOCX import: default para style has priority over table styles
        
        Since commit 23b67c536537c91020cf5a45ab5cb36d7316ed89 (DOCX import: fix
        import of font size in table styles, 2013-03-04) we simply ignored all
        table style run props, that indeed fixed testTableStylerPrSz, but broke
        cases when otherwise reasonable run properties were specified in table
        styles.
        
        Fix this by only ignoring run props of table styles if the default para
        style should have priority.
        
        Change-Id: Ic10f635f4b8688af252214d5d38216b4d5c8fa8e

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [52cd29a3388ec29d4de8423bb0979bcfb7a7cfcd]

        add accessibility names to .ui
        
        Change-Id: I09fc4a0166e1b9e9949ed9e3407e709954c88b1e

2013-11-26  Steve Yin  <steve_y@apache.org>  [abbe6ce54c1ad96b1c12f019825916e078a02cb3]

        Integrate branch of IAccessible2
        
        Change-Id: Ic7d66abbfe8d88bfad66b1dbc8dd5bd103419714

2013-11-26  Steve Yin  <steve_y@apache.org>  [968a76817340cafaeb239b71164974e3c0c43f04]

        Integrate branch of IAccessible2
        
        Change-Id: I95b681a7aa171c321a876e6a38392e30583d7a5b

2013-11-26  Herbert Dürr  <hdu@apache.org>  [22029c7e17b4cb48acb058d47ec9c3b6b8b6b294]

        Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...
        
        shadowing a member of SimpleHint
        
        Happy new times: Now even simple compiler warning fixes need their own issue.
        
        (cherry picked from commit 5cd09cc74da93da4c91c665822b6ab9a0d704a7a)
        
        Conflicts:
        	svl/inc/svl/smplhint.hxx
        	svl/source/notify/smplhint.cxx
        
        Change-Id: I445126425a22778cf7aaf33d3a34977903e59f84

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [e579d453545c4fb00126c6d41636d3960785a166]

        Document::ProcessWindowEvent now just forwards to baseclass
        
        Change-Id: Ia4c224105e15c8eea90a9c98161981ff10661044

2013-11-26  Steve Yin  <steve_y@apache.org>  [efb23f29983f87104a684e7fab00b84fc59d131d]

        Integrate branch of IAccessible2
        
        (cherry picked from commit e2f90c93c97f3cf137c348ed302c6470f398aa70)
        
        Change-Id: I44ce0d69f3e7364038b00b1ba0f0d27e60132a37
        
        WaE: Prevent uninitialized variable warnings.
        
        (cherry picked from commit b989f4074ea70729d527b307bfbe49e01a0d3646)

2013-11-26  Caolán McNamara  <caolanm@redhat.com>  [1d648282596ec06fdfd111e29c8328c1f3c07500]

        mbTiledRendering is uninitialized
        
        Change-Id: I98f1d81aa58d013c5f2042e2c4b76c4ebccf7120

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [e14e4f5351cb9a6c3977abf20f9a255d8493dd57]

        Duplicate base checking code already covers check for opt base != XInterface
        
        Change-Id: Icd47d87f93641a0b24a96a4be8d3d120f0405f2d

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [40e98f439f892af47b508968aaa25c2327b97868]

        Blind fix for sal_Int32/int confusion
        
        Change-Id: Ia052922ec323220b8785b1a156e5bc2fbf44c11b

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [9219b5d00460db1004ec0834be7ff0b37aa32fa9]

        Add descriptions for the sc.opencl log areas
        
        Change-Id: I9b6157dd9836f889d54b3dbabc0e0aaada63bd1b

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [90c03dd6281434bd2d8c7f05c3c2c808b298a272]

        Reduce verbosity a bit
        
        Still lots of gratuitous unconditional writing to std:cerr in there. But
        maybe that's what we want.
        
        Change-Id: I28a65d6535c814bf5c047a7255dd3970fffda5dc

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [6e0e5503a998b6b0996d1f8013cdd963576b840e]

        WaE: unused variable 'aService' [loplugin]
        
        Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [b9b8e26aa0ff86b131c9da84f33ee3ce397104d6]

        WaE: unused parameter 'bForceEvaluation'
        
        Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd

2013-11-26  Tor Lillqvist  <tml@collabora.com>  [b64d5dc6a4fd48a7fa5bd475211a4af55f4cba3a]

        WaE: potentially uninitialized local variable 'pPattern' used
        
        Change-Id: Ic000edc60a9c5ae7d64fab9bf8b6c2a88bcec223

2013-11-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3723f2794df7394b79b697b09a8059f12dff8345]

        Updated core Project: help  b0dd80238089dfcc0b3bf7bed99564adce649397
        
        add location of PrettyPrinting property in Expert Config
        
        it is hard to find it without location or searching
        
        Change-Id: If13b9dfc0b4048f7b1367147f5342f6d069eadb9
        Reviewed-on: https://gerrit.libreoffice.org/6799
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-11-26  Stephan Bergmann  <sbergman@redhat.com>  [9abd09f04b9a1a3bdde3b24bc03d67319bb25953]

        -Werror,-Wunused-const-variable
        
        Change-Id: I25fa3ea9e0101de7b17c17ef44da6d7b26a46017

2013-11-26  Tomaž Vajngerl  <quikee@gmail.com>  [2ead27dc7026fc4789323f8849f43c5cafcec2fe]

        Test trendline properties using an emport -> ixport cycle
        
        Added a test which checks the preservation of properties for
        trendlines / regression curves in an export -> import cycle
        using different file formats - ODS, XLS and XLSX.
        
        Change-Id: I59fe6c045f7f503ee074e6a2741fa017756b3018

2013-11-26  Eike Rathke  <erack@redhat.com>  [b32651febdaad5939250fb04f721d88952f54732]

        encapsulate pRegexMatcher->find() to be able to monitor UErrorCode
        
        Change-Id: I73359a4e2c36ffeca71210971ba9be670e0a12ae

2013-11-26  Eike Rathke  <erack@redhat.com>  [d838ea200e7d6060d4a759616f9e1fcbf3c36c8e]

        set a 23 enigma timeout at RegexMatcher, fdo#70627
        
        Change-Id: I390bfec0d36dcc9529785e97994dad2b0704dc80

2013-11-25  Eike Rathke  <erack@redhat.com>  [0dd15b4428743cae560c2a433dea10dc471fc587]

        append udkapi and offapi; .hdl are c++
        
        Change-Id: I7c1bde6ce654f1cceffdb77c9903c8d9e67cf189

2013-11-25  Julien Nabet  <serval2412@yahoo.fr>  [f74149bc2102b2d2e3066f5a7a3430aa3dc1755f]

        Fix some typos for "height"
        
        Change-Id: Ibe1fdd7a63ff09097cfe053279d779592d389539

2013-11-25  Michael Stahl  <mstahl@redhat.com>  [6e98b8e35d5237eee04419ddd9b42c75d56af180]

        writerfilter: std::map::erase(const_iterator) is C++11 only
        
        Change-Id: I3959fe8341b053116e8c3d898da02c82f4118203

2013-11-25  Julien Nabet  <serval2412@yahoo.fr>  [80a1fb03e3915acf670f27c755dcd2d6870fd782]

        Fix some typos for "Right"
        
        Change-Id: I6bcdb57ab45d5571bde53a6c43fe104551197086

2013-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5d4d946e0355d2c2496d61625a9abb06dab6929]

        add methods to enable and disable automatic device selection
        
        Change-Id: I7136ad48ad3f20c60b77838225ce6c927514acff

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [ad8875e2a007d918636e1e1a2f6214b0fdf0da04]

        EMF+: Set the stroke attributes on the custom line caps.
        
        This finally makes the rendering of the custom line caps nice & complete.
        
        Change-Id: If35ef1c44f34f5d5e6c50789c907105d03e96fca

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [ff98a070eb03b5c3fe97053ce7afda70b1e74677]

        EMF+: Render custom line cap data.
        
        Change-Id: Ic5e2e2d105fb006503b63e4e162d4dc09dab9e68

2013-11-25  Julien Nabet  <serval2412@yahoo.fr>  [983e0332737c9bdb114ca2132f4c90d33428dbba]

        Fix different typos for "unknown"
        
        Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c

2013-11-25  Tor Lillqvist  <tml@collabora.com>  [396dd770eb8e12b89865b2e2b899b801e4e6bd34]

        WaE: unused variables
        
        Change-Id: I65fdfbba7e56d16554790f001bda818dd9f1d335

2013-11-25  Tor Lillqvist  <tml@collabora.com>  [d6421cf8468487e43185717b00f7135a77b37b33]

        WaE: C4100: 'pExcPtrs' : unreferenced formal parameter
        
        Change-Id: Ic580c625c78802087a32f8669feec91fe79672cd

2013-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [4944da6a5475c3c9c25ea684077f94348fddd2e5]

        writerfilter: remove unused WW8Table in doctok
        
        Change-Id: I388339da81247c56aa70bd370c8ffb1fdcaf2de6

2013-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0ef799a1fd4cb9ffa5488b218239a4c9d0137b42]

        Really disable multi-threaded sheet parsing.
        
        It will be removed later.
        
        Change-Id: Ia6c2711169cd45056cbf85bc8028627d6f57b44b

2013-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e736a8b8ce4d69c5be924b77bb07bd19b1e4d73]

        add API to retrieve all available OpenCL platforms and devices
        
        Change-Id: I2475961ae315ee7193ca2cedd5943b663bfee7a0

2013-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c71102545beccd0a4f8ec8ee7123d3c63e1b09d]

        provide UNO API for OpenCL selection
        
        Change-Id: If5eb71e9298cefdac3dda98cb1ff67fe913ad3c3

2013-11-25  Michael Stahl  <mstahl@redhat.com>  [6e4a4af525923eb6c2b24f6ac0c9936efe827ca3]

        filter: un-break the SWF export dialog
        
        The mpResMgr is no longer initialized but still checked.
        (regression from 191dc43f97ed8bec78ee540676a91815cad71104)
        
        Change-Id: I8330a74e9209eaca1fee70e7b8ba332482fa0c1d

2013-11-25  Stephan Bergmann  <sbergman@redhat.com>  [a7464edb0a4368db02b1298b5710cf98b17e282b]

        rhbz#1030009 Remove global XModel ref
        
        ...that is apparently effectively unused since
        2627bdaddc6f694dc7fc6ba347a305af0f88ee2c "INTEGRATION: CWS fwk02ea: #i28639#
        always used supplied status indicator" anyway but causes crashes during exit
        when it holds an SwXTextDocument ref.
        
        Change-Id: I542545c793855b41731de72650bf07d5748fcb9f

2013-11-25  Herbert Dürr  <hdu@apache.org>  [063976538bed02d68856f05feaa816011d8db49e]

        Related: #i123747# ignore single step and breakpoint SEH events
        
        (cherry picked from commit 2a0a1e41bcca97caaf3fdfb375f5cebb330a0fcc)
        
        Change-Id: I107a73ad001647eeb25b44e521251ef9543cc83a

2013-11-25  Steve Yin  <steve_y@apache.org>  [b755fb8c0f6b1282f62c12f378c0a5ecac64d490]

        Integrate branch of IAccessible2
        
        Change-Id: I3b5936bb92bb258f9e9e76402dd2b55f29aa686a

2013-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [74bf915fb48c660bd1e3a04bec6c3a20c754b6af]

        DOCX import: tblHeader implies firstRow
        
        If a table row is marked as tblHeader, then the firstRow section of the
        table style should be applied, even if that row is in fact not the first
        row.
        
        Change-Id: I10605f404160e72c620e9204503203fea1c6d6d8

2013-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [1581b1fc3ac82a7bd62df968226e98604a4ca52d]

        CppunitTest_sw_ooxmlexport: make it possible to use ..._TEST_ONLY with -Werror
        
        Change-Id: I451f81495a8e8535c8e0194198602ee5732164c6

2013-11-25  Stephan Bergmann  <sbergman@redhat.com>  [1366e61fcbdd63bb87a9709338ad66bd0fd525ab]

        Fix fn declaration parameter names to match fn definition
        
        Change-Id: I733cd478caabc6337af9705a57ebbaeedfb92bb0

2013-11-25  Stephan Bergmann  <sbergman@redhat.com>  [454f3f72c5d7a6f92debb4e4756e330397d507e6]

        Fix unoidl sourceprovider interface base and member checks
        
        ...and enable tests shared with idlc
        
        Change-Id: I422b16c9b2636835d276cc2085cb640073894c97

2013-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e00562d9835bd82d74ef0301ea7425ff769915df]

        Allow worker threads to use their own FastParser instances.
        
        To prevent deadlock during threaded sheet stream parsing.  It now
        deadlocks at a different place.
        
        Change-Id: I0ba0f2c9a257e71b0a340ab14e369b06d5fd8829

2013-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8e5fd4a15ae2c7d55842b1b768b7807a2d3a298e]

        A bit of cleanup.
        
        Change-Id: I576a184ebc8422d760800c670f8d9070f66e9e78

2013-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [136d57e9eb2a106ac4c22712027cc48ed6e4ad8d]

        No indent on namespaces.
        
        Change-Id: I2639a51c2faa19373a335c28b160862435cd6dbe

2013-11-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0da598c5d7f2bedc8113567bccade3d2a9f8a0b1]

        Add hook to optionally enable threaded sheet stream parsing.
        
        Threaded version still not working as the fast parser deadlocks during
        threaded parsing.
        
        Change-Id: I3d402a22a394d7d0d7edf96590ae039506928fde

2013-11-25  Herbert Dürr  <hdu@apache.org>  [e79af02bb0e8de14c881f5071a519f6fadedc828]

        Resolves: #i123747# allow treating Window's SEH events as C++ exceptions
        
        The crash reporter facility can provide much better details about crashes.
        But if that facility is disabled then handling SEH events such as div-by-zero
        as C++ exceptions is a worthwhile alternative. It can provide a few interesting
        details and it allows a graceful shutdown of the application.
        
        (cherry picked from commit c9d10b167b37a9cb0bb310cafc8e80b6cce8ea7a)
        
        Conflicts:
        	sal/osl/w32/signal.cxx
        
        Change-Id: I25324d6e02ab8acd8fd2b036b77039aac87cf262

2013-11-25  Caolán McNamara  <caolanm@redhat.com>  [871d8e0f278dab646e1877a505577edc730a26cf]

        Resolves: rhbz#188467 default to Type42
        
        Change-Id: Ifea55c532784accd218ad359349708f48aee7bb5

2013-11-25  Steve Yin  <steve_y@apache.org>  [79c0027c88fb64ffa7bbefcab2e291852733c223]

        Integrate branch of IAccessible2
        
        Change-Id: I8c2fea0367ebfa53ce5e109ef48fd661cbfb78b3

2013-11-25  Caolán McNamara  <caolanm@redhat.com>  [57917b0c136520b478299f581bcd99ad5610c203]

        this is the same condition as isSuitableDestination
        
        Change-Id: I540108793c845c9eb52e59ac0655f7c51492766c

2013-11-25  Michael Stahl  <mstahl@redhat.com>  [7ad1c4356bfde3bf37830fa8e4b3267212473f79]

        dbaccess: improve exception message when no driver found
        
        Change-Id: I1734034e05324eb0d66fd52444b0521d4143bc12

2013-11-25  Muthu Subramanian  <sumuthu@collabora.com>  [32f700a683b7faa17c58e6d1aad85915ebd40a1a]

        fdo#68594: Adding unit test.

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [20f9413f17d397c7b097809d8c168a0a78e6c084]

        EMF+: Parse custom line cap data for start and end line caps.
        
        Change-Id: I3a5f79e22500f53c3c61c173e0827c250b2a8fd0

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [172acd5bea74e3f5889833437410538008bcf89a]

        EMF+: Small cleanup & more logging in preparation for line starts & ends.
        
        Change-Id: I584f8a1680c6aa7b51b948a00213c285387b77c3

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [40977516a515e21bc809a4d05f71be7dd481b1f7]

        EMF+: Implement line dashing.
        
        Change-Id: I9eb21c0a8b5baa5b0080845f61b12fc65034d959

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [4ba2b2ae62276ab7b40ba5730d631ad4b3fd6ac8]

        fdo#61272: Do the mapping correctly both for WMF and EMF.
        
        Turns out that for the WMF, we already had everything set up correctly, we
        were just overwriting the right settings with default data again :-) - fix
        that.
        
        Change-Id: I14b0c12b10f58eb7031f9da712dee76344c75159

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [9d3c0aa1e64ae97ddc305df3873f977051f0b317]

        Related fdo#61272: Revert "wmf-mm-text.diff: Fix WMF rendering, n#417818"
        
        This approach to WMF breaks EMF reading, need to revert it, and fix a
        different way.
        
        This reverts commit db1b08d217ebbdd1b0296e1da260bf314a77acf5.
        
        Conflicts:
        	vcl/source/filter/wmf/winmtf.cxx
        	vcl/source/filter/wmf/winmtf.hxx
        
        Change-Id: I8f779791153f2e1faa086c91b82b3e8b93304f3b

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [198b17dc5e182dfb2e5c930458764c7b3e6c914f]

        Related fdo#61272: Revert "wmf-mm-text-1.diff: Fix WMF rendering, n#417818"
        
        This approach to WMF breaks EMF reading, need to revert it, and fix a
        different way.
        
        This reverts commit 16eaa5e7c1208034bb3244fea9e6d9491ccb5501.
        
        Conflicts:
        	vcl/source/filter/wmf/winmtf.cxx
        
        Change-Id: I59076d0a65d91ba3a1f3ebb48d8f7a542859d351

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [5854f6c4e1fe0ddb64f74722222b2ddbceaad9d0]

        EMF: More useful debugging output.
        
        Change-Id: I2aa0e97878db62275d794be43a7d351e5ae25f1c

2013-11-25  Jan Holesovsky  <kendy@collabora.com>  [6f6b12cb246c9eaeb7a4b835ce5e15dc7ab48646]

        EMF+: Stroke size is always supposed to be absolute.
        
        Change-Id: I7221311e5dee6384dc2d1c071bf6f1c61811895a

2013-11-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3251450cbdc515cc2e14bfea06a57f75feb7d05c]

        --with-lang=ALL build exceeds maximum # of files in CAB
        
        so don't limit the installer to one single file, but use 2 instead
        
        Change-Id: I6fb22d217e1afe71143f0b3a5999e54eec190ddd

2013-11-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6fe1a5b2806b40edf0d06c8543d35abe5249412]

        DOCX import: handle NS_sprm::LN_CFSmallCaps == 0 after NS_sprm::LN_CFCaps
        
        "caps and no smallcaps" means style::CaseMap::UPPERCASE, not
        style::CaseMap::NONE. Different XML elements in DOCX, single UNO
        property.
        
        Change-Id: I8cbc719f2c307d5d2cbd4af93ea61e35b640ad1d

2013-11-25  Olivier Hallot  <olivier.hallot@edx.srv.br>  [f336d8f8e9e9fdc1cf04c43ab2dbdc74706a3bf5]

        Add missing keyboard shortcut to dialog
        
        Add missing keyboard shortcut to dialog swpossizepage.ui
        
        Change-Id: Ie1e499af05e2a08432dd7649c0ffbe9ea0a12bf2
        Reviewed-on: https://gerrit.libreoffice.org/6795
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-25  Noel Power  <noel.power@suse.com>  [5728a56b20e01d6c9e86a23f20af64a1b68ad604]

        fdo#70499 selectn of lock/unlocked cells with worksheet protection reversed
        
        The ooxml spec documentation is rather confusing ( for me at least ) and the
        sense of the of the sheetProtection attributes as described seems reversed to
        how I read it ( or maybe it is the equivelant option in ScTableProtection that
        operates with the reverse sense <shrug>  ) In anycase the import ( and export )
        have been adjusted to take that into consideration, also the export now actually
        deals with the defaults correctly.
        
        Change-Id: Ia69567b8898b39c9d171486cfa800e1748c5814b

2013-11-25  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [c6e333e73b811a65526628effb21636f4f420cc5]

        Fixed for libreoffice crashes while opening file.
        
        Change-Id: I85a16e4ef8d75f19250115d5522046a968d5fc91
        Reviewed-on: https://gerrit.libreoffice.org/6760
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-25  Caolán McNamara  <caolanm@redhat.com>  [82b5172954261e030a42bd6b3f4acc99807d0ee5]

        Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcuts
        
        Change-Id: I168de52d6185d5df9c41fd2d7a68c0ff3f733852

2013-11-25  Michael Stahl  <mstahl@redhat.com>  [3b86569fcba210eb6570fabef7ff8abf6aff91f0]

        winaccessibility: replace CoCreateInstance with direct instantiation
        
        This is an alternative (to 732ec36edfd09d2091d70c4d71b5f182fe279c45)
        solution to the "CoCreateInstance does not work" problem:
        replace all CoCreateInstance calls with equivalent calls to create
        the components directly.
        
        Since the only reason why this COM stuff needs to be registered
        at all is that AccObject uses CoCreateInstance() to create its
        COM objects, another possible solution appears to be to simply link
        the libraries and instantiate the COM objects directly, without COM.
        
        The only difference appears to be that CoCreateInstance would
        automatically add proxy objects in case the COM objects reside in a
        single-threaded appartment; not sure if that is relevant here.
        
        Change-Id: I8ffb8af501f6084f3145fa4d4f53366a070e1691
        Reviewed-on: https://gerrit.libreoffice.org/6792
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2013-11-25  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [01a977486f0999950bf61b2c8592426e26cfe4f8]

        GPU Calc: a test case for unrolling SumOfProduct
        
        AMLOEXT-245 BUG
        
        Change-Id: Ia8756af26c765820a04137a87f6681447dd18efd

2013-11-25  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [7e3d93e763770c7759555cfe7441573a97d276c1]

        GPU Calc: fixed a SUMPRODUCT problem
        
        ALMOEXT-245
        
        Change-Id: Iedbbdc612232a939b2270e373313c872de831c20

2013-11-25  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [382ceea544b612b20946c8bf8a85e8abed7b4c60]

        fdo#40315 Improve UI for moving average trendline
        
        If moving average trendline is selected, show equation is
        uncheked, and all options disable
        
        Change-Id: Ic25c09b8c8410a12ac9f14cb0ba7833f304053ee
        Reviewed-on: https://gerrit.libreoffice.org/6796
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>

2013-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4995c2e877dbe8e1301624b758aebd5a2e750cf4]

        script seems long obsolete
        
        Change-Id: Icac42ae8cf3deec86d60efddc5760cfb9b2acfba

2013-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee109b43f2e08b6d507098b2d670cc38330d9944]

        this script talks about dmake. it must be out of its mind!
        
        Change-Id: Ic1863a2126c26cf703afc5fe250dea2bbddfef7d

2013-11-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [24426c98a8c5ac410872df5a2b8e509f080365f8]

        fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
        
        Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c
        Reviewed-on: https://gerrit.libreoffice.org/6763
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [288be67406110dc5e0f957d79fcf775076ee513c]

        checking every cell on a sheet is expensive, related fdo#71934
        
        This is only the first of two places that does this.
        
        Change-Id: I57fe1eb07630ecd86b112e88b7ad32c16e9f793a

2013-11-24  Stephan Bergmann  <sbergman@redhat.com>  [718de51eb9f567fa433ac216114f5e6f16236209]

        Some Java String clean-up
        
        Change-Id: I6728720a13f4b66edc6c5cd0b7a9bcb036e86ff2

2013-11-24  Stephan Bergmann  <sbergman@redhat.com>  [224e9c81d87de598c00cd7025dfe43febcc08477]

        Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082
        
        "connectivity: use 'application/x-dbase' for DBase files," as it breaks
        JunitTest_dbaccess_unoapi.  This apparently needs changes to more places.
        
        Change-Id: I39ce794254324881818951fdb500ff04347b603a

2013-11-24  Andras Timar  <andras.timar@collabora.com>  [f0d3fa4ad08ba0f9975f4a6f9f96ab7ac946871d]

        Add lo_LA (Lao) dictionary fdo#71939
        
        Change-Id: Idbc102453aa47a71d7b550eb8a7b65c25825111e

2013-11-24  Robert M Campbell  <robert.rcampbell@gmail.com>  [2e317523c9224853d44ba9e47c321b680652f469]

        Updated core Project: dictionaries  8e87e3eb166047de9359e13d3472fbe4248545d1

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [288719571eb617613ba9724f394a257a17d43a81]

        Support regression curve name in old binary XLS XP/2k/2k3 format.
        
        Change-Id: Ie6f2fd3cce70e4789805e788846d3beb64620a4b

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [fdb6711835ceab636222d8ec5264d008c2621748]

        Fix detection of force intercept in XLS 97/2000/XP format.
        
        NaN value indicates if the force intercept is enabled or not.
        
        Change-Id: I51d33a6e04a4b5832f241e7ae7ee6d2fbb32ea9b

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [c86aed38b67ee5d1b842a7765e363015aea22fcc]

        Support regression curve name in OOXML (import & export).
        
        Change-Id: I847e0df4f160e4b5078961a0e77c1e1e3fff9bd4

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [2b243ba51e786b0993e66232144fd6a6ee9ef724]

        Support regression curve name in ODF.
        
        Change-Id: Ic065d63eee507906febfa15eb6d5ae1e7de58280

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [6f62f3f0af9ae8c1b00d0d620f306cae914a3861]

        Custom name for a trend line (shown in legend).
        
        Previously, a trendline name was fixed to a combination of the
        trendline type and the name of the series. With this it is possible
        to add a custom name for the trendline, which is shown in the
        legend.
        
        Change-Id: I61eaaf14e6df45088abdf1f3e9c24877d26ae8a7

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [f58e03e7bb0016c1ca789f7e7b35933c95378121]

        Simplify conversion from/to ItemSet/PropertySet for RegressionCurves
        
        Change-Id: I5ddf53f984508a88fd02063eb9f81cd05cf627c9

2013-11-24  Tomaž Vajngerl  <quikee@gmail.com>  [3af08dd27d45302d162974e671f50af8a11a9cea]

        DRY-cleanup RegressionCurveItemConverter
        
        Change-Id: I8fb799b2efc81587252161ccadfa1dbd6b096bda

2013-11-24  Xisco Fauli  <anistenis@gmail.com>  [233d247f40dd5069451204f3c3ef2c298e2cad74]

        pyweb: update makefile
        
        Change-Id: I69953716656446ab26a9d97d0a6921f87e8b8995

2013-11-24  Xisco Fauli  <anistenis@gmail.com>  [76ee4517c1b153a4b6f1065dff596118f6b563fc]

        pywizards: Some more pyflakes love
        
        Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b

2013-11-24  Xisco Fauli  <anistenis@gmail.com>  [0ca978e9dff389b950d0577cd9120e3149c6ed6f]

        pyweb: some pyflakes love
        
        Change-Id: I317656ca26eec5946959ac21e7da335196dd8548

2013-11-24  Xisco Fauli  <anistenis@gmail.com>  [59e09804346724063ea39a11b20d65e79ce16c95]

        pyletter: Some pyflakes love
        
        Change-Id: I60d921ea27e995ffc4e18995993d961dc91543b3

2013-11-24  Julien Nabet  <serval2412@yahoo.fr>  [f5292779291b5938aec5d9a65f4c603b2b88eb23]

        cppcheck: consecutive break
        
        Change-Id: I7e53fa77aada1433f3b311f51e82342bac127b3c

2013-11-24  Julien Nabet  <serval2412@yahoo.fr>  [87cce82dbc0ae24b207c45dc3f27c8f51c0fbb8b]

        cppcheck: fix same expression on both sides
        
        Change-Id: I3de69e2ae186ea1ae8f792588c04b4e799ce1331

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5cad3ba0bf5cb2e77ac565ca855ccf39626297d7]

        Remove temporary and update assertion condition
        
        Change-Id: I0714b21cfda04bbaee0a7bd9ec485b3569a7ea4d

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [77768f585af39029fb2ec9df4f976b31593f447a]

        Bail out early
        
        Change-Id: Ic0bb06e3d64933df4887ce1402f62c16e917fdbd

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [9236d8242386965a9cd744fb64193d4e909e3519]

        Reduce scope of some variables
        
        Change-Id: I2e2b10f95582c2c155ca78d4c7818ac38faa7a61

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [12bdbfbc43b66b671d83deb6ddf8dfb09a9f5749]

        STRING_LEN is no more the maximum string length + some cleanups
        
        Change-Id: Idbdfb4dd39ce5e419f7b9338db39ddda186d014d

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [2dda972cb91923333abb854be7a9d44a38a9fa36]

        xub_StrLen to sal_Int32
        
        Change-Id: I8ad8cade0b2cbc29a934a983c72d25f7f00af6bc

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [188886a3dcbe9b2ea156976dc61d870a47f59cf2]

        Avoid temporary, just return the result
        
        Change-Id: I644abe042175168dab489476a41254fba6883982

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [48264d6d478b54859482198a84afb3906ed40cb7]

        Improve formatting
        
        Change-Id: I0cb8eb5b78ef5ca10d6b8765bff387ca09ec291c

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [0215305c13b081ab929997cbd51e829f66425afb]

        Prefer += and -=
        
        Change-Id: I0b1ba2e7c8287340eebec7eb9b3e1aea8945d82f

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [5294e6313c17bc83e2ae9442a2ce2fff9ae53625]

        Use std::min + rename Ende to End
        
        Change-Id: I835d661a5bd30c235fdf61a94ad73f85b57bf9ed

2013-11-24  Matteo Casalin  <matteo.casalin@yahoo.com>  [485331b1cdf588f3d2da657723c88ed243367f55]

        Remove unneeded xub_StrLen cast
        
        Change-Id: Ia26f220fa7857f14dfc89b2929f60669ade3b4ea

2013-11-24  Julien Nabet  <serval2412@yahoo.fr>  [3f23236dbd3fbfa4fdedde4b8867772d4330a87f]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I53a7773ed76d5a38301b4f9378c56698e4df7e8b

2013-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [6b607e8a532097f407432a55762676416e6dd724]

        unused WW8sprmTCellShd
        
        Change-Id: Ia25c4616bff0faacb04e8d44056f63cb03ababb8

2013-11-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [6ab3148d965be12592e8927b4c7868634e714932]

        Remove unused writerfilter::doctok::WW8sprmTCellShadow
        
        Change-Id: I2fd573407ca53b96728608755cb0defa9283edec

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [732ec36edfd09d2091d70c4d71b5f182fe279c45]

        winaccessibility: let CoCreateInstance calls find the components
        
        The COM services are not found because they are not registered in the
        registry via regsvr32 (doing that is unnecessary since the components
        are only instantiated by winaccessibility code and undesirable since
        that would likely register the IAccessible2 types too, breaking A11y
        tools) and the special manifest resource #97 that ActivateActContext()
        tries to load does not exist in UAccCOM.dll; this would need to be a
        XML manifest, the *.rgs and *.tlb that are already included as
        individual resources won't work.
        
        After reading ATL headers for hours it is immediately obvious that the
        COM components can simply be registered by a call to
        CComModule::RegisterClassObjects() from DllMain; this just requires
        actually loading the UAccCOM library from somewhere so the DllMain runs.
        
        Change-Id: Id58b754835cd2f1bcada37e5639a6b6042a42fd5

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [d04c970e8f33109a1ef5c52f922a48a0ff62adb0]

        winaccessibility: fix some error handling in CAccTable
        
        Change-Id: I3c8bc6a476a6254a4ddc3a7cb0585544f3f78431

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [ccb1e06bdb3c37c82ddc7b61135eda09fcdecae4]

        winaccessibility: don't need 2 global pointers for AccObjectWinManager
        
        Sadly can't use rtl::Static because it needs a ctor parameter...
        
        Change-Id: I98bbfbb4d2ef54f40a5f110527b260c0b5b01eed

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [a5e281ff0468416e5bb20b16ccac16550a83a9fd]

        winaccessibility: make XAccessibleAction member Reference
        
        Maybe it would be kept alive by AccObject::m_AccActionRef but why not
        play it safe.
        
        Change-Id: I03c2be04e97dcde8a177ef8dfd0d75595ab13a53

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [58ab5239868039bc9e4dff391fc0c420a2eb3d8d]

        winaccessibility: CMAccessible needs only one XAccessibleContext
        
        Merge aliases pRContextInterface (unused) and pRContext; this is
        exacerbated by countless local variables pRContext that shadow the
        member...
        
        Change-Id: I6bc71911fb41a2ce2590d614020ecea36d6ab4f8

2013-11-24  Michael Stahl  <mstahl@redhat.com>  [fd2877ee09fd4cd738769cda5de5b641f73adee2]

        winaccessibility: CMAccessible needs only one member for XAccessible
        
        Merge aliases pUNOInterface and pRef; also pAchorUNOInterface is never
        used.
        
        Change-Id: I1b3841a9aca9d2438b25c66c7f67d09ce13b41f9

2013-11-23  Julien Nabet  <serval2412@yahoo.fr>  [b3c2cf2ae1644088a7fc5c325cce71f71d2b37fd]

        widht -> width
        
        Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc

2013-11-23  Julien Nabet  <serval2412@yahoo.fr>  [12be7ad5b6572e1800c3f2b7e78bbe6b5df48acf]

        emptyness -> emptiness
        
        Change-Id: Id04bea1d07735511acb6d29c96c46d4dea222c0c

2013-11-23  Julien Nabet  <serval2412@yahoo.fr>  [9f3aa81c5d5a15b7374768417839bc200fd06479]

        Lenght -> Length
        
        Change-Id: Ic338484627a1b74fba2d4d0794f8865290177464

2013-11-23  Julien Nabet  <serval2412@yahoo.fr>  [ea6f3c09cf76932ce567e8d3250e0f665ca42c99]

        outter -> outer (also when "outter" is inside another word)
        
        Change-Id: I0290d57f1c27a82a34a7dba56d88d51ec6d0bd9e

2013-11-23  Julien Nabet  <serval2412@yahoo.fr>  [480a0ef7c1c760385594b09a39e0aa95a7cb0a99]

        rigth -> right (other occurences)
        
        Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87

2013-11-23  Xisco Fauli  <anistenis@gmail.com>  [f86769904747a89bcd7e81ad0d859f38175822c3]

        pyweb: Cleanup publisher options
        
        Change-Id: I4308a831a505b0a5d0ac04b943cd9d6efa89298d

2013-11-23  Xisco Fauli  <anistenis@gmail.com>  [2d5695bab3d62f0284669373e472c82e5e45ec2b]

        pyweb: remove unused code
        
        Change-Id: Ia0d1ab92d3b23e834e3b953a8caadfdcae75d0ab

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [950ee1672906870ac7dc66efc29082871f0caa02]

        rigth -> right
        
        Change-Id: Id7071246932a0fef11168d887e64272c8e4586df

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [65bf596006d7fd2f7cc7770e2319de50588f3924]

        wihch -> which
        
        Change-Id: I0d2ec0aa0caec69d4347e4ec76985ffa9320a058

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [971228af97b3b5372d760e1280971a90ca7f9c7b]

        README.Android: typo
        
        Change-Id: I439f2ca86614c30b75e22959f982278591185d40

2013-11-23  Michael Stahl  <mstahl@redhat.com>  [7ab15103b74a16d774fc0c47ddae5d69e6be5082]

        connectivity: use "application/x-dbase" for DBase files
        
        ... which is what we already use in calc.desktop; also
        "application/dbaes" is not registered at IANA.
        
        Change-Id: Ic2031a53e6620d10874df8882448497564962114

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [393ece995a0761a72c8341bf56e40fe4c57a4824]

        DocxAttributeOutput: m_i -> m_n
        
        Change-Id: I5d67b53ddf74be2b1ef315cdbef8cc3fabaac9aa

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [e3b7e62b0dc34787f66c504230252b2c5edd18c3]

        Remove STRING_MAXLEN and cleanup code
        
        Change-Id: I933b69af09c8d58a71d9d82d7e13b1b893e57ec0

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [0cd9d7feae1b32272a959f07099cc2ada8e3b391]

        DocxAttributeOutput: vpt -> point
        
        Change-Id: Ia99ea2db8956d6f329679d7a21f5e68290a1efda

2013-11-23  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [86d3eb29a6ee5237b0f5bfcb9e7d7c8f5aa6ddd4]

        fixed typo in comment
        
        Change-Id: I718246ae03a84a2add9209be023f07c17cc40ca5

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [db0f5d6c9bb6e2ff754cf36d84027016def21ed2]

        Remove unused writerfilter::doctok::WW8sprmPChgTabsPapx
        
        Change-Id: Ia0de2812aedc4400ca38911f6165bda0e483f7ee

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [bcdfbc777af3fac3c115cdca63a3c9b580416a23]

        else is not needed after continue or return
        
        Change-Id: If2d3f3ca1b7cbf5cb9273043d0299c41286898e7

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [9497b37373dee60485aa3ae8983b8b4d32f936b0]

        Reduce scope
        
        Change-Id: Ic04a48c1a1230824b9676a6d7615b2eb39608985

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [686edf1a795b79fcbe8f97b63d81e0536ba18d90]

        Bail out early
        
        Change-Id: I6dfa1ae680a71fef55fdd7e891cfa058a05dffa0

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [26201202b7df6885891ea23cf9ab59206c5ddcb7]

        No need for an else after a break
        
        Change-Id: I538fbbe5e628d03b4e641c5eb558b30d7654333e

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [19646b84f9fd71e0b9cb79a2685a4075f5cfc174]

        Reduce scope of some variables and simplify checks
        
        Change-Id: Ice6ce4c13040fc0ad7aa4fb9c95144d0a130f2b6

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [21a887124cdd3e2dcdd58df411271a275acac06b]

        Simplify lcl_getMinPos
        
        Change-Id: Ibf272e1bd1a0c76b0f07dfe136197043fb3e15e2

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [d3cb483e7fa127886877dba08c285f47093c27d8]

        xub_StrLen to sal_Int32
        
        Change-Id: I7f30e122a44eda7ee1c93595029ec15b6b426d6c

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [4963072118a37ade94430ce08592680e11484593]

        ww8: remove unused AttribHere class
        
        Change-Id: I3bc56192095d6564046115520626289c62d7234d

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [0d45804d5f2a7402d6a7213eec895e5fef4d831f]

        xub_StrLen to sal_Int32
        
        Change-Id: I395e62831f624b05e2979169440ff8663f76e835

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [a8a8080e7626f6f60743caf9a235eee5f814d6b3]

        Don't subtract 1 to just add it back
        
        Change-Id: I2d7e08b70047c98e9164b8b733bae50ca8872142

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [b8411d40587b9eb4b666d2394708dfaf8f06ab99]

        xub_StrLen to sal_Int32 and some optimizations
        
        Change-Id: I49d398ab9f086c769941767bb4431bbbb96f56b0

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [ace51a616c3fc6abdb0df6ed4b0686eb6525848a]

        xub_StrLen to sal_Int32
        
        Change-Id: Iedc8eec38c0ea490b1b8da4ff7ca9237a77505b2

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [cd4628ae161609b5372905ad6fbc618193a2d3ee]

        Clarify loop condition
        
        Change-Id: Ia6131a9964288e781bb76d59e24591b3cb375db9

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [c936dace9ad275debc300afe09bb96c939e2b6c0]

        Bail out early
        
        Change-Id: Ib137aeb14405e99adbfcadaf8b3b0408c217093d

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [4187c8e2adfbb89c80f270efe17d099b56c564be]

        Share common code of if/else branches
        
        Change-Id: I0641d37dbde2e8dc734d2a8cb7ef598aeb5f028e

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [595f47a8c6462b8e111b96c90bc8abe575a77440]

        int/sal_Bool to bool, bEnde to bEnd
        
        Change-Id: Ie569c505f9e0f7dcd939fc6e7aafc9b88542b7b2

2013-11-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [8cbcaa0575c11c7bf01191b1c67eeb19ad489421]

        SwPaM: xub_StrLen to sal_Int32
        
        Change-Id: I553f91c4f49c02b3bcd2a778cbaf871b397ed89b

2013-11-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [ec909ed82da792a15a8f4929ed6a518247e48449]

        SwNumRule: rename member variables missing their prefixes
        
        Change-Id: I9433438824f2c0e50cc4afa3e265e6d41350829f

2013-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [c46d63aeef6d2c7bb768abf90060f0a400785b3a]

        Correctly check getFileURLFromSystemPath() success
        
        Change-Id: Iadc34171235fec2d6aafd601f62a0bff8ed5b3ee

2013-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [ed913215e3ddc398486e69e680da73d6538f270e]

        Make TTC fonts work again
        
        osl::File::getFileURLFromSystemPath() does not return a boolean. I
        wonder how this worked before, if it worked at all.
        
        Change-Id: Iadc0e06236f43c24cbcd42e4fd79ac9116a58c13

2013-11-23  Khaled Hosny  <khaledhosny@eglug.org>  [ec5b894ef814d53653abdac9da4140a0cef95c8c]

        Simplify this code a bit
        
        Change-Id: I591484788c5bcb9b9cde9696b149ede7298015a5

2013-11-23  Eike Rathke  <erack@redhat.com>  [ef8e0beba442f58abe3bc77f6f55fc6109025dd4]

        resolved fdo#61946 use correct TabDelta for UpdateReference
        
        The sheet delta was reverted resulting in the references not being
        updated when conditional formats were copy-pasted between sheets. Saved
        to .ods then was an identical calcext:target-range-address as for the
        copied source range.
        
        Change-Id: I038b58f20f71ff1393dccafa3021dac02cd69e4b

2013-11-23  Michael Meeks  <michael.meeks@collabora.com>  [b7a8fc55854bbd7b977783e76e9a19354d0e74a6]

        fastparser: avoid allocation and conversion of elementnames we don't need.
        
        Change-Id: I4c09aaa12b53181e50662de2721d170c195c7c86

2013-11-23  Tor Lillqvist  <tml@collabora.com>  [3e7b69ae3504a32e142cbf538b751ade38fbfdba]

        WaE: macro is not used
        
        Change-Id: I7748517d2298c20e4fd6c6ebf403a2ccc8228054

2013-11-22  Wei Wei  <weiwei@multicorewareinc.com>  [8b7853cc3a1727d6b0a9f7050b26680678e98de0]

        GPU Calc: Sum of product doesn't check out-of-bound accesses
        
        AMLOEXT-244 FIX
        
        Change-Id: I5f49f7acccaabd2a97d8ac4bfba4b973889278f1

2013-11-22  Wei Wei  <weiwei@multicorewareinc.com>  [301def2f115e2a6b8cb9e93ce6e71e3b7efad6c4]

        GPU Calc: Testcase for Sums of Product that have out-of-bound window
        
        AMLOEXT-244 BUG
        
        Change-Id: Iefce62484b2189b37b747bfd4b739115dafbc40d

2013-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [ee1b1b865b0ccc7418bbfad2a60cd14f851135a8]

        Mark as const / static
        
        Change-Id: Ia41b8cc062fc1e7c2cf0b8ba64c303919448ef06

2013-11-22  Eike Rathke  <erack@redhat.com>  [4b9304ecdd067307e24e4388fe1addcab9e85bd0]

        do not insert extraneous parameter in import
        
        Importing already a Calc-only number of parameters do not insert
        extraneous parameters.
        
        Fixes fdo#38592 but that bug doesn't occur anymore on master / 4.2
        because this code isn't executed anymore since the move to non-API
        token generation.
        
        Change-Id: I011e3df24573fce9f2788c9311089af984650220

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [e6a8768233fc15be51226780f4003da20cca575f]

        Use lo-all-static-libs
        
        Change-Id: Ifaf7a6f6dd61d27a89feed2f718f7a91e9da7262

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [afd16e30f679e8e1e86edf1ee4185cf5b9cf4186]

        Add libs built only for Android
        
        Change-Id: Ib7087701fc918f5f871491ce78e4afad004db9dc

2013-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [7d19b744a6a6247cdade95996571f7963f410dc2]

        Remove unused writerfilter::doctok::WW8SED
        
        Change-Id: Id2a9a3e20eca0861e4e6e78794d7d35240af9d82

2013-11-22  Eike Rathke  <erack@redhat.com>  [44397a6f36ae6db697899c4595afe617e5fbe8ca]

        init nRotation [-Werror=maybe-uninitialized]
        
        Change-Id: Ia48c8e3ef9dfb1f1f881845813ada518231352f2

2013-11-22  David Tardon  <dtardon@redhat.com>  [b0b3748db771459a558d49e63d93d1fd154e4f29]

        fix copypasta
        
        Change-Id: I1b526370c0432ec3e7029c0ca056d891c9f10d8b

2013-11-22  Michael Meeks  <michael.meeks@collabora.com>  [945d5a010b9cd2f9ab9b804a3cc51c7b46844c3b]

        oox: avoid per element allocation and freeing of OUStringBuffers.
        
        Change-Id: Ie4d4d7740ae002422f73a3bfc57e1fe1ad67e50f

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [35f0a01b5e320ef3a5f0c82e24ecf889d8f9d455]

        Further && vs. ; clean-up
        
        Change-Id: Ie4cb4113e98661d5c4b31a60ce1826b273c3cbc0

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [bd21de41e30e47f7d1c2ff6d4bdcc4a7f0e72103]

        Fix unoidl sourceprovider polystruct argument checks
        
        Change-Id: Ib7ee3188b87b9b4216214b65347e34970e1b92a5

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [add28638db1bf367751c98631624c6dd7adc6c22]

        Fix unoidl sourceprovider typedef check
        
        Change-Id: I7faa689c803f83687cfcc39dc7c4fd145584e849

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [39831b1d17abd360b1d50c8820f09cfd095be337]

        Fix unoidl sourceprovider recursive struct/exception member check
        
        Change-Id: Icd156745da10011611590b6b62cd0ec2df2b1266

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [87dc22287604a702b584cd8a9272870421b8b6d1]

        Fix unoidl sourceprovider "published" checks
        
        Change-Id: I93b9fcc2b20ed7a7c160a9ef3294b6e578678f53

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [75144495ee77a41e5a94d9e21b7f6aaf16a80b4f]

        Published FormController cannot reference unpublished XFormOperations
        
        ...and the hack to locally introduce a bogus pupblished forward declaration of
        XFormOperations with which this has been worked around in
        cf5c36912390b2f6018f57f79085ab1fa88a08d6 "INTEGRATION: CWS dba23b: work around
        idlc limitation, which does not allow to refer unpublished interfaces as
        optional entities in published services" no longer works in
        offapi/type_reference/offapi.idl.
        
        So given FormController is a (deprecated, even) old-style service (i.e., little
        more than glorified commentary), the best fix probably is to demote the
        problematic optional property to a comment.
        
        Change-Id: Ia38483c817dc1762ba73315abcd4f9f063db3093

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [71af2d5885eba0b82e6e0f3938bf08a9346776ff]

        Modern UNOIDL parsers ignore preproc lines, so replace #if 0 with comment
        
        Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [2abcff25137c7c9af007554c97a4512319ec2e4d]

        constant.tests idlc/unoidl diffs:
        
        * byte only accepts singed literal values < 128 now
        
        Change-Id: If557b5212e349fe115948f72b5558fee338db659

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [61c092497ebbc22f1ce92e185f9fb66353bb9172]

        attributes.tests idlc/unoidl diffs:
        
        * global exception names no longer clash with local names
        * repeating the same exception in a raises spec is caught now
        
        Change-Id: I388aae4de59bddc1c69bf4c263297d0b92b47106

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [c5bb39d64d26398e9ebf8f973059a887c271052f]

        Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffs
        
        Change-Id: I653522d8ebaac3329f368c102d14041c6b49d41d

2013-11-22  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [a2972f7d8c5037acb278d9f9fb6e51cef479de1a]

        GPU Calc: using intrinsic isnan()
        
        Change-Id: Ic714074a22847fbe4ac39cd035d4924fb0525efd

2013-11-22  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [1869c062c4fe8267323764e2cc9e7367e1ec3674]

        GPU Calc: test case for parallel count()
        
        AMLOEXT-243 BUG
        
        Change-Id: I97e2dab35b40f4f7fcd4975ae7c5907e97e19fd9

2013-11-22  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [8b9c106064b6899e4bb4a86efb8906eef758c5bf]

        GPU Calc: fix a parallel COUNT() problem when input vector size > 512
        
        AMLOEXT-243 FIX
        
        Change-Id: I1a356f9a591c1f5a99d2675065b63a7673217ac6

2013-11-22  Caolán McNamara  <caolanm@redhat.com>  [77f9a184bcae79abd0377e199918e282b7b376f0]

        Updated core Project: help  1fbc93982ca787e8be5b38b6a6729850009c7866

2013-11-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3176c11305be4f930159b8404c188cb5d29ecf75]

        always cat cppunit test log on failure
        
        and not only when gdb is installed / the postprocess script succeeds
        
        Change-Id: I36e2fcdb81296252d7402d77154e45614cb70038

2013-11-22  Caolán McNamara  <caolanm@redhat.com>  [e001743ad0f5a166a7e605acd76031100e6e0a40]

        convert crop page to .ui
        
        Change-Id: I01946f979fc043c5b1ca2777f0af1769e2c8a362

2013-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [a56bfe734a7bed40a175e0eeb7e86e7006a83f83]

        cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on Windows
        
        Change-Id: I3f9d69ddbb2144c60a724e4242128b65ae167455

2013-11-22  David Tardon  <dtardon@redhat.com>  [edb0626a37f16b1bf705e8902f0c46ed46a6d0cd]

        define module, not file
        
        Change-Id: Ie828de19cc35228cd332ecbb5e11f2edb281bad8

2013-11-22  David Tardon  <dtardon@redhat.com>  [fe09dbf8cafdf7741ff8086b3683476b58df186c]

        .dat files are gone
        
        Change-Id: I7fa5d7f7e9af9e0e785a58f942cf0a401394bafd

2013-11-22  Eike Rathke  <erack@redhat.com>  [52999789258aa7cfde8d01ff7e8a03a0f53278db]

        more tests for new Excel 2010 functions, fdo#70798
        
        Change-Id: If996e57a616adfb21f09463ac305e64c4e2fa4cc

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [4106fe8d00a33537aa6c4f8d5c9df6f940a47d18]

        Use the lo-all-static-libs script
        
        Change-Id: Id2bef2696d0bdc618d2fc53658ad8ba23bbad310

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [263d8b92705c2492473383da11aebb9f9265a06e]

        Expand the FOO_LIBS vars to a list of the actual archives
        
        Thus the output can also be used in makefiles where a list of actual
        files is needed.
        
        Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [eda27039c157c1102209d242670d5a622242827e]

        Use the lo-all-static-libs script
        
        Change-Id: Ifa9d755ff223f310881cece4d6dcfdd690ee8c78

2013-11-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [e04d21afee4a286d63f836e7375d573dd4b7f73a]

        DOCX drawingML shape filter: import wps:txbx inside the shape
        
        The problem was that previously the shape text was imported normally, and the
        shape itself was simply appended after the text.
        
        In case of the VML import, the following mechanism made it possible to have the
        shape earlier: OOXMLFastContextHandlerShape::sendShape() is called twice, early
        in OOXMLFastContextHandlerWrapper::lcl_createFastChildContext(), in case the
        shape had text, and later in
        OOXMLFastContextHandlerShape::lcl_endFastElement(), in case the shape didn't
        have text. This works because the parent element of v:textbox (v:shape) is
        already something that isn't handled in writerfilter, so the parent of the
        w:txbxContent's parent was a OOXMLFastContextHandlerWrapper.
        
        In case of WPS, the problem was that the parent of w:txbxContent is wps:txbx,
        and the parent of that is wps:wsp, which is something (unlike v:shape) we do
        handle in writerfilter. Fix this by adding an early call to sendShape() in
        OOXMLFastContextHandlerShape::lcl_createFastChildContext() as well.
        
        Change-Id: Ia24678871d7bbad89d18b1d5f468c17f68feec10

2013-11-22  Muthu Subramanian  <sumuthu@collabora.com>  [37441c602381804ff186088ee94f045a59aae6e3]

        fdo#68594: Revert bnc#758621 commit.
        
        Reverting: 55c63ccfd460895af22e91979967cec15d80b72d
        Seems some other fix, fixes the bug as well.

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [a9da5f78a43d8c6540bc3e30ce46f20ef00d19e2]

        Add a comment
        
        Change-Id: If3e97386793f14bec9aae6c95500461177c18570

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [c403dd11cc7029082b43ef3935ffc5553dbf5064]

        Use the lo-all-static-libs script
        
        Change-Id: I15605228af82f421ad40465a82661b98c91a3370

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [f543232668af23f798be69303745937a4af17bbd]

        Add script to produce a list of all the static libs built for iOS or Android
        
        Hopefully this script can be used instead of the current many separate
        ways to get the same list.
        
        Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [5281101bb9d953fdfcbc47f84cf0d9bd49ef46b3]

        Make this file behave saner in Emacs
        
        Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6087da0dd402013b7d67fe6754081e647fdc5f8c]

        getChar() to return a null-terminated char array.
        
        No need to fetch string size with this change.
        
        Change-Id: Iae5f6c60430fc57985a0fec5bfec59727e5a8f0f

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [151beeb0b234512768080da3441ebe40a46cd861]

        Set default cell style directly, without UNO API.
        
        This also avoids unnecessary row height adjustments.
        
        Change-Id: Icfecf0a5fdf7ef18db368ebadcf9d0b8700c0b65

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3797e61e5eb15b9dee9c55afe95013f134ac2d5d]

        More removal of UNO API for setting document properties.
        
        Change-Id: I8c68308394a64eee0985d7d1f8c8b34637a6da74

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0762f059c49289d56010d667fd2311d349f5d383]

        Call the method directly via ScDocument, not via obscure UNO API.
        
        Change-Id: I27628314337ae4df31420d63d7c09148369a6759

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [79ceef879205c428bbb87e729a2d3ba68d6e6a0f]

        Shrink class sizes a bit.
        
        Change-Id: I2561ede5a42ad1f0f3bb74f7b9375f87010eddc3

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3a22d789c22452b6a481c331db680a6b9d87a8ca]

        Avoid re-drawing progress bar too frequently.
        
        Change-Id: I01dcd6d421c1f648b4cd8413e3baf50fd26d4c8f

2013-11-22  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5db19a417952381fc6349b9691c581090d7d2679]

        Compiler warning.
        
        Change-Id: I66b16e9767369fd54611f92d66cd1b43f4e8c5a8

2013-11-22  Caolán McNamara  <caolanm@redhat.com>  [8cef6c7ec67aec88b339ca647e784afbabf190f8]

        Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcuts
        
        See also rhbz#958300
        
        Change-Id: I5c3cf9652adb7b1c9ec53a32ed39f231a09ae1d7

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [48c29ef3f8214b21833a88adf02c1e1998f27b68]

        Now we can re-add CustomTarget_MobileLibreOffice_app
        
        Change-Id: Iefb00e72f2700503ea33a28c9f7e2150f0d1e06e

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [542dee77d483e10fcd540abc04cee9fa727b6c63]

        Schemes don't exist in a clean tree, so use targets
        
        The intent hopefully is that the MobileLibreOffice project should be
        buildable in a freshly cloned or otherwise clean tree, where Xcode has
        not been used interactively (which automatically creates a scheme for
        each target, it seems).
        
        Change-Id: I690513ecf54bb824dd3c3b0ef1735cc5cdff6d60

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [86c12faeb68b1e952118436c00f55a19b33866fc]

        No lib_link directory is used any more
        
        Change-Id: Ic21750744794b4721c28f4e2b23e5e5ca5d74db5

2013-11-22  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e434c1ce0557454ef4cdd98435c5c0b1d5181bcf]

        fdo#71722 add Excel 2010 functions
        
        EXPON.DIST, HYPGEOM.DIST, POISSON.DIST, WEIBULL.DIST
        
        Change-Id: Ib9f648739ec0af90cdf2f576c7f548a6acb7b4a6
        Reviewed-on: https://gerrit.libreoffice.org/6748
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [5238d79a7c3067b182cbce51e2118a6fa336899a]

        Use hidden visibility as in the LO code here, too
        
        Otherwise we get tons of (as such, in our case harmless) warnings from
        the linker about mismatches.
        
        Change-Id: I826d9e065bae59cdd213131163b31b2099806dd3

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [de4af9183c09cc5ccc05198e456f3916376835f9]

        Don't redirect output to /dev/null if verbosity is requested
        
        Change-Id: Idccc7cc8e9f81576bb24fec0a49144c0fcc16fd5

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [b9a3acb44c44cad1716be320f159dc793e6fa07a]

        Use the CLANG_CXX_LIBRARY from lo.xcconfig
        
        Change-Id: Id6424157d2a9ba2a4ab987cd8aafd9c7de52f836

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [27c7db9a7365827fecb0cb72f3b27da9f935c4a2]

        Some whitespace cleanup, avoids Emacs warning
        
        Change-Id: I5b2c5a249c0446d69ac19d11e0d5e038983f0be8

2013-11-22  Michael Stahl  <mstahl@redhat.com>  [75675f13347e3d15947e8cfba7d81e34148fa11e]

        helpcontent2: revert accidental reset
        
        Change-Id: Ia33fae872cf52d14a3faa186a4792d1e91b7962d

2013-11-22  Noel Grandin  <noel@peralex.com>  [fc87d57f04132658e1c3481e92fe36e1183423ed]

        replace OUString::reverseCompareTo("xxx") with operator==
        
        operator== with OUString and literal internally does a reverse-compare
        (via OUString::equalsAsciiL) anyway, so no need to keep explicit calls
        to OUString::reverseCompareTo with literal argument
        
        Change-Id: I799d9bcd0d5c308a9547ce7cacb2db6042fdb643

2013-11-22  Tor Lillqvist  <tml@collabora.com>  [cdb1981b2d33571b986376e77955045417a46aad]

        Be more realistic
        
        Change-Id: Id83205bfe65d2880bef4741b2c65049e4221d7c6

2013-11-22  Stephan Bergmann  <sbergman@redhat.com>  [c409b66842bd8eb368f9e6be4abb17dee3070682]

        Improve exception messages
        
        Change-Id: I95b8d1bfcba66ba5670345e9159f0dca11e6d967

2013-11-22  Noel Grandin  <noel@peralex.com>  [73342dbb82ba074d01962359dac50fb2aa36cbeb]

        remove unnecessary RTL_CONSTASCII_STRINGPARAM
        
        A final pass through the code, converting code to use the new
        OUString and OString methods that can detect string literals.
        
        Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710

2013-11-22  Noel Grandin  <noel@peralex.com>  [071c3f3e93c4c00cf57ce3c382325cd717fed511]

        remove unnecessary use of OUString constructor in equalsIgnoreAsciiCase
        
        Convert code like:
            sType.equalsIgnoreAsciiCase(OUString("VIEW"));
        to:
            sType.equalsIgnoreAsciiCase("VIEW");
        
        Change-Id: I6fb47e6a83b561c7e5a25da76b63606a3174858d

2013-11-22  Noel Grandin  <noel@peralex.com>  [2241fd5302c1ec83c8cbaa2422a477628a569aab]

        remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::equalsIgnoreAsciiL
        
        Convert code like:
            aStr.equalsIgnoreAsciiCaseL(RTL_CONSTASCII_STRINGPARAM("XGRAD_SEQ_BEGIN"))
        to:
            aStr.equalsIgnoreAsciiCase("XGRAD_SEQ_BEGIN")
        which compiles down to the same code.
        
        Change-Id: Ia69289d853d292b2f27b68863cb6f6ecdbf1a71e

2013-11-22  Noel Grandin  <noel@peralex.com>  [6266efb0fe8cd52ee908d5d36f1de322735fe8bc]

        some small RTL_CONSTASCII_STRINGPARAM cleanups
        
        Change-Id: Ia701b174288647d3451fbb487d46882452ded821

2013-11-21  Khaled Hosny  <khaledhosny@eglug.org>  [856ceb2cc5d78c36c7a8fc6118254d85f990d7e6]

        fdo#67802: Fix PS printing of non-CTL text with ligatures
        
        The GlyphSet::AddGlyphID() was messing with glyphs of characters that
        can be converted to Windows-1252 encoding, discarding whatever glyph it
        was asked to use and using a random glyph that is supposed to belong to
        the converted character. For ligatures this means the ligature glyphs
        was discarded and the glyphs for its component was used, but this broken
        for just any glyph substitution.
        
        The code makes no sense at all, apart from the fact that it is verbatim
        copy of GlyphSet::AddCharID() since 9754ad8d979557ea03cbfe04708b62b698d1276c
        and just happened to work because we did not enable ligatures and other
        typographic features for non-CTL text before.
        
        Change-Id: I764f0b40f8acf61eae38a9038b0666d711c04a9d

2013-11-21  Tor Lillqvist  <tml@collabora.com>  [618052e201318bcfba8a0fcdd29cf88eaa4a143e]

        Let's try to manage without building curl for iOS for now
        
        There was some minor problem in building curl for iOS and I was
        feeling lazy and didn't want to bother fixing that. The experimental
        LibreOffice app linked fine without curl.
        
        Change-Id: I9ed1fb814bf8b6c4e2a01a58812face68ae2fb68

2013-11-21  Jagan Lokanatha  <Jagan.Lokanatha@amd.com>  [5556b1ffaf81543af680c1f68b79f36d7ad1785e]

        Ensure that when ds_profile is NULL, NATIVE_CPU is selected.
        
        Change-Id: Iab714a296ce0f807b5badd1ff96a99f3da2b24f8

2013-11-21  Khaled Hosny  <khaledhosny@eglug.org>  [0dfd25c1003e99f8180513e045dd039e8da20db7]

        Add a comment explaining this unused file
        
        Change-Id: I04848d464651eecb22bf9269ba837c7679b8458d

2013-11-21  Tor Lillqvist  <tml@collabora.com>  [a8c4390b665f8621a8a99db71555237a074923c5]

        I think we need to restrict ARCHS to armv7
        
        Change-Id: I5f9c7ec4a154af4422ce5ae841c350b5640eb026

2013-11-21  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [d8a023d41ec85538bc0103c063ee722e1de67c2f]

        fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.T
        
        Change-Id: I94202bebcc7deded51636f4bf7f203254a31931f
        Reviewed-on: https://gerrit.libreoffice.org/6751
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [fa2498cb3edbc5d5383af3466979f63e46ecc1c4]

        Typo
        
        Change-Id: I4cbaf4b51a3e6a0029c81c8242ae03857a42ddc1

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [36e5fa003383c792ea5da66c1b47287507138590]

        Some more adaptions to cppu::supportsService
        
        Change-Id: I0fa482b3303f339afabf5ed8f3e432b56c6590aa

2013-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [91efe26d177b0686923b95b5c28cb208798f1df6]

        DOCX drawingML shape import: initial wps:txbx handling
        
        A proper textframe is created, but the text on the shape is still
        outside the frame.
        
        Change-Id: I042295cfdd61ce9c0ee52cdf5e8700d8d2b1b1c5

2013-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [bb4cbfc139f27b75ba118e107faa29ceda6a19e4]

        oox: tokenize wps:txbx
        
        Change-Id: I627d5f151e5bf1ae4604e32763ef5afeb66a0cfa

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [12b2be76a24ddee57caeb0531312f7f3deab2aa9]

        No need for default component_getImplementationEnvironment function any more
        
        Change-Id: I3c019fb810a9527f616f2df7f3082f5d5508c9e3

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6991dd741e41055eb6e10865e40320ab966c85d7]

        make packageinfo target
        
        Change-Id: Id5f6f5c1f3e46df2d9033ccd5bbf2af6ab38a9e8
        Reviewed-on: https://gerrit.libreoffice.org/6754
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a18b56c2253181d4da84980e84b35f27a667bc23]

        only register updatecheck libs, when this is enabled
        
        Change-Id: If7b882663ab5cd12d4d9ae01e14162f793d8dc8d
        Reviewed-on: https://gerrit.libreoffice.org/6757
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [97472e4f464dff82d7bac7869a694ba79e3c9504]

        use BIN (binaries) consistent for non-l10n stuff
        
        Change-Id: I0434810c13e4e30d5aa36684ed0ed3974fb7e1cf
        Reviewed-on: https://gerrit.libreoffice.org/6753
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f412c241f18b2ba465352394aadd65b11b31de67]

        l10n and non-l10n targets missing dep on build
        
        Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227
        Reviewed-on: https://gerrit.libreoffice.org/6752
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Andras Timar  <andras.timar@collabora.com>  [900ac9b5fadaac11927df0da0be98987faf7dae4]

        .ui typo fixes
        
        Change-Id: Icbd66948404051014fa21669d353e6893c967532

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [36223cbe8b9a80827a8ec49c031540ea62c23c6d]

        Remove unused exports.dxp file
        
        Change-Id: Ic4313d9d1caea6448749c5c010ea9a034a75a907

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [1917dacaf2f3e29caadcac09162fe9b2158a45d1]

        No need for default component_getImplementationEnvironment function any more
        
        Change-Id: Ia03e2797d80429284964987d07ebc033346a7ac0

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [d7791c933d8f7545b2535fe1a6d706008d2f9605]

        Improve debug output
        
        Change-Id: If09b4c0452d2e436be146a789edf85b1087d74e2

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [f3f4d9ec0f0eaa1aebdfebe831021a9d96e63f58]

        Simplify css.accessibility.MSAAService and corresponding XMSAAService
        
        Change-Id: I96c69e871aa7b20cdac9751a64faa5e436f31a1f

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [9835775259a92976e05451eef63a44b41126418d]

        Related: rhbz#1033108 how did pAnchoredObj end up as NULL
        
        Change-Id: If7d442567d9cea4e3f4d3d68689d11fad0dc930b

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [5620f5ba2fa123f029ac449f69a89ffc5703c71e]

        Related: rhbz#1032774 bodge-around reported NULL value here
        
        Change-Id: I9c4791b8f82cdd6e4823f88f592ad9ce233b6966

2013-11-21  Eike Rathke  <erack@redhat.com>  [5d34cd53e4cb63364cc3a369f7f97fa25d9741cf]

        removed declared but undefined LanguageTagImpl::convertFromRtlLocale()
        
        Change-Id: I928fb77181991948216bb18cdfcea0816218a2b9

2013-11-21  Eike Rathke  <erack@redhat.com>  [017a2a368cee1f6f5e7c6e18e65cbbc1a54efe47]

        handleVendorVariant() strip in case some was injected
        
        Change-Id: I73c42a99671524e9fb186257a9bc943d514958c2

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [2732615c63d310232ac1900ca7549df653f792ff]

        Typo in capitalization of include file name
        
        Change-Id: I41a46c5b62c06f6298fc6e0ac70ff508bf27ec29

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [bd0ffb674662d703bc632d3750cce840402f3595]

        Updated core Project: help  35006f482c02c41bd4eb8fdc9a29f804d6a3b672

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [59b605a6141b04d475af8d5b5c08b0c8056c73d1]

        longparas: nTxtBreak is really a xub_StrLen
        
        Change-Id: If8c3b366bfdf1e626823aca0d7026e877e21c63b

2013-11-21  Julien Nabet  <serval2412@yahoo.fr>  [899c5ea9dc3c34892edfde642510514779132910]

        Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph style
        
        Change-Id: I70dc18363480e6c07577a93279ddd083631f6cc3
        Reviewed-on: https://gerrit.libreoffice.org/6702
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [31b91f6f8a7cacb062005d6ca2a7b5b2645a9799]

        --enable-ia2 no longer disables Java access bridge
        
        Just install both; 448727e598ca0c35ee9cd6f2c25a847c8147943b already made
        IA2 an experimental feature with fallback to Java access bridge if
        experimental mode is disabled.
        
        Change-Id: I4ca64adbc586bd87b4d28087709f5c2e02bf7990

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [4d6a248ca3f99c961e204b3fd66372501eb3872d]

        replicate original a11y relations within .ui
        
        Change-Id: Id079d9c1a00a01b62c8cc02e061380857e835d2c

2013-11-21  Olivier Hallot  <olivier.hallot@edx.srv.br>  [7589bf4a620c348d93c3f39fa6bc35d77158f34b]

        Convert axis position tab page to widget UI
        
        Change-Id: I76da8002013bdda3d12544aabda84360a2e39929
        Obs: Many widget were not implemented and were left for future development
        Reviewed-on: https://gerrit.libreoffice.org/6737
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [6de7da389a9b607ebdf1a01a58ccf1bfbff42007]

        longparas: these are really xub_StrLens
        
        Change-Id: Ia754de347f277a07479e4056b7c9a03534a3dab4

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [522fd11122b1bb5f4ec110ea4a12bb7640d0f795]

        longparas: this should be xub_Strlen
        
        Change-Id: I018104df6fcae8bf1474db1479742238d1cb4cd2

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [99469a024f2a9a6146c7f8d745557a361fac2e1d]

        longparas: these are really xub_StrLens
        
        Change-Id: I512bf822fcccd158bbe57184ea85a9a72724ca8c

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [97d78086d9f832df1d6fad4e5a7ae99682f09ba9]

        longparas: ditch unused argument
        
        Change-Id: I023a4bee6bf92acc21f0b4821f45b0a47b2da78f

2013-11-21  Caolán McNamara  <caolanm@redhat.com>  [225e4b750802b67a1b4bf630471c578ddf0d9db1]

        longparas: safe xub_Strlen->sal_Int32
        
        Change-Id: Id1425d80908aca5c44f028ccc79e597afa175b00

2013-11-21  Eike Rathke  <erack@redhat.com>  [e3f30efe9f466e776e19210c0e1bccea97e6be49]

        documented BCP 47 semantics
        
        Change-Id: Ia2fad8e79833a66bb3e95047fc5885880d6da17c

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [deb249e1b3a3095e0d04c47f57044fe5b0ddf095]

        Makefile.in: "make check" should build "all" too
        
        Change-Id: I6b72c3deb1a056149e965b78d12d3c37c6bfd5b9

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a691e0ed1ec5f7be5cc6b94c0f97e3051c666f56]

        l10n and non-l10n targets missing dep on build
        
        Change-Id: Ia6d09a1625819593291649369a7533bbd2ee8227

2013-11-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [6c4f737ec88a4f4dc5da8b2295ca5e7de2d4c24f]

        DOCX drawingML shape import: fix position when CustomShapeGeometry is set
        
        DOCX drawingML shapes had wrong position if they had their
        CustomShapeGeometry set (e.g. flipped). This wasn't a problem for VML
        shapes, as there the shape knows its position, and position was always
        set in oox as well, not in writerfilter. However, in case of WPS shapes,
        oox created the shape, and previously writerfilter set the position
        after-the-fact. This leads to incorrect results if CustomShapeGeometry
        is involved. Fix this by passing the position from writerfilter to oox,
        and call setPosition() after creation, but before CustomShapeGeometry is
        set.
        
        The other problem was that normally writerfilter learns the position of
        the shape when relevant token in GraphicImport::lcl_sprm() arrives, but
        this happens after OOXMLFastContextHandlerShape::sendShape() needs that
        information. Work around this by accessing the PositionHandler directly.
        
        Change-Id: Iced35dc9467ef77c41f1897f124729f686bd045e

2013-11-21  Noel Grandin  <noel@peralex.com>  [6eac9deadd9fb6d0c547791e3a8ae4f9a4d33de4]

        remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsL
        
        Convert code like this:
            if (aStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem")))
        to:
            if (aStr == "rem")
        which compiles down to the same code.
        
        Change-Id: I2dfa0f0a457c465948ecf720daaa45ff29d69de9

2013-11-21  Noel Grandin  <noel@peralex.com>  [89633c6da1cde46983926dcc2e0f8e08de0e9378]

        remove unnecessary use of OUString::createFromAscii
        
        Convert code like this:
            OUString aStrSpacing(OUString::createFromAscii("spacing"));
        to:
            OUString aStrSpacing("spacing");
        
        Change-Id: Ia2b7d6b42f35d33cfe587a0d6668030f3537fa6d

2013-11-21  Philipp Riemer  <ruderphilipp@gmail.com>  [2a46a01902bccd1f025cce92ce6d32efbabf6825]

        fdo#39468: Translate German comments (first part)
        
        Change-Id: I8cd558c558a369ba2715ccdc0baf58d637e79a38

2013-11-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [668d6ada160438c396849a8309864f5fd33f33ac]

        fdo#60698: Unify spl and spl_unx
        
        Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc
        Reviewed-on: https://gerrit.libreoffice.org/6503
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2013-11-21  Stephan Bergmann  <sbergman@redhat.com>  [a50a2111a31e4d9dd5e2659a146e9de8e292de75]

        Appears SwView::SetMoveType no longer really does anything
        
        ...after 3e8fe4d8e19be2ccd8f5bb898530e2f615a90321 "Remove the Navigator buttons
        below the scrollbar in Writer."
        
        Change-Id: Iafef7e3ae1bd1c272c25759cf5abcaf96d6aeb94

2013-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [09e2349c51cd9a8e5d7544e07266a5ff681ef328]

        Save downloaded tarballs under external/tarballs/
        
        The choice of src/ as a place to save those tarballs was unfortunate,
        since it is used everywhere else for own source code. After moving all
        external modules to external/, it makes sense to put the tarballs there
        too and, while at it, use a more appropriate name.
        
        If src exist as a directory, we move it to external/tarballs and leave
        a link behind for backward compat for people switching from after to
        before the change in the git repo.
        
        Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80
        Reviewed-on: https://gerrit.libreoffice.org/6597
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [3e8fe4d8e19be2ccd8f5bb898530e2f615a90321]

        Remove the Navigator buttons below the scrollbar in Writer
        
        Discussion was here: http://nabble.documentfoundation.org/Libreoffice-ux-advise-Remove-the-Navigator-button-below-the-scrollbar-in-Writer-td4083097.html
        
        Change-Id: I04b33a8e992c87b8e7519dc62c208e6dc116f8e1
        Reviewed-on: https://gerrit.libreoffice.org/6045
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [979f05eee3dafba60f6b93744183035e9cc8be81]

        bump version to 4.3.0.0.alpha0+
        
        Change-Id: If4b45ae0455806b6eee57e49d308127ab1207b98

2013-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fc8f44e82de4ebdd50ac5fbb9207cd1a59a927e3]

        Updated core Project: translations  c8c40371caa4507a490f8c5ab0961a35848d01c5

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [22ea573b7417db0392c006dff06cde50ddbcd469]

        Expose raw char array and use it to avoid OUString allocations.
        
        In SheetDataContext::importCell().
        
        Change-Id: I52db64219f672ea5fbbda17686bf1173ceac5926

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9041c386c2193c7d669691927261e0fd7608e3e]

        oops, we still need the ?=, of course
        
        Change-Id: Ifa3e6639a5fdbd58e99fe3f1feadc009ddcee880

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6788b92e15889beb151baf2b8ca8719f6ea38481]

        lazy eval is lazy. and nasty too
        
        Change-Id: I4191277a2df0ea060d86090ee6e99490840f8f48

2013-11-21  Siqi LIU  <me@siqi.fr>  [794ec0cd7068d3eb3637b14cfb0270f8e44c9397]

        misc
        
        Change-Id: Ie81184b9d155e47f0c5e69a11f02618e357764ab

2013-11-21  Siqi LIU  <me@siqi.fr>  [631d6a8e1520393d3a7b7d74236f1e4b9fcf8226]

        regenerated complete localizable.strings in English, to be translated
        
        Change-Id: I267c79dc1e5c48006901354e1d32647096a893d7

2013-11-21  Siqi LIU  <me@siqi.fr>  [da126099281331309caff0f6e65b3dca6ae979db]

        app setting localization experiment
        
        Change-Id: I862b93cd9f3a60fbf8249985bab0008325e4f68a

2013-11-21  Siqi LIU  <me@siqi.fr>  [8232dfd5206da20546780ec0a2d3e7ea490fdb07]

        plain strings in in-app tuto to localized strings
        
        Change-Id: I20cf3a3095015a72a8db46248a196c70f399f84f

2013-11-21  Siqi LIU  <me@siqi.fr>  [e7fcb3f02092f1ac136344a54298e87798428860]

        backward compatible with older serverend impl, ie without vers info
        
        Change-Id: I7b6597269778c20b8ed27d3eab6b4c80257b4ead

2013-11-21  Siqi LIU  <me@siqi.fr>  [ec11f022cc1bb2857b20ff96af1f37ca49b73b00]

        move ServerListViewController to appropriate place
        
        Change-Id: I0f66efe7c306ef8110361495eee0a3f1dbde1013

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a2541298c6fe7a23202808a8da39063fef005f07]

        move finunusedcode to a script
        
        Change-Id: Ie4a422a818095313d9765a4c5e9ebba838eed76d

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [d47e869c7ef1d573d1f7107150ca448f86d292b3]

        winaccessibility: "typedef sal_Int32 HWND;" - sigh...
        
        Change-Id: I5c51652932537cfb200183c30c5c1d954586f8fa

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [a36d446591353d7e4ed7eb9e25d98c6411e78a8c]

        winaccessibility: fix even more pointless HWND to long casting
        
        Change-Id: I16a39a0dde27b17f1467a9605a4566b05f53a485

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [77f94ded7adaeaaf1074312632b7d933fd2d7fbe]

        winaccessibility: pass pointers as "hyper" in the COM IDL
        
        Change-Id: I083589fd57540e3b4ec488aeb84bc92dddc02d36

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [8530048bb52d1617678958b07a0bb2946507259d]

        winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgent
        
        Also use bool instead of random integer types.
        
        Change-Id: If4da5f6b7986231312438142c9ea953d761c6745

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [c70fd83a916770d068e2278c0e6f105826178858]

        winaccessibility: clean up global TopLevelWindowListener
        
        Apparently the life-cycle of this global variable is tied to the
        MSAAService anyway, so just make it a member of that.
        Also it appears that the FreeTopListener function would call release()
        but at the place where the global variable is assigned acquire() was
        missing.  Using a rtl::Reference should fix this up too.
        
        Change-Id: I6dd305dfd990d7fd4c54b16d971700b88470dc43

2013-11-21  Michael Stahl  <mstahl@redhat.com>  [07d4ae39601175caed76b4aa41d6e21d77c717b0]

        --enable-ia2 disables building java-bridge, so disable packaging it too
        
        Change-Id: I7e3b2d47af9a9b91b22df43fc56cdfd3522de6d8

2013-11-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4a016d139e2dadddfb684308d141de53ba1e5c8f]

        simplify top-level Makefile some more
        
        Change-Id: Ie1d53db34f812a83940196d0bf6e4ad8aaa8eab6

2013-11-21  Matúš Kukan  <matus.kukan@collabora.com>  [38a22f56caa1925954b3f505a6b4326b41625a05]

        just use wildcard here
        
        Change-Id: I2c145328b03f66a6a67c0afa0463005112fd77da

2013-11-20  Xisco Fauli  <anistenis@gmail.com>  [d2bbcb539d3c67b305f274b204fa5dcc4f5d9020]

        pyweb: remove unused code
        
        Change-Id: I6141e314e04222544f8fe356d8cdfd3be1984840

2013-11-20  Xisco Fauli  <anistenis@gmail.com>  [8594ff4e6b1a8ea16f4b11c91b2e3f3971073bf6]

        pyweb: fix finish button behavior
        
        Change-Id: I6f9313f721ca07e98107cd2770f5846ffae0171a

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [380007d64716fc93fa265133eaa264132a242768]

        Elide utl::ConfigItem_Impl
        
        ...and utl::ConfigItem::IsValidConfigMgr is always true.
        
        Change-Id: I37e295729c3d0ae12719f0ae6f5a5628c58d0b9f

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [2d81c8f01771585e5f6bac87722051e0582f8453]

        More garbage
        
        Change-Id: I6e3f98b932f020bc7b1e8e9ba28503dd60d3fb9d

2013-11-20  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [853299f0388d2d2067a8a5ab412ac64391996405]

        GPU Calc: fixed missing assigment operator in unrolling
        
        Change-Id: Ie7060900f4f90b789a16b1341ec1c2c905410ee1

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [d3f37fa3a9d2fb1f593ccf5797919bd749936966]

        Presumably a typo
        
        Change-Id: If9a0db76cd7ce21edddc57346e71da1bdf995b25

2013-11-21  Tor Lillqvist  <tml@collabora.com>  [3b176d77e7021d1ce3e82c28b921bbd4f7523a7d]

        Use SAL_INFO() instead of printf()
        
        printf() and SAL_INFO() / SAL_DEBUG() output apparently don't end up in
        correct order in a cppunit log file which can be extremely confusing. So let's
        use SAL_INFO() (with the tag sc.qa) for the qahelper debug output.
        
        Change-Id: I529482c07651f84688ec5751d2b3dfc7d89cb4ca

2013-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [7ed6edc1d20a9c2aceea26e4a49a4f00d1047ad9]

        CppunitTest_sw_ooxmlexport: disable test that fails on 3 different configs
        
        Change-Id: I8d5293c279925ace9b405cf5cbfae492d2d60f41

2013-11-20  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b98edda0719e382f38e68ecd76653c5de74aa283]

        GPU Calc: re-enable parallel SUMIFS
        
        Change-Id: I70797f089ead267d223772b73c4d093813716029

2013-11-20  Michael Meeks  <michael.meeks@collabora.com>  [acc0fcd96c940e42da27bb58ba1c89ae5de5a5b8]

        fpicker: cleanup async requests, dung out comments.
        
        Change-Id: I016145d315ae1c4b5376e43583e2546a2b7f7b07

2013-11-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [24b4610e10a539609a6679b598de7dc7957791c0]

        Separate Impress Remote from Android build.
        
        Previously the Impress Remote app could only be built within
        gbuild when building the entirety of LO for Android, it can
        now be enabled separately to be built within any LO build.
        
        (Note that the app could still be built separately without doing a
        full Android build of LO by using the android build tools and/or IDE.)
        
        Conflicts:
        	config_host.mk.in
        
        Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a
        Reviewed-on: https://gerrit.libreoffice.org/6146
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [e587d0c98a5cc819df8c811e7c7347b87a3093ab]

        Clean up SwXTextDocument::create
        
        Change-Id: I78a190176b7a4070442036772d244ea008dd34c1

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [cb874affe89e6fed810dd084841af807740750b4]

        Result should be in seconds, not microseconds
        
        Change-Id: Ic269b120c5c29ab12eb982d46132381d1891d217

2013-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bd21f801626df6e0e73f81b9133de4799b8c7f6]

        install-gdb-printer -L fails with 'unknown option' anyway
        
        Change-Id: I5927427264eaed86d2e93bee1cfc8f1ff55690c3

2013-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac32aafc7bf4a3ccc960fdfe2a18d133a27213a8]

        clean up echo deserts, consolidate blurbs
        
        Change-Id: If268d37e8e96adcb8902c8b3fc855ecddea69ba5

2013-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [60c64b437c6678dd1d3fa3a6fc2b7da0480890d4]

        some namespacing
        
        Change-Id: I7f4fc456d7e9690443d94175e94b69db50c3e2b5

2013-11-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [00e9a7a5571bb4bec49a2c0cbe39692bc37ea110]

        toplevel 'make check' should also do subsequentcheck
        
        Change-Id: Ib41660a1fef332573ef1c477c12bc8fdfedfc4db

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [008471428cb6122c6b3b444a0f9ff094e16774df]

        Simply use a separate temp variable
        
        The dynamic_cast thing caused error: dynamic_cast from rvalue to
        reference type 'std::ostringstream &' (aka 'basic_ostringstream<char>
        &') with Clang in C++11 mode.
        
        Clearly putting the value of integer expressions into strings is a
        very esoteric corner case that very few C++ programs need to do, if it
        is this hard to do it and there is no obvious standard idiom that
        would work in all compilers and language vintages.
        
        Change-Id: I46ed2bd2a8f860d7323682b19886ec732b0722c1

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [bd390560539cec344323e1bc68b7e19a0aa4fbb3]

        Rename timerStop() to timerCurrent() as it doesn't "stop" anything
        
        Change-Id: I99dbee00422ac9a066479231b32112551a317e75

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [43da86747ada05c7a019ef0e5a54dc1e6a3e32b3]

        Simplify "timer" code and add OS X implementation
        
        Change-Id: Id728dc3b422c76fcb6c0a1185caae6f05b9ca245

2013-11-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5a1fa549520aad341b1b8cfe59b1e1b6ed3e4164]

        fdo#71436 add Excel 2010 functions for F-distribution
        
        Added F.DIST.RT, F.INV.RT, F.TEST, which are renamed
        FDIST, FINV and FTEST and handle the right tail F-distribution.
        Added F.DIST and F.INV, which are new functions and handle
        the left tail F-distribution.
        
        Change-Id: Ia7fa26a25f3188249f280733d6111951e2600704
        Reviewed-on: https://gerrit.libreoffice.org/6701
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [b3ecd33b45d131e63bff287ae564c4225a946959]

        DynamicKernel isn't needed outside formulagroupcl.cxx after all
        
        So put it back there.
        
        Change-Id: I7c78719c95123e33e4506ace912ff056df56b247

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [0c7e7043bdeab5ad683e9621573441891ef4868b]

        Fix a few of my own thinkos, and add some assertions
        
        Fix two obvious mistakes from 8c37bafbc5adc0c79f218f9db2dc25ca8e683125.
        
        Add asserts to make sure the calls to ScFormulaCell::CreateCellGroup() that
        now don't take the nStart parameter any more (but assume that the cell for
        which this methoid is called is the start one) match the old ones in semantics.
        
        Change-Id: I50cb0cdaf620253881225baf39ae9cd935917b27

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [4787398ff07fe1bfe34ea878e9c8ee96e5d9994f]

        Bin comment that is now weirdly placed after merges
        
        Change-Id: I1cd92ae150be15c4b34249a8116c5f0a7b99f33f

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [440bd4526cbff522c1cac2aa376660848b58685f]

        Fix leftover wrongly named header in #include
        
        Change-Id: Id874d1b845dc2dc5265cb0aa4dccd2b8de57088e

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [51a01d79ca88fe3eab6094338494e04a117831fa]

        Try to make the background OpenCL compilation conditional at run-time
        
        Change-Id: I2366465f4e786f905c32b17a15c16486c4c21d38

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [94544378e5fcee7de5b481a9f06d7ef4a821d107]

        Fix some life-cycle issues for backgroup OpenCL kernel compilation
        
        Now it no longer asserts or crashes in light testing, but it doesn't
        properly recalculate either.
        
        Change-Id: I7dc117341eff5ac1b21d7400122cc6e04ae2baf7

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [2f98f0ecf8964f5fce8e315fbff29760aa6449dd]

        WIP: Background ahead-of-time OpenCL compilation
        
        Work in progress, does not work. That's what WIP means.
        
        Change-Id: I31459624a45370384e00392937ac9a5b9cd893c2

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [25fb3d749c3184b96c79352be4990c9b4fa6c602]

        WIP: Background ahead-of-time OpenCL compilation
        
        Change-Id: I6e9906fb68a22eb0adab753726ec0d62dd05fe9b

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [3e8df9eb9535349b2bbb1394794cffcae4b067ac]

        Avoid crash in unit test
        
        Change-Id: Ic452c1a2a8a7099a22584130e6a161c25bccabae

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [856e0ab368b4079df11cec23d669c050b45fc36e]

        WaE: unused parameters
        
        Change-Id: Ic7c0b5273bc585757abb070ed71ab0cc04bd0304

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [c0307ec2bafa0751e7d8ea1f4d6caac58c5cc5dc]

        WIP commit of threaded OpenCL compilation work
        
        Change-Id: I210d0ded9cb38569b0831355522d8309cee05f56

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [feca57d41d515959e3f730eb372a3d33bb251a03]

        Use the more generic CompiledFormula type
        
        Change-Id: I91d2e956b76919c56d14712789198c3c10470742

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [e064677047d924074d327081eeb8c15f76d62e48]

        Point to the group's top cell in ScFormulaCellGroup instead of the top row
        
        It will make implementing the background compilation of OpenCL kernels
        easier, I hope. That needs data accessible through the ScFormulaCell.
        
        Change-Id: I77ad5a94eb13551e6238d5f5285f1c916d7cb992

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [94293870da07719c50f9281f6aeed8347fb92517]

        Add "sc.opencl" logging area
        
        Change-Id: Icd851c17bab1f55cd16d5a48cc71ff2ac91daa2c

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [723060d4b301e80bf6390422a0e82d56ab8e1fd3]

        WIP: Do OpenCL compilation in advance in a worker thread
        
        Change-Id: I9fbf848bd487e5ea49a383461f04e3c1678af607

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [89f8829a62479c6d6deb1ffaab1baf710c8cc856]

        Make it clear in comments what kind of "code generation" they mean
        
        Change-Id: I1a21ba33dd5c5c87938efaa9a779e2eab4f2778c

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [8764c9e91a27f9953be2a5cab54e08cc2eb35278]

        Refactoring in preparation for threaded OpenCL kernel compilation
        
        Introduce a new abstract class CompiledFormula, of which the
        (existing) class BinaryKernel, that represents one OpenCL kernel, is a
        concrete subclass.
        
        Change-Id: I70fd26fa4bd3de026276727bf9fa8ed01bfb62c9

2013-11-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [13a8fac05425f9d66c643f25faa49c1f17c62474]

        Freeze layout / page format normalization.
        
        For single-file mail merge this skips the page format normalization,
        which would be run during each document / page append.
        
        Instead the normalization / checks are run for the whole document
        at the end of the generation, changing this code from O(n2) to
        O(n). This way each mail merge generated document uses the same
        time, because the target document isn't completely traversed for
        each page change.
        
        With my test document this produces the same output, save some
        changed internal document IDs.
        
        This fixes fdo#56355.
        
        Change-Id: Ia779705cfb107383341f946542d28434c986591a
        Reviewed-on: https://gerrit.libreoffice.org/6733
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-20  Matúš Kukan  <matus.kukan@collabora.com>  [73c5e9824690b2fc38976d5e53e1fd10a16dc47b]

        fix: overriding virtual function differs from 'osl::Thread::terminate'
        
        Change-Id: Ic291f9cdc7413d125a79a1e79ef8215de32bce3b

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [55b489ccbaf8bb17082d75a27e48b158008446ac]

        Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItem
        
        Change-Id: I9cc6ae4fc5fc67837fcfc5fdea92baadd032996e

2013-11-20  Oliver-Rainer Wittmann  <orw@apache.org>  [f62ef4e83082479785666ddd158df318820c7c0a]

        Resolves: #i123578# adjust table layout algorithm to avoid layout loops
        
        --> no shrink of master table, when follow table current is layouting its lower
        table row
        
        (cherry picked from commit c037ec6acc66efdeee738f057acee7c52ab979f3)
        
        Conflicts:
        	sw/source/core/inc/tabfrm.hxx
        	sw/source/core/layout/tabfrm.cxx
        
        Change-Id: Ic1366b20e421d582977d44c6dd7dae3865f53ec4

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [72365491e367784b5c5b8d0f9246f414cd27211b]

        Use <windows.h> with a lower-case 'w' for cross-compilation goodness
        
        Change-Id: Ia7ec6c4e9808a379e955a013264e1f92a7f6a358

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [a027a1bb685883c840ffaa112808106b891af728]

        Don't set Referer when accessing embedded media
        
        Change-Id: I9a1709eb0d5bb81c6c90c4b9f90ff7bed74cda67

2013-11-20  Eike Rathke  <erack@redhat.com>  [9ee4c3e9bdb7c9e005d9498ae196eef60f023311]

        added D/M DateAcceptancePattern, fdo#71836
        
        Change-Id: Ic31811c287e2dc2908243a228a340c3005077297

2013-11-20  Matúš Kukan  <matus.kukan@collabora.com>  [ed89a069f462ae106802e0d1376c38723c2c12cb]

        datastreams: read data in another thread
        
        Change-Id: Iedd4075eadce9ca8fc41b279ea03c2679b01ec71

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [32a621027f1a234a85b3659b93752a9263d8e860]

        Resolves: fdo#70703 guard against FlushImpl inside FlushImpl
        
        where the inner one deletes Shells that the outer one is still
        processing. Push the candidates onto a stack and let inner
        FlushImpl modify them to inform outer FlushImpl's that an entry
        has been deleted
        
        Change-Id: I1db8546d53e24cc96c72f2cd5cbec57b6cecaff5

2013-11-20  Eike Rathke  <erack@redhat.com>  [12b577cdab73ac5ae1a97fd2739ed4bfb652ea44]

        use Puinave_Colombia [pui-CO] locale data, fdo#71836
        
        Change-Id: I59d553f7b70955de18562046f1d7aa5fae6e9fb1

2013-11-20  Michael Bauer  <fios@akerbeltz.org>  [d24a198f20d517cedf2ebdf86fcb151a4728f4ad]

        added Puinave_Colombia [pui-CO] locale data, fdo#71836
        
        Change-Id: I82b093f7778a9d85016903cad1e39fc97f696cf2

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [418836b04a11cc22d71394872b4a66be7ee545ee]

        Add missing linker flag for clock_gettime() call.
        
        Change-Id: Ibd8574dd74398c8b231059ca606edacf7f8005c4

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [806451556adcb010e1466d5bd1a170a35e36095d]

        setup_native: warning C4005: macro redefinition
        
        Change-Id: I34bea8aaedec8df47874c5230c87455aa1ce6883

2013-11-20  Thorsten Behrens  <thb@documentfoundation.org>  [1edb5b37d4f0b14714d2eccdeadf219eee58db11]

        Fixup windows build.
        
        Fallout from f01580ce9c5f898c1fdb85e302a158f1a31205db, vs2012 was
        complaining about mismatching IE_VER / WINVER in boost.
        
        Change-Id: I2092aba9fa64740eb796538855caaefae9bceab6

2013-11-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa5f24ef30c635ba15fa1847bb2621661b8a1878]

        clewInit is important
        
        before the changes clewInit was called by fillOpenCLInfo. Now we need to
        do that manually.

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [776f48eb97a99e077824741ad300fed27e4edd14]

        Revert "fdo#67060 do not package RPM-only install script to DEB packs"
        
        Put back the definition of WITH_RPM: otherwise a build
        --with-pkgformat=archive fails since the scripts/install is not built.
        
        Leave in the change to installer that should fix the original DEB bug.
        
        This reverts commit 4f995b395ea347469ca9c7681d2f01f63e966d96.
        
        Change-Id: I0cf4ba003237c66dfb7a0677d6a32a69f8203c6b

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c24eba06580cbeb1e6a6d0a4d3fe2cfa22abd8a7]

        C++ style struct / enum declarations without typedef.
        
        Change-Id: Idf9e7ddaf4b28c00222470460478631c37c79a6b

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e3ece4b31f734ceffab8fd082c447dac5552d207]

        Handle a case where the profile initialization fails.
        
        Change-Id: Ifd1ab147926ab4f1d34161840d17fdf1ab3f9810

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1283dcb0e20a7f7d81c19818083d813c378c1b4a]

        Use scoped_ptr here for exception safety.
        
        Normally scoped_ptr is preferred for local heap objects, than direct
        new and delete pair.
        
        Change-Id: Ia8783bfe5f9b37a9bd58f08cce89bf85d88199d1

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a190ccb39ada9c639ae32529bb1b2ba4b9d8cf9d]

        Safer to use std::vector than heap array objects.
        
        This change also fixes memory leaks.
        
        Change-Id: I68a02a6de0b3d1f125e4c6cd164980a92e0fcbf0

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [44f4b3daa40bbe5d93832e9c545fb0724f965a5e]

        Remove compiler warnings.
        
        Change-Id: I5f6f50e941031284fe519999a2fddede9753abea

2013-11-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5abc2c621f93c11617f7119e893168cb8171afe4]

        Get it to build on Linux.
        
        Change-Id: Ife109b8a123564c5d8e43c793fc6c9de9b9f2090

2013-11-20  Jagan Lokanatha  <Jagan.Lokanatha@amd.com>  [1989677db7492ea2e91efa9ec6b12578106d6e9f]

        Enable workload-based device selection in OpenCL.
        
        Change-Id: I8af49ccf498cafb48f9b82fabc4910c754ba0f96

2013-11-20  Noel Grandin  <noel@peralex.com>  [d45483489513692be77a61cf343663e839483204]

        Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"
        
        This reverts commit acebbee971136e6ee0a7bc75bd57d937d6e1c295.
        
        I mistakenly converted OUString::equalsL calls to OUString::startsWith
        calls.

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [fa604beee3e8ca26bba7c1d681bf83a44638b835]

        gbuild: TARGETGUI variable must be set on all LinkTargets
        
        ... otherwise it will get inherited from Executables to StaticLibraries
        and then mt.exe will be unhappy and complain.
        
        Change-Id: Ic9cc32ea3d0fb5d1fe91c1e9efa354fdf30c8264

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [397af236af9a2263c042d675efcc041a20c92059]

        gbuild: MSVC 2012 does not like /pdb for static libraries
        
        Complains with warning LNK4044 and ignores it.
        
        Change-Id: Ie91369339d121a652ce51e9229c3ef3b1c39d214

2013-11-20  Andras Timar  <andras.timar@collabora.com>  [4f995b395ea347469ca9c7681d2f01f63e966d96]

        fdo#67060 do not package RPM-only install script to DEB packs
        
        This reverts commit 5003ab57eee903d072fc7fac8cb5c69a34fb9d5c.
        It did not work, when both RPM and DEB were selected as targets.
        
        Change-Id: I90c74f0d00804b80daeca2c69d1f12e094243a81

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [5668e73beb30b95abc6520b7432c54972ca3ab2c]

        avmedia: Implement "block untrusted referer links" feature
        
        See f0a9ca24fd4bf79cac908bf0d6fdb8905dc504db "rhbz#887420 Implement 'block
        untrusted referer links' feature" for details.  This adds some further /*TODO?*/
        comments, and one known problem (marked /*TODO!*/) is that movies/sounds are not
        blocked during a slideshow presentation.
        
        Change-Id: Ib2d0c7e4f7b02c4bdec0d8a90cee5e7e1bee8325

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [ba1c6c94fce9fd20e224a265475e0b80576a2dd9]

        editeng: warning C4805 unsafe mix of type sal_Bool and type bool
        
        Change-Id: I88fc77ea6c0b6a7c02d0b7eff64d8fdd3db6020e

2013-11-20  Michael Meeks  <michael.meeks@collabora.com>  [a23231cbff9b18e7d2e02e91e9b674d71b8f39a9]

        Revert "Simplify KDE4 yielding."
        
        This reverts commit 20f029c653abbd7578ceee968065f4c5d66f375f.
        
        The native X11 and gtk+ backends both have this functionality,
        and both with a hard-coded 100, and the gtk+ one has had active
        maintenance and testing. I'd like to leave that there, I suspect
        it is used in some obscure multi-threaded corner-case where we
        want to process events but only a few of them.

2013-11-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [20f029c653abbd7578ceee968065f4c5d66f375f]

        Simplify KDE4 yielding.
        
        QAbstractEventDispatcher::processEvents always processes all
        pending events, so we can ignore the the second Yield parameter
        (bHandleAllCurrentEvents).
        
        Change-Id: I49a70ed13d0215b89f48eed93d78eef2f083dc0d
        Reviewed-on: https://gerrit.libreoffice.org/6686
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [13a34f4c6307d1bd2443cbf3fbd83bfdd8cdbafb]

        Rewrite Qt4 based nested yield mutex locking.
        
        The Qt event loop may start a nested event loop, when checking for
        clipboard and Drag'n'Drop events.
        
        Previously this was handled by running this nested yield loop
        inside the main glib loop using
          qApp->clipboard()->property( "useEventLoopWhenWaiting" );
        
        But this results in nested paint events which crash LO:
          QWidget::repaint: Recursive repaint detected
        
        To prevend yield mutex deadlocks, check for nested event loops
        and always release the yield lock before starting the nested Yield
        event loop.
        
        This fixes fdo#69002.
        
        Change-Id: I7e827abd3489783053ec7123372742a32555875d
        Reviewed-on: https://gerrit.libreoffice.org/6685
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [fa8b5ae8e24fe26de7b26eff8a4a523ab22408fa]

        Redirect file picker UI processing to GUI thread.
        
        If a KDE4FilePicker is opened via an remote UNO call, e.g. via
        a RPC Java call, a JVM is started in a new thread to handle the
        call.
        
        This was creating the KDE4FilePicker in the non-UI JVM process,
        which crashes LibreOffice.
        
        Therefore we redirect the processing of all FilePicker calls to
        the main thread.
        
        This fixes fdo#71145.
        
        Change-Id: If6ec2d205af5a883df35fddb44a12ac43e3560f0
        Reviewed-on: https://gerrit.libreoffice.org/6683
        Tested-by: Michael Meeks <michael.meeks@collabora.com>
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>

2013-11-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [297e316cac3118b0052aa5a9cdc2008c9aad5549]

        Merge sddll files in sd
        
        Change-Id: I65de77467c929be30d8f38a4d86fa672b397aff6
        Reviewed-on: https://gerrit.libreoffice.org/6714
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Thomas Arnhold  <thomas@arnhold.org>  [f01580ce9c5f898c1fdb85e302a158f1a31205db]

        Windows: Require at least Windows XP SP2
        
        * Windows XP SP2 is 0x0502, see
          http://msdn.microsoft.com/en-us/library/aa383745.aspx
        * If a module changes the Windows SDK version setting,
          this is done module wide now. So the overall behavior
          is as before. This seems to be the best compromise for
          now.
        * We need at least SP2 because of the bluetooth stuff
          used in sd/source/ui/remotecontrol.
        * Now, we require at least Internet Explorer 7.0. IE6
          has been outdated for a long time.
        * Leave StdAfx.h file definitions, as those are Microsoft
          project specific precompiled header files.
        * All local definitions of WINVER are removed, because
          the global WINVER setting makes them obsolete now.
        
        To the relation of the three macros:
        
        Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION
        automatically to the same value as _WIN32_WINNT.
        
        WINVER and NTDDI_VERSION can be set idenpendently each
        for itself.
        
        Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb
        Reviewed-on: https://gerrit.libreoffice.org/6496
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d0c5f4522f8aa063b3e7c034db079d74b7f0b3fa]

        fdo#71740 AutoCorrection Border emphasis differences
        
        AutoCorrection of === create a so thin border that it is almost
        invisible. This patch increases width of borders to get differences
        more visible
        
        Change-Id: Ifb34e52410b37fe74059721386cbfa49df590ace
        Reviewed-on: https://gerrit.libreoffice.org/6710
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [e89b91efd69fca7150721cb7d86fc36110edd898]

        fdo#40315 Change png for moving average trendline
        
        Change-Id: If9c27b090b4a3b314bf61eb4b5ba54c6b6ee1961
        Reviewed-on: https://gerrit.libreoffice.org/6728
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d93433ba1181f5d8f6ded0ed0c103df10ebb1f22]

        fdo#70047 Only copy slides when CTRL key pressed.
        
        The dragging logic is able to determine whether or not slides are
        being moved or copied, previously it was forced into copying mode
        if no unselected slides remain, which is the case when trying to
        move a single existing slide (or all slides), whereas copying
        mode should only be enabled with the CTRL key.
        
        Change-Id: If219eb8e870ff201b71e655430828d906533fe04
        Reviewed-on: https://gerrit.libreoffice.org/6564
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [dde6090b1ac8aecf539e7a779d0f3f42eff3bfb5]

        fdo#67642 Expert Config Page Moved to its own window
        
        Expert Config Page moved SfxTabPage to ModalDialog. It has its own
        window as requested on this bug. Double click works as edit button
        now for better usability. Also Default button renamed as Reset button.
        
        Change-Id: Ie4732860b9677a313697d5faa72109c8b16b9c2d
        Reviewed-on: https://gerrit.libreoffice.org/6704
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [a5b4c3dc7300e38621b97b6ddfbc6adf6a9792cf]

        wrong border extraction mechanism
        
        Change-Id: I70925b9e8f5eb0e735200e2f57a892ada9fad379

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [6116f37372630740b7a10339b4b43773d7f24bad]

        convert slide design to .ui
        
        Change-Id: I0ecda6e3a29e51dfd1cd36fa8b0a02c8327d4c2c

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [5a3143c1a44d4c9d922aa33812d7c428664a8cf9]

        Updated core Project: help  39abc00ac7423fdf1d0b60229a1a0cd3fe300801

2013-11-20  Jan Holesovsky  <kendy@collabora.com>  [919d4a2c5977bb6066e5baf6bb960a21cd385911]

        Related bnc#837302: Don't introduce a redlined delete and the end of doc.
        
        Change-Id: I5c3903a40b69867684707d33acbc92b1f80a93ec

2013-11-20  Jan Holesovsky  <kendy@collabora.com>  [6e0aa783f4112791de336007343e064abc46324e]

        bnc#837302: Allow insertion of redlines with an empty author.
        
        No idea why that was not allowed (since the initial import in 2000), we need
        it for interoperability.
        
        Change-Id: I475fa63f9a4a3219a2b898b6f7d81e0603d32c18

2013-11-20  Jan Holesovsky  <kendy@collabora.com>  [ae3cfef7ea13f49f442862aba5264fc8839dd863]

        DOCX export testing: Easy way to disable all tests but the interesting one.
        
        Change-Id: I274bf30216f357b82d5bdb1c926a7575346129f6

2013-11-20  Michael Meeks  <michael.meeks@collabora.com>  [9491ca3f64bd44a6a8e63f7d2eae02164f792258]

        fastparser: avoid excessive alloc/frees for int / bool / double parsing
        
        Change-Id: I596bbc723558f04588d9e767d64732164524e57a

2013-11-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [55716b1ed969073f273c00baedb56d8f5de93761]

        Highlight fade in SwCommentRuler
        
        It was not implemented, though designed.
        No delay was used before start fading. I don't think it flickers.
        
        https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control#Behavior
        
        Change-Id: I419220aac0a9cbfae328874cf6015d9530b93784
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6706
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Noel Grandin  <noel@peralex.com>  [f8b22654197178a441d383398b515bb2fb6deaf2]

        remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL calls
        
        Convert code like:
            defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) );
        to:
            defaultValue.startsWith( "nextval(" );
        
        Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0

2013-11-20  Noel Grandin  <noel@peralex.com>  [9cb0fc7801db40ab337c20591ec4674b941ba01a]

        fix spelling in comment
        
        Change-Id: Icae96e2b64709b2a9aaf6a5576c29d9d5c8a9868

2013-11-20  Noel Grandin  <noel@peralex.com>  [30ac3942b44b8f903180488f87e1df4e02ff88e8]

        remove RTL_CONSTASCII_STRINGPARAM in OString::matchL calls
        
        Convert code like:
            if (aValue.matchL(RTL_CONSTASCII_STRINGPARAM("BOOL=")))
        to:
            if (aValue.startsWith("BOOL="))
        
        Change-Id: I385d10fd486d6a3e5f81f4a28088d913fc2f0d26

2013-11-20  Noel Grandin  <noel@peralex.com>  [acebbee971136e6ee0a7bc75bd57d937d6e1c295]

        remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls
        
        Convert code like:
            if (aByteStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem")))
        to:
            if (aByteStr.startsWith("rem"))
        
        Change-Id: I09e40b3fdc87d59a8176c2a5f39cc6aa5cf5a576

2013-11-20  Noel Grandin  <noel@peralex.com>  [d894fee80e40519cb579987b95cb3d19345dfa71]

        remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructor
        
        Convert code like:
            OStringBuffer aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX"));
        to:
            OStringBuffer aKeyName("NDX");
        which compiles down to the same code
        
        Change-Id: If9c96a290bc18cc8285fb733f27be58c6958b63c

2013-11-20  Noel Grandin  <noel@peralex.com>  [5112f6a6c6e4cd76045f31e269a679b50dc83fb2]

        remove RTL_CONSTASCII_STRINGPARAM in OString constructor
        
        Convert code like:
            OString aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX"));
        to:
            OString aKeyName("NDX");
        which compiles down to the same code
        
        Change-Id: I1780264cae4484fc78f0586b0750c09f2dce135f

2013-11-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [0b4b02d9b6cf5b939dc1522d8348e3f4d6f955d4]

        Remove now useless RTL code-comment on SwCommentRuler
        
        RTL work was done by someone else.
        
        Change-Id: I8b8b923ff3e336427a2dadeccab7c7176d51b2fe
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6716
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [7936eddb68691af7bd44c4373b3b000a30847ccd]

        Updated core Project: help  cc73985d9544cadf9a28e85f22efdab87987b36e
        
        fdo#71595 use F9 for recalculation of RAND function
        
        Ctrl+Shift+F9 recalculates all formulas which is not necessary
        
        Change-Id: Id87738fbed8d0079b2ece2dbb779fa134d34ac89
        Reviewed-on: https://gerrit.libreoffice.org/6703
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        

2013-11-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [912d6d171603cdc68c600ab713e22eeca2c1f58a]

        fdo#65355 Ruler Comment control doesn't disappears
        
        ImplDraw() should not be directly called because it avoids
        overriden Paint() method.
        
        Change-Id: I0f0f6b4af231c1ea50a23fb96f3c9018b5ce2d31
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6707
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [c3702eb165ce0f0841ef1a166ae361e9616c77fb]

        DOCX: Enhacing unit test para auto spacing
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I589b76d0229a3dc4b5822e14399f7dbd9e7a31f8
        Reviewed-on: https://gerrit.libreoffice.org/6718
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Cor Nouws  <oolst@nouenoff.nl>  [ae2a19fa846f533e6ec7d1bb9839a6a709862872]

        fdo#59427 next step template menu: change string New Document.. to Manage
        
        TODO: uno:NewDoc sh/could be changed to, but lets fit that in future
        improvements/changes in this area
        
        Change-Id: I5e926afbd8cb714962091a973167c928adf0225a
        Reviewed-on: https://gerrit.libreoffice.org/6659
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [7a32f528fe4746e721e7f1a45f2039b75b08fdfc]

        fdo#67742 Avoid autocorr of "--" before "-"
        
        LibO 4.1 now uses '-' as word separator for AutoCorrection
        Then the sequence "---" is detected as word "--" and autocorrect
        as "–". This avoids autocorrection of "---", as word or as border
        This commit detects the sequence "---" and report autocorrection.
        
        Change-Id: I1342c2ff83dd42683e683b3bb27280d61179b9a2
        Reviewed-on: https://gerrit.libreoffice.org/6727
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [7e93e93a4a93b7968255d6b23a32fa3e9fe37885]

        both help ids end up in the same help
        
        Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [096d672b4af1ed24a00993dae59c1d3be979b26f]

        Updated core Project: help  6b38d34d66708e0323eafac99e827122086a4b41

2013-11-20  Olivier Hallot  <olivier.hallot@edx.srv.br>  [19956d09e0e97aa7357edf14fef2b79c2af11dc1]

        Convert chart axis scale tab page to widget UI.
        
        Obs:
        -Several widget positioning methods turned useless and were deleted
        -Corner case related to axis origin untested (couldn't find where it is used)
        
        Change-Id: I6a563c89ddcfbff62494ce7726f3e7d6089e6b57
        Reviewed-on: https://gerrit.libreoffice.org/6730
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [7b069f4bc8138e03abf455998452dd0f6f8ed9ac]

        convert delete gradient/color queryboxes to .ui
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: Ie45c1c0d549fc879043d7f108f33e67adc4721fd
        Reviewed-on: https://gerrit.libreoffice.org/6729
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [f138a539ddd77265343fbdd1eadb4c4d990b0e38]

        convert delete bitmap querybox to .ui
        
        Change-Id: Ie789954555012f766e48f9605f84e0ca5b2bca6d
        Reviewed-on: https://gerrit.libreoffice.org/6717
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Tor Lillqvist  <tml@collabora.com>  [3f3c0da7b1c6eb0b5d9202c8307cb32e7deddcad]

        Fix incorrect passing of a char pointer which gets converted to bool
        
        Revealed by a warning from our Clang plug-in: "pointer 'const char *'
        implicitly converted to bool [loplugin]"
        
        I love --enable-werror and loplugin.
        
        Change-Id: Iece0bda4325cd1e5d1333affffef12396e5dfb7d

2013-11-20  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [533b91f87be3147a9a6bdb2e1b20165aa4921e37]

        convert delete hatch querybox to .ui
        
        Change-Id: If550ac8ad58ea7ff05650692d1a506c5088d05e2
        Reviewed-on: https://gerrit.libreoffice.org/6708
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [530f091d2166c3bc1c0abefaf45e3994ef7d8c66]

        Updated core Project: help  b6b1a6c7e1ccd857414ba11a126129c5cd390ec6
        
        fdo#69025 remove country option from Letter Wizard
        
        Change-Id: Idba96d20b146c6e6ab05157cb4afdc6f1c7eeffd
        Reviewed-on: https://gerrit.libreoffice.org/6731
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-11-20  David Tardon  <dtardon@redhat.com>  [56470d5f7a2503144f0e4586d5bb32beae332103]

        add some new mimetypes
        
        Change-Id: Ia349d73eb30cf73a9bfbf70c95005bf74d70143c

2013-11-20  David Tardon  <dtardon@redhat.com>  [12f263766d3c53f0f3977caf9715371be9dde7c5]

        fix mime type for PalmDoc
        
        Change-Id: I3d1b24edd0165068efb31a34817ed9631fc05ec5

2013-11-20  David Tardon  <dtardon@redhat.com>  [9635769f716fa27ccaadf78bc5a267b85c2f7e5b]

        download fb2 files too
        
        Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b

2013-11-20  David Tardon  <dtardon@redhat.com>  [1733a484b28de9fd476f508c43a14e0bc933b9e6]

        fix FictionBook2 mime type
        
        Change-Id: I921f33c2c712da5b542a40bfe4db1fba0f034e3f

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [bdc7cf264a285e0f5817131fa07872c85dc4826b]

        cppcheck: Variable is reassigned a value before the old one has been used
        
        Change-Id: Ifc16473c426bca2235e84b0d71291756074712bb

2013-11-20  Jan-Marek Glogowski  <glogow@fbihome.de>  [bee6b3e6dad729263d10daf1550826871c57fe05]

        Drop processYield return type.
        
        The virtual Yield function has no return type, and the result of
        processYield is actually never used => drop it.
        
        Change-Id: I3da7bc99fd8f56301da37ca196b03b34cdc84a40
        Reviewed-on: https://gerrit.libreoffice.org/6684
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [205b77054a03e7d665167d6693ebaf476773aaf2]

        sal_Bool to bool in VCL Timer and minor cleanups
        
        Change-Id: I72e3987af4509239b2e989483b7396512c17e48b
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6695
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Caolán McNamara  <caolanm@redhat.com>  [bae01385c895a100b5371879889e606927cff877]

        Resolves: fdo#71527 don't crash in presenter console
        
        but we're now dropping slides in there for some reason so
        this is just a don't crash band-aid and not the fix
        for the deeper problem
        
        Change-Id: I2f70471d03979ffb86b6289e7a432f4505c1b556

2013-11-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [142e89e6c2f5ae292cf70bffaf2d9dbc8c9a2ecd]

        sal_Bool to bool in ImpEditEngine
        
        Change-Id: I76dc0343fd735104827b4803c5440570afe86174
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6693
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Arnaud Versini  <arnaud.versini@libreoffice.org>  [7726339a648ac94bb7c365950f23dabec5aa52e7]

        Writer : Fix fdo#71694 by clearing old anchor frame before setting new
        
        Needed as otherwise AnchoredObjects can be in more than one SwLayoutFrm.
        See also 7eae50f9ff5877ef880be9a85d3f7e52b1fec49f ( Access by AnchoredObject of a deleted SwLayoutFrm ).
        
        Change-Id: I54582d6f9fb8b6f853352af27706faabe610874b
        Reviewed-on: https://gerrit.libreoffice.org/6720
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-20  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [c20117b3919ed15d86c03e194a17d786cd14e914]

        fdo#71736 add missing Avery labels to label wizard
        
        Added some labels that were missing and added a note of
        some labels that cannot be added because of unusual layout.
        
        Change-Id: I182908156f07c4e2ebc45670d79759f617690045
        Reviewed-on: https://gerrit.libreoffice.org/6725
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [e8be170586023dc9b47bdb7c1637f34fdeec7408]

        String clean-up
        
        Change-Id: I56c397d4cd0ad6c328d660f50189ab5f4b5cfca6

2013-11-20  Stephan Bergmann  <sbergman@redhat.com>  [b7a71d4f69e6e9e4b739e5d408291b62e0d961bc]

        Only throw exceptions that match specification
        
        Change-Id: I3f9c692173fea9496bdda7772a8371e6a5427d3a

2013-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4d3f5a51315962c8c3864e8986cac6b7cda14a0]

        CppunitTest_sw_ooxmlexport: disable failing testLineSpacingexport on Mac
        
        Change-Id: Ia074b68283e518365c473d6624a84315de8c7683

2013-11-20  Noel Grandin  <noel@peralex.com>  [1730df0127ff230cf6c89f4815f5b59c8603fa2b]

        remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::append
        
        Convert code like:
           aOStringBuf.append( RTL_CONSTASCII_STRINGPARAM( " is missing )") );
        to:
           aOStringBuf.append( " is missing )" );
        which compiles down to the same code.
        
        Change-Id: I3d8ed0cbf96a881686524a167412d5f303c06b71

2013-11-20  Noel Grandin  <noel@peralex.com>  [52bbd9cc00b5a1e15e4f96b5c5fa5e75855692c1]

        remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls
        
        Convert code like:
            aStrBuf.appendAscii( RTL_CONSTASCII_STRINGPARAM( "ln(x)" ));
        to:
            aStrBuf.append( "ln(x)" );
        which compiles down to the same code.
        
        Change-Id: I24c7cb45ceb32fd7cd6ec7ed203c2a5d746f1c5c

2013-11-20  Noel Grandin  <noel@peralex.com>  [3af99e4d59d89c343965a928681a30f36b1007d2]

        convert equalsAsciiL calls to startsWith calls
        
        Convert code like:
            aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) )
        to
            aStr.startsWith( "ActiveConnection" )
        which compiles down to the same machine code.
        
        Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33

2013-11-20  László Németh  <nemeth@numbertext.org>  [d665e058246631c8a838c3a731bdd0c56be27903]

        fdo#71645 remove footnote numbers in cross-references
        
        Change-Id: Ic3780e4389e450d8c7a69d2f0f2a6a7f81b8906e

2013-11-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [ada73e588fe0f948bf49591974f466602452fd10]

        sax: -Werror=sign-compare
        
        Change-Id: I2e7d482b29fc5859c32fa1731a5f1fd551509e88

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [5b1480e33d71ee49bcfb73b3a0144ca6fc2c5e6b]

        GPU Calc: optimize average() handling
        
        Change-Id: I2f9a813e15068867f218631e9ebadd3ea2c38c95

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [38b2f25fd6371f45d8f0c997b6e4d14efdf150d3]

        GPU Calc: Fix COUNT() regression
        
        Change-Id: I1b313d7f5f144f1884abe60c816db1fd6a643489

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [e166ec164d73aff194bc8712f3eb41b5495fd4cd]

        GPU Calc: support reductions without uniform window sizes
        
        Change-Id: Iddd7a1bbc51f02b6b950c34afd9cbe95ec09bbf9

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [726ccd5ae1ab6608497e4aac8c62a5206488a0fb]

        GPU Calc: parallel reduction version of COUNT
        
        Change-Id: Ia90b5aaf044379b5bfc55ec525f9be2f6fda6028

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [4757ed435519b660d6e7922006a630f23bfedd5d]

        winaccessibility: XMSAAService could only work on 32-bit
        
        ... so replace all long with hyper to fit in 64-bit pointers.
        
        Change-Id: Ia5c044e8d7cc8c4e55f1ef8c0fb0f91bb9a69e1c

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [3e1c7d12eeefdfc50b842fe34f3db657292359b9]

        winaccessibility: replace mysterious and inexplicable locking strategy
        
        Do the conservative thing and lock the SolarMutex at every UNO API entry
        point.
        
        Change-Id: I51afffada975df7ee3435784aa050a2c19cd0ac8

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [ed750424f7c02b0ae868f33731f90885a4946f47]

        winaccessibility: remove some pointless overrides
        
        Change-Id: I9a215d71bfeec9feed9d7f27fb1a47d36c827ef0

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [2fb80b6d30a6e5c6cd554c5c5cee2215c81a4b06]

        winaccessibility: make listener methods a bit more obvious
        
        - disambiguate overloading
        - only use SAL_CALL for UNO methods, and non-UNO methods start uppercase
        - use SAL_OVERRIDE
        
        Change-Id: Ib57adad65b2b8e8246b103ff77ce162b0b540422

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [18f37ebc69959712ceb496e287d92e13bcf05d09]

        winaccessibility: remove IsXPOrLater
        
        XP is the baseline already so no need to check for it.
        
        Change-Id: I5737213d647d1aea9b9fa918d87b712d3a920156

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [a47b9828f93dad3c3ede789f1814e959cea19a66]

        winaccessibility: remove pointless default less functors
        
        Change-Id: I5819d733b76c916058698b5e5b8ee338dcf25723

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [996a99355603b709d8fa4fbd1c39a914d0afa360]

        winaccessibility: CHILDID_SELF already defined by some windows header
        
        ... so no need to define it ourselves, much less 3 times.
        
        Change-Id: I92c05849452fa2516ec09bc5789617df3b743f8d

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [3af0afba65ee5e9cd10c264fa70b5ad12a779d0c]

        winaccessibility: remove UAccCOM2.h
        
        At least with MSVC2012 there is no warning C4917 here.
        
        Change-Id: I8de6cfc33791b1bb5e2b7808e306f733cf8cfcb5

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [2460b966fedd574bab174887c358616dab543392]

        winaccessibility: move ROLE_TABLE to the cxx file that needs it
        
        Change-Id: I8e183e68edcbf3ebfb4172350c31b66688eb66e0

2013-11-20  Michael Stahl  <mstahl@redhat.com>  [753b3cbb8b2a0e1004d157a247e5e6c6da3f0b62]

        winaccessibility: remove "using" from headers
        
        Change-Id: I212c1f3449416ff3629a677112fc5a4702e89eb0

2013-11-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [65a7e714292dbf4c5a2a4f5760f3b546d603c40c]

        fdo#70596 - fix version dependency for deb-packages
        
        debian packages have a debian-version appended to the version string.
        LO version "x.y.z" will become debian package version "x.y.z-1"
        When checking the dependencies, the full version is compared and
        a check "core01 needs to be >= x.y.z and <= x.y.z" (i.e. exactly x.y.z)
        fails, as the x.y.z-1 package is considered to be newer.
        Thus require the package to be >= x.y.z and <= x.y.z-1 to satisfy dpkg
        
        Also replace occurences of ABOUTBOXPRODUCTVERSION with PACKAGEVERSION
        
        Change-Id: I58dea3055562f879f5eef511c2c9c94a2b98041b

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [2c39e778873f10037721d844697962dc41e3bcc3]

        GPU Calc: separate out parallel reduction from DynamicKernelSlidingArgument
        
        Create a new class ParallelReductionVectorRef to straighten out code
        generation and marshaling logic between sequential and parallel code
        generation alternatives.
        
        Change-Id: Id029ad441f80712f8e7396dcd985e3363ce08ff8

2013-11-19  Matúš Kukan  <matus.kukan@collabora.com>  [3d7d66258373c1d4df20cce6a993b3fe013a7910]

        datastreams: implement address mode for input
        
        In this mode, we read lines as "<address>,<value>".
        Moving is disabled then, because we update each cell individually
        (and also, for some reason, it was not working).
        
        Change-Id: I55f73e5a6a26f3e962a12662deeea657ce41acd4

2013-11-19  Michael Meeks  <michael.meeks@collabora.com>  [fc25afaa048033940d9e1d22ec8ba31c5b3e9289]

        fastparser: accelerate value tokenisation as well.
        
        Change-Id: I99a39e91c684adb1fc92cdb466477cfa90104961

2013-11-19  Tor Lillqvist  <tml@collabora.com>  [7e77efe8b8f04ba739f731e5a27b5e643fe652fa]

        WaE: unused variable 'aFormula' [loplugin]
        
        Change-Id: Ief4acc559113d37902ea89a44d085c89f93e39cf

2013-11-19  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d7e4e5d35e66dbfcc30576d198e393661d84f616]

        GPU Calc: add an inline function to legalize inputs for reduction.
        
        Change-Id: Ibcede4a33d7b8b1073d6ecfb49abbc78b31a2f35

2013-11-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4eebd65858655eef3f39e40ecbe74c505f6b4688]

        fix Makefile.in
        
        - unify ~all gbuild targets to one gbuild call
        - kill CHECK_PARALLELISM as we dont respect it consistently anyway
        - ${MODULE}.subsequentcheck needs no specialcasing now anymore too
        - should fix e.g. "make unitcheck slowcheck subsequentcheck" calls
        
        Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29
        Reviewed-on: https://gerrit.libreoffice.org/6722
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc27264466c372d83d9a37001919ec73f5c221b3]

        CppunitTest_sw_ooxmlexport: speed this up a bit
        
        We don't have too much testcases where we assert directly the resulting
        zipped XML files, but where we did, we actully invoked filter() 5 times,
        even if 3 times is enough, fix this.
        
        That causes the testcase to run in 1m24.754s (previously it was
        1m30.278s).  Additionally, at one case the XML result is an expected
        one, having matching testcase and manual results is always good.
        
        Change-Id: Ie905002b113bc84f1e517c35f14739f423fd8ea2

2013-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d646612f99be91e0706e2f32ae8371a4e7019eb8]

        Narrow it down a bit for the next visit.
        
        Still no idea what the problem really is (MSVC is pretty silent about it)
        or how to fix it.
        
        Change-Id: I322779046f0adc0b2807a9d46a5c9140839b7ff7

2013-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [845893cd818cc0f3e0dfe54a0c6c061717c86d77]

        oox: tokenize wps:cNvCnPr
        
        Change-Id: I4d7a962e01f5a41c3ea629f73433416195f2259c

2013-11-19  Eike Rathke  <erack@redhat.com>  [2d8cac51c6d5205a27d90bd9237c8ed1e4b8deea]

        added date acceptance patterns to Canadian locales, fdo#71664
        
        Complete set is now Y-M-D;M-D;M/D/Y;M/D
        
        Change-Id: I42ed59fb325b391943608a10ded7ce74c80656e1

2013-11-19  Michael Stahl  <mstahl@redhat.com>  [03fdec57762b287cb8e0b6b446f5e7ba1b187f88]

        winaccessibility: use WeakImplHelper
        
        Change-Id: I5872e520ca009a0f9277827d72e72befe3323a06

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [76ff4c5366fd89f2736dfc7b58d5a38e43ad7062]

        Disambiguate std::max call
        
        Change-Id: Ie389d52f5914f49dcd61d5543ed9413ab82101f9

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [87e407f68876b196704e595ff841b2a01bf1bbb9]

        Use startsWith rest parameter
        
        Change-Id: I5ec5f68c13ceb93b4e2cea83ec757b9427b8608d

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [72c8db4987c1df7ca2673beb1dc43cf879102251]

        Consistently accept all cmd line args only in lower case
        
        Change-Id: Ie57814f1e938ee9d909d69a518bed29026cb4963

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [5993dc79e84ef8f46a36ba78a84c6a645d704613]

        Consistently warn about all deprecated cmd line args starting with a single -
        
        Change-Id: Ib4cb8939b0b12dd01af3bb845649e5ac5480352b

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [c471e148e210b7a71d0d5cf877e873350fe05bf7]

        String function clean-up
        
        Change-Id: I0bb807748f67af3ee1210c6df649bc8ae506e090

2013-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [cc8f8ae55f681755f5da3bf64e4c30bb713f0383]

        DOCX drawingML shape import: wp:anchor's behindDoc attribute
        
        Also, adapt anchoring to what we have in VML import as well: when the
        paragraph moves, the shape should stay at the same place. (This is a bit
        odd, as ideally Word does not support at-paragraph anchoring, but this
        change results in the behavior what Word does at the end.)
        
        Change-Id: I3b849b2898d303e48920e6056c472f08fbb43af1

2013-11-19  Caolán McNamara  <caolanm@redhat.com>  [a5d7813de1d2e9c3234c5c0c32987c137bdf3ca1]

        don't panic on clicking inside input field
        
        Change-Id: I52b53da16784cc5650d362c3884d93ed16979ca2

2013-11-19  Oliver-Rainer Wittmann  <orw@apache.org>  [c2b5521921b806ff7b04cdacebde3834d2aafd4b]

        Resolves: #i33737# enable in-place editing of Input Fields
        
        (cherry picked from commit c2afeb1c3f11e8f420b59f3786eb8626c99ff595)
        
        Conflicts:
        	sw/inc/IDocumentContentOperations.hxx
        	sw/inc/crsrsh.hxx
        	sw/inc/doc.hxx
        	sw/inc/editsh.hxx
        	sw/inc/expfld.hxx
        	sw/inc/fldbas.hxx
        	sw/inc/fmtfld.hxx
        	sw/inc/hintids.hxx
        	sw/inc/ndtxt.hxx
        	sw/inc/txatbase.hxx
        	sw/inc/txtfld.hxx
        	sw/inc/txtrfmrk.hxx
        	sw/inc/txttxmrk.hxx
        	sw/inc/viscrs.hxx
        	sw/source/core/bastyp/init.cxx
        	sw/source/core/crsr/crsrsh.cxx
        	sw/source/core/crsr/crstrvl.cxx
        	sw/source/core/crsr/findattr.cxx
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/crsr/swcrsr.cxx
        	sw/source/core/crsr/viscrs.cxx
        	sw/source/core/doc/dbgoutsw.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/docfld.cxx
        	sw/source/core/doc/docfmt.cxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/doc/docredln.cxx
        	sw/source/core/doc/docruby.cxx
        	sw/source/core/doc/doctxm.cxx
        	sw/source/core/doc/visiturl.cxx
        	sw/source/core/docnode/nodes.cxx
        	sw/source/core/edit/edatmisc.cxx
        	sw/source/core/edit/edattr.cxx
        	sw/source/core/edit/edfld.cxx
        	sw/source/core/edit/edfldexp.cxx
        	sw/source/core/edit/editsh.cxx
        	sw/source/core/edit/edlingu.cxx
        	sw/source/core/edit/ednumber.cxx
        	sw/source/core/fields/expfld.cxx
        	sw/source/core/fields/fldbas.cxx
        	sw/source/core/fields/reffld.cxx
        	sw/source/core/frmedt/fefly1.cxx
        	sw/source/core/inc/docfld.hxx
        	sw/source/core/inc/rolbck.hxx
        	sw/source/core/inc/swfont.hxx
        	sw/source/core/layout/flycnt.cxx
        	sw/source/core/layout/laycache.cxx
        	sw/source/core/layout/trvlfrm.cxx
        	sw/source/core/text/atrhndl.hxx
        	sw/source/core/text/atrstck.cxx
        	sw/source/core/text/inftxt.cxx
        	sw/source/core/text/porfld.cxx
        	sw/source/core/text/porfld.hxx
        	sw/source/core/text/txtfld.cxx
        	sw/source/core/tox/tox.cxx
        	sw/source/core/tox/txmsrt.cxx
        	sw/source/core/txtnode/atrfld.cxx
        	sw/source/core/txtnode/ndhints.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/txtnode/txatbase.cxx
        	sw/source/core/txtnode/txatritr.cxx
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/core/undo/SwUndoField.cxx
        	sw/source/core/undo/rolbck.cxx
        	sw/source/core/undo/unsect.cxx
        	sw/source/core/undo/untbl.cxx
        	sw/source/core/unocore/unocrsrhelper.cxx
        	sw/source/core/unocore/unofield.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unorefmk.cxx
        	sw/source/core/view/vprint.cxx
        	sw/source/filter/ascii/ascatr.cxx
        	sw/source/filter/html/htmlatr.cxx
        	sw/source/filter/rtf/rtffly.cxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww1/w1filter.cxx
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par3.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/ui/app/applab.cxx
        	sw/source/ui/docvw/edtwin.cxx
        	sw/source/ui/docvw/edtwin2.cxx
        	sw/source/ui/envelp/envfmt.cxx
        	sw/source/ui/fldui/fldedt.cxx
        	sw/source/ui/fldui/fldmgr.cxx
        	sw/source/ui/inc/wrtsh.hxx
        	sw/source/ui/lingu/hhcwrp.cxx
        	sw/source/ui/shells/basesh.cxx
        	sw/source/ui/shells/drwtxtex.cxx
        	sw/source/ui/shells/grfsh.cxx
        	sw/source/ui/shells/tabsh.cxx
        	sw/source/ui/shells/textfld.cxx
        	sw/source/ui/shells/textidx.cxx
        	sw/source/ui/shells/textsh.cxx
        	sw/source/ui/shells/textsh1.cxx
        	sw/source/ui/shells/txtattr.cxx
        	sw/source/ui/uiview/formatclipboard.cxx
        	sw/source/ui/uiview/view.cxx
        	sw/source/ui/uiview/view2.cxx
        	sw/source/ui/uiview/viewsrch.cxx
        	sw/source/ui/uiview/viewstat.cxx
        	sw/source/ui/uiview/viewtab.cxx
        	sw/source/ui/wrtsh/wrtsh1.cxx
        	sw/source/ui/wrtsh/wrtsh2.cxx
        
        Change-Id: I6758d6719e1fd523797cc6ee2648ffcb47d52595

2013-11-19  Caolán McNamara  <caolanm@redhat.com>  [06ed06d2808cad5eeea17ee94c0da0426bb6ea9f]

        need a String::EraseAllChars-alike for OUStringBuffer
        
        Change-Id: I189c08a4100b32b16527ae40df3a9125bf78be88

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [c289fb1bad21785c2aa512911da0d08f2e177ac8]

        unknown log area
        
        Change-Id: Ideb0742c2c6f3f7ba45af23359d5a653f58b120c

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [f1c06bb8d90559f390ac9f64439ec59a39e6cbf5]

        -Werror,-Wunused-function
        
        Change-Id: I337691b4a7548c5c92bc0484c2ef9224ce461ba5

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [b976c1e3282fa859570f907a0f1e40aff4ea211d]

        -Werror,-Wunused-function
        
        Change-Id: I4ae45a0809cc57fad3d8e872952aedfead27a518

2013-11-19  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [01d26477a1c8852b2fec6025da3d3189199b5528]

        Backported commit f6c335d63f2da025a0a3efde1fe59e3bb7189b70 from curl
        
        This commit enables CURLINFO_CERTINFO when curl is built with NSS
        support but not openssl.
        
        Change-Id: I1482b34d83a0ae0f47d524a940bb90ed072363a6

2013-11-19  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7586bea9fb4c51e7221e403fa965067c8e1cd4a2]

        Add data for Alfresco Cloud CMIS connection
        
        Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df

2013-11-19  Michael Stahl  <mstahl@redhat.com>  [87bd65efacdd668d304e88dcac9d2d119666ef1f]

        winaccessibility: avoid warning C4005 macro redefinition
        
        Change-Id: I4a18f32f56a7489b2087629e1de05ce7cc5bdb17

2013-11-19  Eike Rathke  <erack@redhat.com>  [444ea16c81746518897ed0643c5872d7cb9e277e]

        renamed ku* to kmr-Latn*, fdo#63460
        
        Change-Id: I6e2be7da65221aa090d7ee2a0f8a6c7698ec2f89

2013-11-19  Eike Rathke  <erack@redhat.com>  [329169a7255ba165a67bfd7117c8338a1a1980a8]

        scp2 and setup_native details for dictionary name changes
        
        Change-Id: I635533033f9a063ac1e6c5c18bf93803144a12c8

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [8aeb5e10c1499eab43f9f7cf63903101ec99df92]

        warning C4702: unreachable code
        
        Change-Id: I6377c9228589d324d51d0c3cc12f04b7854db5ac

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [5cb10c4c99e46c97984e4e1c1bca5915f83f0a1d]

        rhbz#1031989 Accept --pt in addition to deprecated -pt
        
        Change-Id: I3593b3fc7e0ad405612216fb07e8632050b75cee

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b2b516ce0fee9bc609f4213affa5b0a71f08cb1]

        this only works with c++11

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fdd44f5794b945821f50ebc9b773f5fd34222a6]

        fix tinderbox

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [449157cae77fc6a1b2a96f53d78d7a93cb33436d]

        disable building the OpenGL pieces

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7dab0e86672b42cca397453cd4d409319e6f902c]

        fix tests
        
        Change-Id: Ib090d9a6a007a738a0603d1d0a38d5b274feadcc

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c6b94c78e6c77eeaf279903d146fdc157007fa9]

        fix the windows build
        
        Change-Id: Ie3625211a32c41dd0fadf94294bc689aef7b1c24

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea306793cc283ab95b69e1c6df8cd74967fa064e]

        more windows build fixes
        
        Change-Id: I79b75bbb193851855328a7dbbd8ab547afe29aec

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4926e844e3f6bbd169aec7124fe185ee184c7fa]

        fix windows build
        
        Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [749d28227b8562431e2f10d47e3f511d535df430]

        we need to depend on mesa headers for windows & unix without opengl
        
        Change-Id: I0144586864045b5f6091dc49ed7e1e1a73705ce1

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d90ddc9cf83ef3d1471c7844b5c74695d5d5b99]

        removed unused variable
        
        Change-Id: I74af65aba6d19e39f889a28b15d04f7e293168c5

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [35b6d31154edd32d68e2cf8d91fe852f32945fcf]

        fix crash in opengl backend
        
        Change-Id: I1257f4568e55ca545e96bda8a53f272ba8e1f0b0

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78fb95eeb92c423341b7845dce528a8e95e3ffcc]

        dbgutil build fix
        
        Change-Id: I54abcc2a9fbe7d30bdf64d194df1a435d21f24ac

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73fcf2ad125c867618a97ea4f341279821091a01]

        we need to init manually now
        
        Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ccab525dbb71ca26c0d280319ce4ff829be6ed6]

        fix lifetime problems of ChartView
        
        Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7070318e0f8dd1ef0c1168e1280ab7636da7332a]

        it builds again
        
        Change-Id: I969ff5ed6fd979e9fd126e8d0b79a518697e7915

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e85751488d566622ddc5154095eac3e4215d14f4]

        try to make it build on windows
        
        Change-Id: I1bc87e1c84926699a80a2bb0a9ee789e92663dfc

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [678008264f8d8278b889d20b086d6fdba6303aae]

        add glew and make chartopengl a dynamically loaded lib

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a715ebeee9d3a88c7c0155d629277f1ee2705bf2]

        add a few property cases
        
        Change-Id: Idd77baf2f84550f1a29e5eaf9afb4aa454e79154

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0aa94225baf8e55303d0b3cc23cabbec050a3e4e]

        add the definition for the shapes
        
        resolves the linker errors
        
        Change-Id: I24d18a4491c8bc4f5839f9245386d0cd2b612cf0

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4813b13542371619f483fd4ed173cecd84e74574]

        make the shapes explicit in the backend
        
        Change-Id: Idf92176c66cefde3022cec2990c9711a1b49a111

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22c8bb9e0fbd3bead8e72316d82b5dedf9659b2c]

        actually create a dummy root shape object
        
        Change-Id: I6251042266f531a28944197bda8d2fab39fce495

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf74b7fb77c8c2a77e9f0d8ea9e3b1b5839d7f00]

        make it possible to avoid XShape/XShapes in the backend
        
        Change-Id: I9aa4b71d12bb6720e2197dc1de6f06c61f27d6ee

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d821f5aa04bca7f7d4202fdb72a41964b87e7169]

        implement XMultiPropertySet
        
        Change-Id: I91878c0883f0de03341eee65f2925ec3beb71889

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb26543b113f0421dbc1fffc220dc36df0542b6b]

        implement top level shape and method to get it
        
        This class contains the glcontext
        
        Change-Id: If0418cfbfb0486396a75ab274e7b480607f8de6d

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca121aff307bcc0272282e04963679863df09b1e]

        fix build
        
        Change-Id: I776455675a066dad790bc6beac4aa545186d5192

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4c78680e097254923decc71deaf8205f9737e3f]

        adapt name of method
        
        Change-Id: I02435256f747bb2bff63414735fa5af3b3413e82

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebf550d68443e0f519fe9f77763d00fce61edb78]

        some small cosmetic changes
        
        Change-Id: I2bc8c39f91faf6915c4970a002e4030f81c95bc5

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a369737c184402e4cc175d4cf2b78e0a08527ec3]

        rename DummyShapeFactory to OpenglShapeFactory
        
        Change-Id: Ife9640b10e90351f871513f1f8e26d80c384e0d9

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0574f59c6ab46c5a5c077ce5c63a0e2dedf865f1]

        add methods to render whole data series at once
        
        additionally we have now a method for timebased data series in the shape
        factory. The method contains the two points in time and the rendering
        backend should calculate intermitiate points for a good interpolation.
        
        Change-Id: Id30e2039ec90a6c36e947b7a7f9bca65ef0e8961

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [401f01caf5b357ac6c15b37a89c0a9aaeb46f4e4]

        use ChartModel instead of XModel in a few places
        
        This allows us easier implementation of some advanced features. Mainly
        the 4D chartting will now be able to work without several ugly layers of
        UNO.
        
        Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf90715b35b11286d800c0e1d57ce3a62303e883]

        work on plotting a whole series at once
        
        Change-Id: I70a7b22aa30e959ed311348f047e349be38ebcfb

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c3ac6f0b9b88505951ce0aa4c6a282c45438756]

        one more newly unused variable
        
        Change-Id: If24290d1a2fd818d9b6f264abf1b75c941b767fb

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5843e73665617f7febb326836c8f31d3f186200]

        remove a few more unnecessary lines
        
        Change-Id: I44eafb69bf32cb8dbf7d07278a010ca4d812a832

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab95314c70451ac81adf4f16d738a74f40ae7c9f]

        simplify AreaChart now that it does not deal with net charts
        
        Change-Id: I4ff556a43b65d54954b3d057b86dbb1fe7e66ac6

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f09352fa6db57b9c88c334053f5843f1a73fb448]

        extract code for net charts from AreaChart
        
        Now AreaChart only contains code for 11 different chart types. NetChart
        was the only one needing a PolarPlottingPositionHelper
        
        Change-Id: Ibbe45f9afdf91fea1ef542020d8a3388a6e8c27b

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a42e4d3e3e7e5d67a2f6fba8826604e0a213f77c]

        make it a normal variable
        
        Change-Id: I75e38a02d48db938df2216bc245f34f363838042

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a3e2ca41fe0755ea60431850b53937a4da38a33]

        leave default constructed objects out
        
        Change-Id: I551574e33d1a3c08c0653f88f2d626beee3f2594

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [12c7995028c1442bff0cb9f81fd28f86e04573ab]

        small clean up in chart code
        
        Change-Id: I42c1b4aa4e174917199d1635a044b8698d8ae851

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fcfb42808464ea909ace4a892803c2e8e9e3bd1d]

        we only support 2D Bubble Charts anyway
        
        Change-Id: I3e1ac100c3c217e194f2b58c2dadcec370560d51

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e79c706ddda21f850fe3c5a867bacf3982e5b112]

        prevent some implicit iterator conversions
        
        Change-Id: I2335acba43eaf5950dec17bf847da4b115737dfa

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [11699eb826a6477d9d785a1e864469933ba95c14]

        no createInstance calls any more in chart2/source/view creating shapes
        
        Change-Id: I7978d607ecd9170fff37ff0be02cdfbec7ebb89b

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a66097b7f92cb91fdc07d3e04bd9eb0d4a821369]

        only one createInstance call left
        
        Change-Id: Iabefaea11e9190f84cecc1991585c4a958802fae

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3604b24962ffdb02dee78a13db9eb9d977de376]

        use AbstractShapeFactory in more places
        
        Change-Id: I1c34f6e56579c4a43e4ba28a81799c3f67d679cb

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dde6b8047384ffad5bcf8dad24aa5fb814217334]

        more use of ShapeFactory and set Properties in factory if possible
        
        Change-Id: I7d172fd7bde506233fc74ec07b9603ee29149e5c

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a3d09935d30e7ae356dd87b72cdfa6e7c684ff0]

        and another file that only uses AbstractShapeFactory
        
        Change-Id: I5f986083fcbedae81281eb2bdaa6361115e1063a

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2b488e161d2e277cd6208454f848e8538826fb9]

        use the AbstractShapeFactory in more places
        
        Change-Id: I992533b5e38ca5cb91f7688d94c35652f7dbaa38

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40e4b1a8ba993a68f820ceedec126e2365052240]

        some small fixes
        
        Change-Id: I9e18fc04e0e8d8be0bed0b9c7b80fd0e983893f1

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee5ef16d352bdcb2eb8fe1f4530b7f5c43bed911]

        make it possible to switch between different ShapeFactories
        
        Change-Id: I49f6b16182c25ead486a15ab86f722902b36933e

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c0a5503b692fa29b167e1b9a317fc77ef1baaf0]

        create an AbstractFactory and add a DummyShapeFactory for testing

2013-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8af05851ab0abf0837feffea58987c4721afb5b]

        remove unused parameter
        
        Change-Id: If08c9c3de0b8aa0b842c0ebfc03bb4ff0134bbb3

2013-11-19  Michael Stahl  <mstahl@redhat.com>  [076342caf8419432a17bf2300d2c7d6c033386f1]

        RepositoryModule: conditionally add winaccessibility
        
        Change-Id: I5f72d01ea96835607f93328528051651866354d9

2013-11-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a685c85d71e7378b62837be3f401f355f214c3b1]

        Temporarily disable this code to let the linker not fail on Windows.
        
        Change-Id: Iafd5a91803b97efe78ff5d864865125973535f51

2013-11-19  Michael Stahl  <mstahl@redhat.com>  [a790a0e4e9d4e60aece526c53b452d46f2d8e561]

        winaccessibility: remove executable bits
        
        Change-Id: I691c5fc3554bcdeb6c3beb0e5b445cfcd7b51e4c

2013-11-19  Andras Timar  <andras.timar@collabora.com>  [debde4fdc443f522562ee29def4c27512d64609a]

        fdo#66232 fix opening files via COM server
        
        Thanks to Noel Grandin & Stephan Bergmann for the hint on IRC.
        
        Change-Id: I2b407a53b02a7ecdbff553ad47674c1e00455180

2013-11-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ba99e296077e6bc6d6a153d01a45bd9ebe1a1d35]

        related fdo#70414 gbuild to ide: kdevelop
        
        This provides kdevelop integration and generates one project file for each
        old-style module (top level dir). This project file has:
        
        - has four build configurations:
          - build the module of the project or build all of LibreOffice
          - for each of the above a debug and a nondebug build
        - has seven launch targets:
          - running the unitchecks, the slowchecks and subsequentchecks
          - for each of the above once for the module and once for all
          - running LibreOffice interactively
        - has custom include paths and thus provides full autocompletion
        
        Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac
        Reviewed-on: https://gerrit.libreoffice.org/6694
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [3773201d5973d40f0b6a67930adeaed36f1494c9]

        -Werror,-Wunused-variable
        
        Change-Id: I46138b946ff38df5366760dbc1999057fee35bd3

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [6e60a6f97171c0272871d2010a6fceefba38531e]

        -Werror,-Wunused-variable
        
        Change-Id: Ieac2e725b2baad29dedb225d6009b2abe421be04

2013-11-19  matt_51  <matthieu.gay.cap@gmail.com>  [3d12549335229aca1a6a57575292111274709992]

        fdo#70345 Reuse XStream for Windows platform create a new one for others.
        
        Change-Id: I911c24b82b55445c6f95e14be29759e2fe3d9dfd
        Reviewed-on: https://gerrit.libreoffice.org/6580
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-19  Noel Grandin  <noel@peralex.com>  [363cc397172f2b0a94d9c4dc44fc8d95072795a3]

        convert equalsAsciiL calls to startWith calls where possible
        
        Simplify code like:
            aStr.equalsAsciiL( "%", 1 )
        to
            aStr.startsWith( "%" )
        
        Change-Id: Iee0e4e60b0ae6d567fa8f72db5d616fffbec3c00

2013-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [02a2203580226766c4b3b8778430774ff76f90e9]

        DOCX drawingML shape import: handle wrap type
        
        Change-Id: I8880c7413b10a284c9e55170afa35527dc7593ea

2013-11-19  Andras Timar  <andras.timar@collabora.com>  [3b0e3e3797072b10738086911488cba86d840e69]

        fdo#66854 keep shadow distance of non-supported MSO shadow type
        
        this is a slight improvement of d7367b709dc4e97714fb2084b872a96389e768fb
        the rendering of star from #i119634# bugdoc was kept
        the rendering of the yellow circle shadows from fdo#66854 bugdoc
        was improved
        
        Change-Id: Ife53328ef665131fb954eb33c2e8269ad10da0fe

2013-11-19  Michael Meeks  <michael.meeks@collabora.com>  [ca99a47bf383faf265dd65d3e70a6f43096de76d]

        uia: add some possibly helpful overview documentation.
        
        Change-Id: I4163b587d82a0fd6403fdd124808ab895b4ed460

2013-11-19  Michael Meeks  <michael.meeks@collabora.com>  [448727e598ca0c35ee9cd6f2c25a847c8147943b]

        uia: merge VCL pieces of IAccessible2 work.
        
        Original code from:
            Author: Steve Yin <steve_y@apache.org>
            Date:   Sat Nov 16 23:58:19 2013 +0100
        
                Integrate branch of IAccessible2
        
        With these improvements:
        
        Make IAccessible2 an experimental feature, with fallback to Java a11y.
        Move initial setup of windows into the bridge and clean, remove conditionals
        Check for presence of AT in the bridge as well to clean. Merge VCL events
        extensions and their handling. Clean and split WB_GETOBJECT handling out to
        it's own method. Add component prefix namespacing.
        Cleanup msaa service info, and implement XComponent to share mxAccessBridge.
        Add suitable debugging output, remove VCL dependency from UAccCOM causing
        registration issues.
        
        Change-Id: Ib19e38ddca71182018df438df27dcdb555d91402

2013-11-19  Michael Meeks  <michael.meeks@collabora.com>  [fd035fe61604042609c21aba06eb2d8ffed32dda]

        uia: remove redundant component registration.
        
        Change-Id: I913e6498d09021cca78be27b542421251f258535

2013-11-19  Michael Meeks  <michael.meeks@suse.com>  [27e6024ad73642e724460d7aec60282e63c78807]

        Remove obsolete statreg.cpp / atlimpl.cpp includes.
        
        Change-Id: I51bd72f6aaeb33bb87e425118b9f205744359145

2013-11-19  Herbert Dürr  <hdu@apache.org>  [7b1e896cc187f9aa71d1f4fd3c5a9192c5805d4d]

        i107914# adjust license headers to the ALv2
        
        as intended by IBM's symphony contribution
        and the individual ICLAs of the developers
        
        Found by: V Stuart Foote <VStuart.Foote@utsa.edu>
        
        Change-Id: I47125ff5c9f1ae241132f13b7b3ee2d6fa3cfe9a

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [f6f8c4203d3a42b2605de6080f5308320a013cdc]

        Fix minor compilation issues
        
        Change-Id: I3567a42d7d071d61a2f41f1fb32d6831c9898d3a

2013-11-19  Steve Yin  <steve_y@apache.org>  [e5618f1707626a8c096ea2ca8da3cbe2c5f3db16]

        Integrate branch of IAccessible2
        
        Change-Id: Ied8b6941765c86a849467cb5df312ca7124f32b3

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [1263b20f56d896706c982ad1b91d2936abf5d617]

        Disable _WIN32_WINNT definition
        
        Change-Id: Ibfa5839700da5ec272c95199b09cd4265d82525d

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [f619bd34834dae996bf544e6bfd66de729de5961]

        Remove obsolete IDL files
        
        Change-Id: I4f38c1ec815a5f2e39b492657cb0532bb4e19967

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [6d33ab2c83863c32ddf8180c828aa4142c83deae]

        Remove WNT define
        
        Change-Id: Ia69141f58fad25797d7d7495a357dd18c7abf08d

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [cbf2a0d90cc9e2efb31aabd1d2db2acce76d21c7]

        Gbuildify winaccessibility service
        
        Conflicts:
        	winaccessibility/source/UAccCOM/UAccCOM.def
        	winaccessibility/source/service/AccObjectWinManager.cxx
        	winaccessibility/source/service/checkmt.cxx
        	winaccessibility/source/service/checkmt.hxx
        
        Change-Id: Ia66872bee7c70c840c1bd5caa626bf63eac9ef7c

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [026a7dc3856fbdbdda30bc6d30610b389293953b]

        Gbuildify UAA to IA2 bridge
        
        Change-Id: I1aae7ec50c3bb78ac1035d70eaf39c6efef465ab

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [67fea082c687a7be2ccc16ae35f0b42c2f739bc0]

        Add custom target to process IA2 COM idl files
        
        Change-Id: Id20cba53fc21eaa396c3a3d3ed8fa1eb9fdb4978

2013-11-19  David Ostrovsky  <david@ostrovsky.org>  [b4f2dc2b6470b46c6eed521dd1632f48c1f43afd]

        Add --enable-ia2 configuration option
        
        Change-Id: I950c47bd95d5bb4aacf9e584c8e2eeef461af71f

2013-11-19  Michael Meeks  <michael.meeks@collabora.com>  [cd44cc1d2249062fb68b063a0efdf3542124dcaa]

        Move to MPLv2 license headers, add modelines.
        
        Change-Id: I895bab038eda82b80e1a223ad877a9674fe561ee

2013-11-19  Steve Yin  <steve_y@apache.org>  [a18bdb3bc05e761704cc345a66a9d642bc4f4a0a]

        Integrate branch of IAccessible2
        
        Just the winaccessibility directory initially.
        
        Change-Id: Ia21abb8d7088646ad6c1f83b3a03e7add716b0c0

2013-11-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [f0d9beb80f926a05bc7dd87801c6daa7bc268cec]

        DOCX drawingML shape import: handle margins
        
        Change-Id: Ia89552658dc79568cc46b92e949fc1935434e43d

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [03b0ee801e4ba894eed0ba33ffd8b84aea9aca99]

        Typo
        
        Change-Id: Ibd12f919cb50f3f8e67fd559a332a1c6eda3c74e

2013-11-19  Noel Grandin  <noel@peralex.com>  [e636f5768c8843f5c177a2643f3ac8f188a51cb0]

        fix compile error - remove bracket
        
        I messed this up this when doing commit
        2c35fff7eca3a143d28dc75e6a73fe1101d2af77
        "remove most use of RTL_CONSTASCII_USTRINGPARAM macro"
        
        Change-Id: I2edd094cfdf9ae83d5d2a7a2ab13932277f589c1

2013-11-19  Noel Grandin  <noel@peralex.com>  [f4479f5478a2821faf0974a7b83453b177cf65d3]

        simplify if condition
        
        Change-Id: I11d49a1ca721c4bc9c9e35d2735bd66e5a9c04dd

2013-11-19  Noel Grandin  <noel@peralex.com>  [610b2b94b33b0fc2d79cd515f9e293ca1c2610e8]

        remove unnecessary use of OUString constructor when assigning
        
        change code like
           aStr = OUString("xxxx");
        to
           aStr = "xxxx";
        
        Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4

2013-11-19  Noel Grandin  <noel@peralex.com>  [2c35fff7eca3a143d28dc75e6a73fe1101d2af77]

        remove most use of RTL_CONSTASCII_USTRINGPARAM macro
        
        This is largely unnecessary when working with OUString
        
        Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be

2013-11-19  Stephan Bergmann  <sbergman@redhat.com>  [ccc297097891e62489e5d281a4ea128ec6b71361]

        -Werror,-Wunused-private-field
        
        Change-Id: I8832317e23691531e7c5c51f9f1572ce6962e5a3

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [71f3f362fd857f5b8095ca24217fe98560e7c0ae]

        GPU Calc: unrolling of sequential reduction loops for DoubleVectorRefs
        
        Change-Id: I749da2d08a09ead56f0b151a317052b8960926ca

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b09356c2719947b0a5a112e0c9edc11995c75abb]

        GPU Calc: add compile time option for using fmin/fmax intrinsics
        
        Change-Id: I791d6c8f4335ab2c2618529f2e3d22d59c4f0b5a

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [0e52d87cb05f4307f64c0508e1afa47981fb0eae]

        GPU Calc: enables parallel min/max reduction
        
        Change-Id: I86e0b40d284a1bfe7414f02333c616556d6d568c

2013-11-19  Eike Rathke  <erack@redhat.com>  [e1ff35c1d5aa37d23be1f972530f4075746d99a4]

        mention dictionaries/Module_dictionaries.mk
        
        Change-Id: If21faf03d12aa6963fe0252475e1585e71aa349a

2013-11-18  Eike Rathke  <erack@redhat.com>  [90725db923eda7588c0affe5f09b86b6c3808103]

        Updated core Project: dictionaries  8d1a0d88df029906968a3bb12da5f7a832e9b8a1

2013-11-19  Eike Rathke  <erack@redhat.com>  [a0c1d96aa48906b2ebb332f6190b4bcfe9e2a161]

        added [ar-AE] and [ar-KW] locale data referrers, fdo#71140
        
        for AED and KWD currencies, simply referring [ar-SA] in all other
        aspects
        
        Change-Id: I2ca19d1f7d2e807406bf207babe76cae967eea81

2013-11-19  Michael Stahl  <mstahl@redhat.com>  [460d6ce526b79f4d98600d60a63f894e197b66fe]

        curl: use WNT native Schannel SSL/TLS implementation
        
        This should give better OS integration for things like adding CAs.
        
        Change-Id: I53fbfad402618e98d4116a0fecf0bf59e905e292

2013-11-19  Xisco Fauli  <anistenis@gmail.com>  [ef089191076493d89e033cbbebd7f0dda92f6abe]

        fdo#68788: Don't use systemPathToFileUrl here
        
        it works on Linux but not on Windows.
        
        Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf

2013-11-18  Eike Rathke  <erack@redhat.com>  [732dd223ca52212ac63626526f92384ed11adc54]

        note '-' and '_' separators
        
        Change-Id: Ic2c0601854f0ea73c6003fe264fed06ce2a13ebe

2013-11-18  Eike Rathke  <erack@redhat.com>  [fe3494e35c4489c4d904778e828d534742e29d4a]

        Updated core Project: dictionaries  f79819b8eadd02f6bfc1131d7824b1948e7ee963

2013-11-18  Eike Rathke  <erack@redhat.com>  [1ac663b0132257d902a078435981e78e65b564a9]

        mention dictionaries/Dictionary_*.mk
        
        Change-Id: Idd3f7d847fca9b86ac128af1c85fd928d635a1d1

2013-11-18  Michael Stahl  <mstahl@redhat.com>  [43d477b1685f6c1ad48885c7a73411030c78513d]

        curl: actually use Makefile.vc10 instead of Makefile.vc9
        
        ... they are currently identical but it seems more appropriate.
        
        Change-Id: I5ecd7209bc29f32a2f04299d35364a10fe381a35

2013-11-18  Eike Rathke  <erack@redhat.com>  [20acae99c7224e46701eb0000cfd3d702ccee35d]

        Updated core Project: dictionaries  eece7b1bc8579d7bdcbebeac67dcdc676617996e

2013-11-18  Michael Stahl  <mstahl@redhat.com>  [461bdf0b4f863a5ba39dd76b6baf416fbb64b5e8]

        curl: try to use Mac OS X native SSL/TLS implementation
        
        This should give better OS integration for things like adding CAs.
        
        Change-Id: I9578f7194f920a9ebc6c18696e12c8c2e2bb2d80

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eeb91d8f57424c3e2c3d2ea371dd8d00af287953]

        Handle external reference bits too. This is the last missing piece.
        
        Change-Id: Ib1dd18bb5a8d70c53722ac91e2340d05bbc7798a

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6adf0ba4c8815c95b9bdbf274c0e2f774aed9a9f]

        Avoid passing the external ref manager pointer to make it re-entrant.
        
        Change-Id: I67a0df1dcd0635ea82bfc397041a9c43dedbe75d

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [905434f7af128790fe42d8d6ca44bcc1efb74c7b]

        Don't forget to generate RPN tokens here.
        
        Change-Id: I03a0e0d9f82e9c8881b0ff225ba0b476a693afb1

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ccc32f4c4f226318912d597ff3e8bbafbaec7576]

        Try not to pass ScCompiler as a parameter.
        
        Change-Id: I7ef58f0455f11a3eb2ac88ec76e9436fb48a74e2

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [066d33c7bdcaa938ba7832e53944e1e1a73576cc]

        EncodeUrlMode always set to "by grammer". Remove it.
        
        Change-Id: I7de308bbdaacc1fc60a142497acc2301c080e5dc

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3dab6fcbedf21c1d2971527f6f99fa46d3d45514]

        Handle matrix.
        
        Change-Id: I084b2348b5c52151b0d0ea36d082ec2f2603e0d4

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f5987421e4d612012ec346ae280fb362239a5d6]

        Fix indentation.
        
        Change-Id: I260649aca445e03c52423d8f0a63eb4681d2a876

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [af7f6edd2fa36c8e28c43e707e30361fa3f7bf25]

        Handle external functions (add-ins).
        
        Unfortunately we can't test this piece easily just yet.  Enabling add-in
        functions would mess up the function list which is unit-tested and thus
        fail if we enable add-ins in unit test.
        
        Change-Id: Ieda5e5560d4c7e68d7c6272c5d85f2ac63bd4ee4

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0df2c02d4f40b627f17d68d80a18999f4f40aea2]

        Let's have makeRefStr() take individual parameters again.
        
        And remove use of TokenStringContext from ScCompiler.
        
        Change-Id: Ib0636e2437a64edd372623a7176dab462eed831b

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [62b36e800d650ede5d48d8a2b81a410578407b32]

        Handle sheet-local range names too.
        
        Change-Id: Ib1503c3b69d77946b4437bdc0e1bfa5ebacbb602

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [24ddf0d93879cfa0d92b2144685960eed26116fb]

        Handle named database ranges in CreateString().
        
        Change-Id: I6904b9de0f7d711252797bb2e33ba4c462476b2d

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b73b5750ed51acbb5076bc51159a2d6c87c69cbf]

        Pre-quote sheet names to avoid doing it every single time.
        
        Change-Id: Ib103ca22bf59c334945c0462588610899a0acfaa

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c92ee37abee82b7190c88bd16d4f12356acdf60]

        We don't need this any more.
        
        This was used when external references used hidden sheets as a cheesy
        workaround.
        
        Change-Id: I7e4bf3a2235a0c2e80d0aa71a81f22a10b8d0fd5

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f79537242c069668d4d2fb616e22f00b9b0153ee]

        Have makeRefStr() accept a context object rather than individual params.
        
        Change-Id: Id52e02aa29d85d207420c80a95ada2f8487f165f

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c32045fcf3045024245525b585f3cad0f4b21686]

        Make FormulaCompiler explicitly non-copyable.
        
        Change-Id: Ie0618c7e6e3854d54f117c3fe957925f3f81ac46

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b8d4d3a59d022ee56b37a835ddb3a282344814e6]

        Handle global range names and use CreateString() during xlsx import.
        
        This makes the load speed slightly faster.
        
        Change-Id: I64e4d4b8c42a68577350539f3812cafdc0433f96

2013-11-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b7fd06bf98fea63aab368b4d0968811bdec395c6]

        Test correct quoting of sheet names.
        
        Change-Id: I4e0c55b286a476aff5cf9198b2527ec068003a8c

2013-11-18  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6d9026f7a7ebad02b57fcd2dd15f66adeba361af]

        Use filelist in curl
        
        Change-Id: I6a5fa0f7c0c9184ff013e2630f8edcb6ba2aa942
        Reviewed-on: https://gerrit.libreoffice.org/6713
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-18  Eike Rathke  <erack@redhat.com>  [257521e7092848793bf2538780468d95ccb69331]

        fixed out-of-bounds string access
        
        Change-Id: I89e005f6f2d35e3343077b3b28e9fbb5135f9fff

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [912d23636a55473221e3e35768fb9ac42c3e9b76]

        GPU Calc: turn on parallel sumifs and parallel sum reduce
        
        Change-Id: Id615ea0f5f16a4dfc517aacb30715c2df84553e3

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [af223ecdf01b76bc1005c8fcc342165639a8823f]

        GPU Calc: testcases for horizontal ranges
        
        AMLOEXT-242 BUG
        
        Change-Id: I4b87bdf6183ed81ad767550f5cd49aab51531cf2

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [c935a91260aaba79300cf516bac044ebb8dc7ef9]

        GPU Calc: implement horizontal ranges as multiple VectorRefs
        
        AMLOEXT-242 Fix
        
        Change-Id: Ia3deb221528230554b7c431e926b10428441666a

2013-11-18  Eike Rathke  <erack@redhat.com>  [45d4b9b5e354578a81960c1b4b56e934f1e4b704]

        renamed ku* to kmr-Latn*, fdo#63460
        
        Change-Id: I8069657d8829a0315c704e884a1cf15b26e02eb8

2013-11-18  Eike Rathke  <erack@redhat.com>  [ecc174737a1bd20a86b49e41232c84c863c598d4]

        nitpick
        
        Change-Id: I69d1498e527c3e9de200e46b6cc6b0b137ea5f9c

2013-11-18  Eike Rathke  <erack@redhat.com>  [6b1407b9c2db1a45a7414ee7770b6f721fe6e947]

        Updated core Project: help  aada8cbd4eb6e04bcf3df4282392f312073c2285

2013-11-18  Eike Rathke  <erack@redhat.com>  [4898079132a63409711668cc09b53991ddd8d093]

        Updated core Project: dictionaries  d626d8b18cbb14825632900a02c7291912855f73

2013-11-18  Eike Rathke  <erack@redhat.com>  [a953cb7266ed483c6fca28d596e52f7004d61330]

        Updated core Project: translations  7c6025ab17562741ebfd8d8ae2a8c9207b3f000a

2013-11-18  Julien Nabet  <serval2412@yahoo.fr>  [5bacd0d1c49a31ec2dae671f5e842bfea4fe401c]

        Fix some wrong copy paste
        
        Change-Id: I3ad6f62393cb22b350d6b50086963ebc7d2a8f5e

2013-11-18  Eike Rathke  <erack@redhat.com>  [85ee71de47df92631657fbad762f8454feea1b98]

        it's mnOverride
        
        Change-Id: I9ad21610eb0f6059ff6e8475124e49b34e3e5df8

2013-11-18  Andras Timar  <andras.timar@collabora.com>  [6877b8e8a29ce58143d596f9e5f1413d8152553c]

        Updated core Project: translations  1e5e319682945255f7e519000c4a00fcefb5910f

2013-11-18  Xisco Fauli  <anistenis@gmail.com>  [1f7ddf3bbca4433089117ddddd1aaec838554ea3]

        fdo#69025 Remove unused text
        
        Change-Id: I9fc60d52e1bc4b38b79e3e29ed1b04b3e8a777a1

2013-11-18  Xisco  <xisco@xisco-PC.(none)>  [137244d9d4df6f0aeaa8ba81203b51bd3588b1e6]

        pyagenda: Use for instead of while, same logic
        
        Change-Id: I9a18e2178f89f887a1243db77297cee0dd9c2310

2013-11-18  Michael Stahl  <mstahl@redhat.com>  [88e65df2e4be47ae3ae1ae1b3a30003f4cfe4b11]

        curl: upgrade to version 7.33.0
        
        - from curl-7.26.0.patch:
          * drop ADDCFLAGS stuff, must be some dmake relic
          * drop wspiapi.h, presumably for backward compat with NT 5.0/Win2000
            which is unsupported (and ws2_32.lib is linked anyway...)
          * split out curl-freebsd.patch.1
        - curl-7.26.0_win.patch:
          * drop the library renaming stuff - can be handled in Package and
            RepositoryExternal.mk without patch
          * rename the rest to curl-msvc.patch.1
        - drop curl-aix.patch:
          presumably don't need special check for V7BETA since it's released now
        - drop curl-7.26.0_strlcat.patch (obsolete)
        
        Change-Id: Ie8c1d9e72f82ada95f42c49d22d90e43b1a6c3c0
        Reviewed-on: https://gerrit.libreoffice.org/6642
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-18  Eike Rathke  <erack@redhat.com>  [6a826ddc4ee40a9727131cd4b13365bf6ae16319]

        cleaned up ISO code usage for Kurdish, fdo#63460
        
        * instead of the 'ku' macrolanguage code use proper ISO 639-3 codes and
          use 'Latn' script with 'kmr'
        * use MS-LCID 0x0492 for Central Kurdish (Iraq) [ckb-IQ]
        * added Southern Kurdish (Iraq) [sdh-IQ]
        
        Change-Id: Iaee8be98d0659a0e7bbf041e60025dd1f771066f

2013-11-18  Maxim Monastirsky  <momonasmon@gmail.com>  [7cbf4629eadfe0f3da611ee0430a3ab6f2bd33ff]

        fdo#65124 define HAVE_FMERGENEUTRALITEMS for MSVC build
        
        It has been added because mingw headers are missing
        fMergeNeutralItems in SCRIPT_CONTROL struct
        (see commit f6deda85ef4f28426c09fab7205f274922af3d96),
        so there is no apparent reason to disable it for MSVC.
        It also resolves fdo#65124.
        
        Change-Id: I4b7381f076c213f12f32cf03e2c0f321ccb1c4ce
        Reviewed-on: https://gerrit.libreoffice.org/6711
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [e7a0a1fd6c501b72838a858faaa7b515d1b89845]

        DOCX drawingML shape import: handle position
        
        Change-Id: I9a0cb95d875328dab21950ead06d56c4dac8305d

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [4e593d690d4363b1065bc7638953b1156563a157]

        Elide some trivial avmedia::MediaWindowImpl private member functions
        
        Change-Id: I272acbfc9ea158af1d6d6d117451a444c1585e19

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [a063da487e6956eff19efd2619633caf333c39eb]

        Simplify avmedia::MediaItem::setURL
        
        Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [df4adcc47a5cfad9e6562162ae6eb28a2271f344]

        Fix debug output
        
        Change-Id: I785a3f223bd8897466f9402125df2da07615cd50

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [929baba5f08a59aeaf460d7c6b76238aca6c5d67]

        Simplify MediaWindow::mpImpl
        
        Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [110bbaf0443acb9a4bfbbb7c8019442a99618347]

        Remove bogus comment
        
        Change-Id: I236e5f3797750f78047957c3dd9984c687ffa0ab

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [6f405e15ec889c09052048b43753bb6a6210d605]

        Fold MediaWindowBaseImpl into MediaWindowImpl
        
        Change-Id: Ie6366d8b1facb39a5f44279f0c49a229b019bcaa

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [c37d7f0d50efbcf1c4ea25c54e7280b2989c35f7]

        avmedia::getMediaFloater clean-up
        
        Change-Id: I76dcf42267cbb1f028d0501471b569fa6b7b91d5

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [1416056789c9352b9a96452cb947d1d46d096fc2]

        Updated core Project: help  bd79eebd63807c29ef7509516291635efecd246a

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [fcb7905a7f7c8ad3e46fb49324fb1d7eaae83192]

        missing resource
        
        this is missing since abad15bc31e99d554a68c6806a3ebb5f592dabbd
        
        "small improvement of Insert -> Hyperlink -> Internet dialog". I can only
        assume that removing the target button was intentional.
        
        Change-Id: I71147394bcab348ed1d9e1e19e32b5ebdddc8c0e

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [e0840df74c9f33cae4e3cea5f5e5de39d51d17fd]

        convert alien dialog to .ui
        
        Change-Id: I5b4a17eb83d61f7f95d7b71024ba035c957adf2c

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [6019cd9bb5606e0d3c2dfd3acbf3a24eee85ea11]

        want to be able to support non homogeneous buttons in buttonboxes
        
        Change-Id: I7ea4c093d6318a24106542f851cfd58230bc3ea3

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [079852ce8fd9d45f3cc02829c03d0ca6ddd20aa7]

        scaling the width gives huge spaces at the end of long buttons
        
        e.g. in the alien warn dialog
        
        Change-Id: I2e3acddb67b480d4d63a3f4cc77252886e0c9a1c

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [52f7dfefde8d989032ea056f4cdba11cddde1f7c]

        adjust sizes of primary and secondary areas
        
        Change-Id: I47dffdabcbd0b321502478327f95e9e6bfba6f5b

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [7de38f78fe66b4c5c6d62c59cdd6a38359352998]

        HIG seperate primary and secondary text by 24pixels
        
        "Add one line break at the standard font size below both the primary and
        secondary text, or 24 pixels if you are using Glade"
        
        Change-Id: I4bdb0eade4de1304a155fe4338c013d1576b8282

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [b211b8b2e14bd961a7b32033468a94cbff52b5c4]

        Related: rhbz#1014990 valgrind reports yet another unint variable
        
        Change-Id: Idf6a0a1e12fffee6c090add41247723f1d9cf576

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [e0840f70565062b712e544f952640ee35cfb6a27]

        Related: rhbz#1014990 valgrind reports yet another uninitialized variable
        
        Change-Id: Idf15ee825a34aa7788c422475aa6cea8ff802581

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [91e15fc645bd5492b6fe52f01f5bda50552e0c92]

        surely we don't want ANY string anymore
        
        presumably a simple blank string makes a whole lot more
        sense in these langtag days
        
        Change-Id: Ib50f7aed782f04d5d1c1f84617061ba2f66153bc

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [b7069ad07dc651f5326cd3a671588d8c1ecf2534]

        Related: rhbz#1014990 valgrind reports uninitialized another variable
        
        Change-Id: I77f082ea145b0f20daa93c3ee04067ecb6c3b108

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [92424bdb2d05934d8f31910e175b0df9f5fe8c77]

        support en-IE as well
        
        Change-Id: Ibf92c0044cdbea8c85a7a73258d883bd28d619e9

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [f3660062ce8a2c65d483b83c2800d9b958d12f08]

        Related: rhbz#1014990 valgrind reports uninitialized variable
        
        Change-Id: Ibaa2ed0ee2f1f3f00bceec91ccced968e4913e47

2013-11-18  Caolán McNamara  <caolanm@redhat.com>  [0ee16bf9c30c1ed98024f12bb1bea173d62a9eb8]

        sad little semi-colon dangling in space
        
        Change-Id: I297fb09996c694b920b4ae56e6da2f7a009c9386

2013-11-18  Matúš Kukan  <matus.kukan@collabora.com>  [9c45345a680f7444df251f9403c7d56572380f21]

        datastreams: make toolbar docked, hidden and show it when starting streaming
        
        Change-Id: Icbf1abffc5424e213550c7cf27cdaa59126fa54d

2013-11-18  Andras Timar  <andras.timar@collabora.com>  [d4fa4c7b386157a7b313bacda0aa0b09ff40f5af]

        fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"
        
        This reverts commit da06166015689eca260c702602bef4cea58afbd3.

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [7dca2226394b8e07fe915e811bc02315580dd5b9]

        Set Referer for auto-reload
        
        Change-Id: Ie6b664bcd2021820a5baf158582fce7a07c112af

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [fd08abb5941f6815f8a49ae50e7fc93d93609543]

        Don't try lockfile creation when getting medium already failed
        
        Change-Id: Idbca79b5224358eaaef040365b2b385f2e2af9dd

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [b150000278891a4bce875502de1265f507ed8958]

        SfxMedium::LockOrigFileOnDemand return value is never used
        
        Change-Id: I2f64cc8fbe78354f9ded7a9a6bf03d9c597b3897

2013-11-18  David Tardon  <dtardon@redhat.com>  [78e2af8d7141015372995a3583242998c977e829]

        enable more formats supported by libmwaw
        
        Change-Id: I60d5ff673843236436af12f86f40916b7d266cd3

2013-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [8299924b750f74f799dc683134788a285b38bd72]

        cp#1000018 RTF export: avoid additional paragraph at footnote end
        
        Change-Id: I430a7d705208f197050a7d521c9c20b267c33f26

2013-11-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [86fd7fd4f634d5a8a566500ec4248785ea2e790e]

        CppunitTest_sw_ooxmlexport: disable two testcases on Mac
        
        I guess the crop export code needs some love even on Linux, so instead
        of trying to fix something blindly, better to just disable them there
        for now.
        
        Change-Id: Ie33fc0f95f01799dcb9002b95f7fb7a239d4ba12

2013-11-18  Stephan Bergmann  <sbergman@redhat.com>  [7f9fde2490610825c77dd1026e4b48c28d496036]

        Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxx
        
        Change-Id: I7b5d4a5eeeefa6191cebeada363553c8d6d6d29c

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [dc113e8a86e9904df8f37a2980db39cbabcea78f]

        GPU Calc: re-enable parallel sum reduction after fixing regressions
        
        Change-Id: Id274575e731c413e8e9b808ae5e651efe10f7b03

2013-11-18  Tor Lillqvist  <tml@collabora.com>  [935f1f61cbe112b1cf1ab95bae9dfcb42b4fdb5e]

        Remove now incorrect comment
        
        Change-Id: I4cd9f8a0720218e416c88b3064b69406b7a1eda4

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d00e0bcd60304835f5c10a71b22b6a4f483dd6ec]

        GPU Calc: fall back to SW interp for unsupported double vector variants
        
        For cases like DoubleVectorRef::GetArrays() containing more than one array.
        
        Change-Id: I5111a731301bb43b8dbcd1156d964dca231fe840

2013-11-18  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [547750e8c2d001f92e3e303ebfda9b395538e741]

        GPU Calc: fix regression caused by reduction
        
        Change-Id: I077d400f9cc83a60edd3374cce0f69f27872298f

2013-11-17  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [6fd82243e26af3cace74beeb2193c40f39b84bc2]

        GPU Calc: fix building error on Windows
        
        Change-Id: I4a7e02c24f82222bdf9fc4fb66504ed3b6b09f34

2013-11-17  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [434d445a93910f1745b140a5212198a452925dc6]

        GPU Calc: refactor: separate VectorRef out of DynamicKernelArgument
        
        Now DynamicKernelArgument is more an abstract base.
        
        Change-Id: Icc70fa9fe4ed2db3c5483099d99584ba30ac38f6

2013-11-17  Wei Wei  <weiwei@multicorewareinc.com>  [ff983712ecaf91b3dc1ef432fc3fc64de2e29f13]

        GPU calc: refactor code for sum reduction and
        
        sumifs naming rule
        
        Change-Id: I685d263337bebe236befa5e5f45356336936c998
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f99736820a23cb7e37139607713658dea1c69dd4]

        disable test if no OpenCL platform is found

2013-11-17  Julien Nabet  <serval2412@yahoo.fr>  [30e5bdcbf5bb3e4f848748bb2d8196bb0c3c3c93]

        m_uInt8 not m_nInt8
        
        Change-Id: I54524b6c7c19202bee049b61edc3f8e0a1e4fde0

2013-11-17  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [8a44e093ed88015a74abd33ba8b4a37dd0e3590c]

        The new default Writer template
        
        New headings, better paragraph and lines spacing.

2013-11-17  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [fabda86553e6ff9bb6dc03d88a1599245f54ac15]

        GPU Calc: add tolerance when expected == 0 for weibull
        
        Change-Id: I60cd4901f614f64d8bf28b2e5477edb00f5b9651

2013-11-17  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1d89cd08ab3566375e30b17f1b17bc240ca907a4]

        Use CSS style attributes for top level svg node
        
        Change-Id: I1f1958e0e03868167a65a2186f955a085676f9d9
        Reviewed-on: https://gerrit.libreoffice.org/6563
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
        Tested-by: Christina Roßmanith <ChrRossmanith@web.de>

2013-11-17  yiming ju  <yiming@multicorewareinc.com>  [59c0051b26c28a0b277a83177f7e7d5db012b6cf]

        GPU Calc: unit test cases for SUMPRODUCT WITH FIXED WINDOWS
        
        AMLOEXT-214 BUG
        
        Change-Id: Ib5adff235593b3a38f6aa7e63edf0196d31b8e82
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-17  yiming ju  <yiming@multicorewareinc.com>  [62f23965591ad3e2a3ee772e518d3fccd6b5ae9f]

        GPU Calc: implemented SUMPRODUCT WITH FIXED WINDOWS
        
        AMLOEXT-214 FIX
        
        Change-Id: Ifb2797899ec30f998a2387ce9c5752c8e8a03b79
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a268ed682753e63f085ef81e242bb12516245593]

        use the correct formula grammar for export, fdo#71549
        
        Change-Id: I50af1a394aa40c1a7dbc32caa2ace4a4552ac594

2013-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3b2dc1b132517ed1310e11be39c4b2a65476e87]

        fix build

2013-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f0f8d09645e7ab03c8757bca9af2e99731075c0]

        enable opencl-test again on all platforms
        
        we have now a way to disable known bad OpenCL compilers based on vendor
        name and driver version

2013-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ab21b9c995c0f018055bb3355c3ebdd4deb48ca]

        fix problem with retriving vendor information from opencl devices
        
        Change-Id: Iff9017b64159254c749fc2c3ddc9033d524f9395

2013-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91e814f66f5561798902f767d64c4366b376a1d3]

        add a way to blacklist known bad OpenCL compilers
        
        the blacklisted compiler hangs while compiling the opencl-test kernels
        on the @38 tinderbox.
        
        Change-Id: Ice80253a5fbb66eef4bfb4a3efd881fc83c379b4

2013-11-17  Tor Lillqvist  <tml@collabora.com>  [3614d5546034eae34dd0cbf282e058e431ec7295]

        WaE: 'PATH_MAX' : macro redefinition
        
        Change-Id: I153e34d24493bbbebf37422fb6382969153506a8

2013-11-17  Tor Lillqvist  <tml@collabora.com>  [8b60382f524e1e8b19d5e17d3b7b901ec65526cd]

        Make the tiled rendering code compile for Android again
        
        I just ifdeffed out iOS-specific code, no actual Android-specific code
        added. And if at some stage we have need and resources to really make the
        tiled rendering stuff saner and cross-platform, a lot will change of course.
        
        Change-Id: If45d98f301413e26372c611f8ffecf229061174d

2013-11-17  Tor Lillqvist  <tml@collabora.com>  [f3a59f58900cbf9827260b8db57c9be8d92b5aa7]

        Make this compile for Android again
        
        Change-Id: I0b476873f76e6dd480868ec4d443718cab36cf24

2013-11-17  Andras Timar  <andras.timar@collabora.com>  [67a5bfb8d484e882aa6a5ecb6f889d702e6d153a]

        Updated core Project: translations  6655f2f0d0a0bc781fa6ed710e1141f7362e0697

2013-11-17  Andras Timar  <andras.timar@collabora.com>  [4c530d3d18727567d3c5ec3721dc46866b34d2e0]

        good-bye stringex, you served well
        
        It will be better to handle Android Impress Remote localization
        independent of the big LibreOffice source tree. Instead of
        stringex, we will use android2po, a 3rd party utility for conversion
        strings.xml <-> pot/po.
        
        Change-Id: I4eae53e4f8d94c55e5564d54c5e5c214bc9569d7

2013-11-17  Andras Timar  <andras.timar@collabora.com>  [5b328e8f28b131f4ee391c66b4ae58f8193a0050]

        script that checks for translatable="yes" attributes in .ui files
        
        Change-Id: I3c8ea5e0d8105964f1b0e5c8ace81fa08d8da8d3

2013-11-17  Andras Timar  <andras.timar@collabora.com>  [aecc0d723f707bc827643b361e6970be63445258]

        missing translatable="yes" attributes
        
        Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b

2013-11-17  Robinson Tryon  <qubit@runcibility.com>  [ee8b9849466e202c913baefaf81de0ed06cdab66]

        Updated core Project: translations  983b259ba97a5a8dd916700b6ce0b1c0ceece1b6
        
        Bugzilla Migration: Change bugs.freedesktop.org -> bugs.libreoffice.org
        
        Change-Id: I12591e20d81023693a53d334526176085d5f964b
        Reviewed-on: https://gerrit.libreoffice.org/6692
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-11-17  Andras Timar  <andras.timar@collabora.com>  [1ba111343eadfc9da58e229d0bc19222819229fd]

        bugs.freedesktop.org -> bugs.libreoffice.org
        
        Change-Id: I56c1190c93333636981acf2dd271515170a8a904

2013-11-17  Tor Lillqvist  <tml@collabora.com>  [62fd1cfb7eb64ac48d588b667e325c6d80528e33]

        WaE: unused variables
        
        Change-Id: I81cdd8d295e07d13b6013e1a64f7c7327f5c54c2

2013-11-17  Tor Lillqvist  <tml@collabora.com>  [51cf9b09542d795c40743e14fa009316286654b2]

        CppunitTest_sc_opencl_test doesn't crash on OS X
        
        Change-Id: I401115dc23306525917c968b753e70643ebe069d

2013-11-17  minwang  <min@multicorewareinc.com>  [1c8701f8b7b5fe287a0d9a1c433504f3f8f88ec3]

        GPU Calc: unit test cases for AND
        
        Turn NO_FALLBACK_TO_SWINTERP on  in formulagroupcl.cxx for test
        
        AMLOEXT-217 BUG
        
        Change-Id: I768e3b58e37d56c527f364aab54b88ecfe8c0907
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-17  minwang  <min@multicorewareinc.com>  [26c759b7dfcbceb295acbb1f895847bcc4dd6cce]

        GPU Calc: implemented for AND
        
        AMLOEXT-217 FIX
        
        Change-Id: I95454c6e390ddc856b9a08d1db5a7a696a3928aa
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-17  Joel Madero  <jmadero.dev@gmail.com>  [42463328f5803d7d34a3bb05fbe1e24cdc02dff8]

        fdo#71652 - change thousand separate description
        
        Minor change to the text found in thousand separator parameter use
        description to make it a bit clearer.
        
        Change-Id: Idfa83e04c123458913af0795c78ea4fae616e24c
        Reviewed-on: https://gerrit.libreoffice.org/6690
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-11-17  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [37c8301ad18c0fd0b61a587521e7ae40ceed0070]

        GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD query
        
        Use of this extension is not recommended even by AMD.
        See also:
        
        http://devgurus.amd.com/message/1300769#1300769
        
        for details.
        
        Change-Id: I05bf2903a79c83e1de3cdfe23c713b8a0e7d35f9

2013-11-16  yiming ju  <yiming@multicorewareinc.com>  [f7e6521efca5e5966a65e84848a1c35d71ba1a0b]

        GPU Calc: unit test cases for COVAR
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-86 BUG
        
        Change-Id: Ie35b4fe1efcdd21e8488ce560c30bd3fca6aa30c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  yiming ju  <yiming@multicorewareinc.com>  [e57f015669d1a50e23347915613adcb8b42ea564]

        GPU Calc: implemented COVAR
        
        AMLOEXT-86 FIX
        
        Change-Id: I2900d2b8d95412faf7c1b1591a2533327b95a1c2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [0590d20f59d22d01707456ee7afb7f28d7774499]

        GPU Calc: unit test cases for STDEVP
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-185 BUG
        
        Change-Id: Icfbc7ff33f9d6fb702353250d29c5166513ff960
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [68ef0136020091e0d868c8bd683c8be2adbffac3]

        GPU Calc: implemented STDEVP
        
        AMLOEXT-185 FIX
        
        Change-Id: I09eb45e19db9947a720e72312d5696ecdab67ef6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  yiming ju  <yiming@multicorewareinc.com>  [ee8ecaa0de377a7cb698c3e52d027778d315fb28]

        GPU Calc: unit test cases for SUMXMY2
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-204 BUG
        
        Change-Id: Ie9c124ecf8d88915e037c0f36f8e46c4e0e97801
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  yiming ju  <yiming@multicorewareinc.com>  [4fc3fbb2f761b500542dde37a7bc01b4cac109a7]

        GPU Calc: implemented SUMXMY2
        
        AMLOEXT-204 FIX
        
        Change-Id: Ibb3e61322a0468f1e77fc0e7176116765b53f540
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [43da861fe2feb9fc4976e67e7d29b971ddeb93ff]

        GPU Calc: unit test cases for TINV
        
        Turn NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-191 BUG
        
        Change-Id: Id77552084e755f100b61c7db7daaea7d79747a87
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [c3cc4e02c7a3a62010de8f11376193da68404635]

        GPU Calc: implemented TINV
        
        AMLOEXT-191 FIX
        
        Change-Id: Ieccfbb0b79d55b6630a9dd05bf3c738c42058b53
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [ecacefc06a19066881ec0997930f4aa62ed6e4a9]

        GPU Calc: temporarily disable parallel sum reduction
        
        Change-Id: I4995f08805ef23d88dc996a54688b5eed9595e3d

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [08c68cc138a17ee0c0031d0049a18898c926d4ba]

        GPU Calc: unit test cases for TDIST
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-190 BUG
        
        Change-Id: I7d48101f41c592e8c83bd82aa87767e188ce37da
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [a81e6fb33b3dca4cc50155a3d6fa7db3207e4579]

        GPU Calc: implemented TDIST
        
        AMLOEXT-190 FIX
        
        Change-Id: I9745d4e2b3b25640abfa5ee8165d1335fb52c6b6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [48e2405de783b61882b0a103df80c5f6b3be6dd9]

        GPU Calc: unit test cases for TTEST
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        AMLOEXT-189 BUG
        
        Change-Id: I159a9635cb53d962fb16d82ccc2d13c2c4dc41e3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  shiming zhang  <shiming@multicorewareinc.com>  [ebd3c6c946f08ebe73785192d4e0a504717e49e5]

        GPU Calc: implemented TTEST
        
        AMLOEXT-189 FIX
        
        Change-Id: I15a640a9953fa4aef2176fd31242e21ad335abb4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  hongyu zhong  <hongyu@multicorewareinc.com>  [811c671c7ff3229dab1ed9ae81fa9723c603fa80]

        GPU Calc: implemented BETAINV
        
        AMLOEXT-201 FIX
        
        Change-Id: I68a7277b7353ed5a6f4d2ea8d1a4f7fb894bf487
        Signed-off-by: haochen <haochen@multicorewareinc.com>

2013-11-16  hongyu zhong  <hongyu@multicorewareinc.com>  [95b610968c8cc3d44609f5d766276138b7048843]

        GPU Calc: unit test cases for BETAINV
        
        Turn  NO_FALLBACK_TO_SWINTERP on in  formulagroupcl.cxx for test
        
        resolve compile warning in opbase.cxx
        
        AMLOEXT-201 BUG
        
        Change-Id: I82917b13c43c1bcaa01928b89210c8eb7495a167
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [886c5551396d07e8372c9b90562487d1dc69e9b9]

        GPU Calc: pass the right argument size for reduction kernels in SumIfs
        
        Change-Id: Ib8fab8eacddbeb37795ad45f026559bdde0d43f7

2013-11-16  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [0adea894d6d55ead0ff58c76ce142f5d4e1014a4]

        GPU Calc: fix regression on non-AMD GPUs
        
        Change-Id: Ie9ae42fc8111e1f11acab5c67a4932edd7031619

2013-11-17  Takeshi Abe  <tabe@fixedpoint.jp>  [11077cb75d0dcf1ebb25b12358776fde45a78eb4]

        undefining inline is just confusing
        
        Change-Id: I70b973a88944603077a06632c801e8211f9efbd9

2013-11-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5c6bbe6a23b6b746dcbb20de1360b4745b1e4679]

        sal_Bool to bool
        
        Change-Id: I0b01f904f78ec1a3d1aebd2af2ae8f55588a504f

2013-11-16  David Tardon  <dtardon@redhat.com>  [c7bedbf124b4c903249ea78ba1f819e1e58d38f7]

        upload new libe-book
        
        Force it as minimum version for system, as 0.0.1 is not usable
        out-of-the-box.
        
        Change-Id: Ic3205cf717b476f4f04777fc57032c0197bfbd84

2013-11-16  David Tardon  <dtardon@redhat.com>  [5b652a24e3b3e03fc1380257711b9ed7b0ecc8c7]

        fix build with --enable-eot
        
        Change-Id: Ia4e5f3d5a47ff88e318d930261efdc90e08cde50

2013-11-16  Jesús Corrius  <jcorrius@gmail.com>  [d83e581fb5074c575e942115b6930b00a81b21dd]

        Fix for VS 2013 compilation
        
        I don´t know why it doesn´t work anymore, but the fix is trivial
        may be related of using the Windows 8.0 SDK.
        
        Change-Id: Ia09109b53d4f022a732ea781c98ddd4eb0c721d9

2013-11-16  Julien Nabet  <serval2412@yahoo.fr>  [49ca17de76ba4a6396b9207a82d460cbae7c6d53]

        cppcheck: reduce scope
        
        Change-Id: Ifa54cc132f0c6591c57639f85e789b08a60b7f4b

2013-11-16  David Tardon  <dtardon@redhat.com>  [37915c87aa64e850a9803b72bc1dcf939ae8f1e6]

        avoid gbuild warning
        
        Change-Id: Idd034e3978c602e1e3dfcff5c1f3973c9dc5b6a9

2013-11-16  Julien Nabet  <serval2412@yahoo.fr>  [239c7020738717e4f1bcec6a29283aeae7796005]

        Remove special characters + some ascii art
        
        Change-Id: Idddc1de6af624dd815f8f148912438e6f6dc43ae

2013-11-16  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [06d2d3290acb5dd3200481b85baf7c5718ea177c]

        fdo#35712 Correct update of equation in status bar
        
        Change-Id: I6db5628bbad337f70e3a39a4c65afbd0f6c30a9d
        Reviewed-on: https://gerrit.libreoffice.org/6658
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>

2013-11-16  David Tardon  <dtardon@redhat.com>  [40b2a899d5bcba98be371a93c635d04d36ff2c2b]

        fail if avahi is not found
        
        If I configure with --enable-avahi, presumably I want the code to be
        built with avahi support...

2013-11-16  Tor Lillqvist  <tml@collabora.com>  [b1ab93642d770e35a3bf4ba4b41c17dd27382eb5]

        Fix up help message for --enable-64-bit
        
        Change-Id: Ie3646a1af8663683535642e42118cd39c349a94c

2013-11-16  Tor Lillqvist  <tml@collabora.com>  [9127dede48fdcccad2232fa7bdff781c6b033d8b]

        Fix up help message for --enable-lto
        
        Change-Id: I8f81c37df4751bc6cafc31e1624197477701569b

2013-11-16  Julien Nabet  <serval2412@yahoo.fr>  [4ea65db333422e58b8af1e4d5faff0849d856c37]

        cppcheck: Array index is used before limits check
        
        Change-Id: I30154dd9504b70dc3212af3ac1d88dfc9a9d8396

2013-11-16  Julien Nabet  <serval2412@yahoo.fr>  [f2884fd3765e6e527d12543070c1a882052657df]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I453118a27de9484f318f8988a41cda1e809db1a7

2013-11-16  Julien Nabet  <serval2412@yahoo.fr>  [fce8058a30b900c1c49498eaa3b22e2784e2eb61]

        cppcheck: some cleaning + use CHECK_OPENCL
        
        Change-Id: I94d55c196f8bee8d770889015aaa43899183ca9a

2013-11-16  Tor Lillqvist  <tml@collabora.com>  [18f9424ed77c27411f73dfad2be8e3b4ad97001f]

        Turn on LTO for MSVC when optimising unless told not to
        
        Change-Id: Ifdb04238d02ff504bd517508851e93211d748b7d
        Reviewed-on: https://gerrit.libreoffice.org/6652
        Reviewed-by: Jesús Corrius <jcorrius@gmail.com>
        Tested-by: Jesús Corrius <jcorrius@gmail.com>

2013-11-15  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [9ab89a7599f79092027ae86b5b4cd0e3d67b8b4d]

        GPU Calc: an attempt to fix compilation error on Darwin
        
        Change-Id: I282ef4732f72d76baf647bb039847e8d7b3fd562

2013-11-16  Kurosawa Takeshi  <taken.spc@gmail.com>  [be7c599a125df6946c1b5a1233cda27740081273]

        fdo#33243 Fix SVG export presentation placeholder texts exported
        
        Change-Id: I3eea9989128635616bc154466f169aed201bb5dc

2013-11-15  Wei Wei  <weiwei@multicorewareinc.com>  [1e3bc2925c0ec1b03d6ae7cf3f281b0df3ec88d3]

        GPU Calc: implemented parallel reduction for SUMIFS
        
        For now only works for fixed and sliding fixed-sized windows.
        
        Change-Id: I25e3f893a86d0e1723ae1e1633ffeeee93926b8d
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [501bc66c780ab8fde801eeedc1f7c89762050713]

        GPU Calc: use parallel reduction to implement sum
        
        Use reduction kernel when given a large DoubleVectorRef
        
        Change-Id: Ifd4977b81be64274733909e43f0e5ef161bb455e
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-16  Eike Rathke  <erack@redhat.com>  [43cab408cdc9e3489113790d0990e50ca40f0adc]

        made horizontal cell alignment depend on writing direction, fdo#63546
        
        If not left or right aligned or centered, the horizontal cell alignment
        depends on context, whether cell starts with an RTL character, is a
        numeric value, writing direction set at cell or sheet writing direction.
        Do this for drawing the cell text so switching writing direction for a
        cell or on sheet level actually works.
        
        Change-Id: Ic03f432acbff35008305c90787a649fcae7320f8

2013-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [6f7df889f4f280d482a9c94a9f398d8531372ee5]

        CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro naming
        
        Change-Id: I4dfcdc851fce49de25b3bd21f733f819a3d02eb3

2013-11-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [2e6a17ac88e89d4db8491605ac4dd6ea249b5d01]

        Use Q_* macros.
        
        This way we won't conflict with boosts signals and slots.
        
        Change-Id: Ia92b283a5b47b7bc8c2bec2c6be664c9b7f1bed8
        Reviewed-on: https://gerrit.libreoffice.org/6682
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-11-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [c5b7cc9598f4a9a5c7c42c1ccd06765dc17b4c24]

        Add Python 3 compatibility to GDB pretty printers.
        
        GDB on *buntu is linked against Python 3.3, which has many
        incompatibilities to Python 2, resulting in broken code.
        
        This patch uses the Python six library as a compatibility layer.
        
        Change-Id: Icb4cc54a1d05afb119376bb5e1430c91cb794d08
        Reviewed-on: https://gerrit.libreoffice.org/6688
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-15  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [46dbc13169a9b97d3f8ac310ac35d5f51eea7de6]

        GPU Calc: revert back to OpenCL fmin and fmax
        
        When generating code for MIN and MAX an integer version (min/max) isn't
        correct.
        
        Change-Id: I4bf1e774e37e0ce30924178f022156e0e43f4c06

2013-11-15  Jan-Marek Glogowski  <glogow@fbihome.de>  [118d63cd5214c47540e9b78b8f15dabacdf7114f]

        Import Python six v1.4.1.
        
        Python six just consists of a single Python file, so this includes
        the file as a convenience.
        
        Change-Id: I98ed50fba657013f5f3f12a4d13b3ba5558bfa2e
        Reviewed-on: https://gerrit.libreoffice.org/6687
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-15  Andras Timar  <andras.timar@collabora.com>  [f64ef0b43a5cd97657cffa2cfb415d523d55095c]

        qtz handling in ulfex
        
        If we don't want to use qtz codes in .ulf files, then why
        do we write out qtz language with en-US content?
        In fact this patch would not be necessary, if I didn't find
        a build breaker bug, somehow sNewText was empty for certain
        strings, and the sNewText.copy(sNewText.indexOf('|') + 2)
        failed.
        
        Change-Id: Idf377e61391eb08ecb692a7c404d190659b97575

2013-11-15  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [ec6d0deca7e2fcde1f461e093b51bd101fe1eba9]

        GPU Calc: fix compilation error in using sprintf
        
        Change-Id: Iea316f3355a9105702391aa7b76268cdfc8831ef

2013-11-15  yiming ju  <yiming@multicorewareinc.com>  [a1e6bbbdaabcf37d8d8dfd89f6372e9521f36a22]

        GPU Calc: unit test cases for SUMX2PY2
        
        Need macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-200 BUG
        
        Change-Id: I2eb1c8b30989391d683400eef89b4543edd69f1e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yiming ju  <yiming@multicorewareinc.com>  [2e348a2e37c702273416816122c49da90ad3bb65]

        GPU Calc: implemented SUMX2PY2
        
        AMLOEXT-200 FIX
        
        Change-Id: I61ec2c11db0bd9bce4a0b32cf266ab39d5439a08
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yiming ju  <yiming@multicorewareinc.com>  [67e2b033b1ba0938f294e853b98ce748e0fb1fa5]

        GPU Calc: unit test cases for SUMX2MY2
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-198 BUG
        
        Change-Id: I8d3817c990b07310be31b3246af1b58b960c62d1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yiming ju  <yiming@multicorewareinc.com>  [d470a9f978198812466832acf81ff0128c856da3]

        GPU Calc: implemented SUMX2MY2
        
        AMLOEXT-198 FIX
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        
        Change-Id: I81f4ff0d2b11527934b2bdefba5664be6491e84a

2013-11-15  mingli  <mingli@multicorewareinc.com>  [0b199159169d02dfa31df271932e02404de94899]

        GPU Calc: unit test cases for HYPGEOMDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-199 BUG
        
        Change-Id: Ibad56aaa79c705e39b0ccad7a6b72955feeb4b4c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  mingli  <mingli@multicorewareinc.com>  [2354714c542666d96d080e28ea293db016aaad58]

        GPU Calc: implemented for HYPGEOMDIST
        
        AMLOEXT-199 FIX
        
        Change-Id: I2f621a4f9e0659d1f0be8b9a0bb9c32352b47c2e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  dechuang  <dechuang@multicorewareinc.com>  [66ded6ba639ed8f14015db88367c6451ac54eece]

        GPU Calc: unit test cases for PRODUCT
        
        Need macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-193 BUG
        
        Change-Id: I7d866bebf2bd3d01a8ea0643561f918581af2c93
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  dechuang  <dechuang@multicorewareinc.com>  [1de904adc62c7d6cd29ecf248dbe941a51e09646]

        GPU Calc: implemented PRODUCT
        
        AMLOEXT-193 FIX
        
        Change-Id: Iaa1ca2f02e44621c8acbb07f74a059a9280f489d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  dechuang  <dechuang@multicorewareinc.com>  [8bf3864069cf67ae97299c4e0e042b922a45a989]

        GPU Calc: unit test cases for CONVERT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-175 BUG
        
        Change-Id: If490d33b86b249f4f88cfec1d82131b9967942d1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  dechuang  <dechuang@multicorewareinc.com>  [ba6584719fb8b1b1fe60ca96fd59db318ae01c80]

        GPU Calc: implemented for CONVERT
        
        AMLOEXT-175 FIX
        
        Change-Id: I5f559444019534ce62a056fe16c5880901158b61
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [1c6127e1307fdf4f699c852373797cebb051a125]

        GPU Calc: unit test cases for RAND
        
        Need to enable macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-197 BUG
        
        Change-Id: Iadf1d77fcef120e1b4a84ba3b08150297cf46608
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [70eadc4eaa4e6b05388cca1bb9f273df097272d4]

        GPU Calc: implemented RAND
        
        AMLOEXT-197 FIX
        
        Change-Id: Idf99d66217516aa2f57801a94b2e38d0409d4262
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [76a4dd60c5ce938508e4f44d8473aa0c3a0c58ed]

        GPU Calc: unit test cases for PI
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-196 BUG
        
        Change-Id: Ia60cb2739ea6485e31c4f81b7813798ba97a99f9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [0115152dacd10bc4029c585f6fe55bb7695f04ab]

        GPU Calc: implemented PI
        
        AMLOEXT-196 FIX
        
        Change-Id: Ic9328d4cc7650bb2270e8b77969502bd3f4f49ba
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [9d98f56d956cb08e67c15a8d75ef1e5df4588ba5]

        GPU Calc: unit test cases for ZTEST
        
        Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-188 BUG
        
        Change-Id: I79cdfdd7f73cc3283bfa1cdabc00173422c953b4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [906e1c9af7af41122034e36406622d9db7d68502]

        GPU Calc: implemented ZTEST
        
        AMLOEXT-188 FIX
        
        Change-Id: Ib1dc158d13cf80dbb23621d0fce33f10d1baba2a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [a9283028c255c8d76734f20269eb5aae01cb6a6d]

        GPU Calc: unit test cases for STEYX
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-187 BUG
        
        Change-Id: I23f774839d5105ebe729a1cd7df98ef22caa4b70
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [7e96f4aa0b819d9e60221ece2a44eb7dc44b2b7e]

        GPU Calc: implemented STEYX
        
        AMLOEXT-187 FIX
        
        Change-Id: Ia7895ec2cbd89ce0f089fd0a35084921e224d8f0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [0d57113267b5cc18632c7ea0e1c1ea4e446a8af2]

        GPU Calc: unit test cases for SLOPE
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-186 BUG
        
        Change-Id: I802de8aa311887ac63fc76fe4e9441678d79e5fb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [cfbdb1e40030c58f7674cb293b8984d1d129a2cb]

        GPU Calc: implemented SLOPE
        
        AMLOEXT-186 FIX
        
        Change-Id: Iff85c08948adf75e6e4d443906b601219155ba80
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [5d02ff1e4534f201772c467b60f71903894a431b]

        GPU Calc: unit test cases for STDEV
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-184 BUG
        
        Change-Id: I0b31255ef182c61f53b4670538b7db029ed83cd8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [cc666857d603cd4be97489339dea1fc4b9dd3554]

        GPU Calc: implemented STDEV
        
        AMLOEXT-184 FIX
        
        Change-Id: I98f620073329cf6670cb53af2b1af01154a16af2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  xinjiang  <xinjiang@multicorewareinc.com>  [8eeac26f3ef1e30357e53d75ba41a2eade47e524]

        GPU Calc: unit test cases for DEVSQ
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-89 BUG
        
        Change-Id: I2ed2d697e9906df476271185b3ca2a2471ab3c2c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  xinjiang  <xinjiang@multicorewareinc.com>  [6f6f873760647124d37e330134fb56e1ca93d6df]

        GPU Calc: implemented DEVSQ
        
        AMLOEXT-89 FIX
        
        Change-Id: Iac11963564f3bbcde6ecfe5091457adcb5255a92
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yangzhang  <yangzhang@multicorewareinc.com>  [d8f284c2bb4a9843aab88ea7f7f0f468962f67cd]

        GPU Calc: unit test cases for COMBIN
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-194 BUG
        
        Change-Id: I7389daf865559dd6ec0908889d1c1d6703d8e9a0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yangzhang  <yangzhang@multicorewareinc.com>  [edefa3bd32fd5480c4997379254fba2d5b93ce17]

        GPU Calc: implemented COMBIN
        
        AMLOEXT-194 FIX
        
        Change-Id: Ib187929576084f2c01ef304bba583024a4d6148d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yangzhang  <yangzhang@multicorewareinc.com>  [2a18dc332689f5d02e6d178493cb0c07a8bb7861]

        GPU Calc: unit test cases for CEIL
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-181 BUG
        
        Change-Id: I5ace7bedd8b99705b30b23aedc8a8e2075fc51c6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  yangzhang  <yangzhang@multicorewareinc.com>  [61c3a61baa2054f2962b922614f0098a203c33a3]

        GPU Calc: implemented CEIL
        
        AMLOEXT-181 FIX
        
        Change-Id: I3ee0eb38e071ec0b0224fc73a47cdd0408b345d4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [5fd9b52dd48d932ce652c9ef1084e033ea755493]

        GPU Calc: unit test cases for VARP
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-183 BUG
        
        Change-Id: I230d2a0ee9ee5286cb631f7401a42438f51e67d7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  shiming zhang  <shiming@multicorewareinc.com>  [31cc96c55160786d1af7bedcc0d010f954610b58]

        GPU Calc: implemented VARP
        
        AMLOEXT-183 FIX
        
        Change-Id: I65a26ecdac93e741a6fcaf40a9f135ac1758d875
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  hongyu zhong  <hongyu@multicorewareinc.com>  [a30a12b1cc81441a7e490465ec5ad4ab070a661d]

        GPU Calc: unit test cases for BINOMDIST
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-192 BUG
        
        Change-Id: If6fad4b811f46f88895c6c841cc9754244968728
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  hongyu zhong  <hongyu@multicorewareinc.com>  [9d45000281e10b724f3a88ca95ee2c68c09bd736]

        GPU Calc: implemented BINOMDIST
        
        AMLOEXT-192 FIX
        
        Change-Id: I36d95c4b68aa8b7bba12a9db0a363a68c56ddb19
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [758dc9e3051514ff5d5441ac2ebe782a57533a7c]

        CppunitTest_sw_htmlexport: check for nullptr
        
        I couldn't reproduce this one, but JBFaure says on IRC it helps in his
        case.
        
        Change-Id: Ib0a22996bdfc758326c4910b5b652f0772c08912

2013-11-15  sushil_shinde  <sushil.shinde@synerzip.com>  [b8a4abdda4e6a95535992c26a906226ede7f050a]

        [docx] activeX reference files (.bin) saved in InteropGrabBag and exported.
        
          The XInputStream for activeX.bin files is stored as the PropertyValue
          "OOXActiveXBin" into the "InteropGraBag"
        
          Added mxActiveXBinList object which holds XInputStreams for each
          activeX.bin from activeX folder.
        
          Added .bin files entry to respective acivex.xml's .rels file.
        
          Added Unit Test to test all .bin files are stores properly.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6679
        
        Change-Id: I3a0e9462a6cc53d8cbb9c7d59ed24631d77d4d30

2013-11-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [9fbdb2b8a71e195ac2aa68740e66e84316b08ed7]

        Fixed for spacing between lines in table is getting preserve.
        
        Problem Description:
        In "w:spacing" value of "w:line" attribute value in table is not getting is preserved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6678
        
        Change-Id: I2b0284a22da3a828c81876960f488049be4f8681

2013-11-15  PriyankaGaikwad  <priyanka.gaikwad@synerzip.com>  [b00c73f9338a1bc0d4698f14383c4a5f9dbd78b6]

        Fixed for spacing between lines having lineRule "auto" is getting preserved
        
        Problem Desciption:
        In "w:spacing" value of "w:lineRule" attribute value is not getting is preserved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6675
        
        Change-Id: Ie9c99864bd5a198af94c1d251666bcb3427d955a

2013-11-15  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [5cdd6d28d10d815c046b65db48847558259a1d1a]

        LibreOffice Corrupts DOCX files containing Footnotes after Roundtrip
        
        	Issue :
        	1] Extra data was getting written into document.xml after
                   </w:document>
           	   This includes :
           		1) <sectPr> tag
           		2) Paragraph tag of <w:footnote w:id="2"> from
                           footnotes.xml
        	2] This is leading to document corruption
        
        	Implementation :
        	1] Enabled a flag inside DocxAttributeOutput::FootnotesEndnotes
        	2] Check value of flag to decide whehter to write section
                   properties or not
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        	sw/source/filter/ww8/docxattributeoutput.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6644
        
        Change-Id: Iae53fd6bf12bcbac84846bd36823bc08f21f9edf

2013-11-15  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [85ff539bb1b6fa90c16f80e44df5df0962521f72]

        Added Unit test for PNG Crop image in Export.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6677
        
        Change-Id: I766460915775791388850691b3b940fe32190052

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [93a23d1148381871c4ed15117c9e24cb3780b9f5]

        No __weak__ in Win32
        
        Change-Id: I3bd5e3787d0f47cfef667734211cdf8c0fd606a7

2013-11-15  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [09d381adbfba893331a07918c9ec9b3c58939dfb]

        Save Image-Crop information for GIF in docx
        
        Issue:-
            1] When MS Office docx file containing cropped image is
               round tripped with LibreOffice 4.2, image looses
               its cropping effect.
        Implementation:-
            1] Converted MAP unit, MAP_PIXEL to MAP_100TH_MM using
               PixelToLogic function.
               As for calculating EMU values for XML, we need
               Original Height and Width of an image in
               100thMM(HMM) format.
            2] Written Export Unit Test (GIF) to verify cropping parameters.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6595
        
        Change-Id: I54d7b08c96608a0cfca3c2f8833684c09848351c

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [4837353ed445fb0b89398a7f2ae2b6cde3dea347]

        WaE: C4190 for extern "C" functions returning C++ type
        
        Change-Id: Ic1ac345781782bc4333ae2634f8f819914a0ca6e

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [306a39ec0d2cde09d7e75e726ce47622939733d7]

        Resolves: fdo#62461 put preferred image first
        
        with fallback after.
        
        "Each child element of a frame is a different representation of the same
        content. The order of content elements reflects the document author's
        preference for rendering, with the first child element being preferred. That
        means that consumers should render the first child element that they support. A
        frame may contain multiple content elements, but shall contain at least one
        content element."
        
        Change-Id: If50062cad58f5b8561ad6bd8dc1a06956d2f444b

2013-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [9db943c50519b2a36f3eb144fda7f08abe13bdb2]

        DOCX export: fixes for para auto spacing roundtrip
        
        - m_bParaBeforeAutoSpacing / m_bParaBeforeAutoSpacing was never set to false
        - m_iParaBeforeSpacing / m_iParaAfterSpacing was uninitialized
        
        Change-Id: I5c8ebd8e4f4c151059916397bc45e0c0ebcf5040

2013-11-15  Nikhil Walvekar  <nikhil.walvekar@synerzip.com>  [68e538ea6d6b2308de7c9390116fa06cd8c02d18]

        Resolved: Preservation of para before and after auto spacing.
        
        During import a flag and fixed value is stored in InteropGrabBag and
        during export we check for fixed value and value available in para spacing
        object. Write autospacing only if para spacing values are not modified during
        edit.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6575
        
        Change-Id: If34c5b61c3180b01e68dfe83862784c3d6f33981

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [b2a94ccdf91c9ea41fbde13ebfb5031ae76bc102]

        Tiled rendering: Move the common code to the right place - PaintTile().
        
        Change-Id: Id0502c4e0dd48dce8d1a239b5d156ff290314954

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [c9705f000086439b444e448d3c0e84b6dab1a522]

        Tiled rendering: Make the tiled rendering work together with normal render.
        
        Not an ideal solution, but cleaning up the amount of output devices we have
        around would take me quite some time, and would be not too safe just before
        the feature freeze, so let's live with mbTiledRendering flag for now.
        
        Change-Id: I93616df18c790d8ce1251194b0c8b09442f5a265

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [8b9246b98aac039b8dbc4fb9e78efdb3bc3e9420]

        Update the code snippet for tile rendering to be like in touch_lo_draw_tile()
        
        Unfortunately the tiledrendering test program doesn't seem to work as expected
        any more, though. (Not before this commit, not after.)
        
        Obviously the common code needs to be factored out. Later.
        
        Change-Id: Ia33d065467eb5a287a06bf337e20b4a9a34ce561

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [fd530527fbe14a6e41c3c2d1c8788e98068ff1bb]

        release BitmapReadAccess after use to fix 1 mb per render mem leak
        
        Change-Id: I4d9a580132eb9a8d618c1165f962b47be4e80695

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [5b0ff56e125771cb3e19a2823316518c577f7a1b]

        releasing the CGDataProvider to prevent possible memory leaks
        
        Change-Id: Ib64f457bd9cc185e979b1a3e9f07fdba93da88d7

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [865433b3480fd0c655186f9731d41822a6ddab3f]

        measuring the time it takes to render a tile
        
        Change-Id: I37db170af0e507c99d571b94ff78a1987944290e

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [98adbf2d80cf998f7b3825fa4d685de6f25be352]

        removed use of envvars in touch_lo_draw_tile
        
        Change-Id: Id9ee6e616fe417023d0ce011263659056e80a5a2

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [e56b0c0f248ae779a0abd9e1d5aa7f7420a03f64]

        Adjust parameter defaults to give pleasant result
        
        Change-Id: Ifee900344547ef25b2041d25c13fcbc50428485e

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [ad74354c92787cc35eff9aa7d72d447676cb01ac]

        Do use scaling after all
        
        It is needed because we want to be able to render different zoom
        levels of tiles of course.
        
        But invert the scale from how it was previously. Increasing what is
        here called "tile size" (i.e. the size in document coordinates of the
        rectangle to be rendered) should mean the rendered text gets smaller,
        not larger. Also, use the same units (twips) in numerator and
        denominator.
        
        Change-Id: I461f887461247777af1a9402de112d42c8423293

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [59397c96585d1fb9828808a63ceabc746b42fc63]

        Call MakeVisible() to "scroll" the requested area into view if necessary
        
        Change-Id: I72673d0529261239600eaf9f480f62c3d3dc85fd

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [294c3e7c20d8cc4381cf36c0769cb447217426d6]

        Make the use of tileWidth/Height in the call to PaintTile() optional
        
        It seems to work better to use contextWidth/Height here, too,
        converted to logical units. The code apparently will never render more
        than what has been passed earlier to SetOutputSizePixel() anyway. Or
        something.
        
        Change-Id: I69ff4f3c9a61391882e5d530140903786bb4a16b

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [19fb3b39984ebe1665e42cc14bd1b0f5c3659c03]

        Keep tile top-left corner fixed, don't center it
        
        Makes it easier to see what happens when the parameters are tweaked.
        
        Change-Id: Ia69c0de74ccf3fcc8a5095a7cc62c6b4185cf9d6

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [69f4c14fb9a192a3424b917e7a280abb1a00c075]

        Make the scaling with the "tile/context" ratio optional, too
        
        It just confuses things, for me at least... It's enough to keep the
        scaling from our "decitwips" to twips to pixels in your head.
        
        I am now finally starting to understand what is going on;)
        
        Change-Id: I0dca2722105914de41d1ce017410cb5a05cf32c4

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [df029acfb24e56fbadfcc383f3bb98f949bfbb2a]

        Use SAL_INFO() instead of commented-out SAL_DEBUG() for now
        
        Less hassle when committing, as even a commented-out SAL_DEBUG()
        triggers the commit hook to complain.
        
        Change-Id: I8cab87f204622624602fde3543630f073a558069

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [84e0a5a56fcc7812577caa5dfb3ca5bb3b6ed547]

        It seems that calling SetSwVisArea() has no effect
        
        Make it optional at run-time (for now while testing) with an
        environment variable.
        
        Change-Id: I2ba1673fc51e91d0943148a0bf41351c87f272e5

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [781e4edac5d7d2279a4d31d71a8b6b5218fb259c]

        Tweak default values of tunables and use larger default step size
        
        It is more interesting to get smaller text in the initial tile. Also,
        make the tile fit on the screen of an iPad.
        
        Change-Id: Ibe4e7f055ec2782a4fd96a3ae585d4630449f0ee

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [df9e43c61d018d373786d09b5baf65b1a7457c08]

        Reduce NSLog verbiage a bit
        
        Change-Id: I362acb92da88f9e348b33414cdc31cd83bfe1eac

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [360f741d685835002ca89bcab97d1fa63376bfdd]

        fix less than 1 step limit
        
        Change-Id: Ic5fd714ff975b6e5afbe7ff78f3fc1da398a658d

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [541d9ac222929a4c687dfee259e2dc2e07497c77]

        changed testing app UI to be more clear what it does
        
        Change-Id: I5307478fc47f0810cae24c72ce509ac6a409bf1b

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [2ccb8de590dc7c6c8b0ec2d0ea02d85050859a82]

        added linking of width and height
        
        Change-Id: I2282fcfffed5c17eb1798d3198d6f04dc27208e9

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [f3694fc39f8c16f31bb41a59120d3ac0254b14fa]

        in progress of linkinh width and height
        
        Change-Id: I2d7f5a7bd41b8d2c4a62d199abb81afc466fc2ce

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [251e5534b183a1329ddb5464f12eccc151a65bcc]

        Saving the graphics state around touch_lo_draw_tile() seems unnecessary
        
        Change-Id: Ic1a6cf64fb05810eccc91d0095c9ced54d3d9fe1

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [3e4102f0fc7f027c54f974b774b672772cbf66ab]

        No Y flip needed here
        
        Change-Id: I2518a6151050edee8796a77633097fdd11202647

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [91e4e3338aaaba31e5e6d358d0644d9a1e785c97]

        Pass tilePosX/Y also to PaintTile()
        
        Change-Id: I85360889bf723fa8b603dfbe7a6f99d99c70c72f

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [1974d99b60a235f39a868347438b4fc5a17db741]

        UISteppers now go down as well
        
        Change-Id: I06e1b7fec490ec373a9775915d6dc2c30ce805f1

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [427c55bbc1e16f5aaf74dca67c1ea6436f1032a1]

        removed DPX RIP (0,0) coords shift. played with rendering parameters
        
        Change-Id: Ib2a3b017aa59bc1a8408b42f101fd041270494aa

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [5c6aa9ae862d2483355613b8c2e3e33d61140068]

        tiledrendering new stepper ui for tor
        
        Change-Id: I3d4586c84adfa9f0416a043230c6227bda98d9dd

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [e8c7e2b06188cb59261b1bff46b91a88784fa176]

        Handle also FORMAT_THIRTYTWO_BIT_TC_MASK_BGRA
        
        It seems to be used to draw something related to rulers, which we of
        course don't show at all, but apparently they get initialised anyway.
        So, to avoid a warning, handle this format, too. (As such, I am not
        sure if I handle BGRA the right way, but there is no way to check as
        nothing works properly in this branch at the moment anyway.)
        
        Change-Id: I6a7444872f90a34e1e568769a595443c45aa6722

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [5440d47c9cc0ee41ac039809126a6cf215d7ca73]

        Use actual executable path in the fake argv
        
        Not that I think it is needed for anything useful, but better to be
        correct than to use the leftover "Viewer" name.
        
        Change-Id: I0878d39abf99c9d07807aa6854bfdcf12bc81ab8

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [2d8a9811920e572de9dfb28b2e0164dfcb768ddb]

        Add the vcl/coretext source files
        
        Change-Id: Ifa700d0dc9a5545254a4c04284dd3c3ad46f92cb

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [7d92c0db2bc4f3a873407de9f829906bf6861dad]

        Add more source files for convenience
        
        Change-Id: Ie605c8068a62480e360c13f08eea785d54c57f42

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [2a7ccf0c0a89438891bbe067e1772d5c093868b6]

        added units MLODpxes and MLORips
        
        Change-Id: Ica09fbd0f6a822f464df302dba4cf40d1d089697

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [50db10cac34203040abf7d04eae2f9f8dc0d3ed7]

        Fix copypasta
        
        Change-Id: Ib5e7162426ab08a1912a19d4e3a00c794e4fb80e

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [3e5dd1e72d3f1daa87cc1d786ba3abee54ebce33]

        Add a bunch of LO source files, not in any target, for convenience
        
        Change-Id: I06eefc339b9b2fead6c80979b86d30975875fa51

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [59e1b64cc1e256cc3bf3a5ce2361263babf1431b]

        touch_lo_get_content_size() returns CGSize now
        
        Change-Id: Ib90c37c002192cfbed16d63f212212afbfb0eb6b

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [814ca0766e52d60d21abe76a4a24e9b46a721689]

        ready for integration with CATiledLayer
        
        Change-Id: I50f519a37036ed3d17f73c80b33f4a9c4c19cb52

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [6b6088fa9cfe6f81107e4aed80f18dfdf3f664f0]

        1st implementation of touch_lo_get_content_size
        
        Change-Id: I8b72c4366b502a71f2ed3bf917296c9553364d83

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [8d56ce8927ae6f6407b7ab13be31d790d4f511a4]

        refactored mlo_uno to be in lo C++ conventions
        
        Change-Id: I908902e6b9224b90c196a7f39b573e07b4928250

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [2c27c563efcdace98e37da1dbc4824df7267ceaa]

        created a long long unit for MLOContentSize
        
        Change-Id: I41910058088161119d3cae8ca625d456652d890f

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [745517c12eaf032580fccb06c37da186ba6487d1]

        Need to acquire SolarMutex while using a VirtualDevice
        
        Change-Id: I1f3b86a45bb26d07a0b738c7c2b264dc4a4013c8

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [46f2b5388c1d7d1de3aa86054f28d2555634a8d9]

        changed to CGSize
        
        Change-Id: Ic84fcadf4332210693586825cdd8e32ef0f2a727

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [53001c774adbe2da8a4cb536a026a6f4cd4d8674]

        added the touch_lo_get_content_size to touch.h
        
        Change-Id: I53287cbc84f99b56f575479860c3e8f890c49a35

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [641d79b388c26390a6b17d57ecf992458c2a9223]

        added Size touch_lo_get_content_size()
        
        Change-Id: I0874f511e217713ba695e55d07133378a33fced9

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [486106308116b6c7cfae206cdd122acf825c65c6]

        for tor
        
        Change-Id: I1565450c763e4f0bf1a724978b5550163d627482

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [3ea4d26865c645fa76ea77bb94f084b2a435e20a]

        in progress tile rendering
        
        Change-Id: Ie49fc47700287c3c21f234e3fece2b3afd272d24

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [896f76f5e1ef8d74a9bc4ee5810fdced7f359714]

        iOS uses virtual device too
        
        Change-Id: I468b41268f97af444974e05bc38fa5ca975a9d31

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [2c4d552eb7230180aabab4a1aa2cf3b283d87163]

        Tiled rendering: This is wrong approach, kill it.
        
        Change-Id: Ie674d19ae95b9e3c58d739d8cde1543124d1bd1b

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [bd7d704025d78c4a448c555b6e7735f4ad02bf27]

        Tiled rendering: Use VirtualDevice, and set the MapMode correctly.
        
        Change-Id: I79394beff70e5f1db3ec2e6995c9a8fd666d00a5

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [5c31a30f84edc432a85961aff948fcb07fa1e05d]

        Tiled rendering: Update the adjustments in the test app .ui.
        
        Change-Id: Ia791111bfeda1ba5c4044f75257e08ec4cce54b4

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [c94b0281c3fafa51bab30396524eabbf4beb90f7]

        Tiled rendering: Better way to get the values in the test app.
        
        Change-Id: I8c4b1cc1d6db3b6572bcf6d80e07567f667e975e

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [ee7f141fb68c4404bdc31c389538d1ee72f2484e]

        now iOS draws something (upside down)
        
        Change-Id: Ibf04322d34605fce30b2fa477de98a3e2ff9c2d1

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [f2c3fcc3bcf5e2f3264cd37b721f7fbfa0fae3a8]

        Tiled rendering: Very crude way to "show something".
        
        We are reusing the ViewShell's output device; instead we should provide an
        own, and draw to that one - to be continued...
        
        Change-Id: I4ed1bffbbcedeefa955db1d59eb4b252f4a25a64

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [637e8970cfe56d53b5d1da40b31246414e54c759]

        now showing blank tile
        
        Change-Id: I76cbf205e19ffff83bea1ebae28f5172b2fbc250

2013-11-15  Ptyl Dragon  <ptyl@cloudon.com>  [2ffb7509ecee55209beae73c3bc8df60e44d3e35]

        refactored to allow copying FixedImage to ios
        
        Change-Id: Icecdae8ea2bb68c228f038758af8fb688ce9dd4a

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [9c253aeea11bdce01d96c52623ea04697ed9840f]

        Tiled rendering: The tile shows now when we request for it.
        
        But so far it is just a white rectangle ;-) - next step is to check if it is
        something real.
        
        Change-Id: I06c5ffe0479970d0ca7531a0d037312dc195865f

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [de13fe7249e086474fce756852de406f2795af51]

        Tiled rendering: Show the device's content.
        
        Change-Id: I6f9a4e2942e0d0b69fae262cc700266f578af899

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [1776ddf591fd24cc377e778dc31694cdab6e5f97]

        Tiled rendering: Do the same thing as in touch_lo_draw_tile().
        
        Change-Id: I6cfea5cb0fbc209cb378892c6959098965e7b5ef

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [dcf897cbcd6dc7d9e5d8416860bd190b60f20843]

        Cosmetics.
        
        Change-Id: I9811c981c445222a888b1efd8c1666a60bd25dad

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [8b853bde21ca26a44207f791d9ef8f07f1202f6a]

        Tiled rendering: Tunnel the request for a tile to the ViewShell.
        
        Change-Id: I6271546ab2c0e92832c501617d94d5ad155de705

2013-11-15  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [84b3d6dc3a7d5ba52b00285e59e7aa6b5ca15837]

        DOCX:fdo#71646 fix wrong direction when save the file.
        
        Change-Id: I6f3dcf1007e91551e1f3335f4c40424add1c45c3

2013-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [9389cf78e304a5a99bcf1745b9388e14ac36281a]

        cp#1000018 RTF import: empty para at the end of footnote text got lost
        
        Updated 3 testcases, in all cases first checked that the new behavior
        matches what Word does.
        
        Also added a new test, to check that empty para at footnote end is now
        kept.
        
        Change-Id: I96b8788feb4d730b5a64ba3a743311a0180ab41f

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [b7f38c8f6d63798714b9881ac8ff2da11c72799b]

        Add Win32 system libs
        
        Change-Id: I9d232d1e4104319083bc74c491b9c37231e259cc

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [13d36ad94937fa278690a5cc5287e8997aecb10f]

        -Werror,-Wmismatched-tags
        
        Change-Id: I5388bcf7228b181e429a0d82e9b0968a2ed5a06c

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [625e1e8bcb2d5fa972b8499c8c18974a7a54205d]

        -Werror,-Wlogical-not-parentheses
        
        Change-Id: I7a61ce2b235e7aa566d647fcca2dcfc09799e648

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [a7fb491ff7a01829fea3f3299e7181e6ea537304]

        Updated core Project: help  f3a5452927181f245084721c7ed0fc6047bf70e7

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [2dec3d1d4f3e91ce005bb3b5362b826e7c7590c8]

        convert 500th dialog (vectorize) to .ui
        
        Change-Id: Ib1a8716091a16eb970c9f218f4a8e496de72ff51

2013-11-15  Michael Meeks  <michael.meeks@collabora.com>  [9013a3a76dd773cf3f292267c9aac8046f19f0aa]

        liblibo: expose a C API for ABI reasons, and wrap with C++.
        
        Change-Id: I7b3bcead05788e663d94724522bfa3f227b15499

2013-11-15  Andras Timar  <andras.timar@collabora.com>  [96e23cb9305da8b00db2587104932ee9d5d3122c]

        fix Makefile of Android Impress Remote
        
        it is not part of gbuild system
        qtz does not build
        
        Change-Id: I46fb43d21255df76775a2d7e30950bf519c58526

2013-11-15  Andras Timar  <andras.timar@collabora.com>  [1cd032658648b597d7f89b3098a40606f674ce41]

        do not merge translatable="false" strings to Android resource
        
        Change-Id: Ie5653d0b03fb5090deaad6c70a9e3e638f6e24e0

2013-11-15  Andras Timar  <andras.timar@collabora.com>  [ba433c69e658e2edf2832878acae544bcf54133d]

        do not extract translatable="false" strings from Android resource
        
        Change-Id: Id00ce654b99426c771b647e0ae6be02bfdc24359

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [2531d750ed8089e9342c8cb21c0fb48a1b14b4f2]

        missing .ui
        
        Change-Id: Ifac13b48a951e002e2fa3eed19c2bd00ff4cca67

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [c7d923ad8195211e618b0a65caad4456da20fcec]

        update count-todo-dialogs to exclude comments mentioning Dialogs
        
        Change-Id: I997356cc76c8ef9737309b3347f7a1969d306682

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [2d1782250088280425833c060513245bf3defed7]

        convert bullets and numbering dialog to .ui
        
        Change-Id: I303684cd0d4e2f3092cc776cd0b77725d6741bc6

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [6abfb890a2fad1931a79d53018f932205a668264]

        convert impress remote dialog to .ui
        
        Change-Id: I4ed22a776720bd6de64d08767a03a746276acba4

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [3b9baca81ca1391ae8268db6fe418abcf59f7393]

        add a stock connect button string
        
        Change-Id: Ib90364afebea4ff1b926f3c8b9fd949b155fa81f

2013-11-15  Muthu Subramanian  <sumuthu@collabora.com>  [98e7faeeb59e2fc13681bfc3896016b64a81d665]

        fdo#71581: Fix unit test cases.

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [a3886c529cefdc0cb3db8ca27b3ea02f456c0470]

        o3tl::sorted_vector Compare needs to be a strict weak ordering
        
        No idea what the odd COLFUZZY SwWriteTableCol::operator == and < are supposed to
        be good for, so leave them alone for now.
        
        Change-Id: I52528a097f18ff12fac9725d802a3988c9dfa7e2

2013-11-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [66bd352d3a5516404cfc16f9a760655744a39949]

        SwDoc::GetTxtCollFromPool: fix Footnote paragraph style
        
        Commit 5cf62a6ab450c25eb07a1ec08c857f17f674ef67 (First modification on
        the default template for the Writer, 2013-11-04) probably wanted to
        ensure that the footnote field (which is usually just a number) is
        superscript, but instead it modified the footnote itself. Having the
        footnote text itself as superscript doesn't make sense by default.
        
        Change-Id: Ic990d0afca356c2723eee0764b86b9c8c57c14b7

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [2e63bf23c29abd7a3b32902ee3acb889d8c04f35]

        Referer check for Calc background image
        
        Change-Id: I69f69e4fa790969ac4e338dd6294ff9ef951d5b6

2013-11-15  Jan Holesovsky  <kendy@collabora.com>  [986644335c3f9e99ec3c6bebc0b75cca0acdf79b]

        fdo#66864: Return from full-screen should restore toolbars.
        
        The fix for fdo#37758 was not correct, we shouldn't fiddle with the m_bVisible
        itself, but instead react on the m_bMasterHide flag; or at least that is my
        understanding of the related framework code (why is it so confusing?!)
        
        Change-Id: I791fcea9e5e5313b6a5b776cb3187cbd1a028386

2013-11-15  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [01af3e2efd4f7e0994340cb5b09c252323de63d9]

        fdo#70978 Improve Word Count display
        
        Change-Id: I82b81d2fd33be47987268fbd3b32d461a136acf8
        Reviewed-on: https://gerrit.libreoffice.org/6479
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-15  Tushar Bende  <tushar.bende@synerzip.com>  [8f7c127c4be32a91052ea962aafd0af8a1645714]

        Fix for LibreOffice crash during Document RoundTrip
        
        Description: Some Documents were crashing LO During Roundtrip.
        This was because of setting wrong gridSpan value during export.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ibcb6d4f00520500a98c16eb40dec3b052ad6b3f9
        Reviewed-on: https://gerrit.libreoffice.org/6672
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [20075205724ede61c35bcbf4781e3f7bf5811a78]

        Updated core Project: help  fedee798f49ae39358c0b0c618aee3ab7c0d1687

2013-11-15  Muthu Subramanian  <sumuthu@collabora.com>  [889b01696b7a3f55b5008a3cc58e3903d3d2779b]

        fdo#71581: Use pictureFrame for images.
        
        Which would be a simple rect instead of the
        complicated shape.

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [b3a10e1e62285e80c7e425c4e293f02fc242f161]

        rework to get panel and dialog working at the same time
        
        Change-Id: I0a2adcd606842c6b39665ecc641d2fd92c4eb7e7

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [ecca93071c9cf02476261c820739677395f9af50]

        convert impress table design panel to .ui
        
        Change-Id: I4ed28ad5ba94c055fbab51148d9258624dcfdb14

2013-11-15  Caolán McNamara  <caolanm@redhat.com>  [e34263af775118ccea4b69a641e618dbe13df15b]

        convert draw table design dialog to .ui
        
        Change-Id: Ieb9e7f9d2b8ff89aa83e44f4f1d3f634adf71b25

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [cef6dad4f6539c2fab0e02b24b71a15537f69034]

        Remove unused parts of TkResMgr
        
        Change-Id: I33f6bb8756a3bab054068a73c8e3d71b414ddfe0

2013-11-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2549be5a75ef2a17e56d5392f6c1592275abf65e]

        Add namespace to accessbility's TkResMgr.
        
        Previously this conflicted with include/toolkit/helper/tkresmgr.hxx,
        breaking the Android build.
        
        Change-Id: I195e18e42a5978fd7d415a8afaa007b3bee33190
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [af6c43c023e9401fd2df9c637bf76096a3e05b9d]

        No fpicker lib any more, no mork lib on Windows
        
        Change-Id: I07cdd13eef09a84abca0d5204c6f55ca25b9d9c0

2013-11-15  Andras Timar  <andras.timar@collabora.com>  [91fd405c4dee468e4e00a6bd87eb76dd8f57aff3]

        Updated core Project: translations  1bb07277935bce4a9dcf1e0eeaf2ebdfcf4b2b11

2013-11-15  Stephan Bergmann  <sbergman@redhat.com>  [78751ef3be02d6dcddf56830ec60f792096697c2]

        Band-aid fix for SvtBroadcaster::Broadcast
        
        ...after 18d07b2affbbbfb2ff9152d3ad8d1744fe75ab47 "Rework SvtListener and
        SvtBroadcaster internals" broke the case where SvtBroadcaster::Add/Remove is
        called from within SvtBroadcaster::Broadcast, and at least CppunitTest_sc_ucalc
        started to fail.
        
        It should be evaluated whether the original SvtBroadcaster logic to handle this
        was better than taking a copy here.
        
        Change-Id: Ie47bccb8c5789e405349a9c8b89f30b1dba3cfba

2013-11-15  Tor Lillqvist  <tml@collabora.com>  [7c1d47f460888bd742c4ebcae64407b9af1f5fff]

        Correction and clarification to help message
        
        Change-Id: I93b4ccdf40ffa2f013764b6270bab9aa1dced7c7

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [07f8216e5722d2288143367a07f4d567ab060431]

        Create string from token array directly from ScTokenArray. Still WIP.
        
        And make it re-entrant for thread safety. This method should not modify
        the internal state of the token array object. The one with ScCompiler
        is not re-entrant. Still some way to go.
        
        Change-Id: I06de3637341727aef0963dddfb98527f415bf7fa

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8819e6909568ec8e3feebb4226ef4f381af209a9]

        Remove unused member.
        
        Change-Id: I8331251f77fb202375370a425e01862aa0f6310d

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d9a914fe5b221f879c6fb7873c7e7011dc655421]

        Identify methods that don't modify internal state and mark them const.
        
        Change-Id: Ie63d93d51640bfb80dc02bb226d742c2f9be96d8

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6a4b377c1a5794efee4cbdc93289bc9ce5ead730]

        Do everything on main thread when the thread count is 1.
        
        This helps debugging / profiling easier.
        
        Change-Id: I7834585bf2aa5d5f550bd218b9845ec964b06655

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae79b40f725ac28f8940bc9d97fd137088c20a22]

        Optimize SvtBroadcaster for insertion.
        
        This helps file load performance at the slight overhead during editing.
        That said, the overhead during editing is only in theory (not measured) and
        shouldn't be that much even in theory.
        
        Change-Id: If22ea34acb0cda311575ac3ed8ce1a8eb69ae33a

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f076c62d5cce5425d903b861827c83c16a040b86]

        No need to individually remove listeners when being destroyed.
        
        Otherwise a crash would ensue.
        
        Change-Id: I9a52524cc205765d059745e9f7e914b636667cb6

2013-11-14  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18d07b2affbbbfb2ff9152d3ad8d1744fe75ab47]

        Rework SvtListener and SvtBroadcaster internals.
        
        The old code was simply awkward.
        
        Change-Id: I1a58a9af86c100be238d306570b40f70c5100314

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [d7867b28623e4220f62b8ed9259bed5d8878a3b3]

        GPU Calc: unit test cases for SQRTPI
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-182 BUG
        
        Change-Id: I314e4b8cc4434d20346c908a7eb2f274838e0d11
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [6eceefc23748c92d29fb5da8f84fcb54cb78bca4]

        GPU Calc: implemented SQRTPI
        
        AMLOEXT-182 FIX
        
        Change-Id: Iceab026b8945863280d2393f9beb4145dfe45fce
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [384d21b87e69ba8926d40421dc45f61a011fb089]

        GPU Calc: unit test cases for SKEWP
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-81 BUG
        
        Change-Id: I53e181c967b1ce7b2735539f4f714c9a7719cb7a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [83db53e58720a4ff01e4400d87707121347df7b0]

        GPU Calc: implemented SKEWP
        
        AMLOEXT-81 FIX
        
        Change-Id: I77ea979ca1f046ecc8a865cc7d19cd676fa70cbd
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [1575b27da2650f30d65dcd93e4c5d5ef9f9ee036]

        GPU Calc: unit test cases for SUMSQ
        
        Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-59 BUG
        
        Change-Id: Ia6222c2f3b68c82949c9b4686f9db7ad7cc7bf75
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [06a38321d5e139e007a0b7f5a0fd82a3eae84ec9]

        GPU Calc: implemented SUMSQ
        
        AMLOEXT-59 FIX
        
        Change-Id: I33c8241febef766db4ff46e5ed875b46d5e1275c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  hongyu zhong  <hongyu@multicorewareinc.com>  [31dbc51ebd1ef6651a9ce71e2214ac6d954af69b]

        GPU Calc: unit test cases for POISSON
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-150 BUG
        
        Change-Id: I29324659b31d98905ead88d0d0cf44361ad1df16
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  hongyu zhong  <hongyu@multicorewareinc.com>  [40d760db64c8def4766a0da1102c55ef6ab67cf8]

        GPU Calc: implemented POISSON
        
        AMLOEXT-150 FIX
        
        Change-Id: I2ea5128b4b116a91477c1a339a65d3a052f4ebca
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  hongyu zhong  <hongyu@multicorewareinc.com>  [c7d6acd37ba8ca91deb2f8de55cf44e370bc8f08]

        GPU Calc: unit test cases for CHIINV
        
        Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-173 BUG
        
        Change-Id: I630f4f7c994dacc601421e96290db5e2408ca569
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  hongyu zhong  <hongyu@multicorewareinc.com>  [06571f68c74b54fe2c2acbf6ae87ceaa2a8b2d8b]

        GPU Calc: implemented CHIINV
        
        AMLOEXT-173 FIX
        
        Change-Id: I04f09bf111f9dff50353beb4e4d094365574f8ba
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [ea652ae629103d4826c662cd0b0830617a3dac33]

        GPU Calc: unit test cases for BITXOR
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-178 BUG
        
        Change-Id: Iab8988244328ab9be2ccf0d69ee862c82cf05738
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [a5349f2a504e1349a807456ecf16bc182c396143]

        GPU Calc: implemented for BITXOR
        
        AMLOEXT-178 FIX
        
        Change-Id: I7815b6455270cd85e8de95f2afc52fa7029ca478
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [8d47d9837d2c2841d6bd941f01571b75e89d3224]

        GPU Calc: unit test cases for BITRSHFIT
        
        Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-168 BUG
        
        Change-Id: Id7c8b783b44915b4410bba500e520ff48b9f3a1f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [a9d49e21bf0d8ca9d516a2897067ad2185576f5d]

        GPU Calc: implemented BITRSHFIT
        
        AMLOEXT-168 FIX
        
        Change-Id: I5596ea32861eeb7eb36d9800d410ebada0721745
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [0f08b857c9dd01809286f78375d6195f8da85323]

        GPU Calc: unit test cases for BITLSHFIT
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-167 BUG
        
        Change-Id: Id20ca1ee503f593460b99d9701c77c5c63d9d845
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [f928820af4234725c98dd82e997ead2b1966a0dc]

        GPU Calc: implemented BITLSHFIT
        
        AMLOEXT-167 FIX
        
        Change-Id: Ia91542a64c44d541114fee3c3655120d0350a286
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [dfbd51822f16e45036a198217863f670a7d8f609]

        GPU Calc: unit test cases for BITOR
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-152 BUG
        
        Change-Id: Id29e7854452f93bdaf38490f484dea5af218bd56
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [328f788d6a047ac4291ce86fc7a4fb03b3fc93e5]

        GPU Calc: implemented BITOR
        
        AMLOEXT-152 FIX
        
        Change-Id: I52747c3b2535e9bba3d167305a3ec5488a23411f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [2127b93fc8f9f306665c2f778761c7c60e2154fe]

        GPU Calc: unit test cases for ATAN2
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-174 BUG
        
        Change-Id: I83e5d89079eb8f1dd315d23888e4d7058f48bcae
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yangzhang  <yangzhang@multicorewareinc.com>  [095c0d95b0906135d83588ac75d2925c7ae27f6d]

        GPU Calc: implemented ATAN2
        
        AMLOEXT-174 FIX
        
        Change-Id: I1dcff6d785c10fbc72f70bd0fc95f73859ef8452
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [cc20e3b1b5c72739bd72fbb19b68d756d75abf86]

        GPU Calc: unit test cases for SKEW
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-80 BUG
        
        Change-Id: I639318c1f431d7ed728d68e6b1ef66c2cac1b32f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [8e2df9ac2bb14f05b8b59741526f6cfa3d1c97fe]

        GPU Calc: implemented for SKEW
        
        AMLOEXT-80 FIX
        
        Change-Id: I22131ff7688237c7cb77335d6a8cadd4e40ff78d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [a9edef9c11cd5529f4995645d4649a2189be0a29]

        GPU Calc: unit test cases for TRUNC
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-84 BUG
        
        Change-Id: I96d14bd61d6694a5aa2ebf7ca1a53b8ee9de255d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  fengzeng  <fengzeng@multicorewareinc.com>  [9558470f2dea5679ba3a35550743ba88a1377da3]

        GPU Calc: implemented for TRUNC
        
        AMLOEXT-84FIX
        
        Change-Id: I7beda717815da9287aaf7f449c8dfa93bde66f9c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [e8d9808591babdbda0f3c06504a9b6413b84f296]

        GPU Calc: unit test cases for MOD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-155 BUG
        
        Change-Id: Iff3244e086b600d4636656daf9cc8b2a4b0bc578
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [e7e69e9d9cbe31f79ad432310001e831ab3b1354]

        GPU Calc: implemented MOD
        
        AMLOEXT-170 FIX
        
        Change-Id: Ibe3d0adcdae33cc70786a52140ec1595bf811fa7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [34385d523cf36a1580d479b25734e9e48731d0d7]

        GPU Calc: unit test cases for LOG
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-170 BUG
        
        Change-Id: I79b48e41f594d80239964353ff988211e9d0f28b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [15cf2c5147d8810b8ed9e84b1ce764096566d837]

        GPU Calc: implemented LOG
        
        AMLOEXT-170 FIX
        
        Change-Id: If31f03025a085ad09ab73c9b5fd76b069e115d96
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [5b78a9532463add2dd696d70e1603b9710735864]

        GPU Calc: unit test cases for EVEN
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-164 BUG
        
        Change-Id: I0865b83ce49172ccc53ab301290b037e3bd533cc
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [2c897e9161a80a472959d6cba713b10289fa2da2]

        GPU Calc: implemented EVEN
        
        AMLOEXT-164 FIX
        
        Change-Id: Iaf27235357f4373fd63a1f36c30cc1c7f67f1046
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [35a0fe36a4dc359bb173e7512a9126912c3ccbe0]

        GPU Calc: unit test cases for COMBINA
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-174 BUG
        
        Change-Id: Ibbceca14c2d3a0450bc55cd76d0fa116860a0513
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [717a0129b5fa8f5b53343c8843b321b54c1b649d]

        GPU Calc: implemented COMBINA
        
        AMLOEXT-174 FIX
        
        Change-Id: I51c746891fe2b7f68ce3d0029ad1e71a21264f76
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [66a36c944021f7bc845d291f931b52bbbf3e1212]

        GPU Calc: unit test cases for COUNTIF
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-176 BUG
        
        Change-Id: Ia00cf13978f38e9b7272511235e9d45ef80886c8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [25ed52d2671a630b7be22c8019fa1bc333618982]

        GPU Calc: implemented COUNTIF
        
        AMLOEXT-176 FIX
        
        Change-Id: Idc66b7cbd3b4c05a8a6c5ad3d7885c7facc0d8f6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [5b5638007226181fc01aba33ecb2fd198366d26f]

        GPU Calc: unit test cases for AVERAGEIF
        
        Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-179 BUG
        
        Change-Id: I5aba4a353469a4718b1e64ad30a7e7b90afee65f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [0324f62f6c578f7372649806b69615e157397089]

        GPU Calc: implemented for AVERAGEIF
        
        AMLOEXT-179 FIX
        
        Change-Id: I314e555b0f7636f50534f4fea2a103ce29053df0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-15  Jean-François Fortin Tam  <nekohayo@gmail.com>  [868103846b9b32bfecd77c08055fdca69d0265c2]

        fdo#33600 - Better default gradient set
        
        Change-Id: I2b6d8df04eec278a8e6de507562863ae56037a1e

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [e2f13f0e7f70807052b753996dfaf5a99fc2ac89]

        download.lst: export ODFGEN_TARBALL to unbreak "odfgen.clean"
        
        Change-Id: I7b7138904cde5da862524096732173281b1a71f2

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [3be673ca8453782727beb501aa60e75e8375ea78]

        gbuild: fix typo in Module clean rule
        
        regression from 04dead1c6b9fd8ea24b27d2c5824ae889a2fac66
        
        Change-Id: I623ec25a0666cd3cac1d4f6371e6460a25faa6c4

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [7b3c67e69afb5ad4d426e349a23243b9be12ce9d]

        libmspub: fix the quoting
        
        Change-Id: I448d7ec788ed93c71d67ea6785ec8c463a936971

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [29d19c930ca5f1fb26ea6f549a5f340aac6dc138]

        external/boost: -Werror,-Wdeprecated-declarations
        
        Change-Id: Id7f98b4e10cfbf6585e0f62fffa8837329ee5cb2

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [2b24bf23697f2461c5b480814240daf82f2929ff]

        more externals need config_host for boost
        
        Change-Id: I0cfb09240a2e525cbd57b099b6e52eeabcc57d3f

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [b87e7075e3cf92684ba901165d785be8cd5ed839]

        sfx2: mac tinderbox says "system" is ambiguous so be more verbose...
        
        Change-Id: I14c3077cbdadcde651cf2772ecb833aa2a81d94b

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [d5d307d647c67c2d620eae5651c54c02178b5f52]

        externals using boost now need config_host to find config_global.h
        
        ... why didn't GCC 4.1 have #pragma diagnostic push?
        
        Change-Id: Iedb33d6451e46dc12e137bcd4dccd592c7771c23

2013-11-14  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [1b5f5b0325e8ace49da154c0275d3d6894acc809]

        GPU Calc: fix compiler warnings in OpFTest::GenSlidingWindowFunction
        
        Change-Id: I8c210de8274567f32aef2300c24fcae945ba49e9

2013-11-14  minwang  <min@multicorewareinc.com>  [1a0370b48d20ed16c7c33d058482cec7427e8868]

        GPU Calc: unit test cases for EXPONDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-151BUG
        
        Change-Id: Iaee4276e29ff469e5527e678fdf296a11af173a1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  minwang  <min@multicorewareinc.com>  [db9432fbcf497e4961184ade7ca81784f1501dff]

        GPU Calc: implemented EXPONDIST
        
        AMLOEXT-151 FIX
        
        Change-Id: I0a9e743071ad767714c6664e48f2b37d6475d27e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [b825d6fd83e6eadd732b930c0aae01f9c50abed8]

        GPU Calc: unit test cases for LOG10
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-180 BUG
        
        Change-Id: Ie52bc244f40df8624c49a3a31406cb5be5f04ac4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [3fa3072bfaeeae1145967432a7d809a0925dd064]

        GPU Calc: implemented LOG10
        
        AMLOEXT-180 FIX
        
        Change-Id: I5e3be337e5ebd44f0aa93ce26ab01cc158c2a758
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [349d7cf756967abb5a29f2f891961cc0911f7666]

        GPU Calc: unit test cases for EXP
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-165 BUG
        
        Change-Id: If3661eaa7938d383c239a5978f748015d6f021a4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [7ccd1f328b95a42f2b6d9ea43c6b8bf4aaa25233]

        GPU Calc: implemented EXP
        
        AMLOEXT-165 FIX
        
        Change-Id: I73693ecab752d48f620bc0cd53e29d9a8fe16c93
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [2a3225899e8d98410d5f47c59aa4cd6fe911b9f6]

        GPU Calc: unit test cases for CSCH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-106 BUG
        
        Change-Id: Ic20019c3f8f823bc9107c42d2e5f27eff6418a3a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  tianyao  <tianyao@multicorewareinc.com>  [02d28b8cca5f4ed635b003bce75d37bff18eed3a]

        GPU Calc: implemented CSCH
        
        AMLOEXT-106 FIX
        
        Change-Id: Ib03ddf99705424001971c5080baf998236b2e48e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [52a17171d45ce25177277a569e78ee9318f705bf]

        GPU Calc: unit test cases for BETADIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-162 BUG
        
        Change-Id: I7d0300030d7518d20dd7b890dc665e9b56ba5c8d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [8d7b2d96e5a8d1f991476dfdc6f940bd8adf0ed4]

        GPU Calc: implemented BETADIST
        
        AMLOEXT-162 FIX
        
        Change-Id: I3ecd4e81f34e2dd01e924acb153de91b2f076bac
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [58d21c5cae73893a04a51f3f271bfe7f923b1c3d]

        GPU Calc: unit test cases for B
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-161 BUG
        
        Change-Id: Ie40900785702c20b45dc6c60600d11822d46c2e6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [2b183e296940f19bb195ba967e09589d60f7cf40]

        GPU Calc: implemented B
        
        AMLOEXT-161 FIX
        
        Change-Id: Id383ee83028dac4e6d5a4341da8d80a1f46874ec
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [b9e443d58d0f915b8dacd7466c2072c270af401a]

        GPU Calc: unit test cases for FTEST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-160 BUG
        
        Change-Id: I248b3e71e16abe04585abfc7736c02786b2b871a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [c07c6bde40da1c7817b7bfcb1e888e8b561a184c]

        GPU Calc: implemented FTEST
        
        AMLOEXT-160 FIX
        
        Change-Id: Id97578b33b14a3d2ade021a8bb311c59fe99722f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [649fa80a1120f09aefe099b2cb2efbbdca8199ed]

        GPU Calc: unit test cases for FINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-159 BUG
        
        Change-Id: Id792605d06530087c13d939495cfc8bbf617c625
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [6c006e1c661ba011aa2bb2c9fe753cab85b5b366]

        GPU Calc: implemented FINV
        
        AMLOEXT-159 FIX
        
        Change-Id: Ib15803d87b2f108bc1a9f77eeab908b41e3eb402
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [a8bb0352b519b37c698ee62ae785523d6bf573a1]

        GPU Calc: unit test cases for FLOOR
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-169 BUG
        
        Change-Id: Ib678abfdabd914eb89c712bb14fe7651c3004531
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [c41db78b286fcfba1a03a29045105915f50f48b8]

        GPU Calc: implemented FLOOR
        
        AMLOEXT-169 FIX
        
        Refacting:add NAN processing in max/min formule under the fixed window condition
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        
        Change-Id: I619e18b951070d5c8e9d63aef288992f124eceac
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [6bc2c27f983c83745a17fe5c283d53a156053879]

        GPU Calc: unit test cases for GAMMAINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-158 BUG
        
        Change-Id: Ia759d5fda3c96aafb51cd8bd7d6a9789b5fc149d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mingli  <mingli@multicorewareinc.com>  [e3ae4a6dd2bae2ec379c97a3040db5312e1b62c6]

        GPU Calc: implemented GAMMAINV
        
        AMLOEXT-158 FIX
        
        Change-Id: I1b6c9102342ce06d72525f63bbc04d8d832597eb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [c4d4c702e11fe440c795dab5f108605eb21377a6]

        GPU Calc: unit test cases for CHISQINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-148 BUG
        
        Change-Id: If9a1c7a35220d405cdbb0d60aa2e5209c542eefb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [374f670aea4c2581c1e813c39571819fecdff4f4]

        GPU Calc: implemented CHISQINV
        
        AMLOEXT-148 FIX
        
        Change-Id: I2f41abf89b8714e854efde85b88c2c2998d6da1a
        Refacotring: convert fmax&fmin to max&min
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [a6ec887150d07ededcc2c333d60237581b28442f]

        GPU Calc: unit test cases for CHISQDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-139 BUG
        
        Change-Id: I4908543d895d35f667722ebffd92f40d0a3e5818
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  yiming ju  <yiming@multicorewareinc.com>  [800eb0eb9a145c878d8dcaf42c09fa8b66d36771]

        GPU Calc: implemented CHISQDIST
        
        AMLOEXT-139 FIX
        
        Change-Id: Ic923ec57c4d375ee59ba2033b38c956e535043c7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [c7252be5c2fd0ef58167ea0c0e9f4f281cd9eacc]

        GPU Calc: unit test cases for ODD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-153 BUG
        
        Change-Id: Ia112c99128b21c02e1fafabeeedbf065c8a6e92f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [27097337431ee4db3cf88f80c94817c91bb76dee]

        GPU Calc: implemented ODD
        
        AMLOEXT-153 FIX
        
        Change-Id: I97b823f3d31879a7b79456fd0a5c3696957795f9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [99910c63f77be475eb8481825ec38c74c6873e52]

        GPU Calc: unit test cases for POWER
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-117 BUG
        
        Change-Id: I4bcfe78e88d92a806302a0d55f6207a48ee22080
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  dechuang  <dechuang@multicorewareinc.com>  [a115ee4c3540bc7b16bb5ef2362c85e88e2d2e27]

        GPU Calc: implemented POWER
        
        AMLOEXT-117 FIX
        
        Change-Id: I5351a3cb881860a96080d57df320538bdd11f9de
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [288d7f275169cb603411265c610e1f3b37d9d9c3]

        GPU Calc: unit test cases for CHIDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-166 BUG
        
        Change-Id: Ife835b135e7211697dc465b3dc61ed1494970632
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [4c047317bf078ac94ca4abd01a474e6070b2cfe6]

        GPU Calc: implemented CHIDIST
        
        AMLOEXT-166 FIX
        
        Change-Id: I0112c49c913556fc9cc2011bd32c4641ac4f26bd
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [647d771636f9e54fa86508dd421e364f04d83c58]

        GPU Calc: unit test cases for VAR
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-79 BUG
        
        Change-Id: Iedb355e8ffd5b9ef768baee49d3776fcb7ebb348
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  shiming zhang  <shiming@multicorewareinc.com>  [e8a755e782de1a843a4874d067e38522e1a5911b]

        GPU Calc: implemented VAR
        
        AMLOEXT-79 FIX
        
        Change-Id: I048d02b752b9d995f424ca63ca481fe57ab9a648
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  minwang  <min@multicorewareinc.com>  [d215c3627c2e92cda7f4e0c5a23b04901a0a2946]

        GPU Calc: unit test cases for FDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-141 BUG
        
        Change-Id: I204d3f5229294e16852721f3b4a6a715bf11afd8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  minwang  <min@multicorewareinc.com>  [8f278eabf05e6911989ea6bacfe5b785123b3ac4]

        GPU Calc: implemented FDIST
        
        AMLOEXT-141 FIX
        
        Change-Id: Ic3684661d100bc1c6e0323fb08f1237c9bc816e1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mulei  <mulei@multicorewareinc.com>  [bc135e35aa0c28f2365770f6d027df73cb07f67b]

        GPU Calc: unit test cases for NPER with formula argument
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-146 BUG
        
        Change-Id: I0884f0c43c3a84c10abb0f1cc391b57b67006c1f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  mulei  <mulei@multicorewareinc.com>  [8aa6ad0ae7b55b3fb456dd7780869e76da68d31c]

        GPU Calc: Add support for nested argument to NPER
        
        AMLOEXT-146 FIX
        
        Change-Id: I737df1d3266e7bf5833e446515135de6db02a072
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [a26f0830913cc0acf2649b8134d383cc00b86694]

        GPU Calc: unit test cases for COTH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-91 BUG
        
        Change-Id: Icd18c89de26f222d0a4193a238b1b635ecc957a2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [76af0bf451db99c0549f360f0fb3b6bf5d5ef07a]

        GPU Calc: implemented COTH
        
        AMLOEXT-91 FIX
        
        Change-Id: I27b885734f926dc3ca8a8375efcfe281e17b2adb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [e4be59b2b15cd6a52a7833e12fe3af8ba9f8330c]

        GPU Calc: unit test cases for COT
        
        Need turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-88 BUG
        
        Change-Id: Ica73415215042a5c2dd55df16498420576772ba1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [425f1f554620e39c4707fa149b3d04bff7354222]

        GPU Calc: implemented COT
        
        AMLOEXT-88 FIX
        
        Change-Id: Ied0af506b37f5baefe20a2fb97e49c7925849b00
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [ab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f]

        SAL_WARN_UNUSED com::sun::star::uno::Any
        
        Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0

2013-11-14  Eike Rathke  <erack@redhat.com>  [bcd594902c366443f0d17b7599267793ac6da204]

        added import test for CONFIDENCE.NORM and CONFIDENCE.T, fdo#71350
        
        Change-Id: Id564e201fab17cccaa6b3e9c4353f9f7719345f9

2013-11-14  Eike Rathke  <erack@redhat.com>  [34aa35784fc23f0da55b2134c9e6e1077638f986]

        typo
        
        Change-Id: I407cf45bde2733e9a242cfb1cea9825488cbf828

2013-11-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f29a2b42880233fad821cdd9ffa45114347e2d32]

        Add EBOOK_LIBS to android build.
        
        Change-Id: I19af7ecf0fe746e6c41c95e647141b4c0af0f6d4
        Reviewed-on: https://gerrit.libreoffice.org/6673
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-11-14  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [53b2d2ce0c68cd371fb55c8fdbab47a4075bbe8e]

        fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.T
        
        Change-Id: I341b0c7a61047627aac1f12bc4653b6f9e65b2e3
        Reviewed-on: https://gerrit.libreoffice.org/6625
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [663fd49286f67d1bbb7fcccc6672ba7f11401ace]

        startcenter: Make the Help and Extensions button work.
        
        Change-Id: I9017dd830c44f642f7d4821345f3831c9031ff9f

2013-11-14  Eike Rathke  <erack@redhat.com>  [4cdb874b1118b8e28686ff847c636132a69ef4f2]

        OOXML FINV is ODFF LEGACY.FINV, _xlfn.FINV is something different
        
        Change-Id: I5a61298229643c0b0e24d3a30069a95ddda6842f

2013-11-14  Eike Rathke  <erack@redhat.com>  [63fc020a890e245c8067609aad53bfcc18d69e1b]

        workaround to prevent deadlock in obtaining Basic during threaded import
        
        Change-Id: I730c179c117ffddf7ddf49ca0ea0a6e5217d4b2e

2013-11-14  Tor Lillqvist  <tml@collabora.com>  [70d081269a6af947bcc03b6e5ff45feb5dc38416]

        This test opens the scopencl library dynamically, sigh
        
        Change-Id: I34c512573fcee108ab9b27a631671587665aad22

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [21865dd39191bff9fd395d5c13ee4b32237e07ed]

        external/clucene: -Werror,-Wdeprecated-declarations
        
        Change-Id: I05eb08927f27188eeb0998b09293fea05d037a41

2013-11-14  sushil_shinde  <sushil.shinde@synerzip.com>  [f4714220903cbd657fbb4d103fb5293f5b8f7cf8]

        [docx] activeX files saved in InteropGrabBag and exported.
        
          The XDocuments representing the DOM of an OOXML's activex document
          is stored as the PropertyValue "OOXActiveX" into the "InteropGraBag".
        
          Added mxActiveXDomList object which holds xDocument for each
          activeX.xml from activeX folder.
        
          This changeset stores only activeX[n].xml files.
          Relationship files (example activeX.bin) from activex are not stored
          yet. (Working on it.)
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6654
        
        Change-Id: I658e361211e1446ed095a73b0422da0c4f74df1c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8c586582d93a3aaefd9e800da87a0d1ea8a260f8]

        external/clucene: -Werror,-Wunused-parameter
        
        Change-Id: Iedb2d7c62f6498691bffd0beb529e479d62d004e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a539950a6dbc6c19ab4f2757ca23a5ef8a7a5110]

        external/vigra: -Werror,-Wunused-parameter
        
        Change-Id: Ide11bd4424fccd1cf57713128d06ba4f2207d0eb

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [5992dc43c31dcf4f458a6c9e5eed0adf0e97be97]

        startcenter: Make the separator shorter.
        
        Change-Id: Ie03a544cd4e98b39b2571815210adbb3352ab22e

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [445b30a311b5f8e2ab9b332a16c233012340b284]

        startcenter: Fix conflicting accelerator.
        
        Change-Id: I5c034abd30b502334968c16c60b22713be45d31c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c1f416feda0ef4ef215ca587b9bac03659b48c7a]

        SvxBrushItem: Improve Referer from member to GetGraphic[Object] parameter
        
        Change-Id: I034132c315b74d0ea5e03b7d5f7cc225a6c8164e

2013-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1115a5983e126f872c6d7f14aef8ce5bba4010a]

        fix build
        
        Change-Id: I43391416dba532edd1830e490f7860dc16775fd4

2013-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04dead1c6b9fd8ea24b27d2c5824ae889a2fac66]

        make l10n buildable separately
        
        - this renames the 'almost' module target to non-l10n
        - and adds a l10n target which is intended to only build l10n parts of
          the product
        - packagers should then be able to build l10n and non-l10n parts of the
          product independently, thus:
           - enable quicker rebuilds
           - distribution of load
           - updates to l10n without a full rebuild
           - security fixes to binaries without rebuilding all l10n
        - the new targets are called build-l10n-only and build-non-l10n-only
        - note this is not intended to move a concept of split packages
          upstream -- while this exsists in distros, the number of test
          scenarios for this would explode upstream
        
        Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
        
        Conflicts:
        	filter/Module_filter.mk

2013-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [75748b5c800cea2170e9bb26430ff6a9fc55c608]

        Updated core Project: dictionaries  96cb9a317f448f7c70afc3a81b532efacaabd456
        
        tweak dicts for core Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
        
        Change-Id: Icab59f08e96c6c1f13e24d72676077b8ddad90e3
        Reviewed-on: https://gerrit.libreoffice.org/6662
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        

2013-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8327616e083dd7fd8df2ff2797d4381cfc8d593f]

        Updated core Project: help  33bc6868c0b6ffaf2e9ee31b8e5448b11930634f
        
        tweak help for core Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863
        
        Change-Id: Iffb5f9facb234be10523af93f1e23607fb4fdd1c
        Reviewed-on: https://gerrit.libreoffice.org/6663
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        

2013-11-14  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [9964dbdda0dd8bb0471a3153ce133a76e98a09b0]

        Translate German comments
        
        Change-Id: I79abdb853af619f2c66638bde990ef8ae33fe492
        Reviewed-on: https://gerrit.libreoffice.org/6671
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-11-14  Adam Co  <rattles2013@gmail.com>  [1a466b8a3bc178436b41351dd277840872764446]

        fdo#65295 - add export of text-box gradient fill angle
        
        Currently - the angle of the gradient fill of a text-box was not
        being exported. This resulted in the gradient always being a horizontal
        gradient. This patch fixes that and exports the angle.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6653
        
        Change-Id: I1da60a8e82705097e9e699549d3828375967e744

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [ee9ab2765f2892104f68fd3b076b506921de7fd7]

        vigra: stop using #pragma GCC system_header
        
        ... don't even get any warning with that removed.
        
        Change-Id: I2647a5951a4ac3cba174a3564e99ef81e4959992

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [ee59dff09c4f2ace54c43b597e216fce463a9a06]

        neon: stop using #pragma GCC system_header
        
        ... it breaks dependency generation.
        
        Change-Id: I524f1789c32a633e8930a4e36a893ce02de66390

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [20803bd1dac462dedb670602c1ab4489f7f590fc]

        clucene: stop using #pragma GCC system_header
        
        ... it breaks dependency generation.
        
        Change-Id: I992e47ecea697617820358f711b7a6408fdabbe3

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [29661a886e4157e0cb6141b49fb5602fa621cc9a]

        boost: stop using #pragma GCC system_header
        
        ... it breaks dependency generation.
        
        Change-Id: Ib6e1dac1210020d3a6eb1748f1266e69582f199e

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [96917c806847173ce2a597e533167dedf01ca81b]

        connectivity: remove #pragma GCC system_header in mozabdrv
        
        ... which can only be built with MSVC currently anyway.
        
        Change-Id: I806be27ec18e4f04e000f0b5d9ea613c3199855c

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [7379d2cf98805d91e933bdacf5f8d8f3bdf1083c]

        GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE
        
        Change-Id: I0765649b94b370caf92a29a8ff2224e335196612

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [78d4b78353b281b7380fe793abd81e9cedd8ee48]

        nss: remove permission changes from nss_macosx.patch
        
        ... and instead do that in ExternalProject, which should be more
        maintainable than patching.
        
        Change-Id: I0ccf5697976399cf4f92c53e896492044ee6492d

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [226e89180c7959795394f7f0b7d4202c31e59187]

        nss: move Darwin stuff from nss.patch to nss_macosx.patch
        
        Change-Id: I5fc7cdbcdf079edb101f6a8c3851c4cf4f92e258

2013-11-14  Adam Co  <rattles2013@gmail.com>  [ea4d69f5e81d7109ba06dd68252c9e92233c0ab4]

        fdo#65295 - fix gradient focus issue
        
        There was a wrong 'if' statement, that checked if the focus was over 75%
        and also if the angle was less than 180. If so - it compensated for that
        by adding 180 degrees to the angle (and losing the 'focus' attribute).
        But it should do that even if the angle is more than 180 degrees, so
        this was fixed.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6647
        
        Change-Id: Ib2dc8a61359e656721c5c6c99587d4d547eed835

2013-11-14  Adam Co  <rattles2013@gmail.com>  [4b0cb789f8ddd87c92216e3e9520f88d3ad9115d]

        fdo#65295 : swap gradient text-box colors only in case of axis
        
        This commit changes the behavior of the export process of text-box
        gradient color. Currently it exports the colors inverted,
        but it should do so only when it is an 'axis' gradient.
        
        Change-Id: I8841982c1dbc57616d6e1640d73bc8aa823ae056
        Reviewed-on: https://gerrit.libreoffice.org/6646
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6e0f24596f3efc2ff25ce2e7a71f9fc681097086]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5a205752cc69f4f5cc3f8198db3ab64341e13f1e

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [50cf694b04bb3bc327887aed5a996a96da45e0c6]

        startcenter: Motif image now works too.
        
        Change-Id: Ieecd2e8ee010b06b64a792e0fcad744c66c5f79e

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [a14dc51f9e8fc1fb4adac21722790a0a254ccd60]

        startcenter: Thin line around the Help and Extensios buttons.
        
        Change-Id: Id9433a32a9787673fbb266d6465f0bd89f919a40

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [82dfdf6e90509ad7907ece3668dbe1254f7d1574]

        startcenter: Rework completely according to the new design.
        
        Only the background bitmap that will show behind the buttons is missing at the
        moment, will come later.
        
        Change-Id: I60e8f74ab28383ce1e891367ba5d2aff23d787ff

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [ba8007ff79bbfad6d8e2ca546ee4e0c9e52160ff]

        Use rollover color in the native case.
        
        Otherwise, the text on the button easily becomes invisible.
        
        Change-Id: Ia812706559fbee4ce4ccb1f7610cfd235b1dc5c3

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [493c1052ed15f5c14039049be438055397aa6f2f]

        Force SetBackground() only if the appropriate settings changed.
        
        Otherwise, when you use SetBackground() to set a color, it will be changed to
        white the next time the UpdateSettings() is called whatever you do ;-)
        
        Change-Id: I508a049a327fa9be5035bdb19050d6bcb53a2bfe

2013-11-14  Jan Holesovsky  <kendy@collabora.com>  [46666a7720e18238b926531a7082dbb8bc524889]

        startcenter: Remove useless menu entries.
        
        Change-Id: Ie886beceb57201ee1a0893943c455d5f87b0d6cc

2013-11-14  YogeshBharate  <yogesh.bharate@synerzip.com>  [e658db0163fed882f41a7f556f505c672a2560bb]

        Fixed missing hyperlink end tag
        
        Problem Description :
        The <w:hyperlink> tag is not terminated properly due to that the file get corrupted.
        Also unit test is added for export.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Revewied on:
        	https://gerrit.libreoffice.org/6619
        
        Change-Id: I2480ab624ab572e411bd1511030c0da1b7f5d183

2013-11-14  Andras Timar  <andras.timar@collabora.com>  [d360febd39b554c92136f9d08d400400e1caf933]

        embedserv: unused code
        
        Change-Id: I6343cf1f274de407b6de18304612b69e2516f621

2013-11-14  Eike Rathke  <erack@redhat.com>  [b26edbb44920e455a3a9e0ea6074a0808ea6d001]

        moved erroneous _xlfn. from ODFF to OOXML
        
        Change-Id: I58e7d1ba611b4482cfe4ac5f5d37feaf33691a37

2013-11-14  Eike Rathke  <erack@redhat.com>  [85341404d7c317fe8c390fdb34b0b58724b5b3df]

        all functions new in Excel since OOXML have _xlfn. prefix
        
        Change-Id: Ie22292da1ee79f2693da73cc27944a53b2213150

2013-11-14  Priyanka Gaikwad  <priyanka.gaikwad@synerzip.com>  [7e115a4685ad21872e6759686860c5113e19c473]

        Fixed for spacing between lines in paragraph.
        
        Problem Description:
        In "w:spacing" value of "w:line" attribute value is not getting preserved.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6645
        
        Change-Id: Id9da4f9234d14cf4599c6520b4a191ad9af92c25

2013-11-14  Eike Rathke  <erack@redhat.com>  [99b2f2bdef388bafd127139f7a05e47dc1592738]

        OOXML @since LibreOffice 4.2
        
        Change-Id: Iccfa510c11d0b9f82130ae136db0bdd6714fadcd

2013-11-14  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [083114bb132b879cfb899361ece375c8580ae505]

        fdo#63819 Ctrl+Backspace also deletes the space before the word
        
        Change-Id: I147e8632c36ac0755a539d89ea5d34207839ea7c
        Reviewed-on: https://gerrit.libreoffice.org/6518
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [a9a197d9e23c3494047af8e7c377a90b3ca12fef]

        fix build: int->sal_Int32
        
        Change-Id: I20b2dff7bef115b2eab8e6fdba9a836612134d48

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [55a5416d7e15b627bea0d2c25fd43f4992039efe]

        Updated core Project: help  39f6e246dc6790f93511d3f7f7e08861f160d400

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [f7bb9d000b6f54298cc3d9678711b82eb2dcb337]

        convert cross-fade dialog to .ui
        
        Change-Id: I51f90299f0a2f9573dd8cfd1e6b875e7c76af125

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [4f08dcc0e68fa7da6778706b349a19de1c064531]

        longparas: safe STRING_NOTFOUND -> -1
        
        Change-Id: Ib60e1f052d15ca49e8cbba48b65a94d273a82170

2013-11-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [acef4b26879f6f8d80c26f6d2ee80667cb6ed388]

        fdo#70144 Mark database document as modified when data inserted in firebird.
        
        This only applies to embedded databases where any changes to the database
        only affect the temporary extracted db which still has to be stored into
        the .odb.
        
        This only fixes the status for modification/insertion/deletion of data
        in existing tables. Insertion of new tables still does not result
        in the modified state being set.
        
        Change-Id: I553f67127672f2cf49b98ddcdf7d25f22bef5074
        Reviewed-on: https://gerrit.libreoffice.org/6621
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-11-14  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [5c7ede91afaf334cd6faa099ae3f7c1d6cc929c8]

        fdo#70457: Preserve rotation of embedded bitmaps from docx
        
        When importing bitmaps coming from VML code, we were mistakenly ignoring
        rotation information: we have just added it to the existing XShape object.
        
        In the case of bitmaps expressed in DrawingML, the code was transforming
        them into SwXTextGraphicObjects which don't have rotation information.
        We are now preventing that transformation when rotation value differs from
        zero, leaving the XShape object that was built in the first pass through
        the document.
        
        Added a unit test.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6484
        
        Change-Id: I40100f8919894e48c005f8ed445bb5cad4f58d8b

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [8e0aec74cadcc7ad0fe38d52f542c6a6643308ae]

        starmath: Elements dock: add missing reverse circumflex
        
        Change-Id: I63c7caec6c2c630cf1ce67a4e0f71694475e83bc

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [dbeb26016999a8d36dc83bb703b9ed73c8d95eb3]

        starmath: Elements dock: add missing scalable braces
        
        RID_SLRBRACEX was missing in the Elements dock.
        
        Change-Id: Id8b2035b603938dea774ac2cfe1ef5aaff4dae54

2013-11-14  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a6e09b196a1cf530a9d0c028c7a337e08a347577]

        Moved some hxx that were included once...
        
        ..and are included by another headers
        
        Change-Id: I1adfac86525105188b68f512bcbf3b4f4a0fc490

2013-11-14  Joel Madero  <jmadero.dev@gmail.com>  [686ab95e97e3a432fcccc88ae30b8ad6eed1b2b4]

        fdo#47677 - Track Changes Toolbar
        
        Added new toolbar ("Changes") which contains accept, reject, comment,
        protect, accept or reject, record and show within Writer.
        
        Change-Id: Ic541f95f09b3897cdabd23a6e1070809f361cc16

2013-11-14  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [37aa85abd567363ec7ae699ff2b24403672ba874]

        fdo#70838: Add unit test for docx export
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6434
        
        Change-Id: I631073180f973000c68533cd21b0b8447e5869e9

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [cca8c8cf79e0d9bcfb8798de3948aa446317b08e]

        nss: upgrade to 3.15.3
        
        - from nss_macosx.patch drop nmedit hunk (removed upstream)
        - adapt include and lib paths to changed tarball directory layout
        
        Change-Id: Ia5dcce8dfd9d10e7e4ba689eefa9f39a51596dfe
        Reviewed-on: https://gerrit.libreoffice.org/6670
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-14  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [6c5557c60f97778fd732c01f054553356ce7f258]

        fdo#70838: Fix position issue when exporting shapes to docx.
        
        Fixed an error at ImplEESdrWriter::ImplFlipBoundingBox implementation.
        I've also tried to simplify and explain the calculations done there.
        
        Change-Id: I41c6c6e1a045803524479c92ef807913db38167a
        Reviewed-on: https://gerrit.libreoffice.org/6433
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-14  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [cc8c94b362e89d7d7e974119be77679f2f344d91]

        fdo#70838: Fix size issue when exporting shapes to docx.
        
        We were saving the size of the rotated shape bounding box in the docx file
        but that size was being interpreted as the size of the original, unrotated
        shape.
        
        Now VMLExport::Commit will use the dimensions of the rectangle received as
        a parameter to save to the file instead of those returned by SdrAttrObject
        ->GetSnapRect
        
        Change-Id: I53670db77f5e5320a87579dcd56617d5ccf1851a
        Reviewed-on: https://gerrit.libreoffice.org/6432
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [4de85c0613c1eb035bed204b604557d84217193a]

        Updated core Project: help  42f290e423e49da0283dcd00a66f17cf1d201456

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [904fe66ce17f24d8c81130ca204ee3c5cbf52802]

        downgrade sdremote.bluetooth warning to info
        
        Change-Id: Iec39551dafead84f4f0ad246e7e1d1ad16e15b4a

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [f13a47fa04db2e8c653df8adf8249a89ca06b291]

        convert insert slides dialog to .ui
        
        Change-Id: I9dc8366d2e8bd2ab16ce11c9e69cbdbdca0ccae5

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [8820448bfebc362b31e673a5b7d01a8dc9144eca]

        longparas: change GetExpandTxt to sal_Int32
        
        Change-Id: I34b6f91d104e5f095f0aad58869d62d0a367d2b3

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [0e345eaec89c8b0e0912da9de418e90c671b1e7d]

        ...and -Werror,-Wunused-parameter
        
        Change-Id: I8b9e0629710c3b48c26a19158ab54bb250d79d5c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [3aa23c76036ae8cfb21c4de3b5c608c51888eb5d]

        -Werror,-Wunused-variable
        
        Change-Id: Ida3365b0451b947e04d7097799ac5108f76fc1a5

2013-11-14  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [ddaf39843ff8eac8e71a7d9a8bb74b34935cd399]

        Save Image-Crop information in docx for PNG
        
         Issue:-
          1] When MS Office docx file containing cropped image is
             round tripped with LibreOffice 4.2, image looses
             its cropping effect.
        
         Implementation:-
          1] Function WriteSrcRect() is implemented inside docxattributeoutput.cxx
          2] It writes out xml tag <a:srcRect> which is responsible for storing
             cropping parameters
        
        Change-Id: I8814df40f9907512779b42c9ad2405953c70626b
        Reviewed-on: https://gerrit.libreoffice.org/6507
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6ad1a001b5c1d8287808aa3d9f7dfdb39040100f]

        Missing include
        
        Change-Id: Ia8a15d1ec79577e4cd5bcaec99ef0926163a14ca

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [7f183f136b0b4d8b5b09f30b2831b27e8d6cf5e7]

        Adapt MediaDescriptor log area code
        
        ...post 24cad6a6490b245bd88ec3e3c87195628914f6a2 "Move MediaDescriptor from
        comphelper to unotools."
        
        Change-Id: I71b4f4e1c1b68c3281f77dc15a2df30bfbf7e587

2013-11-14  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [7b947fe24299108fd74baa79c6c25ed8022caf78]

        Save Image-Crop information in docx
        
        Issue:-
        1] When MS Office docx file containing cropped image is
           round tripped with LibreOffice 4.2, image looses
           its cropping effect.
        
        Implentation:-
        1] Function WriteSrcRect() is implemnted inside docxattributeoutput.cxx
        2] It writes out xml tag <a:srcRect> which is responsible for storing
           cropping parameters
        3] Written Unit Test to verify cropping parameters
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6240
        
        Change-Id: I6ab30305bae44ca1bfef73b0df2967d943ee60fe

2013-11-14  James Michael DuPont  <jamesmikedupont@googlemail.com>  [0d388a00adf2f588796be1b7c743f858f8dc0fc4]

        cleanup includes
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	Makefile_idl_compile
        	include.idl
        	offapi/com/sun/star/util/EventMultiplexer.idl
        
        Change-Id: Id4b3e6e165cc9c40762f5d96dc734ad698690877

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f0a9ca24fd4bf79cac908bf0d6fdb8905dc504db]

        rhbz#887420 Implement "block untrusted referer links" feature
        
        For now, this checks for a trusted referer (if the BlockUntrustedRefererLinks
        configuration prop is set) in utl::MediaDescriptor::impl_openStreamWithURL and
        SvxBrushItem::GetGraphicObject.  Checking in additional places will probably be
        necessary to block /all/ unwanted communication.  Also, some places marked
        /*TODO?*/ currently pass in an empty referer (which is always considered
        trusted) and will probably need to be adapted.
        
        Ideally, Referer URIs would never be empty (and consistently use something like
        <private:user> for cases where access is explicitly initiated by the user and
        should never be blocked), but that's a very daunting task, so start small by
        identifying the places that potentially need blocking and adding appropriate
        Referer URIs there.  Also, Referer information should always be computed as
        freshly as possible from the context in which an access attempt is made, but,
        again, always carrying the information from the context all the way to the
        relevant functions is a very daunting task, so for now store the information
        upon object instantiation in some cases (SvxBrushItem, SdrGrafObj, ...).
        
        The Referer URI (css.document.MediaDescriptor property; SID_REFERER) was already
        used to track macro execution, and there is one place in
        SfxApplication::OpenDocExec_Impl where opening of hyperlinks (explicitly clicked
        by the user) is done that needs the current document's URI as Referer to check
        execution of macro URIs but needs an empty (or <private:user>, see above)
        Referer to not block non-macro URIs.  Special code has been added there to
        handle that.
        
        Change-Id: Iafbdc07a9fe925d9ee580d4f5778448f18f2ebd9

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [96aca98168cba4b9055f2e2a16bb1a8f6f6e57ce]

        Minor clean-up
        
        Change-Id: I30a06f693704a8471af39e5232a7abef1056be32

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [cfbd74c3798bd2a71f2cc4d856cb701ca9e2d696]

        Minor clean-up
        
        Change-Id: Ia6d8a3ddd003558cace81837753e93427737023a

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [24cad6a6490b245bd88ec3e3c87195628914f6a2]

        Move MediaDescriptor from comphelper to unotools
        
        ...so it will be able to use SvtSecurityOptions internally.
        
        Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8061c8c70b7ffcd8f472d2f5b909911f2095fec7]

        Make requestAndVerifyDocPassword var with MediaDescriptor a mem fn of latter
        
        Change-Id: I645d554c7ce592d93ca0696fa7e6068ce40c9058

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [18be6f161de20f3b0e05d0dd494242eda16ee5c4]

        Add "block untrusted referer links" switch
        
        Change-Id: Id2f2a3dafc3bb7ec6fada6bfda5843348dfac5a1

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [7d989aef3d073e67a4bdbb16f71c8cc38c0c60b0]

        WaE: Global resources should have an identifier >= 256.
        
        Change-Id: I89416932f46151479459c8fff98934ae6a7fcd60

2013-11-14  YogeshBharate  <yogesh.bharate@synerzip.com>  [fab11968a83b988316c94625ea874cb206314da6]

        Code changes and unit test to check no empty font name is exported
        
        Problem Description:
        In fontTable.xml, empty font name gets exported.
        So while exporting check no empty font name is exported.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6319
        
        Change-Id: Icaa58d23b7754925291867b4c9557c8232f77d69

2013-11-14  Caolán McNamara  <caolanm@redhat.com>  [56368292012a0521d663361d53c70267fdb7b0d1]

        conflicting types for parameter
        
        Change-Id: I97275e191a0f6d5dd00bf6cbbd906a662190f5ee

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [7377aaa1aec90f105b6c5d56a2c9453081b2b8ba]

        Use rtl::Static
        
        Change-Id: I391e027b2567c4239c1d02e132c6508b3f49d381

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [388734a14fbb13bf5960d80801d9bf38a1fb408a]

        -Werror,-Wunused-member-function
        
        Change-Id: I535617f838f8b0ed7b767c449f40cb54a872be27

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2a6976dfa90adcf9390713a6dcb5bc5e2679c3b4]

        -Werror,-Wunused-member-function
        
        Change-Id: I32e4a80e99885c561a30e8f059c9b9a24c4bd3c7

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1b3e9bcdfa0376c29685be9ab8a838aa61af9814]

        -Werror,-Wunused-member-function
        
        Change-Id: I4e47b5194992d3847a689284d7600be92a4ead26

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f71f94acd8e33b4b4afa0787911ebe2a1d8c784e]

        -Werror,-Wunused-member-function
        
        Change-Id: I3a788db0fe215c7ce3a69c3dad2b8a72f4db88ee

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [81d3ccfdd0fa7e448a493ee242333b32722b41bc]

        -Werror,-Wunused-member-function
        
        Change-Id: I15d27e5bd372c15c920abc6abf1737ce2d43e2ce

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [3026e7a91fb0c93c18b0d988f6f88c936f439290]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: Idb21a2fcceccf037e0f8ca56905306b359779813

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c21304822685e463052f4cdff64c31c97d3394fa]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I9858795019e5b15965cdfe9f186129a93b6d52ad

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [07b9bec1a6ebdae111d0def33692ffa3efe61dad]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I17f7fd32c020443d48c2488f7db32519a8d11831

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c8497ae116db47958ba921d03cb1824476b59a49]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I855297c68d2be1a35c8c6a438f64defb8ac377cc

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8b47d21e890f3816731b6992f8c0fc4d1f2581d0]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: If4952a5e36ba52f07231560f4bd3cc568b9fde52

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [fea392e1aae17851d5c0a657b287cdae07b8119b]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I7e2dbcf299fc01255340c78d99f0434dc0c1fc61

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [85dc973219c31a11e9a88cb86dcb813402084149]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I4763547ceebab61077c67f2a8c67d6ab388fb6b3

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [0fb6957f37214224a9a6d74db0edb68779b2a33b]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I58537f2fa2c0c403f441319b574b6f7794f38152

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [d4ea861f721360eb26e49d12bcc115439e784fd4]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I697e70491fb77f61615b3d5780b57fff29a04ec6

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b76187aac7787877f6e2caa0f96fdba9bf26ea48]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: Ibd913043822c9901bad8495944367915df10b1f4

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [eecfc1e2a4287fcd93a19bbc5876a0bc1ada7822]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: Ibcf69aee2391b830c328f458ba2ab753a4e18b9d

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6ed352a7b35fd2f740fe76cc56b0b255b6ceae17]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: I648399356bed41f6aa9d6ec276ee975f5d3b1fa4

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6e349393768cd8141daf3b9dd663e6a9ad8e8ca0]

        -Werror,-Wunused-member-function
        
        Change-Id: I51dff2bbfe8b9fb36080cb3fe20bfdd6b0e88119

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8fd81bd96b0caf0b52eab69e64d0901e8e29f933]

        -Werror,-Wunused-member-function
        
        Change-Id: Ic575f5bcca894639667f9893c5caf8163b124037

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1a13c2793daae26f7c0abb0fb93ae6ca812b4518]

        -Werror,-Wunused-member-function
        
        Change-Id: I67ed29e0669ab189f158aca4c6f0dd95fac3ea1a

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c10b8c2f06a9403da7d107cdd32ad4a535e6f339]

        -Werror,-Wunused-member-function
        
        Change-Id: I3da2e9d7e886c73328b65275e938bcbe9b3661cc

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [5ccb60089061f3af9ffc7c37bbb0ea75231cdbe3]

        -Werror,-Wunused-member-function
        
        Change-Id: I8321893bc64e1fe401ffd5acaaa52e012c374261

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a6ba5addb7d37d55706518180841332642cf8eae]

        -Werror,-Wunused-member-function
        
        Change-Id: Iefe2c50a8fbd6ab95a77856b3a65de9e6beacefe

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [ad4268cc8ae58d4c65ae343876b325d9db720c73]

        -Werror,-Wunused-member-function
        
        Change-Id: I91827c3728d56b8943e9769e3fefdcc727306e16

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [90be5b23e62cbdd6c93d5703c29507e4ce463bac]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: Ie6843c4d455dd82a8c1ebd8778165b04e7b94d71

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6316de5b705623a01ab3af926dad2ef7e17dd55b]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: I4940e801aeebc5e8457e17ca8cdb50d5301a5218

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [13e4f86a51e26b89a22c4c6412c113f475392619]

        -Werror,-Wunused-member-function
        
        Change-Id: I69caf8ce9395c6318f1452e5bed3752e1c282528

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [304e9c4c3734d7f0f4b62d221a9c70908b6d746d]

        -Werror,-Wunused-member-function
        
        Change-Id: I7db34329a93c33c425f1e63fa842b218e4c9517c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8edf036c33c2eccddefded42ad1e64fae96c7539]

        -Werror,-Wunused-member-function
        
        Change-Id: I0e7bde090d68f840b4dee0fa27a7dfaf05a21e8a

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a6f46da9651c972ae7f9d3cc78764bd0b24e5def]

        -Werror,-Wunused-member-function
        
        Change-Id: I24a86c070d14e151d7fd893e17ccf10cd1b4e6e1

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b4ac2870360ec83aa941bd3627e5b39cb1292181]

        -Werror,-Wunused-member-function
        
        Change-Id: Id6e605546453a45124acf23cda90fe8a9031f580

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b8111a0012292f80562382fedd2c25b56a2f608e]

        -Werror,-Wunused-member-function
        
        Change-Id: I52a2cb0a472b2b5d4489121a456f744c6be19b64

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a2fcb3869308a6d4963fe13c5e598fe8aa6420ae]

        -Werror,-Wunused-member-function
        
        Change-Id: Ib0974dcfa02a151ed970334e56c596e9c3343ca6

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [0d61e8250baec8c59e0036290ce56c885668a152]

        -Werror,-Wunused-member-function
        
        Change-Id: I41ee628a7becb940fe19f3f17640ce4976df870e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2a6a3384ac3414f200fcbde507d6458f2c70f83d]

        -Werror,-Wunused-member-function
        
        Change-Id: Id1a974507f73193aa788523cebc75abd9fc684c5

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [9e50349c54edc6563770a7f25244f517e572f8b3]

        -Werror,-Wunused-member-function
        
        Change-Id: I65ce35a10ea2ac406b9f42a47bd9f5619e136d96

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1097b97c36e91a16db47dfbb7d54a0317e07d57c]

        -Werror,-Wunused-member-function
        
        Change-Id: Icd677dcdbc1748da2fcd1dc37db9c4885f505ac9

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4105d5f2cb6ce1111b41a7df29a12cbf5e3f1f34]

        -Werror,-Wunused-member-function
        
        Change-Id: I76caaa7e6097fc17d6eb5098b890e755e4d6e3aa

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4f8c687097488d9d8cab901451fff3053e9ae403]

        -Werror,-Wunused-member-function
        
        Change-Id: I2e247ed311f6b3fee751900b8f037081d0025794

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [9e30ced3c372c01b4a2bfb10abc42fd77f9a0fdf]

        -Werror,-Wunused-member-function
        
        Change-Id: Idbc13f395b8e23e876d0e954810f3a91b2399748

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1eab4c942a73e0d5b2afc06e5b49023673ce6d12]

        -Werror,-Wunused-member-function
        
        Change-Id: Ie10ff4da2612e4b89d9126070edeeb0b5661df86

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4d8af503b633e5f0f340d49e25de431344271525]

        -Werror,-Wunused-member-function
        
        Change-Id: I5e7898dc8b0f01cfae48ac564fc8157931a06f9f

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b383ddc28a52a3d1ede86ceb1b583d364752ee32]

        -Werror,-Wunused-member-function
        
        Change-Id: I89170a2d79605f72e40d5e7664458cad9590ec0b

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2586f7a6ddd195ce5ad21d91e2cf427cb229051d]

        -Werror,-Wunused-member-function
        
        Change-Id: Iabe3b1dac4c3f0997e786cb641faf43e791018b1

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [83b86f20c0a85dede9be8224c2be64b50377f46d]

        -Werror,-Wduplicate-enum
        
        Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [e537c807fbfbcbfb707c6bb49da2dcc5ea839920]

        -Werror,-Wunused-member-function
        
        SimpleView had been unused since its inception in
        b561e658ebed8cfcfd18dc90bd25de9134341fb3 "INTEGRATION: CWS presenterview."
        
        Change-Id: Ieb3af55c4cfebd24fe229c847f38ca108ae3401e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [ba3783467c400eac564bd61ce790f5f6fe8203b6]

        -Werror,-Wunused-member-function
        
        Change-Id: Ia04390e5a3d4c5833c24add581985a9491af0443

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [861a1814d51a4f49981961bb5d3a56ab7f4317d7]

        -Werror,-Wunused-member-function
        
        writeTransformAttribute was unused since its inception in
        90f5ce36231551e226d4b3e2fefaa8493af692ac "svg-import-filter.diff: SVG Import
        Filter implementation in filter module."
        
        Change-Id: Ifa7a13f9665d59fcc1cf8c9c3d48685bddc8bd59

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6e9e1dfc0550908c338901c69b71f36f083c8d88]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: I24a341ef92a41682622a3d497638b6724419a89b

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a6cf7fb28160880f2177de6ce894737141a3ca9f]

        -Werror,-Wunused-member-function
        
        Change-Id: I9cfbb66dbfac02faa478a4f38982962b0c6f3c3d

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [ecc060715a7f903ff48a9db3d9c4c31769e82a18]

        -Werror,-Wunused-member-function
        
        Change-Id: If7618661da2b6c919ec05abace03723cb961c741

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f7450d02665f8f6940d2f115ef16fb98d166403e]

        -Werror,-Wunused-member-function
        
        Change-Id: I6b4b3f8c272dcd5663920310e40647d7730c54d5

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [32f125f6e3022bc9d938ebe7c9165f73c5943ce4]

        -Werror,-Wunused-member-function
        
        Change-Id: If52a2614cfa9697e9aa5ec7af21577edef06b2f8

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [54df89611eb1ae38d6ddf5a3fa66ac64d7db0e3e]

        -Werror,-Wunused-member-function
        
        Change-Id: Ib2427bc58d1b7eea059f917db583179449ac62cf

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [e88879fe2ef23e3e85f5d4a0babb660605d447d1]

        -Werror,-Wunused-member-function
        
        Change-Id: I0f2e46abcb30bdf997d17ebbdd48a3521af06e2f

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6be8a39eb9ae3e62baa764127b8a778f5444b2f8]

        -Werror,-Wunused-member-function
        
        Change-Id: I36135da5d3ccf6f9860d4b248c0622145bdaf777

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2b9d8d6b2f661c9aa08fd01e87949f6c01706c16]

        -Werror,-Wunused-member-function
        
        Change-Id: Iea28e36ca398018acbae44517c378bb4b188a0b0

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1951bd9e4d9ef9a9524b8c22442e283923b05444]

        -Werror,-Wunused-member-function
        
        Change-Id: I7eab6d628cd2bd7a68a79ff69ba835f37fc67711

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b5369f9e7653805d224e903a47659a475d9c4fee]

        -Werror,-Wunused-member-function
        
        Change-Id: Icc6ca35623a53449d812e3f09004b926f379c889

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [0537748e8a795e5a0fd47256411a78c01a3ed1e7]

        -Werror,-Wunused-member-function
        
        Change-Id: Ib4a334f1e4b77f1f6e0a0b9a736afaf12b61b1be

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b22733a3e9f18dd17c4a02347a3c1c503c46fbf6]

        -Werror,-Wunused-member-function
        
        Change-Id: I6dc5e1b5e4be546a837b959ab03f248140aeafbf

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [00be11749456ff0ae80891d7eaea85ea7bec9857]

        -Werror,-Wunused-member-function
        
        Change-Id: Ib723e19923578c07353bbd8cef98ae031a766045

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [a1aea9418f860595641da8dcc971f656eaacf8a3]

        -Werror,-Wunused-member-function
        
        Change-Id: I7f59e3ac50a055486cd1f1dd2d887d38a3ad92c7

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [39b594337d7804087a454910a8dad4d2ad69538d]

        -Werror,-Wunused-member-function
        
        Change-Id: I92c83ead449452679e539fad2316d391a1b59a62

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [99bd37faa522fa085e8bba620263e3f3da3bc017]

        -Werror,-Wunused-member-function
        
        Change-Id: Ibfc721a819c044b5e6ec06e5bbad694662fe9e3f

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [cd6c6de5257bb671869f21fd4e6daba40ba6a038]

        -Werror,-Wunused-member-function
        
        Change-Id: Ied485bebaee36107178acee33eea1eecef70315e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b83774a7c5a425d1c43a3611744bd803cff2c446]

        -Werror,-Wunused-member-function
        
        Change-Id: Ie8f3502c735cf38e21f2f55f27d384dbe3d8d5ef

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [44322852b81ef28764b467ea9e164e3f14a1a731]

        -Werror,-Wunused-member-function
        
        Change-Id: I745ceb72423b120ef42437778e3a5fe05bd7b42b

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [198a35a1a813b4f24cbca835de97c1fd19ed250b]

        -Werror,-Wunused-member-function
        
        Change-Id: I17160893b759f4dee1871e8f6d6525d327cf8cd6

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [65292ca4bf0da6ef5fe82cfa336df4400506397b]

        -Werror,-Wunused-member-function
        
        Change-Id: I3941ea86ff64bf61276c4cab2aa8d4a05133354e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [0ca2be7cd3ab6437e0734d10e27adb0e5b3990b0]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: I3a1e2cf5e09b30004bda9dc3fa82c4be696acb2a

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [f8bf80939ab8960965b2fce58ebb614b7b754c27]

        -Werror,-Wunused-member-function
        
        Change-Id: I6f8c9a32bc9266f20b5fc74b4e2f60f7b6be55d3

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [6b1aff89edc36bbb2d7cd15814900435ead98556]

        -Werror,-Wunused-member-function
        
        Change-Id: I5c14c2c305aa6809b4a1e164b8bdc4eeb877abbd

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [2236cd00235dab0e691916e024a62908b1b4c2f0]

        -Werror,-Wunused-member-function
        
        Change-Id: Ic4dba1d313c3a27ac02f9d382d2b55218e1bad10

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [9a01133a66498b3ea637a7e75ed9094a5fc32c43]

        -Werror,-Wunused-member-function
        
        Change-Id: I557d9628478b0cddf5a2b176403bdd67db5a0695

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [89b1a0419f39aacffa2fbe5b52793d17d7bdc437]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: Ia5b7f7629a07b84b4e8042aa7f8778faa4a11b50

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b0c988cf921c826b629f2534a08d68d2ae1abf71]

        -Werror,-Wunused-member-function
        
        Change-Id: I1e91eb89b25aea247bb2d615a14a7d1cdd2b488c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b20d87f466beb38a5855350d59707f52828b9688]

        -Werror,-Wunused-member-function
        
        ...the whole ChooserDialogHandler class is unused since before
        bdc71b3e4112b5c83a6aec61403981fcdd156138 "remove non-compiled code" removed its
        sole, #if'ed out use.
        
        Change-Id: If94db1c98074132952dd204864a478e1e12d455d

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [e0cbd673c23b7975cb5bb2bcb34b2ff1be58c974]

        -Werror,-Wunused-exception-parameter
        
        Change-Id: Ibcda8d872ad89a363f71bc4d5aa92b6bae2d2608

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [e04fe00707e4634148a9490d2f323cf85c407bf2]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: I8a7974baab4e32aa7fc53c4220ec4cb79e7b3074

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [faa60fd397c7b872a22784740da7c8f21c1b6735]

        -Werror,-Wunused-member-function
        
        Change-Id: I972a0b6e73c1302cdd27b6ed88d0d1a3cb598816

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [456b6c886cd7a605c4a45f9468092d5f7c99fa45]

        -Werror,-Wunused-member-function
        
        Change-Id: Ie738ad2c055b0e380a67c4d199e006fb99155e7c

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4c55588cc380432d1d61701383cc23fe595c9133]

        -Werror,-Wshift-sign-overflow
        
        Change-Id: I1ed8f81d52e9792d1511caa41da4ff9163ed0f92

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [7c8164a83b3a068ffecaf9bda642b0eba096c228]

        -Werror,-Wunused-member-function
        
        Change-Id: I87263c22af14586d9329a6dcc0b7e3a41d7881d5

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [3702a9b19714071376146b9968ecd8f6d2a40273]

        -Werror,-Wunused-member-function
        
        Change-Id: I6197f2f9c3359ebe6c3c639f15c3e19d66434f3e

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c24b4dcff17d773221397d0fc2428e6f0454dfda]

        -Werror,-Wunused-member-function
        
        Change-Id: I5dd8f718cb96c4442e2fce08a8dc4130e934c68d

2013-11-14  Stephan Bergmann  <sbergman@redhat.com>  [1110e665215bacadf639f2303f2bb262ea16851f]

        -Werror,-Wunused-member-function
        
        Change-Id: Id218a6123037bf624044a6297edaede924bd4a9a

2013-11-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [43796f03e97fa1f61c66ba12c69c2ece1d6d3870]

        writerfilter: improve mc:AlternateContent support
        
        Commit af7d4a5ebf3e6a09cd2079f241dee16aa22e0276 (n#820503: initial MCE
        support in writerfilter ooxml tokenizer, 2013-07-03) introduced initial
        support for this, always reading the Fallback branch. Improve this, so
        an array can contain the list of features we support.
        
        Change-Id: I2d6ba2207f6bfc62dc1e15c1a605311ede1d7eeb

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [e2beb3ee1519ecb790c157853050d3b352d3839c]

        starmath: use global resource string
        
        In favor of many getters and setters :)
        
        Change-Id: Ibdfe6e2cb70ec2e743def2f898c1b56713af2661

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [dbbfdf3d32760498b746d3d5c5dcbcccf7932225]

        starmath: some improvements
        
        Change-Id: I9dbeb16a527094bb8b32f8b8926f2a511e6190ba

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [2e00906285c59bf49efaa07df83293d8cd21c9bb]

        fdo#71580: Elements dock: Alignment items are missing
        
        Also add << and >> to the Elements dock.
        
        Change-Id: Id58d64c8ab938259e84ce1a178644c6d4a6ee95d

2013-11-14  Thomas Arnhold  <thomas@arnhold.org>  [bd8b4f2b5dea5b3a0db7eac4e8d44918f1d8ec79]

        starmath: remove unused resource ids
        
        Change-Id: I9dee3cf5591df19cd0189e32ae7be024b07020f3

2013-11-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [ebeff3f074dd94dce4ce6cc55abd0495103684bd]

        xub_StrLen to sal_Int32 in SwIndex and some related
        
        Change-Id: I66735635a88844c30a7fa1c886d2c1df34008f4f

2013-11-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [cd470c64f9b09bb94262c606cfc36c8d923ffc54]

        xub_StrLen to sal_Int32 and minor optimizations
        
        Change-Id: Ie8703ee0ff6c428ed00ffb88749540588e608b43

2013-11-14  Muthu Subramanian  <sumuthu@collabora.com>  [22db67c9b64f6807d071d2c15da58954fb7aa8e9]

        n#828390: Add unit test case for subscript export.

2013-11-14  Noel Grandin  <noel@peralex.com>  [d366c9b20ec86f3fe521812a0c22def3bfd1f05e]

        remove unnecessary sal_Unicode casts in various places
        
        Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec

2013-11-14  Noel Grandin  <noel@peralex.com>  [d2fa59e4025050c9b668ecff379d668f0db52639]

        remove unnecessary sal_Unicode casts in SVX module
        
        Change-Id: I5d39af3bda3f1197fd1d706e7ef8d28b58d4851a

2013-11-14  Noel Grandin  <noel@peralex.com>  [c22ac891a3fa99908f0dcce730a83c34e7e9d7fa]

        remove unnecessary sal_Unicode casts in SVGIO module
        
        Change-Id: Ie463f500bd8c5af37e99fb9e1a8d1fd5b2cd0766

2013-11-14  Noel Grandin  <noel@peralex.com>  [99a1f38156aefd7ac3e578ebea74e4bbecdc64dc]

        remove unnecessary sal_Unicode casts in OOX module
        
        Change-Id: I2b9f26cb500a9e56f5860bd1b483ed284b84f50d

2013-11-14  Noel Grandin  <noel@peralex.com>  [d9648d3567e60f4482984a25e2b78e8a2fae52e3]

        remove unnecessary sal_Unicode casts in DBACCESS module
        
        Change-Id: I4c4ab5d672e994b1e8e3beac027d3f4e8f700714

2013-11-14  Noel Grandin  <noel@peralex.com>  [531c2dc791098d3d335abc0ddd055780fe3b7f2a]

        remove unnecessary sal_Unicode casts in SW module
        
        Change-Id: I9e67d4f5e680a29718c4e7be7292913602cd9311

2013-11-14  Noel Grandin  <noel@peralex.com>  [3cabbf37b965a11e7d63de05eaacfbdb29b67b74]

        remove unnecessary sal_Unicode casts in VCL module
        
        Change-Id: I79da72097e8bc86891075d1484a59b5599a063d0

2013-11-14  Noel Grandin  <noel@peralex.com>  [3acca4c859b7198bc3caf4c690bfc653883e61b7]

        remove unnecessary sal_Unicode casts in UCB module
        
        Change-Id: Ib93120ec0cae76b5ea19f723054363771b27ab56

2013-11-14  Noel Grandin  <noel@peralex.com>  [15113ea855baab1f8319a7125cec90d203904cb7]

        remove unnecessary sal_Unicode casts in SC module
        
        Change-Id: Iee7688ea60b4d45d3e6725afd46e9cbb5ebe26c5

2013-11-14  Noel Grandin  <noel@peralex.com>  [39c8da8c86decbe3443a786ad445a18b0078daa3]

        remove unnecessary sal_Unicode casts in XMLOFF module
        
        Change-Id: I836c7a28d5ec9039c0b185e8db2aa6d01ac62566
        Reviewed-on: https://gerrit.libreoffice.org/6665
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-11-13  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f50699c816de8e4be3433c6387e37d92aedd41a0]

        GPU Calc: Eliminated compiler warnings
        
        Change-Id: If7ccf5193689ac770be317ac2f786096f5160797

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [78feb4327ec0edd7d5f1d38fde34658e4e6d6dee]

        GPU Calc: unit test cases for ROUND
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-156 BUG
        
        Change-Id: Ieb606f55ab21f288215de29f5fd6c1e46e1b39ed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [2d30a56f77dc7e50fd6050f223b52c2a0c0ab311]

        GPU Calc: implemented ROUND
        
        AMLOEXT-156 FIX
        
        Change-Id: I149b663736b1d126414ce034262e83fd05a558fb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [b07bfeea13e32a6fbf70d5932901a95c02ebf878]

        GPU Calc: unit test cases for LN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-154 BUG
        
        Change-Id: Icf35e717a740515e86195699b776d0910c71b1f0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [6cd4e84d34a2644201bf6dbb7719a8d054b73ad0]

        GPU Calc: implemented LN
        
        AMLOEXT-154 FIX
        
        Change-Id: I5c00fed99996bc87c8ad0026ffbe4c1822e108d6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [e2736b7c556245c8ab72540a1de7dcbe94d83e32]

        GPU Calc: unit test cases for GAMMADIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-157 BUG
        
        Change-Id: I7f97ee47050378fa411b5e635141847929c55b46
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [a14622c88eda570e029eeb81baadda37d4417196]

        GPU Calc: implemented GAMMADIST
        
        AMLOEXT-157 FIX
        
        Change-Id: I806b6522e7481af87c03fbd1b1d500eb5cd1b9bf
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [848b91fbdf668d0de0511992d8ca22911d63c0b6]

        GPU Calc: unit test cases for LOGNORMDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-112 BUG
        
        Change-Id: I4ab444e974499138afe330c9ccb9da640f8d3724
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [522393aea30a8e33b6a65e45370ce9b0aad890b8]

        GPU Calc: implemented LOGNORMDIST
        
        AMLOEXT-112 FIX
        
        Change-Id: Ifdf8388ab5375d6463b8648b890787a3c3db0325
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [84a8d2dde9b624f6c2ee6ba52dea3612ba6a4a25]

        GPU Calc: unit test cases for FORECAST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-109 BUG
        
        Change-Id: I71c31ec1ce58ed55cf47b573459c2af9402ae8ab
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [38303bba7af44cbc876eee0ed38c713b60d29966]

        GPU Calc: implemented FORECAST
        
        AMLOEXT-109 FIX
        
        Change-Id: I3be61f73e7a2d48b4977bb80ecd8df8e86f49929
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [975e946f04cd39aa620d7c7d61833fdb40572355]

        GPU Calc: unit test cases for BITAND
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-149 BUG
        
        Change-Id: Iad20b76cc627768421bb3523388deeaa3584439e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [d767355e1f3cda3d2eec5140abad2d26e6f70ce2]

        GPU Calc: implemented BITAND
        
        AMLOEXT-149 FIX
        
        Change-Id: I4d7061993348c93bef929d0fe5484fa06e700230
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [7e4bbdd944810b0a095d5797b37c007834fe3f37]

        GPU Calc: unit test cases for ATANH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-145 BUG
        
        Change-Id: I4f4da7dc73836c4c28a81eb8bcc43e471adc40ac
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [308f73a1f018ab79b2f8a0fa5a66777c9244adbb]

        GPU Calc: implemented for ATANH
        
        AMLOEXT-145 FIX
        
        Change-Id: I5bc9f5d6e94df018725691ed365db332a067cc43
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [de08508db3d7785aa72be55268514708497fc7d3]

        GPU Calc: unit test cases for ATAN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-144 BUG
        
        Change-Id: I2e0664cdd9a557666652fcf5d77dac2d93a0aa79
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [44b2e2f6b6d2f11829b0d98de7606ee01ec17cac]

        GPU Calc: implemented ATAN
        
        AMLOEXT-144 FIX
        
        Change-Id: Ib94a4fbdcdf928c9a943d5b57449e7335d82b016
        Refactoring: fix compile warnning in op_statistical.cxx
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [84901d03c44da80ece47758e8af44178037d2aca]

        GPU Calc: unit test cases for ASINH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-143 BUG
        
        Change-Id: Ib5b0d65d0dc88e5ea45679f9aba3ce4f55944daf
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [8a8c128a9ee711f701c7caa750f491324e64fe54]

        GPU Calc: implemented ASINH
        
        AMLOEXT-143 FIX
        
        Change-Id: Ib6d408a18881252271718715de4fdbb9e6068c06
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [a07929c479200f9c600845d7078183581a5d23d7]

        GPU Calc: unit test cases for ASIN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-130 BUG
        
        Change-Id: I964d15fc3b864d2c392d3b1dcb22153eb057ff5b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [6d5ee68763f94e699089242bd05dfe2f519d9d3c]

        GPU Calc: implemented ASIN
        
        AMLOEXT-130 FIX
        
        Change-Id: I1427b6348f8aaa88ce0693e7773677afe3bd7860
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [ee999b1c5fe6d116e18354ef3359912d33101dc7]

        GPU Calc: unit test cases for ACOTH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-129 BUG
        
        Change-Id: I6ef356cad7cdc787309dfd22efff50364e2c2d3a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [c1e2b069fa41489674b883603c9400a78a140a14]

        GPU Calc: implemented ACOTH
        
        AMLOEXT-129 FIX
        
        Change-Id: I1f05ddc3a0187db33e4b9a618560ddf5ecc8aae3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [fd911a92d1e1b022fd652a1740b1d0b524054412]

        GPU Calc: unit test cases for CRITBINOM
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-142 BUG
        
        Change-Id: I8528df9d89dc21ae9e3fade580c0631764d74c43
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [efc507cebc00051f7288fd0e017b4caec1c407b7]

        GPU Calc: implemented CRITBINOM
        
        AMLOEXT-142 FIX
        
        Change-Id: Iec44d694c7ab520ca403efe7b6ccc2d6fbd84343
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [cac80844c3d43fa8f7280be1a508875ca97a5aa6]

        GPU Calc: unit test cases for COSH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-85 BUG
        
        Change-Id: I44bc5463daa2296fac80beaf2b83e8fafb9e20e4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  zhenyu yuan  <zhenyuyuan@multicorewareinc.com>  [90ce20aebcd090e10e0820f175e09c11ae437dda]

        GPU Calc: implemented COSH
        
        AMLOEXT-85 FIX
        
        Change-Id: Ie2110026b35d9ffade209e0e3c31f7a868e56f03
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [7db412400b24eec53b6030974551edbbb35ab89d]

        GPU Calc: unit test cases for ARCCOT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-127 BUG
        
        Change-Id: I2e44589b34da9a2491986b4f8ab075da7b01145a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [fa87dc52d756387cdc641d76062f0c3ce9bb22e0]

        GPU Calc: implemented ARCCOT
        
        AMLOEXT-127 FIX
        
        Change-Id: I474eb4b63a490818f7743b9ceddcbacb31417fc2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli ju  <mingli@multicorewareinc.com>  [abe9979c319d29e66431ad796da85c6043530be4]

        GPU Calc: unit test cases for LOGINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-107 BUG
        
        Change-Id: I4caeb87ecf805f460d22dc30ca1d11d9f10a3ad2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [6d76efd7fdd4b0520c416fc1d7c7c1e663096a2e]

        GPU Calc: implemented for LOGINV
        
        AMLOEXT-107 FIX
        
        Change-Id: I15b2d7b3420d8c4d66bf0d381dcf04953a7d406f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [c0e2c19f629403f66e0290ece29c895629287593]

        GPU Calc: unit test cases for ACCRINT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-138 BUG
        
        Change-Id: If1e82dda864f06b0deea448e3bfbaf116b2c6ee4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [541b0791549097b379a57270f55d09603417a4e8]

        GPU Calc: implemented ACCRINT
        
        AMLOEXT-138 FIX
        
        Change-Id: I3759041f62d68ce1203e339687d9c01e73600a66
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [9f9be02cca70f4b98b1bf5aceadca83bb4cedcb1]

        GPU Calc: unit test cases for COUPNCD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-136 BUG
        
        Change-Id: I00478c7094240f61c4f316eac833756a0ad8edc2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [483fb8b32d3b65582f3bb48eb1f422f0bc244e4b]

        GPU Calc: implemented for COUPNCD
        
        AMLOEXT-136 FIX
        
        Change-Id: I53be7030bc1e0386e21fb71837677f7dadfc302f
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6b160fa3e4a343387048279d0d85355b0a70a770]

        Fix regression with SUM(), and test case to catch it.
        
        Change-Id: I76061ce5d975ac565d49b89f8365e355aa0ad009

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [acf93bbc9721038d37743c0c51170e71c6dcda28]

        remove more pragma instances of GCC system_header
        
        Use "#pragma GCC diagnostic ignored" instead which does not prevent
        generation of dependencies.
        
        Change-Id: Ic9034f20ef71c1ee6e5363b73c831142c2813d20

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [83dcbe4ca755e53aaab6fb95647d95998182a51f]

        ucb: kill webdav-neon/warnings_guard_ne_locks.h too
        
        Change-Id: I44919cf592eee026116fc5fbc12e0d5baa4bda2b

2013-11-14  Michael Stahl  <mstahl@redhat.com>  [d6809a9ac55d80a9bae07d0c7d00137e211c49e8]

        i18npool, forms: remove warnings_guard_unicode*.h
        
        These horrible headers use "#pragma GCC system_header" and thereby
        prevent generated Makefile dependencies, which is what broke incremental
        builds after the ICU upgrade today.
        
        Change-Id: Ife983b3c4de86968da8a0187a1acb1bbb2b5c81f

2013-11-13  Kohei Yoshida  <kohei.yoshida@collabora.com>  [17cf61482a5560b82730b65552ebc770c0a2fd81]

        Let's not comment out the whole unit test target.
        
        Change-Id: I1629e75bfc6a528a4cbeaf296e73937b0c18a81c

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [70ad8ec6d5bd9b2b146d7409ec06d3414cd8551c]

        Make CppunitTest_sw_htmlexport use DECLARE_SW_ROUNDTRIP_TEST()
        
        Change-Id: Idc524ce084e117a9cfe816e5012ef33ea774fef6

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [f15efcb0f53ea45bf4d44a83e60706d4899c42cd]

        Add sc.opencl
        
        Change-Id: I1a6544701afa7658464334d454451284a34530cb

2013-11-13  minwang  <min@multicorewareinc.com>  [f57849566ebd4432d08bee6d393a163eeb6b5292]

        GPU Calc: unit test cases for COUPPCD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-135 BUG
        
        Change-Id: I57822062ea2672fe3d290f11905330fb4e7b8ba5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [e667e8d6b56c4b3f5939d784532afc7994aa8427]

        GPU Calc: implemented for COUPPCD
        
        AMLOEXT-135 FIX
        
        Change-Id: If16217647f85bdd4a309c81b33bc963b9e54f657
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [246e0148aacfbdf6f5c294464ae0a4e063443bb8]

        GPU Calc: unit test cases for DB
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-132 BUG
        
        Change-Id: I89dca4895fd8952ec085a30d42d75e05e0ed96d1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  minwang  <min@multicorewareinc.com>  [570aa2e905ea421d6be6232ae6ba89a8d0127bbf]

        GPU Calc: implemented for DB
        
        AMLOEXT-132 FIX
        
        Change-Id: Ia468999f2d182fab62a8229362dfe2ebbe949654
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [76451b69743b0c50ed0f7ab4cc64bd51656aa30d]

        GPU Calc: unit test cases for PRICEDISC
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-65 BUG
        
        Change-Id: I69fab20b90fade63cb8084a5993f597cfe7a1e48
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [a293cd388cc14aa1b4a1c954576749dda176fce9]

        GPU Calc: implemented for PRICEDISC
        
        AMLOEXT-65 FIX
        
        Change-Id: Ia4dfefe0cce42f30a89a4e25366be5f8f526c471
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [e43592d38eb85f93692d33322eec7302775423ea]

        GPU Calc: unit test cases for ODDLYIELD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-68 BUG
        
        Change-Id: I432fdb4fbab18e5689c2a657b679a57424261c43
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [d6c0c2151053601bc9430e9e17b5e6b284ba5f65]

        GPU Calc: implemented for ODDLYIELD
        
        AMLOEXT-68 FIX
        
        Change-Id: I5a955a7488829621cf4ad905239f915784b1f374
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [0487d67571ef7845a55d45a504dc265140493ca5]

        GPU Calc: unit test cases for ODDLPRICE
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-67 BUG
        
        Change-Id: I1f55cf6c24f6454a933c2431724340c3ef4021e2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [27bfa067c93adf25a43ccf8a3596d2fb3f3cb592]

        GPU Calc: implemented for ODDLPRICE
        
        AMLOEXT-67 FIX
        
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli ju  <mingli@multicorewareinc.com>  [a87114ad2b90bf65df75d5efcc76c9012884046f]

        GPU Calc: unit test cases for INTERCEPT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-93 BUG
        
        Change-Id: I3f002472643041ff730b9bdda92a4516337d3c10
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [4f152b68ffda7320de2a8f85379efb823c482fab]

        GPU Calc: implemented for INTERCEPT
        
        AMLOEXT-93 FIX
        
        Change-Id: Iec88fa93b875f41596ff92622e64f01f8e967319
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [b5febdfa86d6cbaeb1653716d2f13b395cea3472]

        GPU Calc: unit test cases for CONFIDENCE
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-140 BUG
        
        Change-Id: Ib10e6ea460459c24864304f3a0bfab9582453751
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [8ac2892999febef41b177826e5ace154b4bd1af5]

        GPU Calc: implemented for CONFIDENCE
        
        AMLOEXT-140 FIX
        
        Change-Id: I570bf1606358e9cd2b90d1e53e665d4110e4286d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [cbb414241e710fb6cf65f8533983407dc6cb2a70]

        GPU Calc: unit test cases for IPMT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-134 BUG
        
        Change-Id: I14df6a7b3ecb874d88c97419bd394846655f048a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  xinjiang  <xinjiang@multicorewareinc.com>  [e2e1a878c6010820f4371dbb28198fa79cab74cc]

        GPU Calc: implemented for IPMT
        
        AMLOEXT-134 FIX
        
        Change-Id: I5b5c9c484d7d1b585d0bd20f5a08ef033701e08e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [aff86baf272ffeaec901cb70f73df4592f341896]

        GPU Calc: unit test cases for PHI
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-105 BUG
        
        Change-Id: I48a43332171c8c214e8a5df5c5bca2df9b883ad9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [66de10ae1fd74e0ebe53d535a0ee7412341fe5cd]

        GPU Calc: implemented for PHI
        
        AMLOEXT-105 FIX
        
        Change-Id: I41648a58937ca2cb77fe06f23543bcb9c9480332
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [16023a09f319cce4df8b8b1ca2b44c67ed4e9a08]

        GPU Calc: unit test cases for PERMUTATION
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-104 BUG
        
        Change-Id: I66a2069e091eda363b8085bbf5f834ed5420025b
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [090a51f8ce0532fa9db4d6c24d2e3cafeb8436f7]

        GPU Calc: implemented for PERMUTATION
        
        AMLOEXT-104 FIX
        
        Change-Id: I00b273c7995d0f34c7126d159d6d38b6b993f7c7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [152f8d40c7d5acabe253abd22d1d6a099cfeab28]

        GPU Calc: unit test cases for PERMUT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-103 BUG
        
        Change-Id: I0dc685857dc87f1d87c1258b93d66d9ef67e26f2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [03cc4ca5c448c2600828020e9ef2313468f6e0b2]

        GPU Calc: implemented for PERMUT
        
        AMLOEXT-103 FIX
        
        Change-Id: Id96ce91b8d7cb5c2949e52e5ace48c66dc5b8639
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [00d4959f96a2c1cf49a2b674ea02712a2252c2dd]

        GPU Calc: unit test cases for NORMSINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-123 BUG
        
        Change-Id: I8d7917f3e36874c4297577c7d235f6d69916fc16
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [bbf1c1154ff9ea08972444086bc401896485b81b]

        GPU Calc: implemented for NORMSINV
        
        AMLOEXT-123 FIX
        
        Change-Id: I894725fa657c2b8dc14961fe4c5771083f4eca9c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [14458e708d0cad11778c64dd5353ae210060c558]

        GPU Calc: unit test cases for NORMINV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-122 BUG
        
        Change-Id: I525792e7d79ce76d9758032e551b2025a0016b02
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [d3ce23e59ff2f7d29c3f86122519e95862c95977]

        GPU Calc: implemented for NORMINV
        
        AMLOEXT-122 FIX
        
        Change-Id: I2964939436ee87d47b9d41792aa5dff0e09e88e0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [c9ba1a8b6beb744f4f55c7593ced00fd488c022d]

        GPU Calc: unit test cases for NORMSDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-102 BUG
        
        Change-Id: I570dc015289d95a9739803f3c01e8c17aef6f1a3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [2082e77879a5bb1c699e5502106d33bdd3697f8d]

        GPU Calc: implemented for NORMSDIST
        
        AMLOEXT-102 FIX
        
        Change-Id: I4fef71f2fe272e8c1d676678141e2e31861aa50e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [12759395643022dc00aecfd2749dfd8b985b5c9d]

        GPU Calc: unit test cases for NPV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-120 BUG
        
        Change-Id: I2e61730c7bedd375600c4fedf5d6b7a210e00576
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [ea17d1ec016f84e37cf9368a1ef4e3319c748a95]

        GPU Calc: implemented for NPV
        
        AMLOEXT-120 FIX
        
        Change-Id: Ieb1411a8d7d479c11c63d7f658a3a17b4ce249fb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [85be1bb6cadb6be0d369a8cb8430a931dd985f80]

        GPU Calc: refine prototype declarations of inline function GetNullDate()
        
        Change-Id: If28d01f7a0148446edb6c8767a05c76ed9026fbb

2013-11-13  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [3f9e7e72c53ecbe8ee1ab060f811cb41eadfc7e1]

        DOCX: fdo#43093 set alignment if not already set
        
        Change-Id: I34d2c6c1fc9338cea025ac510621d370f23805a2

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [e51ae1c2c69597d751cf184f69192cdcb57ebf48]

        s/printf/SAL_INFO
        
        Change-Id: I2bced1740811d236e724eaf172249a9828575d7a

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [3b7c9033e8b0f28544468a15bb902c1029c47084]

        We don't use the static OpenCL kernels any more
        
        So remove them and code related only to them.
        
        Change-Id: Ibd09e7a801b9757443b6f87018570ec007e201d5

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [cb0755e8d1ebb88a8f72f87cd6c822d2bd022c93]

        A bit more informative logging (temporary)
        
        Change-Id: I2b8bfad0d39e7c7ab059d58db54bcc2136bd9ce2

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [ccf835b19059644e0000620933265c07927d053a]

        Don't compile the static OpenCL kernels while loading a spreadsheet
        
        It has the potential to slow down the loading as we wait for the
        compilation thread to finish when loading has otherwise
        finished. Besides, the static kernels are not even used any more.
        
        Keep the static kernel source code and the code that handles it for
        now, for reference. Also keep the compilation thread source for future
        modifications and re-use.
        
        Change-Id: I7ae6ad08b0ac00a15cc4ce5bc9906972e7e23850

2013-11-13  Arnaud Versini  <arnaud.versini@libreoffice.org>  [6b114c2dbce8bbb5aa9ffd7fac581d942cfc2819]

        Generate configure before calling ./configure --help
        
        Change-Id: I21a88802b6ca617a44def3bc96789eb97969c918
        Reviewed-on: https://gerrit.libreoffice.org/6291
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-11-13  Eike Rathke  <erack@redhat.com>  [10515c6c6f2d7257b1e9f17b16f18a637dcbf5c8]

        fixed file format mappings always have RESOURCE_BASE separators
        
        Change-Id: I7ac93f742b469156cd8eb3f8171c7e05a98598ad

2013-11-13  Michael Stahl  <mstahl@redhat.com>  [a2a7a6411f7754b537d0ba2ad28a9823dd52ef74]

        configure: NSS_MAJOR etc. unused since cffad630
        
        Change-Id: I5182e538219e85e8c2b0ae615d02d9aaaff75ca5

2013-11-13  Michael Stahl  <mstahl@redhat.com>  [d1299fd4c539a582e34c19e05ec635ee6ff6e0fa]

        nss: remove obsolete signing-disabling patch
        
        Obsolete since the Mac build uses NSS_USE_SYSTEM_SQLITE=1 now.
        
        Change-Id: Ic02756c06a992d0f19849a4edf1e6305eafb8660

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [e59cc6448c525561cfef8ceb3f9c335b2a7611c0]

        c++11 we love you
        
        Change-Id: I6ff8610f6b31481334d609a0e150285e6eef6096

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [fb38a4f71f615e786ad11fe03f15419f9a389752]

        there is no flash related .res anymore
        
        Change-Id: I191642fd7f490a88bb75fb0943ba978582f20808

2013-11-13  Robert M Campbell  <robert.rcampbell@gmail.com>  [f24fa8efad247bdc296e4724b914f73f01ef2d0b]

        Add Lao breakiterator support for selecting and counting Lao words.
        
        Change-Id: I6da721dc25394dfee12e3028aefbf0546d1be984
        Reviewed-on: https://gerrit.libreoffice.org/6669
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-13  Eike Rathke  <erack@redhat.com>  [debe0835cad25931a934eb3e1f205d508e6498cd]

        introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXML
        
        FormulaLanguage::XL_ENGLISH is not OOXML, unconditionally using
        SymbolsEnglishXL with RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML spoils
        the grammars of FormulaLanguage::XL_ENGLISH that are not OOXML.
        
        Change-Id: Id885d1c033cd15dc7b11c6490be3a98500027d37

2013-11-13  Stephan Bergmann  <sbergman@redhat.com>  [a500ab2ee19a5221817c13fc8975c27fe4e92246]

        Tunnel CXXFLAGS_CXX11 into ICU
        
        for our -D__float128=void hack for Clang against libstdc++; it is OK that that
        explicitly enables C++11 for ICU, as ICU's configure.ac would set -std=c++0x if
        no -std= is passed in.
        
        Change-Id: I0e5044773c3d6923e3b100e19b5b54ab9edf7a1b

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [46b934679a476207d78e1284b308c792dd79c05e]

        clear c++11ish
        
        Change-Id: I4eea774206a5bd1de1c10a69aceb6476c5feecbf

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [a88ea0092c8c5176cfa6ecf3e781375633b6c665]

        sufficientFontRights usage appears to have reversed logic
        
        Change-Id: Icbadfc2f2279f1814f7269110c61bb877c59cb0b

2013-11-13  Robert M Campbell  <robert.rcampbell@gmail.com>  [8ab4752820331ab80410877836093630198812d8]

        upgrade to ICU 52.1, fdo#70995
        
        Change-Id: I25e4b630c9029749cc459c0b65da287d6f0ba95e
        Reviewed-on: https://gerrit.libreoffice.org/6666
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [b7b4ce70d84591d4d17428e0f237737208f2d0f2]

        initialize sufficientFontRights
        
        Change-Id: I14d7d38c5e6e34e81e648872155a1aef9b9578d4

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [b17601a4cbedb5e05e22443459366e604194bb77]

        longparas: these USHRT_MAX are really STRING_LEN
        
        Change-Id: I5b55204c262e9fd0c14a9562351a9a1f8b080cec

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [fbe0a4a12c44901a203a011c9498a67ee6eda411]

        longparas: safe STRING_NOTFOUND -> -1
        
        Change-Id: Ib8e2dea41293822cb49ebfc7b398acc20b6c37be

2013-11-13  Muthu Subramanian  <sumuthu@collabora.com>  [08a52b17cb2e8c4c2a8c1ad7b95d2cfc5a9e844e]

        n#828390: Export subscript text.

2013-11-13  Muthu Subramanian  <sumuthu@collabora.com>  [5656393f02ddd501d60673b0686688156336f0ee]

        Add export unit test helper to testDocumentLayout.

2013-11-13  Muthu Subramanian  <sumuthu@collabora.com>  [9694f8bc26fec366d518ce913a1a48b69fadf26c]

        Adding unit test case helper for export and reload.
        
        [Similar to the one in the sc module]

2013-11-13  YogeshBharate  <yogesh.bharate@synerzip.com>  [0fe680b266f272fb82edc357fd036be85d4124cd]

        Added unit test for multicolumn section separator line
        
        Unit test case to verify the multicolumn separator value.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ifd5b060a4981dda20df2f2ee5cbb2879f9ba0cdb
        Reviewed-on: https://gerrit.libreoffice.org/6318
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a3eece5a885395888e3b8e779e1fa46f9538d7af]

        Pass Document directly to Driver for embedded databases.
        
        Change-Id: I346a8ef07c5d695b3aa879f5c25cc4af97e25b99
        Reviewed-on: https://gerrit.libreoffice.org/6627
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-11-13  David Tardon  <dtardon@redhat.com>  [d634d1a18a33fbef272a4cfdf094ce1ea1bc5d6c]

        enable more useful formats
        
        Change-Id: I790f0678a0fb06b3fd1babf499803b5250f23c1b

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [903bbf3865809ddd03e181eee1c6297c91021743]

        writerfilter: fix anchoring of anchored wps (drawingML) shapes
        
        Previous code assumed that either we're dealing with VML shapes (where
        the shape knows its position, anchoring, etc.) or with Wrtier pictures.
        drawingML shapes are a third category: they don't know their anchoring
        (and similar properties), still they are not Writer pictures.
        
        For now just fix the anchoring, other properties should be handled in a
        later follow-up commit.
        
        Change-Id: I2fede3b11cfbd423cd50cfc0c032d424c81c6c4a

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [400d5d8a90f1f2737f87b7011294cddb8071768f]

        oox: initial import of wps:wsp
        
        We import something that's visible, but the shape is always inline, even
        when it has to be anchored.
        
        Change-Id: I6e20aa1a208f06731098ad21bb51c1ca840213d0

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [cd29a30fcf0bf6c66762e4872bf1b8ced5b0262d]

        writerfilter: tokenize wps:wsp
        
        These are just the minimal changes, so that writerfilter calls into
        oox::shape::ShapeContextHandler, which does the real work.
        
        Change-Id: I4f44a508736d780ff090bca0d12526160ddd167f

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [1d4db60ab3c1947c096370d043b1f673e92dbc8c]

        oox: add support for the wps namespace
        
        The plan is that once these are here, the writerfilter ooxml tokenizer
        can refer to them. And then the writerfilter will call back to oox to do
        the real drawingml import.
        
        Change-Id: I1f860d1ade21cde767ad259d46b8d38ff167662f

2013-11-13  Ariel Constenla-Haile  <arielch@apache.org>  [b5026aaabf49b9c6e23bf9329674de2c24272c4e]

        i123670 - Add support for https links (cherry picked from commit a2afc19e04f8bb3089cbfef34960ad8f0a3b99bf)

2013-11-13  Brennan Vincent  <brennanv@email.arizona.edu>  [5ce50b8d171c9d86d2175dd35b1e7ef23255e895]

        Respect svg:font-face-format element.
        
        Call libeot to parse font if value "embedded-opentype" is found.
        
        Change-Id: I03a072fd4db47d151a3934e959ad17c1e24fcf09
        Reviewed-on: https://gerrit.libreoffice.org/6144
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [4f1e4c05a9b67fbc67ea4279793a61af46444dad]

        set mnemonic widget
        
        Change-Id: Iefdaf7d7e7b1156e9f1d20e2552ca0bb84c2a357

2013-11-13  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [191dc43f97ed8bec78ee540676a91815cad71104]

        Convert ImpSWFDialog.src to ui
        
        add ui file
        
        Change-Id: I42af9b8969a07b4d738c1fd30fc8917f24f784c6
        Reviewed-on: https://gerrit.libreoffice.org/6592
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [4281f845148f1cf3c22507ec5d57637c490f2834]

        Updated core Project: help  26d5b0661751122abfb739e8f7deb2de72f9ea28

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [4d585e6fcd379dc699ec9bcd6d96291453ecbf34]

        longparas: STRING_NOTFOUND->-1
        
        Change-Id: I596b0bbe32b9f4017e58cedb6802d82b55454d16

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [09a1a81dac8e0b3af5f2f1403a77472e24193ad9]

        remove archaic drop comments referring to STRING_NOTFOUND
        
        Change-Id: Ieb31ca4d3a4dbeae2bc66f9c94b243425805fdb0

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [9881f48337ad1151a9ddf664ba78dd7f747582cf]

        xub_StrLen->sal_Int32
        
        Change-Id: Ia7b61f28555af5f3bbfa9a8e82d54b9a18de15df

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [65a831a8b4dc6795c9c3cce4c74ec352d416d176]

        xub_StrLen->sal_Int32
        
        Change-Id: If287d83f636c2aa585559299be7039cad6208ae2

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [a556802b52c6d0089cb289de4d41c1cc8409bcac]

        xub_StrLen->sal_Int32
        
        Change-Id: I4ee33d8c5c564df62ad65cbcaf0d0cb253129fc8

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [2d2e1267be7ebb1843bed44ea53d3f5bb369ae20]

        xub_StrLen->sal_Int32
        
        Change-Id: Ia17762919b57bc6febed5cc49e8931165870c117

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [8577006e9a7c67d7bd3df19c38edda5d5f0f89f5]

        unused header file
        
        Change-Id: I179cc3dc58484ab1e21af3b1d776188d52f3974c

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [4bc5287636aa4d12aaaeff94076b4fb202a2d936]

        xub_StrLen->sal_Int32
        
        Change-Id: Ia52a898fa0a6b47eb7f78b03ef8c8648ddf72e28

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [c1fd218e903d5b7b9f705b379d86f0d237705785]

        convert name html design to .ui
        
        Change-Id: If384ab765e09a6600d3e9cb559ed58dccb6b18c1

2013-11-13  Matúš Kukan  <matus.kukan@collabora.com>  [ff5448b6c7be7a4ea60787aa1e64362d7f8f8077]

        Add icons for datastreams toolbar items
        
        as links to existing icons for now.
        
        Change-Id: I8ae2df5a1691f48b29a98d34417f6271a8f2e0a9

2013-11-13  Andras Timar  <andras.timar@collabora.com>  [28daf1af06b8c596bf7a88864456a0181f9cee19]

        fdo#59542 smaller +/- buttons will not be truncated at the bottom
        
        Change-Id: If937d72e5b10bfbf055cf5b9909d50bbf5ddac81

2013-11-13  Andras Timar  <andras.timar@collabora.com>  [1eefdd83c153a312c2af7fb66af3430cd269284c]

        fdo#69046 fix discolored thumbnail and background image of LushGreen template
        
        Change-Id: I71307b9f5d973b8282b793df1d71816fe002b541

2013-11-13  David Tardon  <dtardon@redhat.com>  [bd7a4db1dc4e4785956e81f0f997257063669709]

        add cmx
        
        Change-Id: I8c0b422dc40188936b2473fed2e7a24ed36977e9

2013-11-13  Matúš Kukan  <matus.kukan@collabora.com>  [5ad65cf4d8afb66c3da8034046d08b7399c1016c]

        remove broken friend declaration and make methods public instead
        
        Change-Id: I59b1a89cdd1269e6245bad9491916dfd1bcecea7

2013-11-13  Matúš Kukan  <matus.kukan@collabora.com>  [22a7c9c0a6301ab497d91e0370164c3c9e3cf988]

        ScRefreshTimer: export virtual methods and if possible mark SAL_OVERRIDE
        
        Change-Id: I7a14121d1e50bcf87810316db9b51a548d55a47a

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [a4451e6e1ff41edfed8eff16b433ae8dab952945]

        convert break dialog to .ui
        
        Change-Id: Ic0cee9c164eb077f76403a154461f1d1f3b52921

2013-11-13  Caolán McNamara  <caolanm@redhat.com>  [d1062ff1a5d922b96aea0f422b9399dbafe9e18c]

        allow this dialog to be resizable
        
        Change-Id: I7bc9a25e33f268608877636f215055df910b62ab

2013-11-13  Andras Timar  <andras.timar@collabora.com>  [856d22cab35e8107a6f37ce919c83b90cc2660d9]

        On Mac OS X LibreOffice cannot use native print dialog at all
        
        Change-Id: I37d36ba175362dedffbbabb561a11033a0454110

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [4dc9dc6a53870217de8b9e0b9ac434fbf3a67440]

        datastreams: add toolbar buttons to stop / resume streaming
        
        Change-Id: I601a4a174ea191c799623d29ed6eb229f9f372da

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [2c9450105b1543268dc565808ddbd76317a05446]

        datastreams: implement moving the import range down until the limit is reached
        
        Change-Id: Iaaed4399a980697c37683d838fcb1f99208233e8

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [ac435437e5777ac34858c5f097840d4e87810650]

        Implement data streams dialog that allows importing a stream of data
        
        in CSV format.
        It's possible to read directly from a URL
        or to run a process and read its output.
        
        Change-Id: I3266c3bb175b73f1023440cca40b2cfab5fcc201

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [599cb77a3969feb9502b9427e3301c78e5be7af3]

        add data streams dialog .ui file
        
        Change-Id: I184f824804f93cc4f094cf4f77d3f3263575316b

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [f116128500531ce3c95d8258a47ddd6d5cb7cb27]

        implement very simple SvScriptStream to read from process
        
        It inherits from SvStream, so it could be used easily.
        Basically, it's just a simple wrapper around
        osl_executeProcess_WithRedirectedIO() and osl_readFile().
        
        Change-Id: Ifa225c87d2c9be7e71ea113b0832a4fe83ec65b3

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [f2b3cedc01d66eb42d7ad94d158f3c7ea3c96c41]

        add menu item for data streams dialog
        
        Change-Id: I2f27afbaf91b31be2711fcb581bfd86bc103f1cb

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [f7d01def98cf542172e0f1dcebb9f35964c5c1ee]

        ScRefreshTimer: implement methods in source file
        
        And don't export any of them.
        
        Change-Id: Ib29eec6765f0fe71c9c7fbc82b0531f562b6404a

2013-11-13  Matúš Kukan  <matus.kukan@gmail.com>  [4753b9a2435a6ddab54c99aee12c52b25bad7c06]

        move ScRefreshTimerProtector into its own header file
        
        So that, we don't have to include "refreshtimer.hxx" in docsh.hxx.
        Also implement destructor in source file.
        
        Change-Id: Ie0251ad3511b44cf1dd6dae34e22ade0ab32cec4

2013-11-13  sushil_shinde  <sushil.shinde@synerzip.com>  [52ee03760e26e2ac7eb2561e96ab557ad287de58]

        [docx] CustomXml relationship files saved in InteropGrabBag and exported.
        
          The XDocuments representing the DOM of an OOXML's customxml property
          document is stored as the PropertyValue "OOXCustomXmlProps" into the
          "InteropGraBag".
        
          Added mxCustomXmlDomPropList object which holds xDocument for each
          itemProps.xml from relationship of item.xml.
        
          Exporting all itemprops files from customxml.
        
        Reviewed on:
        	https://gerrit.libreoffice.org/6603
        
        Change-Id: I3973e6ce40382bbc4da247b5b27d99b03e851744

2013-11-13  Andras Timar  <andras.timar@collabora.com>  [97747499b26314bb308b12cd331bf0d99f21c96c]

        fdo#59256 hide this option when experimental features are disabled
        
        GTK print dialog is experimental, the checkbox has no effect, if
        experimental features are disabled.
        
        Change-Id: I664a5520ed8fd0740c381af3d38fc5252c020548

2013-11-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [85d584416fd7d51a397807597b5f36e39820a317]

        installer: use 'mkdir -p' before 'ln -sf'
        
        Fixes the "ln: failed to create symbolic link
        '.../usr/lib/libreoffice/sdk/classes/win/unowinreg.dll': No such file or
        directory" problem, reported at
        http://lists.freedesktop.org/archives/libreoffice/2013-November/057443.html
        
        Change-Id: Ibe7dbbecc670921ca3c372cc9b8655cf2f50aefa

2013-11-13  Thomas Arnhold  <thomas@arnhold.org>  [e667062310ed327dc0a9d338a9e26dc0e2ce865f]

        fdo#69112 - Detaching the docking window leads to a wrong sized window
        
        Just fix it by setting an appropriate minimum window size.
        
        It's set to 100px because this is approx. one column/row of elements.
        
        Now, after entering the floating mode the height of the window is 100px.
        Maybe this needs some more adjustment, but it's not 0px anymore.
        
        Change-Id: I7b14d001bbca1d1a5297f875fdf424beefaed85a

2013-11-13  Tor Lillqvist  <tml@collabora.com>  [e4b993e95dd6a3c5ef174ab72fd11d33585ddf9a]

        What is a "thread-local" mutex?
        
        Change-Id: Idb0ca4bcefea4c1927e8238d3371c9044103239f
        Reviewed-on: https://gerrit.libreoffice.org/6651
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-13  Jan Holesovsky  <kendy@collabora.com>  [f4bda9b6ab58e9d97665ef02d5ffd896a88dca3a]

        fdo#68174: Default to large icons on OSX too, regardless of the DPI.
        
        Change-Id: Id7a8ebe6642e032e370dce2832ccaa2350fdcba8

2013-11-13  Noel Grandin  <noel@peralex.com>  [7219a08b5f637497652008f9ea4376d011ced423]

        use standard css namespace prefix
        
        Change-Id: I820faaa0dac1707f3224b981dae0bc6be5894503

2013-11-13  Noel Grandin  <noel@peralex.com>  [ba137a363c23e301e4d530567cb7c352d284514e]

        S2A macro is unused
        
        Change-Id: Ia0caf81179289e565d69215d32cc132337b806cd

2013-11-13  Noel Grandin  <noel@peralex.com>  [9c5a91efdb41cd340936846169da130d855a335a]

        expand out the A2S macro
        
        Which is not doing anything useful anymore.
        
        Change-Id: I83422e811d52a77b65655924c07b55dd7229449c

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [74816814a2c03ab5305e47c6d1f6e04f6918d946]

        GPU Calc: unit test cases for XIRR
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-137 BUG
        
        Change-Id: I6b57b304a7eaf3315d083831f0b1d9d2b06b8d94
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [64527a0090f440389891d0a29bfe36ce832f8ec5]

        GPU Calc: implemented for XIRR
        
        AMLOEXT-137 FIX
        
        Change-Id: I108a55037dbbff18848c0166604b316548e1f3c0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [fc6ca1a727497ea5c91fb3025d81f94a26eda6c0]

        GPU Calc: unit test cases for ARCCOSHYP
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-125 BUG
        
        Change-Id: I6aacd001f5dac09433d00d0f99c1376ca828a48c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [f4552fcf81fc0bd4e42dc7756b371205b94589de]

        GPU Calc: implemented for ARCCOSHYP
        
        AMLOEXT-125 FIX
        
        Change-Id: I93432a89ad7c60c4575999d9adecda30e5d58198
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  fengzeng  <fengzeng@multicorewareinc.com>  [369b48a1b6945e52886a7ec447014891bfd7da2f]

        GPU Calc: unit test cases for SQRT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-62 BUG
        
        Change-Id: Ibf5a4789deebf75cd017cc015bc2f8ae2618f6f0
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  fengzeng  <fengzeng@multicorewareinc.com>  [5c1d1a231dffb175729c019f997206d42e338ca6]

        GPU Calc: implemented for SQRT
        
        AMLOEXT-62 FIX
        
        Change-Id: I5f5bf7f3883442a62c2f7dbd75af166987ff3371
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [5b72931475de334acfe414eff8f3c9496a7477f6]

        GPU Calc: unit test cases for ARCCOS
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-113 BUG
        
        Change-Id: Ibccb2a40b7a9ffc49d30b694d2f0bab858db14c6
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yangzhang  <yangzhang@multicorewareinc.com>  [f9d9a411bd308773379e6a5a9048ed23615ef5e8]

        GPU Calc: implemented for ARCCOS
        
        AMLOEXT-113 FIX
        
        Change-Id: I321f50c9c57af1ae68228ed62ce2981ced4846d4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [5ef8c443c594e3b6a4553e6c9e18fde2c6381f0f]

        GPU Calc: unit test cases for NORMDIST
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-101 BUG
        
        Change-Id: I794119f51940b10f45be320bd179c6383b97c953
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  hongyu zhong  <hongyu@multicorewareinc.com>  [94eb481d26bcbeeed230d7cc9573890be9a3888f]

        GPU Calc: implemented NORMDIST
        
        AMLOEXT-101 FIX
        
        Change-Id: Id0e65824f63fd3d88b8092566b064719aeb11596
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [dd3ac582e704d7ef9fcb9fb5f45c7e624aa0c162]

        GPU Calc: unit test cases for NPER
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-108 BUG
        
        Change-Id: Ib1469a02884e926ea2f5f93a6ffde95ca9b948d7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mulei  <mulei@multicorewareinc.com>  [e7ad31bf7acd92cac6ee4fead76dee2bdee45029]

        GPU Calc: implemented for NPER
        
        AMLOEXT-108 FIX
        
        Change-Id: I3abd1f270c7fe257f59d0080a8fc5a4fd5c7b33e
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli ju  <mingli@multicorewareinc.com>  [b29d4dd63e27ed125216247776e8bb849ac3edb3]

        GPU Calc: unit test cases for KURT
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-87 BUG
        
        Change-Id: Id0ba1660027fa45653a99a1b1e63f730fdfb2bee
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  mingli  <mingli@multicorewareinc.com>  [2df5ef3821136cad0eb930ca2698be747b24f031]

        GPU Calc: implemented for KURT
        
        AMLOEXT-87 FIX
        
        Change-Id: I5b16116f53b00619b4bbeaa358545f32297f33da
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [84a63e75caa46188f8ae88c02bf82c512d3fa146]

        GPU Calc: unit test cases for VDB
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-133 BUG
        
        Change-Id: I16fa478bf7dbccbc8dcd98922d17501a6aa988b1
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [dfcf4a80bd15ebf5e740a16b5a00994d6ff5f414]

        GPU Calc: implemented for VDB
        
        AMLOEXT-133 FIX
        
        Change-Id: I8147c2626131800d9c0075fee8dfdfd70b5bef5c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [29d038548c5c507e16483296d860b8f8beaa8082]

        GPU Calc: unit test cases for SUMIFS
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-128 BUG
        
        Change-Id: I32a5e83a61987cbdb45e7522f2893bdebadbe7c4
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-13  yiming ju  <yiming@multicorewareinc.com>  [f9f1737ab0dbe9b03e130ff39e66608417a4df16]

        GPU Calc: implemented for SUMIFS
        
        AMLOEXT-128 FIX
        
        Change-Id: I9addf29388eb9dbf6c48382ba5aa940719f7c430
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [c396d531ad2a076885d91fa38e8c5f000cb61ea7]

        GPU Calc: unit test cases for MDURATION
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-126 BUG
        
        Change-Id: If308a54a79f9a093a845e53e65b9fae3b050c4e5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [63c897a672c1522896822c4a92f65c61d96872a6]

        GPU Calc: fix compilation error in calling GetNullDate()
        
        Fix OpenCL compiler internal errors triggered by wrong # of args,
        on NVIDIA.
        
        Change-Id: Ifcc29d6fb59ac41d8e54ace348d02c942343ca5b

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [9ad4cca4a031fbcc8a1def7172b8596489616b06]

        GPU Calc: implemented for MDURATION
        
        AMLOEXT-126 FIX
        
        Change-Id: Ie246a39aab64c98497df07e866c77ccd0b26b308
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [6d59c61bf057a18dc1e10fe1401420a0f8d5ca60]

        GPU Calc: unit test cases for FV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-131 BUG
        
        Change-Id: I54cd25681dfbfa9c6f664b9d3a2349e097a0dcdb
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [26cba28d731c1e515058ea69f39528aa7a900c72]

        GPU Calc: implemented for FV
        
        AMLOEXT-131 FIX
        
        Change-Id: I45aa49037b991958187a6287d0b7a4283791e186
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [b723d47dee7cd1e31364a74daa10764aa531f04f]

        GPU Calc: unit test cases for DDB
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-124 BUG
        
        Change-Id: Idfe027b7d5d61b093af60536ac4f482d5b6bda2d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [48caa626012312e2ec13df5008c041b29acab44c]

        GPU Calc: implement fix for DDB
        
        AMLOEXT-124 FIX
        
        Change-Id: Id43ae2ec0aba83ab136787bdb6f2862bc77f6366
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [89ed6a0e150549fb5aa00f06216637ea71b04f30]

        GPU Calc: unit test cases for AMORLINC in GPU calc
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-110 BUG
        
        Change-Id: Ia6e1333e7d1c91ff9b8a916109a8aa60f4725e03
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [7b33d0c12d487d953634fa1e06c6902124455e38]

        GPU Calc: implement fix for AMORLINC in GPU calc
        
        AMLOEXT-110 FIX
        
        Change-Id: I068924cc83288261102ea03e29449e0faf8686f9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [4bad711ff532bfc1f64b584e8c5cf8fbef38e2ca]

        GPU Calc: unit test cases for AMORDEGRC in GPU calc
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-98 BUG
        
        Change-Id: I0867627c69eefdbc7127d19559af23fbd70b3ccc
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  minwang  <min@multicorewareinc.com>  [153bb4cc1e7009f2e2fa5fe277c397d5ad9a1730]

        GPU Calc: implement fix for AMORDEGRC in GPU calc
        
        AMLOEXT-98 FIX
        
        Change-Id: I9f63d023161e5ad7981374dedffb6f00663a1c66
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [20029a72b3bb9a119e99bff7974bf6bb20e17924]

        GPU Calc: unit test cases for DURATION_ADD
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-121 BUG
        
        Change-Id: Id78c89f77cdfe14d368831c22ff708b968e8fee2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  xinjiang  <xinjiang@multicorewareinc.com>  [9425b3a938faf2df4d58acdcaf4437dc52ebd23c]

        GPU Calc: implement fix for DURATION_ADD
        
        AMLOEXT-121 FIX
        
        Change-Id: Ie6b10eacc4e5fc0b2dcfe816982836b8b244af05
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [30a20743ae17e6e02183a65603d38968253b3ffb]

        Avoid using UNO API formula tokens.
        
        Change-Id: Ide89b06a64405d006ac4b88cd3ae88b696f981f2

2013-11-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [177c0adede9ba4b34aa3f4a80cf7021e327c9d20]

        Reduce the amount of RPM token generation.
        
        Change-Id: I03941690114b17d8ab63cfb9b1b23a2ff1741b10

2013-11-12  David Tardon  <dtardon@redhat.com>  [a621bdb0aad19a3a5ee4ff7089fca7cfe0ba1467]

        add config header for EOT
        
        Change-Id: I1a3e01243c6f98fb5f055a1783bb13a1cbfc1efe

2013-11-12  Andras Timar  <andras.timar@collabora.com>  [d3ffdf5e7db40ab026a4d55bfe231ab5817c4142]

        fdo#46410 fix FindRange
        
        Change-Id: I7aada76bc2e8e767f36016eee5e57267b3718b13

2013-11-12  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7c320e1a2518707dcdefc4680db67030f4c31386]

        Translate German comments
        
        Change-Id: I7e0ece1089edad3065e794a4c0e138ffa858bfc2
        Reviewed-on: https://gerrit.libreoffice.org/6631
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-12  Julien Nabet  <serval2412@yahoo.fr>  [53f69058789eee1215a07d65c4b14ac096458905]

        fdo#71428: Spelling of "turquise" in Impress Table Design
        
        Thanks to Owen Genat for pointing the bug + location of the problem
        
        Change-Id: I5f385f6cb5e9241f4fa65159df1f8bbefd2f383b
        Reviewed-on: https://gerrit.libreoffice.org/6624
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-12  David Tardon  <dtardon@redhat.com>  [49a4d366ee7c298e547955344001f3d95622106a]

        integrate libeot
        
        Change-Id: I0f28ff1680026d883909cc12efabb54f705cecb4

2013-11-12  Noel Grandin  <noel@peralex.com>  [1db1d9ecadf10788f5b310942e0128344ad2c8aa]

        document the use of the strtmpl.cxx and remove unnecessary macro usage
        
        Document the "calling" macros for the strtmpl.cxx template file.
        And remove unnecessary use of those macros in the calling file.
        
        Change-Id: I20e0dd74150773363b9fb557884b84692ce22f11
        Reviewed-on: https://gerrit.libreoffice.org/6504
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [2af31d84ad6eb6d02c02e013418b1a77037f966a]

        svtools.filter -> vcl.filter
        
        Change-Id: I26bbef9cadd890728f685053230e12408be3557e

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [cdd351b1487a8a97f481a9165d9cd361aaee2ca4]

        Resolves: fdo#71307 out polygons are limited to 16bit point count
        
        Change-Id: I4dbe9145466d6d93ebd3dea7f4fe434c9ee3de19

2013-11-12  David Tardon  <dtardon@redhat.com>  [0da9b2793d5323494d0cc5ada9d7efbf1aa2f7fb]

        add missing semicolon
        
        Change-Id: I69d7fbb1f1700779bc7ebbf419edf807b6b2dba9

2013-11-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2cf96ae334491733a2bdbeb003da6e49df19cc9f]

        Resolves: fdo#71309 Export SWF with Multiple files crashes
        
        In case of unamed file, creation of sPresentationName crash.
        This patch forces creation of empty name
        
        Change-Id: I1b5319eb945f1959f2ad3c703365539508521861
        Reviewed-on: https://gerrit.libreoffice.org/6598
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [a71afa2ffc1e6f048d32ffbdb7d5c47560d9b01d]

        LOBEOT_MD5SUM->LIBEOT_MD5SUM
        
        Change-Id: I38890b81785d5ee03f5b90d369da01700f3b8a50

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [68ad762db3f27c75798b35e1ce197e6e3f428740]

        add libeot to download.lst
        
        Change-Id: I7d26d4935d1de4a8381420382da4e02e15586b77

2013-11-12  Khaled Hosny  <khaledhosny@eglug.org>  [1b88c36f34b81f11bc79f26ac63f3de07fe18038]

        Update the bundled HarfBuzz to 0.9.23
        
        Change-Id: Ic00a4e6a4dd22bece541d822db395a92fc835e61
        Reviewed-on: https://gerrit.libreoffice.org/6628
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [c5c786163473ff0b37b7487bafbbbc25f133b40a]

        drop unnecessary hids
        
        Change-Id: I9aefbdad5f4b21f926f1c9bad0c545852b604f94

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [8937de95f4266e67999c939d022396f34584df27]

        Updated core Project: help  54e2721b1e11389aedb06a3e8960a6cbcb290428

2013-11-12  Andres Gomez  <agomez@igalia.com>  [39f14fc00128e5bac72c474c7466cab9916598f0]

        rtl: starts-/endsWith* new second parameter since 4.2
        
        Updated the documentation for the new optional second parameter in the
        O(U)String startsWith* and endsWith* methods so it is explicitly said
        that it is only available since LibreOffice 4.2
        
        Change-Id: I58758e4bae85eef07c578dd50d6e0279b49deaf5
        Reviewed-on: https://gerrit.libreoffice.org/6649
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-12  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [d8dc136bbf4298c739a9691b41d8c4234183d4cc]

        Convert tp_Trendline.src to .ui
        
        Change-Id: I429a90441a68a94403d89d7746628528ed4dc876
        Reviewed-on: https://gerrit.libreoffice.org/6638
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [d3b49a68f40615aecc6368fbb4b954ffc9ada178]

        drop commented out DLG_OPTIONS use
        
        Change-Id: Ife7dbfedf876a9e59eb95a83c91b603cfa96bb32
        Reviewed-on: https://gerrit.libreoffice.org/6650
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Jan Holesovsky  <kendy@collabora.com>  [c0bed3147c472acc18736b764798324880a23163]

        bnc#830205: Stop-gap solution to avoid crash.
        
        This improves the situation, because previously, the document would just crash
        due to infinite recursion.
        
        Deeper checking why do we end up with an invalid range would be good; but it
        was impossible to check with the bugdoc, as it was too complex, and trying to
        cut it down was crashing MSO :-)  Hopefully we'll get a better document at
        some stage.
        
        Change-Id: I4cd639e02aebe9027f06e8468c14969c506327b2

2013-11-12  Jan Holesovsky  <kendy@collabora.com>  [0385e736523b52087d96587f399fb3e61f911766]

        Less confusing variable name.
        
        Change-Id: I8a6c9a037b3863d913583f5be3d7c0c6b96f29f8

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [729c8508474b61151d9aad64addb3bc9b38a069a]

        reorient ok/cancel buttons to normal positions
        
        Change-Id: If562d09862cf8fee2c64e6c1b0c90f5b6527b6df

2013-11-12  Caolán McNamara  <caolanm@redhat.com>  [da95f88463ae6f6f539c1d744eb7bb3f611cab46]

        Updated core Project: help  0e38ece364fb55b51e77ffb40ba166180b75f864

2013-11-12  Maxim Monastirsky  <momonasmon@gmail.com>  [0315626909c39da0bd4395c16ba571212f1bb6df]

        Avoid too wide sidebar when writedirection controls are activated
        
        Achieved by placing the nearby controls into the same box.
        
        Change-Id: I28d04c8c3c5b5d9989e30d0ca18ef536640fb87a
        Reviewed-on: https://gerrit.libreoffice.org/6609
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [eb505c259d0d7bd05d1bb5be5a14ad8613c2a9c7]

        Convert New Style dialog to widget UI
        
        Change-Id: Idaea69f674e1e84e3e1e649006c2d92176897fe0
        Reviewed-on: https://gerrit.libreoffice.org/6607
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [12fd49a2701f4d23f23f0770bd40c8cd20b523c7]

        CppunitTest_sw_htmlexport: make this really test the exported model
        
        There were two problems here:
        
        1) The original testsuite just served as a crash-test for the HTML
        export filter, but the second testcase assumed it also reloads the
        document model. Once this is fixed, we notice that:
        
        2) There are some nasty 'mm100 <-> in' rounding errors, work this around
        by using cms unconditionally.
        
        (Exact problem was that CharTopBorderDistance was 457, but was expected
        to be 450.)
        
        Change-Id: Iaa1f98486767e4dfa81c2ca3e456bc39131977eb

2013-11-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [0215131e36fdabf0e2b02c2f8032d393f31195c3]

        fdo#71302 writerfilter: remove "Strong" -> "Strong Emphasis" style rename
        
        Such renames only make sense if the exporter does the opposite of them,
        but in this case the stiName array in the exporter explicitly looks for
        the "Strong" character styles. So at the end it's better to not rename
        it at all.
        
        Change-Id: I69b699c76d287b1fe3b81ea3fe66b77992c6e2f1

2013-11-12  Tor Lillqvist  <tml@collabora.com>  [5a287c288aafa34a4a71657e27f20b2b5dd4e5d6]

        We need to recognize arm-unknown-linux-androideabi
        
        Change-Id: I1992f3fc150a4e205a2247e210ce8af91664982c

2013-11-12  sushil_shinde  <sushil.shinde@synerzip.com>  [965d29d00eb14250a994393f5d6b437e49760830]

         #65836- Fix for exporting image inside vml data was corrupting file.
        
            - Handled exporting of image for all type of format in vmlexport.
            - fixed issue - .rels file was not getting exported for vmlexport.
            - Not handled for .wmf image (will work on it)
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
        	https://gerrit.libreoffice.org/6369
        
        Change-Id: I9ccf7a36ae316a658f06d1074caa4e4b2f5d271f

2013-11-12  Tor Lillqvist  <tml@collabora.com>  [439b518b1a96b8cffd96da6fd060e7be074a2035]

        No <glob.h> in the Android NDK
        
        So don't bother building libxml2 programs for Android, we have no need for
        them, there is no way to run them on normal devices, etc. While at it, don't
        bother with scripts, manpages or "data" either. We just want the library.
        
        Change-Id: Ic6553c4ed5b51feab40fed6bd62fd10795e9acf9

2013-11-12  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [b29464a8fa58d776279c6da0247946eefad9be00]

        less if-nesting in ThumnailView
        
        Easier to read.
        
        Change-Id: I1ceb551d8badffb211b1f444b61375a03cac1348
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6643
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-11-12  Tor Lillqvist  <tml@collabora.com>  [44b113fd384c3305969307deb6387445e95ed94b]

        WaE: unused variable 'aReferenceString' [loplugin]
        
        Change-Id: I51c1aded0ef1ce7e99a49cf1eccb867002edaa70

2013-11-12  Tor Lillqvist  <tml@collabora.com>  [b5350d7bea56d5ac7711e701b5d89baef3752177]

        WaE: unused variable 'aFormulaString' [loplugin]
        
        Change-Id: Ic72de4b469cfe84638b1a15b413d60286e738000

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [bd7f704ed4f5b916799cebb39721c3f46612c211]

        xmlhelp: include <> for external includes
        
        Change-Id: I274968e015f1d0c3d06aa5040f53b72d14c45b9f

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [21123da759295d0b1ed0099f6ffa071417415480]

        xmloff: include <> for external includes
        
        Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [32319e1d5609368352b26c4b5f68b444ff246b0e]

        xmlreader: include <> for external includes
        
        Change-Id: I8ee7c2155a721eedb9d54fc00a681f3a08790194

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ef3b651d0b081f265e310a1157bf62a3de2118f]

        xmlscript: include <> for external includes
        
        Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [9a26a423540530a5f31c57e03363b2d2b7184b5e]

        sfx2: include <> for external includes
        
        Change-Id: I63de4bc034020d19abd20f301194482da9a604f4

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [4ac9fa7a887d09edf7f1fc38f155a93cff30ac97]

        canvas: include <> for external includes
        
        Change-Id: I63f1fe2f1dfc65b3e50e03e1d2ebb6256560bd5c

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [9589aa8393ffdb7483716cb98ef2e446a7083227]

        basegfx: include <> for external includes
        
        Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [e642609a796303079d83b3e302e7820bd12d11b2]

        basebmp: include <> for external includes
        
        Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [cde4fdb2d0980df086280d3633f028cfc39afa0f]

        basctl: include <> for external includes
        
        Change-Id: I1897c587c02c5b50e6e8a7bf70467233be871878

2013-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b308d510e656c6d165d3bcd2f42029f34e9498e]

        basic: include <> for external includes
        
        Change-Id: I4715bbe853d60ef15f20a4d2441c688003ca568e

2013-11-11  hongyu zhong  <hongyu@multicorewareinc.com>  [62ee42a209dfd4862cab9311868f4f38a6e000ac]

        GPU Calc: unit test cases for MEDIAN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-100 BUG
        
        Change-Id: Idbc6a697c42b639a310200b4df9eb35ba5e8eca7
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-11  hongyu zhong  <hongyu@multicorewareinc.com>  [eb2c6bd19faca2607fa425bbd7f8a95f5407a1ac]

        GPU Calc: implemented MEDIAN
        
        AMLOEXT-100 FIX
        
        Change-Id: I9b002e6c2383c4416b98e6698d3dd2e81f7752f5
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-11  shiming zhang  <shiming@multicorewareinc.com>  [cb7e9881168c33b75db4803f144d9df69990f989]

        GPU Calc: unit test cases for WEIBULL
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-78 BUG
        
        Change-Id: I4235313f70d2237ce06d4f71163d0d32bc0f064d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-11  shiming zhang  <shiming@multicorewareinc.com>  [4e2e0d10ac893c6f75971255387468655b95d686]

        GPU Calc: implemented WEIBULL
        
        AMLOEXT-78 FIX
        
        Change-Id: Iebb516f31b7315cae3375288baa7536c31109fed
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d584d08c733f75c741befc915f8d9a7afededdfd]

        disable OpenCL test
        
        The test crashes on some machines and hangs on others in the OpenCL
        compiler. Until this test is either more reliable or we have a way to
        blacklist known bad compilers we need to disable this test.

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [3f706189eacf763d75b9c42d1f79b8dd2bb2260a]

        postprocess: remove dependency on AllPackages
        
        This was introduced with f624144e41291c11f3892dda1027221989d704be
        but hopefully should no longer be necessary nowadays because the
        dependencies on the individual xcd files should be sufficient; it
        can lead to not really necessary rebuilds of the registry xcd files.
        
        Change-Id: I189c54d9c61eb0a1f8ec286b0a4e55e83eb08c26

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [ed49a7242ab6daf5fb5c8bbe5241c8f128091f64]

        langtag: language-subtag-registry.xml is a generated file
        
        ... so need to use gb_ExternalPackage_add_files for it to get the right
        dependencies.
        
        Change-Id: I9358217d47c08d4e7c85f1b89f39320f32c03e3c

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [23785d911b9438dd69929f0f95c8da67d05229ed]

        gbuild: ExtensionPackage: fix incremental builds wrt. Package here too
        
        Change-Id: If37bd98faa6ec043ceb73a0cdfb8dddef7a6359e

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [aa141f4ed3fca69668f3d3c962898c7e765c046a]

        gbuild: HelpTarget: more incremental rebuild fixing
        
        gb_HelpLinkTarget_add_renamed_file also adds a file to Package and there
        neeeds to be a rule for it.
        
        Change-Id: Iefbcb082248e4e565b821e9b9a676b2b487cfc98

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [2c258d0689195af1533f0e08a6c4463986dc8b77]

        sysui: fix incremental builds in CustomTarget_share
        
        The libreoffice/*.desktop need to have a target and rule to propagate
        out-of-date-ness.
        
        Change-Id: If341cc67ed6e24ceee7c00efba2750864aad4a70

2013-11-12  Michael Stahl  <mstahl@redhat.com>  [81f416ba1b10788f37fd6391c6e7b787347d28fe]

        gbuild: UIConfig: fix incremental builds
        
        The files added by gb_UIConfig_add_uifiles get re-built but not
        delivered to instdir (only in a second make invocation); try to fix that
        with a dependency from the file in workdir/UILocalizeTarget to the
        UILocalizeTarget that builds them.
        
        Change-Id: Ifb41d4b9f6f6a671cc8cc5a7f6800857ac355064

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [1b4c3fad813a2673f14f88fcb8876e1bef118c6e]

        Simplification and better output of statistics dialogs.
        
        Change-Id: Ia21bb07f7721a7697807f8ee98706bd3fc136653

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [a025cd4b00a2f6408c5bfbb932d8cee35a62b66a]

        ui permissions
        
        Change-Id: I56e81590327881328daf5f80e6330ba78cd8b900

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [515a5024377f5c93e962c65cfd987bf5d52d135c]

        Add statistics dialog for calculation of moving average.
        
        Change-Id: Iaa481a2d8aff271e8a8350b707e1f444f8d36167

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [f4569ff5ee721683c6ba09b75fe0ce14e3203d3a]

        Iterators for data ranges and data cells.
        
        This is needed to make data and iteration independent from the
        data orientation (either columns or rows).
        
        Change-Id: I03d0fca939ba9b051832668d229e4961c097add6

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [2f823d458de726d8e8f7c3684e3b1f15d0104e27]

        Add tools to simplyfy adding formulas and cell navigation
        
        TableFillingAndNavigationTools were added to StatisticsDialogs which
        include FormulaTemplate and AddressWalkerWriter.
        FormulaTemplate simplyfies creting formulas and AddressWalkerWriter
        simplyfies navigating cells with relative address navigation and
        adding content (formulas, values, string) to cells.
        
        Change-Id: I32ecb4013f51bda9c8d0bf9f06b9f9dfd4da6def

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [2eb75300eb7db5188e8c0ca2ed66e2942d7f0cf9]

        tabs to spaces
        
        Change-Id: Iad7c051fe5ab19c4c56641788bec5c2a5dd4e6dd

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [e08543cfb28e963995c95829aaf718c34f359356]

        New statistics function: Exponential Smoothing
        
        Add initial implementation of exponential smoothing.
        
        Change-Id: Id234aec6a0efece2ce8144f22359cf034256c40b

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [b3904220ef855d1cde6aae9e56b270b99405c494]

        Groupedby for ANOVA and "Descriptive Statistics"
        
        Move the functionallity to superclass, adjust UI
        
        Change-Id: I9770206386aa6d9caaf2d832d4744ac488e3190b

2013-11-11  Tomaž Vajngerl  <quikee@gmail.com>  [aaa689d94d4fb021fa04ad964495828d901280c4]

        Add GroupedBy: Columns/Rows to Correlation and Covariance.
        
        Change-Id: I7bb3b7151abda8e977cbdbec2d0c356f049d5af2

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dbd3da10da64ce71c76fc959f280b3d70b382a32]

        More Excel functions with _xlfn. prefix.
        
        Change-Id: I49d29fe626ea3079273b4e654a6a3803f7dbd614

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [15c1e163222e1513ba6fb1ebf9dd7ea57f7834ca]

        CHISQ.DIST now supported in the core.
        
        Change-Id: I125bd593bf05db644443738ca7b1482cd6b6ce87

2013-11-12  Tor Lillqvist  <tml@collabora.com>  [d52bfc915f6513256b64aa0ed088783150a041c3]

        Add some more comments
        
        Change-Id: I267cb424deee4d329a0860cf9c87f295fb8fc5bf

2013-11-11  Tor Lillqvist  <tml@collabora.com>  [89f00bdd566d8957facc80e9369b1441daee67d6]

        Add EBOOK_LIBS
        
        Change-Id: I180346fe33814ac72e2293bd010b993caefbc71e

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c40cbf189750f623e065b6ed9596d90977a2f631]

        Add test for importing some of those functions new in Excel 2010.
        
        Change-Id: Ic3577b3ef0edcfa417ae0065499171bf770c2a32

2013-11-11  Michael Meeks  <michael.meeks@collabora.com>  [7e2677c02997ad7bf38641b46fd1e7ac2c643cd2]

        Accelerate checking for VBA macros that are not there.

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [01ea75c0f08e07c8243aafc8628612a9210add26]

        Add separate list of function names for OOXML import.
        
        Change-Id: Id6bb9ed65f94a56e82c0c4a6fee241dec4eb9138

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a1ff0b3c1125d715e216efccf114efb46b31c587]

        Group formula cells if we can, to avoid cloning of token array instances.
        
        Change-Id: I584e6d0c34f972c1ae5105a80d201f32dd8590d9

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fbdd02dd6655914930b60b175328324bb53dc650]

        This is clearly a mistake.
        
        Change-Id: Id87e120d80b823db9be989db7a7b2ac383304f77

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a70c324daf1f4ef8562dd283b84e72eeee60a585]

        Store the formula cell instance in cache rather than the token array.
        
        Change-Id: I1c4a0897c46458d6ee086e7f72ab8a03aa54c9e0

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [454ea7a80b14707df8164de6e09c3f8ec9893e71]

        Create formula cells there...
        
        Change-Id: Idfd4081245905cdc88ad0da195b81be7e34ebf21

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ad8f2618ae153281ccd2f78c676452db7d1b25a]

        Cache previous formula tokens to avoid formula re-compilations.
        
        Change-Id: If20e0ebf5410af0b7655f36f7e4fc06f53d8b14b

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d8fe172ea08f57675b6b1f69331c19502ec02119]

        Remove mutexes from external ref manager.
        
        Change-Id: I4857bb3a1804d4cd53c3e25a7586bd68ab95a202

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [afb9817b583c01ca80ac4e182c6ffde62f6316a8]

        Revert "Guard access to external ref manager instance."
        
        This reverts commit 7cf9ea71ad1364d00eaca95b309cc6c0f35cf6cb.

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9575edc8ae21e4dd060a7d228cad98e54b490458]

        We don't need to put this in a separate thread.
        
        We can do this on the main thread.
        
        Change-Id: I58a32d9e0ce2599c5822903393a5b698233599df

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a4a60b677cd31ecaf040abce20da256fed06523c]

        Revert "Guard CharacterClassificationImpl with mutex."
        
        This reverts commit fc04b55f7f96a4f70f31c145dafd44c1d9276a41.

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [677cefa3db2507fbe5ccca131451620272f7d8b5]

        Mutex access to the global theIndexTable.
        
        Change-Id: I31e2cf3a479e385aa0fca4678a3a2c7fa6cc4b5f

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ac4277ba1ad8925329bbe8a1c5ed3684b9b8ee7]

        Thread-safe way to check for presence of references in formula tokens.
        
        Change-Id: I995668d1e183dc0dae4f354889bc13053e858723

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6122a6c272436f0f1959f160406d2e4ecdd1a733]

        Guard CharacterClassificationImpl with mutex.
        
        They are accessed from multiple threads frequently.
        
        Change-Id: I3f9720ede076109efe0b7eaa4a05dd50f2e38102

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [94934248e73defcf96d2e58089b0a731b191f015]

        Make this thread safe too.
        
        Change-Id: Ic8508f693f8a6e9bae513d6b5b6eaaaae618194b

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [fd50b465b94203e9980368481c579178cf93483a]

        Guard access to external ref manager instance.
        
        Change-Id: Ie3208844b523463954c482d080f02d726ae749f9

2013-11-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [82d6b0c64698e356a950d9b516ca5332817b71a3]

        Move the API guard out of the worker threads onto the manager thread.
        
        Just set this once before spawning multiple worker threads.
        
        Change-Id: I9cb60721f633f939d4a95f1d80e2ed8e4542a8fa

2013-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f18186a9c2e381f383f14b55d8c15676d71cb1a]

        Remove unused writerfilter::doctok::DffRecord
        
        Change-Id: I40b4c0ff90055e4d388f97fbe19be30d3f66b1b4

2013-11-11  Jan Holesovsky  <kendy@collabora.com>  [8620a68163cbddbaa86c3f01dd3294cea1d1da06]

        startcenter: Don't create the Image with every paint.
        
        Change-Id: I90fa5aff94de38d950a78811dad301b91ced89f3

2013-11-11  Jan Holesovsky  <kendy@collabora.com>  [e404d2ed59c7b1b85b750e687226e29031dc9b7d]

        startcenter: Paint either the welcome, or the recent docs.
        
        Otherwise the background will paint over the graphics...
        
        Change-Id: Ic62c563026daa9c4173148cd68652d8aba608089

2013-11-11  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [10ea40afa3d6804a4a6f816f10f71a93412328fa]

        startcenter: Start center shows a welcome text when recent doc list is empty
        
        The image I got from TDF wiki.
        
        I tried to show the text semitransparent also, but set font color
        with any alpha degree (eg. setTransparency(254) ) made it invisible.
        Maybe just a gray shade?
        
        Change-Id: Iaf7efb8433e9db03862825148ed2013588a5468f
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [192d5afa33fc92ae832148312e16613df4b98b5a]

        libxslt: upgrade to version 1.1.28
        
        - from libxslt-configure.patch:
          * drop config.sub Android stuff (obsolete)
          * drop MinGW archive checks (obsolete)
          * split out libxslt-config.patch.1
          * split out libxslt-freebsd.patch.1
        - drop libxslt-aix.patch:
          presumably don't need special check for V7BETA since it's released now
        - drop libxslt-mingw.patch (it's for msys build so obsolete)
        - drop libxslt-win_manifest.patch:
          this can just be passed on configure.js command line so no need for a patch
        
        Change-Id: I8a2cad0a70a86ba1dffbe3c8fce60babb70a61f6
        Reviewed-on: https://gerrit.libreoffice.org/6641
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [f7197cd244f5d49d96eba32bd843280b2bd040ff]

        libxml2: upgrade to version 2.9.1
        
        - from libxml2-configure.patch:
          * drop config.sub Android stuff (obsolete)
          * drop Makefile.in disabling targets for Android (hypothetically obsolete)
          * drop xmlversion.h changes (pointless - configure.js generates it)
          * split out libxml2-freebsd.patch.1
          * split out libxml2-config.patch.1
        - drop libxml2-long-path.patch (integrated upstream)
        - drop libxml2-gnome599717.patch (obsolete)
        - drop libxml2-xpath.patch (obsolete)
        - drop libxml2-latin.patch (obsolete)
        - drop libxml2-aix.patch:
          presumably don't need special check for V7BETA since it's released now
        - drop libxml2-mingw.patch:
          actually appears to patch a MSVC-specific part of the file so is
          obsolete anyway
        
        Change-Id: I87bf8968bd4a554852a2791420a5d0db822beeaa

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [a3d8715bffa6983bc0c23d13a1359397294e505f]

        get-bugzilla-attachments-by-mimetype: add libebook types
        
        Change-Id: I963549beb45112504d5edfef169d4970fbec822d

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [40a465add55251d4719f8241232cd001fa0d3420]

        filter config: fix MIME types for MacWrite and FreeHand
        
        The type "application/macwrite" does not appear to exist, but
        "application/macwriteii" is officially registered at IANA:
        https://www.iana.org/assignments/media-types/application/macwriteii
        
        For Freehand the "application/x-freehand" has just 6 hits on Google
        whereas Adobe recommends "image/x-freehand" on
        https://www.adobe.com/support/config.html
        
        Change-Id: I36d498888601778b1359ff58ee60b25af436a74e
        Reviewed-on: https://gerrit.libreoffice.org/6639
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-11-11  Stephan Bergmann  <sbergman@redhat.com>  [a2505ae7317fe6e995a8ad52fefe5079c48f9d6f]

        SAL_WARN_UNUSED INetURLObject
        
        Change-Id: Ia9af3b76c2a2ac654b02c1502aa2d0c2c987fbf2

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [d4fd1c0c38179967166f64342d216e46d7f4d6d3]

        get-bugzilla-attachments-by-mimetype: more launchpad fixes
        
        - look at more interesting packages on lanuchpad, not just libreoffice.
        - the searchTasks method by default does not return closed tasks,
          and there does not appear to be a documented wild card search,
          so stupidly enumerate all possible status.
        
        Change-Id: I51691506874722a1d8eea4755513edf50164cf9d

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [bad960e65f4d00315ea7c12cc00b84b26680eb9d]

        get-bugzilla-attachments-by-mimetype: better test for existing file
        
        Change-Id: I208a74d11945986d0712970999dbd33c03efe488

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [3e9d164a06d60e756dffad4dd18795796348e97e]

        get-bugzilla-attachments-by-mimetype: add some missing mime types
        
        ... which are officially registered on
        https://www.iana.org/assignments/media-types/application
        
        ... plus some more non-standard ones for FreeHand, Keynote, ClarisWorks.
        
        For Apple Keynote there are 2 different ones that appear to be widely
        used.
        
        Change-Id: I26d4a85733a744188cc87a78fdba0d9d3f44da96

2013-11-11  Michael Stahl  <mstahl@redhat.com>  [fdb747ff8c4653d3e94192693f1080398ae20339]

        get-bugzilla-attachments-by-mimetype: more Python 3 in exception handler
        
        ... and also fix the print functions that shouldn't output a newline.
        
        Change-Id: Ifd866cb33b3ef9a2e83625ed03d5cb836c1ba56b

2013-11-11  Stephan Bergmann  <sbergman@redhat.com>  [5181dc022334b4a6fc760b6aae4448a014551798]

        String clean-up
        
        Change-Id: Ib97256e3c00db61e53998571114dab5d74ce18be

2013-11-11  Andras Timar  <andras.timar@collabora.com>  [1e89fdea72b4fbca179d4bd51dda2d228e69713a]

        typo fixes
        
        Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281

2013-11-11  Stephan Bergmann  <sbergman@redhat.com>  [49fa300703643a2e49df01944f1b1299138010c7]

        Don't call Manager::addProvider(null) upon optional NoSuchFileException
        
        Change-Id: I62e953c886886158f227362fef7048459192217b

2013-11-11  Eike Rathke  <erack@redhat.com>  [f72c2a727cb68ead915f3efdaae24a32a92d3243]

        added Puinave [pui-CO] to language list, fdo#71454
        
        Change-Id: Ib188b2a8dbfbc91f2e89952d6df2c0c357091a78

2013-11-11  Noel Grandin  <noel@peralex.com>  [a18a92b1b0c4ff591bd83f190f11c196ed676e86]

        convert STRING_NOTFOUND in sc module
        
        ScGlobal::FindUnquoted
          - return -1 instead of STRING_NOTFOUND
          - change return type from xub_StrLen to sal_Int32
          - remove last two parameters because noone was using them
        
        ScCompiler::GetDocTabPos
          - return -1 instead of STRING_NOTFOUND
          - change return type from xub_StrLen to sal_Int32
        
        inputhdl.cxx/lcl_MatchParenthesis
          - return -1 instead of STRING_NOTFOUND
          - change return type from xub_StrLen to sal_Int32
          - make function static, no-one outside this module is using it
        
        Change-Id: I141ab082db180ff2da5a7ca6813cd3607b9ea7f7

2013-11-11  Noel Grandin  <noel@peralex.com>  [2c3042925b0a43da2ed50e49365ec8235c84660f]

        convert STRING_NOTFOUND -> -1 in editeng
        
        And convert some xub_StrLen to sal_Int32 in the same patch of code.
        
        Change-Id: I72c92bf9413dbca14688cb8d46a023df49a5d41a

2013-11-11  Noel Grandin  <noel@peralex.com>  [4283bc18366fff3d5a953ddd756f114e5a59216f]

        convert STRING_NOTFOUND -> NODE_NOTFOUND in connectivity
        
        The code was interchangably using the two anyway.
        
        Change-Id: I4f3fe8f1d699a9725bbcce0138a9d978a1eff28a

2013-11-11  Stephan Bergmann  <sbergman@redhat.com>  [268f7ef41c09c537e1656f1653b757aedf76d788]

        Destroy SfxAllItemSet before calling framework::Desktop::terminate
        
        ...otherwise running e.g. "soffice slot:5410" would crash with
        
        > Invalid read of size 8
        >  at 0x712DCCC: SfxItemSet::~SfxItemSet() (svl/source/items/itemset.cxx:317)
        >  by 0x65B4990: SfxAllItemSet::~SfxAllItemSet() (include/svl/itemset.hxx:166)
        >  by 0x65B2CC4: SfxAllItemSet::~SfxAllItemSet() (include/svl/itemset.hxx:166)
        >  by 0x674CD94: SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (sfx2/source/control/unoctitm.cxx:784)
        >  by 0x674CF46: SfxOfficeDispatch::dispatchWithNotification(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (sfx2/source/control/unoctitm.cxx:376)
        >  by 0x674D03E: non-virtual thunk to SfxOfficeDispatch::dispatchWithNotification(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (sfx2/source/control/unoctitm.cxx:378)
        >  by 0x4F21028: desktop::DispatchWatcher::executeDispatchRequests(std::__debug::vector<desktop::DispatchWatcher::DispatchRequest, std::allocator<desktop::DispatchWatcher::DispatchRequest> > const&, bool) (desktop/source/app/dispatchwatcher.cxx:581)
        >  by 0x4F2CDB3: desktop::OfficeIPCThread::ExecuteCmdLineRequests(desktop::ProcessDocumentsRequest&) (desktop/source/app/officeipcthread.cxx:1061)
        >  by 0x4EE3159: desktop::Desktop::OpenClients() (desktop/source/app/app.cxx:2493)
        >  by 0x4EE14E7: desktop::Desktop::OpenClients_Impl(void*) (desktop/source/app/app.cxx:2012)
        >  by 0x4EE0127: desktop::Desktop::LinkStubOpenClients_Impl(void*, void*) (desktop/source/app/app.cxx:2007)
        >  by 0x927B9E6: Link::Call(void*) const (include/tools/link.hxx:123)
        >  by 0x999AD8F: ImplHandleUserEvent(ImplSVEvent*) (vcl/source/window/winproc.cxx:1976)
        >  by 0x9997E64: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (vcl/source/window/winproc.cxx:2591)
        >  by 0x99ADCFC: SalFrame::CallCallback(unsigned short, void const*) const (vcl/inc/salframe.hxx:243)
        >  by 0x99ACD47: SalGenericDisplay::DispatchInternalEvent() (vcl/generic/app/gendisp.cxx:91)
        >  by 0x1783C027: GtkData::userEventFn(void*) (vcl/unx/gtk/app/gtkdata.cxx:935)
        >  by 0x1783C13D: call_userEventFn(void*) (vcl/unx/gtk/app/gtkdata.cxx:945)
        >  by 0x37B6847E05: g_main_context_dispatch (usr/src/debug/glib-2.36.3/glib/gmain.c:3054)
        >  by 0x37B6848157: g_main_context_iterate.isra.22 (usr/src/debug/glib-2.36.3/glib/gmain.c:3701)
        >  by 0x37B68481FB: g_main_context_iteration (usr/src/debug/glib-2.36.3/glib/gmain.c:3762)
        >  by 0x1783AC3F: GtkData::Yield(bool, bool) (vcl/unx/gtk/app/gtkdata.cxx:576)
        >  by 0x1783FEF6: GtkInstance::Yield(bool, bool) (vcl/unx/gtk/app/gtkinst.cxx:425)
        >  by 0x9299F40: ImplYield(bool, bool) (vcl/source/app/svapp.cxx:364)
        >  by 0x9295B52: Application::Yield() (vcl/source/app/svapp.cxx:396)
        >  by 0x9295B1F: Application::Execute() (vcl/source/app/svapp.cxx:345)
        >  by 0x4EDE2C9: desktop::Desktop::Main() (desktop/source/app/app.cxx:1715)
        >  by 0x92A6397: ImplSVMain() (vcl/source/app/svmain.cxx:162)
        >  by 0x92A7B55: SVMain() (vcl/source/app/svmain.cxx:198)
        >  by 0x4F35980: soffice_main (desktop/source/app/sofficemain.cxx:85)
        >  by 0x40098C: sal_main (desktop/source/app/main.c:48)
        >  by 0x400966: main (desktop/source/app/main.c:47)
        > Address 0x1d719700 is 0 bytes inside a block of size 32 free'd
        >  at 0x4A078DE: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
        >  by 0x6A02EA1: CntItemPool::~CntItemPool() (sfx2/source/explorer/nochaos.cxx:123)
        >  by 0x6A02C85: CntItemPool::Release() (sfx2/source/explorer/nochaos.cxx:154)
        >  by 0x6A02BF8: NoChaos::ReleaseItemPool() (sfx2/source/explorer/nochaos.cxx:89)
        >  by 0x65E1A31: SfxApplication::Deinitialize() (sfx2/source/appl/appquit.cxx:147)
        >  by 0x65A29B0: SfxApplication::~SfxApplication() (sfx2/source/appl/app.cxx:242)
        >  by 0x65A2828: SfxApplication::~SfxApplication() (sfx2/source/appl/app.cxx:223)
        >  by 0x65C021C: SfxTerminateListener_Impl::notifyTermination(com::sun::star::lang::EventObject const&) (sfx2/source/appl/appinit.cxx:121)
        >  by 0x65C033E: non-virtual thunk to SfxTerminateListener_Impl::notifyTermination(com::sun::star::lang::EventObject const&) (sfx2/source/appl/appinit.cxx:123)
        >  by 0x1F176DD2: framework::Desktop::terminate() (framework/source/services/desktop.cxx:353)
        >  by 0x1F177E1B: non-virtual thunk to framework::Desktop::terminate() (framework/source/services/desktop.cxx:357)
        >  by 0x4F217FD: desktop::DispatchWatcher::dispatchFinished(com::sun::star::frame::DispatchResultEvent const&) (desktop/source/app/dispatchwatcher.cxx:637)
        >  by 0x4F2190E: non-virtual thunk to desktop::DispatchWatcher::dispatchFinished(com::sun::star::frame::DispatchResultEvent const&) (desktop/source/app/dispatchwatcher.cxx:640)
        >  by 0x674CD77: SfxDispatchController_Impl::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (sfx2/source/control/unoctitm.cxx:782)
        >  ...
        
        Change-Id: I6b4fb9b6f0d2afc9caecf3dd5355d11edb6abbe8

2013-11-11  Noel Grandin  <noel@peralex.com>  [fcd1637d5101b9142e6808edfb77b01122857901]

        convert OUString compareToAscii == 0 to equalsAscii
        
        Convert code like
           aStr.compareToAscii("XXX") == 0
        to
          aStr.equalsAscii("XXX")
        which is both easier to read and faster.
        
        Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f

2013-11-11  Noel Grandin  <noel@peralex.com>  [ef90021abe3735fba57145598fd7c3d359d2718e]

        convert OUString !compareToAscii to equalsAscii
        
        Convert code like
           if( ! aStr.compareToAscii("XXX") )
        to
           if( aStr.equalsAscii("XXX") )
        which is both clearer and faster.
        
        Change-Id: I267511bccab52f5225b291acbfa4e388b5a5302b

2013-11-11  Noel Grandin  <noel@peralex.com>  [0a9ef5a18e148c7a5c9a088e153a7873d1564841]

        convert OUString 0==compareToAscii to equalsAscii
        
        Convert code like:
           0 == aStr.compareToAscii("XXX")
        to
           aStr.equalsAscii("XXX")
        which is both clearer and faster.
        
        Change-Id: I2e906d7d38494db38eb292702fadb781b1251e07

2013-11-11  sushil_shinde  <sushil.shinde@synerzip.com>  [7944301424aac0943e4ecc0410f495b210ad3b79]

        w:pict element was wrongly exported as child of w:rPr element.
        
        -added postpone method for vml export in docxattributeoutput
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        Reviewed on:
                https://gerrit.libreoffice.org/6366
        
        Change-Id: I37586447547e2e09028f7ae5009bcfaa87a35678

2013-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [768608c4cbc464bff50de8e83eee3eb54bf42f2d]

        filter: mark writer_MS_Word_97_Vorlage as preferred
        
        The other filter associated with the .dot extension is
        writer_MS_Word_95_Vorlage, obviously the 97 one should be preferred.
        With having one filter as preferred for this extension, plain
        '--convert-to dot' starts to work.
        
        Change-Id: I7207d0fcb3c55b8dcc7b6179ccfa33a7c85d2ce8

2013-11-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [b566448869e9553e0d433b234c2d5ce106126871]

        DOC export: allow saving as a template
        
        Change-Id: I26894edd3962c2b2856d2bfa4a4aa4e6f4e65c9e

2013-11-11  Noel Grandin  <noel@peralex.com>  [e52779d2f8722c713f72aedbf475267440d729f0]

        remove unnecessary use of OUString constructor
        
        Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71

2013-11-11  Noel Grandin  <noel@peralex.com>  [e9c4ee996d5a6bf895072613ac4e488346ee5b05]

        remove unnecessary use of OUString constructor in BASIC module
        
        Change-Id: Iee86ce9200285647d5031cb2f89266a52704dd44

2013-11-11  Noel Grandin  <noel@peralex.com>  [03995a6beaaabee40ec8ae718fad309238ca446f]

        remove unnecessary use of OUString constructor in CHART2 module
        
        Change-Id: Ic71774a8e6c4ffc8267b940b8b253e4526512435

2013-11-11  Noel Grandin  <noel@peralex.com>  [1bdb2b6f06c556b9af91dba4f29f3ac73190b09e]

        remove unnecessary use of OUString constructor in CONNECTIVITY module
        
        Change-Id: Ie32d03920d996db2793ead9940fc90668cde03dd

2013-11-11  Noel Grandin  <noel@peralex.com>  [2f2416ff060c780ad87b4d3979112f52da2ae902]

        remove unnecessary use of OUString constructor in CUI module
        
        Change-Id: Ib6cc0f089e9b3cbcfee67c6a780527e148f3c382

2013-11-11  Noel Grandin  <noel@peralex.com>  [3ef88d370e5b448c8c62a759ec073bb33a9f6965]

        remove unnecessary use of OUString constructor in DBACCESS module
        
        Change-Id: I831a6506211be30c5b743c20724904c903c5b3c0

2013-11-11  Noel Grandin  <noel@peralex.com>  [3e70dda33548a5392baaf99a3c4675285de7da46]

        remove unnecessary use of OUString constructor in DESKTOP module
        
        Change-Id: I467334094a621f4bab0ff251267412fb3a0fb4b7

2013-11-11  Noel Grandin  <noel@peralex.com>  [7e441ef078c31796c5944a160793458f0bcbc2c4]

        remove unnecessary use of OUString constructor in DTRANS module
        
        Change-Id: I748f9a1f214245b96c04da7a92dad43512fea47e

2013-11-11  Noel Grandin  <noel@peralex.com>  [484819a235f578df6e6146e536ab542fc2f04391]

        remove unnecessary use of OUString constructor in EMBEDDEDOBJ module
        
        Change-Id: I60bbdd2a2592a1e5333abe50711aa227786ce935

2013-11-11  Noel Grandin  <noel@peralex.com>  [22435a0777d6048757855f7f30b04fb8e5523fb2]

        remove unnecessary use of OUString constructor in EXTENSIONS module
        
        Change-Id: Idf73eb831f52d4d74e6fbb6ea27f59ebbfd13a8c

2013-11-11  Noel Grandin  <noel@peralex.com>  [957f8e02c29bc4df2f37f2a933957490cdf831f6]

        remove unnecessary use of OUString constructor in FILTER module
        
        Change-Id: I75b5a0e6739991b234819bd11ce901b90f68ffba

2013-11-11  Noel Grandin  <noel@peralex.com>  [373f352ef2f39965b4ef830acfc1554f8e2e3abf]

        remove unnecessary use of OUString constructor in FORMS module
        
        Change-Id: Ibbf477e99ba0c07a9138497496442b0f9296f5c3

2013-11-11  David Tardon  <dtardon@redhat.com>  [316be1b6f18963b39aab7729bf93fc9c86519e33]

        bundle libebook
        
        Change-Id: I05d96875b9d1deb87dadd63f446080a6fe3494a9
        Reviewed-on: https://gerrit.libreoffice.org/6630
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-11  Noel Grandin  <noel@peralex.com>  [c4a593b6b1732def0a21f455c0ca50f82a9bc40d]

        remove unnecessary use of OUString constructor in FRAMEWORK module
        
        Change-Id: Icbed4f318043a166ed78fe0c49a53f87ebf7201d

2013-11-11  Noel Grandin  <noel@peralex.com>  [62f27a5e7bd7e66d11b8f6c9c047ecdd73199401]

        remove unnecessary use of OUString constructor in REPORTDESIGN module
        
        Change-Id: I5790d7e0c15ac837865597da6ab8a165a5291813

2013-11-11  Noel Grandin  <noel@peralex.com>  [f12f51316a2cb230138ec6dcdc7295e18b6fce28]

        remove unnecessary use of OUString constructor in SC module
        
        Change-Id: I2d40c589eb3b5c99300f36cd705c32cf824b2a98

2013-11-11  Noel Grandin  <noel@peralex.com>  [2ac50736e4a3d442a43d3f9d368be45c57ad9285]

        remove unnecessary use of OUString constructor in SCRIPTING module
        
        Change-Id: I87dd775949d1d3cc2c191e84e57b49cd66ecc750

2013-11-10  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [a5156a41633701fd0591640ba665fdb10221fe71]

        ThumbnailView: item found by mouse pos is always visible
        
        -- so it does not need to check it again
        
        Change-Id: Id6fc2732bde8dd7f6011828b6bc29d7947bf6312
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6629
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2013-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [a7d0400db274b5c8e41b59241bf0643f8d69e25b]

        Remove an unused inline function
        
        Change-Id: I52a5b2d7d3302ba887364e7bf5b377bf93394406

2013-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [2111d552977b0a2f9bfa9ea746adec7d83204a6c]

        Drop unnecessary #includes
        
        Change-Id: Ib286fa65ee54a09a78686b8b11453228c4196910

2013-11-10  Tor Lillqvist  <tml@collabora.com>  [cb41f4c3974b9bf7e5d870f185d08c5741378080]

        Does not build in a clean tree
        
        error: The project 'MobileLibreOffice' does not contain a scheme named
        'MobileLibreOffice'
        
        Change-Id: If722a222407f1e85086d9d89d7863be7a5c8368e

2013-11-10  Julien Nabet  <serval2412@yahoo.fr>  [897bf27a959620ee313f6feb9ee999c5313aabce]

        cppcheck: reduce scope
        
        Change-Id: I06c97b99a55d8b291ea31e6a751ced01b0b80e23

2013-11-10  Julien Nabet  <serval2412@yahoo.fr>  [fd2d0bc88fe05b53f45658d82f29c02511ea90fa]

        cppcheck: reduce scope
        
        Change-Id: I7a20f89e5a113c6c8760d51475d8198e28ad6aac

2013-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3296e26be4cf73a9a1a3e0276c4b50b50b5bd5c6]

        Make CppunitTest_sw_ww8export use DECLARE_SW_ROUNDTRIP_TEST()
        
        Change-Id: I46c5655904cecb6807b218e613cbcdbb6fd236e8

2013-11-10  Tor Lillqvist  <tml@collabora.com>  [07032e5a6ef2fa42229e8bbf5219935beefa2447]

        fdo#71321: We should not actually use the delta-is-pixels concept on OS X
        
        Despite the comment in salwtype.hxx, and despite it being set, before
        4e7495ac2cb6b015ad492def45fd24f4ba0f54f8 the mbDeltaIsPixel flag had not been
        used for anything on OS X (or other desktop OSes). So when the code was
        modified for the sake of touch devices to do take mbDeltaIsPixel into
        consideration, that code path was incorrectly taken also on OS X leading to
        incorrect scrolling.
        
        Change-Id: I7cbca4656037eefce963e976f6acf8fbb32d5269

2013-11-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [aec7399ccb54f83f7d6d414c153e4b1a3d3ad00c]

        writerfilter: remove unused WW8FSPA class in doctok
        
        Change-Id: Id6e984cff8c171099e3bf0ec6940a28b4000b2e9

2013-11-10  Tor Lillqvist  <tml@collabora.com>  [fae7e0af3c2751e41faddf6406802cecf8590d81]

        WaE: unused variables
        
        Change-Id: I8a4d15a7d7948a19df0fb8a585969d56f9918772

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [606d778347298b9e6eba8fda050452887c30da47]

        fdo#65108 inter-module includes <> include/package
        
        Change-Id: I39a5467a2844ca9fe79954fc6f2d092931e57a16

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e2208f0c91e3f355346a2bb3773862c1f8ffd3a]

        fdo#65108 inter-module includes <> include/jvmfwk
        
        Change-Id: I786a0e3b5c3b8e993a7ed0ab114756697761366e

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [a4c99c47dab325bba6d25060587e6598b4b7c9f6]

        fdo#65108 inter-module includes <> include/jvmaccess
        
        Change-Id: I1307d20ab561c35fff0e8ab9afb8fc0821ba8cc1

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [ec7e3cc0d7c9d5803b6fec8b10507a2cee67d841]

        fdo#65108 inter-module includes <> include/css/uno
        
        Change-Id: Ic710b335632489f77c2c0abc76e7550e6a7c0885

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b2af113a07ad3d3603cb2bc059fe1a0141807459]

        fdo#65108 inter-module includes <> include/drawinglayer
        
        Change-Id: Iaca39ad78a78d9aa5c2c5dcb7b31c080ec0e8901

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [5079640fd7265c6b87e174c549c59203ad8bd93f]

        fdo#65108 inter-module includes <> include/linguistic
        
        Change-Id: I27a261aa513df27749030a86e7c8457471b06bc5

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba604366c519d5a43ef19f70ee5dd86a0d1fa328]

        fdo#65108 inter-module includes <> include/dbaccess
        
        Change-Id: I50a6c5c40fec035491921db48e6f7c8db67273cd

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba68545362e1fd1ce4c69f4851b64f1bbc9fcbf0]

        fdo#65108 inter-module includes <> include/basebmp
        
        Change-Id: Ia27520b795caf483bffd02c481d944f257eda47e

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [81512d664eee54fbb2b2997e6da01619a86d86cd]

        fdo#65108 inter-module includes <> include/i18nutil
        
        Change-Id: If14bc8dac0dee1bfdf9c89c015c7031f2be2d896

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [923b12bc5834aacddc900ee9b7d09a723bc27f0c]

        fdo#65108 inter-module includes <> include/i18nlangtag
        
        Change-Id: Ic610850ba2d59fb841caf6c60662e54005ed5452

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b3c4cbf70f27bfbb5249b187ec00444ff26cc662]

        fdo#65108 inter-module includes <> include/framework
        
        Change-Id: Ie6587c23df03ad81b876075428014094765b5238

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [f96cfc8ca47972e10024ecfe45b726153667f2db]

        fdo#65108 inter-module includes <> include/filter
        
        Change-Id: I3ddab6b426b0dda32487e51aa5433fd21cbf21ec

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f704dedab9d8a836d90b3c15f68a232575f59df]

        fdo#65108 inter-module includes <> include/avmedia
        
        Change-Id: I522ca533e7b47de1960d47ea90c93b2c50b858e4

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [bdf2086c9e74cf69fd53a9eca1379cd1c0cf166d]

        fdo#65108 inter-module includes <> include/registry
        
        Change-Id: I65a3728792de966aa27fe1ae4ac2d31a808c5f81

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [02b3c19e1dede687fb151cfbaf980307edb1cf2e]

        fdo#65108 inter-module includes <> include/sax
        
        Change-Id: I54bf5ba4bb2e9ded32290da2db262a688856ff47

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [f726c640bbc3cc03d4dc678f058211ddb6a6ed03]

        fdo#65108 inter-module includes <> include/shell
        
        Change-Id: I518c3673b2facc0a79395f4c8363e1f42693e223

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [9150e74cac575b883874b431caec1aae70b07e1d]

        fdo#65108 inter-module includes <> include/sot
        
        Change-Id: I8e424310eba5a1a6fff3fc7a8402bbc0d58a4e95

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [db3c58703de2e4e9591b22e2b3f4195f4b295939]

        fdo#65108 inter-module includes <> include/store
        
        Change-Id: I3c2db6a3660d46faba6fb11a63ecf3a73709f2c0

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab3506ec724805bf4d586e5cfa479f7eb2e8e9a3]

        fdo#65108 inter-module includes <> include/svtools
        
        Change-Id: I7e004e1e4fbc2141ff421af6be0e8bf5a026b189

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [d902542058767691b30b514e4729bb7c4310a644]

        fdo#65108 inter-module includes <> include/test
        
        Change-Id: I70617d9095272f7c3aa62223db120cce9e03a66a

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [c936339ae28351b5c7d1ea4071862dba65696cb3]

        fdo#65108 inter-module includes <> include/toolkit
        
        Change-Id: I73cd2a7b0270cd0b78d1ea5fb0163e6392323a3d

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [b43343b0e713d70936d32069a21e96334b08dd82]

        fdo#65108 inter-module includes <> include/tools
        
        Change-Id: I5f44f041e465230d10d562e8bd6f141848465e07

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d12a3339bfcadd776029c078b456817d0aba2f2]

        fdo#65108 inter-module includes <> include/ucbhelper
        
        Change-Id: I355c0873ef51b92f39dd7cc0d696075f54f890d9

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a61b2fed9ec49e995db27315aa2e637ce4f874f]

        fdo#65108 inter-module includes <> include/uno
        
        Change-Id: I267573beef35ba57bc5c71bfbd87c5705479b48d

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [6a138729d4086726def3eb8a8ea7c8eb77cb699b]

        fdo#65108 inter-module includes <> include/unoidl
        
        Change-Id: I9142171dee01644c55d33c4f80e994650f5fdf9d

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1a00bb6dd8acf8e5fe2eb8ad3b3bba0cd9b32ff]

        fdo#65108 inter-module includes <> include/unotest
        
        Change-Id: I68cff1dbf395b114ed577783e2fd6d1bc5451261

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [945fb8c227e563d348dacc568b130e95ab20c8fc]

        fdo#65108 inter-module includes <> include/unotools
        
        Change-Id: Icd9b46da88366f5b260c8e20931b5dbdbedf3a66

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f]

        fdo#65108 inter-module includes <> include/vbahelper
        
        Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [084b7198afcb6dad4ae5451ba69ee07beb0cd7d0]

        fdo#65108 inter-module includes <> include/vcl
        
        Change-Id: I085f87fafef860cea5b4130ad602c64c121995e2

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [d6fec4ba5d3800bcab10e10750facffc6756e394]

        fdo#65108 inter-module includes <> include/xmloff
        
        Change-Id: I1d2da1dd3c82e95b8ad4883ce83b42f6dcb6200f

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [4ad3ed74ea40d2ca905a1cb9fcb26002db1f8763]

        fdo#65108 inter-module includes <> include/xmlreader
        
        Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [83784fc6a6f0ee50475c0305abc28ba718173adf]

        fdo#65108 inter-module includes <> include/svx
        
        Change-Id: I5335182ea16695c77c2855b34c98220aea2befa1

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ae156f6934760e744cc58e198589186f41d5f93]

        fdo#65108 inter-module includes <> include/svl
        
        Change-Id: I8b28f3c6df5d11112aff732159c913b4ffb1cc6f

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc8fcd50906cffb1d0a1a24b80f3e9fa762aa27b]

        fdo#65108 inter-module includes <> include/sfx2
        
        Change-Id: Id2dc67262eb91cb6c7ca030e334e3623d7535d45

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [f49ffef7b3ce9ffb79931b79327c5df06f3530b7]

        fdo#65108 inter-module includes <> include/salhelper
        
        Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [5db050afb33a73b7a19890ce9583fbb5fd295a23]

        fdo#65108 inter-module includes <> include/helpcompiler
        
        Change-Id: Ie959c92c0ebffb88318a9ac1a9284da11281105d

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [bda91b953bbb44fe10cc962f4be84a9305748609]

        fdo#65108 inter-module includes <> include/sal
        
        Change-Id: I4adce49a3f19eb16eb0b0d4a743b150c28a4a453

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b9742b7d7827064730cfd92ebfbba4e80b9b6a5]

        fdo#65108 inter-module includes <> include/rtl
        
        Change-Id: Ic90a365a237aa23846f97131146a5aa2c46b5fd2

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [a525fa440245833eb9520c9d290eff2ecebfa615]

        fdo#65108 inter-module includes <> include/osl
        
        Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [1daa9264d5168f6ef100223359d963c1a0310c42]

        fdo#65108 inter-module includes <> include/cppu
        
        Change-Id: I86db12420f5d84e467db72585609f8f144f73dad

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f3305e939b5ad1f1a6af5a608c10e745deb56d6]

        fdo#65108 inter-module includes <> include/cppuhelper
        
        Change-Id: Ife81bf3dacb574b664982f3b4d2c7af9eb78a66a

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f997d5dcee61b3229f94824cfde6788db65d724]

        fdo#65108 inter-module includes <> include/xmlscript
        
        Change-Id: If4a7372a7520db8c362de17d81cfd393d42e17e8

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [aff270d89a4800fab9fb09c506d92780060e16dc]

        fdo#65108 inter-module includes <>
        
        Change-Id: I338b2f923a31058dc7a3a9a4dcefba52109aa3b0

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [73a57482157fc9c925dc8f5c9cf26673cd18c803]

        fdo#65108 inter-module includes <>
        
        Change-Id: I82b0309c4430a8393e17b9a30a6e898f82c0f25c

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [4d13f9129d4e56fc9ae0501b88e19556d50c23d2]

        fdo#65108 inter-module includes <>
        
        Change-Id: Ifd86f72985928d7b044809c83c112935b433c1f4

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [144baa618c98506285f421719ae3b18820907962]

        fdo#65108 inter-module includes <>
        
        Change-Id: I11332cfdcc3379fea8599fde1e9255113122e3b1

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [940a2944b0791cdf5894b4b2e4e30d8a71d5f304]

        fdo#65108 inter-module includes <>
        
        Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [38016f9d2260a424369fadab16f5428e4f3dc86f]

        fdo#65108 inter-module includes <>
        
        Change-Id: I6d9f67e26a213d14aa9114e612781fbd8c223637

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [14677f6adbe40e72ade744fc0dd35cec37a85001]

        fdo#65108 inter-module includes <>
        
        Change-Id: I1caf03785f84cf709b7f23c5ca3d2659bf950b28

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [45beff50c9e6c9358080c7a81234c6d98bbd7fac]

        get-bugzilla-attachments-by-mimetype: fix the lanuchpadlib mess
        
        Apparently somebody found it a good idea to remove the getBugTasks()
        method.  Also the darn thing won't run on Python 3.  So apparently it's
        mostly unmaintained, except that functions that we need are removed.
        
        For future reference: it can be installed on non-Ubuntu systems by:
            pip install -v --user launchpadlib
        
        Change-Id: Ib7b0a46011dffcfe091f5bb73ed19b9dc311046c

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [4855946a5e40747a4ccecf17ba80c8bdbdd8c969]

        get-bugzilla-attachments-by-mimetype: make this run on Python 3
        
        Change-Id: I27cf30c62122ea191c852a1a298a40ef64d35ba9

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [1b82dba6f7c11eeb48dae690052ec56ef37f41e4]

        get-bugzilla-attachments-by-mimetype: port to Python 3 syntax
        
        Change-Id: I928eb1baa7390301036585d84895f44eb4c38d20

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [5c6e934b839a8b1462ecca4c687e263c85c4224b]

        get-bugzilla-attachments-by-mimetype: IANA has 2 mime-types for WPD
        
        ... on https://www.iana.org/assignments/media-types/application
        
        Also fix up the common_noncore_mimetypes while there.
        
        Change-Id: I66eb74b0906a10893a771b7136b5f6ebda938ee6

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [f35b3fea46532ffc54e9026e7a953f64493e7525]

        clean up #ifdef ICC code
        
        According to the dmake documentation, ICC refers to Visual Age C++ for
        OS/2, which is not a supported compiler (or platform).
        
        Change-Id: Ic9e23bc7c44de110a3a312bd007beda3b660927d

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [20193bcc93660a1510a7cd5ab8d0897e55ee7546]

        gbuild: SdiTarget: avoid more spurious rebuilds...
        
        ... because the .hxx file only occurs as a target in .d files of
        objects, the rule for it will not trigger in a build from scratch and it
        will be older than the SdiTarget itself and will be touched on the next
        incremental build.  Ensure that it's not older than the SdiTarget.
        
        Change-Id: I49504814ff62efb22d1f10b37e3bec2ea841bfc9

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [0c29bcec708b4a0c94ea2d52deb4a188f1b32cd5]

        gbuild: HelpTarget: need more recipes...
        
        The files in gb_HelpTarget__get_index_files need to be targets with a
        rule since they are delivered via Package.  Same for the ".tree" file,
        and the HelpJarTarget.
        
        Change-Id: I03167f358aabf297c9f2feacc170ec4e9db437d1

2013-11-10  Michael Stahl  <mstahl@redhat.com>  [6c21f94dffde8649de73ad1acb874fc05b4e16fe]

        gbuild: Gallery: avoid spurious re-delivery
        
        The .sdg/.sdv/.thm files are generated by gengal (i.e. the
        Gallery_get_target) but are not targets, which means they will only be
        delivered in a second make invocation because make requires running a
        command to propagate out-of-date-ness.
        
        Change-Id: Iddb2222151bdbcf93d79bd801fa30ab7d7fbd1d3

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [1b85ffca7d56cb1336800d04761884149a7b4247]

        factorise code; make DBTestBase a UnoApiTest
        
        Change-Id: I29c131f60caa36c464d99b9b86a59e2e16ce94e3

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0389a7f4fa39e437642a7236d7804c6a0cb47a0]

        fdo#65108 inter-module includes <>
        
        Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc

2013-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [98d48bbbbbe291ec8e3cb9b51bedbf6f412c3553]

        fdo#65108 inter-module includes <>
        
        Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede

2013-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [1a1bb14acf6e2f38891e143e55ee5ac4909468a8]

        writerfilter: remove unused Dff{FSP,DGG,BSE,FSP,SpContainer,UDefProp} classes
        
        Change-Id: Ie3c8f7ea546418a1de1113a54292fd31c64a1f7b

2013-11-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [ae38e44ba798faa23598ff53d175a4c4499ff430]

        Make CppunitTest_sw_ww8import use DECLARE_SW_IMPORT_TEST()
        
        Change-Id: Id2efe1cacd8b1e7ceb31ee2b7d7ed4671266231b

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [516f9b013ff275ee66a81e02efb0cf989de8d33e]

        indentation
        
        Change-Id: Idec97e6b9269cb481428bef8b95aa112197fe866

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [79bd39ac61746c58685be407b597e966d7369fb2]

        fdo#65108 inter-module includes <>
        
        Change-Id: Ie8ca0b1aa7b56ea1d62c9eed798c56ca78464c44

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [7b9a9a49862e4ec42ab9ffd85f94713960a94c3a]

        make firebird-sdbc an experimental feature
        
        Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [ed8c4decb3dbcd406f7deb59d9ae917337b46ebe]

        oups
        
        Change-Id: I92eb65614b9c0afded3b9210208360a42747a34c

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [2062212d0a0152f4face80aee7a25048e0f5473b]

        UnoApiTest does not dispose Desktop anymore
        
        Change-Id: Ia6cd838426ff77af213f285a67a22223c7358585

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [edd4c694ab7635ecad430afa6bdb4743eb4e7479]

        UnoApiTest don't dispose mxDesktop
        
        It breaks CppunitTest_sc_outlineobj,
        which runs several setUp/tearDown several times?
        
        Change-Id: Ic81324d150aa64135cdbedc4cb99f78d415da1aa

2013-11-09  Stephan Bergmann  <sbergman@redhat.com>  [16b91e13c726b5b3f43c1aafde6fb8c4c18e3c77]

        Converge on SvtSecurityOptions::isTrustedLocation
        
        Change-Id: Ibcf4b7d9d11295c7679637a37d41dc2960e04f8f

2013-11-09  Stephan Bergmann  <sbergman@redhat.com>  [2778530032a2291cb8f9a1ac52f421597182a3e3]

        More sc CppunitTest fixes
        
        ...similar to 01d9f3fbeeb2a8f63a614fbc1a66ffb5c80c624f "The ScOutlineObj test
        still requires the fugdge."
        
        Change-Id: I61d7024edbbade5eaf950752967ceac71306d6cb

2013-11-09  Stephan Bergmann  <sbergman@redhat.com>  [92727ebb4868105430feefef1227208186358d66]

        More sc CppunitTest fixes
        
        ...similar to 01d9f3fbeeb2a8f63a614fbc1a66ffb5c80c624f "The ScOutlineObj test
        still requires the fugdge."
        
        Change-Id: Ib788f4d6f38eb1dc4b8e4856be8fd4a6ddd968b3

2013-11-09  Stephan Bergmann  <sbergman@redhat.com>  [01d9f3fbeeb2a8f63a614fbc1a66ffb5c80c624f]

        The ScOutlineObj test still requires the fugdge
        
        ...that got moved from UnoApiTest to CalcUnoApiTest in
        a071a29d4f7e8065a36a313027a007edac102e20 "UnoApiTest don't require Calc."
        
        Change-Id: I1a38c496ef2baf42b5fd82ff653e822a8b80a124

2013-11-09  Stephan Bergmann  <sbergman@redhat.com>  [fe2e43280fc2007dcc819285270b2437ba56b8e3]

        Don't dispose twice in CalcUnoApiTest::tearDown
        
        ...i.e., skip UnoApiTest::tearDown's dispose of mxDesktop and go directly to
        BootstrapFixture::tearDown.
        
        Change-Id: If4555c812cb42c4b76a36d4e59c1d96211915dba

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [43caf4fe9babdd68853df3cc68a4ece8e4223b1a]

        fixup the fixup to dbaccess macros_test
        
        Change-Id: I7cc8b6bd3778158e7c93545bbdcf35cccf986188

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [9a0a4fddc53d72d90135058c3e6cf418b21f81ff]

        fixup dbaccess macros_test
        
        Change-Id: Iefb12d8b6fe8b5c9795220f8c7ff90f6ecc92576

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [f630c021edbe3783bd164cb78ea6364c26f23e4e]

        nitpicks
        
        Change-Id: I190a629a8c76f98b54295eebcf712b4c5b26ecff

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [bf967a4f15c9f7c3461bf5717bb9938ddf476d17]

        deliver can use hardlink
        
        Change-Id: Ia04eedc6375748505c954e2315a0c5af7afae84f

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [6f40eec725923c91d2447363a3c14b07b2cc73ce]

        Calc UNO API test
        
        Change-Id: I6dcd9ac05ff7c4a6fbae7947b0ceda8797feea2f

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [10d6b8ed56ba972c13d7128b12276ff3acfb1208]

        fixup sc chart regression test
        
        does not pass though;
        leave that to the domain experts
        
        Change-Id: Ic8b712ad4e1eca892d51d03d3a93b8c8087074dc

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [4c64b8851b851cd88c762fd782d19bbbecdcbb50]

        fixup and enable dbaccess macros_test
        
        Change-Id: Ic5599df7a2ad7f2f3a9f2794b16ef0a4ab698b06

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [a071a29d4f7e8065a36a313027a007edac102e20]

        UnoApiTest don't require Calc
        
        There is no reason for the generic UnoApiTest to require Calc
        specifically. Calc tests can/should instantiate a Calc instance.
        We can create a CalcUnoApiTest for that that inherits from
        UnoApiTest; however this does not seem necessary, "make sc.clean"
        succeeds.
        
        Anyway, the ScGlobals::ensure mentioned in the comment does not
        seem to exist.
        
        This allows us to eliminate some code duplication in tests
        that were reimplementing UnoApiTest minus the Calc instantiation.
        
        Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [e937995ca3718042efabaf04a5161c0c76107b9c]

        dbaccess DialogSaveTest not a UnoApiTest
        
        It overrides everything that UnoApiTest does anyway.
        
        Change-Id: I531b2245626cbfd8d13a48a710d409e30ba2d20a

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [d00c4476da0cf5e2dd52c7609d8c595b3c10bce2]

        fail early and hard
        
        Change-Id: Ib550126d190e9436cf77e6c51eaf869ecd75a18b

2013-11-09  Lionel Elie Mamane  <lionel@mamane.lu>  [1812d606b7c9c16d4123fc8b911fe3f790a31b2b]

        rptui::OShape make getSupportedServiceNames and supportsService
        
        at the cost of inconsistency between getSupportedServiceNames and getSupportedServiceNames_Static
        
        Change-Id: I940b23c35a6c4080eb6575adff1de0b08cdb3698

2013-11-09  Julien Nabet  <serval2412@yahoo.fr>  [e9fdc84698a19e0ff2be9d676c84cc214cbc4f3d]

        Typo
        
        Change-Id: Ifb3b9c7a33b7faccbf7dad1886d953d845de3196

2013-11-08  Andras Timar  <andras.timar@collabora.com>  [f6449bf0bb93874f189aab9765c1de43dca69807]

        fdo#67401 set AntiAliasing for SVG logo
        
        Change-Id: I90aae11aca84c9c5445f58bdf76d65f0213a334c

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [63ce8673cff538a49165259e0579f122b5879444]

        gbuild: Extension: avoid re-build on missing translation description.xml
        
        Change-Id: I6292f4ec235f8880176c2671ec7c8533168cdbeb

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [7217ad84a3dc3984ec943409d09a35d545f93632]

        gbuild: HelpTarget: avoid spurious rebuilds on missing translation
        
        ... if the darn files are allowed to be missing, use wildcard to avoid
        dependencies on them.
        
        Change-Id: I36a83413f8fb65b081681a8f351ec6afcf15fe6d

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [967391dca2fd8f30e38598433b2d2153020988d5]

        gbuild: AllLangResTarget: avoid spurious rebuilds on missing translation
        
        ... if the darn files are allowed to be missing, use wildcard to avoid
        dependencies on them.
        
        Change-Id: I5232efcb17342d0b2a1e909da6449b08c4148245

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [8c766a4993e56bd453dfe18b36c5ea76915afe1c]

        gbuild: SdiTarget: .hxx file is always out-of-date
        
        ... so touch it to avoid that, just to avoid the "true" rule from being
        invoked every time.
        
        Change-Id: I6f27c6e4b0d071b9877a38dc1f4cd3c3eb10bfc0

2013-11-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [75601529a807f15fa648c22e3636281981cd7623]

        fdo#70797 add Excel 2010 functions
        
        CHISQ.DIST, CHISQ.INV, CHISQ.TEST, CHISQ.DIST.RT, CHISQ.INV.RT
        
        Change-Id: If32530a82b2e5fa1aa30a8c80090742be5acf3eb
        Reviewed-on: https://gerrit.libreoffice.org/6611
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [c69ed33628ec0b7abf6296539cf280d6c4265930]

        Don't unnecessarily wrap RuntimeExceptions
        
        (and IllegalArgumentException is a RuntimeException now)
        
        Change-Id: Ic18f11ff7675878c7f6b5e9ee52453bbb9f1e787

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [02f80eef3c60385582f1bc2d8f2fbccb8d55b7ff]

        longparas: these sal_uInt16s are really xub_StrLens
        
        Change-Id: I54ecd08c4073f1de6dd28e7d6824d8cfde98254a

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [3fa85c871637ee378450c12f10219f94dd692525]

        longparas: these sal_uLongs are really xub_StrLens
        
        Change-Id: Iebe3d5edccb6737da64aba5c3d61b9509ce7ec9d

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [4536eefa32f634658a939f747e4791a678032bcb]

        longparas: these sal_uInt64s are really xub_StrLens
        
        Change-Id: I5d6222372e79e6ccbcd6529ce5c88b3f082934c6

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [cc7deac7054709fada9b0867d25644f3fdbe2d06]

        longparas: same variable used for two different loops of different types
        
        Change-Id: I1efdeb3f9bbda47d8f465a04fb36164e7ffc347b

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [aa92403a2b8336c5317f0fc95fac23fb7e540c89]

        longparas: disentangle same variable used over two different loops
        
        Change-Id: I22bbd777cb86decbbf714f71ff0477053ae3b757

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [ea4fd6d5ca9fb8757cf1cba9c2f419947d87e8fb]

        n is immediately overwritten
        
        Change-Id: I51c511efcfaf2d97cefa42abea1d3e42c023fbbd

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [5a792cefec8a5b47c1956b8736097668fd895a61]

        safe xub_StrLen -> sal_Int32 conversion
        
        Change-Id: I43c6ee0b794b1b77b790e5c36c852a0746437164

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [64ed6187e6315f56f4ef8e0d802cb532c8ce0128]

        safe STRING_NOTFOUND -> -1 conversion
        
        Change-Id: Id66b9ff49289d90f2d0714bed84e886598f103ad

2013-11-08  Caolán McNamara  <caolanm@redhat.com>  [b376eacdfae11f5d39eb7011efe67390d9f495e7]

        Access by AnchoredObject of a deleted SwLayoutFrm
        
        as demonstrated by abi10075-1.doc
        
        just register the AnchoredObjects in the SwLayoutFrm and
        inform them when the SwLayoutFrm goes away.
        
        This crash was triggered by "1e113cb7604e1509e7d598a9be329f1f7b6e9322" import
        different first page header/footer from doc. But that commit is blameless.
        
        Change-Id: Ia079cc635a81dff1ccbf740641f441aa784328a4

2013-11-08  Armin Le Grand  <alg@apache.org>  [050d2ceb534f17f3e865f5f8118bb95a4749de9c]

        Resolves: #i123616# be more flexible regarding the data type for polygon data
        
        (cherry picked from commit 66c81c1a26d6d09c75c8b8ced44e4a0cf43819ee)
        
        Conflicts:
        	svx/source/unodraw/unoshape.cxx
        
        Change-Id: I5ebb7b39a083bb6e007853f205bb39d434eb94ad

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [7af7023a42aee17c4be0966117b389d1b4319ceb]

        Unwind confusing namespace alias
        
        Change-Id: I08d3e5f71278c7f96adb2db546da5602df84aad8

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [dfe1a6fbd83beaddf21e885ae20098e40ffcace2]

        Unwind SFX_REFERER_USER
        
        ...and remove remaining unused content of sfx2/source/inc/referers.hxx.
        
        Change-Id: I5c533f63e13da930f6944af0e85d4b061c30e5b0

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [ea1a7ba72e1bd50a12faff1f8180a5a44745715d]

        Clean up IsSecureURL
        
        ...to not use WildCard (in case a trusted location URI already contains an
        unescaped "*"), be specific about matching only past a final "/", and rename to
        isSecureMacroUri for clarification.
        
        The check with an INET_PROT_NOT_VALID default INetURLObject in
        SfxApplication::OpenDocExec_Impl ("we have to check the referer before
        executing") had efficiently been dead since its inception in
        14237ac4bf497decdde8b742acea23780833ba12 "#90880#: security checks corrected,"
        as INET_PROT_NOT_VALID is considered secure regardless of referer anyway.
        
        Change-Id: I03bca5e6dac89bb2aac52909aff273ea640228d8

2013-11-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [81eba5c49dae5ba9efcdc8632044dc853afbf7b6]

        Updated core Project: help  d0a1187fe4a823d1ee670f989d82b75abc0b9091
        
        fdo#42023 correct options for table columns width
        
        Change-Id: I9518c38350876e45de62aa6fb46a3b2bf9b5ef61
        Reviewed-on: https://gerrit.libreoffice.org/6542
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-11-08  Julien Nabet  <serval2412@yahoo.fr>  [fe5acac6976850d67f70347a2d2657f9105bfebd]

        Silence -Wdeprecated-declarations for the moment
        
        Change-Id: If08c7f72195dfff6ae3b7cb52b4137aeda3bc675
        Reviewed-on: https://gerrit.libreoffice.org/6604
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-08  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [61a20e43b1ec7641bed073244c988e3ea981f086]

        SlideSorter: insert new slide on double-click.
        
        Previously inserting a new slide required using a context menu
        (via right-click) or the main menu-bar. It is now possible
        to insert a blank slide by double-clicking in an empty area
        of the slide sorter.
        
        Change-Id: Id7ac5f9d3befd02d0a89ad5e1631885c0493ad3d
        Reviewed-on: https://gerrit.libreoffice.org/6442
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffbad093368fc307ddeb128c6654d67f967f2c9f]

        SwDoc::DelNumRule: fix out-of-bounds index access
        
        When nPos == USHRT_MAX, even if later we checked for that case, just for
        the sake of an assert(), we already called operator[] with nPos.
        
        (To reproduce: right click on List 1 -> New -> Cancel, results in a
        crash.)
        
        Change-Id: I465b5519000b79bd8b2eaa3b3c1ceb80a182a25a

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [797681b4f569212a0f306151167534e23a2e37af]

        Pass all relevant CFLAGS on to external/libexttextcat
        
        Change-Id: I05f25748dd29c80812328265ddb9f071ac4ae91a

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [669128178f4697f4fba746f1ece1c18b0056022a]

        Make INetURLObject-from-OUString ctor explicit
        
        ...and clean up call sites.
        
        Change-Id: I7219a33652835e82fdc44e9e801a7e62868e4f38

2013-11-08  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [fa7085bd182e1968237b742c544de3ff0a5b9742]

        improve calc function CRITBINOM
        
        CRITBINOM could not handle large sample quantities, e.g.
        CRITBINOM(1080,0.5,0.1).
        This patch fixes that and also improves the efficiency of
        the function by always iterating from the end nearest to
        the cumulative binomial distribution.
        
        Change-Id: I35f965acc83e26141fb2cf5a7e3303ec0791f04a
        Reviewed-on: https://gerrit.libreoffice.org/6559
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [d199c01ec765c62dee232bc1d6a9929cdbbb5158]

        installer: the perl is borked
        
        Apparently the $$languagesref in create_directories results in the full
        path to services.rdb when called from mergemodules.pm as
        
         my $unpackdir = installer::systemactions::create_directories("cab", "");
        
        ... which apparently means that there's some variable whose name is the
        empty string and whose value is the path to services.rdb.
        
        Add some mysterious workaround suggested by mmeeks.
        
        Change-Id: I6ba203f5cc44786969795eebab5359d5e9a8a12a

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [c5a7928fb56b9b5d73f7527a8248a28af4895167]

        warning C4805 unsafe mix of type sal_Bool and type bool
        
        Change-Id: I00064edb5105ede4bdf6a0cdec4bab00cdd52331

2013-11-08  Eike Rathke  <erack@redhat.com>  [9b10373edae490d2b9b7f8d733c59b4f63927bec]

        "%1 is replaced to ..." ... maybe, or maybe not
        
        Translations may have omitted the %1 placeholder in SCSTR_COLUMN and
        SCSTR_ROW, or not have it translated newly yet because it was introduced
        later. In these cases append the column indicator / row number as it was
        done before.
        
        Change-Id: I331cf0c529bebea02277784ea145c202eb6f6fda

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [961e319da7e8aa16b64ceee421e896802cbb82c1]

        DOCX filter: handle numbering style's qFormat, rsid and friends
        
        Change-Id: Ia261995b98e2108ab673c7b240a1aa822d3db96e

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [d632598049b473a6e06dde853b54cf5206604a9e]

        Introduce MSWordStyles::GetSwNumRule()
        
        This is similar to GetSwFmt(), but for list styles.
        
        Change-Id: I5c198c786e0c73c83430bd60b91d0ef85c7a49fc

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [53163026efa4b402000ac6d22d90a71bff961ece]

        sw: add InteropGrabBag for list styles
        
        Change-Id: I2881a507d71aad10e39272141b5d63c6e39e2cc9

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [605f7c34b8598c6b3a5748d5a5382c07d743706c]

        SwNumRule: add getter / setter for InteropGrabBag
        
        Change-Id: I6f76dbfd806139f141c054dccb0884be32511e06

2013-11-08  Noel Grandin  <noel@peralex.com>  [272e48c681cf80b978d3cfc9c8d843bc7d1e71d2]

        remove unnecessary use of OUString constructor in SD module
        
        Change-Id: Id3591b232b43deeb70e3e2fffb5c6a8f561223dd

2013-11-08  Noel Grandin  <noel@peralex.com>  [9d7712b48ddaa0f308b669625b5ebbb1a3e75634]

        remove unnecessary use of OUString constructor in SFX2 module
        
        Change-Id: Ieafc413136a9b4b907de034914d918212e4c16e3

2013-11-08  Noel Grandin  <noel@peralex.com>  [da20c7f4396b127072074f4d7999ed29deee02f0]

        remove unnecessary use of OUString constructor in SHELL module
        
        Change-Id: Ibdb750dc8e0f4cd0f186d5801c0a269edd939547

2013-11-08  Noel Grandin  <noel@peralex.com>  [cd30747b74683dc5766073a4a9b3a4c0e5db3723]

        remove unnecessary use of OUString constructor in STOC module
        
        Change-Id: I980223cedb6d0054ef71cbd81691f70a24f506ad

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [c3e55a1f3b88fd53d13f563a4116d588643c34d7]

        Hard-code the path to libgetuid.so in epmfile.pm
        
        ...so that it is still found after 7b3133ad882b24834f87b478d00bf4ee92d3cd63
        "instsetoo_native: shouldn't need instdir in include path."  And no idea why
        getuid was in PLAINLIBS_URE instead of PLAINLIBS_NONE.
        
        Change-Id: I5de2a79cbd3c0064cd7776e269f4792304ec34e3

2013-11-08  Eike Rathke  <erack@redhat.com>  [e8176a5d487fe539fb91fa889a8cf2d710913b29]

        added Bamanankan/Bambara_Mali [bm-ML] locale data, fdo#71361
        
        Change-Id: Ie1e8c4beb3d2e17d311a5363d82feddfdff8e958

2013-11-08  Stephan Bergmann  <sbergman@redhat.com>  [06ee49358e7314a1b1f2394ebb07e7c0c2b4d334]

        Fix external/accessories filelist names
        
        Change-Id: I1a2dc8d95e9d6037fe50d80ee87dbe35bed69fc9

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [7b3133ad882b24834f87b478d00bf4ee92d3cd63]

        instsetoo_native: shouldn't need instdir in include path
        
        get_Source_Directory_For_Files_From_Includepathlist already
        has a special hack to find all the files in instdir so ideally it should
        not be necessary to put these directories on the include path.
        
        Clean up readlicense_oo to make that possible; also copying license.txt
        as-is to LICENSE on Unix but first converting it on WNT is rather silly...
        
        Change-Id: I95f30bc5e0b7ca73c50156a7ce0131640185778c
        Reviewed-on: https://gerrit.libreoffice.org/6613
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-08  Michael Stahl  <mstahl@redhat.com>  [2203611500f1fdeb63ed1fd1dfedbdb11dec968e]

        installer: remove (now unnecessary) shlxthdlpath
        
        Change-Id: Ic84cdc33f470ce3ed143d86add04a422f8b9e365
        Reviewed-on: https://gerrit.libreoffice.org/6614
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [560b27613679d2a3b3ddb89c2afe481bcf2996e3]

        fdo#71306: fix printing from basic ide
        
        regression from e13a3d566ecc34a46e037aca1b2d70e58501e422
        
        Change-Id: I0d734e112038746aa48df669d4b82b644a95c220

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ecd8a55ee494c1150ec552a9002c6991371437c]

        DOCX filter: handle char style's qFormat, rsid and friends
        
        Change-Id: Ie0bc9aff722d87fcd246d0cf1971ad6f34f0996a

2013-11-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [cad4afbd1444fe410aef014b01008b03ed4ecbf5]

        sw: add InteropGrabBag for character styles
        
        offapi already documented this, but marked as optional, and previously
        only paragraph styles implemented it. Do the same for character styles.
        
        Change-Id: I3e331eb43f325ac8963984b2460db53f1be497a6

2013-11-08  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [e3d3b7bb0c6c8bbe87b3ce4b7c74f2d50fc1a78b]

        Fix for multipe occurrences of attibute in <w:pgMar>
        
        After round trip multiple occurrences of w:left,  w:right etc
        were exported.
        Also added UT for the test file.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I6a503cf609f627b8f8eb9d33691e51582c15b459
        Reviewed-on: https://gerrit.libreoffice.org/6608

2013-11-08  Noel Grandin  <noel@peralex.com>  [458ff29ac36b4a99b14fab99ddc14090cbbfb199]

        remove unnecessary use of OUString constructor in SVL module
        
        Change-Id: Ib3c2f2b43895fe45e9efff888bbd81d8be5969e4

2013-11-08  Noel Grandin  <noel@peralex.com>  [81f5c65f7556bf0c08ce8a0d7029a9cc72319025]

        remove unnecessary use of OUString constructor in SVTOOLS module
        
        Change-Id: Iad58b125f16226cc6afa9d88d2c792065bbc244f

2013-11-08  Noel Grandin  <noel@peralex.com>  [913b4e7d856ad6392588886a4124d05676e8968d]

        remove unnecessary use of OUString constructor in SVX module
        
        Change-Id: I1506daaa4a3b736ee6bbb00100fca24df8368298

2013-11-08  Noel Grandin  <noel@peralex.com>  [a5536d9a0eac922d18f9008122034ca943d50148]

        remove unnecessary use of OUString constructor in SW module
        
        Change-Id: I015959dce567e5579ebb5c775fb57ae14e1cd3b1

2013-11-08  Lionel Elie Mamane  <lionel@mamane.lu>  [3cc85b071fdcf75adf8bcb3d59984940395c81e1]

        earlier failure in debug mode
        
        in the case that mpObj.get() is not a SdrOle2Obj*
        
        Change-Id: Idff7324242062665c137685096cd82284e24f0d9

2013-11-08  Lionel Elie Mamane  <lionel@mamane.lu>  [e7fad6da680631f82684d4f248ab77d53caa4189]

        fdo#71130 pretend to support service m_sServiceName
        
        Which was the case before, and was probably erroneously changed in
        commit 196f980012739d94654e6863b85b2e49f7e1a1e5
            fdo#54938: Replace existsValue for cppu::supportsService
        
        Change-Id: I20323bba1105d1844c79a5a0ad3c9e133a9d0d05

2013-11-08  Eike Rathke  <erack@redhat.com>  [a5ccfa0fccc1139c2f4c66053214b8c229b9bda4]

        adapted to reality
        
        Change-Id: I79d91598b3104fb50d6c19aca135b8d16347ab79

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [16b58c86d8714d0042f7dbc3e0d79dd7a9bfe2d8]

        gbuild: AllLangResTarget: clean install target
        
        Change-Id: Ic71d50e2374f15f2cb5d15dd32604a867bfb74e4

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [28089fbecc27ab79ddd48f8240352c46b39523e0]

        officecfg: move the reportbuilder filter configuration to filter/
        
        Change-Id: Ied496ddbc4d5341a8e1e15d760df775eee19f850

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [6ab99e0716091d5387ea3766d6917e580a56b8e4]

        filter: fix error message
        
        Change-Id: I3590e6598371197a6c41977c46e05b9b5d30eb58

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [bd5a6c285cbfbc77c3daad481687a1287a097a87]

        a little instdir sub-dir cleanup
        
        Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [b38e996bcee13eacb61f340ccff787806c053ce8]

        installer: remove unused variable
        
        Change-Id: I03648e07b6f1ab895254c4e2a02717a6a318c783

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [91fa22fe533588c0e16c705f3810f1ce1a5661a5]

        writerfilter: remove unused CpAndFc class in doctok
        
        Change-Id: Id24eb2ab53e62961e6cbe2ea72221c6bfe7262d7

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [b8002169336b6b7597d32755e41fa3dc2688539e]

        remove INPATH and PROEXT
        
        - WORKDIR path is just workdir
        - INSTDIR path is just instdir
        - WORKDIR_FOR_BUILD is workdir_for_build
        - INSTDIR_FOR_BUILD is instdir_for_build
        - replace other usage of INPATH by combination of OS and CPUNAME
        
        Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482
        Reviewed-on: https://gerrit.libreoffice.org/6601
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7fb73e6c30e66f028fe759376e3789456bf3ad33]

        Make CppunitTest_sw_ooxmlimport use DECLARE_SW_IMPORT_TEST()
        
        Change-Id: Ic5c204d6766bf5f2c5f346a84d92f1f03b1ff418

2013-11-07  Andras Timar  <andras.timar@collabora.com>  [63752c99899126ad57460dcc6c64ff223bfdce2c]

        remove misleading comment
        
        Change-Id: I8c4187f3f50c4675ab4fe392ef0f0736109788da

2013-11-07  Andras Timar  <andras.timar@collabora.com>  [a5b9d4fba2464f1ba87ee2d0fc34a3195fabfeb8]

        xub_Strlen to sal_Int32
        
        Change-Id: I5cf06c6d9648f8f447b7669edfab8436e6f948ab

2013-11-07  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [a29c9eff781fd6bceee5078669a53c52086b5664]

        single-click for open recent documents in new Start Center
        
        Change-Id: I34c6a5f9057707cdd1e2f4f82024818e7c8a6630
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6610
        Reviewed-by: Jan Holesovsky <kendy@collabora.com>
        Tested-by: Jan Holesovsky <kendy@collabora.com>

2013-11-07  Tor Lillqvist  <tml@collabora.com>  [5d87a7f542bd98b1482842596d0aaa4c7757801a]

        WaE: unused variable 'sSqlStatement' [loplugin]
        
        Change-Id: I30fe491d8257affb994083ae312d9663ef7a28e9

2013-11-07  Tor Lillqvist  <tml@collabora.com>  [74ab9fb5cf6505aecee15f6f7eab61c1790bbda2]

        Bin an unused function
        
        Change-Id: Iedea7622d27e263b21943f7696ff71fb7fbd7c80

2013-11-07  Tor Lillqvist  <tml@collabora.com>  [aaa0ead88ce9bc8a94dbe3db82465cc5599c7dc9]

        Umgekehrte Polnische Notation is German for Reverse Polish Notation
        
        Change-Id: I80480f963b643596ff1c0e93af3eaa6ffc63c9dd

2013-11-07  Tor Lillqvist  <tml@collabora.com>  [761959e7af3ea0b7b80f33f511feec212b9dc7d0]

        Cosmetics: Use more consistent style in the generated OpenCL code
        
        Change-Id: I6c292c95cb3927954d71a5513665dcf2c54166b2

2013-11-07  Lionel Elie Mamane  <lionel@mamane.lu>  [e58c7886fe3dc830a14433078b8a1bea52a85f11]

        typo in comment
        
        Change-Id: Iea5084bd1c5765197e5dcf379637a780e52f42bd

2013-11-07  Lionel Elie Mamane  <lionel@mamane.lu>  [aaee12a8a84df2568b2262ee991a61ab926ae6c6]

        fdo#65108 inter-module includes <>
        
        Change-Id: Ie7e08f25741772f657a71369483917d989a05537

2013-11-07  Lionel Elie Mamane  <lionel@mamane.lu>  [c2ad6017e66909e9797bc728ac28a9575c84343e]

        firebird-sdbc: replace named parameter by unnamed
        
        Change-Id: Iad6023d9d16b10001bb8493dea483e655fc8519c

2013-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [39768755e8db5fb79d398373cdcde2cfd4e0f20a]

        OAuth2 application keys shouldn't be in the code.
        
        The GDrive OAuth2 key is now defined at configure time. If either the
        client secret or client id is missing, the Google Drive connectivity
        will be disabled at runtime.
        
        Tinderboxes can set up a GDrive key, but they need to make sure it's
        not persisting in the build log.
        
        Change-Id: I09bc748641ec14eae890f273f05bffe4ed421dbb

2013-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9c30388aa239d7c9707d31bf827a2c5322a51e27]

        CMIS Versions dialog is experimental-only for the while
        
        Change-Id: I39e2f3437045ae0ef7b33c65bb59f9fe201dcda7

2013-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [29dd94c9aac80d2712957e104ccceb016424e545]

        CMIS Versions: removed a few useless buttons
        
        Change-Id: I08a1593700495c2262a270cb9055e973ab0ede29

2013-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [949e6c55300a58b0b3cb4c61a5d3ad923798281a]

        CMIS Versions dialog: fix version date
        
        The version creation date is more likely to be the
        cmis:lastModifiedDate.
        
        Change-Id: I15e81db6a4c5f638f3f472894608a8d6728dc2d2

2013-11-07  Eike Rathke  <erack@redhat.com>  [1edc24e8ef01fb9bc780d268d8dd20bfc42b3110]

        more cruft
        
        Change-Id: Ia6b975080598a87c5e262374efde9efb186051b1

2013-11-07  Eike Rathke  <erack@redhat.com>  [105c0a1626c5c15c9e3e08dc24aba6ef1977e3de]

        make this work again
        
        Change-Id: I0ac5dfdea6b5785b1651c3b362bbddea2354e7c1

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [6f2daecc5453cea0fa930d178e11328313961d08]

        safe STRING_NOTFOUND -> -1 conversion
        
        Change-Id: I1afd5f4ef3b0001e28a6c0ce86f2fe927515fcf4

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [9307b65407c1c50f3be8bbe5a664700e945a7efb]

        safe STRING_MAXLEN -> -1 conversion
        
        Change-Id: If07e632e81e1fda98f587b3c34b009144126d7ef

2013-11-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [bcb51cff22f385abe71555f8d7fdbec2697bf188]

        fdo#63020: Replace ::comphelper::stl_begin()...
        
        And use some templates inside include/com/sun/star/uno/Sequence.hxx
        
        Change-Id: I48875fa1517751fc4cb0cf2b6c08b88975a29b47
        Reviewed-on: https://gerrit.libreoffice.org/6599
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [d877941fc7bb690d0c5b132a914920cf65f8abb2]

        align GetScriptType argument type with the rest of the family
        
        Change-Id: I67a66eb05deaecede3cd77e06075c2e98be8d001

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [a7db1c8606b3c47f0d349918b72a2585d9b2ad34]

        these longs are really 32bit
        
        Change-Id: I6c71f1ce32df6067f0be820656d86e851d288291

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [660d761bfeea81c0b76cf08b4c961a2ad8d09a06]

        fdo#70812 writerfilter: check for nullptr after dynamic_cast
        
        Happens when we set "no number" in the default para style, which is
        already the case for Writer anyway.
        
        Change-Id: I3b262e633e52e4aae039c55d6edb744e36f0f354

2013-11-07  Stephan Bergmann  <sbergman@redhat.com>  [1b20921ae00609fd4a2cd5a5241083b886a45346]

        Include backtrace in log
        
        Change-Id: I76306ac61365282ef2de4869c1c8e21e044304ff

2013-11-07  Michael Meeks  <michael.meeks@collabora.com>  [7f7d116c2b723123e7374cdbb77c47fc067a828f]

        liblibo: use gettimeofday not clock_gettime for better portability.
        
        Change-Id: Ic111faf5db7709483f20fea8cbf9ff4298301b8a

2013-11-07  Michael Meeks  <michael.meeks@collabora.com>  [6f16fd620df2251b43695ed04a561398f2c6310e]

        liblibo: fix static library linkage.
        
        Change-Id: Ic6b69b322c819ff07d55e3b452dadafc60041e1d

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [07e3af405a8f16a9495de2d0642c67e660bbf8f0]

        bump jpeg from 8c to 8d
        
        Change-Id: I9f739ff803ef777931139bedb835a5fda46cb377

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [00ab87f80f6f720b34f166be2069e82147c844a9]

        DOCX export: handle semiHidden para style
        
        Change-Id: Icde4d5af2398a241c628f16225f1d427a2f27cfc

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [b4577903f572ebb21641b4444c630c76ef5accf4]

        DOCX import: handle NS_ooxml::LN_CT_Style_autoRedefine
        
        Change-Id: I8c2c0ca8d060e2c460d0f36aed3050ed335fb3a3

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [14641f650e548ad3341809a22deb46f5ec93fa24]

        DOCX filter: roundtrip paragraph customStyle
        
        Change-Id: I7fec154ff3b39845e91301b4fb607381e80e13f7

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [c367a7e3cab3753eba3e0647cc4f013d882c521f]

        DOCX filter: roundtrip paragraph style default
        
        Change-Id: I93495b4a2f85fe9729f8e1c810532717783756e4

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [0cd6fc9cfbe485c19ea80124a8c87e4d8e14f813]

        make the error not a secret
        
        Change-Id: I4ee261bd1dc2c63f0b54e19a2684c8bf1c221680

2013-11-07  Noel Grandin  <noel@peralex.com>  [5d7bf132bda6e870e5333675c1897960d2c0134c]

        remove unnecessary use of OUString constructor in TOOLKIT module
        
        Change-Id: I0cc8c507ede20d5db1942b75e0c4b660dcd66c97

2013-11-07  Noel Grandin  <noel@peralex.com>  [24857c46daf06553e8618de46a0f3ece27c32675]

        remove unnecessary use of OUString constructor in UCB module
        
        Change-Id: Ic75e5aad03d66590e78275304c766c1c00179387

2013-11-07  Noel Grandin  <noel@peralex.com>  [f6ad2b7a52266e7a4d039f9ba557476e6881fa5f]

        remove unnecessary use of OUString constructor in UCBHELPER module
        
        Change-Id: I3e3cfc69c14a300f330264ae40c135e8135adb97

2013-11-07  Noel Grandin  <noel@peralex.com>  [5fca9e5bfce57875e5d93245d6d1219d0a0e86c1]

        remove unnecessary use of OUString constructor in UNOTOOLS module
        
        Change-Id: Iad166e6b9ce0877200bd58c388b3914b15167196

2013-11-07  Michael Meeks  <michael.meeks@collabora.com>  [b9bbd847876cd7b23861c862af510da8244aef18]

        liblibo: improve the libtest sample app.
        
        Add command-line help, validate arguments more, better error reporting.
        
        Change-Id: Ia092895d0d116b003bb6c2a252f68ae9b6ba6d35

2013-11-07  Michael Meeks  <michael.meeks@collabora.com>  [3c608eb38150f3b11919adf6eca6eff0fdfdb0cd]

        liblibo: share crude URL absolutization, and clean.
        
        Change-Id: I559eac8626a011644f68f8391631447f15c643eb

2013-11-07  Michael Meeks  <michael.meeks@collabora.com>  [d324745fe95c7f0fad56f146e1e33f994a0d5de6]

        liblibo: make liblibreoffice static as it should be.
        
        The whole purpose of this tiny library is to break dependencies,
        so requiring it in our library path is a bit silly.
        
        Change-Id: Ie0e000b97db87afd57f693e19341eadf97323335

2013-11-07  Christoph Lutz  <christoph.lutz@cib.de>  [49112ec909ef465ecb1aa2786a283b57034e6af4]

        liblibo: fixes and improvements for liblibreoffice
        
        fixes for liblibreoffice-Impl (init.cxx): determine outputfilter from file
        suffix if no filter is provided; ensure that url provided to
        XStorable.storeToUrl is really an url; improved error handling
        
        small improvements in somektest/libtest.cxx: output times required for init,
        load and save.
        
        Change-Id: Ic8b2c0d34cbeae3250c43cac02690e6ec1954ed7

2013-11-07  José Guilherme Vanz  <vanz@libreoffice.org>  [67311738157bced7b49e94b24845091995edb142]

        fdo#65588 -  Elements Dock: Scrollbar moves into input window
        
        This change "solves" the visual problem. But I don't think so
        this is the best solution
        
        Change-Id: I658f7a4182578e49644ae6de281f221499d61ad3
        Reviewed-on: https://gerrit.libreoffice.org/6602
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2013-11-07  Noel Grandin  <noel@peralex.com>  [c980158a8286d5f583bd9d844aed2018bea310ea]

        remove unnecessary use of OUString constructor in VCL module
        
        Change-Id: Ie2b9aca5c3db46b43c53f72699fe828b28daeaa1

2013-11-07  Noel Grandin  <noel@peralex.com>  [8bfbd27f8da5bfcc40e3bc53afdc153156d2f874]

        remove unnecessary use of OUString constructor in WRITERFILTER module
        
        Change-Id: Iba6fd6e2bb9b2a9e937149f3e3465b0817208a58

2013-11-07  Noel Grandin  <noel@peralex.com>  [58fa3d50aa43102cea8690fd6bf51fb80c007955]

        remove unnecessary use of OUString constructor in XMLHELP module
        
        Change-Id: I033bcf9cddc58f605fe8d65731f8b312410da7e5

2013-11-07  Noel Grandin  <noel@peralex.com>  [c87a8fc6488dcbb2378acbfa921ec2d7ced0a73a]

        remove unnecessary use of OUString constructor in XMLOFF module
        
        Change-Id: I3bb704d2b1063cd8c2c903cbfa237a7723c321d2

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [98fd70592463ac6cc4df3bb535230780d44b9fbc]

        DOCX filter: roundtrip paragraph style lock
        
        Change-Id: Id656e48c1600bb7b04e8566d5c0f3297f80a89d9

2013-11-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [fc46d7f60b5cd8901115769f44b054da8b2a3100]

        DOCX filter: roundtrip paragraph style link
        
        Change-Id: Ide29e98b73410d8917742f2eeb15bdcbd9de87cc

2013-11-07  Noel Grandin  <noel@peralex.com>  [0121f632ef72bbdb0167ec8520a9bdf0a275274e]

        remove unnecessary use of OUString constructor in XMLSECURITY module
        
        Change-Id: I95b0eda83c60456f3db267183030fe5f6cd70bc4

2013-11-07  Caolán McNamara  <caolanm@redhat.com>  [cc79b16a75efcb62cd2fe2f1ee26f6650ab082ee]

        ensure string accesses are in bounds
        
        as demonstrated by ooo39541-3.rtf
        
        Change-Id: I995f0250e98a68b1b56da877314c9fd24cf46221

2013-11-07  Stephan Bergmann  <sbergman@redhat.com>  [eacb4a71ec6801f7bec491f705151844c6bfe945]

        Blind MSVC fix
        
        Change-Id: I22c316cc82c40481fa1bf93412d97d67e1f95b41

2013-11-07  Arnaud Versini  <arnaud.versini@libreoffice.org>  [ebf5e56e2020359b648b0fec7bd64befe466e4b4]

        Name threads for debug purpose
        
        Change-Id: Id99ba394b898b7da0057d4a145ce8dce46122782
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [117b24dbbd627def07e3fe06438f54172d20618c]

        Add "New Database" button for Firebird file driver dialog.
        
        Firebird is able to create new databases from within LO hence we need
        to add a new property to database configration files.
        
        This allows use of a db creation dialog (which is opened
        by using the "New Database" button) in order to allow creating new
        dialogs (in addition to being able to open existing databases using
        the "Browse" button).
        
        Conflicts:
        	dbaccess/source/ui/dlg/ConnectionHelper.hxx
        
        Change-Id: I6174f3b7d9032c48286b49b5ddf125cd3b428303

2013-11-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ee9bee5d4622e3fd2f0d112a15df35565809eb32]

        $CPU no longer exists, use $CPUNAME for libatomic-ops.
        
        Change-Id: Ic70214d5e875dc7672b5b9496f1d6a7d624d6ed6

2013-11-07  Stephan Bergmann  <sbergman@redhat.com>  [e66d3da2836121886d3ddbf5129e53eb5662686c]

        Use rtl::Reference
        
        Change-Id: I7e3922ba635acdb14ca489bda2535a69249cb001

2013-11-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f479f62c140bbab3869b8e2e783ee0c3f72dab3a]

        Make libatomic_ops buildable and enable on non-X86.
        
        Change-Id: Iec1d329f143ab76de7e8b4acd3da66efb6e0220c
        Reviewed-on: https://gerrit.libreoffice.org/5812
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Reviewed-on: https://gerrit.libreoffice.org/6600

2013-11-07  Noel Grandin  <noel@peralex.com>  [628a812db0d9a53c1936874028c32c975153941d]

        convert vcl/Edit::Impl* methods from xub_StrLen to sal_Int32
        
        Change-Id: I009dd167d399d817689877a5e7e22dc4ab60ec61

2013-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95df39e382920dcd8bf86cb88f02dd219acbfa6f]

        we need to use ScDocumentImport for all calls
        
        otherwise a reallocation of the cell vector will invalidate the
        iterators for the position hint
        
        e.g. fdo#35208-1.xls
        
        Change-Id: I26e473c968633eb6e9cc3ecb1c8060105f5f47aa

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7220b55f6347e2236e63491cd5d1ef9355c3320a]

        Correct reference count type.
        
        Change-Id: Id7902c8d21d22a6d5f3740a6bd72e0c1213461e7

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [db65fff2aa0e98622932c0372212b4a68f65b72e]

        Perform formula cell compilations in multiple threads during xlsx import.
        
        One sheet per thread. Right now the thread count is set to 1 due to non
        re-entrancy of a large portion of Calc core, and beyond. We need to fix
        that first before setting the thread count to more than 1.
        
        Change-Id: I6997c1e9540de939f1f00b1798e2b32059787ae5

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1cefb146a878080ff8609c9af21c1e494af1245b]

        Allow instantiation of more than one SvNumberFormatter from the document.
        
        Change-Id: Ide6875e031268337bf6a21286176a38905c12691

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [db9a73d51823a0c8392cc426da8f96ff69209832]

        Allow non-pooled instance of SvNumberFormatter inside ScCompiler.
        
        Change-Id: I645079254621c2f2684a69116b094e37e46f46f4

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4efc5fa37681e1e0ff3cfffab8a4ea33f24b5ba0]

        Protect those global symbols containers with mutex during initialization.
        
        Change-Id: Id15b3e1a2bfebd2ea795fd412a259f125f5d9bab

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [88357ee6f4f0b6c42b2b07eae3cbe59d62075896]

        Make TransformInput() a non-member function.
        
        Change-Id: Ieb077b6ce661e2885d6010519f137235a048f9df

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [35a5999247bbb120dc677515d199b7da3c39146f]

        Guard cache access with mutex & a new method just to check for range name.
        
        Change-Id: Id24b5ba72362f9d878b4878c1e807bed3e596b20

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [719c3fb46bb38c69daea617ea9aaafc72505684d]

        Add mutex for external source document meta-data container.
        
        These get updated from reference parser code (ScAddress, ScRange etc)
        which may be run from multiple threads.
        
        Change-Id: I5a1aaa4b51d9b9fb032458eb5e89f0652887184e

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [112fb381299ed917b729b17066974a3dc9c3bafd]

        Make this method private as it is used only internally.
        
        Change-Id: I752c9a6bcd7f5b057cd517a9630a975009d6fb0d

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7d2619c9ad084237238b54a0e1c7a449fd7441be]

        Set mutex for external ref cache content.
        
        Change-Id: Id00c0e553e08740df8d9b7eef19407e1b0d3f022

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [29d1303e234d5d7ee2f312d28592869f020eb2f2]

        Use atomic increment and decrement for thread-safe reference count.
        
        Change-Id: I630298b1c37a6d23c1aa17aabc1c9b2dcb48608a

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1d996cee76a50a5a6aa74e21eec89e03a05772e7]

        Keep the integer type in sync and remove unused data members.
        
        Change-Id: Iaaf1ebddd3b946b3211952729d41b01f0967f374

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7045802f27f3efe74b4ed9146d33abe253df043a]

        Add mutex to guard the shared string pool content.
        
        Change-Id: I0eb97d0fbeaefd8a1c86d240ed8bd7f208fb662e

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9611851a5349f564ba97bacd9619eb8b329ae283]

        Avoid using an extra buffer when the name doesn't contain double-quotes.
        
        Change-Id: Idc76ccad114e5964f80c5a3c8c8da2a64c1a2b86

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dd9b59ef1869509817aa093747142e1ab0c3adba]

        Add new test for parsing OOo A1 style single references.
        
        Change-Id: I7644338bd536d16777d330a64764eb26ecda5da5

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [eced6da7455c671807d60becf3b2b549f39e87da]

        Using OUStringBuffer is faster than chained += operator.
        
        Change-Id: I9991028ddd8ab6e2e43fe9a19428c9fdfbd38db6

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [04532617c7d264411563db24dc359326cc18eda7]

        Avoid duplication of ScTokenArray during formula cell construction.
        
        For slightly less overhead.
        
        Change-Id: Ie5861d585d6e22fbd19dfd57edfebae4f4504839

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a09f7fddb4e847b35e6d47a45403c649152dd671]

        Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.
        
        Instead of a pointer to ScTokenArray, and then clone its instance.  If
        the token array gets cloned in ctor, take a const reference.
        
        Change-Id: I280fd7eb9eaea9905dbf954a1ace904ab0814dfe

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [df8257faf64b01f3de26277742195693ddfe29fc]

        Check all call sites of CompileString() and make sure we don't leak.
        
        We *were* leaking quite a bit.
        
        Change-Id: I3f53eff22beab27b34a055a4452311f2e2f771db

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [55107688ea606d229ccdb12df6e570ae02db1999]

        This method is now unused.
        
        Change-Id: I22b1089ee99ad041d567fdac8714c2e7fa774056

2013-11-06  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7a3b8b1a5a753627c6518b9a5b8e2a041d4d6331]

        Compile formulas using internal API directly...
        
        rather than via UNO API which does triple conversion per formula expression.
        
        Change-Id: Ib397c7976c06b98ce036caa7bfe2748e868299d9

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [518f404db780939e3f1d96300ebeeb1faaad6838]

        installer: remove some special-casing of obsolete "common.pro" dirs
        
        Change-Id: I8e79bb278759c3d6c5c782c6f2e0df8758e801c8

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [19b2933c6df6d429f47334f0882a3aaa17c61a39]

        installer: stop using PROEXT
        
        Remove "productextension" from installer.
        
        There is some "common" cruft here that needs more cleanup..
        
        Change-Id: Ia4ef306009f0c4952792d096bb335f834b0f8262

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [eca3dec2047bf675932cc9a6b2ad8acaaf919a24]

        fdo#42783: remove CPU variable from environment
        
        Replace uses with CPUNAME instead, and get rid of the horrible
        postgresql patch that worked around environment leakage.
        
        Change-Id: I38ccabfc438360524a272901bb9332ea708e274c

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [9487456637abc1f26eda26f9e38f260b5f49edc2]

        configure: add vars for Solaris/SPARC64 (already checked in vcl)
        
        Change-Id: Ic27986d8d45f61facedf2400b77334aaf1da7c1e

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [8c85ae050f7205e5cb8f56abb48ea88eb7a4eb7a]

        configure: stop adding dmake location to PATH
        
        Change-Id: I06c85f064a478ead6cecbe1c2d666ba3d947a177

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [fadadbdd3536e3640116127b4c7b59f718913be1]

        remove unused gb_smoketest_instset
        
        Change-Id: I73739639be5aac39e50cf6cbe6dc576f350d07fa

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [e832d717eccd91f3a89e94b0d20b333f3f83d995]

        config_host.mk: remove unused use_shl_version
        
        Change-Id: Ic829f1966cafa7c7680b95600ef071417ee9b9f7

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [323123337d407644e94e3ce2b8ffa863cbd41e68]

        configure: WORDS_BIGENDIAN is unused
        
        Change-Id: I81b268d06c66860982b4d2443a1126e787f4190b

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [94d31d9ad1513504bb1415f0cfe70be380e18b9a]

        vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIAN
        
        Change-Id: I5186904b9703d6c9c49ca4c3b4a62f83423b1ae1

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [1e7f9952140fb42c71df2113166902ef98287780]

        configure: no need to put OSVERSION in environment
        
        ... since it's only used inside configure.
        
        Change-Id: Iaf88239a5e8eb7215406b9948ca2599bd1468a8b

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [dc920c16de09dba26213c061ff0a17ed77c10782]

        gbuild: add BUILDTOOLTRACE to debug build tools more easily
        
        Can be set like the CPPUNITTRACE variable to run build tools in gdb when
        they crash, like so (but beware that it will run _every_ build tool in
        gdb...):
        
         make PARALLELISM=1 BUILDTOOLTRACE="gdb --args"
        
        Change-Id: I64bd92f77c091c72cbabd07aa449882e78bdfc95

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [7a273a59f73df057d2fd20fca40ae060ffbaffa3]

        OUString::operator[] silence -Werror=strict-overflow warnings
        
        GCC 4.8.2 warns when index is a subtraction expression; the real
        problems in that case will be found by the "index >= 0" check.
        
        Change-Id: Iac2796badf88b7bdf6c273ddb800a8af0d3eaa6a

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [b5aa7f71e6aa4440d5a7bb3cd35a34d35c81f970]

        OString::operator[]: make this consistent with OUString
        
        Change-Id: If63362aba058bbcc0cc6bb1fae1c76005f1291d4

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [5effaa90f38d55f035d381ad8982d2ed6b9d46de]

        idl: fix out of bounds string accesses
        
        Change-Id: Id0d07ff9bcd4858cb74458eaf13fb9386387f455

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [614e04019a672cdd61b86699d99250d80f169f95]

        codemaker: fix invalid string index access
        
        Change-Id: Icca819484e751864d146a893fe78e8ef2c36363b

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [10dc66052ae1bd5f8ba4be1554ab9654d2af3e93]

        vcl: PPDParser: fix out of bounds string accesses
        
        Change-Id: I1793a58fa107b190f8412bbc3376009f3b85c6b0

2013-11-07  Michael Stahl  <mstahl@redhat.com>  [c98fc675df85b0d54c0c10c9c7e9e30716c927d2]

        scp2: fix extra_fonts
        
        Change-Id: I9fcb88dd50dbd0f4145bf83dea27e414e6fb3aff

2013-11-06  Stephan Bergmann  <sbergman@redhat.com>  [107c2c7c7bb7eacba4045159ac40fe3b6737d4f3]

        Remove #ifdef TIMELOG'ed SAL_INFOs
        
        ...the code doesn't make much sense that way.
        
        Change-Id: I506e37b44924701255431f6d20d4610f7f52287d

2013-11-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [31fd531b2757269dde108b362752f7949615736a]

        Revert "Make libatomic_ops buildable and enable on non-X86."
        
        (Pushed from wrong branch -- incomplete/broken.)
        
        This reverts commit 0351eaf42f4ebda8564f0f7cdf32706dfff735f6.

2013-11-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0351eaf42f4ebda8564f0f7cdf32706dfff735f6]

        Make libatomic_ops buildable and enable on non-X86.
        
        Change-Id: I9423672b03caa4d500d44155bc47d4a8fa10c3cb
        Reviewed-on: https://gerrit.libreoffice.org/5812
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [7813bd3113beb2b2860f9eb213c5c67ef54f5bf0]

        cp#1000015 DOCX export: fix not-well-formed XML on redline end + hyperlink
        
        Change-Id: I3a87a0277952ba0a422df8988151f8b14e166e06

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [eb3942a24918e9537c85cc79a405fff8c167d456]

        DOCX export of para style's qFormat, rsid and friends
        
        Change-Id: I4ed35f2b497fec96d012303001d4861768daef6a

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2790597d9cd534321bf95cb72dcad13e405cc47]

        MSWordStyles::GetSwFmt: be explicit about what format to return
        
        Change-Id: Ib8afdc757c30ca1571d8d7ec7145b749952edbca

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ebfef72037f9b4e33e9ca77fae0d03706ef5d83]

        DOCX import of para style's qFormat, rsid and friends
        
        Load these into the new style-level InteropGrabBag.
        
        Change-Id: I89b138c334dd3de36b97ef103d5483ca141a6585

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [d66029491060db5f45532d0a7e3e3c52b4b11d1e]

        writerfilter: make GrabBag methods accessible for para styles
        
        Change-Id: Ifbb5eaa85340e07d34fa2b9cb2ea4f83f74ffab8

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [a1f6a4667c985b6037e9041a938cb714bc03f5cd]

        offapi: document style::Style's new StyleInteropGrabBag property
        
        Change-Id: Ie8a022858a1bbdf3c66044d9935e62675ea8cff0

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [02b91a83b67f230bb58854340c79e94cc147bb12]

        sw: add InteropGrabBag for paragraph styles
        
        Change-Id: I44087a5119a538a3892d7f44a33a00bc601a6d44

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [8dfd8245381b8b9e89d2399b35c089964385b3cf]

        SwDocStyleSheet: add getter / setter for InteropGrabBag
        
        Change-Id: I4163633f11c75cf9f12485212f563c8f53af38f7

2013-11-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9b848270850f57965d274f7fd47fc2a84611465]

        SwFmt: add getter / setter for InteropGrabBag
        
        Change-Id: I3f97c23077f8c2af69873e9cef244265378f44f7

2013-11-06  Eike Rathke  <erack@redhat.com>  [db1118a652891543a4d71e29d7a4fcd9c2d79515]

        cut cruft
        
        Change-Id: Ibd1669b22e990d21b3fb35a6d412067e80b602b8

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [929ab83d93da4250cc55aee96738c8b1b4f55c1d]

        check for valid string len
        
        as demonstrated by fdo59762-2.ods
        
        Change-Id: I36cddaba5f664d5d95e9a661eed1cbe9dec1c273

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [e7c6ebf38fe5e27c598dff970851d2e9fef6adc5]

        check string bounds
        
        as demonstrated by fdo54887-1.ods
        
        Change-Id: I2d5568126c58c831446b4c4b050ffed193f7921d

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [f8f0f18d7109db4dc140524027c1dd18b6c7dee7]

        check for empty string
        
        as demonstrated by kde246118-4.odp
        
        Change-Id: Idf1224555e0d7be9a679862da9ff256cf7a4d128

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [0325093fdfbb150f8a5176c56cc1a4803ffd1c80]

        check for empty string
        
        as demonstrated by ooo29618-1.doc
        
        Change-Id: I81c953530cd3a617a245ed03a9c355f3383045ab

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [8f25d823a8d5488ae4880ae009a026f6fc07f611]

        check for return of -1 from getToken
        
        as demonstrated by ooo91883-1.doc
        
        Change-Id: I11a7f0747334f4cecbfd34c9353598d875be02c2

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [8050da9683e859c59ed0b74b1e040a59b888aeac]

        don't access past end of string
        
        Change-Id: Ia431f51cb02bbd235cdfe56a8131d7b622e9e311

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [3aa58661aab928548c73a61cf450c010cd2b44dc]

        fix wrong test for end of field
        
        regression since 2564c5bbe4acd3f29530b056cef3f6e8ecb6194c
        
        Change-Id: I40741875e873d64a682468616700d25904302878

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [bf205162f1509cf27e7f4d65a240beda899c06ef]

        preview might be empty
        
        as demonstrated by ooo110440-1.doc
        
        Change-Id: I780a756d328eb35c9be1572319dd4f802c1831e1

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [bc71cd3d645474aba462dcc524a0f93721374af6]

        avoid out of bounds string access
        
        as demonstrated by ooo110088-1.doc
        
        Change-Id: I1df32536c1eb78e3ba93885df78328fde894c186

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [9649cb574f9416ca4061ebed6f1538438cb55cb0]

        avoid out of bounds string access
        
        as demonstrated by ooo109591-1.doc
        
        Change-Id: I91b4940828038561885e8d3a109c40a668aeb15b

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [d4d56060eeba4dd78c518e4e1728396efab67962]

        make WW8ReadFieldParams::GetResult safe
        
        as shown by kde239121-4.doc
        
        Change-Id: I60356e7d76cc271869079f2fffa00e149274a8cc

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [0ce59fb3e1758e6ac0b2d7e203c4770117ff7d36]

        rearrange tests to avoid access past end of string
        
        as demonstrated by abi6637-1.doc
        
        Change-Id: Ieed0ca7ccf2d8587179a4530a1da29d7d8228363

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [c7332236cdf059645ec206b890d7975cf965da54]

        don't access beyond end of string
        
        as shown by assert in fdo37872-1
        
        Change-Id: Iccc27b7898a72a0f580c0e8996c8e69de7ea8842

2013-11-06  Herbert Dürr  <hdu@apache.org>  [bb16855eb0b775fe7a36fc4e3c8515e7fe3d70f7]

        #i123575# RmMoz 7/9: fix mismatching header guard comment
        
        (cherry picked from commit ce2260c549c1cafadd1182e4e7155b18ab44e771)

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [fbdc77fea91e6003e2c3438e326e454afd5c0f92]

        convert insert slides dialog to .ui
        
        Change-Id: I4285ccfb9609305b2e92fec6c3f79b5277016f8b

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [9b6b03542df7f6b0feecf60a13bab7e885ef3587]

        convert InfoBox to MessageDialog
        
        Change-Id: Ic3a7b927c4eceb4f059e84d135b710f150ccfc3e

2013-11-06  Armin Le Grand  <alg@apache.org>  [f120005ea41d59caf4b7d7f6017f3549d25b4287]

        Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...
        
        redefined GraphicAttr to be expressed as primitives if needed, enhanced render
        and export quality if graphic is modified using graphic attributes
        
        (cherry picked from commit 1e79e8da3f8042f7d7bd94b2c9f03cff7545b05c)
        
        Conflicts:
        	basegfx/inc/basegfx/color/bcolor.hxx
        	basegfx/inc/basegfx/color/bcolormodifier.hxx
        	basegfx/source/color/bcolormodifier.cxx
        	drawinglayer/inc/drawinglayer/primitive2d/graphicprimitivehelper2d.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/primitive3d/modifiedcolorprimitive3d.hxx
        	drawinglayer/source/primitive2d/graphicprimitive2d.cxx
        	drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
        	drawinglayer/source/primitive2d/modifiedcolorprimitive2d.cxx
        	drawinglayer/source/primitive3d/modifiedcolorprimitive3d.cxx
        
        Change-Id: Ief2172efc9cc1b9838de48ec7f536c05573c7dc3

2013-11-06  Eike Rathke  <erack@redhat.com>  [3476768dc52dac9ed10a204ffcf000cd042d8993]

        corrected Time100SecSeparator and quotation marks, fdo#71243
        
        Change-Id: I86fc8a6e7a1b09f54a20db55b6079d945fdb7338

2013-11-06  Jan Holesovsky  <kendy@collabora.com>  [3f1a0a006810f7c9dbd270c7767cf331b1c901f5]

        Related fdo#47802: Bring the 8bit and 16bit .doc on par.
        
        The code expects that sTxt holds both the cbTextBefore and cbTextAfter, so
        let's make it so in the 16bit format too.
        
        This fixes assertion in doc/fdo47802-3.doc.
        
        Change-Id: I35cc7c1e80a33f013ab2eaae073b111214245e25

2013-11-06  Muthu Subramanian  <sumuthu@collabora.com>  [3752d67c050f369f683ca60e50e0a30f59166449]

        fdo#71075: Adding unit test for chart import (odp)

2013-11-06  Caolán McNamara  <caolanm@redhat.com>  [16c31e90f791c5a690ca1901c0fa40369023658b]

        don't access string out of bounds
        
        Change-Id: I562fbdb9eec3af297ea95a0d161721ec345e6a19

2013-11-06  Takeshi Abe  <tabe@fixedpoint.jp>  [9bd00edca5f45b809221197a75a620ff30a8ceb0]

        include <stack>
        
        Change-Id: Iedaacd9981a6ca186ab5e1f9715ed4fcf4ff0cb7

2013-11-06  Takeshi Abe  <tabe@fixedpoint.jp>  [9c2ab712300c78bdb74ee307fae0a6d118829e5a]

        Drop unnecessary #includes
        
        Change-Id: I9659279233067a8946a9e54be2f22439854a961e

2013-11-06  Andras Timar  <andras.timar@collabora.com>  [b08f6ca2e1f3d9b393435a137dbd247f3cf20b6d]

        INSTDIR <> INSTROOT on OSX, and we need INSTROOT
        
        Change-Id: I629c9791756c7c2bf95772c9b44386bd14911bd3

2013-11-06  Noel Grandin  <noel@peralex.com>  [e74f4232844666e74aa2b8383894931c9007188e]

        convert linguistic::isUpper from xub_StrLen to sal_Int32
        
        Change-Id: I7bf426e1753b3761c9ce8930ad637526a9895495

2013-11-06  Noel Grandin  <noel@peralex.com>  [48d4fa594e255d05f0be15bcb345f2cf6681962f]

        convert INetMIMEOutputSink::write from xub_StrLen to sal_Int32
        
        Change-Id: I923a6cb4ee6641c9a289e28c32f431ba6c38d5dc

2013-11-06  Noel Grandin  <noel@peralex.com>  [fa109ceba9796eddef82a71bc454e0fe393c81ce]

        convert xub_StrLen to sal_Int32
        
        convert various module-local functions
        
        Change-Id: I89f3eb40b107e2617958e474ffe86bd73e01cf33

2013-11-06  Noel Grandin  <noel@peralex.com>  [296329a926877d069f55364a177d734f385ce7ae]

        convert xub_StrLen to sal_Int32
        
        convert for loops using xub_StrLen to use sal_Int32
        
        Change-Id: I5f635ca078966fefe938dbc7e8dea7c8d0d0b554

2013-11-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ebeff1814cbecfba9bbeaeba8067b58f71703a39]

        codesign: fix script to support spaces in the CODESIGN_IDENTITY
        
        Change-Id: Ib30717518ff1d1291ba3a1fc7ba045e1fa29ad88
        Reviewed-on: https://gerrit.libreoffice.org/6594
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-11-06  Tor Lillqvist  <tml@collabora.com>  [0aa9ced531b8d85ad067c1d156a9708eea628d78]

        It's types.rdb now, not udkapi.rdb any more
        
        Change-Id: If6e8c4862ec628eb4c052e0fd237f5aef89db8eb

2013-11-06  Tor Lillqvist  <tml@collabora.com>  [fdeb3e618667bc7b556dc6be9b93c451a91fa8ba]

        Recognize also arm64
        
        Change-Id: Ia66dc4bfa5ea32c6099a135d7182bac2418fb731

2013-11-05  shiming zhang  <shiming@multicorewareinc.com>  [f1d75291e3e04c636b4dc2c44827d85b0263c46b]

        GPU Calc: implemented STANDARDIZE
        
        AMLOEXT-77 FIX
        
        Change-Id: I5f91d497417e87a489728949a4436f33ed3da235
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  shiming zhang  <shiming@multicorewareinc.com>  [f7cd30228fea8426d2652df5f673808a1032ebe0]

        GPU Calc: unit test cases for STANDARDIZE
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-77 BUG
        
        Change-Id: Ie2919ca8d99e19ff2d17fe9d7fc3fbe2a49a4e05
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [6786d9b887f821160f7d77b9a5854bc0b019b38a]

        GPU Calc: implemented TANH
        
        AMLOEXT-61 FIX
        
        Change-Id: I7c8dcc23d85aa809f134446dcab97e51405d58c2
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [f69d6457840216a87093a503a648ee3c34a04e78]

        GPU Calc: unit test cases for TANH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-61 BUG
        
        Change-Id: I1db0693cdacdf437c413e56e3c97f0ff4d913211
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [ecda5dc6203cfefdb075984fb9826d33fc214c43]

        GPU Calc: implemented TAN
        
        AMLOEXT-60 FIX
        
        Change-Id: Ibdbc0f22e152f5b73191f3a16e9e5489c0007fc3
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [e7ff395a3f70573c0dbb4093e86ffe57e935fece]

        GPU Calc: unit test cases for TAN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-60 BUG
        
        Change-Id: I29433afcc8403fd6938d39667b18e786f4e5b6fc
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [abf91ac4d63d8ceabb54125103922c74f12f16a4]

        Remove unused writerfilter::doctok::DffOPT class
        
        Change-Id: I6febe03a81a249548344696f7bfa89e5f8863940

2013-11-05  Eike Rathke  <erack@redhat.com>  [63360cbe1c3c11f8eb627be83f519f5dd6c13a4e]

        added French (Burkina Faso) [fr-BF] locale data, fdo#71243
        
        Change-Id: I788d1d1c54cc0a30cbbdc07066bf133c2814304a

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [8d460457876bbe696d6a2101ee49f81dedddb382]

        GPU Calc: implement fix for SIN
        
        AMLOEXT-58 FIX
        
        Change-Id: I68d23a66fd46b239911f8ba686b0492ca7783267
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  fengzeng  <fengzeng@multicorewareinc.com>  [041d7146412750ded74bfe7e59c14e7ffd9d35ac]

        GPU Calc: unit test cases for SIN
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-58 BUG
        
        Change-Id: I484b86650e3e7bb11aa59aad6ae01be152aa2cef
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  yiming ju  <yiming@multicorewareinc.com>  [c1492fe9ea81eb7d6af3e636f022a23fb7874b9d]

        GPU Calc: implement fix for PV
        
        AMLOEXT-73 FIX
        
        Change-Id: I0b9014a5d78165adaaa41c7e6cc05e876981f37d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  yiming ju  <yiming@multicorewareinc.com>  [66530aeeaf9212bfcb371048d9b6f6ca3c09e196]

        GPU Calc: unit test cases for PV
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-73 BUG
        
        Change-Id: I2ed3e1dfa07aac5f28942a1a2c94826757c9d0cd
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [e9a7ff1a5ba9d5ba34eeca9d622d8a3a9c68ade8]

        fdo#67862: Add greek symbols to docking window
        
        Those were already present at starmath/source/symbol.src and are
        merged to the docking window now.
        
        Also make use of SAL_N_ELEMENTS.
        
        Change-Id: I3e1f082082763168e731c3771c0b71467d095eba

2013-11-05  yangzhang  <yangzhang@multicorewareinc.com>  [01f6f620395a86abe1e7f503ae4b3b5f7124e144]

        GPU Calc: implement fix for ABS
        
        AMLOEXT-47 FIX
        
        Change-Id: I438ad01d717dbc34ea8bc45e8f6de4f7d0c2bf2c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  yangzhang  <yangzhang@multicorewareinc.com>  [73cde39d6314fcc426165d1fea204f78de847ffb]

        GPU Calc: unit test cases for ABS
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-47 BUG
        
        Change-Id: Ie33b4e5fad47f58a33ecdb0405521e7df694148c
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-05  Eike Rathke  <erack@redhat.com>  [289d4bf7e0631221a3b0b4a59e031069a608ab18]

        removed unused aStrRow member variable
        
        Change-Id: Iaf722c7c59e1659a598180e3a5cbc3edde6157c4

2013-11-05  Eike Rathke  <erack@redhat.com>  [56fbf9854634cf7e6195a2f1a0c91eaa7e2179e2]

        OUStringBuffer is unnecessary here
        
        Change-Id: I385acd3b730053daeb704d71d2d099317e87fbc8

2013-11-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a16e421a2712af0f443b47ac9c652c92adb19f5]

        bump product version to 4.2.0.0.alpha1+
        
        Change-Id: If7cdbb110ffa9f34bde257ae4491533c838d20e9

2013-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [730c6bfce574e386d07193e8b3974748ef30e464]

        fill in nNumPrecRadix
        
        Wrongfully removed by commit 808052a13947c9841ce5c9e40860c48bbfbf3434
        Date: Tue Jun 20 02:21:13 2006 +0000
        which only wanted to make the code warning-free...
        
        But also disallow radix 1 (which does not make much sense)
        
        Change-Id: Id8e313301fa6d5e9643d76865a62cc933999a63e

2013-11-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0340125f912294c76ab409480f5aadecf8aada04]

        fdo#71120: use native checkbox height
        
        Change-Id: I5d112660015f993856b0709f6a5db2baf521d745

2013-11-05  Eike Rathke  <erack@redhat.com>  [2d793b1a7f08e2f42a8e9bd96b7470e15784f7cf]

        "%1 is replaced to column letter" ... so do it
        
        In StandardFilter dialog when not using column headers the field names
        were displayed as "Column %1 A" instead of "Column A".
        
        Change-Id: I29216eaa6b98e4a786f77d47ef20135e15d7d45a

2013-11-05  Caolán McNamara  <caolanm@redhat.com>  [603e9338568c29c01f812c4fd47b7e8138e015bb]

        Resolves: fdo#58094 don't crash on attempting mml import
        
        Change-Id: I812f2b3e333ea59e9ebfc75a854faca050af8711

2013-11-05  Armin Le Grand  <alg@apache.org>  [2e5167528f7566dd9b000e50fc1610b7bf99132a]

        Resolves: #i123500# unified Graphic processing to use GraphicPrimitive2D
        
        (cherry picked from commit f5d69b2b8b002ca6905496a9d9065ef76b5641d7)
        
        Conflicts:
        	sw/source/core/doc/notxtfrm.cxx
        
        Change-Id: I1758aadcbe97ece271277378e62300b895421768

2013-11-05  Adam Co  <rattles2013@gmail.com>  [57c54792781cc9befe3a65a97b37fa85f89da0ae]

        fdo#69644 - fix docx export of wrong number and width of columns
        
        When the DOCX exporter exported a table, it filled the table
        column definitions with the column sizes of the FIRST row only.
        This was ok for tables that have the same columns on all rows,
        but for more complex tables with different cell widths - the
        filter exported the wrong number of columns and the wrong width.
        A followup fix would fix the rounding problems there still are
        with the column widths that are exported in the table
        definition.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ie95dfe60b1c1811776433e457ca04e728623e01e
        Reviewed-on: https://gerrit.libreoffice.org/6290

2013-11-05  Armin Le Grand  <alg@apache.org>  [f689578dc4f3a77f6a3e72bbf32adf88a2c55526]

        Resolves: #i123542# corrected ODF XML export of 3D cube and sphere
        
        (cherry picked from commit a8cc15c001ac76c0d320837cc4cdf65ecb7fc923)
        
        Conflicts:
        	xmloff/source/draw/shapeexport2.cxx
        	xmloff/source/draw/shapeexport3.cxx
        
        Change-Id: I35f7817f3ea95177dd3aa633b9cbb1b5703f08a0

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [250015d1107eabb2e4fdb9e762b3bd06b6c1739b]

        When in Rome, do as the Romans do
        
        Change-Id: I1529d035edb2f1453dc72a32df5c2750dc526672

2013-11-05  sushil_shinde  <sushil.shinde@synerzip.com>  [8ab553117e038ec1eab76ac1c3d8a0b5aa968baa]

        [docx] CustomXml saved in InteropGrabBag and exported customxml when saving.
        
          The XDocuments representing the DOM of an OOXML's customxml document is
          stored as the PropertyValue "OOXCustomXml" into the "InteropGraBag".
        
          Added mxCustomXmlDomList object which holds xDocuments for
          each item.xml from CustomXml.
        
          Exporting all items dom tree from customxml that has been parsed
          when loading the file.
          This is necessary in order to properly reopen docx files that
          contain data like citation.
        
          This fix grab bags only item[n].xml's files from CustomXml folder.
          itemProps[n].xml's and item.xml's .rels are not preserved and exported yet.
          (Working on this part)
        
        Change-Id: I330f34f38a7aa4cd39094371bff15ebbc0318167
        Reviewed-on: https://gerrit.libreoffice.org/6519
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-11-05  Armin Le Grand  <alg@apache.org>  [0794e9ec93be4cfa11daefdb2e428952ea7669a5]

        corrected export of polygons with text
        
        (cherry picked from commit c0f65b29f8028ab750c8caac033645c3da3cf2f5)
        
        Conflicts:
        	xmloff/source/draw/shapeexport2.cxx
        
        Change-Id: Ic8da384d094ce735ecba51b282de7a697558e51f

2013-11-05  Armin Le Grand  <alg@apache.org>  [8b2fb0e153fa846a171105b7801c398ffbe3d595]

        Resolves: #i123510# changed priority in style preparation
        
        (cherry picked from commit 86459550d81c3eae067e89d9af1b6e872215a588)
        
        Change-Id: Ia567666cd76dce646479003a830d969f4962da71

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [dc30cdbc8d5e7772281511188ba2d2a7c4c8af51]

        Avoid local methods in DocxTableStyleExport
        
        We already have DocxTableStyleExport::Impl, use that instead of passing
        around the serializer with no good reason.
        
        Change-Id: I8cc47c34201219c4102c5edb21bcc1455da48ff4

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [2c26e47cdcc9ece7927e130c7537369820be6f6a]

        Avoid msfilter::util::ConvertColor in DocxTableStyleExport
        
        It's more consistent to do all the any to string conversion on the
        import side. Also, when we have the ConvertColor calls in a single
        place, audit grab-bag-related calls: those should always enable auto
        color conversion.
        
        Change-Id: I39ef74986617ee0ed629607e2a069047879b0422

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [1b76aebcb29aef751127472ba8df4377a9f49b49]

        DOCX filter: handle shd's "themeFillTint" attribute inside tblStylePr
        
        Change-Id: Ib2bc21e0fb5d874ed82ac826eeab209dcb9303eb

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [e21068ff06803d07c8b0b785952eba4381add256]

        DOCX filter: handle spacing's "before" attribute inside tblStylePr
        
        Change-Id: I0617b6d3b9e6d81300f97b0b992081cd10ec2fdd

2013-11-05  Noel Grandin  <noel@peralex.com>  [a6dc113734385cbf37db7ff1804f5276530f78f7]

        convert xub_StrLen to sal_Int32
        
        Convert code like:
           xub_StrLen nLen = aStr.getLength();
        into
           sal_Int32 nLen = aStr.getLength();
        
        Change-Id: Ib0af6b747068257478918fd1cc93e4925f32ac47

2013-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [bb60c5a877057918b59de08207e83aa284d281cc]

        Updated core Project: help  7e453f7aa00ad02def99283bd32a096615530f8e

2013-11-05  Armin Le Grand  <alg@apache.org>  [36f21914b31a28f75ec2195c266424a18408f747]

        Resolves: i123564 corrected some aspects when working with bitmaps...
        
        with low color depth or small size
        
        (cherry picked from commit ba54ce4fc788605fc96235f432b455311faee406)
        
        Conflicts:
        	cui/source/tabpages/tpbitmap.cxx
        
        Change-Id: I10677414ab7d1904dbb29cd395a0c0334e0faa03

2013-11-05  David Tardon  <dtardon@redhat.com>  [7098f83ec3121f2fb8d077795575c600744ed85a]

        add check for libodfgen version
        
        Change-Id: I4d053c3234d93f141abbbab1412c591795c412e2

2013-11-05  Caolán McNamara  <caolanm@redhat.com>  [1563162131ae00cd2a33c59349567a7b820dc5db]

        Resolves: fdo#69645 Parent Node disposed and mpParent pointing to junk
        
        mpParent points the contents of mxParent which is a WeakReference, so
        we can check if the WeakReference is still valid before using mpParent
        
        Change-Id: I40424714865e506b8cf27017539795eb834e10d2

2013-11-05  Noel Grandin  <noel@peralex.com>  [3d65dfa3c98e0f79c579cfac23d55092f7554244]

        convert xub_StrLen to sal_Int32
        
        Converts code that calls comphelper::string::getTokenCount() to
        use sal_Int32 to store the return value.
        
        Change-Id: I439605a39d29b1309649e30f3ff40dfa412efcde

2013-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [9802db7ff181a9c4d15cc453725b63b82a941fff]

        Updated core Project: help  fed648365a724a068113c6491d380fab67b5f5da

2013-11-05  Niklas Johansson  <sleeping.pillow@gmail.com>  [af93243d06d81e996c1fae92190bc9622503e25b]

        Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK set
        
        and inherits from Edit which reuses that same bit for password
        
        Change-Id: I8add146fdbc1b3402b5409f01f75c620da25a313
        Reviewed-on: https://gerrit.libreoffice.org/6579
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [ebf3df49118dad83acaf045b71815d7900289046]

        DOCX filter: handle tcMar inside tblStylePr
        
        Change-Id: Ifc7694b39337fb9824c2b57083fee101d48f6b84

2013-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [7f2576538e081ca6e01bc3e0e49ace5816390dc6]

        Updated core Project: help  8008ef0da6efee532bcd49b8e8b6560cf4f84c73

2013-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [8dd06175e3720562c16afe123d56bffdd85c4b8d]

        Updated core Project: help  5e583229241ba0d1b5de8567645f45bde38f081f

2013-11-05  Tor Lillqvist  <tml@collabora.com>  [05a4ca26a66fbcce879a313e827863c0267cb7c8]

        We don't build NSS for iOS and Android
        
        Change-Id: Ice999350f91f6cde82d6a55e9ca470378d41c61f

2013-11-05  Stephan Bergmann  <sbergman@redhat.com>  [8bf2052de8516a76926b7885621ec001616018fc]

        Improve debug output
        
        Change-Id: Ia09e61a37bc485509c604df9279275003050d916

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [581160228741358f4768ac6f25023a7887efb5f7]

        windows: remove _CRTIMP and _NTSDK definitions
        
        Those have no effects with current windows SDKs.
        
        Change-Id: I6fb2f8045fe1fc0ed4beef51dde487b7a7dfdc28

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [5084e2b313ef4c4a126f704e1d5397f20a3d4254]

        fix some further include guard foo
        
        Change-Id: I949533327ec101a2baef6e6f66e79677a62c3d9f

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [3a29756723b9ceafd9021052a197fc3727b8d9ad]

        update pch
        
        Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [9e5132290b81e2907d4098d9a997f74cda2723f6]

        remove further external include guards
        
        Change-Id: I23ec3b7372425fb35d4b0c50c5719a2170251ffc

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [d22cf7e932af137e8c0621acc37873ced3ab7c89]

        presumably this was intended as include guard
        
        remove it, as it's nonsense
        
        Change-Id: Id8171b81d42dfd3d391b7c5e6602d9271b6697c7

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [433b00a831dcac6d17f2d44a19745cc90d4ba863]

        FCFGMerge: Close files - silence warning
        
        Happens on Windows with --enable-debug and --enable-dbgutil
        
        C:/cygwin/libo/core/filter/source/config/tools/merge/pyAltFCFGMerge:574:
        ResourceWarning: unclosed file <_io.BufferedReader
        name='C:/cygwin/libo/core/filter/source/config/fragments/filters/..\\filters\\calc
        aFragmentFile = codecs.open(sFragPath, "r", "utf-8")
        
        C:/cygwin/libo/core/filter/source/config/tools/merge/pyAltFCFGMerge:293:
        ResourceWarning: unclosed file <_io.BufferedWriter
        name='C:/cygwin/libo/build/workdir/wntmsci14/XcuFilterFiltersTarget/fcfg_drawgraph
        aMerger.merge()
        
        Change-Id: I60981ad366e579748e3507c9f81c74b8b902867b

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [fed3c2bf20c908491bfc87f6ae40f82b7262aaf2]

        dbaccess: cleanup
        
        * remove an external guard
        * fix some include guards
        
        Change-Id: I4e5b5fc5c50acfd81321377e7956e33c838edeba

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [92248f4e046ff94f5bb60335f4ee4b853a37870a]

        update_pch.sh: grep use extended regex
        
        Set the flag explicitly, otherwise it's broken for me.
        
        Change-Id: Iedcbe610ca266bb9fd9b39b8accd274888ab2f15

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [bdf7b2715ef7463b46cfdf334cf7699ac063a9b4]

        fixincludeguards.sh: forms
        
        Change-Id: I634371fcd867f20e20384f75d613dab5f69a246c

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [c91d7e97595322b6a8b5fbc69fe41429e434c92f]

        fixincludeguards.sh: svtools
        
        Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [48dd3571f841929203931ee6d67c890064111c19]

        fixincludeguards.sh: shell
        
        Change-Id: I987c54b15c271fc80b7efd25933e13950f974423

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [15b5412fad3e6363debb33de583843ca7c9c7299]

        fixincludeguards.sh: framework
        
        Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [a2502692cd2da8665719b1769eacbf334f7c0293]

        fixincludeguards.sh: linguistic
        
        Change-Id: I8c5d9e5fcf8790e6c60242cf009992a061f8f01d

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [41e0dbb555379ae35887424c027d94512cc7db71]

        fixincludeguards.sh: l10ntools
        
        Change-Id: I0fce5b2c59e468e936e3a0fa99ebd50c9d15d0cd

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [cefed9792d32058b035e860f72ac0d2cfd103658]

        fixincludeguards.sh: sdext
        
        Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [bfbe8c0b5bf735e6cbf66f57c72deddbd78f2431]

        fixincludeguards.sh: dbaccess
        
        Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [3c01203ea657b9a3538f9956591b3d4da5fce6e7]

        fixincludeguards.sh: sw
        
        Change-Id: I8e0889200d1a1c36e53022a74792728efd66c2fc

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [07fc8122f41210acc788396efa3d16499f58b78c]

        fixincludeguards.sh: canvas
        
        Change-Id: I2fb527c2cb5814b15862144baf3783d226e675ef

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [d0c12f0aa2362c94492ec1927a9f8215c089a2aa]

        fixincludeguards.sh: uno*
        
        Change-Id: I8fb3c25cd583b688104a0ee8620696e7b2958ab5

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [03e3ba56fc04ebf7b9eadcd87160f4f75f42f565]

        fixincludeguards.sh: add TODO note
        
        Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d

2013-11-05  Thomas Arnhold  <thomas@arnhold.org>  [e52294558b84fd1877aee7b0ca145251a09c57cf]

        Revert "Windows: SHARDAPPIDINFO since 0x0600"
        
        This reverts commit 9a4a84df5406cdcde1f4d23a1cea2b109998f35b
        
        This was false, because WINVER is currently set to 0x0500 in
        solenv/gbuild/platform/windows.mk. We need a runtime check like it's
        realised already and have to define the missing struct if necessary.
        
        Change-Id: I267dff1c8137657e47bdc4ad5ae81d511d7b9d5f

2013-11-05  David Tardon  <dtardon@redhat.com>  [2fb0b401ae351744773a19872377c076831f8c62]

        fix STL debug build again
        
        Change-Id: Ic616a83adcdf12c64ee3f5a00bf254be847b3c7e

2013-11-05  Jean-Pierre Ledure  <jp@ledure.be>  [206dfc8949f727375d3f63a306c5c4e76d3e49b2]

        Updated core Project: help  db8f7521f190f41bc80b783183a9cff5b98f4c16
        
        Access2Base - Help file
        
        Summary description + reference to official doc site
        1 entry in index
        1 entry in Macros & Programming - Guides
        
        Change-Id: I26587292b4daff035779fc197522af7dc600279a
        Reviewed-on: https://gerrit.libreoffice.org/6522
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        

2013-11-05  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3a009c427fc04c0a1a100f5f04516cedd1f6f118]

        fdo#60698: Merge all libs of io...
        
        creating the libio. All these libraries are always used together, so we can put them
        together in one single library.
        
        This save almost 500 kb of the size of the final library.
        
        Change-Id: Ib32fec36cc4eb80ca646ce472c1f1bcdd98ac62b
        Reviewed-on: https://gerrit.libreoffice.org/6567
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-05  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [5cf62a6ab450c25eb07a1ec08c857f17f674ef67]

        First modification on the default template for the Writer
        
        Headings modified and resized based on discussions at
        http://nabble.documentfoundation.org/Default-Writer-Template-td4076271.html
        
        Change-Id: Iccb2bcceb1bbc135b7b53b887760bf50fae762c0

2013-11-05  David Tardon  <dtardon@redhat.com>  [9ce38ef1e6583ddf344a9d5d5a51ea381dc2cef1]

        fix build
        
        Change-Id: I90892fe0b585a5b50ee46fcc48f964f423bee256

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [a86157736e5f456a074810cec91dd7276db3600f]

        fdo#70393: move external accessories to a subdir of external
        
        Change-Id: If69c8e10eb3ce19208390f63aef49cf1d9554ef1
        Reviewed-on: https://gerrit.libreoffice.org/6572
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [27c65f8abde3c971d238c990661ffb909d1c7bba]

        fdo#70393: move libxmlsec to a subdir of external
        
        Change-Id: I1bcdd01aad7fc2ee2d2f635b0ae4c4183c9ab092
        Reviewed-on: https://gerrit.libreoffice.org/6571
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-05  David Tardon  <dtardon@redhat.com>  [c69941fc45717398a870a9c479dd62e06f4733ef]

        this must be in lowercase letters
        
        Change-Id: I58e4824156b1646d000a39ba196068efbe10425e

2013-11-05  David Tardon  <dtardon@redhat.com>  [7fbf0ef60c7c0a33aa480e0820f576687dec1e7a]

        there is no need for the condition
        
        Change-Id: Icf3e0fbafdff39e5ad9c8eb7699820e2c0204bd6

2013-11-05  David Tardon  <dtardon@redhat.com>  [8fa06c85daea3c9899991a5f38f7d72c483cf5cd]

        add an external for bluez_bluetooth_headers
        
        Change-Id: Idf48f9a5c2245f6696688a17a0fa3809ae751582

2013-11-05  David Tardon  <dtardon@redhat.com>  [217eae4f1f7d6f5c6d8efd3d86aa45e70ebee93f]

        move mariadb to libs section
        
        Change-Id: Ie78ea961a32e96c90bb674766b24a0c44d27412c

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [80b419153732e8b49c560e88b174785db4adb556]

        fdo#70393: move bluez_bluetooth to a subdir of external
        
        Change-Id: Ia1c5eb2e6c5193256b61ec878abdb648632e1f47
        Reviewed-on: https://gerrit.libreoffice.org/6570
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [891bb7cc7c8da918568c5cb44b169bf20153032f]

        fdo#70393: move unixODBC to a subdir of external
        
        Change-Id: I191b75802eba781fc62ab21cd41918983a6efdb0
        Reviewed-on: https://gerrit.libreoffice.org/6569
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [a62e7733b3e27832c085112f1beda22ee3dd8976]

        fdo#70393: move sane and twain to subdirs of external
        
        Change-Id: I0876c3295416abb704ca455bdd61881ff54a0285
        Reviewed-on: https://gerrit.libreoffice.org/6568
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [38a3edb2bea08939234300b53cdf6ab4222847e1]

        bug in perl installer that make UnixLink entries to be lost
        
        the code in question try to re-assign entry that are in normal file
        to links based on some condiftion... but when it did that
        it would overwrite the content of the array that was passed
        instead of adding to it, hence loosing any Unixlink entries.
        
        Change-Id: Ia879dfefa4bf2fc635c05864b014e0712e51812d
        Reviewed-on: https://gerrit.libreoffice.org/6574
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [df21d317dacc4533ac999f3c3088765393842676]

        sc: stop linking openssl in scopencl library
        
        Change-Id: I6618ac1d469e9a45bac30b2a1d94711f43ee5ed7

2013-11-04  Julien Nabet  <serval2412@yahoo.fr>  [fe76db0776b1eb0da543bd490e918f5fb1598b2c]

        one ; is sufficient
        
        Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [133d59adf744b2279a7d59071ca834ac766b9719]

        configure: build oox with NSS backend by default
        
        Because NSS libraries are dynamic and OpenSSL static, using NSS saves
        1.5 MB in the oox library [even though it's not as 1337 apparently]:
        
        -rwxrwxr-x. 1 ms ms  8889575  2. Nov 13:45 libooxlo.so.nss
        -rwxrwxr-x. 1 ms ms  7773576  2. Nov 13:45 libooxlo.so.nss.stripped
        -rwxrwxr-x. 1 ms ms 10340276  2. Nov 13:37 libooxlo.so.openssl
        -rwxrwxr-x. 1 ms ms  9042216  2. Nov 13:37 libooxlo.so.openssl.stripped
        
        Change-Id: I387496ae364acb1286d753d52f04924631136750

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [2ff7b04c1b205b14dc1bace1e90ee62d26db9643]

        oox: use proper integer type when calling PK11_DigestFinal
        
        Change-Id: I5ff79c55446bd9f3e350fb128793ffef51be843f

2013-11-04  Julien Nabet  <serval2412@yahoo.fr>  [e6ea58e49ee079772e0a0796cdfb5151af316a6b]

        cppcheck: fix '<type>::operator=' should return '<type> &'.
        
        See http://nabble.documentfoundation.org/About-quot-assignment-operators-quot-cppcheck-warning-td4081208.html
        
        Change-Id: Ie351058a30c5d2df5f5ec1327c575e129d022cd2

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [a76daca815e9331d8019a60d1a784e5dae86edf3]

        Make CppunitTest_sw_rtfimport use DECLARE_SW_IMPORT_TEST()
        
        Change-Id: I670e0460f15951f99f0f750d2798c771f64c3095

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ae2fe26d06d957f7dc93cdc24ee22f266e36093]

        writerfilter: remove unused DffOPTHandler in doctok
        
        Change-Id: Ie067a77b7d61f59117826ab21c979688c1e3c2df

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f75a279ccff70aa276e16e8c709c8b4b2924103]

        Two new test cases for importing data tables from XLSX.
        
        Change-Id: I87da806612ae50fe1d64b851c5180ff1792752cb

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e77379bb2c0a6b3869b544b30d8f42137f82cf8b]

        Create data-table directory and move the test file into it.
        
        Change-Id: I1007525a7d2e1135f0388975f9cb7b0cef9b3142

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [370399c8304eb30254f1fa3b5fa773ddefd9b0c0]

        Import data tables from xlsx via ScDocumentImport.
        
        Change-Id: Id3d526720f99b7557476915beab35b429ec97c1d

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [96860b65d4bb95603549f72b1e82c6ee49458ba8]

        Renamed test file.
        
        Change-Id: I912778f2eedb162f2a04c0a7bc8a5220ea0fca2c

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [58b8d6d453a402f9e4068f055572da3c766af081]

        Use position hints for broadcasters when activating formula cells.
        
        No reason not to do this since we are bulk-registering formula cells.
        
        Change-Id: Ie0356c62a3c4698f5560272cb0c104f84cacde56

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8c6dd2cbcdf72b249051321dd7f7d3375e52f7b3]

        No point using the pimpl pattern here.
        
        The whole class is already hidden in the source file.
        
        Change-Id: Ib6157ae275217a95586735f74beee1700041a679

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [20a359ea3669b0f33edf7b9d66e56343e0624a0d]

        Have all formula cells start listening at once after the file load.
        
        Rather than doing it individually.
        
        Change-Id: I5ed55947b715bf6d7d61a1f8b751be7fdcf425fb

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [488b1ea1b9e780930802f5e4eead37552d1c3f6c]

        Fix multiple operations with formula cell with indirect dependency.
        
        Now the unit test passes.  Good.
        
        Change-Id: I23fa8355805c192f43db0199f3628f2bf457a645

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a364a87f73fc2730a987992a8d4242bc12f788d0]

        Add test for multiple operations.  Part of it fails currently.
        
        Change-Id: I90e3bbaae41fac51711b8502fbeb6ee2ebf19082

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [13b69492716c506976a31a26fe0590aa06b3d1a3]

        We need to update sheet positions of range names when modifying sheets.
        
        And add Dump() to ScRangeData for debugging convenience and re-enable
        previously failed test cases.
        
        Change-Id: I9d8f41a8be4c9c301254ef300c7b7f0c1ea7f393

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [07b66cd3ac1a9f6c7b61a1d7da6e9d266e6de92d]

        Insert matrix formula vis ScDocumentImport, and more formula imorts.
        
        Now SetGroupFormulaCell() is no longer used.
        
        Change-Id: I10a387da04724794974eaf491a8efa4cda09d82a

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [835fee82efb70b40b94f6babc2706ee1eb66dcf7]

        Populate raw cell values using ScDocumentImport.
        
        Also fix incorrect const methods. Methods that populate the document
        model should not be marked const even if the compiler allows it.
        
        Change-Id: Ic5d1670ce93c166d0f44ace04494fccab6eac275

2013-11-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8228f6736b91da06f439080665bdc389297bb5b7]

        Set up ScDocumentImport accessor and initialize it.
        
        Also, those createFoo() methods shouldn't be const since it does
        modify the state of the document model.
        
        Change-Id: I6a9267c54710f359506ca39c1e213f82595ebfe3

2013-11-04  Stephan Bergmann  <sbergman@redhat.com>  [a25d360b3e08751ea24f1c5ae4dea799d38a668b]

        Try make this more robust in slow environments
        
        ...where the previous .uno:PrintPreview request has not yet been processed, the
        same way it had been made more robust for ScAccessiblePageHeader.java in
        5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
        environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
        intermittend DisposedExceptions."
        
        Change-Id: I5244e8f8af9560ae986ed3a836bdf9571574420f

2013-11-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e362bc7892e0fd193e541838be4bd26b7ff42fdd]

        fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INV
        
        Change-Id: Iaecccd9ec6ab6a08c6c7ee8c024a3eba48ca1682
        Reviewed-on: https://gerrit.libreoffice.org/6521
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [4bfa4a69a89337f1839a310a2fe83caf82e37df5]

        DOCX filter: handle CT_Ind_rightChars and CT_PPrBase_snapToGrid
        
        Also, add InteropGrabBag support to bCs, themeFill, themeFillShade and
        w:ind's right attribute.
        
        Change-Id: I0d6ad0ef062218e71d7c71f99c56dd680b6930de

2013-11-04  Matúš Kukan  <matus.kukan@gmail.com>  [46a470a2ca10721dbaab7867bf4929da4b9d99a0]

        cui: remove unused .map file
        
        Change-Id: Ib7a040c48d8f35e8bd68a30e7b5219a7499ec8da

2013-11-04  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [659bc507925aadc189495e59d58cffb882dba381]

        fdo#71128 arguments of calc function MMULT have same name
        
        Arguments 1 and 2 of MMULT have the same name in the function
        wizard, which is both confusing for the user and inconstent
        with other argument names for matrix functions.
        Patch simply changes the names to match the description of
        the arguments of MMULT.
        
        Change-Id: I9fc35907133aa61248182bd3b253a7f90ba7cd2c
        Reviewed-on: https://gerrit.libreoffice.org/6526
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-04  Eilidh McAdam  <eilidh@lanedo.com>  [7e4f8eb5eff642c7fc8bfa665289d55a1c5b054b]

        fdo#40788: Allow manual breaks in Calc to be forced
        
        If the scale settings specify that the print ranges must be scaled
        across a specific number of pages, the default behaviour is to ignore
        breaks to avoid the case where breaks force more pages than specified.
        Here, an option under Calc -> Print -> Pages is added so that the user
        can specify that manual row and column breaks should be forced.
        
        Change-Id: I445cd7ce9e16e4ec2d0c320f059edad62b40f22d
        Reviewed-on: https://gerrit.libreoffice.org/6531
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-11-04  Eilidh McAdam  <eilidh@lanedo.com>  [a37092075791ccbe6081e3e01990df6d9e6cdce6]

        Fix for Calc page scaling - see #i54993#
        
        If a print range's manual breaks forced it over more pages than specified
        by the sheet scale settings, the zoom calculation wasn't able to
        converge on a zoom level, so it bottomed out at ZOOM_MIN.
        
        This issue only appears if the Calc/Print/Page/ForceBreaks option is
        selected and simply ensures the minimum number of pages is at least
        the number required by the breaks in the sheet.
        
        Change-Id: Iba36e850081718b1aa43e5c3db3c883530885853
        Reviewed-on: https://gerrit.libreoffice.org/6532
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-04  Caolán McNamara  <caolanm@redhat.com>  [6ad8972d4b698617404e53d63f178e34b2d5358a]

        Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK set
        
        and inherits from Edit which reuses that same bit for password
        
        Change-Id: Ice27caecfd82e2dd7b000474f37b601fd4628766

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [97561260ffe26734b11ba629a035c1bccc7c8994]

        DOCX filter: roundtrip themeTint and themeShade
        
        Change-Id: Idaf5f6ef13df1ee821d23b8366d25924d26ff4c2

2013-11-04  Stephan Bergmann  <sbergman@redhat.com>  [1f07a1c722efd86074abca2476f6c28ce2ba2757]

        Forgot to remove fpicker from Repository.mk too
        
        ...in b40ffd288baf6dc5989cc09c5b5007eee97dd1bf "fdo#60698: Move generic fpicker
        to svtools."
        
        Change-Id: Ib0aaf010d61c8a77315430991f41941b57b560e8

2013-11-04  Stephan Bergmann  <sbergman@redhat.com>  [40f9b78413444b5b82947e5cfba4a9466a1576b8]

        Remove unnecessary include
        
        Change-Id: I65b0caa36da08c5df552d8f1644ec74bfe135bfe

2013-11-04  Maxim Monastirsky  <momonasmon@gmail.com>  [7722a5906d8f6765395205f5074f480ad365aa19]

        fdo#68099 Move pdf viewer call to GUI related code
        
        This change fixes two bugs:
        1) In it's old location at PDFFilter::implExport, the pdf viewer is called
        *before* the final file is actually written. It causes a problem under
        Windows, because we use ShellExecute function which fails if the file
        doesn't exist. Calling a function blocks execution, so we have no chance
        to write the file before that function fails. (fdo#68099)
        2) Being a part of the saving/filter code means that the pdf viewer will
        open even when converting to a pdf in headless mode. It's definitely not
        something that we want to happen.
        
        Change-Id: I1a6f70ec76100ac9e008869aa57ad738ced3ab6c
        Reviewed-on: https://gerrit.libreoffice.org/6565
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-04  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9841ae6565c1b0b16ba4f46cce56c478ce7e900b]

        use results of include-what-you-use
        
        Change-Id: Ia6ebc21da0dcc134d07e040fc32f94a4928aa17c
        Reviewed-on: https://gerrit.libreoffice.org/6560
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-04  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [c5abb32126d9b1e8c01fb2ea37e4244695428495]

        fdo#70998 Use "Insert Image" in dialog as well
        
        Change-Id: I598c7367806a88cd4e582333c1e2fc8b984333e5
        Reviewed-on: https://gerrit.libreoffice.org/6561
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-04  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [a71a562a9958fc58a5fb914bcf7f8056a353f618]

        fdo 70998: Termchange: Graphics->Image
        
        Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38
        Reviewed-on: https://gerrit.libreoffice.org/6524
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-04  Julien Nabet  <serval2412@yahoo.fr>  [a210df8e50d94f557ceaa21e5f4943db97777812]

        Related: fdo#71147 lwp-files open not or without charts/tables
        
        It seems pContent may be NULL (see https://bugs.freedesktop.org/attachment.cgi?id=88539)
        
        Change-Id: I80249dd1d0afc3feaef5f1b1d134210beee3d029
        Reviewed-on: https://gerrit.libreoffice.org/6536
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-04  Caolán McNamara  <caolanm@redhat.com>  [a9d85d62a889288b17899c8defc020da487d8b36]

        fdo#69971 formula dialog crash when Paint restores EditEngine listener
        
        We need the EditEngine Modification handler of the inputbar that we are feeding
        to be disabled while this dialog is open. Otherwise we end up in a situation
        where...
        a) this ScFormulaDlg changes the editengine
        b) the modify callback gets called
        c) which also modifies the editengine
        d) on return from that modify handler the editengine attempts to use
           old node pointers which were replaced and removed by c
        
        We turn it off in the ctor and back on in the dtor, but if calc has to repaint,
        e.g. when switching to another window and back, then in ScMultiTextWnd::Paint a
        new editengine will have been created via GetEditView with its default
        Modification handler enabled. So ensure its off everytime we will access it via
        InputReplaceSelection pScMod->InputEnterHandler();
        
        I wonder if we should really be calling ScMultiTextWnd::GetEditView
        (which creates an EditView if one does not already exist) in
        ScMultiTextWnd::Paint or just check for pEditView directly, but that
        then leading to the need for it to be explicitly created somewhere else.
        As it stands in ScMultiTextWnd::Paint(...) the "if ( pView )" can never
        be false.
        
        Change-Id: I2f6df9ce0cc7ec59e8be33f4e67d91422796d251

2013-11-04  Caolán McNamara  <caolanm@redhat.com>  [a012483e95e1788844092b1973c9e025af7b1da1]

        small optimization, don't get selection unless it gets used
        
        Change-Id: Ibc359a8dbb26ef066dc43535eaf9835c4c7e9314

2013-11-04  Stephan Bergmann  <sbergman@redhat.com>  [5d3cec6aaf39729cd2511a5f182597ce4d8a6997]

        Some clean-up
        
        Change-Id: Ic65d1d5dcf2a0a7dbc0b382002b15e47f7998344

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [3c47b0befda137765a1ee3c91dd4488c63206064]

        sysui: fix yet more cases of accidental OpenOffice.org XML rebranding
        
        Change-Id: I9c6bbd0ae57b90f9fec570ec5dea5058625e0f8f

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [5b609aebc4cc36a2ed79535bbb04f88a780c9571]

        gbuild: fix gb_Extension_use_default_description
        
        Passing a target local variable like $(LOCATION) to
        gb_Extension_add_file does not result in an actual dependency on the file.
        
        Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [1a940ae2128cb680069a3926151a6dab7db3e735]

        filter: define filter_XcuResTarget_get_clean_target
        
        Change-Id: I8f830790935a05a0413187b6e21002e0f2563adf

2013-11-04  Michael Stahl  <mstahl@redhat.com>  [937242db93bd25d094d19193cd802e272718cfb8]

        gbuild: remove error stubs for renamed/removed functions
        
        Change-Id: If1d0d5294af87f2b780deadb21d12a6ee90dead6

2013-11-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b40ffd288baf6dc5989cc09c5b5007eee97dd1bf]

        fdo#60698: Move generic fpicker to svtools
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Conflicts:
        	dictionaries
        
        Change-Id: I6af478d7d6952e0e8f6c8f1b0575fcd50f2ba0e4

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [832586588c3ed5f1686a4ecebc2ed198ce049b24]

        DOCX filter: more run properties table style roundtrip work
        
        Implement roundtrip of smallCaps, spacing, caps and color's themeColor
        attribute.
        
        Change-Id: I1ac88de030356a5ce08a28ac16cd159a426d2be9

2013-11-04  José Guilherme Vanz  <vanz@libreoffice.org>  [2bb5f4773cc73a13bcd1460c02bc33bb4e60225c]

        fdo#54938: Convert to use cppu::supportsService
        
        Change-Id: I5b8e08bad3d83b6df23127377c0700fcd27ff084
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-11-04  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [0432f847bba2e2d074d72a9ff794d680e0f46785]

        minor cleanup in ScHeaderControl: nCount is always greater than 0
        
        Change-Id: Ia50265e397704131dc948bc2bcbf80a442054b71
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6538
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-11-04  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [b64d19a6520871eaee908c79e9aaf76ee477e143]

        German translations and minor clean-up in ScHeaderControls
        
        Some methods properly defined as const methods
        
        Change-Id: I59bc371bbb3adc6df2b96b82a0968a8693622ff8
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/6537
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-11-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [0d9a5bfb1845a40fe701317486014145fdd08d06]

        fdo#49666 RTF import: fix crash on picture frame with shape text
        
        The bugdoc contains a shape with type 75 (ESCHER_ShpInst_PictureFrame),
        which also has a shape text. Looks like this is an RTF which is
        generated by some 3rd-party tool: Word can open it, but it doesn't show
        the text on the picture frame, either.
        
        So, let's just ignore the shape text for picture frames at RTF import
        time as well, that avoids the crash.
        
        Change-Id: If673122eb16f4a4f7eddf107877fcfa7cb052821

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [622a6338dc9c5e1eb795f67cd3224ddfba4ab88a]

        fdo#70393: move np_sdk to a subdir of external
        
        Change-Id: Iafba7ff0d0a4b163f9d99195cab36c9968e0bd73
        Reviewed-on: https://gerrit.libreoffice.org/6558
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [6c4b7e4004f17e9d6be91f2cdccad8421e6d8bec]

        fdo#70393: move Mesa to a subdir of external
        
        Change-Id: Ib3c0516297b0bd68b59c8cfc5c5488005c059c27
        Reviewed-on: https://gerrit.libreoffice.org/6557
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [3273d2385b86bad0d3c3f7595c2f5896cf0b1440]

        fdo#70393: move zlib to a subdir of external
        
        Change-Id: I13dec52e6999d9c8aa0ba1f0c31ee8c36e1b6aac
        Reviewed-on: https://gerrit.libreoffice.org/6556
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [b36fb485d468ddf97076e55ad937caa6331298c0]

        fdo#70393: move xsltml to a subdir of external
        
        Change-Id: I2d244cc2ea9390f3a118bb620d397faa59e4e491
        Reviewed-on: https://gerrit.libreoffice.org/6555
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [112c60b48463e30e930c0856ebf37461697a0863]

        fdo#70393: move vigra to a subdir of external
        
        Change-Id: I98e2ae25865c4ec38da19a24ba4347540d170e4f
        Reviewed-on: https://gerrit.libreoffice.org/6554
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [a06d8eb9a92a438de6677d5e4196da0919aa790d]

        fdo#70393: move ucpp to a subdir of external
        
        Change-Id: I05419939ca0d6c55d24088d4b4adf3e262e50083
        Reviewed-on: https://gerrit.libreoffice.org/6553
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  David Tardon  <dtardon@redhat.com>  [79b81a34ccedc0abb6c97f14b28add238c1b3621]

        upload new libetonyek
        
        Change-Id: Ic20df004adca80ea0365f392317ec38f92c9fe43

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [90a19aeac6cad56e33574685219a85ef98469513]

        fdo#70393: move rhino to a subdir of external
        
        Change-Id: I7d7858d84a62568d9b0c61403645da13658e78d2
        Reviewed-on: https://gerrit.libreoffice.org/6552
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [fa560217dbd4c15abb3f7623d99cf7017dcb3f2a]

        fdo#70393: move redland to a subdir of external
        
        Change-Id: Ia857f943b8f2915c857ec4c9fa363760699e5206
        Reviewed-on: https://gerrit.libreoffice.org/6551
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [9dc3f0f5af0fe64ced5d1aca2fc1ddf28c3974c9]

        fdo#70393: move python3 to a subdir of external
        
        Change-Id: Ic5796f096255d2d84e39415324e8a2e06bcf09c9
        Reviewed-on: https://gerrit.libreoffice.org/6550
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [45053900a4b05018359bfc135ebe0b2c6ab93f4f]

        Fix bogus OUString constructor fixes.
        
        aeb41c9b9b7559c6d87bf92807acdc0df9e104cc
        (remove redundant calls to OUString constructor)
        introduced:
        error: variable 'sComposedName' is uninitialized when used within its own initialization
        
        Change-Id: I846337da43625d1cdbd33f0705499daa0c419894

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [547d2c75824ab0e22fe33ff6d7d40fd5b313ff26]

        fdo#70393: move postgresql to a subdir of external
        
        Change-Id: Ibd7c9a4db0150bdb115b061e21587ca964dc2c84
        Reviewed-on: https://gerrit.libreoffice.org/6549
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [40276b4ceb72f1d070bb1457ed5b403b35ca4deb]

        fdo#70393: move poppler to a subdir of external
        
        Change-Id: I399df92d2b6907c129e18f3a55afeadf02783c14
        Reviewed-on: https://gerrit.libreoffice.org/6548
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [fde2065b0f3266fc7ee9e1b85733e3ddcf1c9e03]

        fdo#70393: move openssl to a subdir of external
        
        Change-Id: I10bf92b18ee5ad56f1b4fbee3e4008b35b822be4
        Reviewed-on: https://gerrit.libreoffice.org/6547
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [8339d33a24e9810ae23544f0f4d1a52bd732c49f]

        fdo#70393: move openldap to a subdir of external
        
        Change-Id: I0225484e976b5317c2ac5d5b50ade153425f22b0
        Reviewed-on: https://gerrit.libreoffice.org/6546
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [55df380f008851af859970bfb88942b8872f9cda]

        fdo#70393: move nss to a subdir of external
        
        Change-Id: Ibbeb6b284c6c5fb9bba4ad52abed69321bba90d8
        Reviewed-on: https://gerrit.libreoffice.org/6545
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [11d41e980a5e2d5a4f75183af422a99a79692fc4]

        fdo#70393: move languagetool to a subdir of external
        
        Change-Id: I402682f21d16c3069d5b6885bd75998bd2e16b3f
        Reviewed-on: https://gerrit.libreoffice.org/6544
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Khaled Hosny  <khaledhosny@eglug.org>  [e485e0ffb51ed11325a31fe77e84252be6c9fad9]

        fdo#70393: move jpeg to a subdir of external
        
        Change-Id: I56be33efe0cc1deaf7a7e7ce6c6ea292dbe7786d
        Reviewed-on: https://gerrit.libreoffice.org/6543
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-11-04  Noel Grandin  <noel@peralex.com>  [5285beeaa49f6678b471d472868c305c7d9da5f9]

        remove redundant calls to OUString constructor in if expression
        
        Convert code like:
          if( aStr == OUString("xxxx") )
        to this:
          if( aStr == "xxxx" )
        
        Change-Id: I8d201f048477731eff590fb988259ef0935c080c

2013-11-04  Noel Grandin  <noel@peralex.com>  [aeb41c9b9b7559c6d87bf92807acdc0df9e104cc]

        remove redundant calls to OUString constructor
        
        Change code like this:
          aStr = OUString("xxxx");
        into this:
          aStr = "xxxx";
        
        Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6

2013-11-04  Tor Lillqvist  <tml@collabora.com>  [57c2de08ddf14c0da80de06736d99382ad036539]

        WaE: unused variables
        
        Change-Id: I6b5849b23478c747bbebd8d00543739e581760a3

2013-11-04  Tor Lillqvist  <tml@collabora.com>  [a39ff54b7621f4bc214b86674e0eb4b7e6612ebc]

        WaE: statement aligned ... [loplugin]
        
        Change-Id: I90613943b2d9fda6286f85a2b45655055ba30b6e

2013-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [38a23d68f77329e75eb6fe51c181e3f4e285968f]

        pagein-* stuff are for unix only
        
        Change-Id: I8acc125aeeec089f3528cdc43b1475b93f5cde32

2013-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d36adbd5accd06917edf027cd619ac7eb9540613]

        add original PATH to PATH during unit tests
        
        we need this for our opencl tests to be able to execute the opencl compiler during the test
        
        Change-Id: I9f9e8f3ceb26ff62789d888e6eb9f4f94010bb1f
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-04  dechuang  <dechuang@multicorewareinc.com>  [b5c268388ddbc812c2ba07a196f1200a939c6a9a]

        GPU Calc: implement fix for SINH
        
        AMLOEXT-116 FIX
        
        Change-Id: I0c369a65ffb3de2ac91fdd3d04ca6afe658b9bee
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-04  dechuang  <dechuang@multicorewareinc.com>  [cd4d44e5e8b540816ed7757e243f01256418b43e]

        GPU Calc: unit test cases for SINH
        
        Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test
        
        AMLOEXT-116 BUG
        
        Change-Id: Ic3cf18c9b475bc37bdca40cb64c582742bba8a5a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-04  Noel Grandin  <noel@peralex.com>  [0e6a2601b39cbadaff7f7506ba9e804f108060db]

        Convert code that calls OUString::getStr()[] to use the [] operator
        
        This also means that this code now gets bounds checked in debug builds.
        
        Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27

2013-11-03  minwang  <min@multicorewareinc.com>  [457b349edbaf6d9dc747f3a631fee70e0c035bae]

        GPU Calc: implemented COUPNUM
        
        AMLOEXT-74 FIX
        
        Change-Id: Ic7f274f089f7f6cc6b767c4a07844014eeded61d
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  minwang  <min@multicorewareinc.com>  [5c744383ebdb053a534dc7ab3aabab4e071cc2b1]

        GPU Calc: unit test cases for COUPNUM
        
        AMLOEXT-74 BUG
        
        Change-Id: Ice115dc1e9b22fdaff9a8fdadabe9b93635ef315
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  xinjiang  <xinjiang@multicorewareinc.com>  [0644c59f1e2822c687ef0366f6c02b3b21a3f01a]

        GPU Calc: implemented DURATION
        
        AMLOEXT-111 FIX
        
        Change-Id: I114e5b20326657f7fd3e0de7162a8ae190059b2a
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  xinjiang  <xinjiang@multicorewareinc.com>  [d454a57acd6bada1cd6913a7c42f8bf3f0a39a70]

        GPU Calc: unit test cases for DURATION
        
        AMLOEXT-111 BUG
        
        Change-Id: I1d206b0eda0dca8254f0491399d0a4679eb39ef8
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [0beb28ce1bec18b84402f2eb2f598c19f54444c2]

        GPU Calc: refactor op_financial.cxx to fix warning and bad indentation
        
        Change-Id: I93db1e5d2b03904a3d7787cc16f642ebf4752d85

2013-11-03  mulei  <mulei@multicorewareinc.com>  [3e040287c01833ade255841158c774fa4df8c842]

        GPU Calc: implement for PRICE
        
        AMLOEXT-63 FIX
        
        Change-Id: I97271c8cd05347e0c9179d509f8985d5f4c5f276
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  mulei  <mulei@multicorewareinc.com>  [b1dbb2d2a893cf15ba8829d70762e5ef23f3542a]

        GPU Calc: unit test cases for PRICE
        
        AMLOEXT-63 BUG
        
        Change-Id: I747817487fe118106a549674c6918dab544522ba
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  xinjiang  <xinjiang@multicorewareinc.com>  [1c239f51064e30713ac87abd3697d73bc5e5bcc1]

        GPU Calc: implemented ISPMT in GPU calc
        
        AMLOEXT-99 FIX
        
        Change-Id: I8cd9f130c190e6925873a00579cb7c334201f418
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  xinjiang  <xinjiang@multicorewareinc.com>  [12a86d12e9be04b5ce3df946e6c7b5a065533cbd]

        GPU Calc: unit test cases for ISPMT in GPU calc
        
        AMLOEXT-99 BUG
        
        Change-Id: I4388b184b23cf616dacfb20c61d2295765925ede
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [3c9042ad3db8064af2ccd5171385ee1aaf59d9cf]

        GPU Calc: fixed compiler warnings
        
        Change-Id: I9f8af5827340de24a45c9230c6ce2ec186ba8cc6

2013-11-03  mulei  <mulei@multicorewareinc.com>  [acd9cdf4be3537893830ac221fa578bf1312002f]

        GPU Calc: implement NAN argument handling in PPMT
        
        AMLOEXT-119 FIX
        
        Change-Id: I43dcd08ff846a4008f13c9d02a69478898363131
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  mulei  <mulei@multicorewareinc.com>  [7acf9f27319cf6a6184e2bb37f237a944247b606]

        GPU Calc: unit test cases for NAN argument handling in PPMT
        
        AMLOEXT-119 BUG
        
        Change-Id: I3bc04bfeeeaee80e6d1273d373180d8bf3aaf901
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-03  Julien Nabet  <serval2412@yahoo.fr>  [7c19dd02d9241e06ecfeeb9ba4ab2971cba7ef43]

        cppcheck: reduce scope in ctredlin.cxx
        
        Change-Id: I7bdbea6bfadf0f2ce5e3ecb4803929797ebf7af2

2013-11-03  Julien Nabet  <serval2412@yahoo.fr>  [c7349a21fff996ddee5977941a5e73669dc77bb2]

        cppcheck: Clarify expression with parenthesis
        
        boolean result used in bitwise operation
        
        Change-Id: I581b681a6f3ba682c7b743928d1b6f397ecf960c

2013-11-03  Julien Nabet  <serval2412@yahoo.fr>  [465f876f35fcdbf773523a216c0025a29b784c0c]

        cppcheck: reduce scope in AvahiNetworkService
        
        Change-Id: Ida14cc278187fdc7519137829a920273ed4910b3

2013-11-03  Julien Nabet  <serval2412@yahoo.fr>  [8378d3a7da3de3459870f10612e75f11915aa023]

        cppcheck: Reduce scope
        
        Change-Id: I341c2b7112f32a0ab0e1a6dfac0ab4679310202c

2013-11-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [75761f0fbb1765cf5f5ab241c84c7af984689f95]

        writerfilter: remove unused WW8Font class in doctok
        
        Change-Id: I483ccf31e6e67dec9f5c3992b362b63c5f14dfa3

2013-11-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2e25016289d5f565ba4080625950ef6ca6487d34]

        fdo#70885: disable app menu under Unity
        
        Change-Id: I90ca2f5dd8d2678dff74ae5599e640c9a69aee33

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [574d7d9c79e40c09bee34d3e692d1d88d6a2b975]

        Get rid of global aDotStr
        
        Change-Id: I6be71a738162ed53f2b81b7e03a18b1a8ddbdae0

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [21f56260bec8d3b9f4af346c0a1cc1465aa3d04c]

        Bin unused (and uninformative) debugging SvStream operator<< for SwpHints
        
        Change-Id: I7faa055831872cdc46004653eb5d01e6b7ea4b4e

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [c1c0593cba85ac03c8a59e58e07fbbdc0478bf7a]

        Forgot to bin this declaration, too
        
        Change-Id: Ifd27073ca0451cf285ff0a473676d9f2ad213f00

2013-11-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c83d876c2ae0bd88cb92e5829edd93641779ea23]

        fdo#65586: Add tools tips in Math Elements Dock
        
        Change-Id: I304ba9fe0a97f85424d0eb0ee87bf3b4b58179f4
        Reviewed-on: https://gerrit.libreoffice.org/6540
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Tested-by: Marcos Souza <marcos.souza.org@gmail.com>

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [58ec629939bc0e31dc8fe8bfba6fba4f27e5bcc9]

        Add operator<< for SAL_INFO and SAL_DEBUG use
        
        Change-Id: I1da8d2fcf503f60ef7947e8956009e09c4b5c867

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [51c2b2fc1edbfc5c04ae60d3989c0b62329dbd2b]

        Bin the unused SvStream &operator<<
        
        Change-Id: I3971f46a14d96770660f7b0060df305248f9ec91

2013-11-03  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [938881340e9203d3b265596b8c7359bb27560912]

        fdo#69762 Scientific number AutoCorrect as ordinal
        
        In French, ordinal number autocorrection transforms
        2e-3 in 2^e-3 which is annoying in Calc.
        This patch avoids autocorrection with [digit][e|E]-
        
        Change-Id: Iaaff4f8d6e667fc84a68d7c11e1a96da13594a18
        Reviewed-on: https://gerrit.libreoffice.org/6204
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-11-03  Michael Stahl  <mstahl@redhat.com>  [b1f5986c57445588d513eefff9c4e8ceb6f0f75a]

        StatusIndicatorFactory::impl_reschedule(): lock SolarMutex
        
        ... before calling Reschedule().
        
        Change-Id: I244fdd1a4642ea0e1ad266f6d9c4c56527018952

2013-11-03  Michael Stahl  <mstahl@redhat.com>  [2faa8537b661bb8ca427e0f39547fe49b6ac2325]

        SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutex
        
        Change-Id: I5b9ffed3527b5be544a7aa57f67840d30b4ebff5

2013-11-03  Eike Rathke  <erack@redhat.com>  [75673b2b441d86cf92d2fd515285a5553cfceb4a]

        catch aFieldSeps.isEmpty() in ScAsciiOptions::GetWeightedFieldSep()
        
        Change-Id: I72dea73752cd793d8f4992dfe631270412155a16

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [9074504c9139bbb0e380e7268d5220cb522a940a]

        Recognize also NDK 9b
        
        Change-Id: Ia9cecbe2cd6d9ee944abe5b8004aed27e191138c

2013-11-03  David Tardon  <dtardon@redhat.com>  [2cb29ab6a364716fb6f2811099178c10045302ab]

        fix a bit more
        
        Change-Id: I8961fa9279a955f5570e58f29e23d412e5fd049c

2013-11-03  David Tardon  <dtardon@redhat.com>  [9b40f2c805b79500b352d3f9cda54ae11b3d6186]

        discard the configure part
        
        Change-Id: I8bca5acdee197016748ab1d9c55f3bd8238583f0

2013-11-03  David Tardon  <dtardon@redhat.com>  [3f5a48bf8aae758f5eb2cae5fafae68e2adaec6c]

        fix windows build
        
        Change-Id: I6ee6738fe869fbcd15ec045523c250fd1811e343

2013-11-03  Andras Timar  <andras.timar@collabora.com>  [56364430108893afbcf5d2b51c5aaa37e393e7cc]

        Updated core Project: help  086ca602232837bc9c80800487c57e35e242fe7a

2013-11-03  David Tardon  <dtardon@redhat.com>  [0cdd8a4f17a80b55c54c1f287c1f10bd7fa4307c]

        add config. for formats newly supported by libmwaw
        
        Change-Id: I19cc5b13adf1c0d8cf26abbc9f4254ae89a970fc

2013-11-03  David Tardon  <dtardon@redhat.com>  [b253d44327d659b014a2b5adefa5e207aa6d11e7]

        update libmwaw to 0.2.0
        
        Change-Id: Ia66d7557e5056398e03ede9d54bf61317e84f2f3

2013-11-03  Tor Lillqvist  <tml@collabora.com>  [d17219a7ddb9527c2dc9e97ce5f601af2387c189]

        WaE: unused variable 'sExpected' [loplugin]
        
        Change-Id: I32d774640602566c23303a9816fa3c5926449781

2013-11-03  David Tardon  <dtardon@redhat.com>  [878f669c405bd5f83195fd1d6459f4e4c31832a2]

        fix target name
        
        Change-Id: Icdc912c8d36fe75bedb5a3744018b5d100f45f21

2013-11-03  David Tardon  <dtardon@redhat.com>  [a0786fa28027de9d112d6945cc32ab6fd224e838]

        it seems we need svgio too
        
        Change-Id: Iff6165fd440150bdd325c54e41df529bd5349df2

2013-11-03  David Tardon  <dtardon@redhat.com>  [16685f24f14c29f5aad2dc30cb73ab522dcb3cee]

        duplicates in the module list break build
        
        They might occur in extensions when crosscompiling, because both
        harfbuzz and lcms2 are listed twice.
        
        Change-Id: I6d6eff19043d33160b825f47988e46798da7857a

2013-11-03  David Tardon  <dtardon@redhat.com>  [a5f90dcdb829b78719eba79ad23907a4bc61e82f]

        still need to test if the libs should be built internally
        
        Change-Id: I66c6d4bf8100b830fd2d315f548dc3e77a95b9d5

2013-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd69146cdf28cc7c359974de97cad8202fc45e48]

        improve starmath test code
        
        Change-Id: Ife7e1306ce65dc1d935181553803fbc9266b628c

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [5f9cda2dc5e6d217328ff4f7da27a6f0e6fcf5de]

        Repository*: no need to register libraries built via ExternalProject
        
        Only libraries (and similar for executables) built as Library need to be
        registered; those built via ExternalProject are delivered by Project and
        used via gb_LinkTarget_add_libs.  This also means there is no need to
        mangle the names in RepositoryFixes.mk.
        
        Change-Id: Ib0b67f54e2eb6efdb0c454c9e2dd599ada229676
        Reviewed-on: https://gerrit.libreoffice.org/6533
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2e803712c4c2b844dab1fefdfbda12058a5f1ab7]

        don't warn for empty VBA structure, fdo#61059
        
        Change-Id: I0d0f7fa216fcea7ca893120ad183dc3758ca51d4

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [35210e2272081cef47ec63cca933e0c55424e6cb]

        gbuild: LinkTarget: improve gb_LinkTarget__get_headers_check
        
        Can actually error out early in some cases of partial build with missing
        deps from other modules; probably better than trying to build
        (Static)Library with bogus vars.
        
        Change-Id: I4e2cbd42d3c84b9bc87607d263f3d80ba7914302

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [d800a25568643fd1c7fb634cc9fbfcbd255d6162]

        gbuild: Library: remove gb_Library__get_final_target
        
        ... use gb_Library_get_exports_target instead, which is already a
        "final" target for Library.
        
        Change-Id: I5b8a708ba97e351ef383dcc64ead4ab9ea8705c7

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [463ee0c0ac3753dee0bd155461f0288b3c12c7ba]

        gbuild: Executable: remove pointless indirection here too
        
        gb_Executable__get_linktarget_target, gb_Executable_get_install_target
        and gb_Executable_get_install_target_for_build
        
        Change-Id: I1b0397c6982e885cd4834c2001264b1f6ae0a99c

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [43adc0cf01af3bb304baaeed9d5224a890edb407]

        gbuild: StaticLibrary: remove gb_StaticLibrary__get_linktarget_target
        
        Change-Id: I82ddbb3c82fa5f92e27a938a65a282ed67826a1e

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [a2649f4d4de723452bfbb959e12278e6fb1b019a]

        gbuild: Library: remove pointless functions
        
        gb_Library_get_install_target and gb_Library__get_linktarget_target
        
        Change-Id: I446e642fb43cf9804900b99b32dcc4c621dcb1c7

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [8ec6c54a8c57dbc6f217a0fc16d992716b9c0555]

        gbuild: LinkTarget: remove unnecessary variables on dep_target
        
        Since commit 8b5a984d45005d3df1c89eae897d6e04612625d8 it is no longer
        the case that objects get build only via a dependency from
        Linktarget's dep_target, relying on the variables set on dep_target;
        now objects only get built via dependency from LinkTarget itself.
        
        So there is no need to set these variables on dep_target any more.
        
        Change-Id: Id0a831342ae6cfcff3bebe7010ece923f0262703

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [d92ac4ac04864456298130f4719f2b959c73eeb0]

        gbuild: LinkTarget: why are loads of variables set on headers_target
        
        It is not obvious to me why that was ever needed.
        
        Change-Id: I3df679b41f0685ab288294fa3fadfede093f6f69

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [73f1b1967263d76ea1825b157059cd30ad73cb08]

        gbuild: gb_LinkTarget__get_headers_check can signal error now
        
        ... since no external link targets not with gbuild should be used via
        gb_LinkTarget_use_library/static_library.
        
        Change-Id: I1c3188dbbe2eaa2f5acfb8944a79ad3b67a95998

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [077c428cae6c09e464c0d1a547f169528b742a61]

        gbuild: LinkTarget: setting FLAGS on clean target not necessary
        
        Change-Id: Icc07e06e0ea7a7e5094d758a9aba0415449f706f

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [bc5069ac40a19fc0f421403c9f8ae7e645b34cbb]

        remove SOLARENV variable
        
        It is constant and can just be replaced by $(SRCDIR)/solenv.
        
        Use BUILD_TYPE where it was used to check if config_*.mk is sourced.
        
        Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1

2013-11-02  Michael Stahl  <mstahl@redhat.com>  [64a882888665dcbe15acc5793e7c9cf5f1bdc575]

        gbuild: SOLARBINDIR does not exist any more
        
        Change-Id: Ia158e398acbd5a48dca33d59dd47705376a4dc26

2013-11-02  Eike Rathke  <erack@redhat.com>  [da7c6092a644dc22f90fb8eef0c4f0df06ec204a]

        resolved fdo#67572 export add-in equivalents as internal to .xlsx
        
        For OOXML .xlsx export the add-in functions that are equivalents of
        known internal functions as those internal functions.
        
        Change-Id: Ic41f32b67902effa07c3d4db137be08dc5af7265

2013-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [5730ff36a17fcb7fc4613d3887e7e6b5017db275]

        writerfilter: remove unused WW8List class in doctok
        
        Change-Id: Ie295fda55747995f4e4a4fd877e1bc3f8c194521

2013-11-02  Henning Diedler  <henning.diedler@gmx.de>  [be2f8b889ed04e8cf3a6e8a0d73f300754588557]

        fdo#39468 Translate German strings.
        
        Quality translation by certified German/English teacher.
        
        Change-Id: I4684630004ad2846b6a5ba76e18d30831d20bc26

2013-11-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [7c1e28eaaf73567f9fbfbb01e777208bb026b2de]

        SwSpellPopup: rename member variables missing their prefixes
        
        Change-Id: Iea3acea6b080a0236a6a5dfce8a855df16b74231

2013-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68e39b840d6fbfc7cd9c12791d1c1a64cf60ec96]

        Revert "transpose "data in rows" ranges for internal data provider, fdo#62057"
        
        This reverts commit 14fa5488a829936275f79a7693b13da55114220e.
        
        Conflicts:
        	xmloff/source/chart/SchXMLTableContext.cxx

2013-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [045e037b7acde9d8e63fbb977c28b167e8815278]

        no default LTR mode does not mean RTL, fdo#68097
        
        Change-Id: Ice4957077e7eda5f7bb93042d6e2ba745935ef8b

2013-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c18b9dfe4319bc27aa245c58d4f0dfc6cb689ef]

        add test case for fdo#70315
        
        Change-Id: Ia442916ae29b8531ba2ef67eb4809267aca775b4

2013-11-02  Jean-Baptiste Faure  <jbf.faure@sud-ouest.org>  [78e4c8a925f4735a7e9a4c32a29b19fd2b77670d]

        fdo#70553: Fix Unity Quicklists
        
        Change-Id: I4bf29d0021c1342cd529a7c6cbd86eceb467a9b5

2013-11-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c5701117b4ba30f46f26fa2c15c4eb252a44e9f7]

        Fix invalid string access
        
        Change-Id: Ic83af0549a88b8debfdf945853fa42e1d28e5869

2013-11-02  Eike Rathke  <erack@redhat.com>  [06a5b1ecc39bb50dadc0bcb7378455500943ece3]

        resolved fdo#67536 export internal equivalents as add-in to .xls
        
        For BIFF .xls export the internal functions that are equivalents of
        known add-in functions as those add-in functions.
        
        Change-Id: If37f616a34fdabb3fa971fddad01da3dc1f28ee9

2013-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [512a14438c4098ca2e30d0b10b6e18506c8475f1]

        remember column style during XLSX import, fdo#70315
        
        WE overwrote the column style that was set earlier with the default
        style.
        
        Change-Id: I4c02e1cdd3e72f27d75b8153e2af45b5658ff456

2013-11-02  David Ostrovsky  <david@ostrovsky.org>  [2c92030ff07aff9b10e49844343390925b81545c]

        Kill servlet-api and tomcat
        
        Change-Id: I630da3fa37144b2e5fb5117017f43841ba89c42a
        Reviewed-on: https://gerrit.libreoffice.org/6454
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-11-02  David Ostrovsky  <david@ostrovsky.org>  [78e4b97a18a18f84c228de64fc48cee48138fbfe]

        Set up tool chain to install LO artifacts in Maven repositories
        
        Add <path_to_libo>/bin to your path.
        After full LO compile, the LO Java artifacts can be installed in the local
        Maven repository:
        
        mvn.py -a install -v 4.2.0 -s juh:jar:<path_to>/juh.jar
        mvn.py -a install -v 4.2.0 -s jurt:jar:<path_to>/jurt.jar
        mvn.py -a install -v 4.2.0 -s ridl:jar:<path_to>/ridl.jar
        mvn.py -a install -v 4.2.0 -s unoil:jar:<path_to>/unoil.jar
        
        With the artifacts installed this way, it is now possible
        to consume LO artifacts from custom pom.xml:
        
        [...]
          <properties>
            <LibreOffice-Version>4.2.0</LibreOffice-Version>
          </properties>
        [...]
          <dependencies>
            <dependency>
              <groupId>org.libreoffice</groupId>
              <artifactId>juh</artifactId>
              <version>${LibreOffice-Version}</version>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.libreoffice</groupId>
              <artifactId>jurt</artifactId>
              <version>${LibreOffice-Version}</version>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.libreoffice</groupId>
              <artifactId>ridl</artifactId>
              <version>${LibreOffice-Version}</version>
              <scope>provided</scope>
            </dependency>
            <dependency>
              <groupId>org.libreoffice</groupId>
              <artifactId>unoil</artifactId>
              <version>${LibreOffice-Version}</version>
              <scope>provided</scope>
            </dependency>
          </dependencies>
        
        Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d
        Reviewed-on: https://gerrit.libreoffice.org/6453
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-11-02  Eike Rathke  <erack@redhat.com>  [1db25c330abdc5f3c3b27a6b4029f306ab497af1]

        fixed out-of-bounds string access when backspacing in a formula
        
        Change-Id: Ic586ce857574e1d28e0e4d754bea0d5251d0efdf

2013-11-02  Jan Holesovsky  <kendy@collabora.com>  [86b79ea1f6afb709f2de8141810a61e4162e3125]

        starmath: Check for text length.
        
        Fixes fdo32667-1.doc.
        
        Change-Id: Ibe7a9ca83b65e7b13c6b315f1b771f50f0b6fc7a

2013-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [d8fbc8432da8db0b9ad364b917637a2432c58deb]

        writerfilter: remove unused WW8FOPTE class in doctok
        
        Change-Id: I041983293690b5d5e090ba88df509c35cc8f6dc7

2013-11-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [325cee9a6021eea3277999b66a1443bfceaf409f]

        Make CppunitTest_sw_rtfexport use DECLARE_SW_ROUNDTRIP_TEST()
        
        Change-Id: I50babe172d3c9a46256ac3dc95a3b7591cd3c777

2013-11-01  László Németh  <nemeth@numbertext.org>  [a2b59a51274ccf29ce1bd77a9330c6e3136fc590]

        fdo#71137 fix linecap and linejoint in SVG export
        
        Change-Id: I52ee0ec79ebcd5a32f0c328440ce46e0452b121e

2013-11-01  David Tardon  <dtardon@redhat.com>  [46bcd543406a144c221a8055d3efeab94c08c6fc]

        fix build with clang
        
        Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55

2013-11-01  yiming ju  <yiming@multicorewareinc.com>  [4ea4239719551ba06cc2ee9758a1d232a1c1e84e]

        GPU Calc: refactor string formatting in some GPU inline functions
        
        Change-Id: I4ceb86ca84854a4e14c0720d6216d4c658a97859
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-01  László Németh  <nemeth@numbertext.org>  [ee925743e556aeba42f6acb56dcd18d658a4d001]

        fdo#71136 fix SVG export (double stroke-width)
        
        Change-Id: Iae5521e34951559351103a9defce30dc50d823c8

2013-11-01  David Tardon  <dtardon@redhat.com>  [638c2aa959f5911a81368c2a164ddb7cfd189660]

        drop, remove and delete redundant words
        
        Change-Id: I1d8fd6aa28e685bed4a1a0f2e4ccd888ba109e34

2013-11-01  David Tardon  <dtardon@redhat.com>  [2a677e831528c6e9ddd5f926217faa4737ef86a3]

        fix keynote format detection
        
        Change-Id: Iadc1fe4efe891ef33f85086cfe0b811ebeb6e767

2013-11-01  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [57a0008380254104656d31924243c92cec9cb79d]

        GPU Calc: fixed a compiler warning
        
        Change-Id: Ia468731911f4b492b85ede63a9646fe28ca63cd8

2013-11-01  yiming ju  <yiming@multicorewareinc.com>  [8e88765cc67b42755b6950dccb24f771c1e1dc83]

        GPU Calc: refactor code generation for inlined library routines
        
        Refactored all  library functions of now formule calc in GPU
        
        Change-Id: Icf238c18cae5ca2b685a99204994f5d3211b3ac9
        Signed-off-by: haochen <haochen@multicorewareinc.com>
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-01  mulei  <mulei@multicorewareinc.com>  [35f8d734dd54cafd1e9d07a1e67b63c366b93a9d]

        GPU Calc: implement NAN argument handling in PMT
        
        Change-Id: I1288a20652b4ceb66d90314f7acddb73506dfb43
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        Signed-off-by: haochen <haochen@multicorewareinc.com>

2013-11-01  mulei  <mulei@multicorewareinc.com>  [9f73e855afb061ddeedcbb25f0fd826902784f3c]

        GPU Calc: unit test cases for NAN argument handling in PMT
        
        Change-Id: I8f8e7a6220cff7e825a08fe16352478ea7090964
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        Signed-off-by: haochen <haochen@multicorewareinc.com>

2013-11-01  Julien Nabet  <serval2412@yahoo.fr>  [124beed4078231867f8327e34b90ee1f40c39a30]

        Resolves: fdo#71062 Embedded Firebird - Tables with Date-fields let LO crash
        
        Change-Id: Ie28a1e8765ab9ff6eb345198d6ea223e25429e11

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [1754344c88c15c431307fe82f475d3c5312b9f8f]

        Some Trivial clean-up
        
        Change-Id: Ie48e8f5cbc455ef267ad756d82f8c0efee0ef065

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [1f0f538b20adbb6b3703150be3e202cd03f3d6de]

        Remove dead declaration w/o a definition
        
        Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [55369420bd488411dd5428a66f4ad70c2ef9b007]

        stop unbalanced OutputDevice Push/Pop warnings on closing help
        
        where it takes the early GetBackColor return after Push but before Pop
        
        Change-Id: I5fac78b7270c8561cb8e7d26bd2bff44628c8547

2013-11-01  Oliver-Rainer Wittmann  <orw@apache.org>  [0921642e7f15d3abf6a96e19529b313cf8fd1a8e]

        Related: #i33737# some minor refactoring in advance
        
        (cherry picked from commit b27ff0a078b7c1b32e88041f25314eaad267618b)
        
        Conflicts:
        	sw/source/core/bastyp/init.cxx
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/docfld.cxx
        	sw/source/core/edit/edfld.cxx
        	sw/source/core/fields/authfld.cxx
        	sw/source/core/fields/dbfld.cxx
        	sw/source/core/fields/docufld.cxx
        	sw/source/core/fields/expfld.cxx
        	sw/source/core/fields/fldlst.cxx
        	sw/source/core/fields/reffld.cxx
        	sw/source/core/frmedt/tblsel.cxx
        	sw/source/core/inc/wrong.hxx
        	sw/source/core/layout/atrfrm.cxx
        	sw/source/core/text/EnhancedPDFExportHelper.cxx
        	sw/source/core/text/atrstck.cxx
        	sw/source/core/text/itratr.cxx
        	sw/source/core/tox/txmsrt.cxx
        	sw/source/core/txtnode/atrfld.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/undo/SwUndoField.cxx
        	sw/source/core/undo/rolbck.cxx
        	sw/source/core/unocore/unocrsrhelper.cxx
        	sw/source/core/unocore/unofield.cxx
        	sw/source/core/unocore/unoportenum.cxx
        	sw/source/core/unocore/unotext.cxx
        	sw/source/filter/rtf/rtffld.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/ui/docvw/AnnotationWin.cxx
        	sw/source/ui/utlui/content.cxx
        
        Change-Id: I372cfaed881188266c359867879ae92c8d45fee1

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [3b27470860cfa377dfc0cb940bba204d827434ad]

        Resolves: fdo#71106 editing dde function crashes
        
        Change-Id: Id2f4bffb7de7201ddeb8f75daaa2723cc42c59b0

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [dc704d724fc2955a76688f95660522478cacf6e6]

        Directly use OUString
        
        Change-Id: I9029bab2b0ab98a2d78166145a35792e298c9115

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [1e5367fc87719e700ed34367bc30a21920bbe73b]

        Updated core Project: help  ae178e85f974c49304b0f2a950979d1adaa466ae

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [dfbbda5623c0ec92febcd6e2e714fc682e496512]

        convert math font dialog to .ui
        
        Change-Id: Ib7bf087664b6c8491872dfa37c750485fedabbe2

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [c399eea88b3f55ab5334552cba89c6e817490a0d]

        SdrGraphLink::pGrafObj can never be null
        
        Change-Id: Ifeb77e61040accd1f7f7ed31d0340c66fbab39a5

2013-11-01  Thomas Arnhold  <thomas@arnhold.org>  [58720da22428cfb001bc09cc11d222692bb1620f]

        twain: Update twain to version 2.2
        
        Includes the mingw and style fixes from
        dc6c7e844a02a59133e96553000666be87b1a74e
        
        Change-Id: Iad075c78b28b2b344a5e8e56c8614a283b4819a8

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [c8f18aa3feaa97ef671343c2bab4de3230c5b676]

        -Werror,-Wunused-variable
        
        Change-Id: I3bf848c49c5ff980a3a8cc8b84333cb4d0d480df

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [79e469184bff942e1640e382e76596af22cbeb4f]

        -Werror,-Wunused-variable
        
        Change-Id: Icedd42e4cbdf76bba9fd21e8ead2c8e5dcaf52f1

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [0b79f6ce62cf0d11e971b15e43b56e06a913389e]

        cannot convert parameter 1 from ´const char [2]´ to ´sal_Unicode
        
        Change-Id: I66a1005c3f6bcad448ed2c162a8399c7c32ad78e

2013-11-01  Jian Hong Cheng  <chengjh@apache.org>  [d0b30f90d4be58ba78fded099f25a75d3cf88d56]

        Made some changes to remove the compile warnings...
        
        on the comparison between un-uniform data types
        
        (cherry picked from commit e0705e2a87726c6d8a04eae624d4f032c5d596ce)
        
        Conflicts:
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par3.cxx
        
        Change-Id: I1e6931e01fdcce6c1a4e98a86fcbc08f5e0933bd

2013-11-01  Jian Hong Cheng  <chengjh@apache.org>  [40543e5321c8f618c125fd6f7f9a24b87431277a]

        Revise un-necessary checking..
        
        Patch by: chengjh,<chengjh@apache.org>
        (cherry picked from commit 3869d0164607a1576826dcc338b1f8b52f1147bd)

2013-11-01  Jian Hong Cheng  <chengjh@apache.org>  [c1c49d8fdf78ed820ab3b9e4b82ea383ecce39e1]

        Resolves: #i120927: Import/Export Hyperlink Info of Graphic with Anchor...
        
        Type Except “As Character” to MS Word Binary File
        
        * sw/source/filter/ww8/escher.hxx
        * sw/source/filter/ww8/wrtw8esh.cxx
        * sw/source/filter/ww8/wrtww8.hxx
        * sw/source/filter/ww8/ww8graf.cxx
        * sw/source/filter/ww8/ww8par.cxx
        * sw/source/filter/ww8/ww8par.hxx
        
        Interoperability of Hyperlink within Flying object
        
        Patch by: Jane Kang,<kangjane2012@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        (cherry picked from commit 8f7c7a5713e92aecfe4837e628a001b7668c9540)
        
        Conflicts:
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtww8.hxx
        	sw/source/filter/ww8/ww8graf.cxx
        	sw/source/filter/ww8/ww8par.cxx
        
        Fix non-pro build breaker: SvMemoryStream has no member GetRecLeft()
        
        Possible introduced from copy and paste from sc, see
        sal_Size XclImpStream::GetRecLeft() function in class:XclImpStream
        sc/source/filter/inc/xistream.hxx
        (cherry picked from commit 4a3a3afa32785d0b1051d9d1104adbbb0e61a820)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        
        9ce792333ba3f6aa0f8d8660533bc740e1354597
        
        Change-Id: Icbecea61bf6ec3e7baa02e678a575d64fcfca731

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [08698f258f0627f582b1b56b019da5cd4d3e5a7c]

        Pass OUString by const &
        
        Change-Id: I6b3d6709eb8e3471aaa6ad7b3bcba3319719218b

2013-11-01  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [486222c7c003e250813bd885a95192bc63cc9830]

        Unit test for Docx Chart Series Name
        
        UT to verify that the series labels are
        imported (or rendered) as in the docx file.
        
        Change-Id: I9e4ade7a905dbb894bc163ecec8c333fa6797818
        Reviewed-on: https://gerrit.libreoffice.org/6502
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [2c2ff538908e4c61987469c9e09325c2b479b185]

        fdo#71005 Remove odd "Workaround for automated testing"
        
        ...that got added by 62ee5e1a752033344c172ad2380a5f1e2492330a "INTEGRATION: CWS
        calcshare2: #i85794# workaround for automated testing" but does not make much
        sense, esp. as all our (subsequent-)checks each use a dedicated, throwaway
        UserInstallation anyway.
        
        Change-Id: I64ca47a7d7ee3c2eb2ab33eebcec5a79a7e3d0df

2013-11-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [84f4b84212c1d3d27376a430d172f3382922f3f9]

        Better approach for fdo#40077: Characters cropped in GTK-Combobox
        
        Now using gtk_widget_size_request() to get the native size.
        I reverted the earlier change (border_width etc. ignored)
        
        Change-Id: I0d89a2df5186bd27cbb77c8b0f2cc7b1fb247005
        Reviewed-on: https://gerrit.libreoffice.org/6478
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-01  Pedro Giffuni  <pfg@apache.org>  [dc6c7e844a02a59133e96553000666be87b1a74e]

        i#118517# - Update twain to version 2.1 with support for Apple and UNIX.
        
        Mingw apparently tries to pass as GNUC and WIN32/64 so we detect it early and force it to work like in previous versions.
        
        Cherry-picked from:
        
        e1431bbb4eff94d7c2ca1e0660a13806cd6489f5
        
        Also contains:
        
        f30110565adafc75feb73eac9707d6d5f86f90f4 - Fix issue with twain header.
        1d6adce05b0d7737268be32b1c24aef8254f48b2 - Minor style fix.
        
        Conflicts:
        	twain/inc/twain.h
        
        Change-Id: I67c557b81661bc91e299309ade70d603160b6bca
        Reviewed-on: https://gerrit.libreoffice.org/6508
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-01  Thomas Arnhold  <thomas@arnhold.org>  [831fc27e2a1478c9edb3d19134d85a5af834049e]

        remove nonsense FOLD comments
        
        Conflicts:
        	vcl/inc/sft.hxx
        
        Change-Id: I1b744f14b6524e4d5913775427280e68c4ee07fc
        Reviewed-on: https://gerrit.libreoffice.org/6491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [90ef8ac1b5d94c24ff0d5a26a8ca6b6769f225c1]

        fdo#70998 Termchange: Graphics->Image
        
        Change-Id: I73458ad8c4f6017bd9fdc36a40b67684d36adbad
        Reviewed-on: https://gerrit.libreoffice.org/6483
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-01  Julien Nabet  <serval2412@yahoo.fr>  [7fb2aa82f69329e73434c7e6a3ce3a1d3d99f2cb]

        fdo#68414: SIDEBAR: property's Text named incorrectly
        
        Change-Id: I2b1fdbde3655b26ec7b94fb35e1277be532d3232
        Reviewed-on: https://gerrit.libreoffice.org/6480
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-11-01  Caolán McNamara  <caolanm@redhat.com>  [609f0b8bff60104168cab54822d3e7643a6f10cb]

        add limits.h for rhel-6 build
        
        Change-Id: I9d355be54eb4072044ad660296375fca8d0fa831

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [baa68e4e89c81b20f79576734cdbfa63665b3ff5]

        Try make this more robust in slow environments
        
        ...where the previous .uno:PrintPreview request has not yet been processed, the
        same way it had been made more robust for ScAccessiblePageHeader.java in
        5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
        environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
        intermittend DisposedExceptions."
        
        Change-Id: I64389b817d91a2bed8dfe1b8d92bafec42eba21a

2013-11-01  Stephan Bergmann  <sbergman@redhat.com>  [5a10e33f4ddc718f05a64629c4133a607ec9b29e]

        Improve exception messages (for debugging)
        
        Change-Id: Id2e00e0b0363c58c88585dd15f34156e57a7aaac

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [9b629f296732e8da630efe95321d9b1769b17a2f]

        Add (dummy) touch_ui_dialog_modal() implementations
        
        Change-Id: I12fde9cc7180118ade39b7a037d05e8793bd1c12

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [354c1a99ea29e41dd948600071ccc6215d77c29a]

        Add FREEHAND_LIBS
        
        Change-Id: I0230a18aaf5c8c9fe9f55a137cc62cbfc3992d42

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [faf9aa674e37d8d51771d5506a1ddbe3d4974915]

        Add FREEHAND_LIBS
        
        Change-Id: I86d01c9afdedc2477c2894694ab04c4a493bfa65

2013-11-01  Noel Grandin  <noel@peralex.com>  [ccbea814840ae8bc7cd5ad7e5d61a90638403236]

        fix mozab driver after OUString change
        
        for Windows build after my change in
        commit e2451bd729d0f1d795a5b689deba65bc4e9d92c6
        "Convert indexOf->startsWith and lastIndexOf->endsWith"
        
        Change-Id: I9397f1310742cdd773a7d2d3c5f0dbe728041d2d

2013-10-31  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [22119b5a476748bb5eee5e624eebc7afee9d9141]

        GPU Calc: re-enable regression test testSharedFormulaXLS
        
        Change-Id: Ica508140d849cfd7754aea91e019fb3ed565d993

2013-10-31  Xukai Liu  <xukai@multicorewareinc.com>  [7abfae3622fc952ecac8ebacb1d70650ef773619]

        GPU Calc: refactor code generation for inlined library routines
        
        Refactored two library functions: Round and approxEqual. Generate them
        only when corresponding Calc spreadsheet functions are used.
        
        Change-Id: Ibf532d551ba0d99a117cedd4a0f3397acb5e017d
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [2ee41f402fdea5bed8076295ae3e94c79f92bd64]

        Typo
        
        Change-Id: I31cd13e6b11b73166e7a7f351c5eb3ea8038a4fc

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [5a0aec771f10e14558ce229ff70cd81717d85ac8]

        Add dummy touch_ui_dialog_modal() here, too
        
        Change-Id: I1b1e47de2eec94150a0abee4aa74994f55b9b88e

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [9fabf25bc47c7b16eb22eca3a934c18070e1e9e5]

        Dummy implementation of touch_ui_dialog_modal()
        
        Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [ec2ea6e6e087d13d484d0e4b938144d28c4395dd]

        Maybe Dialog::Execute() is one good place to call touch_ui_dialog_modal()
        
        Change-Id: I5f1b9fd266d7920a947d3dfb6bcd584e3cc30b53

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [139bd9b4402eb19a8de71cceb2ce3807cbb5dbf0]

        Add first attempt at an error message etc API
        
        Add a touch_ui_dialog_modal() function which in some way displays an
        error or other message to the user, and possibly offers the
        possibility to choose some "OK", "Cancel", "Retry", "Ignore" type of
        response. Note that the "modality" is from the point of view of the LO
        thread.
        
        Change-Id: I1b2ad15854f8d76e2c30f93fb5356fad7e5d02ca

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [ac535415fe0a466acc23cdc32aabb6b7d03a31e3]

        Bin pointless Android ifdefs
        
        It did not do anything.
        
        How to handle dialog attempts from random places in the code on
        non-desktop needs to be re-done properly.
        
        Change-Id: I854a12faba3f98c61f637b465789976493326d43

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [13c3ab57892ab7553c3c4eb65ed6cd9344751f67]

        Use actual executable path
        
        Change-Id: I75ffc83be6af34b09b4a98a5890b3585b4a76bde

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [8204fadf2089d1c0eeb65a409fe3964d1537c765]

        Bin dead code
        
        Change-Id: I7c3ae0afd6740df326a5c74826e7f204e9df2219

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [d68e1a2fcccf0e61c3b480c94c226ee1a58c7da1]

        Cosmetics and style cleanups
        
        Change-Id: I45b072e5d6a216f0b82f7a0b3a4554ef4cc3570f

2013-11-01  Tor Lillqvist  <tml@collabora.com>  [d7a4a5b26813c94398aa51c3e817e882aba299ba]

        The "source size" of a VCL bitmap is not used for anything
        
        Thorsten thought it might have been used for to the handling of the "Original
        Size" functionality originally. That seems slightly broken currently in some
        use cases, and this change doesn't make it any worse. (To see the brokenness,
        play with resizing an image, reloading the document, and using "Original
        Size". With the right sequence of actions, LO seems to think that the
        "original size" is very small (1x1 pixel perhaps).)
        
        Change-Id: I4e0852d2b367def5bc40baf95aac273d59731eec

2013-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [86ecd9560fe5666cd8814f513b80de7c67d1cbce]

        writerfilter: remove unused WW8FontTable class in doctok
        
        Change-Id: I649e21460ad00b2a364a8adc91061ba95a6623d9

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [42f8c6feccb3168d1a39683497e7a6ec6e7215a8]

        Disambiguate where a "Source for ... not found!" error originates from
        
        Change-Id: I424036d3a940fa53b1553c1c539bf1065cdc2759

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [2208fca2feb0360af95c7cb1bbe663577084bd15]

        $installer::globals::macinstallfilename is already an absolute pathname
        
        Change-Id: I35ced0ef75f6b411807f24ecc19b4f2a9622f98c

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [dd08ef89d53831246acefcd7c14d00b3c3da4e0f]

        Hack to find instdir/*/LibreOffice.app/Contents/LICENSE.html on Mac OS X
        
        Change-Id: I3f2b12534b6d83e4ae2c2a61a6f81ddf8cdad2cc

2013-10-31  Thomas Arnhold  <thomas@arnhold.org>  [326f3e40ba427f901e68642229c5e2c422d6135f]

        shell: mapix.h is not needed at all
        
        Change-Id: I1a55a4c260b781f7427bf149d32f1cae6149fe9a

2013-10-31  Thomas Arnhold  <thomas@arnhold.org>  [b4655065ad8866a346dc7c01658eaef30f85bbec]

        vcl: fix brace
        
        Change-Id: Ib41c9521a8b8e5b8ebc170f9b7e45379a51f1bd5

2013-10-31  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [0539e7868643200ed929501d4974f4947f97af07]

        Fixed a typo in the GPU Calc compiler.
        
        Change-Id: I40994de5e445dbd6f3c5e6597a90e63b7dc3cbcf

2013-10-31  Thomas Arnhold  <thomas@arnhold.org>  [9a4a84df5406cdcde1f4d23a1cea2b109998f35b]

        Windows: SHARDAPPIDINFO since 0x0600
        
        This requires at least Windows 7 / Windows Server 2008.
        
        Otherwise it won't compile under WinXP.
        
        http://msdn.microsoft.com/en-us/library/windows/desktop/dd391556
        
        Change-Id: I984e8bc1e9dc80a9c8bf236be9af3cffabcabd05

2013-10-31  Tor Lillqvist  <tml@collabora.com>  [e77f18f4975bb731f8445cacfff7609a5fe2d7a9]

        Better warnings when CheckContext() fails
        
        Change-Id: I94627e5b4efda92ac80a618e5aa4b0b33340f4ef

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [09c53251150d7ad3f4db0cc3390714912db8b0bb]

        I assume this is missing
        
        ...from the changes to xmloff/source/draw/shapeexport2.cxx of
        f15874d8f976f3874bdbcb53429eeefa65c28841 "i123433 Detect pseudo-vertices at svg
        import, unify svg:d handling, correct svg:d import for relative sub-polygons in
        svg import [...]," given how other changes in that file that introduce
        aPolygonString use it.  Found by -Werror,-Wunused-variable.
        
        Change-Id: I915b53ed74e03f84f240f1fa1f17768148f030d6

2013-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [f91775c00dfd50e89cfcbc280d90309a5d08d727]

        writerfilter: implement BorderHandler::getInteropGrabBag()
        
        Change-Id: I86922585122898692dc4fb1fbbee11e1864dad29

2013-10-31  Caolán McNamara  <caolanm@redhat.com>  [b74e0da1df405151cfdb6c8cc84fad797f28e1f7]

        Updated core Project: help  da63fbfdefb02c5026b05b33a57afe03a30f42b8

2013-10-31  Caolán McNamara  <caolanm@redhat.com>  [c1e2b7fee37b9f3fb54caea8046de5356e199b37]

        convert new/move menu to .ui
        
        Change-Id: I77e46382cae6da03c3a972c9838afb3f8698c9a3

2013-10-31  Kohei Yoshida  <kohei.yoshida@collabora.com>  [94a569c25026ea67f18ace8a075e13ac355ff3d2]

        Don't hard-code the start row position of string array to 0...
        
        Change-Id: I06724e2e8754ac20217f5375a445c85f9a5b31e6

2013-10-31  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [6d2f42199c2a9b48c9e19d7ae087f5452bfbd401]

        fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INV
        
        Change-Id: I65863031cc2795713bf80c17dfc787e2700a556a
        Reviewed-on: https://gerrit.libreoffice.org/6505
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-31  Caolán McNamara  <caolanm@redhat.com>  [e44335abe006d05f0f915279605a03ef084116d6]

        Related #i123433# PolyPolygonBezier must be drawing::PolyPolygonBezierCoords
        
        Change-Id: Idc7e0a2651f2e0b499bbf8b8443ffb84b54a45b6

2013-10-31  Armin Le Grand  <alg@apache.org>  [223f6b631c1b087754c0f9051fb55f029f2503ce]

        Resolves: #i123433# Detect pseudo-vertices at svg import...
        
        unify svg:d handling, correct svg:d import for relative sub-polygons in svg
        import; changed default for moveto writes for svg:d in ODF to absolute
        
        (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841)
        
        Conflicts:
        	basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
        	basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
        	basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
        	basegfx/source/polygon/b2dpolypolygontools.cxx
        	basegfx/source/polygon/b2dsvgpolypolygon.cxx
        	basegfx/source/polygon/b3dpolypolygontools.cxx
        	basegfx/source/tools/makefile.mk
        	basegfx/test/boxclipper.cxx
        	basegfx/test/clipstate.cxx
        	basegfx/test/genericclipper.cxx
        	canvas/source/tools/surfaceproxy.cxx
        	sdext/source/pdfimport/tree/drawtreevisiting.cxx
        	sdext/source/pdfimport/tree/writertreevisiting.cxx
        	xmloff/inc/xexptran.hxx
        	xmloff/source/draw/XMLImageMapContext.cxx
        	xmloff/source/draw/XMLImageMapExport.cxx
        	xmloff/source/draw/shapeexport2.cxx
        	xmloff/source/draw/shapeexport3.cxx
        	xmloff/source/draw/xexptran.cxx
        	xmloff/source/draw/ximp3dobject.cxx
        	xmloff/source/draw/ximpshap.cxx
        	xmloff/source/style/MarkerStyle.cxx
        	xmloff/source/text/XMLTextFrameContext.cxx
        	xmloff/source/text/txtparae.cxx
        
        Change-Id: I5171b4a3559ea116bea45152e1f2685666463635

2013-10-31  Caolán McNamara  <caolanm@redhat.com>  [9069e26d1fe1fbbe7bceab0bae8a186d8cdb47cc]

        we need these old equal methods again
        
        i.e. revert 5c3615c1152eabfda508504c8a4c5727868acbc8
        
        Change-Id: I7bafaabaf5b8337c3ef4fe0d9ea687924045114e

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [5d8f48c81eac8650315b936d0e89ad1d54b566fc]

        solver doesn't solve anything...
        
        ... it is an abbreviation of "Solar Version".
        
        Since nobody can remember that:
        
        remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath
        and any mention thereof.
        
        Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad
        Reviewed-on: https://gerrit.libreoffice.org/6515
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [fbe12f72bc59ca0b202d972ee098d16f66195c13]

        DOCX filter: roundtrip more table cell border properties for table styles
        
        Change-Id: Ia93bd2083b00f62770970a4efa783b6b19967acb

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [fc68745898647e1b9070459be43c5d1e0e933150]

        verify-custom-widgets-libs: check libraries in instdir
        
        Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [b9120cbb170bac1b82b5e3d4a3ad1369e1526c8b]

        bin unused solver-using perl script
        
        Change-Id: Ia2f122904ed6958109b864c487a8a7758d9b959b

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [4a2ecbfa0ef547f7c8e7625b51a9f8369edfe2c3]

        install-gdb-printers: remove obsolete -L option
        
        (obsoleted by linkoo removal)
        
        Change-Id: I2f1ccc46625b10755795c53850481aaae3b0dc6e

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [b3902b1a1a5097cec393227ba8c57ef936ae4db6]

        postprocess: CustomTarget_signing: find libs in INSTDIR
        
        ... not sure if it wouldn't be better to do this directly when linking,
        but what do i know about this signing stuff anyway...
        
        Change-Id: Iabebf21dd8c0198afb4fd03403fca3ca8a0c9b22

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [663e29ef0ed33646b38d04b9a2a9843e7e1061e3]

        gbuild: gb_Helper_abbreviate_dirs should replace INSTDIR not OUTDIR
        
        Change-Id: I17bb3d4efc676f2904ad9e23433a4c98bc2669ad

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [3b4a9ade6bfb8c3561929be0ad1d840285f412db]

        gbuild; CppunitTest: use INSTDIR in add-auto-load-safe-path
        
        Change-Id: Id9520beb1b50d580b6331c7a554794d88775faab

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [478887c52325fb7f723e03f664eea5fa833bf6b8]

        gbuild: stop creating OUTDIR/bin in ResTarget
        
        Change-Id: Ic708402d7d5c8d5065dc27d88c1dcb271e925770

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [8c592206178f72f852cec3f54fba501f2030b154]

        installer: replace usage of OUTDIR
        
        Change-Id: I82a87bdde9751efbdcfb4da5f89ba10ac17b427b

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [7c8036b9d021833c7268e4a03b29b2a52da535d2]

        smoketest: replace usage of OUTDIR
        
        Change-Id: I6629fb0a5312572c5a32876b19e71312761c98f1

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [2ba6873511df2fa822d0f63ee90b271e4daf1e9b]

        libxmlsec: replace use of OUTDIR (not sure if it's correct)
        
        Change-Id: Ie517bb93b34e132539cbe312dd13f30dcc4a0c9f

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [2757fcea22147e2c20095058333f4cdef8f83081]

        ios: convert usage of OUTDIR
        
        ... not sure if it's always correct but...
        
        Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3

2013-10-31  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [3a57c1f4d6b430110074cd0b3bfd7ba2bb9fea24]

        Fix an integration regression on GPU Calc compiler string test case.
        
        A new DynamicKernelArgument subclass is added to handle mixed
        string and numeric values in the same VectorRef.
        
        Change-Id: I2e394a95644a8fc41efbe15a04feea24140a4c12

2013-10-31  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [5dc0c2701690f39d7f5d44aed745dc82723e710d]

        sw/qa: adapt ooxmlexport to use new tests macros
        
        Change-Id: Iacdcb70e369f3f48e2885480ec5acabdae422f99
        Reviewed-on: https://gerrit.libreoffice.org/6513
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-31  Roi Illouz  <roi.illouz@cloudon.com>  [aae312db554af9c8de711d67d6d83de44d7c0eed]

        Fixe project for Xcode5 iOS7 new solver changes
        
        Change-Id: I13c33cb0806dd16c2255788f5bcf635413644792
        Reviewed-on: https://gerrit.libreoffice.org/6514
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8215dcfe7d59f151d30612542c8a1fb4a5f40b95]

        Build only what is needed: less probability to mess up
        
        Change-Id: I1855e3c23380883df74f29aa8282f1c57e2e45bd
        Reviewed-on: https://gerrit.libreoffice.org/6512
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-10-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [660800d6f33a01ad53fc0f5717e1c33868440d2f]

        BIPU Freehand importer
        
        Change-Id: I5b233343269b4107bbcfef5ea1c9b1fc7b735ed2
        Reviewed-on: https://gerrit.libreoffice.org/6511
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-10-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [67153d76844fe8d8f3aba17f019443c96fbdd829]

        bundle libfreehand
        
        Change-Id: I12de5e96754a8dba94dfdef3deb2aac18af28f22
        Reviewed-on: https://gerrit.libreoffice.org/6510
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-10-31  Miklos Vajna  <vmiklos@collabora.co.uk>  [62f67d64b4c98cdfe20cad824cf11f343d3f8d7f]

        writerfilter: implement TDefTableHandler::getInteropGrabBag
        
        This allows to roundtrip table cell borders in conditional table style
        definitions for DOCX.
        
        Change-Id: Ibc0da9996e98e89864c001294695328c15c1549c

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [8b8ef8d6331d84638bc253cb7d06faf37e0cc1b3]

        Remove the xmloff::token::ResetTokens race condition
        
        ...where multiple parallel calls to xmloff::token::ResetTokens or
        xmloff::token::GetXMLToken can see dangling pOUString pointers.  There is no
        point in releasing this (bounded) amount of memory referenced from global
        aTokenList, anyway.
        
        There is still a race when parallel calls to xmloff::token::GetXMLToken write to
        a pOUString pointer in parallel, but that's more harmless, and maybe calls to
        GetXMLToken are synchronized by Solar Mutex?  Calls to ResetTokens (e.g., via
        URP remote release request -> ~ScXMLExport -> ~SvXMLExport) were definitely
        /not/ synchronized via any mutex.
        
        The xmloff::token::Inc/DecRescheduleCount functions are now pointless and have
        been removed, too.
        
        Change-Id: I85905d4de1f042ed5c9a37589f942910d8ef80fd

2013-10-31  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [5085b66ef12298f488c4d7254c31292ef8fa621b]

        fix incorrect strings for calc functions STDEVP and STDEV.P
        
        Change-Id: I13f7127afbc05a352ffd74a4715e6cc6260a1a07
        Reviewed-on: https://gerrit.libreoffice.org/6506
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-31  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [effeb7b039bbed5e4eb0c4af1f600b61ffbb4546]

        sw/qa: 1 individual unit test per filter (import/export) test
        
        The goal is to have clearer failure message by distinguishing
        failures (only import, import and export, only export).
        
        Change-Id: Ic4fc5f7bfd7c9ddb0705597c3fb994e41d04b5ba
        Reviewed-on: https://gerrit.libreoffice.org/6289
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [26bddf3e80865d847f52e649ab60f97269177a3e]

        desktop: stop packaging soffice.bin.manifest
        
        It was introduced to get newer File Picker dialogs (i#70927)
        but the special manifest file for that was not actually used for years;
        LO 3.5 already includes a generic manifest file that is like any other
        and probably has zero benefit over the manfiest that is embedded in
        the soffice.bin binary anyway.
        
        Change-Id: I0f41f10ecf26201043a8c9964cdfef95bc348eb8

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [cad751d28c356ef302f8eeb0d112a8a0e16dedbc]

        libetonyek: I assume this is what was intended?
        
        ...at least it makes JunitTest_chart2_unoapi not crash any more.
        
        Change-Id: Ibc14f141398e518ab8f06b661a198d50c7732e4a

2013-10-31  Caolán McNamara  <caolanm@redhat.com>  [e8e12b32ae23ee9b1613ef7794b83adbde27e9f8]

        Resolves: fdo#70358 crash when deleting tables
        
        Change-Id: I87282e363425a1bb6d9ab92e07717f66ee56a6c5

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [495cd12da44f3efc9626aa68a5c06653c2049b26]

        languagetool: argh... added the wrong file
        
        Change-Id: I817067f0f56dca6b2b086b73c97eeaea266fb363

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [bf80dfc0615f6179a9dcf0fc1fbca5a72ad7bfba]

        clean up mozilla external
        
        Change-Id: Ic69b8763da2933159b55a243c7aed4a8ce557183

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [36033194e3632f4c35333256592a50c497d089f6]

        scp2: content of directory_extensions.scp is unused
        
        Change-Id: I1e0d25def55e0c9dfd3f303e5d2c4aa82a13432d

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [45460cbd4333f619fefb721462f17fc13e4f887d]

        move bundled binary OXT to new module external/misc_extensions
        
        ... and use ExtensionPackageSet to copy them to INSTDIR.
        
        Change-Id: I3c77e986c308ffbabb5e55b93d3e04e6282bf4c9

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [60211134bc6aadd2c8bbcaf6fcda80971cb5fdd1]

        gbuild: add ExtensionPackageSet class
        
        Change-Id: I947207c78e28b416aebe2e33172043fd8cfa4f17

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [e0b50db09acef404f8dc0be74463bcaa1d488034]

        languagetool: convert to ExtensionPackage
        
        Change-Id: If2c5cf48e09b04a68a2d30b38bf8bc26be3c7bfc

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [704451d95d7b1c32f0e623bde5b4de4236ff9579]

        gbuild: add ExtensionPackage class
        
        Change-Id: I65ca50ccc512e35a5b95c2482f3a8833d1a7294b

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [c7c0da47e15957e8ab8674551fdaebc35998e9f0]

        gbuild: remove unused gb_Helper_make_outdir_clean_target
        
        Change-Id: I03894747e5269e6da60e0eb59551cdec123ef9a7

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [daa2f80bca3fee7cfc1550b3b56d22d3ff211376]

        gbuild: InstallScript: use scripts from WORKDIR
        
        Change-Id: I741edcabf86801f77ff58bc42a81372053c7901b

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [7c4098659238b9a78da4ee734a7b51fc0fab5e92]

        gbuild: Package: check for duplicate definitions
        
        Change-Id: I3c2a6b1128f7d827031e4c5a47a415112ce09c5c

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [fa424af27e8fd00528aea6ae4377184557a3a160]

        readlicense_oo: stop delivering files to OUTDIR
        
        - remove Package_readme, use generated files from WORKDIR via include
          path
        - Package_license and Package_files deliver to INSTDIR
        - split up Package_odk_shared_readme to have extra Package for
          generated files
        - gb_Extension_LICENSEFILE_DEFAULT points to INSTDIR
        
        Change-Id: I019d3431e30d982e887ae0000c755e0d61f98893

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [6cf65f96123772565b76898dc6892f692696e673]

        odk: merge Package_config_notwin into Packge_config
        
        Change-Id: I021ae1bc6d816d359be364c221d70a0e178a8b80

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [2b16f68044aa05e6d50537ba3b26a97571a7161e]

        setup_native: remove Package_ulf
        
        ... instead hard-code macinstall.ulf location in installer.
        
        Change-Id: I4a6b35c093ff3f4a19d84e8803821909a5ae03db

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [2a0a670945f9af760a1e8471427b63099dde9f56]

        setup_native: remove Package_scripts_generated
        
        ... instead add an include path to the installer.
        
        Change-Id: I5650d5d1d84620a04a9a92825733f3927da2053d

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [1860d65a78740eae66515cedefbcd3bf3ca37d5b]

        setup_native: Package_packinfo to INSTDIR
        
        Change-Id: I2d7804541e13f1696318059488acbcd8fea37fc3

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [4066d3190305613ed042cad3978b5d737420cd2c]

        setup_native: Package_misc to INSTDIR
        
        Change-Id: Ieaceb78438712bf4bde05daf3a7fd0a82ad9baed

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [862b9390b4fbfae37d01e06c954dd72eb9a008e1]

        setup_native: find all static files in source/packinfo
        
        ... and move the OSX specific files there too so we don't need several
        include paths.
        
        Change-Id: I9368e12d4cf85da3795939b51540eaf7f5d0a7d3

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [ded43f722664799c8bcd035289f60d37020f3c5d]

        setup_native: deliver Package_scripts to INSTDIR
        
        Change-Id: I34512ab58696405cb439593e91995284ccbf7436

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [ee27b235f620b09845f6909fffad6bb120222464]

        setup_native: use various scripts directly from SRCDIR
        
        Change-Id: I6c53fed0a4eace9b306ce0ab425f16fa0ca7d7b3

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [bdd97ec6ee5ad96fd2452ce99b3ebd28e540629a]

        setup_native: remove obsolete scripts
        
        - update.sh is broken by design (i#116865)
        - javaloader.sh belongs to the obsolete Java GUI installer
        - admin.pl is not used by the build and is possibly useful
        
        Change-Id: I5e4c43b09a1726075e6d5ddd85cae6109788e51e

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [460909c64420c31031bb586b83c6df91cab0508a]

        setup_native: remove unused shellscripts*.txt
        
        Only shellscripts_module.txt actually used; the shellscripts_core01.txt
        is apparently relic of 3-layer office days.
        
        Change-Id: I37faa0bbe195574511c3af85db1beb15e8a2cda3

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [364f8a577179e0b3fc2a458763504c97a36710e6]

        setup_native: these 2 mac files are already hard-coded in installer
        
        Change-Id: Ie7cbd70018a58a43ed25b207b243e1ebc2f2b9d6

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [bfc1108958d77aca6462f5c6b8ba097fd5f5a264]

        setup_native: remove root[345].dat
        
        These dummy files were apparently added for i#73345 to prevent issues
        from dpkg when some core-0[345] package was empty; these packages are
        never empty nowadays.
        
        Change-Id: I58f03677473a594f03a51d0440095bdf4a6ea3fd

2013-10-31  Michael Stahl  <mstahl@redhat.com>  [9c40b2d67cf87018e45a89f71e40ba090769d392]

        sysui: remove Package_desktop
        
        ... put the CustomTarget dir on the search path instead.
        
        Change-Id: I2888e10bfa58d3c5b0f39958328efb14c3ce92a9

2013-10-31  Stephan Bergmann  <sbergman@redhat.com>  [9aa6fbb518c0b690741af1e07bae894e5cd4ebba]

        warning C4702: unreachable code
        
        Change-Id: Id8d87765c1e3c9a1549dc6d4baa65fe47dcd6af4

2013-10-31  Noel Grandin  <noel@peralex.com>  [dc6e04878da4fdd3df5da8d4457d5c92c09731c1]

        fix ambiguous OUString constructor call
        
        after commit e2451bd729d0f1d795a5b689deba65bc4e9d92c6
        "Convert indexOf->startsWith and lastIndexOf->endsWith"
        
        Change-Id: I19c0e33e318cbf4be90d60bcbb83bc5de4336190

2013-10-31  Tor Lillqvist  <tml@collabora.com>  [526e754b2ac52c9e4366cce63e2c9bbf817b2e76]

        WaE: while loop has empty body
        
        Not just a warning, but clearly an accidental editing error.
        
        Change-Id: Ib708b1de774d56d6c4b144c4e10e280f8181b67b

2013-10-31  Noel Grandin  <noel@peralex.com>  [e2451bd729d0f1d795a5b689deba65bc4e9d92c6]

        Convert indexOf->startsWith and lastIndexOf->endsWith
        
        This is both an optimisation and a cleanup.
        
        This converts code like
           aStr.indexOf("XX") == 0
        to
          aStr.startsWith("XX")
        and converts code like
          aStr.lastIndexOf("XXX") == aStr.getLength() - 3
        to
          aStr.endsWith("XXX")
        
        Note that in general
          aStr.lastIndexOf("X") == aStr.getLength() - 1
        converts to
          aStr.isEmpty() || aStr.endsWith("X")
        so I used the surrounding context to determine if aStr could be empty
        when modifying the code.
        
        Change-Id: I22cb8ca7c2a4d0288b001f72adb27fd63af87669

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [460b52838fdad0352188bdd877b69cbb5f17ca63]

        Use ScDocumentImport to insert data table cells.
        
        This ensures that all cells get populated through ScDocumentImport, which
        keeps track of current cell positions in each column.
        
        Change-Id: I2ed10c91778e0b81959c8a436c4b2def5967e70f

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [82b6427174692248f73f1b99f19faf46a13d3e4f]

        Use enum for table op mode.
        
        Change-Id: I51e110fb0a2b72689f529d7094389cc3e20dfbe0

2013-10-30  Matúš Kukan  <matus.kukan@gmail.com>  [ed4f0a52f0110557f86a63d9758a71c6b2e09e06]

        fix indentation
        
        Change-Id: I41c9e96e2202f1dc52ed93c03846d4d37ae6c2cb

2013-10-30  Matúš Kukan  <matus.kukan@gmail.com>  [dfe56dfebe5a8c5ee0c3c576158d43fa9fa5678a]

        remove empty methods
        
        They are empty since 3a20556d0945f9de7c12fc18018257525dfc5065.
        
        Change-Id: Ibd6c1722d3088d92677338b5b8011cddd6dd98cf

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7504b3dd8ca4424fd7da91195741b566ce42a2c0]

        extend the position hint to GetRangeScriptType
        
        brings a bit more performance benefits. Still not as much as I expected.
        
        Change-Id: I1abead8694acdd965520a9353e84824a68672988

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89d7363b0029458cb924169f3b0d207a29916fd0]

        don't update row height for csv import, fdo#69009
        
        Multiline cells are already updated and we can skip the other cells.
        
        Change-Id: I6690beeaad01543c12cb42247baec6fbc18aaa77

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7f3330c98d83282f957513941fd7b5a7b9c00b7]

        use positional hint for UpdateScript, fdo#69006
        
        Change-Id: Ie1bdc905e869d56625440e2a52d48993fa2fda9d

2013-10-30  Thomas Arnhold  <thomas@arnhold.org>  [adefd564d07a6e70cc1d9fad8febe5b434511e83]

        Windows: Drop obsolete stuff
        
        This is pre Windows 2000. Drop it.
        
        Change-Id: I3599a0d2ff7cb967c534eaa0cd4f070817fe3240

2013-10-30  Thomas Arnhold  <thomas@arnhold.org>  [b60d7a27e4b0278c2bd0c3c736597849c7ed1a21]

        fixincludeguards.sh: svx/itextprovider.hxx
        
        Change-Id: I32ebe61a8431e357ffdc057b019fdd3b75dd68a8

2013-10-30  Thomas Arnhold  <thomas@arnhold.org>  [a9fd489834b63e423d4745f0d71cf15396e3e3eb]

        windows: remove WINVER check
        
        This check is no longer necessary as we require at least Windows XP,
        which is 0x0501. It was implemented for ImmGetProperty().
        
        Came in with 011bcd1ea1e8ce10f6b9946d8d44d05a59387b8c
        
        Change-Id: If94d6e99e7f474d931546326bd6c96f2cfa4cfcd

2013-10-30  Thomas Arnhold  <thomas@arnhold.org>  [4da020c5272aaddce3d9d8f1bad4c0cef8029a13]

        Windows XP is 0x0501
        
        See http://msdn.microsoft.com/en-us/library/aa383745.aspx
        
        And as we support only XP as minimum change this.
        
        Change-Id: Iad51b0dd4bb960ed5a270b0b701ec3e0b28ab4e2

2013-10-30  Thomas Arnhold  <thomas@arnhold.org>  [d837c7b773c719202b0ae6c33825bf6d0ea7a6c5]

        Remove legacy EMX check
        
        Last release from 1998 :)
        
        http://en.wikipedia.org/wiki/EMX_(programming_environment)
        
        Change-Id: I01b1dbf0d91c44d8e1da447aa24efc8878b41e1f

2013-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [659ab86604bbdd7442524054f4b01541932ee3f9]

        writerfilter: remove unused WW8LFOLevel
        
        Change-Id: I8d76ca0a051e3ea10e0544636560e840ddc193fd

2013-10-30  David Tardon  <dtardon@redhat.com>  [0aa668e8538535d6ee01185b2746d91cb1d849e4]

        update libodfgen
        
        Change-Id: I9466c07f18b4befaba662386d69426dd6687d2dd
        Reviewed-on: https://gerrit.libreoffice.org/6487
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-30  David Tardon  <dtardon@redhat.com>  [08ca3e40b0ac19975459589c9bee8ea77331a6c0]

        bundle libetonyek
        
        Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b
        Reviewed-on: https://gerrit.libreoffice.org/6486
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-30  David Tardon  <dtardon@redhat.com>  [412975713b4838582f635ac9e61a8a8e720ff09c]

        integrate Apple Keynote import filter
        
        Change-Id: Icc36b761da9262a99af730cfe71f576bcaab3ee1
        Reviewed-on: https://gerrit.libreoffice.org/6488
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c3d648117835df405ff8414c51821d2a0ed1519]

        make postprocess handle commas in OOO_VENDOR correctly
        
        Change-Id: I560d561ba10cdaa113a154ce9bed27de65d6d8eb

2013-10-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [6a660262e9d1d06f4c0c6c99063e5a966e64d6d6]

        fdo#44134 fix omission in support of Excel 2010
        
        functions STDEV.P and STDEV.S
        
        Change-Id: I4374ef6c9399ec933be8c430d3602df1219636c5
        Reviewed-on: https://gerrit.libreoffice.org/6495
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-10-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [cea5b8eb497f7b162ea1743401c9045d286e5d8e]

        fdo#70000 fix omission in support of Excel 2010
        
        functions COVARIANCE.P and COVARIANCE.S
        
        Change-Id: Ic5416626a8e6790e4a65d7017c739106897fa1f1
        Reviewed-on: https://gerrit.libreoffice.org/6494
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-10-30  Tor Lillqvist  <tml@collabora.com>  [5e50987119d4ac6878911ad07e19680cc30384b9]

        Fix build for Android: Don't use SYSBASE that way
        
        Change-Id: Ib4027a28a2e4b19842508a6006c1c56a06d021ed

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6461b9c9d28f1f46b6338c768c51a4eeb366ebab]

        Return false when no OpenCL device is detected.
        
        Change-Id: Ib4e3e432cb69c17cf1830bfd540d4f5335056879

2013-10-30  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [781363934af5c0ff3401161c385c6c93c9352c2c]

        fdo#61002 add Excel 2010 functions VAR.P and VAR.S
        
        Change-Id: I23f286eaaef79d196a65e8079b62cf577539e9f1
        Reviewed-on: https://gerrit.libreoffice.org/6477
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-30  Stephan Bergmann  <sbergman@redhat.com>  [83397d0415f248bb61829b13eb7c6364d7a71508]

        -Werror,-Wmismatched-tags
        
        Change-Id: Iec4f78de9e52144b84baaa739d97681343ae5a27

2013-10-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2b01553fa5982ed50fd37f346a150d1aac8dcd6f]

        fdo#54938: Convert svx to use cppu::supportsService
        
        Change-Id: I3ab178924cb1c4240511f08625f244dac54e3913
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [9ab844c7fa907e2d1119a316c695198ef888a059]

        DOCX filter: roundtrip more table style properties
        
        Handle wordWrap, beforeLines, afterLines, beforeAutospacing,
        afterAutospacing, asciiTheme, hAnsiTheme, b, i, color, sz and vAlign.
        
        With this, the export filter is now in sync with the import one again.
        
        Change-Id: I7184447baf872374eaa69afdfcb149a7e6e45faa

2013-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0f1ddca3f26df3e84d6fbf1cc373ec287396397]

        Factor out DocxTableStyleExport from DocxAttributeOutput
        
        Also add a docxhelper, that contains stuff that was local to
        DocxAttributeOutput till now, but required by DocxTableStyleExport.
        
        Change-Id: I24dcc62d11862078202244c214b317e3bc600567

2013-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [0501d66d7ea4d91a0542b8d16b873461d4e9b13d]

        DOCX export: initial w:tblStylePr handling
        
        Change-Id: Ib368d558913149d7489ed320b459b66d3b1279a0

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a6d89e17995987549db36695f3ea490a18f30ba4]

        Ugh!
        
        Change-Id: I95979ed5a303724e944a48b69d3c1cdbc949e53e

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3fbda041d29ec6436460b75944e8c15f96366da5]

        Have the OpenCL test really use OpenCL.
        
        Disabled testCompilerString() which currently fails.
        
        Change-Id: I4bfc9bef0a2a3e204551085f5eaa5b9d4bebbe3c

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [077ef157eff28b8b50725663a287ccb2a511b071]

        Un-templatize code for speedier compilation.
        
        This changes brings the compile and link time from several minutes to
        a few seconds.
        
        Change-Id: I486b7bfd56913b17ec9ea2e9446372f3e9da38f1

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb590c067fc86f402739e9a959192d501fe6bb26]

        rename software opencl option
        
        Change-Id: Icbadc235164b8d055b71f7207535fac2188a1948

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4954e2a2f6d99e9c1cfb15435c66bdbbf62f1cd3]

        simplify code and fix out of bounds read
        
        Change-Id: I5be3a28d3d1ae43974f844d143a30bfd989cbe5b

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [34012133266714259e5b009851924d176199a60d]

        use sal_Int32 instead of xub_StrLen
        
        Change-Id: Id868448b5c981d744a066c738b344752bcd0faab

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93959db4d8846cfdfb87ab647c4d457fb09bb869]

        use DocumentImport for csv import, related fdo#69006
        
        Change-Id: Ib904510b6e897feb787497a4c8ff4204387cf6a4

2013-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3757128f488bf47c51c2064daea90155601242b2]

        variable can never be NULL in this place
        
        Change-Id: I806a5ce53f1f290d6e37fe4afdd574b52b98fcce

2013-10-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [0865c446c2ac3facd75f03020e934e71403429e1]

        fdo#54938: Convert package, writerfilter and writerperfect
        
        Change-Id: I5220e172bf9722ad86eef3bc557c30779f07201c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-30  Eike Rathke  <erack@redhat.com>  [88d87cefb61b03909b26ea3ad89e2dc7b5538a0f]

        added missing HIDs instead of using copy&paste IDs of other functions
        
        Change-Id: I4d3cb89501f287fa2b278881352a766715ec7c6e

2013-10-30  Eike Rathke  <erack@redhat.com>  [fe0037e045036419b6c6b5fc979328d500dd4d08]

        using dbgutil builds is good for you (TM)
        
        Init of function description resources displayed
        "Class: 272, Id: 412. Classpointer not at the end!"
        that was due to resource SC_OPCODE_WEBSERVICE having an extraneous
        parameter flag in ExtraData that wasn't read because the function has 1
        and not 2 parameters.
        
        Additionally added HID_FUNC_FILTERXML and HID_FUNC_WEBSERVICE where the
        resources used a copy&paste HID_FUNC_BITLSHIFT instead.
        
        Change-Id: Iaf5a860901d5e02581965a4b33cfc50c1a601b1f

2013-10-30  Tor Lillqvist  <tml@collabora.com>  [a5f43ca3786298bc58c43f7b5dfdeba44f511d2d]

        Bin obsolete C30-only (some ancient Sun compiler) code
        
        Change-Id: I8efa4de7c3348867274ee9d40a6e3b8ae0fb86f7

2013-10-30  Ptyl Dragon  <ptyl@cloudon.com>  [95f112d200db6ae61f7510ae95e3f0eaa60a8929]

        added stub for void touch_ui_selection_none in MLOGestureEngine
        
        Change-Id: I45f957863dc26b2ef40bdfed04cb689325f5b170
        Reviewed-on: https://gerrit.libreoffice.org/6492
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-30  Eike Rathke  <erack@redhat.com>  [2d326986605def918ec846458441d4a49550a141]

        real assert() to bail out on invalid index
        
        ... instead of displaying a message and then silently poking memory that
        we don't own. Now that globstr.hrc is renumbered it makes sense to
        prevent future inconsistencies.
        
        Change-Id: I7458fbca4928b33fc7471820aeea7882a0f71e50

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9c6d513fe77120c85858b4f3f3250c6c0a09bbf7]

        Let's use typedef for this.
        
        Change-Id: If2523ee085285dc47d18fce425f784caa664d73e

2013-10-30  Eike Rathke  <erack@redhat.com>  [01c2853b581b59f35206cfbefebb325427eecd35]

        renumbered string ID defines consecutively to close gaps
        
        ... and shrink the resident array a little.
        Also included the awk script that does this.
        
        Change-Id: I47ab6d9d49d229dcffeef1a684f5c6fa836f91d0

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5655b8ede2a5386b9d24d266ae08172a60b04618]

        Lower-case directory names, and rename to just 'opencl'.
        
        Change-Id: I412298c73586c347d88f08bad0357a8142df3f63

2013-10-30  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8a48889071a07b9e79d54c1d8ad83389d1b285a5]

        Re-add missing test file and re-enable previously disabled test.
        
        Changed the name to remove camel casing in file names.
        
        Change-Id: Ie62c35c1f7285efafd3ef9a7473d754c9f8e8147

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [07a31ccc02f3553f1be3e8bb5ff67e6e6f7ce016]

        curl: set the right RPATH too
        
        Change-Id: I409bb44541748ad69b5087243f4ea8142e424fe0

2013-10-30  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [ce85ba3e2e926f72084cef2f18343f5f09f03152]

        Unit tests for Chart Series Name
        
        Added UTS to verify the series names (Labels) for chart series for following-
            * xls, xlsx, ods
            * odt
        
        Change-Id: I4575a2e7ada9d4cf8b3fa708bd313f9d16244f65
        Change-Id: Id291b49bf7547ee7264eb7c0751e416d20ca1e54
        Reviewed-on: https://gerrit.libreoffice.org/6383
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-30  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [9239dc026ae31d38e495c7031b1e55cab4aebe9a]

            Fix for Chart Series Names
        
            For Docx files, the chart series names (labels)
            were rendered incorrectly and hence exported incorrectly.
            In place of the correct label, the series name
            for next series was displayed.
        
        Change-Id: I988571d76d9c706ac2f7693881198bb604ec3fa8
        Change-Id: I52631bc62fce46a43298c284cb11c2e8916fabe3
        Reviewed-on: https://gerrit.libreoffice.org/6350
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-30  Michael Meeks  <michael.meeks@collabora.com>  [72b954df59d64fa47f6380e4322243401afb683f]

        Avoid using gconftool. Atk provides a11y not Java on Unix.
        
        cf. comment in framework header. Should have no impact on real
        run-time Java a11y, which would be enabled later as-needed; only
        on JRE selection. For extreme corner-cases, where your auto-selected
        JRE has no a11y support either select another JRE in the UI or:
        
        $ export JFW_PLUGIN_FORCE_ACCESSIBILITY=1
        
        to override.
        
        Change-Id: I59a6428e5a11664b75c29580cad76eb9500db45a

2013-10-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [1dac69edef6f2b7632dc3be002ba7d3075c70b96]

        writerfilter: also store table style type
        
        Change-Id: Iff8ce5c7c7904a91ed1dc1aea8f7053abeeb1a45

2013-10-30  Stephan Bergmann  <sbergman@redhat.com>  [c51a6ffd3ca90ec5fcad55826fdbc1b2f7ad6109]

        error: unused variable 'kSrc' [loplugin]
        
        Change-Id: Ic0b2fd6d16cabdbf732ecbe038f1cee8da05639a

2013-10-30  Tor Lillqvist  <tml@collabora.com>  [27759f787b48e6a16ff371041349e33d1bfeaba1]

        WaE: unused variable 'kSrc' [loplugin]
        
        Change-Id: I6ad63d30a48bb2fb2d530d18091eee0be6cff057

2013-10-30  Tor Lillqvist  <tml@collabora.com>  [dd5347ef29686cc02928243b571f11444ed4e6b9]

        Build targets instead of a scheme which doesn't exist in a clean tree
        
        If you try to build in a tree fresh from a clone, with no manual build in Xcode done,
        there will be no "schemes", so the xcodebuild will fail. Instead, build the "targets".
        
        Change-Id: Ie2689880e66d1aaa97661970d2060f5935cfcf17

2013-10-30  Stephan Bergmann  <sbergman@redhat.com>  [542a3291005dc1db011c76f437d5e0b945fa726e]

        C++11: new/delete replacement functions cannot be inline
        
        ...as clarified by a new sentence added to paragraph 3 of 17.6.4.6
        [replacement.functions]: "The program’s definitions shall not be specified as
        inline."  Clang trunk towards 3.4 now generates errors for this.
        
        Having these replacement functions in the fbembed dynamic library is extremely
        fishy anyway; at least on Linux those symbols are not exported, and hopefully on
        no other platforms either.  (If it turns out that this change causes the symbols
        to change from non-exported to exported on some other platform, the best fix
        would probably be to remove those replacement functions completely.)
        
        Change-Id: I590d55e44814a6707030c42e1087377e75819666

2013-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [71077148d442b3bbfeefd9a572942946c6a95823]

        fdo#70968: Incorrect rendering of Devanagari short 'i' vowel
        
        It seems that some Indic fonts assign 'mark' glyph class to combining
        spacing marks (spacing not non spacing) so my reliance on the glyph
        class to set the IS_DIACRITIC flags broke those fonts. This is a bandaid
        to get around the issue, plus some long rant! (at this rate, I'll be
        writing "The VCL haters handbook" pretty soon).
        
        Change-Id: I3ff892acf746d50182573f94e7e8c3c6f9464ae0

2013-10-30  Khaled Hosny  <khaledhosny@eglug.org>  [8886336141dcbf21961d0c86a82f6224d7ac7a31]

        Simplify
        
        Change-Id: I30ab912b96fffa181b5cf062ecdf80faec615ec3

2013-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [9f374ac73f8789aa6daa16969ebb25e2803373f8]

        fdo#70674 adapt wizard code to incompatible Date/Time API change
        
        Change-Id: I0338777bf46c10f6082c7eb3886883e92952eb99

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91d88ff8646d5ae86c37b92441b7e857ec5e86ca]

        We don't need this hack. This actually causes the test to crash....
        
        On many Windows build environments.
        
        Change-Id: Id025517363ec915ecdc311ba1c30b537d01808ae

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f518cd28d7ebacf059ca826353c8202c87be957f]

        Restore the old behavior, even when the data comes from a cache.
        
        Change-Id: I722a53ee0e8a8f757c1d02fa5f604e6ccedf3b1a

2013-10-30  Takeshi Abe  <tabe@fixedpoint.jp>  [d502ddff205f381807bda16aee8469bcdf354a18]

        Remove unnecessary #includes
        
        and add them to a couple of appropriate headers
        
        Change-Id: I500765df767319a0a75ea2446f4fec591a34da58

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9e7e21cd532f04a1b1c7c7288bc439848963b748]

        Believe or not, '>>' in this context is also C++11 specific.
        
        For those compilers that don't support C++11, we need to put a space
        in between.
        
        Change-Id: I2b67225047de3cc97f8bcec8d75d360cbbefd988

2013-10-30  Eike Rathke  <erack@redhat.com>  [19bae2d3e36052cd902d6f127128c8aa91b937bb]

        renamed STR_COUNT to SC_GLOBSTR_STR_COUNT to clarify ...
        
        ... that it is not an ID of a string but indeed the count of global
        strings.
        
        Change-Id: Ia4ebc389bad86333bae6a3ce761399b9248f2696

2013-10-30  Eike Rathke  <erack@redhat.com>  [bc131959ad0cd58262859a11af1977e47d62cb32]

        STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERR
        
        Change-Id: I311918aaacc8b0de32af5bd7fd7e5be146d977e2

2013-10-30  Eike Rathke  <erack@redhat.com>  [4eb1aa5b773110f66666d5aecf7d0df27c305c66]

        use something different than the SID_ prefix confused with SlotID
        
        Change-Id: I6e87b1288d05c698e7c71b28ca1c6d503b25a332

2013-10-30  Eike Rathke  <erack@redhat.com>  [8df6531b2652c16004ad0977b81f4a822c3f2689]

        moved StatisticsDialogs string IDs from globstr to RID_STATISTICS_DLGS
        
        They aren't needed in globstr and weren't in RID_GLOBSTR anyway but in
        global STR_START+... range possibly sharing IDs with something else
        after STR_END of sc.hrc ...
        
        Change-Id: I1f9f8e9e1748afdd00ceb3106ec405456415ee21

2013-10-30  Eike Rathke  <erack@redhat.com>  [d41ed4d5c6d052b9b4099dcb72f143ff49a2fcdb]

        use SC_STRLOAD()
        
        Change-Id: Ib59005bf6a7f2f28eb37c5e90782dc448ec20aa4

2013-10-30  Eike Rathke  <erack@redhat.com>  [1e40ce0555afc43ac4a61513a1fde69e2575cbb5]

        added SC_STRLOAD() macro
        
        Change-Id: Ia6bb9361bd1327c6a67d71e7908bd632a3e99ba7

2013-10-30  Eike Rathke  <erack@redhat.com>  [b1febe2901d03a0e46fb7ca18b4398af2f5142da]

        commented purpose of this file to clarify resident nature
        
        currently it's a mess of what was added here
        
        Change-Id: Iaea4a6a44358c93c9dda45030898e2cb453526af

2013-10-30  Eike Rathke  <erack@redhat.com>  [6638ea3eec48b008fd3abdca99f0f8ef7d91f00b]

        proper include guard name
        
        Change-Id: Ib2c8724ba0759860a6374d9152c6a1d93387f5cd

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [43a61b3dd74c059a690b9cf46d294c2908212557]

        Include a message for unhandled-token in OCL group interpreter.
        
        Also added sanity checks for unhandled cases; i.e. mixed string/numeric
        in SingleVectorRefs
        
        Change-Id: I448536f45ec6cf9bc870671646c5ed4ee83ac9f8

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3aadaa58c7a5c28132da3d085ce39378fe69ce8]

        Hopefull this is the last of std::unique_ptr.
        
        Again, this is C++11 specific which we can't use.
        
        Change-Id: I766cdf56cd49ba1611cf0172a52a5c0d950d33a0

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [c2bb1a1fe7b2a258d404a29833d6fb0c1ce1013d]

        opencl-test.cxx: -Werror=unused-macros
        
        Change-Id: I762673fd315e2f37da18a7739acd2b71240418bf

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6877f54d9c4680fcbc9a6d3bf1037738e8b93224]

        DIE auto DIE!!!
        
        Change-Id: Ia4df8ac18a4b213a6c82a8faff0a4c08d53b6d08

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7490d80c05d20e837cc11672ac58fa3cf1f61207]

        Catch exception always as const reference.
        
        Change-Id: I7526a8724b66bbf23c5b38b76dcd6497ec409979

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [64e00faba5faefc50ae25dd410d0313026dea720]

        More C++11 specific features we aren't supposed to be using...
        
        * No 'auto'.
        * No std::unique_ptr.
        
        Change-Id: Iaceab28b9ad0b515bf77db2767018573c8de61de

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [8817dcb8f43051d352c0caed6eebf29c6b0192b8]

        l10ntools: remove Package_ulfconv
        
        Change-Id: I7a8c3fdf34951e00fca8c0a2543f33817fa874fa

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [5503a68395641d8ae927c635eec2960c617ddbc3]

        cli_ure: remove CLI version Packages
        
        Tweak the installer so it reads the included files from SRCDIR.
        
        Change-Id: Ic4d3d2c003c2d0c5aebea6dd32f5989f3d4f04e4

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [3df5304ada4cec75072bc71f24ab82fe9b48d97c]

        sysui: remove Package_icons
        
        - rename main_app.ico to soffice.ico (in case the name is relevant?)
        - installer: hard-code path to sysui/desktop/icons/soffice.ico
        
        Change-Id: Iacd6e28201c3f8e69375e0bfc516542e86131912

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [5de3b85f17d90e535f963313b4a645b28dacba33]

        configure: remove newly unused variable MERGE_MODULES
        
        Change-Id: Idb60c578f6dd3412a81b38aaf66d21674387a2e0

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [228313f32c472da1cb2f7cacf53a25fcd3e12fb3]

        msc-externals: remove Package_msms, use MSM directly from MSVC dir
        
        Change-Id: I2e35810312ed140e393311569de7abd6f4676b63

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [df432e40d82ffd0c5ece36905bc67f3a7a667179]

        msc-externals: add missing Makefile and README
        
        Change-Id: I2aad0fe01bcfb0552ec54537e89d8b7e90f80a62

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [76e1ff7bc8230d09092a9dae3942f949b388c5eb]

        configure: mozab-driver does not build with MSVC debug runtimes
        
        link.exe complains about different settings of _ITERATOR_DEBUG_LEVEL
        and RuntimeLibrary in MCatalog.o and other objects (LNK2038).
        
        Change-Id: I4a63231c93d34edd3c20b6987ee8c9ed3b072ed5

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [ffa7f7b8ac6c6cb292f6b115c0601ac11d7a8f16]

        connectivity: mozabdrv: avoid warning C4005 macro redefinition
        
        Both winnls.h (included via windows.h) and mozilla nsCharTraits.h
        define macro IS_HIGH_SURROGATE/IS_LOW_SURROGATE; it turns out that
        the nsEmbedAPI.h that drags in winodws.h is apparently unused.
        
        Change-Id: If5189c58dc1fe3a508a360a270337f97333e0ce8

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [3dadfa5afb21f0c7a4095726050c8ff386aaa356]

        moz: remove Package moz_lib
        
        Use xpcom libs from UnpackedTarball; the nsldap32 libs appear to be
        unused (presumably postgresql uses some MS LDAP libs).
        
        Change-Id: I56c6b9d38a11a39b8b0e878c892f30926d50284c

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [caf00f04982bf38678b84c159d330179e3205146]

        sysui: stop delivering icons that are unused
        
        Change-Id: Ie85f6dce7d9ff07346e7814f74e01f160bbc3177

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [a4d8d71c974f4660f6ee772f59e6f1474069ed3b]

        sysui: stop delivering icons that are used from SRCDIR already
        
        Change-Id: I0dfbc23c03f9efe7b0020f15eb7f5312da3e6a80

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [c7dd8ccea8b2fc08dd599565409be84941c41705]

        msc-externals: deliver msvc80_dlls to INSTDIR
        
        Change-Id: I9304cd94bc50a3db1abc3a2c4ddfc7388d58505d

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [0f5792b8f4aa90a1ca9f1318e635ed101cc00b8a]

        msc-externals: dbghelp.dll to INSTDIR, and only if ENABLE_CRASHDUMP
        
        Change-Id: I3955a163e5a78b445e276eb01d37fca111877d35

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [542baebc307942d6aa53bd7a11652d689fc69216]

        avoid build breakage on lame pseudo-OS that cannot unlink open file
        
        Delivery of image theme zip can fail when a unit test runs concurrently
        and has the zip file opened on WNT.  Horrible hack to have vcl depend on
        the image themes should prevent that.
        
        Change-Id: I4b65dbb6cae8738d52153eba3397b17e94cdc7c9

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [2cb380bad6e7c8abaf15a7606d8e95ca86d5c8e6]

        solenv: remove gdb Package and CustomTarget
        
        Since it's necessary to call install-gdb-printers anyway (which is what
        the CustomTarget_gdb does), just do it first thing in "build" target
        so that unit tests running during a from-scratch build get the pretty
        printers too.
        
        Change-Id: I357dfb828a2e0eed675aa552d3256f96a312a890

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [4b3dc6665dfb4a88c3068e769418866993c12b37]

        install-gdb-printers: don't use "ure-link"
        
        ... which is a symlink and creating it as a directory when "-c" is
        specified is a bad idea.
        
        Change-Id: Idceef60373699c89eb494b212bec84748606f532

2013-10-30  Michael Stahl  <mstahl@redhat.com>  [97c62ed88419f7288ce1b365474c65038253608e]

        scp2: remove obsolete WITH_VC90_REDIST
        
        Change-Id: I9f7bbce8096f49851dc643b46ebed8308026c8d2

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [050f342234e4e321d73d6c0630696ce71080ee26]

        std::unique_ptr is C++11 specific. Let's use boost::shared_ptr for now.
        
        Change-Id: I549dd62bfb5c14993a3f600a388cd716b3ff7401

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2dda5e671ba21ce490bc690fe970db7e56adae24]

        We don't need these headers.
        
        Change-Id: I8411b605edd27105bdc6cfc04acbd5cd9999e886

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [951ea7ef6c268b9703fb8b265f7e6ae42212ad59]

        std::shared_ptr is C++11 specific. Use boost::shared_ptr instead.
        
        Change-Id: I8e6780ae5b5042a0521687f3a3535e74d7a35d23

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f571c985c0cef19b821ca34582de6abcbf940e0e]

        Properly split opbase.hxx into header and source files.
        
        Change-Id: I6ab5a792b5c31b44b8f302e45ec3511d3e2d6cdc

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b0aec6296d480a4444203032cf05e0ec71259b6d]

        Properly split header and source files.
        
        Without this, formulagroupcl.cxx alone would take minutes to compile.
        
        Change-Id: I7d55ed22fbd7f5c0859d5f1bf2a4e4eafd47ac3b

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [92d7ca2c98ab0ff9a192ff9af29326059adc6624]

        Lower-cased file names.
        
        Change-Id: I88f0733b16cfc88a578c8c4f18e0c36814a7c4c3

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e4ba3cf07f758fa59ab6951eeee18de6990698f8]

        Temporarily disable failing OpenCL tests for now.
        
        Change-Id: I13562c365a2064ee17a45d33688ce9c730fae2af

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f8b95040d87502dc47e7c09d285ef04e1f929b98]

        Correct way to try to enable OpenCL in unit test.
        
        Change-Id: Idc4014cc760207a723c5af88fc348a1881e8b1e1

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9247a100e3aa0c1ebd81254683eef2311a516a17]

        The test documents for these tests are not available.
        
        Change-Id: Ie0cebecd56a41ce21a962d352ed3e000c9959818

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [04eaaad8d0600890e20627126a4cde8dfd555b24]

        Add missing boilerplates.
        
        Change-Id: Iec0e62d650c81e5c8382b8db8946ac5f982fefe5

2013-10-29  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a31b1be66d90aebe7df8c25e0c2652de100bf3c7]

        Fix compiler warnings for unused variables and non-const char* declaration.
        
        Change-Id: I52d9285d5f42d2001be4464a192bf8f4481b56fd

2013-10-29  haochen  <haochen@multicorewareinc.com>  [374ef1d20324383c05c1a713e65c01aecc38eb32]

        Fix compilation problems on AMD OCL of finaancial functions
        
        In AMD(HSA/NHSA) GPU compiler not support expressions like -double/double,
        must generate as -1*(double/double). Changed functions: COUPDAYS,
        COUPDAYBS, YIELD.
        
        Change-Id: I8aeedd62073283375c46e97d60db36a1aad85170
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [86d0f46b0ad2492b8ecf4926b4bd4f1f1753583b]

        Cache compiled kernels in GPU Calc dynamic kernel compiler
        
        Change-Id: I21cd3d22998c814152272b1f7c865c03d17a2cec

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [90336178f2c0b1e69104e41aea497a60c04fed3b]

        Use MD5 in RTL instead of the one from OpenSSL.
        
        Change-Id: I120961da4fd9eb8ddd99e347ed4c266fcb2c7ec6

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [8243c1f3997b8f796b128fca4869c1e5ac5d7bcb]

        Throw exceptions for unhandled functions in GPU group interpreter.
        
        Throw exceptions when seeing unhandled opcode and OpenCL failures,
        instead of assertion failure in the GPU Calc group interpreter to allow
        graceful falling-back to SW interpreter.
        
        Change-Id: Ie19c1a300ae5db9bdbf90eb8a9dbca3f2611b770

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [5106b933ad6fc531374c492430bb07226b73fa80]

        Re-enable testcases
        
        Change-Id: Ic70f436b5238a4d9df27599f0a93ca8223a63e15

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [7ffb6b095872c5081dfa284d6b754e69e395bd13]

        Rebase to calc-group-interpreter-4
        
        Change-Id: I4d98e88c4fcdf8c6e5ecbf31bc181dd186a85c9b

2013-10-29  haochen  <haochen@multicorewareinc.com>  [d0cfbf8871ef6e9a3ebe14ce143b4887389a46f2]

        Fix NAN argumetn in ground_water, stock_history, sum_ex
        
        Change-Id: I10eae800889cd25e819720861a30e6b5edaca88b
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [c45c29a6037dc3d9065666b38309dee352122925]

        Fix bugs for SLN in GPU Calc
        
        Change-Id: I78e42b0d5322abc15549d3e101a221774d3297e6
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [6b15350724ab90601092e726bb4bd05cf37fc365]

        Fix bugs for SLN not cal by GPU
        
        Change-Id: I3365942ae633763f5ef551ecb29a4f341604f991
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [9ed303f6c5be7d488828da5050d55561dd16daf7]

        Implement fix for bug of NAN argument in some finacial functions
        
        Change-Id: I2a755ffd3b4455d3be7fab49ebbc9ecaa469b14b
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [ef9a48f3325753c8d0a321e22684df2bc57e61b7]

        Implement fix for CSC in GPU Calc
        
        Change-Id: I075f9951c07088a9b6346a7ffad6fb7e3284ea8a
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [c204c1a9b14709dd439b2a483c81b043fb2eeaf5]

        Testcases for CSC in GPU Calc
        
        Change-Id: Ie2d85b5566a3f87224707a2e28b14fba0b75ad46
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [775a535f013fdf1d9eb43a1065572213b23455be]

        Fix release of CSC-COTH in GPU Calc
        
        Change-Id: I4be62550127f88c3dce28fd8b27059d10980efa4
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [f4a2b026226527cec53ade06f3abad399cef2b12]

        Implement fix for RSQ in GPU Calc
        
        Change-Id: I15c12ea18541bbad23f17349acd1f7c1bcca69bc
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [7c95710bb04d1f5fcbf291bc9261aa44748c7575]

        Testcases for RSQ in GPU Calc
        
        Change-Id: I5e70883fa61da2afbe7254ecb448fcfd0abb41a3
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [f15ab5095a37bb2bd7f6e1ac4d5bdfb46ab29c6f]

        Implement fix for PEARSON in GPU Calc
        
        Change-Id: I16aeba7c889677119995939a35be6ccad2517725
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [eb3b21416332f056d805d2cce6255a56bfd318f6]

        Testcases for PEARSON in GPU Calc
        
        Change-Id: Ife42fa3dba9e1ced92fd2465558bdc12c3ab5a9b
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [5b83739280bce1751547371803f27d5ea4009c8a]

        Implement fix for NEGBINOMDIST in GPU Calc
        
        Change-Id: I327737e899b88448a195f6d990a9a6552346a74c
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [52cf3dad67e7120220ea5fd5770084119fde2475]

        Testcases for NEGBINOMDIST in GPU Calc
        
        Change-Id: I19d3a98e8356600ead7d6a380159f1331c75b071
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [275cca2030b2a21d87af58a8637dc81234156a5f]

        Fix release for NEGBINOMDIST in GPU Calc
        
        Change-Id: I127657b20b905e3f9fed1bc9222cd62de0adb187
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3c7002e105f30ad0454a4895d4e4ce329a3bb58a]

        Implement fix for COS in GPU Calc
        
        Change-Id: I2f64599a0f26366214ae99294d27606620e11046
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [b8c4a34be08f0d72f6423bb41020e4e568c88a3c]

        Testcases for COS in GPU Calc
        
        Change-Id: Ib28e97de5847e635d8d41d481b1024bd2f14cf59
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [832dcf235040e0f3c73873895d974d6f92f0f831]

        Fix release of COS in GPU Calc
        
        Change-Id: I0279a89a03fd5805415d2a0301e9afeba088672d
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [f957962526a76fcc4a89d7fac75fd7c506eb3da1]

        Implement fix for INTRATE in GPU Calc
        
        Change-Id: I93e6070bb8b3cd70b93d28cb8761fb42d9e9f778
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [4878afb495736678b7700d6e07d6640d32cd6ab5]

        Testcases for INTRATE in GPU Calc
        
        Change-Id: If2fae1c1d2d40f837d393ad45da8535bb24eb453
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [419d00ffe28e3372e77d17d897c4e3492ed59c37]

        Implement fix for DISC in GPU Calc
        
        Change-Id: I31c155321a355e75ea39e50fb264b596fc742d9e
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [14e3096b5e2a269a0b1c49aeca37b2c8c389d741]

        Testcases for DISC in GPU Calc
        
        Change-Id: I54992ac813ea4c689c80e5ba0454d3c619ac51c1
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [4085c1e112fee7dad3d88ee3a2a2d3fbf392f062]

        Implement fix for COUPDAYSNC in GPU Calc
        
        Change-Id: I9c263c028682dc7083efbf5d8c487279b881f247
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [2b338845f4c1b63afe7bda155c02ce6812b693b2]

        Testcases for COUPDAYSNC in GPU Calc
        
        Change-Id: I1f4ebd5f71bc843a6d37ece7f8cc6b9c92a33a02
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [7de8a3f6877690c41a52c21e58d7c31528f5455d]

        Implement the fix for COUPDAYS in GPU Calc
        
        Change-Id: Id96a70fe9092d052a30c8af13d2e1f95a236f7fd
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3b3bb14673ef3b93116ac1c3e6e653371f32b9ce]

        Testcases for COUPDAYS in GPU Calc
        
        Change-Id: Ib60dae909cfb2c98992e7113147dda845a5546a8
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [2fc29f1114e974be290b3ca2eabd76995386d790]

        Implement fix for CORREL in GPU Calc
        
        Change-Id: I2dc3fde8b113a08e3a22482540a9eea1f7b2a297
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [639777b714b0cb0431d0c1720518ce4e7e47bb99]

        Testcases for CORREL in GPU Calc Change-Id: Ib3c0682a070d775a1d8c7dc6d35e39c434800c07
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [58a99abceb35be2580193b331dea23a16b59e61c]

        Fix release control of CORREL in GPU Calc
        
        Change-Id: I2baaffbb7b9d2cafd5fb479e5ee3883a55ca2a9c
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e85c84399e96d2fef58ce522d7d5ed07f63f67b2]

        Implement fix for SYD in GPU Calc
        
        Change-Id: Ief8f98e8c5b41bf2c7a1a211075b3e7a5b3766c0
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [2116807ee2327b5976ff22f84bb2cec5faba7d1f]

        Testcases for SYD in GPU Calc
        
        Change-Id: I5194ff93023666c38af39f6d8199c9ab039c60d7
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [6e115768e0177f4a90d233fe73831f9df4b364d1]

        Fix release control of SYD GPU Calc
        
        Change-Id: Ife48f5129f1557a66955d5446759ecf7ff52be5e
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [484b08320415d7d4fe9e0c1fe5931d4fdc6d4a2d]

        Implement fix for DOLLARFR in GPU Calc
        
        Change-Id: I0e7e5794b6587bdcf5f9c8d8217b5979835ac861
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [174ccb84eab48dc17b38cdcd2a68d196e6705df7]

        Testcases for DOLLARFR in GPU Calc
        
        Change-Id: I2ea13d418bdcd94bbcad47a26f64df3cf9a43e48
        
        Signed-off-by: Wei Wei <weiwei@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [53b1ac51d9f63f74f76fcba9c3a9285f61aae36c]

        Implement some inequality operators
        
        Change-Id: Ibd02166343f753c44b799d25327a3762efc5fb3e

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [82c60d5c352f3607d195d4a71e7c83678527adbc]

        Testcases for numeric inequality operators
        
        Implemented ocGreater and ocLessEqual
        
        Change-Id: I07b704949b36394262037dfe4a8bd73828a08084

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [e2b3e67bda794833294558d0949427cd7dc1e6ce]

        Implement string equality operator
        
        Change-Id: I848e0e657625551e59c74274a27f3d73a89182c0

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [befb9ea79ffadc57c2b3d981630ae59431feadcd]

        Testcases for string equality
        
        Change-Id: I4427f797f077338cfd3ca0d397b8575a1bd25c8e

2013-10-29  haochen  <haochen@multicorewareinc.com>  [0b23eae314e357985c116c6ba178c088b501d56d]

        Implement DOLLARDE in GPU Calc
        
        Change-Id: If62cfdc9f6617f82a86c0321918083d1a09e6fd3
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [2963cd0b7d7cd01792aef3bed80a9343ac69c6fe]

        Testcases for DOLLARDE for GPU Calc
        
        Change-Id: I1061129e9c0f63548089187b9259a02d8762056b
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [189f2bda097be7a50d5c2d97bfd35c5deaae4e94]

        Implement COUPDAYBS in GPU Calc
        
        Change-Id: I3a0944009e6e8a0d7e19c437be1af2f2febcc2c2
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [572280bd7c94d286310b4471c44dea9ddd723026]

        Testcases for COUPDAYBS for GPU Calc
        
        Change-Id: I18f05035603ebf74dac533878efe7c50fbc1a9ad
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [fa4ea8733c4c99b788ce10e6bacb48e9b8307245]

        Implement GEOMEAN in GPU Calc
        
        Change-Id: I059b4e632fd02a865f110692a67e926e581016e0
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [eb4e0aded2ddb3d609d15e9c31811f1d9e3fc2e0]

        Testcase for GeoMean for GPU Calc
        
        Change-Id: I6a98f96a4440cc6822bf561be043954e9f2d6cb4
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [c8082d46ceb2a0eff53ec63bea9c09646d4ffac2]

        Implement HarMean in GPU Calc
        
        Change-Id: Ib8922ee4046b752805022f7fbe2e17b4c789ae7f
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [21c32e7eb8a185abf0799405eb98480bf3a37077]

        Testcases for HARMEAN for GPU Calc
        
        Change-Id: I1bec0361de76bc6a707b6598251bce94bc2847fb
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e409cd02e5956173aabb1374205526c85c8ca3a5]

        Implement GAUSS in GPU Calc
        
        Change-Id: I5a33caf39fc0c21a7050f2180589bb67ba1ed08c
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e2582e2a12901097666a2e2cb2c0b2609a3bca91]

        Testcases for GAUSS
        
        Change-Id: I7316584cd3a058f25aa333d27661deb65eff26cb
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [dc8b548a4777af12681b02b7ead6a9a861c1e05b]

        Implement GAMMALN in GPU Calc
        
        Change-Id: Ib61c5d345de9804308a2552266b61dd66c020b78
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e1afa24b6b0c043d8b74e7ee9bbda5e97c4bee65]

        Testcase for GAMMALN
        
        Change-Id: Ia93f4cebfcef6a5f4b2fa83b4160d564128cb60e
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [8cec717c7127b92663b60d291bdd287e36025f4b]

        Implement ACCRINTM for GPU Calc
        
        Change-Id: Ie10a3f5da9b3a9b781cad7510f49438ea0a260c4
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [f33fa668b88a64753a865972bd4e1e73fbdf6dbe]

        Testcases for ACCRINTM in GPU Calc
        
        Change-Id: Ib82a78301eed854f085ac7b41804160c6b0bd09d
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [56e742e9ffdf6e37be972bf90b8a307496860a7c]

        Implement SLN in GPU Calc
        
        Change-Id: I42bb0f790739e05be78536fba9c7875bd8cad290
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e7de7bda4c243538ba0b6915150906d4f7e1600a]

        Testcases for SLN
        
        Change-Id: I8e946830f6b0098c1eb91c09b91db67ac5fd3fb6
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [afa7614df78d05513e18b094a7d8c8029ca84cc7]

        Append kernel signature in terms of operator names
        
        Change-Id: I27f37a7ef2d6fb52c910f4b202a143e8f5830b69

2013-10-29  haochen  <haochen@multicorewareinc.com>  [5d7cec5deb97360b83de54e55fdfa105c80af015]

        Handle the case where single vector ref passed to MIRR contains nan
        
        Change-Id: I305b1e3fd3f5c6dc2d41c46980943d9be8171ee3
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f06c24d288bfc6c4786ffd1fdfdb04758422722e]

        Add support for nested operators inside SUMPRODUCT
        
        Change-Id: Iee90767356f9d9dee980e9400c374c9716956d4a

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [77639fa86cb2bbf7bd52a03187a7b0f570c817ac]

        Testcases for nested operators inside SUMPRODUCT
        
        Change-Id: Ied20d5f3f1098d663444db337875d9e2728d4cdd

2013-10-29  haochen  <haochen@multicorewareinc.com>  [1ac9a525f0963e4945fb0a7773e833880e94f3e5]

        Handle NANs correctly in MIRR, IRR, RATE, FVSCHEDULE in GPU Calc
        
        Change-Id: I8e1503b3dd70464e584b30048a4f235d0dcb4471
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [cd1d1978ca77ac81df4df0b901622018bb5f0dd9]

        MIRR, IRR, RATE, FVSCHEDULE do not correctly handle inputs with NANs in GPU Calc.
        
        Change-Id: Ibe7c7e07f7df5023605b57093947e2d23dae40fc
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [c1fb441277da1735f05cb8eae5451210ce75478d]

        Implement GAMMA in GPU Calc
        
        Change-Id: I7e32944230a88e148b0d512d53c9e6e08d68ef06
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [400fcfee0973af46b9d3d04546a66fb7bb2fea3f]

        Testcases for GAMMA for GPU Calc
        
        Change-Id: Ice40e03e01967604e5ad9ff37528585946ff17e7
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [951baee0b38c14dd6a0d00585a050f0fcdb3ecd2]

        Implement FISHERINV in GPU Calc
        
        Change-Id: Ica0e40772085530436e9659a692e8111299fad7b
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [831c570e33cba22e478a1fabfc0e4d34e3260011]

        Unit testcases for FISHERINV
        
        Change-Id: Ia1e6f607947fe600e1fe552bd1e329fde5f7913e
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [cc9765be821bf7c6f3d503375e835ec0b3e23bae]

        Implement FISHER in GPU Calc interpreter
        
        Change-Id: I2c56f330107d71b36d79b19cabf5cfc53c22617c
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [cfa655db546bb9672263d5116819fbbbf669ce96]

        Testcases for FISHER
        
        Change-Id: I2a68603df90a97e7c955e3ad5c60ab47a92c5d82
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [1d90f9be4aad7bd0b6f1855a50565f1076b1efb7]

        Move function implementions of GPU dynamic compiler into dedicated lib impl files
        
        Change-Id: I4f5b38087ec2f63f53dc001e24f5e5f807e1e3ed
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d73ba5e264013d37d79e29b10cd6636d077bb6c8]

        Fix some warnings; change function invocation place
        
        If a child node is an DynamicKernelSoPArgument, generate code
        to invoke the child node's function within its immediate parent.
        
        This is a prerequisite for correctly generate nested
        DynamicKernelSoPArgument.
        
        Change-Id: I6b2f236600dd0eb18674aa1edeaf0e5134cfb43a

2013-10-29  haochen  <haochen@multicorewareinc.com>  [6cbb4ec48f1244a4b190333690a693df6cc51ec5]

        Implement PPMT in GPU CALC
        
        Change-Id: I7dd36675f01839f5bde6b5b5479e29803d63dbe0
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [ab615fe2c99a79002ce78456799781305f46b8b9]

        Testcase for PPMT
        
        Change-Id: I28e7d1152ec533dc5200662c288840a70dc9749e
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [59793613af5a493a957f54e4f7a096166203b513]

        Fix bugs in PMT triggered by released control
        
        Change-Id: Ic1e7d47e854067edd85cd16d56b0f3280174a781
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [8201a977ed04062a4e0428c7ff9cde188e504b61]

        Implement RRI in Dynamic Kernel Compiler
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [1d24c5dc5e130dbe050e57b3b8c5172b0adb067c]

        Testcases for RRI in GPU Calc
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [fb66475375112aef7df3201f4270dd8da83269e5]

        Implement RATE
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [a4127de10e2ff1e660e54710db2b90c1bb4d266e]

        Testcases for RATE
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [d728ea918271fb235056857dd8762e887939df21]

        Implement MIRR
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3836da8de207d8d346c8dbdb959f9f25248d93a2]

        Testcases for MIRR
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [1aa2f96f7a0d3969d61ae30e5cc9988ca0198e12]

        Implement IRR
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [9a733142d1eccb88a84744ed407be41bbd849c41]

        Testcase for IRR
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3e0173227f349a2287b8395cb79285c2f6e8bb7b]

        Implement PMT
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [ddae5a6ba3d8e5f772842350a397b9c47a77adc5]

        Testcase for PMT
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [c7c5b78dde5a8aafcccf88ebf26a36ab52ae08a4]

        Implement YIELDMAT
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [674a86b814dfdd6ec1545f92ea7ad883ab7e513e]

        Testcase for YIELDMAT
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [f889b837d26ce4dd1bfd0dc9ab47a9dea45f249c]

        Implement YIELDDISC
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [cbc5452db65d086d4098a34e5a67b951080cd53a]

        Testcases for YIELDDISC
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [91492d6f4558debd30121c79d8a9f141e6d91fca]

        Implement YIELD
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3750e365702df03e4f3331c2f36edff3d9c53225]

        Testcase for YIELD
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [ddfc5997b3fa65ca5338f13d84add2d82b03c691]

        Implement FVSCHEDULE
        
        Change-Id: If99f4b73afac0680bff050c6761e80b5a8939321

2013-10-29  haochen  <haochen@multicorewareinc.com>  [3e096676f8cb9d95a2772517e869527ff941a2e1]

        Testcases for FVSCHEDULE
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        
        Change-Id: I9f4905331180b5ac4fa046a67c93ca3b18c5e89b

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [cf048484d8ce9b28e688a96ed9bfa90ceb7c8535]

        Implement TBILLYIELD
        
        Based on patch from Hao Chen
        
        Change-Id: I99543a82dffe971b82d7482617662d716b188801

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [44efb3498429ee8379a8eafdc80e21f5071fc159]

        Testcases for TBILLYIELD
        
        Change-Id: Ica7d7d04368fec0486930196a7aac2b609aa590e

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [176ab42dd0d35c5083205bc0ec79e14caa613b4f]

        Shrink long lines
        
        Change-Id: I42d9f042866455a0ec82771247a95f7d57c743f7

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [12b266755d4f60d8be12b0b81c826e97aa94a1c7]

        Add TBILLPRICE support
        
        Based on patch from Hao Chen; fixed compilation failure for
        NV GPUs.
        
        Change-Id: I2228fbdc97c95603dd15e54bbe0e5d63b889d653

2013-10-29  haochen  <haochen@multicorewareinc.com>  [4de9fe37df2521b9a8adf28ab829dda2868001c8]

        Testcase for TBILLPRICE
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        
        Melded additional testcase revision from the fix patch
        
        Change-Id: I8f90e128f261cb29ca910467c1ba9f6e2a295904

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [4fad904340b4cfb7202d3811930d1c38a55ef08d]

        Additional fix for compilation errors on NV GPUs
        
        Change-Id: Ic734420d9bebfc96e797475b4b9b97a3e2eea696

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [3331bed22b70f37c1d9d193417276361b171f7e8]

        Support TBILLEQ
        
        Change-Id: I23c538cd6c2244f84e4d4d526adfdba460cc0312

2013-10-29  haochen  <haochen@multicorewareinc.com>  [9c7cb0d33f887b972587e630caf80f6ffe557429]

        Testcase for TBILLEQ
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
        
        With revisions melded:
        
        Change-Id: If7a07c12db9f27dc9268f74ea4657837ab5bda48

2013-10-29  haochen  <haochen@multicorewareinc.com>  [ae37013f9bc8599708f7b40271927b039c5cfb9d]

        Implement RECEIVED
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [7c426dc025ee026cd8459f8beee8a1f0e080d064]

        Testcase for RECEIVED
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [a815f8e815b94e7d41cc0b764559859c2bcdb0f8]

        Implement PRICEMAT
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b235a25ddbd93b6054ecc1d1c46b13c6ddf99a82]

        Testcase for PRICEMAT
        
        Base on revised patch from Hao Chen
        
        Change-Id: I90b23587b832baa88191cbc2fd9c3deec10e1c97

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f3ef5752da87981a0c27335f7f3ea23826b9c091]

        Revise long lines
        
        Change-Id: I152e45deec91158fec2a13599b8fd23b18abb204

2013-10-29  haochen  <haochen@multicorewareinc.com>  [766e34fdf1e1ab3b04a15aa5638c75de05106434]

        Add support for XNPV
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [9964a5e71facd17cf89cd6e31e17bdc166f84668]

        Testcase for XNPV
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [e6740b36d971ea6493a10b57056072076e9bb3ab]

        Implement CUMPRINC
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [92a114a9bb1ecfe7ebf4b8f87a876153a4bb1914]

        Testcase for CUMPRINC
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [4ff1ddaced3cce3f12081cde1094c79dc8236dc0]

        Support 'Nominal' formula in GPU calc
        
        Based on commit from Hao Chen.
        
        Change-Id: I3d277dc5579f2e9dc2bc465280c2b41dbf93f6ec

2013-10-29  haochen  <haochen@multicorewareinc.com>  [dedf06a9e22350927cc321e5086e8f0eb9d91ce1]

        Testcase for Norminal
        
        Change-Id: I1f128fd18a5d5bd84bd58c25cabfc61c50505861
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [0a0e9ee8208442b36590cfc9c9ea447bb5cb1784]

        Eliminate unused code in openclwrapper.cxx
        
        Change-Id: I333c89b7d6058d381a2d256158ec69fffa4d305a

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [44abac8361feb74c430b308a4a8a661d53320f75]

        Implement support for 'cumipmt' formula in GPU calc
        
        Based on commits from Hao Chen
        
        Change-Id: I867384c52f6d2a15ddf7a511bb358244a316ef23

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [7f099820ab3455d9cba9c34c05923c1048623829]

        Testcase for cumipmt

2013-10-29  haochen  <haochen@multicorewareinc.com>  [548eca6165bd4ef8865083197d14e60c2b7ceb44]

        Refactor fixed inline function preamble generation in kernel.
        
        Also include general source code layout reformatting.
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [33c093289393ed95ac74998cea1e0c1090595552]

        Change FormulaTreeNode* to std::shared_ptr to avoid memory leak during AST building
        
        Change-Id: I1fc33c389829de99891cc765d322dac09950c8d2
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [7033c336d7bc8cca6a5e37d3065ecea166b456fe]

        Make GenSlidingWindowFunction a virtual base for codegen
        
        Change-Id: I726f2e2a118775b86b4f4a8a30609243b29435d8

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [e4e0953cbde46cafbdb80444d224a340b8738087]

        Add tolerance to AMLOEXT-18 testcase.
        
        Change-Id: I2f1c33b32e08eca5edaec7b79044e2e334537f3e

2013-10-29  haochen  <haochen@multicorewareinc.com>  [d64ef47300c579656885223daadb1b456f980478]

        Add and support effective formula kernel
        
        Change-Id: Iaa3e4c86d6783470b463440c7ca33ced9571ea77
        
        Signed-off-by: I-Jui Sung <ray@multicorewareinc.com>

2013-10-29  haochen  <haochen@multicorewareinc.com>  [8b902b99e3babb3716d84f8d80277bcd4d890344]

        Add and support Effective formula kernel
        
        Change-Id: I6eadd316186f85a0a4b13cf632f1d5a210b19fcb
        Signed-off-by: I-Jui Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d7a49a9ed8948ca2b45fad9d82f1621208e43b37]

        Removed host reduction code and reversed operand order.
        
        Change-Id: I6279b7620d219dc01f93810db10905f005b6e266

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [a04f61ba62b24d9d70e6a540a3317e60653c1605]

        Simplify control flow, add regression tests
        
        1. Eliminated duplicated logic in AST traversal;
           integrated into DynamicKernelSoPArguments
        2. Also added stock-history and add appropriate test codes
        
        Change-Id: Ia8f269ef4dea18cdad3e5056a4decda2a0014e23

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [2fc32fbd78edcc60c56248eb9351629c6d54cf02]

        Implement average with > 1 subarguments.
        
        Implemented also various operators including ocMax in nested
        function support.
        
        Change-Id: I3e31db1ef73f5a12f9f7c40ff10871c6bbf1e05c

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [130c0df0695c4858cc4615257afb2c06b22997aa]

        Test 4-7 in min_max_avg_recursive_RPN_test.xls
        
        These tests are similar in nature. Consolidated in one bug.
        
        Change-Id: Ib4555bc21941c73949f0c7e8c81ed60c9942a931

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [6feea9141eb41d1903342f0117fee1b48875bfec]

        Address test 3
        
        Also refactored the logic of handling reduction functions and
        code generation for sliding windows.
        
        Change-Id: I4b73480ae535120c3eedae883f34963564665240

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [bdd1962a0a0a22bad6569cbd8f9050c97797886f]

        Test 3 in min_max_avg_recursive_RPN_tests.xls fails
        
        Testing some fancier nested function invocation involving min()
        
        Change-Id: Ia1f6a14ba285d2a5e082dbf4c96f6e5b83cb3654

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [69e3aadf28be81edb87d1f7c3f1b52614fdbcb42]

        Fixed test 2
        
        Implemented correct code generation for nested min with
        more than two arguments. Also abstract sum and min operators out.
        
        Change-Id: Ibcbb6f5265a96de435e6f370e8b8468dd27b5aca

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [e8baa9f6d0c7e5c7398e0408f89b120e2faea4bd]

        Testcase for nested function invocation.
        
        Test 2 in min_max_avg_recursive_RPN_tests.xls fails.
        Created a small testcase in the tab 1 of sum_ex.xls
        and adjusted opencl_test.cxx accordingly.
        
        Change-Id: I2f98a99bc4c60b2d3a7536dff84dad86b55f7845

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [ff4a2bd49b5876c8b27f5d227e961a1af6c5172b]

        Implement support for simple nested function usage
        
        Add nested function support for min().
        
        Change-Id: I41a2d09cd6b42c7af105dd2212bb878f851f86fe

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f798eb5b36c1e4abbb4c7a4a32c36331d082c6b8]

        Need support of nested function invocation
        
        Test 1 in min_max_avg_recursive_RPN_tests.xls fails. Extracted
        to the second tab in sum_ex.xls
        
        Change-Id: If87b2edce9bb383d67b56bfcb5c723c57c98e641

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d03a2738e6ff893ddd287388cc7dc8b86318d214]

        Guard MD5 with macros
        
        Looks like MD5 dependency on OpenSSL are blocking builds on Cygwin.
        Turn that to conditional compilation.
        
        Change-Id: I855507baaa9bbc0e8e1b145cea2f83a4e102d132

2013-10-29  haochen  <haochen@multicorewareinc.com>  [b4dfd3f44a2bb8e16f01c16305c496f55fbf8a21]

        Add operator precedence in generated code
        
        Change-Id: I87b4b9c76517512edcba0249f22099705a382579

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [30975f747bad4a2ffbc2b753115e811de8adcc31]

        No support for operator precedence in code gen
        
        From haochen <haochen@multicorewareinc.com>
        
        Change-Id: I3dd1a1994f2dd502d5fb5f62d3cc622e01b0a393

2013-10-29  haochen  <haochen@multicorewareinc.com>  [03d648a511b1dc85b57372af09cd78a54d259e52]

        FIX-Create-kernel-fail-in-windows-unit-test
        
        Change-Id: I377c669a9be5214ba736d4a6327bee1efa23f89f
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b3cb58e8e97d91a05ef9daa1f49675167a98b145]

        Implement sliding sum with one fixed end
        
        Revised code generation in DynamicKernelSoPArguments. For
        sliding sum with one fixed end, generate a loop for each range.
        
        Change-Id: I11b8cfba55b1472d5c3775dd7830dcbda62ba953

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [16a11913b91d718a742dcbaf5cd4dfed67cbd527]

        Testcase for one-sided sliding sum
        
        Equations like SUM(A1:A$5) are there in row N of stock-history.xls.

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [d2d58b1fb1401227d59bc45c60f95d6cfcee10f7]

        Implement SUM and COUNT
        
        Implemented SUM and COUNT. Also improved the fixed range reduction
        in geneal, so that now empty cells are handled.
        
        Change-Id: I9e58bff9851f99d6edb1fbaef2232d37e6e64d62

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [1d1e3c8fc210fe0d29eed3455bb7f87add65a389]

        Testing SUM and COUNT functions
        
        This testcase tests:
        SUM with two fixed ranges
        COUNT over some empty cells
        
        Change-Id: I7a9222811c51eea13842258dc3e00d83fe1b6fae

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [b0155b3fc99f9d9de9237e7c395ce0ed9ef2fb1c]

        Fix a typo in sum-of-products
        
        The fixed-window version of GenSlidingWindowDeclRef() had a typo.
        
        Change-Id: I468efe7804d9e465757a7ce74062272900dc98cb

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [e4d9cabfb55acb88e7a4f1f9c1c54c6c329f87c0]

        Implement support of sum-of-products
        
        The SoP support is implemented as nested arguments. Refactored
        also the sliding sum/avg to use the SoP interface.

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [908d2e0d99304184082672dd9d55505d1b57257b]

        Testcase for SumOfProduct
        
        Added a testcase in sum_ex.xls on sum of products of two vectors, one fixed,
        and the other sliding.
        
        This represents a case in column J in stock-history.xls.

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [aad8ea52e44b5495777da0e1573f4e3904f60eaa]

        Generate GPU helper function to compute sliding window
        
        Use GPU to compute intermediate results for sliding window computation.
        Note the current version of generated helper function can be pretty naive
        
        Change-Id: Iee5b5c3d89ee21ee73b8684bf280c13ba77a8fc2

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [fd28936491fcd5bf3bcc4ce661d9f02045645617]

        Add support for sliding average
        
        Added a new subclass DynamicKernelSlidingArugment to handle sliding arguments.
        Currently only sliding average is supported, and the sliding average is computed
        on the CPU for now.
        
        Refactored other DynamicKernelArgument subclasses so now the Marshal() takes
        an extra argument nVectorWidth which is needed for kernel arguments that
        require allocating intermediate result arrays.
        
        Change-Id: I1fd95efd4af148ae9b270f1e45d2d2ffe74b005e

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [66258e699373c4531ed734168056a3743d02f01a]

        No support for sliding windowed average
        
        Sliding windowed average is used in one of the benchmarks:
        stock-history.xls. Need implementation.
        
        Change-Id: Ic9a51e57a3a65fe26bc59013ed8e94afe40a9160

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f880f0a2d821c48a981cd2d31c38e9bc28e6d02c]

        Simplify implementation of DynamicKernel*Arguments
        
        Simplified the logic of DynamicKernelArgument classes

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [15f2b07b297d91827497d2c4f77f96af1f71bda0]

        Implemented the missing ocSub operator
        
        Added support of ocSub. Commented that the operand order is actually
        reversed in Childen array of FormulaTreeNode.
        
        Change-Id: I7cf57e4c440d4f7b4e70530dd3129c199ace1f7c

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [c5f6ed56574189e3cdca55ae51a04092321abed6]

        Compiler crashed when given ground-water-daily.xls
        
        Added the test xls in sc/qa/unit/data/xls/ground-water-daily.xls,
        also added back a unit test in opencl-test CUT.
        
        Looks like the implementation of ocSub is missing.
        
        Change-Id: I7599cab9c72d65f5821a9500b5ae25d5b925814f

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [f0c78de959635f38fdd2b8696e8224f677780fd1]

        Implement basic support for invoking built-in functions
        
        This commit added supports of fixed-range reductions (min, max, average).
        These reductions would become another batch of predefined OpenCL kernel launches.
        Right now we use CPU implementation to mimic the effect these library kernels.
        
        The changes are mostly in adding DoubleVectorRefToken support; the actual
        kernel invocation of these reductions would be in the argument marshaling time.
        
        Implmented a new argument class DynamicKernelReducedArgument as a
        subclass of DynamicKernelArgument to handle this.
        
        Change-Id: I199c82710c5e273455d078f9a685571b0320e2ba

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [020b918f801acbe843d8d1ce9e264e06ea74b6ed]

        Testing min, max, average reduction in formula
        
        This testcase examines invoking (not recursively) functions in formula.

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [4c517b7de22f4fabfe8473617739c0a45c25ba59]

        Initial Jitting dynamic kernel compiler.
        
        This change contains: 1) A jit that compiles simple formula to OpenCL
        kernels. 2) Minimal runtime support to run the kernel.
        
        Change-Id: I30ae6a080caa93e9cbeeda3f2d2d981a788074ee

2013-10-29  I-Jui (Ray) Sung  <ray@multicorewareinc.com>  [ea661f9192527bf1b2f6b3f93ce2c384767b55da]

        Initial testcase for dynamic kernel compiler
        
        Test the jitting compiler with a simple vector formula like C1=A1+B1*2
        This stresses:
        1) vector operations add, mul and,
        2) simple constant and vector operands.

2013-10-29  Julien Nabet  <serval2412@yahoo.fr>  [3ad44c41234aaa29af8d900f9dc4dc4e131d1453]

        cppcheck: fix Possible inefficient checking for emptiness
        
        Change-Id: I4d98c7feb71daafeba95a493c71f3f5d520b3058

2013-10-29  Roi Illouz  <roi.illouz@cloudon.com>  [84cfb9b9926e88f75deffc6742a07a4390203bfb]

        New CustomTarget, move Xcode setup to Makefile
        
        Change-Id: Id03bf8002902f1adec57356601b28ab2c743df2a
        Reviewed-on: https://gerrit.libreoffice.org/6476
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [aeb29afa11b7be87153f048044a2d4af9a87b50c]

        writerfilter: remove unused WW8LFOTable in doctok
        
        Change-Id: Ib83b87d5e4cc42fadc56cb830bca377ffc6f42d2

2013-10-29  Eike Rathke  <erack@redhat.com>  [955281e50e2728932edc3b688ce3cf235bdfd0c9]

        Revert "fix fdo#63546 : set appropriate alignment when writing direction is changed."
        
        This reverts commit 16f508686c29bfa244ca6f81b5ab3bbaf5fef2a7.

2013-10-29  Eike Rathke  <erack@redhat.com>  [8276cc057a1caf2e282093fcd90ac7b5a2c1c844]

        Revert "Related: fdo#63546 bundle both changes together as one undo"
        
        This reverts commit c4da31d33bcd00230153929bba3165f5257aabde.
        
        Conflicts:
        	sc/inc/globstr.hrc
        	sc/source/ui/view/formatsh.cxx
        
        Change-Id: If74872b89dff88f1f1fc7fac1a7b6224f3763d26

2013-10-29  Eike Rathke  <erack@redhat.com>  [2f29e544932633a01162ecb80e50872eabdd2bc1]

        Revert "fdo#63546: set appropriate alignment when wrt direction of cells is changed."
        
        This reverts commit 706e3b8e43df94310b2fe8458da67875073a046c.
        
        Related previous commits that commit depends on will also be reverted.
        
        Triggered by fdo#70750 inspecting the code it turned out that the
        changes for fdo#63546 did several things wrong:
        * looping over individual cells of a large selected range results in
          slicing and merging ScAttrArray for each row in each column which is
          utterly slow (the reason for fdo#70750)
        * instead of executing the changes in ScFormatShell calls should had
          been forwarded through ScTabViewShell to be passed down to ScViewFunc,
          ScDocFunc, ScDocument, ...
        * setting hard attributes on all cells (except if already centered or
          block justified) is not wanted
          * value cells for example should stay automatically right justified if
            no justification is given yet
          * overwriting already existing left or right justification may not be
            what the user expects
          * applied styles' justification is overridden this way

2013-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [c2b8170cbdac557bdd63a467be8bf4f124e74702]

        DOCX import: also read tblPr/tcPr inside tblStylePr into InteropGrabBag
        
        Change-Id: I1670e5c51d19aa17188c5707856ab61874fab6c2

2013-10-29  Tor Lillqvist  <tml@collabora.com>  [dd7f23bf0d37a33c04c4f752492b012567cdaa90]

        WaE: unused variable 'sTmp' [loplugin]
        
        Change-Id: I6a1ae44e4959a8aa37f4d5efd88993d74b2ed64a

2013-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [97e9eda0cec15e4d8e8d86010b98f303cbf4fd02]

        DOCX import: read tblStylePr into InteropGrabBag
        
        Change-Id: I0217b76c8e2447c9053611f7d187251bf76c58e4

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [0881ae68b0d7f977003e0798e52548caa2556f44]

        Resolves: rhbz#1021915 force menubar menus to be up/down only
        
        If a menu won't fit in the desired location the default mode is to place it
        somewhere it will fit.  e.g. above, left, right. For some cases, e.g. menubars,
        it's desirable to limit the options to above/below and force the menu to scroll
        if it won't fit
        
        Change-Id: I1998a842d25752389ec9032e54673408d1ed6cb5

2013-10-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [fdf00229816f5d0f59f90b0266115d293060e2cc]

        fdo#70998 Term Change: Picture/Graphic -> Image
        
        Change-Id: Id60b11b94b1ca9063a57e4e6c4fcc5031a17e7ce
        Reviewed-on: https://gerrit.libreoffice.org/6474
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [24e5614da671f6809e8c9c2ced550e89ba0bca0a]

        fdo#40077 Characters cropped in GTK-based ComboBox
        
        Change-Id: I589ddfee1f69f5e8ba74dcc6abf9afb97cdf367d
        Reviewed-on: https://gerrit.libreoffice.org/6444
        Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Krisztian Pinter  <pin.terminator@gmail.com>  [298305d2c0f7ad4166345814633060b26dec3976]

        startcenter: Tweak StartCenter buttons and hotkeys
        
        Change-Id: Ica8bf110c3a76c47417a77488657e08ee2456ac7
        Reviewed-on: https://gerrit.libreoffice.org/6312
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [eb42610c43b1011cde0af8b03d20ec70e4e789b5]

        sw: clone InputField dialog on input-field removal
        
        Setup a listener on RES_FIELD_DELETED event, and cancel dialog if
        a field is deleted. Add Cancellable capability to Input dialog too.
        
        Fixes a crasher that occurs when fields are removed (e.g: by an
        extension) while the InputField dialog is running.
        
        Change-Id: I9e132a109cba3127b934a3baecbf445a2bde1377
        Reviewed-on: https://gerrit.libreoffice.org/6261
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [38b8e742872b2cbdba93f4d1b84c8f09b5ab38ff]

        Related: fdo#67461 consider hierarchical view
        
        check for pTreeBox in the show/hide cases.
        
        assume pTreeBox means single-select hierarchical mode
        (select a few things in list mode, then switch to
        hierarchical view, it doesn't make sense then to
        care what is selected in the hidden list view)
        
        Change-Id: I8ee08e578e66e14d8dea6cd7a66c1dbbbedcd6d1

2013-10-29  Joren De Cuyper  <joren.libreoffice@telenet.be>  [6bd50778ae8427dce7bd87f404cbaa9b6634ef1f]

        fdo#67461 add multiple selection support to hide/show multiple styles
        
        With commit 439ac45925039aa7a537feedab3e731e8a60a8e5 I only add support
        to delete multiple styles.
        Hereby I add the possibility to hide and show multiple styles too.
        
        Change-Id: I46a8400c281c87b2881367f89ee92db2ba77bfb2
        Reviewed-on: https://gerrit.libreoffice.org/5935
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [637033d67c11582abaef43b1d16d3ba4e5653a0d]

        fdo#33848 Show zoom Slider when the focus is on the Slides Sidebar
        
        Inspired by this patch from Ariel Constenla-Haile:https://issues.apache.org/ooo/attachment.cgi?id=80653&action=diff
        
        Change-Id: I8e482d9829eeb81a1f7cc89a4de781ae768f3333
        Reviewed-on: https://gerrit.libreoffice.org/6141
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  László Németh  <nemeth@numbertext.org>  [76343810f6d11fc9b380f0d91503ff6c83475ca2]

        Updated core Project: help  095662e815939e3819e055fc48e5853355671788

2013-10-29  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [30dccf743434e2cc348d255432a8f07ca87f13ac]

        new shapes icons for Sifr theme
        
        Change-Id: I3da13523dc097f5e636d5bee278ae13aa55c80bf

2013-10-29  Arnaud Versini  <arnaud.versini@libreoffice.org>  [118116a67fb80863ebf3981a164d725b19c61e2e]

        UCB: RepoContent::RepoContent use OUString::startsWith instead copy.
        
        Change-Id: Ib504585572ae9bada60076828ade8197331d5fda
        Reviewed-on: https://gerrit.libreoffice.org/6463
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [9d6bc2c63360632edf871e5cbf74e96d8d2c2d76]

        Updated core Project: dictionaries  c6f4f79b596756f5d45c5264a49232e491b9cd78
        
        Update pt_BR dictionariy
        
        Vero's new version is 3.2
        
        Change-Id: I42961d828f0068591d83fd2c949a51128504d0a3
        Reviewed-on: https://gerrit.libreoffice.org/6440
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-10-29  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [f87f5c829e612d333ddff892752693b2835cec19]

        fdo#70049 Expert Config page cannot save boolean
        
        This patch fixes unsaveable booleans. Also fix the problem occurs when there is
        multiple changes on page. Page was commiting only last added one, now
        commits all.
        
        Change-Id: Id1a15634e95d5ca9d54e7a90fa1bbbaf874e3f08
        Reviewed-on: https://gerrit.libreoffice.org/6457
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [511bbec1c5b6111f17ef5357ca7a6041555e571b]

        doxygen warnings: "explicit link request to ´foo´ could not be resolved
        
        as #foo doesn't work to link to parameters described in the block, use
        "\p foo" instead to format it.
        
        Change-Id: Ic9bd59936f872c8f87aba50e87ba788265149832
        Reviewed-on: https://gerrit.libreoffice.org/6459
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [203d3e63762bb269f9a111279d9e800f20adaf33]

        Related: fdo#70483 add regression test
        
        Change-Id: I390cb550e050dc49ab6adee4f7ec57ef6744e57f

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [789507906d51f347b1785a3dc908dda6573b22e2]

        micro optimize this a bit
        
        Change-Id: Ie7c36f95b9e594d6cda4c4371d51e79e6d387fd1

2013-10-29  Tor Lillqvist  <tml@collabora.com>  [ec70e1cb8c162cd1d8adcd459aefbae44cdcd2f8]

        Typo
        
        Change-Id: I564659c8b05f08d497b778144a04464ba8f9ddd6

2013-10-29  Tor Lillqvist  <tml@collabora.com>  [b67b93bf5b81b8717f80f03ef8dba8b06d7abb54]

        Add a SAL_WARN_IF to get more verbose information when CheckYieldMutex() fails
        
        Change-Id: Ia9b9e43a25c1d86e3f8c6d9a29d54dd94625bb0d

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [8f0ecf253531963144d3d1c9ee5c12a6cda99c4e]

        lets be super sure in the face of falling between surrogates
        
        Change-Id: I6d8259df3d4f2e73f9236b7c0547f87c89801082

2013-10-29  Matúš Kukan  <matus.kukan@gmail.com>  [cacfaa8bff333c8eb8080a52eb7db80b2f65ed43]

        fix another misplaced )
        
        Change-Id: I53dfad4419390d751088564c162899fdbfa601e4

2013-10-29  Arnaud Versini  <arnaud.versini@libreoffice.org>  [a9269e410a61d196396fb9c10bb577853adbc9c6]

        VCL: I18NStatus::setStatusText shouldn't depend on aStr[len] == 0
        
        Change-Id: Ifa0770eb24df4ae4c7c058b980545a9094bbdf50
        Reviewed-on: https://gerrit.libreoffice.org/6461
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-29  Caolán McNamara  <caolanm@redhat.com>  [47690627565bec866ea2de74b5504160479cff74]

        Resolves: fdo#69510 don't access beyond end of string
        
        Change-Id: Ib5d60159ad75791371a7805ef8e211a4010d7608

2013-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [ef439702fa80ed8730d885aeded60dbf0bc5d264]

        DOCX export: handle table style's pPr / rPr from InteropGrabBag
        
        Change-Id: I6dfb29db030212e55a207f39e79a1cf01d482e85

2013-10-29  Matúš Kukan  <matus.kukan@gmail.com>  [a14d3e0a344ad43825574e8ba7b3b0ba04e8bf80]

        fix misplaced ) parenthesis
        
        Change-Id: I6b7869115b159a468553e0aa43e0cb4b63b4c9b3

2013-10-29  Miklos Vajna  <vmiklos@collabora.co.uk>  [b103366b92845bde1aff9140c3f6ac2af5597893]

        DOCX import: store table style's rPr in InteropGrabBag
        
        Change-Id: Iadc1831b60c4bd506e34eac42ea693f399973942

2013-10-29  Matúš Kukan  <matus.kukan@gmail.com>  [fe6f195f04b801d4dd47068de1493167a3cb0dcc]

        ScLinkedAreaDlg: unused private member
        
        Change-Id: I01a64a47e2c0587bb35c609e6658b8fe01301320

2013-10-29  Julien Nabet  <serval2412@yahoo.fr>  [c5fd63966e689b55b271d2d76860ed471eacdc74]

        cppcheck: duplicate break or break which follows a return
        
        Change-Id: I0985d28289e31969cb9b048b221abfae1572025d

2013-10-29  Julien Nabet  <serval2412@yahoo.fr>  [a3f0eab294df3a48d497c2b985ec9655f2da2357]

        cppcheck: Array index is used before limits check
        
        Change-Id: I51f7408a81a10e2c586cb05b863f20b13bb7b263

2013-10-29  Julien Nabet  <serval2412@yahoo.fr>  [78f2f28e94be978786452224befb27f6f965b50b]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: If9283c4c80ad955cc36ec93ee730927024ff37fa

2013-10-29  Eike Rathke  <erack@redhat.com>  [5dc2e3a10a5711253085f38fbba4c75535448302]

        assume 'ha-*' was indeed used as 'ha-Latn-*'
        
        Change-Id: I5675bf4ee3d255725c1fda2bdd223d7c9d821ab3

2013-10-29  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [8a82cacc668268be2fd5471fe4357d52c4372241]

        sal_Bool to bool in ScHeaderControl
        
        Change-Id: I8f5b9207f5634e3ff2c55d7cf9372c8caad0ed23
        Reviewed-on: https://gerrit.libreoffice.org/6471
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-29  Takeshi Abe  <tabe@fixedpoint.jp>  [943a03a4ee593699ae3ca3dc405c4e271ad949e9]

        Drop unnecessary #include
        
        Change-Id: I20448aebfae86c097413660e9ec836a786507a85

2013-10-29  Michael Stahl  <mstahl@redhat.com>  [18c702a8e14ae5a5335b78647d3bccbe6067858d]

        gbuild: move unittest mock profile to WORKDIR
        
        Change-Id: Idd6420a855fec8b44fce6c0694b491d5f1eec95e

2013-10-29  Michael Stahl  <mstahl@redhat.com>  [a50682cd93589ad3242beae2ba14a655ab4c867f]

        gbuild: remove gb_CppunitTestFakeExecutable_get_target
        
        ... use the real Executable instead
        
        Change-Id: I46b8374e921b9165a6bb71fba6f6f3459dd18c67

2013-10-29  Michael Stahl  <mstahl@redhat.com>  [bc15aa35db29fba9a5e2a5434777573423cab429]

        gbuild: remove gb_ResTarget_get_unittest_target
        
        Change-Id: I94994645d737b2ee36939ab91d28aa6953e9b475

2013-10-29  Michael Stahl  <mstahl@redhat.com>  [febbf192651a0ded0d6c24e6a752ff1cb2718213]

        langtag, test: remove Packages that deliver to OUTDIR/unittest/install
        
        Change-Id: I13145c52bdf4a37e4a92ed653a2f131e09539285

2013-10-29  Michael Stahl  <mstahl@redhat.com>  [32a4efb8c5c002e96cbf4b2a1cc4e7d9817dde31]

        gbuild: stop using stuff in OUTDIR/unittest/install
        
        Change-Id: Icdfe1282d5e636a034ee7d1b16b9a113a9b70492

2013-10-29  Eike Rathke  <erack@redhat.com>  [2830bf9af9a640e1c484b959ee2dcbe1aeabb0f6]

        iterateCodePoints() on empty string is no good anymore
        
        Change-Id: Id2ddbbff90f3cd32c03c7623af6d458717c7e8a8

2013-10-28  Eike Rathke  <erack@redhat.com>  [20e0afa76087e20f95247406d265a122263a8c6f]

        resolved fdo#56209 reviving FilterFormulaParser
        
        First it was moved from oox to sc without carrying over the component
        factory bits, then subsequent commits removed the remaining bits in
        steps as it appeared to be unused:
        
        8ada1cd2846e5e60ad63250c68ddea3a9356546f
        887d7945addeb823e0d3f783609c4e79d92ad4a7
        effda59a12cedd3cf200d2e9f5186a623b0855bb
        f2fd2a66ee827024b31a310d67804cb7cb18d2da
        
        Change-Id: I445b11c95daff6f30b3654936d0f22a113158f97

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60a32377be9f1d4ff2cca6861132b8a45c6090e6]

        try to fix windows build

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17d8e1f9eacb10654f2feb31df2fe0638af2b370]

        add test for fdo#70275
        
        Change-Id: Ibdbb4880878f6bb40344e1c274c586cd587cf924

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [487db9ce89d53391cf45578cc42f6e7f3e67536c]

        add ODS export test for formattings
        
        Change-Id: I62ede554994c4448c6dff8f1a9e2ecb3075fdb46

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6993eb83bdd4e934a6470dc189de4f7d43b98a80]

        add test for LEFT and MID where string is shorter than requested
        
        Change-Id: I0946e92af47aec6277938f6f91beb7a405005496

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad36b0b9553f3903bddff0355dd878459bea8fae]

        kill a few xub_StrLen in ScInterpreter
        
        Change-Id: I08fbd6de92b152b94cf5cf40f0cf0c6566c617ff

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10e8f11eb7936a5bc0c5d319112e40f2a2d887a0]

        fix another assertion related to string length in calc functions
        
        Change-Id: I6ef2091c9c5aea500b3af1b78acc954cd892acad

2013-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ded55489b2d6a66fc2a494c492cbc4e140b19bde]

        fix assert with invalid sting length
        
        Change-Id: Ie6730283b0dcecc0746cc15d093ff58ba187cff1

2013-10-28  Noel Power  <noel.power@suse.com>  [fadbb2e75c2eeeb932db1f6baf1e32360f675abc]

        fix another instance where the index is broken for pagebreaks
        
        Conflicts:
        
        	sc/source/ui/vba/vbapagebreaks.cxx
        
        Change-Id: I5c3215373c0a63c2831d7be5005f1b04a0645e99

2013-10-28  Noel Power  <noel.power@suse.com>  [057beb5d95fc8704f5b98377d909856aa3b32bf6]

        follow fix for bnc#813528
        
        Conflicts:
        
        	sc/source/ui/vba/vbapagesetup.cxx
        
        Change-Id: Id6c9cd01bc68e13b87c845d9272c7b85756987c5

2013-10-28  Noel Power  <noel.power@suse.com>  [c8468d6b0a11782bdd16e9ad575009903581ded6]

        write display attr of hyperlink only if value is different from stringtable
        
        Conflicts:
        
        	sc/source/filter/inc/xecontent.hxx
        
        Conflicts:
        	sc/source/filter/excel/xecontent.cxx
        	sc/source/filter/inc/xecontent.hxx
        
        Change-Id: Iff6f16d6cdb539ad80ef01e91db51613e95053d1

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [bf0e30f9cdee963d3cf889305c85b53c21b8c974]

        jvmfwk: remove Package_*solver
        
        Change-Id: I5784f3c060680c366053334db8a879250bfdbbbe

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [124f5e71d3d573c0459b41ce0b93cd22f6ed4c2c]

        gbuild: remove internal calls to gb_Package_set_outdir with INSTROOT
        
        Change-Id: If8aded13ed91a871b119192401d2c2edbbd50f94

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [8df17a34095dce7db16d9d2e505043f806704f66]

        gbuild: set Package default target to INSTDIR
        
        Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [176782e3030d17a05dc7addf4f23bb465995a1db]

        jvmfwk: rewrite odd conditional
        
        Change-Id: I69f8e44b0845ac2d6db5a32298de1b561be61f2c

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [5864529a7c84a99d351bb693a68946582f1568ef]

        extras: don't hardcode share
        
        Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [097aafa874165eda3d9a51757eb3bc3b67c2685b]

        gbuild: remove dummy rule for OUTDIR/inc
        
        Nobody has such paths in .d files any more.
        
        Change-Id: I0089f5ad1e69ed7a2ae7a4c33461bbeb5a47fcfd

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [e2ce159ce821fb13c12c7bb9df55056ccee7faab]

        svx: Package_gengal to INSTDIR
        
        Change-Id: Iae49265aa16bf6b3e13bf2b645f1cef6b9ce186b

2013-10-28  Khaled Hosny  <khaledhosny@eglug.org>  [e629b148afaa161acbad76a90851bb2f481817c8]

        Fix indentation
        
        Change-Id: I2bef2334392dba63f86b24917a50bf1eb0df98dc

2013-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [af70016923b42940715c618caf01c78e892aa797]

        DOCX import: store table style's pPr in InteropGrabBag
        
        Change-Id: I0cecdc23053c0c03866ad808038d99a3bea3256e

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [b2ad9eecf1cda725b1d7fcabd1ebd06895843d20]

        Do not access nextCellIndex (nor Text) past the end
        
        At least for Winfried CppunitTest_sd_import_tests aborts with triggering the
        assert in OUString::operator[] at (presumably past-the-end) index 18 from
        
        com::sun::star::i18n::BreakIterator_th::makeIndex (this=0x2b775adf9440,
          Text=..., nStartPos=18) at
          i18npool/source/breakiterator/breakiterator_th.cxx:122
        com::sun::star::i18n::BreakIterator_CTL::previousCharacters
          (this=0x2b775adf9440, Text=..., nStartPos=18,
          rLocale=..., nCharacterIteratorMode=1, nCount=1, nDone=@0x7fff9a84a8fc: 0) at
          i18npool/source/breakiterator/breakiterator_ctl.cxx:62
        com::sun::star::i18n::BreakIteratorImpl::previousCharacters
          (this=0x2b775ae00a98, Text=..., nStartPos=18, rLocale=...,
          nCharacterIteratorMode=1, nCount=1, nDone=@0x7fff9a84a8fc: 0) at
          i18npool/source/breakiterator/breakiteratorImpl.cxx:65
        ServerFontLayout::setNeedFallback (this=0xfba5d0, rArgs=..., nCharPos=17,
          bRightToLeft=false) at vcl/generic/glyphs/gcach_layout.cxx:114
        HbLayoutEngine::layout (this=0xfba670, rLayout=..., rArgs=...) at
          vcl/generic/glyphs/gcach_layout.cxx:437
        ...
        
        and from the preceding if block in BreakIterator_th::makeIndex it indeed looks
        like the invariant is that nextCellIndex need not be larger than cellIndexSize
        which needs not be larger than Text (ake cachedText) getLength().
        
        Change-Id: Ib92a76020b2bb3902c5e58aa2e6c4e679e51b94a

2013-10-28  Eike Rathke  <erack@redhat.com>  [634837d9226375292242ee093099563f2a546e9a]

        ha-GH is now ha-Latn-GH
        
        Change-Id: I9d7d2a0c4a6029e983689884d3daec3e9cab291b

2013-10-28  Caolán McNamara  <caolanm@redhat.com>  [9d5b07b9085f97edfff5d4ac474e9711036bb0c4]

        Related: fdo#69641 add a regression test
        
        Change-Id: Icf3324a224d02425acd679a286f3c4a0b7e3ed1c

2013-10-28  Caolán McNamara  <caolanm@redhat.com>  [507e627d83dbfb6a35677450a3fc42d10c79a82e]

        Related: fdo#69641 double iterateCodePoints doesn't make sense to me
        
        This came in with 04212c3015cd4ab118a0aec2bb04bc153a64af41 but
        the bug number of #i86439# appears to be the wrong id. It doesn't
        make sense to me. Rework cclass_Unicode::getStringType to iterate
        safely over the codepoints of the requested range. Perhaps that
        was the reason for the original commit.
        
        Change-Id: Ice4287eb6f9fc6a9705845c0cf995263815de2e7

2013-10-28  Caolán McNamara  <caolanm@redhat.com>  [08b7af126e546bdbd175023429f544baa9861dba]

        Related: fdo#69641 check index against length before iterateCodePoints
        
        Change-Id: I71346b12fcfe3e02015038c3c78db574ada873d6

2013-10-28  Caolán McNamara  <caolanm@redhat.com>  [47c6eef77378d96d0921c76ec14c338169f14dbe]

        Related: fdo#69641 convert OSL_ASSERT into assert
        
        Change-Id: I63c32289c7ac6a428c8c50e49650fbac98c8c5e3

2013-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [95e2a96f02512943eaa796facd238667de4bd964]

        DOCX filter: roundtrip semiHidden and unhideWhenUsed for table styles
        
        Change-Id: Ie7073a6346553650741a1631096342318d650890

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [f924cf3c2203be22631e6a3c631f712558fd8161]

        Related fdo#70919 Missing instdir redirect ini-file
        
        ...makes javaldx re-scan on every start.
        
        Change-Id: Icffc58bbcbc453e6257e57669c73bfbeb31fc07b

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [658e88c59d2e5303e6388037dcd99a8f218a6960]

        Improve debug output (and some clean up)
        
        Change-Id: Ibce90b4eeab679d526f0e0b1e9a8ab3b14255622

2013-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a25c18677cea656ac52b5c08508ac70b107588bc]

        Cache column data arrays to avoid duplicating data arrays.
        
        Each array's start position is always row 0, to keep the array element
        indices in sync with row positions.
        
        Change-Id: I4781fd8c24111bd991216293ad362eef283767bd

2013-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7c8625b0dc7fd961404125441e33c33b1123fe4f]

        Remove duplicated code blocks.
        
        Change-Id: If9d8f96af0a216609288ef11d83a622bb490fd98

2013-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [babe7c899c08f58bdd1050320dd6e400e3f20ac9]

        Some cleanup to remove duplicated code.
        
        Change-Id: I522d3259636f6ebb29c3f4da2155c9322a382903

2013-10-28  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7171b26873988058d64a4bbf37c6ea211ea0d3ce]

        Add cache of column data arrays to the group formula context.
        
        Change-Id: I225491a1c6dd0b5aa2663331b30d177a7e62329b

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [bb13b922b66d14f40a0be16bc380e462a1ea6432]

        fpicker: warning C4018: '<': signed/unsigned mismatch
        
        Change-Id: I51652d573f59e6ca3b00385790bf14d478f03074

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [9d1fd7936d02510e7a7a4c887f48ace4b5bb251f]

        idl: remove invalid <member> tag
        
        Change-Id: I20f5d95d5b728029aaa60b635e35f07c8422707d

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [a346904323fd3f38bffa2cc07d7f581caab1b434]

        shell: just define _WIN32_IE and drop the undef
        
        Because the compiler warns either way.
        
        cl : Command line warning D9025 : overriding ´/D_WIN32_IE=0x0500´ with
        ´/U_WIN32_IE´
        
        After this change the message what's overwritten gets more
        clear to the reader.
        
        Change-Id: I773e7499537aff879f857b9b50ec8afc4005130b

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [e22242fddb73f5eadb11f340c314bbc4a6cfe361]

        fixincludeguards.sh: vcl
        
        Change-Id: I3858c2152267474afab8e5a72b9f5da0ac623012

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [4adf622925e2900ac111e5e60b15e82ba1bf54e0]

        fixincludeguards.sh: basic
        
        Change-Id: Id797a8969e42876092da347d8e1bba6195b697dc

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [9c57cb0a6cc9662929f4d3a0d45421c456d30569]

        fixincludeguards.sh: editeng
        
        Change-Id: I022e690c1f50f7f5ae872889e21aaedb5c60085d

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [d15f68087ba98a2051ef205dc31ea22b28f27f8b]

        fixincludeguards.sh: svl
        
        Change-Id: I70ef44216fb7ddb4e12b9d90406b45cc594279f0

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [df2fe970724def37ac1966dbd4dc8925192b11f1]

        fixincludeguards.sh: cui
        
        Change-Id: I0a9f69b8c2129329f742f18e7749484b6f3e5bf7

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [c461674dd44463719fbd44a3245389ce32fbb621]

        fixincludeguards.sh: sfx2
        
        Change-Id: I135d03fa8926e0fdba977005e97452045861b2a4

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [a4fc939e82b100490d69a61440e2d18a8652e813]

        fixincludeguards.sh: svx
        
        Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [88e78c12cf6388d35194fdc286eaa513ae245240]

        fixincludeguards.sh: unotools
        
        Change-Id: Idf4bee8c51e3082d2b815d9cf5c3d7374e598622

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [35836f350861b33a0c28307a413eff76d0433d1e]

        fixincludeguards.sh: desktop
        
        Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [bb142943a3fa2e60ee7b66b1ef37419f5939b5f3]

        fixincludeguards.sh: canvas
        
        Change-Id: I5b17411c58e5c5ae7b473d263fa5e4ee97ff35c8

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [510fc7c4b8ddcae50b32f54cfc394fa78728f27b]

        remove some stray using rtl::OUString
        
        Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [1beabca95b9bc1074cb1f70c484275021cf64c16]

        remove local css namespace definitions
        
        As we have it globally in sal/types.h those are not necessary.
        
        Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82

2013-10-28  Armin Le Grand  <alg@apache.org>  [c07016b79e95f157f6342a1cb9dca51bb77e1f6c]

        Resolves: #i123465# no longer correct svg:d imports
        
        (cherry picked from commit 697d89b1dda760a39cd8e7e28f386dbec1aaff61)
        
        Change-Id: Id1819f695eac7a6dc4346708c7504f8df7e57c56

2013-10-28  Armin Le Grand  <alg@apache.org>  [518d3592e69aee30f19cd8cbdfef73131cb43c22]

        Resolves: #i123497# corrected modify implementations for bitmap...
        
        lineend and color
        
        (cherry picked from commit 03fa6020a862b1b6faf69f33274022cb871e8f4b)
        
        Conflicts:
        	cui/source/tabpages/tpbitmap.cxx
        	cui/source/tabpages/tpcolor.cxx
        	cui/source/tabpages/tplneend.cxx
        
        Change-Id: Ib99e8f0a59fb611972133bab1e864d59d019457b

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [2c6b6ba446868dc549f39b12c27cbd73f7eff572]

        Disambiguate CPPUNIT_ASSERT_EQUAL arguments
        
        Change-Id: Ib32d59522f33bcd2608401b4f3d3529d9dee5642

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [033830b3b020d63a1b77459ab30497aeecc856bb]

        comphelper: use boost_headers in unit test
        
        Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [3af414b48b2882636de3ab8c84ab4c514daf6235]

        gbuild: deliver CLI config and policy files to INSTDIR
        
        Change-Id: I93aaf87b53c17fb143e6e6ae0bca60777dbb3eb5

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [e5eac916e89d064fa2bb48b17e121e35da1141fc]

        cli_ure: remove Package_config
        
        - cliuno.snk is used from SRCDIR
        - climaker.exe.config is not packaged and appears unnecessary
        
        Change-Id: Ia0e364bd3b488841aeb8ae75c26aa0cd4ff86012

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [d1a06bc2b48de471fc2d7516f13c017b9da009b7]

        odk: adapt to cli_ure/unoil changes
        
        Change-Id: I9fec64c247de793ae30434c615752f48d1bc2205

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [ab74a8303949c1dca8f453fa10497f0b8c4dd7d6]

        unoil: build cli_oootypes.dll via CliUnoApi
        
        Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [968c735aa7bcf8d03258e9cea931b9d776e4a890]

        gbuild: refactor CliLibrary
        
        - stop copying the DLL to OUTDIR
        - since that was the main reason for the separation between
          CliLibrary and CliLibraryTarget, merge the targets;
          the newly inherited variables are not expected to cause problems
        - hardcode target to URE bin dir for now, no immediate need for
          multiple layers
        
        Change-Id: If0fea1337349c41f231c8cde122852c71d5080a7

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [6bd0f9ba9d744b6d269eac72ae62e0bbd122a9a4]

        gbuild: refactor CliUnoApi
        
        - stop copying the DLL to OUTDIR
        - since that was the main reason for the separation between
          CliUnoApi and CliUnoApiTarget, merge the targets;
          the newly inherited variables are not expected to cause problems
        - hardcode target to URE bin dir for now, no immediate need for
          multiple layers
        
        Change-Id: I428d801ec7058e1c6374d8162a4118a3fe581978

2013-10-28  Michael Stahl  <mstahl@redhat.com>  [decf809674a837bfddb5b9a376502927364377e8]

        fdo#69601: refactor CliNativeLibrary
        
        - stop copying the DLL to OUTDIR
        - since that was the main reason for the separation between
          CliNativeLibrary and CliNativeLibraryTarget, merge the targets;
          the newly inherited variables are not expected to cause problems
        - the Library remains in layer NONE; the derived CliNativeLibrary
          is in INSTDIR
        - hardcode target to URE bin dir for now, no immediate need for
          multiple layers
        
        Change-Id: I3bf4859e8c574f84d69eb43d12ddce0d34b5730c

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [a2f9c446b79d50d808bdc6e3487d230459f81260]

        Some clean-up
        
        Change-Id: I8ef80b7ae952428a62cc1cea8b03219b77a83e99

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [176ac1e61610579ba8ac202c16d7aa0c0991af89]

        Remove unnecessary SyntaxHighlighter::Tokenizer statefulness
        
        ...which reveals that SyntaxHighlighter::notifyChange does nothing, so remove it.
        
        Change-Id: I49834af29081ee703d9e62e182e3c1f8ce7e212e

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [c99267b326afcfd4002dc5ee33f5076a466c0cab]

        Fold SyntaxHighlighter::initialize into ctor
        
        ...which reveals that m_pKeyWords, m_nKeyWordCount members are unused.
        
        Change-Id: I55020e892d463f2e40d5bcf71efba92778b317c1

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [6aa24e7565dfa5feafd12cd0ec12312df044916e]

        Move implementation details to syntaxhighlight.cxx
        
        (and clean up a little)
        
        Change-Id: I6e660708d8ca1509b89b306cd428dc38c8b03f2c

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [f5e8be8bb1681f0e2494337bc769b33332ef3fff]

        Remove unused SimpleTokenizer_Impl::nLine/nCol
        
        ...which are never read; remove thereby unused parameters from functions.
        
        Change-Id: I644d2dc1b2d13ae2f932d04243521eef97e67e3e

2013-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [8a201be240b6d408d15166be7ffc576b9e123634]

        fdo#68903 Import .tsv and .xls plain text files in Calc by default
        
        Change-Id: I14115542d7f0401f4fa8face9f255b4512fc0ac3
        Reviewed-on: https://gerrit.libreoffice.org/6448
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>

2013-10-28  Andras Timar  <andras.timar@collabora.com>  [48314b5d529d449e10f4bf9cf40ed4fb587b027f]

        Updated core Project: help  27623e809f6dc1f7e5aea9484cff1c294b2673b7

2013-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [e6f87a6f38e9c5ae9e0e089c4d2897b15ae9aac7]

        sw: make the uiwriter testcase a slowcheck
        
        The uiwriter test is similar to filter tests, except that the asserts
        are filter-independent. Those are slowchecks already, move this one
        there as well.
        
        This speeds up 'make sw' a bit, which is slow enough already.
        
        Change-Id: I566bf94938c3de6267705a7720bf093bfe4ef7c7

2013-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [d1eb536c7e410d40fd94c76b157bbd4ed7944d4c]

        fdo#69893 fix SwWrtShell::SelAll() to work with empty table at doc start
        
        In theory, it was a problem to have the table cursor around when having
        the selection outside the table; but it didn't cause a problem so far.
        However, when the table has one or more empty cells, we really need to
        leave table mode, otherwise only the table gets selected.
        
        Change-Id: I766903ed624b9338f0612697b4c03f44de1d2e41

2013-10-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [ed2790435f74d6eaa28fcc758d2db9e1c77b5170]

        SwUiWriterTest: allow loading a custom bugdoc
        
        Change-Id: I5578e462c21c023d8c9a269f2ca254e20c1a617e

2013-10-28  László Németh  <nemeth@numbertext.org>  [850871e04e247262242836180d8a5cf59b2f95ef]

        fdo#70951 librelogo: fix parsing problem of functions
        
        Change-Id: I2e85a795064ee9e58f3389aec94c942f6ae77612

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [85289911a3d568ac4cb2ecb5b6ec7d11c2d8ab28]

        Fingers slipped
        
        Change-Id: Ic8a11c9857c04533ff96f523f1b29b1518bb89c0

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [0827aba84e1adec902c4d704651a1027b01c5335]

        Correctly fix "Terminating NUL" fix
        
        1cbe2313edda8a04f0fe233b4a29ef4e2485f557 "Terminating NUL at end of its buffer
        is not considered part of OUString" was a thinko that cut the last character off
        the last reported HighlightPortion on a line.
        
        Change-Id: Idbe74676e85749cd93854293c6f49c7581414562

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [2733bc38f08c96552e31bda5e3fc34017c81b1c2]

        Demonstrate that empty comments are handled just fine
        
        ...see preceding revert of a79cb836b951eb2492e43aadd2ee672b9b67b914 "COMPHELPER:
        Allow empty comments in SyntaxHighlight."
        
        Change-Id: Ib0a8c46c19dd7f0697b95a1c28398073a1183281

2013-10-28  Stephan Bergmann  <sbergman@redhat.com>  [a699e7c70d312c96d0dbb8eb4c31b81129dcf7b2]

        Revert "COMPHELPER: Allow empty comments in SyntaxHighlight"
        
        This reverts commit a79cb836b951eb2492e43aadd2ee672b9b67b914, which broke
        --with-help builds again, as
        
          strLine.copy(i->nBegin, i->nEnd-i->nBegin)
        
        in BasicCodeTagger::tagParagraph (helpcompiler/source/BasCodeTagger.cxx) depends
        on the invariant that a HighlightPortion does not extend past the source string.
        
        Also, I see no reason for that change, as empty comments are handled just fine
        already as demonstrated by the following commit...
        
        Change-Id: I384bae9c4cf6a38d0a0a2832fa15bde82126cace

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [a027fa423876a3c9a4f3edfcd3a35ae1e83b068f]

        Try a different way to not show the keyboard initially on iOS
        
        Change-Id: I978cfcb52297ace7e3916a63ce3dc9f179a6a208

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [f0fb30e7d0e8cf0c62b45bc3deb2e35faeaccd1b]

        Get rid of some crack
        
        Change-Id: I9806eb87e8d679c3b37de9cf7b87e26c3d4b5387

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [c755095112d0378da872aad2dfc81a9120711b04]

        Add a couple of source files
        
        Change-Id: I45e1a8483ff065d584d83824f9020f7d33a5257e

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [0d9067906eabf92ab25fb9e0b43e3c972d302da6]

        Add some (commented out) SAL_DEBUG() calls

2013-10-28  Jean-Pierre Ledure  <jp@ledure.be>  [0bb042d4427b746b547c31c25e6594ec5c064116]

        Access2Base : Reference to documentation added in every module
        
        + workaround for setPosSize issue (LO 4.1)
        + "Sidebar" argument for RunCommand
        + Trace dialog layout revisit for cleaner display in Linux
        
        Change-Id: I0d5c4da5681ab1649d062a7133d507163163343e
        Reviewed-on: https://gerrit.libreoffice.org/6449
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-10-28  Maxim Monastirsky  <momonasmon@gmail.com>  [71882916f617528a6d6fcc54450674dc3f630319]

        fdo#70100 Detect single stream excel files with BOF ID 5
        
        Change-Id: I321b7a08e0436a9c33878acd1ce2f98c497040b5
        Reviewed-on: https://gerrit.libreoffice.org/6447
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [7eb42bddb3a1ae99215387ca189eba7e85110344]

        windows: warning 4706 is disabled globally in com_MSC_defs.mk
        
        So there is no need to do this locally, too.
        
        Change-Id: Ibc623235cae07a86dfd0dbc1d7672ca4273facec

2013-10-28  Thomas Arnhold  <thomas@arnhold.org>  [54a17dd2466ebb9fcda181f5dd02c64a5508f306]

        windows: warning 4355 is disabled globally in com_MSC_defs.mk
        
        So there is no need to do this locally, too.
        
        Change-Id: I0fa1d0cd3e077ba0985848a9d2cbb061b123e8ad

2013-10-27  Roi Illouz  <roi.illouz@cloudon.com>  [71e1c79acebab5fc6a31457416c24c4a33141c33]

        Remove trailing whitespaces
        
        Change-Id: I31ba2180b558ee2a556dc0e98619828861c6368c
        Reviewed-on: https://gerrit.libreoffice.org/6446
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-27  Roi Illouz  <roi.illouz@cloudon.com>  [7de58c3c44b79a44798eb4e503d252f2a7b6e29a]

        No more lib dir. Linking to original files
        
        Change-Id: If63add1f1bfdb9f5a2bcdc0c942bf991cbc47dfc
        Reviewed-on: https://gerrit.libreoffice.org/6445
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-28  Tor Lillqvist  <tml@collabora.com>  [8c94f0ef7e42434934dc93a04ff7886002d9ca16]

        Shortcut when the SvpSalFrame already has the "focus"

2013-10-27  Tor Lillqvist  <tml@collabora.com>  [876111ad316890c3a4bf9dd837246a8af73517c8]

        Fixup glitches in selection handle dragging and coordinate offsets
        
        It is obvious that I don't fully understand how to handle the view
        coordinates, the applicationFrame etc. Possibly I am doing something
        slightly wrong... Anyway, add a hack to make the touch input actually
        refer to the thing under the finger;)
        
        Also fix the handling of the selection end dragging.
        
        Change-Id: I27a6a978e7fc28759b70d29ebca75bfd6b5f54a1

2013-10-27  Tor Lillqvist  <tml@collabora.com>  [ee1f43710f460e8c865d97e726163cba2847c815]

        Bin some unnecessary NSLogging
        
        Change-Id: Id4baff53735586345dd6624f3c8b996f1816149a

2013-10-27  Tor Lillqvist  <tml@collabora.com>  [37056560a387360866486396e0adcb80b26edea4]

        Tweak how the resize handles look and make it easier to grab them
        
        Note that this *is* still just an experimental app, not intended to be
        in any way carefully designed for end-user use. I tweaked the look and
        feel a bit just for fun.
        
        Change-Id: I98339d32a8c3ac332fc42b206ab185a61abc4cc6

2013-10-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0ef3db356357a419328b073ae74f92077f426c17]

        Remove redundant comment.
        
        Change-Id: I317f83e8aca7f61148385763bc1f0a78a84530d8

2013-10-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [05e50fd54bc94730c3129e71f967cd74324b6851]

        Firebird: Use explicit integer sizes.
        
        Change-Id: I5cabe21a2d675773792f9c9d5130d8660718efe8

2013-10-27  Arnaud Versini  <arnaud.versini@libreoffice.org>  [82bafb4860b9b9fdb837cd7960775962cd13e165]

        FIREBIRD: SQL_INT64 should be 8 bytes
        
        Change-Id: Iae71aab4cd68592fa6e5a7d55468e442e6d94385
        Reviewed-on: https://gerrit.libreoffice.org/6451
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2013-10-27  Arnaud Versini  <arnaud.versini@libreoffice.org>  [a79cb836b951eb2492e43aadd2ee672b9b67b914]

        COMPHELPER: Allow empty comments in SyntaxHighlight
        
        Change-Id: I0f3d5673e28e34ed3921c930aca48f3d7574b064
        Reviewed-on: https://gerrit.libreoffice.org/6450
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2013-10-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [591827c9ad0bec8b608bec63942aa7daf87dc5a0]

        fix cell text and unformatted cell text correctly, fdo#70275
        
        Change-Id: I0a37af434a9527ebf1e790d9c3ebd519b7684955

2013-10-27  Caolán McNamara  <caolanm@redhat.com>  [2a1bb751e1e5d7286fb669d255414bb83e7fd49d]

        HIG: different rules for message boxes
        
        Change-Id: I67a5457fa2f39b1d6ab0a635d9bdf78ffa90caea

2013-10-27  Ariel Constenla-Haile  <arielch@apache.org>  [4089083f32a22e7f308b82b9e8dc4a4abaee8b24]

        Resolves: #i123544# Prevent accessing empty filters' vector
        
        (cherry picked from commit 3b16c98449d120b07ca4f2f312e31127ac655482)
        
        Change-Id: Ieb71209d9c299ef7f050e00ccf010aca87ee2ab7

2013-10-27  Siqi LIU  <me@siqi.fr>  [2f3b37b6d1c1941a2a7a9937dab140dec361f488]

        client end takes care of server version
        
        Change-Id: I4d72a403971efb863a077d6ed6f1129ef0384e7b

2013-10-27  Michael Stahl  <mstahl@redhat.com>  [b2bcb2eb214e44cc55e97480deba9e7d353769d5]

        libxml2: deliver libxml2.dll second time into program
        
        Change-Id: I5a823cf7dafc2f04e705de6f4c30ec365922a096

2013-10-27  Michael Stahl  <mstahl@redhat.com>  [349015b18e285b9642e0b16a5e4db61ef347a6a8]

        gbuild: remove gb_ExternalPackage_add_library_for_install
        
        Deliver all external libraries to INSTDIR directly.
        
        Change-Id: I8d3e035e5cfa07bd0f53ee4a226c48d4b86a4032

2013-10-27  Michael Stahl  <mstahl@redhat.com>  [90d7723085a8da0929c7c17587a7717ceeb23d36]

        postgresql: find both openssl and NSS libraries in their hiding places
        
        Change-Id: I626bf288cb7375af1445bf86f5559a5587324e5d

2013-10-27  Michael Stahl  <mstahl@redhat.com>  [c4bf336f658dea0cbbe5a907d4e921bcac3b8f6a]

        gbuild: fix spurious re-delivery of .rdb files
        
        Order-only dependency from INSTDIR target to IDL Package is enough;
        the Package depends on the WORKDIR .rdb and deliver preserves
        timestamps...
        
        Change-Id: I060f7f27b543d9cc93658c93d472a933a18a6952

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [6d95f2be8667765ee85b08bc0c8f64d8b6a768a9]

        firebird: find ICU libraries when running build tools
        
        Change-Id: I1966312b1f66295b8284195b7affee42faae03ce

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [220be19271dc0baa4053086ef43fc0b4a4602586]

        openldap: find NSS libraries in WORKDIR
        
        Change-Id: Id5a5b93ed4439bda5fd25916c5fbda61434269b2

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [5c94caf12b1bd9702160a4c0be7e1f9bcbb2985c]

        .gitignore: ignore "tags"
        
        Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [29c8aff538d89d7aaeb12447cef1cee363cc6849]

        avoid temporary variables
        
        Change-Id: I5eff10913c31d05e71105ed391a8bef4333ced4f

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [7dd4555fef48665351b94f5956b3932ea19cbe54]

        remove unused class SwItemPropertySet
        
        Change-Id: I6913d5ac9ce5082a8050da26c77a4b3bcb40a699

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [793ec02cc3cd53916e20e5e981662a989eff8a48]

        remove now unused ScDocument::GetRowDefault
        
        Change-Id: I35b0a1cd86d1da9f11a9b8d3990eaa1509983243

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [38d13e7066e288b727587756f45ab6a599ca6f91]

        remove now unused ScMyDefaultStyles.maRowDefaults
        
        Also adapt to GetColDefault() being always true.
        
        Change-Id: I4701f02c540591b3d9f5095b22de82623c22c0db

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [ad737687a5de397245518826211210fd08a48a4f]

        remove pRowDefaults; it was full of default values
        
        It's because ScDocument::GetRowDefault() is constant false.
        
        Change-Id: I66d688e09dadc392c27e32bcd5243273c7be02e8

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [1aae6f6087214f143886dd4c18d226fb1657b5c3]

        nss: fix build breakage of postgresql
        
        Somehow postgresql needs to link both openssl and NSS (yay) ... and it
        turns out that NSS builds a "libssl.a" on MacOSX and Linux, and of
        course OpenSSL does too... so avoid that by removing *.a in NSS tree,
        which are not needed anyway (some of these are named the same as the
        corresponding .so/.dylib to...).
        
        Change-Id: I5c9718e655d350c2e7d0ae05596f8e3130e9bfe1

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [a60427ef5a9861123ffbb78fca769d3b56473af4]

        swext: fix wiki-publisher / apache-commons build
        
        gb_Extension_use_package is inherently broken because it creates cyclic
        dependencies with gb_Extension_add_file.  Fortunately it's not necessary
        because the added file is a target by virtue of being in the Package.
        
        There is another cyclic dependency that can be avoided by not using the
        Package in gb_ExternalProject__use_commons-logging.
        
        Change-Id: Id4ddd4f78d819e47882387533a2d64693b2879ea

2013-10-26  Tor Lillqvist  <tml@collabora.com>  [fcfdefa13f282b9b67a1f22fbed3559e44264ab9]

        Fix OS X build: Use INSTROOT, not INSTDIR
        
        Change-Id: Ia65b1cdcd10d400eb992a83e2b419b6edb6c77fa

2013-10-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee3189489c0205ec221fbc907a01c711b58fc42e]

        sw: ViewShell -> SwViewShell rename
        
        It's a public class, so it should have the 'Sw' prefix.
        
        Change-Id: I0040c1cc37ffcba7fc5f58b71c86f4a7cb0bfce4

2013-10-26  Tomaž Vajngerl  <quikee@gmail.com>  [2e99447fc07df98ebbc343ef79852b7eaf7b7757]

        fix warnings in gtksalframe
        
        g_simple_action_group_add_entries was deprecated in GLib 2.38
        
        Change-Id: I727e8aeeecd66b8f071d43ff56d9dc94cda1b9e0

2013-10-26  Tor Lillqvist  <tml@collabora.com>  [7d32da410cb413f540f2127db4e6dc2807506510]

        Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it there
        
        Change-Id: I3fd1ac8aaea2e79efcd9e2d4b12347a387d0d28b

2013-10-26  Tor Lillqvist  <tml@collabora.com>  [65ad73b0da8a0df0ac7ae6dd17cbb38be1f2afb2]

        Minor cleanup and comment (un-)translation
        
        Drop some ASCII graphics. Fix columnar alignment to match surrounding
        code. Bin comments that translate field names that are in understandable
        English (like maSize) to German. Translate one (actually informative) German
        comment to English.
        
        Change-Id: I1e167e3d2f9da4b453140b47c0a8629246e1d932

2013-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [555168bd6be37cb811276fb235bcdfc01a2c731e]

        android: fix/remove last uses of $(OUTDIR) here
        
        Change-Id: Iba4db538fea3ab494af737c91f5fd754de0c044c

2013-10-26  Michael Stahl  <mstahl@redhat.com>  [5570de06507559b68338a29d48bb429942373f8f]

        jfreereport: d'oh forgot the comma; why did this build for me???
        
        Change-Id: I0e1abf55250cdc8c792b6894ebc81fcafe20ed67

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [5bad73429cd6c105c85c14763edbe012a92e9e49]

        oops, fix gb_ExternalProject__use_commons-logging
        
        Change-Id: I11ed8f8c51fde0205d86580c2af46a1d7c399b3a

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [efcd482813e3f411d26c3291eae8d7c90394d161]

        libxmlsec: find internal NSS libs
        
        Change-Id: Ic82691ea04fc6e698fb132a157a2bd2dfcf48784

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [7b1da9a478b53c29e5480040687c30460ecaa462]

        gbuild: remove gb_ExternalPackage_add_jar_for_install
        
        Deliver all external jar files to INSTDIR directly.
        
        Change-Id: Ibfaabf713da01e752517dc400200a6918d82db6d

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [a40fb598ec8ebb4a8c8793dd7be6ef93ae8941c1]

        jfreereport: use jar files from WORKDIR
        
        Change-Id: Ie3d706841faae40e6172ae36894f4ad700d70571

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [070ca1e280e5efd4c94970e405d2ca0736438472]

        jfreereport: stop pointlessly renaming the jar files
        
        Change-Id: Ia2c5ce1176496e98643e2cefc65d4c6d0cf9c781

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [30ad101b102e4d69c9d2c55884ab975145d8c1db]

        tomcat: use servlet-api.jar from WORKDIR too
        
        Change-Id: I985ee75aa6e313a5933c2b3f5c7c5b10a8b8b9f5

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [461d830ed8f664e171245b0cf9d53dc33a0f04d2]

        stop using apache-commons jars from OUTDIR too
        
        Change-Id: I0d9282cd3a267ad2d25b43adbf995365aaa56fa1

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [15a9ef2147e2cdcc1ec5bb2f63e0154bcd5fa651]

        configure: remove --with-solver-and-workdir-root
        
        This was just a crude hack, obsoleted by working out-of-tree builds.
        
        Change-Id: I2551df8dae9a7e05edc29de911ba9f9d70466148

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [640d0f0b9e8bee9eb6be8d736bc280969fc8f9a7]

        Updated core Project: help  35ad87caa5923b90d8ef5e7d951059fa60d6ced8

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [b6024aadaac08102a579ee51697e85ec2394c430]

        writerfilter: unused WW8Sttbf class
        
        Change-Id: Id6486b49a3ae6e32f48d3c0c11fa26f08b870ae0

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [35fe65fdaafdd3fcf88ed01b94e80b063557f91b]

        writerfilter: unused WW8StringProperty class
        
        Change-Id: I9870ec5b0d28a3e69a5be9a123c390c727fd5956

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [2367cfe03fa3e6be055fc65bed33faed108478ed]

        writerfilter: unused WW8SttbTableResource class
        
        Change-Id: I54d7dc0f4dfac803ba6c474c36d22607d7da2e5b

2013-10-25  Eike Rathke  <erack@redhat.com>  [116a888b43e4df35a2ef1a0e272182722b75d11c]

        override 'yi-Hebr-*' with 'yi-*' as Hebr is suppress-script
        
        Change-Id: Iaae25a7d517404fc9c8186fd1006f9a4af82f584

2013-10-25  Eike Rathke  <erack@redhat.com>  [aaba61ba1ff30956b791836cf05d6bd511f26fa2]

        override 'sr-Cyrl*' with 'sr*'
        
        which is what we so far always used, though Cyrl is not suppress-script
        and would be correct, but it's primary usage.
        
        Change-Id: If7ce7dfcc6b4cc07c503dd2ff2c2bbe2c55c9338

2013-10-25  Eike Rathke  <erack@redhat.com>  [efa1f08be8194ed97a4b48effd0bbe109d5c2164]

        for 'sd' language-only find 'sd-PK' first instead of 'sd-IN'
        
        which is overridden by sd-Arab-PK and our 'sd' translation is Arabic
        script.
        
        Change-Id: I5d4c90cbb3b7ff82c61301b86fc7cdd494284236

2013-10-25  Eike Rathke  <erack@redhat.com>  [8697b72ef81aab80b4fd657e5f8d68c9904735dd]

        Sindhi 'sd-PK' => 'sd-Arab-PK'
        
        Change-Id: I418a991f4555a411ea05237010f64b03552affe5

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a8db454e5005b0c886ae7c5620d8df5bbab80e0]

        DOCX export: more table style export testcases
        
        Change-Id: I84a9dde8620b128ab426722fc06f4a1c71b0c5a2

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [6df9dd68ec4fe457103c0327559653ed187b94ce]

        move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from sw
        
        Change-Id: I145c08d17ccb36bfbf734306cd9d27e8423debdd

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [718f155caacb2e969df7afcfc41ab3b207dba484]

        DOCX export: table style export: initial cell hangling
        
        Change-Id: I83ca33d87a016f8634ca6a87b81df20f6b4e0e30

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a2799e77012263f0bdce55b69488bdded6f88887]

        DOCX export: table style export: handle tblStyleRowBandSize, etc.
        
        Read these from InteropGrabBag, as the importer already put them there.
        
        Change-Id: I10745628c61841c168daa64bf46c51228cb38374

2013-10-25  Eike Rathke  <erack@redhat.com>  [fed7a57fcdabbc0c0f570d9b6360522ae22f5e0a]

        more flexible language tag override mechanism
        
        * allow overriding higher level lll-Ssss-CC with lower level lll-CC for
          known MS-LangID mappings that use tags with suppress-script
        * internal override "canonicalization", e.g. ca-XV => ca-ES-valencia
        
        Change-Id: I067d7515fb9144a896697617ad1b079e294f1ced

2013-10-25  Matúš Kukan  <matus.kukan@gmail.com>  [986fa38eb23a397546061c3ce0df9077ba334a07]

        fdo#44736 - set and fetch multiple properties concurrently 2
        
        This fixes commit ee0bf5d58bc59052923c4ced928a989956e71456
        Although it's a bit hacky.
        
        Change-Id: I4dfe9ff4a56b993fbcdc7acea29ee3700422f7b3

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [ad206808e98076c6b2612c293770af60dc0ade19]

        writerfilter: save table styles' tcPr to InteropGrabBag
        
        Change-Id: I8602f6225cc44df445f1b4af1c48b87fade25458

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [3c38e8f8ac99fe3a28e41751eb48d4cff764389f]

        writerfilter: store some of the values directly in TablePropertiesHandler
        
        During table style import, TablePropertiesHandler may decide to not
        handle an sprm, then the caller will try the next handler. When we do
        this, instead of just returning, still store the values in
        InteropGrabBag (if necessary), as they logically belong here.
        
        Change-Id: Idd052854cbef8046f0a24556cfe1536d2646f94e

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [71adf4e972b3e8a32f60e2edf31bfbba3be28dca]

        installer: remove SUBST_FILENAME/InstallName with prejudice
        
        Change-Id: I24b086643fad46e4403ba087d2b65528bf090422

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [5b29d3a7fd759fd3d35af4a13e0977be6c20cd99]

        gbuild: refactor UnoApi to remove rdb files from OUTDIR
        
        - gb_UnoApi_get_target returns the files in INSTDIR
        - stop using rdb files from OUTDIR
        - remove gb_UnoApi_install
        - remove pointless 2nd parameter of gb_UnoApi_UnoApi
        - order-only dependency from gb_UnoApi_get_target to
          gb_UnoApiHeadersTarget_get_target because INSTDIR .rdb is always outdated
        
        Change-Id: Id418f75e9b38d6fe135b55eca2594c2624bc41cc

2013-10-25  Andras Timar  <andras.timar@collabora.com>  [7d97ec9a3eba9ceacbea631a56185e40b62fdec7]

        fdo#65102 respect user's choice not to install desktop icon
        
        Using advertised shortcuts -- inspired by Intel AppUp Centre's
        requirement -- was not a good idea after all. I revert this,
        and  I also revert the commit that actually disabled it in
        default Windows builds.
        
        This reverts commit aa2450cb51cfc3805c7a596b6b89d70bb133821e.
        This reverts commit b40012bd6d0b5387005253f1d3f03929ce4d1ac6.

2013-10-25  Stephan Bergmann  <sbergman@redhat.com>  [1d3661cf91cf45d40373b0034c30eb57b475ec91]

        Unwind FunctionReference typedef
        
        Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc

2013-10-25  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [4a122d1e61278debe7e386e3d9f442e68eddba9b]

        fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.S
        
        Change-Id: If7b2767a69285ac72fa7120b1149a66f118cce8f
        Reviewed-on: https://gerrit.libreoffice.org/6354
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-10-25  Artur Dryomov  <artur.dryomov@gmail.com>  [b5efef87efdce56c2491e6de1370ad42b998a8df]

        Change version to 2.0.0.
        
        Change-Id: Ic6ca04d61991afec627c7d76270c370233b0892f

2013-10-25  Artur Dryomov  <artur.dryomov@gmail.com>  [53481041066e39d1309827fc7902228626c3a4c7]

        Fix possible NPE.
        
        Change-Id: Ifca1e64aacf0f4b4e83f70c9bcbe6bb79f5415fd

2013-10-25  Artur Dryomov  <artur.dryomov@gmail.com>  [16c53fb6aa50a8e433bced25d1361a6bcaeb51a8]

        Add "learn more" link for providing additional information.
        
        Change-Id: I3bb3480491d5f92ed7c4e3e6b5cf233636c4bb64

2013-10-25  Artur Dryomov  <artur.dryomov@gmail.com>  [2e605fcb12556dd65b0e5e4a0eac25b71182eb7b]

        Fix some comments and tabs positions.
        
        Change-Id: I6678d8142f7cbe2446b178174ffb36d446aeda11

2013-10-25  Artur Dryomov  <artur.dryomov@gmail.com>  [afabf78f5fb3ed2e24d1d8aeb7f9310141f1e8f5]

        Fix slides grid adapter: recycle view holder for better performance.
        
        Change-Id: Ia412c473ba1d5d23fc409b3f5513d87a4439ddfb

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a6a24677bc5bfb30dd97478aedfbe673fef82fea]

        DOCX export: initial table style roundtrip testcase
        
        Change-Id: I164833907012f4b94e2be848ea4f26a9e1c8694b

2013-10-25  haochen  <haochen@multicorewareinc.com>  [16133ee184b8382f61474feb8cf5afec6f87179a]

        Release control to GPU calc on GAMMA
        
        Change-Id: Ie4a80f4f6e7e0eaa0969b9c2d8f3669057a3e86a
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-25  haochen  <haochen@multicorewareinc.com>  [cfc5005b4e7c094c3abd590b7f8bb9d8d16dffd2]

        [AMLOEXT-44 Bug] Release control of FISHERINV to GPU Calc
        
        Change-Id: I0b023a541cc2b3dfe35286ad269846c8210c6fb7
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-25  haochen  <haochen@multicorewareinc.com>  [ada8cd3138cf98a55dd2c8f04a0718952a3c57c7]

        Release control to GPU calc for FISHER
        
        Change-Id: I9f21df2306b81d816b9c261071c6ecb74ae0bc6f
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-25  haochen  <haochen@multicorewareinc.com>  [8d86c04aae96340da7590eaa5b74cf598c8ed242]

        Release control of PPMT to GPU interpreter
        
        Change-Id: I4e59627f1f1d109e9c0cf621a34bf6904f9663ba
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-25  haochen  <haochen@multicorewareinc.com>  [0e79a9c26160953cc8477580fd2f7b7437f81cbe]

        Release control of IRR, MIRR, PMT, RATE to GPU
        
        Change-Id: Ia77b0bc1d8a2400debcc5d541e64e5b63797fe71
        
        Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>

2013-10-25  Tor Lillqvist  <tml@collabora.com>  [6db1f5f4c62afc644d59c9cada59cd483b4c7653]

        Fix fallout from 30fc3d6cff15ceabea6e1f9c4683cd383c322d72
        
        Change-Id: If97dc13e63986a7c9534f46673cfa8541893269a

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [b2235e49d42cdd10603b33e2708c1449eadfbfbe]

        language tool: fix build
        
        Change-Id: I6ba856d6817aa838a0519803eb5d8f582598c800

2013-10-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ce19ddcb6595c71980aecfa1e8c0827343159a4]

        fdo#70861 SwToSfxPageDescAttr: fix call to SvxExtParagraphTabPage
        
        Regression from c2ccd20c0fd92bddfff76447754541705e3eb8f3 (fdo#44689: fix
        for specific case of page restart-value 0, 2013-08-29), the problem was
        that commit refactored starting page number handling, so that '0' is now
        also a valid value, and no longer means "no restart". However cui isn't
        updated yet, so always pass a 0 to it, like we used to do so before,
        that's better than a crash.
        
        Change-Id: I2adab43499bcdd5234da3f26559b0b384e533c2e

2013-10-25  László Németh  <nemeth@numbertext.org>  [317d255aa7f1497cdfb929b884066202f721672c]

        fdo#70858 librelogo: fix Logo program halt at font settings (Windows)
        
        Change-Id: I3c51ba693caa80c8b530a9eee932a48a125e2eca

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [30fc3d6cff15ceabea6e1f9c4683cd383c322d72]

        gbuild: refactor Jar target to stop using OUTDIR
        
        - gb_Jar_get_target points to layer-specific location
        - remove gb_Jar_get_outdir_target
        - add OXT and NONE layers
        - add a rule for every installed Jar to avoid problems with conflicting
          pattern rules in instdir
        
        Change-Id: Icf11869a454a7a52791c5ae257fc5da87aa46dc2

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [4bd53d1a8011988920a33d89b4d70b7d232bdbeb]

        gbuild: add gb_ExternalProject_use_jars
        
        Change-Id: Idd67548cb5f0e49e539459ed7f2fbd107d37c1b3

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [8e602afd1e999e984e18d984a9986324831ac881]

        stop looking for Jar files in solver
        
        Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [7da7682965c0465a4c6ae017870daadc2b9ac099]

        gbuild: add gb_Jar_use_external_jar
        
        ... which is an ugly hack to handle jar files that are from externals
        and are not bundled in the main instset, only in extensions.
        
        Change-Id: I992242b7c990c24318b040e98b6632e3b78b6f63

2013-10-25  Michael Stahl  <mstahl@redhat.com>  [db23d4b0e3fde9aef91bd333b259092ddea58306]

        RepositoryExternal: fix layer of de-extensionized Jars
        
        Change-Id: I16b72d7603ff08305fb4f24cf64b0ef74123e146

2013-10-25  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [704f95e5255ff72bfb548d50d66d4da61dc483ef]

        fdo#54938: More uses of cppu::supportsService
        
        Change-Id: I90a7a07a43559b8d7e1d4b886b2624255200d46b
        Reviewed-on: https://gerrit.libreoffice.org/6406
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-25  Julien Nabet  <serval2412@yahoo.fr>  [a95ecd8b65ea2275a66f6694f0c09e3faaef4407]

        fdo#69772 make StringsFromResultSet more robust
        
        Correctly handle case argument _xResultSet == null,
        instead of throwing a NullPointerException.
        
        Change-Id: I81e35c77116e2e0302da86f03f7e757a52e97b29

2013-10-25  Lionel Elie Mamane  <lionel@mamane.lu>  [d1fdaafd7c1c1ce3d89dda3bd745f9dd594d83ca]

        fdo#6412 firebird-sdbc DatabaseMetaData unimplemented getXXX: provide empty RS
        
        As opposed to NULL object. Else, callers that do a UNO_QUERY_THROW get unexpected results.
        
        Change-Id: Ie9dd157eed03031ba04ed59c363a45e246bbb001

2013-10-25  Lionel Elie Mamane  <lionel@mamane.lu>  [373e4d33c1ecbef94736f551fae75d68c4f21f8e]

        connectivity commontools DatabaseMetaData: provide for getUDTs, too
        
        Change-Id: Id361ac34f400922893f6a906e4345eed2be1b2d2

2013-10-25  Lionel Elie Mamane  <lionel@mamane.lu>  [60b67b7e39217521d65e41398182f253e720333e]

        janitorial: indentation
        
        Change-Id: I0b571a9fe719c4f18f89638eb62434dd0813bd01

2013-10-25  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [da5449da0c056a3a0da239eff2e2b8b66cfd6224]

        fdo#54938: More uses of cppu::supportsService
        
        Change-Id: Id6bed78d92eba52283a17ab3ca66e751c225e48d
        Reviewed-on: https://gerrit.libreoffice.org/6423
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-25  Tor Lillqvist  <tml@collabora.com>  [01a13519e2a12e1e9b61bab1437d340e389e44bf]

        Fix bit-rot
        
        Change-Id: Iae6aa3c1326456dde7261f471ba7d963058f20a7

2013-10-25  László Németh  <nemeth@numbertext.org>  [7744c4a0016be338c6c14b14f620d8af7d76111e]

        librelogo: fix division with measurements
        
        Change-Id: I2204002533bbb3e7c801b3228b0310a42b19a882

2013-10-25  Takeshi Abe  <tabe@fixedpoint.jp>  [324b47aabcddc75e98ef56769e24362668e26ebc]

        sal_Bool to bool
        
        Change-Id: I4fe71f0418b3c2c9b0ca261c5b24fe2d093f7bb9

2013-10-25  Tor Lillqvist  <tml@collabora.com>  [b7e5ab6f65eb682bfa200459d745d3bc4056e42a]

        No libs in solver now any more
        
        Change-Id: I6f0f91c5fdb467fea2c706b4d426a973277c5230

2013-10-25  Tor Lillqvist  <tml@collabora.com>  [a9759f706b0abd202e704004bdfa7b69fe93bbd0]

        Add a few sources from vcl
        
        Change-Id: Iaddbfb48a071baaf84ee7bde38f40449f342dce8

2013-10-25  Tor Lillqvist  <tml@collabora.com>  [097f76d473a54290fd54cdaafb211167994c8f56]

        Remove unused file
        
        Change-Id: I78023074a31cf1cc3703a8fbeeb7f6a44a5c70d3

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [96c7e0f52615936edf474a593aaff2d96f610259]

        No libs in $(OUTDIR)/lib any more
        
        Change-Id: If1781415f49f86fea0de5a05a38c878d3924812b

2013-10-24  Michael Meeks  <michael.meeks@collabora.com>  [e886cc7fa1849efd899ba16fce6a0b84371e5ea1]

        compile fix.
        
        Change-Id: I50bbdc75e41b23fe64cb0a17dea1290c763a93e1

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [49f6c5907a2ec8c1886e3157de2c843d332aabcf]

        Fix freetype and fontconfig problems
        
        We need to do a "make install" in freetype so that what freetype-config --libs
        outputs is correct. We don't use freetype-config ourselves but fontconfig
        does, and it builds some test programs.
        
        The bundled freetype and fontconfig are built only for Android.
        
        Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [01a51764c5eff1c883d3a19381ab4d8971471492]

        Bin unused #defines
        
        Change-Id: I5a6eb741c0669d2f1e5bfbe302066be863ec0249

2013-10-24  Thomas Arnhold  <thomas@arnhold.org>  [0daa2f6a1d0b2727ae1b323a803c9c5fd8ad70a8]

        cygwin: there is no sudo on Windows
        
        Change-Id: I8df4b379d98ba14a5cef93cefec9df16eefeb083

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [ccf4f1d80e82b2fa5156f1a351a5e1cd8dde3be0]

        hyphen: stop building hyph_en_US.dic too
        
        Change-Id: I05929be5dbc41ba6889bd593ad0ce0061367ea37

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [d1f46c8a3f25370a8cb5b360cd23835e693a906c]

        hyphen: remove ExternalPackage_hyphen
        
        It only contained hyph_en_US.dic, which is actually unused; the usage in
        dictionaries (for a writingaids.zip) was removed years ago in commit
        72682b9ac937472b9c48c8a9be70be902ff645e8.
        
        Change-Id: I523c60614bddb8596ccff52d3c4d648111846856

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [56bb796673657c9f8683bbff08070c77c4c889cd]

        xmlhelp: remove Package_xsl
        
        Change-Id: Id0a5213b39886e2f6929f7ff2c014ed861d1da91

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [250198ad0e02741b254ce191ff5e110f63aa6e21]

        connectivity: deliver postgresql-sdbc.ini to INSTDIR
        
        Change-Id: I0317252e17b0ddadc5e4a1bebb0c7b21963d57fe

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [d8be8a9c17bedb5a0cfb4b5ea1a2f02f59582cad]

        cppuhelper: remove obsolete Package_unorc
        
        Change-Id: I4d513b69527ac21949f03b847a4638b92aef0a3e

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [cacce520c64c3f1444f377bbe98f0f17bac4db40]

        desktop: need only one Package_scripts
        
        Change-Id: Ia47d1cc8c2d754f74e281eac82c76fbaf12d8541

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [3f8ded9c5c4cf0d343f992c87f6ef3b15ba6b59c]

        sdext: deliver that weird pdf file to INSTDIR
        
        Change-Id: I3d5daf2ab957eb98c80e936406721a7eb627c436

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [c801ab3676e3a17dc471dfebc685a5a603586d67]

        xsltml: remove ExternalPackage, use files from WORKDIR
        
        Change-Id: Ib2ca7cbf15fd374fd822fa096e0e3f3502598245

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [b96913f2ec75687eb055e17db5c979660216914a]

        extras: deliver wordbook to INSTDIR
        
        Change-Id: I36ed8f8a83938674b7b21dc1930dc1cac11ad76f

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [86299473eb3fc0c6ff036443e11d6e0b4ec6d408]

        sysui: deliver .desktop files to INSTDIR
        
        Change-Id: Ie8cff1b77145cdec2b4cb5650987809d097a71cd

2013-10-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [be0adb9f0fc738fe8735d2e0802fd19091799d11]

        fdo#54938: Remove SupportsServiceImpl from sw and use cppu instead
        
        Change-Id: I285a03f615e2f2a2656873a8f433a2599bd62c28
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [b391da28fffa1f71967079189e7d60ff16ec2784]

        DOCX filter: initial table style export based on InteropGrabBag
        
        Change-Id: I7b31322b50c8c924e5df3c32e3c2da8093709938

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [b7efab3a9841a9f01c5da07db870a22866b65b04]

        valgrind: on success aHDFData is out of scope
        
        and pData points to data belonging to it
        
        Change-Id: I2a3c1f73e4cdcb07d21ef14cb410d351f39cdba8

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [d94f3a68f77de906abd576c7e2f31e0a8586d154]

        pEmpty is completely insane to use
        
        DbtToStringConverter protects against a NULL pointer, but not a
        pointer to the too short data that pEmpty provides
        
        Change-Id: I5d21e852ce0373eff7d3627e266b9cbc77f5dd09

2013-10-24  László Németh  <nemeth@numbertext.org>  [3617e1a37f7f77eb4d57ca455fca9507f1a15872]

        librelogo: more invisible settings (on UI, hatching), see ChangeLog
        
        Change-Id: Icb0d195ba82b023d370847242b4e3b5546fa0320

2013-10-24  Laurent Godard  <lgodard.libre@laposte.net>  [55d4d0a749ae1430f65bb0a127c1b2b9251044d2]

        avoid localization issue
        
        use the sheet name to build the expected strings
        
        Change-Id: I5f079975921338b9449186cc33a0acde180679d5
        Reviewed-on: https://gerrit.libreoffice.org/6419
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [8e1bafcc37742073edacf53508057034a0e534ca]

        Don't allow selection handle movement to wrap
        
        Change-Id: Idc189a84da1aa0ac510e003134580eafc03b4b9a

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [a2c9eaee63cd71c78cf57c590583e9e9d80edece]

        Bin ASCII graphics and superfluous vertical whitescape
        
        Change-Id: I68110e2ff632d0446c127e428623fecb62aa14c5

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [fa15571ba403b4e2050dd3e18e0459107904728b]

        valgrind: bIsVirtPageNum uninitialized
        
        valgrind complains about this when viewing a help page
        
        Change-Id: I0f30f8b5121fa5e6ddbac0ea6e05005e40bc7fd9

2013-10-24  László Németh  <nemeth@numbertext.org>  [d0af3045c3ff850387385599fdcef7f9ecf407cb]

        librelogo: fix Writer/Draw synchronization in cropped SVG export
        
        Change-Id: Id7dc7a2853a8c56ee56eab55c078650e16c278fd

2013-10-24  Stephan Bergmann  <sbergman@redhat.com>  [5387c4f57519b8ff013e2e58b6ea8680b438c021]

        distro-configs: remove no longer working --without-system-cairo
        
        ...after 800005b120d06100e082ad45051d4f1c3c549569 "Disallow
        --without-system-cairo combined with (implicit) --enable-gtk."
        
        Change-Id: I74f5e4f454f5e1724e258380bbbcd771bf58453a

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [57ebd448497ec357aa348f5df90a52e8d58b4bb6]

        convert SolverDouble dialog to .ui
        
        Change-Id: I996038a45495a5b6a63622ac0d290ac4fbc0bedd

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [f61e82eb3b46a6ff7312dfc8ebacee73658f23ad]

        Updated core Project: help  91f8b3cb54e752a174ee10be4e528c7dcd4fb55e

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [d5c420b32dd104fe4105d1ca004eb8206fdba0d8]

        writerfilter: save styleId / name / isDefault for table styles
        
        Change-Id: Ib422584d2f6cbb8bfd88dd67aef96b8b062c3d38

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [0ed8f752b4566ac427c0a48e14904907a7dac839]

        writerfilter: implement CellMarginHandler::getInteropGrabBag
        
        This allows roundtrip of the whole tblCellMar XML fragment.
        
        Change-Id: I41c5afd6b1cfa7322f5f1bd8c44ed6bffe10eb41

2013-10-24  Stephan Bergmann  <sbergman@redhat.com>  [800005b120d06100e082ad45051d4f1c3c549569]

        Disallow --without-system-cairo combined with (implicit) --enable-gtk
        
        As the system gtk libraries may depend on later versions of libcairo.so.2 and
        its bring-along libpixman-1.so.0 with the same SONAMEs.  So if it would ever
        happen at runtime that our bundled libcairo.so.2 and/or libpixman-1.so.0 get
        loaded before the system ones, the system gtk would probably not work correctly.
        
        Ultimately, the bundled cairo can probably go completely.
        
        This reverts 122a137672d761418a549568ad8cad623dd2b4b5 "extensions: crude hack
        for mysterious cairo link failure."
        
        As discussed at #libreoffice-dev:
        Oct 24 10:10:15 <mst__> sberg, caolan, dtardon  any idea what the proper fix is
          for pluginapp.bin? 122a137672d761418a549568ad8cad623dd2b4b5  breaks on RHEL5
          tinderbox...
        Oct 24 10:10:17 <IZBot> core - extensions: crude hack for mysterious cairo link
          failure -
          http://cgit.freedesktop.org/libreoffice/core/commit/?id=122a137672d761418a549568ad8cad623dd2b4b5
        Oct 24 10:12:53 <dtardon> mst__, i'd try
          gb_Executable_use_external,pluginapp.bin,cairo
        Oct 24 10:13:58 <mst__> dtardon, i'm not sure if that is the intent - the
          -lcairo comes from the gtk external so we should use same cairo as gtk i.e.
          system one? but id on't understand why linker won't find the pixman library
        Oct 24 10:16:35 <sberg> mst__, I get no build failures in "make
          extensions.clean && make extensions" when I comment out that FIXME in
          extensions/Executable_pluginapp.bin.mk
        Oct 24 10:18:59 <mst__> sberg, it only started to fail for me when i removed
          libcairo.so from solver, probably you still have a stale one
        Oct 24 10:19:42 <sberg> mst__, in solver/*/lib/? no
        Oct 24 10:20:48 <sberg> mst__, but turns out I'm using --with-system-cairo (as
          required by --enable-gtk3), so ignore me
        Oct 24 10:22:53 <mst__> sberg, so if i rm solver/unxlngx6/lib/*cairo*
          solver/unxlngx6/lib/*pixman*  it still fails for me, how could system-cairo
          work then?
        Oct 24 10:24:13 <sberg> mst__, in that /usr/lib64/libcairo.so has a DT_NEEDED on
          libpixman-1.so.0 (which "our" libcairo.so is missing, I'd assume)
        Oct 24 10:24:44 <sberg> mst__, erm
        Oct 24 10:41:18 <mst__> sberg, so if i filter out -lcairo in
          gb_LinkTarget__use_gtk then it magically works - are there any problems with
          that approach?
        Oct 24 10:47:19 <sberg> mst__, so the root of the problem is that there's two
          different libcairo involved?  (just doing a local build --wihtout-system-cairo
          here, to see what's going on)
        Oct 24 10:47:55 <mst__> sberg, i don't think so since i get same problem after
          removing all cairo libs from solver
        Oct 24 11:12:11 <sberg> mst__, so the link line for pluginapp.bin contains
          -lcairo twice, apparently dragged in indirectly (via _use_externals gthread
          and gtk, likely), and does not contain "our" -L.../cairo/src/.libs (as it
          doesn't _use_externals cairo), but does contain -Lsolver/*/lib.  Now,
          /usr/lib64/libcairo.so needs libpixman-1.so.0 and there happens to be one in
          solver/*/lib that lacks syms compared to /usr/lib64/libpixman-1.so.0
        Oct 24 11:13:43 <sberg> mst__, so this was nicely hidden when all the external
          libs were delivered to solver/*/lib, but in the end I think the bug is to
          combine system gtk with non-system cairo and/or pixman
        Oct 24 11:14:49 <sberg> mst__, as long as our cairo and/or pixman have the same
          SONAMEs or exported symbol names as system ones, all hell can happen at
          runtime anyway
        Oct 24 11:15:32 <mst__> sberg, but... why then does it fail for me if i don't
          have the cairo/pixman libs in solver?
        Oct 24 11:15:57 <mst__> ahhh  -Wl,-rpath-link,$S/instdir/unxlngx6/program <-
          taht must be why
        Oct 24 11:17:40 <mst__> is it normal that -Wl,--trace does not print out what
          libraries were found via -Wl,-rpath-link? it only appears to print explicit
          -lfoo
        Oct 24 11:18:27 <sberg> mst__, because of -Linstdir/*/program
        Oct 24 11:20:27 <mst__> sberg, so we need
          -Wl,-rpath-link,$S/instdir/unxlngx6/program obviously;
        Oct 24 11:22:08 <mst__> sberg, apparently everything builds successfully when
          filtering out -lcairo from GTK_LIBS, do you think that is the best workaround
          for this?
        Oct 24 11:22:14 <sberg> mst__, no, we need to change configure.ac to disallow
          --enable-gtk --without-system-{ciaro,pixman}
        Oct 24 11:22:39 <sberg> mst__, similarly to how we already disallow
          --enable-gtk3 --without-system-cairo
        Oct 24 11:24:48 <mst__> sberg, that would be sort of pointless, since linux is
          afaik the only platfrom where cairo is used at all - effectvely we could
          remove bundled caior then?
        Oct 24 11:27:04 <sberg> mst__, effectively yes, unless it would still be useful
          for some --disable-gtk scenario
        Oct 24 11:33:41 <mst__> caolan, cloph does RHEL5 have a sufficiently recent
          system cairo?
        Oct 24 11:34:43 <cloph> cairo 1.2.4 on the CentOS 5.9 (well, more like 5.10 now)
          system
        Oct 24 11:37:08 <jcorrius> my RHEL6 build uses internal cairo
        Oct 24 11:37:47 <caolan> rhel-5 cairo is 1.2.4
        Oct 24 11:37:54 <mst__> caolan, the other option i can see is to do $(call
          gb_LinkTarget_add_libs,$(1),$(filter-out -lcairo,$(GTK_LIBS))) in
          gb_LinkTarget__use_gtk which works-for-me(TM)
        Oct 24 11:38:30 <sberg> jcorrius, not for very much longer ,)  (it typically
          happens to work by luck to combine system GTK with bundled cairo)
        Oct 24 11:38:59 <mst__> thorsten, are you aware of any reason why we must bundle
          cairo on linux?
        Oct 24 11:40:05 <sberg> mst__, "<caolan> rhel-5 cairo is 1.2.4" and we only
          check for "cairo >= 1.0.2" in cofingure.ac, so all should be good
        Oct 24 11:40:35 <sberg> mst__, "works-for-me(TM)" just by luck
        Oct 24 11:41:33 <mst__> sberg, well perhaps guess the real problem is that
          pkg-config spits out a spurious -lcairo for gtk+-2.0 so...
        Oct 24 11:42:19 <mst__> ... but of course if a sufficiently good cairo is
          available everywhere we don't have reason to bundle it anyway
        Oct 24 11:45:45 <sberg> mst__, at least my /usr/lib64/libgtk-x11-2.0.so.0 does
          have a DT_NEEDED on libcairo.so.2, so even if pkg-config wouldn't spit it out
          we would still be in trouble at runtime
        Oct 24 11:47:05 <mst__> sberg, at runtime we have this problem for a lot more
          libraries than just cairo
        Oct 24 11:47:43 <sberg> mst__, but why refuse to fix the problem, at least for
          cairo, where there is apparently no good reason to bundle it anyway?
        Oct 24 11:48:36 <jcorrius> is cairo used on Windows for anything?
        Oct 24 11:48:42 <mst__> sberg, since there is no good reason to bundle it anyway
          i don't object to removing the bundled cairo
        Oct 24 11:49:38 <mst__> sberg, ... but i can still hold the opinion that gtk
          shouldn't put -lcairo in its pkgconfig :)
        Oct 24 11:53:12 <sberg> mst__, since "pkg-config --cflags gtk+-2.0" includes
          "-I/usr/include/cairo", one could argue that cairo is a "re-exported" part of
          that, so should also appear in pkg-config --libs output; one could likely
          argue either way
        Oct 24 11:55:27 <mst__> sberg, well but if you're calling functions from cairo
          then you're using cairo directly whereas if you just call gtk functions you
          have no need to link cario
        Oct 24 11:56:47 <sberg> mst__, sure, my argumentation depends on that
          "re-exports" argument (which might be thin); anyway, are you going to remove
          bundled cairo
        Oct 24 11:56:54 <sberg> ?
        Oct 24 11:57:34 <mst__> sberg, i'm going to force it to system in configure for
          now
        Oct 24 11:58:13 <sberg> mst__, I have a patch for exactly that already locally
          here, so could push that if you've not done that too already anyway
        Oct 24 11:59:00 <mst__> sberg, i havent' finished my freetype patch yet because
          people always distract me on irc so you can push
        Oct 24 11:59:01 <sberg> mst__, or, rather, my patch just errors out in the
          --enable-gtk --without-system-cairo combination, so if you have a better one,
          go ahead
        
        Change-Id: I071e759a55f46338b36c3cf8ac7cd5591bd9e376

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [082e1fa44cf6b3d61d571bab99407d3f38d8288d]

        more string bounds checks for sc
        
        Change-Id: I99293a91018c130415bd3816fa23f44643512a74

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [8755bef6dd4145f2eac8c18a4a7eb58c52b83d47]

        convert SolverInteger dialog to .ui
        
        Change-Id: Iec4b0d041ec0389630d21572d6c5658639d85b17

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [d05918d42a6af99758118970733cd77cb218f28e]

        aStr[0] on an empty string is newly disallowed
        
        Change-Id: I0494f06ec8709fdf33ace6772823d7b986ff5847

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [266e9392acf4fc6bbe5cc609e3874bfc91e93607]

        Updated core Project: help  4327d90e23cba2f2829a4d2bf0ed449fbeb92cdb

2013-10-24  Michael Meeks  <michael.meeks@collabora.com>  [398519cb61b3aa2df61b9b18724ced4a36eb39d6]

        fdo#69079 - fix multiple user gallery creations.
        
        Change-Id: I0539e2708b973b8bea7bd63488277f00201c6c46

2013-10-24  Stephan Bergmann  <sbergman@redhat.com>  [470b4a03bf6d5f6340c201066a10d72ad7b01107]

        Allow NONE libs to find each other on Mac OS X
        
        ...otherwise e.g. during execution of sw/PythonTest_sw_python.mk
        workdir/*/LinkTarget/Library/libtest.dylib would not find
        workdir/*/LinkTarget/Library/libunotest.dylib without yet another addition to
        DYLD_LIBRARY_PATH.  (Special cases where NONE libs are located somewhere else
        than workdir/*/LinkTarget/Library/ can be and are still found via
        DYLD_LIBRARY_PATH.)
        
        Change-Id: Ia301746842ef49393d0229915c01b61e378ca100

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [a843992b7a21d2c4bb1fc91e8465738af78c1151]

        Updated core Project: help  bb440434d0561b291c73cf467c16e803934b8abb

2013-10-24  Stephan Bergmann  <sbergman@redhat.com>  [d78b26eb9ee290d2324f70890f21bb6bdb7dd33e]

        -Werror,-Wunused-const-variable
        
        Change-Id: I32b9d2398d2d734a0d96c937b2238d8ff9a74ef7

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [124acbb11539f66aefb7d39fc61c7d99fb9409e7]

        Related: fdo#70571 allowing clicking on a hyperlink in a protected section
        
        Change-Id: I6104ee3bb0928275a0e4ffb9a7ca1be37ebc1f9e

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [19d7c0348d7caadc42d557eb6d7a93446c7cd698]

        epm: use executables from WORKDIR and clean up configure
        
        Change-Id: I69e75dbbaa16b6dc407a69ba8137c09888db50ce

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [b308526fbc07753aca7186ab84e92ae8d56d7652]

        libatomic_ops: use libraries from WORKDIR
        
        Change-Id: I9d1267d6fc14a3149fb92a486bee3023a531e574

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [b242cee828704e136a47165fb473513b9b909b27]

        freetype: use libraries from WORKDIR
        
        Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [76596b39484fdc3ffd54f68b966574ff4651ad8e]

        fontconfig: use libraries from WORKDIR
        
        Change-Id: I4b967187bca35527a3c3d718952ae0a3ae6ebae9

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [5b90662d7a93cc0e77501ad2487f5e136bbc3fbf]

        openssl: use libraries from WORKDIR
        
        Change-Id: I1e7a75ad4c8d35cb6adef8d6c4104f1955ad4574

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a50bb1701b44c6c765acd80aa38dc13e7ab9eed]

        writerfilter: implement MeasureHandler::getInteropGrabBag()
        
        This allows e.g. storing a table style's w:tblPr -> w:tblInd -> w:type.
        
        Change-Id: I653edc8912ce4e61c703bfffc6e3dcf322295b6f

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [10b12c965d29a91a4fda7b684caaf1ec738daa91]

        writerfilter: implement TablePropertiesHandler::SetInteropGrabBag
        
        This allows to store keys in table style's tblPr (no contents yet).
        
        Change-Id: I2aa80c8bee3f76a7c0090407f97156e3e3061a1d

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [8189fb2bf236abf047c00216c3b3b9d64663baf8]

        writerfilter: implement TblStylePrHandler::getInteropGrabBag
        
        With this, we can store tblPr (itself, not yet its child elements)
        inside table styles.
        
        Change-Id: I7e9008fec566e73c50c4ccfc565fd0e8a3293998

2013-10-24  Miklos Vajna  <vmiklos@collabora.co.uk>  [195ca828bb0ce5ce0e545eb6deb90f0c25f06fd9]

        writerfilter: preserve names of table styles
        
        And also add a method stub where contents will be preserved as well.
        
        Change-Id: Ide52102d1bdf6bf9d73b84ed6760f2b1e086a805

2013-10-24  Eike Rathke  <erack@redhat.com>  [642f900a09f668e9c3d09e23cc23be9d99b46268]

        use MsLangId::isNonLatinWestern()
        
        Change-Id: I3aba3f85face62e0b8d54aebb92412c350aa2923

2013-10-24  Eike Rathke  <erack@redhat.com>  [b796a2030b9814978c904979dc609422d08eb538]

        added isNonLatinWestern()
        
        Change-Id: Ie2aadab8302f365379a569989bd9640db55b9716

2013-10-24  Eike Rathke  <erack@redhat.com>  [5dcee8893a41ace34aad77530cb8781ecde8e2cd]

        raw LangID list for reference
        
        ... to hopefully be able to generate a diff when the next release of
        MS-LCID.pdf will be available at
        http://msdn.microsoft.com/library/cc233965.aspx
        
        Change-Id: I10877cdc8d4b90c6b971dfa5e05ad796fd2a2d00

2013-10-24  Eike Rathke  <erack@redhat.com>  [d4c86d0d1d36c0e972c5772bfa62932651d75363]

        shell script to extract LangIDs and mappings from MS-LCID.pdf
        
        ... as downloaded from http://msdn.microsoft.com/library/cc233965.aspx
        
        Change-Id: I07f81ca0d6230c38f1f80f93f262debdf939ca87

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [f3167bd7d33fbc1e93f0728ab06b6d67fc1956bd]

        Related: fdo#70571 say [ctrl+]click to follow link
        
        as opposed to "hyperlink". Be more generic and consistent
        across both ctrl+click and click modes.
        
        Change-Id: I673ed59fc9f3408a0c4534c6490d9bbc3598bc08

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [ef16fa914bc33b64bafb67637e6983ddc310c415]

        replace libreoffice with UNIXBASISROOTNAME
        
        Change-Id: Idf0fee94ef2c360ce509b34a2828022a8daf04d0

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [e9ce405103036b2fa0ae26d331a6cfc3465de10b]

        Resolves: fdo#70571 don't crash when clicking link in toc
        
        when link is in a toc, and Cursor in protected areas is
        disabled, causing the cursor to leap before the toc
        before trying to see what's under the cursor in order
        to jump to it
        
        Change-Id: Iaf348e3621df02628b4d2ac8c1165df7082237ed

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [7cd77d5cb0b6fd3343f2703c73e2dc4b65fc0e9e]

        WaE: declaration shadows a field
        
        Change-Id: I37a5edbc578a71cb7eba29c3191cfa36e90ca022

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [c7f83feb90b7bde9e3609795a749ca3bf2c0d02c]

        Use static_cast instead of C-style cast
        
        Makes it more obvious to the code reader that nothing wrong is going on (or
        the compiler would have complained).
        
        Change-Id: I2ab420ffeb71f5c0b68e1b7db039cb9cde6af801

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [5d0051efb99c6cbd0dc4dd655a71e7435159f6bc]

        Bin a few pointless comments
        
        Change-Id: Ia8a47bcd07cf10302b5cf6f550627e5c7cd1d9f6

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [beda848f388685b0fcb60c590fb691029c23a26b]

        The icu, xml2 and libxslt libs moved
        
        Change-Id: I202ab418d2cf0d4f0f9d7786fec837dd76abd7b5

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [4da1e31b833a2bff190dc3c6bc807e35ee724ecc]

        is this the foo we need now to download automatically
        
        Change-Id: I156c2a2d645c140bfd716f41d8c81c0656ceee56

2013-10-24  Laurent Godard  <lgodard.libre@laposte.net>  [ba88ea36d6062dcb19a499c2804dc7b973c737eb]

        remove useless commented code
        
        Change-Id: I8f26c75ac6d95f584e649fb7acf637394129ba44
        Reviewed-on: https://gerrit.libreoffice.org/6414
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-24  Ptyl Dragon  <ptyl@cloudon.com>  [9fd0abe9abfe37cb1591e1db794e0c921d95b172]

        added links to the image in tiled rendering
        
        Change-Id: Ic9d972fd67123e3ab04f023806f7f96c89a883a7

2013-10-24  Ptyl Dragon  <ptyl@cloudon.com>  [2d09baa7802e5d5bf30bd4baafe690f06a1275ec]

        tiledrendering extracts values when clicking render
        
        Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a

2013-10-24  Ptyl Dragon  <ptyl@cloudon.com>  [6a2fbb827c424704e6a4e101710d31fae5d64680]

        added callback for render
        
        Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e

2013-10-24  Oliver-Rainer Wittmann  <orw@apache.org>  [679faffc68bb854af0f55d0f218698e2f372f00b]

        Resolves: #i120879# import "Microsoft Word TOC bookmarks" as...
        
        cross reference bookmarks and suppress the import of unreferenced ones.
        
        Review by: zhengfan
        
        (cherry picked from commit e3a34e95823105fda68fd29a4ded22a9d52523fb)
        
        Conflicts:
        	sw/source/core/crsr/crossrefbookmark.cxx
        	sw/source/core/inc/crossrefbookmark.hxx
        	sw/source/filter/inc/fltshell.hxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par5.cxx
        
        Change-Id: I5898cbd33c9a17b9517040e19ca8eda4355a1eac
        
        also remove symbol-visibility problems in IDocumentMarkAccess.hxx
        
        (cherry picked from commit de9ea83df087ba3f8e614a69e8b18403d54b9589)
        
        Conflicts:
        	sw/inc/IDocumentMarkAccess.hxx
        
        Change-Id: I2f51cc4412525c6e62d120df5c7fe1c223e35972

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [87858e043fe089a816a5787c356c94e7abbddd45]

        Set carlito/calibri caladea/cambria as MSOffice export replacements
        
        so when we save one of our files that uses the chromium fonts to e.g. .doc we
        can set the in-file recommended fallback font to the MS equivalents to tell
        MSOffice what to use.
        
        Change-Id: Ia04022c91a7c43729ef315011addf33c316619ee

2013-10-24  Caolán McNamara  <caolanm@redhat.com>  [bde5e683286096b9255254b28a862e519d57f547]

        bundle Carlito and Caladea
        
        Change-Id: Ibb68ad33764bcbab88e68c35805a00287177a5c8

2013-10-24  Stephan Bergmann  <sbergman@redhat.com>  [bdd55e28fc7788c2968daaf87b782f8e6189ee2d]

        fdo#67725 unoidl::AggregatingCursor must wrap modules for aggregation, too
        
        Otherwise cppuhelper::TypeManager::createTypeDescriptionEnumeration, sitting on
        top such an AggregatingCursor, will miss any entities from provider P' in module
        M if any previous provider P contains the same module M.
        
        That happened when climaker generates cli_oootypes.dll, where the enumeration
        missed everything from offapi in top-level module "com" because it had already
        seen udkapi's "com", and only reported the handful of entities under offapi's
        other top-level module "org" (which does not appear in udkapi).
        
        Change-Id: If538391bde22bcc346417b5988cf12023f0d4172

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [32a001d85baf2b72a37b4ab8475f9489b7364769]

        cppunit: remove ExternalPackage
        
        The DllPlugInTester executable is apparently unused.
        
        Change-Id: I1d26aebe8aa67b037438bd21bb00496804c41125

2013-10-24  László Németh  <nemeth@numbertext.org>  [022c955f138e350d9a431489380c054d9766a4d0]

        librelogo: fix blinking LABEL
        
        Change-Id: I807dda255b741996480116fab22377b39bf963b4

2013-10-24  Eike Rathke  <erack@redhat.com>  [f07a011140f28d63b085445dcfbdd93806d0537a]

        fixed build breaker Serbian
        
        Change-Id: I5d8e0bc2c62f13d14f1be32786be8aec243c134a

2013-10-24  Eike Rathke  <erack@redhat.com>  [ae80e00b705d7cc16c7f85f8059c1af758e91362]

        added list of "Neither defined nor reserved" for reference
        
        Change-Id: I79402ca5c0804912198b9d78471b1608b2170e04

2013-10-24  Eike Rathke  <erack@redhat.com>  [a1065ae77821f51cae3d45d6eaf95e18595fec8e]

        fixed build breaker Mongolian
        
        Change-Id: I5100d44ceea79c4b47d2dd5bda5066c5003313a1

2013-10-24  Eike Rathke  <erack@redhat.com>  [6b678c135da07f34da1bf7b19562366361e95085]

        added/checked/aligned MS-LangIDs and mappings from new MS-LCID.pdf
        
        ... found at http://msdn.microsoft.com/library/cc233965.aspx (the 5th or
        6th place I'm aware of where MS defines LCIDs, all different ...)
        * a bunch of new definitions up to Windows 8.1
        * lots of cross-checks done with SIL, Ethnologue, ...
        
        Change-Id: Ifae8e676558c6712fe752856acca600d05d0a63f

2013-10-24  Eike Rathke  <erack@redhat.com>  [315a0e277ab929ab77bb6ecd761abb24af0beb8b]

        adapt to new IsoLanguageCountryEntry struct
        
        IsoLanguageScriptCountryEntry and Bcp47CountryEntry are still missing.
        
        Change-Id: Ie22c6031a6bf8598ee71f4720b4d4b9d5bac97d4

2013-10-24  Eike Rathke  <erack@redhat.com>  [9bffd1170cf2a1642ee956d3b9b27130cac8251d]

        LANGUAGE_USER_YIDDISH_US ought to be 0x803D instead of 0x083D
        
        Change-Id: Idbb6837802ee6f12e95914283a5eb5d61982f4f8

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [bfaea05b711ff3e204429ce9bd26c5fe63b0b687]

        gbuild: gb_Helper_extend_ld_path was rather broken...
        
        Change-Id: I03b2d8590fada4709f2223dcd05760bf2fddb196

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [b7d8ca8af95ac23f19cf1b63d1720cb0dd561bce]

        un-break lpsolve for MSC
        
        Change-Id: Iccf8f5572530412ef72f802e968778826a73d886

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [7a713939e327edd4161e55a61972fa7bea05ec02]

        gbuild: try to un-break cppunit tests on MACOSX and WNT
        
        Change-Id: I174c113dcaf31a09026d6620e8183b756396c4f1

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [122a137672d761418a549568ad8cad623dd2b4b5]

        extensions: crude hack for mysterious cairo link failure
        
        Why is /usr/lib64/libpixman-1.so not found automatically?
        
        Change-Id: Ide3929b53d130aee44ff6b01dcf2f7491a61a09b

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [831aaef3a114ef59826fc49a9c8e27d9538d0db5]

        redland: unbreak this for MSC
        
        Change-Id: Ifb1e841ed342103651e7d34d9bb47563c4015b23

2013-10-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [59585984fcede9dcfce44557b7076ed682059e1c]

        When failing, we need to return an invalid address.
        
        ScAddress() gets initialized to a valid address of col=0,row=0,tab=0.
        
        Change-Id: I9f12b4b2329e2c9907b9c8113371d963fc06f442

2013-10-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5b483ed15d70bdc34b9520632ee569db0e6c4f9d]

        Cell note deletion should happen even when no cells exist in the column.
        
        This fixes one of the API test breakages.
        
        Change-Id: I8168d490ec5d519e151a74fb8c4343337262f15b

2013-10-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f068f1ae32f4243d8f8f8b90209508b1b5906548]

        Bail out on first hit. No need to go through the whole set.
        
        Change-Id: I044432a1d4e63f49731c24e4eb62525386818620

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [83c4ebbe673f992661a12283c845499c4f053c7d]

        remove pointless use_libraries
        
        Change-Id: I5cf4170867fe40a59f5809c466c0be2255c151d2

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [714b93b4ec16d951d72037d1ccfcb4a225f06eec]

        fix curl for MSC
        
        Change-Id: I61316f0912e4d70c0a28bfa055c07018c39a6b10

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [77fe50b0f674253f390796f5d9bbf367c443f0da]

        cppunit: use libraries from WORKDIR
        
        Change-Id: I5ce895e6cadc874a3464e6109dfbedd785dbac77

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [936a1a9daf5d7feb4e1ebe0a2ab237f21c7bdc85]

        curl: use libraries from WORKDIR
        
        Change-Id: Ib4a3aef1ff1d42270e737659b3f663260d3f1175

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [30e1d4c0a9202d5c8057efdb0bfda11f46a25251]

        curl: libcurl.so.4 goes into instset, not libcurl.so!
        
        Currently we ship a libucpftp1.so with NEEDED libcurl.so.4 but that file
        is not actually in the instset, just a libcurl.so with SONAME
        libcurl.so.4.
        
        (regression in LO 4.0.0)
        
        Change-Id: I3a194c83c408587dd83ed4c690aa381664040c6f

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [25f65f26a25e1ca275e54b9f62c45c7e872adec9]

        lcms2: use libraries from WORKDIR
        
        Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [b177b3067539f6c80f223b08ec772b174e721e8e]

        lpsolve: use libraries from WORKDIR
        
        Change-Id: I9b0aba0050d73287887de2d7d2376d9aa6303150

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [d89f48b43cae00be567c3f33bb276e12ca8959b2]

        cairo: use libraries from WORKDIR
        
        Change-Id: Ieb28a48c5fe3b0d89261ff790ecc9db2b5bbf21c

2013-10-24  Michael Stahl  <mstahl@redhat.com>  [2793c546dc3bb1ea0f187bd79b33f77fd3df5afb]

        redland: use libraries from WORKDIR
        
        Change-Id: Ief9a38cbef7552e94ce4ad01fa363a29654bdf9e

2013-10-24  Tor Lillqvist  <tml@collabora.com>  [0f803f73f938087424eb3aa5f870e70b1c249d73]

        Enforce avoiding looking for non-existent system dicts on OS X and Windows
        
        It is totally pointless to look for "system" /usr/share/myspell,
        hyphen and mythes dictionaries on systems where they don't exist. Use
        only bundled dictionaries.
        
        (For OS X, we have code to use a system-specific spell checking API.)
        
        Change-Id: I13aed7225d003e608f61de95671feb2e50b26c25

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [75b7ce9c66c682564b3cc15ffb7914ad5e432298]

        fixincludeguards.sh: chart2
        
        Change-Id: I166e054926fb975949b3021cbc43b25a222f6198

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [0a1efdbcd25848a7cf09d1a72433d031f9888f25]

        remove unused header file: servicenames_charttypes.hxx
        
        All definitions are unused. Here's the right file:
        
        chart2/source/inc/servicenames_charttypes.hxx
        
        Change-Id: I61e8e36e0ce7a318e1fbb2a3a2bf92e2d972c1c4

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [3b58ababc566adef48d8ab600489e554c4585b1d]

        fixincludeguards.sh: sd
        
        Change-Id: Ic831838b377656015d645eec9d439424378e08af

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [3a6148e8114a5b980dbedadacce2074390d81555]

        fixincludeguards.sh: filter
        
        Change-Id: Ifdb49a0fd5f658056b14b7c2f4e323dd38b412e6

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [eb24baec8cc465218ca34302c2ddd2a24e023414]

        clean up messed up filterdetect.hxx
        
        Change-Id: Ib8c7c8a560e2f567df9e4a0ba7dc6b05d9e9e66b

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [231ee53f4d40a0c24da575bd75f8f8133d39b9b0]

        fixincludeguards.sh: oox
        
        Change-Id: Ibc1fb5c149461d6030749a974c6d37aa11ad0e16

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [d9fce11172d20856fe1d82fd5f48808b8265ecfd]

        mark as copy and paste
        
        Change-Id: I315e6d2d75ec15655f0c926339b5af0e50a1190f

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [7484da43e5233498606ab44a70e86a83c6f49e07]

        fixincludeguards.sh: vbahelper
        
        Change-Id: Ib744fe11590c3c03b55606fa9746cd7ed522ab2f

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [a45953ed7c69a33dbe6609e85770b29da29a2167]

        fixincludeguards.sh: xmloff
        
        Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [9e775eee3ec964806209656509446b7e1bb92063]

        be verbose about which guard definition is problematic
        
        Change-Id: I883acce26266b304e83bf898f86da12549a112e5

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [1130a359cb89028b42f366f46bdf034ad13ae540]

        fixincludeguards.sh: include - the rest
        
        Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [29c0fdc6457243e7b7262b4db86c82b23a7ee0f1]

        fixincludeguards.sh: include/{basegfx,basic}
        
        Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [10860425b6f325350fb4df59927a63b8d1b85901]

        fixincludeguards.sh: include/editeng
        
        Change-Id: I5a172bb12b62940b9994b2740e054b43145b08f0

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [10d0526d7273df6b52a2f46b68fb0e63f9db0d92]

        fixincludeguards.sh: include/o*
        
        Change-Id: Ibd5d8af00f6582d53231c76e2b04e737b5804497

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [0bd7f12d41567842b1e31514e1d84340d90f5b42]

        fixincludeguards.sh: include/c*
        
        Change-Id: Icba422d99836518a1b662b15144bc9334bed1473

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [f20eef009438883ebc205c9cce3e4bac87256f29]

        fixincludeguards.sh: include/u*
        
        Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [4e0670b763c19bf369db56d03dc5add669c21ac5]

        fixincludeguards.sh: include/{toolkit,tools}
        
        Change-Id: I5572c320431222be2405f8c2dc8adeafe4f3828b

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [dbddac3261b42e8593aa7fae21d1645e57a61cb7]

        fixincludeguards.sh: include/s*
        
        Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [d0df04f299a6634075c8410f5c5e01e57f6fae68]

        fixincludeguards.sh: include/vcl
        
        Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [b95ee1be9b45352344b090d5b97e25f75b353c52]

        fixincludeguards.sh: include/xml*
        
        Change-Id: Iffab819621615c59709c087202cc578af00dd799

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [027ac563630d06aa52801f6b1d601132b96db236]

        fixincludeguards.sh: include/svx
        
        Change-Id: I2c280be12f36c1538e922286745aabc62482423d

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [7921e92cf9853cadb592318c04c302816216035f]

        remove external include guard
        
        Change-Id: I78a816b23a0cc118a61a39ca21d6ec234fd39749

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [6ad1aaef0efb182d84a73519cc5c55c7c5ddf17b]

        remove some legacy stuff
        
        Change-Id: I49716ca1c780a33d8c5366ffc8cd4f363ac0a086

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [a91068b83baca886d080215728597f5ae06d459d]

        correct indentation + remove guard names
        
        because the script detects those as "used in other files"
        
        Change-Id: Ifacb337338e60a194047689c16254154c867b606

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [52a7238aedc157f47ed036d8c08b705464d13f6a]

        Improve test assertions
        
        Change-Id: I5c5a76ca0e1db699dbb9f3fd381e050fc7256d27

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [fe5fa933e2c237cf902e65de821b5aa29c56e9a7]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        ...I assume this is what was intended?
        
        Change-Id: I36e4602937f45ba5f8cc17d3e0f0a69ab373e1dc

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [79acd67d1f79abc54ba7ef872d660fffff78849a]

        Missing mdds_headers
        
        Change-Id: I8a4ef636aef382d75ae5e84eeb4f3c5caf8ed02f

2013-10-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3347f41a9b13c317c1d001e7ff501a4b0ee8f896]

        Avoid exposing the internal cell note storage outside ScDocument.
        
        Let's try to avoid including mtvelements.hxx in document.hxx...
        
        mtvelements.hxx is very parser-heavy, and document.hxx is included
        everywhere...
        
        Change-Id: I2768ba6e25f8ff10f61f9cfd4a7cbc4844230630

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [c1cc1861ea6a656645885938dac9e4442d96510b]

        android: try to find ICU libs
        
        Change-Id: I70d15c10bbe22e5a1030813d531cf98f834911ea

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [d7ddb18d41c7f58a28ba428defb4632d99f0ab6a]

        icu: apparently "icutu" library is only used by genbrk etc. tools
        
        Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [e353b2bcc26b8f6c12a916dcd67587ea89f3db55]

        icu: use executables from WORKDIR
        
        Change-Id: I74b9d1dbcb3e8f7f2cc092dad60266cf60475367

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [a92f80fdca36976ecfaed84eaf29b14f5503603a]

        icu: use libraries from WORKDIR
        
        Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [dddff6e51dd8dd755f9afabccda4ee91e1ecc78e]

        Makefile: make convenience targets like "make icu" work for external/
        
        Change-Id: I6cf2e6bd1c52412339ec6bab98b3f1b28cef1032

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [5486fd99e185833f1defa9681ef48f50940a65db]

        Fix syntax error in the LSMinimumSystemVersion value
        
        Change-Id: I462a4608e93647e04e591628459e09d3661aec4d

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [56a9582981d3cae0b74fc0c75b2aa94ca3cae26c]

        Fix indentation
        
        Change-Id: I8471214bb2d65d46f2123feb8ff33bf46bbba1d7

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [8eb7d02999b7f40bc364ebcd61ebd454c04aef2b]

        WaE: statement aligned as second statement in if ... [loplugin]
        
        Full warning message: statement aligned as second statement in if body but not
        in a statement block.
        
        To make the warning go away, put braces around the if-ed statement (a for
        statement). Leaves the stuff afterwards still oddly indented but will fix that
        in a separate commit.
        
        Change-Id: I875569de8aa7ff587eda0da241723c900486dd43

2013-10-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [196f980012739d94654e6863b85b2e49f7e1a1e5]

        fdo#54938: Replace existsValue for cppu::supportsService
        
        As now ::comphelper::existsValue is not used anymore, we're removing this too.
        
        Change-Id: I9bd2544a9c378f5a18746255133f5684867e0114
        Reviewed-on: https://gerrit.libreoffice.org/6378
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-23  Kohei Yoshida  <kohei.yoshida@collabora.com>  [786153a048e773fa094429708023c7ffc76221e3]

        Build fix.
        
        Change-Id: Ic95bfcfa618e5b4b964c69a01d01f7448943e69e

2013-10-23  Laurent Godard  <lgodard.libre@laposte.net>  [d980db9a974b4153f48bd2ae0b82500e46de5239]

        remove warning [-Wsign-compare]
        
        Change-Id: I1a131294a7ea6e55a97394caf10aeea1e55e0e00

2013-10-23  Laurent Godard  <lgodard.libre@laposte.net>  [e9ad3dfae6f01f8c7f37149043b2af7a12fc7534]

        remove useless include
        
        Change-Id: I2fe9aee0d08238013dcae68cdb1ae2483d59c120

2013-10-23  Laurent Godard  <lgodard.libre@laposte.net>  [759bdbbc348d320994813a9de1a7927b795580a3]

        Re-implement cell note storage using mdds::multi_type_vector.
        
        Change-Id: I34ea91e360e2a6b85d65f970c6e43db687d213ca

2013-10-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ae88290f87acf693fed02140ca384ec15589616b]

        Fix build of ldapbe in Ubuntu
        
        Change-Id: I6e3e64a0e9a0510401f9b8ddbf9e18e2d6caba3e
        Reviewed-on: https://gerrit.libreoffice.org/6400
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-23  Oliver-Rainer Wittmann  <orw@apache.org>  [c4498251cb7181a9f272b0720f398597c0daef09]

        Resolves: #i119963#, #i120877# import and export actual TOC content
        
        Patch by: zhengfan, Oliver
        Review by: Oliver
        
        reintegrate from branch writer001
        
        (cherry picked from commit 8f2a21eac4a904db3cc4c448179e2d2cf5878ef4)
        
        Conflicts:
        	sw/inc/tox.hxx
        	sw/source/core/tox/tox.cxx
        	sw/source/filter/ww8/dump/ww8scan.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        
        Change-Id: I75b2971f23754afa0bcb0b549bfb820dd5924b3b

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [e2d8e4716ae1276e750139d4e292c198f03228ec]

        Install SDK cli/cli_cppuhelper.dll after all
        
        Instead of removing it from odk/Package_cli.mk,
        c0c7df91469d3306baa6708b0a8ab4eadc0e9097 "odk: remove cli_cppuhelper from
        Package_cli" should have referenced it from solver's bin/assembly/, where it got
        moved by 8865b7f013bcd9b4ce41dd98be28ba28aeb22e66 "fdo#55290: use the right
        native library name."  (And "It is actually installed by
        scp2/source/ooo/ure.scp" too, indeed, but that is a red herring and is true for
        all the SDK cli/cli_*.dll files.  My take is that they are required twice, once
        in the GAC, which the scp2 settings are for, and once for SDK code to link
        against.  Note e.g. the reference to cli_cppuhelper.dll in
        odk/examples/CLI/CSharp/Spreadsheet/Makefile, building which from within the SDK
        failed now without this fix.)
        
        Change-Id: Ia906a4dc23e1e232ddb3dfac49dd190d1de45917

2013-10-23  Noel Grandin  <noel@peralex.com>  [8396cce9b5d9a4e3cdccc558eb1b818460f0987a]

        clean up places accessing the NULL at the of an OUString
        
        There were only a couple of real bugs fixed, but we're a little
        bit safer now.
        This also fixes the assert and the comment in OUString::operator[]
        about this.
        
        Change-Id: Ibe16b5794e0ba7ecd345fa0801586d25b015974c

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [763114f8b7a7705e1b28226da33bf00016ad7982]

        libxml2 and libxslt libs are only in workdir now
        
        We really should set up this list of all the libraries (even one including
        wildcards) in a single place in configury. Now this information is duplicated
        in several places. (Such a list is used when linking a single (app-specific)
        DSO for an Android app or a single executable for an iOS app.)
        
        Change-Id: Ic77bdd5a4e58686693f4ac3987ba73bca011db3b

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [f852bda5ecf68c9450925bc95138509ffadb4a43]

        clean up some include guards
        
        Conflicts:
        	sw/source/ui/inc/content.hxx
        
        Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6
        Reviewed-on: https://gerrit.libreoffice.org/6388
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [b009e8fd4fce06d9abae8aaac8750ece7df212e4]

        fixincludeguards.sh: unify all include guards
        
        The include guard gets generated based on the path of the header file.
        
        INCLUDED_FOO_BAR_HXX for global headers in include/
        
        INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else.
        
        See fdo#68849.
        
        Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8
        Reviewed-on: https://gerrit.libreoffice.org/6386
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-23  Thomas Arnhold  <thomas@arnhold.org>  [da18612bf67b1f7caf9d94f4d8cb7fbd626e09f2]

        starmath: fix include guards
        
        Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4
        Reviewed-on: https://gerrit.libreoffice.org/6389
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [c400d41b93421268d1b71f9b029285fc8a855ba0]

        Some clean-up
        
        Change-Id: I87cc4a6840090076007d268ae19eb2cfd3408e7c

2013-10-23  Joren De Cuyper  <joren.libreoffice@telenet.be>  [99ba2fd24fcfc086353221d78ae64ffe159db3d6]

        Solve fdo#69926 Wrong default notation for galaxy icon theme
        
        Galaxy is our 'underlying' icon theme we use in LibreOffice. If an user
        choose to have another theme, Galaxy icons will be overlapped by
        that other theme. So in general the 'default' template _is_ galaxy, but
        not for the end user. Different OS have different default theme and
        are marked with '<themename>(automatic)'. To avoid misunderstandings
        I delete the term 'default'.
        
        Change-Id: If6a1ac781cb68eeb690edf1408c7ce4c62f2ec8e
        Reviewed-on: https://gerrit.libreoffice.org/6321
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-23  Stanislav Horacek  <stanislav.horacek@gmail.com>  [8f0afc05f58630cabadcb67f6acc4998a7e7a258]

        Updated core Project: help  8fcc6911b8df398f174ac564569c7bbc107f8dfc
        
        fdo#36964 change "Remove Filter" to "Reset Filter"
        
        Change-Id: I92a3883dcafa360f3fe2ec2b065c878f39ad7e11
        Reviewed-on: https://gerrit.libreoffice.org/6323
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-10-23  Caolán McNamara  <caolanm@redhat.com>  [9ecf5b47b9abb5e08eef3e1ff73267f0b5a74dff]

        Updated core Project: help  865be6c72e883d71ed9c62d956e838eb9d86aea6

2013-10-23  Caolán McNamara  <caolanm@redhat.com>  [4de7cabd467c1ae3c94d2d32b867b5e7f956133d]

        WaE: -Werror=shadow
        
        Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1

2013-10-23  Caolán McNamara  <caolanm@redhat.com>  [05ef22774ac842ffff96eeec3a3cdcfa3c292d2f]

        convert input string dialog to .ui
        
        Change-Id: I2d40924e77f075024aed54548ffda8a162f7af91

2013-10-23  Ptyl Dragon  <ptyl@cloudon.com>  [ea2738ec4571530ef2e40f1c9862a358df3dd08c]

        tiledrendering opens files
        
        Change-Id: Ifbf5a3aad016e1c90c4c331b2f72b44203717f90

2013-10-23  Ptyl Dragon  <ptyl@cloudon.com>  [4db91c7db633b2e141d340bead677458f2d511a7]

        tiled rendering file picker works
        
        Change-Id: I9936b7d366c5f02a973927381480d064eba710c6

2013-10-23  Ptyl Dragon  <ptyl@cloudon.com>  [d2eb26b4979b18c0cad0a57d9081e9f4c367f9f7]

        tiledrendering extracts values when clicking render
        
        Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a

2013-10-23  Ptyl Dragon  <ptyl@cloudon.com>  [d8b87516c041c2e86973a7649e50acaebf4ee6d9]

        added callback for render
        
        Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e

2013-10-23  László Németh  <nemeth@numbertext.org>  [96babc1a492ce78b2e650d75cf3ba72bcad98d25]

        librelogo: support linecap settings
        
        Change-Id: I3d501900f4a2bc2424f4133e4fb9f3efe8b0c510

2013-10-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [8f6d2eef50e1fabac30233c23a800da2c1c8ebc9]

        fdo#54938: Kill ServiceInfoHelper::supportsService and use cppu's instead.
        
        Change-Id: I1c2d95e4c3fb6242dcb4cdb88cf9733471a3412b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-23  Andras Timar  <andras.timar@collabora.com>  [3e53bb6b67ca229a6a57b3d8847404b2feed8103]

        remove comment that is irrelevant after the death of String class
        
        Change-Id: I791b007b68247a041f33d779276d1bb0d7e06e78

2013-10-23  László Németh  <nemeth@numbertext.org>  [3f98d1aeadd07d2fcf37c8a645ef6d5afb7eb7dd]

        librelogo: optional SVG/SMIL looping (at ending SLEEP)
        
        Change-Id: I3c05c5f7e1721a20e6eab12e2aa620aa917b7378

2013-10-23  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1ed2c24a6e638ad7793c46427e4c49e42d435239]

        remove RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: I0bce921bfc7102b9a33b1c87eee3ddec0ebaed7b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with one little typo fix

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [cd7c0c6adfff3509630fda21d483c2cf5d76d275]

        There is no inc in solver any more
        
        Change-Id: I83c1001d67a9c3e5c2a6e2ff4c93a97214f24475

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [c95393cbf35fd59be203c38e52ac627ff0a184d3]

        Add dummy implementations of the UI layer callbacks now required
        
        Change-Id: I2caaac66758863b0f384df13ab30526f21be1e8d

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [e165bf2af00e743cd6113e293f8db7bf749d6f53]

        Define SAL_MATH_FINITE for Android, too
        
        Using the same "finite()" as on (GNU/)Linux seems to work.
        
        Change-Id: Iad3baa967194f09d7ca25fb9b316b780de5bb90f

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [2a8e751eb562700f1814fb9c254ba37b29c9e547]

        Improve test
        
        Change-Id: I54e939b7bca883f1c92c957c66ebf47259c92a46

2013-10-23  Stephan Bergmann  <sbergman@redhat.com>  [51ac50b538534f47af78379628460d29eb6589cf]

        Fix and enable CppunitTest_comphelper_syntaxhighlight_test
        
        Change-Id: I2b2aa5f5afdbf58ec3ac2447db370bcb7d1778c0

2013-10-23  Noel Grandin  <noel@peralex.com>  [7a06928bcf638e1eeedebc9d53c306a1b852cc9b]

        convert code to use OUString::endsWith
        
        Convert places that call
           aStr[aStr.getLength()-1] == 'x'
        to use the shorter form
           aStr.endsWith("x")
        
        Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6

2013-10-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [a55d02bacb2c8f21cba759c8fe3931df07a85b0c]

        macosx: add a LSMinimumSystemVersion in Info.plist
        
        the minimum version is set based on MACOSX_DEPLOYMENT_VERSION
        It's purpose is to prevent the generated app to be executed
        on a system that does not meet the requirement
        
        Change-Id: I4ec09f8d1f96af1263d40bbe0e4b144c9622bba4

2013-10-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [48331c402fa5f22aed4067947fffac20fe61df14]

        add a distro config for MacOSX 64 bits build (10.8 min sdk)
        
        Change-Id: I21fbfce72cdf7446845df8ae8f65d6d899163d2f

2013-10-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb13f2d92ca7a1688a5b7849b58e0e36f16fe557]

        add inital test for syntaxhighlighter
        
        Test is partly disabled as we still generate invalid tokens
        
        Change-Id: I1a9b03b9bbe2ed7087c6ab7b6d0823ac1d058ba7

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [7f614ac933524d798724895827b255b0d36dcc6b]

        nss: handle libsqlite3.so like other libs
        
        Change-Id: Ic000787d9a3155d95bd2f5db531192791650392f

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [cffad630256b5a7f9bb9c075d39b71b7c4f4c989]

        nss: remove nss-config and nspr-config
        
        Apparently curl is the only external that is looking for these,
        but it turns out that we already pass --with-nss=dir to its configure
        which overrides the nss-config/nspr-config calls.
        
        Change-Id: I967e74a74690a64b5bccfd98d1509bba1dd12259

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [d2f62c32e01e186f3cc0ffe7f9341be86d7f42b5]

        nss: use libraries from WORKDIR
        
        Change-Id: I120fdbd32d3c20df7f2c6f67e0df6de216606396

2013-10-23  Michael Stahl  <mstahl@redhat.com>  [52004a886bedd97944c5c723afcae9b44292349d]

        nss: what is libnsssysinit.so good for?
        
        Change-Id: I6b047d8e6c6e747cc5fd8b3cde14486138c56d84

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [1533952b46abaafdc6f05356d2d5a71749146b7c]

        WaE: declaration shadows a member of 'this'
        
        Change-Id: I1f5b3ffccb89a5b9111e60c0a1943e1642c3499b

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [5040ad523e0e4ad336e2449030516f5a90ea5656]

        Remove unnecessary component_getProcessComponentContext C wrapper
        
        Change-Id: I9d9f1a542dbbfc461dd27c32b57e4cad5532fab0

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [bcc31e249fde6536ab96ffcf2a8e542275efa69b]

        Simplify SVLIBRARY
        
        Change-Id: Ib1c3cdca7652f5621ba79b1e3590a9241021c389

2013-10-23  Tor Lillqvist  <tml@collabora.com>  [54ef5bd641ef5c6938b591697115d63af381ebc3]

        More work on selection handling in iOS
        
        Got the selection start and end handle dragging working... The trick was not
        to call SwWrtShell::SetCursor(), but SwCrsrShell::SetCrsr(). Sounds easy but
        took a lot of guessing and experimentation to figure out. Anyway, now it does
        what I had expected it to do a few das ago already.
        
        There are glitches, especially in corner cases like if you move the start
        handle past the end handle or vice versa.
        
        more
        
        Change-Id: Id6c1d99a4052531789bccf0d48165cfb41b89cfe
        9b94c0dd55b04a7b6b3c40654562a9c51fa9b450

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [025bd0fab4cd8e4f90c362ec03b51c23e0a55655]

        Add a file
        
        Change-Id: I0d0934d964143231b11356fc25cc3e6dad289d15

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [4c3b1dc1a10952288e3f0886fc638ee48454a9ad]

        postx.h: BYTE, BOOL, INT8, INT64 should no longer cause problems
        
        Change-Id: Ifd5e918028c15c4b2b61ff1612ae27ed96f45d3b

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [4853cd4991c4f27d3bbfb8dbbcc5f2c4b84ee6b0]

        vcl: convert some BOOL to sal_uInt8
        
        Change-Id: Ib0d90de832bc8006eaa62b55abb416e2d19b4782

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [93f9f1bfd10560882380970603aa934955598053]

        sfx2: remove obsolete redefinitions of Win32 UINT64 etc. types
        
        Change-Id: I6b7acb44c16bcf4d3f8bcc338cb785fb7262eae6

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [1bfbb58082f9b600110b4a7b7510fbd8d35fc3d4]

        premac.h: remove StringPtr mangling
        
        Change-Id: I94f5331fd00602778421ff6ba5f96cf2366cf1da

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [eeffa03b51efaaa6361ef876bffa476e31598002]

        prex.h: remove String mangling
        
        Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [3e11d7a6b89ed426257c1faa80fee08c97c2e388]

        sc: remove StringPtr type, just use OUString directly
        
        Change-Id: I2e74afb0c5bdd4d980feb43500117e731cdf578e

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [e6c47b03d06d2e0c4b924baaf00d9a2412dc40e2]

        libxml2, libxslt: use executables from WORKDIR
        
        Change-Id: I1324c8f21e31c69b9780136cc777e1aea3bc546e

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [c03ff5ebc0f008825e45285f7c4021329bd60c05]

        libxml2, libxslt: use libraries from WORKDIR
        
        Change-Id: I3067e3c819a4918e1d3c91dc0e0cfa3e4fc92b3d

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [37563db622eef1bf13fe78b21507fba033586560]

        firebird: use libraries from WORKDIR
        
        Change-Id: I6dce79824c1b138226f5661878442275df6aff58

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [03e9845525037a02dac320ad09fb6eed34e9f0da]

        firebird: fix typo in b0f00d38254eca70e196e1580faac4a215bc2b12
        
        Change-Id: I824721abeecfbd6d9592e00f73f6ef4b6e6d54ac

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [db9d9c1277fc77f3a3ea2d755bce94608b732018]

        Bin some pointless comments
        
        Change-Id: Ia7c5b1654f3decc549b363c4443863f40c3f26e6

2013-10-22  Thomas Arnhold  <thomas@arnhold.org>  [67b368c54ab2a7e2d29231e20d89ddfdc2f263f6]

        imapdlg.hxx: cleanup
        
        Change-Id: I27240d18099f73e6a327ad1c259ddc3f32a02ce6
        Reviewed-on: https://gerrit.libreoffice.org/6387
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [b566f08a480d2af3c71dad9b33f0b69adafaf0f1]

        ImplCalcSize etc can be const
        
        Change-Id: Idd1e33b6da8be9575e74701735f0dbc742849c07

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [7e322f2d784de63085a84c0012ed5096ad863b83]

        drop unused StringCompare
        
        Change-Id: I09a350dbd35a04f737d360bff7804dab74fdce82

2013-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [a4d39c8a2938b7d2b4d4a07e3718c3c1a5fc8df7]

        writerfilter: remove unused DffBlock class in doctok
        
        Change-Id: I4b8cd7d7166f100bd718d2bf00ae44d347000f6d

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [520a67ccd3f974c66e222b3f5dbc6d343ec90666]

        Make violation of "trailing OUString NUL is impl. detail" more obvious
        
        Change-Id: I4e91b73dc276f984a4fe324c3a80cb94e8df6ee3

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [8e48edad588dbbb79c0857c3d8bbfd7434a40594]

        Minor clean-up
        
        Change-Id: I48280cf6e12a5219adaa34f57323a93d21c3f554

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [93e652d1faf6584173161f8ba8ab00003280203e]

        HighlightPortion's indizes into strings should be sal_Int32
        
        (Had to fix type of some variables holding TextPaM::GetIndex() values from
        sal_uLong to sal_uInt16 to avoid -Werror,-Wsign-compare failures when comparing
        those against HightlightPortion's nEnd.)
        
        Change-Id: Ia8a0ba682ae28e86e394ee48adff3225eb8de053

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [99327498541ed25304d5909d29ae2f126d855f23]

        Use conventional std::vector idioms
        
        Change-Id: I4d26372ea40e7890b76461a764435f8948466ae1

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [b7f20ef33f5a32cc4726db3ff22056850426073e]

        Unwind HighlightPortions typedef
        
        Change-Id: I0ecc15f9bfd557d0a70a05536906a4984a46463c

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [c9bca105cae2768fc8b80ed35fcbb6ed11391c9a]

        sw: try to fix Android tinderbox re String
        
        Change-Id: I73ab199eb12a89373ca75cb659a77550d3512653

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [a7724966ab4fc8cd680a20e4f2a65f276e001a39]

        Bin comments that claim to say why some header is included
        
        They are practically always useless, often misleading or obsolete.
        
        Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [1cbe2313edda8a04f0fe233b4a29ef4e2485f557]

        Terminating NUL at end of its buffer is not considered part of OUString
        
        Change-Id: I3eb11659d1bd45327b66abb567e3ccf132d31915

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [8ce49bb3f45d2dbae594b24c4a3b936cc4feaf09]

        libxml2/libxslt: no need for libfoo.so.X.Y.Z files
        
        Change-Id: I0ed69bcfee650ae403d793b27db4ad906132efed

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [48e590c9a95339d2ad8ef6cbaeac422223d57aad]

        nss: stop delivering libsqlite on Mac
        
        Change-Id: I90fcfb9f5fe62eb394359716d0ae96b216f2e07e

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [2bcb5f5c36616611880e29d15a6f7327d506c54d]

        Fix tools/string.hxx remnants
        
        Change-Id: I06c95dcfcf2af14e109fabdde69bf98d06801331

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [e0280873b89aa5ac518b2e76175bc2c6103729dc]

        extensions: try to fix WNT String
        
        Change-Id: I17ec25a836eda7bb023c440db1f40186b6156067

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [c0e827297bfc7cc723059648fff590b798ff2109]

        stray String in extensions
        
        Change-Id: Iea98e52fd026d93f68ab9916ccb583b156d5c9a7

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [ef23018f6f3338adeee06de8a989781347a1dea8]

        missing header
        
        Change-Id: I84aebf0e107add76dfb293b3a34a30705fd0b3a6

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [dd28837249088bf6e6ec11ed01a01be6f1774985]

        vcl: mark more Image constructors as "explicit"
        
        Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [61027a637760087ee716f64ae0f216ef2a640108]

        vcl: Image: mark newly added constructor "explicit"
        
        Change-Id: I6d114e932d113f3d126cac3f7e43fade2a740245

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [0f96de25ee632b6e7cdb17996eb59e6521a3ef0c]

        Makefile: remove broken "usedcxxfiles" target
        
        Was (accidentally?) added in 99f8cf1221b216c301e000eab88d75dbe9e9aa20.
        
        Change-Id: I099be6c3e480a8365f2ffea371be435194973c5b

2013-10-22  Michael Stahl  <mstahl@redhat.com>  [621b30e277128018432397860a46c932ff82388c]

        Revert "Repository.mk: adjust layer of libraries in smoketest instset"
        
        This reverts commit 1b736bf55e8ca79a06faabfa9866fffa6cab6c81.
        
        Obsoleted by commit 359472b2b50165966c27c239eccd3ecfb03e2acc.

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [800f387af08f243e7d532ad7a78df1e3d6ad80e4]

        bah, Len->!isEmpty
        
        Change-Id: Icc09ef129d39575e02de4eaf1e371e3de8758eb3

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [fd2b292f0d5c1994244c41555d403f14f9f44875]

        Updated core Project: dictionaries  8106a55e4469c5d2bbdfac8a6816153843ee6b83

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [6d7c2a44870ef6427dd944769b1bdbd80b9f8f91]

        aqua String remnants
        
        Change-Id: Ic574acda26775848918dc42ce3bce43c731ae267

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [989cffdd126c3e1ec404500997d6e95865f1c890]

        some sneaky strings in vcl/win
        
        Change-Id: I489b0088302016fb403fed090be9de9d6c213350

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [a537db8762d93009651d48b9b6a1782eaa842866]

        Bin useless swmod comments
        
        Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb

2013-10-22  Jürgen Schmidt  <jsc@apache.org>  [ed445d95eda257aef5efeb4ed55ceb43a00b8343]

        Resolves: #i75731# check output stream and...
        
        throw IOExceptioin if it is not intialized
        
        (cherry picked from commit cf17f922f01bd75643749a7fd01a03f8167bccee)
        
        Change-Id: I07f6def513ef54b736689bf22565645f0c313982

2013-10-22  László Németh  <nemeth@numbertext.org>  [a888280ccbbfab1fbff3ff8e99c1cc500b9ff3db]

        librelogo: fix black (not refreshed) invisible filling color
        
        Change-Id: If0f37d480a745a4d245c4c6cf114374223fda610

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [858d3adbd734cb2955f8255a619117c25bf15b01]

        missing headers
        
        Change-Id: I62a0e0d4d1d297c8faf1b684d845a630aa3a1a81

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [b0e6fcc9fd7c22744b74ef35a38446f853ef9532]

        sneaky macosx Strings
        
        Change-Id: I4baa3c144c357d3622c1d6b6a32435e52059d897

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [438f5cf4229dafe2100e36d818b05535091054d7]

        Resolves: fdo#69975 honour custom show settings
        
        if a custom show is set, then don't override it with
        current/first page, just accept it
        
        Change-Id: Icd04711028b3e11a576df6cd325ddb0db8974111

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [368e94ce33bb4de1d2c0348082a349331a17f332]

        merge all three ShowSlideShow impls together
        
        Change-Id: If82f6313b258a79d59fbe34ab7846db5f9f45f76

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [a1b0b68c0f1fe2467cddf021e09123085d043de2]

        bStartWithActualSlide is always false
        
        Change-Id: Icf61858730e2576439fdc7bdd1c8a911f2b34bd7

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [ab1b996afac5dcaa222598dd29628b52a5e1903d]

        Remove unused SfxObjectShell::bIsTmp
        
        Change-Id: I14b495067e25e9a80c08b08ff2034b7bfe1e6759

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [b37e2dd071c83454b3b06c0959a76b6012f53abb]

        Resolves: fdo#38838 remove UniString
        
        hammer silver nails into coffin and bury in concrete
        
        Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28

2013-10-22  Jan Holesovsky  <kendy@collabora.com>  [b9eaa646815bf9b400ecc0d5726de5241428cf34]

        Tiled rendering: Finishing touch to the tiledrendering.ui.
        
        Change-Id: I1fb7c2cfdf8ffd69f8a2b4e1aba195939424606b

2013-10-22  Ptyl Dragon  <ptyl@cloudon.com>  [b3ed2a26e77c89c7b305b12c2ac1b422ef9d9821]

        added the tiledrendering ui from glade
        
        Change-Id: I8c32f5f3e09d2dc6214a76cd15a0b3adba62824e

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [4e40d2ef4b187183d13eef98b976b00765d94ae5]

        typo
        
        Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [ad24ad98818fed80980ac5f49b431d0fa66e5eed]

        CLASSIO is dead
        
        Change-Id: Ib08fe1f8faf9d4a527ac84d69eaaa19eb7102a6a

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [a03153468db0c9c0bdf3bc886dce4d9473016c5b]

        If they are unused drop them then!?
        
        Change-Id: Ia5390025eb8b71296ff019461ace88117bdc4236

2013-10-22  Roi Illouz  <roi.illouz@cloudon.com>  [073ee020d01da56906ab1d40a3688a372f423fb2]

        emantic name changing fro LO_LDFLAGS to LINK_LDFLAGS
        
        Change-Id: Iee16bd0d774a9c24834a2a0882d301a9255d7bd9
        Reviewed-on: https://gerrit.libreoffice.org/6372
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-22  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ee5661ecd3bbeae38b04cd3f582a320a231d11bd]

        fdo#54938: Adapt supportsService implementations..
        
        to cppu::supportsService
        
        Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14
        Reviewed-on: https://gerrit.libreoffice.org/6370
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [c82a36f9c7d89fa434d3dff896c290964326f5bf]

        Remove unused SfxObjectShell_Impl::bIsTmp
        
        Change-Id: I4040d4758a3753c2177aa2a7d3dba6c85b089b25

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [ee337e7ed61d1ee6fe37520eed30805329c44fb6]

        Try make this more robust in slow environments
        
        ...where the previous .uno:PrintPreview request has not yet been processed, the
        same way it had been made more robust for ScAccessiblePageHeader.java in
        5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
        environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
        intermittend DisposedExceptions."
        
        Change-Id: I4b0ca00c04c2b1c8ffbfe4aaf926305ee9b51f30

2013-10-22  Muthu Subramanian  <sumuthu@collabora.com>  [e5f24e0c7c8f4799223c19359f4228f0b1a71461]

        n#839727: Crash fix.

2013-10-22  Muthu Subramanian  <sumuthu@collabora.com>  [6bb564b93d85493476d7879a29b6db85b76800f1]

        n#839727: Chart missing dataset.
        
        This was because there is no explicit category
        in the chart - while libreoffice expects it.

2013-10-22  Andras Timar  <andras.timar@collabora.com>  [7a6043c20b1df3ed90341d9d079a16d385ccca4b]

        typo: s/helcontent2/helpcontent2/
        
        Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb

2013-10-22  Roi Illouz  <roi.illouz@cloudon.com>  [d1c26cd0ada103086358a7d45f6918678a06fcbe]

        Created an automatic lib linkage with no copy to source tree
        
        Change-Id: I60384fdb4307b71d84072a0268e75abead8c5896
        Reviewed-on: https://gerrit.libreoffice.org/6368
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [5d9889070846e2e0d1d836ecf867590ebee7c027]

        move ResId::toString
        
        Change-Id: I287a92de9ae30255990595263c3302d753fdbccf

2013-10-22  Caolán McNamara  <caolanm@redhat.com>  [b2e954e300f51120387a55bf237cafdcd40ed7e6]

        Related: fdo#38838 remove UniString::UniString(const ResId&)
        
        Change-Id: Id881fe3f9c7c89a7bcc1a5d8f653e18494ffa913

2013-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [80d4770ee093531d619df65b7f8260e7a05823b5]

        DocxAttributeOutput: comment wanted to refer to boost::none
        
        Change-Id: Ia3ecac669f35c57467e62c777e18d176753fdb0e

2013-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [9585faa059a880111d797cfd0b0c2d32baec2ce2]

        rFollowDesc -> aFollowDesc, it's not a reference
        
        Change-Id: I1dd5626a1ff8d8209003a7c4e6df05d01fd7c7d9

2013-10-22  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b5f059ed097635758684b64decd59d8d5c499d7]

        boost::optional default ctor uses boost::none already
        
        Change-Id: I14b1a0987f18acab2f309ba423a4f31dd34211f5

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [b0f00d38254eca70e196e1580faac4a215bc2b12]

        Copy fbembed library to instdir
        
        Change-Id: I2923ec4c5f0516fb3048622dc3e74692ef7a5959

2013-10-22  Michael Meeks  <michael.meeks@collabora.com>  [e847e6758ef51cc2f2f6622c40bf6c7b0bc0cdae]

        fixup ScDocFunc OUString changes.
        
        Change-Id: I2f319d9e168b2ba950c5d831163e946b52b76137

2013-10-22  Adam Co  <rattles2013@gmail.com>  [c2ccd20c0fd92bddfff76447754541705e3eb8f3]

        fdo#44689: fix for specific case of page restart-value 0
        
        This bug fix is for roundtripping a DOCX that has
        a specific 'start value' for the page numbers.
        In most cases LO imports it ok.
        However - until now - Word allowed you to start page number
        from 0, while LO only allowed starting page numbers from 1.
        This was because the 'start value' was stored in an 'unsigned int',
        and the value '0' was used to mark 'there is no start value'.
        This patch changes the way the 'start value' is stored
        from 'unsigned int' to 'optional unsigned int'.
        This way - if there is no value applied - the variable will hold NULL.
        However - if a value is set - it can be 0 or more.
        This meant also tweaking all the places that used to get this value,
        so that now they handle an 'optional uint', instead of a 'uint'.
        
        Conflicts:
        	sw/source/ui/inc/break.hxx
        	sw/source/ui/inc/wrtsh.hxx
        	sw/source/ui/shells/textsh1.cxx
        	sw/source/ui/utlui/uitool.cxx
        	sw/source/ui/wrtsh/wrtsh1.cxx
        
        Change-Id: I6ad9d90e03b42c58eed2271477df43c20ad6f20a
        Reviewed-on: https://gerrit.libreoffice.org/5681

2013-10-22  Stephan Bergmann  <sbergman@redhat.com>  [30823bce29b4e5007cf045e9923a2f2e749ab091]

        Improve test assertion
        
        Change-Id: If1f41f9c25600199ba4fb8c2f75ddd7c8ce8c8b3

2013-10-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0dab391bdb18378ee304f56177bb572e418edaf0]

        missing dependency on mdds

2013-10-22  Thomas Arnhold  <thomas@arnhold.org>  [d6b80337fb76e31b2e6a11c18c3ae989767c8118]

        fdo#68849 add some header guards
        
        Change-Id: I1cd598fba94e337c2ccad68a4a888743aeb292f0

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [657a3a81828216240b6ff31377d62ca17e656368]

        Try to handle selection resizing in a more "correct" way
        
        Faking mouse clicks is a stupid way to do it of course. Try to do it
        "right". For now just worked on moving the end handle, but once that
        works, similar code should be used for the start handle, too.
        
        Does not work yet. It is hard to extract out from
        SwEditWin::MouseButtonDown() exactly what all is relevant, and what
        isn't, for this use case.
        
        Change-Id: I76a226f787facbac645aaff8b4852d693bcf4ccb

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [36fb29338bbe2f3013ccedd244043e510b9ba0c1]

        Bin verbose logging
        
        Change-Id: Ifd3613f7a48f966f23ea2023f922b05b5f83fcab

2013-10-22  Tor Lillqvist  <tml@collabora.com>  [bdf2b506c38b38af531d8c8aa14dd51d89386899]

        Intermediate commit of experimental iOS app hacking
        
        Change-Id: I9326c9684a9c53f1f9a3ea5603bcb44c941e8918

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [6cc508aec4e30c72c00eac9e77fb6dd10cc093e9]

        Remove comphelper::ComponentContext
        
        Change-Id: Idc5974e5a2ec68e8f1b2312a88fab15092c82788

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [b13c8de265a6454c4677f52fd9a3440ac3279c51]

        FastTokenHandler service should apparently have a default constructor
        
        Change-Id: Iad5c4e05832128b5f41860cc4ae96f0472c37491

2013-10-21  Kohei Yoshida  <kohei.yoshida@collabora.com>  [aeac64441c4525f7a16f29bf6081ffb86f437478]

        Re-packaged mdds 0.9.1.
        
        Change-Id: I50e0a31020f022bded7a97349560c0ed9bdb988d

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [cfda947d7c0476b9c402c84f9d8515c76ec87bac]

        Related: fdo#38838 remove UniString::Copy
        
        Change-Id: I566e3ade54962bbc6ace9b757f79c1b8ed9ffd00

2013-10-21  Michael Stahl  <mstahl@redhat.com>  [ffd0e2911023e684ca1e206d18b45ef5aa6179f9]

        fdo#70465: speed up AccessibleEventNotifier::generateId()
        
        Iterating over all entries of a std::map is rather slow, so add a
        interval map to manage the free entries.
        
        A first attempt to use boost::icl::interval_set for this was abandoned;
        while the releaseId() function would be just 1 line, GCC 4.8.2 at least
        is unhappy about boost icl headers for non-obvious reasons:
        
        UnpackedTarball/boost/boost/icl/discrete_interval.hpp:45:225: error:
         default argument for template parameter for class enclosing ‘void
         boost::icl::boost_concept_check_dummy45(boost_concept_check45*)’
        
        Change-Id: I7b767aefee57df7743dc13a694b6a61abdd536c7

2013-10-21  Michael Stahl  <mstahl@redhat.com>  [493cd5268bb634ff717d8117e33ea7565321667e]

        remove pointless EventListeners typedef
        
        Change-Id: I9cb8ea746c87b394c4c5993de14f692ea018c558

2013-10-21  Michael Stahl  <mstahl@redhat.com>  [65fce1128cf99c91c9847d613f11fc9ea2325e08]

        AccessibleEventNotifier: remove implementation details from header
        
        Change-Id: Ia422df4066e77bbe3a43a380ba978815fe46dc9c

2013-10-21  Michael Stahl  <mstahl@redhat.com>  [3f291812d3579768fa2ae753cae49c6723f25f7e]

        Updated core Project: help  f81edbd66fc4d0b6cf03949bb2339c9be9ee989c

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [e03e9bfda7c1f5496879587ce1488faf94e6104b]

        Resolves: fdo#70725 calc export to pdf broken
        
        Change-Id: Ibfe1d3a319fc82223f340ebd705a1966b8250089

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [d4b20d5c99adf2f32d782453387caef2439d9fa1]

        convert lcl_GetToken from xub_StrLen to sal_Int32
        
        Change-Id: I72e98f1059280ed05b6cf77a6d69e522b4b8c075

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [4af59f9dea4c57ac5ebc8c43ff3b934a5498d164]

        drop OSL_ENSURE about STRING_MAXLEN
        
        Change-Id: I945bcf3af5f8b2228c8c8c5958ff3aa60dfae2c2

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [3391f02e1a4c19101a08a1061bfb6ef47100f281]

        String -> OUString
        
        Change-Id: Iabb80c72f9e6aab3b58590299ce9f22e0ae1a5fa

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [5e18e8c597722f78ef8416dff2295dc08c110ceb]

        Check for OUString::copy out-of-bounds arguments
        
        regression introduced with 1287804a89c73e072d57a11ca18988c3e73a77b8 "convert
        svx/source/gallery/*.cxx from String to OUString"
        
        Change-Id: Ia8171f2215253b6db8f7eb1f623a6e0c68dc7b94

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [be42330ae276219dee5b7ed3c7625f8da6121d1d]

        Base class ctors/dtors can be protected
        
        Change-Id: I8b68b78042a980850d71a0f67ec520986d6085e4

2013-10-21  Stephan Bergmann  <sbergman@redhat.com>  [9775a3715498183ae6f5118fbaee1c5d488b6dc6]

        Remove unused forward declaration
        
        Change-Id: I2b725ad476cbd9552a7e57a550945a1f227fc823

2013-10-21  Tor Lillqvist  <tml@collabora.com>  [8494d22dc5ae18e986623b68219e51359af595a1]

        Edit comment: Running in a loop is not the relevant thing
        
        It was just somethinbg I did while I was working on the
        LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from
        several conversions.
        
        Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183

2013-10-21  Jan Holesovsky  <kendy@collabora.com>  [d3850d770e4444d3a5db8045d5ab7030c8b01fb3]

        Tiled rendering: This is a desktop test app.
        
        Change-Id: I022ca7c6bc7a9efd874bd04eaf78836afcee21c6

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [67a3da958a9a441be9cd4b04f6f3691beb7a3e73]

        tweak header trivially
        
        Change-Id: I43ab83e478deb417fef679c236d885180eb71bbd

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [678b260c30ffd06d6c5ae94d81e5d9f738c2b8a7]

        some windows only Strings
        
        Change-Id: I264bdfc3453e2b6a17397ffb27154a29394c8c1b

2013-10-21  Armin Le Grand  <alg@apache.org>  [1ba10fb55a854d1eb8541a6866eb5250abf21f67]

        Resolves: #i123478# Secure mem freeing for BitmapBuffer class
        
        (cherry picked from commit dd1cb9aa9ea24b6c89de05e6c5deae7951b78feb)
        
        Change-Id: I7a63835d1e93f4cebc0f908d01873ea3ff91fe66

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [6e03e292e5e887053dfd7746d6f9df12abc0bab7]

        Related: fdo#38838 remove a pile of ctors
        
        Change-Id: I5d19eadc3dc24b0aeeb61c677f440eef83af78c2

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [42def53fb1fee0b4e57279d11c05e54601aeed1b]

        remove unnecessary tools/string.hxx includes
        
        Change-Id: I8ed341aeef90584dfc545a794f999e3adc08dd72

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [91e181ea585855bea97a07823f7334d0b98b20d5]

        remove uses of COMPARE_*
        
        Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [958f7b512cff932f7f2d52d128c297d0f0ab6354]

        drop CharSet typedef
        
        Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [288c606d84821026db130fc883825fdd0e2f65fe]

        fix GetSelectedText use in OSL_DEBUG_LEVEL > 1
        
        Change-Id: I82ffba3befc4d2153c0f9015323bb5e6f1939fe8

2013-10-21  Jan Holesovsky  <kendy@collabora.com>  [504ceee46b31e7234bc7c70fdf933c0432f5a5a1]

        Tiled rendering: VCL test app skeleton.
        
        Change-Id: I465dcadf14935bce4f610376b41b9a66963e2cf8

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [8dc0573920a4a3c831704eb509ffc85ac39f6068]

        Exempler->Exemplar
        
        Change-Id: Id7e67d7e7bd4be6600a296a846512e9076c9df23

2013-10-21  Thomas Arnhold  <thomas@arnhold.org>  [0c6a5d99ff82e4420f9f1c68152f89b7b5511517]

        i18nutil: Add new enumeration values from ICU 52
        
        WaE: enumeration values 'USCRIPT_CAUCASIAN_ALBANIAN' and
        'USCRIPT_MAHAJANI' not handled in switch [-Wswitch]
        
        With ICU 4.9 there is no major/minor anymore, it's only ICU 49 or ICU 52.
        So adapt the previous check, too.
        
        Change-Id: Id938937b305165d407ced473ea1725e97efe9124
        See: http://icu-project.org/apiref/icu4c-latest/uscript_8h.html
        Reviewed-on: https://gerrit.libreoffice.org/6365
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [28977ea778cc7c8c16c16f1c8b2b6bb6a53b48f7]

        drop StringCompare from cui
        
        Change-Id: Iec7a797581ab899e93ad6cebb06c3622ca2360b9

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [df29825ec68c7cdba90a85fff49ac969522a43f7]

        drop StringCompare from vcl
        
        Change-Id: If41503f382115affb42068d9a441241543197147

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [d486b2b324364dd99bea686b6969f7a796f5e329]

        Related: fdo#38838 remove/privatize String::Append
        
        Change-Id: I5ae90b02e7ae5ddd19495fd0847b7e9dfc4419e8

2013-10-21  Thomas Arnhold  <thomas@arnhold.org>  [8fc6905674142c226a117a97a08cf0b24c9d4fc1]

        fdo#68849 add some header guards
        
        Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f
        Reviewed-on: https://gerrit.libreoffice.org/6364
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-10-21  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [aa02102fe9d338eb7d0774bd54feeac2142506ac]

        Add writedirections buttons to calc sidebar fdo#67746
        
        Change-Id: I5377f643f2ea6712724fdbf619f0b60bf78d619d

2013-10-21  Tor Lillqvist  <tml@collabora.com>  [fdeb14e4ee73ca1e1213f0dcde61600d9baac657]

        Simplify further after the kerning pair changes
        
        The ImplKernPairData struct was used now only by the VCL Windows code, and was
        apparently supposed to be identical to the Win32 KERNINGPAIR struct anyway.
        
        GetKernPairs() was called just once with zero and NULL parameters anyway, so
        it can be simplified.
        
        Change-Id: Iaa288868d1e590e0385377abc5b9d9d331d39d97

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [48bb54aa7eafa85c5b0a2574fb3fa167614ddcbc]

        Related: fdo#38838 remove String::Insert
        
        Change-Id: I37e35b5a16d37b1fccc6aa47f5027ff406c67d98

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [9e6917c21e8a2fa5c40adeddafdaf704a67aef4a]

        Related: fdo#38838 remove String::ToInt32
        
        Change-Id: I6f90e9a06acaa5af88cd011015938dba2059ee0e

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [3714051f1495791095cce885918d48dce7b339f7]

        Related: fdo#38838 remove String::[G|S]etChar
        
        Change-Id: I64711aa3e6580eff7c64a92243e3161ef2d7cb9e

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [60ff30a2ab0cb219a1dc46e599ad01416bb8d7fa]

        drop DBGCHECKSTRING
        
        Change-Id: I0c60becfd3a61cffb46c76e6f1488528c59b46e9

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [5ce6e535bb9ea6a2e19731a6d7f58acd6a78b39b]

        String::GetBuffer()->OUString::getStr()
        
        Change-Id: I427bb7b8e32d8a0040dbca1d0d0c765f526ba62f

2013-10-21  Caolán McNamara  <caolanm@redhat.com>  [9be876cd067cf95338e719645c7f3025757d5563]

        Related: fdo#38838 remove non OUString ::Append
        
        Change-Id: I084ce5c4833964018849617632a1308dc74adda3

2013-10-21  Andras Timar  <andras.timar@collabora.com>  [0980948795a77fcbb19a464a533e31d6529526a1]

        fdo#51639 soffice.exe --version displays a dialog box with the version number
        
        Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf

2013-10-21  Tor Lillqvist  <tml@collabora.com>  [116a85bf7a25c7f8d90b99ba0a713e477a0dd57d]

        GetKernPairs() can even be private now
        
        Change-Id: I721266ee242704eb9bfef0d4ef0bbde255ab2020

2013-10-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [a35fa8d8b127cb23ebff3952291742bf28477c74]

        fdo#70221 fix RTF import of multi-group pictures
        
        Pictures typically have a single RTF group, so we imported them at the
        end of that group. Though multiple inner groups are also allowed, so
        make sure we only do the import at the very end, instead of at the end
        of all inner groups as well, resulting in multiple (fake) pictures.
        
        Regression from 13c00ce322e78eb4e0f50ab84ded19cd6aae1ded (Enable the
        writerfilter-based RTF import in non-experimental mode, 2011-08-18).
        
        Change-Id: Id895b2c6d3b824d09d89bfa01ce59aba76c55d42

2013-10-21  Tor Lillqvist  <tml@collabora.com>  [8831afd5d7a0a7177df00929c9bed6a05d721851]

        No need for this to be virtual then
        
        Change-Id: I70ed11c576b75bc21ca1c9a021f0d3bf33073679

2013-10-21  Khaled Hosny  <khaledhosny@eglug.org>  [8a65399e3d079ce9d4214cbced7840da6f0ab5be]

        Remove GetKernPairs() with no implementation
        
        I left only the Windows one because it being called (as
        GetKernPairs(0, NULL), but may be it does something, who knows).
        
        Change-Id: Iec05d61c8f0cd311a1158bb1cb07e4ee977f32fe
        Reviewed-on: https://gerrit.libreoffice.org/6260
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-21  Khaled Hosny  <khaledhosny@eglug.org>  [70d74e2ab1b08b3f21cbaff5e60c091694863b59]

        Removed unused kerning stuff
        
        Kerning is just another font feature and is already handled by the
        layout engine, there is nothing special about it.
        
        Non of this seems to be used anywhere, anyway.
        
        Change-Id: Ia40c66ec186d11ab46d5d5256b09307a319318c0
        Reviewed-on: https://gerrit.libreoffice.org/6259
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-21  Khaled Hosny  <khaledhosny@eglug.org>  [23e50c361b6a2dc6ff549a430449c152ec80f500]

        Drop support for non-Unicode fonts
        
        They fell out of use before I had my first computer. This has no
        relation to the input text encoding being used.
        
        Change-Id: Ie1fde3c3578c80d77ebd63531e74c13931d46bbc
        Reviewed-on: https://gerrit.libreoffice.org/6258
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-21  David Tardon  <dtardon@redhat.com>  [489d2eafa9c900ec3e4bcdc0340eb1f53656fd0c]

        bah, wrong dir
        
        Change-Id: I2789e457160912e5509102b68780947d2edbe424

2013-10-21  Tor Lillqvist  <tml@collabora.com>  [e2d061fe93c077c3946376bdb2c63da943b4b0b1]

        WaE: unreferenced local variable
        
        Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6

2013-10-21  David Tardon  <dtardon@redhat.com>  [670690e200e82be6a087ab57599e23a320dd5dde]

        fix registration path for ucpp
        
        Change-Id: I1a4d8f38dc0279bb427e07f97b96547c9d7d350f

2013-10-21  David Tardon  <dtardon@redhat.com>  [ce038cf8d75dde575643042e57addf559eb57059]

        Revert "ucpp is not an ExternalExecutable"
        
        Wrong! It is.
        
        This reverts commit 7369a8cad62ba6151ba8c16c41d0005fdf87f0ec.

2013-10-21  Takeshi Abe  <tabe@fixedpoint.jp>  [e7d1e2c769afbd0593facf87a084a8d63d134be2]

        Once is enough
        
        Change-Id: I037a4f9fab0bcf7a613217e6be4c75dcdd05f231

2013-10-21  Thomas Arnhold  <thomas@arnhold.org>  [051731bbcaa79b6428c8ebee6c114c9b28220cc8]

        post String conversion cleanup
        
        Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [41d521e965d26822afecb7a3a46cf825c657ec00]

        String -> OUString
        
        Change-Id: I7dfb8dfbc216cf4c80701bf7d0bd398afaca3f13

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [e6e0098be8744c25ee065acc878d237963b80bd5]

        String -> OUString
        
        Change-Id: Ied50819f226d1fa7fd7f6d004a796b5a08194a23

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [f95d418d128aec937e16585087769afe1b16752c]

        String -> OUString
        
        Change-Id: I18b79fa866c21a8036a25c05fbc13c1d72e542aa

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [212f0e9f0028373fd86ba8a7d7682a0664fccddd]

        Missing include
        
        Change-Id: I5674385df64bb47813f551fb666ffef7d7434728

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [a242f53c0435d270ce2297acaf80dba0775dbd92]

        Clean up stoc::uriproc::supportsService
        
        Change-Id: I1f324aae149e766d4755dc06ac5793c218ed5cf7

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [68c3efccbee39a036895275e5cc4f483ec6fcff7]

        Some clean-up
        
        Change-Id: Iea0daab5dbabefe119def6b07db73a573b703d32

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [79502678d091b90f9b76c37fbd97f8710a075655]

        Clean-up std::bad_alloc handling
        
        ...post 0bc89aac4c64bb833e387657f680e194c26aef97 "cppumaker: Allow UNO interface functions to throw std::exception."
        
        Change-Id: I5fede822d279c3c758103192a813447bb4906679

2013-10-20  Khaled Hosny  <khaledhosny@eglug.org>  [ef57fc043109b8498600a30b71b3f6b590993fce]

        Bin pointless #ifdef'd code
        
        This file is never compiled under Windows or Mac.
        
        Change-Id: I25a1b961959a8935a95d872f667681379f85893a
        Reviewed-on: https://gerrit.libreoffice.org/6256
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [b42f8b451efa46d1aa62184541209e858d798b82]

        STRING_MATCH now unused
        
        Change-Id: Ieb0364d275d052a6d6d0b1398f8cf16145ff948d

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [d89be2a78a7eca277bf2316258d79c0979999652]

        STRING_LEN is the same as STRING_NOTFOUND
        
        So use -1 here to realign logic to what it was before
        35c24f9b6e08ef1328df01b2d3d11ef518897130. Though it
        doesn't matter because aThesLookUpStr is going to be
        empty in the case where we would examine the default
        value of nDelimPos
        
        Change-Id: I369c4e6903407b525dc0dcee9d507e90590eeb6b

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [3f16ec73e07b7c187200656cfa969d71b4bea7b3]

        wrong comparison
        
        regression since ed338bc212725f422f0def21aafc82f05e350646
        
        Change-Id: Ia5dfe7a551abe244c313d3bdb2b90196fc0c6ba2

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [45e366eadbba69140214a8e745a1d3ce3e4e8337]

        drop unnecessary tools/string includes
        
        Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [8bb4b18127cdc6259ecd65ec0f28d27d0513cb26]

        Related: fdo#38838 remove String::Equals
        
        Change-Id: Ib85907c9e274ba4e4f4c9394f3d4ecf0c9374603

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [b0fd64b2fa7ae1fd8d435c64b7b69758e98e8926]

        Related: fdo#38838 remove the unused String::Insert
        
        Change-Id: I39f4c68b76d8816fc91e4dc39bf2305142d1fb93

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2d41f3acc359643a88bd39ef8c8d7bac106765fa]

        Reduce branching on empty matrix elements as well.
        
        This makes a big difference in performance.
        
        Change-Id: I88b48d10ff575d80c1c139278dc207d921f15848

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [426708e70807e052aca2ec16314c103b1d2a0439]

        Reduce branching in CompareMatrix(). This makes a big difference.
        
        Change-Id: I391e889a50864ae002e85d636b767d7c6f187a23

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [013abfd29b125f8a049691c064bdae1db4d5880f]

        Pass cells to CompareFunc, rather than the whole Compare struct.
        
        Change-Id: I4d5554fc5783b123aa0f90b7c078e1fc0f0cd866

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1882a2b15187259a7e22d0a09f264ad149fa76be]

        Try not to use array index access here...
        
        Change-Id: I48967956c63ba72b62604bcabe7166fc58061d13

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [81a555edbcea7493c6981dda452bf7d20e06fc02]

        Store SharedString in Compare::Cell.
        
        This has a slight overhead for purely numeric comparisons.
        
        Change-Id: I243d5c81499177b3ae93b39a1af7c2f3b954bd39

2013-10-20  Kohei Yoshida  <kohei.yoshida@collabora.com>  [73353186d58ae187f3f1ce4f206795424fb3336c]

        Better way to organize 2 compared cell values.
        
        Turns out this is slightly faster too.
        
        Change-Id: I5a8c3474ab2a342200a5cfa9a93e6d89433595c4

2013-10-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b7a73d05be7e5409013dde7bd82909f2a5e3efe]

        writerfilter: remove unused WW8PICF class
        
        Change-Id: I4535b9f432eed9064e8fdaed99a10fcf8ad5948d

2013-10-20  Lionel Elie Mamane  <lionel@mamane.lu>  [6940532b814669dcb9e4553c5678a9e4670cc6e7]

        Revert "fdo#68657 bool->string conversion to 1/0, not "true"/"false"
        
        This reverts commit b89fb0d03ead22f023f367c9a9d046d3d41ba1cf.
        
        It was intended for stble branch only; in master, we let the
        incompatible change go through, but we have introduced a
        work-around to get the old behaviour again.

2013-10-20  Lionel Elie Mamane  <lionel@mamane.lu>  [5dde691e3ed59d24606778b53accb0c2b0fc2b6d]

        an ORowSetValue constructed from a boolean is a boolean
        
        as opposed to a bit
        
        Change-Id: Ife1c8cef5ca1266e161da3a9190e744dd70ec2fd

2013-10-20  Lionel Elie Mamane  <lionel@mamane.lu>  [dab66665e231a13f086c66b561b440bdedecb572]

        ORowSetValue: adapt test to new behaviour, extend test more
        
        Change-Id: If28046653935051303fd487d87655bacbddf4644

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [04fe0cae207e6f0a1fe7e2bd6d980d8880ae1572]

        Some clean-up
        
        Change-Id: I8ab23a4b09f9d31ed49c98cdbbf1abc0e684358a

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [615a69e33fdc4e97acefbc017cd6ee6d33edfaf2]

        Clean-up std::bad_alloc handling
        
        ...post 0bc89aac4c64bb833e387657f680e194c26aef97 "cppumaker: Allow UNO interface functions to throw std::exception."
        
        Change-Id: I232a1b266a45d39856d44a2f4e012b5df10fa880

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [b70df91abfc94a6ec7870204f3c30191c313f4a5]

        Whatever the assertion failures in saxparser when doing i18npool...
        
        ...actually were, I cannot reproduce any problems at least with recent Xcode 5.0
        on Mac OS X 10.8.  Maybe the real problem was addressed meanwhile with
        254f59f623f58c320175a06a2c93bcee7868b623 "rhbz#1014010: Missing dependencies in
        isBootstrapType list."
        
        Change-Id: I24a920c12f70feef670f0988a6f69c26033789fd

2013-10-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [685570fbde82b482a46c5d07e0b7deed1daf5ed1]

        pre-built bin... adjust the utility script to the movement to external/
        
        so-called external modules are being moved from the top level to a
        sub-directory in external/
        
        The script bin_library_info is collecting among other thing the
        sha of the tree object that represent the top level of the module
        itself... so we need to account for the fact that such module
        is not necessarily at $SRCDIR/<module> but can be at
        $SRCDIR/external/module
        
        Change-Id: I6c6912a51819669bde512fa8acad7ac82eb50334

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [e7b4a94ad02f78993a11d73744fd537557286381]

        flush out some windows-only String::Assigns
        
        Change-Id: Ic971825bbe7d10849718f0ad0413305dbd5547a0

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [0bc89aac4c64bb833e387657f680e194c26aef97]

        cppumaker: Allow UNO interface functions to throw std::exception
        
        ...so that exceptions like std::bad_alloc need not be treated in C++
        implementations of UNO interfaces to not cause std::unexpected.  Of course, this
        requires implementations to be adapted and actually mention std::exception in
        their exception specifications.
        
        Change-Id: Ie7f91e7ca47d8a81e3d0ba817e65d83c7823af75

2013-10-20  Stephan Bergmann  <sbergman@redhat.com>  [eb37196aa773369555a36318e7aeaa2ed437d423]

        Some more cppumaker "css" clean-up
        
        ...hopefully, all generated headers that use css (indirectly) include sal/types.h
        
        Change-Id: Iaa40fa014d54b57b395eafda8b4f35ca395d55b0

2013-10-20  Noel Grandin  <noel@peralex.com>  [44b96b1d76bb1c7b6d78344ee54e31ffee54e342]

        fdo#70285 cleanup generated C++ code
        
        Change-Id: Ic43628de53c5139ef43bb48723fb1e0788af1cd1
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [f8d5bd07053d27d4c6546141e61d8da25e44cc24]

        Related: fdo#38838 remove operator=(const sal_Unicode*)
        
        Change-Id: Id14482d3088a81b012acf5183a595e7d41e860fc

2013-10-20  Roi Illouz  <roi.illouz@cloudon.com>  [d8d0b83435b9a134cd8dd0e92df37b4593bde348]

        Fix breakpoint support for Xcode
        
        Change-Id: Ifd80d9128fdd37f91377ccb48e91db273a5b1770
        Reviewed-on: https://gerrit.libreoffice.org/6358
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-20  José Guilherme Vanz  <vanz@libreoffice.org>  [288f0029c69ab0532165877637a146f774d5e740]

        fdo#52622 - Reduce copy and paste code
        
        This commit removes copy and paste code, creating a constructor for it
        
        Change-Id: I7a66cfda7fc7c11308d155a7a890352fdacfaacc
        Reviewed-on: https://gerrit.libreoffice.org/6356
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [63f705643ee92421a8bc689fb33190340d8ece6a]

        L10n of SWF export options dialog
        
        Change-Id: I91d29a81389e36ddf34d56760cea588c0a7c12f6
        Reviewed-on: https://gerrit.libreoffice.org/6324
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-10-20  Stanislav Horacek  <stanislav.horacek@gmail.com>  [e231c5d9d4c4ccce734a6bec3d9a56060a90f9f4]

        Updated core Project: help  b84ad6a5bf1076093ef74da9f8a53ed870629818
        
        fdo#70632 remove incorrect notes for logical functions
        
        Change-Id: Ifaa57c0f284aaa7162554ab84249559db042b28e
        Reviewed-on: https://gerrit.libreoffice.org/6357
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [11265856c564d5bb3278c5b816457af11338f554]

        drop some tools/string includes
        
        Change-Id: I83698b10c0c4fef1929d62be809ac7d77e9a3502

2013-10-20  Caolán McNamara  <caolanm@redhat.com>  [35373db02976efff7f640b477d07825e96c6b5a4]

        Related: fdo#38838 remove String::Assign(const sal_Unicode*)
        
        Change-Id: I0dfa34732acfd20e71fa3876466552338332610b

2013-10-20  Ptyl Dragon  <ptyl@cloudon.com>  [6dd844917205a051c880ff7609c28e09698770c8]

        fix save several file on by reseting the xstorable on close
        
        Change-Id: I329d43e06b0c81cebda0464ebb0fff41714020a3
        Reviewed-on: https://gerrit.libreoffice.org/6355
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-20  Lionel Elie Mamane  <lionel@mamane.lu>  [b89fb0d03ead22f023f367c9a9d046d3d41ba1cf]

        fdo#68657 bool->string conversion to 1/0, not "true"/"false
        
        This matches what OO.org / older versions of LibreOffice did, and which was inadvertently changed in 2bd856e6
        
        Reviewed-on: https://gerrit.libreoffice.org/6275
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        
        Conflicts:
        	connectivity/source/commontools/FValue.cxx
        
        Change-Id: I1d45ea975a096c599a996caafc41e4aa06d35fcd

2013-10-20  David Ostrovsky  <david@ostrovsky.org>  [a8eb7a14ff4eb5adcaf169c666ff6000822670c8]

        Extend test to cover changed toString() conversion for bool types
        
        Change-Id: I8becffd0c2f12c17495872a99192c7679380d05f

2013-10-19  Lionel Elie Mamane  <lionel@mamane.lu>  [02a11749da521e8e2099b464c0fcbebce9e95e22]

        fdo#70496 revert to using libmysqlclient
        
        Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b

2013-10-19  Lionel Elie Mamane  <lionel@mamane.lu>  [96953171bf0503a89611b7c518668f749fe14425]

        update libmariadb to bzr revision 101
        
        Change-Id: I98b7442aa9843f206549ad7c5a2ae141b70b1542

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [eb007bb6d8d8b97941260784c3a8469c0800d3d3]

        Make copy and pasting non-ascii text from editengine work again
        
        regression since 80df5277585d69be5c3d5f32184db94831113f95
        
        Change-Id: Ifcd8f97fdeb078be1884cfbd7175ab15ac30b23d

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9b18a49fddf67c68973f1eb408fa61cb1c1952dc]

        approxEqual with 0.0 always is false. Do a normal non-equality check.
        
        Plus approxEqual is slightly slower.
        
        Change-Id: I16e7db6b06b3c0eceb8b8a1b7afd29660ff1da6a

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [31ec3547085939d76b25e6794af0620d7d1a9171]

        fix CID#1038503 uninitializ
        
        Change-Id: I7b85475d757695a0e3573627266b7756989f81a7

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [7e2d03efbc831088643661b5b71de726a508353a]

        fix CID#1103762
        
        Change-Id: I4bf0458bfdba2f53c685bba40d561a8211a28e66

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [3194487d6287a401849521347fc41792cd88a662]

        CID#1038307 Negative loop bound
        
        fix of coverity#1038307 Negative loop bound
        d9ac156b2d651c1305135938a1e828144aa5742b wasn't complete, it assigned possible
        -1 int32 to unsigned value before comparison, so -1 not detected.
        
        Change-Id: I6c2805acae8e776902d74c641e01c036193ce3d8

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [415c1ce394a69ce49d3361f2e6cd6803ed6ee249]

        CID#1038502 uninitialized member
        
        Change-Id: Ie69689748e6e38e3d269855a4c72e78d7979119b

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [577c0818bcb43b4f281555af0c7c4724b3add03f]

        CID#1038503 uninitialized member
        
        Change-Id: I4ceb50cf957b70a43848bb78aeaddc7957d3ffd7

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [5f911c416b26f88fdb75ded501c98f1b8738cec2]

        CID1078820 has already been dereferenced on all paths leading to the check
        
        Change-Id: I5210d67259d445f6e7f52f176cd67af82d687e37

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [6561a048c317f706b39f62bf8e727bcdf23e621e]

        CID#1103655 logically dead code, we check for < 4 already
        
        Change-Id: I9e917530528d6e48f418f2b8fa417290a40c2403

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [984d10ca8d695013e01c8d9ab74b072a857e4cda]

        CID#1103675 use normal assert, as it's toast anyway
        
        Change-Id: I065ce5f80f0c54443aca9378a653a9f25175feee

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [9f8a3e7329f2ce079f3b64d1f73d1097ed5aa025]

        CID#1103676 use normal assert, as it's toast anyway
        
        Change-Id: I47340d71b5f3af9c06556965f240fb084440ea27

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [f69a5ff7ab8d0b7d166fb59f4717ca06d1d00812]

        CID#1103681 annotate as deliberate fallthrough
        
        Change-Id: I731ea6aca73a81420e3d23cdb504a6151112d9a5

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [77b6b4a9c2f6125126438b2feb05f547e8e3a6ec]

        CID#1103755 unint members
        
        Change-Id: Ic6961e3f18aed2f271f80c69d17a5c34a0c9fa8e

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [8a241542a4b2ce76a8ea25d971f9937bbe66c6dd]

        CID#1103761 uninit member
        
        Change-Id: I4212adb9c0cb8e1693df8725801188bc2154fffe

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [ec2c07b8b7e9c949180ed1145ae112826696193a]

        CID#1103762 uninit member
        
        Change-Id: Ie46df319bed04ad64275e2385b8e3abc0d41295d

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [0c28b1d5557027b55d288016e2e2f1b58f6f1bbe]

        CID#703918 ensure buffer is null terminated
        
        Change-Id: If7937abf1ea51578187269a48af58bdede569ed6

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [e8c15a9c2050dc24f451eea1426b65df0fecd5a4]

        SetS only used once with constant values
        
        Change-Id: I2223c22da5bee6d9f9741c96eafe4d65e15dcb55

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [6368338902f96f8f90dcf9d57ec81274a04be34c]

        CID#736189 out of bounds
        
        Change-Id: Ieabdd6d551b2602ec08a2b2d9bc25037d73f4dd2

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [894054ceffb7dfcb948c65e73269f1cc934dd418]

        CID#736191 out of bounds
        
        Change-Id: Iaed9abdeb82e2f039020e95314603ad9d20aa3e4

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [a6cdf1b2f638800318e0b8789bd991e04eef5cf5]

        Related: fdo#38838 remove String::Search
        
        Change-Id: I92a50bc5f7b0cddcf2066cdac50439a3d5f1708b

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [75e6bcba872bc1fd7b4316ff219fb6545e9f542d]

        Construct and initialize result matrix in one step.
        
        It's faster this way, than first constructing it then populating it
        in two separate steps.
        
        Change-Id: I61d30ed33a63dcf4c89b18d80ae4c3217cc43015

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8e8b43a03e77dd251876c1de0ac06eeeb09192cd]

        Generate boolean comparison result array in one step.
        
        This is faster than doing it in two steps as was previously done.
        
        Change-Id: I1417e9c6add9d20ee8d68f0c1c91c7d24a0f79b3

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [72d4b574f11979d5487309737172869e9c3181a9]

        Do the two matrix comparisons both in CompareMat().
        
        Change-Id: I1b4dab3f57dd7df556aa13fdd44a2d3ba2b01bd7

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c2923d47beab284b4bd9af07e1e18eddd59a2530]

        Require mdds 0.9.1 in configure script.
        
        Change-Id: Ib475ce5381c74218221ff86ff837705abd03b0ef

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [3bb099ecb3b63f365bbe514322201712108092ee]

        older gtks don't have gtk_widget_get_window
        
        Change-Id: I700f45c680fb0154aecd37b54d8de9fe4ee9d238

2013-10-19  Caolán McNamara  <caolanm@redhat.com>  [f2bdfdb2952b4ef6064be65130242fbabb71f885]

        Related: fdo#38838 remove String::Replace
        
        Change-Id: Ia6602809a65db0a7dcfef80cc474aab67d520980

2013-10-19  Minh Ngo  <nlminhtl@gmail.com>  [301b5a408d7b0e53f86b1aad0afb8b454fc71991]

        avmedia/vlc: fixing a hang when trying to get a frame
        
        Change-Id: I1fb35d0c62e77448d23eeb11f9de0ab72892336a

2013-10-19  Minh Ngo  <nlminhtl@gmail.com>  [5b24f86c1c2d64e99da1535c05139a1266dcbcc1]

        avmedia/vlc: setting a correct video/audio track
        
        Change-Id: I935e64f9df74193aba17d00cfe7f37ad3f4f9077

2013-10-19  David Tardon  <dtardon@redhat.com>  [16eda8aa564101645908b11d42a63761f751aae6]

        fix path after move to external
        
        Change-Id: I37a424a5611ea516e9158f22f7d8eec6b90fa42a

2013-10-19  Ptyl Dragon  <ptyl@cloudon.com>  [1034a2eb97a291846ff0d9b67677946ecab7df87]

        added save to ios app and removed keyboard on open
        
        Change-Id: Ibfa9373cc82d7e2022190e158f94eb323a57f241
        Reviewed-on: https://gerrit.libreoffice.org/6351
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-19  Tor Lillqvist  <tml@collabora.com>  [07d7be1ac8be39c9a4333c7166600180b8dd2475]

        Need also a definition of the maComp static member variable
        
        Otherwise Clang complains (on all platforms): "variable '<anonymous
        namespace>::CompareMatrixElemFunc<<anonymous>::ElemGreaterZero>::maComp'
        has internal linkage but is not defined".
        
        I guess this link-time error reported by one tinderbox that uses gcc
        is also related: "relocation R_X86_64_PC32 against undefined symbol
        `_ZN12_GLOBAL__N_121CompareMatrixElemFuncINS_13ElemEqualZeroEE6maCompE´
        can not be used when making a shared object; recompile with
        -fPIC". (That mangled name stands for "(anonymous namespace)::
        CompareMatrixElemFunc<(anonymous namespace)::ElemEqualZero>::maComp".)
        
        Change-Id: I05a341a55e5f57864a476b5d1614b0e73bc9f017

2013-10-19  Tor Lillqvist  <tml@collabora.com>  [9b966d0dc882a40bc3c3fb450c0da0e6bb5ae20b]

        fileacc is not a separate component any more
        
        Change-Id: I59eac660accfc362766bc3744655e2ba2d66ddd6

2013-10-19  David Tardon  <dtardon@redhat.com>  [c7ce98cc4f98ca9273d734175c330881d510536c]

        these are in external now
        
        Change-Id: I3d84a202ae0058a8fe8a810f7e7de2522393f417

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [164b3e74e77a220e524fd077e4c6a55a5ea9f0f4]

        fdo#70393: move moz to a subdir of external
        
        Change-Id: I9e9b47a3b8fc298b0a371ef609f342a8366b0039
        Reviewed-on: https://gerrit.libreoffice.org/6345
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [f38b5ce9b87d86e73893a3d3384621da994d1499]

        fdo#70393: move more_fonts to a subdir of external
        
        Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9
        Reviewed-on: https://gerrit.libreoffice.org/6344
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [97d1923b6ccdef86f3d794b12e625ef0a7d88095]

        fdo#70393: move mdds to a subdir of external
        
        Change-Id: Idfb327f7217e459ab0328f8692e1f73aef248d32
        Reviewed-on: https://gerrit.libreoffice.org/6343
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Tor Lillqvist  <tml@collabora.com>  [e13af24d2b985261afa80e36edd3021a70887253]

        fileacc is not a separate component any more
        
        Change-Id: I47f3dd29aba16aa2d8a5e3746c447288d2066b23

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [5d98836cfb94176c7a50d0836ad8f0c153364063]

        fdo#70393: move neon to a subdir of external
        
        Change-Id: I504b69437ca2849a9bf825c67e52a671ec1e1ad8
        Reviewed-on: https://gerrit.libreoffice.org/6348
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  David Tardon  <dtardon@redhat.com>  [f1a99d2d22f8284ea09a2db0c0d3ee15b337a359]

        fix path after move to external
        
        Change-Id: Ibcf2dca1a2c624e6467db45ccfe195035e35555e

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [67867f77d90eae4de276ef477a973ce68357d7d6]

        fdo#70393: move mythes to a subdir of external
        
        Change-Id: I132479fd26e45276f25af5615175b0fdaeaaeb01
        Reviewed-on: https://gerrit.libreoffice.org/6347
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [7495d220dd17c14fb48b384e117fcfa54d18cdac]

        fdo#70393: move mysqlcppconn to a subdir of external
        
        Change-Id: I5945fa432a9371854e25454feabcafabed7f7b7d
        Reviewed-on: https://gerrit.libreoffice.org/6346
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [9e89f7ccf873c14b425d37ef2e65bb7dfc75491e]

        fdo#70393: move libmariadb to a subdir of external
        
        Change-Id: I6c76056f5db2f523e49ffc79abad38a7eb1a06e4
        Reviewed-on: https://gerrit.libreoffice.org/6342
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [79832d9259d609e8189ecfb48cd2856e83bb8d75]

        fdo#70393: move lpsolve to a subdir of external
        
        Change-Id: I6c4a3bbd2cb514b979165bb041524706f3c28b0a
        Reviewed-on: https://gerrit.libreoffice.org/6341
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [8d46e3968cf68b6ef6a370084b4cc37dbdda1708]

        fdo#70393: move libxslt to a subdir of external
        
        Change-Id: Ibf6fd5c32a62752044e70961cf33b05fdcdce104
        Reviewed-on: https://gerrit.libreoffice.org/6340
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [f2b51cdfd6fee45ff2062fa6fb46893eba56c02c]

        fdo#70393: move libxml2 to a subdir of external
        
        Change-Id: Ifea928fc56239043f976ed1e0d2c986bc5cfb934
        Reviewed-on: https://gerrit.libreoffice.org/6339
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [27d0ddf6b4526ffdf2e166e20a03a4c40a0f9936]

        fdo#70393: move libwps to a subdir of external
        
        Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f
        Reviewed-on: https://gerrit.libreoffice.org/6338
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [06c6846346e945f40ce4ab87261e9511d5e87e9c]

        fdo#70393: move libwpg to a subdir of external
        
        Change-Id: I28c0a18f9e85ca913a29f85e647a547cde2d40a1
        Reviewed-on: https://gerrit.libreoffice.org/6337
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [c979511247aff27d33941b3c73224d948bcfceb2]

        fdo#70393: move libwpd to a subdir of external
        
        Change-Id: I599cf45b455b59e082078d6b2d5ed2efb99b5862
        Reviewed-on: https://gerrit.libreoffice.org/6336
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [5c077d3b85f0fab70bc6e78fbc3c307e81f13ad7]

        fdo#70393: move libvisio to a subdir of external
        
        Change-Id: I8887369a0d355e803e31c52d7358c88d133cf89b
        Reviewed-on: https://gerrit.libreoffice.org/6335
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [392726f04252fa3802ade7c31ca65fac57896861]

        fdo#70393: move liborcus to a subdir of external
        
        Change-Id: Ibdf8c9fc9d7d2639ebd440ff2d833ab37ae76d98
        Reviewed-on: https://gerrit.libreoffice.org/6334
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [9b4b718b5b049aff0077202c26d057b14bc29511]

        fdo#70393: move libodfgen to a subdir of external
        
        Change-Id: If43571222806df4c3d25ab88eab3b1755f583d5a
        Reviewed-on: https://gerrit.libreoffice.org/6333
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [2728c6e8da276c1955878f766c71acd0fd59c9ce]

        fdo#70393: move libmwaw to a subdir of external
        
        Change-Id: I8ba2b928638cf3f16c4500eeaec5a5ce91dd85f6
        Reviewed-on: https://gerrit.libreoffice.org/6332
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [1359fba53064d726d55853881d24d793598a5008]

        fdo#70393: move libmspub to a subdir of external
        
        Change-Id: Ib93e41b2ebd7f466c28e6a52ea6ad16dd216642e
        Reviewed-on: https://gerrit.libreoffice.org/6331
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [fc26490252a63b851560be0af97e14b784a20350]

        fdo#70393: move liblangtag to a subdir of external
        
        Change-Id: I18cded289591bdf872c7a818326a35ac00d38482
        Reviewed-on: https://gerrit.libreoffice.org/6330
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [36b554e96541f39ecc80b8ede3e260e3426a1936]

        fdo#70393: move libexttextcat to a subdir of external
        
        Change-Id: Id4c27e0ed7ef31e0217a82160e18cc1b8e5858f7
        Reviewed-on: https://gerrit.libreoffice.org/6329
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [e65ca87fd172503635e44b57b541a20b2632b710]

        fdo#70393: move libcdr to a subdir of external
        
        Change-Id: If862bdfc338daa60a104e9b28924343363bb2fab
        Reviewed-on: https://gerrit.libreoffice.org/6328
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [63f6d64ca1f6944953c448f8f75acedb5df991c4]

        fdo#70393: move lcms2 to a subdir of external
        
        Change-Id: I122a8564795f3a422d6bb10a5d6a845b72e77102
        Reviewed-on: https://gerrit.libreoffice.org/6327
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [a52215833280fd2c76d6df491a199f1ffab3e040]

        fdo#70393: move libcmis to a subdir of external
        
        Change-Id: I602ae9b173e42d668cd9383fa0d2517576db12bf
        Reviewed-on: https://gerrit.libreoffice.org/6326
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Khaled Hosny  <khaledhosny@eglug.org>  [a4964c60117b031609072912c06720cca7bb4497]

        fdo#70393: move jfreereport to a subdir of external
        
        Change-Id: I92d5458b48cc7e1c4794407bf71c54f0f048f2d8
        Reviewed-on: https://gerrit.libreoffice.org/6325
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0f8174dab2114de00662bbc9bc2831ff35e4b437]

        Bail out early.
        
        Change-Id: Id2dcaebd8213704c777f77bf7fb735a9788d68bd

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5df31d1ce047688fd759ffad6a881307197a7389]

        Remove obsolete patches.
        
        Change-Id: Icf50e577b4ad472faa00a85e8ecc309bf2d953d0

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [45759608eaa3112819e7580c20d18786cbf9740b]

        Update mdds to 0.9.1.
        
        Change-Id: I514e405f3a9768dcaab00a88c90d72bc54d12713

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a130c38bbcc9a0a5bb32e084ffbda34e561b2373]

        Try constructing & initializing the matrix in one step.
        
        This uses multi_type_matrix's new constructor that allows array data
        assignment.
        
        Change-Id: Ief01aefc1cc770aca702de7117c7e72c51fd4c33

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [790aec7e840b2fdbb6870d7973aeb581507442f8]

        Remove all uses of Pos and ConstPos. They are slow.
        
        Change-Id: I27f68e67eebfd1ce4be29b24147e5586c8f9f85e

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b08d0627da68311140ea0d18983e2f1aee92f5b]

        vector with reserve() is slightly faster than deque here.
        
        Change-Id: I9c2203662daa586e3fdbc9650b6ff61365c5bc60

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7460ddb0f2834f1a1e9ccd6967276d4ec0f612ac]

        Slightly optimize matrix value traversal.
        
        Change-Id: Idbcb2348ff7f4a5df32d66761849e3a92b4eb794

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1a590708f5ed69d2387e13334f347160e23c63f6]

        Faster way to add two result matrices.
        
        Change-Id: I347aec7de10a943d7f91c468cd6e393f980e53b6

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7195a5b87ca6ac22246b80cf8e907eb22f8e0f12]

        No need to fill zeros here. The matrix is initialized with zeros.
        
        Change-Id: I842819ed5ee040d4c65c3676ea35707d4087602a

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b80eb0fe5869b5e8b4370e037be5eb613e0e7292]

        Re-write CompareEqual etc. to make it run faster.
        
        Change-Id: I6efeff7c97695cab060319f20fae8673286a6c0a

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [335978eb36fcd6d235e652cd5319b06f2d5c7ee1]

        A little cleanup. Derive block types from multi_type_matrix.
        
        Rather than directly using the blocks from mtv.
        
        Change-Id: I215e38ad406f8edc5d15c9f011dde649fce1d671

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10ccf6acde86601beb2d95c5b094cecd41beea2a]

        Reduce the number of arguments. The first argument can go now.
        
        Change-Id: Id2b9ca7b6e24edc0da4735c01798ab580fba910d

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [60cc84c95364601190dd6c9d731d73c11dc83366]

        Move the compare-matrix code to ScMatrix, for much faster execution.
        
        Change-Id: I3c4f255469b48cfd6f132503ff695e347d8ae912

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4162c889f228593861965ecca732dbec01d82731]

        Fix brace styles.
        
        Change-Id: Ieb169d5ef8700067fbf011bbfc18fca6b40c03b8

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e09cedd92259d8fdb98a7591b46a813685f0df96]

        Initial attempt to speed up matrix comparison.
        
        And move the value compare code to somewhere public.  I'll be using it
        from the ScMatrix internal.
        
        This change requires mdds 0.9.1 which is yet to be released.
        
        Change-Id: I942133c85b614b3404006fa38af111ace9361fd4

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b9b668502de35a5077477d7e47a8f1ca7969ba6]

        Enable group calculation on SUMIFS.
        
        Change-Id: I0c02204d08c73668b2564360486f843e5e7b69d0

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ad9dce70d88f64ed2bba512658d2980d573183f3]

        We actually don't want to allow group-calc on matrix inverse.
        
        This one is accelerated for a single cell calculation case only.
        
        Change-Id: I1f66fc6bb20f08f45d47ae596fb201b838b17408

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d54243d3a82da74f8a5986896220bd4bb4f966cc]

        Redo vector ref array fetching for ranges starting with a numeric cell.
        
        The test now passes.
        
        Change-Id: I84e98e326be9cab175ecb95dbb4db4c535bca6d2

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [227a8bb891109871fed92e1fa7c8884eab69d1dc]

        Add helper functions for unit test & add new test that currently fails.
        
        Change-Id: I503fc26ccc0f117c626e78a8a1dd07ff32a06432

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1a77aeb0ac6dbd8814bb7fdc34a49548a16fd110]

        Cleanup.
        
        Change-Id: I3d6e3bceda23255a138340dcea3d847481216e73

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a6f8102ba55d06ead9bf6e72be0985dcc1086ef5]

        Re-do fetching of vector ref array to support number / string mixture.
        
        For now it only works when the range starts with string cell.  With this,
        the test now passes.
        
        Change-Id: I6f79415ce11233648cdb20c8075f500b8c3d2f76

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3629a512b5afb09f48f47f1994d4708c748c45e6]

        New constructor that takes both numeric and string arrays.
        
        Change-Id: I9c48f340a0349e5f1ba772fcd783924c79b07616

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [86c3961b4cdf4689a04568d2d109aeeb11257b1c]

        Write a new test case for fetching vector ref array.
        
        This currently fails rightly.
        
        Change-Id: Ic4d8d3d720b2ee879f963d1871dd8779461f352f

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c30a2c4baf54696ed796a5ca0b805e8b67aaa263]

        More eye-pleasing way of checking for valid vector array...
        
        Change-Id: If2f47a7d98a4cbc9e09dc98c1bb0e11f8f889265

2013-10-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7586151cbea2d3b93b42a42aa8dd157e75ca4f60]

        Allow vector array tokens to store both numeric and string values.
        
        This is achieved by storing two physical arrays in each vector
        reference array.
        
        Change-Id: Iafb9e57b86e57e75eed8ff692a6d882c2049f710

2013-10-18  Jesús Corrius  <jcorrius@gmail.com>  [3164924fac45a377b3620ca68e7658be19999359]

        Initial experimental support for Visual Studio 2013
        
        Change-Id: I4a1ad9da56f39a21d8a392fdb92704cc4311c84c

2013-10-18  Julien Nabet  <serval2412@yahoo.fr>  [8998a84f2a45f099981183fc7c6ba1d16a744414]

        *api: remove type + remnants ">
        
        Change-Id: I2b60de0a11948ad1cab29931ac09b0aa1fe9adee

2013-10-18  Julien Nabet  <serval2412@yahoo.fr>  [ff901a00ae1af1873346c513b884c829cf5dd86b]

        fdo#70515: Error in stated number of parameter value choices for WEEKNUM_ADD
        
        Change-Id: I9cf5b9b0913e7bf4a59c3ec98157ce6d0661f408
        Reviewed-on: https://gerrit.libreoffice.org/6310
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [cc4aca0c9f267e1f2778e0098a1a2116842e7512]

        Fix building from inside modules moved to external
        
        Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [adfb02be9a326e3be37bcb0511986826027ce5f5]

        rework Init/Main ui-previewer post early language detect
        
        i.e. due to d07e7d692ddd2a9ab956a59bcc0f676c7d76bc10
        "wait until we know the UI language before initializing gtk"
        we need to have uno working earlier
        
        Change-Id: I77dbea78113c1c95b622a2367472a0111d0d32d1

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [5712a06f2c6f0616df777053242803c3723bc743]

        Related: fdo#38838 make String::Erase private
        
        Change-Id: I0a04798a38288eaa0cd4bc729303f8549ce4081a

2013-10-18  Eike Rathke  <erack@redhat.com>  [2d40520a57c49d93097e11079713c073d35a9491]

        removed senseless comments
        
        Change-Id: I38dcca9d513e9122ffca81f448ad3181fd7a9817

2013-10-18  Eike Rathke  <erack@redhat.com>  [ac0dc48b63d93155304dfc44bd8f83adc4ae0825]

        check fCount beforehand and bail out early, fdo#70000 related
        
        Change-Id: I47265cf0be9785e8be4b4be0b13d40cda206f349

2013-10-18  Tor Lillqvist  <tml@collabora.com>  [1e49bb2d7fc7dcdf02833a189f2962c607967ba6]

        Hopefully fix Android build
        
        Change-Id: I85170f2d65dd17e0a04a261b0680f693e2917131

2013-10-18  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ccbebd991b6bbce30d10b88f464140338f706c5b]

        fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functions
        
        These functions have been introduced with Excel 2010, but were not
        supported yet in calc.
        COVARIANCE.P (population) replaces the COVAR function, but the COVAR
        function remains present (in Excel as well as in calc).
        COVARIANCE.S (sample) is a new function.
        
        Change-Id: If5501b4090fb716adfb3d121c7898528fd1b7ad4
        Reviewed-on: https://gerrit.libreoffice.org/6135
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-18  Eike Rathke  <erack@redhat.com>  [82275ecb0c5aae406dcf6637a56a84d729e78ac7]

        eliminated cause of "SelectionPattern Null" dbgutil warning
        
        No mark at all happens when creating a new document, in which
        case the selection pattern is empty (created of GetPool())
        anyway (hence there was a debug warning "SelectionPattern Null"
        from ScDocument::CreateSelectionPattern()) and nothing needs to
        be applied.
        
        Change-Id: I9df338063baf27581f258f6c2fd0737b95804509

2013-10-18  Ptyl Dragon  <ptyl@cloudon.com>  [4219195dec664aa03395a52168fad356840e5402]

        ios tile testing app done
        
        Change-Id: I1c4a45c3f19d79b4da8cc96304e0e1802f92dff2
        Reviewed-on: https://gerrit.libreoffice.org/6320
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-18  Tor Lillqvist  <tml@collabora.com>  [4d8f12f57b0f02d3610269eae7b5981010dc7e98]

        More text selection WIP hacking
        
        Change-Id: Ia29725295613faf875a688b3917b144a5f05bbe3

2013-10-18  Stephan Bergmann  <sbergman@redhat.com>  [5732ff540edbaa4ad5d92177c48e0a79e385b5cb]

        Some clean-up
        
        Change-Id: I142f9c4e73585272c3028880e40c20f4a056f3c3

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [9567fbdff6141a605f54df77ddcae173467d5cba]

        disambiguate GetScriptType that return different value types
        
        Change-Id: I694d81d17fac5fbd964937dc654ebd764af90842

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [fdf85819c33abe5a81d19a94b3bac0800b6cda30]

        Related: fdo#38838 remove String::Match
        
        Change-Id: I9db663dbcb432cbfe380e1272d6daaed3e6f4221

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [f1a8aefec91f51a15c951f53f283a38a2edcd141]

        Resolves: rhbz#1020712 return all the selected scripts
        
        What we want here is *all* the scripts in the range, that's the whole point of
        using SCRIPTTYPE. We use this to determine the font to show in the fontbox. If
        it's an exclusive script then we can show the font that that script, and if
        there are multiple scripts we know to set it empty.
        
        With the other intermediate bugs out of the way, this now appears to work
        correctly.
        
        Change-Id: I58426123602d70c151bd878e96fa5cbab7d3fd3e

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [b57ffef61afd61b57087150b1a9245e21079e15b]

        Related: rhbz#1020712 more i18n::ScriptType being compared against SCRIPTTYPE
        
        Change-Id: I5da9114a3fd8330df2b63dc9187323765d305791

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [e63a0d5657c7b9c7431525ba669b3edab0e56af3]

        Related: rhbz#1020712 wrong default font shown in editengine
        
        Only in editengine could we have this fiasco.
        
        There are two ImpEditEngine::GetScriptType's
        
        a) sal_uInt16 ImpEditEngine::GetScriptType(const EditPaM& rPaM, sal_uInt16* pEndPos) const
        this one returns i18n::ScriptType
        
        b) sal_uInt16 ImpEditEngine::GetScriptType(const EditSelection& rSel) const
        this one returns SCRIPTTYPE
        
        Could there be a better way to ensure that mistakes will be made.
        
        Anyway, within variant b, with an empty edit engine
        ImpEditEngine::GetScriptType calls GetI18NScriptTypeOfLanguage but *that*
        returns i18n::ScriptType's not SCRIPTTYPEs but when there is content then a
        SCRIPTTYPE is truly returned.
        
        Change-Id: I3a4a7c8746728e0fdfb25d961004c8339a24c93d

2013-10-18  Eike Rathke  <erack@redhat.com>  [f6d23bbe9909545e044d497e05ebcee28a1b2552]

        new WrongList only if there wasn't one or it wasn't empty
        
        Change-Id: Id6eaba19e89236716db2a0db9f557216d9402c66

2013-10-18  Tor Lillqvist  <tml@collabora.com>  [459e3a26a48a4f035807cfa1711f569b5fd3fec4]

        Add dummy touch_ui_selection_start()
        
        Change-Id: Id3854de1bcb8d5856d56e96895ff3bbf2e4aa666

2013-10-18  Tor Lillqvist  <tml@collabora.com>  [24f8446c9e7d1a0ea01cc11ca87abf85ba43342d]

        Work in progress: Text selection handling for iOS
        
        Change-Id: I31c6bcb9a4b26653d439601f78d71fd94d938eeb

2013-10-18  Stephan Bergmann  <sbergman@redhat.com>  [359472b2b50165966c27c239eccd3ecfb03e2acc]

        Remove *_Test product, so cppunittester can be NONE again
        
        ...as per #libreoffice-dev IRC:
        
        Sep 19 10:32:24 <mst__> sberg, moggi  why the hell is that thing named
          "cppunit/cppunittester" and inside a subdir?  it's obstructing my attempt to
          put it in $(INSTDIR)/program
        Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with
          INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not
          that i would know who needs it :)
        Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on
          Windows it would not accidentally have picked DLLs next to itself instead of
          the module-local DLLs it was supposed to test (back when we had module-local
          output trees)
        Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it
        Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill
          it?
        Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek
          and/or kendy, IIRC
        Sep 19 10:40:31 * kendy does not remember anything about it :-)
        Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could
          easily run the smoketest against an installation, to see whether the
          installation is any good at all, by installing that LibreOffice_Test alongside
          the installation proper?
        Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it
        Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test
          package for one QA guy. He does not longer work on LO. I am not sure if anyone
          else started to use it. So, I think that it can be killed.
        
        Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to
          actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries
          to run cppunittester inside the app bundle (it says so in the crash report)
          (it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH
          apparently)
        Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of
          the build process is run from inside instdir (i.e. inside an app bundle) the
          system "caches" this false knowledge, and thinks that the executable of the
          app bundle is cppunittester...
        Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run
          instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open
          instdir/unxmacxi/LibreOfficeDev.app"?  (I always call
          .app/Contenst/MacOS/program explicitly)
        Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..."
        Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the
          CFBundleExecutable key in the Info.plist is ignored if it is manually changed,
          so I guess similar caching of mapping between an app bundle and which
          executable to actually run happens in this case
        Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain
          Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely
          there must be widely used apps that have several executables inside the MacOS
          directory; how would the system know which one to run when the app is run?
        Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open
          source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c
        Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be
          right
        Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and
          open foo.app, it works fine
        Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester
          somewhere else even without this problem
        Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a
          misguided mst decision, because that odd LibreOffice_Test product (that
          pmladek said nobody needs any longer anyway) includes it; I think consensus
          was to kill LibreOffice_Test and move cppunittester where all the other NONE
          executables are, but looks like nobody executed
        Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no
          need for me to try to hack this now then
        Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody
          beats me
        
        This removes smoketest/losmoketest et al along with the *_Test product, as they
        seem to not make sense without it anyway.  smoketest/Executable_libtest.mk
        appears to be a test that could also be run during the build, and only ended up
        in the *_Test product by accident, so I left it untouched for now.
        
        Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8

2013-10-18  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b538fc543ecfbafef94b15ef068890c22d7f2218]

        fdo#60698: Move fileaccess module to ucb
        
        Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb
        Reviewed-on: https://gerrit.libreoffice.org/6311
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [30947844fe641021177120e134b1244cb7a95f7f]

        solver is dead and gone
        
        Change-Id: I66257ed063849fde997ff78b8b9a6fc2db939fde

2013-10-18  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [88c7e9717980caad0addf54d986a2f60d92c8a6a]

        fdo#36964 Wording change: "Remove Filter" -> "Reset Filter"
        
        As discussed in the bug report. I changed all occurrences, not only the one in the Calc menu.
        
        Change-Id: Ia652cb10ec0123b0a79a719dda59e6d2f54f0680
        Reviewed-on: https://gerrit.libreoffice.org/6123
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [1b4aa55ecd7b2c3f6e0d281642d0ed0a066dec69]

        pScreen uninitialized
        
        Change-Id: I244c3b5a949ae5c8a5bf46d1b58439e080b2c848

2013-10-18  Eike Rathke  <erack@redhat.com>  [587473c238829a1a0ec436c716f13a1f0f82689c]

        added Ladin_Italy [lld-IT] locale data, fdo#70530
        
        Change-Id: I7c0e88ee9d01eec3df471d84f122123dfb24f4fe

2013-10-18  Eike Rathke  <erack@redhat.com>  [21ebbbcb9a98b011f423c7faa72ded5fb40d679d]

        added Ladin [lld-IT] to language list, fdo#70530
        
        Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [f649a16e740f55ee9413a556ebaa8b8774f8a42c]

        some GetTokens hidden in windows only code
        
        Change-Id: I45da175fe0f72996b26d66c29e0e6a1b4115b896

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [9c1170b25a9fab13084d2677aa4fc986db5ab675]

        move xid-fullscreen into gnome package
        
        Change-Id: I2ad0838a12ce06b2c6e77b7f55cdc2cd0627a38b

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [2d3dd8594ee3e43fcf9a65887f90d187a4393297]

        missing .mk
        
        Change-Id: I923153579d6cc50354450a5b3a55ecc133ae5e41

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [14bb85e0a3d95419c484bfa23881f03c54031c5d]

        Resolves: rhbz#919070 offload set span-all-displays to a gtk3 utility
        
        Jaw dropping hack to set a slideshow to span all
        monitors if gtk3 is available at runtime
        
        Change-Id: I363f63c9855d5cb1f92d65d0b34add0c60f7263c

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [a8dd794356cb62480b2dc12504ad9e0158a0b583]

        Related: rhbz#919070 display -1 means span all displays
        
        So try to set size to full "screen" size. most window managers
        will ignore this however unless _NET_WM_FULLSCREEN_MONITORS is
        set, Under gtk3 we can use gdk_window_set_fullscreen_mode to
        do that. Its effectively impractical for LibreOffice to itself
        calculate the right parameters for _NET_WM_FULLSCREEN_MONITORS
        as far as I can see
        
        Change-Id: Ia725f21048bfcec3dbf1478b4303ccd9cfec0b36

2013-10-18  Caolán McNamara  <caolanm@redhat.com>  [13f383ac919acb36f54c5cf211954a8c032837b4]

        Related: fdo#38838 remove String::GetToken
        
        Change-Id: Ic5307816dd3f0c74f10eb8a15910a1674713bf9c

2013-10-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [11e7475402861ab2719cfefce35a405298946b71]

        Check for minimum version of flex (2.5.35)
        
        since at least 5c2ba4aad61ce2c7c661202ae7ed26e1859c5216 flex 2.5.35 or
        newer is required, but linux baseline (CentOS 5.9) shippes with older
        one. Fail in configure/autogen instead of during make
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        ...and gracefully cope with Mac OS X flex --version returning "flex 2.5.35
        Apple(flex-31)", so just look for the first run of d.d.d when determining the
        version number
        
        Change-Id: Ia5a324474aaa1a45910f50b4a78ab6ce6279575e

2013-10-18  David Tardon  <dtardon@redhat.com>  [f2422ab90d92104915b93e96f647a89bbf55ad30]

        fdo#70480 do not crash reading malformed zip
        
        Change-Id: Ibbdf7ce4979f8452c4a662cc9ae3f598cce23126

2013-10-18  Noel Grandin  <noel@peralex.com>  [1d7a58dc98faa7c049392fc2aa15728ef8819893]

        convert std::unique_ptr to boost::scoped_ptr
        
        I used this during my String->OUString conversion changes, but
        apparently it's a C++11ism
        
        Change-Id: Iff727a92d6d0c3e418275d2850ce70cbd2d2546a

2013-10-18  Noel Grandin  <noel@peralex.com>  [d08ef4d26594f7bd2711615d90796e1613e82f9f]

        random OUString to String conversions
        
        Change-Id: I9cfb8e7183b9cce7c690f3a43a64b61a2aa8c754

2013-10-18  Noel Grandin  <noel@peralex.com>  [218775e19cee88cdf7dae1ead787cb4274f52cd4]

        convert String to OUString in reportdesign module
        
        Change-Id: I6c154dff7c613c8975136f2934df3b0f385dade4

2013-10-18  Noel Grandin  <noel@peralex.com>  [cc10a8a4672d85a38164cac3735a830bf75638be]

        convert remnants of String in SD to OUString
        
        Change-Id: Ia09dab36376e0169cddb5e8b0aa096d5327a8213

2013-10-18  Noel Grandin  <noel@peralex.com>  [bc3b7ca3c7bfc231aff489cdb49e9cd1bc767247]

        convert remaining String in SC to OUString
        
        Change-Id: I3ee8c3b59bf9d6ef6516f1da64cbe5f0b35af2d0

2013-10-18  Noel Grandin  <noel@peralex.com>  [8051bb7e18ccae0f639e65dfa86bcc18a5fb9108]

        converting remaining usage of String in SW to OUString
        
        Change-Id: Iaaa3812412dc880eb9d08144219ebe428007884e

2013-10-18  Noel Grandin  <noel@peralex.com>  [b4d116ef8f0b405fd9b12967766b138c21605489]

        convert sw/source/core/access/*.cxx from String to OUString
        
        Change-Id: I03c63fbfe40e1fd7b7e26ecc7f16d695a68cbe46

2013-10-18  Noel Grandin  <noel@peralex.com>  [aa5cccd33c3b55dd4664f2600e0cf50d931ca122]

        convert sw/source/core/crsr/*.cxx from String to OUString
        
        Change-Id: I5fa7cc6ef54d0fed5752e422ab750f83a36d72ee

2013-10-18  Noel Grandin  <noel@peralex.com>  [d6e321f8264188ce8371c060ebeb75b213f0c90f]

        convert sw/source/core/doc/*.cxx from String to OUString
        
        Change-Id: I08caf2c9b7b2368f715fd582c93d40d69de2c875

2013-10-18  Noel Grandin  <noel@peralex.com>  [df1b20d47aba481f27c7ac3428267c8c9e5ae4b1]

        convert sw/source/core/docnode/*.cxx from String to OUString
        
        Change-Id: I1c9e569b41f953510160cefee626ee7c9440c3c0

2013-10-18  Noel Grandin  <noel@peralex.com>  [0422a95d375b8beed7dae7aebbb70b9bad9219d1]

        convert sw/source/core/edit/*.cxx from String to OUString
        
        Change-Id: I7d79a1a5bdfbfbb58ca2b99dc544dc174c997fb4

2013-10-18  Noel Grandin  <noel@peralex.com>  [4da4fe2d38d7adc9360e4b380bf372cff2323902]

        convert sw/source/core/fields/*.cxx from String to OUString
        
        Change-Id: I1e56b2bc0499aebf4e7e57ad7c6e6c84de6a3efe

2013-10-18  Noel Grandin  <noel@peralex.com>  [5c3382d57af73f8a78614a6f8960d5caec36f7b7]

        convert sw/source/core/text/*.cxx from String to OUString
        
        Change-Id: Ifda1e87fb14d075bb0b1708efc12404c9ebc255a

2013-10-18  Noel Grandin  <noel@peralex.com>  [c60452f1b425adfd42f03d7640a073c039c2e054]

        convert sw/source/core/txtnode/*.cxx from String to OUString
        
        Change-Id: I959196c06025e35211ee23bac574ba63a83938b1

2013-10-18  Noel Grandin  <noel@peralex.com>  [e39d9876166317b95a0b1f4b5abf032932085a12]

        convert sw/source/core/undo/*.cxx from String to OUString
        
        Change-Id: Ifbd63cd8184deec7f11d504d78d29c8f3ddd247c

2013-10-18  Noel Grandin  <noel@peralex.com>  [bbd37f87b337f4b5c91fae02357a932de3eaa094]

        convert sw/source/core/unocore/*.cxx from String to OUString
        
        Change-Id: I4af097f36d47452dc992f8965f74dd707c2c08a9

2013-10-18  Noel Grandin  <noel@peralex.com>  [3898de20ed5f6347045e0ed18e4317abeadf2e74]

        convert sw/source/core/view/*.cxx from String to OUString
        
        Change-Id: I714464715e54f20b327eed0748ab9fd82d0980bb

2013-10-18  Noel Grandin  <noel@peralex.com>  [3eeea8b5ddad1e1f3ae59822b132b128557925ae]

        convert String vectors to OUString vectors in SW
        
        Change-Id: I431d805f2845830da0fa66f6521c5c7d6b5b10d5

2013-10-18  Noel Grandin  <noel@peralex.com>  [111c843ce392b58a1dd0c675dd4ef214535d817c]

        convert sw/source/filter/html/*.cxx from String to OUString
        
        Change-Id: I2ec64f459dca9389d709ba0cdf20a5c1ef34ad18

2013-10-18  Noel Grandin  <noel@peralex.com>  [76ef39f0377f6105f658b9867c8a496e565b2a3a]

        convert sw/source/filter/ww1/*.cxx from String to OUString
        
        Change-Id: I5c7279d1f9b27480d317e05de769ca7302f781e3

2013-10-18  Tor Lillqvist  <tml@collabora.com>  [66bb3616a85cebb96f59bb7cbc189d7632fc97f4]

        These are now in external/Module_external.mk
        
        Change-Id: I6b28b1f6bf867844a70e0ba74aeefeae8b8f8510

2013-10-18  David Tardon  <dtardon@redhat.com>  [5f4b0d748f54fee702aa92dda293cfb96f7cd978]

        add README for external
        
        Change-Id: Ib888da804f99ca3647aa588c1c6b1dafbca1df3f

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [13818a69d77a5806e2bafa92283a56a9f7ac690d]

        fdo#70393: move icu to a subdir of external
        
        Change-Id: I9d8191848b093240f79207446afb13ca6fd708e4
        Reviewed-on: https://gerrit.libreoffice.org/6309
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [0ba2b78a07e1111208eef45813e14c33c95cef6d]

        fdo#70393: move hyphen to a subdir of external
        
        Change-Id: I5a112b6f588a704e682e7b50d5399d3da77fbacf
        Reviewed-on: https://gerrit.libreoffice.org/6308
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [64b6499371fa22d52648523e65a28c041dd6579f]

        fdo#70393: move hunspell to a subdir of external
        
        Change-Id: Id3aafd95cb8c064f84898844a91f350e9aad0ed4
        Reviewed-on: https://gerrit.libreoffice.org/6307
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [89b7435b9a98c93253638becafe5ff28efcfac4b]

        fdo#70393: move hsqldb to a subdir of external
        
        Change-Id: I01d383442ed43c602d4e4664da822c2fbb1a026f
        Reviewed-on: https://gerrit.libreoffice.org/6306
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [d985257069d22d1a2d4b1491685094082c174e60]

        fdo#70393: move graphite to a subdir of external
        
        Change-Id: If0f3c19fd539d2b1323016df032b9f959a0adf66
        Reviewed-on: https://gerrit.libreoffice.org/6305
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [27d330950f975322bd68edf836d7e3b91f76e57f]

        fdo#70393: move freetype to a subdir of external
        
        Change-Id: I533d855e30e46b937d27d185eabc0ca3a3473f4d
        Reviewed-on: https://gerrit.libreoffice.org/6304
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [27a1ae650d17bb588108a20af2ecec6d061e596e]

        fdo#70393: move fontconfig to a subdir of external
        
        Change-Id: I467e83b4c1ca938f5cdc333d9af103bcd01832f2
        Reviewed-on: https://gerrit.libreoffice.org/6303
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [1fdb6185a18990818199ad355b89c72102c6a0da]

        fdo#70393: move firebird to a subdir of external
        
        Change-Id: I2cb4f4b63ab526c3d034adf8c006103cde7e7304
        Reviewed-on: https://gerrit.libreoffice.org/6302
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [1a6264aa1230239006296247c5b6f098b80b6455]

        fdo#70393: move libatomic_ops to a subdir of external
        
        Change-Id: Ic79dddea1e366019f5a1d919ad0b9568b4d8cdf7
        Reviewed-on: https://gerrit.libreoffice.org/6301
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [3c61695a8235eec183de1470c42ce5d112ddaa49]

        fdo#70393: move expat to a subdir of external
        
        Change-Id: I4735c3b10081ac62b4620ff5180f12c30b077627
        Reviewed-on: https://gerrit.libreoffice.org/6300
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [86c32b4196d178955f6f9ef5254b6c6a1ee3c944]

        fdo#70393: move epm to a subdir of external
        
        Change-Id: Ifa10b01d9dce947a0153b9d3e1399d9842ba6241
        Reviewed-on: https://gerrit.libreoffice.org/6299
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [a777285f9b8efc4e00183a25d39913f78eddc0ad]

        fdo#70393: move curl to a subdir of external
        
        Change-Id: I76401636aab7d4de198912b154d6ec3da35a711d
        Reviewed-on: https://gerrit.libreoffice.org/6298
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-18  Khaled Hosny  <khaledhosny@eglug.org>  [39f73d93874114e2bacfd73da137180aad95a3f6]

        fdo#70393: move ct2n to a subdir of external
        
        Change-Id: If93ae0fa968539f72c9dbf29b4496355b6d66e05
        Reviewed-on: https://gerrit.libreoffice.org/6297
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-10-17  Andras Timar  <andras.timar@collabora.com>  [30b3367605025acf70c2a25ec04b303c11eada62]

        mailmerge: fix salutation list
        
        Previous state: there were two salutation lists, one for men,
        one for women. But they contained not only the salutation, but
        title, placeholder, and a punctuation merk. Therefore, when the user
        composed a Custom Salutation, and selected a pre-defined salutation,
        the result was something like for example "Dear Mr. 2, Mr. Lastname,"
        instead of "Dear Mr. Lastname,".
        Current state: salutation list contains only salutations. There is no
        need for two lists, because the Custom Salutation is customizable
        separately for men and women and it is not necessary to choose
        from the list.
        
        Change-Id: Ibb4e195401f1d01d5e63c9085b99d7acf3ef1229

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [9e973325ecd17cc990f76a8017155354a88b2cd4]

        distclean generated ios/lo.xcconfig
        
        Change-Id: I5db55ab575e3343664080936bd14a0c04f134fb6

2013-10-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [43ccd83d2598256de2193348c0b3c7f85fb4870e]

        URI schemes must be matched case-insensitive
        
        Change-Id: I0ca761cdbf2509ab225101984484905c94e8b3a1

2013-10-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [fc357b79e71577916e8d1970c6419619b950bd1c]

        Remove dead check for start of string
        
        Change-Id: Ib8fcc3dc5d216d1cfae569f605a3f415f80770c4

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [94f99a6baeb27af70f4aa74e74a3090d50f24470]

        sax: build fix: don't prefix enum values
        
        Change-Id: I6f4eac6103821227bc72de8c3bb0fb89a7a8bc9d

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [dd35d93d81580334277418f2d7bbc2b0a132a16e]

        sax_attributes: needs cppuhelper on Windows
        
        Change-Id: I5c9fca7f895b57fcfc5cdd8e5cbd879c74fbbf04

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [a2e59ec887ffc42f9c7d7f6cbfd4ca5035eca091]

        sax_parser: needs also boost_headers
        
        Change-Id: I2b0dd5a63d3a0d064c6431e01ad76fff111b67e6

2013-10-17  Andras Timar  <andras.timar@collabora.com>  [7527e8f71bbdb87f283a6c19e4dbdfa0faf0622a]

        fix thinko
        
        Change-Id: I766665e9b4cc83a78d718b194eb8dbb3fd5113aa

2013-10-17  Andras Timar  <andras.timar@collabora.com>  [828bc9d9376d296db47fbee699ae08e546b50a8d]

        remove German text from resource
        
        Change-Id: I8a34d2a5d4ea5e8e7f2245b97e4b8b0577edcc17

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [b9c9874853c3e5f6e2bd83d4b48fdd9eb8b5c561]

        sax: fix build: needs explicit type
        
        Change-Id: I5a5c52215b0177d663f0694515240c3f95a3ab40

2013-10-17  Eike Rathke  <erack@redhat.com>  [45d569be8f1db177bc539db75e225d8c60cdfca6]

        use LANGUAGE_MASK_PRIMARY in MsLangId::getScriptType()
        
        Change-Id: I55ce19b615722fe9152a4c683037bbb4578dd49e

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [2b8b417401577156c39d5cdd86985ae55c6e03a9]

        We don't use cppunit when cross-compiling
        
        Change-Id: I8ff723233546d9becd001ab54a7df5ad98223f90

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [04aaf0a52ff692e340d4acd47c4ddf5857b12df2]

        These are handled in external/Module_external.mk
        
        Change-Id: I1d1fbef457a34f730c9a83c5580fd56a0bed455c

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [aeca826f3463a831182cc9824b5ee229150cc1e5]

        fastparser: don't use multithreading for small documents
        
        Determined by XInputStream::available().
        
        Change-Id: I450f4796d9c072b395393582bfc3e1e7768e243b

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [7aa35dcb43a8d626873a04196e37391ea8f0a878]

        fastparser: don't create temporary Events; use references to event list
        
        Change-Id: I1e12fbeeb90d6020d0566d05fc0318082e1da5fc

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [6f1a110a370967b31f46d0323329dd9b4436ea26]

        fastparser: reuse event lists if possible
        
        Instead of allocating and freeing the memory all the time.
        
        Change-Id: I53800abaca51d42d7d44a98fb271de7df7f90f58

2013-10-17  Michael Meeks  <michael.meeks@collabora.com>  [902748b6ff9aca0793466c863e30c9e052321f52]

        fastparser: re-work locking, add high & low watermarks, change sizes etc.
        
        Change-Id: I7fe1435addc6dce5a74a8411f7825cea331a5b3f

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [9612bdbfa9335823e864c354130717f0e7607bf1]

        fastparser: implementation using two threads
        
        Instead of calling methods directly, generate EventList - vector of
        Events, where arguments for the callee are stored.
        
        Change-Id: I227a0ef3038566664ac8f294770152c8b445997b

2013-10-17  Michael Meeks  <michael.meeks@collabora.com>  [2df047bfd1f618329872261ca0600fe232ad8cfe]

        fastparser: cache default namespace token for ooxml.
        
        Change-Id: Iee98ec92380d6d0404ab236e062ddbc2378cda43

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [c293e73e8f6802fe9733fb69616efb8074acfce7]

        FastAttributeList: avoid OStrings in attribute list; just use char buffer
        
        Change-Id: I4879563fae3b85c68bbd1c4b260f9833848f4bda

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [9ae701509add0f0192b02fab787c6acbc64be349]

        FastAttributeList: use vectors instead of map; the size is small
        
        This is also preparation to avoid OString internal usage.
        
        Change-Id: If0ea36155d8ab3f5c91c2aafd6932fabeadadd41

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [bc2d6ef106bb3ea40fd54dc57e786a8a1898b465]

        fastparser: remove duplicated OString version methods
        
        Also remove AttributeData and make the two for-cycles faster.
        
        Change-Id: If0343992173bb333eee39c33bcb86acaa5a3d288

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [03d76d034e5e5e30cc8de98e103c5a6e881ec06b]

        fastparser: isolate calls to XFastContextHandler in Entity's methods
        
        Unfortunately, we have to store maNamespace in two stacks.
        One for future parser thread to compute tokens and one for
        main thread calling XFastContextHandler.
        
        Now we are prepared to implement multithreading.
        
        Change-Id: I421b55afa2e9ea80142e6068c7a515d31913ba69

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [bd4c869bbb66839506a45b71ab64792289ac7256]

        fastparser: store mnNamespaceCount in another stack
        
        This is preparation work for multithreading.
        mnNamespaceCount will be handled in parser thread and the rest in main
        thread.
        
        Change-Id: I571026ea499f6876b8dafb4e1bdc56d1add649e5

2013-10-17  Michael Meeks  <michael.meeks@collabora.com>  [7e77559b6f79dbf7e96073ac5a90f9b8ff0270c9]

        oox: special-case single-character a-z token mapping.
        
        Change-Id: I58a810cc6062d5b42558dd5c0f37426a8a210f40

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [86501dd6e0249c4291787d7cbaa88e84370a6c3e]

        sax: add unit test for FastAttributeList
        
        Change-Id: Ie87c80383991dca84b4f6e2074c5c53567ded0b6

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [dffb0782bb40337e32f3a22b3827b1d47e0acd72]

        sax: add unit test for FastSaxParser
        
        Adapt FastSaxParser so that it does not require XFastDocumentHandler.
        
        Change-Id: I7af49752dfbb4b55b8dde094fe6b762bd179be78

2013-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [7082efee96e1f165b30b1266376bb95db006e25e]

        remove not implemented method declaration
        
        Change-Id: I340ab40724cc864920cea05db63440803e60e275

2013-10-17  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [5d4558da5f4b5ee61589fd2b9acaf4eff9b515f5]

        fdo#58982 Center the splash screen in dual-monitor setup
        
        The problem was that the position of the screen was not considered.
        
        Change-Id: I1b2feb916952a4175bfff0675a884477407a702c
        Reviewed-on: https://gerrit.libreoffice.org/6119
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [ab5b6e3de4e3eb056e4985cbf2934fbfbfb0ea06]

        The Emacs mode for Objective-C is called "ObjC"
        
        Change-Id: I78428758aff0f0fb7e25ae8724ac32db824e10a6

2013-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [5d4f1fa7b6a9384cff6a89829fcd507c05380fd4]

        writerfilter: remove unused WW8StyleSheet class
        
        Change-Id: Id006db1013c981a6f2392bb52c2f26cf5e5bae5d

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [ad55d4e904634871c75a7007801c1b700bcb7ca3]

        Bin --enable-desktop-gui-elements
        
        Nobody wants LO's own widgets in a touch / mobile app after all.
        
        Change-Id: I84f1e85cebce80b6ff4ec5e4e3254654b5f5e6ec

2013-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [cce7939a166bbf9713ea06bcd3901dfaf162126d]

        writerfilter: remove unused WW8Style class
        
        Change-Id: I24af395c6899e9b3551bd7ff473ada2315812173

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [7223027a3a7e6599e387559d85f1eaebf3bbbd6c]

        fdo#70393: move cppunit to a subdir of external
        
        Change-Id: I96ab796757af0c6c6741059b35fcaeefc2bf4507
        Reviewed-on: https://gerrit.libreoffice.org/6286
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [894f5e46a6d72d3cfc3731c49a5f01626c6b95db]

        fdo#70393: move clucene to a subdir of external
        
        Change-Id: Ia9b7b18526119e29e21eb315d84d099861e15ea0
        Reviewed-on: https://gerrit.libreoffice.org/6285
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [8e434a45c2f8bee39d9a70fbe2707d8a144ac790]

        MSWordStyles: initial DOCX export of list styles
        
        Change-Id: I96522b72de1e0322229105c24913ed011b28d170

2013-10-17  Eike Rathke  <erack@redhat.com>  [c450aafad00da4553fc6f7abadb19b4b16df6b88]

        solve the 'dz' vs 'bo' and 'nn', 'nb' and 'nn' share primary ID cases
        
        Change-Id: I7ccead4493c9848b55f642c2636daa3c60aeb7a6

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [7bbd58eafc3146abcefc73d2d1ca6869bb47ef5a]

        fdo#70319 "exponent followed by at least on digit" also for special case 0.0
        
        Change-Id: I07e7917417b8a22cf6d64f2b7a447f9084b9fa2d

2013-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [2ed29702ab29240e8e68c9c0f168a551d17f79f6]

        sw: bool -> enum for style type in AttributeOutputBase
        
        For now just use what we have already: paragraph and character styles.
        But it enum should contain numbering styles as well in the future.
        
        Change-Id: Ifd2f918446537e04cb5ba2cd8df822c5a1f9099c

2013-10-17  Caolán McNamara  <caolanm@redhat.com>  [d1563b818d335495a5591f5fd491fee77b47c93d]

        Related: fdo#38838 make String::CompareTo private
        
        Change-Id: Ibb17bb9e5df9fa9cf9abc4c05dc6ae8fa15b4058

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [63691a62c8695889144841abf8a32d52535ae671]

        Consistently use SAL_USE_VCLPLUGIN as a bootstrap variable
        
        ...and neither exclusively nor additionally as an environment variable (where
        bootstrap variables include environment variables, see the @file comment in
        include/rtl/bootstrap.h).  Note that LibLibreOffice_Impl::initialize
        (desktop/source/lib/init.cxx) sets it as a bootstrap, not as an environment
        variable.  (Though desktop/unx/source/start.c still only reads it as an
        environment variable; could potentially check argv for
        -env:SAL_USE_VCLPLUGIN=...)
        
        Change-Id: I9315f585cdb4f0783181359e030686167c4e4625

2013-10-17  Ptyl Dragon  <ptyl@cloudon.com>  [76a9ae801bcc252947da991e9bf6dc3ebfde5ebf]

        added for infrastructure for ios tile testing app
        
        Change-Id: Ie8ac64769c01c5e967a56844a69747ef4d4f20af

2013-10-17  Ptyl Dragon  <ptyl@cloudon.com>  [ae549ad1e66283b641e27c3a3743b468b9ff1c43]

        infrastructure for ios tile testing app
        
        Change-Id: I1a3d10b7fb61b19664b383d29c6e607c01b90a71

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [647d766c328668a1ab404fb464970647a3916e28]

        Updated core Project: help  e4a53e8dd344207f81e1a06db8db153883fddcb3
        
        add DateAdd to index of all Basic functions
        
        Change-Id: I822dffb39e12a3bc8702e3bb50d22bbd3dfa2eaf
        Reviewed-on: https://gerrit.libreoffice.org/5900
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [a1c600098413725540e2219369dab3134e19920a]

        per SQL standard, BIT is 0/1 but BOOLEAN is true/false
        
        Change-Id: If088cd33c19bccddbf145a44d19bf37adf638f3b

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [080e9c298738988f36df43b8edd7b6e7bf4224cf]

        bogus WaE: 'bValue' may be used uninitialized in this function
        
        Change-Id: Ifde0f9370d093f447edac4899c5bbc7940da5a8c

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [1fc195f7e830619d56cc4c56043b154bc3a72b02]

        Simplify code (VERBOSE was unused)
        
        Change-Id: I281be165fe110fee3e174e96e11cdbc4aa5671e0

2013-10-17  Thomas Arnhold  <thomas@arnhold.org>  [c65eb7e56934b22f9bea68e62c0a51fd59869f1c]

        Related: fdo#38838 remove String::SearchAndReplace
        
        Change-Id: I1cc52d0be360b05e722a18b3ca5d08b2b0b0842d

2013-10-17  Thomas Arnhold  <thomas@arnhold.org>  [5df4743236c0d41ad0d28ba7e743f2ea4f74c8e5]

        remove some unused code
        
        Change-Id: If3e7c03aedf7b953c7bd3017534b3d5fbeeb6192

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [2d1675c3adbd3f3ff4b0d6815c88938ed775b9b2]

        The getSupportedServiceNames implementations will already take care
        
        Change-Id: I0c7ae8e0393f069259b943e04368e874abdf8386

2013-10-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3d3293144b0e0d2d28136b1b2c7154d6352463b8]

        fdo#54938: Adapt svtools and comphelper module ...
        
        to  use cppu::supportsService and other pieces.
        
        Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [6fe26facd06d4d1e5e37384d25d83209209229fa]

        Produce empty share/uno_packages/cache/uno_packages/ hier in instdir, too
        
        ...though the way to do it is probably somewhat overblown...
        
        Change-Id: I9b0da2913e0584eaf7d2ec98d1a29e1d78533d51

2013-10-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [ab2c1321776e0b622c5f0747366bb0bfeb163cc5]

        writerfilter: fix default numbering style
        
        Change-Id: Ia019c93841043ac5d65e08ad17400acc27f82d6c

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [214fc9134176c79c701ce90dc252738d8038e01f]

        fdo#70393: move cairo to a subdir of external
        
        Change-Id: I5a5d43521d3d7227dadd05525e2c69c63a3f1c1b
        Reviewed-on: https://gerrit.libreoffice.org/6284
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [4641fd9aecc73b3cbdcb83d67f423c8d06f456fd]

        fdo#70393: move beanshell to a subdir of external
        
        Change-Id: I7e8324fd366a25db59becedfb3f00a10723f45be
        Reviewed-on: https://gerrit.libreoffice.org/6283
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [174e24ffff2f76da94df3bdefa5416c5f2256b78]

        fdo#70393: move boost to a subdir of external
        
        Change-Id: Ib6aa36e296dfc1237463c4257f7ea1bd1fe72a1b
        Reviewed-on: https://gerrit.libreoffice.org/6282
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [694248e9785e943bfc83d119304a5b18b683e21f]

        fdo#70393: move apache-commons to a subdir of external
        
        Change-Id: I97f27f1fd53e416767c7aa3478deb23aae0427e0
        Reviewed-on: https://gerrit.libreoffice.org/6281
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [6cef5936a9cf9e004b6940edfaf57493558332b9]

        fdo#70393: move afms to a subdir of external
        
        Change-Id: I73d7998a9a36d466b4c6d9cac408506a42bceebf
        Reviewed-on: https://gerrit.libreoffice.org/6280
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [15be40969c107f073a3fa7f5fd67e8012ffdcbb3]

        Fix quoting
        
        Change-Id: Ie2228247f5edc107ed183a25ef30256d8041e000

2013-10-17  Khaled Hosny  <khaledhosny@eglug.org>  [268a3214073f95371b7e5ae35b95ca01967f0494]

        fdo#70393: move harfbuzz to a subdir of external
        
        Change-Id: I3eaa6d95aaa1753822e20d21f90f39cadb939332
        Reviewed-on: https://gerrit.libreoffice.org/6276
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [d879a74ee2d8baad5de4edc4e13144d3cc0c6bf0]

        Scripts need executable bit
        
        ...or else they would end up non-executable in instdir, now that they are
        directly copied there via desktop/Package_scripts_install.mk.
        
        Change-Id: I8d2add1fd7f13ae9080d2f710b5fbb60d1e8ad1a

2013-10-17  Jan Holesovsky  <kendy@collabora.com>  [f2202fed9e9682a6316df0deb0f4679a0a3184e2]

        Tiles: Documentation of the parameters.
        
        Change-Id: Ibe31a105972cee2aff9b6896cdd80bd93a1a0e7d

2013-10-17  ptyl@cloudon.com  <ptyl@cloudon.com>  [d8e8e6bcbeaa9c4d0058e01ce7be07e57f615b1d]

        added draw tile signature and select all fix
        
        Change-Id: I6118c55caa12d9ba52000f89e869e27b218859be

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [fcdde111e451f84e373c67a485c87d1ad744cfe4]

        fdo#69462 Properly escape URL in Mozilla -remote openURL(...) command
        
        Verbatim ")" or "," in the URL will apparently cause problems when Mozilla-
        derived browsers parse the openURL(...) command (see
        <http://www-archive.mozilla.org/unix/remote.html> "remote control of unix
        mozilla"), so percent-escape all "(", ")", and "," in the URL.  Also, remove the
        space before "new-window" as "Commands should /not/ have spaces in them" (see
        link above).
        
        Change-Id: I4b0f3f6a19c94ed9346bb6c55e77d6eae82baba2

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [7ff0a2e41c872dbfacf132ff756ed10dc8f3e8c7]

        Quoting clean-up
        
        cosmetics only; even the unquoted echo $1 would not have caused any problems
        
        Change-Id: Iabae872fe6232dc1cd627b736f0c4fc5a8611037

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [288d1a3ff4a5b2b96b278c791c52376d2c3c980b]

        Remove unused run_browser()
        
        ...unused right from the start in 3d5468a8590ff9b36ac16845782af118d07b7786
        "INTEGRATION: CWS defaultbrowser: #i27120# new unix shell execute service
        implementation."
        
        Change-Id: I18ae3c4c372163787e9bd4f8c946e15128a9deeb

2013-10-17  Caolán McNamara  <caolanm@redhat.com>  [c975d6b751c48471d413b2e15ccb86e742e9e231]

        Related: fdo#38838 remove String::CompareToAscii
        
        Change-Id: Ie853747ec693bce34e5be3940c236be5e5544b00

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [e3c461104057fde8bcfc5778b24039ff387c4926]

        Make the MobileLibreOffice project work better in a srcdir!=builddir scenario
        
        Manual intervention still needed to copy over the
        ios/MobileLibreOffice and ios/shared directories, though.
        
        Change-Id: I1e985cb9bf61238631bd01cd222eeaeb447d58b9

2013-10-17  Stephan Bergmann  <sbergman@redhat.com>  [08b4ce61d37f138a366ba52bc27ca0a9d7192b09]

        -Werror,-Wunused-const-variable
        
        Change-Id: I635235896853693dd7687e0b72ccb3caf4febb89

2013-10-17  Tor Lillqvist  <tml@collabora.com>  [2337bb6b402391983f8f96a8d0bc9e904dd124a9]

        WaE: unknown warning group '-Wmaybe-uninitialized'
        
        Seriously, would it be so awful to initialise the value even if strictly
        speaking it is unnecessary? Hopefully avoiding that is not an attempt at
        manual micro-optmisation? (Or did the initialisation actually cause some
        warning?)
        
        Besides, Clang is not just "the MacOS X compiler". I use Clang on Linux,
        too. It is great. Our Clang plug-in (which can be easily used only on Linux)
        is very useful.
        
        Change-Id: I379afed707d96745ee29979bd79467309adf0147

2013-10-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf6d1f77420dcc9ece4d9f4eae1e37b427d85c6a]

        Normalize DISABLE_OPENSSL to USE TRUE/<nothing>
        
        Change-Id: I84dd99f42e032315fbf31332dfb62eb3ef4aa4c0
        Reviewed-on: https://gerrit.libreoffice.org/5724
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ce40605a8f906ebb4d800798d1e0c17ded4c053a]

        Revert "no need to double the conditional, once is enough"
        
        This reverts commit b63029c8072c10c03b2fc36fe82619f0cff0ca18
        
        This might be a bug in gb_Helper_optional or some such, but I get:
        
        make[1]: *** No rule to make target `/home/master/src/libreoffice/workdirs/master/src/9e5d864bce8f06751bbd99962ecf4aad-libpng-1.5.10.tar.gz', needed by `/home/master/src/libreoffice/workdirs/master/workdir/unxlngx6/UnpackedTarget/9e5d864bce8f06751bbd99962ecf4aad-libpng-1.5.10.tar.gz'.  Stop.
        make[1]: *** Waiting for unfinished jobs....
        make: *** [build] Error 2
        
        Change-Id: Ib9cd0cbe800f158bf50aaeb95f848cc2fd805de3
        Reviewed-on: https://gerrit.libreoffice.org/6287
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [efd341157c3cf738756afd77a91f37b735e9a2de]

        MacOS X fixup to bogus WaE: 'bValue' may be used uninitialized
        
        Change-Id: I1485e7f6b9147d4cec94833c0a2b35e730c397cf

2013-10-17  Lionel Elie Mamane  <lionel@mamane.lu>  [9d5e05edb20819e7b989f366fbd86ca4c2cd7cc5]

        bogus WaE: 'bValue' may be used uninitialized in this function
        
        Change-Id: I14983509a41bd6be0d7fed29d7f89fa4a21fe08a

2013-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6aa0488da21ef21b9da68253682b174f11f305f5]

        this method is not supposed to throw, fdo#66241
        
        Change-Id: I1e2eaeba47e16e6b261c4c382ec10166eb08d7f3

2013-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14940227849e792ce161633a87adf687b2bf9140]

        CID#1028073: possible memory leak
        
        Change-Id: Ifbc7d7b04b20fbf46204866a82aa10319c5dddf2

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [98404a843198c532c5639b073a3a83ff3529615b]

        remove glibc stub and tarball, it seems to be completely unused
        
        Change-Id: I1638d4cfc0e6025bd33ed6770ede8556304d6919
        Reviewed-on: https://gerrit.libreoffice.org/6278
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Eike Rathke  <erack@redhat.com>  [151c55e77185aed554e3db7b92b8ec3e006bbd66]

        re-added an omitted nFuncFmtType
        
        Gone with 58380c11216cb9f03a98e3d53dcee702576fedb8
        
        Change-Id: I6b076d635c3d2cd37ed6b65a83c758b30e0e1522

2013-10-16  Eike Rathke  <erack@redhat.com>  [5191cd8307fd7155fca5281b762d73e923c60c58]

        fixed MIN and MAX matrix case regression
        
        Introduced with 58380c11216cb9f03a98e3d53dcee702576fedb8
        If in MIN matrix minimum was >0.0 the result was always 0.
        If in MAX matrix maximum was <0.0 the result was always 0.
        
        Change-Id: I59bd1e9815912eae6b4846c092d98a8949b30e8d

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82a3c3f702e78232ebd4671c0061aa817bbd146b]

        move mingw-externals to subdir
        
        Change-Id: I324225ac397d8e4bb1f58f0b8040eb08b7142ee9
        Reviewed-on: https://gerrit.libreoffice.org/6277
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Eike Rathke  <erack@redhat.com>  [f46cb0c45a3e00057c1bcf73ac850ef44d470b9d]

        fixed out-of-bounds OUString access
        
        Change-Id: I971c339f2cb4cddcf4fbb447eb79282d34979220

2013-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [31d3ab5ea19268cb51a5efdd6ac0065dfce25f28]

        writerfilter: remove unused WW8ListTable class in doctok
        
        Change-Id: If13c1ce4847e5711cbb60196a77a669411496306

2013-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [ee1187452ba0312cbef6406ea95c7ae39486076d]

        writerfilter: remove unused WW8ListLevel class
        
        Change-Id: Ib1058fcc10100938a34fae18e94fa9fd21ebfb36

2013-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [e9bcc4f814ba4a13942732dcabb3ae992af13735]

        writerfilter: remove various no longer needed resolve* methods in doctok
        
        Change-Id: Iae638fbc5142e7c6d3f62bd6916b25fa4ecf040e

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [67cfd9f3cfd2c9beb8724b890cf5015858de027e]

        WaE: 'bValue' may be used uninitialized in this function
        
        Change-Id: I6fd6f679dd81707483c6834a4d4b2ca935f7c515

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [556997bae75be8d8876d87a43d854cb969c12ce3]

        remove SID_INTERNET_ONLINE
        
        We have no online/offline concept for the office anymore.
        
        Change-Id: Id7e71d9c4383b47d3fae6f8cb5dc18ec22a55934

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [4b1ebf998b344535d20a6205b915c21996fc06d7]

        fdo#63271: Close hyperlink dialog after hyperlink is inserted
        
        Also label it with "Ok" which reflects the new behavior better.
        
        Change-Id: If8adde315c2d822e3210a0dcae7055519e5e558d

2013-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [ffff47459274d6187bb0ea6533f5acc0e7b7ed92]

        respect reference values in checkboxes
        
        Change-Id: Ifd0953f779f530af6b190425794f009a891f0afb

2013-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [d9eac2ceb8c75c7219e7a6f50a3d774be311228b]

        make sure value passed to updateBoolean is treated as a boolean
        
        Change-Id: I69549fd8ab95cf92ccb06fd9aed1b9dba2935d7d

2013-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [5c5df097e696dfb186a32838bb77bee3d244b058]

        janitorial: bool is bool, not sal_Bool
        
        Change-Id: Ia6fbde0521d503c3d774ebd265097804d375ed3b

2013-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [1883d4f10f4d6df0da27b5659724188adbf1d3a8]

        when reading a bool from a database, treat is as a bool
        
        This in particular allows recognition of strings "true" and "false".
        
        Change-Id: I590a5357206e4fb0b92b78b8ee4655e445e6f152

2013-10-16  Lionel Elie Mamane  <lionel@mamane.lu>  [b9fac5769d831989dcff7bd815ca5630a916075d]

        string->bool conversion recognise "1"/"0" additionally to "true"/"false"
        
        since that is what the conversion in the other direction recognises.
        It also recognises the "true"/"false" written by LibreOffice versions affected by fdo#68657
        
        Change-Id: I213c23a19e4857905da93eeb2be1b9714215594a

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e2cec503d214be6b2f6cb64bbafcad8679c7891c]

        empty statement is empty
        
        Change-Id: I1b9dacea79b978384b61240bdecf83b9bd924a66
        Reviewed-on: https://gerrit.libreoffice.org/6267
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b63029c8072c10c03b2fc36fe82619f0cff0ca18]

        no need to double the conditional, once is enough
        
        - the whole module wont be loaded with --with-system-libpng because of the
          gb_Helper_optional thingie one level up
        
        Change-Id: I885fedf82bdbb383a3caee343422dc79528838e0
        Reviewed-on: https://gerrit.libreoffice.org/6266
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [29a5707821f9ec386d5f6b90f7838db9cdff1263]

        move MSVC externals to subdir
        
        see http://nabble.documentfoundation.org/move-external-builds-into-subfolder-fdo-70393-td4078160.html for details
        
        Change-Id: I5ebf3a6162a8f977d1ddf0d445f076afd53332e4
        Reviewed-on: https://gerrit.libreoffice.org/6265
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Jan Holesovsky  <kendy@collabora.com>  [203a8bbd00e30d0e251a7d0705f26775a0c1d3a6]

        Updated core Project: help  5158a5975dcc23ec1bb3dcd92fbfb5da03155596

2013-10-16  Jan Holesovsky  <kendy@collabora.com>  [66013a154bd2dccc0db1edd14197ce419ba9a614]

        [API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.
        
        Will be .uno:PrintPagePreview going forward.
        
        Change-Id: Ie5a35467917a54a60dab9eaacf0690c9df27e6f6

2013-10-16  Jan Holesovsky  <kendy@collabora.com>  [d62b71bddedccb6ff29090f621cc0803565332ec]

        Prevw -> Preview.
        
        Change-Id: I93cd8e27d5f16fe62a1434e3667fc7cc06c62e08

2013-10-16  Armin Le Grand  <alg@apache.org>  [dfa1afd0e8b7ae9c706c4a3171a04752e24230b0]

        i123485 secured file import scanning existing pages
        
        (cherry picked from commit 04b38114b0ca4be9895d8f9fa842b6cb390c8036
         and adapted to the rewritten scanBuildPageChainCache)
        
        Change-Id: Ib90d0563be5aeb69aa14c28b3304e42f3cc46162
        Reviewed-on: https://gerrit.libreoffice.org/6272
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [4d392f9132e5e21f0da7c043bd41a32921e0f41f]

        Bin a line of dead code
        
        Change-Id: Iebbb7e5200977e9c89cbd213cb78613d3d0f3ba4

2013-10-16  Eike Rathke  <erack@redhat.com>  [7693a4b9fbb60105d8438465db51c7afef4c3eb1]

        Resolves: rhbz#1015594 CVE-2013-2924 use-after-free
        
        Added icu.10318.CVE-2013-2924_changeset_34076.patch from
        https://ssl.icu-project.org/trac/changeset/34076 assigned to
        https://ssl.icu-project.org/trac/ticket/10318
        
        Change-Id: I93a33e59aec9b79fb8d4b1517cd0990c79ee65fb

2013-10-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [628f572791c559cecd400ed402aa0d8140bfd180]

        writerfilter: initial import of numbering styles
        
        Change-Id: I81205ae7010ab776cd1880f779af2f623e290da9

2013-10-16  Stephan Bergmann  <sbergman@redhat.com>  [15cbc3e54aba11fb742bef513fab6bd2d16e7aac]

        Unwind useless comphelper::ByteSequence typedef
        
        Change-Id: I59317a0d591eac188fa01636031e907357038c29

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [22fbb71b5c9ca85dbf2879b212e4b3795f0dd072]

        Use ln -f to avoid warnings about existing files
        
        Some libraries exist both in solver/*/lib and in their
        UnpackedTarball/foo location.
        
        Change-Id: Ie312479069738b27900bd4d7021ede986d94f22a

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [a2f51cf9f4ff89593fa43f9f0442f2a8dfc5729d]

        Drop the set -x
        
        Change-Id: I014202fa48a211499b0290e6236bbdc96ad247a8

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [795dcf9da430c55f2702793b80ce031bf11933db]

        Make libc++ optional for iOS and use the right library in the Xcode projects
        
        It seems that using libc++ when building with Xcode 4 (and iOS SDK 6)
        you get linking errors. Stick to libstdc++ for now then with that.
        
        Propagate the choice to the iOS Xcode projects through the lo.xcconfig
        file.
        
        Change-Id: Ic61dd2336066a77c4219c532106e3e50e85d0689

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [687275db4c13daf5d31123ac65517e07172278ee]

        canvas is null under Xdmx so createBitmap fails
        
        Change-Id: Ia7ce38ef07e6225ce785fab580343dfcd7ecb948

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [ea8028a575f666ae32e2564a0d3557287909030f]

        For clarity, prefix the LO-specific Xcode configuration variables with LO_
        
        Change-Id: I196feb392f9ebebfdcd6f6e0ecd2c9cc89707cbb

2013-10-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99f8cf1221b216c301e000eab88d75dbe9e9aa20]

        fdo#70393: move libpng to a subdir of external
        
        Change-Id: Ia52da28fc6a979c4712fc191ab5e71c1926b0c93
        Reviewed-on: https://gerrit.libreoffice.org/6231
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-16  Stephan Bergmann  <sbergman@redhat.com>  [ca216af0fae6fa178c8d1debaabdeb2246bc8e63]

        Improve test
        
        Change-Id: If0983696bf9a44bda6edeb746c121446106a95c5

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [529ab4e735c1263f0bf5063779042898fc06e21e]

        Get rid of PRODUCT, unused I hope
        
        Change-Id: I934158f892daf3ae36f265e6bc95fd9987a05ca5

2013-10-16  Andras Timar  <andras.timar@collabora.com>  [7ee2ce24c4060e16b6aa852edfcbe5c531c89b6e]

        fdo#69548 do not remove last space from hyperlink target
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Change-Id: I7efd68fe21dddd7d9262d3e0b7400db67504e6bc

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [f9768de91e1d6e6c58cf8c09dd1a4dc23877c2ba]

        CID#1103764 uninitialized scalar field
        
        Change-Id: I828ab50e11546ba5f183e27dbff8ba87827bb426

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [d70b46c163c9cf147fdf6aed1aa14fbde2fd2049]

        CID#1103768 uninitialized scalar field
        
        Change-Id: I05ce7f66ca76345eabb660a12d9cd85a34ef55dd

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [9ad3316530c1bf55b6864013d7e4fb539eaef296]

        CID#736195 out of bounds
        
        Change-Id: I9a644a52146eb33248762c65c71fbd9a187490b7

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [8df4f86d27df14d22eec4894aba86e551ea9c4a1]

        CID#982804 out of bounds
        
        Change-Id: I134944d8c4a1312f65ff7c3df98d8828bfc96b15

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [557de68e965a5d1b0fb56270d5c5f46ebb9cd0fc]

        CID#982805 out of bounds
        
        Change-Id: I58b6a1738c2039e863f1446cbfa17d1138523694

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [5d6fc7d3fb9652185b2528188d4d8f56c1a4aa9e]

        CID#1103722 resource leak
        
        Change-Id: Ia08a0c8d4366bde572a7438ceff687f6028b066e

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [f4b293d5776101433131234daf6347076bbb458d]

        CID#1103728 malloc(1)
        
        Change-Id: I89bbd213b7eddd5c55d4c8768929add326a63722

2013-10-16  Ariel Constenla-Haile  <arielch@apache.org>  [3c54ef67ac055af374a81e1a128ff1dab8617f7f]

        Resolves: #i123481# - Paragraph should have a language to mark it localizable
        
        (cherry picked from commit 6f9694374143ce181353b44df1d9da78d7dd7cc1)
        
        Conflicts:
        	readlicense_oo/docs/readme/readme.xrm
        
        Change-Id: Idfa47f97ad84ad5b3bb9414ee9e3b89e693501f6

2013-10-16  Ariel Constenla-Haile  <arielch@apache.org>  [831e35610c91556567d5e0bc14a4125ebdc2ac35]

        Resolves: #i122759# Pass the Sequence by reference
        
        Despite it's name, rProperties, the Sequence is not a reference in the
        function signature.
        
        Besides, some small improvements:
        
        - instead of compareToAscii, use operator==, which is  optimized for
        performance
        (cherry picked from commit a17e221225915c140c7840904cb9b46d75731edc)
        
        Conflicts:
        	cui/source/options/optsave.cxx
        
        Change-Id: Ifffd2b9014210c885f03ff8116ea97625b903cba

2013-10-16  Armin Le Grand  <alg@apache.org>  [500822eeb46698c7317f57de72b2489d98042374]

        Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elements
        
        (cherry picked from commit 2fc5d2946561258b012b80443cac025d851afda8)
        
        Conflicts:
        	svx/inc/svx/fillctrl.hxx
        	svx/source/tbxctrls/fillctrl.cxx
        
        Change-Id: I3be23f7ec199c49beb7c5cecfb835977e2bedcea

2013-10-16  Caolán McNamara  <caolanm@redhat.com>  [255cfbbeaa090fd7a06130e2b621cb27ae9baca4]

        Related: fdo#38838 remove unused String::Append varients
        
        Change-Id: I158c171d39756d1949427b3a45d685a194d9fb63

2013-10-16  Stephan Bergmann  <sbergman@redhat.com>  [0522b84769922218cc1e1c9c7baa16e9fad77538]

        Straighten the removeFragment code again
        
        ...what apparently happened is:
        
        (1) First, 2c6363eb16f50a8cfd81bc8511554af4f9e06478 "Be less pathetic" replaced
            MediaDescriptor::impl_normalizeURL with removeFragment.
        
        (2) Then, b378e754ae892a044460cfbe33ccc2e51c01f5ca "CMIS: fix file saving issue"
            (plus follow-up b50d3727cf336bb536efe7bf067f484ddf864e9a "WaE: unused
            function 'removeFragment'") removed calling removeFragment at all (but re-
            introduced a now bogus "Parse URL! ..." comment that (1) had removed), which
        
        (3) 34f4d2574987b272681b5843e8f5edc374f55fde "CMIS file picker: it really does
            not like ID Mark" tried to revert again (but kept the bogus comment in), and
        
        (4) odd commit 319b160320a045b1a5b302dafbc2220ee1d4d3c3 "CMIS file picker: it
            really does not like ID Mark" (that looks like a merge conflict resolution
            gone wrong) erroneously re-introduced MediaDescriptor::impl_normalizeURL
            that (1) had removed, which caused a -Wunused-variable warning that
        
        (5) 706c5a54f662ea58e3b3a64f189eb5120191152a "-Werror,-Wunused-variable" tried
            to fix, but working under wrong assumptions.
        
        The solution is to go effectively back to the code as it was after (1).
        
        Change-Id: I62dfa9fa3adbea6b2cb10a509416fe3797c577b9

2013-10-16  Stephan Bergmann  <sbergman@redhat.com>  [a0b389d682f10a78a0c0e2fc9188af22088b8de2]

        -Werror,-Wlogical-not-parentheses
        
        "logical not is only applied to the left hand side of this comparison"
        
        Change-Id: I015befe47ea9f40f83217b259e07eb01edb7d820

2013-10-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [3f8e73a36aeb4b029ef9e2025fd05a56011da9df]

        sd: Fix output for unit test file n819614.pptx
        
        Change-Id: Ida2d2bab3a30beaa8e686a23355e4d6f41182f3f
        Reviewed-on: https://gerrit.libreoffice.org/6257
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-16  Andres Gomez  <agomez@igalia.com>  [c0e3574ce0434d295f7e6f4c66c9656847b22e30]

        oox: added methods to lock Smart-Art edition
        
        Added the possibility of rendering the basic shapes generated for a
        Smart-Art into a bitmap and replacing them with it in order to not
        letting to edit the Smart-Art. This possibility is controlled using a
        configuration parameter located at Options -> Load/Save -> MS Office
        -> SmartArt to LibreOffice shapes or reverse.
        
        Made the "oox" library to depend on the "drawinglayer" and "svx"
        libraries.
        
        Made the "ooxmlexport" C++ unit tests in the "sw" module to depend on
        the "drawinglayer" and "svx" components.
        
        Fixed to set to diagram type a new "oox::drawingml::Shape"
        representing a Smart-Art in the "getShape" method of the
        "oox::shape::ShapeContextHandler" class.
        
        Added the "keepDiagramCompatibilityInfo" and "renderDiagramToGraphic"
        protected methods to the "oox::drawingml::Shape"
        class. "keepDiagramCompatibilityInfo" is now called after an instance
        of type "FRAMETYPE_DIAGRAM" has added all its children in the
        "addShape" method and the proper setting is in place.
        
        "keepDiagramCompatibilityInfo" substitutes previous similar code in
        the "createAndInsert" method and also calls "renderDiagramToGraphic".
        
        The "renderDiagramToGraphic" renders the basic shapes in a Smart-Art
        into a PNG image and replaces these basic shapes with a new
        "GraphicObjectShape" filled with the new PNG image. It also sets the
        "MoveProtect" and "SizeProtect" properties of the
        "GraphicObjectShape".
        
        Change-Id: Ie4002238ff5fae758a5881b03735bf1f0721ed5b
        Reviewed-on: https://gerrit.libreoffice.org/6059
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [2eba5391d3fa3232ba2b0a187c4c51736ab2ec3d]

        unotools: add menu option to enable/disable Smart-Art lock
        
        The point of this menu option is that locked Smart-Art shapes would
        preserve the original XML files attached so they could be exported
        back to docx with no loss.
        
        The new menu option is located at Options -> Load/Save -> MS Office ->
        SmartArt to LibreOffice shapes or reverse.
        
        Change-Id: I6aafc2eb83404ee2c0b8538b2f6fbbbd4363e7d3
        Reviewed-on: https://gerrit.libreoffice.org/6138
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-16  Andres Gomez  <agomez@igalia.com>  [b3362fc9cb410599ac54fc3badfad75354c98d84]

        sw: Smart-Art related UTs updated to new option
        
        The "ooxmlexport" unit test for Smart-Art has been updated to just
        check for the new rendered bitmap that substitutes the generated basic
        shapes.
        
        The "ooxmlimport" has been updated with a new "testSmartart" unit
        tests which checks that the importing has been done to just basic
        shapes.
        
        For this, the "run" method has been customized so we can set the
        proper filter option.
        
        Slightly modified the expected results in the "testChartProp" unit
        test since linking it to additional libraries has modified the
        dimmensions of the imported chart in few units.
        
        Made the "ooxmlimport" C++ unit tests in the "sw" module to depend on
        the "drawinglayer" and "svx" components and the "utl" library.
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Change-Id: I0900a50cfee07999511d071bc9932477ad9430c5

2013-10-16  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [09edaa05cd605372ac2d2da0e010fde79f56efc8]

        cui: allow lines in MS filter section to have independently enabled checkboxes
        
        An extra InsertEntry method is added with parameters to enable or disable the
        load and save checkboxes independently.
        
        Change-Id: I49233ce31e2eaf361310f89887dcede86dec0edc
        Reviewed-on: https://gerrit.libreoffice.org/6137
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-16  YogeshBharate  <yogesh.bharate@synerzip.com>  [764432e36a19f8fd45538f5506f043a624ce2f5c]

        Code changes & unit tests for fixing multicolumn section separator line issue
        
        Problem Description: In case of multicolumn sections, separator line was getting added during export to docx.
        Unit test cases added to verify the code changes.
        
        Change-Id: Id65ac4d3878eed298882c85082cec9575f914d83
        Reviewed-on: https://gerrit.libreoffice.org/6211
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-16  Stephan Bergmann  <sbergman@redhat.com>  [7a3381c2a80de38b513e6e2b455ca5d3c70274c8]

        CID#1000838 Fix overrides' exception specifications
        
        Includes also fixes for
        CID#1000839
        CID#1000840
        CID#1000841
        
        Change-Id: I4c7d0bbaec59357af722353bdf947f5629dde1b0

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [e7841b62456fcb5743f4ab60a4e967883260c7db]

        fdo#45777: handling of whitespaces in hyperlinks
        
        Remove leading and trailing whitespaces in the hyperlink dialog, because
        the resulting links would be unusable.
        
        Change-Id: Icf617daf51508a37494536e02fb298fb3cf746c5

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [aa2d011acdcf332693f2a32a8eb3b9d73c958be7]

        fdo#45970: "pale green" is not green at all
        
        Was like Cyan 10 before. Now it's like Green 10...
        
        Change-Id: I7ec9b884b53fb0ab2a5a0c3d09cb8b2789037234

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [67aec439153b8a374d418cfe653b601f8d1b514a]

        cleanup
        
        Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [d6f18c09496318adf78ab32dfa1e1edf74521c5f]

        remove some stuff
        
        Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1

2013-10-16  Thomas Arnhold  <thomas@arnhold.org>  [d4ae0d8d30e10f7e194a06c540cac1f33a4fe0ba]

        HTML: always export CSS option for font size
        
        This removes some kind of a hack. Before this commit the CSS
        option was only exported if the size didn't fit any HTML size
        option. Maybe size could be dropped in the future.
        
        Old:
        
        <font size=7 style="font-size: 66pt">Text 1</font>
        <font size=5>Text 2</font>
        
        New:
        
        <font size=7 style="font-size: 66pt">Text 1</font>
        <font size=5 style="font-size: 18pt">Text 2</font>
        
        Change-Id: I360038b01e0ccc5b408ff726646f91da5555db50

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [1204d2ff819300c17770d4cc84d2b63372963f65]

        Adapt to changed directory structure in fundamentalrc
        
        With this change, the MobileLibreOffice app builds and runs for me.
        
        Change-Id: I8c7ce3fdedced5eb82ed18e21873e773733d612f

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [0d9c32a8dfcdfc732ed5e04b001b1155b49dfa52]

        No "registry" directly at top app level any more
        
        Change-Id: Idc81f4913a96938f1fdd2644cc9e34a07554bb21

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [5b0577885a686199a5dc1ff4d1b0e6bd87665f8e]

        No mlo_select_all(), probably left out accidentally from Ptyl's commit
        
        Change-Id: I1859f6c05f371fccdd39f903d663d5a452866876

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [de547ccddec1e59879b66f34e5a977dca08cec75]

        Use libc++ here, too, as we now do for the LO code
        
        Also quotes added by Xcode around library names that contain
        nonalphanumerics.
        
        Change-Id: Ie5b34b2da0ec5600e9ca1aba1e17efd7e3e087de

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [892ebc079a356a65d8ec5655613ae1653752d136]

        Add dummy touch_ui_keyboard_visible()
        
        Change-Id: Ib3de4092f48e16ac88108d6a69a04baf92a82de1

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [0aca32e4c0dd01d1e034b8b48e37370c405fbf6f]

        Ignore the lib_link and resource_link dirs
        
        Change-Id: Ib30199e3f193f9b98e9f0e2ec0d76953abf39a14

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [a359bc887aaab85106c3822fc147936ab3391029]

        Adapt library names and paths to current build system
        
        For many 3rd-party libraries we have for some time already kept the
        archives only in their build directories, under workdir's
        UnpackedTarball. Also, we now use upstream names for them which often
        contain a verison number.
        
        Change-Id: I51888de287e2c352a890bd4ae1dfdf0c6dc77158

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [4eddef42f38bb57f2dcb4b8203b19b37c716db82]

        Linking changes: Adapt to changes in build system
        
        Link libs from where they are now. Yeah, a third place where we
        tediously list this (also in solenv/gbuild/platform/IOS_ARM_GCC.mk and
        ios/Executable_LibreOffice.mk, although the latter will probably now
        go away when/if the experimenatl iOS app is superseded by this
        MobileLibreOffice app).
        
        Also, don't duplicate the lib_link directory, and don't use a path to
        the randomly-named DerivedData directory.
        
        Change-Id: I7b685085d07da18a4594db067fb586b4eb3d2d4a

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [4afeb5c4adbb6907ca9d6cbcc2036ea2bc83f4a8]

        Adapt to recent changes in solver/instdir/workdir structure
        
        Change-Id: I1286feafa1a11fe30aa4f8383c094661aa10db92

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [f42245a1c0556a18ae9ba4a5828f799d1fceb5af]

        Use OUTDIR and INSTDIR in the shell script
        
        Change-Id: I400fc5d0d572b3eab99f8da20162de1191cf3a53

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [0cba01cbf66d2aaecff9538c34829cd23870b091]

        Add OUTDIR
        
        Change-Id: I1b3b22a9de54559a0b89c91fb10ef6f90ccb1ceb

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [93267ff3e52db97d158016b620b6e5ec64ce1531]

        Adapt to changed <touch/touch.h> API
        
        Change-Id: I9304a0a08c6eed79726700cdc8451dc0fbe613cf

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [a3ff47a4c21518760786a0d15a178ebbe78ac7a7]

        Use WORKDIR instead of hardcoding unxiosr.pro
        
        In a --enable-dbgutil build there is no ".pro" suffix.
        
        Change-Id: Id95f5a4a972059a9c67985a8c15405a9303ad6b2

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [3de8a0fda4fc5de35d6659d02ff9e72e8290dfe3]

        There is no "make" mode at least in my Emacs
        
        Change-Id: If693c4ddcd560336df6878a0a83e445d889d30de

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [389a61ab466b20eee1d854f7c984a1ac673193b9]

        We want config_host, not config_build
        
        We use GNU cross-compilation terminology: "host" means the platform
        the code being compiled will run on (this is often somewhat surprising
        to those unaware), and "build" means the platform the build tools (=
        the compiler, linker etc) is running on.
        
        For an iOS app, "host" is iOS and "build" is OS X.
        
        There is also "target" but it is in this case the same as
        "host". (Only in a so-called Canadian Cross situation is "target"
        different from "host" (and from "build").)
        
        Change-Id: I6eefa982916f0660afd259770bf455cf28793670

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [f222e8efcfd290c8fb3a180fd83dde615915d1ef]

        Set ARCHS = armv7 otherwise Xcode complains for me about armv7s
        
        Change-Id: I59767af5fe4b2067a175c6882ecb3edf3c4ee2f7

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [298c69d56e6dae8c503b19913b7186d6db829b92]

        Generate the ios/lo.xcconfig at configure time
        
        Also, add INSTDIR and WORKDIR.
        
        Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928

2013-10-16  Tor Lillqvist  <tml@collabora.com>  [848d06690c28ab0a634c2ac979c2e34047522dbe]

        Remove file that contained pathname specific to one developer's machine
        
        Change-Id: Ia8eb3ad11c947bae64b5758fd4c0820bf3c09905

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [d9da04ddc1d72eea1a691652117d37319570fa31]

        Some string clean-up
        
        Change-Id: Ic046150605c599746ed3235c04bcbc981e18e589

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [57af2ee947feb06caaa8ffca1320a950bb049605]

        Allow starts-/endsWith* to also return the rest of the matched string
        
        ...as there are many cases where the code later wants to obtain this part, and
        esp. for the string literal variants it is awkward to calculate the length of
        the literal again if this is coded with a following copy() call.  Adapt some
        code to use this new feature.
        
        (Strictly speaking, the @since tags for the---backwards-compatibly---modified
        functions are no longer accurate of course.  Also, clean up some sal_Bool and
        SAL_THROWS(()) that are unnecesssary cargo-cult here, and where the clean-up
        should have no practical compatibility consequences.)
        
        Change-Id: I43e5c578c8c4b44cb47fd08f170b5c69322ad641

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [bb20def9f65689633928fe2f6f5e34584122b17e]

        Simplify some matchAsciiL -> match
        
        Change-Id: Ib0cac79b86ed60b4df1fc90db15842cc99abc1e9

2013-10-15  ptyl@cloudon.com  <ptyl@cloudon.com>  [2b60f46e25adfce0f87424513e492c446f8df528]

        Add the new iOS app project files
        
        Change-Id: I9ac049ef61e698afda1577a630e1185c75a33734

2013-10-15  ptyl@cloudon.com  <ptyl@cloudon.com>  [79d83741eb0d60d741415de8b8f01b3ef8510ae2]

        New iOS client code
        
        does not work yet - needs fix by tor after refactoring of ios-bootstrap.h
        
        Change-Id: I0728306beb734511bd3f16e2e4922fd726bb37da

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [a83b3b5d45ba516883e80eefd7c5f6785b8a567c]

        Minimizer: *.mini was saved w/o .odp etc. extension (and clean up)
        
        Change-Id: I4626794f7816ae455a392cdc0acbac42c866fff4

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [4fa1fa931e9d5d8300eb185cfcbf08dcf95787e1]

        Use OUString::replaceAll
        
        Change-Id: Ide87f07a97a51d924947f7959016164b98ab43f9

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [8fc7e560db11f424362c8effdeb61eb8d1526256]

        Make building installation sets depend on --with-package-format=...
        
        ...instead of inconsitently having it depend on --enable-epm for some platforms
        and having it always enabled on Windows.  Only Android and iOS are presumably
        still special and build any installation sets in their specific modules and
        outside instsetoo_native.
        
        One consequence is that for a non-Windows --enable-online-update
        --without-package-format build, instdir's version ini-file contains an
        UpdateURL that ends in just "?pkgfmt=" without an actual format identifier.
        However, checking whether the update feature would actually work is difficult
        for most such developer builds, anyway.
        
        Change-Id: If14fcf0b2e612499811e8a6e067a854bda612c42

2013-10-15  David Ostrovsky  <david@ostrovsky.org>  [cc2a405915e82c4b332dd25457f76704dc536d7f]

        fdo#61950 De-extensionize presentation minimizer: post clean
        
        Change-Id: I7d21f1d67b13fcd83792503e8c72ccf16fbda1ec
        Reviewed-on: https://gerrit.libreoffice.org/6247
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [1b0f568853a04158d69e49edbc77a0f3464e5fa1]

        silence Non-Layout Enabled Page is visible warning
        
        Change-Id: Ib5daaaae02d774e2d47ad0dbc36444a50e03b539

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [7c75d9ef462958d43bfcf252b24b9084a95af87b]

        unused class
        
        Change-Id: I820c9c79113007df096c4efe9e8fc30b93e2b7ae

2013-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [265c7d62364ab2382491367f66fc14b95681a5a7]

        sw: enable (most of) CppunitTest_sw_ooxmlimport/export on Mac
        
        This used to be problematic due to the flashing windows, but it was
        stated recently that we already have those anyway due to e.g. gengal. It
        turns out all our DOCX filter tests pass just fine on Mac, except one
        checksum test -- make *that* an exception instead.
        
        Change-Id: Id5e620a33b9b05f154e4072a8a49f335837079ea

2013-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [1f6435d986fff97095c5619a908ea67906405e3c]

        WW8 import: fix handling of sprmPIlfo when sprmPIlvl is missing
        
        Commit 542a0d7260e4767d8aff839eb593e748a82ced48 (#100044# Cleanup for
        optimization defines->enums, 2002-08-14) added the problematic "else"
        without mentioning the reason, so I assume it's safe to just revert that
        part.
        
        Change-Id: Id90fbdfb1116be458a76c9653fec0633edc34fac

2013-10-15  Eike Rathke  <erack@redhat.com>  [8ab1c6103d5cbc414531c78c3cbaa93bfd99149f]

        could not convert from ‘const char*’ to ‘rtl::OUString’
        
        Since 3eb84bcb4580af50c2ded9f48749384b8455258e which apparently Clang
        has no problem with.
        
        Change-Id: I21af4e20dd116705e53d73a968fde478bff142bb

2013-10-15  Takeshi Abe  <tabe@fixedpoint.jp>  [47794c41b1bb2fc31c7cf4e4b420a8f418670ec4]

        Drop unused inline function
        
        Change-Id: I1b59a22cd461f9a6cfc371de4c3a1595c8d8f339

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [3a6a1d65834163761376dcd7f3843d6682cbd37c]

        Revert "fix polygon rendering with clip area of one line only"
        
        Sorry, but this breaks the basebmp unit test.
        
        This reverts commit 064da28833203545eb5554982008c7af346b2488.

2013-10-15  tsahi glik  <tsahi.glik@cloudon.com>  [064da28833203545eb5554982008c7af346b2488]

        fix polygon rendering with clip area of one line only
        
        Change-Id: I7f1b2c45109ed8011b76013ccb488cdfd12c7868
        Reviewed-on: https://gerrit.libreoffice.org/5709
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [36f4a7956551a49b1ca184189da7feef1ad98cc3]

        fix warning about missing images in startcenter
        
        persumably the intent is to show these ones
        
        Change-Id: I3110b7efb7acdf689825f78989aba4010abbcc59

2013-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [74904ca6b083f16074e1c5b60729890fc972ad42]

        fdo#36868 WW8 import: allow outline numbering and list style in the same ...
        
        .. paragraph style
        
        The original problem (from a user's point of view) was that the second
        level of the numbering started from 1.1 instead of 2.1 in the bugdoc.
        This was fixed by using outline numbering for level 2 as well, but this
        is problematic in many cases: we want to have outline numbering exactly
        when outline numbering is enabled for the given paragraph style.
        
        So revert the change in SwWW8ImplReader::SetStylesList() and fix it
        differently: SwWW8ImplReader::RegisterNumFmtOnStyle() explicitly ignores
        list style if outline numbering is available with no good reason. Both
        the WW8 format and Writer core allows to have outline numbering and a
        list style at the same time, so set list style even when outline
        numbering is available. This fixes the original issue, too -- without
        introducing nasty fake outline numbering usage.
        
        Also add a testcase for the original issue.
        
        (regression from e3d5c3e0746916c4056389dd8c2daa6c451c8f6e)
        
        Change-Id: Id7d2d67a96a858aee3230110cb518fea51d19d38

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [706c5a54f662ea58e3b3a64f189eb5120191152a]

        -Werror,-Wunused-variable
        
        ...I assume the whole point of 319b160320a045b1a5b302dafbc2220ee1d4d3c3 "CMIS
        file picker: it really does not like ID Mark" was to actually use the result of
        impl_normalizeURL.
        
        Change-Id: Id94c7785183d96f2a2c3f08caa72af045a1212ba

2013-10-15  David Tardon  <dtardon@redhat.com>  [1f78e02a2a9205f2c8f8132395ed1d60da3e0058]

        fdo#70487 fix l10n of install sets
        
        Change-Id: I97b821e1e039b3ca529ebac7efb63648e5d353a3

2013-10-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3de7c7b5854335a82948560b3cc5b302171e340f]

        CMIS: show commit comment in versions dialog
        
        Change-Id: I0d3b3d8dfe160b00c70acb98bdf4e37d088dc4c6

2013-10-15  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [319b160320a045b1a5b302dafbc2220ee1d4d3c3]

        CMIS file picker: it really does not like ID Mark
        
        The file picker can't go back folder if we use
        ID mark in the URL.
        
        Conflicts:
        	ucb/source/ucp/cmis/cmis_content.cxx
        
        Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [8a8d1e5b4961ada276a660b8b842f2f012a8ae85]

        Add operator<< to some classes for debugging output
        
        Change-Id: I74a4c1217cc89e9d5da02a47ed45d6ce5fceb815

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [12947fd00d5192e7a448eb94faf0ab7b03f442c1]

        Add outmap.cxx
        
        Change-Id: Ied91c3edf9e4c8996a08ea722ba8dd409357d7b5

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [fe6e90d2b498c1898108b9a2855781bc41855fe0]

        Require at least iOS 6.1
        
        Change-Id: I6e75db10028143ef5926ceed8029e0404ab82d2b

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [11c85aa540807e37a748c154a9c72e49e539b160]

        Avoid "<Error>: clip: empty path" messages
        
        Change-Id: I6f640c0c4459f8330261ca59145a10b7a624bbe8

2013-10-15  Julien Nabet  <serval2412@yahoo.fr>  [2f8757e961d6156d529c2ab9131747071236f085]

        Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP part2
        
        Change-Id: Id3691ab81af466dd21cc86592c5ac0c2c7a1c8f7
        Reviewed-on: https://gerrit.libreoffice.org/6244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-15  Armin Le Grand  <alg@apache.org>  [20658ca9f8dd840a593de727e89b84e27bf90245]

        Resolves: #i123407# Do not insist on CF_DIBV5 for clipboard data
        
        also accept CF_DIB
        
        (cherry picked from commit b7d59ee36d0786aba13e6b00d93cdfa0045e5379)
        
        Change-Id: Iaafdeab981d6621e6696a642c68e29392af3e200

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [1cb01c477cf1e84f6e1b2ca1771a9af53d81dc59]

        Resolves: fdo#47958 shrink cut/paste more and rework a bit
        
        I'm concerned that the scoping of the dtor will cause events to happen in
        different order to the original. So rework the require explicit Notify calls
        rather than implicit dtor calls instead of going about the place putting in
        scoping brackets
        
        Change-Id: I7f3ac4ef3c073da74a9cc49888a59dec12805b0f

2013-10-15  Julien Nabet  <serval2412@yahoo.fr>  [a1077b3cbdb847a452fccd15d9b834bc262cfb62]

        fdo#47958: gross cut/paste signal emission nonsense
        
        Change-Id: I60b7a4c5b80410429e5489ee6517bbda8cf328dd

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [8552e5fa1c56bb3ed7c86ef3c4922635e4178ebc]

        fdo#61950: Add back icon for "Tools - Minimize Presentation..." menu item
        
        Change-Id: I6472dff21bb7e1cbec6efbfc01b74ea593f56afc

2013-10-15  Tor Lillqvist  <tml@collabora.com>  [281dc40522cfb8eb4e4b38304caa4040ee260c59]

        WaE: unused variable 'aNewURL' [loplugin]
        
        Change-Id: Ie6ee864b79c29dd6ed29c4b41858187f3025cb5a

2013-10-15  Noel Grandin  <noel@peralex.com>  [1014cc94e86cafac31192da384bc41790130debb]

        more fixes for OUString conversion in Windows build
        
        More std::min pickiness, and some ternary operator pickiness.
        
        Change-Id: Ic7feed165c6bb35e08a5e44031d06a1fcb298983

2013-10-15  Eike Rathke  <erack@redhat.com>  [66a96c82746118c70a447d7768b0428e15d2f5ad]

        clean up SbiScanner::NextSym() a little, fdo#70319 follow-up
        
        Number recognition was suboptimal and didn't properly resync scan
        positions after having detected an error.
        
        Change-Id: I278fdaaf17ed40560785deaaad0e3412a249d90a

2013-10-15  Noel Grandin  <noel@peralex.com>  [f85c494b53fc7c9472689a6d94de5f3e185c376e]

        fix OUString conversion in sw/inc/dbgoutsw.hxx
        
        Change-Id: I12fc3a536e7ef46c0a1752f648e2654f9f96cdeb

2013-10-15  Noel Grandin  <noel@peralex.com>  [e537049caa30c629092834f6a6d57931dac1dfa0]

        fix some fallout from my OUString conversions
        
        std::min on Windows is a little pickier
        
        Change-Id: I34212839f8b3fd934992278dfca60a3a26af8171

2013-10-15  Noel Grandin  <noel@peralex.com>  [02bfed8a53556badfea637930b05d923cf9465f2]

        convert sw/source/filter/ww8/*.cxx from String to OUString
        
        Change-Id: Ibdd454008244b9a6db5037f511ac2da723648d89

2013-10-15  Noel Grandin  <noel@peralex.com>  [1331b4736f434147cf96b7704cf19e191899f81b]

        convert sw/source/filter/xml/*.cxx from String to OUString
        
        Change-Id: Ia02ad8c31561abb672c8dbacc5985bb01cff4e70

2013-10-15  Noel Grandin  <noel@peralex.com>  [fa469b2e00d83459faebe4c1fcb3ea1aac5fb20d]

        convert sw/source/ui/app/*.cxx from String to OUString
        
        Change-Id: I08cb425ae4be64116c3f88dad73d330a953af77a

2013-10-15  Noel Grandin  <noel@peralex.com>  [6e788be6d378c33c3562bcff3df83b8ed96cda56]

        convert sw/source/ui/chrdlg/*.cxx from String to OUString
        
        Change-Id: Iec98511d65b2a3ecf43586055fb62f48675cbd1b

2013-10-15  Noel Grandin  <noel@peralex.com>  [4c943e5b826ede37b40a53e0cd086a8b98d0f7a8]

        convert sw/source/ui/config/*.cxx from String to OUString
        
        Change-Id: Ib985a8794c1d7b5991d2b768fd77d92804625ab9

2013-10-15  Noel Grandin  <noel@peralex.com>  [cb61b3c1b4495d0ebd5a5addf72fb63e86004166]

        convert sw/source/ui/dbui/*.cxx from String to OUString
        
        Change-Id: I302fc2630f22a9d7a050b666cad0eb2cea0f5663

2013-10-15  Noel Grandin  <noel@peralex.com>  [c1bc91fc4889e74a6edb38ba7690be6ab1e9dbb1]

        convert sw/source/ui/dialog/*.cxx from String to OUString
        
        Change-Id: I668952728724dbb6c3d328ddf66e51113cc76e3d

2013-10-15  Noel Grandin  <noel@peralex.com>  [9c52261c39a1090d07e2f5d2a41ca0c0fea41e81]

        convert sw/source/ui/docvw/*.cxx from String to OUString
        
        Change-Id: I3a70366bc4992557393ce478f0c457b26881402b

2013-10-15  Noel Grandin  <noel@peralex.com>  [8cb77fd34ae57f5aef0dce09fe4558db927e56b7]

        convert sw/source/ui/envelp/*.cxx from String to OUString
        
        Change-Id: I47cf96da2ed61430257b23b238a8926c8041a98e

2013-10-15  Noel Grandin  <noel@peralex.com>  [05608879c9278d9fdc203c3c743c43f0938f1b0d]

        convert sw/source/ui/fldui/*.cxx from String to OUString
        
        Change-Id: Ibe97d7968eb8375fd3b9bd3c0c9148084b37a9f8

2013-10-15  Noel Grandin  <noel@peralex.com>  [a8d9fef50ecea69a5b8cbf19d638be7a78eda0d3]

        convert sw/source/ui/frmdlg/*.cxx from String to OUString
        
        Change-Id: If423a14c8c94881c25418c5c99281a5d5a4320d1

2013-10-15  Noel Grandin  <noel@peralex.com>  [d76dbfde0e56da6dc7cb1f574c6f90178d4285b2]

        convert sw/source/ui/index/*.cxx from String to OUString
        
        Change-Id: If327c8104aed144863a6b86b08c783f5a43551cf

2013-10-15  Noel Grandin  <noel@peralex.com>  [fac5fe2c597b1d13dcee45121562041df860e2b2]

        convert sw/source/ui/lingu/*.cxx from String to OUString
        
        Change-Id: Ia582d330439674a7073fa6ddd13693fb9d3de86a

2013-10-15  Noel Grandin  <noel@peralex.com>  [c99cc9750841e92e4ba5678a3e558dd4668dd264]

        convert sw/source/ui/misc/*.cxx from String to OUString
        
        Change-Id: I370a92ec5d94ba66df20992f6df26e78b91f31af

2013-10-15  Noel Grandin  <noel@peralex.com>  [b72d5ba0ec940f8b8269d4ff36123d96cce605fc]

        convert sw/source/ui/ribbar/*.cxx from String to OUString
        
        Change-Id: If7a4616c8f13e9516fe8e5c32a6a17228149b78d

2013-10-15  Noel Grandin  <noel@peralex.com>  [267cb3b0f7ea47d503463b48fb4aa5387e6caef4]

        convert sw/source/ui/shells/*.cxx from String to OUString
        
        Change-Id: I8321849c7964bfb3aeb894e68819755aaf883c44

2013-10-15  Noel Grandin  <noel@peralex.com>  [e49bff52853c88635b5ce6d140b78933aca5fc33]

        covnert sw/source/ui/sidebar/*.cxx from String to OUString
        
        Change-Id: I60c8e0b806a61cc85334c3cefed7a41707f0d2cc

2013-10-15  Noel Grandin  <noel@peralex.com>  [fa800f4e7390902e6b3008586308b06313ac8b4a]

        convert sw/source/ui/table/*.cxx from String to OUString
        
        Change-Id: Ie81c21b6254ff6f766e8b61444bf1b672435de89

2013-10-15  Noel Grandin  <noel@peralex.com>  [394926664ba5e415f27c78f0a779885ff2b55bfa]

        convert sw/source/ui/uiview/*.cxx from String to OUString
        
        Change-Id: Ia6f61145f7486a2a78da8bd62d8ae9f79d2f95e3

2013-10-15  Noel Grandin  <noel@peralex.com>  [dd7acb3d76cd89b3f05dbdafe88eb50e60fd9d10]

        convert sw/source/ui/uno/*.cxx from String to OUString
        
        Change-Id: I3726ae7496e66f0e0d9b6be1ada1766c7fd496db

2013-10-15  Noel Grandin  <noel@peralex.com>  [784634377e42d8c5d207e8a510bb7ee64a66ef9e]

        convert sw/source/ui/utlui/*.cxx from String to OUString
        
        Change-Id: I081439331c63178f8d56c2b56db50b1b1d1e23ba

2013-10-15  Noel Grandin  <noel@peralex.com>  [511595e3bc2e557ab7a8c57db8f4b4943665edfd]

        convert sw/source/ui/vba/*.cxx from String to OUString
        
        Change-Id: I47b1ba2c8d6443cfadeb303881353f150c420662

2013-10-15  Noel Grandin  <noel@peralex.com>  [79ded16799f533bdad852bb111073dfd2c3c017d]

        convert sw/source/ui/wrtsh/*.cxx from String to OUString
        
        Change-Id: I325c96ff17168363161a0174704c9f11577d60bc

2013-10-15  Noel Grandin  <noel@peralex.com>  [86989abe6e61f257e600a1e0900d17e0c7aa075b]

        convert sw/inc/doc.hxx from String to OUString
        
        Change-Id: I8ddf0f59de506df4e3fea77824b5bb5679bcf7b1

2013-10-15  Noel Grandin  <noel@peralex.com>  [14204eae79c0d6b7a884ea9aa73d53d2a80faf7c]

        convert sw/inc/IDocumentFieldsAccess.hxx from String to OUString
        
        Change-Id: I9b408ce07cb8763870a1480d3a0615b6162be2c1

2013-10-15  Noel Grandin  <noel@peralex.com>  [dfb1195ac4d8acf9d5ba42b796feb898daa7c3f7]

        convert sw/inc/IDocumentLinksAdministration.hxx from String to OUString
        
        Change-Id: If9e4f1f40ed14ff6a64bbd52367fe5f1fbc3b2dd

2013-10-15  Noel Grandin  <noel@peralex.com>  [324642325ccd0f7ea2d478d1693b431f639e7341]

        convert sw/inc/IDocumentListItems.hxx from String to OUString
        
        Change-Id: Ie3b1e8a5d1796ef36919293f293fbc10b7cf6870

2013-10-15  Noel Grandin  <noel@peralex.com>  [d036580f8a382ae7f7a54529cd00cb8affa8f0c2]

        convert sw/inc/IDocumentListsAccess.hxx from String to OUString
        
        and convert these methods parameter passing convention from
        "const OUString" to the more normal "const OUString&"
        
        Change-Id: I267b20f4c817f8353c8df9bbc0ca6cad3fcbfcaa

2013-10-15  Noel Grandin  <noel@peralex.com>  [f400bc7567bffe98f6c2dc9b2edf60481e9ed865]

        convert sw/inc/IDocumentOutlineNodes.hxx from String to OUString
        
        Change-Id: If21f545b4850755343428a29e3236f891ed9ba12

2013-10-15  Noel Grandin  <noel@peralex.com>  [c08c1efcf1967a14ca7cbc58d3f9f8d62a6b868c]

        convert sw/inc/acmplwrd.hxx from String to OUString
        
        Change-Id: Iae7770dd784465777ef8d3317f50982ed18f5e1c

2013-10-15  Noel Grandin  <noel@peralex.com>  [f94b7f6507820fe0b57336338f8fb84f4c33bf83]

        convert sw/inc/calc.hxx from String to OUString
        
        Change-Id: Ifff5ef5243b54905cf6d03ea675f3a7f23c84c85

2013-10-15  Noel Grandin  <noel@peralex.com>  [9eace9e083ea3114c6404b14fa779c67d4efbc3d]

        convert sw/inc/crsrsh.hxx from String to OUString
        
        Change-Id: Ic3e4e0372593bdc28705ebc8f8f462b062f3da3e

2013-10-15  Noel Grandin  <noel@peralex.com>  [d102b9ad592e9eb9b7cb167bc92fdb3eba6a844c]

        convert sw/inc/dbgoutsw.hxx from String to OUString
        
        Change-Id: I147c597e9499535f466ee3f5d8ce343dd038084e

2013-10-15  Noel Grandin  <noel@peralex.com>  [099940579840ba9abca9912ebc80cdfcbc5127b6]

        convert sw/inc/dbmgr.hxx from String to OUString
        
        Change-Id: I7373041aee1f41ca90cb280826fbec17d9eab947

2013-10-15  Noel Grandin  <noel@peralex.com>  [d90e15400df5beabc7704e7c23f36834c011bc96]

        convert sw/inc/docsh.hxx from String to OUString
        
        and remove a dead method definition
        
        Change-Id: I8b07d5143d6e6eaa260cd312f7a7907738a5a7a8

2013-10-15  Noel Grandin  <noel@peralex.com>  [84a36663052a0089516aa0eeae18811317f78cd7]

        convert sw/inc/editsh.hxx from String to OUString
        
        Change-Id: Ib24edf99414b2f1821bdfe37d3b27b9c79820947

2013-10-15  Noel Grandin  <noel@peralex.com>  [9bd7c5232a63de0ac03ee665a2f7092df4d3f6d3]

        convert sw/inc/fesh.hxx from String to OUString
        
        Change-Id: Ie8507589efb2be091d234bb5a6ba906e162aa864

2013-10-15  Noel Grandin  <noel@peralex.com>  [031035bb843a75d64029e0183834f508aebcac98]

        convert sw/inc/fmtcol.hxx from String to OUString
        
        Change-Id: I534a97f8c787b269e31d3fc8c786c745266a9a18

2013-10-15  Noel Grandin  <noel@peralex.com>  [440d1c137a9da117db4cc151b522e07284162acc]

        convert sw/inc/frmfmt.hxx from String to OUString
        
        Change-Id: I47ecd80d7e24de2bfecc8a57195601affbd5cc19

2013-10-15  Noel Grandin  <noel@peralex.com>  [5a2e72a8f471d5f7b007f4ebf33a55d1c5a3235f]

        convert sw/inc/ftninfo.hxx from String to OUString
        
        Change-Id: I90084b10c09be6eac80a2e6f44775ec7172f61cd

2013-10-15  Noel Grandin  <noel@peralex.com>  [d0da700e3e233dcc44b458207fcfaa2b8e2749e8]

        convert sw/inc/hhcwrp.hxx from String to OUString
        
        Change-Id: Ie7c5c13b3710804cf0837fb5d1691be2459ae07a

2013-10-15  Noel Grandin  <noel@peralex.com>  [7c43784537119d519c724f8c3987ad4aedac10ca]

        convert sw/inc/iodetect.hxx from String to OUString
        
        Change-Id: I0badca2b6a1d547e862eb0cd7f2887af39c988f1

2013-10-15  Noel Grandin  <noel@peralex.com>  [2ce8bbbcb51cbe2dcd91f00dc38e41eb7fce7420]

        convert sw/inc/list.hxx from String to OUString
        
        Change-Id: If9b4a27ec446f3eca5016148ec3eeb628d705c72

2013-10-15  Noel Grandin  <noel@peralex.com>  [ba53043aa4dd65c83652c6829c6bd8d6de1f5f9e]

        convert sw/inc/listfunc.hxx from String to OUString
        
        Change-Id: I50ed5e2943aefff85e0d492df8610c4f1baf5576

2013-10-15  Noel Grandin  <noel@peralex.com>  [ba118259b9c65a560627fb5a715fb405ca5eaa31]

        convert sw/inc/ndgrf.hxx from String to OUString
        
        Change-Id: Iac457f283a2e16ee7fd6c104b86131cbe980aa5e

2013-10-15  Noel Grandin  <noel@peralex.com>  [823cc23f1ba29c6956f47d104a8cf63fd5d48e7d]

        convert sw/inc/paratr.hxx from String to OUString
        
        Change-Id: I9733709eb9b8862407470d0e407e329acab584f6

2013-10-15  Noel Grandin  <noel@peralex.com>  [35d48a5a6db48b4e8d54b91f39f39825f452c194]

        convert sw/inc/redline.hxx from String to OUString
        
        Change-Id: Ib269bdc97f1f7a04983ae87c0fd11c291a638d0b

2013-10-15  Noel Grandin  <noel@peralex.com>  [1a39259aa7d9bf11bcb02bb2a89d042c13c29c4f]

        convert sw/inc/shellres.hxx from String to OUString
        
        Change-Id: Ifea5b3a3c811c025e15b6cd550b9ad242f06486a

2013-10-15  Noel Grandin  <noel@peralex.com>  [bb7e2cc8dadc25fddbe57b31721ad669648fbd04]

        convert sw/inc/sortopt.hxx from String to OUString
        
        Change-Id: Ia51d5c7bd969aeecadb52d85c1e591ff95418364

2013-10-15  Noel Grandin  <noel@peralex.com>  [5e571df9bd2415726041174885bf470b04f535d9]

        convert sw/inc/swbaslnk.hxx from String to OUString
        
        Change-Id: Ib0bdac62cc6432978128878b54f51d48c7983b46

2013-10-15  Noel Grandin  <noel@peralex.com>  [b0591c16fa5310353c7f0d0e84f957f04c6f1f20]

        convert sw/inc/swcalwrp.hxx from String to OUString
        
        Change-Id: I59f62246c557f702baa97c8928d34709d6f09b11

2013-10-15  Noel Grandin  <noel@peralex.com>  [1ffa195dc885a42d4e64304ed18916745342af9d]

        convert sw/inc/swcrsr.hxx from String to OUString
        
        Change-Id: I0517ddf8be1a65e4fc4c3ef30b1aa5cac4e00bcd

2013-10-15  Noel Grandin  <noel@peralex.com>  [54c96de83508eb196ea40ab0e4b7b5d9c17532cd]

        convert sw/inc/swserv.hxx from String to OUString
        
        Change-Id: Ief3e8edc3e24cd2b9493136720d66338f2714299

2013-10-15  Noel Grandin  <noel@peralex.com>  [38c270520c47635a775958b73b2acc8d2eec7dfe]

        convert sw/source/core/inc/SwUndoFmt.hxx from String to OUString
        
        Change-Id: I0f84dcbf2de2aaf592d59dbe4c08ebcf7805c5e7

2013-10-15  Noel Grandin  <noel@peralex.com>  [7249c4d4be1fd1ed2c654689fb7cfecac35dcad8]

        convert sw/source/core/inc/Undo*.hxx from String to OUString
        
        Change-Id: I460a5d9880c820440e04ac8f06f8ca97918e349e

2013-10-15  Noel Grandin  <noel@peralex.com>  [e7e5e6d60a2063412db3c7d0c3fed2414b83004b]

        convert sw/source/core/inc/acorrect.hxx from String to OUString
        
        Change-Id: I05d2a013805e8ca5c28a635da1fce907c211f11c

2013-10-15  Noel Grandin  <noel@peralex.com>  [0993c876c994a1c5f7d1310b3b3026b5b405aece]

        convert sw/source/core/inc/d*.hxx from String to OUString
        
        Change-Id: Ia19613e4e5458337e07a8c7ce0b2bdd258a28535

2013-10-15  Noel Grandin  <noel@peralex.com>  [9ad56bac453efff8680f8774490f3179bbb29ddb]

        convert sw/source/core/inc/r*.hxx from String to OUString
        
        Change-Id: Ie2523eb8f7054d145ef969e65da1361134bfbb1e

2013-10-15  Noel Grandin  <noel@peralex.com>  [75a58a5196f36e858a35d824df2888c692ed57e8]

        convert sw/source/core/inc/t*.hxx from String to OUString
        
        Change-Id: I539cc99bb7adb060b417dce287d81a1102d684b3

2013-10-15  Noel Grandin  <noel@peralex.com>  [8de773a491b779c3c3b55908f1bbab71c4864f4d]

        convert sw/source/core/inc/viewimp.hxx from String to OUString
        
        Change-Id: Icef5f910d9bdfb9366b1b354e68c498b9d6fe174

2013-10-15  Noel Grandin  <noel@peralex.com>  [e1cebdd841cd87f7b73b617eff0bc0d719ab95fd]

        convert sw/source/filter/html/*.hxx from String to OUString
        
        Change-Id: Idb409a930b2f93fc862fdd62352c38365751bd34

2013-10-15  Noel Grandin  <noel@peralex.com>  [9285f8de9bc654dcb6a7de4891239276233adb2a]

        convert sw/source/filter/inc/*.hxx from String to OUString
        
        Change-Id: I3195d8a22bd7b181fd8f1586d880a865de7b83de

2013-10-15  Miklos Vajna  <vmiklos@collabora.co.uk>  [8c5bf396f4fb8213e0e55d59206fe67bb982dd6d]

        sw: include paragraph attributes and style in doc model xml dump
        
        Change-Id: Ib4dd980ffa1836f8873e05779f5d99e4c59da721

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [256825346ef710d8ef111d7d75535af8a3c5426e]

        swap if the host endianness doesn't match the file formats
        
        Change-Id: I0b4c2ba6679c8d2754f2a7cd8b8f693db335e004

2013-10-15  Caolán McNamara  <caolanm@redhat.com>  [3962122a5810b7679abf03a7e0c15e56f0b3d9ab]

        callcatcher: update unused code
        
        Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [0d168764e0299f48ce56970092c990fd44355f8a]

        Remove unused macro
        
        Change-Id: I7e421004c5d9bd7682bca9b748442ce21c017823

2013-10-15  Julien Nabet  <serval2412@yahoo.fr>  [3ad12d1a540eeb54fbb34afc3b7a76bf9e3207c3]

        fdo#57659: fix exif processing
        
        Change-Id: I93bd132b1d536843d4d8627230bfa9ef22cd623b
        Reviewed-on: https://gerrit.libreoffice.org/6245
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-15  David Ostrovsky  <david@ostrovsky.org>  [b122ec243bc5aff15a8e3e9c06aea65d61337ee9]

        Remove Java unit tests migrated to Python
        
        Change-Id: I6f4792a1fdbd40d016fabf8649c7058adaedd00c
        Reviewed-on: https://gerrit.libreoffice.org/6017
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [458c5a0f475890edcd15a0b2309500203913e7b2]

        Defer OUString -> OString conversion
        
        ...to avoid converting back OString -> OUString in SbiIoSystem::WriteCon.
        
        Change-Id: I17024891d0babaa589f2c65f1123f1905c4338bb

2013-10-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e4fbcc549a143992f72333404adb0180afa69e1a]

        fdo#70371: create findunusedheaders target
        
        - you can now do "make unusedheaders" to look for headers that seem to be used
        - also renamed the script in ./bin to follow the conventions there
        
        Change-Id: Ia9487af02effd05bfbc5c3f5c04b928a407b0fa4

2013-10-15  Jelle van der Waa  <jelle@vdwaa.nl>  [1793e5c1ff5d4b84178b4805026b8d455f32b0e5]

        fdo#70371: Initial perl script
        
        Change-Id: I9b0ec2b00c11f7f09cd37273bbbcb856d1c7c862
        Reviewed-on: https://gerrit.libreoffice.org/6238
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [71b2bf62d625b67696f612c30e214e71f36a5471]

        Remove unnecessary TK_Last
        
        Change-Id: Ia5095646f01a76258d69df866e3c803f8691915b

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [2f7492ad67222759006ad4f7e1fdd86147278729]

        Small simplification (and exit loop early)
        
        Change-Id: I076307174fdd63b58a8cb9c9690f50dae746c289

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [124f5981d800d9159565d953f82475daf7be68df]

        Simplify PPPOptimizerTokenEnum -> OUString
        
        Change-Id: I8be2a1d603afd26de11e737586590ebb7adcbc42

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [cd10abe0ba3b7c6fa5657359506a5d8dd6076dd2]

        Simplify PPPOptimizerTokenEnum -> OUString
        
        Change-Id: I88176f00c5fb356d63ecfdd291c006e88606a604

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [3eb84bcb4580af50c2ded9f48749384b8455258e]

        Simplify TKGet(TK_FOO) -> "FOO"
        
        Change-Id: I06e3134aeef27f13969f6d9d7d81b916bc93e8e2

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [48d7212600f9dd9210c77a553b6d7cb83976c356]

        Some clean-up
        
        Change-Id: I5f99e79e21bd33561dab10cb7044f2fa148ef156

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [5d04fd117ab2519edd78a852f41d1be1e45da290]

        Remove unused member
        
        Change-Id: I435f2781be620fa910a40a49fde19ecc81a70974

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [3a3a41fba54979253029f35b98aefbc7fa68f1c3]

        Remove unnecessary friend declaration
        
        Change-Id: I7bd0fb541f16e39400b40742e92b501be086c887

2013-10-15  Stephan Bergmann  <sbergman@redhat.com>  [3e770e3294ee70864329a79f8aaf3834c487d412]

        -Werror,-Wunused-private-field
        
        Change-Id: I0b203dd65f659533dd3db9f25a1d42569473df31

2013-10-15  Thomas Arnhold  <thomas@arnhold.org>  [0b0244183ab721ab0e55c42cb5cda841456c2586]

        update pch
        
        Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d

2013-10-14  Mathieu Parent  <mathieu.parent@nantesmetropole.fr>  [d67cd21033877c9c09d9cc4f14c2c4658e973f57]

        fdo#56007 - Read more bytes on Zip read (for thumbnails)
        
        Change-Id: Ia8c6caa44ed8019a8139beb5a855f0f28805544d

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [20528cb2702d7044734ec1f4a9af40804bce1c0e]

        CID#736176 aArgInput is only 4 items, what's with the loop over 5 elements
        
        Change-Id: I16983832e5d12ae55a3db448bcef2550b000d496

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [eb0d268cdb71513b8ca36ce6582a06e34190c54d]

        CID#736192 out of bounds
        
        Change-Id: I7ab1baa96e004122bd03d7b057effaf6b1ca7fe2

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [b8d18c1b27e97e14a83338c6b18239637b744834]

        CID#738972 use after free
        
        Change-Id: I3c1329a55b53365945406c515ff4e8e72792dcb6

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [5d4c63c815c38106d1d80e817e96c5cb0fbaaccf]

        CID#707595 uninitialized values
        
        Change-Id: Ic41348b7ebce95325c8449c21b6f303ca54c2417

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [3e7bf110643b2672c582c706f41527928d38a669]

        CID#707583 uninitialized variables
        
        Change-Id: I2e494843226b4dcb72eadfabd55f6e6de42ddfc6

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [6f30b8705222262d707b6f395866e76bfb521c14]

        fix mangled indent
        
        Change-Id: Iefef3ac1e56444e387916dd1eae65007152c831e

2013-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [7bb5ae7ca6e8900286202475a1e5c9fed3995242]

        writerfilter: unused initChildren/Payload methods in doctok
        
        Change-Id: I6b8d728011c2b70061dbdcdc3daba37422f99306

2013-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [0e45212822e4ed99251691c8d0ed6a89d8418678]

        writerfilter: unused init methods in doctok
        
        Change-Id: I721fbbd7bcf33b6ab3535170afbf68e520134850

2013-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [912ed34cf6f6d89156d075b1d2e5a49aa1183606]

        writerfilter: these dump methods are unused in doctok
        
        Change-Id: Ic84ac4d58e14c3bc59d902ce535566cc7e59a5d8

2013-10-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [315ef3e2aeb6689a26b34e8100033e486a832b0f]

        writerfilter: fix dbglevel=2 build
        
        Change-Id: Icc20bb1de73c119efdb9dd80f35cdb9f2d342529

2013-10-14  Armin Le Grand  <alg@apache.org>  [29991e23bc883a3965614269f90cd8bed75a567b]

        Resolves: #i123438# Corrected crop for clipboard bitmap data preparations
        
        (cherry picked from commit 2104f864ec0cf0989e962c045ee69010e3505f3e)
        
        Change-Id: I3376d72317f27bfe7898e515ce1d2788761d1422

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [33450a258a92986c25923d37d033c948b702c585]

        convert creating document mail merge dialog to .ui
        
        Change-Id: Ibcb82ba8204fe94d31e32c74d8c2ade3228ff4f8

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [0f1357200ee710e84389e927859eac75d24323d3]

        D-Bus is not thread safe
        
        ...so it could happen that both the main thread at
        
        > internal_bus_get
        > dbus_bus_get_private
        > avahi_dbus_bus_get
        > avahi_client_new
        > sd::AvahiNetworkService::setup
        > sd::DiscoveryService::DiscoveryService
        > sd::DiscoveryService::setup
        > SdDLL::RegisterRemotes
        [...]
        
        as well as the thread
        
        > internal_bus_get
        > dbus_bus_get
        > dbusConnectToNameOnBus
        > sd::BluetoothServer::run
        > threadFunc
        > osl_thread_start_Impl
        > start_thread
        
        spawned from the main thread at
        
        > sd::BluetoothServer::setup
        > sd::RemoteServer::setup
        > SdDLL::RegisterRemotes
        [...]
        
        are in D-Bus's internal_bus_get simultaneously (with disastrous consequences,
        like SEGV) despite the _DBUS_LOCK(bus) there, unless you previously called
        dbus_threads_init_default.  (Which the D-Bus documentation makes you believe can
        be called from multiple threads, though a look at the implemenation makes it
        clear that it really should be called from the main thread before any other
        threads are created---which we still don't do; oh my.)
        
        Other places that (indirectly) use D-Bus (tubes/source/file-transfer-helper.c,
        vcl/generic/fontmanager/fontconfig.cxx, vcl/unx/gtk/window/gtksalframe.cxx might
        need this, too.
        
        Change-Id: I912829c615b46b05a89c07bd044b04f1e5f5e7ba

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [e202ea3ab830f64b1305b6a6031a807a2c12ebdc]

        Remove unused/null sd::ClientBox::m_pServer
        
        Change-Id: I5d79bcd75088d5ba2aa773ebf0809281cab07924

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [c3174b7d5d419b7db20c4d30137f7c0d150d0d1c]

        Updated core Project: help  826848d005ee8d2af1b11f662f15bc3c083dde76

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [a5598cf00a49469b14492b9c9c6a82d8f8e04c42]

        convert warn email's can't be sent dialog to .ui
        
        Change-Id: I611c5cb7ab140a04e7ee4a78b6d828ca199c5624

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [86212cec81fe81ec79c17dff49734d63deed7247]

        ensure message box is first child of message dialog
        
        Change-Id: Iafb0b074ee9705d96d6deac9ade5baeb94586d74

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [d17698acc7e5b0fde24b704760a533511d868b3d]

        drop unnecessary helpds
        
        Change-Id: I0c39f08183d03be80c628cae9b6bffa614977ca7

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [884c01bf0d04340984a6579b69988290e5b864af]

        Updated core Project: help  f83bc661383a6ec845b6e8e8b9b388d0ec02c5e0

2013-10-14  Eike Rathke  <erack@redhat.com>  [472ad8ba7ef99982025b37aba562f2135ca8a999]

        work around crappy SbiScanner::NextSym(), fdo#70319
        
        just to make test not fail that was wrong anyway
        
        Change-Id: Ibbb8214b64be0e9a82e2bde406abdcfd2e84c734

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [c1e1de72609af2dc8ec7256f5505fcf673b2a73e]

        convert captions option page to .ui
        
        Change-Id: I571cc68bacce315ceafbe54deed6efeac51a6f1f

2013-10-14  Eike Rathke  <erack@redhat.com>  [f20feba4c43c34fd2ee05b4658b0de0248c08eb9]

        resolved fdo#70319 exponent must be followed by at least one digit
        
        Change-Id: Icdd22fa0f1efcdd18cfea7cb48e1cbf2cf8d3533

2013-10-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [241454c424b31aa9810b95072122d629fe3a9b8f]

        Change sal_Bool to bool in viewfunc.cxx (Calc)
        
        Change-Id: Ia65cffbf49929f44607c227a5c6167f4ca581e8a
        Reviewed-on: https://gerrit.libreoffice.org/6203
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [086c52d28d863bd2ad488e3d6d5e871f8f4fcc91]

        String to OUString in viewfunc (Calc)
        
        Conflicts:
        	sc/source/ui/view/viewfunc.cxx
        
        Change-Id: If82a7c6e58af1cbba3748e42bf8ecce75cbebf18
        Reviewed-on: https://gerrit.libreoffice.org/6202
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [646ce81d1c1623feb5414cd248860b143fd2cd6b]

        fdo#38838 use OUString instead of String
        
        Change-Id: I0c94a9ee10bd66422abd9526fcc9a9ce61d9a096
        Reviewed-on: https://gerrit.libreoffice.org/6237
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [349af6ea58ba4e2df4a1732d941acd4098c7bd87]

        don't include unused tools/string.hxx
        
        Change-Id: Ia7ac4594c1b9cb853b5f8f5bf76864703376710e
        Reviewed-on: https://gerrit.libreoffice.org/6236
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [17760f023d3e2e8e012ddd7b1427dffff0063229]

        don't include unused tools/string.hxx
        
        Change-Id: I8a079f788204fc80c14a037b035ecf2690e18efd
        Reviewed-on: https://gerrit.libreoffice.org/6206
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9e208f28255eab69ee2ef372df90b1b636d97e0a]

        fdo#38838 use OUString instead of String
        
        Change-Id: I281bd6872e44a122556462afd20a2af75c8b04fe
        Reviewed-on: https://gerrit.libreoffice.org/6195
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-10-14  Caolán McNamara  <caolanm@redhat.com>  [7e7a487e904143cbc282a2b90c4cb3918bfa151f]

        Related: fdo#38838 remove UniString::AppendAscii
        
        Change-Id: I0f929843d73eb445c8b1aa56d59cbbce844b9008

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [be1ce88b8e5e06947e93146a052b0ba2c64dc479]

        Remove unused file
        
        ...was referenced from removed sdext/source/minimizer/description.xml
        
        Change-Id: I501860640eb899742f7850f626008b930bf8eab4

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [9acc06843a2a2c11cae1ff2ac9861f14a5347bce]

        Remove file apparently unused since inception
        
        Change-Id: Ib2522c943df37c0b299120fcbdb262a74ee5f5f7

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [cc0d5df45de33fd9e1407403e5160f38b9091ba8]

        No need to have com.sun.star.comp.PPPOptimizer as a service
        
        After de-extension-alization of Presentation Minimizer, it is important that its
        UNO implementation names are different from the ones used by the extension (in
        case the extension ever is installed as shared or per-user).  For
        com.sun.star.comp.PPPOptimizer it appears to be easiest to not advertise this as
        a service at all, but rather instantiate the object directly where used.  (For
        com.sun.star.comp.PresentationMinimizerImp the necessary renaming had been done
        in the previous commit already.)
        
        Change-Id: I954b715f2d434cecf9abd2776b39c4ed3152c5ec

2013-10-14  Stephan Bergmann  <sbergman@redhat.com>  [2318ba0f53fcedebb04d7d1824c38ed36c16c0c9]

        For safety, don't migrate PresentationMinimizer extensions any more
        
        ...now that it is de-extension-alized.
        
        Change-Id: I74941d3280b7ebb8d801def59985548d8404f6c2

2013-10-14  David Ostrovsky  <david@ostrovsky.org>  [2aa5d13ed09c1cbad9f1da315442edfa6f9f3b60]

        fdo#61950 De-extensionize presentation minimizer
        
        Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-14  Thomas Arnhold  <thomas@arnhold.org>  [a979956012a277c9cb85147605b9671ace12aa0a]

        html: remove unused options
        
        Change-Id: If8a6d5136e9e397f5f9b2b49bd9aaf4a7e6bfc17

2013-10-14  Tor Lillqvist  <tml@collabora.com>  [ec16bfc22a6d5ee6084a1762ed5cb77886a2fb40]

        Probably best to use extern "C" here
        
        Change-Id: I9fac782e29566d3652f9e903ed22abdb6531f883

2013-10-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4badcfda55996891d99b1f0a8cc47028acd1c0c1]

        Revert "Related: #i119525# List only JREs whose jvm library can be loaded"
        
        This reverts commit 37ca14359b8c4027f1d9f9569ddfa2740cd2731e.
        
        This breaks the loading of the jvm.dll on Windows if the msvcr*.dll is
        not in the system path.

2013-10-13  Jean-Pierre Ledure  <jp@ledure.be>  [350772317dd0bd226c33b1945f3801fcb146891b]

        Access2Base store (wizards + scp2)
        
        License text modified after gerrit review
        
        Change-Id: I193d6d1fd477cca4c2880760f21f8d978643f634
        Reviewed-on: https://gerrit.libreoffice.org/6232
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [12b1ca3236aa167c007c6c87e0d2f2d06c495821]

        Hacking on iOS keyboard handling
        
        Change-Id: I0d842cc951cb5a3e7e990f835f541ccf1bd89df6

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [cbae2baa412437b624a1f01671ec16d9fdc358bb]

        Reduce logging
        
        Change-Id: I195a6a38f7cc597e6365ffd7f3e0432c73447e1a

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [e9f260b38076ce56f131914cfb5ece242eb1225c]

        Minor refactoring of iOS code
        
        Rename functions so that functions called by the UI layer for actions
        to happen in the LO layer and functions called by the LO layer for
        things to happen in the UI layer use different prefixes. Move
        declarations to the generic <touch/touch.h> and avoid iOS-specific
        types in the API.
        
        Change-Id: Ieb8979065e02a87c4a415c934163265f2790d011

2013-10-13  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2b1329663a2034bfd622d9227573421b10bdad15]

        Updated core Project: help  9d3ffe07f19282e1485f3312690727dbd5e53b09
        
        correct example for EDATE function
        
        Change-Id: If081af7b6df824a780fa0fed197416b9403f4231
        Reviewed-on: https://gerrit.libreoffice.org/6239
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-10-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [dfbef666bb8ab76f0a062ef44dc5d166dece49cf]

        Prefer OUString primitives to handwritten code
        
        Change-Id: I5be917b92eab92be32d8f1cf672ecf4a67b35383

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [c24855bc6a3a94846094c0714a477a299a60280d]

        lo_dlcall_argc_argv() is unused
        
        Change-Id: I318bb78b148564f64373dcb87bfb458c10f87489

2013-10-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [abbf6b217970bf176da552f958d974de64952e2e]

        String to OUString
        
        Change-Id: Ie0cdb4288cee10bca9c7ea94ba3745748f4e080f

2013-10-13  Arnaud Versini  <arnaud.versini@libreoffice.org>  [1b45e8a86ad46a25b4b47a88d7f42a44bc5d7bdc]

        Introduce unit test in replace functionnality in Writer
        
        Change-Id: I5ee33965a511c7730610377a2e41f4728a0fe4d2
        Reviewed-on: https://gerrit.libreoffice.org/6184
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [94755bd8f24582cc40c4257c971f518c270a52e7]

        Combine a pointlessly split class implementation and bin unused private field
        
        Change-Id: I44cee32e256e0767bb3b40bdba93e15b717c9ba6

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [ce69f5d2cec786cbcd879e5e3fb3cb1bd8d4446c]

        Test _WIN32 instead of UNX as it's Windows that is the more specific case
        
        Change-Id: Ifa5b522603a0ea592d873ae79b266091163e993f

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [01b7e04172889cbc9e4ac404b105e18ddc062d6f]

        Bin unnecessary #include
        
        Change-Id: I9ea868ed5bf6e2e2defbd51d5a0a1e6362c3be8d

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [6954aad4e5c99ce193d3dd60a43f6d41d7c0a87f]

        Reduce copypasta: Introduce SAL_NEWLINE_STRING and use it
        
        Contains the platform-dependent on-disk line separator ("\r\n" for Windows,
        "\n" otherwise, and yes, I assume an ASCII-based world).
        
        Use it instead of static constant char array fields, with ifdeffed
        initialisations, in various classes here and there.
        
        Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a

2013-10-13  David Tardon  <dtardon@redhat.com>  [8ede32d15735b78e3528107bfbcfb69e3beb7439]

        add missing dep
        
        Change-Id: I2535fb641ba6e0f3c651868143e70ca0bbd88d5e

2013-10-13  David Tardon  <dtardon@redhat.com>  [0cc5368c84e0b3fd9718af8e286bca459e8f116e]

        extend function to allow list of args
        
        Change-Id: If95f0e97e4f0b0efae976d6fea43abbaa02fdbac

2013-10-13  David Tardon  <dtardon@redhat.com>  [37c1ae54e07ee49ee84e9af4c0ed2e9d18786bb9]

        add missing dep
        
        Change-Id: I6b66cd78e36022c8a5d6b45489d2e2ade323a72c

2013-10-13  David Tardon  <dtardon@redhat.com>  [523a304a6db0c12bba74a26d8fe37d00ff60cc99]

        fix copypasta
        
        Change-Id: I950a87b5fbfe1b2f90068fbca273b69b8ab4b75f

2013-10-13  David Tardon  <dtardon@redhat.com>  [7b003de40398e4efdb556199cc613af42cf55ce4]

        move externals together
        
        Change-Id: I8c28241fc836551360711b984f8785da5e43e0e8

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [a872bd46f0961d0e931e218cad19f407938ff622]

        ENABLE_HEADLESS is TRUE or empty
        
        Change-Id: Ic1c05e781dfb858fc490a30e91b0aaf7ec63b3cc

2013-10-13  Andras Timar  <andras.timar@collabora.com>  [32bbc8d9d84e56ef0dbc34b2a6f3057e3274a357]

        hide program modules in Custom Install panel of Windows installer
        
        We all know that LibreOffice is not a suite of six office applications,
        Writer, Calc, Draw, Impress, Math and Base. LibreOffice is more or less
        monolithic. Yet, for marketing reasons probably, Windows installer
        offered the option to de-select any of the six applications. From
        the technical point of view, it did not make much sense. The saved disk
        space was negligible. On the other hand many issues could occur.
        For example fdo#67130, LibreOffice cannot start if LibreLogo is
        installed while Writer is not, or fdo#70226, Writer crashes when
        bibliography database is selected, when Base isn't installed.
        
        We need less complexity, fewer options. It is hard to imagine a user
        who insists on having just Writer and Calc but not Impress and Draw,
        etc. The new start center BTW does not make starter icons inactive
        for not installed applications.
        
        Change-Id: I4d486f0d59c393bfe08ea3a69e51cc32b751f130
        Reviewed-on: https://gerrit.libreoffice.org/6235
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-13  Tor Lillqvist  <tml@collabora.com>  [2b0320da7b59d2d4c0c5dc5da8424458ce0d819d]

        No vcl.unx component in the ENABLE_HEADLESS case
        
        Such a build passes make but make check fails, though.
        
        No, I am not interested in --enable-headless. (I actually think it is a
        pointless idea.) I just for fun tried such a build, thinking a bit whether the
        LIBO_HEADLESS thing could be replaced by simply !HAVE_FEATURE_DESKTOP,
        i.e. setting the latter to zero for a --enable-headless build. But whatever.
        
        Change-Id: I156f956bd2430ba76934774c7d220a1b9f2019bf

2013-10-13  Takeshi Abe  <tabe@fixedpoint.jp>  [d7961b15572373a29cc0839858ae514db6238ccd]

        Drop unused typedefs and #includes
        
        Change-Id: I83f645ff93f7a351053b09d55ac23e9a5656d143

2013-10-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [08c104a94cd4e4908f326c3e7c14aedd597665d0]

        sw: add missing testcase for spellmenu-redline.odt
        
        There are various cases here, as a start just test that any spellcheck
        popup menu in a redlined document should at least contain the "go to
        prev/next change" menu items.
        
        Change-Id: Ic70b6dae4cac8fd970ad54e5015a61d50b024b2b

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [e6ab992c6fee2e84da7a7a25b1a0a0df9b4c629b]

        Bin apparently unneeded #include
        
        Change-Id: I808cd69035a1f4a90a0f09d2a8dc117bc81b5c62

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [4446ee5ae039e30b82365014be408354838a9ae8]

        Bin apparently unneeded #include
        
        Change-Id: Ib459531736b0c1cccfcb3f51aa58257c2c80e991

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [271ce90753d7004cfb2f1d1aeddd2ee4f36e16c4]

        It's whether X11 is used that is meant here
        
        Change-Id: Ie03696eccde6b1a02a839321f84c6a23b73419ca

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [e9c0819e60631efbb5057c60c64431e8a1946efd]

        Simplify, and check _WIN32 instead of UNX
        
        Change-Id: I89f975faf65da56bab68b093f32dccad80d502ad

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [4258b82f79b1e1c1a5d6428bf6650b2694a953fb]

        Simplify, and check _WIN32 instead of UNX
        
        Change-Id: Id13d51388ecee3bee706510c2f22182e9e1f2d28

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [246dda00dd1bd75d909721a0f758667332484402]

        Test _WIN32 instead of WNT and UNX
        
        Change-Id: I5c48fb1363609fe6d051794351fa5aaab29979b9

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [fcb0e1e97dc9f1f76cba1028f8fc2cf6943df9b3]

        Test _WIN32 instead of UNX as it's Windows that is the special case
        
        Change-Id: I701ea390440023f1aac0debb48747a8f1a216972

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [bee2ff9817e096507bd268b62ac2b71a43803c22]

        No idea why <wchar.h> would be needed here on non-Linux Unix
        
        Change-Id: Ic9fc0c7500336c4ecb4e6e46c9a7574d92235268

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [cb8183d44c7dc40afd9fa86070adb96310e6fffd]

        Simplify and avoid use of UNX
        
        Change-Id: Ia1f718341858de57d0e417d079981d91968f912b

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [eca81d9969e232b1236bc5020ab2b9304d5f4640]

        Test _WIN32 instead of UNX as it's Windows that is the special case
        
        Change-Id: I66e6167df47ac3051d543490ff780bc09dedd82d

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [33fdb0b1161ac1b8786f26de840811a34867730c]

        Use SAL_PATHDELIMITER
        
        Change-Id: I5b5346dcf5b4ab3277fea28ee73bc36dc0579105

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [aa7d62c3e385af3029b11fa86f7dd98987dddee0]

        Bin pointless comments
        
        Change-Id: I651854e653ae863577bd1f0f22ef640dd7044ebc

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [816a888643114a3a8ac07126c2cd710d318a5781]

        Test _WIN32 instead of UNX as it's Windows that is the special case
        
        Change-Id: I6252f4737dbc297525792412e006b2ed0147a0d6

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [0937d07cd5bbdc68fcae8127149ffa6c813d3a97]

        Simpligy: Bin odd atexit crack
        
        Change-Id: Ib7e491ae66525b8ba2555b50fe7c9e1fed150987

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [22481c65ff2019dcfb03d9fe58e6ad2574b759fd]

        Avoid git grep match for "UNX" in comment
        
        Change-Id: Ie8dde0810a3953a03ef6cfdcfaa24445ee45de5a

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [55ed54021b9c59d3e642ca93fcf4412fe2951102]

        Unicode is Unocode on all platforms
        
        Change-Id: Iea8065f8d0f8e305cf2b1f56ba7ddd4189306ad2

2013-10-13  Takeshi Abe  <tabe@fixedpoint.jp>  [d22ee5be41ffa0ac5a075c68a00b9b9eb6b8d376]

        sal_Bool to bool
        
        Change-Id: I3db66690f9eaa809bcbf2257804d319aaec0f975

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [5c046a31e1e19e01a60d4bf22cf2a5eb8ef13a63]

        WaE: unused parameter 'SystemType'
        
        Change-Id: I52717d85269dd1802b942ba19f5710b9e469faf1

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [b11f257d9b6927a7df1f2a3f03405e045a1beec6]

        Test _WIN32 instead of UNX as it's Win32 that is the special case here
        
        Change-Id: Ic729eab62109d854122fa5c6b7b4dc163088dd04

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [610681b97aca28c4c40c3462875cd47105442a21]

        L10N_PLUGIN_PUBLIC is not used anywhere
        
        Change-Id: I27bc41e76aa19cf6bd0a9eb4dcbfa07a0d165eb0

2013-10-12  Andras Timar  <andras.timar@collabora.com>  [9e30d407564a67917e667f5d67962efa0eadc9b0]

        missing semicolons
        
        Change-Id: I06607610d6a593ad8bf2deb2affe2e40af158087

2013-10-12  Andras Timar  <andras.timar@collabora.com>  [79896c3a43b7ae4d45fb164f1f11ba020bd8a74f]

        missing semicolons
        
        Change-Id: Ib1cf6ec8ffe622be887c7dd567d0b44eaf1a75e6

2013-10-12  Andras Timar  <andras.timar@collabora.com>  [914fbb57bdd4038d0a3e1e2cad45ff81672fc748]

        fdo#33798 msidbFeatureAttributesUIDisallowAbsent for hidden feat.
        
        Change-Id: I0c8788f88b3c219e789af7f8bfa79e5dd31c5b3a

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [352f4f1f047be99c1068ba8bac3a4e3aaebf030a]

        FILTER_PLUGIN_PUBLIC is not used anywhere
        
        Change-Id: I2788bac96326f888e758a895d587125d4b8a3b3b

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [265ae345c01335a4d9d28bd23b86c43705062497]

        Bin obsolete CDECL crack
        
        Change-Id: I69da428711681d14fd48c198fbce0bb545665b5a

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [2c096cb5b0154a94b7c8a59d1e7c7943ac699910]

        cdecl is the default anyway
        
        Change-Id: Iee47fbc9ea43be2af2712efe15df3d7936277cf7

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [87708fd311145a7fb0415842f277693fdea3c816]

        Simplify
        
        Change-Id: Ic2afa7e60da57c5b516a043f717dea21a3cf0d55

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [49da6374b357277d46dfddfeb9e102c722a32111]

        Bin some of Malte Timmermann's personal old debugging code
        
        Change-Id: I4d8070e6c9441a39094d499c433e5009f093d823

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [8b73652822aae8941b81e8f076db5f5f0b14948d]

        Test _WIN32 instead of UNX as it is Win32 that's different here
        
        Change-Id: I05e93ef13523a4729c46c9dbf36657d7288c62e6

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [3db218c8f70a8d9c29a5013a5e056639b028864b]

        There is nothing scary about <stdlib.h>
        
        Change-Id: Ie30e4d67435808fd6c31e1ca7f10a58faad1c6ce

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [ac057ce23d57aa81dbd44852682abaaf5f5510a1]

        Bin bogus use of UNX (in not compiled test code)
        
        Change-Id: Idef7344e215e9b58e1449fbf71f8a64d0000f8c3

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [0eeda14bde6e5977a0bdc3d64841e035cd6d3741]

        No idea why <wchar.h> would be needed here, and for Unix only even
        
        Change-Id: Ie374a2619d6196172592a14654bb93ec8350c563

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [c3ba72ea48ad95b8295f4b71d0dd6c37d539dcb1]

        What we actually want to check here is HAVE_FEATURE_X11
        
        Change-Id: Id3f695f4b8dce4ace558c6d791488e8b6efd1c54

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [6a3bb7c1292e393711c8cd542e061d5d4add49db]

        Add HAVE_FEATURE_X11
        
        Change-Id: I4ca7310c936ce123347be2e3243fddc738f85d6d

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [d504b887988ae7db3dcd4bd2b00b294a159a0976]

        Bin pointless comment
        
        Change-Id: I7a873b1275ebc8279958fc14cccbfa99646e4744

2013-10-12  Andras Timar  <andras.timar@collabora.com>  [3f3d684430f0c8437550d207b5d54da9c80f19ff]

        add name/description in order to avoid warnings in feature.pm
        
        Change-Id: I291d4d969c73d39f3c02511cb7ea2dce27f163d6

2013-10-12  Eike Rathke  <erack@redhat.com>  [79fc6b82b7071262ec71c27f81e68b7d274ae695]

        for unmapped language-only register primary language ID if available
        
        ... instead of an on-the-fly ID
        
        Change-Id: I5cb38e91b67d02f0ccda90feb2ad0c60cd3765c5

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [ff7ba8c81c3b00722e58ed01a1ab361094aeb609]

        Nothing Unix-specific about <stdlib.h>
        
        Although unsure whether this source file actually uses anything declared in
        <stdlib.h>...
        
        Change-Id: Ibb5dfe5d0de1576a37a5f2c9cffcd9b850602b14

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [b680e352546dc614f3b30bbe212e6b415a6a6bf4]

        Test WNT instead of the vague UNX
        
        Change-Id: Icacdae592f05bcdcf50223d607976d687e182c96

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [9097611359d37003c9ac5b253dd592fed17e0aae]

        We already have SAL_CALL that means __cdecl on Windows
        
        Not that there should be any need to use it here; it is the default anyway.
        
        Also the extern "C" is bogus here as far as I know; that affects only the
        external name of the function, and that a function is passed to bsearch()
        doesn't set any requirements on the external name of it. It could be a static
        function with no global symbol name. But oh well.
        
        Change-Id: Ia264bf2f952fd6f38aa36a25a084383d4d3f1bdc

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [7329fbd9c48a264bf917f43db3f50d3ab031ae64]

        Bin two unused functions
        
        Change-Id: I8362bfa0152f84a425ea3d461653d45c07816b92

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [81f94edc6341b4c898d8109ed50260de9ed06504]

        What (who?) are OW and MTF?
        
        Change-Id: I47b9b91d72e423c0ef37eaa9f081e755adfc36d6

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [5705102c02fefa715426424f0536d675c3faee68]

        Test WNT instead of the vague UNX
        
        Change-Id: I99aa82d29d056afde92d258fd5cdf13359f9b74c

2013-10-12  Tor Lillqvist  <tml@collabora.com>  [f1b956f5aaa83b53b1217d85be24d71d6379e97e]

        s/UNX/LINUX/, as that is what is meant here
        
        Change-Id: I6b58f6f62bc304b29c336fc46f87bce8d2ce22fe

2013-10-12  Michael Stahl  <mstahl@redhat.com>  [b60ce8465c8f01242354abccebe00742d164af60]

        sw: fix regex search/replace of $ in selection
        
        SwView::Replace() nowadays first searches for the to-be-replaced text in
        the current selection, which does not work in the corner case of "$"
        when the selection starts at end of a paragraph, as it will when
        clicking "Find" to look for "$" and then clicking "Replace".
        
        The problem is that there is some antique code in SwPaM::Find() to
        move the cursor forward if it's at the end of a paragraph, which is
        presumably some pointless micro-optimization; the result is that
        "Replace" does not replace the selected paragraph break but the
        one in the following paragraph.
        
        (regression from 68a014dbca8bbd25056f75ef551fb81a0dbfb1b7)
        
        Change-Id: I5aae9c272d102a48166c63e01775dc6322f9f02d

2013-10-12  Michael Stahl  <mstahl@redhat.com>  [dca5163b6ef206ceb1f2d56feb7546c1929afe60]

        fdo#64495: sw: fix regex search for soft hyphen \xAD
        
        The problem is that the soft hyphen apparently needs special handling,
        and SwPaM::DoSearch() looked for the no longer supported legacy syntax,
        not for any of the unicode character syntax that ICU regex supports.
        
        Change-Id: I754296d2cf9286242e083cc7906ce3b8fda78dd5

2013-10-12  Eike Rathke  <erack@redhat.com>  [57f394688449e8feacb480440900cc50e1d58280]

        don't sync vars twice
        
        Change-Id: I2052aa0ac750f6e1c004f886bf29f9b96cf11bb6

2013-10-12  Rohit Deshmukh  <rohit.deshmukh@synerzip.com>  [f7ff594a9c879ea3ae437e0f7602ef26642e6fc7]

        Fix for Corruption of chart due to Data Lables in Writer, Impress and Calc
        
        Chart file gets corrupted, if we save file in Libreoffice and open in MS office.
        MS Office gives error, file is Corrupt.
        
        Following charts get fixed
        
        1. Radar chart
        2. Area chart without data labels
        3. Line chart
        4. Bubble chart
        
        Area chart with data label file gets courrputed after roundtrip in Libreoffice.
        
        Change-Id: Ib03ad49aae268b53aa18bdc21c723e2a7777eb45

2013-10-12  Julien Nabet  <serval2412@yahoo.fr>  [c196ea4df329ca39ffd1b26282a0f92567cf64d9]

        Reduce scope
        
        Change-Id: Idf01d2c4d151aeba411097b72fdaf88e7c08a347

2013-10-11  Julien Nabet  <serval2412@yahoo.fr>  [6efa9d1d23cf3f6987282959483ed4d3b763d465]

        cppcheck: reduce scope
        
        Change-Id: Ie33ae5c3bd1213bc4032e66d0cd7a3faefc7dfcb

2013-10-11  Eike Rathke  <erack@redhat.com>  [d5f33e2db4ce6d7c5f81a18705431fcf4d184b9c]

        the dreaded hu_HU_u8.dic of myspell-hu needs exceptional handling
        
        Change-Id: I2cef8d0dd306ce22552db0b5d8890c754be9e835

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [2a198c02b95bd76c8d7c9e7dd7aff8fc7c030fd5]

        CID#1103739 unintialized members
        
        Change-Id: I15860351c15f7c28ae197fa626c58b5f3ead8bb7

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [dace560b350346b9f9a102ee602bb129a008bcfe]

        CID#736194 out of bounds
        
        Change-Id: I236c2f51716bfebd0c132bbaed50c1f1ec811ffa

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78e0d07b6250ba441bae2c7517ed973d99bbd0b3]

        Compare by pointers first.
        
        Change-Id: Iec697f7100c06da37158e564ac64f0248f923638

2013-10-11  Armin Le Grand  <alg@apache.org>  [66c803ebcb4bc164ca5af1cf752aeb645735f186]

        Resolves: #i123379# various SVG marker corrections
        
        (cherry picked from commit ff1eee61fc56b06e436735f5e2b133db56de3608)
        
        Conflicts:
        	basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
        
        Change-Id: I818657573a1e673e312702a4b45e7bb6394250d2

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [d61168908ced2e4bae32b8e0ae0a6eba6dbf37fc]

        have another shot at placing the expander checkitem optimally
        
        reverts 03569dc7d38e4edf3f3e50f7dff3252116c28ab1 "I hate the positioning of the
        expander checkitem in hierarchical view". I still hate it, so merge together
        the various places where different efforts are made to try and position the
        checkitem optimally and provide a single central place to do that.
        
        Change-Id: I047504945fb5bf94e5f451007eb74328b8b56785

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [9b6b916ef39619f681f714397a0e3f85f442833d]

        Resolves: fdo#70229 restore ResID logic to ui ctor
        
        Change-Id: Ib4df8fc317e6fd21531a9dbd898cbdeef0783452

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [b44f8cdedee6ec56769188917cd2b4300ac34a9a]

        drop now unused CustomAnimationPane.src and friends
        
        Change-Id: Ida492cc72c7d5e26a220abf22c896cb45dee6130

2013-10-11  Andras Timar  <andras.timar@collabora.com>  [e17600eba244f8ee3e37cc24b4e2171f801c5ea6]

        file list cleanup
        
        Change-Id: I7bffb6c976654e23e8728e902d7bac287e45afd3

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [4ee0bbff0ebb88a249321c74e32b61f4c7eb3878]

        -Werror,-Wunused-variable
        
        Change-Id: Ia7fa834e3d9bf8578dcdc667fbe97ce58606704b

2013-10-11  Michael Stahl  <mstahl@redhat.com>  [9533e01713c0170bdae030429de38756d9c5ca74]

        fdo#67796: sw: fix table cursor when setting language in status bar
        
        Unfortunately it turns out that the neat hack in commit
        b227a8e4d65e4bbfe991aed9342fe3e30eca8639 does not work unless something
        actually _deletes_ the current m_pTblCrsr between Push() and Pop(),
        e.g. by calling SwCrsrShell::ClearMark() or KillPams().
        
        It would be possible to do some invalidation of m_pTblCrsr in
        SwCrsrShell::ClearUpCrsrs() or UpdateCrsr(), to set it's bChg flag
        or perhaps call ParkTblCrsr(); not sure if doing that is an improvement;
        certainly it shouldn't be tried in a 4.0.6 backport.
        
        So work around the problem locally in SwTextShell::Execute().
        
        Change-Id: I2981506b3065e824532deda28d21dad4a5734a8c

2013-10-11  Andras Timar  <andras.timar@collabora.com>  [2731092c12a08e2b53d28089070d2a97c23e8925]

        add sw/source/ui/inc/misc.hrc
        
        Change-Id: Id1e0d4241a356bdb08a44b3ae87c3d1023c4669e

2013-10-11  Michael Meeks  <michael.meeks@collabora.com>  [53138c9968e28a25a8cd6d2b5e3d31cbb3257852]

        fdo#56007 - fast zip directory find to accelerate Windows Explorer thumbnail.
        
        Change-Id: Id9436def56f40d2bb54dea35bea916bd99964653

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [d58d1719a49c5c25cce8ddfa7fef52b09d0f9957]

        Unused ScExternalRefCache::mrStrPool
        
        Change-Id: Idc9d05cae6ebee4c5f88dbe53ab182da66781582

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [603b62c618b96e960ed8411626abc02418d5f3cc]

        -Werror,-Wunused-function
        
        Change-Id: I27d1bd3f4a94ba6951e5082509980f45cf48650c

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [dbad3d0e6e972e76484e36ab48513730ca4db1eb]

        -Werror,-Wunused-variable
        
        Change-Id: Ia69312b4adc11c256e57e69c0fd488eca441ce4e

2013-10-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [e2cdde1f187de7b6fd0cab740ab7be54fc6fb1f0]

        sw: make it possible to accept/reject changes if they contain spelling errors
        
        If there were spelling errors in a text portion that is to be
        accepted/rejected, right mouse click just shown the spellcheck menu, so
        oddly if an inserted text contained spelling mistakes and we wanted to
        reject them, Writer didn't allow that.
        
        Fix this by adding the redline operations (accept change, reject change,
        next change, previous change) to the spellcheck menu, but make it only a
        wrapper around the SwView code, so all the logic on what to do and when
        to hide these menu items is not duplicated.
        
        Change-Id: I76cad2f58a47575f8ef9517af51f1ffe7c4b6844

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [19ea624c6dc779333e84ca937e2f90a3f39871b1]

        Fix equality operator for SharedString & write test for it.
        
        Change-Id: Ib592ca2fe359293da6c10aa9e1535a91627cfc43

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [78cf106733680d2aedf85441cd359669f560b93a]

        Use OUString & a bit more fine-grained unit test error messages.
        
        Change-Id: I6d9ce2afd97d6011eaa93855c49f3d7071db0159

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c23c6fc1f64627ee47c428f3bc1e99162cd864d]

        Spell check context can be NULL (when the live spell check is not on).
        
        Change-Id: I785f83b5c2c6329b7a18af9f9721c06894207ea5

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3e35aa551fa8abc0215a0ef416fc9acbbc3c0d9]

        Fix VLOOKUP calculation when the matching value is literal string.
        
        ScRawToken needed to store a shared string value rather than the normal
        unicode string array.  This fixes a previously failed unit test.
        
        Change-Id: I87164c018ace0761c40d1493f44fe25909a4499c

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7333881bb7b04f7e4e2a28638024ae82a9c14e81]

        Formula tokens, formula cells and formula interpreters to use shared strings.
        
        Change-Id: I5da99869fc7f61ce698180fa5daa9be9db9ac132

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6255be7ca294d350143290c343673f264f42220c]

        GetString() from ScMatrix to return SharedString.
        
        And adjust all its call sites.
        
        Change-Id: Ibb0c754e8fa105bd1a6035f2e0df5cee2d8491c4

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7c6848845f10dbac392bfc3dccf405d8e8e969fc]

        Properly intern strings going into matrix objects.
        
        Change-Id: Ieb8befa4f19ebc31f4afa1370c924b469aa77382

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f793daf81c64690dcca0772ece07d9ead96d0d0b]

        GetEditUrlOrError() is no more. Just use GetEditUrl().
        
        Since it no longer checks for cells with misspelled words....
        
        Change-Id: I372c283e0567c2e0e40d26eeb19dcf6e5d3f9e0f

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [91923443e0d04218ae7124f439fc06a76f904462]

        Fix context menu launch on mis-spelled word in a cell.
        
        This was broken when the spell check handler was re-implemented
        after the cell storage rework.
        
        Change-Id: I4e7e718ffba45b2163bea4dd382f2a49f75fd5f9

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [29958cb6d8adff86ba9a68f683cd28e3baef4289]

        We are supposed to keep track of max-length string.
        
        Change-Id: I3a0d999f55d89734b26ee66c16cf8cadbcbac246

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bcd0033046be0c8bcc1c6ddda18645570250f083]

        Some cleanups to avoid unnecessary getString() calls.
        
        Change-Id: I334d64f7731915d27e3b81781c91e330dc446010

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [512ccd16de2d64a1fd64da92eeb61680b43797ee]

        Make the same change to the orcus interface & remove unused methods.
        
        Change-Id: I1263026133b694e531c0a99b16d622e1ae12db48

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0eabc71b59b97e51b8ee9630873dc8db3401f8f3]

        Import shared formulas from xlsx without crashing.
        
        The key here is to only use the shared formula ID's and ignore the ref
        range. The ref ranges are not correct half the time.
        
        Change-Id: If65f9b1b44ab6239db37977b6dfe3f822a9cf67e

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2f39c27be2bd66f149e0a4efdd7fa37daee43fb1]

        Use shared string's fast equality check for ValidQuery().
        
        Change-Id: Ib84087a10cc10a7533e64c4e8998354b52017df7

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [cff2f333aecdb8911736d919e3c5252320100d7e]

        Add isEmpty() to SharedString. This simplies a lot of its call sites.
        
        Change-Id: I0ebc43abe59ac317c053a4f606dbe376d85c03b0

2013-10-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a11e224e07a4fda0de64a9a0a181f6034e08d2e5]

        Store svl::SharedString in query entry items, and adjust all call sites.
        
        Change-Id: Ifd3bbb84c7abbe983a017a169c7e05914ef33450

2013-10-11  Thorsten Behrens  <tbehrens@suse.com>  [516ecd072f9dbfbacce77127a02b666ce387982d]

        Restore persistent userpaint functionality in slideshow.
        
        This was part of i103174 - Code from the ecntablet and eraser CWS;
        optionally improves user paint interactions in slideshow, and got
        accidentally cleaned away for being commented out.
        
        Change-Id: I4fb87a3e1cb834e10ae766ed8c58cd6f2397c45f

2013-10-11  Jan Holesovsky  <kendy@collabora.com>  [be194006496368bfd5bd0d93ac45e729814961f1]

        Basic: When we warned & stopped the program, don't warn again.
        
        It's extremely annoying to have to dismiss the warning with every keypress ;-)
        
        Change-Id: Ie117085ef25676065aedd0744cf618e1b566688b

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [52e07f1fd2ba3d1cf25ec8fe8c1892398c7cd364]

        -Werror,-Wunused-variable
        
        Change-Id: I7f4f232475339d524eed7ba578e22b53991bd123

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [d404c67e8a0f597e3d2fdd027e8e822823c6b1ae]

        Don't use X11 concepts on iOS or Android
        
        Change-Id: I39023acc08e652fcc9d365fe50a8240cbe0b610d

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [54be385b3332a0ad615426a1085ef18b6f517af7]

        Redo the temporary hack for long touch: just simulate a double-click
        
        This is just throwaway experimentation, not how it should *really* be
        done of course.
        
        Change-Id: If600a5d3f01f118e84079f513dfccb25f4d59622

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [ee0e92c9e939cfea947b749675829571c537b259]

        Add some more source files
        
        Change-Id: Ife2ee57878b2fad7af84f4a8b0b0a172f7a2cb7e

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [9b444c64132723cb148cf51bca5a81a83f3d2805]

        Updated core Project: help  a16a5ca2d6fa6604177f0d007226c7d99031f68e

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [cc6f43275a00b0aff2e60e70ee8032222a2c9610]

        convert merge source error dialog to .ui
        
        Change-Id: I1f09a4b4377a9a6c21e0e260c856dd9fbff4f1bd

2013-10-11  Armin Le Grand  <alg@apache.org>  [331216e2361eb682c7bc21c92345110d380503ed]

        Resolves: #i29105# when a page background graphic is set in sw...
        
        use GlobalRetoucheColor as fallback for draw object text edit
        
        (cherry picked from commit 85388f93f40c4cb36d2bb9103d5264f476c2afe6)
        
        Conflicts:
        	sw/source/core/layout/paintfrm.cxx
        
        Change-Id: Ic7db0f2cf25727baa47e0cfeca4655549a820a85

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [9b03a3688ff9c55293eccbb77dd24845c7fed6bf]

        fix mail merge launch
        
        Change-Id: I6604d1e626f83e6ac2203b7c80cd5b5b7d80181a

2013-10-11  Adam Co  <rattles2013@gmail.com>  [221643376f1bd5bd6be1738c0ea1b62fb646aaca]

        fdo#66399 - fix rendering of 'two lines in one'
        
        Change-Id: I0362714a270af47f1a0bd839f6ecbc257d5e088d
        Reviewed-on: https://gerrit.libreoffice.org/6187
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [22edbdf53cc22c6cd5bb1cff99508fe4f588f462]

        No need to support "prefix" in DllComponentLoader
        
        ...which is only used for extension components, and only while they are live-
        deployed into an soffice process and thus offloaded to an additional uno
        process (which never happens for bundled extensions), cf.
        cppuhelper::ServiceManager::loadImplementation
        (cppuhelper/source/servicemanager.cxx), and (at least non-bundled) extensions
        should never use the "prefix" feature anyway, cf.
        3bafe5f5f529f6539363c5a291dd13ef1e2cbbde "Extension shared library components
        must not use the 'prefix' feature."
        
        Change-Id: I19c4b71029eccf0c4f3d4481ea5f3542205f685e

2013-10-11  Michael Meeks  <michael.meeks@collabora.com>  [f1702566befe8771210194d767dbea0022d0eae3]

        fastparser: don't allocate uno::Sequences when we don't need to.
        
        Change-Id: Ic2fff8cabbc077b6fc9dabffd2c6fcf555152b11

2013-10-11  Michael Meeks  <michael.meeks@collabora.com>  [0489d6b7d36dff230aa9f440ae54eb60c3643662]

        remove redundant X11 linkage in toolkit.
        
        Change-Id: I73badeb7763da155296ff5bb673b36411e10791b

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [3bafe5f5f529f6539363c5a291dd13ef1e2cbbde]

        Extension shared library components must not use the "prefix" feature
        
        ...at least no non-bundled ones, see 9dfcee9266c9769153444cdcd4ab0e6e636c3eb6
        "Not being able to honor a 'prefix' is a rather hard error" and the description
        there how that can lead to a crash when using mysql-connector-ooo.oxt:  "'rm -rf
        instdir/*/share/extensions/mysql-connector-ooo', 'instdir/*/program/soffice
        workdir/*/Extension/mysql-connector.oxt', install the [extension] per-user, then
        'File - New - Database - Connect to an existing database: MySQL - Next >> -
        Connect directly - Next >> - Database name: foo - Server / Port - Server: bar -
        Next >> - Test Connection', crash."
        
        This is a partial revert of cd79d51420b90117d0f3e1d5f3cdf9187bd61b88 "prefix all
        component_getFactory methods."
        
        Change-Id: Ia7a6272eb0597e3b3bbf4ab333174b3232448539

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [284347b764ed9867c0ba15f5ac9b153030a104f0]

        Not being able to honor a "prefix" is a rather hard error
        
        It happens when an extension has just been live-deployed into the running
        soffice process and then trying to instantiate out-of-process in an additional
        uno process one of that extension's shared library components and that component
        ---erroneously---uses the "prefix" feature.  (Which can be reproduced with the
        mysql-connector-ooo.oxt extension, --enable-ext-mariadb-connector: "rm -rf
        instdir/*/share/extensions/mysql-connector-ooo", "instdir/*/program/soffice
        workdir/*/Extension/mysql-connector.oxt", install the per-user, then "File - New
        - Database - Connect to an existing database: MySQL - Next >> - Connect directly
        - Next >> - Database name: foo - Server / Port - Server: bar - Next >> - Test
        Connection", crash.)
        
        Change-Id: Ibab2ad31199eec5dc26ffa337a5e3e7490f782d7

2013-10-11  Eike Rathke  <erack@redhat.com>  [a0f368b657fbba47bd8015cc1c173f38b3f2e8a0]

        yes, placement of parentheses is important :-/
        
        Change-Id: I606efefada9529571e5a400da65592905200b987

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [c61891c096725cde7241ece415bf299ddb9e725f]

        [API CHANGE]: Drop SAL_PRGEXTENSION from <sal/config.h>
        
        It is unused in LO source code.
        
        It was not really clearly defined what it meant and what it could be used
        for. Its value was ".exe" for Windows and ".bin" for other platforms. But we
        do have a "soffice.bin" on Windows, too, corresponding exactly to the
        "soffice.bin" on Linux. On the other hand, on OS X we don't have any
        "soffice.bin", just a "soffice".
        
        Change-Id: Iceee19cc8768c5aaaeeb9bba34b9cde50073498b

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [521cf8fe4d953b8af72c666403f965d624dbfa99]

        loplugin if-body warning
        
        Change-Id: If19c06fafc6bdf121e72e49329c89839693297bf

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [1a56bda2aa8d1aea587aec8021e4380abf0effb3]

        Small fix for cross-compilation
        
        Change-Id: I5851af308193527a30eef1ded256f6b9ae69b260

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [7d879c775c3212193c4703ae57940630dad8800e]

        SCNR: #include cleanup
        
        Obviously just a question of personal taste, and we have no consensus
        here, and some say that <sal/config.h> should be included before any
        other LO headers, for instance. Oh well, if this commit breaks on some
        platform, please revert;)
        
        Change-Id: Ie02ec4e68b19961165608220f07808641d2e4fda

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [c7f7c954e0817de664344a620938a4e99ac7549c]

        Don't display menu unless HAVE_FEATURE_DESKTOP_GUI_ELEMENTS
        
        Idea from http://lists.freedesktop.org/archives/libreoffice/2013-July/054088.html .
        
        Sure, there must be tons of more code that should be ifdeffed for
        HAVE_FEATURE_DESKTOP_GUI_ELEMENTS.
        
        Change-Id: I1ef9ec749b795919c6e52e4f9e0a03bd0e874bc3

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [3a912a626f9f96b62a6c425292a25ec02280d926]

        Add a picture and a graphic
        
        Change-Id: Ic58a0c6302b4bdac892ba1d9d019ae5b6f98e27d

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [22bdb75a7a133c37b22b4a26b52f18f008ea44d4]

        Changes for iOS SDK 7.0
        
        When building for the iOS Simulator, the -mios-simulator-min-version
        switch should be used, not -mmacosx-version-min.
        
        Change-Id: Icaf184b99d6b6160786b7a9de2fe475251d244cf

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [23df408dec36acb6fb6e96de14874fc2a42b7268]

        Move C++ library check a bit earlier and use result
        
        Change-Id: I459308bbc0f957b11f3088e56cd21b4aeef9721a

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [09d246c82fa87a51e8c8100a3c37fcd32ea56e35]

        Use libc++ on iOS
        
        Change-Id: I722b28f0d432c051fbe3a55823bc64b8a86e9a17

2013-10-11  Tor Lillqvist  <tml@collabora.com>  [7f213aaae8f1ccb23f43852d7c22baf766685763]

        Use -fvisibility=hidden also for 3rd-party libs for iOS
        
        Change-Id: Ib2806d71f9c2dc18c64f2c92012eaa1c77ddd9d2

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [94c4a221556d27fd203a50396de5a3f02f00699e]

        loplugin if-body warnings
        
        Change-Id: Iea42dc54c6d3b81142939b920d932d4cf83dc6e1

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [0a0248f89048fb3d85696eddbbcb2c176bc468c5]

        Resolves: fdo#69467 nTxtLeft not compared in operator==
        
        so the maLRSpaceItem( 0, 0, 2000, 0, EE_PARA_OUTLLRSPACE )
        in sd is considered the same value as the default
        all 0 EE_PARA_OUTLLRSPACE.
        
        But why the change of the Which id triggers this apparently
        always there underlying problem needs further investigation
        
        Change-Id: I41ef93cf8992f2b5cc72ddb474c54525415657b4

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [3700700982f49d5e1dc599791517abc31c38dbf8]

        -Werror,-Wunused-variable
        
        Change-Id: Ie599ddddca533db3a626ab63a9d47e10d76a4a94

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [383ad54a25b97d4ae9c6fb76b92cb6fbaf8f1f0f]

        -Werror,-Wunused-variable
        
        Change-Id: Iac999c157d0d3fdb737bd2d92240e252cfb05333

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [5645564d9cf20bb54accceb5b6bcf4990e05f476]

        -Werror,-Wunused-variable
        
        Change-Id: I4727687b1f359ecf4eb8855b7894bf2a2047ba9d

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [e4274443340cc73695622dfa94fa09c32217a69e]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id8a5df0151fa07ca36fc84206501b94a3405b114

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [21055f014c2d98f9f57ee81da9c54a4218d45e0d]

        -Werror,-Wunused-variable
        
        Change-Id: Ia3e6da86b47099106c4be793a1477979d327a2b9

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [54ec8a9a718281968291da2c4ffee11da07f30c2]

        -Werror,-Wunused-variable
        
        Change-Id: I7777008aac6331d7598f496c4808ab34c73f814e

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [ac8c5ea6c4efec357a289a48fb129e29ceef19b2]

        Sort lists lexicographically
        
        Change-Id: I6e44e37d70be90e6cebaaa17e1ee5851b80c7722

2013-10-11  ptyl@cloudon.com  <ptyl@cloudon.com>  [da69a3ef5c395a3772a1c999aae5f172fc139d1e]

        iOS experimental app support for selection marking via long press gesture
        
        Change-Id: Ib7a71797a2dc967f9d8ddd60fdc10c78201a87c8
        Reviewed-on: https://gerrit.libreoffice.org/5911
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [0fa78319a8148cf1e0d200dac1cabbe7fdd47d3a]

        CID#1103760 uninitialized members
        
        Change-Id: I81cfd90640be41f0e09fdb38f765fcef77a59b6f

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [92407d540684c8b5953417b21742c7d94363ce1f]

        CID#1103767 uninitialized members
        
        Change-Id: I2b2a7728bf0a93cf3da033e8b1e1bfccdf6c1df2

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [1e9a71fed817eaae64ebe455d1644c917d082c95]

        CID#1103771 uninitialized members
        
        Change-Id: I3189f29d4632b8c04649dbded7250c1510e5b515

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [d22fb8a60881f96f0347b5eae6c67f056ddc53cc]

        CID#1103740 uninitialized value
        
        Change-Id: I2d10104277d8ad0781e3dd088d51d62fa759fe57

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [17605133e01c7a58d5e2f10c441bf67582ae4898]

        CID#1103774 avoid use after free
        
        Change-Id: I0cbe52bf48fb9a2611043c6c3e187b9db4414365

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [015c00b62f948920e7fc9eb280420cf2558b8fa8]

        -Werror,-Wunused-variable
        
        Change-Id: Ia49c97f3ccecf42852e21f0a3690352b9620e16c

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [2d30d16e1314883fdd02f0dda0a1115799320299]

        -Werror,-Wunused-variable
        
        Change-Id: I682b5d72c1785e8d8cb9c8bb42d4a0bab6db263e

2013-10-11  Stephan Bergmann  <sbergman@redhat.com>  [9f279e9902b07a07505fe7191e8b0a1d3db81c57]

        Simplify string literal concatenations
        
        Change-Id: Ibf5e9ed2716f2f22beb3b68ba7569b638f35a960

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [16be3d0737d87d5a0715dfdce52d38f1b588e450]

        CID#1103765 missing initialization
        
        Change-Id: I2c3781b30054662c21e4c1fa984e36c3898c5c3d

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [258d9fac7544f925c8250bad99b9554cc49578d5]

        CID#1103756 missing initialization
        
        Change-Id: I0a0dcf7a6009940854b3a6f8e26127c5868b5a55

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [51013801b055eeb1b5a60894be383e0c639ba059]

        CID#1103763 uninitialized member
        
        Change-Id: Ib6b003160a36e4dcdfab603def10c2731828806e

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [2f6b2cf6e91c973998256f2f7e6b801489915cab]

        CID#1103749 unintialized member
        
        Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25

2013-10-11  Jan Holesovsky  <kendy@collabora.com>  [ec3a4bfbf5a72b9814fb093b4300427855c161d1]

        Fix whitespace.
        
        Change-Id: I76acfa77eea862a1562521eea5160ed054f68650

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [77ba51a2dd1c37cce2ffb596f4544d9c8cfefeda]

        CID#1103695 avoid use of -1 here
        
        Change-Id: I7097d26f301fffa79d04fe4f26aeddb32223d62c

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [44fa08ed89f61add6ba6fb0eb1b5c243b53c350f]

        CID#1103679 calm coverity re invalid iterators
        
        Change-Id: Iad07aa59c6016752ec9467945d737380d214c3c0

2013-10-11  Caolán McNamara  <caolanm@redhat.com>  [88af59fa755505422958746fb321e15f50c99378]

        CID#1103719 leak on default: path
        
        Change-Id: I74a17da384499fb18f13d5caa04c356dfee71eff

2013-10-11  Armin Le Grand  <alg@apache.org>  [483ea555bfdde46dc581deaae5e782405de81a2e]

        Resolves: #i123405# Allow to not limit size to PageSize...
        
        when creating Metafile content
        
        (cherry picked from commit c4b76f0442c452693846a4c92970ba67f26f2226)
        
        Change-Id: I8536f4d55e422ad5550c1aaa311789ad31647611

2013-10-11  David Tardon  <dtardon@redhat.com>  [b506fcdf2477f68c34344346267543ca6a31da6e]

        install extensions using filelist
        
        Change-Id: I16dae6402d13d912830a02fbc3a7f8347e890bc7

2013-10-11  David Tardon  <dtardon@redhat.com>  [06293b051c9eb418ce0f5a6ee2f7dabafd78f98c]

        do not copy testing extensions to instdir
        
        Change-Id: Ibd2f18a8998b3e182d8d5b8af9c9f74a8ac00744

2013-10-11  David Tardon  <dtardon@redhat.com>  [2cddda124aad6ccce41367d44ec0d778727408f6]

        copy extensions to instdir
        
        Change-Id: I67c74295beab25120effdc9373c7d74f225e9d5b

2013-10-11  Eike Rathke  <erack@redhat.com>  [823278dd095d754d0f673ef140c36c9fa7ebeffd]

        resolved fdo#69948 honor a detected FilterName
        
        TypeDetection::queryTypeByDescriptor() adds the FilterName property to
        the MediaDescriptor, use that if present.
        
        Strangely enough the sequence returned by XNameAccess::getByName(sType)
        of the type detection contains an empty PreferredFilter value so that is
        useless in this scenario.
        
        Change-Id: I5cdc9fe71e35bdb7c511739c7f7728134941649a

2013-10-10  Tor Lillqvist  <tml@collabora.com>  [4192ac4a3af3a6ec5152b5fc967537945e749122]

        Fix typo in silly OSL_ENSURE warning text
        
        Sure, it would make more sense to print out some information that would
        actually help in finding out what's wrong...
        
        Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102

2013-10-10  Tor Lillqvist  <tml@collabora.com>  [1ca84e796751997a6b18893ae2cb969673bc0317]

        Propagate verbosity to (some) 3rd-party library builds
        
        In a verbose (if verbose or VERBOSE are non-empty) build, pass V=1 to some of
        the Automake-based external projects, to get verbose output from their builds.
        
        This is just a start, should check for all bundled libraries whether there is
        a simple way to make their build verbose.
        
        Change-Id: I470b3be7f43aaa09d5f7102da891f538799a3631

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [95e582de1dec6c7b98d498b158ab8a1f4813c24e]

        CID#1103720 make leak impossible
        
        Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf

2013-10-10  Thomas Arnhold  <thomas@arnhold.org>  [700883b34ebcdb77f398b4423f358bdf4648a853]

        html: Options need to be lowercase, too
        
        Because the lookup table (include/svtools/htmlkywd.hxx) is now lowercase.
        
        Change-Id: Ica0606eb1546f74d2b651a70adee8117c956d4e2
        Reviewed-on: https://gerrit.libreoffice.org/6193
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-10-10  Thomas Arnhold  <thomas@arnhold.org>  [39022b8b7de60b139a9d21991ae10593e1829e43]

        little String to OUString + documentation
        
        Change-Id: I982e44150fd2909da0571409f16051d79377d7a3
        Reviewed-on: https://gerrit.libreoffice.org/6192
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-10-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c18dc12f292a504b0a6f3d402cbfee77d64a40af]

        fix build with --enable-win-mozab-driver
        
        moving staticlibs to workdir broke it since
        520c7dc9e8860e506145e879182ca32853617097
        Instead of copying the unzipped libs to another directory,
        reference them from UnpackedTarball directory instead.
        
        Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377
        Reviewed-on: https://gerrit.libreoffice.org/6191
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-10  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [ddac824d9c109430f5caad05ca1d84cfcd599c4f]

        fdo#50118 use English add-in function names
        
        This patch sets the function names of add-in functions as set
        in the golbal configuration of LibreOffice ('Use English Function names')
        
        Changing this setting has not yet an immediate effect. (I'm still working on
        that, which is a hard nut to crack.) The add-in function names are set at
        start up of calc.
        
        Change-Id: I5fffd9edb09647c1bcd0c3f35ffa6ab69ef48589
        Reviewed-on: https://gerrit.libreoffice.org/6032
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [3ef5e2611197fe295c6b3521198390f9ad020f71]

        writerfilter: drop dead isBooleanDffOpt() in doctok
        
        Change-Id: I7be21f126eddc6e49649ea3370a7a181d976360b

2013-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [f4d50ca58143d4592e047cccace9e207448142fe]

        CID#704368 RtfAttributeOutput::ParaNumRule_Impl(): logically dead code
        
        Change-Id: I7dae57f890a32511bb00ae5a6e1741fb6701046e

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [463ba7b4d347c6fa0bcd1f01a49a18c7470a4ea0]

        CID#1103727 the intent is surely to compare nPos, nStart cannot be -1
        
        Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884

2013-10-10  Eike Rathke  <erack@redhat.com>  [b1caf176a44b6979d2e0ea47f495a3dacf86e197]

        fixed another "Out of bounds substring access"
        
        Introduced with 3c2a26c84e70fd996855181d319970e2230b2459
        Didn't have consequences here because the result was used to check for a
        "startsWith" condition which it wouldn't had matched anyway. However,
        use the real startsWith() now.
        
        Change-Id: Ia1d558fc106d9a2010ad41c30f7eb2a2a480c59b

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [541bb859332a790131ad3730fc87ec887266a18c]

        CID#1103666 check for NULL
        
        Change-Id: Idb8cf3c80422d38c271dc2cc8176ff231cf64025

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [97f864df4ecdeacb36eac694671ff2081242540e]

        CID#1103712 big element passed by value
        
        Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728

2013-10-10  Michael Stahl  <mstahl@redhat.com>  [de84cde075cf012037dbfecb88a757fd786ab04a]

        warning C4805 unsafe mix of type sal_Bool and type bool
        
        Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385

2013-10-10  Michael Stahl  <mstahl@redhat.com>  [01f27b5e5d428cc3c4aeabdcbbb8204494fbd435]

        sal: fix osl_setCommandArgs() on WNT
        
        ... was missing from 1acaa577b67158c060d2f57414f7aea86504a489.
        
        Change-Id: I9098f4587f1c201328abbbcfb34d42f09d2e8203

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [125655ae81b408369615c25f77475ca209e4c745]

        no need to include solar.hrc here
        
        Change-Id: Ib54df2162b92da92d1b9ba14185d0e7f837e7cab

2013-10-10  Eike Rathke  <erack@redhat.com>  [68568d78093c37e5848a19d5eabee163117f7625]

        fixed !!br0ken CSV import preview
        
        Regression introduced with 24c079605645cf29ba366ca39b7c1177da8b317f
        Previous String ctor accepted length > string length, whereas
        OUString::copy() does not.
        
        Change-Id: If51e6df4e236a59ab0302d2bb683ca8e6d148bd0

2013-10-10  Muthu Subramanian  <sumuthu@collabora.com>  [6ef291086aaaa4a6bb2d196d75826fef30dd58b8]

        Partially revert alpha handling.
        
        Spec talks about x% while documents seem to contain x*1000

2013-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e8bc6930972fb59cc22a74925071409fd50698e]

        SwNumRule::dumpAsXml: include IsAutoRule() and GetPoolFmtId() output
        
        Change-Id: I8f3fbe00f472d694a7b9ea31fd251101c9ad73e3

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [2bace4e9629cd0ee28ae6515bbceeef5c0b7ec1b]

        Adapt to C90
        
        Change-Id: I491ca9ccfc5622afcec163e75792aa03a3a24a4f

2013-10-10  Michael Stahl  <mstahl@redhat.com>  [1acaa577b67158c060d2f57414f7aea86504a489]

        sal: add special handling of argc==0 to osl_setCommandArgs()
        
        ... to set up a fake command line.  This is used from pyuno, when
        invoked from the "python" executable as "import uno".
        
        On WNT there is an API to get the actual command line, so just use that
        even in the "fake" case; on UNX just fake something up.
        
        Just for the record the whole osl_setCommandArgs() is called exactly once
        assumption should work out _unless_ there is a program that uses SAL_MAIN
        _and_ does a python-level "import uno" _before_ it wants to create a
        python-based UNO service (via pyuno_loader::CreateInstance), since
        pyuno already takes care to call Runtime::initialize() at most once.
        
        Change-Id: Ifd23de733ea3e6b694d46ab039b6aa4fd3e7fc1b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-10  Muthu Subramanian  <sumuthu@collabora.com>  [efbf0b412bc76149b410d0cd17c7040513d4c203]

        n#812793: clrChange applying for EMFs
        
        Also fixed alpha clrChanges.

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [215269e3031e31fd64e3aa38167875a042b8c80c]

        Silence some false Covertiy scan warnings about uninitialized members
        
        Change-Id: I5e1d870a60f4c0d4b805c615d0e3c958e856bf8c

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [acbe968ef0d40fb90e0f839e3e2702a43a0ae703]

        Minor improvements
        
        Change-Id: I1dfe57368f438087d6e6131d36128db4438792eb

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [668c627eb4e66208738d5acdecbcad106efa8252]

        Remove support for undocumented SOLAR_USER_RTL_TEXTENCODING env var
        
        ...introduced in 2001 with a Sun-internal bug ID as
        3b1d10acc297db493b1f4e1999f6ba71f72db7f1 and
        54007bb90c30469a5357c56056b8fdba3a233e24 "#84715# osl_getThreadTextEncoding
        first defaults to contents of environment variable SOLAR_USER_RTL_TEXTENCODING."
        
        Change-Id: I991b4777c27a24419bf066cf41b3c4545d0fa681

2013-10-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [5c79177089cd4038276f63577affa7c86dcaab38]

        sw: include SwNumRuleTbl in the doc model dump
        
        Change-Id: I385bce4562e4b94102b0758ca24853892b081ea1

2013-10-10  Muthu Subramanian  <sumuthu@collabora.com>  [3d0d0717e8afdeb398931d59b1ab337c43b7197c]

        n#812793: Reverting the workaround.

2013-10-10  Caolán McNamara  <caolanm@redhat.com>  [eb79c13a809c2edf99042b114ede512ebd4c2273]

        update local font.conf for Calibri/Carlito Cambria/Caladea
        
        Change-Id: I9391876f2b09750ad5f44483f489743581948d21

2013-10-10  Herbert Dürr  <hdu@apache.org>  [f63a40965ccf1db5c5efe5517e3d6bdad6d727a8]

        #i123456# add Caladea and Carlito as fallback fonts (cherry picked from commit c98566be40d6991467dde665af3eb0085d4ad80c)

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [62828c9e11e27a2a9b69a9ad0919279df9a10359]

        Make changes of interface method parameter names a hard failure
        
        ...instead of a warning, now that all the deliberate changes have been
        addressed.
        
        Change-Id: I6075a36a560bd68826c6840992eefb8f51b939ba

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [8a97f996b2a1526e69e32f39fd599aee25140efe]

        Adapt type_reference to fixes of illegal method parameter names
        
        ...UNOIDL identifiers starting with an underscore, or starting with a lowercase
        letter and containing an underscore, are invalid, so occurrences of those as
        method parameter names had been changed (even though changing them is strictly
        speaking incompatible, but correctness trumps compatibility here).
        
        Change-Id: I1cd2c32ff1486a13bf0218bcb7d3df5fc615ac01

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [2872cf80f2bc8758dfc82d081cc6c03a9564cfe6]

        Adapt type_reference to typo fix in method parameter name
        
        ...strictly speaking, such a change is incompatible, but in case of such a typo
        it is probably best to do the cosmetic change anyway.
        
        Change-Id: Ia4f773676addff5bfa64817ac724fa27c61b2a4b

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [ab02cebc9ae257bf1de4a2ab35c4508d246c6fb4]

        Change back method parameter name spellings
        
        ...changing them is deemed incompatible, so best avoid such cosmetic changes.
        
        Change-Id: Id57d38721a4f3b83933fa13c509c20eacb95f903

2013-10-10  Andras Timar  <andras.timar@collabora.com>  [ee83131e8bf27758c20392d78bac298cde1e5161]

        Updated core Project: dictionaries  f1a4ecab4b10fe7e5daadd6529516d5ffeba0fda

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [bf1284d34e3bf53179a1513265accc0c3f54337c]

        Keep type_reference/offapi.idl at backwards-compatibility reference status
        
        ...i.e., only change it to reflect cases where we deliberately became
        incompatible, do not change it to reflect compatible changes.  This reverts part
        of d567671196fccf20a350f3cbf210eef088fa7ce3 "fdo#57490 deprecate
        IsSpellCapitalization."
        
        Change-Id: I2ed58a1740cc22ef1ad4fdcbe04c4a0d2ef547bd

2013-10-10  Noel Grandin  <noel@peralex.com>  [7a558ee5fcc28bb463eb90bd8f92843e6471d7cb]

        convert sw/source/filter/ww1/*.hxx from String to OUString
        
        Change-Id: Id226b541caa7aee1d8ac9247833ee3c3c58fd3bc

2013-10-10  Noel Grandin  <noel@peralex.com>  [77022dca24b03644e7113b05c661c6887cd91e4c]

        convert sw/source/filter/ww8/*.hxx from String to OUString
        
        Change-Id: I8b26dcc671771f3a26c1270b94ef7e342074fa3c

2013-10-10  Noel Grandin  <noel@peralex.com>  [ecdce39037f8ee0fd660b0b1a7ecae3234380f2f]

        convert sw/source/ui/dbui/*.hxx from String to OUString
        
        Change-Id: I43deb5f70beddec6689a7e1cfb7d76e403b79819

2013-10-10  Noel Grandin  <noel@peralex.com>  [6d7f80a5ecafd7d7cbb32be968f17b472c7c8101]

        convert sw/source/ui/docvw/*.hxx from String to OUString
        
        Change-Id: I8b8437b4020d84402b6b16140b7c999e6c88efb1

2013-10-10  Noel Grandin  <noel@peralex.com>  [51c647cf744480db7ce1c450f6668727cc75d74b]

        convert sw/source/ui/envelp/*.hxx from String to OUString
        
        Change-Id: I5baacb469d5bee57908abda63834db8c312bf023

2013-10-10  Noel Grandin  <noel@peralex.com>  [4e0c84ae19a9633bc84953c0c3bc2b7a69e7c126]

        convert sw/source/ui/fldui/*.hxx from String to OUString
        
        Change-Id: I7c9e4fdd8f2edf1a7d9a566543571516544bb1c0

2013-10-10  Noel Grandin  <noel@peralex.com>  [c922898500efc1a67d39ac37815ebed2248a782c]

        convert sw/source/ui/inc/a*.hxx from String to OUString
        
        Change-Id: I6875504bd979addd5df2ece596a4f718ad491581

2013-10-10  Noel Grandin  <noel@peralex.com>  [51a30356dfd4ef3761feea155d81f9e32c83c954]

        convert sw/source/ui/inc/b*.hxx from String to OUString
        
        Change-Id: Ieddab9087988cf57470d9f881b3137992fa3dafb

2013-10-10  Noel Grandin  <noel@peralex.com>  [6b25dd2f914a7bdd4d39e21675fcedd049192b73]

        convert sw/source/ui/inc/c*.hxx from String to OUString
        
        Change-Id: I8b8c73a0ba9b1e40549c1832ed6ad5b630d4e620

2013-10-10  Noel Grandin  <noel@peralex.com>  [3acd7ab515ab6e97c9110b89d13136d94be5eef6]

        convert sw/source/ui/inc/d*.hxx from String to OUString
        
        Change-Id: I5ef0592411169884693d01dc497c53897c0b5928

2013-10-10  Noel Grandin  <noel@peralex.com>  [79f52d249fe043e6ec54be6ffa0c71a748920394]

        convert sw/source/ui/inc/e*.hxx from String to OUString
        
        Change-Id: I5303db6a8f99184bd4f90b53522b6696c4ce8eed

2013-10-10  Noel Grandin  <noel@peralex.com>  [0d68db266515b68f68c38fe60300ea963370bf59]

        convert sw/source/ui/inc/f*.hxx from String to OUString
        
        Change-Id: Ia4c5d157bab7cce5aaaa78bad48f5083bc3ff8c9

2013-10-10  Noel Grandin  <noel@peralex.com>  [e8d048259fbb2512816624782cce5e0d8a1740bc]

        convert sw/source/ui/inc/g*.hxx from String to OUString
        
        Change-Id: I612c4f99349eea8efceb5cd83a2533f478b74d39

2013-10-10  Noel Grandin  <noel@peralex.com>  [d57c0f799cf67d447071c20e95b466fa950e33f6]

        convert sw/source/ui/inc/i*.hxx from String to OUString
        
        Change-Id: Ib850538920015fe3ef410449ff67cd9b15ae47f4

2013-10-10  Noel Grandin  <noel@peralex.com>  [60d7c4b96dc9541c581946c9e1b2f0b5aeb2ea85]

        convert sw/source/ui/inc/l*.hxx from String to OUString
        
        Change-Id: I8566128d3e3271e926a7ff70b453365dfab1f62d

2013-10-10  Noel Grandin  <noel@peralex.com>  [dd211963a3644c2cb1bcbc24f6112b24e6a2a89d]

        convert sw/source/ui/inc/m*.hxx from String to OUString
        
        Change-Id: I4b625f4688977121d4de16fcdbd4327aad989134

2013-10-10  Noel Grandin  <noel@peralex.com>  [36191386f0903f2e8d7b01baf12525d32972b4c0]

        convert sw/source/ui/inc/n*.hxx from String to OUString
        
        Change-Id: Ic5d034cdc013910f932d1126204c362a269018b0

2013-10-10  Noel Grandin  <noel@peralex.com>  [a415487086dd9b372fedc327c2bb5e3824baa5dc]

        convert sw/source/ui/inc/o*.hxx from String to OUString
        
        Change-Id: Iabe90c2dc542c74c7bc890f6618c35d118ee10da

2013-10-10  Noel Grandin  <noel@peralex.com>  [23ab9a8c08b002d1551fbbe3a4bb3ec77b1c6875]

        convert sw/source/ui/inc/p*.hxx from String to OUString
        
        Change-Id: I030e7ef14657fd2e6d86627dbdd9f61146473d52

2013-10-10  Noel Grandin  <noel@peralex.com>  [e2af23343b8d2ac672827d3e7d8623fd7734fad6]

        convert sw/source/ui/inc/r*.hxx from String to OUString
        
        Change-Id: I276fdfe7ddd6cc0daa0ca7d6f51342fea718af8e

2013-10-10  Noel Grandin  <noel@peralex.com>  [04d442923914da298ec5730a89310c6b0d33acdc]

        convert sw/source/ui/inc/sr*.hxx from String to OUString
        
        Change-Id: Id4a329f6e4e93def20cf4346d77f4595edda8bbd

2013-10-10  Noel Grandin  <noel@peralex.com>  [3b5a0ea9bbbcee299cc0a20482671e0a13d8567c]

        convert sw/source/ui/inc/sw*.hxx from String to OUString
        
        Change-Id: I75ee55f9a8e2b7036621adbee40b92f29029f366

2013-10-10  Noel Grandin  <noel@peralex.com>  [5126dd89a2f1e8934cee8e654239e989ba1c143c]

        convert sw/source/ui/inc/t*.hxx from String to OUString
        
        Change-Id: I5fa8a7af4a869998af19509a132a4cb67716097b

2013-10-10  Noel Grandin  <noel@peralex.com>  [5da5b52634d3452c16b733394bffb03cecd4cdd6]

        convert sw/source/ui/inc/ui*.hxx from String to OUString
        
        Change-Id: I2c9844d1a31d058fadc81c8ff935ce2d75f25ad1

2013-10-10  Noel Grandin  <noel@peralex.com>  [2d5ba868d16661221075b4fc919174ab97dbfb80]

        convert sw/source/ui/inc/uno*.hxx from String to OUString
        
        Change-Id: I7f6b4a29655390356aef9c6045590ee00c0fed4f

2013-10-10  Noel Grandin  <noel@peralex.com>  [066f564990398399b58e083efb260eac93121920]

        convert sw/source/ui/inc/view.hxx from String to OUString
        
        Change-Id: Id0f752b5c652e24b0a011c6fe69cba81c1e64b47

2013-10-10  Noel Grandin  <noel@peralex.com>  [6ada84236a211d77ec064b0bfdd8570cb10216e3]

        convert sw/source/ui/inc/w*.hxx from String to OUString
        
        and remove a couple of dead method definitions
        
        Change-Id: Iaab20bd367e0387a1aafa656aee3bd78705cd64b

2013-10-10  Noel Grandin  <noel@peralex.com>  [9fffa618a967a1f196619e7ae0c22cc15ba6a648]

        convert sc/source/ui/inc/zoomctrl.hxx from String to OUString
        
        Change-Id: I60278f22fd2c4e39c860a4257e1847b3c8ac4f40

2013-10-10  Noel Grandin  <noel@peralex.com>  [a31990445829bc15884b846d93826a4bc8a1a539]

        convert sw/source/ui/misc/impfnote.hxx from String to OUString
        
        Change-Id: I7a8157d6f4cffaf7b9dcb620fbc4fe034decbd9d

2013-10-10  Tor Lillqvist  <tml@collabora.com>  [d79f3e6ff03722db0dd082aecc3e3e6e29cfbb4f]

        Normalize ENABLE_VALGRIND: TRUE or empty
        
        Change-Id: I21521d1d7e4a139a1ea0c3f4fe6c51b4637c595f

2013-10-10  Tor Lillqvist  <tml@collabora.com>  [85f5f2301d2efaa3246d7dde87c5e3a969711140]

        Untabify
        
        Change-Id: I8cd9246f9f8866ebbf19455b00cfadee5db8354a

2013-10-10  Tor Lillqvist  <tml@collabora.com>  [46ddcbbe2a4b2e97770f2c962c6450a48f539cd9]

        Normalize ENABLE_PDFIMPORT: TRUE or empty
        
        Change-Id: I962b37757dbf3569df73e70ae2d7c666d7cdf43e

2013-10-10  Muthu Subramanian  <sumuthu@collabora.com>  [cd40d2ba9e8ed17cc870606b17ac2dffceb2813d]

        n#819614: Lines running off the screens.
        
        Also fixed the test cases.

2013-10-10  Stephan Bergmann  <sbergman@redhat.com>  [5c8bd197242b2760d9d84e7f8888e84fae9300f4]

        -Werror,-Wunused-variable
        
        Change-Id: Icb0e2b1bd7dabc14a3dce9e70ea5e7ef870484e8

2013-10-10  Michael Stahl  <mstahl@redhat.com>  [aa3b39b0bd65158ec3156e0a1391973507ebd19e]

        unographic::GraphicProvider: lock SolarMutex as needed
        
        ... thanks to bug report from David O.
        
        Change-Id: I7a72c36848a110fe7487c85c7720990d3c1e14de

2013-10-09  Michael Stahl  <mstahl@redhat.com>  [566bdd3a4dfc69431460ae04700d4b2aa9910eb6]

        warning C4805 unsafe mix of type sal_Bool and type bool
        
        Change-Id: I9e6c8ab9e2c113ec0f207a2f96e34c0fcdb70a62

2013-10-09  Armin Le Grand  <alg@apache.org>  [668730fbdd1ccf9a23d0a55361d019ca9e58ff39]

        Resolves: #i123359# need to call SdrEndTextEdit before...
        
        manipulating objects at model/view
        
        (cherry picked from commit b5e8564995cd92e19cadcf8a6e9151be3efeeff4)
        
        Change-Id: Ie282370c7fc2dea4f9d59d85aac742b41d7c4541

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [57a28dc9556b4e6fff337e0eb9d0d8abc5223161]

        Fail fast at least in debug builds
        
        Change-Id: I266d5cf5b98827617f7ed65c94a772e28808f386

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [34e951bd7284d2e771c279e3adc3899d191fdad0]

        More OUString::copy out-of-bounds fixes
        
        Change-Id: I45762d167d04252e32155a7b23a3290688bccdf6

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [f58ee783eebf74108c1c1dd5f24e6abaa19c4f09]

        Improve ErrorCodeIOException messages
        
        ...and clean up some includes.
        
        Change-Id: Ia5843cd38f967722d7173a6c87fba26064e3ffd6

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [669655d146ea87db2df28125b02bcfdfe4ef61d7]

        Improve error reporting
        
        Change-Id: I43df9a5458cb87145a3492e1a0c97ceb8c8a3b90

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [9c489f7fe0fd81fd2d293c1cb7c7d4874f434568]

        Use rtl::OUString::startsWithIgnoreAsciiCase
        
        Change-Id: I889a072bd96b6076966e3aad84e39d3491618912

2013-10-09  Thorsten Behrens  <tbehrens@suse.com>  [528391f3c98e3ea809134ba2b9c60bb62e929c47]

        Resuscitate old vcl unit tests.
        
        Needs a deleted canvastools method, move code into more idiomatic
        vcl/qa place, adapt to new unit test framework.
        
        Change-Id: Iddb9c2249673b4d580e46a1d72029be0a8c4d9ba

2013-10-09  Thorsten Behrens  <thb@documentfoundation.org>  [7727b9e88d0498dfb800354debaf889c8cf63bd7]

        oglcanvas: OUString cleanup
        
        Change-Id: If37ea29ba239c0affd8e5777c82db755ee03f1c2

2013-10-09  Jan Holesovsky  <kendy@collabora.com>  [8996ab35db7ae98e63b7735e8f172da3d9e48af0]

        Kill PropertyDefinition; use PropValue instead.
        
        PropertyDefinition was introduced long ago, probably in order not to have to
        touch larger amount of code when it turned out that it was necessary to store
        more information in PropertyMap - otherwise even then it was more logical to
        extend the value from uno::Any only to some structure.
        
        PropertyMap's API itself is quite non-convenient, it is half-way between
        direct access to the std::map it is derived from, and something built on top
        of that.
        
        In the long run I believe we want to make _PropertyMap member of PropertyMap,
        not an ancestor, and change the API; if anybody cares enough, that is ;-)
        
        Change-Id: Ib8e9bfc4561f003b78ab6ce6620722e251f661d6

2013-10-09  Michael Stahl  <mstahl@redhat.com>  [f011a5c5071ed4a60f0ee7117608b72cecbb958d]

        fdo#70143: fix SwDoc::ReplaceRangeImpl() a bit more
        
        Fixes regex replace of "$" with nothing (to delete line
        breaks).
        
        Change-Id: If7ec1e5f524f7bb308a2949ace16cb8aa6989106

2013-10-09  Michael Stahl  <mstahl@redhat.com>  [2386a92c1e6e8ec263edb4dc4fdcfeaa4673ce1f]

        pyuno: set up fake command line in getComponentContext()
        
        Easy to trigger the assert in osl_getCommandArgCount(), just
        run instdir/*/program/python and "import unohelper".
        
        Avoid that by setting up a fake command line, hopefully
        nobody expects to be able to give relevant args to python...
        
        Change-Id: I0df6c23d6ecbb3c2bce81a9d5bcecdcb1729ddbb

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [d703c8f64c6cd650bb753cf1f6f39b3e81f06a41]

        rtl::OUString::copy needs to check for out-of-bounds
        
        ...regression introduced by 5089bdb234a93bcb62b597c18b8ab66048246b13 "Related: fdo#38838 remove UniString::EqualsAscii"
        
        Change-Id: I1d2b78122592a57fe740e36d7811d563edf1e2c4

2013-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [cf7849bb405b69791b237396d625aaf83f69acc4]

        writerfilter: remove last unused DFFOPT definitions in doctok
        
        Change-Id: I8a989f4a4faab3e611d4a04ef5a00ac4921d2f7c

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [8254648828e4f4d65a0516e160e5732f3d85765a]

        CID#736174 yikes, sizeof(char[]) includes 0, so 4 not 3
        
        Change-Id: Ia54ecab9e08485ebffe98dc064f328360c17a120

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [333ec5789a01dfc165598ade66de518132c64865]

        CID#736180 out of bounds
        
        Change-Id: I2e775a49a1c852053e3c7996381f20d3eda1189c

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [894dac7b8c85e041d609fc91b89bf3bc01edf82a]

        CID736196 out of bounds
        
        Change-Id: Iaf9774c84f9ffe1a3d8fcd64c9ce950aacb317ba

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [9692c7d285f85dd8a90cf156ff212969bc79135b]

        CID#736197 out of bounds
        
        Change-Id: I9b105926b812e4341700d87d77288fe429beda53

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [540e817e7b59953d1036cdbdf1c47358b6ed98be]

        CID#736198 out of bounds
        
        Change-Id: Idb564e9e2d3d8a8d23ff2c3065c8368c558e3069

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [6dd4cfeeca9e8a790904d5e06a0ad14919d98fc5]

        CID#736199 out of bounds
        
        Change-Id: I77123f6641dc1166820e3e9da583b331af53641d

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [a6baaa652a591c6aa5b2f86ce1908191c5be2c50]

        CID#736200 out of bounds
        
        Change-Id: I8ef64d3eac9430fba5b5eef55b8391f351225f2e

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [125f9bb308059696af5452c34eea1e8ee6af638c]

        CID#736201 out of bounds
        
        Change-Id: Id8e4fe4b303c34d83e47b9b3e78081ceaec730b5

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [ee93bc1cc196b4c88dfabf10b161f725ee917ace]

        CID#736202 out of bounds
        
        Change-Id: I37bf129c3f60b602081f6bf94e99de9a2e63152b

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [b40d092b960648b3a0af388e4813d977e5284427]

        CID#736203 out of bounds access
        
        Change-Id: I4db4e241b6b2348a48536a7dd0f1aecbf04cb675

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [49325659ca66958c2063c491e03b731cf1c53798]

        CID#736205 out of bounds access
        
        and CID#736204
        
        Change-Id: I5bfb7101c3e330958a3c883ce3c8114781f7e033

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [293890e0d07d0f28cd10bfe7c2bf53865dbfb1fc]

        CID#736504 memleak
        
        and CID#736503
        
        Change-Id: Id70f081f809b6fae82ecf5869f0e14a621393525

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [d47ce6b69b32ea5c6971069bb9ee2a132e35fe3f]

        CID#736509 memleaks on early exit
        
        also CID#736508
        
        Change-Id: If3df76d6ff797224fe4214938e50ab624c0617da

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [4bcdaabecf2b91eac322047183d0fd10771dd643]

        CID#736516 memleaks on early exit
        
        Change-Id: I125735e593b26894d3abe34e662ffaf8d585fe6b

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [fd4d263d2d3af206af613b118e352e47dea8e8db]

        CID#738544 unitialized member
        
        Change-Id: I4f2342776467594f3512af624a653a9b827a0afe

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [84cbee6029107bd879b078858519aab6f93b55af]

        CID#705759 why such an obvious mem leak here
        
        Change-Id: I88cc0b371df9c827917a408c1bcc9a14e752a20f

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [dc76fc4eda2a67a7e877216171f96514d46baa14]

        CID#707521 unintialized member
        
        Change-Id: Ieb4417ae89718d8c5e9abf77cb3e1830c080ae4e

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [dd0999570a467582a577f99fca01e181895fb7b3]

        CID#707522 uninitialized member
        
        Change-Id: Iaadc8ea9f14dc2596f252e2f06a1613e6080f9ff

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [2fb8d40bac26c3555b6db0bbba5b50a68957f075]

        fix string
        
        Change-Id: I3116dbf41b5672bb90c255b22403c8ce0ff57265

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [d63a69a087c9c7641e28e2002d7ad56076d08ca1]

        fix string
        
        Change-Id: Ibd3598f1d053605dd7dab2fd08896ab4dbd25add

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [43e01ae9700fafab5441a61be088554737ce5437]

        fix string
        
        Change-Id: Id441395365d3cb6f598760042d5e54e905783b91

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [ae95703819348938bf9e44bd635365e3e48cd05d]

        Related: fdo#38838 remove UniString::SetToken & UniString::SearchAscii
        
        Change-Id: I5219578fbeb40a0fe363f03c64021a83f7e505fb

2013-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [36c1239ae14ab7861f89db8efef121d0b1448636]

        OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: Id040721f5e41062605e635cb0f1e5b4c724052a3

2013-10-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2b91dc3ae674648da6909b0ab96129a7d7d3ed39]

        fdo#54938: Adapt connectivity module to use cppu::supportsService
        
        Change-Id: I885b4c7a60ff51d44138c4f8a56a584c38a9804a
        Reviewed-on: https://gerrit.libreoffice.org/6172
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [fdba797bd9c2a3fe4de82f92c3ee815c15f8ac84]

        These constants are needed also for some code inside HAVE_FEATURE_DESKTOP
        
        Change-Id: I3c87ac7a4696bee732fdb2bb9120ac3d50e9e664

2013-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [49279e759cd9d6a6136e26f08a260bc3daa3dd86]

        sw: include SwNumRule in doc model xml dump
        
        Change-Id: I1f3ef757f76c88243c4be1f1a86042040eb524e8

2013-10-09  ptyl@cloudon.com  <ptyl@cloudon.com>  [4e7495ac2cb6b015ad492def45fd24f4ba0f54f8]

        Fix for iOS scroll by pixels, and pinch to zoom
        
        Minor further changes by tml to match the coding style of surrounding
        code mainly.
        
        Change-Id: Ied6087a264f1c6b00763ea36fba9808329afede4
        Reviewed-on: https://gerrit.libreoffice.org/5742
        Tested-by: Tor Lillqvist <tml@collabora.com>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [ff3b823ef4b867263711703fab596584314e4f58]

        Fix for !HAVE_FEATURE_OPENCL
        
        Change-Id: I98cc2819e5de88cdce235735518b64193610fdc6

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [d9c5452a15510b81edc59605ca234b8f61d478e7]

        ENABLE_OPENCL should be TRUE or empty
        
        Should make the Android tinderboxes happy.
        
        Change-Id: Idf33106514a1d0e34566d76d97d689e7543eda3c

2013-10-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [cb1c2d1482d9eae7665d82fc7560ca1b75707da2]

        fdo#63866 Remove checkbox also for new separators
        
        Change-Id: I2894b7ffc186836890ab7b8117e2c7ca43bd21be
        Reviewed-on: https://gerrit.libreoffice.org/6087
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-09  Jan Holesovsky  <kendy@collabora.com>  [33e97347ac5b1a3206ddcc2c8313c7e88461bb0b]

        DOCX export: Write contextualSpacing only if it takes place.
        
        Change-Id: Ibc5783aeea8bcdc05c14054fa10c43a0c98c2159

2013-10-09  Jan Holesovsky  <kendy@collabora.com>  [0f646b9098511c2dd7e635d35a80056a9a47d37f]

        DOCX export: Enhance the style inheritance unit test for docDefaults.
        
        Change-Id: I839cbd6b3499f77867f993ece9f764db8f1c18c3

2013-10-09  Jan Holesovsky  <kendy@collabora.com>  [d4ee91e37b7aebbf85044d7dfd22896dd44071a4]

        DOCX export: Output the paragraph properties in docDefaults too.
        
        Change-Id: Ie5fc89d24cfff021e362811f3d2eed8608107767

2013-10-09  Jan Holesovsky  <kendy@collabora.com>  [b7e0d49dcd757fde9a634246a6b3ce46d6f75e79]

        Improve readability.
        
        Change-Id: I7527acd4b99b3b2a911532adb85b2a082c6569b7

2013-10-09  Thomas Arnhold  <thomas@arnhold.org>  [d567671196fccf20a350f3cbf210eef088fa7ce3]

        fdo#57490 deprecate IsSpellCapitalization
        
        Change-Id: Ifd7131fd91536fd04ae1c8ab3fc5959b8070ad5c
        Reviewed-on: https://gerrit.libreoffice.org/6140
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7493956f7b8dd0deee244826d2ce936f417e34c5]

        fix building debs with epm (find libgetuid.so in instdir)
        
        70c35265f517ef372cb739d4cc64499abf57a838 and
        f89cce877cc0480e00ee226780dec887f9d0063a moved most stuff to instdir,
        but forgot about epm and deb-builds. libgetuid.so that is needed to
        build the debs is in instdir/ure/lib, but that wasn't added to the list
        of include paths.
        
        Change-Id: Iaf3f8cb2f6329dd66fe9f3862fd71f2037813d97
        Reviewed-on: https://gerrit.libreoffice.org/6142
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [69c842a4f3cd274c62b0539eb2bcbd3c0cc8879c]

        update unusedcode list
        
        Change-Id: I201985753fc53f037807e7870c6786a442717d6e

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [5089bdb234a93bcb62b597c18b8ab66048246b13]

        Related: fdo#38838 remove UniString::EqualsAscii
        
        Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [0ba03a38f022ca8d3705ae1370bb1d739e1e973f]

        stray ' in string
        
        regression since 55a15541a17e5c9b49039b0db31473ab81c2456b
        
        Change-Id: I9c5853061eef5befba7644ea0ca05b7751addc6c

2013-10-09  Caolán McNamara  <caolanm@redhat.com>  [42849b8e9048c52f05bff352a0691389fe495e96]

        extend callanalyse to instdir
        
        Change-Id: Iee5c5ae3751d57c39e3dd1bcd1073a0e722bf575

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [143bb92761f54cb7b8e41e5ac83bd274d4f7079b]

        Make CalcFocusRect look right
        
        ...at least for its (only, it appears) uses at the left of the "Insert -
        Hyperlink" dialog and at the left of a Database window.  As aBmpRect and
        aTextRect never extend aBoundRect (and aTextRect always leaving a gap left and
        right towards aBoundRect, it appears, with the text abbreviated with an ellipsis
        if it would be too wide), there should be no need to eventually adjust "the
        focus rectangle [to] not touch the text," and for calculating the top of the
        focus rect aBoundRect can be used just as well as aBmpRect.  (Though for
        calculating the bottom, aBoundRect apparently stretches "too far" compareed to
        aTextRect; whatever...  The offsets look somewhat "magic" anyway, but appear to
        produce the desired visual results.)
        
        Change-Id: Ic324561294fb6172c0d02a697fc261717e01c87c
        Reviewed-on: https://gerrit.libreoffice.org/6165
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-10-09  Arnaud Versini  <arnaud.versini@libreoffice.org>  [9685d20f2a0526a4c454cea1bd947eccbaeefa84]

        Fix fdo#70143 by reporting swaping of positions
        
        (regression from 6b08fe833186a04f9aef698a540d3a7493ac4519,
        which changed SwUndoReplace::Impl::SetEnd to use the wrongly set end
        position in rPam)
        
        Change-Id: I14c6f58bc5c1418c69eb565d42f1829856eed58c

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [88fd07d5404ec10fc52373441e67156ea3aea9d3]

        Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't fail
        
        In some (all?) Python unit tests (or subsequentchecks?)
        osl_getCommandArgCount() gets called even if osl_setCommandArgs() hasn't been
        called, sigh.
        
        Change-Id: I53ba20806da3168182fd2011397fd29e549869dc

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [9c5a34edeee63c4d512bb47d116313469bba960d]

        Use SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP
        
        Change-Id: I01e2067b4e410809be1278ab709a374d9a0ce314

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [fe8ef98e2c1611a72bd2840cd08dc101f25b1cd3]

        Use assertions to ensure proper use of the osl command line arg API
        
        Stephan says: I don't buy that argument of making things less fragile;
        IMO it's that "defensive programming" approach gone wrong, where you
        add complexity to mitigate a problem's effects in one place, instead
        of fixing the problem itself in the real place. [...] The better
        robustification is probably to turn the OSL_TRACE in
        osl_getCommandArgCount (sal/osl/unx/process_impl.cxx) into something
        stronger like SAL_WARN, assert, or std::abort
        
        Change-Id: I3ba6684b4921eb67c2f4534e29e33056e8a891b3

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [45ffc53a905aa4b4890d862a070a2d6e9bce8546]

        Revert "Don't ignore -env: command line parameters in some cases"
        
        This was the wrong way to fix the problem. The root cause was a static
        initialiser in the OpenCL code, and that code should not even have been
        built for iOS.
        
        This reverts commit 261f1439e5516f6d60317a675d261af330a9a74c.

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [8fe9a68f1a10f9bca66c8b959337fd2a522a2f26]

        Update comment to match reality
        
        Change-Id: I859ebb6e97a935d6e47a5269253165114fd90a1b

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [6d41b096e6a83a567a940884c3c8168682f70a26]

        OpenCL is not available for iOS or Android
        
        Change-Id: Iac0cd17dfa0544ec686120d50a6cfdb70336e042

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [8d924919e021f7f24c06296529a71f8d8ee218fd]

        Fix for C++03, and const-improve
        
        Change-Id: I9d7c9bf832863c4b4776c7881ab7e44ab5df9607

2013-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [60535ebcb4b341b633b06ac1843e976630b9a5ba]

        DOCX filter: test CT_LatentStyles and CT_LsdException
        
        Change-Id: I343b1d83db8e7538fcb5276a8701b51fe64a2a67

2013-10-09  Andras Timar  <andras.timar@collabora.com>  [c7d267d4c1d75ae47358f58dde2eaeb29182ef2b]

        fdo»67074 push the localized macinstall.ulf to solver
        
        Change-Id: I0c7ed3d5bbad93adeba6175f0a9789fcb8ec3d3f

2013-10-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [fb3502396382d7aa6063e9f6a0227fdc9bbf5bf4]

        DOCX export of CT_LatentStyles and CT_LsdException
        
        Change-Id: I32a594464c71215ee7557823aadaa72b8b72b4e2

2013-10-09  Stephan Bergmann  <sbergman@redhat.com>  [57a8f39ba6e351a037e03f95f9ad49e26b34856b]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id9bd1fd6212eaa99c2e9efff6ea5d1d8c141f627

2013-10-09  Tor Lillqvist  <tml@collabora.com>  [51a73ca7274993af520acf683bb6b7686e48c976]

        Remove unused file
        
        Change-Id: I249c3a157c7d6924f89e88853f6f63860ed2ff18

2013-10-09  Andras Timar  <andras.timar@collabora.com>  [169cbb6a1266754c4e925d064f10227b4e9fde87]

        fix path of l10ntools in localize (solver has gone)
        
        Change-Id: I759b22ca0f5bf7e3405572088d79263dd978f43c

2013-10-09  Andras Timar  <andras.timar@collabora.com>  [bd7c6dc542852418e033be28b9d433b58feab9be]

        Updated core Project: help  0168bad31cf97541695bffec867e078d76abf352

2013-10-09  Julien Nabet  <serval2412@yahoo.fr>  [d73acee01885fae5465fa9c7c1d88be683d60e98]

        silent deprecated: atk_focus_tracker_notify
        
        Change-Id: Ibff239592b517f8ba2ccd0649184e36f95cf1c2d

2013-10-08  Armin Le Grand  <alg@apache.org>  [fdbe65e7a551e3935fc4c68145152f02e622a99d]

        Resolves: #i119056# Added direct refreshes for objects dependent...
        
        on HeaderFooterSettings
        
        (cherry picked from commit b94437b6dfe60904f9c89608c15ed55dc3ce277d)
        
        Change-Id: I4e21876f83fc160883c0ffdee5941ee7488e35c8

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [728c9d5f0d1335e160de43bd3f73b2a3168e8fcc]

        CID#982700 silence coverity
        
        Change-Id: I01fddeeca503ebc045c2f0e53c5917e6218e9d6e

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [daef8b82d00bbe823f711f73895ef422376a2f95]

        CID#1038507 calm coverity nerves about a double free
        
        Change-Id: Idc1c8e93ecdf7b2992bf08d54f2f63d337bea7eb

2013-10-08  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [c8ef7a4fbeb15e774f30c2e800247c7fc283cb0e]

        Updated core Project: help  ba93fcc5c4e7236ff5ea4137e0d9ed86a2337ac4
        
        Correct typo in function DDE in Calc
        
        Server "Soffice" must be only lowercase as used in examples
        
        Change-Id: Ia1cb2908f6e1b3ba7c567345a0f258bc8fccd23d
        Reviewed-on: https://gerrit.libreoffice.org/6157
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [9d12e361d709d263cd59fdba93b5a0d6e274eb76]

        break
        
        Change-Id: I7638de1d9993cf6f98e7f46cc934ec891c1d4553

2013-10-08  Tor Lillqvist  <tml@collabora.com>  [316ecfbfbda63f354b80d7f1ccd29d973fb8c6a9]

        Depend on more libraries
        
        Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2

2013-10-08  tsahi glik  <tsahi.glik@cloudon.com>  [91caa3dbe222498bd17b02ab6390187d7553d1d1]

        Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logic
        
        Change-Id: Ic6b94e8f01c0151741626f8b50d69597cc401852
        Reviewed-on: https://gerrit.libreoffice.org/6155
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3786609a153b7fa38393eb646557d241af2d3060]

        No more getIdentifier*() calls because they are not efficient.
        
        They shall never be used.
        
        Change-Id: I019c88b1511a67175d782777cd41e0ec0434f497

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a7ff6e0a3fc5fccad33f06ae9d4ec7019f9ae156]

        Support for passing non-double formula results from group interpreter.
        
        Change-Id: I1cbe6b32d8a9b86a575e9806802f7a2a45eee873

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b4e68fddc9b259ad89505a5c4ad287b1b31f1e8]

        Add VLOOKUP to the list of functions we support for group calculation.
        
        Change-Id: I2a440b881af14076928e97918bdc5508804ff0ee

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [25bb77cd3f4431cdff9ef798976f55b8505c979f]

        Turns out we are not using OpenCL here in the existing interpreter.
        
        Change-Id: I4d511ef8099b5d7fcff07adf401901c9ee089ad3

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6cfaf9b3d3194d850b52993d2f0e3dcf8e4e5bce]

        Let's not do this.
        
        Change-Id: I93fe9f8c5edbfb08b78b6694771db2dd18d8868c

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [165a61190f103d0227f57a3f19afa144604155a9]

        Handle edit text cells here as well as the string cells.
        
        Change-Id: I46934341dbde93d963764152f663c4d2d310bea0

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83998b79f694fc513cb8e6d01f2e40afeb39d17b]

        Get the string ID's for case insensitive comparisons.
        
        If we ever need to use this for case sensitive comparisons, we'll have to
        find a way to conditionalize it.
        
        Change-Id: Ibb862c4700d2fb660570fc80a80a03eed1d556c3

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [148ee8f8dfeaf5e84c36017f25e78f59b662bbe6]

        Rename GetCellStringPool() to GetSharedStringPool().
        
        Change-Id: I99d373f7887424bb103cff60d53f5cd8ce337ef7

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [10579fcdbfe7873affaecffb09b13fa97a4c6b23]

        Use the document's string pool rather than a separate one for the formula.
        
        Change-Id: Id13bca1ed493328fb0b8a664275af8c98e3f46c8

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [543dfbad46ae0e67636a92af677dd9c3258fac84]

        Unused methods.
        
        Change-Id: I8e70d2c730f0d8fa43a4270fddeca431bd7a5048

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [658fc68d574bd49b8b233ad5ed886758e290b3aa]

        Store svl::SharedString in document cell storage instead of OUString.
        
        With this, both ScColumn and ScMatrix store svl::SharedString as their
        string values, instead of OUString.
        
        Change-Id: I3faece94d98f774881fd72b3ed5f6143504cd350

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ee8fad644e28d1e298afb7c6eed4d454617e7dc7]

        ContentInfo to store svl::SharedString instead of OUString.
        
        Change-Id: I633e3bb633317eeb61cd804faf20e79312f569f7

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [80df5277585d69be5c3d5f32184db94831113f95]

        Avoid exposing aText; encapsulate it.
        
        Change-Id: I7f6ba0735830b55e35b7e352a5e31fdda47a8dfb

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f4bda54cdaf13cf96ff7c9327036568825c8c323]

        Re-implement interning in order to return both string arrays.
        
        One is for the cased string and the other one for the non-cased one.
        
        Change-Id: I798687f2efecaaea73a09e0b3348f85a9d9e8c07

2013-10-08  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ddcbf4b2fddbb1bad2da05fc6ced1046493d058]

        Slight optimization when copying OUString.
        
        Change-Id: If934e18c0fd68d89d838ca9717aa2e4616bc3b6a

2013-10-08  Michael Stahl  <mstahl@redhat.com>  [91159b1c31a7fd474ba0b97828f593604790ce3c]

        fdo#70201: sw: eliminate no-extent RSID-only AUTOFMT hints
        
        These are already filtered out in SwpHints::TryInsertHint(), but they
        can be produced by a SwTxtNode::Update() following some deletion like in
        SwTxtNode::ReplaceText() (or maybe CutImpl() and RstAttr() too?).
        
        So in order to prevent SwHistorySetTxt being created for these,
        filter them out in SwpHints::MergePortions(), which has the advantage
        that it's one location to change; probably filtering in Update() and
        RstAttr() both would work too.
        
        (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291)
        
        Change-Id: I597a9ab290dcc3fb1b624dd2dca241c462acf256

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [2541f60615ebbdebeab870625817a1f4d8ad1682]

        writerfilter: drop unused WW8OutputWithDepth
        
        Change-Id: I7526953ba1f4d95cb550be13df6616cb6046e518

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [e25eb1e062a0b30f9b95bd8168a712a5274083fd]

        writerfilter: drop some more remaining unused DFFOPT definitions
        
        Change-Id: Ie8efc727ef903c0f578e774a03385d3e9422b80c

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [12dc49dc60c50d83eae7137e06a3d61766b04bef]

        writerfilter: drop some remaining unused DFFOPT definitions
        
        Change-Id: I7fb12f9f612ab55a5b41e24dcd1952dbfbaa6ad4

2013-10-08  Lionel Elie Mamane  <lionel@mamane.lu>  [0089d3ae9442f26695ae742f5fbdeeaf698861f2]

        fdo#62994 reportbuilder survive empty formula
        
        Change-Id: I1da053871d107730ad9a135deb48313d8a877d89

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [76232a90b969bdb8664cb1ec238e8c4db92620ca]

        writerfilter: drop more unused DFFOPT definition
        
        Change-Id: Ia06a2436fd7d13c544cdf78bbd6bdb0d0c0f900e

2013-10-08  Tor Lillqvist  <tml@collabora.com>  [261f1439e5516f6d60317a675d261af330a9a74c]

        Don't ignore -env: command line parameters in some cases
        
        Happened at least in the experimental iOS app.
        
        Change-Id: I725dde2f40ae9e64406e7a1b1dd5dc0da0a9ebd4

2013-10-08  Tor Lillqvist  <tml@collabora.com>  [0ef3218911ee843c0b2eb639669050d2dc056def]

        This app is called "LibreOffice", not "Viewer"
        
        Change-Id: I19663a22cedc0ed4355fc63d28821d80520ee292

2013-10-08  Tor Lillqvist  <tml@collabora.com>  [d7094ab8b3ef199573b4a846cf4eff880b4870aa]

        Adapt to instdir and solver changes lately
        
        Change-Id: Idc6c20f6645f2e39b98a11f741aaa482f31c6ea1

2013-10-08  Jan Holesovsky  <kendy@collabora.com>  [26303d1f95d2b12b9e0df68a953ab19f5378d944]

        DOCX export: ParaScriptSpace() should not contain handling of more items.
        
        They are not really related, so no reason to have one method for them.
        
        Change-Id: Id633c2a9e8d46c3a64dc9d5abe508a4da5ab2410

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [57d9c96d96d818f19d34d4930cc8ffc8c24e43e2]

        fdo#70090: Avoid race in copy vs. modification of aRetval Sequence
        
        If, in the original code, aRetval[0] was computed before calling
        new MaskPrmitive2D (as apparently happens with Clang), no COW-copy of aRetval's
        internals was created (as the refcount was still 1), so MaskPrimitive2D's
        maChildren would share the Sequence internals with aRetval, so would end up
        having itself as its children after the assignment.
        
        Change-Id: I145ca429fdfae2ea555b8c754b407a81b989d45b

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [ccd2240332f2e70e08f62e349176fab03297c39f]

        CID#1079290 uninitialized member
        
        Change-Id: Ibc75fed4b5282d3caeccac54a884ff5dde3d1910

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [766ec29ce6557a83368fa1efdea009fd8f6f85dc]

        CID#1078847 we're writing a byte, so use a byte
        
        Change-Id: I45fbcaae87b8ecff5fc25eca646e19849beda293

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [731174ae31f854ddfd6ba11110f8746e74b4e9da]

        CID#1079275 uninitialized member variables
        
        also CID#1079276
        
        Change-Id: Ib8e5f56f6f970a4eaae334eff2f670b20b13ad2d

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [cd910534d884921b9ca179eff00248c6b16f9a4f]

        CID#1079273 uninitialized member variables
        
        and CID#1079274
        
        Change-Id: Ia263d06e40093a58e5a37f4ad3848d2c2fd61fa4

2013-10-08  Armin Le Grand  <alg@apache.org>  [bfeabd965c4ed4cc78975dbedafb586e2fac8c48]

        Resolves: #i123350# Added Clear() implementation to SdrUndoManager...
        
        to only delete text edit part of the undo stack
        
        (cherry picked from commit 81e916525fa63b188b2a3b9bb7030e4d451a4808)
        
        Conflicts:
        	svx/inc/svx/sdrundomanager.hxx
        
        Change-Id: I19594e4cfa52a24dbcb95639ac3c6b9f39908cc7

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [8d1a172121ab29c70de89c59945b60f462a89fa4]

        CID#1079272 uninitialized member variable
        
        Change-Id: Iff12fd9f9fbd1dac3f56dd733d967d8ba251d6b4

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [609c35d943b001cb1d598709289cfa0b2bb48f01]

        CID#1079271 uninitialized member variables
        
        Change-Id: I4bf9e0c7a548c0f22ce670803bc8334277f80c9e

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [298f380883019590693e0cb6e26d74bf0fd75a7f]

        CID#1079270 uninitialized member variables
        
        Change-Id: I89b5ae1dd3a18bcc273ec2dff9edc11b5e3cbd3c

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [cdac7b317e9d20111f51e970330eef3a8a8b7533]

        CID#1079262 uninitialized member variables
        
        Change-Id: Iee6ba8b3970f4d0f65756ecee12b859b6d1df82b

2013-10-08  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [32f9f70019ad31ca79e34c671c8e8b53786f9135]

        Smiley face now smiles!
        
        Change-Id: I5f74c866327bfc51c31694db93a9f7f2dad79858
        Reviewed-on: https://gerrit.libreoffice.org/6161
        Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
        Tested-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [6854a42af0b6f6a7160be21b4f6add49bef7fcdd]

        CID#1079199 uninitialized member
        
        and CID#1079200
        
        Change-Id: Icf00324c0a1fa669c17d41be83abcd5bacd398ca

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [a9984d7744f1164d32381fea7fb2904199a3d956]

        CID#1079188 uninitialized member
        
        Change-Id: I55c9f2d0d7a7c03dd9960a32a415398a194f8265

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [bb05ff5599667fefa86741779dfecb405929975f]

        No longer used header include
        
        Change-Id: I74034503b4d2d1eb438b4213bf135d831a08e9fc

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [9914e44400524a2ffafd1efbd7f717281af27a74]

        can drop casts now
        
        Change-Id: If54ee50dd3d3d856257882c40e4424bbbe3eac45

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [97527649bc03e9db1f74f788884c3f5211427a4e]

        just copy everything remaining
        
        Change-Id: I32a7b82eae664a60bf4bc73cb2645d3132ddaa81

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [387c88a1e6d743ae7c0cc131fc74281e2be42092]

        drop intermediate strings
        
        Change-Id: I603031739aef12393084b14a51aa2a61311e5709

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [832e5aadbff006ec24959162c29756fe2b1982be]

        Related: fdo#38838 remove UniString::SearchAndReplaceAll
        
        Change-Id: I093c95b8700b628375d69293022f7d4b8da2af9c

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [c811c0706f0ecf3400e8fcc510ca283dd593237f]

        make sure length is within bounds
        
        Change-Id: I86819211de809a57c240778a747ddad175137a9b

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [f4e2e662d1635390359c6e9bd8335517daf1cc20]

        Fix leftover typo from String conversion
        
        Change-Id: Ib50e3c827ef99b4f534e39f55cfd8c450c5ddd9c

2013-10-08  Jan Holesovsky  <kendy@collabora.com>  [62ceeb1d1a0ff32e1be615f78da796aa13aaa06c]

        DOCX export: Export run properties defaults in docDefaults.
        
        The paragraph properties still need some work, so that part is disabled in
        order not to break the unit tests.
        
        Change-Id: I06e55a5345d4fe08b14b8a260ab774b38770bf7b

2013-10-08  Jan Holesovsky  <kendy@collabora.com>  [8c176f1e1c2df2c2c791a9b160eff3cf0a76069f]

        DOCX export: Fix potential crash.
        
        Change-Id: I8a7fb3ba70676c4574bc493c5e0ea9eea5267608

2013-10-08  Jan Holesovsky  <kendy@collabora.com>  [531f47777fc4add536c0f18c5ffd2cc3803886ab]

        DOCX export: Fix potential crash.
        
        Change-Id: I27f4dde08443938201fb020c96f06aa46c6c5102

2013-10-08  Jan Holesovsky  <kendy@collabora.com>  [6ab170647c902753eec4ec9b4f6a32c5ce130e5c]

        DOCX export: Move output of section breaks to a separate method.
        
        It does not really belong to StartParagraphProperties(), and also hinders
        re-uisng StartParagraphProperties() in DocDefaults().
        
        Change-Id: I178f69a81fd65ad2d21916c45249357728c2629c

2013-10-08  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [a5aa1b29d5fb9a8a3045ba36fa0de4a0718bed54]

        Move WriteDirection buttons to paragraph sidebar fdo#67746
        
        Change-Id: I7a49e1ba9eb08c2fa79b80d572ef86ac5f76b9ca

2013-10-08  Tor Lillqvist  <tml@collabora.com>  [193ff323f94ca37832154dcedcf396783b57880e]

        Bin pointless comment
        
        We include <com/*sun*/star/...> all over the place without mentioning anything
        about "sun" being defined as 1 in some compiler at some time, so why mention
        it here.
        
        Change-Id: Idaf18813a583897020f33ba9ed9905b9d11cc902

2013-10-08  Andras Timar  <andras.timar@collabora.com>  [0d57ddfabf76521590a709e0169b0ee63539cdfe]

        fdo#52004 set resolution of .dmg background image to 72DPI
        
        Apparently Mac OS X looks at the DPI value, not to the actual pixel
        size of the image.
        
        Change-Id: I9fd43228e4d2e05397f798ed4902d7d80ef2145f

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [f484f9b482dd74616ab542d74f9ec547aab71285]

        writerfilter: handle CT_LatentStyles and CT_LsdException in dmapper
        
        Just store them in the document InteropGrabBag for now.
        
        Change-Id: Ia413930746ed087bcb0f6e338198c7baa5bcbdf0

2013-10-08  Thorsten Behrens  <tbehrens@suse.com>  [f448d677bcaa9ad68876ea292d93978f729335a0]

        oglcanvas: cleanup canvas services, demote oglcanvas a bit.
        
        Remove long-dead service instances, demote oglcanvas to be below
        cairocanvas (we're not quite mature yet).
        
        Change-Id: Ie6051895fd93a1a518eaa4fb4f71b62bff330a83

2013-10-08  Thorsten Behrens  <tbehrens@suse.com>  [d9b2328c5447a505f11fd0a47d375174abcbd2c1]

        slideshow: remove cruft, align formatting.
        
        Change-Id: I119cf2461f4a77057cdbc19349561cd24991e2dd

2013-10-08  Thorsten Behrens  <tbehrens@suse.com>  [eff346b78c3a0bd9855dfa9b4dc92cfbf7a9ee27]

        oglcanvas: XCanvas != XBitmap kill another instance
        
        This crept in from gsoc, some whitespace / formatting alignment
        with slideshow conventions, added doxygen class mission statement.
        
        Change-Id: Ie9837fc437d9827dc8fa6b1c25a3f46a638bac51

2013-10-08  Thorsten Behrens  <tbehrens@suse.com>  [1aae965d44c813d35ca791b7e731d43fc81c58fe]

        oglcanvas: ship comp registration, return device window.
        
        Change-Id: I6c7e9416f908fd3b903eaef82492c1f4445b4e0c

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [829752d3159c77f39bdd99bc070cfd543296808c]

        -Werror,-Wunused-variable
        
        Change-Id: I50b99a129f6a102be7120da318533cbbdd0af105

2013-10-08  Andrea Pescetti  <pescetti@apache.org>  [849c890ebc1782aea2c98e1212920e943f128040]

        #i95765# Fix CSS classes in Web Page Wizard.
        
        Patch-By: motohoss <hcmmac@hosscomm.com>.
        Reviewed-By: jza
        (cherry picked from commit f0577f5efa9609e14aa44f741a1faa3b8bec412f)

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [1c316e0b060b9c58ef726631d4b4b86cb4ef149e]

        CID#1079304 uninitialized members
        
        and CID#1079303
        
        Change-Id: I52e70424ca83ae7c9c73dd28d93912a1228ce2bd

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [4d19209880729327829451241c68c9508bc00c51]

        CID#1079305 uninitialized members
        
        Change-Id: I00d716a0f05d50fd7a7a1c43772af51224a6b15a

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [009ddaf73b0458b3c08634e71042096d97e0a71d]

        CID#1079306 uninitialized members
        
        Change-Id: I40838e5816439b95a33da6e6896f5ae0b89dbbef

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [7cf32bbf4e13258f6572c2ac37949c7761b7061e]

        CID#1079314 uninitialized members
        
        Change-Id: I3f10b7ae435f466752914ef6d98ce5f6e923b785

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [4b96089c09a0fecf05ede4df702ea8e5a7d96322]

        CID#1079187 try and silence this warning
        
        Change-Id: Iee35eea6c9729e933feb9fa1c781c8b89566b7d8

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [8da3e7f63512662b2942176c32d324e6a68cc764]

        CID#1078608 unlikely NULL deref case
        
        Change-Id: I1f934512f2cf107d5ef72a30b85d569c9b97c640

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [7d47931ec00ffcd906692e107c3c5797f4ec971e]

        CID#1078611 talk coverity down from the ledge
        
        and CID#1078610
        
        Change-Id: Ia680732a25ecf445a7de8b8cd6cd77115e29196d

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [463970052cb81124724da71372e9c574d99fe903]

        CID#1078684 ensure no -1 uses in replaceAt
        
        Change-Id: Ic3a652aa38efe1bfaba81ba7d9103f40f093ed6a

2013-10-08  Caolán McNamara  <caolanm@redhat.com>  [cadc3c17cbef5f9fcb5273128bbda57a6afd5cb5]

        CID#1078685 consider if there is < 3 %
        
        Change-Id: I2807a16548af4202d42448c6ef66f240ab4cc920

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [dcee4cfcdc0adab82eec1bd68b68dea7eeee549c]

        Try make this more robust in slow environments
        
        ...where the previous .uno:PrintPreview request has not yet been processed, the
        same way it had been made more robust for ScAccessiblePageHeader.java in
        5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
        environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with
        intermittend DisposedExceptions."
        
        Change-Id: I4d429a96b7b595776aaf3fa20e3e03b00ca886bc

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [f52d78bf7cc0ae5fcaf1b693e5bfa98bb015c569]

        Unused variable (AccessibilityTools is all static members)
        
        Change-Id: I5f3be57dea77cec1cfa3f48833758b0c2328350e

2013-10-08  David Tardon  <dtardon@redhat.com>  [038114ff93e02294a7b79980b02cc93d570487f7]

        Updated core Project: translations  70db96bbb2c8cbd22c1ce9c421cc1988658af09e

2013-10-08  Noel Grandin  <noel@peralex.com>  [8850633fe4cdac306c35caab1a0d14c13d9df864]

        convert sc/source/core/data/*.cxx from String to OUString
        
        and fix a bug in ScDPCache::ValidQuery where an inner loop
        was re-using an outer loop counter.
        
        Change-Id: Ie750234a079646bdb7174983814d8d9caf52f491

2013-10-08  Noel Grandin  <noel@peralex.com>  [43a3611347c1f49cf6053bf7e8904d56254d8761]

        convert sc/source/core/tool/*.cxx from String to OUString
        
        Change-Id: Iaefd1108c4bbb953b711b3e87ab24c733035274c

2013-10-08  Noel Grandin  <noel@peralex.com>  [0ae8101ac5f74a77d3e1b47b0137d139fc91f2aa]

        convert sc/source/filter/excel/*.cxx from String to OUString
        
        Change-Id: Icbfb7a601a01bf8fb2a30cb49a1522a25e6022f1

2013-10-08  Noel Grandin  <noel@peralex.com>  [288abe5af962f76ae8f0a15ac5b4c326f3a67403]

        convert sc/source/filter/ftools/*.cxx from String to OUString
        
        Change-Id: I9bd526369a7840a430f014f23dc60d8dad671e2b

2013-10-08  Noel Grandin  <noel@peralex.com>  [594515e670d842534f9937439f9204ddb5d18687]

        convert sc/source/filter/html/*.cxx from String to OUString
        
        Change-Id: I7bbad36c0a8b616929794ebd3522a645fcbdc8d5

2013-10-08  Noel Grandin  <noel@peralex.com>  [c8c1e94afc0f36c3688f3fd74d475666114deca9]

        convert sc/source/filter/qpro/*.cxx from String to OUString
        
        Change-Id: I62dc0e2e2246111679502ba71958e6f719a12afd

2013-10-08  Noel Grandin  <noel@peralex.com>  [dcb22610230cf5daf735c7053496927cdafc33fe]

        convert sc/source/filter/rtf/*.cxx from String to OUString
        
        Change-Id: I79ba4ccba049fe4c573e04e931220ad16bab85b9

2013-10-08  Noel Grandin  <noel@peralex.com>  [77d8f7342b8cd6a625989c5d8cba0578951e1017]

        convert sc/source/filter/starcalc/*.cxx from String to OUString
        
        Change-Id: Id941becbf97235f5142375a63477f71a7e1f01e1

2013-10-08  Noel Grandin  <noel@peralex.com>  [61d3417d75c47e0522e4ebe994cee3f8f76d622b]

        convert sc/source/filter/xcl97/*.cxx from String to OUString
        
        Change-Id: I582e9af0336dd84eb45056b987af35c88aaa49a5

2013-10-08  Noel Grandin  <noel@peralex.com>  [062560f065887ffbbf0e0eab0893c7dcccb82a00]

        convert sc/source/filter/dif/*.cxx from String to OUString
        
        Change-Id: I01e17e2f3d7486b60c85fa3c90e50e8804c07d92

2013-10-08  Noel Grandin  <noel@peralex.com>  [bac9d53c92c83c03e2a7478567f5dfe7d2446e99]

        covnert sc/source/filter/xml/*.cxx from String to OUString
        
        Change-Id: I7ad382b7e5a27135eaf27f1756c7d6be78618e1e

2013-10-08  Noel Grandin  <noel@peralex.com>  [b55c89eff4d503b1591ee99598b9c700d0f9ac0d]

        convert sc/source/ui/Accessibility/*.cxx from String to OUString
        
        Change-Id: I1841b98d49aa040f0a9448007df3bdd38bf8bf87

2013-10-08  Noel Grandin  <noel@peralex.com>  [2304beaca33c63b94df99cb827716f00ce259f9a]

        convert sc/source/ui/StatisticsDialogs/*.cxx from String to OUString
        
        Change-Id: I2816b3e59a1de8c0057fd0d4211004465adc2cfc

2013-10-08  Noel Grandin  <noel@peralex.com>  [b9c8bd184dea3be63f50d41340a99789ffc62125]

        convert sc/source/ui/app/*.cxx from String to OUString
        
        Change-Id: Ib178453ebf5a7b4083288baf9eef5d36859e89f6

2013-10-08  Noel Grandin  <noel@peralex.com>  [95ca5cc81841ee8b8291aac64f108fc0fb2e3ce4]

        convert sc/source/ui/condformat/*.cxx from String to OUString
        
        Change-Id: I4d615bd1b2138d31a7741d3d22ba65ae4bf38d15

2013-10-08  Noel Grandin  <noel@peralex.com>  [24c079605645cf29ba366ca39b7c1177da8b317f]

        convert sc/source/ui/dbgui/*.cxx from String to OUString
        
        Change-Id: Iba489d8301f8885dee919e5a433281ce3761988f

2013-10-08  Noel Grandin  <noel@peralex.com>  [d872c9e8a2f234956ee4af21bc10d639a0d83c10]

        convert sc/source/ui/docshell/*.cxx from String to OUString
        
        Change-Id: I0f2cada87bfa7b59cfcfdd8cf9bc876dd1395654

2013-10-08  Noel Grandin  <noel@peralex.com>  [a81219450f4d94213b355c6812032b36c9037aa2]

        convert sc/source/ui/drawfunc/*.cxx from String to OUString
        
        Change-Id: Ib8cb6018e30040ae8ad19acfa3f342e2c102652d

2013-10-08  Noel Grandin  <noel@peralex.com>  [e4c4280b276d38e111064bda00049d04c8fe6e39]

        convert sc/source/ui/formdlg/*.cxx from String to OUString
        
        Change-Id: Ibfd35b218ed5afb304f777e030df220ef25b6ee4

2013-10-08  Noel Grandin  <noel@peralex.com>  [0d9da3da43ded0172252e017e309164cd744b76c]

        convert sc/source/ui/miscdlgs/*.cxx from String to OUString
        
        Change-Id: I878e9f79da8239b2331681f0dfd0ee26042ccb3f

2013-10-08  Noel Grandin  <noel@peralex.com>  [888fba80e3e610c109b1ff1316bdc0f985b12112]

        convert sc/source/ui/namedlg/*.cxx from String to OUString
        
        Change-Id: Icf9c779f733875267d3f092a04351dc49bec6a50

2013-10-08  Noel Grandin  <noel@peralex.com>  [299248d8e2cc939352e12412a9416f92a5637eb1]

        convert sc/source/ui/navipi/*.cxx from String to OUString
        
        Change-Id: I74a8006353a0645e9dc994209a3e90084683e15a

2013-10-08  Noel Grandin  <noel@peralex.com>  [f09bd2e1675187f39244b1b1e93766d1901401d6]

        convert sc/source/ui/optdlg/*.cxx from String to OUString
        
        Change-Id: Ic62c8dd15a5cff750ab8a7cd0dc5c0201069c947

2013-10-08  Noel Grandin  <noel@peralex.com>  [f917cff4ebbbc3e0dc1bcf227c5c2fbbc653c4b7]

        convert sc/source/ui/pagedlg/*.cxx from String to OUString
        
        Change-Id: Icacd67c2233592594e32463c449e068d059c7749

2013-10-08  Noel Grandin  <noel@peralex.com>  [a255909e0e39aa4b6019de6e48ceaf55d9463672]

        convert sc/source/ui/sidebar/*.cxx from String to OUString
        
        Change-Id: Ic34c16c4cb6a2a12a2132a56d57b283a43435405

2013-10-08  Noel Grandin  <noel@peralex.com>  [9e6f77021e4b69a6bc32d10c09691bd4cd6ceccb]

        convert sc/source/ui/undo/*.cxx from String to OUString
        
        Change-Id: I2d2657c5f2ccdf37be0a2376650b66af8f3b1fce

2013-10-08  Noel Grandin  <noel@peralex.com>  [6bd2075b71146d0ec6ee44ba52800e2610ff4971]

        convert sc/source/ui/unoobj/*.cxx from String to OUString
        
        Change-Id: If3d93c94b4a07a79585987a5d8a83344c088e805

2013-10-08  Noel Grandin  <noel@peralex.com>  [1d2f7047f2646394395749bbcfccf14f3753d55f]

        convert sc/source/ui/vba/*.cxx from String to OUString
        
        Change-Id: If696cdf2293464dc2a21cab4bdc4f77223cf26c9

2013-10-08  Noel Grandin  <noel@peralex.com>  [e12ae54991b70027bbff21bb948c4923898d32eb]

        convert sc/source/ui/view/*.cxx from String to OUString
        
        Change-Id: I906217b453d3a0ec2ec8deaa5dce739f0cacfd01

2013-10-08  Noel Grandin  <noel@peralex.com>  [6f93499b881416140c57bc86acdac0ae6e01c314]

        convert sc/inc/address.hxx from String to OUString
        
        Change-Id: Ia57986ca5ae12d46465239682c9d5c97b6c0b9fb

2013-10-08  Noel Grandin  <noel@peralex.com>  [1162fd425a9dc648348b6112f15317ef51ad10ca]

        convert sc/inc/addruno.hxx from String to OUString
        
        Change-Id: Ie5a8d1e08edcb8805f21c34cc3bb320c1b78b086

2013-10-08  Noel Grandin  <noel@peralex.com>  [bc818cc295374d985cd8eaad9afb83cb95b1130e]

        convert sc/inc/autonamecache.hxx from String to OUString
        
        Change-Id: I953e085ea169f39e806fd6e6c85d6ef7ccfb2bc5

2013-10-08  Noel Grandin  <noel@peralex.com>  [54b4ab3526fd15455229e9282b73db2c2614fcf6]

        convert sc/inc/cellsuno.hxx from String to OUString
        
        Change-Id: Ifd3ccb29b24e3ee8a2a2f140418250e0eac40acc

2013-10-08  Noel Grandin  <noel@peralex.com>  [47f7e4c4aa993c7c6d061f0de24274ed6f9d440c]

        convert sc/inc/chartlis.hxx from String to OUString
        
        Change-Id: I27a0843b300ba10089795dd6f0ae8abc5adb5523

2013-10-08  Noel Grandin  <noel@peralex.com>  [cc1f12fe5edd2ba2a13c040b629f6f1cc91a70c8]

        convert sc/inc/chartuno.hxx from String to OUString
        
        Change-Id: Idd784c7e6663e7e662fe4767211fc83905641786

2013-10-08  Noel Grandin  <noel@peralex.com>  [9ea4388a71328c0034ab7fc02bb6c13af9b3048d]

        convert sc/inc/column.hxx from String to OUString
        
        Change-Id: I81b0dbf35960c9da72d9c34dd49f527d50ce00b9

2013-10-08  Noel Grandin  <noel@peralex.com>  [16f2ba06d95e8c31d5d27a1de704dbaf9b659733]

        convert sc/inc/compiler.hxx from String to OUString
        
        Change-Id: If224594378a7ef79a7536e37022d0832e65f1d65

2013-10-08  Noel Grandin  <noel@peralex.com>  [c81dec478ab0618f2acd2580654a93d3a7185444]

        convert the OUString* arrays in ScConsData to arrays of OUString
        
        No need to store pointers to these.
        If I was braver I would convert these to vector, but that's for
        another day.
        
        Change-Id: I7949f6c50a9a67208a9b87db7726c9801463a485

2013-10-08  Noel Grandin  <noel@peralex.com>  [80f6e8a4dca9f2906b85e74b3a5f4f4090f1c6c6]

        convert sc/inc/consoli.hxx from String to OUString
        
        Change-Id: I5e7c69e1543cafa1957b6356f43830463f060291

2013-10-08  Noel Grandin  <noel@peralex.com>  [0bb448759792ca50f5cd8a64742d4cacbdd380ae]

        convert sc/inc/dapiuno.hxx from String to OUString
        
        Change-Id: I114cb0840ddaf2d3631dedb5d2bed65ef3e84f3c

2013-10-08  Noel Grandin  <noel@peralex.com>  [17309590c820c20089bb9b27b40d3a4a8a407d0f]

        convert sc/inc/datauno.hxx from String to OUString
        
        Change-Id: I17b0ef3bf04cf4a524c1301bfc8a6003436429f3

2013-10-08  Noel Grandin  <noel@peralex.com>  [ce36c9c77abef63457018f50db0929d5b43b032f]

        convert sc/inc/doc*.hxx from String to OUString
        
        Change-Id: If62c5761c326841d1e3ab35dfdf1601d9713095b

2013-10-08  Noel Grandin  <noel@peralex.com>  [d1f00470eacf3c9b0703043128860434a819fdec]

        convert sc/inc/dpgroup.hxx from String to OUString
        
        Change-Id: I99bc911a2812164bc3655080d16d7c4b031a1df8

2013-10-08  Noel Grandin  <noel@peralex.com>  [0e9564456c2d670eb16bdd5a268530593dbff2e4]

        convert sc/inc/drwlayer.hxx from String to OUString
        
        Change-Id: I3f661fe6b8c54ab080f10b64295fe64fb548a75d

2013-10-08  Noel Grandin  <noel@peralex.com>  [295e40a7dfa0e28efc1879541164301b7dd9eb55]

        convert sc/inc/editutil.hxx from String to OUString
        
        Change-Id: Ie6e272e97fab5d3fa29d533ac23f93f737dc33c6

2013-10-08  Miklos Vajna  <vmiklos@collabora.co.uk>  [ffec34406885e05ce5e120f72ec9ec51665d290a]

        writerfiler: remove some more unused definitions in doctok
        
        Change-Id: Ic9f653f31b64b55bba128f983c560e9064235ce6

2013-10-08  Stephan Bergmann  <sbergman@redhat.com>  [2f5f2c7d3c9a855682b95b428c35cbe3ca2b3fac]

        -Werror,-Wunused-private-field
        
        Change-Id: Ie8aaab5fb6042c4845cb5355db2ee1a1c66d9d92

2013-10-07  Eike Rathke  <erack@redhat.com>  [8ddab349fe194e80c88f52f0c526f82b6ccc979e]

        limit LANGUAGE_ON_THE_FLY_END to 0x03FE
        
        instead of 0x03FF so to prevent confusion with 0x03FF values
        LANGUAGE_MASK_PRIMARY and LANGUAGE_DONTKNOW, specifically if someone
        asked for ((nLang & LANGUAGE_MASK_PRIMARY) == LANGUAGE_DONTKNOW) ...
        
        Change-Id: I6e516c805e0f12182aeb0ea75546b3254f256e8b

2013-10-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6019a157512fb3182c165e8264e9d4024b76b280]

        only build openGL canvas when libGL supports shader
        
        and disable for Mac until code is adjusted to compile
        
        Change-Id: I48c69962ae5e59ae3bdd35d343deeeffdde6e903
        Reviewed-on: https://gerrit.libreoffice.org/6160
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-10-07  Eike Rathke  <erack@redhat.com>  [47e1f1eb505cb8cbcb23069893bc7c430b5621e2]

        added Karakalpak Latin [kaa-Latn-UZ] to language list, fdo#70217
        
        Change-Id: I202b01e8ac705c11d816a607e3293d8ba56f4640

2013-10-07  Eike Rathke  <erack@redhat.com>  [9ddfbe4bc502cba5bc07472e50a9c1ef93b28dd3]

        added Nogai [nog-RU] to language list, fdo#69987
        
        Change-Id: Ib59c75ee13b5e16ef014ab7245540ffdc62c2daa

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [492c23afcc7137d93468af9b51537fda55ca6822]

        Fix opengl transitions some more.
        
        More fixup after a775188f6bbf3bbf8448b2b7398a1902908bb5e2 -
        shuffling use of framebuffer config array to a place where it's not
        yet free-ed again.
        
        Change-Id: Icc50d08e2d42e6fbdb46de668a98d31e364f0bdc

2013-10-07  Tor Lillqvist  <tml@collabora.com>  [81d657f351650b17b05704c65abc2863473761dc]

        Try again to use -O2 but keep -Oy- this time
        
        Change-Id: Iee396f289df4dc4134c30e6b6b1126d2745c1f6f

2013-10-07  Eike Rathke  <erack@redhat.com>  [ca576e0804324bbb36b697543cbe992e34d4b951]

        WaE [-Wstrict-overflow] assuming signed overflow does not occur
        
        ... when assuming that (X - c) <= X is always true
        ... or that (X + c) < X is always false
        
        Change-Id: Ib2313827cd6358ced0141b41cba753896b676e28

2013-10-07  Stephan Bergmann  <sbergman@redhat.com>  [be0db4421e34df41c610a4b2ab46573969894aeb]

        We're still stuck with boost::unordered_map
        
        Change-Id: If6d59fefd35541a53405dab13188a217c48ad52c

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [dae96f3cf7642a0bf42ad65d24b8a018ab7abefc]

        Fix a warning, don't hand-calc static array size.
        
        Change-Id: Icc9ec9b3c04479ffe930859d600cd222b3003804

2013-10-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f7cb9e4f122a05eec362d6caf3a6fa53942eb116]

        define colors as hexadecimal
        
        Change-Id: I31ac3c6bf09e18bb4bcd95c004a76045ad50cc92

2013-10-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f8987cff841a5fd13d72a85fc88a0e6fc742cbd5]

        fix string conversion
        
        Change-Id: I1fbb5d4c8a279d572fe1ff0d9f06c3eeb7d9a0de

2013-10-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d5fc6f61416567b044b72ffa7acdcdb0dc8e5c5a]

        change default line color to Tango: Sky Blue 2
        
        Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574

2013-10-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8c59320fe391ac98ad344623f803583c26a9b93c]

        Revert "Revert "Added Tango colors to palette""
        
        These are default line and fill colors, so it's better to duplicate these in the
        standard palette to show the color names in the toolbar conrols.
        
        This reverts commit de7b2781bdb03858379fe6e792ea32f62a8208ec.
        
        Change-Id: I8a39c28b464980598a58ac559905aab86aac3e26

2013-10-07  Jan Holesovsky  <kendy@collabora.com>  [6f17d2bccbf8dd63736a49e227d1984da6a72a65]

        fdo#70160: Revert "Sidebar: Correcting anomalous mouse behaviour while resizing"
        
        Let's revert this for the time being, before we have the full solution that
        works both for sidebars, as well as for the normal docked windows.
        
        This reverts commit 16ea2dc1f572d698923c770a2a58f7ab402d1298.

2013-10-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [7235d23267e4591e5cf47762abd3f63421b06904]

        fdo#54938: Adapt supportsService implementations to cppu::supportsService
        
        Change-Id: I683c0d30c3286ed5d725d4eefe8b3977b82ee316
        Reviewed-on: https://gerrit.libreoffice.org/6035
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [8e37c7ae282f10724d6322aa028a7dd6b698f071]

        html: <li> is on/off - arrange list correctly
        
        despite the fact, that <li> tags are currently not closed...
        
        Change-Id: If77d99b8dfcb00e60d918e5ce5030e6e44a6e64a

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [07ba28f6bb4830eb0239c5d6bc4999493a201249]

        html: remove unused and unsupported tags
        
        Change-Id: Ibd44d716e70034ffe7d31e3f5dc2c547a822b0e1

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [dd10103f8c66713fc0ed7f9647625a6f8b2d96b4]

        CID#708773 missing break
        
        its the same result either way, but seeing as the assignment
        is duplicated might as well tidy it up
        
        Change-Id: Id64547c6a5d2ce58b1ee79ba64cb761575b2d1dd

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [e52f1bd7b34fc73f52aadf1d33efa6685a0b22e8]

        Add opengl canvas implementation.
        
        Adds opengl canvas implementation - display-list-based, all
        rendering done as textured geometry. Needs shader support.
        
        Currently compiles and works on Linux, Mac should be ~easy to
        add, win32 eventually.
        
        Change-Id: Ibf3eb88d6a36a91b2960a3a6320d708160e4fc14

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [21ec9beae29b19b8ec6f0a16fd0e708e4f210208]

        XCanvas does no longer imply XBitmapCanvas
        
        Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can
        access underlying pixels. That's a preparation for display-list based
        canvas implementations, and was a rather silly assumption in the first
        place.
        
        Also fixes up all client sites.
        
        Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [3e2dba1accbd018f7dac362a2636bed135f1b5bb]

        Add 7-segment display polygon generator to basegfx.
        
        Basegfx gets a basegfx::tools::number2PolyPolygon method that
        converts a number 0-9 into a 7-segment digit display polygon.
        
        Change-Id: I4d3326c9fe9e42d07a6248781127f19ac27d8b72

2013-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [60ff4fa99654e9c2ad9a9b023dae0ccda75d7d95]

        writerfilter: tokenize CT_LatentStyles and CT_LsdException
        
        Also add vim modeline, that represents the current whitespace convention
        used in this file.
        
        Change-Id: I8faae4f211125695bd686fd9f09430530e4ae91c

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [1b717e5686f34c3ce798310a6216f7ea98fb2cd9]

        Resolves: rhbz#1012353 fdo#48846 allow starmath objects to be resized
        
        Change-Id: I8fb524a324b4ada64623f7c4f9ea2348765260b7

2013-10-07  Tor Lillqvist  <tml@collabora.com>  [58c3303a042650e78e1cf56654650d0203148c03]

        Use gb_LTOFLAGS
        
        Change-Id: Ia3c6d666894a4fcf36243573d3d421ec15682766

2013-10-07  Tor Lillqvist  <tml@collabora.com>  [4abb40dde00550b325bc7e2bfdbb8001801cd50b]

        Cosmetics
        
        Change-Id: I87af9887596599543d7ececdf56768a2402150c7

2013-10-07  Krisztian Pinter  <pin.terminator@gmail.com>  [eacbdd0e974ff8229b18d1a8434a6ca08cfe8b34]

        startcenter: Hide template toggle button if no templates
        
        Change-Id: I9c6f2058e67990156a4be928449c6ebe6614e486
        Reviewed-on: https://gerrit.libreoffice.org/5913
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-07  Björgvin Ragnarsson  <nifgraup@gmail.com>  [f3123d396c8f7f175551a9bab8bc232efe602083]

        EPS import: convert to BMP instead of PNG
        
        This speeds up rendering of EPS figures by approximately 10%
        
        Change-Id: Ie7d39bab4a7ea5f9350f989c25364f70bd8b8453
        Reviewed-on: https://gerrit.libreoffice.org/6124
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-07  David Bolen  <db3l.net@gmail.com>  [df1076965f63eedc6cc104c96b993ab598b8b1d4]

        fdo#70196: Python 2 compatibility for UNO import error handling
        
        Add backwards compatibility support for Python 2 to the earlier
        change in fdo#66025 to improve import error handling under Python 3.
        
        Change-Id: I47bf8ef255c4c2a3e4a2754414977aaa8ed32483
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [597e198022c1e1393b78f346aa7eb00b521065ab]

        CID#1078656 Read has a break, but Write doesn't
        
        Change-Id: I54675b0c9683afb25fb9eaeb3def1e43c77fb053

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [beb43ed0942dcd5f14d3d49b407878866e3d248d]

        CID#1078699 keep coverity and nesting test happy
        
        Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [c75670498b113dcd01adf64266a86575fcbb877b]

        CID#1078700 keep coverity and nesting test happy
        
        Change-Id: I313e76a480cd734d1e950e811bb02dd1280a143c

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [f713b7271a5e5dbf5baa3203ade8a87fb2681977]

        CID#1078701 keep coverity and nesting test happy
        
        Change-Id: I6a33fd22604bc91a901268501588928de643f16e

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [8a55429fe99336922e2e4c530dc2139f435c6bb9]

        CID#1078702 keep coverity and nesting test happy
        
        Change-Id: I9408cbf16493f0287b7f123694eafc56e1afd556

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [4fb7331d83b73b975e730f534562252c7ace8937]

        CID#708773 silence coverity side-effect in assert
        
        Change-Id: I7045932e57c7f4e8cdef73fc37ff8de9e7ae9c58

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [95c7765107d4d668cfa0709dce8003bf3258ef66]

        Resolves: rhbz#1015281 crash on clicking custom animation
        
        Change-Id: Ibb4519a3d41266ae16fcb93567cf5b5c67066b0c

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [e5dd19526fcdb2f9eb0e87017e33e9fd8402b028]

        make font style size stable on switching fonts
        
        Change-Id: I891fa5b9b8bd3be7dd4d73f2911ec56d16a3b09f

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [9cff818949f0a3d07c225c916c03097c6602e63b]

        CID#708773 unused pointer value
        
        Change-Id: Ib394a444882f5ffa1e0c5e833d59f4e4985479df

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [470af978eb397e2078e5ee1a0b146b00de01e280]

        CID#707648 uninitialized member
        
        Change-Id: Ib8371710dd6c856b143782ca9c18f4ee76798f0e

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [3c2983ded9f0f646a5b543e16e0d9a9bbf476e4e]

        CID#707646 uninitialized member variables
        
        also CID#707647
        
        Change-Id: I9962bd2417119944a243d8a92711866548248e36

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [ef53bd8ab2499b0b2bf0b79c0ab090f3de56525f]

        CID#707643 uninitialized members
        
        Change-Id: I23386c780bf484652a518d907d7dc0cc3c910040

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [b8cf30e93f18ddc16fd648976a41a6bbb6c6d8b2]

        Related: fdo#38838 remove UniString::SearchAndReplaceAscii
        
        Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [511b3ce85ebb2261f5ea866efdb333eaf94c64f8]

        restore original nPos increment
        
        b0caeafc1add0b52b3d7a9dc80f50080ba439f59 changed the logic of
        lcl_GetTokenToParaBreak slightly, from nPos+=1 to nPos+=2, which
        worries me a bit
        
        Change-Id: Ifb621a0bf8ea0705f39f35461449632c592e65e9

2013-10-07  Stephan Bergmann  <sbergman@redhat.com>  [6adddbc2a80456cc2ad3b62deada7ecd4a6cf641]

        Use URL as fallback for DocumentBaseURL in css.document.MediaDescriptor
        
        ...in SfxDocumentMetaData::getURLProperties, to avoid
        "tools/source/fsys/urlobj.cxx:1741: cannot make <[...]> absolute against broken
        base <>" warnings when SvXMLImport::GetAbsoluteReference tries to make absolute
        against an erroneously empty base URI any relative URIs contained in the
        document's meta data.
        
        As a consequence, such relative URIs contained in the document's meta data will
        now be made absolute upon loading in SfxDocumentMetaData::getURLProperties.
        However, I saw no negative consequences of that (other than having to adapt
        sfx2/qa/complex/sfx2/DocumentProperties.java in the obvious way).  Whether a
        document written out again contains such meta data URIs as absolute or relative
        is only controlled by "Tools - Options... - Load/Save - General - Save - Save
        URLs relative to file system" and not affected by this fix.  (I verified that by
        loading sfx2/qa/complex/sfx2/testdocuments/TEST.odt, which contains a relative
        meta:auto-reload xlink:href="../TEST.odt" in its meta.xml, and saving it as a
        new file, with and without "Save URLs relative to file system" checked, and
        inspecting the resulting documen's meta.xml entries.)
        
        Change-Id: Ia1b6004c8597a726eb59c6b2234fd3ecb0bdcc09

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [1bbfa2834ee5f6ddefc801c2a63ce3fe9a5c863e]

        fix build: use rAttribs :)
        
        Change-Id: I383bd331090603aa9a159e41ef26be8d8e1c5ff3

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [6349540d939e3bc3a96cec2615352a4b056b7fa5]

        really fix it
        
        arg. sorry...
        
        Change-Id: I57836c574f4f622296c38d7a0adb6adcbb768aa2

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [618ade76fddc3feae37970a0ac9e366244cc3216]

        fix build
        
        Change-Id: I105e9ab5177f99b9f3a6f49308e06f690e46bf0b

2013-10-07  Thorsten Behrens  <tbehrens@suse.com>  [840a8573c8cebe67ddd3c9fe106c7dbd789bb334]

        Fix fdo#70220 Superscript not imported from pptx.
        
        Import works now, though EditEngine still fscks up font scaling -
        seems for CharEscapementHeight to work, there has to be reference,
        non-scaled text in the same portion ...
        
        Change-Id: I5505ae83bd6b700ebe8c3465beec40a4df2efb78

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [49bae3b37fba86f9ca84a317d6c1dd7d41736eae]

        html export: <table> has no cols attribute in 4.0
        
        Moreover it's rendundant, because we have <col> and <colgroup>.
        
        Change-Id: Ic39a5dafdf252a7a7052681e7791aa57b99860bd

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [467aedafa5e19f9928af39c37a04124b3ee0549b]

        drop PURE_HTML
        
        Change-Id: I977e279706d2e53d9b2edc4e8719aa88187e97fc

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [c20f23a66010bdfccb2c5c8c2d0be0a9637e476c]

        html export: 4.0 needs type attribute for style tag
        
        Change-Id: Iaa076f639a4da564945385ee616d346c4f0d0889

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [646950f96d8ca8625be53621d8d28c62de5597f5]

        html export: use only HTML 4.0 for export
        
        Change-Id: I36d8ddf7b8b38e27686c6cc51ef2a676394f97fb

2013-10-07  Thomas Arnhold  <thomas@arnhold.org>  [53037545be634d7e45d158e9184c13d2f6e2e7a5]

        html export: export attributes with literals
        
        This improves validity of generated html files.
        
        Change-Id: I3fbf92e861d9a3931870e25beaaf9f91a469f40c

2013-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [7b3a5765d06dc0ebd000da16f5545329b50e99d3]

        writerfiler: remove some unused definitions in doctok
        
        Change-Id: I6fbf2034632bea432848e99474c82ccff0e0565c

2013-10-07  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b3b37669a6fcc3b6437677c9ae9bfd15cb65629]

        sfx2: use a smart pointer in IMPL_SfxBaseModel_DataContainer
        
        Change-Id: Ia13c94e05d26d66ebee00ca89030b6947c5efc0c

2013-10-07  Stephan Bergmann  <sbergman@redhat.com>  [6f4acc6f268c019805eb567b2d28bcc7e3c7ee48]

        Use org.junit.Assert.assertEquals where appropriate
        
        Change-Id: I3811578a76f6c5c98c955819ca004f2062d273b8

2013-10-07  Stephan Bergmann  <sbergman@redhat.com>  [b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1]

        Also cope with intermittend DisposedExceptions
        
        ...while waiting for the .uno:PrintPreview request to be processed, see
        5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow
        environments."  (However, to avoid an endless loop in case DisposedExceptions
        are caused by a crash of soffice.bin, cap the loop at 10 sec.)
        
        Change-Id: I13518eea46deb68731604ef08461bad5bb5f7cdf

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [77df4f8943c8e7bf0a308197b032a841fe3e365a]

        CID#736510 mem leaks in early error return cases
        
        Change-Id: I85dff67d5d92e1024e9b449f1298678e7f5ff9e6

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [362304cbd8ab2a209dbce7377b2742aa7e430729]

        CID#1028072 leak undo in corner case
        
        Change-Id: If2371a25c9030c13617df692e82729090280d8f0

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [b86343eaac52c1508cc651998b23b31c9180c8a7]

        CID#708782 unused pointer value
        
        Change-Id: I15c34278a3dca19547c77be7aca670fbbc2d2037

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [2a20c95e84998b88056ac462e6d3b488ca97aae2]

        CID#738572 uninitialized members
        
        Change-Id: Ie3614d86e27aab67cfe68bea76de30b775173fb3

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [1ce668649beacdd091f8d6ae5d7796c4b785e606]

        CID#738564 uninitialized member
        
        Change-Id: I35a4d3d412b1848fe3ef8aed600471fc1c8a61d2

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [dbd73b709709fbda781b0b34313f6b70f0e21818]

        CID#707638 uninitialized members
        
        Change-Id: Ic0757e544e42f7ca07cddec379d2d647822d9923

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [676b3abe1aa9ab3af8efa5835469cbca0d8829ab]

        CID#704124 wrong operator used, harmless though
        
        Change-Id: I029a8df204ea4faf16e801ff90cd715adfe8e713

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [43f7217f789478f23d607f40493d0df822cd5988]

        CID#704127 coverity gold, typo, should be 0x0020 not 0x002
        
        Change-Id: I22895d43efef47850dfb9162f75bf5a9e39f9614

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [ece57bd9954643e1131ab5da6db589665193fe3b]

        CID#705101 try and help coverity out re infinite loop
        
        Change-Id: I4a072d4d3bb510b65d213cf3cd1f5e06c519d830

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [9390ff136c89dcf21512c07e7c552294fdbbe83f]

        CID#705102 try and help coverity out re infinite loop
        
        Change-Id: I04fee0ebe13e6f3ab8f517c99929d30ecbc7fd62

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [80afec77c21a88fc19626d5faf931ac5af5e86f1]

        CID#708496 uninitialized member
        
        Change-Id: I9118853324a84fc2e4d3db46d95c6ef3b266667d

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [fad9d93ee43f9ab5ed32a0863e8105add4d93740]

        CID#708574 uninitialized members
        
        Change-Id: I9b004005ac1136861759a33cee08cd945ac7d993

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [51f6eaec244bb8568f9d1ccdc647f34ca81f55d5]

        CID#708635 uninitialized members
        
        Change-Id: I875f11347c8d73297ef19c7da858b7246ebd44ca

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [6edf8cf6c66dc4a27fae3f15bfa9fc6de7a3f9af]

        CID#708895 unused variable
        
        Change-Id: I09ff8a9e7c15c45d6d95c6abd750a4f1386a87ac

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [12b3dc23907d10023a3ab0a9235a74e4ae4619fe]

        CID#707636 uninitialized members
        
        Change-Id: I7eba8ac0f676a2a16dc12ed423356539aec7148b

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [5d61c4f8bef10a702faa23a7f06508d5e6b35d2e]

        CID#738563 uninitialized member
        
        Change-Id: I5413099beb3b30f92b58f973fa4bb03f29e7f5c3

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [bb84effbc0e4fe1b718ff8aa101c3811b0c568e4]

        more fix higher debug level build
        
        Change-Id: Ifc76287f330818d87f52af9186caf787471a94a9

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [8bf74a9e51272ea7808286160e27c8642a8bf2b8]

        CID#738562 uninitialized member
        
        Change-Id: I65f64b1604c9c0aa3538d6e9384014fd44e16c0b

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [78d47adbf23f9d505ecf2f85cb8564ea43c383c8]

        CID#738561 uninitialized member
        
        Change-Id: Icac2ca781f067975746d4b861fcbd60e6577b64e

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [2b5caba5d8780ad36a6403d811a5004fd9f84640]

        CID#738560 uninitialized member
        
        Change-Id: I270455041b73450e6ed1fc5a05e68c88db4310ab

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [c4597f281e0e865f190669d583a321a28c2e3e35]

        CID#984418 unused returned pointer
        
        Change-Id: I92864b2491882e0553b87d9d87d126ec30ef3974

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [ea8d6dd3dbd19434964a9cda1547ae067a674351]

        CID#984417 unused returned pointer
        
        Change-Id: I638d7d89b7c1414aac34bcf1c92fdde8eee98e2a

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [61d05a58fba979f0259b2814fd599c4ca58e4a56]

        CID#738954 unused returned pointer
        
        Change-Id: Ieb47b91dd745db400c7ad4756167de758a625a64

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [faa63bb99c8f03091b159de594515ff380874186]

        CID#708571 uninitialized members
        
        Change-Id: I786b81d0982e814a9f9f8d88cb724042de7cfd81

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [225539ab08043b6937fdd67d9ae308ebd4104646]

        CID#736943 clamp no of ttc entries to physical max
        
        Change-Id: Ic63defe9c14c6ee2b86bd5b7730a570238ca3981

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [54250655897009914936f02e04d601eadfddb2c1]

        fix higher debug level build
        
        Change-Id: I091a198bc1fac17434ae64c18560dda48d6d5142

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [4d25561e4e6cd20f36847f6a60434c054437efbb]

        CID#708514 uninitialized members
        
        Change-Id: Ib799d3d3ce968bca87d5841d2ecd8cd2f7c51dd0

2013-10-07  Caolán McNamara  <caolanm@redhat.com>  [a2e5f8d9eecd106c8acf3689981dc8774a71a6a8]

        CID#738896 uninitialized members
        
        Change-Id: I69d93000df942d6f4ff6a6bfff4862eb199ea2a0

2013-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [d57010faf14c7bf2efc0eeb37249b671f7ea986b]

        sal_Bool to bool
        
        Change-Id: Ie8e35c4342db6e2dc35fca33cee7b4d71cfcb732

2013-10-07  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [aa52753785154f0e95fed559f613f5eae9105dcf]

        DOCX:fdo#43093 fix wrong direction and alignment for RTL
        
        Change-Id: If362d80a86a7493f2d43e6d661b94fc03942711f

2013-10-07  Minh Ngo  <nlminhtl@gmail.com>  [bc43c1ca942c4c111aa7f45b268e13ab03c7f613]

        Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.
        
        condition wait is temporary only for non-windows system. Looks like there is some
        hang. Must be investigate later...
        
        Change-Id: Ia20227503f70244d33411164d4af95ba69e86509

2013-10-07  Minh Ngo  <nlminhtl@gmail.com>  [8de1f54e19b68194b79a642750b9d3a4c8707d7b]

        Avmedia/VLC: Adding some todo
        
        Change-Id: I5c01ae2f0e2109460aa332b31b524f855b87948a

2013-10-07  Minh Ngo  <nlminhtl@gmail.com>  [926fcc560b7a5dc45968ddeffbf8cf185eb6f1c6]

        Avmedia/VLC: Using *_new_location instead of *_new_path function.
        
        There are some bug in *_new_location in the latest VLC versions. It
        doesn't parse URI correctly from the string "file:///blah-blah-blah".
        
        Change-Id: Iae54ad79fce0775a2f0a325766f713ff43e5d9ed

2013-10-07  Minh Ngo  <nlminhtl@gmail.com>  [3196e5b7a52580bfa9242a35175e241db328a49f]

        Avmedia/VLC: Returns "No error" if there aren't any error.
        
        Change-Id: Ic080cbcef56a82129347bbb4f008d1c36b0a927a

2013-10-07  Minh Ngo  <nlminhtl@gmail.com>  [c2f9e24ecfdc36decb9c3042d88976399e4606aa]

        Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.
        
        Change-Id: Ic98a179e5cfa34183e71a72bb417147612500a61
        TODO: Unfortunately. Another cases must be checked later....

2013-10-07  Stephan Bergmann  <sbergman@redhat.com>  [5e46545458ae42086d3886b82eddb99c2d72c63a]

        Integer type mismatch
        
        Change-Id: Ib49f058b05bc6fdd959c979c3de3c8def739c453

2013-10-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [81d175db511764cceb67f3448f0b5e81ea18e431]

        fdo63235 - correct usage of marker-start/-end for svg path data
        
        marker orientation will be corrected in a subsequent patch
        
        Change-Id: I0c833b62d06ad21ebe5fbaf170cfb22cecbf146d
        Reviewed-on: https://gerrit.libreoffice.org/6086
        Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [e450a2c506ac7cd4433b0f93fc750a89919bc03c]

        Revert "Try to fix TB master Linux-Gentoo-x86_64_2-no-conf"
        
        This reverts commit 1bbfd5a069eda17feec8b26c5002b8e7d570abee. Should not
        be needed after 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10 is reverted.

2013-10-06  Stephan Bergmann  <sbergman@redhat.com>  [477150c1ee996f8f6df3ffcd5b5d4fe6b1083d67]

        Improve CPPUNIT_ASSERTs
        
        Change-Id: I69599405b4fd6f3db8ec4d370fca84cd0febadb3

2013-10-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [0a1808a6f74a4659c541eb9d499bede0f7587bfb]

        Revert "fix for fdo#65295, gradient issue"
        
        This reverts commit 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10. The fix
        should be re-considered once it doesn't break
        CppunitTest_sw_ooxmlexport.

2013-10-06  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ea4740c83285fb23ab351257582505aa676e01a3]

        @param[in|out] -> @param[in,out]
        
        Change-Id: I585ca1450c22b77a03d0408fb5848be0838253da

2013-10-06  Thomas Arnhold  <thomas@arnhold.org>  [028b3ad8e19609ad3cb490135eb0dd5bb8eafcfe]

        fdo#58912 HTML export: headers and footers cause non-validating html
        
        Fix it by using harmless title.
        
        Change-Id: I238034a23f4a446c69dd3c1408ac5ccf038c73dd

2013-10-06  Thomas Arnhold  <thomas@arnhold.org>  [277922e7a0a4ae8076c10936c4b12df6dcc5ddac]

        fix html tests
        
        after 73e3aafa990168aa532fa7b81fc4de8f455b10e1 we need to lowercase all
        html tags.
        
        Change-Id: Ied686e153666f79c2a866473eeb393ec4e5bb961

2013-10-06  Julien Nabet  <serval2412@yahoo.fr>  [1bbfd5a069eda17feec8b26c5002b8e7d570abee]

        Try to fix TB master Linux-Gentoo-x86_64_2-no-conf
        
        Change-Id: I9a1ed5b10f059ddf72fcbcfaf9260bbdbd529d03

2013-10-06  Thomas Arnhold  <thomas@arnhold.org>  [c6413fec71cdb26496018c48eda59e1c8925d4fc]

        html: remove duplicates
        
        OOO_STRING_SVTOOLS_HTML_C_LT is the same as OOO_STRING_SVTOOLS_HTML_C_lt
        and so on...
        
        Change-Id: I7cc94a662e83176c2c2c441cbce27b4f2774e4a4

2013-10-06  Stephan Bergmann  <sbergman@redhat.com>  [08f60082db4a8ad2ca9fde09271d7eace9bd175f]

        Consistently place platform-specific install:modules on values, not nodes
        
        ...so the (locale-specific) values end up in main.xcd on the appropriate
        platforms, instead of in the corresponding res/registry_*.xcd but on all
        platforms.
        
        Change-Id: I833fbad24868b86db826ff2da408a9f7101d5633

2013-10-06  Rene Engelhard  <rene@debian.org>  [2c5faba2a34d5feb9a6ea9d4fd9bf94ce914a19d]

        make system-bluez build not use -I$S/bluez_bluetooth/inc in sd...
        
        Change-Id: Icdd90a7aadf7cfbc464e11a1e0386576cbc5c06c

2013-10-06  Andras Timar  <andras.timar@collabora.com>  [a781ae0bb8a144a8be505dcb1e81b9b30bc250c9]

        Updated core Project: help  a3bf6d8c872c363909e6173990fddcdd0e69d676

2013-10-06  Tomaž Vajngerl  <quikee@gmail.com>  [4df8a0ce1da940be7995f2133222aae089d88f26]

        Ruler: don't draw ticks out of the ruler area
        
        Change-Id: I086e812b0db60fed094d21d2ba5aac1b9943e0d5

2013-10-06  Tomaž Vajngerl  <quikee@gmail.com>  [73e3aafa990168aa532fa7b81fc4de8f455b10e1]

        convert HTML tags/attributes to lowercase for html export
        
        Nobody writes HTML tags/attribute names in uppercase anymore.
        
        Change-Id: I99be2a42212ad9dac9706c43864ff7fd633bc030

2013-10-06  Tomaž Vajngerl  <quikee@gmail.com>  [3527faf29c288bf9cec072fa58625f84ac02e7d6]

        RulerItem: indent and cleanup
        
        Change-Id: Ice76e03b6cac32263fb1909175b105ccc544e234

2013-10-06  Tor Lillqvist  <tml@collabora.com>  [c0397ec2f77d6512383d160417f710477b707ac0]

        Point out that --enable-canonical-installation-tree-structure is broken now
        
        Change-Id: I2b14c3a5e7b3945e40334b961024ef243e957efa

2013-10-06  Tor Lillqvist  <tml@collabora.com>  [9d2492b2747e4302159eadbc6221ccf153e71b6f]

        Mention fdo#70097
        
        Change-Id: I0841f560092c5a5a15021fe5f92b8618266cbede

2013-10-05  Michael Stahl  <mstahl@redhat.com>  [96852a89da058084b2acf5ff706d9679b127b29a]

        DXF import filter: fix OUString handling
        
        The DXF import filter stores all strings read from the file in
        char[DXF_MAX_STRING_LEN+1] arrays, and then calls OUString constructor
        with that which then asserts because the string is actually shorter than
        the size of the array... avoid that by converting from char* to OString.
        
        Change-Id: I93c52788f88fe5d21968d450d029ed5db101d88b

2013-10-05  Tor Lillqvist  <tml@collabora.com>  [01e1a2465ef3e7658b749893d518e4720e04c40b]

        URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE case
        
        Change-Id: I5019cce2172db7b3ac74e25f5ea9dc62e9fd03f8

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [849352c724426c06dea98c9b3df10ef629f04942]

        Correct prefix for OUString + constify
        
        Change-Id: I4662fa9c63717c57ccfb6bcee685c4d47c715eff

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [7770eb9bd639312b166a575c2e64c6db5ac5d44b]

        String to OUString + better names
        
        Change-Id: I811789b9fec38d7745ffffbcb57659aa5e3dc59f

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [f37bb5d4426948cacc6928d501de01844adbc8f1]

        String to OUString + use return instead of reference args
        
        Change-Id: I0c0857b4b4ac87586675e8540ef5135dbce82b5c

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [74c7539c091a9b6781eae7d3f07d45546499d3b6]

        This reference argument can be const
        
        Change-Id: I4d8d23d34aa72a0101bc18e98983ea8840806462

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [c0afcc0f0777ec76c1c04611f528741271b58227]

        This does not need to be a member function
        
        Change-Id: I4d008ac516c66243d436a3afe3322ba1b6c9ef22

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [4106979a1d37c98b6ea93d134521fde9bb788956]

        Unused data member and setter
        
        Change-Id: Ib11213ecad715948793f0b608ebb99d22fbc3152

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [b0caeafc1add0b52b3d7a9dc80f50080ba439f59]

        Bail out early and minor optimizations
        
        Change-Id: Iec521a951e53386fc2bd780926d4a372e5fb05bc

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [d72c7903d8748017955f8f3b0a19ab0f96532e53]

        String to OUString
        
        Change-Id: Ib7f355f68fe79ebfebb83fb5d2b72f4070153610

2013-10-05  Matteo Casalin  <matteo.casalin@yahoo.com>  [2c5e78f90eb8f584a3bff15b5abc6bac099f156e]

        String to OUString
        
        Change-Id: I08064ad6f919b99ce5536eaef36b38523cf82610

2013-10-05  Stephan Bergmann  <sbergman@redhat.com>  [be67dc7e3a916855f106536c5c0e4ccea1d8a48a]

        Add back xsltproc --path arguments
        
        ...that 1f82c0a46529ee056e99fd7031b5d569de522359 "gbuild: kill
        gb_XcsTarget_get_outdir_target" had disposed of, to avoid "failed to load
        external entity" warnings when .xcs/.xcu files reference DTDs in
        officecfg/registry/.
        
        Change-Id: I99b99a798782be6ad779b3f9d1951a37b1477926

2013-10-05  Stephan Bergmann  <sbergman@redhat.com>  [30fd40e42305069eb52eb4b47acf869d91c21ee5]

        Improve prop value checks
        
        Change-Id: Iee877c5d4ca384a19302fe2a1fc2837325bfd604

2013-10-05  Stephan Bergmann  <sbergman@redhat.com>  [aced29f305a25fba8f8a968599f4b4ba226b7098]

        No need to hide xml:lang="x-no-translate" in dummy install:module
        
        Change-Id: Id9e3c40c14b43924467c23fad11e97951121d17d

2013-10-05  Stephan Bergmann  <sbergman@redhat.com>  [c6f8def934bc6019692b51ffcd0fc1634db23056]

        Fix misuses of xml:lang="x-comment" in non-localized props
        
        Change-Id: I22eae40f740e4454a83f55aed0dd4cf08a0f4492

2013-10-05  Tor Lillqvist  <tml@collabora.com>  [6d287589e3a74d1eec3d5c55277ae6479d659948]

        This DEBUG_UNIT_TEST stuff is unused
        
        Change-Id: I947713bda2c37e22199161a2c59e5d9ed00b37a2

2013-10-05  Tor Lillqvist  <tml@collabora.com>  [773173c233b7074cd56070c3b027e02c9bc29ee0]

        unused function 'operator<<'
        
        Change-Id: I05d3877e2b0cb4bfccd3a2ae6f24abfd6507c46d

2013-10-05  Siqi LIU  <me@siqi.fr>  [93e020be90a9ff9cc9f8726a93d0b8ddd1e34f4a]

        popOverView modified for better touchability
        
        Change-Id: Ief0ca8dfef303ecf905fdf02bcea924f98de976b

2013-10-05  Siqi LIU  <me@siqi.fr>  [fd2fb1b3a4f9e00fedb82421b419ef60ccee43e9]

        minor
        
        Change-Id: I25a9af3cad0454ee098b468d52433bec821c464b

2013-10-05  Siqi LIU  <me@siqi.fr>  [4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10]

        fix for fdo#65295, gradient issue
        
        Change-Id: I3247cde66e5d6622102decca5912fe1645ee9e29

2013-10-05  Thomas Arnhold  <thomas@arnhold.org>  [d4730af10ca8bee1e663e3fabf18292f49cfb370]

        fdo#60662 apply HIG rules
        
        Change-Id: Ia73c38866b50e6986361909aa64f7a95c2ce8635

2013-10-05  Thomas Arnhold  <thomas@arnhold.org>  [e31a3abfc7c5f30442ec5288e2d698af01d4f831]

        WaE: -Wunused-variable
        
        Change-Id: I31bdce7f31185faebaf8a8a2162669b185def0c9

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3ff650d5659ed050e33074355ee2384f1569b21e]

        Rename StringPool to SharedStringPool because that's what it is.
        
        Change-Id: I2fc3ce4f0c2291d402cb470346d5561373fb51e7

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [200b4539677b51cb7161a5dd4697778dbfc693e3]

        Some attempt to store string ID's into query items.
        
        Change-Id: I8db7cd327728be0974405eabb0fd58156ba231d6

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f54cdb59217cb84033235e18a208c6e27d7fca57]

        ScInterpreter::GetString() now returns a ref to OUString.
        
        Making adjustments in some call sites.
        
        Change-Id: I85aca2eeb2aece46be52d90a611a64d85792a05f

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8d7973f8f14e07ddbe77e3633a5de641fa38e379]

        Reduce the amount of indentation by early exit.
        
        Change-Id: Ibcf64f57d84dd90a41421522c8082319f1d5796a

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3f6f7566dd92be7b27cee99d3291fdb4fc5f5a38]

        Test comparison between simple and rich-text string values.
        
        Change-Id: Icdb9a81b1be80b058b71c23b3fcb58a5e8970e21

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [875f47cb5a20e2ce6ed54d88fd5bbf1d6128a47d]

        Add methods to turn cell strings into numeric IDs for comparison.
        
        Both in case sensitive and case insensitive comparisons.
        
        Change-Id: I356a655273f0f37157810c86e1cf3f87ea2afa09

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f6ec66727379fef56f0972e2a6181e39ab6d4ec1]

        Add methods to extract string IDs from edit text object.
        
        Note that a single edit text object may have multiple string ID's in case
        it consists of multiple paragraphs.
        
        Change-Id: Ie90541de38a639c30a010817dada389e9445d08c

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4aa411674224edb5eedd8d6170e8b27c491df851]

        Let's just use sal_uIntPtr straight.
        
        So that the user of this class won't have to include the header just
        to get the string ID type.
        
        Change-Id: I0ccbc18fe02644f69701f57b0b1b9c30fd141d83

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [dc1314d96257845139015ee13edc04af470c18f6]

        Normalize all string objects that are cell contents before they get stored.
        
        Hopefully I've covered all entry points. There may be more lurking in some
        dark corneres...
        
        Change-Id: I62e655cc579aad08fa64b5d58e739c55425cd216

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc1c67dc8296cff59759ee4abd5ab0cf0632af85]

        Add string pool to document.
        
        Change-Id: I7430af7486a2f7a150ed17a0c345aeeb987ec993

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [57bc9f7edf6ec33c7c81c856cf5a51ea41b67932]

        A little more test on shared string pool's life cycle management.
        
        Change-Id: Ic676dd875c27ce60a0707903d7f22207764829e0

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [00d08001da8dceeb77f16dca523979aa8ccc3755]

        No need to intern strings here; all OUString's are ref-counted.
        
        Calling intern() simply moves it to a global hash storage.  Now
        the test passes.
        
        Change-Id: I0a93420abce1c3adaaa61d469dff5f359dd5ada4

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5f5876e5c395808006daef3456a961d9e6756791]

        Add purge() method to purge unreferenced strings from the pool.
        
        But this code needs more work.
        
        Change-Id: I538eebf5eb1738a2cfeebc22052b3d5db6001b6b

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [46ca6ab1fe69a29b75c3b9c3a04af27b5af63fd3]

        The map actualy needs to store OUString to have it ref-counted automatically.
        
        Change-Id: Iff6fcf3aba73f2d06ac0c885b39e69ac0febc49f

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2c96a2887360f3b152b369a745440d4b503aa70d]

        Correct way to get case-insensitive string identifiers.
        
        Change-Id: Ia343165941231fab34c4904b7a2fa10b07fa32bb

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b3674c9291a09c4e278a0875b691fc7aaf3f38cd]

        Let's not expose the internal pointer. Define different ID type.
        
        To prevent the string ID's from being used to instantiate string objects,
        which can mess up shared string object's life cycles.
        
        Change-Id: Ibcd9a4fa9f591d5c27a9e1b50bc9f83ae230e86a

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4d076d4ceeb05061b6b0699c19af9ba5ed0fcd00]

        Write some rudimentary tests for the new shared string pool class.
        
        Change-Id: Ie66de46d69f664839aa0a2d056cd3b8df4d4989b

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5d3ea0cde3f4c61832c48281e75dabd22621a893]

        Establish mapping between original strings and upper strings.
        
        This will be used to retrieve case insensitive string identifiers
        later.
        
        Change-Id: Ia34f57d0e8d0cb6bd4630f8d110853ed049770b5

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [279ae5116119b96b25fa56b53ecde4d61878cad7]

        Add method to normalize strings in EditTextObject.
        
        Change-Id: I1adb57279db0afeb8387599ec11984380e5a2e4a

2013-10-04  Kohei Yoshida  <kohei.yoshida@collabora.com>  [878439cc9293e3f5a00f1ffd8d2a13e4fc1b804f]

        Move this string pool code to svl.
        
        Change-Id: I1379fbc377607be8831133d64db2e14f8c75bff8

2013-10-04  Tor Lillqvist  <tml@collabora.com>  [6cea76189fb8d9fbb358f757157df66c7ea31c85]

        fdo#67534: try to avoid file locking in Explorer shell extensions
        
        Change-Id: I287395f6c25b1bfb9b9482166ae6f34d9af8f455

2013-10-04  Michael Stahl  <mstahl@redhat.com>  [738ae33f7e1503a72ef6e31318f80257f173042d]

        warning C4701: potentially uninitialized local variables
        
        Change-Id: Ia153de4928ff99e8943450be27fa5ddeada8608c

2013-10-04  Michael Stahl  <mstahl@redhat.com>  [bbadfca2cad32f1da9cca225df0b12cdde84d593]

        refactor make check to run subsequentcheck parallel to instset
        
        ... which saves 4 minutes on a "make check" here, when configured
        --with-package-format="archive"
        
        Change-Id: I415e0e95ae7f4e289fa4797643f5d744015d80ad

2013-10-04  Jan Holesovsky  <kendy@collabora.com>  [457e0aef522583675247029e77cb212fb65d6cd1]

        DOCX styles: Check that we roundtrip rPrDefaults.
        
        Change-Id: I3aef9fdedf9877d1243940c429e05ff36f7fa760

2013-10-04  Jan Holesovsky  <kendy@collabora.com>  [9f8fb9fce00caf1672844444a737a6477e34c9cb]

        DOCX styles: Output real rPrDefault's.
        
        Not complete - to be checked which of the properties are we supposed to
        output; so far we support only w:rFont and w:lang.
        
        Change-Id: I142dd075735ba2c5cb1022768bfecf793148078f

2013-10-04  Jan Holesovsky  <kendy@collabora.com>  [ad7b757a25d90e995606947ee639d5b620c267a2]

        'ist' -> 'is' here and there.
        
        Change-Id: I0a463c38214b95582db2c7b3979367255426c14e

2013-10-04  Herbert Dürr  <hdu@apache.org>  [6489f97fc428446c53c17f885963776cdcc21490]

        Resolves: #i123417# handle subsetting of empty ttf compound glyphs gracefully
        
        (cherry picked from commit d519b07ecd4b67cedf1fe3e1860ef33a48a01ae4)
        
        Conflicts:
        	vcl/source/fontsubset/sft.cxx
        
        Change-Id: I51d4a97f1f01be49cb5ab058019cd153e23437bd

2013-10-04  Caolán McNamara  <caolanm@redhat.com>  [507c1c9905ce02c376be4e57a937cde8d01d2c26]

        Resolves: rhbz#1012379 draw audio-placeholder in presentation mode
        
        Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460

2013-10-04  Julien Nabet  <serval2412@yahoo.fr>  [fa5c7ccff482c23f96def89978377f2d7d41d225]

        Fix path for common-update.dtd
        
        Change-Id: If87cb8da51bb85b6b1f4af166a6bbb6005bde55b

2013-10-04  Thomas Arnhold  <thomas@arnhold.org>  [f762dad2e7b7dfa42abc4d16209e033b037b5938]

        fdo#46374 replace stardiv in comments where applicable
        
        Change-Id: Icd07fba84735325408741ad10864c63ea32a6481

2013-10-04  Thomas Arnhold  <thomas@arnhold.org>  [be62c01287c095c22a83ecfe6f9f45874f6e56f8]

        fdo#39674 fix some spelling
        
        Change-Id: I72e497fb97edf8782c69000576f42896594e1556

2013-10-04  Thomas Arnhold  <thomas@arnhold.org>  [80697835719c5220c68608954ade949b5a7ed503]

        remove unused method
        
        Change-Id: I866934c9cf92a642d81f20cb10e8c3f666a8dcfb

2013-10-04  Thomas Arnhold  <thomas@arnhold.org>  [05d7ad7849988749a3c46e42a81da02164adeffa]

        pObjektShell -> pObjectShell
        
        Change-Id: I575efe3d407cd80aca9a2a6b32dfa23aa45e63d3

2013-10-04  Eike Rathke  <erack@redhat.com>  [d281caacbe20b61fd53e4d54f0178b3f83266970]

        added Kumyk [kum-RU] to language list, fdo#70089
        
        Change-Id: Iebf76555903fec1b533141104d3752735a8be075

2013-10-04  Michael Stahl  <mstahl@redhat.com>  [fb2dace68662afb5033ecfb1c8ea15b6c1d8d07d]

        remove superfluous endif
        
        Change-Id: If585526ab15d31f2f7a1b46c216f0b019d913fd3

2013-10-04  David Ostrovsky  <david@ostrovsky.org>  [b4e25bc4c1f71327002cfbbaae5b85fd05c0ac28]

        fdo#64741 Thunderbird mork driver: implement collected addresses
        
        Change-Id: I5a8516a6cf4bd71cea2be916d5a7fcfb16b4e749
        Reviewed-on: https://gerrit.libreoffice.org/6020
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-04  Tomas Chvatal  <tomas.chvatal@gmail.com>  [449ee2db73c40918ff17f3d42736ad2dd3ebed78]

        Enable %U in desktop files with kde integration
        
        This fixes issues when clicking on various URLS when the KDE only
        integration were build.
        
        Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2
        Reviewed-on: https://gerrit.libreoffice.org/6018
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [677b4402a970ef135da76760c9a97a1ffb74c3b9]

        g: fix --set-push-urls
        
        1) submodule's .git is possibly a file now
        
        2) just use the logerrit alias, as
        
           - logerrit setup already set that up
           - possibly otherwise the right ssh key is not picked up
        
        Change-Id: I4fb355a7f7ec7d549d2b06367f4fd10d06086374

2013-10-04  Nagy Akos  <akoscomp@gmail.com>  [2add63d2414db75ca91fa07dc82ad8cf9d7ddc93]

        Updated core Project: dictionaries  80bedbd4f97f262e99f35e7b9a9413626f189a63
        
        Correct some errors and add new rules.
        Change-Id: Ibcc651f0e4120a8dfddeaac5a20a6b401a71516f
        Reviewed-on: https://gerrit.libreoffice.org/6117
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>
        

2013-10-04  Stephan Bergmann  <sbergman@redhat.com>  [0d2f52cdba09f97acf18c64864e4790f344515d1]

        Updated core Project: dictionaries  3523389ee5c854fee19cb3cee2678e4f1d38a44b

2013-10-04  Stanislav Horacek  <stanislav.horacek@gmail.com>  [226eb77d490ff88115cf1323a2cd3e2df8e3cd05]

        Updated core Project: help  8ae99d7acf90b02d7ae8b90587d721a95724b754
        
        fdo#54812 remove size optimization option
        
        Change-Id: Ifbb8155be7e4f52c3d02fedb59cf4cfbef20e231
        Reviewed-on: https://gerrit.libreoffice.org/6113
        Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        

2013-10-04  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [01b8d2e0142dd5693bfd67e4159a0ef975f08bb9]

        Better wording: "Add Separator" instead of "Begin Group"
        
        This is the command that adds a Separator to the toolbar or menu
        
        Change-Id: I38bb449b6f34b6fc80bbbe6c0161d3346f785888
        Reviewed-on: https://gerrit.libreoffice.org/6088
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-04  David Ostrovsky  <david@ostrovsky.org>  [74403b790a50ee6185a607e9e48d87a061e123e9]

        VCLXToolkit::reschedule(): lock SolarMutex
        
        ... otherwise Yield() will return with the SolarMutex not locked,
        triggering the assertion in ImplYield().
        
        Change-Id: I6e44ce95517702ff5f316f7ea1df3aefc31588f6

2013-10-04  Michael Stahl  <mstahl@redhat.com>  [4fc7deb7b0528010ebf644654bf4a36594e03f8c]

        fix STL assert in accessibility::AccessibleGridControl::commitTableEvent
        
        While running some JunitTest, crashes on an attempt to delete entries
        of an empty vector m_pImpl->m_pTable->m_pCellVector.
        
        The entries are created on-demand by
        AccessibleGridControlTable::getAccessibleChild(), so presumably that
        hadn't been called yet when the rows were deleted.
        
        Also fix bizarre abuse of all applicable variable naming conventions.
        
        (regression from 2095b2e1d44a158418d17836019352ed92f95d21)
        
        Change-Id: Id2d70ca4601a166718629c0fe922f805dd72eec1

2013-10-04  Michael Stahl  <mstahl@redhat.com>  [da21e9de6a71dcd1926f5bf167049bce0590515e]

        require OAccessibleContextHelper to be initialized with SolarMutex
        
        OAccessibleContextHelper methods are locked by OExternalLockGuard
        which effectively only locks its ExternalMutex (i.e. SolarMutex);
        so ensure that all sub-classes actually pass in a SolarMutex
        by removing the default constructor.
        
        (since these classes are in comphelper they can only use the
        SolarMutex indirectly)
        
        This uncovers that AccessibleToolPanelDeckTabBarItem and
        OAccessibleControlContext did not pass in SolarMutex before.
        
        Change-Id: Ib9085eeee6225f7c74b158e72f04b1bf62622071

2013-10-04  Benedikt Morbach  <benedikt.morbach@googlemail.com>  [43d1b80a6758022c2187e077f50f3606dbe557bf]

        configure.ac: always search for md5sum
        
        Since edf8db717f49199833de9fc9d2c9817bab613795, the MD5SUM env variable
        is used by solenv/bin/modules/{installer.pm,installer/systemactions.pm}
        like this:
        	echo $languagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"
        
        Because the MD5SUM check is behind "$enable_fetch_external" != "no",
        this causes an error with  --disable-fetch external:
        	sh: -c: line 0: syntax error near unexpected token `|'
        
        Move it out of the enable_fetch_external check.
        
        Change-Id: Ib0a9694226deed3957868c17fe4d982f38fd84b1
        Reviewed-on: https://gerrit.libreoffice.org/6127
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-10-04  Jan Holesovsky  <kendy@collabora.com>  [2997d7d10a79917495a310135f863bd71541b304]

        HighLight -> Highlight.
        
        Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf

2013-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [5ebe826caf75e8d00656b3333385bf0bbc05cb27]

        fdo#69384 fix impress -> writer copy&paste
        
        Regression from 2ade07126971b79c92f729fae5709f2e2e2b495c (fdo#62044 RTF
        import: don't overwrite existing styles when pasting, 2013-06-04),
        during paste, if existing style was found, then the intention was to
        skip that style, but instead we tried to create one.
        
        Change-Id: I83adaf9fe6b8a578fa60c21b9463fabde7707d7e

2013-10-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [fd2d14d5543c82eb875e720c98b51518699a8fbc]

        Implement DOCX export of paragraph outline level
        
        Change-Id: I5648454d50f1df61962fa1516ea62aee5cb3777e

2013-10-04  Jesús Corrius  <jcorrius@gmail.com>  [050248fea53adb6a14b649c5f84dd69a8faff997]

        Initial fix for fdo#69915
        
        Change-Id: Id673eb7a55aefb35ff8ab612f926bfd115129ab4

2013-10-04  Noel Grandin  <noel@peralex.com>  [26acd487845bd6c6f08036bffde1631fae56087a]

        convert sc/inc/fmtuno.hxx from String to OUString
        
        Change-Id: Ia8fccd5d062ed27bebf87a46f774fff589c1076b

2013-10-04  Noel Grandin  <noel@peralex.com>  [049b9cb306356f97b3bcf7474223f5bdd47f1ca2]

        convert sc/inc/hints.hxx from String to OUString
        
        Change-Id: I34c95dc8fcece06df4d7869fdfb2341052232936

2013-10-04  Noel Grandin  <noel@peralex.com>  [83eb6bc562b6de5b8f7c22c9f408e68d6566d739]

        convert sc/inc/l*.hxx from String to OUString
        
        Change-Id: I52f9989cead1fc84e659fe0e4180a9c85388355d

2013-10-04  Noel Grandin  <noel@peralex.com>  [dc2710a57eb7d65c03df40a54fafe0fb4a7e29d9]

        convert sc/inc/nameuno.hxx from String to OUString
        
        Change-Id: I99faf0c59c890a1de0e038053e2d97bf1a017270

2013-10-04  Noel Grandin  <noel@peralex.com>  [165b06cde6db152a4d3e781f97830c6d4ee8297a]

        convert sc/inc/progress.hx from String to OUString
        
        Change-Id: I7bf7966706f6039f9f9469647d013b77d78e4bb5

2013-10-04  Noel Grandin  <noel@peralex.com>  [72b9dd277bab328c4d9227439e27e8c29b43fa7d]

        convert sc/inc/r*.hxx from String to OUString
        
        Change-Id: Iaae69c0914917d9d5851f227be28ff5cd098da8b

2013-10-04  Noel Grandin  <noel@peralex.com>  [f8f90a70ab58426058556c24c64db1f5a85a5574]

        convert sc/inc/s*.hxx from String to OUString
        
        Change-Id: Ie5e439ac664e9725bad9366d31990279b411c475

2013-10-04  Noel Grandin  <noel@peralex.com>  [f1503007a8daaa3dcd561248740d285804313d9d]

        convert sc/inc/t*.hxx from String to OUString
        
        Change-Id: I23838bc08a625ebf438f0c6352a1bf86c728713b

2013-10-04  Noel Grandin  <noel@peralex.com>  [89c749db5ad927a1283f7d58d842e097902429a8]

        convert sc/inc/view*.hxx from String to OUString
        
        Change-Id: I15930932205fc39322a9e88b1739a741781a0e96

2013-10-04  Noel Grandin  <noel@peralex.com>  [f49ed16f7b5fac08714f276acbe1d0c80661385b]

        convert sc/source/core/inc/*.hxx from String to OUString
        
        Change-Id: I09e8386b5ed0a96829bc8d844905c0c021b6b1a7

2013-10-04  Noel Grandin  <noel@peralex.com>  [b68a0caf33249c9fae957c667aa0d55f28daefcd]

        convert sc/source/filter/inc/Xcl*.hxx from String to OUString
        
        Change-Id: Idf65f981bb0719dab43da6b65c8275ef04d65393

2013-10-04  Noel Grandin  <noel@peralex.com>  [5b9e37c904b8e72475df62758231f317f3204b20]

        convert source/filter/inc/*.hxx from String to OUString
        
        Change-Id: I7b70d5c699819103260c2b248203c41f1d543a79

2013-10-04  Noel Grandin  <noel@peralex.com>  [38d967bc53d30628cfb6e67c3c3c38885209436f]

        convert sc/source/filter/inc/f*.hxx from String to OUString
        
        Change-Id: I9ccc22bcafe98ec06acefb1fcea672ce15ef0dd5

2013-10-04  Noel Grandin  <noel@peralex.com>  [45c2fbbc3877f77fbe8dd29bf34a5a8302ff6fd6]

        convert sc/source/filter/inc/html*.hxx from String to OUString
        
        Change-Id: I26a49497b8b66281e6e8d7924a05de7a71d623c5

2013-10-04  Noel Grandin  <noel@peralex.com>  [6ba68940e8c64e5b145fee3e9b9fa3a16369e307]

        convert sc/source/filter/inc/lot*.hxx from String to OUString
        
        Change-Id: Ie996090fca2ea391b6ad15087a237e3286fc00a1

2013-10-04  Noel Grandin  <noel@peralex.com>  [a599196064003b724c8ffe3144b77292a4082df3]

        covnert sc/source/filter/inc/namebuff.hxx from String to OUString
        
        Change-Id: I08d7224df62723b70b46981f1b6d61379ab62747

2013-10-04  Noel Grandin  <noel@peralex.com>  [9b57cc2b9a4266136a9cc6ad76f7997f41a6f535]

        convert sc/source/filter/inc/qpro*.hxx from String to OUString
        
        Change-Id: I5d1f3c1daeee0a08c344c55d5d86d5d618718698

2013-10-04  Noel Grandin  <noel@peralex.com>  [81ea1b554de5d2d2b56a9e651b0ebd06bffc7289]

        convert sc/source/filter/inc/rtfparse.hxx from String to OUString
        
        Change-Id: I8ec99823fd842dce9e275fc511cc9bcdf185ef7a

2013-10-04  Noel Grandin  <noel@peralex.com>  [b0be20551ce024096615f20ea75f1dd92aa73c25]

        convert sc/source/filter/inc/tokstack.hxx from String to OUString
        
        Change-Id: Ib23a94ee45539c01c3e4c95b3d5983c470950a8b

2013-10-04  Noel Grandin  <noel@peralex.com>  [127a09b3a86874ea076b36d867ba29eb61a2abc3]

        convert sc/source/filter/inc/xcl97rec.hxx from String to OUString
        
        Change-Id: Ia36bc65bcfdaf92e3a2b6738479ff80be0d4a8a8

2013-10-04  Noel Grandin  <noel@peralex.com>  [0d0cd2b3aeb89bd223c7b779e89805cab2dd340f]

        convert sc/source/file/inc/xe*.hxx from String to OUString
        
        Change-Id: I3e0a0edb7a49ceed94bf64800bbd4ca8481b89db

2013-10-04  Noel Grandin  <noel@peralex.com>  [52fcc738eeb9c7ff3fc023668dc335076e8bef42]

        convert sc/source/filter/inc/xi*.hxx from String to OUString
        
        Change-Id: I211c250768ed63d3facfbbf7574cdec5415c983a

2013-10-04  Noel Grandin  <noel@peralex.com>  [73873ef6b4d7ad8697bda3a44bb16b7eed9b93bd]

        convert sc/source/filter/inc/xl*.hxx from String to OUString
        
        Change-Id: If396f7b3d34373fa093cfe1c1e71fd47a559148d

2013-10-04  Noel Grandin  <noel@peralex.com>  [145a6b6bf970257f2627d986084cd5d782d48fc7]

        convert sc/source/filter/xml/*.hxx from String to OUString
        
        Change-Id: I61cd4a7fe658c47c4bc257c28fc24e2326a1c1c8

2013-10-04  Noel Grandin  <noel@peralex.com>  [4bfdde8cdfa0b9002277cc9c15d39990ffbbdab6]

        convert sc/source/ui/attrdlg/scdlgfact.hxx from String to OUString
        
        Change-Id: I63b028708f3f5e18c97b42fd891845d716cf120f

2013-10-04  Noel Grandin  <noel@peralex.com>  [fbb07536e49f7f80200ae038331fc5281a1e773e]

        convert sc/source/ui/inc/a*.hxx from String to OUString
        
        Change-Id: Ia127776aed43eb634b4a7b87d03000d0d53c3b64

2013-10-04  Noel Grandin  <noel@peralex.com>  [568c45f37f78c87ec11ee81ed51d0fa9fe83495e]

        convert sc/source/ui/inc/c*.hxx from String to OUString
        
        Change-Id: I364aeba561a0f6688924fddc55634f83fe5045f6

2013-10-04  Noel Grandin  <noel@peralex.com>  [b476614e28cde3a4c3e8ef966c6cb5fc0e8a1ba0]

        convert sc/source/ui/inc/d*.hxx from String to OUString
        
        Change-Id: Ie463ca66bb77c251742bacee94f26adc2a697c6e

2013-10-04  Noel Grandin  <noel@peralex.com>  [ad66c5acd459fa5ad022daab7c8ec98836cb8c4f]

        convert sc/source/ui/inc/f*.hxx from String to OUString
        
        Change-Id: I9915e2c627413ebc0622a79929fb778c0211c355

2013-10-04  Noel Grandin  <noel@peralex.com>  [5eec4e7d2a5369f9d84b2a50cb47ca918d55d25d]

        convert sc/source/ui/inc/gridwin.hxx from String to OUString
        
        Change-Id: Ib2b5185dfb803a8b8321f6025ab7b91d2d5af65a

2013-10-04  Noel Grandin  <noel@peralex.com>  [55d0f9b63fdcf0dd0573e7dae568713257c41e97]

        convert sc/source/ui/inc/h*.hxx from String to OUString
        
        Change-Id: I261d23e42b46e8f7641a9780217847c1adeda0c5

2013-10-04  Noel Grandin  <noel@peralex.com>  [2dba88c6e4f790aec9a4dc1acd3f3c9608d47b5a]

        convert sc/source/ui/inc/i*.hxx from String to OUString
        
        Change-Id: I856c9b2a286da2fd41e88ec14c0a77bc3546b0c4

2013-10-04  Noel Grandin  <noel@peralex.com>  [28fa70addbb860afcb210f07f0b8e49b0cfab6e1]

        convert sc/source/ui/inc/l*.hxx from String to OUString
        
        Change-Id: I6a38e3c4542aa3327dc65379016ac8193ce9e62d

2013-10-04  Noel Grandin  <noel@peralex.com>  [18227380e6f73b4de8fbfc094e3b1af49e946a6d]

        convert sc/source/ui/inc/n*.hxx from String to OUString
        
        Change-Id: I230227ccdf3ed90217290a963620e977615e07fa

2013-10-04  Noel Grandin  <noel@peralex.com>  [a3e69600349abf418f5f2e5198b87c8985095bd3]

        convert sc/source/iui/inc/o*.hxx from String to OUString
        
        Change-Id: Ia9b350db1f6a2267b54bd8a186ae32fc557c6d8d

2013-10-04  Noel Grandin  <noel@peralex.com>  [cd41f81e8df7f092d44889d351018b163e6e828d]

        convert sc/source/ui/inc/p*.hxx from String to OUString
        
        Change-Id: I80a181a9f3e9c3671493994d08ceb027b3a41b79

2013-10-04  Noel Grandin  <noel@peralex.com>  [9ed124caa3e60593b3db4980685c9eb013542f2f]

        convert sc/source/ui/inc/r*.hxx from String to OUString
        
        Change-Id: I5456c0b79cf7b9c4e548911c21004ab29eb00ff3

2013-10-04  Noel Grandin  <noel@peralex.com>  [50977e5ad36a56a2a0fd471ef654a22bc9f747da]

        convert sc/source/ui/inc/sc*.hxx from String to OUString
        
        Change-Id: I7994cf3916bc34876ae838dd7158c03dd732074e

2013-10-04  Noel Grandin  <noel@peralex.com>  [e699c7fcd150315e4fc3abf21c9d2e732ad9aae1]

        convert sc/.../servobj.hxx from String to OUString
        
        Change-Id: Ie2328bcca4e5858e510cfdd3f7c37e6f13f5129b

2013-10-04  Noel Grandin  <noel@peralex.com>  [3807fff9f1c0aa96d5db0a42c9bc5038d3ff35b2]

        convert sc/.../shtabdlg.hxx from String to OUString
        
        Change-Id: If14242d10a417b692f39f093febcda803f08c008

2013-10-04  Noel Grandin  <noel@peralex.com>  [132731f0704b5a9e996cb0d413c8e369efe8875f]

        convert sc/.../reffact.hxx from String to OUString
        
        and de-virtual GetRefString/SetRefString, not being overriden
        or overriding.
        
        Change-Id: I7bf358ed5cdff316f6c77bdc13e9e245c5acccb9

2013-10-04  Noel Grandin  <noel@peralex.com>  [18d1bb6290e45770247a84df654bd053a56c3cb2]

        convert sc/.../simpref.hxx from String to OUString
        
        and de-virtual the GetRefString/SetRefString methods, they are
        not being overriden or overriding anything.
        
        Change-Id: I7c912238a569bb7747368443bab356b72576df38

2013-10-04  Noel Grandin  <noel@peralex.com>  [2d4922da02ab9f6ab564ee563848f1bac1aa5234]

        convert sc/.../solveroptions.hxx from String to OUString
        
        Change-Id: I2f00c298acfa79403d3e5e596b1c2e6cf6d84128

2013-10-04  Noel Grandin  <noel@peralex.com>  [f164e012bdf16f31aa85bab8f799362b6f28a6b8]

        convert sc/.../solvrdlg.hxx from String to OUString
        
        Change-Id: Ie34c9119ed8c59c224d941e1cfa889185a536d37

2013-10-04  Noel Grandin  <noel@peralex.com>  [311d673f9d61db7687d21620252841883da4d7bf]

        convert sc/.../sortdlg.hxx from String to OUString
        
        Change-Id: I6bd9ba6b1ec252f035f2ba352fa8b350beef7d39

2013-10-04  Noel Grandin  <noel@peralex.com>  [214f477b10232f37f8fe16da3265a37055d0bc71]

        convert sc/.../strindlg.hx from String to OUString
        
        Change-Id: Iecbdcc135a14dc9f7713d79dd38b2f2e6a079a3b

2013-10-04  Noel Grandin  <noel@peralex.com>  [0a918d70f178b901794812d304686a83c4cfa9b4]

        convert sc/.../tabbgcolordlg.hxx from String to OUString
        
        Change-Id: I10db7ec99599947218c7d2e9cc7db1468ff5cba7

2013-10-04  Noel Grandin  <noel@peralex.com>  [f2f971b81000410dec06ed85dd323aa03f1f77b7]

        convert sc/../tabopdlg.hxx from String to OUString
        
        Change-Id: I2902cab04bd905763ace0f41316dc70d3f609388

2013-10-04  Noel Grandin  <noel@peralex.com>  [f4343782227235bed736bdab456da8fdccf2e599]

        convert sc/.../tabvwsh.hxx from String to OUString
        
        Change-Id: I5b9cf40acf4f6d2f4daf948e2c85e6cd9580425a

2013-10-04  Noel Grandin  <noel@peralex.com>  [91281ddf9896a6f4e25ef44ed408b4bec2164fdf]

        convert sc/.../tphf.hxx from String to OUString
        
        Change-Id: I039065969a25ce046d665ab4faa99a7a7171ef08

2013-10-04  Noel Grandin  <noel@peralex.com>  [3a30d789f47295c1b6b3295b80f0a8c83709d57d]

        convert sc/.../inc/tpusrlst.hxx from String to OUString
        
        Change-Id: If41743507a227618989bf7fba5c6fa443fd9c82e

2013-10-04  Noel Grandin  <noel@peralex.com>  [de714cbb97a913f76bfe511ea5201137574686ee]

        convert sc/.../undoblk.hxx from String to OUString
        
        Change-Id: If15afa4688f5b06bb5650ea76fc2679f98e45a3a

2013-10-04  Noel Grandin  <noel@peralex.com>  [866b53623430275c491f7e33fb82812fd69ff2c4]

        convert sc/.../undocell.hxx from String to OUString
        
        Change-Id: Id2bc7e5ea39eef64030f36c12d2535d69b58df7c

2013-10-04  Noel Grandin  <noel@peralex.com>  [c9a116583279a13bdea343ff82c131d850bff010]

        convert sc/.../undodat.hxx from String to OUString
        
        Change-Id: I8bf3956d9941c005ab8c46f5e115e23b24c9c3e0

2013-10-04  Noel Grandin  <noel@peralex.com>  [be014d6ec43049d8deb1341c16c743fe7bc4c566]

        convert sc/.../undostyl.hxx from String to OUString
        
        Change-Id: I4e8734e8c2fc56094eeea3155c6dab6858a7b11b

2013-10-04  Noel Grandin  <noel@peralex.com>  [7c1c4a8af60349bb15ec0b55dabc5d3d71c7f861]

        convert sc/.../undotab.hxx from String to OUString
        
        Change-Id: I25f44b608637fd925728611c708cf69afd3d1cab

2013-10-04  Noel Grandin  <noel@peralex.com>  [9b3408424c56324add07261e7d0527e2352d41be]

        convert sc/.../validate.hxx from String to OUString
        
        Change-Id: I8fcda79f5fbb4a79621566fabab0eb28ca15c57b

2013-10-04  Noel Grandin  <noel@peralex.com>  [338454dfea59781ba6a7bc69d5527d8992b38e01]

        convert sc/../viewfunc.hxx from String to OUString
        
        Change-Id: Ib72bbd6836056c2f6904290dee413b4c426d0b72

2013-10-04  Noel Grandin  <noel@peralex.com>  [39fb60ee9070989b69c56b0d259528593eb7fafc]

        convert sc/../warnbox.hxx from String to OUString
        
        Change-Id: I1a94de9d2afcf21bd7c46cedccf2189bf2f6285a

2013-10-04  Noel Grandin  <noel@peralex.com>  [669ec69ddb76b8578552b47989d4ec31fc8123d0]

        convert sw/../CellAppearancePropertyPanel.hxx from String to OUString
        
        Change-Id: I122597eb38d86e1f3b3fa13bddbd02f822ac33ec

2013-10-04  Artur Dryomov  <artur.dryomov@gmail.com>  [7d98cbb5beafe6f0853e0232bd7b51098cbcae80]

        Add missing license headers to XML source files.
        
        Change-Id: I171bf4101fe3f049f1d032a9a29ef0f8d40a5ee1

2013-10-04  Artur Dryomov  <artur.dryomov@gmail.com>  [3ac54aa0dfb7b32a9c676dbe7411d08b25f9c799]

        Add a xxhdpi version of the logo.
        
        Change-Id: Ia9afd7c9100cdb1f84813dd2aff7e37f46eafb6c

2013-10-04  Artur Dryomov  <artur.dryomov@gmail.com>  [790693d8b2d0dccb240228f20dea01c7a4f66441]

        Add missing xxhdpi action bar icon.
        
        Change-Id: I0d01b0e9780e228d8ee60aafd80e70c5990eab4e

2013-10-04  Artur Dryomov  <artur.dryomov@gmail.com>  [99389390b8c784a3af7f7f0ef1a121b35134bb60]

        Add support for setting vibrate mode while showing a slide show.
        
        Change-Id: I8f407fbce3b90b56a0fb24b1143bcd7f2a243020

2013-10-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e5961c6a09b0d1747c36088d1258ad192fa944f9]

        HSQLDB unit test doesn't depend on firebird.
        
        Change-Id: I393381984eded19bcd0712c824e4ec0798e60321

2013-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [7f71207891bcf47496643551e6474c265a7ad8e9]

        sw doc model dump: also output the SfxItemSet of paragraph styles
        
        Change-Id: Ie85b8e6669f3b0d3bef48d56934c8ec07d858b8a

2013-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [5a1e73615e5fe0c1737afdc184444f971d80ab20]

        sw: include names of character and paragraph styles in doc model dump
        
        Change-Id: Ib766fa7753e52ad81f5fe976d0e6c3e1f688a826

2013-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [087a8cb10058acdd1bd5071ca3d4725fe585dd7d]

        SwFldTypes::dumpAsXml: handle RES_{PAGENUMBER,DATETIME}FLD
        
        Change-Id: Iccdf53d285ed36c59c7dab4050f1c56b0e326c91

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

        Resolves: rhbz#1012390 avoid scary 'the sky is falling' a11y warning
        
        Change-Id: I543e00048544eb7835cf1f0f31794e5a8bbb1962

2013-10-03  David Tardon  <dtardon@redhat.com>  [f35e38e3a95275ed86f5b777870d1614ec99bda0]

        libxml2 is URE lib
        
        Change-Id: I0ad5fa107c367fe929f0f0d17c611e80920a7665

2013-10-03  David Tardon  <dtardon@redhat.com>  [1dc085e42585c7b4fd0024cad64974d4d559fb00]

        fix thinko
        
        Change-Id: I258d0d43e8a96c8295ec0b34fd4431b172947a27

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [65f3f3a842030d121eb3537c1798d9502bb66f86]

        filters with incorrect trailing semicolons
        
        Change-Id: Iff222839d56e8ee65b760253e8f79112ce83e9b7

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

        CID#1078699 confusing indent
        
        and drop BOOST_FOREACH cause I that's a horror IMO
        
        Change-Id: Ic62e297443c2d02e43f3960088fd63612d7c63f0

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

        CID#1027709 this fall-through doesn't make sense
        
        though it appears harmless given the nSlot = 0
        
        Change-Id: Ia8e6efa8c8ae3ef9d5320ac63bb548e69ad8cce1

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [094f00651aacac27cffd6839bb4809664a85dabc]

        CID#708741 uninitialized members
        
        Change-Id: I15475d560e889b0f0fc91d96cfa6ae97e81a41b5

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [717f214e66fd901826eb242d8389c4ba91fbd276]

        CID#738559 uninitialized member
        
        Change-Id: I68d9c84dbaa1a9a8d60d572027fcbc1d8c481e8e

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

        CID#738558 uninitialized members
        
        Change-Id: I159693ff794482c772186947fa6ce5cb9aa71ad6

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

        CID#738557 unused mbIsMediaWindowJavaBased member
        
        Change-Id: Ia219266bf176a71ff3a5875df318f39c3b3555ec

2013-10-03  Thomas Arnhold  <thomas@arnhold.org>  [84bc5c71c415f1539e066fdbaf5573bf6a467013]

        tweak comment
        
        remove commented out stuff (since 1996).
        
        Change-Id: I88e19409904cf04a3939b550f9f9defe3573ef0d

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [301058b7eeb31360ee3ffef76523cbd1d3e4fc62]

        CID#705757 leaks on early return
        
        also CID#705756, CID#705755 and CID#705754
        
        Change-Id: Ie02bb10049dc680199dfa6c218b6b1f92927e4a4

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [17d42fdfdf1428b1e48dfab9f71a759b8c767ec4]

        CID#705761 pItem leaks
        
        Change-Id: I46ea45c9b6ab35842c3f2747984f2def385326fd

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

        CID#705646 leak on error path
        
        Change-Id: I3b701f47bbd4141127e209673a4ce9335d68ca2a

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [20a48f8a681a18ac8d8dafbb3ecde85a61707911]

        CID#705647 leak on error path
        
        Change-Id: I6e52bfb34e7c4be0d17dfa7849d4a96248aa49b4

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [8f5e4f2f8f26b308e88ecf1a15be8e213e373bc3]

        CID#705740 leak on error case
        
        Change-Id: Ia7013e37eed224e7f07a789a89de625c8cbec9ab

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [9cdb972db4eb2314eab7f4dca08b44a113cc3d4d]

        CID#705741 more leaks on early return
        
        Change-Id: I58e01473f1ab3045b203baad643ae0225140511e

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [11d9403b53a15f01e58654b4b50a92ff6a7a4f3c]

        rtl_ustr_hashCode_WithLength -> OUString:hashCode
        
        Change-Id: I67b703446cd83540ebc24ea373c5b2d7e80fb496

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [0f7e24bfae103b0e9492ce423e0262cc8104e461]

        unused StringHashCode
        
        Change-Id: I72b882292f62c4a2b4999fa3e553db3c617e03f4

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [5ad89b740b2f5da76c8e4239d2336a522d41785c]

        CID#705742 leak on early return
        
        Change-Id: I77e2f0a9298c20b56bc8f18d2d1e7a80fb94f44f

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

        de-GetBuffer calc
        
        Change-Id: I6bb013cc32d5b363dd08738543b1fb834d39f516

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [5f4d8386a889b329eb19248dc0ee62198c3bf8ca]

        CID#705745 mem leak on early exit
        
        Change-Id: I12e3037ede0c07c0a2ff8e6f2f620b70ba11b1e0

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

        CID#705749 mem leak
        
        Change-Id: I8626e60d802b1c966667867d8c59ececff0a4255

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

        CID#705750 fix leak
        
        Change-Id: I9254b18e0acac6a730ee4150c295018b4d88948f

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [6e132589cb9095530662f5d71f5d78dfc8962d5b]

        CID#735395 potential memory leak
        
        Change-Id: Ica07e23920d751757ab5d14d5216615d5fcdbfd9

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [327701f66251dc56933727cf9a9febc79f4dc8c0]

        CID#736482 fix leak
        
        Change-Id: I51c1e553339810f7de61c2c4a506482339829b31

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [9af3b8b4ff2e9e013b77a20775c151a2ec0e978f]

        CID#705780 seeing as this is irredeemably wrong remove it
        
        This is catastrophically wrong, just appear to be lucky that
        this code path is never called, so remove it entirely rather
        than mess around fixing it
        
        Change-Id: I4a8a443ed20b7e11cd9cc69b3d66d28087f09db8

2013-10-03  Caolán McNamara  <caolanm@redhat.com>  [7f0acedf9b5a7544f88af426d7ed3cf0e58176dd]

        CID#441342 potential resource leak
        
        Change-Id: Ia39e8c53427347088aa8d58ae1220950f191cd91

2013-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [df60b2f7685e5a2b732a49cb6f9954d2dfcfce16]

        StyleSheetTable::ApplyStyleSheets: stop clearing NumberingStyleName manually
        
        This was introduced in commit 9c7ffb6b61f7c94ca5b38d11be1807f1e29ff4bc
        ([cbosdo03]Applied the patches to upstream, 2009-12-02), as setting the
        outline level also set the NumberingStyleName to "Outline" as well,
        which is not what we want.
        
        Since then, commit b95d203bc17c83ec0fe5139f519d53ed1d842d3a (Don't load
        the default values of the styles in writerfilter, 2012-08-20) already
        disabled default styles, so the previous manual clearing is no longer
        necessary (testcases already fail if this later commit is reverted).
        
        As a result, just remove this manual clearing, it's no longer necessary
        and it is problematic, as it triggers copying the SvxLRSpaceItem from
        the parent style with no good reason.
        
        Change-Id: Ie17547a979a6b0feadbd2eed0f06e84fcb17fca6

2013-10-03  Nagy Akos  <akoscomp@gmail.com>  [78016742c77ced30533f03e1802cd5fa939d7333]

        Updated core Project: dictionaries  17eed4af567c101b4306f95c345d50131a353a99
        
        Patch for bug 68699
        Change-Id: Id6d76d4fd6000d4ea79297286bfb2f3d1bbd5c51
        Reviewed-on: https://gerrit.libreoffice.org/6116
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Németh László <nemeth@numbertext.org>
        

2013-10-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [dccaf7afcf9a2b50fb7ca612a3645c2d73134da3]

        SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARN
        
        Change-Id: I9fb67a1b7ccd4c8fbc17274902a16d8c0b13d598

2013-10-03  Tor Lillqvist  <tml@collabora.com>  [e30a34f7d7aa3bee338e2cb0323fa153de12f098]

        Fix up Android app makefiles
        
        Change-Id: I885c2bf3dd04b18850d983ab34199074bd41c175

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [78f05c0a6514ca084051f16498513033dacb14aa]

        toolkit: avoid deadlock in UnoControl::setDesignMode()
        
        Avoid deadlock by disposing the accesibility context without the Mutex
        locked, since it will eventually try to acquire the SolarMutex...
        
        Thread 1 in UnoControl::getPosSize()
        calling from sdr::contact::ControlHolder::getPosSize()
        
        Thread 2 calling from UnoControl::setDesignMode()
        trying to get SolarMutex in VCLXWindow::disposing()
        
        Change-Id: I7d0ffe4fa0f8cd0c48e9b9b5e923ce229f97ca57

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [cf88ebc1f7d358a1dcd9e5b49026194e05916896]

        vcl: avoid deadlock in X11 SelectionManager::shutdown()
        
        It is evidently possible that SelectionManager::run() exits while
        shutdown() is still trying to write to its end of the pipe, so close the
        pipe when run() exits to avoid that.
        
        (regression from ec5a7256ca549d358b9c5380194ea2d1b991a73e)
        
        Change-Id: Ibc2823c61ea5df5b5227676c6e37ae5de44cde6b

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [970448ef96c8be8b282f91dc235cab518d941549]

        vcl: add some SolarMutex assertions
        
        Check that SolarMutex is locked after return from
        Yield(), and in LazyDelete::flush().
        
        Change-Id: I12ff312bd946b97b5f2c79169892719910884381

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [4100e3b6204fc304cc7b60b9d7ff2af75118b805]

        rhbz#1001768: avoid deadlock in OAccessibleContextHelper::disposing()
        
        De facto this class is locked by SolarMutex, which is what the
        OExternalLockGuard actually locks;
        do not lock m_Mutex because it may cause deadlock.
        
        Change-Id: I88b226d73dbef9a5803347b0ac3191bec2ba4515

2013-10-02  Michael Meeks  <michael.meeks@collabora.com>  [c3ef735fd5d8866c8ce28b89744150e733087427]

        rhbz#1001768: AtkListener::disposing(): delay notification
        
        Frame #10 in libatk-bridge.so calls atk_misc_threads_enter(),
        and having a look at the RHEL 6.5 at-spi package in
        ./at-spi-1.28.1/atk-bridge/bridge.c there is always the same call
        pattern:
        
          bridge_threads_leave ();
          [one function call]
          bridge_threads_enter ();
        
        ... so the bridge_threads_leave() has called the VCL gtk-plug function
        GtkHookedYieldMutex::ThreadsLeave() which releases the SolarMutex.
        
        This is of course not a good idea while there is a Window being deleted,
        and is the reason why the same Window is being deleted in thread 1 and
        thread 2:
        
        31 0x00000fff94a5fc00 in Window::~Window (this=0xfff702b2d30,
        __in_chrg=<value optimized out>) at
        /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4272
        
        16 0x00000fff94a5fc00 in Window::~Window (this=0xfff702b2d30,
        __in_chrg=<value optimized out>) at
        /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4272
        
        Try to avoid the problem by delaying the
        atk_object_notify_state_change() that will release SolarMutex until idle,
        when deletion of the Window is finished.
        
        Thread 2 (Thread 0xfff4cbcf110 (LWP 17011)):
        2  0x0000008013c6e718 in .pthread_mutex_lock () from /lib64/libc.so.6
        3  0x000000801576e4fc in osl_acquireMutex (Mutex=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/sal/osl/unx/mutex.c:114
        4  0x00000fff963a7908 in acquire (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/osl/mutex.hxx:58
        5  ClearableGuard (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/osl/mutex.hxx:177
        6  cppu::WeakAggComponentImplHelperBase::dispose (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/cppuhelper/source/implbase.cxx:392
        7  0x00000fff5f1b3444 in comphelper::disposeComponent<com::sun::star::accessibility::XAccessible> (_rxComp=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/comphelper/types.hxx:114
        8  0x00000fff5f273ba8 in VCLXAccessibleToolBox::implReleaseToolboxItem (this=<value optimized out>, _rMapPos=<value optimized out>, _bNotifyRemoval=<value optimized out>, _bDispose=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/accessibility/source/standard/vclxaccessibletoolbox.cxx:326
        9  0x00000fff5f2747e4 in VCLXAccessibleToolBox::ProcessWindowEvent (this=0xfff5f8b8fe0, rVclWindowEvent=...) at /usr/src/debug/libreoffice-4.0.4.2/accessibility/source/standard/vclxaccessibletoolbox.cxx:612
        10 0x00000fff951e4ad4 in VCLXAccessibleComponent::WindowEventListener (this=0xfff5f8b8fe0, pEvent=0xfff4cbcc950) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxaccessiblecomponent.cxx:136
        11 0x00000fff951e4b20 in VCLXAccessibleComponent::LinkStubWindowEventListener (pThis=<value optimized out>, pCaller=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxaccessiblecomponent.cxx:121
        12 0x00000fff946dd420 in Call (this=0xfff702b32a0, pEvent=0xfff4cbcc950) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/tools/link.hxx:123
        13 VclEventListeners::Call (this=0xfff702b32a0, pEvent=0xfff4cbcc950) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/vclevent.cxx:66
        14 0x00000fff94a4bab0 in Window::CallEventListeners (this=0xfff702b2d30, nEvent=<value optimized out>, pData=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:5272
        15 0x00000fff94a4bc80 in Window::ImplCallEventListeners (this=<value optimized out>, nEvent=<value optimized out>, pData=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:5255
        16 0x00000fff94a5fc00 in Window::~Window (this=0xfff702b2d30, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4272
        17 0x00000fff94a61138 in Window::~Window (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4683
        18 0x00000fff951efcf0 in VCLXDevice::DestroyOutputDevice (this=0xfff6801f010) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxdevice.cxx:56
        19 0x00000fff952347a8 in VCLXWindow::dispose (this=0xfff6801f010) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxwindow.cxx:957
        20 0x00000fff953c5f28 in UnoWrapper::WindowDestroyed (this=<value optimized out>, pWindow=0xfff70115a80) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/helper/unowrapper.cxx:263
        21 0x00000fff94a60130 in Window::~Window (this=0xfff70115a80, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4334
        22 0x00000fff949cc8b4 in DockingAreaWindow::~DockingAreaWindow (this=0xfff70115a80, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/dockingarea.cxx:96
        23 0x00000fff949cc918 in DockingAreaWindow::~DockingAreaWindow (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/dockingarea.cxx:96
        24 0x00000fff951efcf0 in VCLXDevice::DestroyOutputDevice (this=0xfff6801c310) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxdevice.cxx:56
        25 0x00000fff952347a8 in VCLXWindow::dispose (this=0xfff6801c310) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxwindow.cxx:957
        26 0x00000fff953c5f28 in UnoWrapper::WindowDestroyed (this=<value optimized out>, pWindow=0xfff7001a320) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/helper/unowrapper.cxx:263
        27 0x00000fff94a60130 in Window::~Window (this=0xfff7001a320, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4334
        28 0x00000fff94a1f7fc in SystemWindow::~SystemWindow (this=0xfff7001a320, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/syswin.cxx:89
        29 0x00000fff94a6c744 in WorkWindow::~WorkWindow (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/wrkwin.cxx:150
        30 0x00000fff94a6c7e8 in WorkWindow::~WorkWindow (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/wrkwin.cxx:150
        31 0x00000fff951efcf0 in VCLXDevice::DestroyOutputDevice (this=0xfff8c486f48) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxdevice.cxx:56
        32 0x00000fff952347a8 in VCLXWindow::dispose (this=0xfff8c486f48) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxwindow.cxx:957
        33 0x00000fff88258ec0 in framework::Frame::impl_disposeContainerWindow (this=<value optimized out>, xWindow=...) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/services/frame.cxx:2689
        34 0x00000fff8826d71c in framework::Frame::dispose (this=0xfff8c308a08) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/services/frame.cxx:1887
        35 0x00000fff88263018 in framework::Frame::close (this=0xfff8c308a08, bDeliverOwnerShip=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/services/frame.cxx:1650
        36 0x00000fff88255908 in framework::Desktop::impl_closeFrames (this=<value optimized out>, bAllowUI=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/services/desktop.cxx:1928
        37 0x00000fff88256120 in framework::Desktop::terminate (this=0xfff8b3de388) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/services/desktop.cxx:292
        
        Thread 1 (Thread 0xfff930e82a0 (LWP 16956)):
        2  0x0000008013c6e718 in .pthread_mutex_lock () from /lib64/libc.so.6
        3  0x000000801576e4fc in osl_acquireMutex (Mutex=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/sal/osl/unx/mutex.c:114
        4  0x00000fff946cd114 in vcl::SolarMutexObject::acquire (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/solarmutex.cxx:35
        5  0x00000fff94a6ecb8 in SalYieldMutex::acquire (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/generic/app/geninst.cxx:49
        6  0x00000fff8c24cb90 in GtkHookedYieldMutex::acquire (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/unx/gtk/app/gtkinst.cxx:91
        7  0x00000fff8c24cd2c in GtkHookedYieldMutex::ThreadsEnter (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/unx/gtk/app/gtkinst.cxx:64
        8  0x00000fff8b6dfabc in ?? () from /usr/lib64/gtk-2.0/modules/libgail.so
        9  0x00000fff8b9f333c in .atk_misc_threads_enter () from /usr/lib64/libatk-1.0.so.0
        10 0x00000fff8c1d534c in ?? () from /usr/lib64/gtk-2.0/modules/libatk-bridge.so
        11 0x00000fff8c1d65fc in ?? () from /usr/lib64/gtk-2.0/modules/libatk-bridge.so
        12 0x00000fff936af4e0 in ?? () from /lib64/libgobject-2.0.so.0
        13 0x00000fff936b13d0 in .g_signal_emit_valist () from /lib64/libgobject-2.0.so.0
        14 0x00000fff936b18f8 in .g_signal_emit () from /lib64/libgobject-2.0.so.0
        15 0x00000fff8b9e5f3c in .atk_object_notify_state_change () from /usr/lib64/libatk-1.0.so.0
        16 0x00000fff8c23083c in AtkListener::disposing (this=0xfff5f98dbc8) at /usr/src/debug/libreoffice-4.0.4.2/vcl/unx/gtk/a11y/atklistener.cxx:81
        17 0x00000fff963aee2c in cppu::OInterfaceContainerHelper::disposeAndClear (this=<value optimized out>, rEvt=...) at /usr/src/debug/libreoffice-4.0.4.2/cppuhelper/source/interfacecontainer.cxx:316
        18 0x00000fff9659d944 in comphelper::AccessibleEventNotifier::revokeClientNotifyDisposing (_nClient=<value optimized out>, _rxEventSource=...) at /usr/src/debug/libreoffice-4.0.4.2/comphelper/source/misc/accessibleeventnotifier.cxx:162
        19 0x00000fff9659b20c in comphelper::OAccessibleContextHelper::disposing (this=0xfff5f8bb7e0) at /usr/src/debug/libreoffice-4.0.4.2/comphelper/source/misc/accessiblecontexthelper.cxx:130
        20 0x00000fff5f275898 in VCLXAccessibleToolBoxItem::disposing (this=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/accessibility/source/standard/vclxaccessibletoolboxitem.cxx:265
        21 0x00000fff963a79fc in cppu::WeakAggComponentImplHelperBase::dispose (this=0xfff5f8bb7e0) at /usr/src/debug/libreoffice-4.0.4.2/cppuhelper/source/implbase.cxx:404
        22 0x00000fff5f1b3444 in comphelper::disposeComponent<com::sun::star::accessibility::XAccessible> (_rxComp=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/comphelper/types.hxx:114
        23 0x00000fff5f273ba8 in VCLXAccessibleToolBox::implReleaseToolboxItem (this=<value optimized out>, _rMapPos=<value optimized out>, _bNotifyRemoval=<value optimized out>, _bDispose=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/accessibility/source/standard/vclxaccessibletoolbox.cxx:326
        24 0x00000fff5f2747e4 in VCLXAccessibleToolBox::ProcessWindowEvent (this=0xfff5f8b8fe0, rVclWindowEvent=...) at /usr/src/debug/libreoffice-4.0.4.2/accessibility/source/standard/vclxaccessibletoolbox.cxx:612
        25 0x00000fff951e4ad4 in VCLXAccessibleComponent::WindowEventListener (this=0xfff5f8b8fe0, pEvent=0xfffdc31f990) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxaccessiblecomponent.cxx:136
        26 0x00000fff951e4b20 in VCLXAccessibleComponent::LinkStubWindowEventListener (pThis=<value optimized out>, pCaller=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/toolkit/source/awt/vclxaccessiblecomponent.cxx:121
        27 0x00000fff946dd420 in Call (this=0xfff702b32a0, pEvent=0xfffdc31f990) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/tools/link.hxx:123
        28 VclEventListeners::Call (this=0xfff702b32a0, pEvent=0xfffdc31f990) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/vclevent.cxx:66
        29 0x00000fff94a4bab0 in Window::CallEventListeners (this=0xfff702b2d30, nEvent=<value optimized out>, pData=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:5272
        30 0x00000fff94a4bc80 in Window::ImplCallEventListeners (this=<value optimized out>, nEvent=<value optimized out>, pData=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:5255
        31 0x00000fff94a5fc00 in Window::~Window (this=0xfff702b2d30, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/window.cxx:4272
        32 0x00000fff949d41c4 in DockingWindow::~DockingWindow (this=0xfff702b2d30, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/dockwin.cxx:473
        33 0x00000fff94a35944 in ToolBox::~ToolBox (this=0xfff702b2d30, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/window/toolbox.cxx:1698
        34 0x00000fff88343e40 in framework::ToolBar::~ToolBar (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/uielement/toolbar.cxx:35
        35 0x00000fff88343e88 in framework::ToolBar::~ToolBar (this=0xfff702b2d30, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/framework/source/uielement/toolbar.cxx:35
        36 0x00000fff94a66a00 in ~LazyDeletor (this=0xfff40007720, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/vcl/lazydelete.hxx:162
        37 vcl::LazyDeletor<Window>::~LazyDeletor (this=0xfff40007720, __in_chrg=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/solver/unxlngppc64.pro/inc/vcl/lazydelete.hxx:164
        38 0x00000fff94998868 in vcl::LazyDelete::flush () at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/helper/lazydelete.cxx:54
        39 0x00000fff946d2294 in ImplYield (i_bAllEvents=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/svapp.cxx:434
        40 Application::Yield (i_bAllEvents=<value optimized out>) at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/svapp.cxx:463
        41 0x00000fff946d22f8 in Application::Execute () at /usr/src/debug/libreoffice-4.0.4.2/vcl/source/app/svapp.cxx:408
        
        Change-Id: Ic742442dd6ffeba59655c2e66df8dbabc906f061

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [5560169074b1b68860df87b68b785c3988cbd0fd]

        fix path to .xcu files in --enable-online-update build
        
        Change-Id: Id305df9d963276c13b0920bdfa24287c8792d25a

2013-10-02  Janos Farago  <farago.janos@andrews.hu>  [a434091ba31c9e7c7725b6e25c2c534b798058a4]

        winreg backend: add support for oor:op in config nodes
        
        Change-Id: I9cc4472b37d24e426a67661806805c11b521dfb1
        Reviewed-on: https://gerrit.libreoffice.org/6074
        Reviewed-by: Andras Timar <andras.timar@collabora.com>
        Tested-by: Andras Timar <andras.timar@collabora.com>

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [1f82c0a46529ee056e99fd7031b5d569de522359]

        gbuild: kill gb_XcsTarget_get_outdir_target
        
        No idea what the '--path $(gb_Configuration_registry)' parameter was for.
        
        Change-Id: I892e178a62fa2ea971101815ea558f79d32f85ed

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [e5525abb90c5f95bd66c14260f435f86cca60b0e]

        get rid of officecfg/Package_tools.mk
        
        Change-Id: If549f6f5fba14067290b9ec0325381e6d590a472

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [f351a98565d55d172b3f873ff1740344e16cdddd]

        gbuild: kill gb_XcuModuleTarget_get_outdir_target
        
        Change-Id: I1d54d98b8aa50f778de87e6ebb17ec2eed0d65dc

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [db8ac18b46c1095a2c7e8a5adc0818d72d66ef13]

        gbuild: kill gb_XcuDataTarget_get_outdir_target
        
        Change-Id: Ifad958524cc75ead4d2bb383369f63457a2237fc

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [58163b4cabea155ee58e163eb64a87d98222098a]

        gbuild: kill gb_XcuLangpackTarget_get_outdir_target
        
        Change-Id: I91444ed4fb98b094ba45bfc2a789abc83eb67212

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [386a382e6263e573a483482a70184d61bdf6b02c]

        lingucomponent: kill Package_config.mk
        
        Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [04496cb8697d7b68d4705148efaa7cf7d908a852]

        sdext: kill Package_pdfimport_xcu.mk
        
        Change-Id: I88a402bf26852e8e216de11d71cbd42edb0aff23

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [aac04a7f3c7f7c1bc8d75e8caa5e67eb38743afe]

        use full path in postprocess_FILES_foo
        
        Change-Id: I55144900bedd79e26979438e9e689488a3bfe2ae

2013-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [8b162f2fe245ada426b128b87b11090c418a70b7]

        we do not need .xcd files in solver
        
        Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [3ec4fedc6a3d96b0625d274d9542dc787949231f]

        CID#983035 fix potential memleak
        
        Change-Id: If41d78ce424e85390c7a92eaa36f912c43eef390

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [983419f97d55550b89d42d388c3081c39a58928d]

        CID#705764 fix memory leak
        
        Change-Id: Iade3e4cedddb2428d2df8243525d14121722c776

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [9f5e82598fc3d145b83d5c6df0f7b5668408608e]

        CID#705767 memory leak
        
        Change-Id: I73aa4dd524f9d0d9afbf254fc095da93400b2a54

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e05b3e558b5ff49fd5522389c8b823ac766284e9]

        There shouldn't be any config_host/*.mk files that need distcleaning
        
        Change-Id: I9c56428f6ff015abc585e070b18ad181c48e31e6

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a326725d984dd0ecbdc2d0f35a5f0d7964ebd597]

        distclean configure-generated Info.plist
        
        Change-Id: I8729123a34bedfa1f9d5dfd04438da96e422a003

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [e036d4b706685b995a497808e357b9fd2eb9d965]

        Spell "indices" correctly
        
        Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4d646780dee68d319b0b801111e99cb2eab03a5d]

        Fix path for Mac OS X
        
        Change-Id: I26e06392cda5f79cc6914f00f55848b6706dcb9c

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [437021a61657c5de4f4d2caf7c9fe7dc3406d77c]

        Fix path for Mac OS X
        
        Change-Id: I9d4c40224def46647aa6d6003125cbe7b3a7d0b2

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [3ce0ad986cb549e8734ab6cb083456ab932f6bb1]

        WaE: unused variable
        
        Change-Id: I63b2d8fe755e95578722d928d7f076d83cb7e216

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [216768c7d2b52fbfe25ee78359961b423c601e0e]

        WaE: unused variable
        
        Change-Id: I3c5d542ef57afba0d6e308e033bf179af4216975

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [2bcee80c62497ac50ee2311da4637baf9c94b6ad]

        WaE: unused variable
        
        Change-Id: I55a0882def6f67719d8ba9d9b9bd41770486a812

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [17f7b2798d5e68e81dc4e6b807779d0d2937260d]

        WaE: unused variable
        
        Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [2038519dbd50fe0d2f4c094293c42744ae11d3d5]

        WaE: unused variable
        
        Change-Id: I48b12264c125b7d784c806e0fc501d01c91063d0

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [8c5b0d8193dae26a51051b94d069c20e76bcd7d8]

        WaE: unused variable
        
        Change-Id: If37c7b6a5de8277ecc25538b06197cdf6168878c

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [a3ffec6a5607cceb3dc64d565c655d4040404b84]

        WaE: statement alignment [loplugin]
        
        Change-Id: I8e6ca05f1d26760ed9c57f9d33f48413b94641d2

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [5017ccda02e755eb1986bf6f16b7e847199946ed]

        Fix indentation
        
        Change-Id: If50bc5be982eec1d2db4e7d1320da0f0d8d17c50

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [e5ae44bbd3f0041e980269bb6041642e5935ce1b]

        WaE: unused variable
        
        Change-Id: Ic44062cca5c0b552ca38e2ea57191f288aa550d0

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [41856747c3ca40ca4d7282412cde1cd7411ccbb0]

        WaE: unused variable
        
        Change-Id: If669e501382d2ea7ea09117a13baa48233f8f655

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [7dd697f8815ff3fa81a8f6a9452286ced4f11487]

        WaE: unused variable
        
        Change-Id: Ibed22b6d96da85684034f9c498aaed75ea48c883

2013-10-02  Michael Meeks  <michael.meeks@collabora.com>  [dc09132ca06d0eaa6e5bbe34c29a260520b1f4c0]

        Attempt at an ascii-art reproduction of DrawingLayer design.
        
        As inspired by Thorsten Behren's slides FOSDEM 2009 on the topic.
        
        Change-Id: Ifdb9388550ce82af0f8015be460fa22335a3c0cf

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [d37b6fad165f3bd6d2d5c817fb5fe3d4171796dd]

        WaE: unused variable
        
        Change-Id: I0e344a64da4166b99be6887df384224042172454

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [80dc3aef943280361c5b9df17d6f11c0f4b2b75f]

        WaE: unused variable
        
        Change-Id: Ia592c20c410b26ba40c7a255588ce53652c85cb5

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [6925df8b39b885d218fdbc97696803a78795ce1b]

        WaE: unused variable
        
        Change-Id: I73aabeff7d28ef3526d18188c6fab2e0bc2529d7

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [13b1c9df66dd4456f60ffd98132e409484cfa313]

        WaE: unused variable
        
        Change-Id: Ieed1b52624afa8fc36fadb54d3209a3482416068

2013-10-02  Lionel Elie Mamane  <lionel@mamane.lu>  [a102d822c9b81cf8d3b29da40c749dbf464768bc]

        janitorial: more const, comments
        
        Change-Id: I5366840ab67fdf89575e890a0d97602b8e78f71a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2b06c5b34be5d3199f48bd149ad542b6bc53473c]

        -Werror,-Wunused-variable
        
        Change-Id: Ib6ccb342f28d831e49be91ec6b6167f6ea5336b8

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [25bceaf767d7d26e4956696e1b3310ca66f73159]

        WaE: unused variable
        
        Change-Id: Ibaa2cecb60942a83b0ddaa699327607af7a22d85

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [21478710024dbddc89a2e8f0b2ba672ef0f85c4f]

        -Werror,-Wunused-variable
        
        Change-Id: I50ec542176d1f6dbc731a0b20380c77930aa8fdc

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [38e9686b5b2ea6341d5494ce5fe7bbc64d4c3011]

        -Werror,-Wunused-variable
        
        Change-Id: I57cb3540cb94dcf39252a87b56cba3856cba9c01

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [f22ffca56406de75efff9da988d5709648c32164]

        -Werror,-Wunused-variable
        
        Change-Id: I0885168291aa3ffa9500e1e5543c725a118c8ddf

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e67308c306fed4a9ce23a93edca64d87942f3a0a]

        -Werror,-Wunused-variable
        
        Change-Id: I9379b66c8ad5bffeebd60a2d38fe466b6856e613

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [7f3d8936344992b86baf4360a19bc6c025a4b999]

        -Werror,-Wunused-variable
        
        Change-Id: I1f3b4c25176db53fc3b827e9514ff497a33f419c

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [82902dd38b4a61222992c407b58d5c5f35ca5e37]

        -Werror,-Wunused-variable
        
        Change-Id: I62dbc62446dbdcb25c7a221d88f59862333e5a4d

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [34063e35f7b0f34e93316fd68f639ffae1ae88d2]

        -Werror,-Wunused-variable
        
        Change-Id: I805b898faaae631d047ec82e7139c6d6ccaea3b1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0ff379fa1cd0a47c1d6e148a62afd1ebd8d4b274]

        -Werror,-Wunused-variable
        
        Change-Id: I0d587538c3bee7ad71acb2272c7f85f5f7454158

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [7bdbe709ea17b74a72647d9a410f4e125f1429af]

        WaE: unused variable
        
        Change-Id: Iad493e5022a36895a30438340826ef4df50b2837

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [933c2adb2f6eea3a31d00231bc4dd38efd9435e2]

        WaE: unused variable
        
        Change-Id: Iae213402c69a4ca35f160aae1a7ecae9a7a0d47e

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [1d1b861f6ddcf492bc7bd0604ac6fddc498a40d9]

        WaE: unused variable
        
        Change-Id: I15cdfface36f75180e5f5962c1be4d4ceb2728b9

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [edba11021beaf93c211573d3865a6b0a966ad010]

        WaE: unused variable
        
        Change-Id: Iea8461444c29de9968a5bfa85a2dabb186db47ca

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [a90321e8f3a243af79c527ca8081432516043cfd]

        CID#983198 fully fix potential memory leak
        
        Change-Id: Ib387addbf86128170bbfd08ccce216be5a32fcae

2013-10-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [0cce823df1b37387e778636f69b8f92309fd63e7]

        String to OUString + drop reference args for struct return
        
        Change-Id: I985edaffb24ba3ec7265761c857a791e34d4f417
        Reviewed-on: https://gerrit.libreoffice.org/6096
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [df700770b173b41358ca6334780d5bacd907c7e2]

        -Werror,-Wunused-variable
        
        Change-Id: I9a49699d0739afc754caa5012da1525aa7e5fc26

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0c1f4873e9a13dd043889bdb6da4893c77b2abca]

        -Werror,-Wunused-variable
        
        Change-Id: Ie3e9cb1e30af597e9086d5713b743fc416e19ade

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ec9a074513528271da51f2d3a92aed3166f78b69]

        -Werror,-Wunused-variable
        
        Change-Id: I9d09f8b632f568637f0a2ccb1ff62ce5d3d5afed

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [42fa94bd3f0c25173a47536637278e345078a24d]

        -Werror,-Wunused-variable
        
        Change-Id: Ic0801e224750cccee3d91c742fcb67cb0472124f

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8900fd676735ba353ce7434693f266b6991b77eb]

        -Werror,-Wunused-variable
        
        Change-Id: Ic2d248d2f200f8d13007c2a8d79801cb1d7ad3d0

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [723412eac55f9417b945da8128f5b3a64c49c72b]

        -Werror,-Wunused-variable
        
        Change-Id: I3ad7139190758e86cadebf9555a838dbaddbbf3e

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6b1bb754411a52a5a37745e763e1fb977f49946c]

        -Werror,-Wunused-variable
        
        Change-Id: Iad2385d0c061ac91f4a15ef613549cd1cba94dcc

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b57dd67aa32013c97283c408c85b4634d21df559]

        -Werror,-Wunused-variable
        
        Change-Id: I091b873e47a5b947ee7fea96fd4f079012c7278a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [672b77f6474bd17bcb842e2628e6502837199cd9]

        -Werror,-Wunused-variable
        
        Change-Id: I025391e04167e66783df785af960609ec0f1ceb6

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [1080e15cf3d4e16acd0f3b02d9e40521a6535358]

        -Werror,-Wunused-variable
        
        Change-Id: I8efdd18b98831efc5d0ba8d3b25555dfca557543

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [1eda1acff9eaae981afbe6e14b8de11ff3d5d501]

        inizializes->initializes
        
        Change-Id: If57c23762de09b0fca3f68c534fa5d71647a3140

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [5050dfc73f194d1d59222cac72e69a917655d816]

        fdo#62475 - remove visual noise and fix existing comments
        
        Conflicts:
        	sw/source/ui/index/cnttab.cxx
        	sw/source/ui/misc/outline.cxx
        	sw/source/ui/uiview/view2.cxx
        
        Change-Id: Ib75355808599401f8c0a8a626ce034f1699c9104
        Reviewed-on: https://gerrit.libreoffice.org/6085
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [52f5b6340863f2c80cd4e4ae7a2d1db3f8ed29f1]

        fdo#39468: translate German comments
        
        Change-Id: Iabbd152c50c40a7db839370b6d74b6a488a90c4d
        Reviewed-on: https://gerrit.libreoffice.org/6084
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [08de2ef50f93a768fd735047fcbd59bfd9e25fe5]

        -Werror,-Wunused-variable
        
        Change-Id: I90ad58235c07b0336a9cee5981a57b9ad16312e7

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [d66af0955d917d509192ca5892f2504edc41c1ec]

        murder an auto_ptr
        
        Change-Id: I46b07d117e5e452dbd2e50e0d4a04e6713e25945
        Reviewed-on: https://gerrit.libreoffice.org/6112
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [0dfaa5ff93a1dc1bffd8dbe49a00941e99113fbb]

        fix format for code consistency
        
        Conflicts:
        	sw/source/core/doc/docglbl.cxx
        	sw/source/filter/ww8/ww8par2.cxx
        
        Change-Id: I8deb4ecf2714f29d53e0653ecaeabac251e9f071
        Reviewed-on: https://gerrit.libreoffice.org/6082
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ed2cd062eb4bf470be9c0885682ff166e4828b8b]

        -Werror,-Wunused-variable
        
        Change-Id: I703d08f4c1080e5c5afaab9652ea2c18b4f365f1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [435b7a22786934072c6d60717803fdf95d468991]

        -Werror,-Wunused-variable
        
        Change-Id: I55da6a2df8c65460204f66679156516db1370b07

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d07bffc55f7c3f54862bdd5bd7d18692d503cbc5]

        -Werror,-Wunused-variable
        
        Change-Id: Icf7976fe38402d7e6d0b25186b57a2b4dc68c0ae

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ad53c5355d58387a286776182f0c6a0d0b5a6534]

        -Werror,-Wunused-variable
        
        Change-Id: I5e70926bba93045528d6bea319ea31ed4d72ecf4

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a1c126c264ea54a52566e5787f03ca7ca7a615fb]

        -Werror,-Wunused-variable
        
        Change-Id: I548eec1fdcc862b76361c56724667f2d9f6e0950

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [48268fa01a6e1a12483cda4e9cb31d36cd295bd1]

        -Werror,-Wunused-variable
        
        Change-Id: Icb19121e39565a3588c0acd14db114a8572b00fa

2013-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebdee6111f65d5d3826a5cb3d35d48cce85ee552]

        use CPPUNITTRACE now and explain how to use with visual studio
        
        Change-Id: Ic8a76ac6eb96fe82707512ad8e00fef8309111ef

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6245f8c0150b4ca874f44f2f33664fcd337d20d3]

        -Werror,-Wunused-variable
        
        Change-Id: If08088f17f65619023774473c088dcf589de4e79

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6af9bc29a6af4b2faf07fbb7d80c375dddb4dbed]

        -Werror,-Wunused-variable
        
        Change-Id: I8e49e150706b0f63fe97a97eaf719d9c62aa9795

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [fb9da1cc7be5dc65b8de096f46f92c34c61e2ad8]

        -Werror,-Wunused-variable
        
        Change-Id: Ie4ca73581937c27bb1cb1a90a2877a5155226b25

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [de02eba0da77707869c2e21fa3443ba2b9e46ae0]

        -Werror,-Wunused-variable
        
        Change-Id: Ia67ce94bc18f5ddf5755862f81098bb60aee11ea

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [361b411c409c0d910baf1126a26d24a406f9429c]

        remove @author
        
        Change-Id: I64fab3ab8f4ef113a723772054a367e404bad90d
        Reviewed-on: https://gerrit.libreoffice.org/6080
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6e9f03780d4ea217da9e9890e79808d9856937d3]

        -Werror,-Wunused-variable
        
        Change-Id: I5edfd48f499c0b06ae50baefa208875ac51653f7

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [faad24aa3339c9de06ab942ad36b19403de494f2]

        remove/add blank lines
        
        Conflicts:
        	sw/source/core/unocore/unoprnms.cxx
        
        Change-Id: Icc044955b7b9f28d9f237e97865198cd2ded89a1
        Reviewed-on: https://gerrit.libreoffice.org/6079
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [1cd2575ac974e385202e197e40aa8158924e104e]

        remove zhaojianwei code markers
        
        Conflicts:
        	sw/source/core/doc/docfmt.cxx
        
        Change-Id: Iddda0d57ae547680634d45aaf8c6deb40855b860
        Reviewed-on: https://gerrit.libreoffice.org/6078
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [5c9258d1bb4d27d9934fdf4c1d789860b4dcea6f]

        -Werror,-Wunused-variable
        
        Change-Id: Ibef564f992f3d62eab7711be66d7d465346222da

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8f05ad737b98c00f245822b2b12b3e4650ee2bb2]

        -Werror,-Wunused-variable
        
        Change-Id: Id1fc880fa713b03fe846cee8e5c5edd733f6bdb5

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [35607cbcee9bad31c4f635a4ba7f6e98074e4985]

        bWeiter -> bContinue
        
        Change-Id: Ia0bba3c1610dce5d364fb584f04e0b66cc41fb20
        Reviewed-on: https://gerrit.libreoffice.org/6077
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4f9071a043b5fef867dda289faaf972d009d185e]

        -Werror,-Wunused-variable
        
        Change-Id: Ia04f136a821908591d0701c804518e656aa2083a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [f734ff4df27d47c525dae194badf2ae3b2dfd834]

        -Werror,-Wunused-variable
        
        Change-Id: I48fdf4314412fef028ec25c4f6f92891ac35033e

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [dbbd252cee61981c72eb25fbb010632f2ac36aa1]

        find unused Sequences
        
        Change-Id: Ic1227899d13627e6f52312be830cf9d91068994e

2013-10-02  Andre Fischer  <af@apache.org>  [03b52b540549d6e5c61fd7c8c1bf05c43eac0ddd]

        Resolves: #i123276# Properly forward Deactivate() call...
        
        and still don't broadcast context change.
        
        (cherry picked from commit 520cc667c80cea6bb48422825250b72ff36bb4ef)
        
        Conflicts:
        	sd/source/ui/view/drviews1.cxx
        	sfx2/inc/sfx2/shell.hxx
        	sfx2/inc/sfx2/sidebar/ContextChangeBroadcaster.hxx
        	sfx2/source/control/shell.cxx
        	sfx2/source/sidebar/ContextChangeBroadcaster.cxx
        
        Change-Id: I753009041a999bc31a0528e37f0a499897f311c5

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [9fec7c4e0d4fb4cf660d6304f8e11e47077f9ffa]

        Revert "Resolves: fdo#66924 switching to master view is broken"
        
        This reverts commit 4a578dc9c7b9c5697f624807790565c99ccb919d.

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [c1198cf209aa343575d0ebccde1053ac2909e67a]

        remove yet another StringHash impl
        
        Change-Id: I1f7894a4a08b193b48dceb40bf0a451d4a3b3d6d

2013-10-02  Andres Gomez  <agomez@igalia.com>  [c6a8abf3687caf66259792fbfe5b0b9b69d0e345]

        svtools: removed dead code from the export dialog
        
        Removed unused variables in ExportDialog::GetGraphicStream()
        
        Change-Id: I2b4a5eb6a60dd8337eb137025b4583ca5e5685ec
        Reviewed-on: https://gerrit.libreoffice.org/6058
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Björgvin Ragnarsson  <nifgraup@gmail.com>  [f5c3f5601a3739dead635f9abc446951b385018f]

        Improves fdo#41407: Make gs a higher priority than convert for EPS rendering.
        
        This speeds up EPS loading on systems where convert is configured to execute
        gs for conversion instead of using libgs. This seems to be how convert is compiled
        on most linux distos.
        
        Change-Id: Ibfc95bff11076d286b6ba210d2db2129ac0bb45b
        Reviewed-on: https://gerrit.libreoffice.org/6009
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d3ca36915e20cf4a0ee724c6ba084fe9653757c2]

        More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptr
        
        ...as needed by Clang trunk towards 3.4.
        
        Change-Id: Ibbfe9cb0ec03e0aed939d769feee9e046af4741f

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [075d472a9d120431f0b8731e4dcfe3e8b4ded521]

        Use std::auto_ptr::reset where applicable
        
        (avoids warnings about std::auto_ptr ctor being deprecated)
        
        Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [3e1bd6961d3317fe2bef4a34a41f5d1fc2a33008]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: Id76eb2af60d7b87228f479aeb4a40373c648ae11

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0718498999a22c07e595217f0b370b9c39dcc1f2]

        Replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: Ic55d1a8b14ec0355a6289007d954e89cd41c7486

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [c6e2b7ac2ac02b714e4c3d894d68bc3e5f20f685]

        Tweak a second time the code to silence a warning
        
        ...to avoid "functions that differ only in their return type cannot be
        overloaded" errors (as emitted by Clang trunk towards 3.4).
        
        Change-Id: I89909e88211a0da06fd0197abeb05f44c18b1032

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [abb6ab4145b49d1320637792ec8f858b7c9156fe]

        Fix warnings in sqlflex.l, sqlbison.y
        
        Change-Id: I6c6b9452014940e09f8f4b7466c5a5f562c9fff5

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [205641f3757acd8d0372b1353eff7fd8de999364]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iab2e11d03cdf5de9571b27fc96267c1b600dd0a5

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [cf22cb1298937f1e2878319024afbaab129a432b]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5126e80f2876da5275061d2c824a0d3213d76b9a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4c0454eadbcf2a47010faa7777d2e52f67e44891]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic37531aa2fe9b0098cf8b027275d314607208154

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2f3e2137dd3240a63d89278771c06fda6a7b1f47]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ib4c7980df8296abffab7f2ac9b823408fc05b9be

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [26ebd3db21e65e76e0aa1f34ef4a6ff6935fc6a9]

        -Werror,-Wunused-const-variable
        
        Change-Id: I721dce7a588cc1a1176c65f83eef6d98492e7515

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [24748fef344d91f5d3272cc739d0cb4008710074]

        -Werror,-Wunused-const-variable
        
        Change-Id: I42e279065803501e93834012be45a39a66a318e7

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e6bf0a617348a671107000b640864b3e27b98404]

        -Werror,-Wunused-const-variable
        
        Change-Id: I12075a8cb78c5ddfe05def1fb158797a73abc87f

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2fca868ebfb783b96c6f6e7dc91166cfc30a5f31]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic6605b1bcf3d768a040449043dc1c20bb1f1fdc4

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [83c1c72c4ce806b980704f6097d0d1dc8623747a]

        -Werror,-Wunused-const-variable
        
        Change-Id: I4b2ad856f0876a4b88e8196dd32cff13df114bfa

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [56bca204cf62bc7085d4018d9fdd8b40e1bebe6a]

        -Werror,-Wunused-const-variable
        
        Change-Id: I1988333a6376d2cda3e31d09681e1dda6d19251c

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [885726bed2fb808e67adb94e745b811715bdf7e4]

        -Werror,-Wunused-const-variable
        
        Change-Id: I22c45ee84521251f294e25556a22f3e0178e9ebf

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [3d04ba9069790b8d9fdf57d1a0150929448d6dc5]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id11612dd29ecc2e0c8f5fc1e5084e1dc37cb91c2

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0198aa317d8f60ffdba315d5f5ad821b381714cc]

        -Werror,-Wunused-const-variable
        
        Change-Id: I441ac5268f94d894a77f346d00a3f66048f96123

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [80d01e30cf4210d05089c3978b16802308c5dcfc]

        -Werror,-Wunused-const-variable
        
        Change-Id: I3df477093b05bd0b7c38866a5a8661717ba0d6c0

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [36d6e2a674395dc3535160484730e8275f775be6]

        -Werror,-Wunused-const-variable
        
        Change-Id: I09e2c5d70e35b007967254cc8c6d76f75f63f1e7

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a8ca1a55daf284cdaf7ce4456dfa81c1f719e144]

        -Werror,-Wunused-const-variable
        
        Change-Id: I2c450c7fb9f8d2c85c40f85e0c5694a634953dfd

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d1bb845cbba05d00cf65cb18d297a511b8cc08b0]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic1fc15e536150184504a7279bc8948051244945d

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [290f0c278a69592ec1e14afaea140152d1f1fa07]

        -Werror,-Wunused-const-variable
        
        Change-Id: Idf6c16b837add81a2d4948a7a0e6a68ce79a0f16

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a63562fcef5edb23c8d76d225892e24e7488130e]

        -Werror,-Wunused-const-variable
        
        Change-Id: I360580a72137273425be2bcbd383f4e398013fee

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b1d6c93f8902c077a2a47c1d03dcb0266abdec2f]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ie889b0504e3fe36fd82a461daa818419359787a1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [f8b7c8b1d53af7f9b4b7cf1ab6edcfdb5cea94f8]

        -Werror,-Wunused-const-variable
        
        Change-Id: I183ee16a9bd4cde8405cd39e9fe4610c09e759f5

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b117d38f18265cf402e0bf6799f6b328eac7cb13]

        -Werror,-Wunused-const-variable
        
        Change-Id: I003f3e82a0391b4f2d283a23b038e6bd4078b336

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [71c7f4c34f49b70d6a4691c4be166d5417122c00]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ia44da4452efaf3ba4679e6e6c4acb53ee1ad1fe7

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [3c49eac16bc022148b84641507c0dcb54ee5674c]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iaaf1afcdf12da56d7b8a0c3e29bada77c42f9097

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [7862239ad7616ef3956e765421a4653c10939129]

        -Werror,-Wunused-const-variable
        
        Change-Id: I8a062156ca81a946040bf0f8db4ec8c32a9963e8

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [1ac3018454a8439a2173929ed37c10cb361097fd]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5939bcc0fbb12919ff7e4521cd6a71be57635434

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [af5847234e9284bcaf475bdcf0990ef950c1767f]

        -Werror,-Wunused-const-variable
        
        Change-Id: I93e9fdf4607bbd964a7557ef0b1788bf901c2c50

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [827524abfb4b577d08276fde40929a9adfb7ff1a]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id530355d5f014bb02507b3c493b74a98ee3409ee

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [9e76691bc20cd5bf32fe76f5c2eacaa5b5db6d88]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ie9611fc32c046059425a4b14988d69574869c3c5

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6e41ee0927ab44d653466aab51851e92b428f8c0]

        -Werror,-Wunneeded-internal-declaration
        
        Change-Id: Id6d82b258695262accb3f17ba8406e272772d7ce

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [11f30299ba20dfd4fb2b27b1006d88653ba835ea]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ie08f03080abc0e2fee650988d1eb73f52e7e053a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0bc4ea9c319093d73dd7970aba50301828a92d20]

        -Werror,-Wunused-const-variable
        
        Change-Id: I3d7134b56cb9c84b391a38ce8dbe8e2122b81e40

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0a76d1a01951265a11654d67d5f499155f2ee607]

        -Werror,-Wunused-const-variable
        
        Change-Id: Icde5d0aa66da7ddc6c8d6853372a8a6ddc736971

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b3ed3c23343058e92f2daa140b0e9ef8a41186d2]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iec4f66232b98b146780703db893e0c3ab1805c08

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [5a9de4f5e30b3cc5316dfea15687ab180fa791d6]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iac8f96b85a707bceaa1f514239e3e44b0692282a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ef1e635a414f9793cf4d0e199a972b357b437ab1]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ieece1db92b12bd175c17671a49cc7ddcf2a7befb

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b2be1d105275bf6150b64679cda765768d850350]

        -Werror,-Wunused-const-variable
        
        Change-Id: I45b9752b295d2dc93b874dc2303320a52bb32a53

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [03f808c1dadfc8c1ac520caf9b3a4c3747baed2d]

        -Werror,-Wunused-const-variable
        
        Change-Id: I06cc1ed87c491928cd3128dea3adbeb374d8dd49

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4763c0acbde9c43d39ed27ff96830a29e1cea5a4]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic8279d6a52691532b987e7947709bdc14064cc3e

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [018de58af3d66432311a9c64fafb6689169091f4]

        -Werror,-Wunused-const-variable
        
        Change-Id: Icc5083642021a68566b358bc8bce56e08b71dc20

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b2a189bdc17e7045fd57ad3d13e68422240ec78a]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ib1b3a251f15ebfe5d72110cd4a070a70591a4f39

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [1e4a2246b4d9d0e7c790a821557750ae4bda9698]

        -Werror,-Wunused-const-variable
        
        Change-Id: If30c02760714865b52ba4feb8023bca73ed9402a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [48fc466b17552473e5596454b73e77709f031b83]

        -Werror,-Wunused-const-variable
        
        Change-Id: I1d5bc06ec22e0cf3ca8ab16b910a15ecdc2dc581

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [dff4945e2b7843e518c610253dbaf6fc66747f0f]

        -Werror,-Wunused-const-variable
        
        Change-Id: I129acbac7c88285c45da84045fee0e42eaa9a9ad

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a3687e06a925a0bff0bed5de70f8bb092187d78b]

        -Werror,-Wunused-const-variable
        
        Change-Id: If4b4f0144b6c8926b0f3962b2d7db9c74768b0da

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [457d4b53fe7db8fd9141e9f331a72dd05700266f]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5269abf769839f525d949b90e827f1322e44f2dd

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [10da40272cea1e5450a3ba9b6737b6aecd5d0713]

        -Werror,-Wunused-const-variable
        
        Change-Id: I566f106bb5ea0836535b1fe1b42811fc5be3268e

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a9dba32effe98779df7d97433212d0e43eac6b77]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ib37eb4a2795840bff5b501ba468473f02100aaa2

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8d73ead2bc559072d66ce81b119d55aafd7e8dce]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ibec53c0e3565007be5d3379dad5c7c7678afc721

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [06fe9af13a455b3676a2b73ca9e298cb1bfd1484]

        -Werror,-Wunused-const-variable
        
        Change-Id: I41ec28c39c395b8eb2eaf72f91440f3ae2c3aa99

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ba4e24da44946cdebbb0964de0cdb92d75cf22d7]

        -Werror,-Wunused-const-variable
        
        Change-Id: I7422272a7103bacd36c5d7234b6eb76477f5a2b9

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2a4d6c63d19e187e2657a2751f57c01ebdde3511]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id941d9a9f5fc020e2e5bd11b419461f60b9b4626

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [02a27cbb7294f8eb63c539399518053fb4f3bb89]

        -Werror,-Wunused-const-variable
        
        Change-Id: I6c028561f0aa2eb4b1a14ed5646f1c10541512d1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [52be14b80de8c199a5a2f94ae08a4b51ceb12892]

        -Werror,-Wunused-const-variable
        
        Change-Id: I4e0f9b935171b65b20a40c4dec8d769d202cf4b8

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [ec40dd8ec1d38e4c1a85c4c9ab8e40f07870e332]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ia8f7c1bbf18bbe3dbd84df5a05c450361b7c8578

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8f6f93adfe96e11cc5fc9d9dd46a1259ed5344ee]

        -Werror,-Wdeprecated-declarations
        
        Change-Id: I22101fec4b75e567153c6401ab754e1a5e158a77

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [3ef9fac503f3bb0478f826fd2ef3347a21c0cd46]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5e00ce258e2dc2b13dc0f7a38f5a92bd1235e81e

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2bc1044279e8708c9d5f6558e1564293f161bc59]

        -Werror,-Wunused-function
        
        Change-Id: I36275580d20098b9f643a5380805026fb79f0dbf

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0101162fc4913f20b82903a69a53f4a8ac4f67e5]

        -Werror,-Wunused-const-variable
        
        Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [660400c9f78cbf045f2b009765ba75e9380b1be2]

        -Werror,-Wunused-const-variable
        
        Change-Id: I393816c526764c21762e5bc19318f862d0f91de5

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [b03fa7d6707f4701a35d107cd44688d4b10edd5f]

        -Werror,-Wunused-const-variable
        
        Change-Id: I520782b2a4cc7a7b100471f18980515acb2e4ede

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [0e6f148b9cf822153d40ce1f26bc0a8996099cc2]

        -Werror,-Wunused-const-variable
        
        Change-Id: I7b38539b6c4153d6e5268551c8d3f8cbaf5be400

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4dc4d978eb8ccd16448d94d4e7f8b247f0869826]

        -Werror,-Wunused-const-variable
        
        Change-Id: I6b3c667e42c9de6ad6aa61c7d3caf1cb7b343d5f

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d4fa217f2b2ca00b3d851d5da75028c274f4bdf5]

        -Werror,-Wunused-const-variable
        
        Change-Id: I629a17a03b9c5fcd6630a2dbab992f89956f12e7

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [bd0736bde6abaa8c9716260b6c65d2a9820c1aff]

        -Werror,-Wunused-const-variable
        
        Change-Id: I48b1a515ada0fe10e58bacddb0118d520274611c

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [9c249ac18ef094ef4fac2916798c06332c0d4bb1]

        -Werror,-Wunused-const-variable
        
        Change-Id: I4feed2237f71ab4baeee44ca1404072f52e5eca4

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [104dd67b96f00c09af866fe4bbbae7b727a80900]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ibb7988e0b9a63dc952ebf99463b11a3a5ba42162

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6ca4fee750fb63d029396ff41302c7c885b45353]

        -Werror,-Wunused-const-variable
        
        Change-Id: I348b73fec1823379a1bf49e9d645627ccdb76a47

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [415c6b0c0b7876fe51bccbe955c5ac97d44daa9e]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id76f56ca86ef22fbee59387cda0832984dda5358

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e78d5f84a96f5d2d69e3a30a189f9497be279082]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iec2cf62c1d691b3229a37bcb952553b3424b081e

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8bcd7181e025a4d12ebd984b43e2797f15f99cb0]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ief9d3dc339df3f22d4774d0fc27a128d4519ab27

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2142250f15649ddf43adef9108b983a79b98315f]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ifbc7fb710397c4f5a365e2a78775c417e352ff98

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [4a1d08eb7312fd3da6ef0a680e78cab421fe77f4]

        -Werror,-Wunused-const-variable
        
        Change-Id: I977c092248bdbfab33ff4d0c3a748a61d29ff745

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e1f6731187b1384734a72a48411b5e17caf20913]

        -Werror,-Wunused-const-variable
        
        Change-Id: I8e382aaa44144693d99c0442942e25f3b5a9b297

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [d015051802127db91e8eecca1547f00743a50dd1]

        -Werror,-Wunused-const-variable
        
        Change-Id: Idc6f30e7331a5b7621b45c4242406e3cbe3c5d75

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [590359618ae57bff103026c4f84e06a3ce4cf95d]

        -Werror,-Wunused-const-variable
        
        Change-Id: I0daea62642ea19e500287681070ebfd071d08da6

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [a7f3b0cff66abf229efeb0e7b5ee00d5d77c1966]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ib7be15303ebaedbfe68f68fa1fe032e39e1eb32a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [76a03e52a15e2db8f73842c6670c2e68e6d010e3]

        -Werror,-Wunused-const-variable
        
        Change-Id: I87429f4d03d89599faae6276e173707b464eae6b

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [437e563d2555585792c69da3f5c67add18010a2a]

        -Werror,-Wunused-const-variable
        
        Change-Id: I141d1a6ea99132309dbe77f542055d6c6db31d7c

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [02dc946236de7465998c59892f3629d009eaea17]

        -Werror,-Wunused-const-variable
        
        Change-Id: I499e5832999fd54b44774877da2ec3838d21ce75

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [1467b8328194db3899aac37075f76b45597f2d44]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5bb9982daa0dfbbe97e82e8598fec8d0d05b93cb

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2663b86909e898cc947b466ceef8450af7895f1f]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ibaf2c42050c85d9b87d58204f1c68422e33da4c1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2c2807326420d32aad378be7f66041b5a82d6b4f]

        -Werror,-Wunused-const-variable
        
        Change-Id: I8e907dd0e0a38eb250b77123dc3f604b79c0a695

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [cbd1a696daef591e832cab95a87e565a5aad1746]

        -Werror,-Wunused-const-variable
        
        Change-Id: I3a85878b5e8a346b58e15877c7ddb8bf90eac6a1

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [bdc0e87a155af01814ff7d5fbce9b181a2ef2234]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iac6d103afb5d6ed3f59e589ec174f6aad253a0aa

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [eb103fa4116a077514f040054050aa1c35c8d1ba]

        -Werror,-Wunused-const-variable
        
        Change-Id: Id416a7bcb3ac3ea5354f6f7b5ec3daa1dc742f8d

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2ad1494c6b884e911a9a1fa38517820c2baea8ce]

        -Werror,-Wunused-const-variable
        
        Change-Id: I52bd479bd40031acc2742b93ab77420f26070b59

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [062855b4ae6c0cc782381c1adbd70df5eeab0484]

        -Werror,-Wunused-const-variable
        
        Change-Id: I93796237cb953445e42fde5822ad51bc3edcce10

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [7f02173bba836f1f93693732ac675f885d34a1af]

        -Werror,-Wunused-const-variable
        
        Change-Id: Ic4edbbc0bf74887ab9624e4551b54ecbe3538108

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [3ade152323d854d1d905586afca5a3060280fcab]

        -Werror,-Wunused-const-variable
        
        Change-Id: I07351213c3a8c215a3c02f263f872cee8f7c7cfd

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [fed39ad41f0cdd06f9d890fb5f57bf12ebd74479]

        -Werror,-Wunused-const-variable
        
        Change-Id: Iddccf82bc39557ebf03486df18630d1d860aa039

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [69f61526cd4268a330be1e835e9e52f9b1dbde50]

        -Werror,-Wunused-const-variable
        
        Change-Id: I80848606487626a50fce93f0c6df3cfc8a50b35b

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [09b491ae845c83ac618245c6535178a6064c7f54]

        -Werror,-Wunused-function
        
        Change-Id: I6149e9e4491aee1ca9924584caa94064bccdcc83

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [1f8d73eb9a4b5a3eb62689135e83a6f39eca1bd8]

        -Werror,-Wunused-function
        
        Change-Id: Ib436192fc4fc30a0e6efa1618e5258f545abc36a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [54a737ab4dafa141c513b7fb61f20f99f968c138]

        -Werror,-Wunused-const-variable
        
        Change-Id: I2cf98c691fb11be340ff973a51477c56d5d97d50

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [7004330993821876c5c2830a772781377b2687a9]

        -Werror,-Wunused-const-variable
        
        Change-Id: I53dafdb4d23a7a2773a6f63e84f36be191d9f261

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [414554480caa3c773a8fce3bf59a270242b2397c]

        -Werror,-Wunused-const-variable
        
        Change-Id: I6a772c5ba8df071caa88bfef4a1e9f114c26a369

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [2fb2a5fe9152b2ada61c702b48b02cb066b57a94]

        -Werror,-Wunused-const-variable
        
        Change-Id: I1a6f8fdd6904c9567b72d4bf5156aef5ce7d84f0

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8c045e633cb8ba3ce80617a927ba9f36240c4e06]

        -Werror,-Wunused-function
        
        Change-Id: I8167a8134b043fa1737d9a1ea67c9401de1a38da

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [da4a916fa4b1e96b7f0800fd30e10784f9986ca4]

        -Werror,-Wunused-const-variable
        
        Change-Id: I12fcd2ec83101117eda03de04789e6bce5371b54

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [8ece4abb6f3a5543e011f70abbe52c65d46cf567]

        -Werror,-Wunused-function
        
        Change-Id: I68d030642fc3f396f7d95602847725bb8299bebf

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [63389fd12c7bea6f8153c0e595ade0cef4d83ef5]

        -Werror,-Wunused-function
        
        Change-Id: Ic8692444519af1d5d3532b2cd348fe3194ab47d4

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [e9e134dc214088230206a4f8f46e53b686ae6a7f]

        No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)
        
        Change-Id: I5aa9d90d5871e33bf8c76c1ebcaa39c18614294d

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [f182354cc58e87ae30cdd583c573382707129ce5]

        Work around deprecated auto_ptr warnings on Clang/GCC
        
        Change-Id: I1235727c5691a828f44837e8eca62acf57efca70

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [6aadc284c68997475b898cf29e5e80f65e71f525]

        -Werror,-Wunused-const-variable
        
        Change-Id: I5740a22f0d768b9b1d7449f54b859bcb40401367

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [84d30c90c3dd1964306b924d7617604165122512]

        -Werror,-Wunused-function
        
        Change-Id: I1b966095f764a197c4c5e823fa41b9914cb34ebe

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [be16a0a4d222b10793ac533d0d30944560055f72]

        -Werror,-Wunused-const-variable
        
        Change-Id: I000ed6edb236dbb8e93ad2fb445dfec7294ea3fc

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [60365ec36a7d3e45a66fc9c48092a93e62f73218]

        -Werror,-Wunused-const-variable
        
        Change-Id: I6c359f8ce52218413671fcdc06021b283b25cf6a

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [dedd26e8e6e0c0e0597a4e67c0d31ea97c6bd8aa]

        -Werror,-Wunused-function
        
        Change-Id: I4e3097f58a8b91a61369d3b93931bff44444990a

2013-10-02  Andras Timar  <andras.timar@collabora.com>  [fe6063a28b4d9bd922d6ced1b63914c54a17fc86]

        Media/LastSequence is i4, so it has to be 32767->65535 in _Validation table
        
        Change-Id: Icfcd8c70da350e5b431d6ac802a34b35adf8035b

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [f2110ff02b049c2d356f539858e78491c2b0eb96]

        fix gengal dependency on configuration
        
        Uses wrong package, fix it like 51ff75129c6b61d4f3ba31fa189b38bbf867910d,
        thanks for adam_co for finding this problem.
        
        Change-Id: Ic643a76b3e4504aa815cd76897287a1d7bb62569

2013-10-02  Michael Meeks  <michael.meeks@collabora.com>  [3edc4b8aab3d07019592c92eb278d2f016679902]

        sdremote: simplify version string creation.
        
        Change-Id: I764d857679bdaafd40a46c80c461d787c6da144a

2013-10-02  Artur Dryomov  <artur.dryomov@gmail.com>  [7488c72023dedd38eade901a8686044ff6ea525a]

        Add sending server information after pairing.
        
        Basically it is only version at moment. Should be helpful for protocol
        versioning.
        
        Change-Id: I57fd5d73f783c32393c0b3fb9a4573cb6852060e

2013-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [b5683734bd60e6a2e48f1c6d7406062d8f63dd7c]

        SwEditWin::RequestHelp: out of bounds substring access
        
        Fix conversion from bcc8e86a1e2e4d7067c0d8320b4bdec9f1d2a2da
        
        Change-Id: Ie169752a9ed6b4fa32e886352c80af60a07976dc

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [11ad93f4ba84f190c908e92a2c960f7a9fa800c0]

        Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopened
        
        Workaround for the encrypted OpenOffice.org 1.0 documents generated by
        Libreoffice <= 3.6 with the new encryption format and using SHA256, but missing
        a specified startkey of SHA256
        
        Change-Id: Ib1acc4441b5adc6721cb3cde7a1191aa978e9a1b

2013-10-02  Caolán McNamara  <caolanm@redhat.com>  [f7f421670206d265024a99da6bc1ad8781c30c99]

        remove some UniString::GetBuffer
        
        Change-Id: I808026a6f593b0251ee107d27e7ca12d55b2d0a0

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [b95a901089ac096131bb6a4fe9c1f1346ffdde6f]

        Avoid randomness in one more place in the LIBO_ONEWAY_STABLE_ODF_EXPORT case
        
        Change-Id: Ia77979cd998549ae9641c52bd4253f207e479b68

2013-10-02  Miklos Vajna  <vmiklos@collabora.co.uk>  [232df42b8dc0b4f7a335d2931fc0f29e73b8bca0]

        fdo#69979 SwCrsrShell::ExtendedSelectAll: exclude headers, too
        
        It turns out, normal Ctrl-A doesn't select headers, footers and fly
        content, either (just like not selecting footnotes). So do the same when
        in the "doc starts with table" special mode.
        
        Change-Id: Ib9bc397944a4d07ea03bc326f1536733c57f42e6

2013-10-02  Stephan Bergmann  <sbergman@redhat.com>  [51ff75129c6b61d4f3ba31fa189b38bbf867910d]

        Fix dependency
        
        Change-Id: I7b0c4bad7dfce63f0b3f565816f6197d674e62cd

2013-10-02  Michael Stahl  <mstahl@redhat.com>  [0d3c536d0535fb7d50c123dd8b9d3fdf5d5dc973]

        fix make test-install on WNT
        
        Change-Id: I681f2c4989b88943fe57e6173554a019539a18cc

2013-10-02  Philipp Riemer  <ruderphilipp@gmail.com>  [a323a7df85c6b782cdbd2a35ba0498ceeeb40dec]

        whitespace work in sw/source/core/doc/
        
        Change-Id: I79561a63db523b8da8de72a1096e908d184a8a0b
        Reviewed-on: https://gerrit.libreoffice.org/6076
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [1a6a2c8d1dd01c9c2a334db799689cdce8606ce1]

        OUString::replaceAt() does not replace in-place
        
        Showed up as a warning: "ignoring return value of function declared with
        warn_unused_result attribute". Please, use --enable-werror.
        
        Change-Id: I783db186f0525df528174276958cce04ab9d44e8

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [dba1bb24ccca95bcdfd4dfae5053867af9d18bab]

        Add dummy arm64 code to just get it to compile for now
        
        Change-Id: I9898c0757a2dd495c73bd4b485dd8489f4a2b08e

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [0f3ad8ce369136c5904e3906a26a764b643d4844]

        Need to list all places we have libs here, too
        
        They are no longer simply in solver.
        
        Change-Id: Ibf00854a8a17d97357748caf14e7323e029dfd44

2013-10-02  Tor Lillqvist  <tml@collabora.com>  [b7d7e3d7d6bb005701f6659802aa38a0e78c01ad]

        WaE: NSLog format errors when compiling as 64-bit code
        
        Use long format modifiers and insert casts to make the code happy both
        as 32- and 64-bit.
        
        (Sure, this is just in temporary debugging output NSLog() calls.)
        
        Change-Id: I7c05c59a76e683b3401974c2b468d1aee2de4098

2013-10-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [a59504bfb06d57ddb0e1f4cfc02222022fa68da1]

        Fix typo in comment
        
        Change-Id: I78b3e37d261d5c82795c40c9eb3de2731b8edd83

2013-10-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [31eb55e55103e83025bffacafa7832e4c2575e9a]

        Do print empty lines or beyond end of text
        
        Change-Id: I706faba95ca6b3034b2293f3dcc15b9f124014be

2013-10-02  Matteo Casalin  <matteo.casalin@yahoo.com>  [06941b060bab0b5941b619441ecf767c6a0ab23d]

        String to OUString
        
        Change-Id: I03949be73025d8b58ee35648d95e76b3ac1df2b8

2013-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [ea1e3b77d43f770715e796d64e4054cec651898f]

        sal_Bool to bool
        
        Change-Id: I16ddbcf100e21d6c05fccbe24faca2932a605902

2013-10-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [111a2b94fd6f217d91c9a057086b3d2dfa752c5b]

        fdo#54812 Remove option 'Size optimization for ODF format'
        
        Change-Id: I1aee738a0ecd761efaecf4b1b1c53918d8f9cf01
        Reviewed-on: https://gerrit.libreoffice.org/6044
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [2fb543496a61974edd15c2bfefbc83abe225a85a]

        Add sanity check to avoid crash
        
        I got a crash when saving doc from fdo#45349 as .fodt.
        
        Change-Id: I704d86e846e78848d914de7b48da6c9fa4075150

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [ecbe980c609de8e719243d6bd4f75d3e9c4aec61]

        WaE: 'rPath' : unreferenced formal parameter
        
        Change-Id: I35aee7a1f8c2d79ac275262ba0cd002e4d034c95

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [ffa4798d1f9b1c94278b180482b2e0ef7f6c1481]

        -Werror,-Wuninitialized
        
        Change-Id: Ibb71a19867546d212b1f6fcbea3a274556b4f18e

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [7c358450e389d682657be283026403fb6e8931ba]

        extensions: kill StarOffice/StarSuite branding in browser plugin
        
        Change-Id: Ia4c291936ad0b31e67d8edb046424d29462171b5

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [abd3338486a515380d50c4ee5f4ab242fb5fd4bd]

        desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION
        
        ... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code
        OpenOffice.org 1.0 for these too.
        
        Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [31e37f8f405d53ad0d5b1a271e07976328f93d64]

        remove SwCompatibilityOptPage::ReplaceFormatName
        
        ... which probably didn't do anything anyway since the dialog actually
        used %WRITERCOMPATIBILITYVERSIONOOO11 and not the variables replaced
        here.
        
        Change-Id: I27a59382476979b3bbcdb7fc06eda2243d1487e1

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [f67d166b30dcba9e854716b29e1035693ef7481b]

        remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11
        
        Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and
        StarSuite are irrelevant.
        
        Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [041d2b88a473cc7ba9b68113f7642dd8417369e4]

        filter config: stop replacing %productname% / %formatversion%
        
        ... at runtime.  Hard-code these to OpenOffice.org 1.0, since nobody
        will ever build a "StarOffice" or "StarSuite" any more.
        
        Change-Id: I1785dea8dfd15a9384f9fecd92935a6043d995bc

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [664594651b2f61b671a05913faf958d6575a598d]

        filter config: another case of accidental OpenOffice.org XML rebranding
        
        ... but apparently only used as a fall-back.
        
        Change-Id: Iebaf3d01a2eeb8aceef0168b2e1817cdd4cde5ab

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [50e3ac997d1fc05002ba09ebddfa05aa1f2cacd7]

        install-tb target should hopefully be obsoleted by instdir too
        
        Change-Id: I14a74b660d965d19027cefab2c84d1c0ea38ce79

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [8539eeb163eea7123b8ea0450712a7965336c809]

        callcatcher doesn't need ooinstall to run tests any more
        
        Change-Id: I370345bc9b2ec1158a873a3c691b6a6f929e04b1

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [b81f49ce0f3ebf8ff7ed583ba99f31f7c1d49b95]

        test-install: get rid of opt/
        
        Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [f1d0889058c112c5a594755be7f3482ced2da395]

        put result of make test-install into top-level test-install dir
        
        ... and rename all DEVINSTALL variables to TESTINSTALL.
        
        Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [be59288ff46a7f3462f5d055f06edacc59340c36]

        make dev-install is obsolete
        
        There is no need for developers to run it as part of the daily workflow
        because instdir is much easier to use, so just let it print an error
        message.  Also remove the "install" symlink.
        
        Provide the previous dev-install functionality as "test-install" target
        so that it is possible to quickly create some kind of actual
        installation against which the subsequentchecks can run by
        setting OOO_TEST_SOFFICE, to e.g. check that scp2 isn't missing files.
        
        Change-Id: I8c0b05a87f55b1db8c1d1e76f64ab64b9cc695eb

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [9b92f2146010f96f453384ef6439629dc1cc4f43]

        gbuild: fix dependencies in gb_SrsPartTarget__command_dep
        
        Use -MP to output dummy rules for included files so build doesn't break
        when an included file is removed.
        
        Change-Id: Ib230cfa5d5da71c7f5c15af5bdaa5004e6b7a122

2013-10-01  Miklos Vajna  <vmiklos@collabora.co.uk>  [bbef85c157169efa958ea1014d91d467cb243e6f]

        bnc#779620 DOCX import: try harder to convert floating tables to text frames
        
        Since 78d1f1c2835b9fae0f91ed771fc1d594c7817502, we convert floating
        tables to text frames only in case it's possible that there will be
        wrapping, to give better results for multi-page tables, which are
        multi-page, and technically floating ones, but that has no effect on the
        layout.
        
        The problem was that we try to do this decision too early, effectively
        the page width and margins were counted from the default letter size,
        instead of the actual values, which did not arrive at the time of the
        decision. Fix this by moving this logic at the section end.
        
        Change-Id: Ic1fbceb54c8ec223ed01836fafe6220bb3b2410a

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [e85eadc888285a42561cc52133172cf5f4317da2]

        Resolves: rhbz#1010995 div by 0 on some bizarre corner case
        
        Change-Id: Ief192ac36df7f62c9e157dce9050b37297ccf0a4

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [165aca6a01ede62d0ce7577a90709bd9bd43b769]

        Resolves: rhbz#1013480 crash in EditLineList::operator[]
        
        avoid crashing anyway, though unknown how to end up in
        this scenario
        
        Change-Id: Ib602c73478e5c4772cfef73f70c67ad22877a39f

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [d05a9ae25e4a397834330d868b68d92ca919e33b]

        Related: fdo#38838 remove UniString::AssignAscii
        
        Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [2655ef2d03b786b683723e92f3c76838fa012ab6]

        fix OUString conversion in lotuswordpro
        
        second arg is number of input bytes, not number of resulting codepoints
        
        Change-Id: I76ab899fa3875f37075214363188cf897e018f22

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [254f59f623f58c320175a06a2c93bcee7868b623]

        rhbz#1014010: Missing dependencies in isBootstrapType list
        
        ...the list has been fixed now by copying its elements into an ENTRIES file and
        running "unoidl-write udkapi/ @ENTITIES TEMP && unoidl-read TEMP >/dev/null" and
        adding any reported unknown entities until it succeeds.
        
        However, the updated list lead to deadlock when css.reflection.ParamInfo UnoType
        resolves css.reflection.XIdlClass UnoType resolves css.reflection.XIdlMethod
        UnoType resolves css.reflection.ParamInfo UnoType, so broke the circle by no
        longer resolving the interface methods' return and parameter types in
        InterfaceType::dumpMethodsCppuDecl (which is why those type infos are only
        generated on demand anyway; looks like this had been a careless thinko in the
        generation of comprehensive type info that had remained unnoticed all the time).
        
        Change-Id: I50ef2fde16242298e055c6fa5971e70fad1a2b68

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [1724f55432848b4177758389d2a9fc38b767ae31]

        sysui: remove cruft from freedesktop-menus.spec
        
        Change-Id: I0e4dc2145fe4ddcb7b3e4d4d0233987a8b70dd34

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [9663478df85655a3581bc97193a0ef92df1eae20]

        fdo#69210: sysui: add AppData to system-integration RPM/DEB
        
        Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937

2013-10-01  Richard Hughes  <richard@hughsie.com>  [ceb9e098fc6efcfb7e024057bfa46aa06a295d00]

        fdo#69210: sysui: add some AppStream AppData files
        
        Change-Id: I5c4af1c36290f0e1b3815058bd68b952f6005f4a

2013-10-01  Noel Grandin  <noel@peralex.com>  [340775da21f69a6a2f2c573d983a6f0957aa8ec4]

        fix conversion to OUString in filedlghelper.cxx
        
        in commit c82d932510c88a12b260b1684522efbc69f07b26
        "convert remnants of String to OUString in SFX2 module"
        when I created the SetToken method, I forgot to make the first
        parameter a reference.
        
        Change-Id: Id587e69ff0cdf46f645d8f9d1dc0e110ae80daa5

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [0bca15197461f9e0c6f28ce301c2fed2ec4b38cb]

        don't show macro passwords when entering them
        
        Change-Id: I0bd594a10efbd0469423d7463896f7e02f958ff1

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [a4137a78a607eefe45cbe965f793b0045074d64d]

        Updated core Project: help  d12565b654b04222b6f60d182dd9e494311d7d59

2013-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [e1b51e7beb7f9cfa7b574b9c2a69799e62963a09]

        gbuild: use .xcd configuration files from instdir
        
        ..instead of .xcu files in solver/*/xml/registry
        when running unittests and gengal.
        
        Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a
        Reviewed-on: https://gerrit.libreoffice.org/6057
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-10-01  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [e8c8f02ffd6988ea72141992b1f26f9c5d918af5]

        Convert edit field dialog to widget UI
        
        Conflicts:
        	sd/AllLangResTarget_sd.mk
        
        Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45
        Reviewed-on: https://gerrit.libreoffice.org/6073
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [5055eb2ca3b8f0f2c8e04e3784b7611203e56f0b]

        Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'
        
        Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6

2013-10-01  Caolán McNamara  <caolanm@redhat.com>  [d9c80f67d919e3e3a1eb0c079d66bf61955eaaf5]

        Updated core Project: help  0b28df071531446de5cf300cf20d680f2a155863

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [d0c08311b02c720aeeabcafdaee1c799bf987a37]

        cui: fix up WNT-only code
        
        Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [4e601bda1798dd9e1651e41db0e17818c62d1763]

        extensions: fix swapped "insert" parameters
        
        Change-Id: If9667cad9fcc0ff3b1cc8d36c0619d80d7f3e2b9

2013-10-01  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [ff3203c5c567ed14a8ff2e80408c304d3cdd84e0]

        Convert change password dialog to widget UI
        
        Change-Id: I0ff0eda77b849927fe6cffe5cf203c46ba9ef340
        Reviewed-on: https://gerrit.libreoffice.org/6089
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [5249bd69ff7fa41d785a5bf9f4e7539ef8288438]

        nss: apparently libcrmf.a is unused
        
        Change-Id: I098f6824b39b72652d650171fa3021d777628af9

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [1d633ca8dd12add335d36ad09086f29f76574a40]

        postgresql: remove ExternalPackage
        
        Change-Id: I8dadaf1f21bc16f6889a00a002c48cb3d93fbe01

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [cb177b6d798ce244ac35923f34fb93e8c8839ee3]

        libxmlsec: stop delivering static and import libraries
        
        ... and also check COM instead of CROSS_COMPILING.
        
        Change-Id: I049c9211d4b6eabe4012f66d39d86c7b025dc18c

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [2df9a25563b93ac0526725effec2a9b5b2de9d4f]

        lcl_checkFrameBtlr: use SwTxtNode::GetTxtAttrAt
        
        ... which also finds the hint if it's not the first one in the array.
        
        Change-Id: I5ff61305bcc896de0269c5bf47b237dce00142c4

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [8076eebf94da9cf803fcff80087d59cd2e13636b]

        sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPU
        
        Drop implementation of osl_incrementInterlockedCount /
        osl_decrementInterlockedCount for antique 32-bit SPARC without
        cas instruction (sun4, sun4c, sun4d, sun4m).
        
        Apparently only NetBSD and OpenBSD even support such ancient hardware at
        all, the Debian SPARC port already requires sun4u hardware.
        
        Change-Id: Ic254622ae80ad65c9f545013b68d82665474402c

2013-10-01  Michael Stahl  <mstahl@redhat.com>  [e568d2ad00eaaf8b48420bc8e1ac32565d12baae]

        fontconfig: don't use gb_ExternalProject_use_packages directly
        
        Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20

2013-10-01  Philipp Riemer  <ruderphilipp@gmail.com>  [623f89b373114b2034319a573184fe727fb1b33d]

        remove commented-out code in sw/source/core/doc/
        
        Change-Id: I9b2c39a905b566dc94d5187e0ca2d177390c0b64
        Reviewed-on: https://gerrit.libreoffice.org/6075
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-01  Tushar Bende  <tushar.bende@synerzip.com>  [7d637b71438921eaf97a66dfc46c6bc88d8aa5d6]

        Unit test case added to verify chart rendering in Writer for docx
        
        Unit Test case to verify Width & Height of Chart rendered
        
        Change-Id: I2899b9bdaf251f82400ebee273b23d09add4b468
        Reviewed-on: https://gerrit.libreoffice.org/6056
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-10-01  Julien Nabet  <serval2412@yahoo.fr>  [f154d00206e55194308a7985348069f0d9058db3]

        Fix iterator management
        
        Change-Id: I32ac35d3a4d0cc2376c5890086d1ff011442683d
        Reviewed-on: https://gerrit.libreoffice.org/5998
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-10-01  Noel Grandin  <noel@peralex.com>  [9f4c18e64c1e552a57126975b88a7fbf2b092d3f]

        convert remains of String to vbahelper module to OUString
        
        Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e

2013-10-01  Noel Grandin  <noel@peralex.com>  [b47e4dbc08b782824000f4be477c5d7fa62f51e7]

        convert more of dbaccess from String to OUString
        
        seemed to have missed this the first time around
        
        Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3

2013-10-01  Noel Grandin  <noel@peralex.com>  [4068562f5d46a7f743d04386647920c0b7094f24]

        convert String to OUString in lotuswordpro module
        
        Change-Id: I4af6a11084f3337df1f6278b28fd0fd9d94d6a6a

2013-10-01  Noel Grandin  <noel@peralex.com>  [2e767575c41fd1a237f86e96bf29a5ddb645cb58]

        convert remnants of String to OUString in filter module
        
        Change-Id: I83cea804b73d9219019354223bd2c966f52c5688

2013-10-01  Noel Grandin  <noel@peralex.com>  [d11ed5a57e23fcc8d59ec40e7f52c7f54f7241a4]

        convert dbaccess module from String to OUString
        
        Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393

2013-10-01  Noel Grandin  <noel@peralex.com>  [5a9e9c8a22586a9309b53cc49f063115d31f5b38]

        convert open-coded array into std::vector
        
        Change-Id: I067e1ddcf2c46ac55ed2c5b92db8edb19dc6a0f1

2013-10-01  Noel Grandin  <noel@peralex.com>  [ea2c80bdcd862f91dd7429184aea29d9a77f9774]

        convert CUI module from String to OUString
        
        Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81

2013-10-01  Noel Grandin  <noel@peralex.com>  [183f260e7ed86c30d99313cdb3267c18abb65bd3]

        convert FORMS modules from String to OUString
        
        Change-Id: Iadb3638b03e1a9712553ea5e4c041493d4e1656a

2013-10-01  Noel Grandin  <noel@peralex.com>  [ec79a0ca3efe2ea5f5f213bc7751f0dcd6c9d712]

        convert remnants of String to OUString to OOX module
        
        Change-Id: I55a620063a1021830802c5bc41b425fd134b449f

2013-10-01  Noel Grandin  <noel@peralex.com>  [9a5997374f9b87f187e30b6a302c19c09eae8557]

        convert basctl module from String to OUString
        
        Change-Id: Iac38d4fd5d1d8b5c305bbb20eb1b40a7c7dec9bf

2013-10-01  Noel Grandin  <noel@peralex.com>  [cb918dda4d5ac679c78c67429a0244823accc78f]

        convert remnants of String to CHART2 module to OUString
        
        Change-Id: I799d7ff1d9e8a72b1e68e53aa7d9ef21a2d299b1

2013-10-01  Noel Grandin  <noel@peralex.com>  [b879adc316d6628fad7be35e758052860171bcf2]

        convert UUI module from String to OUString
        
        Change-Id: I0dfcdb0b95112b5ee18b05d0c496059292be65c4

2013-10-01  Noel Grandin  <noel@peralex.com>  [c82d932510c88a12b260b1684522efbc69f07b26]

        convert remnants of String to OUString in SFX2 module
        
        Change-Id: Ie07684f2b8b902b0ce0844eabc8174482e02d8db

2013-10-01  Noel Grandin  <noel@peralex.com>  [4805c2f499d66c3397958efed1663ad1ac16e1cf]

        convert padmin module from String to OUString
        
        Change-Id: I1533ceef08ac3e330604115e0831fb01477aa958

2013-10-01  Noel Grandin  <noel@peralex.com>  [ab63cac8cf1bb39d68d4faf99bbce99a5751067a]

        convert fpicker module from String to OUString
        
        Change-Id: I665facff9f37f089f97e91f71e45578ad03e0653

2013-10-01  Noel Grandin  <noel@peralex.com>  [92ee5e9433dec432508175ce9f061b00e35906cb]

        convert last bits of String to OUString in svgio module
        
        Change-Id: Ic056c83ba239e3c9066026a95d1b01d0b1fc5539

2013-10-01  Noel Grandin  <noel@peralex.com>  [9fc44bd23535d92e216b5244b97d587f570a8c31]

        convert remains of String to OUString in formula module
        
        Change-Id: Ieca67b54535a6e11ba8fc20f6d02c501f6b7affd

2013-10-01  Noel Grandin  <noel@peralex.com>  [9c15d1ad186abad14c55bda2c7daf1734e224754]

        in editeng module, convert remains of String to OUString
        
        Change-Id: I634e1fc2b63461d94a9e7d27c809d559740da7c0

2013-10-01  Noel Grandin  <noel@peralex.com>  [0d586f5b7e0e0cd7ee66790d3e20f8902096ab00]

        convert leftovers in filter module from String to OUString
        
        Change-Id: If8954c39fec724066d46fe5d8c7e486d9bf6e955

2013-10-01  Noel Grandin  <noel@peralex.com>  [9dc41e228dd60c60a4364d26270c9769d2939ded]

        convert remnants of String in SVX to String
        
        Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767

2013-10-01  Noel Grandin  <noel@peralex.com>  [fd8f8bdaadc6bac6cf57c335422482a6793211a2]

        convert last bits of include/editeng/svxacorr.hxx from String to OUString
        
        now that Caolon has fixed the bugs in the auto-correct
        
        Change-Id: I06c31c22974fd23c6e6c14f1b3d0b6411712753f

2013-10-01  Noel Grandin  <noel@peralex.com>  [a952bd8aacba91ed654f11da07cbf0059d378918]

        convert extensions module from String to OUString
        
        Change-Id: Ia0cb9fe1eaebdd295fb1742074fe2c48be61c077

2013-10-01  Noel Grandin  <noel@peralex.com>  [de6a35f52276b601a8ebc68fbcfd28ad2db84f6f]

        convert SvxNumberFormatShell::SetComment4Entry from String to OUString
        
        I seemed to have missed this in my earlier conversion process.
        
        Change-Id: I9266fac26425d552520ce68bdcce9b8f4cdbe9a6

2013-10-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [57d8250a96596678a0d5a3f1698385691f92cda8]

        std::vector elements are default-initialized in constructor
        
        Change-Id: I593c6c3236172f33b3e58fb44a41e079c3c8b0c4

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e000b3fc7852b7879729694436170c01cb6b9fa8]

        make sure that we really fall back to new compile if binary failed
        
        If anything during binary import fails fall back to compiling from
        source. That includes a failure during building the binary file.
        
        Change-Id: I0f021f17c9be061fc9eb9f28ab470257d61f03cb

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f189b1ab9bab8fb8a68a21c03c038c7d19751841]

        prevent WaE with unused parameters

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab314659448e3a1f6f3aaf9e9e7408cfcb4f0c7e]

        fix Mac OSX build

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d0d3a0540dad2d0f417e21df1183dfc33964357]

        make source code opencl 1.0 compliant
        
        Change-Id: Id6055194eb225b85a5c66c5cf9fb44ad342df1a7

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [19e48764f7396e4a462d3a97c4bbe7848572b7d5]

        hash platform version, device name, driver version into binary name
        
        Change-Id: Id34e7c6dad0587e2a8ea583c6df9bdc145f193bc

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [25580075e08f2e20f0c842cf7da96e280884c9de]

        remove unused macros
        
        Change-Id: I8f195cf6f8f6962d73171fec65b46fbd96f74613

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c7cc9b637ef77a606d27f62aa5cc7f19550962b]

        clear cache of old files when opencl source changes
        
        Change-Id: I67bc06f80c284c85d2bb409380ba3a43611ec31c

2013-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d81286b78ff90cf4cde17c5000cd8eda6ea4a380]

        sal_Bool to bool in bcaslot.[ch]xx
        
        Change-Id: Ic38f5421da373a68eeee8fe7863450dd5025e312

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [d2e1dd559f4009a83f3ce6cb6617dfced010be74]

        [API CHANGE] Stricter requirements for shlib.hxx function arguments
        
        rLibName -> uri must be an (absolute file) URI, rPath must be empty, and xKey
        must be null in loadSharedLibComponentFactory.  While incompatible in theory,
        these functions should only be called internally, anyway.
        
        Change-Id: Iab144b199e4e7db62358283efec6877a5da19bab

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [02a872cb2cb68338a9459dd7d922001ee6c9a343]

        Remove odd "bootstrapping" of acceptor/connector/binaryurp components
        
        ...that had effectively been in uno.exe since
        c460c0ccb6f389339b2ff9e57a101557c30df676 "initial import," for whatever reason
        it was supposed to be good for, but would no longer work anyway at least since
        644c33a857c46d540202189228f519946dc33833 "fdo#67313: Use "lo" suffix for private
        URE libs."
        
        Change-Id: I98c038a4d9d963eefc542c91247cf263d7d988bb

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [f3010323077228e282509924d8bab29b35fd21f0]

        IllegalArgumentException is a RuntimeException now
        
        Change-Id: I929da9300cc02da114907841ad8805d1227f3f79

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [c91f5851d0412cbf8fbe1b3d8da0048241aaba09]

        [API CHANGE] Remove unused cppu::invokeStaticComponentFactory again
        
        ...that has neither been intended for external use anyway, nor has it ever been
        used internally since its dead-on-arrival inception in
        b16ab7a751c04049b4171df412f1ef0f4f9b02f2 "Add invokeStaticComponentFactory() for
        statically linked components: Will be used for iOS at least."  Sigh.
        
        Change-Id: I17795b2a1945809688deba0a5492415fbe877400

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [69f1846f4095a9dc607a0e568980d8625d657c94]

        All the content of cppuhelper/source/compat.cxx must be in namespace cppu
        
        Change-Id: I30dde10d1c299dbd9c0b2cb2fa025ce432df6cce

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [fc71ed951f646d5c686cfc3615b5b967cbe12612]

        Fix comments
        
        Change-Id: Ia5bc8b0dec8cecdec06a71377ac5cd3a52109955

2013-10-01  Stephan Bergmann  <sbergman@redhat.com>  [3fb51feb1c0a5b62dc55c76d0037564f42366226]

        [API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loaders
        
        ...introduced in 2000 with 38974aeef6dfaa1c625cf5498ec553489dd08c87 "added
        library loading limitation by using env variable CPLD_ACCESSPATH=path1;path2;
        etc." and 9be3c618e0b1d2b2635bd7b134693ed5ff3021bc "#80090# restrict jar file
        access to java system property com.sun.star.comp.loader.CPLD_ACCESSPATH" but
        already in 2004 considered "a hack [that] seems to be unused nowadays" in
        1d3164df959b31ba9f50ddc108569f3adec32ff7 "CWS sb20: #i29119# Replaced
        sandbox.jar-based class loader with an own one."
        
        Change-Id: I637afd5daeb4ca097edd17f834c81af892dcfc6a

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [e669d631a746d9f2cb9dc6da707a7ed73bd9401a]

        Untabify and add mode lines
        
        Change-Id: I185befe8aebdc13df601b1151b45c62e7291b5c0

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [6a3493adb70c53a345456e220213dc645a05a155]

        Add dummy code for the ARM64 case
        
        Change-Id: I88a871374ecc8d9d59f9b33b5198c0e6c9a2458d

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [883dfa4827ad29dfdc363189ac7052dbb1b866dd]

        Don't use tabs here either
        
        Change-Id: I633d73ac04ad97bb71e62a93e7d804cd253b2a31

2013-10-01  Tor Lillqvist  <tml@collabora.com>  [dbd0fa72168ad9957466e447975a6ee7a63c434e]

        Use // consistently for comments in the iOS assembly sources
        
        Change-Id: I60bbf6c309130bbf868745b3ba6fc1c0729d850a

2013-09-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [267e507fd6ebaa46a1121f19c263b2553968d7c9]

        String to OUString
        
        Change-Id: I93200c35bf33da16efc6f0dc5dfe2c79d8752250
        Reviewed-on: https://gerrit.libreoffice.org/6095
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [9d6eb23cdfaa4e2176866c6aab8f47b1f4e99060]

        Consistently (but arbitrarily?) exclude gdbtrace on Mac OS X
        
        Change-Id: Ia5acd5b6be61364aab2e799088bd2592bd2b4b62

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [43c47af0181ada27b558a30b02c51dc665169b99]

        Special-case Mac OS X .jnilib
        
        Change-Id: I824e83271997888712f126f4197252d7beefccc1

2013-09-30  Prashant Pandey  <prashant3.yishu@gmail.com>  [9379a922c07df3cdb7d567cc88dfaaa39ead3681]

        Sidebar: Show default line-color in 'Draw'
        
        Currently, the default color shown in Sidebar>Line>Color
        is yellow and is not updated until and unless one hovers a
        mouse on top of it. This is wrong and the default color of
        the line-color should be updated and shown by default.
        
        Change-Id: I213cba84a0fc726220acfe547955a96d6bb4446b
        Reviewed-on: https://gerrit.libreoffice.org/5932
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Prashant Pandey  <prashant3.yishu@gmail.com>  [8965bfda9753568a038303d9935f7a451282a857]

        Fixing the problem with Sidebar-alignment
        
        Currently, when the sidebar is taken from right side of
        the screen to left side of the screen, the vertical tab
        -bar is still attached towards the right side of deck.
        Ideally, when the sidebar is attched towards the left
        side of the screen, the tab-bar should automatically set
        towards the left side of deck.
        
        Change-Id: I1f56e5f0b7dfef37760e6563e7d757f7901cf2cd
        Reviewed-on: https://gerrit.libreoffice.org/5979
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Siqi LIU  <me@siqi.fr>  [762274102c74169b3be5518bc69b5fb03708ea9c]

        translation fix
        
        Change-Id: I7def33cbd6f638c564de0a872a5b3b7d3c3a90e1
        Reviewed-on: https://gerrit.libreoffice.org/6038
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Siqi LIU  <me@siqi.fr>  [f8cf0e8af3fe734461492400ca2b84bddc73a214]

        adding some comments
        
        Change-Id: Ie730db1fd926bd8bd7a4b05a08d0dd672c9ee094
        Reviewed-on: https://gerrit.libreoffice.org/6037
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [aa6eee03c6082a7882a35d6e3c822e7473eec6f7]

        Simiplify test
        
        Change-Id: I8ab1842ef1eb6f2988a547f0837daa81bbaff595

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [739ddcfd83dc48c723cce9af5093b32f3caac54c]

        Check separately and more thoroughly what the C++ library is
        
        I.e., GNU libstdc++, LLVM libc++, or Microsoft. Also, do the grepping
        for "visibility push" only in the libstdc++ case.
        
        Change-Id: Ibf1038e37780774d9595eccfe47894dd88fc5591

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [d74ca89ae860025aea98a36cee19fc128a7846e4]

        Include <algorithm> for std::sort()
        
        Hopefully helps a Gentoo tinderbox.
        
        Change-Id: I2e83b867113ba04a708c9fbb46c728368c4328c0

2013-09-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [bdde962f918af1c5ffa5799487941f3bd18e2409]

        Revert "Disable HSQLDB unit test for now."
        
        This reverts commit d4a41ab30c805e647c30a3cf10d43e7a15e07cba.
        
        This test failed once on one windows TB, but seems to run on my
        local machine. Reenabling to verify whether all TBs fail or if
        this is limited to one machine.
        
        Change-Id: I40c121833eaef091aaa9cc4a80fefb88fde2cc5f

2013-09-30  Arnaud Versini  <arnaud.versini@libreoffice.org>  [c850f000e77eac488347f8fb519e5ffe5afb28cf]

        API CHANGE: Remove osl_getEthernetAddress and osl/util.h .
        
        Also move osl/util.c on Unix systems to osl/system.c.
        
        Change-Id: Ifff79d9f4f89ecbb4e0e1652b40ab46b7d569adf
        Reviewed-on: https://gerrit.libreoffice.org/6065
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2013-09-30  Oliver-Rainer Wittmann  <orw@apache.org>  [c1c5feaff453cfbb23c43f2b423201b883ff048d]

        Resolves: #i123389#: revert change made for #i121897#
        
        - method <SwTxtAttr::RstAttr(..)> - correct consideration of parameter
        <bInclRefToxMark> used by Undo to fix 121897
        
        (cherry picked from commit 685921ea31de48e26ad33e8aab9c3053cc622a34)
        
        Conflicts:
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/core/undo/untblk.cxx
        
        Change-Id: I8c66d535b5d6d51443876f1789e379bcceabfec7

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [e71692739698693ab8ce5cb893e6bca18eb47d03]

        Drop bogus and unneeded os.makedirs() call
        
        It is a (file:) URL anyway, and LO seems to take care of creating the
        directory as neded.
        
        Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa

2013-09-30  Caolán McNamara  <caolanm@redhat.com>  [a48cf78fab4a283ef43c091e8c324c968377f9db]

        merge queue_layout and queue_resize
        
        so that any window derived class, and not just dialogs, can trigger layouting
        of their children. Merge together the handful of hacked-up impls of this.
        
        Do that then for the sidebar PanelLayout so that when the label of the custom
        animation frame changes that the frame allocates enough space for the new label
        to display fully
        
        Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [dbd6ae7dfdd292f049bbed5beb659f99e963c47b]

        Set LIBO_ONEWAY_STABLE_ODF_EXPORT
        
        Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [c1015fdd51909495cefdc0258c3899cd73d4d2df]

        Add hack to optionally get stable ODF output from the same input
        
        To be used in regression testing and similar scenarios, where the output ODF
        is *not* intended to be further manipulated in LibreOffice. An environment
        variable LIBO_ONEWAY_STABLE_ODF_EXPORT is used to toggle this behaviour. I am
        not 100% sure whether the generated ODF with the hack toggled on is even fully
        correct, but correctness is not the purpose of the hack anyway.
        
        Two classes of issues handled: 1) Automatic style names and 2) use of
        randomness.
        
        For class 1), when the hack toggle is in effect, we generate the names at
        first as strings based on all the properties of the style, and sort them based
        on those, and then rename them (for brevity in the output) to the "normal"
        form of a short prefix plus a number (like "P12").
        
        Sure, it would have been better to just figure out *why* the automatic style
        naming currently is not stable in the first place, but outputs the styles in
        different order (with some styles being assigned different numbers) in
        separate invokations of LibreOffice), but I was unable to understand that.
        
        Possibly this code could be used in all cases, except that it does break some
        unit test (can't recall which right now). I don't know whether that is simply
        because the unit test assumes too much knowledge of the internal workings of
        the automatic style name generation, or whether the generated ODF is actually
        invalid.
        
        For 2), I found a handful of places where randomness was used to generated
        various kinds of identifiers in ODF output. I changed those to just use large
        (64-bit) non-overlapping integers instead. I assume there *is* a point in the
        original code in each case that explains why randomness is needed, so the hack
        definitely needs to be optional and used only for the above mentioned
        scenarios.
        
        Change-Id: I17b657197e38bcf24abdfe61ad4a277f4339eeae

2013-09-30  Michael Meeks  <michael.meeks@collabora.com>  [32e0f451d69b68d69a4aa91c271b81ea6264d3c1]

        junit: add 'r' to creating, and better exception descriptions.

2013-09-30  Michael Meeks  <michael.meeks@collabora.com>  [a9cf50c24dd10a20e1288828e2a59c193bb582cb]

        junit: make tests robust by compensating for intermittent sizing race.

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [ab683542cd78e225a2e11e405e1cd8cfce99461a]

        Revert "Fix OpenCL use on Mac"
        
        Nah, do use clew after all. Makes it easier to build against an old
        SDK. Do always link against the OpenCL framework, though, and use NULL
        instead of some dylib name as the parameter to clewInit() (and thus
        dlopen()).
        
        This reverts commit d0fdae78797979949ec7ead20ad52b901c8c7e9a.
        
        Change-Id: I2ec07ddf60941851ea70523113296627fbd80a0c

2013-09-30  Jacobo Aragunde Pérez  <jaragunde@igalia.com>  [723afc607ec3e947afa0f2122751ea537bca62bd]

        fdo#43157 - Clean up OSL_ENSURE
        
        Replaced with C's assert() or SAL_WARN_IF depending on the meaning and context
        of the check.
        
        Change-Id: I70d2fe8128e39b38cce03caacf95fd3757e6974e
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [10cafea2bcb9d1607a381f9a697b944dd399b51b]

        Clang does not support -fno-check-new (and it is the default for GCC anyway)
        
        Change-Id: I7063439eb042f2abfafc06d48c4bccffd6c7762e

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [d3c91ba5c2faf8a59778c35da559e5817772b95f]

        gitignore configure-generated Info.plist
        
        Change-Id: I390dfbdedd5c4b53519c51d9953a6be07f403bc0

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [c3f5bb3e5b2ef9ed95fe32045f47fb05276d7727]

        -Werror,-Wunused-function
        
        Change-Id: I55e586fe1d145be139bf1c5b00f434ea31ba50d7

2013-09-30  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [eafd376f9f0a23cc1449c5ed7ef77201519a5c8b]

        fdo#62082 Better Layout for Custom Animation Sidebar
        
        * Use a toolbar with Icons instead of buttons with text
        * Remove the "Start Presentation" button - it's already in the global toolbar
        * Move the List of Animations to the top, the toolbar below it
        
        This has already been discussed in the Design team (see bug report)
        
        Change-Id: Iacbb4019ce496f1fc0dd7a252fb84f1ab52cc945
        Reviewed-on: https://gerrit.libreoffice.org/6055
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [a5730bde116ca6c96f3b2f4dbc16b1a385fbc416]

        3rd party libs need to be listed more individually now, sigh
        
        Change-Id: I604f681a43a209cb6951209e01be1bcc26cdc3c9

2013-09-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [6e8db06aa7f35bc6908545986554cedeeb8f7371]

        Convert Draw object & background dialog to new UI
        
        Conflicts:
        	sd/UIConfig_sdraw.mk
        
        Change-Id: I5625420bb374c03da0095065444787d082df8038
        Reviewed-on: https://gerrit.libreoffice.org/6066
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Michael Stahl  <mstahl@redhat.com>  [456b470e558b0cb995860b68f3d5fb2bab065423]

        gbuild: remove "templates"
        
        Nobody uses those anyway.
        
        Change-Id: Ifa20827c0526a6eb3c9f554e652a354327282f48

2013-09-30  Michael Stahl  <mstahl@redhat.com>  [28b543ce3df3399783f093bf4cff4a745be5ec02]

        gbuild: remove processdelivered.mk
        
        obsolete since 6280f921050e6e879ca752abf4e8fb7553aba6f5.
        
        Change-Id: Idab0c904f05da66956ecbd8a01f3e9d2e2d7c605

2013-09-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a0114eff777c343a16f13c4e6a99d63ef235cdc7]

        Convert Draw char dialog to widget UI
        
        Conflicts:
        	sd/UIConfig_sdraw.mk
        
        Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59
        Reviewed-on: https://gerrit.libreoffice.org/6054
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e5c370e53d8701d863d231c26ce8e5c46385e5eb]

        Convert Draw page dialog to Widget UI
        
        Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6
        Reviewed-on: https://gerrit.libreoffice.org/6053
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [959711f1276106b0aaee69ab660f1b0d3ece5bbc]

        fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select footnotes
        
        ExtendedSelectAll() was originally invented to e.g. select the whole
        document, change the language of the selection and then inmediately
        (before the layout is updated) undo the selection.
        
        When using it for "select all and doc starts with a table" purposes,
        then footnotes shouldn't be selected, just like those are not selected
        either, when the doc starts with a normal paragraph. Their anchor is
        still selected, and that's enough to have correct delete and copy&paste.
        
        Change-Id: I4fc49db628054a4b8a46effc2d0328eaabcaa9f8

2013-09-30  Miklos Vajna  <vmiklos@collabora.co.uk>  [23f5c0466f4a614405430a90453c047a63d637d7]

        SwTxtNode::dumpAsXml: don't dereference these pointers unconditionally
        
        Change-Id: I1b65cd92b6a2afa36a0181ab9851cfb2e30a11c3

2013-09-30  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [1c381d12c18f6da5e0cbb1455a6c5ebe27524447]

        Updated core Project: help  a6e10a3d4ef8a1f0f1c4826e300d377d677cf6e3
        
        Update help for non-breaking space option in French
        
        Change-Id: Ib01aa45d1c8b23e052e1ee24e26922a78a96a98d
        Reviewed-on: https://gerrit.libreoffice.org/6046
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-09-30  Julien Nabet  <serval2412@yahoo.fr>  [ace1c780cdf2e3e49b84199d59a5e565efbb96f4]

        n realloc -> 1 malloc + n same assignments -> 1 only
        
        Change-Id: Ib65fabfb7445c8548845f89e5fa957a412b4222f
        Reviewed-on: https://gerrit.libreoffice.org/6063
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-30  Caolán McNamara  <caolanm@redhat.com>  [64b720dce8d3087ed62da815ecae1375b45149be]

        Related: fdo#38838 remove UniString::SearchAscii
        
        Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [cfb09f556d7bc4d7341abf86c6e61af657235432]

        Indirect dependency on boost_headers
        
        ...since 2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08 "Hack to not leave SolarMutex
        released after g_main_loop_run call."
        
        Change-Id: Ib4eb92002531af423b3ed4f24f6f4b71dc9cdc0d

2013-09-30  Stephan Bergmann  <sbergman@redhat.com>  [edecc4e9af189ff8f4c95d4b89a713facb368d71]

        Clean up rtl/character.hxx
        
        It is probably best to base the functions on Unicode code points instead of
        scalar values, now that they are also used from sal/rtl/strtmpl.cxx with UTF-16
        code units and with arbitrary bytes (with values assumed to be a superset of
        ASCII, though).  Rename compareAsciiIgnoreCase to compareIgnoreAsciiCase.  Also,
        the corresponding tools::INetMIME functions can be removed completely; no need
        to keep them around as deprecated.
        
        Change-Id: I8d322177f4909e70a946e8186e3e0f7fa6d9a43e

2013-09-30  Arnaud Versini  <arnaud.versini@libreoffice.org>  [89de6ba4c65c8709e32fe636ff743d914cf56225]

        Introduce ASCII case conversion and use more/rtl/character.hxx.
        
        Also remove all others implementations.
        
        Change-Id: I1dc108a9103f087bd8ce591dff2ac5dd254746f8
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-09-30  Jan Holesovsky  <kendy@collabora.com>  [c1df0ce01b441ffa3e6238d93e49532620a1fc93]

        Updated core Project: help  824cfdb0fa0c61079cb334b1f52d992fc4abfc34

2013-09-30  Philipp Riemer  <ruderphilipp@gmail.com>  [2b8dc46ef3e6c34d86aa0803611e488b2254849b]

        delete code that was commented out
        
        Change-Id: I86f53763305682946098ece4fd6d58bcfdc5a73f
        Reviewed-on: https://gerrit.libreoffice.org/6083
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-30  Tor Lillqvist  <tml@collabora.com>  [514414ca2845d62056730c72fd2c14cbb5ba19c0]

        Fix up the expat dependency
        
        Change-Id: I426779bbe0308a4e1c3bc567fe2ca67805d95e55

2013-09-30  Khaled Hosny  <khaledhosny@eglug.org>  [b241c355aaa03e51d843cb095985c2bb7a89cd85]

        This have been unused for a while
        
        Change-Id: I0a3249ac8adb739622992f7713d5184aebc4ce80

2013-09-30  Julien Nabet  <serval2412@yahoo.fr>  [9b2c434da90325d8e190617ebb6a488edd6e83b4]

        Werror: nMinWidth unused
        
        Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d

2013-09-30  Danny Brown  <danny@dannybrown.net>  [32dcd60b47b78c5afa3885bd3a392b511ca713c3]

        Ctrl + K now opens the HyperlinkDialog
        
        Change-Id: I0177b32376b7d4c80876ad686d9e7bb16ac8d7fa
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/Accelerators.xcu

2013-09-30  Artur Dryomov  <artur.dryomov@gmail.com>  [6faff72236906a9e2326374d8db016edc8048a3c]

        Add xxhdpi action bar icons and remove an unused search icon.
        
        Change-Id: I7c092f0c5e42ea478946506be49a2ad47a4bb67a

2013-09-30  Artur Dryomov  <artur.dryomov@gmail.com>  [3b0c8081de5168b2df12f8cd9a146905680d14ab]

        Add some horizontal space for the computers list.
        
        Change-Id: I4dffdf3477e4c98420ef3dee9990485c70d7a1ec

2013-09-30  Artur Dryomov  <artur.dryomov@gmail.com>  [3b631e4142090fa90631d68b1c388b1fd94ab10c]

        Rename some resources, fix action bar tab selectors as well.
        
        Change-Id: I48b4f69bd85b9aa0b034f6a7210311598662c163

2013-09-30  Artur Dryomov  <artur.dryomov@gmail.com>  [041452c69f7764e3075084cf74dac06f748a04e8]

        Change text for keeping screen on preference.
        
        Change-Id: I565889ff328816031f5a73d9817b53bd18e7f153

2013-09-30  Artur Dryomov  <artur.dryomov@gmail.com>  [2d40728421833a8f1ccca4b55872c1de252c936d]

        Change action bar background.
        
        Use 9-patch instead of solid color. The drawable contains a little
        bottom border which suits action bar better, especially on Jelly Bean
        MR3 where there are no shadow below the action bar.
        
        Change-Id: I2fd34109aae82b52326cf1315c4080e72bdb2530

2013-09-29  Julien Nabet  <serval2412@yahoo.fr>  [30e72a9a36750b7326803fa8fa1b8d40648e7e89]

        cppcheck: some cleanings
        
        Change-Id: Ie41b33c09d79b40116cc10f7557987860acb55e8

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [26bb3a08958d1d3062f9c7eb9b155a8e228f1bc5]

        add border to driverlist and drop unnecessary custom hid
        
        Change-Id: I4e81556a0e1e0a6c9dd2aea42b3e7106f7dcf65c

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [48d39355cababdacb8b882e495b8151ac82fd2f6]

        Updated core Project: help  1008ed32d8e2196c3c26e5aee2c1929377bea919

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [c08ee0c6d9e77819cde8efb234de5a7be17e1355]

        swap buttonbox for box
        
        Change-Id: I56f2ea6731996edc9a4582dc83c9b00f09df8fd7

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [574764bb17093268a70efeea5d5c0ef90ffa8e71]

        no need for a double border inside border
        
        Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [ffbc9f27688ae9b3b20e8a6a34508a84555a38b1]

        no need for custom HID_OFAPAGE_MSFLTR2_CLB hid
        
        Change-Id: I6002c20bf1f6e6dab6ba7d0b7a0fbbe6a721e115

2013-09-29  Caolán McNamara  <caolanm@redhat.com>  [3755b5d8111dd13fc583ddbd2617f5c517b8ab54]

        Updated core Project: help  3d831c50a956ae42a8988d7c579a8e33b4ab6886

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [140e5eabbfa6f91dc34d2d8181e0ee0508a5a271]

        replace more auto_ptr with scoped_ptr
        
        Change-Id: Ia96fcc857e028c7c14186b9560153e7580e6b4fb

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3affcac9a74065d8cf566a5288447856b84d59b]

        remove unused include
        
        Change-Id: I5d2c9bbb45c3a1f058cf3ec0e5a2a255ce83cefe

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f77dedbc97cdddcc0c6dec2e8721049e9041b72f]

        remove a few more auto_ptr
        
        Change-Id: I316d5c91bf80ab46f8f29f4986295d48fc4427e7

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00669d59762347d1ccdc34be0fa15cf8444715ef]

        replace some auto_ptr with boost::scoped_ptr in chart2
        
        Change-Id: I45abfdee2e4a4e51d2066afc867e730008579814

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e880a88834e2a34163ece6eb4ca62d8244d6155c]

        fix undefined behavior with out-of-bounds substring access
        
        Change-Id: Ie40d3dd2947d41b62eae84f20cfe457d69cc4bfe

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [383622a30da5cd5128e0b775eb4f75f40a1d4426]

        show chart context menu entries again
        
        Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c377feb71d34cc2c0596249f6910dcb2b0d2e30]

        no need for this temporary object
        
        Change-Id: I207e8fa781721ed20c306a8c581af1bc03b5d8f2

2013-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4168dabd27af2d34db43a100b8cddcf18d68870]

        don't use SAL_WARN to log calls
        
        Change-Id: Ia9ac8ff7d187cab9d158ffe97fb2d5faca269638

2013-09-29  Andras Timar  <andras.timar@collabora.com>  [b35c511b833b75bee576c15dd842b0446634b8e1]

        I forgot to add -d swith to signtool
        
        The UAC prompt shows a temporary random Program Name for msi, if the
        -d switch is not given.
        
        One more change: probably it is not wise to print the password of
        code signing key in clear text to log and to screen.
        
        Change-Id: I1f555754eee19708bbd7a3c70280fe662c77fc3a

2013-09-29  Jan Holesovsky  <kendy@collabora.com>  [51576d102f77e74b842b85eb8226019b3ea1fcdc]

        Updated core Project: help  cc089237993994a0a3ce91112eb45693f9a2993d

2013-09-29  Takeshi Abe  <tabe@fixedpoint.jp>  [2ee4a04d61de32003d1895ac157ae97db7dd36c8]

        Mark as const / static
        
        Change-Id: Ib88b9e5533e56bb8b0b05c4e668299b033f17ffb

2013-09-29  Jan Holesovsky  <kendy@collabora.com>  [33ad001fe6c19fed72129b24b3dd85d8eff05baf]

        Convert connpooloptions to .ui + adapt code.
        
        Change-Id: Idf76635180f73716f3d476975d9738edad464348

2013-09-29  Jan Holesovsky  <kendy@collabora.com>  [b84c89bb2ab5c2ac8e4bf2efff9db2d6cf26c401]

        Convert dbregister to .ui + adapt code.
        
        Change-Id: I81cef872b6369df425b6cb3bab0eeae3fde2c34c

2013-09-29  Jan Holesovsky  <kendy@collabora.com>  [ffe69acb222f1b4773a6fad20429ee1bc44fd985]

        Kill internationaloptions page, it has been unused for years.
        
        Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05

2013-09-29  Jan Holesovsky  <kendy@collabora.com>  [ed25f39a72e02a5f30652f9ad55fcfe5551c3026]

        Convert optfltr page to .ui + adapt code.
        
        Change-Id: I4a854862059b531fa8e07c5cd938f776408e8c81

2013-09-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8b949134441056a1455d67ddfdd7e0bc5f2ee682]

        fdo#65403, fdo#65404 DOCX export/import of character highlight
        
        Steps
        -Add a new character attribute (RES_CHRATR_HIGHLIGHT)
        -Get this character attribute via SwFont class just like
        background
        -If has highlight, then paint that, otherwise paint background
        -Extend UNO API
        -Implement DOCX export and import filter
        Note: By now character highlight can't be set via UI.
        It's a next step to add a highlight option.
        
        Change-Id: I7f81e173744bf256891487f898d06dbf372a2f88

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [1b0f6be2d06154f6ecab2f6ee930fa3c5a62f01d]

        There are no users of this optional argument
        
        Change-Id: I74b4988a3c93e0964580bdd35210b3495365d5b6

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [8b7bc95275b19affebf50b3ecba6c763f63bc1c5]

        String to OUString
        
        Change-Id: I6cff1659b0bacef0bed90fb9767513018a7eeba7

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [9811d927766ec54c0ca7e163df3bd762caab0355]

        Formel to Formula
        
        Change-Id: I757bcfb1f425190a9fb62d1e0428f724230fe194

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [609e1af93fbfd1a835e657f9ad8e7d70e26b7be4]

        Minor cleanup
        
        Change-Id: I097a9f2a553f163d7af33b7d3e0bac6b79177b7b

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [d614742057077236e3c12e7b0c26f689a81c1ee9]

        Prefer return value to reference argument
        
        Change-Id: I1ba2f9abfad6c8a8e48f62e6cf69c7c36b6e1ace

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [571e8eba65808336870faf593148f42ea2f9571c]

        String to OUString + helper function
        
        Change-Id: I9a318c50bc2427f55f58a13f96cbcb68fbc66f21

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [92caee2ea04c47aa09190bd498fba434a1641838]

        sUpperNewNm is a duplicate(?) of sNewName
        
        Change-Id: I8c45a3d19dd5c54bd35ad1320b8ed4f811f22bff

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [5f3ec872c2a53586b6ab29d836a89c50882f8a0c]

        sFormel is just a duplicate of rFormel
        
        Change-Id: Ib3eb3f517845776ba3ed51f63692f18d51c3f1cc

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [27a236601b3be2a625a64bf07bfdf50f462f6e43]

        String to OUString and minor scope reduction
        
        Change-Id: Ic12bb1b51a9b256614876fdfde0056558fa663e9

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [19d0c85116922c962705af054b7a9169af1cf627]

        Reuse already retrieved value
        
        Change-Id: Ifcc6506523182b7fe1d321851ad0fac845a808d3

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [644c69ccc99a2a02ec20dfb6f6bfe77857f142f5]

        Use consistent naming for data members
        
        Change-Id: I01b5695d33ef96b1771b3c8a62f2964dc0295da8

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [3b6f16d24af54fa236a910de2fc49051a1a1fb3e]

        Minor formatting
        
        Change-Id: I050d3d516f3cface312fd5c8f8f88d46667a3054

2013-09-29  Matteo Casalin  <matteo.casalin@yahoo.com>  [8a7a9992906ba59d575ca9e4441b3e84fea5fae0]

        String to OUString
        
        Change-Id: I8ff61895eac1dc9714de5ded6e80c06e4ce5357b

2013-09-28  Tor Lillqvist  <tml@collabora.com>  [d0fdae78797979949ec7ead20ad52b901c8c7e9a]

        Fix OpenCL use on Mac
        
        Don't use glew but just include the <OpenCL/cl.h> which is present in
        the SDK and link to the OpenCL framework.
        
        Change-Id: I3e1c3773078bc5d2550be832a273273d89381dff

2013-09-28  Caolán McNamara  <caolanm@redhat.com>  [9ab2ecd0c6b941b388a69c647c9caed97eb72cca]

        pretty up optlingu page
        
        Change-Id: Id9b2eec42c55d66ae4669703f1d2b376bae251ce

2013-09-28  Caolán McNamara  <caolanm@redhat.com>  [1f3ad1e31db21c73a0af7aae07cc3eb641e7d51c]

        convert mail merge outputtype page to .ui
        
        Change-Id: I3b4779bb36ad791ca4cc7d077da59af6bd04278a

2013-09-28  Caolán McNamara  <caolanm@redhat.com>  [35a16a88ebd7ea0a09f49d95e7cd6ae2e98381e8]

        route wizards child queue_resize requests to preexisting layout
        
        As an interim measure, until wizards can only be constructed from .ui and then
        always contain layout widgets, implement listening for layout widget children
        announcing layout change requests and route that to pre-existing original
        positioning code. That allows e.g. the mail merge output page in writer to
        show/hide the alternative descriptions on selecting letter/email.
        
        Change-Id: I086921f4d46b29756cf4f4fccdf3bdf632ea70b8

2013-09-28  Caolán McNamara  <caolanm@redhat.com>  [63a8964ac6d34bb097cc20c0adf984f6380c0b01]

        fix change tracking options preview sizes
        
        Change-Id: I39bf97cd84685132180694fc99bb3a298ec798ed

2013-09-28  Caolán McNamara  <caolanm@redhat.com>  [5ab85f826e741e30ef1791165e322dbcd32182d7]

        Updated core Project: help  02ab8e6ce6b82909679baed396021a184c99b16e

2013-09-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3fd01d00c2299aed55d11d59d3b6fdabbab8404b]

        fdo#60896: Double click in Special Characters picker inserts nothing
        
        Change-Id: I9957d720231b3f2ff8e7869c7133fd8e29550e1f

2013-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [35794745a6ce78616120b77715e97a50f162eac5]

        sw: bring comments up to date in hintids
        
        It wasn't updated in 8738ded7bb1bb6262fe1038e310b5110407f4cfa.
        
        Change-Id: I019976f6ea2fe5780689801d054855b44df333bc

2013-09-28  Miklos Vajna  <vmiklos@collabora.co.uk>  [3099c06f7bd565ba7e28503af51053ca3af3df52]

        SwTxtNode::dumpAsXml: initial support for dumping the hints
        
        Change-Id: I47c9343f1e55d9b06e8dc4b2359392090639d320

2013-09-28  Arnaud Versini  <arnaud.versini@libreoffice.org>  [164b6ce7b27c0a9ec19019e7b078b9f8f382007d]

        General cleanup in sal module for all and unix.
        
        Remove useless comments and header, and de duplicate a small declaration.
        
        Change-Id: I0d4475cbbd61ea964f8e586cf0e1f68eb91c4948
        Reviewed-on: https://gerrit.libreoffice.org/6016
        Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
        Tested-by: Arnaud Versini <arnaud.versini@libreoffice.org>

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [9fb9b057d65b07fcd037b31505561c5b3fe9939c]

        cppcheck: avoid possible division by 0
        
        Change-Id: I8ff8e72d0d25168da374d752a18210cf764ed311

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [32095947489f10898c87a22162abdfdeaabda8fe]

        cppcheck: redundantAssignment
        
        Change-Id: I16ced23894e461e7953ed4978ca0d4cf7f40f5e8

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [ed0b3988db9fc3ec33e25e617b638841d787b10f]

        cppcheck: redundantAssignment
        
        Change-Id: Ife6a840c606b1c8673d814491cea3c4dad796c4e

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [bf5db198e19898fbae2f27c3a9f84c2e7f24e00f]

        cppcheck: redundantAssignment
        
        Change-Id: I43ae91f0b91479fb279b0efbeb0cb4195e7b083a

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [97da89451c1de4a85a8f02b496441cb712652e5a]

        cppcheck: redundantAssignment
        
        Change-Id: I0e43c8920a3f439bff4835aadd5e69c322cc0730

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [75fe8129a6355e2f56e40ae2be01822d8ca015ab]

        cppcheck: Variable nActNumLvl reassigned before old value used
        
        Change-Id: I6d745b80b0d72033be12d8f78ebdbcdabeabd579

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [fa82c9a1d1bfda52905e93217c7d8b6d8a2ad014]

        cppcheck: redundant assignment
        
        Change-Id: I63af30b062272bb02f786e60d2fcadc91689dec6

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [c5f3ff95d23eb410b5debdd7df359ea57b415143]

        cppcheck: redundant condition
        
        Change-Id: I751b5c11d51068dd019a74ea29bd3bf9cf9ba51d

2013-09-27  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [4fd449b1ca4dce9f1425fc035291651bfc510a3e]

        Google Drive files don't need Checkout bar.
        
        Plus, the Name property has been changed to Id,
        that was the reason the Checkin bar disappeared.
        
        Change-Id: I03f6ef4e1399c0f8b2a347ca8acd8a42daffa497

2013-09-27  Julien Nabet  <serval2412@yahoo.fr>  [1659af36ca5e6ecaeaa61fcdbd672e8a4b7ec083]

        cppcheck: memleaks
        
        Change-Id: I3c326d649d7bbc0ff4d663a2fd865ed95dc9b985

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d4a41ab30c805e647c30a3cf10d43e7a15e07cba]

        Disable HSQLDB unit test for now.
        
        Will require some debugging to make work on Windows.
        
        Change-Id: I264e6cdb93c5b9ea89f2a80b332df4e9c879f1d1

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [981b73c98576ea297cf8244c1cbe1ece783e5ca9]

        Add normal (non PreparedStatement) insert test.
        
        Change-Id: I0f6220917d8a9e8ecce30acbabf8386e73372ed3

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c058510595812af9254c7e95ca97e3a84c8d354d]

        Refactor performance test.
        
        This is to allow for comparing the use of Prepared/Normal statements.
        
        Change-Id: I6e120892f1c66f8b1c59bda309e88b2b7f39d230

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7c87a5383ae03df0f9ad0e39cfbd6f83645a659a]

        Implement firebird/hsqldb performance comparison test.
        
        Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2fe4dd1e8b5dbcab7e313ad007ea35bf7ff01724]

        Make our_sFilePath protected to allow reuse.
        
        Change-Id: Id760cfd196bb25aa1d982efa0b2b47211680c77e

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [24320dca8565a1b801dd6cc578e9592dff4d972d]

        Implement hsqldb loading test.
        
        Change-Id: I7dc6390b1061585054d1fa435414cae245122a1c

2013-09-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1301f29e108fa5ba1e59c7c1fedf907a75756d15]

        Silence some (irrelevant) exceptions in firebird unit test.
        
        Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789

2013-09-27  Michael Meeks  <michael.meeks@collabora.com>  [ac14ac29a4d069b3e85032237efed2f899a10c7b]

        fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.
        
        Change-Id: Ib971824a7f274334012b872acec65310535ad767

2013-09-27  Jan Holesovsky  <kendy@collabora.com>  [d5ad8ec23ec530bada4d14c62da35becfdea7ac8]

        Convert optlingu page to .ui + adapt code.
        
        Unfortunately the page looks ugly ATM :-( - ideas appreciated.
        
        Change-Id: If6c1cfc5f57c2ea58d46649bc34041674b4f5362

2013-09-27  Stephan Bergmann  <sbergman@redhat.com>  [e139ad433b74973138e84c36ee2cfd5937eebef8]

        Off-by-one error
        
        Change-Id: I84749158fb8dee3fec10869e0955177bbd917d59

2013-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93d22efb334ad85fd02deb83ec1baf538cf0cba3]

        ignore hidden row/columns when navigating, fdo#45020
        
        Change-Id: I597d7dbef07479f66894c7fce5ee21f340b43120

2013-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [690228ad4dd4cf10ad6292686d4aad8dcc9e2793]

        add a unit test for fdo#66646
        
        Change-Id: I15bef4e0422261ec473263ac8fc239604146f864

2013-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e2bbf4bc723a9838bb8786908682ea2dd841866]

        add test case for fdo#69720
        
        Change-Id: Ib89a596f0e28cacc9ae180d23b9995e524c45b52

2013-09-27  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d60c14cde375c46f9bfa290423d251577f2db3de]

        Add a new import filter test case for data table from xls.
        
        Data Table is in Data -> Table in Excel XP, and is under "What-if Analysis"
        in 2007 and newer.
        
        Change-Id: Iec1f944a8643bafb71341981bf94c6c536c63484

2013-09-27  Jan Holesovsky  <kendy@collabora.com>  [e41713213682ab1b32c48a8782a61a596b5a77a5]

        Move the current template dir a bit down.
        
        Change-Id: I7d8fea0a2fb8a73a5d108cc8b2ac36b7829f029c

2013-09-27  tsahi glik  <tsahi.glik@cloudon.com>  [3ea2ce9dacc88c664418e9aa13dc87afcaed9e5a]

        Improve performance of copyArea(), especially relevant for mobile devices.
        
        vigra::copyImage89 does not handle copy areas in the same image so the
        code checks whether the src and dst are same buffer and directs it to
        scaleImage() which is very slow. The whole concept of pixel accessors
        is a huge overhead in the case of direct pixel copy (vigra::copyImage
        is also using pixel accessors). The idea here is to identify when
        direct memory copy is applicable (when the format is an integral
        number of bytes per pixel, src.size==dst.size, and
        src.format==dst.format) and use direct memory block copy and not
        pixel-wise copy. The result is 100x faster than the vigra
        implementation. This direct copy is also handling the case when the
        src and dst are same buffer by copy it from bottom to top when needed
        and using memmove() instead of memcpy().
        
        Change-Id: I8ec589463d6386db82777a916371a5ebbf9e2d50
        Reviewed-on: https://gerrit.libreoffice.org/5707
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-09-27  Jan Holesovsky  <kendy@collabora.com>  [0d7b7d3366fe957632c3f0003fc6d6333c861b9f]

        optasianpage.ui: The border shouldn't have been set.
        
        Change-Id: I24848a0ba55f41bfff577e3593f37f943812725a

2013-09-27  Stephan Bergmann  <sbergman@redhat.com>  [95f56095a903fac5d6c1271a2e6229f6de89384c]

        Can use CppUnit assert functionality here
        
        Change-Id: Iecc42e79b72e99f9222ba2419226b0f655a5af7d

2013-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [337e983a0eec62a69297df7f7c611ca3a9fdbb14]

        stop delivering orcus static libraries
        
        They are missing in 425d8fd12e5f782739a970871ec8f9832dea720c
        
        Change-Id: Ia624fc2fcd5637b82f819f4b54d8dbcc288e185d

2013-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [a2a5483ba69bcedaed5aa18a99fc56f2ce6a2c40]

        gbuild: remove unused gb_CppunitTest_LIBDIR
        
        Change-Id: I42ffe7c32d249bdd9cfa03800e78c431df0bb52f

2013-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [94159a7ffdd50bcd362794c474043d6d3d8723b5]

        gbuild: remove now unused gb_Library_OUTDIRLOCATION
        
        Change-Id: I696b550b495d1bf6549e3c54a3157d467a7ead8d

2013-09-27  Stephan Bergmann  <sbergman@redhat.com>  [a86a737a27fe38598cda05eca3f7055d671d9fa6]

        Fix URL creation
        
        Change-Id: Icbbe9096c60def4687b137a37bfe86c4de9b3f22

2013-09-27  Stephan Bergmann  <sbergman@redhat.com>  [5063e39261fb9c9568b56a2a6ff8949fb8230042]

        getURLFromWorkdir should actually return a URL
        
        Change-Id: Id6d67f820226da15d90b95aa047767926583cc2e

2013-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [9eaf9877f38f3c9fea3d292015a875052f20d2ec]

        DOCX export: check for AutoFmt which id before trying to access it
        
        Change-Id: If30f1df55e426b32fd7ef1278fe5b1cf77823f87

2013-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [e06907afab0c80557465cce64c2157f611e9f2b5]

        oox: fix off-by-one error in SimpleShape::implConvertAndInsert()
        
        Change-Id: I52741c344fc04b82db650927e4223dc325afabdf

2013-09-27  Lionel Elie Mamane  <lionel@mamane.lu>  [a9a0933ec67eab0ec31c8fadb60fb8e8e3e90485]

        raah... getURLFromWorkdir does not put the URL scheme
        
        Change-Id: I62162230b313c66872ef1b3e8b18070126169aa1

2013-09-27  Lionel Elie Mamane  <lionel@mamane.lu>  [c24161acd6a605cfd364c303185730234868e918]

        get workdir URL directly
        
        as opposed to buggily trying to build it ourselves from the path
        
        Change-Id: Ibf44fac809a9cf12bc654a5a2f8ac8f00866b1a3

2013-09-27  Lionel Elie Mamane  <lionel@mamane.lu>  [e93df5c7b25ae422f3638dd6bab59442ba316789]

        a dependency started requiring boost...
        
        Change-Id: Ifd32f99f4ab1df1625464c2f269bc85f7283783f

2013-09-27  Lionel Elie Mamane  <lionel@mamane.lu>  [70417fc19fb228ed6862f3e37ed837d0ec312b40]

        janitorial: simplify code
        
        xStorable is obtained from a XComponent,
        so use the original instead of requerying
        a XComponent from the XStorable.
        
        Change-Id: Iec5ca6ddcf3eedd193ec04129ba9aa1d13af1d0e

2013-09-27  Lionel Elie Mamane  <lionel@mamane.lu>  [92c53b9d94a5d51e2d507b7eeecfcf2b023cdd4b]

        unittest for fdo#67685
        
        Change-Id: I44500717109a026d7c71e6494daacbea1f224263

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [55f38514610d731eb9fc0e7b392a603105d886c6]

        drop unused helpids
        
        Change-Id: I6e1782674e66e5f744e307490ce6f417607d7f29

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [f9aa714da80457fdbc1abddfdaa16bcd83a70117]

        Updated core Project: help  73a4731805ca6d8ee9b33f52093e46d8a0703b16

2013-09-27  Miklos Vajna  <vmiklos@collabora.co.uk>  [3da8490e6ca18072ce537bc6e00c198007df229b]

        fdo#69636 VML export: handle mso-layout-flow-alt shape prop for sw frames
        
        Change-Id: Iec798b3db23883d34bfbaff0003330f013df1a3e

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [13ef725dfc798aa10f7b370f016d0cd4147d83ba]

        lint-ui 6 top pixels alignment
        
        Change-Id: I441e23ab329a09cec7b28dfa743a63b4c834da8a

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [c9483451aaeea5c47726336c7b465c7618e1d37e]

        convert mailmerge select page to .ui
        
        Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [b3a8056a499ca2a5cb809fcec52aebddd4e17f23]

        Related: fdo#38838 remove UniString::SearchBackward
        
        Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47

2013-09-27  Caolán McNamara  <caolanm@redhat.com>  [b3c860acf3a9e0806f2e4451a6f8ceb74565f57d]

        Updated core Project: help  1d8e9be32370edf1d58c176c059e5cbe7d799958

2013-09-27  Tor Lillqvist  <tml@collabora.com>  [6981fd4e9ffafaed2853932e3ed41a6ec7a284b5]

        WaE: variable 'bValid' is used uninitialized whenever 'if' condition is false
        
        Change-Id: I3357ff4af0ac43950db94d1a009faeb4fb281dba

2013-09-27  Andras Timar  <andras.timar@collabora.com>  [a81156329dfc1bc8b2e9b69fc81876016c775e76]

        Revert "moved newly inserted entries to the end"
        
        This reverts commit bcfb5f0e9b659d16b72fe0add599dd8ec1a7c098.
        82a844a688ea0db38190fbd57e42e56d0403c00d solves the root of the issue

2013-09-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [82a844a688ea0db38190fbd57e42e56d0403c00d]

        fix po import of PairedList
        
        Change-Id: Ie086cf59ae86a845e0b84e0ecba7f7e578d83783

2013-09-27  Jan Holesovsky  <kendy@collabora.com>  [4c809cd1c5141b3a0a531cc21d0fd5e03401dc19]

        optasianpage.ui: Use mnemonic widgets.
        
        Change-Id: I5353cffa12e7378e18fc38172c51257915d880b9

2013-09-27  Eike Rathke  <erack@redhat.com>  [bcfb5f0e9b659d16b72fe0add599dd8ec1a7c098]

        moved newly inserted entries to the end
        
        In UI localizations where the translation for such an entry is missing
        the entire entry is omitted, causing the following entries to be shifted
        by an offset and picking a wrong entry. Seems that rsc does not handle
        this case properly.
        
        Change-Id: I0efe1ac5d1f704ab2ba6919c4997caaca2153401

2013-09-26  Jan Holesovsky  <kendy@collabora.com>  [20b9f53e9681aa1a4e3a257a417aae0c4eb03f7d]

        Convert optasian page to .ui + adapt code.
        
        Change-Id: Ia3ea3fcf38512431fb99191f230450f26c7b3e2f

2013-09-26  Eike Rathke  <erack@redhat.com>  [ecefa40c081a0b6677e946603d553d9382f9b9ca]

        use makeFallback() in MakeRalLocale()/MakeRealUILocale()
        
        The old MsLangId::convert...() methods did implicitly fall back to a
        known locale, this behavior is explicitly needed here to select a proper
        completely known locale.
        
        Change-Id: I350989f3af679890ddb0de964c2d107420331160

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08]

        Hack to not leave SolarMutex released after g_main_loop_run call
        
        Change-Id: I26923469d08308233ce3fabe749806c16d75cecd

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [ff0bd9ff42bd6fe6ab7f8667c256c952aa261809]

        Fix 32-bit builds
        
        Change-Id: I78cdd43e02a891fac7240105a9457df105fb849f

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [703e9f90c00da364e4cddd7e1ea332e6846fe6ce]

        Missing #include
        
        Change-Id: I4ed43a7464da4f4e68636dc90bb92c9a1f76336f

2013-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [4930146e1bf1ed036638c7270721d1051095a3c2]

        writerfilter: no need to have these as public anymore
        
        And hopefully this will also fix the Windows build as well.
        
        Change-Id: I6a008c0bf74d436be7eef0c5d0945dd07e3954e5

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [3d373e8a4adcbc2f9cd4b7cedf8308865989fad5]

        Missing #include
        
        Change-Id: I2af468933b1e9bdad1c6da1f881daaf068b6bec0

2013-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [7367bd9fff37031d5ddcfe926dd3a7f6ecdb0500]

        writerfilter: remove dead createDffRecord
        
        Change-Id: I27dc30c8aba7b77cdac771ca733fadb805a5c75b

2013-09-26  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [4cd9024db1898176ed2dc06dfe36a2c71213bb02]

        Fix Infobar crash
        
        The infobar should be added to the infobar list.
        
        Change-Id: I105dd5091daf3596fdd7dd119a07d6160444c673

2013-09-26  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [86218bda0d74fc5bfc877b5c12d594d527207b11]

        Fix fdo#68894 Cmis crashes on start up.
        
        The reason of the crash is that the recent file opening
        feature can't get the session automatically.
        
        Change-Id: I6890c04cfdafc81d19c6b2b2024896df040fe091

2013-09-26  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [34f4d2574987b272681b5843e8f5edc374f55fde]

        CMIS file picker: it really does not like ID Mark
        
        The file picker can't go back folder if we use
        ID mark in the URL.
        
        Conflicts:
        	ucb/source/ucp/cmis/cmis_content.cxx
        
        Change-Id: I6985feec71dc23848ee022e0bab9e8515a21ffd2

2013-09-26  David Tardon  <dtardon@redhat.com>  [92db3f7c397ba5508daa386e19caf2b1661ec4b4]

        malloc returns void*; must be cast to real ptr type
        
        Change-Id: Ic19707b99b1a53005ac319887219fc52b3e60e89

2013-09-26  Miklos Vajna  <vmiklos@collabora.co.uk>  [8738ded7bb1bb6262fe1038e310b5110407f4cfa]

        fdo#69636 VML import: handle mso-layout-flow-alt shape prop for sw frames
        
        Writer core doesn't support this, and this has been a problem for table
        cells as well. There the workaround we're using for quite a while is to
        do the rotation at a text portion level instead, which results in
        reasonable layout for simple cases. Do the same here.
        
        One additional complexity is that the API between oox and writerfilter
        is a single UNO shape, we get this property in oox, and we have to
        handle it in writerfilter, when the text frame is already attached to
        some text. Kill this problem by adding a FrameInteropGrabBag for sw text
        frames: it's useful anyway, and then we can pass around this property
        inside the grab bag.
        
        Change-Id: Idb5ec83b5cbdde8f29d15b2cebfad24226bb6507

2013-09-26  László Németh  <nemeth@numbertext.org>  [634f1d11d2a027887807494b3ca67f33825d5d23]

        fdo#56392 fix hyph. of words with single punctuation marks
        
        Change-Id: I0a24fb53c2ff48c26b1c97b9a4768c3a725cd686

2013-09-26  Andras Timar  <andras.timar@collabora.com>  [7f436c1fd3a5f879fc99652043befb35158b3321]

        typo fixes in comments
        
        Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [69c4a8bae5caadc4ff53660dd3f2b938f6dc1734]

        cleanup method declarations
        
        Change-Id: I751f94994cf51c01c56a10702c1d0d5f21ba6b45

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [abb9edd8630ff64729b42acb572bad78ec16cb8e]

        whitespace work
        
        Change-Id: I3581dc5e9e3b756ac8fcdf6cdb2dec896b75e467

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [e324251a1a58b05d30f98cc740f9922f6eeade36]

        added code hints
        
        Change-Id: Icce7ee8e10539d43f5686275930041a8b699b1c3

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [582860942b036f814064f91443e9a2397aa77c9d]

        remove commented-out code
        
        Change-Id: I1893ee58431ccf7d5d6b375c46333b73b9f92ede

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [20259c594043b08204c43428a17286616a6f58cb]

        work on existing comments
        
        Change-Id: I35bd6c4eb15316de86f7fd85c81173a0e4ffc136

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [ba665a9957955e8306aa5554d8ce59b56751ea02]

        fdo#62475: remove visual noise
        
        Change-Id: I287eeb68ee23931f0592190bad47a86cb4b8efac

2013-09-26  Philipp Riemer  <ruderphilipp@gmail.com>  [1043e4cb3ae68d5684d5725bd743097890ff7eb3]

        fdo#39468: Translate German comments
        
        Change-Id: I2cda597bd1ccfef1234ae818716016056f44eac2

2013-09-26  Jesús Corrius  <jcorrius@gmail.com>  [7d491bec4063b447726c49a98be47c80df1d4e24]

        Everytimes -> Every time
        
        Change-Id: Ib84cee7dbb493387760ce68c25ec442bf0a4a121

2013-09-26  László Németh  <nemeth@numbertext.org>  [968f4d72a23bb28d097a7694d66f0b866b3b33f0]

        fdo#56392 fix hyphenation of words with punctuation
        
        Change-Id: I17e094fa93a7ba6a554f4bc2dfd353f718f1a500
        Reviewed-on: https://gerrit.libreoffice.org/6040
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Németh László <nemeth@numbertext.org>

2013-09-26  Jesús Corrius  <jcorrius@gmail.com>  [6a3cf741d1d4d9e700c14da6d6ae386d3aa372f8]

        Otherwhise -> Otherwise
        
        Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44

2013-09-26  Jesús Corrius  <jcorrius@gmail.com>  [a1bc57563f659579e889f279d7f63a9fb487dcb2]

        Some spellchecker love in the comments
        
        Change-Id: I88dee4ae25ac57a78b72fa020b76e0d9b7709b31

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [ca4ee400edcb9d077a094f0286861a884c9bc97a]

        Improve debug output
        
        Change-Id: I10a9c3679ae2d6ca8183b68b60b52e91ecd8f91f

2013-09-26  Stephan Bergmann  <sbergman@redhat.com>  [8802d376686e142f6e07893e3c5a2f5650c31fe5]

        fprintf -> sal/log.hxx
        
        Change-Id: Ic9962abc8ac8e9992fc26136eb3693e146d38c63

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [e8c0a9ab7458d66b3ef015b40996b426f5e5b58a]

        Reduce scope of some local variables
        
        Change-Id: I36cedb18a00dfdee1058823fd2461ad45bc886e3
        Reviewed-on: https://gerrit.libreoffice.org/6026
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [1e3e64aae4014821e9cee4d4b856a5c29550d421]

        String to OUString
        
        Change-Id: I9e99c88be67a3cfa97b5d964075c77c3208136f6
        Reviewed-on: https://gerrit.libreoffice.org/6031
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [7924a77ef62e20d84963b5925fa738f9e711959e]

        Fix memory leaks
        
        Change-Id: I21662cb52c51332700e1021ae55d92cb46ccc15a
        Reviewed-on: https://gerrit.libreoffice.org/6029
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [1ebe1d6d26857f492281fa8c2467bbb5c95c2c91]

        String to OUString
        
        Change-Id: I510de30ca31db0d0a6615ef500e7d03a648ca609
        Reviewed-on: https://gerrit.libreoffice.org/6028
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [233c387f8962a35c8e7a85f58cf6fe4a269dee98]

        String to OUString
        
        Change-Id: If5569249cc4fd5de99fdf634af1c338d02ddb84b
        Reviewed-on: https://gerrit.libreoffice.org/6027
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [3b74822938e66dc50d6ae659bc849223aec23a9e]

        String to OUString
        
        Change-Id: I775327d5218655841006bcac5a1dbf236503fbb5
        Reviewed-on: https://gerrit.libreoffice.org/6025
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [8a183e1a7dec63742d6438adc0aa03b9b02396c3]

        String to OUString
        
        Change-Id: Iee0d6356ad8f06d97f7fa25223f3429857b1309f
        Reviewed-on: https://gerrit.libreoffice.org/6024
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-25  Krisztian Pinter  <pin.terminator@gmail.com>  [96d97654611386eae3254ce184b9ad0944d37879]

        Increase number of remembered recent documents from 10 to 25
        
        Change-Id: Ie844c13643325180265825d2becc5cbf4b5aea3e

2013-09-25  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [92b2e659744dc4beb1b32b74e39006e154068780]

        list types added to Expert Config page
        
        Known list types added to the expert config page.( []string, []short,etc)
        A new method for turning the comma seperated string to uno::Sequence
        added
        Also some improvements on memory handling and value dialog size.
        
        Change-Id: Id1f68b5e013208bda0fa697e89cd00c7bdda292f

2013-09-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [1bde610add5ff77043a58110d6bc5830990d99d5]

        Use ScDocumentImport to set matrix formula cells from xls.
        
        Change-Id: I3462dffea93c151ccf85eb51cda9511757b72fb2

2013-09-25  Caolán McNamara  <caolanm@redhat.com>  [5342cd7533a51fd488de85565674ee01649ddcbc]

        Resolves: fdo#66400 import combined characters from docx
        
        move .doc combined character parser stuff from sw to filter for reuse in .docx
        
        and fix bad length problem when nSavPtr == -1 after String->OUString conversion
        
        thanks for the pasta CloudOn
        
        Change-Id: I368ca30c14fd089271902b9b874de1099eb40038

2013-09-25  Caolán McNamara  <caolanm@redhat.com>  [2de32959d0041dddf5c47da9b7829c2e272478aa]

        Related: fdo#66400 take uppercase of first field token
        
        Change-Id: I0a996ce1b8cd520ddf3911bc80923b20a28fa1a4

2013-09-25  Stephan Bergmann  <sbergman@redhat.com>  [53e5fb9dc1e3d6aeee6acffebe93147e41515aef]

        fdo#69028 Set PropertyAttribute::READONLY for finalized configmgr props
        
        ...thanks to Andras for pointing me to the problem
        
        Change-Id: I98786e8fe3159426b7e4c8b5345be500be2fc87b

2013-09-25  Jesús Corrius  <jcorrius@gmail.com>  [fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54]

        don't steal the focus after loading a document
        
        to reproduce it, just load a large document and meanwhile
        change the focus to another window. when the libreoffice
        document ends loading, the libreoffice window will be
        bought into foreground and steal the focus
        
        Change-Id: Id4b9be67270c17523d9dabf452fa321de660f808

2013-09-25  Tor Lillqvist  <tml@collabora.com>  [702717328fe6f5cb6c29649350094e97ce32f7a7]

        We need <tools/string.hxx>
        
        Change-Id: I1e4df48bbbdb8c2ee4840e02aeb1d585aeec63f7

2013-09-25  Tor Lillqvist  <tml@collabora.com>  [8dd1ff42a209a82ab4384a5768c4f191831a712f]

        We need <tools/string.hxx>
        
        Change-Id: I0fbdd76fd12a242834e1690ff93558cc885d1768

2013-09-25  Tor Lillqvist  <tml@collabora.com>  [7a8db272e95e0d3255b515567ed5e00738cf6760]

        Start hacking --enable-canonical-installation-tree-structure back into shape
        
        Had been totaly broken by the recent changes. (Which is fine, it is
        just an experimental hack anyway, I am not sure whether it will ever
        be used in anger. Just a pet peeve of mine, I dislike seeing
        libraries, configuration files, resources etc mixed together in one
        "program" folder, especially on OS X, where the convention is to have
        app-specific dylibs and frameworks in "Frameworks", and resource files
        in "Resources". But this is not any requirement as such; there are
        apps in the Mac App Store that blatantly "break" this convention.)
        
        Basically, replace uses of gb_PROGRAMDIRNAME and
        gb_Package_PROGRAMDIRNAME with more specific LIBO_FOO_FOLDER, which
        for normal builds all expand to the same "program" anyway.
        
        Change-Id: I16c2b3351caa00e251e229aafbccb8346042d3c1

2013-09-25  Tor Lillqvist  <tml@collabora.com>  [aa26a065867c36a412193db9854cf2ca97154dde]

        We don't want the sbase etc scripts on OS X
        
        Change-Id: If9748185c004b2368401373a38db92d6b61373cb

2013-09-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [29aceccf1da7164660a430229c4ac937897e64de]

        String to OUString
        
        Change-Id: Id01c7e85b1d458e13ec4bb843e7fe0976bec9b9f
        Reviewed-on: https://gerrit.libreoffice.org/6030
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-25  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [781ae59664f91fa55a9aeda3f5d93076e501d65a]

        Fix Google Drive checkout crash.
        
        ID-based protocol don't have path.
        
        Change-Id: I4f1dd4f77870d1c77bbd3cd015dd88396003ed6d

2013-09-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e1f5178871979e39122462ec97a63ac70a3c1c41]

        We need to clone the edit text instance to avoid double deletion.
        
        Change-Id: I94faea482e8ceffe6f13362756274f3dbf0639ba

2013-09-25  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5840d3b050731a64da9ea00351a0fddb8d22f984]

        Enable orucs by default on Windows.
        
        Change-Id: Ic23a7a85a162e61660a8aee877fee4de83af52ed

2013-09-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [30adcc07949b048433f3dea6b569f7985b705a48]

        Add LO_JAVA_DIR to CppunitTest env.
        
        This is needed for e.g. HSQLDB to run in a unit test.
        
        Change-Id: I71d6de35fc20512afaebf8a76a052640a07fba6b
        Reviewed-on: https://gerrit.libreoffice.org/6023
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-09-25  Caolán McNamara  <caolanm@redhat.com>  [8e30689680c04efc4fc14f6247b5d90e50bc3c0d]

        drop worthless _VECTOR_/_MAP_ header guards
        
        Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5

2013-09-25  Caolán McNamara  <caolanm@redhat.com>  [98de5b40c8a3fd4e57477b6d994e3b1472207f71]

        Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii
        
        Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc

2013-09-25  Caolán McNamara  <caolanm@redhat.com>  [0552a91acde9dce28c0d92c552d21fbadfcb9184]

        fix TODO news:// is nonsense
        
        Change-Id: If605965f21f2e83fbbef150f2caa2328724e2d3b

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [351b61389c53eb42a83c09949bc1955f54a2cc89]

        writerfilter: remove dead DopBase
        
        Change-Id: I9d15ae93f807b6b3723b728ec10bf05e249c75ad

2013-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f2957969bd72308ddf79cb2befa2373f2dc1dbe]

        compare against IDF_HARDATTR, fdo#39484
        
        regression from e851ea0ed30e9bb95c273a29aeab7f48f606145f
        
        Change-Id: I07819f90efe87fe9d82515d637960fe48ca40c80

2013-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21da9b11df716a21a552e7b32357af49b728b233]

        fdo#66646: fix paste special with empty cells
        
        Change-Id: I5323645f3b045574f3d02a895fbe309b52b2ca3d

2013-09-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [489a274c3c161ed8f65d04e44a73170bfa84aab9]

        Uploading libmwaw 0.1.11
        
        Change-Id: Idf9589e13eaf143c854a9c98e2d773d8a28bd43f

2013-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [1936ece867582be33f7a2c8dadac4c40fb1d1a95]

        i18npool: fix cross-compilation; use INSTROOT_FOR_BUILD
        
        Change-Id: If292f9b27ce3d3882ab541564dc0f1de200283af

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [c6dcab339a04c7892765e87b56cf2fb4b3122a08]

        writerfilter: remove dead XNoteHelper
        
        Change-Id: Ia62e4b458a0f374015da20c06fcc67bfece91574

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [bf45b0bfc230386e88375fe8887358167aab8d23]

        writerfilter: remove dead PLCF
        
        Change-Id: I7915021745d2d99e1cec882ca2928e932dbffbef

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9b706a5e1502786c8b4f8a3f8f465a4657fe6c74]

        writerfilter: remove dead WW8BinTable
        
        Change-Id: I3ecbcabd0b379ff520346a163e0eea7bc0d2f8f9

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5dece8ca5db69983863031a706b63efcbd9926e]

        writerfilter: remove dead WW8PieceTableImpl
        
        Change-Id: Id100e3cc13b1d694af40b1b5d789cf90736593fa

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [8b702a733ec443bc1cfe59f07c9dd812609d4406]

        writerfilter: remove dead WW8DocumentImpl
        
        Change-Id: I800b9b3af13df7faf1f7636a6be1941572328d25

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [9f4a06980d2c46e0958178b67992914dba2ff0fa]

        writerfilter: remove dead WW8StreamImpl
        
        Change-Id: If1d2a3a33490d522b59cbba2317c42856dd60f7b

2013-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [fb8d0a4b1313036a2af58ada536ee0171592ebb3]

        don't use use_static_libraries for Android
        
        It shouldn't be used for external libraries, not built by gbuild,
        anyway, because it creates wrong dependency.
        
        Change-Id: I889dccb1f934caef7f104d479dbe16185b8eeaf4

2013-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [58ff5d5f4e694da8b82ff5744af0d815ad9e3e36]

        clean also INSTDIR_FOR_BUILD
        
        Change-Id: Id85d07650f9dd479c5eee7c8c765e59ab1d55955

2013-09-25  Miklos Vajna  <vmiklos@collabora.co.uk>  [a5097b664a38c7da37955c6e3e56a8078abafcdf]

        writerfilter: remove dead WW8DocumentFactory
        
        Change-Id: I9896c3b221d2ec4766b9ee63aadc90bff9c33ea6

2013-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [a107908e7e5d135e43aaa11d6face7d153ef20f7]

        Revert "More ICU dependencies that are now dragged in"
        
        Should be fixed by 913f83ac52629a524c373d2504a0cb349446b371
        
        This reverts commits
        4dd261e526f43a364c645e7022c49b61c8001a39
        30d7729586a60bef061261e9e59bf44768cc0196
        4e2e1ca76f772d4644a21b82f79dfb4412a9c99f

2013-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [406b9a7c71da58a305e22e3ab2f74a26a44b141c]

        gbuild: fix ExternalPackage dependencies for files in instdir
        
        Change-Id: Ia46119dea124a6260a12504651d6f766d0285985

2013-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [c5c4ab6c545acc9caeaa8bc1cef122a0862d1168]

        sal_Bool to bool
        
        Change-Id: I390b6b0d8e1c143a0d2e8f4f0a1ec80c2924942c

2013-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [982f75e2c4d2f20cede8ab1f27cb2ded4318ea62]

        Mark as const / static
        
        Change-Id: I4a70ed8b527096e35fa717b87efc4b6990f29121

2013-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [3734830c9cf8cb7254ba88a8c55ce6dfa1c5b7c9]

        pXML_DrawAspect_Enum is no longer used
        
        since bc1b9d2dc0428f6a23f9284ea4a058ee55f6c3e4
        
        Change-Id: I7e6bccc451f086093086578775e1446afe0babb6

2013-09-24  Miklos Vajna  <vmiklos@suse.cz>  [079779c9244867cfcfb059ba57715af18b3a5bfc]

        embeddedobj: if the service is missing, log its name
        
        Related to https://gerrit.libreoffice.org/6019, so we can find out the
        name of the missing component.
        
        Change-Id: I1a006403def0b29f7391449a9b6124df40446851

2013-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [0304f90cfc54086c3d0860ad91102fc044d1ae30]

        fix --enable-mergelibs dependencies
        
        ..and create gb_BUILD_HELPER_LIBS in instdir, so that they are found
        when gb_BUILD_HELPER_TOOLS link against them.
        Altough it's ugly - we don't want them in instdir otherwise.
        
        Change-Id: Ia946eceeaf7eada0c3b42379e95af9bdbf52957f

2013-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [042bf3ca65df8f8729e760afffff461bc3a90836]

        gb_Library__get_final_target: don't be phony target
        
        Change-Id: I299b088aebc0bb40bc395b774154d2fae1f5d669

2013-09-24  Thomas Klausner  <wiz@NetBSD.org>  [937cc1b38f75329c96bb4d4f8c728094ab16f1ec]

        Use portable '=' comparison operator for test(1).
        
        '==' only supported by bash, not even GNU coreutils.
        
        Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

2013-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [dbea75feea1622cbe746486e0faa9308874dc88e]

        make dependency on directory order-only
        
        Change-Id: I800a7c1ea7ae48252a22ab1dc848fdc5e6f6b3b9

2013-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [6a66cfe6aab8298cf5bc7c1a870bafcee9dd2146]

        remove unused EXEEXT_FOR_BUILD
        
        Change-Id: I6ac851e3ba418bb681f69f5417c74688776498be

2013-09-23  Joel Madero  <jmadero.dev@gmail.com>  [4547d8c42e5b0bb456ac02fbea67059a8a1cadd7]

        fdo#69536 - Moved Averageif(s)
        
        Moved averageif and averageifs to statistical category instead of mathematical
        
        Change-Id: Ibcf7f5a5e12b528c4877232e4c56d5167b1df40a
        Reviewed-on: https://gerrit.libreoffice.org/6010
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-23  Joel Madero  <jmadero.dev@gmail.com>  [d269c92a74516081f277d427ab44dbe4ece00598]

        fdo#69685 - move count functions
        
        Moved Count functions (countif, countifs and countblank to statistical
        instead of mathematical group)
        
        Change-Id: If8faeabb8f43810a96d919b59116157ae107c12c
        Reviewed-on: https://gerrit.libreoffice.org/6022
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-24  Tor Lillqvist  <tml@collabora.com>  [bbbc51e931c3a7018f2f19f61fa823190ee6fbb1]

        Create a proper Info.plist for the OS X app bundle already in configure
        
        After recent instdir changes the SCPZIP_REPLACE thing was not used any
        more for Info.plist, so all the ${FOO} things were left in Info.plist
        unexpanded with predictably wonky results, a non-working app.
        
        Instead just expand it from the configure script.
        
        While at it, use a correct CFBundleShortVersionString: only three
        integers should be in that.
        
        Also, hardcode FILEFORMATNAME as OpenOffice.org and FILEFORMATVERSION
        as 1.0, and drop the "variables", as that is what those "variables"
        *means*. They were used to refer to the OOo 1.0 formats. (It would
        have been utterly wrong to define them as something else, like another
        product name and a newer version number, in openoffice.lst, so
        pointless to have them there.)
        
        Drop the meaningless BUILDIDCWS.
        
        Change-Id: I4030aa060b78e8b3fb812a6362869996e8db7d3d

2013-09-23  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2f4d7eacabd62db35777682bcca353e142e024bf]

        fdo#54686 Treat hard blank as soft blank in number
        
        AutoCorrect option "Add non-breaking space in French..." insert
        non-breaking space (hard blank) and avoid recognition of percent
        number and time number. This patch treats hard blanks as soft blank
        in number format recognition
        
        Rev.#1: change #define to const variable. Same change in svxaccor
        Rev.#2: improvements
        
        Change-Id: I30c2c36778cb53a0238a0829043dad4d709f97d2
        Reviewed-on: https://gerrit.libreoffice.org/6015
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-09-23  Minh Ngo  <nlminhtl@gmail.com>  [df58558769bb2286393db3b6e2ff1604cca92fea]

        Avmedia/VLC: Debug info
        
        Change-Id: Id36e189dc4666b1e17bd998f290a212070f0aede

2013-09-23  Minh Ngo  <nlminhtl@gmail.com>  [ba0d1fc481c524bb87c9a9e0f434d43927428f75]

        Avmedia/VLC: Adding more debug info
        
        Change-Id: I484050575da7e09e89a10f3a4e8d5fbe95f88044

2013-09-23  Michael Stahl  <mstahl@redhat.com>  [ab74f61f80beffee9aecf622d476205c13e8c245]

        postgresql: find libldap_r again
        
        ... so that's what the ldap_r was for that i removed in
        f33c8644c052bf9d69157224500ca7887075c7da.
        
        Change-Id: I8b913880fa32b2bf8566727af954a0ce0da4bba0

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [1133c65555568d17d9f9a2e4bf2054d89d77b065]

        Make the Android cross-compilation get a bit further along
        
        Change-Id: Idf91e95afad9b89e39d7234622f4a37f18b5ca6c

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [c03124eb1cd2f9c1624978edcf2c4b04cd2f87f0]

        Print a helpful error message if we are going to fail
        
        Change-Id: I0685c9d2d857a9e994c616acb6d7ce106c7a7dad

2013-09-23  Stephan Bergmann  <sbergman@redhat.com>  [76a5c65f097f3d68e9eee16b13f6a740893a94d2]

        Duplicate "-Wl,-rpath-link," typo
        
        Change-Id: I4d1feb61db753b150ec112579f5c493f9d1c1140

2013-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [d3c70e68c652bbdeeaea20200e003b6c5f92a62f]

        writerfilter: remove dead doctok unit test
        
        Change-Id: I4d223611df92a7e348dc31e38bd45849fe0eb028

2013-09-23  Eike Rathke  <erack@redhat.com>  [f236dd2916f487e52853bedd1688448f128fe3ab]

        sr*-CS language packs are history, ditch'em
        
        Change-Id: I457b446409487b1ea9386339c3e2b261f60e6516

2013-09-23  Michael Stahl  <mstahl@redhat.com>  [de063d7a628b920da8c3da76f10d41cf0c63205d]

        re-order externals in Library_wpftdraw for ld with --as-needed
        
        Change-Id: I52e14ead53fe0af0b13919869a5f646586251cca

2013-09-23  Eike Rathke  <erack@redhat.com>  [0ba0491e9aff8037772d3115d874d0950c2256a3]

        ca-valencia and sr-Latn replacements
        
        Change-Id: Ifd0ede6d06ff979175ab3a7193c34d6248f41f7b

2013-09-23  Eike Rathke  <erack@redhat.com>  [77caa26a3a3101b4aa55523c2322e58f842755d1]

        added scp2/**/*.ulf to description of replacements
        
        Change-Id: I841e3df0900735bc7b6de78bca3a5dbbb3902af5

2013-09-23  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b61970cfbe12722efd6218db6489980381b8783d]

        Cmis Versions dialog
        
        Change-Id: Ie863282062a6932a55543143e841917c54223ac9
        Reviewed-on: https://gerrit.libreoffice.org/5925
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [0618b35ebda29b911058254cd34620e8b24ab8f7]

        Fixes for cross-compilation on OS X (to iOS)
        
        Introduce SDKDIRNAME as a configury variable and use it instead of the
        gbuild gb_Package_SDKDIRNAME. Then we can easily construct the
        SDKDIRNAME_FOR_BUILD variant that is needed to find the specially
        named SDK in instdir on OS X when cross-compiling.
        
        Move the version number section in configure.ac earlier.
        
        Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701

2013-09-23  Eike Rathke  <erack@redhat.com>  [3f516cc112599c7e55672a178a62081b70fa91ef]

        Updated core Project: dictionaries  fb0e2de0bafbac018f65bddcbcd23481af959156

2013-09-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [85d1ee4f1c5a47105fc3a447c7f8a45cbd147ec0]

        Use LO_JAVA_DIR for HSQLDB classpath.
        
        This is needed to allow usage of HSQLDB in a unit test in solver
        (in conjunction with the following patch which adds LO_JAVA_DIR
        to solver's unorc).
        
        Change-Id: Ia3757b61d4ba0b2353e0d33290938cea40551d3a
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-09-23  Michael Stahl  <mstahl@redhat.com>  [2292b3cd8d9a06b2f073b945b228dd7894955b09]

        gbuild: try to fix linking with default --as-needed
        
        As reported by Jbfaure, linking npsoplugin library fails on Ubuntu
        because of unresolved libdl symbols from a StaticLibrary.
        It turns out that --start-group/--end-group only affects static
        libraries, so reorder the link command again to put the StaticLibrary
        first.
        (regression from f861ae6acdbde8acc9560366d344852391d17b8d)
        
        Change-Id: Icd31faace8bf7764fee97cd93c3ecd0caad85947

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [5da2821ccbfbbe2c3486ca8571c4298adc439364]

        Thinko
        
        Change-Id: I31e1c7a7f0017abe6d4e45f32ea4aad6545cffe1

2013-09-23  Miklos Vajna  <vmiklos@collabora.co.uk>  [21e07d473d1ce995ca0f1d0ac0edb03e75a7dfc1]

        fdo#66743 fix import of some RTF_CLSHDNG values
        
        This should be in sync with model.xml, got broken when the somewhat
        random values got fixed to be the same as the ones which are in the ww8
        spec.
        
        (Regression from 26d40686128e70916a636e20f5ccc5763bbb6cc8.)
        
        Change-Id: Id62047e0b2d5d8402a7c8bce95de487afe627e32

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [4dd261e526f43a364c645e7022c49b61c8001a39]

        More ICU dependencies that are now dragged in
        
        Change-Id: Iec214399f0cd8d5af198ad9080c55e5ee51a353d

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [30d7729586a60bef061261e9e59bf44768cc0196]

        Add icudata here, too
        
        Change-Id: I4bf39d3f4f21a0eb78e064c74ff47a47c9d0558c

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [4e2e1ca76f772d4644a21b82f79dfb4412a9c99f]

        Seems that on the Android tinderboxes, icudata is needed by helpex
        
        But it built fine locally for me, huh. Oh well.
        
        Change-Id: Icef376a26eb8069eff002b2112a25363b5e18cb3

2013-09-23  Julien Nabet  <serval2412@yahoo.fr>  [5abc99f2fc9db8aa4dbce293898e26561f947ece]

        Show errors
        
        Change-Id: Iff3b8e523f5d326586115c4ff61835c15b8b7f01

2013-09-23  Raymond Wells  <rfw2nd@gmail.com>  [571f49ffed792095fd41e2d07dbe30befa99a5b8]

        fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)
        
        Change-Id: I2fc39999ecdb13eecc28e012debdeda811e98581
        Reviewed-on: https://gerrit.libreoffice.org/5763
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-23  Tor Lillqvist  <tml@collabora.com>  [4c63fd10a548d4e9e1848e2a4d7058cd91ede843]

        Try to fix cross-compilation
        
        Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions.
        
        Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT.
        
        Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [b5fa3764c74047cbee4b825195a8f3b94ba15ffd]

        fdo#69601: quick fix for wrong cli_cppuhelper.dll in instset
        
        This needs more investigation to find proper solution but the problem is
        probably that URE/bin/cli_cppuhelper.dll is not signed by "sn.exe".
        
        Change-Id: I318293603be838c41d09791136697de74091d37d

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [81202ae7487b139cb473ff85634003b36d67e8c4]

        Related: fdo#38838 remove UniString::CompareIgnoreCaseToAscii
        
        Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [da2c3cf0aa78cb3363b3ded2bebc418d0cc7ffca]

        gbuild: fix gb_LinkTarget_set_precompiled_header
        
        ... for --enable-selective-debuginfo, use the right argument for that.
        
        Change-Id: I34bc1f473e02d8f7038478afadc8de24780ae88a

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [f55559042c6af125a26227b6a6da66242037d7f3]

        unused typedef
        
        Change-Id: Ib07f06b1fa0402795fa4b5b33574f53e4d266ab2

2013-09-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [647fb29f528b891a1c92846640f7865f5c1fbe7f]

        WaE: Unused return value of OUString.
        
        Seems to be a leftover of the String->OUString conversion?
        
        Change-Id: I5ecbdbc0131894f5240b472d3981e69178b503c5

2013-09-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [174caa875c92e6eed324ebc9db2e1746678435a1]

        WaE: unused variables.
        
        Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc

2013-09-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6536270e14c1017313d1bd1508d54392c0626696]

        remove unused members from OutlinerView
        
        Change-Id: Iac32c42afef80e01af70479e5b2f9de4e1dfab26

2013-09-22  Tor Lillqvist  <tml@collabora.com>  [1727fc2794a7ee78117e1c5b9bc4df2d1367965c]

        Fix python3 build on a clean OS X with no /usr/include
        
        Change-Id: I5982c44d5995baeaffff4ff12316f1f8fa7d0ade

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [c86a23b9c739519b2c7c45b3ee67399549adacdc]

        ensure OUString::copy is within bounds
        
        Change-Id: I7b8c2e764da01e38fb9f7048bcaeca93a72fafa3

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [28c9207da43551059e283008225abfdfb4a988be]

        Related: fdo#38838 remove UniString::InsertAscii
        
        Change-Id: I949b62842d77fe83caed2cc79784fe1e3f3ae400

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [3656a57e885065db046d774e27d0834884744a3c]

        add mode lines to new files (and idls) since last run
        
        Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd

2013-09-22  Caolán McNamara  <caolanm@redhat.com>  [bcc8e86a1e2e4d7067c0d8320b4bdec9f1d2a2da]

        drop remaining easy UniString::InsertAscii cases
        
        Change-Id: Ie7f33d0debfdb91db842608d5b14d0671b44c76d

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [95fd55620b08d6196057a13a88eaa0638cf51f9d]

        configure: oops, there were 2 harfbuzz lines to fix
        
        Change-Id: Ib1869134b971c04a9cbd5d15b206898e943aaa5e

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [2c092f352e8cd8e8013ad9ec01add73ddcfc427f]

        make the PythonTest run on WNT
        
        - fix the PATH
        - file url needs to start with file:///X:/ (three slashes, literal :)
        
        Change-Id: I0d16d1e946fd06ba5523961c23c3b46872c0c050

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [a3699e6a321093afd92492d13a045a81e2185afe]

        gbuild: drop mkdir -p calls from gb_LinkTarget__command
        
        ... should be obsoleted by previous commit.
        
        Change-Id: I378de1465d293a60dc20c545770f029c8f71bd50

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [dab82360206549d7c4b8bee76ca55a909d390777]

        gbuild: add consistent directory dependencies for LinkTargets
        
        - StaticLibrary and CppunitTest have all files in one directory
        - Executable may have the executable itself in a different one
        - Library may have files in up to 3 directories
        
        ... so create 2 directories (which may be the same) in
        gb_LinkTarget_LinkTarget and a 3rd one in gb_Library__Library_impl.
        
        This allows to get rid of the "mkdir LinkTarget/pdb/..." thing in
        the header target rule, which was always ugly since it did not
        get rebuilt when deleting it (or whole LinkTarget dir) from workdir.
        
        Oh and the pattern dependency causes trouble:
        
        $(WORKDIR)/LinkTarget/% : $(call gb_LinkTarget_get_headers_target,%)
        
        ... for files in ExtensionLibrary; it would be possible to put
        ExtensionLibrary somewhere else of course but actually this pattern
        dependency is unnecessary since we get the same thing whenever any
        object is added to a link target and there shouldn't be link targets
        without objects anyway.
        
        Furthermore directory dependencies must be on the headers_target because
        MSVC will write a PDB file when compiling objects.
        
        Change-Id: Icd92e8768d6aafb094a4144f90165aa5ff233647

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [3f0ee22ed76d59451ed014adc48185653e59c6a6]

        gbuild: clean up naming of PDB files for MSVC
        
        There are 2 of these, one is written to by cl.exe and read by link.exe
        and the second one written by link.exe.  Name the second one as the
        linktargetname with .pdb appended, no need to substitue 5 different
        crazy suffixes.
        
        Change-Id: I2decad898ed1292b069bdda3124ce6f6c3667108

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [2cfef67cd564e0e17868e1e2d7d1208b222f8aae]

        gbuild: MSVC: ignore LIBS for static libraries
        
        Not sure if it causes actual problems but all other platforms ignore
        LIBS on static libraries already when linking.
        
        Change-Id: I8a5ff4b2243b625827f82b0f64f007cea7c9d7c5

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [520c7dc9e8860e506145e879182ca32853617097]

        gbuild: remove static libraries from OUTDIR
        
        Refactor to find and link static libraries directly in WORKDIR.
        
        - gb_StaticLibrary_get_target is now same as the gb_LinkTarget_get_target
        - fix the StaticLibrary clean target
        
        Change-Id: Icf29d32d6487747a2e39d4599ceebccfead04667

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [f33c8644c052bf9d69157224500ca7887075c7da]

        stop delivering lots of external static libraries
        
        Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [2f6261fa07e496439e4476d2be2c4c9bca9e6e52]

        find lots of external static libraries in UnpackedTarball dir
        
        Note: do NOT put file paths to static libraries into FOO_LIBS variables
        that are passed to bundled externals that are built with --enable-static:
        on Mac OS X this will result in .a archives that contain other .a
        archives as entries, and trying to link those results in errors like:
        
        ld: warning: ignoring file .../libodfgen-0.0.a, file was built for
        archive which is not the architecture being linked (i386)
        
        Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [8b4deabeedd09f5968fa90ae04209ded4a717f6f]

        gbuild: rename LinkTarget variable LIBS
        
        LIBS is apparently used by autotools build system and passed to
        configure at least in mythes and hunspell, where the LinkTarget variable
        could cause problems by inheritance.
        
        Change-Id: Ia267dd0a24c96914208869d7b47552b44a701735

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [f861ae6acdbde8acc9560366d344852391d17b8d]

        gbuild: change linking order on ELF platforms
        
        If there are static libraries in $(LIBS) then things get really annoying
        if they depend on other static libs that are StaticLibraries, e.g. orcus
        and boost_system.  So reorder this to include $(LIBS) in the --start-group
        --end-group and hope that doesn't break anything.
        
        Hopefully $(LIBS) does not need -Wl$(COMMA)--no-as-needed, that should
        only be required for $(LINKEDLIBS).
        
        Change-Id: Ie15239a0fb7b5295f85941150e2c60912be73bfb

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [f2899508b3bd55ecdbd45a02e0e8071b95906b3a]

        gbuild: remove executables from OUTDIR and WORKDIR
        
        Call and link executables directly in INSTDIR.
        
        - gb_Library_get_target is now same as the gb_LinkTarget_get_target
        - disable gb_Library_add_auxtarget, no auxtargets need to be copied
        - adjust paths of all external executables to OUTDIR_FOR_BUILD for now
        - use lazy assignment instead of := in AllLangResTarget because it's
          read before Executable
        - link.exe generates an import library for lots of executables
          because they export symbols, especially since commit
          0ffab9363d527d55b12b9b09d7136ca1c9d171e0
          "force 'main' to always be DLLPUBLIC."
        
        Change-Id: I3e1ee7425dd430bb83c7cd59e265869a0541b38d

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [4c51feb06e9ee9be25eca5ae58d07cd6c12bca63]

        add some dependencies on ure/services.rdb
        
        ... so that custom targets in i18npool run.  Can't remember if that is a
        pre-existing problem or caused by one of my changes.
        
        Change-Id: Ic0aa1f2b8600f4951d30a5ac6f3ade1a4fb2d313

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [764e688fcf497d4b44bcc4d4b009a0cc886b6c14]

        desktop: soffice.bin and unopkg.bin cleanup
        
        Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and
        soffice.bin soffice.exe and crashrep.com executables and associated
        renaming via Packages in the desktop makefiles by simply using
        RepositoryFixes to correct the names.
        
        Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [814ec7640fc2a529343e358ab4fd3b9a59d645ca]

        cli_ure: copy cli_basetypes to INSTDIR/sdk/bin
        
        The library is already in the URE/bin directory, but that is not
        sufficient to be able to run sdk/bin/climaker.exe.
        
        There are apparently 4 ways for a .net/CLR executable to locate
        shared libraries:
        1) in the same directory as the executable
        2) in some mysterious "GAC" thing in C:/Windows
           (which is presumably how it works if you actually install LO)
        3) via an application configuration file entry "probing",
           which only works when it's in a sub-directory of the
           one the executable is in
        4) via a DEVPATH variable, but that only works with a
           special configuration entry in a system "machine config" file
           of the .net framework
        
        Specifically PATH is apparently ignored.  Since building on Windows is
        enough of a PITA already and we don't want developers to have to edit
        another config file, put another copy of the library into sdk/bin.
        
        http://tutorials.csharp-online.net/.NET_CLR_Components%E2%80%94Resolving_Names_to_Locations
        http://tutorials.csharp-online.net/.NET_CLR_Components%E2%80%94CLR_Loader
        
        Change-Id: I511957ad9a9a918ed0c316126304a1980fb2d289

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [4ac934946e1e02fc000c56f23575c766c7a912d1]

        cli_ure: cleanup in Library_cli_cppuhelper_native
        
        Change-Id: I76b4815208354e78eb3575982235b6f26f1e02fd

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [a546bf8d5b4246ff60a7d96baf9adcfc5872ffc2]

        pyuno: rename the python wrapper executable
        
        Putting it in a subdirectory on solver is no longer necessary since
        python3 started delivering to INSTDIR, so lose the crazy naming.
        
        Change-Id: I17e924e5d872768a64f6a3112f1294f3def7120e

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [70f834827b141daa24cf2149d3792ebaa6b7c0eb]

        sal: rename "cppunit/cppunittester" executable
        
        ... and put it in OOO layer since it's used by the smoketest instset.
        
        It was in subdirectory for hysteric reasons, to pick up libraries from
        module local output directories in the dmake build system.
        
        Change-Id: I73b66672b17ede52c03071eb2ddee1a23c059ea9

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [5e300e9030d8d0730223b1eea1627953524cb58c]

        odk: remove Package_bin, instead auto-install executables
        
        This is somewhat annoying since it requires re-introducing stupid
        directories in scp2, but if the executables should be put in INSTDIR
        directly then the Package_bin needs to go.
        
        Change-Id: I893694c7f9d4cb5b9ef8ec4a3d30e08536223740

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [def1a59d18b8cb1bf351ae83f2f11acbe41a8229]

        gbuild: add a SHLXTHDL layer for libraries
        
        ... because this is the time of day when one thinks, wouldn't life
        simply be more awesome if there were a SHLXTHDL layer?
        
        Change-Id: I02df8a8bf9d7d641ea060e2cfef6643fe2202353

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [70c35265f517ef372cb739d4cc64499abf57a838]

        gbuild: remove libraries from OUTDIR and WORKDIR
        
        Refactor everything to find and link libraries directly in INSTDIR.
        
        - add gb_LinkTarget_get_linksearchpath_for_layer, and use it to set up
          -L paths for T_LDFLAGS in such a way that only allowed libraries
          can be linked against; i.e. it's not possible to link URE
          linktargets against OOO or not-installed libraries
        - gb_Library_get_target is now same as the gb_LinkTarget_get_target
          (TODO: this needs cleanup)
        - since a pattern rule won't work for linking libraries in INSTDIR,
          add a separate per-file rule for every INSTDIR lib
        - pattern rule can't find link target in the clean target any more
          so add a LINKTARGET variable
        - disable gb_Library_add_auxtarget, no auxtargets need to be copied
        - tweak the call to gb_Library_Library_platform to pass in a path
          in sdk/lib for the versioned URE libs
        - fix the Library clean target
        - add LAYER parameter to gb_LinkTarget_LinkTarget
        - adjust platform link commands
        - MSVC link command now uses explicit -manifestfile and -pdb
          parameters to keep misc. files out of INSTDIR
        - remove gb_Helper_OUTDIR_FOR_BUILDLIBDIR
        - adjust Extension, CppunitTest,  JunitTest, PythonTest, Gallery,
          various CustomTargets to search INSTDIR
        - remove SDK library symlinks and import libs from odk/Package_lib
        - on Mac OS X, put .dylib symlinks into sdk/lib even though those
          are not packaged and would be created by the SDK configury;
          we need these to be somewhere for linking anyway
        - add a (unfortunately cyclic) dependency on Package ure_install to sal
        
        Change-Id: I70d88742f8c8232ad7b9521416275c67b64fe6cf

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [c0c7df91469d3306baa6708b0a8ab4eadc0e9097]

        odk: remove cli_cppuhelper from Package_cli
        
        It is actually installed by scp2/source/ooo/ure.scp already.
        
        Change-Id: I0ca538e3d6c52b1e228f1b1191778d8fb5d84954

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [4de7b4089ec6932dc4409ead886cfdda44bb1d53]

        unowinreg.dll is not in OOO layer
        
        Change-Id: Ib22fcbe5e9427750196f11c512fd4d3134108731

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [1b736bf55e8ca79a06faabfa9866fffa6cab6c81]

        Repository.mk: adjust layer of libraries in smoketest instset
        
        These are currently installed in the "program" dir, whether that is a
        good idea or not.
        
        Change-Id: I842bc0a72f9a6f78462ad18151cd42f85753aadf

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [30fe6781ea25659426f2842c299db137304ee085]

        Revert "fdo#51115: gb_Extension_add_file: fix Windows build:"
        
        This actually should no longer be necessary since AUXTARGETS were fixed
        in 85b6a93cf41fb05e726027e34fcd805330e20414.
        
        This reverts commit e818f8fa1f79c2eb2d647678333b8d12599dda69.

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [b4e37acb2b9a25c08b95737ac9e994bfdbb6f4c2]

        gbuild: remove SOVERSION variable since it is hardcoded anyway
        
        Change-Id: I625291ea86c1c3caf7fa5400e380defa6d0d0bc8

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [d343c57f982af1b2a9a37362e82e7369b6edf948]

        gbuild: make the versioned library the linktarget on Unixes
        
        If there is a SOVERSION then the versioned library is a real file and
        the unversioned one just a symlink; better to have the real file be the
        target.
        
        - add gb_Library_UDK_MAJORVER variable for SOVERSION
        - remove version parameter of gb_Library_set_soversion_script;
          instead hardcode the SOVERSION since it must be included in the
          file name in gb_Library_FILENAMES anyway
        - store the unversioned symlink in the ILIBTARGET variable
        - via new gb_Library_get_workdir_target_versionlink function
        - removed gb_Helper_install call that resulted in both versioned
          and unversioned libs in instdir
        
        Change-Id: I2c6f1698f0e39fdb2c07964d43ed9485cbca0b30

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [d263c22a0924ece4663c023618bba93fcb7300c3]

        gbuild: make the DLL the LinkTarget of Library and CppunitTest
        
        ... instead of the import lib.  If the DLL is an auxtarget, it cannot
        be deleted without annoying errors, and we want to be able to rm -r
        $(INSTIDR) and build incrementally from there.
        
        - replace DLLTARGET -> ILIBTARGET
        - replace gb_Library_DLLFILENAMES -> gb_Library_FILENAMES
        - replace gb_Library_FILENAMES -> gb_Library_ILIBFILENAMES
        - replace gb_Library_get_dllname -> gb_Library_get_filename
        - replace gb_Library_get_filename -> gb_Library_get_ilibfilename
        - replace gb_CppunitTest_get_libfilename -> gb_CppunitTest_get_ilibfilename
        - replace gb_LinkTarget_set_dlltarget -> gb_LinkTarget_set_ilibtarget
        
        Change-Id: I92a2f061a653b9b5941f3232d729987b1317b6f8

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [a8ade9621d71dac5fa174254f4a5ac765a400905]

        gbuild: deduplicate gb_Library_get_exports_target
        
        and remove comment obsoleted by 170668d83911c12475eccf69eba5e191863d4a56
        
        Change-Id: Iba8db6214e04480eaf45bcd069ccd8b41fd25874

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [5905dfeafff2c8071e6f2e212a077b8450d1a0d6]

        gbuild: refactor LinkTarget representation
        
        If the link targets are not in workdir then 2 different aspects are
        needed: the previously used location relative to workdir's LinkTarget
        dir (for all the misc. related targets), and the full target file.
        
        Adding an additional parameter to all LinkTarget functions would be
        quite annoying, especially since it would need passing through all the
        gb_LinkTarget__use functions in RepositoryExternal.mk; instead encode
        both into the linktarget itself, and modify the functions
        gb_LinkTarget_get_target to return the target and all others to return
        the workdir linktargetname.
        
        - replace gb_Library_get_linktargetname with either:
          * gb_Library__get_workdir_linktargetname
          * gb_Library__get_linktarget_target
          * gb_Library_get_linktarget
        - similar for gb_Executable_get_linktargetname
        - similar for gb_StaticLibrary_get_linktargetname
        - similar for gb_CppunitTest__get_linktargetname
        - add calls to gb_LinkTarget__get_workdir_linktargetname where needed
        
        Change-Id: I917ad7957fee50ec2517a9f9cc9ff452c8d97d1b

2013-09-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [031fca3abac5692bf89a2e8a34dead3425154a4f]

        PoC: no libs in solver
        
        Change-Id: I8efd69d5a6f26fdfd334ff0bc38848eccc7a85fd

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [5eea07334c44a65ef395f7e74b226d371060fee0]

        gbuild: document parameters of LinkTarget methods
        
        Change-Id: Ib22df5811ab07e93a9d7e987b66b12506265bf96

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [8230c26e3d11b2033265ef81b21a1e2b7ccc1041]

        gbuild: add gb_Library_use_restarget
        
        Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [5fc689c9f7102b3e29fdd190fba11d6867d92bc3]

        gbuild: remove unused gb_LinkTarget_use_headers
        
        Change-Id: Idce74274169970bdd35869578cc0046fe502e614

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [6977d51af3ec2214ef8e12ca874878eed0894fb9]

        installer: actually WINDOWSBASISROOTNAME was wrong
        
        What _actually_ determines the prefix of the destination is the HostName
        property of the scp2 Directory with Style OFFICEDIRECTORY, so check that.
        The two are often the same but not when building a LibreOffice_Dev_SDK.
        
        Change-Id: Ic127447ef40731f0967b89ece631f9c7b076720f

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [60530f4716a51f9212819638c454695295f6c1d3]

        cppu: rename purpose environment libraries
        
        It would not be necessary to mangle the
        affine_uno_uno/log_uno_uno/unsafe_uno_uno library names in
        RepositoryFixes.mk if they were simply named right in the first place.
        
        Change-Id: I0fce919549764d2335c5501c1110878b8709fa09

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [6cad907b9e6b2f37f0ffd81154ef16322b8217c7]

        gbuild: gb_SdiObject_get_dep_target does not exist
        
        Change-Id: Id744a6035ad60cc66d791e8ce34b60ad5b200923

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [0a7ceb47cea1cb8ac963d7b05bde494a1ec0a6a3]

        gbuild: ExternalPackage: fix stupid typo
        
        Change-Id: Ie8d8ac0ead879c90557f8f76d1a63fe9fde764d0

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [adf8a55811572a02df50fed0169adf258176b841]

        gb_StaticLibrary_set_generated_c_suffix does not exist
        
        Change-Id: I933e811bc4f68ead2e39be9050d9db37a9c924a1

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [10fe27f82cb257d1a502f63904f207815dbaef1b]

        undefined function warning gb_Library__set_soversion_script_platform
        
        Change-Id: I81df2b8d2016a900bdebc0feaa33db7e587ba4bb

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [9f9a89a28ab2c8ac941558146059d2e6422f9ec9]

        gbuild: remove gb_NoExPrecompiledHeader_get_clean_target
        
        Obsolete since 2bf530153e9fb24aef62bf5e16e23ea1412887dd.
        
        Change-Id: I6a66e14420bd3c6cb7557932a83cf0c4b95cdd11

2013-09-22  Michael Stahl  <mstahl@redhat.com>  [a451a69908028a9cecbaddf1f18c428d1d43a71c]

        warning C4305: 'return' : truncation from 'int' to 'bool'
        
        ... also only deleting an object if it _is_ null is surely an error?
        And if the condition were inverted it would be unnecessary too
        since operator delete[] handles null fine.
        
        Change-Id: Ib644447437864f9c6f34d13c75598f0e06d86f65

2013-09-22  Eike Rathke  <erack@redhat.com>  [a727e93d10e7514bf9d962059fb91e36e362e0cc]

        insert on-the-fly-ID if select requested
        
        Change-Id: I2935b211aaee345827d89c63de207c7e4fbc78f4

2013-09-22  Eike Rathke  <erack@redhat.com>  [6fa84d196834e041550ec4de426865b8a6038cfa]

        in canonicalize() an unknown LangID is temporary
        
        Change-Id: I4ae0f04f6ba5d6d0f9668595adf0b6865a34d6ef

2013-09-22  Artur Dryomov  <artur.dryomov@gmail.com>  [036cf17cac1d4e8843cb49b67d3c588362d190ca]

        Change TCP servers search blocking delay.
        
        Change-Id: Ia25d064aa5ad030d08a4095e92c3a35fb9b2e68f

2013-09-22  Artur Dryomov  <artur.dryomov@gmail.com>  [7d70990265ec18e01d59898d31d5eabca4a1f2f9]

        Fix possible unexpected search stop.
        
        An executor stops working when a single task got an exception. This
        change prevents only one exception from being uncaught, if this will not
        help probably everything should be caught.
        
        Change-Id: I76a57fc0b1c759cb66bf13b5cdec7223c384bfa3

2013-09-22  Artur Dryomov  <artur.dryomov@gmail.com>  [13cf8f2599a9888f2a6f1b9dd8938978b4a0274f]

        Change way of saving Bluetooth state one more time.
        
        Read a comment at the ComputersActivity.
        
        Change-Id: I4a933d262c28a08c1e2227a2eabec54ad2cfd16e

2013-09-22  Artur Dryomov  <artur.dryomov@gmail.com>  [afa322020e0bcedd8d44b0ee0e231fc261bf04d3]

        Change slide width a bit.
        
        Change-Id: I26bdddaf0e74e81ccb32992e70e27d0d123f7502

2013-09-22  Eike Rathke  <erack@redhat.com>  [c316097af8a9ec39e1cc520a5045eedda97951df]

        don't copy twice
        
        Change-Id: I664f4fed663ee41ae8f5b857401fbc4a24d02ba5

2013-09-22  Eike Rathke  <erack@redhat.com>  [0b80ff00259cdd09297474461ad16044ea432d08]

        handle canonicalization better and share impl
        
        Change-Id: I82c1b899f88e348cfa798558b63b2264d997c33b

2013-09-21  Andras Timar  <andras.timar@collabora.com>  [d5295408b1f69b8fd694dabca00e0a923c3e959f]

        fdo#58144 - disable the ARP 'Remove' button on Windows XP
        
        Windows installer on Windows XP cannot display messages, when the
        installer database is encoded in UTF-8 and support for CTL languages
        is not installed. This patch is a workaround, it disables the 'Remove'
        button in Control Panel's Add or Remove Programs applet, so the user
        has to choose 'Change', and has to uninstall LibreOffice with the
        Wizard, which does not exhibit the problem.
        
        Initially this bug was not expected, when we changed the enconding
        from legacy codepages to UTF-8 - I would say irreversibly.
        Then the severity of the bug was underestimated, because usually
        uninstallation needs no user interaction, so it does not matter,
        if the text is unreadable. However, in some circumstances
        uninstallation needs to reboot the computer, and the user needs
        to understand the question, whether to reboot now or later.
        
        Change-Id: I7d6b4e82cbe4142d23c29313e43a90fa43944b2f

2013-09-21  Eike Rathke  <erack@redhat.com>  [3acc0cc1e527d3389c329d36744da76b10c83be6]

        moved LANGUAGE_DONTKNOW impl detection up
        
        Change-Id: Iba2c7f03420a709c5ee6338c1504b1133a8cb643

2013-09-21  Harri Pitkänen  <hatapitk@iki.fi>  [745f594556f690b57918bc32579157acc5598336]

        Enable Drop Caps for Firefox HTML compatibility mode
        
        Drop Caps tab was disabled in paragraph options when Firefox was
        selected in HTML compatibility options and Writer was in HTML
        editor mode. There is no need to do that. Firefox and all modern
        browsers will display drop caps correctly if they are exported
        from LibreOffice.
        
        Change-Id: I9ee0d9647b8e8ed7c57c4b08dc4995ef1b8f91f3
        Reviewed-on: https://gerrit.libreoffice.org/6013
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-21  Michael Stahl  <mstahl@redhat.com>  [ca0169340c94adc791061e3fb098fa656f22a8c5]

        sfx2: fix sfx2::sidebar::Theme lifecycle
        
        It's a horrible idea to have global VCL Images, since that will
        inevitably crash on shutdown when the static dtor runs after
        DeInitVCL, which breaks ~every JunitTest now.
        
        0x00002af6750d2d51 in rtl::Reference<sfx2::sidebar::Theme>::~Reference (this=0x2af6756ceb28 <sfx2::sidebar::Theme::mpInstance>, __in_chrg=<optimized out>)
        
        Try to fix that by moving the global sidebar::Theme instance to
        SfxApplication where it can hopefully be deleted before shutdown.
        
        Change-Id: Ia78f1e458699335b53a741b6463ce48af69584a7

2013-09-21  Eike Rathke  <erack@redhat.com>  [f814795ac9e90414a00bdff754f9dd7810382e63]

        default ctor LangID acutally is initialized
        
        So make registerImpl() use theDontKnow instead of creating temporary
        instances.
        
        Change-Id: Ibd10a80da5dd4355c33cf525b21158ec56a1360e

2013-09-21  Siqi LIU  <me@siqi.fr>  [6d29bafee442ebb2a60da4dfe8f4b5f63eb04b0d]

        iOS datepicker background issues
        
        Change-Id: I532d3b854ff3b66048b40decd2d9232ab9720151

2013-09-21  Siqi LIU  <me@siqi.fr>  [b95acb2bdcc6bc7c09a806157361c83142858d97]

        higher resolution for menu icon
        
        Change-Id: I5d1f1e0cacdabef5a84c6ab506f5b1cc21bb6b67

2013-09-21  Siqi LIU  <me@siqi.fr>  [cd4333272dcdc76dcdb5e810c7b628d97cabcf91]

        fix iOS7 storyboard issues&popover position
        
        Change-Id: I6a3e03956b3616d2d43396843d852c5591423c9d

2013-09-21  Siqi LIU  <me@siqi.fr>  [6f24eafb7a97c017486a24e5120d386eed6dfc8e]

        code cleanup and directory restructured
        
        Change-Id: I657eb2943b27e56b6351a996e4702a1f35fa98a6

2013-09-21  Eike Rathke  <erack@redhat.com>  [a641bbff59cdd55cfc9757e6a43e732a3c8867be]

        map autocorrection files with LanguageTag key
        
        ... as several tags (i.e. renamed) may map to the same LangID.
        
        Change-Id: I8202b18ea0dc8034522017be59bb104b3d06c0f4

2013-09-21  Eike Rathke  <erack@redhat.com>  [dafd27829359201cab45462bae43baf19b369a14]

        register separate theSystemLocale for faster access
        
        Change-Id: I0fc5938bd2c0157471539217806ad7844d765e8d

2013-09-21  Eike Rathke  <erack@redhat.com>  [931e40703de0eec84ab53ea7450f937769cbc117]

        added registerImpl() debug counter
        
        Change-Id: I84a79cbbbe06bdf1ae9e77d9cb5d429c6750fe21

2013-09-21  Eike Rathke  <erack@redhat.com>  [cf417c2cd421d21ccc780ea2cfde9c9339f6a878]

        use bcp47 unresolved system for operator<()
        
        We have several tags mapping to one LangID, so using LangID isn't a good
        idea.
        
        Change-Id: I561745b032af7eb0c54cf55dbcd26872103e2e07

2013-09-21  Eike Rathke  <erack@redhat.com>  [5799417f70fdee3291467c37c88d1bb0212187a2]

        added debug counter to getNextOnTheFlyLanguage()
        
        Change-Id: If2c53309f50b67d9afeb097391f4d20637bee69c

2013-09-21  Eike Rathke  <erack@redhat.com>  [d1b8398c2f68f50550824cbb47fb188a3a818e62]

        added operator<() for sorted containers
        
        Change-Id: Iffc3a41df21f2b95054f6f895c9848714ace1de0

2013-09-21  Eike Rathke  <erack@redhat.com>  [42dc3847ed7c3c3bcf43ffdb14eafeae17f79b7a]

        let reset() return a reference
        
        Change-Id: I3700566e7ec2250909211a6d81c6f2a7854b463c

2013-09-21  Eike Rathke  <erack@redhat.com>  [3e70b51d214d69dcd92946ee1bfa6102626ddc51]

        added default ctor for maps etc.
        
        sigh.. I hate to do this..
        
        Change-Id: Icf5940c0e60d39a2a1a33fbf78d2af6deb729524

2013-09-21  Miklos Vajna  <vmiklos@collabora.co.uk>  [815c6758727abf7adef5d1a962a36fb3d102000c]

        sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macros
        
        Change-Id: I10ab2d0ba10178ba2d37db2632349215341612f4

2013-09-21  Caolán McNamara  <caolanm@redhat.com>  [60aea4b2cadf367736605b09604a0818b7ae571b]

        CID#736208 out of bounds access
        
        Change-Id: I7f428106a4d64e2ee8990b2ddbe1a40a9ddd0a3e

2013-09-21  Caolán McNamara  <caolanm@redhat.com>  [ebfa1e6c86037c4143d2ced2da5b5431e8e7e7db]

        CID#707598 uninitialized scalar values
        
        Change-Id: Id3c6488cfda25ab809bf554216bf2e5161456be0

2013-09-21  Caolán McNamara  <caolanm@redhat.com>  [fe9cce9453ca0e1aac77834af8160f0d11887a55]

        CID#1000697 out of bounds access
        
        Change-Id: I59f80463aa13e3c28695112165343f93366cfec4

2013-09-21  Caolán McNamara  <caolanm@redhat.com>  [74441e736edfd20621af71de22b2e92cbc4f7f3c]

        drop various tools/string.hxx include
        
        Change-Id: If4271c97025a56922c4f0b143cc3af214218a153

2013-09-21  Caolán McNamara  <caolanm@redhat.com>  [8c0687f2d23ef8b5e55977968720ee93282de798]

        WaE: shadowed variable in higher debug level
        
        Change-Id: I560e5559306277006a2b6dbeacad54ee60a182d0

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [0b8abbf1924a5c2262df50cc95c8e9200890f6f6]

        The original bytes were probably meant as UTF-8, not UTF-16
        
        ...not that it matters much /what/ characters are used in the sample text, of
        course.  And no-argument java.lang.String.getBytes() appears to indeed use the
        legacy Mac OS Roman encoding on Mac OS X...
        
        Change-Id: I51cd8c16f14e2df8b75d9961150518c8a03d53ca

2013-09-21  Tor Lillqvist  <tml@collabora.com>  [3f317dbe71dcda974c0f322f0f4921e9e5e987f2]

        Make it compile in the DISABLE_DYNLOADING case
        
        Change-Id: I360ec27ff268b7189af2f001806c9af5806953a5

2013-09-20  Artur Dryomov  <artur.dryomov@gmail.com>  [740381502470e5d0e11e5db0a82f27a7d14f4d01]

        Add setting default values for settings items.
        
        Users still will be able to disable them if they wish.
        
        Change-Id: If20f628c0c1f36e4a2b5c4619d7e843e91f19040

2013-09-20  Eike Rathke  <erack@redhat.com>  [df0f34cb9c036f5cf69b72a740c1a8f2741ac966]

        trigger less conversions
        
        Change-Id: Ie7ab85522b3ab0adb5bddd24b9db6affc10c4665

2013-09-20  Armin Le Grand  <alg@apache.org>  [677df250becd5cde71c6310f647e78ac3763347e]

        Resolves: #i123295# corrected object and clip rect...
        
        in PDFExtOutDevData::EndGroup call in VclMetafileProcessor2D
        
        (cherry picked from commit b756639c139f043a613df6ca16c18f426fca1f29)
        
        Change-Id: I75faf2c8d925ec210cd74d8c29b90f5f9bf61ec8

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [3e4604b4642f6495d6e3f6a1317b1ab52eb4b569]

        Related: fdo#69444 additionally care from zero recently-used items case
        
        Change-Id: I45c68dd7cac0a6666401ae4833b6ae090882659c

2013-09-20  Eike Rathke  <erack@redhat.com>  [f51e79aaa8cef49421c875c2a876d8570e8b064f]

        Font and ImplLayoutArgs with LanguageTag
        
        Avoid the gazillion temporary conversions / Impl searches.
        
        Change-Id: I5232589f1e31d1cbb6becc198b12daabf1038f31

2013-09-20  Minh Ngo  <nlminhtl@gmail.com>  [3d246af83bacacedb7c6a15e082210a67cd5566d]

        Avmedia/VLC: Fixing a bug with a keyframe attaching
        
        Change-Id: Iee28b510a79600e20a7e711d78ca20a216ccc3aa

2013-09-20  Minh Ngo  <nlminhtl@gmail.com>  [ccea730aefde5a74abb5c1525d25e7f96ea0a58e]

        Avmedia: Change a background to the black color.
        
        Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f

2013-09-20  Eike Rathke  <erack@redhat.com>  [f77085ce584b1400d4d245582fa3e214143e9c09]

        theDontKnow Impl
        
        Change-Id: I6d4738041e3f4eaffc3adbdb0b324eda24903b72

2013-09-20  Eike Rathke  <erack@redhat.com>  [ababc9bba77784754b7c903d24f08b1869c584ef]

        0x
        
        Change-Id: Ie400046c513b278115ec6fc67b3c531a1153ef9e

2013-09-20  Eike Rathke  <erack@redhat.com>  [79dbf611175e8a91557e288feb463f78fa1a06b9]

        do not register LANGUAGE_DONTKNOW
        
        Change-Id: Ibfe4407c1b2740e806c7d9cb75529a8babc3fd92

2013-09-20  Eike Rathke  <erack@redhat.com>  [c640f19ca3aa1d918bd8df454d5ec45fbc2fad05]

        now with on-the-fly LangID assignment
        
        Change-Id: I0766705191176381beaf331de3d10dfc0086a9b4

2013-09-20  Eike Rathke  <erack@redhat.com>  [75cb1e8541f1fb377fd4504ef5fd6ffea6bee7a1]

        more preparation for on-the-fli IDs
        
        Change-Id: Ic4d53d0e3e8e149d09017dd7a567b879601073fc

2013-09-20  Eike Rathke  <erack@redhat.com>  [01bde208acc429a0c65fdf6e65415ebea72e9ddc]

        added isOnTheFlyID()
        
        Change-Id: Ifddbec485814e3287e671e6bc4059689ca3f6c93

2013-09-20  Eike Rathke  <erack@redhat.com>  [e81359a9a3240187bf3a02fdb48b8709238bdc51]

        added registerImpl() re-entered warning
        
        Change-Id: I064d7241343fadd0256bb0fa5ad32fabcd6738a4

2013-09-20  Eike Rathke  <erack@redhat.com>  [5ec8a9b13a5805d641555fa35057965f6f45a420]

        added registerOnTheFly()
        
        Change-Id: I1e270686ad73bf32c580dddcab7f03c4a3d85054

2013-09-20  Eike Rathke  <erack@redhat.com>  [e3a01c2b0c00a502622f3b6f0be560cf32b3b774]

        check for identity in operator=()
        
        Change-Id: I687dc4bdd3093054a6e2c1fd383cfc2a8c948303

2013-09-20  Eike Rathke  <erack@redhat.com>  [862766d569e51d91c11139cc831fb083c8bbdd01]

        prepare for on-the-fly assigned LangIDs
        
        Change-Id: Id4ba99f0b1894457ca95c209b8394447c6fd7893

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [d45ba6bb93a5325341cef6b9f25282537265de5d]

        missing file
        
        Change-Id: Ia1e179ab423b847a6303d63cc663cf31db3283e8

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [3f0e95cdc5fac1658ac25b97e0d9532ed76a009c]

        now default toggle sidebar on for impress and off elsewhere
        
        Change-Id: I1ff4b1aaed81e033668a57068e234ca644ff6423

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [b1314f22eb8de4359b5360194c04996351e9a6c2]

        cook up a scheme to allow windows to have per-module settings
        
        Change-Id: I5fa62c3c2af2ccbbc7e8a61e5537488515b2808c

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [6936fa4a100576c56fddb68d3879df2693c52bda]

        drop internal scrolling now right panel is gone
        
        Change-Id: I9d2e993f99abaf1680409b6ddb91572a1717226f

2013-09-20  Andre Fischer  <af@apache.org>  [50cbbc7f3afdd077e98f416f97390fe93428e8cf]

        Resolves: #i122470# Fixed programmatic triggered switching of sidebar decks
        
        (cherry picked from commit 7b26aba94e5544937f1e37e34915bcb276bc3c27)
        
        Conflicts:
        	sd/sdi/sdraw.sdi
        	sd/source/ui/framework/tools/FrameworkHelper.cxx
        	sd/source/ui/inc/framework/FrameworkHelper.hxx
        	sd/source/ui/view/ViewShellBase.cxx
        	sd/source/ui/view/drviews6.cxx
        	sfx2/Package_inc.mk
        	sfx2/inc/sfx2/sidebar/Sidebar.hxx
        
        Change-Id: Ic6b518e734fe59a7b713e85e934487347b847c5a

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [d023339c2f85555212bdb9804854dcc2c403b50e]

        Turn sidebar back to non-experimental
        
        This reverts commit 7ce2a89f4f8fa84232896766276cb3433ada239c.
        
        Change-Id: I53f572777e84f66fd4c3d18fb686dac09095804a
        
        revert d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46
        
        Change-Id: I5b243b69e50084316aaeab250d6b01079c12b718
        
        Revert "sidebar: disable impress task pane if sidebar is enabled."
        
        This reverts commit ee1726bfdba483623d496a3bcc09089e8b55cd65.
        
        revert 54d820a7815af03a248c1aa424fae9bf9a4881f4
        
        Change-Id: Ie7c83d88f5427a7e42fa50879280a0c4a7c2cdd1
        
        Revert "Only register and use the Sidebar if it is globally enabled."
        
        This reverts commit 66a5cc468cef0c6db8b42b7f25367f04208e6f2e.
        
        Conflicts:
        	sfx2/source/view/viewfrm.cxx
        
        Change-Id: I17fe702996c4adf7f387573d36ea993f8cc32c96
        
        Revert "disable sidebar menu option if it is disabled."
        
        This reverts commit 05f0eb57618d090fa45011120a907a3b1157accb.
        
        Revert "finally get the taskpane rendering again"
        
        This reverts commit 228bb7ffe0d404ba1225f7b4d26ca71e098577d9.
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/Impress.xcu
        	sd/source/ui/framework/factories/TaskPanelFactory.cxx
        	sd/source/ui/framework/tools/FrameworkHelper.cxx
        
        Change-Id: I248cc9a769695cde19e78774d42ce666dc685599
        
        Revert "don't throw up the sidebar on start."
        
        This reverts commit 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4.
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/Views.xcu
        
        Change-Id: I911859757e2e019836e8ed5213d2ba69ff82aec8
        
        Revert "update to the right service name for new URLs."
        
        This reverts commit 55f49970f4085e3a1498961edabd5303bd6bea6c.
        
        Conflicts:
        	sd/source/ui/framework/tools/FrameworkHelper.cxx
        
        Change-Id: I1ba2762a4c969a9125ff8354a9b6035813290021
        
        Revert "tentatively restore more UNO / task-pane goo ..."
        
        This reverts commit 052ac10a6f9b28b9b06884dd3ed41879722be6c9.
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/Impress.xcu
        
        Change-Id: I7e62f27329af033df811549436718648a6447dea
        
        Revert "more reverts, first cut at making sidebar optional."
        
        This reverts commit a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd.
        
        Revert "add experimental option for sidebar to 'Advanced' pane."
        
        This reverts commit 54d820a7815af03a248c1aa424fae9bf9a4881f4.
        
        Conflicts:
        	cui/source/options/optjava.cxx
        	sd/source/ui/framework/module/ImpressModule.cxx
        
        Change-Id: I09a6c0f7834c8ef330d05a014505aaaf09ae096f
        
        Revert "Restore FrameworkHelper taskpane URLs."
        
        This reverts commit e9c2d5b26b1e1b52bdf87192a76314b7362fa80c.
        
        more foo
        
        Change-Id: I2eaa2fbd74dc7a2f7ba937d310472cee6b5a0b57
        
        really go to town on it
        
        Change-Id: I885dc03cd0286bbfdf05c05da9f0bbea2b78bcf4

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [e9ba193f5e61d7855be694a2c414b9e1bc198d5e]

        keep C++03 compilers happy
        
        Change-Id: I62af395105f51e802b874424b993dcf7e687a78b

2013-09-20  Andras Timar  <andras.timar@collabora.com>  [2381e89bd31ccac74d80df08e2992aa44b79b820]

        fix Windows build, dbglevel=2
        
        Change-Id: I7dba2852a32a1b1c8309b5981e6b535c6dfb1b8c

2013-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [09a546ed1f4ca691ab9a81e0a0a08ec53f99a558]

        fdo#39881 change Find All behaviour in Calc
        
        Allow to search in all sheets.
        Find all now creates new dialog describing all matching cells.
        
        Change-Id: I36a9bee314b620384937fff074680022397c8c5f
        Reviewed-on: https://gerrit.libreoffice.org/5886
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [38dd74047968fd734b598d3ee7293cd5263c1012]

        Update Firebird-File driver config to allow creating new dbs.
        
        Change-Id: I34abaf80e82cb1d3cd51c9418b15351e9fdfc2fe

2013-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [27c11f1f08716e54f83571a84698c62692260b30]

        Implement creation/loading of external firebird .fdbs.
        
        Change-Id: I61186189d791e54fb096505abd2fa7ac248035e8

2013-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [a516ac452e33d3f0df2572089041e2555808a5ee]

        fdo#37606 testcase
        
        Change-Id: I60d34906a90a5143163e516f618648cf7178430e

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [7794ae344c353794916c669b85040fa4fc6c990f]

        bad search/replace
        
        Change-Id: Ic14565414637a6d08aee94ad183dd852eb7875f0

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [60f8d808c2451fd37f02c1f86ed7fe60f4f58fa6]

        Reject "too similar" service constructors
        
        Change-Id: Ie81e9994084b5a2f44a436c764318ea6e5049faf

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [aeee571501df4d3b1d91e10d61b434f0ecac4d6a]

        Use tempfile instead of stdin in exectest.pl
        
        ...so it can easily be reused to test unoidl-write, too.
        
        Change-Id: I4992850b44faaa152bcf1d281f2787824d6ad036

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [89d911a2775118dbf5e4cd337e4ede4284b6f717]

        Strip exectest.pl down to what is needed by its only client
        
        Change-Id: I9355f8618757f657fb8f8408a10b02f113fc0966

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [7e124f9e8b7e4c6b98e9ada56c3dff40197e2f9a]

        Blind fix attempt: extern "C" decls must be at outer level
        
        Change-Id: Ic034f63f604d86e420adb0a4106c1501db5a552f

2013-09-20  Andras Timar  <andras.timar@collabora.com>  [1a4258667ecd76cebc823994fd366ec7b622fd42]

        fix find_al() under 64-bit Cygwin
        
        Change-Id: I2797763f64733a83858bb08d760c9c453d63e1f8

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [89e5ef948564d4bcea02c845d6f959dddd99129c]

        java.lang.String.getBytes() has platform-dependent semantics
        
        Change-Id: Ia36e73215f666a26e5898310aabefb68d3f695c2

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [f1b2c5185762debdd4ccbdb369472f5d30950e75]

        extern "C" it should be
        
        Change-Id: If44baa59b524f2fdf9bca77e404142a569090d72

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [54035e9408daa0b05256a12de7df626572aa34c5]

        Use consistent spacing in this madness at least
        
        Change-Id: Icee043f43072244e28405e4dff3ce4b51fbb3cd9

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [3e2376c87c825b9854062e90cf55e1feb1d19691]

        Move one block to maintain numeric order
        
        No, I didn't check if all the others are in correct order.
        
        Change-Id: Ic676fa79ea864d75abd183df2662007f05cca75d

2013-09-20  Caolán McNamara  <caolanm@redhat.com>  [5be80ce22e3328545bb07fe31872d26c2fd2ed58]

        fix unit test failure
        
        Change-Id: Icfed3fca931b2d6129b510b6a35a913e88c80778

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [3a4d7ed90d0e3d25c981ce32feeed383b6873d81]

        The code has unconditional fprintfs so need cstdio
        
        Change-Id: Ia509f7a88443e2a2992347c7d31469b5c658c8e8

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [b62ef82b31a91d6877a27a96007cb2640d7d4d64]

        Add usage example comment
        
        Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [7cf091765aa74cd7856c4340eb019155ab6639c3]

        Typo
        
        Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669

2013-09-20  Miguel Gomez  <magomez@igalia.com>  [b5a888d3681cc375657f84239eca391bbb270fd5]

        fdo#64491: Move SmartArt test from import to export
        
        Now that loading and saving SmartArt components is fully working, move
        the unit test from the import section to the export one, where both
        import and export will be tested.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I5e0d182ee941180ba80c2b310d85528ff75ef296
        Reviewed-on: https://gerrit.libreoffice.org/6006
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Miguel Gomez  <magomez@igalia.com>  [b4380022a664b86bcd29aa5a8ffe27f83afe763f]

        fdo#64491: Export theme file when saving
        
        Export the theme dom tree that has been parsed when loading the file.
        This is necessary in order to properly reopen docx files that contain
        SmartArt diagrams.
        
        Change-Id: If8712352e7c70373afb542b450a69bd634632092
        Reviewed-on: https://gerrit.libreoffice.org/6005
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [2232781ad303864b79a3973b5b0eec40a859a701]

        String to OUString in itemwin.cxx
        
        Change-Id: If82112acaecbdbb05d2499b2c0eaf2066b707571

2013-09-20  Miguel Gomez  <magomez@igalia.com>  [028a9096406eba26f823211b1f6a957ebc6b3a7b]

        New unit test to the DOMTree test suite
        
        Ensure that a parsed document that contains a malformed xmlns tag
        doesn't cause a segfault when serializing it through the
        XSAXSerializable interface.
        
        Change-Id: I00811494b37a307711c1a7a86403a56da8b23776
        Reviewed-on: https://gerrit.libreoffice.org/6004
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Andres Gomez  <agomez@igalia.com>  [a30652bfef1ca8c8d6a20a01aabc700b92978fb3]

        unoxml: avoid SIGSEV when xmlNsPtr prefix is NULL
        
        When serializing a XDocument with "xmlns" elements, they usually come
        with a prefix like in xmlns:xlink="http://www.w3.org/1999/xlink".
        
        When the prefix doesn exist like in xmlns="", the prefix member of the
        xmlNsPtr structure is NULL and unsafe operations on it like "strlen"
        may cause a SIGSEV.
        
        Change-Id: Icdfcddeccb37c246a48aa1239b7f3c5b0b3727e3
        Reviewed-on: https://gerrit.libreoffice.org/6003
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Andres Gomez  <agomez@igalia.com>  [290f03e8bb5071d7716fb6563e3274caa51102f0]

        writerfilter: OOXML theme saved in InteropGrabBag
        
        The XDocuments representing the DOM of an OOXML's theme document is
        now stored as the PropertyValue "OOXTheme" into the "InteropGraBag"
        property of the SwXTextDocument.
        
        Added the importSubStream() method to the
        writerfilter::ooxml::OOXMLDocumentImpl class in order to create the
        XDocument for the theme XML fragment stream and invoked it during the
        resolve() method.
        
        Modified the writerfilter::ooxml::OOXMLDocument abstract class to be
        able to hold the OOXML's theme XDocument. Added the set/getTheme()
        methods to store and obtain the XDocument directly.
        
        Modified the WriterFilter::filter() method to store the OOXML's theme
        XDocument in the "InteropGrabBag" property of the TextDocument service
        SwXTextDocument implementation.
        
        Updated the UTs accordingly.
        
        Change-Id: I3960590fcf4856caf770908b983ffb6898f061c0
        Reviewed-on: https://gerrit.libreoffice.org/6002
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Andres Gomez  <agomez@igalia.com>  [44c5fcb7eb4077740ef497ff4bb6c4cf23224dbf]

        indent: Just some indenting for better reading
        
        Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391
        Reviewed-on: https://gerrit.libreoffice.org/6001
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Andres Gomez  <agomez@igalia.com>  [bee6b8f2ba4ea04135bb47e24c520015129aca27]

        uno: new InteropGrabBag UNO prop in OfficeDocument
        
        Added the new InteropGrabBag property to the OfficeDocument service
        and modified the JUnit UNO unit tests for it.
        
        Added specific implementation in the sfx2 module for the SfxBaseModel
        class.
        
        Added specific inherited implementations in the sc, sd, starmath and
        sw modules for the ScModelObj, SdXImpressDocument, SmModel, and
        SwXTextDocument classes.
        
        This new property is intended by now for its usage on preserving OOX's
        theming although the aim is to be able to re-create the theming in the
        future from saved properties.
        
        It could also be used for preserving other attributes for
        interoperability among document formats.
        
        Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86
        Reviewed-on: https://gerrit.libreoffice.org/6000
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Stephan Bergmann  <sbergman@redhat.com>  [652b0b6d189b4c0925ab859e81c6005a4a348a55]

        Certain UNOIDL typedefs are forbidden for historic reasons
        
        Change-Id: I0fb4ca4e529f5f35e3619bab5e89348dd9c67faf

2013-09-20  Vinaya Mandke  <vinaya.mandke@synerzip.com>  [13e8e9e2fe32bc77058b5869c39948b683fb81ec]

        fdo#40594 Fix for chart missing issue in Writer (for docx)
        
        1. Enabled parsing of chart in writer module.
        2. While parsing chart is read as ole2shape. Then converted into TextEmbedded object for chart.
        3. While exporting postponed chart writing after rpr tag.
        4. Generated unique id for each chart.
        5. Corrected content type of chart in export.
        
        Change-Id: I6a1ca0c34e03e17cc3dd8a183580132ea7af5c48
        Reviewed-on: https://gerrit.libreoffice.org/5976
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-20  Miklos Vajna  <vmiklos@collabora.co.uk>  [e0abdc0c2a4e7ff938c720a8967a6b55e9f1a2fd]

        configure.ac: use ${INPATH} instead of wildcard
        
        Change-Id: I92c9b72722035ef03e839029a149221dec3fe5b4

2013-09-20  Eike Rathke  <erack@redhat.com>  [f1ccfc64fca471f140a4b1830e370d8e4fe8ad4f]

        missing .mk for renamed 'mn-MN' to 'mn-Cyrl-MN'
        
        Change-Id: I77e457b27b083c7149e3696f978b1e85a6fe1e21

2013-09-20  Eike Rathke  <erack@redhat.com>  [401edafdbec3941ad78b904a00d13cdd8655f10d]

        rename 'sr*YU' to 'sr*CS'
        
        Change-Id: Ibbe7b29e5eea22d0e2169f641d677fc4726fe6a7

2013-09-20  Eike Rathke  <erack@redhat.com>  [09197c2df60bb4c7880fd4de2d18b150b9045637]

        renamed 'mn-MN' to 'mn-Cyrl-MN'
        
        Change-Id: Ice5fa332ff5308aa801099a9aff52ffea60ac622

2013-09-20  Eike Rathke  <erack@redhat.com>  [57567934d96fb63315f0280eefbb4f66bf0cdd16]

        inline
        
        Change-Id: I7b031d19160f7fe3d8dd0789ab68b03830135463

2013-09-20  Eike Rathke  <erack@redhat.com>  [3f3e73bd380fa9b8ec772685dd14edf6df454f45]

        second wave to register tags
        
        Change-Id: If71d7bdbe590b66e3642e8815a536482c67dd7c0

2013-09-20  Tor Lillqvist  <tml@collabora.com>  [b385fb8a89e865fb1924092c9fee3e032c0edda2]

        Try to fix the DISABLE_DYNLOADING case
        
        Actually, though, I don't think the platforms where we use
        DISABLE_DYNLOADING (Android and iOS) have any OpenCL.
        
        Change-Id: I51c8fdfcec866a32ba72c84038bd63e9def74de6

2013-09-20  Minh Ngo  <nlminhtl@gmail.com>  [f22464dfb133936668173befb157394eaff2d142]

        Avmedia/VLC: Fixing zooming.
        
        Will resize depended on the frame size now.
        
        Change-Id: I3dbd0982f4442e9c643121af3cdfc2b0cdfe33a2

2013-09-20  Minh Ngo  <nlminhtl@gmail.com>  [15924193558ae7f0e04d5bb1ea8ab94517c5a9ce]

        Avmedia/VLC: Storing a frame size in the window class
        
        Change-Id: I28f5c74313fcd6dae368c5fa9e7d299ad0ad1d0b

2013-09-20  Minh Ngo  <nlminhtl@gmail.com>  [77af2e7d7524737aaafda1424c9344fd7e6d660a]

        Avmedia/VLC: Minor code formatting fix
        
        Change-Id: Ia143d4ae8d452fd6bebb817acab7192481a1068a

2013-09-20  Artur Dryomov  <artur.dryomov@gmail.com>  [95e95e0a26694dd01412220eb6b44150dfead2bf]

        Add switching to the slides pager from the grid when selecting a slide.
        
        Change-Id: I029c298a90ff7f0cbaada25388e3a758dc4d583e

2013-09-20  Artur Dryomov  <artur.dryomov@gmail.com>  [6d6017e353fe793d571d5d976d27ad0490c6f38a]

        Add additional comparison for servers in lists.
        
        Sort by class as well as by name. This change should help to show
        computers first, then phones and then other devices.
        
        Change-Id: I3a5dec6e5df33b766b70798ac1ad32a5d5db4a3f

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c856ab73af3ab108f64e0c9d9857c35a4849f030]

        Cleanup ResultSet exceptions.
        
        Change-Id: I77e4fd5fffe45446050f8a1dfbcc8cc27290c786

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [65719df3e38e16feecf025f4773562dfa2011f28]

        Cleanup exceptions in PreparedStatement.
        
        Change-Id: Ice11ec8131a00335db48a05661bbe0285bb53fea

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [101040a13010edca81d1ad127726d4118f00c5e0]

        Set sane default for type.
        
        Change-Id: Ib63e6abd7b378671d1e01bf9357dd811ae88fc40

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [831f01b7395fd84449e133e1300cc8fa85d42bd3]

        Move type conversion into template.`
        
        Change-Id: I7b646673eacf2abbac8a2bcfa744f840ff344c84

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [79f1c6e50ed303494b5c39cc6b2a448b264f7c28]

        Use conversion for Byte/Bool.
        
        These are both non-native to firebird, hence always have to be converted
        from whatever data we have.
        
        Change-Id: I6e6843d95ee4f5cf0cd5953251796150f325f800

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [52841daec985e04bff77ee6eb1d70af0238e0eae]

        Throw sane exception when wrong type used in PreparedStatement.
        
        Change-Id: Ie9577ed021930c56f3270aa30306d89365c1b3b1

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a11b6d5356f191f1d4d7ce48e80ce3f2534dc190]

        Don't throw unnecessary exception.
        
        Even an empty ResultSet can be valid, and no other drivers do this.
        
        Change-Id: Ie3aee718f0187d039dbd0c53fc32a71be4a1d9e9

2013-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fc118515eee34d7a00ce363149bf85737607fed0]

        Implement implicit type conversion in ResultSet. (firebird-sdbc)
        
        Change-Id: I9faf9752556b7e0769d3a353e393924f5a1edb63

2013-09-19  Eike Rathke  <erack@redhat.com>  [2aefb9eaed6e17cb023891f1826e58f53643e894]

        unused LanguageTagImpl::resetVars()
        
        Change-Id: Iaf806d78b6d49b9bc599ab61ebc8fa1ced84fcf9

2013-09-19  Eike Rathke  <erack@redhat.com>  [1f6fceb89deea2100b0e95e9ed34af99bda8bccd]

        does #include <map> satisfy Windows?
        
        Change-Id: I42410c84291b7fdebe6507ec23837433970ea277

2013-09-19  Eike Rathke  <erack@redhat.com>  [01f351830b139f3ab7b63611e8630256d37aaff6]

        better mutex guard this
        
        Change-Id: Ic5cc38c76f6eae11460e0b6e3c55d0e2333a0b09

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [fed96abcb593925ab4fd39e3938632a54b37ee8b]

        No need to by default avoid liborcus for Android, iOS and OS X
        
        Change-Id: I0e96784a86fa1f62718264fc09f0d2b4646ecd7d

2013-09-19  Eike Rathke  <erack@redhat.com>  [fec4c9b9e6aff625c4cccbc477d416e82fecb8c5]

        first wave to register tags
        
        Change-Id: I11c6608b5c5074e9b7117449c3eb92e278713598

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da06f0fd15ae3ba2447f01b952a579c92a8a67d4]

        fix windows build with pch

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ba1e90f444df55055e34fde6ae58bfe65c6a57bb]

        "what!?" - Let's not say that...
        
        Change-Id: I1c9c2a62b2a1ede08fb2f27f541b501dc3ce7b2f

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f13f659bf16210b10697d3f422dcb1d26df76b41]

        Work around another Excel bug with incorrect shared formula range.
        
        Take the start row position from the preceding formula record, rather
        than believing what's in the shared formula record. The latter can be
        wrong, and can be wrong often.
        
        Change-Id: I3a4da110727a7719e5f8cb3e6250c0e1bef04c64

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbedabaa44d2fda306cd4b5bb51d192fc1058794]

        fix storing of open cl device in configuration files
        
        Change-Id: Icc343b55fe40c430b87d2e4c98701d78c61e3a96

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d0b4a5ae3806c4816e1fbe39514cbf52adfb229]

        small fixes for broken code
        
        Change-Id: I77afc818d5575523077328042ac9418f521edc9c

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68035ffc3e94af0c3cef600a65fa301efd3045af]

        select maximum one opencl device
        
        Change-Id: If06caaa6b39131359ffc81fadad200c8cf8fe24a

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [268c33e1b32a407fb3db66c41cbb9bf15e9422a2]

        fix memory leak
        
        Change-Id: If1afe59bc5bb40bb3fff4c74b863c6d77e006cc5

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77201250b47a267b4474a394d748c934acfaef39]

        fall back to compiling from source if binary failed
        
        Change-Id: I8e8d8fb5b1da18c44e1537f97317d4e5b57c47b6

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee19608f940d0985f4ba4cd918bc53aaf25f0301]

        void* is dangerous
        
        no idea how that ever worked
        
        Change-Id: Ie14c86a241a2fa7e1963385987245cd0ee965fcf

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b0bc1bee668ab670044ecd564c84583c261c07e]

        use $UserInstallation/cache to cache opencl kernels
        
        Change-Id: I2ba1fb6172cfd0c725a45d4506b46e8f04a33093

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a321536cc682e98ad677deae3fa36b4dd25520f5]

        read the binary files from the cached folder
        
        Change-Id: Ifc5084a3d8ef661e3b3fca7fbc76e1c0c62b2056

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f7c930dcd9195a05fb133ebb393dcbd37e2f66c]

        replace one more file write with location in profile directory
        
        Change-Id: I1774f66d018923c6f892d21acf8a81330628cd98

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d3cca2471777a26f90c15aa435c8b50ad6133ca]

        fix another memory leak
        
        Change-Id: I6761bcc137934b02815ce10d43f3bc9bee7a1b90

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29e0843f323c54f9dea9e763a7300bf5fcc2014b]

        fix another memory leak
        
        Change-Id: I31359f121fa858dfc1868d74a2f827e5332592c3

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0093de75d1e2545803e63b35663cbed7bfc5b64f]

        use $UserInstallation/cache to cache opencl kernels
        
        Change-Id: I2ba1fb6172cfd0c725a45d4506b46e8f04a33093

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f0a558f580516a4810552060c3da69ff6e2aa23]

        In xlsx, a better heuristic is based on worksheet dimension.
        
        And start OpenCL kernel compilation right away if the dimension is
        large enough to make the sheet import slow.
        
        Change-Id: Iee3e8dc1f0cb64eb1d8778db19c6edd73e971136

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [05f6ae8779f9be59b1262bcbb98a74b6383c0c18]

        Be explicit on what kind of "kernels" we are compiling.
        
        Change-Id: I2415a192d98b94e86c08c138ad39cfdbf36ea283

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d3236e2bdde1ff1211e65e64d22063c8228c68dc]

        Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).
        
        If we still have 3 MB worth of stream to parse after the first formula
        record, we pre-compile OpenCL kernels in a separate thread.
        
        Change-Id: I129d95c26f26e4b1eb989bc2a1764a3f87f71fcb

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0881af7718a3a8591afa062b9dd446ca7193e86f]

        Oops this wasn't meant to be checked in.
        
        Change-Id: I6eccbd38a44dfaec66718df210884067beaaf30e

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6f0b9dd26f061594f93e8ee6cc59415a6e8583f0]

        Fix illegal memory access between malloc and memset.
        
        Change-Id: I6f040e48a1a60b8f4fc1f2424a24ff362de9a31e

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [732e0eabb3736f2a572500dab229efe3fc1fedd6]

        Bail out early on error.
        
        Change-Id: I1844284ff829f6af6c2cfe10935cfc1eef155deb

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18d80b5ec0a82e72e23558ca9b8e971ac35a7592]

        Wrong config option name.
        
        Change-Id: Ibbd2d9ed7ee20b8cc911bb5f3247bade617b7c74

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [80a4a753c5accfea756c4b357fc1586e8afbead8]

        Pre-compile OpenCL kernels during xlsx file load as well.
        
        Change-Id: Id31190b2a9eb496f146fbbeaaf8a223d46492a99

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [8f56dc0bf547c20404f98493e49dc88bf454a604]

        Compiler warning.
        
        Change-Id: Ibf3d21d2666b5c2504804141200ea0fcf9897565

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [59d6f566be3229ff083a6157f575749ce2485bac]

        Let's treat oclMatrixSolve equally. No special treatment for this guy.
        
        Change-Id: I79d36ad7c95bf4cc8cd6bb4fd55dcedd5cd70684

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c76e4526172681d8abc086dcd87068ad7be1f2b8]

        Compile kernel when fetching the Kernel instance.
        
        To make the code a bit cleaner.
        
        Change-Id: Id129cea834e950e422e55e6c2504c1f88c5dbeab

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [58e62a7954dc04f1174f8143ed81828a476e8b62]

        Compile kernels for real.
        
        Change-Id: I7c5e6707e6f733b26d5bb6d6b0d48b0f338625bc

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [deed1ca901896744a9cf859d390a5a592ba37041]

        Set up a thread to compile OpenCL kernels during file load.
        
        It's still a no-op & we need to have a smart mechanism to conditionally
        trigger it rather than running it in all documents.
        
        Change-Id: Ia875ebb9405b5de5c5d31418de84c5ca7a62f302

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82985b9bccbde3c697e73e1930c89634853c8d3c]

        we no longer use that method for initializing opencl
        
        Change-Id: I779adb453cfe91328d5583f990b7c57d482fb7dc

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [088de79273794ea4099b538158e030a9c2b91469]

        remove unused method
        
        Change-Id: Id33348c76297583e843af2a1ea43f7f755b86033

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8a0f786caf49cfd5937e4cd5df5f50f825b2a96]

        introduce strong versioning of the kernel sources
        
        Change-Id: If42711467b1c8cae4b1044464c7254792ddcd6ad

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1500aae993c0a8b4fa9a5bcec1bc6203f3bcff66]

        use OString instead of char* for file name
        
        Change-Id: Idd69827c50056febd30f18bd8ade2b4160eafd02

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e0eba2bc96bcd27a9c92e1a5cc80167b0b962da7]

        we can still write the next files out if one fails
        
        Change-Id: Ibfb604692f8d5d6f01652af6d6e09339c49be6af

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c45f93694f1524247052adfe4722a042725c4288]

        share the setting for the device name length
        
        Change-Id: I5605d05240bc110916400239db203eeb6b8dde35

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f65f4333b5f38ff08d24d71766f7d27849b81a4]

        fix a number of memory leaks
        
        Change-Id: I1e81558d0f087c1629006b757b1efb332108d5f1

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4b320031ad05ecc24b6aa6ef7cf9904075c610d7]

        Properly cache compiled kernel instances.
        
        Change-Id: If9090f5430106541928bdfb3c50eefc7fd01e9f0

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9ca36c15f89b279e5e4aba4cd9649cc200fb24b]

        reintroduce changes from Tor
        
        Change-Id: I3b32e6754f8b86e7875ff6dd09b4dd0f38f8df4e

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [18a4ecaa25af108589fda0108f72115a6db6325b]

        This base class is pointless.
        
        Change-Id: I16094fa3aea2ac31b5289367dac21bc901bc9f23

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7652f3725b0ee0fdff7441c5bac8ebc284cd12d4]

        OpenclDevice is a stateless class. Make all its methods static.
        
        Change-Id: I5eb1bead219ec9ffd759a26d8d5f1abe499f1ee1

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [0b81837028bb592376f3f047c5ec5ada524910da]

        I didn't mean to change that.
        
        Change-Id: I0da67563b93ead9ffc3350cd01733b0a6d094f05

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ff8a5fa683c10c9815518e037e69b4ba5290d499]

        Remove unused methods.
        
        Change-Id: Idfb6acde20e883e4c20e0f640fdb96ac50bb349f

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [e266ed9f2c07b8d58e106679afdf62adaddb2f50]

        Use std::vector to store pre-defined kernel names.
        
        Change-Id: I5de148a98411f85f5318ee6e5b0b41786d152a83

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [3485577a54a47dfc5dcd569771df94ceea12eaee]

        Some cleanups.
        
        Change-Id: I35bc92fc4bd5feb80b804d411fcd29feacab41ee

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [984e8e62e1fb0ccf7f350a9dcdab41b7defd4b10]

        Need return statement here...
        
        Change-Id: Id6a63ee106b50ccb5558c8c9aa7fe363e2a1ee29

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [00d58697d97f25664b45b5ad360e9a34ab3ca888]

        only list opencl devices with double support
        
        Change-Id: I90eec86fff08fd20f4567551932bf328adc85859

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f62215cf58370e95867f3753cdb59223711049a4]

        select the correct entry when opening the dialog
        
        Change-Id: Ib1f418e9f05ce2f57029e51ab6dfcd139d6f3f6d

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8309d77fa178c5be00d86a110fe4a61b07d77c5]

        add the software interpreter to the list
        
        Change-Id: I1462b6321a195a6863746ce296575b64b140e0ec

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5e03516299c5aa47966729c928cd42296795085]

        store the opencl device id and propagate it from the ui to opencl code
        
        Change-Id: I47ed4add16c804e598feebd84ae823a45d2f8dd9

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5cc6c3fd4fd4610d26576841bcd694bf2f8231a4]

        add a way to change the opencl device
        
        We also use this method now to init OpenCL. It respects the auto select
        settings and will later take care of choosing the stored opencl device
        
        Change-Id: Ib3710851ac5f8d50796e4bba3b25ade77b36d204

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f70fffc7187162a9f1e88bb5cd12b05b5d67bc8d]

        implement method for switching opencl devices
        
        Change-Id: I00f00618e7bf3eb256a2fcef16520927b53dfc9a

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [08f16d5ae44cb0e92debf5b67b56a7605a07e65e]

        Avoid having build-time dependency on scopencl.
        
        Change-Id: I32918599dca0556a61b85d868dffbb5e72541e69

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3be59e38ab37dbb7646fb6eedf36d7adfe8c7af6]

        store the platform and device id for later look-up
        
        Change-Id: If95858d3812c913a3695f04bcfac76325171d102

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [783179c1534e6382a064bd9005157b77e2a6efbb]

        show compute units, frequency and memory for opencl devices
        
        Change-Id: Ib322a429a3d29ed985702dc1b5cb9d1cb0a1ac07

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fa1a8b41ef59e1b3582f1ff1f1cca89edbd5acc]

        fix some updating problems in the opencl auto select dialog
        
        Change-Id: I2ddddbd694a0fe4971a1ef40ee6e15e6b3f07b3f

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [886efcad3ce43378e9f22febe5f5d010769fd0d3]

        enable the opencl device selection also after enabling opencl again
        
        Change-Id: If898125c55794ea542643d0299b02b6183b79ef9

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbe359018a4f0be9eb8f4e05435fab947dfcb308]

        store opencl auto select setting in configuration
        
        Change-Id: I687b31959b2932cc1b5f7ce6daea8d7bbbe85ee5

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2eada22f6f2495e9e61be63a896e3a839be08702]

        display platform and device together
        
        Change-Id: Iebe13dae8ede0696913597116904af8e720ffc65

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [543749c7f1012fcdc5948f17d5a9626d253487a4]

        disable the opencl device selection while auto selection is enabled
        
        Change-Id: Ie2f10e9e863bfcb6a34380049bd63e480aab76d2

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7437095966aaea20625d85b6119fa0469ef19232]

        Correct shared library name per platform.
        
        Change-Id: Ie50661aff48f74ea49162d1f893d3d0fc2ee2165

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [83c8c7f29f6807c1d6810ede70020ae200963fb0]

        More sensible way to handle software interpreter invocation.
        
        Change-Id: Iea44ec03ce5b779558a8f5e762d0428d90f2334d

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8c1479ab5b57f22d89df93b15ec3981d1997095]

        inital work on showing available opencl platforms/devices
        
        Change-Id: I7e9beb3abeee42b19788980d43fb1ab5140e3e65

2013-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ca847cea0f8d8dce4c934c471483ebe73838889]

        use the correct description for the opencl option
        
        Change-Id: Ie4b8e2f99bb8a32dae31555561c86a448201f792

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [66751db524369322619a9a76e389b4784b254cc8]

        Remove these Windows specific DLL loading in favor of clew.
        
        Change-Id: Ia2ca3c512e033e80a55eb2d33fdd34d07297f29b

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [5e743fd52db25e9144949f3a84865b91880098c2]

        On linux, the entry library name is 'libOpenCL.so'.
        
        And it should be installed in the system library path, so no need to
        specify full path to load it.
        
        Change-Id: I0a77bd6911e69f8453b7c95c7cdcb77fe2e6e5e0

2013-09-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cdff1b90304025ad8ca02e84e4d9a6083704b84a]

        Add a quick test code to detect available OpenCL platforms.
        
        Compile this with clew files from source/core/opencl/clcc.
        
        Change-Id: I9a0be046ec996a6bccdcc8555aa8119fcf9afde3

2013-09-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2340f049b08cc40f7a832b66554781d3eab1a3e7]

        Additional build fix for Windows.
        
        Change-Id: Ie1d6eec25c442e8dba31936e502249ee04c13177

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4e30a966becfa9f4ddf6c8e364918ea3c527a659]

        OpenCL code shouldn't be needing any UI code.
        
        Change-Id: I789ac7b9c1404b2f7b35178d9c43c59182a20cea

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [766bb85f111fce99c97211760618d34bb05bc025]

        Move the clewInit to where the Windows DLL is manually loaded.
        
        Change-Id: I58c8bcbd76c28c458fb28c21d65887159fa0ea34

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [03f548e6fb74e83b32b59ba198e5c82e30320519]

        Allow enable / disable opencl at build time.
        
        Change-Id: I65e2a71aae8317930d1575e7d82c11c3fd2b74de

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f1717208ec22f146acec5ad2483c5cdc9a536484]

        Remove opencl-sdk configure option, and build time opencl conditionals.
        
        We now load OpenCL library dynmically at run-time as needed. So there
        is no build time dependency on any OpenCL implementations.
        
        Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4aa113b2290591eeda1430c13775157b086b3b52]

        Use clew from clcc to allow run-time loading of opencl drivers.
        
        Change-Id: I9f6ce113d637dbec069caa86b32459e2001ec0a0

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4c859c1dac2e50bf0235291261f011b3e0abeab3]

        Dynamically load the opencl group interpreter code at run time.
        
        Change-Id: I0e2b393ecf068b57bfe653663be0a788caa22a36

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [4ecf503924516979970254eb3783f68037647ac3]

        First step toward splitting the opencl code into own shared library.
        
        Change-Id: I44fa3ded8d48b2972af17b78ab6c0af03e024f36

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f22e509c2b31ee2ed024412af5b55bf8944e76b4]

        Disable dummy and groundwater interpreters from the default build.
        
        They are of no use in the default build.
        
        Change-Id: Ie3b874a5c78123436736318357fa48baafd991f3

2013-09-19  Kohei Yoshida  <kohei.yoshida@collabora.com>  [645e09ff13882af259c76fbeed8163e69844d721]

        Put all opencl related code inside sc::opencl namespace.
        
        Change-Id: Ia6c1fd88ed08022347c60af33a8620b9cf278c12

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [6db34b6b33ba8e3b13683efd05df8441b87e9c92]

        Directly build UNOIDL .rdb files from .idl files
        
        ...via unoidl-write and the new source-format registry provicers, instead of
        using idlc to produce .urd files, regmerge to merge them into legacy .rdb files,
        and unoidl-write to translate those to new UNOIDL .rdb files.
        
        gb_UnoApi and gb_InternalUnoApi ctors take an additional argument now that is
        the path (below $(SRCDIR)) of the source-format registry from which to obtain
        UNOIDL entity definitions.  It can either be an .idl file (in which case no
        *_add_idlfiles calls should be used and the resulting .rdb will contain all the
        entities from that one .idl file; used in some tests to conveniently define all
        test-specific entities in a single file) or a directory denoting the root of an
        .idl file tree (in which case *_add_idlfiles calls specify the entites to
        include in the resulting .idl file).  (In the first case, the generated .rdb
        file needs to depend on that single .idl file, so the gb_UnoApiTarget ctor
        contains a dependency on that additional argument, which happens, as a side
        effect, to trigger rebuilds in the second, tree-based case when addition/removal
        of .idl files in the tree causes updates of directory time-stamps.)
        
        UnoApiPartTarget and all the dependency-tracking logic based on .urd files in
        solenv/gbuild/UnoApiTarget.mk is gone.  Generation of an .rdb file now depends
        on its source registry (see previous paragraph) and all the .idl files specified
        with *_add_idlfiles (in the second, tree-based case above).
        
        A consequence of that is that gb_UnoApi_add_idlfile, -_nohdl, and -_noheader all
        do the same now.  I left them in for now anyway, maybe they become relevant
        again when the use of cppumaker is changed to read directly from a source-format
        registry instead of going via a .rdb registry.
        
        The legacy tools idlc, regcompare, regmerge, and regview are still contained in
        the URE or SDK for now.
        
        cb344cd59e1ddb7c6db66dbd9263b4755969d4ba "Revert 'Looks like idlc resolved
        typedefs inside sequence<...>'" is re-reverted as now "the current offapi.rdb is
        generated via unoidl-write instead of idlc."
        
        Change-Id: I3d9d92f17326bc9f49dd934c85aab6a17951d06d

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [02ee39c1de1d9e5cd556a9e1aab5b6925e65ebec]

        Updated core Project: help  b79a7ea3afdc6f5a95a03fadbd2bf5960c301ba5

2013-09-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [11a81504aadb6a5291447b42264a8a9866e45b8e]

        Updated core Project: help  b9ecf33d0091f374e1380290ea6d03509c78a3c7

2013-09-19  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [ee8ff462306abca22f35a9b2890dda51b81a7ca4]

        Typographic correction in UI (AutoCorrect options)
        
        Change-Id: I2850df14f9dce01574b538511d091cbb2b4c53fd

2013-09-19  Krisztian Pinter  <pin.terminator@gmail.com>  [806919adf9c9bafbaba92c2d2ab35d2e2f9863f8]

        Make scrolling in ThumbnailView smoother and not per-line
        
        Change-Id: I3df50dc953c6a5123b62f129b6e303ff682c6d9b
        Reviewed-on: https://gerrit.libreoffice.org/5951
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-19  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [58d8a11a1b44d5f07c43f96c7e4ab03dc549ef27]

        Theme icons are loaded only once
        
        With the theme icon cleaning commit
        d5151ab592367fde7db03fce81e0b76776d18216, duplicated
        icons (same icon for multiple actions) doesn't need to
        be stored in different files. The file links.txt inside
        the theme pack can handle filename redirections.
        So, it keeps the theme pack smaller. However, the
        duplicates keep being loaded, because they use different
        names.
        
        With this patch, the names of those duplicates are mapped
        also when querying for the icons. This way, an icon is
        loaded only once, saving RAM.
        
        Change-Id: Ieb5b8424c1515f0033276bf314cdef02a4e01862
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/5943
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [4da39c170ff2d5bca16e991d244a73ff6b5945b0]

        String to OUString
        
        Change-Id: I463a42e7fa755aa534cddbd150ee0c82d2827b0f
        Reviewed-on: https://gerrit.libreoffice.org/5968
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [1bda6fd3c46cb6d82490839830b34327af3b6fdd]

        Too many parentheses, for a wrong check
        
        Change-Id: I4559fd778ac4d08736a9824afb998803377f1042
        Reviewed-on: https://gerrit.libreoffice.org/5964
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-19  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [9e06b6906745c16af92a5f3c40b01479f24dab22]

        fdo#65586: Add tooltips to Elements Dock in Math
        
        Change-Id: I54b201834989752460e4b12bc3ac0afd69a9a5be
        Reviewed-on: https://gerrit.libreoffice.org/6007
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [f0e3c542ac88459d946b4f9cb8af69889f918a03]

        DOCX styles: Unit test for <w:next> style handling.
        
        [covers both problems fixed in the previous commits.]
        
        Change-Id: I3df3537c52e2f6ebcb60a38f3648a35a5eca9051

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [3c2c2692b0cfe376e2d14f33796ec10e924342b9]

        DOCX styles: Another fix in <w:next> style handling.
        
        Compare styleId against styleId, not style name against styleId.
        
        Change-Id: I42bbb8a04424780772065585cc8ff56d906a48e4

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [909c82d8972d223abace208d3b768916be2e046a]

        Improve readability.
        
        Change-Id: Iacb9b09f237ddab3d68f4993014efb3b4793b8e7

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [20d87b81dc7f80c8b5f31c6b6f1841937d362d35]

        DOCX styles: Fix the reading of <w:next> style.
        
        Wow, has been broken like this since 2007...
        
        Change-Id: I32a84e1444ed6fd89161f2060a35296044516863

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [7be74f1bc55ee8d41d91738ec4ab89b6cfd4f875]

        OUString::copy second arg is len, not index
        
        Change-Id: I54729ad816efd4e51e13c0a2985c591920750d59

2013-09-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [b249776e52846c74c44ebe9e9b00364f3acda97f]

        Really loop over ExtInput ring
        
        Change-Id: I13e4ec0daa40f60a563b1fd39094b86bf3709c47

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [8d0249a128e0823a2ab30f1c7f67f6b1326cffbb]

        WaE: equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase [loplugin]
        
        rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii with string literal
        argument as call of rtl::OUString::equalsIgnoreAsciiCase [loplugin]
        
        Change-Id: Ia4dcbf6f5233a5aa91c609902da0a1037bcc3a48

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [d6c72602bdbf34590502aa3dda581ba443100ecb]

        Update unoidl/README
        
        Change-Id: Ib4cc138ab4c6de0d3d3a8ad55e40ba9ca30c15ae

2013-09-19  Noel Grandin  <noel@peralex.com>  [8d8e10ab4c3ef890323dd9b21edab8e91b9068c2]

        restore behaviour after OUString changes
        
        in commit ab0806e183fcdc8b2e4eca2d29b877a41f3ded8b,
        "convert sd/.../fuinsfil.hxx from String to OUString"
        my OUString conversion changed the behaviour of the
        x.Erase(x.Search()) operations.
        
        Change-Id: I0f7f342eb4caf277fe62c3c11d1aa2c74290e549

2013-09-19  Noel Grandin  <noel@peralex.com>  [7c34df7c6a65ce2ed616f6013f39121ce90e7c6b]

        restore behaviour after OUString changes
        
        in commit 15d88e256dcf4d0bf567b5f320cefe55179e4bd8,
        "convert more .cxx files in sd from String to OUString"
        my OUString conversion changed the behaviour of the
        x.Erase(x.Search()) operations.
        
        Change-Id: I8150fdecde439fdc5eeae53d50ad0dd00c0c1879

2013-09-19  Noel Grandin  <noel@peralex.com>  [3ea390cbd8fcb19dfefc0c8d8cf03510d3c6ea56]

        restore behaviour after OUString changes
        
        in commit a2b86b5fb75925e7e8b24751f83e1ecc8584cf72, my OUString
        conversion changed the behaviour of the x.Erase(x.Search())
        operations.
        
        Change-Id: Iad91980322b8cb46e8b2040f3fbd4e6cc1176424

2013-09-19  Eike Rathke  <erack@redhat.com>  [f86404450621bbee6feaaee0f43f5e53d9501796]

        'de-1901' is a valid fallback, 'en-oed' is not
        
        Change-Id: I73b821eaff82796080ce123e37466ec53c327141

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [5c80c7defccdc8e1a5545dfa0f304c77c71c479d]

        convert mail merge subject/attachment dialogs to .ui
        
        Factor out SwMessageAndEditDialog as a reusable base class. Split the
        attachment and subjects dialogs apart and base them on top of that.
        
        Change-Id: I321ef375b154f070715a3e8091e02974b376c9db

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [588ce1c3dcd9d3cb67fb19fe785fb807d75a5fa0]

        Updated core Project: help  ff8f7d4289c220deec86168d71fcf617034b1213

2013-09-19  Eike Rathke  <erack@redhat.com>  [99899543ee59b9753bfbcea565fd678b5f4f7f0f]

        accept (DIGIT 3*ALNUM) variant in place of (4*ALPHA) script
        
        Change-Id: If622619bd2e282ab8298ac8a29f8bb57a8fe968f

2013-09-19  Eike Rathke  <erack@redhat.com>  [1eccc6dedf5710cf3009c15fcbe1b44a8dd393fb]

        use equalsIgnoreAsciiCaseAscii() with ASCII string
        
        ... instead of equalsIgnoreAsciiCase() that converts to OUString first
        
        Change-Id: I20e6ac93e1af40b01285e49670770d0e4c453dfa

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [0b498f34972451cfa6e39ea15807c6a2a2afb95a]

        Don't advertise make dev-install any more.
        
        Change-Id: I171c7e3e55b7f23d331dd1769428fb684fe214eb

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [9960535bf562e91c19e119cbbcbefe07ac6ddb39]

        Fix indentation
        
        Change-Id: I7814547ef29ec728a5a815196427b661bf285256

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [b345b3b6bceddcce8966243304c9112e58a33304]

        -Werror,-Wunused-parameter
        
        Change-Id: I331d769132d3b18c870c70c7abcbd9539135af55

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [63f1fc40fbed426e702de3d22c4bc487c2fe446c]

        Prevent conflicts on case-preserving file systems
        
        Change-Id: Ia40f0ce43086fd73cba60011001640a945fb3e26

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [b9e333bc03a4dd6fb0ebef54c69b15d32feeda5d]

        -Werror,-Wunused-private-field
        
        Change-Id: I8033dd055abc9fa8a845113ed2255dd2b5cabad5

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [cb344cd59e1ddb7c6db66dbd9263b4755969d4ba]

        Revert "Looks like idlc resolved typedefs inside sequence<...>"
        
        This reverts commit 4bcc515356e2a66417e36600bee9402efb2f9ec3, which needs to be
        held back until the current offapi.rdb is generated via unoidl-write instead of
        idlc.

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [8461c405983bbb887fc05d0952d0b4312a02e2e2]

        aOldFullName and aFullName are both supposed to be prefixed the same
        
        i.e. a2b86b5fb75925e7e8b24751f83e1ecc8584cf72 stuck the prefix
        onto aFullName twice by accident
        
        Change-Id: I3fdba4cf3dea77bad2278812d75788f175e8d221

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [4bcc515356e2a66417e36600bee9402efb2f9ec3]

        Looks like idlc resolved typedefs inside sequence<...>
        
        ...so manually fix that in the reference rdb that had been generated from legacy idlc output.
        
        Change-Id: Iaa5545222be762f6573d1f4165604229fccad191

2013-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [49505336a629a75f4fb48bbe0c532b402e857ed4]

        fdo#37606 SwEditShell: fix copying when doc starts with a table ...
        
        ... and the whole document was selected
        
        The problem is that the cursor starts at the first cell of the starting
        table, but when copying, we want to copy the preceding startnode and
        tablenode as well.
        
        Change-Id: I890bba2ae835c4c331f90d977fe5d42fe871c922

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [074b29c368720d6552bb5a29e1aae4b8728a7549]

        WaE: private field 'mbPageRatioKnown' is not used
        
        Change-Id: Id9efce7b1308a022db14865cf9fbee33ff939e34

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [b432c08206c2b3da93c502ec458668d675d2839f]

        WaE: cast to 'void *' from smaller integer type
        
        Change-Id: I85d4a4c3c7bf708daa85dbe7f3af54311c4d7e2e

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [6836c341ab3534832f33a9a67c6315d448cfdbd3]

        fix higher debugging levels
        
        Change-Id: I3fc22524d5e890e19240554b63f2fa53f62e923f

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [7c33bb6ef9661a0684d72b4b8afeb6a1750ad407]

        Updated core Project: help  eaba957aa0802cafccf0988bc1cb5ac30ddd921f

2013-09-19  Caolán McNamara  <caolanm@redhat.com>  [0ec55639bee0bab05e55d97d83d30cd813db3039]

        actually finish mail settings conversion to .ui
        
        Change-Id: If5aa84fbd4582a0889df2bb000fa6b68c51977fd

2013-09-19  Noel Grandin  <noel@peralex.com>  [d84b974290c494e643a83207a9aac16fc5f683bf]

        convert sw/inc/swtable.hxx from String to OUString
        
        Change-Id: I1f5c2c612589fd86567ee9d3e09ecd5bff74ce25

2013-09-19  Noel Grandin  <noel@peralex.com>  [04caa8bb956e8366f96acfaa9d0c271083978812]

        convert sw/inc/swtblfmt.hxx from String to OUString
        
        Change-Id: I00f7fdaa33bc8b5ede2e3a7f1d1d938b62cc0646

2013-09-19  Noel Grandin  <noel@peralex.com>  [1b26f79af3f7c1baf06bcdacf4c09f5dbfd10be7]

        convert sw/inc/tblafmt.hxx from String to OUString
        
        Change-Id: Id3966feb27f87c340716034c836e01f72cb96808

2013-09-19  Noel Grandin  <noel@peralex.com>  [00ccef16bee93d4158c18f70c674b7a2c0be71aa]

        convert sw/inc/txtfld.hxx from String to OUString
        
        Change-Id: I7d06d6c22d280496a864d656c7a18ac00dd17332

2013-09-19  Noel Grandin  <noel@peralex.com>  [7160b9533e54132704b7730aa8893972841ce763]

        convert sw/inc/undobj.hxx from String to OUString
        
        Change-Id: Ife9f401e7e3d06ba1c4507d6f654bb720f61a407

2013-09-19  Noel Grandin  <noel@peralex.com>  [a72cc8b181b0f4614987d1b38f895c9e98970778]

        convert sw/inc/unochart.hxx from String to OUString
        
        Change-Id: Ib9e52a28d0977efca3ccd2e06f87b413c205c2ad

2013-09-19  Noel Grandin  <noel@peralex.com>  [4ebde2bc461e9661d7264340398b972fb69a89a6]

        convert sw/inc/unosrch.hxx from String to OUString
        
        Change-Id: Ic25aef1e37cfa66402b7acf13f3fc4cdbc48d350

2013-09-19  Noel Grandin  <noel@peralex.com>  [8d620216102b6597d0152135ac10aeff268971d9]

        convert sw/inc/unotbl.hxx from String to OUString
        
        Change-Id: Ib9e0324d104401b85cc1472ad7243822fd129c85

2013-09-19  Noel Grandin  <noel@peralex.com>  [9f73517e50e464761c60666d9ca930d63ec34efe]

        convert sw/inc/unotxdoc.hxx from String to OUString
        
        Change-Id: I72387b5ed7e459615250d874c1404220822d57b5

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [25006b42e09e1df52f733aaefa51937e07cd7c38]

        MSVC 2010 and newer does have a <stdint.h>
        
        Change-Id: I8f41d027ec890ed57275c04412c61d959d37b66c

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [7cbba09ca6e45e09ca43d3ec04248761ed449a23]

        Remove orcus from pch.
        
        Change-Id: I9ba757d34f4ac68dd2c63926b3e64a2ab109037d

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [9a5c9f403a9f1f5e4b7327829829d5901586ea7a]

        Revert "Fix the Windows build."
        
        This reverts commit ecd9e1a208ab5d01bd570a497b3cade24c7c88d6.
        
        Tor has fixed that in the meantime.

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [ecd9e1a208ab5d01bd570a497b3cade24c7c88d6]

        Fix the Windows build.
        
        Change-Id: I0505c77302a3bdd0802e862e730e2381aea5a4b0

2013-09-19  Noel Grandin  <noel@peralex.com>  [a2b86b5fb75925e7e8b24751f83e1ecc8584cf72]

        convert the rest of the .cxx files in sd from String to OUString
        
        Change-Id: I2f68a14baf707d7098b84c68b11a85cd28e49d95

2013-09-19  Noel Grandin  <noel@peralex.com>  [0bfd0378f9615283ed0dd02eb719cd434e5de7ea]

        remove dead method definition
        
        Change-Id: I0cf5cbd4925fad54ee9bb3f6ba7d84b1689fae9c

2013-09-19  Noel Grandin  <noel@peralex.com>  [15d88e256dcf4d0bf567b5f320cefe55179e4bd8]

        convert more .cxx files in sd from String to OUString
        
        Change-Id: I03d86a02021df0205cc3505ea9f99d1d18735abc

2013-09-19  Noel Grandin  <noel@peralex.com>  [bd6f344f027a06c2894bfa87fbeee1016576d117]

        remove dead method definition
        
        Change-Id: If95c03246eeda942084a10ed39a02e6ebeffe2aa

2013-09-19  Noel Grandin  <noel@peralex.com>  [001080ae7010767f515723abe725182d98fbac0f]

        convert some .cxx files in sd from String to OUString
        
        Change-Id: I3f3ba3521b72d78887e01970192f353cdc866626

2013-09-19  Noel Grandin  <noel@peralex.com>  [15b3fbf9385835df4636ec7f10e1d2b94754eab0]

        convert sd/.../dlgass.hxx from String to OUString
        
        Change-Id: I1602e3c5bcab59d27c96a2698185b913f5ce69a7

2013-09-19  Noel Grandin  <noel@peralex.com>  [ab0806e183fcdc8b2e4eca2d29b877a41f3ded8b]

        convert sd/.../fuinsfil.hxx from String to OUString
        
        Change-Id: I8d2847ba00730be8c2fd7814ee41021119e25cfa

2013-09-19  Noel Grandin  <noel@peralex.com>  [4bbbbee8ba2395bb09fc83cbf4598085c3ef0d5f]

        convert sd/.../ScrollPanel.hxx from String to OUString
        
        Change-Id: I6dde03dd77dac7b8e7568597329d65c8ec317da6

2013-09-19  Noel Grandin  <noel@peralex.com>  [6f48261f0e533917a4f519c39af8b0148d7f0a58]

        convert sd/.../TitleBar.hxx from String to OUString
        
        Change-Id: I5e98c11d27a890cb70808a860c6edcf43f87a314

2013-09-19  Noel Grandin  <noel@peralex.com>  [387c414a57e0d96c56cd008b631b2708baace12a]

        convert sd/../TitledControl.hxx from String to OUString
        
        Change-Id: Ib83d2cfc931c39374358ae0148eae4e5b02a00ae

2013-09-19  Noel Grandin  <noel@peralex.com>  [3880c0a1a656a7e052618563c7dae02710ceb879]

        convert sd/../tmplctrl.hxx from String to OUString
        
        Change-Id: Ie06a8103c11a00c79004620ab993dbd6c73f13dc

2013-09-19  Noel Grandin  <noel@peralex.com>  [d6f8e16bdf93bcb45c60431adc09d5561d88bdac]

        convert sd/../unoaprms.hxx from String to OUString
        
        Change-Id: I579cc101902027813ebd09c9a0e6adffb5b9e5a1

2013-09-19  Noel Grandin  <noel@peralex.com>  [a8ffc2a5ef3bc28ed4105e1cea5d4062a93f9275]

        convert sd/.../MasterPageContainer.hxx from String to OUString
        
        Change-Id: Ic28cce392c73732510087c5812c1e317e86a1013

2013-09-19  Noel Grandin  <noel@peralex.com>  [ae0b46609cba590d9c17d088b57b5d60232a1d1e]

        convert sd/.../MasterPageDescriptor.hxx from String to OUString
        
        Change-Id: I1844052366527c146f08a2a999065891a671aa2a

2013-09-19  Noel Grandin  <noel@peralex.com>  [589e157cdad3b38271096c86943747b3b4f7bf41]

        convert sd/.../slideshowimpl.hxx from String to OUString
        
        Change-Id: Ia3fbe38ccd4abc6d5fc87d83af1e6af3d1474a4e

2013-09-19  Noel Grandin  <noel@peralex.com>  [126906303e8ad010d7d1de9645e3360bd6ca9b9f]

        convert sd/.../SlideSorterController.hxx from String to OUString
        
        Change-Id: Ifa9cc2448d5376fb171158538fedce9cfb8d6e0a

2013-09-19  Noel Grandin  <noel@peralex.com>  [7100252db2cf8b5cc3b6d64eebf11599890b5357]

        convert sd/.../SlsSlotManager.hxx from String to OUString
        
        Change-Id: I5d526ebb84606ee32feaedd9998bbf8155acd441

2013-09-19  Noel Grandin  <noel@peralex.com>  [5cbfbad727f5411d869169be5f77b42e68d2cbc5]

        convert sd/.../ControlContainerDescriptor.hxx from String to OUString
        
        Change-Id: Ic165c4f40b2a84b69c3cf256b884fc6f5f12d982

2013-09-19  Noel Grandin  <noel@peralex.com>  [f9f99f4a8c3e43919cabd9b2cafc6843d5d1f21b]

        remove dead method definitions
        
        Change-Id: I2751c913bab397d49000bb3462a2f9265d09b32e

2013-09-19  Noel Grandin  <noel@peralex.com>  [f2a167c9272c18799eb486f8e94b78183c159402]

        convert sd/.../MasterPageContainer.hxx from String to OUString
        
        Change-Id: I88f8bcd6f6f447f3184beedee04b4aab1fddd41e

2013-09-19  Noel Grandin  <noel@peralex.com>  [856707082f2cc8dbd0476397f1c330c331cceb8e]

        convert sd/.../MasterPageDescriptor.hxx from String to OUString
        
        Change-Id: I4bb95e075c1946efd3f81aee044170ec2baabc7f

2013-09-19  Noel Grandin  <noel@peralex.com>  [9909daaa60d1b26bd97bb7c632b24239894a476f]

        convert sc/source/ui/inc/viewutil.hxx from String to OUString
        
        Change-Id: Ic7bc275a80bcbb6dd6b25eaaec2b8cebac90e822

2013-09-19  Noel Grandin  <noel@peralex.com>  [0ddb8a1c1bc4163a1aac4c59b1c59d10d4285407]

        convert sd/source/ui/inc/MasterPageObserver.hxx from String to OUString
        
        Change-Id: Ia1404ffaa94dc66ad0766b5dd714a2a72f966b74

2013-09-19  Noel Grandin  <noel@peralex.com>  [4eade0266f74eef910c916d46fbf186d4d499f52]

        convert sw/inc/EnhancedPDFExportHelper.hxx from String to OUString
        
        Change-Id: Ie786dda9dd0285037294067d0a9fad1abaebd530

2013-09-19  Noel Grandin  <noel@peralex.com>  [39ba0533e1ec827d1d1b5b58f47fb1035b91f015]

        convert sw/inc/IDocumentContentOperations.hxx from String to OUString
        
        Change-Id: I0ee1415b0ae8a0707faafd05f3b2f95200062614

2013-09-19  Noel Grandin  <noel@peralex.com>  [5397d7c21313e46c615a712f16db83a0f3f273da]

        remove dead definition
        
        Change-Id: I094240c0e15db555a339114e34edee3592872e82

2013-09-19  Noel Grandin  <noel@peralex.com>  [6b94f86ff981ca40b8ed65402ed167c4bc97a46a]

        convert sw/inc/ndarr.hxx from String to OUString
        
        Change-Id: I21446a34aed1c9fc7e64f085839b1012031ba1e2

2013-09-19  Noel Grandin  <noel@peralex.com>  [7287e9cba139f06a4ff53e10d7b8fdd30acad98c]

        convert sw/inc/swabstdlg.hxx from String to OUString
        
        Change-Id: I5bbababdc0ce9a8c09cb34ddf835a04152fcdacc

2013-09-19  Noel Grandin  <noel@peralex.com>  [8692fc43ac1fbac2c3a1b84051380461f50a790f]

        convert sw/inc/swunohelper.hxx from String to OUString
        
        and simplify GetFileListOfFolder to take a vector<OUString>
        instead of vector<OUString*>
        
        Change-Id: Ie2871bc01880c35b88d9e693a3d8d8c9b92055fb

2013-09-19  Noel Grandin  <noel@peralex.com>  [781751b37ca3657d21cc3f94eb6f66f4637e49e0]

        convert sw/inc/toxwrap.hxx from String to OUString
        
        Change-Id: I17b3a09921dd905c26b6138ba3babbd3ef3b69fe

2013-09-19  Noel Grandin  <noel@peralex.com>  [6eb770f9d6ded95f187d0509fb5a465868b07ad8]

        convert sw/inc/unoicrsrhelper.hxx from String to OUString
        
        Change-Id: Ic2b4f775b519cf56004e7d984dd333304237a9c3

2013-09-19  Noel Grandin  <noel@peralex.com>  [6644f69761c430ec8d63fd28f17704e8ece76426]

        remove dead definition
        
        Change-Id: I3869fc60d5b2fa216cade905563f43bf898bf127

2013-09-19  Noel Grandin  <noel@peralex.com>  [33526481788137d959f27ae32910127d1436c1a8]

        convert sw/inc/IDocumentRedlineAccess.hxx from String to OUString
        
        Change-Id: If3f918bba1571b99588d62148f7ac446d72de6c9

2013-09-19  Noel Grandin  <noel@peralex.com>  [ffc782c23cf5a0b32f42ab4877062966e154cb74]

        remove dead definitions
        
        Change-Id: I69d2df6cb0a7f994339972a23a913938307e5791

2013-09-19  Noel Grandin  <noel@peralex.com>  [3c38dd9bfec5752fa6486be355eca266db14bf66]

        convert sc/inc/externalrefmgr.hxx from String to OUString
        
        Change-Id: I71c755f05eb47e26193ae87cb2f9cd618cfaf13d

2013-09-19  Noel Grandin  <noel@peralex.com>  [4f684749432a9811e9d13d34a3f44143acb0f5b1]

        convert sc/inc/paramisc.hxx from String to OUString
        
        Change-Id: Ie712bd654c9aa1556757340bad6d720b9416b02c

2013-09-19  Noel Grandin  <noel@peralex.com>  [d1649c52fe915724d40bc8a9d1ce3ccb3916f3c7]

        convert sc/inc/servuno.hxx from String to OUString
        
        Change-Id: I199f60167d39b5e079fe429a3c787aad03a446ec

2013-09-19  Noel Grandin  <noel@peralex.com>  [d109f1660ec75e1253232dbf09d9cdc185b8386a]

        convert sc/source/core/inc/adiasync.hxx from String to OUString
        
        Change-Id: I801f66fda248a878b1f3d2b75568299178ca24b4

2013-09-19  Noel Grandin  <noel@peralex.com>  [6e6d442769cc47a84cd000a04af4d11cd7d27b51]

        convert sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx to OUString
        
        Change-Id: I486739779d2d229da12c6f6c042fee83f72c7103

2013-09-19  Noel Grandin  <noel@peralex.com>  [45706930efc24c25d2410201b705928636daad7e]

        convert sc/source/filter/xml/XMLCodeNameProvider.hxx from String to OUString
        
        Change-Id: I5969f12cf362df6976e9e5acca36b97ed8229a67

2013-09-19  Noel Grandin  <noel@peralex.com>  [b9272524d4c468be0834a764f6cfe8647381a1e5]

        convert sc/source/ui/inc/dbdocfun.hxx from String to OUString
        
        Change-Id: I67ef2f01779954040267933eb864aa6e500f5cb5

2013-09-19  Noel Grandin  <noel@peralex.com>  [174140b2bc8c2227032334b628c4ad4c74ce5f5a]

        remove dead TextLogger code
        
        there was no implementation of the TextLogger class
        
        Change-Id: Ie3def9c3100706fe6f9ee19ff044db303b2bab29

2013-09-19  Noel Grandin  <noel@peralex.com>  [82e995e4f98519e32279d93051209645517cd206]

        remove dead definition
        
        Change-Id: I5f25878acd7d755471be77709e5e40bdb74bab03

2013-09-19  Noel Grandin  <noel@peralex.com>  [2a77e758912f0f7bc9057fb240c1b3f5a2aad268]

        convert sd/source/ui/sidebar/DocumentHelper.hxx from String to OUString
        
        Change-Id: Iebb77569d4121233f509913f4f077d4737039bb3

2013-09-19  Noel Grandin  <noel@peralex.com>  [27db86559a7b744e122359bde5003de281693658]

        remove dead definition
        
        Change-Id: Ic18b956ee3e997f788502fc0ab060b142b62c968

2013-09-19  Noel Grandin  <noel@peralex.com>  [bad532dfd9cfd6c8a37d128c31f2916fdf290e1d]

        convert sd/source/ui/toolpanel/controls/DocumentHelper.hxx to OUString
        
        Change-Id: Ida144cac6d6f459531ddfe80c5b0c790df38dd5d

2013-09-19  Tor Lillqvist  <tml@collabora.com>  [19d7fd2c412e3c545a69b3fa801661743e4938bb]

        Sprinkle more boost_headers love
        
        Fix compilation errors when not using system boost. Might be more.
        
        It's sad that one has to micro-manage boost use like this.
        
        Change-Id: I3541789530fbdb0fb03e2b355144e63f8b031097

2013-09-19  Jan Holesovsky  <kendy@collabora.com>  [61afc9f057bda2e27d547a406caf582d00a80638]

        Revert "gcc-wrapper: warn on invalid path names."
        
        This reverts commit 5f0145818cba17558708ef731e2bcc6a0b92a9f7.
        
        Breaks the tinderboxes, I am afraid.

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [ca6a1d6fa6390a5392afbc9e41c65883906c67e8]

        Spurious reference to cppu InternalUnoApi
        
        Change-Id: I8d4adbbfd8b62e77b6e2bb0cdd3905785039287a

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [ca78613fa015c03ea2c554247924c165a7aa34e7]

        Unlike idlc, unoidl doesn't support out-of-range byte consts
        
        Change-Id: Ib1c98ea10a2d05e74a3aae9b2868a69c66efa543

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [dc331015a5620815ef9349e69816a7fd300158eb]

        Handle special case -(2^63) correctly
        
        Change-Id: Ia3d8931341b2d47ef76265d94410d83f51a068c0

2013-09-19  Stephan Bergmann  <sbergman@redhat.com>  [0395d4ba7b55736c53a53beb427ce750158e769f]

        typo
        
        Change-Id: I79660ddd3ec9f78452fa484b33a9720cbf8ddc80

2013-09-19  Miklos Vajna  <vmiklos@collabora.co.uk>  [82af305b558da6731e39f3a752598dcd1248324f]

        error: "ENABLE_ORCUS" is not defined
        
        Change-Id: Ie835d5ad83b2cc58f5243f41b31671bf13bafa75

2013-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [293413d13b620052bc795eef9387f0bd9a1846d7]

        Diable orcus on cygwin, OS X, iOS and Android by default.
        
        Change-Id: Ife2b2d00ba1439a10a61dca72a95e8cbcbd798eb

2013-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [05dd2fb998de7e66345d39b0d34e03c84fe22470]

        Disable all features that rely on orcus.
        
        Change-Id: I6dcf91491497cd9d3662adaeceb73b4b544a56c9

2013-09-18  Kohei Yoshida  <kohei.yoshida@collabora.com>  [02346aa4663055e1adf7c52ede89871a493f4513]

        Add the configure bits to support --disable-orcus.
        
        Change-Id: Ieeb1581187248875ca2e37278c62a382f6caa8e0

2013-09-19  Eike Rathke  <erack@redhat.com>  [90698b5f6721472ebcdda2bb7c34e7364c3da9eb]

        always sync after canonicalize
        
        Change-Id: I96936330f787d9256383f73e17983e4950579160

2013-09-18  Eike Rathke  <erack@redhat.com>  [9650bd951305211dcd84b04969654f672d8f63e4]

        sync from possible intermediate steps
        
        Change-Id: Ifeb670356184b1f613ad85705fded848072416b1

2013-09-18  Eike Rathke  <erack@redhat.com>  [0194900585b142d390ca7695c0730fdf37866f89]

        impl getBcp47() always resolves system
        
        Change-Id: Id052b5ed9ec47a2bf02b8707825fdcbbd64af186

2013-09-18  Eike Rathke  <erack@redhat.com>  [5bb3c27140c72b14c5832bf4ca171e026e4302a4]

        LANGTAGCAST is unnecessary now, we have lt_tag_t* encapsulated
        
        Change-Id: Ibe7b402dca2e71339ba77632ea1bc19b983a86f8

2013-09-18  Eike Rathke  <erack@redhat.com>  [31db11d7efba6f9ee77e9c1cd1f0e82ce9e8feee]

        changed to mpImpl
        
        first step to register locales
        
        Change-Id: I1a1f7b3f642cf892e91b17dd30c92a79129f184e

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [ecaadbf78794174c5f744b4982546901cb7fe8e8]

        There are two distinct InternalUnoApis in testtools
        
        Change-Id: Ie9663bfa522c0d2ee4f996c2f7d744aaf0600623

2013-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dba4e216c9d866699204af121f575829e64768d1]

        Remove null indicator for type checking. (firebird-sdbc)
        
        Change-Id: I3f693f5662f3022323c7ec726c9d7a506ce02185

2013-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [936cce1110233504307c9e95baafd1fe67d0fab1]

        Add some type checking to ResultSet.
        
        This is in preparation for complying with the API by allowing
        implicit type conversion.
        
        Change-Id: I5e52fdc2f3562f806d7f9fba5d558ece4bd182ac

2013-09-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e808cae99e009b1e1814b83ea2c34b09e25dc2cc]

        Clean up l10ntools xml parser.
        
        -Remove namespaces from header.
        -Remove unused members (dbgcnt)
        -Remove helpless methods (SetValue, copy ctr and operator,
        inherited but not overriden virtual functions)
        -Use prefixes for variables
        -Use const where it possible
        -Remove visual noise
        -Correct indentation
        
        Change-Id: I295be484dde157847cd16f260ec70d5cdb5b6fb4

2013-09-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ede828789aba55456471b137732856898135cd09]

        Use OString in xmlparse.cxx to avoid numerous srting conversion
        
        Plus:
        - Use macros instead of members.
        - Use const where it is usefull.
        
        Change-Id: I960f5dec29b5c17655055e1884bc4e7983359318

2013-09-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [db45382b09ee9645586f8153ab757d1a9fed87ef]

        xmlparse.cxx: Useless const variables
        
        Change-Id: Ia93f352a2e7069e910efcc1dc3810cc689fc18ac

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [983d285d751aa206b6c4aa52a10ff0d3e02a1d14]

        Fix documentation
        
        Change-Id: I0fa7a31ea783437632838ef82ee4d21c38f75698

2013-09-18  Julien Nabet  <serval2412@yahoo.fr>  [fe04f5b22ce182a7e1779a993c0f0a92d6a71dd1]

        sal_Bool -> bool
        
        Change-Id: I7429af4dc64ec6c69b6b9297779e51614362cf52

2013-09-18  Tor Lillqvist  <tml@collabora.com>  [9ea6b8f88441b15c8987176977c38b1393b81ae3]

        Still WaE: unsafe mix of type 'sal_Bool' and type 'const bool'
        
        Change-Id: I16cc5dc16f16d7718dcbda8cc279ae98a89cb751

2013-09-18  Tor Lillqvist  <tml@collabora.com>  [98b3ed32d53d9eaa8f7e16dc6afca0fc9d27bcd1]

        WaE: unsafe mix of type 'sal_Bool' and type 'const bool'
        
        Change-Id: I220868988af814c80c47fad9f8d43c30601d397b

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [83ea6bf0deb8c2450e5e8fbdac0194c30ba5ff85]

        DOCX export: XPath should allow checking for the number of returned nodes.
        
        This is to implement a test that <w:next> style is not exported for styles
        where the next style equals to the style itself [which comes with this commit
        too].
        
        Change-Id: I5fa9999cf7e741dc96f3538b7c1106e1add6b61e

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [c5c17b6a5f9d756ece6757159ee3be4494e9aca7]

        DOCX styles: Don't export <w:next> for styles that point to themselves.
        
        Change-Id: I3f877f9dc836686e91df70ff1e02e67ca25b4a84

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [a19bcc4c876b1f94c27e55c3813cfc878df3e377]

        DOCX styles: Unit test for the styleId's.
        
        Change-Id: I309a9c7ed0ad633ca58dce542d5fa2db883a17ec

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [e7f9230b6f841c6c366779f6d33686cfee78f6b9]

        DOCX styles: Uppercase styleId's starting with 'a' too ;-)
        
        Change-Id: I6249cd121b74caed1b20046049765b4a62d6c854

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [5d004e875653fa7d8632a25306ab7cf0726cbf40]

        There are two distinct InternalUnoApis in cppu/qa
        
        Change-Id: I59ab1a6086b1b70c52687c819cd53497fbd09675

2013-09-18  Michael Meeks  <michael.meeks@collabora.com>  [5f0145818cba17558708ef731e2bcc6a0b92a9f7]

        gcc-wrapper: warn on invalid path names.
        
        Change-Id: Ib057d519485da3a454bad579675ae718c42155eb

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [163975fd413be1751b8624f8724af441433039d4]

        convert SvxAutoCorrect::DoAutoCorrect to OUString
        
        which makes autocorrect in the editengine work again
        
        Change-Id: I97d56448e4abd6e563479ffee706b86cb04199ec

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [5b6dcac8dca72583e25213331bbadc5ec1973646]

        comparision of STRING_NOTFOUND to OUString::indexOf
        
        Change-Id: I5ad12b594143a3e9ab2399836d30e48deb656639

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [9bb1b4c5a1529a4cca09d0ed3e5325bf9310e814]

        don't access string out of bounds
        
        Change-Id: I1cee53bc864efaa4ae3b4462111cad4dc80e82be

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [8001d9f4fed8f32410128b180d881d1131317255]

        Replace binary type_references with human-readable .idl versions
        
        ...obtained from the old .rdb files via "unoidl-read --published".  This removes
        the need for update-rdb.sh.
        
        Change-Id: I73c0d026af7e27370602f83c61dfa76fc4d17a83

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [cbea5d30b99b93b2118f5c1a081740e5880f18c1]

        New unoidl-check tool to replace regcompare
        
        ...for checking compatibility with the reference rdbs.  unoidl-check is no
        longer based on the legacy registry format, but can process all the various new
        UNOIDL registry formats.  regcompare is still included in the SDK for now.
        
        (gb_UnoApi[Target]_set_reference_rdbfile now takes a non-empty sequence of rdb
        files, any necessary dependencies of the final rdf file preceding it just like
        it is required on the unoidl-check command line.  Also, executing the
        unoidl-check now properly depends on those rdb files.)
        
        TODO: unoidl-check is too conservative for now and flags some changes as
        incompatible that are not.
        
        Change-Id: I92e4c69403c5e3fcb31707c98c65a2f509592dd4

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [53d7f614d59a31fdaa8a31b1181e469de3e517af]

        Unpublished optional bases of published interfaces complicate things
        
        Change-Id: I206b623fcc3c9e04fc5336cb3704315c44fb83b8

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [73a1a54b7e2d1ed296d54af74922e291bf2607a7]

        Use boost::unordered_set instead of std::unordered_set.
        
        Change-Id: Ia4135d7a944aaffc97c78ae0ca73090ee4bdef44

2013-09-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7ef89c96cc27aee96ceb947c7b676d56b55cd7b5]

        Make the code of character border a bit robust
        
        Change-Id: I62a6c932745ee8ff5adeed00df808b62cbb9884f

2013-09-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [89093f50cd0b25f9789fc7023fee116a839fd3aa]

        Fix RTL character border
        
        Change-Id: I9cad3f7689e5badafb7fe2cd3f707e3f226c9725

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [e90982f5962968a0f334d232b3be54fcdb736e1d]

        Resolves: fdo#69444 cursor keys don't move between recent used docs
        
        because each item is identified by an id, but that isn't set on the recent used
        so it stays stuck on the first one.
        
        change the ctor of the base element to require an id to be passed to it and
        adjust all the good code and then use the index+1 of the recently used elements
        as the id.
        
        Change-Id: I1e5978ddedbd4718923ef72d67598158d5ba8ee7

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [e3172bbaa08e6a097b0503860b2f4c60e5cc23be]

        Some fixes of the generated .idl output
        
        Change-Id: I2d71e148f302ebfbf8d0fbfc74a7fb523b7bfcd4

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [01a17e01d2f262a01cc87bb26fa2cd4a58e7cb07]

        Revert inadvertent changes of binary offapi/type_reference/offapi.rdb
        
        ...from 6ea6a422fbb6279c6fc589e86603a6864273229d
        "s/wiki.services.openoffice.org/wiki.openoffice.org/g" which had caused that
        offapi.rdb to be broken and effectively empty, silently reducing the
        compatibility check against it to check nothing.
        
        Change-Id: Id35d9a7c0b848faf3a9d4458b63e1d5240817c7c

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [033d37baafe02fd9cfadab810742fcfccfbed3a9]

        Related: fdo#69444 unsigned arithmetic is a PITA
        
        Change-Id: I8662fc36476a2a029f6bab306306181359b3f688

2013-09-18  Miklos Vajna  <vmiklos@collabora.co.uk>  [2bd0be819d63588ff0ce6161005d26d313253f74]

        SwEditShell::_CopySelToDoc(): this copes "to" the doc, not "and" the doc
        
        Change-Id: I9d9368c72b6dbaac4f2205ad426449553b7f6ca6

2013-09-18  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [d86a72b64f208fe55f302d9fd8a7f578a4275bb8]

        fdo#69280 fixing comments toggle button position when local
        
        set to RTL language
        
        Change-Id: I0c133e3bbb6801f56e9ac0f508961bfa07a19523
        
        Conflicts:
        	svtools/source/control/ruler.cxx

2013-09-18  Tor Lillqvist  <tml@collabora.com>  [8312c88dd59baf5e7fa88f15abf7f91e8d33defc]

        WaE: may be used uninitialized
        
        Change-Id: I91fdbcb37efb002763204cd8a0fee9be26ffd6b4

2013-09-18  Prashant Pandey  <prashant3.yishu@gmail.com>  [f59c47fc1e79050d3342924e6173b0f4b6ddaf02]

        [Sidebar]: Fix the vague behaviour of color fill toolbox in Draw
        
        Currently, in 'Draw' when we make any object, say a rectangle and fill
        color inside it, then in the sidebar 'Fill and Controls', the color of
        the rectangle made is shown over the entire button. This is vague and
        the color is to be shown such that it is only filled inside the color-
        button appropriately.
        
        Change-Id: I31502a2931364d83569ff04f9ee8429bfe2225ad
        Reviewed-on: https://gerrit.libreoffice.org/5930
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [e47c7970a43d95a65f2a6d6942777314aea41bba]

        DOCX styles: Generate the styleIds similar ways as MSO does.
        
        Makes the id's nicer than the styleXY.
        
        Change-Id: Ica0da1404578f834a79f940bf31c93d25f842e7f

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [47fb53309cb8f5171431df6d49395880a3c034f2]

        Make the comments readable in the code.
        
        [And kill one unhelpful one - comments a removal of something.]
        
        Change-Id: Ia4229fe889aa0aae115e6ab9b6808e0f054bb199

2013-09-18  Jan Holesovsky  <kendy@collabora.com>  [33f6696f393363dc9c182dfc732f87465e5e53ea]

        DOCX styles: nFmtId is unused, kill it.
        
        Change-Id: Id54c1c9b5cdbfd502cc3ca6cb7a101a40b3b169b

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [d4edce3b72d585915516a0a27c4815a0d4996cfb]

        Resolves: fdo#69440 only ask for tabcontrol in builder dialogs
        
        Change-Id: I6001f8921f3b90283525355b0094c4377c42c663

2013-09-18  Caolán McNamara  <caolanm@redhat.com>  [2e93541d00f9d4aaa6ad2aeb35ee0c901d216cc0]

        Resolves: fdo#69220 crash in doc (ww6)
        
        Change-Id: I5a09d121a0b0342f28ba5d2d39027b27e9c9eba2

2013-09-18  Stephan Bergmann  <sbergman@redhat.com>  [65da01fa1d6e5da6c70694e6e494adc70c4b236a]

        -Wshadow
        
        Change-Id: I8299079b46be4ccb7070f5497d089166a953c939

2013-09-18  Tor Lillqvist  <tml@collabora.com>  [032944e08891736559434eac04600742fe57dbf0]

        Executable_unoidl-read needed only for DESKTOP platforms
        
        Change-Id: Id1edf4fcebfe0d839162adb442695e9ce39e3f75

2013-09-18  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [05b85c4b830174b8dd2141c7b71e69ff7243a4bf]

        Math: fix name's typo of Magenta color in sidebar
        
        Thanks a lot Gerry for noticing this!
        
        Change-Id: I24340e751b476e998ba64402719802aa244de00f
        Reviewed-on: https://gerrit.libreoffice.org/5986
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-18  Krisztian Pinter  <pin.terminator@gmail.com>  [74144e53a88d17305469f6b315a01f16fede8878]

        startcenter: Tweak Start Center layout
        
        Change-Id: Ia63acef184455f3d515f0da0a90a46d8318fbbe0
        Reviewed-on: https://gerrit.libreoffice.org/5901
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-18  Andras Timar  <andras.timar@collabora.com>  [125769a4a15cf6f4b9ef9d0e757ac55bd9e26509]

        Sign .msi/.msp files when build signing is enabled on Windows
        
        Change-Id: I927d78ae898596e6425b086f4d50fc4e1b9361c1

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [aa49a5fa0f7eed05665a83a0b2703c760ee24b6c]

        Missing include
        
        Change-Id: I93d35ca7b784fc6d1b228347053ef0f76904f039

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [b7ae5b5c92d6b02bb89cbd2d560a59b80a5015c2]

        Clean up includes
        
        Change-Id: I784ba245526f6fbf933ee485df1604e82980d931

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [ce09d2f07efdb9bfefe2c20515ebc3e1922a8c79]

        && vs. & typos
        
        Change-Id: I7475114158d64b8dbe64cd9d1de3415454c762f4

2013-09-17  Eike Rathke  <erack@redhat.com>  [19863a06d71996f82b2d7d32408b2b1830890a3a]

        added getNextOnTheFlyLanguage()
        
        Change-Id: I58eeab0076b5b77b533bf855d3879228fe653658

2013-09-17  Eike Rathke  <erack@redhat.com>  [af2abfe3547bf0bfdc52ea2e45a35bbc24342761]

        documentation and define on-the-fly ID ranges
        
        Change-Id: I7d42480b0e0d57634647a002c55bd0c3c968bb28

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [d87cb77b42b591b1333aacd60e107514d6e20864]

        Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/draw
        
        Change-Id: Ib904af4fac5659821ba3b5dbbf62370df8243001
        Reviewed-on: https://gerrit.libreoffice.org/5810
        Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>
        Tested-by: Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e95b076744da8911b2804501b418649a9147e3a9]

        fdo#63926: remove extra include paths in svtools/ and sfx2/
        
        Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e
        Reviewed-on: https://gerrit.libreoffice.org/5973
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-09-17  Matúš Kukan  <matus.kukan@gmail.com>  [b6fc0ac84ce68586393784713693cc6b658a2785]

        remove WITH_ACTIVEX_COMPONENT
        
        Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc

2013-09-17  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [f3464f5e0918152d8ff1552ed4932523990b2b79]

        no need for Library_regactivex in --disable-activex build
        
        as stated on Repository.mk
        
        Change-Id: Id88c9d1eae27754f10246004ac8d8ae6326ae143

2013-09-17  Tor Lillqvist  <tml@collabora.com>  [b94e46ca4950816e675d0c770d0113d6e3fc2ef8]

        If it is a set, don't call it a list, that just confuses the reader
        
        Change-Id: I1d80c2ee463a0253e7e3a84331106006316c1ea6

2013-09-17  Matúš Kukan  <matus.kukan@gmail.com>  [5522d9aebe53952805ab24b8ffee30df439daa40]

        do not copy invalid, merged libraries to instdir
        
        Change-Id: I7f8e12530344e23e9bc68510795e90640ea8fd43

2013-09-17  Matúš Kukan  <matus.kukan@gmail.com>  [b900b6ed25123cce890aa7ab4bdd59e35a6223a7]

        Revert "fix-linkoo.diff: Fix linkoo to work again."
        
        This reverts commit 904e5801aea86a79d6256fcbc3cfdba4535ca8a9.
        We don't use linkoo and SAL_ALLOW_LINKOO_SYMLINKS anymore.
        
        Conflicts:
        	sal/osl/unx/file_url.cxx
        
        Change-Id: I1a0211295afef79f72356677d9b3bc6c5211d496

2013-09-17  Matúš Kukan  <matus.kukan@gmail.com>  [9759bbde8939263fb308f7f8a7315354945f859b]

        Revert "warn if people havn't source the environment after linkoo"
        
        This reverts commit b0eeac20a1c1db422eaf152c353a4101cb200de9.
        Linkoo is now dead, whatever the problem was.
        
        Conflicts:
        	desktop/source/app/app.cxx
        
        Change-Id: Ic8fce7db9ac8b5e9661b2b767bfba9f7cdd84e9a

2013-09-17  Matúš Kukan  <matus.kukan@gmail.com>  [f5b840a3ee14a2086647596246d3491a58bf33bb]

        goodbye linkoo.. you have served well
        
        This commit:
        - removes linkoo and --disable-linkoo option
        - removes 'dev-update' make target
        - creates --disable-ooenv option
        - removes LD_LIBRARY_PATH and PATH settings in ooenv
        
        Change-Id: I9530558531e9cb58b8282754ec8a6c655f190480

2013-09-17  Lionel Elie Mamane  <lionel@mamane.lu>  [bb15aeb0bbd063e557f21c4edde03949c66173fd]

        fdo#40100 make function YEARFRAC comply with ODF Version 1.2
        
        example of wrong result:
         =YEARFRAC(DATE(2023;1;1);DATE(2024;1;1);1)
        Pretty much by definition, this should be exactly 1,
        but it currently returns slightly less.
        
        Change-Id: I5ebb2ecde49dfca8a6191d2a7c11b9581669f455

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [78dde8745e6fbc9ca73378d0ef093f3159d25d16]

        New unoidl-read tool to translate registries into readable .idl files
        
        Change-Id: Ibd6ce23d2698280105469fb75c4afa225dc237ee

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [3a576e36604dcd8027dc134febd6677af90ef237]

        Fix usage message
        
        Change-Id: I7d8b196d047b1e0075acdbf380a9b3ed750a7b90

2013-09-17  Eike Rathke  <erack@redhat.com>  [d8cc122981724d50c1285accba023f8dcf8d3b30]

        added "Uzbek Cyrillic"
        
        Change-Id: I9a542f09d9f09e25082eea1327722b0021a34d0c

2013-09-17  Eike Rathke  <erack@redhat.com>  [562ba963be28db0eb8dc3043db9e28319d1da1c8]

        USCRIPT_MONGOLIAN only for LANGUAGE_MONGOLIAN_MONGOLIAN
        
        Although LANGUAGE_MONGOLIAN and LANGUAGE_MONGOLIAN_MONGOLIAN have the
        same primary language they are of different scripts.
        
        Change-Id: If72bf51a339b8daa71dfd2f8cd97877c17bbe5f4

2013-09-17  Eike Rathke  <erack@redhat.com>  [ac60f166dae444618503d569d12823bc9a8c925a]

        "Mongolian Cyrillic" and "Mongolian Mongolian"
        
        Change-Id: I6b4e6ae9eb1c2c54b9b876b675344ced34315e29

2013-09-17  Eike Rathke  <erack@redhat.com>  [86cbe18a6143bf054c31f69dc97368dfdd3ad374]

        mn-Cyrl and mn-Mong
        
        Change-Id: I2a62bb4098e73058161f1808052556fdb86da81c

2013-09-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ddbcb6687722314b37cfda3170596ac7a4f69602]

        fdo#41833: fix visual cursor position after resizing
        
        SetOutputArea updates a cursor position, SetVisArea doesn't => call SetOutputArea
        after SetVisArea.
        
        Change-Id: Ie8f079cb3d567f759c84587a8072b98fab43588b

2013-09-17  Takeshi Abe  <tabe@fixedpoint.jp>  [2ef38f3739aff407f6cdfe4ea9c46591c18dd2f8]

        sal_Bool to bool
        
        Change-Id: I81767fda35b52e73bc78c07b660244a6808a0409

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [8ecda4405a1160ade824bfde72d10513cacb9b1a]

        pFontSubst is always NULL
        
        Change-Id: Ied4eda5b29e2df3fa9260bcf456b8dd360ffafcc

2013-09-17  Miklos Vajna  <vmiklos@collabora.co.uk>  [0fb4adcff534e3841cf6df0e2363fb0797af7022]

        fdo#37606 SwEditShell::DeleteSel(): handle document starting with a table
        
        If the whole document is selected and the document starts with a table,
        then we used to delete the contents of the document, except the starting
        table, which was just cleared. Change this and do what is expected:
        remove the table as well, so the document will have a single empty
        paragraph only.
        
        Change-Id: I47d3fab462e2a4149f6459d61e487fee8c5c30ed

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [7f76c90a982eb06396a96c32088bfd5de941516a]

        silence annoying warning
        
        Change-Id: I90c77df2ef8424ece5b8b37097d62bd5e8955616

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [98214397cd5fc10cdefd6ba9c36746532942709b]

        don't access string out of bounds
        
        Change-Id: I304b74270f73b9f94568edf2613e2581459cc4f9

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [7fff7c6aab15b3a7de3bf6056669ec217d41bb60]

        unfold this god-awful mess, logic unchanged
        
        Change-Id: Ib76617e3c500268dfe423b9947100f6ce7f0eaec

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [e2aa5ab249edaeb8e9e3603ba8ae09faea90122c]

        tweak AddTabPage to use the factory directly
        
        to facilitate easier .ui conversion
        
        Change-Id: Icee821b37c1fe1801937066f9defbff4a05fc9e2

2013-09-17  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [338ccf09e3d02dfd872464bb78c4e2d44aecf0b2]

        fdo#64455 Handle unknown color in color line
        
        Change-Id: Ice4205056cc64ae50bd3c8136aeae6f648adbd0b

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [ed9a82918b87e6c82ba4fbc3324e6aaf21784468]

        this SUPD is wrong since the .res stopped getting versioned
        
        Change-Id: I93e970902f4862fa895aa768cdcb72399a1997d8

2013-09-17  Lionel Elie Mamane  <lionel@mamane.lu>  [0e0f356136ef1e481810504c1c3920b49ec1532a]

        Updated core Project: help  fa2ebef5199a795f3f02a2888d6e7cac2c5d261c
        
        documentation for new UNO Date/Time/DateTime struct <-> Basic Time conversions
        
        Change-Id: I8679534affa1ac5ee22393189188ff1ac09aa0f5
        Reviewed-on: https://gerrit.libreoffice.org/5899
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-09-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [3f0c03aea689ef592810601c6b138ff52403e960]

        Updated core Project: help  dfce9aab714cf56ec272985dd9754aa6520a813e
        
        more illustrative example for TRIM function
        
        in old example function has no effect
        
        Change-Id: If0c0778d61569b37c091e6d1a3b96eea75b37285
        Reviewed-on: https://gerrit.libreoffice.org/5928
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-09-17  Eike Rathke  <erack@redhat.com>  [91a1e61ec6ad00b1ed91af47e2fde90b7365cc06]

        clearly it's enough to obtain the const array once
        
        Change-Id: I6d9ffef6b052012d09ff54d2a457e1314e6239ee

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [9d026b55cb93fd209a09d495acd56f316b3ac41b]

        drop unused hids
        
        Change-Id: I504e2abd967476f2346095fea23c8cd8fbf9ebfc

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [a17e638e58bf8e4eee9c01025a789f417eb6e738]

        Updated core Project: help  a84633cbbe1af244cf25fab8a5bd25b4acddd3d3

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [910bfc08e3e0cd03d3483fd38175852f8103543a]

        move uiconfig stuff into the same toplevel source dir
        
        Change-Id: I5cbb4d2cd367cb62af3d6ddde24e7e2d3598b75b

2013-09-17  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [2f7f7e7717075867080433ba09188a09830584ab]

        Convert tab order dialog to widget UI
        
        Change-Id: I2aebcf6486b80af31f1a06e9ae38e5610bee0cb4
        Reviewed-on: https://gerrit.libreoffice.org/5970
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [eae6c400109c91237ea5e7890f8d950ee0e52cbb]

        add a min-width-chars property to SvTreeListBox
        
        Change-Id: If6213ab630222d0d9483beea602ea9d54be2396c
        Reviewed-on: https://gerrit.libreoffice.org/5971
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-17  Stanislav Horacek  <stanislav.horacek@gmail.com>  [4af723397ec041f006ffce57f6347e669076e167]

        Updated core Project: help  f4fb073eb945af1070a0fe797eb81d7c3011489c
        
        fdo#60711 update chart object description
        
        Change-Id: Ie903e86e4903b74e9c5271f5bb2f5312815fd051
        Reviewed-on: https://gerrit.libreoffice.org/5947
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-09-17  Arnaud Versini  <arnaud.versini@libreoffice.org>  [0c47695fd3ee85b8c24d6969e3061ec23a0cfdc4]

        Fix fdo#69381 by skipping empty option groups
        
        Change-Id: Idaf0f0a3f5430a5aea6f77a003e205116a87cc67
        Reviewed-on: https://gerrit.libreoffice.org/5949
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [abe21b68fa7d384085a5e2788dcb32bba15025f1]

        I think the CWS-gfbfcfg dust has safely settled by now
        
        Change-Id: I23201c96fff514cf5eaaf69f9841d3ea6ade6070

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [cedb2fb971cafee49a2f545ea29aa2257e14de06]

        convert test email account settings to .ui
        
        Change-Id: I0582dc7e437382c5802acc45fa3da396e254e0a3

2013-09-17  Khaled Hosny  <khaledhosny@eglug.org>  [be55ed02c0cdc590c044491b9b8f7cc8bdddd3c4]

        Fix build with Bison 3
        
        The Bison 3 generated sources do not seem to define YYID, so our
        YYLLOC_DEFAULT definition was broken. No idea what any of this means,
        but sberg said I can safely remove the YYID usage, so if it kills your
        pet, you know whom to blame.
        
        Change-Id: I464564be941e0a49da264057923bf8e8e82d5ffd

2013-09-17  Tor Lillqvist  <tml@collabora.com>  [6fbf0762abf2947d2774d685414bd409361bc1fa]

        WaE: private field 'nWidth' is not used
        
        Change-Id: I855a92d55646eff1c79634a839726564bf973744

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [0cd21c2bedb2eacc3d0898046d43047bcc3ac1a9]

        drop intermediate Strings
        
        Change-Id: I7f730d4f5329525eda9f78514dcaa3788149d077

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [f2be92b68d936c6e9d5e8a96deb1580bcbf8c17f]

        remove OUStringHashCode in favor of OUStringHash
        
        (and as always if you find one, you can be sure there
        are 6 others in there when you grep for them)
        
        Change-Id: I9296ddbdda266c7b6d8a0ac0bc13ec5b6340cee7

2013-09-17  Caolán McNamara  <caolanm@redhat.com>  [dbf2273e45c8b134b1470ee6173ca260e2545fed]

        support gtk-stop generic label
        
        Change-Id: I1f17459dc57a1377c5c48412fcc81989cc69fccd

2013-09-17  Noel Grandin  <noel@peralex.com>  [b855e1ee655cbe3a359203c361326c25439e3cb5]

        convert sw/source/core/inc/SwPortionHandler.hxx from String to OUString
        
        Change-Id: Ide6562f7807f59fecbe3f8b3427342de3811f411

2013-09-17  Noel Grandin  <noel@peralex.com>  [8e877501dc903f83f420c4d69cf2661efbf14740]

        remove dead definition
        
        Change-Id: I0ecaf59fe669904eb700289b95866fc665b893d0

2013-09-17  Noel Grandin  <noel@peralex.com>  [a11990f8329f824e0fbe325a6527a925f0c14134]

        convert sw/source/core/inc/SwXMLBlockExport.hxx from String to OUString
        
        Change-Id: I157e560482af5d917fbd6878dd679993f1da4fca

2013-09-17  Noel Grandin  <noel@peralex.com>  [5b83b465f7618be1e5a935fe4e402e03af3c79e7]

        convert sw/source/core/inc/retrieveinputstreamconsumer.hxx to OUString
        
        Change-Id: Ia1c8f2d7a9bcad87767f3714514c40496e0c1e6b

2013-09-17  Noel Grandin  <noel@peralex.com>  [2a3177494de79e1dd3afad91288fc55883eba08b]

        remove some dead definitions
        
        Change-Id: Ic2bd700d54bca0d5390db74b32395aeba2d6d0cc

2013-09-17  Noel Grandin  <noel@peralex.com>  [b13645561aab5f335d95c9d77fbae1f82c632a0a]

        convert sw/source/core/inc/undoflystrattr.hxx from String to OUString
        
        Change-Id: Id3ee1677fa186a425cb3aba8886d9115f2c49504

2013-09-17  Noel Grandin  <noel@peralex.com>  [23a2f0d9b626eaa9c82b7d466bd23eb6d06f9c21]

        remove dead some definitions
        
        Change-Id: I221b3762215820a93352e9058e03fd91cac7d3a5

2013-09-17  Noel Grandin  <noel@peralex.com>  [6f2adb1a0421e626aa498cf722d7be573f287a11]

        convert basctl/source/inc/basobj.hxx from String to OUString
        
        Change-Id: Ied011ae19ef850826f52f4ebd5a22dba0caf5d2b

2013-09-17  Noel Grandin  <noel@peralex.com>  [90830788b1f8fd61ea86135712868aeda395edd0]

        convert the SvxAutoCorrect::FindIn* methods from String to OUString
        
        Change-Id: Ida2f39b75f73137a4164d95d7f1e9a6cd34a322f

2013-09-17  Noel Grandin  <noel@peralex.com>  [cb4e009c4539c535108021934e545194b35cad9d]

        convert GetText/PutText in SvxAutoCorrect from String to OUString
        
        Change-Id: Id3d2122d949a7ae940e908ee7c82e6f105b68f40

2013-09-17  Noel Grandin  <noel@peralex.com>  [d63c3f0cf88cb369721939b79825dd56d1cc97de]

        convert some more methods in SvxAutoCorrect to OUString
        
        Change-Id: I843784dbc63501cd533c19f7ed5151fbe8e48d83

2013-09-17  Noel Grandin  <noel@peralex.com>  [8b6f54fe37533f48933af7636afa98178862e001]

        convert fields in SvxAutoCorrect from String to OUString
        
        Change-Id: I2b62c782ad538fe12fb3104bcb687c26291e3a0b

2013-09-17  Noel Grandin  <noel@peralex.com>  [d559f1693a105b8b5e2a2f514b4b76ef158a685e]

        convert the auto-correction methods in SvxAutoCorrect to OUString
        
        Change-Id: I725d59ad2a4ac7b372cad4d599af1554c4c4b463

2013-09-17  Noel Grandin  <noel@peralex.com>  [41dec09ed3469d1e4dc53aeb7034a45bcff8e1e5]

        convert BASIC from String to OUString
        
        Change-Id: I4b046e4c460305acad29862341092af948639215

2013-09-17  Noel Grandin  <noel@peralex.com>  [e8ecf30ea61625c3397a635c5c409bbc004685bc]

        convert FRAMEWORK module from String to OUString
        
        Change-Id: Iafa6b5f213d37093e7e46065c9264c7bb7fae377

2013-09-17  Noel Grandin  <noel@peralex.com>  [1591130dc2b62e5fdec45274b1b06d63df0051b3]

        convert DRAWINGLAYER module from String to OUString
        
        Change-Id: I0856974cb9fe33418e3be0a5b977100be3bdce00

2013-09-17  Noel Grandin  <noel@peralex.com>  [abe49a84273f79b11f333136bedfc753d79bf306]

        convert CPPCANVAS module from String to OUString
        
        Change-Id: I12a219a50cc3a9b07c9852cc0d417f71797b9e15

2013-09-17  Noel Grandin  <noel@peralex.com>  [e6d91ff22428f909cf26b18599fdeb5e675c8228]

        convert ACCESSIBILITY module from String to OUString
        
        Change-Id: Ia4d2e1feef575cb911e981fbb8b6359755ab0dd9

2013-09-17  Noel Grandin  <noel@peralex.com>  [ee0d567ff0f6f94bfd93a82ef85befec067e0b35]

        convert SVTOOLS module from String to OUString
        
        Change-Id: I647e952769c79b95e11af778b07d64d3a6fbe226

2013-09-17  Noel Grandin  <noel@peralex.com>  [5eab9486c325a0d907f6fc382dceb5c47d336b65]

        convert TOOLKIT module from String to OUString
        
        Change-Id: Ibc5ffbffa0ddc6a80c3a95406b324cda09f7c9e1

2013-09-17  Noel Grandin  <noel@peralex.com>  [75be8fd665d1ded3bb71febfc81eb42a4d1b30e3]

        convert LINGUCOMPONENT module from String to OUString
        
        Change-Id: I1a47545127885f92e9fcdbf855ca60fbbef1395d

2013-09-17  Noel Grandin  <noel@peralex.com>  [5579f143039d001d903944e08326f13093494245]

        convert VCL from String to OUString
        
        Change-Id: Ia87d498f0875caa81d6ae85c505bae2d1da3c51c

2013-09-17  Noel Grandin  <noel@peralex.com>  [6941b7c8e4459e1c3e0213a8ad9e9e5d0d591c22]

        convert FILEACCESS module from String to OUString
        
        Change-Id: If3dd7564e2931691062ce209784aaab6eddc6d9e

2013-09-17  Noel Grandin  <noel@peralex.com>  [7865b9762da6d8b3c45cc08df1f3da3f3179b29f]

        convert DESKTOP module from String to OUString
        
        Change-Id: I5dc43849ace8edbab9e6308db80a70797f090c69

2013-09-17  Noel Grandin  <noel@peralex.com>  [73c560a63e66a24233e635d60b7a97356eebc1e4]

        convert IDL module from String to OUString
        
        Change-Id: Idf8e0e02ee2fde23959a281cc6ffa1a43ee7f239

2013-09-17  Noel Grandin  <noel@peralex.com>  [ed53efd9dba377a47765e2633163ca8714c81390]

        convert remains of filter module from String to OUString
        
        Change-Id: I87b1d2d944ba2b6e2e42adb2c948fff85ec021e1

2013-09-17  Noel Grandin  <noel@peralex.com>  [9d2016516b384e79fc0a80639ea4ae8356e5d98a]

        convert filter/source/flash/swfwriter.hxx from String to OUString
        
        Change-Id: I161a63399522cc92f833361195c2c86fdce18204

2013-09-17  Noel Grandin  <noel@peralex.com>  [da57d51f12e6f9c0e1eba262bfe727c414c5d7c9]

        convert filter/source/msfilter/eschesdo.hxx from String to OUString
        
        Change-Id: Ie92f645bb55f4d9eb477074a685023a6f5274357

2013-09-17  Noel Grandin  <noel@peralex.com>  [db4fb3b71657560fe4e2972bf8b9f0e509304d84]

        remove dead code
        
        Change-Id: Ibaa30ae983ddff4d7c9c1e9f95abf7b44124d07d

2013-09-17  Noel Grandin  <noel@peralex.com>  [baf80a0623de4edc37496d07a51979c1b98f96ec]

        convert filter/source/svg/svgwriter.hxx from String to OUString
        
        Change-Id: I60cc4a013bd7bb6cb3eadb163045577850d47b9b

2013-09-17  Noel Grandin  <noel@peralex.com>  [d4f46e00a8ad65307ec5ce85972a2e79b7f686be]

        convert filter/source/msfilter/rtfutil.hxx from String to OUString
        
        Change-Id: Ibcea731a84e9afb62c6ce0a0e6b70017e610dc45

2013-09-17  Noel Grandin  <noel@peralex.com>  [7f83faa795292333c1be6d99ed1b6eb305a066f9]

        convert the rest of the formula module from String to OUString
        
        Change-Id: I27ee0cf3e9f97e94234c5e32080bf102b4cf0dc9

2013-09-17  Noel Grandin  <noel@peralex.com>  [41df3400eeb720ea67320c149e10c15e76c52bcb]

        convert formula/source/ui/dlg/funcpage.hxx from String to OUString
        
        Change-Id: I024bd11e6326a1641a0e0b71eab3e8521e4d45bd

2013-09-17  Noel Grandin  <noel@peralex.com>  [ef4dfeffec41ce0b22fbaf2cb7868693ea9d7028]

        convert formula/source/ui/dlg/parawin.hxx from String to OUString
        
        Change-Id: I301a1e7201f8ad21dfa18f749f0f92eae90c1c36

2013-09-17  Noel Grandin  <noel@peralex.com>  [85eb736beea67cc5bf8cfc036ef08b8d6d85081d]

        convert the resust of include/formula/FormulaCompiler.hxx to OUString
        
        Change-Id: I7cbc371e90869c481a23450722a1a025b110b235

2013-09-17  Noel Grandin  <noel@peralex.com>  [7625372d553f7aebb84bdd41674b59497e2c3ccc]

        convert formula::OpCodeHashMap from String to OUString
        
        Change-Id: Iabf95a16cc4df3a612b90ed9e07f2216f72bb976

2013-09-17  Noel Grandin  <noel@peralex.com>  [c88ce9033beb6e9ea60c4c04c7f8a1b641c2927b]

        convert aCorrectedFormula in formula::FormulaCompiler to OUString
        
        Change-Id: I048ec33effc33e94943f5110d6a9a0937a1dfdfe

2013-09-17  Noel Grandin  <noel@peralex.com>  [8f23a3b0e2484fea4a85f4d5b961a718c71877a9]

        convert formula::FormulaCompiler::OpCodeMap from String to OUString
        
        ..and add some convenience methods
          sal_Unicode getSymbolChar
          sal_Unicode GetNativeSymbolChar
        since most call sites are only interested in the first char of
        the symbol.
        
        Change-Id: I6aeb43b055b849e71cb1f62c3efe79d6a4cc10bd

2013-09-17  Noel Grandin  <noel@peralex.com>  [12d44973d96f5cad4b99386c8a281f8427d304e4]

        convert aCorrectedSymbol in formula::FormulaCompiler from String to OUString
        
        Change-Id: I426b305fb8befffe0452e280d2097b6560843eef

2013-09-17  Noel Grandin  <noel@peralex.com>  [e42e0efe504b95b3b3127b437cdf40621d1dafd8]

        convert include/formula/IFunctionDescription.hxx from String to OUString
        
        Change-Id: Ie3d3a3a55b50fe0dcac6be70fcce01fa544c374f

2013-09-17  Noel Grandin  <noel@peralex.com>  [21842bbb4f36cdd41363f92e498c469097de523e]

        convert include/formula/formdata.hxx from String to OUString
        
        Change-Id: Ic5543744700a47e796178d664a710c1ea4faada0

2013-09-17  Noel Grandin  <noel@peralex.com>  [f733ca910026daa2232f2e2de3394bd36134dd78]

        convert include/formula/formula.hxx from String to OUString
        
        Change-Id: Id3c1dfa97805dfa3a1978cd264380d5ef4a2287a

2013-09-17  Noel Grandin  <noel@peralex.com>  [f32da852f535bdaa04617da4ec56a923b530c344]

        convert include/formula/formulahelper.hxx from String to OUString
        
        Change-Id: I4ab7595cecede03b4ad2a4b9dbe373e67c2912f4

2013-09-17  Julien Nabet  <serval2412@yahoo.fr>  [805738b0ee3504e34a0960fe82f092fb319f9fc9]

        -Werror=shadow
        
        Change-Id: Ia344d5a68118ba9896672ebbf4cccaf0511f8186

2013-09-17  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [6e7380da285f9b248de189e63e18718c7de450b0]

        add "complex text layout" for CTL option
        
        Change-Id: I0c9a0442bf617f397651ae0027c824d6f0709c14

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [14bc5fc0ec652650deb9a41505e97c3b4d3854b2]

        WIP: additional unoidl::Provider that directly reads a single .idl file
        
        Change-Id: Iab795a34a657cb36ced24a1a05f6c21a6c1637aa

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [6292bba6debaeb5c1bbbabfb77606296c894ec28]

        Rename SourceProvider -> SourceTreeProvider
        
        Change-Id: Ic864f9c6f3dbbe9f75bdae76818c00f62825182d

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [d11592ad8e21970e80f6a87a9ae43d380f1c3eef]

        Move full file parsing logic to sourceprovider-parser.y
        
        ...in preparation of SourceFile- vs. -TreeProvider.
        
        Change-Id: I4c8f37ade1ba26cb7b38f63211711613d1b98a73

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [65a1f81a70e4268801a09106df54fcb2497c6d7d]

        Detect reuse of module names for other entities
        
        Change-Id: Ifc8d95b4b15a7dd91195e6f727fdb7fa2a267be9

2013-09-17  Stephan Bergmann  <sbergman@redhat.com>  [04a002491b149bee6ba972e8288f867c791db19e]

        Fail for unkonwn entities
        
        Change-Id: I13d668e92ea762e9888f8c1c4615eccad6a1ff1b

2013-09-17  Eike Rathke  <erack@redhat.com>  [3ec486639befae454eebfd5b8f5dbc88aa357404]

        introduced putCopyOpCode() to handle copyFrom()
        
        ... and added bOverrideKnownBad handling
        
        Change-Id: I1b669771ec1aa0cdfa1c1bef0bcfccfad96fe727

2013-09-17  Eike Rathke  <erack@redhat.com>  [24726fe2de005fe9532487907f8867259f61260c]

        FILTERXML and WEBSERVICE were missing
        
        ... from RID_STRLIST_FUNCTION_NAMES_ENGLISH
        
        Change-Id: Ie8ef677ffb415d2a4dc29f703b80723e20e2a21a

2013-09-17  Eike Rathke  <erack@redhat.com>  [4fc4a3f2e5f82ed473fc6e9c22aa3fdf9178c6ff]

        better SAL_WARN_IF diagnostics
        
        Change-Id: I74fe8e145dda41466f21f20369681d6f1e5274df

2013-09-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [15968833d5f3b6b89029774b384f92ca115dfe2d]

        Prefer a 'for' loop to a 'while' one
        
        Change-Id: Ic3d36dbe1cf596d9eab3cc919bc2596f2e89a98c
        Reviewed-on: https://gerrit.libreoffice.org/5967
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-09-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [65e8e4c62afc1203f61fa8f0595b216ed0bbab3c]

        Remove two temporary variables
        
        Change-Id: Iaff9cea6038be51fdc7468bef4cd254af475a9d3
        Reviewed-on: https://gerrit.libreoffice.org/5966
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-09-16  Siqi LIU  <me@siqi.fr>  [a3abd12f1f20fed25f7719d613a8e287ec1e5e06]

        change setting bundle background to stay consistent
        
        Change-Id: Idf131349f91c949af57bdb79929f73b7a202ab93

2013-09-16  Siqi LIU  <me@siqi.fr>  [3cb55e0ff6cb0d86fb623ad16842a74c4af23718]

        retain timer running state when auto-start then didAppear
        
        Change-Id: I4b4b327643919a9a6266f51e3e0bc8791ad27fbe

2013-09-16  Julien Nabet  <serval2412@yahoo.fr>  [f499acb2af1d879c776987bdc2366acb5d5964e6]

        fdo#69091: Copying data from Base-table to Calc by drag and drop
        
        Depending on whether the data source is registered, either
        rDescriptor[svx::daDataSource]
        or
        rDescriptor[svx::daDatabaseLocation]
        will be filled in (and should be used).
        
        Luckily, ODataAccessDescriptor provides a utility
        function that will automatically return the one
        that is set. Use that instead of hardcoding svx::daDataSource.
        
        Thank you Lionel!
        
        Change-Id: I02673e7924c4323915dea579015326194c3f5077

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [7a8b337b54690c6962994da8646064665b3f2009]

        Updated core Project: help  397491d21c2c306e9913ca2672ee968153bdcffe

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [bc01ebe47c04228cf729a8f87af3efeab213dc3a]

        convert copy to (cc) dialog to .ui
        
        Change-Id: I1d5ef0410a0e3d325fb6cf42dad2c07eeb89a87a

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [902d4ded3b276ca3c0b4965bebede7c1efdc1a02]

        drop annoying empty (slide) entry in inset->envelope->format
        
        Change-Id: I87018c06e8aff15431a63ddf1d81299a233a7c0b

2013-09-16  Siqi LIU  <me@siqi.fr>  [2fbee32d3a384dc7035feb93cc216d20df7b4523]

        set default timer duration on first launch & bug fixes
        
        Change-Id: I70d45ea42c7142907345a61671d4f3b303410dd7

2013-09-16  Siqi LIU  <me@siqi.fr>  [839c5df887352651857067341632111dbe549d05]

        ad-hoc bug fixes to handle different notes format on Linux/OSX
        
        Change-Id: Ie7a229464fc51242291a87bf4a79c1c999a50124

2013-09-16  Eike Rathke  <erack@redhat.com>  [2e60a634ec8ce939ec9dc3df10f12cee84bd7c7e]

        deuglified for readability
        
        Change-Id: I81e09500dd8fe4e3af9fc2e9f623fb519635266d

2013-09-16  Eike Rathke  <erack@redhat.com>  [2f2ee162ac521b9ad90651429253b9bf569f1797]

        Revert "get rid of unnecessary warning"
        
        This reverts commit e5321437322fd812b93fee266af309e782479488.
        
        OpCode 0 (ocPush) was deliberately included in the assertion as it is
        never a mapping to a function or operator name.

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [19fd14a8ed09f1ab4c7bf9ae49df3131daea7d51]

        Correct use of && where only & makes sense
        
        Shows up as a warning from Clang: use of logical '&&' with constant operand
        
        I wonder how many cases we have where && is used instead of & but with both
        operands non-constant, thus not causing any warning?
        
        Change-Id: I8fbbcf9c08f54f8803a08a4e8c54d7bd873af800

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [0ff9244d8aa8ba46025d8ae9d2e0f83385793165]

        Clean up the unoidl Providers (no need to have them exported)
        
        Change-Id: I96b99e96b44f12b7ad7f376e4b3a68d7e9531643

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [69f08eda0bd999c827c76d3bf0b9c925b7eb25f7]

        Insert impastp4.cxx into impastpl.cxx
        
        Change-Id: Iccd059e2d09666775f8391a1ac2a074518a5c111

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [2770de8b66e2f2a628ad0b6b00a66002c26b3cd7]

        Insert impastp3.cxx into impastpl.cxx
        
        Change-Id: I8038a724d79a81ac5502f926f8b8f19e2a277e74

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [4b139b8d939376be2f6e5ca3568b0ec875a3f834]

        Insert impastp2.cxx into impastpl.cxx
        
        I guess "impastp" could stand for "IMPort AutoSTyle Pool" but no idea what the
        "l" means, I chose the name "impastpl.cxx" just to match "impastpl.hxx"
        
        Change-Id: I6e03df47f4782bfe5bd959d9b52f1fb666a3086f

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [e873440b49de8c9547e7c7029c3384372e2ba38a]

        Start of collecting the impastp*.cxx files into one
        
        Change-Id: Ibb4e2475efc7f70c08035184cddedfaf40b7ec25

2013-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [4b6445dba6bb5b2aed3edb4878ecb327446286e9]

        fdo#37606 SwWrtShell: fix select all when doc starts with table and cursor ...
        
        ... is outside that table
        
        Change-Id: Id61723a3b4c8265d822bccffe63b30038fcc5eab

2013-09-16  Jan Holesovsky  <kendy@collabora.com>  [ba511f8002a2da521f06c3a6a0c60aa6de79d170]

        Related bnc#819614: Set the position and name immediately.
        
        Change-Id: I4c1046040f52e261004df95125b53e42dc8fca4b

2013-09-16  Jan Holesovsky  <kendy@collabora.com>  [59373b753902f69cd44d183568b084429322e7ab]

        Related bnc#819614: The diagram is a group.
        
        It is not really desired to import diagrams broken into individual objects;
        makes trouble with the hieararchy, and also the user wants to see it as a
        group - can be ungrouped for modifications easily.
        
        Change-Id: I0533a69af9e377804bf0e06b2ce873fd0c9bde02

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [fc54915c461dc753866627bd52ea60b12b71a012]

        Replace reg2unoidl with unoidl-write
        
        ...that can also generate an .rdb containing a specific set of entities,
        intended to replace idlc (when reading directly from .idl source registries).
        
        Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [95e566b9a0df06d130e118181058273f034bcf2c]

        Resolves: fdo#67697 source formatting option list in autocorrect
        
        regression from 0513e10635c85fc1aa214948de4992d4b76d555c
        "fdo#49350 Speedup "OK" action of auto-correct dialog"
        
        Change-Id: Iede6063729433beb3ac50dbdb45230c1d774cea0

2013-09-16  Eike Rathke  <erack@redhat.com>  [0825d0cb76a84503d77d7e635947e1f4da7e299d]

        sal_Bool to bool
        
        Change-Id: Id32780e5cb565e85f0366a91282ce085ed7d2f3c

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [d6e9bb17675200e12777ed23d0c685fbd2bb4c59]

        Related: fdo#67730 label overlaps listbox and steals its click
        
        Change-Id: I9b803bb966916210495025e3811732224585c213

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [e2fc3ae88dafd13215019532845db76d726f151d]

        Related: fdo#67730 automatic turns the preview a blue color
        
        Change-Id: I31c9129472ab64bfda283bb766fad949acb96754

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [a80fb45fe4a260aea0876de86237e53b954fab20]

        Revert "WIP: add cppumaker -U to directly read from .idl files"
        
        This reverts commit c4113906d7f15f8aa0eb385a4caf474b3505ede1, which is not
        necessary after all with recent "Hook SourceProvider into unoidl::loadProvider."

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [348a03f3e47b89609ca3843b52da129df15e68f8]

        Hook SourceProvider into unoidl::loadProvider
        
        Change-Id: I0a499fd98a1008ced0efdeec3b10bff30df57c0e

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [342b1895d768dc633c3067df6618cd3567b72a6d]

        Resolves: fdo#67730 Preview colors on Smart Tags & Shadows are swapped
        
        Change-Id: I63916283c67b9acd79df96a48485dba6b25cf8cb

2013-09-16  Miklos Vajna  <vmiklos@collabora.co.uk>  [3b11e66ab89c201591d8be8f1ab1af1aba11a821]

        fdo#37606 SwWrtShell::SelAll(): initial support for doc starting with table
        
        SwWrtShell::SelAll() can now detect if the body text starts with a
        table, and if so, it explicitly selects the whole document, not just the
        first cell of the starting table.
        
        Also, SwCrsrShell::EndAction() now checks for this "select all and doc
        starts with table" situation, and if that's the case, it activates a
        special select all mode, so layout can act accordingly.
        
        Change-Id: I8d634fc76b656a7513f067d1ce70f1930bb62dd4

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [af450651f759600d15027adf1eb58054a8364444]

        use smaller up/down buttons
        
        Change-Id: Ie67d3a990de13b25016c8ce581fe1f1a0a1b6ed3

2013-09-16  Caolán McNamara  <caolanm@redhat.com>  [363446eb61de141deb1364805e0d7cd0e1f6d7fe]

        Resolves: fdo#69236 route size request to layout widget, not hard-coded value
        
        a) For the sidebar the sidebars automatically handle scrolling, but for the
        older panel the widgets has to do the scrolling so add scrolling parents to the
        .ui
        
        b) Fold the DialogListBox scrolling widget implementation into
        VclScrolledWindow and remove the duplication.
        
        Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834

2013-09-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6eb840cc540bb6f2efcebc0349a8e6e7ba074cd8]

        Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.
        
        Currently unit tests run in solver, the unorc in solver is simply
        copied from cppuhelper/source/unorc, which doesn't set
        URE_INTERNAL_JAVA_DIR, hence the jvm cannot be loaded in Unit tests.
        
        (For comparison the URE unorc in instdir is copied from ure/source/uno{rc,.ini}
        and contains the appropriate java paths.)
        
        (URE_INTERNAL_JAVA_CLASSPATH is not needed, at least currently.)
        
        Change-Id: I5911c9a22c92e0e20c98d0e51d5b14e020c8ec10
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, slightly modified

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [429042021590c80afb25ade833269635a24f2778]

        Make Java-based connectivity drivers work with jvmfwk "direct mode"
        
        ...so they work from CppunitTests (which make use of that "direct mode").
        
        Change-Id: I92b72fb708ac1868644111b208f92ac58610ed11

2013-09-16  Stephan Bergmann  <sbergman@redhat.com>  [a041f518afe083f997660eb8f809df7f20c30fed]

        Still copy jvmfwk support files to solver
        
        ...instead of only to instdir, as happened after
        2e47462d076364725875e770a91a7bb6bbbec2c1 "jvmfwk: install also into instdir," so
        that CppunitTests (which still run against solver) can use jvmfwk.  This will
        become moot when solver is eventually dropped.
        
        Change-Id: Ic2cdbf32e20a79f8cc6ac2088e4bc47dcd6f5cc5

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [9a07b739c896120ffa683536f9cbeb2c66e39b6c]

        Make the usage message even clearer
        
        I have to check it myself every time, I never remember which parameters are
        URLs and which plain pathnames.
        
        Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80

2013-09-16  Tor Lillqvist  <tml@collabora.com>  [a27d03a53b2e18a87a8c2be255d8592ee5e790de]

        Remove incorrect comments
        
        Change-Id: I3e9b82001f92edc6e697a976db635af31e16d769

2013-09-16  Laurent BP  <jumbo4444@yahoo.fr>  [f4d3954fc6106b3ae0ee16ab0fcde15d8cb945e3]

        fdo#39468 Translate German comments in itemwin.cxx
        
        Change-Id: Iee5b21c728071769335b7315d93b13fd8239f922

2013-09-15  Minh Ngo  <nlminhtl@gmail.com>  [adb759b304ff19dac3800d3fe007a863220e22ef]

        Avmedia/VLC: Adding soname back
        
        Change-Id: I02580d7bdc460f58769cd74d1713aad7c3004590

2013-09-15  Minh Ngo  <nlminhtl@gmail.com>  [bd8f84ceb36954496fd9f053436b0c4a8a5c38db]

        Avmedia/VLC: Falling back to gstreamer if libvlc is not found.
        
        Change-Id: I8d4e3cded0fc8c26a27505b5d51806bbcdeecc93

2013-09-15  Tor Lillqvist  <tml@collabora.com>  [8f7e45181de4e76256e0dfbb297e6dfdd957e894]

        WaE: unused parameters
        
        Change-Id: Ie0197bff8260f2f163537a3f9fd8fcf4988b1d91

2013-09-15  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [768c41469e5af7a27778b946c6865ebe3a6d5799]

        childs -> children (in comments)
        
        Change-Id: Ib91c2b0195f2db5c8a35997d5d07d3c04e9e69b7

2013-09-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f356fd26a10112cc3c475b224d1b5f7486253ed2]

        CharBrd 10: Some documentation
        
        Change-Id: I4c6c2cd4acf8ae4a759a662f92066ad63df74b3c

2013-09-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e37a33f5743ab8f3e31a919586842f6f8952d381]

        In some case character border merge is called twice
        
        Change-Id: I206b3a448b45c918070bb73074bea79e94231297

2013-09-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3da52a1f5783ee1fd6fe7f741920b0450305f1b6]

        Remove unused width members from BorderLine class
        
        Change-Id: Ibf86c21ab13a4dce4e43634b26dfe8b3cf9a5b72

2013-09-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [922e4ba2994c914a8b393723fbee28529abd8a6b]

        Use the shorter GetScaledWidth() method
        
        Change-Id: Id3ad483d3830310b8d13c86e407ff88d9a709464

2013-09-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1ae3638dbf82239ab3e64cbbc8ab34394a3fa1e2]

        Fix drawing of fine dashed border type
        
        On the Borders tab in the preview block (called User-defined area
        in help) fine dashed border is drawn as solid line.
        The problem is that 1 pixel gap is too small and painting
        can hadnle it so I doubled the numbers to get the same rate and
        get the rigth visual result.
        
        Change-Id: Ide037fa3f4f90b304dc53f5f806c2acd2194ec0c

2013-09-15  Minh Ngo  <nlminhtl@gmail.com>  [fdd3f483ccafd23603252e133d643141bc17ce65]

        Avmedia/VLC: Zooming 1:2, 2:1, 1:1
        
        Doesn't work nice yet :)
        
        Change-Id: I0fbdaea1cc64a94a9b63975b8b24c8d7e6251f6f

2013-09-15  Minh Ngo  <nlminhtl@gmail.com>  [e62092da17170faa93b61a3a2d7a7ce4b29cc1fc]

        Avmedia/VLC: Error handling & Fixing a bug with a zero duration.
        
        Change-Id: I45baeca91b9f5fc725164490b5880c9040acd679

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [fcc436bc62cfd8d14efe12391f5f58e7e1d7e594]

        use rtl::math::round for rounding, std:round is C++11
        
        Change-Id: Ibba1a3e712de56844be454a87a0bb65c26ae4fe1

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [b0c3f45becac49ae05bff2b694c3ffe906439979]

        include cmath
        
        Change-Id: I34fd87a7599884340adbf6e3ae7df321cfc85e23

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [2acfc0a94c95ae579aca6f057949f59bd7c123b9]

        cleanup ruler items (rulritem.hxx) - remove comments, identation
        
        Change-Id: I450ebe3ceab0acf03221970b33c8da4cbb2c6a52

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [4bc0d4ebe09756b044dc81a9adce1cb95ad9c3f8]

        remove CalcOrtho "redeclaration"
        
        Change-Id: I3a0d74e0232fedc8a3beabebadca45fa8ad841fb

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [13aedd1d0ec1ef4c5687c207eb1d9c986c1299d9]

        Save should encrypt OOXML document if it was loaded encrypted.
        
        Currently Agile encryption is not supported, so all documents
        loaded with "agile" encryption will be encrypted with "standard"
        encryption when they are saved afterwards.
        
        Change-Id: Id0477f43c00ed70032ca6b3390eebb1105d5ffa7

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [e0a43dff646515bbbcd2099b6fc095a7a89b84f9]

        Use vector instead of scoped_array to hold ruler items
        
        Change-Id: I51f8d1d22da5f869e9937813de9649fddae1ffda

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [b46079bb41591d9697339e8250d4ca7bf0930c0f]

        Fix ruler margin dragging in vertical mode
        
        Change-Id: I4727bbb304059859f3f5b4a96f834b41191c0bab

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [9d4cbae332c3741b76cd80a4b31c6e2bed4ccb66]

        ruler: Also show ticks below/above numbers in "negative" area
        
        Change-Id: I70d9f0409962be607eddac1b308d8cc44d2a7b7f

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [681f43274541fc4ab5e8c05739b0d74aa5f17be8]

        ruler: RTL fixes for indents in tables and columns
        
        Change-Id: I6c0a819e4a294fcf50c96a51bb9eea3ddef84c57

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [47a77d7dbc427e51421e2df8d59695834cb74980]

        Ruler: disable snapping, tooltips
        
        It is now possible to disable snapping of the ruler at dragging
        with holding the ALT key and coarse snapping with ALT+SHIFT key.
        
        Tooltips are shown when hovering over indents and borders.
        
        Change-Id: Ib1e9639e1e2824f2a75b5abd35765bbbd02c87f7

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [b44a8ddc26aa5010112a5bf1d93fcc99350b37f4]

        SvxColumnItem: indents, useless comments, clean-up
        
        Change-Id: Ib1eb99e9e43526422e7e90e72cdbdaaeed678955

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [fd132a42a563510a6626dafec61d26a5228b1177]

        ruler: cleanup ruler.hxx
        
        Change-Id: I837d224a1e1e1df2ef19d8cbfb8c5f87c3779ed5

2013-09-15  Tomaž Vajngerl  <quikee@gmail.com>  [a5a5a9720d3fb5059cb313ae57f19bb638725bd7]

        ruler: translate or clear comments in ruler.cxx
        
        Change-Id: I051e28d9241c17192b580c49fbec488be69f727b

2013-09-15  Julien Nabet  <serval2412@yahoo.fr>  [3f2c8032bfc9bb6c5f8d5be258858bee787ceb83]

        String -> OUString + avoid multiple concat
        
        Change-Id: I83f1475d804caf256ebc18a63d176c1127a7c0dc

2013-09-15  Artur Dryomov  <artur.dryomov@gmail.com>  [a5b4a547d55c23794f9b47cc194cfacab2e0e7d9]

        Fix possible timer duplicates.
        
        Change-Id: I070e36c4a82ca245a641e53466cdaf10dd01e95c

2013-09-15  Artur Dryomov  <artur.dryomov@gmail.com>  [10ca4e0b79725729bf866aba6ba99fd5cbee859e]

        Fix possible NPE.
        
        Well, try to fix them.
        
        Change-Id: I8f774d35a304367bbdd1778628a1224031355ed4

2013-09-15  Artur Dryomov  <artur.dryomov@gmail.com>  [57e171b3933b8afca1ae4cdd63b87486f18161ba]

        Change the computers fragment to be more simple.
        
        Change-Id: I8acddd744e11aa3c29ba281b321a4e02347a1823

2013-09-15  Artur Dryomov  <artur.dryomov@gmail.com>  [a703824aaf4d1446bf65881702ed8e343e2b8399]

        Change the connection fragment to be more simple.
        
        Change-Id: Ib9dcc70b87631cfdace00d5b9ba18f2cbdf0de2c

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [6aea4aacae0027ad57398e3e3148af6ffe20fc29]

        Avmedia/VLC: Switching window ID when changing a screen mode.
        
        Change-Id: I9ce6951690773b7b16b352a75c7a741442dcec20

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [6a9d3e7f57278bb0ab2f72d71000c76506f29394]

        Avmedia/VLC component code refactoring.
        
        Change-Id: Ibba5874e63356069d1af725d98980910dbaf8eb1

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [b3e0c8081dc89228653d70e12ecfe1397c70fde5]

        Replace empty slide preview with solid grey background.
        
        Change-Id: Ic6beec11b3d5bd86fa4722bd7bb8cb7cd69d8cf7

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [7dcbd06d018dd079878dec6318427aca36db0a0f]

        Add custom capitalized TextView.
        
        To provide visual compatibility for 2.3 devices.
        
        Change-Id: Ibdcc80a2f3d5a43dd8998153f2d872e564ec1c11

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [4c7ad3859a27ae5376a24dcfca291670b86e3367]

        Fix slide notes loading.
        
        * Allow dynamic loading.
        * Show notes only when they belong to the current slide.
        
        Change-Id: I30dd73c9a1c9ac8533b830d908276aa6234aa7ce

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [2436d8c9bc296d64a98c6b1bcbecb66d42f15aab]

        Fix another code style issues.
        
        Change-Id: Id76d17050b7fc2865a78b9a815a2f543e85e321f

2013-09-14  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [fff70bf98c7a5a63aa0db11e93a3512c6a9a9359]

        fdo#68790: fix build error on Win when system locale=="Japanese(Japan)"
        
        This patch modifies transex3.
        Modified transex3 outputs a file with BOM(if MergeMode is true).
        *.[hs]rc files with BOM avoid this problem.
        This problem is that MSVC interprets UTF-8 source code without BOM as
         local codepage when system locale is "Japanese(Japan)".
        
        Change-Id: I3e12499a91a954236f48e6d7e360d26c93d19ed6
        Reviewed-on: https://gerrit.libreoffice.org/5851
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Kohei Yoshida <libreoffice@kohei.us>
        Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [60486dda6be30ad0173feb06595f8de42d0efa16]

        Print debug strings by SAL_WARN
        
        Change-Id: Ie2406d569c8fb1532eb2f3014d8383d87a216c01

2013-09-14  Tor Lillqvist  <tml@collabora.com>  [900073fda33b0a31b30a9e61c58ee7b153444c75]

        Hack todo some benchmarking
        
        Not really for general use yet. Just a hack on top of test-bugzilla-files.py.
        
        Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [793eaa8b2610f7972c1c6717ba2ae430013080cf]

        Mute sound when grabbing a frame.
        
        Change-Id: I8190d6c9a93183d48076c95a7cd0b978a2954afb

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [5480482b74b91b5fb68bb364debd10c6e83b4e23]

        change up/down to just be images
        
        and add parent boxes to the toplevels and set their names
        so that we don't get warnings from the vcl builder
        
        and add a stub to glade
        
        and change a ComboBox to ComboBoxText so glade won't
        clobber its items
        
        Change-Id: I436736e96883b319b635fe87b539e829bc5595b8

2013-09-14  Stephan Bergmann  <sbergman@redhat.com>  [a382dad6afefdfc14b5d0c891ddbec149328de3d]

        Clean up Mac OS X .jnilibs
        
        Those .jnilibs that are not needed as .dylibs (this includes those that are also
        UNO components) are handled via RepositoryFixes.mk.  The remaining one,
        libjava_uno.jnilib is packaged as a symlink in instdir.  Everything else is not
        necessary and removed (including the venerable oddity macosx-create-bundle).
        
        Change-Id: I34a1801b0733cdff885c1c72db16fa631c5d82ef

2013-09-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1d0e18703523139e5fd6d11b6f3d72bb0b368036]

        fdo#68874: Highlighter icon doesn't change color if no text is selected
        
        the problem is that bChoiceFromPalette becomes false too early when StateChanged
        is called with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND_EXT (we don't handle it in the
        switch) and the following call with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND (which
        we actually want to handle) is no-op.
        
        Change-Id: I024f6a443535411648bda44576e838c3d863e7de

2013-09-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [501dc6c1debaac98d7f5375bfff80a4709172297]

        String->OUString
        
        Change-Id: Ic69c3372ebbcbd74e57082066221ee9ef0d49d22

2013-09-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cc750edbd7b80e570e307522392dbb2a8c0065cc]

        String->OUString
        
        Change-Id: Id1f2035979ab567020aa51e0368d3e77c4db007e

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [ce0ce2413d206908d60fa38c905f9da06f50be59]

        Fixing copying processes for wrapper components.
        
        Change-Id: Iae3f30d5754c3efac01d66f9d0d567874e44602d

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [1bb7981525c671ebe78263114fe4a454b7e0ae42]

        Media zoom for Avmedia/vlc
        
        Change-Id: I2870b3fbeaa6fbb623f21dfde9a33a6048c60b85

2013-09-14  Minh Ngo  <nlminhtl@gmail.com>  [6fe1efc01d6f9dc333a74a4e76e554b182651f60]

        Getting correct media file duration and time.
        
        Change-Id: I435175ad7b1f6576e501794ee87f334498000b4f

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [d03ec9f32d7a6331e6bc49cf54a54d15a1399638]

        really convert select address block to .ui
        
        Change-Id: Icfd77f2037a27f24fd796084509a1baa7734103b

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [6521201d164632c4a854cc90e4347f3b73e2d9c1]

        Updated core Project: help  b28f1c1eafe23a8106592aeef0dfe0e235eb0b9a

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [5167539b10478cdb14d6690147d440d99ea05e83]

        Related: fdo#38838 one UniString::Search variant now unused
        
        Change-Id: Id0b7b9bf53985f0692cd446a528274fb2009d33e

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [767a65d9dd11308cb8f1384f80a7aab8c7ff5a38]

        callcatcher: update unused code list
        
        No TriStateBoxes are loaded from .res files anymore.
        
        Change-Id: Ie897dc9a46a4e09e7fb1160a5bd4a65c63ba7979

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [addf8139b7672e3264515be6d0ce51cdf43754c9]

        convert select address block to .ui
        
        Change-Id: I5fc1d70e91b1b2ba48f749292feb474230082def

2013-09-14  Caolán McNamara  <caolanm@redhat.com>  [9995222d1141b326197a387cc7897b3971ce9e9a]

        make right click menu in tab headers checkboxes not radiobuttons
        
        Change-Id: I99d1edc18e2acb7ae0ea0c6397777ea0f00d81f9

2013-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b3483ab8750819a7fc717d0144423bf28693a709]

        sw: unused includes in ftnfrm
        
        Change-Id: I25c9516c3eaac91ba5371497fb48b5d1e296eb0d

2013-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [03efc3c2d04518482435d85ef548ac24c07aa39f]

        sw: unused includes in flypos
        
        Change-Id: Iaa5c502f29daee7d801cf217e6a25586fac33006

2013-09-14  Miklos Vajna  <vmiklos@collabora.co.uk>  [b2c668a62d8f74f153d3e300c37a6379082dc25a]

        sw: unused includes in flylay
        
        Change-Id: I45b8c171efa1b6f96edfbfaddf5b4881da5dda7b

2013-09-14  Julien Nabet  <serval2412@yahoo.fr>  [c4f5b1745c8317148752d47c0c5e90b216bb2832]

        Replace char[] by OUStringBuffer/OUString
        
        Change-Id: I233d067b3fcb93c80ab3c458b19b4f60680fe84b

2013-09-14  Julien Nabet  <serval2412@yahoo.fr>  [83ea64d4cf6603366cf4ff83c4cb37e2352cd589]

        cppcheck: reduce scope
        
        Change-Id: I4d74c6444e3816306cba8b731280bb90899f4ea7

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [f9bee0318cb3097e7d17c5b96b2b426ddafb658c]

        Change slide show operations related to its starting.
        
        Do not start a slide show when it is already started.
        
        Change-Id: I2cd1df48c07f60ddedb63f93973a0bda029bbd3f

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [06806b93f1474962f6780e108ae1e6654ab1da0d]

        Change searching message delay from 10 seconds to 3.
        
        Make it more friendly for users.
        
        Change-Id: Ie77643639d4b8a15c6e5a82070f8e01c8fa5025e

2013-09-14  Artur Dryomov  <artur.dryomov@gmail.com>  [8fe5b478267fc5d72ccdf6b6e1563be1cacc7ac3]

        Add checks before return server name.
        
        Try to avoid possible NPE.
        
        Change-Id: I7e89ac38251b0840c66e36f9e0284be2073424c3

2013-09-13  Eike Rathke  <erack@redhat.com>  [6f5094515dac8e8cfc90050e0691ad361acb0157]

        conditional SAL_WARN
        
        An attempt to import a language from fo:language is fine even if
        *:rfc-language-tag was already imported, just ignore this case instead
        of warning, warn only if Language!="qlt".
        
        Change-Id: I0f7ebc6964fe079c9f86ca19e98cfa56ec56398a

2013-09-14  Tor Lillqvist  <tml@collabora.com>  [eb35c23d03b5171736ea73de756bbc11e40c2a73]

        WaE: equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase [loplugin]
        
        rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii with string literal
        argument as call of rtl::OUString::equalsIgnoreAsciiCase [loplugin]
        
        Change-Id: Ia4dcbf6f5233a5aa91c609902da0a1037bcc3a48

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [ccedc240de2ed9f8fd6ea4ed4ae5f7def153130e]

        installer: put in a hack for MacOSX to find language pack files
        
        The files are in LibreOffice.app, are packaged in LibreOffice Language
        Pack.app and will then be copied into LibreOffice.app when the lang-pack
        is clicked by the user.
        
        This also neatly avoids having to deal with file names with spaces in
        make.
        
        Also, root directory is $(PRODUCTNAME).app which works with
        --disable-release-build too.
        
        Change-Id: Ie064831316d790b137022a1632721c62500a46a1

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [df52c9f477ba2801ed3535762cfa6e89ce9d6812]

        python3: fix the MacOSX build here too
        
        /usr/bin/install -s will invoke "xcrun strip", and there are a few
        hardocded install_name_tool left.
        
        Change-Id: I839af379320b4886c45a12c9a1d4fa88d2ef0059

2013-09-13  Eike Rathke  <erack@redhat.com>  [1ecd1985b1415ed95c472a45c010f8d1a9a99837]

        added 'en-GB-oed' for "English, OED spelling (UK)"
        
        Change-Id: Ia51a8503213997ea589f2df79552ef765ecfc748

2013-09-13  Eike Rathke  <erack@redhat.com>  [4fb405a4f5132ebfd2d72fe4fcd266608307d7de]

        copy and reset maCachedVariants
        
        Change-Id: I898ecf7d3122b5cdbdc9d0df5aa4ac88faa423f1

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [f4bfce94abc10fbd2d8b37113e27b36c1e79fc61]

        select sheet menu as a right-click popup to the prev/next sheet dingus
        
        Change-Id: Ifc9baeabedeab526d040220e9e45f171b5353bcf

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [d90fa3890d18ca554ec48cb78fcc7bf410dabb85]

        nss: nmedit is apparently also affected by xcrun...
        
        ...but it's the only use of that tool apparently (hoping that libtool
        merely checks for it for decorative purposes) so perhaps we can do
        without another config_host.mk variable...
        
        Change-Id: I2a0dec4c01dc8ad3327b34a99c807705fedcdd00

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [134d64ca81bb6c93fd800a13256951ad6979dbab]

        vcl: unbreak WNT build
        
        Change-Id: I000824e86f40ce20af2d254dc848b51321602760

2013-09-13  Eike Rathke  <erack@redhat.com>  [29f0318e273875cb589cc06f6e3802f90ce88a6d]

        added description of changes to helpcontent2
        
        Change-Id: I124e913160e2841bfaab5112395d4a76d761a0d4

2013-09-13  Tor Lillqvist  <tml@collabora.com>  [d042e96658efb9c842681aa5dc769acbbafd11b8]

        For fun, handle --enable-64-bit for iOS, too
        
        Change-Id: I745d51c5b8f4296c00ae1b652b42a311d89a0ed9

2013-09-13  Tor Lillqvist  <tml@collabora.com>  [3bd926eeef1346c8ed052883ecd2d3828c58e6d5]

        If we have strlcat(), we have strlcat(), no need to declare it
        
        The system strlcat() might be some clever built-in or macro thing
        anyway, and having a bogus duplicate declaration can cause
        problems. And does, in the iOS 7 SDK.
        
        Change-Id: I0aed0ad0f7b96c1c887ed928a2c07fc99bd703f7

2013-09-13  Tor Lillqvist  <tml@collabora.com>  [bf57f81bece64052f1fb232beac2b3f842d4a0d2]

        Use consistent indentation
        
        Change-Id: I2989e2aea344a7079a6da158ca318c3496c813ff

2013-09-13  Eike Rathke  <erack@redhat.com>  [23fe3c489f4a0c1474c7aef5fe4916ee18999f17]

        Updated core Project: help  c072ef65d773a788a30efd0453a92ed3f558a30c

2013-09-13  Tor Lillqvist  <tml@collabora.com>  [e6f374189eede7819585292f5082ede3141bdac3]

        Bin unused MAX_CACHE_SIZE
        
        Change-Id: I00e04ba603da8b07d53a9e23134fa01ea1ab3f0b

2013-09-13  Eike Rathke  <erack@redhat.com>  [bdbe33b30691af92645bc3bc05886eaeec0f1460]

        Updated core Project: help  f0beeb7af869bbc527613d0c300e80549f7723ec

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [79fc9b92500b9fe2ec25e4fea0cc7ee0e182ec43]

        configure: also cure nm's malformed object disease
        
        Change-Id: Idedefb7bdd37ba2039112707510afc030718e281

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [4956d0667d1e399007e088a0ea2079c20482e567]

        configure: ensure that install_name_tool matches the toolchain...
        
        ... used to build, since otherwise it'll break with "malformed object"
        errors.  Alo replace now unused XCRUN variable.
        
        Change-Id: I58a20c34f903b7a7acb46597d94243389e6b3842

2013-09-13  Katarina Behrens  <bubli@bubli.org>  [3750deae3e2d8fcf8bcf795fe327e1da370a2c4d]

        Avoid crash when a comment contains data, but no text
        
        calling back() on empty vector results in undef behaviour
        
        Crash originally reported here:
        http://lists.freedesktop.org/archives/libreoffice/2013-September/055827.html
        
        Change-Id: Ibefdc7e2495fc31d748c16fedd3cee5eb957bfa2

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [d52182d364a271fa21df2f2dd96cd79ff7a38836]

        argh /me stupid
        
        Change-Id: If77e1165efec7e8ef008beaeb4e6d17997ee416c

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [191cf11529ddd0efa3862aac309501b0ef9b9765]

        configure: find MacOSX SDKs in /Applications/Xcode.app/Contents/Developer
        
        ... and also export DEVELOPER_DIR so that xcrun returns CC and CXX
        values that match each other and the found SDK too, which was not
        previously the case on oddly set up machines with multiple SDKs.
        
        Change-Id: Iaed362b369b558b706926f1d15d170db580a4724

2013-09-13  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [6fc6494aa9fea0b47fbf048998d7bd412ef478b1]

        Using macro expansion function for the remaining config entries.
        
        Macro Expansion function is used in 'CustomAnimationPreset.cxx'
        & 'TransitionPreset.cxx' to avoid code redundancy.Also appropriate
        changes are to made to 'getExpandedFilePath' function.
        
        Change-Id: I6b6ae068db3499fe2de2e78a884f9e0737577651
        Reviewed-on: https://gerrit.libreoffice.org/5910
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [8b3cbc71151cf91a97e4c4340430876c8d02d030]

        Related: fdo#38838 remove UniString::ToLowerAscii
        
        Change-Id: Iecb8104ea2891d5229e3ecace54e12287d9b0ac6

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [0a5f063797d39913536a690cda9426ba20300b73]

        ResId rResId -> ResId& rResId
        
        Change-Id: If2a5ce7d9163c9ef1862850ec3b89a5e600e9636

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [fac03549291004a3ab64a0618a7119e2cc906409]

        translate german comments in sqlbison.y
        
        Change-Id: Ic573e5ae63fdfb3d4ff79eb6d81fe0f4b058d582

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [04e92a626ee01340bc8308566753719274b99edf]

        fix Apple g++ 4.2.1 unused function warning in sqlbison.y
        
        Change-Id: Icc55a6b485341e3be0d3e96f51f41a2bba1629c1

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [3ca5b83368a82f0798f3e1122264d9788ac7300e]

        fix Apple g++ 4.2.1 warning in DBTypeConversion::toDateTime
        
        Change-Id: I467494c1731999c50883f96301b00a3dc1282c73

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [1f7ee569ce0cb1de6c8caad27fe85e770bded391]

        gbuild: add missing directory dependencies for Obj{C,Cxx}Object
        
        Change-Id: Ifafcbe6ed88a2cc18ecb1ff123adf974e10e5187

2013-09-13  Michael Stahl  <mstahl@redhat.com>  [3988a308ef9212a3fe21ddb4699121a04715d15c]

        gbuild: fix rule for gb_ObjCxxObject_get_dep_target
        
        The typo causes spurious re-builds and error messages about the
        dep-target.
        
        Change-Id: Ia8bc236759c7ef13f81fe91c88f467d6e507bf29

2013-09-13  Thomas Arnhold  <thomas@arnhold.org>  [91c5143087b8da37a050b4e54d8b665396bf2d13]

        String to OUString
        
        Change-Id: I14d6a7e4a53e65070357a2a5ceab3b25498a9fd4
        Reviewed-on: https://gerrit.libreoffice.org/5933
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-13  Thomas Arnhold  <thomas@arnhold.org>  [3e55e00662b50b02c289ca4a1d94d4306bd8c86b]

        String to OUString
        
        This removes nearly all ToLowerAscii() calls.
        
        Conflicts:
        	linguistic/source/convdic.cxx
        	linguistic/source/convdiclist.cxx
        	linguistic/source/dlistimp.cxx
        	sc/source/filter/html/htmlexp.cxx
        
        Change-Id: Iddcaacfb7383e1df3d2f13751a3c788eba953fdd
        Reviewed-on: https://gerrit.libreoffice.org/5895
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [06bdd144eaf504b87cc918c4debf76bdeadea735]

        really drop unused help id
        
        Change-Id: I3a2f1ff990495c818a07e7c5b1d1ed509273f286

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [84019b0f7bbc67ab947ed22f87108bcf7d10b1b5]

        unused help id
        
        Change-Id: If1b4125fa0757fdcdff5466bf9b99791c930ffa6

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [d85aec9ecd201a5c498a4346f3876b0b1ee8ac09]

        Updated core Project: help  cff95cb4ac050718c0ac7c9e37c5946ce4467c95

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [9ae66a0d996311fa7c53274b31fc5159f9422701]

        convert edit address block dialog to .ui
        
        this one nearly killed me
        
        Change-Id: I51f14017940a275cca33dacf6f42438da43f46bc

2013-09-13  Caolán McNamara  <caolanm@redhat.com>  [e8fb216a99f6061dcb63557a1ae8de5f8b589344]

        support accepts-tab property
        
        Change-Id: I8c071dd76e9ea84ee9aaf9cdd06b2103df4fd789

2013-09-13  Lionel Elie Mamane  <lionel@mamane.lu>  [be3e037b38be4c6bd821bc5261dcd85f18196214]

        setting a table name on an expression/function call makes no sense
        
        Change-Id: Id30805f09bc359c6f66d87f050427c0e586ec93d

2013-09-13  Lionel Elie Mamane  <lionel@mamane.lu>  [974d73d219e344350522f8c3da8c38cda6ddbd4d]

        remove an arbitrary level of nested parentheses
        
        not only one.
        
        Change-Id: I1f611dda6a98fb6244409c0cd1fc87fc9dfaa8c3

2013-09-13  Lionel Elie Mamane  <lionel@mamane.lu>  [7b4b3ad8c6f84177247f4e88c10b5473b8a9c39a]

        Don't clobber argument on failure
        
        Change-Id: I709305d4ec3c37d3fc1c2c911551174f8cfbb883

2013-09-13  Lionel Elie Mamane  <lionel@mamane.lu>  [6a1ad344a8100b7fe807383356128aa8ee82b6d5]

        fdo#69147 report sort columns are RESULT columns
        
        as opposed to table columns or other expressions.
        So it makes no sense to slap a table name on them.
        Notwithstanding HSQLDB 1.8 (our embedded database) bugs.
        
        Change-Id: Ib5d0b1479e29b9efeafca9ebc2eb7ed8e0f42b79

2013-09-13  Tomaž Vajngerl  <quikee@gmail.com>  [2defeda9f061e7b1b8e94191e48b17e112761bb5]

        Numeric fileds: round to the nearest spin value on spin up/down
        
        Change-Id: I8660ae764c7dd51b8d780929effe895243e4fc4c

2013-09-13  Noel Power  <noel.power@suse.com>  [751e238c78247bec81c1c7c50bc4758b1faea151]

        fix for fdo#69173 crasher
        
        the layout changes for the basic IDE ( for the object browser and object
        catalog ) seem flacky, I have seen since those changes have been introduced
        some strange ( but random ) behaviour ( like the odd unrepeatable core ( maybe
        related to this ) and also sometimes Modules appearing in the tree under the
        wrong nodes etc. I'm no expert in the basic IDE code but this patch seems to
        fix the problem.
        However there is one drawback, in the core inducing scenario the tree view
        ( object catalog ) dissappears, this is because the patch suppresses the
        problematic layout in this case ( as the layout seem not to be currently able
        to deal with 'no-existent' (recently) deleted current window )
        Probably in this scenario a fallback currentwin (instead of nil) could be set
        this would behave better but ideally. Ultimately the layout class should
        probably be modified ( possibly redesigned )
        
        Change-Id: I9d1e23bd6fc4aae32aa78da8278c318f7051136a

2013-09-13  Stephan Bergmann  <sbergman@redhat.com>  [645c97d116c9d930c06297bdc292c52ac412fce9]

        Fix visibility for --enable-64-bit
        
        ...post 68e2a4e41d6e81a6e95a296d775c9ac8f5c97e8b "Revert 'Visibility doesn't
        seem to work as we want in Apple's Clang.'"
        
        Quoting <https://developer.apple.com/library/mac/documentation/developertools/
        Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html> section "Symbol
        Visibility and Objective-C:"  "When building for x86_64 OS X or for iOS, symbol
        visibility /does/ affect objective-C classes.  [...]  This means that if a given
        class is intended to be usable outside the library or executable it's defined
        in, you need to ensure proper symbol visibility."
        
        The chosen syntax works at least with both --en/disable-64-bit "experimental"
        (Clang-based) builds on OS X 10.8.  Hopefully, it also works for baseline
        builds.  (Also, it could be that a more fine grained use of
        SAL_DLLPUBLIC_EXPORT/SAL_DLLPRIVATE would be useful, but with the current setup
        at least linking of Library_vcl against Library_AppleRemote works.)
        
        Change-Id: Iff4fe9e50d1400c83879f62fe29b35bd19d58eb8

2013-09-13  Miklos Vajna  <vmiklos@collabora.co.uk>  [91efe73bb00855edb75d57e964eaf1e89a5f5935]

        SwFrm::dumpAsXml: dump cursor positions as well
        
        Change-Id: Icd832483228812cf3c8ddff3c0d56090f3b17856

2013-09-13  Miguel Gomez  <magomez@igalia.com>  [114eef57b5f5dd2936d528588bfd80a970845bb5]

        fdo#64491: Added functionality to export SmartArt diagrams
        
        When exporting a Frame that contains an eDrawing, check whether it's
        a diagram and export it properly if so.
        
        Exporting the diagram means adding the relations for the four
        mandatory files (data, layout, quickStyle and colors), and the
        optional one (drawing), and also writing those from the imported
        XDocuments to the respective files.
        
        If the drawing file exists, the data XDocument must be updated before
        writing it to disk, as it contains a reference to the drawing file
        that must be updated with the new relation id.
        
        With this change, the files saved to docx that contain SmartArt will
        be properly opened by MS Word without data loss.
        LibreOffice won't be able to properly open saved files though, as
        it requires the theme file to be present, and it's not being
        exported yet. This is planned to be fixed in an upcoming patch.
        
        Change-Id: If69ca9815dd076597a37937fe2af8ed4d1c7acc5
        Reviewed-on: https://gerrit.libreoffice.org/5896
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-13  Siqi LIU  <me@siqi.fr>  [85430e411ca4b6a1f6a2f56bfb60138446172904]

        stick menu button to right lower corner
        
        Change-Id: I8484be77353b288b6dfaa0d86fa4b325fd1187a5

2013-09-13  Siqi LIU  <me@siqi.fr>  [e2025037fafb8a42dd8a2b92f4d627b01a096a49]

        libreoffice_logo used in about page, identical to the one used in android
        
        Change-Id: Ie3e2f6c9d1b8ff75b8450e8c377073821d0f1b37

2013-09-13  Siqi LIU  <me@siqi.fr>  [7bf6e4174617098f147ba6ca4d717c792d22dc21]

        licenses
        
        Change-Id: Ib9a706a7ecb20bbee283e566f94fd22d412027e7

2013-09-13  Siqi LIU  <me@siqi.fr>  [598615ab9ac8768b7bd323f1125c73ad0f6d62d5]

        countdown timer for iPad & license page
        
        Change-Id: I516a4e9da4e670f0fdbbfa0f793ccfb308189534

2013-09-13  Siqi LIU  <me@siqi.fr>  [1a412370ab03af8f3865ccbfaaa8dcff1d0ac0ad]

        auto scroll to default time widget fix
        
        Change-Id: Ib71adb544c02b764fe85b2fd32fda2097efc41d0

2013-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [24f277a4ad53a8655902d5fb3aab05643d90f57e]

        Do not use int64 litteral without the proper wrapping
        
        Change-Id: I879a47720f337b57038ac3207cb466aa42d0beeb

2013-09-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [c86b1a5c352df806166fc674fb3b85d334e4cb55]

        Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.
        
        Because mtvelements.hxx is very slow to parse by the compiler, and
        cellvalue.hxx is included everywhere. Hopefully this will speed up the
        compilation time of sc...
        
        Change-Id: Ic9a9b8483c8325e4a91021f071f2391db8b57806

2013-09-13  Artur Dryomov  <artur.dryomov@gmail.com>  [14a25b343d98d7a4ebf9b6c03b09d1882c71d0b1]

        Fix minor style issues.
        
        Change-Id: I6c7cfd8c1e0d88ad99f5e2ca15758eab033ec50c

2013-09-13  Artur Dryomov  <artur.dryomov@gmail.com>  [dd887afe211fa85bcbc49541d3772d167ebbae48]

        Move the service binder to a static inner class.
        
        Should help to avoid potential memory leaks.
        
        Change-Id: Ic9518af17d818eb439358cb86afa03e80ab9799e

2013-09-13  Artur Dryomov  <artur.dryomov@gmail.com>  [ec49173e3a566b0b29f4571c2bf44afb0a2a080e]

        Fix deadlocks while connecting.
        
        Replace an events loop at the communication service with single-shot
        connection workers. This should help to avoid deadlock behaviour in situations
        when user quits the connection to one server and tries to connect to another
        one. The events loop required synchronization blocks which cause ANR in
        the situation described above.
        
        Change the server connection interface to contain a connecting stage
        in a separate method. This is more just-in-case measure for situations
        when the connection constructor shouldn't be blocking.
        
        Change-Id: I941a4b67d965f6b1f76bc9975818e82aea12bf00

2013-09-13  Prashant Pandey  <prashant3.yishu@gmail.com>  [16ea2dc1f572d698923c770a2a58f7ab402d1298]

        Sidebar: Correcting anomalous mouse behaviour while resizing
        
        Currently, when the sidebar is showing, and we hold the handle to make
        it wider/narrower, if we move the mouse much to the left (so that it
        can't become any wider), and now move mouse pointer to the right (while
        still holding the handle), it immediately begins to shrink.
        
        Ideally how it should behave when we move the mouse much to the left is
        that- the sidebar should begin shrinking once we have the mouse pointer
        over the handle again and not immediately.
        
        Change-Id: Id17dc19e6e1ad02fb7879ace9a2e092ac0128693

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [14e7a290dab7fead66ef6ff7f94c6a425d80ceb6]

        Resolves: fdo#34987 skip autoheight reset if it will be set to the same value
        
        Triggered by aa9af08b389a106fcfb53842ac7669b208a27205 which explicitly sets
        rSet.Put( SdrTextAutoGrowHeightItem(FALSE) ); so there is something set on the
        style which is being overwritten.
        
        The code here resets the style to the default of "true" before going on to set
        it to the explicit "false" again. In that window of time the master shapes
        listen to the property change, on being set to autoheight they resize and on
        being unset, they remain stuck on their autoheight calculated size.
        
        Change-Id: I567a791b2bbbcb3a1a111633fabf509142984645
        Reviewed-on: https://gerrit.libreoffice.org/5887
        Reviewed-by: mhofmann <borim7@web.de>
        Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
        Tested-by: Thorsten Behrens <thb@documentfoundation.org>

2013-09-12  Julien Nabet  <serval2412@yahoo.fr>  [c0e93c4f69faaf7ef566791f1f62fb3b64dc3bfa]

        cppcheck: fix Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7495f86cb35b6f712cfb7d603f022f6f6c407266

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0992fbe72b8bf5e228d236f42ae64a27fe493f6c]

        WaE: unused variable suToken, aEmpty, aEmpty2.
        
        Change-Id: I2eaa32e0ec09b239e03d3efa776f5b47c2fb5c6d

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7b12446f34d1d9e575c7202bedd0763cfbb871dc]

        Fix throwFunctionNotSupportedException.
        
        Would have caused eternal recursion, probably was intended to use
        throwGenericSQLException or similar, but throwing the correct
        exception is probably cleaner anyway.
        
        Change-Id: Ic4afa623bfcd57eb68ef6cfbf737862fd40eaaa2

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9f46834fbfa73a53536a336fa8f1fb6fff3bfbf9]

        Explicitly wrap char as OUString.
        
        Currently this causes some (all?) gcc to break.
        
        Change-Id: If6d802f5a763904d06107fa99731dd4512f18052

2013-09-12  Tor Lillqvist  <tml@collabora.com>  [b302e856f3cf8c0dcea745a94a9823f3cb01cac1]

        WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation
        
        Change-Id: I3fd7508a3b9c362661ad1bfa66901be9f938b8e6

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [1f3f3c94458aef5df3d30e32b497885cccf32a52]

        installer: find files in INSTDIR also on WNT
        
        ... where everything is inside some artificial "LibreOffice 4"
        directory that is set as WINDOWSBASISROOTNAME in openoffice.lst.in
        
        Change-Id: Ib04f84a8064739e0ea9d11b3b79cc1fa167a06e5

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7a6fd503b1c69e99eb1bcfb55a453a1afad3e4eb]

        Remove sal_char* from dbexception and some cleanup.
        
        Change-Id: I81909e4542bd5e8d1f8ae182c3c17f9bbea9745d
        Reviewed-on: https://gerrit.libreoffice.org/5881
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-09-12  Eike Rathke  <erack@redhat.com>  [b291852c2f907e5d181b1de43af216f7d03db96a]

        get rid of unnecessary conversion, use LinguIsUnspecified(OUString)
        
        Change-Id: Ib1074e3025680306c0a8bf7dcff651cefdcb90ba

2013-09-12  Eike Rathke  <erack@redhat.com>  [2f6551b0167c2651f900b9c727bd74240b493754]

        a set of LanguageType fallback converted to is utter nonsense here
        
        Change-Id: I02881a2a7ab3178521388b76e2413b7e1cd6c443

2013-09-12  Eike Rathke  <erack@redhat.com>  [22dc925e3580de0a33e61f91fbce654016d31343]

        no need to count, just find
        
        Change-Id: Ia4fa44c2382f6d1f5a6b3fed533f401bcb03be53

2013-09-12  Eike Rathke  <erack@redhat.com>  [349b2c2de1d3cdcfa809bdd538b3dfb743a8513c]

        it's a set, so treat it as such
        
        Change-Id: Ia156b27d944bf419a2e0bd45fa65efd4b7f89404

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3f31bdd67a82056b87b8b93e54a953983ba048bc]

        Update mysqlc's ColumnLocate::findColumn to throw for invalid column.
        
        (This is to comply with the updated API specification.)
        
        Change-Id: I4542fecc78a6e64011276dafc72c31d5533af1ab
        Reviewed-on: https://gerrit.libreoffice.org/5923
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [42165189826367937737861116e969a22e9db787]

        Update implementations of ColumnLocate::findColumn to throw on invalid column.
        
        Change-Id: I7a9354ecd35a70a005c6c50e38d27de9b33332bd
        Reviewed-on: https://gerrit.libreoffice.org/5922
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-09-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a042cdd7eff15ed5f6cbd613588b3fca9509a85e]

        Update XColumnLocate to specify SQLException for invalid column.
        
        This is to reflect the JDBC specification where invalid column names
        result in an SQLException.
        
        (The drivers within LibreOffice are being updated to reflect this new
        specification.)
        
        Change-Id: I76cdf9d5d15d55b534b28219b541ff9190365f9d
        Reviewed-on: https://gerrit.libreoffice.org/5921
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-09-12  Eike Rathke  <erack@redhat.com>  [08e4d51f04734b952f42e3c334920dfd859bba02]

        if valid accept whatever the dictionary's name might comprise
        
        Change-Id: Ia6ea53f1a9e1c575606901e173bc952449135522

2013-09-12  Eike Rathke  <erack@redhat.com>  [fa031ec8eb216978b1646ab2459cf5900891d98c]

        special case for Pali 'pi-Latn' vs 'pli', fdo#41599 related
        
        Change-Id: I924c87bbbbdd7c58d9e1aca440c6f2aea7bbbcf9

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [f4226034189d65b0a90f4e40969bfe6f80b63869]

        drop unused hid
        
        Change-Id: I70c9e272d52809ba0c166085f24fec672a18ab1b

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [08275e40dcd4d7dc052a20f633def55e6092ab73]

        oops, forgot about my debugging 'a'
        
        Change-Id: I339a490cfeda0de170772a396241b939a1dd1a59

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [a244243c76001627b6594fcc2edeb3940ee42450]

        Updated core Project: help  0c13515aab91aed4e53560362de4ad8be9d36551

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [7071bebc00ef86e8ce10b66766882cf96214998b]

        Fix C++11'ism
        
        Change-Id: Ia2ecbbc9262b4e2b794914030f88e1c9d792cb5e

2013-09-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9e5afc4e1be0ae76af3b66bc981d63b1a93c0a70]

        Convert connector tab page to widget UI
        
        Also:
        * Rename dimensionline.ui to dimensionlinetabpage for naming consistency
        * Fix connector and measure dialogs for connectors and dimension lines
        
        Change-Id: I921890b33a5f9807a6e12341ef7f374312abfc8b
        Reviewed-on: https://gerrit.libreoffice.org/5920
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-12  Eike Rathke  <erack@redhat.com>  [6056965245915d3aeb84e8ccd065133bdf21d806]

        added known unhandled to IsoLanguageScriptCountryEntry
        
        Change-Id: Ica66ae2c7ced84c7d41537197447ebfebf02ddd7

2013-09-12  Eike Rathke  <erack@redhat.com>  [4fe5c3b5cd3425375d7212797dc3d5f7ed14ee2e]

        set some mbOverrideExists flags
        
        Change-Id: Iec408fcdc21357fcbb00cdf08215f0db92a48d3c

2013-09-12  Eike Rathke  <erack@redhat.com>  [2e60eb57ecc9bddb22e7c3b1ff5d15c34e536c9d]

        adapted comment to reality
        
        there is no recursion involved (that was just a bad idea)
        
        Change-Id: I21a3ab9ab653f2cf37f2457b3734215d5b700d14

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [c4113906d7f15f8aa0eb385a4caf474b3505ede1]

        WIP: add cppumaker -U to directly read from .idl files
        
        Change-Id: I420847515b6b691ae81a249a8820cf9a3d132372

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [5c2ba4aad61ce2c7c661202ae7ed26e1859c5216]

        WIP: additional unoidl::Provider that directly reads from .idl files
        
        Change-Id: I30fa6400724f4ca6f0e1986c741500f05710b840

2013-09-12  tsahi glik  <tsahi.glik@cloudon.com>  [3ea6e49f581ef9d28cc2c3374426b5fac8627802]

        iOS fix clip area in coretext context
        
        Change-Id: Ibaef9701ad4ba1bda1068c0dfa34f83c09a4e409
        Reviewed-on: https://gerrit.libreoffice.org/5711
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [e955030c0748b793fb5ff658dff713db4e621c41]

        fix crash after overwriting content with tab and using move buttons
        
        Change-Id: Ica52384f05ea1e74c489b38d953e27dd37bcde89

2013-09-12  Kohei Yoshida  <kohei.yoshida@collabora.com>  [bc1fced1aedbaca367fc653c5806f1f8d9efeebe]

        No need to delay initialization of ScDocument member.
        
        Change-Id: Icf3ae78158e4a3844aa4ff393f1527c0c72e5131

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [08fb2bfeb18b6d5329bae8490bd02043d101bb06]

        xmloff: fix Apple g++ 4.2.1 warning
        
        Change-Id: I7ded25661e7d3343afc783e804ab5f3cf0207641

2013-09-12  Eike Rathke  <erack@redhat.com>  [bc3759f2dba31b958219f02b8bbb043d8bdb729f]

        include legacy tags in fallback strings
        
        Change-Id: Ice3f4f061b1ae84d2d486e908399550770d5170a

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [b6807fd38373c98adc276697c24dcfcdf9471ac0]

        Resolves: fdo#61754 allow midletters in field name tokens
        
        Change-Id: I77cea3c1d2210435109ca0b6f762b6aea478e91b

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [54dd4ae0ddc92b3fbc02e104e9844b587e694a99]

        Add cppumaker -nD "no dependent types are generated"
        
        ...just like javamaker.
        
        Change-Id: I7634a65a948ca7abdb7ad75d0aeca8becb38ab87

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [6667caef24557d66177c1f7e9b72d2f609233d87]

        gbuild: remove gb_Rdb__get_final_target
        
        ... by replacing gb_Rdb_install with a separate constructor so the right
        target can be registered at the module.  There is still an ugly special
        case for the ure/services.
        
        Change-Id: I81c004143f201aaf38daca99819888313ee24f49

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [3b0654ab0fa2408bd660f80a56254df16339cf4d]

        gbuild: remove gb_Pagein__get_final_target
        
        Change-Id: Ie3fcd7330e4e9f9d3ab48227edd192984d7ec49a

2013-09-12  Tor Lillqvist  <tml@collabora.com>  [b32ca041cd88467d3862eab4460dfe4bb693b8b8]

        WaE: C4701: potentially uninitialized local variables
        
        Change-Id: I323fa5f1c9b94166d32b0457905ccb1ec06ecd5c

2013-09-12  tsahi glik  <tsahi.glik@cloudon.com>  [015a0a652f89c05ccef2b23af3d81604b990ba33]

        in iOS avoid copying covered windows to screen
        
        Change-Id: Iebf53e5c2e3909e068739351ccce497ca91b67a5
        Reviewed-on: https://gerrit.libreoffice.org/5710
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-09-12  Matúš Kukan  <matus.kukan@gmail.com>  [a2979511ce81fb848f5696836066a8243ec14209]

        ';' as a delimiter sometimes does not work for unknown reason
        
        Or rather it does work only sometimes.
        
        Change-Id: I97efd718dc6fcf370ca6456432b275e563f62f62

2013-09-12  Matúš Kukan  <matus.kukan@gmail.com>  [66589fae35ebed03e8f2859ae4b666b5143f2173]

        gb_CustomTarget_ulfex_rule: add dependency on directory
        
        Change-Id: Ibe00404978cc5b7efc31fe84cb5d0a79a0e13ce3

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [1c4f72748d43dfbabd26b3c99a76f547eb050da0]

        CID#736168 help coverity out a bit
        
        coverity thinks theres an overrun here, I think its wrong, but its
        needlessly complicated code, simplify
        
        Change-Id: I9db4886b4e60d49c25de514081953cb380d4146f

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [dbff5bd4cd4eec4db844244d5ff431a3f2b1b82e]

        CID#736166 unlikely out of bounds
        
        Change-Id: I8a0f97be1723766df9f8fe287417365febf54966

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [463bf0870ade53e5dee3b95605f2c1d9898ca410]

        CID#736167 unlikely out of bounds
        
        Change-Id: Ib20864bdcc7760258a19f80325003a14b3c362a3

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [57482ed493ee26f808caa76def9e759218e0c27b]

        CID#707499 check for 0 nDims
        
        Change-Id: I828339695db1b1880d7e884f8bf26911d04b8508

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [5db93465bb5fc7f90b897783302118c198ae55f3]

        CID#705986 avoid tmpnam
        
        Change-Id: I47fa843284a074ef77da8631f4e4de914f4d0cf7

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [5f5a981dd6df406b7bbddd88fa0b701b5a8d2246]

        CID#705985 ensure umask for mkstemp
        
        Change-Id: I861b85ac38a2881ff4b993047c1a15335308ba62

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [9ab99483808bad973363f1f27bb548c8628ace1d]

        CID#705982 ensure umask for mkstemp
        
        Change-Id: I5c67346d09d04a2d1a781f8fee07c84004aac960

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [5a0d01ee8385dc5d73e921a9fe3d561430867aa2]

        CID#441298 use after free
        
        Change-Id: I4fd16f157244fa3406036d0f506c32bed0cf5b8a

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [b1404ef4e54b06364977065451f3c1564d939534]

        drop tools/string.hxx from a bunch of places
        
        Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [af05fe65ab9f1340ccd4038c14fc91d8595207a7]

        CID#440614 use after free
        
        a bit of guesswork here I admit
        
        Change-Id: I774da6f585e4b81a25660b7823d6bb150630f44f

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [d908422f5763ed8ea79af81336ca564f46435baf]

        Related: fdo#38838 remove XubString alias
        
        Change-Id: I29efbe2bee94c0059f5a2e3dc4d163375e439e1a

2013-09-12  tsahi glik  <tsahi.glik@cloudon.com>  [16a53253e5991de8d44679157c29d58bb431eb2c]

        Sync IOS screen invalidate to end of paint
        
        Change-Id: If179c5280366a377ace710e4acf7df737544b224
        Reviewed-on: https://gerrit.libreoffice.org/5706
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-09-12  Tor Lillqvist  <tml@collabora.com>  [854c302ed254f2b439cd90c60ff6635111f449f1]

        Adapt to OUTDIR->INSTDIR changes
        
        Change-Id: I21c44470fa49152ebff79bf5138b32f07da53328

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [d1dad0cf5382244dfe940d21a9af4df980c8ecc7]

        Use OUString::startsWith where possible
        
        Change-Id: I3f3b7b3600aa097187b05e21c375d087a2fa92bb

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [905e862c80d1496485cd744bd63f27103d979fa1]

        Pass by const ref
        
        Change-Id: Iacbb07d6478901be77feb253f526614800564c0f

2013-09-12  Matúš Kukan  <matus.kukan@gmail.com>  [901afe3a5934229725a27f3c33b13d32c163c22a]

        use ';' instead of ':' to separate two parts of a string
        
        ':' is used in a path to files on Windows
        
        Change-Id: I3ca283a575bb753cbcd4dfd350947710efad3a62

2013-09-12  Tor Lillqvist  <tml@collabora.com>  [3bd07839d6b114b5cea0ca22fd66af8ca8fd6d4e]

        WaE: C4701: potentially uninitialized local variable 'pGraphic' used
        
        Change-Id: If726ed1d8b7db0c4bbf27fc9456e5eedd9e28924

2013-09-12  Caolán McNamara  <caolanm@redhat.com>  [b73dec8a06ef762098e642b2c37e4baad780b11a]

        Resolves: rhbz#1006850 crash in SwCommentRuler::GetCommentControlRegion
        
        Change-Id: Ic846da3b22391d724da6f8df94dd771e89d2efb4

2013-09-12  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [e457724d5ef1aaac98b6ff84ce1b054adda72abe]

        fdo#69208 take getenv() call out of the loop
        
        Change-Id: Iade7917eb9ade7248392e04f4653bda3674464aa

2013-09-12  Takeshi Abe  <tabe@fixedpoint.jp>  [3bba060388fde3272c93f96050a56f62d364256c]

        sal_Bool to bool
        
        Change-Id: I826911bdf06b8047ca8e3bd256687e10fb51962d

2013-09-12  Takeshi Abe  <tabe@fixedpoint.jp>  [9ab5bb0cc20cbc56657b77419fb47fdfb8752e7b]

        Mark as const
        
        Change-Id: I1d62c66bd89ec5a813eb7b211042e392903c8baf

2013-09-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a47e4a205594cd7aee8cc6bdd10b08c707c221a]

        Unbreak mingw build of udkapi
        
        Change-Id: I8b88aec19d5aa95761f58b26b4290b7a468dcb8f

2013-09-12  Matúš Kukan  <matus.kukan@gmail.com>  [5fd86fb2a3b91a4ab2c6610051db13a21119540a]

        make this work also if BUILDDIR != SRCDIR
        
        Change-Id: I992020936cc39e5a6b04cd507b61853043a19b49

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [96e1446f3235cb06c8b9e0ac5bce09b37fbe36bd]

        Unfortunately, openssl's "no-shared" apparently also implies no -fPIC
        
        ...so building dynamic libraries down the road that link in the openssl archives
        fails.  Band-aid fix that by always passing in -fPIC (alternatives would be to
        patch the openssl Makefiles to only build archives and no dynamic libraries even
        under "shared" or to find another fix for the original Mac OS X hiden visibility
        program that triggered 9f8736411d454bfd711ef964288c50aae9f9e375 "Only build in
        ExternalProject_openssl what's needed in ExternalPackage_openssl").
        
        Change-Id: I6b92ab55b0bbd340aacf325823b1f297e95f9197

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [18251a64d58e0a925c66c67ce9d0b1b83a442a19]

        Looks like build_engines (incl. in build_libs) is needed afer all
        
        ...otherwise, building postgresql fails with missing "_ENGINE_load_4758cca"
        referenced from _ENGINE_load_builtin_engines in libcrypto.a(eng_all.o) etc.
        
        Change-Id: Ie3414164ee4f11a94cd59ec5ea072a40e99706fb

2013-09-12  Stephan Bergmann  <sbergman@redhat.com>  [9f8736411d454bfd711ef964288c50aae9f9e375]

        Only build in ExternalProject_openssl what's needed in ExternalPackage_openssl
        
        ...i.e., for non-MSC always use "non-shared" (this also prevents a build error
        when using -fvisibility-hidden on Mac OS X and linking fips_premain_dso misses
        symbols) and just build "lib_crypto lib_ssl".  Also cleaned up the rest of the
        configure command line while trying not to change any of its meaning (and I have
        no idea about WNT-GCC lacking "no-idea", likely just lots of cargo cult there
        awaiting further clean-up).
        
        Change-Id: I34ec43975cda7af800eeba5d4f6a0beaeca6f6bc

2013-09-12  Miklos Vajna  <vmiklos@collabora.co.uk>  [b8ddbddfd7ac7365196f0d2f875dbcc3e26dbff5]

        RtfAttributeOutput::StartTableRow: clean this up
        
        This was never enabled by default, nobody requested it, adds complexity,
        so just don't do it at all.
        
        Change-Id: Ieafb9777045e9cde3cdd2272c5190f88eb5eb576

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [66d33a849264ac4c83ca87ea7f1500e4a2079cf8]

        installer: restore these too
        
        This was dumb - I can't use search correctly ;)
        
        Change-Id: I966ad8bce2edbd4a6c58f82568210e110c88a6c5

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [01f4383f62b0a4e3b9184456a923d6f8c975cb8b]

        installer: restore generate_cab_filename_for_some_cabs
        
        Change-Id: I98155bcf6663aa0e7944807fd7cc8b49ab349ee8

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [ae4382f7e082b372524be9285eb48058e354f81f]

        typo
        
        Change-Id: I92687275c9a8ea1ae063aac5877ad5819bda9a2d

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [e161e35f55d0ff73d735fa4dbd578c072c1c3d38]

        installer: Remove packager.pl
        
        This script seems obsolete since:
        
        1d84e9d1d363bd550129efcbeafe670c0a049dd0
        
        updatepack:
        	$(PERL) -w $(SOLARENV)$/bin$/packager.pl
        
        Found it because it calls dmake.
        
        Change-Id: I9cb1c194ed56d1fc8125ae5848190854dfe4d86e

2013-09-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1737ee0430b88ff6e95f8bdaa6ef1dcec719ab1d]

        Don't forget assignment operators.
        
        Change-Id: If9ee3f140a09b1977afaad8ad00406c67bbe224f

2013-09-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ad7a6e525a487b9bf9dc768f3b85c0b9625e79fa]

        Use ScDocumentImport to populate cell storage during xls import.
        
        Change-Id: I205c5b7c1202862ea7129fbd61d54e48cd37b06e

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [9581d5c59f5a9ff64329202590adf0b9fdf468a3]

        installer: remove unused variables
        
        Change-Id: I3c9669f6fdf25a1a244335ae0317c3a8a933762b

2013-09-12  Thomas Arnhold  <thomas@arnhold.org>  [815ed63b51c0aba3b3796dcdd37759d22ba91642]

        installer: spring cleaning
        
        some uncalled and unused stuff
        
        Change-Id: I74cc7f58a78befa119102f18560782c5b1ff45fd

2013-09-12  Eike Rathke  <erack@redhat.com>  [82ad2c5cc649988acba8e8bf64682a3f2104d6ff]

        sr-CS takes precedence over sr-YU
        
        Change-Id: Iac1ca288b4f436d756e9bf4046e65d7a1f1c00e1

2013-09-12  Eike Rathke  <erack@redhat.com>  [200b31ab06b695f4ffc85b5d40c8cb24c705da51]

        added description of changes to extras
        
        Change-Id: I1a6e9555b621486624d753aa874b0a9f415a37ea

2013-09-12  Eike Rathke  <erack@redhat.com>  [75d9dffa39c7ff895832e226448220c27bd92500]

        sort alphabetically
        
        Change-Id: Id04975bcc42a2b401d828c0f6b52f4d7c5bcc2b5

2013-09-12  Eike Rathke  <erack@redhat.com>  [a451dbf0972908b85921d60b313c50b63923db88]

        actually check against maBcp47 instead of aVec[0]
        
        Change-Id: I5ba1649cfdc639a71a0c2343793a9f16bde91fa1

2013-09-12  Eike Rathke  <erack@redhat.com>  [41b37fb139c397f15a1d66adb21636d6693f963d]

        aVec may be empty, do not unconditionally access aVec[0]
        
        Change-Id: I6f35fee1e4883cfb15517f56387cd85e2e2f7370

2013-09-12  Eike Rathke  <erack@redhat.com>  [565ca0aa0adde34493033818ee52664da41cb931]

        renamed sh-* to sr-Latn-* and *-YU to *-CS
        
        Change-Id: I442c4d1b8f1a03c19bd119144413c9ac316b4a4c

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [5bab11089f40919310eb9e469bcbc89193ae2a5f]

        put appropriate UserInstallation in bootstraprc on !ENABLE_RELEASE_BUILD
        
        This used to be handled by the  "LOCALUSERDIR $ORIGIN/.." line for
        LibreOffice_Dev in openoffice.lst.in but that won't affect INSTDIR.
        
        Change-Id: I1acd1ee7c08c98443e1cc425e1a6bb872d7c81f7

2013-09-12  Eike Rathke  <erack@redhat.com>  [d7e72bef24b911ae2c5639535869c970c994878b]

        certainly it is enough to obtain the disables dictionaries once?
        
        Change-Id: I323719e9c74d7c117062fb225a890a5e65c042ab

2013-09-12  Eike Rathke  <erack@redhat.com>  [c24aa1e41cb58c206b4f702ef6737d9449b97e42]

        added dictionary change description
        
        Change-Id: I3271f79a4e3570cc909b6a1e568edfcd07b4ceac

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [f89cce877cc0480e00ee226780dec887f9d0063a]

        installer: search files in INSTDIR
        
        INSTDIR has everything that will be installed anyway, so ideally the
        file search patch should only be INSTDIR + whatever is needed to get the
        Package file lists; especially WORKDIR seems inappropriate there.
        
        The exception is extension .oxt files which apparently are not in
        INSTDIR; not sure what to do about those.
        
        Change-Id: I2477c25ab9fcf953fae9c219e76c467e14729cda

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [80a672ecf3e537f1b29a1ae216510837846ceebf]

        installer: remove support for FILE_CAN_MISS style
        
        The idea appears fundamentally error prone, and is unused.
        
        Change-Id: I65e1c5b80d7101b8ba37c213fcb787d31e3b9d1d

2013-09-12  Michael Stahl  <mstahl@redhat.com>  [35698e8f703db5770c164c41f9c3169c50cee0ea]

        installer: remove resolving_hidden_flag
        
        Fortunately such "tooling" appears to be extinct, and there are no
        HIDDEN flags in scp2 anyway.
        
        Change-Id: I33bd80e3e74cc1eaaab0fbc50d02090088ae4be4

2013-09-11  Eike Rathke  <erack@redhat.com>  [40ff84cfdc56dd44e50d0fda34d5b97e6d2cafdc]

        Updated core Project: dictionaries  b07ae33b0d25e33bf890fab8fbcd3317506bbeae

2013-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [b31f33bcc1e5b8d1f791867358b5b4ad1df6e71e]

        Easier conversion between Basic Date and UNO Date/Time
        
        Utility functions to convert between Basic Date type
        and the representations of Date and Time in UNO, namely:
         - com.sun.star.util.Date
         - com.sun.star.util.Time
         - com.sun.star.util.DateTime
        
        Name of new functions:
         - CDateToUnoDate
         - CDateFromUnoDate
         - CDateToUnoTime
         - CDateFromUnoTime
         - CDateToUnoDateTime
         - CDateFromUnoDateTime
        
        Change-Id: I2b971df20df1c0351d071023e042169b548894f1
        Reviewed-on: https://gerrit.libreoffice.org/5897
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [20238b8fa63b8754d14b69467842f8c49fe3bb2b]

        CID#707531 silence coverity
        
        Change-Id: I7fd4b5684cd5d54860c60fdb00ac2431943eece3

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [fbd001f3502cd71ba2b31536eba3826d846fba95]

        CID#707537 unitialized scalars
        
        Change-Id: I68c81f46002ad07196ba357c41687ceb56d9663c

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [b2b7d591bd447de612b01a58406a25f3a3a8d91c]

        CID#738545 uninitialized scalar
        
        Change-Id: I111ce1b7c8d6dc8e19b2f13a1897a66dec0417f8

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e31a1b736a3c51351f9216246307916ba6c6d3a6]

        Sanitize and quote index identifiers for rebuildIndexes. (firebird-sdbc)
        
        Otherwise firebird won't recognise mixed case index names.
        
        Change-Id: Ib581a592d03b12ad0944375d9eec8da9d680487e

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [68e2a4e41d6e81a6e95a296d775c9ac8f5c97e8b]

        Revert "Visibility doesn't seem to work as we want in Apple's Clang"
        
        This reverts commit e5143062887093037cab8f936288af8408576ea8; not sure what
        problems exactly it was supposed to work around, but at least a "make check"
        against Apple's Clang "Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM
        3.2svn)" on Mac OS X 10.8 works flawlessly.
        
        Conflicts:
        	configure.in
        
        Change-Id: Ib7c80dd29e9e7a92b90be3919cd097b7e64883a1

2013-09-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4db25c3e85ac3f30a9f6e1440ad440160edbb56e]

        add yellow smilies to icon sets
        
        Change-Id: I32d3290d333c6bac34b2ef58d2a63c4470b2e462

2013-09-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [166e231940c12a3a5a518004fa34d2bf3fe9b349]

        add colored smilies to the icon sets, fdo#60107
        
        Change-Id: I5a1de90912ea74be9c60f95e2aa3588fd8113a07
        Reviewed-on: https://gerrit.libreoffice.org/5914
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [bc09772b407b29cbc66c76f35f74a5548acc0e91]

        Change of precision is equivalent to type change. (firebird-sdbc)
        
        Change-Id: I5f8c80b01917028fe80d468f5e96de56b917bd7e

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c461cc8473e17f239aa1a7acacb850d3e5ed571f]

        Remove redundant comment. (firebird-sdbc)
        
        Change-Id: I17105f474dea07a1a980252309a3ccd88a558db9

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2a9c0cb864b1a8886d18447e8b00565426a91e2c]

        Remove unnecessary sal_Bool(bool) casting. (firebird-sdbc)
        
        Change-Id: I3d9cf598404d137e0f13667ea8f0dc7be6253f7a

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [00d3a96936acba0032caaf01b4eb466849564708]

        Don't format integers as currency by default. (firebird-sdbc)
        
        Change-Id: I228bb9f5d1121c1e328daa3d677cc54254255beb

2013-09-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9ae206996dfdc4ec229db37622a362121b39abe4]

        Ensure we have prepared the statement before modify null.
        
        Currently if the first set* method to be called is setNull, then
        we segfault since we try to access m_pInSqlda which doesn't exist
        yet.
        
        Change-Id: I4ad9c0a7d68da11b2260a596dd95c4c2cb5bcd4c

2013-09-11  Michael Stahl  <mstahl@redhat.com>  [960aee493a7bdbda69cbe60049edd9c4cafaab8e]

        odk: move files out of the confusing "pack" directory to better homes
        
        Change-Id: I46f4954ef07f60e1f7824a47f0617f8612ea9505

2013-09-11  Michael Stahl  <mstahl@redhat.com>  [01c2ed9f6deaabee0dbab0f7bdac1b49af23b51b]

        solenv: remove other addsym-macosx.sh too
        
        Unnecessary since gbuild does not use map files on Mac OS X.
        
        Change-Id: I2d3ae95634a5c4fe925f391ea37b62f73d2f1524

2013-09-11  Michael Stahl  <mstahl@redhat.com>  [e2b8cbef51a999d1bac644dada174bdb9b126915]

        odk: remove addsym-macosx.sh
        
        This was added in commit 66eedcee026459b2827a46d8ebc73749e3c71453
        but has apparently never actually been used in the bundled SDK
        makefiles.
        
        Change-Id: Ifa6cab95be6575ac26840250ad717d94e15bea66

2013-09-11  Thorsten Behrens  <tbehrens@suse.com>  [3af7e5c320c55e67367ce824944de58672cc772f]

        Exorcise some cargo-cultness in oox.
        
         - the inline keyword on class methods that have their body defined
           right there in the class definition is redundant
         - the explicit keyword on nullary ctors is pointless, there is no
           implicit conversion happening anyway with those
        
        Change-Id: Ie9f44c7948f932ce3a8af871bf73743112d94d03

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [f34fe6ed9f5a63745821770fd925776c54c8b905]

        -Werror,-Wformat
        
        Change-Id: I24a060d1d5592a23f9a991ef3b39f31818ea0d84

2013-09-11  Thomas Arnhold  <thomas@arnhold.org>  [59a4b78bbe4a1aa1ef225adbc5cf3570a4de9b5e]

        fdo#69111: Set edit window border to 4 again.
        
        But increase the border on top to tear of the edit window easier.
        
        Change-Id: I527ede488e4773dd631182d73809fef916b52c1a

2013-09-11  Jelle van der Waa  <jelle@vdwaa.nl>  [550b275e634a5a16bf55cbb716f21608fa211e3e]

        fdo#39625 Make existing cppunittests work
        
        Change-Id: Ia3a59456fe82926141ccb2921aa47df4183ead86
        Reviewed-on: https://gerrit.libreoffice.org/5905
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-11  Muthu Subramanian  <sumuthu@collabora.com>  [ac26b103af987f080ca14ad243033e5e0acda189]

        n#834720: Labels wrongly interpreted as dates.
        
        If the numFormat is available we should probably use that.

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [f27ee66f2b1f086baf8feb6054d4e6d77a4a30e3]

        convert select address book to .ui
        
        Change-Id: I578bd89d2abb077c7b90ec4f75e0b8204dd33f92

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [cd56601f6254e216f586b2b2d4ab9fa90893b41d]

        Updated core Project: help  29aa4cb0cf80b9733dc1feff3e61479c189d85ec

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [e5f580d2db48ae339bb25bd39467b85af1d54865]

        FILELIST_DIR: gb_INSTROOT already cont. LibreOffice.app/Contents on OS X
        
        Change-Id: I2753079ff532642c8fb1b43f02211197cdb2702a

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [04cb006f990efd518eac154abf1449c6ca84d8ae]

        Consistency (though FILELIST_DIR = gid_Dir_Bundle_Contents on MACOSX anyway)
        
        Change-Id: Ifd2373ffa819d63591d234df18adf5f9a34c50bb

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [4e8491a7e793a6b60a3ffdda8447f2c7000eed10]

        Get Mac OS X libjava_uno.jnilib -> libjava_uno.dylib symlink into instdir
        
        ...not exactly a nice way to do it, though.  Plus, further missing instdir
        .jnilibs are LibreOffice.app/Contents/MacOS/libhsqldb.jnilib -> libhsqldb.dylib
        and LibreOffice.app/Contents/ure-link/lib/libjpipe.jnilib (which should not be
        a symlink but should replace the corresponding libjpipe.dylib completely).
        
        Change-Id: I5505704fc52da42e40c8b27185450d3fec8a864d

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [6f0ddddff1b5e986a6b4879023600182fd32e82d]

        Improve debug output
        
        Change-Id: Ic7fee2d0ca95279d9809161a7f39480727b070e3

2013-09-11  Miklos Vajna  <vmiklos@collabora.co.uk>  [4e653d15eff26aa5283d8ba20611893f4c573f57]

        DOCX import: fix default section break type inside multiple columns
        
        Change-Id: I7c44a2bdb69563953d3257b435aeed5bae50f7b2

2013-09-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [066e0fe1a230eac2531a53e1ec5fa58347e9e31e]

        let us use the standard library instead of an own pow function
        
        Change-Id: Ib1c28fbb5d34409a42b7ea594cde9c1c1cdccdd8

2013-09-11  Andras Timar  <andras.timar@collabora.com>  [74cd77b2294ae600576100fdb1b6ba36753c9a00]

        typo fix: wether -> whether
        
        Change-Id: Iad4182d7150f851df06a7208a811d482351f736a

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [a680f3995744015cdfe18ac920b4607aa7690561]

        rework search/replace dialog to be shorter but wider
        
        Change-Id: I1c452a8ae475795f0b1953cb0c709af15eceb716

2013-09-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ebb6d360d4482fde02552e3c3ccae00b0db5b64c]

        Do the same with orcus filter interface implementation.
        
        Change-Id: I5d457486e2b73e0c92e90ea05558887d3e6f6a3b

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [fadd7e8aa66dad627acfb59c4310ddc4afa6742e]

        -Werror,-Wformat
        
        Change-Id: Iae7da0146c670d77a4bdc2431a55c901318eef8d

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [f0b57c30fdb5ecdd25879844159b9038399bc6de]

        Info.plist et al were no longer found when creating a .dmg
        
        Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [d77dc4381d876fc1e97ce8142dfd26ad52ebaa35]

        It's plain "soffice" on Mac OS X now
        
        ...since 07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe "soffice.bin is named soffice
        on Mac OS X."
        
        Change-Id: I4a4e64565dc4f3553648bf96ef43b558f757c852

2013-09-11  Eike Rathke  <erack@redhat.com>  [8af5482eabf9526e3be83ea3ef0e88986aa717a1]

        added "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_NEUTRAL for 'sr-Latn'
        
        Change-Id: I1260fbd90f7eefc25d86d52707856dd40dbc9306

2013-09-11  Jelle van der Waa  <jelle@vdwaa.nl>  [6e066e4abe7cac72d31323859e37bfa3e0af82b2]

        sal: fdo#39625 Make existing cppunittests work
        
        Change-Id: I6bd34f0deaf246bc5898532377d996fcefc88cbc
        Reviewed-on: https://gerrit.libreoffice.org/5906
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-11  Thomas Arnhold  <thomas@arnhold.org>  [4f702470a2c5f5521209203f0d20f768ef274d67]

        Related: fdo#38838 Remove String::SearchChar()
        
        Change-Id: Ide40e0ef91aec04c2ae274aaf2a957dd5064854c
        Reviewed-on: https://gerrit.libreoffice.org/5894
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-11  Herbert Dürr  <hdu@apache.org>  [fe2a249257a9fb4a994514bce5f49268f7bfd770]

        #i123198# catch and ignore uno exceptions in sfx2::sidebar::TabBar::Item::HandleClick()
        
        Patch by: Herbert Duerr
        Scenario found by: Thorsten Wagner
        
        (cherry picked from commit 1a078f3584e8a288c0ec33f176638406423ade63)

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [8b6402b926f5237f9e3730ffc8770e5472cb5903]

        CID#736213 clip nLevel to legal bounds
        
        Change-Id: I805425885ea86fdaf658d89f955a47769782c0cd

2013-09-11  Tomaž Vajngerl  <quikee@gmail.com>  [80503eb9b5d82a2142feb91b1b0ec3175571de0a]

        Prevent crash: pNode->GetWrongList() can return NULL
        
        Change-Id: If3363271f72dae7581ac41542f890eaebed38e6c

2013-09-11  Michael Stahl  <mstahl@redhat.com>  [7cfd041c13ef3fdd2a597d4b862a6ceb884f7806]

        tweak README for Linux a bit
        
        Change-Id: I60769987b1e81cbef0e78662af781309c0b9aaca

2013-09-11  Michael Stahl  <mstahl@redhat.com>  [27052d5b8f9721f0e50a0b7342f638d24a7f8731]

        remove comment about removed multi-repository support
        
        Change-Id: I67e9caa794ec5b55a7e7ab897c331008a675a2ac

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [756895f06b86b9a1d0931e1dbfb62dd5e13bc801]

        Fix previous fix
        
        Change-Id: I2ebee47dca633f6dab511e4dcef42bc799f1864f

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [6a61f4d58773db4095dbbaf21d61072a80bfd3b3]

        Fix pythonloader.uno ini-file content
        
        cf. scp2/source/python/profileitem_python.scp)
        
        Change-Id: I49316ae078e56a961128bf59206843d0d616786e

2013-09-11  Ricardo Montania  <ricardo@linuxafundo.com.br>  [80e5e65c93a405f54089c59cf18e04486f9634b7]

        String cleanup
        
        Conflicts:
        	cui/source/tabpages/backgrnd.cxx
        	editeng/source/items/frmitems.cxx
        	editeng/source/items/numitem.cxx
        	include/editeng/brushitem.hxx
        	include/svx/xoutbmp.hxx
        	sc/source/filter/html/htmlexp.cxx
        	sc/source/filter/html/htmlexp2.cxx
        	svx/source/core/extedit.cxx
        	svx/source/core/graphichelper.cxx
        	svx/source/sidebar/nbdtmg.cxx
        	sw/source/ui/shells/txtnum.cxx
        
        Change-Id: I1f548a01574a18e3f3a402ee491358fa36b349e7
        Reviewed-on: https://gerrit.libreoffice.org/5907
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [08163c1cb3039e42f093e6485f8321d6381446ec]

        single arg String::Erase erases to end of string
        
        Change-Id: Ifc77b9d0b83a784ec4e4659b83fe8356e54e279f

2013-09-11  Caolán McNamara  <caolanm@redhat.com>  [5d8a9d56de7c1217cfdbe2288c1a3a9128c3dbb5]

        CID#736212 clip word 2 pap bounds
        
        and add a unit test for the word 2..5 formats
        
        Change-Id: I6c7c26be6092acbb81282080de6c393d92ad5dd4

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [419d5631a5612122f3a84f7e73d7aec26885e9db]

        Put every UNOIDL entity into an .idl file of its own
        
        ...so that future type manager mechanisms to access entities directly from .idl
        files can work.
        
        Generation of C++ headers for XDrawings and XLineObjects was also
        (inadvertently?) missing.
        
        Change-Id: I1a1a9cc39302eede2143742e03838a83d1e3a948

2013-09-11  Tor Lillqvist  <tml@collabora.com>  [5a6272552eab140886aa0fb7dae18fc58de9fb42]

        Set gb_INSTROOT and gb_DEVINSTALLROOT here, too
        
        Change-Id: I6831d9436dfb24ae42e124676cf283aae075be7e

2013-09-11  Tor Lillqvist  <tml@collabora.com>  [ca995611705c759d4b0512d45ed9078687a8640c]

        More files are no longer in OUTDIR, only in INSTDIR
        
        Change-Id: Ide6654cbc378621a41a4a207978a4f42bc44d3e3

2013-09-11  Noel Grandin  <noel@peralex.com>  [91bacda04a4d90bad346110339542527384c9888]

        fix windows build after my OUString change
        
        std::max on windows doesn't like mixing int and sal_Int32
        
        Change-Id: I0ad74f72d48a4bc7fea2d7d8a57e3d2f0b7d7bca

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [7f53734365817203ba8c25f28bba573f247a97ee]

        Put Mac OS X program -> MacOS symlink into instdir
        
        Change-Id: Ie3a9546afa4faf07e1f69a59347ff1e15f8a9cb6

2013-09-11  Noel Grandin  <noel@peralex.com>  [7c3bb56d60b5d33fc7da1cdef3a7f9f2aa956b12]

        convert linguistic/source/*.cxx from String to OUString
        
        Change-Id: I6f278d4b1a0eccf3757e1a7add6324402a09dfed

2013-09-11  Noel Grandin  <noel@peralex.com>  [5118cb286865a6617273cb1a8de963b893cdf86c]

        convert linguistic/source/convdic.hxx from String to OUString
        
        Change-Id: Id4dc56902722ea139e06e727a7090b9b10e3b347

2013-09-11  Noel Grandin  <noel@peralex.com>  [6317e4fa97278c1b9f1ab76696bf816f3605a354]

        convert linguistic/source/dlistimp.hxx from String to OUString
        
        Change-Id: I6928f59bba5e744957f2b2aae34d2d057c147985

2013-09-11  Noel Grandin  <noel@peralex.com>  [6629d1a1f277b60350b7df029ee436a208d532e7]

        convert linguistic/source/hhconvdic.hxx from String to OUString
        
        Change-Id: I6ab2fd0d66410f8e10ec4228d7261358c1d0afe2

2013-09-11  Noel Grandin  <noel@peralex.com>  [976075964e381bd277cd432d3e66ef75844068ea]

        convert linguistic/source/lngsvcmgr.hxx from String to OUString
        
        Change-Id: If9fd76687e1e361a6b29fe206edffd67a16cbb7f

2013-09-11  Noel Grandin  <noel@peralex.com>  [b2ff26cc4e9a012b67c7244ee75ab98898d02827]

        convert include/linguistic/misc.hxx from String to OUString
        
        Change-Id: I454c577d7b6c0994046de9cba076e6478a4ce309

2013-09-11  Noel Grandin  <noel@peralex.com>  [f9ce731120f2e308e8fe71eb1a1d981590362afb]

        convert include/svl/urlbmk.hxx from String to OUString
        
        Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc

2013-09-11  Noel Grandin  <noel@peralex.com>  [5926f48a4515f71fe33b5119e7d0255637ebf588]

        convert some XubString to OUString in editeng
        
        Change-Id: I49b9a4e148510d68807fbb720a8c32d542853f8b

2013-09-11  Noel Grandin  <noel@peralex.com>  [3b8283a87ca937ed0d6c39d5ef71099e070fbb0c]

        whack unused define REDUCEDSVXFONT
        
        Change-Id: Id7be6b903a6acd526fa2cecd18347f40b9b4457d

2013-09-11  Noel Grandin  <noel@peralex.com>  [be5b8202f80046546d855852e9e10cfd8f6fee85]

        convert various bits in editeng from String to OUString
        
        Change-Id: If8b0da1e6b6e3f1f0a0f4946c7741fd5aec66aa6

2013-09-11  Noel Grandin  <noel@peralex.com>  [d169dd267998ec503a855f7f5232a725596b7d30]

        convert editeng/source/editeng/*.cxx from String to OUString
        
        Change-Id: I4063b427f050de0a179e6436fb647614bacd704c

2013-09-11  Noel Grandin  <noel@peralex.com>  [b782e6e4d1902f8055e33dc365687440716d8c2f]

        convert ContentNode in editeng/source/editeng/editdoc.hxx to OUString
        
        Change-Id: Ifea43a3c38c141bc0586af2f95f27db95a12ffbb

2013-09-11  Noel Grandin  <noel@peralex.com>  [c608782dc3ff2847d36c0bd86a1ef87adf382416]

        convert editeng/source/misc/*.cxx from String to OUString
        
        Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d

2013-09-11  Noel Grandin  <noel@peralex.com>  [6322b703ec64da03396e3802f4e76fc2e7da5509]

        convert editeng/source/items/*.cxx from String to OUString
        
        Change-Id: I981311701ce6f7f4571c098c9f48e51288a1608a

2013-09-11  Noel Grandin  <noel@peralex.com>  [eaef61939bbefa059749ad7605dbe515d12cc265]

        convert editeng/source/uno/*.cxx from String to OUString
        
        Change-Id: If709d2ce0aea90133b2b243bb9ecb77d64ca065b

2013-09-11  Noel Grandin  <noel@peralex.com>  [94be56921f5bb80a1f90cc24ee87268754e8d508]

        convert editeng/source/editeng/editdoc.hxx from String to OUString
        
        Change-Id: Ic329f4c218a6ee49b3e223b38a092fe368c5f0fa

2013-09-11  Noel Grandin  <noel@peralex.com>  [3659c4ebd1cb734df14bc5a2150ffa297ae12b0b]

        convert editeng/source/editeng/editobj2.hxx from String to OUString
        
        Change-Id: I12c71720c467d9afca5802b01db55401746f54bd

2013-09-11  Noel Grandin  <noel@peralex.com>  [d5e11f5ffb741aabe7e43be78ef764a1f3cafd8e]

        convert editeng/source/editeng/editundo.hxx from String to OUString
        
        Change-Id: Ie00d45230491776c441efd4f2c464a002129db43

2013-09-11  Noel Grandin  <noel@peralex.com>  [a1c51f07c4bc96729975d5959bed1e17dcb03db0]

        convert editeng/source/editeng/eehtml.hxx from String to OUString
        
        Change-Id: I66475e324d4ce1ea3e349122eb55f67609a3905b

2013-09-11  Noel Grandin  <noel@peralex.com>  [bc16bbb2e25af63f3a70ab0ba53be406c40a60c1]

        convert editeng/source/editeng/eeobj.hxx from String to OUString
        
        Change-Id: Ie311cec1af5461d00ac7a620c7bda5cd00f03f55

2013-09-11  Noel Grandin  <noel@peralex.com>  [832e5dc89a7d04f3724bae2f4e1dae5f1e3ddd96]

        covnert editeng/source/editeng/impedit.hxx from String to OUString
        
        Change-Id: I68ce6c002085b7c5abfd31c284ab2afa0bd233ad

2013-09-11  Noel Grandin  <noel@peralex.com>  [b7c58f553296bb6f5bd85108dd26f0180fac5e4a]

        covnert editeng/source/editeng/textconv.hxx from String to OUString
        
        Change-Id: Icae973338acf98c07b2073641801a4843d4e0315

2013-09-11  Noel Grandin  <noel@peralex.com>  [201f05e1b82d8ff66eede73c79da21ea62ef858d]

        convert include/editeng/AccessibleEditableTextPara.hxx to OUString
        
        Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd

2013-09-11  Noel Grandin  <noel@peralex.com>  [da36b3dafbf4fa7a310be2f88f99c0c3d5cc2373]

        convert include/editeng/AccessibleStringWrap.hxx from String to OUString
        
        Change-Id: I31c91ee196351abcd884240052359fac8aff6e1d

2013-09-11  Noel Grandin  <noel@peralex.com>  [cfb4463d2afd36ca6d0fbb9e374bf5387fee84df]

        convert include/editeng/brushitem.hxx from String to OUString
        
        and convert String* to OUString, no need to hold a pointer
        to a ref-counted value type.
        
        Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d

2013-09-11  Noel Grandin  <noel@peralex.com>  [b044a9535e0fb573fe5d28b0d44c96a3b5db66c2]

        convert include/editeng/bulletitem.hxx from String to OUString
        
        Change-Id: I6697fea6069ceed71430b516673502de18f69862

2013-09-11  Noel Grandin  <noel@peralex.com>  [a2ea07f0b944ebb3506c8fafd285ef3bdff23e99]

        convert include/editeng/editdata.hxx from String to OUString
        
        Change-Id: I5bdb26880448ce0f71bf1b6639fcf2db3e472a50

2013-09-11  Noel Grandin  <noel@peralex.com>  [b929c663847fb8167824609a8748d55549418a81]

        convert include/editeng/editeng.hxx from String to OUString
        
        Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165

2013-09-11  Noel Grandin  <noel@peralex.com>  [d178cb406bd08f86ec2cc9ddba35f24901f3f386]

        convert include/editeng/editobj.hxx from String to OUString
        
        Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4

2013-09-11  Noel Grandin  <noel@peralex.com>  [fbffa4e79a58eb4fe175369945ced653070189f7]

        convert include/editeng/editstate.hxx from String to OUString
        
        Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0

2013-09-11  Noel Grandin  <noel@peralex.com>  [40abee2080d285733a5e8a60f8a084c0643b5e8f]

        convert include/editeng/editview.hxx from String to OUString
        
        Change-Id: I1d21fd48dfaa8cfe4a2807cd6e50e05db4c24e28

2013-09-11  Noel Grandin  <noel@peralex.com>  [f1d4534b159cef4db69779c29dc1850eb3366c9d]

        convert include/editeng/edtdlg.hxx from String to OUString
        
        Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843

2013-09-11  Noel Grandin  <noel@peralex.com>  [e7c7f96b4170c537f9fac9d25743675e485f76ea]

        convert include/editeng/numitem.hxx from String to OUString
        
        Change-Id: If353e9ee792d58cb7ae3a20072c7208e8f2e6ef6

2013-09-11  Noel Grandin  <noel@peralex.com>  [c049ec85893180a444a2d3638f07b4bc1104d4f8]

        convert include/editeng/outliner.hxx from String to OUString
        
        Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa

2013-09-11  Noel Grandin  <noel@peralex.com>  [b0f07a96489f3aa5d65b53322e61f5be747899fd]

        convert include/editeng/paperinf.hxx from String to OUString
        
        Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5

2013-09-11  Noel Grandin  <noel@peralex.com>  [15c9ed6bd3045f281ffdd30f6af638e554bbb07d]

        convert include/editeng/pmdlitem.hxx from String to OUString
        
        Change-Id: Ieb1dc1b3ad2002ef564f885e13a172f03d191a94

2013-09-11  Noel Grandin  <noel@peralex.com>  [0f9976f9cea73cf57ae8441c840523bbcd1655fc]

        convert include/editeng/splwrap.hxx from String to OUString
        
        Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe

2013-09-11  Noel Grandin  <noel@peralex.com>  [76fa859ac1f7e1b754ddc1a4c7d5685342c58455]

        convert SvxAutoCorrectLanguageLists from String to OUString
        
        Change-Id: Ib10ec6b9ab8d3a6538a5e6cafa349774d123531c

2013-09-11  Noel Grandin  <noel@peralex.com>  [7b3f9c737579d1c8e0f4c271e21c9217f0d588fa]

        convert SvxAutocorrWord from String to OUString
        
        Change-Id: If06144ebd511653bc7bcf51b2a408e5e1732cb83

2013-09-11  Noel Grandin  <noel@peralex.com>  [11986b61b2e5c80becd955cf956c2034595f65b0]

        convert SvxAutocorrWord from String to OUString
        
        Change-Id: I4f70ebb03d5028db77ab3d86eb884462c92ec9dc

2013-09-11  Noel Grandin  <noel@peralex.com>  [ac85b6cff11d193f5f71d11b1f3cc1c474653f59]

        convert SvxAutoCorrDoc from String to OUString
        
        Also:
        - simplify the return type of the GetPrevPara method, there is no
          need return an OUString by pointer
        - simply the ppPara parameter of the ChgAutoCorrWord method,
          passing a pointer to a pointer to a value type is unnecessary.
        
        Change-Id: I4a8c44fdab1cf68af88c34003827d1c20704f839

2013-09-11  Noel Grandin  <noel@peralex.com>  [bde5457dd634c70cef02565890e08e8669e1a437]

        convert SvStringsISortDtor from OUString* to OUString
        
        There is no point in storing pointers to a reference counted value
        type.
        It complicates memory management without gaining us anything.
        
        Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb

2013-09-11  Noel Grandin  <noel@peralex.com>  [19c8de15dfc49b815597d7f2b05e072de2f8dec5]

        convert SvStringsISortDtor class from String to OUString
        
        Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811

2013-09-11  Noel Grandin  <noel@peralex.com>  [987356e22f2d969deca72da99643691e432f0e92]

        convert include/editeng/svxfont.hxx from String to OUString
        
        Change-Id: Ibee55393373d4b8bc9e17effc2f2bdf862c17cc9

2013-09-11  Noel Grandin  <noel@peralex.com>  [af40ffdcef60c65437df4749c8bb2ad24356d1c2]

        convert include/editeng/svxrtf.hxx from String to OUString
        
        Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011

2013-09-11  Noel Grandin  <noel@peralex.com>  [74bea5b0ab6bcf0eaaa50c8f529f1ea2e96167cf]

        convert include/editeng/swafopt.hxx from String to OUString
        
        Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8

2013-09-11  Noel Grandin  <noel@peralex.com>  [9fbb07cbf21c788a72a6e98ef661bbb0374b50a0]

        remove dead forward declaration
        
        Change-Id: I8396304ab2b02002ff422a3ce07995dceaafe7a4

2013-09-11  Noel Grandin  <noel@peralex.com>  [520deb6d25c92053c9f2c099bb580de1acdf353b]

        convert include/editeng/unolingu.hxx from String to OUString
        
        Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed

2013-09-11  Andres Gomez  <agomez@igalia.com>  [ab0998c77cc5b1f15c4d584185e7c401ef6fe62b]

        oox: Smart-Art DOMs stored in the InteropGrabBag
        
        The XDocuments representing the DOM documents of a
        DrawingML diagram (Smart-Art) are now stored as
        the PropertyValues "OOXData", "OOXLayout",
        "OOXStyle",  "OOXColor" and "OOXDrawing" into the
        "InteropGraBag" property of the parent
        SvxGroupShape created from such diagram.
        
        Modified the oox::drawingml::dgm::Diagram class to
        be able to hold the map storing the XDocuments and
        its names. Added the getDomMap() method to obtain
        the map directly and the getDomsAsPropertyValues
        method to get the map as a sequence of Property
        Values.
        
        Modified the methods for importing and loading the
        Smart-Art into the Diagram so they add
        automatically the DOM documents to it.
        
        Modified the oox::drawingml::Shape class to be
        able to hold the sequence of PropertyValues
        storing the XDocuments and its names coming from
        the oox::drawingml::dgm::Diagram class. Added the
        getDiagramDoms() and setDiagramDoms() methods.
        
        Enhanced the
        oox::shape::ShapeContextHandler::getShape() method
        to add the extended drawing document to the
        oox::drawingml::Shape class.
        
        Modified the
        oox::drawingml::Shape::createAndInsert() method to
        store the sequence of XDocuments in the
        "InteropGrabBag" property of the GroupShape
        service SvxGroupShape implementation representing
        a Smart-Art.
        
        Change-Id: I7d0b9dfbfc9d5299ddd25fab394e5e9a422d1dd1
        Reviewed-on: https://gerrit.libreoffice.org/5849
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [fca4b8d48b07d522dadc86757423b93d1829621b]

        Move Mac OS X Info.plist into instdir
        
        Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe]

        soffice.bin is named soffice on Mac OS X
        
        ...confusion galore, but hopefully brings us one step closer towards a working
        instdir for Mac OS X.
        
        Change-Id: Icb37a4adb1f91c9e81aaf11036c9d3e548c5ba76

2013-09-11  Tor Lillqvist  <tml@collabora.com>  [a5a59bdcc5226ea70e6f6bd164180af1f4fa03c9]

        Use LIBO_URE_LIB_FOLDER instead of hardcoding the "ure" directory
        
        The directory name is "ure-link" in a traditional OS X LibreOffice app
        bundle.
        
        Change-Id: I8e1380522a3c05e9018909fec8d46ba1f7be7858

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [b5e77357f8d1a2ee2c7831a2a0753f8b10a2c5b7]

        Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixes
        
        Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8

2013-09-11  Tor Lillqvist  <tml@collabora.com>  [6557d9217e36f08e46af1de368cda3586a674192]

        Bin outdated and overly specific "requirements" for OS X and Windows
        
        Surely we list better requirements on a website anyway. The ones
        listed here were either plainly wrong or of historical interest
        only. These "requirements" have no legal meaning anyway, so surely we
        can just assume common sense instead of trying to figure out if we
        "require" 256 megabytes of RAM or 512.
        
        Somebody please have the courage to edit the Linux section, too. It is
        woefully out of date, over-specific and misleading.
        
        Change-Id: Id9c7208538e55ece5a16dae2c120e77dd7839b04

2013-09-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6ebb9a3bf4c00df694df844345748a1b736791b0]

        Handle import of shared formula from xls more gracefully.
        
        Many xls documents contain shared formula entries that don't follow
        the spec. We still need to be able to handle them.
        
        Change-Id: Ia7d01101a6759967d9ebb27b6540dcb67607d13f

2013-09-11  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d66ae92ade617b390c879ac99d9bbca8a7b6617f]

        Fix crashers on xlsx import, due to shared formula range being wrong.
        
        Shared formula range that Excel gives is incorrect about half the time.
        It's better to ignore that altogether.
        
        Change-Id: I2302c6dd1b5883e32305d4c511f942bf4cebca3a

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [02b0d09ee02ea3ed3b489c2637f87c5e42aea71b]

        This syntax is C++11 only.
        
        Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c

2013-09-11  Stephan Bergmann  <sbergman@redhat.com>  [5397b49f4dba9d065984a8b0eb356333c565217a]

        Towards a working instdir for Mac OS X
        
        Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X,
        where it is $(INSTDIR)/LibreOffice.app/Contents.  Most stuff ends up there (so
        most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK-
        related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME).  (And
        GeneratedPackage needed to be made more flexible, to allow for packages that go
        into either of those two places.)
        
        For Android and iOS, gb_INSTROOT probably still needs to be set.
        
        The most obvious missing thing yet to make instdir work for Mac OS X is the
        instdir/*/LibreOffice.app/Contents/ure/ vs.
        instdir/*/LibreOffice.app/Contents/ure-link/ split.
        
        Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [06b632f0d367178b7266e50c6f140ef36984733f]

        Fix notes jumps.
        
        * Remove empty spaces not reset while changing text via TextSwitcher.
        * Scroll notes to the top on changes because outer ScrollView remembers
          current position not respecting TextSwitcher state of course.
        
        Change-Id: I3e9ba458e4ce6b13e5b02675ca28d6c7c5829f00

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [5dd70c5c9b3e8cc7313285c2eae31b8d4f7a8d60]

        Add ability to change transactions via clicking a slide.
        
        Change-Id: Ifc9344c53492a053b15bc0f005e881bc09077473

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [ca5c6e9696048fca9cafba632b574ca4c351b4dd]

        Add saving progress message state between orientation changes.
        
        Change-Id: Ic74810e90ca882f734ae7d1fab4b250908ae9c49

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [e9d61192574ea7de22beed2644868bfba319ff91]

        Remove notes from the landscape layout.
        
        Ignoring tablets at moment.
        
        Change-Id: Ie2ac0840cea994e942b2f7e1a7d4a2e73ebd12de

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [54433a11e711a440f698c94edcd22379222db1ce]

        Remove hiding notes section when there are no notes.
        
        Show warning instead. This change should help avoiding users confusing
        when they see half of the screen empty without any reason.
        
        Change-Id: Ic229e80fc56a9ad8a419dc19b0784213b1fe3a68

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [2dfaabc1bab1cf20110e984010c96a5b94973db8]

        Fix null pointer exception for devices without Bluetooth.
        
        Change-Id: If44089824fe48b302f6e75ccbbfb3a6843016723

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [ff802c08b5d45779fb8a361be4704c2f04bb8d4a]

        Add ability to pause and resume a slide show.
        
        Change-Id: I5c93cc0b2ad1aa68529ae1e278bd2cb7ad54359d

2013-09-11  Artur Dryomov  <artur.dryomov@gmail.com>  [21e5de7d5630605735f4572369e37d7bab0a5522]

        Fix servers search behaviour.
        
        * Start search and stop it during the lifecycle. Before this change
          searching was a constant process draining battery.
        * Enable and disable Bluetooth according to the service lifecycle. This
          should help to avoid race conditions and disable or enable Bluetooth
          better way.
        
        Change-Id: I02ef1bb67d9fb6fd56d0aff0a176cdb41284a49f

2013-09-10  Eike Rathke  <erack@redhat.com>  [e759a9864677d10b936f8e50dc87dd3a214435c5]

        added description of tag change process
        
        Change-Id: Ib539961099561d3b8d437f8f21dbe363f17b0ded

2013-09-10  Eike Rathke  <erack@redhat.com>  [b6cd9d8d5042fb24deb58bd762d8266867d1d0f4]

        changed all 'sh' language to 'sr-Latn'
        
        Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37

2013-09-10  Eike Rathke  <erack@redhat.com>  [bc273e9e0d7b3a8c17beffa71a3165eb1c034d82]

        Updated core Project: translations  c4768e4b398b6090f524ae801d74ad55879239ca

2013-09-10  Eike Rathke  <erack@redhat.com>  [e7cc2f266cd82713f52724126c04f8fba8a1ff3c]

        more annoying indentation
        
        Change-Id: I1f0af259614909e6310a521a4db4d6e3caac8772

2013-09-10  Eike Rathke  <erack@redhat.com>  [8616a33bc2b11cce4d581dc22893995726bcd197]

        accept also '-' as '_' in 'ref' attribute
        
        Change-Id: Ibdd59bc92df0318829e7bca098f0e9ce2dfce695

2013-09-10  Eike Rathke  <erack@redhat.com>  [0517ec8f6bc2da8cac819aab714da30531feeabc]

        corrected check of Variant '-'
        
        Change-Id: Ic134fe541e21c905590294ffb1ed4fed34aabd63

2013-09-10  Eike Rathke  <erack@redhat.com>  [e4c204bdbf5d67be2242301ae380789097cfc7f6]

        added ca-ES-valencia fallback to ca-XV fallback strings
        
        Change-Id: Iedc5924cf5100a2e7d014be68dc4897d3c0e76a0

2013-09-10  Eike Rathke  <erack@redhat.com>  [c9489f68e8d805376cfbfb67b84ccbc250788773]

        added overrides for fallbacks of legacy codes
        
        Change-Id: I62be84904b3f0f4beeda35e78906604090eefa86

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [36a619e7e5303294c6d1dffd75e6cee5ee668d0f]

        gbuild: bin obsoleted gb_Configuration__get_source
        
        Change-Id: If6f125b83114643430fcc02a2ec7f59ab406da7b

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [6f2715fe3508a87fe51222a29f98403f0d8eae55]

        gbuild: install pagein files directly from workdir
        
        Change-Id: I51e632ab96a5a569446c1a46ffce5cc3d85eadf9

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [529b1ea6f4583a136d04ae19af6efee2b6e45946]

        gbuild: install .res files directly from workdir
        
        Change-Id: I95e4f150c21f991f629530eebf19748c2768f856

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [b469cd235bba961abc71d26ddc97423906a2d67e]

        gbuild: use xml .rdb files directly from workdir
        
        Change-Id: I876a41dc77a59841c39b2c1fa43f22c20940dbf2

2013-09-10  Michael Stahl  <mstahl@redhat.com>  [21eae1933ccbaf3399dd63df2db44ad0f302edf4]

        configure: PRODUCTNAME changes on --enable-release-build,
        
        ... not on --enable-dbgutil as erroneously assumed in
        2c1f814d36d7d61b28cca2740d916cfb841095c7.
        
        Apparently the other (non-naming) changes of omitting --enable-release-build
        are "DEVELOPMENTPRODUCT 1" which causes "WRITE_REGISTRY" to be set to 0 and
        "LOCALUSERDIR $ORIGIN/..".
        
        Change-Id: Ib3ea3b7f21523773490836853d155985b68719ee

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [20235b5910a7dfa4d69f2391d0452ab81131757b]

        CID#738542 uninitialized member
        
        Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [890a48813134a43de31afd8ac3939fa454b610fe]

        CID#736398 resource leak
        
        Change-Id: Ie1fc0aa191950bdf26fd376ec1e2c8ae69acde83

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [2e96061e6d796110ea74513b71aee560ac01cd57]

        CID#736323 resource leak
        
        Change-Id: I264011a8371e71e28bda8ed853894088f680cd71

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [7b1a2641083085cb616e235a893f99387b569dff]

        CID#736321 resource leak
        
        Change-Id: Ic91875370809fb85f50af38b9db5ce8a5025e866

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [e938e65cbbe63d33c07cdd3594086136e2c6ba09]

        CID#1038282 Resource leak in sidebar
        
        Change-Id: I959b0b975f32158bcc0377a1a92c6c9c1b9190b6

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [020e29fb95d742b160feab1df6751e59d4108239]

        convert singletons to preferred rtl::Static pattern
        
        Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f

2013-09-10  Xisco Fauli  <anistenis@gmail.com>  [6c3a09b3b3ca9ad0c81a55efaaedad35c39de767]

        pywizards: fix the switch between elements in the listboxs
        
        Change-Id: I4603232d158ad3adb60697dbf1425eb5dfe5d71f

2013-09-10  Stephan Bergmann  <sbergman@redhat.com>  [8243dd551e47182e4be429ab61f0a398044d3aa1]

        const
        
        Change-Id: I0fdc9fd7592bae44e54c8e68c67f31ee0767d26e

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ca247672c53418eb46c574e8ce5eae453b1969bd]

        Remove unneeded lines.
        
        Change-Id: Ica14f151653f57f01dfd46754b705231e8423fac

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [87bd0c8c8f2b6d66c32781d5dc81e7b9029ff544]

        Reintroduce Statement specific mutexes. (firebird-sdbc)
        
        This replaces the erronous Connection wide mutex. Libfbembed
        is multithreaded hence we don't need a connection wide mutex.
        
        Change-Id: Ifae79cdefecfe6597a535e36bda318563092bf6c

2013-09-10  Michael Stahl  <mstahl@redhat.com>  [242668950059744d1ef6b54d30bf91fc10cd273d]

        desktop: ure-link is installed by ure/Packge_install.mk already
        
        Change-Id: Ic575d340d0b3b42dc9b07790ab094c8ce6016329

2013-09-10  Michael Stahl  <mstahl@redhat.com>  [18976a2d90f5dd000ad1f685ac7b8c42ed2b401c]

        use $(PRODUCTNAME) variable for README
        
        Change-Id: I0314112570ed9ef2090b25f1e19cb2c0a853da76

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6eb71f711e84cd285fe997bebdb5896f7e16b33f]

        We can use plain char array for these, only to avoid C++11 construct.
        
        Hopefully this will keep our tinderboxes happy.
        
        Change-Id: I3f7d398407fea2da858a1567c264f4c9bc35ff7b

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [7a0ac3d38f521ffee36d90f24b4574f22745bf4f]

        CID#1038283 Resource leak
        
        Change-Id: I7f8433a76079dc76d888fd250b3033d772887e4d

2013-09-10  Armin Le Grand  <alg@apache.org>  [ae8cbeeba09607d34c3e0209bda3ccfdd71f0cbb]

        Resolves: #i123216# No FontScaling by WorldTransform on WMF import
        
        (cherry picked from commit d0ebb70c004761552016b0fa0a259ef35a01f840)
        
        Conflicts:
        	svtools/source/filter/wmf/enhwmf.cxx
        	svtools/source/filter/wmf/winmtf.cxx
        	svtools/source/filter/wmf/winmtf.hxx
        	svtools/source/filter/wmf/wmf.cxx
        
        Change-Id: I3e85dcc019028b83eb2f650f1527333f2d5cf9dc

2013-09-10  Jelle van der Waa  <jelle@vdwaa.nl>  [529f9cf52fd01f140892852584f77572b0e43a29]

        writerfilter: remove old unit tests
        
        Change-Id: Icaa0560b812b96e41c52d7a43267873fe364ceb7
        Reviewed-on: https://gerrit.libreoffice.org/5904
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [ff50e9ac7145e0d1accf980560ef50c272e427dd]

        CID#1078790 Resource leak
        
        Change-Id: I1c5af09932a5004c5c76080fd490e53d8927c285

2013-09-10  Jelle van der Waa  <jelle@vdwaa.nl>  [d2ddff7b355fac5ba7ec93f866ea52f462dbc6fe]

        fdo#62475 removed pointless comments
        
        Conflicts:
        	sc/source/core/tool/interpr1.cxx
        	sc/source/core/tool/interpr4.cxx
        	sc/source/core/tool/token.cxx
        
        Change-Id: I507d747b6c087d089203f7bce6be836da28fc537
        Reviewed-on: https://gerrit.libreoffice.org/5824
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-10  Eike Rathke  <erack@redhat.com>  [7dc7d77cd0b142ea3fde93368334d1e4909d94da]

        include language-only in ISO-only fallback strings
        
        Change-Id: I6da1b2b46c724c72bff3b1ee9739f2625a0321c2

2013-09-10  Caolán McNamara  <caolanm@redhat.com>  [486353651aee653b149170013c7e1d168644f508]

        WaE: enumeration values not handled in switch
        
        Change-Id: I89564800ee81d1e406a5f5fc12ec32dded161274

2013-09-10  Thomas Arnhold  <thomas@arnhold.org>  [114efed42daa7de5e7d650cb713ba91c0c3117bd]

        String to OUString
        
        Change-Id: If859505c52b7166e9e586008b40a6aff3a2ccf3c
        Reviewed-on: https://gerrit.libreoffice.org/5893
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-10  Michael Meeks  <michael.meeks@collabora.com>  [ed1eed600b2e4afd9364ee8dacf775f897df3849]

        configmgr: more makefile cleanup.
        
        Change-Id: I672077a2096cc51e7a3668f5873a91299fd00ca1

2013-09-10  Jelle van der Waa  <jelle@vdwaa.nl>  [d697ba10a5fd3da26912c29116aff90c3be64640]

        remove old unit tests
        
        Change-Id: I83619c47d435b9ee7bd0de3121832f84046a6d18
        Reviewed-on: https://gerrit.libreoffice.org/5903
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-10  Michael Meeks  <michael.meeks@collabora.com>  [e9b808bd2de9183daa31bfa9c93d6539ddcb0b62]

        configmgr: cleanup unit test pieces.
        
        Change-Id: I3d849a1676c638d431a15672c5a7253b70f4e610

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [a66aeace78f366800ba5bc8be0d334ea823179ab]

        Add ability to specify starting row when querying for last non-empty row.
        
        And it can only go upwards from there.
        
        Change-Id: I4c8037f687dfdd0b6c937463696d628e78e4a8bf

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [de746be2078c191692d94d11006564ec60090b7d]

        Oops I forgot a return statement.
        
        Change-Id: Ifdea804b178ccf5c25ef21fba2642f31a90e4061

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d466bd65be615516ee5402915abb26e4f3775e23]

        Fix several logic errors in required array size calculation.
        
        Change-Id: Ife05e21583d14c873d38c09d78e964cdb3817d6c

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [ae0d98e18125ecd3fa92f4612a62da32c704579d]

        Trim data array length to remove trailing empty rows.
        
        Change-Id: I61a6a289ad1c2c757fcea490ada5d40fee08e840

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [71958acc9c6650606e59321b9b9aaf8c11ef907f]

        Eliminate (almost) duplicate code blocks.
        
        Change-Id: Ib5d0fae3efda6bde056f7e4990de57c8b3541549

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [b951445113add8360a3efb97091faefb3c870ce5]

        Support fetching string array that spans over multiple blocks.
        
        Change-Id: I543fca231e0be886159b8ddbd83ceffa1bf69c1b

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f8fe9f0f25787b9d73ec417dd06118e6a72b9631]

        Move common code blocks to a function.
        
        Change-Id: I1b1aaa0b1dd8cc6e14fbac1981c67a8b63c92c2c

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [7d0f3695a20df18f5f6e609f70b8d1ef7825302b]

        Correctly handle empty cells for string arrays too.
        
        Because we need to make a distinction between an empty cell and a string
        cell containing zero-length string, I decided to switch to using
        rtl_uString* array and use NULL values as empty cells.
        
        Change-Id: I5bedb593507f34782e41a8a900602d445e5b1f6f

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [6dd0d051e986b868bf2225c16137e72d6e2dd3b6]

        Do the same for range vector tokens.
        
        Change-Id: Id80f76dbe575fc6b279dafbfc524a9230755ddc8

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [d1c90e929ef765b0d88a8d1e0bda434a1e340bee]

        Correctly handle empty cells in group calculation (software interpreter).
        
        Store NaN's to represent empty cells rather than storing 0's. Storing 0's
        would mess up COUNT(), for example.
        
        Change-Id: I8e350e1fe31358b844dd44451ed8659172fda1cb

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [2e5111f58994d6449fd03b1fc2c4971da78deded]

        The OpenCL interpreter doesn't have to be a child class of the S/W one.
        
        Change-Id: Idcc28b98fceaffdc8947410fef5fadbae462450b

2013-09-10  Kohei Yoshida  <kohei.yoshida@collabora.com>  [f4d04f2014cedacdba3eec2177a3ba4acd3d6b6f]

        Instantiate the software fallback outside of opencl code.
        
        Change-Id: I7ec7a951492616abd3c7327b85f09c1e913208ca

2013-09-10  Jelle van der Waa  <jelle@vdwaa.nl>  [e8c26959deac60eb2b7bec7a36fccacd95914304]

        fdo#46723 enable configmgr unit tests
        
        Change-Id: Id2a10374d207fc079093cdb9a78ac30171251e46

2013-09-10  Stephan Bergmann  <sbergman@redhat.com>  [4b0a692668e37f55ea8b4c10af4d31fb314f9d0b]

        Stray space at end of usage text line
        
        Change-Id: I886c543d9de63595a9183f4e5f108f08b2ba25ef

2013-09-10  Lionel Elie Mamane  <lionel@mamane.lu>  [9b60eeac516db4be2f3ab70526f2de84e1c9b9d4]

        janitorial: c++-style cast
        
        Change-Id: I746eff36778e30e36b975e24c70712301c3c71cb

2013-09-10  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [d50bd55c5d78dc10d40be502f8d6638bcc0ce890]

        Parsing master presentation objects from 'objectlist.xml'
        
        Parsing the property values of master presentation objects.
        Also new functions added to comphelper module for expanding
        filepaths macro to appropriate system file paths(for
        configuration files present at 'Impress.xcs')
        
        Change-Id: If0381a12155673e85103ddb5d51c34ae53fe2ecb

2013-09-10  Stephan Bergmann  <sbergman@redhat.com>  [b1e464999e387e44f0e021d52f2673c2fe7822a0]

        Some clean up
        
        ...post 5a02076358a547bae8a9b596d9722a7cd2d46c34 "Windows registry configuration
        backend."
        
        Change-Id: I4d27c17d4f26254bce175910a76f0076639581e8

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [5d486c4b8d352ebefc7d3af125864228af188756]

        fix typo
        
        Change-Id: If47c5d77b0f05415e5fb38e0f825474892d628dc

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e4b07b2917154d68019e37b4eadf81a8b73d666b]

        Add missing component to firebird unit test.
        
        (Windows throws an Error on this.)
        
        Change-Id: Ica3aeac294d3a32a4faa6837309a0fb5d8d15b92

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f7383e8b58903410210ff72348636976f9229be2]

        Split reusable parts of Firebird unit test into DBTestBase.
        
        Change-Id: I6b2d131e0e4b53bb6b4cec69c5b0e99b8b9e74a7

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [f44f94b95b435ee0ec71c73133daeb88cd2539b1]

        fix gdb pretty printers for --enable-mergelibs
        
        And install them into $(INSTDIR) at the end of build,
        as it is done in dev-install case.
        
        Change-Id: I1a9852684361a12333046fa58f83720aa2c835da

2013-09-10  Michael Meeks  <michael.meeks@collabora.com>  [a3b56a9b963189cb22e7d34e87f860412ed3332f]

        avmedia: vlc - cleanup debug churn.
        
        Change-Id: Id0a3e0ecb49b11e119188b6ccce04269917442b8

2013-09-10  Michael Meeks  <michael.meeks@collabora.com>  [d8655d03583a775f9cf986e053b67032b6d433e0]

        tubes: auto-package DSO as part of calc.
        
        Change-Id: Iee3005e9a7bc97d491012eb0c81c9f8e49d423c7

2013-09-10  Janos Farago  <farago.janos@andrews.hu>  [5a02076358a547bae8a9b596d9722a7cd2d46c34]

        Windows registry configuration backend
        
        The goal is to manage LibreOffice configuration centrally
        in the enterprise. In Windows Server environment using
        Group Policies is a common solution for configuration
        management. Therefore it is required that LibreOffice can
        read configuration data from Windows registry, too.
        
        Windows registry is another configuration layer on the
        top of normal xml based configuration.
        
        For example the following registry setting:
        [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.UserProfile\Data\o]
        "Value"="Example Corp."
        "Final"=dword:00000001
        becomes the following in configuration:
        <item oor:path="/org.openoffice.UserProfile/Data">
            <prop oor:name="o" oor:finalized="true">
                <value>Example Corp.</value>
            </prop>
        </item>
        
        Change-Id: I2cdd83fc93922bf2806417bfd1b83f85cc926d4c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-09-10  Tor Lillqvist  <tml@collabora.com>  [be4b57b6da08231635f843529fed6fa53c931d02]

        Copy some stuff from INSTDIR, not OUTDIR
        
        Some of it is not in OUTDIR at all any more.
        
        Change-Id: I1afbaafa0fe5a355158b44fcafd3d3e190fce79c

2013-09-10  Tor Lillqvist  <tml@collabora.com>  [3b9f9a5a4baa06607110db644eff3af146802326]

        Don't bother building the DocumentLoader Android app every time
        
        Change-Id: I90a96420c3261ce14f337dae3dfddfc01ac2436e

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8dc5941064c50fe0a61490e274d61eccb43fd089]

        Fix typo.
        
        Change-Id: I34df96334478b10f151e630188f45e6ce0487f1a

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [da8d7533f8547f57476a69849331c6c1781ce326]

        Try to fix Mac/Win Tinderboxes.
        
        Change-Id: Ibfd017c23cf510bf481d60b1e836654fd7240df0

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3f114eb4a2f3994b980aa607f2d4afc58e5aaa1d]

        Implement firebird integer loading test.
        
        This is mainly in order to determine whether the firebird ODS is safely
        portable -- if testIntegerDatabase fails on non x64 / non Linux / non LE
        platforms then this isn't the case.
        
        Change-Id: I44eb7a774650cec27748b2058e9bb153f32742dc

2013-09-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [65fc052b89b029ad1e853a139f6b3817ac24452a]

        Add simple embedded firebird .odb loading test.
        
        This opens an "empty" firebird-based .odb and tests that it is possible
        for the firebird-sdbc driver to open the embedded database.
        
        "empty" denotes that the .odb is marked as using embedded firebird
        but doesn't in fact contain any .fdb file within. This is usual state
        of a .odb directly after creation using the "New Database" dialog when
        the sdbc driver first opens the database.
        
        Change-Id: I83941c05b6328d8419dca49121988640c6f887bc

2013-09-10  Tor Lillqvist  <tml@collabora.com>  [d344d46cd4cd0e4811ac5ebd01d29cc4547f7f3e]

        I don't think the map file is that useful to generate every time
        
        Change-Id: I15ba6f0ffc645746be8deb83bc623a340b76bda9

2013-09-10  Miklos Vajna  <vmiklos@collabora.co.uk>  [7cb5537be8836652ea4dc6f63f17dc773d0feeba]

        CppunitTest_sw_ooxmlexport: do not build failing testcase
        
        Change-Id: Iec2db10104e79406cb2b9b6bac81d64dbe597d8d

2013-09-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f4dad76732328dfaa0ff16f810d6ee0a3bfd0d8c]

        Improve border equal check in filter tests 2.
        
        Change the order of words BORDER and EQUAL in the
        macro name to become consistent with other macro names.
        e.g. CPPUNIT_ASSERT_DOUBLES_EQUAL
        Use a function inside the macro to make it type safe.
        Add additional message to make clear why the test failed.
        
        Change-Id: I9fc7a5813adf2cac36ae831d438cec498232b06c
        Reviewed-on: https://gerrit.libreoffice.org/5885
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-10  Andras Timar  <andras.timar@collabora.com>  [a41d72333d15c609f0441bd7df1722b31297756d]

        kill VERSION_INDEPENDENT_COMP_ID
        
        Version independent ComponentID in Component table of MSI means
        that the GUID is calculated from the Component name only, the
        PRODUCTVERSION is not concatenated to the name. Providing that
        name is constant in all versions, the resulting GUID would be
        the same e.g. for 4.0, 4.1, 4.2 etc. But what is it good for?
        Faster upgrades maybe? But name can also change, we did not
        pay attention to keep it constant. So in order to help scp2
        cleanup, VERSION_INDEPENDENT_COMP_ID flag was obsoleted and
        removed.
        
        Change-Id: I8e1ee450524b02f07d0b0553f6b82d0321dbddcf

2013-09-10  Andras Timar  <andras.timar@collabora.com>  [f5248b4f4e83d491347749cb6731a12a9509b560]

        CompID is not in use in scp2 files
        
        Change-Id: I3d5b92d9890d6525b05575760a9fb4b4db65172b

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [1ea33a8cfc5bc51d0cf83989702b8be82cf52c49]

        fix lcms2 library in solver
        
        This commit repairs broken link liblcms2.so -> liblcms2.so.2.0.4 as
        liblcms2.so -> liblcms2.so.2.
        
        Change-Id: Idccd65bba5cec822d285859f609e222c84f2fad9

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [be4d2cdc23c20a11a195cab8fb6a45312a814341]

        unusedcode: remove AttributeListImpl
        
        Change-Id: I9c3c0d742bc2941fcf40ad69bfb744a57b3e7be6

2013-09-10  Matúš Kukan  <matus.kukan@gmail.com>  [18ac4a1bc7925712cc63ccb692cf854a040261c6]

        we do not register static libraries anymore
        
        Change-Id: I5831080411f6a759f5ebd8fbac840b8fb40be878

2013-09-10  Michael Stahl  <mstahl@redhat.com>  [0f17d0f6d81bd953ebf0b2d9ef734d855c844de8]

        svx: fix deadlock in accessibility::ChildrenManagerImpl
        
        svx_unoapi svx.AccessibleShape on Windows:
        One thread in ChildrenManagerImpl::GetChild() calling eventually
        SdXShape::getPropertyValue() blocking on SolarMutex,
        other thread calling ChildrenManagerImpl::CreateListOfVisibleShapes().
        
        Not obvious if it's possible to release the maMutex in GetChild() around
        calling ShapeTypeHandler::Instance().CreateAccessibleObject(),
        since other methods here call GetChild() with maMutex locked themselves;
        so just give up and use the SolarMutex in ChildrenManagerImpl too.
        
        Change-Id: I9bf4e5926c4d01308513b1b4e88f20f9fd4c5648

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [e658caeda9e98f001eec06495dc15d3687f345e9]

        Extension Manager: surely we should be able to spawn uno ...
        
        ... in finite time; waiting forever may hang the smoktetest in case uno
        fails to start.
        
        Change-Id: I42be4cecb8eec82df8f2df63f02e1223e4933626

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [3782ae0bc43431133871b168008e50924eb55d32]

        gbuild: remove redundant defintion of gb_DEVINSTALLDIR
        
        At least the PythonTest will pick up the one from platform makefiles.
        
        Change-Id: Ia1c3c0535529f4051f66d0ce91c377108a1a3cd7

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [4e21c6823e1eb8d07fafcdd76e84d8d46dc23ba6]

        gbuild: put the DLL into INSTDIR, not the import lib
        
        Change-Id: Iea2a3d5d73ae6decb12082d850afd72514ef21a0

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [e3e06d0d6edbc398baabacd411aa6ba11958a808]

        gbuild: ExternalPackage: use gb_Helper_install
        
        Change-Id: I001563c8aaf4e21e57c53aa2045b6709a35464d7

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [573b8543cb41b88dd6e255a3c566a31a881a3e7e]

        start to use instdir for subsequentcheck tests; avoid make dev-install
        
        This commit breaks linkoo.
        
        make dev-install continues to work as before but it's not necessary to
        use it anymore.
        make check now uses files copied into instdir by gbuild.
        TODO: fix remaining issues so that instdir is the same as install/.
        
        Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [3cc8feff1b81ddfe4eafa5cf23e98b1c536f5f1a]

        gbuild: fix Jar layers for WNT
        
        Change-Id: I516abd165f947c155f3e969e27f51fb093bfa8fc

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [64405aa69f3c4e305f11f2d3ddbddd2bbedbb264]

        gbuild: avoid packages when copying files into instdir
        
        There should be only two ways how to add file into instdir:
         - gb_Helper_install used in gbuild
         - gb_Package_set_outdir used also elsewhere,
           preferably with scp2 containing its .filelist.
        
        Change-Id: I75ec0ba63f32acf4b56b17dc972f4488edf6a777

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [d33b6ccda7e52e7111c0299db9a6e60400abb13b]

        gbuild: add definition of gb_Executable_LAYER to windows.mk
        
        Change-Id: I474881a5713dd2e09fdb47a683dc79f97f014b6b

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [b3b641090041f5708021f23272724a28fd61c73d]

        desktop: put soffice.bin in INSTDIR too
        
        Change-Id: Icfafff9120cae51c32ebfd87267e664f18f7ec8a

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [6ec243f58d992ae9458c2ccd81f08a3d0ccf59bf]

        register uwinapi for URE layer (auto-install it while at it)
        
        Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important?
        
        Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [1c70dc6fa267078aa3b0ed716b5a2c7f7d267163]

        openssl, libxmlsec: use gb_ExternalPackage_add_libraries_for_install
        
        Change-Id: I980307749c5fb6f3682374e091bbcb91cdebd5fa

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [6d5c47aeb2238de277f44bbd47f7fd8079d72081]

        lcms2: stop delivering liblcms2.so.2.0.4
        
        Change-Id: Ie88e74f3ced7595ab4a9dfaa16c2a4ce53bd7b3c

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [25dc151c2bd592eb41834df29e62a7a467d13fc6]

        add back HSQLDB_JAR to URE_MORE_JAVA_CLASSPATH_URLS
        
        Change-Id: Iad3013df716f1dff66813e26c62d3275d5af2999

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [2e5af9dc4fe88fead050ebe08f2b2d044124e7ce]

        properly generate rc files
        
        Change-Id: I1152270fe9579bc1f5eeab0d1a1d4b9673f6a7ad

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [d44759e3d78d23b360f8b628857a96618dae5cbd]

        gbuild: install rdb files directly in module they come from
        
        Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [d78e4f0c461d80c17aa813c7ee6c04b5cee881b0]

        scp2: a little cleaning
        
        Change-Id: I4b41f8c2c6dd82956cb2493676c9854744eecbad

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [451ee8a4d75d08e8162147f4c467c4d0673ba31f]

        install soffice script into instdir
        
        Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [0a4f7fd2808acacc807dd6e9f46a8583687698b3]

        linkoo: do not link shell scripts that use `pwd`
        
        Change-Id: I194671feef281e07507e829fa43576f6a4468edf

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [2c1f814d36d7d61b28cca2740d916cfb841095c7]

        change PRODUCTNAME for --enable-dbgutil build
        
        The previous commit changed several nodes in main.xcd from
        LibreOfficeDev to LibreOffice; revert that.
        
        Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [89ac3c4acae1f0ffe3e96933d3449749ddf86847]

        replace variables in main.xcd already in gbuild
        
        In main.xcd we have some variables which used to be defined mostly
        in instsetoo_native/util/openoffice.lst and replaced in installer.
        Process the file in custom target,
        so we can copy correct main.xcd directly with gbuild.
        
        Change-Id: Ie2b1b6da1adb161394f69c345bbe8671cfafb7c4

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [c1e2e40b2cd8ef54473731101f1ef66310749861]

        scp2: fix Windows build: python wrapper is an executable there
        
        Change-Id: I9e9c0eee26ead63c508ddcd0dead60395e461aa5

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [0ed6f8c28e88f892c70be066394feb71d846a945]

        pyuno: another filelist to make instdir better
        
        Change-Id: Ieda9b3847de3de8989eaafc542e60216baa1af4d

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [41f00a356e9516aef62030668bb8f3928bdfb8f2]

        pyuno: this rc file seems to be unused
        
        Change-Id: I98b6263a464b46075e69e363c3eb9e4ec4557c46

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [468f7a9e8d84055e1ceb6492d67dd922a0ced1aa]

        restore gid_Dir_Sdkoo_Root which is apparently still needed on WNT
        
        also odk: better use gb_Library_get_runtime_filename than manually
        
        Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [f48fa3c390f89983c5eb78039c62e280369c3775]

        install whole sdk using filelists
        
        Change-Id: I9d8d0a20d776740c4701ec9a1facded9f4bde77a

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [fd05a8fec2b7430b392a2647beb13f777cc0f22a]

        installer: adapt to find README and LICENSE in file lists
        
        Change-Id: I9c949e61afd1afe9853b9afcd050803df3388e2f

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [9433b9074ce4336f029de464e077caf0d7e9794b]

        tweak previous commit hoping it will work on Mac ...
        
        ... plus some more fixes:
        - also install ure-link on WNT via Package not scp2.
        - also disable unorc in scp2 on WNT, otherwise cannot built instset
          due to duplicate file.
        - slso USE_INTERNAL_RIGHTS so startup.sh is executable.

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [b45d2e7d144fb5fba8d38a85e3777287fd602e04]

        ure: install files with filelists
        
        This commit adds gb_Package_add_symbolic_link.
        
        Change-Id: I58511ede3da402464e60a4c45549c15c9c5dd1a5

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [96d98bc617b5fbfac785205c73cfc4d94d29c08f]

        installer: fix handling of symbolic links in filelists so EPM is happy
        
        also, chmodding symlinks rarely does something useful
        
        Change-Id: Icdeb62728c3c0684d40d3a2c4d3bcb87b21bfb5a

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [2e47462d076364725875e770a91a7bb6bbbec2c1]

        jvmfwk: install also into instdir
        
        Change-Id: I4004361a85af4e6aed9dd0951d1154a2d99f97e7

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [dca003a486acb63ea7ba6aaba94f6c9d3715b004]

        install images with filelists
        
        Change-Id: I3946b44838c659cad12d288c8a1ed5137c3e554e

2013-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [031fd222ac94ab30c8e17f96263934bd5e148dd7]

        pyuno: install python scripts using filelists
        
        Change-Id: Ic7515acd14916cc36b59749059ed623cda906c23

2013-09-09  Michael Stahl  <mstahl@redhat.com>  [4cb5f23b232ac22369d700f8bfae713e6893449c]

        odk: make error reporting less mysterious
        
        Change-Id: I9e3c58fe65b902bb8b6b30449008bd1d71ed2180

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [1ef4b31e33d47a15ad643156ac9151961b71b712]

        Fix C++11ism (?)
        
        Change-Id: I133303e9501414aca0eadddc2ecc14a9d29d6488

2013-09-09  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a865c1a4bf6dae773e8437d486520edd36d51c1e]

        WaE: unused variable 'aText'
        
        Change-Id: Ief0af6dd64e5d144dd6396789068b3c7dae977bc

2013-09-09  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [82abb4ebde073aad7489f4c981e2bbe6d76960ca]

        Cleanup public parts of Connection a little.
        
        Change-Id: I76b0f9e547ce604aaace129a60c99b0beceac300

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [a59eafba4138eca8e70d5d4ea7f9091583860d0b]

        CID#738553 uninitialized scalar
        
        Change-Id: Iaa5cbce576e8a90f7dd89737a9458408dd3d84fa

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [ab88b56072adb0eab7fffb03801515136a1c8c9a]

        CID#1028323 uninitialized scalars
        
        and CID#1028322
        and CID#1028321
        
        Change-Id: I6c151ef949755a17fa09c483d2f5f77b02fed08e

2013-09-09  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [0f5368434ef506aadfbd44613b7b98270e6a00c7]

        vcl/pdfwriter: export linear/axial gradients as PDF gradients
        
        Using PDF's Axial shading leads to better visual result than Sampled
        function shading.
        Only GradientStyle_LINEAR and GradientStyle_AXIAL are affected by
        this change, all other gradient styles are exported as before.
        
        Change-Id: Ib4d549987e34b7ba5d1c5adaf30908f2e306d07e
        Reviewed-on: https://gerrit.libreoffice.org/5799
        Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
        Tested-by: Michael Meeks <michael.meeks@collabora.com>

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [7323bc340501c2600944193df54295c28de5482c]

        WaE: warning C4100: 'aEvent' : unreferenced formal parameter
        
        I thought SAL_WARN_IF etc worked in such a way that any variables used
        in the condition would be "used" from the compiler's point of view,
        even in an optimising build case where SAL_DETAIL_ENABLE_LOG_WARN is
        false and SAL_WARN_IF should optimise away?
        
        Change-Id: I728e1eeb8559e1299abf403afceb0e2748d08857

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [4bd34964251d1d65dfc9ecb3fded60fa71a07cf8]

        CID#1079151 make it impossible to have an init m_eType
        
        Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [9bba2d6a5ce91d851cfa15cbef3ba06e6907bc49]

        CID#1079152 uninitialized m_bOnWin
        
        Change-Id: I8f7e56ce86e7097379a8e063405bf95405616318

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [c119ec426b2a20b79d3ecaccaa91d15bc8d43a23]

        CID#1079180 initialize buffer
        
        Change-Id: Id00bce6fe4826293f6b0ae842bc70b536e9aa99a

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [21efe9ed56372dee93258fdbfd1bc88a0fd45760]

        CID#1079181 initialize buffer
        
        Change-Id: I516aedd445c8fcd4cefed1ed23d5bf8157b200a6
        Reviewed-on: https://gerrit.libreoffice.org/5889
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Armin Le Grand  <alg@apache.org>  [e79f590e94dce54b54cd50b9cc851785b5221cb0]

        Resolves: #i122777# Corrected texture mapping for 3D CustomShapes
        
        (cherry picked from commit d747eabca2eab1032fd16257c9a502eaaa98c5d4)
        
        Change-Id: I19139af9e9530214d581720963da6739afd1b987

2013-09-09  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5b74c6563cfc802b5330fb82500be9d6cd835fe2]

        Cleanup Connection and rename from OConnection. (firebird-sdbc)
        
        Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [732e8c62ace83522ef0c48c99a26f0bd54cd9d22]

        Add comment about our choice of gb_COMPILEROPTFLAGS
        
        Change-Id: Iaeb9e1637ab4b85735a44f7cd5428e0e0c47c91d

2013-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [788dec27c2e04618483cb7b5a53afc6f299296ce]

        Revert "Just use simple -O2"
        
        This reverts commit 32d9dd3008867199f56ab1dbb192aa3f49a2779b.

2013-09-09  Julien Nabet  <serval2412@yahoo.fr>  [c0d50457e88e17a4a0b160f40e92bcfa154f780f]

        CID#1078725: Dereference null return value
        
        + Some simplification
        
        Change-Id: Ia4db65f3c6d4e712060753e15acbe160d4fe3ede
        Reviewed-on: https://gerrit.libreoffice.org/5862
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [f96b23669e5ccb18f55e9041a774206b50406d2a]

        WaE: variables 'nDoub' and 'nFloat' are uninitialized when used here
        
        Initialise them in the presumably intended way to get rid of the
        warning. Note that the code around there is somewhat confused and
        downright wrong anyway, though.
        
        Also "+0", "-0" or "000" for instance are correct ways to write zero.
        Also SAL_MAX_INT32 and SAL_MIN_INT32 are legal values for a UNO
        "long". (And it will always be true that a sal_Int32 is <=
        SAL_MAX_INT32 and >= SAL_MIN_INT32.) And does the code accept any
        single-character string as zero?
        
        Then there is copy-paste galore for the "hyper", "double" and "float"
        cases.
        
        Change-Id: Ie1920cfb4d17dca7cd966d8b200d2510ea975290

2013-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [6509bbee4f752b2b47df2511d5004c1a23317da5]

        sal_Bool to bool
        
        Change-Id: If6d39259c29e9abcb693c9b0bdfb89b94001f928

2013-09-10  Takeshi Abe  <tabe@fixedpoint.jp>  [396534403b5d1e399ff1438df4c85519c900199d]

        Mark as const / static
        
        Change-Id: I9bcf02b270200fd146d2bfee6f15ff1f9ad8888b

2013-09-09  Muthu Subramanian  <sumuthu@suse.com>  [ce48c0981212b347ace49bab09ac242d2ecff41d]

        n#834722: Chart shown flipped.
        
        Auto and manual axis positioning seems to cause a problem.
        Needs to be tested with more charts.

2013-09-09  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [ebf0a4d1e338201c09620752f8fdf32dc6580427]

        Various improvements Expert Config
        
        Loads all options now in a plausibletime.
        Handles all short, long, hyper, double and float types.
        Also handles []hyper type. Also using a custom edit widget for prevent
        errors for integer types.
        
        Change-Id: Idb4f2cb49381e7f92e27a5e89107d48a334f0a26

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [c4bfd42c3c4bbff2704b56013af5e0603eec5364]

        Be less verbose in a plain debug build
        
        Change-Id: Ieffdf077372f56016fa735ce0266c9e6e6a1fe1d

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [a96941702a1454afa8ff8f340277cbccb4787a7c]

        convert info not found to .ui
        
        Change-Id: I553e6f696ad10e847d845c263fbfbab5d2279345

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [351b631dd510f30cb84a4273554569022bab2e41]

        Updated core Project: help  d7cdc2fbf36d81ecfdfa92bdf07e8471aa380ce5

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [d63cf26df43eb4490634756f016d9a4f0607ac05]

        convert customize address list dialog to .ui
        
        Change-Id: I91c69add679f62af5f67cc1bd7c2739b2de84cfb

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [6e836a56ee42f0cfbd69f068ccdcd9a6085e60f0]

        implemented centered button box mode
        
        Change-Id: I17b60440297d4eecca0737f811f6e56cc5bc91ce

2013-09-09  Michael Meeks  <michael.meeks@suse.com>  [11f50dfa91ae382d59e751fa33c98d5478a2d52b]

        tubes: build fixes.
        
        Change-Id: I7419df44a1f75a1f8bd93f10a8104b75784e6fee

2013-09-09  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [d9e21015d28b03c5df73b4e819ed2a6fc85c3a7e]

        Fix fdo#67746 SIDEBAR Feature request: RTL\LTR buttons
        
        Change-Id: I1684f0a4e66a395928f5fabcef0610867adb6eea
        Reviewed-on: https://gerrit.libreoffice.org/5871
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Krisztian Pinter  <pin.terminator@gmail.com>  [93eefe54f5d6b6092371bad1e86444489d29eee2]

        Make SvtHistoryOptions not return files if they can't be opened
        
        Change-Id: I68cb3363a33b2d6ceb2330486e26d5cfa913c5e7
        Reviewed-on: https://gerrit.libreoffice.org/5841
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [573d625513f8c699a7977a632bb137be21754752]

        set mnemonic widgets
        
        Change-Id: Id986d86c58c90db67f5943ace13d9cbe383ceaa0

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [9435a184c80488bd519bb6c6856c03c7abfa1a6a]

        Updated core Project: help  d0456a4b2ab0312273beaf6546a7698c1028cf3b

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [780887431209af99743f1bece265118dfb340988]

        convert find entry dialog to .ui
        
        Change-Id: I0d8ef363e45f9032676a161c63d7cf9bcbe417fd

2013-09-09  Siqi LIU  <me@siqi.fr>  [8a1f535c3dbc624b70ba85078ab058f4b4f97f1f]

        concentrate all config into one place
        
        Make use of InAppSettingKit, which allows both in-app setting and system-wide setting pane.
        Introduced more customization like default count-down timer duration & vibration & auto_start & default timing widget options
        
        Change-Id: Ida60b3b3f87a674795ee3ebddf14c71265196264

2013-09-09  Siqi LIU  <me@siqi.fr>  [94ad163b3b86283c9d0e9270575922c98d4d4c69]

        dark style button image
        
        Change-Id: I208a97fe697d3f95fb4620d7649de1ba3c1b8c8f

2013-09-09  Siqi LIU  <me@siqi.fr>  [ae046d75d84c752381af8823caf6c2d0158f9280]

        Timer/Stopwatch for iPad redesigned
        
        Change-Id: I04f6e2f6fe0f5458b73e20614f5c99f810a4840a

2013-09-09  Stephan Bergmann  <sbergman@redhat.com>  [f500b2d7d997c8ae0757c3c2d6a7e957e5de9fd3]

        Remove dead code
        
        ...merged in via d02f75a8c36705924ddd6a5921fe3012fafce812 "Resolves: #i121420#
        merge sidebar feature," but apparently already unused in the original AOO
        commit.
        
        Change-Id: I12e4ff05769d95a847881934eab6da722bb1950e

2013-09-09  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [dd05923399a5815499ee5cdc035487b0e41709d1]

        Updated core Project: help  d730745a16c469744f38da47b08f7710eda469e3

2013-09-09  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [59ff29f82514b277dc245cad4d535b192f44b129]

        Convert java start parameters dialog to .ui
        
        Change-Id: Ib3aaeb751ae67c0ed4e444f6febd676ddd94f924

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [61c0071d8ad90523496f3de2d30cc9fe07becd9e]

        Updated core Project: help  e3c18f7032e9f321f09d6f6401a4e9bf46313b93

2013-09-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3b6ad403dd332221ebde82ae5f699ba77b60f181]

        Use hex color code in character border filter tests
        
        Change-Id: I19bd1cbedd42101186fd4afbcd7af9afb630f857

2013-09-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [81d2a8e8ae9df80948c44e6b6980ca46918719ee]

        Avoid using in header
        
        Change-Id: I1365cf183a768f17dd2d16f695a27d9710eb4daf

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [7560f765b32bf9969b89b28c6733faa8098f1809]

        unify strip previews optimal size in one place
        
        Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b

2013-09-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a8dd49b9fc59371ff8edb31082bbd4f1b6179b1c]

        Convert dimension lines tab page to widget UI
        
        Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8
        Reviewed-on: https://gerrit.libreoffice.org/5879
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8c204276a438c718bd2eed6c59189dcfb24032be]

        Cleanup findColumn. (firebird-sdbc)
        
        Change-Id: I0458892d9688a8618789652caf67251a61cc63aa
        Reviewed-on: https://gerrit.libreoffice.org/5884
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-09  Andres Gomez  <agomez@igalia.com>  [a2e73b061f8e17fac7bdc8362231b3afd1e92d46]

        drawinglayer: added dumping of InteropGrabBag prop
        
        XShapeDumper is now also dumping the
        InteropGrabBag property as a new empty element.
        
        In the future, new "private" properties added to
        the grab bag could be dumped too.
        
        Updated the unit tests accordingly.
        
        Change-Id: I7526dbd64bdc08915dc71f1167f05224118f17a6
        Reviewed-on: https://gerrit.libreoffice.org/5848
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-09  Stephan Bergmann  <sbergman@redhat.com>  [665574e8daa65aaa8a461fe8e02dc61c52323b2f]

        UNO type "byte" is signed 8bit
        
        Change-Id: I7f8a9ee1ec8f626f955e95e4e015933726e94fec

2013-09-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [ff4f2a414a4dcf8267a44f5463d07e4f0bbe0858]

        String to OUstring
        
        Change-Id: I98f2e16f1e679cb2c01984ed34dc4efb254c918d
        Reviewed-on: https://gerrit.libreoffice.org/5876
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Matteo Casalin  <matteo.casalin@yahoo.com>  [5dbf5f0af5e5d035eb34af1901af0256cd115f07]

        String to OUString
        
        Change-Id: I0adbe625400f71eb8cb21d0b36a117c708348a20
        Reviewed-on: https://gerrit.libreoffice.org/5875
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Caolán McNamara  <caolanm@redhat.com>  [284cdce6edc357f71543ff7392e8213e5da5150f]

        callcatcher: update unused code
        
        Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208
        Reviewed-on: https://gerrit.libreoffice.org/5882
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-09  Miklos Vajna  <vmiklos@collabora.co.uk>  [b226dcb50d6728b62f39c9fa2e016724324944e3]

        fdo#68291 RTF paste: don't set PageDescName during paste
        
        In general, paste should not deal with page styles. In this case, it
        even caused an additional page break.
        
        Change-Id: Ia7c5a9ad844821b6622babfbd94469ec3c04cf0a

2013-09-09  Thomas Arnhold  <thomas@arnhold.org>  [2e08ed63f070fb15b933fe9dc4c37f2daa6d4295]

        OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I2807797c6906ae5aaa8aabf7298df5fd8604e96a

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [ed624d7f9c63c19e92862a926641103f9bdec071]

        Use consistent calling convention: SAL_CALL
        
        Fixes error C2695: 'VLC::EventHandler::run': overriding virtual
        function differs from 'osl::Thread::run' only by calling convention.
        
        Change-Id: Ie6c9bd9a2f5e6830dc70ded29839cd5b4b4b0445

2013-09-09  Thomas Arnhold  <thomas@arnhold.org>  [6031d34ec26b988853c4b317945b3b4256813cbc]

        Math: OSL_FAIL -> SAL_WARN
        
        And some cleanup.
        
        Change-Id: I2e5239a6f7d0dca5855b80752deae6be27c21af6

2013-09-09  Thomas Arnhold  <thomas@arnhold.org>  [d8919a1bcca1aa0b18634be918f6bf08c6c55a3f]

        Math: Clear up the purpose of both lists
        
        Change-Id: Ic19148fbcff40fae6b06e21cae26f0bce0dde5fc

2013-09-09  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [85557c1c7fd672ab2156d92c6e164f55f5650ea3]

        Stop transition preview if "No transition" is selected.
        
        Currently a transition preview continues playing until it either
        completes, a different transition is selected (in which case the
        new preview starts) or the user clicks on the preview. However
        when "No transition" is selected whilst a preview is still playing
        then the prveview continues to play.
        
        This will also be useful for fdo#36946 which would introduce
        categories into the list which themselves aren't valid transitions,
        therefore we would want to stop any previews on progress when selecting
        a non-transition in the list.
        
        Change-Id: I708fcc017a94173c91cb45bef18255f97debfd57

2013-09-08  Kohei Yoshida  <libreoffice@kohei.us>  [404d70790ff3b35c116dd5fe172bb9a210d2b367]

        We still need to manually get the matrix cell to start listening.
        
        Change-Id: Iadf00c3419b977e979b893b52439758c6ac14f01

2013-09-08  Kohei Yoshida  <libreoffice@kohei.us>  [00adb9d393dd1f6dff6a6bd6e036d9e040fa37ee]

        Import matrix formulas from xlsx without using UNO API.
        
        Change-Id: Ic13d08ad3a827ede0db73d8ba78b9cfa82c662e9

2013-09-08  Kohei Yoshida  <libreoffice@kohei.us>  [ce29dbb48a5bc0b117528e0566888066b8dc6fb9]

        Make data member names consistent.
        
        Change-Id: Icd949d84bb7a575b0e4adbe5c1c6f4d30e9b5213

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [c31d3ed99cc2346663877a751ffea64270ed412f]

        One more case of explicit OUString construction needed for return statement
        
        Change-Id: I577aa609179cdb83124b004ff9ef5aa2123e1e5b

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [2f750d86cf77835d325e04467180a506411e2889]

        Try to keep older(?) gcc versions happy
        
        Change-Id: Id563e644356a9265ded66cf08a711078c804ac84

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [a3474bab691dc555c6fe81805740ecf765f23f18]

        Try to make the Gentoo tinderbox happy with explicit OUString() values
        
        Change-Id: If73a84a09ad54072e1251ed2db8aacc307ff32d2

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [888f71cc8d455aeb1ccf13264ac245aaaed6fa69]

        Seems an explicit destructor is needed
        
        Otherwise it is unresolved in an optimising Clang build when linking libsc.
        
        Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [2b3e2258530b8214229f2c6a8dab385b508eb9bf]

        Bin some uses of the stupid DECLARE_ASCII macro
        
        Change-Id: I076eef8069e848ec3cf9c69f1b489ad44586324e

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [84e981865871ea75d8a2493a8be349b3b93d2e7a]

        Bin now unused U2B macro
        
        Change-Id: Ic8f3b11fac527bfe8d6643be758c85bf53e496ef

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [1817936b282af280b7536ba1f925c58b56e1fbd4]

        Bin unused remains of framework's own "debug framework"
        
        Change-Id: I71937debf674ff11173d7d8fa5aa43dc12234ce6

2013-09-08  Stanislav Horacek  <stanislav.horacek@gmail.com>  [49e9145d71503ba0002e70372677604e5cd03130]

        Updated core Project: help  4ae80c49646df353bada547f4755593bf1a6b209
        
        fdo#60875 add highlighting of protected cells
        
        Change-Id: Ifb21ce315b406fbd6260ea6ad766a9ffa6c2c9c9
        Reviewed-on: https://gerrit.libreoffice.org/5874
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [895885652eef980338ce7c9231be3f86f8c770d5]

        Fix non-debug build
        
        Change-Id: I5446c7fec62c1a934b1ffb21fefa1279b932ca09

2013-09-09  Tor Lillqvist  <tml@collabora.com>  [44d19e119e00e52edd47c01d8d1c3812e8eb4afd]

        Bin the fairly pointless LOG_REGISTRATION_GETFACTORY
        
        Change-Id: Ia73eed753d1c4adc847a190449a18498710c8b40

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [5bb0c9d790966fccd8d54336119714e678c87b0e]

        Use SAL_INFO instead of framework's own "event logging"
        
        That "event logging" consisted of two macros, both used in a single place.
        
        Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [04c3f9d18501562cb0536dee0fe89334ed7736d1]

        Use SAL_INFO instead of framework's own WRITE_LOGFILE
        
        Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [9a8e2d09bc2111371f149498481dd422b86f9b68]

        Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)
        
        Also remove declarations for debug function that don't exist (have been
        removed (misguidedly?) as unused perhaps).
        
        Change-Id: I0bc3320c52b3d50dc851a07fdc30b593cc4856b1

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [b022cfb6caccaee89c3f95dcdd585a4e77eb61df]

        Get rid of some pointless SAL_INFO calls
        
        Change-Id: I451cacc550972a6a61e3e325936ce950bbf87475

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [6aa069882831720fcff5217b0b0705e42dee72cc]

        Use SAL_INFO instead of framework's own LOG_WARNING
        
        Change-Id: Ief44fceaf03d2567f4aacd9ff74d361436e5e05b

2013-09-08  Tor Lillqvist  <tml@collabora.com>  [c5ab14cbaf02ec42e587475d0f77b2b13f7c6068]

        Use SAL_INFO instead of framework's own LOG_EXCEPTION
        
        Change-Id: If1976d235f82267a85598d5d59d8ed332a39c792

2013-09-08  Thomas Arnhold  <thomas@arnhold.org>  [a16c38f74e48402b39d478b3b4c9a9b91bbc2cba]

        Math: Further cleanup and realignment
        
        Change-Id: I8cf6265c02db03585aaa86e137e328317f995e4d

2013-09-08  Thomas Arnhold  <thomas@arnhold.org>  [9adcd261054a0e99ae032be5e7428e28a6663975]

        Math: Remove obsolete GetConversion()
        
        CONVERT_NONE is the default case, as SetConversion() gets never called.
        We dropped the support for legacy filetypes with 4.0 anyway.
        
        Change-Id: Ic49ae7b53497e8198c8b61eab0b0cdc120c2bdd7

2013-09-08  Thomas Arnhold  <thomas@arnhold.org>  [9a08e65ae2b3d875d2b120acd046742d541ad5ec]

        String to OUString
        
        Change-Id: I24af8d00178d47a8c675b945d4d1291f0bfd0f11

2013-09-08  Julien Nabet  <serval2412@yahoo.fr>  [0f2435c20289f9d29b34eeae588805deb25adeae]

        fdo#57950: Remove some chained appends in vcl
        
        Change-Id: Ib649e291d8be862edd98366cc6939cf6dc1e7158

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [4b001d5d980a995b5ba06d20a20d47fd0340896b]

        convert add/rename entries dialogs to .ui
        
        Change-Id: I40040a237763a0706177ba5c6c1a664a51b3ee07

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [a16f9eaa053b8a99c8c9ff6b0964f5c525d7a57e]

        fix empty
        
        Change-Id: Ib15a230d67a9af048106d82ed30fec64803a97ef

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [40aa808b06d14bd7d0c41e2bd79c4f6762570391]

        add mnemonic widgets
        
        Change-Id: I0ad5c2f5b5a8037612f339fcd5fb246bb526aaf0

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [02740cbe0a21939e3720b72a074ce71798e78d1d]

        Related: fdo#38838 drop String::EmptyString now as well
        
        Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [6e016d0dc74c986073ae1428a16464a59c331d2d]

        SwAddrDlg can now be converted to SfxSingleTabDialog
        
        Change-Id: I7fb53193d52d6c04c34fce23aa1610ce1035493c

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [10cfd814696409b1fa64a1de8da0e9f359e8a85c]

        don't care if SfxNoLayoutSingleTabDialog or SfxSingleTabDialog here
        
        Change-Id: Ic269a729a59c8dedb29b1f54b7413d65259363c0

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [c3c6a5f68050a2abb49f37e6231fc77c1c4df543]

        SwBackgroundDlg can now be converted to SfxSingleTabDialog
        
        Change-Id: I6e15b914e022674e27a14023144fe7a3add0ed43

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [98dab08ecb744b97286a5a2d7d4bef29c49aafa3]

        SvxJSearchOptionsDialog can now be converted to SfxSingleTabDialog
        
        Change-Id: I13ec9a61b24c937830faea4eba6bf59ae4cbc0b1

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [1d0be858055595c1312d4b1e9f433c5b1690fd67]

        SwDropCapsDlg can now be converted to SfxSingleTabDialog
        
        Change-Id: I2d9baf887cf31789e0d439c4b9bbe3c1371b8f18

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [7fd6d43c1dae1548aca5ae4ed6d63cbf7e10b7ea]

        Related: fdo#38838 String::GetBufferAccess is now no more
        
        Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [a77a573883ce49d045159bdf3f8735594d1e81b4]

        Updated core Project: help  de38f0c7333b468fe0fbc31fccbb42e33a59da27

2013-09-08  Xisco Fauli  <anistenis@gmail.com>  [7e5cc31838cf2296139540a23d600e94182e4924]

        pywizards: Fix date and time fields
        
        Change-Id: I7be16558bab7c4dde2d326808b9fb115a6878894

2013-09-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6f83e4389912967432260ead0db132f373a880bd]

        break the habit of throwing away the actually useful error messages
        
        The lines that help dignose a problem is almost never the first one that
        just states "there was an error". The explanation of the error follows
        in the next lines. So don't quit immediately after the first error-line,
        but wait what the command has to tell and log/print the whole info.
        
        Change-Id: I2a4b3470b4b66ed37fa5e5a34d452c548d24b965
        Reviewed-on: https://gerrit.libreoffice.org/5861
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [ce9c390e1a100921fd4300d6acb602b4af2b7003]

        Related: fdo#38838 String::ReleaseBufferAccess is now no more
        
        Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [3b21a1657b314b72049e8881d7f21cf56fb72484]

        Updated core Project: help  23b68c3c3aff33699a8cd66da38431e801b5b933

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [29d5cb9af0fa513ebf6c703e67b34e600100ef46]

        SwMailConfigDlg can now be converted to SfxSingleTabDialog
        
        Change-Id: Ic9895e027be8b5406dda7756a19127bd4edee63d

2013-09-08  Minh Ngo  <nlminhtl@gmail.com>  [9f71d4e41aea338530ee297668b513645ae3d6b9]

        Creating one single Player manager.
        
        Change-Id: I2a56f38a0b28c828f365a24d744aea385436c2b5

2013-09-08  Siqi LIU  <me@siqi.fr>  [7c7d898b6e8f09f066817399214e51f454ff7982]

        disable pangesture recognizer when pointer image is displayed
        
        Change-Id: Iea5895b98a05faee0772569665c980eac716927b

2013-09-08  Caolán McNamara  <caolanm@redhat.com>  [a9ad0c3d4a4cfa70ba89d8fb366a782f58f44f07]

        convert already exists dialog to .ui
        
        Change-Id: I6cb2a11b6ee2f94f611aa852c79dd1a6534381da

2013-09-08  Siqi LIU  <me@siqi.fr>  [c755f71b8b5b009573a673f3f757609ca0ef5ffd]

        various bug fixes related to countdown timer
        
        Change-Id: Ie1feb26c1b4d72b37d8767c30644f2411dbd2121

2013-09-08  Siqi LIU  <me@siqi.fr>  [01f7ab201c4819ada35c6c29ec79810c91906545]

        license
        
        Change-Id: Ib99cc99be7cfd48af7025834056e0b87fbd121be

2013-09-08  Andras Timar  <andras.timar@collabora.com>  [b01a7c633b66c2a2136105c3b1b31060d0869c92]

        fdo#65330 fix meta.xml of AbstractYellow.otp
        
        title was Abstract Green instead of Abstract Yellow
        
        Change-Id: I80344940d96163809b889482334f02bb4f7a124f

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b9a1679f2801448517cf0b2289d0c0cef7b8a08b]

        Remove duplicate defines in rtfkeywd.hxx
        
        Change-Id: Iacb53db9df20d172a9d85fd52a4a41262ea9733c

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [aa2faee4b3954b57a613963b501ecf611b3a14ca]

        CharBrd 9.4: DOC filters
        
        -WW8 filter is the only MS filter which ignores padding
        of character border.
        
        Change-Id: I17973d8d2ae624d68356729334c701864fe0a10d

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [05e1439107deacb8416c9aee1b6fb2c72a171eaf]

        CharBrd 9.3: RTF filters
        
        -Use sprm:CBrc attribute for all MS filter (for ooxml too).
        -Extract general code to FormatCharBorder() method, it selects
        the border side and decides whether add shadow to the border.
        -RTF export has a color table, which must be filled with border
        colors before the actual export.temp
        
        Change-Id: Ic3ceae6e19ddc2ed5aaa8de85617f9a592289b4f

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cfc64c7e895d990023400573d8416ce80cf0da29]

        CharBrd 9.2: DOCX filters
        
        - Modify HasTextItem() method to able to get
        character attributes during export.
        (in this case RES_CHARTR_SHADOW)
        - Only one side of the border can be exported.
        Selecting order: (top, left, bottom, right)
        - During import set all four side and use the Word
        default shadow type (back, bottom-right, border width wide)
        
        Change-Id: I3e1e27a2ef2d77b397f2ca8efe578e09271bcf8c

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b94b1fe936ddc4a9b86fbeb9c9c6ab0fca52f0bc]

        CharBrd 9.1: HTML filters
        
        -I don't implement shadow because HTML filter use css1 attributes
        and there isn't box-shadow in css1.
        -Border merge: skip span open and close tags to get the
        right result.
        
        Change-Id: I17edc2e1cc42359b5f1721b8891350c528c7793e

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6a71bea7cf19c7b6a5031734354073d82ae8916e]

        Revert "It seems lcl_ExtendLeftAndRight is just a workaround"
        
        This reverts commit 9ece71a185c93845e38c25eae91bc1955d60bfed.
        I solved some bug which were hide by the usage of this method,
        but there are other cases where it is neccessary.
        
        Conflicts:
        	sw/source/core/layout/paintfrm.cxx
        
        Change-Id: I01f27c812890d7bc4d47e645f25213ba67a955d5

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [96e4cc87513c170c73121b4cdd8365bf56b8a3af]

        Fix expected and actual order in odf export test
        
        Change-Id: Ib8168112e297571cc99b39fbf365d888e2247da5

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d21dd2889199030f3500ce2142182ebb8eb5f18f]

        Improve border equal check in filter tests
        
        With macro the error message will point to the right line.
        Check padding distinct.
        
        Change-Id: Id09fbf65350a7a3708923eb07d673068c2943b50

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [77df2ac92687496a3ae027451364ff833df47e68]

        Generalize SwHTMLWriter::ToPixel method
        
        Change-Id: Iba4c292a3130f33792ef39b97d774a48c181359a

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [49019082c5c10be1158a6d8a43c10f4be2eb3642]

        Use the equivalent GetScaledWidth()
        
        Change-Id: I621f9ad1a7f1aa47450da86d3462daec4e8fe124

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [bf98269524920077547e1b85aac1d593fc49fd16]

        Update attribute table of html filter
        
        If these lists are not updated with new hintids,
        it can break the filters.
        
        Change-Id: I5f5408679cbfbf0922d7926de16122c0d21fc5e3

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [58e4ff203e8f2703ab9433a3f49861ab306c8e4b]

        Paint character border for tabulator
        
        It seems tab portion is not a text portion so
        we have to move text portion join members to
        line portion.
        Avoid painting border for tabulator after numbering
        portion.
        
        Change-Id: Ic773dd14a8e90fd68980c5a0220c6ac14da0a693

2013-09-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7d91d52bbd28ba2594da4069e83b441239ad2e58]

        Remove a useless code duplication
        
        Change-Id: I36e90fcc5773e418be7f6343e2abd8de8568092e

2013-09-08  David Tardon  <dtardon@redhat.com>  [72750a4a544ab923afb7247f398f6e796b388ade]

        fix delivery on mac
        
        Change-Id: I1d7fb85521ea6f1c5bd93c2318013a0ec514bf61

2013-09-08  David Tardon  <dtardon@redhat.com>  [949d4f5544bda58135aeb188446aa98830c2ff5c]

        fix delivery on mac
        
        Change-Id: I4e9a7fdf4e9b7bf63549322c7c1d287384bb9d26

2013-09-08  Julien Nabet  <serval2412@yahoo.fr>  [6fac2b8d7cdef8f19ce8fceb321cbee1548ad5b8]

        Copy and replace return values must be used
        
        Change-Id: I454a7878d56213b99f240f9912bdc9453e7dfe40

2013-09-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [69aadd51e600f6eb7f8006f81c992755edccbe82]

        String->OUString
        
        Change-Id: I01d6d10f4dc4eacf4e3f7af6d46c59d3e59f9996

2013-09-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3a21a874fda58524a56a9e378decf2e6310e48b2]

        StringToURL does nothing
        
        since the beginning, see ed8faf768ac256732e7aaa378738f78391a407a3
        
        Change-Id: I73b59c0a3b18d50cf48a5532994956909c2720d7

2013-09-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0765933f5ade949bee242bef5b5025076eb44456]

        String->OUString
        
        only the header file was converted, cxx is a lot of work...
        
        Change-Id: I36972ad8f8d5c1dc0da5a53d6c22347151838068

2013-09-08  Thomas Arnhold  <thomas@arnhold.org>  [763298736ea58ca377d733cd158bb512f5e14dfd]

        Revert "Math: Remove not needed header file"
        
        This reverts commit 5ab959017665e3f74ec4be8245827f3de92dd512.

2013-09-08  Julien Nabet  <serval2412@yahoo.fr>  [a92be728a5affb7d74eeeec8c6831968c05aeff4]

        fdo#42155: Replace the only use of CAutoUnicodeBuffer end part
        
        Change-Id: Id1c00a24cdc1914693d8cadeeee64923af3db786
        Reviewed-on: https://gerrit.libreoffice.org/5829
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-08  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [5ab959017665e3f74ec4be8245827f3de92dd512]

        Math: Remove not needed header file
        
        This header is used in just one place, so move all used data to that file.
        
        Change-Id: Ic3927c2bd91f71c8800f5af298de3ed640d2c263
        Reviewed-on: https://gerrit.libreoffice.org/5832
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-08  Thomas Arnhold  <thomas@arnhold.org>  [9de3cff361fc49322689e26709ca4709866f485c]

        String to OUString
        
        Change-Id: I5ff57ede2217f1464571fb2beaa62a34425064ae
        Reviewed-on: https://gerrit.libreoffice.org/5826
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-08  Matthias Freund  <matti_lx@yahoo.de>  [8848c6ec29919deec2f242ccdd336bc710da6646]

        fdo#39468 Comment translation GER-ENG in svx/source/gallery2/
        
        Translate some german comments and remove ascii art. :-)
        
        Change-Id: Ie0ba349b95e4f73aea7b6e20ed3fc86ded14c444
        Reviewed-on: https://gerrit.libreoffice.org/5870
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-08  Jelle van der Waa  <jelle@vdwaa.nl>  [5ba5c492e8e4d994e6c37893516059b6586a5b92]

        fdo#57950: Remove some chained appends in sc
        
        Change-Id: I24d8e2e60d4c8b4e52c2514f0477299d8fc8c541
        Reviewed-on: https://gerrit.libreoffice.org/5863
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-08  Jelle van der Waa  <jelle@vdwaa.nl>  [7be7824bbbdeee6fa998b950e6046ab37fe690cb]

        chart2: String to OUString
        
        Change-Id: I8abc6a31a46bea404e9d8b0c8777e3400dbf928c
        Reviewed-on: https://gerrit.libreoffice.org/5865
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-07  Philipp Riemer  <ruderphilipp@gmail.com>  [9349f5cd7ffdf10d5be3644762d888c0fdd8ccb4]

        add/remove blank lines and braces (in sw/source/core/crsr/)
        
        Change-Id: I4dea8ea84d83c28eb258d0e8ddc2966476a50223
        Reviewed-on: https://gerrit.libreoffice.org/272
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-09-07  Philipp Riemer  <ruderphilipp@gmail.com>  [3a33d89c9728e8947f60bc6b574bf876875dc507]

        work on comments in sw/source/core/docnode/
        
        Change-Id: Ie988076dc73f80fa962daa2e9d8e05132ed7180b
        Reviewed-on: https://gerrit.libreoffice.org/5869
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-09-07  Philipp Riemer  <ruderphilipp@gmail.com>  [a7c60c0e639b6cdd0c883794dbbf84596c11d77f]

        remove/add blank lines for consistent code layout in sw/source/core/docnode/
        
        Change-Id: I4ccd099b8ae491c69f25fd32d12a532348d6655d
        Reviewed-on: https://gerrit.libreoffice.org/5868
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-09-07  Philipp Riemer  <ruderphilipp@gmail.com>  [314924a2047d2642b2e5163cc5b12074b1763df4]

        remove/add blank lines in sw/source/core
        
        Change-Id: I4d0aa521fc4c24f954d2636aa68e968456a829e7
        Reviewed-on: https://gerrit.libreoffice.org/2879
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-09-08  Minh Ngo  <nlminhtl@gmail.com>  [79bed99d078d3fcc7445a150a70fc085fdcf3d67]

        Refactoring vlc module
        
        Change-Id: If5454d2ce70eee40cf42205a5dcbcfef93f0abe8

2013-09-08  Minh Ngo  <nlminhtl@gmail.com>  [6b1b5b7c0b0e75c625603f3c6025484988cd5482]

        Thread safe queue + event handler
        
        Change-Id: I4c08179d6e5e2a6d8a3637e7ca306458cc59dfc8

2013-09-07  Kohei Yoshida  <libreoffice@kohei.us>  [6f41d3dbcf618d3636ab456f933354dd5ed17cef]

        Spell check iteration too slow when only a few cells are misspelled.
        
        The method should return false when no text cells are encountered (to
        tell the caller to set a longer iteration interval), not when no
        misspelled cells are encountered.
        
        Change-Id: I9d906d370af129640fdd0cb6dd18ad286e27d3a2

2013-09-07  Kohei Yoshida  <libreoffice@kohei.us>  [f4710e167ded0e6a378f1bfb01ef842b726b0aac]

        Fix incorrect reference update on shared formulas.
        
        The start position of a shared formula group is used to prevent non-top
        cells of the group from being updated. Updating it at the top cell
        may cause non-top cells to perform reference update which they never
        should.
        
        Change-Id: I4f067d4d717b756fc89cb823f3ce3e630dac756e

2013-09-07  Siqi LIU  <me@siqi.fr>  [405a9346efa8dbed3d36ad96dc373a97e4e99d92]

        remove unused timepicker views
        
        Change-Id: I15cbde31d227c9969e2b6c774e6b55cdb364ee9a

2013-09-07  Siqi LIU  <me@siqi.fr>  [cc2075e8afcea0b64296851346d4e221782664df]

        UI changes for countdown Timer in storyboard
        
        Change-Id: I9998cadd21b2c3b35edb588f286134c1902495ba

2013-09-07  Siqi LIU  <me@siqi.fr>  [b88c22fc1775cf63fadd996c75ce859acbe18c65]

        linking Timer/Stopwatch via delegate methods
        
        Change-Id: I8635b79032ae9631637f67df7d0308973d11bec3

2013-09-07  Siqi LIU  <me@siqi.fr>  [0c3b5abb8a1bd2dcc674e68244a870d62e3808dd]

        limit UIBarbutton appearance setting in navbar
        
        Change-Id: I0035b091704a1b1ff8476cd35e684f462f701eb2

2013-09-07  Siqi LIU  <me@siqi.fr>  [a28cc686cd49b36b1c938ae7fdbbead7218a596b]

        major UI chages in order to embed Timer/Stopwatch
        
        Change-Id: Ib37033ba73d44647ad2f2b20ad6875d485e2c147

2013-09-07  Siqi LIU  <me@siqi.fr>  [aa513b565ac3113fc9ff1ec446f06663fa8c0ffd]

        shadowing UITableView cell image
        
        Change-Id: Ia55741e2b85d5a005e077f306841a559ec05a6e3

2013-09-07  Siqi LIU  <me@siqi.fr>  [ca66b513b56b5be2dc573b860146013c004630d8]

        customize UITableView header view
        
        Change-Id: I1a9fe74be6530c2e41b81c8f3755aa57a9133671

2013-09-07  Julien Nabet  <serval2412@yahoo.fr>  [ea09648aee0f6924418657311983102cc9069b39]

        No need to check if null here
        
        Change-Id: I4e3841d72eb0dd72ae47f6b75126e559067dd5bf

2013-09-07  Julien Nabet  <serval2412@yahoo.fr>  [8277bbbfeddf2db4dd02c927b5d73f351e3656a0]

        CID#1078580: Dereference after null check
        
        Change-Id: I822d9110132955b62e11373fc7cc773eacbf6740

2013-09-07  Andras Timar  <andras.timar@collabora.com>  [b4f8efc3bc673f8e3e0bcc74df0d8cc008d9190e]

        typo fix: absoulte -> absolute
        
        Change-Id: Ib728cb9bac3f42e17649685b4413b9335f2dc2c4

2013-09-07  Andras Timar  <andras.timar@collabora.com>  [e74fc88740a38ef22030fede0c3ac212e2a8230b]

        typo fix + unwanted link fix
        
        Change-Id: I65d1817e5b48f14bb8035b2f2d6daeb75100add4

2013-09-07  Andras Timar  <andras.timar@collabora.com>  [b5c79c09ed262f0ec479b8d3c1f965076699cdce]

        fix a broken link to ISO-639
        
        Change-Id: Idcf662d891f1a2ae707eebede65f71b675233124

2013-09-07  Caolán McNamara  <caolanm@redhat.com>  [a7d61daf03f6410bc313961bd100faa4e4d33059]

        %1 placeholder never replaced with anything
        
        Change-Id: Icd7111ec044032fe76a19454bcf6b795229a0e56

2013-09-07  Caolán McNamara  <caolanm@redhat.com>  [6da7cc143666a1e381f478d97ac7c1be7f3e436a]

        set explicit default button
        
        Change-Id: I288c00b5eff6876ba9d790ee5ab4f0d1cbc2cd4f

2013-09-07  Julien Nabet  <serval2412@yahoo.fr>  [9f3769dcf3942ec059ae328feabb3679af51d0a3]

        CID#1078500: Copy-paste error
        
        Change-Id: Ibf553adbfe0b892d920e22d3a74d3433b6d6659a
        Reviewed-on: https://gerrit.libreoffice.org/5853
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-07  Julien Nabet  <serval2412@yahoo.fr>  [0bcc66f209bf04d3f8fde09635524d4bab468f6d]

        CID#704695/704708: Dereference after null check
        
        Change-Id: Ia0d9f61b20713295fb40629b7fb57d91c2b98619
        Reviewed-on: https://gerrit.libreoffice.org/5855
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-09-07  Andras Timar  <andras.timar@collabora.com>  [6ea6a422fbb6279c6fc589e86603a6864273229d]

        s/wiki.services.openoffice.org/wiki.openoffice.org/g
        
        Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1

2013-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [15dfb04267015a9dfbc36d79999d51527bc00358]

        WaE: returning reference to temporary object
        
        Change-Id: Id703a4a058ca31c7bb1e346e5039c0ff52e91bc5

2013-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb460bf3ca6beab2478d29398ddfb6276ac19b04]

        fix validity dialog with lists, fdo#65686
        
        regression from b0cf3aba085373d84a55ef144b273a8a89d017af
        
        Change-Id: Ia3d39e02f35f3e23d93c7fe771bdbeb6eb3d2caf

2013-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [801a657ea62365974d96033e95e2fa6174f751cc]

        iString to OUString in some calc core code
        
        Change-Id: I25fc70cfd01f5ad25f7362157796d3ddf06139e1

2013-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8d36b558beb0c88d186b027f16c5d7d2da3afa59]

        inheriting from a standard container is a bad idea
        
        Change-Id: I3346d38c720158ba37456c689e7d7f83bef3079c

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [3faefaafa6c7e4b01fe85496f4f288b19c1caebd]

        Fix minor code style issues.
        
        Change-Id: I1cc46176efcdc0a869ba711054137e56662d7ab3

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [710fc4728f5b3a51b1be1b3ee1400b372e734c1c]

        Fix for blinking while getting back to the computers activity.
        
        Change-Id: I5ce3c6462b0d4c1e1fed98cc0510ec9383523458

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [8e33646304c34a926a7e8df0ed18c5fc0bc40a3d]

        Fix minor code style issues.
        
        Change-Id: I316529388e1e90acd5b62441cf304a61ac71931a

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [508d32cd03ea60f46794a5b18ec48b005ef80ab5]

        Fix possible null pointer exception.
        
        It is weird anyway.
        
        Change-Id: Ibde6e7dc7dc52c556ebc5e6e32ef939a316c5b1b

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [2eb19ddb3f5f82efc4ffc882178ca3c6b7886e51]

        Add showing helper messages while searching computers.
        
        Change progress bars from large to average size as well.
        * It makes them consistent with other Google apps.
        * It brings better LAF for Gingerbread.
        
        Change-Id: Id25a42c9735c3c9948c507eacfbfd64d90d87435

2013-09-07  Artur Dryomov  <artur.dryomov@gmail.com>  [275aeab07405b3a07ead39b20ccbc65f4f842c03]

        Add a requirements screen.
        
        Change-Id: Ie3821f4c21853e9c89065a964d069bfde80e81d8

2013-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [98f08e463d2ddb80441493a6d7529b015025eebb]

        Remove confusing casts between synonyms
        
        oslMutex and oslMutexImpl* are synonyms (via two typedefs).
        Casting between them makes the reader believe some more nefarious trick is at hand.
        
        Change-Id: Ib0e609fd1facca4d47242392ed2f8ff08451346b

2013-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [8318ecfa88ba52a44e1b9a437678302bfd0d0eab]

        clean up documentation
        
        Since LibreOffice 4.1.1, this changed
        from encoded integer to self-explaining structure.
        
        Change-Id: I633e85d1c2d5dca53313661bb3ec218480142dc8

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0dbe580f0f4055eaf215e1fa5f1120657738eaad]

        Some stylistic cleanup in PreparedStatement.
        
        Change-Id: Idaddaeff58fa9433c678e7913435ad81bd615934

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1e7ce14b7f104459ee06c472fcc6af39fa4a9750]

        Use throwFunctionNotSupportedException as appropriate. (firebird-sdbc)
        
        Change-Id: Ia2eb42ea2bf0f70a6d1fef29438a43a7a2f69388

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [79eae295dd40a34e55c4a0a9e870183d78070655]

        Comment out unused parameters instead of (void) cast. (firebird-sdbc)
        
        Firebird doesn't support catalogs or schemas hence these parameters
        are unused in the various get[...] methods. Previously these were (void)
        casted however commenting out the parameters seems more correct and reduces
        the amount of code.
        
        (This was omitted for as-of-yet unimplemented methods since they will still
         be looked at in detail.)
        
        Change-Id: Ic6566ff0b3e873b802deec79d5497efdd21e577d

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cf9a6e84f5ffc4fe4a8273e8fdb6550b64c78732]

        Implement set[Float|Double]. (firebird-sdbc)
        
        This commit somehow got lost on my old computer, so here it is
        recreated.
        
        Change-Id: Ib4001a21c92976fe0e3dea3778360ff67cbfa3a9

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [22576cf6d883f0708560f403c2f05b318c0eab14]

        Extend OIndexesHelper::dropObject to use correct DROP INDEX. (firebird-sdbc)
        
        Firebird's DROP INDEX statements only need to contain the index name, including
        the table name causes an error.
        
        Change-Id: I5b61d82bda7176148f7849e31bd050e025f84e02

2013-09-06  Caolán McNamara  <caolanm@redhat.com>  [466947504a82b4a4e6668aeb2de5c736fbd99c67]

        saing->saving, yikes!
        
        Change-Id: I3597a00a5330aab32165da8308177879d1f2db96

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [08ea5af067df79e7abfd87fc2a319a774aebbc80]

        Keep a TempFile instead of using TempFile::CreateTempName.
        
        This ensures that the enclosing directory is kept while we work with
        it.
        
        Conflicts:
        	connectivity/source/drivers/firebird/Connection.cxx
        
        Change-Id: I5c095d481414e345cf05efc3d40d314f8f40ed12
        Reviewed-on: https://gerrit.libreoffice.org/5814
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [508d1bf7dfa1be99e3fc8d57eb780150af53290e]

        Use the user specific tmp directory for firebird.
        
        osl::FileBase::getTempDirURL uses the general tmp directory which
        can be the system wide directory (i.e. /tmp). This can lead to conflicts
        e.g. if we have multiple instances each trying to create /tmp/firebird.
        
        Instead we use ::utl::TempFile which uses a user-specific directory (as a
        subdirectory of what osl::FileBase::getTempDirURL provides), in which we
        can have the FIREBIRD_TMP and FIREBIRD_LOCK directories.
        
        Change-Id: Ic868f12b0a56900eac75f2418986193dd5fe0f10
        Reviewed-on: https://gerrit.libreoffice.org/5797
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-06  Thomas Arnhold  <thomas@arnhold.org>  [5c4cecb7ee3c910d739dee0701a4f54b06109cf5]

        String::Erase(String::Search())
        
        One more from:
        
        556fe4ec7339892d63cb98bc9bfd09718944bf03
        
        Change-Id: Ia6514567e96930376c469a37c95c49e648bf5e46
        Reviewed-on: https://gerrit.libreoffice.org/5827
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-06  Khaled Hosny  <khaledhosny@eglug.org>  [e4a1acd396785675bfc25c7cd5c66304ec40f38f]

        Check for FT_Face_GetCharVariantIndex at build time
        
        No more dlsym() hacks. The downside is that LibreOffice built on systems
        with old FreeType will not be able to use FT_Face_GetCharVariantIndex()
        on newer systems, but most Linux users use their distribution builds
        anyway.
        
        This only affects the use of Unicode Variation Selectors which is an
        exotic feature that wasn't even supported on Linux before 4.1.
        
        Change-Id: I674822ef5bc8d7940a821a01cc85ae7a6d39a80e
        Reviewed-on: https://gerrit.libreoffice.org/5844
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-06  Khaled Hosny  <khaledhosny@eglug.org>  [1d223fa1ec3724b291a7d46de7e38e32c03c5235]

        Simplify FreeType version check
        
        After 00a81233d9c2ae6b3996b744982715137fd6a626, we can rely on the
        version of the runtime library.
        
        Change-Id: I9af4a524c893d125d185da50334622007f2e44ce
        Reviewed-on: https://gerrit.libreoffice.org/5843
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [4cbc41bc4eaa822829e68c1ee11eafe834bb7da7]

        bnc#779642 VML import: handle drawinglayer rectangle char spacing
        
        Change-Id: I79fa72c9235682030d23a03fdb0c7c40370c4a8a

2013-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [870a2394a87c77740daf41e1aa81b130113f8e00]

        bnc#779642 VML import: handle drawinglayer rectangle inset
        
        Change-Id: If8b064ca9a52bb02ff41f07e00142702a29df818

2013-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [3847de4b724f4f435bb68bceef9a5e187c3f363c]

        bnc#779642 VML import: import result of sdt fields
        
        We can't have e.g. placeholder fields on drawinglayer rectangles, but at
        least the result of the field is now imported.
        
        Change-Id: I135f205c4231645f11f824495993c4dbea4135ed

2013-09-06  László Németh  <nemeth@numbertext.org>  [f48b387d2ca1ab9022a370c2f4e67c8e7f23021c]

        fdo#69041 LibreLogo: fix SVG/SMIL timing with filled polylines
        
        Change-Id: Icebd47d57a830986c371a62ec7dab81ca8fd930a

2013-09-06  Khaled Hosny  <khaledhosny@eglug.org>  [a7403bf7c12048b8c7eefadd63b021a71cfa5de0]

        Fix debug build without dbgutil
        
        Change-Id: Iab6a680e67f22460b2e5c340c3967c666a28c5c5

2013-09-06  Tomaž Vajngerl  <quikee@gmail.com>  [192a0b39f1eaf19341dc858f488516ae3a81a2e8]

        FileDialogHelper - remove unneeded comments
        
        Change-Id: I4f2c4394248430aa60c5938e0a90e9de3920fae9

2013-09-06  László Németh  <nemeth@numbertext.org>  [58e1112a6a974b96bb8595e3ee9d08e915d4fd14]

        fdo#52540 fix Graphite hyphenation (ligat. + combining diac.)
        
        Change-Id: Idc3d9c40793f6f1c1b7883ca47f04ced36cabc48

2013-09-06  Caolán McNamara  <caolanm@redhat.com>  [e7dd69d97af1e12b15fd82eaea2e2b51f9dca40b]

        move backing component dnd support into the large thumbnail areas
        
        of the backing window
        
        Change-Id: Icf399a8834a25de43909769be08854134991885a

2013-09-06  Caolán McNamara  <caolanm@redhat.com>  [f96771165ea145a759f1bab76cd34bb70def04f6]

        Resolves: fdo#68081 why would I want a spinner that doesn't repeat
        
        surely WB_SPIN should imply repeat in the first place, *shrug*
        
        Change-Id: I1e4cb5a01d473cd0f8d907d566cd26d51a81da93

2013-09-06  Thomas Arnhold  <thomas@arnhold.org>  [e85446e587704ffa31c50ee2b8fc1b21d6a16b12]

        fdo#68956: Be safe and warn if there are other users of GetText()
        
        Because GetText() now returns a value.
        
        Change-Id: Iafee193771a56b2b3c25f8655fa35a66f31eebe8

2013-09-06  Michael Stahl  <mstahl@redhat.com>  [debded3eb060bd3b0ebaaa16a5e4f47a46fa02a2]

        warning C4018: '<': signed/unsigned mismatch
        
        Change-Id: I21b8f1037f68ede368bababa8b6b5201cd83104e

2013-09-06  Caolán McNamara  <caolanm@redhat.com>  [916830c79ec293efc8862162bbb86d98467f8e6c]

        Updated core Project: help  dddb2f331c390253ae76d0be4f621d50c3f3db67

2013-09-06  Caolán McNamara  <caolanm@redhat.com>  [ac5b44c087a9b5f20795875189fe1dc18a12c004]

        tweak custom widget to give an optimal size
        
        + move accessibility relations into the .ui now that we can
        + drop unused hids
        + rework the format/language positions to be less weird
        + add a custom widget stub to make easy to edit with glade
        
        Change-Id: I9607603536f9df2b7cac0074880089adad3b9860

2013-09-06  Armin Le Grand  <alg@apache.org>  [c77ec4fe42c064adc507caa2760a99e096f8c016]

        Resolves: #i122985# Various speedups for graphic object swapping
        
        (cherry picked from commit f18ad6132d79540431bf04f090a7472e21a23e49)
        
        Conflicts:
        	svtools/source/filter/jpeg/jpeg.cxx
        	svx/inc/svx/svdundo.hxx
        	svx/source/svdraw/svdograf.cxx
        	vcl/source/gdi/pngread.cxx
        
        Change-Id: I733551fa9447eb8f45e9163a9c0189f013b03e82

2013-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [871cc47c5ea66d1c2f1cbff5d7564202192ea84c]

        use a faster standard algorithm to workaround performance problem, fdo#68089
        
        We have here an O(n^2) algorithm. At least using std::find_if here
        improves the inner loop and fixes the problem with the bug document.
        
        Change-Id: I88dea9434df6c669f4897927a721ad1518d7ca5e

2013-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bc61004287e1d1a734c6046019d605742f6c629]

        CID#1078768: pass big parameter by reference
        
        Change-Id: I423e6e0b3a7c16461765b5086f729cce028c4b6e

2013-09-06  László Németh  <nemeth@numbertext.org>  [8fae91c67d3abed8158ada9ce1b0f79f3c10e165]

        fdo#68313 fix combining diacritics problem with Graphite fonts
        
        Change-Id: Ied29f864dc5fc21fc55aaa5ddd40b02b53a564f8

2013-09-06  Boris Dušek  <me@dusek.me>  [1bc2ecf3b8fb9c7064a21548777f1e5b92d58c8d]

        Fix misspelled text with VoiceOver on 10.9
        
        More in Apple's docs (Application Kit Release Notes for OS X v10.9,
        section "New Accessibility constants").
        
        Change-Id: I92fb6d552e86997bfc789723f32626d908d11419
        Reviewed-on: https://gerrit.libreoffice.org/5831
        Reviewed-by: Tor Lillqvist <tml@collabora.com>
        Tested-by: Tor Lillqvist <tml@collabora.com>

2013-09-06  Miklos Vajna  <vmiklos@collabora.co.uk>  [7753fbef1e7805f60f7d90fa2ac5a8537d7e4bb7]

        unused SwFont ctor
        
        Change-Id: I9bb51b279fc2d61ff5e427f9257bc3669cfdb0bd

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b991d27d3d47d29a376cafe08f8665327170dd0a]

        CID#1079053 Uncaught Exception.
        
        In this case we can just propagate the DeploymentException (is a
        RuntimeException).
        
        Change-Id: Ic807ec039af3856f90d4e798e1304a72421b4db6

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [525bb53ab85ca2606db80edaf4ae33710921bad1]

        CID#1079054 Uncaught exception.
        
        In this case we should just propagate the DisposedException to the caller.
        
        Change-Id: I3c2699ad6c2144007d98447b133cdbb13f5d50d9

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f9a7f0340e9e6dbaa9d381dd2b3ea8c1a2831857]

        CID#1079051 Uncaught exception. (firebird-sdbc)
        
        In this case we can just pass the DisposedException (is a RuntimeException)
        onto the calling methods.
        
        Change-Id: I89d2421c03a5f8e81f209b94109ffde117cfb0cd

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ce1006f5294df8ce45afcdf39f9f1b199583d00f]

        CID#1079048 CID#1079049 CID#1079050 Uncaught exception. (firebird-sdbc)
        
        In this case we can just pass the DisposedException (is a RuntimeException)
        onto the calling methods.
        
        Change-Id: Ia85a2d147ed3822847fe64b8cac671c88c6444fe

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [08081fffa0733fd6fcabf75ef2e809c64b1f4bfd]

        CID#1079047 Uncaught exception. (firebird-sdbc)
        
        In this case we can just pass the DisposedException (is a RuntimeException)
        onto the calling methods.
        
        Change-Id: I379974fd7998151d503020742ae7ae18cbdfaf7c

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [98862b0fde8f15b93f02ed86267d3fdd659c8a1e]

        CID#1079045 CID#107946 Uncaught exception. (firebird-sdbc)
        
        In this case we can just pass the DisposedException (is a RuntimeException)
        onto the get* methods.
        
        Change-Id: I97a3575709e2f50fa651a5d26c3029ed014630da

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d153993e873850700feba1fd4d3e1d151f9ad4a8]

        Add error checking in rebuildIndexes. (firebird-sdbc)
        
        Change-Id: If59c9fe7d7253347717aeb5b1aadf212b7d536a6

2013-09-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8e6b22b12322175e9aff643af45f275cb8c9cc5e]

        Wrong place to apply implicit intersection. Do it at the very last.
        
        Change-Id: I4b1e9d136d45f169ad1c1efee2275bab7dfe0f49

2013-09-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7969bb659ef78ec6e1aaaf922757419795a823de]

        Handle string or edit cells when resolving static reference for group calc.
        
        Change-Id: Ifb2d0d6e7c9f3040bca61b5bdce14d853058d954

2013-09-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e462eb1183c0e52c06786296b39c121ea3671199]

        Allow storage of string arrays in vector ref tokens.
        
        Change-Id: Id2bc5a0343afeae387d896a9c369586a13081cd5

2013-09-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [69047ec117cd2e0885efec1824e9c00555da4800]

        Correctly handle implicit intersection in group interpretation.
        
        Change-Id: I2ea6f41ad4036a6f3f5d99097e83fd988aacd105

2013-09-06  Tor Lillqvist  <tml@collabora.com>  [2d8a60e517c35276051a82b569515b49896b5be9]

        Disable C4702 when doing link-time code generation
        
        Change-Id: I7d93c9cbb9a857384629b327c0f82b2e6d530bae

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [4159310a06d57efed75f8fa619c813c0222c4c58]

        sc: fix exports of scqahelper library
        
        Change-Id: I36d853e9f98ee5ed15d086f6b0fcec5bf3f6f54b

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [5cfa3d919a559f0b00c71cc4798410ab0b6332d8]

        tinderbox is unhappy, let's link sot in this test
        
        Change-Id: I428545774544826be82459791e2d29d8195d1eb5

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [f506b899262720928e228e904f8148ddee6f8aae]

        ColorControl.hxx: header guards still necessary in 21st century
        
        Change-Id: I27e773327cdcdc80d7cee0591741a7e1f439afbf

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [93e425cda7b7ea026842bb6619d9aa4ce3280048]

        .gitattributes: treat .svg and .jcs as binary
        
        this is apparently the only way to prevent results from endless base64
        encoded lines (svg) or endless line containing all UNO API identifiers
        (jcs) in "git grep foo".
        
        Change-Id: I53326386ece9dbde0fb372d1616e643a89d51a40

2013-09-05  Tor Lillqvist  <tml@collabora.com>  [8ce9544cab01574c31faa6f931dede0d4e00f02b]

        Include <sfx2/sidebar/Tools.hxx> for A2S
        
        It is included in the precompiled svx header, so have to include it
        explicitly too for A2S to be visible in the non-pch case.
        
        Change-Id: Ic90272699979001645b42eebba9bb27dce2b7022

2013-09-05  Tor Lillqvist  <tml@collabora.com>  [43e7617ffca7fafd73806f85ffdc693f7df33cb2]

        WaE: C4005: 'A2S' : macro redefinition
        
        Change-Id: Ieb670eb832f22e62bcfdbb8ffb8f96e8aad55cf2

2013-09-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [651f5f223b2a08e18466439392da0c92fb5785d5]

        tests that ensure the master to be broken arent that helpful
        
        Change-Id: Ie59f2ba4daec0375d1d64b765be3b1484e8cba3e

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [346427e22eb5b6f63349253892911a250e64d99f]

        remove duplicate include
        
        Change-Id: I1809d186b9eabb03c8d388cc9361014d16a3080d

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [286d04a96e11edc21395076becb26940c29b908a]

        update pch
        
        Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb

2013-09-05  Artur Dryomov  <artur.dryomov@gmail.com>  [c37cd33fad388ad486d42f008f9908784611fe23]

        Add suppressing warnings for preferences activity.
        
        Change-Id: I7808e8bbc080b65017dc273e423db51c9151d9f7

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [f9e830d714bc9e8e91b727369447d55729db462a]

        vcl: MSVC tinderbox can't tell Window from sd::Window
        
        Change-Id: I2afc5e2b69a2ffc649dea5e5343fee63c96a594b

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [07e23d609efc83669f979d5db92206ebed26b619]

        fpicker: try to fix headers to make tinderbox happy
        
        Change-Id: If0de9b31b4d754dfda4f135a8ffa6df21d7b4314

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [07dee4da76ad8b2e68309ac41e7be1de572eb1af]

        add missing include
        
        Change-Id: Id28803d431c2f585f46b92888ee5b97293b63a2e

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [fa1b2554d57ea72e4ff45d0d7377aa3671fb2c30]

        use replaceFirst
        
        Change-Id: Ia20eec6e868579ed31e478514b7f2722a0972094
        Reviewed-on: https://gerrit.libreoffice.org/5828
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-05  Artur Dryomov  <artur.dryomov@gmail.com>  [f98a01f061d6d8895a3a2397a1545f052769ba3d]

        Remove triggering next transitions on last slide.
        
        The current server-side code calls finishing of a slide show multiple
        times so we cannot rely on this inidicator to exit the slide show.
        
        Change-Id: I78b11f62d45d45bcf005e6f0a36f2d632b886900

2013-09-05  Artur Dryomov  <artur.dryomov@gmail.com>  [3c1c51020c07c748248d0c6e4ae33f3f37ce1390]

        Add the settings screen.
        
        It contains options that can confuse user:
        * changing transitions using volume keys;
        * keeping screenon while presenting.
        
        Change-Id: I1a9cb9afdf1409fc78e713b899d68ae045db5cb7

2013-09-05  Julien Nabet  <serval2412@yahoo.fr>  [36baf31d2baa30c34c05b042283845ed348be888]

        fdo#42155: Replace the only use of CAutoUnicodeBuffer part1
        
        Change-Id: Id6ea78148b7689199540407518f6bcb25af4450d
        Reviewed-on: https://gerrit.libreoffice.org/5713
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [267ddb1c291f391694f567874c9fe68fb0492931]

        fdo#68552: try different build-time replacement
        
        Replace the offending variable at build time in pyAltFCFGMerge.
        
        Change-Id: Ie96d780eed8325c6f8399e78025345c0f0369856

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [791a8b96f754798192875da287c84f8cfa4e533e]

        Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters"
        
        This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0.
        
        Unfortunately does not work if BUILDDIR is different from SRCDIR.

2013-09-05  Michael Stahl  <mstahl@redhat.com>  [0bf232422af9d2b53e54230c1ae0f554f42eb2ff]

        Revert "Git rm these two files that are now expanded from corresponding .in"
        
        This reverts commit f58cf57213a300ced1369b17daebc2e9e8251c06.
        
        Uhfortunatley commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 does not
        work in the case when SRCDIR is not the same as BUILDDIR.

2013-09-05  Katarina Behrens  <bubli@bubli.org>  [ebb1b6acfca52a4af10bf9331afcd15a90067809]

        After .ui conversion, this param is not needed anymore
        
        Change-Id: Ifdf2204b0767e5ef7374aa2fef3d0fb906e53eb3

2013-09-05  Katarina Behrens  <bubli@bubli.org>  [84e17641be53a5dadbf23e2ad3a4680d1ef39bad]

        Removed now unneeded .src/.hrc files
        
        Change-Id: I31f0a63e590224848aa5045592b48966dbae7ec7

2013-09-05  Katarina Behrens  <bubli@bubli.org>  [08929c540b42f8faa5f9ba94195937189496d747]

        Don't need resource-using ctor anymore
        
        Change-Id: I2aabbdad061d5560c784c70b667c4c9dc774e170

2013-09-05  Katarina Behrens  <bubli@bubli.org>  [eed4786a434b894ab13948533acaaf755042bc4a]

        Converted header+footer dialog to .ui
        
        Change-Id: I431ef88cfbff1848dcf8aa83228f74920cf91fa1

2013-09-05  Eike Rathke  <erack@redhat.com>  [67bb0f97e0597c9e8572077e110be73b722a2514]

        -Werror,-Wunused-variable 'empStr'
        
        Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310

2013-09-05  Eike Rathke  <erack@redhat.com>  [c5a5667af8580e291ac4519fe1fa00898ebe6f7a]

        implementation is com.sun.star.i18n.LocaleDataImpl
        
        Change-Id: I9009763225f92ad2b1cca2a042e11942b8e4e6dc

2013-09-05  Eike Rathke  <erack@redhat.com>  [e13fd395939ff037a38172a87366a84293df7e30]

        getFallbackStrings() with bIncludeFullBcp47 parameter
        
        so the various places that check the full tag first do not have to get
        it just to delete it again.
        
        Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [c2b18aa7743ffb0b3e229deafb2740322d7560b3]

        WaE: unused variable
        
        Change-Id: Id360f83149ba281c806e4c71ba283603f4480954

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29858ef0f626826464f0452ec42d274742230455]

        CID#1078786: fix memory leak
        
        Change-Id: I17a257f2abe90e8d489fa1af0e0889934dc3fd47

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a59b7519688e4f7662367e3b4bee01d91ade9cd]

        CID#1078787: fix memory leak
        
        Change-Id: Ia54965d35ffe29e32b85cd720ecd41495ff72063

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [713f03d8ff946ebb2bbd8455c053d4c3e57c2ece]

        CID#1078788: fix memory leak
        
        Change-Id: I4ac535c4f5dd3b414771d54ba1718ffe5254b525

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecfe2f64d37f9414de3a4910719b4c0edddb727d]

        CID#1079183: unitialized pointer value
        
        Change-Id: Ic6f01adb83f1d30bbb3630c7ae4bf1cf5ce91635

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28471f774b1fdca4f02e90064209f5b16f143aa4]

        CID#705713: fix memory leak
        
        Change-Id: Ic157c57fcf3fd30fe46c8c09098d532fef9cd4b2

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33f400da4a78cbbc40fe20beedad5a7ca756cfbe]

        CID#705762: fix memory leak
        
        Change-Id: I0602b158bb259e27915a46485cdeac471ba6cdf2

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a8986c2c6537116ae834fcbee12b1f1a0a418590]

        CID#736586: fix memory leaks
        
        Change-Id: I02a10b8b0d18334ce693d0cead0b81d34b4eeeac

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d73c039fa5353f0b96026bed4a0da31d9a41d2c7]

        CID#1078782: fix memory leak
        
        Change-Id: I4a98e68b5f74de787e28925e2e55de96f1cb980e

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [faf66519cf92d7998a29b31a93d49780b8dfa28e]

        CID#1078783: fix memory leak
        
        Change-Id: I63a244ececcdaba5837b028bc73cbd26e8555aa4

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e340b88484905600d10ef553b4ee077278e5be0b]

        CID#1078784 and CID#1078785 fix memory leaks
        
        Change-Id: I5a878bfb0a6947616b1d0bfaad2541bb46903676

2013-09-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [03730253464f4cd18e6acb90ed981a691ba97e81]

        String->OUString
        
        Change-Id: I0298ff90654a5778621730801d0952b2ed3ee5e8

2013-09-05  Eike Rathke  <erack@redhat.com>  [660fe83b4357c9fa070739b9c4da9d9002c9bd51]

        use sensible indentation
        
        that always annoyed me
        
        Change-Id: I0c439ddb00d78590b465cd47db6e60d1939bd9f7

2013-09-05  Eike Rathke  <erack@redhat.com>  [34af964c640c14db9f4890414641595e9af34696]

        use get*LocaleServiceName
        
        Change-Id: I24e10da4b511d0413268fe31ed02afe5f3b3734e

2013-09-05  Eike Rathke  <erack@redhat.com>  [d066560a80edbfe9545414e6d05ffa6c21313f5c]

        unused 'under'
        
        Change-Id: Ie924cf6d3ba3b95832b1176582765284acd9d5ea

2013-09-05  Eike Rathke  <erack@redhat.com>  [41f02355e0a10556b4e902457755e1206aaf0294]

        use get*LocaleServiceName
        
        Change-Id: I976d6d565c7970858a5a259199fe14075e4f5d2e

2013-09-05  Eike Rathke  <erack@redhat.com>  [5ef76b39e21773783ad735859edeeb2a8d0ea4ff]

        use get*LocaleServiceName
        
        Change-Id: I57e388fcc730b0d5939cf85bcb14cbd5a41ee93e

2013-09-05  Eike Rathke  <erack@redhat.com>  [58eac0df5ff116766f6a1c154dd5fe22f0ed341c]

        renamed LocaleData to LocaleDataImpl to prevent confusion
        
        ... between com::sun::star::i18n::LocaleData of
        com/sun/star/i18n/LocaleData.hpp and i18npool/inc/localedata.hxx
        
        Change-Id: Id23f67c1e3a654fd4f2886029ee45fcc1f466879

2013-09-05  Eike Rathke  <erack@redhat.com>  [8aca6db986b5e579ef15d636c5f495f3b78092cc]

        use get*LocaleServiceName
        
        Change-Id: I4cd6a9a502b4bad11265ac5e42dc338b56b90598

2013-09-05  Eike Rathke  <erack@redhat.com>  [2ba7a3d0156973f6be1efbedb30c3109cba8bc5f]

        handle language tags
        
        Change-Id: I7367fd5f48f4b2733f515ff63238072f21579d35

2013-09-05  Eike Rathke  <erack@redhat.com>  [37126d76ed236be09368f98016a7a89e0bd5ea6e]

        cUnder, cHyphen
        
        Change-Id: I6c295f887d90809b63c5b13fee466a584d1f6404

2013-09-05  Eike Rathke  <erack@redhat.com>  [d261ddf3c8e76b44b07ea8be69234a123d2f4271]

        use replace with sal_Unicode instead of replaceAll with OUString
        
        Change-Id: I69eda64c3604f4a38fade5dbc912879937b95e0a

2013-09-05  Eike Rathke  <erack@redhat.com>  [a6c73c2007cae29755d51c10f85cb684760ae84b]

        use LanguageTag::convertToLocale()
        
        Change-Id: Id2cf7f550883f291d181d68d9dd91a7173b55310

2013-09-05  Eike Rathke  <erack@redhat.com>  [f7002026d91bde71c4baceb3ff0bd318a45bf72d]

        use get*LocaleServiceName
        
        Change-Id: Ieb286027644446c1109ab4fc637445c3582e316e

2013-09-05  Eike Rathke  <erack@redhat.com>  [acd09adae4c53cfb6b70ff2146f97043ce1487dd]

        added getFirstLocaleServiceName() and getFallbackLocaleServiceNames()
        
        Change-Id: I35d3c5baeb5501feacdfa146f5b7f4e4f1bba876

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [748bf45544a31b7bd6217d046009e272d11aa310]

        Actually use table name in getIndexInfo. (firebird-sdbc)
        
        Otherwise dbaccess's indexcollection gets confused and can segfault
        when indexes not belonging to the desired table are returned.
        
        Change-Id: I4dfe62bf1053c65cac907bf490749ee2cc24e6ca

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2e31c305a374f14d927ea700657a85aa705f21d9]

        Actually rebuild indexes in rebuildIndexes. (firebird-sdbc)
        
        Change-Id: I76ac3b261bce830879f17e82ddd22a9f4d957f11

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4ef1215d6a380b05bb8bb8d6fca869ac7eca05ff]

        Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)
        
        This provides the SQL SELECT statement necessary to retrieve all the indexes
        needing rebuilding.
        
        Change-Id: I07661277682f83dc3f2d33a398abd83593c9928d

2013-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [17a2a19ca23c0e3acf6dadc5ccdad054395738ef]

        Implement getIndexInfo. (firebird-sdbc)
        
        Change-Id: I8c3393fbc7c4fb418f31a80b23360c6c7bf21a25

2013-09-05  Miklos Vajna  <vmiklos@collabora.co.uk>  [b10afb26296e33c77e94a6eda3f2c36c4d34c2aa]

        bnc#779642 VML import: fix TextHorizontalAdjust when layout-flow is vertical
        
        The shape had no special properties about hori/vert text adjustment, so
        it should be hori left / vert top. Then it has vertical layout-flow, so
        vert should be top and hori should be right (vert was center).
        
        Change-Id: Ia89d8587b6a822ead45198dc5d1ba23907cc3567

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [8c1d8ab99ca593189b25e6d8e56ed65c2482b09d]

        fdo#68956: fix string conversion
        
        Added the SetText method to make it absolutely clear.
        
        Regression from 150c9f8bbcffacc687a5603e2a589d2a3816dccb
        
        Change-Id: I4e9935fd13fca8f9cfdfda65c980d08b1e85b459
        Reviewed-on: https://gerrit.libreoffice.org/5819
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce565ff09743c52a08dffc28b9639d657d56bee2]

        add disabled test for Excel 2003 XML import
        
        Change-Id: I5c6ff3a79357ce37b220bd7cad64a3783bc7dc55

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd2f96c2ff83bee968fec8aa7c402ae02e78e2e4]

        add test case for fdo#67783
        
        Change-Id: I3a8f99e00e12a6120a284afabbf51e6fbb36195b

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6cc31515db179c61ec2269fa9fe939ad6ae7a9bc]

        extract the calc data structure printers for cppunit equal macros
        
        Change-Id: I9bb1311f5c4688f66c3eb3f85da599686c95e87a

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7169026abcdc42182e7649e5bbf5b247a9575a2f]

        add test cases for new ScRangeList methods
        
        Change-Id: Ia17d1eb26ac6ebc54d085ade8edabcaff442de5c

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d9e062a68eaf7544d02501d7b221150d74f7555]

        increase conditional format range during inserting rows/cols, fdo#67783
        
        Change-Id: Ib74667fb958aa9bbbcae3a0289b3cbd6edf8fb37

2013-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dcc05d40c6fdb41a4193072d6b72456d75269ba3]

        this assert is too strong
        
        Change-Id: I130996a78695b38eb200a2b22a68e0aca575e3af

2013-09-05  Armin Le Grand  <alg@apache.org>  [b5f9c2351b5ca73acf02906a73d7d90cd1fcdf61]

        Resolves: #i123181# Corrected mirroring of shear angle...
        
        in SdrObjCustomShape::TRSetBaseGeometry, this was wrong
        
        (cherry picked from commit 7462607928247310b6426325e374c2f9e6f33bd9)
        
        Conflicts:
        	svx/source/svdraw/svdoashp.cxx
        
        Change-Id: I40c0b16075f5849b4514a7a282afa283793282ea

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [a46fade2c1c7ea29ff7553d5d10afbf813839af1]

        CID#1078757 nOfs <= nPersistPtrAnz
        
        Change-Id: Icf2729a4a7f8476d71d4609e060d3da2d172e7a8

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [83d62cad9398eb3973e3007a43ad49ed345ee176]

        CID#1079186 ununinitialized pointer
        
        Change-Id: Ie22e82904dc12f064c3b7d47bce294c5515590de

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [048598504cff3a68334e521f4a3bf15d0134557c]

        CID#1079327 uninitialized scalar values
        
        Change-Id: I62d58154ca8c5b4c6b6b0d1aece1b5ecbab2a6eb

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [8430357c7fbb2aa7fd0010a5451c4bc007f06612]

        CID#1079343 mContext.cipher is not initialized...
        
        use protected to indicate that this is not callable directly, but only by
        another ctor which will do the initialization. Not sure if coverity will grok
        that, but if it doesn't then it can be submitted as a false positive
        
        Change-Id: I8e97c0b441dc407a005913e2b10f0fb48f45672b

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [779aa2077d3f25cf19f74acd69e1f6d819b4610c]

        CID#1079393 Wrapper object use after free
        
        If coverity is taking exceptions into account its right, if its not
        then its a false positive. Lets do the save and restore on scope
        to find out.
        
        Change-Id: I007f86d701e193c2e097a186119c1d0b367cbb97

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [452584805c0356f335563ce9dc8c021be5ded9b7]

        CID#1079332 Uninitialized scalar field
        
        Change-Id: I07239ddec7806261fa9098839fd3fc9e5c400594

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [87d26811113f0188397a8b97a9b59bc2af3e4091]

        CID#1079333 Uninitialized scalar field
        
        Change-Id: I98accfecd5922d6882dfe97c8c72fff3afa5392c

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [d13e7ae4673d2252d9ac74238a2e8ad7a6a045af]

        CID#1079335 Uninitialized scalar field
        
        Change-Id: If918af4352c54cf92dbb45bb9a689ca2e7a8a863

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [b5dddbbb41f7c4c7d9b89caaec296f0133589e5b]

        CID#1079350 Uninitialized scalar field
        
        Change-Id: I0a3bbb5a962b33aad1c9ef2c5fa751ec15d79dc9

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [e04f1a6fcea01872ac7d7e4a2843dcb8f47dfcd9]

        CID#1079361 unused pointer value
        
        Change-Id: I00e7370792e2971b3f00ac8ec0ea0df4426613a9

2013-09-05  Caolán McNamara  <caolanm@redhat.com>  [cb92e6440cebbdf307e5740325d04d9656440fd8]

        match original intent of String::Erase(String::Search))
        
        the single argument String::Erase erased from the passed in index to the end of
        the string
        
        Search returns STRING_NOTFOUND on failure, which results in String::Erase
        erasing nothing and so leaving the original string untouched.
        
        Change-Id: I83939fce2a92c38fbfb62196b7248908117c1e69

2013-09-05  Tor Lillqvist  <tml@collabora.com>  [f58cf57213a300ced1369b17daebc2e9e8251c06]

        Git rm these two files that are now expanded from corresponding .in
        
        Change-Id: I2b1ba216d758e89ece279ee97528976b8c987dfc

2013-09-05  Tor Lillqvist  <tml@collabora.com>  [ac548958c68e9928a40196f8ca17431708132798]

        WaE: unused function 'dumpInteropGrabBagAsElement'
        
        Change-Id: I304b8021225c105f068c793ce04a447d4db4f7cf

2013-09-05  Tor Lillqvist  <tml@collabora.com>  [ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0]

        fdo#68552: Don't (attempt to) do run-time expansion of build-time parameters
        
        The $(share_subdir_name) things in the filter fragment .xcu files didn't
        actually work it seems. But anyway, it's a bit silly to do expansion at
        run-time of $(foo) things known at build-time anyway. Thanks to sberg for
        pointing this out.
        
        So just use the normal configury .in mechanism for these. Simpler.
        
        Change-Id: I14b3e5cc5169b34df8a1d7ff07cc28452c67bcc8

2013-09-05  Artur Dryomov  <artur.dryomov@gmail.com>  [4c30c48684cd09a057906f30d7a3f8927ecabb52]

        Move building server via TCP servers finder to a separate method.
        
        Change-Id: I8def7a5f7ecf924f6cc61f3a037defa9e8116089
        Reviewed-on: https://gerrit.libreoffice.org/5815
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-09-05  Stephan Bergmann  <sbergman@redhat.com>  [379a53017447fbf2a459f82ae8905b6683e80e8d]

        Consistently use rtl_getAppCommandArg here
        
        ...2a9c1d1a75b7d4e79dfbc6be3dada1a1e959e58e "Make dialogs fail with an exception
        in headless tests" missed one of the osl_getCommandArg calls, which can lead to
        problems when there are any -env: arguments preceeding the --display argument.
        Reported by renduly on IRC.
        
        Change-Id: I98dd24be840d561dce51034088f3e44adff9f2ff

2013-09-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [13badfb5ccd296faf480b19b2b33f7633f4085c5]

        lp#1204592: activate menues even earlier to reduce latency
        
        Change-Id: I54dc06c1bcd708fb666813ec2d0ca79acba361a0

2013-09-05  Andres Gomez  <agomez@igalia.com>  [43b84bbba2519686eb6b0463f422bf695d2d74b9]

        svx: new InteropGrabBag UNO prop in Shape service
        
        Added the new InteropGrabBag property to the Shape
        service and modified the JUnit UNO unit tests for
        it.
        
        Added specific implementation in the svx module
        for the SvxShape class.
        
        This new property is intended by now for its usage
        on preserving OOX's Smart-Art but it could also be
        used for preserving other attributes for
        interoperability among document formats.
        
        Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42
        Reviewed-on: https://gerrit.libreoffice.org/5769
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [6f135b0aa231a2543d73f94e39cb472e12ea47d5]

        String to OUString
        
        And removed nearly all xub_StrLen in starmath.
        
        Some sal_uInt16 which were xub_StrLen before
        9a0d753b84aed53083bed3ed460308b771f432a8 are also converted to sal_Int32
        where applicable.
        
        Change-Id: I31d7794f4c7aa840545edff41a102b76bb39e042
        Reviewed-on: https://gerrit.libreoffice.org/5817
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [4c491c1253de0210dcd4d4ff593ee73562e4d958]

        Make use replaceFirst
        
        Change-Id: Ieedb318f36afc5d85fa90533578e847a1d9d6840

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [17ff0d2b866f0e501057695d1485bf7d8d882f2a]

        String to OUString for SmDocShell::ReplaceBadChars
        
        And simplify a little bit.
        
        Change-Id: I3b3cf2ea29f59f173e74b59a8e999f19f86e9a0a
        Reviewed-on: https://gerrit.libreoffice.org/5818
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-05  Eike Rathke  <erack@redhat.com>  [51b810fbf78fa02e2b00dab596551a4f40dbff4b]

        for all other zh-XX also list zh-CN as fallback
        
        Change-Id: Ie27e743e8fdb03332a72331a7ac2ce72b548fcbc

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [78b97473f55bb55b901ecf6de12242f35553122c]

        fix windows build
        
        Change-Id: Id09c09b402866b5fb00114c47da7d85d17866ca3

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [c5dd597faacb6ee06ff0c220d938534eda062072]

        fix idl: missing </b>
        
        Change-Id: I7415a3abfc599cece4254ac3f8104062bcd88224

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [8664e88bc2006d6bcf477f7efafc0308b75a77d7]

        XubString to OUString
        
        And simplify:
        SdrMarkView::ImpTakeDescriptionStr
        SdrUndoObj::GetDescriptionStringForObject
        
        ImpTakeDescriptionStr checks for %1 occurence first, this seems to me like an
        optimization. So I left it in.
        
        Change-Id: I2d0ecfdf2b83a9a535bd893578837e549dd691c1

2013-09-05  Noel Grandin  <noel@peralex.com>  [661e6cf497b8a83543ff10b21a01f3590d1bf504]

        fix windows build after my OUString changes
        
        this block of code is inside a WNT define
        
        Change-Id: I602b66267d84761e425c194c8f144ce9acd5f11f

2013-09-05  Noel Grandin  <noel@peralex.com>  [9f04bfd8d53a7640bd6f0707708401a8ac9fb386]

        convert svx/* from XubString to OUString
        
        Change-Id: Ifa063924d95bfe397bd512411a44247d4c016018

2013-09-05  Noel Grandin  <noel@peralex.com>  [e0848f6dae86e53dac12b18120e4362957d000d2]

        convert svx/source/accessibility/*.cxx from String to OUString
        
        Change-Id: I98ddae6dafea9c52e4b96274c5f2881d929cf096

2013-09-05  Noel Grandin  <noel@peralex.com>  [a628d232c668ed4a58df8e20f4a363465bc0ff28]

        convert svx/source/customshapes/*.cxx from String to OUString
        
        Change-Id: Ie66bbb6280d050d908e0522cc2cb7a1efe627a6a

2013-09-05  Noel Grandin  <noel@peralex.com>  [ef84ce9cec9fff75868433a862db8571440a10b4]

        convert svx/source/dialog/*.cxx from String to OUString
        
        Change-Id: Icba1afdaf0d6ec16d2d09788ed3346160cb7564d

2013-09-05  Noel Grandin  <noel@peralex.com>  [55a15541a17e5c9b49039b0db31473ab81c2456b]

        convert svx/source/engine3d/*.cxx from String to OUString
        
        Change-Id: I0ef33d146a54c35ff9ad6ed8e1105de55d2fb78a

2013-09-05  Noel Grandin  <noel@peralex.com>  [258f946d3dbe6121b9e6c1886ee26cf0c8f1012b]

        convert svx/source/fmcomp/*.cxx from String to OUString
        
        Change-Id: Iecc2d85f55124ecb026d2b7a63586ef39160752b

2013-09-05  Noel Grandin  <noel@peralex.com>  [689bf5e24a5a6757efd035515f828b11b559cded]

        convert svx/source/form/*.cxx from String to OUString
        
        Change-Id: I3cac7b1f267bf119265869968c723df0473043b6

2013-09-05  Noel Grandin  <noel@peralex.com>  [1287804a89c73e072d57a11ca18988c3e73a77b8]

        convert svx/source/gallery/*.cxx from String to OUString
        
        Change-Id: I35f1f83e806ebe1bd2c81d0a85ce2a4ef4704132

2013-09-05  Noel Grandin  <noel@peralex.com>  [ca713640ba61e456b73e285960b3105343373174]

        convert svx/source/items/*.cxx from String to OUString
        
        Change-Id: I4cd056b796e67cfafda1a90069234d49921d8ad2

2013-09-05  Noel Grandin  <noel@peralex.com>  [a41c9866bd9da0527468f7fe7c9eb6fa4839ccf1]

        convert svx/source/mnucrtls/*.cxx from String to OUString
        
        Change-Id: Ica33c8217cd6b57e6d1d16b01061a6e6422b46c6

2013-09-05  Noel Grandin  <noel@peralex.com>  [71622632e67de680376b09d9d23e285c4fb2eea3]

        convert svx/source/sidebar/*.cxx from String to OUString
        
        Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592

2013-09-05  Noel Grandin  <noel@peralex.com>  [a4da41c429afecf8fbbb11930fcd254df6d16570]

        convert svx/source/stbctrls/*.cxx from String to OUString
        
        Change-Id: I90b070ae14b472c0107943475e6229606ab7732e

2013-09-05  Noel Grandin  <noel@peralex.com>  [5da63b03c0ad1b93e6918d901b48f5850588a42b]

        convert svx/source/svdraw/*.cxx from String to OUString
        
        Change-Id: I081cc5220fb0f55af2c08ae24bb92e4bf8d3f546

2013-09-05  Noel Grandin  <noel@peralex.com>  [dea5704e934d523438546ce8891d9cf5aef9b347]

        convert svx/source/table/*.cxx from String to OUString
        
        Change-Id: I56e615eb298eef3ac736edc7637b48d630c08fe8

2013-09-05  Noel Grandin  <noel@peralex.com>  [7471f789c0ff44cfbfad555ecaa23e99f6506b96]

        convert svx/source/tbxctrls/*.cxx from String to OUString
        
        Change-Id: I2f59ac54fda1e11353d81e8d5bd9fe5993c9ffdb

2013-09-05  Noel Grandin  <noel@peralex.com>  [2f2518e662e2ef5155c6987de28bb61a9314c52f]

        convert svx/source/toolbars/*.cxx from String to OUString
        
        Change-Id: I52232c754ea43ed0346e4b1eb45230d77ce6566d

2013-09-05  Noel Grandin  <noel@peralex.com>  [70a267b6ad1bffe09953cc8f1c0920f219b03789]

        convert svx/source/unodialogs/*.cxx from String to OUString
        
        Change-Id: I8496c6bdef2e68898221aef41aa69f70868abff8

2013-09-05  Noel Grandin  <noel@peralex.com>  [6940ce5c17762c9ce40525766bb2aa059e5d9e95]

        convert svx/source/unodraw/*.cxx from String to OUString
        
        Change-Id: Ief11702d496a16dfb784c31ef2c185a36fe70311

2013-09-05  Noel Grandin  <noel@peralex.com>  [b46236f54e94a7f3f9e2a553b130d4bb06486f28]

        convert svx/source/xml/*.cxx from String to OUString
        
        Change-Id: Id300414c0b34af4cc8c8a5cd49d1a17ba56f9b57

2013-09-05  Noel Grandin  <noel@peralex.com>  [78c96d8337e0b8c3726ab675c1f70b75fcd0d046]

        convert svx/source/xoutdev/*.cxx from String to OUString
        
        Change-Id: I77e122f5558a246575c68d1759bb9a07b4ce23bb

2013-09-05  Noel Grandin  <noel@peralex.com>  [949915430b1a2a69fcb08c3fc679fa068968539c]

        convert svx/inc/*.hxx from String to OUString
        
        Change-Id: I446812579d1f30fdeef94ca9d77e6cd961226100

2013-09-05  Noel Grandin  <noel@peralex.com>  [40d7608667014d54562658daec4650d068621e90]

        convert source/dialog/imapdlg.hxx from String to OUString
        
        Change-Id: I67484e2485f392ece69d1652fadf20f63d88691b

2013-09-05  Noel Grandin  <noel@peralex.com>  [4d01687f0526b990e6e1f69e85b3fc552ba53e0a]

        convert svx/source/gallery/galbrws1.hxx from String to OUString
        
        Change-Id: Icc30afa369687eb5370254b31b9c9d1e8c9d9cd8

2013-09-05  Noel Grandin  <noel@peralex.com>  [52c661954b929f64f0edf27a4788610ced0269a7]

        convert svx/source/inc/datanavi.hxx from String to OUString
        
        Change-Id: I70c11a114882adba543e2939130408cbd8da22c0

2013-09-05  Noel Grandin  <noel@peralex.com>  [1474d4766b1c282e607a8185c255c8ca97c3514e]

        convert svx/source/inc/docrecovery.hxx from String to OUString
        
        Change-Id: I2227e623dc6b27b425504329db230819a20160e0

2013-09-05  Noel Grandin  <noel@peralex.com>  [5ddc4cc6c57b49858bcd63ca455ee41385cf136c]

        convert svx/.../sidebar/*.hxx from String to OUString
        
        Change-Id: Id50f78d33608d76bf5142597d9cf2434ab03702d

2013-09-05  Noel Grandin  <noel@peralex.com>  [11a3430c2164219aff123e71ec2e53c145acb820]

        convert svx/.../TextCharacterSpacingControl.hxx from String to OUString
        
        Change-Id: I3430848f9c978c65066b9f326aeec3ee60694488

2013-09-05  Noel Grandin  <noel@peralex.com>  [dc1cddbb2d3a8a160fb9c25a769b132cb6c977f3]

        convert svx/source/tbxctrls/colorwindow.hxx from String to OUString
        
        Change-Id: I307f0560782124002453934167664b91fd98e7de

2013-09-05  Noel Grandin  <noel@peralex.com>  [eb2bc3ca03d0e0eeac4059ca55e640043f8332f4]

        convert svx/.../chinese_dictionarydialog.hxx from String to OUString
        
        Change-Id: I66fd209297e8550495a0f99de573eae6e54768c3

2013-09-05  Noel Grandin  <noel@peralex.com>  [b7b50269c3c4cbcd9228bb614577a7699e0ad664]

        convert include/svx/ParseContext.hxx from String to OUString
        
        Change-Id: I0e7c003ea86dc7b3e9f698e1abd9a246d26d76e9

2013-09-05  Noel Grandin  <noel@peralex.com>  [2ba105223cdf3a8df21a3368b8dfe506a8f885e8]

        convert include/svx/SpellDialogChildWindow.hxx from String to OUString
        
        Change-Id: I6fe9e996b67dc689f4fc2abc1cf63cb4af39084f

2013-09-05  Noel Grandin  <noel@peralex.com>  [a5c93041794164ecaae9e71ee1c83c187ad17aab]

        convert include/svx/XPropertyEntry.hxx from String to OUString
        
        Change-Id: Ie112b2e8af32eba60f67f767dd6a098980d907b4

2013-09-05  Noel Grandin  <noel@peralex.com>  [10cbf4838e6e05e58887e5a14aa5e274521854b2]

        convert include/svx/checklbx.hxx from String to OUString
        
        Change-Id: If632dc3e2fc13379ab3f2bb3f63f1e48a5119a57

2013-09-05  Noel Grandin  <noel@peralex.com>  [1647a569e73edad802243dc1cb57cb9b01548f59]

        convert include/svx/databaselocationinput.hxx from String to OUString
        
        Change-Id: I3c38efac203593da017d107b3320858b6796ac38

2013-09-05  Noel Grandin  <noel@peralex.com>  [5ab6a622f17dd5ed7866e1d9884bc8c62f5e6ab1]

        convert include/svx/dialcontrol.hxx from String to OUString
        
        Change-Id: I6f35595305178ec10b19a9d5f499526d76e2b736

2013-09-05  Noel Grandin  <noel@peralex.com>  [40a210a92c5393617aeb16b55ed688364902c255]

        convert include/svx/dlgctrl.hxx from String to OUString
        
        Change-Id: Ic029164e691eba81819b09c7379fccc1160ad849

2013-09-05  Noel Grandin  <noel@peralex.com>  [c841b0405ed0d63980b0f92c6b4a45d66ae9010b]

        convert include/svx/fmpage.hxx from String to OUString
        
        Change-Id: I7f602b483a69fb406dc4d9a35363e301a532a28b

2013-09-05  Noel Grandin  <noel@peralex.com>  [1e7632abaa3f4c8fd83f7052b95dc88eac3d3626]

        convert include/svx/fmsearch.hxx from String to OUString
        
        Change-Id: I167e5e5a54d9fbf9394c7f81484a20f460465c8d

2013-09-05  Noel Grandin  <noel@peralex.com>  [202a08e37df62f5588e5a5b726520bbb86f36ed3]

        convert include/svx/fontworkgallery.hxx from String to OUString
        
        Change-Id: I55af9d671275fca62c3877b07c5cd32b0a7dfdf7

2013-09-05  Noel Grandin  <noel@peralex.com>  [b39e68d72a34c566aca0b5c15b173da62a8ec9e2]

        convert include/svx/frmdirlbox.hxx from String to OUString
        
        Change-Id: Ib7d7a6e62f5fb28664c25fbc96cd3d56bf1797ac

2013-09-05  Noel Grandin  <noel@peralex.com>  [ebdaa4d5bf9538c693f76c7f32c2235e4740a65c]

        convert include/svx/gallery.hxx from String to OUString
        
        Change-Id: I0334a9544d25d35492764d0f5832f85604470cff

2013-09-05  Noel Grandin  <noel@peralex.com>  [6f5ffd49378d4e2ae6786fd1bb14258ea7aeea66]

        convert include/svx/gallery1.hxx from String to OUString
        
        Change-Id: Ic1ea4f661b4975cb215ae6b4e6e6e068a85d4a07

2013-09-05  Noel Grandin  <noel@peralex.com>  [892acc2cde181d082820d2e3af5e7f3b8be7964f]

        convert include/svx/galmisc.hxx from String to OUString
        
        Change-Id: If0677c6b38ddbac4f039c0e2e5a6db59491d454c

2013-09-05  Noel Grandin  <noel@peralex.com>  [6b8a2089f9fe1a74f697982d64cb9deed9ec0a46]

        convert include/svx/galtheme.hxx from String to OUString
        
        Change-Id: I7a592768f85fd2bd95435a29ca8c368e5f2ca81a

2013-09-05  Noel Grandin  <noel@peralex.com>  [9a915d1114f814ff8d8ba4fb0d2b9b2589ea0833]

        convert include/svx/hlnkitem.hxx from String to OUString
        
        Change-Id: I3c4d1b60c5fe3df35a91258ea523e9b7f46eea71

2013-09-05  Noel Grandin  <noel@peralex.com>  [6015ebb09e1c5782194366e460179ec680913018]

        convert include/svx/itemwin.hxx from String to OUString
        
        Change-Id: Id6964c28161ff9d958c41e00ff73ed60f8a08d82

2013-09-05  Noel Grandin  <noel@peralex.com>  [9dc57be59d1a8dc17e77f21cbce04e2bb7247dca]

        convert include/svx/langbox.hxx from String to OUString
        
        Change-Id: I8a587f573b3a74b6fdd4ca36b49e78e18de8ca3b

2013-09-05  Noel Grandin  <noel@peralex.com>  [04778e507f6564b6e8a1b867313cd0ab5f913c30]

        convert include/svx/linectrl.hxx from String to OUString
        
        Change-Id: I6c2136f8ea121286f80afa45655a9fba42ac0197

2013-09-05  Noel Grandin  <noel@peralex.com>  [df1f76dfff82b8736c3d19cf61bd19d4aab5ae2a]

        convert include/svx/linkwarn.hxx from String to OUString
        
        Change-Id: Iec378f2cbb3b9f519b68abcf1cdd4dfac0e31702

2013-09-05  Noel Grandin  <noel@peralex.com>  [d2f468dd537c5829ebc2dc08222717578aa555f4]

        convert include/svx/nbdtmg.hxx from String to OUString
        
        Change-Id: I278acc5df9c934d42b9747df00704a5a9b3ef56e

2013-09-05  Noel Grandin  <noel@peralex.com>  [9d003eca64ef50dddca7796fff6760b0b99fe623]

        convert includes/svx/numfmtsh.hxx from String to OUString
        
        Change-Id: I95884864dd943a65cef64262cc9f05b9ceb524b2

2013-09-05  Noel Grandin  <noel@peralex.com>  [f6ada649d67b8b3fcf31e6588e56c3cd7d5c1fe0]

        convert include/svx/numinf.hxx from String to OUString
        
        Change-Id: Ic80e48ae920bf52c069cf6058743452585e36f2a

2013-09-05  Noel Grandin  <noel@peralex.com>  [1c8c9647c6daaa420d3812b923bfd1a32103200a]

        convert include/svx/numvset.hxx from String to OUString
        
        Change-Id: If9b851406a369c343a46c79fea7ee1d391049456

2013-09-05  Noel Grandin  <noel@peralex.com>  [d4d9a7b19f68464df561937512e471f2c47c52a8]

        convert include/svx/pagectrl.hxx from String to OUString
        
        Change-Id: Ib03d040d97be4aee48f7a1b041df27e259b34e8e

2013-09-05  Noel Grandin  <noel@peralex.com>  [0728cc90179f78e200e3ab27b34c1c2179ac8432]

        convert include/svx/pageitem.hxx from String to OUString
        
        Change-Id: I441c6b46ace2ad1b23357bea83501a67b63e8637

2013-09-05  Noel Grandin  <noel@peralex.com>  [d4a5d638b7d863abb29b5a1b7e2eabf6d7f76c2a]

        convert include/svx/passwd.hxx from String to OUString
        
        Change-Id: I9827783f4e6c92b36c22446e9fb24351733852e9

2013-09-05  Noel Grandin  <noel@peralex.com>  [d7ce41516681e78cd81f2f1834b8467074240239]

        convert include/svx/pfiledlg.hxx from String to OUString
        
        Change-Id: I7bcc35b1b0a01a474155763f4e59a49f8191ba50

2013-09-05  Noel Grandin  <noel@peralex.com>  [a9c5c89f22c2c7c1a43a27f18eda8a2f67eff917]

        convert include/svx/pszctrl.hxx from String to OUString
        
        Change-Id: I9ed9781b3beb16b680206dcfcb8eb63b7f31ecb7

2013-09-05  Noel Grandin  <noel@peralex.com>  [0a76e5679c21fc061708f7afc8b34c8879a92143]

        convert includes/vx/rubydialog.hxx from String to OUString
        
        Change-Id: I5b43080ffce00370d095b8c125457f5fbb8fcaac

2013-09-05  Noel Grandin  <noel@peralex.com>  [976430ba8ed7cf24813cbf1aab502847ab925bde]

        convert include/svx/sidebar/ColorControl.hxx from String to OUString
        
        Change-Id: I15787484a74e82fdc8f6c16287317fecf4e80557

2013-09-05  Noel Grandin  <noel@peralex.com>  [360c1a8e0859b97b1999febdcc928e8bd0935c10]

        convert includes/svx/srchdlg.hxx from String to OUString
        
        Change-Id: I7e2733f3011b3282873f3c80665f1c7297c2845e

2013-09-05  Noel Grandin  <noel@peralex.com>  [ddab20567671f04ba425e7da1256ebc11a4ae620]

        convert include/svx/svdetc.hxx from String to OUString
        
        Change-Id: Ic739dc4749afa1476c87d3e2d35eb31d7e888932

2013-09-05  Noel Grandin  <noel@peralex.com>  [aa1ccde1d2956c95fe44fb111e3a2f835b5c6fc6]

        convert include/svx/svdmodel.hxx from String to OUString
        
        Change-Id: If1d472cdc79c593a0e5e87319e064123d8143e67

2013-09-05  Noel Grandin  <noel@peralex.com>  [672aee1285638ed2c544c4aa97c01caca95fb103]

        convert include/svx/svdmrkv.hxx from String to OUString
        
        Change-Id: I55c26d99c1aec392dc42ebd635914889efcc1786

2013-09-05  Noel Grandin  <noel@peralex.com>  [5cc8b86f5e79467913787fdad6d02cf1ccd34b32]

        convert include/svx/svdoashp.hxx from String to OUString
        
        Change-Id: Ie31c952ebb6d1c06b3905e56c6efe30e90303a82

2013-09-05  Noel Grandin  <noel@peralex.com>  [ea766508f7f8b4a89ca428db16b21ac6e0226882]

        convert include/svx/svdograf.hxx from String to OUString
        
        Change-Id: I196259b9ba56827ffd8738bcd10363dd145ed29b

2013-09-05  Noel Grandin  <noel@peralex.com>  [830171ff79c6a15711c8ca225911d19c90952343]

        convert include/svx/svdoole2.hxx from String to OUString
        
        Change-Id: I4241d14165aa585aa436a28071036774012a266f

2013-09-05  Noel Grandin  <noel@peralex.com>  [aceaa880115bb55391a8cc3622970b74436139d0]

        convert include/svx/svdotext.hxx from String to OUString
        
        Change-Id: I21f775444ce2b125b14abee7e6a766bff9353245

2013-09-05  Noel Grandin  <noel@peralex.com>  [1e110338a1917504a79aa8250a93e0dc4641e448]

        convert a slice of editeng and svx from String to OUString
        
        specifically the aRepresentation field/methods in EditFieldInfo
        and the CalcFieldValue method in SdrTextObj, because they
        have a tricky dependency.
        
        Change-Id: Id1f9dc6d7cacc075983bd224d11dd4de1085a9c1

2013-09-05  Noel Grandin  <noel@peralex.com>  [75c850aa06cfdaf509b9dfbef707406c9738da13]

        convert include/svx/svdouno.hxx from String to OUString
        
        Change-Id: I948492bad239418c328d6c2a3111a82037543f8d

2013-09-05  Noel Grandin  <noel@peralex.com>  [ad5a56abf2d28cd5dc019a5081da41fef6253ed6]

        convert include/svx/svdovirt.hxx from String to OUString
        
        Change-Id: I3af71e2eae19068c4eafd58d8be3a62506ea28f6

2013-09-05  Noel Grandin  <noel@peralex.com>  [bfd3c3069f1d89a125bce4e0fcebf3636fb5f8af]

        convert include/svx/svdpagv.hxx from String to OUString
        
        Change-Id: I4cc2a34074f536327f4eb10e30c2d8f505409547

2013-09-05  Noel Grandin  <noel@peralex.com>  [10f96c28ba736029aee431307f70f07e5c0269dc]

        convert include/svdpntv.hxx from String to OUString
        
        And remove SdrCreateView::SetActiveLayer and SdrCreateView::GetActiveLayer,
        since they are already declared in the SdrPaintView superclass.
        
        Change-Id: I1bc87229628bd4490e7c9497c97ac5d38ae595fa

2013-09-05  Noel Grandin  <noel@peralex.com>  [f4b76b7b160467a4d67689e1fe24d481df714ce5]

        convert include/svx/svdundo.hxx from String to OUString
        
        Also
        - convert GetDescriptionStringForObject to return a result
          rather taking an inout parameter
        - convert SdrUndoFactory::CreateUndoObjectStrAttr to take
          const references to OUString
        
        Change-Id: Ie0c638635a7b80f818abe58319a2f366251feb62

2013-09-05  Noel Grandin  <noel@peralex.com>  [4f305eb9df40e26294aba76d28b036609b40b8d4]

        convert include/svx/svdview.hxx from String to OUString
        
        Change-Id: Ifa2801edbc6712fce0fab8c3cc94d997b971079f

2013-09-05  Noel Grandin  <noel@peralex.com>  [480f6fb5d593666fb9f9945b6fffb7edf5d47f50]

        convert include/svx/svdxcgv.hxx from String to OUString
        
        Change-Id: I7dd14979ee2c69785051af9a5857d7f60f8fda2b

2013-09-05  Noel Grandin  <noel@peralex.com>  [6a23978228411290ed2cef6fe2ab32d6a8a9ca52]

        convert include/svx/svxdlg.hxx from String to OUString
        
        Change-Id: I18694c0f74f331c9d798ca85c52c744d43a599bb

2013-09-05  Noel Grandin  <noel@peralex.com>  [4f0bf3db08ba9b203e30883f260a35d378f20a9c]

        convert include/svx/swframeposstrings.hxx from String to OUString
        
        Change-Id: I762a08c61f6d7b3fa97195d9da19f54da1b553f4

2013-09-05  Noel Grandin  <noel@peralex.com>  [d7d3a0edb9415edf74362dcc43a8b748e25fc65e]

        convert includes/svx/sx*.hxx from String to OUString
        
        Change-Id: If605bf96e7c3537abf679553d49289daf2abc1a9

2013-09-05  Noel Grandin  <noel@peralex.com>  [492480440c4b636f70c815694deb30301b57e4f6]

        convert include/svx/tbcontrl.hxx from String to OUString
        
        Change-Id: I7e5785c5edba06457f904d36373158fb9c08536b

2013-09-05  Noel Grandin  <noel@peralex.com>  [f7b31b89ab09a50e217bb4c4c9a6edaa1884661d]

        convert include/svx/txenc*.hxx from String to OUString
        
        Change-Id: I4a87fcd660ea64a8328840f731bf4a9ab8b909dd

2013-09-05  Noel Grandin  <noel@peralex.com>  [2e06478b2852f5560abf7614dfa6c46381d9bd75]

        convert include/svx/ucsubset.hxx from String to OUString
        
        Change-Id: I753ad5392cc558d3451abf9b0798591caf093ade

2013-09-05  Noel Grandin  <noel@peralex.com>  [4ff100596ed844f0ee2828023004dac4da748687]

        remove unnecessary forward declaration
        
        Change-Id: Ia59877abf293554964be0ab69091a01e0db73cb6

2013-09-05  Noel Grandin  <noel@peralex.com>  [2a80a284b35d7f61eb819bfa37d01c70bc9ef7e8]

        convert include/svx/xbtmpit.hxx from String to OUString
        
        Change-Id: I6b45f343febef1ca1e90a9194bd298681ed134ea

2013-09-05  Noel Grandin  <noel@peralex.com>  [5a8f4cbac89694542a9e08e76cb00c947ac74bb8]

        convert include/svx/xcolit.hxx from String to OUString
        
        Change-Id: Ieae296f179e0b45384e40c6ea6fb704af11d94e3

2013-09-05  Noel Grandin  <noel@peralex.com>  [79850f25987d12c8ee91dfd0f699a562f341bf67]

        convert include/svx/xf*.hxx from String to OUString
        
        Change-Id: Ifd11e8efc2c6dae7dd08fe61acb949b6238682a7

2013-09-05  Noel Grandin  <noel@peralex.com>  [c8375ca155fca6d8c0cfd75058954bff9a48d5f2]

        convert include/svx/xit.hxx from String to OUString
        
        Change-Id: Ib5ba87a934fbe9220427145eb54e3de3c49b03ad

2013-09-05  Noel Grandin  <noel@peralex.com>  [10407bdad878e4c17e69043d1b6cad72b1aa9672]

        convert include/svx/xln*.hxx from String to OUString
        
        Change-Id: I556383c918556d634fa3bae6144f973c23ceff03

2013-09-05  Noel Grandin  <noel@peralex.com>  [ab5070a57b00a59816bbe157953d7de10a52c627]

        remove dead method declaration
        
        Change-Id: I9583133eca6ddfc3677c983245a84240f599aa7b

2013-09-05  Noel Grandin  <noel@peralex.com>  [09a43f02816f0a9ec49c1f14ac8b911b8a34dea8]

        convert include/svx/xmlexchg.hxx from String to OUString
        
        Change-Id: I45a71c4b5983dcd2f19d0bc10ed008a09094eb0a

2013-09-05  Noel Grandin  <noel@peralex.com>  [447b92760d097eeb658b2302d5ddcdd95e006a1d]

        convert include/svx/xmlgrhlp.hxx from String to OUString
        
        also fix the string comparison in
          SvXMLGraphicHelper::ImplGetGraphicMimeType
        which was previously comparing pointers.
        
        Change-Id: Icd1e76bcf60ec3af5b10cb48adfc97548a2bf4f1

2013-09-05  Noel Grandin  <noel@peralex.com>  [dfbb4009f895a876041c8848100a3bada1ba44fc]

        convert include/svx/xoutbmp.hxx from String to OUString
        
        Change-Id: Idfb879c75cce06d9be4459f054169926a56b0199

2013-09-05  Noel Grandin  <noel@peralex.com>  [863faa0cf9d71bf714c648537858b6adf888f8ec]

        convert include/svx/xsflclit.hxx from String to OUString
        
        Change-Id: I055d9ffc184fc2302cd01176238cd9652426414d

2013-09-05  Noel Grandin  <noel@peralex.com>  [55b15c9db561c60fc71103538b2747f6b52b9931]

        convert include/svx/xtable.hxx from String to OUString
        
        Change-Id: I5230e5bfe1297875388ef798ed75b675ba09dd89

2013-09-05  Noel Grandin  <noel@peralex.com>  [9daa4f31944e1b9510b092ab9fdd433984c85d10]

        convert sfx2/source/appl/* from String to OUString
        
        Change-Id: I59901bdc3c953bf883c0b543bd1e0b5d6a96e80a

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [6dbf3cd4123a24ee1f5169aaa02cb06ae3eefaaf]

        remove it here too
        
        Change-Id: I9cb34b5d8676ca2c3081def04ce8e3ec001746d1

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [7329d9447611242637c8852deec82208cba6ec55]

        WaE: -Wunused-private-field
        
        Change-Id: I9f1671d6d8a0b2b7d4c26cb2240a88ab6e74abe5

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [e03225451752ddbe9427d318d1d38c2cc1fbb764]

        clean up after my cow wrapper changes
        
        Change-Id: I42fcce936750888388e80db24b529b7543f9f4bf

2013-09-05  Thomas Arnhold  <thomas@arnhold.org>  [69cd97277cb843d91bc1d1785b23e8c4c8bf6a33]

        WaE: -Werror,-Wunused-function
        
        Change-Id: I87f5e5e13470826338030e8b0f08c46e09ac216e

2013-09-05  Minh Ngo  <nlminhtl@gmail.com>  [e16a29d8d41253ac86d516deacf59684030fe998]

        Replacing unistd.h by stdint.h
        
        Change-Id: I39cfe819518d11152200620515eded09ed6889f0

2013-09-04  Thomas Arnhold  <thomas@arnhold.org>  [ffda2ff88aae5c388fe13ae451cad9af38e41edc]

        Some more fixes
        
        Forgotten in 150c9f8bbcffacc687a5603e2a589d2a3816dccb
        
        Change-Id: I177c3bcb15bf789a68b8758a8a545d4c6bdf5d85
        Reviewed-on: https://gerrit.libreoffice.org/5820
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [62d50671919424ca4dd80cd7733b7b259132b9ab]

        Remove more unused methods
        
        Change-Id: I8fec40d767905bcca366257a67f669eaa1055cbc
        Reviewed-on: https://gerrit.libreoffice.org/5789
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-04  Eike Rathke  <erack@redhat.com>  [a25846baf1137e7086292d8d8824a94f6a825166]

        for zh-HK or zh-MO also list zh-TW as fallback
        
        Change-Id: If86d7df0c9ed84f704c0f2421820f3d9c060f2fd

2013-09-04  Siqi LIU  <me@siqi.fr>  [bcaf95fbbc7b463ee2c9917f05bb618f5f1bc1fd]

        smaller title size for iPhone/iTouch
        
        Change-Id: I6415f93fe545bacb95852479e91869603f3ca3f2

2013-09-04  Siqi LIU  <me@siqi.fr>  [fe6e72be60c000c3c642ddc6ab34fbc6a1f1a0db]

        non translucent navbar for iOS7

2013-09-04  Siqi LIU  <me@siqi.fr>  [7ff78c8e5d0eded0bbc804d170941831a5a41483]

        remove unused gradient layer

2013-09-04  Siqi LIU  <me@siqi.fr>  [3eb7ce4fb7d9ff16679801d2d52df18084ccb074]

        typo and color schema corrected

2013-09-04  Eike Rathke  <erack@redhat.com>  [77682c94993193604699079a9325a6dcb32bf965]

        better error-checking for Language,Country,Variant
        
        Change-Id: I4e4f896ca9af8be7118fc868d57f9e2fa6102d74

2013-09-04  Eike Rathke  <erack@redhat.com>  [e2da56a909ec435e3293da910ec605923a7206ee]

        removed unused Platform element
        
        Change-Id: If1bb51a69e099e112cce32b8219688b17befa3a3

2013-09-04  Eike Rathke  <erack@redhat.com>  [82254f22827cffd502b6f12be038d48ed8da10c7]

        added comment about ca-ES-valencia precedence
        
        Change-Id: I61b9dc4dc21a1688d4f3fc71b6ad394dcdbab2b7

2013-09-04  Eike Rathke  <erack@redhat.com>  [6cd33c4adf4e7213abbfd2fe5876914ce54ad0ad]

        ditched LANGUAGE_SERBIAN 'sr' primary-only
        
        Change-Id: Iac72f57815068767e25c3f7bb95ee402745ba579

2013-09-04  Minh Ngo  <nlminhtl@gmail.com>  [1e4ee9d1744a34c5ee3a21358fa3beef55f84246]

        Turn off event queue.
        
        It's not already threadsafe
        
        Change-Id: I0d201509017176bbbb2abd777304b6f30029d995

2013-09-04  Minh Ngo  <nlminhtl@gmail.com>  [9335f5f1c577b8f6b43200de573f0112f84b007e]

        Fixing a crash when loading symbols from LibVLC.
        
        Change-Id: Ifb39dea6f0d2328d5658f34ca35d6d65445c38ef

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [456539a6faa79e4ec7f9f553e215cc2bc501ed62]

        Remove effectively dead raises specification
        
        Looks like idlc ignores the lone (due to the preceeding ";") raises
        specification, for whatever buggy reason.  XAxis.idl had been like this since
        the inception, and the C++ implementation of getAxisGroup in
        sc/source/ui/vba/vbaaxis.{cxx,hxx} had also failed to list BasicErrorException
        since its inception (likely because the function signatures were copied directly
        from the generated .hdl file, which of course also lacks BasicErrorException;
        and also does not really need it given the function definition just returns a
        member variable), so keep the status quo and clean up the .idl file.
        
        Change-Id: Ib4ffddb6ec867ca302cc595915cae17099734ddf

2013-09-04  Thomas Arnhold  <thomas@arnhold.org>  [4bd28f7931a533a8ad2b0787f19ce26e6818d5b4]

        XubString to OUString
        
        Change-Id: Ia7514abaa494a367d51db9d9990cd94cff6ed503
        Reviewed-on: https://gerrit.libreoffice.org/5802
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [3f2774c771fc54757364ed50fab9b4753d067371]

        fdo#68787 DOCX export: handle zero width footnote separator
        
        Change-Id: Ieb1d8d1f8609558b4af06630b603a51da3e665f4

2013-09-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3a021c00d9b27e6bcafbfaf8bf7b36cdd40768e2]

        fdo#68210 related: make other filters work again too
        
        - see dc86610d16a561ff1a0455d5fef157431f9271e3 for details
        
        Change-Id: I6041ca10f58335187928995368db673c1ce22e7b

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [e76b2053b4c5520ec880fb4fa0031a7ff2ca9ee5]

        Fix UNOIDL interface method parameter identifiers
        
        UNOIDL identifiers starting with a lowercase letter and containing underscores
        are reserved for the implementation.  It would be good to be able to enforce
        that in code parsing UNOIDL files, but some existing identifiers violate that.
        So at least change any violating method parameter identifiers here.  While that
        is theoretically an incompatible change for published interfaces, it practically
        does not matter at all.
        
        Change-Id: I5eff17b5dd5e2e92984184127c4fe1712d62c9dd

2013-09-04  Miklos Vajna  <vmiklos@collabora.co.uk>  [330b860205c7ba69dd6603f65324d0f89ad9cd5f]

        fdo#68787 DOCX import: handle when w:separator is missing for footnotes
        
        There were two problems here:
        
        1) OOXML has no way to explicitly disable the footnote separator, what
        is does is that it omits the <w:separator/> element in that case. We
        didn't parse that previously -- now we do, and if it's missing, the
        separator is disabled.
        
        2) The footnote stream isn't read by the importer, only when the main
        stream references the footnote one, the relevant part of it is parsed.
        At the moment we always parse the first (special, "separator") entry in
        the footnote stream, that may be optimized later if it becomes a
        bottleneck.
        
        Change-Id: Ie588270a212fc90fc41095029a362cfd832b24f8

2013-09-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dc86610d16a561ff1a0455d5fef157431f9271e3]

        fdo#68210: Make tiff import work again with merged-libs
        
        - there was a symbol mismatch for dynamic loading
        - while this fixes fdo#68210, similar fixes are likely needed for the other
          dynamically loaded functionality
        
        Change-Id: I7e4d6baf256dbe7b145dcbc118b4cac2075e07f5

2013-09-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2349713c72be2ce4069fa5be3062a18fd9318587]

        remove macro breaking 'make vcl debug=T'
        
        Change-Id: I694480dc876f5990f5904cf39b15ea0c60ea816d

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [41d229b23c462cbee52bd5af01180009c8670746]

        XubString->OUString
        
        Change-Id: I72b2678c79401320c355c7b6635a6180b01202f1

2013-09-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a97e46f0024e99312dd16d14b0501404babcdd8d]

        dont duplicate res-files in solver/ anymore, if using gb_RUNNABLE_INSTDIR
        
        Change-Id: Ibdf452253e5d4a5882594277bdf86eb96e68b1e3

2013-09-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [97515d3aa26518d67a90b68a9e767cd7972ff472]

        Updated core Project: help  32c171278a4aa94023069fb264c9192fbe056e6e

2013-09-04  Andres Gomez  <agomez@igalia.com>  [d52e46c418c150b7ace2de313252120981fe0959]

        oox: Enhancing the debugging output
        
        Change-Id: Ifc055befd5d7436d44e95ce105c52f3c4f061796
        Reviewed-on: https://gerrit.libreoffice.org/5768
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [ced8703387cb49094b0a74b09a145cbf57883215]

        [API CHANGE] Remove long-deprecated css.sheet._NamedRange constants group
        
        ...it had been deprecated at least since late OOo times, with the
        css.sheet.NamedRangeFlag constant group as replacement.  (UNOIDL identifiers
        starting with an underscore are illegal.  It would be good to be able to enforce
        that in code parsing UNOIDL files, but some existing identifiers like this one
        violate that.)
        
        Change-Id: Ib8067dee47cec46356065b7b70cc6b47b97e5bc0

2013-09-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0d1047ff82d4320e22144447a9dc7a50c94d2769]

        Force removal of UNZIP_DIR when unpacking zip (gbuild).
        
        mv only moves non-hidden files out of UNZIP_DIR, hence removal of
        UNZIP_DIR can fail if there are hidden files remaining. This assumes
        that hidden files aren't actually needed for our purposes.
        
        This is a problem e.g. for libatomic_ops which contains a .gitignore
        in it's top directory, causing the removal of UNZIP_DIR to fail.
        
        Change-Id: Ia4a621b90bc4cc5fc15dd2a3ecc209734abc6269
        Reviewed-on: https://gerrit.libreoffice.org/5808
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [45b2346dcf6b695feb7ebeeb70e50b1c048853b6]

        No need to list documentation-only module.idl files in UnoApi_*.mk
        
        ...doxygen still picks them up, as it traverses the complete udkapi/ and offapi/
        soruce trees.  (And rename udk-modules.idl to modules.idl for consistency.)
        
        Change-Id: Ic52c333756810c285059f03edc207a0913ead160

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [e03211460a2d2451135527107c7ddbd2e93acba9]

        [API CHANGE] Fix deprecated struct css.uno.Uik member identifiers
        
        UNOIDL identifiers starting with a lowercase letter and containing hyphens are
        reserved for the implementation.  It would be good to be able to enforce that in
        code parsing UNOIDL files, but some existing identifiers violate that.
        
        In the case of the published, deprecated css.uno.Uik, the change is incompatible
        in theory but arguably irrelevant in practice.
        
        Change-Id: I61f66e2d73c6aca5498ae566758893b546eb81d5

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [2618ff47344e423470ab60c5e034d30163b3f29b]

        UNO interface UIKs are unused for a very long time
        
        ...so mark them as @deprecated more thoroughly and always force them to zero.
        
        Change-Id: I5db2dab924fc5a4145a0e5dd055b654985ce2ef9

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [71ac97f709441bbcdbeaa2010cb63a782b61e1fa]

        Minor clean up
        
        Remove an odd {1} repeat count, and remove the "."{DIGIT}+ pattern that is
        already covered by the following {DIGIT}*"."{DIGIT}+ pattern.
        
        Change-Id: If99dfe10a5e37225355472bf4deceb34c0a92eb9

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [d868e2d2e38ee8f0a1427dd2de5c0fc547b28506]

        WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POP
        
        Cleaner than my first attempt.
        
        This reverts commit 9c0ba0ba41cb3b814cc8bf7a33abf1245d4b241e.
        
        Change-Id: Iec9da427ab2a92cb0765f73af14d83a37f765290

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [5326020f85b67faab34bca5c605b6070c6c4bef0]

        WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POP
        
        Cleaner than my first attempt.
        
        This reverts commit aa4868de78b3a3893722f7a079f4d05e18abd8db.
        
        Change-Id: I9c92be72e69292731983a53fc2de29ba333071c9

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [543937297a7e936718a7e37a6ebe30dfc418e567]

        WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POP
        
        Cleaner than my first attempt.
        
        This reverts commit 853167931600777e7bf44a35e051628a1169bcfc.
        
        Change-Id: Ib25b72a1f18d8adef5fa8d2960f233e0a7c29844

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [849f7d1484167111f34e2da931fc7b6e57eb1b25]

        WaE: unreachable code
        
        Change-Id: I65158d7f8f632fb153adc1a4560de25ed1be0810

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [78d09575da61ac681f708ee76fc239111aa7186e]

        Add SAL_WNOUNREACHABLE_CODE_PUSH and _POP macros
        
        To be used around code where some compiler, in some circumstances,
        generates bogus warnings about unreachable code, that it would be much
        uglier to work around otherwise.
        
        Specifically, I will at first now use this to get rid of MSVC warnings
        about unreachable code when calling a function defined in another
        source file (but going into the same library) that always throws. The
        compiler notices this when one uses link-time code generation and it
        thus can do global inlining of code from all compilation units that go
        into a library (or executable).
        
        For MSVC, the __pragma that the SAL_WNOUNREACHABLE_CODE_PUSH macro
        expands to needs to be in force at the start curly brace of a
        function, so place the PUSH macro before the function definition. For
        clarity, I guess it is best that the corresponding POP macro comes
        after the end of the function.
        
        Change-Id: Icef5259c5360b9facdc136fec1f207665ce79d90

2013-09-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [290bfcd2fdb44a52943f6fdc134d2565cbb83db3]

        Remove unneeded configure.ac firebird parts.
        
        Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04
        Reviewed-on: https://gerrit.libreoffice.org/5807
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-09-04  Krisztian Pinter  <pin.terminator@gmail.com>  [03fe1dc6ff8fbc1091515825d04a87778c22757d]

        startcenter: Fix template buttons breaking when used with k.board
        
        Change-Id: I14a6b5610b4cb337101403bbbf5c5d70af012c54
        Reviewed-on: https://gerrit.libreoffice.org/5806
        Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
        Tested-by: Krisztian Pinter <pin.terminator@gmail.com>

2013-09-04  Krisztian Pinter  <pin.terminator@gmail.com>  [055d21a1e32555e1415ac40ba0a931d851a7d8db]

        startcenter: Rename variables
        
        Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02
        Reviewed-on: https://gerrit.libreoffice.org/5805
        Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
        Tested-by: Krisztian Pinter <pin.terminator@gmail.com>

2013-09-04  Khaled Hosny  <khaledhosny@eglug.org>  [190506425ce28e345222c08065e2d08003a85cb0]

        Require FreeType >= 2.2.0
        
        That should be older than what RHEL-5 have, so closer to our real
        baseline. Cleanup checks for older FreeType as a side effect.
        
        Change-Id: I10dc6a3064b6be88cd7bdc72c501d50df4a2613b
        Reviewed-on: https://gerrit.libreoffice.org/5804
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Khaled Hosny  <khaledhosny@eglug.org>  [655a62ad569b08c6d0b5639624e33d40594bedf2]

        FT_Size API is available since FreeType 2.0.5
        
        We require at least 2.0.9 right now anyway, so no drop the dlsym hacks.
        
        This is essentially a revert of a36dab4a598c4ac168c7ef1df4d061613e40e416
        from 2003.
        
        Change-Id: Id9bca2962f25d92f1707bc3d1efc054ffd22c714
        Reviewed-on: https://gerrit.libreoffice.org/5803
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Eike Rathke  <erack@redhat.com>  [8d4cd0751516631bcd5c6fabf1eb07d64bb72f17]

        renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 related
        
        Build Catalan-Valencian as ca-valencia instead of ca-XV private-use.
        
        Introduced LANGUAGE_CATALAN_VALENCIAN 0x0803 mapping to ca-ES-valencia,
        preserving old ca-XV and qcv-ES mappings to now
        LANGUAGE_CATALAN_VALENCIAN and LANGUAGE_OBSOLETE_USER_CATALAN_VALENCIAN
        0x8003 to ca-ES-valencia.
        
        Removed special !bUserInterfaceSelection treatment from
        MsLangId::getReplacementForObsoleteLanguage() and added the usual
        obsolete replacement instead.
        
        Change-Id: I2fdd8b0bac55d4b4ae2cbf3c3645f09fefec9b6e

2013-09-04  Eike Rathke  <erack@redhat.com>  [e68074d62b3245f590948ecec8d2f1786708f381]

        use Bcp47CountryEntry
        
        Change-Id: I604e4be0ff126153e163322aa7dc14acabd29138

2013-09-04  Eike Rathke  <erack@redhat.com>  [c5381977e455e8e919fda2cb0947d799ed8fec8a]

        Updated core Project: translations  54fd99cf0cda479641a91bb9e7f2ebe8a8384b1c

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [77eeece2e744df7f2290ba2738cee95ef367133a]

        c++11 and c++03 have different enum namespacing behaviour
        
        Change-Id: I899d1ad9e26feb7fcf83c137e4e68628cfdceec8

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [e4b2e9fa7822b5ccc25435101059d0f3ddae08d2]

        remove intermediate Strings on res loading
        
        Change-Id: I5ae2f445bb2c0e3fa3dd42f972dae54dfee42cc8

2013-09-04  Thomas Arnhold  <thomas@arnhold.org>  [9a0d753b84aed53083bed3ed460308b771f432a8]

        String to OUString
        
        Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166
        Reviewed-on: https://gerrit.libreoffice.org/5790
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [ed87e4c4b09d0f623c350528a4f6a6d049735bd1]

        Replace XROW_GETXXX macro with template
        
        Change-Id: Ibd476f9a60dcc15be3b330d738faf56781998dfc

2013-09-04  Stephan Bergmann  <sbergman@redhat.com>  [e561a04792f0ae6fb618132655b7d6d5dd291ee1]

        Remove unnecessary SystemChildData -> SystemEnvData define
        
        Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02

2013-09-04  Brian Fraser  <andthebrain@softfrog.ca>  [bcbb20b0efc608653bd680565542f5d804755c8f]

        Print images in grayscale when printing using the "Black & White".
        
        Black and white color option found in Impress at
        File-->Print-->Libreoffice Impress tab
        
        Before change, images are printed in pure white, and hence
        missing from the printouts.
        
        Should resolve bug 62838, and is contributed under the LGPLv3+ / MPL.
        
        Change-Id: I29e291c2f2baf95b5725b862625f6a206e4cb8ba
        Reviewed-on: https://gerrit.libreoffice.org/5798
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Laurent Godard  <lgodard.libre@laposte.net>  [673881b8fbdc3e0b66d7042221ff9532a49fc044]

        calc export test on cell values, strings & formulas
        
        Change-Id: I5e55da683423a461638b2235e25d5556fd77221a
        Reviewed-on: https://gerrit.libreoffice.org/5698
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [9beb480833a4ba66033953327b7163495390dedf]

        Updated core Project: help  0c4fc80ae026bce6476e321cc023575c318c7650

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [3e2c8d7c7bd116fe67914d93cb0ea5cb6d5a7c23]

        discard unused HIDs now
        
        Change-Id: Ia2009331a2df849ed5ace0c6c5f7f2b8e53e1555

2013-09-04  Caolán McNamara  <caolanm@redhat.com>  [dd18372f7e4d9d6e5bd571394123a3de3d40cb94]

        XubString->OUString
        
        Change-Id: I9ce007261555008a438b90b36a888a8d4cb4f140

2013-09-04  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [07aade88b05c3388b3344b8c244b0815b61ac141]

        tp_axisLabel.ui widgets
        
        Change-Id: I279d2989e6a3a8f0aa279c5aa8eb13251a6052da
        Reviewed-on: https://gerrit.libreoffice.org/5801
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Philipp Riemer  <ruderphilipp@gmail.com>  [e1c732c1b45b07ad2fc414d85e725d6498c949a2]

        adjust code to layout
        
        Change-Id: Ia2eeb93fa1eb08c31b9b016c4cb15263633ab518
        Reviewed-on: https://gerrit.libreoffice.org/5794
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-04  Philipp Riemer  <ruderphilipp@gmail.com>  [387666fbd751561b53b5c7072e85551d22fced74]

        remove filerec.hxx inclusion where not needed
        
        Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43
        Reviewed-on: https://gerrit.libreoffice.org/5792
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-09-04  Philipp Riemer  <ruderphilipp@gmail.com>  [5fe4829b5dd35bf2026e531ba4e634cc616fb658]

        delete code that was commented out
        
        Change-Id: I1d6e96a3cd26ada7911ee4a538e9441050ca75bc
        Reviewed-on: https://gerrit.libreoffice.org/5795
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-09-04  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [02988a7a97dab7619d4f33e83385cce3982dc6e0]

        sw/paint: replace bools by enum in DrawGraphic method
        
        This change has 2 purposes:
          * fix gradient background when writing pdf. Before a gradient filled
        frame would be displayed as white (or transparent), because the transp.
        rendering mode was taking precedence over the gradient one.
          * making the code more readable by grouping multiple conditions in
        an enum.
        
        Change-Id: I5a30756b72be5eabf364c67e175c7b9d22bfa1c0
        Reviewed-on: https://gerrit.libreoffice.org/5759
        Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
        Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [853167931600777e7bf44a35e051628a1169bcfc]

        WaE: unreachable code
        
        Noticed during inlining at link-time code generation phase: The called
        function always throws. So let's hardcode the throw for now then at
        the callsite instead. Not ideal, I know. Add comments describing what
        is going on.
        
        Change-Id: I60d14b25aa62846fc0314aad7e00b2990f4cff26

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [37f1a6d35acd13ab356323637ecb2c8de076bf1c]

        WaE: use number() instead of valueOf()
        
        Change-Id: Ic45dc030f76531d202a12e227130d11d3d1de805

2013-09-04  Minh Ngo  <nlminhtl@gmail.com>  [b21781864dbc402d2a4fa7e6c6ce29cd4fa2b835]

        Possibly fixes compiling success regression on the UNIX platform.
        
        Change-Id: Ie46bba2bbe8e351c25ae2c207fad9cc73761dd46

2013-09-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33b49a0d4e8b91fd170753ea9fd46dde67a8b686]

        Don't forget this.
        
        Change-Id: I37cb3e43bc7637ba0b749cb6b6671416e979b86b

2013-09-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4a44d51c999769bd548cf2d9b7d8f844e1ae1ae9]

        std::auto_ptr is deprecated.
        
        Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae

2013-09-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [44cfb3c3bcb5a84191d3935b1def9e09d7ba3ab3]

        Service manager class member not used. Remove it.
        
        Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73

2013-09-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [302a966f5485578d87872699ef9c90fc173c1600]

        bool cleanup in VDiagram.
        
        m_bPolar no longer used.
        
        And I *believe* >>= now supports bool. So no need to use sal_Bool here.
        
        Change-Id: I3ae3a22fd7c3a1fa05bba17fa3614dfd4020d336

2013-09-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8cdea5e1028edff0b5b16186f31dadcc32aa2d19]

        No point having two separate drawing targets - final target not used.
        
        Let's just keep one target m_xTarget.
        
        Change-Id: Ic9b14179a44371bbc667bd5d851b5d3d8d331eb3

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [f1dd6b8d6221ef4da982cc9e10a761df52ab2310]

        WaE: 'BufferNode::notifyAncestor': recursive call has no side effects
        
        Interesting function that just traverses a chain of objects using
        recursion, but does nothing at all otherwise. Kill it. But at least it
        had an Enterprise Ready block comment in front.
        
        Change-Id: If2296d2534cb9451d4ceadaf966b8c70f0a17557

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [aa4868de78b3a3893722f7a079f4d05e18abd8db]

        WaE: Unreachable code
        
        Noticed by the MS linker when doing link-time code generation (!). In
        all cases, a "return" after a call to a function that always throws an
        exception. To avoid other compilers perhaps warning about missing
        return of a value, put the "returns" inside ifdefs.
        
        Change-Id: I83aa04cb5c3ff8413d3ed4dc85fb57f2a41fd589

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [340c546eca893a9d306e0a03b78c7f0341af8044]

        WaE: use number() instead of valueOf()
        
        Change-Id: I7a57a8c60c07909018280e52d2da70fbf22857a7

2013-09-04  Michael Stahl  <mstahl@redhat.com>  [3c8bee809d248ef1fd39ebeae68de84ce70d358a]

        fdo#68839: add unit test
        
        Change-Id: Ic47bfdeb1466a3772c95008dbf035f294cc3ece4

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [ba083e5c5a4723db90acacb769c4f1624f182287]

        WaE: use number() instead of valueOf()
        
        Change-Id: I4a464a8e6448d1f9b1be820f11e643930682bcdb

2013-09-04  Tor Lillqvist  <tml@collabora.com>  [a463f74ebf9a2d415f645d4d81377f0207216324]

        WaE: C4723: potential divide by 0
        
        Fix crack that formats an int into eight hex digits. Why the simple
        sprintf() that originally was used here was not good enough, but had
        to be replaced (in 2009) by broken and hard to understand code I have
        no idea.
        
        Found during link-time code generation (!).
        
        Change-Id: I05b33ca0fcb6a47a846ec2ff294243c5639a5b49

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [9c0ba0ba41cb3b814cc8bf7a33abf1245d4b241e]

        WaE: Unreachable code
        
        This time noticed by the linker when doing link-time code generation (!).
        
        Change-Id: I9600571bef2a8cc30b2e28dd52b01633bab55f32

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [4775a2b0fb0f01caa1e56934ac26d898dcd0fb48]

        Make it possible to #ifdef on ENABLE_LTO
        
        Change-Id: I849af224b6a34d1db21816cfe348d9319c2938ae

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [fd47df122a37b4fa982f9fd0000907d9aee0c80a]

        Fix typos and make the VLC code in theory work as 64-bit on Windows and OS X
        
        It's MACOSX, not MACOS.
        
        We can't cast a HWND or a pointer to an int and then back.
        
        Have the UNX/MACOSX/WNT branches in the same order each time, at least
        in Player.cxx.
        
        Change-Id: I1a71efc2152970952cf2f12f719fd4c455f89dba

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [3105e301c4f6dc008f0532ba051ee158a28c58a7]

        Need the gb_LTOFLAGS (-GL) also when precompiling headers
        
        Change-Id: I558c2b5429c3f6e361e0a8e44f32f7f2e74833a5

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [c4587bce6d4eeb4379f17760b31d79b9448198fa]

        Use -LTCG also when linking executables in the LTO case
        
        Change-Id: I63113ed7e4a477d1ea7cd7f59a8647f4edf62d70

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [32d9dd3008867199f56ab1dbb192aa3f49a2779b]

        Just use simple -O2
        
        Change-Id: Ibaa3f11651d15e9848ab25192bbd6718259cd162

2013-09-03  Eike Rathke  <erack@redhat.com>  [e87d0ae6359b63c2bb37e00944355ddd8d591496]

        'qtz' is a known no-country locale
        
        Change-Id: I1045811f6c947282038fbec3c0d4b8c57b65635e

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [99208858b934773d73fd0bd905c190a067c02947]

        Make --enable-vlc at least compile on Mac OS X
        
        ...no idea whether the change is actually any good, though.
        
        Change-Id: Ib9e9bfbc894e9e0dde1f1a2e882bd09944f4d6d4

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [728e2f41dbe5cf29fecfe4a96fbe3f6ce78517d8]

        -Werror,-Wunused-private-field
        
        Change-Id: I18c800b581337ef0b6fc6cc862f60e69531e0336

2013-09-03  Jesús Corrius  <jcorrius@gmail.com>  [9de95a52405c948a32895aec1da06c9d33b4eee2]

        ICE03: WARNING: String overflow (greater than length permitted in column)
        
        Change-Id: I3c918da4c093489db122bc5af7401c7c93c1579e

2013-09-03  Jesús Corrius  <jcorrius@gmail.com>  [6f667f7e5ba1033d4abedf9efca6607b449c2396]

        dezimal -> decimal
        
        Change-Id: I196026cc7f2f885664e9719557f662a32a7187b8

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [54885512f2dc18d0095c6002d27bb2f7195b797a]

        Pass no-dso to the OpenSSL configury
        
        No idea why OpenSSL would need to load dynamic libraries. Avoid linking error
        on Linux when linking OpenSSL-using stuff (at least libpostgresql-sdbc-impl)
        as we don't use -ldl when linking it. Sure, we could instead add -ldl to the
        libraries used by libpostgresql-sdbc-impl I guess, but let's see first if this
        works.
        
        Change-Id: Ia4e5c6b8b08c127f378e1578de93c1fd5b213016

2013-09-03  Miklos Vajna  <vmiklos@collabora.co.uk>  [60a3f35e63c360fb1b714d4bde60106775d202d9]

        typo
        
        Change-Id: Icea791684399fb15b5f7940b5691cdc76b3dde1f

2013-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [76e6c6f3ea2631b70368865b4d38803c9bc47fd6]

        Add some comments on foreign key retrieval (firebird-sdbc)
        
        These two methods don't seem to be used at all within the LO codebase.
        They are also extremely complicated to implement hence will be left for
        later implementation -- my part implementation will be put on the wiki
        firebird page.
        
        Change-Id: I72922a4f3c4705fdcc3bbca140d6df64a1e16253

2013-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [868cd2461580d362c847846f6bb52a381b282b6f]

        Remove outdated/useless comments. (firebird-sdbc)
        
        Change-Id: Iab163debab1513369b75183efdaa3c03f7193a70

2013-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3a5fa58344399f9de5d20fe0b1ed82b074fb5eba]

        ResultSet: add FunctionNotSupportedException, some cleanup. (firebird-sdbc)
        
        Change-Id: Iee897766841af980d93aeb73255c82851172601a

2013-09-03  Eike Rathke  <erack@redhat.com>  [68c3328e10258460992c49edf9563e879c1eb90c]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I6189cc5b45c085e3b8207980fb2931fab8fa3421

2013-09-03  Eike Rathke  <erack@redhat.com>  [9817bd0faf74cb606b63a461b0e87aa401167c77]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Ib57abbb298160ce21fd584a5f3b88519e5422cfc

2013-09-03  Eike Rathke  <erack@redhat.com>  [fe8f47ce22130b23b7546bb741664e8fc5ffd58f]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I12cf6ad7ad658646dcee8cb54776e0915f1c8042

2013-09-03  Eike Rathke  <erack@redhat.com>  [a5fd27a77b39368c473757fc7b27a7a7fb2ca43c]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I123fe95ea4d772571001bc97133705d43a335465

2013-09-03  Eike Rathke  <erack@redhat.com>  [bdf442a86ad32cfd95352bf352080674c93b032a]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I4cfda0f08e1d85acc7f1b5819b8e0f64c4985bb1

2013-09-03  Eike Rathke  <erack@redhat.com>  [46f34ef59e76383df0cd3c040f80a9a4ea712bc9]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: If5dfd19368e2bd94aa55e06a65d68f422bae3877

2013-09-03  Eike Rathke  <erack@redhat.com>  [5cc71722912ac2d6caa4ab967293667954fde09c]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Ib45634b0baad4ef4c6754b13cee6d92c2bc504f8

2013-09-03  Eike Rathke  <erack@redhat.com>  [39c9c7420a5464b4b52cd73622e991ebee30e4a0]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Ieea44614271c79beb7a9a3fce35acf921ccb478f

2013-09-03  Eike Rathke  <erack@redhat.com>  [3945267d677fc311205ac23ed0aa1ba2eef21097]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Ic08b09824cffdc9b633ba13ec3050cc109f671cd

2013-09-03  Eike Rathke  <erack@redhat.com>  [a67763c10c432fdd075e052cbd90e2750932fb90]

        was convertIsoStringToLanguage(), use convertToLocaleWithFallback()
        
        Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685

2013-09-03  Eike Rathke  <erack@redhat.com>  [9000ee0e9eabd3f1fc1e8c763054d54105005115]

        added convertToLocaleWithFallback()
        
        Change-Id: I9eb1418721026a0d869b97aa577bc3196f960488

2013-09-03  Eike Rathke  <erack@redhat.com>  [cfe0862cc669893e4b1229183e9aa64776e464d3]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Idfbf8bf9007268fb8a5c636be0454ae2704c3ddd

2013-09-03  Eike Rathke  <erack@redhat.com>  [5f4f3ddfec61ee5d99b3c491b108a7b08de8eabf]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: Iaa3d2d2dbe06eec91f1c4f2609cc1e3f5f7bbb7b

2013-09-03  Eike Rathke  <erack@redhat.com>  [06fcf0f065f8ec9c0d3b26588bd6171f373d8c74]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I0202c11e46201e22e62d8edfb81924c3e9551353

2013-09-03  Eike Rathke  <erack@redhat.com>  [156e5035e700739f5b8dcfb46c7220d52dbed9db]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I3bf7d28e18d25672159daec7c49081bb11afc044

2013-09-03  Eike Rathke  <erack@redhat.com>  [959181323f539c0cc685013bb4d50ed5360614a6]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I1795da53192e0c679a248ebd878a96e11ebbee80

2013-09-03  Eike Rathke  <erack@redhat.com>  [59124d7e4facd57f9cbaba9f9fb86f199ab32302]

        was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()
        
        Change-Id: I9031b64d420ca527c13c19c4f7f3e47ead98eb6b

2013-09-03  Eike Rathke  <erack@redhat.com>  [b641e39d0aa9356717018e94925485d4755f8bbb]

        added convertToLanguageTypeWithFallback()
        
        Change-Id: Ib57a7c6fc57192b4a615f5ad0e43c580769513e9

2013-09-03  Eike Rathke  <erack@redhat.com>  [d695e8d0ea9e144e24928c45d56f59a2b59867b1]

        was convertIsoStringToLanguage(), use makeFallback()
        
        Change-Id: I215e418d314cbc8bbc333c2d75cdc1a0c07e9071

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [4b2c4191cdb489055197355d93690caa9a220ef5]

        For some reason the asm code for rc4_md5_enc seems to go missing for x64 Linux
        
        So configure OpenSSL with the no-asm switch in that case.
        
        Change-Id: I3ac291a5ca7681c14c269682deaf82798d76f522

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [12e646839d9668dbffaad94074d8a75cde7ac0f5]

        OUString::replaceAll() is not in-place
        
        Change-Id: I92c639b8b391dd07c07835241f8530e71ef6e885

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [ecb1850b2d32e509050be9a323cf124fe2af5277]

        Can unify this now it seems
        
        Change-Id: I2fd0e1967028ad6632b39dfaaf377c7186a89229

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

        Resolves: fdo#68726 make navigator child dialog float on top
        
        i.e. set its parent to the thing it wants to be on top of
        
        As an aside I'm not entirely sure that this little dialog has the decorations
        set on it that it would like, I suspect it wants to be more like the
        tearable-off font color floatingwindow. But lets not muddy the waters in this
        commit.
        
        Change-Id: I9e0c35fbb66e50c04c7b28904d3937cf9ae417f4

2013-09-03  Michael Stahl  <mstahl@redhat.com>  [c91f7082180d1ca90467891f3b7ca9a3e845d9e7]

        fdo#68731: vcl: fix path for bundled fonts on Windows
        
        WinSalGraphics::GetDevFontList(): remove the obsolete "Basis" from
        the search path to find the bundled fonts.
        
        Change-Id: I7d7d650243592944e3339dd75caf29f2b2fe6670

2013-09-03  Tor Lillqvist  <tml@collabora.com>  [d8d26ba1565d597e333dc474b13d8e63fe31976d]

        More headers need un-symlinking for MSVC
        
        Change-Id: Ic5f0bfab4a729b0abca332454817aa899a5adc6f

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3103306f4753f546f881cfc6bcdb357d4e1857d8]

        fix html export of line spacing
        
        regression from 84931eb8aeeb55a2570edb24f5c2d3409f9c2398
        
        Change-Id: Ifcedcd34721a1ca162495f57ad36cfc6859ab0c4

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [d81da41c9d121f5ec452545b686a71c51a117eed]

        Don't compile all of the sal library as Objective-C++ on OS X after all
        
        I doubt it affects ABI, but let's not take the risk.
        
        Instead, just compile the uunxapi.cxx file (which has no public API)
        as Objective-C++, as that is now the only one where Objective-C API is
        used.
        
        This reverts part of d22c94dbf16d18bce39f060aa21f3083169426ca
        
        Change-Id: I240dbb36529c419b81b062f6fe860a9e621c2400

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [dd3293b83aa7bdb5688005d3906a0de536631487]

        Upgrade the bundled OpenSSL to 1.0.1e
        
        Change-Id: I5bc15cd2a6e35a7e4dd203ceffb3b49e5949855c

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a8865e5df62b5f33aa769d459b9823eb5b110d4b]

        fix html export of SfxPoolItems
        
        hintids.hxx and SwAttrFnTab were out of sync => wrong functions were called.
        
        regression from 288bcd68bdccd7a57b2c6da2c0bb91b71e8fcd3b
        
        Change-Id: I2a8a68178249f6a4a8a82f38960b046850f7368b

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

        XubString->OUString
        
        Change-Id: I86515dde1c6169531e687701a5ae067de1b6f114
        Reviewed-on: https://gerrit.libreoffice.org/5782
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [2564c5bbe4acd3f29530b056cef3f6e8ecb6194c]

        String to OUString
        
        Change-Id: I41bda1a4d37bff782a51d07e36d471df2d6b421b
        Reviewed-on: https://gerrit.libreoffice.org/5776
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [cbfe56c3bc7ae849f8ea9825445f5e2c5dc4dc00]

        WaE: C4101: 'ex' : unreferenced local variable
        
        Change-Id: I804bafb4057e1bb409b7f30d79554f2773cb3967

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [e576b47521446002a473575f2051ec36c4237bf2]

        Blind fix to make this perhaps actually work
        
        Change-Id: If99b8f1bf55fe9acd12b9668bf8e8e4386aa44e7

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [f50f10ed74975da793cbabef1a96078989fe7bd9]

        Just use the wide char API and no TCHAR crack, puh-lease
        
        Change-Id: I12dc2d9d1c76e43d27b6aaf2ded6444a6aa3d365

2013-09-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [9e9693b91acb747cf53f819099a78f7ed4de9f40]

        fdo#68877: Select "<?>" as Elements window do
        
        Elements Dock needs to have the same behavior of Elements window. After insert some symbol, if
        this symbol have some placeholder, select the first placehold to user put some data.
        
        This increases usability of Elements Dock.
        
        Change-Id: Idc57cc6817d94f698632eb938600a55c8f9afbd8
        Reviewed-on: https://gerrit.libreoffice.org/5780
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-03  Eike Rathke  <erack@redhat.com>  [7c032aa60eaccde88a9064a80bb69fe8076a040b]

        resolve all known fallbacks
        
        Needed for rsc during build time to not pull in liblangtag and its data.
        
        Change-Id: I1d4dd32b04ed93ec75720132a30b66ef63fec179

2013-09-03  Eike Rathke  <erack@redhat.com>  [c318f19c492f76e3b7d557257b3706f05b6fed62]

        simplified simpleExtract() and made some cases work
        
        Change-Id: I5d39a020a4bb6164c0d7695d2f2e43785869b345

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [9eefaa56e4bf7d17956e1358e227573dad6a931c]

        warning C4701: potentially uninitialized local variable 'pItem' used
        
        Change-Id: I04cc1589139841f50fcaa5ef9e1deaf53fb00096

2013-09-03  Caolán McNamara  <caolanm@redhat.com>  [4a4ed52e57b540167c3ca45e6e762b9e21e874de]

        Resolves: rhbz#993963 NULL m_pWindow on firefox deleted plugin
        
        Change-Id: Idb12b12e4313668bf3390a97551c688ee0dcde67

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [6cb1ddb7cc351f33673d846fedef0962ac49606f]

        Make --enable-vlc at least compile on Windows
        
        ...no idea whether the changes are actually any good, though.
        
        Change-Id: I43965f6c10b572ee098bfacfa0995414a53af45f

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [29875a8d05dd3200775b987f25ed6277a15104fa]

        WaE:  C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: I18cefc69b963cb957645a4586079de0d448e90b3

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [96eff63b878b53c92375e02910fcf12b8b9df923]

        Fix HTML closing tags order for slide notes.
        
        Change-Id: Ia6f84965ea0137c58f6bef375e14863d262f7e2b
        Reviewed-on: https://gerrit.libreoffice.org/5771
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [17fb3ac805acbaf5e503d44ac96d928333164f2d]

        WaE: C4101: 'ex' : unreferenced local variable
        
        Change-Id: If56eaa48c176138cd1b74da2f7f0aa71e3845894

2013-09-03  Krisztian Pinter  <pin.terminator@gmail.com>  [48d00430e2b1ceb16a0c377c4aa6c40b733eb529]

        startcenter: Add tooltips for thumbnails with long filenames
        
        Change-Id: Id9bab881f74b40691cb3e7364af78758d769a8a6
        Reviewed-on: https://gerrit.libreoffice.org/5756
        Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com>
        Tested-by: Krisztian Pinter <pin.terminator@gmail.com>

2013-09-03  Miklos Vajna  <vmiklos@suse.cz>  [78d1f1c2835b9fae0f91ed771fc1d594c7817502]

        fdo#68607 bnc#816593 DomainMapperTableHandler: don't always start a frame
        
        This is a port of commit 8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de
        "Related: fdo#61594 SwWW8ImplReader::StartApo: don't always start a
        frame" from the WW8 filter to the DOCX one.
        
        (regression from edc4861a68e0269b83b17e0ec57912a1ce4220ad)
        
        Change-Id: If1bb4a8a3786aacd618585cf859b57ce9be85c51

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [624ebf61f62937bff8b1bac49242782c6c4caf44]

        warning C4702: unreachable code
        
        Change-Id: I1391780715e7b29a33c3ee647a62780b0b2174a4

2013-09-03  Caolán McNamara  <caolanm@redhat.com>  [2c7988205fc088b86ff7ba3f92253e85773952a1]

        WaE: unused define
        
        Change-Id: I2e4c9f695529a7692b1624d2bce54441d44806b9

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [d07bb04d2f5dd138ece932c887a514e3d4eb1764]

        Remove cancel buttons from timer dialogs.
        
        The cancel button just duplicates back button on Android devices.
        
        Change-Id: Ic0647e4e74d2009b21807467acb63184847a1e25

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [20eb1462b69d5d3d3ea04c14cdcf21fdbf205b3d]

        Change saving computer connnection fragment state.
        
        * Do it more proper way.
        * Do not reconnect on orientation changes without user actions.
        
        Change-Id: Ib5dcb7ef05096b9ee2899d3508961fc52f706729

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [7b6720c3f1c4e5407b1fc9151ea09341973e2038]

        Add preferences keys single source.
        
        Should help avoiding type errors.
        
        Change-Id: I5b15d7e21e3adcff0fd1fe11d5a14c121fbd486b

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [b6f6147c9cf835a44a51baa9ea3d78718eb1f297]

        Add saving computer information on keyboard actions.
        
        Change-Id: I84844a004d2d07809f024ed2e84abcbbba80fb99

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [837d6e5024897391a3b4351608f626d0b952e0da]

        Change search delay from 10 seconds to 5.
        
        Should be better for UI interaction feelings.
        
        Change-Id: I68322ed71878ec520676d68d821f64041476b800

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [920370f7d89a6f310c3e98457ed844425de09392]

        Add computer name as a subtitle to the connection activity.
        
        Change-Id: I3df33faef2004107cd2a806e536efb63517a18c7

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [cfe24b09a5684909b0a84dcad47e14b7d5de8409]

        Change time of intents filter reginstration.
        
        A Bluetooth pairing dialog somehow sets the connection fragment on pause
        so old registration would cause loosing messages from service.
        
        Change-Id: Ie4f6bef96b89a0c2aa86ec00da478831b572e191

2013-09-03  Artur Dryomov  <artur.dryomov@gmail.com>  [ff0ab3bd21ce6fb9ed43b37535878f8ef1d76890]

        Update the launcher icon.
        
        Change-Id: I63808fc96fd235fdb483f95b75d3a13d4402c867

2013-09-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b62826ad3887305a76ee1ceabe2060f9d6e8723f]

        Remove more unused methods
        
        Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a
        Reviewed-on: https://gerrit.libreoffice.org/5757
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [ea7ce8cf08521a7609d2ffc0969b1541fbbb9d0c]

        Write integers as signed sal_Int32
        
        ...this was a regression introduced with
        64b993e046f23baaacaff1572b7d2a816588b5ef "finish deprecation of
        O(U)String::valueOf()" and it caused e.g. the value -0x100 of the enum member
        css.i18n.TranliterationModules.IGNORE_MASK to be written as 4294967040 rather
        than as -256.  (Though the relevant code is dead ugly, for sure.)
        
        Change-Id: Icb3d3365135bc2a07e438317b70abdf9d74d6d7a

2013-09-03  Caolán McNamara  <caolanm@redhat.com>  [3073c015e381c0801d3137295678fecd009bb204]

        dbgutil deref of empty vector assert
        
        Change-Id: I9c3b4f84df252e632f02e79e069426fafadee0fe

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [33dd0bcae811bcc7061f6c94b378384f2691d71c]

        String->OUString
        
        Change-Id: I5708992ce73edd96f030ee7bfd5fcd9e0e6fca8a

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b0184ebaa4dcc2ad2eb2a258e21212e9e4a74175]

        completition->completion :)
        
        Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a

2013-09-03  Caolán McNamara  <caolanm@redhat.com>  [0d1a2c1e94b26d4837c77f76d58bb7402f785397]

        Updated core Project: help  fdae1bb5ed104b443f19ed026dd2b7d9f67cafdb

2013-09-03  Caolán McNamara  <caolanm@redhat.com>  [58fe754c70b64ee5152197b24c3e0cf92d4122ed]

        convert select index dialog to .ui
        
        Change-Id: I49a3d67e9c22c1608354b732f8aee27afcf15885

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [8b90ad8af9d72937109ded62609731033558dd84]

        Bypass SvxBasicIDEOptionsPage when DISABLE_SCRIPTING
        
        Change-Id: I687dc152a60d1f5ccdf8d8ca763040cbff74e3cf

2013-09-03  Stephan Bergmann  <sbergman@redhat.com>  [306dbe141da208fc3bfccd3186987ae480061448]

        Missing exception specifications
        
        Change-Id: Ie0b0ce5f72c02f4dcdece48fe35bed50af4eb572

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [03737426620f570e33b93f92a4bd4e4b6d2deba3]

        fix string conversion
        
        regression from 710f41b7aec8e7d35a0da8be332aa289f98942af
        
        Change-Id: I7c5e41294e072eceb036a24397fbb899a568587c

2013-09-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a5e59d4509b145f02993d85fa6de9afd5bf8a122]

        remove stray method declaration
        
        Change-Id: Ia536eadc80a969ce16f5d9fb995adfab048b77c1

2013-09-03  Tomaž Vajngerl  <quikee@gmail.com>  [dda8877b989ebe330315e94523b983a6803e1372]

        Ruler: minimal unit 1/16 inch, 1/10 cm, dynamic tick draw, various
        
        - minimal unit for inch is 1/16 and for cm 1/10 (1mm)
        - additional tick level (now 4 in total)
        - top and bottom tick in addition to the number (highes tick level)
        - dynamically draw tick levels depending on the tick gap (should be
          at least 6 pixel wide)
        
        Change-Id: I0598b16e32d19eb1294a2358eacbeb19a70966a2

2013-09-03  Tomaž Vajngerl  <quikee@gmail.com>  [be0759283c22d06e8fd7683776866c5abc1bf8f2]

        Ruler: clear ruler elements at copying only when input is not empty
        
        Change-Id: I633dcd452a0df426421eaccadf648ad06b8e124c

2013-09-03  Tomaž Vajngerl  <quikee@gmail.com>  [516455206510fe2ad928cde37e4adfae4a57859a]

        Ruler: use vector instead of array for elements
        
        Change-Id: I099387648988b83d4d4b53f59237906e8f939c6e

2013-09-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2a9699e90abb40cbe1772cbd581435568468265]

        PoHeader constructure problem with boost
        
        No idea why that seems to work on other platform
        but 10.6 SDK does not like it at all
        
        Change-Id: I145b03874ba948cb29c998552e852f29999bc471

2013-09-03  Michael Stahl  <mstahl@redhat.com>  [b69d152cfa1da868ba960345d72ba78f9f8e1b35]

        fdo#68839: ODF import: fix name of multi-image frame
        
        When multiple image child elements are inside a frame, each one is
        imported and gets unique name via SwDoc::SetFlyName().  But the
        retained one is not necessarily the first one, which is the only one
        that may have the original name.
        
        Also the solveMultipleImages needs to return a smart pointer, as nothing
        else keeps the image contexts alive.
        
        (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
        
        Change-Id: I28a8a752f3eed176cc2ebb4c9af11a0dd4d18ea6

2013-09-03  Krisztian Pinter  <pin.terminator@gmail.com>  [963d09826711f4eec6c9ba0750ffc01b478f7298]

        startcenter: Add missing tooltip for new presentation button
        
        Change-Id: If2d0285a0aa9e3959352b01e1f99ff082dfad01b

2013-09-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [f761b005481b72f1aa43dd2bf1d4bebac62dbab2]

        MacOSX 10.6 does not like id as a variable name
        
        Change-Id: Id1029f777e4f1d03ce7d3fb85ced38deeefca619

2013-09-03  Tor Lillqvist  <tml@iki.fi>  [1bf008c67f91aed39bcc29985f3c7b6d534718d7]

        Update a few library names
        
        Change-Id: I17c575ce0d4ba55a47a97d86c69a00ef7f822838

2013-09-02  Stephan Bergmann  <sbergman@redhat.com>  [e486f1612d814cf4255e9fc27e722c123d953809]

        No need to install non-SONAME versions of icu libs
        
        Change-Id: Ica8057c70f5e4b63830c6ffe7fb85269a10b845f

2013-09-02  Julien Nabet  <serval2412@yahoo.fr>  [fd636fe7222bf4193245be2e7bdf179b534171df]

        Remove unused writeDBLoaderInfo
        
        See http://nabble.documentfoundation.org/About-writeDBLoaderInfo-function-in-dbloader-cxx-dbaccess-module-td4072511.html
        
        Change-Id: I11b8ff569eaaa8ddcaf105e45ef4ee189e71c183

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [91a557561c24c7532c525692f279b1fcfd520f92]

        bDel is unused uninitialized
        
        Change-Id: Idac3a6805700d896b8569d1df79d32ca493c48b3

2013-09-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1dd686175f2830227c461054f6036fb0095c4352]

        fdo#43090: Last fix for autoclose brackets in Math
        
        We need to swap values of selection in Math when they're make in RTL selection, because Math don't support RTL.
        
        Change-Id: I4f8acfb560fa486ecc9f2569f1f331fa6f28d2d4
        Reviewed-on: https://gerrit.libreoffice.org/5722
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-02  Philipp Riemer  <ruderphilipp@gmail.com>  [6bb2da3f696d724117a1f3ff5e23e5a7fb3ed314]

        fdo#62475 - remove visual noise
        
        Change-Id: Ic944fc45aded66939a2fc1622536eb3f2d80d764

2013-09-02  Philipp Riemer  <ruderphilipp@gmail.com>  [3c48673ff7f9fe93e31c11604258f50db26986b3]

        Delete wrong comment
        
        This indicates that there should follow the private methods in this class.
        However, the visibility constraint "private" was never in this code since it
        was added in 2009. So I delete it.
        
        See:
        $> git log -u -- framework/source/uiconfiguration/imagemanagerimpl.hxx
        ca00697e3dae9a03573d11281fc8d9a4ee391d3d (Sep 8th 2009)
        
        Change-Id: Iac82b79d8cf6cc0c796a5ee97be25d2d24f4fa48

2013-09-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [fef9a991d4cf76dd3e1881bd42b45e6e013581b7]

        Math: fix focus in Elements Dock
        
        When click in Elements Dock, we need to put focus in formula edit. Elements window do
        this, so this needs to be done in Elements Dock too.
        
        Change-Id: I8265d85fcf997344d8269345260499b3690521cb
        Reviewed-on: https://gerrit.libreoffice.org/5760
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [8f6b90a80c7b6e1c19422e944ca49657581e1042]

        stop annoying temp full screen windows appearing on insert->index entry
        
        Change-Id: I730617f5ce28149f79d1d22efbfb7eab22e5840d

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [42f1ce529da6d65724aa1e9c9d579f3befa0f30f]

        unused string resource
        
        Change-Id: Icea434caf7a5de1131bcba72b2133f8643428ecd

2013-09-02  Armin Le Grand  <alg@apache.org>  [7c03fc2fe77f9b1f910f4ab395923e52648c32b5]

        Related: #i123048# Corrected connector layout after reload
        
        (cherry picked from commit c7d96eed93415894c5ca4522bd32ca06acd88233)
        
        Conflicts:
        	svx/inc/svx/svdoedge.hxx
        	svx/source/svdraw/svdoedge.cxx
        
        Change-Id: Id388fa7396751a2e8b5908373ca57eceee1a1af1

2013-09-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [69895a60c839a865320a62cc2b659c660f5c0de6]

        Translate German comments
        
        Change-Id: I0c6f2fbd05b3a80826f3bed1b5ac2a1170d6ea5e
        Reviewed-on: https://gerrit.libreoffice.org/5753
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-09-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2f96e36c32fd4e0d890edecf67d11a5576f5a55b]

        Translate German comments
        
        Change-Id: I6a7183e8345f9e076fb15c692392cb4029c14640
        Reviewed-on: https://gerrit.libreoffice.org/5752
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-09-02  Tor Lillqvist  <tml@iki.fi>  [071948d452943dce32ff6f7331aed1fd9379fea8]

        WaE: statement aligned ... [loplugin]
        
        Change-Id: I80256c748fecf1e5d7ffa73fdcde0ed453455b72

2013-09-02  Tor Lillqvist  <tml@iki.fi>  [3c4c6bbdfab918019c08c28753f2e18246e49f3d]

        WaE: unused variables
        
        Change-Id: I0c93ca3875d8cd6fe009018e79847142b4e64bfd

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [d3ff876f3c7f441fd72a037ed31fb973f223ca6d]

        GSOC work, small fixes after
        
        Fixed some errors after the merge.
        
        Change-Id: I8c0360d7fd04425a00dacb37f673d10efffa0ebe

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [d9e81b8540dd932222400663d746a7ecce4823df]

        GSOC work, renaming+listbox right side fix
        
        Fixed the small bug in positioning the listbox to the right side.
        Function ResizeListBox was renamed to ResizeAndPositionListBox.
        
        Change-Id: I3cea54ad5658ee1628935b4975f52fe78c1ff5c3

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [7f9597903f5b5c842fae9b32b06b4d04c2228873]

        GSOC work, fix the clipped listbox
        
        Listbox clipping works correcly on the right side and on the bottom.
        The function calculations are done from the initial position: if the actual X/Y coordinate + width/height exceeds the visible area, listbox is poitioned up/a bit left.
        
        Change-Id: I17ff28cd23423819b55d7079c6d35484b567899c

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [e7e667fd36098b1d125cde282529fb6a30b7cbdc]

        GSOC work, fixed clipping of the listbox in the bottom
        
        Listbox positioning on the bottom is corrected.
        
        Change-Id: I75af0ff68b24ad26e9c9bd41d91a6ac9d1fa9d1c

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [251990c06363f85ea5e701b16b5120526d0ac1a6]

        GSOC work, arrow navigation+TextSelection problems fixed
        
        I've added a new function called EditorWindow::GetLastHighlightPortionTextSelection, which gets the last edited word (from the highlight portion), and creates a TextSelection from it. Later, this is used to remove/replace text in the listbox when pressing the tab key. The proble was, that is cleared the whole line, but now, it just clears the newly edited word.
        
        Change-Id: I61b6721696e89002705c9980579023b42ad1faaa

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [f05fa6e67f56a748b0087c287d23a67dfa2cbde2]

        GSOC work, fix strange TextPaM errors
        
        Wrong TextPaM's caused the autocorrection to insert the string multiple times, this is now fixed. I use the values from the HighlightPortion struct.
        
        Change-Id: I5ff5f01c06738088639186c35eb58ee9ff497d95

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [755a74906ef3564f17d694787ba8de650e577677]

        GSOC work, multiple fixes
        
        Code completion: parser recognizes extended types ony when the checkbox is checked.
        Fixed a crash caused by a misspelled uno type.
        Fixed function CodeCompleteDataCache::Clear() to clear both internal variables.
        
        Change-Id: I82fdd2e1cf749237e2e2de4a9a2fc7d07fb7eb4a

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [31f3859884618cc19d0810795c45c9f6ed73e622]

        GSOC work, options fix
        
        Tools/Options are now saving correctly.
        I've added a check for empty string in EditorWindow::HandleCodeCompletition.
        
        Change-Id: Ib5d75fe840e3c3fd12cd7175fb7828b8a1d76db6

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [d977f5951443aa45ab2e44aa2cb72ac0bbf0af57]

        GSOC work, small fixes
        
        Some code fixes in function EditorWindow::HandleAutoCorrect():
        updating the module and getting the data from parse is necessary(not just when code complete is on).
        Removed some duplicate code when checking for the type of the actual highlight portion.
        
        Change-Id: I29a62dae23f2c28e54f9185ac59ff2747c64e0d7

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [67596f4cc67cab14ccd3005be1f1c7c9ef6df557]

        GSOC work, autocorrect procedures+variables
        
        Fixed some small issue with the right arrow key in the ListBox.
        Autocorrection now correct all variable types and procedure names.
        
        Change-Id: Iff1abaf10c621aef04772837faa272bb6f987e37

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [2f3f5dced8aa9b8010a33176bc941d5879986bfb]

        GSOC work, small code fixes
        
        Added some constants for CodeCompleteWindow::ResizeListBox().
        Simplified a condition is EditorWindow::HandleAutoCorrect().
        
        Change-Id: If8aa34273b6170130d95a309ed385a5152418b76

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [a8d78a367e6e66a52db330326d6a2dec8acfdaa7]

        GSOC work, simplify CodeCompleteWindow::ResizeListBox
        
        Now all calculations are done in this function, plus the initial TextSelection is passed as a parameter (it it needed to determine the location of the ListBox).
        Some local variables were made constant.
        
        Change-Id: I36942ded72cc988c8fd5114e0d666f447b80d396

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [703f0e095da4e1c32d9df5c1b0e05c746b5bfe10]

        GSOC work, autocorrect fix
        
        Autocorrect fixes the new types independently from code completition(not just pressing the "." after the variable).
        
        Change-Id: Icc31af29f1dcc0de662d7fc191c3f215188b571b

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [82a4ad7a5c18801c64a28e9df6a96c0e1abf5b64]

        GSOC work, renaming + options fix
        
        Options now work correctly: I've added the missing function.
        Rename: renamed some variables and methods to kep the consistence( Autocorrect keywords -> Autocorrect).
        
        Change-Id: I6b4914575f1a06eb3268c133b8b990364e3d24e4

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [9b534193a3132764f7c5a659025ab2c49bfb2605]

        GSOC work, behavior fixes
        
        Code completition: left/right arrow keys handled. Left arrow dismisses the dialog when reaches the dot. Right arrow dismissed the dialog when reaches the next line.
        ListBox appearance fixed.
        TAB key can insert the first matching entry.
        Autocorrect:
        "Autocorrect Keywords" has been renamed to "Autcorrect" (in the UI, and the config file, after this patch a make dev-install is needed). Keyword case correction is not just capitalizing the first letter ( eg. Elseif -> ElseIf ).
        Autoclose procedures:
        cursor is being placed inside the preocedure.
        
        Change-Id: Ie7e9ae96b49bd94562db83f96e1c4ad63ab3f3d6

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [8a1e19f4ff627d9ac15bbdf7ef04d27158b45569]

        GSOC work, Tool/Options/Basic IDE Options created
        
        Created a new tab in Tools/Options/Basic IDE options instead of the ModalDialog.
        The original dialog under Basic IDE/View/IDE Options was removed.
        Tab page is disabled when experimetal flag is off, entry node in the treebox is visible.
        
        Change-Id: Iaad1ea5fadc3f05ca81f2240dceb513f25be35b9

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6cb452f36649762e3cc0e477d0a543eeff741bbd]

        GSOC work, TAB key inserts match+code fixes
        
        Feature: TAB key now inserts the matching entry. When the TAB key is pressed simultaneously, it selects+inserts the next match.
        Fixed some duplicate code calls.
        Added a function called CodeCompleteListBox::GetParentEditWiew() to shorter the parent's ExtTextView variable access.
        
        Change-Id: I2ae2eaa07fff760d91d05120439c76b215fcd3c1

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [0861ff9dc0db7d58e73ae0cd7c884f21cf55c4c5]

        GSOC work, code fixes
        
        Simplified the nested reflection.
        Fixed the small issue with the autocorrect keywords: it corrupted the line when doing nested reflection.
        Iterator is used instead of for loop when extracting identifiers for nested ferlection.
        
        Change-Id: I8e7e83b4e46838a32e03f71b4fe91dd9d94b3131

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [7023bcf99d88f86399b515ad41c53d6dae611fd3]

        GSOC work, unused code removal
        
        Removed the call of CodeCompleteListBox::GrabFocus.
        
        Change-Id: I6095f354eadd680d040319beb4d15d37850c3e9d

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [06e4ed0e6f93e8a36f9f56cb9ce5ced1c4b75601]

        GSOC work, code simplification+removed unused functions
        
        Removed some unused functions from CodeCompleteListBox/CodeCompleteWindow.
        Renamed CodeCompleteListBox::SetVisibleEntries to SetMatchingEntries.
        Simplified autocorrect functions.
        
        Change-Id: I29f9653d52fff2c5020243aa5c14f1ea280018d3

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [3345726d310b387c93ffdd87c96c74d7fb75eecc]

        GSOC work, code simplification
        
        Created a new class: UnoTypeCodeCompletor, which does the field/method extraction for code completition.
        Functions GetXIdlClassMethods() and GetXIdlClassFields() have been added to UnoTypeCodeCompletor and removed from EditorWindow.
        
        Change-Id: Ia47965b502c868f52c466c282cb98ccd806ff6f7

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6a2aa97cc19dfc32b89f4da390449dfd6e185b8c]

        GSOC work, code fixes
        
        Small fix in the listbox size: I'm using GetOptimalSize to set the correct width.
        EditorWindow::KeyInput: autocomplete/codecomplete functions have been placed into separate functions.
        Function autoclose sub/functions: duplicate code removal.
        
        Change-Id: I44678753fc9737fd7a0913af3caa4f1f565aca28

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6b47b09f66e0e2a46b9111d6bd5d0a9fe8817582]

        GSOC work, small fixes for listbox appearance
        
        Listbox top does not cover the actual line.
        Listbox width and height problems are fixed.
        
        Change-Id: Ia814f14c3ae326eecd497df2a233eee0b6c30adb

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [b4319d8726e3d01b55f80b1dc30af1f96df1c211]

        GSOC work, Extended types correction
        
        Stucts can be autocompleted when extended types disabled.
        Created two functions to make the code brighter. They extract the methods/fields from an XIdlClass and return them in a std::vector<OUString>.
        I had to modify file basic/source/comp/dim.cxx, to check on UNO types when code completition is on.
        
        Change-Id: Id93a6fe896424efb7868f6102985f59fb419b17e

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [972bbede6e79fb7c828a32a560559391290af997]

        GSOC work, KeyInput instead of PreNotify
        
        CodeCompleteListBox now uses KeyInput instead of PreNotify to handle key events.
        The cursor is visible, arrow keys navigate the listbox correctly.
        
        Change-Id: Ia0d5c5c48858d345dc4b4886ece1db618bdfc67c

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [a1c1e89e43a8c3815d6029a2438c57ef8d1f98cb]

        GSOC work, show the cursor when typing 2
        
        There are two cases:
        a) TextView in focus: cursor is visible, typing works, except the arrow keys are not working for the ListBox
        b) ListBox in focus: no cursor, everything works
        
        Change-Id: Iaaec69c04370e4d05e226abeecd420bf4d4f52cd

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [cbd61c3047a7df1c2995ef3ce1acf55b6950af76]

        GSOC work, listbox hides the cursor fix
        
        When the listbox appears over the line, it no more hides the top of the cursor.
        
        Change-Id: Ic2d0e8295cc4c44f06765af0d431859b53ab88d2

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [ec4c6f3da0d274b0ba54dcce44827aa36025ea56]

        GSOC work, renaming for consistency
        
        Menu enrty was renamed to IDE Options under View.
        SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS.
        CodeCompleteDlg was rename to BasicIDEOptionDlg.
        Ui file was renamed to basicideoptionsdialog.ui.
        Checkbox for extended types is now independent from code complete one.
        
        Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [790a7aff12eb37c76484026bd77915cef3de98d4]

        GSOC work, renaming for consistency
        
        Menu enrty was renamed to IDE Options under View.
        SID_BASICIDE_CODECOMPLETE was renamed to SID_BASICIDE_IDEOPTIONS.
        CodeCompleteDlg was rename to BasicIDEOptionDlg.
        Ui file was renamed to basicideoptionsdialog.ui.
        Checkbox for extended types is now independent from code complete one.
        
        Change-Id: Id862df0ee56cdf2aa81e19a34099fe679ad5d311

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [a622a19b7acb12375b77bbaa21f6384121780d91]

        GSOC work, autoclose procedures fix
        
        Fixed function autoclose procedures: when there was an incomplete function/sub, and the lookahead found another sub/function, autocorrected the wrong ending. This is fixed.
        
        Change-Id: I3d894808fe8111f1ea1fac797b16576d843bff68

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [27da1e7340c37c4cc098a367592da9e0ed42f7dc]

        GSOC work, ListBox appearance fix (at the borders) + code fixes
        
        ListBox appearance fixed at the borders:
        a) bottom: it it placed over the current line (not under)
        b) right side: listbox's right side is adjusted to the window's right side
        Coed fixes:
        CodeCompleteOptions now intializes itself from the configuration file BasicIDE.xcs
        Added a checkbox for enabling extended types in the options dialog.
        Cursor is visible when the listbox is active.
        Fixed the small issue when deleting a character.
        
        Change-Id: I68b80143de245cebfce65cdd8af37ea4694aa81b

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [c40ba9c3e041a5b94bcbc2be7aa49a1c7df6a188]

        GSOC work, config crach fix
        
        Storing code completition data in config file is fully functional.
        
        Change-Id: If9a974dd0ed052e26963ad5f202493674f1a51ca

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [8194798645517e7c54296ba47ded09a67cf71805]

        GSOC work, config entry to store options
        
        Created a config file to store configuration for the feature.
        NOTE: it gives a runtime error, so it is temporary disabled.
        
        Change-Id: I7103bdfad43bb5760165430a57d93a90a7e5dc7e

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [c149c96cf4c42820f15a0fea14cb7a4927ae4b1e]

        GSOC work, "autocomplete procedures" fix + new feature
        
        Fixed the procedure autoclose function. Now, autoclose is based on the syntax higlighter: if finds an opening token, starts searching forward to a close token.
        If there is another sub/function keyword, or EOF is reached, the procedure is considered incomplete.
        If the end token is found, the procedure is considered to be closed.
        Added function autocorrect symbol spelling, wich corrects the ascii case of the keywords, and corrects the spelling of the extended types.
        
        Change-Id: Ibd17f319a6d6ff5c3f91f4adb7a10dc701f0468a

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [92374fb966d35a1f2584c1d4fc1459b350a70474]

        GSOC work, listbox appearance fix
        
        Fixed the listbox appearance even the source file is scrolled.
        When scrolling, and the listbox is visible, it gets hidden.
        I've set the Code Completition to defaultly true, to make testing easier.
        
        Change-Id: If571a4f1d38751b35fd43ab3c1f13daccd9dd375

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [59055f24cb3dee9ffa21f11fc77ef0cd252b8858]

        GSOC work, nested reflection fix - again
        
        Fixed the issue when an invalid method was typed, listbox showed tha methods of the base variable.
        
        Change-Id: I88576645b373e76112103055d547f713af1fc153

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [2a87d09bc87af84aee9e1986ebb4888264c99dd7]

        GSOC work, extend reflection+crash fix
        
        Fixed creash error on accessing elements of an empty vector.
        Reflection is now extract fields also.
        
        Change-Id: Ic41353cbe9fc404115eb0d2b2f9d5706fc044dab

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [412e91d33dfc392f15858614369f956e531785b9]

        GSOC work, implement "Autoclose parenthesis" function
        
        Autoclosing parenthesis function is working. Implementation is similar to autoclosing double quotes, except that this one does not need the HighlighPortion struct to use.
        Renamed the checkbox title to "Autoclose parenthesis".
        
        Change-Id: I4311cd8020f0dc0b62a2d8707e0eccbf57e0d2c2

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [776734d8dd23766d3bd0bb901b4f97be05681c75]

        GSOC work, fix runtime crash
        
        Fixes runtime crash by not checking the string length in "Autoclose Quotes" funtion.
        
        Change-Id: I15e58a0fd487ce86b832452a562406b8155b2641

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [40433e2ca977173ae6909fc5c47601e11ef003e4]

        GSOC work, implemented "Autoclose Double Quotes" option
        
        Feature autoclosing double quotes (strings) implemented.
        When the user presses the '"' key, it's pair is also being inserted (only when the previous character is also a '"'), and the cursor is being placed inside the two quotes.
        Also, if the there was a string (like: "aaa""), the second one is not inserted.
        
        Change-Id: I3e4a5e426d2d4bdbf56899fe3e36359ae161b52a

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [9a7b942a0a3bb113cf356f2642766f7a9f909bd6]

        GSOC work, procedure autoclose implementation
        
        Now, function procedure autoclose is working.
        Created a struct named IncompleteProcData to store the line number, type and name of the inclomplete procedure. Procedures are store in a vector (IncompleteProcedures), and are as a member in SbModule.
        I've created a function called SbModule::GetIncompleteProcedures() to extract the data. Data extraction uses SbModule::SetSource32, beacuse that one tokenizes sthe source file, and recognizes procedures.
        Closing procedures is triggered ky pressing the Enter key when typing. It checks the actual sub, and if it's incomplete, adds the correct ending( End Sub/End Function).
        There is only one problem: function SbModule::SetSource32 is not too often calle, maybe extraction should be done by a timer.
        
        Change-Id: Id88daaef329e8b5c194b765c5261d356bfb3a0c9

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [d5aa9c3b23f6c9b5ff0b6af11ff6d6827c5f24bd]

        GSOC work, disable QuickSelectionEngine+ListBox navigation modification
        
        Added a function to disable QuickSelectionEngine in ListBox, beacuse it's not needed.
        ListBox navigation changed: it is not hiding/showing entries, instead of it, jumps to the longest match without filtering.
        Arrow behavior remains the same.
        
        Change-Id: I8982c280f20929c74f9630cbaa95010820d2e234

2013-09-02  Noel Power  <noel.power@suse.com>  [59520bd3f1cd619cfe02ea1d6c8d8888413fd9af]

        remove strange added Invalidate bits
        
        Change-Id: I61f4a6af62d67f2fd5f421e2173cca179d399815

2013-09-02  Noel Power  <noel.power@suse.com>  [e70a436fe343c6689c0122b1bd31e04cb0d5f04b]

        fix runtime error when using extended types
        
        note: using VBA objects with the code completion is not possible at
        the moment. Unfortunately there is some hard coded hacks for flattening
        the namespace used by checkUnoObject.
        
        Change-Id: Ic3a3149f41a6959943e71fa7ac22ff4dab7f30a1

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [edcec5b1be9b224dbdfb4cd85c37148243f49389]

        GSOC work, cache implementation fix, code fixes
        
        The CodeCompleteDataCache got a new implementation: global variables are stored separately.
        The "static const" OUString-s were removed from the class.
        Data extraction is only done when pressing the dot key.
        
        Change-Id: I3ff94c0c6eabe328761336d4c74744eb7efc6056

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [70ab744ccf047a90bee0506c6a60ade1935ece3d]

        GSOC work, ModalDialog instead of menu entry
        
        Created a ModalDialog named CodeCompleteOptionsDlg to edit options for code completition/suggestion.
        Unimplemented features in it are disabled.
        The dialog window uses Glade .ui file.
        
        Change-Id: I1b59f386a9575aa25b38c5a1d7d1f020498a69ab

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [61ee2598b18890eb5798a3943fbedd22a24e7aea]

        GSOC work, code complete option, menu entry fixes
        
        Menu entry is added under View->Enable Code Completition when in Experimental mode.
        Fixed the call of funtion SbModule::GetCodeCompleteDataFromParse() to be called only when code completition is enabled.
        Replaced the occurences of SvtMiscOptions to CodeCompleteOptions.
        
        Change-Id: If0520123ab5f612d7d24fb98f8e9bf6881af76cb

2013-09-02  Noel Power  <noel.power@suse.com>  [b0b511e9b5b18069b6f4dc9565e2a485d05e1cdd]

        fix compile error, cerr not defined
        
        Change-Id: Id33342491dd9bad0ee2f1a7bc648ed669a2b92b9

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [3ce1f554deba05eb33a928ca05674e4afa70aecc]

        GSOC work menu entry + code fix
        
        Fixed the definition of GLOB_KEY, NOT_FOUND from const to static const.
        Added a new menu entry for code completition under View->Enable Code Completition.
        
        Change-Id: If8ac25ee43a7ba780ccdee2e5e909777115a1f27

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [1b8b4864c11955a2f59310cc58f16e509eb48a32]

        GSOC work window hide when clicking out
        
        CodeCompleteWindow is hidden when clicking out: thi is implemented in
        EditorWindow::MouseButtonDown: if CodeCompleteWindow is visible and
        the actual TextSelection of the window and the parent's TextView is
        different, hide the window (I assume the user changed selection, eg.
        clicked on other line, etc.).
        
        Change-Id: Icb6bcffa837b2f7e1ccef288b9d762e27649410b

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6165d0b4846590d1d85d559636dd6587ea0dadd8]

        GSOC work, some code fixes
        
        Fixed the link error: declared CodeCompleteDataCache as BASIC_DLLPUBLIC and it worked fine.
        Fixed sergmentation fault error in CodeCompleteWindow.
        The new cache implementation is fully functional.
        CodeCompleteWindow is now being used as boost::scoped_ptr.
        
        Change-Id: I76a0fc7407d589e7f94280fc4d50cea51b9639db

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6c1854f9f3f7308dce0e326aa063d929f8da5881]

        GSOC work, code fixes + cache implementation
        
        WARNING: cache implementation gives a link error to it's methods.
        Created the cache called CodeCompleteDataCache in file include/basic/codecompletecache.hxx
        This class should replace the std::vector< CodeCompleteData > int file baside2b.cxx
        When issuing command "make basic", it compiles fine, but, when "make basctl", it gives a link error (ld returned status 1) to CodeCompleteDataCache's methods.
        
        Change-Id: If78c6533b7fb5653cc459d22b80c98d097b886eb

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [5a615ddf3442bf9a5106336fec39e479b50107ea]

        GSOC work ListBox show/hide entries when typing function name
        
        ListBox sorts entries alphabetically.
        When typing, filters the matching function names.
        ListBox closes on key tab and space, beacuse I assume the user typed in the
        whole function name.
        
        Change-Id: I045b1b990b0e0af70de75c32249b7497b51b9e98

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [728bc0518bd9ddd4564393b293a24e0a66a50ff5]

        GSOC work Window appearance fix 2 + code fixes
        
        Added a function to select the first entry in the ListBox by default.
        Selected entry can be inserted with the ENTER key.
        Fixed some code in basic code generation class (SbiCodeGen).
        
        Change-Id: Ia6eb43ee5661a0a3ae0b738b619f19972f019eac

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [d03f3cd4766483888c016fa9881a5383d97f1f2f]

        GSOC work, Window appearance fix
        
        Fixed the window width to adopt size by longest entry.
        Window height is set to display 8 lines, plus the scrollbar.
        When selected, window can be close by the ESC key( done by PreNotify() ).
        Also, renamed it to CodeCompleteWindow for consistency.
        
        Change-Id: I9cd53c3d868cdaeb8d391547f16da7038278154b

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [5d95448341b155a55954e5d4ac8c5e07cc526f2e]

        GSOC work, Window instead a FloatingWindow
        
        Changed CodeCompleteListBox into a Window which contains a single ListBox.
        Navigation with arrows is enabled, window closes on ESC key.
        Double click inserts the selected method into the source code.
        Visible line count in ListBox is set to 8 lines, width is adopted from the
        longest entry.
        
        Change-Id: I6b6ceb0ce78f9fc727aed53952dc6ee24cba47df

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [5dc05ade53891f67f781e18cd4909a21231bf9d2]

        GSOC work nested reflection fix
        
        Ive fixed the parameter problem: I use the tokens created
        by the syntax highlighter (it's struct HighlightPortion),
        and put the identiiers to the vector, and reflect them.
        
        Change-Id: I08888e4a8bf00fa987a16466f4a5ac03836e5ee7

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [5beb4be54cf296e3895a8849072f1892841aec75]

        GSOC work week 5, some recent fixes
        
        This week I've managed to fix the ListBox appearance. Also, I've modified the code: it gets the data on insert/remove/change, and gets updated only when the dot is pressed. This makes the data to be up-to-date. Next, I wrote a Split(OUString , char) function to do the nested reflection (It works, but it will need some tweaks later). Also, code generation is disabled for code completition (just a boolean value, maybe it could be done in a more "elegant" way, like the error supression).
        
        Change-Id: I43d250c0a065351950ac6424dcd88266d70bcef3

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [5b9840955baa40b22fa31b8ecccecaa71d25ce94]

        GSOC work week4, CodeCompleteListBox appearance fix
        
        This patch allows the pop-up CodeCompleteListBox to appear under the cursor.
        It's size is fixed:150x150.
        Also, I've fixed a bug in extracting the current variable name.
        
        Change-Id: Id98cb1c29be72af07a25aac3d51561f072bf103e

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [6f516edc5076c00e788ea1fd5cb13f64cacb4f01]

        GSOC work week 3, showing methods in a ListBox
        
        This patch allows the Code Completition feature to list methods in a custom ListBox class called CodeCompleteListBox.
        So, when the user presses the dot("."), a ListBox appears, and listed the methods(not just prints on the terminal).
        The user can select one from them, and it is put in the source code (after the dot).
        
        Change-Id: Ie5165e7bdaae1d96bbf40a9b996ca8ebbdb40dea

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [025e7ff3e16650097097b6a17cd259170979ef3c]

        GSOC work week 2, getting infromation from variables and print on terminal
        
        This is an early version. I use the BASIC parser to parse the source,
        then the infromation is extracted from the symbol table built by parser.
        Error reporting is suppressed, beacuse it is not needed fro code completition.
        I placed my function inside SbModule, and created a struct called CodeCompletitionData, which holds the object's name, it's parent, and it's type name.
        This function, SbMethod::GetCodeCompleteDataFromParse() is called from Basic IDE's Notify function, which updates a cache(actually, reassigns a viariable :) ).
        Later, in the EditorWindow::KeyInput function there is a check wheteher dot key is pressed. After that, the actual variable (or word) is being looked up in the vector that holds code completition data. And finally, if it is found, it's methods are printed on the terminal.
        
        Change-Id: Idaf19baa8f720b8b117a76dc3cc2f90dd04fd155

2013-09-02  Gergo Mocsi  <gmocsi91@gmail.com>  [f97d794654cbf80afa0e4a60cda8147e94c11908]

        GSOC work week 0-1, allowing BASIC to recognize UNO interfaces
        
        Introduced a new function calles IsUnoInterface in SbiParser to determine, if
        a variable is a type of an UNO interface. It uses reflection.CoreReflection to
        do that, on success it returs true otherwise false.
        
        Change-Id: I18895127bcbd92dc7a25feb5d82a7d1343bde851

2013-09-02  Eike Rathke  <erack@redhat.com>  [49656398d43fa03f8adb70b9be417f2fd65dd9ea]

        simpleExtract() with variants
        
        rsc needs to resolve all known defined languages without access to
        liblangtag because that would need
        /usr/local/share/liblangtag/language-subtag-registry.xml so we'd end up
        with a bootstrap problem (or would have to pass the database path).
        
        Change-Id: I6b966d45080da26cb89169cdb40cd8a58c04a276

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [8614ff2993b2fe49b27311546290d957f036487c]

        Updated core Project: help  c43188ed28a2cf2b32f459e5b45abdc46d9cdd23

2013-09-02  Armin Le Grand  <alg@apache.org>  [89d01a7d8028ddb765e02c116d202a2435894217]

        Resolves: #i122820# Corrected graphics creation...
        
        allow bigger limits if directly requested
        
        (cherry picked from commit 50f1445bda91cb44a1a1e8636ab0bcb6a8c4f381)
        
        Conflicts:
        	svx/source/unodraw/UnoGraphicExporter.cxx
        
        Change-Id: I33576ef9f95b9f8a9fa0ab6f6d83c93ecec8da9f

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [d649afe84ba659df845d2c4733dfba3fa4c657a3]

        convert apply styles dialog to .ui
        
        Change-Id: Id596ceaebc0dda3be046be89f22b6bf1a304fa4e

2013-09-02  Michael Stahl  <mstahl@redhat.com>  [24a076337a38d904725176314c83dbac35f874f4]

        ucb: rename "cmisucp" log area for consistency
        
        Change-Id: Ie9ef3324bb7a9e954db57548d7862a90b070ebd3

2013-09-02  Michael Stahl  <mstahl@redhat.com>  [b9ac217b4adbc8681ecbf05419cb4a15a2ddae97]

        ucb: add missing ucb.core log area, and ftp/ext too
        
        Change-Id: Ifa2df0e2dcc193ae02202687c0d6b7ab930db58f

2013-09-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5d6a994ccccb336365017d0bb54ebc5dabac7d99]

        String->OUString
        
        Change-Id: Ic7e61d002638991f2d69462d343f1b29bc9b0040

2013-09-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [96ad9c965b479d81e42ebefcd92a0a384433fa9c]

        String->OUString
        
        Change-Id: I0557dcc191aab97adb6aa68ebee1970a11600f4f

2013-09-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [45b757f1c6af983e1825c09047974d32c2f0376f]

        remove unused vars
        
        Change-Id: I2e7caabbc8464a2a6ee214085e7ea43ba436e030

2013-09-02  Jesús Corrius  <jcorrius@gmail.com>  [a03b1876c7b334acc26a41b4d8ca6eead07cfa1f]

        We don't support Win9x anymore, remove legacy code
        
        Change-Id: I12afdc1c25bb09d20fd0698831642b953e08bb63

2013-09-02  Michael Stahl  <mstahl@redhat.com>  [b23999755a865a277c29adfc1dc0c249275bfd7e]

        fdo#68750: ensure that GetSuggestedEndOfSentence makes progress
        
        Checking a string of 17399 spaces takes 20 seconds here in
        GrammarCheckingIterator::GetSuggestedEndOfSentence() because
        BreakIterator_Unicode::endOfSentence() will always return
        0 as a result regardless of what nStartPos it gets.
        
        Change-Id: Id02440a91d7015c2896e387854445ee5383092fa

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8248dbeb71264a6911fbb1611c745bb766c37546]

        ucb: fixed bad init of shared_ptr
        
        Change-Id: I3d7fc2c01d58da58eb984ad5c10435f86f87f56a

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [77173d8954c370bcaca80b48181c330b759b9517]

        rework SwIndexTreeLB to be a SvSimpleTable to make .ui conversion easier
        
        Change-Id: I7ce02cb53e6164e69f0d4efd9863ba16a4fab025

2013-09-02  Stephan Bergmann  <sbergman@redhat.com>  [c5f1941b9ad08da1ac487d36215db70d38cd3f04]

        @RESPONSEFILE shouldn't be necessary for the few cppumaker -X arguments
        
        Change-Id: I4d53223c12b7c8f793b236f9b2657bd339b345e9

2013-09-02  Tor Lillqvist  <tml@iki.fi>  [953d46610369171785fd2c148d2baf4641b51bb2]

        WaE: use of logical '&&' with constant operand
        
        A warning that reveals what surely must be coding glitches. Thanks,
        Clang.
        
        Change-Id: Ieb1e09b91a4ab63c2ab15bb4874ac82b57c174cf

2013-09-02  Viktor Varga  <vvarga90@gmail.com>  [b8d1e88e19f336695559f8f6201a69c1716269a1]

        pocheck now removes entries from .po files which are incorrect
        
        Change-Id: I1749714154be9c2aea7a8623719c38601abc13ba
        Reviewed-on: https://gerrit.libreoffice.org/5750
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-09-02  Tor Lillqvist  <tml@iki.fi>  [7dca33cc74cd7704273faf2158ec0ea27debae4d]

        WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'
        
        Change-Id: I556d03a5bbd74faa26d73a8e84147c9743c20507

2013-09-02  Tor Lillqvist  <tml@iki.fi>  [b50d3727cf336bb536efe7bf067f484ddf864e9a]

        WaE: unused function 'removeFragment'
        
        Change-Id: I9f62a2eef5113e0ab1c06f818b2a64ad84c06b84

2013-09-02  Eike Rathke  <erack@redhat.com>  [81c54e607b1e79f20b35ca6f57ec2da8ed4185dd]

        prepare to accept partial BCP47 (lll-Ssss-CC-vvvvvvvv)
        
        Change-Id: I3c65cb43696a829f29ab573b7b6e424a39d1a547

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f408102bd4befffa0a5a07d00cf7a79376566b3c]

        feature/cmis rebase: fixed uno DateTime construction
        
        Change-Id: Ibbbbaf0445bb1cdaaf83b9449f4d4fbba6097b24

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c33b82bd37d4b01574832a4b5fff8fc546c9dda8]

        libcmis: add a mandatory patch for GDrive feature to properly work
        
        Change-Id: I1bd183508b7f481feed641f8658c0baea6f743bd

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4e2d23812c62b76cc1d5f00ff6d5a23f777756b1]

        Updated libcmis to 0.4.1: only build changes for distros
        
        Change-Id: Ie5bd26d0fd9e3cd2b590b3b1ee1753faee533d63

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b8a6e351ff287848a0e1cff8ef65400e02831626]

        CMIS properties: make multiple values
        
        Change-Id: I0d5ed8fbfd113940aadc117bcc7cf751be246071

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [ac11dee3db1c531307d4f15514080a8d52ea950e]

        CMIS properties: fix update issue
        
        Change-Id: Ia04c588c7491cf9a4a5430b364b52ac89adf2f90

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [5c1d9086db52d31f9242c93a9304d90bf56b4219]

        CMIS properties dialog: get multiple values
        
        Change-Id: Ife7562d52cc3070c8d409f2da68d4e2aa5faea69

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b5e2d83bd529b0f0ce04d0690f4e0cccb667931e]

        CMIS properties dialog: fix scroll
        
        Change-Id: I4f65adea63267dcafa448001fed7693f55378751

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [956126cc526ecd2808f193883e369cb38d9d94fd]

        Convert CMIS properties dialog to .ui
        
        Change-Id: I98caf59352bb5e57c7685cb24561ddb2966b6035

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b378e754ae892a044460cfbe33ccc2e51c01f5ca]

        CMIS: fix file saving issue
        
        Change-Id: I60cccb841fea5ce493f004c73ecf50468019f860

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [19b76cc20cec1802c32248b3a2a4fcfcea1b58b6]

        Updated internal libcmis to 0.4.0
        
        Change-Id: I9ea14c00016e0390a90cae4c15abb34b879b31a7

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [0e241ca0a8dd14bcc895b25dd5480b5ae90915a6]

        CMIS: use FolderPtr instead of Folder pointer
        
        Change-Id: Iac68f67e94ddcc6b0bb2877763176b2efcc9b7d8

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [8513fe4dbc98398f9b3b9a63a9a3d219801ad3d6]

        CMIS: add BaseURI property to remove warning
        
        Change-Id: I936e497d88781b9e8fd43532fda23379ff56e25f

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [ff8b445dc003ea9da8d7040030250e7f08ff2fde]

        CMIS: add document ID when saving.
        
        The document ID is needed in case the get object by path
        
        of the CMIS document doesn't work (like Google Drive)
        
        Change-Id: I151d5433a19caeaf4a542b69cd9e95dde58722e7

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f6c006397896ae8b431a0ab85c89ab677d6ab981]

        Store the decision about the certificate in a container to remember it
        
        Change-Id: I19da6c1aeb7fada97166d37c68fa5ba242bbcaba

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9391e6b85e6b571c63d91ff0bf8e0472f48f7522]

        UCB Show more infos about errors loading UCP
        
        Change-Id: Ibc67cde1766f1259f4e5099160d469412fb4e89e

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [79c35f6169cff4bb8163d711873528ee438a891a]

        fdo#61589: ask what to do with invalid SSL certificates in CMIS UCP
        
        Change-Id: I3cf688f7070e3e8cb2db532d8e034961504a8160

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [0d8b97be3e6be58421b7990c54f80ceab7c3e00b]

        Resolves CMIS file picker propertyset out of range warning
        
        Add missing properties
        
        Change-Id: Id3475fe4d07b33c4c0b31f54075dc011122b15bd

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [eb23b2d9597345a91273bf5d530ce29ab111f864]

        CMIS properties: Add type to the UNO API
        
        Change-Id: Ie4f32bc840cdfab1d5f600991cd6ac8aabcb1f87

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [96d4c5358348472c347d62ab67afb52d880cd796]

        CMIS properties dialog
        
        Use Sequence directly instead of creating intermediate properties
        
        Change-Id: I194342678d7f56f34cc24a56440827e795e6be95

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [cca32681386d1282754fbaca7a19ec14c3ad2264]

        Properties dialog
        
        Only call CMIS update properties when
        it is a CMIS document.
        
        Change-Id: Ibccd2effcf7e839f71523233fd3e69b5d464a310

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [db0cc8453ca795d3657e365bb0817708e3f00f38]

        CMIS properties dialog
        
        Only update modified properties
        
        Change-Id: I985cba20abd9b2d5b25bfa3c716ad6df94178c72

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [9a33f266913704563ae109390e57ac283bdcbbcc]

        CMIS properties dialog
        
        Uses sal_Int64 instead of sal_Int32 in Number properties.
        Because the type used in Any is Hyper.
        
        Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [642ba3295b7be409b8f854cea834688b1642e9ed]

        CMIS properties dialog
        
        Greyed out YesNo button when the property is readonly
        
        Change-Id: I093651c9a17e8e1e23a164a6f91d6971d3ecc67a

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [cd2702d5374b38696755d0e41b3a7817ccecc848]

        CMIS Google Drive get repositories
        
        We don't have to create a session just to get a dummy repository.
        
        Change-Id: I0193d499d5a45aaa6fa7d1d18301e70ab550518d

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [a281090de6f574d51af7a5d58c6a13ed30ba1055]

        CMIS: make GDrive work with path
        
        Change-Id: Ib85be2887219e6067a1b6c227515504020f9a4e7

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [9431ace820221a77f9110165ba7f3746a7bdb538]

        CMIS: getRepositories should call createSession
        
        Change-Id: Ia64e15ab53155118dcfdd007a5d76e649bdeded9

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [f6c9bf4abe7b5f21489cf4692d93a15fac8617cc]

        CMIS: the file picker prefer path to ID
        
        Change-Id: I3a8d52411176d29f67340d8b668b8e9cc940d648

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [a8949c0ac56a67410b64831fe026fa38ee4dc534]

        CMIS create session
        
        Add sslCheck flag in CreateSession
        
        Change-Id: I0dda9b89e529623cbed00f35f10a924120475480

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [56d34815e2e0b3e3277a6a3ee850ab7e4b764b1f]

        CMIS: connect LO to Google Drive
        
        Change-Id: I2c1b1d3e2bfd50ceb8647e62d37512ee3a0b9dae

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [bd97d9597cd9e3e7b077df9890d515328e3ee855]

        CMIS properties dialog
        
        When it's a CMIS document, don't update custom properties,
        which also prevents cmis properties aren't updated.
        
        Change-Id: Ia26d9ae5debae9c5de347ed309a3f07cfda4a475

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [aada05f1ab24c6971854ff66c5ef3a5da4217b72]

        Cmis properties dialog
        
        when value is empty, set to String type
        
        Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b

2013-09-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b24c15f2e338bd89bfd3059024d5d78d1b5767b8]

        Switched to use libcmis' future 0.4.0 code
        
        This means that building with internal libcmis won't work. Make install
        libcmis master code and use --with-system-libcmis to build after this
        commit
        
        Change-Id: I3df31b299cfc462436681bb36a62c626b3ce3dfe

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b3a2011b4c81d2c2ac4f816fe0b2b445d8dec4f0]

        Cmis update properties
        
        Change-Id: I13db07386f766019701ad9348988dcede718660c

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [7c29619b4673465b5f2dd589e5d6fb8234364397]

        CMIS properties dialog
        
        Convert Any to Cmis properties
        
        Change-Id: I307d337363a84bae8585625ee3eeb641fde25792

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [d259e07e851cafa4e0ca68f7ab18535e82c7aed5]

        CMIS properties dialog: update properties
        
        Change-Id: Ia506713b61dc6c1343eac3640863c86a2fc3f18f

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [b56a9a22dadc2f78be1c898505a884774fc19e25]

        CMIS properties dialog: Fixed the "*" location bug
        
        Tried to change the WB_PASSWORD but didn't work.
        
        Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [5172a5081c619f83f6576abd3fd2fadd334e754c]

        Properties dialog
        
        Change the Location GtkLabel in general tab to multiple lines.
        However for unknown reason the text become all "*".
        
        Change-Id: Ia9553f93303ed5f831f61adda0f060a889e7086a

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [969807901d9dae91be7fc6ba9aa518f4d25b5034]

        Cmis Property
        
        Add MultiValued, OpenChoice and Choices to CMIS Property
        
        Change-Id: Iade033c86878368b39a0264ad0a56d0286e6bffb

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [91d9430d68434cd267b481f73d4bc522a902eeda]

        CMIS properties dialog
        
        Rename CmisPropertyValues to CmisProperty
        
        Change-Id: I7360e6b55406c1abe381c8d915be41d972498167

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [7af023246b59ca73a42f3f5164d6f0321f424c0f]

        CMIS properties dialog
        
        Set ReadOnly depends on CMIS properties
        
        Change-Id: I8aa29ab01d8a7f3ba2f71f17623a970dd9df8af4

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [beff419a6e9e5ae16e84366d628ca478ab1afdb8]

        CMIS properties
        
        Create a CmisPropertyValue with additional DisplayName,
        Updatable and Required properties.
        
        Change-Id: Ia20d76a739ac5c51d7c89ef6f1a40a299697cb0e

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [5118e421e4d3eef3a1ff7c653d4bf5dd200b440e]

        CMIS properties dialog
        
        Fixed type width
        
        Change-Id: I0afbfcb33539533269f2867972a8ab71e6dadef7

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [145aa21ec2b446387e361f4a082e873628fb3f25]

        CMIS properties dialog
        
        Change property name and type to FixedText
        
        Change-Id: I568e213efb0cd0fb0167d8dab397f67b3fa1f69e

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [dbfbfd083e9b628797fe6d6e85f98ee94dcfbcb7]

        CMIS properties dialog
        
        Fix properties type editing
        
        Change-Id: Ic36f0351ec738e7444508f8326c23e89150c9603

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [ef3007ac2dc30fdcc1c1f2aae48b4306978806fe]

        CMIS properties dialog: load CMIS properties into the dialog
        
        Change-Id: I40561de3ce944f017a79995d1ef38584443fbf02

2013-09-02  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [41d498c8b4c723c7805365abcd09146de88767eb]

        CMIS properties dialog initialize
        
        Change-Id: I1bdc2a9e8d2ee916fa37f836baf750385c820da4

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [0025012cbff19f01678119cfaeed7a76446edefa]

        we can ditch the manual button sizing now its .ui converted
        
        Change-Id: I2c4b95ef170509d2adb4ebab3d7b3ed2d8362a26

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [f42768fe0b60ecbbe9c68d775329bf28c0690131]

        Resolves: fdo#68794 blank placeholders when there is no known language yet
        
        Change-Id: I7f43144bd61ddc575d8b7094567433fdfd5ee291

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [ed0f0fa730186a99e3e315ef55f63410af8146b2]

        XubString->OUString
        
        Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc

2013-09-02  Caolán McNamara  <caolanm@redhat.com>  [3b6d6d1741fae5940987358c30176858717b4f72]

        callcatcher: updated unused code
        
        Change-Id: I78a287b3e4767fde1d0df7f54362f4587a21ed27

2013-09-02  Minh Ngo  <nlminhtl@gmail.com>  [4e35c379aa63b197110193ce134dd3b26cff0644]

        Possible fixes encoding in the VLC library path.
        
        If it's in the UTF-8 encoding.
        
        Change-Id: I938341e0ae5851b1c5301cd11042f4056bbe8e05

2013-09-02  Krisztian Pinter  <pin.terminator@gmail.com>  [3ad6bb1b3e373a97250e87a30770139052e7eaf6]

        startcenter: Fix overlapping template thumbnails in Start Center
        
        Change-Id: Id6e72a83f32a61889307713db32167e47d447b2a

2013-09-02  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [5997ba90640a723123b50a909f306008ea550b17]

        Updated core Project: help  52913ade5f7e6b163e09bc4f7289451f72db019e

2013-09-02  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [e10667a4c6f61286dfed8c0ae2e88893b032a6a0]

        Convert java class path dialog to .ui
        
        Change-Id: I358651b9104b1fd274e70c090d5d16215cd9fd10

2013-09-02  Miklos Vajna  <vmiklos@suse.cz>  [7d3778e0ef9f54f3c8988f1b84d58e7002d6c625]

        bnc#816593 DOCX import: ignore page breaks in tables
        
        Change-Id: Ibb250148d41d1929fa17dd993bb71c93c0e09dcf

2013-09-02  Siqi LIU  <me@siqi.fr>  [c41920416c22bfccf7fdeeefcd69baf6eadedaa3]

        extend documentation with gsoc2013 updates

2013-09-02  Siqi LIU  <me@siqi.fr>  [b5e374622f1313629685b2b2a1d3ab859bb7ae61]

        remove unused comments

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6a06e0f23a6aced46b9f0b899cd81bd8d2f2dec]

        Reset auto spell data after sorting.
        
        Change-Id: Ia42387e42cbc3c65f666fe28de917479c7262ff4

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [6c5c0302f3624ec7c3b862c98d5514f29328bbe9]

        XubString->OUString
        
        Change-Id: I8bf16712cee985c1eeeea9e42479f22de2a43597

2013-09-01  Niklas Johansson  <sleeping.pillow@gmail.com>  [277b339371727134851da1b695d9d8d30889a961]

        fdo#68346 Accessibility bridge should exspose the font name.
        
        At the moment it tells the user if the font is proportional or monospaced.
        
        Change-Id: I5073fed730aab1435fd9cc3bd4a897e95f97e783
        Reviewed-on: https://gerrit.libreoffice.org/5739
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Niklas Johansson  <sleeping.pillow@gmail.com>  [907445612298aae4f3322a7d9cdc6871d54ba47a]

        Make it possible to build without ATL
        
        Change-Id: I381934bc00273da7bf359610bb471ec4cbc49545
        Reviewed-on: https://gerrit.libreoffice.org/5740
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Khaled Hosny  <khaledhosny@eglug.org>  [b81d16d79990dccf263367356826a30f23439367]

        fdo#68795: Fix name of Assamese language
        
        The name of the language is Assamese not Assami.
        
        Change-Id: I29c64a6d3de28783ac34f9505f206a61781e08f6
        Reviewed-on: https://gerrit.libreoffice.org/5743
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [ddb52017952e28da84fcd7fc9954cf54495939b6]

        WW8: really reserve those FFN bits
        
        All of the information that I found on the Internet seem to agree on that.
        This patch could also make unnecessary some special cases in FFN handling
        (e.g. in ww8par6.cxx).
        
        Change-Id: If86f2da2697200f1a01a3c70badae7230125c3a2
        Reviewed-on: https://gerrit.libreoffice.org/5738
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [b0db7c60f12c0eb9931856507b40332086d42106]

        String to OUString
        
        Change-Id: Ibb2489e4e895f3f855208fe20749f7078a360710
        Reviewed-on: https://gerrit.libreoffice.org/5737
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0044fc8a722f3e52c8053b10f5032171f82b508f]

        Reset auto spell data in the view shell instead of in the doc shell.
        
        It makes more sense that way.
        
        Change-Id: Ib2e2167228b1c2a2a19a750477652e18ae69d105

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b796e268630dd02f35a312b84867f63b3fa8da2f]

        Fix a crash when inserting a multi-line content into cell.
        
        Change-Id: Idf2b6ca6873860a9bb3d2dae646b0383435e58c9

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [309c766d99cc7efc11fc439d119ba1944f2d710a]

        Separate misspelled ranges when entering a new cell value.
        
        And store them at appropriate locations.
        
        Change-Id: Iaf38c0cd01e9b3dc9dc98f7ccc1951d572a422e9

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16c8c46d85d7aafcb9159b12e2d44bc0bf322c69]

        Reset autospell data when inserting/deleting cells.
        
        Change-Id: I4ec48afe4a1aebe96dfb0fe5d507c786bdecae66

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a50fe4298d6761567230a1570a544398cca850c6]

        These pieces of code are no longer needed.
        
        Change-Id: I93a4abc84856a43d9d3a27ebadf111e589c62604

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b54c1a53b4d400b1c2d282c186af1fa8f151894e]

        Repaint grid view when the visible area changes.
        
        Change-Id: I2fe1e103b3d7c6a51a2f845e27fee0cfb6309847

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ee265e82ea64839e559fcded4d268de721f4202]

        Handle enabling / disabling of auto spell check.
        
        Change-Id: I8f3fe06a41b825f233f4116ae8ba3b30cb4f1adc

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0a57be8c6e397ed8e27611edaaf8bbf2677611de]

        Be sure to skip pivot table ranges.
        
        Change-Id: I3e57960374772756d31e392966bbf00c9fa5b6e0

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f62f8e19d07c795b98ca85350b00b5d1edef3e2]

        Auto spell-check is no longer done in ScDocument.
        
        Change-Id: I7ecfd6160443299887e31d784322a00580aac067

2013-09-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [547f4fec93a023ff244e3bf509baf4b8001effa0]

        First step toward showing mis-spelled words without modifying cells.
        
        There are still tons of problems to fix.
        
        Change-Id: Icae6e3d2c9b8b2266724d8d068abbab8acae96da

2013-09-01  Miklos Vajna  <vmiklos@suse.cz>  [4bc3a58a648f6c0ce95b4eb41f2cbf46175629ed]

        sw: unused includes in flyincnt
        
        Change-Id: Icb195e98cfb890d5ab9fc6a94506a5a9193ba59d

2013-09-01  Miklos Vajna  <vmiklos@suse.cz>  [6ecc7d37d29b07bcd4e56faecc0ac8c4ec3d397c]

        sw: unused includes in fly
        
        Change-Id: Ie1cb1f4f48a1b67a038347b12083dda1b3f975c4

2013-09-01  Miklos Vajna  <vmiklos@suse.cz>  [3003613389f1d2d2fd79812c8ccc6c111b64962e]

        sw: unused includes in flycnt
        
        Change-Id: I33ebd4757cebf95c60cd8af1500a382cb45d0092

2013-09-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a3411f532c40b4326d5ee2e1d2fe23fea457e0a6]

        String->OUString
        
        Change-Id: I4d822fdb3dfb1e07d2c0e0352809f9d51bf9dfc4

2013-09-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [65c85266ce1f8b12a33dfaa8efff365854f17dd5]

        fdo#67584: remove .uno:FlipVertical from WriterCommands.xcu
        
        mismerge in c991fb49aa174f300be0b978d89bc63e01e0aa2b
        
        Change-Id: I7d890495bac0fa1a458a86c8625158c94cdba717

2013-09-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7391f17b10d934382428fe1e7f9cb5ff68f45b76]

        Revert "fdo#67584 - Incorrect Flip Labels"
        
        This reverts commit d9ead65397ea4b6d4bcc66cf304653bb71e14c9c.

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [3e885e2e6c7438af0d3f706614aaa7c46412ff97]

        Rework some loops
        
        Change-Id: I756ebba899838caa2193bad4f9e4e6df841f15d1
        Reviewed-on: https://gerrit.libreoffice.org/5736
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [1339e2081013b6f2419dcc21f488e049b3d58269]

        This member function can return just a bool
        
        Change-Id: Iba6661eca670c83d27630c1918f4b5421bbbf08f
        Reviewed-on: https://gerrit.libreoffice.org/5735
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [520130dbdb79ec3c5d617e4c798fab791d7e0af3]

        Remove unneeded member data
        
        Change-Id: Ifc8cd48b9cfdd7d1fcd0ed9472b7080ba8ff6c6c
        Reviewed-on: https://gerrit.libreoffice.org/5734
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [858592ad16815e338ec6f68109b6d636ba9baf67]

        Remove unused #include
        
        Change-Id: I233fd84b96c038e0e462c568c0cd76e5dd466e72
        Reviewed-on: https://gerrit.libreoffice.org/5733
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [5114a1ecfad8e78dad8f4acec96a6ca1e6a6e047]

        String to OUString, xub_StrLen to sal_Int32
        
        Change-Id: I3e21da63ce60b518681e1479d72d60d94c8b586e
        Reviewed-on: https://gerrit.libreoffice.org/5732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [82db0be16028b5ca6c0e1fa976074750a3b8fc3f]

        EqualsIgnoreCaseAscii(char, 1, 0) in SwWW8ImplReader?
        
        Probably a typo for EqualsIgnoreCaseAscii(char, 0, 1).
        Standalone fix before String to OUString conversion.
        
        Change-Id: Id549f1fd1d45c45c458fbebda05146cc9ce36383
        Reviewed-on: https://gerrit.libreoffice.org/5731
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Matteo Casalin  <matteo.casalin@yahoo.com>  [ade517fd88b743d30a82788a91a027ee9e885ec9]

        String to OUString
        
        Change-Id: I0285d1ad9edaf07be869c5e8325ed693beaee5f2
        Reviewed-on: https://gerrit.libreoffice.org/5730
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [abe2173ac5a89dd43b648b6dcb93c5ae1f1e8836]

        Updated core Project: help  be97fb306d6baefa28ee840b0907142ed72af3e5

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [2f9fca080d8f558681da4c0730b274968afab1a8]

        XubString->OUString
        
        Change-Id: Ib14fef2055d90b2427c41865b0ad42d5f7b81d6a

2013-09-01  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [0e2ef09316246c10140b1b25036f5c44dfc432ba]

        titlerotationtabpage.ui widgets
        
        Change-Id: I187ec2b6bbee10820fcea5b770972fc63b2f7117
        Reviewed-on: https://gerrit.libreoffice.org/5729
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [35657f636580227e364ccf089ef434d3dbeee6ba]

        docx export: simplify pgBorders handling, and fix pgSz bug
        
        If a document had page borders, pgSz was wrongly exported as a
        child of pgBorders.
        
        Change-Id: Ibd47d3efd387f942274c0162fd0cbc46662348d5
        Reviewed-on: https://gerrit.libreoffice.org/5664
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [91455ec39fef5b16fc6873a51d3963941a952347]

        docx export: add unit test for page size with page borders
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I999fa2893fc404f90136b2a2e79aefa93f177896
        Reviewed-on: https://gerrit.libreoffice.org/5665
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [7a64fe91db5fb231b3d980fb5d41fcdc87f86794]

        convert readonly info to .ui
        
        Change-Id: Ib0c7f47ceae35e7255f6ed6fbbcc12e59e0bd956
        Reviewed-on: https://gerrit.libreoffice.org/5728
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [07aefbe310cad43bf9a71ba073486cddd7e062f2]

        fdo#42434: swap flipvertical and fliphorizontal icons in some themes
        
        Change-Id: I484a783547c3bed1d80a0f510434b4c0fe37bed7

2013-09-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0fa3e9e3254634b2682604d4d6d710c835163123]

        convert SdPageObjsTLB to OUString
        
        Change-Id: Iad3f3a70ccf2d47add5ce7f0c8f9dfa85789a251

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [5042636bf462ee6839ec6ab467dfe15f775af97f]

        XubString->OUString
        
        Change-Id: I2067b78e10e1805bb678879e3fd54636d848b15c

2013-09-01  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1d3483ed279982278b2f9fb1bab63485523e48c5]

        Remove some unused code from unusedcode.easy
        
        Change-Id: Ic3e96eebbb914c5b905a8c58532ead9cb01dd41d
        Reviewed-on: https://gerrit.libreoffice.org/5721
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-09-01  Caolán McNamara  <caolanm@redhat.com>  [92ce8daf21f2081eca9b4f4294115b904c168a46]

        callcatcher: update unused code
        
        Change-Id: I3f304f97b91b26b445174255a63e15c6668ad438

2013-08-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [8e55a68b7cc31e5cc07013f7a904db3434a7849e]

        fix comment to reflect the use of TRUE instead of YES for DISABLE_* vars.
        
        Change-Id: Ief8f784fbae3ba2d424c15f20a1455a849d9b949

2013-09-01  Tor Lillqvist  <tml@iki.fi>  [d6b4644da2c74500aa5ddfe69c36fc1f987bce0d]

        WaE: control may reach end of non-void function
        
        Change-Id: I0363770dab815f3623af882cab56f68f27ac38fc

2013-08-31  Michael Stahl  <mstahl@redhat.com>  [b09c5286b84e712a524e3fd5ded904ba9e0f8e84]

        scp2: convert BINARYTABLE MSI CustomAction dlls to AutoInstall
        
        Second attempt, this time using a new type LIBO_LIB_FILE_BINARYTABLE
        in scp2/macros.inc; for the resulting MSI file Orca lists the same
        files in "Binary" table now.
        
        Change-Id: I550ede75f16a46da9dd7377594aa28b7c06f0348

2013-09-01  Tor Lillqvist  <tml@iki.fi>  [af5a380bc19f599307b3bc524a31c380d456249e]

        Remove pointless comments and ASCII art
        
        Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [7bd0adc64b96d523b62ce9dda9e34aedff6b33d4]

        fix indentation
        
        Change-Id: Iea68e50e9f91c3fa2467201247bd1aaf4e943cf0

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [fe8e41928d3a1f2394d26c45ad9577c1c2d93135]

        fdo#39468: Translate German comments
        
        Change-Id: I9ccb6453fbebf03d44d3f5b385fa5a49579da873

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [f212aa9f84246f9bc1feb3b169885c5e717a10cd]

        fix existing comments
        
        Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf]

        fdo#62475 - remove visual noise
        
        Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [5f684581126028798eb82ba5904179b36dac9841]

        delete more code that was commented out
        
        Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [78ced6235b0a0f043d9e9618cd8758a8e6f34d33]

        fix indentation
        
        This is a follow up commit to
         - 22d1beb78a475e4846af945afde1c4d6c263b5d6
         - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
        
        Change-Id: I55ff666c357c89ad355a1a5bc0d0347fcc188476

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [160a4dd9a35488786a3cd4aa1c4c1a74997e7b7e]

        deleted code that was commented out
        
        This is a follow up commit to
         - 22d1beb78a475e4846af945afde1c4d6c263b5d6
         - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
        
        Change-Id: I7a67c3768c0d7e36784ee88fc46680037acb244d

2013-08-31  Philipp Riemer  <ruderphilipp@gmail.com>  [bf42b6f9f51b4bc66e267ae24c87ac79122825cc]

        fdo#62475 - remove visual noise
        
        This is a follow up commit to
         - 22d1beb78a475e4846af945afde1c4d6c263b5d6
         - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75
        
        Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d

2013-08-31  Tor Lillqvist  <tml@iki.fi>  [3f84d81412f123bda0dde57c4e52abe9f49f58af]

        Fix typo in 0d4238770e278abf8701863530f41b353ad51d08
        
        Change-Id: Ie994e9da4f890f7f321241c937f4091a26671a21

2013-08-31  Julien Nabet  <serval2412@yahoo.fr>  [44922e5a8ef47d054734276366d7f977fdc0ef3a]

        cppcheck: fix redundant assignment
        
        Change-Id: If9768751a50f302b8ad036f345ddcbcc29366b7c

2013-08-31  Jelle van der Waa  <jelle@vdwaa.nl>  [91859ae19ca1a9793b8553e120683393f584dfb1]

        fdo#62475 removed pointless comments
        
        Change-Id: Ifc9837e9f6e3c6a84e9f01c192f10271b184fb6d
        Reviewed-on: https://gerrit.libreoffice.org/5720
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-31  Minh Ngo  <nlminhtl@gmail.com>  [dbd0a194a78bcf5588f19d25ddecad0804d86c37]

        Upd vlc library directory for Mac OS
        
        Change-Id: I097f30290e9d155e640ae2c039f2f2f1c032ce40
        Reviewed-on: https://gerrit.libreoffice.org/5719
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-31  Julien Nabet  <serval2412@yahoo.fr>  [95eaa342814a8ccccfe9fe2d82ca2711b6b8fb02]

        cppcheck: Array index is used before limits check
        
        Change-Id: I531430ce4bc0937a023d3e2849ae07d8f94e3e70

2013-08-31  Miklos Vajna  <vmiklos@suse.cz>  [0f32a95d0af6a19c80f9b7e14fab8753067d3ddf]

        writerfilter: mark these as static
        
        Change-Id: I240b95e09d3555c0fdcdf6c4b9eb458ad82460e4

2013-08-31  Caolán McNamara  <caolanm@redhat.com>  [0f63fa053ed78f02eeb8a918d5d65088729db3d7]

        Updated core Project: help  1c370d227679f86ad3830d3952f879588c1bf7ac

2013-08-31  Caolán McNamara  <caolanm@redhat.com>  [7f69473ef582577b9ae37900e6860630bc8cd85d]

        convert insert database columns dialog to .ui
        
        Change-Id: Ia2d6b89a1e369adf55ffcabe189d34d46a4d7525

2013-08-31  Caolán McNamara  <caolanm@redhat.com>  [09f52ba7c1e40d487b6785f1212a96619c0d3ab9]

        fix build on higher debugging levels
        
        Change-Id: I332f6fc653d1b9ba2d1652d0d02f1567eeab8cb0

2013-08-31  Siqi LIU  <me@siqi.fr>  [c073bc096267fe5c39139d53696a946937a586df]

        move XCode specific gitignore to top level so that all XCode projects are clean

2013-08-31  Siqi LIU  <me@siqi.fr>  [7cc4ee76256897cd2f401173a1546737556a3c96]

        remove all DS_Store 'that have crept in'

2013-08-31  Siqi LIU  <me@siqi.fr>  [a53ee72988f6b0330622c71d636b9add9fc4b24a]

        move iosremote specific rules to iosremote level

2013-08-31  Siqi LIU  <me@siqi.fr>  [5512bdd0e734e6fe2ad1420e78b9837a5eaf7dde]

        add DS_Store to gitignore

2013-08-31  Siqi LIU  <me@siqi.fr>  [d91d6f0bb1146fc5293070c16f8dfde5f4252746]

        minor

2013-08-31  Siqi LIU  <me@siqi.fr>  [dd53fc8368f53de30529345c9c7e42599e1bc95d]

        gitignore userstate for xcode

2013-08-31  Siqi LIU  <me@siqi.fr>  [401d2d3ea3f1f958a24bb834e751f6c024deca1b]

        menu icon

2013-08-31  Siqi LIU  <me@siqi.fr>  [fd8ef5e7ac7760a5c2e061b6bf4fd55b46b10c4f]

        replace more_icon for ipad

2013-08-31  Siqi LIU  <me@siqi.fr>  [ca2edc13688b095afc17f930e5c9b0bd1adde661]

        remove DS_Store

2013-08-31  Minh Ngo  <nlminhtl@gmail.com>  [b593d0f060fcb7e3a7c72bb03f2df87a4630bf3d]

        Updating library path for VLC on Mac OS
        
        Change-Id: Iec1c02ec5a4d3c686b7f3b6e1cff76260fa97dab

2013-08-31  Minh Ngo  <nlminhtl@gmail.com>  [132f150d7da7dabe64d1d95775a55b034e723905]

        Cross-platform libvlc loading.
        
        Conflicts:
        	avmedia/source/vlc/wrapper/SymbolLoader.hxx
        
        Change-Id: I2dcd86329419255751925e93db0c893da191be31
        Reviewed-on: https://gerrit.libreoffice.org/5627
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [4ef149ba72c0a4b4f38905106a1acb8d21b023be]

        misc unnecessary FALSE: Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I96cadd25f1c26fd620701a377ca20702ea969460

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [81510ee8a59636d9cbc2c3172361685e3573b415]

        ENABLE_LOCKDOWN  Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I47b2d7a59bbf1f5a96523d451c8b6f4fa12c8e90

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c88b25b9eac22f5f926df22e0fa359276090c0b]

        ENABLE_PACKAGEKIT  Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I966f70b17ce9be2c0db015db88dd09ed01dd6387

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [e4aac6daea258aaf6b0ff9ea75b1bfb2f903e45a]

        ENABLE_MACOSX_MACLIKE*  Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I0c51975c1c13dbd100bbd8e6103835ce8a8c3691

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [94730f359023a3e90fd6d5239a12a150f41f4dd2]

        ENABLE_MARIADBC  Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: Icd6f385a8c9fcb67d2e448580e66ab97f63a99a6

2013-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1bdc9d4380abccfbb095a76000a75dec8f10defb]

        Some trivial string clean up
        
        Change-Id: I68c738152250e0cbd317e903cb088c60e9b40566

2013-08-31  Stephan Bergmann  <sbergman@redhat.com>  [11d743af1056b7f48debe2e98900065bb03833c9]

        Some OSL_WARN -> SAL_WARN_IF
        
        Change-Id: I076adcd2f94c38a74f2dce618bc16efec577ed91

2013-08-31  Stephan Bergmann  <sbergman@redhat.com>  [2c6363eb16f50a8cfd81bc8511554af4f9e06478]

        Be less pathetic
        
        Change-Id: Ifeadfa9f95f85514f7d01ea777e2563803e0898c

2013-08-30  Eike Rathke  <erack@redhat.com>  [352f84188a95da34724ebc3fa0826acbc7277f61]

        -Werror,-Wunused-variable 'aRS'
        
        Change-Id: I4d8f93c0def25c65bd84871d62f6838f3faa08ef

2013-08-30  Stephan Bergmann  <sbergman@redhat.com>  [d835c0ffc69bc29a18681e938dd71b988109a139]

        -Werror,-Wswitch
        
        Change-Id: I4fec831898b65737fe4b81b576891b28a3fb6cba

2013-08-30  Eike Rathke  <erack@redhat.com>  [380c557f38d3646b40d713e4ed42bea2c0553056]

        -Werror,-Wunused-variable 'theAreaStr'
        
        Change-Id: I61ad7c9825e1bcf0641e6c2326037668215f5d2f

2013-08-30  Eike Rathke  <erack@redhat.com>  [a6fdfb960ad0f5b019adff700d0046f20a740996]

        resolved fdo#67836 do not overwrite already interpreted English cell
        
        ... with a not matching locale dependent interpretation
        
        Change-Id: I66553627cab282ed333443ee8bf687596a616a28

2013-08-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6c5ee38b09fd59d415850ad7d5e85ee791b18b91]

        fdo#32059: Fix this once and for all
        
        Fix a regression from 356b2f0edfd5a01ed05976c1bdb74948ff84b5fd.
        
        This regression was about the setSelection function. We inserted the command with a space
        in the right side of the string, but our selection was not counting the " " character.
        
        So, reasign the variable with the space solve this issue.
        
        Change-Id: Ic48f1afaec89c6eefe73d051d3b0eba7edbf557e
        Reviewed-on: https://gerrit.libreoffice.org/5688
        Reviewed-by: Ricardo Montania <ricardo@linuxafundo.com.br>
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [5b7dff553cf51ecc3d21a2231861390d16ccf0eb]

        ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1
        Reviewed-on: https://gerrit.libreoffice.org/5708
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa05e128de6a8dd0382d0c324676c728dc347ac0]

        ENABLE_MINIMIZER Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a
        Reviewed-on: https://gerrit.libreoffice.org/5705
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [c871c0695cd4683327188d9c7e4daeba7d55d795]

        ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I4561c2cd3b937cbd0085d1e94930d5f458281d11
        Reviewed-on: https://gerrit.libreoffice.org/5704
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac5f2f3481a318cadd7c59e7ea89401f81e9a259]

        ENABLE_RELEASE_BUILD Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I7387ff3d3adf9a4e7c15466076e9d84d4892bb3e
        Reviewed-on: https://gerrit.libreoffice.org/5703
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5d721a130df631f1cf46ac636ba22314f539f6b]

        ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I937967889da75062c792cf377ce4e13c67526162
        Reviewed-on: https://gerrit.libreoffice.org/5702
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0b94ad3e74afca55016ee1e15b0848ede51a016]

        ENABLE_BLUETOOTH* Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: Ia27882faa9c85c439bc1f77987d766f65f1d8cef
        Reviewed-on: https://gerrit.libreoffice.org/5699
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [87b3670557ae723b8ef016b459bcda1567cf8365]

        Fix inconsistant use of value for DISABLE_ACTIVEX
        
        Change-Id: I9b917fb557c0582ad9235562e882ae2de4d4246f

2013-08-30  Haidong Lian  <haidong@multicorewareinc.com>  [e791fbfc0435f4a9522288154132df2760ef14a2]

        Patch for milestone1-0829-v4.
        
        1. Add the parser based on RPN;
        2. For test sample1 named "ground-water-daily.xls", using the compound formula
           to do calculation;
        Add the compound kernels:
        Formulae include "AVERAGE,MAX and MIN".Compound formulae include "AVERAGE
        -(+,*,/)","MAX -(+,*,/)" and "MIN -(+,*,/)";
        3. For formulae which do not work in GPU, they'll work in CPU;
        4. For compound operators(-,+,*,/), they'll be calculated one by one in GPU as
        the sequence of RPN;
        5. Add the start and end position to fit for the sliding window;
        6. Modify kernels by using vector for AMD GPU.
        
        Conflicts:
        	sc/source/core/opencl/formulagroupcl.cxx
        	sc/source/core/opencl/openclwrapper.cxx
        
        Change-Id: I6157008575ce89ddd3e7bf552a87812474af4125

2013-08-30  Julien Nabet  <serval2412@yahoo.fr>  [ccf7b15c0a5776c6431fdcb0c0e2b0f3935ae3dc]

        -Werror=unused-but-set-variable second try
        
        Change-Id: Ia8a9f60831d089ec04127213bb9ded31aa754bf7

2013-08-30  Julien Nabet  <serval2412@yahoo.fr>  [47924a46566352dd99a14163d98bd2b51cca6b0e]

        Revert "-Werror=unused-but-set-variable bCategoriesApplied"
        
        This reverts commit 72e019c4e301ef93bd1be985edd037d1e2b10e28.

2013-08-30  Julien Nabet  <serval2412@yahoo.fr>  [72e019c4e301ef93bd1be985edd037d1e2b10e28]

        -Werror=unused-but-set-variable bCategoriesApplied
        
        Change-Id: I43c1f866847e2029bc1547dff3be3c1ed454d281

2013-08-30  Eike Rathke  <erack@redhat.com>  [5f860df7fef263d3260e8074841fffcfdf4717fc]

        removed LanguageTag(OUString,OUString) ctor
        
        Change-Id: I8450b7d76e8efac302a9d6005eb3ecc72ad195f4

2013-08-30  Tomaž Vajngerl  <quikee@gmail.com>  [fdd102a6daee854d987926bec1af55a17cfc8aee]

        fdo#68689 Sub-divide ruler ticks into 1/8 insted of 1/10 for inch
        
        Change-Id: Ied2a6982d5564228b0ce7fecb89723f3742b6d0d

2013-08-30  Michael Stahl  <mstahl@redhat.com>  [f8307e5ae11e8235fa1fb88ed52625bf9c650dc2]

        fdo#41068: writerfilter: fix image wrap polygon import
        
        Mainly the problem seems to be that Stein's GCD algorithm requires
        non-negative input parameters, and the document has this:
         <wp:lineTo x="-480" y="6104"/>
        
        (regression from 86898639d4144a078ed295d0a8bef406868802cb)
        
        Change-Id: I8da1272c3caae84f43472aa4acb65ed66dfbd8ae

2013-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0e40013d909c5b28f9d37cf7370fceed1a6ae891]

        Add macosx_x86_64 extension platform identifier
        
        Change-Id: Ie7b6e8dee54ae240ff1ca7e7cac89b914dcce9ff

2013-08-30  Laurent Godard  <lgodard.libre@laposte.net>  [89c2136fa093c9d8e21ecaad56329711c8c25079]

        clean no more used header declaration
        
        Change-Id: Id4253c51d43c788310c93acd91ed49fa2fe68c4b
        Reviewed-on: https://gerrit.libreoffice.org/5695
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-30  Khaled Hosny  <khaledhosny@eglug.org>  [00a81233d9c2ae6b3996b744982715137fd6a626]

        Remove hacks for ancient FreeType
        
        We don't support FreeType <= 2.0.9, since configure already checks for
        >= 2.1.5 (which is pretty ancient and was put there arbitrarily as the
        first FreeType version to ship a .pc file, but that is a different
        story).
        
        Change-Id: Iae7c950ff7b48eae22fbe98bdda726318e9dea9a

2013-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [b090cbdf82e0827234caf5969124f6631311ef35]

        fdo#68663 don't blindly force categories when there are none
        
        Change-Id: If52ea471ee3ca10e2f69d2fcd7b3ae0d5772bfc3

2013-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [2a0b2d9371b47689d34fc238c73ebc1126cba5b1]

        fdo#68663 open chart-in-report: actually test for categories presence
        
        Change-Id: Icf8c8c1f3b1443bf051b3834f6407996e4ef2bfb

2013-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [6d4c69ff8446184ac725713b8b53a66f0ee56701]

        that comment is patently wrong
        
        categories presence used to be hardcoded to sal_True,
        but now it is tested a few lines below.
        
        Change-Id: I413bbac3069e49a56c74637b75b8d8990f6111b4

2013-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [ef3e7f23168d85db8310484e92d4234ff1916af8]

        janitorial: indentation
        
        Change-Id: I3070c0b4fa84090412191415b23e455b9e8d1bbc

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [76e735b26aa834bd9fba83b60905ee870f82dac3]

        enable building against RHEL-6 system icu
        
        Change-Id: I56f08d58d8d8a0e397412580451c90f9605bcb46

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [9554853ad7c80e1edf853859dbb65d419e16ea66]

        allow building with older libjpeg again
        
        we don't really care what the error number is, so long as its an error of some
        kind so just sed JERR_BAD_CROP_SPEC to JERR_CONVERSION_NOTIMPL
        
        Change-Id: Iae41de7b720ce2e60c7092d15983aa1c4ba14c89

2013-08-30  Adam Co  <rattles2013@gmail.com>  [196328c91ee889a0a1cbc39ce2549c7405afbef5]

        fix for IsPlausibleSingleWordSection checking wrong condition
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I503e5944079b6c03413caea27ef940efbd44ced5
        Reviewed-on: https://gerrit.libreoffice.org/5548
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [d07e7d692ddd2a9ab956a59bcc0f676c7d76bc10]

        wait until we know the UI language before initializing gtk
        
        so that we can set LANGUAGE to get RTL mirroring for RTL
        UI languages even under a LTR system locale
        
        Change-Id: I31fce6f1620d7fb35a489c771285b15ba05773df

2013-08-30  Armin Le Grand  <alg@apache.org>  [1156d1b29af15c0d7f1d185f8ce1dc8668940286]

        Resolves: #i122982# Fallback to bitmap reader when no PNG even when claimed
        
        (cherry picked from commit a77275c610f1543dcc8b38dc5ec50f1195965f27)
        
        Conflicts:
        	svtools/source/misc/transfer.cxx
        
        Change-Id: I213496c53558cd3b78e40866bdc8e89d08079033

2013-08-30  Krisztian Pinter  <pin.terminator@gmail.com>  [729bc005ec12cdb1c8cb319a60bdccc3b0964c85]

        startcenter: Tweak button layout in Start Center
        
        Change-Id: I7a02b5c831b268f326d30c331065c57deceeb6ee

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [dd0f6c737b6af659389e473296e939ec6cfa5f4e]

        Resolves: fdo#66700 don't crash on querying zoom state with no SfxObjectShell
        
        Change-Id: Id2943c92ce6deaae3e4d507a35c08466db21cece

2013-08-30  Stephan Bergmann  <sbergman@redhat.com>  [0f3895a78ecf1f9730f41a41f3c2f2fecd0d8b83]

        Decouple setting -std=gnu++11/c++11 from setting -stdlib=libc++
        
        Forcing -stdlib=c++11 into CXX upon --enable-libc++ instead of only into
        CXXFLAGS_CXX11 as done normally caused external projects to unexpectedly pick it
        up, causing build failures in firebird.
        
        Change-Id: I588d75ccbde6b9fd4f38e10a0c67c2f6086f8977

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [819b72bb03b2be368790d6e603f282ec6ea72ab4]

        Set path and not url for FIREBIRD_[TMP|LOCK]. (firebird-sdbc)
        
        Otherwise firbird fails to load databases since it can't access a url.
        
        Change-Id: I1bebc6fa18c2d1920291dcf5a7300009ede4452a

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [ff050190aa9bc362501bc1ecadfbf2a8cb5ecf70]

        The except.cxx for gcc3_macosx_x86-64 can be the same as for gcc3_macosx_intel
        
        Change-Id: I567a20dc70b2b9e13965550333f4ed89205c4333

2013-08-30  Eike Rathke  <erack@redhat.com>  [012f52c06f4f2efae8750d23db100f3eef6096d9]

        originally was convertIsoNamesToLanguage(), use makeFallback()
        
        Change-Id: I4e49778a7519e8e4e1e1fce115b1b0ad30040f72

2013-08-30  Eike Rathke  <erack@redhat.com>  [6c3d74e8b779b1eb2d9779ed84f1518e078113c4]

        take a shortcut for unknown "x-..." or "i-..."
        
        Change-Id: I4996fd68ba6bd62bd7126924418242fde78fe713

2013-08-30  Siqi LIU  <me@siqi.fr>  [756b6040ca24702cca2482086e358080e20eb6d2]

        remove old WalkthroughControl image
        
        Change-Id: Id5680fde392a731da15889d3869e234fbf072068

2013-08-30  Siqi LIU  <me@siqi.fr>  [8cce70a5fa5afb0edd72acc398812226531c558f]

        control guide image for ipad
        
        Change-Id: I987e427bbc98b1e4f838bd95ae13c53e604aed65

2013-08-30  Siqi LIU  <me@siqi.fr>  [53ee8666e0adf1c9a78977ffb38e13bd44b21538]

        iPad control how-to page updated
        
        Change-Id: I422b864f0c2d78e9328faf401fe862fb57e0cd6a

2013-08-30  Armin Le Grand  <alg@apache.org>  [5dce602d31bfc3ab57653b5922459fec46a1e1be]

        Resolves: #i123129# Corrected LineWidth for text comments in SW
        
        (cherry picked from commit 7ed3f859004e0763598a7d6edc7e4dec2b69813c)
        
        Change-Id: Ife132b66a13208193d897e98cdaea17bce33c310

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [fe1cbda3b7513e0d3686d347aa991e7231067384]

        Resolves: fdo#68396 Yield allowed layout timer to run during init layout
        
        There are multiple pages getting generated in the styles dialog because the
        dropcaps preview window calls "Yield" sometimes and sometimes the layout timer
        gets a chance to activate *during* the creation of the dialog so there ends up
        with two consecutive activations of some tabpages which has wonderful eventual
        know on effects resulting in that crash later on.
        
        Easiest thing is to disable the layout timer during the initial size
        calculation
        
        Change-Id: I7fb0a7ff89aa2c6013c5d8014deface107610000

2013-08-30  Eike Rathke  <erack@redhat.com>  [7113e2310b2a1eeb9d9e89bf5e7ed3a10f3640dd]

        eliminated yet another language-country parser
        
        Change-Id: I2aebe058a6d60431b7073aca641910dc365ead09

2013-08-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [21ee132af1b888f50a9d916337011879570ca357]

        Revert some random work-in-progress that is most probably bitrotten
        
        Revert "EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it"
        
        This reverts commit 2b700a710e44d2d09f45793f5f2448268e66d4fe.
        
        Revert "Pass also the bounding box in device units to the EMF+ part"
        
        This reverts commit f387c5da5a824df6cf2874155c13445a86804475.

2013-08-30  Krisztian Pinter  <pin.terminator@gmail.com>  [f8426f505316d08f35d8a7cf8dbfd6a3c60db3db]

        startcenter: Add toggle to view templates in Start Center
        
        Change-Id: I17aa3bfbb7f4b0eca525dd15d6866c6951d5d20f
        Reviewed-on: https://gerrit.libreoffice.org/5543
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-08-30  Eike Rathke  <erack@redhat.com>  [40ff64b93fc4c4c2e2710853e9f71e35811b9362]

        and another one for fdo#68740
        
        Change-Id: If07cffd30fe5fdfbe8fcb749b7682d1b8a3dcbb8

2013-08-30  Eike Rathke  <erack@redhat.com>  [9f1d47f8246b5513fa3a54ff16de4b1f4dd647ab]

        attempt to roughly fix fdo#68740
        
        Actually that map wants a resolved fallback locale, not just a language
        to ID mapping, which light fallback was a side effect of
        MsLangId::convertIsoNamesToLanguage() and eliminated with the latest
        changes to LanguageTag conversion.
        
        Change-Id: I32f632c6b198383dd3eda8538ccb801c9275baca

2013-08-30  Caolán McNamara  <caolanm@redhat.com>  [74929bba736cc6cceed3c088e13f5952abb1bd2b]

        Related: fdo#38838 remove UniString::ToUpperAscii
        
        things got a little out of hand and I ended up
        converting quite a bit of calc to OUString
        
        Change-Id: I056326d37ffefa8c120cb2e564d166dd9f20f216

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fc7e7b683112e9ccd23104f38d4acc3417e9d5b8]

        Improve TIMESTAMP display. (firebird-sdbc)
        
        Change-Id: Ief7ec180e3787a3354e2034693052ebf05a30e81

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [026fe9c53bc97729cd506376dd966c9e66d34a8c]

        Implement setTimeStamp. (firebird-sdbc)
        
        Change-Id: I58907d42ec9e1b4098e2947fdb89b1ab264358a6

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [437dd0369a759e32ef8788b1829bc3b355952518]

        Cast pointer before dereferencing. (firebird-sdbc)
        
        We have a char* pointing to arbitrary data hence we need to cast
        to the right type, othwerwise we retrieve the first byte only.
        
        Change-Id: I6d3d08d15105a506c140044008c5255a8a8e4c39

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3f56234ecb4b8b07becfdcbbc3d7facbd95e6f60]

        Implement set[Date|Time]. (firebird-sdbc)
        
        Change-Id: Ibf3bc34f316c0a299afc2e015ff4c49ad57099a5

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [73720f9a8330495b5dc130d761c577faa1a00ed1]

        Implement malloc'ing of date/time/timestamp (firebird-sdbc)
        
        Change-Id: I22abb334a337ae2e25188ae43696789d37ecd7d4

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [84fe40e3699adea7b7ef6476d324d63aada9c5ad]

        Implement set[Date|Time]. (firebird-sdbc)
        
        Change-Id: Ia519b2ec9c6be94f6f21bbd2951a295da8079479

2013-08-30  Eike Rathke  <erack@redhat.com>  [93e9f05c26e23cf99f80ebd55dc7c22335cad979]

        microoptimization
        
        Change-Id: I773262f018519f5816c029df3da92a9903e53165

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [3a8f35042594fe0d91c6e41565437727cf5ee896]

        Er, I meant gb_CXXFLAGS
        
        Change-Id: Ia68105056fb483b30a985da3b53f85c8a0b5d869

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [16a4b7ad733f179498e39eac3d4092c55e6c0a07]

        WaE: C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits
        
        1UL is not a portable way to get a size_t -sized one.
        
        Change-Id: I8fac16b7e1f1b8bbccb4bd11eacc9449fc3f8c33

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [fb30ed471eb88870c53c882d623c4f9a7cb0a938]

        Ignore C4267: possible loss of data, there are too many of them
        
        Change-Id: I4b01c9398c9c697cff63226269e7c7a3f5a5c9dd

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [9c1be36c41a7006760ddcd73eec96a82a87316f2]

        WaE: possible loss of data
        
        Change-Id: I2a1d47cc3eca40ddd7e9502ffe71337ab2268858

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [760bba09f02aa1a2b07289a55c73f6a8b80ca4fc]

        WaE: possible loss of data
        
        Change-Id: Ib442a7cae9f4c9bc5e32c20f1e1844a191f5b057

2013-08-30  Siqi LIU  <me@siqi.fr>  [b41ab20a17f113a1fcd7d155481e7c01540d0f5b]

        .DS_Store
        
        Change-Id: I5cde715de10ceb723f63d99c39835b51e056d012

2013-08-30  Siqi LIU  <me@siqi.fr>  [ebdff2da7e00e8a407016876f7b98a0395a094b1]

        minor style updates
        
        Change-Id: I77982c87d5001fe60f8270cd4d82745e9ef1b293

2013-08-30  Siqi LIU  <me@siqi.fr>  [35e243307ad1e7d5c2a3a00da16d4d688b3c5ce4]

        localization
        
        Change-Id: If0dce65d358811f67ed663161b23605fb954035a

2013-08-30  Siqi LIU  <me@siqi.fr>  [20df12b1521de2714a860aefd69c04875c2d6e11]

        pageControl dot coloring to global tint color
        
        Change-Id: I1fad942b5ff7e9a131610952113934e45f40f834

2013-08-30  Siqi LIU  <me@siqi.fr>  [be64394f9ca4f6cb3a3500841cbd7865302ecd69]

        how-to in-app guide for iPad
        
        Change-Id: I11d7edca18fdb4762a4db4df2668caeabbbc8173

2013-08-30  Siqi LIU  <me@siqi.fr>  [bf0b6e438f4977ab5bc244fb8d80249f9c6d2218]

        minor layout change
        
        Change-Id: I3c9392ba7b35fff8fa7e4fa95d86ba7703714fb9

2013-08-30  Siqi LIU  <me@siqi.fr>  [e6d0366e1f5561c60e713dc2b4f7c957310c47f8]

        roll back to server list page when connection lost for iPhone
        
        Change-Id: I3d7a5ff0918ef63b3455e3acd5c447aa333e76ec

2013-08-30  Siqi LIU  <me@siqi.fr>  [492d96c54944a3b51f1c975cba9c78974e9d9810]

        layout autoSize adapted for iPhone WT pages
        
        Change-Id: I9375a262952b3223b80e9b9b86fce7e8232230b5

2013-08-30  Siqi LIU  <me@siqi.fr>  [10d65699b32f18513864b6039371bc647f069fec]

        minor ajustments

2013-08-30  Siqi LIU  <me@siqi.fr>  [63946e53133178c07479d0429638808e3717316e]

        make the screen narrower so that it gets wider when stretched

2013-08-30  Siqi LIU  <me@siqi.fr>  [e7c12b8501416ff188126500a675dc69e1a49883]

        shadowing

2013-08-30  Siqi LIU  <me@siqi.fr>  [1a77fc15dd4d69b71255aa13a3970197c6d978b2]

        change appearance proxy for pageControl

2013-08-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [295759c05395099e564e263b98e5e4a38a9a9bc4]

        Set FIREBIRD_TMP and FIREBIRD_LOCK with sane values. (firebird-sdbc)
        
        Currently firebird uses /tmp and C://temp/ as default temporary directories,
        both of which can be incorrect. Instead we now pass the correct temp
        directories to firebird.
        
        Change-Id: I807a47475e76600365e7a2ccfa78d755621dedb7
        Reviewed-on: https://gerrit.libreoffice.org/5678
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [52d35df0e61019e722675a27fbb01101a96bff75]

        WaE: size/t/DWORD/int: possible loss of data
        
        Change-Id: I4fa005a8ddb3efd3dc624110215b938ee20a67a6

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [a0d3aa1f50ed158fc0a4d57666f8f9840a81153e]

        WaE: size_t/sal_Int32: possible loss of data
        
        Change-Id: I96849e94196291bd387737aae537139ff4fefeb3

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [803b669ec4c1a1052c0ea129fc7e689005e0dddf]

        WaE: size_t/unsigned int: possible loss of data
        
        With MSVC, the third parameter to read() is unsigned int.
        
        Change-Id: I607089fb2a9e6bf794293187be48e910ac40158f

2013-08-30  Miklos Vajna  <vmiklos@suse.cz>  [13ac0631d3bba56220e75f3c416d753201fd09a8]

        udkapi: fix warnings in beans::PropertyState
        
        These are links without the leading hashmark in the output anyway, and
        that avoids the warning.
        
        Change-Id: Ie94d65b5bd2e869a9b5ad12b5d545fe32c834eec

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [b5fd1341cd5f7585dc3b81d669b43750c3fc71b6]

        WaE: size_t to int conversion: possible loss of data
        
        Change-Id: Ica626a5ebe8e3c022e5398b50253904d269ba0ce

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [bfb0b2ae4e931a130a1d9830c1a58afb1a3a3b71]

        Find also a 64-bit JDK on Windows
        
        Change-Id: I2364d4e4e2b2d032bdf03316ee9523cb085112c8

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [1376af9a727c8cbde8eae0c40a8206bffd021451]

        ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: Ia7575f0f51bc3ba355ec01d937bd155adb287572
        Reviewed-on: https://gerrit.libreoffice.org/5684
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [e57a14a6dae8a38ccd81dcebd36050aec98c3756]

        ENABLE_CORETEXT: Harmonize ENABLE_* variable to TRUE/<nothing>
        
        Change-Id: I39153ee042b171f7cd1ffa6b50c490d2c9fa33cb
        Reviewed-on: https://gerrit.libreoffice.org/5685
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [587d9693bdea45b90331da1c577c017db38f3f39]

        liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>
        
        Change-Id: I6e231516476f3b9512e239ccf678048c87d25aa5
        Reviewed-on: https://gerrit.libreoffice.org/5682
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [ffaad89e05fdb889d2b18d5914894acb91e1248e]

        Untabify
        
        Change-Id: Ib03ac597e920c3d09b56a78f41f10ea0e19e311e

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [c805a7107198350374420a83f57603d99da493f3]

        Surely we want only a 1.7 or 1.6 JDK
        
        Change-Id: I3fa71d19789d9cbdc44db172e0a63f5e5ed85f43

2013-08-30  Tor Lillqvist  <tml@iki.fi>  [ada60644ca7010b7a93688e7c937ac03f891f1d9]

        Fix weird indentation
        
        Change-Id: I291856b9f37ea967c1f8d44cce05f53b52ed8b75

2013-08-30  Stephan Bergmann  <sbergman@redhat.com>  [5272f275d02344922b22a43b7c5cd2bb72a47e63]

        Make RTTI creation work for libc++
        
        Unlike libstdc++.dylib, libc++abi.dylib no longer exports the type info for
        std::type_info, but the layout of the __cxxabiv1::__*_type_info classes is
        controlled by the Generic C++ ABI anyway, so consolidate to a single approach
        that works across all versions.
        
        Change-Id: Ic68f2386261bae4a4349ad646590cc15c768f04e

2013-08-30  Jesús Corrius  <jcorrius@gmail.com>  [985ac0b156bdb88afec7091a3b36a2212d39c580]

        ICE03	WARNING	String overflow (greater than length permitted in column)
        
        Change-Id: I48bade4998c6c5d95e49bdc109d4a5a1ef76bbcb

2013-08-30  Khaled Hosny  <khaledhosny@eglug.org>  [47070dd63e9d9356896cf483a2077b766dc11530]

        Mark lcl_* functions static
        
        Change-Id: I224ab8fea25b8b42530e242f3ea8dd72c7abd733

2013-08-30  Eike Rathke  <erack@redhat.com>  [4986ebf83a111c123b275a48fb6045bab7657730]

        fixed CppunitTest_sw_rtfimport, {LANGUAGE_FRENCH,"fr",""} catcher needed
        
        Change-Id: Ic8152e16c86c2d8475542c131e0ac81697f3d557

2013-08-30  Eike Rathke  <erack@redhat.com>  [8d9dd7ba8a123b79661416d23fceb4c2f01c2165]

        disentangled the LANGUAGE_CHINESE mess
        
        Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f

2013-08-29  Eike Rathke  <erack@redhat.com>  [f6f49b8085e0069697c13494e490e37bb1044a41]

        isKorean() never returned true
        
        because it compared the primary language with the combined primary and
        sub language
        
        Change-Id: I09f8ee5c6f00a98e0b2bc3045caeaef6f0f86794

2013-08-29  Eike Rathke  <erack@redhat.com>  [6626ca9c30ecf2ad5ee53d5ca47a6dfae087cba3]

        Pali should be ISO 639-1 'pi' not 639-3 'pli'
        
        Change-Id: Ifea43b20aacdb54eec9be25d349daa1a19ae26b4

2013-08-29  Eike Rathke  <erack@redhat.com>  [c8cfda297691b793048b67affe7b1db08e028c6d]

        added LANGUAGE_KASHMIRI as "known no country" locale
        
        Change-Id: I6e6cc53fb7ed07876aba4bfb6d847bb49e076fc3

2013-08-29  Eike Rathke  <erack@redhat.com>  [e0dc2e0c474010a7d52aa6fe3612e74eca603a0e]

        LANGUAGE_KASHMIRI is not a primary-only LangID
        
        Change-Id: I0195d775b51b2a258dd7a561cd7b6f063ca382c8

2013-08-29  Eike Rathke  <erack@redhat.com>  [6419c032307b72ba58d142c7848e09a0f62dcdaf]

        removed primary-only LANGUAGE_URDU
        
        Change-Id: Ieaba4362fafeecd2d20bff63531783f5e33662f7

2013-08-29  Eike Rathke  <erack@redhat.com>  [dbbed520c2ca4cf8c1ca382fc1cad960835747ef]

        removed unused primary-only LANGUAGE_AZERI
        
        Change-Id: I7db415b82fd7e7dc97cc69f8192e7660448d6e9f

2013-08-29  Eike Rathke  <erack@redhat.com>  [16c4e7aaf131e7f1d16a2f97728d8a0caaacba92]

        removed unused primary-only LANGUAGE_MALAY
        
        Change-Id: If8d8f6f093b0464fc2c2740a32bcd76a4e89b737

2013-08-29  Eike Rathke  <erack@redhat.com>  [06ba55efdf37d07056ba9dbf920a61bfb32875af]

        removed second LANGUAGE_FRENCH mapping to language-only
        
        Change-Id: Ib96ac80ed95a1c027950a428ee2ebfefa77a36d5

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [f5b05d92dd6b94cb93ad7391facb866ef74d64a2]

        -Werror,-Wundef
        
        Change-Id: Iaef2e4dec0d2fc8d0583fe2a56b5e0bcba667d8c

2013-08-29  Noel Power  <noel.power@suse.com>  [dda842bec338efb06457551136678340d0718807]

        disable/disconnect style preview from styles dialog
        
        So, the logic for firing the Preview start/end slots is disabled now,
        I think the present dialog's behaviour could be very confusing, really
        we need to have the preview done on the item the mouse is over (like
        font preview) but I haven't had time to try and do that yet, also
        imho it makes more sense to actually replace that styles dialog for
        calc. I leave the code in place now so at least someone might be
        able to enable and experiment with it.
        
        Change-Id: I62adb9c217e9887d8df5ecea1e8ca071a570ab3e

2013-08-29  Noel Power  <noel.power@suse.com>  [bcc51fb2ebdf77a1cc089857775fd742085b45b6]

        add support for in-place style preview
        
        selecting a style in the styles dialog ( without double clicking )
        will apply the style to the currently selected cell(s) You can
        with the keys navigate to other styles and they in turn will
        also be applied. Preview will end when you click back onto the
        document.
        
        *FIXME* - the styles dialog isn't really suitable for previewing, a
        new dialog ( possibly in the toolbar ) might be nicer ( see Excel )
        
        *FIXME* - when there is a multiple selection the highlight colour
        (applied as a transparent overlay) is most annoying ( and is mixed
        with any background colour applied if part of a style )
        see ( ScGridWindow::UpdateSelectionOverlay() ) However my puny
        attempts to make the selection use a transparent colour made all the
        borders of the selected cells dissappear. I guess maybe a box/border
         around each selected cell ( or group of cells ) would also work
        but I didn't try that
        
        Change-Id: I0950e79085ffb75f60ee961835665df0c230172f

2013-08-29  Michael Stahl  <mstahl@redhat.com>  [9d7c5dcf448fed668cc772d3cffa31712b1834a3]

        do not build emboleobj library on --disable-atl
        
        Change-Id: I4973cbdd8afead3f189874ef754d2b2eee4bfb9c

2013-08-29  Andras Timar  <atimar@suse.com>  [a794f66071796fcfa2f6ad7c3c6214325ac30258]

        scp2: remove obsolete DONTRENAMEINPATCH flag
        
        Change-Id: I4e40f29df1583c551fb7606d41b609d529db036a

2013-08-29  Andras Timar  <atimar@suse.com>  [4b600518e061436fa0384578a1e7b25f44788297]

        take out MSI CustomAction dlls from AutoInstall
        
        BINARYTABLE, BINARYTABLE_ONLY flags were not handled
        
        Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201

2013-08-29  Laurent Godard  <lgodard.libre@laposte.net>  [f5bafb295559bc3e673ab2aa35e84cb42b9e5f1e]

        clean obsolete parts of ScMyCell
        
        Change-Id: Ic7775d376a6089d7795514081ca4f912e4228f73
        Reviewed-on: https://gerrit.libreoffice.org/5674
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8acb68bae5319836a8c0c9fa6ddfc907b0dd6c48]

        Check whether or not a visible range has changed.
        
        Change-Id: I83581c8964ff43af1b1c42df82236274db446953

2013-08-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [391a57ef65687f2e373bac8d410e551aafa780ec]

        Update visible ranges when updating the scroll bars.
        
        That seems like the right place to update visible ranges, rather than
        right before drawing the grid pane.
        
        Change-Id: I230bfa753fca7bcd040bd55dba16dfa613d2e8f0

2013-08-29  Rene Engelhard  <rene@debian.org>  [0d5b9f1ad4b132d8d0cc22af1f524f971c0166db]

        check for boost >= 1.47 and SHA512_CTX (openssl >= 0.9.8) in configure
        
        Change-Id: If070d0bcafb208bb8d4104e48540cc1b2bf23db6

2013-08-29  Armin Le Grand  <alg@apache.org>  [b1a6dbc2dd118627360282dd304e24263c3bca51]

        Resolves: #i123003# Corrected Handle/Overlay visualization...
        
        when TextEdit is active
        
        (cherry picked from commit 5960cf3dc57dc455bc98343dfafccafaf808ecdc)
        
        Conflicts:
        	svx/source/svdraw/svdmrkv.cxx
        
        Change-Id: I05c9c3d10ba3e9b29a1a759a18dbb19d85016640

2013-08-29  Eike Rathke  <erack@redhat.com>  [e57a73cc6bedcb8f176e1804792a7ea1fd88796b]

        convertLanguageToLocale: last resort en-US if resolve requested
        
        Change-Id: I8ebdfe34765292f14642ec8c2721621e5638a17a

2013-08-29  Eike Rathke  <erack@redhat.com>  [83d6ce0b1eb6229a518d79a1064a75956a0380f1]

        adapted comments
        
        Change-Id: I830947d867d77b8e58b6e4722ceb3b7993292dad

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [f6fcc5b79ca72e0145b1798bbfa3d686bdf07042]

        Set PATH for running the Cygwin Make
        
        Our normal gb_Helper_set_path sets PATH in Windows syntax, which is
        fine when running out own build-time tools (which obviously are not
        Cygwin programs), but not when running the Cygwin Make.
        
        Change-Id: I5563e2f5a01beb05db56792dfd56116832d2ec36

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [8dd3de6e73db87e9742d1179408e57746299cb4f]

        Revert "Fix MSC build of firebird"
        
        Better (?) fix coming.
        
        This reverts commit 9831afe569490b09143a1f98263ee7d0e1faa323.

2013-08-29  Armin Le Grand  <alg@apache.org>  [f84d2ce5453af7d20b0fc84d470a7661c3a7bca0]

        Resolves: #i122920# Corrected minor aspects of DIB clipboard exchange format
        
        (cherry picked from commit 95212768770c2206b18e9fb929a79fae24f4a6d8)
        
        Change-Id: Iff78cd8bb37748424210d5b5e3979afb5d85978d

2013-08-29  László Németh  <nemeth@numbertext.org>  [a7fdd474161ba8ab34945bc9a32c7a33de6eaf9a]

        LibreLogo fixes (eg. fdo#68713 fix SVG cropping), see ChangeLog
        
        Change-Id: Ibb1cb41f526b4117e2d7ef39a2101286511bf48f

2013-08-29  Andre Fischer  <af@apache.org>  [4529d6e11a214cec4596a159a60d2b8a5f171697]

        Resolves: #i123091# Request repaints of panels on every deck layouting
        
        (cherry picked from commit 98bd1aded3ffa1df24bfec28624bdf5129533c45)
        
        Conflicts:
        	sfx2/source/sidebar/DeckLayouter.cxx
        
        Change-Id: I7f9b9d0cf3305cafafcb752a5e1da84f341b59c9

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [0ebe350b5c6bef25ddfa72a1c5e998aadaabe3b1]

        Use different cursor when resizing borders than moving.
        
        Change-Id: Ie77f9bfc44708db6555386eeb8b2da3a39259f42

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [da4c200da332e637eb275c27a835eedd6c99dff1]

        Highlight indents on ruler on mouse over and dragging.
        
        Change-Id: Ie2ffa23966fcd14bc4c60fc2139b74534a6edeb0

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [0e0078468addfa8f253f966d72d57164bc630c32]

        Convert more instance vars to scoped_ptr and scoped_array in ruler
        
        Change-Id: I8f6f0800af814e08a38e09136c4e26cb1b9c7902

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [99bbef59aea5a9b5d3a606ec67870161b4896689]

        fdo#67033 fix default tab drawing on ruler
        
        Change-Id: I471920e26a8e336cde795360945b5a843fe8f9c8

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [14451e36c8a88c1b3809527771bcdf576233e5c8]

        Remove paragraph border drawing in ruler as it is not useful.
        
        Change-Id: I8fbe294722b448aaa08b5f14d9902bdbfe9f8f25

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [6a55ef189d35334425f0d27725f22eeea9878375]

        Use scoped_ptr for items in svxruler and clean-up code.
        
        Change-Id: Ia461bdf633364fdc379a8180998452ef08a58316

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [8c8b165f54399aa5a4f1c26f29101d4482eb9339]

        fdo#38144 more stable ruler actions on tables
        
        Change-Id: I38b16153df1d801b81a753449e202d962ce5f38e

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [c968afcdf5994f21c8dd3a48f3602caa8c803fd9]

        SvxRuler: remove debug output methods and cleanup code
        
        Debug output was bit rotten and was of very little value. Debug
        window was still left in however.
        
        Change-Id: I6e9542a081312b7cc82c2e70d5d2c06ea60907c7

2013-08-29  Tomaž Vajngerl  <quikee@gmail.com>  [f4ba41809a4d54e604346676c4f2c31332a75893]

        indents in ruler.hxx
        
        Change-Id: If266a745113c6f0ad232a49b2fe5df6330309001

2013-08-29  Julien Nabet  <serval2412@yahoo.fr>  [d9a3381eb586b31d305102b40aea4bf543b42ec7]

        Add GRAM_ENGLISH_XL_OOX as supported
        
        See comment //! When adding new values adapt isSupported() below as well
        of this same file
        @Eike: ;-)
        
        Change-Id: Ifa70be0d88208499bef809cc234c86cb6045bcd3

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [9831afe569490b09143a1f98263ee7d0e1faa323]

        Fix MSC build of firebird
        
        Change-Id: I3c747b36529058b980f88aea014c0a6d27014664

2013-08-29  Eike Rathke  <erack@redhat.com>  [38840e360b394cea0919f8b351fafbfc13fd3422]

        these FIXME comments are now obsolete
        
        Change-Id: I81b4214555d715bf597dc5dbe6b7cfaf53a344d8

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [54202019eae37b4bfd6023d58b699f45404e1ce3]

        I doubt -DWINNT is needed
        
        Change-Id: Ic88b4705c4fa79ac5be325c1a4d3cc881d514b6c

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [778db6dcd701a53c3923238997e953e3f32ab909]

        Add missing line continuation character
        
        Change-Id: Ic8b786fea97361c7abaa6b57f03a3987bc7db002

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [c30715aee927721cf6648fece4f81872e7f5cf5e]

        VLC is not related to gstreamer
        
        Change-Id: I3b88c1e12a254766f4d8c1de27d0cc9bd2ccbacf

2013-08-29  Eike Rathke  <erack@redhat.com>  [9b98e25ce1e76a86ecf1dce71349e13ce1c1e6d5]

        handle variants in replacement code
        
        Change-Id: I57da3bcd415c060b1e785e0d1cf3966de819c196

2013-08-29  Siqi LIU  <me@siqi.fr>  [d06553a9788a3615e9e6dce828f1205cfe45a9a3]

        xib files with two walkthrough presenting layout

2013-08-29  Siqi LIU  <me@siqi.fr>  [7709d472f5cb1c98fa2cdd5b43f7dc922e0b86d0]

        walkthrough pageview controller ie contained controller

2013-08-29  Siqi LIU  <me@siqi.fr>  [7529feea8e5e03ad132b0f09735c6218b627a530]

        artwork for walkthrough

2013-08-29  Siqi LIU  <me@siqi.fr>  [421405d0f017cbf80b12155266dffcc4147d6aed]

        Container view controller for pageControl

2013-08-29  Siqi LIU  <me@siqi.fr>  [743dd31c4cf45a6a807024f2366312e51f0bc07d]

        add walkthrough guide for iPhone

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [2410b3c3ddc6fea02dadd56b39bb1181312c383a]

        TPropertyValueLessFunctor must actually compare for "<"
        
        Change-Id: I584a410d90531a0f7b784e62f94c39e715713cf1

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [cfdfd1ad7652ee3699115618465a85e3431b33f3]

        Simplify and fix the embedded Firebird on Linux
        
        Change-Id: Ibd29bb964cd090cbfd958a9e54658249e8ce4317

2013-08-29  Miklos Vajna  <vmiklos@suse.cz>  [17e904ed66c3caf87e658b9d3a18d7b13f4a0b52]

        bnc#816593 DOCX filter: import paragraph spacing from table style
        
        Change-Id: I9dce59ecd8a2d2bfadb8c7273cd46c6c0cf17774

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [5cff947699658e5606903bd2aa97f1bd531ef6f8]

        firebird is conditional
        
        Change-Id: Ia497f9799a1ca0c77f14e2f4a4a8ecddc917f447

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [2c8cd0cae2e6051e056c561006aca1acd819e6cc]

        Clean up ExternalProject_firebird even further for Mac OS X
        
        Change-Id: I4a874c0a71c156786f1a6905aadc0bab572a0a7b

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [a1d2668c193e99044ac77d171eac651c0ad4c263]

        Simplify and fix the embedded Firebird on OS X
        
        Don't bother constructing a Firebird framework and especially don't
        pretend we would have it at run-time in
        /Library/Frameworks/Firebird.framework. We only need the
        libfbembed.dylib, I hope.
        
        We need just libfbembed.dylib, not the version-numbered copies.
        
        Use gb_Helper_set_ld_path instead of manipulating LD_LIBRARY_PATH and
        DYLD_LIBRARY_PATH explicitly.
        
        Don't let Firebird's build mechanism totally override DYLD_LIBRARY_PATH.
        
        No need to handle "fb" specially in macosx-change-install-name.pl.
        
        We need to call macosx-change-install-name.pl on libfbembed.dylib,
        too.
        
        Change-Id: Id7e6c91a6763e1d5ede5c935b4c4fd946ae00f20

2013-08-29  Petr Mladek  <pmladek@suse.cz>  [d9b62a48d75e596888fcf10f5f73fed93e7b88a3]

        Allow to set EXTRA_BUILDID also via environment variable (fdo#58034)
        
        This is much easier with tinderboxed that work with static autogen.input
        
        Change-Id: Ifb0b7884bbad14a286023b3dbd7d1d2a12f36787

2013-08-29  Eike Rathke  <erack@redhat.com>  [74d4f612af484735fae9c48b9cd7e609dab7fe64]

        don't leak variants
        
        Change-Id: I03d1f7411ef46c41e19349297fa83e17ac81492e

2013-08-29  Eike Rathke  <erack@redhat.com>  [139a7d5e5233e1f93a8639197990525f3cc1fd7f]

        unused include vector
        
        Change-Id: I85994d4636a171a8f023b7eeee57c02afa0ac236

2013-08-29  Petr Mladek  <pmladek@suse.cz>  [3d353c90e9c8fb109a940c05d21450a533eb00fa]

        Remove duplicit include of config_buildid.h

2013-08-29  Eike Rathke  <erack@redhat.com>  [71902872bfffbbc73f11d5a12fae6115d9bd458b]

        implemented missing replacement bits for Android build
        
        Change-Id: I7492cb80f37dc99b3b4a16d2d812c9e301a1a4a7

2013-08-29  Tor Lillqvist  <tml@iki.fi>  [c83ee34a642ead0007b69b2dd93e18d25e6606fa]

        Include <config_buildid.h> for EXTRA_BUILDID
        
        Fix loplugin error: checking whether a config macro EXTRA_BUILDID is defined.
        
        Change-Id: Ieb04a8da4dc54b41f4df1d63b5e70ffb7ca7bb01

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [616197d8077fa3936b609a41557036184d45367d]

        left shift of negative values (Clang -fsanitize=undefined)
        
        Change-Id: I1747959bd51f066b017cbf5d161ebe37f3df02e6

2013-08-29  Petr Mladek  <pmladek@suse.cz>  [28cc89aad16e8ea3c9eec7f45749c1cfaaf1d7af]

        make the tinderbox information more reliable in the about dialog (fdo#58034)
        
        Pass the information via config_host/config_buildid.h. Then
        cui/source/dialogs/about.cxx will get rebuilt also in the incremental build.
        
        Change-Id: I058cbe162e7015cbea6c71253c20db097477708f

2013-08-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [1138f52d33bde427fba88882fed0199e78210343]

        Updated core Project: help  ee477f38f8f425f5bde8105be49b9a6d9e5c4321

2013-08-29  Caolán McNamara  <caolanm@redhat.com>  [bf431c912497d1f895d9d2f7bfe59adad7f093b7]

        lets just switch directly on the EID_OPTIONS
        
        and remove the intermediate resource ids used
        as proxies for them
        
        Change-Id: I3ef542d1eaef274dbefed0b0bb76c6e413c6ce80

2013-08-29  Caolán McNamara  <caolanm@redhat.com>  [a932be6923abb6b9e6edea35de067136b58ec6bf]

        Updated core Project: help  fad218bb130d6134c05206e0018ed50834829fd4

2013-08-29  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [943c60e5efe8c2eba5581a085d237bdaf4d00bc8]

        Convert Hyphenation dialogs to .ui
        
        Change-Id: I086a99c391185cb213ad63a66a954f8e66f8fc9e
        Reviewed-on: https://gerrit.libreoffice.org/5672
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [617c5e44e13eb12dd58559289bc83def9f2b77e9]

        [API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfo
        
        It had originally been used in the SDK's "Simple Bootstrap" for Java,
        com.sun.star.lib.loader.Loader class, but only left in there for backwards
        compatibility with pre--three-layer OOo versions (i.e., < OOo 3) when that
        Loader was switched to use the unoinfo executable with the fix for #i88687#
        "C++/Java Simple Bootstrap broken" in e2b7ea631a5e7297346ec826527a019e2baca020
        "INTEGRATION: CWS sb87 (1.5.10); FILE MERGED: 2008/05/07 11:34:25 sb
        1.5.10.1: #i88687# let Loader call new unoinfo instead of old juh.jar
        UnoInfo.getJars."
        
        Recent work in AOO to undo three-layer caused AOO to now accidentally use the
        backwards-compatibility code, so AOO ran into a problem that they solved with a
        change to com.sun.star.comp.helper.UnoInfo that LO erroneously merged in as
        95ada2d65f6d999920f2a04599ac132fa632d66d "Related: #i122483# set correct
        classpath, include unoil.jar."
        
        The better approach is to get rid of that backwards-compatibility code and
        remove the obsolete UnoInfo class.  While this is nominally incompatible, in
        practice no other client code but the SDK's com.sun.star.lib.loader.Loader
        should ever have used it (it should have been designed as a private interface
        for just that one client from the start, anyway).  Java applications using
        "Simple Bootstrap" and built against old versions of the SDK (post the fix
        for #i88687# and its introduction of the unoinfo exectuable in OOo 3) will
        continue to work against new LO versions (as the backwards-compatibility code
        that would call the removed UnoInfo class will not be triggered anyway; and even
        if it were, all resulting exceptions would be caught and the new code path using
        the unoinfo executable be chosen then).  Likewise, Java applications using
        "Simple Bootstrap" and built against the new SDK will continue to work against
        old OOo/LO/AOO vesions as far back as the fix for #i88687# and its introduction
        of the unoinfo exectuable in OOo 3.
        
        Change-Id: I64824ed002c3ccdf6912eab67499beb0c423081e

2013-08-29  Caolán McNamara  <caolanm@redhat.com>  [99138b6400a4fb1216fc331b65d17419d98a4805]

        GetChar->operator[]
        
        Change-Id: I5ba3cf219d61b47ff0456e26e7f04aa42010a709

2013-08-29  Caolán McNamara  <caolanm@redhat.com>  [5c4b5c26b099c0655983841051b475ffa06c1e37]

        orig code guarded against matching on the first char
        
        as well as not matching anywhere
        
        Change-Id: Id4e46943189e19421b6f9fbc38d51d542d9428b6

2013-08-29  Caolán McNamara  <caolanm@redhat.com>  [9cbafe9085b226d0d109fed85d67ba4e0895974e]

        XubString->OUString
        
        Change-Id: I6db7b9e86ea6d17b5ba0a883136e0e4dbdd9e0b3

2013-08-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d5cb782f9e84e1371c5e0c829f5c564fa7edee40]

        Implement setTimestamp. (firebird-sdbc)
        
        Change-Id: I0c009a99061de787cd250912406a74a75fbc260a

2013-08-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e218242ebd8bbf5dbd5a995a6881cbdd2ee106e1]

        Pass by reference instead of value, fix template parameters. (firebird-sdbc)
        
        We will also want to pass structs etc. into setValue hence we should pass
        by reference.
        
        Change-Id: Ia8aa02ca14414003c33cd8d070510759091b5ec9

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [6e3913b5dd6450b2f1b1115b6430393e98f1cdc2]

        Fix testtools/CustomTarget_bridgetest.mk scripts for Mac OS X
        
        Change-Id: I0727ee99d06cec185918b1ca10fc46f7ec14928f

2013-08-29  Noel Grandin  <noel@peralex.com>  [f1eed6b36a3496317fb2a88139ddab045e89e620]

        more windows fix after my OUString changes
        
        MSVC having trouble with the OUString const-char-* overloads and
        the ternary operator.
        
        Change-Id: Iae88dfe26288b1b6d059b8166349686280f97348

2013-08-29  Noel Grandin  <noel@peralex.com>  [7bd1e6bbd208287944b76915b875cef4bc135842]

        fix windows build after my OUString changes
        
        missed a chunk inside an #if defined(WNT) block
        
        Change-Id: I8c49d2c92f77471e8d0c7c46491f6faba7fbc677

2013-08-29  Noel Grandin  <noel@peralex.com>  [511354504cfc2c8f002752775d5bb336b01bd6ab]

        fix windows build after my OUString changes
        
        Change-Id: Icbab6e710bd369ba0daaa679a01988f4a7b51703

2013-08-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [65ec892aaa533932f2a2aad2be6d402c4940e686]

        fdo#39468 Translate German comments
        
        patch for svx/source/tbxctrls/fillctrl.cxx
        
        Change-Id: Ie3fcfa21d19037b001775886fbb187c2773556be

2013-08-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [80b74ef0ce0843f4b114bc33d60f25e459db68d7]

        fix indentation
        
        Change-Id: Ifc093acc67c8ee15a68dac8bb6a73c5dd21580d1

2013-08-29  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [db979f70434f3ac01329de425ebf125546bf7e2c]

        fdo#39468 translate German comments
        
        patch for svx/source/tbxctrls/linectrl.cxx
        
        Change-Id: If09d98114d7d742731eb2755cfa690b7745f3cd4

2013-08-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cc46a21730b7716df37b247dc621602d6bf8c99f]

        unused include
        
        Change-Id: I67e58335815cdbff2887a40737302a328623edf2

2013-08-29  Noel Grandin  <noel@peralex.com>  [ec7c28017953c43cce2b326c63f66d8051e0b705]

        convert sfx2/source/bastyp/* from String to OUString
        
        Change-Id: I984ca2833d65ce37967058b1cb5800c61defe88c

2013-08-29  Noel Grandin  <noel@peralex.com>  [1451499bdbe4258708334f53ea6198965159bf7f]

        convert sfx2/source/control/* from String to OUString
        
        Change-Id: I89f5cfe46b789a4a08d4b9f096e95d7cf0a887e1

2013-08-29  Noel Grandin  <noel@peralex.com>  [8f81b215a05d242aea06fdfa54ebe22e9c266d65]

        convert sfx2/source/dialog/* from String to OUString
        
        Change-Id: Ifa4c7ac957ea0c329cbe867c116465bcfb4f314e

2013-08-29  Noel Grandin  <noel@peralex.com>  [f9e78cd49f3c22b969531fa787ca63261d548f80]

        convert sfx2/source/doc/* from String to OUString
        
        Change-Id: Id9a58c4dca372dc36bdd8a359c7c0101cfffd88c

2013-08-29  Noel Grandin  <noel@peralex.com>  [35c24f9b6e08ef1328df01b2d3d11ef518897130]

        convert chunk of sfx internal code from String to OUString
        
        Change-Id: Ibf728d8a80d62cb3b2bfa985d4e685b9749f7ab8

2013-08-29  Noel Grandin  <noel@peralex.com>  [bdef90e108bdb557dcb207a15862453ec24645e1]

        convert sfx2/inc/inettbc.hxx from String to OUString
        
        Change-Id: I851423df2cbb71b1ebf51751b200eb2391ae0551

2013-08-29  Noel Grandin  <noel@peralex.com>  [f3caff8a730e01434b8ba31ed93d84aff45bb278]

        convert sfx2/inc/srchdlg.hxx from String to OUString
        
        Change-Id: I344787557f7e9b46ba2a323ba7d3c30ecfa33f12

2013-08-29  Noel Grandin  <noel@peralex.com>  [6bd8e015221a1f4096242b09b642af46a1bc4243]

        convert source/appl/fileobj.hxx from String to OUString
        
        Change-Id: Ie48cc6bac841ca975a9419be230268c195f35840

2013-08-29  Noel Grandin  <noel@peralex.com>  [0357ff2ef7f598568f5f516a0c00f121c6025e29]

        convert sfx2/source/appl/helpinterceptor.hxx from String to OUString
        
        Change-Id: I3999e64cdc7c538fa300ec5ad648ec257f6faa3b

2013-08-29  Noel Grandin  <noel@peralex.com>  [5d5b0c2079707f86311d3018a74a6fbd7cdbf787]

        convert sfx2/source/appl/newhelp.hxx from String to OUString
        
        Change-Id: I6991c168b5732dc228c113c5a834a43f691c0eed

2013-08-29  Noel Grandin  <noel@peralex.com>  [25d610c0a2063fe82ac5195ef1ec9cf514a87537]

        convert sfx2/source/dialog/filedlgimpl.hxx from String to OUString
        
        Change-Id: Ifc010ec9e3a052b069baf524465a5d45522a808e

2013-08-29  Noel Grandin  <noel@peralex.com>  [0b8f1e2133bc2cbbae4f31fd471583562dcd53b5]

        convert sfx2/source/doc/oleprops.hxx from String to OUString
        
        Change-Id: Ib61bed6ae4ebc42dd5174350fed37d1df1ff73af

2013-08-29  Noel Grandin  <noel@peralex.com>  [01b33edcfc0a87b8035c14d174d848c3af881b2f]

        convert sfx2/source/doc/querytemplate.hxx from String to OUString
        
        Change-Id: Iac77125e03354f24c0e27f630af7acab47fcd327

2013-08-29  Noel Grandin  <noel@peralex.com>  [8103ea81b8eaed28838c475344b608f546f1c918]

        convert sfx2/source/inc/alienwarn.hxx from String to OUString
        
        Change-Id: Iea3643b7a2571bf0eb114769bccd2195b373c043

2013-08-29  Noel Grandin  <noel@peralex.com>  [02a3f860048b0be425106a7f5073e85a8b7edba1]

        remove unnecessary header sfx2/source/inc/fltfnc.hxx
        
        the only method it declares no longer exists, to inline its
        includes into the places using it.
        
        Change-Id: I1fed09835f221a34722dbdd3f33a079a373d8b36

2013-08-29  Noel Grandin  <noel@peralex.com>  [67b84a56841dcaefce211591b101143df6b1966e]

        remove SfxFilterDialog code, appears to be dead
        
        only the header file exists
        
        Change-Id: If2c59dc40655482ac94c7f624fd31396dc62da16

2013-08-29  Noel Grandin  <noel@peralex.com>  [bf0e8bda7a189cc0582273ee4e6567dd39cebd49]

        convert sfx2/source/inc/objshimp.hxx from String to OUString
        
        Change-Id: I9f83effda2be8e7edbdd7fbb32245ecaf90cd1d2

2013-08-29  Noel Grandin  <noel@peralex.com>  [89102963020ad1190949a99bf8d0964c6810309b]

        convert sfx2/source/inc/sfxtypes.hxx from String to OUString
        
        Change-Id: Ie70182562baf15dbc35be3b97d7e902db9ffc88a

2013-08-29  Noel Grandin  <noel@peralex.com>  [93a25661cb0c4a0cc48db031ec78b9986f0805f4]

        convert sfx2/source/inc/templdgi.hxx from String to OUString
        
        Change-Id: Iabd69d07c0d6e13e969bcedddf75506123074f34

2013-08-29  Noel Grandin  <noel@peralex.com>  [bde81bfa075a088bd050a894299136befa3baf1c]

        convert sfx2/source/inc/virtmenu.hxx from String to OUString
        
        Change-Id: Idb679382cff5dc35bf884898e9a26e16a6def398

2013-08-29  Noel Grandin  <noel@peralex.com>  [e0c6780fdc8e41eb5915f02240c522dff04a9571]

        convert sfx2/source/inc/workwin.hxx from String to OUString
        
        Change-Id: I4c6cdbef4a24f389f7e74def94ced7ddb4a3c56e

2013-08-29  Noel Grandin  <noel@peralex.com>  [3287636944af9c3e006c2334cb9dffd468ea10f9]

        convert sfx2/source/menu/thessubmenu.hxx from String to OUString
        
        Change-Id: I6a98373c7c78ba97c5fa0ebb6192a114bf410b46

2013-08-29  Noel Grandin  <noel@peralex.com>  [96999333d97c0f71377601ef3db82de23b4ddc7a]

        convert sfx2/source/view/impviewframe.hxx from String to OUString
        
        Change-Id: I4b6be16e7355303f653228d3f97ba7903db02cb2

2013-08-29  Noel Grandin  <noel@peralex.com>  [eeac8047f18b404b8201a7e3a3b30b4e9e273b25]

        convert include/sfx2/app.hxx from String to OUString
        
        Change-Id: I7f1c3070fe3b0bb28b45c53d57c4cd1ba10c85d7

2013-08-29  Noel Grandin  <noel@peralex.com>  [3b130eba9e0666da29ef4efcc48f39a4c3ac3e41]

        convert include/sfx2/basedlgs.hxx from String to OUString
        
        Change-Id: I9ad9bda02ac1c49441ecbdd8a9f5714a18d381d4

2013-08-29  Noel Grandin  <noel@peralex.com>  [0fed3a96e5e7634bbe569385b70d177352dc9662]

        convert include/sfx2/bindings.hxx from String to OUString
        
        Change-Id: I60b11b1b9261359e7fcfb7641389ce20b32819b3

2013-08-29  Noel Grandin  <noel@peralex.com>  [25994daa3a186a504c4f1b88bc251a89b96f0d47]

        convert include/sfx2/childwin.hxx from String to OUString
        
        Change-Id: Ide6e1751879c9702299df37c8f14ebed22d31a34

2013-08-29  Noel Grandin  <noel@peralex.com>  [fc8f0f12805522504642a68af76b495d588883e4]

        convert include/sfx2/controlwrapper.hxx from String to OUString
        
        Change-Id: I181d31897cbb860f3701e406c33d371ac30c5c41

2013-08-29  Noel Grandin  <noel@peralex.com>  [1a746566782a5c550019edb607138c74ba69ad95]

        convert include/sfx2/dinfdlg.hxx from String to OUString
        
        Change-Id: Ibc3dfc43cb69ecb5804698024d7d94b5f2a8ae96

2013-08-29  Noel Grandin  <noel@peralex.com>  [138df914a977ef785ea009a1b17b0fd411af64cb]

        convert include/sfx2/dispatch.hxx from String to OUString
        
        Change-Id: If1ab56ea5c91e8bc50c27fe8c4b1348b9d2eaa6c

2013-08-29  Noel Grandin  <noel@peralex.com>  [fbf860cd2688f5ff633a1b23923640628f980396]

        convert include/sfx2/docfile.hxx from String to OUString
        
        Change-Id: I4e9d64feafbebd23afb529960658aa992ab918dd

2013-08-29  Noel Grandin  <noel@peralex.com>  [efad4ffdf3be45494e6a46b5cdb083cdc30ec9be]

        convert include/sfx2/docfac.hxx from String to OUString
        
        Change-Id: I324e8985b2beef25e6f44f5cfee9be274a124e34

2013-08-29  Noel Grandin  <noel@peralex.com>  [5dc5487c39880b084a97743f0101be4b375ed599]

        convert include/sfx2/docfilt.hxx from String to OUString
        
        Change-Id: Ibe868f1940701b99b72065c2e5ed361e1bf1256d

2013-08-29  Noel Grandin  <noel@peralex.com>  [22db6f1c225e92b0c6ea43dbc5d18b824e393a66]

        convert include/sfx2/docinsert.hxx from String to OUString
        
        Change-Id: I07b498f2a90399c8ee208de2bc4c780427fe4c17

2013-08-29  Noel Grandin  <noel@peralex.com>  [fd7ef5f6386d6ba6951c88ebfafb107f1fa63400]

        convert include/sfx2/doctempl.hxx from String to OUString
        
        Change-Id: I0d4232afa37539bafd779b1cc9a323aabb1d6b0e

2013-08-29  Noel Grandin  <noel@peralex.com>  [e7cd49ebb08a839161429519d6a0e0eda4839d41]

        convert include/sfx2/event.hxx from String to OUString
        
        Change-Id: I58a6109b598599daa8af60d0c2b3df54b3c0bb8a

2013-08-29  Noel Grandin  <noel@peralex.com>  [c12b84bfcd02d284268f7ec312e792d83d104a02]

        convert include/sfx2/evntconfig.hxx from String to OUString
        
        Change-Id: I86465e9c7fbf2e53c790862f11a9f40fd75b3e4a

2013-08-29  Noel Grandin  <noel@peralex.com>  [1d7eda0060e4d524080df90b9a7f8f60723e4755]

        convert include/sfx2/fcontnr.hxx from String to OUString
        
        Change-Id: I4a03dfba5b1779a061d01026640f2f6bdc154c0b

2013-08-29  Noel Grandin  <noel@peralex.com>  [5e6b2d0e4a55be8a4f57ecfe55248d7924d4f0b7]

        convert include/sfx2/filedlghelper.hxx from String to OUString
        
        Change-Id: I2d16440c719d0b63acd734e8618541487500067a

2013-08-29  Noel Grandin  <noel@peralex.com>  [b4824c891590ba78d084f155457d1246abfc638c]

        convert includes/sfx2/frame.hxx from String to OUString
        
        Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d

2013-08-29  Noel Grandin  <noel@peralex.com>  [aca6fd651270227b44e3e67d6517b79bafb6229b]

        convert include/sfx2/frmdescr.hxx from String to OUString
        
        Change-Id: I8ba4348d92145eb73b9b5ade9f4763acbe80001e

2013-08-29  Noel Grandin  <noel@peralex.com>  [5498a8b9c59593f025edb83b3dc20248718c43e0]

        convert include/sfx2/frmhtml.hxx from String to OUString
        
        Change-Id: I4cf46df61752487173f0fc636395962d6e7e4688

2013-08-29  Noel Grandin  <noel@peralex.com>  [8559cc4d2526d04e8b9074685d2e62003dc02c29]

        convert include/sfx2/frmhtmlw.hxx from String to OUString
        
        Change-Id: If97096c7679c9cdd030a2aed67c2c2c17ed086c7

2013-08-29  Noel Grandin  <noel@peralex.com>  [bf1db6daca85bee8333740d43e087feb2965a81b]

        convert include/sfx2/linkmgr.hxx from String to OUString
        
        along the way, de-virtual ScDocFunc::InsertAreaLink, since
        it only has one implementation.
        
        Change-Id: I3fc836f9954628f154e01b1c7ae8f90eb7600a76

2013-08-29  Noel Grandin  <noel@peralex.com>  [df00d4c230d15951ad31405a3ea77e0faeebcb75]

        convert include/sfx2/linksrc.hxx from String to OUString
        
        Change-Id: I2ee2be4b87ef6f7fa9064ff742ccf4c854d7fea8

2013-08-29  Noel Grandin  <noel@peralex.com>  [4779373d47341258cec36cc2178dff6ae11e5750]

        convert includes/sfx2/lnkbase.hxx from String to OUString
        
        Change-Id: I3816ec77dd334823100421dab90d4bc8b67542e3

2013-08-29  Noel Grandin  <noel@peralex.com>  [309559f1eef2bac804821f7a07737e3d338d566f]

        convert include/sfx2/macropg.hxx from String to OUString
        
        Change-Id: I152f3e6a6899012d94a13a88787834670e8d2afc

2013-08-29  Noel Grandin  <noel@peralex.com>  [878f279f51940f470f09ea34f2e77f33131f1603]

        convert include/sfx2/mailmodelapi.hxx from String to OUString
        
        Change-Id: Ib6ea30bf17a30f7df9be8ce5643b34eed360a06e

2013-08-29  Noel Grandin  <noel@peralex.com>  [92cda0a9e81663a06076b466c779381cd98b2ed3]

        convert include/sfx2/mgetempl.hxx from String to OUString
        
        Change-Id: Iaa9e8f22df79a2cd300ce6a89592e38b20613553

2013-08-29  Noel Grandin  <noel@peralex.com>  [e8fb35b96881ab444c00f9858396448ca10523be]

        convert include/sfx2/mieclip.hxx from String to OUString
        
        Change-Id: Ide022f38aede816470b190b134f8cf34487d2dc1

2013-08-29  Noel Grandin  <noel@peralex.com>  [08295933f7f900acd64bbe0668113d1c77b17a79]

        convert include/sfx2/minfitem.hxx from String to OUString
        
        Change-Id: Idbfe79a6f7f7dbadcd12256b6b99cffd1f23d5d7

2013-08-29  Noel Grandin  <noel@peralex.com>  [15b9cf2802f1163f43563d4ba2d19942356fa5cc]

        convert include/sfx2/mnuitem.hxx from String to OUString
        
        Change-Id: I33002a52e430429f491c6191b3f48c5eef9d69ee

2013-08-29  Noel Grandin  <noel@peralex.com>  [79c91fe95009bcc621523aae7e30d9c4fbc75a71]

        convert include/sfx2/msgpool.hxx from String to OUString
        
        Change-Id: I7cfb0ec39eb615f8c0137fde531dd559ce2191f3

2013-08-29  Noel Grandin  <noel@peralex.com>  [df050fc1425ee5f525c7be0d7e9fb1a3fda897f5]

        convert include/sfx2/new.hxx from String to OUString
        
        Change-Id: Iceb1234ea4358e890f477904705a4e4c325f2065

2013-08-29  Noel Grandin  <noel@peralex.com>  [8dd03a757ba178e362b34e27cd02a26921b0ef8d]

        convert include/sfx2/newstyle.hxx from String to OUString
        
        Change-Id: I61fadaa12f1c8f70dc6a69eadbdded069de0ba88

2013-08-29  Noel Grandin  <noel@peralex.com>  [d45f0acfc21b99a009020dc75f24922b36ca9811]

        convert include/sfx2/objface.hxx from String to OUString
        
        Change-Id: I423b7c5f3209353c5ea27b443b23386f186169ce

2013-08-29  Noel Grandin  <noel@peralex.com>  [7c9188659d0882906ed917d5251d5faaf007a477]

        convert include/sfx2/objsh.hxx from String to OUString
        
        Change-Id: I9587190cea24da93ec0496f2eccf0d32d98980ee

2013-08-29  Noel Grandin  <noel@peralex.com>  [99af8b070c5bff885511b29faf3c9df937297f81]

        convert include/sfx2/opengrf.hxx from String to OUString
        
        Change-Id: Id9295f92d6cd80f3f53d9b521d536910104856cd

2013-08-29  Noel Grandin  <noel@peralex.com>  [2e60444c9062cc4dc262f862129c312407889fda]

        convert include/sfx2/passwd.hxx from String to OUString
        
        Change-Id: I0c290baa3aa6cb09455109f243e06bb6938aca8f

2013-08-29  Noel Grandin  <noel@peralex.com>  [cdab3d619ca0389d4c14e3b50fb66bbadcf5c52f]

        convert include/sfx2/printer.hxx from String to OUString
        
        Change-Id: I3facb00170de00253a2cfa60670b5f4e847f1f8d

2013-08-29  Noel Grandin  <noel@peralex.com>  [2265b25e8fdbb3d93d9862fdc776f9b69a998eea]

        convert include/sfx2/sfxhtml.hxx from String to OUString
        
        Change-Id: I8c3ffa5add610d859091ef5f9251247a3dd0b6b7

2013-08-29  Noel Grandin  <noel@peralex.com>  [4abae946bb89bab7032f3e9f4803ae1c09ef70f5]

        convert include/sfx2/progress.hxx from String to OUString
        
        Change-Id: Iab04310ff81a5f2fab20e924146eb471aa51d115

2013-08-29  Noel Grandin  <noel@peralex.com>  [1fe85b15417ff88d8c08db2daa5ee632073e23b9]

        convert include/sfx2/sfxbasemodel.hxx from String to OUString
        
        Change-Id: I686aab4113e76b790963fb69a89c112070619151

2013-08-29  Noel Grandin  <noel@peralex.com>  [71a408f5b1244580b658bd79fa760bd2b3a64dea]

        convert include/sfx2/sfxdlg.hxx from String to OUString
        
        Change-Id: I13831d61e23db846d2083bbf96701384b750592f

2013-08-29  Noel Grandin  <noel@peralex.com>  [82ecc2602cff2086da9a3ec1640156380c3ac028]

        convert include/sfx2/shell.hxx from String to OUString
        
        Change-Id: If8df55498c5562c397b1330a6775169030d00609

2013-08-29  Noel Grandin  <noel@peralex.com>  [1f1aa5840dd433a03c4c77dfb19ad40bccac0e70]

        convert include/sfx2/styfitem.hxx from String to OUString
        
        Change-Id: I442336580573a8a5dbdba4d49ebc2e4e2b64f41a

2013-08-29  Noel Grandin  <noel@peralex.com>  [a606147d8d4c402d44e665f523efceadee45ed26]

        remove dead code inside #ifdef SV_HAS_RIDERBITMAPS
        
        'git blame' says this code was introduced in 2000 as part of the
        initial commit.
        
        Change-Id: Ide84afd53277926da6b04bf4f74f6dea5f9974a7

2013-08-29  Noel Grandin  <noel@peralex.com>  [535667982a9fc4cbb46121a975607afb6e1e87c4]

        convert includes/sfx2/tabdlg.hxx from String to OUString
        
        Change-Id: I6aa38e2ab566316a027a9676f418f6da2100fc09

2013-08-29  Noel Grandin  <noel@peralex.com>  [55235ae7676f2e332862084bde32f7b8356a7835]

        convert include/sfx2/templdlg.hxx from String to OUString
        
        Change-Id: I6ed30c25ecd2273f297a8d18efd9e8a8b9ac701e

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [ef7ccbbf1f639ef7762a5c2de41a06826efbab25]

        Better error output
        
        Change-Id: I728507ee23015a9aab2423226fdd737749be0166

2013-08-29  Stephan Bergmann  <sbergman@redhat.com>  [9fed8a5e4a4c45d6a08260e9480ca6b43254b120]

        Do not silently ignore --enable-libc++
        
        Change-Id: Ifbabb338739ae452bee6cac73e4b2046356a4d17

2013-08-28  Julien Nabet  <serval2412@yahoo.fr>  [0c7e4656702a2e9e90cbb9e12f0bfeccafc472a6]

        cppcheck: Reduce scope
        
        Change-Id: Ic93c6306cc90a8c7ed77c0aa7d5a898ee911b75f

2013-08-28  Michael Stahl  <mstahl@redhat.com>  [4b798d89a55714218dc9a7de161f93f9c4d6fc80]

        fdo#68648: SvxNumRule: serialize the aFmtsSet flags too
        
        The constructor of SvxNumRule initializes aFmts[i] with a format but
        always sets aFmtsSet[i] to false, so SvxNumRule::Store()
        and SvxNumRule::SvxNumRule(SvStream &rStream) need to be able
        to round-trip that combination to prevent spurious numberings.
        
        It is unlikely that this class is serialized in the table auto-format
        files but i haven't checked; this change does not change the size of the
        serialization so shouldn't cause trouble anyway.
        
        (regression from a95cce27295f9cd255fa72eaded00972e3efb69b)
        
        Change-Id: I589ea108ac069624aaa7b26cdc3bfe8182b15851

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e3c5948c35cd0b2178b1cf204709ed36c6123c7]

        Expose misspelled range container outside edit engine.
        
        Change-Id: I04c87c5299559932733c88a317808241fd1755d4

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea59b6f5b922839e82f21727ab4d6c5d78176c0b]

        const correct-ness.
        
        Change-Id: If5c203844d245f370ac6fdb52c779561fb5f165f

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97001b1e48ba663dce111d413bdcea0727061572]

        Use smart pointers for these.
        
        Change-Id: I1a1e38dd36b2144a3e6b96886a56a11a023c47fe

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [b129867306ce918f4f8fbf9ec5f7dce86e52c9d2]

        Resolves: fdo#68192 always recode from trad symbol to apple symbol
        
        Even if the symbol font bit isn't set, the oox import route lacks the ability
        to state that the bullet font is a font of symbol encoding. If the font is not
        available on the system we go into fallback logic to state that famous symbol
        fonts are in symbol encoding. But there is a symbol font on mac so its not
        unknown and that doesn't happen. And the mac symbol font is not actually in
        symbol encoding (seeing as it's all rearranged into the correct unicode
        positions) so the recode logic is skipped in this special case to map the
        microsoft/adobe private use area chars to the modern code points where they
        were moved in the apple font.
        
        I guess one alternative possible solution is to lookup all the fonts used in a
        openxml doc using the fonttable stream where the charset info is available. But
        seeing as it should only affect one particular font lets just move the encoder
        test outside the issymbol block.
        
        Change-Id: Ic5bd3ec15c8d8d99e2cab0fb67cc4bc33081c756

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a4dd39379a8521a3c870d46b9702e0597a3333f]

        Rename SectionAttribute to Section.
        
        It fits better this way.
        
        Change-Id: I139de7858e999a6dd26633a548c47634dfad8a65

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [53bb6c9871482e6d1cac133d79eb9c58f8109fc8]

        String to OUString.
        
        Change-Id: I35ac8e9480a7540e049dc251a1470a27f0c2eafd

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6446ab4f2394505844dd374f3c9cad49ecefb383]

        No need to fully qualify these.
        
        Change-Id: Ib5177530b7af15a5574245f53acfecd0ccce4b50

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4d60d44c32ef90b710b55b806170cf6f853c2fe]

        sal_Bool to bool.
        
        Change-Id: I3eef26d4ad07a93e044bf8dddddf2d922849435d

2013-08-28  Lionel Elie Mamane  <lionel@mamane.lu>  [7bf8739fd169d378aba96c59a545f15c8f19d9f1]

        janitorial: more constness
        
        Change-Id: Icf4746d70488bec20b4c47fc65fa989cfe90992b

2013-08-28  Lionel Elie Mamane  <lionel@mamane.lu>  [313a81f9158600b6a214fe54d11ec4afcc0cc961]

        ODBC OResultSet::ensureCacheForColumn initialise *all* new elements
        
        e.g. when growing m_aRow from size 3 to size 10
        (that is, columnIndex==9),
        the old code was initialising only position 9
        while it we need to initialise all new positions,
        that is positions 3 to 9.
        
        Change-Id: I6a51b816104e33fdd7773b68e254e9bea50110ef

2013-08-28  Lionel Elie Mamane  <lionel@mamane.lu>  [c72a6ebd4ab41e690bf349c8dd4597a2140aac9a]

        remove risk of infinite recursion
        
        fillColumn is the only caller of impl_getBookmark, so all necessary
        setup (in particular ensureCacheForColumn) is already done, and
        does not need to be done in impl_getBookmark again.
        
        Change-Id: Ic78b7dabd7c536abd9ed956baa178d685a63f713

2013-08-28  Eike Rathke  <erack@redhat.com>  [e362f9fcd7f50d750e8549d7b93a0a9a66cbabe1]

        added SAL_INFO to makeFallback()
        
        Change-Id: I121e0bd6004a736c7a64fb24ebc58ad784543bd1

2013-08-28  Eike Rathke  <erack@redhat.com>  [f17232c2c500a95439b1faf5a637a239579bd4c9]

        added makeFallback() checks to unit test
        
        Change-Id: I1851e4eb821d1230df7268378c786d55a8652f9d

2013-08-28  Eike Rathke  <erack@redhat.com>  [2c00c8fb5a907d3f337a6b3f3ba6958700e932bd]

        again match some copy&paste names
        
        Change-Id: Iddfe959568f73f71827d9c1c651087ec93cbc941

2013-08-28  Eike Rathke  <erack@redhat.com>  [8fb7cd5820b30df7140f89aa7991cf549f8370b0]

        makeFallback() with hierarchical retry
        
        Change-Id: I459a9aefa65cb1e3e65e128bf9e2e323768acade

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0501026fb882de656887cb5af696f1cf7ceab3e9]

        Implement set[Float|Double]. (firebird-sdbc)
        
        Change-Id: I70d5ab9bacdeabe6c4edf6f70a9ba283b46c180f

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9310cf2b9f121cd2b11a06596e0db44244fba59b]

        Firebird uses "DOUBLE PRECISION" for doubles. (firebird-sdbc)
        
        Change-Id: I99bac2cfde956d2b91dce33fc12ce9044a9c219a

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3eddbbec432bf0aa66a4edc4ef68ec83ecac4ee4]

        SQL_FLOAT corresponds to DataType::FLOAT.
        
        Change-Id: Id5e2aab669ba047e9ecb392187aae7c4aa384dda

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c2602a4c2e4bd76634c90adc495a9e79a62974ba]

        Use correct type for SQL_FLOAT. (firebird-sdbc)
        
        Change-Id: Ic27e886643128edeb5b2d5c81e86681f4dd8d33b

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fe8e3be835cce5fc3e22f550567dd2d650766657]

        Remove unused code (firebird-sdbc)
        
        Change-Id: I88f47ee442ade499c7f4018ce8b1ffe54b362067

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c338f1cf704ac5061d6eb290beb69d7503c95eee]

        Use template to set integer parameters. (firebird-sdbc)
        
        Change-Id: I8a6c9f335574196a50827db7eb44b82f9ea4df16

2013-08-28  Eike Rathke  <erack@redhat.com>  [b5f91618d710803a26fa23d154d7252384f74e6f]

        added unit test for ca-valencia
        
        Change-Id: I2a36296e1210e349a7b53d999a2438aa45f3e2c2

2013-08-28  Eike Rathke  <erack@redhat.com>  [c179594dafa156efdcef6051eff23e9f1b717d1b]

        need to check for variants in isIsoODF()
        
        Change-Id: I88be91690f11bc11d70bd54310d0130723245286

2013-08-28  Eike Rathke  <erack@redhat.com>  [4a6ac8965b95b4775b438398a3e17d1b226bcea7]

        added unit test for fallback strings
        
        Change-Id: Ife3694e9432141e638d8f6050f4e5335c254cdbf

2013-08-28  Eike Rathke  <erack@redhat.com>  [a95a980e1e338b238f70f010057b017e08b47d79]

        reorder fall back strings for language with variant
        
        Change-Id: I0e67eec9efa32c1d3d3f8d3ad3845368822bb0ee

2013-08-28  Eike Rathke  <erack@redhat.com>  [450e9e3e5efca351d593792580d6b81a2e5fde9c]

        grml.. lt_list_value is an lt_variant_t*
        
        Change-Id: I74b4085394955906e075d77bc761dbdc92d06182

2013-08-28  Eike Rathke  <erack@redhat.com>  [6ba5abe2fe52f7fe2ccc775ee562a230dd871373]

        match names with tag
        
        Change-Id: I817b2cf9a015709d90b3f1c22290bce0cbc31eab

2013-08-28  Eike Rathke  <erack@redhat.com>  [adb56fbc7326b99f556683ea1bc73b70ca9ebefd]

        include variants in fallback strings
        
        Change-Id: I73024a91740dbfde6df78c5388ae4861a6e44294

2013-08-28  Eike Rathke  <erack@redhat.com>  [4875278bfb0e4463e35063afc20282fc837731df]

        added getVariants()
        
        Change-Id: Ib5a880698dd6faea9a5b592221f2b302889bfc24

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [923d4435cc433e818f653f80ef21826967125f67]

        Fix incorrect logic in section attribute array construction.
        
        And a new test case to catch it.
        
        Change-Id: Ie51ddf185f70c656e7d838fc7016b5726efbdf3f

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ee4632247e821f3ee85c3e7713c4d7b6147efd39]

        Last piece of SOLAR_JAVA to ENABLE_JAVA migration.
        
        Currently the hsqldb and jdbc sdbc drivers are broken due to this.
        
        Change-Id: Ib49cb2aac707a354f6de9e4c658f9baf288142fd
        Reviewed-on: https://gerrit.libreoffice.org/5666
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [2f4eeea1730e2931249471eddc203b13a6ac4ed4]

        Do not leave $$ uninitialized in case of error
        
        Change-Id: Id28fb53a98ff164cd14f8f9dcb4ebee7a71bfd1e

2013-08-28  Armin Le Grand  <alg@apache.org>  [03e73d57f1bf7da4f4a19ae1cff9c104e8fedd5e]

        Resolves: #i122923# optimize place to add alpha to bitmaps which need rotation
        
        (cherry picked from commit 2178fea0941c4abb624ecddf2453f670ba68878f)
        
        Change-Id: Ib83d10bcd2d0950fbb8afe8894caa9c0b60e6a5d

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [284a03b4d2415fef9ed2172d9b18d0d5df684410]

        parser.y: untabify, remove trailing whitespace, mode lines
        
        Change-Id: Ief0109289c6dc70b51193fa5f4432efe2b48c3fb

2013-08-28  Armin Le Grand  <alg@apache.org>  [05c870eff8dab779d38a62894a44c81425254394]

        Related: #i122923# win only: improved bitmap handling for rendering
        
        (cherry picked from commit 07302c14ad5e5983720a1d4514ff355b9930e5be)
        
        Change-Id: Iba5303085bf4d6fcc79c0d04197429c436666e15

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [741c430f6c7e289543f1f73ce6568e1f07a7ea48]

        Resolves: fdo#65924 retweak the border positions
        
        required due to 45a8eaf9c55f2686f69118641d8a8992a86dfe31
        
        Change-Id: Ibffc9b4a5eaa8ad538ce53f0389519721fdbcf20

2013-08-28  Miklos Vajna  <vmiklos@suse.cz>  [76d1ca523ddcf89cc269fe51c70e66066943ef5a]

        bnc#816593 DOCX import: fix auto table width wrt nested tables
        
        The bugdoc has a table with a single cell, and also a nested table in
        that cell. Both tables have auto width. The problem was that the width
        of the outer table was too large.
        
        There is a trick in DomainMapperTableManager::startLevel() to get the
        cell widths at the correct level: do the same in
        DomainMapperTableManager::endLevel(), and that'll fix the table width
        problem. (Because with that, the outer table will correctly have access
        to its cell width.)
        
        Change-Id: Ib750f0475364fd7e47c445cb54f2df34f3af085d

2013-08-28  Petr Mladek  <pmladek@suse.cz>  [b70d4ad13b909265c54a9ff55f07224a14e9feb2]

        add --with-help=common parameter to the configure option
        
        It allows to build only the common parts of the help, e.g.
        bundle the helpcontent-related icons.
        
        It is useful when the build content is built separately. For example,
        it is used to speed up the build of the main package in openSUSE
        Build Service.

2013-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c656482c5a1467d6dc21601e1296ba3711916d6b]

        fdo#68588 Move embeddeddbList into OGeneralPageWizard.
        
        embeddeddbList is only present in generalpagewizard.ui but not in
        generalpagedialog.ui, hence it should be controlled by
        OGeneralPageWizard and not OGeneralPage.
        
        Change-Id: I7c52493e12b40d9043d80fb023cfc9eb9c9e42ec
        Reviewed-on: https://gerrit.libreoffice.org/5654
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [8692db3c2425015730a09ffbd9759227fa281a2a]

        Updated core Project: help  16b65faf0107a28c44eb590e3c4b008781929366

2013-08-28  Minh Ngo  <nlminhtl@gmail.com>  [2b0c3375688cc7dd44a5e88eab3707aa26b300b2]

        Adding VLC version checking
        
        Change-Id: Iff3f91041a69c9a307de9fe82039a57b69309cd0

2013-08-28  Jelle van der Waa  <jelle@vdwaa.nl>  [76fe24cf121025ddceb18f3b522d373f7f0256f7]

        fdo#57950: Remove some chained appends in i18nlangtag
        
        Change-Id: I1b91f139575a86b19d7a0613d1f563d215b41b9d
        Reviewed-on: https://gerrit.libreoffice.org/5601
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [6bdd62ac7b089cb4e622c632111bdea40517b3a7]

        autosize the user-defined number format listbox in database field tabpage
        
        Change-Id: I9349cfb30f544d6e64231910e3dad832a3770509

2013-08-28  Eike Rathke  <erack@redhat.com>  [4bfc4a51fe0c88472de6580edf7002031855eae3]

        added unit test for ca-ES-valencia
        
        Change-Id: Ib4eb93f9ba8145f6404bed9393580646358bb805

2013-08-28  Eike Rathke  <erack@redhat.com>  [980c0603edcc297f82a3926b87a535a0f0de9ce2]

        correct example is ca-ES-valencia
        
        Change-Id: I04cc9a1bb5a3dd92dc2cb8ce49609acf9daaf139

2013-08-28  Eike Rathke  <erack@redhat.com>  [ca76d5f034ab3f78a359d443ba72fce849b2b795]

        added Bcp47CountryEntry
        
        Change-Id: I6ba7c0bdc8f72910a414a07432815bc225125a07

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a4772f2ba4b003d97f67077a9503ebe584f2897e]

        Organize methods that update invalidated ranges for online spell checker.
        
        Change-Id: Iaf9295e33e4771f39a085f6ee3cb88ebbf662ff0

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a58a45b82bf9dfa93dab833f2247d4a41b7506b]

        sal_Bool to bool.
        
        Change-Id: Ie6515c6025c3f199797850cc0941f1efa729cdca

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fda6174113664335edb53b5c566e0ff245c43ad9]

        IsInValid() => IsValid() and adjust its call sites.
        
        Change-Id: Ic2c6f574632092073eb30c1a52d43a1524b12aaf

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a1feb649d9e2575ec4558a2846669a809233f301]

        NOT_INVALID => Valid.
        
        Change-Id: I71acebdb9c55fdd71d2e611f2ba436f734e949a8

2013-08-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9ef052368842f9e5b56b9d47329a81da8e8e2da1]

        bClearRange is always true. Remove it.
        
        Change-Id: I1df4bdaa5f13ede9e04972a02948eb072dca2bec

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [36b81ce89e4eddbc721afa3cd59905ea45249800]

        fix abuse of GetTabDialog to indicate that we're pre reset
        
        Change-Id: I3572ccd1e984af97ede28db558e22ee6e8019344

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [a4bd62fbaa231e4d67399822620481b297598267]

        convert tox index page to .ui
        
        Change-Id: I4929ac3b82af91d8b9cb95b033a9171d46554774

2013-08-28  Michael Stahl  <mstahl@redhat.com>  [a2c67975c03010b90c706523293f180c1f29e229]

        fdo#67358: sw: "fix" line painting artifacts when resizing columns
        
        SwEditWin::MouseButtonDown(): for unknown reasons invalidating the
        window here causes the column resizing lines to not be removed after the
        resize is done, so disable it.
        
        (regression from 289185fd02d6d9734b6dbde01f15c4e6c5beacbb)
        
        Change-Id: If3ba0a72c53c5c2734fb905ae35d62f6a3e8938b

2013-08-28  Michael Stahl  <mstahl@redhat.com>  [edd2db1c783bd571ff796a5298385cacc91877b9]

        fdo#66215: sw: fix clicking on text above background fly
        
        SwPageFrm::GetCrsrOfst() tries to compare the distance to the closest
        text vs. fly but does not do it right because GetCharRect()
        returns just a line of width 1 on the left edge of the character;
        try to figure out the entire area covered by the character via 2 calls
        to GetCrsrOfst(), which gives much better clickability.
        
        (regression from e8fbe97900f13305b17015d9044993bde4adab36)
        
        Change-Id: I825e86daf65692dfb962ad576772c5f543d02d19

2013-08-28  Michael Stahl  <mstahl@redhat.com>  [cafff1bbc4effac74bbd2607fb83dd2547c8fa2e]

        rhbz#1001768: avoid deadlock in AccessibleEventNotifier
        
        revokeClientNotifyDisposing(): drop the static lclMutex before calling
        pListeners->disposeAndClear(), which may want to acquire the SolarMutex
        and deadlock.
        
        Change-Id: Ib35fc7fad6596450a3b10d58d5193b9b55c575cb

2013-08-28  Martin Hosken  <martin_hosken@sil.org>  [36e1de2239a92b3969925167dd52d37021fb99d8]

        Fix windows libo crash with graphite fonts.
        
        New master to base off, hoping it will build everywhere to pass gerrit.
        Updates graphite library with bug fixes (and minimal improvements)
        Proposed for stable branch update as well.
        
        Change-Id: I6c5825420d9ea5768564253789a28412f3c1900a
        Reviewed-on: https://gerrit.libreoffice.org/5644
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [fc1f68d5b9f3ce7a77a13b959692a1027c6e2ada]

        Clean up logging and string handling
        
        Change-Id: I39823e303097ef32f3cc394b0d9215ae351a88f3

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [5b5c52a3a4d048bba8c18dfb06ffca25c670d099]

        Try make this more robust in slow environments
        
        ...where the previous .uno:PrintPreview request has not yet been processed and
        xRoot/oObj would still be null.  Hopefully, it does not introduce infinite
        loops, though.
        
        Change-Id: Ie79e0b0a3185528ab4036ed7a33de81117c02c83

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [09c09fa20b93a236c639a2ce957fc634c8688ce5]

        warning C4805: == : unsafe mix of type[s]
        
        Change-Id: I1bbcfbbab6e077d4516a22c2e0c0d4ec4dd12aca

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [6dc887d8d54653203bb01ed9ff0509dd789d2e2f]

        XubString->OUString
        
        Change-Id: I7b76026012af2b57861ec8d3dfd285d9e871d74c

2013-08-28  Caolán McNamara  <caolanm@redhat.com>  [c06399eff66e28fb1c811c2fde6187cb67e4dfe1]

        Updated core Project: translations  567bb9410fe82204fd990f2ef92fe530a7ef45bc

2013-08-28  Eike Rathke  <erack@redhat.com>  [1e37bd43a9c9da1de72187a932cd8da60936cc95]

        field comments
        
        Change-Id: I1df968ff81376b789c34f2c5e56acb6ac0ce30ed

2013-08-28  Eike Rathke  <erack@redhat.com>  [a40afb3f534ea1c655ac728e55a7e4b96b033869]

        added IsoLanguageScriptCountryEntry to getDefinedLanguagetags()
        
        Change-Id: Icc7cecfca05ceb2b1b75422dd97a6d467b3697f4

2013-08-28  Eike Rathke  <erack@redhat.com>  [55503ad64689928e6c0c28a34e72a4dd3a3fa438]

        don't use startsWithIgnoreAsciiCase() on pointers
        
        Change-Id: I407e4769be254446ad191ce7640ea1789bca1f1e

2013-08-28  Miklos Vajna  <vmiklos@suse.cz>  [de516780bf2d5f74afe643033bfc528c53013902]

        bnc#816593 DOCX import: let w:before not overwrite w:beforeAutospacing
        
        And do the same for w:after / w:afterAutospacing. The spec says that if
        w:beforeAutospacing is read, w:before should be ignored, this implies
        that if we already had w:beforeAutospacing, w:before should not
        overwrite the already existing top margin.
        
        Change-Id: I9437cb5c6fc352a360e27aa279d0a789706c5578

2013-08-28  Miklos Vajna  <vmiklos@suse.cz>  [279ff2e03371542d014bf281e73282ba8080cf6b]

        bnc#816593 DOCX import: fix auto para spacing without compat option
        
        Paragraph auto spacing (before and after) without the
        w:doNotUseHTMLParagraphAutoSpacing compat option was incorrect.
        
        Change-Id: I56d6153f7c489de7fceaf6fab7325c42ee8f9cae

2013-08-28  Andras Timar  <atimar@suse.com>  [774a202ed5ae22ccff9baccdee5f440ab0774571]

        typo fix
        
        Change-Id: I07a2e5b125db6652ae51b881ad457dd6332ec372

2013-08-28  Viktor Varga  <vvarga90@gmail.com>  [9b1e83c4f5922029ca7cd61b73bd0f8695aadedb]

        typo fix
        
        Change-Id: Ie57db4581bb10e5f7fbd5e7a6668574ab6dbc271
        Reviewed-on: https://gerrit.libreoffice.org/5657
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-08-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [710eb05b0fe7a4396dcec169d15c337d1664e9d4]

        Uploading libvisio 0.0.31, fixing fdo#68477
        
        Base64 decoding in some boost versions throws on padding characters
        
        Change-Id: I9a9a43c2a7e55b6a6fca085302eae223bc8c1b13

2013-08-28  Armin Le Grand  <alg@apache.org>  [4a8f7ddc290d1ea3131de6611b6833b77ac7ab1f]

        Resolves: #i122778# Enhanced own transformer for drawing transformed bitmaps
        
        which is used in the cases where no fallback for direct system support is there
        (Linux)
        
        (cherry picked from commit 75e9010730525ed6122655ac3c3899359c305104)
        
        Conflicts:
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/inc/vcl/bmpacc.hxx
        	vcl/source/gdi/bmpacc.cxx
        
        Change-Id: I6e7a575e01456297e84785a7de14e42e0dc72f5f

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [e75e0214134ca6ad92150bf6099c12d8859575b1]

        Fix PYUNO_LOADER_PYTHONPATH for non-ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
        
        Change-Id: Ifc164b80466d3b847ce1214c28a1ba79fdfd690b

2013-08-28  Stephan Bergmann  <sbergman@redhat.com>  [dccf47b7f61e088622747539d1487590080da3b8]

        Build python3 with debug flags if --enable-debug
        
        ...the special case for AIX can probably be cleaned up?
        
        Change-Id: I34ca29acaddcff9b811067504c12a8243a6d046b

2013-08-28  Julien Nabet  <serval2412@yahoo.fr>  [9ebcd5ec54ec5d77cf46849f7f00bf915644f6e1]

        End iterator might not be const
        
        Change-Id: I95c0999903762e79e606fdae7fd11b1ce79fe8d0

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [711535f7667345b61b5b29de283894b30b400b18]

        Shouldn't be removed
        
        Thank you Thorsten!
        (See https://gerrit.libreoffice.org/#/c/5639/)
        
        Change-Id: I933a318ba83c63fa2d7eaa0ecb616b1d3a14b097

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [9aca3570c5e4990f591900e3702efa14958776f4]

        Spread "Use std::find()" part2
        
        Change-Id: I58e6f189c950dbaa5b71bb1b040f9eff20c50796

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [834464c787de9935a6f7f1e50c21426fb868df5f]

        Spread "Use std::find()"
        
        Change-Id: I710cc7aeea494c69ae0df720db857d2759e70654

2013-08-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7bc88db8c500b41fe926fb99cd403accd696e671]

        Implemet setNull. (firebird-sdbc)
        
        Change-Id: I9fd53a5e8b5d1dba467fa8064f9f2ea1b93f26df

2013-08-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [186f264dc2ac45c3de16a651b64de77794589eab]

        Implement set[Int|Long]. (firebird-sdbc)
        
        Change-Id: I234b8f136b90f56c689553d0df8ec2d473a92225

2013-08-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8620524f1979105c35460ad7cf621468b7ef6a28]

        Implement setShort. (firebird-sdbc)
        
        Change-Id: Ia543f34344915c4621ba0c6ce6984dce7ca9e08b

2013-08-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dadba3efcb2fb3df3b89058dfd4a98d648241ec6]

        Return change count for Statement:executeUpdate too. (firebird-sdbc)
        
        This also simplifies Statement, although not using execute_immediate
        is somewhat less efficient.
        
        Change-Id: I4bebe13e5a63cb02e6b2659dec534f0c6feeba52

2013-08-27  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [73aaa4da674ac8389ee8269e4d7c827d7e642e26]

        Implement retrieving change count for executeUpdate. (firebird-sdbc)
        
        Change-Id: Ied47f421dc801bb6790bed49b28d3231844e6ee5

2013-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [eb6ab3bc045701e3d4b8751751700d8375f89fcc]

        Mark as const
        
        Change-Id: If20ac542f31dd650d6d1cc22ced618f73e1ce773

2013-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [7673a08e7200227b9dbcb7ee8706064f55013c44]

        sal_Bool to bool
        
        Change-Id: I63a05b7ba0954dbc18932de9cbdea4f0c1a18422

2013-08-27  Tor Lillqvist  <tml@iki.fi>  [d00e125cbe33da88b881d177cbc09a9045d32349]

        Factor out the app bundle code signing into a script
        
        Call that script for make dev-install and when creating the .dmg.
        
        Change-Id: Ic468cafe04b2755f371d449fef0b84e2fdc7e197

2013-08-27  Tor Lillqvist  <tml@iki.fi>  [994d2951faedeea55c594dfe0c2516e33fe8910a]

        Update comments
        
        We now have the --enable-canonical-installation-tree-structure option
        which does what was suggested.
        
        Change-Id: I41215275d6d8c8f11b4a45390d44998c967fcc53

2013-08-27  Tor Lillqvist  <tml@iki.fi>  [1603854be942078e7f2381fad2efbd992eeb86ee]

        Don't create any (new) Python bytecode files when running a PythonTest
        
        PythonTests are run on a dev-install tree where (when using code
        signing on OS X) the Python framework has already been signed, so
        scribbling bytecode cache files into it will invalidate the signature.
        
        Change-Id: Ic53043b59c9a59373e2383d8dcca9120457d4ba9

2013-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [4033532e9ffb004ab5864401aa1af0c69fc024ec]

        release m_aLengthVector even when m_aBindVector is empty
        
        Change-Id: Ia3bd53402d436e296005f4f93113cc08daea2421

2013-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [1c7b0b08b2aad12fa2a295198c235d505c44e0f5]

        the place reserved for bookmark in m_aBindVector is never used
        
        Change-Id: Iae4850739c329a7b04f8eea75047ab75465e3dea

2013-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [89c6e2327fa9fb24bf21231c5b7ab9b76bcd5099]

        odbc insert: unbind as soon bindings not necessary
        
        SQLFetchScroll uses the bound columns, and writes to them.
        This has two problems:
        1) For non-bookmark columns, this happens in our buffers,
           and at first sight could be innocuous.
           However, it allows the driver to disallow us to use
           SQLGetData on the same columns, which we intend to do...
        2) For bookmark column, the "read bookmark from" and
           "write bookmark to" buffers end up being the same.
           This unnecessarily exposes us to driver bugs in this corner case.
        
        Change-Id: I594d34cf5a64564766f06b49c86f8737961573c0

2013-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [2939a1fa638f63162f0a9741e139e9439144556b]

        odbc insert: adjust buffer size *after* it is written to
        
        the buffer (aBookmark) is written to by SQLBulkOperations or
        SQLSetPos, not by SQLBindCol, which merely sets up the instruction
        that the next call should write there. So its finak size is known
        only *after* the call that makes the write, obviously.
        
        Change-Id: I4faaaeffc060433645188f0eda3d9958b087cf6c

2013-08-27  Lionel Elie Mamane  <lionel@mamane.lu>  [8f9388c0234f59ef4460512cd3a3e9b4727e6363]

        fdo#68315 odbc update *reads* a bookmark, not *writes* a bookmark
        
        This code was completely inverted. The row update operation
        *reads* a bookmark (that is, what row to update), not *writes*
        a bookmark.
        
        So we were passing an empty bookmark, and thus the update was failing
        because we were refering to a non-existent row.
        
        Change-Id: I676b1a7727a88e13a3e465bd96cbbaf18dad2fa6

2013-08-27  Miklos Vajna  <vmiklos@suse.cz>  [d9f1c11dfa5a1c8ea579f4a2085c8c8b0e3a31aa]

        Reduce copy&paste by adding SwModelTestBase::getShape()
        
        Change-Id: I3b73405c546427bb5676db30e297af36c18043e6

2013-08-27  Khaled Hosny  <khaledhosny@eglug.org>  [c2f6428e32227c6f53e618c65a7df3648487df49]

        Minor
        
        Change-Id: I8a0c09087e522cbd8ee6a25b71541514e562a618

2013-08-27  Luboš Luňák  <l.lunak@suse.cz>  [b0b087cd1881142c09a77620312d653965a0d873]

        move valueof compiler plugin
        
        The mass-conversion has been already done, so it's most probably
        not needed anymore.
        
        Change-Id: I3f161b8ea122e4dd185746ea29509b0d7768d6c7

2013-08-27  Jelle van der Waa  <jelle@vdwaa.nl>  [2ec606730bc95b58390a609df0a88958869a4066]

        fdo#62475 removed pointless comments
        
        Conflicts:
        	dbaccess/source/filter/xml/xmlfilter.cxx
        	dbaccess/source/ui/dlg/ConnectionPage.cxx
        	dbaccess/source/ui/dlg/detailpages.cxx
        	dbaccess/source/ui/dlg/odbcconfig.cxx
        	dbaccess/source/ui/querydesign/querycontroller.cxx
        
        Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338
        Reviewed-on: https://gerrit.libreoffice.org/5484
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-27  Eike Rathke  <erack@redhat.com>  [434f3c8e7fac0644cfe1d7a15f97f0c267bac048]

        use ...IgnoreAsciiCase()
        
        Change-Id: I4de5201d6352ef1b7fc0dafcac9f8439dd943b60

2013-08-27  Eike Rathke  <erack@redhat.com>  [fbf0a3ee5fec87bff4fd5c373509b287d88a0a31]

        in convertLocaleToLanguageImpl() don't use the implied fall back
        
        ... and through of dreaded convertIsoNamesToLanguage()
        
        Change-Id: Ifb86974f9398094ed1a513a060ff61d63f798ea3

2013-08-27  Eike Rathke  <erack@redhat.com>  [a18c90dfe5f07227dea5c8e7cc21167ee90e446a]

        split off convertLocaleToLanguageImpl()
        
        Change-Id: Ief7402a1067598fe9635ac23dedcaf8faf8de2be

2013-08-27  Eike Rathke  <erack@redhat.com>  [d9eaef1fafe5fa3037d02962bfe334f50132803e]

        better check for 'qlt' instead of assuming Variant follows convention
        
        Change-Id: I0915e5cd657633533a7374d533ec12c2bdaa3b8b

2013-08-27  Eike Rathke  <erack@redhat.com>  [29c61173d66864dde5ca18d6c21dca22ab4e018c]

        avoid creation of a temporary Locale instance
        
        Change-Id: I973c196d7f19725ccbbd6d24707fc30e5fe78eef

2013-08-27  Thorsten Behrens  <tbehrens@suse.com>  [55c51004c57ed525275cec2f0f28bead55b6e718]

        Use slightly less verbose erase-then-move-on idiom.
        
        Change-Id: Iae3a749770b75a99c53755d0410ef9510158e94b

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [8efbafaf8681d39c8c3674368e02ddd572ba5d32]

        Related: fdo#68192 register bundled fonts
        
        We have to register them one at a time, like windows, this means we detect our
        bundled opensymbol which makes the "format->bullets and numbering" preview work
        again.
        
        Doesn't however fix fdo#68192 yet, more magic smoke required.
        
        Change-Id: I430c91b48d96fb8d62e3b073898b72cf2b8ddea6

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [1b7ac34ea6c1ee8b06ef4cb2ac1791b70189e5cf]

        PLAINLIBS_NONE means layer NONE
        
        Change-Id: I69a0f21e73e65747513c478aa6cdd8832d94f9de

2013-08-27  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [3fed166279377f7ad702b8911899243b8adff3bf]

        interpr/vlookup: use ScMatrix func to find matching cells
        
        Moves the cpu intensive code to ScMatrix, where we can use our
        knowledge of the internal structure: use mdds::multi_type_matrix::walk
        instead of browsing cells one by one.
        
        Change-Id: Ie1df20e2be6414b8e21b4d58b7697a0801222c1e
        Reviewed-on: https://gerrit.libreoffice.org/5455
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [805e43c8c7d10568186cf218f8c1baf39691e3b1]

        Follow-up change for coding styles, boundary checks etc.
        
        Change-Id: Ice87da75429c54987f78c2897e6f4ded28cd8614

2013-08-27  Eike Rathke  <erack@redhat.com>  [78e2309c0fb21d77b64f37b3269d0d53e6fa7d1b]

        use IsoLanguageScriptCountryEntry in convertLanguageToLocaleImpl()
        
        ... and lookupFallbackLocale()
        
        Change-Id: I736ee24801b825c916edba25e1b43bbcbc3f1506

2013-08-27  Eike Rathke  <erack@redhat.com>  [3b408e0e3623643f2ea605c28645fd2e51abaa6c]

        changed do{}while() to for(){}
        
        Change-Id: I2c3962cdc3ad956333a37f73785928d5f1e94154

2013-08-27  Eike Rathke  <erack@redhat.com>  [17382f9e5f005168f885c2f272a218f18316b7f8]

        added IsoLanguageScriptCountryEntry
        
        Change-Id: Id3ce2ea6dff358546280107365e233607ad9f60c

2013-08-27  Eike Rathke  <erack@redhat.com>  [7dd6699ae17b09d0999234d3c84190f502fda835]

        eliminate return of IsoLanguageCountryEntry &
        
        Change-Id: I3cfe7781b6cdccc95f8164cf7557e29b34e5855c

2013-08-27  Eike Rathke  <erack@redhat.com>  [334ccdb3d77ca9c1d26cd2cd21052277e1522334]

        IsoLangEntry to IsoLanguageCountryEntry
        
        Change-Id: Ib8a185ab34d1024ba622d34a75d0b4b5c87eee76

2013-08-27  Eike Rathke  <erack@redhat.com>  [d457c322fb60e29964f139d628d5812b074fa559]

        mpLangStr to mpLanguage
        
        Change-Id: Id9c88c9aee434872243a7738eeda1484e5727806

2013-08-27  Eike Rathke  <erack@redhat.com>  [b41e2788f54e15d1f12d9b18fef04917509ff5e1]

        maLangStr to maLanguage
        
        this always annoyed me ...
        
        Change-Id: I41223ca728a7d87dd6987027740817e3af31aeb2

2013-08-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b07708dd46443218919ae8d6c0abe421f75a82f8]

        Fix the build.
        
        Change-Id: I4d259c7bb8c043889ea23ae9056e2eb8a63d98c3

2013-08-27  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [7334f8db6f6004d48e2dbf014f27878a7ae21eb1]

        matrix: add functions to lookup a double or string in columns
        
        Allows efficient lookup, instead of doing per cell fetch + match.
        
        Change-Id: I3cd0d26a8fc91ed38fd339229fc0e948fb849f5e
        Reviewed-on: https://gerrit.libreoffice.org/5454
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-27  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [e5321437322fd812b93fee266af309e782479488]

        get rid of unnecessary warning
        
        A value of 0 for Opcode eOp produces a debug assertion that is
        not in place as opcode with value does exist (ocPush, SC_OPCODE_PUSH).
        
        Change-Id: If529cc2ecd8d4d3a5e31f084dfa72e13c9c0fe37
        Reviewed-on: https://gerrit.libreoffice.org/5586
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [68dea1c1b61a99cdef556ba7d8ccfdad1be8a663]

        Resolves: fdo#67743 ensure user autocorr config dir exists
        
        We try and copy the shared one to the user location the first time we create a
        customized user file. If the dir doesn't exist then that migration doesn't
        happen. The new autocorr file is then written, creating the dir, and any
        further operations will reattempt the skipped share copy, and this time succeed
        because the dir now exists.  Which overwrites the previously written customized
        content.
        
        This is similar to fdo#65501 "ensure configured backup dir exists before using
        it", so reuse that code and move it into unotools.
        
        Change-Id: I38fa621b8d7295d70b09172a028569ea95404120

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [8763c77c39507284d45eb79c29977eb0174b66f1]

        Simplify a bit iterator + remove double check
        
        Change-Id: I4a12bacc1a3774741cf4bf3eb6770e16d0cecc6e
        Reviewed-on: https://gerrit.libreoffice.org/5639
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [5e9137c9635141430b946aae2d0317c432a471ef]

        These shall apparently check for URL scheme prefix match
        
        ...they had originally been
        
          aURL.equalsIgnoreAsciiCaseAsciiL( "vnd.sun.star.pkg", 16 )
        
        etc., so where likely confused with the OUString compareTo functions that take a
        maxLength argument.
        
        Change-Id: Ie12df4f589dda310b7e49eb93535ad797f88a8a7

2013-08-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [aa279b32a8db69d00aa625714c3894f02ee9de26]

        Avoid painting of empty shadow
        
        Change-Id: Ie293ad397b8b3f6db7d79dc4ff03c18cf896dfa2

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [644c33a857c46d540202189228f519946dc33833]

        fdo#67313: Use "lo" suffix for private URE libs
        
        ...(like is done for most of LO's non-URE libs already) to reduce likelihood of
        name clashes, esp. on Windows where URE libs are found via PATH.
        
        This introduces PRIVATELIBS_URE, and removes now-unused UNOLIBS_URE.
        
        Change-Id: Ib95dd45f18de140a54e62d632dbf2239f83c232e

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [0c7ca339993ed2029cfe327379941e554a040a7d]

        AIX symlink tweak for URE private is obsolete
        
        ...as those private libs no longer have a *.3 SONAME since
        c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall ure private libraries," so
        even AIX can load them directly without requiring *.3 -> * symlinks originally
        introduced with 0fd69181443bdfaff2563bea04e02c252fafef07 "AIX tweaks."
        
        Change-Id: Ia8e7c9bd1ef089c6647ed2cd421162eebc2c6087

2013-08-27  Andras Timar  <atimar@suse.com>  [751fe319dc1a5ae99b3e4874791d6c171f9d20f0]

        add HelpIDs to CALC Conditional Formatting dialogs
        
        Change-Id: I7b56a3af83afcb7ca41fa92415ea1591af3b85d2

2013-08-27  Andras Timar  <atimar@suse.com>  [0fdc9a07e97fedcefb6de4b97f0b23321e83565d]

        Updated core Project: help  39a7e6c2242bbe9050f4b7a408d95f06dcfd7a02

2013-08-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [212b225da7e4817fb7a090deba3cd3513c034526]

        OSL_ENSURE(false) -> assert(false)
        
        Change-Id: I236f19cc33ee3cc51f47732ce3b753886c484580

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [9d8cda2f54adc0af4abdc1fc9675e7bc9c94228c]

        Resolves: fdo#68555 use (current) consistent ok/cancel/help button order
        
        Change-Id: Id5bb5c48fe82229fe378500d7cacd36d8554707f

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [b7b89c9696534d015a7631e959cd03f5e8b29be2]

        The testtools component libs are layer NONE, not URELIB
        
        Change-Id: I513ca71792ed9d4010a90041f3f5b818816374c8

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [85561702015659f8943abb23f316a32702b46411]

        Introduce LO_BUILD_LIB_DIR for NONE .component files
        
        ...instead of reusing LO_LIB_DIR.
        
        Change-Id: Ifb1ea672e35d4bb93a27b64445ecadf4cbe8f647

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [0c1f76c54fbdca4b3f3f71e207227c9d9ea15415]

        PLAINLIBS_NONE missing from some platforms' gb_Library_LAYER definitions
        
        Change-Id: Ic403e265e04f9499d3b2da13d4d268af97272088

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [b3b842723518b5c7c6ea86465fe00eed754652f3]

        test case for CVE-2013-5575/EDB-27875
        
        Change-Id: I43214c3ec840274f120730c1f80ef693859ddae7

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [a720ff09d8ee03248865599a691314199925dbf8]

        Related: fdo#38838 AllocBuffer is now unused
        
        Change-Id: Ib2cf99f3dd9ce5e3acc7364d07d6b6e5d03de423

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [7c542bf0daf49f6c733d3f0af0f6e4dee6928479]

        rearrange paragraph tabs back to classic order
        
        if the intent was to intentionally reorder them then also keep the paragraph
        style dialog tabs in the same order as well
        
        Change-Id: I4bd69d49099b7921b021739482d0c72b07639882

2013-08-27  Caolán McNamara  <caolanm@redhat.com>  [f00cd93a66a6cf236114e810b1470e562315b777]

        callcatcher: update unused code, esp unused Resource based ctor
        
        e.g. no ImageRadioButton is now loaded from any res/rsc file, so
        that ctor and associated code paths can be stripped out
        
        Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7

2013-08-27  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [93be66f98f3180cbbe358bb5b38f64852a0d30fc]

        fix uneditable field in memory option page
        
        this will fix an uneditable "remove from memory after" field
        
        Change-Id: I0b47c4b8082d3244186596a7127f059bbb7214a5
        Reviewed-on: https://gerrit.libreoffice.org/5640
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-27  Stephan Bergmann  <sbergman@redhat.com>  [26f34f89d98e32bbef0489c64d5ca6c3278ce8c8]

        Make sure unittest/user/config/soffice.cfg/ exits
        
        ...otherwise PresetHandler::getOrCreateRootStorageShare
        (framework/source/accelerators/presethandler.cxx) will cause a
        com.sun.star.io.IOException: "URL
        "file:///.../solver/unxlngx6/unittest/user/config/soffice.cfg" passed to
        css.embed.FileSystemStorageFactory.createInstanceWithArguments does not denote
        an existing directory" in some CppunitTests.  (And
        1eecb8df22b77a6982601bf877067a685d913a7d "Some cleanup and consolidation of the
        Impress layout work" removed the last file that got definitely created in that
        directory from test/Package_unittest.mk.)
        
        Change-Id: Idbe42fdd6b06194781cceef62c50531ce0e1c706

2013-08-27  Jan Holesovsky  <kendy@suse.cz>  [06c842301ddfbe9e0cc390bff8a0656d80dee2bd]

        Use std::find().
        
        Change-Id: Ie302038c5c9e8771bb27be50081788d6545aef5a

2013-08-26  Andras Timar  <atimar@suse.com>  [fb0bc00e48666c5e2863a9e78623460ee54215cc]

        fdo#64053 do not let too long comment in ARP Comment field
        
        Change-Id: Ica8e113b2f1aa22a426801bc75df68c02d952ed3

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [ed5dc65079c27d6db8f9cb4b0bf4a907ecf041af]

        Bin intermediate iterator
        
        Change-Id: I377e226820f5e4626d4341b216ff75f755dded5b

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [6ce6d0a41817c3eb9ec857c478c31594f0673735]

        Bin bool + transform while into for loop + add end iterator (3)
        
        Change-Id: I3d22eede61fb7ba15bac6f6130a7a60ec62170dc

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [feb2604291c8b4710fd274307d50fba756cef277]

        Replace for loop by std::advance + rename function parameter
        
        Change-Id: I5d6615af2ed728be158edfe46b1c0fbadf7b3690

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [6a419ad8f23f9c3964309de42fefb652e37c6697]

        Bin intermediate iterator
        
        Change-Id: I49e6cd7bc6e4db95163d0b0b8c81bb4330ead081

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [ca1456d3c29483298a829be0f04decb5d894b585]

        Bin bool + transform while into for loop + add end iterator (2)
        
        Change-Id: Ic4b311c06b809507ac80de5df9851dc7f36c7caa

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [591092d3f1409360be0be793462527b577539cc4]

        Bin bool + transform while into for loop + add end iterator
        
        Change-Id: I2661aab4f7a438586485b039033f7246b6f5e907

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [932dbfd2d12f5526e4d60fc4f17085872e6b8648]

        Bin intermediate iterator + rename parameter function
        
        Change-Id: Ic1055af502918ee754673a6e3ad704c55ef09a36

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [a2791f974587301839a1dc59f632013b756fab83]

        Bin intermediate iterator again
        
        Change-Id: I6c3410e4043f6a10474f955434e8c855f60ecc80

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [6ef19375b2a01e69ecd220e09bbc3abf55e34823]

        Bin intermediate iterator
        
        Change-Id: I6401adb29fc3fe4c8b7d420fc9bc325827ec4f21

2013-08-27  Michael Meeks  <michael.meeks@suse.com>  [ea12c1f1dedac1e42c6c91bf749aa409bd4504de]

        avmedia: vlc - extract required types to their own header.
        
        Change-Id: I63d4aa217f57186ae37a9398b845fa734ef2cd5b

2013-08-27  Julien Nabet  <serval2412@yahoo.fr>  [c6040d9bd4c631ebdaab9383d9ab4de0c26657ce]

        Bin intermediate iterator + rename parameter function
        
        (see example of http://www.cplusplus.com/reference/vector/vector/erase/)
        
        Change-Id: I8c0ee334abd91ea99b80a43581a04cbbf9a91fa3

2013-08-26  Julien Nabet  <serval2412@yahoo.fr>  [1b1f49f5d6f9d45992b427d9b2a897e329c7b297]

        Simplify iterator management (part2)
        
        Change-Id: Id4efe9b7c3831c09043644ad2445cd8f00aecd66
        Reviewed-on: https://gerrit.libreoffice.org/5628
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-26  Julien Nabet  <serval2412@yahoo.fr>  [87cf1b730e771f18d5f0a110b98ffab6494d3b25]

        Fix iterator management
        
        Change-Id: Ifb230525d3f5462553a3e78bb4ee740f6a7cc5c2
        Reviewed-on: https://gerrit.libreoffice.org/5629
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [34f09dadd99a15aaad7fc8b982e01d6ec764c74c]

        Resolves: fdo#59048 crash on text-to-table undo
        
        Delete the SwCellFrms attached to the layout of this SwTableNode early,
        otherwise the SwCellFrms will dereference the SwTableNode after it is deleted
        in _DeleteBox during the DelFrms of the DeleteSection in _DeleteBox when
        invalidating following SwFrms.
        
        SwUndoInsTbl::UndoImpl calls SwTableNode::DelFrms so presumably this is the
        right way to go about it.
        
        Change-Id: I6e088a30500d721bd18c57ced5c8ec331bb567eb
        Reviewed-on: https://gerrit.libreoffice.org/5634
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-26  Eike Rathke  <erack@redhat.com>  [3df4aba36c32291213a7fc811289ec573491dd3d]

        static
        
        Change-Id: Idf997aedd4760f4adbf38064d53e1d6fe62f620f

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [55cdf3c5f44afe47cbe9eb32cc4f6fdcb6106d8d]

        most debug-level OUString::valueOf
        
        Change-Id: I3e3cebe225e27a33be423c8b5fa2261b4a48e88c

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [b224582aa3e7f0971035603515cf9c0e54ef299d]

        Related: fdo#66435 enhance decker-wrap using Minimum raggedness algo
        
        Change-Id: Ifb7e6558d39499892a9e94bf1f89f014bacbdbc4

2013-08-26  Stefano Facchini  <stefano.facchini@gmail.com>  [fa9a2aaa2246e6eb0665d36aa7c6c75fd31c4e3e]

        fdo#66435: distribute tabs more evenly across rows
        
        Change-Id: I9df2312f257867fc89aa29672f2d58ea40363b14
        Reviewed-on: https://gerrit.libreoffice.org/5588
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-08-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [969d5a3b97903fe32b3a7da0c3de8bf86f323c17]

        fdo#68581: The first paragraph text can be legitimately empty.
        
        Change-Id: I2309a0c6aebc8a111e67e2e3d591cbabfbbadfb4

2013-08-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [70e582c8cd3f5f0eedfead6c9da8c771db34e49b]

        Add more test cases for rich text cell export to ODS.
        
        This currently fails due to a real bug.
        
        Change-Id: Ia8a91f0794837cae2b6c3beab656f3377f3d0f6a

2013-08-26  Julien Nabet  <serval2412@yahoo.fr>  [b2f6ef8423ca4f3c18c1603c3561388088fbc0cb]

        Simplify a bit iterator management
        
        Change-Id: Id15fb18df7b1a8da1ff260f8b2c72ed6cd5d352a
        Reviewed-on: https://gerrit.libreoffice.org/5605
        Tested-by: Jan Holesovsky <kendy@suse.cz>
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [250864d869153ceec5ef29804c0e9d00a8db82e2]

        connectivity: firebird::OResultSet: convert to C++98
        
        Change-Id: I9036539204789d0886a51fcbc3d821012cc9eaee

2013-08-26  Andras Timar  <atimar@suse.com>  [3f29153ab6535d5e2fd975540dd39f4f61e211fc]

        fdo#68158 fix quote escaping problems
        
        It was not clear, why pre2par escaped quote, because it was already
        escaped in .ulf file. I think that the Tooltip/Description cases were
        simply overlooked, because at other places other kind of strings
        were processed, i.e. \" was replaced to ".
        
        Change-Id: Idcd8c8cb627dbfd0e3cc9961b19cae236de3e25f

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [405edb013db8ecda701d99cc4e04d154929d152d]

        oops
        
        Change-Id: I2e0584037201001aaa4926bf5fc8d4a6df72bd32

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [7666c262533415914b08ec3129fbbc52aa2e96e9]

        Repository.mk: fix some errors in 32848f0a and 3f8c36ca
        
        Various libaries were moved from PLAINLIBS to OOOLIBS but are referenced
        with their full DLL file name in the code, e.g. "inprocserv.dll" and all
        the MSI customactions; move them back to PLAINLIBS.
        (mozbootstrap was also renamed but it shouldn't be a problem).
        
        Change-Id: Ibca8f355f84008a525021a8d5484200a7e73758f

2013-08-26  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3b228541290b6d6b8ef390b941f812abc280d438]

        Quick hack to make driver usable with dbaccess/KeySet. (firebird-sdbc)
        
        Change-Id: I6500a7666ad2fc2ffcb29934d6f2b36761867950

2013-08-26  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b3b560e29514616382d687cb95d6fe7632c223b3]

        Clean up PropertyHelper stuff, set ResultSet properties. (firebird-sdbc)
        
        Change-Id: If2f2041b0f072f36fe56e92b9e54bbb0be8a5860

2013-08-26  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [197688f3fd54b6acffe7a6c3c55ce869714ec6f6]

        Actually set m_bIsAfterLast. (firebird-sdbc)
        
        Change-Id: If8558fb53acd1175fa3fd8724a5febca4286abe6

2013-08-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fd2c823fbc304a2cedf5fff9661f67b4c16c6cf7]

        Fix this export test. Now this test passes.
        
        Change-Id: Ia3d11c6fb29c7938e0d8f6e25636da5d22b4a8c8

2013-08-26  Tor Lillqvist  <tml@iki.fi>  [674fa5d51111f09b64c781bf90a5c2c7f456695d]

        ENABLE_NPAPI_FROM_BROWSER is YES or NO, not YES or empty
        
        Change-Id: I991f7b97cbe3ba178eaca9e2316cd7e4bff0ebe0

2013-08-26  Eike Rathke  <erack@redhat.com>  [5af6437f6b602773fb76dca76be1fc079d93c922]

        resolved fdo#53449 weight given separators to pick one for output
        
        Change-Id: Iaef3ed270d870f7c26062cdbbc9bf243bc5b5a78

2013-08-26  Tor Lillqvist  <tml@iki.fi>  [d198d2fb1b3d1d65450f9be30a94b00631d3c9b8]

        WaE: unused variable 'vParts' [loplugin]
        
        Change-Id: I6d025e7531880889d49170901776bd19c3adddd0

2013-08-26  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [32848f0a8d9e30f77bc482f9295b2561b94cf7ca]

        fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
        
        Change-Id: Ibb2c27a75d8cbaf5177f392930cc9e6effa48d1d
        Reviewed-on: https://gerrit.libreoffice.org/5631
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [3cb10e9220da27ca7db2f68007be9e310bdefc4d]

        unodevtools: drop support for skeletonmaker --java4 parameter
        
        Minimum requirement has been Java 1.5 for years now.
        
        Change-Id: Id512507db1fc12c92d8f7662505eda6866da2fc6

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [975e230f08a664c5afc596d07ea9165e667c28f0]

        unodevtools: why does the C++ generating code check java5 flag?
        
        Change-Id: I598698948a3543f1c020cc4a4b8db8799eb314a5

2013-08-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [65afcc5a9e440ef4b1ac15800b2c32c4219a2908]

        [PERSONA] Place default persona in explicit folder
        
        Search for defaults personas "footer.jpg" and "header.jpg" in a dedicated installation folder, under share/gallery/persona.
        
        Change-Id: Ie79513136c4330771b0dfaaf2d04bcd07f2d8b05
        Reviewed-on: https://gerrit.libreoffice.org/5606
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-08-26  Stephan Bergmann  <sbergman@redhat.com>  [37614b31e1fc36974b4fb4e9f227d69548dca28b]

        Typos
        
        Change-Id: I367313b5cec1847c646f93a1cc4a6f0f69efc712

2013-08-26  Noel Power  <noel.power@suse.com>  [c2920b6d82bc667771edbc183b47d8e6ea1222dd]

        add magic incantation for expander buttons in treelist, tweak some methods
        
        improved changed check behaviour, now check/unchecking a node not only affects
        children but ancestor nodes, cleaned up some of the code, renamed various methods
        
        Change-Id: If9f552ffe4c3610c259513020ee1d298cf1197bc

2013-08-26  Noel Power  <noel.power@suse.com>  [e5755f4022c1e99514a236a97a9a62552dd8e9fe]

        treelist for autofilter ( nested nodes for dates ) ( using SvxTreeListBox )
        
        Attempt at trying to get more interopable behavior, imho the way dates are
        presented in the autofilter of the "other" well known spreadsheet application
        is very nice and intuitive. This attempt here is lacking in that
        
        a) for some reason I am not getting the node icons ( and subsequently can't sing
        le click anything to expand the nodes ) Only double clicking works to expand
        b) the 'check' behaviour is not quite right, e.g. as simple example is if all
        nodes of a particular date are unset then clicking the leaf node ( e.g. day )
        wont set the ancestor nodes.
        
        Change-Id: Iaa89cac21fb18074ff64a984f099a35851c2fe3c

2013-08-26  Stephan Bergmann  <sbergman@redhat.com>  [37e36eca17563b2580abf97f4f46a470387e5b70]

        Related fdo#68240: Rework langselect to provide better error messages
        
        ...and in general removed lots of cruft from that code.
        
        Change-Id: Ie673413d8abf5a8ec78c02f4abee2647bdf10a04

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [38b58556b4e28e21f7e807593134c6b6745a1bbd]

        sd: fix C++11ism
        
        Change-Id: Ia03d4794a8d1fc2967946866a0d2975e5e52d6bb

2013-08-26  Michael Stahl  <mstahl@redhat.com>  [2395ae8d2ecb5b527d8856ddbce4831a6d2a7092]

        fdo#33960: simplify SwNumRule::MakeRefNumString further
        
        Change-Id: Ib0e9ccb163d5132ca18142361f72376642915fcb

2013-08-26  Troy Rollo  <libreoffice@troy.rollo.name>  [ee41ad3482011b3e736b8bbd51353f71b2369dfb]

        fdo#33960: sw: fix cross reference fields some more
        
        Change-Id: Ia0a34c8fa475f9dea609962997bce9169d9b8878

2013-08-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2492604c92506043982551755710c78dcecf7c31]

        Document a bit the Ugly bad and nasty workaround
        
        Somehow, under same circumstances, MSVC creates object code for 2
        inlined functions. Nobody here uses them, so simply define them away
        so that there be no dupplicate symbols anymore.
        
        The symbols extents and indices come from boost::multi_array.
        
        (cherry picked from commit 5b734c8e19ceb38ec2f632b14fbbc753d95de77e)
        
        Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4

2013-08-26  Stephan Bergmann  <sbergman@redhat.com>  [7412cb319a6b3746def85604ec899be706037baf]

        uno-skeletonmaker has -l, does not need -env:UNO_TYPES
        
        Change-Id: I08ba8a9e84582a50a7893625139e43408be77278

2013-08-26  Eike Rathke  <erack@redhat.com>  [d4d5af7396f997d72487db3127eba7f8a4130a2b]

        translated comments
        
        Change-Id: I29cbd65d57b1c6cc26039c0f5472ecb9e669e6a7

2013-08-26  Eike Rathke  <erack@redhat.com>  [6dc98de97f6bc4325407b098bb153f359000c717]

        typo in comment
        
        Change-Id: I4557da1d51f563be93ed33bf7a2d1804a73ed07f

2013-08-26  Eike Rathke  <erack@redhat.com>  [52810eb4552c4e327d47bca4955bf64acdb1c82e]

        sal_Bool to bool
        
        Change-Id: I3ba3a2074495d01f7877f449ed9b8723161fdd2f

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [84bbcab33ee0518f2c575dd99aa67c074e8cc107]

        Small fix to the previous commit.
        
        Making a small logical change,as per my code.Please let me know if some other
        logic can be used here.'Slide Layouts' did not work properly after previous commit,
        so pushing this change.
        
        Change-Id: Iefbb33503bf1c37bdb899181c58109fb904af6de

2013-08-26  Thorsten Behrens  <tbehrens@suse.com>  [1eecb8df22b77a6982601bf877067a685d913a7d]

        Some cleanup and consolidation of the Impress layout work.
        
        Also make unit test work again after Mac-app like path changes.
        
        Change-Id: I13eae20141650e1d1d826a794d1f19baaef5f561

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [f78db7cb1c973bd3c8f74fe4a226fb78ad7fbaff]

        Making changes to unit-test as well.
        
        Have made changes to unit-test file of 'layoutlist.xml' as well.
        
        Change-Id: Ia4d85fd7935a935b77dfbb475a38a087520865b4

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [46ab418b8e1ab34e554777acd0198df3b25d57bf]

        Few changes to position co-ordinates of layouts.
        
        Made appropriate changes to the position co-ordinates of layoutlist.xml.And
        now diff of 'vertical layouts' comes empty.
        
        Change-Id: Idd4ced9e7551dc95fd42e2a9767894fff121914d

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [08913f858f62dba8331aeae0a9562a10bff912d5]

        Adding entries to "objectlist.xml"
        
        Few more entries are added to "objectlist.xml".Only last two magic numbers
        of "sdpage.cxx" are left to be handled.They are slightly different from
        rest of the entries.
        
        Change-Id: Ic1481606a360695dc57174e5e4037169f91bd611

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [c3631606a369f61ce508b70500a8aa4bfbe025f3]

        Creating a new demo XML file
        
        A small demo version of new XML file, to store the remaining of the 'magic numbers' left in the
        "sdpage.cxx".
        
        Change-Id: I2883782dbdfd5a68f707631faec2e7b1d62a00de

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [2c6e9b2da2a02e22fc70ad1098aedce38f3538ce]

        Deleting the required files.
        
        The files were left to be deleted in the previous commit ,now deleting them.
        
        Change-Id: I1243e6383d3cd96dccf1a786e9b9fc840e46f0a7

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [14c81676d1eed017e1d15bf6d6b268d2a00af216]

        Deleting useless unit-test files/directory.
        
        Deleting the "empty_directory" entries of "unittest/user/*" in 'Package_unittest.mk' and corresponding
        files from the "test/user-template/*" directory.
        
        Change-Id: Ia53a18bf7d55bfaba91f9bb8c2a15d3578e35e11

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [8a1ccacb5970a1f8daad4f0b0a2531a123130cad]

        Few name conventions changes.
        
        Changed the name of attributes from "title-shape-relative-height" to "relative-height" & all others.
        
        Change-Id: I3010e8faf8a9bf347a7bec366449bbba77f0a69f

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [9b7a693eed2f6eb0e128d507510aaad36000e877]

        Adding vertical layouts to XML file.
        
        The new vertical layouts and the old layouts works well on my maschine.
        Also the 'vertical writing' mode seems to be working perfectly for 'vertical layouts'.
        And removed the 'switch'case from the "sdpage.cxx".
        
        Change-Id: Ic9f6af68cdeb635f79e67b959f95ac0a79c119ca

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [96087f52d9ab00e80fd4ff57aa3ce3b29c2204ef]

        Fixed a broken unit-test.
        
        Added a new component of "unoxml/source/service/unoxml" in makefile of 'sd_uimpress'.
        Also few changes in "drawdoc.cxx".Please ignore the changes of unit-test XML file,
        it has to be deleted in subsequent commit.
        
        Change-Id: I50eb516444820c8037aebc8859a322116989d3bf

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [07dccf031f07c6684f75df235df4a2113c2910ff]

        Making few changes to the parser logic.
        
        The logical change seems to work perfectly,only few of the layouts involving
        'vertical title' are left to be handled in the XML file.Also commenting out
        some of the code in the switch case for temporary reference.It will
        be deleted in the subsequent commit.
        
        Change-Id: I491e414dec3dbd01d8566f23ab31096daa7bbfa8

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [20ee726d6f6ca7bd72de9a6cfc4d73b5292c7ce0]

        Few changes to "drawdoc.cxx".
        
        Prettifying some of the code in "drawdoc.cxx".Also few changes
        related to static_cast is left to be discussed.It will be pushed
        in the next commit.
        
        Change-Id: I30e7550de4e8c40ba100dbe178f357763bee8ca4

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [421d0e3c4019a435acdf35632524833465d90b1a]

        Getting vector from "SdDrawDocument"
        
        Deleting some of the unused methods.Also there is some "filter-test/unit-test" error associated with "drawdoc.cxx" methods.
        But the functionality is working as desired.This one for the quick reference.I am trying to remove those errors in next commit.
        
        Change-Id: I2d5507e1945c5d33f72df3b3ec14dc12ee420c16

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [e0ebeb1f864a67776e2c9df945ea2b72ec556dfa]

        Refactoring changes in the "sdpage.cxx"
        
        Few removal changes from "sdpage.cxx" some more are still to be done.
        
        Change-Id: I60e98ef54cb8e10a007820d83280a16c0407f97a

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [6671f931bb08e6f680255cf799c001d5a26f0070]

        Few changes to the logic of parsing
        
        This changes are pushed for quick reference as there are some more changes
        that are left to be done.
        
        Change-Id: I8c79fa7730dcab9250bebe6bd84f49a8664e338d

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [7885ead7ee4ed8858655001bedd1b312c03a452b]

        Temporarily adding new methods to "drawdoc.cxx".
        
        Adding new methods to "SdDrawDocument" class to set the vector "layoutlist"
        from the constructor of "SdDrawDocument" and use it in "CalcAutoLayoutRectangles".
        Build got failed in-between,so authentication of it's working is left to be done.
        
        Change-Id: Ia614ab0e1d45022d770e61d27b0ae6c74dc71bf8

2013-08-26  Thorsten Behrens  <tbehrens@suse.com>  [52abaef5db0dd1a7e55874b5d7e92fa378379906]

        Fix a warning.
        
        Change-Id: I522d4d950c3eed61a6e247557e48fbbf952e435e

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [ddb7afe6b0bcb82487bbfc14bb4581a5b7be97b1]

        Refactoring changes in the "sdpage.cxx"
        
        Converted some 'long' to 'int' and 'double' to 'sal_Int32'.So removed the long from the file.
        Also one of the changes for "readLayoutPropFromFile" will be removed soon.
        
        Change-Id: I4e88807908520439fa64f07808af9138c6556890

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [95afd8e62852564fc02ef639938f1e542e94d248]

        Made changes in the unit-test of other configuration files
        
        Unit-test path is changed for the "effects.xml" and "transitions.xml" to avoid "unit-test" error.
        
        Change-Id: Ia871b16b9b9c1bec96fa3d208dc9171c287b020a

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [a1f2fb388ecde0aafb061ea224575abc1b19c3da]

        Added few more new samples to "layoutlist.xml"
        
        New samples are added to "layoutlist.xml" and corresponding changes are made in the "sdpage.cxx".
        Few changes are still left to be made in the values,which will be done in the next commit.
        
        Change-Id: Ia388f416906f4416ec596ae4631a51940e6ccf93

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [84bfb880e17e6e38e24e8554a7ffdd7938432b8b]

        Changed the logic of parsing
        
        Have added a vector list of XNode to store the parse XML and referring it instead of XML eveytime.
        Need to make scope level changes for vector and parseXml() in the next commit.
        
        Change-Id: I2f270fc18058772fbf30a2a44e564c8290c316c4

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [8089be8358ed1d4b48e57a061d4cf223d39061ca]

        Solved the unit-test problem
        
        Changed the destination path of test-profile at "test/Package_unittest.mk".
        
        Change-Id: I24ae595af22c38141add0ab8446281c3ccc84707

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [c9b06499f43429452fcfb2dc8fdc33717fb6e3e5]

        Added a for loop to "CalcAutoLayoutRectangles" to change logic.
        
        Changed the logic of switch case in "CalcAutoLayoutRectangles".This for loop basically traverse through the "layoutlist.xml" and
        find the appropriate node to a particular "layout" and then fills in the property values to all of it's presobj in the layout.
        Currently,I have not deleted the switch case,but this 'for loop' aims to replace it.
        
        Change-Id: I114614292934af179f9380277021aea350e3b35d

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [ac5b9651a471d9ee28d5c7996d592ac2df08ca2b]

        Solved the identation problem related to "layoutlist.xml".
        
        Have added a 'if' conditional statement to know whether layout's child is a empty 'text' node or 'presobj' node.And proceed with rest of the
        things ,if it is a 'presobj' node.Also the xml files are indented.
        
        Change-Id: I676e710b86b1f50dbd861f2cb180bf9be839b867

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [6ef5537422b9a1e69f4a4f9894d4343db3adca34]

        Solved the "unit-test" error related to parser.
        
        This error may also prevail with the unit-tests of "effects.xml & "transitions.xml" present in Impress.xcs.
        
        Change-Id: I2c661e62840911f9e21919e54271d30fd996798f

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [da5bca5b530521d75c4907b59c0b47ac1cc84a4b]

        Adding new Slide Layouts Samples to "layoutlist.xml".
        
        Have added new "Slide Layouts" samples.So commented out the code related to existing slide layouts in "sdpage.cxx" and also added some code
        for XML parsing of the new layouts.
        
        Change-Id: I8f5fdcab5f2eb41e37fa522a7801b388cbfefed5

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [2fd74b3b155160e73045298bc61ba8707cac2933]

        Working version of XML parser from configuration file path
        
        Added some changes in the "getRootElement" and new "layoutlist.xml" is added for "unit-test" module.
        XML parser works perfectly in the installation,only the failure of "unit-test" is left to be solved.
        Some refactoring related to "layoutlist.xml" will be updated soon.
        
        Change-Id: If7ed3af40e9b6df26e20881728181eb6c82936d8

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [4a281debd23ac8604bb80978e5f26c0cfebcc4b0]

        Changing the XML parser with configuration file path
        
        Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path.
        
        Change-Id: Iee636d32e629e935e46a18572646659780ae20e3

2013-08-26  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [58056cd73efbbda3065692427b69ed926700c9ca]

        Creation of XML parser function
        
        Updating the first working version of parser function "readLayoutPropFromFile".And it parses information from XML file for layout
        "AUTOLAYOUT_TITLE_2VTEXT".
        
        Change-Id: I24a52ae8c2b0c18ef806d9723d7eb6a7e43a20ec

2013-08-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5b734c8e19ceb38ec2f632b14fbbc753d95de77e]

        Ugly bad and nasty workaround for some dupplicate symbols issue
        
        Change-Id: I7283ecff340d95f16bb3a8d0aae97e166fa5f0e4

2013-08-26  Eike Rathke  <erack@redhat.com>  [aaa1bc40bb197968946c39d4c31c13588191bf55]

        resolved fdo#68437 append the bDetectSpecialNumber "true" string in options
        
        Regression introduced with 465dbaecf9890b7117a45d02ea982ef7aca32720
        
        Change-Id: I7c05c7f246dddd0271c421aa358068365d44fb98

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [4c96fa780890d2538e744d8080ac689a2fc1d593]

        drop unused helpids fully
        
        Change-Id: I1490fda183bb2315e3d6947941478fa3dd8ed6fb

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [fa22dd910bb9a1ad152d1120a027330fc19a649e]

        drop unused help ids
        
        Change-Id: I576f28dc33f7891c7df25e0200e19d02a5824023

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [65f8980f2d58f8f2f74dd19d386a36ce54fb5aed]

        Updated core Project: help  3bb6a44f94e5fa896748085a54f91f4ecffacc38

2013-08-26  Miklos Vajna  <vmiklos@suse.cz>  [8f146a8042dd8f3c88f39f8317372cd9c02ce4ad]

        bnc#834035 test file
        
        Change-Id: I8416d663e573237a7b5a55545e630e5cbfdca25c

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [7800193a54f3f43210a7a5afd6c3ff419dd9e2b3]

        convert token widget to .ui
        
        which means that the widgets inside the token window in index/table->entries
        are no longer truncated at the bottom
        
        Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [4a4631b86cdc1665484b14311ec0e83494aac8bb]

        convert tox entries page to .ui
        
        Change-Id: Iedc6ab145a39b3844a42b70bfa18f4af574d732d

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [81e0c2c38c9374da690d492cfe14acf7ae11d0f1]

        WaE: OUString::valueOf in higher debug levels
        
        Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6

2013-08-26  Caolán McNamara  <caolanm@redhat.com>  [d6985964bc34572ef303e21ac53200bd3cebbc1d]

        split out the custom index widget to simplify conversion to .ui
        
        Change-Id: If909ff5e68d9212601d62fd917055cec0538e948

2013-08-26  Miklos Vajna  <vmiklos@suse.cz>  [e9275c08acc2f4f1c925f78b56a1089515cd9a37]

        bnc#834035 DOCX export: fix hyperlinks of illustration index
        
        We used to export raw Writer bookmarks, but that's not valid in OOXML.
        Instead, it has normal bookmarks around the sequence fields, so use them
        if they are available.
        
        Change-Id: I0ef2ff7967c2802b53752c9505ef6db4cc2b8265

2013-08-26  Miklos Vajna  <vmiklos@suse.cz>  [750f0ebf97d19d1cf305dabe72d52ad6e90adf70]

        Introduce msfilter::util::findQuotedText()
        
        This was in writerfilter, but we'll need it soon in sw as well, so move
        it down to msfilter.
        
        Change-Id: I8efe02b6bbe8f391d9e14857ed58dbae184d5632

2013-08-26  Matteo Casalin  <matteo.casalin@yahoo.com>  [808d3c669c4c49c2dd5ea7fad7841378b5cc2f8c]

        String to OUString, some cleanup
        
        Change-Id: I7d1cdabdaecae1d993730397a1757727fb40a6db
        Reviewed-on: https://gerrit.libreoffice.org/5608
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee4d7829b7f5c07bd0b46dedc9436c83c7dc17ef]

        introduce gb_Package_PRESTAGEDIR
        
        this introduces a "prestage dir" -- if a file can be found in that
        directory, it will be copied over instead of build. Usecases for this
        include:
        
        - split builds:
          e.g. a part of the LibreOffice gets build by a core package and
          "writer" or "calc" package then only builds the additional missing
          pieces (while copying existing files from the earlier package build)
          please not this does not intend to produce separately installable
          instances, only to generate the build in multiple steps, to:
          - reduce filesystem usage of one build
          - paralellisation: e.g. "writer" and "calc" could build at the same
            time on two builders
          - restart capability: e.g. if a build breaks in "writer", no need to
            rebuild everything (relevant for slow and somewhat more flaky
            platforms like arm)
        - staged single build:
          on a filesystem restrained builder, keeping all the objects around for
          the build can be a burden. With this, such builders can do a partial
          build (lets say: "make svx"), put the instdir aside, make clean and
          continue -- but without needing to keep space for the object files of
          the build up to svx.
        
        It need gb_RUNNABLE_INSTDIR -- we are going there anyway, no need to
        support other scenarios.
        
        This needs more dependency breaking for most scenarios but a:
        
        export gb_RUNNABLE_INSTDIR=T
        make
        cp -a instdir instdir_prestage
        make clean
        make sw.all
        make sw.clean
        export gb_Package_PRESTAGEDIR=`readlink -f instdir_prestage/unxlngx6.pro`
        cd sw && make build # this does no compiles, it just copies
        
        Change-Id: I22d4208b2fad0d8fc59426ba4c8c52122876f646
        Reviewed-on: https://gerrit.libreoffice.org/5591
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-08-26  Michael Meeks  <michael.meeks@suse.com>  [170b1c663e2d65b06f9328f8268fac4a580dd570]

        avmedia - vlc: include iostream
        
        Change-Id: I94cec00f12dd4287980e74ad984518faedc4bae3

2013-08-26  Stephan Bergmann  <sbergman@redhat.com>  [3162d9d430a32c0d51f3d1f0cac3e22f66ae43f2]

        Remove unused STARTLANG feature
        
        Change-Id: Ib33f2ba2541faad24779cfdfbff7cf7f8a960af2

2013-08-26  Tor Lillqvist  <tml@iki.fi>  [847d60c4525a81c1c299e3b318c0552b2616f49b]

        Use strncmp()
        
        Change-Id: I593ce24ce83cd3034d23297adc3de5f6de18f3a9

2013-08-26  Tor Lillqvist  <tml@iki.fi>  [d06e5adc21f29c8954021a60445a5c0810731d9e]

        Be careful not to access a string out of bounds
        
        Change-Id: Ibc43ffa0c535e0baf1bb6d8b213320da345a3d65

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3c67751cd57ff54da6afa95949a67011eac5d239]

        Unused variable.
        
        Change-Id: Ibef6cade989995a61cdc22872a81bc97aeea86aa

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8f465e27063a04037f555afa40c17eee1a7ccdd5]

        A little more cleanup.
        
        Change-Id: I4cf9e6dfd4a6b9202b864693ec5861f1bae0f773

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2be411acef8bd7ef02ddfbaeb6543fb876934112]

        Combine SetMatrixCellData() with SetCellData().
        
        Change-Id: I170eca29a36e2d2db2f91bd588e912d7d56b4d4d

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fd4d8cee4b8c3bc7ec50d30c25090bfe61fd8037]

        Now we don't need to increment progress bar on every edit cell.
        
        Change-Id: Id5d460c134c6683a4e876856575ce269a43ea66f

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d5d96b15551fb685a99a4ee4217a152e00bc0dbf]

        fdo#60740: Export multi-line formula results to ods without UNO API.
        
        Change-Id: I69391a9d2ffb0afae7f40c8449196c986375db3f

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8bf709911f84492624d8ebb12cb0d92bc2ee730]

        fdo#60740: Export cell field items without using UNO API.
        
        Change-Id: If4c11e962f7fc66087b751a582ad026f445863dc

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d81b56c7f679477fed471f8150e1b95e6902e249]

        fdo#60740: Handle empty paragraphs correctly.
        
        Change-Id: I47d4f60daec82d2b6a4b5e8f20b8cb6484c55057

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [882bee5ede38b6ed4e1ec870d835546868c6586d]

        fdo#60740: Export edit cells to ods without using UNO API.
        
        Change-Id: If571d99060f87fd00e215fd93da1654fdcb50197

2013-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0d57434180db6c8eda8c5b9b704f8a1c18b371df]

        Create sections for unformatted paragraphs too.
        
        Change-Id: Id3486cf7faf0c03f2ce9c72f31d564d5149e5b48

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [c89d6bcdb44cb06f7bbd907d191dfbe18cfb0cc5]

        Don't sign the Current symlink in a framework
        
        Change-Id: I14106827d86f798687cdeb560c0df007070469ee

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [0aeba08d3e0ee611883fc5d415b0c87319ca31e8]

        Fix "Save As" when sandboxed on OS X
        
        Change-Id: Ibe2ea21265a0bb9c4fedcef137626df2a8019116

2013-08-25  Julien Nabet  <serval2412@yahoo.fr>  [21fbeebc8e9cd264e42e76022607851391ce3868]

        Simplify iterator management
        
        Change-Id: Ib1aaafe82c0a316d3a047a00940f65a818993321

2013-08-25  Minh Ngo  <nlminhtl@gmail.com>  [8a844a4b924eaadec25f9e27cef56b52a0abe50e]

        Linking symbols only once.
        
        If they were linked unsuccessfully a VLC instance won't be created. Some static
        functions and variables were encapsulated.
        
        Change-Id: I9d07ac9a73a6bd59928bcc349458ea346a26deb4

2013-08-25  Jelle van der Waa  <jelle@vdwaa.nl>  [88011f4cdf050c2df0b7488e273332d4e7048012]

        fdo#57950: Remove some chained appends in sw
        
        Change-Id: Ib63fe1cf689d8f3cab4ca3571dd71f712e3fd7a5
        Reviewed-on: https://gerrit.libreoffice.org/5602
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [d4c97a522e269a8875a8dadea1f6d728e91d77f7]

        String to OUString
        
        Change-Id: I4e35c8876d9bfbddb9da6c96cd605905343df1e7
        Reviewed-on: https://gerrit.libreoffice.org/5626
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [ab5c85f1307ceb3e0ac97b601e01d74ffd5778b7]

        Use support function for name of services
        
        Change-Id: Ib77a2aebdf6d557b78d433c4d9a81e6e9ad0edf1
        Reviewed-on: https://gerrit.libreoffice.org/5624
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [a3d10e95d24d9199de60b05e2ce4207f57988021]

        vector<OUString*> to vector<OUString> as a temporary
        
        Change-Id: Ib615c88c0ca9c0a3d969860249e96cb71b75f6f7
        Reviewed-on: https://gerrit.libreoffice.org/5623
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [e19804aabac1e6beae444bc9d8918b8fc78868cd]

        String to OUString and some cleanup
        
        Change-Id: I78790a84fc86bd852899aebbaff526c7cec224cf
        Reviewed-on: https://gerrit.libreoffice.org/5618
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [9be8cc68cda77b22259bb418b5577918ba891362]

        String to OUString and hide implementation details
        
        Change-Id: I91ca70273b2262f8aee7e7bb8000d1271e727b18
        Reviewed-on: https://gerrit.libreoffice.org/5617
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [90f83bd75ffde23a42f1165b5c1e7272dca71164]

        String to OUString + missing SetText
        
        SetText was addes as seen in other dialogs, for completeness,
        although all call places seem to pass the default null pointer.
        
        Change-Id: I1fe1792ad6f061fc762bae237f5cecfcbbd1ce06
        Reviewed-on: https://gerrit.libreoffice.org/5616
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [743c7c09b4deb7b62e49268f9867b96e6aab158c]

        SwGlTreeListBox: NotifyCoping and NotifyMoving almost equal
        
        Change-Id: I4cb9f7fccb7d5525a84dc8f5b1f25d1350d0f106
        Reviewed-on: https://gerrit.libreoffice.org/5615
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [45f2cba6e31e7e0af189ec6b2d2234969144ca1a]

        Reduce getToken load by using nIndex
        
        Change-Id: I5218181c03424ccbeeaea0bcebf12e97fdc168f5
        Reviewed-on: https://gerrit.libreoffice.org/5614
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [ed834ce6fdd222b97e3bc280e8430b33631b31f1]

        String to OUString
        
        Change-Id: I54c8f641b6db1762404916c4e4174d1f0e15cc39
        Reviewed-on: https://gerrit.libreoffice.org/5613
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [d598bb3ec735e45e53d82258d8aa9788bf0dc9a4]

        String to OUString
        
        Change-Id: Icc70248f48dd24a2940552f88590f02492a38824
        Reviewed-on: https://gerrit.libreoffice.org/5612
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [e593b3b38434d605fa450afdb7a58e06bc6f949a]

        Improve description
        
        Change-Id: Id1039c99f3a56a90aa69f05378428f0214df74a0
        Reviewed-on: https://gerrit.libreoffice.org/5611
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [f83a1f8e1ce005183983e10e57933e0f8141e02c]

        String to OUString
        
        Change-Id: I364c5eabf45a3a5011c0b1709da68cbeb38a6997
        Reviewed-on: https://gerrit.libreoffice.org/5610
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [8b0864c4b9a3392dea34658ac0368f9a1e4f66ed]

        String to OUString
        
        Change-Id: Ice893d6ae25791d9a825cd95f60d1edb5e7e33d7
        Reviewed-on: https://gerrit.libreoffice.org/5609
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [dccdb71d21f2a3c2b483b77a18fec79f3d7f5d39]

        String to OUString
        
        Change-Id: Id3959a977c697a9300e8eba09c29b575d4c34c11
        Reviewed-on: https://gerrit.libreoffice.org/5625
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [4a386c42f03bdb1896cbdd9391e2c4e1841dd5b6]

        String to OUString
        
        Change-Id: I7aa1eda2689081aea624f1de64380322ed2fd0fa
        Reviewed-on: https://gerrit.libreoffice.org/5620
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [bb2478664bb88d3430f02d2cbcb6d18d60eab412]

        String to OUString
        
        Change-Id: I1c5c6478d91d97092dfa322f31e9376e09063e24
        Reviewed-on: https://gerrit.libreoffice.org/5622
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [f6497d620296ee24d43424c0281ef911db773760]

        String to OUString
        
        Change-Id: Ic57557901fb45ea2c3a7b2c20a601b2be6985708
        Reviewed-on: https://gerrit.libreoffice.org/5621
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [80dfbe76a8b04017897a5d96e5aa6038d0699ebe]

        String to OUString
        
        Change-Id: I5e071f9484abae04efa2ba1526448182068d8f9c
        Reviewed-on: https://gerrit.libreoffice.org/5619
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Matteo Casalin  <matteo.casalin@yahoo.com>  [99105031a3e15dad3120c74ab46df4ff5d0f7349]

        String to OUString
        
        Change-Id: I260df7e14a5394dcf4aef540e575366eb9785c47
        Reviewed-on: https://gerrit.libreoffice.org/5607
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [5a684a041f10fe20512dd5aef6552531165dfa44]

        Typo
        
        Change-Id: Icfb6c58d8a73e45d7d9c5629ac0d808f7afcf9ff

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [955ff844401bc3577cb484ac40cce6688d96e5e6]

        commited PolynomialRegressionCurveCalculator2 by accident
        
        Change-Id: Icd41c465a96e357dca4e50993c899f9365239d8b

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [230524a373716154b698203a7b5c667b1f75746b]

        Forgotten one SAL_CALL in AgileDocumentHandler
        
        Change-Id: I28ad4fe77c9c8474f4f650e9ea5ab309be307fb5

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [7ee7a126edf2a4643eb049c4bace2f9ec6b4c373]

        and also add SAL_CALL to AgileTokenHandler
        
        Change-Id: I9b88fe7c932ba2d1b94eeeff7d35b1d011117316

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [70a05c8ee8129941c801bb0e6bc93ea8e42bc254]

        Avoid OS X sandbox messages when just checking if a pathname is a directory
        
        Calling stat() on an arbitrary directory doesn't cause any sandbox
        violation, it seems, even if the process has no access to that
        directory. Calling opendir() on it is a sandbox violation.
        
        Change-Id: I776c04653cbeeb511a4a1e455fcc2b10ed4a0e5c

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [fa9ef668fb8b0abfdf85d641048580fa7c2fee3e]

        More work on a sandboxed LibreOffice on OS X
        
        In particular, surround also the ftruncate() operation that
        osl_setFileSize() does with access through a security scope bookmark
        for the file, if available. This fixes file saving in a sandboxed
        LibreOffice. (But oh boy, does simply saving an ODT document go though
        a weird dance of file operations.)
        
        Luckily the C++ oslFileHandle abstraction keeps the pathname that the
        file was opened with, so even if ftruncate() as such takes only the
        file descriptor, we can get at the pathname to retrieve our security
        scope bookmark.
        
        Change-Id: I8acb1b2f3fb3ec0cea833697b7f1d4a1912ed551

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [2599bc9d6723daee921e3bf65124928bf56c8241]

        Switch from OSL_TRACE to SAL_INFO()
        
        Change-Id: I2222a8db929e2f17aff9f72ff2ae1ca6e081e576

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [8492cd9f9a861e2aaa60390bffea994d6102fdb8]

        The "shared" extensions are read-only when HAVE_FEATURE_READONLY_INSTALLSET
        
        Change-Id: Ia7b9a5a297ecc3bf8eedae10ee8918b5db40a5e6

2013-08-25  Tor Lillqvist  <tml@iki.fi>  [fcdfc62f760b7e33025973a460f90023b59bad8f]

        Do more syscalls using a security scope bookmark on OS X when sandboxed
        
        Move the handling of the bookmarks to the wrappers in uunxapi.cxx, and
        add wrappers for open() and utime().
        
        Change-Id: I92f9941152b567545eea60f2aaae6a3b8d35e792

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [f8ed55b38c41a4fba3bbafaf03a39cf4718259e0]

        Encryption: and add exceptions to methods that need it
        
        Change-Id: I8101f00bc4820ec3100e2c08a9dd21248c909081

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3e1bc81ad888cab1e31382f5a4faa3d2f0373577]

        Make this a separate function.
        
        Change-Id: I387470b42e967dd549b5bcfc418e9e566d2ccecc

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9ae7d6762b81adfdbd87034652cb2d4550a6dcf8]

        Change of plan - we need to include feature attributes here as well.
        
        Change-Id: I431b7ff79cffd5c9a7ff06f41a2fdd56bf2f968c

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a69c486a3d210d390a57b4f4a6d633e45204112e]

        We can simplify this one too.
        
        Change-Id: I2cd9be9bf38adda0c46a01b8c4fa85fdf6299ea4

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f5abc665e94113a53d450af020bc534756a88072]

        Remove ugly and expensive hack only to see if the cell is an edit cell.
        
        We can do it much simpler now.
        
        Change-Id: I913f2a226e1f16fbc9aafaa91af5550f3c7fee05

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dcd8964ca3f05a40b18cf17ab11116011c090abc]

        Use smart pointer for this too.
        
        Change-Id: I7aa4a38d1392be97ce22eecbc0993e9a52151b03

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [67e094ff7d21bd862bdf14d15f978bfba286a870]

        Provide a way to retrieve current cell instance during ods export.
        
        Change-Id: Ib35ecf6eef1e9f6b29bd639ee6f4630ac61aa104

2013-08-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97872f87b3b96dea7ca836c2fcee15bc17a8683b]

        Use smart pointer for this.
        
        Change-Id: Ic6b4b56d45a7791a065e7432446edf901ec5e967

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [1bff0dbf79cf11269122bb3ebba8b80120ef8b8e]

        Convert vector block* to const array block*.
        
        Looks like my compiler eats a lot of things thrown at him but
        others don't.
        
        Change-Id: If1d080a545e6c2a17e19b389eeb1714aa0569644

2013-08-24  Tomaž Vajngerl  <quikee@gmail.com>  [4323c66840e4c7dcacda0e33d33d7e67fdb08f09]

        fdo#35422 Support to open encrypted Office 2010 and 2013 formats
        
        Additionally encryption and decryption has been refactored.
        2 engines have been added: AgileEngine and Standard2007Engine,
        which contain core functions for encryption and decryption.
        Standard2007Engine refers to encryption and decryption as used
        in Office 2007 and AgileEngine refers to encryption and decryption
        as used in Office 2010 and 2013. AgileEngine does not yet support
        encryption.
        
        Change-Id: Ica1d4d5a109fb204012b92a0c39325fe0b99b793

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4d688beb2b2183ced387270e051dc25ee340fb4b]

        String->OUString
        
        Change-Id: I43ab520187375d75009da43a2f75a541021fdbfb

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [72a3be3dd0983769f4d17f237844efd7536da7e1]

        convert SdTpOptionsMisc to OUString
        
        Change-Id: Ifd971d1b0b2bbccea2e3c632e35b42d1065a66ea

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4c8fd5abdfd1cf588cf38e1b8e761d09b5952343]

        convert DrawDocShell to OUString
        
        Change-Id: I09e6f284024d00dbbc8a1c7b33684f4c23a650a8

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4652bdfa47a2ba453b6c8c199bc5f4f6d03af457]

        convert StyleSheetUndoAction to OUString
        
        Change-Id: I654df5dec1efae868aa6f90dbc672f9c29ebd0e3

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a0bfad8c0eed119af2aea71d4deebcd60ac3f4a5]

        convert SdPresLayoutDlg to OUString
        
        Change-Id: If21b54a9f8f17945e87363d9c370e756b6700831

2013-08-24  Caolán McNamara  <caolanm@redhat.com>  [db4154cc19c803707f34bdd5ce4e8a43eac528a6]

        add gtk_message_dialog_new-alike ctor for MessageDialog
        
        Change-Id: Ie422cd2c903cbd18353b1929c074574d452559ce

2013-08-24  Boris Dušek  <me@dusek.me>  [1c068a7a772ab903af627236ee93b0a1804be844]

        Fix a11y logging with 10.6 SDK
        
        The compiler in 10.6 SDK complains about ambiguous overload
        for operator<<. Compilers in newer SDKs don't.
        
        Change-Id: Id0b710a8668021d15754fa6eaea492a91557e34e
        Reviewed-on: https://gerrit.libreoffice.org/5604
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-24  Caolán McNamara  <caolanm@redhat.com>  [b9fa1e20f32653981f629b417dbe4816594e1c14]

        build on higher debug levels
        
        Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6

2013-08-24  László Németh  <nemeth@numbertext.org>  [a248008d08e3adf597e08bede2d58784df48deb6]

        fdo#68373 fix three dot -> horizontal ellipsis autocorrection
        
        Change-Id: I9c906c9ab91f604537769db6820aa820d5f637fd

2013-08-24  Miklos Vajna  <vmiklos@suse.cz>  [ac6a2038ac6eab37c8c0a7957a75c24baeeb66b2]

        ODF filter: handle draw:shadow-opacity for Writer frames
        
        Change-Id: I3ad39e5de5b6999d6c2182c1ec622ae7f873cafe

2013-08-24  Miklos Vajna  <vmiklos@suse.cz>  [2a01c49f767353e6db58d59362dace2363b736bb]

        sw: add ShadowTransparence UNO property for frames
        
        drawinglayer has a separate property for the shadow transparency, too.
        One more step towards Writer frames have the same UNO API as
        drawinglayer shapes.
        
        Change-Id: I84617502e9beb9e077c783ee8eb771d79c6ee666

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [4bea3627327d2faba580701062160ea7892cd384]

        A slash is a slash, a dot is a dot
        
        Bin pointless abstraction.
        
        Change-Id: I193842dff5a86f58f53827712e2f16f6bdd83c3d

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [9ba13c4a02555668392166d401d54c4695b10593]

        Bin "temporary hack" code that has been commented-out since 2002
        
        Change-Id: If228820b35927d24a1ae2e19c184767a447f829b

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [4cebcbedfe56a869e54a61f7023275dd6b426ca4]

        Simplify osl_getSystemPathFromFileURL_Ex()
        
        It was always called with the bAllowRelative parameter as false
        anyway.
        
        Change-Id: I6c4bf739e3f8c1d52dbe8af5df13e97dc9be96e5

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [3e8c8728967bab1aca1892b55af1497ceccaf67b]

        Remove function that has been commented-out since 2000
        
        Change-Id: I18ed3ba6f1567ec40f3a87d988863680c55f665b

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [5275de82b04331e38923f1e8429d46091884f6e2]

        Cleanup some weird or inconsistent indentaion and bin some pointless comments
        
        Sometimes one just can't resist.
        
        Change-Id: I3550f30cc206e2efe361a669b4f8e740d9c3c339

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [eb0a6c576c7e1bf804ac46ac0a6d0e0ad834fa68]

        Bin line of code commented out since 2009
        
        Change-Id: I89c2cf3c82617bada72053678a6fb6013bfbca13

2013-08-24  Tor Lillqvist  <tml@iki.fi>  [063b32804c58f663e42444f676af1a1e3a1cc2a8]

        Don't use lock files when sandboxed on OS X
        
        We won't be allowed to create such files anyway.
        
        Change-Id: Iaba652b9ae3f1d8c7cfeaae493e962d58ad1fb7f

2013-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [30881c7663bd24fbad67e12f15216daa0aea24d7]

        String(SdResId(foo)) -> SD_RESSTR(foo)
        
        Change-Id: Ifc683c67ef3a1b228e28faf645a44ca911b6ad0f

2013-08-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8c150a9ab87d71c1b187959b8146fd85420ee801]

        Updated core Project: help  cd613f0ea88364547616207dcc8a44bc65fbbae8

2013-08-24  Jesús Corrius  <jcorrius@gmail.com>  [0404f37297c4b283972d71c8f53765d9169bdafa]

        fdo#68194 Font files are left after uninstallation
        
         #i119948# Instruct windows installer to use refcounting on fonts.
        
        Author: Andre Fischer <af@apache.org>
        Reported by: DaLi Liu
        Patch by: qiuhuaidong
        Review by: DaLi Liu and Andre Fischer
        
        Change-Id: I45d4eb509d58852dcf446a0af94ac69fb6347d2d
        Reviewed-on: https://gerrit.libreoffice.org/5597
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e926621fb00f31471b0037d7955b6a3d7f908dc0]

        Mark as const
        
        Change-Id: Ib5849c9a652401dbac7e93bb69c18d95d31292af

2013-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e685f4d74ff9fda607a8bc62fa1947ca54853552]

        sal_Bool to bool
        
        Change-Id: Id6488ba7a72603f2f0eb2972f22797d6025f6031

2013-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [c0c366bbf4e1d1a9f0fa2df6c24569ec547bfea4]

        Bin never-used swinterf.c
        
        Change-Id: I54471f1b554d20cfaefaac78fb8b145f8a0cf2fe

2013-08-24  Michael Stahl  <mstahl@redhat.com>  [7b28b6cc6116856246ad2f339f5e6fb753197781]

        fdo#68319: sw: fix Chinese Conversion
        
        ... and perhaps other things too: the SwScriptIterator constructor gets
        passed a temporary String created by implicit conversion from OUString
        and retains a reference to that; convert the thing to use OUString
        (and adapt some sCleanStr too not to get the inverse problem...).
        
        (regression from 0295c8a34e39326414c1b98cf4da905802f061b0)
        
        Change-Id: I038ad0734385cdcae99ec404153f51ee427c7c64

2013-08-23  Eike Rathke  <erack@redhat.com>  [087ee66013916bd009eb0b29460ef1868b4d755c]

        encapsulate IsoLangEntry again
        
        Change-Id: I66475eb3914b07b4c7a045e295ef77a5de9439d4

2013-08-23  Eike Rathke  <erack@redhat.com>  [5b2a740b9cacd1e0e4d2164647e89fb6b1e6c39e]

        use sensible indenting
        
        Change-Id: Iea3c9e579e8236a9b7e1a57b4e7ec1c760f278e9

2013-08-23  Eike Rathke  <erack@redhat.com>  [fc0f7eaa73b671aea03b9182db3391382d6e8eb8]

        do not convert to IsoLangNoneStdEntry
        
        Change-Id: I94ba55f2ab8e9b495d8f02b137c940fe5173b8fd

2013-08-23  Eike Rathke  <erack@redhat.com>  [5cc7914d9199833d4ef03afe62f03d88693ed1f8]

        do not resolve system language here
        
        Change-Id: I77b8a3d750ba3a629252805342ab385731238ee3

2013-08-23  Eike Rathke  <erack@redhat.com>  [54e3af6ab108774bc0065be92798137e403ea25c]

        passed rLocale remains unchanged if no mapping found
        
        Change-Id: I4d1494dc5cba7a92fb067191477c3cbba46b056d

2013-08-23  Eike Rathke  <erack@redhat.com>  [f3e124f4bd759095d977a9639d226ed582ed76d7]

        moved privateuse handling to convertLanguageToLocaleImpl()
        
        Change-Id: Id9cdd5734f54fd4fca43f5e0d928d9cb37e8f63f

2013-08-23  Eike Rathke  <erack@redhat.com>  [22c19620dc44b8f619936c7dbd4b07c6a372d2de]

        convertLanguageToIsoNames() -> convertLanguageToLocaleImpl()
        
        Change-Id: I4e34fb09a901a414f3106883d9ace1bff81311b5

2013-08-23  Eike Rathke  <erack@redhat.com>  [d85566a48e47c8b4788b77d7cce77803ff797352]

        eliminated lookupFallbackLocale(LanguageType)
        
        Change-Id: I2a2a983acbd8af0487e7148f9dee2a73dc314891

2013-08-23  Eike Rathke  <erack@redhat.com>  [782808487510adae542ef25a9745d85f01d9dc38]

        eliminated lookupFallbackLanguage(LanguageType)
        
        Change-Id: I2c69fce56151d4afcf5a68c29fd6755ff4f3b8dd

2013-08-23  Eike Rathke  <erack@redhat.com>  [a829a352667d271408f791ee5e8a20dba844a5ff]

        extra convertLanguageToLocale(LanguageType,Locale) is unneeded
        
        Change-Id: I3a56e7cafeb2453b877582f6c2d1a705cb91723b

2013-08-23  Eike Rathke  <erack@redhat.com>  [84df29d34de7e1c36f57895f914a8b8090dff518]

        extra convertLanguageToLocaleWithFallback(LanguageType) is unneeded
        
        Change-Id: I67805c7f7a238e384a3cb6c3e58186e890594c49

2013-08-23  Katarina Behrens  <bubli@bubli.org>  [1256a084a841c99af3509a009e970b981117403e]

        Updated core Project: help  a993922100990b4f8affb5ecdbf8e2375873942d

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e2e10b4a544520a3dbd21dd7fe3937ce719de24a]

        Fix types in new odf tests.
        
        Change-Id: I0339dd941c81d12688bd531178ce9f1d6b779375

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [085453d0990c1f88e847ce714bf3c02f167de43a]

        can't use 'this' in a static method
        
        Change-Id: Id7366e5aa96fd1df08a0a88c11bd22b69e99b232

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [16b20502b2fdc0df576c21920529430d170268a8]

        convert email config error dialog to .ui
        
        Change-Id: Ieeac40fed60450514469fe1c2bd62f61e174591b

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [fa94ca9a84e12128fcd4a5aea1823ca5fd5b997a]

        ODF export/import of fine dashed border style
        
        Change-Id: Ia81385dd9952e90cd5ebb3d1bba38aff6f84d079

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [16f637dab3c1b5f7ac9eacf2c57347800d3fdf09]

        Fix borderline primitive merge
        
        Two problems
        1, Borderlines with different styles are merged
        Steps to reproduce this bug:
        -Add solid/dotted/dashed border to the first paragraph
        -Add solid/dotted/dashed border (but different from the
        first paragraph's border) to the second paragraph.
        Result:
        Second paragraph's left and right border will have the
        same style as the first paragraph's border has. Top and bottom
        border have the expected style.
        
        2, The order of adding border lines to the BorderLines
        container can change the correctness of merge.
        The bug appaers when there is a vertical text
        range with border, consist of more text portions.
        For example: Add one border for the whole vertical text
        range, but change the background of one part of it.
        
        Change-Id: Iae6ecff31f24b232b3250c3f9d0d4ecd49fb18d4

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f8b6c3949e2c1f23549a2ef879e728cdb7149235]

        CharBrd 7: Border shadow
        
        1, New character attribute
        - Add the three shadow members to font
        (width, color, location)
        2, Painting
        - Extract the shadow painting to a local function
        and use that for character shadow (paintfrm.cxx)
        - Reduce the painting rectangle of background
        (shadow doesn't inherites the background of content)
        3, Border merge
        - Use text portion join members to skip shadow
        when neccessary.
        4, Vertical text
        - Get shadow space dependant from oritentation and
        border merge.
        5, UNO API and ODF filter
        Paragraph: ParaShadowFormat -> Character: CharShadowFormat
        
        Change-Id: Ief4669990d238016c3ffc18a2609a3df7d9dddbf

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9509a46683e40fc2feea6631b701b766797b7882]

        Use text portion's join members without changing font
        
        - The main advantage of avoiding font change and
        use join members is that part of the border can be
        removed (e.g. right or left border) but shadow won't.
        - Other advantage, SwTxtSizeInfo is used for calculate
        the length of the specified string and there are some
        case when this length have to exclude the border width.
        - Add join members to SwDropPortionPart and use these
        members to set the whole drop portion's same member.
        In general a drop portion' join members are false
        and it get true value only temporarly during the actual
        part formatting. (maybe it would be better solution to
        make distinct drop portions instead of parts)
        - Improve line break
        
        Change-Id: I6d11ec7b250c9a8b769cffaf83861f25f0c477a5

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [517e1056649646ca170f4c17cdd36b06656587ac]

        Remove some unused include
        
        Change-Id: Ibe5291544de2c1dcd1d769ecd40b0288f622ea05

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ff73528561488fceef04fde081dab907c86f6b5b]

        Remove useless method
        
        Change-Id: I5f2c5a57a5b0defb15bcfd68bdf2a9ce6f2446ac

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [baf3843058d2cc7ddf57743b7c658b4cb2ddde2f]

        No need for this temporary used variable
        
        Change-Id: I774618c27a4abcab6edae53339b607542389c11c

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b64a18522955d7908a2f0707668912ab0edc6f7f]

        Remove some whitespace from paintfrm.cxx
        
        Change-Id: I1d125d5f1bb863423f98c5be75f8d6331c2b8081

2013-08-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [bc0fe652363fa4e3e006a82c8e4c19f68b2f067a]

        Remove some unused method from SwAttrpool
        
        Plus fix a typo.
        
        Change-Id: I08a468decc9a8e8fde24d89c87ae65003c8c9c57

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [7b80e47bb75b911ce8da8db7f39165aa175e5f78]

        XubString->OUString
        
        Change-Id: If59e9a3956074557842ebc5b178266e9be95a867

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [6d7a70b4a40941d3dbb4724a3d30af4196b46fca]

        Bypass the alias resolving completely when sandboxed
        
        Attempting to look up the bookmark data for a file will try acessing
        its resource fork, causing messages like:
        
        soffice(83685) deny file-read-data /Users/tml/Documents/b.odt/..namedfork/rsrc
        
        Change-Id: I1b2b0b493a46aa629581b921c94c5014f994e75c

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [d22c94dbf16d18bce39f060aa21f3083169426ca]

        Make our File>Recent Documents work better when sandboxed
        
        Store security scope bookmarks for files selected in the file picker
        in the user data. (I looked into storing it in the LO "registry" in
        the Histories/PickList thingies, but that was horribly complex.)
        
        When opening a file, if we have stored a security scope bookmark for
        it, use that while opening the file.
        
        Change-Id: I347ae2dd815299441c17467d9b66a226061d0ed2

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [523df6efab74549f1e0d061d48160978ce038f37]

        Must bypass AppleRemote here, too, if ENABLE_MACOSX_SANDBOX
        
        Change-Id: I5bc2588c8a5cdb836e72a160233fe1add63de8e8

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [35ab624acdfb78db429e118c51bea783ace57e95]

        Set Null indicator in input SQLDA as appropriate. (firebird-sdbc)
        
        If this is incorrectly (or randomly set) then firebird will end up just
        ignoring any input parameters (previously the case). The documentation
        claims that -1 is the null indicator, however the inevitably-random
        values previously provided (from malloc) also caused firebird to treat
        all input data as null.
        
        Change-Id: I79b9704df0a307ec493e74e782551b9b0ff109a2

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1f50aee94df71bcd4c99cee44af0464ce46193a3]

        Improve comment. (firebird-sdbc)
        
        Change-Id: Iec5c5a434a371d73bba0345362f991a948d28c6a

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [5300d637a39742c1d952d21651737c708ecc2f89]

        Clean up desktop::UserInstall
        
        Change-Id: I0cbf15443877648b1b2d82bdcf03dcccdf5f26ac

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [5e110ab8884bc033b4f2aab35bb3c8c520a2d8d1]

        /org.openoffice.Setup/Office/ooSetupInstCompleted is not localized
        
        ...so it makes no sense to localize the configuration provider when retrieving
        its value.  (The "real" call to the default configuration provider's setLocale
        is in desktop::LanguageSelection::prepareLanguage anyway.)
        
        Change-Id: I55e8177d83a480a433ab38f49cb8f49fea2f6c77

2013-08-23  Miklos Vajna  <vmiklos@suse.cz>  [df06e968f6edfa812effe99a320c4ce14f036289]

        DOCX export of picture shadow transparency
        
        Change-Id: If84da3cd020485b1895c572b8e24998266d9be31

2013-08-23  Miklos Vajna  <vmiklos@suse.cz>  [d6e80921f6bdd8ae21f44677aa978e80fe7ee54b]

        DOCX import of picture shadow transparency
        
        Change-Id: I15e09017eccc3f0e5ed8cab9c3de3677c8a580fa

2013-08-23  Miklos Vajna  <vmiklos@suse.cz>  [c35898696f9d6157472e78426ae511bc83f3eb74]

        SvxShadowItem: allow setting transparency other than 0% or 100%
        
        Also adjust SwFrm::PaintShadow(), seems that can't deal with
        transparency ATM (always paints white in case of even minimal
        transparency).
        
        Change-Id: I88baea732d6ef01b2e516af562bc424775c38f84

2013-08-23  Miklos Vajna  <vmiklos@suse.cz>  [b6a4247ea5eec433493672770e3023fb9ae7880a]

        VML import: fix default value of mso-wrap-distance-left/right
        
        Change-Id: I2168358076d9c5ce3271b21cd5a541e51aa502f9

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [a1c4ab09ddd669810a412e5ab40d7f06326b55cc]

        Properly mark callback functions as extern "C"
        
        Change-Id: Ida0a62a438ee36ef1aaecb5ca4a072325b22636d

2013-08-23  Andras Timar  <atimar@suse.com>  [897c73740bbed6b95999f43839db8412c5753d10]

        fdo#68440 update Italian autocorrection
        
        Change-Id: I7f0dcccc5abf3ba0d0969973c4d0800095bfcca7

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [194c692a7fe4949684920eba53ab4dfcc3391895]

        convert toc dialog to .ui
        
        this should stop the intermittent redraw glitch and the toc dialog initially
        appearing shoved up against the left edge of the screen
        
        Change-Id: Id1dad162f110cd9140d2603a2b3b43ef64e703ca

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [7038df3a6711a59774e2cd3e3f37cc2538ae094a]

        Updated core Project: help  ea6fb921ac8022389401d476a1bb95aba613bfc6

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [3cb029b35b233bc1f05853a7e8e75b7dd0397ce2]

        Updated core Project: help  2f746fa8e5e110601d1a1c8a0a314d20ec95e3b5

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [17d5f351610d0a10bde09621aeda8fdf6878394d]

        fix up compat ids
        
        Change-Id: Id783db750885404457e0c4f96eca74c39ec63394

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [0f9802be44a5fbd883b16f0b0f11d43e4b29f48c]

        convert compat options to .ui
        
        Change-Id: Ie9aed180500d9fbcdfce1caa1ac8349eabf836cd

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [a93730b578443afe992f064a43b95f46b40801e7]

        drop unused TP ids
        
        Change-Id: I8de5aa646fc2c31d1e0a1ebe8ae9263d55c52ef6

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [b240a1c188b58e3e717335339bfc3f5e20bb2bf4]

        rhbz#1000150: Do not call exit upon XIOError, take two
        
        The _XDefaultIOError handler (libX11-1.6.0/src/XlibInt.c) already calls exit
        (even though _XIOError calling _XDefaultIOError would call exit afterwards,
        too), so our XIOError handler must not call aOrigXIOErrorHandler.
        
        Change-Id: I92655f22d25ec1358fb6234c94fdfab368efedba

2013-08-23  Siqi LIU  <me@siqi.fr>  [1d1626f284790be9bf5dd2c6a7c148f2e05c8957]

        replace requestImmediateUpdate with normal notifyUpdate
        
        Change-Id: I8f9421cf9c9ec4c5e9e4bb47aff6f18ad3dcafc6

2013-08-23  László Németh  <nemeth@numbertext.org>  [af2bf3594101b66ecffbc118c0e8d5fb7fa23ba5]

        Updated core Project: help  52d5cf30c7838e320c39a0f65d4633797846fe4c

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [ad5cab9ff55b82b434d4031583c56aa549bd357a]

        Updated core Project: help  fe2c991701bc08bbe77eb3fa960512a60f6f1c49

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [a06eb1d99cc47155205a4410172ada0374ee08d2]

        semibold -> bold
        
        Change-Id: I83d0958fde5a057e57474c7511526e7f411ff46f

2013-08-23  Oliver-Rainer Wittmann  <orw@apache.org>  [55920ce3e85c91f25d2ca8cf92b8a48f3fad04e3]

        Resolves: #i123051# handling SHIFT-<arrow key>
        
        huge object move only when object is selected.
        
        (cherry picked from commit 09c64ae86baf3572856c845e0785692b2cbfe058)
        
        Related: #i123051# some minor code clean up
        
        (cherry picked from commit 4dd71466a9463d234b918ce2729c49a57293fb24)
        
        Conflicts:
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: Ic681edc18194336fb082ca927457c4633473dbfd
        5a692f8ce616a6f06bf4075a2f05cf700ef6fd6c

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [ffea65915b9cc6d4f3c01f829552702654a040f9]

        rhbz#1000150: Do not call exit upon XIOError
        
        ...as done in _XIOError (libX11-1.6.0/src/XlibInt.c) after calling the XIOError
        handler function (either the one supplied with XSetIOErrorHandler or
        _XDefaultIOError), as that calls the atexit handlers, which can wreak havoc in
        unrelated threads that happen to be running in parallel, leading to arbitrary
        crashes.  So avoid that by always calling _exit already from our XIOError
        handler.
        
        The old code was careful to /not/ call _exit when the XIOError happened on any
        thread but the main one, but I do not see the sense of that---after all,
        _XIOError will inevitably call exit afterwards, so this cannot be a way to
        "ignore" XIOErrors from special threads (that are set up say for the sole
        purpose of trying out "known-shaky" activities without affecting the stability
        of the whole process).  And findings like comment 12 to
        <https://bugzilla.redhat.com/show_bug.cgi?id=831628#c12> "[abrt]
        libreoffice-core-3.5.4.2-1.fc17: ICEConnectionWorker thread still running during
        exit" ("it is very likely that this is not a normal exit from reaching the end
        of main, but rather some explicit call to exit from some error handling code")
        make it clear that we apparenly do suffer from such calls to _XIOError -> exit
        on non-main threads.
        
        I have no idea why vcl/unx/gtk has its own XIOErrorHdl that is substantially
        different from the vcl/unx/generic one, though.
        
        Change-Id: Ida7d407cf5f0fa4e719118cab5e725144ceb3a35

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [6243704ca068a9c2e3ae4c743bdf98630eb831e8]

        convert condition page to .ui
        
        Change-Id: Ifd05bdb46cd0cbbce09bd91a3fbf78d6eac0d8c5

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [209ca76f0eacce10378bdc44e41e7cb69bd612e0]

        XubString->OUString and German->English
        
        and remove the use of the current environment encoding, which can
        only match the encoding of the text by chance
        
        Change-Id: Iff6027a8d91db3644c9b827fb9460728c2b61751

2013-08-23  László Németh  <nemeth@numbertext.org>  [9eb39ccff8741d59e47af34b4038b7fcb79d15c2]

        fdo#68373 allow "*word" pattern matching
        
        Change-Id: I13682f3886451838e522b259dbb2d686bff1437b

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [19cb39f0ffafaaa2f016035bd4ec297b87652681]

        Close cursors in PreparedStatement. (firebird-sdbc)
        
        Trying to reuse a statement that still has an open cursor leads to
        errors -- in this usage isc_free_statement doesn't actually free
        the statement but simply closes the db-internal cursor used by
        that statement previously.
        
        Change-Id: Iedbe42bc46e6b6f972b7b19f17a60d5f59bae28c

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ddc3818322b07793ae398a46d6cf9fc71f7bbff7]

        Use correct sqlda for number of parameters. (firebird-sdbc)
        
        Change-Id: Ief966fb9bd9f3344cfe9f3b4c4b37540e00ad063

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [33b011e6ff908f5b0a4eec43d89284b0cf631b21]

        RefreshRow is unuspported. (firebird-sdbc)
        
        Change-Id: Iec8e72a6236de83a1698e2d6e9dbcb609f0f858f

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ab59b7176fcb82ffe16c9200169c2a897387c056]

        Remove unsupported XRowLocate/XDeleteRows (firebird-sdbc)
        
        Change-Id: I74bf84c8aae4d4ba6b9a2a9ca497ed0cbc092d35

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f69b198ded406ed07b91c79e243cdd28298d6dad]

        Remove unsupporte XRowUpdate/XResultSetUpdate. (firebird-sdbc)
        
        Change-Id: I3b9f8c7199e66f90e1573069996962294793d95e

2013-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7a3eff265280d311816f4bc180ef2ec74400e57d]

        Set Table privileges. (firebird-sdbc)
        
        Change-Id: Ia73f2f2107e17c03bc568075a0a99bc7a21fb8a7

2013-08-23  Michael Meeks  <michael.meeks@suse.com>  [621c1e491e56db5416da1c763aaff862e8ede67a]

        fdo#53032 - Use the right mark area to undo paste of RTF.
        
        Change-Id: Iee0521e4f7851f5b51cf6ab7a973bf8b46fb09f5
        Reviewed-on: https://gerrit.libreoffice.org/5549
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [73c24e114bbbeaf9e7320bde43f6f07bed01f25b]

        Resolves: fdo#68372 crash when moving the ruler
        
        Change-Id: Ie01bdd491b41c1fbcd46dcc119afa01583ed852a

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [c2ba881c00a1cc7b509c5777e2d4655d6bef558a]

        fix hex escape sequence
        
        Change-Id: I8bc9d3812977589e96f5440afa8d46bfe4d3b88e

2013-08-23  Stephan Bergmann  <sbergman@redhat.com>  [7ba3d14686c44f1c02d3d59d7d478d3c7ff50ea4]

        New -Werror=unused-local-typedefs in Boost 1.54
        
        Change-Id: Ie1b079c0e8f431d7a48f225b18be2b96fd20e85e

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [474d5e7e3a9c9d62bf29154c531a112d996cd480]

        Fix warning: BOOST_MSVC is not defined
        
        Change-Id: I99d542af1b0d5ba68cad23512bad275aed83f0fd

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [a2cdbc2fea579acab56723d031aa942c0aff5c6e]

        bump narrow liberation fonts to 1.07.3
        
        Change-Id: If3be028f63c29fdb8a6c2b77f5b9dedbdd438a96

2013-08-23  Caolán McNamara  <caolanm@redhat.com>  [cd3fc16ab4fbfab48f6e691382b4b904c63527e8]

        unused TB_INPUT define
        
        Change-Id: Iaeff95648cdc5d80c1dca31ef721675ce7f445a8

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [45ef1eda9e8851d454237d91b7fc46299fd621eb]

        WaE: __PDP_ENDIAN is not defined
        
        Change-Id: I45d454a0457a7da43be3426ee3007c0aec28c635

2013-08-23  Tor Lillqvist  <tml@iki.fi>  [4910c54a39703d19f5e36fa9c47938c1033f91e9]

        Update the bundled boost to 1.54
        
        Change-Id: I5704ab1beaae1d28c2ae8d643343185e8aa6a749
        Reviewed-on: https://gerrit.libreoffice.org/5582
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-23  Jesús Corrius  <jcorrius@gmail.com>  [1982c3fd674f7a7c4b59e82e565af048c9e7387a]

        now really create the key in the right place
        
        sigh...
        
        Change-Id: I6d55da7b6e7fc1c6a9573aa05f9045388edf3684
        Reviewed-on: https://gerrit.libreoffice.org/5589
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-23  Julien Nabet  <serval2412@yahoo.fr>  [c958c4ed117a46889afc59ae52502b7262c9ea5c]

        cppcheck: fix duplicate if/else
        
        I don't know if it's possible to parse EBCDIC knowing that there are several implementations
        So I commented the block and added a TODO.
        => no time wasted for this block (ok "micro waste")+ 1 less cppcheck report
        
        Change-Id: I72b72b68295eab7be5332166b955adaddf6ee5c3

2013-08-23  Julien Nabet  <serval2412@yahoo.fr>  [b51dc041b5c4cdec2ba89984c38bc6d1f0cff178]

        cppcheck: reduce scope + remove commented lines
        
        Change-Id: I51656a8bce5c2fdaf267582846ab82df838f05a6

2013-08-23  Julien Nabet  <serval2412@yahoo.fr>  [7d8b6c311f244fff5ae291c5b83aa2e81bbd44e7]

        cppcheck: reduce scope
        
        Change-Id: Id2f4c6737e8f5290c7e41a42bec0d952207cc40e

2013-08-23  Julien Nabet  <serval2412@yahoo.fr>  [3906f303716a5fe8b0ed34eb4e756243b0af25a2]

        cppcheck: fix reassigned value + fix indentation
        
        Change-Id: I92ce0ce983b87528860fd56714e29338483b62ca

2013-08-23  Julien Nabet  <serval2412@yahoo.fr>  [33cdd24e97e2cc7a27b7bc7467dd54a2bf6a73de]

        cppcheck: fix reassigned value
        
        Change-Id: If37c0fde63c718fd493115de76e2dc8c0e780c3e

2013-08-23  Siqi LIU  <me@siqi.fr>  [22b1a83712e65ef2eec3d0d568533ec5d18f6863]

        remove unused comment
        
        Change-Id: I4076738c7186aeea2ab00a3d0424c86b7c005dbe

2013-08-23  Siqi LIU  <me@siqi.fr>  [6aac349140436a40cfbe84e3fce61a8dc7be4b3f]

        misc
        
        Change-Id: I24736c4bd05644ed61e6df50f2267f6a2cd2f7f3

2013-08-23  Siqi LIU  <me@siqi.fr>  [1e7918feeb088008a266edc493731dad361fecbc]

        getTransilationOffset Impl
        
        Change-Id: Ie02e1c4d2ab1357469213f13971ab04632611d67

2013-08-23  Siqi LIU  <me@siqi.fr>  [eb0cc3a63d6dade5d54deff91c2845a5a782b6ff]

        dummy implementation for getTranslationOffset
        
        Change-Id: Ie1f71ee76af308a6eec9d38e3d629d7d6faf3596

2013-08-23  Siqi LIU  <me@siqi.fr>  [e21ad69e8b0bc7b3c5b3a310c3891685d8e4b7a1]

        implementation for getTranslationOffset
        
        Change-Id: Ibe1d7f6af4be8f1520c093cd0b23cb06f5346716

2013-08-23  Siqi LIU  <me@siqi.fr>  [7ba076d7fd46cce99f6fc7a5b26f74d8f207ec3d]

        extend the SlideShowView interface with getTranslationOffset
        
        Change-Id: I33f0eaa8a54902bb65a000b74ef25323423d01b4

2013-08-23  Siqi LIU  <me@siqi.fr>  [0f61bcb6a304b5323e2d61f088cf688291796e88]

        replace pointericon png with a transparent background
        
        Change-Id: I9b8528b545ffc67daa8e6b3b9d588c9bd09ee09d

2013-08-22  Khaled Hosny  <khaledhosny@eglug.org>  [94a742fbc092eb75dbcffcbce0ac96679c90add4]

        Don't re-create Unicode and font functions for every text run
        
        Change-Id: I35ba21d753adfc619656d4473b214485dc00faba

2013-08-22  Jesús Corrius  <jcorrius@gmail.com>  [cbb3f73adec26896b1e5c371548fa3bd1ae57130]

        I am stupid
        
        It's not actually that I am massively stupid, it's just
        that I've got bad luck when it comes to thinking.
        
        This patch makes the installer create the values in the
        right location. Where now...? you'd better don't ask.
        
        /me goes for a brown paper bag.
        
        Change-Id: I792ba5e9a78a895d3df7dfc48d1fc7c5303ce28e
        Reviewed-on: https://gerrit.libreoffice.org/5587
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-22  Khaled Hosny  <khaledhosny@eglug.org>  [1f9d1e15634b1ef1dea37dc00c7bacb4f97996d6]

        fdo#66715: Avoid compatibility decomposition with HarfBuzz
        
        Change-Id: Ibbf5720baf7fb507e66515104115d58597258b1d

2013-08-22  Tor Lillqvist  <tml@iki.fi>  [4fe9ef81aa83403bd3b7df555ccbd96cbdfd7c2d]

        The AppleRemote code is blocked by sandboxing so bypass it in that case
        
        Change-Id: I0e86c82fb81732468cf0a60eb8ff1d0579986767

2013-08-22  Tor Lillqvist  <tml@iki.fi>  [680ff754db8d7541877b35bb8596e96db5c8ea27]

        Add the entitlement for app-scope security bookmarks
        
        Change-Id: I61c6c73965cad2cd807dbc9d33894c67a61f2c75

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [e6a531ff2c54b5caff7b9666416a776b2e6f5f32]

        Updated core Project: help  d94d2ab8e1f91817a318edefbbd3e805cb71102d

2013-08-22  Michael Meeks  <michael.meeks@suse.com>  [e851ea0ed30e9bb95c273a29aeab7f48f606145f]

        fdo#39484 - don't loose outlines while trying to undo formulae changes.
        
        Change-Id: Ib3b2bab5beffb8164a8cd2c0b4db4c97f427507e

2013-08-22  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3f8c36caef76ee1f688d35d39ac5bffe5d0f8319]

        fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
        
        Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66
        Reviewed-on: https://gerrit.libreoffice.org/5571
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [91ffdf58555ea25c5ffdaee9ec741ea99370096a]

        convert picture frame to .ui
        
        Change-Id: I624a4cfa8a5e8c3c72833ff0c3545deadbe4435d

2013-08-22  Ri GangHu  <sweetdream201@163.com>  [d3ffe3ed3fa1b80c7e54439673029e105940db80]

        fdo#67737 : fix for flip not being imported & rendered correctly
        
        Signed-off-by: Adam Co <rattles2013@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/5272
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I5c8440edad0381e33b64f64bb54aa8f1bc304007

2013-08-22  Miklos Vajna  <vmiklos@suse.cz>  [84184f957d004e1f7b7a361935d34b1fc2af51d6]

        DOCX tests: move testTableFloatingMargins to the export suite
        
        This was added to the import suite temporarily, to be sure the import
        part does not regress till the export part passes, which is now the
        case.
        
        Change-Id: Ib9291ab3ef0beaa407f025c6f81bda9cdf9f75e9

2013-08-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f2bfb0d4a4b206852c811b18b25ca508a40aee7f]

        fdo#68252: Add FONTWORK into the INSERT menu
        
        Change-Id: Icdb1774996e9b9669e95fdbefca0be054f91465a

2013-08-22  Miklos Vajna  <vmiklos@suse.cz>  [f26e35c93526cdd1c4fcb6614c3fb1f6a3c511e8]

        oox::drawingml::convertEmuToHmm: fix rounding for negative values
        
        This commit also moves the floating table DOCX import testcase to the
        export suite. That test now passes fine, though previously it failed with:
        
        - Expected: -199
        - Actual  : -198
        
        Due to the rounding error.
        
        Change-Id: I9bdc9295f68b6bd3e5f5bee868aae15194b30804

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [166510ed48bf49b75a031ce973f41d08fb4e4518]

        Resolves: rhbz#996162 apparent NULL bullet font
        
        Change-Id: I2f50ef1dabe2f152f2e18025edc88734158dbea2

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [123189c882366002ca4c81c7db71ed690f8e907e]

        No use continuing with empty extensions sequence past the exception here
        
        Change-Id: I889c7d526b0b06b3c77248d1da255ffa8f754da1

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [fc456b51fc7543d88585f0b18e3856675ba9c3b1]

        Missing dependency (see "#using <cli_basetypes.dll>" in climaker_share.h)
        
        Change-Id: I2575da1ccbe1c301dd826588aec2a787176d3cfd

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [98a61a2ae109f3d72940274ceafcf3e84d79aa0b]

        Resolves: fdo#68275 Grayscale TIFF is imported as white
        
        this reverts 6c719c1585eb1a2dbab86cc73ff871da41765981 "n#615223 local nbyte1
        should have been class-level nByte1" which was to fix the use seen
        in valgrind og the uninitialized nByte1
        
        So additionally remove the use of the uninit nByte1 entirely
        
        Change-Id: I5b3f4fa00d74e545f207a11a5e90935f14a23a8e

2013-08-22  Piao Jing Nan  <sweetdream201@163.com>  [b904b9a4875a023b430f013e62b81bc90ea8a592]

        fdo#44689: fix for DOCX import+export of page number start value
        
        Change-Id: If4940b17bcee0d06fa8dc9bf9faa708cf6d0db1c
        Signed-off-by: Adam Co <rattles2013@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/5528
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-22  Tor Lillqvist  <tml@iki.fi>  [7015a34a1455b100f0c7d324c68930823da22bd8]

        Use project-relative paths
        
        Change-Id: Ibb2a62d85d291138b002fb72ef3f681a46376bc9

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [9fe6586a0bb3f10e3bca6f1215733d373e8fdac3]

        convert print monitory dialog to .ui
        
        Change-Id: I59081c74adaf88d81a3c539c8fbfe3b535d7f6bb

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [34cebca4850a9b93846e51c7321a4e66b5e73959]

        Application::Reschedule * 25 to get redraw to work
        
        use the same arbitrary looking value as the other places
        where this hack is used, and now I can get to see whats in this dialog
        
        Change-Id: I61ce921778befa604dba362e59999342a4ca34ec

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [95a04382225383cca7cae466a6842caa51ecd00e]

        MONITOR_TYPE_MAIL is never used anymore
        
        Change-Id: Id6d4b235e9eff610ad33a0815b2ade6d78ad704f

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [34ff95a4e11d9b81e3258eb451ece7e201c3657d]

        At least CppunitTest_connectivity_ado requires the affine_uno bridge
        
        Change-Id: I15b7069e2c7362b9554bf0f869d7c922895a6466

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [cb327052cbf1a4deab6285b1318dec8d1c3c4d90]

        Better assertions
        
        Change-Id: I4ba11570328e17abdf063049065b4fc6dcc65a9d

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [77dc93ddeaee5ee73c7b0afe49da7d699fe62e23]

        What's it with all those *static* XSpreadsheetDocument instances?
        
        ...appears to be completely unnecessary, and maybe this helps fix some obscure
        DispsedException failures in JunitTest_sc_unoapi (not ones resulting from a
        crashed soffice.bin, but "genuine" ones happening when chasing
        util.AccessibilityTools.getAccessibleObjectForRole).
        
        Change-Id: I127940e9a2a9784d01255307b60614d53c86436f

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [e485b16078efd3ca7d13fa8a4ea1a7d52da7daf3]

        Various desktop::Acceptor clean up
        
        Change-Id: Idcb41f8b83863ac1d37ea47a8bb61901f3bc7e06

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [f1b5c883cb00210055abb7ddccf94d9736089234]

        No need currently for static oslThread m_Mozilla_UI_Thread
        
        ...though the real fix of course would be to keep the oslThread around to join
        it later.
        
        Change-Id: I604431cd59e623a7ec97734800136464fd272802

2013-08-22  Miroslav Mazel  <mazelm@gmail.com>  [93efd1016a3eb39f2e35476837a249f0f1793f72]

        Added small version of Tango Insert Graphic icon. Change-Id: If53d3c2f35eaa2df13b02efe50972dcd53945bf3 Reviewed-on: https://gerrit.libreoffice.org/5580 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [ecf12c8286fece4e6f86dccbb37bff6794f0867e]

        Related: fdo#68396 FrameSelectorImpl draws before being initialized
        
        Change-Id: Iae13a7484643117a6f0f40c298c95f6b2a2a4467

2013-08-22  Andras Timar  <atimar@suse.com>  [bb5544622b86cd6fb98dfcb81f32f3cd6b56b97a]

        pocheck: Math symbol names (from symbol.src) must not contain spaces
        
        Change-Id: I4195ae747229dd5f991acc8ed5764b42aeb73cf3

2013-08-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e830fa3f496fd4d3ff53d8d9ca5916e4023d055a]

        remove solenv/bin/buildalyzer
        
        - it was only a helper for dmake->gbuild migration
        - this is luckily done and good riddance
        
        Change-Id: Ib32ce4e48ff353d8207222fee18e9cb5d235bc5b

2013-08-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bc45700b1b8a0579502e09b3a7d6ec4c0c96dc8b]

        remove superfluous sort.pl
        
        Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176

2013-08-22  Tor Lillqvist  <tml@iki.fi>  [6a5a460e8a9592ca089ce15b0d2fd641db0c189a]

        Use codesign --force to replace a (bogus?) previous signature
        
        For some reason I get an error message about soffice.bin already being
        signed, even though it isn't. Also ignore (bogus?) exit status from
        codesign.
        
        Change-Id: I0227cf9a3b098a5c16ea68643c84cdc0ded2a8f9

2013-08-22  Noel Grandin  <noel@peralex.com>  [e0233480c674987cd0de301fde57248a7aba523d]

        equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase
        
        Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99

2013-08-22  Noel Grandin  <noel@peralex.com>  [d616f1aacb85dd8e3387ebcb0bcfa938a47b0026]

        another attempt to fix windows build
        
        after my OUString changes. Seems like windows really doesn't like
          OUString tmp;
          bool b;
          tmp +=  b ? "1" : "0";
        
        Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [c880eff613540fc291cd5f90928c95cbe260979f]

        convert mail merge connection dialog to .ui
        
        Change-Id: I37bbe66798efe855e9d12d131311615f6fbac702

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [e9f3866934d68b4bca36d2e7d654c077fd6703f4]

        Updated core Project: help  0ff44743cae6804c14732976090da301b0bedcff

2013-08-22  Noel Grandin  <noel@peralex.com>  [9f54d3847dd424d0e144ada64758772e14f12c1b]

        fix dodgy NO_INDEX code
        
        The comparison of NO_INDEX to getLength() makes no sense, and makes
        even less sense now that the code is using OUString, after my recent
        change
        Change return type to sal_Int32, and change NO_INDEX to -1, so that
        it can't possibly conflict with a valid index.
        
        Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76

2013-08-22  Noel Grandin  <noel@peralex.com>  [453fe67d74ace81cd1b85fb24bb84b292492e6f7]

        fix use of dynamically allocated OUString
        
        after my change in  ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6, the
        code is passing in the address of a local OUString member, then
        later delete'ing that pointer.
        Change it to pass in new instance of OUString
        
        Change-Id: I9ae5876464fc0dcb74fbd152fd3f96cf856688c8

2013-08-22  Andras Timar  <atimar@suse.com>  [37ca06662fc2a0b5353381b70e62ad9586046069]

        fdo#65129 Windows Installer checks OS version before proceeding
        
        Change-Id: I827ecafe1a22c5ef860dea590799693525cec849

2013-08-22  Miklos Vajna  <vmiklos@suse.cz>  [f1e5e271f9aadc2c5e5af3ffae410b6c598e5398]

        fdo#68076 RTF import: default font had priority over the specified one
        
        Regression from 60c17b2873506ed8b068b34840aecda0c1d9bd65.
        
        Change-Id: Ie16d611622e6a814d5cbea00c3f992cd9ecba027

2013-08-22  Noel Grandin  <noel@peralex.com>  [1984e24f0aa200b130f46b94be4b8b7c0f3675c0]

        fix windows build after my String->OUString changes
        
        One of the changes is inside an "#ifdef WNT" block, so I missed it.
        The other change is because MSVC is not quite as smart when it
        comes to matching the "const char *" OUString constructors.
        
        Change-Id: I60f2ccb719630bab2a178cecc2f84b7a706ad230

2013-08-22  Miklos Vajna  <vmiklos@suse.cz>  [8a569f1c4decc7440e9dae1af35d7fa59c3b0121]

        SwASCWriter: out of bounds substring access
        
        Regression from 6e0d836ff120ba292ba52f3623a3dd9be04aefc2, when simply
        copy-pasting some string to a terminal window, rFltNm is empty.
        
        Change-Id: I874e262ef1a3ebb38d90d9ef4f1b8d3457c5daff

2013-08-22  Jan Holesovsky  <kendy@suse.cz>  [a6a04658fb46d9e5ec40438955b777e2eb76b8d2]

        bnc#835985: When printing handouts using the default, 'Order' did not count.
        
        "Left to right, then down" was the same as "Top to bottom, then right"
        when printing handout; set the 6 pages explicitly as the default.
        
        Change-Id: I4a5f58c8fcf2efdc85ad7bb23bde791c5fb87584

2013-08-22  Noel Grandin  <noel@peralex.com>  [7fb84f7dc2dc05688d6afdeb2fc6bd3ee3ac8ae8]

        convert include/sfx2/titledockwin.hxx from String to OUString
        
        Change-Id: Ifd4f1548ad98665288b2b2ea8f14fa0a7e3bd697

2013-08-22  Noel Grandin  <noel@peralex.com>  [48ee66ae5e54d3afd85747edea0f0efa1abf2a79]

        convert include/sfx2/tplpitem.hxx from String to OUString
        
        Change-Id: Idcacda16e53c0abf55c59638951c5f58c0ece4aa

2013-08-22  Noel Grandin  <noel@peralex.com>  [f83906c04ba7e2d2416c2c5504f13efe758afcdc]

        convert include/sfx2/unoctitm.cxx from String to OUString
        
        Change-Id: Ief905dc3f4a809bd84a48ed6754040886b30da09

2013-08-22  Noel Grandin  <noel@peralex.com>  [e27e53feea8822ee3ce10ee66a7ff0dbbbf5ee1a]

        convert include/sfx2/viewfac.hxx from String to OUString
        
        Change-Id: Ia0cea486e77e449f86cf21013dd193523868261f

2013-08-22  Noel Grandin  <noel@peralex.com>  [b2a196a8a16e6d093dcbcaef471e5f6b41e33821]

        convert include/sfx2/viewfrm.hxx from String to OUString
        
        Change-Id: I0d8443b6c288449b74baa5d56593390ba3a9e419

2013-08-22  Noel Grandin  <noel@peralex.com>  [59979e617c5717cf49272c6a8f580dede2866f25]

        convert include/sfx2/viewsh.hxx from String to OUString
        
        and de-virtual JumpToMark because no-one seems to be overriding it.
        
        Change-Id: I35cf856d817f2685463ae5ef9f2ebc00e515fe3d

2013-08-22  Noel Grandin  <noel@peralex.com>  [5527d5c4e064f417c4cd5f868e9fafffaa5aab41]

        convert drawinglayer module from String to OUString
        
        Change-Id: I115dfd5ca7d343b220b2a3e8aa0565f9e4689042

2013-08-22  Noel Grandin  <noel@peralex.com>  [3728952b56e0690f09ed375e683ff09bc3fbff71]

        convert svtools/source/contnr/* from String to OUString
        
        Change-Id: I51ad001473a83eb336f6b00fd989b9e6b2f73ec5

2013-08-22  Noel Grandin  <noel@peralex.com>  [23cafe3f1d619f715efc421de8abc0403a84f6b4]

        convert svtools/source/control/* from String to OUString
        
        Change-Id: I32e411801d3754ca635cfc3ed9529b8ea43ffa3c

2013-08-22  Noel Grandin  <noel@peralex.com>  [d71c8d1ed412dcf2a6a8111bc9007bc6dc73073e]

        convert svtools/source/dialogs/* from String to OUString
        
        Change-Id: Ib868e94bb73f244fcb5b1b47962ded0118023a26

2013-08-22  Noel Grandin  <noel@peralex.com>  [9bd6c8d02696a97359d2ed6fe349697663d6e945]

        convert svtools/source/filter/* from String to OUString
        
        Change-Id: Ia544a7e84ac4de4f64ef4d7e71219a3f4683c430

2013-08-22  Noel Grandin  <noel@peralex.com>  [563e228fd3ae975a1c4e8e2279daa18a260df3c3]

        convert svtools/source/graphic/* from String to OUString
        
        Change-Id: Ic56bc8c61aa85c4a9d2f5a7355aeed31a20d6138

2013-08-22  Noel Grandin  <noel@peralex.com>  [be8d43651ee2356de8074b026e48ceb2a83b8ea3]

        convert svtools/source/misc/* from String to OUString
        
        Change-Id: I32592a9fb2110ccc3ac7424a18e43238722849ca

2013-08-22  Noel Grandin  <noel@peralex.com>  [7776178974c09790f4c454ad8dc8c89fc25a2a00]

        convert svtools/source/svhtml/* from String to OUString
        
        Change-Id: Ie9f0cdd14ce7987c3bf3037c2ed89a3b20df1c37

2013-08-22  Noel Grandin  <noel@peralex.com>  [d7e7319d65f439dfc7e04dc40ff1346106bfe71a]

        convert svtools/source/svrtf/* from String to OUString
        
        Change-Id: I92282495b076f4e7d9c3d73e84e572f13508b565

2013-08-22  Noel Grandin  <noel@peralex.com>  [641cf5edc0064d393ff7eb05fe5bfa72fb93333e]

        convert svtools/source/uno/* from String to OUString
        
        Change-Id: I40e50b3d2e659c30a3456aab17a45f5e79365bfd

2013-08-22  Noel Grandin  <noel@peralex.com>  [ac3c5d299b417531f923371f9e7af93fee5e4587]

        convert svtools/source/urlobj/* from String to OUString
        
        Change-Id: I1fdf450d598746f89688bdd7c41483b0f4d86152

2013-08-22  Noel Grandin  <noel@peralex.com>  [c758c9cda0478f7e99e78d127e42114c89809dcd]

        convert svtools/source/brwbox/datwin.hxx from String to OUString
        
        Change-Id: I6fe337f7bce4edcd7e9b2225bfe0b3e952ae010e

2013-08-22  Noel Grandin  <noel@peralex.com>  [34792b8e1763ee9973b3f0671388f84bf869c975]

        convert svtools/source/contnr/contentenumation.hxx from String to OUString
        
        Change-Id: I1cdf67cd31ae65543bd27ce5cfc195daf12d0fc2

2013-08-22  Noel Grandin  <noel@peralex.com>  [edffe40425ea44437844e73f238332ef281e8939]

        convert svtools/source/contnr/imivctl.hxx from String to OUString
        
        Change-Id: Ieac230b495c84b58362e176bf934afea0c391476

2013-08-22  Noel Grandin  <noel@peralex.com>  [ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6]

        convert svtools/source/contnr/templwin.hxx from String to OUString
        
        Change-Id: I74bccb1833f4353f5c1e629357d59f70fab7bf5e

2013-08-22  Noel Grandin  <noel@peralex.com>  [d3ab469bf8cfd6f6edb19a692430b3c9baa6d1cc]

        convert svtools/source/control/toolbarmenuimp.hxx from String to OUString
        
        Change-Id: If4a61b5d9f24c7dd7d815540d40c13e1d784d574

2013-08-22  Noel Grandin  <noel@peralex.com>  [e41b17ac4eec184de106d82eb70d0bc238fc0799]

        convert svtools/source/filter/exportdialog.hxx from String to OUString
        
        Change-Id: Ideafa9103c2d1317257e37315ff53aa9b9054c17

2013-08-22  Noel Grandin  <noel@peralex.com>  [784db67fb5920d651ec1a4369af7fd57a2da1531]

        convert include/svtools/htmlout.hxx from String to OUString
        
        Change-Id: I2fcc3335945202672a5f8ab36ae6bdb395e83476

2013-08-22  Noel Grandin  <noel@peralex.com>  [ef0960383f912f4385734ec428f94a00a50dac29]

        convert include/svtools/htmltokn.h from String to OUString
        
        Change-Id: Idf7401e67fda69655860e7eb3d5c740d77d9e086

2013-08-22  Noel Grandin  <noel@peralex.com>  [ba39b8e722b9e96eab8965c605203fe8e8198c93]

        convert include/svtools/treelistbox.hxx from String to OUString
        
        Change-Id: Ie0416511fd91a523778a312685d3b438118a0c52

2013-08-22  Noel Grandin  <noel@peralex.com>  [a7f84fc431a52ee51feea4af40af279659ad9c25]

        convert include/svtools/QueryFolderName.hxx from String to OUString
        
        Change-Id: Iec274c35c3ce4f1f9d5f17bd5562b52b788595d4

2013-08-22  Noel Grandin  <noel@peralex.com>  [04f72acef2fea5a3d0a9c5c76730bb05977c6033]

        convert include/svtools/addresstemplate.hxx from String to OUString
        
        and make the local field protected->private, because nothing
        else needs to access them.
        
        Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625

2013-08-22  Noel Grandin  <noel@peralex.com>  [99960ec555f7a62160d69106fadb28b67b4694a3]

        convert include/svtools/brwbox.hxx from String to OUString
        
        Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730

2013-08-22  Noel Grandin  <noel@peralex.com>  [e13812669df87334290ddfab47a675c3170f79a7]

        convert include/svtools/calendar.hxx from String to OUString
        
        Change-Id: I69db7527f915badb26d7162305521a81d65b3599

2013-08-22  Noel Grandin  <noel@peralex.com>  [d09631bd9d7a614c9680df6823446bd430f6bba7]

        convert include/svtools/ctrl*.hxx from String to OUString
        
        Change-Id: I86b78137f02a11c5a2c34930b19cef22acd7ac69

2013-08-22  Noel Grandin  <noel@peralex.com>  [823a6cb82555709e50f281a68ff64442001a011b]

        convert include/svtools/edit*.hxx from String to OUString
        
        Change-Id: Iae86236aa3af31b09cddeca0a9725b4f5e125d6c

2013-08-22  Noel Grandin  <noel@peralex.com>  [05211578784c28365ec2b328090a01fc5dc0bfea]

        Convert include/svtools/ehdl.hxx from String to OUString
        
        and de-virtual SfxErrorContext::GetString, since nothing was
        overriding it.
        
        Change-Id: Ie274c57b22880742dd221c37284441b788dfb411

2013-08-22  Noel Grandin  <noel@peralex.com>  [7df895abf5219332217cea25698a99eb7fd10143]

        convert include/svtools/file*.hxx from String to OUString
        
        Change-Id: Ie0e07c61caba1e15475900622c97e0f0426558d6

2013-08-22  Noel Grandin  <noel@peralex.com>  [2174567506a196f0d347967f72470839baf79249]

        convert include/svtools/fmtfield.hxx from String to OUString
        
        Change-Id: Id8b6e41b6eeb0f0b6cd835cea53abca55f1d1373

2013-08-22  Noel Grandin  <noel@peralex.com>  [dde44b250ac5e6ca370faead7b500608063d3c3c]

        covnert include/svtools/grfmgr.hxx from String to OUString
        
        Change-Id: I2f3d65925b75eb1b65075dc2995f52a28e712b07

2013-08-22  Noel Grandin  <noel@peralex.com>  [3139b8f3fa3aabda85c3221f83745cc53dca583a]

        convert include/svtools/helpopt.hxx from String to OUString
        
        and remove unused IdList typedef.
        
        Change-Id: Ia154a8255f1a745cede24f112868c074adce0fbe

2013-08-22  Noel Grandin  <noel@peralex.com>  [018785fb6634b88da03eaddee53faf5adf4107f5]

        convert include/svtools/imagemgr.hxx from String to OUString
        
        Change-Id: Ie28bc106080b495364162133bd86ff5c618cdb77

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [7e2742b00910b981f23c4cfa26d7e025a8dc786a]

        convert field dialog to .ui
        
        Change-Id: I0f956d365242447f39752d544a020cbc77d6ac4c

2013-08-22  Caolán McNamara  <caolanm@redhat.com>  [e743617eb3189a35026096c51a61ec074da9ad9d]

        Updated core Project: help  408408b2f725a547c69a742597e53d8e6738ca45

2013-08-22  Tor Lillqvist  <tml@iki.fi>  [8bafd5471ed2e85a82f412a742feae76b2fd7d70]

        mork and mozab only on DESKTOP
        
        Change-Id: Idf8539992cbc52e848c2e7768551c156764b5cea

2013-08-22  Julien Nabet  <serval2412@yahoo.fr>  [fd74d4bd7f9886f54b3a4fbbd114045e014187a9]

        cppcheck: various fixes
        
        Change-Id: Ifeecdf806928a73bab22ef411f2c6abd2ce84428

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [2ec159f69105a4beade87f0fd264a8b5cdf694e7]

        Fixing warnings
        
        Change-Id: I71a8deaf814f89d2dca62fe5cb67b76a59ed31bd

2013-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e90549f3fd57f90c5fa3b2df34cc0b364e09604f]

        Unused variable.
        
        Change-Id: If63aa3dbc5731f4c17d877cc05dd62ec760984c9

2013-08-22  Julien Nabet  <serval2412@yahoo.fr>  [af14ad6c20f9e8422a1016b650c7d83a5cc7dc00]

        cppcheck: fix redundant assignments
        
        Change-Id: Ib0c2f0c2b67f40ce75469b434a67c62187aca93d

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [8b5dc58a3e36370c7469e341ac0400cebd7e131c]

        Misaligned access is always undefined behavior
        
        ...as flagged by Clang -fsanitize=undefined
        
        Change-Id: I924439b1546832ebc37b87d88279822b9b7b6c0d

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [76d5f993e53d4cd7cdbc16e318f36b58c17ed33b]

        downcast of address which does not point to an object of type 'XMLParentNode'
        
        (note: object is of type 'XMLDefault'); Clang -fsanitize=undefined
        
        Change-Id: Idaa1e30068c389ed57977d40fc90410ec9ff3665

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [4ef1f4ae499cbac7e85b03abff5c2bb31c68b90f]

        downcast of address which does not point to an object of type 'AstInterface'
        
        (note: object is of type 'AstTypeDef'); Clang -fsanitize=undefined
        
        Change-Id: I1b11a7678f18557c8040af2118c1c0101913f086

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [d239ee4fa43c3936aceff343085bd2c74c25605c]

        downcast of address which does not point to an object of type 'AstType'
        
        (note: object is of type 'AstDeclaration'); Clang -fsanitize=undefined
        
        Change-Id: I08eef7d3e8b298abd16b0c6d72cfb72b75190cd5

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [e771d9248dfed643b4737d6a37af21b460bdf949]

        Various undefined behavior involving signed integers
        
        as flagged by Clang -fsanitize=undefined
        
        Change-Id: Iff1aa4473d960009890b923fba734257ecd8b3ef

2013-08-22  Stephan Bergmann  <sbergman@redhat.com>  [376feb6a6fcd32887b50fba790a3230baf3dae98]

        left shift of 1 by 31 places cannot be represented in type 'int'
        
        Clang -fsanitize=undefined
        
        Change-Id: I2b3f1bd28e098d5eb57892d2c7438c18c5c3b357

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [ba282259a9309f21f4019073299d7eb6e7f61d98]

        Fixing warnings and crash with the VLC::Instance.
        
        Change-Id: I0282b79e296d6fccafbf7d89f38ed2f50672ef08

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [77d732769abec345b9cf8dae415358fd866311e8]

        Returning an object reference in operators =.
        
        Change-Id: Ia10646789962b046bbb95ecaf74b9d248bb7e4e6

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [ae22b3ea1e951e61679edbf56a280895b979279f]

        Removing a waste header
        
        Change-Id: I7609abadaa2d483617a3e80a1b08b06e63b0a69d

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [aabbb535a7115d226413b6ba1bdf67c560886af3]

        Fixing symbol loader. Returns true if successful. false otherwise.
        
        Change-Id: I58a5dd39c005841a5680440a52905596ae8679b2

2013-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [98e20a37badecd868460ddbdc73262c494242b42]

        Mark as const
        
        Change-Id: I65a05b59da6dbc2d37a55129c54ca0f322702364

2013-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [43b989808142f49347929311347f9402f4c06368]

        sal_Bool to bool
        
        Change-Id: I4ab448a461a9fe37ba18838357d371f71b0a496c

2013-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [92d18638045a1f8ebcb36d8a9f0a9fb8c481e50b]

        Drop useless #undef
        
        WANTEXCEPT disappeared with fc9fb12f58866c04636f61e073d39ba29806cbb5
        
        Change-Id: I6ac9aeba0258797e18f5381a3876401e4dee4c89

2013-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9d87d1be6bec99a194cfbb68663c6de7144d65b0]

        Don't forget to export underline attributes.
        
        Change-Id: I72ce0c0cb1c8d461559ad997ad2c88a25d9e8a20

2013-08-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [21661ebfbec9ea162582bbc7ab46607eb9095f1a]

        fdo#60740: Populate auto styles from edit cells without using UNO API.
        
        Not using UNO API here alone made this code fly.
        
        Change-Id: Ib3eff168bbe49e49fb413909b7a14057f808cdf9

2013-08-22  Minh Ngo  <nlminhtl@gmail.com>  [8b3b7e308b1d98cb9fa9c798f8fbb387e59f10fc]

        Finding libvlc in Mac OS/Windows platforms
        
        Change-Id: I34cff74fa59161a5e97411000132ceff65cfff68

2013-08-21  Philipp Riemer  <ruderphilipp@gmail.com>  [e8c0708ee9d0c01cbe0bdcb38ac14e34bdceef32]

        remove code that was commented out long time ago

2013-08-21  Philipp Riemer  <ruderphilipp@gmail.com>  [349c91c8ec6afc1f5c8499529d559af34d115a76]

        fdo#62475 , fdo#39468: remove visual noise and translate German comments in svx/source/xoutdev/

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [962c5052eec48774255f3115f88170c3ebb246b0]

        convert edit fields singletab dialog to layout .ui
        
        Change-Id: I3d58d93ac2686ea16fde4118b7133176d3713af7

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [c5639cd7d6e8b8966a19b83b68313db8f3ecd037]

        make SfxTabPage::GetTabDialog always work
        
        Change-Id: Ibdcfeed1ff340649cae0b868a1ee79450adc88f3

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [efb3509855a9b3d6a9ee4f74f7c4b4320213b536]

        SwDBTreeList ResID ctor is unused now post .ui conversion
        
        Change-Id: Ied3d1c4f87e41061a9656abc0b70fd105c92d59c

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [60acc758dcd31375a55680726f384c57500262b5]

        drop unhelpful help id
        
        Change-Id: I384afcb76485d5b78a588c63b8a9f1580e96fc51

2013-08-21  Boris Dušek  <me@dusek.me>  [fe92085599aa39354f61e9adb07255aea6125674]

        Fix build with compiler from OS X 10.6 SDK (hopefully)
        
        The compiler in 10.6 SDK probably still requires methods to be defined in
        such an order that one should not reference a method from a line of code
        that precedes the one where the method is defined. Compilers in newer SDKs
        support arbitrary order, as long as the requested method is defined
        anywhere.
        
        This is consistent with other methods in the same file that are not declared
        anywhere (just defined and used apparently in the order I wrote above).
        
        Change-Id: I14ba699056b6cdd2e804dbc87cfedaef47663664
        Reviewed-on: https://gerrit.libreoffice.org/5576
        Reviewed-by: Boris Dušek <me@dusek.me>
        Tested-by: Boris Dušek <me@dusek.me>

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [eea3cff4a334af7bd1c9b2ce10cc1368e680d3f8]

        Drop maSTR_NO_TRANSITION
        
        Change-Id: I0f0ed04eb9ad02bb5082b2f879b932af3a3b5e44

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [da3fe63031b2db869b424b589d12c8f0b5a29557]

        fix build
        
        Change-Id: I0cc57d4c1341413a6c284b064a152b4e12f964f2

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [fdbb60d2604471fc3aaf7ce4cefbb355952bac0f]

        SwRewriter: use GetPlaceHolder in Apply
        
        Change-Id: I7b7372e781b445eb2bb7f07d7ccf44ede963ae99

2013-08-21  Katarina Behrens  <bubli@bubli.org>  [8abfe7d06b998ca42a3f22667a7aeadb0826b9b3]

        Feeble attempt to fix build on Android (with -Werror=shadow)
        
        Change-Id: I13f443eafa0264030cfa550365b699e1bdae9452

2013-08-21  Miklos Vajna  <vmiklos@suse.cz>  [99438adf527478119d9efe9a04e1dc4069860154]

        offapi: fix animations::AnimationCalcMode documentation
        
        XAnimate::KeyTimes was referred using wrong markup, but KeySplines is
        not a property at all, it seems. Reading
        AnimationsExporterImpl::exportAnimate() in xmloff, this is probably
        meant to be XAnimate::TimeFilter.
        
        Change-Id: I19fc86ce4a5fb28514d9be3fca5a53ad3fcfba51

2013-08-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fa6d8e68f169c30e574dcb26dc30d4a6f1884e75]

        fix connectivity bits in postprocess
        
        Conflicts:
        	postprocess/Rdb_services.mk
        
        Change-Id: I843a5ccc0408e267cc2f333044f5b7ba39d1bdea
        Reviewed-on: https://gerrit.libreoffice.org/5570
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-08-21  László Németh  <nemeth@numbertext.org>  [82236dd3269953087fe510642368792478a5a7d9]

        fdo#68373 wildcard char. matches only real suffix in autocorr.
        
        Change-Id: Ibe06bb5c62ac0d8fae17c8a9ffcc4b1bc2768bcc

2013-08-21  Laurent Godard  <lgodard.libre@laposte.net>  [68dd91f9e9d9201287acb5825748954a5446f323]

        fdo#68381 take care of cell notes on Transpose
        
        Change-Id: I4272b45a1c8ad34b540ee39d9ef9dd717d4f6325
        Reviewed-on: https://gerrit.libreoffice.org/5572
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [96d2d9ad30ead4163a0f934b0397011d9e38d9ee]

        Updated core Project: help  f31bbf1c9809c807099133e33e8a1b9be18f0fbb

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [6c1dec39d95dcaaf30b96a5068762da3d522a63b]

        WaE: enumeral and non-enumeral type in conditional expression
        
        Change-Id: I0b35ce3559acae739e810780832f6e275b493382

2013-08-21  Miklos Vajna  <vmiklos@suse.cz>  [9bc83f1b56385c832f15b93d35bb738d0c68ec56]

        sw_ooxmlexport test: remove no longer needed m_bImport
        
        Change-Id: Ib95491e07d5619bd1a1b2946596c0308c6f73739

2013-08-21  Miklos Vajna  <vmiklos@suse.cz>  [d4d0df13bd4291b7f988bdce68a087a58bb4c70f]

        DOCX import: fix handling of textframes having shape text ending with a table
        
        Change-Id: I82ef1072bfeb1195152ef7f1ea743653ac102b37

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [43c7735d7f175a846a32e63579527dc5d3e640af]

        Updated core Project: help  f027aa3baedd3fc88746fb3373da95c02a98f55c

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [2bfeed53361eea5ae64bf19d3688cbde0b59225f]

        Updated core Project: help  acac48f776fd3520a8d5cb0d375ac148b8698330

2013-08-21  Katarina Behrens  <bubli@bubli.org>  [6cbb1d445b4342f279701c6bb92c095a364b69c2]

        Forgotten unit + useless properties
        
        Change-Id: I79545dd85f4ff0f21d959690eb1ba79fc2660a95

2013-08-21  Katarina Behrens  <bubli@bubli.org>  [247ba34ba540cf8e8a65fc88754136382bcfe33d]

        Removed now obsoleted .src/hrc files
        
        Change-Id: Id49f80c6ab633ebd874bb14d70860e44bc3eeed2

2013-08-21  Katarina Behrens  <bubli@bubli.org>  [463cbf54a1629a2ab1312641be3e609803f67da0]

        Removed dead (mostly widget-placing) code
        
        Change-Id: I26f0d7797325d8b907a92dd0b7c46cb8c5c6ac30

2013-08-21  Katarina Behrens  <bubli@bubli.org>  [16428c9600964a4945cf6fd0d938dea047d1248b]

        sidebar: converted slide transitions panel to .ui
        
        Change-Id: I681908baaf27682f04d26f4430c6198bf35ca5b6

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [ee149fdbcbbeb19218421eeaf70d0c356a82b7a3]

        valueOf is deprecated
        
        Change-Id: I89b06a077eaceee7d06c7372dd596840e979e697

2013-08-21  Krisztian Pinter  <pin.terminator@gmail.com>  [08dc975721d7837bf9611104a7052b5384685167]

        startcenter: Add new document buttons to "All" tab
        
        Change-Id: I39154f74e126826daeb74345c0712156b89a6d02
        Reviewed-on: https://gerrit.libreoffice.org/5456
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [1ece204b543e2c1bd65d02ceba43b3ed7028feae]

        valueOf is deprecated
        
        Change-Id: I8966ecd4e94c7b11af4d59b5b4461ce03a888891

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [6263471eea7f5c165ff30ca7b4ce3c09f70182e5]

        WaE: 'valueOf' is deprecated
        
        Change-Id: I4ede98469af655dfbac64eee719869f8f3c8d473

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [ecae2b16c1d82de9434208262e09831de6d55391]

        WaE: 'valueOf' is deprecated
        
        Change-Id: I9e7e0872eeb5011b79648e1fca436d09304c44ef

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [04fe3543503b3cda553ddb378bb21047d8310bcf]

        convert db field page to .ui
        
        Change-Id: I36a61bd9bac45e8f4533eb624859aea51360cc14

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [426f4f8136ac9eb8cdd2394f4813f04276451be9]

        valueOf() -> number()
        
        Change-Id: I2832229b01de0cc5a725fd5fe1574a775d0bf12a

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [eb2180caa164a1447ef8df157407d7d21b7d5fff]

        WaE: comparison of integers of different signs
        
        'sal_Int32' (aka 'int') and 'com::sun::star::i18n::TransliterationModules'
        (which apparently then is unsigned, thanks to the
        TransliterationModules_IGNORE_MASK = 4294967040).
        
        Change-Id: I28aeb136d5a9889d6e95a080a77dfd0118c33285

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [af6d853908678a20d7f39123a68d5c886af41024]

        Hopefully fix Windows build: Use proper header
        
        numfunc::GetDefBulletFontname() returns an OUString, but there was a
        declaration in frmpaint.cxx that claimed it returned a String. I have no idea
        why the numrule.hxx header, which declares it correctly, was not used.
        
        Change-Id: Id57fd738a29de3adda054be4b60f809231c016ea

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [64b993e046f23baaacaff1572b7d2a816588b5ef]

        finish deprecation of O(U)String::valueOf()
        
        Compiler plugin to replace with matching number(), boolean() or OUString ctor,
        ran it, few manual tweaks, mark as really deprecated.
        
        Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [75f41baab6ce75786a91fe461835ee16a23ec18e]

        warn when rewriter should modify something involving a macro
        
        Apparently Clang rewriter API doesn't properly bail out if the range
        given is not inside one file, so check explicitly.
        
        Change-Id: I27be6d396a131d385231e9c0dfa8c84d9fa15ccc

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [21c795488c67a8e35354ca7175445a770600159b]

        prevent crash when rewriting source
        
        Change-Id: I97519c2fb08efa2c694c9fb91a4cc402a6347c2c

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [4f60eb885a5480832d1148205a08eafc6c50aa39]

        helper for getting location after current token
        
        Given that locations often point to a (start of) token, even if it's
        e.g. getLocEnd(), this should be very useful.
        
        Change-Id: I266e4c0a234262e99158c8f495b631f54f8a5608

2013-08-21  Luboš Luňák  <l.lunak@suse.cz>  [0809d7d79295403c6b012a59b712dddb2ce92104]

        update/rework the Rewriter wrapper functions
        
        Some improvements, like making it simple to actually remove a statement
        or a token including its associated whitespace.
        
        Change-Id: I02a5bd919f1fadae1dcd45a76f9d25df353ac518

2013-08-21  László Németh  <nemeth@numbertext.org>  [0b99537ebda1802495eff95c42988d14ac2a9b6f]

        Updated core Project: help  cd0890b680192ab2a5812453d811857fedbb28aa

2013-08-21  Oliver-Rainer Wittmann  <orw@apache.org>  [199eb7607cfb02ce9a68bff22c37aca91a8e9fb8]

        Related: #i122600# access memory problem in SvgSvgNode::getCurrentViewPort
        
        (cherry picked from commit d41dc0bbe76922fee4ce177ecac0d84b9efc4206)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgnode.hxx
        	svgio/inc/svgio/svgreader/svgtools.hxx
        
        Change-Id: Ie4d5cd29461845edb5b8a57fe639302947d80ebd

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [172c37522bca256b1d0bd9f966d06f49845ba102]

        Revert "returning pointers to temporaries"
        
        This reverts commit 342438c6e0f377b938c4ff213dca9e9665b709d9.

2013-08-21  Stephan Bergmann  <sbergman@redhat.com>  [19277d02fb996058e896725bae7500f356f08af0]

        osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()
        
        Change-Id: Ida9785c4b9fda0459769957734952e69d7a9de44

2013-08-21  Stephan Bergmann  <sbergman@redhat.com>  [bcce27d2832a2b098a42cbbd365df35948b9d0ac]

        No (apparent?) need for xSheetDoc to be static
        
        Change-Id: Iea653925d383537f5f7f5ef9dd7559e7cb8730cf

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [400b3acb1fdbb2578cae1556cb1ac9a0b30ad367]

        convert field var page to .ui
        
        Change-Id: I56be21c0e5b74b03b0c7f8cca873fc4fd553f3a7

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [86450f9fce5039cc700d23fe70b1a1a810276020]

        allow toolbox icons to be set directly from .ui
        
        Change-Id: I8902fb837cfbd99b14a80527300470002571af36

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [ab398dbece88c1f93124f23b2a99ba8b992bce42]

        Updated core Project: help  2fc39d5015a91f53552d5d8d5686abaf0129e7bd

2013-08-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4802bf2da3439cfddde79a4193e642dac58eab9d]

        String->OUString
        
        Change-Id: Ifb3a2f8ef959baec38fe0168a9e88e85da0d9744

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [64b315df9b7f90621db92062c6ce62f487325388]

        GetOutlineRuleName: return OUString instead of char*
        
        Change-Id: I79cd722aa2d3bb0292f9b0f7fb6989e2e17d0ff0
        Reviewed-on: https://gerrit.libreoffice.org/5563
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [cf3318f6edc93bfb0d8951a3c1d74ecfbc393a8d]

        Fix off-by-one access and clarify loop
        
        Change-Id: Iaf6fa4de07c04319e6a1846ae77c3ad02dc262a7
        Reviewed-on: https://gerrit.libreoffice.org/5562
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Michael Meeks  <michael.meeks@suse.com>  [a62140cb57e67eb45844168ee51be2511d3591c9]

        avmedia: vlc - with the wrapper we no longer need cflags / libs.
        
        Change-Id: I824aa1e7908acefe898b7f24b323426f1cce250c

2013-08-21  László Németh  <nemeth@numbertext.org>  [6616e1e4eb1505effbd0a5920dade781bd7938db]

        fdo#68373 fix comments
        
        Change-Id: Id65e819fd1172a28b2cb0bafbd7763313c5fcf50

2013-08-21  László Németh  <nemeth@numbertext.org>  [26c4d2f5bde513f05c58718ba1c468be4a6bfc86]

        fdo#68373 pattern matching in autocorrection for suffix rich lang.
        
        Change-Id: I4a996c51e6e7115e90bf15254b26025aae1f9a6c

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [5cd96a57b36d15ab7869a6cbfebad06ce351d8bf]

        String to OUString
        
        Change-Id: I1117318d9201a8951017ebe835b6c57c6b4ad706
        Reviewed-on: https://gerrit.libreoffice.org/5561
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Michael Meeks  <michael.meeks@suse.com>  [b08ee871d276fb0d6e2c12ff97f092a8a8d12e64]

        avmedia: vlc - link to boostsystem bits.
        
        Change-Id: I848411f941e7bb39b3c7e169c8d9971c3ebe9bee

2013-08-21  Michael Meeks  <michael.meeks@suse.com>  [6bd01307725e73d178efa8e367b6961f581f850c]

        avmedia: vlc - add / cleanup license headers.
        
        Change-Id: Iac492b75a9646d5ddf0e8b123a27dc6ff6a0f6b8

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dd3a05c0ea59c0d0f14a1b446c8031348fbec195]

        Fix -Wmaybe-uninitialized. (firebird-sdbc)
        
        Change-Id: Icf72838624927482f52cbc1626b785c4fd6765ea

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e43f05f5b1a88d1b1fae0743a17e85c5ecd4fc52]

        Simplify some sql statements with multiple conditions. (firebird-sdbc)
        
        By prepending a "WHERE (0=1)" we can avoid having to detect when
        we specifically need to add "OR"s, and vice-versa for "AND", simplifying
        the code.
        
        Change-Id: Idde5c0691788051f87eb1e868bf6b74a8ae72da3

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7358cf00822a916b1690ffd86822a28d3996e288]

        Add custom wrapper for OKeysHelper.firebird. (firebird-sdbc)
        
        Keys are handled as a constraint in firebird so need different handling
        when dropping to other dbs.
        
        Change-Id: Ifc4929a1ee7477260b9a279487d44edbb525a17a

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a22f4351cc5db1be2278813aef78a7920452d2fe]

        Sanitize primary key names too. (firebird-sdbc)
        
        Change-Id: I28b195280a02883c3bf597f4ded470ced0b74f14

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e0157dfec5d0aed888fc214abc878881789511fb]

        Simplify/improve sanitizeIdentifier usage. (firebird-sdbc)
        
        Change-Id: Ic0f66cc68b49a2e9d9f9b8b139a479a7179cc08b

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [36f23dd846d0cf03f9c816ae296ab2ce7aff3a00]

        Remove unnecessary commit (firebird-sdbc).
        
        Null flag has to be manually retrieved and isn't actually DDL.
        
        Change-Id: I4ea88dcda1e4e0a2ae034572fb483415c7a5736d

2013-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1c3f2bff496a1bcef37df717a0f808e2375ccc85]

        Retrieve nullable from correct table. (firebird-sdbc)
        
        Change-Id: Iaa84c26bb87ea834297e67af7a3e0ac20efba574

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [c35f100bbbcf9aef83b7a68d625aa8d083c02b7d]

        String to OUString
        
        Change-Id: I3161b18f73fd3141b9832e0277d3f1071f75ba39
        Reviewed-on: https://gerrit.libreoffice.org/5560
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [d71f56e413caf6616688d76a020b4ef4804c7714]

        Fixing copy constructors/operators= for VLC wrapper instances.
        
        Change-Id: I9860b738bbb3a8a85e07555b97203bb63b80b9de

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [46575e931479a4e967f2ad6a056b5f4d5490146c]

        Playback loop
        
        Change-Id: I1262f16e60f928481626ef952d929cc931335233

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [c40a63642c402d8e6f52fcc3994ff5e8cf8ee50b]

        VLC Event handling in the separate thread.
        
        Change-Id: I56daa508de79281df5536215222e5af224dae0f5

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [626d99773e1a31ad190a4d3c5df33653b4d333b6]

        Thread safe queue for VLC Event Handling
        
        Change-Id: I0e9b30639667a807cc316c89356803d99fa83ef8

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [4ed6ea7f2c529173399e9f80469fca41eba6195d]

        Includes for building.
        
        Change-Id: I55f9ea19f0be650bcf9dd63cd7a6f86a01679b62

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [c3de00df77fbab130526a49a2311da66181c5364]

        MacOS/Windows stuff
        
        Change-Id: I237cf543fc198a65af2d90ca6044f9e429b09b98

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [254f7e8ffdf442398bfa361fc0e1bfeaec702ab0]

        Disabling the mouse handling event in the VLC engine.
        
        Change-Id: I348f7830b2ed86ddc21a48e0b482adfafc0175cd

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [fb89c0c579f70734cd5c0f72316a77ce1b0b3cad]

        Porting all VLC API for loading by wrappers
        
        Change-Id: Idafdf7a43675efd74b6a198178c79342fbcee3d0

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [d160838b234c75455e26a91c65135cf1381e507a]

        VLC Player wrapper
        
        Change-Id: I507bbfb0426d003eca7cf0a3331128f8af1aee89

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [23c29305a5fa21936a1123eaa938495ffddca8aa]

        Media wrapper
        
        Change-Id: Ic6bbd4e192206b9be3db1f0e44f904ec51652ea7

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [cb3ba53e3f995d4034bc5a9113015d81a1db30a4]

        API interface for libvlc_media_t
        
        Change-Id: I5e1875dabc7bdf3717540343648a9212506faf1a

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [619b848b66fd6e9825655cb6e9734c58e54fbe83]

        Upd the instance API
        
        Change-Id: Iba79d423336f9914ded8a121ba8f99f52c16466f

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [5ae5a11f2ffbdb65da94e7ec1d54779603bfedb6]

        VLC::Instance Wrapper class for libvlc_instance_t
        
        Change-Id: I46beb65c13ed349b0faadfab1be888d6cbd10ff9

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [3e51dc6fe61a9bba90bb3b7e1d28a2146059063b]

        libvlc API symbol loader routines
        
        Change-Id: I6800c7a75dbcdec53119f5f4da341aeb33c9d574

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [4f36924fcb92e54019d96811efb01bc7c3f6881b]

        Playback loop
        
        Change-Id: I18c544dadb553e7e173e9e377a337aa2b7eecb60

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [2a6b3cb7616abd80ed59304facde14a23387dd1d]

        Optimizing VLC player initialization process.
        
        Manager checks if an URL is the same or empty.
        
        Change-Id: I4ab2db31f73fef45feff1973fa82452dc579ef9d

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [569533275a23faa774f6b1c972ff99d872ea8da9]

        Upd frame grabber. Will work with this patch [1][2].
        
        [1] vlc git 5a43de506f31e1fa5460f8b62e25a1d640136597
        [2] http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;a=commitdiff_plain;h=5a43de506f31e1fa5460f8b62e25a1d640136597
        
        Change-Id: I2aa0b4c579ff534e20a425919f0efba59101d7af

2013-08-21  Minh Ngo  <nlminhtl@gmail.com>  [872b10fe417a4ff06a14cff0de0ebea9fd12ac4a]

        Removing bad code. Fixing VLC starting arguments.
        
        Change-Id: I095638260d08d5d2fd67c93a42dbdbfe19581b75

2013-08-21  Mirek Mazel  <mazelm@gmail.com>  [5b7bed15fc9860f40c2b0666227946120f082111]

        tango: New icon for insert graphic.
        
        Change-Id: I579923237eca1b3d6715a11fc7be3f7e22c5d32a

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [b568475f0746930b5593f795f5eab6879f8493c8]

        String to OUString + some cleanup
        
        Change-Id: If174b140014ca06007e3ad36e3ff80c1896406cd
        Reviewed-on: https://gerrit.libreoffice.org/5559
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [c5c7574929acf58a5137cab3609b00db53834ebc]

        Remove leftovers of String to OUString conversion
        
        Change-Id: I5ab3f394402a7b46e735a9cafd223672761b3c6a
        Reviewed-on: https://gerrit.libreoffice.org/5558
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [4e9d7341d421440453bfbc306d65a2bd7bad0384]

        String to OUString
        
        Change-Id: Ibbd6cfd969dd5ba3f839f48ff557d6c850ea3ab2
        Reviewed-on: https://gerrit.libreoffice.org/5557
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [bb145132b87be8690d4b3b23f15bba11a2a0d94c]

        String to OUString
        
        Change-Id: I87b26b5eb3314cd2129f9e23870a59ccff53a02a
        Reviewed-on: https://gerrit.libreoffice.org/5556
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-21  Stephan Bergmann  <sbergman@redhat.com>  [67876ed10503a4574342e3d929f6e5ff89cf75b4]

        SAL_INFO output contains the current thread ID anyway
        
        Change-Id: Ie51865e57a33e31c2aa115b68eed0fc0a1972c40

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [b3cbb72ce640da5e4b6c6b065ce2af6cd677c4fc]

        unused help id
        
        Change-Id: Iacd695dd36fe482822c0abbc5ae7cf6da00c8903

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [9e80f8c464fbb46ae037b5a657d6dce68f59ecbe]

        Updated core Project: help  5071c77daaa17a249ac784805f4b5d09c0140127

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [c5d4d41dff2f8c810fd000284a1aec8eabfdb4a7]

        convert field ref page to .ui
        
        Change-Id: I49b4ee1dd058ac4d2451ff8cfe8f801cee0ba5fa

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [45cb92953bde8df8369101637225469bd1883758]

        keep empty spanned rows/cols for homogeneous grids
        
        Change-Id: I5560ae291cd5bf9e5f57a5bad5ecdfe7a6cd0bb8

2013-08-21  Michael Meeks  <michael.meeks@suse.com>  [22d1beb78a475e4846af945afde1c4d6c263b5d6]

        Re-work 8bit characters in source code.
        
        Change-Id: I78b9f0b4e4e40e30f59ee654128fdc0c6022fe1c

2013-08-21  Siqi LIU  <me@siqi.fr>  [6488f90af96c86c132c16b06d736f6121fb33d6b]

        enable Impress Remote item in the menu by default
        
        Change-Id: Ic61833df904babc9668ff57231e300395ce3c582

2013-08-21  Siqi LIU  <me@siqi.fr>  [d931e5fced36a7976aff7f32dd2902afa2886c65]

        change distribution license for beta-test release
        
        Change-Id: I86a90129640b3ae0eb92db0ccc9479c921da9b71

2013-08-21  Siqi LIU  <me@siqi.fr>  [8b331e590cf6c1e5a781b921aabd8b7614021ebd]

        dismiss spinner when found a service
        
        Change-Id: I130f98ef1a98af858eb2125b275274bf4e18c66b

2013-08-21  Rene Engelhard  <rene@debian.org>  [83f4be4740892e497d30f660abb55e40c628158e]

        deb#719941: pythonscript.py: use open() instead of file()
        
        Change-Id: Ib9f06b2b5629d149e932fe37312fdf5e8448c39f

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [03a2bb6cd8ec6b492705cd31e5ee41f683d793c2]

        XubString->OUString
        
        Change-Id: I9a542f58522bfb3db9cb990098e1bda004d25223

2013-08-21  Caolán McNamara  <caolanm@redhat.com>  [30a96caa935904d685388a1c44851ef82d041953]

        OString’ was not declared in this scope
        
        Change-Id: I753d725963c6f617e4c2d2bd775152a7369fd977

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [cabd23916f3057b2c5f40aae0df6360342b6ea46]

        We don't seem to actually need glibc getopt
        
        Change-Id: I1f221533f5ea684d113bdc45c04bf84405140f9f
        Reviewed-on: https://gerrit.libreoffice.org/5539
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-21  Tor Lillqvist  <tml@iki.fi>  [654d97d3bb6e39c3c86ab3b338bb657985d36512]

        WaE: unknown log area
        
        Change-Id: I0d7ce79aeac75fe49cbdb698cc5e2b018bf69992

2013-08-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6c4bedffb98a33b202692b225fc250b858ff9f65]

        Add edit text iterator that iterates through only edit text cells.
        
        Change-Id: I898d7a2d3f0ea472daddb9dd32f772a5d7268773

2013-08-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9ca5e3da5ca5f68ced1917cf38773fd1060bede4]

        Add a means to retrieve all formatting attributes in non-overlapping sections.
        
        Change-Id: Id04dffc135fad6bb66ea157cd280dd481cb80117

2013-08-21  Michael Stahl  <mstahl@redhat.com>  [239696d95a0f6f1407e85f3d58901ee0b9ae3aee]

        vcl: ppdparser.cxx: clean up printf mess to build with dbglevel=11
        
        Change-Id: Ida2b9e3c40205dafaf61ebec67da34d5043c432c

2013-08-20  Stephan Bergmann  <sbergman@redhat.com>  [293d31afa550a3f05760c711c91862bb8f1785c9]

        -Werror,-Wunused-private-field
        
        Change-Id: I6e7960dbe16e729c706d1055aea1ded357308064

2013-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e6c4e419d6bc3572b183ca8ed3f2b75417899fff]

        Implement changing nullable. (firebird-sdbc)
        
        Change-Id: I0aa745becbd8b3dae11917248205f46eb61c17de

2013-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [84286f674bffaa2b9de44341a2f2700aa4352d86]

        Rearrange createStandardTypePart to not include extraneous parameters.
        
        We specifically only want the type identifier but not any autoincrement/
        nullabe parameters which have to be modified separately in some databases
        (e.g. firebird).
        
        Change-Id: I8b33bae8ce4aaf5f325c4156955140ad4fb17db7

2013-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4eaca49a5ae7a70b18688b0ebb5ee6bb51f03927]

        Simplify Users.createObject. (firebird-sdbc)
        
        Unnecessary relic of Tables.
        
        Change-Id: I8d36f2ad3b3dc877ba64e063415922895c1c25d9

2013-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [38bc9693cc253d26b11f9a262f26f2cd373d50f9]

        Implement Catalog::refreshUsers. (firebird-sdbc)
        
        Change-Id: I54ca18b36c19d5a13efd8a194b59f0d8aebbac4c

2013-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6b184f638d5027eab0166a11506c59fa6194dd62]

        Add skeleton sdbcx Users/User implementation. (firebird-sdbc)
        
        Change-Id: I8a64f9776a618691fa61aa0e71067a0eb6176811

2013-08-20  Stephan Bergmann  <sbergman@redhat.com>  [b71c35216c5fb775aa578a0ada0406f6baad8487]

        rtl::compareAsciiIgnoreCase cannot be used here
        
        ...as its assert requires that both input characters are ASCII, which need not
        be the case in these compareIgnoreAsciiCase functions.  (Even if they take one
        literal argument that must be strictly ASCII, the other argument can be an
        arbitrary Unicode string in the case of OUString or an arbitrary 8-bit string in
        the case of OString).
        
        The logically correct version of rtl::compareAsciiIgnoreCase would arguably be
        one that requires its two arguments to be valid UTF-32 code units, but that
        could not be used in these places either, as for OUString they operate on
        individual UTF-16 code units.
        
        rtl::compareAsciiIgnoreCase likely makes less sense after all than assumed in
        c8e39e66528affb66f1ae121fa36dd4ab31a9b0b "Introduce rtl::compareIgnoreCase and
        deprecate rtl/character.hxx equivalents," which this commit partly reverts.
        
        Change-Id: Ib2eed3a1896e83d9c66b0479a03f9ec51e1c4dc0

2013-08-20  Julien Nabet  <serval2412@yahoo.fr>  [f193e73136e5808b998339054e2278b1b2d16637]

        Fix idl: no ResultSet attribute so remove "#"
        
        Change-Id: I8b0025a1dcba5819edbb35395324efaee936eec5

2013-08-20  Michael Meeks  <michael.meeks@suse.com>  [1c7af455ab9345304a7ac48ce2e0310de2ac8a75]

        Re-work 8bit characters in source code, or remove them.
        
        Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
        Reviewed-on: https://gerrit.libreoffice.org/5550
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-08-20  Caolán McNamara  <caolanm@redhat.com>  [c3164e42dcdf879ed53e235db13f498eb730bae9]

        Resolves: rhbz#998046 store last size/position of the table/query/form
        
        Change-Id: I3623d5e133b8d7b2e7920824b05c46ade7b10d7c

2013-08-20  Stephan Bergmann  <sbergman@redhat.com>  [2d2337eb74161f9aab9bc3cf50fa63975d9c1731]

        Improve some debug output
        
        Change-Id: I1008822ba8592ea43f87805bf00adbfdaf4f02fc

2013-08-20  Michael Stahl  <mstahl@redhat.com>  [5be1f5234b46a89a7660a9cfe3deaa00e2aa124b]

        deb#719941: unbreak python script provider debug logging on Python 3
        
        Don't mess with encoding in Logger.log, since sys.stdout.write()
        accepts str (in python3) and both str/unicode (in python2) anyway.
        
        Change-Id: Ib0339b7fd882a7654cc24c38efdaf67f519663ff

2013-08-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0a74847e5d533ea2e5773387a171b96e5885c51e]

        also adjust for poppler 0.24
        
        Change-Id: I177cc28ec357ec5f88bb1efae1928eb120dcd9f2

2013-08-20  Björgvin Ragnarsson  <nifgraup@gmail.com>  [d2ed00f711d71cd2efe87e19dadfb0b413a7b5fe]

        unopkg: use default umask when installing shared extensions
        
        This makes sure shared extensions are readable by users when root's umask has been
        set to a value such as 0027.
        
        Change-Id: If495afae8eaf3a640c99ecb7598b79b59363c12c
        Reviewed-on: https://gerrit.libreoffice.org/5521
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c53d6326aaa2bb2721818671034f4df68923b11c]

        Revert "Ugly workaround for historic sxw files..."
        
        There is cleaner, scriptable and out-of-source-tree workaround available at:
        http://fridrich.blogspot.ch/2013/08/service-announcement-openning-of-sxw.html
        
        This reverts commit 36c64c875f5819bf5ada2bb657c490441bc24644.
        
        Change-Id: I37362e996ff1c73bcc88d1037defd07d7bab90af

2013-08-20  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6ea3aa6aae980156529d007a107373bbd37dcee6]

        gtk: use frame widget for frame rendering
        
        otherwise I get ugly two-color frames with the Adwaita theme.
        
        Change-Id: Ibac1df9759148f89954e13051e3d6e64db30a2af

2013-08-20  Caolán McNamara  <caolanm@redhat.com>  [0aa3a73c9463f4d1e8918383b21131352635fe75]

        Resolves: rhbz#998136 different index to gWidgetData vs NWEnsureGTKNotebook
        
        Change-Id: Ib3ebbfda09cd05477b65c1d81ac77e977b2a11e5

2013-08-20  Olivier Hallot  <olivier.hallot@edx.srv.br>  [6abf5a706ff49c996dd3c608939481fa8eccd5f7]

        Convert position and size dialog to widget UI
        
        Change-Id: I283667cd21fee7dd905c5353245317ed90102c96
        Reviewed-on: https://gerrit.libreoffice.org/5524
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-20  Caolán McNamara  <caolanm@redhat.com>  [f1304feb4b343a9497c96bc256a8ade6d8e503f1]

        [TOOD|TOODO]->TODO
        
        Change-Id: I3444b1788e3246503e2460051e8ddbf38aa3de86

2013-08-20  Matteo Casalin  <matteo.casalin@yahoo.com>  [92440af9766f8d10adc4669fcd45642731626956]

        Shortened string should really be shorter
        
        Change-Id: I34afb1c85cf1cf389faab5f1ae415e34d42c5ef5
        Reviewed-on: https://gerrit.libreoffice.org/5491
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-20  Matteo Casalin  <matteo.casalin@yahoo.com>  [b623669b4d8a6f20f8aa40c7afb4a59f1ad8b5c3]

        String to OUString, cleanup, typo
        
        Change-Id: I0c5d2b194a09002292990e74aeb10984c2b41d0e
        Reviewed-on: https://gerrit.libreoffice.org/5490
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-20  Stephan Bergmann  <sbergman@redhat.com>  [35eccc5e0151febf7c6c3ed2bf33945c534c9b0b]

        Missing + signs
        
        Change-Id: I60cfb30c7caab308a0cbe415ba04e1245ed3dd9c

2013-08-20  Andras Timar  <atimar@suse.com>  [72576f439ad3eebc6947a50070f1ffabe2964b32]

        fdo#67786 pocheck tool for checking translations
        
        Pootle has many checks, but there are cases which are not covered.
        Therefore I wrote a tool which checked three types of translation
        errors:
        
        1. Unique style names.
        2. Unique spreadsheet function names.
        3. Missing trailing '|' in Windows installer translation.
        
        Usage: make cmd cmd=solver/*/bin/pocheck
        
        It checks all languages and prints the report to stdout.
        
        Change-Id: I89aad66ea41c0ebe4a6f45beaaf86afd1a6439cc

2013-08-20  Michael Meeks  <michael.meeks@suse.com>  [ab55228f6c524ddefde2d7e1d6688b8a407da3ad]

        fdo#53032 - Use the right mark area to undo paste of RTF.
        
        Change-Id: Iee0521e4f7851f5b51cf6ab7a973bf8b46fb09f5

2013-08-20  Xiaoli  <duan19002009@gmail.com>  [d89e02e4a7100bff3e7d81c389cdbc6d43adf480]

        Translate writer test 'Checktable.java' to Python
        
        Change-Id: I66a36acdb4aa67d438fb36597f41e847bbde10e3
        Reviewed-on: https://gerrit.libreoffice.org/4796
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4450b1b93f7f7b5f97c631fe767b1156350a9227]

        Translate some words in Math Elements Dock
        
        Change-Id: I7d5075b0c9ac481b954c6a843b35e46355b5348e
        Reviewed-on: https://gerrit.libreoffice.org/5519
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-20  Oliver-Rainer Wittmann  <orw@apache.org>  [0659c0c8b558f295f43e0be25bc2c82f81da5f2a]

        Related: #i123021# import of graphic bullets
        
        consider empty graphic frames in graphic bullet area
        
        (cherry picked from commit b16eb2a11359d6dfd330a46dd70a0142d6b722a2)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        
        Change-Id: I242762556805b80787bc6c4305c2f735fef711d3

2013-08-20  Caolán McNamara  <caolanm@redhat.com>  [26dc5f2ee67342bd474640e1cc39b96d3220721b]

        Resolves: fdo#67665 font names filtered out on odp/odg export
        
        Change-Id: Ia529992d15152db981379a1e0a4dec63b2dad40c

2013-08-20  Caolán McNamara  <caolanm@redhat.com>  [dfee01afdff0223284d17a4ea2134bece2ef440a]

        this Find is not actually implemented
        
        Change-Id: I0d8e8903bdc5943079c6ed9f123e2fca2f72467f

2013-08-20  Matteo Casalin  <matteo.casalin@yahoo.com>  [e47d90690c8fab3ec8b7fd7c1b79372251770f9d]

        String to OUString, better location for class method
        
        Change-Id: Ifde0d45e35fed94d4ef6cb93b2feda172fd6608b

2013-08-20  Michael Stahl  <mstahl@redhat.com>  [e1a9a348a519a69f898c9c1e6d87a5837b8267f9]

        fdo#66145: fix copying of header/footer when un-sharing
        
        SwDoc::CopyMasterHeader/Footer(): this could result in sharing the
        first-page header/footer with the left-page (!) when un-sharing
        via the dialog; the reason is that what actually happens here is that
        the left-page header/footer was never changed but the master one
        was copied in SwDocStyleSheet::SetItemSet(), so it sort of worked
        by accident before the first-page header/footer was added...
        
        Change-Id: Ia24df6ad59cda484559f2ca48ecaa7563878120b

2013-08-20  Michael Stahl  <mstahl@redhat.com>  [0b7a823bb6df79384939dda4de3b7f28e5e52758]

        fdo#66145: fix Undo invalidation in SwDoc::ChgPageDesc()
        
        SwDoc::ChgPageDesc(): make the invalidation of the Undo stack on
        change of IsFirstShared work by delaying ChgFirstShare() until after
        the check.
        
        Change-Id: Ifbefe446df8b6d785ed1bb6394ec5beb803fb1fe

2013-08-20  Michael Stahl  <mstahl@redhat.com>  [4df438c9a9d5e698c47c1e85903eb81880a5e6fa]

        fdo#66145: do not check IsFirstShared() in SwPageDesc::GetLeftFmt()
        
        ... and GetRightFmt().  If the first format is requested it must be
        returned; the sharing works by copying the SwFmtHeader/Footer from
        aMaster to the other members.
        
        (regression from 4dc78aee9bcdb6ea5e9dc47ebb4a4b9e590c725a)
        
        Change-Id: I1708f01c18b155ae75c14fc407e52ccd2bd798d7

2013-08-20  Michael Stahl  <mstahl@redhat.com>  [bf206549228685a68e1504db05119d8fa1d354b3]

        fdo#66145: revert change to CopyMasterHeader
        
        Not copying the nodes for first page is not an option; the real problem
        with the fdo45183.rtf is that flys in the header are not copied
        along with the nodes, like it is done in
        SwDoc::CopyPageDescHeaderFooterImpl.
        
        Also, the same problem may occur for footers too (CopyMasterFooter).
        
        Change-Id: I985a6b89f8cde96dc0fa0b489c44d77987f91a8a

2013-08-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90a2c73f903b8d07b52dc7774fd7296b2bf0c125]

        Don't unnecessarily require too new harfbuzz
        
        Change-Id: I1fc9b29255c9822406dfc6ddb05b3a7f63fcd216

2013-08-20  Jesús Corrius  <jcorrius@gmail.com>  [c4d5b148340932df9ac0360e6831169e945566fe]

        Registy item fix for AppUserModelID and use STRING macro for strings
        
        Change-Id: Id6434355aabdde4f39232ab5a839201a85ca4d29
        Reviewed-on: https://gerrit.libreoffice.org/5529
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-20  Noel Power  <noel.power@suse.com>  [fbf8ae82411d56189f844f9f00ccc6cf6b0827bf]

        fix for fdo#62323 fix duplicated and wrong tests
        
        Change-Id: I73dc238f7de59367a0a9d00e5421ea6675b4f556

2013-08-20  Noel Power  <noel.power@suse.com>  [4c9a08e78b6e2c5d19628281bd4141c268299bea]

        fix for fdo#62323 bad conversion of Hex strings for certain values
        
        Basic hex literals are basic Integer ( e.g. 4 byte ) types with
        -2,147,483,648 through 2,147,483,647 range. Interally the scanner
        was using a long to form/scan the literal, this led to bad behaviour
        on 64bit linux ( where normally long -> 8 bytes )
        
        Change-Id: I1d0fcc55ed0eda636da1445329737d1684e69f33

2013-08-20  Julien Nabet  <serval2412@yahoo.fr>  [2d95a1bfd6e0adff791d9e381f0ec37470312522]

        Fix idl
        
        Change-Id: I10a67d3087205e81633a35e30b7648c4a14ac2f9

2013-08-20  Julien Nabet  <serval2412@yahoo.fr>  [2f328ab300175c38ae51025469c1e85b3caf62cd]

        Fix doxygen in offapi, awt/XMessageBoxFactory.idl
        
        Change-Id: Iee4f792d35b8caf13bbd1c9ec7aefe38f185dcbb

2013-08-20  Julien Nabet  <serval2412@yahoo.fr>  [1aebeb0208a3643529eef23a0c5a1a0d0b366716]

        Fix doxygen warnings in udkapi and offapi
        
        Change-Id: If2235c959aa409376397f306145bea0bee713c78

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [eca84d61bc5b950816eba632937154e0ba2610ba]

        offapi: fix doxygen warning in ucb::XWebDAVCommandEnvironment.idl
        
        Change-Id: Ie54315ebf76707848de635e75b9689ef8d06e0ea

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [2dd478b633785f7105fbd18a02a993f243536f65]

        offapi: fix doxygen warning in awt::XPopupMenu.idl
        
        Change-Id: I68d66e62d6962ec1da471b7c7edc8ca30d70e838

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [a388856fe749a846b69149f2ec852d8fdd7071e1]

        offapi: fix doxygen warning in awt::XMessageBox.idl
        
        Change-Id: I98e90d54ade44a6baf20c8f36bc536f3dfa43ffe

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [ca543ef07afc6e396535d093b0c77743e20c8109]

        Fix typo in idl
        
        Change-Id: I22a9178da0190fa79c81e10511925d2270065680

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [c43a0e35e59b9ccf179852f04784a0f6db5dc191]

        Revert "Seems unused too"
        
        This reverts commit 0654a592df05df676540764c004bd5b4e8b693a9.
        Sorry Kohei for the noise

2013-08-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7164ec2858a25a9f57fac199132dea0e70a8555]

        Return on NULL right away, to avoid null dereferencing below.
        
        Change-Id: I17b45a5fb6ac5d30be5d3575fec76a61662decdf

2013-08-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [904ef99d87af1bfefe43f6a84f04f019bd082754]

        fdo#67699: Don't forget to set filter name to the descriptor.
        
        Actually the detection code works just fine without having the detection
        service set the filter name here. But it's supposed to.
        
        Change-Id: Ic6a4325b5ceb532d0691781388f66c24cd695ca5

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [0654a592df05df676540764c004bd5b4e8b693a9]

        Seems unused too
        
        Change-Id: I4e71517f34988c3fc2d4b8e7627722d690c1b487

2013-08-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f7ee4b7a32153f3141507de673f60c7f678f015]

        These can be file local.
        
        Change-Id: I71193951ce7a1d1a63fc6931a12267f22cdb72c3

2013-08-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e69aa9572bb2206313cd2aa7edd13da91460f2c4]

        fdo#67699: Remove a whole bunch of old hacks.
        
        The new format detection service is much simpler than the old one.
        
        In the new framework, each detection service receives the name of format
        that it is expected to check against, and it should either reject it by
        returning an empty string in case the file is not of that format, or
        if the file is indeed that format, set the appropriate filter name and
        return that type to the caller.
        
        We no longer need to deal with preselected filters (which is dealt with
        in the detection framework itself) or return an entirely different format
        that's different from the one being asked to verify.
        
        Change-Id: I3f36951b0ad821d836fb8a56b852e40d43095f09

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [4053a7633f58899c999f3dfcfe5a5cf3c5e6cc7f]

        Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3)
        
        Change-Id: I0972f1f46ca46c6c482e016e6e0a280c205cc121

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [053b21badc3236aa52de360df2751bcd65d936b6]

        Er, ENABLE_HARFBUZZ is "TRUE", not "YES" (or empty)
        
        Change-Id: If6007b1d9aa2173fc0f508bb6e9b617a440c940c

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [86b9f81c80ebfa1da77982232ee00572249b4803]

        Test ENABLE_HARFBUZZ, too
        
        Change-Id: I3e2ce690fcfd84d91979e737a1977f61319e2a55

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [3640aa3ac516aa66019950ea3771df82248dd557]

        We hardly want harfbuzz on iOS if we don't want it on Darwin
        
        Change-Id: I38ce976e55e9800971dcd300902578e06540f358

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [73ab2af184a10590188b81f188800b42c4991331]

        fdo#68261: 'program' is a symlink, need to use the real name 'MacOS'
        
        The installset structure in a "traditional" (non-"Mac-like") OS X was
        messed up with *both* 'MacOS' and 'program' as real subfolders in
        instdir.
        
        Change-Id: I337e1669d28c6c59993790fd33c9c5ab372c421c

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [c7c0510a6c86939e41966aa39eae676a03e6872d]

        Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)
        
        Change-Id: If7aa24718c3a4bc1656277f0bb741b41fcaf6f4f

2013-08-19  Julien Nabet  <serval2412@yahoo.fr>  [bd9c1714eda37bbbd43f22bfb71a7c4304d40630]

        Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead
        
        Change-Id: I74238c164e661f0090e78e5c6107b974834a685b

2013-08-19  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [f243d07019ca205ef536b0d7b0e1fe4b84469f75]

        sc/externalrefmgr: reduce individual cell queries
        
        Change-Id: Ic0dda47f02cd392234876a8945e240bbc915fa6a
        Reviewed-on: https://gerrit.libreoffice.org/5453
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-19  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [e5d9477e87837fb771cf6dcb3bde872873bc50a8]

        sc/externalrefmgr: batch same-type cells copy
        
        Change-Id: I5726261c9fbe479e2b5be6862324d23a30d4ab40
        Reviewed-on: https://gerrit.libreoffice.org/5452
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [da40cdd0e8a2a4ce2b3636f39c91b7129f1a6ed4]

        Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProvider
        
        ...which had become unused with the new cppuhelper/source/typemanager.cxx.
        
        Change-Id: Ic84d11cc9ecd1e7d73aa2757c14ffd46fa21e890

2013-08-19  Boris Dušek  <me@dusek.me>  [cc0dd9f8bd4ee52e5a26c0630e7960386aeffb15]

        fdo#68219: Parent style text attributes missing in accessibility
        
        Thanks to Niklas Johansson for testing.
        
        Change-Id: I550076e7d62f8db389cdbf902fce0ff7f8f98165
        Reviewed-on: https://gerrit.libreoffice.org/5480
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-19  Jelle van der Waa  <jelle@vdwaa.nl>  [fa0e48c5e4ffc2bf05a60ce0e878073643db8cbe]

        fdo#57950: Remove some chained appends in xmloff
        
        Change-Id: Iff0c43d190e6afa26c23416db4da9843cf7f41a5
        Reviewed-on: https://gerrit.libreoffice.org/5327
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-19  Arnaud Versini  <arnaud.versini@libreoffice.org>  [c8e39e66528affb66f1ae121fa36dd4ab31a9b0b]

        Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.
        
        Change-Id: Id90935fd2b0f904f89477792edc8140cfc31e91f
        Reviewed-on: https://gerrit.libreoffice.org/5412
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-19  Krisztian Pinter  <pin.terminator@gmail.com>  [2e45813b7e5757bc050e121acfe942763b9544ff]

        Refactor TemplateAbstractView to define file exts. in one place
        
        Change-Id: I5d799f51c41d9b4f5a0161cf49e76d9539826d8f
        Reviewed-on: https://gerrit.libreoffice.org/5365
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [b862b8d5757cd031f361e5960dff8b149d16b615]

        String to OUString
        
        Change-Id: Ib028b0846fca69ae678ff02d551eb369a59bc129
        Reviewed-on: https://gerrit.libreoffice.org/5475
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [edba90dc39fc3141a8a9e441aa97b46baa4c6ca2]

        String to OUString + whitespaces, log messages
        
        Change-Id: I76014ecb4dd0f040b6770965cb690cc9839bedb5
        Reviewed-on: https://gerrit.libreoffice.org/5474
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [83d874ec13f6bf260f3f4093fd1613bea23bf27c]

        String to OUString, some small cleanup
        
        Change-Id: I2cb6b2c2169e5ba72ac8866f4a797421bd779a8b
        Reviewed-on: https://gerrit.libreoffice.org/5473
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [33b631c483e017e9ba9430034eb659f085093944]

        fdo#67653: Revert "go back to 8 colorvalueset columns"
        
        This reverts commit 7e7ccea7cc91e86d7d345b85940dba16bec36fc4.
        
        Change-Id: Idc09233ccd53a7368da978bb7c1a04a640118e62
        Reviewed-on: https://gerrit.libreoffice.org/5503
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [099d6020fed3a7e30cd18a3d970a927cc88151ec]

        Updated core Project: help  0928f7ad945adabae18d618d9c63c12a6472ff8a

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [23a289cfbb5b89c25a20852f3dcb672e6674027d]

        convert document field page to .ui
        
        Change-Id: Ifaad85d637167bd85be2e15809e847efcdecd584

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [650f7c168160fe5118b7b4e362b82438244ec5ba]

        prefer first visible label when presented by multiple ones
        
        Change-Id: Ie3e5e3b8a68fdfa7b5a0c985b49f69fc87449ee0

2013-08-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [508e8dd2e2cf54e3c0867b0a8340e477da3afee5]

        Fix mingw64 build of remote control
        
        Change-Id: Ic236a52311a5bd868daa50851a2a88c92c377f51

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [4b2c05d4f71ae9c6586b423fea802208da265765]

        Simplify iteration over Sequence
        
        Change-Id: I84b79c6cc11a5cd506e22caf294423a3c0b953f0

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [def066bb6559e8c77eeb924db1356f9848f5c8a2]

        fdo#67109: Order of XConstantsTypeDescription.getConstants is unspecified
        
        ...it looks like it used to be the order the constants appeared in the .idl
        file, while now it happens to be the lexicographical order of the constant's
        names.  For all the constant groups in com.sun.star.report the order expected by
        the code appears to be the order of the constant's numeric values (which happens
        to coincide with the order of appearance in the .idl files), so explicitly sort
        them that way.
        
        Change-Id: I550401b2742fffb7c96a7787498967a7cd78fff8

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [876ae5ed8401e66c46252e10a2c21988246d547a]

        Updated core Project: help  50fb4825f0debbcff34a6110e66caaae2674fba5

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [fe9124ffee515087a591d51316caf29bcfc4de4a]

        Revert "drop unused help ids"
        
        blast, they *are* unused, bad grep
        
        This reverts commit 0ec56aee18cf35728596a0398b0aaf3384099a17.
        
        Change-Id: I06b618f88240dab084dfa89fd21119f07d5ee5d5

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [0ec56aee18cf35728596a0398b0aaf3384099a17]

        drop unused help ids
        
        Change-Id: I780f4a117ce0a461031d8b66747d7d52493ef6d2

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [fa6550d45e6c7f315ee55b7392dff9a512fd0d08]

        Updated core Project: help  339d9e2a57394896e9a199d2c2676d4e97d31ba1

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [fc9984e230058c28a9eeebf473119c9479753317]

        missing mnemonic widget
        
        Change-Id: I292db7ad4c614568fe9a5f011e545e9a068e8a5c

2013-08-19  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [68e793d36dbdcae8d9eb77ef0b37c9daba49075d]

        Convert similarity search dialog to .ui
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: Ia628babd27ca29769a6a287f70367d8208c5cc59
        Reviewed-on: https://gerrit.libreoffice.org/5510
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [082cff5eec3edf1a96fefb27f760326a495557b8]

        Updated core Project: help  79e86ab4719ffe4d9178a5a97c0f69835cf2e9e3

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [fc2ca4e8404122aa7d893f6b3d169345fb95a673]

        set some default widths/heights for validate multiline edit boxes
        
        Change-Id: Ide59f0fa382c148abeac2b3dde17cc913183391d

2013-08-19  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [d0c166ad33042403c5ecf9367c3362542cb3549a]

        erroralerttabpage.ui widgets
        
        Change-Id: Ia0a11f636b864e5dd7c8ef6f4e8d1c3bb6f0a26f
        Reviewed-on: https://gerrit.libreoffice.org/5507
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [4c575c5f0bfbcd7dd0c16e849dfe0428cf4b8b0a]

        Updated core Project: help  c3a761cddfe4b21a1409096097df3cd8712b0445

2013-08-19  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2a536842d7cecd3b5bdb09901f0fe829f6cf6d87]

        Convert rotation tap page to widget UI
        
        Conflicts:
        	cui/source/inc/helpid.hrc
        	cui/uiconfig/ui/slantcornertabpage.ui
        
        Change-Id: Ifd2a18ad1a84728237de61bed3d96f83313afd62
        Reviewed-on: https://gerrit.libreoffice.org/5506
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [e89e7cded7cf449807c93bd3ce35b1e1a876da3f]

        Prefer using declarations over using directives
        
        Change-Id: I1316fc4ae1d4dab91684bdc059f5c69c5e0c401a

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [477e7ad9d05ccb48146c9f7e8dcbc0980c2d9481]

        Use upcasting Reference copy ctor
        
        Change-Id: Iab00310e2e6fcf8a43617363cf095a1bccfd9751

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [2864959cf71b16ac5c3cd0789ac243958a991917]

        Use standard idiom
        
        Change-Id: Ida916e3019d72c9e9d1b5b117de2060f0227c310

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [69a0571d6b885cc4771554d22a63170651647f3b]

        some extra spacing between frames
        
        Change-Id: I94051d2f2c1bd4cce6945798f85e90d6b5316450

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [0c0210fbee8e33e6cfde81119b6913645a046a2c]

        Updated core Project: help  d2c983410d61bd286667b89f5d8d44244bb463c0

2013-08-19  Olivier Hallot  <olivier.hallot@edx.srv.br>  [be49b8052489b788046d7250ed851408be759900]

        Convert slant & Corner radius tabpage to Widget UI
        
        Conflicts:
        	cui/source/inc/helpid.hrc
        
        Change-Id: Id0a51421e7d6cb7e0d0265f88de31ff3d9c574ec
        Reviewed-on: https://gerrit.libreoffice.org/5505
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [81f14df66d64f869ac481219ad1e441f089579de]

        drop unused help ids
        
        Change-Id: I3c660679852afee5fc6684f4ea94445ce1ec8423

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [e5de1c7a56ff85cb267358fd6d0d151cae02b73c]

        Updated core Project: help  f8a660c3c6850535ab48c0a9536229ac374255c2

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [1e689e18701a21728dd2b02ea459a62fec5b561e]

        tweak a bit
        
        Change-Id: Ic2ea51faf0fcec0a7d6fdc4a52e2e930e8461e20

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [7ed90fdf548978d640a7ed26ffda99c10586aac9]

        wrong mnemonic widget
        
        Change-Id: I539fb2599743ed2eda3b33895f73230cc2342055

2013-08-19  Olivier Hallot  <olivier.hallot@edx.srv.br>  [b232299c3128fa0d0ebc727a4faaf8dd4ef831c1]

        Convert position & size tab page to widget UI
        
        Conflicts:
        	cui/source/inc/helpid.hrc
        
        Change-Id: I5265e74e88654136b4eeeabf7cfcae24dec08e38
        Reviewed-on: https://gerrit.libreoffice.org/5504
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [0ce1070ce7a5a502cc36cdeb6ebeab68700d33d8]

        Updated core Project: help  8fad124be31b9f372454c7bb68cbd293f06d4e1c

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [ec1a6ef42e1100edf3a855a292787136d7477f35]

        convert field function page to .ui
        
        Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [b7bdc730188bbe183897a50dd17092f92df3b31a]

        bShowSelection is always false
        
        Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52

2013-08-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [58b64704327190dc5c09d22cd329970ec0094477]

        Windows includes in lowercase, guys\! :)
        
        Change-Id: I2c6f2553cd0a1657981de720b2398754253ec4d4

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [745179a6336e1a56507f7211ed259c59f91dd1cc]

        Remove bogus symlinks (!) to /data/git/libreoffice/... paths
        
        Change-Id: I13a819829f1aa6ac3cdf2e3aa1237af170610f80

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [65431ce126b01f3812c81557f8da0085a8bbb6ee]

        Reduce verbosity: Don't print annoying warnings
        
        Tons of these warnings were printed during the build, and nobody
        cared, so they can't be that serious, can they?
        
        Change-Id: Iecad7d8f6c562d04c5360161387212efef59b889

2013-08-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0d6d62a559e02c7468040dafc432c419e8fb7228]

        Implement column-type alteration. (firebird-sdbc)
        
        Change-Id: Id192bd7d62d0ce9d5abc04390670cb277c6ec755

2013-08-19  Khaled Hosny  <khaledhosny@eglug.org>  [3bd7d5520fc15ee0e0cf930e73041ce6a18cb619]

        Update internal HarfBuzz to 0.9.19
        
        Change-Id: I520832508a8d419e394817a0e25949071928f612
        Reviewed-on: https://gerrit.libreoffice.org/5478
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [acd9f66f2834c16650d37109650ed47e491a0241]

        Split type-description out of createStandardColumnPart.
        
        createStandardColumnPart returns a string that is usable in table creation,
        the type descriptor (e.g. CHAR(N)) is also useful in column-type altering
        statements, hence this is split into a separate function.
        
        This is needed primarily in the firebird driver where column-type alter
        statements are in a different form to most dbs.
        
        Change-Id: If44554f979f6dd14bf679455978f3f0b44784bf5
        Reviewed-on: https://gerrit.libreoffice.org/5432
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [bd507a0d093b7d5239992440a40d0a7453b38207]

        fdo#39007: Brute force fix: Unlink a potential restorecount.plist file
        
        It is not completely clear to me whether we really still might be
        leaving such files around. After all, we now in *two* places (at least
        in current master) tell our NSWindows to not be
        restorable... Norbert's code in AquaSalFrame::initWindowAndView()
        *and* Herbert Dürr's code in -[SalFrameWindow initWithSalFrame:].
        
        On the other hand, Cocoa does seem to create the file and keep it
        around for a short while before removing it (in responce to our
        setRestorable:NO calls?), so there is a slight time window where if LO
        crashes, the file will be left around.
        
        Such a file might also be around from an older LO version, or manually
        planted there by somebody wanting to reproduce the bug...
        
        Of course, the *real* fix for this problem would be to make LO a
        *proper* Cocoa document centric application, that would use
        NSDocument, NSApplication etc like native applications are supposed
        to, and that *would* handle window restoration the Cocoa way. I.e.,
        work with the system instead of against it.
        
        Change-Id: I9ed058130ddddf49cf0221d899bef3e2654589c7

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [08452f1208a2ecbf7c6f15a96efeedbe5210ec83]

        Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA
        
        Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3

2013-08-19  Caolán McNamara  <caolanm@redhat.com>  [a3b06ecf4217016c883ce40e52fcd4b6a2d25860]

        callcatcher: remove some more unused code
        
        Change-Id: I7332b0ead075e09b60549203bc32eb99a2bb0430

2013-08-19  Stephan Bergmann  <sbergman@redhat.com>  [9793d387529227f8e0a56e82ffa066ee294d5d50]

        Use standard idiom
        
        Change-Id: I77b2732e04435ee93044b65c4925de43cc20187f

2013-08-19  Jelle van der Waa  <jelle@vdwaa.nl>  [9a1aca007fd06f3f8223ee02a79e44099d778b51]

        fdo#57950: Remove some chained appends in dbaccess
        
        Change-Id: If93b4a11ac15ede2b08ef42bb2fa4670f0d4cd24
        Reviewed-on: https://gerrit.libreoffice.org/5481
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [f4004429d339009bec6babe30becdc9c727940b8]

        Mark as const
        
        Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0

2013-08-19  Tor Lillqvist  <tml@iki.fi>  [88960707cc891a5bfc260ce7568a75c1c8419f73]

        Use correct paths to URE stuff on Windows
        
        For some historical reason, URE has no "share" subfolder on Windows.
        
        Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2

2013-08-18  Julien Nabet  <serval2412@yahoo.fr>  [33521dafcc71082ad11764ea38d0ae5f43eb041e]

        Simplify a bit
        
        Change-Id: Ia742718cebca57237145b16a8bf363a35a95f818
        Reviewed-on: https://gerrit.libreoffice.org/5445
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [ad5dc7d3c83ea8bbe1e8a019b35e9fb635276ed1]

        Updated core Project: help  00ceae6cf10ed0f4e0165acd0f0cadd54b19c06b

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [4b42db15708aab7014ec37394ffd51430cdb5f1b]

        convert docinfo field page to .ui
        
        Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [81aa4049d1b3109dc792ee3ef06d07ac535dd755]

        XubString->OUString
        
        Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [af1bbf10230a031702a6a9d5dc9a1458b48c3b2b]

        _FESHVIEW_ONLY_INLINE_NEEDED is never defined
        
        Change-Id: I3706675aa18d4a2f6ecdcfef1e36da8c87adafac

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [ae993b043fe763585d85ca6ef4d99aaddffd2976]

        Add where pyuno.so is to PYPATH for the "Mac-like app structure" case
        
        In that case, the .py files are in Resources while pyuno.so is in
        Frameworks. Or maybe I should put pyuno.so in Resources. too.
        
        Change-Id: Iec453c378defdc45d6d3ba6bd17b2a86de669d29

2013-08-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2fac457566eb6fd33d05c3c8d27050b773db6fd2]

        Correct comment on sdremote discovery service port.
        
        Change-Id: I36d154efb59a6e13da84c004bca8fafe24161088

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [058a3d1c46449dd5159bae30c83db4c2c5c335b4]

        Further work on the "Mac-like app structure" option
        
        Lots of stuff still either ended up in the wrong place, or was looked up from
        the wrong place, or both. Fix most cases.
        
        Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [bd2f7ef662122d5c1202911cb2f3b0ab1e124695]

        Decouple the "Mac-like" app bundle structure choice from sandboxing choice
        
        Add a switch --enable-canonical-installation-tree-structure. Only implemented
        for OS X for now, but the same switch can be used if and when we want to make
        it possible to make the Unix installation tree more "standard", too.
        
        Change-Id: Icb0ad500b77d7e986f2f188fd17faabaf2e2fe99

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [c6a73009747814513ab5a7277c211449c7378870]

        Use subfolder names from <config_folders.h>
        
        Change all instances of hardcoded "program", "share" etc subfolder names to
        use those from <config_folders.h> instead. In normal builds, the end result
        will not change.
        
        Change-Id: I91c95cd8e482818be67307e889ae6df887763f53

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [18041138d3169d565755565bdbabd8de596b5ac7]

        make install or install-strip hardly make sense on OS X
        
        Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [667a0ad6513425a93cf1354217b411df5ffc7861]

        AC_DEFINE an ENABLE_MACOSX_MACLIKE_APP_STRUCTURE
        
        Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [327a45d82e4c9336b519f596dfa0899165998099]

        Bypass the O_NONBLOCK resetting for now when sandboxed on OS X
        
        The fcntl fails. Will have to check later whether we should also drop
        using O_NONBLOCK when opening then.
        
        Change-Id: I529a4d728563eb323e35487782f7fee88b2faa0c

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [bac11dce543410a216a26a0415ddb77878687474]

        Actually the smoketest does not work for a sandboxed soffice on OS X
        
        We can't create and bind Unix domain sockets, it seems, so bypass this
        for now.
        
        Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [13940a8eac7059c0eb7f7cd243fa0b45582a4fad]

        Use a proper folder as "user installation" when sandboxed
        
        A sandboxed soffice process (runnin smoketest) has no access to workdir.
        
        Change-Id: I62ef94282df37ea710735f1305c1d95dd2b0a304

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [9a031cf7050bcf289792de0363560ef864ddc0be]

        Adapt for HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE
        
        Change-Id: I598efffda7be77171cdff9d3d5b8705972cfba18

2013-08-18  Tor Lillqvist  <tml@iki.fi>  [e939dfb359761bae395122c1adf68222709da36e]

        Add a --nstemporarydirectory switch for potential use when sandboxed
        
        Intentionally very brutally just exit after printing out what
        NSTemporaryDirectory() returns, as this is for use only in unit testing, so
        that makefiles can learn the app-specific sandboxed temp dir.
        
        Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0

2013-08-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ca538f48e866b4eb69b498786d9030639cfe2ebd]

        fix updating of initials for the Russians
        
        i.e. replace hardcoded "2" by nInits var. For the Russians nInits == 3.
        Also move the code block to the more appropriate place.
        
        Change-Id: I1cbc6b14dc5e4c04516c0d3952920ee060c81afc

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [b0f4295fdc411eaacf32bd41139da8eb08fe575b]

        GetPageDescByName_Impl: move, rename and clean up
        
        Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe
        Reviewed-on: https://gerrit.libreoffice.org/5467
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-18  Jelle van der Waa  <jelle@vdwaa.nl>  [b5e5ce956b463e90bb65ad99cefca33b9b0b13bf]

        fdo#57950: Remove some chained appends in xmlsecurity
        
        Change-Id: I35ac622abb995a9259f0774f463ec2816b3668b6
        Reviewed-on: https://gerrit.libreoffice.org/5477
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-18  Jelle van der Waa  <jelle@vdwaa.nl>  [4abb7e5c5874fd53fd4c7a758faa03fe8216a0ee]

        fdo#57950: Remove some chained appends in basctl
        
        Change-Id: Ib1c14c6712848ebb28f49d50837f691531c1b5d6
        Reviewed-on: https://gerrit.libreoffice.org/5479
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-18  Oliver-Rainer Wittmann  <orw@apache.org>  [611fd43dd2570bbffe84a3b0506f0c36d7972a38]

        Resolves: #i119440# add support for further field codes to Read_SubF_Combined
        
        Found by: Yan Ji
        Patch by: zjcen
        Review by: orw
        
        (cherry picked from commit 3c7cfb25492dafb231b74d824570fb943a599981)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par5.cxx
        
        Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9
        
        Related: #i119440# correction to be warning-free
        
        sal_Unicode is unsigned on all platforms;
        Found by: Pavel Janik
        
        (cherry picked from commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4)
        
        Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [30ba8fa46aafb0868ada3b0092cd33524c145989]

        don't unconditionally enable buttons on switching to accept/reject page
        
        we want to disable all of them when switch to the options page and *restore*
        the original enable/disable state when switching back i.e. don't enable them if
        they were disabled due to change tracking password protection
        
        regression since 8655095a4910ca795dfd182e6796d9375727a694
        
        Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1

2013-08-18  Adrien  <adriendev84@gmail.com>  [1fb69ba27999606db68915fe745629b2ed42c8b1]

        Fix bug 47680, accept change is not displayed if file is protected
        
        Change-Id: Ic37d96c0f3cad6eba9a4e9327463f70ebbbfd317
        Reviewed-on: https://gerrit.libreoffice.org/5501
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [1cfbfdbb4dfeaacab3764d5aff18ee5ea1109ea6]

        WaE: unhandled enum
        
        Change-Id: I55f14068fcba2a53785160b8cd03a7cd94d56623

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [f9c49a41c77728b077b29dca6eace57119e61067]

        WaE: unhandled enum
        
        Change-Id: I4a26045901cdaf26666fd8cecf0a24e9d22cbbfd

2013-08-18  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e1283c873c8a535fd91a9d077970aab6cd1a98f3]

        Convert text dialog to widget UI
        
        Change-Id: Ifd1303db2b3da95d80baaace898fc3e93996fa76
        Reviewed-on: https://gerrit.libreoffice.org/5486
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [cc0b40f6a94f05b36b31b1a7a55431e1b5f2608e]

        add some a11y relations and enable translation of ms
        
        Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [e45d6b4e503b2a795ff79aaf3f3f8a7b065f9488]

        Updated core Project: help  dae7017f5c6c0c30a5fd75939ee27bba8f7b977f

2013-08-18  Olivier Hallot  <olivier.hallot@edx.srv.br>  [87e21946fa9a81c403a146d03579691537c1352c]

        Convert text animations tab page to widget UI
        
        (src file will be deleted in a forthcomming patch)
        
        Change-Id: Iabb77ae70e536afe0ba24b8922be98ea87441f3f
        Reviewed-on: https://gerrit.libreoffice.org/5485
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [b96c5920902822c858b56f10b75141fe8e7fee51]

        convert ancient .sdw documentation to .odt
        
        Change-Id: I6a4123818f5e3c33cbec04e19e70c1f6a8b7bba2

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [c7025e93c42ded24b3eea5722accb767f1c77cad]

        remove various unused queryboxs
        
        Change-Id: Ie8ae7c19b957410517c2a1a4f6463825bafd0e09

2013-08-18  Caolán McNamara  <caolanm@redhat.com>  [46906b68c443939beb9b0c44d3bef9c1ce9c39d9]

        callcatcher: update unused code
        
        One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is
        that the last use of the old PercentField is gone now as well, so that can be
        removed and the new PercentFieldWrap can be renamed as PercentField to take its
        place
        
        Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd

2013-08-18  Jesús Corrius  <jcorrius@gmail.com>  [b0041fd68ae1a9df91f8c3274e0b4003ef914a44]

        Revert "Fixing i#119950 warn about other running terminal sessions"
        
        This reverts commit b218cbf59de4d7ae0a6962995fb0f719ed68b5d2.
        
        The original patch just looks for another instance running which
        of course can be in the same terminal session. The assumptions
        the author makes are wrong.
        
        The bug the patch tries to solve is real and we'll probably
        have to solve it in the future, but not this way.
        
        Conflicts:
        
        	desktop/source/app/officeipcthread.cxx
        
        Change-Id: I1e645671aa09c6147163820c12d5efb3b3688bd1
        Reviewed-on: https://gerrit.libreoffice.org/5415
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-18  Tor Lillqvist  <tlillqvist@suse.com>  [54d8baf8ad4e17ae7367ffa69e74b4e4f367a653]

        WaE: C4703: potentially uninitialized local pointer variable 'pSectNd' used
        
        I think the compiler is wrong here. I don't think there is a way the
        line can be reached without pSectNd being assigned a value. Let's
        silence the warning anyway as we want to be buildable warning-free.
        
        Change-Id: I6802c31feccdbf9727a02819fe0051b6edba3730

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3b68a17b49413e3d20a32c6a1bce3a74b9da1477]

        Revert "Reduce text background painting rect with border"
        
        This reverts commit cc7a94cfa8ec901627e8f9abf28c724923deb520.
        MS Word has the concept not to paint background for
        the border line.
        But LibreOffice follow the general html box model which
        paint background for border too. So in case of double line
        the border's gap has the same color as the background.
        So the reverted patch can't fit to the general concept.

2013-08-18  Tor Lillqvist  <tlillqvist@suse.com>  [af4c9e60d68b08696f2d3fdb7d4abf39b9a62fc6]

        WaE: C4703: potentially uninitialized local pointer variable 'pIdx' used
        
        Change-Id: Ifba5ca49202b22de35c241fa8282270096e6794e

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d22964a936919faea3ae9734d253ddfd05c01bc8]

        Paint drop cap background only once
        
        Painting default background is unecessary when
        there is a user defined background.
        
        Change-Id: I6564f403f0f7769b5460b07d5f3947be08c0dbf6

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cc7a94cfa8ec901627e8f9abf28c724923deb520]

        Reduce text background painting rect with border
        
        Change-Id: I48fa36aafa17b9660c65ed713ae2faf9c0c4d056

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d055f7eba0ad624ff1642a0f1421aa1fbfbbe9c5]

        Update comment in border.cxx
        
        Change-Id: Ica1adc71f3269a88bcf478931cee56dde565898c

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c956bde226ffd646ab6ca0c72d50a375ae52edb3]

        Make drop caps border a bit more robust
        
        Decrease the minimum size of the drop caps letters to 0
        and handle the case when padding is too big.
        
        Change-Id: I10f76ddffe9d19f82afbe3226ebe3aa8ba70da89

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [835d9e0da9416c7e586766ad734f45d048886e0a]

        CharBrd 4.1: merge borders of text portions
        
        Revert
        0d9ddccd8810a81a6f4d737870969d0dcf367d23
        and
        66f3b17013c467b9e0a74497738c90173b7e7b4f
        
        Solve border merge on portions level.
        - Add new members to text portion called m_bJoinBorderWithPrev
        and m_bJoinBorderWithNext which indicate when to skip left or
        right border.
        - Use these members during formating, painting and cursor calculation.
        
        Change-Id: I24f1a848e266207b252a6cd157663edc47c51de6

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cc978cda8cc1d25f5f11758ff42d7c2137daf638]

        Add test for drop caps odf filter
        
        Change-Id: I52735c222e14e725fc01caa156cb8ea9671a36cc

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [932901224ea8473bbcae6feced953340d489bcc5]

        fdo#43807: Fix import of drop caps character style
        
        Export works and import has just a little typo.
        
        Change-Id: I570d70423b5a626f21117971fb7eff030eae20af

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ea358f5d5b04a2a8e11a73d35643cd0afc5cb63b]

        CharBrd 8.2: Tests for UNO API and ODF filter
        
        Use just those API tests which still alive.
        Export filter test use import so no need for distinct
        import tests.
        
        Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [47e24bfed80342ae3f1c45e745b717aa8f557ec0]

        CharBrd 8.1: ODF filters
        
        Change-Id: Ib1a79678ffce7764638378b4002f5e87ae749d00

2013-08-18  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [54d13384deaeb545011c12720a131554bf40da7d]

        Add since to character border idl
        
        Change-Id: I06064b1145578579c8748b6e5326090303aa670e

2013-08-18  Siqi LIU  <me@siqi.fr>  [1dc74ae1f75b7d02953032a20e7e3c7c72c7dfd8]

        miscelleneuous changes in storyboard
        
        Change-Id: Ia3ca6da7155842693446888a53c899b3766870fe

2013-08-18  Siqi LIU  <me@siqi.fr>  [483d4c06c5b88949c5f0e12c9c8b3b4e88132e86]

        move fetchSSIDInfo to model as a static method
        
        Change-Id: I636cc3e9204db2247c74256e00abee8fdfdaee97

2013-08-18  Siqi LIU  <me@siqi.fr>  [3c5369840cf305ca92f4c04cc914b14b76c81562]

        popover view when no WiFi interface is found for ex
        
        Change-Id: Ib37fa00b58a1c4193b4181699e385dcb6502edac

2013-08-18  Siqi LIU  <me@siqi.fr>  [2ab48412d971dbe0ee8e6f7303a273612b47db8c]

        add a spinner when refreshing
        
        Change-Id: Ib82a63aa77e47203ff4bd94f3c76759bfa6fa47d

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16735020088ce652e57091ed6dc376a40b876546]

        No need for elaborate type name for this.
        
        Change-Id: Ia29a5956813c5d71f042f774d00de3bc82b7f1aa

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed8c8a7173d26defac017ed9a1950b47d573898a]

        Move static struct to where it's used, and use std::vector for this.
        
        Change-Id: Id68fa488731d3b34213db23bf4d50f73b04c6fe4

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c19b9679a745a5ebb3eedd7583aedc4d75ae62c9]

        This function object is no longer used.
        
        Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [82e3de57471c30e0047fcfc714d1219fd15067e4]

        Rename SvXMLAutoStylePoolPropertiesP_Impl to XMLAutoStylePoolProperties.
        
        Change-Id: Ib2bd2da3852fdd8110d6d799b5a4091f2a89f0a8

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [30dab43c058c27ca603b5ac318a0283883475fc9]

        Rename SvXMLAutoStylePoolParentP_Impl to XMLAutoStylePoolParent.
        
        Change-Id: Ia5fe8e386fd363f0b5bb81b3d0e8fd1e15efe430

2013-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [965f98162deb89ac789bfe0ba81a8975d9140f13]

        Rename XMLFamilyData_Impl to XMLAutoStyleFamily.
        
        Change-Id: I9798408dc92a983fecc98c42516482afcb12ae25

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4be2adde9fdc1bfe585fa99a335efdeb4bdacf6]

        String to OUString, data member prefix, early bail out
        
        Change-Id: I532401e4853319668f49c75e4653907272384d12

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [bc42d992439de77b0e60a8435b2a134d886f0f76]

        String to OUString, optimize order of checks
        
        Change-Id: I54deff88232d54f268a03dd61646b0ad59b3d8d1

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [70ef99c447fcdb73ecadb8b3afd251ef8021a6cc]

        String to OUString, mark as const
        
        Change-Id: Id5ab789b3518a23ccef6f3a13f852c478a129089

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [9eea0332e091ebd49b25c1289fbb3572b3f4bc2c]

        String to OUString
        
        Change-Id: I5dbb39e429ee35c47b492dc29bf172879bc32b1e

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [a38f4e61b5611850f3b4f56cc5f6d9a6cb400d2e]

        String to OUString
        
        Change-Id: I22624e2f15b95257f950f48704909aeb6ae54ef4

2013-08-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [63b86dfdf84edfca0b49d97687e4759dd8d8efff]

        String to OUString
        
        Change-Id: I1de0d79ed3e9b3fd6b6ae9c303d5e502780bb568

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [8aee44c1814ae7c1af14e942cf0513e1612a82d9]

        String to OUString
        
        Change-Id: I41b73e0af6841247a0403974b1c66e5a66123420
        Reviewed-on: https://gerrit.libreoffice.org/5483
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [04314cc1244a5c681c2a0ea743e3675665ed7b7c]

        String to OUString
        
        Change-Id: Ib8309e687c375a05739e8b6f4db95d004a3b97cb
        Reviewed-on: https://gerrit.libreoffice.org/5482
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4fae4a48726462f1eb548a0afb244d8c7f93dd7e]

        aTextRect is unused
        
        Change-Id: I1653140533a0f848dcf577ad7e81991a4591d916

2013-08-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6e84be040be7d3ec214c2b19462cafcc3f4b277e]

        fix copypasta
        
        Change-Id: I92f2203988c5a4843ce512029ec60750fe4d25ff

2013-08-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [befc3e457df9daa7955752bb30cbad632da913de]

        fix string conversion
        
        before commit 7a504c8752bf7c5accbb9bcc33a98f79b31b8bf2 there was:
        aUnknownToken.CompareTo(sSaveToken) != COMPARE_EQUAL
        
        Change-Id: I4c6411777f342e160c78b0ec591456e284e4e385

2013-08-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [182bf2a63acceb435074e84f1237f1852491be94]

        Revert "fdo#57950: Remove some chained appends in xmlsecurity"
        
        This reverts commit 4f20c9f6f95c117bcdb520682df4fa1429a56477
        
        Change-Id: I4d8cef801d570b0c20e580144e79a5940b100271
        Reviewed-on: https://gerrit.libreoffice.org/5476
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [f34881370ac9d9f499e00143ca840ba88021843f]

        convert continue queryboxes to .ui
        
        Change-Id: I8e23eb484177ccd47b7780ccafbdf8b377ea57e1

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [5a66d854814edeb7183b76ceeeeba260cf0621fd]

        another unused QueryBox
        
        Change-Id: Ia317f09260853602f4dd313a0577de192834b1c5

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [82aae49d7c14588c79d3e1d2e489946fac8c11fb]

        WaE: unused variable 'aEmpty'
        
        Change-Id: I677596779606621f201d9ba3c45bc6dca8c92bef

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [8f20bb678196212aef7c936e4c954c84b9f09ea2]

        unused string resource STR_FLT_SGV
        
        Change-Id: Ib67e86b2ffde51ce1907eb03a88990da6a52cf2a

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [b0f3c279bcff2ebacf8b0f736f749f403019d0a7]

        vertically column two to match column one
        
        Change-Id: I2def55821347622252c22ae61c75239af5d27e6a

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [4eb5b7f65c78327b2fafbadbcbfc88e21c6a8d7e]

        add SvxRectCtl::SetControlSettings and restore original settings
        
        Change-Id: Ie307b3acb3e87bd87ec578e042b1cea29ab4839d

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [435238f3928125f8ab115fa2d7a98ec5e03fe5c0]

        0,00[c|m] => 0.00[c|m]
        
        Change-Id: I34b03a7decb459c6014f25e2e38b5c32c58da68f

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [9799324dbaec0fa099ea351e50aa2e1f47a27459]

        Updated core Project: help  f9847b72a14adb5ce6518c7815e69ed8fea807f2

2013-08-17  Olivier Hallot  <olivier.hallot@edx.srv.br>  [0a4e4263b3ef82e8f2de76867e6f589c85802d74]

        Convert text attributes tab page to widget UI
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: I9332e159a4a4865aac42f601ff1d592fd94a84b5
        Reviewed-on: https://gerrit.libreoffice.org/5468
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [21bf1cebc676db73ef3bd0e18bba357b4712b202]

        Updated core Project: help  a1382cf50529aba8391a426d74996819a7c49483

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [f201d069cc7126da92b203c38479f1b4510d4e50]

        convert select autotext group to .ui
        
        Change-Id: I2be99d22d30b5a09ee0b0920a63852ca6783cc0a

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [1033903f36fb82b34d1264c94903b1368e7a0b12]

        String to OUString
        
        Change-Id: I0e090c41831a40cec0bad8fe2c3fe262fefba762
        Reviewed-on: https://gerrit.libreoffice.org/5462
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [4ee77518f56915fec9dac2a0649eb633eeb27e25]

        SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getToken
        
        Change-Id: I1006b33aaf4ba31cfbd38dd2a39b06cb7a381af6
        Reviewed-on: https://gerrit.libreoffice.org/5461
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [4f144701971532f6790043e00995138c74e6d3fd]

        SvxRedlinTable::InsertEntry(s): reuse code
        
        Change-Id: I5171d01aa3136286bfb007c71ccfdbd73cda07b9
        Reviewed-on: https://gerrit.libreoffice.org/5460
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [d0fffe44c0ab8ea79cbf3f2ef383a48aa6f492f3]

        No need for pointers here, use references
        
        Change-Id: If00f4f6248f40e3a8feb0c11b3d46b85748a97bc
        Reviewed-on: https://gerrit.libreoffice.org/5459
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [2145d6e8b3c5bead1db97e33f60f5ae0e34add38]

        sal_Bool to bool and early bail out
        
        Change-Id: I2cac3cdd24a1e9ad322724e0819aa43cad63855e
        Reviewed-on: https://gerrit.libreoffice.org/5458
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [4cf1c9058610b10a8081b10342653ae08a9181a3]

        String to OUString
        
        Change-Id: I73aef8d848e738fef987449ca60fe8340428e4c9
        Reviewed-on: https://gerrit.libreoffice.org/5463
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [cc65e4d2fd1dd0c03cf652b5aada6870e1a939f1]

        SvxRedlinTable::IsValidEntry/IsValidComment: reuse code
        
        Change-Id: If2d54aeea160b64601c14624f2e00c5234fe4bc9
        Reviewed-on: https://gerrit.libreoffice.org/5457
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [3b82a237ff0d31574fca5fbf9a9ce6482afa596b]

        String to OUString
        
        Change-Id: I0c4a87e49097c3fa1de46f6aff337c2fbaa63718
        Reviewed-on: https://gerrit.libreoffice.org/5443
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [9a39102cee15d0855ae141b08cd785beebee06a0]

        String to OUString
        
        Change-Id: Id34e02af55a5e8a6e25ad30fb112d82d1b8166c5
        Reviewed-on: https://gerrit.libreoffice.org/5440
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-17  Miklos Vajna  <vmiklos@suse.cz>  [529e75ecc49edd8f48e6a6e070b693dbaf4ff089]

        sw: unused includes in flowfrm
        
        Change-Id: I88a207a16d2d5d6a6ce142d25246e1ae92c7a488

2013-08-17  Tor Lillqvist  <tlillqvist@suse.com>  [c0bc6efa89236a92f802bfc2e63af6050bf3f3d7]

        WaE: C4701: potentially uninitialized local variable 'nId' used
        
        Change-Id: Ibc68d00837ac84e4954faac52769a500780a7309

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [d13251f284797ab9de8164e111931cdee74e3699]

        fix DBG_ASSERT post String->OUString conversion
        
        Change-Id: I9ade42e97218449f7fef7d2582fbbe8d1063c2f6

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [91da17722924dc505553120750712d491b238343]

        remove various unused dialogs
        
        Change-Id: If639745db976671a3b6e3405253dfb3bc5783363

2013-08-17  Miklos Vajna  <vmiklos@suse.cz>  [10bdd9e995261d827b7de6fe7858f4fcbc78c402]

        sw: unused includes in findfrm
        
        Change-Id: I67d90889ef91542bd1497148a385874df318b11f

2013-08-17  Miklos Vajna  <vmiklos@suse.cz>  [876b639b1b9985379eddada47748b3770b4b3500]

        sw: unused includes in dumpfilter
        
        Change-Id: I3a0deea9824a8645cd53b07877811d8157c297c6

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [28bff60322098e0238f369feefc50ee524ba66f0]

        defer GetBreakIterator as long as possible
        
        Change-Id: Ib149c5cfd20e63b60c997eaa8ae2e6fa2c172beb

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [713592e5e923498dac21f09b11dfecd180accf5b]

        finally, some unused dialogs
        
        Change-Id: I673a5868db62f391b2186104ff6c641d84bffd8a

2013-08-17  Caolán McNamara  <caolanm@redhat.com>  [4164f905393f62aad0e7ae6595aa54658b87a818]

        convert ole/picture/frame dialogs to .ui
        
        Change-Id: I0a0e8e8a03bd86a583b1d43489eb5b1ca8f98592

2013-08-17  Miklos Vajna  <vmiklos@suse.cz>  [b9c1a9b9aa41dbbb6bed0c77f4370ab6105c7fb1]

        fdo#44715 RTF import: reset styles in tables on RTF_PARD
        
        Commit 4a507f732d82c188ad81b022cbe3037951e58ac3 added an exception to
        RTF_PARD (reset paragraph properties) handling: when we're inside a
        table, it should not reset the fact that we're inside a table (which is
        a paragraph property).
        
        However, instead of just re-adding that property, it disabled resetting
        for all properties, and we had a growing list of exceptions since then.
        The next thing to add there would be the paragraph attributes, which
        contains the style information. Instead of growing that ad-hoc list,
        reset everything again and just re-add the "in table" SPRM.
        
        This makes the second and later paragraphs in the A1 cell of the bugdoc
        have proper font size.
        
        Change-Id: I2de80894fcd5da3bf45d221af9a04a307c70a29b

2013-08-17  Jelle van der Waa  <jelle@vdwaa.nl>  [4f20c9f6f95c117bcdb520682df4fa1429a56477]

        fdo#57950: Remove some chained appends in xmlsecurity
        
        Change-Id: If70fa38ad4836b6dacdd0c5577c66b78be6826a6
        Reviewed-on: https://gerrit.libreoffice.org/5465
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-08-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [523a1c00e1bf4da53daaa0fbaadc670f8b89ea37]

        enable binary package option for a set of 'stable' libraries
        
        Change-Id: I8924ba22d178aa4d8e500ae3f484af654a37e87e
        Reviewed-on: https://gerrit.libreoffice.org/4765
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-08-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b12e0b522b7f13d15d2ce41dc1e99997c0159d53]

        fdo#68186: prevent integer underflow
        
        since commit eb1ecd8bc2936e28be852722d6cb0c9fb0baeac4 the Basic Latin subset
        starts at 0, previously it started at 0x20.
        
        Change-Id: I2fe0ee66438b8f11775b1bb8feab547b564622f0

2013-08-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [defbcb229a08f0a147cfdc2c8476684694ad184f]

        Using ptr_vector for this simplifes it a bit...
        
        Change-Id: Id772a260475de7e9c8599616eff189851af6b356

2013-08-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b183738aecc32219920a698196c72afebcdd8c0]

        Use ptr_set for auto style parent list. That seems like a natural fit.
        
        Change-Id: I9fc094ec4aa7e4a6d4e637c5940c361639d44c65

2013-08-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4f55865078e887a34d7b127b75d01ae374968de]

        This cache data member is never used. Remove it.
        
        Change-Id: I03d55ce8cfe175a75ed22639a06ac22c8783ccd7

2013-08-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ef60854f7d28a325ddb2f938c2d9fe15e48777b4]

        Tuck this typedef inside class scope where it's used.
        
        Change-Id: I2b3a0479f9aeecd601b3fea4a262f614ec437945

2013-08-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7c02faf535a768252fc3559324ac68bc6525763a]

        Properly hide implementation details.
        
        If we are to hide, let's hide all.
        
        Change-Id: Ic68926ee099ac80d2d477d68e3769a7203dfea6c

2013-08-17  Matteo Casalin  <matteo.casalin@yahoo.com>  [077c80b9d2ed863d881627a1e14ae5b6f84277b8]

        String to OUString
        
        Change-Id: Idaf974536036d40d60a43b32a7104e2ead075b48
        Reviewed-on: https://gerrit.libreoffice.org/5466
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [92eaf78fd4485037f8721cba04affc947dd92a71]

        sal_Bool to bool
        
        Change-Id: I85995bc3e1fc3c1f01b4d9bded3707ea0b296fa9

2013-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [bfe4074ecbb66cb48f1959102cfa9e4a3756a902]

        Mark as const
        
        Change-Id: I95844f01d3f7ed6e22b8d78b7a2366b131bd325b

2013-08-17  Michael Stahl  <mstahl@redhat.com>  [405951c23c6429d166c45a8dda289db813483000]

        adjust SID_SVX_FIRSTFREE to f694f14ab64f48e40365fd877e201a0382297368
        
        Change-Id: Ieb194b11b96e96f8b2fbbb8b7916acb6a116f368

2013-08-17  Tor Lillqvist  <tlillqvist@suse.com>  [4a01706377c6e1e7528f0536e4edf60d4cff5504]

        WaE: C4204: nonstandard extension used : non-constant aggregate initializer
        
        Change-Id: I5f34209ad4ea5b97e12cb7073fcf1cf2264ebcf3

2013-08-17  Tor Lillqvist  <tlillqvist@suse.com>  [ddba5a4360e88ac4f6f848ac74ab1f350b9b7d5f]

        SAL_INFO is not available here
        
        Change-Id: Ic40cb29d9ade32690903bfa0f3993782711cc53f

2013-08-17  Tor Lillqvist  <tlillqvist@suse.com>  [a0161828b8ea4d68fb34f02656b9a4f8604129ab]

        WaE: C4305: 'argument' : truncation from 'int' to 'const bool'
        
        Change-Id: I92729c7272e87c2aede6cd5134c84d17b466e57f

2013-08-17  Michael Stahl  <mstahl@redhat.com>  [7e7a83b73dad2a9a2c73826f61a81c4c774d2c9d]

        SfxItemPool: detect duplicate SlotId mappings
        
        ... to prevent problems like fdo#66827.
        
        Sadly the EditEngineItemPool has loads of duplicate slotids already...
        
        Change-Id: I737d71519ce4af06c81f7ecf183cfa6c367026db

2013-08-17  Michael Stahl  <mstahl@redhat.com>  [253df56952654a571abc76c5ced8af0e2ad72698]

        svl: remove unused SFX_ITEM_USERFLAG[0-B]
        
        Change-Id: Iffc767630a8d30bd684fd03ece66cee5cd38a022

2013-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [714b30109d0f145d669aebdf08ded251c7f78d52]

        String to OUString and use helper function
        
        Change-Id: I4c554eb5bf8f15eece755453398d1f1bce24b98b
        Reviewed-on: https://gerrit.libreoffice.org/5442
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [985df3aa867a5ebba22e3d7805baa53022c1ee2a]

        Free SQLDA if statement preparation fails. (firebird-sdbc)
        
        Otherwise we are left with an invalid sqlda which cannot be safely
        used later.
        
        Change-Id: I506a17266da798fa6ed46c65f3838bb8fafbe241

2013-08-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [23cb9490087776c0d594465d86576853550872f9]

        Add some debug output. (firebird-sdbc)
        
        Change-Id: I72a9992005b42a7a9ef86946bbd3301a7100001d

2013-08-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4365e13a0cde6934c07b64c4e9dc1b91e3614958]

        Enable Core SQL Grammar. (firebird-sdbc)
        
        This is needed e.g. to enable primary keys.
        
        Change-Id: I400637550b96d6e0aa880edea9678024f300f616

2013-08-16  Ivan Timofeev  <timofeev.i.s@gmail.com>  [af5c477748057903320df8a3df9901c91f820f2b]

        WaE: unused variable 'aFile'
        
        Change-Id: I87486de9af7fee8d06cc97fb104de2e2a978de45

2013-08-16  Miklos Vajna  <vmiklos@suse.cz>  [f694f14ab64f48e40365fd877e201a0382297368]

        fdo#66827 sw: rename SID_ATTR_FILL_GRADIENT to SID_SW_ATTR_FILL_GRADIENT
        
        Change-Id: Ieff7fc6a5b718e11de7d1e4ec2087d64a8a13cae

2013-08-16  Tor Lillqvist  <tml@iki.fi>  [7896f21f803de529ffb9bf54b39e6db24633d5f8]

        Use -O3 when optimising
        
        Change-Id: If5aae1394fa93942736c61d0fd47b75f5a6d509a

2013-08-16  Miklos Vajna  <vmiklos@suse.cz>  [e41ce95ca86d37af35e7725edc2f63bd6634051e]

        DOCX export: fix bottom paragraph margin inside text frame
        
        Having non-null mpParentFrame during the export of text (not during the
        export of the frame properties) resulted in getting the frame margins as
        an SvxULSpaceItem, not the real paragraph margins.
        
        Change-Id: Icab8906ef7935a86098d7340f5469e732393663c

2013-08-16  Miklos Vajna  <vmiklos@suse.cz>  [cea495b0dbb6dcace3a3b46f88f7084d127c0482]

        DOCX export: implement wrap distance of Writer textframes
        
        Change-Id: Ia4a36f18495de9f8a2fb0d2b6691231c7bcbcce4

2013-08-16  Miklos Vajna  <vmiklos@suse.cz>  [eeae7bf241ce34ac5b946a6b55a53c3f3a1c3d12]

        VML import of mso-wrap-distance-{left,right,top,bottom}
        
        Change-Id: Ib16be0bf83120ed7aeb01f29634d51421fc351c8

2013-08-16  Tor Lillqvist  <tlillqvist@suse.com>  [682dff097be62a325945c5edd7b81f076a8ef106]

        WaE: C4805: unsafe mix of type 'bool' and type 'sal_Bool' in operation
        
        Change-Id: Icdc6189be1c8126f83e8585513709d44dfa6ec35

2013-08-16  Ivan Timofeev  <timofeev.i.s@gmail.com>  [da5eb782cb28f806a8ca08ef8ebf21772363307d]

        String->OUString
        
        Change-Id: Ibb7483e12d1c14b01cbcff64f881eb88e6c48265

2013-08-17  Siqi LIU  <me@siqi.fr>  [fc395e6b312f80976b25a25990791e7fa3d2aa39]

        pointericon png
        
        Change-Id: I18f86c35b8efaeb70ba03b37cecb0cef00757ca2

2013-08-17  Siqi LIU  <me@siqi.fr>  [4aae2b202dd49bebf1993e0a3d76d7a0eb27099d]

        downsample touch events to get better pointer performance, ajust for iPhone
        
        Change-Id: I25796341984b6fd0234df6d3abfa558bfc0f9f78

2013-08-17  Siqi LIU  <me@siqi.fr>  [be0ce85bbe4ac039af6cbecdbc3e689111040390]

        downsample touch events to get better pointer performance
        
        Change-Id: I4953e3692838c68ca4e3a2bf2c9d16926f5c3b54

2013-08-16  Krisztian Pinter  <pin.terminator@gmail.com>  [454ff1a48ed21a8bff8373a1aa7707e286629e9a]

        startcenter: Disable tabs for modules not installed
        
        Change-Id: I74dbd1dab44efa87a78ad3268658895f2d1542db

2013-08-16  Krisztian Pinter  <pin.terminator@gmail.com>  [c09a301dbe80951ed94119f4cd14943e99df42eb]

        startcenter: Improve file type filtering in RecentDocsView
        
        Change-Id: Iac53a50e4c66963279016bd0178de9f43bd146e3

2013-08-16  Eike Rathke  <erack@redhat.com>  [b24e3a6042ccfeee650664cc6fb244dfeea497cb]

        differentiated warning for symbol/AddIn pair insertion, fdo#59727
        
        Change-Id: I371bca810c40d4cfab0b9fcd47a070b4e68ee768

2013-08-16  Winfried Donkers  <winfrieddonkers@libreoffice.org>  [78c995a184115ef4ec1c348bd9b910a3791de550]

        import .xlsx files saved by Calc before fdo#59727 was patched
        
        Change-Id: Id1eedc86056f7de24913f8156a819f8a0695fd59

2013-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [ad3188b5faf6db2ccab07a7a8901518e80e3ad25]

        sw_FindDocShell(): better place and name + String to OUString
        
        Change-Id: I345a2802b4428c607297cbe6972c5b7aebc5de0b
        Reviewed-on: https://gerrit.libreoffice.org/5439
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-08-16  Tomaž Vajngerl  <quikee@gmail.com>  [462b28770e4fa3dfa6fe4af71a6776cceb4c4640]

        fdo#37230 Add legacy cell selection behavior and config. option
        
        When selecting cells with ctrl+shift, the legacy behaviour was to
        take in account to which cell the cursor moved. This allowed the
        user to make some convenient selections. This behaviour can now be
        turned on with a switch in the configuration (Tools > Options >
        Calc > General > Input Settings > "Use legacy cursor movement
        behavior when selecting").
        
        Change-Id: I00ae7b4ee001b416cc680c7a650631daec71e51b

2013-08-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [0f7de1dce1b8b6ce4ecb8cb9f70cb6f8bc9051a5]

        Prefer mutable members to const_cast
        
        Change-Id: Icca5d46b36efa6e8684eb9dd9ea44b496a1829b2
        Reviewed-on: https://gerrit.libreoffice.org/5441
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [2680e19419bbd49a30ea919c7a3eb4550c2f6f33]

        make svtools XubString free
        
        Change-Id: I27fc5b954ad90bebfd895d8b45f0c37875df6cdd

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [c5bcf0e5e7a467b41c955a5f13affbccd23004eb]

        convert sw pos/size page to .ui
        
        Change-Id: I75cdc5ff2f2b51ef02feba9e380571cd3b7ae803

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [7e51cfc1d950dcf1034dd2c93dd05f7d1b9dc60c]

        Updated core Project: help  3a430335a811b691797546d908081ab41d8ad69d

2013-08-16  siqi  <me@siqi.fr>  [106b788609596c90050b567dd5e497103f684daf]

        oups...forgot the @
        
        Change-Id: Id409bf113d7181361c0565f7cd3fb63cd7bc5384

2013-08-16  siqi  <me@siqi.fr>  [b44ee0a06b08ddae003d52035b9b8558b6c3ec3c]

        fix for OSXnetwork service
        
        Change-Id: I62037134ad919dec0ea036a1660ce28426033a2d

2013-08-16  siqi  <me@siqi.fr>  [96c413515bc7175e2d6bd69e0027166f83d8b4c7]

        compile in release mode
        
        Change-Id: Id934b89f56080846d22405a60a2a310908c7ec82

2013-08-16  siqi  <me@siqi.fr>  [b15c117fc75f44b27678977d8e171e82af493ebf]

        register in local domain for faster look up
        
        Change-Id: Ia5cfc3fcf07a99677b090827760cfdc685bc2592

2013-08-16  Siqi LIU  <yy_sq_000@Siqi-PC.(none)>  [03fd0a02f2c0868c40853aa974ed20b8026fed17]

        build mDNSResponder on Windows within LibO
        
        Change-Id: I6973be21f6f4009d6934220f978e9369fef67ede

2013-08-16  Tor Lillqvist  <tlillqvist@suse.com>  [61a2c9fbacebb15511dfc233ffbd25937ea2d04f]

        WaE: C4805: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operation
        
        Change-Id: Ib4da1e4f488971d7508054159df3e277daea7e5f

2013-08-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c66062aacb521037eb5af9c32c94c33df9cd69a7]

        Math: New feature about color selection
        
        Now we can choose colors to equations in Elements Dock, in the Attributes section.
        
        All colors there can be choosed by clicking in the name of color.
        
        Change-Id: I5545b292955072f9f45f31262a511cee3d70c953
        Reviewed-on: https://gerrit.libreoffice.org/5414
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-16  Tor Lillqvist  <tml@iki.fi>  [d626fa2e5892a8a166b5aec49e9cb5bfc2cf18c5]

        Fix build breakage for 64-bit where NSPoint == CGPoint
        
        Change-Id: I2dc86331cd1ddf3a9b9ea28dcd881d23789d60d6

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [d0a593d77133906b9541eee418cffbc222ae4ff4]

        pass gb_DEBUG_CFLAGS for the remaining NOOPT files
        
        Change-Id: I5d5f65766d4ad3b319b2cbe4f6491d0aab7f02df

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [3565a294189c6203a301a0971b7c9e48ab1e39df]

        sd: remove NOOPT for optsitem.cxx and futext.cxx
        
        These have been added in initial CVS import.
        
        Change-Id: I8235db9d16b699f9736762bf097e99819753d616

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [8f9b8b6e6f89f28f1a537a1b4a2aaac076ab7b08]

        sd: remove NOOPT for unowcntr.cxx
        
        This has been added in initial CVS import.
        
        Change-Id: Ibc1f68860019a639a665d314b1ebfc96d3ca1e45

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [4290075d3999fcfaee0753e47e0bb5bbfde111e1]

        slideshow: remove NOOPT for smilfunctionparser.cxx
        
        This was introduced for i#39915, which is about an infinite loop when
        compiling with Apple GCC 3.3 => obsolete
        
        Change-Id: I67d7c7975574f371aecac8f6dd4cf7800dd0725d

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [70a35dd390038be31b2c840222ca644a6393325e]

        svx: remove NOOPT for EnhancedCustomShapeFunctionParser
        
        SunStudio is not really a C++ compiler anyway, Linux/PPC has had the
        workaround accidentally disabled since OOo 3.4 and the hope is the last
        Apple toolchain that suffered here was the no longer supported GCC 4.0.1.
        
        Change-Id: If8addee9e2efe0db36059cbecfb9b9ffc78ffe88

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [69298f626e77204ee6b534552b3f49ddf02f0365]

        Updated core Project: help  b8c3f4436f5c754a8d80433e0230cfd7f2a7ae36

2013-08-16  Stephan Bergmann  <sbergman@redhat.com>  [c9db5e6f083aea2622559efcb9fcccef7926fd16]

        Do not use this ptr in ctor
        
        ...offload to init() instead and wrap ctor in create().  That removes the need
        for refcount fiddling and additional OContainerListener class.  Which in turn
        removes code using dynamic_cast on UNO interface classes, which my claim at
        <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130812/
        086127.html> "ubsan: check type_info equality via strcmp" that "there should not
        be uses of dynamic_cast involving [UNO] classes in the LibreOffice code base"
        made me wonder about...
        
        Change-Id: I5d72650f6bf081f971f7bd6bb65f4e58a342f791

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [b36e10d4e15fc83717a83d8fe5fd724f1ee0d102]

        convert frame type page to .ui
        
        Change-Id: Id2be1940652e0d26efe4fdb92b750039744632de

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [071f8b97ab92148058b714de25fce87fc1d88f3d]

        ToolBoxBackground never created, remove it
        
        Change-Id: Ie29489fe53a74332cb3d4dde2b507196c1438a87

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [087f0d5fee7af0cc00484df0e1f3678576f28ce2]

        mbParentIsBorder is always false, follow logical consequences of that
        
        Change-Id: I6283a3d4df91447d15b62e738be07961ac00ef56

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [ce043bb4f9f3e05f8d79346a263a685faf26037e]

        callcatcher: update unused code list
        
        Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [d69d6f4dc8eef7cd85929a2655c523d2f17263e0]

        Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unused
        
        Change-Id: I2a2cc56cf005f564c798b8d43ef7e8c4b7f9eeff

2013-08-16  Caolán McNamara  <caolanm@redhat.com>  [ecbb33dd8044ad45cf05f868f829e635e03d7589]

        callcatcher: newly unused ResId related methods
        
        Change-Id: I8dd43929a085a1d4cde2a9f057adc2feca5d16c1

2013-08-16  Muthu Subramanian  <sumuthu@suse.com>  [29c43f6900b74180dcaeb586909da2652eef0f85]

        n#831457: Recommiting the patch.
        
        Fixed the test cases - false negatives.

2013-08-16  Rene Engelhard  <rene@debian.org>  [b118c88a83da383a3f7fb1a1de2a3cb9a89d4452]

        qadevOOo: handle kfreebsd as UNXLNGI
        
        Change-Id: Ib3be1e407a9a3716fe171eb0586f03174015d844

2013-08-16  Jelle van der Waa  <jelle@vdwaa.nl>  [d812281f96b03866c5d367380409c266b9bb8d05]

        fdo#57950: Remove some chained appends in xmlscript
        
        Change-Id: I7061f59077a75b879ad42179b839894747f5ba5b
        Reviewed-on: https://gerrit.libreoffice.org/5377
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [6e3ac01f850228afb5c6cb1a33b101693aea8712]

        fdo#68084: OOXML import: handle exceptions if stream is missing
        
        The bugdoc does not have a styles.xml but a stylesWithEffects.xml,
        whatever that may mean.  (the app.xml contains "Microsoft Macintosh Word")
        
        Change-Id: If3d11c5d166dcaf3d94129339559787c20e6db46

2013-08-16  Stephan Bergmann  <sbergman@redhat.com>  [889da158066e3d0e6bced748d0dd4c7730cf8912]

        Use cppu::WeakImplHelper
        
        ...and get rid of hand-coded queryInterface implementations that use
        dynamic_cast.  My claim at <http://lists.cs.uiuc.edu/pipermail/cfe-commits/
        Week-of-Mon-20130812/086127.html> "ubsan: check type_info equality via strcmp"
        that "there should not be uses of dynamic_cast involving [UNO] classes in the
        LibreOffice code base" made me wonder...
        
        Change-Id: Ic7702fd00b8e5c79399124c0acf12c80bc71a86f

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [c8e327092a8419636ae447b3b82052e6aeb724a0]

        SfxEnumItem: cut out the middle man here too
        
        CntEnumItem, we hardly knew you existed.
        
        Change-Id: I54b489f22662f9a3305478d18438b13850444316

2013-08-16  Michael Stahl  <mstahl@redhat.com>  [69f686774cfeb803fdd63ed1ef07ff70550930de]

        SfxBoolItem: cut out the middle man
        
        CntBoolItem adds no value at all.
        
        Change-Id: I41a22fc11cca270e792f2a2f81e3638b54dc1d24

2013-08-16  Julien Nabet  <serval2412@yahoo.fr>  [35223e5f19dc1f4e59c3694e98103444c82082b8]

        cppcheck: memory leak + test rResult before freeing it
        
        Change-Id: Ia2cd69eb0a180cdfb747a82edefbe1527138b26d
        Reviewed-on: https://gerrit.libreoffice.org/5444
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-08-16  Stephan Bergmann  <sbergman@redhat.com>  [27e7da167052900214e61e6792da93e3ba1310f5]

        sPropName is needed after all
        
        Change-Id: Ib48606425edb5f267615f4a15028b15e8fd00d5d

2013-08-16  Noel Power  <noel.power@suse.com>  [edd51b813005c2159426d8f2917eede5b14a4577]

        fix for bnc#834705 missing drop downs for autofilter
        
        After commit fc861c7088e9b639a1c2c80f8ba4535c798aeb34 there is now an order
        dependency, between any ScPatternAttr flags indirectly set and
        SheetDataBuffer::finalizeImport which sets the attributes directly for a column
        So the ATTR_MERGE_FLAG that has ScMergeFlagAttr ( and associated
         SC_MF_AUTO flag ) is scrubbed when by the direct writting of the attribute
        from SheetDataBuffer::finalizeImport -> Document::SetAttrEntries
        I've reordered that Table import here and split the finalize ( which happens
        before heetDataBuffer::finalizeImport ) so that the databaseranges which were
        created before sheet import still happens, the autofilter part of the import
        is now deferred ( until after SheetDataBuffer::finalizeImport )
        
        Change-Id: I11bb45ee7b330760fd93ecca30b23399414ac3a7

2013-08-16  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1f7d320eae75f7d96846f117f7b061ab6a5a84b1]

        String->OUString
        
        Change-Id: I082aaa9ddd539a9d7989f763c320343bd1951f4e

2013-08-16  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ca9541a95263ea30e856ce78468b67c095b66c4d]

        HeaderFooterWin: center text vertically
        
        since we use FontMetric::GetAscent to determine text baseine position in Paint
        it IMO makes sense to use FontMetric::GetLineHeight to determine button height,
        not GetTextBoundRect which returns somewhat smaller height.
        
        Change-Id: Iaea203a29293f9ee9b841e1a8e8aebf2dc8e1920

2013-08-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f10f5ca011c3d06d3470b9e21bda13d505cfe93e]

        Make this a separate function.
        
        This code block happens to be a performance hot spot right now.
        
        Change-Id: I4fa2c4ea27cb6ae4c4331d0bb474eddc167b69fa

2013-08-15  Tor Lillqvist  <tml@iki.fi>  [b04b5cfca4bce863a28f0b8fef8b2cf02dda3be2]

        Sprinkle more warnings into the generated custom shape preset source files
        
        Change-Id: I1c19e8a7d775b1c37649dd36b611d145fd4ce47e

2013-08-15  Tor Lillqvist  <tml@iki.fi>  [f1567edb7fc2661e1e05b95243bee65fc268984d]

        Update the custom shape preset source files to actually be generated
        
        They had been edited manually a couple of times...
        
        (Instead in the previous commits I edited the generating script and the input
        data.)
        
        Change-Id: I3c89d021450a3c3e64055991450c205251fdd41f

2013-08-15  Tor Lillqvist  <tml@iki.fi>  [8b1af0d6f476c8953611cbc9bd3510fa6913badc]

        Work on the custom shape preset generation
        
        Don't generate code that uses the old RTL_CONSTASCII_USTRINGPARAM horror.
        
        Update the README file to have actually working command lines, and at the same
        time make it into a shell script that can actually be run.
        
        Use SAL_INFO with tag oox.cscode to output the stuff that the
        generatePresetsCXX.pl is looking for.
        
        Change-Id: I3f8f756fbe8e35857c2bd07beece0f3ab4234e7f

2013-08-15  Tor Lillqvist  <tml@iki.fi>  [14af57cc7a47195490815519b8a6b15c7e31bc75]

        fdo#56976: Remove duplicate upDownArrow and add upArrow definition
        
        See
        http://social.msdn.microsoft.com/Forums/en-US/73038923-5081-4591-9f50-088454ca9e27/probable-bug-with-updownarrowuparrow.
        
        Change-Id: Ibab5a0e16c40df8caa8abe760c78e54e5cc096b0

2013-08-15  Eike Rathke  <erack@redhat.com>  [8f15ae6c3fabef7532a71e7e3e16a911eaf57bb5]

        write *:script* and *:rfc-language-tag* only for ODF >= 1.2
        
        Change-Id: I767edf86f9e4d96da538ec1e32792524b22af11d

2013-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [aca3d35a3b950bd6bc7681787cc4fa10c2e01683]

        Free SQLVAR as appropriate. (firebird-sdbc)
        
        Change-Id: I5742e178baa85f3faf80d95f57fed248f7984793

2013-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c68aedab311f6a85857113bcd92fdfe51f089507]

        Implement dropping tables. (firebird-sdbc)
        
        Change-Id: I68ef5bdfb3007709444b838f3c7c3925acc9dd32

2013-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6cb1f56fced634e0692c82cd9b2c7d240a32c14b]

        Implement sdbcx table creation. (firebird-sdbc)
        
        Change-Id: I3d0de21a5fe10b64e21955f3384b95a96ac7561e

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [dc3eb6785dea352ae4928c5bbc3915ddf29c1c53]

        Fix unused variable (sPropName)
        
        Change-Id: I8fc579cde3a3ce40c75dd0a23990a831d9558add

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [3b51ba24bed97d9f40a0b0e3e3e1c3ae15db1629]

        cppcheck: fix duplicateBranch
        
        Git history shows it was like this since first commit (2009-12-15)
        Moreover I noticed these lines:
            220     if ( mpCGM->pElement->nAspectSourceFlags & ASF_FILLCOLOR )
            221         nFillColor = mpCGM->pElement->pFillBundle->GetColor();
            222     else
            223         nFillColor = mpCGM->pElement->aFillBundle.GetColor();
        even if nFillColor can have another value in case below
            249         case FIS_GEOPATTERN :
            250         {
            251             if ( mpCGM->pElement->eTransparency == T_ON )
            252                 nFillColor = mpCGM->pElement->nAuxiliaryColor;
            253             eFS = drawing::FillStyle_NONE;
            254         }
        this change is still safe since it's just a simplification.
        
        Change-Id: Icf41dbeee6405780483649e0968dd30e8a533882

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [507169c13a95705dc8a82dc8f4ca7172c8d671ac]

        cppcheck: fix duplicateBreak
        
        Change-Id: If5cd54da40975723ca287c1cd937450046332c85

2013-08-15  Eike Rathke  <erack@redhat.com>  [bae4f0448349e86202977bba8f12f8fed16148cc]

        corrected description strings of 'criteria'
        
        Criteria in SUMIF, AVERAGEIF, COUNTIF, SUMIFS, AVERAGEIFS, COUNTIFS are
        not cell ranges.
        
        Change-Id: Iace25057ab3c9af1e2ec3c45c6803d42272f962b

2013-08-15  Eike Rathke  <erack@redhat.com>  [70c213f3f643c9eb730f4580346132a47af466b3]

        get rid of tabs from merge
        
        Change-Id: I39e41abc17979f6b84b787d1078de05475ea8a62

2013-08-15  Muthu Subramanian  <sumuthu@suse.com>  [e4c052103bc03d87ca00f68738c86a0722447ff4]

        Reverting fix - because the unit test seems to be failing.

2013-08-15  Muthu Subramanian  <sumuthu@suse.com>  [1a4cba3fc9c991cceb88028c562d99be22caf407]

        n#831457: Placeholders text size is not correct.
        
        Placeholders (or shapes without text imported from
        the files) have wrong font size. This is because the
        size (and probably other text attributes) aren't applied from
        the mastertextlist to the shape itself.

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [6b205205175b8ce599d2924550040271fd7303e5]

        Resolves: fdo#33983 use 'Slides' instead of 'Pages' for impress pdf export
        
        Change-Id: Id380514f8f74783a0a0baf61cc9358f2b1bcbc47

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [101a8f0f0770b5789181812425ddfc8847f7206a]

        Related: fdo#65546 sort PACK_END into visual order for tabbing
        
        and then reverse them for layout packing
        
        Change-Id: I417bb3f6667ddc10103623867fea1a9b8061f5eb

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [593a298dd3cf61781d0d069eaf2fa80a82eda502]

        Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"
        
        This reverts commit 389bdc162415abff78971b1ce7c5d47482e1d37b.
        
        Sadly this was going in the wrong direction...

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [fa96ed925fc40e20aca58551414e5bc5d61a87bd]

        Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"
        
        This reverts commit 1cbdcc31b8a921c508f2fdf09847f64d004a7faa.
        
        Sadly this was going in the wrong direction...

2013-08-15  Tomaž Vajngerl  <quikee@gmail.com>  [0566ddb1841ac1e8c87db6d766739e6df7e1856d]

        Move OOXML decryption to DocumentCrypt.
        
        OOXML decryption was implemented in filterdetect. With this the
        decryption was moved to a common place where it shares functions
        and constants with encryption.
        
        Change-Id: Id334daf7c2eb1e18735d6a500132f6bb61bb3ba0

2013-08-15  Tomaž Vajngerl  <quikee@gmail.com>  [ef947839c9e6e5e86e11f7a7cbf13470010ca48f]

        fdo#59524 Enable encryption for docx, pptx and standard OOXML formats
        
        Change-Id: Id00fde15188be3fb7209d8f14f2f2f07ebd211b0

2013-08-15  Miklos Vajna  <vmiklos@suse.cz>  [e06e0fd5ead2eeb7fcf221e53b646ea7efc337ef]

        RTF import/export of paragraph drop shadow
        
        Change-Id: I8d2485962947eac8acc9ada384a9c1bd4cb22503

2013-08-15  Miklos Vajna  <vmiklos@suse.cz>  [66b4bfe302e248fc1503c5c74b83f4fb5fee4026]

        DOCX import: handle custom left cell margin for float table position
        
        Change-Id: I5bc51b739c663d3e123c9d7fb4c2a70f01f8c841

2013-08-15  Miklos Vajna  <vmiklos@suse.cz>  [26d9efd36a16d2095d8fb885290c6816082ec814]

        DOCX import: handle w:leftFromText and w:rightFromText for floating tables
        
        Left margin wasn't implemented, that's simple. Right margin of the table
        was set to the cell margin in commit
        53d27a30ce5f2c9f7d37a4089286116854c16215, which turns out to be wrong:
        it's true that the right margin should be >0, but not because of the
        cell margin but because of the table margin. The new behavior matches
        what the binary import always did.
        
        Change-Id: Ifc24e4f086c49d5d575defdfca1d27e497fa03dc

2013-08-15  Miklos Vajna  <vmiklos@suse.cz>  [69fd51d606619d90f291059b1cd82ec65a2c91e5]

        DOCX import: handle w:topFromText and w:bottomFromText for floating tables
        
        Change-Id: Ia3a95d785d19f7be750e3723c1c159395ae8476f

2013-08-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [a9a2ed7705c8248142aa0897fcdac422edd3b123]

        Remove unused data member
        
        Change-Id: I2d38b1979c6104212a25dc22859c72410e587934
        Reviewed-on: https://gerrit.libreoffice.org/5428
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-08-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [98a9577c315e7727befa4f2b968bad3bfebe29c5]

        Writer::Out(U)Long: share code and avoid a global buffer
        
        Change-Id: I6845ff1e74b1cbbedea721bf1d2ad6ac3963bac8
        Reviewed-on: https://gerrit.libreoffice.org/5427
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-15  Stephan Bergmann  <sbergman@redhat.com>  [0fcac72211375a5a0e00db4f93cd6e712f91c4b7]

        Adapt to LibreOffice the previous commit
        
        ..."i121946 - Use enums to identify WebDAV/HTTP methods."
        
        Change-Id: I59c8b011192df008af539aa41ec5976f042572f6

2013-08-15  Ariel Constenla-Haile  <arielch@apache.org>  [7165b05968ed7d6a52986382877e82e09f7150aa]

        i121946 - Use enums to identify WebDAV/HTTP methods
        
        (cherry picked from commit 122e10cfd23b379b97e2d8ec002e7f0562ebd6f7)
        Conflicts:
        	extensions/source/update/feed/updatefeed.cxx
        	offapi/com/sun/star/ucb/makefile.mk
        	offapi/type_reference/typelibrary_history.txt
        	offapi/type_reference/types.rdb
        	ucb/source/ucp/webdav/DAVResourceAccess.cxx
        	ucb/source/ucp/webdav/DAVResourceAccess.hxx
        plus headerize.pl
        (Would be an incompatible API CHANGE if we had not unpublished
        XWebDAVCommandEnvironment with 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 "Revert
        publishing of lots of UNO types.")
        
        Change-Id: I153e394a194d0fcad29d3e3b27d5b24f7c259fc4

2013-08-15  Stephan Bergmann  <sbergman@redhat.com>  [3d737afda8a5bdc12254d1379300ef09a47164c9]

        Adapt to LibreOffice the previous commit
        
        ..."i121945 - WebDAV ucp: return StringPair instead of NamedValue."
        
        Change-Id: Ib9cc95b03ba2a298c2d8f3c49045ea5a073bd2fd

2013-08-15  Ariel Constenla-Haile  <arielch@apache.org>  [424300b69a43c569dae5753db63c2ad7444d3d73]

        i121945 - WebDAV ucp: return StringPair instead of NamedValue
        
        Make css::ucb::XWebDAVCommandEnvironment::getUserRequestHeaders() return
        a sequence of css::beans::StringPair; this avoids all the any overhead,
        and is much more simple and intuitive.
        
        (cherry picked from commit 80199136d0d84b51b3d0529fb313b8f20f5cf851)
        Conflicts:
        	extensions/source/update/feed/updatefeed.cxx
        	offapi/type_reference/typelibrary_history.txt
        	offapi/type_reference/types.rdb
        	ucb/source/ucp/webdav/DAVResourceAccess.cxx
        (Would be an incompatible API CHANGE if we had not unpublished
        XWebDAVCommandEnvironment with 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 "Revert
        publishing of lots of UNO types.")
        
        Change-Id: I1c5d0a0b225fe86aca6ba6d6c8903985005387c2

2013-08-15  Ariel Constenla-Haile  <arielch@apache.org>  [b2dfbdff7a7436c8fc4a8d2304f573bf783b2d32]

        i121944 - Implement inheritance in css::ucb::XWebDAVCommandEnvironment
        
        It should be derived from css::ucb::XCommandEnvironment
        
        (cherry picked from commit 817e11dccbfe3431f9cc0466051f4d154ce33e5e)
        Conflicts:
        	extensions/source/update/feed/updatefeed.cxx
        	offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl
        	offapi/type_reference/typelibrary_history.txt
        	offapi/type_reference/types.rdb
        (Would be an incompatible API CHANGE if we had not unpublished
        XWebDAVCommandEnvironment with 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 "Revert
        publishing of lots of UNO types.")
        
        Change-Id: Ie44bed44cce09c2423adab33c3790bdcb9be452d

2013-08-15  Stephan Bergmann  <sbergman@redhat.com>  [da00f5e6249c1beef6e7c377398b33cc9af27d09]

        Adapt to LibreOffice the previous commit
        
        ..."i121935 - UCB: new 'addProperty' and 'removeProperty' commands."
        
        Change-Id: If0451c6d1b6471d27f5fb1551ccf0230e62dfb60

2013-08-15  Ariel Constenla-Haile  <arielch@apache.org>  [41c05c607cd52d327f51cd986d21aa0cdafa1ae1]

        i121935 - UCB: new "addProperty" and "removeProperty" commands
        
        (cherry picked from commit 3d5d60176c01f9d3504559b816281fca11aea403)
        Conflicts:
        	offapi/com/sun/star/ucb/Content.idl
        	offapi/com/sun/star/ucb/makefile.mk
        	ucb/source/ucp/webdav/DAVProperties.cxx
        	ucb/source/ucp/webdav/webdavcontent.cxx
        plus headerize.pl
        
        Change-Id: I59b270ef5a72271671ae0857d11f557eec829387

2013-08-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [6e0d836ff120ba292ba52f3623a3dd9be04aefc2]

        String to OUString, some formatting
        
        Conflicts:
        	sw/source/filter/basflt/fltini.cxx
        	sw/source/ui/dialog/ascfldlg.cxx
        
        Change-Id: Ifa12105aa6f747e2797891b6c71128bd96f78bf3

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [6b9d91c924a5b2f41c4cab5f1e86291b5997a681]

        Resolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flag
        
        Change-Id: I6ab0007f232994a0ca55df817b3dbba06e6e7f9c

2013-08-15  Takeshi Abe  <tabe@fixedpoint.jp>  [10cbb13f723e4466165aa9ca392cd2d6ccb50748]

        sal_Bool to bool
        
        Change-Id: If1d8a48e115cd7fbaa0032791275b3b49684d748

2013-08-15  Takeshi Abe  <tabe@fixedpoint.jp>  [7ef72aefc6f1bf522e0c3f9f2afda5ff7851e35e]

        Mark as const
        
        Change-Id: Ic7ee570935b5d827dc01a483877ea5021da5abea

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [03f973ccefd07dbceaa4993206ee4f2f1296d321]

        sw: fix more clang tinderbox warnings
        
        Change-Id: Ia72a9ca955c8209c97b2138cd442fe3e9e68f227

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [a1230334d42250f7376f0a887e5303fa218234bb]

        fdo#65244: cairo configure fails to detect libpng...
        
        ... unless there is _some_ libpng.pc on the system due to the weird way it
        uses pkg-config.  Work around that by setting an png_REQUIRES variable,
        which lets it use the supplied png_CFLAGS and png_LIBS.
        
        Change-Id: I3ec4b96551e3ce624748c05fe3ab9727b191ea78

2013-08-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1edb495a45fde1d788b409fd1a9a839bd370c426]

        convert GetName/Title/Description methods to OUString
        
        Change-Id: Id16a2b29b1d6cf02b94cc6c423e2475a9cbeb8a3

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [7cab33ab66e08f5757635b2989f83bbb7f9ebc67]

        warning C4701: potentially uninitialized local variable 'pSectNd' used
        
        Change-Id: I0fb1c2968971ada1d2e2e6a6b84e83ed979e2567

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [bb2ed1c3d3a7974b601e18f14a0032915bfd483c]

        warning C4702: unreachable code
        
        Change-Id: I1fcd578955a1f65921c8891916e239bc6f0b9748

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [283e39afef68f90dc7ed8ba9abf9126077ac9da0]

        SfxFrameHTMLParser: fix more clang warnings
        
        Change-Id: I97fe3dcbe6750d9db747b1cbf8b46f7f56781997

2013-08-15  Krisztian Pinter  <pin.terminator@gmail.com>  [7fdc0a709dd75ae731bf311e0771a04ef5f1901d]

        startcenter: change 'All' to 'All Recent' in the tab
        
        Change-Id: I3d6da6ad30694567ce6106d0b081f66d077260fc

2013-08-15  Krisztian Pinter  <pin.terminator@gmail.com>  [aa65b0a4cbd7d7ed85a33b4d9d262a3c88ec533d]

        startcenter: Removed no. limit on thumbnails in RecentDocsView
        
        Change-Id: Ia443b3c653d9355cf499e066e8085c7ddefef19e

2013-08-15  Krisztian Pinter  <pin.terminator@gmail.com>  [90eff0d6cf268d9152ecc8a3e1c3fc62f1451d0e]

        startcenter: Remove unneeded GetOptimalSize from RecentDocsView
        
        Change-Id: I350b76e3bafe64e8dee15f8863e2abd9755d1122

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [d82fc9a85f4b812af9e7c090c777a92600b337cf]

        warning C4701: potentially uninitialized local variable 'bChanged' used
        
        Change-Id: Ic8f60c7b04956a3b097ec3636b5561d2dd1f56b3

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [3bb28b5aaef5e85a981dc9411db1f05524aeedf6]

        intermittent crash with failed empty response during update check
        
        version1 is empty and version2 is not, so on second segment of version2 the i1
        is already -1 from the first segment check -> kaboom
        
        Change-Id: Ic19511a3b150f40d3cd9cf66bf9d86c94f3f9187

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [ce791697cbf260b592f7cad095539a414888823f]

        Resolves: fdo#67554 avoid ooxml import crash
        
        check if the endrange is empty before dereferencing
        
        while I'm at it, don't copy the entire vector and make it a little more
        readable
        
        Change-Id: I1f2a0096791ca0ef51aad595f71e1a18aa448c3b

2013-08-15  Michael Stahl  <mstahl@redhat.com>  [79adda35a9963eeac00172f64ca8013f4b3923d1]

        EditHTMLParser::StartPara: shut up clang tinderbox
        
        Change-Id: I8d65f43b95944583b50874adb90db38eee7623de

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [03569dc7d38e4edf3f3e50f7dff3252116c28ab1]

        I hate the positioning of the expander checkitem in hierarchical view
        
        this code is nigh unreadable, so hard to know if there are side-effects
        but it definitely to my mind looks better in styles and formatting
        and the case with an additional bitmap e.g. macros->organize remains
        visually unchanged, so seems ok
        
        Change-Id: I52ef7768ef30f9eb253ac9e7c56cac62549d4905

2013-08-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [45f8271f2f0d3df8ffcaf4af00f2554a57c08bef]

        String to OUString and some optimizations
        
        Change-Id: I516ca7fe8e40ec091d860fe6fc4dfebb7c24c11c
        Reviewed-on: https://gerrit.libreoffice.org/5389
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [0aab2230395bb8d2b021359218f481754c6a58c3]

        gagh, NULL is an acceptable OString ctor argument
        
        Change-Id: I592af9986a0512f4dc4cb0aea4cd78f675f4fead

2013-08-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [9b7aa16a138ef4740deceac7d2e5bc6c8709b0c5]

        Math: Remove not needed file
        
        We don't need because this file just have one called function and just in one place.
        So, integrate this into mathmlexport and kill this file.
        
        Also remove some useless comments.
        
        Change-Id: Ia5749418d74c89be3d70dd5997fb90e1accf7f9e
        Reviewed-on: https://gerrit.libreoffice.org/5431
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [28293f6f28e704ef9aea34c755051b1df005a5d8]

        calculate outliers before apply min button size
        
        this is more gtk-alike and gives a better balance in e.g.
        insert->envelope/file->new->label and hopefully helps reduce the Polish
        "standard" button width problem in paragraph style dialog
        
        Change-Id: Ibe3b93d45d867f95fd2f6550a3ee954143f690aa

2013-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d3a002af12af0f4460ab2e3c5f957c69c096e3c2]

        Implement altering of default value.
        
        Change-Id: I531fbbc1e07bc686bf76103ccf7a5e1c47a72cf1

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [5166f28e797aec47a8a48213203ebd6a7ee06302]

        original code inserted sSaveToken at the start of aToken
        
        prior to 33eeb70011b34a3b04a74b2237d1d6fdde030c35
        
        Change-Id: I61070c0d04152e544ff329fc3428cb4f5a06e791

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [1e01f51fb6e2101721cda02cf944d3d472ef03e5]

        original code compared length to >= 2
        
        prior to 33eeb70011b34a3b04a74b2237d1d6fdde030c35
        
        Change-Id: I7eaf8a9e85351d5023332c3a5805096a9db43136

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [76c615c177fab1d1bdaae38dd312c02e0f3b9396]

        single arg Erase erased to eol
        
        prior to 33eeb70011b34a3b04a74b2237d1d6fdde030c35
        
        Change-Id: I4c30e6746a62e4035cf019b3186003498f7bdde3

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [32514ab76dc9eebeaf79d1bd843ca9157595781a]

        this used to be CompareIgnoreCaseToAscii
        
        prior to 33eeb70011b34a3b04a74b2237d1d6fdde030c35
        
        Change-Id: I20d25cf6bd4479b9b98b04aec6124d94c272bc26

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [2cba0b8f744c832ab91e7786c4a1d3ad13d04c43]

        convert envelope dialog to .ui
        
        Change-Id: If079caaabb94497605245b3da5eb865f2bf0adec

2013-08-15  Noel Grandin  <noel@peralex.com>  [1e379e3c9aa62c6cf46c32175d5e8c9d4f4bca09]

        fix Windows build after my String->OUString changes
        
        Change-Id: Id3ae8e34fa8ca8c7a47ddaa9cf5183fec48457fa

2013-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5dc6b955e3b8b2ffd3f81d3c6f9e1afa90c5217e]

        Update hsqldb-embedded driver name for GUI use.
        
        This introduces a consistent and more obvious naming in the embedded
        db selector when creating a new .odb file in Base.
        
        Change-Id: I01a60360d3278d9d9e6fa16283a7d3d7c2a5d7fc
        Reviewed-on: https://gerrit.libreoffice.org/5420
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-15  Caolán McNamara  <caolanm@redhat.com>  [2ab544b0db3267537680a1c99d98c7a1d42cf6a2]

        Updated core Project: help  9eaf1497e24eb637d1b94e2233533fdbf8a321f7

2013-08-15  Noel Grandin  <noel@peralex.com>  [67ad3dc892ea9c64792b06654c3f035a6b059a65]

        convert include/svtools/imap*.hxx from String to OUString
        
        Change-Id: Iacfb93a4cf9a7b7ac0ae27b9fa6f765e74604dc2

2013-08-15  Noel Grandin  <noel@peralex.com>  [d6740be71dec92644a14ebda4ad87b6678c6b95a]

        convert include/svtools/inetimg.hxx from String to OUString
        
        Change-Id: I1ccca64a1e66e178e7dc35f926fefff26ab0598e

2013-08-15  Noel Grandin  <noel@peralex.com>  [e4915084e55ed06378486cdb943efdbb2b744048]

        convert include/svtools/inettbc.hxx from String to OUString
        
        Change-Id: Id33704ec35eb9d76988d367f02bee303bbf7c24d

2013-08-15  Noel Grandin  <noel@peralex.com>  [3994dd5e347d140c4fa7d6f962b2e4089f1c6153]

        convert include/svtools/insdlg.hxx from String to OUString
        
        Change-Id: I72c5e3e47040e78976f46f585b50ab6c12f84986

2013-08-15  Noel Grandin  <noel@peralex.com>  [a067546dec428f8d467aa498bf0fd3968582e7eb]

        convert include/svtools/ivctrl.hxx from String to OUString
        
        and de-virtualize the GetEntryText method, because nothing
        is overriding it.
        
        Change-Id: Ica8bea0a9332a53791122f637026083beba72f89

2013-08-15  Noel Grandin  <noel@peralex.com>  [6dcb7199db421848ff53167e71fa367417dd70c8]

        convert include/svtools/langtab.hxx from String to OUString
        
        Change-Id: Iae97d742a46a9090a70b247b35b5cecb7bb9883c

2013-08-15  Noel Grandin  <noel@peralex.com>  [f4d750cf892888d3377a0568fb8092fc275ec78c]

        convert includes/svtools/openfiledroptargetlistener.hxx to OUString
        
        Change-Id: I09fe1739e92aa522c7c6f085d0355fd7c03c047d

2013-08-15  Noel Grandin  <noel@peralex.com>  [55f2f0864e0fb45001477c5f16217aa8f55d790f]

        convert include/svtools/parhtml.hxx from String to OUString
        
        Change-Id: I20adfc9148b8afa7a59245349f233604bd9a1d2e

2013-08-15  Noel Grandin  <noel@peralex.com>  [00f5fde6c4520afe08650c257b8d2c279635eb09]

        convert include/svtools/roadmapwizard.hxx from String to OUString
        
        Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82

2013-08-15  Noel Grandin  <noel@peralex.com>  [d3c008fb7e5d604bc09a23b79598734a7e506489]

        convert include/svtools/rtfout.hxx from String to OUString
        
        and remove dead function.
        
        Change-Id: I0c2bf9409f747e98f9575c5861a8629435e27af4

2013-08-15  Noel Grandin  <noel@peralex.com>  [a2669bccb89b3882bca4535a23f1c9ac31a485ad]

        convert include/svtools/rtftoken.h from String to OUString
        
        Change-Id: I31fffd6aeedefb31600bda959bc3901292829ba3

2013-08-15  Noel Grandin  <noel@peralex.com>  [f42a7e40489c612c43c77e5de3eea60344ea30cc]

        convert include/svtools/ruler.hxx from String to OUString
        
        Change-Id: I64bd9561f9cb579e413c00c9e42f40ec6a73674c

2013-08-15  Noel Grandin  <noel@peralex.com>  [062cf88d8f9fa6e42784bd65597bdbc2c86290d3]

        convert include/svtools/svmedit2.hxx from String to OUString
        
        Change-Id: I313f5d930b744bbd81b3578f7bb77920cfc072c4

2013-08-15  Noel Grandin  <noel@peralex.com>  [33eeb70011b34a3b04a74b2237d1d6fdde030c35]

        convert include/svtools/svparser.hxx from String to OUString
        
        Change-Id: I4d6196a9a96ad1dd236f8622a523b4702e92d76f

2013-08-15  Noel Grandin  <noel@peralex.com>  [78b2f4be915b7dd9bfabe34162163b362f0a2141]

        convert include/svtools/svtabbx.hxx from String to OUString
        
        Change-Id: Ieb882752fd004473ab43ce4e6fbb18a4935845ee

2013-08-15  Noel Grandin  <noel@peralex.com>  [3d87a580a36bc4cdfe2963ca1c021fb8c1db69d6]

        remove unused file
        
        Change-Id: Ia816e2b8047cc15a3bb8f27155de376a33abf3a8

2013-08-15  Noel Grandin  <noel@peralex.com>  [a1fba354b69e8251ff39acb138774a42136a4466]

        convert include/svtools/table/tablemodel.hxx from String to OUString
        
        Change-Id: Ic28157c29ace0730bcfaf072f529028732aac79e

2013-08-15  Noel Grandin  <noel@peralex.com>  [710be6c8d423f82cdc6c936e1a9ff12f2bb4f3e6]

        convert include/svtools/toolbarmenu.hxx from String to OUString
        
        Change-Id: I41763b927cc8050bf1b461c91be527164f9fc14d

2013-08-15  Noel Grandin  <noel@peralex.com>  [60dddd2012b759397c8ddd008f7d4bf65867e7a4]

        convert include/svtools/transfer.hxx from String to OUString
        
        Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a

2013-08-15  Noel Grandin  <noel@peralex.com>  [90ed68e732b5ae644f865d40129b34745a1bc426]

        convert include/svtools/urlcontrol.hxx from String to OUString
        
        Change-Id: Ic9d8b6b8b692e63db2f3463b595aa073c0fc87cd

2013-08-15  Noel Grandin  <noel@peralex.com>  [a912a3027ca611070727b43851fb06d0ec4cfc11]

        convert include/svtools/wizardmachine.hxx from String to OUString
        
        Change-Id: I8adc23b10f23a8a25e93be671ce16845a44fa57f

2013-08-15  Noel Grandin  <noel@peralex.com>  [a1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496]

        make some fields in svtools private
        
        because they are not accessed from outside the class
        
        Change-Id: I75b5572757234d5fa1e61102c06f8b61f5d9e226

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [99fa8338fa3c740e610dc120848d353e5d1c9ef4]

        cppcheck: fix "pLine" is assigned a value never used
        
        Change-Id: I45bca881616788bd712c6214d3d59a7e09909291

2013-08-15  Siqi LIU  <me@siqi.fr>  [1d0629a97c88faba0a0d73b5d78c40ab3cf8bb91]

        remove details label
        
        Change-Id: I26c620a7e598e3342fac99d314ce3ea6e496f65f

2013-08-15  Siqi LIU  <me@siqi.fr>  [867bdd36e700f67f997c0867d521a0c725597121]

        .DS_Store conflict
        
        Change-Id: I77ea908ffd8fadbbea7ef5a4726df447718f2323

2013-08-15  Siqi LIU  <me@siqi.fr>  [8f44dc9a04485beb8317bed2a928ac65a4a5493a]

        restart searching whenever connection failed
        
        Change-Id: I56bacb9953a07054da08546b982a1379de8e6642

2013-08-15  Siqi LIU  <me@siqi.fr>  [03b7dde22c147b62cf285a4752646562119905ad]

        seperate state handling for connection and searching
        
        Change-Id: I1bbffb94127905f48672ce8e7baf28fa2a07189d

2013-08-15  Siqi LIU  <me@siqi.fr>  [9a1483c41ebf5bc32776b084d47576d0c2a374a2]

        search for zeroconf service for 5 secs and click to refresh
        
        Change-Id: I180a9a493e8d8b48461023f15391cdf3f13d1138

2013-08-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5dd2e45e65641134309265db30c9d5f304d0a583]

        Avoid wholesale rebuilding of formula groups at re-calc time.
        
        And do it once when importing xls, xlsx, and ods documents.
        
        Although xls(x) file formats support shared formula natively, it's
        still beneficial to re-group it as some old xls documents limit the
        length of shared formula span to only 64, or some don't use shared
        formulas at all even though they could. And re-grouping just once
        is not terribly expensive.
        
        Change-Id: Iff9c605d19baa187553ddab6af8b9fbd4c366d7d

2013-08-15  Eike Rathke  <erack@redhat.com>  [25763e59625ce83de4b82927359108f9e7878744]

        resolved fdo#67571 write flags and formula token array again
        
        Regression introduced with 337066eb1fa395990b78d1032c399a4688d2a6f9,
        flags and formula token array weren't written if the formula result was
        an error value.
        
        Change-Id: I8ccd55a7b43d5ceb79002e01f0b3d33d36d85538

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [81fa342c7aaddf94dc88a6014a69d18471775636]

        Reduce scope
        
        Change-Id: If9941ea3cc7133397b9867b01d576529cc1e8f0b

2013-08-15  Thorsten Behrens  <tbehrens@suse.com>  [5145248c91e37d9a73de2d3d026f80c863ff0176]

        Better fix for msvc 2012 build fix.
        
        Don't sprinkle code base with random defines, this is all done
        in sal/config.hxx. Nominally, that file needs to always be included
        first.
        
        Change-Id: Iafa851ea6fd1ba5457dab497566d39d0226e5ecb

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [2d16420993355068de4ff1d30568019d47eacb6c]

        Reduce scope
        
        Change-Id: I3e21cf8c0d205bc7d1fc5bfa7268675b97b2dccb

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [226f212668550a6ca8a128a21fa70cbcdafcb4b2]

        cppcheck: fix redundant assignments
        
        Change-Id: Ia4c81fefc914aaaead6f8e47ae2818e139357bb4

2013-08-15  Julien Nabet  <serval2412@yahoo.fr>  [1d6ef2446eaaf9e412b76e7b792d6f0af1783460]

        Reduce scope + use SAL_N_ELEMENTS
        
        Change-Id: I33fd212f6ab82f802fa85af804980c2e8c4c9ec7

2013-08-14  Julien Nabet  <serval2412@yahoo.fr>  [79102024ccbc054c8b76dbc2cd3c9e253e9f3d9e]

        Remove bINet and related part
        
        This variable has been always false since the initial import
        
        Change-Id: I7cf61046628aae83bed22f8ba43f999de1e82207

2013-08-14  Michael Stahl  <mstahl@redhat.com>  [a3dd85fcd159c8a4162c2942e30b15c7f57be115]

        declare OUString in rtl namespace
        
        Change-Id: I8095b2a122b6dd4ce01b5c62a9a51f9724db8bca

2013-08-14  Julien Nabet  <serval2412@yahoo.fr>  [5662ed17c5c5610ab7dec0db0072124dd4e313d6]

        Reduce scope
        
        Change-Id: I5cbb44df09291b8a1b74e8aa176d6471960b3391

2013-08-14  Jesús Corrius  <jcorrius@gmail.com>  [5cca1c3f9162343fd92ae2344d24a571b07e9e39]

        Fix Windows build for Visual Studio 2012
        
        For more information see:
        
        http://msdn.microsoft.com/en-us/library/4hwaceh6(v=vs.110).aspx
        
        Also it looks like limits includes math somehow so move the include lower.
        
        Change-Id: Ifec3a59370f7ad0e4bdc58c470e4f14f7db33660
        Reviewed-on: https://gerrit.libreoffice.org/5423
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Eike Rathke  <erack@redhat.com>  [c90ecd3118a88968581aa0493a22210e808f3121]

        import/export WEBSERVICE and FILTERXML from/to .xls BIFF
        
        Change-Id: I8bf6cf93a2f9b5daee77f3dd75b0366caa9ec25d

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [f9e8f092f770b00ca2327153da6ce9d88af4c6d5]

        String to OUString
        
        Change-Id: I6ccde9448acf8564fe270f119ffdfa8b1bab8afe
        Reviewed-on: https://gerrit.libreoffice.org/5409
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [cafcf33915fe30af693a94f4224fedd5cb9f9a55]

        String to OUString + prefix names of data members
        
        Change-Id: Ic0cd2bdfde8c6ba915e89a346bcccd6fef1ca267
        Reviewed-on: https://gerrit.libreoffice.org/5404
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [cb34d10ec875cb538d9d8d41faa995f7469ae89f]

        String to OUString + prefix for data member
        
        Change-Id: I11c106cedc3346dbe129fe7c4cecf59f559680aa
        Reviewed-on: https://gerrit.libreoffice.org/5405
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Eike Rathke  <erack@redhat.com>  [a21b793383d8484a95f695d2f708600b471b8a4b]

        import/export WEBSERVICE and FILTERXML from/to .xlsx
        
        Change-Id: I2ea9797156df306b25b25ef42ed865483e08b6af

2013-08-14  Eike Rathke  <erack@redhat.com>  [efdefd379406cd414ef0901d7aeaaa4f032cf52d]

        make this less error prone
        
        Change-Id: Ic349d1db5f63b0a2b6ba19eece630d831a912292

2013-08-14  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [318ca03903c9459af18b3b46cdf851254cb74a58]

        Help button added to the aboutconfigvalue dialog
        
        Change-Id: Id47fafe67c20de5b163f7a4a04d2475297664c54
        Reviewed-on: https://gerrit.libreoffice.org/5421
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [5b827d6c75cc12623d35487a8769768a0cfe40a6]

        String to OUString, data member prefix, some formatting
        
        Change-Id: Ieab44a1b8e53b4144836e8f406f522b1febffe92
        Reviewed-on: https://gerrit.libreoffice.org/5413
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [bb2811e8915092539294e85917667b3f36562ade]

        make ESC dtrt for toolboxes inside containers inside dialogs
        
        Change-Id: I08cfdffa27b856c258b55f31f6b5116bec114fb3

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [bfb2266c9241bad140ce3b0f0c6dbeab638e947e]

        convert env format page to .ui
        
        Change-Id: Ie69237d0c51508f08ec87441e5776e80d5d88bee

2013-08-14  Eike Rathke  <erack@redhat.com>  [084ac2bfcb37a15d16abfca9e13db3829f89a28e]

        corrected SC_OPCODE_STOP_2_PAR and SC_OPCODE_LAST_OPCODE_ID
        
        0946de1e2fbf8bd5ad3919429f648359d4464eca did not adapt
        SC_OPCODE_STOP_2_PAR and adapted SC_OPCODE_LAST_OPCODE_ID wrongly;
        LEFTB, LENB, MIDB and RIGHTB didn't work, didn't show up in the Function
        Wizard's Structure tab and also weren't saved to .xlsx
        
        Change-Id: I8d31c8c931e40d84e265bf80f76352f5a7190377

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [6050cf2e100eb18d8638cf61f545ba7a0ec41b69]

        String to OUString + prefix for data members
        
        Change-Id: I700923915877616735cf58a4ed1bc3a3c8657ff2
        Reviewed-on: https://gerrit.libreoffice.org/5411
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [64b927ba873da19b31559ca3833f0a1203434dc3]

        Remove ambiguity.
        
        Change-Id: I75a5145cdaf3b133eba20a104044034b9f885630

2013-08-14  Michael Stahl  <mstahl@redhat.com>  [2ec19ed78289670c90d19583ad4da7a3e3311bef]

        fix warning: multi-line comment [-Werror=comment]
        
        Change-Id: Ifec7cdefb48bca1a6e025cdd3e5f0c9285c5fb95

2013-08-14  Tor Lillqvist  <tml@iki.fi>  [9daf7380398fb5020a3b39f2f544e9b601eb06ee]

        bnc#654532: Make a regular octagon loaded from .ppt actually regular
        
        See source code for extensive comment.
        
        Change-Id: Ic6ce18ca8aec95d2ffb480ae403a1c10cb8980e7

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [96336caac7880de89c2c46523c2857de2c41f318]

        Remove unneeded/irrelevant driver options. (firebird-sdbc)
        
        Change-Id: Id4ae127eb6e7ebe1caee50cc3e3636da4ce818b3

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [60cda25e1d75144bdf15cad7a3f90f9a9e5b1282]

        Remove XRename support from XTable. (firebird-sdbc)
        
        Firebird doesn't support the renaming of tables, hence we need
        to disable the api to rename tables.
        
        Change-Id: I86045697f684280c591979dad4fdea2dde0db4ba

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [488f62781e20ebe196ed9cb00a0d41ca00ee0808]

        Refresh columns after alter. (firebird-sdbc)
        
        Without this the column data isn't updated after a change, which can
        lead to e.g. the UI getting confused and producing errors.
        
        Change-Id: I69ed79bbb987799fea7ecbbb1e516f7f9328ef9f

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b174e1b733892778c9301d3b1f8d92573d317de5]

        Implement column-name altering. (firebird-sdbc)
        
        Change-Id: I93bdbd37976fe467459b7fb39c26f6637ea7e84e

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5b0c06c291157a08de568735935f5f9f6c80ee83]

        ColumnsHelper can create the Column for us. (firebird-sdbc)
        
        Change-Id: Ia51394a701a06b6d6bc2cf6e9628cca9ce274821

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2594878f706ffabb60cdc616bb7245bd5e5d41a9]

        Correct negation to detect view. (firebird-sdbc)
        
        Change-Id: I24e1bab96e9890bbe32a7e2f3edf8ed1ec15ef92

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [324388fd1c53115c7fa3fd603002643346e3e3f1]

        Trim sql identifiers as needed. (firebird-sdbc)
        
        Change-Id: Ib61897ff2f5b459f5f6c75726be22ed99d383ec3

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c73286f83c64b5216ee430c72a412a2903eee16b]

        Use table type in getTables. (firebird-sdbc)
        
        Change-Id: I78dc0afed58ad7dc51c64cac8c89abcda601f8b5

2013-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0506b35c50eddb010097b1359295da2ba6fd3ee1]

        Avoid selecting system tables for viewing. (firebird-sdbc)
        
        Change-Id: I43816cbb345fa141f845da208a06ed9eb9a5303a

2013-08-14  Adam Co  <rattles2013@gmail.com>  [643db96e933fd03a4e22e1d214a305608e816463]

        add character shading value to ODT filters
        
        The attribute is only exported for ODF versions > 1.2; use the new
        loext (LO_EXT) namespace.
        
        Change-Id: Ie44e4b851c4adf52d8cc4fc2cbe37d6c3a9941d8
        Reviewed-on: https://gerrit.libreoffice.org/4830
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-14  Michael Stahl  <mstahl@redhat.com>  [de9b067bd13ec6632b49c9683255bd3a1d7ae13e]

        xmloff: add a generic LibreOffice ODF extension namespace
        
        XML_NAMESPACE_LO_EXT can be used for elements and attributes that are
        not yet specified by OpenDocument.
        
        Change-Id: Id29392533d46f6592d964ce79c05ffefa4d69ebc
        Reviewed-on: https://gerrit.libreoffice.org/5419
        Tested-by: Thorsten Behrens <tbehrens@suse.com>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [64073c45aac22696bed6b688bb34974d646f3c34]

        Do the same when inserting columns.
        
        Change-Id: I387ef3c2c8345bb5be75909596f59af80b966443

2013-08-14  Lionel Elie Mamane  <lionel@mamane.lu>  [9a9ee66f0d9dd126ed31db096b77f9c67355411b]

        fixup handling of unsigned values
        
        that overflow their signed counterpart type
        
        Change-Id: I7d446a5fdddb9d5ef313c1bd022fd959b11dec28

2013-08-14  Lionel Elie Mamane  <lionel@mamane.lu>  [6dc6300fe50ea9555a9a54755c07a7b55519f71a]

        better debugging: dump unexpected exception
        
        Change-Id: I5df60d69431c67e3b8a2d76677d82e8eb1bd398a

2013-08-14  Lionel Elie Mamane  <lionel@mamane.lu>  [76b5ac2193f4822d87a4543b7d6adfff4e7f0cf2]

        doing it once is sufficient
        
        Change-Id: If31845aa575b3f9459507deefb1b469ac3715e35

2013-08-14  Lionel Elie Mamane  <lionel@mamane.lu>  [d805c470845c89a54bfc50ec7d75dfba670d8b21]

        fdo#67546 handle unsigned 64 bit integers
        
        Change-Id: I09453c73303076318b7105a778ff98695b0a3839

2013-08-14  Miklos Vajna  <vmiklos@suse.cz>  [53d27a30ce5f2c9f7d37a4089286116854c16215]

        DOCX import: fixed horizontal position of floating tables
        
        In Word, just like normal tables, floating tables should be positioned
        in a way that the start of the cell text has the same horizontal
        position as normal paragraph text.
        
        To emulate this, first the table should be moved left by the table
        border distance, then also by the border with / 2; as done for
        non-floating tables already.
        
        Change-Id: I581311fbb08009e6c1839106e8f615d078a4a705

2013-08-14  Miklos Vajna  <vmiklos@suse.cz>  [824cc4bf4ae9035d4108e8da8e81eb57284f0b54]

        DOCX import: fix table auto width for multiple tables
        
        m_nMaxFixedWidth wasn't reset across tables, so the counted width for
        the first table in the bugdoc affected the second as well.
        
        Regression from 74c5ed19f430327988194cdcd6bdff09591a93fa.
        
        Change-Id: I69a5fa402f2e0170a1ea0269fd73e4ad8f7fede1

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [9be39483d67f761922d5a60cc95efa9676e428af]

        Updated core Project: help  eb245191261167b8de5ec3c941402240e4dab133

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [34790f2be829ebf0628d5e66c8b0a77b686cddab]

        convert envelope format page to .ui
        
        Change-Id: I0f473ebfc7bd6a8bd5aa1b8749fc3afa7a51bb70

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [96f24b9cc07d3b83618811434e4cfcac515f8aa1]

        XubString->OUString
        
        Change-Id: I9ccb06134dfadd9bf1ecb8e5edcd24c02980b754

2013-08-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aab7a316dc127f71e530552cebfb34d5b8f5fa19]

        Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805"
        
        This reverts commit 46d122d4cc405c4070eb4945abd20cdf3a5fac33.
        
        Unfortunately this re-introduces the previous problem of the cell borders
        drawn too thick when anti-aliasing is enabled.  Also, even with this reverted
        the problem will still persist if the user manually disables anti-aliasing
        in the Options dialog. So, we *do* need to find a way to draw the
        double-borders etc correctly without anti-aliasing.

2013-08-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [dde3a753cead04915259d3fde0e913096f1a3922]

        convert Read/WriteUserData methods to OUString and bool
        
        Change-Id: I06a8158b7f503976b19383014a7c8a867c0184ea

2013-08-14  Noel Power  <noel.power@suse.com>  [46d122d4cc405c4070eb4945abd20cdf3a5fac33]

        Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805
        
        Unfortunately this patch creates a very weird ( and took me forever to find
        ) bug ( fdo#60805 ). Basically certain double line borders seems to
        dissappear at certain zoom levels. I guess maybe its possible to tweak
        the create2DDecomposition to process the line as hairline at those problematic
        zoom levels ( but I suspect that actually would look worse ) Best maybe
        would be to tweak the rendering/painting ( but isn't that processor specific
        maybe ? ) as is maybe this problem. I admit this is outside my comfort zone :/
        
        This reverts commit a551cad4e35b6b664167d65dfc25e5a0f6990687.
        
        Change-Id: Idb25493ffb038cb1f8ae9b364a29052abafd940d

2013-08-14  Winfried  <winfrieddonkers@libreoffice.org>  [27aeea8e2bd374ec2f7317ac485315118ea1feee]

        fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsx
        
        Change-Id: Ia3c452f21328e2d5773f245e729905a70d14c29e
        Reviewed-on: https://gerrit.libreoffice.org/5312
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-08-14  Luboš Luňák  <l.lunak@suse.cz>  [186fc4c434384e07c18ff2dd2bd0e00a49bf17a7]

        w:spacing in a paragraph should also apply to as-char objects (bnc#780044)
        
        Otherwise global w:spacing will be used even if overriden locally.
        
        Change-Id: I01f0a3a323566f6e29faf73bf9d2ba874565eb42

2013-08-14  Tor Lillqvist  <tml@iki.fi>  [554765b1eeade83b8b2ce537787ae4becde4d9b0]

        Add BASEGFX_DLLPUBLIC hoping to fix Windows build
        
        Change-Id: I821a51c65e4596516081e5f4b96283616056b60d

2013-08-14  Stephan Bergmann  <sbergman@redhat.com>  [c38592527adfc526133c3ac36b10aa77234313ee]

        EXCEPTIONS_OFF is never defined
        
        ...since gb_LinkTarget_NOEXCEPTIONFLAGS became unused with
        e81b1f23c49e35c1cde1faa44281812e97be60f5 "remove
        gb_LinkTarget_add_noexception_object."
        
        Change-Id: I4a7275b5b26a9d4b6ded66efb52e6866e6e09cc3

2013-08-14  Stephan Bergmann  <sbergman@redhat.com>  [86435f9e28f8e7936777cbd6e8598994e7c42428]

        Some improvements for operator<<(std::ostream&, const uno::Any&)
        
        Change-Id: I2b3eb7a8e3d47b646eb8d4a8ca396a7c9de9545f

2013-08-14  Boris Dušek  <me@dusek.me>  [8284ca9c4b5ca82e0a94d1fac9385f5e0dc6625f]

        Implement operator<<(std::ostream&, const uno::Any&)
        
        In other words, SAL_DEBUG(any) works now. Structured any types
        (e.g. struct, array) not implemented yet.
        
        Change-Id: I6460e72bbeff86da17711cab5d2018508468290c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-08-14  Tor Lillqvist  <tml@iki.fi>  [6fdf1275986cf63440fb86224a4152c0d3251de3]

        WaE: array subscript is above array bounds
        
        Avoid a (presumably bogus) warning produced by gcc 4.7 and 4.8, at least those
        in the Android NDK, in an optimising compilation. As such the code probably
        was OK, even if a bit ugly and suboptimal, as it doesn't seem to be sure
        whether various buffer lengths should be hardcoded or can be variable, etc.
        
        Change-Id: I29790cb7a9cb65735e4ebb9a1a198f8575282ecf

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [342438c6e0f377b938c4ff213dca9e9665b709d9]

        returning pointers to temporaries
        
        Change-Id: I1bb65ee0ff3059ee47f83d54814f3a228994d960

2013-08-14  Armin Le Grand  <alg@apache.org>  [b1ac43d1ab416d334a0feb93244941eee447abcf]

        Resolves: fdo#67047 fdo#64125 #i122600# svgio improvements
        
        (list see in task itself) and a regression/crash
        
        Patch by: regina
        Review by: ALG
        (cherry picked from commit 8a9164f5f853db66b4453fc6fb798acf0a88a238)
        
        Conflicts:
        	svgio/source/svgreader/svgsvgnode.cxx
        
        Change-Id: I1c29073a3a18d2e645378e64a9fb28e73fc7e9ab

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [f0b9a27703db603a6a2fcf1d6f4db87e0bf4823b]

        make extensions XubString free
        
        Change-Id: I0216d11ade872af889fc805e4c2a9241f7f230c5

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [fbe0e7c1050268ece3961390feeeff2ecc428df7]

        set helpid for toolbuttons
        
        Change-Id: I4cc2d199ed94444a056134359cbe2674a2885555

2013-08-14  Armin Le Grand  <alg@apache.org>  [b5c9668d34acdbce500609725760d6578debb95a]

        Resolves: #i122149# Corrected stuff around polygon-based clip regions
        
        do not use them where not needed
        
        (cherry picked from commit 4ccb1eb7d58005ab3b501b7c6ff128fadbcd5066)
        
        Conflicts:
        	basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx
        	basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
        	basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
        	basegfx/inc/basegfx/tuple/b2dtuple.hxx
        	basegfx/inc/basegfx/tuple/b3dtuple.hxx
        	sc/source/ui/inc/output.hxx
        	sc/source/ui/view/gridwin.cxx
        	sc/source/ui/view/output.cxx
        	vcl/win/source/gdi/salgdi.cxx
        
        Change-Id: Ie265814a51180bffe3c821a3f2148cb3bb54ecad

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [b74a2e6ee80e30ed42ef99e24f85eb1d2df346ca]

        Updated core Project: help  981ce916ffcb9ef4a0707d0e10905e55059fb635

2013-08-14  Michael Stahl  <mstahl@redhat.com>  [3f66fadc2ddbec42a5fd7ee34b18826ef4ede503]

        sw: do non-incremental word count in one step
        
        Not sure if it solves a real problem, but seems sensible.
        
        Change-Id: I3a75da924aaffb452da158a6e5c0b3465fe5687b

2013-08-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [dcbad1b3bfe719f4eecdfafe8c78dd01f34b6605]

        convert GetSelectionText... methods to OUString and bool
        
        Change-Id: I77726f009338ae49877c5f58fe6c14d386089bbe

2013-08-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fb0238d276e5835dbb316a6f4ae383988ed62aee]

        Unbreak Windows build
        
        Change-Id: Ibeed303ca4b8812cf7deafa1d1ad06f59a73cf8d

2013-08-14  Jesús Corrius  <jcorrius@gmail.com>  [535411d1d9e7e0f2cb1b192a1a6220cc5b9b743a]

        Fix for ICE101 ERROR in generated MSI
        
        ICE101 ERROR The feature gm_o_Extensions_Script_Provider_For_Javascript
        is greater than 38 characters in length.
        Features are limited to 38 characters and must follow this convention
        for APIs like MsiEnumFeatures
        
        ICE101 ERROR The feature gm_o_Extensions_Script_Provider_For_Beanshell
        is greater than 38 characters in length.
        Features are limited to 38 characters and must follow this convention
        for APIs like MsiEnumFeatures
        
        Change-Id: I298a0dafa7babd1af69c7754fe89efcfe5902970
        Reviewed-on: https://gerrit.libreoffice.org/5401
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [c7b37ff50ad64cc9a87bcabf313a51bdcd8e03ba]

        fix build
        
        Change-Id: Ie4f8ea605098b19e921f4e0d76211b5f2435de35

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [965a83346d1aaefe1124ddf713adb1dd7d9ad1b1]

        don't cycle tab if toolbar is inside a container
        
        Change-Id: I275013be9e3587a73bd9bd6b20a2d42f850a83ef

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [6fc33b576eddc1ee2a4362243f7f891a13597613]

        convert envelope printer page to .ui
        
        Change-Id: I0d57f816abd05d8bb190fe47804b5a8db07ca6b5

2013-08-14  Caolán McNamara  <caolanm@redhat.com>  [403a75a275d9be8b3cc192b0653b4af3533f1ecc]

        XubString->OUString
        
        Change-Id: I178f9eb702afb6143c583d5fd54003a427d895fa

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [8ae46066e6b03e70901bbacf972e6965a43f3c53]

        Cleanup #include and minor optimization
        
        Change-Id: I9b893906df5707f84c45cf5a8dc017873452aeab
        Reviewed-on: https://gerrit.libreoffice.org/5403
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-14  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2ebe64ba90cf35d2744519d6b3a033375715614e]

        fdo#43090: Improve auto close brackets
        
        Now it works this way:
        * Auto close in end of current line of formula
        * Auto close when we have "<?>" selected
        * Auto close when we're in the beginning of current line.
        
        We're adding a space between the brakets, like this: "[  ]" and putting the
        cursor in the center of these brackets.
        
        Change-Id: I8d77bfd7c33f875e7f4070343e634c2b6c45d33c
        Reviewed-on: https://gerrit.libreoffice.org/5388
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-14  Matteo Casalin  <matteo.casalin@yahoo.com>  [e32a74ca1ba5c89f97b5741f376ae6a2c2ee32d4]

        String to OUString
        
        Change-Id: Ib185c067c52bb8c65441c30d4c61be24b0950afd
        Reviewed-on: https://gerrit.libreoffice.org/5394
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-14  Joel Madero  <jmadero.dev@gmail.com>  [d9ead65397ea4b6d4bcc66cf304653bb71e14c9c]

        fdo#67584 - Incorrect Flip Labels
        
        Fixed flip label (format -> flip) in writer - previously flip horizontally listed twice instead of flip vertically and flip horizontally
        
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
        
        Change-Id: I0ceced973891699606ea6faa3ed3d8863a11c705
        Reviewed-on: https://gerrit.libreoffice.org/5373
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-14  Tor Lillqvist  <tml@iki.fi>  [02769c812e869a2a9494582635aaf16e88c856ee]

        WaE: unused function 'lclReadEncryptionInfo'
        
        Change-Id: I5c98b96b77b1366884bdc593cf29d32d4e60de7b

2013-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05f5191de3895b5c6b263d6dfba63f494e5e4a5b]

        Do the same when deleting rows.
        
        Change-Id: Ib1deab33a8771e196d0520bae872eb0d492c913e

2013-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c4d26f327605b77c8395bdb512d8ddcd8c11bfd1]

        Regroup formula cells later in columns where references are updated.
        
        Change-Id: I4dd6ade18e72d8f57583180463f9dda3603be4c2

2013-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f110e4190e575915a584e60cd2fb58dcb5eb5eaa]

        Try to re-group without ungrouping all cells.
        
        Change-Id: I8e5c4e240e64a1d70e599c4a8791133dddc0b75b

2013-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [77e8422947a83d6db3c528fd5d773aeb14178f37]

        Add test for reference update on shared formulas.
        
        This currently (rightfully) fails.
        
        Change-Id: I254dc7042e93b257765c8ed8cdb9904966afd77e

2013-08-14  Tomaž Vajngerl  <quikee@gmail.com>  [ecb842e71e6cd17cc9f19e7dbc975de90d8603ae]

        Remove printf statement
        
        Change-Id: Ibae83ef39dec7270c287ee04e38efa0bc5af48ac

2013-08-14  Tomaž Vajngerl  <quikee@gmail.com>  [651b1d08a19c2770ad6f9ed4a6889faeec73e6ba]

        fdo#59524 Also write sheet length so MS Office will open it.
        
        Change-Id: I44407a15ca338bc7a24b5de8f8a60ad4e4f2b03d

2013-08-14  Tomaž Vajngerl  <quikee@gmail.com>  [3423db6f81dfcd3993178a70bde7c69a0c02c302]

        fdo#59524 Encryption for MS Office 2007 Spreadsheet documents
        
        This enables saving of MS 2007 spreadsheet documents with a password.
        The encryption used is the same as used in Office 2007 (however
        different than in Office 2010 and 2013 which use "agile" encryption).
        
        Change-Id: I3539e811d95b6f9178246ab269d13bb385a48bd2

2013-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [73c02c20b19702dbe662fe0d80601049f015d8ac]

        Set ColumnsHelper parent. (firebird-sdbc)
        
        This is needed for accessing the Tables again.
        
        Change-Id: Ibebc017228b9bb47aaabaa4787e4c05d530acccf

2013-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [67a9e7b1a161e96924e2e08b648c513b1a9795e2]

        OTableHelper requires a call to construct() to be usable. (firebird-sdbc)
        
        Without this we get a UnknownPropertyException due to the relevant
        properties not being set up.
        
        Change-Id: I3fa956a4a82e411d7aba3895faf58b8a84f9fb5c

2013-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6e3118777b7f6cb4df5664df197ac026cca73c16]

        Implement Columns::createObject. (firebird-sdbc)
        
        Change-Id: I5750f640a9bd8bbfc40c0b7ed506d95e9cdbed0f

2013-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3a50cb84f422046a84febcf6759938054f5e1ece]

        Correct comments at table creation (firebird-sdbc)
        
        Table name is already in correct form, and type is irrelevant when
        selecting one table.
        
        Change-Id: I542819cb09e083434ac84b84842d5ea9016c0d79

2013-08-13  Michael Stahl  <mstahl@redhat.com>  [91c8008051c0bb7905a6acd822d022e144f2941f]

        fdo#58040: sw: fine tune async word count
        
        - count characters instead of paragraphs to better account for large or
          small paragraphs
        - start out with a relatively small value (5k chars) on the first run to
          quickly show something to the user
        
        Change-Id: Ic4013545692f267aab39e084415d5d794bb5a4ca

2013-08-13  Michael Stahl  <mstahl@redhat.com>  [9e2351ffd9dc7876c1071e5b6eed10ba9aaae2cd]

        XMLTextParagraphExport: not finding auto style means data loss
        
        ... so use assert() to get attention for such problems.
        
        Change-Id: I4aea1a1cb5ad497583024b326f27fb73e5be9bb7

2013-08-13  Jan Holesovsky  <kendy@suse.cz>  [2a7fe0667062506a21f1fc274da9dad62e28cc43]

        startcenter: Logo, more space, and a little cleanup.
        
        Change-Id: Ie732628fefb721cd4fa69a8d1b38c15ec40c6761

2013-08-13  Jan Holesovsky  <kendy@suse.cz>  [844b95607552e948ef64d1c68d9f49684c9ea105]

        Add RecentDocsView to the glade catalog.
        
        Change-Id: Ife46af4db6b20f166419c5bfc1ff44077926c60d

2013-08-13  Krisztian Pinter  <pin.terminator@gmail.com>  [fdaaf74a8be430805d0e596296634f6fc5cae33d]

        startcenter: Add new Start Center
        
        Change-Id: I8d4308296fd170f7df60db8eddc51909af482d02

2013-08-13  Krisztian Pinter  <pin.terminator@gmail.com>  [d1cbaee70d3f922937a1993914436c8fc899ebfc]

        startcenter: Add file type filter to RecentDocsView
        
        Change-Id: Ib42721e00f60590fc947ba8ec5f615227641e754

2013-08-13  Krisztian Pinter  <pin.terminator@gmail.com>  [85e4d35f1926b8568dfcbe9571ebdc9879fa52b4]

        startcenter: Improve thumbnails in RecentDocsView
        
        Change-Id: Ib33e20996267f3e178079174fde014aa28638fcf

2013-08-13  Krisztian Pinter  <pin.terminator@gmail.com>  [2ace414bd8350a682ad6d482413e50bfa05893f5]

        startcenter: Clean up RecentDocsView
        
        Change-Id: I8c303c9c5e112d57f87f44a00ded78247b0d330a

2013-08-13  Krisztian Pinter  <pin.terminator@gmail.com>  [db269fe2593f5d8a51e153c2afdb1365076fa962]

        startcenter: Add app icons to sfx2
        
        Change-Id: I84b3b8a9dcf810a0a035854a3afa2b40e6688ca5

2013-08-13  Stephan Bergmann  <sbergman@redhat.com>  [ebc81f19ef4ffe8d54f83c019ea80d10c98647d7]

        fdo#68064: Do not insert aTempEntry multiple times
        
        ...and do not let it go out of scope before being used in BigPtrArray::Remove.
        (And, en passant, avoid use of reserved identifier, starting with an underscore
        followed by a capital letter.)
        
        Change-Id: Ic5730f707601a2070f2eed3ba017650026657df3

2013-08-13  Miklos Vajna  <vmiklos@suse.cz>  [65afb07d56e8faf0cf020de784747046cbcb9d0e]

        DOCX export of paragraph border drop shadow
        
        Instead of passing over shadow location only in case of page borders, do
        the same for paragraph borders as well.
        
        Change-Id: I311638fe0f41ef47ae351f7d199bfbc8b8aabfbe

2013-08-13  Miklos Vajna  <vmiklos@suse.cz>  [590751d98e10867609c45fff93edae53dfaef3a8]

        DOCX import of paragraph border drop shadow
        
        Change-Id: I566c491d65b65def65b78afb583624d8272027e0

2013-08-13  Jian Hong Cheng  <chengjh@apache.org>  [12a9b47ec2a892a9c5606a16396992fb6553d7eb]

        Resolves: #i120133# Doc file saved by Office, section size changed
        
        * sw/inc/fmtclds.hxx
        * sw/source/core/layout/atrfrm.cxx
        * sw/source/filter/ww8/wrtw8sty.cxx
        * sw/source/filter/ww8/ww8atr.cxx
        MS Word Binary compatibility
        
        Patch by: Chen Peng,<chenpeng2006@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        (cherry picked from commit e8c93cc8f28debdcb271030f9466de806e863824)
        
        Conflicts:
        	sw/inc/fmtclds.hxx
        	sw/source/core/layout/atrfrm.cxx
        
        Change-Id: Ifbda61cc37933778e3fdad79fb6ee88f9b3cf916

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [7b763893e4c2571f1d8c8afef5491e0e73bff3ea]

        convert label dialog to .ui
        
        Change-Id: I77ce740b1ca7178d8c5f5f2d4ce55920cf18a85b

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [1fd4b34a5dcf707a324bb61c1779567d1855ee42]

        Updated core Project: help  b920cf6a9a000a8bef4280ba89b347585a3e63e6

2013-08-13  Jesús Corrius  <jcorrius@gmail.com>  [9b6e7e72ebd6a9b308fd012b242cd29152407faa]

        AppUserModelIDs registry entries are useful only on Windows7+
        
        Change-Id: Ia17608d603434fa244c056bf711ce4951644246e
        Reviewed-on: https://gerrit.libreoffice.org/5385
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [a052d850a6536317bf2983a1892738f53f4862bf]

        add support for gtk-media-play symbol
        
        Change-Id: I6d615112fd80999597eac9470eca10b6bc1d16d4

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [c6508f02aabd5d4c5b3ff3980b8e464a5723e915]

        set mnemonic widgets and other HIG tweaks
        
        and restore some list box contents
        
        Change-Id: I0b5a3699eda917796803c401f4af9584fdbdbfb3

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [2235f495e36082ea1f2ccdd6b37b822a81e27279]

        add a seconds unit
        
        Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [3c307ff5a5a41553336bc639ca8c3ff2b31d286a]

        add a stock 'Play' button
        
        Change-Id: Iaf48ce921eb92486e22bb76070fc0fa29f248570

2013-08-13  Palenik Mihály  <palenik.mihaly@gmail.com>  [7a504c8752bf7c5accbb9bcc33a98f79b31b8bf2]

        Change String to OUString in SwHTMLParser class
        
        I changed some variables in SwHTMLParser class and her dependencies.
        
        Change-Id: Ie8ad6c481df8a904bd358c2e9cd6afeef990d418
        Reviewed-on: https://gerrit.libreoffice.org/5330
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-13  Stephan Bergmann  <sbergman@redhat.com>  [a745bfdb7843a216dae51e4cd9484d950bac13e2]

        Ensure iterators are value-initialized
        
        ...instead of merely default-initialized, to avoid undefined behavior in
        enclosing classes' copy ctors/assignment ops.  (Cf. resolution of
        <http://www.open-std.org/JTC1/SC22/WG21/docs/lwg-closed.html#408> DR 408 "Is
        vector<reverse_iterator<char*> > forbidden?")
        
        In return, remove the enclosing classes' user defined assignment ops that do
        explicitly exactly what the default ones would do anyway.
        
        Change-Id: If1bb1aea56dd48da873a92a8fa30dedea844740c

2013-08-13  David Bolen  <db3l.net@gmail.com>  [1be8e912ba8a7d1acaf40d5a8597421c104ab39c]

        fdo#50470: Restore pyuno object method introspection in Python 3
        
        Switch to __dir__ entry point for introspection as Python 3 dropped support
        for __members__/__methods__.  This is backwards compatible to Python 2.6.
        
        Module initialization adjusted to complete type setup (needed for tp_dict)
        via PyType_Ready.
        
        Change-Id: Ie1f7b9dd4279242de89d009eb7acdc8c786dab8f
        Reviewed-on: https://gerrit.libreoffice.org/5375
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-08-13  Jelle van der Waa  <jelle@vdwaa.nl>  [87b5ac652d9625545a62fac83bccce369976140c]

        fdo#57950: Remove some chained appends in xmhelp
        
        Change-Id: I4680547aa1d12d3e8eab3c33e3158845848c2068
        Reviewed-on: https://gerrit.libreoffice.org/5376
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-13  Joel Madero  <jmadero.dev@gmail.com>  [5a2c13a79a639a8ed98873d3acd7ed074c2b00b5]

        fdo#59981 Rearrange Ruler Tab Stops
        
        Per request by user rearranged ruler tab stop order in order to put least used one at the bottom of the list. Previously the order was
        Left, Right, Decimal, Center, now it is Left, Right, Center, Decimal
        
        	modified:   include/svtools/ruler.hxx
        	modified:   include/svx/dialogs.hrc
        
        	modified:   svx/source/dialog/ruler.src
        
        Change-Id: I1e59dcad4ee476d2d67339e973eedc96f406ec28
        Reviewed-on: https://gerrit.libreoffice.org/5381
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-13  Joel Madero  <jmadero.dev@gmail.com>  [25e23919c8d8530089bd78bc33689a955e7f49ee]

        fdo#67585 Spreadsheet Label Consistency + Icons
        
        Changed label under format -> flip -> Flip Object Vertically to Flip Vertically to be consisten with other flip labels in Spreadsheet and Writer.
        Added icons for Spreadsheet flip commands - used same icons used for flip commands in writer.
        
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
        
        	icon-themes/galaxy/cmd/lc_objectmirrorhorizontal.png
        	icon-themes/galaxy/cmd/lc_objectmirrorvertical.png
        
        	icon-themes/galaxy/cmd/sc_objectmirrorhorizontal.png
        	icon-themes/galaxy/cmd/sc_objectmirrorvertical.png
        
        Change-Id: If09c89f68356258ee72be116738dc4d2d81a79c8
        Reviewed-on: https://gerrit.libreoffice.org/5378
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-13  Tor Lillqvist  <tml@iki.fi>  [97e24a710d57cc82a31e956ccf9fc484b62011ec]

        Also ' was duplicated
        
        Thanks to dougmencken for noticing.
        
        Change-Id: If9b18b7686981b523e8422cecef0930fded10c91

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [42133692c1ab342b327a810235c7ede7fc3a256d]

        convert business data page to .ui
        
        Change-Id: If6706e0f40ff4559fd0bf5745845680ce610d706

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [88816fcb49db1432cbb7bbf637b55f3fa19c3145]

        Updated core Project: help  b75df5eeb8b4275609246c4623ae437fd580a3e4

2013-08-13  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [a27bc43cb65d8489e96415fb8ffeae53f49919b9]

        Expert config edit button implemented.
        
        Value modifying dialog added. Checking if property changed before from a
        vector. Not stable but working.
        
        Change-Id: Id2b5ac102007af21ec12635b98f24a11c5befc90
        Reviewed-on: https://gerrit.libreoffice.org/5306
        Tested-by: Katarina Behrens <bubli@bubli.org>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>

2013-08-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9b56ecd00f409000a3c703bfe291a06b77bfe943]

        Uploading libwpd-0.9.9 release
        
        Change-Id: If20156c48ec145389750a2283efad055d3b84363

2013-08-13  Thorsten Behrens  <tbehrens@suse.com>  [7a66bd77131ebae661887c561168f513ca5a5052]

        Fix fdo#67908 - keep Visual around until after GL context is created.
        
        Change-Id: Ie84decdccfa5bbf44c9cb05e2c2229f7384c1912

2013-08-13  Miklos Vajna  <vmiklos@suse.cz>  [774b6899172b2f803898655103d6653ef2261cfd]

        RTF import: handle rotation on groupshapes
        
        Change-Id: I7892224a118b6566e26b3ffc472c88f3c7f58620

2013-08-13  Katarina Behrens  <bubli@bubli.org>  [48a1b767b183acdc703cd7e5a4c6d492da237daa]

        Unused private variables
        
        Change-Id: Ic7c51b9943a3d6485d41df50a9b35282bf0d999a

2013-08-13  Katarina Behrens  <bubli@bubli.org>  [466b64b68cecaa82837c4aede3e9a485c45bd1d4]

        Preserve entry data from combobox items
        
        use old school strings from .src file as we need the entry data and
        can't really define them in .ui <item>
        
        Change-Id: I669675edb321dcb60f3785c7f28cecbbc2edc982

2013-08-13  Katarina Behrens  <bubli@bubli.org>  [094cda40d29985d1920ba6ddd1d1854cd5946053]

        Removed unused widgets, were Hide=True in orig .src file
        
        and never ever Show()-n
        
        Change-Id: I8cadc75dda6798ac617977d6b4ae0fc52fb3dc0b

2013-08-13  Katarina Behrens  <bubli@bubli.org>  [e37f50f700b3f41b4c31d091623136f74f4aabb8]

        Removed dead (mostly widget-placing) code
        
        Change-Id: I91b96d1e9f7638d3278ab43188da83865efe59ed

2013-08-13  Katarina Behrens  <bubli@bubli.org>  [14d05d3f0c4f41a74a7414258531912410060e5b]

        Converted custom animation property dialog to .ui
        
        Change-Id: Ifd1e745867ca80dd65619a0b54df97931d3044a7

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [8b961216f42aa4c43d3d0958f81cd8c7e9f4e195]

        convert private user page to .ui
        
        Change-Id: I17f435a7baac206085abd9dd66c061a5ad203786

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [6b2cc1eb6c7404d6934aad2d2c78555a45c9b4a8]

        XubString->OUString
        
        Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [89253a0c258c1107f598e5a37470ecb09055a895]

        downgrade Unknown type: GailWindow warning to info
        
        a11y definitely works, so lets de-noise startup
        
        Change-Id: Ibea41248955442e062700d07fbe9a70e11479fe3

2013-08-13  Caolán McNamara  <caolanm@redhat.com>  [0e67b165d513bddbdbc20b59d9db0530486b1342]

        Updated core Project: help  9104e0686170abf9db588748dada24a395dc145f

2013-08-13  Tor Lillqvist  <tml@iki.fi>  [c625772a6fed6f67d62c140de06798f6ecb4a9a8]

        Avoid warning: rtl_uString_newFromLiteral - Found char > 127
        
        Using a literal string that includes non-ASCII character(s) to initialise an
        OUString causes a warning "sal/rtl/strtmpl.cxx:1338:
        rtl_uString_newFromLiteral - Found char > 127".
        
        I doubt the '\xFF' in the aWordDelimiters initialiser makes sense. The
        initialiser contained "\0xFF" since the beginning of time, which (as said in
        e7a958441a19a4e14bf12aac09fa566de0f263ee) means a zero byte '\0' followed by
        "xFF".
        
        So '\xFF' was not included in the initialiser during all that time
        either. Whatever the '\xFF' means in the set of "word delimiters", quite
        possibly it is handled explicitly in the code anyway (grep for
        CH_FEATURE_OLD).
        
        Change-Id: I2998a13e6e573f85c92e66ff6edbb6354ba11b5b

2013-08-13  Tor Lillqvist  <tml@iki.fi>  [3440201b75bddd88d02127983995ac4db823bc98]

        Remove duplicated space in aWordDelimiters initialiser
        
        Change-Id: Idf191ab3dfa7f6fde190c55d4d1d228a49ecf771

2013-08-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [f4fd558ac9d61fe06aa0f56d829916ef9e5ee7b9]

        String to OUString and some reduction of scope
        
        Change-Id: Ia760c5f3f8c158bea30be3102841a66330e5180a
        Reviewed-on: https://gerrit.libreoffice.org/5339
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-13  Stephan Bergmann  <sbergman@redhat.com>  [c083d68d1670b88ad3a88b768859c7bb1c5e5fee]

        Unused memeber
        
        Change-Id: Iaa3ab3d73270f0a1441eb64854f47088967ca0d5

2013-08-13  Matteo Casalin  <matteo.casalin@yahoo.com>  [fa78b33a10ceb46b11caa726512a0862b9775b56]

        Use stardard prefixes for data members, and english names
        
        Change-Id: Ie2c6a12787a1a3753c7b4f82a2b5d342e60fc8da
        Reviewed-on: https://gerrit.libreoffice.org/5383
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7514df659bc12509880f7b74cd9a7820c96526fb]

        Compile token array only once per formula group.
        
        Change-Id: I70694ee8834b1b2f2ebdfaa90582ccfb19db0210

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [84c4c6a901a90dda1514071455db682a000b1934]

        Return something.
        
        Change-Id: I46ff752f62d2f3fc988bbacc58097ee36e87182f

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b4038bd494632c5efe1a761cb5bf23e5eebbe065]

        This is clearly a bug. Let's fix it.
        
        Change-Id: I83aa2c108e7d8561d28d76b69a8763a15a20a2bd

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05f86f50a66602761d3f5cff6a9be20994ee2224]

        Ungroup a cell when the group length becomes 1.
        
        Change-Id: Ic656d4837ab1fc5feb4b19765ae427371dfdfe10

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f6d37f03cf9c0ff8427612a99c963542e822fcce]

        Fix indentation.
        
        Change-Id: I2caebb42d92bf81e3ba8809a47f833a9379e769d

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fd12981565dfc608620252c4abe3fbf8c1bddf2]

        We still need to update cell positions for non-top cells.
        
        Change-Id: If967247ed5d916535e7b52af14b00090b7c9d0d2

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2624788f23d265f0dfeda544f57b9d90a2ab2979]

        Do the splitting of formula groups.
        
        Change-Id: I5a8661895b558b67abc19cdc39de9eb027bc1c34

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [30503611efc30ac7a3b09744913f048bf28ef70a]

        Collect all boundaries at which to split the formula group.
        
        Change-Id: Ic78d7a06991b983e625b161f11fbbabce02334f3

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bbb2d8c660b515c98624a41a39ffe94d3a7ecc00]

        If the formula cell is grouped, update reference only on the top cell.
        
        Change-Id: I5e2e9db621a61deba39a46962e0ca877235d7c90

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a592b81558c41e71c0f139d86489b163148ea8b7]

        Export shared formulas to xls, from the new shared formula in the core.
        
        Turns out we don't export shared formulas to xlsx, so no work is needed
        there.
        
        Change-Id: I85604f3b80c95c5b6179bbdac41e758c5de7854a

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b26fd34f8aa9589dd66a8f4c5b0e6771a4529c03]

        Fix the (Windows) build. No idea how this was buildable on Linux.
        
        Change-Id: I9c0701b1b8f30c36f45bbee0d95e92a59f9891fe

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6f8b0d419b99a02050a9dd8bdf04a6c86a48fe61]

        Detect self-referencing groups, and disable group-calculation.
        
        And re-enable group-calculation on named ranges.
        
        Change-Id: I4957ff05bac23bd266bbc96fe5619ad5f0a65688

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0c7dd40e63bd6aa401fb731f9ac9daeb30c6e8f1]

        Fix import of negative relative row reference from xls.
        
        Change-Id: Ibaa325396a8a06c45cf59af9809ed5cbff6d10d0

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6775874b54abcd625e220f9c7401cb04050135b4]

        Disable vectorization on named ranges for now.
        
        Change-Id: Ibc10d5eb9afff6062106c952aa2e7d3f9cb58100

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cccf0fe7a6d8f82e966c320a13875d67fdb911f6]

        Uncomment this.
        
        Change-Id: I628c826905d0c1074fbc5c12e821c0efd6489bbf

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f3a632c8753079a954187ea0f60f9606fdb3fe27]

        No more RT_SHARED and RT_SHAREDMOD named range types.
        
        Change-Id: Ic8d98b62747ae29cc968ce926e2ae42537023840

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c3f631ea5c09072a2e6bbb1f3a71b3a331b62713]

        Rework shared formula import in orcus handler.
        
        Change-Id: I3a6ed347565fff7cc984960929c66997e3a18f1e

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3c4fb3d0741a762fd21cc4e0dad631a81f1057f3]

        This code is no longer needed.
        
        Change-Id: I319aae9d58fe1798e6add168f5a3613bceef7c26

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e1c2403802af2f13075d612ea5ef0e91cf23c878]

        Map shared formulas to Calc's formula groups on xlsx import.
        
        Change-Id: If8d11c5ee55afd8529070a699ca50284880ceb45

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [01bc4976a058628a40337f8041c0daedfa63da97]

        Const correctness at ScFormulaCell side.
        
        Though I had to use const_cast in some places...
        
        Change-Id: I22830bf291179efafc1b400f33a520072b7fab0f

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [492f0ad5347ed640c3a12b61e22d279b29becb88]

        Some cosmetic "fix"
        
        Change-Id: I80baff3b1794619659e505622164e2582e762248

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [027f8cd9442aec9c432bfcfc69f7d6e81b760eb5]

        Handle shared token array correctly when adjusting formula grouping.
        
        Change-Id: Ib4b141f415b36565106e946ccbc47f2b9f80d89c

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [417d1c2b13cbd70300d2921b5667dfadc7e25895]

        Map shared formula from xls to formula groups, and share the tokens as well.
        
        No more mapping to range names.
        
        Change-Id: Ic43b6ef35a91fe4d6fff748ebc22969ba4e036db

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [71c3df6576038df6d519982e7d2367e803574368]

        Rename this to SharedFormulaBuffer, which is readable.
        
        ShrfmlaBuffer is not readable.
        
        Change-Id: Ic91f7c2fcc15d4210af4f97341199ce03593d223

2013-08-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86a2dc96c7ce312f251b5a063c2aa8332c8817a0]

        Prepare for importing shared formulas as formula groups from xls.
        
        Still the first step.
        
        Change-Id: I1897c9c2cd3a5b5245febbfba76e1b088054f578

2013-08-13  Michael Stahl  <mstahl@redhat.com>  [f4b757d7e7a3f5bc23fea3e540671b0f40133f24]

        remove the accidentally committed cppunit/unxlngx6/bin/DllPlugInTester
        
        Change-Id: Id14c4f46e29e53cbd60f33cf75645f386a7cc81b

2013-08-13  Michael Stahl  <mstahl@redhat.com>  [1ff7dfa533b473d721c372ae801a46ecd513b32f]

        fdo#66071: SfxUndoManager: allow Writer to set modified status properly
        
        If Undo actions are removed due to max undo limit, invalidate the
        current empty mark so it is different from sw::UndoManager::m_UndoSaveMark.
        
        Change-Id: I20415f42a77b67e9935c75b12df675ba1c5ef5ec

2013-08-12  Eike Rathke  <erack@redhat.com>  [57dab8f42201a95bceb7d2bd5752434714409065]

        removed misleading comment about now obsolete CELLTYPE_NOTE
        
        Change-Id: I382eddbe25f8bccf82a4afbbcd25f27393207744

2013-08-12  Tor Lillqvist  <tlillqvist@suse.com>  [3a34474db59067073d8c8f91b0173cab3a60850e]

        WaE: C4701: potentially uninitialized local variable 'pIdx' used
        
        Change-Id: I244dfcff7fab6b1c4342b453236ff3eb8f3a0d98

2013-08-12  Tor Lillqvist  <tlillqvist@suse.com>  [4530f16f07c9ea55242081c1ba826df1b358ba7e]

        WaE: '&=' : unsafe mix of type 'sal_Bool' and type 'bool' in operation
        
        Change-Id: I2ffffe38b479a6116bfeff37c78cc15e5e26cee5

2013-08-12  Tor Lillqvist  <tlillqvist@suse.com>  [14f9da1c6c9504deec83d6ab5975cba118d2b165]

        Include <map> for std::map with MSVC
        
        Change-Id: I88a36c7e4a795679519aa26387c7de8fd4ae007f

2013-08-12  Winfried  <winfrieddonkers@libreoffice.org>  [416d10b5f91047f0dcfbcc233c60322810bfc8d0]

        fdo#37341 fix unending loop in calc with Goal Seek
        
        This is an improved patch of commit G12a712245bdcca40bb87e2bd118eec9635848
        which was reverted with commit bcbdf6763944dcc53c2667bf829a005ff0b9223a
        
        The original patch still contained a piece of test code that does
        not belong in the patch.
        The goal seek tests from Junittest_sc_unoapi now all give the expected
        results (tested manually).
        
        Change-Id: I8009a0dd3601a1d7d54899e781e30363cf0c36ea
        Reviewed-on: https://gerrit.libreoffice.org/5359
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-08-12  Tor Lillqvist  <tml@iki.fi>  [95aaa3a727d930330f7b397f8baf30943e3eb9a6]

        WaE: rewrite call of rtl::OUString::equalsIgnoreAsciiCaseAscii ... [loplugin]
        
        Change-Id: I6875299a36a80e345dfeca5fcf3230b8deb49dd2

2013-08-12  Tor Lillqvist  <tml@iki.fi>  [f371e16cfc1f7910ee045c92afbb9ca8f1213b1e]

        Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuff
        
        Change-Id: I8dc641a4f75e35020522daa8fcb1f8be2ee4fb4a

2013-08-12  Julien Nabet  <serval2412@yahoo.fr>  [df58d4a925d926eb0199198421f9fe601743377b]

        Typo: controling => controlling
        
        Change-Id: Ie5bb34d2000be74bad7f18808f49f389ab9373d8

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [7f597713d127148357ba8fd19064bdfd0387bf70]

        Revert "Removed unused file"
        
        This reverts commit 7ed89ac22d704907471a0e8b5b8cb6135a82d3f4 in order
        to fix the gtk3 build

2013-08-12  Palenik Mihály  <palenik.mihaly@gmail.com>  [e09199e36c4d4fe7b409b80c6d58480705475602]

        Change String to OUString in some class and functions.
        
        I changed String class to OUString class in the following:
        CSS1Selector, SvxCSS1PropertyInfo, SvxCSS1MapEntry, SwHTMLWrtTable,
        SwHTMLForm_Impl, HTMLTable classes, CSS1Expression,
        SwHTMLFootEndNote_Impl, HTMLTableOptions structs and function in these
        files htmldraw.cxx, htmlfldw.cxx, htmlfly.cxx, htmlform.cxx,
        htmlforw.cxx, htmlftn.cxx, htmlnum.cxx, htmlplug.cxx file's function.
        
        Change-Id: I5f3c3351157b8ba1c6b4fbb15d42acd61225f006
        Reviewed-on: https://gerrit.libreoffice.org/5311
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-12  Tor Lillqvist  <tml@iki.fi>  [7b09fbe825ffdd37bdb6463d116c16d8714fcb81]

        WaE: 'pTmpTbl' may be used uninitialized in this function
        
        Change-Id: Ica920101fe075e3e45564ac7eced9e40cc2769b8

2013-08-12  Srijan Choudhary  <srijan4@gmail.com>  [7ed89ac22d704907471a0e8b5b8cb6135a82d3f4]

        Removed unused file
        
        Was added with gtk3 support, but unused since the beginning.
        Found when searching for pass-through header files (fdo#62699).
        
        Change-Id: Iaa7746b8650671529ea40a5da6c8ec59916032e7
        Reviewed-on: https://gerrit.libreoffice.org/5337
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Noel Power  <noel.power@suse.com>  [b59d116bf7a056f9683010c5e612190278595772]

        doh unitialised variable
        
        Change-Id: Ief70ed0e8f06715b1909e769b031db0dcaf0095d

2013-08-12  Lionel Elie Mamane  <lionel@mamane.lu>  [fc92c1abebcfe9b18649d35b76bf22e001e332da]

        fdo#67930 don't use variables for formattedtext in header/footer
        
        I don't know why it was going through variables.
        Instead, put the value where it is supposed to,
        like for formattedtext in detail section.
        Try it, and if something breaks, we can revert.
        
        This also works around fdo#67930
        
        Change-Id: Ia7f08afd8a037d3ac75676c5221ddb36aa791354

2013-08-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [7382b89f354b7b7e768d2c9af73fcc7a13741702]

        Typo
        
        Change-Id: I1b66fdc15b4b739cabc471a9599f4c38a9a140b2

2013-08-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [86637135b809f94973a6b55084d8045bbd276ceb]

        String to OUString and some optimizations
        
        Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ec365165ba7f332df479422174899808e1ff4152]

        Implement refreshTables. (firebird-sdbc)
        
        Change-Id: Ie2fe0c92c3cb1eb0ae68cdea8ad709021a8d8392

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [88d74f35c2ce7968fe3f57f34e25d09374164ecd]

        Create Catalog to deal with sdbcx details. (firebird-sdbc)
        
        Change-Id: I521db652157e6b6da79e70f3731b6eddfc2bab1d

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f400dac5a846007c9bf7529623732670b73c692e]

        Enable sdbcx retrieval. (firebird-sdbc)
        
        Note: this completely breaks the GUI editing of a db for now since
        the sdbcx portion of the driver is still non-functional.
        
        Change-Id: Ia4561dae1689fb66c87ac6ab154c02f27ecf211a

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [64deb339a97c1977f363fa08fd2b7d9fcfe2e957]

        Implement getTables(). (firebird-sdbc)
        
        Change-Id: I6b13fe51547ac5a51a03bf9b55f8e684275652cb

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6878fa8a9cba2d484f5fad264188c5a825fc5315]

        Use correct data in Tables::createObject. (firebird-sdbc)
        
        Change-Id: I01a55a15fdb88bf0910afabb6763829c979e35fa

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [893a8a6f1183d8af2fe6be68457ecfe3f6ad8155]

        Remove unneeded field. (firebird-sdbc)
        
        This can be retrieved as needed from DatabaseMetaData.
        
        Change-Id: I0324b7c087e6d7357437a9d6bc94340605066172

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c33f9afcadf350ea9f9a82b57f52ee08998ef653]

        Add getIndexes. (firebird-sdbc)
        
        Change-Id: I939c8033b6813754ee62092e3cab39ded853501e

2013-08-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2997e7d253419ae7cd545e9d0a4a5fe205c5a156]

        Add getKeys() using OKeysHelper (firebird-sdbc).
        
        Change-Id: I5a885cec81d9abcd0b1fc18d0dcd98c292999a51

2013-08-13  Siqi LIU  <me@siqi.fr>  [a1174cd9cb05aa9b70a77cf891c7e8a8fd665e8f]

        localization support for iPhone on fr,zh-Hans,en
        
        Change-Id: Ic27519a8873436f3683450059aecbbd04e1403ab

2013-08-13  Siqi LIU  <me@siqi.fr>  [a87759750f9862a695313b7cc5198b62fb8609d7]

        typo
        
        Change-Id: Ied523b7b4d600c4154a4d090e778bb658765ab5a

2013-08-13  Siqi LIU  <me@siqi.fr>  [c6d6cc9b47b7d1c3ea8879439a248c1e7c99168a]

        load different storyboard based on iOS localization
        
        Change-Id: I7221ec002ac70be53acc9bd30fe4febba4e846bb

2013-08-13  Siqi LIU  <me@siqi.fr>  [e0e276ab255fb75c0412436baa0974836278b9db]

        cellForRowAtIndexPath instead of cellForItemAtIndexPath for iOS5 support
        
        Change-Id: Ia37a77ffb516b0ee29c923c3a0d9bffea94b778b

2013-08-13  Siqi LIU  <me@siqi.fr>  [b69593f5d156b4ba65350fd810f67a4571e84c7c]

        localization for fr and zh-Hans
        
        Change-Id: I61a55385900ac66d665be886bca596f8fc60d374

2013-08-12  Stephan Bergmann  <sbergman@redhat.com>  [a8df509ca4e4e77e9ed684d627ee08d84805f534]

        error: dereferencing type-punned pointer will break strict-aliasing rules
        
        gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
        
        Change-Id: Id8f1828ae1dabc2f928d737d4fac8375dd73b5a2

2013-08-12  Stephan Bergmann  <sbergman@redhat.com>  [f91d4f156b4fdb6e6a8a755714fd384bfa275e3d]

        Unused pAutoDeactivate, is never non-null
        
        ...and was like that already in fd069bee7e57ad529c3c0974559fd2d84ec3151a
        "initial import."
        
        TODO: Menu::Highlight in vcl/source/window/menu.cxx makes it look like the now
        almost empty IMPL_LINK_NOARG(SfxVirtualMenu,Highlight) returning sal_True makes
        a difference compared to having no handler set (in which case aHighlightHdl.Call
        returns 0), so I left it in; but that may just be overcautious and the handler
        could really go for good.
        
        Change-Id: I0cb28ddb1a5f747000b5749ed080502ae83c5575

2013-08-12  Jesús Corrius  <jcorrius@gmail.com>  [45fcdca7b32be49db75bfdcb027e33a04cb04f87]

        Add missing modules to fix the Windows build
        
        Related to commit: cd97b11a33db909318572a27a54305cb4757ba0f
        
        Change-Id: I899508a648cb111ea3f5aeb1eb5d80fc751951fa
        Reviewed-on: https://gerrit.libreoffice.org/5369
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Miklos Vajna  <vmiklos@suse.cz>  [144ca12ef3e17e1d315a496b456cd2bb4cd08744]

        VML import: handle rotation on groupshapes
        
        Change-Id: I37f0081ae0a8af838c9f5bf158b340d726d7d1a3

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [9ffd693d6ee326df5d35859f90f08f4f34069dbf]

        Updated core Project: help  b142c61cd4c7afc1a2acdf9463c2771fbeba2378

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [6a5eeaee0853c87e498ebd0546d97e9177dc4190]

        convert visiting cards page to .ui
        
        Change-Id: Id541e1749572701827ab5a49df5197f77554c789

2013-08-12  Noel Power  <noel.power@suse.com>  [c193d8a8ed3709036b7aedab0341df75ffa4067e]

        listen for formula related configuration changes
        
        Change-Id: Ia95dea3fab6bffeb1967096888a07e610b9bd858

2013-08-12  Stephan Bergmann  <sbergman@redhat.com>  [d3cfa8da4ea770913f0368ba141d5862df3e4c17]

        deprecated message must be a string
        
        Change-Id: Iad8f29b36ce38a90ea93705131a2e4e201d77bf8

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [125ed0f91ffa2375e1f2fed06e3e10b5de57a768]

        Updated core Project: help  7926472574c504fa0aed097ae6631927fd5e5fb6

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [05dab8aef3becce2f17aa72484c5948927997d16]

        convert label layout tab to .ui
        
        Change-Id: Ice1a9b365426059704438da5fee2e4470cfb3f72

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [9f32bf9b053e12ee1052ff905e3068fac98265da]

        drop intermediate UniString
        
        Change-Id: Ie9a964c19110967ebd4e5480ef35d4ff10928746

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [c237b781c4c46a9e7a7c7c86915734cf63ef8484]

        toggle SvSimpleTableContainer border on by default
        
        Change-Id: I4d6ef44148ba7140405facab7c1d3e7f78a0b8ab

2013-08-12  Noel Grandin  <noel@peralex.com>  [3a16cb8b8e08d84f4a6cab39bfba6481918b169c]

        fix for "signed overflow is undefined" warning
        
        introduced by my String->OUString conversions
        
        Change-Id: I237c8fcf655d6f39f04512d1a386d0b6631f53c3

2013-08-12  Noel Grandin  <noel@peralex.com>  [aeed216756083eaf9b883025491d137800938f33]

        remove dead variable
        
        Change-Id: I5129c1df5a5525824ec4b3cf941c9270b50b2441

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [82c2d3fe69f9732d2c178ad184a0ec2a598d386f]

        fix up some other single arg String::Erase conversions
        
        Change-Id: Id04301261c100cb122d63fe75324967cf95b23ab

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [c0cf59e9e227f02d85ab3528913522abcebc713c]

        fix up some other single arg String::Erase conversions
        
        Change-Id: I828609edb8e4c740771634d4af97928f73b46408

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [72e9be9ee2941f31fceab0d84178ba6b524f2cb9]

        Erase(foo) erased from foo to end of string
        
        Change-Id: Id65f3964fe41a0645bb3109d830297a2945836f6

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [6ba253c8b58956e6994e36cbcf319548866d6ab3]

        ignored return value of replaceAt
        
        Change-Id: I65945c6a30603f3cb001bf44b6490d9e0f7ad642

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [1b40fa9b6d318debf97e934894c81f2bf99ebe40]

        drop explicit python3 from shebang line
        
        Change-Id: I3b7ca808b8e2ac4723c1f26e6190c4875e88936e

2013-08-12  Jesús Corrius  <jcorrius@gmail.com>  [cd97b11a33db909318572a27a54305cb4757ba0f]

        Register additional support types on Windows
        
        So Windows knows that LibO is able to open these files formats too.
        The option will appear in the "Open With" menu.
        
        Change-Id: Ifb4c4ec975ea5c84b1f18191d74fee0c39684f66
        Reviewed-on: https://gerrit.libreoffice.org/5367
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Noel Grandin  <noel@peralex.com>  [00e5ba7fac584b889c06d0250e6fd9d514d50ced]

        remove unused local static variable
        
        introduced by myself when doing String->OUString conversions
        
        Change-Id: I5402c1025ee571c965f852e7b2d191e6f7bae819

2013-08-12  Noel Grandin  <noel@peralex.com>  [9ee4a0791de316f15bd9f12d07dd2aebeee2f983]

        fix android build after my XubString->OUString changes
        
        Change-Id: Ifeb2d948cd28cb46e209442efb19d71bae4b4490

2013-08-12  Noel Grandin  <noel@peralex.com>  [aabc1d237a532b2a87f443d620c8536edbe1daea]

        fix build after recent OUString cleanups
        
        I think my changes and Caolon's changes are colliding in mid-air.
        
        Change-Id: I45398b358b53662164c6a332e68ce8cd61a79cef

2013-08-12  Miklos Vajna  <vmiklos@suse.cz>  [c73b8072a1732f829d3d6ba6c1172d96d55b1c4f]

        fdo#63428 writerfilter: fix paste of commented text ranges
        
        There were multiple problems here:
        
        - xFoo->createTextCursorByRange() got a text range argument,
          where the text range wasn't from the xFoo text
        - it was assumed that all XText implements text::XParagraphCursor as
          well, but this is not true for e.g. comment text
        - commented text ranges were pasted as normal comments (once again, the
          insert position wasn't passed around)
        
        Change-Id: I9a975a08b08a7f32b1ee71e42f58736cc0dbb09d

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [ae035a32737a77be75c9d017f7f5a90a05048e06]

        Resolves: fdo#67944 set dialogcontrol bit to tab into simpletable
        
        Change-Id: I1ea653d5546961096a9368b4d1d9a1dd39a80745

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [63483b882c80d656dff4279e5be8a59a664a06fe]

        XubString->OUString
        
        Change-Id: Ibcb2dd5861ad14e286596999b757ca5c41137626

2013-08-12  Noel Grandin  <noel@peralex.com>  [59a5dcb2065c93e2b4bc95207f7f4e362ce3ee08]

        -WaE remove unused variables
        
        Change-Id: I30f8175e35d15c8cce0b2e05de7741bb8feba410

2013-08-12  Noel Grandin  <noel@peralex.com>  [afc15f40f2e6cb7c5f8979f1da65efd375144d99]

        convert String to OUString in VCL
        
        Change-Id: Ib5640b2db7963a7a8e8dabb2a8f5e5dc0410edec

2013-08-12  Noel Grandin  <noel@peralex.com>  [db3f16317e0b0f931fdfcb6f19f8cc474bd70683]

        convert String to OUString in VCL
        
        Change-Id: Ie5c6874298641dc6fc1b6b4e2206a704acd7cc10

2013-08-12  Noel Grandin  <noel@peralex.com>  [8129fffd1beefbc2844fcf3912c65290ce657d79]

        convert XubString to OUString in VCL
        
        Change-Id: I5002b4c237dd919210cb7edfef9f552688735154

2013-08-12  Noel Grandin  <noel@peralex.com>  [e4ebe80be51fb33545091aa4f0bbc0ea2fe674f0]

        fix an OUString conversion bug
        
        that was introduced in commit 8905062428705cd9a321ec225ac32547712e3787
        "Replace XubString with OUString (dbggui.cxx)"
        
        Change-Id: Ica3ce4209ac23950aa46017c324160abccf03017

2013-08-12  Noel Grandin  <noel@peralex.com>  [9268759a26b48e005a56b3be6a31534d1ef4ee9d]

        convert vcl/source/filter/wmf/wmfhr.hxx from String to OUString
        
        Change-Id: I125eb51d27164791d79ef4364b68096ec5f4c1d4

2013-08-12  Noel Grandin  <noel@peralex.com>  [8fcc5df74adbbee655f54e80a64c6920fb05f1b8]

        convert vcl/source/filter/wmf/winmtf.hxx from String to OUString
        
        Change-Id: I4c670e53f83af7a0d99ec4135cb614d30811a3b8

2013-08-12  Noel Grandin  <noel@peralex.com>  [924c2177416e61327b586be551428a1380f22133]

        convert vcl/source/filter/wmg/emfwr.hxx from String to OUString
        
        Change-Id: I5eb1c4dbccec0da5ebbef5fe15e03c368a32cfdd

2013-08-12  Noel Grandin  <noel@peralex.com>  [47aaa1c0b1c1c589c80d9735deebbb784bfd7dd4]

        convert vcl/source/filter/sgvmain.hxx from String to OUString
        
        Change-Id: I9cca6e7d5f2849c8b180aa99021e964ebfc34dd1

2013-08-12  Noel Grandin  <noel@peralex.com>  [ebe636ca7208b8b81b2e51e2d4055c2eaec9ff67]

        convert vcl/source/filter/FilterConfigCache.hxx from String to OUString
        
        Change-Id: Ic5f30901033d65ddcdcd6dddc11a80c4dcdb0f25

2013-08-12  Noel Grandin  <noel@peralex.com>  [81386316c55f781ffd115bbae5d8d439a358bfcc]

        convert vcl/source/edit/textdoc.hxx from String to OUString
        
        Change-Id: Ie53f89d3112edb75d69d04777df1406ea4f980fa

2013-08-12  Noel Grandin  <noel@peralex.com>  [b417e5b5b8e6ca375082975f44aa70702d57e9bd]

        convert vcl/inc/unx/wmadaptor.hxx from String to OUString
        
        Change-Id: I1396e75f1d52005339101d568eb36e5d7051014b

2013-08-12  Noel Grandin  <noel@peralex.com>  [af1fbabc71ed92293de51d1d5e7e6ec58aa56c57]

        convert vcl/inc/unx/i18n_status.hxx from String to OUString
        
        Change-Id: Ia528c2c05663b848f822ae3b47ee5f35dc56c0c1

2013-08-12  Noel Grandin  <noel@peralex.com>  [697c37fefd3444e93c380e419f8d4ee3a377e8b1]

        convert vcl/inc/printdlg.hxx from String to OUString
        
        Change-Id: Ib12fc400afe0974a5af37298e77e3816c17e5387

2013-08-12  Noel Grandin  <noel@peralex.com>  [869823461007c8711181470c11ca713dbbd82211]

        convert vcl/inc/outfont.hxx from String to OUString
        
        Change-Id: I6b9b5f0cd51412ad14f1a07f2ad3a03bd17bb5d3

2013-08-12  Noel Grandin  <noel@peralex.com>  [c7b5b5a85d1647709e2a85f33cfccfd4ae35745f]

        convert vcl/inc/fontsubset.hxx from String to OUString
        
        Change-Id: I0b57858a4a63a6e53883f053c6a3a8a494a422dc

2013-08-12  Noel Grandin  <noel@peralex.com>  [a0ec0306143858d56176e119cd3d7dca8ffb4fdb]

        convert vcl/inc/fontcache.hxx from String to OUString
        
        Change-Id: If3ad694b80209f401bc73461d219006058bd11e1

2013-08-12  Noel Grandin  <noel@peralex.com>  [0aee84cbe58f8f59a74b0133467b4371d0e6e32f]

        convert vcl/inc/brdwin.hxx from String to OUString
        
        Change-Id: I3c575363527cb2fde00211de9bd5af2dd9ff9064

2013-08-12  Noel Grandin  <noel@peralex.com>  [f9f8f21fda1b1978eb23eb366b6e0955aaacc395]

        convert vcl/abstdlg.hxx from String to OUString
        
        Change-Id: I5c3066d458aab78ccadd14c35bdd91361dad81bf

2013-08-12  Noel Grandin  <noel@peralex.com>  [ed55bea114561e3fbcbd472964527ccddcb34af2]

        convert vcl mnemonicengine.hxx and quickselectionengine.hxx
        
        .. from String to OUString.
        These 2 API's are tied together, necessitating their conversion in
        one step.
        
        Change-Id: Ibcc05d8d3617253adf49edb4a244542d32b38224

2013-08-12  Noel Grandin  <noel@peralex.com>  [4c3cfe059057f403de3de8889ddead963e4b6952]

        convert vcl/fltcall.hxx from String to OUString
        
        Change-Id: I54db835fd93d8e6aceddeeb8d4b254baecc00cbb

2013-08-12  Noel Grandin  <noel@peralex.com>  [8ebb69d34a6caaead5ea916e85253787f6f56f1e]

        convert vcl/field.hxx from String to OUString
        
        Change-Id: Ibbca39643906e0d1b7e9ef11f19008508ba16777

2013-08-12  Noel Grandin  <noel@peralex.com>  [8ab01bf989244df06bf17230200c521aa78be154]

        convert vcl/FilterConfigItem.hxx from String to OUString
        
        Change-Id: I156c249e3384003c8aad76053f96ab317162d5bf

2013-08-12  Noel Grandin  <noel@peralex.com>  [4e0d0ee6743105e35fd25540d231813c7cb59308]

        convert vcl/font.hxx from String to OUString
        
        Change-Id: I3df88f26516296ca8f4e81576e86372c8b499a84

2013-08-12  Noel Grandin  <noel@peralex.com>  [7473e8a4569227b692f30793276f1c1b4de7532b]

        convert vcl/graphicfilter.hxx from String to OUString
        
        Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae

2013-08-12  Noel Grandin  <noel@peralex.com>  [80ef151d967540dfcac54572e6eee643a71ff8c0]

        convert vcl/i18nhelp.hxx from String to OUString
        
        Change-Id: I804a5713a1d793e4828c78f777418c914a6feb71

2013-08-12  Noel Grandin  <noel@peralex.com>  [624e0c4937c7bed307eddd53bf4a67ee346b742b]

        convert vcl/pdfextoutdevdata.hxx from String to OUString
        
        Change-Id: I65a04c9bf2d1b9f456e6cf8a430c280f7b15e67c

2013-08-12  Noel Grandin  <noel@peralex.com>  [556fe4ec7339892d63cb98bc9bfd09718944bf03]

        convert vcl/ppdparser.hxx from String to OUString
        
        Change-Id: I8a95a98e5cc92e5bedb4813411afc86cc438fdad

2013-08-12  Noel Grandin  <noel@peralex.com>  [ff7ac85d4b657da2cd28b878325fd7c290b5c63b]

        convert vcl/strhelper.hxx from String to OUString
        
        Change-Id: I1d54431dbd8c562703879a81540f62b3513e9dc9

2013-08-12  Noel Grandin  <noel@peralex.com>  [298772b637b8dc8d2a1582e3ef9e6bfa4ce61997]

        convert vcl/svapp.hxx from String to OUString
        
        Change-Id: I95c203d1096ebd2e58a11b52097e5080b891243b

2013-08-12  Noel Grandin  <noel@peralex.com>  [4b74dab79391f28e93eef8a30c03edfe3402d400]

        convert vcl/textdata.hxx from String to OUString
        
        Change-Id: I10a6c682430daeef645ac60984e31c9d165304d8

2013-08-12  Noel Grandin  <noel@peralex.com>  [d70457c70e474ae5f1d2b99c779b68637f5ee4b2]

        convert vcl/textview.hxx from String to OUString
        
        Change-Id: I455c49cbd398b88fc45d73f58637d1a8c69d2100

2013-08-12  Noel Grandin  <noel@peralex.com>  [564f2e4facfc6981aa495306fbc3eba5e7e05c2d]

        convert vcl/unohelp2.hxx from String to OUString
        
        Change-Id: I9e0d4d68135ee740af1239d7070dbb4329dda866

2013-08-12  Noel Grandin  <noel@peralex.com>  [6549516e06cf7f14e0b946d254de481c754bb496]

        convert vcl/vclmedit.hxx from String to OUString
        
        Change-Id: I1722f647bc3a871c316998c1f08e0545af0ac92b

2013-08-12  Noel Grandin  <noel@peralex.com>  [36593cd50c3229b00445fc232fcdf453fcb77cde]

        convert vcl/xtextedt.hxx from String to OUString
        
        Change-Id: I96ad6373fe04e6f936db92c4ce7f50e48e9c5a32

2013-08-12  Noel Grandin  <noel@peralex.com>  [c9eb7eefd19ee5d9ecf5c6d4c2d701f169847a07]

        covnert vcl/texteng.hxx from String to OUString
        
        Change-Id: Iaa2dca415b30cae436173df27058c9d3e3755efd

2013-08-12  Noel Grandin  <noel@peralex.com>  [38d823a81b361fd91bf46a88e90b456e51e6563a]

        cleanup up code alignment
        
        Change-Id: I5354b1961eafbdfac13bb1411098bc3250789664

2013-08-12  Noel Grandin  <noel@peralex.com>  [815d84c984c6156a53ea3510294cbe9aba6f1b75]

        remove virtual qualifier from a bunch of VCL ListBox methods
        
        because no-one is overriding them.
        
        Change-Id: I29650a197ecd3a56193a885a32ba7a72ccb78fc7

2013-08-12  Noel Grandin  <noel@peralex.com>  [2231fcc0484f3225936b5cd1fd7f214a10f00848]

        convert vcl::ListBox::GetEntry from XubString to OUString
        
        and make it non-virtual because no-one is overriding it.
        
        Change-Id: I7f163aafc2f618100e1b5d01fa67deff0015305b

2013-08-12  Noel Grandin  <noel@peralex.com>  [75803cd206e8f119cab71c20c68483744f1ffa5b]

        Convert vcl::ListBox::GetEntryPos from XubString to OUString
        
        Also make it non-virtual, since no-one was overriding it.
        
        Change-Id: I1ce822065f03c45fc6be036805bdfa741a63f0a8

2013-08-12  Noel Grandin  <noel@peralex.com>  [d3ebe15c1e37c2e491c07caa7128abff30f29e40]

        convert vcl/cmdevt.hxx from XubString to OUString
        
        Change-Id: Ib574cc7130f49c7a6be23566377313906c52abb8

2013-08-12  Noel Grandin  <noel@peralex.com>  [830f6cec6defae3d96ec7738e500a148b8c3aff1]

        convert vcl/button.hxx from XubString to OUString
        
        Change-Id: Ib5a834b4e938de1c10dcff79716ba49224137e6b

2013-08-12  Noel Grandin  <noel@peralex.com>  [d7fe5ab30ca9df722eec33d428baedd258075eac]

        convert vcl/menu.hxx from XubString to OUString (second attempt)
        
        Change-Id: I579525326be702ffbb57d49970da5804fd2fe12d

2013-08-12  Miklos Vajna  <vmiklos@suse.cz>  [a45492fa9bfe5ba76910b178fda64205ae5f6705]

        OSL_FAIL -> SAL_WARN
        
        Change-Id: Ifbf7db8044ee28f5f24c03480391a315358a2db4

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e40f07f731080b1e71d1df507f92108fa5ef7b75]

        Extract code of character attribute convertion
        
        To avoid duplication
        
        Change-Id: Ica59c7819596055c9d521957c663398f9f53272d

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9ece71a185c93845e38c25eae91bc1955d60bfed]

        It seems lcl_ExtendLeftAndRight is just a workaround
        
        Which screens the calculation error
        
        Change-Id: I51a37b2eba54d8d0a50dedc666487a83fc8d7f8c

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3dfd5d794b36a1af49c59f7ab4c5d563ba32ebb0]

        CharBrd 6: UNO API
        
        Change-Id: I7f93c3ca060ccd91ed52c0a1e8f477ed8e2c1534

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [36651940d2164569030796db3521efc69abcb9b5]

        CharBrd 5: border padding/spacing
        
        Change-Id: I47529dce4cdb04b5b9d2b7aa6106be9bbd7d8428

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [13c81d8741c57da9111f9f42061d5c62b94667c9]

        fix vertical text border
        
        Change-Id: Ifd75056e310a47960e587b0771b55fe08bfe6f42

2013-08-12  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [66f3b17013c467b9e0a74497738c90173b7e7b4f]

        Fix char border merge
        
        Reset font when previous seek remove border from
        the font during border merge.
        
        Change-Id: I7456a5494e510395ebebddb09ce2a9d8355156f7

2013-08-12  Boris Dušek  <me@dusek.me>  [995c2cd310d04c22701871d1bd02962535619760]

        Make VoiceOver announce paragraph alignment
        
        Change-Id: I7d9d012e0af3b5685421ca2f10d2d8cb3420cc15
        Reviewed-on: https://gerrit.libreoffice.org/5352
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Stephan Bergmann  <sbergman@redhat.com>  [3a1bc7da8275bf32804b5c468a60d9d556e89267]

        Assert has become somewhat redundant
        
        ...with d8dbf1b5dbfa0db2d765063a1d848d031835398a "Turn basebmp::Format into a
        proper enum" demonstrating that nDeviceFmt should only take on values enumerated
        at basebmp::Format.
        
        Change-Id: I9f5fe2b3d403a8fc50a286b40b9e1bc74079e2cb

2013-08-12  Boris Dušek  <me@dusek.me>  [db0fa92637a1b2edf26da9917c9dce050ebc8a78]

        fdo#67980 - VoiceOver does not inform about misspelled text
        
        Change-Id: I4aefa1c013e62942801dd38a06034103c0df24be
        Reviewed-on: https://gerrit.libreoffice.org/5351
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Boris Dušek  <me@dusek.me>  [487d9ffe0480470fb7c03fe71e466e8bcc700c33]

        Add XAccessibleTextMarkup to AquaA11yWrapper
        
        Change-Id: Ic15aeb46b384531c4d64d6ec8a103f3e44068cf1
        Reviewed-on: https://gerrit.libreoffice.org/5350
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [8738a07e8913873f5b740300391e8cab242b0228]

        Resource cleanup in cui/
        
        Change-Id: I30a33e3b2f7d117cf5a36df4dc076c5d32691ce1
        Reviewed-on: https://gerrit.libreoffice.org/5357
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-12  Boris Dušek  <me@dusek.me>  [fb6edeb20de56359be3d45316a2d665ad8d424a2]

        Refactoring: remove 3 unneeded ivars
        
        The default font size, font name and font traits were stored as ivars
        of AquaA11yWrapper, but they are in fact only needed as temporary state
        for the createAttributedStringForElement:inOrigRange: method of
        AquaA11yTextAttributesWrapper. So remove these 3 ivars and instead
        introduce a class that holds these 3 properties and make
        createAttributedStringForElement:inOrigRange: use instance of this
        class to hold the needed state instead.
        
        I checked that the default font size, font name and font traits ivars
        are really only used in AquaA11yTextAttributesWrapper at that one place.
        
        Change-Id: Id2e45977c394db116f3fb0636136300c23e71f25
        Reviewed-on: https://gerrit.libreoffice.org/5346
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [7c7ccd7ca60b13d4666a16045ef852d6cb3a5185]

        remove HID_WARN_NAME_DUPLICATE
        
        Change-Id: I8872cbacfe545a389b4ef1c8b3c2a5af658db44c

2013-08-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [14018e0bd509d1f7be89f3037404f08f660f8662]

        Replace warn duplicate dialogs with new UI
        
        Change-Id: I9d2fbea71f486d1cd8340609547da8059676cd63
        Reviewed-on: https://gerrit.libreoffice.org/5356
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [f7f274d5a7afc619b18a9ad0da52a1478dae5fa6]

        help has no entry for HID_WARN_NAME_DUPLICATE
        
        Change-Id: I03c168f61adaae6ff98fab40923f64e5c8f9cc00

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [89deacaa20c322361559ba78d5c4712d30bfefca]

        Updated core Project: help  5d8fffd9a0be28b779f57d4da787f44c15bc90c8

2013-08-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [571ba1611c82d2373a470ab4a57b69804af8598f]

        Replace old dialogs with new one (widget UI)
        
        Change-Id: Ia91ce634dee434de841b9b61455e447588926f17
        Reviewed-on: https://gerrit.libreoffice.org/5355
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-12  David Tardon  <dtardon@redhat.com>  [b74bf4146e866fbcd41ad075296c9a4eee16c829]

        only use the SSPI support with internal neon
        
        neon 0.30.0 has added support for SSPI (author of the commit is kso,
        which sounds familiar :-), so NE_FEATURE_SSPI is defined, but the
        signature of ne_auth_creds remains the same as before. That means that
        build with system neon 0.30.0 fails...

2013-08-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [e3ed1be22214b7ec4039f485c6d2abd4bf5f5ad0]

        Replace read data error dialog with new UI
        
        Change-Id: I1466730309351371943073548403bf7a24cc8b76
        Reviewed-on: https://gerrit.libreoffice.org/5354
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-12  Caolán McNamara  <caolanm@redhat.com>  [9dd40c656feda2ccadb07d618a95b9ff63ab61ff]

        XubString->OUString
        
        Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1

2013-08-12  Boris Dušek  <me@dusek.me>  [3e9ae4da947cd9c3f75b6e4942f2ba52337df075]

        fdo#67957: Font name reported in AXFont always Times New Roman
        
        This is a partial fix. Now VoiceOver does report changes in font faces
        but it works correctly only when the paragraph text style has font
        "Times New Roman". If it has not, then parts of the text with
        "Times New Roman" have not change in font reported, but parts with
        font different both from the paragraph style font and "Times New Roman"
        do have font change reported.
        
        In other words, the default font for paragraph is still "Times New Roman"
        in accessibility even though sometimes it's not true.
        
        This also fixes font size being reported only when bold or italic is set,
        and has more robustness for handling mixed bold/italic when at least one
        of them is set in the paragraph style as well.
        
        Change-Id: Id0715727d04cd9b814aa0e4093939cd3e6abe897
        Reviewed-on: https://gerrit.libreoffice.org/5344
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Julien Nabet  <serval2412@yahoo.fr>  [38aad8c3a73b748672f551e7b8efe9fa3a7c8834]

        Try to robustify addresstemplate a bit
        
        Change-Id: Ib685747e249e0ea25ab770d4f3ad70d0f8066dcf
        Reviewed-on: https://gerrit.libreoffice.org/5353
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Stephan Bergmann  <sbergman@redhat.com>  [d1ffad798379449074d31b45c76f9570ca054f1f]

        error: dereferencing type-punned pointer will break strict-aliasing rules
        
        gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-3)
        
        Change-Id: I0b5809ec1dd3fb616bb7698972205a2810ed1aa5

2013-08-12  Jelle van der Waa  <jelle@vdwaa.nl>  [4eb1232fbcf928e90267318e281aea5e8c9de6db]

        fdo#62475 removed pointless comments
        
        Change-Id: I13e7eedaa5f0f116bd01834fc6db576c39350163
        Reviewed-on: https://gerrit.libreoffice.org/5348
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-12  Tor Lillqvist  <tlillqvist@suse.com>  [9499df9f8c73ac6370c389683ce2028e6432441e]

        Ifdef out code which had been accidentally un-commented-out
        
        The code snippet had been commented out since its introduction in
        2004. In 1452e5659796db395efa222d50cc8158275c5442 it was accidentally
        un-commented-out, but it causes compilation errors. So ifdef it out
        instead, with a comment. Note that I have no idea what the code does
        and whether it actually is useful to keep for future reference or not.
        
        Change-Id: Ie60ca065b2c65f86a7b382e246c1b650424daa1d

2013-08-12  Takeshi Abe  <tabe@fixedpoint.jp>  [12b1d1cda3332a09476f703629fef372c2b06b2a]

        Mark as const
        
        Change-Id: I9277052ee9c6197cef7a46bd8f3ab9c5515c2502

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cc569401a45e7977aed2aa169b2e2c86d2f06da4]

        Tables header fixes.
        
        Change-Id: Id0d29ca4424e956489b4736c92605e5b1546a951

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d35184d0ef64290c929a8c2745ce460a0afdaa84]

        Try and fix windows build.
        
        Change-Id: I9d5dc42d5b41aa553887b748663fa8c706618aa8

2013-07-23  Jan Holesovsky  <kendy@suse.cz>  [697b1039bc1690dc8ec9aaa6faa0283cc57dee68]

        Pass this string by reference, not by value.
        
        [plus kill some unrelated unwanted whitespace]
        
        Change-Id: Id5140c96b0bf10f3e4e5a8a54bca15cb4c452278

2013-08-11  Luboš Luňák  <l.lunak@suse.cz>  [1f5c14dadcb1eb749be863cadff0dfdf2e8bc32e]

        make detection of a GCC bug GCC-specific
        
        Follow-up to 63a1212a42bb0c5fa8f1d3d847a5e0fb6126d1c4.
        
        Change-Id: I9aa143c3dc2955c3e0290c95be3e616c57b264eb

2013-08-11  Luboš Luňák  <l.lunak@suse.cz>  [f7462595f27db69e43fc85463102cd74b2ff81df]

        add missing 'test'
        
        Change-Id: I43dfc0e73de36ee920f0d22307600c357b3f2df2

2013-08-11  Julien Nabet  <serval2412@yahoo.fr>  [f0772f616b66665f8a5f53186f009146d36f1ef1]

        Reduce scope
        
        Change-Id: I1a0e8f92056c24740505e488a318aabd12a4df05

2013-08-11  Julien Nabet  <serval2412@yahoo.fr>  [87fe6ee8ebeb89f41b375594d1e40a1f9d2296b5]

        Reduce scope + convert sal_Bool to bool
        
        Change-Id: Ib7262a046479faba355c447ebc6bdce008268804

2013-08-11  Matteo Casalin  <matteo.casalin@yahoo.com>  [026de9b0aef2143ae9457088aa80444ec1b7cdbb]

        No need to pass this argument by pointer, and clarify some code.
        
        Change-Id: I2df52771fa3c4c9bc1ce94d693f0cec3aa52d493
        Reviewed-on: https://gerrit.libreoffice.org/5338
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-11  Jelle van der Waa  <jelle@vdwaa.nl>  [1452e5659796db395efa222d50cc8158275c5442]

        fdo#62475 removed pointless comments
        
        Change-Id: I02b264a9661bcefaea96d6c5743352914154427d
        Reviewed-on: https://gerrit.libreoffice.org/5345
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-11  Olivier Hallot  <olivier.hallot@edx.srv.br>  [305187377b3e21cc6df890f165a1212db83f0022]

        Replace write data error message box with new UI
        
        Replace occurences of error box with RID_SVXSTR_WRITE_DATA_ERROR into new widget UI
        
        Change-Id: I78ab59e30655f729dbe04ec145edcd3b3811254b
        Reviewed-on: https://gerrit.libreoffice.org/5347
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-08-11  Olivier Hallot  <olivier.hallot@edx.srv.br>  [5cdfc962b69f2c1f6df555db6bacbec10e619069]

        Fix window title in widget
        
        Change-Id: Ie7804525048a6d6313a787a27d297e82d3fdcd04
        Reviewed-on: https://gerrit.libreoffice.org/5349
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-11  Caolán McNamara  <caolanm@redhat.com>  [e7a958441a19a4e14bf12aac09fa566de0f263ee]

        single delimator of \xFF not four of '\0', 'x', 'F', 'F'
        
        d08a76cf72e1d1db9add8b01f4e93c4b4ba4dd15 revealed that "\0xFF" was
        always inserted as a delimator but presumably the intent was a single
        delimator of "\xFF" and not four delimators of '\0', 'x', 'F', 'F'
        
        Change-Id: I6b34c1bcd90086fd5d6fe7043fa98ef89bcb8553

2013-08-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d08a76cf72e1d1db9add8b01f4e93c4b4ba4dd15]

        String->OUString
        
        Change-Id: I49e0e589c4bad3706882c9e30fe4f6bf8bdd7f1d

2013-08-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [de973a371c64ef796956d67fd18e4a62a451abc8]

        String->OUString
        
        Change-Id: I98aae013433adb644d289b5d15625dcce824916e

2013-08-12  Siqi LIU  <me@siqi.fr>  [4fa7e7f563e37deabab26c981d1facde6bc537c0]

        tool to keep all storyboards in sync, based on en
        
        Change-Id: Ie4b1ff6ba45e377377ac4841435d0dce5580f5af

2013-08-12  Siqi LIU  <me@siqi.fr>  [30846c8703f4152374cb6ea8751dce187222fecb]

        storyBoard for multilanguages
        
        Change-Id: I4387fc27ffebb38cc0dc2c46c44b5255af055ed6

2013-08-12  Siqi LIU  <me@siqi.fr>  [19e470370ee5e5dbdfe954f7625fad64f95e2152]

        storyboard localization for iOS5/6 with a python script
        
        Change-Id: Ibd0f3dbbf723883afb494814a8ad3247bc1370ce

2013-08-12  Siqi LIU  <me@siqi.fr>  [6ac55a6c0ec2d12d3e03f66dca77d17db7657b1f]

        localization for literal strings
        
        Change-Id: I0fcafd5e29f6f5c75118bc6eda0ecae33cc1f6e3

2013-08-12  Siqi LIU  <me@siqi.fr>  [4cde47377cec9d64f51c848bc27981278fe77be0]

        final tune for Styling on iOS5/6
        
        Change-Id: Iec53837bd2780439569b3af81ea84c724309e9fd

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8d1842d4d549125a942c0ea17c2889881530f1c0]

        Don't change calling convention.
        
        Change-Id: I7fb6aa3337983f6e9dd7adb6d92a47c258d0bebe

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [baaa43446f5661177b4900f260bba313883c4032]

        Reduce getColumnPrivileges verbosity. (firebird-sdbc)
        
        Change-Id: I06f7d7e12c5b5dce1f902261e45afa39ed7a8665

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e6ae90b0723ed0cbf8c9c7dab65d235d0b78431a]

        Reduce verbosity of getTables. (firebird-sdbc)
        
        Change-Id: Ief8d962d39b27acfb19adaee5e470417ee98b371

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d12ddee812480595745b656113475468bddc4b1a]

        Creation of skeleton Columns. (firebird-sdbc)
        
        Change-Id: I5289dc68c05190e67420c51d8857dab5187cd98b

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [83994aa7cd4558588f85d451358fe8f7a560816b]

        Add skeleton Columns. (firebird-sdbc)
        
        Change-Id: If58976bbb8a64d5092fcf33d3d09cdde145ecfe1

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f496a1cb39b33e3dff1b3f0475dc00c904a2c5f4]

        Implement Tables::createObject. (firebird-sdbc)
        
        Change-Id: I9a4d301a0edf27af2dc3c571156592406c5019f9

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [73341eddbf3e42a121d80cada4d1252af80f5396]

        Add sdbcx.Table (firebird-sdbc)
        
        Change-Id: Iae9a4d1292d0dcd2da17c5a5552a3986b306a550

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [464a0b50008e7b6824edc28d56685b8e4fd3d632]

        First chunk of skeleton sdbcx.Container. (firebird-sdbc)
        
        Change-Id: Ic92c4d13b0ed9aba622d3a2459f9677d8cce3245

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0c2b01f038b55d6410242e98067845ec6cda4b5a]

        Add skeleton sdbcx methods to Driver. (firebird-sdbc)
        
        Change-Id: I531b4260e6ada7f82d71957381b0cc4896678d55

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [75b2c92cfbaafff09e4f6e40010e5bc876979794]

        Improve exceptions in Statement.
        
        Change-Id: Ib1915c143abee8c9162477da07462a68dd45e03c

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6e11164d57c5f8be324e32f65a31b1112e65639f]

        Explicit close/disposing.
        
        Change-Id: Idcd89bd5f879a38f4c06f3602313672fb20bd098

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6044f52c5e34de55f1f07bf29519f0ed3b937516]

        Improve statement handle handling.
        
        Change-Id: I81809634600c580bb50843e697071d62bc6802a4

2013-08-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [af0e281eed91238ddb2a77d51f9e7cb99b3a72d7]

        Remove unnecessary duplication.
        
        Change-Id: Ie7b507f477f7591f9198a1cba6506dd6adec1f1b

2013-08-11  Caolán McNamara  <caolanm@redhat.com>  [16b35898c35db6b2da69e336903f9bbf73c78326]

        callcatcher: another layer of unused methods
        
        Change-Id: I70e84f691bcf1b1e1025fd5a534c275633f865d1

2013-08-11  Tor Lillqvist  <tml@iki.fi>  [fe842b034fb5f9b3a8444f66cc51f12464444ca9]

        m_psn is set but never used
        
        For some reason Clang did not notice and warn about this. I think it
        should have been able to, as it is a private field and all code for
        this class is in the same source file.
        
        Change-Id: Ib3352695e1d725b768f4e0978a5e9c72715f1021

2013-08-11  Takeshi Abe  <tabe@fixedpoint.jp>  [b47e653209729665cd1cf426ee6141705a2376a7]

        Mark as const
        
        Change-Id: I220204cc5ebec15402ae175aef110abad8b00267

2013-08-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [32447330e6b62a2e886a5758fc35e844a7f5f28f]

        String/XubString to OUString
        
        Change-Id: I0b36d16375ef9ecc751bed1171ea2ecd0c524744

2013-08-10  Philipp Riemer  <ruderphilipp@gmail.com>  [a2b4ebdf3a3fb305de76080d9b4ffbbebd1a3118]

        delete dead code
        
        The pJobSetup is never used since the relevant method call is commented out.
        Therefore, not only the variable itself but also the bDummyJobSetup parts can
        be removed here.
        
        This code came from a merge with the AOO code base and is like this
        since 2005 (see commit 750562b47054741cdd4516affe9741908ee45c11).
        
        Change-Id: I19eec322b05634b4b6f3604bf1da57dfc390af4e
        Reviewed-on: https://gerrit.libreoffice.org/5343
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-10  Caolán McNamara  <caolanm@redhat.com>  [9891cb881b68d643bcae6160e2284be4728a3612]

        Related: fdo#38838 remove String::Equals(const sal_Unicode* ...)
        
        Change-Id: I6eeede3261e7b6f5ad81a4d2fa9ecc6c07002dbb

2013-08-10  Caolán McNamara  <caolanm@redhat.com>  [ce6b095ce310c1bd6c9b3120497a3af511186d2b]

        Button::GetStandardHelpText returns empty string, its all a noop
        
        Change-Id: I651b19840aabf67b3083cd855c2851ac4c96741e

2013-08-10  Caolán McNamara  <caolanm@redhat.com>  [068d43071385a0a08dacdd5232e0778be2154778]

        XubString->OUString
        
        Change-Id: I9a6aef3f5e143ccd6187e3a7f42b041249348870

2013-08-10  Jelle van der Waa  <jelle@vdwaa.nl>  [2f66b0cb110c2f7d864f96e850015aa1741e1f94]

        fdo#62475 removed pointless comments
        
        Change-Id: I4fa01553246fa023806b3fec8e6e756a1efa59f1
        Reviewed-on: https://gerrit.libreoffice.org/5342
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d4ba5995a168a8999734252fe6e9240bde1b7dae]

        String->OUString
        
        Change-Id: Ic908590642bac656db78a965c2176d6f53c8d6f4

2013-08-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [8cb156a67b987981efbda3640e503d601c40d88b]

        String to OUString an some code simplification
        
        Change-Id: Ibbc2d6a6ea9fd9e53f7c391171b7d2787873ce76
        Reviewed-on: https://gerrit.libreoffice.org/5340
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [0b6ad716d1fbae7523359fdaf1d6a716eae9a891]

        Remove redundant conditions
        
        Change-Id: Ieff61755865b90d0c470b6257ac3d5aae1543397
        Reviewed-on: https://gerrit.libreoffice.org/5341
        Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
        Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>

2013-08-10  Julien Nabet  <serval2412@yahoo.fr>  [5c892638821b9e63a768047bee24fd52494de0c3]

        fdo#46037: 1 less comphelper/configurationhelper in sfx2
        
        Change-Id: I48c99ab6ac9b26a5772a320ca2526c636a49208d

2013-08-10  Neil Moore  <dar13.moore@gmail.com>  [6cd939111aaf32a35ffe4eb893115e91df2eb664]

        BUG:57950 Remove chained appends
        
        Removed some chained OUString::append()'s from forms. OUStringBuffer
        could really use a append operator(+=).
        
        Change-Id: I635bdd25da9f09373e686d87a1d198bc09bda906
        Reviewed-on: https://gerrit.libreoffice.org/5329
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Neil Moore  <dar13.moore@gmail.com>  [9ffa46f008cf650955c6894f065fde02b647d717]

        Removed chained appends in SvxAuthorField, as part of Bug 57950.
        
        Change-Id: Id23139b9bdd7897178a013d7dc9e39a670e3d4da
        Reviewed-on: https://gerrit.libreoffice.org/5324
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Jelle van der Waa  <jelle@vdwaa.nl>  [4f360266cd1335861c182493bde6ade0e67b753b]

        fdo#62475 removed pointless comments
        
        Change-Id: I176886fbc9f3d9e2b8ad2308ac2b127d9c68d9a6
        Reviewed-on: https://gerrit.libreoffice.org/5331
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Boris Dušek  <me@dusek.me>  [9c8831244062202e9066b97be7082e72e1194866]

        fdo#67680: Impossible to search for text attributes with VoiceOver
        
        Change-Id: I02ae12233aa37830106eeffd16876670413f4627
        Reviewed-on: https://gerrit.libreoffice.org/5334
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Boris Dušek  <me@dusek.me>  [cbf695c68d31853d0746950e6dff1d5e27ec35c1]

        Transform left SAL_DEBUG output to SAL_INFO
        
        Change-Id: Ic3528a8a349ec8e6929ceed8c5e3ec8d2a6232c1
        Reviewed-on: https://gerrit.libreoffice.org/5333
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-10  Julien Nabet  <serval2412@yahoo.fr>  [203951880a4a61b7569eb5878efc8aa5d7ff8652]

        fdo#46037: 1 less occurrence comphelper/configurationhelper in unotools
        
        Change-Id: If188eecd0f5ea3802ec795866d21c41e643cbd63

2013-08-10  Julien Nabet  <serval2412@yahoo.fr>  [651a252374d67716afedebb2a5eae76243da8e3b]

        Remove unused BitmapWriteAccess::FillPolygon
        
        Change-Id: Iba583b4efab88620b54b02626bc9d9396219d0c8

2013-08-10  Julien Nabet  <serval2412@yahoo.fr>  [d11285ac88e5d9eabe49b2beaf08d5c762b8ce1b]

        Some cppcheck cleaning
        
        Change-Id: I31539733914a66241e77a7246aebc50850dea2aa

2013-08-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e1b8dfda24c75e91d8ebced7a4022b78ee7fca25]

        String->OUString
        
        Change-Id: Ifda8c7453ecb40abdae8d63656b8742c80691b98

2013-08-10  Tor Lillqvist  <tml@iki.fi>  [f115934e0a9146c0adf115abcb99e048c530349d]

        WaE: variable 'res' set but not used
        
        Change-Id: I3fc3f55d10dad177451100affacfff74d04a1fe8

2013-08-10  Tor Lillqvist  <tml@iki.fi>  [3aefa4ef8020804a7dd1c03ce870d0cdd8c757c5]

        Add HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE
        
        Change-Id: Idb114bfa3fbb05252a5cac9eb5f303ec85080626

2013-08-10  Caolán McNamara  <caolanm@redhat.com>  [bfafc8c3a137a98ad2cd939b11161f9961bc48d7]

        callcatcher: update unused code
        
        mostly ResId using ctors left stranded post .ui conversion
        
        Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5

2013-08-10  Tor Lillqvist  <tml@iki.fi>  [6a84a6ed0b1d30c8feb551a3a4db5aab437a74f7]

        Start of enabling use of a more proper "Mac-like" install tree structure
        
        First cut was at https://gerrit.libreoffice.org/#/c/2310/ but was
        abandoned by myself. Now getting back to the idea, but this time I
        will make it optional on OS X, and introduce it in smaller steps.
        
        Change-Id: Id88517fee8d49056b8bbecb0921206dc6b29580b

2013-08-10  Tor Lillqvist  <tml@iki.fi>  [70be6927279fcb32d392a03e6b8034a6c8d6447c]

        Bypass install-gdb-printers on OS X, they don't work anyway
        
        Change-Id: I5636ba90d5513ecd6cb3bd20b3f583f8cd221717

2013-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [5372bbd0136ee8006f0641e1a6afee5c0e07e253]

        fdo#67799 read ending item also when assert is noop
        
        Change-Id: I056212d0a01f7a647e846bbd1b605c04e1798a14

2013-08-10  Tor Lillqvist  <tml@iki.fi>  [90520bfe633e65acded019179af3e9930ed1e238]

        Simplify test and remove typo
        
        If what we want is to compile the OpenCL code by default always on OS
        X when building against a SDK newer than 10.6, that can be said
        simpler.
        
        Change-Id: I14b2cd107fe0dba42c221bec63fd4076fffbd848

2013-08-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [38c1a22d50b3ff4102683f0fbd90a62574c2e08e]

        typo
        
        Change-Id: Ib608d05fc76466f67f2172541f96ca77c571f341

2013-08-10  Eike Rathke  <erack@redhat.com>  [ea4fc480c7317b16f4abbafacda3872bb7413357]

        sal_Bool to bool
        
        Change-Id: If15bc8ae32674a7282861663ab4f91a958320a3c

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [299e6381ef8895ac8d0c762b603ab50b9cfc4441]

        Add a new option to bin/find-german-comments
        
        The new option "-L" allows to print out potential candidates for translation
        combined with the number of lines found like "-l" - but only if there was a
        positive result (i.e., a file that needs checking).
        This leads to a much more compact representation helping people to find the
        few files that still need translations.
        
        Change-Id: Iad554eb6ce5b062e96774d9488c54105679b7c4b

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [cbcec9930cd6f601b1d4ebfd7ee0351d7d0a097e]

        cleanup blank lines in sw/source/core/doc
        
        Change-Id: Idd4704f3056663f56fab6e56112e5c9eff55aef7

2013-08-09  Eike Rathke  <erack@redhat.com>  [a049f8a1175d12182b9b5be90a3098a5b5d161ca]

        change documentation of ScDocShellModificator to something comprehensible
        
        Original meaning got lost during translation.
        
        Change-Id: I23c6ab093bf6ddf45b55f35a0d15fe7a1d927723

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [7fe335602eeddcf2b75ab9c43388f2ddfdbdabd4]

        fixed indentation
        
        Change-Id: I82895b9c933bc3c9a10e5fc1b1679c59d195d4c3

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [028875ca5e007650932af4111cc9913fe33adc94]

        deleted code that was commented out
        
        Change-Id: Ifc59843bc460ccba0feeafc45ebaaca1ea4a55fe

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [c6e54b85348f27bb82ec922f8a0d092af08d66d7]

        comments work
        
        Change-Id: Icdccb178d575977f3e9736dcf47e8b23fd9aaf33

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [c99476fcfc1aedcac60df399c6b5efeff1b23045]

        deleted needless blank lines in sw/source/core/doc/
        
        Change-Id: I5349ab03f7d2a4e66bf8ac5ef67382f47eb5b5d5

2013-08-09  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a51c5437baf317fb253ddc84cdd11c9428da77b2]

        Use new save list error dialog
        
        This patch cannot be tested unless bug fdo#67929 is fixed.
        
        Change-Id: I7183d809e460fcdd48a4af38ce5b1eb9567c7928
        Reviewed-on: https://gerrit.libreoffice.org/5322
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-08-09  Herbert Dürr  <hdu@apache.org>  [8354ea874e2dea4740e31c00d6bea314b8c5a8e8]

        Resolves: #i122818# fix crash in online-update-check when no app is active
        
        Closing all application windows and retaining access to the application menu
        is only possible on MacOSX. The DispatchProvider used for the update check
        seems to depend on having an active application window. Maybe it is possible
        to get the update check working without it but this patch doesn't attempt
        that, it prevent further escalation such as crashes.
        
        Fixed by: Herbert Duerr
        Debugged by: Oliver-Rainer Wittmann, Herbert Duerr
        Found by: Frantisek Erben
        
        (cherry picked from commit bd363910bb80e61805672430de7870e1583b0052)
        
        Conflicts:
        	cui/source/options/optupdt.cxx
        
        Change-Id: I0a00b8a3af8e37997e82ffd325c8239142acbf4a

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [d506aa6cd78f8661d6c1633a9927a97401f0592b]

        forgot draw templatedialog .ui
        
        Change-Id: Ifda03239828e24628d1fdddccf1ee5463cfd5395

2013-08-09  Herbert Dürr  <hdu@apache.org>  [977a2f14dbb23a8ff1281e799f0c0af43aa2fb52]

        #i122991# provide some details about fatal exceptions in the desktop app
        
        In the desktop application the FatalError() facility provides a dialog
        with copy+pasteable text that helps to communicate details important for
        the understanding of such critical bugs.
        
        (cherry picked from commit 0881e04dda51387318b7a91170fc485a69f98a05)

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [f41e7c704898fa0e86d6d128f5bd28f37c081e92]

        convert SfxStyleDialogs to .ui
        
        Change-Id: I32aa538026669e22e0756cd062b72e67f8d179e5

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [e3cf54875031b8740b3ed76d6f530c44d2d8c44e]

        metric strings loaded from wrong .src
        
        Change-Id: I5261a699a44bc7eb6ecca1842f2390a0778d7b09

2013-08-09  Philipp Riemer  <ruderphilipp@gmail.com>  [2772d52e86820579b18ceaa4241320b466bad439]

        Cleanup sw/source/core/layout/trvlfrm.cxx
        
        Change-Id: I979269121cda8e2b70a410ce622e78efe472c82c

2013-08-09  Eike Rathke  <erack@redhat.com>  [bc599dca8b6b46cff35dab01ad26c18ea529b261]

        resolved fdo#66205 call PostPaintCell() in Set...Cell() data entry
        
        Cell modifications need to chain repaint positions.
        
        Regression introduced with bcf5b54b47eda4e39b4f5f4813cb43e1f52f0201 and
        related.
        
        Change-Id: I4df633304443ea761ae743ee1271f5777e0da5b2

2013-08-09  Luboš Luňák  <l.lunak@suse.cz>  [eda55cdf98ae06b94434bd8529dabc516e0e065c]

        I'm pretty sure we don't compile anymore with GCC 4.0.
        
        Raise to 4.1, until somebody complains, in which case probably raise
        even more :).
        
        Change-Id: I861ccbfb393811d27bedcb1524027fdbc927e55f

2013-08-09  Luboš Luňák  <l.lunak@suse.cz>  [63a1212a42bb0c5fa8f1d3d847a5e0fb6126d1c4]

        try to ensure not testing GCC version when using Clang
        
        Clang reports itself as GCC 4.2.1 when asked the GCC way, which is about
        as good an answer as any, since there's no good mapping between them.
        So when testing GCC version, Clang would be usually considered too old,
        and therefore the proper way is to do a configure check if possible.
        GCC version should be only used for GCC-specific things such as avoiding
        a bug in a specific GCC version, and such testing should first check
        the compiler is not Clang.
        Rename GCCVER to GCC_VERSION and use it throughout the build system
        where needed. As it's empty for anything that's not GCC, this should
        lead to errors when used incorrectly.
        
        Change-Id: Iea96bbaf5d8ceabefa25be88576eeb4115384937

2013-08-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c3140e23ff7a22e3b4126a2d12ee90dfdcd19ce2]

        String->OUString
        
        Change-Id: Ia58a7df837621886e617727d80fce135365a8055

2013-08-09  Miklos Vajna  <vmiklos@suse.cz>  [aa6959ba2c4ef1b718d8249fd47faaf677b16111]

        fdo#53556 testcase
        
        Change-Id: If58376aec31ab00cab19221beed73e8275a834d2

2013-08-09  Miklos Vajna  <vmiklos@suse.cz>  [9f1f7199736e2ae07b34849ba66f61a1ef5782e8]

        fdo#53556 RTF import: fix handling of default shapeType
        
        It was a customshape, but Word seems to handle the shape as a rectangle
        when shapeType is missing. This makes the text in the textboxes of the
        bugdoc wrap properly.
        
        Change-Id: I56e044f42ead348bbb79addc36fa13c82a7ffc29

2013-08-09  Miklos Vajna  <vmiklos@suse.cz>  [03f0cbd354646733977e4dec754c0113a5cbc3c9]

        fdo#53556 RTF import of fFilled shape property for drwainglayer shapes
        
        The real change is in RTFSdrImport::applyProperty(), the rest is just
        refactoring to be able to read the "is textframe" property from that
        method.
        
        With this, the transparent big rectangle in the bugdoc no longer hides
        the text on the first page.
        
        Change-Id: I04cca3ade93a63edf608df047bef3bdccf8d3605

2013-08-09  Stephan Bergmann  <sbergman@redhat.com>  [b3d898c2017a9fd01b5db27c7d00caff311f2127]

        -Werror=maybe-uninitialized
        
        Change-Id: Ie6814e8ebb3fa17d545a86d18f5c9a895ab5a0ca

2013-08-09  Prashant Pandey  <prashant3.yishu@gmail.com>  [3e7879998bde20d5d6540ef989ecfd850be97b08]

        Show hidden toolbar items when window size is decreased
        
        When the Window size is reduced, the '>>' symbol thus appearing
        must also show the items, that are provided by the toolbar but
        are not shown because they are unchecked in Tools->Customize.
        
        Change-Id: I062bee4447126bff4ae7ad6650be3b847acc0794
        Reviewed-on: https://gerrit.libreoffice.org/5296
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [a783c7ce72c6dc306dcd39868c9bf41d9dc886e0]

        Resolves: fdo#67947 charsets not sorted in csv dialog
        
        regression since 538ba011d7b598737c898cfcce1e0d7b00b40c84
        
        Change-Id: I260819681dfd47435d8edf5fd97c873238c5d808

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [d2c3297eed9917c110da67b2a4c19265aecb38ed]

        Resolves: fdo#67743 user autocorr file not written
        
        regression since c9c2fbe485de2bb831bd2e58faef87a19ceff622
        
        revert the logic change and keep the OUString conversion
        
        Change-Id: Ia4f8c3be2b6e325122ae7b21c431c301b8afecad

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [0136b4e524a50613148b7bea423f385cb5cf0e39]

        XubString->OUString
        
        Change-Id: I888537cbaec11ef52b1e89b61f7351c6b7769819

2013-08-09  David Tardon  <dtardon@redhat.com>  [5621aa6b5cc5151eebc8b7cc591ebd25cd23307f]

        fdo#50436 fail if unpacking of tarball failed
        
        Change-Id: Iacad0141a72a12e67e5cc33b2e2196b74a240e81

2013-08-09  Stephan Bergmann  <sbergman@redhat.com>  [bcbdf6763944dcc53c2667bf829a005ff0b9223a]

        Revert "fdo#37341 dix unending loop in calc with Goal Seek"
        
        This reverts commit 07112a712245bdcca40bb87e2bd118eec9635848, which breaks
        JunitTest_sc_unoapi:
        
        > checking: [sc.ScModelObj::com::sun::star::sheet::XGoalSeek] is iface: [com.sun.star.sheet.XGoalSeek] testcode: [ifc.sheet._XGoalSeek]
        > LOG> Execute: seekGoal()
        > LOG> Goal Result: 16.0   Divergence: 0.0
        > LOG> Goal Result: 9.0   Divergence: 1.7976931348623157E308
        > LOG> Goal Result: 0.8   Divergence: 1.7976931348623157E308
        > Method seekGoal() finished with state FAILED
        > LOG> seekGoal(): PASSED.FAILED

2013-08-09  Lionel Elie Mamane  <lionel@mamane.lu>  [689e4849b797a47030dd8e2a84ae7c97bfc38d3a]

        Fix timezone && fractional second handling of GetDateTimeFromW3CDTF
        
        1) The timezone correction was inverted.
        
           Imagine we are parsing "2004-03-02T14:18:20+02".
        
           Before correction, aOslDTime contains "2004-03-02 14:18:20".
           According to the comment, we want to convert that to UTC
           time, so we have to *subtract* 2 hours, not *add* two hours.
        
           From http://www.w3.org/TR/NOTE-datetime:
        
           A time zone offset of "+hh:mm" indicates (...) a local time zone
           which is "hh" hours and "mm" minutes *ahead* of UTC.
        
           So if it is 14:18:20 in the timezone two hours ahead of UTC,
           it is two hours *earlier* in UTC, namely 12:18:20,
           and we need to *subtract* two hours, not *add* two hours.
        
        2) Handling of fractions of a second was buggy:
        
           It reads only one digit after the dot. This could be a valid
           implementation decision to handle only deciseconds. However:
        
           1) It then multiplies that by 10^9 (10e8 == 10*10^8, not 10^8!),
              and sticks that in the NanoSeconds field... That is 10 times too big:
              0.3s == 3*10^8 ns
        
           2) If there were additional digits, it then looks for the timezone
              offset specificator (beginning with '+' or '-') at these additional
              digits; it does not skip them: nOptTime is set to 0+3+2, i.e. to 5.
        
        Change-Id: I4738dc069e37f29c8bbd9e689689a933027af840
        Reviewed-on: https://gerrit.libreoffice.org/4743
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-09  Lionel Elie Mamane  <lionel@mamane.lu>  [91ec774c9fff46af6800e75315561e86167fe5d1]

        $CC --version is too unstructured
        
        Give up and revert to "$CC -dumpversion".
        Since by now no test now refers to patchlevel, make it unavailable in GCCVER so that nobody tries to use it.
        
        Change-Id: Ife0bb0a94a73555d1f19f5a3c5853148042c7bba

2013-08-09  Jesús Corrius  <jcorrius@gmail.com>  [f7feb4227d83f4f095597a44826277aaae2bc0df]

        Call AddDocumentToPickList in SFX_EVENT_OPENDOC
        
        Not only simplifies the code but makes the application more
        coherent with other Windows and Linux applications as the
        recent documents lists is populated when you open the file.
        Also, for Windows 7 and higher, it makes a call to
        Application::AddToRecentDocumentList. Tested on Windows
        and Linux.
        
        Change-Id: I360acc9723260d5827eb83e3c240ab0673352af6
        Reviewed-on: https://gerrit.libreoffice.org/5266
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-09  Caolán McNamara  <caolanm@redhat.com>  [17664f377bf499cfa3438c95bbf5ac16ec7d8674]

        convert wrap dialog to .ui
        
        Change-Id: I453c7d50dad00f510770c425629594f1c197fdef

2013-08-09  Lionel Elie Mamane  <lionel@mamane.lu>  [24de9f9a55b5b73a1c7bb863e4487d6349142cfc]

        $CC --version for CLang
        
        Has only two components, e.g. 4.1
        
        Change-Id: I255a5a3e240f41d39ee88c4be0c714e29db75a6a

2013-08-09  Lionel Elie Mamane  <lionel@mamane.lu>  [b2206a1fc214105403c3f72c36fa769206b134cf]

        more extreme gcc --version parsing
        
        Change-Id: I5bb195e54274d9210ae8d4c2d31690ce8e79a425

2013-08-09  Isamu Mogi  <saturday6c@gmail.com>  [70b3cae54bf3a617bc58926d2ab75b82d5cc0d51]

        Support to compile firebird on cygwin-64
        
        C Compiler (cl.exe, gcc-wrapper.exe) for firebird generates 32bit
        object file but windres on cygwin-64 generates 64bit one. It causes
        link error. This patch unifies these objects in 32bit.
        
        Change-Id: Ie631bdcc22eedd694c880f55101db77b9ac5f669
        Reviewed-on: https://gerrit.libreoffice.org/5273
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-08-09  Stephan Bergmann  <sbergman@redhat.com>  [4f19b6f5128e96ff05a0601834296da8f75874e2]

        "gcc --version" output is rather unreliable
        
        ...so extend 409e6a2e0b89eab82e79b0cd122062f47c6c7afb "gcc -dumpversion has only
        MAJOR.MINOR, not MAJOR.MINOR.PATCHLEVEL" to also cope with e.g. Fedora 18 gcc's
        "gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8)" output line.
        
        Change-Id: Ieb5e032685da49cd7e6f0a49a0fdc137fc24fbbd

2013-08-09  Stephan Bergmann  <sbergman@redhat.com>  [c42ac01b221292a4480037e145b0d5b11c4d412e]

        -Werror=sign-compare
        
        Change-Id: Ibcf2ef9e81befbed56e174c9e33ad27e71c97cb1

2013-08-09  Lionel Elie Mamane  <lionel@mamane.lu>  [409e6a2e0b89eab82e79b0cd122062f47c6c7afb]

        gcc -dumpversion has only MAJOR.MINOR, not MAJOR.MINOR.PATCHLEVEL
        
        At least, for gcc 4.7 on Debian. OTOH, gcc --version outputs
        (on its first line)
        gcc-4.7.real (Debian 4.7.2-5) 4.7.2
        
        so use that. Hopefully will work across systems & distros.
        
        (gcc-4.7.real is probably just argv[0],
         because diversion from hardening-wrapper)
        
        Change-Id: I94ea73628d8aac107e3ada1dc5a63e51e79ccdb2

2013-08-09  David Tardon  <dtardon@redhat.com>  [8716aa29fe4b4309fec71ef6a21ccbdd1f3b7f9e]

        fix windows build (hopefully)
        
        Change-Id: Ia3e20248b1d60d6815fae1328c94b7c54910b7c6

2013-08-09  Michael Meeks  <michael.meeks@suse.com>  [2c9182e25a2d729368287812df00e31184dfc86f]

        odk doc cleanup.
        
        Change-Id: Ibc5998e665b0f81cdf805e128065e253c46594ab

2013-08-09  Takeshi Abe  <tabe@fixedpoint.jp>  [f30cde45db99d5c57e8be6956bbf824ab92328c2]

        Mark as const/static
        
        Change-Id: I5d51d7e01913ac9917578f8c9789312af9be3638

2013-08-09  Takeshi Abe  <tabe@fixedpoint.jp>  [06e6123012cf58954e94b67568dc7dea4b6ed769]

        Bin unused #include
        
        This came with f982b722fb71032cca2b6cd9cdc46cdace2fbf15, and
        should go with c6b30952edc6cf64f657f1d27225844b6b13aa30
        
        Change-Id: I0727a534f6ba8c6599275a96efa0ebcbd6e65733

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [5cb4ac45309364eb1e3aa61090062b5cc26dd7b7]

        boost::ptr_vector<OUString> considered silly
        
        Change-Id: I85c3d8a0e6b64c7a8dcf66a3dfde25151718c4d9

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [f12ce0ae0f3bae7fede84337433e34f880d732ea]

        sw: convert rest of SwStyleNameMapper to OUString
        
        Change-Id: I54d1a31b86e60ceb9070f502df305d75bcfa23d9

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [8d4aafa7ce55c873fa55b11d4ffbfa409b412a92]

        sw: turns out that SwComboBoxStyle stuff was not actually used
        
        Change-Id: I4e0e3832268e11a445391a99d52d099917bc8aec

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [03eb15938e04a8a28fc08ca7528b2f7068fe1c7a]

        vcl, sw: fix the inheritance of SwComboBox from ComboBox a bit
        
        Remove the silly overloading, and introduce virtual methods.
        
        Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [af2d474ff9a91645043c1d4292891c313cceef5e]

        sw: convert SwCaptionOptPage to OUString
        
        Change-Id: Ibd54c1472a3f86a0799386e4cf5e929d73ac104d

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [40b4567be2ea4aca90677167e0251cfd05385055]

        sw: convert SwCondCollItem to OUString
        
        Change-Id: Id3efca3f1cb555ec995973b8a5bdd2a78318e18f

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [df7ffcdb022b0b30006aa8238ba4070eb4c64bd5]

        sw: convert some SwStyleNameMapper methods to OUString
        
        Change-Id: I151678b2bf155a7561b4c4e4b2d9fd1f05930477

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [642926b4b582f691ac4bc0d90fb3a73f64b91b4a]

        sw: convert more SwTxtNode stuff to OUString
        
        Change-Id: Ic853af7f66d970d7acfcb7d39effc738cbb7f68d

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [4cf82f05b24c11873ea8e443e0a81565eef469ab]

        sw: convert Replace0xFF to OUStringBuffer
        
        Change-Id: I510021cff6aee73e04473700cc23eb90fc6d4fe7

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [28f38798fcf319e3ff9ce23b4e3e0425dedcbc7e]

        SvxFont: remove duplicate LanguageType member
        
        ... that already exists in Font baseclass.
        
        Change-Id: Ia87e8b791e153bdd4ddc6c84eba6b4f37d127dca

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [4c0d933278c13b6197da40deaf4842fcf57c37ca]

        convert more SwTxtNode methods to OUString
        
        Change-Id: If7cc107e521e1a70ba00b0f24057039fcdd2c576

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [8aab4901d26f68bf2ff04dbf13a76fd2e0db04a4]

        make SwTxtNode::Replace0xFF static function
        
        Change-Id: I4da73eab3e767c2ed7699808e00c40d440a40dbe

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [c66a0e9c86e77a2615e50152c9b26d73c722ef23]

        remove obsolete SjJSbxObject cruft
        
        Change-Id: Ieb10d3bd8fc23650156906292bf3d0757565e2af

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [92a2862e5c0dd60fd6ed8ae21bd6f4852f0044a1]

        convert some SwTxtNode methods to OUString
        
        Change-Id: Id60ffcc392d0ee71d3ddcb8de21bdaca4d0b54cd

2013-08-08  Michael Stahl  <mstahl@redhat.com>  [91f3d77b98c1c0e13ef867e27972cb000887f8bb]

        tweak comment translations
        
        ede5f05c fb3a1bb9 5e04331f fd6089b9 66a1d406
        
        Change-Id: I5077ce5f6182f9193cebaaf63190450d375679dd

2013-08-08  Tomaž Vajngerl  <quikee@gmail.com>  [0c6b4f5c7f620e6848803d86321cdaa29f261452]

        Make selection corner marks slightly transparent.
        
        Change-Id: Ibf363d741ca346adefd30f5b68d9a47db73db8df

2013-08-08  Tomaž Vajngerl  <quikee@gmail.com>  [5f3b4c0eb6905bcff588baaec235dbf726da191b]

        fdo#67592 Resize selection box from all 4 corners
        
        Change-Id: I40c857eb1ed5c784a3911667f685c6450bf7a7c4

2013-08-08  Tor Lillqvist  <tml@iki.fi>  [dfc4ace4278d6c9e77ec150f947a1a6ee454d70d]

        fdo#62442: Move the InfoPlist.strings files into the app from langpacks
        
        The digital signature of an app bundle includes an integrity check for
        the Resources subtree. This is the normal place for Mac apps to have
        their read-only non-code "resources". In LibreOffice it is currently
        not much used, though.
        
        The signature thus breaks when a lang pack installer is run and plops
        its InfoPlist.strings file into the "Resources" subtree. This file
        contains translations of strings in the app's Info.plist file. For
        LibreOffice, it contains translations only for some of the file type
        names in Info.plist. (Why only some, I don't know.)
        
        Files installed by a lang pack insaller into other locations in the
        app bundle don't harm the signature.
        
        Making the InfoPlist.strings files be distributed as part of the main
        app bundle instead of in langpacks should keep the signature valid
        even if a lang pack is installed. The InfoPlist.strings files are
        small so the size of the main app should not grow significantly.
        
        This required introduction of a new functionality in scp2: The
        possibility to generate a list of several complete File or Directory
        stanzas, one for each language for which translations are being
        built.
        
        (This is different from the existing functionality, used for files
        that go into lang packs, where a stanza contains several Name or
        HostName attributes (or whatever the term is) where the attribute
        names are qualified with the language code in parens.)
        
        Change-Id: I3afd9b08944fe1bccb5f0c881d740d260f589e39

2013-08-08  Tor Lillqvist  <tml@iki.fi>  [1b5ed901af4aefad8397f259c85a6a94871df2e1]

        Simplify check for verbosity
        
        Just check for $(VERBOSE) or $(verbose) being non-empty instead of
        checking for $(VERBOSE) equalling "TRUE". Isn't our normal way to do a
        verbose make to pass verbose=t?
        
        Change-Id: Ic4ddc1fe025fed55ca56fd21b615640c389c0454

2013-08-08  Julien Nabet  <serval2412@yahoo.fr>  [5fbc94bc00d04c3af9e519699f91c0fff32df0c3]

        Fix some memory leaks
        
        Change-Id: If8c1b341b8493b8902f060d8d13bbb7d08991cd9
        Reviewed-on: https://gerrit.libreoffice.org/5309
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-08  Jesús Corrius  <jcorrius@gmail.com>  [5f23dac65b39750356418d7d8f490a37a944c34c]

        Add AppUserModelID for all supported formats
        
        Now only the ODF formats have AppUserModelID, but we
        need AppUserModelID for all supported formats so the
        Windows 7 recent documents works as expected.
        
        This patch only adds a few registry keys during the
        installation process on Windows.
        
        Change-Id: I2d7460c1ed8b4ba77da8bb1c5b0c696c521353c5
        Reviewed-on: https://gerrit.libreoffice.org/5274
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-08-08  Mark Wielaard  <mark@klomp.org>  [3cf0b5cdb05e1d77610431b1b1328102bf05b602]

        Add SDT probes for interning rtl_uStrings.
        
        This adds RTL_LOG_STRING_INTERN_NEW and RTL_LOG_STRING_INTERN_DELETE
        which are connected to SDT probes if available. It introduces two new
        SDT probes. new_string_intern_16 and delete_string_intern_16
        (there is currently no interning for 8-bit rtl_Strings).
        For consistency both have the same 4 arguments as new_string_(8|16)
        and delete_string_(8|16). new_string_intern_16 has as 5th argument
        the address of the original rtl_uString being interned (which may
        or may not be the same as $arg1).
        
        Change-Id: Ib117bba932c1908abc70a7fdd4140c0af76d54cb
        Reviewed-on: https://gerrit.libreoffice.org/5308
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-20  Krisztian Pinter  <pin.terminator@gmail.com>  [9cf4be5ce8116eb447abea024f07456275d4ef4a]

        startcenter: Add RecentDocsView for displaying thumbnails for recent docs
        
        Change-Id: I6d9bb87a6ee28d62ee012e6807d1c5a4f3219e27

2013-08-08  Laurent Godard  <lgodard.libre@laposte.net>  [f807403faa3a20a6b4e95c9e8441cd637e3e548d]

        import performance : do not use EditEngine anymore
        
        Change-Id: I5849add3444cff15a201a276c8917fabc4b33262
        Reviewed-on: https://gerrit.libreoffice.org/5317
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-08  Lionel Elie Mamane  <lionel@mamane.lu>  [af53d7a181feaad2f75eeb0900030aa02868e338]

        fdo#63539 make SvTreeListBox::Select virtual
        
        SvLBox was merged with SvTreeListBox;
        SvLBox had a virtual Select() and some derived classes override it.
        E.g. dbaui::DbaIndexList.
        
        Change-Id: I82b3718e72db5d320704e1e2871de86abc686441

2013-08-08  Krisztian Pinter  <pin.terminator@gmail.com>  [c958a35bef2d123b3e45c80bd7d1cf8d48986a9a]

        Move startcenter.ui from framework to sfx2
        
        In a previos move BackingWindow was moved, but startcenter.ui was left
        behind by accident.
        
        Change-Id: I7d9669df9b2b65311e119640ba2a7a331b6336e9
        Reviewed-on: https://gerrit.libreoffice.org/5316
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-08-08  David Tardon  <dtardon@redhat.com>  [c756b6a04ca369fcdb36803a4c11b8204b4e5ff7]

        add missing dep on boost headers
        
        Change-Id: Iaed0bcac0b6ab404fc27beaa290c29aa1d97487b

2013-08-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2a0dd33a384009dcc92238cec344c9b0e98cf25f]

        fdo#67871: Revert "coverity#705731 Resource leak"
        
        ... and delete pContourPolyPolygon instead. Otherwise there is a null pointer
        dereference.
        
        This reverts commit e3258713793f03d6cf96c19ff4c5d15a0cd666f1.
        
        Change-Id: Id9d8c514c786b42233a35a9ade55d0c05986fb08

2013-08-08  David Tardon  <dtardon@redhat.com>  [bb3a290e3b602169d3bee98108a8380dce51b608]

        rhbz#994886 update unit in draw. obj. props toolbar
        
        I am not sure this is the only/correct way to do it (maybe it should be
        already handled by some broadcast from SFX_APP()->SetOptions()), but it
        is what Draw and Calc do (cf. handling of SID_ATTR_METRIC in
        SdModule::ApplyItemSet() and ScModule::ModifyOptions()).
        
        Change-Id: I25bada60188a96c6c82db5029c7475b45b595176

2013-08-08  David Tardon  <dtardon@redhat.com>  [988036c3c4fc7515aaaad7ff80664fc4c5fd8236]

        add unit test for WPXSvInputStream
        
        Change-Id: Ia799cf54e8c90f68a8e74df72b0c8b6a33c41e7e

2013-08-08  David Tardon  <dtardon@redhat.com>  [3ce9508e31226f2b453877e34946dc5916519d86]

        fix seek behind end of stream
        
        Change-Id: I38db7759df87edee8a14b311005c6e31ff8ae856

2013-08-08  Miklos Vajna  <vmiklos@suse.cz>  [4bc063090c06f0c34980a3852f684b42ab25c501]

        bnc#823651 WW8 import: fix paragraph style in empty first page header
        
        The problem was that the first page SwFmtHeader / SwFmtFooter wasn't
        created in case the header/footer text was empty, even if fTitlePage was
        set.
        
        Change-Id: I5e58419161bcc663e2beb0338b95877469e0fd3c

2013-08-08  Tor Lillqvist  <tml@iki.fi>  [c34fabe9eaf1a02512bafc3c4e2cf9c3abba023c]

        Bin a couple of pointless macros only used once
        
        Change-Id: I7d0c812afbbeeb4ea9835f957024b6bf86dfdaaf

2013-08-08  Tor Lillqvist  <tml@iki.fi>  [68277c3249489c4e4364275eb5c5920f44fe40b1]

        Remove the now empty <svl/cntwids.hrc> header
        
        Change-Id: I2c41b9960960ad9d290f84cc6e28d938068c0050

2013-08-08  Tor Lillqvist  <tml@iki.fi>  [246892818797f0b4c1747352a3e27c3025adcebb]

        Bin Chaos WIDs that are unused (only mentioned only in comments)
        
        The comments are in one place, for plaintext strings that say the same as what
        the WID name indicates, so they don't provide any useful information.
        
        Change-Id: I9be14dd46352e34bf3647349d85412a97725d238

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [bbc6c5e79d73706e5c642d37453ab4fab029b707]

        put border around two-lines-in-one lists
        
        Change-Id: I5a23e4843efd9469c5126bfcc9b96d07ab08b7c0

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [a641d049ab7aac7d9aae86b0c21d7a0ea12ff067]

        convert toc style page to .ui
        
        Change-Id: I8ed03fc3e5433d8a2fe83c3ad88fa95773fe6c53

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [7ffab58b590c3b63196bbb74135237d29c6eb9e0]

        Updated core Project: help  aaad966643ede466a50bf8901028ead903a1e329

2013-08-08  Michael Duelli  <m.duelli@web.de>  [356b2f0edfd5a01ed05976c1bdb74948ff84b5fd]

        Extension to fix all cases of fdo#32059: Commands merge with variables
        
        Change 467d5e0a2e074ff2afb4d1b1a37cff2094b0895b fixed insertions of
        space in front of commands for Elements dialog only.
        
        This change also fixes insertion via Elements dock.
        
        Change-Id: I37f8510bc4a6dc0145026ca04fbb0443e1e31cd0
        Reviewed-on: https://gerrit.libreoffice.org/5225
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-08  MÁTÉ Gergely  <sportember@caesar.elte.hu>  [c58f859ee6899bd5066bb754159d06e114405c96]

        OUString conversion in sd in sdmod.hxx
        
        Change-Id: I113289d6dc80669843fbbc49896760d6c47d7ef1
        Reviewed-on: https://gerrit.libreoffice.org/5307
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-08  Miklos Vajna  <vmiklos@suse.cz>  [52f79304a635ec3845c1d26b025a92b4c710f4e2]

        offapi: fix doxygen warnings in awt::XMenu
        
        Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [670f9ecf52f50d41a670d1f2b66dc9d2bfae030a]

        WaE: unused variables
        
        Change-Id: I1345d5fd4a634980de9b3fcdb9f60274eafc9392

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [6c0e752093ddedca0a6f0063567aff19997bab03]

        wrong .ui name
        
        Change-Id: Ieb10eedd791aab6ea251c3fd33d74a2232e2bd6b

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [1a89eaeabd31dddfbad037e8109431a924632543]

        if there is no secondary text then keep primary text orig font size
        
        Change-Id: I12a70c3b3d12d6986a45a5f5c38affd2cd343bfe

2013-08-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [786f0eae0673bc18a6e2a71323c70af671e46e66]

        Use new widget UI dialogs in line style ctor
        
        Change-Id: I2b646d71fe4ab28137d88ebf638b28674eab3c91

2013-08-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4dfb33788de68c827cb7a768efe2012cc0ed1ac5]

        Use new file load error dialog in widget UI
        
        Change-Id: Ifa31cb9113fc497992d029f401cdadb12cf83c96

2013-08-08  Tor Lillqvist  <tlillqvist@suse.com>  [d39feeb20027e9c0ded324c9d0df9784a6707194]

        WaE: C4701: potentially uninitialized local variable 'nValue' used
        
        Change-Id: Id753eab9cab3e97e69b48212820dc140f897f1bd

2013-08-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [cb45c6bd429430e5158d150acf4590885dfba766]

        Use new save list dialogs in tab pages
        
        Change-Id: I2d85f8ab0c220d82476c4cc587921c7fb9aa5df4
        Reviewed-on: https://gerrit.libreoffice.org/5301
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [34f0db2cfe6806503a3d1df239d12a69dbe0f83d]

        Convert save list dialog to widget UI
        
        Change-Id: I36f38accc88f9247b43e0a87fd7f4b1b86505171
        Reviewed-on: https://gerrit.libreoffice.org/5300
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [07e1a8a5c68643d43fe729e623dca9e876f2772e]

        update lint-ui to know about message box HIG rules
        
        Change-Id: Ic283d4d15154308a441905d095096c3e11f50477

2013-08-08  Caolán McNamara  <caolanm@redhat.com>  [e57828a66cb4e5ce583aa3fda0376721ff19f112]

        HIG: alerts should have 12 border and 24 spacing
        
        Change-Id: I09aade1d7a63f9e1cda54ecdb2e32d2589ecb450

2013-08-08  Olivier Hallot  <olivier.hallot@edx.srv.br>  [73b7213a772d3ed0ff4afe2a41bef3b3f6de2f7e]

        Convert duplicate name dialog to widget UI
        
        Change-Id: I943a04b487af463559b140f358c8af601f4f6ce9
        Reviewed-on: https://gerrit.libreoffice.org/5299
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-08  Herbert Dürr  <hdu@apache.org>  [7fd15394ad721fd2f954488c16e709d87d03ea2e]

        Resolves: #i122301# fix build breaker on Mac in fpicker for debug=true
        
        NSLog demands a non-const NSString but doesn't change the string.
        
        (cherry picked from commit 6f279aad1a472ebf4afd08334e10a24342924315)
        
        Conflicts:
        	fpicker/source/aqua/CFStringUtilities.hxx
        
        Change-Id: I25c82dc81feda9b771f064631857a1e7f9c4d2bb

2013-08-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a0bbc768a5fac2c3d27cd70877961561fe7f0ffa]

        fdo#67817: GetParent returns a VclGrid instance after conversion to .ui
        
        Change-Id: Ib37e2de784823fec209c195963d925748412c692

2013-08-08  Andras Timar  <atimar@suse.com>  [aecd2510e53ea6457dd4f4fa032d82b7dd6178ef]

        fdo#36558 Allow custom paths for user dictionaries
        
        Change-Id: I7c1e473fb1e874c137cf47a169fd78bf7a842d4e

2013-08-08  Winfried  <winfrieddonkers@libreoffice.org>  [07112a712245bdcca40bb87e2bd118eec9635848]

        fdo#37341 dix unending loop in calc with Goal Seek
        
        The combination of a solve process happening in two functions
        (ScDocument::Solver() and ScInterpreter::BackSolver) with iterations
        and recursive as well as iterative interpreting (ScInterpreter:Interpret()
        and ScInterpreter::InterpretTail()) led to improper handling of the
        stack, with an unending loop as a result.
        
        Integrating the two solver functions, and so simplifying the code,
        results in correct behaviour in all documents attached to the
        bug report.
        I tested with values for MAXRECURSION of 5 and 400 (standard value)
        to have really different combinations of recursion and iteration.
        
        Change-Id: If4cb8926c5e192cd6c764dcdd45a92e285e983bb
        Reviewed-on: https://gerrit.libreoffice.org/5292
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-08-07  Julien Nabet  <serval2412@yahoo.fr>  [d65c44020bf32713af4985f598f7b532a969247a]

        cppcheck: fix memory leak
        
        Change-Id: Ic52ef3bcbca4c512fcb6e422a9b4e983cccbe41a

2013-08-07  Boris Dušek  <me@dusek.me>  [39a78087890fb9255a5e47220bac6cfb956fcfe0]

        Use NSAccessibilityActionDescription for action descriptions
        
        Change-Id: I26a233e72274be7afc2e3e41e13a6743f75e695f
        Reviewed-on: https://gerrit.libreoffice.org/5238
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-07  Boris Dušek  <me@dusek.me>  [58464deee44db80657885e39ead33d7ccc7dda30]

        Fix accessibility of text attributes on OS X
        
        The applyAttributesFrom:... method takes range parameter that specifies
        a range in the 'string' parameter passed to that method, not in the whole
        string of the UI element as retrievd in createAttributedStringForElement:...
        (the former string is a substring of the latter).
        
        In other words, the 'range' parameter in applyAttributesFrom: is relative
        to the string passed to that method, not to the whole string of the UI
        element.
        
        This enables proper reading of text attributes in Writer - when moving
        cursor through text, VoiceOver now announces e.g. "bold" or "plain" to
        indicate changes in text formatting.
        
        Change-Id: I21a633af0bf426759f639435581fcd3bfeafa598
        Reviewed-on: https://gerrit.libreoffice.org/5236
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-07  Boris Dušek  <me@dusek.me>  [e83f61b29eb74286dbdb053bb3d067fe3e2f8073]

        Add debugging output for OS X accessibility
        
        In case someone needs to debug accessibility on OS X, provide ready
        debugging messages to be enabled by changing #if 0 to #if 1.
        
        Change-Id: I4d0c0b11d12aa2419c53da7656a881f43c436d87
        Reviewed-on: https://gerrit.libreoffice.org/5237
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [54a138db910554e8bf2868facc85e47b1776bac2]

        Commit after DDL statement. (firebird-sdbc)
        
        Changes made in a DDL statement are only usable after a
        commit in firebird, e.g. a created table won't appear etc.
        
        Change-Id: I3b537f495b6bc96fa48ebc1a3e46205da60bb2d4

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [89b37927c0cd62cd648dd7d085c761545451e659]

        Add error checking to commit(). (firebird-sdbc)
        
        Change-Id: I0717fad287f95d510d044055edc11737fde0c505

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ebe37593c53f9fbad0e9a798834db10fc19b7479]

        Clean up ResultSet management. (firebird-sdbc)
        
        Change-Id: I00cd0aa08a5a3da17f06933ebc3422a6b4b8bc74

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [eb5e9ab4c4d6a00be96f6db760c2c64ca061e426]

        Clean up statement handle on closing ResultSet. (firebird-sdbc)
        
        Change-Id: I7e59c1939651cc55090ca3a5f1a9a388d685dc43

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [211094992c610b77abd46d93b3e46b5a25fe4f95]

        Fix transaction creation when autocommit disabled. (firebird-sdbc)
        
        Change-Id: I190a90e9821961c4e972ec26ac282b05fd375d4b

2013-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [67596ee0b1ad4fa7268488d16ca20ee2d3032d97]

        Remove unnecessarily duplicated execute/executeQuery. (firebird-sdbc)
        
        Change-Id: Ic173346c4cac140b9426560af9a9b196d93ec2f5

2013-08-07  Olivier Hallot  <olivier.hallot@edx.srv.br>  [38e24914ef87dc3247f736eb67bb17463388707b]

        Convert line end change warning to widget UI
        
        Change-Id: I1aca130736d2c45a251a3551976e549f107cad0e
        Reviewed-on: https://gerrit.libreoffice.org/5298
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [e43be13f4b67ac86b38bc980dfd678aede8ca64b]

        alerts have 12 border and 24 spacing
        
        Change-Id: I5978acd24f27bb7c626df567fefcc3f384336e91

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [c7f86b6214ce9fcde74ceae94e8fbe8be69bea83]

        add a secondary line of text
        
        Change-Id: Ic3878a45ddedd2e3a3815e617dd37edf6b90d1b8

2013-08-07  Olivier Hallot  <olivier.hallot@edx.srv.br>  [443dc323d93cbb657bf76053f4aeaef5345cc7a8]

        Convert delete arrow warning to widget UI
        
        Change-Id: I9848233357b5cc3b07e66e1ef689db1ae7f28075
        Reviewed-on: https://gerrit.libreoffice.org/5297
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [37aa92dfa3605b4d2d03d977a45a71b34e4b6b9d]

        convert label medium tabpage to .ui
        
        Change-Id: I38c3e28070b9d5b689bd6ba4bde01a7a8dedba18

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [609915366306fb3e077134411f87d616ef4caf29]

        Updated core Project: help  3a0ee05036d90ca6ec6ec414194a1119301455fc

2013-08-07  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2f8cb96bb7bef8cc48ea7c1739ae41a0afd6dda3]

        Translate German comments
        
        Change-Id: Ie5b0fd4e73a62b28891f2f07c9fabe468ef9906c
        Reviewed-on: https://gerrit.libreoffice.org/5304
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-08-07  Eike Rathke  <erack@redhat.com>  [6b2aaa7d2393db7c5df9ed3e695013b1e44d868f]

        resolved fdo#67444 don't push_back() with already reserved size
        
        Change-Id: I5660bdf07ad0adae053508bed1805369850c1134

2013-08-07  Miklos Vajna  <vmiklos@suse.cz>  [18767fd249bce1c6ad9d42d02de32757fd93e053]

        offapi: fix doxygen warnings in awt::MessageBoxType
        
        Change-Id: I1c48d62cb6793ed6cab261c6de7095c755ab52f2

2013-08-07  Tor Lillqvist  <tml@iki.fi>  [d63bcdf8818b66f784d3c040e4f9f92b43d2c56f]

        Bin obsolete and unused exchange actions
        
        Change-Id: I6ae9353aa87c7b8303f77af98b968ae873c2f727

2013-08-07  Joren De Cuyper  <joren.libreoffice@telenet.be>  [03d8fc6574e96b5817f3c9226e8af676bf89dd25]

        More OUString Conversion in sc/source/ui/dbgui/validate.cxx
        
        Thought there were some String-conversions missing to fix
        fdo#67480 . Bug is still reproducible, so doesn't fix it.
        
        Change-Id: Ifd36cb2042b99565b210796edc77120697672278
        Reviewed-on: https://gerrit.libreoffice.org/5290
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-07  Julien Nabet  <serval2412@yahoo.fr>  [cb021fcafba06ccf973f2abe229a4761c0a002de]

        fdo#46037: remove 1 comphelper/configurationhelper in framework
        
        Change-Id: I7c958347297f17875aded7a64526b1673a439ecf
        Reviewed-on: https://gerrit.libreoffice.org/5271
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-07  Lionel Elie Mamane  <lionel@mamane.lu>  [def99ae60119658d0b24667b08068162d2454694]

        fdo#65354 don't slap a timezone on time values
        
        There is no way to guess a "right" timezone, since there is no date.
        So could be with summer (daylight saving) or winter, nobody known.
        
        Change-Id: I1617caa8a3e902d7cabbf25dcee67c9aed9b7dc7

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [c5740ff43bea7ab7362812cb6fd77507ba100359]

        convert label options tabpage to .ui
        
        Change-Id: I3fd082bc3a8989f6099ee826f61240d9227b2afe

2013-08-07  Caolán McNamara  <caolanm@redhat.com>  [910704599f63bb57e810f9bef59ff7a1ca53da68]

        Updated core Project: help  00b5861129f309f097ea6d7c3509f6a4aa777292

2013-08-07  Siqi LIU  <me@siqi.fr>  [bf825affb3f3ee769ccf044b2b847ad48f790b94]

        remove userstate from the repo
        
        Change-Id: I60c7d5c74f919bc165e1c2629f7b05aad2442eb7

2013-08-07  Siqi LIU  <me@siqi.fr>  [ca367bd5f8851f6492ae2a5fb922b75f24c3850d]

        fix for popOverMenu on iPad
        
        Change-Id: I31180bfe086b339ad0b11ad28e770bdf3335d423

2013-08-07  Siqi LIU  <me@siqi.fr>  [735ea456719c0c27cb4ae102ccd1bc3bc93f818a]

        minor
        
        Change-Id: I949464f042e3bb2ba1360feb6ba4867b332b8483

2013-08-07  Siqi LIU  <me@siqi.fr>  [2a5d3cbebc182f02773b7704a99dbf63bd10f5a5]

        design style revamped for iOS7
        
        Change-Id: I469e50e779ac201ab15aa8fff8e2f6fcfb2f99b6

2013-08-06  Luboš Luňák  <l.lunak@suse.cz>  [89aeec9b1d2f771310eeb0fa4c820c19599df0f7]

        remove unused variable
        
        Change-Id: Iaf22f259fa396deee3cab84cc9549427b76017c2

2013-08-06  Luboš Luňák  <l.lunak@suse.cz>  [2349d8073072acbf07c36d9fe0dcb4a812779a97]

        equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCase
        
        Change-Id: I218389623e8774a7aabbbd0be58d4d17acbef631

2013-08-06  Caolán McNamara  <caolanm@redhat.com>  [dfe9250cc3de574a2b0e7a2df936b8c9a71d9011]

        convert use as default msgbox to .ui
        
        Change-Id: I65c994810fd1ad16491623ed76bf85c43ffcd702

2013-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [89fdead645bf2a777e4d438abe976d759aa48a4b]

        Correctly handle varchar. (firebird-sdbc)
        
        Previously SQL_VARYING was cerced to SQL_TEXT which
        loses the string length.
        
        Change-Id: I5ab6c0ce2892dcb986282d6bf6fbb770b4fbafeb

2013-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c3aaa4e4019edb796cf904dc5777ff49afd0304f]

        Simpligy getTablePrivileges. (firebird-sdbc)
        
        Change-Id: I3a858fc3c94bbf6c32cc7fdae60d0ee45acb3cf2

2013-08-06  Jan Holesovsky  <kendy@suse.cz>  [3080087d2940e80b956e7750f50a30850778fa0d]

        Basic de-uglyfication + added the purpose comment.
        
        Change-Id: I4da0649bf4eb757a7d67beac19da58c4ac755c90

2013-08-06  Jan Holesovsky  <kendy@suse.cz>  [9281fc72e7c45c8080a0373449191d73c26e3a08]

        startcenter: Rename DropTargetListener to OpenFileTargetListener, ...
        
        ...move it to svtools, and kill the cut'n'pasted version.
        
        Change-Id: Ifacf110ff08b359bd0f611dff20b3c5142e6bcc8

2013-08-06  Krisztian Pinter  <pin.terminator@gmail.com>  [b60f6da2e13706dddc42d1045af95ad633e1829f]

        startcenter: Move BackingComp & BackingWindow to sfx2
        
        BackingWindow will use ThumbnailView from sfx2 and it had to be moved
        to avoid a circular dependency
        
        Change-Id: I33a5982ed9e51307476c837f3f534ded7ed38ee0

2013-08-06  Olivier Hallot  <olivier.hallot@edx.srv.br>  [a9770af052e5c3d9de893ef84c608479c03f06a7]

        Convert line dialog to widget UI
        
        Change-Id: Idbad94c9f2f946f4d2be9b0a88ac2fdbbbd71e2b
        Reviewed-on: https://gerrit.libreoffice.org/5287
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-06  Stephan Bergmann  <sbergman@redhat.com>  [653cdcf50c760ac026931c156c69cdc791a6f0f5]

        error: cannot use dynamic_cast with -fno-rtti
        
        ...with recent Clang trunk towards 3.4
        
        Change-Id: Ie0991c7bd560c30551aeaada426382a889b46391

2013-08-06  Michael Meeks  <michael.meeks@suse.com>  [05944477039d68154e5360f0e8baff572eaa7917]

        fix android/ios defaults for report builder.
        
        Change-Id: I338505aa67ef63699fc0d8966fe09db3c050da92

2013-08-06  Luboš Luňák  <l.lunak@suse.cz>  [8f8b31abd02876c3601e343b8b3274754f8a61b6]

        compatibility setting for MS Word wrapping text in less space (bnc#822908)
        
        The document itself is stupid and uses a SURROUND_THROUGH object with a number
        of empty lines that make it act is if it in fact was SURROUND_NONE, rather
        than actually disabling wrapping for the object and be done with it.
        But the difference was that Word still managed to fit those empty lines
        next to the object into the little space that was there, while LO already
        considered the space too small. So keep a compatibility setting for Word
        documents in order to avoid problems with such lame documents and hopefully
        that's enough.
        
        Change-Id: I7d17b90de381fd86914ce5efd9c5a29fe4850edc

2013-08-06  Luboš Luňák  <l.lunak@suse.cz>  [1b6cad89690a1188c6628c68d62108866b837779]

        make it obvious that SwSurround and css::text::WrapTextMode are the same
        
        Change-Id: I20154c12b9406b7ea2f8f245aa688859118982f7

2013-08-06  Miklos Vajna  <vmiklos@suse.cz>  [b755df14a431543f1b70246a5e58830a0a480602]

        fdo#47440 import RTF_SHPBX/YPAGE for Writer pictures, too
        
        Previously this was only handled for drawinglayer shapes.
        
        Change-Id: I7ce440a27ebe44fc867b8a7f4ee62217076677f0

2013-08-06  Michael Meeks  <michael.meeks@suse.com>  [7b4bdab8252200e89a05294bdcdebef2ab9feb81]

        MPLv2 subset improvement.
        
        Change-Id: I96efcab67f05407923b022dfd95a94fd8c2169ed

2013-08-06  Michael Meeks  <michael.meeks@suse.com>  [457bc1ebdf327685fcf2ccac8d6c87c839c43200]

        fdo#67707 - avoid crash with sidebar when switching to writer from impress.
        
        Change-Id: I0010663951fe67bfb864ffdaecb251b3da5a3ac3

2013-08-06  Michael Meeks  <michael.meeks@suse.com>  [0acdeacbe774b7e05323ad80b556e7102a083192]

        Disable auto-detection of high-contrast mode by default
        
        Lots of Linux themes are rather 'black' anyway, and yet want the
        icon set they selected and the colours too. If this is needed it
        can still be forced either by changing the setting back, changing
        the setting back in the UI, and/or exporting SAL_FORCE_HC=1
        
        Change-Id: Ia034942db7ec2fdd27b4a0b43f2f19269e05f5c6

2013-08-06  Herbert Dürr  <hdu@apache.org>  [022da4ea298d5d5c134c374546d963926dae2b37]

        Resolves: #i122948# fill gaps in glyphs->chars mapping for usp10-layouts
        
        using a heuristic that assumes a glyph with unknown char mapping
        is the continuation of the preceding glyph. If there is no known
        preceding mapping use the run bounds.
        
        (cherry picked from commit 576e4ea626e1c1ffcf9d025e692db62fed8c3cab)
        
        Change-Id: I70e58a02d814e14e9592ff8efc0ae630346ae5df

2013-08-06  Caolán McNamara  <caolanm@redhat.com>  [b74d0aa083a8803b7b236e059b9b1c159b06272d]

        Updated core Project: help  190ae2431088d9969b7d5929b92ac003f3282aff

2013-08-06  Caolán McNamara  <caolanm@redhat.com>  [f0118b43b56489d53710635ea88c41eeef9e2bee]

        align load/save buttons across dialogs
        
        and restore strange custom unit multi unit mode
        to these metricfields
        
        Change-Id: I7e228f6fd658374e3f1588c757ef2ed1e6ba78c8

2013-08-06  Olivier Hallot  <olivier.hallot@edx.srv.br>  [bd7596518edd1511a31c44b8fe63f856a5471282]

        Convert line style tab page to widget UI
        
        Change-Id: I38046e0e333dc548e5b30c15f11fec7be7f7a7be
        Reviewed-on: https://gerrit.libreoffice.org/5285
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-06  Andras Timar  <atimar@suse.com>  [545fcb2fbe52e3a6c6e9402a20c1c46e80bba194]

        Updated core Project: help  e5b96ea56ae509b4f49dc0cce4cdd702a375dcd2

2013-08-06  Tor Lillqvist  <tml@iki.fi>  [9eea26e7fb54b79e5a722a15f8f5197fcb1dc0e9]

        WaE: private field 'rLayout' is not used
        
        Change-Id: Iad6ab86123bd3c5f83452a1037c661003dcd7cdc

2013-08-06  Tor Lillqvist  <tml@iki.fi>  [a321be22907c47e2e378c494f0de9f3f68af5167]

        fdo#67660: Fix memory mismanagement crash
        
        The CTLayout constructor called CFRetain() on the associated
        CTTextStyle's attribute directory (a CFMutableDictionaryRef) and the
        destructor then called CFRelease() on it, even if there was no
        guarantee it was still the same CTTextStyle. And in the scenario that
        caused this crash, AquaSalGraphics::SetFont() had in fact deleted the
        original CTTextStyle and created a new one.
        
        It seems to me that these CFRetain() and CFRelease() calls are not
        necessary.
        
        Change-Id: I18e03965dd05d450955353f8c48f111c19a069e3

2013-08-06  Stephan Bergmann  <sbergman@redhat.com>  [637d645a34201fe7b7f4890ecafd7df0f7c105af]

        Prevent basctl::PropBrw using basctl::Layout from within ~Layout
        
        ...as is reproducible when creating a new dialog via "Tools - Macros - Organize
        Dialogs", adding e.g. some date/time controls to it, then closing LO.
        
        Invalid read of size 8
         at 0x23DD58DB: basctl::Layout::SplittedSide::Remove(basctl::DockingWindow*) (/basctl/source/basicide/layout.cxx:205)
         by 0x23DD4F65: basctl::Layout::Remove(basctl::DockingWindow*) (/basctl/source/basicide/layout.cxx:62)
         by 0x23D847B7: basctl::DialogWindowLayout::RemovePropertyBrowser() (/basctl/source/basicide/baside3.cxx:1459)
         by 0x23E45AB3: basctl::PropBrw::~PropBrw() (/basctl/source/dlged/propbrw.cxx:202)
         by 0x23E45BA5: basctl::PropBrw::~PropBrw() (/basctl/source/dlged/propbrw.cxx:205)
         by 0x7E03A49: VCLXDevice::DestroyOutputDevice() (/toolkit/source/awt/vclxdevice.cxx:56)
         by 0x7E4655D: VCLXWindow::dispose() (/toolkit/source/awt/vclxwindow.cxx:956)
         by 0x7FD451C: UnoWrapper::WindowDestroyed(Window*) (/toolkit/source/helper/unowrapper.cxx:263)
         by 0x95EA632: Window::~Window() (/vcl/source/window/window.cxx:4365)
         by 0x23DD4EFD: basctl::Layout::~Layout() (/basctl/source/basicide/layout.cxx:56)
         by 0x23D89E39: basctl::DialogWindowLayout::~DialogWindowLayout() (in /data/lo/core/solver/unxlngx6/installation/opt/program/libbasctllo.so)
         by 0x23D89E69: basctl::DialogWindowLayout::~DialogWindowLayout() (/basctl/source/inc/baside3.hxx:125)
         ...
        Address 0x19d17da0 is 0 bytes inside a block of size 80 free'd
         at 0x4A078DE: operator delete(void*) (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
         by 0x23DD92D5: __gnu_cxx::new_allocator<basctl::Layout::SplittedSide::Item>::deallocate(basctl::Layout::SplittedSide::Item*, unsigned long) (/usr/include/c++/4.8.1/ext/new_allocator.h:110)
         by 0x23DD8C77: std::__cxx1998::_Vector_base<basctl::Layout::SplittedSide::Item, std::allocator<basctl::Layout::SplittedSide::Item> >::_M_deallocate(basctl::Layout::SplittedSide::Item*, unsigned long) (/usr/include/c++/4.8.1/bits/stl_vector.h:174)
         by 0x23DD7F89: std::__cxx1998::_Vector_base<basctl::Layout::SplittedSide::Item, std::allocator<basctl::Layout::SplittedSide::Item> >::~_Vector_base() (/usr/include/c++/4.8.1/bits/stl_vector.h:160)
         by 0x23DD73DC: std::__cxx1998::vector<basctl::Layout::SplittedSide::Item, std::allocator<basctl::Layout::SplittedSide::Item> >::~vector() (/usr/include/c++/4.8.1/bits/stl_vector.h:416)
         by 0x23DD6A05: std::__debug::vector<basctl::Layout::SplittedSide::Item, std::allocator<basctl::Layout::SplittedSide::Item> >::~vector() (/usr/include/c++/4.8.1/debug/vector:144)
         by 0x23DD6889: basctl::Layout::SplittedSide::~SplittedSide() (/basctl/source/basicide/layout.hxx:80)
         by 0x23DD4EF1: basctl::Layout::~Layout() (/basctl/source/basicide/layout.cxx:56)
         by 0x23D89E39: basctl::DialogWindowLayout::~DialogWindowLayout() (in /data/lo/core/solver/unxlngx6/installation/opt/program/libbasctllo.so)
         by 0x23D89E69: basctl::DialogWindowLayout::~DialogWindowLayout() (/basctl/source/inc/baside3.hxx:125)
         by 0x23D997F3: void boost::checked_delete<basctl::DialogWindowLayout>(basctl::DialogWindowLayout*) (/workdir/unxlngx6/UnpackedTarball/boost/boost/checked_delete.hpp:34)
         by 0x23D99694: boost::scoped_ptr<basctl::DialogWindowLayout>::~scoped_ptr() (/workdir/unxlngx6/UnpackedTarball/boost/boost/smart_ptr/scoped_ptr.hpp:82)
         by 0x23D9A5E7: basctl::Shell::~Shell() (/basctl/source/basicide/basidesh.cxx:223)
         by 0x23D9A717: basctl::Shell::~Shell() (/basctl/source/basicide/basidesh.cxx:248)
         by 0x6942297: SfxViewFrame::ReleaseObjectShell_Impl() (/sfx2/source/view/viewfrm.cxx:1089)
         by 0x6943BAB: SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1484)
         by 0x6943E09: SfxViewFrame::~SfxViewFrame() (/sfx2/source/view/viewfrm.cxx:1505)
         by 0x69427EC: SfxViewFrame::Close() (/sfx2/source/view/viewfrm.cxx:1144)
         by 0x6919441: SfxFrame::DoClose_Impl() (/sfx2/source/view/frame.cxx:175)
         by 0x6934542: SfxBaseController::dispose() (/sfx2/source/view/sfxbasecontroller.cxx:1035)
         by 0x1BC8C5B3: framework::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow> const&, com::sun::star::uno::Reference<com::sun::star::frame::XController> const&) (/framework/source/services/frame.cxx:1357)
         by 0x1BBAF54B: framework::CloseDispatcher::implts_establishBackingMode() (/framework/source/dispatch/closedispatcher.cxx:540)
         by 0x1BBAEB15: framework::CloseDispatcher::impl_asyncCallback(void*) (/framework/source/dispatch/closedispatcher.cxx:391)
         by 0x1BBAE6AF: framework::CloseDispatcher::dispatchWithNotification(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> const&) (/framework/source/dispatch/closedispatcher.cxx:228)
         by 0x23A2A71D: framework::DispatchHelper::executeDispatch(com::sun::star::uno::Reference<com::sun::star::frame::XDispatchProvider> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (/framework/source/services/dispatchhelper.cxx:142)
         by 0x1BC06442: framework::LayoutManager::MenuBarClose(void*) (/framework/source/layoutmanager/layoutmanager.cxx:2638)
         by 0x1BC062F6: framework::LayoutManager::LinkStubMenuBarClose(void*, void*) (/framework/source/layoutmanager/layoutmanager.cxx:2621)
         by 0x9053555: Link::Call(void*) const (/include/tools/link.hxx:123)
         by 0x9610263: ImplHandleUserEvent(ImplSVEvent*) (/vcl/source/window/winproc.cxx:1975)
         by 0x961173A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (/vcl/source/window/winproc.cxx:2590)
         by 0x961FCAE: SalFrame::CallCallback(unsigned short, void const*) const (in /data/lo/core/solver/unxlngx6/installation/opt/program/libvcllo.so)
         by 0x961F74D: SalGenericDisplay::DispatchInternalEvent() (/vcl/generic/app/gendisp.cxx:91)
         by 0x171A5821: GtkData::userEventFn(void*) (/vcl/unx/gtk/app/gtkdata.cxx:933)
         by 0x171A587C: call_userEventFn (/vcl/unx/gtk/app/gtkdata.cxx:943)
         by 0x3B78E47E05: g_main_context_dispatch (in /usr/lib64/libglib-2.0.so.0.3600.3)
         by 0x3B78E48157: ??? (in /usr/lib64/libglib-2.0.so.0.3600.3)
         by 0x3B78E481FB: g_main_context_iteration (in /usr/lib64/libglib-2.0.so.0.3600.3)
         by 0x171A47B0: GtkData::Yield(bool, bool) (/vcl/unx/gtk/app/gtkdata.cxx:574)
         by 0x171A82BD: GtkInstance::Yield(bool, bool) (/vcl/unx/gtk/app/gtkinst.cxx:405)
         by 0x906C838: ImplYield(bool, bool) (/vcl/source/app/svapp.cxx:417)
         by 0x9068F00: Application::Yield() (/vcl/source/app/svapp.cxx:451)
         by 0x9068EB0: Application::Execute() (/vcl/source/app/svapp.cxx:396)
         by 0x4EC6117: desktop::Desktop::Main() (/desktop/source/app/app.cxx:1720)
         by 0x9075192: ImplSVMain() (/vcl/source/app/svmain.cxx:162)
         by 0x907529C: SVMain() (/vcl/source/app/svmain.cxx:198)
         by 0x4F0A9C0: soffice_main (/desktop/source/app/sofficemain.cxx:81)
         by 0x40096B: sal_main (/desktop/source/app/main.c:48)
         by 0x40094C: main (/desktop/source/app/main.c:47)
        
        Change-Id: If7ec0fceec6da1731df8ac389406327fbd95b382

2013-08-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [51f9af747fce6f46df4422677943dae73f839876]

        Translate German comments, fix some WS
        
        Conflicts:
        	include/svx/unoapi.hxx
        
        Change-Id: Icd0adbe98727a83fae3822863f7c6395f7474882

2013-08-06  Radu Ioan  <ioan.radu.g@gmail.com>  [389bdc162415abff78971b1ce7c5d47482e1d37b]

        fdo#63926 - remove extra include paths in svtools/ and sfx2/
        
        - removed some paths from include
        - more of this kind will follow
        
        Change-Id: Ia5c410a5b9a7a0dfa5610dd50d82c8b23fcf43b2
        Reviewed-on: https://gerrit.libreoffice.org/5288
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-06  Palenik Mihály  <palenik.mihaly@gmail.com>  [af8390dd6fd280ed3ac5178c93707958d7ea4bbd]

        Change String to OUString in some class.
        
        I changed String class to OUString class in the following:
        SwHTMLPosFlyFrm, CSS1Parser, SvxCSS1Parser, SwCSS1Parser classes,
        CSS1PropEntry struct and htmlctxt.cxx file.
        
        Change-Id: I5d474a62c28ff3ee3848abb414acdf1b69492278
        Reviewed-on: https://gerrit.libreoffice.org/5234
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-06  Miklos Vajna  <vmiklos@suse.cz>  [4ae08f617b7c05878988e7e58a5ecbf46e20ebc9]

        offapi: fix doxygen warnings in awt::MessageBoxResults
        
        Change-Id: Id8ef8e131b94ff4676af388da2abd437fc1f7704

2013-08-06  Caolán McNamara  <caolanm@redhat.com>  [0c1ba223cde87798a5626a11226e0de4ee54add3]

        Updated core Project: help  1f981001a22122860b383fd1195f0460c8b7327e

2013-08-06  Caolán McNamara  <caolanm@redhat.com>  [acdf00ea9995ba06b18c0b0ea0eb55974f1e3ae9]

        make line ends preview correctly again
        
        Change-Id: Id6516aec9a4c79d1ccceb06b06582eb00dd8c5eb

2013-08-06  Olivier Hallot  <olivier.hallot@edx.srv.br>  [0651e83da75b36ec95e9a895c746174831df53dd]

        Convert line end tab page to widget UI
        
        Change-Id: If7317c33142d0854a4e10953e1a8bbcb0403ec59
        Reviewed-on: https://gerrit.libreoffice.org/5282
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-08-05  Siqi LIU  <me@siqi.fr>  [e289eb655fb0d750b09c74dfd9811ab27243a207]

        minor
        
        Change-Id: Ia80ef855dc83bb60dfe484d95e8199679bd58d44

2013-08-05  Siqi LIU  <me@siqi.fr>  [b8e7ab20d2bb79d54c6ac431d3e8d689b4a3447a]

        remove timer on slideshow navbar when cleared
        
        Change-Id: I6b56880e64c4f0bcf7883817f2fb60c2dced4fe3

2013-08-05  Siqi LIU  <me@siqi.fr>  [fd83796313aa431788066e3f33c0fff546d4f30f]

        display timer on the main slideshow screen & runloop fix
        
        Change-Id: I4ea660a151992c74afb321f1bae19fdd2c5ee40e

2013-08-05  Siqi LIU  <me@siqi.fr>  [b0fd4d03087989e193b2bd2ad071339a975ac4cd]

        improve usability in new server interface
        
        Change-Id: I471f111a654bf6498e39de79912135b7a39f3088

2013-08-05  Siqi LIU  <me@siqi.fr>  [ac45413c2c81c081c8d065251bc4ed10e8292a11]

        swap sideBar reveal button and stop presentation button
        
        Change-Id: I4894e76dfbfda5fe1bc89641f774b2c96c04486b

2013-08-05  Lionel Elie Mamane  <lionel@mamane.lu>  [3b388abc1e9d75a045cc0f6ca9306ff3336251bc]

        Adapt Dialog XML import/export code
        
        to:
         commit 8ee69b0ba13f74d1515fac71df92947eb6328ab1
        
         fdo#67235 adapt form control code to time nanosecond API change, step 3.
        
        Change-Id: I57b549c9c1379154173bb50463171a60ce35ca0c

2013-08-05  Haidong Lian  <haidong@multicorewareinc.com>  [0f29e72579aeb5618fdbffa7599d863a78e40631]

        Implement MINVERSE using OpenCL.
        
        Change-Id: I2524db7dbf07d8899bea6f90d1dcb7cd81acf8d9

2013-08-05  Miklos Vajna  <vmiklos@suse.cz>  [c7884509a84d46a9d99b2950159d949589862f3a]

        fdo#67498 RTF import: fix missing margins vs continuous section breaks
        
        The document had 3 sections, separated by continuous section breaks.
        Previously only margins from the last section were imported, this way
        the first page had default margins.
        
        Now margins are also applied when we hit continuous section breaks. This
        way margin values from the last section break affecting the page wins. A
        later commit could improve this further by setting the minimum of these
        and setting a section margin for each non-minimal sections.
        
        Change-Id: I4d9a4585e795220533909bd1d467d933caaa0d71

2013-08-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [808350a697a79ebcc1708f18de407294576a793e]

        fdo#67099: Call Clear() before setting SetText() for the first time.
        
        SetText itself internally clears the content, except that it doesn't clear
        text attributes for some reason.  Since Clear() is quite expensive even when
        called with empty content, we need to call it only when necessary.
        
        Change-Id: I25ca36c1c2f690b160511180892595daf43681b3

2013-08-05  Stephan Bergmann  <sbergman@redhat.com>  [700d1cab988524b28c7ce773cf473f42d7741001]

        Adapt UnoControlModel::read/write
        
        ...to 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form control
        code to time nanosecond API change, step 3."  It is a bit unclear to me how
        exactly this code is used, so to be safe, just read and write in the old format
        (of using a single integer to represent a Date resp. Time) at least for now,
        loosing nanosecond precision and the UTC flag.
        
        Change-Id: Ib5148f750a420ad09366c79b68370ad0efd501f4

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [259aa8368453f07e68c2ed814edc703da3ba1353]

        Updated core Project: help  58d9629fb0e5264f07cca2f0fb3b75ca467f91c4

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [c22f9b16ae6ffcbad84ec6115533332250b846ec]

        munge filename prop back into frame title
        
        Change-Id: I7f541dca151b3e755f1e21de05ee29abd15daebb

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [b989b2b5837145d5df15a686de3c845585d93307]

        convert format section dialog to .ui
        
        Change-Id: I126a4a03618060f8fe8dbe0f1a8caa6d7e891c73

2013-08-05  Luboš Luňák  <l.lunak@suse.cz>  [e584d4abbb4087a552c0848680275d90c691be01]

        clang binary is in clang build directory, not with its sources
        
        Change-Id: If037eac010d3cb72ca185382232c211758d009e6

2013-08-05  Luboš Luňák  <l.lunak@suse.cz>  [c352f340c26fad1550bfe76adc49ed14742ec9ce]

        note about getDirectCallee() vs getCallee()
        
        Change-Id: I0a4cfd0ddb0c03b0db95d003004195df29a3f6df

2013-08-05  Luboš Luňák  <l.lunak@suse.cz>  [015d9327354bdd6a7495285eb35105c08e536a45]

        'generic' compiler plugin to modify calls to a specific function
        
        Change-Id: I60756d9054dfa5c55aeae8ddc904ddf6d67d2088

2013-08-05  Luboš Luňák  <l.lunak@suse.cz>  [1e0feb5cf916fada5dc2db66a358649624ece578]

        do not base feature checks on gcc version
        
        Clang reports itself to be gcc4.2, so there fail there, instead use configure
        checks.
        
        Change-Id: Idb44a5c875b24a15546a6495de02a1b4af898443

2013-08-05  Lionel Elie Mamane  <lionel@mamane.lu>  [00657c3b1ed5843d15dbc3aea8fa57be056b0935]

        correct pointers in offapi documentation
        
        Change-Id: I24389f1d35514cd45bbe203dbb3af83e4174a2d4

2013-08-05  Palenik Mihály  <palenik.mihaly@gmail.com>  [bd19e78f62a71bfe7bb6c6634cb021b1e26ef71a]

        Change String class to OUString class in two files.
        
        I changed String class to OUString class in htmlatr.cxx and
        htmlbas.cxx and their dependencies.
        
        Change-Id: I3d05c9705d221b5abe02d09845cd3cdc5381e201
        Reviewed-on: https://gerrit.libreoffice.org/5091

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [76feaf83f2ea5f1abcc7fd01d53f501648667bc6]

        convert insert section dialog to .ui
        
        Change-Id: I85b0c4cd50b287e4965314fdaec50c760532e2f8

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [29fb37b53a6d17840941b75c54ce370d97b36885]

        I can't see how being an a11y relation member of yourself helps
        
        Change-Id: I19246af07e2befc821f0e909bb67e16f8cf40e21

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [1e3ff7e4a932d0dc947e83f589e0a6654d865e6d]

        add mnemonic widget labels
        
        Change-Id: I88f84805747e38181ea68aa0fbb9e97309301c2e

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [cf0367a16eab7b997890587a3640f5e0523db8b2]

        be a little more consistent about types, just for tml
        
        Change-Id: I1098616c525b9894264df9e245cddcc14eeae8a8

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [ed86bcdb5fd7bd3c2c2a98e752bb19c0fedb8257]

        Updated core Project: help  fbf9b857ccba7941bec57f41d61eaeb11a115671

2013-08-05  Stephan Bergmann  <sbergman@redhat.com>  [a333ad86b6f1f79e46ade1e308dbb799b0abc1ea]

        Do not instantiate LinguServiceManager when it is not needed
        
        ...this e.g. prevents endless recursion when broken JVM detection leads to a
        message box that in turn tries to instantiate a Java-based service from
        LinguServiceManager.
        
        Change-Id: I0e78ab3ea05ce16544846803d5bb84c789a61eef

2013-08-05  Nicolas Christener  <nicu@0x17.ch>  [7ee94597030e986ece350036093d1e4a213dcddc]

        fdo#39468 Comment translation GER-ENG in sw/source/core/layout
        
        Change-Id: Ia4bdd0fe4f515ae772685b10da519c4b3cf727c8
        Reviewed-on: https://gerrit.libreoffice.org/5276
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-05  Radu Ioan  <ioan.radu.g@gmail.com>  [1cbdcc31b8a921c508f2fdf09847f64d004a7faa]

        fdo#63926 - remove extra include paths in svtools/ and sfx2/
        
        - removed some paths from include
        - more of this kind wil follow
        
        Change-Id: I0255d8dd338d82dfd4ac3027c34cddea493f105d
        Reviewed-on: https://gerrit.libreoffice.org/5281
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-05  Gabor Kelemen  <kelemeng@ubuntu.com>  [8f44fb5ee0bd21d192820ffd359504f6d1c68a52]

        Mark Base window titles for localisation
        
        Change-Id: If876592729c695e5a0916df24873f17f2b1b0254
        Reviewed-on: https://gerrit.libreoffice.org/5283
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-08-05  Stephan Bergmann  <sbergman@redhat.com>  [8dbfb3bfb1b06abfdc99d483f1a9aa948d6efa6e]

        More little fixes for JunitTest_forms_unoapi
        
        ...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt form
        control code to time nanosecond API change, step 3."
        
        Change-Id: If0fc8109d6da56c8e8df181ae0b35a4d9b34e767

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [e40f32162fa85c0a99e4bc99aa98a4036b83af09]

        Updated core Project: help  b0186106dbc2a317e2a500f9087561e60bb44e4a

2013-08-05  Tor Lillqvist  <tlillqvist@suse.com>  [0d417eceb74041c71a95a16e0ee0dab5d4ab2870]

        WaE: '==' : unsafe mix of type 'bool' and type 'sal_Int16' in operation
        
        getId() should obviously return a sal_uInt16 and not a bool.
        
        Change-Id: I87a2a39f8fd101d6b0385986cc1493b9e2b79681

2013-08-05  Miklos Vajna  <vmiklos@suse.cz>  [0cdac15aa7ec11414f5b1fe2460517e85b4dc467]

        offapi: fix doxygen warning in text::ViewSettings
        
        Change-Id: I3850cc7a69aad90c26d3b39bfdf68a134cd67a83

2013-08-05  Caolán McNamara  <caolanm@redhat.com>  [a4c385f1aa98b5fb2d85136b653365fb6baa33f8]

        convertion section page to .ui format
        
        Change-Id: I26990ba16ba70683960685d8c26bbfd2d66d6132

2013-08-05  Stephan Bergmann  <sbergman@redhat.com>  [7dff8a91f9f8b2366d2e6bb18e50d7a25f3b9f72]

        Add cases for css.uno.Date/Time to ValueChanger
        
        ...needed since 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt
        form control code to time nanosecond API change, step 3."
        
        Change-Id: Id561151ac4b57b972761ec19f0e8943b8d25a54f

2013-08-05  Stephan Bergmann  <sbergman@redhat.com>  [5b0ac8149d574058b6218fc4badd587d4fb6d87b]

        Fix uses of Java == on css.uno.Date/Time
        
        ...introduced with 8ee69b0ba13f74d1515fac71df92947eb6328ab1 "fdo#67235 adapt
        form control code to time nanosecond API change, step 3."
        
        Change-Id: Ifdd449715ce0be602b7bc2d304d503385195eb66

2013-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [c2c664a741609eb0b09071642d58b5d66dd62401]

        Mark as const
        
        Change-Id: I10bd1e46dcd8f990d9dea4b96a82f0b1e5a33764

2013-08-05  David Tardon  <dtardon@redhat.com>  [95d1b05430d0d6384c6910fa9dfdd3c703201d34]

        fix build with debug STL
        
        Failed with:
        /usr/include/c++/4.8.1/debug/safe_iterator.h:510:error: attempt to compare
        iterators from different sequences.
        
        Objects involved in the operation:
        ...
        
        The problem is that miPos in _copied_ object points ot maAttrs in the
        original object, not in the copy (and std::for_each takes a copy of the
        functor). This could be solved by defining copy constructor and
        operator=, but given the limited usage of the class, it is simpler to
        let copies share the state.
        
        Change-Id: Icf3f02ecd2fe4ce6dd77f3cde226d32beb4d4b3f

2013-08-05  Felix Zhang  <fezhang@suse.com>  [3b35ad42ed8bea8cab32e2131c81b03c8347cb67]

        bnc#593612: workaround for grpFill
        
        Change-Id: Ib75f2e5e0d77b5a65c6d3d75e7dd477251948bcc

2013-08-05  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [2ef249134e8696a15d2caf2eab5f2e5e211e01a7]

        Convert statistics tab page for calc to .ui
        
        Change-Id: I950cf893875ec75668e17bd20bbe19369c132184

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [087a610fcd5c0c354a9ed6bfccd3451b667d62a3]

        convert insert autotext dialog to .ui
        
        Change-Id: Ia57a5e74300fb52d2618b086fe51a8b33547101b

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [3e65dc7fca392489cd2ed2ed17da70cae39da89b]

        add a VclFrame::get_label
        
        Change-Id: I1fd7dd198345167e587353d370a0ef055221962f

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [b83719abf070626357646e77d96e61bd8d6cdce9]

        convert save label dialog to .ui
        
        Change-Id: I103ddf69f61608a1dd7930a8c3046e8916dee171

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [278f5da01fb5d84cde9e2109010fd2cb3e4da4b6]

        convert query overwrite label dialog to .ui
        
        Change-Id: I1c558b965cfee8cd49061d86661bb4251214b76d

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

        set default buttons for various messagebox button combinations
        
        Change-Id: I4d6fc4313014a2478d0838766e09df743212991d

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [22ce3a423adee9f4471f196d7cb8fce02ff04c55]

        Updated core Project: help  31296f09a3e0ee97cfe64ea899e276f36985b986

2013-08-04  Boris Dušek  <me@dusek.me>  [bf7f9e3d6009424275260d21c4b946d4c963a201]

        Revert "fdo#54320: VoiceOver does not follow keyboard focus"
        
        The code was correct (and docs confusing). The code did not work because
        67410 was not fixed at that moment. With 67410 fixed, the code works
        as it was originally.
        
        Also in the meantime I discovered a comment in the NSAccessibility.h header
        telling that NSAccessibilityPostNotification should be passed the newly focused
        element and that the function itself will make sure to post the notification
        on the NSApp element instead.
        
        This reverts commit e9257fa0e642de2f1c79f2c80387334010812dab.
        
        Change-Id: I7f76ebde963cf57879273d9848ff195877759524
        Reviewed-on: https://gerrit.libreoffice.org/5239
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-08-04  Mark Wielaard  <mark@klomp.org>  [2abadc9a2f681b737f5fb1a2de7983fb65ffde45]

        Fix memory leaks in ensure_dbus_setup.
        
        g_menu_append_item and g_menu_append_section don't reference their
        argument but copy the argument. So explicitly g_object_unref the
        arguments afterwards.
        
        Change-Id: I14f18d7571351a2eec99dc557b59e69b766fbde8
        Reviewed-on: https://gerrit.libreoffice.org/5269
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [8a9e5d18ef2d18d81d98a0706ffe572046f5d2f7]

        Updated core Project: help  7721c480f38ea7f84f65962496dee2304404be51

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [4b81079cbfe6b53fe3e1da1843d67c2358d2f257]

        convert autocorrect options page to .ui
        
        Change-Id: If4370e300c74a543ca72f3e4b850d2f494f8d9ea

2013-08-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c3ed56fdbc41326b306924c7793c01373e0b0d56]

        CharBrd 4.4: numbering
        
        Change-Id: I2d16662c723f7b4741b3784049692d74c1d33953

2013-08-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [00515704d009d65e84404c0dc9bed7754df0f93e]

        Revert "Use SwTxtInfo height and ascent for portions"
        
        Not so easy
        
        This reverts commit 318bbbfc9bad8c0e04306faade2dec956ff89d28.

2013-08-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [44f930dafb191523d8f319dc27ee3f1060e692cd]

        Avoid some segmentation fault
        
        Set methods handle null pointers
        
        Change-Id: I9a66d13220d42e01aa90842ae189a5cf55fabf90

2013-08-04  Siqi LIU  <me@siqi.fr>  [731f3d986eb13468681ae9a7ef491897a078f675]

        request immdiateupdate for pointerSymbol, but bad performance
        
        Change-Id: I943019f6f6c6aaddeb40bf7f56bd0ffefff8a6b3

2013-08-04  Siqi LIU  <me@siqi.fr>  [dffc87dd13daf9a2f2f629cd50558995aadc4d19]

        pointer display on the screen
        
        Change-Id: I43c91bdf6c364da282d354e5a07f871a9247f2d6

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [a5468d2a372fd1aba80b4a708c4751fdccf0157a]

        Updated core Project: help  dd714d9996d8b2ea7636a63224c799614f2cbf5d

2013-08-04  Caolán McNamara  <caolanm@redhat.com>  [662f504e8c8f21740919cc0ab0042012df69b8d6]

        convert localized autocorrection options to .ui format
        
        Change-Id: I8df81ad3bdef2094d01439604a805b2d6321f354

2013-08-04  Stephan Bergmann  <sbergman@redhat.com>  [118aee93197e093bc853b69ec8557f3e9cd512f3]

        Clean up documentation of XDate-/TimeField
        
        ...after 8ee69b0ba13f74d1515fac71df92947eb6328ab1 changed it from using integers
        with special interpretation to self-explaining data structures.
        
        Change-Id: Ib05dbde969fedcfb5f8c55a926bfef4120e38030

2013-08-04  Lionel Elie Mamane  <lionel@mamane.lu>  [8ee69b0ba13f74d1515fac71df92947eb6328ab1]

        fdo#67235 adapt form control code to time nanosecond API change, step 3
        
        Change-Id: I4899c89ee5b2a54c9c05b531ab284365f1558e3d
        Reviewed-on: https://gerrit.libreoffice.org/5270
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-08-04  Lionel Elie Mamane  <lionel@mamane.lu>  [aa5683e18de07c9e86325595ead4574efa685c3a]

        fixup SAL_INFO macros to actually print the strings
        
        Change-Id: I26bf8376d27f7fcbf8a83b7356d252dce9061fcb

2013-08-04  Lionel Elie Mamane  <lionel@mamane.lu>  [68a4d1f755bf782795c658565dd24fede6ca63b0]

        sax converter unittest: test accept trailing zeros in fractional seconds
        
        Change-Id: I3b6080df1cf8c13b5c0781c34c7806ac3c2cfbc7

2013-08-03  Lionel Elie Mamane  <lionel@mamane.lu>  [63572992755a9e2f5ba3e73bbe10ab145f102896]

        minor tweaks to existing unittests
        
        Change-Id: I64769fee917c5d8c6450a19ad53fdf795e280c98

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [79f79ab077a008515e4235bdc6fcb9bf6f1af961]

        Add saving the current tab between application launches.
        
        Mimic the Contacts app behaviour basically.
        
        Change-Id: Ib0579d26c105629cfe59620f996689a949bad073

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [38a3eba78d3aa0fe34268a84e14a5af2823aa342]

        Change the Preferences class.
        
        * Remove context dependency.
        * Modify the interface for easy usage.
        
        Change-Id: I9dfabbea1ec9ec9224dc8238a1884fdf695fc8db

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [ef5342c677e2d28f46401dac02fc5a3d4c0c1bd0]

        Fix updating of all slides even it is not necessary.
        
        Change-Id: I6f7937296915a7cff71d9d9ee491736a0c2c31be

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [20a17af069891da72ae6024436fa39d365c5c654]

        Move computer creation layout to scroll view.
        
        * Allows to use auto-focus.
        * Should probably be better on devices with small displays in landscape
          mode.
        
        Change-Id: I745ffbf1aef5f757b54155a9e79e99026c49dd86

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [53738414d34574d4c5fa06aba52b097f14b7dc17]

        Fix possible negative time setting when time is up.
        
        Change-Id: Ic519480dd85075b0122d8ef8fcb32c1a68542ae3

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [943a989139f8274b84ddbae41e27bf02433331d5]

        Add more expression to the warning text.
        
        Change-Id: Ic535c4f744a1564f847e4ba4e9f312f82fc07e72

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [b2e2f08837decc02e26fd9d3621794a111d6e91e]

        Fix slide show orientation changes crashes.
        
        Change-Id: I6539d4b36fd858dd7eb609acc2e58c8851f3bfe4

2013-08-03  Artur Dryomov  <artur.dryomov@gmail.com>  [d4b4c94aa185093927866818b81816452310c5f3]

        Add saving current mode when showing a slide show.
        
        Should be helpful on orientation changes.
        
        Change-Id: I0a00c980882decc3da3460f63b82c5d0bb308298

2013-08-03  Julien Nabet  <serval2412@yahoo.fr>  [c76434ae061ecb07c61543cafcc9c9a14c6a2229]

        fdo#46037: remove another 1 comphelper/configurationhelper in sfx2
        
        Change-Id: Id419540f2c9d1fc9bfcbfcc67239362c667b75c8

2013-08-04  Takeshi Abe  <tabe@fixedpoint.jp>  [e2e15148fc133c0b6fb3d9dc3cade2ef2ef64f41]

        Mark as const/static
        
        Change-Id: I54a7daee7345e7c0c5c3f866d5c365722b567eff

2013-08-03  Julien Nabet  <serval2412@yahoo.fr>  [be2761ce013c349d6f6e825b89c76e1c60a63343]

        fdo#46037: remove 1 comphelper/configurationhelper in sfx2
        
        Change-Id: Ibcd666c1937c5eb8d9c9330138b0d352bb682780

2013-08-03  Caolán McNamara  <caolanm@redhat.com>  [2c17bb142776621e3e7836b5cf0392ac52a9538a]

        Updated core Project: help  b8551169f98caa0cd00043086d82883afdcffd6d

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

        checking the help, none of these go anywhere anyway...
        
        so we can remove them and fix up the broken help links to show
        the right page in helpcontent2 itself
        
        Change-Id: I1fb170fc37b92d0f271b63e5099800e0e99d9b4b

2013-08-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [2d275be83f905f88c8c4ec982165af9102e3a920]

        Reduce scope of global constants
        
        Change-Id: I938c56d5d1200ada439df2a25b0d46eddf9c3a7f

2013-08-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [0e5634e73036767887fb64bf3de7eb0908e98a09]

        String to OUString
        
        Change-Id: I3290969a556d5eb824cbe6bd06984e0ac0cdbf35

2013-08-03  Lionel Elie Mamane  <lionel@mamane.lu>  [f4cadd9772ed0ff6e7f7b170080f90384d1f2318]

        fdo#67235 adapt form control code to time nanosecond API change, step 2
        
        Change-Id: I6ed48b506bdd7b3908ce8c7dba1b74093a3ac202

2013-08-03  Caolán McNamara  <caolanm@redhat.com>  [65e65a93adb0210f698de77bcc0e7c0a96dff350]

        Updated core Project: help  217eb53303b32634ce2da83709b4169ee166cfa8

2013-08-03  Csikós Tamás  <csks.tomi@gmail.com>  [e8db0fb6f98fe5346a0da613bef99895336bec8a]

        modern .ui widgetlayout for validate
        
        widget found at: spreadsheet/data/validate
        
        Change-Id: Ib4eed0e25f851f90e5dad0dee74a0729da10aa5e
        Reviewed-on: https://gerrit.libreoffice.org/5254
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-03  Mark Wielaard  <mark@klomp.org>  [eeb3b8dc5c771915f9c011e95ae20babdf70bd02]

        Add SDT probes for RTL_LOG_STRING_NEW/DELETE.
        
        Change-Id: I938259f90aee9d277c9ff5b72c9120b93311cbd3
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c2e2fbe6601ef14122371c380d91a48425a2b669]

        Fix subtotal functions in the status bar.
        
        That is clearly a mistake.
        
        Change-Id: I8f631f2ff63449a260091d7990f24ebaeea9c5f2

2013-08-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [33ed80c271d08b1756d2b60c3d62f474dff5f0c8]

        the compiler of the 10.6 SDK is pretty confused wrt to aliasing warning
        
        Change-Id: I7628a7cf862642e2fa85bf25bfc60cd7f06c2dbe

2013-08-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [1526e6fde2a82e494f1e7993eb8bbe1a08f5f375]

        NSAppKitVersionNumber10_7 is not surprisingly not defined in 10.6 SDK
        
        Change-Id: I68cba736de084a19d1dc92a3ccdd66b653f975c6

2013-08-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b468e9f16dbd6bdc06064672b8c78ca91f55ef9]

        CFErrorRef is apparently not always initialized by the callee
        
        on 10.6 SDK this coredumped in some case in CFRelease(cferror)
        Maing sure that cferror is initialized to NULL
        avoid the problem
        
        Change-Id: I5624416867670bfd4c8db9b35e3b3d37494f79fd

2013-08-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [3961c28659c961351d1b2b0d5cb5551d4940e8c3]

        configure: openCl does not build on 10.6 mac default no in that case
        
        Change-Id: I84b74cb9e9893996179b4b0229853903e29fe28d

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ac0041248bffa53f8da338a84ed6defafcb5435e]

        Add a test that currently fails. We need to fix this bug.
        
        Conflicts:
        	sc/qa/unit/subsequent_export-test.cxx
        
        Change-Id: Ie09c668d952a6297ffe3c75e348c2a0348176bbe

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b319cb9c11bb0f0100c16b6268e580a1d6e64aa]

        fdo#67684: Store imported text style entries, else they won't get exported.
        
        Change-Id: Id784772e677e176622e75ff5ae33ab3eb78b1d9a

2013-08-03  Tor Lillqvist  <tml@iki.fi>  [2382b8e8ec0ea65dc2a9ad1c401abe3be35a1487]

        WaE: unused private fields
        
        Change-Id: I027e54cb3d43955fdcf67a327ab96a54cff6d28c

2013-08-02  Katarina Behrens  <bubli@bubli.org>  [33983bdb94b63ffadd13bd10c976b4d3a6a5469c]

        Put back the string lost in .ui migration
        
        Change-Id: I5f91a2889bce8bfb7524d819dab9fdec13c689bf

2013-08-02  Katarina Behrens  <bubli@bubli.org>  [9695f38ca4ab26b40524f2eade98c45f0360131d]

        Converted custom animation popup dialog to .ui
        
        Change-Id: I9a3d0036b7313867aff928e1f8d4d24dff552643

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ed555d9889982f95b0846a451c95c9abd54c498]

        Ensure that we import a value of 0 correctly.
        
        Change-Id: I1ada3cf4a162bc4a85ce4e6d2cd0c13adf3156e6

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [a43a18edb0023b2a9533e719c8cf3dd2f894dad7]

        do *not* silently ignore errors when saving libraries
        
        In case of error, it leads to *data* *loss*.
        
        Change-Id: I80d806ef10a3364174eced3095ebf1ea217d75b4

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [fc9080a0c60f263d00eb71111fcda72b3c0a2ebb]

        fdo#67685 open xSourceLibrariesStor only when needed
        
        else it keeps loadLibrary from completing,
        because the latter cannot open the storage
        because it is already open in read/write mode.
        
        Change-Id: Icd0aabfff6e67af2c38a8f9185f8485b46ab1516

2013-08-02  Joren De Cuyper  <joren.libreoffice@telenet.be>  [d82433b0051a93632d66fdd6ab1df10166879c6e]

        fdo#67470 Element Dock: Subset icon missing in Set Operation section
        
        RID_XSUPSETY wasn't just listed, RID_XSUPSETEQY (notice the Q) was.
        Adding it adds it to the dock.
        
        Change-Id: I4c621aab74b424aacd5421ed90f35b42ae6e0a14

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [55d7d03b0c70a8d8db61418a88559b8480a2e38d]

        convert attributes wrapper dialog to .ui
        
        currently unresizable until all possible tabpages that can be inserted into it
        get converted over
        
        Change-Id: I1e7d28cf2f2a04ca2c596136b7d26626058f2e4b

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [973094a999abd15835e76cc69087edcc320d53d4]

        Updated core Project: help  33f8f1984f799c43d7bd1f8a0aee922c03d824e7

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [ae0493ccfe7c232557fb87eef4d0444709d8b729]

        got the ctors the wrong way around, fix resid loaded previews
        
        Change-Id: I0a00a5bbd4616fd72e947cacd72ef23d38147638

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [d7c82096e74123a9bd8325592bec78a4675b777c]

        adjust widget sizes of line tabpage a bit
        
        Change-Id: I07471551ab61caa3a8454090f7cb6192acd7c849

2013-08-02  Olivier Hallot  <olivier.hallot@edx.srv.br>  [241c670f06047a2298b6f2b0d80f898f530a6a33]

        Convert line tab page to widget UI
        
        Change-Id: I26ee6e0b5b6d17dfb9a65d16aaee0db1b64f5e05
        Reviewed-on: https://gerrit.libreoffice.org/5244
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f3d2b533122f918929f3ef5a77af4972582a5960]

        fdo#67099: Don't use edit engine for a single unformatted paragraph.
        
        which is most common, and using edit engine for it would decrease
        loading performance.
        
        Change-Id: I65c20eef96c88edd8eb07c73c27716c4f03c4cda

2013-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bf846ac0510da21f7faa601fbd30d9147dc3ee71]

        fdo#67099: Remove overheads on inserting cells during ods import.
        
        We will switch to using ScDocumentImport to populate the document from
        import filters, instead of using ScDocument directly.
        
        Change-Id: Ie59d6877d1ac4fc04751a84b663772a9dc9a3efc

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [eace5e0a1c4bab37699429447b1a17e3c9410503]

        remove last uses of XubString in sc
        
        Change-Id: I44c42f0268b0d7c2e77ab7e807610d39b7b7ea56

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [e9d8831d18d1120593137632a31b2dad9f8d20f7]

        get rid of last use of UniString in LibreOffice
        
        of raw "UniString" :-), the rest use the #define UniString String alias
        
        Change-Id: I6c4ca3a6c2b425b9214691e03deda5dd1a8a11bf

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [fca99395ad3c3310aa04d5ff725b4a82fc17826e]

        no need for dynamic array of XubStrings
        
        Change-Id: I7a25917a2bec3ecd394444f057c892b3b02a4c3d

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [d146b3cb76887a5f31970124762c045379592499]

        Clarify comment
        
        Change-Id: If850bc359383c089b5a4f3bd49e46499b761bbe4

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [64ddbd26a58fd84b56b270c21411ce7c246081ef]

        Enforce no Java if sandboxed
        
        Change-Id: I3c58684cc3914d8f7554c87d8d9e0735e95ea381

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [a642c18fa21c11fb8f9d0b4accb433d806d633d7]

        Indentation cleanup
        
        Change-Id: I20bb0b33f3a86dd9abab32d18f703bf720f143b5

2013-08-02  Petr Mladek  <pmladek@suse.cz>  [dcb386d787e5d3dbcd67a029569dd9b1cfba9274]

        let's own the packaged stuff by root:root again (fdo#67388)
        
        We have started to use -fvisibility=hidden globally with GCC.
        The hacky libgetuid.so does not work if the symbols are hidden.
        
        In addition, the library was renamed from getuid.so to libgetuid.so
        during gbuildisation; There was more location where it was not fixed;
        The result was that the packages and files in the Linux download tarballs
        were owned by some "ugly" user and group.
        
        Change-Id: I22f62b861c373f2553dcccc85a84dddabaf1f418

2013-08-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [051b59ca35b30ec44226c7e5d429c46c00076ad5]

        CharBrd 4.3: drop caps
        
        -Increase the height with the borders width.
        (drop portion calculates the height by own, but width is right)
        -Avoid caching when there is a border, because caching work
        with height and it can happen that border change, but height not.
        -Avoid drop portion height when calculate the line height
        (except when there is only one line)
        -Drop portion has an own font, so we have to use this
        font when change the cursor position.
        -When painting text, use the current drop portion
        part width.
        
        Change-Id: I3d8f4ef9e6f067e28827453f9b6412184943b72e

2013-08-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8bdb89558778d992cb5e82383fe7138f46232944]

        Useless variable
        
        Change-Id: I56fac8b812b23d38f335e90769a0ad20ee22f413

2013-08-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f780802f33951a08931c3a327f32b34434d801b2]

        CharBrd 4.2: vertical text
        
        - Check the orientation while painting border
        and text
        - Do not merge border of different oriented fonts
        
        Change-Id: Ic4c8e73affe8ec2577f9e40004b353d1633bb5cf

2013-08-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0d9ddccd8810a81a6f4d737870969d0dcf367d23]

        CharBrd 4.1: merge borders of text portions
        
        If two neighbouring text portion has the same height
        and same border then the left/right border between
        them will be removed.
        
        Change-Id: Id91ed33acbd8d052dc8d5248c0caf0822303bce7

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [d5fd6bd3571a519784c98055b75807554ed0f47f]

        test_unix_quickstarter is unused
        
        Change-Id: Ie11b97f52832f8f04f8243f4d6c0f18b3954253f

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [e22e166a5defab50c8d4c0b877f3955d4c1a76ae]

        WaE: unknown log area 'dbaui.OGeneralPage' [loplugin]
        
        Change-Id: I669bd637a8f4c9880eaceed2c67b9ddedd6eff3e

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [c590bf1050893be8dd1488f6beb24a674672b8fb]

        WaE: unknown log area 'dbaaccess' [loplugin]
        
        Change-Id: I327192e60ed75f2c24331f38f89bcfeb085725ba

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [c2dcbd8a83e3ea2945349518602ec0ce605fb95a]

        WaE: private fields 'pHelpBtn' and 'pCloseBtn' are not used
        
        Change-Id: I58db64a58eadb07f06acddc21b9a1d4a424b1ea4

2013-08-02  Tor Lillqvist  <tml@iki.fi>  [11bd7758e3bbfcee28343f0f4c233fa3dc4180fb]

        No self-execing when HAVE_FEATURE_MACOSX_SANDBOX so no need to close fds
        
        Change-Id: Iea03aa4708427772952add0f2fc40012b22e572b

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cc1e1e9509dd78d043c4b2f345df84635bc7492a]

        Only write db to file if we are embedded. (firebird-sdbc)
        
        Change-Id: If6126a8005d666c0c1355efc2a887519da37c891

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [03528afc5c21350b064d6a43fc57f1adc1c94c41]

        Clear Statements as appropriate. (firebird-sdbc)
        
        Change-Id: Ied90fe623dff284179c88ae77392d641ba0b004b

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [935eab83a92426d9fd9e335d8f16c7c4658491c1]

        Make getPrimaryKeys actually work. (firebird-sdbc)
        
        Change-Id: Ia300e85675a24a2900cfeb8ee75bf58356b14b30

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6f92b92458a35c3c88b732dabe4d6242fafe9584]

        Tidy up Transaction info in DatabaseMetaData. (firebird-sdbc)
        
        Change-Id: I77af538722e7e512db9bcd48d90f5c98ead379a2

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5292d90f24b7d0f29445c4634dd9219d8d6ea3d7]

        Implement supportsResultSetConcurrency. (firebird-sdbc)
        
        Change-Id: Id830f703c40c3b16db5f6237325762619cbe54eb

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d74ca3bc9927f941cda810b655393ad18eea1a6e]

        Some more DatabaseMetaData. (firebird-sdbc)
        
        Change-Id: Ic8f1a2c1d67d163e6bd326d9b759b9f9cda67b35

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c5fb2644c92c8012b66cf2d1a12d6ce666beed25]

        Check that xKeys exists before using.
        
        Currently base segfaults here when using a database driver that doesn't
        support sdbcx, the internal sdbcx wrapper doesn't implement getKeys()
        either.
        
        Change-Id: I195dfa891b4e38e6e0f5a9286bcbfa66ca818e28
        Reviewed-on: https://gerrit.libreoffice.org/5243
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-08-02  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [04d1e80ac7091ec2bf31c8617e832d5fe15350be]

        Add embedded database selector to db setup dialog.
        
        This allows for choosing between the HSQLDB driver (currently default)
        and the firebird driver for embedded databases.
        
        Change-Id: I3734440fedf9f07b28f9cfd806dafbe6610393f7
        Reviewed-on: https://gerrit.libreoffice.org/5199
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [34eae8ddb00920266c3830013586101d7ce41c05]

        Updated core Project: help  07886e67f36d3da3e36fc41e612ed0bb7593d6c1

2013-08-02  Csikós Tamás  <csks.tomi@gmail.com>  [3604f3f005c392006378bb90e4ff42fed73a138b]

        modern .ui widgetlayout for editdictionarydialog
        
        widget found at writer/tools/options/writing aid
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: I1cd4ff5c85f373ccd8d7b808f6ef869fe4c2d312
        Reviewed-on: https://gerrit.libreoffice.org/5228
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [9e00c7fd5c81e68bab4d6e624576c9ad8c5fa5ae]

        don't reuse SV_HELPTEXT_CLOSE for SV_BUTTONTEXT_CLOSE
        
        so we get mnemonics
        
        Change-Id: I45696077734335f7e3cbb5094de24304e887c349

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [945634b1397c0280b0d8ca1614b7bd8e974c8ab8]

        Updated core Project: help  33355fd1b7c9eaeda41abeb3e5519b9fb18ab377

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [ef2c08ee6c3221cf8c6207020b610f0475b45f88]

        tweak spacing and express description height in no of lines
        
        Change-Id: I982506adf76485d838dffdee512e96b94bcbdd7b

2013-08-02  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [1e91ddc06159806620d93385c900cd3d98b14814]

        Convert ImageMap Properties to Widget UI
        
        Change-Id: I619b2dab67b22d75839b9968e7e784b5dd5268ad
        Reviewed-on: https://gerrit.libreoffice.org/5226
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [3d5a27bf5a50870adce0bd43f9f71211e9caaac2]

        for later...
        
        Change-Id: I266d2992bcd212a6539e4b50c9daf2c53ff98904

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [a8f327a9fc13fe5d0992aba4d217b8c909871237]

        make comment actually describe the code
        
        Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [0fafb92e97855c4f5e461c6198d92b41431b1227]

        janitorial: more const where possible
        
        Change-Id: If579b2b2990c3cdd4785077aa1b34c33bcc241b6

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [6fc71eea1d11d0d373ad32052d25f65e800509e7]

        SingleSelectQueryComposer: the name of a non-SELECT column is its "real" name
        
        That is, the name in the table.
        
        Change-Id: I95326915f381ec0cf72c66f13352ce76d82e9517

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [69a061509b728055c0f30f36427e2efa63424cbd]

        fdo#64117 *always* set the filter name to the correct name
        
        the removed test made absolutely no sense:
        aliasName is a fully-qualified name, but columns is indexed by column name.
        That is, schemaName.tableName.columnName as opposed to only columnName.
        
        Change-Id: I9066b5183298e3e6ab63c367594f92bb3e00979d

2013-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [ed904af8665f6f7590fedd4ad608018f78c686c1]

        fdo#67235 adapt form control code to time nanosecond API change
        
        Conflicts:
        	offapi/type_reference/offapi.rdb
        
        Change-Id: If68ecf0691919d71d06d7b97d46db115013f9805
        Reviewed-on: https://gerrit.libreoffice.org/5149
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [784cfa382be438240dfc936b7551c5012aada9ae]

        Updated core Project: help  dd74d327294ac10372f0fc38a545b2f629d76632

2013-08-02  Csikós Tamás  <csks.tomi@gmail.com>  [502a066c75389285328be3a3c2f8b0a6d2d5aa2c]

        Updated core Project: help  e56f7c1e00ee2d6e23c81719319126c84eeb2bb6
        
        update help ids for date time dialog .ui conversion
        
        Change-Id: Icbdc3b9cab375db8caf694c65ada055d70f59753
        Reviewed-on: https://gerrit.libreoffice.org/5214
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-08-02  Herbert Dürr  <hdu@apache.org>  [6f1b6f6527b06b15aa29ccfd7089a9fb382d42d7]

        Resolves: #i122885# handle SmartTag related exceptions gracefully
        
        and support diagnostics by providing exception details
        
        (cherry picked from commit 7334341e5986b7685866a836195fd6d189293cab)
        
        Conflicts:
        	sw/source/core/layout/layact.cxx
        
        Change-Id: I18f4ddafd48f53329d313ada5fe1624974a61894

2013-08-02  Caolán McNamara  <caolanm@redhat.com>  [4f950ffb896ce3fb8af6f422a53ea132bc055e1c]

        small expand tweak
        
        +
        
        a) use default dropdown count
        b) SAL_N_ELEMENTS
        
        Change-Id: I67f12137eedb19bcaf79309fc64bf5c29a70e64d

2013-08-02  Csikós Tamás  <csks.tomi@gmail.com>  [1f0da38c7d132cfc64e977454ebc2eab35f18ba0]

        modern .ui widgetlayout for datetime
        
        widget found at: database/insert/report -> insert/Date and Time
        
        Change-Id: I8d0f388bd8e3eb7169e24570beeb7d6b513b8d05
        Reviewed-on: https://gerrit.libreoffice.org/5213
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-02  Takeshi Abe  <tabe@fixedpoint.jp>  [3aea6c121d3b962d8efafe9b15d35a0f93ddceb3]

        Mark as const
        
        Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a

2013-08-02  Artur Dryomov  <artur.dryomov@gmail.com>  [08157e4b63e41c1dbbc07584517fd4341cc5654c]

        Add saving state for ComputerConnectionFragment.
        
        This change should provide more smooth rotation change.
        
        Change-Id: I3d530485752069fb5f6d4683b68b83ef97f87808

2013-08-02  Artur Dryomov  <artur.dryomov@gmail.com>  [429148c5f10828c50ae41309942f4946b12a7df9]

        Change computers adding behaviour.
        
        Show a button only when a WiFi tab is selected or there are no Bluetooth
        support at all.
        
        Change-Id: I8944f4a4ec0dbcba087744960f467dca87ba7a86

2013-08-02  Artur Dryomov  <artur.dryomov@gmail.com>  [fa484c3b00a70ef00996f9bb694ac88da81cc91b]

        Fix possible pin-related bug.
        
        The latest LO release does not allow entering PIN-codes without leading
        zero. This change should solve possible issues from client-side.
        
        Change-Id: Ie2f2db9baa5d677cbbed772497d32668cdd5748f

2013-08-02  Artur Dryomov  <artur.dryomov@gmail.com>  [d3cef7ed759d8e30f795c3346b5d71d428246c00]

        Add servers sorting.
        
        Change-Id: Idd3d39fcf91fba6d5f7b0615d241f6ad9f46bd5f

2013-08-02  Michael Meeks  <michael.meeks@suse.com>  [43dbc8088ba6f4f51ca455b1af41251d69befe86]

        android: improve remote control debugging.

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [5e3d94d9ac91ec48eb609ac0cb2410ab7b251ed4]

        Updated core Project: help  1d342b5132ae3c6efbbb8b81df14726c2ef15d59

2013-08-01  Csikós Tamás  <csks.tomi@gmail.com>  [1a1755a4e8b171c616aeec0db86c8e6cf07d018e]

        Updated core Project: help  7cac382748b5c5ade0e6df66da99a8069673b3b2
        
        update help ids for footnotes endnotes tab page .ui conversion
        
        Change-Id: Ia4a156a966172f388d0f7cc08521ef5a53ebde14
        Reviewed-on: https://gerrit.libreoffice.org/5222
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [d98c1f439ed824db283ff04ac4e2737c926e878e]

        restore 50 max char limit
        
        Change-Id: Ic6323475abc2cdafc7c237c51741353c403d6ee1

2013-08-01  Csikós Tamás  <csks.tomi@gmail.com>  [fd628da9e34d7fb25e2ab7606d80509c3e651a1b]

        modern .ui widgetlayout for uiregionsw
        
        widget found at: writer/insert/section -> footnotes/endnotes
        
        Conflicts:
        	sw/source/ui/dialog/regionsw.src
        
        Change-Id: Ie3f24eeb63f334dd8db9fce4bc2762b1927e58f9
        Reviewed-on: https://gerrit.libreoffice.org/5221
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-01  Tomaž Vajngerl  <quikee@gmail.com>  [9121f09f3aeb75f3091c6b59cc3c3fade54cb607]

        fdo#67639 Rotate crop area when the image is rotated.
        
        Change-Id: Ifdd0080f278b67b815f15c71523497de59e615bd

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [27b83b89f13ac4ad0577ee27f13d9c6843ee66d4]

        update signature of DrawTextArray in workben
        
        left behind since 0c7579d5de63f569773daf894bcc0ab173223f2a
        
        Change-Id: Ide1f81e5af52bece9ef96cfb1c16948086908e22

2013-08-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [55dbf8795467892abe210e4adcc6cf14f02516d7]

        fdo#67489: Add test for this.
        
        The master branch doesn't have this bug, but it's good to have a test
        case for this.
        
        Change-Id: I986d51bb78effc829f01f40b9ad63647f5341fa9

2013-08-01  Tor Lillqvist  <tml@iki.fi>  [33bc5a2737de53ae2c60c2c1be5738760d0762b3]

        Add more logging areas recently introduced
        
        Change-Id: I0773f75bcc09a7eceee4525d34f908edfaced16a

2013-08-01  Tor Lillqvist  <tml@iki.fi>  [089a1f5274ac6eaec31d08127ecc86ee32a63244]

        Include <sal/log.hxx> so that SAL_INFO actually compiles as expected
        
        Change-Id: Ib7209627052563391eedadb671ed164a1cf863c0

2013-08-01  Noel Power  <noel.power@suse.com>  [bbbda0cf1afefeab3715a3a1b3c6a10156ef4fda]

        attempt blind fix of Macos compile error
        
        Change-Id: I1e524e1daf40b72b434824f891ac5ad2af1cd7f8

2013-08-01  Jelle van der Waa  <jelle@vdwaa.nl>  [a1e10f8b468d5f0b2ddb2d3dc1be2cdfdd9b2409]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I26ca00f345b4f8b47dc35cd22652ef55f6d99536
        Reviewed-on: https://gerrit.libreoffice.org/5218
        Reviewed-by: Ioan Radu <ioan.radu.g@gmail.com>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-08-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [aeed94cca5bd3f37f7293dc04ac566654c938f3c]

        Remove commented out code
        
        Change-Id: I28fd79d603bb40c4ca36167271641ebdf1d54f55

2013-08-01  Artur Dryomov  <artur.dryomov@gmail.com>  [7e07a45500dcbb891a85f0bc9b7049cf4d50bba1]

        Change search timeouts from milliseconds to seconds.
        
        Makes things readable and should prevent potential typing bugs.
        
        Change-Id: Ifcb90568859e94896f5c2a313546fe1fdd6fa4bc

2013-08-01  Artur Dryomov  <artur.dryomov@gmail.com>  [9864a2d5d4dbc9988ada970dfe713559e7db9326]

        Fix Bluetooth devices discovery.
        
        * Listen async Bluetooth status messages and start discovery properly.
        * Remember Bluetooth status before running the app and manage the state.
        
        Change-Id: I2be3fb6a503c5f6ace96732ebd0302935f1afb84

2013-08-01  Boris Dušek  <me@dusek.me>  [610a4a9498c78293566e3996a9672269a7f085e2]

        fdo#67410: VoiceOver does not provide typing or cursor movement echo in text
        
        Change-Id: Ief39aecd247b612c52cd970b6c5911f34d8cb69e
        Reviewed-on: https://gerrit.libreoffice.org/5208
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-08-01  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ce33ac1da4b3345684e69dc0d5adff375fcb4a13]

        Add enableOnRadioCheck for 2 dependent windows.
        
        This is needed for the embedded db selector that is
        to be added to the database setup wizard.
        
        Change-Id: I5bbf4bf51472ca84c678b97991b9763fc062a88f
        Reviewed-on: https://gerrit.libreoffice.org/5198
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-08-01  Noel Power  <noel.power@suse.com>  [96ef3ad2d84b3d390f0bdd47408d2a7b2c569087]

        unit test for fdo#64753 ( import/export of sheetprotection )
        
        Change-Id: Ib66a8ef62ba598890c7db634cf54003fd92485a7

2013-08-01  Noel Power  <noel.power@suse.com>  [8ce1124359783df750d176b8390b4eb0f54fb6ba]

        2nd step to export SheetProtection fdo#64753, actually export the data
        
        Change-Id: Id9fa1f9b917f9df8ca0ead02dfd5405388039b4b

2013-08-01  Noel Power  <noel.power@suse.com>  [016e18680e471d9f0cea8ee35f9716ae0f9baa11]

        1st step fix for exporting SheetProtection fdo#64753 is to import correctly
        
        Change-Id: If420b386543c15c7b550a720b6e2db69bf372d7f

2013-08-01  Artur Dryomov  <artur.dryomov@gmail.com>  [46de4c598e9a78cc9a8401c701b75f434707d186]

        Fix computer creation spelling.
        
        Replace a notice with different hint. Change error message to be
        shorter.
        
        Change-Id: I93f063bb07c37749466787d7a965893fc79a69bb

2013-08-01  Artur Dryomov  <artur.dryomov@gmail.com>  [dc2e2d0068315500ed70880667802f1f52a77f70]

        Remove custon scaling for GridView slide previews.
        
        Should make thinks less hacky.
        
        Change-Id: I007800558ce8a0a567addde3b01926bb53c311f6

2013-08-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b8b807ae589a0b0daa101a0b00bcbe21aa138e2f]

        fdo#67621: Delay populating the ranges until the dialog is shown.
        
        Otherwise the table widget won't have any idea which rows are displayed,
        and end up not populating the ranges.
        
        This is caused by the switch to the .ui dialog, which delays calculation
        of the dialog size until late. But the code that populates the ranges was
        execuated when the widget was instantiated, at which time the widget didn't
        have its size assigned.
        
        Change-Id: I22943b41b21b58cc67e872dff13ad3c25eee8438

2013-08-01  Siqi LIU  <me@siqi.fr>  [1cfa65ccaf73993caa2b6fbae1501232f1d96ae8]

        enable WiFi support for sdremote
        
        Change-Id: I753b94413262cea6dd094b16a7ae03e8952f2522

2013-08-01  Siqi LIU  <me@siqi.fr>  [e32798d63bdf0c9fbcc13df06c4afdfc5b0f4dd5]

        add new debug area and use SAL_INFO instead for debug info
        
        Change-Id: If719f3340ac585d162e1bb40847ce17e67415869

2013-08-01  Siqi LIU  <me@siqi.fr>  [b9d2671ae11d7b7225b3d5b01a5beb733296c085]

        merge WiFi support into remote control feature toggle
        
        Change-Id: I4b65021698d6cdd576cff3155f9122195f45cc6a

2013-08-01  Tor Lillqvist  <tml@iki.fi>  [e3a8f0f952e2effa61b60b3b47e285e65c40bcb6]

        CoreText is default, so document --disable-coretext and not --enable-coretext
        
        Change-Id: I308648c5c03382d1963e721fea2ad6a61e3ef795

2013-08-01  Michael Meeks  <michael.meeks@suse.com>  [687b62f4812f88c9aef3bdd864358282850aa2ec]

        android: don't mess with the system bluetooth setting unless we have to.

2013-08-01  Siqi LIU  <me@siqi.fr>  [b042a78d9847753d95560749dab2159d9cfbd7ae]

        send out presentation title during the preview page
        
        Change-Id: I6acf7d6a690f9b29d11b4af9ea027e34170fbfdb

2013-08-01  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [08e0e4b3a93439ac990cf1b9ee04aac8fe022b2e]

        STR_POOLCOLL_DOC_TITEL: added a comment for translators
        
        Change-Id: I9afc15c2b5539e798e408bec07a25b9b8739c266

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [4938d06ad251e8e57ff66b185189d98587ca5104]

        Resolves: fdo#65609 restrict width of all user-controlled edis and lists
        
        Change-Id: I1f15e17c903daee849c53a689a8bb3465bac5f74

2013-08-01  Tor Lillqvist  <tlillqvist@suse.com>  [67c8d5b7ab6ec77d7d701bc5aefbb94d4db4ef1c]

        WaE: C4701: potentially uninitialized local variable 'pGlossary' used
        
        Change-Id: I299c89c6417b6f3cf0932d8c5d8a3b9983300d5e

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [4e293b2a25d7165922d18c7d447d27a33816f563]

        Updated core Project: help  a33c7f18d600d08e5bf1cff321ed914ee76761b8

2013-08-01  Csikós Tamás  <csks.tomi@gmail.com>  [934d3c7a2e6971c48c2385a346b0ac5fed39d842]

        Updated core Project: help  6d653a9f5a8f4bf28f6168ca995fd52579b87f10
        
        update help ids for page number dialog .ui conversion
        
        Change-Id: Id74ac417c50d32c0edb3e78330450fabc2b510ea
        Reviewed-on: https://gerrit.libreoffice.org/5212
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        

2013-08-01  Caolán McNamara  <caolanm@redhat.com>  [145d5ab1cd2b721dccf388884cc824d267fc2986]

        remove dangling helpids...
        
        and bring the listbox beside its label
        
        Change-Id: I51f7e0b204b8a033f13d132b16444e06e0927e53

2013-08-01  Csikós Tamás  <csks.tomi@gmail.com>  [fbf0988d22248b8098a7645b55db383070961b99]

        modern .ui widgetlayout for pagenumber
        
        widget found at: database/insert/report -> insert/page numbers
        
        Change-Id: Ibc0336a5a61cea44451e9a30b7dba5666dbc0fed
        Reviewed-on: https://gerrit.libreoffice.org/5211
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-08-01  Thorsten Behrens  <tbehrens@suse.com>  [44cd56e0ac1c1683e55b930f862c64f6da356779]

        Doxygenize some docs, translate to English while at it.
        
        Change-Id: I977981bb45da1599e8d46bd8d961dcbb01ebd99b

2013-07-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3bade6b47973a228723b240b9410f15891487812]

        Fix reference update on range references in named expressions.
        
        This fixes the macro test failure.
        
        Change-Id: I8ddaaaa49d1faf36cc37212895c21023a4ab6135

2013-07-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [10dfaebc6cc2191745d4d7323596bb8e22c9d029]

        Add test on updating references in named range.
        
        This currently fails.
        
        Change-Id: Ibb2b9e4430c97479d068d94d233f04f60b255966

2013-08-01  Thorsten Behrens  <tbehrens@suse.com>  [02fb63f8f29085213659b730456dbf0438c2f7cc]

        Fixup: SvxSimpleTableContainer got moved to svtools
        
        Change-Id: I358e244a8cc8a98255645265e8734a2bb6eac8f1

2013-08-01  Thorsten Behrens  <tbehrens@suse.com>  [db53bc6cbc58fe4c6a44501cbc34743c95fc37a0]

        Use a slightly less-hermetic name for the new about:config tabpage.
        
        Change-Id: Ib64d06acdbcc2dd988e1c28c10a5446903f45914

2013-08-01  Thorsten Behrens  <tbehrens@suse.com>  [3f28d85ed0f1ed6112f36d63abacb7999711eae2]

        Fix indent, use more idiomatic const ascii array & methods.
        
        Change-Id: Ib8b03f96b3b07f6846c7ffce8522bb03fb1301a3

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [7c63bf6cc1b81d5834d7a615b1c3d240b33110ab]

        Hardcoded 3 toplevel configuration names for merging to master
        
        Change-Id: Ic4271291f6f0adc66a69f5d9cd1b10c3393503cd

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [73eb4af1c0385438d5a4ab74ec4050976dd63923]

        Cosmetic changes for experimental features
        
        Change-Id: Ia7ade29a2780881f53799cb57100ff60495d9d88

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [876de50303e9f9254103870f32577640611fd4df]

        initial editBtn click handler added
        
        Change-Id: I31ea8ab94331a8f6edc9e3c3f8f35105da5d7041

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [39b31a28ced6d8bcb631921193d382322eb73ef7]

        getConfigAccess Re-arranged for getting update access
        
        getConfigAccess now has a second argument which allows getting update
        access when needed. If second argument is sal_False gets ReadOnly
        access, otherwise takes update access.
        
        Change-Id: I53731e6cb8c586f59aec81abc1f12bcb60fd5481

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [a018f321c5adbd139882adeaa37a195396db83b6]

        Header bar sorting implemented.
        
        Change-Id: I2c80b6f7973053c78af430b458ae2f9e5532532e

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [c0d9c668069da2e52f99f875405cb8bbea0bdc30]

        string and long sequence's added.
        
        Change-Id: I46b6eed7a509ba6793f8e2b2a148acae3f4d06cc

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [4f4d64a5a919052376571b520f1a86d3ce9f74e4]

        Boolean and string types added for representation.
        
        Change-Id: I5e325ec36ee6977cd8916ea1edc552db7a35af52

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [c8b0501c9bb93ee643018230a73d1b02fe8c1062]

        initial implementation of mapping values
        
        Change-Id: I04aae2c6586967b8788e6b3fcd2752b893831937

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [fe90738ea8259e42790b06fa57ba6ee24f3e4610]

        Page testing loads options to the LB
        
        Formatting is not at the last version. Page loads all options to the
        listbox.
        
        Change-Id: Ic83817ff56411599389d549e6c135e0275dd940c

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [6abbd339a34177b43d74f441ef4f34cbb6102a8f]

        configaccess and FillItems can take '/' as nodepath
        
        The problem about taking '/' as nodepath solved.
        
        Change-Id: I9590a7bec95c8d90d18bfe55fdb7ab19043ccb55

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [8577673a7ccafedb03e3b9762a2f557259acea22]

        Tabpage doesn't crash on load and traverses configurations
        
        Tabpage now works without crashing. It also traverses configurations.
        Traversed configurations doesn't display yet. But traversal can be seen
        when debugging. Root of the traversal should be given as a until "/"
        part. For example "org.openoffice" not accepted. But
        "org.openoffice.Office.Canvas" accepted.
        
        Change-Id: I2d3026781bfaafa0f721b317249c8879f103bd05

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [9bc5a1f3978deb9722b747d805cda4a773301437]

        Reset method implementation.
        
        Change-Id: I34fb54feb636eb9b3f61062969855f9d80140c08

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [1fe4ace618d8d3bbd3db1aa361dfc8e2a2426239]

        FillItems implemened
        
        This method will be used for traversing configuration tree.
        
        Change-Id: Iefd8a21d1cb27496c87502755834c31b1a35ba44

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [217a1370977bcba866ad292aef4f2047460c275a]

        Configuration Access method implemented.
        
        This method is used for getting access to configurations.
        
        Change-Id: Ia4aa82a3f2df02e26f750133f7a7d2c85a75710c

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [779c004133f79b292e660479aeccb731d1c6d668]

        InsertEntry method implemented
        
        This is used for the adding new items to the list box.
        
        Change-Id: I6c531141c9dd4df1e050bfec610735c917bf5403

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [9bd0629c510b31285cfe492b47dc455aeddea506]

        Revert "starting to initial implementation"
        
        This reverts commit 5a3b21b5fb579bcf86eff172862b1c23c499b361.
        Will implement it a different way.

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [0650dd5db8049863534b37b2d55878abb53e6828]

        starting to initial implementation
        
        Change-Id: Ibe2e61b599bd47708cefaa03fdba03e6428c6ed6

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [268d06e51fecf651464c84b2c01802fe3e70fe99]

        Fix for crash on button press.
        
        Change-Id: I80fd5e981b23df04feca39546b9495c686396145

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [60bf592bbe9bf097763a8f65efd11004fdb1aa4f]

        Small fix for visible column names
        
        Change-Id: I68a2ced7487f7d16d34475fe69e7fef2550e93e0

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [b6717e053f80cf9b0a36e18492372f0704456248]

        Multi column listboxes initial headerbar added
        
        Change-Id: Ie5f4019e2565ae24a53e820f933c226cb9517660

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [4755c19f38c9ec19d3bb5dfd87036095071d4fcd]

        Default and Edit buttons added to the tabpage
        
        Change-Id: Ia4802c4da9c2041a1de542f1f09ea853caccc58a

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [8c325390b4442120a868f13930c86d1f22262892]

        About Config Tabpage is now visible
        
        about config tab page is now visible. Because it is a tab page I cleaned
        buttonbox, and toplevels.
        
        Change-Id: I5980322d657051664ad2ec8ae8ede97d7f33f84b

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [3a19626d808e23f974711ee9fc0d394f76b5f9d7]

        Empty tab page created and added on options dialog
        
        Buttons cause crash on empty tab page.
        
        Change-Id: I34bfb412c4d9dda9fdf71b6803be67939c00ff59

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [a76f687d46014197d7ebefb85743ed66f996137d]

        Initial files are improved.
        
        Some typos fixed on header files.
        
        Change-Id: Ibd6f1b666a3a5b8b6a943b1bffae0be262bcf2fa

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [f106f277b517ebba523ff48a888e3c8496dc9e97]

        Improvements on current prototypes.
        
        License statement added to header. modulename changed svx to cui.
        
        Change-Id: I90f96e6c4720af392b344fce1052dd135e611bae

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [208e3f6ea77057e301bfe6693b3bd4e3ba66defc]

        about config page header prototype
        
        prototype is added for about:config utility as SfxTabPage.
        
        Change-Id: I5146c0615a42f0ae084b3ec29b6b5f3b6677d9c6

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [2004a788115fa8ec64fc2d5d5f857a0284b80263]

        second prototype of the aboutconfigdialog.ui
        
        This prototype has SvxSimpleTableContainer and a few labels related.
        
        Change-Id: I1cda9fdecc5b670f363da1d4ef94ff1663b03530

2013-08-01  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [074cc3f4fb782eb1dd96da4cd110501879d64d78]

        Initial .ui dialog for about:config utility
        
        Change-Id: I8c5b83e188e32fd1df1aa53ca1822f9b40285ad3

2013-07-31  Caolán McNamara  <caolanm@redhat.com>  [d49e3805c58b2c08c5cb0483ed620ab6ef86fedd]

        InsertTarget UniString->OUString
        
        Change-Id: If335c313c9c2a13cc748adc9f21492d213f8a4fa

2013-07-31  Caolán McNamara  <caolanm@redhat.com>  [d7d7b51c23a921803929f716a6554d869b1150a3]

        restore last selection of target-in-document dialog
        
        Change-Id: Ib6eb3d9089b71888de76e338015519845d9f6b9d

2013-07-31  Caolán McNamara  <caolanm@redhat.com>  [e78f75bc2da9d97be80e2bf240fa9ef38497ae4e]

        convert section indent tabpage to .ui
        
        Change-Id: I09b5f206d5e607b87528aa92f7f25be5df1a99c8

2013-07-31  Caolán McNamara  <caolanm@redhat.com>  [cdcbb8d74c3956501343009d7290d2b2b3b7b3d7]

        Updated core Project: help  b3408bc3c60ddee2eac3dce5a04d596da328528f

2013-07-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eaa64ac2edbd07638e76545ec954d89b46df9dad]

        Avoid having these fat inline methods.
        
        They tend to cause linkage problem on Windows.
        
        Change-Id: I98fff8c5e45987670629e6eeacec7ecadf71ff48

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [238002acc070571a36208458866a912035caaf33]

        Removing more dead code after .ui conversion
        
        Change-Id: If2a26967a3cb344b7d686f3db8774fe9ce28d79f

2013-08-01  Takeshi Abe  <tabe@fixedpoint.jp>  [392c5b2a70440c03341f21c7583ca5139b4a253b]

        Mark as const
        
        Change-Id: Idd1d0641d5b7d8594f354c7d2e2a9093ecc6b2f7

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [83ff6c0f4101fe4f25c2b4a58c70b40de8cc2ff2]

        sidebar: fix widget positioning when replacing controls
        
        by introducing placeholder VclHBox
        
        Sadly, I've been unable to do away w/ the original ugly code
        that draws replacement widget over the original one :(
        (SetPosPixel, SetZOrder etc.)
        It is still being done, but now in correct position on screen.
        
        Change-Id: I51bd1f411621081b42da25b52f1a4d6b56c1e7f6

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [a90c2e73ea4788ee58e9dab2b0f44467306d67dd]

        sidebar: prevent segfault caused by double delete
        
        VclBuilder cleans up after itself, no need to delete those widgets
        here
        
        Change-Id: I7ed504f8721587264bc24660359e4491a83f3ea1

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [7d2330b6d25617631cb536950151aee0b8b306a6]

        sidebar: Removed overloaded function & adjusted toolbar code
        
        Change-Id: I491e621a2a8d10ed1743cc8802816c3910784b26

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [aa98c3060e133d785c0ed2d30da3b32cdb745750]

        sidebar: Feeble attempt to resurrect setting frame label
        
        ( putting effect name into it )
        
        Change-Id: If8561ab55a59790bd54646c173adab225e346026

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [ffa2dab31e794f5bd11af798191d57a8e5b0f74f]

        sidebar: Removed now dead (widget placement) code
        
        no longer needed after conversion to .ui
        
        Change-Id: Icc3d99a03d680d86777d5c12843795a6308f4819

2013-07-31  Katarina Behrens  <bubli@bubli.org>  [4438fca46a16a59f9a24fc6c8221beaf4b039c57]

        sidebar: Converted custom animations pane to .ui
        
        Change-Id: I50b38c984b0f4b179dff84281033a328e30c3275

2013-07-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f89637e329e765bce0bd513c843e4e2b673c38fd]

        Revert "convert vcl/menu.hxx from XubString to OUString"
        
        This reverts commit 43b1ac3651732a1ceb193268ab72b4aaa90dee65.

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fe010c7c1905f76e2c1dcddfa3bf8b4bc70b858a]

        Use correct MetaDataResultSetType (firebird-sdbc).
        
        Change-Id: I9f501dc9e578c9d7bd997072345578bdc860f6a6

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [43095140eb162dad953919facc636a19c24c8cc0]

        Cut identifier to correct length (firebird-sdbc).
        
        Currently firebird returns table and column identifiers as being
        93 chars long (rather than 31 as per spec), this leads to problems
        with ALTER and DROP commands which are unable to deal with the incorrect
        length. For now we simply discard the extra characters (which are
        blank characters).
        
        (SELECT and similar commands have been able to deal with the overlength
        identifiers previously, which is why this hack wasn't required
        beforehand.)
        
        Change-Id: Ib6c984b5fc72dc4e326b3f8d36f6cbc4a3c9086a

2013-07-31  Jelle van der Waa  <jelle@vdwaa.nl>  [608dec14f1fd7b46b294da9341a6da6a24caef91]

        fdo#62475 removed pointless comments
        
        Change-Id: Ic3743e48ef9055933ff040c180561ef41b3a2990
        Reviewed-on: https://gerrit.libreoffice.org/5174
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [85992e23e734dd728919b72bfa0632c1bf940c28]

        Reduce scope, simplify and reuse code
        
        Change-Id: I94a5df5f947d51fe52f2fd2c9f02dc8558687b0a
        Reviewed-on: https://gerrit.libreoffice.org/5190
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-31  Mark Wielaard  <mark@klomp.org>  [431d894f3e04a2fa0addc495587d0080b65c0e36]

        Fix memory leak in osl_getSystemPathFromFileURL.
        
        rtl_uStrings should never be directly assigned. That might mess up
        reference counting. osl_getSystemPathFromFileURL can be called with
        pustrSystemPath pointing to a non-empty rtl_uStrings. A special case
        being when the ustrFileURL input and the pustrSystemPath output point
        to the same rtl_uString instance. So use rtl_uString_assign.
        
        Change-Id: I48e17817cba905a4a6d4bc303d072d62941b0d9c
        Reviewed-on: https://gerrit.libreoffice.org/5209
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-31  Adam Co  <rattles2013@gmail.com>  [a4b4bde0a28b06f150ec80a65e322491a547f803]

        fdo#67013 : fix for borders in headers and footers
        
        Change-Id: I45d71348a64b8e79c34e24829cceadedd0d8f6a9
        Reviewed-on: https://gerrit.libreoffice.org/5170
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ea4003de2ea92424c60ef2aaa9c5ff260b804852]

        Reserve correct size (dbase).
        
        19 values are inserted (but misleadingly only 1-18 are used).
        
        Change-Id: Iae76c16494e8a9a1c1057b0993679ef828254b8f
        Reviewed-on: https://gerrit.libreoffice.org/5210
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-31  Noel Power  <noel.power@suse.com>  [4bc42b6d7140144f5e17528276e8ddc80c033d6d]

        fix for fdo#60883 ( macros disabled for documents opened from templates )
        
        Change-Id: I5d4478176bd18a5d7a08dd4472393ea56e1ea280

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [da25756ba9a6b7ea51625dc5ca9291d209867068]

        Remove unnecessary F- prefix for firebird-sdbc files.
        
        Change-Id: I6574ef7fd1c26770a74b2d1f2b0d997fcca97779

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [289741da6d5f1e7130f27e62b7ec4819da849d22]

        Optimise getPrimaryKeys a bit. (firebird-sdbc)
        
        Change-Id: I93d0a460b8c855596969a16fc33b31f9e0065624

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a55178ee66d1920a9bd9e7dda3d599a4b86f328a]

        Implement getPrimaryKeys. (firebird-sdbc)
        
        Change-Id: I7ccd013eaaf1c06b5eecae4b51bf607561531200

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [08c4c6327d0aebb991e190e3c149ad364af098fc]

        Fix getTablePrivileges, warn on unimplemented methods. (firebird-sdbc)
        
        Change-Id: Ibf32f31d8b78c632c947a8b7546464b0b457ee08

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6523504d5bedad19ce8ca6a28916045ad17d6263]

        Some more DatabaseMetaData (firebird-sdbc).
        
        Change-Id: I9ac7043878acc5738582ecf6091230cdd7b63152

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9f2c95533df5205953db54926f3d953ea2ac5b3f]

        Avoid repeated allocations in getColumns. (firebird-sdbc)
        
        Change-Id: I3d519815c42899f7cd60c6f06887cac7341e192b

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [080555a321e82331ff3531c9066a7282506a1882]

        Some vector cleanup (firebird-sdbc).
        
        This also fixes showing of column properties when editing them in base.
        (Initial size of vector isn't the same as reserving capacity.)
        
        Change-Id: Id1406ddde0c68af20d712bc99ed070e6354158a6

2013-07-31  Noel Grandin  <noel@peralex.com>  [d67d5698c67ccc97675de2830e6dd980a93c3000]

        fix android build after my XubString changes in VCL
        
        Change-Id: I6727db5f64041a6f181810696eef56175385c96c

2013-07-31  Noel Grandin  <noel@peralex.com>  [ee30fdf6780d642e5f7e91385d9e7b5cca434888]

        convert vcl/longcurr.hxx from XubString to OUString
        
        Change-Id: I1803e4fdef67cd461c140578b46e0ef5632da3fb

2013-07-31  Noel Grandin  <noel@peralex.com>  [219534a029536861fce2413c34afedc98fde60e4]

        convert vcl/keycod.hxx from XubString to OUString
        
        Change-Id: I112979676926bf202213174bddfa2adcffc5249f

2013-07-31  Julien Nabet  <serval2412@yahoo.fr>  [78c5a2ce8c2d4967d954fceaf9b7707ec56a3d7b]

        fdo#46037: no more comphelper/configurationhelper in sfx2/view
        
        Change-Id: Iba139247f3515c834d8abcfd4322964dbc3abca4
        Reviewed-on: https://gerrit.libreoffice.org/5134
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Julien Nabet  <serval2412@yahoo.fr>  [a8c403a1f8298cede274f315e367f799d4fb0f32]

        fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/appl
        
        Change-Id: If1c4bafebcc570c4adb30bc507e4562357ce3f63
        Reviewed-on: https://gerrit.libreoffice.org/5132
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [72319bfcced8b416c347e3d92d17296b2996b80b]

        sd/slidesorter: double thumbnails resolution and disable supersampling
        
        This is a band-aid patch to improve Presenter on high resolution displays.
        Supersampling is disabled because:
         - it uses a lot of cpu
         - and it seems more appropriate to do:
             render page at thumbnail resolution
        instead of:
             render page at thumbnail resolutionx2 then scale it down by 2
        (see BitmapFactory::CreateBitmap)
        
        See also: https://gerrit.libreoffice.org/#/c/4052/
        
        Change-Id: I380ddf3645f7c48eecf0df986dfaa1492e23228a
        Reviewed-on: https://gerrit.libreoffice.org/5127
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Siqi LIU  <me@siqi.fr>  [abfddb389930ef7ea80e33f22e48342e0c8ef473]

        add category for imageView disolve transition
        
        Change-Id: I25ca4ab5d69b129e08544a27d4d27f7cde90baed

2013-07-31  Tor Lillqvist  <tlillqvist@suse.com>  [89133bbf19a91bd78c7d8f7ec5cedc6b24521014]

        Fix compilation error with MSVC
        
        Change-Id: Ibd81f2f5252d00c2545e429552028b2115475524

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [00ca0272697f701da80af6664df090e1ccadc746]

        Thinko
        
        Change-Id: I778de768f42377c93db89c6dd1dd204ae7987d3d

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [48e3a04f5c81d88cf054ea658826c51bf413a185]

        Fix bogus change of Len() to isEmpty()
        
        Change-Id: Ie1dece00176985bc82dd89c9831b23cb8594b1c3

2013-07-31  Stephan Bergmann  <sbergman@redhat.com>  [a6fe1fde409ff1accdea49ff9de69658de1e6f5f]

        fdo#67430 Keep original order of entry positions, not alphabetically sorted
        
        ...turns out ca0600f0c9022d631317423ab5a59493b41906ab "multiple unsequenced
        modifications to 'nPos' [-Werror,-Wunsequenced]" was wrong in assuming that the
        order of getPropertyPos had no meaning, as it determines the order in which
        form property dialogs display items.
        
        So, reintroduced a fixed order, but without resorting to undefined behavior due
        to repeated uses of ++ with no sequence points in between.  This is rather
        sluggish, but gets the job done.
        
        Change-Id: If9c5f4130fe6523eebd3a13e5a685fc9c0f53fc0

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [4980d1acdf1498e9fd8cc0d6c31c2b8184c4439a]

        Update cautionary comment
        
        Change-Id: Idafce559e6499e240c90dc0baa7359f63476ff7d

2013-07-31  Noel Grandin  <noel@peralex.com>  [8855ed1da18e9697873d77d0b99b5eff2e9336a8]

        convert vcl/edit.hxx from XubString to OUString
        
        Change-Id: Id0558cb6285ecd19ddc21caee3e26f44cbebf721

2013-07-31  Noel Grandin  <noel@peralex.com>  [43b1ac3651732a1ceb193268ab72b4aaa90dee65]

        convert vcl/menu.hxx from XubString to OUString
        
        Change-Id: I9469363c09e4cc863ad4d8ddddf8d923fe444e25

2013-07-31  Noel Grandin  <noel@peralex.com>  [93257759580e6df10cc9eddbf1800a17d61cfc48]

        convert vcl/mnemonic.hxx from XubString to OUString
        
        Change-Id: I2df7a6b29aa30ad5ad936b524061aeaef837ca9d

2013-07-31  Noel Grandin  <noel@peralex.com>  [c9bb2e3d2c39638eabd24656a9642fa56464700e]

        convert vcl/msgbox.hxx from XubString to OUString
        
        Change-Id: I68a591aa7891f5ea08ab3d6b3290e2fe80827126

2013-07-31  Noel Grandin  <noel@peralex.com>  [1211c5dcf10e79b1e4c472c54a4953996d965470]

        convert vcl/pdfwriter.hxx from XubString to OUString
        
        Change-Id: Ifc3d56ad9db6b73c26a16520482d5a94a5ba48a2

2013-07-31  Noel Grandin  <noel@peralex.com>  [d8dd39b5fc8f3067e00abddbab90151f6ccac370]

        convert vcl/tabctrl.hxx from XubString->OUString
        
        Change-Id: Iad4eb1ebd28e97cc99d7d52ea08c3e3fd04cf975

2013-07-31  Noel Grandin  <noel@peralex.com>  [4a2a2831d131cc09dc9e4b7a40697b8f21c6e380]

        convert vcl/sttus.hxx from XubString to OUString
        
        Change-Id: I173179068d59e0fbdae66186df1e2e010ecb6112

2013-07-31  Noel Grandin  <noel@peralex.com>  [55528ca8c2775695543da744d9537436d618607c]

        convert vcl/toolbox.hxx from XubString->OUString
        
        Change-Id: I352dbb85ccbff46571c417b45249f548f5da8b97

2013-07-31  Noel Grandin  <noel@peralex.com>  [fab6c8047e1e22454628d7c65a4bba0ca9751cd5]

        convert include/vcl/txtattr.hxx from XubString->OUString
        
        Change-Id: I2bb4b17cfdea55f0d4371986cfc611999ff0a5e1

2013-07-31  Noel Grandin  <noel@peralex.com>  [746f639bbbb1c066ad05da8dd70a940f40694709]

        convert vcl/inc/toolbox.h from XubString -> OUString
        
        Change-Id: I201d3ad01d0b5172d22f2e5e529e94c5e446bb0b

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [610265284d11c14c98c2874fabfc06b9aaeb0349]

        Argh, the \xNN syntax uses as many hex chars there happens to be...
        
        So use string splicing after a sequence of \xNN. (For consistency
        even if it isn't a valid hex character that follows.)
        
        Change-Id: I269788fa5d5fbc4eda5b9edcaaabfcbce59e4885

2013-07-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e9dc114a2b47c4f0bb42d69c117afc9e0256fd06]

        Revert "WaE: unused variables"
        
        This reverts commit 16c3a29849b31029f2a0ac1e8b2425de9c6991de.

2013-07-31  Michael Stahl  <mstahl@redhat.com>  [01b47bffd84c7731634f631cd32803bbbc881ad7]

        sysui: remove slackware desktop integration stuff
        
        This is apparently not used at all currently; cloph says the
        *slackware-menus*.tgz used to be bundled with RPM instsets but the last
        release that contained it was apparently OOo 3.1.1; it is gone in OOo
        3.2.1 RPM instset.  There are no bug reports about it missing, so no
        problem with removing it altogether.
        
        Change-Id: I1b93c94c4ac5c1d1826069b05cb58fdbb30cd71f

2013-07-31  Michael Stahl  <mstahl@redhat.com>  [d7737f8454fa5f99bc597b93f579e7ad9199d108]

        sysui: build slackware stuff only on Linux
        
        Change-Id: I1ffcbd5ebf560f9f7ba8ad4b1ec9fefdb32da487

2013-07-31  Gabriele Bulfon  <gabriele.bulfon@sonicle.com>  [e13c27e588545f2cbcf90b94965ef97521969216]

        setup_native: fix creation of Solaris install scripts
        
        Change-Id: I72608945b2c4183048f9fcdac8daf450e1a7fe4c

2013-07-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [16c3a29849b31029f2a0ac1e8b2425de9c6991de]

        WaE: unused variables
        
        Change-Id: I37523f34bdf6e21f5e5781927884bd0311a17fe8

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [3ab7a98844f9a3453bac23bcd963ad0b171c291a]

        WaE: unused variable 'pDoc'
        
        Change-Id: I2d5cc2a56c0df779df93d4b207e15e45c63e9572

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [3e48277e36a485d964d7b91305b1bf70a83c4451]

        Convert utf-8 bytes to \xNN hex representation
        
        Change-Id: I5d1cc0331278f09a6e32345980c660d877d606fa

2013-07-31  Siqi LIU  <me@siqi.fr>  [6a45fc1e3ebb016d0c6691af2d0f1a4d5eb635c1]

        license update
        
        Change-Id: I7e89b88694b0875b33fa5541acbdb73aff28f53c

2013-07-31  Stephan Bergmann  <sbergman@redhat.com>  [8434c577ae2b45d70baff4ba0a00048bc0f10e6a]

        Work around MSVC "may be uninitialized" warnings
        
        Change-Id: Ibac83d2d97f178605f717fc675853d86101195e3

2013-07-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [734295ee6081686b62a4521dacf4975240e1109e]

        String to OUString
        
        Change-Id: I412801fbc1a692c02badd15ce03d4d7ff82aab5e
        Reviewed-on: https://gerrit.libreoffice.org/5186
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [de7529b38f8ea9ee8198de1d82525a68cc6e89b8]

        Do not use deprecated comphelper::string::getToken
        
        Change-Id: I35caf7a7806a36a7e0a8d4440e68bd682074136c
        Reviewed-on: https://gerrit.libreoffice.org/5184
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Matteo Casalin  <matteo.casalin@yahoo.com>  [e1c2cb7dc89753c81618a6e4ce95dd9b0d43782f]

        String to OUString
        
        Change-Id: Ifc5e74f3a484229e05fe65b47ac5e8b763595fd0
        Reviewed-on: https://gerrit.libreoffice.org/5183
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-31  Noel Power  <noel.power@suse.com>  [6add3c38a82bbac7e096327277707ba4858bf26a]

        unit ( slowcheck ) test for fdo#67547
        
        although this really isn't the correct location for the test ( a scripting
        module slowcheck test would be more appropriate I think ). Still better than
         no test.
        
        Change-Id: I434e1217c25ee33b59ea3b09c4500bdd7bb081ba

2013-07-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c7a8462b839f37712620fd2c236cfda026ec546d]

        Revert "fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepage"
        
        This breaks tinderbox builds. Better fix on the way.
        
        This reverts commit ded871e9c1a69f640d6283ae6f79820689f0d612.

2013-07-31  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [daa08c1027e62c76c171628e2a2e6adce0ad3a45]

        Add parameters to char/varchar in getTypeInfo. (firebird-sdbc)
        
        This means that char/varchar columns can once again be created.
        
        Change-Id: I081f1dd3abad6d007b1f957d72841983a1130f72

2013-07-31  Isamu Mogi  <saturday6c@gmail.com>  [ded871e9c1a69f640d6283ae6f79820689f0d612]

        fdo#66246 fdo#66395 BOM for MSVC with UTF-8 unfriendly codepage
        
        MSVC misinterprets UTF-8 source code without BOM as ANSI/OEM codepage.
        For that reason if local codepage is unfriendly to UTF-8, it sometimes
        causes compilation error.
        
        Change-Id: I8acd5500e581e020fd60b5a2ec20629f92fdf87c

2013-07-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e5c7ddb12afe9423a63f8bb13b53d5a38636ad04]

        if-0-ing the whole else branch
        
        Change-Id: I850577dc9a5684ad66d7fcb995c6b47b1744265e

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [66054ae2ee5aaaf371e5279ca7e17abee023e28f]

        Fix errors: no members 'Ref1' or 'Ref2' in 'ScRange'
        
        Change-Id: Iaa77f252750e38eeb7922ccb9b9604d13b4ee7f4

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [fc3f4d546ab9fb3a4201caef582ca3e94f4913c9]

        Fix error: 'nTab' is a private member of 'ScAddress'
        
        Change-Id: Ic3d350da6400e1e1425579e3ce8d1aa784210284

2013-07-31  Tor Lillqvist  <tml@iki.fi>  [a38f09fec16f24886414c3e9f9574a06b56d8077]

        WaE: Unused private fields
        
        Change-Id: I164748245326b67bbe61e5ede6b98f713b8d5d03

2013-07-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0086862df116600c5ce38e899929ab0d29914c9d]

        Temporarily disable failing macro test. I'm not sure exactly what fails.
        
        Change-Id: I4904dc86326477d05a4e557a1abe1af0846c2e98

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [61812b9311f333ca345714a5112de9d19b580a8a]

        Now the reference object no longer stores both absolute and relative.
        
        This is exactly what we needed.
        
        Change-Id: I0e8d3064d1ea52c8d502d89f322b41435284d717

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c93e441b8ae9323b948546e61031ca31a584230c]

        Clean this up a bit.
        
        Change-Id: Ia984c17eda507dc625e2b038818abd2d4e9e5103

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a19af57bbcc57a02a7d87c6408d1e3212a6deba]

        Now nobody accesses reference members directly. Make them private.
        
        Change-Id: If4499dbee52532cc8a95c380bbe840719fe9279b

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ddb748a46e9c21fd4a7d8eb82aa7569f3bc868a]

        More on avoiding direct access to reference data members.
        
        Change-Id: I313c6504d7c0beeb68318ce436b48fa900e4cf48

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [15a2574da022f10103a82f7b8b259a03fd6664bd]

        These methods are now unused. Chuck them.
        
        Change-Id: Ib9b0ad855142434e45bcb4d805fc32e7c76b01b8

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0277792d169d66ad24734504ff33d2ec7d52ebaf]

        Rework reference update in conditional formatting and cell validation.
        
        No tests are written for this yet.
        
        Change-Id: Ic26a7f19d6ce6e6d7059035dc9c99ae5bcb9d77b

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [441e70aee90e83a9f8782a3f84482db86b857b87]

        Adjust named range references on sheet move.
        
        Change-Id: I3b20f79d9c2f373c93a34ccdb308c6d5c09f69e7

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5a1960f5ea9f225fda493df746e5674e3bd1cce9]

        Update range names on sheet deletion.
        
        It works fine with live calc instance, but somehow fails in unit test.
        
        Change-Id: Ie60774b4f1f8391801e0d9358f6cca78d8e52397

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed671a33a31b8d8cd81e3774be603c13e8b9a6f3]

        A little more test.
        
        Change-Id: I4c5590609122602e5828bbc3ba52ed9a565f0aac

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e663dfee253fcd02d6d76c3d8934299a495a7f88]

        Handle named range update on sheet insertion.
        
        Change-Id: I05b43bad84333ac8aeee7928898bdd90eed53c38

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1d860f9a268c02581407db539117b2d538e3d693]

        These methods are now unused.
        
        Change-Id: Ief17166537b78efb6401f0a310e3acaaae217a65

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fdc310b57af7dfdb97fe336ce9a2e4d579af3f2]

        More on getting named range update to work.
        
        Change-Id: Id3f2ffe6d91ae43d799182b3744a839be5e1baf6

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f77c9d5b3cb65d9c2e2417f60bec1113feac50e1]

        First cut on re-working reference update in named expressions.
        
        It's not perfect yet.
        
        Change-Id: Iebe7a88e419365b053765685bb769427f569070d

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [35d11d2b1e53d07833bc90242ac82f3a00587d41]

        More of the same. Will this ever end, I'm starting to wonder...
        
        Change-Id: I36bc90e8477cba306e107fb6d6e47f5732161df8

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d528b30b9f643d44cf2a24fa81ef6a7d1a80fcb9]

        More on the ref object.
        
        Change-Id: Id75bf12a04a1756aed4178df397c5a28787307a8

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1ce304cca32116de2ff3ea8dcac62a3be61aac77]

        Add test for exporting and importing of formula refs from xls format.
        
        Change-Id: I98f17889c8ad19114c055e87f9ab5dc4e864c817

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0982c0d95eb4bb986f79038f54ec1697a7255883]

        Use correct sheet index values, to fix sheet name display issue.
        
        Change-Id: I8bafdbe5c30060802016b17a5a2077dfac2317cf

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cc029116138add8cdaeddb807882a5d0c038411]

        Organize the reference dumping code a bit.
        
        Change-Id: I97bfdc85ba1391cfe4f11148adb91d5e6960225a

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [615ff345db902b28caf2f2bd4c8387d88ac5a557]

        New xls file to write import/export test on. Test not written yet.
        
        Change-Id: Icdb3a0f6b9bfcf327598f52620a35ab423f9be14

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b9641d174bbb5e95418a601886efcc3369986827]

        More of the same.
        
        Change-Id: I29c60f2f7a31b69b224d4c910392c88990b48572

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7af53e4e75556bdea0a1e524a87671e7436cbc97]

        More on removing direct access to reference data members.
        
        Change-Id: I9bb682da0408df76794a1bbf9d48995cd1633d99

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [813e71369309e52c62fbd9b3e2aeddb244eadf14]

        Add test for exporting of chart to xls format.
        
        Change-Id: I49adfcabec4b8bafa8f1b25e7771acca9ccf0ead

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51c940947f5536b5edda59531265dc4677ca9200]

        Add export test for exporting inline arrays to xls format.
        
        Change-Id: I8f6e32adcbd33362f20eca3ce329633bf9fbf039

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc5ac726d5d5947449a081a98bd890fe059a75fc]

        Fix exporting of array formulas to xls.
        
        Change-Id: I366f5ef21353d64561d82b025c7919a1dbdb3422

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e247262327d04ad9933f4af354050f4420c6e303]

        More on avoiding direct access to data members.
        
        Change-Id: I5fdc0d248fe9c36418fd02a1e652e4e35a638c8a

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bb93f79249ac64bbd6d7a28d5bced7f02e1936ef]

        More on removing unused methods after some adjustments.
        
        Change-Id: Ib8322228f25094c7c90a6623293e61f56b66b659

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8eb6de29009d009b8fa61fa8bb0e3bc60c7bfdf9]

        Make this guy unused, and remove it.
        
        Change-Id: Ib4a2f195b3ff1d291b0ffe99c27b1d3e807252d5

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df30ebee34f4af6a0dfe03a51cae530f59ffa1cf]

        Nobody uses this method now. Chuck it.
        
        Change-Id: I2d55b2e43cf87895f29fd69226ec96c5d75e3696

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2622d1dbe6f6d7914cf9cf353d55e83385f3ee5a]

        Let's not use numerical magic numbers. Prefer enum.
        
        Change-Id: I84d14dd06a2b28d7a8a1544f26eae180b6ea86b5

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [43bb6f2b562f20dc8bf6d46fe1748f0bbeccf526]

        Remove unused parameters to clean it up a bit.
        
        Change-Id: Ief629aea8b0df0b5a340871e13bc1a6e7c244816

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [407a677409707f017db464105aac51684126db44]

        Re-implement sheet reference adjustment on sheet move.
        
        Change-Id: I24e93e0bbc51c7f9a1f1ea0c126a1399ace84a9e

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11e64bb4a39eb92f81ead995940ae3953f8ad386]

        Re-work reference update on sheet insertion & fix one bug on sheet deletion.
        
        Change-Id: I1405eb54c3c530e2c22be1f1d7728fa0d84ad447

2013-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0008af4697579a806cfb9149dc7cfc5b7bc69b9c]

        More on removing direct access to reference position members.
        
        Change-Id: I7ca5cd0aefbcbda5d89116aca90e974b4bed6ca0

2013-07-31  Thomas Klausner  <wiz@NetBSD.org>  [0b59f6953a57e4785c9fc3e4da33ebd801946339]

        Fix some typos.
        
        Signed-off-by: Thomas Klausner <wiz@NetBSD.org>

2013-07-30  Siqi LIU  <me@siqi.fr>  [ef4c98cdbb5394520eb68ae3d23f1b0a31b7a803]

        add iPad specific files & ressources
        
        Change-Id: I1bf6b4f1476ea668ea9973d8b8dfab8779cdabbc

2013-07-30  Siqi LIU  <me@siqi.fr>  [ba7be1c9efec35efdd716aecc9a0fb0c568d831e]

        put back DS_Store
        
        Change-Id: I10d1203cb81ffd96c5447082884e71cb8b9eb2f7

2013-07-30  Siqi LIU  <me@siqi.fr>  [1c9b3a5ba03d26c8d05591af38d4d3c160d2e009]

        change preview background to default
        
        Change-Id: I9756d8d056c55fb1ce75af7a86dd17e50c0e0524

2013-07-30  Siqi LIU  <me@siqi.fr>  [677de2eb92dbdeb3f131a66922fa9ee9907d085f]

        reconnect automatically
        
        Change-Id: I880ede257c7aadcf29d4831952c3a55606718a5d

2013-07-30  Siqi LIU  <me@siqi.fr>  [a024948a5d00f19e97c5574ba173ee8851ab4536]

        resolve conflicts
        
        Change-Id: If0a7146f51741e3e8250f0aa671a6902119bb6eb

2013-07-30  Siqi LIU  <me@siqi.fr>  [f0326d3249c2e461489877e2d39673ad8968320a]

        iOS remote ported to iPad

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [c12137a876dd9405b20c094c99b72c672a161422]

        Add changing local slide when remote slide was changed.
        
        Change-Id: If7325a0266484686549a0c1073827613aa40cb85

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [e291784e0ca450c25f9dd691234c57f753d648dc]

        Fix tiny source code issues.
        
        * Add headers and footers.
        * Remove unused resources.
        * Fix classes usage.
        
        Change-Id: Id9580f21709b11077e46393c2e2cf8d911ce0650

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [0a483508689c08d57feb5db32997125727f0e50d]

        Change Impress Remote version.
        
        Bump it to 1.1 and remote additional text from version name because it
        is useless.
        
        Change-Id: I6fbd0dc3b499c5aafc80b91c77372360c2767189

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [c1b522c591bc9316c21cc3af4f183f59bb28dfad]

        Remove explicit Bluetooth requirement.
        
        Devices without Bluetooth should be able to use the app as well via WiFi
        connections. This change should remove some Google Play filtering so
        these devices will be able to download the app from the store.
        
        Change-Id: Iebc2f14e0bc57ea7293f8abfa1824b99c4476e8b

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [c01a2c8284b17c1a28501f25caeedeace62494c9]

        Fix application and first activity titles bug.
        
        Change-Id: I066af1301c8e5525b5ade310c770273f72007b10

2013-07-30  Artur Dryomov  <artur.dryomov@gmail.com>  [2ba929e40cc4e128de51468c9e9315c3c851544a]

        Change resources a bit.
        
        * Fix spelling.
        * Fix dimens to use common 8dp-measured grid.
        
        Change-Id: I92e433eba3b78822f36e8e9f242daa3d893a36f5

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [35449264c6b34a3f40d5c831351b8e3594f77e61]

        start weeding out TabDialog::AdjustLayout
        
        Change-Id: I905aa0364b6be0871f34aa0dc466f99fb5c44dfc

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [8bcbc765a2764a85add4be25ab9d4789f43bb640]

        convert xslt filter dialog to .ui
        
        Change-Id: I02bb629af1f4811f382469b8e2aaaba272f07034

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [8fa9fb87eeae0706c1cf90e20baaf8255e3c099d]

        Updated core Project: help  35792431d1fb897b52e1815390f6a1bb988f5696

2013-07-30  Csikós Tamás  <csks.tomi@gmail.com>  [a078da0841f3e49831653f29696df0b717e674d6]

        Updated core Project: help  49dbfd092b55cab53b632980ad79fd6c24d7c99b
        
        update help ids for direct sql dialog .ui conversion
        
        Change-Id: I04405deaa3af2deb89d41ea032dc95b0fb5f919f
        Reviewed-on: https://gerrit.libreoffice.org/5205
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-30  Noel Power  <noel.power@suse.com>  [92500896a9d0ba873c06a4a2728eb5a1b9d8f68d]

        fdo#67547 fix access to methods (getScript) of MasterScriptProvider from VB
        
        access to libreoffice objects ( and methods/properties of those objects )
        from VB all goes through the ole automation bridge. There has been a long
        standing issue where the bridge falls over trying to access methods of the
        scripting framework MasterScriptProvider object.
        
        Change-Id: I3b9391286e1030bef2a12d6e546a5c47a4f68edb

2013-07-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5226b42560e3965c23973ddaf157477f191fdbbb]

        Ignore authentication for embedded db (firebird-sdbc).
        
        This turns off firebird's internal SQL authentication -- previously
        tables were created and/or access validated using the current user's
        name leading to issues when a .odb file is shared amongst different
        users.
        
        Change-Id: I86615c17c3045aac19d635ee41d76673d1b64530

2013-07-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [470daf5ce02924f31b7cb8a95c921427cfb4d277]

        Add extra error check. (firebird-sdbc)
        
        Change-Id: Id342c01feddb9e0779afdc663ae019ea92a4517d

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [09a4c4d176ff97ab8ff4027af83a549991667baf]

        Odd instability in what Bluetooth headers to include in OS X SDKs
        
        Change-Id: Ia8e835373bea3287cf16f3d505dbb420c874fed3

2013-07-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [918ddde5be4fde7bf8679bdf19805c618deabbf5]

        Fix MinGW32 and MinGW64 build
        
        SHARDAPPIDINFO is Windows 7+ only. MinGW32/64 headers don't have it.
        So, just declare a struct with the same members since the
        SHAddToRecentDocs expect LPVOID anyway.
        
        Change-Id: I27e2c8cd6cd7f033cdcf053cc60a1c71038b189a

2013-07-30  Stephan Bergmann  <sbergman@redhat.com>  [eb4a3e95cd02f940c9c794aea89e1e1a12588981]

        Better Shell error messages in case argument is missing
        
        ...like before 62df5aabcdb3dc99ada137a5fa06707ec671d1fe "gdb-core-bt.sh expects
        three arguments now"
        
        Change-Id: I0e75813e36278e53db3fa13a60a58a84e90d7538

2013-07-30  Stephan Bergmann  <sbergman@redhat.com>  [62df5aabcdb3dc99ada137a5fa06707ec671d1fe]

        gdb-core-bt.sh expects three arguments now
        
        ...since 29b59f2e87d1b00ab6a1f4cc4e960603974992bc "gdb-core-bt: don't talk about
        core files without a reason."
        
        Change-Id: I45640a5724fd98faf3a7c1e44e904f880cc9fc6a

2013-07-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a604a49512d23894b72050d1112b09b2f6f49c96]

        Fix a typo and -- hopefully -- tinderbox make check
        
        Change-Id: I3ba939ae97d9d6cd966dc9f0bf3c96d9039d8752

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [8a1f6b6ec39b849a83a5c394635af166a0ff692b]

        add a utility to estimate how much new .ui files we need
        
        Change-Id: I9b2a2ae1e8d74df701b4a2fcf28460759a95d639

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [9dca925dd94258116781defc534b40bf16ee435a]

        Updated core Project: help  8c5b41a85329a9677733546d16a097860bd28058

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [cd79c46b46da0a362fbb313d1e47682a85a27f60]

        drop unused help ids & fix mnemonic widgets
        
        Change-Id: I80c21126e2728ffa18c87a98e500cc941d462de1

2013-07-30  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [9ed24d6625e6e0c29a60a1b04a907243a5c35ca4]

        Convert xml filter tabpage transformation to .ui
        
        Change-Id: Ice69f7d036d414c82f6c313a8dc025f736b97e68
        Reviewed-on: https://gerrit.libreoffice.org/5201
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [31ab7f0c7d20f1d7be5ce818d0d99b6bd5a8edde]

        String to OUString
        
        Change-Id: I8d4f62b473ad43807621a9dbb826ed33857b737e
        Reviewed-on: https://gerrit.libreoffice.org/5189
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Michael Stahl  <mstahl@redhat.com>  [1c48e4efa2369e5708798bdefb46b74a86415d00]

        fdo#66715: fontconfig: try harder to ignore duplicate fonts
        
        The thin space not being displayed correctly is caused by using the
        wrong font, namely
        /usr/share/fonts/liberation/LiberationSerif-Regular.ttf,
        which (on Fedora 18) is version 1 and does not contain u2006 etc.
        glyphs, whereas the LiberationSerif-Regular.ttf bundled with LO
        is version 2 and does contain these.
        
        There is already isPreviouslyDuplicateOrObsoleted() function to ignore
        older fonts but it does not work for this case because:
        
        1) Only the previous element was looked at, but there may be several
           fonts with different weight/slant that need to be checked.
        
        2) The LiberationSerif-Regular.ttf differ in the "lang" entry.
        
        Change-Id: I2f9e8d50a1f8155b65f8f07c9259dd988c32992a

2013-07-30  Michael Stahl  <mstahl@redhat.com>  [90dadcc9a0fc3d089f9318f073ce8374e4632da4]

        vcl: fix obviously wrong mapping of WIDTH_ULTRA_EXPANDED
        
        Change-Id: I2f23f51e7f04df6fcbc1e2d6661949b830cc248e

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [3a897cf0514612137c6b5cb57f8b1e0d9623106f]

        Adapt to NSPrintInfo API change
        
        Change-Id: Idce313b30b46a81847e116c380f6fe8eb2953a35

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [38e54583bcf07a71974777d13d2cf98519c8635b]

        String to OUString
        
        Change-Id: I531522908c9d1ef6eefa0bc6026229f16a8ac388
        Reviewed-on: https://gerrit.libreoffice.org/5187
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [3f252060c6a21d21be8cd56d82de148dd27de191]

        String to OUString with local helper function
        
        Change-Id: I514f12d7f3a4131f68cf26af16c273f5216398f9
        Reviewed-on: https://gerrit.libreoffice.org/5182
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Ariel Constenla-Haile  <arielch@apache.org>  [a220c2dbb8f05ee6bba6d5baf660a7339a7d2c71]

        Fix build breaker: add missing string resource (cherry picked from commit c5a4e46fab045ae8abe01cbfd397806a58039d8a)

2013-07-30  Jürgen Schmidt  <jsc@apache.org>  [b218cbf59de4d7ae0a6962995fb0f719ed68b5d2]

        Fixing i#119950 warn about other running terminal sessions
        
        introduce new warning message box to inform about further running terminal sessions
        
        Patch By: Juan Li
        Review By: Jina Fang Zheng, jsc
        
        (cherry picked from commit 208b788dd4afc0559eb26c6e20a59548be0d993e)
        
        Conflicts:
        	desktop/source/app/app.cxx
        	desktop/source/app/officeipcthread.cxx
        	desktop/source/app/officeipcthread.hxx
        
        Change-Id: Icd858adaa0d2400eecba3c61c91e0c6fdb6d6af7

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [ab29ad8cd537cd77d4124801b714c75062e1e5dd]

        set some initial sizes for the direct sql dialog textedits
        
        and we can use existing GtkTextView<->VclMultiLineEdit mapping rather than the
        svtools MultiLineEdit
        
        Change-Id: I6d20a9ba8731dda1ec9579fc2877b817fea0632f

2013-07-30  Csikós Tamás  <csks.tomi@gmail.com>  [471e5c1ed19afde8a92a91bfc1ccc71a2506cc01]

        modern .ui widgetlayout for directsql
        
        Change-Id: I51140fe6abd2d321c5784b923f920ab9183f417e
        Reviewed-on: https://gerrit.libreoffice.org/5171
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-30  Honza Havlíček  <havlicek.honza@gmail.com>  [d7b48d03e19d2c05ecf2143b1547ceab5ab89e5c]

        fdo#43157 - Clean up OSL_ENSURE
        
        Change-Id: I5ba15eaa82479aa68b98ce4dcd7827f31b239c98
        Reviewed-on: https://gerrit.libreoffice.org/5139
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [5f7860bc2735bad3cd27552867ce25096835dcbb]

        OUString: remove unnecessary casts and appends
        
        Change-Id: Ib64b976ac94cba64d9f7c0cbfead3890277ec9ca
        Reviewed-on: https://gerrit.libreoffice.org/5188
        Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
        Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [73a136945d50a207c9e1c552d02c90d5c862c470]

        String to OUString
        
        Change-Id: Ia9bebaf92bf570c10d01a9ed3db437f70098a07d
        Reviewed-on: https://gerrit.libreoffice.org/5185
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Khaled Hosny  <khaledhosny@eglug.org>  [9accbedad3648dca197439a8cc39c268cf34ea99]

        Drop internal copies of X11 extensions headers
        
        They are not use by default since 2011, and non of the distro configs
        uses --without-system-xextensions-headers.
        
        Change-Id: I51e88796c22b1b3d0854c3ec1db15fcab720a079
        Reviewed-on: https://gerrit.libreoffice.org/5175
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [7afc29809ec9db8c5064d5b5857f64db9bd843be]

        Typos in debug messages
        
        Change-Id: I0b06af28959d7254b1aaca6e05c51311294bc3e7

2013-07-30  Adam Co  <rattles2013@gmail.com>  [86166dea7e300d8aee42f141db1c533648254e6c]

        fdo#64350: fix for page border shadow export
        
        Change-Id: I3ae7a532eea7e81b9a302a98c00a514d307e8605
        Reviewed-on: https://gerrit.libreoffice.org/5146
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [176fc56e89ca8cad0d390789e7376750765b1b0f]

        WaE: cast to 'id' from smaller integer type 'int'
        
        Change-Id: I0106bac830416ef9743787b309ca2821dd6adc89

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [c2ce9bf0c2bfd2b38262de8571257c8f02b076b4]

        Related: fdo#67378 rows missing HIG 6pixel spacing
        
        Change-Id: I6d4767c3159c1e9ebef19978a94ad994aab6ff4b

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [5718ffbf0e3e68e43f87541ce0368a15de8ec90e]

        Resolves: fdo#67378 merge the label into the disclosure button
        
        Change-Id: I43df94c16a178c90da9c006565390a81c2fda29b

2013-07-30  Caolán McNamara  <caolanm@redhat.com>  [83195e2821f24c182098740fb506db215185917f]

        XubString->OUString for msgbox
        
        Change-Id: Ieee6547b36534d0a31b6df8e00c44f1ebbaeae9a

2013-07-30  Stephan Bergmann  <sbergman@redhat.com>  [36efa8c6a8ffcad1b285caa4cfda138a900becf7]

        Related rhbz#98977: Handle multiple LibXSLTTransformer::terminate calls
        
        Trying to reproduce rhbz#98977, temporarily changing TRANSFORMATION_TIMEOUT_SEC
        (filter/source/xsltfilter/XSLTFilter.cxx) to zero, loading a dummy "Microsoft
        Excel 2003 XML (.xml)" file shows a "General input/output error" msg box and
        "Cancel" leads to a crash due to duplicate calls to m_tcontrol->terminate() from
        both XSLTFilter::importer and XSLTFilter::endDocument (both
        filter/source/xsltfilter/XSLTFilter.cxx).
        
        Change-Id: Ia103d944f3e1f14ca2cf5552ca3a48348132d38e

2013-07-30  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [739226133373960e42416da95216b7c736d572c6]

        Fix firebird-sdbc registry details.
        
        Change-Id: I753095ba40b5fb45cfccd10a95bd8eb7b68bd564

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [79d1d1b4405b9f76de10b9c2c5ecdca686b1f7b9]

        Use sandboxing when requested also for the app bundle in the dmg
        
        Change-Id: I612be680e7aea2b098894aa4e11b10b471d34144

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [636f90327f4452eca9bf16c84b6cff0239c222a0]

        String to OUString
        
        Change-Id: Ie7c04d75bcdf5b9a2b3c941b7cd8fac20a37999c
        Reviewed-on: https://gerrit.libreoffice.org/5181
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-30  Matteo Casalin  <matteo.casalin@yahoo.com>  [c3967de41502f973104b8d42c53f9faf932e2bd7]

        Bail out early
        
        Change-Id: I4b80a029d5342b180a9f53777f714527b4d3f982
        Reviewed-on: https://gerrit.libreoffice.org/5180
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b40012bd6d0b5387005253f1d3f03929ce4d1ac6]

        Advertized shortcuts somehow don't work well with Windows 7 shell
        
        Change-Id: Ifc216cef7091bffe5971bed0b0e0ef65a26e87e0

2013-07-30  Olivier Hallot  <olivier.hallot@edx.srv.br>  [4e0c83d43c2effbeda70313531363dc70a6febf7]

        Convert area dialog to widget UI
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: I6464d6af19aa84dee88e7e46cfa46f2ac1ab3660
        Reviewed-on: https://gerrit.libreoffice.org/5165
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [c7e95dec6f9a4d1decfb1defb3cfa202df9003dd]

        Allow access to document scope bookmarks
        
        Change-Id: If01cc2ae9f9018f08caa6a5c40025cfdabb0e20b

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [7f4d2380dd16523d1583b9b005009cb90ffa2ea5]

        Be a bit more lax when resolving bookmarks when sandboxed
        
        Change-Id: I6ada3e660ee58f7937425eea40a4bbd82754f4b1

2013-07-30  Lionel Elie Mamane  <lionel@mamane.lu>  [feb6e7097fe0eb58590c18a9a1371f67f74f121f]

        fdo#55955 select first column if possible
        
        Change-Id: I131cb0395c481d9cc1de210abc207221dab14bf4

2013-07-30  Stephan Bergmann  <sbergman@redhat.com>  [04f4d4bfb708ef477618fa47d5f17779f4e4cf3c]

        Add TODO comment expressing doubts about existing code
        
        Change-Id: I5fd8aa43da4ea879ec2adf31bb904a157b3425b0

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [18f5843183a23df8bd003eafaa9778a7c97d3f35]

        C++11 requires a space between literal and identifier
        
        Change-Id: I1f69b29a34efee5577e513282d32c52963793361

2013-07-30  Tor Lillqvist  <tml@iki.fi>  [a9d91b76d472e076f9a9c9985dbf7cc13c984a25]

        Accept also 4.8
        
        Change-Id: I121ff292050e9e90e298ed44705b6408c0d2f089

2013-07-30  Stephan Bergmann  <sbergman@redhat.com>  [63897351fc4fd31305bef43b649be74e2b6006c4]

        rhbz#989246: Honor user's JavaDriverClass override in mysql driver
        
        Change-Id: Ic7dbddb5b17af0bd23864fd19ab2bd815969d008

2013-07-30  David Tardon  <dtardon@redhat.com>  [24add548ac163651de5e3372798f0d4db347de77]

        sanitize system clucene includes
        
        Apparently clucene bundles pieces of a very old version of boost (1.42)
        in CLucene/ext/boost, which breaks build with boost 1.54.
        
        Change-Id: Ib244222f8f048aefe0484060f9ad5f41bfd24def

2013-07-30  Lionel Elie Mamane  <lionel@mamane.lu>  [15066dc6be358287ec69e5ca63a77106558944b2]

        fixup SAL_WARN log area
        
        Change-Id: Ie0848f8dc7d0bce171a2081dd91f48519414eebe

2013-07-29  Julien Nabet  <serval2412@yahoo.fr>  [917444b08d43f9df3c81df48d95d4dd9ecc8cd47]

        cppcheck: dup break
        
        Change-Id: I96a1ce5d98b4d51f2cacabe7eac95cabcd38ad28

2013-07-29  Julien Nabet  <serval2412@yahoo.fr>  [30eb11ea79db4f7fc0741b080e1e9d54a03a79c2]

        cppcheck: Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: If1bd91f28a96bd0eb53e4057e51db900f8b2c52b

2013-07-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2f527be5513159c0aebd93f356cbd2b1dc04b253]

        fdo#67467: fix crash when renaming table in AutoFormat dialog
        
        this reverts 5031e17d4b11181be94448702b1026bd38e0b3c4 and uses
        ptr_vector::release instead of ptr_vector::erase to prevent object deletion.
        The use of "transfer" leads to "Assertion `(void*)&from != (void*)this' failed".
        
        Change-Id: I77467ce9e1d9dd4b833032ebbe920cbb34d36675
        Reviewed-on: https://gerrit.libreoffice.org/5172
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-07-29  Julien Nabet  <serval2412@yahoo.fr>  [072fd39d7ab9837a2f9d93ad080077553d33f289]

        Just quiet cppcheck
        
        Change-Id: I82d65a2ebc8023eaddb6dd1aefb872224f90b47a

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [167416c3ed3ed52249559ff3548c0fc06d0d0eef]

        Related: fdo#67395 add border to preview to cut up whitespace
        
        Change-Id: Ic66bf59294f7c9fb4059574765734749a40b043f

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [63ced8e54f1786e5814f082c9fb87c89e5c850a9]

        Related: fdo#67395 drop 'Font' frame title
        
        + promote the family, style, size to frame titles and drop
        the surrounding 'Font' one
        + bottom align the previews again
        + drop empty spacing labels in favour of 6pixel spacing
        
        Change-Id: I2c0b78163894c5283162c37bd71fa1bbc3c341c7

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [1193dc782f4479a81f3d283c99df2f5c7e022682]

        Related: fdo#67395 drop 'Preview' frame title
        
        it's clear that it's a preview, move that string into its Accessible name for
        those that can't see the preview
        
        Change-Id: I684f451542f5300cc206c9ade7f3b130b1c3c876

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [1d33fc35f787061c9440ba44dfd53de405bd430a]

        Related: fdo#67395 adjust height of font name tabpage, etc.
        
        + put the language label beside the language listbox
          which reduces height by a line
        + use standard spacing between frames in position tabpage
        + use standard spacing horizonally between elements
        
        Change-Id: I1191db7aaf0922978bf6dd8da17ec4f133944b94

2013-07-29  Michael Meeks  <michael.meeks@suse.com>  [7874295626be8a3cbbb8fafc02f0dbda06f6d761]

        liblo - add ability to select filter / format for saveas.
        
        Change-Id: I866c6cb836407019973559051c854d24f9549d2a

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [136f3bb1795048adc3ca5ba28d44809e5b791701]

        Implement a large chunk of getTypeInfo. (firebird-sdbc)
        
        Change-Id: Ide63479943dad50000b72bc132f336bace11a09c

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e1b645e62f836e4e43d9722822d50f75603ba5a6]

        Fix typo.
        
        Change-Id: I1473facceb0b08289052282b93a6e1fb46f0ea14

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [97a142d6df0a38972e548e5348e53c357adc5eea]

        Implement getColumnPrivileges. (firebird-sdbc)
        
        Change-Id: I31e179462a06db135467e8b78e4b550cc603a04a

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1db4ed1bc95ff4ed78b4e8fbada4a94afeaabfd6]

        Implement getTablePrivileges. (firebird-sdbc)
        
        Change-Id: Id5bb79fdd01014594582de2bad6e16142259b0ce

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [03919cfa7904be4c6312b0ecdd7129990fa554c6]

        Use column name for getColumnLabel (firebird-sdbc).
        
        Change-Id: I2e92c5dbdfe4cb9d8441e2d120b139fe97209d3e

2013-07-29  Tor Lillqvist  <tml@iki.fi>  [4f27ff917237be96eec897d4af90a3379be904c6]

        Avoid SolarMutex assertion in a dbgutil build when exiting Impress
        
        Change-Id: I903d078713007920574dcdb780e1dd301ce94bf6

2013-07-29  Tor Lillqvist  <tml@iki.fi>  [73a508f574995f09559c003cb810e5d2ff2691c2]

        Avoid crash on OS X: guarded fd exception
        
        On OS X, a file descriptor that shows up as being of type "KQUEUE" in
        lsof output is apparently created behind the scenes when starting a
        thread. (Related to BSD kernel event queues: see man kqueue.) When we
        re-exec ourselves on OS X, and then close all file descriptors >= 3,
        closing such a KQUEUE fd causes a crash.
        
        Guard against this by closing only regular files.
        
        Change-Id: I5011bfbaed156b04248b6bddb2a1a58624bee3d4
        5011bfbaed156b04248b6bddb2a1a58624bee3d4

2013-07-29  Tor Lillqvist  <tml@iki.fi>  [70f56860e4a9ee2a25abf64142a7f0ed4d446bfb]

        Avoid an unnecessary static initialisation
        
        Change-Id: I204158ef6965cc9aa19c458f514e265ede8587f4

2013-07-29  Luboš Luňák  <l.lunak@suse.cz>  [a2f513dc69bcaeae435d2f79b198bec6661e38f7]

        remove C++11-ism
        
        Change-Id: Ife79bafda763f334af315f678e902e7249a562ab

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [92ca89545deaa9d606349e82bc7d20a27d6581fe]

        drop unused hids
        
        Change-Id: I0439d42ba99cf979de974fdcc38eee8c6185cc4c

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [60c2fed616bc1ad95ed2c48b46b94ad40e9f5657]

        Updated core Project: help  e9f0aae948acb3c4ad6c1639bc1e08df4aebcd11

2013-07-29  Lionel Elie Mamane  <lionel@mamane.lu>  [13fe681d6039ce39793b27629edfd22727f155f8]

        fdo#67387 skip separating space between date and time in timestamp
        
        Change-Id: I3c38d179f8b2f59e79cd889fa88f4582f650c09e

2013-07-29  Lionel Elie Mamane  <lionel@mamane.lu>  [5e505896a5109bbf4939019ab217e80885288bbf]

        Basic: make sure a messagebox has solarmutex
        
        Change-Id: Icc5f05456e4031ffbc88d6128689465f08eb5f0d

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [dbf5cf4a7e12f1d98de71dc14bc5b0ac65a9b038]

        convert apply autofmt page to .ui
        
        Change-Id: Ibe15351220420900d808cb65d934af1922429e82

2013-07-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [4e3f7d32b80fcb44f20abe634a2035d2c90c9e08]

        fdo#67274 Always embed images from gallery
        
        This patch removes the options to link images from the gallery.
        Users should never link to the gallery. The links wouldn't work anymore if you just change the operating system, because the gallery is on a different place.
        
        Changes:
        * Removed option in "Bullets and Numbering" dialog to link graphical bullets
        * Change the Gallery image context menu.
        Before:
          Insert
            Copy
            Link
            Background
              Page
              Paragraph
          ...
        
        Now:
          Insert
          Insert as Background
            Page
            Paragraph
          ...
        
        Change-Id: I699042a7d7a27369775f9ee4c14c4a6964489a92
        Reviewed-on: https://gerrit.libreoffice.org/5141
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-29  Jelle van der Waa  <jelle@vdwaa.nl>  [15dc66c81a5a0af8db52a98e51e289f8f134d8c4]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I377902007445b0bce91491060f05fb8a9dbe3cd0
        Reviewed-on: https://gerrit.libreoffice.org/5133
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-29  Noel Grandin  <noel@peralex.com>  [b55efb511bb3862736483245b0eabc79b1ec9bed]

        fix windows build
        
        after my XubString->OUString changes
        
        Change-Id: If62db5a82a01d1883dcc2d4e6efea4668930447b

2013-07-29  Noel Grandin  <noel@peralex.com>  [d15ca2d89114b5e6636bc8646871e1333fcb54fa]

        convert XubString->OUString in vcl/window.hxx
        
        Change-Id: I556ad2df5cf1fb29aefb70a61a034d40a10340b1

2013-07-29  Noel Grandin  <noel@peralex.com>  [6dae1199db417bb374c04e635b6bce0b382ea830]

        convert the rest of vcl/OutputDevice from XubString->OUString
        
        Change-Id: I97ca1bed06f4e47ea6c77cc0c2314dba555c344d

2013-07-29  Noel Grandin  <noel@peralex.com>  [bfc58ddbf470000b329ab271cdf441f97c9d27a7]

        convert more XubString->OUString in OutputDevice
        
        Change-Id: I7c100614f7321c8c0527067012b47673ac6914f1

2013-07-29  Noel Grandin  <noel@peralex.com>  [7ef052646a7c8065241e694e75e2326179016db3]

        convert the rest of outdev.hxx from XubString to OUString
        
        Change-Id: I1305dde31106aada30534919456a4809a302afcf

2013-07-29  Noel Grandin  <noel@peralex.com>  [0c7579d5de63f569773daf894bcc0ab173223f2a]

        convert OutputDevice::DrawTextArray from XubString to OUString
        
        Change-Id: Ie16504ea004e39eda246a7ed170504a04a0764bb

2013-07-29  Noel Grandin  <noel@peralex.com>  [eb96a5296a76d25bc751177a5e785178f2497adb]

        convert OutputDevice::DrawText from XubString to OUString
        
        Change-Id: I5c641fff9a7b2a32658cdaf81aa5f45048263f22

2013-07-29  Noel Grandin  <noel@peralex.com>  [d5ee0143082c29b9822324e9a55191379f1d163f]

        convert XubString->OUString in WinSalMenuItem
        
        Change-Id: Id3d135d3d7fedfca02f1b120c7ef441ef4c8a04d

2013-07-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a2af2407aef983a666d736ff29b3026ea06bc5df]

        Update licence headers / rebase on APL'd skeleton driver (firebird-sdbc)
        
        The firebird driver was created on the basis of the skeleton driver
        (odk/examples/DevelopersGuide/Database/DriverSkeleton/). This is under
        BSD licence within the LO codebase but was relicenced as ALV2 within AOO.
        (see http://svn.apache.org/viewvc?view=revision&revision=1239200 )
        
        MPL added as all my changes to the driver are released as MPL.
        
        Change-Id: Iea22043281fbc16f6813ce97dce449b10914a91d

2013-07-29  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [b8608fddf09bc243af63f3721443f518138f9be0]

        fdo#45233 Allow editing pps/ppsx Autoplay Presentations
        
        Added a context menu "Edit Presentation" when in Autplay mode.
        This has been discussed and approved by the Design team: https://wiki.documentfoundation.org/Design/Meetings/2013-07-20
        
        Change-Id: Ic229e54bd10d23f999f1d746cce38c4004504d28
        Reviewed-on: https://gerrit.libreoffice.org/4960
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-29  Jelle van der Waa  <jelle@vdwaa.nl>  [dd9c97d587d2a295d44e8685d253d30542a2c85a]

        fdo#62475 removed pointless comments
        
        Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa
        Reviewed-on: https://gerrit.libreoffice.org/5148
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-29  Jian Hong Cheng  <chengjh@apache.org>  [05bd5b46ea659df95fb6f0c895c090629b541e0f]

        Resolves: #i120864# Text is overlapped by the drawing object...
        
        when open the .doc file
        
        * sw/source/core/text/itrform2.cxx
        Core function
        
        Patch by: Jane Kang,<kangjane2012@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        (cherry picked from commit 182062bbeb5a5a34d2bc59791b1d20ff565a1bb8)
        
        Change-Id: Iaabb457ade39ef7bfd5b8d07e97c8a98b678a163

2013-07-29  Lei De Bin  <leidb@apache.org>  [b41f03049cdc30f5fed32010f42f965711b1ded0]

        Resolves: #i35763# fix WW8: Wrong import/export of underlining colours
        
        more detail pls check
        
        http://wiki.services.openoffice.org/wiki/Writer/Underline_Color
        
        Reported by: gonzalez
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin
        (cherry picked from commit 74f769f8c9ff5f4bba2ee08f4921ca54dd0c4c82)
        
        Conflicts:
        	sw/source/filter/ww8/ww8atr.cxx
        
        Change-Id: Ie9c01c3c7fcd74c059e97ff98a1c67b15c5fcd5c

2013-07-29  Herbert Dürr  <hdu@apache.org>  [4f3d79c1f54fb998119a099bad629804ad01eb36]

        Resolves: #i119006# disable OSX>=10.7 window restoration until...
        
        we support it directly
        
        (cherry picked from commit 1b8988f7eefd5ec0d70abd6f83b2cd7197ca5935)
        
        Conflicts:
        	vcl/aqua/source/window/salframeview.mm
        
        Change-Id: I726ac047e45fc76a075d4c9ceae237316aacc6ea

2013-07-29  Herbert Dürr  <hdu@apache.org>  [41d2036bee3279928903cdada115d3e3cd022a06]

        Resolves: #i121406# support the OSX>=10.7 fullscreen mode based on OSX Spaces
        
        (cherry picked from commit 88363bd6ddcd91c0f36131ad33f76b6e1791e4bf)
        
        Conflicts:
        	vcl/aqua/source/window/salframeview.mm
        
        Change-Id: Idb95b840d2c54f3a8fe75437038afcfc5520007a
        
        Related: #i121406# remove willEnter/willExit-FullScreen methods...
        
        until they become more useful
        
        (cherry picked from commit 1a699e625158cd44c8af069bee63ebd9fd6e0f3d)
        
        Change-Id: I8899fe89fbbde3964321a9e8064ebc9423987948
        
        Related: #i121406# #i119006# fix NSWindow's performSelector:withObject type
        
        NSWindow uses the type-casted plain integers
        instead of the boxed number objects (aka NSNumber)
        
        (cherry picked from commit 8ea45f79845ed80d5af1aadaf7af0fc3f9c4c1e6)
        
        Conflicts:
        	vcl/aqua/source/window/salframeview.mm
        
        Change-Id: I81e8d0a806cb6246a4fc647798ffc277dae8fa70

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [bcc239b405478040fda46d1bf1d4f3e38506d1a3]

        Updated core Project: help  60eaec58845c8f697c2d7ab5bb671273b0ff4155

2013-07-29  Stephan Bergmann  <sbergman@redhat.com>  [d6c63c9a84d989bdb8671c4f42be9acbf37d0309]

        Remove whitespace from line ends
        
        Change-Id: Ie894879eaebda32bc4f99e7ad7f810c569e86a7a

2013-07-29  David Bolen  <db3l.net@gmail.com>  [948b6ea02ea9de7fb4e1e2baf95ecae3ba1cd54e]

        fdo#66025: Improve accuracy of ImportError traceback and message
        
        The ImportError raised on an import failure with the uno module loaded
        now includes a complete traceback and the original Python exception
        message text, combined with the most relevant (nearest to failure if
        imports are nested) uno lookup that also failed.
        
        Change-Id: Id968d84d7f09d555a81017a99369beb503d61439
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [adf9406450652046e19dbfc4246ce1228b8aceea]

        let the pixel control find parent tabpage in layout
        
        Change-Id: I3097e7d33bdf1331a71621af6dee823a803a17b7

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [802c52fb98958ec93d9791b3b4a88f3865211c47]

        adjust bitmap page so buttons don't appear to jump...
        
        when swapping between tabs of the format area dialog
        
        Change-Id: I341e1661805ca49318732780de991c43898cdba5

2013-07-29  Olivier Hallot  <olivier.hallot@edx.srv.br>  [876fdf014124543d242ea415698c5f0a5a002b98]

        Convert bitmap tab page to widget UI
        
        Change-Id: I5633a5e96582f94b9619152805cfa13daeb3fe53
        Reviewed-on: https://gerrit.libreoffice.org/5162
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a0709e3213a0494df56d56a77c67358fbe1ac5bd]

        Fix i#84002 by putting braces when needed
        
        In the case of sqrt with more than 2 operands, like over, we need
        to put braces in the beginning and in the end of the element.
        
        Change-Id: I391db14cd2ddc37695fe0b1f590a89b9dd4369ef
        Reviewed-on: https://gerrit.libreoffice.org/5153
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-29  Takeshi Abe  <tabe@fixedpoint.jp>  [57931a7cf76a6f5b323e178d3cade25d98e12096]

        Mark as const
        
        Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff

2013-07-29  Caolán McNamara  <caolanm@redhat.com>  [40c5338fdd817878d9dd6240f7f3629b413120a5]

        String(SdResId(x)) -> SD_RESSTR(x)
        
        Change-Id: I13e3343cc1fff2a443559e6d6dbd6ec887b5f3e6

2013-07-29  Tor Lillqvist  <tlillqvist@suse.com>  [81df97ca2f725ed749f674ed87d3aa04bec1dc6c]

        WaE: unreferenced local variable
        
        Change-Id: I1f3ef8611a82e2981f470c9a98e8d98085ed2002

2013-07-29  Tor Lillqvist  <tml@iki.fi>  [bd8d3ac6666137eacf63d7eda4441392c9783b6f]

        Accept NDK r9
        
        Change-Id: Ie7368d0995653d7051b3c67d4b7667e68787da8a

2013-07-29  Stephan Bergmann  <sbergman@redhat.com>  [a95d1eff071cfafb7e072f6ba82fd04989a76ea9]

        Remove effectively unused INetURLObject OString overloads
        
        Change-Id: Icbbe27b229d5454d27be646e00e8b362a77359b3

2013-07-29  Artur Dryomov  <artur.dryomov@gmail.com>  [f1b77bf3715b7a28cf4a9afd5f47b3e20d50ca36]

        Add timer support.
        
        Show the timer as a dialog, plus update all following information as it
        should be.
        
        Change-Id: Idae00b009ce098cfd482ec79629fc8f674502c9a

2013-07-29  Artur Dryomov  <artur.dryomov@gmail.com>  [766b6f5b14b517e178c9b86611d0edb7582e1ede]

        Add notes support.
        
        It is not possible at moment to add borders to slides previews because
        ViewPager has no constant height and ignores wrap_content property. The
        current solution seems to be the best.
        
        Change-Id: I14b41e0bda578d2ffcdb1c887d633c6201aa383a

2013-07-29  Artur Dryomov  <artur.dryomov@gmail.com>  [a92fa984ae24dc25283d4b6805cff01bf00117e5]

        Add async slide previews loading.
        
        * The previews storage contains bytes arrays instead of Bitmaps which
          should decrease memory footprint.
        * All previews processing moved to the background thread.
        
        This change should solve out of memory errors.
        
        Change-Id: Idd4046020c8fe8f977858f1911e04c0ec095380a

2013-07-29  Artur Dryomov  <artur.dryomov@gmail.com>  [ff5c113531ce9819927ecacbbb5853393eff501d]

        Add auto-hiding tabs when Bluetooth is not available.
        
        Introduce a helper class for Bluetooth as well.
        
        Change-Id: I89b0b4c42ef56ce3f5c2be3a1ea9d443aec04fce

2013-07-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d798d26bc4b7572ed10d6baf5aef7382269d7da5]

        Remove some occurrences of RTL_CONSTASCII_STRINGPARAM and equalsAsciiL
        
        Change-Id: I7acc31f819be6552344073fa032085d01622fca3

2013-07-29  Jesús Corrius  <jcorrius@gmail.com>  [e62fec4075e55fd62a3f0d25b230498e5705dd26]

        Use the Win7 semantics of SHAddToRecentDocs when possible
        
        Change-Id: I7cf0dfaec408800f3c682b3ef56799818b805881

2013-07-28  MÁTÉ Gergely  <sportember@caesar.elte.hu>  [af079c886f9643d539a16065dc4e96d70fac422b]

        Converting to OUString in sd in sdundo.hxx and related files.
        
        Change-Id: I5e9c1122ccfe9dfadfb36c4ab419c429c2bda6d0
        Reviewed-on: https://gerrit.libreoffice.org/5135
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [ad94820ed7bdfb9353d02345e70e02cf2c518893]

        remove unnecessary const_cast
        
        Change-Id: I49348d953614f997d26cb9ad44e39aa0f4b937d2

2013-07-28  Jan Holesovsky  <kendy@suse.cz>  [5132017d86809c99a1af8ac0c0e0a72d00de3674]

        ImageList::AddImage(sal_uInt16, ...) is unused again, kill.
        
        Change-Id: I58be12e7cbf1b97b4d52f398853074ad135780a0

2013-07-28  Boris Dušek  <me@dusek.me>  [e9257fa0e642de2f1c79f2c80387334010812dab]

        fdo#54320: VoiceOver does not follow keyboard focus
        
        The AXFocusedUIElementChanged notification must have the application object
        as its parameter, as it is the application object whose AXFocusedUIElement
        attribute value is changing (and because the docs say so).
        
        Change-Id: Ife63a1e59d8a24256ace38fb98b69fd1544f9c96
        Reviewed-on: https://gerrit.libreoffice.org/5155
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [0ec4caed104e409f623f078aafdbc218ea3da347]

        move global string to globstr file
        
        Solves warning: global resources should have number >= 256
        
        Change-Id: Ic1066b6c190c151550e2fc4c4b932ff397d453a5

2013-07-28  Caolán McNamara  <caolanm@redhat.com>  [beddcf25381523e7b52e07c3c35c61917f005218]

        Revert accidental addition of clone foo
        
        This reverts parts of commit e437dab84256bfabf2c5f5164d6ec55476281701.
        
        Change-Id: If5d0b2b59c887a390c0805af8c5605f984900dbe

2013-07-28  Caolán McNamara  <caolanm@redhat.com>  [0354b4335b5c4fcf65d954e03116c44aabe7fa1d]

        WaE: unused rDocumentService in one ifdef branch
        
        Change-Id: I542cf23c8077d9f867a2d890dc326465fce8c3a3

2013-07-28  Matthias Freund  <matti_lx@yahoo.de>  [5eedfe71e2ecbec85f7426430e146c2c59d673c6]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (last)
        
        Change-Id: Id54b3f9a6972db1c82fdc80897329dd71e48ae2d
        Reviewed-on: https://gerrit.libreoffice.org/4902
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-28  Matthias Freund  <matti_lx@yahoo.de>  [b4f480ce9bb093835c093f72bf02e22686f95997]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 5)
        
        Change-Id: Ib4dcbce29ef5772a9405db838d904c405c0249e0
        Reviewed-on: https://gerrit.libreoffice.org/4874
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [dd6518d42fce1416fa00f80a7b7dead113c37752]

        fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1
        
        ... because:
        1) frame painted as a line doesn't make sense to me anyway;
        2) it leads to x = 1 or y = 1 in createBlendFrame, while the max value for that
           variable is "width (or height) - 1", i.e. 0.
        
        Change-Id: I7437bce6681e42cb57458c012927cf5d6bfc154f

2013-07-28  Caolán McNamara  <caolanm@redhat.com>  [5efc15f0006866ac4c422c1b2bde173ded47893f]

        reduce use of UniString from ResID ctor
        
        Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [e39a959429234aef5348a8b5800b27c29de02a6f]

        surely this is a typo
        
        Change-Id: Ic7a6b330094c597aaed09377cde55c2e7be1b08f

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [b7f90b8f1e3324417e3618dd90811295466676d4]

        protect against past-the-end access of empty string
        
        Change-Id: I4518d1a2795f4775aec7f3eb495e39afe30ec7be

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [a6f3beadde3ed3636fbcce1592a30af7ed146009]

        Adapt gdb python pretty-printer to time nano-second precision API change
        
        Change-Id: I416d98a298f00ae445a480c738a47758544d317c

2013-07-28  Lionel Elie Mamane  <lionel@mamane.lu>  [5bdc7103befd92313085824f51b5a8559f464e9a]

        More details in debug output
        
        In particular, give type and message of exception
        when unexpectedly caught.
        
        Also miscellaneous other details.
        
        Change-Id: I87d71028dbc902e1770fee4c3643c85e75b7646d

2013-07-28  Tomaž Vajngerl  <quikee@gmail.com>  [698315531414b223b35d8507fdf2f56dbcf6bc4c]

        fdo#66006 Convert to PNG for JPEG that can't be losslessly rotated
        
        If a JPEG image has a width or height which is not a multiple of 16
        (width/heigh % 16 != 0) then it can't be completelly lossleessly
        rotated (the last uncomplete MCUs can't be rotated) and the image
        is cropped on the lower size. To prevent this such JPEG images
        must be rotated to PNG to prevent loss. Afterwards image can still
        be compressed with "Compress Graphic Dialog".
        
        Change-Id: Ie2803512a93bba55573bf66c547f132f37cba711

2013-07-28  Jan Holesovsky  <kendy@suse.cz>  [b5e3929a35965f32638a80c3627b98f4fa306875]

        sidebar: Make WrapPropertyPanel .ui resizable.
        
        Change-Id: I75b7a9e42f937528897114b1d056716ebdce697d

2013-07-28  Jan Holesovsky  <kendy@suse.cz>  [9c3191bf0ecf42f4ce96a10aa2e3be4faa851557]

        sidebar: Small cleanup in WrapPropertyPanel.
        
        Change-Id: Ie751dfef7ce48942a51577979e16b88a52919f56

2013-07-28  Prashant Pandey  <prashant3.yishu@gmail.com>  [d2f063d52191bd6912e0ae049e45a371ddbc548c]

        sidebar: WrapPropertyPanel conversion to .ui
        
        Change-Id: I06e8c0928d6e6357c99bf5f6c7cbf9cc338dd1c1

2013-07-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a04ae4adb001d69711c42637da725e1f28b5aa23]

        Revert helpcontent2 changes of a9ae9aefe8384a81dd79827cb76daa9ed8b58dbc
        
        Change-Id: If4940b17bcee0d06fa8dc9bf9faa708cf6d0db1c

2013-07-28  Jan Holesovsky  <kendy@suse.cz>  [ed5251e19ee37cb65d4560534026f04ecb690a5c]

        sidebar: Use GtkGrid, adjustments & mnemonic wdgts in SidebarGraphicPanel.
        
        Change-Id: I1f06733e292986ed0136837ccd6e3a5ba48d07bd

2013-07-28  Prashant Pandey  <prashant3.yishu@gmail.com>  [14b0715b02b7711db0c65c79bf48ed4dca1e515d]

        sidebar: SidebarGraphicPanel conversion to .ui
        
        Change-Id: Iac55960a2f0fd586961abc5cbf239e06a97e088c

2013-07-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a9ae9aefe8384a81dd79827cb76daa9ed8b58dbc]

        Make AddToRecentDocumentList aware of the DocumentService
        
        This information helps to map a document with an application ID
        needed for Windows 7 shell integration.
        
        Change-Id: I1224f566037ab7597a29b16f310f93d9f5441cce

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [0f3af36ba158d01408cd2dc024030a861512ad90]

        Change Page Preview Zoom dialog's button layout to be horizontal
        
        Change-Id: I7f1bd32ebf4c9e6df794404d4177043e1b5cb790

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [e437dab84256bfabf2c5f5164d6ec55476281701]

        Try to improve visual appearance of Word Count dialog
        
        Change-Id: Ie51aeb7de1ac0efd2ae90bccd5121e9f34fbe88b

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [9e033148e043d03786619fd576f8d26f37dc6558]

        Change Insert Footnote's button layout to be horizontal
        
        Change-Id: I04ae00e5cb81abfe12d7b08bc4f31927988dc09d

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [5eeef5cb0814db643d31e3c5f0f4c4332e36f822]

        Fix problem in German UI with cutoff label in options page
        
        Change-Id: I8943aa1576f859db7e7f98fa0fa7d751116f0a8e

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [5e77e5070f9ac55a9296a540f5362c98c7d7bfdb]

        Change Insert Plugin dialog's button layout to be horizontal
        
        Change-Id: I75c512d52f09f57907ba076672b56743f1a22fde

2013-07-28  Stefan Knorr  <heinzlesspam@gmail.com>  [3a4a27c6ee882fae3d08a0e024731f55fbfe067f]

        Few comment translations, commented-out code removal, comment spellcheck
        
        Change-Id: Icd27eb2d11bf6ddd9932a1d0c8c9aa3494962bc8

2013-07-28  Tomaž Vajngerl  <quikee@gmail.com>  [8e4f4fb541277e35aca7d8f210307635f7a81443]

        fdo#66477 Add correlation and covariance to Calc.
        
        Change-Id: I877199aa9c0bb275fa678488548c7e6797c0eefc

2013-07-28  Tomaž Vajngerl  <quikee@gmail.com>  [fbd059fb60fc0afca20eec7ea26e0ae9beb384e4]

        fdo#38144 Fix calculation of tick size in snapping to frame margin
        
        Change-Id: I36aa24880f28cb011e0b48e3b817c97a28475119

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fc099999313d61159ea45f02d80a1bf1b913fbe]

        Damnit
        
        Change-Id: Ife14d006350e8c3b6e1e2f7f6a0cb517f6bbafdd

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5672babacd79a76cfdb600fcb10c3f2ba0c34771]

        Remove debug stuff.
        
        Change-Id: I5bade81590c12eabba9a8033357bf00e9bb59f02

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6b8e2a8194f41550c135a4b67580130aceb3d981]

        fdo#67246: previous commit has the wrong fdo bug number.
        
        this commit b46688a663b8709e0e0795f25ef8961db1f46cba is for fdo#67246.
        
        Change-Id: Ib623a4b7ebf39d3d419389d4ac8868e0bbc06c95

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b46688a663b8709e0e0795f25ef8961db1f46cba]

        fdo#64423: Detect BIFF 2 (and 3) file format like we should.
        
        Change-Id: I1421cca4b0ef8e9410aab5725cc5a8d9cffef7a9

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c2a94c283d6d0a82b8960e73c253ecb96c2b8140]

        fdo#61201: Add test for OFFSET used with external single reference.
        
        Change-Id: I5dff3c3c6ba530531762a0ab2329d1193cee6d1c

2013-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b96cfd6caedbad7b3b79e57421a834f18c5c511]

        fdo#61201: Don't forget to calculate row offset for external single ref.
        
        Change-Id: Ie3dbf2eeba98a60aa2426b1db35ac885102d3821

2013-07-27  Stephan Bergmann  <sbergman@redhat.com>  [787940e0ac285aa1101ca8964d252faaab3ea8c1]

        fdo#54264: Fix multi-argument ApplicationEvent::TYPE_OPEN/PRINT
        
        ...that had been broken when 5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5> "Cleaned
        up CommandLineArgs" changed the representation of those multi-arguments from a
        single string with \n delimiters to vector<string> in
        desktop/soruce/app/cmdlineargs.hxx, but missed updating other producers of
        such ApplicationEvents.
        
        Change-Id: I527d620c60a87f3a01d970927c521163fb6df192

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [a1c081a7c213a56321b0b60651a1dbd63bcaec80]

        Revert "SfxStyleSheetBasePool: remove internal iterator"
        
        This reverts commit 3a46d91f8de420f38dd763028e91229c846dff52.
        
        This breaks the Stylist, not sure why (does it depend on something
        setting the search flags before?) so revert for now.
        
        Change-Id: Ia50feeebae8bf852c827e4f270e81e9f08d2b1ac

2013-07-27  Stephan Bergmann  <sbergman@redhat.com>  [21a4f5df04849a943764918147183ffba3710e87]

        ...and remove now-unnecessary comment
        
        Change-Id: I8c707937ac3e40c4a5f2caa1a928a373ee675d89

2013-07-27  Stephan Bergmann  <sbergman@redhat.com>  [5c01c9c6b2447cac2e92a4e8685f40493cfa5090]

        lcl_getFormatTable result is used non-const
        
        Change-Id: I9fbd62c24190c28752fd9f4cf37d84d1fd466983

2013-07-27  Caolán McNamara  <caolanm@redhat.com>  [6c657296f109ce4c0c74ab6b7c13f2c1c31fec64]

        more valient efforts to remove UniString from ResID ctor
        
        Change-Id: I1227d42f5d24d1743212125ffbeb07513b7d092b

2013-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [826be413d6f3242ee5c5672ca0f1f2f8ac6b417a]

        Mark as const/static
        
        Change-Id: I9000ea607e1df140ac18d59f7c4d4abd999c71d1

2013-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [d976a9d3eea065f116d7ee17731fa68a9ea1b5c1]

        Drop unused inline function
        
        Change-Id: Ibc0d19861cf86cfdbef48010dd4099768e7ee767

2013-07-27  Miklos Vajna  <vmiklos@suse.cz>  [83e0489217fd4b0fcf3ab62d002257b47e7a6459]

        fdo#67365 testcase
        
        Change-Id: I921eda30f60e5466e381922193c2a46be10ad65c

2013-07-27  Miklos Vajna  <vmiklos@suse.cz>  [165cd8332a0844314e698cf59936799676257ea1]

        fdo#67365 fix RTF import of RTF_QC in table cells wrt unusual group stack
        
        Change-Id: I487e1a941f499ab3d0a820c790af051a9b972376

2013-07-27  Miklos Vajna  <vmiklos@suse.cz>  [986ebb668d45a42bc1e8b744980619857e891ef5]

        fdo#67365 fix RTF import of inherited cell widths
        
        In theory, this is not needed since
        01292f171cc851ba092510f10a97cd293670829e, and in practice it even causes
        a problem here.
        
        Change-Id: Id2c2f3f7815efada138f3f84724af77be3372fc1

2013-07-27  Miklos Vajna  <vmiklos@suse.cz>  [494937776956370eda868f91922c4cff34656050]

        fdo#67365 fix RTF import of inherited row props wrt unusual group stack
        
        Change-Id: I273d89a0708601a38dd8bda734a72b4c92da2cc4

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [3a46d91f8de420f38dd763028e91229c846dff52]

        SfxStyleSheetBasePool: remove internal iterator
        
        The clients always start with First() anyway so they might as well use
        external iterators, which makes calling First() in certain situations
        just so the internal iterator is invalidated unnecessary.
        
        Change-Id: I0948576c20410136448e8b85311c21a257469bc7

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [197010643e7e1b8c973013efa9034ffc9bdb56c0]

        remove some more SfxObjectShell methods that only call each other
        
        Change-Id: I71807adff43ce2cfb748764edcc5880cdbba746f

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [1ed9d506f8b0cc246c952673a2fff11e8314ba46]

        SfxStyleSheetBasePool::Make: remove nPos parameter
        
        The only caller who could have used a non-default value was
        SfxObjectShell::Insert().
        
        Change-Id: I18174a54a9c0246850dc6347d0147e8640ad101d

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [e039978b5256bfa0c42b1ce546c27326ef052412]

        turns out nobody calls those SfxObjectShell methods, remove them
        
        Change-Id: Ic04fc47e88f0d12a0889fd9e28ff0fc42c6556aa

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [c7dd322b3c37d84f6962f9d91a8770d3cb9d4888]

        rename SfxObjectShell::Insert / Remove ...
        
        ... to something more unique, and use SAL_OVERRIDE.
        
        Change-Id: I0f991870974cad42c86d6af162359dafb475c5aa

2013-07-27  Michael Stahl  <mstahl@redhat.com>  [8fb210a2ddc0b09288316cf459bebfe196ea94fb]

        fdo#67303: sw: speed up setting IsHidden property on styles
        
        Importing an ODF document with 4089 styles is ridiculously slow,
        spending most of the time in SwStyleSheetIterator::First() to reset
        an existing iterator.
        
        Since the SwStyleSheetIterator can handle the case when First() has not
        been called anyway, just add a new method that resets the bFirstCalled
        flag, which takes next to no time.
        
        (regression from a0dcf961879ab644a52f801f65466756cb144b72)
        
        Change-Id: I8741b4c0cd51f8c244462ce28a754abc427d0df3

2013-07-26  MÁTÉ Gergely  <sportember@caesar.elte.hu>  [2f9d2489791ee97a169df0cea932ed7f9ba1e66c]

        OUString conversion in sd in textapi.hxx and related files
        
        Change-Id: Id080ae9aaf08de1b0903ee12dc1082c7e531af0b
        Reviewed-on: https://gerrit.libreoffice.org/5114
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [c02b3f8517e159c462a288d82e3b62cc4b2ab682]

        fdo#46037: less occurrences of comphelper/configurationhelper in sfx2/doc
        
        Change-Id: Id1416ae6c1efaa251a979ac67e90b5261f64bd9a

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [225d50da607a8a4115f45b2c433cb280fac70361]

        convert GetSelectEntry family to OUString
        
        Change-Id: Id3282e2efd6573bed7fd172021dae9aee9342fae

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [e8be58a10bce944525b4186db64629f526cf20ce]

        fdo#46037: 1 less occurrence comphelper/configurationhelper in fmwk/helper
        
        Change-Id: I504789fb6b1e5332b0c131313ea9b9c538227d46

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [39b1fb894fb3cd5ae2db65ddf9a2db761604f5e5]

        fdo#46037: comphelper/configurationhelper partly not used in fmwk/accelerators
        
        Change-Id: I710b9155b6ce8f42f46d87c80cebf37414e91c70

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [7087de13aba5fb7303a532e198a43fd1d13435b0]

        avoid strncpy for windows.
        
        Change-Id: I7949697bb245e08355a061b4548c4078bbe9a091

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [d32b179c3f2b16bb96679816db485d62ce8fe87f]

        more liblibreoffice pieces.
        
        Change-Id: I21d67de281847321d784cddc652d4a51a437fadf

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [04646443b3ee3baef0c3bdbaefad0eb66b71d33a]

        fdo#46037: no more comphelper/configurationhelper.hxx in framework/classes
        
        Thank you Stephan!
        
        Change-Id: I70a7f3dbbbe71c165f823ecc207bb5995a8e1376

2013-07-26  Jelle van der Waa  <jelle@vdwaa.nl>  [a9c9353b4b1628fdffc5f8c4db34c88186a244c7]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: Ic762d02458265fe1ef2f4ba0b286438b6082e805
        Reviewed-on: https://gerrit.libreoffice.org/5120
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-26  Jelle van der Waa  <jelle@vdwaa.nl>  [48c662e1a8ac6da61b6b586d268db5bb4f1e3669]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I00cfd958c2e7d430d9bcb03a609bbead812de3f3
        Reviewed-on: https://gerrit.libreoffice.org/5122
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-26  Jelle van der Waa  <jelle@vdwaa.nl>  [e42737a213373af18d1e68cea7b16b1679b4c3fe]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I8fe1cdccfef61c3cac88a24d057615b0ceda682a
        Reviewed-on: https://gerrit.libreoffice.org/5126
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-26  Isamu Mogi  <saturday6c@gmail.com>  [92e484c4b5baffbcc3a24af0d104adde351f77c0]

        Ignore empty line in autogen.input
        
        Change-Id: I5a640c996779ba548c1b4772820eaa799537c1af
        Reviewed-on: https://gerrit.libreoffice.org/4991
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [902276557566bbcbcef7e8de4d119196fdcfa345]

        stash rather arbitrary widget sizes in one place
        
        Change-Id: I26cc3185d6abbce516f7c7d9243962b873587859

2013-07-26  Olivier Hallot  <olivier.hallot@edx.srv.br>  [6d21d95f2d24a4f1fd0be5e754953f6cf718e56a]

        Convert shadow tab page to widget UI
        
        Change-Id: I8828100136f73e4f80cb11c2b5003fa7de6b575f
        Reviewed-on: https://gerrit.libreoffice.org/5116
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [055edb382a400a90a12bac36c4009372fb96888e]

        cleanup link file syntax.
        
        Change-Id: Ic2bfbce05e1d291af0ce8ba551b8c1e6227039d4

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [a44a1b4396e4591bd9e3e5806ec0ee1cbbdf4cc5]

        Various fixes for icon theme link files.
        
        Don't package icons we have links for instead.
        Also check that links don't point to themselves or other links.
        Also warn if we have links to files that are not mentioned in the
        filelists. Also check that links have targets packed and warn if not.
        
        Change-Id: I9e69340432b7289e49c854fecd4944ae459acc75

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [5d071dda3701289ad73c786446ba2e054e74a388]

        Rename misleading icon link data from cache to hash.
        
        Change-Id: Iefce4992e7a0180cba57ea35fb51d077c642af80

2013-07-26  Stephan Bergmann  <sbergman@redhat.com>  [44ddacb232c4fd5cbb28867aa28d7d855788a511]

        fdo#33605: Handle http etc. URLs with no path but fragment
        
        Change-Id: I8c47cc55e7ad53e514c0bd46130cbbe6a1bb0357

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [2be3dcd9cc0f66aec026538baa7299663d9986b0]

        Use BUILDDIR, not SRC_ROOT
        
        Change-Id: I497238fbc8344a1bb8703dfd8090bd4e5c420ff1

2013-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b472b4c70ce7668d3637d4fd8ecf789eb1e56a0f]

        'almost finished' doesnt sound like a clean target
        
        Change-Id: I0455dce3c41a859a6d3f7c2cc62ba5002559bd29

2013-07-26  Miklos Vajna  <vmiklos@suse.cz>  [67163f5531c29ff1983661ba832bd205944b33f3]

        fdo#66474 DOCX import: fix handling of mixed fixed/auto cell widths
        
        Instead of checking if any cells have fixed width, check if all calls
        have fixed with.  Regression from
        74c5ed19f430327988194cdcd6bdff09591a93fa.
        
        Change-Id: I58d3d16cbaa2c54a8a1ac309910336c72dcb39b7

2013-07-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4a1c808b95c9a62f6ecf8ae3c20218ef85a9261e]

        String -> OUString
        
        Change-Id: I244de2137f6a7b26f21de24ff9273c5c3672d12e

2013-07-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3d1360baba19a968791c683c4c5e0c9ce04fd880]

        String -> OUString, sal_Bool -> bool
        
        Change-Id: I078599f1c109f85ff6ba5895c31912d5def98c27

2013-07-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [35b64000f4acdb310748d84d588eb2f984500fc1]

        SwGlossaryList: don't use output parameters, convert to OUString
        
        Change-Id: Iae21524d85a832ba17ba120f491bb13d1bdfcffa

2013-07-26  Eike Rathke  <erack@redhat.com>  [e7c06d3081e68d49d1c2cca32a01ac3e081d4c3b]

        patching out doc->encoding is not needed anymore
        
        Upstream 71e2b41a366ecd150700025058364c7dbf3576a7 fixed that.
        
        Change-Id: I6f91170be9888c1fca19839d3ec6bb745dcff329

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [b11d022aeba5f981a9a3e4d8322ca5797f16944a]

        Resolves: fdo#67344 wrong relative menu position
        
        Change-Id: I4a0cc610cc3c6a9c4164a69d40a9b0230aa702a4

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [959e00cb9ca0d6891671226e88e96aedf5e0de46]

        Updated core Project: help  9d984456abaefb364a6b5f77928dfc14e2c571c1

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [03993b47c522dcc71f7cd73ee21df3de9650080d]

        targetted clean of redundant header piece from 62badf3828
        
        Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [1b95b749e0fe8d909b918cf9b37b45209d6d3f8b]

        adapt code for define database range dialog .ui conversion
        
        Change-Id: If89e5eded5873f1bb33d04bebcc742d747d7a1c4

2013-07-26  Reem.ALotaibi  <reem.a.d24@gmail.com>  [c11b6db4a08cab2ba48a733bc565f26e33492061]

        definedatabaserangedialog.ui widget
        
        Change-Id: I68a72b62b55d8964c147265495a39e0c07bf6ee4
        Reviewed-on: https://gerrit.libreoffice.org/5115
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-26  Noel Power  <noel.power@suse.com>  [7b3d8e0a7dcf6ae05e1de5c33ed382822cf52cce]

        unit test for fdo#62729
        
        Change-Id: Ib9be75459aa49b8bab968dedae9e0760ccef9a26

2013-07-26  Noel Power  <noel.power@suse.com>  [b5fffdb8d0438a2fe933a5742d41fe50a14b71f3]

        fix for fdo#62729 reference pos can point to non existing table
        
        there is an existing function ( called at least from uno names api also )
        that updates the tab pos, calling that seems to fix this problem
        
        Change-Id: I6f6f31895eda9c338eeabd3f3285bf2c9eb23b7e

2013-07-26  Siqi  <me@siqi.fr>  [76aad98dcbe03ceb17fdf975eb4a1281f9814844]

        Revert "add threaded pool support for avahi backward compatibility"
        
        This reverts commit af1ce3de97a6c1d583f82558ee18054b7917b03d.

2013-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [db0b333ea6cb04241a78f55b39884eeb87ee6215]

        setsdkenv_unix.csh is no more
        
        Change-Id: I1f20dbc690be23c013c26c0a37b8d6eceef0f51d

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [8f315d9ece9dc8bfc093e4707d761e7120092618]

        Move the (unimplemented) READONLY_INSTALLSET flag into config_features.h
        
        Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [cca02d9e984d1937f6d8597de0267ebf22ae6916]

        Move OS X sandbox flag to config_features.h
        
        Change-Id: I189fa06d13a78bcaa8e17b32756076473ced3641

2013-07-26  Miklos Vajna  <vmiklos@suse.cz>  [e849f5d84a4bc35a241c2d1231b48c57c43ecce4]

        RTF import: fix groupshape import when shapes don't contain text
        
        Without this, the groupshape itself was created, not it had no child
        shapes.
        
        Change-Id: I5d3276498eb3ffe840f3d42dad16661849596da4

2013-07-26  Siqi  <me@siqi.fr>  [af1ce3de97a6c1d583f82558ee18054b7917b03d]

        add threaded pool support for avahi backward compatibility
        
        As suggested by Avahi maintainer, we should ship threadedpool support with the build since it's not availble to avahi priori to 0.6.3
        This keeps the avahi support backward compatible.
        
        Change-Id: I70db9d5b3be3fba744e40c9bb183307819b7df4e

2013-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [02931dc8c7ca01c536a12e213b3d728632d5d4c0]

        ouch
        
        Change-Id: I927a688c28121d084bf3fd9a57dd1a9c2501a407

2013-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f277d2a8caee4b15a518a26a3d1c064a9a3a1a62]

        Don't dupplicate logic so that one can fix possible bugs only once
        
        Change-Id: I58744a93d3edb3002e9a71c22e0d492cb9277e73

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [324fff97a1713625e2def0f973462fb0a11290fb]

        Related: fdo#61544 lessen height of impress options
        
        Change-Id: Ic74657943cfcb2e71944d0749de94868e24b1446

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [4d2998378e4d40f30ee1c9a243608c913350ce93]

        Fixing windows ID setting
        
        Change-Id: I6ef8b1765afd55da79e4aa3ca89892b920897d34

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [1b29758910de5e0e9f68c8dad176e9521774020e]

        Fixing a manager class
        
        Change-Id: Icaaa3e33ebb0e2ca650a279a8b094fbddbff2a4d

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [2bff2270e10bea702aaef6414f9ea5c8eab9860a]

        Removing a code for WIN32 that doesn't work
        
        Change-Id: I0ef71e696774648d5155dfc2f35e77bce3f91227

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [f0833d965d20594c0f2d74ffca95589a572e012c]

        Minor fixes
        
        Change-Id: Icb76c549d8129d5ab89bf649b1efded32dce059f

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [71b2e88ff292f8b622b3e1026de164df9433f1b7]

        Frame grabber implementation.
        
        Change-Id: I50e6c2681f515aa3f52e7d730cd8bc3001c2d3d4

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [6a1f5f0aebea7a7dfc58a50167408e9477564903]

        Possibly binds a video frame into the WIN32 window
        
        Change-Id: Ib45921e3162e7ce5f306c23b0b158a4c35102202

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [79ae34928c134c8143cb21da651b67caabd21794]

        Fixing pausing/stopping media features
        
        Change-Id: I3a1c5201481be819f84e8475719a1ce9f15e20ec

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [2fadc5a8dd2bb61869b3e39cd5acc17724899eb4]

        Fixing default frame size
        
        Change-Id: I82438768a8165f3ce5fdde03e89d2d2c9acc24c6

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [d6f28a0387fbcd63098d119c7d68185695182d89]

        Fixing volume changing ability
        
        Change-Id: Ie6b175fd039a868a57afdfe7bd05a2de69c39a7c

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [fa978db06c10a2fc83ada50118b861b29c5be4f9]

        Binding a video frame into a LibreOffice's widget
        
        Change-Id: Iebf5b9f8cc83e7d2a96f105b07b6fe0eaf8b2678

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [057b2b6b7faebe3572b6993859eb1a0f7424c6eb]

        Fixing get/set time methods (correctly converts ms into sec).
        
        Change-Id: I64c7ddb5336a7ea255500c21ee1550eb32cbf27b

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [5b67ee9c432745119f9c9740f88a3da17280e4b6]

        don't return an UNO reference to a temporary stack object.
        
        Change-Id: I0b64d6181884d416d690a936017e6e0725360d56

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [054c2b6a51faac2b6c32c02f567a496537a15555]

        Fixing segfault when getting a duration
        
        Change-Id: I51e221214bb7e6c09312109ddb9d6bb71b47b181

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [e2376b3db0050cb3a9f902aeaa9616d00945011e]

        Insert vlc at the top of the service list to try for media.
        
        Change-Id: I2abde3c4431e104f30c22a3066bb6fb243151e2d

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [8c6b8a7ca42d8c103a0439d1d15eb6c68ebc5e43]

        Build fix
        
        Change-Id: I2db954ae56aacd023d7521c20db0e50b1a5b60e1

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [b9af45c1f21dde339df5e80676c414efd43d0aa2]

        Setting url into the player class
        
        Change-Id: I7175b3ac9a818c6ae0ac0fdbea70b0416df34446

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [d8ea5e105bb0d65a05cc87b13e9b9ab58fba3ab6]

        Frame grabber interface. Adding service/implementation names.
        
        Change-Id: I5bb36f6108a3ac1a36867e41e3148e3431ff8ff4

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [70466a927ecbd7535e76721b707d1a7d2a03beb5]

        get vlcwindow compiling.
        
        Change-Id: I188a8ecf30e3816bd915ccdd452f6a93bd9d021d

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [b6090460d9b596b8814d9a93e2cfa49b5b9a7dfd]

        Fixing source for building
        
        Change-Id: I0470684c8e2f043e891a58e11f498706c9a7a7f6

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [49e622c5cadbd42ee85311d7f2a35dd8880f538e]

        Lockguards for threadsafe. VLCWindow class templates.
        
        Change-Id: I3e56f1752ebb101f05a231007ffce5cc5b9c97d2

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [51d7b654a556db96a2870918bc51a348f1b32260]

        get/set methods implementations
        
        Change-Id: Ia60d54def159b2ffc18d63315d23fc195ecece94

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [a1c329f6b5a482d8339db6213c8d40f73e176883]

        Media player/VLC instance initializing.
        
        + implementing some methods in vlcplayer
        
        Change-Id: I9b9ca9ecd56f85b73fb7e79fcab5fc2968bd20fb

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [16ae4845685653c0fe67b8658c34e24c40fb297f]

        build the new modules, and close a couple of namespaces.
        
        Change-Id: I04bc100310f886cd07eb1440a37028a2e52d879e

2013-07-26  Minh Ngo  <nlminhtl@gmail.com>  [7c16e27ad0417764af9f21d2ddfeae95850630a9]

        Initial player/manager patterns for the vlc module
        
        Change-Id: I600c3b273343906fbaed18629f425ce5b590b92e

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [ed05db48c00f5892dad3704885c8621d68c1298d]

        trivial build fix.
        
        Change-Id: I6c5254e2087fed0664255619f080741f8ffb2a6e

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [791e2f66652f9fd4af100776730c62484927c144]

        initial vlc component build / conditionals and hookup.
        
        Change-Id: I12e4a368e18a58099160ee65eebe837744e11378

2013-07-26  Michael Meeks  <michael.meeks@suse.com>  [4426b03a38279c99857202871917a5b9cef02758]

        initial configure pieces for VLC detection.
        
        Change-Id: I1001d7f87c3e3194c04ea9d1ef97a87898f891ea

2013-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [60c19683b5897beefa0e799b7efdc3e2b4da528e]

        These two strings are non-nullable so fail if they are null
        
        Change-Id: I7ea1a8faff96aca54f6bad5e811841f58aadd382

2013-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4155bc56ad2910d8acc5d6468eb1ee2a3cffcd20]

        Shorten the idetifiers a bit not to be more the 32 chars
        
        Change-Id: I5ee50ae740aa113670dad97067e78e063cca1a61

2013-07-26  Miklos Vajna  <vmiklos@suse.cz>  [50a76af9d1b6cc1b02c856c2e06bc18d849ec2d3]

        Related: bnc#820504 RTF import: don't anchor shapes TO_PAGE
        
        This is the RTF equivalent of f5b7acac624f07fa95835b6054b8d295901bb1dd,
        which avoided TO_PAGE-anchored shapes in the VML importer.
        
        Change-Id: I58a5cdb311ac43ddba00bc441005fb37a4899cee

2013-07-26  Stephan Bergmann  <sbergman@redhat.com>  [6b0f903464d5f1c9483a1aac242f77b059bd3716]

        More "Keep passing XComponentContext into officecfg:: wrapper fns"
        
        Change-Id: Ie891f1afe8db2f3ac2f01e287e1caae4de3c3246

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [aa03340dcb5f832afe760e0d498238c3643f52c6]

        Don't bother with remote control support when headless (like in unit tests)
        
        We got mysterious dbus and/or Avahi -related crashes in sd unit tests
        otherwise.
        
        Change-Id: Ia8beb5ca942f757eb423cb30b9000d3b52f5e920

2013-07-26  Siqi LIU  <me@siqi.fr>  [666fe3e96c6715e455c6ab3e509e5e1c271cf9d9]

        send proper pointer visibility command when touch begins/ ends
        
        Change-Id: I2427f1857ca8189db39c20009103d93b935dd5bb

2013-07-26  Adam Co  <rattles2013@gmail.com>  [6be2b0fbf9da9963ac18d33f145e06d684136a26]

        fdo#65718 : fix for exporting of image distance from text
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Id33a9d491b2d89b05189b566641dadcef3176dc3

2013-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0154460b49d4c46cfca52e2c78dec134c7948b5a]

        Fix MINGW64 build
        
        Change-Id: Ie933fd3853f0c195faaee15620b970e6cb5259d1

2013-07-26  Caolán McNamara  <caolanm@redhat.com>  [a307e03946cca3a8e93b37eb9113721bc4e512bb]

        convert TakeObjNamePlural family to OUString
        
        Change-Id: I947e47934677a4f9ced0bfc0db3932bcbbb25f36

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [b14688f07f2d2e1e53cf0b99bd2f7a055e2ddb3d]

        fdo#46037: oups forgot about pch part in svx
        
        Change-Id: Id7de641fdc5ac96163ecfc1542eb8e40e98d283b

2013-07-26  Julien Nabet  <serval2412@yahoo.fr>  [513212eb71ffca09e47025ac82e0203d3df22d4a]

        fdo#46037: no more comphelper/configurationhelper.hxx in svx
        
        + sal_Bool -> bool conversion
        
        Change-Id: Id8dc56e61984af599dcd53bb2cc9665db5fa0a1e

2013-07-26  Siqi  <me@siqi.fr>  [9f8a350c2131f1289f9edb652c8e86e7b806040f]

        discriptive comments on HAvE_FEATURE_AVAHI and remove unused ac_def
        
        Change-Id: I37183561a264625505036bcc6b945a6b24f05b5a

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e9ee572198992868e7beae2911446a70aa4b7aee]

        Add more usefull log areas
        
        Change-Id: Ic9d8ee7cee5b1b4b54151825e025e0d4815d3bb1

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [4e074e46150835937277499e854be33ddbcac532]

        Add one more newly introduced log area, sigh
        
        Change-Id: Ie3fb178663a1d05b798b780a859074d97d4a6e45

2013-07-26  Tor Lillqvist  <tml@iki.fi>  [87836a2ef626ac52e33efea2e0ce7e1e5800c43f]

        Add newly introduced log areas
        
        Change-Id: I1efe24be3ca34ff78f53a641ade9f2f38fe229e1

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [084b7d8e71270f90e1f41d373a2b95d4ddc18b88]

        Remove some unused comment
        
        Change-Id: I1500b849d2773a62f0e9191f1acd53443867bfc7

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e28358e75aeb40cd51186cdcfe82b3880e7f6701]

        Missing magic in font
        
        Change-Id: Ic3f4d12729c0309e03992c06f8a57da3d004c24a

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f8a4c68588e3cd209fd6bba8671d8f42f1cc1ce9]

        CharBrd 3: painting of border for simple text
        
        -Use the frame painting for character border
        -Increase the size of the portion
        (height, ascent and size)
        -Shift the text drawing rectangle
        -Make the text cursor to skip the borders
        
        Change-Id: Ia40fed5d7a93f85b73b7fa019ec4ede9421d89d1

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [318bbbfc9bad8c0e04306faade2dec956ff89d28]

        Use SwTxtInfo height and ascent for portions
        
        By now this is the same as the font's ascent and height
        but it can change.
        
        Change-Id: Ia40fed5d7a93f85b73b7fa019ec4ede9421d89d1

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e992bd5090226fc4ee43606e0fe37fbbee0ca401]

        Make some changes in SwFont's borders
        
        Change-Id: I901094a45f339b0702481a3fd60f3b7effc96143

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [45519ecc1adb4ca975cac97842c0959677ebc2b1]

        Use optional member data for borders in SwFont
        
        Change-Id: Ib7e51aea8253128178e534eb8281975959e59810

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7b776bc01911e7b3ff0044bf88cfed9bcd1d97d8]

        CharBrd 2: new character attribute
        
        - Add new character attribute id
        - Update attribute set and attribute stack
        - Convert character set item to general item and back
        when execute "Borders" tab page.
        - Add new SwFont attributes for different borders
        (top, bottom, right, left) This will be used for
        painting.
        
        Change-Id: I344babc3645931537cfa37d64f1f6c6c02c1cee3

2013-07-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9bb7349bdbcb00ce73c50d37ffe55476939751c1]

        CharBrd 1: Add Borders tab page
        
        - Differentiate character dialog types
          (border is available only for simple text)
        - Tab page must be added for two dialog(SwCharDlg and SwTemplateDlg)
        - SvxBoxInfoItem (SID_ATTR_BORDER_INNER) is initialized
          before execute dialog (used as input).
        
        Change-Id: I73723a018b6cf4cd292ba44b1bd7e1af3c6a6deb

2013-07-26  Siqi  <me@siqi.fr>  [0dc8821659ffcca5d48c9c3a133c4f793017f783]

        use config_features.h.in instead
        
        Change-Id: I1332fc22caae759c65b64e6c43e73740245e4abd

2013-07-26  Tomaž Vajngerl  <quikee@gmail.com>  [bfa3f8584b2f2492f5c0573f22e4ebd96d9a8af5]

        fdo#38144 Enhance snapping to markers, also snap to frame margins
        
        Change-Id: I5de4f8bafecabf84224a0518d9515295d23d7321

2013-07-25  Olivier R  <olivier.noreply@gmail.com>  [81219456462e831cf931d7594657281b5c4c09a1]

        update the French autocorrection file
        
        Change-Id: If5579f1cf7d94c4fe7a4289c2792c2f34e872a8f

2013-07-25  Siqi  <me@siqi.fr>  [fb73b3de561154486de425e51bc3a8acc3bbafd9]

        remove unnecessary c++11 thread lib
        
        Change-Id: I865f859c039bbd97c92d04f9df73a0cca47196b7

2013-07-25  Palenik Mihály  <palenik.mihaly@gmail.com>  [e5223bd4c9480cd90cf7a961b6e6ed5e29d06241]

        Change String class to OUString class in css1atr.cxx
        
        I changed String class to OUString class in css1atr.cxx and its
        dependencies.
        
        Change-Id: Ibc216e28196bfdeec027b5d5eba4df5009e4e5a4
        Reviewed-on: https://gerrit.libreoffice.org/5053
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-25  MÁTÉ Gergely  <sportember@caesar.elte.hu>  [979ec69582608227ffb2a54c634076388b2428f8]

        replacing a String to OUString in a sd header
        
        Change-Id: I08d7949b6875f550bca4fbbdef7d92a4bc257d58
        Reviewed-on: https://gerrit.libreoffice.org/5099
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [c3b55c51a911883052b4e62cb9af3eb3cabd85a9]

        Disable use of Avahi by default for now until it doesn't break tinderboxes
        
        Change-Id: Ibb8b40e5e853e29b26b96018f4248321dd841985

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [c852fa1121d652ab74ba692c7ba0fb2b9ced5333]

        Simplify and fix Avahi conditionals
        
        Change-Id: Ied30c619804239044b935382d580dcb86bfb8b11

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [4acf41db11a1791c3705712f8a66a1e85094f83d]

        Compile AvahiNetworkService.cxx only if Avahi is enabled
        
        Change-Id: Id5db47f9a7dc1d05f5e100b8367ba75ddd1f6dc8

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [a7be6a2e89960e753c4ea1d58ded61a99f028fa8]

        Don't use zService if not set
        
        Change-Id: I1043ab54cbffddd316d141e3f5d368849e3070ca

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f40461a223c5c289aba37daf70b4613af8134409]

        Remove unused struct definition (firebird-sdbc).
        
        Change-Id: Idfe8a76c0c14291688f009a1d0b07cd80488f31e

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [89788d34ad79bb5a1fdfcbc2638c2ba12d2e835f]

        Disable case insensitivity in findColumn (firebird-sdbc).
        
        In theory it is possible to have case insensitive identifiers
        in firebird however these are only used with unquoted identifiers.
        Base by default always uses quoted identifiers, there doesn't seem
        to be any way of determining whether we are dealing with a case
        insensitive identifier when retrieving it from the database either.
        
        Change-Id: I4df0ab10c5a7c15ecde099e36978ac2e6c4ad0be

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [de0384045c20453a5468715cc364c31f14b2ae3e]

        Cleanup XResultSetUpdate in ResultSet / throw exceptions (firebird-sdbc).
        
        Change-Id: Ifc5437f10421ba00c16caa860f9737444a81d891

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d011153df470bc7bec621fc8de3ef98ad5cd41f6]

        FunctionNotSupported exceptions for XResultSetUpdate. (firebird-sdbc)
        
        Change-Id: Ie24ba7eeb8d638433fe6b27d74d70121472347c5

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5d1245b89c18691eb80b3037cc816a422bb39316]

        Implement the remaining execute* in PreparedStatement (firebird-sdbc)
        
        Change-Id: I7df7e926c352f5d0ddf7acb4df9b4060a634140d

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [79002d6f35da061d4ba8aed2f7fd57efe6aa1aa1]

        Comment and cleanup unsupported batch methods (firebird-sdbc)
        
        Change-Id: I553265a0f492e8c5c258cf94aead2019ff1f9350

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [63985cd35e8d58f578517fec932666accfe7224f]

        Implement getMetaData in PreparedStatement (firebird-sdbc).
        
        Change-Id: I61450c2617f53ad9de13f667fa01d7a7dde31f85

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [61d4e320301f658eabc918c8b7b731e1890f4531]

        Make evaluateStatusVector a namespace function. (firebird-sdbc)
        
        We're not in java after all...
        
        Change-Id: I145fbd7adad5e03a7c9e7bcf28cb2f80ce40ba9e

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5249927d9e5f08fb6ac2f99710f4d99bbc366dd1]

        Remove old unneeded commented code. (firebird-sdbc)
        
        Change-Id: I82013ac933b3a30093593e32fd202de351a96599

2013-07-25  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b17392f85d143c44d109702ebfd8802533b4e682]

        Upgrade the last bit of pr_error to use exceptions. (firebird-sdbc)
        
        Change-Id: I066cd519158c6d28ed410e4f62d9418dcf95a6c3

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [e43a151549b7f87cb1c1c1165b9777697fd9c1d7]

        Improve the SlideShowActivity.
        
        * Enable up navigation.
        * Show the current slide index properly.
        * Show thumbnail if slide was not loaded yet.
        
        Change-Id: I234dc1e583c8549b6a1c069d7e2294726d5e29d1

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [f01c976a1def48a11e95e36b747f55dfbc8647c8]

        Improve the ComputerConnectionFragment.
        
        Show reconnection action bar button only when it is necessary, i. e.
        when there is a connection error.
        
        Change-Id: Iecb86f7a1bf0b094f2fffbe12c03bea474774417

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [001552cc8a01ddc724856a905017937e735eee73]

        Improve the ComputerCreationActivity.
        
        * Allow using IP address as a name.
        * Provide proper keyboards for typing name and address.
        
        Change-Id: I86ca58282c81eb0705d6bc82b98b2aab94fbf676

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [ac546de39e59c8ecd18759a9f6b6bd02e4bcd02e]

        Change the logo to a new one.
        
        * The new logo is a flat version of the launcher icon. It follows the
          Google Play store application style.
        * All base densities are available now.
        
        Change-Id: Ieb4cfb7f762421ac1b7a6edeece44788f26dd7d5

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [173638b9a4c1d039aeae350765d7fbf8330d91e1]

        Change ComputersActivity to use swipe tabs.
        
        Such method even remembers a current tab on orientation changes.
        
        Change-Id: Iad14af060b41a4b8d225e83af450cdff0a6e78e0

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [15081f45820a858f84c96189bbf53f8d3ea72f64]

        Improve ComputersFragment.
        
        * Load saved computers better.
        * Handle removing and adding computers properly.
        
        Change-Id: I12027ad96f06cfeccbc249f453ccff588ccd79c6

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [359751db77aa296d6bf63768696b1cc0fafd50d9]

        Clean up the codebase.
        
        * Fix licenses headers and footers once again.
        * Fix inspection warnings.
        * Fix typos.
        * Rename resources to follow the same style everywhere.
        
        Change-Id: I3ee60f4761446322bd34323f404354096292a086

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [927711bf0fff6c3bda4c68c508a8a7fd022c0fbc]

        Change the source code structure a bit.
        
        * Follow usual Android project structure.
        * Make the structure more clean.
        
        Change-Id: Ia5b115fe2b8a6417e6d9cfaae46c859c9e4c3c1a

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [cc20292c4d1074a02c740c8411d94cd97c9e2bb6]

        Remove legacy and unused code.
        
        Change-Id: I9c126628cd8e73c162e561d23bd884c1af26404a

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [f39f3ccd590c76d80ff9e02e5cb26fd5119d3de5]

        Add a basic slide show activity.
        
        Slides grid and pager could be switched now.
        
        Change-Id: I2c29f36b16c247f1d895773d90766828f571a375

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [043a580648ebf3f8fb50bfce9bf03cbfdcda1fd2]

        Add a basic slides pager UI.
        
        Change-Id: I0ef53ca7bbcf5eab2bb131a88c687e302f80dc41

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [1e680128df72a5f7c7226b8874d21a579899de7e]

        Add a basic slides grid UI.
        
        The slides adapter is using the ViewHolder pattern and view recycling to
        improve performance.
        
        Change-Id: I8f922799dc3af73e9ecaec92ca91eb38e8a784c0

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [8e236acf9efb3428c6bac22a14f4c5dd9855275a]

        Fix source files headers and footers.
        
        Change-Id: I3d5298f43efdf220fc56eee60636a94985a07360

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [7ab7e72e8672dccc1380aff54480eed86b469b90]

        Fix intent creation to use the static factory class.
        
        Change-Id: I7c9cd2ab8a0d185e7ace7d7f9c0183775b620178

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [d080b0efa1af812a84f4a2f383d2401b226eea86]

        Move pairing operations from CommunicationService to a PairingProvider.
        
        Clean up CommunicationService as well.
        
        Change-Id: I0fcea89b2531192869f4e039dba7e06528f22def

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [1b085b8f7337f78248c24701c2ab61772e3ceaf3]

        Add adding and removing computers.
        
        Change-Id: I52166bbe848e1b877a91d8ad83859e9f6345c3aa

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [5f6eb2d86da300416be13e63a7d3e863e32338d4]

        Remove PAIRING_STARTED intent action.
        
        Replace with PAIRING_VALIDATION. Probably it is better to rely on
        protocol and server.
        
        Change-Id: I5120fe1b2c3a5f48c294fb2c76334c1cd09285a1

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [c81c82f801e6e12454affb8c3f3946079c5ab688]

        Add static factory for intents.
        
        * Remove intents actions from the CommunicationService.
        * Move all intents extras names to a single place.
        * Move intents creation to a single place.
        
        So we avoid duplications and possible typos.
        
        Change-Id: Ic486727522962763e2fefbf96b65125cf2e3d466

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [4397d863f475e70463972aa3fb1b90d108ebb6d8]

        Change TcpServersFinder to handle multiple threads properly.
        
        Change-Id: I6d76e1b25e5d3a38fef0d3702fdb35a11e129946

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [2aaab2a01e97a447b62f07a68c937cebb1cb1cb6]

        Add additional loading servers to the UI.
        
        Change-Id: I4866c6398146bd0e83d27c7f2014a0180b0b4540

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [94255fc98ecaf5a41d4e37956c9d9e67145b7e23]

        Move servers management from the service to a separate class.
        
        Change-Id: I7739bbf961c2783b3699e2bac21fc79eedcf5b26

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [1990f88aa6394d26d4fde08ff47055e9b1d9ce59]

        Add action bar button for reconnection.
        
        Change-Id: I8729dcd2b179b7301ae85528a615195e907cf443

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [c5cdd6b43fd4035f8add65b2fe989ace077cdebc]

        Fix search state declaration at the CommunicationService.
        
        Change-Id: Ib60b68cc9bad42207333738fa238e0dd1ec63588

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [986b6804e0459220e7d5caebf79fc2f74371374e]

        Change thread usage at TcpServersFinder.
        
        It seems like Executor is a much better solution.
        
        Change-Id: Icbc5ef4fbdc73c159e51acad0e37bf895a5e4a70

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [82f5b8200f84127d55a9b3aac9b8ec6aea5dc426]

        Fix messages receiver possible errors related to thread usage.
        
        Change-Id: I403cee3815a4e2cd70468032dd9c50742262bee3

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [77ba1b25d1b31cc38af5b7f40d846aef03a455f9]

        Fix broadcast manager usage.
        
        Change-Id: Ifa4b461b537e40a65753c49f848dd8e4357e82f7

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [5fe6ee0f9200e1087edc3b9a9e7f1fa472dff139]

        Modify up navigation.
        
        * Add such type of navigation to the ComputerConnectionActivity.
        * Remove NavUtils usage. It is not a really clean solution but it keeps
          activities state just right.
        
        Change-Id: I9be70a530c180745fdfb35490b025a683aab6cf5

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [8eb2f0ef16d5a12bd2b2251aaa394be90a9eebf3]

        Add the computer connection activity.
        
        It shows proper instructions for Bluetooth and WiFi at moment, it should
        be helpful for solving possible issues with the connection process.
        
        Change-Id: Ie81bd211fa2b47e3392e1ef83a52a15ea54fe370

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [fc961aeaf667fbcbc4990678b987bf4291b06572]

        Add the licenses activity for showing open source licenses.
        
        Change-Id: I2198cea9ef27cfbdf760a8da41e0c7af8e04f20e

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [ba412940872cfb309980bdd97584ba803ed1c1d4]

        Add basic functionality of displaying servers list to the new UI.
        
        Change-Id: I1df9d85d7c03884c9572a33957232edc576c9965

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [fd5ec7142fcc15d3644a6e2afeb1d2c5a21ec09d]

        Remove preference requirement for TCP servers search.
        
        Change-Id: I4305ccedd487f39ea3ec1a765f55c55aff096fd1

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [668c57f61d31987b12dc4c41cf4bced022fcbf0d]

        Add missed copyrights.
        
        Change-Id: I3b750e853fc74a19329236e186ee05fd31ee77cc

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [69ea1e76d8d4fa071a4775e1b598748758c9b8f2]

        Change the UI to a new look.
        
        * Change action bar color to a more Impress- and Holo-consistent one.
        * Clear used styles.
        * Optimize manifest.
        * Add computers lists activity with proper styling of tabs in landscape
          and portrait modes.
        
        Change-Id: Ie0a5ac15866b8cacdf44c39f7a2ca806e43421a4

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [615a900393729e7ee7d286b88dbe45634c803e8a]

        Change the existing code to use new classes.
        
        * Remove old classes, their functionality was moved to more suitable
          places.
        * Update existing ones to use new schema.
        
        Change-Id: Ic525fd4682051317dc717dedb6d08b97f11c0b09

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [f6a170524c4b74045c302ca08b37e791573c3755]

        Add CommandsTransmitter and MessagesReceiver classes.
        
        These classes consist of the code from Client, Receiver and Transmitter
        classes. The main goal is to combine all actions at suitable plases.
        
        Change-Id: Ic90f1c0a47a31bd32d57f409fe24a60f3b0686e1

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [51b6e108ba28a9b7946f1916d9377afaaf9a18b3]

        Add the ServerConnection interface and its Bluetooth and TCP implementations.
        
        Basically code of these classes consists of Client implementations. The
        new classes only provide connection and access to messages and commands
        streams.
        
        Change-Id: I683b58dc764d309c47bb46c98663bcb1986a197b

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [858072d9b81402baab9447e13a88d44fc5ba0cd3]

        Refactor servers finders.
        
        * Add a common ServersFinder interface.
        * Rename finders to match their responsibility.
        
        Change-Id: Ib414ce2ba8315558695c80ca47d43d98f64298c9

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [a4165981dc35d7b75645585753a08e78c5ee476d]

        Fix possible null pointer exception in the BluetoothClient.
        
        Change-Id: Ib43458bd8cfa9624f6f43610db90686476d9865f

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [d0f3c74887d88cca9398b0109c911f9f1aeedef4]

        Refactor CommunicationService.
        
        Change-Id: I5107d18101a3d37e6df260563814a367c93ec10d

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [d170ecde6ce91f6be43fe465889de4fa4498d25f]

        Refactor finders classes.
        
        Change-Id: Icaf80e1ff13bca059f6ee42a56f36a4b3f65a3fb

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [19015bd364731a30dccea61d1dfddf096b1a6665]

        Refactor clients classes
        
        * Remove logging, it should not be running on users devices.
        * Try to break long methods to small ones.
        
        Change-Id: I6ee1f211b4c9d20ff9d04f0faf96b45393c067ef

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [bdc523c310d908b240244b4e4676d559d7068386]

        Refactor the SlideShow class.
        
        * Move the Timer class to a separate file.
        * Remove drawing shadows for slides, it would be better to draw shadow
          only for the ViewPager in the future.
        
        Change-Id: I4373bdcf83f31ab08dccf96fd09a0a60f5d085b6

2013-07-25  Artur Dryomov  <artur.dryomov@gmail.com>  [fa309d0e22eb3eee98b65da2e732cc0e25235fe8]

        Refactor Receiver, Transmitter, Server and SlideShow classes.
        
        Introduce the Protocol class which contains all static information about
        the remote protocol: server messages, client commands, etc. It will help
        to avoid duplicates and possible typos.
        
        Change-Id: Ic96a17899b3cec13c4081d671e2296c647bf328c

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [9f161a847a5fefbb400f6dd5b257fba56b0cadcc]

        Avoid duplication, use if function instead of ifeq
        
        Change-Id: I1ea52a43278f2e9971987037e80842f8c55a8782

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

        WaE: virtual dtor warnings
        
        Change-Id: I22b79ed43db2233b5c8edd90092ca387bfd0ca9a

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [b64adf65afb1cfe1bd48fed0d71ac333ad962776]

        Resolves: fdo#61544 improve handling of grid's not enough layout space
        
        Change-Id: I9a73e90f639bb853b67daa98d5daac155dab5900

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [08fc25e8db2edcd1e82c2c43207af6d009ae2329]

        Move the Avahi entries into sorted location
        
        Change-Id: I35e638ffa0766fe39cdfef2123f1db31d9558438

2013-07-25  Tor Lillqvist  <tml@iki.fi>  [4a2a7060696b42bd7002f35e91b1d88046e504d5]

        Clean up configure output for Avahi
        
        Change-Id: Ice3d3058b0b60642769c09496258cf34e022ff89

2013-07-25  Siqi  <me@siqi.fr>  [d1a6a00ab873111a6ab8eb7c515ddc65473e260a]

        fix for OS where avahi is not present
        
        Change-Id: Ib3e21b786821baa7c3c47755de5125e1de566c39

2013-07-25  Csikós Tamás  <csks.tomi@gmail.com>  [9a44e90c2c5c19fb310298ed525c2b77f49c97b8]

        minor updates
        
        alignmentdialog.ui - The default button's text was aligned to the right
        mvtabdlg.cc - the warning text doesn't occupy the space, when there is no warning
        movecopysheet.ui - top alignment set to 6, radiobuttons aligned horizontally
        
        Change-Id: I5c3fbc512292917a2f4297e164fce73c56a124f3
        Reviewed-on: https://gerrit.libreoffice.org/5110
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [4f2fa58f027707254cc6d8f076354787c252a26f]

        Related: fdo#61544 put help tips checkboxes side-by-side
        
        sucks some height out of the page
        
        Change-Id: If1aa064e2ca6515fdde55c077381806942a255bb

2013-07-25  Siqi LIU  <me@siqi.fr>  [65134fb75c3e94b7869fb6d490f88bf4b252760e]

        minor updates for avahi/bonjour refacotration
        
        Change-Id: I89e0115ddbea953de4ee0468c66e949070087a96

2013-07-25  Siqi  <me@siqi.fr>  [6100d94078d37cb1413a0e45460cee480ba3e211]

        avahi for linux refactored
        
        Change-Id: I412d97bb8c57a66c1e395f9fe1b21fc0486173e7
        
        Signed-off-by: Siqi LIU <me@siqi.fr>

2013-07-25  Siqi  <me@siqi.fr>  [24d46ea66485ff8b5bca49ec587b41547787bf42]

        avahi works
        
        Change-Id: I5302235faf8b7402347cd1d091c43f953e0c4bbe
        
        Signed-off-by: Siqi LIU <me@siqi.fr>

2013-07-25  Siqi  <me@siqi.fr>  [d041980a7aad0e6d111752ca98db42f9853a3c6b]

        avahi patch
        
        Change-Id: I782389f00f486158313fd87bd36c0726f56f6ab6
        
        Signed-off-by: Siqi LIU <me@siqi.fr>

2013-07-25  Siqi LIU  <me@siqi.fr>  [3b28ec6855e5df0629427752d7dafae1f0a277d4]

        prevent zeroconf discovery duplication
        
        Change-Id: I5947ca5c6d29fbac02123cd2b54ba99c25060d9f

2013-07-25  Siqi LIU  <me@siqi.fr>  [cca0b9ae02603ab88ec7d8810aab2a8a1b4efda2]

        patch for review
        
        Change-Id: I86ac0123e0a7073eaf6b971458d2c7c984a6c6fa

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [767b02bd7614059dd80d0cd1be306d9b63291f31]

        Related: fdo#61544 convert save opt page from box to grid
        
        grids compress better than boxes if there isn't enough available space
        
        Change-Id: I12ec10c556fbe80fc1b74b12df47d6fc4b626f6c

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [c852f83bc4d91de51c61ad4be0edf1b848247eaa]

        Related: fdo#61544 convert language page from box to grid
        
        grids compress better than boxes if there isn't enough available space
        
        Change-Id: I91b537ec9e26548b3f75482b8e2cce718abbb10f

2013-07-25  Stephan Bergmann  <sbergman@redhat.com>  [0d874ee2e452ea67c03a27bf1a7f26d0ffc617dc]

        Fix configuration access path for "URL" group member
        
        ...broken with 20430c74f391ceffd8a063c0b6b8a8fd615abac0 "fdo#46037: no more
        comphelper/configurationhelper.hxx in uui" (but note that
        NewerVersionWarningDialog is dead code anyway since
        718c0fe73251be083d032f0905880058128d4054 "Ported
        sfx2-remove-check-update-on-fileload.diff from ooo-build."
        
        Change-Id: I7095044b73888aad12704d76a39551158e6c6b33

2013-07-25  Herbert Dürr  <hdu@apache.org>  [ff14c3b595ebe71153f97ebb8871cf024ea76959]

        Resolves: #i122836# fix rotated images looking corrupted on MacOSX
        
        The solution is to intialize the images rotation mask to be opaque,
        an approach that also the fix for bug #i122758#.
        
        (cherry picked from commit 78f54616efdcfb1c8cbd1a75d3cf9faf7b5e1b8a)
        
        Change-Id: I417aab21ded9619ae4023edf169136c7115d4a07

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [8499e78ca03c792f4fa2650e02b519094ba0baa8]

        Related: fdo#61544 convert language page from box to grid
        
        grid compress better than boxes if there isn't enough available space
        
        Change-Id: I35b433b89a29159a33fc9edb646e46b371747a57

2013-07-25  Noel Power  <noel.power@suse.com>  [85299e408b780e560be9f0ac2adf526a6250a244]

        better support Range.FormulaArray ( set )
        
        Change-Id: Ic6c7b6908db2eb01a026aab14bb417dccdbe55b4

2013-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e4906561219fe88345ace8aa4d6f48cbb01262d8]

        Use the WPX_SEEK_SET inconditionally
        
        Change-Id: I8d202d843b8ecf5a32131058ae1a5cd465e6069c

2013-07-25  Eike Rathke  <erack@redhat.com>  [1ecdc7aaf661e97a33cf521f553481d79cd26de2]

        resolved fdo#67249 use ScFieldEditEngine to resolve field content
        
        ScEditUtil::GetString() iterated over the paragraphs of an
        EditTextObject where GetText() does not resolve field content but
        returns the embedded field markers. To resolve field content an
        ScFieldEditEngine is needed.
        
        This makes it necessary to pass an ScDocument* to obtain the
        ScFieldEditEngine from, or for cases where there is no ScDocument in the
        context use a static ScFieldEditEngine which unfortunately is not
        capable of resolving document specific fields of course, such as
        DOCINFO_TITLE and TABLE.
        
        Also added unit test.
        
        Change-Id: Ife3c23b2fec2514b32303239d276c49869786eb5

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [bb98778dbf761a0c88c96117add00a66e5cc6c95]

        Resolves: fdo#67113 split insert autotext and field controls
        
        autotext is a modal dialog and insert field is a modeless dialog so I don't
        want autotext to show a toggle in insert->autotext
        
        At the same time we want the autotext entry in the insert toolbar to have a
        dropdown and we appear to want to be able to close the insert field dialog from
        the toolbar.
        
        So split the combined handler class into two and remove the other if/else
        branch in each with the insert field a SfxBoolItem and the insert autotext an
        SfxVoidItem.
        
        Change-Id: I3d59052ee70a00d63f7706166290b00ad9ae22c0

2013-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93d0e38ccc06060f20073a9461c53f471a1b9c03]

        Use inconditionally the libwpd >= 0.9.5 path
        
        Since libwpd does not output the version number anymore
        
        Change-Id: I1bc3f7081552795fc2ed33f033a093fa5b40fda8

2013-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33cf07c3076834c781fcabcfc8b8aaaa30531eb1]

        I forgot to turn this off.
        
        Change-Id: I86f60ee3ae748abd6ec2e8308ba067b836aa3ab4

2013-07-25  Lionel Elie Mamane  <lionel@mamane.lu>  [fc1b46e03f9b93a6b9ad6f9cc25bf8066715088f]

        fdo#67269 adapt checkTable to getTableName change
        
        getTableName used to return schema.table;
        now it returns just table
        But tables are indexed by schema.table in getTables(), so reconstruct that for the lookup.
        
        Change-Id: I53da1e43762b3a470e34b5dfdb0e1bb3dc914780

2013-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [129a0d8c6f5da9cd536971507d0a7df056acccc6]

        A Torsdag without typo would not be a Torsdag
        
        Change-Id: I305d8fb874f42c18de03255bc64160639defcb50

2013-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [42b8705e7cca785efc7ffa234ddb49cca8168a0a]

        Add some consistency to the world as we know it
        
        Change-Id: Ib1720a1797facf783eee9524afef7fadcd986c6f

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [cad969704977941390ffb1d156960daec175226e]

        have my own stab at fixing the leaking SmDocShell
        
        i.e. alternatives to
        5dd1cd72f45df0ec13842d4ee9c849726cb74ea9
        ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb
        f9e981ba0e2da6ce122e3ef30aef057c439c8fb8
        d3cf684146162a1528046ab2bcd7d9fa94443c69
        
        Change-Id: Ib094f5ac1455a9770c99aeac5eb1af118bdab829

2013-07-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a645a14cf46a1160c426052823772ad117f0bd8b]

        Related: fdo#67113 restore some code, it has side effects
        
        these lines were removed in 8275c8fc33b63aa40a0a8a8c215f32b9986edab6
        
        fixes missing AutoText menu entries and AutoText insertion via menu
        
        Change-Id: Ifa498d1cbfc096cca7751de9c9667fda6f1b3b48

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

        Related: fdo#61544 don't include border size twice in edit optimal size
        
        CalcSize calls CalcWindowSize, but we will call that also in GetOptimalSize, so
        undo the first one with CalcOutputSize. This makes the editboxes especially
        less tall under MacOSX
        
        Change-Id: Ibbbf5a30e0c640744b1a979937301f87d250873a

2013-07-25  Tor Lillqvist  <tlillqvist@suse.com>  [92442a9276e58f0c82e0a84fa4c47f549f25b629]

        WaE: default constructor could not be generated (because of const member(s))
        
        The aCalculationNameId member doesn't need to be const, the data in
        the lclCalcDefinitions array (which is the only use for the
        StatisticCalculation struct) will be const anyway because the array is
        const.
        
        (The aFormula member isn't const, it's a pointer to const chars;))
        
        Change-Id: I8b2549009d72a4b7df992651597247dff2c45be9

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [08fd81112fdf418cbefe7284bd22822401a7a110]

        vertically align textboxes to center, which looks much better on MacOSX
        
        Change-Id: I44fc514fcd93a23ebe3444c4f64f2ee4060ee000

2013-07-25  Miklos Vajna  <vmiklos@suse.cz>  [475587e31821d9b8d89698ec5b0e5a6160ec3b5f]

        odk: let configure find the office path by default on dev-install
        
        Change-Id: I50a698a16b8487945b4928d2c0e1c33c00c7641d

2013-07-25  Fridrich Strba  <fridrich@documentfoundation.org>  [5dd1cd72f45df0ec13842d4ee9c849726cb74ea9]

        Revert "Fix memory leak in Math, by holding SmModel pointer"
        
        Breaks unit tests of rtf import
        
        This reverts commit ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb
        
        Change-Id: I95c13fc2bc3f9494a33153c62a7d52eb6f8efdd9
        Reviewed-on: https://gerrit.libreoffice.org/5095
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-25  Caolán McNamara  <caolanm@redhat.com>  [75a66d2d1f295a1a9a488f0a12c672a975ffaf81]

        convert TakeObjNameSingul family to OUString
        
        Change-Id: I0c667cbcfcc1ea1f04d113a53b7ba83c943052e4

2013-07-25  Cor Nouws  <oolst@nouenoff.nl>  [12a034623e015ca05b56c82ebb63230ce731bab4]

        fdo#59427 first step for template menu
        
        takes care for File > Template > Save and File > Template > Manage
        however the menu for the latter comes from uno:NewDoc and thus has
        to be changed > TODO
        
        Change-Id: I0600847724fc5ccb3ef13d57355d8eb54970cc9b
        Reviewed-on: https://gerrit.libreoffice.org/4284
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-07-25  Tor Lillqvist  <tlillqvist@suse.com>  [964da7bd8f8a9cc0615ad19784861b8dee61bb80]

        WaE: C4510: default constructor could not be generated)
        
        So declare (but don't define) a default constructor so that the
        compiler doesn't have to attempt to generate one.
        
        Thanks to Stephan and Lubos.
        
        Change-Id: Ic3dd5add26d774dcbaca65be9a409e766c5f9f9f

2013-07-25  Arnaud Versini  <arnaud.versini@gmail.com>  [08ba5200e74f71c7bed62886489514f14d098b8c]

        Updated core Project: translations  beb092fb3ee30faabbe1479279d8426900f53943
        
        fdo#67093 Change traduction of Header in it to avoid conflict with Heading
        
        Change-Id: Ib2c7d4c7df2f492a6a10081c9ed4e99ac9e61e73
        Reviewed-on: https://gerrit.libreoffice.org/5092
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        

2013-07-25  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6b0ea724538e2abbbdad7e8633e1c03a5e747427]

        Remove some unused code form unusedcode.easy
        
        Change-Id: Ib9f0bc7416c7f05684802ba2bb5f014a340fb2e8
        Reviewed-on: https://gerrit.libreoffice.org/5068
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-25  Jelle van der Waa  <jelle@vdwaa.nl>  [c0cffa68488afd07fa99f74631ae121aa87a7d32]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I74d3db1c53609c6079c63e3f04531a87da1dda9d
        Reviewed-on: https://gerrit.libreoffice.org/5084
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-25  Adam Co  <rattles2013@gmail.com>  [4ff2e6e74d635b5411bc14ab27784457e47d9c06]

        fix for SwCombinedCharField constructor with wrong init
        
        Change-Id: I71548e5fe60a8da8e89022b16a2f892900f3e4c2
        Reviewed-on: https://gerrit.libreoffice.org/5089
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-25  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ef66cc105e0051fa1414b72c5ee2bf1b2f9331cb]

        Fix memory leak in Math, by holding SmModel pointer
        
        And deleting this in destructor of SmDocShell
        
        Change-Id: Ida96648c7aae90fb5b0afac916587bbb049f90b3
        Reviewed-on: https://gerrit.libreoffice.org/5088
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-25  Noel Grandin  <noel@peralex.com>  [2384be536466bba9d05f0546336c52c5b66bd9dc]

        convert some XubString to OUString in Application
        
        Change-Id: Ieed48339e9fc01796674691d5b0580a36df6e63e

2013-07-25  Noel Grandin  <noel@peralex.com>  [d7cd7e89e36fc371b6a81d9065b3fa0b65eb822f]

        convert vcl/ilistbox from XubString to OUString
        
        Change-Id: Icfaea26c7bb82f449fc796dea80d12ffdf640a14

2013-07-25  Noel Grandin  <noel@peralex.com>  [d5af396843816b244b47c746d42f3a99afa1af01]

        convert XubString to OUString
        
        Change-Id: I55e676ea50c661aca0e0b33b6a32d513f9e6b0ac

2013-07-25  Muthu Subramanian  <sumuthu@suse.com>  [1543cf5eb67810108e87e8ea73f08d51223a9957]

        n#827332: Charts shrink when there are no legends.

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e0e236c49c441b43d7c0a19077250a3016be4c64]

        These static_cast's are very significant. Don't remove these.
        
        This fixes the shared formula import from xls.
        
        Change-Id: I8790e642c3ef1a335694891eb574a68ae5270649

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e481282f576c46e02c836524dd000cadca14091a]

        Work on remving direct access to ScSingleRefData's data members.
        
        This broke the shared formula import from xls and xlsx. Disabling the
        tests for now.
        
        Change-Id: I75d802b00947b21083db19b5c07204a0c3d4f369

2013-07-24  Haidong Lian  <haidong@multicorewareinc.com>  [69b1caa11940141cf81daf9e63f22e230d777e32]

        Add support for double in OpenCL kernel.
        
        * modified coding style.
        * merged arithmetic operators together.
        * added support for double in OpenCL kernel.
        * added an environment variable named SC_FLOAT, which, when set it to 1, will
          force to use float in OpenCL kernel. If not set, we will detect GPU, and if
          GPU supports double, use double for kernel, otherwise use float for kernel.
        
        Conflicts:
        	sc/source/core/opencl/openclwrapper.cxx
        	sc/source/core/opencl/openclwrapper.hxx
        
        Change-Id: I7cdec458d72837d3b22ba50c6d28f78797ee0d3b

2013-07-24  Michael Meeks  <michael.meeks@suse.com>  [f81290249dc5d4f782c2bebe1f9501559642efe0]

        add SC_SOFTWARE tweak to force sw group interpret.

2013-07-24  Michael Meeks  <michael.meeks@suse.com>  [7b87af686205db076a7029f56f361eced2228fed]

        Prompt the user to delete cached kernels on failure
        
        also fallback to S/W group calculation if necessary.

2013-07-24  Jing Xian  <jingxian@multicorewareinc.com>  [e8e9f24d917ef2c0aaef3e4c637df00abaacb916]

        add min/max/delta kernels and misc. cleanup / bug fixing.
        
        Conflicts:
        	sc/source/core/opencl/openclwrapper.cxx
        
        Change-Id: I4a752dcb407a89f8da19886131c186b44c7e2a8e

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [21f9cb6f5f774d918a33f72d981385c619270943]

        fdo#67206: Add test for broadcaster relocation on column insertion.
        
        Change-Id: I4358d4572df3d3c69012737d299d41ce8af02799

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6e02c49c11c52196fe0b92ef80ca724470dcaad2]

        I'm supposed to move it, not shift it.
        
        Change-Id: I3fe1f05a57089b42296e5758542772d69119c17a

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4e048ea1ea80394b77894d1721e28b47e8d2c14]

        There isn't much we have to do for copy.
        
        Change-Id: I4d297f15e8030fdf068c7e3102f9d03aff401cf9

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6dda773b8fa88cc2de994878fd1cdf2092962567]

        Add test for partial move of referenced range.
        
        Change-Id: I48d0a3ea631f26b779fd6faddeb30c30a831f493

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [46b849a6eafc59369ea437fec539863d72953919]

        Re-implement adjusting of references on move.
        
        Change-Id: I52a8b78ed072eb6bcd86b4f80936a869046cbc4d

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [13941df2e7dfdcdcaeeb04b2b2f0967a51f9c3e9]

        Add test for moving the formula cells that reference stationary range.
        
        Change-Id: I6f996e4c8535371c57c9d43012baa6118160f834

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cdc9c6d5780f199418cbed8045790846f0c32521]

        Add starter test for reference update on range move.
        
        This currently fails.
        
        Change-Id: I83cdcb6ed9620079664ff35375a0457b0c9bcea0

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc6e83d5ca69517f6dc44720d7c28417508b6542]

        Broadcast on recalc-ref-on-move cells for the other 3 directions.
        
        Change-Id: I7794bd51c5fedb6c6c75f6910b7743df96d156c3

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [37e80db5104db83dc2e52bb85d9353987701e8d1]

        Add test for ROW function.
        
        Change-Id: Ie918d3b9d635febe40ac974a37da0743830b65eb

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab24a2c25900948bb71acbedbdecd84bda3217f7]

        Broadcast on formula cells containing COLUMN functions on column insertion.
        
        To ensure that the change gets propagated properly. This fixes
        testFuncCOLUMN() cppunit test.
        
        Change-Id: Ia1ffc2880b7dae530ceb11c617c3963f7bfaeb00

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6b0568eca2b025f556fa4d0b702b67a01262618]

        Make these non-inline.
        
        Change-Id: I99cf45edfe584f69fb6465de84cdcff5842e37a6

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7409a57d25f4f08fdc03a59afef829aab5dad026]

        CalcRelFromAbs() is no more.
        
        Change-Id: I974d8282eaf49a6c6d56fe209012f5e54170acc2

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e7f4c9c7d5d2a341448b9a7186b0cd972d0f8c0]

        More on removing use of CalcRelFromAbs().
        
        Some of them were called for all absolute references, which is not
        necessary.
        
        Change-Id: If19ee74731f40ca208e1cc1804c6b6e53073d891

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4c8f7c0977c30258e6542d0ea070e060958abeb6]

        More on removing CalcRelFromAbs().
        
        Change-Id: I6474926d9cd8f9273bae3d8179bd14ee19422357

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97a640d2a447e71f6d6947b47efe9a7f6a2ce4ce]

        Work on removing CalcRelFromAbs().
        
        Change-Id: Ieb8b19821d778fa4596e680e73ba583667b5231a

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4ec43284e3a2f5ae43cc1cdef71f153560b0a1a8]

        Remove CalcAbsIfRel() since nobody uses this anymore.
        
        Change-Id: Ie52e83b9e476b822e878488e231d60d0ce196cf4

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [194e9f9bae28bdf22a9ed4779c1656ee693f3302]

        Remove CalcAbsIfRel() from ScComplexRefData::Extend().
        
        Change-Id: I917acbd2d2567542c6388e796fd49fe4bb48f5ae

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f7b4c1ce8d024b7f1faf04073ef0544d5074e71d]

        Add test for extending range reference.
        
        Change-Id: I882f312fd0908d83203da5b48d9c3f4d002e8dd0

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a5890efca5231b5141897a13f0a19406addb6d72]

        Add test for cell function COLUMN.
        
        This currently fails.
        
        Change-Id: I6a73bc5a3e966542f4dcc88fc644110ec164dcb3

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3911a42566e6d5e015debd5b59dcae538760294e]

        Modified reference shouldn't make the cell dirty.
        
        The 'value changed' flag is there for that purpose. Modified reference
        alone doesn't change the value of the cell.
        
        Change-Id: I9d7b4c7005603cd7bed8d90901f1fab0e0d49008

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9511b92dcd8405ccfbdf2f5628a3a2eaaa9cbdd]

        Flag cell state modified when a reference points to a different position.
        
        This fixes testStreamValid() test failure.
        
        Change-Id: Ife406957a723930efb419ba8c566485f4b089d97

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ed4796949d184a14b0df979bdb84012d6611e2c]

        Don't mark all of column, row, and sheet indices to be invalid in toAbs().
        
        When only one of them is invalid.  This messes up the displaying of an
        invalid reference.
        
        Change-Id: I2b5a614434417160d605dd889ca4d3b54fcaffc2

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fce2abf00547b2d0d48b52703d91d9d41b2a675b]

        Handle reference adjustment in response to sheet deletion.
        
        Change-Id: Ia6039d8a38a73d8d461743f128f01c347a2c51ad

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e61d5814f05c01a0522424d27e92418e8fe98e70]

        More on removing CalcAbsIfRel(). Almost there...
        
        Change-Id: Ife87377a8f157750c61fc81baa81a3cb4734419b

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e99b8a6f78e4740ea3452d684d77c83e45ecaf7]

        Add test for updating reference on sheet change.
        
        Change-Id: I5ef6d9ed0fb45ea674d14cca98d3be2f4bfe4345

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7e1edcdf0212f9890ec8161c3b61b9a03024a1d6]

        More on removing use of CalcAbsIfRel().
        
        Change-Id: I7706148d3a7376ca9b0c0d9c907559b384d57f14

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [27d02ddc7fc4e11bc4429839729ea3d6f7322245]

        Properly handle optional edge expansion of referenced ranges.
        
        Change-Id: I499189f4f76eee4b963f643364d1fad26cf69785

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [af4af279a2a75bc1316c9abed8906187f2936b4e]

        Add test for edge-expansion of referenced ranges.
        
        Change-Id: I51889235ef1da27e6ecde1e8c7d0b33784c47566

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [50c70948d05d8485e058af7fd90be1d61052afe7]

        Handle range reference expansion on insertion.
        
        Change-Id: I128ed26b6d6319a7e227885801e0683b517eb439

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cbd61576667358413f391bc5d106d44375342f91]

        Add test for range reference expansion on cell insertions.
        
        Change-Id: Idd8d37be518cef87ea00633774c3de846b27083a

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [656082278bfddff931086dc06ce892ff675d0f4f]

        Add test for shrinking of range references on row/column deletion.
        
        Change-Id: I096aa1aa548f0166c02de5b923d0ab8a710cfd98

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [473274750d7149840ea5a22b9a857c8fa8355f08]

        Handle shrinking of range references on row/column deletion.
        
        Change-Id: Id53de2b24e02f6d8a078dceadf2d8399a0348b72

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fef972dac3b1ddadc625d45f620a07dc129e0e35]

        Remove CalcAbsIfRel() virtual method from ScToken and all its children.
        
        Change-Id: I8d9c869161356a7adad9c57d34b001ebcf8992ce

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c43c3e3c08b039bd5c572de10a673af69041758b]

        Add test for resizing range references. To be expanded later.
        
        Change-Id: I886d190dd2533b89185dbc24d0b9043941618802

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3d7976b1ad31e682d51d3da6f3e89ca80a42a6a7]

        Add test for no reference error on reference deletion.
        
        Change-Id: I3e6fd2b41c3bbf0ee12769a507fbf484f9ba833b

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [673ea63df55dae16f2bb2b4e2f1fdad47f15c53c]

        Handle deleted references.
        
        Change-Id: Ic99d8f154cf487983aa5fce59cde053a9b9d3fb3

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [53e899b563828a1fb45cc0006e4e1fa0657095d4]

        Mark formula cells dirty when a referenced range gets partially shifted.
        
        Change-Id: I5d97cb0e325c0168fdae57f8ec39f62c85bec524

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8e59e77a72824c517918f4ea3cc71c7e1ba09a6b]

        Test for recalculating formula cells on partial shifting of ref range.
        
        Change-Id: I63807a0368551c6a38cf98865a877e92810b2a22

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87c187be0a2c56fefab53594e00f979492c004fd]

        Correctly update references on cell insertion/deletion.
        
        Change-Id: Ie7499f1f589cd384c4e2421dc81d3c1f02e4a53e

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a459277b4e27e7b18fae842a62f2774cb62fc2a]

        More test on reference updates.
        
        Change-Id: Icf0222ee08157836e3119a2c67b320a14d4be8bd

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6f26c19280d19bf9bcf888b04a8a54deec2e97e1]

        Revert "old position == current position during cell insertion / deletion."
        
        This reverts commit 58df2af4afd82cb23e29de6623a58da3fb3f53f5.
        
        Conflicts:
        	sc/source/core/data/formulacell.cxx
        
        Change-Id: I9bb1b3eef426e02dcbe83c850c34e520be381c71

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32b7b0efa7307112672b75cdba6ff68e7c1439fa]

        Remove the current shared formula bits.
        
        I'll re-implement this from scratch.
        
        Change-Id: Ib3a80266a89afc0dd581fcf1e1c37790498205e4

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [715e777ac0b83077bc98e0064c516361d6fa8624]

        Use constants from the context object directly.
        
        Change-Id: Ieb2c7c2f795bc1a56197617cf69dd34a04b4beb1

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7407a007546c53f3063934483b2025bad2915741]

        No reference update in clip or undo documents. Make that up front.
        
        Change-Id: Ie2170bc1d183e6840d46c51910a4c150b83961ca

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1147da2cc22be4fff6cb8d7d7b6b426422104f8d]

        old position == current position during cell insertion / deletion.
        
        Change-Id: I5b4541dc41951cc79572c564bf737160245c4c94

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8254e575586c2fb37e211956f8c44f36c22395c0]

        Remove duplicated code blocks.
        
        Change-Id: Id540cf0b2884d4bbff80be11139ff3621bbb8c4d

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d82820c5fc552ba6dfba6817ed955a47ef01d06]

        Split this method into 3.
        
        Apparently too many people have tried to cram their needs into this
        single function, which ended up making this such a monster full of
        temporary hacks.
        
        Change-Id: If8f7676a60f6017767e68252d173ca9e38b89d99

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ac645e88b91e95bc19ce7a8852fe45b0ec8780e7]

        Extract this code into a local function.
        
        Change-Id: I91bb3cdc31d247004e22bef734374e8a80819c3a

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5af76406e2aee8179bb68edba1e10b00003a8756]

        Use RefUpdateContext to stuff all parameters for UpdateReference.
        
        Because I was getting tired of typing all these parameters every time
        I branch off to a new function.
        
        Change-Id: I1ae14f290af5543150694d0bea27c617cccb9db2

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f0ae65d902ddcd6c9879133292ed7d92fd8ec8f8]

        Add test for reference update in formula cells.
        
        Change-Id: I79b1a23d269f59df24f8b50f484713441a11deff

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a4728e2de0d3acc6685b1e0ba0fb4606fdbea3e7]

        Add dumping capability for ScTokenArray (for debugging).
        
        Change-Id: Ib3f6a87936a6c00b503f5d72b16b3e4712d7d762

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [932c5679353819b30a1671831d1f591e48df73f0]

        More on removing CalcAbsIfRel().
        
        One test fails. I'll look into that next.
        
        Change-Id: I4a40104187a73953769740fd47d7a917c83bf337

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [588d45ab05175f024bfc3fa6b571ac5c26676d7c]

        Annotate this function before reworking.
        
        To have a good understanding of the code flow in this function.
        
        Change-Id: I6324201b5b0c3871ba0d804a9ac7fa5dc37462a5

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bd5d4d93e8289aa08e1187d35634773a087088a1]

        Remove CalcRelFromAbs() virtual method from ScToken and all its child classes.
        
        Change-Id: I5def382f6495f332a0309795cbce8ebbd60ff471

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [12bd269008fa2556dc5796791aafae3d1b8c00e2]

        InsertMatrixFormula() without CalcRelFromAbs().
        
        Change-Id: I4579a0e467c2ba89790acfedafe5470d16159b40

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d08e9c542517da991a7360fa589331b7b47ecaa4]

        Same with UpdateGrow().
        
        Change-Id: I1424dedbf8201469da28e60d68787ae5aa7d87f9

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ecb46af21ef53859255f99762e0e0230a5ccbe29]

        UpdateTranspose() without calling CalcAbsIfRel().
        
        Change-Id: Iddef01a82017ba75c50ed82a54f6ee25fe0df901

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8c7e923badb4d15fe01929dbc01c8eba3a470de]

        Remove CalcAbsIfRel() from ScInterpreter::ScIntersect().
        
        Change-Id: Ifa40c454265e9a08e906038896543e99ce8be638

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0416185bbb863091ffc7a0eba7da8ab53e512062]

        ScColRowNameAuto to avoid calling CalcAbsIfRel.
        
        Change-Id: If0e7797ce33fa183ad95ad539caf7751ce71bad4

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51fa2038f497e7135ea798745e623d590c765025]

        More on this.
        
        Change-Id: I9571c903c11e92984ac29818c68d66c2fd9c30d2

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6b416da2db5408a8fd03d5a08ef3a7fabc80a010]

        More of the same.
        
        Change-Id: I65902231e714f9b18b2d1ef61434913cb79af847

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4fac1df7816c25bf3e691495027e8cf6bb5f9752]

        More on the quest to eliminate CalcAbsIfRel().
        
        Change-Id: I5f20752896825d40a8fc3773d5ecb76bd7c53b46

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [acdd5aad07fc197f099cc99e19f6135039cb0343]

        More of the same.
        
        Change-Id: I6a5f94723b5efb916abc88d0de9f972e142199df

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d442c1207ac4ea9cc49fe9688242b4515c17407]

        More on replacing CalcAbsIfRel() with toAbs().
        
        Change-Id: I7f658e15a1ab6bdabd5f774e129e12c48a032f1a

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f9d48f96238ce35c98c260b1ac5f1d0a35aede1]

        Add some basic test for single reference data.
        
        I'll add more later.
        
        Change-Id: Ia65f29886c36fc268e4e8aa77e09b03628c5dccf

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [da236c0332126295748e65d0d82aa602d8ecde90]

        Add methods to avoid accessing data members directly.
        
        Change-Id: I7285a267e4e77e95c8d9bdfc5bad807111ead909

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5e1a5d9962041e7115dba7a8c5d3bf96de796f6]

        Test all 3 UI grammars.
        
        Change-Id: I82a3a5ada193415c8b70bf2c2bfefc49fbcd7981

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c54616f62bc70a9d39abf8837a9d7c3031c80a41]

        Start replacing CalcAbsIfRel() with toAbs().
        
        To avoid changing the state of reference just to get absolute reference
        position with respect to the base position.
        
        I'm not finished with it yet.
        
        Change-Id: I4a9db6dbf74aefb0a77de927a933cf4dab94bfd5

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f9856df0c9f16cd80a3a6f93f744d4df44457611]

        SmartRelAbs() is no more.
        
        Change-Id: I8822d6dc36f49fe1e77100275616d8017b0a7627

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [533330ef264ca2242765ef4f8f6e4d35251c0d19]

        Nobody uses this. Chuck it.
        
        Change-Id: I07672678a25be4600872ecc3916ceb8f64cf2620

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8e820b63702269c57b1f7e7e171fa413b4d83392]

        Add test for formula tokenization and back.
        
        Change-Id: I770ba842bc7dd0095d1be75cbd9132affb46ed5f

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f724552dec5bc4c0fd565ac300b4b3bbdd042310]

        We don't need this test any more.
        
        We have tests for in-place grouping of formula cells in ucalc_sharedformula.
        
        Change-Id: I04ca2e53bc7351084cac5d0bf609f1bdb2a25066

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c665c1e7f4bdfb368d80ae51e13cfa0c9ab89de5]

        Add separate file for formula related tests.
        
        Change-Id: I805bc77b939ca44950319a9626f176336460e4f9

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [46f9dbf8dc5ff81da9b1af611873f8b4453f40ac]

        Bool cleanup in refdata.?xx.
        
        Change-Id: Ibe5471b909f32939fac5e8a80e67faa0863ea2c4

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e0040c7b7dc8d663d9fbdc2f451d6cedd04fb52]

        Try to consolidate broadcast calls originating from column or table.
        
        Change-Id: Ia13f81ab9a2d27e03ced95e18e9f5e6af939f9a0

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0b0384d609a078f4337c8b4c89532e620220126c]

        No point having this indirection.
        
        Change-Id: Idab46933ef6740e478f44e8b420805de9bc39b82

2013-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c8d25f138c66328f7ed94faaa927575dddc8b91f]

        Example code on how to handle input and output for matrix inversion.
        
        Right now this code simply puts the original matrix values back. Re-write
        this code to perform inversion for real.
        
        Change-Id: I0330db77b000ed14cc810cc3ddf616e56d036c1b

2013-07-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2f6cbe13e61c44d4bab8192a4708b698d3d9da33]

        Small String -> OUString cleanup
        
        Change-Id: I0804068b408d35ae5174d2a6855ec01bc4f616f0
        Reviewed-on: https://gerrit.libreoffice.org/5085
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [a614a1195d6116f856f9aca0793356c063ed6411]

        fdo#33617 adapt report engine to incompatible BorderLine2 change
        
        Change-Id: I482e4b7b9f056247de3dae247d9328eb672eeba8

2013-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [97d433c82311e936679a1abdcd585b48faa8bfae]

        remove unused include
        
        Change-Id: I8c99b620bf61e0775b8e4613f58d649a89db9b00

2013-07-24  Tor Lillqvist  <tml@iki.fi>  [e8c467d134c1c49d2b25c72fbd45dd1c6b77b171]

        fdo#46271: No arrows in scrollbars in OS X 10.7 and later
        
        So no need to take them into account when calculating the geometries
        of the scrollbar parts.
        
        Change-Id: Ie8d4b38107466663e6ff8c26aec3537638976f98

2013-07-24  Tor Lillqvist  <tml@iki.fi>  [23bb6bb20fb6cfc136da7a497ffe40539769ac7a]

        Bin pointless comment duplicating #defines in a header
        
        Change-Id: I071da9dbe7c4fe5ce95deef8b62d74d2d5a20256

2013-07-24  Jelle van der Waa  <jelle@vdwaa.nl>  [f85fc1cdda3e84b05cefa1d6ca4e666bb76500cc]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I41efcb94121a005d9f44cc17e8ecb5598e8ffba8
        Reviewed-on: https://gerrit.libreoffice.org/5057
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Julien Nabet  <serval2412@yahoo.fr>  [20430c74f391ceffd8a063c0b6b8a8fd615abac0]

        fdo#46037: no more comphelper/configurationhelper.hxx in uui
        
        Change-Id: Ie7f42eb02f38d5cac2eff7b434ca369ea28b4ed1
        Reviewed-on: https://gerrit.libreoffice.org/5065
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Julien Nabet  <serval2412@yahoo.fr>  [c9d037c3e814eafb6db1fbafa2d3f9d097886873]

        fdo#46037: no more comphelper/configurationhelper.hxx in filter
        
        Change-Id: I8b839dcf1f1a6247800f0bf054b2872b1acf800a
        Reviewed-on: https://gerrit.libreoffice.org/5082
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Jelle van der Waa  <jelle@vdwaa.nl>  [ec52a20edbd7243bba041259d93608c2dac4b39c]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: Ie959aa5a6874aae3c60273355a959c344e82699e
        Reviewed-on: https://gerrit.libreoffice.org/5083
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Julien Nabet  <serval2412@yahoo.fr>  [b525ef35b14ffd2f162c539cc8c62cb0934ab214]

        fdo#46037: no more comphelper/configurationhelper.hxx in vcl
        
        Change-Id: I809915fae3ffc117c854ec90632f70c76031aa60
        Reviewed-on: https://gerrit.libreoffice.org/5079
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bd242a8768b8e2f457af581c782ef8a9f2ba0be7]

        fdo#67258 catch error when calling mdfind
        
        This can be the case when spotlight is disabled. So just ignore any
        error when trying to locate installed versions and let the user continue
        with the manual selection instead of aborting.
        
        Change-Id: I2c4e12652b8cb3b43af3ca6d8d553f0558f91858
        Reviewed-on: https://gerrit.libreoffice.org/5069
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Michael Meeks  <michael.meeks@suse.com>  [dda3686acde4911f70f07724247e822f8b3dbd90]

        fdo#67086 - clear device font list before re-fetching it.
        
        Seemingly if this is done in the other order, then ImplUpdateFontData
        reads the old font list into mpGraphics leaving pointers around that
        are then freed by ClearDevFontCache -> GlyphCache::ClearFontCache
        
        Change-Id: I06fdc428c782820dd9f98cf77dc0eef486a096ee

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [8b12405341bb5aea9822bb9fb517f930aa75f704]

        Updated core Project: help  bbc9b572ea5b709b0df30428bbaeb45936263dc2

2013-07-24  Csikós Tamás  <csks.tomi@gmail.com>  [0cdace6b4e16198baf7b66c9c6359a8a13d6ff62]

        Updated core Project: help  cb38d01654cbd146be178408e0f3cd4546809291
        
        update ids for name ranges dialog .ui conversion
        
        Change-Id: I362bdeb127628ee851e3859af143b290988cce1f
        Reviewed-on: https://gerrit.libreoffice.org/5067
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [f54a68427fb8b4b665c16aaa15edab43cdee41ba]

        set widgets to use for extra title text in shrink mode
        
        Change-Id: Ie53a1c36cca6ed1d1133abe1a70d76e2c2492786

2013-07-24  Csikós Tamás  <csks.tomi@gmail.com>  [cc464d66fe3448e54eeef1ea57a78edce4ddc1ac]

        modern .ui widgetlayout for crnrdlg
        
        Change-Id: If7e7e18339d50af4a677fcd8ad7d88c5820f6bab
        Reviewed-on: https://gerrit.libreoffice.org/5064
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [ff51a2b64571a8d72ff4d8a8181d17cf98c42e69]

        Updated core Project: help  8444a38a2cd2220b6f0b317e3251ad69da2e2a3e

2013-07-24  Csikós Tamás  <csks.tomi@gmail.com>  [0a5ea771c964f95f050c25d823722fb7355a7eab]

        Updated core Project: help  37a0d37c3d10b63ba377de576619726c794a9a89
        
        update ids for consolidate dialog .ui conversion
        
        Change-Id: I92b434dde9361c669d8c6a5cccd9bc74e56aa5cf
        Reviewed-on: https://gerrit.libreoffice.org/5035
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [153e8749e4dbc493495938abd070589de834967b]

        set widgets to use for extra title text in shrink mode
        
        Change-Id: I0796cd1d7ea167000b7cce0e3c16502cda8ccd90

2013-07-24  Csikós Tamás  <csks.tomi@gmail.com>  [a2a1c10dbb49220c8a59296a8fdfbf0aadea687b]

        modern .ui widgetlayout for consdlg
        
        Change-Id: I622e31c4b538502c5b20191087065b59fcb81114
        Reviewed-on: https://gerrit.libreoffice.org/5034
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [56435965c5ebd28c7e3af7d1a1a7489af938063e]

        Tidy up / implement identifier metadata (firebird-sdbc).
        
        Change-Id: Ifcfcd3434b4fa50b9018365b738fcc922e03d9b2

2013-07-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5d7573df1d7551535230e93f439c0fa46c2efca3]

        Remove unneded string sanitisation (firebird-sdbc).
        
        This was only needed because of the incorrect sql dialect
        previousy used which didn't permit quoted identifiers.
        
        Change-Id: I31b50add0363f14c8a8cc228f3dfbe084fe42d1c

2013-07-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b3f6b5e934a4bbe694cbb33404e6afa719b2b942]

        Allow specifying username/password (firebird-sdbc).
        
        This shouldn't be used with embedded dbs as that tries
        to load the non-existing security.fdb -- embedded
        dbs work without any user specified.
        
        Change-Id: I1576695e68b226344b2defb45d1c5a92aa6e08b1

2013-07-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dc318a35680e799ef5b728c9ff1ae0203edf0c72]

        Define SQL dialect driver-wide and change to 3. (firebird-sdbc)
        
        Previously the driver used firebird sql dialect = 1 (IB 5.5 or earlier)
        however we need support for delimited identifiers, DATE, TIME, TIMESTAMP
        etc. which are all available from IB6 onwards ie. sql dialect 3. Currently
        this is the latest dialect supported by firebird.
        
        Change-Id: Ia2302bf69bda877d81f8995843cce6c606e7ed43

2013-07-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [f583a199b3a0812523ed75e1d2099325edad24f7]

        fdo#43090: Improvement: Just auto close when found placeholder
        
        Another verification needs to be done, auto close when it's in the end of line.
        
        Change-Id: I675ac6b6a0477fc9b5747860df8dff2866189433
        Reviewed-on: https://gerrit.libreoffice.org/5008
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Tor Lillqvist  <tlillqvist@suse.com>  [3c15edaed5b11e13843081d22ef637f03a7c8d73]

        Ignore error in mkdir -p
        
        It can fail in some cases on Cygwin even if nothing is wrong.
        
        Change-Id: I5714f79f0d8182ff89826286138264d28be805c4

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d72151ff930ff1961f2ab7b1e895958cdaabe91b]

        And my hope was not true
        
        Change-Id: I41877db65b66fa3732040fc21f98a5f2be2fdcb7

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6205c58e262e9b82e815855199de462775fcd35b]

        Hopefully the last installement of my perl saga
        
        Change-Id: I2d437062e3ce468591621e7323cacb13789edf06

2013-07-24  Tor Lillqvist  <tlillqvist@suse.com>  [143cda1bc9638c72c2503bb8f1c2da6722c69031]

        Look in the right place in Registry on 64-bit Cygwin

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [066bf0dbcf3b7748e0e429712e974f3efdd06f28]

        Updated core Project: help  338128f5b811d149a77425f446fce25dede18740

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [aab423460fed48ba856f1232481209ca2011c888]

        Updated core Project: help  935d0604f28256c56b71d8cfe07f4fed0dedfac9

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [94b3ec0597ee21b933d02496402ff0f3a416e6a3]

        fdo#60990 testcase
        
        Change-Id: I35dcb21e55e262db274d7e811d79f9fafc6d6c25

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [0ffed545adbb8a27a024d4d6a74dcaa8a87ba66a]

        Related: fdo#60990 w:textbox -> v:textbox
        
        By accident, Word accepted this, but not our importer.
        
        Change-Id: Ie6a7846f1cb594b85245af74053d680af9e77d0e

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [1753c4f9f1713ca4a9a1ac3a145269c850eef6fb]

        fdo#60990 VML export: handle paragraph/run properties of shape text
        
        Change-Id: Iaeb7f9826308ea94a036cb4bfa87bf65f0cfe22f

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [4a186d7da652b281ea7919b7918006a252f72290]

        fdo#60990 VML export: fix handling of v:fill's on attribute
        
        Change-Id: I8230a80b6a530b172e02a08a1a4dd201f533670a

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [9d61697d8bf8920003f31d1599d6be8e595fcc4d]

        I'm not sure we want to use (semi)bold labels outside of frame titles
        
        Change-Id: I4501e33a3289b065402b63473913d7f63638ef3f

2013-07-24  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [e9d6d410893ec8baa9decbfe810bf914e1008ea0]

        Convert Fill Series to Widget UI
        
        Change-Id: I42d2adcb36e863c5da09ca2e2230b0f30d85a795
        Reviewed-on: https://gerrit.libreoffice.org/5022
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  oger000  <lodev@ogersoft.at>  [753bff8e40701fe587c00ce3c2be8b6e870d5d9c]

        Updated core Project: help  a65a396e305db91f4c7dcc5398bfcce3bf3de501
        
        update help ids for sc move table dialog to .ui conversion
        
        Change-Id: Ia8e1edefaa35173116605b99d4f69f7654290f85
        Reviewed-on: https://gerrit.libreoffice.org/5007
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [403a47de6e17bfd6d2d183fdd1d2f72920275ff4]

        always 'show' error label, but leave it blank for no error
        
        restore title to dialog, move error strings etc. inside .ui
        and use multiples of 6 pixel spacing
        
        Change-Id: Iae39238315cced956e2b6fbbae47bf79f4653920

2013-07-24  oger000  <lodev@ogersoft.at>  [c2a28a731f7068baf66f3ba9e4139e573d23d707]

        convert move table dialog to .ui format
        
        Help needed:
        I did not find a way to get the height of the warning area
        included in the automatic calculated dialog height. So it
        stays behind the action buttons if an error occurs.
        (I am new to glade)
        
        Code adaption should be complete - build and move-sheet-test ok.
        helpcontent2 is done and I will try to upload.
        
        Change-Id: Id987ac799b17787c35302890a95af2bd99456589
        Reviewed-on: https://gerrit.libreoffice.org/5006
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [045a7c675d04c258fdf97c6178ca9ad106d47deb]

        Another typo
        
        Change-Id: I57a9592359a171eb3a6f230f5de2dc44a44b7181

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b36d311899fde2f80e22bcc034ab8c9bdd795b76]

        And a bit more of fixes
        
        Change-Id: Ib247391d83773cddc18e37d5e979552a13dd19eb

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [748be656846d5d698a47f63735f2ef58763a1ef6]

        Some more typos in perl code
        
        Change-Id: I2123a6f4cbac0c4870495a70f5f283b75d3a5191

2013-07-24  Stephan Bergmann  <sbergman@redhat.com>  [189bb791d248273758bd2b42e0ec216937fa22d9]

        fdo#66691: Revert fix for i#121577 Allow setting toolbar name in Addons.xcu
        
        ...which incompatibly changed Addons.xcs and breaks extensions (and LibreLogo,
        which adds to Addons.xcu even though it is not an extension).  See the mail
        thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2013-July/054612.html>
        "[Libreoffice-commits] core.git: #i121577# Allow setting toolbar name in
        Addons.xcu" for details.
        
        This reverts commit 85f072ef33ef47b5e3e0bcd51acb5c4179cde2c2
        "Resolves: #i121577# Allow setting toolbar name in Addons.xcu" plus follow-up
        af572d9fbb744c9691abe465815d7927a9d11510 "Related: #i121577# Allow setting
        toolbar name in Addons.xcu," f13f9b5cc5267a7a5606b1a89db91b6d7aef5f9c "various
        .xcus are gone now," and 37d9921797a3ad3be8257fbfee11326549fcd987
        "odk/examples/python/toolpanel/CalcWindowState.xcu is still in use," plus those
        parts of f97ca6f65182efc6542c53ac5e973b3ff398a5d1 "Resolves: #i116455# Make
        toolbar style settings persistent" that apparently belong to the fix for
        i#121577 rather than i#116455.
        
        Change-Id: Ib744566f3d8da7d9008d7dad8bec60f1bf32e743

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7137605eefb6b4efe80c89c4468e33591b1e474f]

        Some more fixups towards the MsiShortcutProperty table
        
        Change-Id: I961a2c05c175512ee1fb4b0f11d0da1d5eae1c71

2013-07-24  David Bolen  <db3l.net@gmail.com>  [fbe28de6fbfdce41544e4e93168d32661add8285]

        fdo#66025: Simplify new ImportError logic
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6c098943d600db20640264d52792c09ae336fdfb]

        OK, so this was not just a bogus stray mess :)
        
        Change-Id: I39287c4bf882438c409157ab5e4fa586f5289c5c

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [4aa90f2f7473f244c5fb48d8795339e59384b147]

        Updated core Project: help  180353cd8b44778a926d39c47b01059fb41227ea

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [b5cd1de309cd3583db24c711675d38006bfaff54]

        set mnemonic widgets and a few other little tweaks
        
        Change-Id: Ic0ae45085ca933e41591f932524f4ddef4de5714

2013-07-24  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [af2d2b864ab53d7b5b267577f2f1137fd7946502]

        Convert Xml-Filter-TabPage-General to .ui
        
        Change-Id: Ia2ce0ce28b8a078b99651b38bdd3cbeaea3d8772
        Reviewed-on: https://gerrit.libreoffice.org/5029
        Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Adam Co  <rattles2013@gmail.com>  [71e1927c78e3873c377d87feb64b33286138756b]

        fdo#66781 : fix bullets with level 0
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I14b0ce9ae096eae4759793a49865eefe16ec1afd
        Reviewed-on: https://gerrit.libreoffice.org/4818

2013-07-24  Tor Lillqvist  <tml@iki.fi>  [acf6241887bc919fa6a83dafe2bede780ed96be7]

        Remove dead function: ImplgetCounterPart()
        
        Change-Id: If1196d56db250a429d467e5dda7f426b5c7f9113

2013-07-24  Stephan Bergmann  <sbergman@redhat.com>  [3655cc9fe6b7a07adea7e26d23474b5352506e4d]

        Style and grace
        
        Change-Id: I90854a061d3b51537669365f7a28a0fabe3dac2b

2013-07-24  Noel Grandin  <noel@peralex.com>  [96bd18f692f933b328facf75eb200114bb55eee7]

        fdo#67213 - crash on opening AutoText dialog (Ctrl+F3
        
        Revert "fdo#46808, Convert frame::FrameControl service to new style"
        This reverts commit 32eaa77db33b3b1f5793e92167b9f8c2708ea543.
        Conflicts:
        	UnoControls/source/controls/framecontrol.cxx
        	UnoControls/source/inc/framecontrol.hxx
        
        .. because I can't work out how it causes fdo#67213 - I suspect my
        changes might be interacting with UNO aggregation, which
        is always tricky.
        
        Change-Id: Icd14f9a7df98585393c5527a3817e05c26246de9

2013-07-24  Noel Grandin  <noel@peralex.com>  [f5bf0fa958a709394be833584ed610a2d759ca32]

        Revert "fdo#67213 - crash on opening AutoText dialog (Ctrl+F3)"
        
        This reverts commit d8fa15f0ea3bbf38f5142f83121b7c72c483c7f5,
        which did not fix the problem.

2013-07-24  Noel Grandin  <noel@peralex.com>  [88afc74751f250257baf13a89ec11d8e13d90436]

        convert #define to typedef
        
        Change-Id: I5c0325ade3b7c9ca8497111b554e2fd161e4334a

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ad0f85eb1e839ca21f0a3511cd88b1a62854e5ae]

        Revert "fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO"
        
        This reverts commit b0c43257d9db19ac45a93d8fb1e7648e82517289.

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20696b2a5741fcda3b9cff5fb41da4d2688312c4]

        WIP: data for the new MsiShortcutProperty installer table
        
        Change-Id: If421383abe95738b8247aebc5cf43b1eaa346c39

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [d5624bb08d4d7f6afbbdf9e8f10478f9d77342a7]

        Updated core Project: help  a914237802eb1ce3016f10e9f018e81279647977

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [620b889b8fee95f2900ab38abdd9fb4b1b0d6784]

        set adjustment in .ui so initial size will be correct
        
        the test case for this is fdo#61241
        
        Change-Id: Icc517f19c6390fc5dca0247f213ea20c0021976a

2013-07-24  Takeshi Abe  <tabe@fixedpoint.jp>  [a140d3b7cbad0a5cd361d6f310e5b16de308b21e]

        Mark as const
        
        Change-Id: Ia3996b997ebbd10ca02ec5a24d1969822bc39273

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [319a9ce794126622cbd5061af40a6abeeed4ddb4]

        pretty up area .ui conversion a bit
        
        somewhere there is a single tab dialog that reuses this tabpage
        so add some tweakery to ensure that the requested size is always
        sufficient to hold largest combination of visible areas
        
        Change-Id: If68de29057de7d3a5a26d753e11208e92ce40021

2013-07-24  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ad0c6359dc044c659160a6a51c1647607c58979a]

        Convert Area Tab Page to widget UI
        
        Change-Id: I543e575bb2e081e4c0b60c2a094c379b01a1894e
        Reviewed-on: https://gerrit.libreoffice.org/5005
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-24  Noel Power  <noel.power@suse.com>  [40dd3d6e4ed8ed6a2f1c3f953955f9932c0c95ce]

        followup fix for bnc#823935 exported xlsx causes errors for mso2007
        
        previously we added 'file://' scheme to hyperlink urls detected as SMB
        but.. this is just how linux detects those windows share urls, on
        windows those urls are detected simply as FILE urls. So... we need
        to add the scheme if either FILE or SMB ( basically just relax the patch
        a little )
        
        Change-Id: Ie9a2b0c9e297ee08352db88ad9a21583978dbe3d

2013-07-24  David Bolen  <db3l.net@gmail.com>  [329125abb63061214897e4f215d41cfa4b13b4b0]

        fdo#66025: Minor clean-up of previous patch
        
        Change-Id: Idaaf8ebbf419899ba04b77cf10b217c141652a3a
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1f505adeca5e417a7d2085a50bf1ebdc4ddac4f6]

        Hoping to fix the windows mess once for all
        
        Change-Id: Ie65e395507f3e6df28561f98030ba532eea01a02
        Reviewed-on: https://gerrit.libreoffice.org/5063
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  David Tardon  <dtardon@redhat.com>  [af1365fbc211e871b72fb66e84022b5faf7b047f]

        reconfigure on any change in config_host/*.h.in
        
        ... to avoid bad commits like 68c8dcec1f8689191e1be3366ec3c127096ae4d4 .
        
        Change-Id: I21c72f63c6363a7d2a34b4e30b932f9dd45926aa

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [00af1f2114d1c8c380ac3d5bc30cddc5f44b8132]

        sw: update hintids.hxx comments to match reality
        
        Change-Id: Ida2afe0cb37cf5c80bfe76a0f24ce0fb0d690da6

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [afe463fb62225fdc526343fb2020ced790c61251]

        SfxGrabBagItem testcase
        
        Change-Id: I1386ab7a0680460bd98648d2803b1b7e0326e093

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [d978bc31bf821d9698b2fdb5c277b239704d9776]

        MSWordExportBase: handle SfxGrabBagItem
        
        Change-Id: Iace2abaa0e933d7f4abf2feb146698bbf299be38

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [41bf9d4cc32436ab3e43e8905236dd61ba511815]

        writerfilter: import w:mirrorIndents as a grab bag property
        
        Change-Id: I500c6af08326ea226b3774fb1e02709d278fa509

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [288bcd68bdccd7a57b2c6da2c0bb91b71e8fcd3b]

        sw: add ParaInteropGrabBag uno property to paragraphs
        
        Change-Id: Ic1208f97db31d86bffd71032d6eba1768e929707

2013-07-24  Miklos Vajna  <vmiklos@suse.cz>  [f841985d9c80556001fbd6bd856eb84f49e805ab]

        svl: add an SfxGrabBagItem
        
        The intention is that this can be used as a grab bag of properties which
        are not handled properly, yet we want the roundtrip of them to alien
        formats.
        
        See
        http://lists.freedesktop.org/archives/libreoffice/2013-July/054428.html
        for more details.
        
        Change-Id: I3781b3b3bf1380d30683039f037d9a4292ba2f4a

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0e701dbaa7e2b1ec00ecfcb50d29252302d2d0bd]

        Register instooofiltmsi in Repository.mk
        
        Change-Id: I8b6461c8b895d61d6a0a03c1e4600159d89ef777
        Reviewed-on: https://gerrit.libreoffice.org/5061
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [951e35d5b9b35985e352e4da24a510cca951540f]

        add test-case for CVE-2013-2577
        
        Change-Id: I69f42b8ea53b68495cb4666a93ece47f6679582e

2013-07-24  David Tardon  <dtardon@redhat.com>  [6ae0422de5b42fcf81e9d76f5a7b6ed16946fd21]

        fdo#64916 put libsqlite3.so into instset on linux again
        
        Change-Id: Ib53b71d23575350d875abdfb2477bba7369c040f

2013-07-24  Stephan Bergmann  <sbergman@redhat.com>  [06312f82e635f9a279751a388506cf26502c5222]

        Adapt to PPCallbacks.h changes on Clang trunk towards 3.4
        
        Change-Id: I5611ffd36f9c6d1560a6ada6118a1efaeb6dc522

2013-07-24  David Bolen  <db3l.net@gmail.com>  [7fd81244c21ad54a8b9766902fd7c34e8055b165]

        fdo#66025: Improve ImportError raised from _uno_import
        
        Change-Id: I92301f0c37d69e5977a12ab4d5a360f7a4ff20fe
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-07-24  Herbert Dürr  <hdu@apache.org>  [794a1f8e685216d6bbf5f753b04138a2711ce62d]

        Resolves: #i122796# fix half-pixel offset in StretchAndConvert...
        
        image scaling
        
        (cherry picked from commit ec3d48418f1cbad40153b3e4fdc2497ebf0e7d59)
        
        Change-Id: Idc4bf7acc30c24a788be79c3686155e924afb28c

2013-07-24  Caolán McNamara  <caolanm@redhat.com>  [fc67191ba272607655a9167b23054a7821cdd808]

        XubString->OUString
        
        Change-Id: Ie6b44d1f4abe1826254ab5bb178d73606bd1283c

2013-07-24  Stephan Bergmann  <sbergman@redhat.com>  [570fe620e9d573cfc9fc260e6518563c6a6c1a3c]

        Keep passing XComponentContext into officecfg:: wrapper fns, where available
        
        Change-Id: I10448edd04c6c7e7f03c539bf85aba4e00c7e311

2013-07-24  David Tardon  <dtardon@redhat.com>  [8bae88b146529d469742b33ead50b3a01457e313]

        look for find-requires-gnome.sh in the right path
        
        ... and make sure it exists as well.
        
        Change-Id: Ia895d93d2755a2b0b9d87601ace54ee47b5c1b80

2013-07-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b0c43257d9db19ac45a93d8fb1e7648e82517289]

        fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO
        
        Change-Id: I89a661908fe7d679aa68d5ba9ead41d6b0a0d6bf
        Reviewed-on: https://gerrit.libreoffice.org/5039
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Julien Nabet  <serval2412@yahoo.fr>  [75ef95ebc48517d228d369167f89424a72b320bf]

        fdo#46037: no more comphelper/configurationhelper.hxx in fpicker
        
        Change-Id: I571e0271d9432118d886561e140d689b2d1b8713
        Reviewed-on: https://gerrit.libreoffice.org/5042
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [57ebb84c1fdfc868cc01bd4b12e95ca043cda718]

        Revert "fdo#46037: no more comphelper/configurationhelper.hxx in fpicker"
        
        This reverts commit 7cbf9c9e0a34937783dfa7f78d460dcf70504841.
        
        Revert "Trying to fix the windows build"
        
        This reverts commit d1f58e5ea695e823e931aad1bfb1d7b4bf17634c.
        
        Change-Id: I67d00ec010a834e27b0e79b0afd92c5a2e7d47d6

2013-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d1f58e5ea695e823e931aad1bfb1d7b4bf17634c]

        Trying to fix the windows build
        
        Change-Id: I19d17a490c9af3d14a315a92ae2af86cc2e92d51

2013-07-23  Julien Nabet  <serval2412@yahoo.fr>  [4231190ad3a4ee7e459f7e1a5e9fd85ca3dca124]

        fdo#46037: no more comphelper/configurationhelper.hxx in writerfilter
        
        Change-Id: If2500bf09f8bb23f70d46d8dbef5d8bbf9fc3fb3
        Reviewed-on: https://gerrit.libreoffice.org/5041
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Julien Nabet  <serval2412@yahoo.fr>  [7cbf9c9e0a34937783dfa7f78d460dcf70504841]

        fdo#46037: no more comphelper/configurationhelper.hxx in fpicker
        
        Change-Id: I571e0271d9432118d886561e140d689b2d1b8713
        Reviewed-on: https://gerrit.libreoffice.org/5042
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Jelle van der Waa  <jelle@vdwaa.nl>  [7e3fdd1fdcd2dbcbd87a88d19a781e845f7d0fca]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I595c10b9c3df8ea487d9fde0a7910ba0bca0ab43
        Reviewed-on: https://gerrit.libreoffice.org/5059
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Jelle van der Waa  <jelle@vdwaa.nl>  [689363662cc81fcf629850fa0b002577cc61e97d]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: If2c1ce9ca27e27ed5ecc15a448b7332855e31309
        Reviewed-on: https://gerrit.libreoffice.org/5058
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [0153ea7e11e5e67d272dfb3630e3ea7cc4d99df9]

        Fix compiler errors and warnings..
        
        Change-Id: Id35cdec02c7a5175e1b429b723679541292ddfb3

2013-07-23  Eike Rathke  <erack@redhat.com>  [038d162b175b62d67a94d4418b3a15a1a382419d]

        unit test for <text:s> in <text:p> and <text:span>, fdo#67094
        
        Change-Id: I033668dcdcdcc1a5710f2ddacadf9a1a5344638e

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [98608e57f21820ec1d2c6cd77f433b6963e249a6]

        fdo#38144 In ruler snap to markers for tab stops, margins, etc.
        
        Change-Id: Ie7f829b0ec36af79a2a97d9de7b6e37034c22e61

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [06c416be33ae727d1b87e5a79cec4a0582aea832]

        Cleanup strangely formatted code in SvxRuler.
        
        Change-Id: I69b87dd737ac6a1195cbd023398179580fa0fd24

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [462799e61432a62022ca0b521f62e94e4acbd37f]

        just rename header define
        
        Change-Id: I90053c4d99d47939f35b084b4d2995bebd5e8d63

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [ba17605d5e75dc926c3f7c61795c77d855aa3458]

        Add ANOVA (analysis of variance) calculation to Statistics.
        
        Currently supported calculation is one factor ANOVA calculation.
        
        Additionally refactor "descriptive statistics" and extract common
        functionallity with ANOVA into StatisticsInputOutput class.
        
        Change-Id: Ib9c3083019058c63738b3e92097411ba1b428648

2013-07-23  Tomaž Vajngerl  <quikee@gmail.com>  [19efbd8d9886e7a346b73aaabe644c56cb2a8e05]

        Generic ChildWindowWrapper.
        
        Change-Id: I7d39dabe4a271c1f29c9b829bed45e0d51abe69b

2013-07-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1f47b46959267a25195d4f3f5602ca638bb14c58]

        Fix drop caps background
        
        Background were shifted upwards with the descent
        of the character and so the default grey background
        hanged out under the user added background.
        Examples: A (no descent), S (small descent)
        Q (big descent)
        
        Change-Id: I044fc63cf9988152e7b6aa4042bcf14651e097c0

2013-07-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c8b4ffc2adcc744c0d7d5e68944439238828692b]

        Check explicitily the space at the end of the line
        
        Can be bugous when the last character not a space.
        I don't have any real life examples, just some extreme
        -Line break is inside a word without hyphenation
        -A tabulator follow the last character of the line and so
        this tabulator get to the next line.
        
        Change-Id: I3c5d372295b960a5cc22c19ada382d0a995787cc

2013-07-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cacb32caabee56cb32cdb54e54dcb8229f9205d3]

        Clean up naming of OStatement_Base etc. (firebird-sdbc)
        
        Change-Id: I4cb81565ae2fa6efd434e6e789f16fab90d0ae4a

2013-07-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ed9dac3baff5a75b95af6ccfdfcafc64a58200e2]

        Move Statement specific methods out of common base. (firebird-sdbc)
        
        Change-Id: If85f7f419b7c67bc84f8a74422cc8c9080a34353

2013-07-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2b541c928ca6eaca9cb5dcbe7f4f43f9f0b20101]

        Move Statement_Base into it's own file (firebird-sdbc).
        
        This is in preparation of cleanly separating the code shared
        by PreparedStatment and Statement from the code unique to either
        of those classes.
        
        Change-Id: I419668044e67b25d492a381acab9ee9b1acce7ce

2013-07-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a061f0a845323017aec07f6521f6c254740c128d]

        Remove unnecessary OStatement_BASE2 (firebird-sdbc).
        
        Seemingly a relic from the skeleton driver?
        
        Change-Id: I7c5ba9763daee51b1c8b23f614e3d9501858a29c

2013-07-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c636ed838820ea07b77506f1fd3715a61c62c3ac]

        Cleanup firebird-sdbc header defines.
        
        Previously directly taken from skeleton driver, some possible conflicts.
        
        Change-Id: I9469ed8a3bb78a18b68fce3c8a9272eeb38349ba

2013-07-23  Lionel Elie Mamane  <lionel@mamane.lu>  [c4ed35820178c6c990311e8fb48ea91b39c05988]

        a date is a date, not a float
        
        Change-Id: Id9beab6a9cd9b7fa15ce0699b6eeb8a1e32448fe

2013-07-23  Lionel Elie Mamane  <lionel@mamane.lu>  [cab9b82fb31217223511afcea88ad7446999492b]

        fdo#67186 switch reporbuilder to null date == 1899-12-30
        
        This brings it in line with the default for other LibreOffice
        components (e.g. Calc), or with the only supported value (e.g. Writer
        tables), respectively.
        
        Configure Pentaho jfreereport to also take null date == 1899-12-30
        
        This combined allows reportbuilder to make absolutely no fiddly
        conversion itself, leaving them to jfreereport and Writer table
        cell format.
        
        Also:
        
         - Make absolutely no conversion itself, also e.g. for booleans.
        
         - ODF compliance: make the value-type match the set foo-value attribute.
        
         - Use value-type="void" instead of empty value-type="string"
        
        Change-Id: I67990232dbc9e86ac3fa37cd0c20edecb87cf8ee

2013-07-23  Stephan Bergmann  <sbergman@redhat.com>  [7f67dd5dfae59a492a88fb2569ee5600add1ecde]

        OSL_FAIL -> SAL_WARN
        
        Change-Id: If0c4dce547184ca48f221793daf33e4592912cb2

2013-07-23  Eike Rathke  <erack@redhat.com>  [1de20e764ed64beed83bb455b6bdbc9fbebed0a3]

        unset mnCount in ScXMLCellFieldSContext::CreateChildContext()
        
        For the syntactically invalid (because <text:s> does not have child
        elements and thus unlikely) case that there would be a child element
        nevertheless, so we wouldn't import the sequence of spaces multiple
        times.
        
        Change-Id: I2b2288aee21f200c9fd2ba961974ef4de074f57e

2013-07-23  Eike Rathke  <erack@redhat.com>  [be10607d358f7587f10e76084893ceed3a4c9215]

        resolved fdo#67094 handle <text:s> in <text:p> and <text:span>
        
        821521f757569c96ded6004bb2cb0d003481b55b introduced XML_SPAN but removed
        handling of XML_S repeated U+0020, SPACE
        
        Change-Id: Ic1b00c9dbc33c750b9a8cae910b4ca0bed42ab5a

2013-07-23  Ptyl Dragon  <ptyl@cloudon.com>  [70e247733e762ed7b20645c8c843e78294b38f0f]

        Add more components
        
        Change-Id: I30daf067fe9a1804a55be75c040db49dfbb18d92

2013-07-23  Jelle van der Waa  <jelle@vdwaa.nl>  [cb590428d84fa63a1fe429cccd32943e0cbebd2d]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: Ib0edc828691c6a8edbd1f45d3c0e2851c32c865f
        Reviewed-on: https://gerrit.libreoffice.org/5013
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Noel Grandin  <noel@peralex.com>  [d8fa15f0ea3bbf38f5142f83121b7c72c483c7f5]

        fdo#67213 - crash on opening AutoText dialog (Ctrl+F3)
        
        I created this bug with commit
        32eaa77db33b3b1f5793e92167b9f8c2708ea543
        "fdo#46808, Convert frame::FrameControl service to new style"
        
        If we cannot create a css::frame::FrameControl service, just continue.
        
        Change-Id: Iffd6952fd5153af5a1ab72af2bc55864816a750d

2013-07-23  Noel Grandin  <noel@peralex.com>  [312f3aac56b410021bdf3db70d36b7fe88b3744f]

        expand out the U2S and S2U macros from sfxuno.hxx
        
        They are vestiges of the old string classes.
        
        Change-Id: I5dd458bd2dac5f2e867ddaa731190f159b8a3b65

2013-07-23  Tor Lillqvist  <tml@iki.fi>  [2fbcff579b54cb1c3148fb1fb20c1c7d42857ec9]

        Revert "WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined"
        
        Nope, that caused warning: unknown attribute 'warn_unused' ignored with Clang.
        
        This reverts commit 68c8dcec1f8689191e1be3366ec3c127096ae4d4.

2013-07-23  David Tardon  <dtardon@redhat.com>  [68c8dcec1f8689191e1be3366ec3c127096ae4d4]

        WaE: "HAVE_GCC_ATTRIBUTE_WARN_UNUSED" is not defined
        
        Change-Id: Id45e2a5c31471b4f5a59c4511bbacc12f78356f6

2013-07-23  Stephan Bergmann  <sbergman@redhat.com>  [2270f32c6bc055ab79c075015843124a5370e020]

        Clean up redundant explicit OUString(...) ctors
        
        Change-Id: Ieb5d4a1d669e0472ec08704c618a9d9c1d30b77f

2013-07-23  Miklos Vajna  <vmiklos@suse.cz>  [bb67e709b70919efb41ec41e93dd92953dc6a003]

        fdo#64637 RTF import: handle multiple RTF_COMPANY
        
        Instead of unconditionally calling addProperty(), first check the
        existence with hasPropertyByName() and call setPropertyValue() instead,
        if necessary.
        
        Change-Id: Ie0a075bbfe6eaa1f66726c456105dcdef9001d30

2013-07-23  Stephan Bergmann  <sbergman@redhat.com>  [e667bcdf98513ed13d6ebb485f61cbf37c0b4aca]

        These SAL_INFOs do not make much sense any more
        
        ...now that the original RTL_LOGFILE_TRACEs got replaced.
        
        Change-Id: I0997d6bbb90a22678fdc6398e7786ac36b9d73f4

2013-07-23  David Tardon  <dtardon@redhat.com>  [6872ad4764b5924a32f0929cbdbd13fb25ead885]

        it is not possible to sign libs that are in use
        
        ... so we have to make sure they are not, by delaying the signing after
        all unit tests have been run. This is just a workaround; IMHO the real
        fix is fdo#63315 "sign windows binaries during build".
        
        Change-Id: Ia26826ec7d324f840f2606b1928bea71cb4f0c48

2013-07-23  Stephan Bergmann  <sbergman@redhat.com>  [82447189ccfc662f86ec00f5001527cc997f5020]

        If this configuration access throws exceptions sth very fundamental is broken
        
        ...with the LO installation, so it doesn't make much sense to "handle" them
        locally.
        
        Change-Id: I02fade858f9b507976bf612ba942be90bf25d51f

2013-07-23  Julien Nabet  <serval2412@yahoo.fr>  [2b45d55d87ec1414e3a39a759d014d1e256f7975]

        fdo#46037: no more comphelper/configurationhelper.hxx in sd
        
        Change-Id: If5d1fc3956b82edd0b68b26e14a9b9258ee6c10d
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-07-23  Jelle van der Waa  <jelle@vdwaa.nl>  [5d95193f85921863cc127b1a3aec5924ff693592]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I9c2405f92aea75756a0fbac7844ff16319210be3
        Reviewed-on: https://gerrit.libreoffice.org/5014
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-23  Lionel Elie Mamane  <lionel@mamane.lu>  [19a6c484c3af376416398e78ac29db5aa9a235ce]

        configure.ac: working firebird version check with manual FIREBIRD_C/LDFLAGS
        
        Change-Id: I511eb8bfcfab2d42073f43660518e1e8be0d5788

2013-07-23  Noel Grandin  <noel@peralex.com>  [61eed5f1b9889ba3b6c0e484f0847cdf52ab3871]

        convert sfx2 UNO services to WeakImplHelper
        
        ...removing the SFX_ UNO-related macros as a result.
        
        Change-Id: I56542885847ff0adc604f309ed7e2582b7529f3f

2013-07-23  Noel Grandin  <noel@peralex.com>  [376d5a6ad979ef2b3e90c186ca8ede0ef2824200]

        convert more services in framework module to WeakImplHelper
        
        Change-Id: I417ae2ce644f39fce0e8eb9fbe6a3a3c783b6227

2013-07-23  Noel Grandin  <noel@peralex.com>  [2f4c796c4db95a52b9478049e9872b92a93474b9]

        remove unused field
        
        Change-Id: I1b81b39a4c66895c6f6b7d40e00ea2a483d8b4fd

2013-07-23  Noel Grandin  <noel@peralex.com>  [9dbb8db06d7c5620fec586a87237b3e07dfd0fb3]

        Convert the easy cases in framework to WeakImplHelper
        
        Change-Id: I6547c4aee2aa4d15ad516a6a45002b81b7a8ac13

2013-07-23  Noel Grandin  <noel@peralex.com>  [5e184fd2173481601e7ee2f24029ad0a4c9d7da9]

        Convert GlobalSettings_Access to WeakImplHelper
        
        Change-Id: Iaa1134bee8e3b36e940376622b5c22085892b81b

2013-07-23  Noel Grandin  <noel@peralex.com>  [0abf81ca5044fa5c83c04867f8aad32b789923c8]

        Convert ModuleUIConfigurationManagerSupplier to WeakImplHelper
        
        Change-Id: I526eb65bb00808c85caa8fcba3359321e7cec2da

2013-07-23  Noel Grandin  <noel@peralex.com>  [496a281d38c9842e15825bab1105ca27cb1ed4e7]

        Convert UIConfigurationManager to WeakImplHelper
        
        Change-Id: I1e8a498f38e19419d3f8fdc91c0bcaf2cb3f41a5

2013-07-23  Noel Grandin  <noel@peralex.com>  [a19e9a5cd040e291c4bdbbde99b34b763af4d7ef]

        Convert ConfigurationAccess_WindowState to WeakImplHelper
        
        Change-Id: I962e87e81905bfc61b03e1c1c7ee9f01b030df9d

2013-07-23  Noel Grandin  <noel@peralex.com>  [4d5801a0c6770b2e1e4ecf289523396fbc090379]

        convert WindowStateConfiguration to WeakImplHelper
        
        It was already half way there, just some leftover macro definitions.
        
        Change-Id: I607eb22d08fd0e5d7d0be0b8bb217bcc7740d983

2013-07-23  Noel Grandin  <noel@peralex.com>  [18a5f8a2b1cd47deb7f8dbe4ae777955b16523e2]

        Convert framework::StatusBarManager to WeakImplHelper
        
        Change-Id: I25cc72536d8832d93d6832591bdba25ac0654ee3

2013-07-23  Noel Grandin  <noel@peralex.com>  [fe4e2689f6b0c4312f9b227c4aa1ca770c5690bd]

        Convert framework::ToolBarManager to WeakImplHelper
        
        Change-Id: I2fc48b892c68cc6054ceec51c4b050e445c22f6a

2013-07-23  Noel Grandin  <noel@peralex.com>  [a30c91fd02beb7a0af9b4702c15b1756192b8ac5]

        Convert framework::AcceleratorConfigurationReader to WeakImplHelper
        
        Change-Id: I2e2528c539ba93eb72466bd361c189be5746ecfe

2013-07-23  Noel Grandin  <noel@peralex.com>  [ca8bdb17dff84278273dbe70c4ac0a5c30de5822]

        improve comments
        
        Change-Id: Ib2735c946ca331382e0c178b303c3769c0a35185

2013-07-23  Noel Grandin  <noel@peralex.com>  [9c41a60c0d802c618ac414822615a5c9e9e92f9f]

        fdo#46808, Convert ui::ModuleUIConfigurationManager service to new style
        
        .. and convert it to WeakImplHelper at the same time.
        
        Change-Id: I20549f5cc6efb60c5210d3f9b6ecf3ade7e4a75a

2013-07-23  Luboš Luňák  <l.lunak@suse.cz>  [92dfa82d2d25f2acdee0a538bf15f1fac36c0ecf]

        adjust for upstreaming of warn_unused attribute
        
        The warn_unused attribute has been upstream to GCC and Clang, so use it if present.
        Still warn about STL types if those do not use it yet (which is the status as of now).
        
        Change-Id: I3c003e44c08d1d141e23bba38cf92e663a5ac353

2013-07-23  Tor Lillqvist  <tml@iki.fi>  [0d2a7adf4e12b08bb6017df03e6e4ea04acc5df5]

        Correct help message for --enable-macosx-code-signing
        
        Change-Id: I453f53e7afc1474b4db2a89454718652b088ad6c

2013-07-23  David Tardon  <dtardon@redhat.com>  [2cefde7a4b6aea8154a732ed109407c14a29452a]

        drop extra )
        
        Change-Id: Ic8a626c90ecf52818c0f521edb5ae717fce441dc

2013-07-23  Julien Nabet  <serval2412@yahoo.fr>  [572fc4a1937399f9e3dca19968e906cfd362554e]

        Blind fix for Mac Tinderbox
        
        Change-Id: I4c429afb285446a9839f8039a906c37b4e7b3de1

2013-07-22  Julien Nabet  <serval2412@yahoo.fr>  [a4148011836a8be7d23f3f798ee276488f54d31e]

        fdo#46037: no more comphelper/configurationhelper.hxx in reportdesign
        
        Change-Id: I37b885ab3e8976d3e7ee71ee3e723bd2d5f6b973

2013-07-22  Julien Nabet  <serval2412@yahoo.fr>  [b32a9e9ccb685b663941a1f4aa945a70ef784446]

        fdo#46037: no more comphelper/configurationhelper.hxx in formula module
        
        Change-Id: I6ed4af811d96cb0ddbb2093d6627d4d39836a033

2013-07-22  Adam Co  <rattles2013@gmail.com>  [2d5978b22b402dea9dee5b468d2044ccc1208a15]

        fdo#66145: fix for FirstIsShared flag
        
        Change-Id: Id8cc3829ccd5806295b0f240a570dc1d66ed0c87
        Reviewed-on: https://gerrit.libreoffice.org/5002
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f4546b72702dbe30505594a8307dd402e81a0303]

        Updated core Project: translations  8fe00a5faf3c817a8ec89a2cfc68114c456281bc
        
        fdo#67093 Change traduction of Title for some more languages
        
        For those languages that had an alternative translation for the title style in
        ede3fe62d4b30ebe82d2e2b837bd5d8247b73438 - still languages left that have
        identical translations
        
        Change-Id: Ibcd7d03c9ea7608c8963d1cb9b7c2d7cbe2415d5
        Reviewed-on: https://gerrit.libreoffice.org/5038
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7f653884f96b90d5da5a85487234a7e7182df3fa]

        Hopefully the last ambiguous conversion fix (firebird-sdbc).
        
        Change-Id: If290239444f4849e3f5355a3c0a64416fc5c691d

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ea79b364499d7d9df06fb0cd048f53a38b95077b]

        Decrease scope of some variable
        
        Change-Id: I23319e09bf6c4c0e33b86edc225cdfaa0433b7c6

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3b7030d99580aa70dad884b1ac74924d9a179b3e]

        Update comment
        
        Change-Id: I26dd6b741b538da1c372534b55870c22ebd3d046

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c83be01ded8090f0d7cdfe3f279b695f2307803e]

        Remove useless private operator==() from SwFont
        
        Change-Id: I7cbc6cc1c55afe0906cacda571c9ed8dd7fd8dd7

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [979854a5fe7843ba4312285c5b245a89692e6c51]

        Remove useless variable
        
        Change-Id: I78004d9d74647ad9b87975204844cb2bb66a83fa

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ca62ff029158cb8543d19324cc721773b2185e20]

        Fix indentation
        
        Change-Id: I4feae9998647694efaad776396aca2ce8f177152

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8560fb88c7252e5ad60674e447f2e194298f08de]

        Remove obsolote border dialog
        
        Change-Id: I57f3db05a21caeff04f280a0c13c3facfe23c3c1

2013-07-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [df685a3faacd5952ea6dca373c7f304dbfb43e4c]

        Page border bug: margin edits are enable when no broder
        
        To reproduce
        1. Format -> Page
        2. Set left and ritght borders only (All margins is editable)
        4. Set inner margins bigger (using syncronize check box), for example 2 cm
        5. Click OK
        
        Result
        Margin appaer just on the right and the left side, so just on those
        sides where there is a border.
        
        Expected:
        Only the relevant edits must be enable on border tab page
        just as in case of paragraph borders.
        
        Note to fix:
        Inner margin without border is used only for table, but not
        for other objects (paragraph, page, frame)
        
        Change-Id: Ie611eb29432cb7e75131154d94b4a8db1c3f1bb8

2013-07-22  pje335_NL  <meulenthomas@gmail.com>  [8bab6ca9f04f69d450be0cb8bda3f747cf3bfdac]

        Updated core Project: dictionaries  a32a341efdbb9e53a7b832262a41f6fb6454bedf
        
        Downgraded the Dutch spellchecker to version 2.00 ( fdo#63033 fdo#65994 )
        
        After some problems with the upgrade to version 2.10g on Linux and Windows downgrading is better.
        I think downgrading is better because I had the old working files still saved and that was working.
        Maybe in the furture I will try again to make the upgrade after some more testing.
        
        Change-Id: I2e21a40f03b44a336355500bb617865ca2704125
        Reviewed-on: https://gerrit.libreoffice.org/4987
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        

2013-07-22  Julien Nabet  <serval2412@yahoo.fr>  [cb99d8238502fad55aa62c5cadb0c188cc61d067]

        fdo#66274: Saving document as RTF result in text 'Use Rich Text Format Format'
        
        Change-Id: Id617816c8530b7536238b5aa4a471c57a2a0b82e
        Reviewed-on: https://gerrit.libreoffice.org/4999
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [86ec35f71d28061a21c00b12c23c41351002a701]

        Fix implicit conversion error (firebird-sdbc).
        
        Change-Id: I67ecd01655bdde73a279926c65f81555e550b7ca

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7ae8da726747ce661dcd223b864d819f8b207819]

        Further minor fixes (firebird-sdbc).
        
        Change-Id: I1ed77e7910bd59aa0534ff7fb32d96e3432b58d3

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cd30d13c3d99bf8152dffec152fe3eecd6f4d406]

        Join on correct fields for getColumns() (firebird-sdbc)
        
        Change-Id: I2e3f260b0f043806702fb03ff74c1ef6bbe9cc62

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2d134a5fbc925fa73f32f406d3c268c22d4d92ac]

        sqltype indicates isNullable. (firebird-sdbc)
        
        Change-Id: I1cf454847f7dc83195596b7274f4fa2c434fcc69

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f98a193a187ef72e7b2e81b95c82186bc6912ab6]

        Implement the first parts of FPreparedStatement.
        
        Change-Id: Iad9561fa6b200ce5efcacc4c0b7b822aaaf9adb0

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [291b87962dbbd6859ec5156f69fbdf5a6e74be75]

        Move allocation of SQLVAR memory to Util (firebird-sdbc).
        
        (Is also needed for allocating sqlin data in prepared statement.)
        
        Change-Id: Id572ddbc582c709c8d361ca6e9a670fb8f2d2165

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dc3202517d2f48cea27e712a30be79acfdabb5f3]

        Remove some unnecessary uses of XSQLDA->sqlvar (firebird-sdbc).
        
        Change-Id: I69ea81a66decb817d5962206e4a6c30537bce02c

2013-07-22  Thorsten Behrens  <tbehrens@suse.com>  [28a6e1cf1bb9d6e8865736432dd32c12f0002cf9]

        Disambiguate ctor calls, fix windows build.
        
        Fixup for 074ef06c908af1e5c6922a0c8ff9ccc9a9d54063
        
        Change-Id: I5ceb153cda6112c4e8751ee0b63c19f442ccf18a

2013-07-22  Tor Lillqvist  <tml@iki.fi>  [2cf07709dc23daf23ddfdfdd1091dc047cba886b]

        WaE: may be used uninitialized
        
        For some reason, GCC 4.7 targeting X86 in the Android NDK 8e complained about
        the fields in the "btrd" struct in the union in binomial_distribution
        (boost/random/binomial_distribution.hpp) maybe being uninitialized in a call
        to its copy constructor. So make sure these fields are initialized in all
        cases.
        
        Change-Id: Iebae5e130cd6ca6ef5c476c6b0366d57c0303c88

2013-07-22  Tor Lillqvist  <tml@iki.fi>  [8b3a03a43f24ca6d072bc016d415a5339d516c32]

        Probably no reason to filter out these for iOS any more
        
        Change-Id: Ifab498ca7fe41aae19cc235a0ab8998827422b6c

2013-07-22  Takeshi Abe  <tabe@fixedpoint.jp>  [bddd4d45989067e58589519c497e03ff443094e9]

        Mark as const
        
        Change-Id: I2746b92b1360c3c181879a81f653c44ef609f351

2013-07-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [fb7b24dc5affb4f29f61a8716c97370951ccba80]

        n#825976: Table of Illustration has hyperlinks by default like TOC
        
        ...and that fixes the formatting of hyperlinks in docx Tableoof
        Illustrations.
        
        (cherry picked from commit c1fac43432891bf9f396ff1ec7a1c2ed042bce54)
        (cherry picked from commit 49d077b80c15ec9d069435da08bbfe38cdd57c5a)
        
        Change-Id: I990f31a8c9d0d56f58b7b87e368010576d8c8c0d

2013-07-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f494d9dfd1c0c40eae7aa69a86c3aa4c45971a29]

        n#825976: handle TOC \h field for illustrations tables in writerfilter
        
        Change-Id: I9ebc91d5f0e706dc1e316e0aa8494af7aec4da4e
        (cherry picked from commit 43f7bc96c0117a77610bfa5e1edfa870123f56f1)

2013-07-22  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ca16c526497ef5a5d1522db74204eed9a0309355]

        Change function to void, nobody checks the returned data
        
        Change-Id: I9ef7eb7a9c32153f0a886479f65678907969adc5
        Reviewed-on: https://gerrit.libreoffice.org/5000
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-07-22  Petr Mladek  <pmladek@suse.cz>  [6f4e3a2e272e1ed269efe3ba11915378ffb41a77]

        avoid file conflict in debian-menus package (fdo#67031)
        
        Use versioned file name for Debian specific /usr/lib/menu/libreoffice.
        
        All the other files have been versioned for years when we did this
        for RPMs. Heh, nobody noticed this with DEBs because people were
        used to that conflict and did not complain ;-)
        
        Change-Id: I1195279ff4825ed9154cf497ff3cc702f7309b6a

2013-07-22  Miklos Vajna  <vmiklos@suse.cz>  [27925032cd5aec8805185679e01c687c40bbd617]

        g: ignore submodule changes
        
        Change-Id: I6125dd018615bc7aa18bacc838ea602ccb0fabc1

2013-07-22  Tor Lillqvist  <tml@iki.fi>  [1b1037767adf96c23848a7ac195023e277086e54]

        Fix remote control server side build problems
        
        The non-Bluetooth (TCP) code should not be inside Bluetooth conditionals.
        
        You can't put a flag like -Wno-error in a list of objects. (And besides, why
        would we want to disable -Werror like that, instead we should not introduce
        warnings in what is after all freshly written code;)
        
        This should fix the Android tinderbox build.
        
        Change-Id: Ia698031a9815bf938c5c2a29bf68dee68cae07fe

2013-07-22  Fridrich Strba  <fridrich@documentfoundation.org>  [f9e981ba0e2da6ce122e3ef30aef057c439c8fb8]

        Revert "Math: Fix memory leak with SmDocShell"
        
        It breaks "make check"
        
        This reverts commit d3cf684146162a1528046ab2bcd7d9fa94443c69
        
        Change-Id: Iae8ef2a49a395e885aa8ab3658244836c9ce71c5
        Reviewed-on: https://gerrit.libreoffice.org/5021
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [074ef06c908af1e5c6922a0c8ff9ccc9a9d54063]

        Implement getColumns() (firebird-sdbc).
        
        Change-Id: I07e9af5e049d58dc794cad4481a2f4e2b1fe547d

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [76fc51223f171dfc9f7752c4a3ebb97070f1f38a]

        Fix blr type conversion.
        
        Change-Id: Ie2ed26110c944c27f767d818139d8526e278f33d

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c729e75129ed5de9b8e8044a9fe071ade621dc93]

        Add conversion of blr types to firebird SQL_ types.
        
        Internally firebird uses blr_* types -- we encounter these values e.g.
        when retrieving column metadata within RDB$FIELD_TYPE. These can
        be converted to the firebird SQL_* types for use within the rest
        of the driver as appropriate.
        
        Change-Id: If9a9bc3c58d99a2f61f52faef6316e2d3451af1a

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cd21fb50b2cbc33707e08b654717a64e1f6217a6]

        Sql types are short within firebird.
        
        Change-Id: Iff9baf31ce06a71c6c460a7689c7bac817370b27

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [734a30a23dd392924a1072172d61a372167529b0]

        Move sqltype identification into Util (firebird-sdbc).
        
        Change-Id: I2e3068bf46555fea63c62bc1abc8a467c588a8b5

2013-07-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [abc147410e92f165ec27067e678c75667ede31f1]

        rtl::OUString prefix cleanup FDatabaseMetaData (firebird-sdbc).
        
        Change-Id: I210ff31a69c7dc1d5bc3478d6494ad3c0959904f

2013-07-22  Miklos Vajna  <vmiklos@suse.cz>  [24773530143c995820417fd004d227ff9472e51f]

        LibreOffice4Android: render in a bit better quality
        
        Change-Id: I65984af5e28c8a0250105b34c4bc7b1abf9ce3c7

2013-07-22  Miklos Vajna  <vmiklos@suse.cz>  [847fa448107574011745a530864ffd76b7531378]

        LibreOffice4Android: support pinch zoom and dragging around while in zoom
        
        Change-Id: Ic8e4cb30acff734e6860dfc9bb31e836d2ecd32d

2013-07-22  Miklos Vajna  <vmiklos@suse.cz>  [9f7676033585ab3bf352d5dc2ef43a3a9d8d5c46]

        writerfilter: make sure the redline stack always has at least one element
        
        One element is pushed to that stack in the constructor, so calling top()
        on it always OK, as long as we check during pop() that the stack won't
        be empty.
        
        Change-Id: I010bd77897ab2a3684e7d9c5c0450e7bda626fc0

2013-07-22  Tor Lillqvist  <tml@iki.fi>  [e77b0fe093ed0bc94c7d03d45838e590fb8219b2]

        Use pkg-config --modversion to set FIREBIRD_VERSION if no fb_config
        
        Change-Id: I8ece7b989c330123a5df73f763a4b5fefefcf0cc

2013-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50d330c3d238b7b6182787959b30a6d665eab078]

        Shell32.dll is already loaded
        
        Since the vcllo.dll links already the shell32.dll because of its symbol
        SHAddToRecentDocs, no need to increase reference of that library. Just
        get the module handle.
        
        Moreover, a mere presence of the symbol SHGetPropertyStoreForWindow in
        shell32.dll indicates that we are running at least on Windows 7 or Windows
        Server 2008 R2. There is thus no need to check for the library version.
        
        Change-Id: I9ddfb8407fd805faf588779ac5fa8c10a0ae8898
        Reviewed-on: https://gerrit.libreoffice.org/5016
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Mark Wielaard  <mark@klomp.org>  [f9cde6e64ae23327a1c314195da638d81a5411ed]

        Fix file_path_helper FPH_LOCAL_DIR_ENTRY.
        
        Commit e5e4c54da changed "." to a constant, but the wrong one.
        Should have been FPH_CHAR_DOT, not FPH_CHAR_PATH_SEPARATOR.
        
        Change-Id: I041f6507947f1631f0af133bff0fa3270313391a
        Reviewed-on: https://gerrit.libreoffice.org/5001
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Julien Nabet  <serval2412@yahoo.fr>  [b11dc22caa903014c295bea62a6d86e5e12518d8]

        coverity#1038312: Dereference before null check
        
        Change-Id: Ibe9babbe8610bf70a80b819e21d24c6572436092
        Reviewed-on: https://gerrit.libreoffice.org/5015
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-22  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d3cf684146162a1528046ab2bcd7d9fa94443c69]

        Math: Fix memory leak with SmDocShell
        
        Change-Id: Ife984f60344fe41501c9e17b10dab256e14fe9e6
        Reviewed-on: https://gerrit.libreoffice.org/5017
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [51a42da0c6d60a95ca35c90e2a8a4dc27efdf40f]

        Add theoretical support for table descriptions (firebird-sdbc).
        
        Untestable as we currently can't write blobs and therefore
        don't have any way of reading blobs.
        
        Change-Id: I7226bf89ec014c796279ce8075f1b82f36c3b7b1

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [229a9c1ca024958808d7f6decad6213b20862abd]

        Implement the first parts of XBlob. (firebird-sdbc)
        
        Change-Id: Iebb80168ec6fb941ca936834ed2275a598dff55e

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [997b440080cccc19e35e8c5e32d24ce6c0861779]

        Some cleanup of getTables(). (firebird-sdbc)
        
        Change-Id: I0a16d5a97a25a95b61b1fd11cf276b72d7dad7c5

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b502e3fd8652e1eba85056336975afdb26c18bed]

        Add retrieval of SQL_VARYING (firebird-sdbc).
        
        Change-Id: I504283d4ba83df1d8e5da7bee180ba181c651bb4

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2d632ed1d8e062050519a2d9296ffefd84ecb411]

        Remove unneeded SAL_INFO/WARN/DEBUG.
        
        Change-Id: I5212105c14619000a177433ad0326cae6bec3a6c

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2965924e39eee456acab7e83ffee591176b0dbc9]

        Ensure statement handles are cleanly disposed (firebird-sdbc).
        
        Change-Id: If9406f409a31a00a530b2f458293f3836e178c8e

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7c07cb265980031c034947ed653f78905f1d2ff3]

        Delete temporary fdb when closing.
        
        Change-Id: I81660c16a0d05b6800c96b636114664cff8ab5fb

2013-07-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a815e1384dd47164aa0fcb17020293382d53adf0]

        Parse external file url and create new db as needed (firebird-sdbc).
        
        Change-Id: I9dd13540242f6f641f64c44a7121547e0c75c32c

2013-07-21  Julien Nabet  <serval2412@yahoo.fr>  [c9321851a4de1d67037ea83bcbd29ca30701d5b3]

        Remove unused getRegressionCurve
        
        Change-Id: I141182634e446745be6180702c703a85dac26552

2013-07-21  Siqi LIU  <me@siqi.fr>  [d3cbcbad7d160c7b44182cc5142c5cd4e0e1a034]

        restore old implementation of autodiscovery to keep android app happy ^^
        
        Change-Id: I33d856c5654cedb0d6bf437bf4653fac8830369c

2013-07-21  Julien Nabet  <serval2412@yahoo.fr>  [81f08fc302faa7a0cc84e3736fce1e8062251b90]

        CreateToolBoxBackground must have been already removed
        
        Change-Id: I7bb315c607225775571f3feeee9c44f2190449f3

2013-07-21  Julien Nabet  <serval2412@yahoo.fr>  [958556ff3cfbfa1cc1022477af1e2bd635cba153]

        Remove unused convertDateTimeTZ and convertDateTZ
        
        Change-Id: I177584f6988cf3cb31c5508262d3907ef6be23d7

2013-07-21  Khaled Hosny  <khaledhosny@eglug.org>  [f717aeef13a4c7a9e877089323e8fddcd6dbbc86]

        Fix link in comment
        
        Change-Id: Ie9f5bfaa8230f97cbce1c26ef4bb86ae8e248d5e

2013-07-20  Arnaud Versini  <arnaud.versini@gmail.com>  [2d9e26dfa7a6e7599e9e484922c6793674d230a8]

        Updated core Project: translations  d3cf882e3bc074447bbe708b914b1566d0e8b0d1
        
        fdo#67093 Change traduction of Title in french to avoid conflict with Heading.
        
        Change-Id: Ia87132d3593097cc9d7b81a254c300de8b9fa3a5
        Reviewed-on: https://gerrit.libreoffice.org/4994
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        

2013-07-20  Jesús Corrius  <jcorrius@gmail.com>  [19f3d9310caef84fe2815eb89af448a81937bddd]

        fdo#35785 LibreOffice's support of recent documents in Windows 7 broken
        
        Change-Id: I916ba1335b0a0420f568ab9340632f273e3c9516
        Reviewed-on: https://gerrit.libreoffice.org/4997
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-20  Caolán McNamara  <caolanm@redhat.com>  [822577f412214f282588b627fd6addb489f6a9f0]

        callcatcher: update unused code
        
        Change-Id: Id12614722ed106ca595df13d22b6c5e315deb2ac

2013-07-20  Siqi LIU  <me@siqi.fr>  [5e723eb8477264d0ea6a2d0f467bce67e2423fde]

        differ the resolution of service address
        
        Change-Id: I68e620939f27708cc483c584bf7aa389f6ec1199

2013-07-20  Siqi LIU  <me@siqi.fr>  [1d1189b4aeb19fe4c8ac0dc869d286cb89a1f077]

        oups.. forgot to comment out a debug line
        
        Change-Id: Ib22428a305d834a635f198f94b7b82088a718893

2013-07-20  Siqi LIU  <me@siqi.fr>  [d9e8255e6453568247dbda3333a45e7a40cfb58f]

        remove server if no longer visible
        
        Change-Id: I75902afe3040304155d164fd0502a00869e4f9d7

2013-07-20  Siqi LIU  <me@siqi.fr>  [f63d44df0ae3820803a5016dad0fed6f3cef8a59]

        minor bug fix
        
        Change-Id: Ib2358feb09812a219966525d0992eb49a62dbdfc

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ac73ea2bdc6f26dd6ecc92d7f0e520e75ac09087]

        Fix a silly mistake.
        
        Change-Id: I3e196f85dad3753d939af3f3ff4a55f6d9a0b69d

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [902e1b4ed8d94bd6ee8529464abc30254165ce55]

        And another "error: control may reach end of non-void function".
        
        Change-Id: I5fb091f94e21f37c99583470326868b9fbbb5ca8

2013-07-19  MÁTÉ Gergely  <sportember@caesar.elte.hu>  [89efc98c8e0af18f07cb0b0e04849a260808041b]

        typo fix in comment
        
        Change-Id: I4c4d9927f6165b3febd089bc5cfb6af188aedcf0
        Reviewed-on: https://gerrit.libreoffice.org/4990
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4eb1ac0b7aa680c6128b866e15fccf29c6c2882d]

        Fix "error: control may reach end of non-void function".
        
        (Mac seems to complain despite assert(false) being present in the only
        non-returning branch.)
        
        Change-Id: I2bd71cdfd47e435741d8fcbcecdf06767aebdd6b

2013-07-19  Siqi LIU  <me@siqi.fr>  [dcae25c5edf083b4beabcd91215df686d7aa24f6]

        server-end bonjour protocol implementation
        
        Change-Id: I2676d5ebb7da232141769c44b7e5de13c257954d

2013-07-19  Siqi LIU  <me@siqi.fr>  [6037852b701d42217e934eba4f1a53d1a7a6cfd1]

        plain tableview to grouped tableview
        
        Change-Id: I561eaf841b04ab2eb7721b385689110a7191d2c1

2013-07-19  Siqi LIU  <me@siqi.fr>  [793f19d17111af6b79713f98a1e841d6e132248f]

        bonjour autodiscovery for mac osx, let me know if it crashes on other build
        
        Change-Id: Ibbaa7b583aaf48b28a913dfd8c12742b76c31d82

2013-07-19  Tor Lillqvist  <tml@iki.fi>  [b5e915acd523fa0d2ebbd6629e96b61975de59c0]

        WaE: unused function
        
        Change-Id: Ib89d2f1321c5a926f67ad473c1612b550025cdfc

2013-07-19  Eike Rathke  <erack@redhat.com>  [226ae6dfd00b748753804c11690089e4346b5eb2]

        return NULL instead of abort for C99 vsnprintf()<0
        
        Change-Id: I450c2369fdd2327a0b565d6c111b2d03679bed3f

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [3305fd648f9f17145620954e24ade4d4ea62d60f]

        Only do the WB_TOP hack for radiobuttons
        
        RadioButtons are the only ones abusing WB_TOP for image align, so only set it
        for those.
        
        Change-Id: Ie616b132c6771c4233295703ee56e60131c477cf

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [b163772e77e64261b62a9e8196799a499e4ef77d]

        Resolves: fdo#48835 complete application menu
        
        a) reorder entries to the original design idea and add missing New
        b) forget about stripping the appmenu entries from the normal menus
        
        Change-Id: I70ae9d377e4ea9285940eaef5c687fb1ab50193d

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [1bf191e88ead2a0e998045eae10326dd9cb0f9ef]

        GUI improvements for RNG, sampling and desc. statistics dialogs.
        
        Change-Id: Ie34267d180015ae10d536d302ab4d206548de761

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [ceefeb680b30908487388e4e4f9b3aa36d173a75]

        Cleanup of RNG, Sampling and Descriptive Statistics Dialogs
        
        Change-Id: I659b4bed483fc06fa5777236d6ebec22f6c7f391

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [fa20e0dd67c1da8fe8653f163e0fc6743934e7ae]

        fdo#66477 Add descriptive statistics calculation to Calc.
        
        New menu entry in "Data>>Statistics>>Descriptive Statistics..." to
        quickly calculate basic statistics for a row of data. These are
        Mean, Standard Error, Mode, Median, Variance, Standard Deviation,
        Kurtosis, Skewness, Range, Minimum, Maximum, Sum and Count.
        
        Change-Id: I7c4a75adf7731f42f9c7f8e741ff1b5fa245c1c8

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [c7005a1b5b89392b82e20f952814fa6d5bc5b06e]

        Add "Statistics" submenu in "Data" for statistics analysis tools
        
        Change-Id: I36b65da3a5fda8046b6588cb82e6e41a8fc51e9b

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [58ae71c6e859a27103aa4720da7f1a6dc2823156]

        Cleanup RandomNumberGeneratorDialog .ui
        
        Change-Id: Ibb501e7b49fa0de6ad280d893433a1a0a22065ca

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [a3759155707ee18ea5013bb42da93fbe9894a0cb]

        SamplingDialog: add random and periodic method of sampling
        
        Change-Id: I1ed75d1434751da017070fb6903f6288defa02b6

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [f2c9aa43666101c6970ea33f50fb4e780b99b97c]

        fdo#66477 Add sampling feature to calc
        
        Initial implementation of SamplingDialog.
        
        Change-Id: If26e8561705229f83777fb50d53c86b9fe056ffa

2013-07-19  Tomaž Vajngerl  <quikee@gmail.com>  [d2734a6ae65dc655787ba5a48d1fb5f44905a937]

        Cleanup RNG class & .ui
        
        Change-Id: Ic43e2d7928765900bce109f25dd4dc6e2adf8c5a

2013-07-19  Csikós Tamás  <csks.tomi@gmail.com>  [b1949c08bb32a30d28a4bc154fd43a003b1be307]

        Updated core Project: help  a69f6c251b155dfd40aeacf83a21951cdb298898
        
        update help ids for sub total options page .ui conversion
        
        Change-Id: Id89c30fb2393f7c9216f56ffd782ec56b13aab2c
        Reviewed-on: https://gerrit.libreoffice.org/4984
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [420c0b184210b8cdd48527536dc36a444573f408]

        convert percent dialog to .ui
        
        Change-Id: I28d15741f4d5408afc5f628bd7416724f7ab2eef

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [6f28fa72d68c893dc284a5b47ba08bde0f4a074f]

        use VclComboBoxText to set max width on listbox
        
        This is to avoid the problem that happened as fdo#60764 in a similar dialog
        
        Change-Id: I88e68032467f06429b49f89a658212b0d6222f15

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [538dedcc295fd6943e4277d8517acfb72fc3f3a8]

        Updated core Project: help  ed0bd6de3bb8442aa3a2a6009e88d424ff323ac1

2013-07-19  Csikós Tamás  <csks.tomi@gmail.com>  [6a5a5c98746a08de078ea05d2973806f7e542928]

        modern .ui widgetlayout for subtdlg/subtotaloptions
        
        Change-Id: I05ced583bf342a4a688a7a5bbf1bb9a64ebc711c
        Reviewed-on: https://gerrit.libreoffice.org/4983
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-19  Michael Meeks  <michael.meeks@suse.com>  [9b0ba41906f69b2364b11621ba2397f6a15a57e7]

        fdo#67045 - cleanup slideshow / screen string usage for 4.2.
        
        Change-Id: If71567e2b6c6cfed8860677254d60fce60f63e14

2013-07-19  Andras Timar  <atimar@suse.com>  [2dc7af1f7a3925f2435cbd5d402a4c9fd0ee7bda]

        Updated core Project: dictionaries  60f4c3b0227f18061387155c9831d761c659ce01

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2fcef1b2e302668d1c8fc4cc13c9851eb04e22be]

        Implement FResultSetMetaData.
        
        Change-Id: I5a3ff140b68139d5b34c1d146a0e0d6544dc9548

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c277e307692af4b1aa33d1e3d358a60f62230ff8]

        Implement String retrieval (firebird-sdbc).
        
        Change-Id: I85ed3a0c7cd473d89a48f4b35a94f3ca5fd72a11

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6f0a454c0405cb1593aa97a0df7971d520a61e90]

        Templateised retrieval for integer types (firebird-sdbc).
        
        Change-Id: Idef6a6bcf30d2c334c0809ea3d72b3650d4e3563

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [00d533e34c25eb5699fb19aba6b16007c1cc07c1]

        Remove internal caching in FResultSet. (Breaks firebird-sdbc for now.)
        
        Change-Id: I99d764b1464c264d70c777ff212eaa4e8eba7c71

2013-07-19  Ciorba Edmond  <edmond_ciorba@yahoo.com>  [3858ec8a621f2a6c867381b14a8f53fc5bcbef8f]

        Updated core Project: help  59090e419fef3a6ec7a5270585d72312dafb78d2

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [0dd6381dfc42f69b48c3b6a73f62af13d4bd3ffb]

        Updated core Project: help  12333f39d3d01add2f4cba255b64364a455d886f

2013-07-19  Csikós Tamás  <csks.tomi@gmail.com>  [a0de2add9c6e111749d3f14f4c57d6498952fa1d]

        Updated core Project: help  e4526b209da16ffbbad6cff4dc10de41f0b3e133
        
        update help ids for standard filter dialog .ui conversion
        
        Change-Id: If608070b1495305747be0b0e5ed3262e4bc8d269
        Reviewed-on: https://gerrit.libreoffice.org/4978
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [6b701fece42d4937e4cf3a8a2e9f42c25ebd807f]

        lost contents of cond1
        
        Change-Id: Iafa9f4d21f02b936328b93df36fd2effbcebab6e

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [077f2a93f303a6d796df4be920a1b3bcbcaf23d3]

        restore refedit button hackery via Expanded callback
        
        Change-Id: I9a4c2a98a46c39ab1460582c1621dadea5674f8c

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [ea3edee44ad4796f6fc68190b7d03f8c8917c313]

        callcatcher: update unused code
        
        ResId loaders begining to melt away
        
        Change-Id: Ied10d95f6561f24b2305d202847b7e7c39eb63c3

2013-07-19  Csikós Tamás  <csks.tomi@gmail.com>  [1399a51fd6c2644dd1dc2c79d3448deeacbb2c9d]

        modern .ui widgetlayout for filtdlg
        
        Change-Id: Ibb6b9111ce718f0513f57373108887f91e3bc569
        Reviewed-on: https://gerrit.libreoffice.org/4972
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-19  Eike Rathke  <erack@redhat.com>  [d44f14946aecd179fadc9c473f212181a035da1f]

        unused variable 'aStrFieldName' [loplugin]
        
        Change-Id: I29d73fc3188b197c78cf7c57ca25f8ce57aca25d

2013-07-19  Noel Grandin  <noel@peralex.com>  [ab5eaec0984d562140a61e1320c39fdb82ec1b3b]

        remove Application::GetWorkAreaPosSizePixel
        
        This internal API has always been problematic because we cannot
        support it under the Linux toolkits, where it has in fact always
        just returned the size of the screen.
        
        Change-Id: I406bcbca8a4161b4261ef46940823bb07c6ad18b
        Reviewed-on: https://gerrit.libreoffice.org/4976
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [86b8b3b7e0fd384378f76e21ff170c76ee0ab7f5]

        WaE: returning temporary
        
        Change-Id: Ibb401d8df817ca700a806ef28ac359e0b74ec3e2

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [5652d862bb32940f9bca338a2143916f70a6f036]

        add a callback mechanism for post-expansion mode change
        
        Change-Id: I9219706bcc54c846b846550d88fef1e29f7cb63a

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [11b8aaf293daac9f91fe142637788445d5f80419]

        add EDB 26517 test case
        
        Change-Id: I463c390259f0ddc73497fb5c87fc55bea1887735

2013-07-19  Caolán McNamara  <caolanm@redhat.com>  [8ac3b0ddabc235dd5696cda4576d489b1c9a868c]

        minimize the scrollbar optimal size for the variable direction
        
        Change-Id: Iae8647f5827bee1f0939d3da4e03b5312588bbfd

2013-07-19  Andras Timar  <atimar@suse.com>  [6a0d53300c09a37a8524db72a97d49e1adf7b5c4]

        Updated core Project: help  c7362eccbd333bcfc919bc981a4c10327fdb6c8d

2013-07-19  Lionel Elie Mamane  <lionel@mamane.lu>  [b04304dc451eff799331ead72fbe7b0c4b545775]

        janitorial: remove unused, add const
        
        Change-Id: I1c0509d2415130fe654c09424ea1f8ce8e069602

2013-07-19  Lionel Elie Mamane  <lionel@mamane.lu>  [db91a572fbd290cd82d46295ea57f01cbc031c2b]

        fixup
        
        Change-Id: Ie2d4baafd775d1b051148b84d6227548a75837f8

2013-07-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [8529e885186dc1f5aef83cc089ddf5c843acd3d0]

        Cleanup String in connectivity
        
        Change-Id: Ica1cf0ac9e9da9c943e50ba77b1ce4a9dc7f8300
        Reviewed-on: https://gerrit.libreoffice.org/4895
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-07-19  Muthu Subramanian  <sumuthu@suse.com>  [b086fe7003ffbf5ef991d8cd88f4b9cde4359996]

        Re-set bitmap mask after applying the duotone filter.

2013-07-19  Michael Meeks  <michael.meeks@suse.com>  [546c883eee3f263b33892fc83e1f697d1450a59f]

        clarify a different meaning of WorkArea.
        
        Change-Id: If7f3de537f5aa2d0322c59fe1cff04a3b11aaab9

2013-07-19  Muthu Subramanian  <sumuthu@suse.com>  [6fd347855f461f4ec2f0c54d79a1b20f3095b858]

        n#820077: Use duotone with GraphicProperties as well.

2013-07-19  Jelle van der Waa  <jelle@vdwaa.nl>  [9ceb7f65f7f10ab027f2034bd663a5b410d31659]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I8ab8f69413561c5e5a198bb11f07920720c48d25
        Reviewed-on: https://gerrit.libreoffice.org/4886
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-07-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f351c1399313aab9533bd9b0451a1e7fd76e2204]

        allow to build for Windows XP when using Visual Studio 2012
        
        VS 2012 Update 1 added the possibility to target Windows XP by using a
        SDK that is based on the Windows 7 one.
        http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx
        
        This patch probably should not be integrated as is, as it disables a
        test that fails in this configuration (CppunitTest_connectivity_ado)
        
        Change-Id: I3ba8723882452950c40049ccdc95b04c60862cbf
        Reviewed-on: https://gerrit.libreoffice.org/4966
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d739440d434e3c2caf02a241d9cde2610d5df1b4]

        Remove duplicate propertyids.[hc]xx.
        
        Change-Id: I488cea6e34180d46fecfc169e4368159c67bb0d4

2013-07-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5045308328e5a5734c7652183e845c8c981bc49b]

        Use one mutex per connection (firebird-sdbc).
        
        Change-Id: I1c21163bb96d565eef29508df179acac7b066ce6

2013-07-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [925a7a2e4b3178ac5aeebb358912fc6d220e76b1]

        gbuild: add support for auto-creationa nd reuse of binary package.
        
        many so-called 'external' libraries are built using the
        UnpackedTarball/ExternalProject pattern, and their build is quite
        stable... they can go month without any changes.
        Yet some buildbot, that need to do full build, build them over and over
        again.
        This patch introduce the infrastructure to shortcut these build by using
        a binary package of the build result
        
        Change-Id: Ib0daf2a9d1a1f76802273c093bae7df8da4a90f8
        Reviewed-on: https://gerrit.libreoffice.org/4764
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [75681099758e5a03b7cf95ce056634093e7acfb6]

        gbuild: add an intermediary 'almost' target to Module
        
        This patch is a preparation work for a later patch. that introduce
        automatic creation and reuse of binary package.
        In order to be able to run a task after every target of a module
        have been completed, but without the need to enumerate them all
        to that post-module task, an extra intermediary 'target' is introduced
        the 'almost' target.
        every registered target of a module are depeendencies of 'almost'
        and the old done-target for the module now has almsot as dependency
        
        It then become possible to declare a target that is a dependencies of
        'done' and has 'almost' as dependencies to guaranty that
        this target will be run after the module'w work is completed.
        
        Change-Id: Ifa2bc66e3a5554bf5e85785e1582c57fd62ada5c
        Reviewed-on: https://gerrit.libreoffice.org/4763
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-19  Lionel Elie Mamane  <lionel@mamane.lu>  [2ea2648bdc63a9f3b29b2ff4f377aedb45cc45fd]

        configure.ac properly use pkg-config
        
        Change-Id: Ib45d9defd94c8c61250aa249daa1c3312574a684

2013-07-19  Lionel Elie Mamane  <lionel@mamane.lu>  [caad64af7b3a7fb143ba5db6ec167a72e50b983c]

        fdo#67061 bring install readme in sync with changed reality
        
        Change-Id: I919311bf8e84b3bd4fbdc595b45625862575405c

2013-07-19  Eike Rathke  <erack@redhat.com>  [2cce78137bbf9810421b9fdedd45127b019b1188]

        small cleanup in [hr-HR] locale data, fdo#66376
        
        * moved new FormatElement to the end of the list
        * changed date formats 24 and 52 to use NBSP
        
        Change-Id: I64268d29860d9c65ba27873131f00a75c19f105b

2013-07-19  Krunoslav Šebetić  <sebetic.krunoslav@gmail.com>  [38fc4d86d96c8d4c9b79299f83fd005ac3bef85c]

        changed Croatian [hr-HR] locale data, fdo#66376
        
        Date format codes, Collator and IndexKey data.
        
        Change-Id: Ia48170c59c733f5540fc42fc7ae43df70918a0cf

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [4843d5e8865d2f63f408f464e28be9440cb1ecc2]

        Related: fdo#48835 reuse Mac appmenu translations
        
        to-do:
        a) dig around for the setting to toggle-on/off
        b) block the normal entries in the menus and
           merge the mac build-time hackery to block
           menus into per-platform run-time lists
        
        Change-Id: I8fc3657ccc6d1881d4345c0ea73b05f6a29b6e07

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [c2fc6a5c46e1f3a825ba707cdd677eae7e1a688f]

        Related: fdo#48835 run everything through the uno dispatcher for clean quit
        
        Change-Id: I175eb959e7decbabce142ecedc09f09bd9764641

2013-07-18  Siqi LIU  <me@siqi.fr>  [1bf276ba6e0486bc8ccc74a219dd2db8acfcff03]

        add pointer in receiver...but don't know how to draw that point
        
        Change-Id: I49493e87a0dab66a6b5abeb086afb51f5631b456

2013-07-18  Siqi LIU  <me@siqi.fr>  [0025dd19c997d121c82c54a5af546256de32d413]

        Ask users to reconnect if connection lost
        
        Change-Id: I8b2da585e506e6ff529e0650c27429bb460185c8

2013-07-18  Siqi LIU  <me@siqi.fr>  [7753cd008a4ad0be6b97635f9f6d9c5a8c0acbdb]

        comment out updateCurrentSlide(0) in presentationController constructor as it causes remote control to receive 0 as currentSlide whereas slideshow started from the middle.

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [98ded3e42011b060368899018c07cbd32e7993f1]

        Related: fdo#48835 turn into unreadable goo to get correct options context
        
        i.e. so that appmenu preferences for writer includes writer options and
        calc gives calc options, etc.
        
        Change-Id: I54a14eea13178c734ce257d65b9666014b831335

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [37a1484535e2596afa6c871d4b288df0759459e1]

        Avoid ORowSetValueDecorator as it seems broken on some platforms.
        
        Change-Id: I47c3be3faf62df2b8124f1c773d20a41405c4bbc

2013-07-18  David Ostrovsky  <david@ostrovsky.org>  [f20313f9ad1803a2cee313b2c2075349b07ec6ad]

        fdo#65761 yet another gbuildification bug
        
        Change-Id: I88bdd3f0e1cc49b21579043ceaf42616fe2f2493

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4334fa679ea9717c755d1338035a4864e0226849]

        Don't use std::vector::emplace_back (requires C++11).
        
        Change-Id: Iedb4f0953de0c027b73327b97714e82cba1f00f2

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [c6d4c18c7ccf047bdb0ca1b65d8f63efa5d8422f]

        Related: fdo#48835 first cut at a GNOME3 appmenu
        
        to-do:
        a) dig around for the setting to toggle-on/off
        b) translations
        c) block the normal entries in the menus and
           merge the mac build-time hackery to block
           menus into per-platform run-time lists
        
        Change-Id: I623f029722b71dde6e60f289c7339a96e2dfbf8e

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [92750635f260175ae5e37eabfbe29974b29623e7]

        Use ORowSetValue (FValue) for storage in FResultSet.
        
        Change-Id: I39b1f5ddf81a7e4cc881b17bf0567aadcbcb0d52

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9064010ad5b5ac12e0c3ef085a0f0ee56add500d]

        Ugly/temporary hack to have SQL_SHORT working again.
        
        Change-Id: I33dda57ce5d13ef9d2aff44e2f4949aa634ff0da

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3d01edb5ed4c9eaf43b1a1d6049b5ae497372dc7]

        SAL_INFO in checkRowIndex spams output.
        
        Change-Id: Ie23cc727acaaa8104101c8c69d26094f90523ac5

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6fbff56dea641bb0ee27bf7c2e6d864821b856bc]

        Cleanup SAL_INFO debugging output.
        
        Change-Id: I7d9a94e42da24557a986a0613bcfcbf1234b952d

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e63194a8a22d68746affa9c3930443ce47a84f2f]

        Implement retrieval of basic types from firebird.
        
        Change-Id: If8f78d83544e92a429ad5e5e5f2ff673b7f0b2fb

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fefd6fbab1d4666a2872bc38d98e832f05398359]

        Move data retrieval/resultset population from constructor to on-demand.
        
        Change-Id: Ie380ffb07d7246923304de0b43f41015182ee05a

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [630c95503ccadd0d4912fa3a8ed2ff0c9538da08]

        Refactor row number access.
        
        Change-Id: I876c4ee1a0d5daed5ff9ed09b4d37babb0029612

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [95ee08a98b7e7fc49ec8155bf41e905764efd8c7]

        Improve formatting of firebird-sdbc error messages.
        
        Change-Id: I5892b8bd6dd2d63655dbc0781aa038b60546317b

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c0c5d960e7e272b84a198f8d6e530f05156907f3]

        Replace raw pointer with Reference to Statement in FResultSet.
        
        Change-Id: Id4019470cf1d2723ea46f3d8ea09e75eb947aed0

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3fd07e5261959d83e428e10966b39132d591a583]

        Sanitize sql strings for firebird. (Quotation marks unsupported.)
        
        Change-Id: Icb0dc42d97bc1654831dbba9e184b7a0be144e6e

2013-07-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c28b720186f67392446a93b2d6ecf9df547068a4]

        Refactor FStatement to use transactions from Connection.
        
        Also some furthe cleanup of various parts of firebird-sdbc.
        
        Change-Id: I008e1011632d628633f34c0893e656be054de637

2013-07-18  Michael Meeks  <michael.meeks@suse.com>  [ee4569efa8322497112e8e951a67b9adca4ac55e]

        fdo#67045 - fix several nasty screen selection issues with presenter console.
        
        Also add the ability to select the external screen (whatever it is) to the
        configuration dialog.
        
        Change-Id: Id2d157eafff0031d7ae9fa2140d7022ae4a0cc6b

2013-07-18  Jelle van der Waa  <jelle@vdwaa.nl>  [8ac71b29eeca8b025d7548e1cee519277af7b90f]

        fdo#62475 removed pointless comments
        
        Change-Id: I85bee68e89c41642b2da72e11b695588b3dfe346

2013-07-18  Petr Mladek  <pmladek@suse.cz>  [defe6adcdf2d808eda4767bafd383a22efc98334]

        use correct package name in libreofficeX.Y-debian-menus package (fdo#67041)
        
        Add back the missing "-debian-menus" suffix. It was lost during gbuildisation.
        
        Also add the X.Y version. The files and menu entries have been versioned
        since LO 4.1 but we did not versioned the package name ;-)
        
        Finally, fix typo in the package version definition and mention the
        release number again.
        
        Change-Id: I26e1664349c326db199905e6c5b1efb5d2d1723c

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [4a578dc9c7b9c5697f624807790565c99ccb919d]

        Resolves: fdo#66924 switching to master view is broken
        
        It seems 0143805a565418d2a114c16b7eeba3b784176d9e wanted to not call
        SfxShell::Activate from ViewShell::Activate and removed that call and added an
        explicit SfxShell::BroadcastContextForActivation(true) (which is the body of
        SfxShell::Activate) to OutlineViewShell::Activate for the case where it was
        apparently wanted.
        
        Then DrawViewShell::Deactivate had the call to ViewShell::Deactivate removed
        persumably to avoid calling SfxShell::Deactivate via ViewShell::Deactivate
        
        But with ViewShell::Deactivate omitted switching to master view is broken, it
        does quite a lot more than call just SfxShell::Deactivate
        
        Restore the call of ViewShell::Deactivate from DrawViewShell::Deactivate and
        remove the call of SfxShell::Deactivate from ViewShell::Deactivate and put its
        equivalent of SfxShell::BroadcastContextForActivation(false) into
        OutlineViewShell::Deactivate to balance OutlineViewShell::Activate
        
        regression since 0143805a565418d2a114c16b7eeba3b784176d9e
        
        Change-Id: I5175378af6a6527a8be4d5011f13029d028b4304

2013-07-18  Takeshi Abe  <tabe@fixedpoint.jp>  [a2e599f16ba253c706aa84d0a17f2936f78c3892]

        Mark as static and/or const
        
        Change-Id: I45a890bb793a6d92546c05bd75738d4dd753a01e

2013-07-18  László Németh  <nemeth@numbertext.org>  [90e3d0fef329917218ffb121179e06ab73ff01a5]

        librelogo: fix LibO SVG export for W3C Validator/Wikipedia
        
        Change-Id: I19b01b08ab08540cc8e9f7255d13663ba7ce1d02

2013-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4f4bed9b46eaaf9ab483d7c1b9ab31fb49838c99]

        Test also the IStream part
        
        Change-Id: If36de8daffb547b07d1417863ccc1a7904b379a5

2013-07-18  Noel Grandin  <noel@peralex.com>  [a25778abd898fae829d3910798f32089e455984c]

        fix warning
        
        "-Werror=unused-macros" was firing on non-debug builds, fix by inlining
        the relevant warning message macro.
        
        Change-Id: If2fba2410bf985ec51faaa94c61b2e224fc65328

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [eb3c79c29d9a1963fca2f7c3a9d908dc175c480c]

        ditch some XubStrings
        
        Change-Id: I4e54102819123a0b10fcade20df3485ec86543d0

2013-07-18  Miklos Vajna  <vmiklos@suse.cz>  [3083cadd7a88f4d839f01d3f282af2909efc93bd]

        merge more copypaste into assertXPath()
        
        Change-Id: I8ee063454e6de98ed134877d6298b6a772cf1e7a

2013-07-18  Miklos Vajna  <vmiklos@suse.cz>  [4210c68f7504a9cfb2272781956355679888fc18]

        merge copypaste into parseExport()
        
        Change-Id: I5a680e3853d2411b00de1e286fce08d30b368ad7

2013-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2adf469b425a8986c68f3f9ffdb8c389f84d6f4e]

        Try to make the ziptest a bit more generic
        
        Change-Id: I2a380ebcc2b32fbb8e1c0ae6b83b5f34291e5d1d

2013-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cfda5af070ef3dff4f7a8cd638be9c1cb5519a82]

        Trying to resurect the zip test
        
        Change-Id: Ic022f25a4f8d69b8d60bea7974900db5223e1251

2013-07-18  Adam Co  <rattles2013@gmail.com>  [389f017ab17f9ebc613994b9af7c71f9219baf70]

        fix DOCX export page border - interoperabillity. export case #2
        
        This is a fix for the 2nd case of export of a page's border.
        The case is when a border's distance from text is larger than 31pt.
        In such a case - LO used to write the value as-is,
        which caused a problem in Word.
        Now the fix checks the value, and if it is larger than 31pt -
        it converts it to a distance from the page margin.
        Based on the problem described here:
        http://wiki.openoffice.org/wiki/Writer/MSInteroperability/PageBorder
        
        Change-Id: I79f721adc71ac744eb332fbf3fea8070e41ddabc
        Reviewed-on: https://gerrit.libreoffice.org/4959

2013-07-18  Petr Mladek  <pmladek@suse.cz>  [9642c6e66dd04ff3d91499cc1184c80a5d6d1707]

        debian-menus packages should not conflict with older versions (fdo#67031)
        
        All the files and menu entries have been versioned since LO 3.4.
        There are not real conflicts with older versions or native Debian
        packages any longer.
        
        Change-Id: Ie3afb8b506cb23767b52a5f9cf1c721521e60ec3

2013-07-18  Noel Grandin  <noel@peralex.com>  [214a4ec9cef0a0c046af66f3249d623c8cbaf8a2]

        fix windows build
        
        which I broke in 32eaa77
        "fdo#46808, Convert frame::FrameControl service to new style"
        
        Change-Id: Ie7cd26714f2d6cb0e767439a2b1d4832cfc74a4a

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [2fc0c9ad1ad7f65a72c00e17432aad87bf9cb8ff]

        widget layout: MenuButton needs to extract relief too.
        
        Change-Id: I648d6b83c21728802b391aba4fa279996a1aa8d1

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [acdfc322e7da5d48dc7a304e5b56fe62a3edb9f5]

        Move comment.
        
        Change-Id: I7c35c6878455fd68eaddd75b39009a59352dd2c3

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [410b4319a7fb3a0a0f025a2180b0b364092da8bb]

        startcenter: No need for special GetFocus().
        
        Change-Id: I789f21e035f864d5b7ac84700a62a1c81f53c2be

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [8e5e98b609a9dd61f5d8dfa3498f98b8d9b1fb08]

        startcenter: Re-introduce code that handles accelerators.
        
        Change-Id: I171de7f63e644c9446a76f6ade592c8242cadcac

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [d05bf07eb7535ae6459567567ae48b1f58918ff6]

        startcenter: The explicit Show() is not necessary.
        
        Change-Id: I6e817a6c5465adb02f5431737f2ac649ac0274a5

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [7cd028fa8a3d89b747a9bfce79a0f8f4f37f8280]

        startcenter: Remove unused headers & members, move consts to .cxx.
        
        Change-Id: Id163a02ac663141f113195bfc68fcedd6c4dc500

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [27a74e74bb17f81b15dc41c0dc37dd4dffaa85cd]

        startcenter: Simplify the button setup & make it work better.
        
        This fixes some drawing artifacts previously visible thanks to the
        SetPaintTransparent( sal_False ).
        
        Change-Id: Icd6fb222e2d78f02cd298b02afbfa8e652c4566f

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [0b07c120a0236b9a9ac5e93f98770c94c06fcd3d]

        startcenter: Make the Open button work as a MenuButton.
        
        Change-Id: Ic02a271c0c2b892e0dca0a07a5c2ff9a7862ab9f

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [82b4dbf25ed6641f4baf6d3fa5183bdc00baca69]

        startcenter: The window & strings are initialized in .ui, remove from .src.
        
        Change-Id: I951e4bc12696a2cb5b1b93f28de25cd4783b9387

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [019cec3ea4cfb94f0fa2689efb73019182390bed]

        startcenter: The images have moved to .ui, remove from .src.
        
        Change-Id: Ib83a8903062f40f9e64d93a2afe5d7d088f8451a

2013-07-18  Jan Holesovsky  <kendy@suse.cz>  [0b3b4d94eade52996acb5efaddcd9faceae55450]

        startcenter: Make the widgets in .ui resizable.
        
        Change-Id: Ifc34e80bfcb71e041e7adb444c464ba917fea2b1

2013-07-18  Krisztian Pinter  <pin.terminator@gmail.com>  [7ced337e1f0e1fae81ff7f196e59e558b729bdde]

        startcenter: GSOC Use Widget Layout for the Start Center
        
        Known issue: after starting a module from the startcenter,
        and closing it, the buttons for the modules remain stuck
        after hovering the mouse over them
        
        Change-Id: I50883868764565be62a2f123a832154ef015e763

2013-07-18  Miklos Vajna  <vmiklos@suse.cz>  [54518a209d0ffe00f8e391472da92e398c474392]

        fdo#65632 RTF import: send NS_ooxml::LN_trackchange only once for one range
        
        The problem was that in case we had
        {\deleted foo\b bar}
        then both "foo" and "bar" triggered a trackchange, but "}" only ended
        one, resulting in overlapping redline ranges. This was cought by core,
        but caused a performance problem.
        
        For the first bugdoc, before:
        real    3m57.803s
        after:
        real    0m3.072s
        
        Change-Id: Ibf6f2db30109f0b9a2571d2e4fb3cc76294f68d1

2013-07-18  Noel Grandin  <noel@peralex.com>  [99d8ce56ecfc4af77cf9b2dc1120d821cba20bee]

        fdo#66762 - Other: com.sun.star.awt.DisplayAccess removed
        
        API_CHANGE:
        
        I removed the undocumented internal API
          "com.sun.star.awt.DisplayAccess"
        in commit dde234b6955a421d51d2b37e4fc3972c660146f0
          "fdo#46808, remove awt::DisplayAccess service."
        
        However, it appears someone was actually using this.
        
        Now, at the same time, we have a method in XToolkit, getWorkArea(),
        which looks like it was designed to return this exact information,
        but which has been returning zero for as far back as our commit
        history goes.
        
        So, to kill two birds with one stone, this commit changes
        getWorkArea() to return the information the customer needs, to wit,
        the size and position of the primary display.
        
        Change-Id: I76300bac604e9e4b7be95b0872a7f95cb6781903
        Reviewed-on: https://gerrit.libreoffice.org/4919
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-07-18  Caolán McNamara  <caolanm@redhat.com>  [37a3f9638315483114380a461f60abeab7809a3d]

        WaE: assuming signed overflow does not occur when assuming...
        
        that (X + c) < X is always false [-Wstrict-overflow]
        
        Change-Id: I63880bf27ab7e34eb9e0be682b39b80b71d65103

2013-07-18  Noel Grandin  <noel@peralex.com>  [32eaa77db33b3b1f5793e92167b9f8c2708ea543]

        fdo#46808, Convert frame::FrameControl service to new style
        
        Change-Id: I38fc91e70d99472a4336250acd5c7dc3457b21ab

2013-07-18  Noel Grandin  <noel@peralex.com>  [8ac910bb21517a127616d1e08e2fc9b7a99ecd68]

        remove some useless comment blocks
        
        Change-Id: I3fd6c7ee6ae5b6c634c14ad9d60ae4abc8c03880

2013-07-18  Herbert Dürr  <hdu@apache.org>  [1ff69ad5524017914904fd572f1c4b860be81971]

        Resolves: #i122767# disallow pre-standard C++ for-scope
        
        (cherry picked from commit 197b1ac3007b870e6c51ae9c767ad4f2a340e799)
        
        Conflicts:
        	odk/settings/settings.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/inc/set_wntx64.mk
        	solenv/inc/wntmsci11.mk
        
        Change-Id: I266a0d7672839b4568e76b7223aae15d82cd9a63

2013-07-18  Ciorba Edmond  <edmond_ciorba@yahoo.com>  [0218b0e2fa510d7acd7413dbedefd9ad50257f76]

        fdo#65457 -  Provide visual clues in presenter view.
        
        Change-Id: I225ae2dfa467df824d2586a05c8b8b576a43e8dc
        Reviewed-on: https://gerrit.libreoffice.org/4929
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-18  Andras Timar  <atimar@suse.com>  [1dbb3884b49c50fc9ab23e825acb169cf28d243e]

        fdo#66981 descriptions should start with upper case letter
        
        Change-Id: I4821b2821af6b328f4e295b20709a84ce259ef5b

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [066bce8b1e6255be81eb6aaa384a50562c08d223]

        grr, forgot the disabled expanded foo
        
        Change-Id: I7a32e00c740f1c911e92c845d0181713362fefee

2013-07-18  Michael Stahl  <mstahl@redhat.com>  [498e39bd0c7ad0e885dbd19990dc39ba088713ba]

        *api: tweak docs
        
        Change-Id: Icc470b284cc511facbe7479d3d04f033ec4e19e5

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [9ae13870b7779daac1dea0dc50fe6418c80cc48f]

        Revert "firebird: pass link options as LDFLAGS"
        
        This reverts commit 3136c467dcfc3fe457ccc974684333f431f0af61.
        
        Strangely firebird's build system apparently uses LDFLAGS on Linux
        and Windows but not on MacOSX, whereas CXXFLAGS are consistently
        put also on linker command lines.
        
        Change-Id: I87dbe69a8d85b058ece9170105bf928cbd22db85

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [37fec0f868fc92ff625b48af4bab57b9066abbfc]

        Updated core Project: help  d87de0c383537470900fcd7dc78d534e1f9c3f7c

2013-07-17  Csikós Tamás  <csks.tomi@gmail.com>  [bdb88187b4c057080d93c2b18b41c483ca53eac3]

        Updated core Project: help  a9a5eef71062ee0fe8ab18845166af73f6e25a00
        
        update help ids for advanced filter dialog .ui conversion
        
        Change-Id: I3f4ed027caf18871f6642eb96c2f857d77cad242
        Reviewed-on: https://gerrit.libreoffice.org/4961
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [ff85d31495d764acb4796efbc52f666e8e432f75]

        wrong widget name in wrap page .ui conversion
        
        Change-Id: If29d55eaa2fa58ea907611a93b90a1e41178a6da

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [a2204ecb852a42bd7b4d05e7d22dcfb8e2e445cf]

        set the widgets to get the extra title text from when in shrink mode
        
        Change-Id: Ia809ab852180f0422a16b2fad5d93f35a2e6f604

2013-07-17  Csikós Tamás  <csks.tomi@gmail.com>  [0ef78be4576672a74cdad1dfb48a9e918c48be27]

        modern .ui widgetlayout for sfilterdlg
        
        Change-Id: I0182338fe2d70d6484d2e7edc2ee621d1a19f150
        Reviewed-on: https://gerrit.libreoffice.org/4934
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e81b1f23c49e35c1cde1faa44281812e97be60f5]

        remove gb_LinkTarget_add_noexception_object
        
        Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45
        Reviewed-on: https://gerrit.libreoffice.org/4955
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2bf530153e9fb24aef62bf5e16e23ea1412887dd]

        kill gb_NoexPrecompiledHeader
        
        Change-Id: I34b6cc6eceb8f326ba7e353d3d1aee3c93ea02bd
        Reviewed-on: https://gerrit.libreoffice.org/4956
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-17  Herbert Dürr  <hdu@apache.org>  [32f8e2ae7f087f1457167293ee77397a5876a4f0]

        Resolves: #i21548# add context menu to code editor part of Basic IDE
        
        for now only with cut, copy and paste but can be extended
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        
        (cherry picked from commit 82170a2180449bccb55b5091571dc79ec6fc7b51)
        
        Conflicts:
        	basctl/source/basicide/baside2b.cxx
        
        Change-Id: I2654eb073804cfe6936fa98e859800441ee34e42

2013-07-17  Herbert Dürr  <hdu@apache.org>  [3a2c872b90f4d1af212ec55dcdd4bcd3e16d61ae]

        Resolves: #i122759# prefer the UIName for the list of...
        
        "Always save as" filter names
        
        the listbox in the Tools->Options->Load/Save->General->AlwaysSaveAs listbox
        did not prefer the localized UIName, so sometimes the internal filter name
        was shown in the user interface even when an UIName was provided.
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        
        (cherry picked from commit 963530a3b78ace2e21cf73c161996f613256b367)
        
        Conflicts:
        	cui/source/options/optsave.cxx
        
        Change-Id: Id83dd0859275a8b0ac52bfd65bd1fd7dcfb4362e

2013-07-17  Herbert Dürr  <hdu@apache.org>  [f39e8cadc74573a787641615406777da5a9e5343]

        Resolves: #i116828# fix comment in XGridColumn IDL
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        Found by: marcelly@club-internet.fr
        Review by: Herbert Duerr
        
        (cherry picked from commit 17f5e0140232f9483dd461a0ea58d59b11280f71)
        
        Conflicts:
        	offapi/com/sun/star/awt/grid/XGridColumn.idl
        
        Change-Id: I176dccf7d6e2016dbedea08423e2d08e8ff6f073

2013-07-17  Armin Le Grand  <alg@apache.org>  [add80418d0cc7cf799a5b8fbb511d290437aaaf0]

        Resolves: #i122720# Adapted HasText() to SdrObject
        
        (cherry picked from commit 880138a7794e7e641cdcf49277ed01b54ca93c59)
        
        Conflicts:
        	cui/source/tabpages/swpossizetabpage.cxx
        	cui/source/tabpages/textattr.cxx
        	cui/source/tabpages/transfrm.cxx
        	svx/inc/svx/svdobj.hxx
        	svx/inc/svx/svdotable.hxx
        	svx/inc/svx/svdotext.hxx
        	svx/source/svdraw/svdobj.cxx
        
        Change-Id: Ic2564b845425ba63e6ae2ad6a80f3bfdb8a2f287

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [3e312f729b2109380a713aa37418e92b81dad75d]

        Updated core Project: help  48fa20a5cd43b2f132709e7ad9274627c1983d9b

2013-07-17  Miklos Vajna  <vmiklos@suse.cz>  [ed187fcbd457d01be6ac382d61b493039a5af7d5]

        Related: fdo#65632 DOCX import: make start/end of trackchange both be an sprm
        
        The end is an attribute since 0211e8bc457a12570988f4aee7dea42c2fc6d56f,
        but this just confuses dmapper. With this, the DOCX version of the
        bugdoc can now be imported without getting an exception in
        DomainMapper_Impl::CreateRedline().
        
        Change-Id: If820b43a267a62ecdc323eef49bf13d576165269

2013-07-17  Miklos Vajna  <vmiklos@suse.cz>  [7c0a1557406ffffbb8145f8035ce86d31e927667]

        Related: fdo#65632 DOCX filter: fix import of non-redlined footnote
        
        Change-Id: Ie1a86e6b59c43c3ee54076d5d68aa3fca0d6a515

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [3bbcae718be74a2e47effeec99655f53f97bed90]

        convert frame/graphic wrap page to .ui
        
        Change-Id: I931214850dea1442fa0a4e3314dd339aaff5a789

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [47e2359ded050c5e179c91ee3485c0ea87cea0d9]

        fix old indent
        
        Change-Id: I05781f34ed22801ac2d99629a0914c069201a918

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [015fc22e0d00b80f5679ea271f71656ea3733d15]

        fix radiobutton GetOptimalSize for images
        
        Incredibly ugly stuff, but this is (as far as I can see) what the drawing is
        actually doing. e.g. WB_TOP, surely it should be using image align.
        
        Change-Id: If2dcb1caf92cd5bbd2f07114ae2c41843b5a7f38

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [67d6091052b24745ca6b45654be0906257ceb9cf]

        dump the name of the radiobuttons without groups set
        
        Change-Id: I873b5825ef4c49aec86799556229584116f066fa

2013-07-17  Caolán McNamara  <caolanm@redhat.com>  [aff838877219f0dddd3c84788cb2fdcbc42d3285]

        allow radiobuttons and checkbox images to be aligned from .ui
        
        Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f7024571be935d3ed7549325cf35eac29df1711f]

        Fix mingw64 build of accessibility
        
        Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e

2013-07-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9206f8c2acfe74a400ec557ccf58da220e210651]

        Disable firebird when cross-compiling.
        
        Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [02de3c122086a573edb3a2739caf9b33a2b1c8de]

        firebird: remove more patch hunks that just re-order link arguments
        
        Change-Id: Ic90b4d7a3476395c5a43310f7adca3e3d97034a9

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [5dbe32b9e355d741f1e3fd2074a6bd9a890cbe71]

        firebird: remove the part of the patch that only reorders link arguments
        
        Change-Id: I96a4d70ae975ce4b6caf9dffaa87b35a66696447

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [0dc9d3d6027b70d2e6cb644d52c376cbc8813d24]

        firebird: get rid of EXECUTABLE_OUTPUT_FLAG
        
        The gcc-wrapper already translates -o to -Fe.
        
        Same for CC_OUTPUT_FLAG.
        
        Change-Id: If72fdd2b67380711a116ba9ae7aaa505a2c3eb62

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [3136c467dcfc3fe457ccc974684333f431f0af61]

        firebird: pass link options as LDFLAGS
        
        Change-Id: Ieb26e89c4a2aa1df28dc44b393c3130dda0d23dd

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [d1fb8b5dafa64a8fe9d3e2adcacda6bc4090b066]

        firebird: do not use EXECUTABLE_OUTPUT_FLAG (-Fe) to link dlls
        
        Change-Id: I1e73fb6f0473d79948b106e96fa3b8c77e5938ff

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [78075142b0c7ff862899ef3c54eb3fce7c602e28]

        firebird: fix build with MSVC debug runtimes
        
        Change-Id: I6fc9ee8e37126fb35603a9e56295ced57ce8a2ee

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [fdfcf278c151aa3b29a895fe3e0bacce8a12c117]

        Revert "Trying to fix win32 dbgutil build of firebird"
        
        This reverts commit 83dc90038714e5c90ce736c824afc59b79ec999f.
        
        The problem is fixed better by following commit.
        
        Conflicts:
        
        	firebird/firebird-cygwin-msvc-dbgutil.patch.1
        
        Change-Id: I41c9e992d0cacb3c16cc9c4a5029eb9a5345cf3a

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [72849607ca58694589f69d49b6e781b76584e47d]

        gcc-wrapper: improve argument mangling
        
        - properly handle linker arguments which apparently need to be at the
          end; without this a configure test to determine name of generated
          executable fails in firebird with MSVC 2012
        - support -o *.o
        - support -o *.dll
        - support -def:*
        - ignore -Wl,*
        
        Change-Id: Ia256cb10cc76ae834fc39264609bb120320821f6

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [fdddcd6dca9b16214b8e980f96b4a3ce95556feb]

        warning C4702: unreachable code
        
        Change-Id: If5e9b131a17c4a5c2970ffe924188a2ae2344777

2013-07-17  Michael Stahl  <mstahl@redhat.com>  [3ab5e3aa89e25320aaf3cbb92efa0a9133fca239]

        firebird: remove junk from patches
        
        Change-Id: If0abcc9fc567125d56bf9ad256b18687bb4c9990

2013-07-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15178efd902580b8226e9fcf4a72d600b9314626]

        remove last users of gb_StaticLibrary_add_noexception_object
        
        Change-Id: Ide24057ec7df09c719ad443085390fb53d1bae02
        Reviewed-on: https://gerrit.libreoffice.org/4954
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [69f0c2cfd6747e32ca050599405c556247434c77]

        remove last users of gb_Executable_add_noexception_object
        
        Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4
        Reviewed-on: https://gerrit.libreoffice.org/4953
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9e0f5f45416f4a44afbc5c9e7d09218ad8f29041]

        remove last user of gb_Library_add_noexeception_object
        
        Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574
        Reviewed-on: https://gerrit.libreoffice.org/4952
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-17  Jan Holesovsky  <kendy@suse.cz>  [6f10ddfafc68df3f3458a6ba10bfc649074680b3]

        sidebar: A FIXME comment; I don't want to spend any more time on this.
        
        Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc

2013-07-17  Jan Holesovsky  <kendy@suse.cz>  [a6d3bf989b7f02fa665877e4a785400c869a5afd]

        sidebar: InsertPropertyPanel needs to use SidebarToolBox.
        
        Change-Id: I8e93a91aa7f93c7ca21068d56796c80096711801

2013-07-17  Jan Holesovsky  <kendy@suse.cz>  [8c69fcd6ebe514a3b10f929059f0c676913374f3]

        Move hasBigImages() from ToolboxController to SfxToolBoxController.
        
        We want to decide whether the images are big or not based on the real
        (underlying) ToolBox, not on the global setting, because we can have both
        toolbars with large as well as small icons visible at the same time (small in
        sidebar, large in toolbars).
        
        Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc

2013-07-17  Jan Holesovsky  <kendy@suse.cz>  [7cfd340e92835c43788031ef184095f0f61a61a9]

        Fix crash & reduce nesting.
        
        Change-Id: Ifbfe401cd69678c278394d190a37cc41a28d5c56

2013-07-17  Prashant Pandey  <prashant3.yishu@gmail.com>  [3183f794bf6d9d3da214b25a67240f67cfbee16d]

        sidebar: InsertPropertyPanel conversion to .ui
        
        Change-Id: I51df7ade7b5f83124a2a103db3028fbb0b5ea8cc

2013-07-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5c97e88cfaff99dc9a1e250883febde11cbcaa94]

        Disable firebird with --disable-database-connectivity.
        
        Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db

2013-07-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2c10d784deb86501b5488044a61d9fc2efc6321a]

        fdo#39904, n#825976: implement hyperlinks for Illustrations index
        
        (cherry picked from commit 8bb2c7f1556c10508c8ac451c579539ccf5dacfb)
        
        Conflicts:
        	sw/inc/swtypes.hxx
        
        Change-Id: I6f682c382e7ab0e06259b335247fdcebd7412942

2013-07-17  Andras Timar  <atimar@suse.com>  [41aa886a7b516c842cc4d74dbbe475c980a28ca4]

        Updated core Project: dictionaries  43d24786db9947f0aababb1228379b0b3ece2652

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [92c08f0c21ba4d7b6174cedef2a1ba05e6260c1b]

        After some trials, maybe even I can get things right
        
        Change-Id: Ib553ea1ceff1d09dff86c4a36b896dddab854ba0

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6a18796cc606603f0e066e85d6849c0a67b5f765]

        Brackets are cheap, so use them
        
        Change-Id: If5b539025020a2e9a35fa6e7bc70bcc6a9a4f4c6

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c6c2c7014809b0f74c922833220de4ccc723defc]

        Fix MINGW64 build in svl
        
        Change-Id: I92370c829c192be4ae480e13f290629e7a85be0c

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [651ef78f6c02fbfc03e672104f27203ec29fe483]

        cygpath only on WNTMSC
        
        Change-Id: I38a52116e0bcd85d34c153880c281087bcd2cb41

2013-07-17  Mark Wielaard  <mark@klomp.org>  [cae861f0b32e01cb775214d783c98255acb60af0]

        Fix memory leak with osl_getCurrentSecurity ().
        
        The result of osl_getCurrentSecurity () should always be deleted again
        with osl_freeSecurityHandle ().
        
        Change-Id: If0991937fcb24207d1f78166f61c4be22d423629
        Reviewed-on: https://gerrit.libreoffice.org/4947
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-07-17  Andras Timar  <atimar@suse.com>  [4cf02127888589d66c90286e9994b5cf07ea3cab]

        Updated core Project: dictionaries  eba615babe174605596d7d31dc33ff1f21dd8b73

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7cd5cf28109968e6eb7fc2279fa591c8d6f7e067]

        Circulate, nothing to see here!
        
        Change-Id: Ib5223b059ac608580bdb3eade0d9c07340ad7b53

2013-07-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [83dc90038714e5c90ce736c824afc59b79ec999f]

        Trying to fix win32 dbgutil build of firebird
        
        Change-Id: Id28b1eeb1f3ef120d0f764d5c584cc97125290a2

2013-07-17  Jelle van der Waa  <jelle@vdwaa.nl>  [e179af1576a7763f3aeb112a41a640057d02c4f0]

        fdo#62475 removed pointless comments
        
        Change-Id: Id9d579960a9b641b7b2cdf05eabea8bfbfc06bd6
        Reviewed-on: https://gerrit.libreoffice.org/4901
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-17  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [4e0656ac0bc5be3306ad016a1a494577ad2ef8b8]

        Add PrintName to PrintOptions.idl
        
        Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288
        Reviewed-on: https://gerrit.libreoffice.org/4859
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-17  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [788fa63351c00bce83b485fa1725e36a57336ab3]

        mail merge: forward PrinterName property to ExecPrint method
        
        Otherwise, there's no way to select the printer to use (from an
        extension)
        
        Change-Id: Iee59f9de38547a8edb0419cf4d2df3c1ce2d7999
        Reviewed-on: https://gerrit.libreoffice.org/4858
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-17  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [a4688cde5b7295ca5f5f1ff2fc6e615139c467cf]

        mail merge: properly increment indexing counter (was const)
        
        Change-Id: I1d780a5369c04a93e7fe16b41bff5f37d641e60c
        Reviewed-on: https://gerrit.libreoffice.org/4857
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-17  Tor Lillqvist  <tml@iki.fi>  [becbe844a3ee14319d46717074ac4bd6b6b0da72]

        Correct help message for --disable-firebird-sdbc
        
        Change-Id: Ia05e09cff1a71237abc487a550dabacd39844c41

2013-07-17  Tor Lillqvist  <tml@iki.fi>  [9fe159ef7cb7cfe5c1c91a6fbf1aa02fe79fec69]

        Partial patch for C++11 compilation of the Firebird code
        
        Fixes for three classes of C++ errors (real errors, not warnings):
        
        "C++11 requires a space between literal and identifier",
        "non-constant-expression cannot be narrowed from type 'int' to
        'size_t'" and "constant expression evaluates to -2147483648 which
        cannot be narrowed to type 'ULONG'".
        
        I didn't bother any more and just use --disable-firebird-sdbc
        instead now in the tree where I use Clang and C++11.
        
        Change-Id: Ie47e2ceef8e014c48e50f5afa5df6f625040974c

2013-07-17  Tor Lillqvist  <tml@iki.fi>  [83364ad1ec3850a519551c6ae32e63902599b6dc]

        We already have the -mmacosx-version-min option we want in CXX
        
        No need to add a hardcoded -mmacosx-version-min=10.6 that overrides
        the switch in our CXX, especially as that causes a linking error when
        using libc++, as that requires OS X 10.7.
        
        Change-Id: Ieb0ccad7613fae793387e38be617e0cb6ac23d06

2013-07-17  Tor Lillqvist  <tml@iki.fi>  [09ed8830982f6947ee7fcb46a0ab7f4a68c41297]

        Add Emacs mode line
        
        Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17

2013-07-17  Tor Lillqvist  <tml@iki.fi>  [43287f3e7b0160a24220231abcadb3bb7da813c3]

        Bin "Only in" lines
        
        Change-Id: I65c77736c348078838382ab895749e7a63682fec

2013-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [029c630a66ae8225e3a7e904d3085dbf79f0d64f]

        Mark as const
        
        Change-Id: I59ac01eacf31061093b83ab3057963de7ea4a2e7

2013-07-17  Muthu Subramanian  <sumuthu@suse.com>  [8b716072410bcfd252739fb953d5ac198e27a895]

        n#820077: Import images with duotone filter.
        
        Also, contains implementation for a simple duotone filter.

2013-07-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [09fb28de3b29c426afa4c37e36268e883aa55923]

        Remove duplication from FSubComponent.
        
        Change-Id: I453eb35ec82cfa632616626385a80d6e0d5cebbc

2013-07-17  Rene Engelhard  <rene@debian.org>  [0d7facdf06728bb1dfeb13ecca199184638c2c3b]

        InstallModule_firebird.mk: actually define SYSTEM_FIREBIRD
        
        Change-Id: I3250eddfb1a718b45694624a3d881210d2136ec4

2013-07-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f2ef6605e294d3a95dc1c9639e4c23245988e61a]

        Make m_aMutex a member variable rather than base type.
        
        Change-Id: I91491af582b57ae602b89a971ccbe5e4901834bf

2013-07-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [30905e486b4c0b40b893a4c0a31e7e6daee28ffc]

        Fix clang warnings in firebird-sdbc.
        
        Change-Id: I89c0f22e8db166537f1d6b9313f94c9c3631f195

2013-07-16  László Németh  <nemeth@numbertext.org>  [ec32bf0b19cbebc43ea2e8e25efc7ae42dfafd6b]

        Updated core Project: help  a14b0defe8aec0eb8e80827e5c9cc76ebe742fd3

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7309fda7fa9d072f043782af78c13f9c79c93455]

        Don't use firebird internal headers.
        
        Change-Id: Ida2f3599c2904c1c9a01a46656b8e8cd308a6f52

2013-07-16  Rene Engelhard  <rene@debian.org>  [0b68d703f557706cf1ac700067aaf51a6acd21ca]

        fix RepositoryExternal.mk for system-firebird
        
        Change-Id: Ie8308940bbeb607babaead768407ff6eefcda098

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [165f985703758154971b99cd501f88292cec76f8]

        Fix typo in libfbembed mac installation.
        
        Change-Id: Ie233caecb29e16aa82d29b02882ed349e55ee869

2013-07-16  Herbert Dürr  <hdu@apache.org>  [199ddc1e5da21a7b012d6a75258b13182b600dd6]

        #i122752# check iterator in each iteration of CFormatEtcContainer::nextFormatEtc()'s loop
        
        Don't trust nextFormatEtc()'s aNum argument not to mislead the iterator beyond
        the container bounds. The comparable loop in CFormatEtcContainer::skipFormatEtc()
        already checks the iterator against the container end in each iteration.
        
        (cherry picked from commit a609daa146c5588c6a35c2c145e9573c625ec123)

2013-07-16  Armin Le Grand  <alg@apache.org>  [7f5faa7f64338b11eda4b033ed9d4cba9833573b]

        Resolves: #i122758# Initialize Mask with non-transparent
        
        (cherry picked from commit db4affff17f202e69447fd22c246843a6cda3e52)
        
        Change-Id: I4851c544b23d2857a0f13cff3ede987ebb813cef

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [98d26079c57c873827beb2d00883547aa558e9a3]

        add and use VclExpander::[g|s]et_expanded
        
        Change-Id: I3b4e0947e85a7f6d6533dd17f39542584087c68a

2013-07-16  Rene Engelhard  <rene@debian.org>  [cb82c96f859d6cfc5567b63d17c732fdd6c249b4]

        libatomic-ops is only needed for internal firebird, so only check it then...
        
        Change-Id: I8279b70df17071d46e97583a8b40209444c01928

2013-07-16  Matúš Kukan  <matus.kukan@gmail.com>  [7be71336862204f0763fc2f8cf62a6f48f341114]

        there is no libfbembed module
        
        Change-Id: I9c95b826fb3b48a4430fe9e869b1e3fa45682574

2013-07-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [93180c7231f52d85eb361718f7139c568739a6e2]

        idl add missing param description for XStorage and XSvgParser
        
        Change-Id: Id33160c32d38411c5dd5a1a753db2b204865e717
        Reviewed-on: https://gerrit.libreoffice.org/4896
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-16  Palenik Mihály  <palenik.mihaly@gmail.com>  [9c0a390489dd99aee4beaf73845740776b8083aa]

        fdo#63133: Write tools/tempfile.hxx out
        
        I deleted TempFile class and changed it to utl::TempFile class
        -which in unotools/tempfile.hxx- in the followings: Storage,
        StgTmpStrm, SwXMailMerge classes; and RenderAsEMF function.
        I modified header in precompiled_sw.hxx.
        
        Change-Id: I3dae5333dc42538e1b905f6a6bbc85534c591dc1
        Reviewed-on: https://gerrit.libreoffice.org/4938
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [22adf4e70a4b4a8d188909f39b386e738e3cd37e]

        Teach configure about distro-packaged external firebird.
        
        Distros seem to omit fb_config when packaging firebird,
        pkg-config can be used instead.
        
        Change-Id: I12e5c5892fcdc5de25835f210ebbb941433f2f44

2013-07-16  Matthias Freund  <matti_lx@yahoo.de>  [71c857c774ab07881100a7939e98e3841183ed38]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 4)
        
        Change-Id: Ibc235d9a34e3530368b904fa084a66490d789048
        Reviewed-on: https://gerrit.libreoffice.org/4873
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-16  Miklos Vajna  <vmiklos@suse.cz>  [e2484e3998f2c5036fb8e3584d4b1c72db19bfd3]

        fdo#63273 sw: let word count not update stat. fields
        
        Updating fields would generate loads of selection change events and it's
        not what we asked for.
        
        Regression from ce14342c4292628a641a72d4f63d9c048e030c6a.
        
        Change-Id: If237df1f31436357022ca8d77b924681e403abd8

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8c9f41f2e6600296e3663c681b3902d2a4d7bbd6]

        libfbfembed shouldn't be part of libmerged.
        
        Change-Id: I262b62eb33896c7912685cf3bc78e15b80ce2102

2013-07-16  Michael Stahl  <mstahl@redhat.com>  [1bbe69acfcc401a0686feefe91c34e68a50b0d2c]

        SwGetRefField::PutValue: unused variable sTmp
        
        Change-Id: I94cc8455d054d6d43a5445d3434b1d8ef57c05c7

2013-07-16  Michael Stahl  <mstahl@redhat.com>  [802b66092c441065278a879efb5da24fab08a31b]

        warning C4805 unsafe mix of type sal_Bool and type bool
        
        Change-Id: I2d65386fb697cbd62768cbcc565611d9a5fdb068

2013-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2a4c55f6d46aec5164ec2ec189ee39cf71c9308c]

        bnc#829017 fix issue with negative seeks in win32 shell extension
        
        Change-Id: Ia8072f78ad43281e406377922f50f8de53194f1b

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9a9bf62c4cb7e1238bd383e1e4dd0582b26846f1]

        Fix firebird with libmerged.
        
        Change-Id: I2784700686981c3eb487daae00b9f537658771bd

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3f195b9b14a872d0bd1dc62a781a4ba8c197f697]

        libfbembed depends on firebird being enabled.
        
        Change-Id: Id2b9891fda5755440b13fa7401db3c988b5e0be5

2013-07-16  Michael Stahl  <mstahl@redhat.com>  [85c7e212a26b24883b9a001b6529efeb80955809]

        gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_rule
        
        Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7

2013-07-16  László Németh  <nemeth@numbertext.org>  [2bbf5d5bcffd2218f6b48fdfa4965735cbd4dd68]

        fix misleading typos in librelogo/changelog
        
        Change-Id: If6adf5c46b6fbdb9ae051c11125fb9fb690acf7b

2013-07-16  Petr Mladek  <pmladek@suse.cz>  [828ebc542b980fce90e70459eb2d13e6eeecc355]

        fix build with system poppler-0.23.0
        
        XRef *xref parameter has been added to the OutputDev::startPage method, see
        http://cgit.freedesktop.org/poppler/poppler/commit/?id=8eb489c355d734a72e140ce7e32470d048362499
        
        Change-Id: I7ad875bf58f6998e639c740f0dac3795738cd1db

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6af7d0675d1c95c92e387424a91732e90382f462]

        Fix warnings for firebird-sdbc.
        
        Mostly unused parameter warnings for unimplemented methods. Done in preparation
        for merging to master to allow for building with -Werror.
        
        Change-Id: Ie54f0a642189f5e221919252ec7df5897974ab95

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3385abe00b1635a09cc54d2b5a79d4c56f7a0c14]

        Remove warnings for FStatement.
        
        Change-Id: I2969f9d7b6d5757d78aea6f9ec5602f66fd73836

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [bf4e358c84ffb3b46a3e39f7827ecf6b40cc4d3b]

        Correct firebird-sdbc version number, cleanup FDriver.
        
        Change-Id: I9b9f13d312667ad2649ecd8f7288db5413d029a7

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f32dc63b5219e3b8ff99b3b04ec06b48b3c20eab]

        Make firebird-sdbc install consistent with other drivers.
        
        Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [35f02179210929fc125f69c6989a53610bd115df]

        Fix --disable-firebird-sdbc.
        
        Change-Id: I040049b4c034858f4be4aa580a17fd8bb5986396

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5b73917ce5cf4d074109c79e43828b132eb9b66e]

        Patch firebird to build on Mac.
        
        Change-Id: I47ac500922d7e834f5915cc8fb1e19d584675620

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [70e7e92755a12543ac3e4509d590a5d7d5de48c3]

        Further firebird-sdbc windows build fixes.
        
        Change-Id: I9cb0bbd45b19cb9ef6aa4b8f6d0538484060c6a0

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c7b074ace067559cf810ecde22a8bdf751151dbb]

        Fix libicuin naming in firebird cygwin patch.
        
        Change-Id: Ia58e2b3f55b2cbccb35cdcb6da04bd7d67ad4d5c

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2d2147742e9c79265e98d0e370981944fa49c7fb]

        Implement first part of FDatabaseMetaData.
        
        Change-Id: I6dae1f2ecf265333c121f419c0041dd7525efa9e

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c7bfb082ad921b98b4c205adc035428828bd41d6]

        Cleanup firebird build files.
        
        Change-Id: I347734cfcc5970d68a1deaef8b06e15a43d80639

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dc2e845dfe45e1ec1f65012b14772ad7afd87cce]

        Enable firebird by default, disable as default embedded driver.
        
        Change-Id: I4907b8b7a3b9ab767132d35b5c3539d52d122660

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c3ed455e0462faf5ca36d19d310ebda4222cede1]

        Remove unnecessary catalog state (unsupported in firebird).
        
        Change-Id: I34a7a245eb87a5b0d626be4008e2584774e82cf3

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [091b5dfcee4bef783eef4b3005ffea89d807214d]

        Clean up and remove warnings for unsupported methods.
        
        Change-Id: Id1a6c3c438c88791654ca9f301dbc7763caebeab

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a066f9e3b96c0157a91514f46712a140afe4ac36]

        Implement transaction isolation in firebird-sdbc.
        
        Change-Id: Id18c26cbd62b2cf9573ffafcd3da0041c2d8e9c5

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [25772a93fa8a3a8378fdc44178b5d37a4962cca9]

        Make db location a static member variable.
        
        Change-Id: I138c18839f2816baae24ef84eb08dbb71cce2948

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [34d60277c2e7a82bdbb45b6d2db8d9ba2b78263a]

        Implement readonly support in firebird-sdbc.
        
        Change-Id: Ifdb235a3772b92b7064d059700084f75d468d146

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [66a716a57ae7b22dbb97070b31bce2a8c484ccd1]

        Add auto-commit support to firebird-sdbc, enabled by default.
        
        Change-Id: I0303cc8df281c70973ee10dd67d23757cc7bd97a

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a3818b52cddd587ee0260019d2a9d0e7f0e538f2]

        Cleanup warnings in FConnection.
        
        Unused parameter warnings remain as these methods are still to be implemented.
        
        Change-Id: I38ec0a895112766ecae322fdf9c07dea11e60c59

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fcfe056f792c7512f9f0ee7001bd20985686e5e4]

        Do not ask for user/password in embedded firebird.
        
        Change-Id: I0237106e4012c9116248a97eda0ddf899b435f64

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7c3560f50fe3199cc24961a2a9b89b6d13405925]

        Write embedded .fdb into Storage for OnSave & OnSaveAs.
        
        Change-Id: I2534378c48253584904d11bf049d5d4a05c300dd

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [031009ef27b3dccbb97c9f22f6c59b8808aef34c]

        Implement DocumentEventListener in firebird_sdbc driver.
        
        Change-Id: I7e0c9abcb9822e673ba1e93c1d8bf4d177baae0f

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [07532dd1d9eb74f19e086cddbfff0f3e27c7407c]

        Fix firebird lib installation location.
        
        Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [67ff964ca1f900ff92442340a391fb905ae7708e]

        Create new fdb and/or extract from .odb as appropriate.
        
        Change-Id: I99dd3300c2a7e903bc924b15c4fea2fd3ad4abb8

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [304ab4488ccbb3737f046a87ac2a5d924edcaa08]

        Rename firebird-sdbc to firebird_sdbc to compile with latest master.
        
        Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [99dfc2632754330f49f3fd2bb9eefbb9c6f10ad7]

        Add embedded firebird loading code, set as default db.
        
        Change-Id: I993d7d7bacec710bb57d9e8f91d3cd01b0fbf616

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [002e9c5a830de0ddc4b3127e6485af263a52fa24]

        Fix firebird installation (windows) + driver compilation fixes.
        
        Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e1d4f2767c4c7c2766fac688720b12002ffc8b2a]

        Patch Firebird to build on cygwin/msvc.
        
        Change-Id: I56669eb98cdd3c6fab756898664751c349e8988e

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [91bd53865312149b9c1666be8feb3bdb54a4d25e]

        Patch Firebird to use LO icu.
        
        Previously Firebird built it's bundled icu leading to extra libraries
        and path issues.
        
        Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [042bf0982c6da65a5d8845bd9202521f26eb337e]

        Setup Firebird installation / scp2 details.
        
        Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b74cba43b0ae2a35df6a09f72309ccabdc6309c7]

        Fix checks for system libatomic_ops.
        
        Change-Id: Idb31e6be567e8530062517e7842cdfd8b84c7276

2013-07-16  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0f16fa0fa58180a79aa5d27b44dbab4f9b6374b4]

        Build firebird 2.5 internally. Also adds libatomic_ops.
        
        Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a

2013-07-16  Andres Gomez  <agomez@igalia.com>  [8c325831b36394fa9217e30c706f36dc6ac7fafc]

        fb-sdbc: Pretty printing table log output

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [14352be9fc90f8853360fcf9825329a0d1c9e5b0]

        Implementing the FStatement::execute() method.
        
        Change-Id: I661b8247a0dfaee970b4742b1114fe085cb8f4dd

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [4e0a1ba7c14e66211ce96efae595ac61897fa3a9]

        Fixed crash at FStatement disposing stage.
        
        Change-Id: I04fb2ded38a12b8501c49ccea81ee72fc7b002d1

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [7f42c74c92b00a462d921ad31af335440e5a6688]

        The VARCHAR tye requires a maximum length.
        
        Change-Id: I410dea61c8fe904bc11c801f370d1df97e116372

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [49007f0da6d6b2fb15be1424386839926a0d4e3b]

        GetTables uses now a Statement, instead of a PreparedStatement.
        
        Change-Id: I8dee162d25360114931ed401d6a6c512ad0c3ec6

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [7f38b8d6a4adb8cf2c373d43070e7d74b9d02abc]

        Refactoring some code on the FStatement class.
        
        Change-Id: Id172dde2f35538ac37b632f738fe5c2a87437832

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [1d7ad3244504249824cdfe8f88333a1a60773861]

        Executing again a PreparedStatement.
        
        Change-Id: I10afa596ed0464e14c4fd95d3a7fb687451a10b4

2013-07-16  Andres Gomez  <agomez@igalia.com>  [fd3271899c0b56ff0051e43db6adf3c22d0b6b8b]

        fb-sdbc: added extra checks in FDriver

2013-07-16  Andres Gomez  <agomez@igalia.com>  [bcd5f5ebd4e8cca87fef64a942b505cc8adf30fe]

        fb-sdbc: Added temporal debugging in dbaccess

2013-07-16  Andres Gomez  <agomez@igalia.com>  [6f072af34f81275a5e690a8180ac74e7b7731424]

        fb-sdbc: simplifying url comparison

2013-07-16  Andres Gomez  <agomez@igalia.com>  [0f9d8be00959d5b8cb616a9ebb161f53a5419233]

        fb-sdbc: Added logging support
        
        Remember that in order to enable the logging
        output it is needed to properly set the SAL_LOG
        environment variable.
        
        For example:
        
        $ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin

2013-07-16  Andres Gomez  <agomez@igalia.com>  [8229f77f55450ec492a232ae66e37e842dbbfdca]

        fb-sdbc: test file moved to a generic place

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [b7f7d533ef13317292ac812079a7b40dfd266cb0]

        Dealing with parameters in Prepared Statement.
        
        Change-Id: I1f94b7b4795c4a72ef8bf78bb032097094cda589

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [b0591b380418b7e07294c168773b6eff704ea69d]

        Adding debug info for tracking disposes and fixed a memory allocation bug.
        
        Change-Id: Iae8a6dac26fd7d074ece6421ae61ecf7ce047b8f

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [5406054026edb65a7f9b0611af0fdd6e28a8461c]

        Adding disposing bits.
        
        Change-Id: I997c23d0c0765a6929be89087330ac6616ccd28c

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [5adc3da59ed3ff2c5c41bc1de7d48f5102df2497]

        using the new implementation of the PreparedStatement and ResultSet classes.
        
        Change-Id: Ic0048c0408819bcad6cf8c80121cfdd3f76dce55

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [54439ff55782618e34b684f106a56e0d948ee173]

        Properly implementing the ResultSet class.
        
        Change-Id: Ice2bd493cf016603d372fe7867cf1ec899f52d8b

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [80eba2962a3f5d1edf1abdfc41b162e439efb261]

        Properly imñemenmting the prepared statement class.
        
        Change-Id: I6788bbedb339686d3f97ecb2338994617f373803

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [cf9219216892813b970481868542ad77df269913]

        Properly implementing the connection construction.
        
        Change-Id: I6bb114d871697483a1a4246496f73252e5307534

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [05fb9dcadad473b76ec781443ec9ec601ad210df]

        Implementing the ResultSet interface.
        
        Change-Id: I755533c5cb5af713d453b8e6ba7b734870e358a2

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [d6855a708cac757127e8d529083402761d1fe2ac]

        Debug info and some API methods implementation.
        
          * getTypeInfo
          * getTables
          * prepared statements.
        
        Change-Id: I549f4a9468b5346e22479363fe0fb81039bc6665

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [aa5b1bb3f263c433a78f34e7066e5a3c4ed97ae9]

        Added include and linking directives for building the firebird-sdbc driver.
        
        Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [1e7d550ad8e590494297846a293dc9415196df54]

        fb-sdbc: installing lib and resources.
        
        Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6

2013-07-16  Javier Fernandez  <jfernandez@igalia.com>  [f53228c59a7b539eaf639d6e5e903d0f89d6f5f8]

        Firebird: initial implementation of the skeleton driver.
        
        Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [0706ab4a743f9070c137cd93070bcf112c21f92f]

        remove usage of removed header
        
        Change-Id: I9c53f3b269b336ecd714c5b1d67ff333b541e9e6

2013-07-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [263153842741d7ce21cc0bf1c5296a55a1138024]

        String to OUString
        
        Change-Id: I64f31d8a0bb02a2ecd8fcc993c90ca76923b35fb
        Reviewed-on: https://gerrit.libreoffice.org/4924
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [6ef38bf1c04de2a0733e5bfd88c483416541d098]

        avoid unused warning in non-debug build
        
        Change-Id: I209292603b69f51d354369d99cb58fe32bc65a8d

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [784a34bf20ecf2566fd4db9f81b3a6bf9d2b7033]

        fix problem caused by confusing immutability OUString semantics again
        
        Change-Id: I9207ec3309b9970afd5c56718829836eead4592b

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [c17c8cc029dc6c104e16627646389d09eb1e6119]

        mention the explicit bool conversion from C++11 for pointer-to-bool check
        
        Change-Id: I050019b30d2ec96bbd25916624f8cb88d72110e4

2013-07-16  Palenik Mihály  <palenik.mihaly@gmail.com>  [c66e9cd24c28ff00f15770037ae9a8dd852fdada]

        Delete SvCacheStream class
        
        I changed SvCacheStream class to SvMemoryStream class in
        the following:  MSE40HTMLClipFormatObj, SfxLockBytesItem,
        SwEditShell, INetMIMEMessageStream classes,
        MakeLockBytes_Impl function and SwUnoCursorHelper namespace.
        I modified header the precompiled_sw.hxx, wrtsh1.cxx, unoobj2.cxx.
        I added two functions in SvMemoryStream class: GetBuffer and
        GetSize, and I renamed the old GetSize function to GetBufSize.
        I deleted SvCacheStream class.
        
        Change-Id: I929236538dfbe23cccfd1eb85f10c1d5411baa8d
        Reviewed-on: https://gerrit.libreoffice.org/4847
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [159e3639077d8e05707133969c4e5cd710c10e2e]

        Updated core Project: help  a1aa7b04de5f17eb754341962987bdb8ab3343fe

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [360d9162c7d9e07652278a05301276b39e035fed]

        remove pointless empty variable
        
        Change-Id: I118dccbe8461ba4c90a8c8d54e6f3fc46cb08b1f

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [3e787929d86ba9c306d54363a06de121fbe5c7aa]

        tweak background fill color preview to be half-full height
        
        Change-Id: I44a9fc676129dda206e525ee89809f84d77aff48

2013-07-16  Armin Le Grand  <alg@apache.org>  [c239615ca48a2ca15460a12ac654774ef927bfdc]

        Resolves: #i122753# Force SwapIn for BitmapObjects which...
        
        are part of a conversion to BitmapEx
        
        (cherry picked from commit 4dc54d2ec37bc1595eb85548f5e3c6d2add2b10a)
        
        Change-Id: I43a92bfbdb41c8c2215aacd65b65774dcf5ab2be

2013-07-16  Michael Stahl  <mstahl@redhat.com>  [4780d94d6d52ff68c72a81bf3e00dbe850995c8c]

        gbuild: update included dep-targets as side effect of targets
        
        Make builds in 2 phases: first it ensures that all targets that are
        included by the makefiles (i.e. the .d files) are up to date, then
        it restarts and builds everything else.
        
        It would be possible to update the .d files in the same build by simply
        having dependencies from the dep-targets to the corresponding real targets,
        but that has undesirable effects (8b5a984d45005d3df1c89eae897d6e04612625d8).
        
        For a successful build, the .d files can actually be updated as a side
        effect of other rules in such a way that they will be up-to-date on the
        next make invocation, thus the restart can be avoided.
        This optimization will not always work in case of build failures.
        
        Change-Id: I753039ed33f5a84104f35990769eddc83e1d0d7e

2013-07-16  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [3bfe3bfca27dcc4cb00a85c2b30a5a50f5bad689]

        Add another fallback-path for wilangid.vbs(work it again)
        
        Searching mechanism for wilangid.vbs(commit 265cc57) doesn't work
        after commit 7f4a622("stop copying MSVC debug runtime DLLs").
        That commit deleted $vsarch environment.
        In configure,using $WINDWOS_SDK_ARCH instead of $vsarch will make it work
        again(that is still set).
        
        Change-Id: Ia45d30b2a724a36543038b14dd8defc3647ae455
        Reviewed-on: https://gerrit.libreoffice.org/4935
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [84f07b98617c35bebc74c0e67d740c2668b6ba7c]

        restore a11y relations within ui format
        
        and hack things a little to get the previews to take full width and half height
        
        Change-Id: I1cea2ad71ea8cafc3e417ec254515764c0f053f9

2013-07-16  Olivier Hallot  <olivier.hallot@edx.srv.br>  [54cac10b7b0001d64f9ee10bd549c9e87c650a10]

        Convert Transparency tab page to widget UI
        
        Change-Id: I5ef8e2b8d0ed888e8c05ed1a8e8f9f71ba4ca0ed
        Reviewed-on: https://gerrit.libreoffice.org/4930
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [b4eac50a7ef85661703b8848ef19198313453f45]

        try to avoid build breakage with cppunit on android
        
        Broken by eef53622798e2e2f81f28ee5e1c82de0d48c149c , and I've had enough
        of tinderbox mails during the last week.
        
        Change-Id: Iab0fe0363e8ca3212eb673ae1da9492140140bc3

2013-07-16  Ricardo Montania  <ricardo@linuxafundo.com.br>  [150c9f8bbcffacc687a5603e2a589d2a3816dccb]

        String.AppendAscii() cleanup in math
        
        Change-Id: I567e1a80ab75d6ebdaba52cb9afd47dbd52f39ce
        Reviewed-on: https://gerrit.libreoffice.org/4933
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [32527be0677a8fa971ebbf39ca9cab9c5a3687fb]

        Updated core Project: help  c57aaaa05ccf11d34e751687b9513b0988659063

2013-07-16  Armin Le Grand  <alg@apache.org>  [07ec224acd694e2bae34df818fde6b952bf03e8f]

        Resolves: #i122724# Better handling of line-only paths
        
        (cherry picked from commit 1898f94578f266de42f92602a36518fb12bacf5a)
        
        Change-Id: I3033197e7c59a829c012b84c1d4cbaca7d155d2a

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [52bce8fadde39e32c0008babadc2c22cc501f753]

        convert versions of dialog to .ui
        
        Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550

2013-07-16  Caolán McNamara  <caolanm@redhat.com>  [84e5cdce3ed58c663109bb557b75cd6e45bb2dbc]

        option dialog isn't fully layout aware yet, so always calculate
        
        Change-Id: Ifed85cf8c1c2da70eae2d18b9ef32b61ce278c4a

2013-07-16  Luboš Luňák  <l.lunak@suse.cz>  [afb41ff0c5bfc5402c1a5522a55998d6c023b248]

        warn in configure about using ccache+clang without CCACHE_CPP2 set
        
        - causes warnings about unused -I options, because they are preprocessing options
          and Clang complains that they are unused in pure compilation
        - Clang supresses some warnings from expansions of macros in system headers, but those
          would be already expanded and thus warned about
        - Clang prints relevant source lines with errors/warnings in them and would show
          them preprocessed (this should actually apply to GCC4.8+ too)
        
        Change-Id: I02c86c43a657d078e347e4ecd5c1e2ff07db2886

2013-07-16  Jan Holesovsky  <kendy@suse.cz>  [56f484fd648b459b32842b66c32f8945115ed509]

        Minor cleanup.
        
        Change-Id: I18154239afcc1a5ee2697f3ffc9eb75d96eb2d4b

2013-07-16  Jan Holesovsky  <kendy@suse.cz>  [16fe20b667b99495fe1dfea8b24c1d93bc6eed68]

        widget layout: Take decimal digits into account for MetricBoxes.
        
        Change-Id: I2870dbf9dc1f7fb84adfe81b9be8f4060677e6d0

2013-07-16  Jan Holesovsky  <kendy@suse.cz>  [7e71abaddf34fdc7d6c324b4cf9110fbb88eaf56]

        sidebar: Improve PosSizePropertyPanel look.
        
        Change-Id: I1013af7e9f6406ca695f0bee2384639c37fb57dc

2013-07-16  Jan Holesovsky  <kendy@suse.cz>  [f4f99f5c11e451007e57134d639a70c536e1e742]

        sidebar: PosSizePropertyPanel follow-up fixes.
        
        Change-Id: I80309119e7d0e217b3fd29535543987ac7140994

2013-07-16  Prashant Pandey  <prashant3.yishu@gmail.com>  [6867a80c415211895919de2e2a40aa106dfa97fd]

        sidebar: PosSizePropertyPanel conversion to .ui
        
        Change-Id: I18716dec85c257d2df3ed8973591d831b86e018f

2013-07-16  Miklos Vajna  <vmiklos@suse.cz>  [db610b4a9202a9bb6393b1bcfc7dd56d21bd8112]

        DocxAttributeOutput: avoid 'a' prefix for double
        
        Change-Id: I1601f2d2926ca62aae8e7c48b1b2147ebed01002

2013-07-16  Adam Co  <rattles2013@gmail.com>  [1a37ca65b896a5ba100d46c7cde0793f62bc546b]

        fdo#66929: fix for default textbox inset values
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I0e9fa5e73e802f85f02c3fcc5c276ed0c1cb2a58

2013-07-16  Takeshi Abe  <tabe@fixedpoint.jp>  [56ee768bfd912c3c4278056a4712c1108ec38af4]

        Mark as const
        
        Change-Id: I06e85719590be114ab1d19010886a035e36f34b0

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [22fa63a4fac7e86bc199092c48f0d2954435bf46]

        compiler plugin warning about unwanted silent pointer-to-bool conversions
        
        C/C++ silently converts pointers to booleans, which is presumably seen as
        a good idea by lazy people, but it can occassionally silently break code
        in strange ways, most notably by selecting a bool overload when no matching
        overload for the pointer exists (OUStringBuffer::append() can break like that,
        e.g. in ba37e4062f538db7e51d6a64ba544eeddbc567cf, other cases are
        8e3bf1598fa95ac8d099e45ae4252e7654a6f590 or 28e4c0250e67a344b4d6088bdca2e680a4bffad0).
        
        So far the plugin checks only conversions in function call arguments, there's
        disabled code that could check more places, but I'm not aware so far of any place
        where anything actually broke because of that, and it'd require fixups to be
        explicit in some places (e.g. 'bool b = returns_pointer();' would require '!= NULL'
        added), so for it'll be only the simple various and it can be made more strict if wanted.
        
        Change-Id: I6a5d207daf925e6c2d1bf684060536795ecfcc35

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [b673ba2b2a52e77d6a71cb0725b067df6eb0ff2f]

        sysui: oops, the mac stuff uses documents.ulf from CT_share
        
        Change-Id: I2872a9bef161b7e073f6e236c3eb51081262d816

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [8e3bf1598fa95ac8d099e45ae4252e7654a6f590]

        avoid unwanted silent conversion to bool
        
        Apparently there's no overload for const sal_Unicode*, so the pointer
        gets silently converted to bool, but there's one for const char*.
        
        Change-Id: I52bc13a19111a04c6d17029f44a262387aeff6d9

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [ba37e4062f538db7e51d6a64ba544eeddbc567cf]

        OUStringBuffer doesn't have append() overload for const char*
        
        Change-Id: Ibde8e2021d33f01f91486fb6d3e24e7af0a47744

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [9d65113efeff9b82acddf531d341ecb0e56447a9]

        fix finding all parents for AST nodes
        
        Ctor bodies can also have code inside of member variables initialization,
        which is not considered to be inside function body.
        
        Change-Id: Id68960093a51396b9486f1364b1a361526c3431d

2013-07-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [67db35da5d7a3b117a0e0035c17c2fb58e5f23e6]

        DoubleToString: do not modify a reference argument, just return the result
        
        Change-Id: I490aa61f8d9b47a6ead234afd51e2f5324530cb4
        Reviewed-on: https://gerrit.libreoffice.org/4923
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [5bd6a5110bb812f82a81e73422a7b14851f84441]

        sysui: no point in trying to build .desktops and RPMs on Mac
        
        Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [d213d507f2ff71ec14a59485e1e10ffbac1f08c2]

        convert delete dictionary query to .ui
        
        Change-Id: I5016207a6cf592ce0a7f7a8033825f88c7a22d16

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [c82fa6dc378f42d480cb27fedaf3da93f9359146]

        remove unused fields
        
        Change-Id: I1676b71e63256466f6ff2ad27349382d1a4006a3

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [585d4c165f25a6acb19b5f0d05cbb1623283717f]

        sc: fix Date/DateTime ambiguity
        
        Change-Id: I99908a73d38b0d4b9919ac9c627b849b1d7de0d8

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [5e6cf64783b1925cdc8f0fba944a8f8edfa3c807]

        add missing log areas
        
        From 7650a82702ec9d13e3a52ea84b9666ee4e9f9a62 .
        
        Change-Id: Ie20010fa0a8be6992a1ac7fb4c4dffc8cf0c9cbd

2013-07-15  siqi  <me@siqi.fr>  [71a80c52d73607384851da708735e4a48079fc62]

        UIImage categories used for load optimisation
        
        Change-Id: Icf31e42c9be1fb749da912a2b3c79822f16a49e5

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [9d639f6b2f88aafa2c94a73a31b57ddd4122f436]

        sax: even more boost_headers
        
        Change-Id: I6d78c737d7cd049c7b148da3b4d30166bb7c8517

2013-07-15  Ricardo Montania  <ricardo@linuxafundo.com.br>  [5730dd48cad67f71a2ab3792b59920470dd7c682]

        fdo#63690 drop RTL_LOGFILE_CONTEXT_AUTHOR
        
        Change-Id: I46823bb2c6fc44a4871d9535c1f59bd24ba75858
        Reviewed-on: https://gerrit.libreoffice.org/4908
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [2b5e401d4cc3db80f02674bab9b52cba3f199810]

        Updated core Project: help  cd1389b4c35e4e028b1e433246093cf2f1f13b42

2013-07-15  Csikós Tamás  <csks.tomi@gmail.com>  [712019343e002ed64e7f4e00cc224af3559ed912]

        Updated core Project: help  696273411433e4de4411d84837307d8815f42378
        
        update help ids for opt new dictionary dialog .ui conversion
        
        Change-Id: I36d3b7c9f216d9a9f940885c8d4b2f16706ddc01
        Reviewed-on: https://gerrit.libreoffice.org/4918
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [fd3c5d3a0651b3128fb15725944b6da81ec5bb32]

        filter: need more boost_headers
        
        Change-Id: Id927d5494bed8d4d8fa27f38dfcde14b95081cc1

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [1766de5a5e0c831127e735b60e46e32b984c524f]

        can drop RID_SFXDLG_NEWDICT
        
        Change-Id: I15d1669a870f991ae4c8428838b22c33a2c021f0

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [c3a83920dc784ea79a16ed13343394df4c031ca6]

        drop unused helpids
        
        Change-Id: Ie8b8a929c08ed418619866b1ea28d516ab8a0a87

2013-07-15  Csikós Tamás  <csks.tomi@gmail.com>  [766458eafb855a44b1c4c9a5342bbb3748b7ef23]

        modern .ui widgetlayout for optdict/newdictdlg
        
        Change-Id: I8bd0a334bffee9adcf23fe2f597b66924b57ce30
        Reviewed-on: https://gerrit.libreoffice.org/4917
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [5ff4ccc6c49b0d69a3a9f80f9abdc65fe60f8aec]

        ucb: fix DateTime in gvfs
        
        Change-Id: I5733e1490f3f162045fa5040efaabb6550d235a7

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [4ce40c0b06888cff6bc593669d0fb94139485620]

        sax: more s/TimeZone/Timezone/
        
        Change-Id: I9b50e53b131fc835e792c52de6560d77ac454be9

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [ba8988a59716acc405ce5e5233e3f472e0066cbc]

        explicitly export no fill to .docx when fillstyle is set to none (bnc#581614)
        
        The shapes have detectmouseclick="t" for some reason, leading to the v:fill
        tag being written, but the default is solid fill, so if there's otherwise
        actually no fill, explicitly say so.
        
        Change-Id: I2a8d24ce4d0da1082b4eefbad0db51e2e6fe1bc9

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [114edb760079ca6ad0791db30c75394cf6f634e9]

        Enable sidebar by default when the Experimental Sidebar is put to 'on'.
        
        Change-Id: I525f15bc3f6b40522bf0dce754dd8e99386cd775

2013-07-15  Jelle van der Waa  <jelle@vdwaa.nl>  [7650a82702ec9d13e3a52ea84b9666ee4e9f9a62]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        Change-Id: I85a3cfeac16e2c8e20724e1f6a5dd16c2c143a49
        Reviewed-on: https://gerrit.libreoffice.org/4882
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-15  Matteo Casalin  <matteo.casalin@yahoo.com>  [02c1f4128b2011ceea6e4a0ceb054ec74315ec54]

        Reduce scope of global array and make in constant
        
        Change-Id: I914aff27234e3acede7ae6ade72530dc0fea9dc9
        Reviewed-on: https://gerrit.libreoffice.org/4922
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [5f3d88a1f151e12061421751831b5588495199bb]

        sidebar: Further cleanup of AreaPropertyPanel.
        
        Change-Id: I8cbb4bf4dfed2689d21247f1abb7d024d4995cbb

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [94c8113897d9fc7f56a43dba4cc1331d758e46a7]

        sidebar: Get AreaPropertyPanel basically to work.
        
        Change-Id: Ib5f05346ab5b38b4f3ec30f95b2435c9231d13ab

2013-07-15  Prashant Pandey  <prashant3.yishu@gmail.com>  [8fe5f011537d3eaf2e6bb59ab8672b8de5b41425]

        sidebar: AreaPropertyPanel conversion to .ui
        
        Change-Id: I1c291b3806a483a7ce50c64d0fbf2f28204c132e

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [24a98e226aba0ffbfc34a2dd35cb97e1503f684b]

        sidebar: Mnemonic widgets + adjustment in LinePropertyPanel.
        
        Change-Id: I4a65e33fde6228405b440ca9653272aa44ea1d6e

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [c8140e71732a4e336b590aaf377de7525f775efd]

        sidebar: More logical LinePropertyPanel layout.
        
        Change-Id: I46a2226566163331e8ba03aeb159e1f7e206e023

2013-07-15  Jan Holesovsky  <kendy@suse.cz>  [378510aeba5635cff40ef446722e4d2b7bbeb98f]

        Fix build.
        
        Change-Id: Ia08b6e87b5be3ca2994e0c5fbc6b91c1a800208e

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [3f48ec8e73a5cb2cdffaf5edf0eb1e8c44cbc20f]

        HIG spacing and indents
        
        Change-Id: I97888b8659bb978595157e881c18ce51c1482b46

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [d004c00a1fbd1c2a2179ca1424d0dab85c49acc0]

        Updated core Project: help  7885eab3d5f01e8208310ca2f4258df5cbfdb999

2013-07-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [7aa0f418f7ebe3f94062ed52e3234d10687180c8]

        Convert tp_SeriesToAxis.src to tp_SeriesToAxis.ui
        
        Change-Id: Ida1be6cc97e2a96537dddd3c8d6dc91c451adf7a
        Reviewed-on: https://gerrit.libreoffice.org/4906
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [20cbf5bd3042ed547408f324e020a3d6405705f7]

        i#108348: support DateTimeWithTimezone in user defined Document Properties
        
        - fix interface of sax::Converter to allow passing time zones
          (rename the parsing methods while at it to reduce pointless overloading)
        - SfxDocumentMetaData supports DateWithTimezone and DateTimeWithTimezone
          in user-defined properties
        - add some ugly hacks to SfxCustomPropertiesPage to preserve existing
          time zones (which are not displayed in UI currently)
        
        Change-Id: Ice94112b9d79c285f80b5beda15f0ace91db97f3

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [604aae1fd240254fe851d93dc35b5408bd13296c]

        i#108348: fix TimeZone -> Timezone in struct names
        
        Change-Id: Id3b804b5de9328f0e5faf3410ca24295792c6f97

2013-07-15  Michael Meeks  <michael.meeks@suse.com>  [c5d0d5114e06705d43a9ef6a7dd58006bdd25b10]

        Prune some leaves for a cleaner top-to-bottom view of deps.
        
        Change-Id: I98e803bee37359405f0e06a62c063fbe9da82ea0

2013-07-15  Luboš Luňák  <l.lunak@suse.cz>  [8bcb9090efe5a8c08881d0a39f102c5f736f2da6]

        add gb_JunitTest_SOFFICEARG setting also for windows
        
        Needed since e352abc2e60abd21e383ebf971e545ca510ac4ed .
        
        Change-Id: I1f46a01f319703a2225386e89fc94ca286b301ca

2013-07-15  Michael Stahl  <mstahl@redhat.com>  [652ccbdf3111766fadc379a8cf4650b744e1e19c]

        i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.
        
        Add IsUTC member to:
        
        com.sun.star.util.DateTime
        com.sun.star.util.DateTimeRange
        com.sun.star.util.Time
        
        Add new stucts with explicit time zones:
        
        com.sun.star.util.DateTimeWithTimezone
        com.sun.star.util.DateWithTimezone
        com.sun.star.util.TimeWithTimezone
        
        Adapt the sax::Converter to read/write timezones, and fix the unit test.
        
        Everything else just uses default (no time zone), this commit is just
        to fix the API.
        
        STRUCT: /UCR/com/sun/star/util/DateTime
            nFields1 = 7  !=  nFields2 = 8
            Registry2 contains 1 more fields
        STRUCT: /UCR/com/sun/star/util/DateTimeRange
            nFields1 = 14  !=  nFields2 = 15
            Registry2 contains 1 more fields
        STRUCT: /UCR/com/sun/star/util/Time
            nFields1 = 4  !=  nFields2 = 5
            Registry2 contains 1 more fields
        
        Conflicts:
        	sc/source/filter/oox/unitconverter.cxx
        
        Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
        Reviewed-on: https://gerrit.libreoffice.org/4833
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-07-15  siqi  <me@siqi.fr>  [a8e8d46020702c64ff314adbe87e6f21e73e1999]

        TestFlight integration

2013-07-15  siqi  <me@siqi.fr>  [99aaa7d985a84302a9945633727bcb444329353e]

        click on next slide preview will bring users to the next slide

2013-07-15  siqi  <me@siqi.fr>  [84ceab8140e6460ed42e04bdc72bab598ed167ba]

        remove DS_Store cache

2013-07-15  siqi  <me@siqi.fr>  [a2e2873ac39a7882b1c596b12c402504ffb5a4d8]

        help button

2013-07-15  siqi  <me@siqi.fr>  [bd3bbccd59e0f7b67d4082228fe45bfa763fc3f4]

        icon psd

2013-07-15  siqi  <me@siqi.fr>  [eb853a93643cefe6d531004dfbea9b0927123000]

        conflict

2013-07-15  László Németh  <nemeth@numbertext.org>  [6fb6817e30f746d8d2100cc606a3cfbb1cbea86a]

        librelogo: hexa arguments fdo#66917 and cropped SVG saving
        
        Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0

2013-07-15  David Tardon  <dtardon@redhat.com>  [d3d95afe5856ef06659d61c3572c7682e5a03766]

        fdo#57631 fix collection of property states
        
        Change-Id: I607518da26c9430916d922b8e36143cc6dd76f25

2013-07-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [2d3caece27d2353d0e7d82917c32aceba45859c5]

        Remove a glitch left in sweb frame dialog widget UI
        
        Under Writer Web, Pictures and OLE objects have no properties
        
        Change-Id: I18bf1820512a54181181d32b89356aebd0dfa4cb
        Reviewed-on: https://gerrit.libreoffice.org/4905
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-15  Khaled Hosny  <khaledhosny@eglug.org>  [9a6ba2dacbcad6a326613a691b005348e3d8cedd]

        fdo#66577: Cursor displaced in Web Layout
        
        Using lrint() helps a bit, but does not fix the issue entirely.
        
        Change-Id: Ib80e2c5a57d632f289e49322d3712c6321ae1ec2

2013-07-15  siqi  <me@siqi.fr>  [062de1e49312fda5e184d12576d37a569769bb86]

        improved thread safety during disconnection

2013-07-15  siqi  <me@siqi.fr>  [138ecf78253dd9116c96f27b4e0b78be322c6dd3]

        remove userstate from repo

2013-07-15  Miklos Vajna  <vmiklos@suse.cz>  [431853bfae7dccd139804caf7ac2505a7c283e63]

        fdo#54900 RTF import: support setting para align after text
        
        Both Word and Writer typically write all paragraph properties before the
        first text in each paragraph, but at least for paragraph alignment, it's
        valid to write them at the end.
        
        Change-Id: I0337e63678ad45c662a204ab2fc59378607abe74

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [24078e3501042e8693ef1f9d3edebbc47e37ce12]

        Related: fdo#66761 the double-encoding bug appears gone in python 3.3.2
        
        i.e. I see the bug in our built-in python3 3.3.0 but not in my system python
        3.3.2 and there's a raft of email related bug fixes in the 3.3.2/3.3.1
        python Changelog
        
        Change-Id: I257770cd0ec41fc3b2f2a638009b075b9a2f325f

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [a86af5919e19d989ee9344071b1bb13140cb83ef]

        attempt at HIG compliance (./bin/lint-ui.py path/to/.ui)
        
        and tweak some strings
        
        Change-Id: Ib5886e8bbb6de653682df36b59aa60d9c39aef30

2013-07-15  Caolán McNamara  <caolanm@redhat.com>  [c54f77b7180b271fecff3737bc391e19f050ec11]

        callcatcher: update unused code
        
        All FontSizeBoxs and SmFontPickListBoxs are now .ui loaded, .res ctors unused
        
        Change-Id: I50aa8606fefacab0b15b6795a7ba90dff8109802

2013-07-15  Tomaž Vajngerl  <quikee@gmail.com>  [79aa0c50dae2ff6d143d99212d3a32a8ac28f306]

        RNG: Externalize strings and add .ui to UIConfig
        
        Change-Id: I98620d235044365bcc67e29a72f036f5fdfd5e45

2013-07-14  Michael Stahl  <mstahl@redhat.com>  [2f8f3a0a3e330e01cc822c5dd618a1840a492f53]

        indent that a bit
        
        Change-Id: I40c1639356a0c7e60c276bfc7071c976ba04f314

2013-07-14  Tomaž Vajngerl  <quikee@gmail.com>  [22b0b27cbc0bb4ce57146211a18aacadfe356e43]

        pow is ambiguous
        
        Change-Id: Ib63bf0a67f18cf8e2f3705ae8b096c5bdf06edaf

2013-07-14  Tomaž Vajngerl  <quikee@gmail.com>  [5c05b1cabcf7f6a7f490ae6fc4bc145e75229752]

        fdo#66477 Random Number Generation added to menu>fill.
        
        Added dialog for random number generation to fill menu into calc.
        Initial implementation has uniform, uniform integer, cauchy,
        bernoulli, binomial, negative binomial, chi squared and geometric
        distribution. Others can quickly be added.
        
        Change-Id: Id5c1f27462f1fe87eddedf415b9c149fb943404a

2013-07-14  Tomaž Vajngerl  <quikee@gmail.com>  [bdb0619d6f28a2b0a9636077f576265d1305ca20]

        Remove gauss.hxx from MovingAverageRegressionCurveCalculator.
        
        Change-Id: Ib1a781b7bf848a092dd000d5999fef00a409d92d

2013-07-14  Tomaž Vajngerl  <quikee@gmail.com>  [f879676b3b48477eb0d7de96efd67209e9ec74fa]

        If you do DRY don't do it with a MACRO.
        
        Change-Id: I02f5d3c0540afeb3d925e605f1233f40d4e26370

2013-07-14  Tomaž Vajngerl  <quikee@gmail.com>  [c06ddaa0d7b97ef4a6738b5a5ce192e31d6e0d0d]

        Use QR decomposition instead of gauss elimination for polynomial reg.
        
        Gauss elimination is not a stable algorithm so use QR decomposition
        (with other methods). Also use horner's method to evaluate a polynomial
        which is the prefered and more stable method of polynomial evaluation.
        Still this is not quite enough as you still have to multiply very large
        number with very small and you lose percision on high-degree polynomials
        or big X values. Some methods evaluate the polynomial in barycentric form
        but how to get the polynomial into the barycentric form is now the
        question.
        
        Change-Id: If0d93bc1f08253f015e814e187b5a2cb7f78ec49

2013-07-14  Caolán McNamara  <caolanm@redhat.com>  [c162a4c8e496ed457da67ab24da55cb9ee446c02]

        remove String::ReplaceAscii
        
        last remaining users used it as a complicated way to do a simple thing
        
        Change-Id: I810b1542b03bd6faa54f6f076b58cb7d3e680ab0

2013-07-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ee62f1d499c02c329f228a1d94eb6d64b80589b]

        fdo#63998: Oops I introduced a new bug. Let's not.
        
        Change-Id: I3ad3a5e30d9562d5565025e5251bf8fb0d28677f

2013-07-14  Caolán McNamara  <caolanm@redhat.com>  [f460556bfa6bd55df3cd4b2288524d63db284d7e]

        Related: fdo#66761 we want the bytes, not a str representation of them
        
        Change-Id: I3c268b0c51f7e1ddd2fa6588f40412a33f316b52

2013-07-14  Caolán McNamara  <caolanm@redhat.com>  [82937ce3d7bc2382c4da22365d1245c9f7db178c]

        String::SearchAndReplaceAllAscii -> OUString::replaceAll
        
        Change-Id: I5091835c9f71c712f15996e5c6263fc5f21f6f96

2013-07-14  Tor Lillqvist  <tml@iki.fi>  [46894ec48eb33dc99dab807c9fcaf0caa7c6cd84]

        Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)
        
        Can again turn on OpenCL by default for OS X then, hopefully.
        
        Change-Id: Id84b2c17c8431080261be45923d8c153f3822e8b

2013-07-14  Takeshi Abe  <tabe@fixedpoint.jp>  [542b45af44cae091735d9c2e11756a928e230261]

        Mark as const
        
        Change-Id: I0bf93f1293fb08b8b558fcac0cb496ed99ad13d9

2013-07-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [76488b00ed75bf7915d6d57af9875c6434e740d6]

        fdo#63998: Filtering by page fields to work again.
        
        Change-Id: I267ccb30cfa6347313fa1de96e18731f0e22d57d

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [d9bfa462ba8dd0a966fe913fad49f300ea48f638]

        convert chart color options page to .ui
        
        Change-Id: I9420014d8bee8f71b5ab64aba5dbc7c27f4a25f4

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [8d50fe51e61bd90d53fa479915267e874bebc37f]

        Updated core Project: help  5e64ac33955bdb3e58215ff9dc85f6f310e561c4

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [c4aa13c931da11164835a7aafbfd7e44bd5714ca]

        Resolves: fdo#66761 Macro controlled Python Mailmerge broken
        
        Change-Id: Id8bbf06a5571534aa5eef8624e89565fe3715938

2013-07-13  Miklos Vajna  <vmiklos@suse.cz>  [df4f9dedaa4c4cba0d78bfb935a58b98faa4f553]

        SwVisCrsr: rename member variables missing their prefixes
        
        Change-Id: I3c879f282fbe4082a5af6340bb4f2c1452b1b59f

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [d2118b08463e60b96244165f4671a7249e06efff]

        convert chart color QueryBox to .ui
        
        Change-Id: Idc514afb9b4e5e2404500d3ad81a4e4203600218

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [04f6d24a0a072dc8f1298b34bd2c473b5f0f961e]

        .ui parser glitch
        
        Change-Id: I0ec484c230ecddf29d09b13f78af724f27657913

2013-07-13  Eike Rathke  <erack@redhat.com>  [7c52d0d0a48611e571c4d7f85a71fbe81e711655]

        grml.. Mac
        
        Change-Id: Ia49d45a896a3ea5d180d98c3579fb93c6d4b9911

2013-07-13  Eike Rathke  <erack@redhat.com>  [358d1a99484bcc02900bd200a7606a7bf3298cac]

        use static LanguageTag::convertTo...() for standalone conversions
        
        If no LanguageTag instance is at hand use the static methods to convert
        between BCP 47 string, Locale and MS-LangID instead of creating
        temporary instances.
        
        Change-Id: I9597f768078eb81c840e84a5db5617f26bb7dc09

2013-07-13  Eike Rathke  <erack@redhat.com>  [5d1a8e0d47b6d6e9e3e5735d0ee52fa0b4782202]

        added static convertTo...() methods
        
        Standalone conversions from Locale and LangID do not need a LanguageTag
        instance. Provide simple static methods. For consistency also static
        methods to convert from BCP47, but using a temporary instance.
        
        Change-Id: I5edd27e917ef9e92e8ec457e715b7558d7e4660f

2013-07-13  Caolán McNamara  <caolanm@redhat.com>  [ec07170735331cb64f2e967682ad74def733a931]

        make highest debugging level build again
        
        Change-Id: I02dd6d36491321a4210a27605476f1c385f9baba

2013-07-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ae9003af4c3942aa184b67c3cb7687f9dfc7dd5e]

        Fix some runtime exceptions with msvc-built libvisio
        
        The previous code was causing silent exceptions in some particular
        cases. Passing through a temporary works well.
        
        Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [15cf5afea05f0539035a1393b3150121489eb561]

        Don't forget to shift to the right start element within the block!
        
        Else it would always start from element one of the block regardless of
        the requested start row position.
        
        Change-Id: I3843eab2a88b8361250346e3f9696be5086039ea

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2e614e9d01a5e00506b14ecf0588e01d4d5716e3]

        This comment is no longer correct.
        
        Change-Id: I815016551ea979d27e1f402dc2badda0d856a229

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cffba76a3487628f0557b423cefe150932308ede]

        Cache select converted tokens to avoid unnecessary token duplication.
        
        Change-Id: I3a63d5cbbc1cdc37d681ffd41ec22ff65e56cc0d

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1a74c58bea4619de03bec6fa1fe00b51dd8e7d73]

        Set an array of doubles in one step, rather than individually in loops.
        
        The latter is massively slow, apparently.
        
        Change-Id: I689643330e1b04eff7d9665de5d6e423906517e1

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d1fc3fce16172d7d619b6826de44528030ab36f8]

        fdo#64448: Don't get type name from incorrect filter.
        
        This causes wrong format type to get "detected" when testing for a
        completely different file format type.
        
        Change-Id: I230759e2be432beeae2db24c12369ccb4585f334

2013-07-12  Michael Stahl  <mstahl@redhat.com>  [82f742f65d35896c69be38fa3b1c78a22226f71c]

        fdo#66811: vcl: fix broken OUString with length STRING_LEN
        
        ImplSalGetUniString was wrongly converted and constructs OUString with
        invalid length in WinSalGraphics::CreateFontSubset; this is then
        implicitly converted to an empty UniString so the font names are
        missing in the PDF files generated on Windows.
        
        (regression from 9e310cc32923ceb4b18d97ce68d54a339b935f01)
        
        Change-Id: I1603e62cf18f353f3d7de322b9111a173dc6b225

2013-07-12  Luboš Luňák  <l.lunak@suse.cz>  [d7d37d2101ce468e6ae2e1fd711cd7df321a5378]

        remove use of recently removed header file
        
        Change-Id: If4248c728f44bfda089fdba9f27a33868daf8663

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [8443c7c1cccba55a43b81cc8bfc034f7c5122f58]

        Updated core Project: help  b344257a8edb47b721e283c9eb50eef9e8a381db

2013-07-12  Csikós Tamás  <csks.tomi@gmail.com>  [6c8109193f0d435977c64c1eeec6c734d3d49bc8]

        Updated core Project: help  4096747c2cfa974b1e5b544c36ceff2d85667fc0
        
        update help ids for print areas dialog .ui conversion
        
        Change-Id: Icc747e1cb2387aacf806b38aa8a599bf1fec75bd
        Reviewed-on: https://gerrit.libreoffice.org/4867
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [466545933a70716cb1ca132f7e61cc12c60acbb1]

        set primary and secondary text on the gtk overwrite querybox
        
        Change-Id: Ie671ddaba0e749dd0714de589fbaa45d914ba5c9

2013-07-12  Luboš Luňák  <l.lunak@suse.cz>  [2cca46d54846b0cd7769b9287f17632a4258256d]

        PCH for more libraries
        
        Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b

2013-07-12  Michael Meeks  <michael.meeks@suse.com>  [5e28f6e9d3021171b12a7827cd5c93cfda1fcd90]

        Disable openCL by default on Mac (for now).
        
        Change-Id: Iaf54a64a9e910eaffe1526f3471df8f98854343d

2013-07-12  Michael Stahl  <mstahl@redhat.com>  [420aa16af0bbab4bdef80ceeb8d44cabe65840e0]

        fdo#66745: drawinglayer: properly restore anti-aliasing mode
        
        VclPixelProcessor2D: the constructor changes the anti-aliasing mode of
        the given output device, and the destructor restores a hard-coded mode
        instead of what was there before.
        
        Due to this commit 5913506b2193e93ca2767ab7365ab2e76ed7848f turned off
        anti-aliasing for FontWork objects simply by creating a
        temporary VclPixelProcessor2D.
        
        Change-Id: I7f7fcbf86b0dd425f599cd8e62fce3c69a2744bb

2013-07-12  Stephan Bergmann  <sbergman@redhat.com>  [dd547e4a8c1895aa89e699810323c933d9ac415b]

        Fix headless mode glyph cache memory handling
        
        ...the original code was riddled with errors.  It leaked memory, which if it
        didn't it would have deleted multiple times.
        
        Change-Id: Ic70b425fac02ef894e35b3dc15039d217f8870f5

2013-07-12  siqi  <me@siqi.fr>  [333b7fb38153ae90bcbcc1348c8db698ba207331]

        add autoresize storyboard to repo
        
        Change-Id: I8e9d5a30799fe61df7e7ac235abcbee77f598da2

2013-07-12  siqi  <me@siqi.fr>  [81ef75cbe76a2dc9f835a41f3599878b1aabbf2b]

        license update
        
        Change-Id: I79c3da3023c4a5feb5d9f581539696ea988a479b

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [8ad3d846a46a2780e1759f58334b04ce2286ff00]

        XubString->OUString
        
        Change-Id: I07f4db038114174a65ed453096d566d699e8fce8

2013-07-12  Tor Lillqvist  <tml@iki.fi>  [46846b7c48c0d408d66ffecea1dbd9ba8e77ff9e]

        WaE: private field 'pBtnHelp' is not used
        
        Change-Id: I72f8440691192b7c05ef1c7df85c76e84f7f54ee

2013-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [49bf747c8fc65d66421fa3a074e19534ddb52c61]

        More SAL_INFO in writerperfect
        
        Change-Id: Ifeef0fab105bec8c42c7f3844dde5d7f81e264b5

2013-07-12  Miklos Vajna  <vmiklos@suse.cz>  [b1cd73d3e62c5192bc3d77f5ecd1036ff42bde61]

        bnc#828598 fdo#59643 SwFormatClipboard: fix undo of paragraph attributes
        
        Paragraph attributes were set directly on the SwTxtNodes, instead of
        going through SwWrtShell::SetAttr(), which handles undo/redo.
        
        Regression from 357fac9713875302d30185feabaf5c165e040ca4.
        
        Change-Id: I5dc86e20e3c006dab60a075355ce9ad1f1b67bb6

2013-07-12  siqi  <me@siqi.fr>  [cd9a9c8fe95acc35ee0b44b887b825d06358e5b6]

        new icon
        
        Change-Id: I525bd9ffb539f0a64fa02c6a4f10021b298a2eee

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [7908692490120350f2ad45241f7b19ba52dc0489]

        GtkComboBox->GtkComboBoxText to use the items, etc
        
        Change-Id: I6ece0c471fbe21fc832c4c65a02bfbc9cf991a5a

2013-07-12  Csikós Tamás  <csks.tomi@gmail.com>  [9f0644d62f5d54a8d2788f358c850df2fcb1516b]

        modern .ui widgetlayout for areasdlg/printareasdlg
        
        Change-Id: I91ae85f6ca896bdc91d43654213a079480e627e0
        Reviewed-on: https://gerrit.libreoffice.org/4866
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-12  siqi  <me@siqi.fr>  [08225e92133bd056bd18d404da5655df14831b36]

        disable pointer when enlarged image is hidden
        
        Change-Id: I6c637a4d8d8e0e3ffdeeb29ea98ca184d198355e

2013-07-12  siqi  <me@siqi.fr>  [135cb84e76e58c64e1b9953f16e3544f1b2db3a2]

        iOS5 backward compatible
        
        Change-Id: Ia540e68d953069e5f690a36303823f59e1129b46

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [fc0a23e52df27cebb156bc6a128e8b0ce272cfd8]

        constify these methods
        
        Change-Id: I72173ef6cbea28afe9f349aa57a94cbfd537a851

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [d75dd80abb28cdb126a12840597d0384dd43897e]

        Resolves: fdo#54493 autoenable CJK/CTL ui based on installed keyboards
        
        Change-Id: I66d3c57c88ff64fc3e3a7fa50fb5a173e709e3bf

2013-07-12  Marc Garcia  <garcia.marc@gmail.com>  [a865cec5d3af824e3d4f6c1d6401ecb743e4f09b]

        Related: fdo#54493 determine if a CJK/CTL keyboard is installed
        
        Change-Id: If21a34c69f58612f8ec2eba1253f325f352962cd

2013-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20cbceac4d6ed100a3978d3d7ef3b55735c942ec]

        Add unit test for GETPIVOTDATA.
        
        This is just an initial version. Will add more test cases as needed.
        
        Change-Id: I40b00bedafc585acd21e804cf041ce4538274ff9

2013-07-12  Miklos Vajna  <vmiklos@suse.cz>  [f6972d337d0990a5b9c6ddbe1fef1216b6efc714]

        SwFormatClipboard: unused includes
        
        Change-Id: I41a6ad6e3af76ddcfad7c33b434601dcc8a2de95

2013-07-12  Noel Power  <noel.power@suse.com>  [3d64d67763038f4c7070f9bdbfdedf63360e6439]

        remove create of com.sun.star.awt.tree.DefaultTreeDataModel, it doesn't exist
        
        Change-Id: I029286d9c25f0b7ee562e87cc7e205aa398e594b

2013-07-12  Noel Power  <noel.power@suse.com>  [df9f26c22a59ae2309201d2709ea5f8a0ecbf247]

        fix fdo#66586 Revert "fdo#46808, create IDL fortree::DefaultTreeDataModel"
        
        This reverts commit fcd01fba69db6de6cfc983fae65b6ba6764de0d6.
        
        Service DefaultTreeDataModel actually doens't exist ( and we can't find
        when/where it used to :-( ) The treecontrolpeer.cxx change to
        use the new service also had the undesired effect of throwing an exception
        when the UnoTreeControl model is inserted ( previously this failed silently )
        The net effect is the dialog control is malformed and not initialised
        correctly

2013-07-12  Csikós Tamás  <csks.tomi@gmail.com>  [146e3927f06cf5d1f1782a3dd6b04fc68945bad6]

        Updated core Project: help  38c2d6deb0e64f9f5a7bbc29f313185984d0aea5
        
        update help ids for frame url page .ui conversion
        
        Change-Id: I1d4ec32bebd5815e071d6c2756fcc3323341de02
        Reviewed-on: https://gerrit.libreoffice.org/4861
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-07-12  Csikós Tamás  <csks.tomi@gmail.com>  [efc09e121ceffb0d2c1b841b809277bd6484f1a7]

        modern .ui widgetlayout for frmpage/frmurlpage
        
        Change-Id: Ia308fa393baffc7f456ba613cb216b427c450ca6
        Reviewed-on: https://gerrit.libreoffice.org/4854
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-12  Stephan Bergmann  <sbergman@redhat.com>  [d8dbf1b5dbfa0db2d765063a1d848d031835398a]

        Turn basebmp::Format into a proper enum
        
        Change-Id: I4067c5039c7b5c74a1c144721dd7260de54dd2bf

2013-07-12  Stephan Bergmann  <sbergman@redhat.com>  [b00a99e4af0cf47642a139778a230cc61d1347d9]

        THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRA
        
        Change-Id: I917c4136614664a1816769300707f170312c885d

2013-07-12  Armin Le Grand  <alg@apache.org>  [04d937c1ec36c2d9fa8c90604c81a37d30e97da6]

        Resolves: #i120957# Added Reginas corrections for gradient colors for...
        
        linear gradients in VCL renderers
        
        Patch by: Regina
        Review by: alg
        
        (cherry picked from commit 94205034afa2abe9ab73b2f5d0c76f295a7889c9)
        
        Conflicts:
        	vcl/source/gdi/outdev4.cxx
        
        Change-Id: I8b66bb1b9155253e138c7ebb4fc3e0686bae7913

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [cad6d7e516e5cc1e0f66d7e400ce949707c94cc7]

        add auto correct for uknown -> unknown
        
        Change-Id: I1f67da89f7e9b4a31018fc2ab0a95f7368468d6f

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [06ac689a8d3887519d98a616f9a1727fcc7d0bf6]

        initial unexpanded child was actually zero size, not hidden
        
        Change-Id: I8b65b4986bf316e352131e737ebf736d91173d16

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [76789dd61c750b5655fc4dcd7629b12e1ff5d17b]

        tab traversal order wrong
        
        Change-Id: If3b46a1f41cfdde7e6ae04c2aba48fc49d6f2230

2013-07-12  David Tardon  <dtardon@redhat.com>  [e352abc2e60abd21e383ebf971e545ca510ac4ed]

        allow to run smoketest in arbitrary installation
        
        Just set OOO_TEST_SOFFICE=path:/path/to/installation/program/soffice .
        
        Change-Id: Ic772a56328253f608a62a21923a74198fa29a136

2013-07-12  Herbert Dürr  <hdu@apache.org>  [28a4496c76acdab6cb851387e78366bb611f130f]

        Resolves: #i120788# remove unused members from PyUNO_callable_Internals
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        
        (cherry picked from commit 5e2c3fd88906494965979bd20ca852391bee3bac)
        
        Conflicts:
        	pyuno/source/module/pyuno_impl.hxx
        
        Change-Id: If73d5f7b799f04b79b5cc71d2d44c797851b18d0

2013-07-12  Herbert Dürr  <hdu@apache.org>  [3c57a9b8a41b0b1244e649f0766f45d54012f395]

        Resolves: #i120083# make python loglevel and log output changeable...
        
        through environment vars
        
        Set the log level with the environment variable "PYSCRIPT_LOG_LEVEL"
        "DEBUG" (for debugging)
        "ERROR" (show errors only)
        "NONE"  (or anything else) (for production) is the default
        and the log output type with the enviroment variable "PYSCRIPT_LOG_STDOUT"
        "0" (log output to user/Scripts/python/log.txt)
        "1" (or anything else) (log output to stdout)
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        Review by: Herbert Durr <hdu@apache.org>
        
        Note: Commit message edited by ASF infra team to work around a known issue with the
        ASF svn install (not an issue with svn) and UTF-8 handling. This is a temporary
        issue that we hope to resolve soon.
        (cherry picked from commit 9dc7f72febe9d294304f70cc7b9cdeab1c67dc8b)
        
        Change-Id: I099c8b3f812559c380078f63b692c83fdc811e33

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [479bba2cdcda8dbd86861ea62c8c25bfef633148]

        Related: fdo#66817 ensure VclExpander label is mnemonic for disclosure button
        
        Change-Id: I11c9a35e3d50a827127e4542a40f6f29580d4e8b

2013-07-12  Eike Rathke  <erack@redhat.com>  [6c88ebe9aaf32b5c7c6e22270ee90091c019f567]

        write bcp47 format-locale if necessary and read both
        
        Change-Id: I82cfdd8652d1c86b701ccb0b913928c860a360d2

2013-07-12  Eike Rathke  <erack@redhat.com>  [76d36d5bba2712c1c98548e73ca9fb82e11b0cca]

        write ISO codes for native number transliteration
        
        Change-Id: Idc3bf2aabb7df4e57deb13251a1f6631c579268c

2013-07-12  Eike Rathke  <erack@redhat.com>  [2c5548a6fb0886f32cf20609638d171c43a6d1af]

        write bcp47 to dc:language
        
        Change-Id: Ia62ef327cd07070c2e48f4140c58f3309581b562

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [9f7eab01a65c39b07afb1fba8819593694a3fef3]

        Related: fdo#66817 pressing space on a DisclosureButton should toggle it
        
        Change-Id: Ib0f03e4389a35f1eb66c3c5951e89a9f70ec7145

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [164c83d0fd06db0d6b4f2458517405ef74a09010]

        Resolves: fdo#66675 set alerts to non resizable
        
        GNOME HIG states that "Alert windows are not resizable" so consistent with
        that.
        
        Change-Id: I44240f2202fafca2e6a0502e09f22683bbea4c50

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [e567153a7849c108e94d28be81576305ec86fa31]

        Updated core Project: help  de54c17248708f728177be7a3421da1dc0e97504

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [1163b54c2973e3e67d1259ad10b2ff81be74055b]

        add back text flow options and some other reorgs
        
        Change-Id: I7139779728907b20d577bf465090674238f80649

2013-07-12  Csikós Tamás  <csks.tomi@gmail.com>  [78f5ef0a36f1484b533197136279821497bc4151]

        modern .ui widgetlayout for frmpage/frmaddpage
        
        Change-Id: Idbc62b17551398b80711c5a4a4a6c8346580e73e
        Reviewed-on: https://gerrit.libreoffice.org/4843
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-12  siqi  <me@siqi.fr>  [544fd39ed3abe5d5a1699ae009c6ff797a3dfba6]

        swipe in sidebar improvement
        
        Change-Id: I7834d5ae8013004d080d433e4625a0a60bd5877a

2013-07-12  siqi  <me@siqi.fr>  [d3c31b6fccd605ced0c7657916c38cda02206b11]

        two pointer mode implemented & various bug fixes
        
        Change-Id: Ib927b7a463d29838fd16eb62dc23a05a230c0274

2013-07-12  siqi  <me@siqi.fr>  [a5f6c185ed1cff681b8002583def8389c5a07400]

        accelormeter implemented but doesn't work well...
        
        Change-Id: Ia5f2c1e706b21914ff483378e1bf8ffbdeb5eed6

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [77826a484fc0eaceff4cfeacced0b8792743788c]

        remove unused ids
        
        Change-Id: I6c25699ec598ff6d3191870859eebc83eacc7709

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [505c5c399d09609c3d4bfa3510e2c6f5e8cd5912]

        Updated core Project: help  b6af35b3def2399a8dec491c50f7a946618261d0

2013-07-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [65adf781e097b658b1b3ba1ee6999b1bbadf6592]

        Convert Draw paragraph dialog to widget .ui
        
        An undocumented feature can be enabled by environment variable
        
        export SD_SHOW_NUMBERING_PAGE=1
        
        so a paragraph numbering tab pages shows up.
        
        Change-Id: I21b0c8f6dffefd09fa783f29d3280c955513ddd6
        Reviewed-on: https://gerrit.libreoffice.org/4852
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-12  Eike Rathke  <erack@redhat.com>  [35a230af3f2e847983174cf65c567e04212791dc]

        prepare to read backsolver's OOo ODFF namespaced function name
        
        Change-Id: Ieff6955c54125483eeac25f87ab334d91e37968f

2013-07-12  Caolán McNamara  <caolanm@redhat.com>  [952bc9feece3ab57014263371dd00d60bf1c75ee]

        ensure all tabpageids are initialized
        
        Change-Id: I0973daedacf38ed9fbe969063c3f7f17a2fa4758

2013-07-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [9992b1aadb114159fe5d78e46aebb209d718d958]

        Convert paragraph properties dialog to .ui format
        
        Convert Writer paragraph properties dialog to .ui widgets.
        Reduced 2 different dialogs into one (bDrawParaDlg)
        
        Conflicts:
        	sw/AllLangResTarget_sw.mk
        
        Change-Id: I63135dda5416b8b503f9aa9f4986ce3ed08f535c
        Reviewed-on: https://gerrit.libreoffice.org/4851
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-12  Ricardo Montania  <ricardo@linuxafundo.com.br>  [01ea5d7f6c92055a9a131c124f899968bb7c4023]

        String.AppendAscii() cleanup in sc
        
        Change-Id: I99e8834085573238f0d1d49576f73e945abc44d3

2013-07-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [231cb07d0e7d250866ae5ae5b46eca81f5f3523c]

        connectivity bison/flex: get rid on unnecessary static OUString()
        
        Change-Id: I06057fd5fddde278333bf3b65388c70d30b69d79

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [324d87a130d929fe59379ed8c15e33f7c74e38dd]

        fdo#66655: Get GETPIVOTDATA to work again.
        
        1) Compare data field name as it is displayed in the table output.
        2) In the result tree, store field member names as strings as displayed
           in the table output, instead of as ScDPItemData.
        
        GETPIVOTDATA operates on displayed cell values and do textural comparison.
        There is no use storing ScDPItemData which screws up value lookup in
        the result tree.
        
        Change-Id: I31bc03a6800f4fadf2ba1180d1958354d43e8a07

2013-07-12  Eike Rathke  <erack@redhat.com>  [f028d9c08c3c5136a860475be16f1d0fc583ff3c]

        use LanguageTag
        
        Change-Id: Ie7e9aac9356a7a9e20945556960f807928e1fede

2013-07-12  Eike Rathke  <erack@redhat.com>  [15e35498e602e9a844ea4067044f8f8efd72755b]

        use LanguageTag to convert, and some FIXME-BCP47 comments
        
        Change-Id: I63abfdfbd9f94993ce583ebd4cf8ef44d2068112

2013-07-12  Eike Rathke  <erack@redhat.com>  [ae32dd4f7d2dc4592c54390f75a5f3479c899f18]

        some FIXME-BCP47 comments
        
        Change-Id: I0c9a532ac4eec9730f7ae17b02742a381fa0a667

2013-07-12  Eike Rathke  <erack@redhat.com>  [5a795e01e02995880391a56d67065a0621d4b622]

        use LanguageTag::getGlibcLocaleString()
        
        Change-Id: I3770056e3a8039dae5c5cfe686f445d4668b5995

2013-07-12  Eike Rathke  <erack@redhat.com>  [cde58731dc2e0da78cf761ff95a5df214296d041]

        use LanguageTag, and a FIXME-BCP47 comment in loadTranslations()
        
        Change-Id: I9fd4c0a3887dd3d7ac756f0399a8a030d116f68a

2013-07-12  Eike Rathke  <erack@redhat.com>  [562880754bc8b59b752a6ca40ee4323240f74ac9]

        restrict to ISO language-country
        
        Change-Id: I0dbcb4bd75fa270acee409524d6b1dd12547ff0d

2013-07-12  Eike Rathke  <erack@redhat.com>  [f66f896657967c0ce3c75680e956cad918a632d3]

        DefaultFontConfiguration and FontSubstConfiguration with LanguageTag
        
        Change-Id: I6c111392537d114358d0574f2dbdf40f684b5103

2013-07-12  Eike Rathke  <erack@redhat.com>  [1254a00da0fff439c8f8ac1697da7a96e10b1705]

        eliminated some back and forth conversion between bcp47 and Locale
        
        Change-Id: If97a4b695262a99979dbab1bcec75fe694c4de80

2013-07-12  Eike Rathke  <erack@redhat.com>  [642f458c23eefc9fcf5447362a049329b489adf0]

        use OUStringBuffer
        
        Change-Id: If82c2114a1145e1bfdede9205461717c04043db2

2013-07-11  Andras Timar  <atimar@suse.com>  [562c39d73fb473f0eaec227ed0f607de4b7d8322]

        fix HTML export of linked image bullets
        
        Change-Id: I14ade42adfff9beb0e40eb0d7e5569cbef0ced06

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [5e75084ca252ae9d90e18df0c50a92f48dfa7ece]

        Update opensymbol readme.
        
        Change-Id: Id6f82bb23336d056b2a4aa9966d93f9098f2cc26

2013-07-11  Eike Rathke  <erack@redhat.com>  [50726b3012d75c0d86c651074cbffe85bad4b1b7]

        simpleExtract() with "re-casing"
        
        Change-Id: I3ee2cdab9ac889eb3e73c08924c349777fbef2f8

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [e962805b31074d6b6a2ed0db6452769448337553]

        fdo#66826 - Allow parameters to be passed to patch such as --binary

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [bfc060597078ff19fffbcbe21fb1dd41655a9e4c]

        Related: fdo#66524 don't invalidate font cache every time
        
        The afm dirs are misdetected as having had something in it in the past and
        having nothing in it now.
        
        AFAICS it seems that this particular code has always been like this, so keeping
        this fix separate for master only.
        
        Change-Id: I8960d0b0d22ee24d5691eecdce262011dc141ea6

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [019a8f3f74ec778d5fead4d2b4d47e75cf750bf7]

        Resolves: fdo#66524 string conversion gone wrong
        
        Change-Id: Ie885514cdfaecc14ac57bb53a2da7c51274d54b0

2013-07-11  Eike Rathke  <erack@redhat.com>  [21b2b1c04998307d71129e607508007a795a7ce7]

        unused variable 'sTableName' [loplugin]
        
        Change-Id: I5fe746ed08a7b1124465231b6e85475da5490904

2013-07-11  Eike Rathke  <erack@redhat.com>  [62f56ba02d7d664a835a36bfabe3a1704b175baa]

        use LanguageTag and getFallbackStrings()
        
        Change-Id: I398fb1cd3a2f456562d879b417ec964f21f67464

2013-07-11  Eike Rathke  <erack@redhat.com>  [ac469ceef535c5463443d3d81dc02cd9744785a8]

        use LanguageTag::getFallbackStrings()
        
        Change-Id: Id9403337375077931e976358c4410ad18ac0e092

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3c59183f5bfa22194f0287b449aaa6d882be8827]

        Add test case for matrix's double array handling & fix one bug.
        
        Change-Id: I6cb2ff8bf536ccb53ae9f146baf6aa582f9fbcfe

2013-07-11  Eike Rathke  <erack@redhat.com>  [5e60674857d3d290f172b8c133c69aeba003b1ce]

        use LanguageTag to convert
        
        Change-Id: I11007c31e5b4eea39ce27876de8a65fbf563a5e9

2013-07-11  Eike Rathke  <erack@redhat.com>  [0f80c06463e63af9f52501469c0c2090b662ae55]

        added FIXME-BCP47 comment
        
        Change-Id: I77416a9e275dc204b3b82807d27b5276ad4f497f

2013-07-11  Eike Rathke  <erack@redhat.com>  [7d0f6f671e7f9027b46e9a87e4b3608429ed64ad]

        added FIXME-BCP47 comment
        
        Change-Id: I202c53a094ac7ddcbd1fa0d2367058aba56820ed

2013-07-11  Eike Rathke  <erack@redhat.com>  [759d56352faf463bba11369f1a7be8bed3814f90]

        use LanguageTag to convert
        
        Change-Id: I721f1018e6380a3102b6dd20052001b1e950421b

2013-07-11  Eike Rathke  <erack@redhat.com>  [96a5c866a94590c993629013c41f00b7d496f70e]

        use LanguageTag to convert
        
        Change-Id: Id32a8a75cd24a8acc4dada689a5688767de6745b

2013-07-11  Eike Rathke  <erack@redhat.com>  [a0ab8e389cca3db9fef0547925cdcc6d71e9b43d]

        write bcp47 for dc:language
        
        Change-Id: I859eaaba3c852127422bd0d0e0db0f9bd62e0d55

2013-07-11  Eike Rathke  <erack@redhat.com>  [f758c53e87a2e29ccd4d8e11f1426e1d805b2032]

        use LanguageTag to convert
        
        Change-Id: I9209b659eb88df5610882a476dc12ac45527e568

2013-07-11  Eike Rathke  <erack@redhat.com>  [b49892872ef2c73c3f2b745c00baa1c735837ec1]

        comparing Locales without Variant is now insufficient
        
        Previous code also had some odd notion of inequality ...
        
        Change-Id: I0e75035a0618a3a0a177d22296155b9ae2a26185

2013-07-11  Eike Rathke  <erack@redhat.com>  [3dd16c6838778b8a947cc5daddc89a354712cb47]

        use LanguageTag to convert
        
        Change-Id: I689bb64664ee36b2e3e8386ebd20cdd95c51142b

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96086484d3429ff849b468ef5d1ff8ac8e7874a9]

        Move pivot table tests into a separate source file.
        
        Change-Id: Ie32999007bbeaff4076195c68f2537ba0da6148b

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [67ffff37ed16dff6529daf36835554f54a28fe5e]

        Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.
        
        This one too doesn't operate on column.
        
        Change-Id: Ieb23641ca4860d6f137b266813ad56f4984e0523

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [d35cf5e19652989419aa598119ccd978307111fe]

        fdo#66826 - Add DOS CR/LR line endings to please patch 2.7 under cygwin

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [22347f6180cec13c2f1101300e4f0b45b6d1ae39]

        Resolves: fdo#66815 avoid resetting the selection when values are unchanged
        
        Change-Id: I88534e0b0e8302630193f77d2d85c4029a5a8f52

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [d55c0c902838540573e32a7cf34cd8c45587adb9]

        Related: fdo#66815 fix the column dialog's 'enable' dependencies of widgets
        
        a) entire block at the bottom depends on > 1 column
        b) everything in that block, except the line style widgets themselves, depend
           on line style not "none".
        b) additionally then line position has an extra dependency on line height !=
           100%
        
        Change-Id: Ia3c904c7beaa2a3f7b9157d2ec8ab51813601873

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [33fe41cf45efb89f9a7629c5df5a6b4d5b7c0b76]

        sort is ascending by default
        
        Change-Id: I38354405acbbdb27b9e7ce1d19e862b7b352c850

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [b93b9e6d424faa7f6664a15b0507885f87745b01]

        microoptimisation
        
        Change-Id: I977fbd8387b069574d9818923ada54392d39347a

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [417925840e8697aaee8eb2f566d7e706bc8c379d]

        give right function name in debug messages
        
        Change-Id: I7d82e34545a5aab657f3156b8c5b23c8a8531a11

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [40370f759c403c5f07fb4d77680bd8f954e55231]

        ORDER BY columns are prioritarily *SELECT* columns
        
        as opposed to *table* columns,
        and notwithstanding HSQLDB 1.8 (our embedded database) bugs.
        Actually, supporting ORDER BY on non-select (but table) columns is OPTIONAL for DBMSs
        (but quite common)
        
        Change-Id: I6725dfda36b09429a78262bff6f3d3e3dd9032b6

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [ad1049716a6e62066a196c78b163c30af3a2d264]

        remove unreachable code, reorganise OSL_ENSUREs
        
        Change-Id: I5a5df020dd6900e28a9db94bfa179baa3f59dc4a

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [48e5349a6e7f155e8709c4e9d0839eea51d57557]

        lcl_getColumnRange: no table range -> match 1st name-matching select column
        
        as opposed to no match
        
        Change-Id: I811abd9df5b6cc617c28ab330cecb406cd11e709

2013-07-11  Lionel Elie Mamane  <lionel@mamane.lu>  [72e71b829d43144c2991b589b0db96097d7f4fb7]

        delete in destructor checkbox created in constructor
        
        Change-Id: Ifceae4c7ffe15bfc62ce34f4463fd4e071403359
        fixes: debug build aborts when closing that window

2013-07-11  Eike Rathke  <erack@redhat.com>  [38522416bd6a85f206b8c294726dd2e3d6a63567]

        use LanguageTag::getMatchingFallback()
        
        Change-Id: Ib6fd9581728bdd7c32ccec9ce538d9b4c5658b04

2013-07-11  Eike Rathke  <erack@redhat.com>  [00de85cc75e3501a5597c2f293407b1b76fef429]

        added getMatchingFallback()
        
        Change-Id: I5805ab98049bd7dfd8ca1b58632f6c0115197bdd

2013-07-11  Andras Timar  <atimar@suse.com>  [547affaf66ea063970438e321e98b0f788a3027c]

        remove unused headers
        
        Change-Id: I84326c0c6df0a68f3fba5659144b01d5131a001b

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [1e5cea126cbb014582f4395e85a8eca1ac63354f]

        Make an undefined Shortcut FileID a hard error
        
        ...so that regressions like the missing libjava_uno.jnilib in fdo#66703
        "REPORTBUILDER - report design wizard does not start on click (missing
        libjava_uno.jnilib symlink)" are found earlier in the future.  (It is unclear to
        me why it had been demoted to a warning right from its inception in
        5b6ee999707ef33bf8bbab6848f331df072543ae "INTEGRATION: CWS native99 (1.6.738);
        FILE MERGED.")
        
        Change-Id: I415477cff39b4a6b848701374c7f9dbb8ab2f6ba

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [74388d2fbdd3ffb7d319e74dd1a7c5592410aacd]

        Handle --without-opencl-sdk or --with-opencl-sdk=no
        
        Needed especially for OS X where building the OpenCL code is on by
        default, in case you still want to bypass it (if it is broken).
        
        Change-Id: I47584890869ef2b5a77e0cb68a110d49e1ff4755

2013-07-11  Andras Timar  <atimar@suse.com>  [0b48a9b5e05e57306d7f3a32d2be01bb352b0d18]

        remove unused headers
        
        Change-Id: I3345e6322a9aa25239df98033b8436ec377e197f

2013-07-11  Andras Timar  <atimar@suse.com>  [e6fb87e6039de7d871563cd14b5b9d21129cd216]

        statement aligned as second statement in if body but not in a statement block
        
        Change-Id: I0d691c75cc5477b3b0f9c6f6f2dc420a51751201

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [b62d8e6b081d90d3b6e503f5cde9e70e370d671c]

        Adapt example to use retrofitted UNO service ctors
        
        Change-Id: I85bf8e3fe76ff107cc3e611cc1103ca1f27fc00f

2013-07-11  Luboš Luňák  <l.lunak@suse.cz>  [386af68921d8ae658b3704943b5f58603d7fbf83]

        remove duplicate debug area for framework/
        
        It'd be probably better to rename all the cryptic abbreviations instead,
        but two different debug areas for the same thing simply doesn't work well.
        
        Change-Id: I895fadb47ebf408a36d13dbb32386caa3f472f1c

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [7450f19f62194f79349fa6d3bdb9733d7110a143]

        Bin pointless #ifndef _SFXSH_HXX
        
        Change-Id: I5c08bf9a9db2d1509407589dfbecdde44577ccba

2013-07-11  David Tardon  <dtardon@redhat.com>  [bd3aa6983796f9dedf85c446a0ce5e5505583809]

        fdo#66072 do not end auto_*_ALL by a comma
        
        Change-Id: I7d0fbe865cd10d0a3ef690e521d4752d6d7f3939
        Reviewed-on: https://gerrit.libreoffice.org/4829
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [37d9921797a3ad3be8257fbfee11326549fcd987]

        odk/examples/python/toolpanel/CalcWindowState.xcu is still in use
        
        ...contrary to what f13f9b5cc5267a7a5606b1a89db91b6d7aef5f9c "various .xcus are
        gone now" claims (thought it might ask for clean-up in light of
        af572d9fbb744c9691abe465815d7927a9d11510 "Related: #i121577# Allow setting
        toolbar name in Addons.xcu").
        
        Change-Id: I4ff75c3ddf5bce28330f7b99282d8e2e081de48b

2013-07-11  Nourah.AlShoeibi  <nourah.alshoeibi@gmail.com>  [00a26f824232d9dbf68cfbcbdd4b423da23ed4eb]

        Modifying comments to meet Doxygen standards
        
        Change-Id: I5f69285d571c08c40f2e8a7495363a7b97bbadb3
        Reviewed-on: https://gerrit.libreoffice.org/4825
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [cf6a74af5340c2c4fbf270a95bad12479524d9d4]

        XubString->OUString
        
        Change-Id: I1049249741f445ad7bd9c070f99812c4404597c9

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [8197518497ce5c538ea5db85168614f6025de2b5]

        Uknown -> Unknown
        
        Change-Id: I06d48669804d2ae99c47a0df1ed3c6f45c87a57e

2013-07-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [d496bcdb770a61400abf4f67baae5103505f8a34]

        we do not support any platform with bison < 2.0 anymore
        
        Change-Id: Ia2c1c6ed43c6a42fa1a65a22f4c8d68de216706c
        Reviewed-on: https://gerrit.libreoffice.org/4822
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [25b4ecbbcf9af9aeea5ca093b138f108de35a353]

        sidebar: Improve the LinePropertyPanel look.
        
        Change-Id: I11cadee9a0e3708df09cda2bbe0959c2be7fdda9

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [2978948d05c299cccebba997ce599f3a7f72057e]

        No need to have unreasonably long descriptions of line types.
        
        Change-Id: If6d9830d776c0aa95c848a04b43a8d43ba34bfde

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [f471a9fcfc85e4e695a2dae0a1b4cddefca8d6dd]

        sidebar: Images have to be global in LinePropertyPanel.
        
        Change-Id: I8cdb6321dbfa6860855e24bad03974de668c56eb

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [09b3a00b8eb0709f0606d024c242b345ef2f364d]

        Unused, kill these src/hrc entries.
        
        Change-Id: I96bd136313d77f3d3d9aee53c0b916d515004ba9

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [dae88bf60adf1b7c9dccd79bdc1f444b91732a08]

        sidebar: LinePropertyPanel missing entries in listboxes.
        
        Change-Id: I366cda7e63d3c64b063bcadc879c15a228981576

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [79a8e218461441cc7b9f5095a097543e7556bd83]

        sidebar: LinePropertyPanel .ui usage + small cleanup.
        
        Change-Id: I2ef9554c35015a050e02ccd1b6fc799fe9f1a919

2013-07-11  Prashant Pandey  <prashant3.yishu@gmail.com>  [ade434f494d0e272db9818f672c38e311ac748d8]

        sidebar: LinePropertyPanel conversion to .ui
        
        Change-Id: I7f9ee68fac268621f2412377fa059c7f8225718c

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [51908951143aa97022023c336cee64cae202346c]

        add patch
        
        Change-Id: I4cc4f3dda5bcf30704bc6a448c85546d3af46c46

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [a45f6814c9d02fa3e3deed250c4f154c805e6570]

        patch for messagebox api change
        
        Change-Id: I6317e24dc93eb23a3d762f714d132851d7d80354

2013-07-11  Ariel Constenla-Haile  <arielch@apache.org>  [805c6101b3427cc98b53f1c48f22f705206c384d]

        Resolves: #i121544# - Clean-up MessageBox API
        
        (cherry picked from commit 27cfcb1e9d103b3e49c1263b1fa59fee8b187b21)
        
        Conflicts:
        	desktop/test/deployment/active/active_native.cxx
        	desktop/test/deployment/passive/Dispatch.java
        	desktop/test/deployment/passive/passive_native.cxx
        	odk/examples/DevelopersGuide/Charts/SelectionChangeListener.java
        	odk/examples/DevelopersGuide/GUI/MessageBox.java
        	odk/examples/cpp/complextoolbarcontrols/MyProtocolHandler.cxx
        	odk/examples/java/Inspector/Inspector.java
        	offapi/com/sun/star/awt/MessageBoxButtons.idl
        	offapi/com/sun/star/awt/MessageBoxResults.idl
        	offapi/com/sun/star/awt/XMessageBox.idl
        	offapi/com/sun/star/awt/XMessageBoxFactory.idl
        	offapi/com/sun/star/awt/makefile.mk
        	offapi/type_reference/types.rdb
        	sdext/source/minimizer/unodialog.cxx
        	toolkit/inc/toolkit/awt/vclxtoolkit.hxx
        	toolkit/source/awt/vclxtoolkit.cxx
        	toolkit/source/layout/core/root.cxx
        
        Change-Id: I170b494fb96362bb25ba8d0f2518d4e46934dd67
        
        Related: #i121544# - Clean-up MessageBox API (post fix)
        
        (cherry picked from commit c9f7a06e7798bcd5253844c49d210ea9345bd4b8)
        
        Conflicts:
        	sw/inc/pch/precompiled_sw.hxx
        
        Change-Id: Ib8b1e7aaac769feff5206fcdd238c487a6130dd1
        
        Related: #i121544# - Fix header guards
        
        Found by: Tsutomu Uchino
        
        (cherry picked from commit 82194a19ff4f29c8451c8e6ab6fe4f1b9d08df27)
        
        Conflicts:
        	offapi/com/sun/star/awt/MessageBoxType.idl
        
        Change-Id: Ide8ba697fbc80395d2f30a068a0820a6afa3332f

2013-07-11  Ciorba Edmond  <edmond_ciorba@yahoo.com>  [5dd1b3da57862a6577717544dde56482add89170]

        fdo#63211 - embed images in HTML export.
        
        Change-Id: I585c85d2cee13ee8954623bd981cb372d78b7952

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [31144904919cf386f7ef6941a2932bc00497ed13]

        X11SalInstance::CreateClipboard is only ever used with the default $DISPLAY
        
        Change-Id: Id9a407b9ee4419fc6342931b249eb00e70addfad

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [b100f3f06be2dd79c8145cdf487901bc5d71b332]

        Simplify support for bitmap depth conversion in X11 clipboard/dnd code
        
        ...I see no good reason to make the code from bmpconv.cxx available to
        vcl/unx/generic/dtrans/ in a complicated way via UNO, instead of calling it
        there directly.
        
        Change-Id: I4f2e53c4610e8e19c96e1230a5c5ef034aab80da

2013-07-11  Miklos Vajna  <vmiklos@suse.cz>  [3a58a0f9d3600d0475e1a2c6595785cfcf5f362e]

        AttributeOutputBase::RunText: String -> OUString
        
        Change-Id: I413f0c4a270c5246dc87c5ff4f7042bc16330ed7

2013-07-11  Miklos Vajna  <vmiklos@suse.cz>  [4785fe1982837c0dc047158323e4c88701239790]

        MSWordExportBase::OutputTextNode: String -> OUString
        
        Change-Id: I20da47b7a2aadd11199547673521332afbf23387

2013-07-11  Armin Le Grand  <alg@apache.org>  [8d92c5d1fa4216749c48e34e471f5362a0906a32]

        Resolves: #i121917# secure SdrTextObj casts in cui
        
        (cherry picked from commit 005cd2d436221519f74e54fb2373c7cbece6aed0)
        
        Change-Id: If38213ec9bce63aab97ad9d32273c05860e583ee

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [21e45efa42932ec5fbf8d9fea4cb7e71edf08b9d]

        calc general page out of line with the rest
        
        Change-Id: Ia0e13732266bf2864a3d9d1ceaeffe8eb429bff3

2013-07-11  Michael Stahl  <mstahl@redhat.com>  [f3d3815af87ed27a8c809d282b1f0c913b0ceea2]

        remove unused method
        
        Change-Id: I04a33b37dd905e6aecb2423a0cd3d8ba355aded3

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [0c2af4a1c0603fac4f0fa1bc0a5036efe65e6ef2]

        drop some unused hids
        
        Change-Id: I9061966e6c86acf94c9a34704567366315baf007

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [5c5e70f3ad29eddf6f39d037779dba31689b7ed7]

        Updated core Project: help  bbffb8dbd5930c7b808fdd3887ffae4fe88ee6f0

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [1c7e0ba6cd9b1ce6a3e1c65460a3a0849bcb3189]

        post .ui conversion we can remove explicit SetPosPixel and HelpIds
        
        Change-Id: I2b7ff3e667ce1085676168e19a9c4ce7c404ac0b

2013-07-11  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [40a32467139758d3f37445004caf50f19b6eeb6e]

        insertgriddlg.ui and insertaxisdlg.ui widgets
        
        Change-Id: Ib5b84806189b44ca1b4c74c958d0fafa86030c36
        Reviewed-on: https://gerrit.libreoffice.org/4799
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [12df7429f5506827b23fa023a9d6fe5b936037ce]

        Updated core Project: help  5a69c57b710e35b715e5a55a175caec58cd5f704

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [c08b7d275b89b7d5d4a2a5ef66f54c726adf1661]

        move string lists into GtkComboBoxTexts
        
        Change-Id: Ib925eb978451c847bb2884bbc0a72449e72cbf0f

2013-07-11  Csikós Tamás  <csks.tomi@gmail.com>  [395b974daa234cb45f570eab100ed835c6b20b3a]

        modern .ui widgetlayout for tpview
        
        Change-Id: I0eb4a1aecf0726c709ea68145207dcf519a3773e
        Reviewed-on: https://gerrit.libreoffice.org/4802
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-11  Miklos Vajna  <vmiklos@suse.cz>  [e5b145a46cd29c9428e6e1894f7b0bb8248a412f]

        fdo#58577 DOCX export: handle multiple textframes anchored to the same para
        
        Also fixes ~SwIndexReg assertion on closing the document.
        
        Change-Id: I7c1a9d3d646f2dacdbced2af355c076c1a1063ec

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [2812451c08ed222b57dd6e8d790ba4bada581719]

        Re-do 5dff961ba5fab6d451d9d993e076d190a93be495: Don't look for just GPUs
        
        Surely we want to use any available device, not just a GPU? If what we
        want is to *prefer* GPUs, the code need to be changed then to work
        like that.
        
        Change-Id: Ic689c3ab914de3cb77e5af686f0c330a9257d8fb

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [ca3c7595221073315661458fbabc08850c2b4e58]

        Again: Use correct type for number of devices
        
        The change from 7e00a3690edbf71d6c3e6c0670875485f65c567d was
        (unintentionally, I hope) lost in a merge, it seems?
        
        The number returned by clGetProgramInfo(..., CL_PROGRAM_NUM_DEVICES,
        ...) and clGetContextInfo(..., CL_CONTEXT_NUM_DEVICES, ...) is of type
        cl_uint, not size_t. That makes a difference for 64-bit code.
        
        Change-Id: I08257782ff70fbfecd5c74bde9c7b9597aed2105

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [7051a13fb036f17ce2cfff8f778aaf180404ac9d]

        Updated core Project: help  2d7fe12895c38c0b4af2b466ba4c94d2247eef07

2013-07-11  Stephan Bergmann  <sbergman@redhat.com>  [73cdc655fb16fa229324d66eba01f0a3262314a4]

        fdo#66718: Demote SystemClipboard.createUnix to an internal hack
        
        ...see <https://bugs.freedesktop.org/show_bug.cgi?id=66718#c8> for details.
        
        Change-Id: I6e786ce21f41e51b480d0113ac0bd6a0013f4fb1

2013-07-11  Mark Wielaard  <mark@klomp.org>  [81a608e930c29f6210524df939c7a1d8b1093069]

        Fix memory leak in SvxMSDffManager::CheckForConvertToSOObj.
        
        Use boost::scoped_ptr for temporary SvMemoryStream.
        
        Change-Id: I6235d7868bd20963aa5fdda32b1dd3b82cf0b182
        Reviewed-on: https://gerrit.libreoffice.org/4760
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-11  Herbert Dürr  <hdu@apache.org>  [f76173b517a17615241222f623e92f0f020dd2a8]

        Resolves: #i122581# reestablish focus of the Record Search dialog...
        
        to the search combobox
        
        Patch by: Tsutomu Uchino <hanya.runo@gmail.com>
        
        (cherry picked from commit 704bca1331d902281c3029aba65d57baa89d3731)
        
        Change-Id: I5d454e164d2f33cebf5b5761ef3ce7ae1025c7c6
        
        Return zero value from non-void function to prevent compiler warnings.
        
        (cherry picked from commit 7986627ca418ec7c6fcaaa91367eda7f4b9aadaf)
        
        Change-Id: I5d065ac9fc4272c28ffd418ce2043e01d41a2e14

2013-07-11  Adam Co  <rattles2013@gmail.com>  [5bb9b70a66d7818844abfaa297893c095e03d24c]

        fdo#66773: fix for line spacing default
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I7dafa709fd7dcd3df445277505468386c3f1cef2
        Reviewed-on: https://gerrit.libreoffice.org/4810

2013-07-11  Caolán McNamara  <caolanm@redhat.com>  [dd3bb0aa49bbf45138d2ea594fb593729ac3b2b0]

        make SwMarkPreview available through .ui format
        
        + move getting size from ctor to Paint
        + add possibility for border to font preview
        + add possibility for setting initial text via .ui for font preview
        + move old .src combobox contents into .ui and re-enable code
        
        Change-Id: I0470da54c6764d67bccd5828cce9b11d2e7df3b3

2013-07-11  Csikós Tamás  <csks.tomi@gmail.com>  [b67b78abb57b7d5580dd1e31b86c2c623db528f6]

        modern .ui for optpage/redlineoptionstabpage
        
        Change-Id: I848f6cdd11755d9f169e973515d6defc4f3ac420
        Reviewed-on: https://gerrit.libreoffice.org/4814
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-11  David Tardon  <dtardon@redhat.com>  [70376f610a7eb876739829e1f362bc94b21cb82f]

        rhbz#980387 fix filter selection from file ext.
        
        ... for filters that have more than one extension associated with them
        (e.g., JPEG).
        
        Change-Id: Ic6b16d3b4aa17580404d02a9fb7b087b9aa52fc2

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [9dfb46ae335c46bdf4b2e9df52cc443519230705]

        WaE: comparison of integers of different signs
        
        Change-Id: I59577fbe8c3a59bb56d32a6c441a3b655f97a753

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [f7d2e3e08ca9de9424f58d9600ec88077d1a196f]

        Again, bin no-op call of clGetCommandQueueInfo(CL_QUEUE_THREAD_HANDLE_AMD)
        
        Besides, CL_QUEUE_THREAD_HANDLE_AMD is not defined any more in
        openclwrappers.hxx.
        
        Change-Id: I11fd3d9ea873cf8c9d62b3c2653cfb5e0bf4a437

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [a69e8fc686c4e6ec996ba91e61e3021e8f9e0d60]

        Apple still has cl.h in a different path, fix conflict mis-resolution
        
        Change-Id: I436e46d52659b28a3ecf5ad1a6366b0a79f062c4

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [cf1de6b8ceb3eb5b4b25af6167df62468ecefb3f]

        Remove superfluous #endif
        
        Change-Id: I5fcf215e7d044711f593f1c8099c0fad13d22141

2013-07-11  Tor Lillqvist  <tml@iki.fi>  [cf04b77f08f3729201597f0acd82fc53e31795cd]

        chmod -x
        
        Change-Id: I5f8bdd55e361e97e21e61cf28a48548477a7522a

2013-07-11  Jan Holesovsky  <kendy@suse.cz>  [5d6bfead080f31c421c4b236e3d6f2a9e8118b97]

        Fix Windows build.
        
        Change-Id: I943171b14610f8a9e6561a60f4a3297e26e32f14

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [76c6a4e328546d96f97daadbaf846be0a72c112a]

        Parse the token array in the RPN order.
        
        Change-Id: I3770269e23980597c16dd613704bd7a9feb0aec9

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [de9dc7b88d7d7437ebc583b029fb46e2f1db8319]

        Move more methods to SharedFormulaUtil.
        
        Change-Id: Ibd58f5d15292805d50823223d1ebe94e7b51b808

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fd0ab0c53e73b50857e5bfed4b307468202354f]

        Move these methods out of ScColumn since they don't operate on column.
        
        Change-Id: I1a03b9b18dd236138306fd545e961a5443e22bc8

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0797dd8714413f8319515df9831a86703b589558]

        Group formula cells in ScColumn::MixData().
        
        Change-Id: I38186e2bf82ed56fbe859b17dcc1d31f36471bd8

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [217896aa33e40b113fafdaa109d02992f7d9506a]

        Generate Reverse Polish token array (RPN) at the start.
        
        Change-Id: Idcac01820fab536cebebcc437e206b6900511600

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [9ed6e520afb8905596cd382e1e7fa79ba20063b5]

        better opencl error reporting / diagnostics.

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [98e811e43209faced8e8144267ded2032d44f4bc]

        try harder to setup the kernel environment.

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [c6fd693a8a1efb9e301bd623d29411dfa2378e5c]

        cleanup formulagroupcl and add opencl kernel for averagedelta.
        
        Conflicts:
        	sc/source/core/opencl/openclwrapper.hxx
        
        Change-Id: Id4777d3854d34ab34dd29b050cd329a803023a39

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [d5ae61ed2394b6945b969c61aea0adac2234f702]

        Add new opencl placeholder backend for specific scenarios.

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [e67ae6c1ca5d0df2fb3b94dda32519288225fb30]

        avoid regular re-creation of the formulagroup interpreter.

2013-07-11  Michael Meeks  <michael.meeks@suse.com>  [d05ec5563621f0b51757dd42737565d29fbadd2b]

        Latest cleanup and improvements of opencl backend.
        
        Conflicts:
        	sc/source/core/opencl/openclwrapper.cxx
        
        Change-Id: I3fdc90570e90a156ccecb511fc04b473752018bd

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a344684f0864f070d5ad1ffd9f2f844ffbd29fde]

        Fix build breakage.
        
        Change-Id: I99378e51b3ed2d84fa0116661d6aaba89de1688d

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf2b72e8d55fbab56b4af7b0afbee67725b536a5]

        Nobody uses this marker method now.
        
        Change-Id: I06aea5100280c6dee756d8023e6e2fadb09662d7

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [39d87d3677f7f2cba84c319f2f6fddfb7bc63598]

        Check formula cell group boundaries to optionally merge.
        
        Just in case...
        
        Change-Id: If1feac9f144a8ab7d53823a0625560a499d57b68

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ade196676aa285a238168b1e2bfa1fa4ebcd757]

        Formula cell grouping in CopyUpdated should already be done.
        
        Since it uses the same function object CopyToClipHandler which I added
        grouping support to earlier.
        
        Change-Id: I8964f95041b5170ca1c7fbe073f85fcf77367c9f

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6d25c4a1f675a302f3a76546fe97531574a11316]

        Remove this marker.
        
        Change-Id: Ia6216631aea17492ed7d864e6033b4677b6d7eb9

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b1ccc1bf6632d1341f648f7d6e6e90f49701a9c0]

        Add test for formula grouping during undo.
        
        Change-Id: Ifab98b1eedf4420ed5b609e0684422c8aae0d33c

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4e10b2e26f4ac5e2a5ff28e2e3a1eedbf5f8ca61]

        Grouping of formula cells during undo.
        
        Change-Id: I57693eee34a073cd3f39fdd4f5a74eafb12c9dc7

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eca428bf03ed71279c985ce6862570f7c8ebacb3]

        Group a new formula cell in CopyCellToDocument.
        
        Change-Id: I8a8a24f4d40210700979ef249636b85b6b81e8cd

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [45f02f1776f183474c8265b2eb1be00ca9cf384a]

        Remove these markers.
        
        CopyToClip is covered by the previous commit.
        CopyStaticToClip doesn't copy any formula cells.
        
        Change-Id: Iaca9d1875396629e00a86b6a9ec8048553ec3053

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2021738377a21bb984716fe028f1f17706f12574]

        Add test for formula grouping during copy and paste.
        
        Change-Id: I19604b753801073366058527c19020cc5db812d0

2013-07-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aa1f551c35068817ffca64ef9b5cf0a1eca36595]

        Group formula cells when copying to clip, prevent crash during pasting.
        
        Change-Id: I6a33301d74d9845e8c0fa77894fbd89bea40fd1b

2013-07-11  Mark Wielaard  <mark@klomp.org>  [cb14b1e56d2aab70d28afca8bf039a27f89671c8]

        Fix memory leak in EMFPPen.
        
        Delete dashPattern, compoundArray, customStartCap and customEndCap
        arrays if they were created in the destructor.
        
        Change-Id: I5f3821b1ab0ac31a9cd4bc402c04090585953573
        Reviewed-on: https://gerrit.libreoffice.org/4821
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-07-10  Eike Rathke  <erack@redhat.com>  [3f1a58884eba6a7cee5a208e0f3de768d1377398]

        added FIXME-BCP47 comments
        
        Change-Id: I9e47a22f8a061461bfb0f21e74ae001e719f04b6

2013-07-10  Eike Rathke  <erack@redhat.com>  [61436eface0070ad2431bae1cf716d607c8a9a4f]

        added FIXME-BCP47 comment
        
        Change-Id: I8a8ba4ac9e5318935f9b52ca7fdb8e018e76e715

2013-07-10  Eike Rathke  <erack@redhat.com>  [a0f20ee1d5665ad8f6c686b04a16462e4979a29f]

        use LanguageTag
        
        Change-Id: Ibbe84ddde5c9d7fbcb9920ea76896c44c0cdf387

2013-07-10  Eike Rathke  <erack@redhat.com>  [c60257f4deddf9b82fc462921e9d25f3a3d56e67]

        comparing only language and country is now insufficient
        
        Change-Id: I399a5c5444b7352be7fa541fba3112745ce97033

2013-07-10  Eike Rathke  <erack@redhat.com>  [f8e34b5c1281b32ad28087e458cd926b15955527]

        use LanguageTag to convert
        
        Change-Id: I2e35ac3d905fc4837dbc68fe6c97ed4891a85400

2013-07-10  Eike Rathke  <erack@redhat.com>  [3bc422573b480476bdfa775bdcf259532f4e09c6]

        removed unused language/country string member variables
        
        Change-Id: I7659dac1a3d17b4099f310fd7b6d17455bdda2eb

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [d3a221df1a513642da16f1301db7734fc003a0c7]

        Fix error: reference to 'ErrorCondition' is ambiguous
        
        Either 'connectivity::ErrorCondition' or
        'com::sun::star::sdb::ErrorCondition'.
        
        Change-Id: Ifeaa895497c8635b7801b2e79400634b11541373

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [a0c50b739c79d41e8166e2dab862dca0d093e7c3]

        Further fallout from the connectivity SQL parser changes
        
        A couple of headers now need to be public because they are indirectly
        included in other modules.
        
        Change-Id: Id01945197b67183a0a042e854289875ae147a0eb

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [986b39aa4f9ccafc4aafb0c4959832ad47aa83c9]

        Avoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage
        
        Change-Id: I29a3a68f9ee434332cad7199a90a1b01c22fbe0e

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [60a1254495bfd4895fb46b671e562262fb7358ee]

        WaE: unused functions
        
        Change-Id: Ie54546ef97fe102de09888ce9c7eefe6c879aae4

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [911a229cc6c6671b833592248b1d6cac75588ae7]

        Undef SQLyyerror, too
        
        Change-Id: Id80d373d93df140b8fc0d0d0c44044b94ceb97a9

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [989a7f41004d4d0d6ec0e235b0007a05091db6e5]

        Use the ApplicationServices framework for all OS X SDK versions
        
        Linking with CoreGraphics and CoreText works when building against the
        10.8 SDK, but fails at run-time.
        
        Change-Id: Ia7b9f383fc456638eada274f801bf757db600361

2013-07-10  Eike Rathke  <erack@redhat.com>  [02a48793c078ca363e38b3846fb68ee3ebd5ce38]

        use LanguageTag to convert
        
        Change-Id: I45fe02ca4cc3c171cc7f230093ca9623d7e69980

2013-07-10  Eike Rathke  <erack@redhat.com>  [166c0724acc28ef121ea75d10ee3f7f95942f27f]

        use LanguageTag to convert
        
        Change-Id: Ieb160cf3f9ce1f298a007b42326885e927255433

2013-07-10  Khaled Hosny  <khaledhosny@eglug.org>  [1967b6374a23ef473b7ebd5bf423181103558592]

        Fix encoding issue
        
        Change-Id: If3f7a1cc9e888cea24c8b7363a30721ef6179996

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [86ffbdcd402f965d57092528263673378af0fab8]

        make aEmptyString const
        
        ensures nobody mistakenly modifies it, and makes other code get
        a non-empty string where empty string is expected.
        
        Change-Id: I477edd0e589444da19b68381234eb5e85ecd54cc

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [9a34875667292a768975e2c7aba888efd3597a04]

        compatibility with 2008-era bison (2.3)
        
        Undo problematic pollution by sqlbison.hxx
        Since with post-2008 (2.4 and later) bison that "#define SQLyylex"\is not active in sqlflex.l, this forces the situation	o be the same in all versions of bison, and should notreak anything by itself.
        
        Change-Id: Ie65e3f6cc61dc97adc1d530e3781306ecd176b17

2013-07-10  Luboš Luňák  <l.lunak@suse.cz>  [a1190c9d2e85c4ccb9db106fe9eb4a48219ac126]

        fix reading fonts from .odp using style::font-name (fdo#65338)
        
        b40bcde076f9fabf24810d2520e878d604d99637 made writing .odp use style:font-name
        and office:font-face-decls, instead of using fo:font-family . But the reading
        back was broken, as xFontDecls is not set
        in XMLTextImportPropertyMapper::handleSpecialItem(), so the font data was
        ignored. And xFontDecls was not set because it's set while reading
        office:font-face-decls, which is at the top of the xml document, but even
        before the xml is parsed, the call to SdXMLImport::setTargetDocument() calls
        GetShapeImport(), which creates XMLShapeImportHelper instance, which calls
        XMLTextImportHelper::CreateParaExtPropMapper(), and XMLTextImportPropertyMapper
        is created with rImport.GetFontDecls() still being NULL at that point.
        
        And it actually doesn't seem to make any sense to just pass around all
        the pointers to XMLFontStylesContext, as eventually it's always just the one
        from SvXMLImport. So simply dump all that and make the one single place
        that actually uses it (i.e. XMLTextImportPropertyMapper::handleSpecialItem())
        refer directly to SvXMLImport::GetFontDecls().
        
        Change-Id: Ib1b3e4b1bcaf87ca3e4703d1cc1563ad6b3f9ce7

2013-07-10  Eike Rathke  <erack@redhat.com>  [0cf9b9ab4bec65055e88517e937d18f751818ff6]

        use LanguageTag to convert
        
        Change-Id: Ib998339f9097cee3185bb7c71a3ebb3e7e282943

2013-07-10  Eike Rathke  <erack@redhat.com>  [6768d2c7f2cf75c507ec2108cbbb5a8a6cf7fae9]

        use LanguageTag to convert to Locale
        
        Change-Id: Ib178b0da9e27a1a6566418fde94a1e04fd15c1e6

2013-07-10  Tor Lillqvist  <tml@iki.fi>  [5b82b87878240e5cb1d3464dd9dd92c65df0465e]

        Need the CoreGraphics framework
        
        Change-Id: Ia487c0c3f18ec0e554cf81028c50676ec0e309d9

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [8e882c2164380a4e4d3855cd2a8df66d1efbd588]

        Updated core Project: help  15a0007e4fef778ef6613e640868be043424ff4c

2013-07-10  Eike Rathke  <erack@redhat.com>  [5c721581403637155b1f91fcdfe5c470d40f697b]

        use language tags in lclMatchKeyword() and lclLocaleCompare()
        
        Change-Id: Ib69f6743de01cfaf65d0b22ee0ac881e8a3e9f4b

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [3c6bd79a2c8d778030562e1cce118c6ca2b6c67c]

        missing dialog title and some minor tweaks
        
        Change-Id: I79a2db0843597f9f1ba2408792d7bc6994e595a0

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [39f392e41a2c1c856251e886042a30a5089d5200]

        drop some more XubStrings
        
        Change-Id: Ibca2e4a0cfd1b504f87fea1d4e47536c1abd8ac0

2013-07-10  Csikós Tamás  <csks.tomi@gmail.com>  [43f2c887a0ed365c2f06d29bb5fa5512cbcaf542]

        modern .ui widgetlayout for mailconfigpage
        
        Change-Id: I1e7dae74e20f9133f3c4f6319bc294ea5bec22f6
        Reviewed-on: https://gerrit.libreoffice.org/4783
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-10  Stephan Bergmann  <sbergman@redhat.com>  [9579db98d87c13977bd3a907f3560d564d5d9302]

        Revert "fix for fdo#66718, access correct clipboard"
        
        This reverts commit 942501b6e49c6c9e19556d9ec132a458e5fef6c3.  As explained at
        <https://bugs.freedesktop.org/show_bug.cgi?id=66718#c8>, a better fix is coming,
        reverting 2fe852386c9450014f84910b0a282d684f40b56a "fdo#46808, Adapt
        SystemClipboard UNO service to new style" completely for LO 4.1 again and re-
        introducing it in simplified form for LO 4.2.

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [412c67a916af39dbad674d02428463463d3e05b4]

        fix doubly-defined aEmptyStr with Bison 2.3
        
        Change-Id: Ia54673f3e689a49b3e9101ae4cf5b57f1e68f592

2013-07-10  Eike Rathke  <erack@redhat.com>  [1e744d5d9de568aeef6794365dc6f2bf84537ddb]

        changed getIsoLanguageCountry() to getIsoLanguageScriptCountry()
        
        And don't write ODF *:script if *:language is not written either.
        
        Change-Id: If6d49cc6fbb8d566cc59edf35ed7991d57d941c0

2013-07-10  Michael Stahl  <mstahl@redhat.com>  [a9e0c222f504104124485ef4684ce6f79d3dee52]

        rhbz#965646: sd: unregister slide sorter listener to avoid crashes
        
        sd::slidesorter::controller::Listener::Notify(): when the ~SdDrawDocument
        sends a HINT_MODELCLEARED, unregister since the document doesn't exist
        any more.  This should hopefully avoids accessing a SfxViewShell
        instance that has apparently already been deleted somewhere in one of
        the listeners.
        
        Change-Id: I0ba9a58d77741a52b652a6c55c2327db80859011

2013-07-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0f978a88c618af59e77aeba920093c5e67559c88]

        Uploading new libvisio 0.0.30
        
        with huge performance/memory consumption improvements
        with NURBS and B-Splines
        
        Change-Id: I5f338d6c70f948dd2192ec7147efdc1bdeef1e05

2013-07-10  Noel Power  <noel.power@suse.com>  [35f9cd513d6dd796a5bc54c51df3961a674addcb]

        additionally handle string types for ScMacro dealing with svExternalSingleRef
        
        Change-Id: Ib0e5077f58fa8d3918433e18e8815fd13fdc6391

2013-07-10  Eike Rathke  <erack@redhat.com>  [8a4307e4bb0eab3dd0a2a82c1fd4b2eab5df9a2e]

        do not write attributes with 'none' for non-ISO language/country
        
        Change-Id: I774a4a8a283828d81fdab93e33fb3b2aa0cf680b

2013-07-10  Noel Power  <noel.power@suse.com>  [adab0134662562298ff13e7fe564623af4bc33da]

        use GetMatrix instead of manually disambiguating External and normal refs
        
        Change-Id: I00710708691f6020b65fa622987dd37586b247dd

2013-07-10  Miklos Vajna  <vmiklos@suse.cz>  [8422d1f5042de08e8b090a907889b41e133bda40]

        fdo#66682 RTF export: fix level text of SVX_NUM_ARABIC
        
        Even if level text is not ASCII, we should just write the placeholder
        values (0x00, 0x01, etc.) in a hex encoded form, without Unicode.
        Regression from 07d01742c69f1c0335bc7e1b57abd8341ce255e7.
        
        Also, fix the import side, so the previous bad output now looks bad in
        Writer as well.
        
        Change-Id: I2f93892006c07eec243ec7dfcb23372d243a2db4

2013-07-10  Michael Stahl  <mstahl@redhat.com>  [4721fbbccdb582449ac938fe36d01685cd650f1d]

        writerfilter: move the crash test file to "pass" directory
        
        Change-Id: I8a97eac789e3e8234673de87653b78c39dafe14c

2013-07-10  Michael Stahl  <mstahl@redhat.com>  [b3944f124ab3dc87332796a46387f837ad29e8d5]

        rhbz#960019 : RTF import: handle extra groups in listoverride entry
        
        This crashed because for a single listoverride entry 2 SPRMs were sent
        to the domain-mapper, and the second one was empty.
        
        Change-Id: Ic41ffd8bd4edcff065f49ecef3464efedd909d63

2013-07-10  Michael Stahl  <mstahl@redhat.com>  [1c90902cbccd4e4f5946dfc454da351c33c24f71]

        writerfilter: not every field has a Content property
        
        ... so don't try to get it unconditionally  (but SetExpression does
        have it).
        
        (regression from c7e4264bed4e77daccf2f72063e5e00f1008c3cf)
        
        Change-Id: I14d24bd70f569ba0bc4f1e48d56ebf43c1441783

2013-07-10  Michael Meeks  <michael.meeks@suse.com>  [5c2564b8a7fafbc6f1c002d1fd42e1bc7cd1ab10]

        Remove an un-used mode on Application::Yield.

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [137e4bd885a913cb201d92dfc7815b2821986d49]

        convert version comment dialog to .ui format
        
        Change-Id: I7bbcc19062883932bf2e2fd68928f3f5624c4748

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [c6de82163e990478aa6448cf5b6537bcca1b80b5]

        drop intermediate strings
        
        Change-Id: Ib4a2bf25fcb834bda1bc515152b01c292704893a

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [1970b28c5c1fec03374bc053ea51e1147d0b3f49]

        merge duplicated code
        
        Change-Id: Ib13f17a0fe3173f4cd0ae7139f56badb39dcb6cb

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [6a9dc1a045d9f18255c3cb8a7bdbefdf226d8a37]

        remove last XubString uses in cppcanvas
        
        Change-Id: I2ebc11a972f9a806889e13e7f69e20cd91d2ae6e

2013-07-10  Caolán McNamara  <caolanm@redhat.com>  [3729d47fe10bdf2bdd482bc8826a744145a9e6a0]

        Updated core Project: help  eb647886aa6b6d06d40c342d6509dd890409a410

2013-07-10  siqi  <me@siqi.fr>  [424bc075d0d03832759e69b4a4eb35ec2eab2174]

        continue to interpret command from server if is not ended
        
        Change-Id: Id970a54db5c61a9cada6b1fda0c3cecdebb4ffe7

2013-07-10  siqi  <me@siqi.fr>  [509eee150a1cf0f87deb21ec9e321f849388f7a4]

        slideshow control pad fix
        
        Change-Id: If497c595ba2ac55058aed825c51815222fe989f1

2013-07-10  siqi  <me@siqi.fr>  [6c9db5b3cb4ee900a5d91554efa3835ca8b973c7]

        bug fixes on server connection
        
        Change-Id: Ica940b85cad51dc156ccd5879eaf404dd0ea12d5

2013-07-10  Miklos Vajna  <vmiklos@suse.cz>  [9487b7130609c85ccd9c6ece331bb31e3be68a51]

        SvxBrushItem::TransparencyToPercent: add this to avoid copypaste
        
        Change-Id: I9b77c0a48b7de39eadae118c24c70ac415898293

2013-07-10  Adam Co  <rattles2013@gmail.com>  [728f10576807970b3356eb0d5ad01722bdddd977]

        fdo#66688: fix for crash on exit and opacity issue
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I32db54e2c49b40bf41005baeba380a4f631d615a
        Reviewed-on: https://gerrit.libreoffice.org/4780

2013-07-10  Luboš Luňák  <l.lunak@suse.cz>  [49436b2e6dbfe3eaedf60e999abb771d4f90f15b]

        IsContinous -> IsContinuous
        
        Change-Id: Ib2f5eaf58060125134d3c9ba3f570c4fdceb3732

2013-07-10  Jan Holesovsky  <kendy@suse.cz>  [2126303ec6acc70f18289dcfddeaaea6b08b7915]

        Use mkdtemp() so that 2 builds can package at the same time.
        
        Change-Id: I86d01c3ec1267495bd664108fdcf2e5533d97430

2013-07-10  David Tardon  <dtardon@redhat.com>  [575f789f93fd0ef00987afa51a8e4ce2d8089287]

        drop useless condition
        
        Change-Id: I31368921a7a398f55731081848f4df58663e3136

2013-07-10  David Tardon  <dtardon@redhat.com>  [2285177c03381079db93aa03195a9b828081e535]

        initialize member variable
        
        Change-Id: I213f6534d88240be51d33a62995bf99292b32263

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [7f3bef3d14791f2936b862295d2f5de848561987]

        don't use empty table name
        
        Change-Id: I9c8c3882f659747d53a047481ccabf1785835c99

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [83076c22e1ffbad06f4b250b69cd239758fbb1ba]

        TODO note
        
        Change-Id: I1b310119c08052949e975bfa3838e229d4e140b2

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [c9a8f238e03f7b4e54f5a963a6593888759ae3fa]

        remove bogus test
        
        the TABLENAME property contains the *original* tablename, but this column should have the query table alias as table name
        
        Change-Id: Ieeb362f38b701b92998e293dda474bad36e5e577

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [f220c3913a167b0d9702aca2b623839abe8665f1]

        make SQL grammar Generalised LR
        
        This fixes parsing failures, like e.g.
        warn:legacy.osl:30429:1:dbaccess/source/core/api/SingleSelectQueryComposer.cxx:783: OSingleSelectQueryComposer::getColumns: could not parse the column retrieval statement!
        when opening query "Balance" of https://bugs.freedesktop.org/attachment.cgi?id=71964
        
        OTOH, since we have reduce/reduce conflicts, we might have true
        ambiguities in our grammar. This change makes the parsing fail
        in the presence of full-expression ambiguities instead of making
        a ~arbitrary choice.
        
        Change-Id: I88574da91045dd52f198f193c78d144302f298a4

2013-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [6eb9c378f43e5f507d53d60d060becf4bb7615b8]

        fdo#58644 fix handling of subqueries
        
        don't remove parentheses around subqueries
        (without the parentheses, it is not valid SQL)
        
        Change-Id: I4e9c55cea0276f10b0f97e31bc329949aba5b989

2013-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [6a9aa432f53b53310ce56588508d151e15112b16]

        Mark as const
        
        Change-Id: I7fe1441dc09301604bc7a96fa5d63cfa8ca72874

2013-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e6634b87dc4873e42efb9e2577ffc59776866ec]

        Revert "Separate ScDocShell declaration with ScDocShellRef declaration."
        
        This reverts commit 572478433647e9d8a657a2271f0ef6bf349de526.

2013-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f9fa9d53f6205aecba0568c34306fa7ee8e7fa5]

        fix Windows build
        
        Change-Id: I505bb74b64b5c2db432d9f1d2c6754f188f8c314

2013-07-09  Erik Auerswald  <auerswal@unix-ag.uni-kl.de>  [e75b8e9b4bf720f3bcf479c6915d7815bf8f3e6e]

        fdo#62192: broken launch script, bork in March in Germany
        
        Change-Id: I0b726a696fe64ffb80a0cf367d5fa6225619ec92

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5ad1627bf03b6c6c94b63b954725ddc795d6b58c]

        More on windows link error.
        
        Change-Id: I01a62d48b3913f68ffd2dfc1c30a36aa0ebbe68a

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c309f03e03d2bb2ab75d1632840e615699dbaf2a]

        We don't need this.
        
        Change-Id: Id8978eab3afc9a93aac64593c156261ebb3393ff

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [572478433647e9d8a657a2271f0ef6bf349de526]

        Separate ScDocShell declaration with ScDocShellRef declaration.
        
        Change-Id: Ib09ff246da256e0f2147ef6fccdaa92b4fcc214e

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [776af1aac39ff9ed7e185b820ecad66be54e9009]

        Avoid declaring ScDocShell(Ref) in header.
        
        To see if this will fix the linker error with MSVC.
        
        Change-Id: I9e20c48d8b4062a6b6ee1376f161b91730393252

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dd9d213166ebc0cd618b03dc131c4b9d8dc041ff]

        Hide this global aFileFormats. This doesn't work well with MSVC.
        
        Change-Id: I449902e0516dd9782c6e95c407cbb898dc843ced

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [827530ce3f91b092c09daa5138ebadf435f63562]

        More removal of implicit inlines, while I'm at it....
        
        Change-Id: I944e9539f9cea13d2da640d3da1588d44d5570b3

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e44a139fdad49b286eb1a88cc668b52711680e6c]

        These header inline methods cause linkage error on Windows.
        
        When the whole class / struct is marked SC_DLLPUBLIC.
        
        Change-Id: Id420a3ba083c8cdee71a99a282857d6abec55a31

2013-07-09  Eike Rathke  <erack@redhat.com>  [467cef426a84604263923d654213e14b4d29bbef]

        let getLanguageType() resolve unknown due to present default script
        
        Change-Id: I54170c7f2183ec2615aca875031148c85c939108

2013-07-09  Stephan Bergmann  <sbergman@redhat.com>  [87bad231d6f81c611ba145aea483a568623ca42e]

        fdo#65589: Treat legacy types.rdb w/o /UCR key as empty
        
        ...as they are encountered in the wild.
        
        Change-Id: Iae46d3b4b4aca18a09680caabc0e343f8a534989

2013-07-09  Nourah.AlShoeibi  <nourah.alshoeibi@gmail.com>  [59db0c242a7c97bd40b1cc33dd37f34fcefa5019]

        Modifying comments to meet Doxygen standards
        
        Change-Id: I5626478f75a95a47493689db73b2886e316edb5d
        Reviewed-on: https://gerrit.libreoffice.org/4788
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b45118b6c006b6c7f442fe70acb329ac843c11e1]

        Add this.
        
        Change-Id: I0bab750be43813b2f88065c2fa4df5fc7f41f56f

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3995c096a30a0242d9acebe343be3cf92a2a72e2]

        Add this.
        
        Change-Id: I722520821835be962e108d941c75effc0bfe5ac2

2013-07-09  Joren De Cuyper  <joren.libreoffice@telenet.be>  [63d1f311c5421bcd75bcad026e41c3222be07141]

        fdo#65839 group 'range' menu entries together
        
        There are 3 related range-entries in menu Data. 2 on the top,
        1 on the bottom of the menu.
        
        Change-Id: I6045f9e5a1d9bbdb6a2ec10f69ecb7ca2759d59d
        Reviewed-on: https://gerrit.libreoffice.org/4782
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Krisztian Pinter  <pin.terminator@gmail.com>  [767af37a0e9f88737690bf3456df28315cc3f477]

        Remove duplicate code for reading thumbnails
        
        Change-Id: I51de8d07a4dc51ba03d24a1a5805df051b6e09b4
        Reviewed-on: https://gerrit.libreoffice.org/4779
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a5cc4e322f1a1d5365a7455750b59e004c1b789]

        More fix for link error on windows.
        
        Change-Id: I4c419e87c3b3da1d28ff1e6aa2877c74cdbd1437

2013-07-09  Noel Power  <noel.power@suse.com>  [f3a0dd8fbc3ead1fe1ec1faec3377cedaacadd93]

        fix for fdo#51990 process external refs for macros
        
        Change-Id: I4fe1d7240f277b532e11d2fbb5aa18f54f2c4695

2013-07-09  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [ec5a7256ca549d358b9c5380194ea2d1b991a73e]

        x11/unx: don't use a fixed 1sec timeout when polling X events
        
        This commit replaces the 1 sec timeout by an infinite wait.
        To properly handle application closing, a pipe is created and the
        poll also waits for POLLIN event on it.
        This allows to abort the infinite wait of poll by simply writing
        a dummy byte to the pipe.
        
        Change-Id: Ib340891f244a1b7bfb43b7c6ad866adfe260ec95
        Reviewed-on: https://gerrit.libreoffice.org/4778
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [21a9089aa4324ccbdc9e9ee3669e5fb524efd03c]

        gtk/unx: remove successive calls to g_main_context_iteration
        
        Replace the sequence:
            non-blocking call to g_main_context_iteration
            if no-event-recvd
                blocking call to g_main_context_iteration
        With this one:
            blocking call to g_main_context_iteration until first evt reveived.
        This allows more longer sleep period, when nothing is going on (verified
        with strace).
        
        Change-Id: I8f4ea911534c90aea091fd68e9f09db11591392f
        Reviewed-on: https://gerrit.libreoffice.org/4777
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dc2aa496c0252ef4a95289935eeac3340de1ca8b]

        Attempt to fix windows link error.
        
        Change-Id: I27ef805c16dde46b9dff037356e8316e32c2d8c0

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [e35482d7f099ac313b0d77ca687daccd5fced18d]

        add some nasty html testcases
        
        Change-Id: Icc3f40475415433955a3735b7a8228a9fcc1a7a0

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [ad11a121eaaaa322da1036e3dfa9c98d0e9d027c]

        add fail and indeterminate dirs
        
        Change-Id: I12a1d09e474389f98eca24db57a944ad740cbf85

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [c62c3fd05b4d7721d65c2d1bd371e2f5153ff5d2]

        ditch last XubString in starmath
        
        Change-Id: I5092bad1d56ecb302fff611546196a8ab439b52b

2013-07-09  Luboš Luňák  <l.lunak@suse.cz>  [3d7ff1e907713d8ed53a1e193641a2f16de3c38b]

        reset min/max values in paragraph dialog before setting the actual value
        
        SvxRelativeField sets max to 9999 (twips?), but a call to SetFieldUnit()
        converts that to 0.18cm, and that would limit the actual value set.
        
        Change-Id: Ia36e9f840dc0c5bce9c599010d78eac0321c18b3

2013-07-09  Miklos Vajna  <vmiklos@suse.cz>  [311a80e05c9f712f49e4f3a989abef4dabd5fdbc]

        fdo#65932 testcase
        
        Change-Id: I7105b85f063be801caa3cd397fcdfa24e74caa28

2013-07-09  Jan Holesovsky  <kendy@suse.cz>  [36e0cd5d0bbba02b6a2348d4b76dd2ee784e0029]

        Additional blind fix to get the Windows visibility right.
        
        Change-Id: Ia1d3bc04443b30e87e320aa311d3417285ea80c3

2013-07-09  Stephan Bergmann  <sbergman@redhat.com>  [e83ce4d1495db41cb68142da771c10e61cda0fd9]

        fdo#66703: Missing libjava_uno.jnilib symlink
        
        Regression introduced with c9c963d3e6991d0dd73a95fc9734e38683d5be9c "autoinstall
        ure private libraries."
        
        Change-Id: I8ea597e8d5108e925e982d7b37fa9e1d3af8d1aa

2013-07-09  Andre Fischer  <af@apache.org>  [f4c9a29d62a6572a0932d5c8e014b7c960131217]

        Resolves: #122707# Show a frame around toolbars in sidebar panels.
        
        (cherry picked from commit f6159d52f0423808eaddc9b5f3906cfc3e6baa0b)
        
        Conflicts:
        	sfx2/source/sidebar/Theme.cxx
        	svx/source/sidebar/text/TextPropertyPanel.hrc
        
        Change-Id: I0163d3766923a5a333214f09db4837435590d753

2013-07-09  Eike Rathke  <erack@redhat.com>  [4935422b410757bb4920b98a2d81da3c11b8e3d7]

        read/write ODF *:script* and *:rfc-language-tag*
        
        This prepares to be able to read/write the attributes, it does not
        enable proper handling of unknown language tags yet. An unknown tag
        usually falls back to SYSTEM locale.
        
        Change-Id: I4a78e8fd37deae188c69570157bc4589a712bc7a

2013-07-09  Armin Le Grand  <alg@apache.org>  [cc7a301dad831f8113cc3d737e2f4d23061a65ac]

        Resolves: #i118671# take emergency exit when local slideshow...
        
        is disposed from executing macros
        
        (cherry picked from commit 58eca806173ea9ede4efda89a96996d147227473)
        
        Change-Id: Ifd07faa0a4bb051dea7b57b775eaf8818a7ce6d3

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [c7e7160fa7d2afe6db1c11e200949d83f7187c36]

        Calc optimal size of *dropdown* metricboxes similar to normal dropdowns
        
        Change-Id: I6f79594cb01d9577c66ec5897459c37513cd35f3

2013-07-09  Noel Power  <noel.power@suse.com>  [942501b6e49c6c9e19556d9ec132a458e5fef6c3]

        fix for fdo#66718, access correct clipboard
        
        Changes to use SystemClipboard::createUnix break some subtle behaviour
        ( or is it even misbehaviour ) that users of the service
        "com.sun.star.datatransfer.clipboard.SystemClipboard" depend on.
        When creating the SystemClipboard the arguments passed to
        X11SalInstance::CreateClipboard(...) are used to access cached
        instances. Previously the window clipboard was created with 'no'
        params and then initialised ( via XInitialisation ) later
        This ensured users creating the "css.datatransfer.clipboard.SystemClipboard"
        with no paramaters immediately get that same clipboard. Note: creating
        the SystemClipboard with no param seesm a sensible thing from an scripters
        point of view as the params that would be required to match the correct
        Clipboard seem rather difficult to access in an uno only world
        
        Change-Id: Ib71d6744086d354025de4db62039b9a98f230eca

2013-07-09  Jan Holesovsky  <kendy@suse.cz>  [e8eda4e656d16b6de2d2ec33a297012a1c224f38]

        Blind attempt to fix Windows tinderboxes.
        
        Change-Id: I5b25f1405201024dea94d790566bf1ce349f6593

2013-07-09  Nourah.AlShoeibi  <nourah.alshoeibi@gmail.com>  [f77c986fb36a9b57465c93e6c9693ed973008985]

        Modifying comments to meet Doxygen standards
        
        Change-Id: I9c498c8c2147a19c5f97e48bc8a0e149e6858e23
        Reviewed-on: https://gerrit.libreoffice.org/4769
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [3efeb27a83c8d90f1e951f673bae438a8508a0e3]

        poppler: make it build on Mac.
        
        Change-Id: Ie74632a6bd5d43a094fa5ea696c099bb537a7e6e

2013-07-09  Stephan Bergmann  <sbergman@redhat.com>  [ab8b183e2662b3bc76dbcd354c776ff093aef3c0]

        Fix condition
        
        Change-Id: I710eea69e992fe9a85d9eed86cf8023d5ed356df

2013-07-09  Luboš Luňák  <l.lunak@suse.cz>  [5e06877f8929f375c9fd293aeca5c8e0c7569e8f]

        fix the sfx2->sfx log area rename
        
        These were missing from d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46.
        
        Change-Id: I50b2f7a2ec1ff5848802fc6c08e7a6e8e7ccb7f7

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [40df5fc0e30c0aa32157c645db8b5256dc8afcc3]

        mem leaks in writer font options tabpage
        
        Change-Id: I7378f1a230fc55a97bc06d154939502f6ddcc792

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [95e394a62e0fe0c780850367c83d0b54e89239d1]

        we don't really want homogeneous spin fields and labels
        
        Change-Id: Ic97254e338cdac63fd08ee59daf401e92f656f1b

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [c01780b84939c5bdaee84a6b5b4628d515b4f364]

        counting fence posts not fence sections
        
        Change-Id: Ic97a766efdbd5e169923b9e7875b16b8ebd88deb

2013-07-09  Miklos Vajna  <vmiklos@suse.cz>  [f6a00c88482ec30b61855cb6a95a5ad240b7a517]

        fdo#66565 RTF import: don't produce cell widths smaller than MINLAY
        
        In case we have a table of a given width and the second (or later) row
        has fewer cells, we have to add a fake cell to such a row. However, it
        doesn't make sense to do this when the difference is only a few twips:
        we can't create such a small frame inside the cell later anyway.
        
        Regression from c3b0f13546b30e5db3aecd311c7178e4e0933208.
        
        Change-Id: Ibc0f02d4184b58bd423c3405e786e1ec25b9dd13

2013-07-09  Stephan Bergmann  <sbergman@redhat.com>  [2b62198dfcfd3fe738382207235a68cdc9b40d30]

        Fix EPMs deb Depends syntax
        
        ...that it is broken at least in our bundled EPM 3.7 became evident with
        d07cbe86f34ca6dfc6580b63879235c339831a5e "fdo#65541: Proper EPM %requires
        dependencies, at least for Linux" failing for --with-package-format=deb now.
        
        I cannot verify whether this is a known/fixed problem in upstream EPM (which is
        at version 4.2 by now), as the download links at
        <http://freecode.com/projects/epm> point at a (temporarily, at least)
        unavailable ftp.easysw.com server.
        
        Change-Id: Idad1cdfc55d870200ccb24ea94a2fe7c0ed2c9e8

2013-07-09  Stephan Bergmann  <sbergman@redhat.com>  [13cddb12ff8c7357a2c8e54d603b840ce7b29737]

        -Werror=unused-macros
        
        Change-Id: I31cee3db3db0000ba577289ea73b9366efc5ee79

2013-07-09  Eike Rathke  <erack@redhat.com>  [a72ca75e33c351b00801869aec570a277aaa646a]

        publish the "qlt" reserved code in header file
        
        Change-Id: Idb0bfa61655aa2f2d4b73661bce8166121727922

2013-07-09  Mark Wielaard  <mark@klomp.org>  [4cf80bd8b2a61d154172fa602aeb0fecbe7a2f67]

        Fix memory leak in SvxMSDffManager::ImportShape.
        
        When a new DffPropertyReader is created and assigned to pSecPropSet
        make sure the old one is deleted first.
        
        Change-Id: Idd14fdf4e3a03a625a10a89dde71ad66cbdba792
        Reviewed-on: https://gerrit.libreoffice.org/4761
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Arnaud Versini  <arnaud.versini@gmail.com>  [1a44cf5f6d5a8da224a2e10febaf5b9c989eb9f3]

        Remove warning by using the right printf commands
        
        Change-Id: Id476a0eb1f5965098c8cc2e2847547b1d23387eb
        Reviewed-on: https://gerrit.libreoffice.org/4753
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [d37df8a7e1212560e896620b6fb5abb9db250306]

        Updated core Project: help  d4d1cb52a2d1e66b0514e3d2ab5e12e6969aa1bc

2013-07-09  Frédéric Wang  <fred.wang@free.fr>  [89bb6fd1918f342886bd1c6f4e4824a6e87743d4]

         fdo#66277 - fix alignment for binom and stack too.
        
        Change-Id: Id4c104bb22cb7fc3c4811b3ea417229af01de02b
        Reviewed-on: https://gerrit.libreoffice.org/4752
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [06292e619370f9e54e859f051a743b6bacb2a2cd]

        set font boxes to be sorted
        
        Change-Id: Iebd6ce2c210ccc56a72d6a59171015b9729e9b73

2013-07-09  Csikós Tamás  <csks.tomi@gmail.com>  [5c7570be6c987f4a406b7320599bc81197d68885]

        .ui layout for optpage/fonttabpage
        
        Change-Id: Ib41ac1b5febbb288f7a05f3823dee6ff32feb315
        Reviewed-on: https://gerrit.libreoffice.org/4771
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-09  Frédéric Wang  <fred.wang@free.fr>  [fb2edd686c8b8ba4318e957f7cf23060ffd3e2c3]

          fdo#66645 XHTML export: ignore incorrect style on math objects
        
        Change-Id: Ied09a189184380aa3eba30261c7517f6bccf6d09
        Reviewed-on: https://gerrit.libreoffice.org/4751
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-09  David Tardon  <dtardon@redhat.com>  [6e2815a0ffdb5811f220978734354b1033801927]

        fdo#66582 avoid crash because of missing model
        
        The SdrObject is still under construction at this point, so it does not
        make sense to broadcast changes, because there are not any listeners
        anyway.
        
        Change-Id: Ib05e30843b4b0e125d5cae18a481e16fb7e21ba1

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [5a1c764a05e4cbe4d2dd803df8f2db02833cbe87]

        Updated core Project: help  5292910b0bef2d577fe0a834e59634a327d516c3

2013-07-09  Herbert Dürr  <hdu@apache.org>  [2142eb79bd3b0b9545642305a700653cb83c347c]

        Resolves: #i121127# use PDF base14's symbol font only if explicitly requested
        
        (cherry picked from commit df03a043e531182080d26449899fabe0b7078b81)
        
        Change-Id: Ic50da57748c86de7a87de905c97d9162afde8ed6

2013-07-09  Muthu Subramanian  <sumuthu@suse.com>  [da4ec594da45210a1f97d31ecb3e7f9c127954e5]

        n#819822: Crash fix, check validity.

2013-07-09  Caolán McNamara  <caolanm@redhat.com>  [04ffb8ba6bdf746e09c63f1d0f32c60875204974]

        remove now unnecessary manual SetPosPixel layout workarounds
        
        Change-Id: Id25c562620ee1bdf6cdf1182b7342067c70c5479

2013-07-09  Csikós Tamás  <csks.tomi@gmail.com>  [f39885181180e960be80155a91f60906132b414a]

        modern .ui widgetlayout for optpage
        
        Change-Id: I257f4c5878caabd5394bb2641ebf6d82a833e5f1
        Reviewed-on: https://gerrit.libreoffice.org/4756
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-07-09  Frédéric Wang  <fred.wang@free.fr>  [48d696e2049e771ebc797b7a7694e02de89b6020]

         Tests for fdo#55853, i#11752, fdo#66081
        
        Change-Id: Ifb1fc23c416f47c6618e7ef22a53b1744ff0e2bc
        Reviewed-on: https://gerrit.libreoffice.org/4748
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-09  Muthu Subramanian  <sumuthu@suse.com>  [7da06efd74be6500895bab6e5e8ed485914ff45e]

        n#819822: XLSX Chart import with internal data table.
        
        When the import with xlsx ranges fail - try with
        internal data table.

2013-07-09  Miklos Vajna  <vmiklos@suse.cz>  [00d8a4071628a88465f13d2e860ccd87c3a85b9e]

        DocxAttributeOutput::FormatSurround: missing break
        
        Change-Id: I8d767c2d92b4d5ca77e83565527b2bd1e29091ec

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3e4b2a787813bccfc7eead9e502732062173d124]

        Fix linking problem with subsequent_filters-test.
        
        Change-Id: I5ccf8792ce0d3ffa9a0dffc1bc8976fe029808ab

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [100c0f885be5c1b308ad13e60b56060d59bc7100]

        Split ucalc.cxx into multiple source files.
        
        Change-Id: Ic46dcc8cb415fd3ea9062d477260cb6f120fb815

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eef53622798e2e2f81f28ee5e1c82de0d48c149c]

        Create a new library to store shared qa code for sc.
        
        Change-Id: I38aa1461d05e3dee096e69b7cd95e2ddfccc9594

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [93ab5bc4daed5197a815275cf78fcc562bda4d5b]

        Nobody uses this marker now.
        
        Change-Id: Ib7c8a7b7b1ce7f2b9afbb17a50848ae1d8e28907

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9ac2f13f8062603cb0eaea78264d0dc229c776fe]

        Make update ref on copy a separate method.
        
        Change-Id: I95cb42845535532fca5622d8d4f8b394ff22d4d3

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e0ed6225ae313566c15034968f0f63f44c9846b9]

        Re-group formula cells on paste.
        
        Change-Id: Ia5251a3bc8387289056abacbb4836b77262aad12

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [abb21f46f7b770a95f29abc73adab3fd6d32e241]

        Remove this marker.
        
        Change-Id: Iab8695f579abb009f12aa76f4e161f106527f493

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63689b5560e6672983735f2a2be7cd9778458252]

        Adjust formula grouping in InsertRow().
        
        Change-Id: I82723a30edc361b627246b66d21dc04cd639caa6

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8dd012e6314421b66a9affb427c106f52443a848]

        Add test for re-grouping of formulas in DeleteRow().
        
        Change-Id: Iea7fafedc2a5f1549a701d1fa768c127e3236246

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [92c35ab58dd5eaa6680f32796b5df2756a312dbe]

        Always use DoubleVectorRefToken when resolving a range reference.
        
        ResolveStaticReference is reserved for calculating invariant formula
        groups.
        
        Change-Id: I58aeabb01f11f98a5c300780734b31079417f4c7

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [adf63b4b8ad2459b43d0fd6e04dfdf6474a2f3da]

        Re-group formula cells in DeleteRow().
        
        Change-Id: Ic67af048baa55cf1aee118ec741f140831127a95

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a6d9eb7198a4a0c808db87a5496e07d46d89413]

        More on regrouping of formula cells.
        
        Change-Id: Icd3403e759841dce351c932ea8915ba9819e5a29

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0da05b6cfa4c2ba4f988201f799cecb5af73c841]

        Adjust formula grouping on range deletion.
        
        Change-Id: Id3c2cd0a3cffa299c8424f9c9e4989ce8bd60719

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [771d7e6dd513cb8e924964bcacd0435e93bb303a]

        ???
        
        Change-Id: Id13bf81cd65fdc0677832993bded37e08f226c0d

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c59e5179012dd156c6b32261b10969153399f80a]

        These methods shouldn't affect formula grouping.
        
        They only change sheet index values in all formula cells uniformly;
        they should not affect how they are grouped.
        
        Change-Id: Ie05152de1d6fc5799145e5721c57fd74f8f58239

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [508f3d4787ee2231a98f9db24c98bdaa8f4b722a]

        More test on shared formula group adjustment on value insertions.
        
        Change-Id: Icaa48ef790cd71abdfc1d026ac912a88f727c0d5

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [da1eace2680d65a0a36f02bfc6580160a2a07e96]

        Adjust formula cell grouping on cell deletion without shifting.
        
        Change-Id: I4dad09faf10406163b5944933422d50b832f45bc

2013-07-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [10f12628687b5f5a8e799ff606d68faa9d09ef0c]

        Allow fallback to cell-based calculation.
        
        when cell groups are circular dependent.
        
        Change-Id: I20b3e522d6bfe4b70e0f59fe64eac065c9509bd9

2013-07-09  Takeshi Abe  <tabe@fixedpoint.jp>  [b1c4046379b888bf3a82fbd31287ee3a68439968]

        Mark as const
        
        Change-Id: I2abf0a6887f916111895d172b0dffd54901c5aa2

2013-07-08  siqi  <me@siqi.fr>  [4374e5c80525cd1a9d9ab04714ccbf2543a912ce]

        first functional version
        
        Change-Id: Ia6ed1d8a29d7f5b09db5c815daabf4495e650d4d

2013-07-08  siqi  <me@siqi.fr>  [71bf739b2b33c7a64bf04221a16e252ff074906b]

        click on a slideshow in the nav bar will take users to the slide directly
        
        Change-Id: I28fe24f0ddb02fbc13b9652ce13af7073d45d7da

2013-07-08  siqi  <me@siqi.fr>  [c2f147d324210e20fc68a9e0715cf56799d81b66]

        click on a slideshow in the nav bar will take users to the slide directly
        
        Change-Id: I6ec773aa7333f04e5048e35264e0288b6d39d618

2013-07-08  siqi  <me@siqi.fr>  [81d6b28b8804fb5c331f0f782ca901b3ada40928]

        swipe in sidebar for direct access 'goto slide #'
        
        Change-Id: Ife6ba00010267244b537f576d5e1e17d53962dd6

2013-07-08  siqi  <me@siqi.fr>  [2e4df8522fde07cfe3016d474c0e2bdb55986caa]

        lecturer's notes autoresize
        
        Change-Id: I3b4d12cf5b903a0ab4debf325d39729f070345eb

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [d0e65716347377628635c053ccb425d6284e3533]

        add degrees and pixels as known spin field units
        
        Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [94956b3b29ae761a793363ec9e9e27fb612d7444]

        This shows where the instpiration comes from
        
        Change-Id: Ibd9c48bacccf5c59eb3ea2cf331b20733418ee72

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1f7dd66b898b03cb4bd8d434b6370310ea95946]

        Use a real name of the library
        
        Change-Id: I5f9ec12b507e332d304b931ddb31103ee3f0766d

2013-07-08  Radek Doulik  <rodo@novell.com>  [4a9a2c0ed10608d1afcaebaf8bd25059b7a3f4be]

        Turn Radek's notes into README files.
        
        Change-Id: I904142622ac37b394ddedf62bb7d9c099fc9cab4

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3a54294e45f20e7705d06b9aa036a2ba12f56a50]

        Don't link with libraries that are not needed
        
        Change-Id: I44119601f36db98382b85e09614e5c552ec36ab6

2013-07-08  Michael Stahl  <mstahl@redhat.com>  [d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46]

        rename sfx2 log area to sfx
        
        not like there never was a sfx1 anyway... perhaps we should rename the
        whole module...
        
        Change-Id: I50c7302f84f15a1d778eca19507694a3bd070b22

2013-07-08  Michael Stahl  <mstahl@redhat.com>  [969bc572441ef8fd43cd7d350a533ffd715b74d3]

        fdo#65055: sfx: fix automatic version on close
        
        The parameter "FailOnWarning" is passed around better now, so it arrives
        in SfxBaseModel::storeSelf() which considers it illegal.
        
        (regression from e2799d253b1dc62967693aa5bccd7360a9520967)
        
        Change-Id: I2a51a2ecc24e6de506e1840bd28cbe157a8ad6a5

2013-07-08  Michael Stahl  <mstahl@redhat.com>  [b0123630a845e3b4eb9340e6aab921a2bfe0ccd2]

        configure: remove bogus --disable-rpath
        
        Change-Id: I3e7b0ea8547df7cba5dd5f4fb3c434384cab1dd0

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3de0e40215bcb49b8510c3c4719915a56efa3fa4]

        No day witout typo
        
        Change-Id: Ie6da18aea2bdd119e08f3670f2e175ec69fbb198

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ff82e02f4950570a957b07e76d082d79184379b3]

        Some tag -> spaces
        
        Change-Id: Ie3350972b39631e66e5fd2f5bbf90347f5dbef06

2013-07-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eb276d11a652601f743d69ada7a38016bd97d73e]

        fdo#38878: Upgrading internal xpdf -> poppler
        
        Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5
        Reviewed-on: https://gerrit.libreoffice.org/4770
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [39f42b0b03489459540404dd218c38709853c021]

        error: friend declaration specifying a default argument must be a definition
        
        ...(Clang trunk towards 3.4); this appears to be specific to C++11, which added at
        the end of 8.3.6/4 [dcl.fct.default]:  "If a friend declaration specifies a default
        argument expression, that declaration shall be a definition and shall be the only
        declaration of the function or function template in the translation unit."
        
        Change-Id: I750c60a2206d7af41322ebb31aa6deca2491067f

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [b63524d269a792e20777a91e4ed7e8ceae7ff55f]

        error: comparison between pointer and integer (Clang trunk towards 3.4)
        
        ...the check in itga.cxx was useless anyway, as new[] does not return null.
        
        Change-Id: I4de5a46e14a83ab134d0a098a62748e909dc9c00

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [3aa8917d448a90bb5d4a4913f2d92c0d5a6681b6]

        -Werror,-Wheader-guard (Clang trunk towards 3.4)
        
        ...in external nss header; an alternative could be to use -isystem instead of -I
        in gb_LinkTarget__use_nss3.
        
        Change-Id: I399e6990dd0110e0e16baea0d20a16050acfdeb1

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [35acb8a54171eb14555632179e69cbb9cf28f9e8]

        -Werror,-Wheader-guard (Clang trunk towards 3.4)
        
        Change-Id: I6da069a27d569e4b28c0a8fe783616c767c108d0

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [9e31cf2ae6b085259e664fa90f052b09815b4c18]

        -Werror,-Wdeprecated-register (Clang trunk towards 3.4)
        
        ...in files generated by gperf; an alternative could be to use -isystem instead
        of -I in gb_Library_use_custom_headers.
        
        Change-Id: I316684ab5342977655a5642903b13e127adaf95c

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [bebfef0110a2776326d6e9293ef06b5bd56452ae]

        -Werror,-Wdeprecated-register (Clang trunk towards 3.4)
        
        ...in external Boost header; an alternative for all the warning patches in
        boost/ could be to use -isystem instead of -I in
        gb_LinkTarget__use_boost_headers.
        
        Change-Id: Idc515acea9b90e87a92627c89e4363537e9336a7

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [abba78f6447070643e683da95f9e2c466533aab9]

        -Werror,-Wdeprecated-register (Clang trunk towards 3.4)
        
        Change-Id: I64e4933f7a0a8026ccc7ce98804bfc497d3f0eed

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [b67e29e9adfe9423c086d06a133fc9c551f430e7]

        -Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)
        
        ...apparently mistyped conditions happened to work as intended (E_None being 0).
        
        Change-Id: I3ffd849fc4790bfaea36d614b900eceae5f1e8eb

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [480ab6c6bad30f153d30143ca7353566b66a7d59]

        -Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)
        
        ...happened to work as intended (according to Caolán), as USCRIPT_COMMON is 0.
        
        Change-Id: Ief2bf2844c7f47f3d5dcdc360a645d80edfd5e63

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [05fac639a2fb44fdb95309d578124816f3b70bb2]

        -Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)
        
        ...the apparently mistyped condition happened to work as intended, given that
        TYPE_METHOD is zero.
        
        Change-Id: I468013ab61caff45c174da752ffb1c9ca9d373bd

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [ae91d60b363a2d7e0f57d090c911137a790d970f]

        -Werror,-Wlogical-not-parentheses (Clang trunk towards 3.4)
        
        ...the apparently mistyped conditions happened to work well for the expected
        values of m_aState.
        
        Change-Id: I75f1f4ff8343098be4932c286ddb101d5e913183

2013-07-08  Stephan Bergmann  <sbergman@redhat.com>  [029cca3f6fbfff3dbaa7bb4fefa53fce3ee3c267]

        Duplicate line
        
        Change-Id: I02799a057d33826ec716ef19326ca2fb0880cd1f

2013-07-08  Miklos Vajna  <vmiklos@suse.cz>  [2e11cb276e54c6fe4e903c7f44e36bc36798ba63]

        Related: fdo#66040 RTF import: by default, do create a group shape for \shpgrp
        
        The bugfix was just for the special case when we must create textframes
        due to the contained tables, this one add support for the default case
        when we want a real group shape.
        
        Change-Id: I74b77b233235959266a24660c970a79e41d8b272

2013-07-08  Miklos Vajna  <vmiklos@suse.cz>  [6d191c06c737e4c7f3e2c5f8b871d1037b4ce783]

        RTFSdrImport: support stacking of parents
        
        Change-Id: Ie8f039ce403832e54251a751609d91b8d608ed79

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [a38158d3eb3b2740eb19b964a6b8b5ef5f390710]

        fix indent
        
        Change-Id: I64e07de98505da551cf8e771c1d46480b0ad1832

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [9ef2e954256cfffbefc10a963042e9b02aa28533]

        Updated core Project: help  043eb476b407398dc323b8aeb6c52489ce8fa3cf

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [b78f61458be8f1428e0f3acaed373659854415ba]

        little tweak to get the two hidden frames shown in draw/impress
        
        Change-Id: Icd4b81749a369828c45101b1b82f4e3a5e8ebb9a

2013-07-08  Csikós Tamás  <csks.tomi@gmail.com>  [3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55]

        modern .ui widgetlayout for optgrid
        
        Change-Id: Ia84541a8ba2e09ca89962e1ed477b90819cc3f48
        Reviewed-on: https://gerrit.libreoffice.org/4755
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [3a393557152ec61ebfe75580db0a2e321febfda3]

        allow SfxTabDialog ok button to have custom text
        
        Change-Id: Ia38a982b37568c9225c03197a085db3164602f85

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [0c68a3867f16cfb24c7480291292d8dd0ffcc20e]

        convert pdf signing page to .ui format
        
        Change-Id: I037036e410a6f9d7da7bc34721c105e81470d5d9

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [aa78d6ff4a310b7eeaffafe477cc24a057cb01b7]

        add a new stock item 'Clear' and map to gtk-clear
        
        Change-Id: Idf2a9a879daf48202f28068d2aa108ca97213bd8

2013-07-08  Armin Le Grand  <alg@apache.org>  [8b74ad05daa9e766c875152d1c82eee5926ee182]

        WaE and numerical inconsequence in gradient fallback render handling
        
        (cherry picked from commit d8dfdae3da901a5a26182f3221c7aa374561672f)
        
        Conflicts:
        	drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx
        	drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
        
        Change-Id: Ifcc795a3474efad1c1bca77088adfef36258ee95

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [a024849cf7bd2869ff18e111577454751278e7f6]

        map gtk image-position to vcl imagealign
        
        and set default alignment of builder-created buttons
        to the default gtk left alignment, instead of the default
        vcl top alignment
        
        Change-Id: Ie6069ed7b0359c6d76e00fe1bcd3618625923cc1

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [28d6687131db2dd471fd0dfae04b05d03105ef49]

        convert pdf options dialog to .ui format
        
        Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e

2013-07-08  Mark Wielaard  <mark@klomp.org>  [78587a7e6a3330bf793fd2a43d258f8a5bac569e]

        Robustify PropItem::Read.
        
        Initialize nType and nItemSize variables in case stream is faulty.
        
        Change-Id: I59602f2b04e3816d8de7cc1a5e7e526c8e822477
        Reviewed-on: https://gerrit.libreoffice.org/4762
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-07-08  Mark Wielaard  <mark@klomp.org>  [fb1931f94724703243c31e6be72267c327052f56]

        Robustify MathType::HandleRecords.
        
        Initialize nTag to zero before reading from the stream. In case the
        stream is faulty. That will make nRecord equal to END so we drop out
        of the do while loop and don't use unitialized variables.
        
        Change-Id: Iad135e8d7f53c41cf8a764e5c7ab0f0cc5ffc6f0
        Reviewed-on: https://gerrit.libreoffice.org/4759
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-07-08  Miklos Vajna  <vmiklos@suse.cz>  [3a87ba9725ef7e1e9a15c5b7abda87d36c9dc614]

        bnc#822175 DOCX filter: export wrapping of text frames
        
        Change-Id: I5c5128686e96a97570b8cdf109dd75976a071ca8

2013-07-08  Eike Rathke  <erack@redhat.com>  [9c773140935c056896c79c8380640918b6ea161e]

        updated documentation pointers with opengrok
        
        Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7

2013-07-08  Armin Le Grand  <alg@apache.org>  [f5cf90a534c93eb3285dcada88268dc44e882462]

        Resolves: #i122676# Call Execute only once to create only one Undo-ction
        
        (cherry picked from commit 7f983cd3d05ef168f9e828a14307c0d53475c86d)
        
        Change-Id: I61214c07803487804d09f6f2df11ddb42ef0d7d2

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [db3fb64e9b2d80cf9cedcf7eef86b5772e98ac3d]

        Updated core Project: help  841203a83dd42ead9e34ec55b1b30c1745143876

2013-07-08  Michael Stahl  <mstahl@redhat.com>  [6121703620ed344b181a9f07a7262a664477a209]

        pyuno: Revert 5589c72b88e502bfca045ae38af16c854afdd401
        
        ... which was obsoleted by commit
        c007292ec3eedcf2b1ad673308fa42aad31a7333 and apparently causes breakage
        for builds with gb_GCOV=YES.
        
        Change-Id: I27def9a8b4d003bf82c84e55d36ace37dd8532b0

2013-07-08  Ariel Constenla-Haile  <arielch@apache.org>  [f00d4f6dbf393bb41195430b1f54acbbefb85d9c]

        Resolves: #i122678# Workaround for dynamic cast runtime bug
        
        (cherry picked from commit be9ff0830ba1f8b3c782aa269c78657d264e48a9)
        
        Change-Id: I89a7b4ba8680606d97c26b9fde604f63ca814319

2013-07-08  Caolán McNamara  <caolanm@redhat.com>  [aa93c3c9a02c6c51b3908a3c2d8334bdfdbe2eed]

        convert pdf export general page to .ui
        
        Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed

2013-07-08  Andras Timar  <atimar@suse.com>  [d02de50c4c1af7b28e39f10a07b61010ea0910ef]

        Updated core Project: help  489cb91bc7d12ce8fd4b2f7b3f6397c7d02a81cf

2013-07-08  siqi  <me@siqi.fr>  [a2fc3ecb15c7def2016d0495e797239fb7ef132b]

        loads slides & notes async, queue multiple slides and reload when received
        
        Change-Id: Iace2f120b70df02ddb004b9f67cb8b548b9277d8

2013-07-08  siqi  <me@siqi.fr>  [b7072fcea570f8ceed30a743d9d0d66a5e4bc549]

        adapt to various screen size
        
        Change-Id: Iada6a992adead516c92cef9162b883679ba016f8

2013-07-08  siqi  <me@siqi.fr>  [67fdf8bf9e43198f13140baa1628da852a803836]

        auto-layout for control pad
        
        Change-Id: I0eb15009fbc48977a58f06501ef519cc0198b26b

2013-07-08  siqi  <me@siqi.fr>  [556f0fe9c4b23876b05d6422834bd1b018c9a5b0]

        auto start if slideshow is running
        
        Change-Id: I814971373827763a4ea9ede02ad245fb86369acb

2013-07-08  siqi  <me@siqi.fr>  [2626c6cf63d8106131946fe72b8feb687451a21f]

        delegate & bugs fix
        
        Change-Id: I2799d0756276ab43b2567e5b21e511a038a7462d

2013-07-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [be025c19f72d7ce0ac3410d17a09a94bd1eb72a1]

        OUString, missing conversion in a DBG case
        
        Change-Id: I0643a642681bf25fe57de5607e9d7ddbf98af831

2013-07-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [009851223b5ced4ed2662af2e2ae81c0f9200e45]

        module svl: all String and some bool and related clean-up
        
        Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed
        Reviewed-on: https://gerrit.libreoffice.org/4733
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-07  Nourah.AlShoeibi  <nourah.alshoeibi@gmail.com>  [35b42a9d1282a92dbc9a7fbc51d279812070688c]

        Modifying comments to meet Doxygen standards
        
        Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f
        Reviewed-on: https://gerrit.libreoffice.org/4754
        Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>

2013-07-07  Michael Stahl  <mstahl@redhat.com>  [c06ef2b5638c815c2ed775eaabd9dac98863cef4]

        remove unused SwDoGetCapitalBreak::pExtraPos
        
        Change-Id: I6b64d25c3bddc73ba168ed0c7b6a0f12d0042fad

2013-07-07  Michael Stahl  <mstahl@redhat.com>  [6fa07d2d608646004bc45261275c4ebabb578a09]

        fdo#66478: sw: un-break hyphenation
        
        The main problem is calling SetHyphPos with a stack pointer.
        Converting STRING_LEN <-> -1 can't hurt though.
        
        (regression from a2f6402b1fe769a430019042e14e63c9414715dc)
        
        Change-Id: I59a4e3b16b418082de468c7d7f7f38a9b0bccd01

2013-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c4475946b3171353d0eaefe72ba24e13744458a3]

        Proper fix for remove_whitespace iterator and older boost
        
        The previous "fix" was resulting in exceptions in some vdx files.
        
        Change-Id: I961560b66bc29660daca54e39f14f612bbb50e34

2013-07-06  siqi  <me@siqi.fr>  [eb25bb6dc4273bb6fc8511b751092899d545dcae]

        various bug fixes & slideshow control pad
        
        Change-Id: I4bda3506f3c37be12795c9ed5787df1e7ced9014

2013-07-06  siqi  <me@siqi.fr>  [e2a3172542e1a661fefe22c8116d897e984884df]

        conflict
        
        Change-Id: I495b0e2823fee787379bf13ea238b19ef1c54fe7

2013-07-06  siqi  <me@siqi.fr>  [70cd7c78bc3521bc9d7598085dca354534b1f9d8]

        slideshow control pad
        
        Change-Id: Ie82e10fcdfc495ac19a34be85249480540e88d1d

2013-07-06  siqi  <me@siqi.fr>  [19168e3f7a337b85e9a5835fb8f3ffc81d927bba]

        slideshow control pad
        
        Change-Id: Ie82e10fcdfc495ac19a34be85249480540e88d1d

2013-07-06  Tor Lillqvist  <tml@iki.fi>  [c154551d638cc016b5c3d615a32450dc38902098]

        Don't use mach_absolute_time(), it gives time since boot
        
        Which definitely is not what we want here. Use clock_get_time() on a
        CALENDAR_CLOCK instead, that gives time since the Unix epoch.
        
        So our osl_getSystemTime() had been completely broken on OS X since
        May 19 (d8d55787b81cdc955b73c8befa4ab608f46e32aa) and no unit test had
        noticed... Fairly coincidentally, an assert() introduced yesterday in
        4d220882b46d5f8edd4d09e5f66722cd296a092e caught it.
        
        Change-Id: Iad76a7aadc39159fdc80c99087bb527d6aa49c66

2013-07-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [06c5c7f0d353ffc6c7012a9827f82d5c60499049]

        Translate German comments, fix some WS
        
        Change-Id: I5dcf6a911275e9fcb07d21b810591237a0f1ab9f
        Reviewed-on: https://gerrit.libreoffice.org/4747
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-07-05  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a15f297841f9d980fe71256484b0978b35b972f]

        give configure a chance to tell the user what perl-modules are missing
        
        Change-Id: Ibd8cff5ca7d2e2807ef195601c996457e70d6d49
        Reviewed-on: https://gerrit.libreoffice.org/4740
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-07-05  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [05530423d3cff1391769192a62ae470500978ee6]

        Solve one more issue of fdo#59642
        
        The old MathML XML style could begin just with <math. So this commit fixes that.
        
        This commits also fixes some documents that have the BOM marker at begin of file.
        
        Thanks a lot to Bjoern, Caolan and Eike!
        
        Change-Id: Ia2c3b51556e615c1e68e5e8aab4f883124c6adca
        Reviewed-on: https://gerrit.libreoffice.org/4742
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [40026a2fcd88851e18f701a10c3cddc87b549476]

        SAL_DLLPUBLIC is for sal library, use SAL_DLLPUBLIC_EXPORT ...
        
        ... instead (which will hopefully fix the Windows build).
        
        Change-Id: I56448e61dffb7529e3b80a52ebc06a923b5fa044

2013-07-05  Gabriele Bulfon  <gabriele.bulfon@sonicle.com>  [12b7ba60b746031f2bbef59758270cc0281f4dab]

        use proper SQLINTEGER type (fixes build on Illumos)
        
        Change-Id: I85296600195dd5d74d2a112ce6cfef7f276535ab

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [b3f41543851e9985c6c7ba133c32753c9bc732c1]

        SwHTMLParser: avoid a spurious ~SwindexReg assert
        
        The pPam that is passed to SwHTMLParser would be reinitialized by
        SwReader::Read anyway.  Can be reproduced with bugdoc from fdo#65935.
        
        Change-Id: I3b7dcc9c83d9d2eac05ee6ec38909dea7350d245

2013-07-05  Michael Meeks  <michael.meeks@suse.com>  [0ffab9363d527d55b12b9b09d7136ca1c9d171e0]

        force 'main' to always be DLLPUBLIC.
        
        Change-Id: I2a69edfda5e98645fe55ac2367875786a8140ea4

2013-07-05  siqi  <me@siqi.fr>  [42744c9b888e7db2fbe4b96b97f56c32e0a410d9]

        slideshow control pad
        
        Change-Id: Ie82e10fcdfc495ac19a34be85249480540e88d1d

2013-07-05  Eike Rathke  <erack@redhat.com>  [4467a4a6280306770107488b4a97c4d496c95a43]

        added convenience ctor for ODF import
        
        Change-Id: I80fc2d531b612d9e2e94fc4f5efcca594e35a561

2013-07-05  Thomas Arnhold  <thomas@arnhold.org>  [6a17dc24a40824aef91ae640ab712e4db8d8eb77]

        log-areas: add framework
        
        Change-Id: I05ed93cdfe62c133afc15a27c953abd5395e811f

2013-07-05  Thomas Arnhold  <thomas@arnhold.org>  [f42daec5c72c78e40150cbf0f0d01f38db556264]

        cleanup src files
        
        Those items are unused.
        
        Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a

2013-07-05  Thomas Arnhold  <thomas@arnhold.org>  [83ece8c46b2076a2ac2ca05e6ea280d6aca66c73]

        remove duplicate dialog
        
        chinese_dialogs.src now had the same content as chinese_dictionarydialog.src.
        
        Change-Id: I15bf07352e3da1e8720b3a68ad2f862438df185d

2013-07-05  Michael Meeks  <michael.meeks@suse.com>  [67feb571330ec4b9eaff7791b27219b62d4c2f6a]

        fdo#66524 - defer population of AddOns toolbar icons until they are shown.
        
        Some addons eg. LibreLogo are almost never shown, so avoid their startup cost.
        
        Change-Id: Ibbc072dd740eca6a97aeff918ae0a5c105278acf

2013-07-05  Michael Meeks  <michael.meeks@suse.com>  [a2f4aed32257e183339a3513339bc59009c88527]

        fdo#66524 - defer loading and scaling AddOns images until necessary.
        
        Avoid expensive scaling of images that we will not use, don't hard-code
        the toolbar size - but query it instead from the toolbar/theme, unwind
        various other tangles: still quite some cleanup left here including HC
        handling.
        
        Change-Id: Ia2a1a0f91e5910c2de01f11229b32ed71dd8cf28

2013-07-05  Michael Meeks  <michael.meeks@suse.com>  [5ab07df58bcc33423fabba2d0363cdde6a51f566]

        fdo#66524 - export a means of detecting preferred icon size for toolbars.
        
        Also fix human / tango / and other icon theme item sizing.
        
        Change-Id: I7039f8f671834237a7ec9b2e4b5227e9c47e7143

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [05f0859afba779ce28d24e3195d8266d616259d1]

        writerfilter: add RTFLookahead to be able to look ahead during import
        
        Change-Id: I1da765373c352c8a2aa486fe6210b16bf492728c

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [26bc5a20b39df07abce37ccf8717221ffe3d8373]

        RTFTokenizer: remember start pos of current group
        
        Change-Id: I953ca1d3fb5532ac8261ef0def033a4c0fcd79c6

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [b440845b9f04fdf498caf3bcdcc52ffc8c489639]

        janitorial / stylistic
        
        Change-Id: I8e7c1e63ff04220e530662d9a6e142f4f0e7247f

2013-07-05  Caolán McNamara  <caolanm@redhat.com>  [78cd1a35171436b1c28361ee011b1c5ff4e4716e]

        update reference rdb for removed deprecated idls
        
            offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
            offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
            offapi/com/sun/star/awt/XSimpleAnimation.idl
            offapi/com/sun/star/awt/UnoControlThrobber.idl
            offapi/com/sun/star/awt/UnoControlThrobberModel.idl
            offapi/com/sun/star/awt/XThrobber.idl
        
        Change-Id: Id15bcda4258a5e46ff307b252d9b980e84da3152

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [8bbe32f26a5cf26311ab803b4bf2d32aac93c24d]

        RTF import: extract RTFListener out of RTFDocumentImpl
        
        Change-Id: I735f6a3148ece6f28644c5433180482f8cc1323f

2013-07-05  Caolán McNamara  <caolanm@redhat.com>  [3c29fdd21ebb2f10d6df066180f0a76c85f4b082]

        accidental push of merge in progress, sigh
        
        This reverts commit c61c5a240314f1899a2160a97e00e2108104e4bd.

2013-07-05  Armin Le Grand  <alg@apache.org>  [1d13a96bf567ce83b9db2f65eaf1e717757c1a44]

        Resolves: #i122649# reordering of color name defines
        
        Patch by: hanya
        (cherry picked from commit 8d4d9f11b6c205407136d5feb9668c748b9794e1)
        
        Conflicts:
        	svx/source/unodraw/unoprov.cxx
        
        Change-Id: I52464ac5b5ee38a7b9b93f9e43f0cee93d1c3051

2013-07-05  Caolán McNamara  <caolanm@redhat.com>  [8d0883b9dec891d71adbbb7fd98730703c561aa5]

        map 'relief' none/half/normal to flat/bevel/3dlook
        
        Change-Id: Ib125363a649d3bef6b9563ad7d07871b2c247383

2013-07-05  Andre Fischer  <af@apache.org>  [c61c5a240314f1899a2160a97e00e2108104e4bd]

        Related: #i122635# Add layouting to some sidebar panels.
        
        (cherry picked from commit 4f9ac2af7157786ee6fba46551bd6782730d8b55)
        
        Conflicts:
        	sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
        	sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
        	sfx2/Package_inc.mk
        	sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx
        	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        	svx/source/sidebar/text/TextPropertyPanel.hrc
        	svx/source/sidebar/text/TextPropertyPanel.src
        	sw/source/ui/sidebar/PagePropertyPanel.cxx
        
        Change-Id: I94bfc87c9eeddd0c39bd979dd26b11c95b1e3c72

2013-07-05  Caolán McNamara  <caolanm@redhat.com>  [54d9022c39cf6a6cd8610a49dd767583ef2ff444]

        bump libexttextcat
        
        Change-Id: If6a89aa46a4252e2652062288f19173267daf03a

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [6be6700edb3b704d62d8b331ba95f227617c57d3]

        temporarily disable failing chart2 ChXDiagram RegressionCurves test
        
        Change-Id: I29d79338fb1af00337176c11bfd984ce26c37df6

2013-07-05  Eike Rathke  <erack@redhat.com>  [93f53e400da509bc21ab78fe2ce79d73c82771ae]

        added Ngäbere_Panama [gym-PA] to language list, fdo#66602
        
        Change-Id: I4592f868c4d17ece745db39b604aa0b75181ca27

2013-07-05  Eike Rathke  <erack@redhat.com>  [9f1c9edb7a914aa03a6236000aa45189a38bddf9]

        added rfc-language-tag* tokens
        
        Change-Id: Ifef5ebf638863f4b0fa6f985ad2e84359b75b708

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [4d220882b46d5f8edd4d09e5f66722cd296a092e]

        hair splitting on years in dates in ZIP structure
        
        Change-Id: I9d7a6436e3df75eff592d19dcaca0f655ebf2160

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [6e82772db5ade43fc9f4f7181303264d2748d2a1]

        TODO note for future *internal* API change
        
        Signed year so that ~all our date types have about the same capacities.
        
        Change-Id: Iab8a66bee0eb22ffd04608c345302218094e53a7

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [fa6ce5a6e8c35430977857477fc09f6a03698e63]

        API change: osl/time.h take const pointers where appropriate
        
        Should be backwards-compatible...
        
        Change-Id: I6b04bec2c032ff8c57a1b5192b2d3962dcc96c84

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [8db392f1be4d6dac0da0fb35b5735e7c27c346cc]

        API change: oslDateTime signed year
        
        Change-Id: Ic4f1e424b130fd2ccca379adbe0a66836b6cac41

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [e436c491887636aee32a019ea3ecc26c63ecd899]

        fixup nanosecond precision
        
        This was broken before...
        Time used to take centiseconds, so the nanoseconds should have been *divided* by 10^7 for conversion.
        Now Time takes straight nanoseconds, so no conversion necessary.
        
        Change-Id: Ibac3eeca7020c5d8c5ff4be3e7617fac26ee8180

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [4108f285207ed4a60c8876a8206bc5f2d7f05620]

        fdo#39001 RTF import: fix fake empty page at the end of the doc
        
        In case we have a \sect, there was no \sbknone (so it counts as a page
        break as well) and there is nothing after it, we should not make extra
        efforts to make that have some effect, but adding at least one empty
        paragraph to that new page.
        
        Change-Id: Ibcbecabcb590ed34ef96a97698e4ab8f638d3483

2013-07-05  Ariel Constenla-Haile  <arielch@apache.org>  [303096c50c850b05a158a1a429c9fd5d0251a892]

        Related: #i121514# Remove deprecated UnoControlSimpleAnimation
        
        (cherry picked from commit 514bb6777e001d02dbd9be63fc7a6187560aad63)
        
        Conflicts:
        	offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
        	offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
        	offapi/com/sun/star/awt/XSimpleAnimation.idl
        	offapi/com/sun/star/awt/makefile.mk
        	offapi/type_reference/typelibrary_history.txt
        	offapi/type_reference/types.rdb
        	toolkit/inc/toolkit/helper/servicenames.hxx
        	toolkit/source/awt/vclxtoolkit.cxx
        	toolkit/source/awt/xsimpleanimation.cxx
        	toolkit/source/controls/tksimpleanimation.cxx
        	toolkit/source/helper/registerservices.cxx
        	toolkit/source/helper/servicenames.cxx
        	toolkit/util/toolkit.xml
        
        Change-Id: If7f8de62713e28434e28975026cf8e5c66c831aa

2013-07-05  Ariel Constenla-Haile  <arielch@apache.org>  [680608b15dd158f9ad4ceae328abb10b5185a27b]

        Related: #i121513# Remove deprecated UnoControlThrobberModel
        
        (cherry picked from commit 5569d97f06a0299e41b91ca248bf7eaa038b1f21)
        
        Conflicts:
        	icon-themes/human/toolkit/source/awt/spinner03-grey_01.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_02.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_03.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_04.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_05.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_06.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_07.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_08.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_09.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_10.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_11.png
        	icon-themes/human/toolkit/source/awt/spinner03-grey_12.png
        	offapi/com/sun/star/awt/UnoControlThrobber.idl
        	offapi/com/sun/star/awt/UnoControlThrobberModel.idl
        	offapi/com/sun/star/awt/XThrobber.idl
        	offapi/com/sun/star/awt/makefile.mk
        	offapi/type_reference/typelibrary_history.txt
        	offapi/type_reference/types.rdb
        	rat-excludes
        	swext/mediawiki/help/component.txt
        	swext/mediawiki/src/com/sun/star/wiki/WikiDialog.java
        	swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog.java
        	swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog.java
        	swext/mediawiki/src/description.xml
        	toolkit/AllLangResTarget_tk.mk
        	toolkit/inc/toolkit/helper/servicenames.hxx
        	toolkit/source/awt/vclxtoolkit.cxx
        	toolkit/source/awt/xthrobber.cxx
        	toolkit/source/awt/xthrobber.hrc
        	toolkit/source/awt/xthrobber.src
        	toolkit/source/controls/tkthrobber.cxx
        	toolkit/source/helper/registerservices.cxx
        	toolkit/source/helper/servicenames.cxx
        	toolkit/src2xml/src.lst
        	toolkit/util/toolkit.xml
        
        Change-Id: Ic415a96fe6ba7040a3b03fd562f997d2df1516d6

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [38ca96beac15a4addae559b7dffff0ee1f6a5c5d]

        Updated core Project: help  4732bf3f42cdd828dab4389641a5dbf3f0436362

2013-07-05  Miklos Vajna  <vmiklos@suse.cz>  [f8c77bd35e88a04fb0985c6b9e72836e4614aded]

        writerfilter: PropertyMap::Insert's bIsTextProperty parameter is unused
        
        Change-Id: I2d55043490f895ef439e88bcd1fed51b857255be

2013-07-05  siqi  <me@siqi.fr>  [0279563fbe3c686d5c72eecd06544f3c7a43327a]

        update
        
        Change-Id: Id753e678cef74a54c02ed2d0042d7654117f6844

2013-07-05  siqi  <me@siqi.fr>  [b4a034b8559f0a5dda6973be12a25a53fad833aa]

        mess
        
        Change-Id: I8a1ac6e17c46c4c0bfee4b32731a5f2ac66147f6

2013-07-05  siqi  <me@siqi.fr>  [9710f34bd15b270e687bb4e63c705c47fcaeb2cc]

        mess
        
        Change-Id: I34918402d713e3cb0df80f1eb662f61b5ddfed02

2013-07-05  siqi  <me@siqi.fr>  [f15a7ea1cabf7913d8c347a958650ae8e21684a9]

        rebase
        
        Change-Id: I7dcad32a9dff9d35e9641e80d9a8986a8b84889e

2013-07-05  siqi  <me@siqi.fr>  [7a0b6004dc9218e7ade60ee750fe8af40ab2cefb]

        fetch old work..
        
        Change-Id: Ic1912538c9cac1bf661e8356232d4f63663c64a4

2013-07-05  siqi  <me@siqi.fr>  [5e637bc70f019061bf3ca45e519ea674b40dcbcc]

        conflict
        
        Change-Id: I70fe3777885b3a07f813a0222d5559382cfc657f

2013-07-05  siqi  <me@siqi.fr>  [c9ad57b3c3f1cac0b0cb86acbc352807a122082b]

        swipe to delete
        
        Change-Id: I44bd989f301b3da5a1c821d065b55c95df6dbce6

2013-07-05  siqi  <me@siqi.fr>  [89f0c4fc5f16c5a2f5ba996413c5bbb756e8b885]

        connect to server list implemented
        
        Change-Id: I7a59c79119be610b85ec5b048d920603a5cb2eb6

2013-07-05  siqi  <me@siqi.fr>  [1ffc4df4f8a5404268bd6b6ffcdd17e943cd1716]

        threading fixes & preview screen
        
        Change-Id: Ifc80aee5c2fa5f73a0115c840f11f1140dde810a

2013-07-05  siqi  <me@siqi.fr>  [ae7496a4cc49e522aa3c0c8b5714d5e85785613c]

        IP validation
        
        Change-Id: I9852efb8acf590242da762de2f9fcde445ec9a66

2013-07-05  siqi  <me@siqi.fr>  [c2428672609f4028554dd77113f4e37aea0d2d39]

        swipe to delete
        
        Change-Id: I44bd989f301b3da5a1c821d065b55c95df6dbce6

2013-07-05  siqi  <me@siqi.fr>  [12695783c0f7892c9f5ab6fe972ef92404f7f3fb]

        retain servers in userdefaults
        
        Change-Id: I2f6947423e3b5e1613de5658c691a3b6fca94d8b

2013-07-05  siqi  <me@siqi.fr>  [86f02abee1b4949bda34725637deeecd79efed7f]

        connect to server list implemented
        
        Change-Id: I7a59c79119be610b85ec5b048d920603a5cb2eb6

2013-07-05  Lionel Elie Mamane  <lionel@mamane.lu>  [a0939a7b9293e1c1b179ede96f1a3a76ef0c884d]

        fixup nanosecond precision
        
        Change-Id: Ia33b811d56fe5ad5e7e844b3e1c1c25ece0b5396

2013-07-05  Herbert Dürr  <hdu@apache.org>  [613036b5a13d24eec395d32a0b5e9bfeb1197c14]

        Resolves: #i55152# the listbox in the filter selection dialog should be sorted
        
        (cherry picked from commit 47fc3a3278a7aac0ba2d8f47eb10a83c0a5f40c7)
        
        Change-Id: I07215bb62dbedcb2d9baa0fd6d66a3ebe30f540e

2013-07-05  Caolán McNamara  <caolanm@redhat.com>  [77de9a5ec5f234120a967fc003cd018e803e1afd]

        tweak so buttons don't take on height of the combined extra load/save widgets
        
        Change-Id: Idc294a90f97cf1ae70109a04ad9963fe1e867f78

2013-07-05  Julien Nabet  <serval2412@yahoo.fr>  [2e0d945a6cc2b0e1d8296344648dea32237d3e26]

        Oups, Revert "Remove "!!""
        
        This reverts commit f53bebb800ac35ee948640e57bcfff3ca59fd833.

2013-07-05  Julien Nabet  <serval2412@yahoo.fr>  [9a556a1f355ef828ff326b00cf5c28a10f1d6bb5]

        Fix some idl descriptions
        
        Change-Id: I983ba19bebceb4f38ca51f8c60204c91b78bc965

2013-07-05  Julien Nabet  <serval2412@yahoo.fr>  [f53bebb800ac35ee948640e57bcfff3ca59fd833]

        Remove "!!"
        
        Change-Id: I14bc066fa6383bf33260d65a99a1036fde62b108

2013-07-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [35917a5a5332df758fb60ea8978bdf5cf5460d03]

        Missing slash that prevents windows signing
        
        Change-Id: I7c84e861f45643a0e66504d10b5d76b2dbb6f629

2013-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [8624906bc437b242ea0df17801bc77d0f273f32c]

        Mark as const
        
        Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [1d8ae0c040319ba7d969fa236b7a6bb22d0f55df]

        sal: add ERROR_SHARING_VIOLATION to win32 error table
        
        It's apparently a popular error; map it to E_ACCES which is the same as
        the catch-all clause does (for compatibility).
        
        Change-Id: I55fd932248a2ecbacd4fd6584e92918da95e3cff

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [d68de5195605bd9236851e0714dd9b03b0f5f3be]

        fdo#66420: fix user dictionaries on Windows
        
        28300209604ee1bb8e5050322b29e95a07f679d8 added yet another silly temp
        file wrapper class, and introduced 2 bugs: the file descriptor is not
        closed before renaming it which fails with ERROR_SHARING_VIOLATION
        on Win32, and (as a consequence of that) another attempt to save the
        dictionary during shutdown fails because SimpleFileAccess cannot be
        created and this is not checked.
        
        Change-Id: I7bd3f5d349ed550440a93fe71e3791c9919de3af

2013-07-05  Michael Stahl  <mstahl@redhat.com>  [3bde0af3a8fd09defd47465d4b62541350cecc1c]

        libexttextcat: fix overlapping memcpy
        
        Change-Id: I3225043560a3c0e02345bc4e8a8d0f9cca2e3cd0

2013-07-04  Eike Rathke  <erack@redhat.com>  [b832a7a78abd688ce465aa881b3b9e777d2ce8be]

        FIXME-BCP47
        
        Change-Id: Ic5f227e86a85c297223d1b496cfc8c0f4a9488b7

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [4fda8fce3b59dc2fdba00c6a541dafb66f24d741]

        Updated core Project: help  f877066126875abff13f7f8f1e08a2b621eccc8a

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [b252ffd184dec7fd1adfd826dbb5f0fb67d2ea05]

        warning C4805 unsafe mixture of type sal_Bool and type bool
        
        Change-Id: I8a144c153664af0be73cd2a8822664b2fcb612e3

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [d856ae2f4d52aff52768a514d8a1b32138bd206a]

        deploy maingrid hack to align previews within similar tabpages in a dialog
        
        and move some accessibility resources into the .ui files
        
        Change-Id: I139a7df4c8c18110fcd576a69a565b2e7baea0db

2013-07-04  Frédéric Wang  <fred.wang@free.fr>  [5d63514c6eddcd61a319c994202c7689f60ebf0a]

        fdo#66575 - MathML export: fix errors with newline, binom and stack.
        
        Change-Id: I6833140aaf3fcfc47b81f7d324af88843de00834

2013-07-04  Eike Rathke  <erack@redhat.com>  [2429a89cf354c1af992a0ed5afad0b326b9d634a]

        Revert "write bcp47"
        
        This reverts commit 40aceaae06a354958d6ecf88292bb0fd483f158b.
        
        It's dc:language ...

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [4f3a6bba29a3b9fdb8a3fc03d536b427e073a9b0]

        unused variable bIsMainGrid
        
        Change-Id: I82870e452d24b1b6799ba96d42dcfa2446ab2e87

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [e24dfbb7e7790dd5a3ad2a0a87a074a16973fb0a]

        smuggle -g into libexttextcat cflags in a debug build
        
        Change-Id: I8e6f51c2e4aac4f059bcce923f887275eba1b9a2

2013-07-04  Eike Rathke  <erack@redhat.com>  [633ca742749ed006351d89852211fc2a8c48b523]

        use LanguageTag instead of mouth-painted implementation
        
        Change-Id: Idd84ce9740de179c399702f896b7d39ab321f6f7

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [7191ff96bcd0fd265bd6af30d6422c694f66e1d7]

        warning C4305 truncation from String* to bool
        
        Change-Id: Ie623a8c5def6357461db83f5df80cb45cc5a6389

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [801ebbcabf744e402d15bc34f9f484455b57f061]

        warning C4805 unsafe mixture of type int and type bool
        
        Change-Id: Iaae721fed7e5acde5ff91620639ac7ef61c324ee

2013-07-04  Eike Rathke  <erack@redhat.com>  [78f053dd87c350524cce281e6dfcee5ed00811a2]

        use LanguageTag and write bcp47 for ST_Lang
        
        Change-Id: I6e8ad53f769939fd7f7539514ca20374e5fd9248

2013-07-04  Eike Rathke  <erack@redhat.com>  [6dfe34d6ff30bede5a17e27e02cdc0ca54c11325]

        use LanguageTag
        
        Change-Id: I16c1f5ba5a74858f01f5e62af2614beba608ef8c

2013-07-04  Tomaž Vajngerl  <quikee@gmail.com>  [b5d481e2b96e2124021e6f80d2543a5904dad026]

        fdo#66422 Vertical grid toolbar button - choice major/minor/off
        
        Added toolbar button for vertical grid. Icon was already prepared.
        Changed the button behavior for vertical and horizontal grid button
        from just on -> off to cycle through major -> major&minor -> off.
        
        Change-Id: I147fc97ab43db31f08a2e98f7b68422fb168f042

2013-07-04  Tomaž Vajngerl  <quikee@gmail.com>  [d1472c78b6a166e54eb0c87ce3671d4d9bddd747]

        Clear values before calculation of moving average curve.
        
        Change-Id: Ic645195c0fc50a55bb0842fc378a3f329ea2d210

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [5f4a9d91fc2323a38ac2aed54e2074a358ec168e]

        warning C4305 truncation from int to bool
        
        Change-Id: Id4323cdb5201875200e83e7fe8377f0262f07a4e

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [f9075eb5ccb79c4338fb6230dd898f98a02934fd]

        warning C4805 unsafe mixture of type int and type bool
        
        It is a mystery what this is supposed to do, but rsc is sort of going
        away in the mid-term anyway so who cares...
        
        Change-Id: If1c1b8216c0429909c0571b3360b6dca97f265c4

2013-07-04  Michael Stahl  <mstahl@redhat.com>  [33ff399d7211417f9991161579acbca8d8a2c67f]

        warning C4389 != signed/unsigned mismatch
        
        Change-Id: I1cc4be1e7068ce3c40340e88fcde75fc7862a18a

2013-07-04  Eike Rathke  <erack@redhat.com>  [74827231e8f60e94cb29c959bbd27d44c77c6a2b]

        write bcp47
        
        Change-Id: I682b35f0793f5fc61daa255bb68a60e164133d97

2013-07-04  Eike Rathke  <erack@redhat.com>  [29a9160de3acc496cf71dc3eb0d7a54df614a501]

        don't use Locale.Language
        
        Change-Id: Ief663d886b08fc141dfb7563674504fe70f444b3

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [9e5b9e36db4c835b3039c02f89db1845cb8cfb07]

        cui: convert hatch tabpage dialog to .ui
        
        Change-Id: Id5420da2c4049b42fad0484102e73ea90c3f0b74

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [f9a5889ab65113bfd5d3fa5228620475f57eb59a]

        SvxRectCtl: also notify parent when the tabpage is not the direct parent
        
        After a .ui conversion the SvxRectCtl typically doesn't have the tab
        page as parent directly, so check the parent chain recursively.
        
        Change-Id: I9d8fc5de0c71685fa7e1be284990c16fc988ff8d

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [ef4926fe6640cc8ba48117075b0b5871f02e34f3]

        svx: add SvxRectCtl::SetCS()
        
        This way CTL_STYLE can be set after the control has been created.
        
        Change-Id: Ifaa93cdc17e6e0c694d2aa308d19ff996dd28a16

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [a8bcd1a39eebb3b2e28972592915c793391c500d]

        glade: add new svxlo-HatchingLB custom widget
        
        Change-Id: I124adc8e4b20a2d4629113906bcd9b6e4856cc54

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [2ee1de716cd8326cd56d441019db2c32b2e10a32]

        Related: fdo#54186 show JCL options, parse JCLOpenUI the same as OpenUI
        
        Change-Id: I495583b56502f349cd789466e9daeb6528ea9048

2013-07-04  Julien Nabet  <serval2412@yahoo.fr>  [8dc5b9d6a2f451829b3b6df8a026e98edc046f53]

        unusedeasy remove ORowSet_CreateInstance
        
        Change-Id: I17e9eb168c664514dacc03d66911f72faf80e117

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [d47b1dc51813977e89195063fadaaf32215e3f4c]

        Updated core Project: help  c457fe96e49c1b870b10b359a1833bf27c743018

2013-07-04  Frédéric Wang  <fred.wang@free.fr>  [75032fde426c781aea0af24eb9b9f6432a6bc9bb]

         fdo#66575 - MathML export: fix errors with newline, binom and stack.
        
        Change-Id: I6c66864381a6a5b7415e9fae682e50865b3f76db
        Reviewed-on: https://gerrit.libreoffice.org/4712
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5795edb20e642dad04f572b4fb2c0e86a7d8b6e7]

        Fixed bad cherry-pick conflict handling in writerfilter
        
        Change-Id: I4771e198872bbc797df6388af395d7bc14cb2d76

2013-07-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c7e4264bed4e77daccf2f72063e5e00f1008c3cf]

        n#825976: Fixed the import of Table of Figures
        
        Support the TOC \c switch and fixed the SetExpression current
        presentation property to have updated fields and TOC.
        
        (cherry picked from commit 22a22a0983ec9c95e5b471395fc1c5bb813bd0d2)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        
        Conflicts:
        	writerfilter/source/dmapper/PropertyIds.cxx
        
        Change-Id: I6fbd7cc38cf8ea7f08a0d15d1f39ffe4805dd62b

2013-07-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5743211f8b5f1d68b746b462942210ef69565960]

        n#825976: Added common flags support for SEQ field import
        
        (cherry picked from commit 031ced0d1ade5350ef0b17a245a2cb5c76e6173d)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        
        Change-Id: I9a4505cf060880811abfe355b2ebf810cde9a4d6

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [71a049c97049a38f37bf9417d752ca2d8d161a81]

        emf+ is not decomposed into primitives, so restore wind and play
        
        regression from f69df53b316b53931e10d35402a70f533399398c
        
        we presumably should process comments and go through their
        emfplus contents too, or something of that nature
        
        Change-Id: Ifa8c3f058f0a320057d02b53f5717eaa42e63282

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [743b111cf62ef42ead3d8dd6a4aefbb884ce8ee4]

        Opaque binary data is opaque binary data
        
        No need to append a newline surely. At least in Apple's OpenCL doing
        that seems to invalidate a binary OpenCL blob.
        
        Change-Id: I68bb12d5071f6452afe5a47ddf510f7e8e60cf3e

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [7e00a3690edbf71d6c3e6c0670875485f65c567d]

        Use correct type for number of devices
        
        The number returned by clGetProgramInfo(..., CL_PROGRAM_NUM_DEVICES,
        ...) and clGetContextInfo(..., CL_CONTEXT_NUM_DEVICES, ...) is of type
        cl_uint, not size_t. That makes a difference for 64-bit code.
        
        Change-Id: I1b494bf604dd87930484faed64042ed211b3d705

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [5dff961ba5fab6d451d9d993e076d190a93be495]

        Don't look for just GPUs
        
        Change-Id: Ie7dbeac17b6dc56616ae5fa16f71d568a7771d5b

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [c5922978c87e246c1bc2ae6111415ec0764d6865]

        sizeof(char) is 1 by definition
        
        Change-Id: Ibd6f74a84b49e609c8771080984832eb61949a68

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [e79ccf01ec79849aeebeed9a024a1d1cd5d7a6e9]

        MaxTextExtent is not used
        
        Change-Id: I03ee9f65da11b4dc8a7a81d5f23f8103bd5a0534

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [3535c21bc6d90bce3b86cb60ea02e549c1cf8cc1]

        CL_MAP_WRITE_INVALIDATE_REGION is not used
        
        Change-Id: Ib7bb60c26dee4a78e19dbc84cd1f8fb61d656a72

2013-07-04  Tor Lillqvist  <tml@iki.fi>  [ba9f29d566598b5cee35984c80a06359212dff94]

        Bin leftover (?) no-op clGetCommandQueueInfo() call
        
        Change-Id: I6d22847eac3e0677c5ee67378b6772980fa17272

2013-07-04  Alaa.Bukhari  <alloo.bukhari@gmail.com>  [3aea5e4c50d0b84e4e410856696eb0bf9101fbba]

        Modifying comments to meet Doxygen standards
        
        Change-Id: I98ee2cc34bae677e18f7a70a212677704c9c57c5
        Reviewed-on: https://gerrit.libreoffice.org/4717
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-04  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [2ea69ec976fa7bb681746c65807888853ce1b8ea]

        Fix fdo#64125 - Use default for preserveAspectRatio scaling
        
        Align code with
         - http://www.w3.org/TR/SVG/coords.html#ViewBoxAttribute
         - http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute
        
        Use bounding box if no ViewBox is given
        
        Change-Id: I0f1704a7c8f3140dc8c49277b88ae77d58af1407

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [9e689ce13a43c536c17043e351dbdf5687fd32bc]

        drop unused .src now
        
        Change-Id: I6ec69375dc1023f6f899bc3bb46bccc47e508634

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [cf2b27494c67ea15be99140ef9cde38d646fd8f9]

        some small tweaks to the html ui conversion
        
        restore the %PRODUCTNAME and %LOCALE variables
        
        Change-Id: I2b2e62ac3dd5c1117085f96f4541218bf1100647

2013-07-04  Csikós Tamás  <csks.tomi@gmail.com>  [1be8236b688617f93cfaf23fe647632ce53b5ff1]

        modern widgetlayout for opthtml
        
        Change-Id: Ibad69d5d9512c1199c6cca3930c1b04f0af4987c
        Reviewed-on: https://gerrit.libreoffice.org/4707
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [c55a2bd33b00f92f795f4ee224c1887228c97b53]

        fix build
        
        Change-Id: I87ad4384b8898017d94f8e075d13545b7b4cfe50

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [c104e2b661ec840951d39b5889495e2c42ff3d36]

        fix %VARIABLE replacements in item lists
        
        Change-Id: I94f129e26afdac9dc2e0d712c79d73142ced5eee

2013-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c136e7ba27382d5f73454bdf5fa78d0b779e0b7]

        module sot: String, bool and other clean-up
        
        Change-Id: Ibe2bfdf20c500e9fd98c3baef66d36aa79ca4b52
        Reviewed-on: https://gerrit.libreoffice.org/4710
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [e2f002c044243ddd79eea7837167a72c82b98599]

        fdo#66100 : fix icons associations on MacOSX
        
        Change-Id: Idbce5516f1cc59b8d1cc39ee0a0db2aad90e8074

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [b7151c4ac7e3f7bac4921ca7af07ffd862d808bb]

        Updated core Project: help  f1701b12193c153b6f7d7de018b871e6a05beedd

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [1e467c8b38b4308af48a7dd4e34888bbd935bfc5]

        convert pdf view page to .ui format
        
        Change-Id: I738dd72f66658f60025152c9c3db765dbcb981ac

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [f5b7acac624f07fa95835b6054b8d295901bb1dd]

        bnc#820504 VML import: don't anchor shapes TO_PAGE
        
        In theory, this is a problem because Word formats only support AT_CHAR
        and AS_CHAR, so importing something as AT_PAGE is buggy.
        
        In practice, this also leads to unvisible shapes, since
        f0d001a378c64ea457e722266e60c96522c72e9b.
        
        Change-Id: Ie730d67a789ef12734cede1f9b6c27764a66f237

2013-07-04  Miklos Vajna  <vmiklos@suse.cz>  [25bfc4a4e6fd34c10d352c87e38e36c9303edfd2]

        writerfilter::dmapper::PropertyDefinition::bIsTextProperty is never read
        
        Change-Id: I9d0ce39c1c47d8b89bd675ce91f6cfe2e9c3a061

2013-07-04  Tomáš Chvátal  <tchvatal@suse.cz>  [90b836fc3ba19ef3bf638f0f122e2e050a6a2000]

        Fix one more occurance of .uno.so
        
        Change-Id: I1b1905a3eb7ab116eaaed5db37cff8e2bbe7456f

2013-07-04  Adam Co  <rattles2013@gmail.com>  [7baf286555396416ac30a473dd1e50a878cef011]

        fdo#66543: fixed line number attribute START VALUE wasnt imported and exported
        
        Change-Id: I09e0356f994f5eb328f741723ac7dbfea51419ed
        Reviewed-on: https://gerrit.libreoffice.org/4693

2013-07-04  siqi  <me@siqi.fr>  [0f4348f49b864d13c6381d4d2dc4d1af4ab618fb]

        minor
        
        Change-Id: I200cfda3c086177b6c43347afa6e794d5f74054f

2013-07-04  siqi  <me@siqi.fr>  [56abd1316a66a90d20efa5478cc9407fa0275aeb]

        iphone storyboard
        
        Change-Id: I79b2b6bc078a1c12cb3793ae38e494f705a62b50

2013-07-04  siqi  <me@siqi.fr>  [5da2c45328aa0d064a267348e13cfda4606d76ef]

        iphone storyboard
        
        Change-Id: I08ffe80fc228997b8a6618248116b52506100a79

2013-07-04  siqi  <me@siqi.fr>  [5d0b5f6f42ff4766e937f7d55f5fcb694e2eb0ce]

        iphone storyboard
        
        Change-Id: I67f93d812ab856578378bb891b44f55c06ca7421

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [b775c8043242a8657eae11bae4085bd4291ac580]

        Updated core Project: help  7de50a3f88322f0de1f334c2811bcfd73d816cf5

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [0581c61c8b61041692befac101466190767e6597]

        Resolves: fdo#66407 convert writer general options tab to .ui
        
        Change-Id: I315c12b94663c0047150eed7ecbd6366f7e57bc4

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [0b43d4abf1e41f6f2c5a56f6411ca85672c428e1]

        forgot to connect Adjustment to MetricFormatter
        
        Change-Id: I5c8283c1bec454960ea4083dbd6dd4bdcbb12e1f

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [c938ef4be50f166ff5f45ef6d73ede07f3025f60]

        drop unused GalleryTheme::GetStrURL
        
        Change-Id: I9bef5ee5c40c39b9e4c926db287a53e7942eaa6a

2013-07-04  Caolán McNamara  <caolanm@redhat.com>  [b14d791fc0b1e7087cd4131d93ebb12729cc728d]

        drop unused vcl::unohelper::getNaturalStringSorterForAppLocale
        
        Change-Id: Ie85005ceba32ce2de3296f91e4688467b06dee2d

2013-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [be8aee915815ba77c366d88c07626787e2f74443]

        Mark as const
        
        Change-Id: I24f04c541af1b93115781b4f4be4f01f137c481b

2013-07-04  Khaled Hosny  <khaledhosny@eglug.org>  [e703b429cf448deddc7682a33c3e6221889efe98]

        Minor
        
        Change-Id: I6a9f34e6da1344e718ef5c8dc136fac7244b0f47

2013-07-04  Julien Nabet  <serval2412@yahoo.fr>  [8a0c3a8e240d0ff44c07ecc946759726fdb605ad]

        Add log area forms.misc
        
        Change-Id: I8adedda46bb56022d317b04ad162a41c95261165

2013-07-04  Julien Nabet  <serval2412@yahoo.fr>  [4e5c9bdcddb590902ab2d79c379f9659d52a7f9e]

        Fix some idl descriptions
        
        Change-Id: I214c52649f6bd72daf56f11a42962ae5e7585b57

2013-07-04  Julien Nabet  <serval2412@yahoo.fr>  [16f72241f7649c2b4cd4f704c225e1fed39d0081]

        Try to fix clang tinderbox
        
        Change-Id: I48124ea0f617396d92f82e4afd8b84a162af2862

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [e14e818ac3b890ee35c7be349ae39e8e3bdc277d]

        Polynomial curve equation: show "x^1" as "x"
        
        Change-Id: I86ff9b5cc2f3fa60533794ed9ecd1175924c1d25

2013-07-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb45bdf359c65c174fd557d615f77ceb46fa685c]

        module rsc: String, bool and other clean-up.
        
        Change-Id: I2dcde42e6068631a5a643961a764df86dc63dca2
        Reviewed-on: https://gerrit.libreoffice.org/4690
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [27a4d5597c0757611d0e2e682d0c05441859cc4e]

        Fixes to compiler errors, setRegressionProperties description.
        
        Change-Id: I40ef93746e5f2a43ce58f0080db0b643e22404a1

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [926275d07184d441b3bfa1ceca26c4c1f2bc61db]

        Compiler error fixes in PolynomialRegressionCurveCalculator
        
        Change-Id: Ie78e10fea0b798fae5ce2cee96798bcc65bbccbe

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [9c22f181ac19fc9a45dd9eb4f8e34d454575f671]

        Remove "None" Regression curve option and related files and code.
        
        Change-Id: I38dde3854c08eecfe76d9f329ff2c0fa66449a58

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [b412ee7b238bd420296c4d7714b28c57d31c113a]

        Fix bad merge of CharController_Window
        
        Change-Id: I6d947d90f0505c29b4e301bc1ff30216aa0ed476

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [9408a1d008487cbeafd2dc4705eda2fae9547aab]

        Draw MeanValue in chart bounds, smarter define no. of curve points.
        
        Change-Id: Ida8006af7f2771ee5f2c425d5c72df4cdba827b5

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [95314b1fd4ccca11276ebd11aa2f47b9d436d29e]

        Fix problem with intercept = 0.0
        
        Change-Id: Ieeea09d9f93a4405ec6c33c1a646b0940d5d17a2

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [362635961a254f80581b31ba7d6957dc111d3515]

        Remove InsertTrendlineDialog as it is not used anymore.
        
        Change-Id: I58dbdc416254e631f33784bb2a2cf124e69fc69a

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [b0fbaa6fa28df570e8179f166fe0547892b2dbc7]

        Adding multiple trendlines with menu item Insert>Trend Lines..
        
        Menu item "Insert>Trend Lines.." allowed adding trendlines for all
        data series at the same time. As we can now have more trendlines
        per one data series this becomes cumbersome so only allow to add
        a trend line when data series is selected or known.
        
        Change-Id: I676876f389d00d3fbe668d429f0f98bd8c8d4d3d

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [0a21c4faea3a444a3b6c5a7561754c73310fb77c]

        use sal_Int32 instead of int in PolynomialRegressionCurveCalculator
        
        Change-Id: Icc3ffdda71482d1a716ea99e6cf8410bc2e39aa0

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [28293399e263a64299cfadafdfaf2817bc505713]

        Linear curve is polyinomial curve with degree = 1
        
        Change-Id: I3785afc7b18ab3f742e4ecc0e299baafc2bd6614

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [7302c4f649827f70b116be266be76ae6f864b11f]

        Change series and trendline pop-up to support more trendlines.
        
        Conflicts:
        	chart2/source/controller/main/ChartController_Window.cxx
        
        Change-Id: I70eb06d74670f54fa3792723711e9f73700f12ba

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [01fc2a65b210d8521be3ba8f39116785e17e3063]

        Cleanup ChartController
        
        Change-Id: Ife0289003afe8f10db7ce3f6d9207087a5ac8e76

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [1b1dc3c926f4f59d0c2c27e9cc93389a115963d6]

        Add legend name for polynomial and moving average trendlines.
        
        Change-Id: I111c82c66f1ee29dae50470fc08bb66c79da0652

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [1c5c226698e94a17ea5216a1f78a48dd82f614e1]

        Insert new trendline instead of changing the existing one.
        
        Change-Id: Ic7cbfa55c7b2e42eb21400b2fca34724a72de701

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [1cd3e2038010cb37bda82d38dd058b793b7eec26]

        Multiple trendline removing and changing type support.
        
        Change-Id: I33a298341e228080920977639cb59986d0b4bd82

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [4c116a7b31328a781197082c826fe910afaaee8b]

        VSeriesPlotter cleanup.
        
        Change-Id: Ie9a2fa2a241826581eb799bafa796c54d558d976

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [f7964536c865b3c6f6bc9461eb51528282b351bd]

        Force intercept import/export for binary MS office format.
        
        Change-Id: I301762b94b4471e8bb144b63892afdf7f68fed77

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [4e474459069bc7a1fb49a677c49c5562ed8a5729]

        Force intercept export for OOXML
        
        Change-Id: I5ec993a6aba0c0bb3b9f77ef6fb9e00680dfa574

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [df2b11415112be466d3c5a290683b08fceeff142]

        Force intercept support for ooxml.
        
        Change-Id: I065742bbe22f24169a99e33558399fe16c601238

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [6085bd15740eb38de5f4c1079d11e8dd38fc166c]

        Force intercept for polynomial regression & dialog improvements
        
        Change-Id: I2f712d8b95b5fdeb05b93b5247aab9772a00cc70

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [dd5c0b2db451ff4d6fac7a72770758513583d468]

        Added new regression curve properties as ODT 1.2 extended.
        
        Added:
        - regression-extrapolate-forward
        - regression-extrapolate-backward
        - regression-max-degree
        - regression-min-degree
        - regression-moving-type
        - regression-period
        - regression-force-intercept
        - regression-intercept-value
        
        Not all of these are yet filled as they are not yet implemented.
        
        Change-Id: I7ac39c0df5b8b7fb7be6b32d301e33a7f49f2960

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [2ca5e7b46f965faa0408128cd5881703fbb6cd94]

        Little cleanup in ODT regression lines import/export
        
        Change-Id: Ie6cdfec1295e08cd5141056eeac39f248ee97766

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [4b50558feca6dc3035cba6fff6dd9fa4b3a85779]

        ODT regression curves export refactored to use chart2 API
        
        Additionally fix import when regression-type is defined on series style.
        
        Conflicts:
        	xmloff/source/chart/SchXMLExport.cxx
        
        Change-Id: I194780619dc7b8a2b428867d4b5906180ee1fac1

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [d070003bc43e19ef22a737202d018d8c9712b80e]

        Refactor regression curve handling in xmloff import to use chart2.
        
        Additionally support more regression curves per one series and
        add polynomial an moving average tokens.
        
        Conflicts:
        	xmloff/source/chart/SchXMLPlotAreaContext.cxx
        
        Change-Id: I9dfebb1f47942c88ab0ccff48ec7632136fb1bc9

2013-07-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f65a9efc9abadaa804d1c4e2a26a5c95bd3cd555]

        fix element order in OOXML export

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [94182ac76189ac2c8e8eab200cc1c4d146b03f57]

        Support for trendlines in charts when exporting in OOXML format.
        
        Trendline support at exporting in OOXML was missing. Add support
        for exporting regression type and properties and additionally
        line properties. The only missing are working dashed / dotted lines
        which are currently kind of "broken" for all lines.
        
        Change-Id: Ib7574e58febeb70f2a488db3546b74807c14df14

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [c818e23df3f608f247da0d4722d102a03725c1cf]

        Import polynomial and moving average for OOXML.
        
        Change-Id: Ie6501ed3b3431e187f8f0b83654e84438566ccd5

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [9c5e2c65ae5b99ea9fab43881117a1473fd073df]

        Import/export of polynomial and moving average for old MS XP/2003 format
        
        Also make new services work, so they can be used in filters.
        
        Change-Id: If4ebd86b2b7bc4fc43d36109f05d06d42c531dab

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [c61a0a3394ac354288a6d183845f598a9b9ae32a]

        Slight cleanup in polynomial curve calculation
        
        Change-Id: Ifc1b923e633beedce9ad27847f3c5c1298ee812e

2013-07-03  Tomaž Vajngerl  <quikee@gmail.com>  [e6a0cc2d6cb37bf4e04861173c7e55b307513778]

        fdo#35712 polynomial and moving average regression lines
        
        - added polynomial and moving average to the dialog
        - implemented moving average and polynomal RegressionCurveCalculator
        - added icon for polynomial regression curve
        - prepare icon for moving average regression curve
        - degree parameter for polynomial regression curve
        - period parameter for moving average regression curve
        - limit the curve to max and min x value
        - added extrapolation
        
        Change-Id: I4ebb8dc23a3aff285b999e115fdda20ab11910a5

2013-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [c63b74d22d360893bb9e1200f59099ffb7943705]

        fdo#61725 add SolarMutex until it works
        
        Change-Id: I757bbfbc4a548f17d797ac00197588bc6e2907f6

2013-07-03  Tor Lillqvist  <tml@iki.fi>  [e6aabd119c67f73699f7ba33099bdecd78fe18c9]

        WaE: unused parameter 'rMat'
        
        Change-Id: I5307b6eaee66dd66fbf64673767f7ac6a8225470

2013-07-03  Tor Lillqvist  <tml@iki.fi>  [6116f93586ebfc6256f6f953e347e0d273ae2d7c]

        WaE: unused variable 'sAdjustment' [loplugin]
        
        Change-Id: I1417254b748a7516024dd098928b3f22dca1e584

2013-07-03  Tor Lillqvist  <tml@iki.fi>  [2ffd377f725e79c7411dfbe1a3a7a847d749efc6]

        std::min comes from <algorithm>
        
        Fixes configuration error in libvisio.
        
        Change-Id: I6a6f743eca5fdfc990aadd69406b21d3ccdc6435

2013-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [8079326b97df9b9da56bc62f67df705efb407409]

        database suggestname: no '/' for queries
        
        In particular, this keeps the new query wizard
        from silently failing by default
        when the underlying table name has a slash: it would
        generate a name proposal based on the table name,
        and then use suggestName to get a similar,
        yet guaranteed allowed name.
        
        In this case, the "guaranteed allowed" part was failing,
        since suggestName failed to strip slashes, which are
        forbidden in query names.
        
        Change-Id: I53d3976979ee45f5659765ed5dd3371b78837b5b

2013-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [7b957555d0027e9e7eeb8f31dcba6aa6408f4e16]

        handle non-wrapped SQLException
        
        This happens e.g. when the user types a forbidden name for the query
        (e.g. containing '/'
        
        Also uniformise Logger usage instead of exception.printStackTrace
        
        Change-Id: I29b14b65dae487e0eb61b90ceba968142981e755

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [36c64c875f5819bf5ada2bb657c490441bc24644]

        Ugly workaround for historic sxw files produced once by libwpd/wpd2sxw
        
        Change-Id: I2d22c12896b241d79ded723acb0a6753cc1468ee

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a9b8f0b34bc647a923fc7e79d8b5f61535c1f7b]

        Bail early the same way as in 709f6ba6a
        
        Change-Id: I8447d776ba315db5ef961818bc577d13e4f35a20

2013-07-03  Michael Stahl  <mstahl@redhat.com>  [f8dfa3a81a5382b2f18a705bd512625754167573]

        sw: remove SwDoc::ShareLayout
        
        It is a crude hack that is no longer necessary because the underlying
        problems that caused crashes when deleting the layout have been fixed.
        
        Change-Id: I601bdb0dc0aff5f4ddb8b8f4ba4c8d1f72c76666

2013-07-03  Miklos Vajna  <vmiklos@suse.cz>  [0be6adc8fcf9f4017b409aa3ec51a1e8c663e608]

        Drop unused DomainMapperTableManager::CopyTextProperties()
        
        Change-Id: Ibe99d4f3f4254329ca1b7269221f4e7cba1201a1

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [67249b4aa56bf38c4c573226a06d293e0415bbea]

        readjust the combobox optimal size calculation, needs to be more stable
        
        Change-Id: I1e9b07e5e5e53ae62baa77610f47083b580eaf7d

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [12e20bd9aca9cddd00599c76bc256849266cd7f4]

        put tab tabpages frames side by side
        
        Change-Id: Ia0816a891bc4ab508f42cf6651df03d9566b560b

2013-07-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [af7d4a5ebf3e6a09cd2079f241dee16aa22e0276]

        n#820503: initial MCE support in writerfilter ooxml tokenizer
        
        writerfilter OOXML tokenizer was just ignoring the mce elements and thus
        getting the Choice content and the Fallback one. This initial support
        drops all mc:Choice contents to read mc:Fallback. At least for drawingML
        vs VML support, we have a much better support of the fallback.
        
        Change-Id: Ic0bf69d0436994e9cfcf38accdd57d17e9f391fe
        (cherry picked from commit f4112ce9e7840efbcd567c4d18ed4519a1e91294)

2013-07-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1c23a37710e27fdc368876738a6eb91fd32e96d4]

        fastsax: provide the element name instead of prefix for unknown elements
        
        Change-Id: I3effd8a0cfe57875446536bbd0a93a73e630a44f
        (cherry picked from commit 4946cc813704703f7d988a6acf75c4d9e9c068a9)

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [bf54e43bdf33e26066afdbd459b1c41829b7473e]

        there are no SfxFontItem used anywhere
        
        Change-Id: I7af08b7790a631d5d385a546a472e2868d79cb46

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [1ec3fac48866c27d0c4b6ffb44befcba66d1f229]

        don't need an explicit help handler, the default will be fine
        
        Change-Id: I61643e507a68e66e1798c2d21a3f9372027fda1a

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [6ec6f14c101dd0af06ae03581d7c807d610eeddf]

        Updated core Project: help  e4fcd6566109736c1d2c17cd1b8be157ee7097db

2013-07-03  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [1611669c400a87e6a092e6312fd83b4f9f89257b]

        fonttypedialog.ui widget
        
        Change-Id: I4aac9046a004d84cd47d563aee8b7338e0d17896
        Reviewed-on: https://gerrit.libreoffice.org/4697
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [052ad2cf198aa27eb1719be1864477119c6576e9]

        Updated core Project: help  765c807900c41dec96a0872ade229d4ca3fc50ac

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [72ca010b217a6df3a0edd47f3bedd60882e5681c]

        sync the FixedFormatskey1 entry of pt-AO with other pt entries
        
        because Estandar is Spanish so that's not right anyway and
        commit 06b6e220b5e9250c688daaea4a7eb2ae64f1863c fixed the same
        problem for pt-PT
        
        Change-Id: Ia3955cbf2af89e03a574a25a5d968a7d2d2d818a

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [a4e9c5f3420eba9d1de8817aa553d50bbf2bc81d]

        restore a11y relations and some other clean up
        
        Change-Id: Ic44d45a969bc7e4c809906a59650eab1ee37c424

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [491bb212fae98c93197401cbd10aff8e24dc541f]

        allow changing the fill color user for tab previews
        
        Change-Id: Ie20e900fe9e1f9bfdcd5784b380aa4574d52c001

2013-07-03  Olivier Hallot  <olivier.hallot@edx.srv.br>  [c98e1b127be779cbe9b388afa043f8d3c8798183]

        Convert tab stop page to widget UI
        
        Conflicts:
        	cui/UIConfig_cui.mk
        
        Change-Id: Idd4401966933da1e4de3e3f31f74e2908dd7d705
        Reviewed-on: https://gerrit.libreoffice.org/4644
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [30db63e8a3f8806a1b00e14cd70bc75f3e66211e]

        arrange a way to describe non-dropdown MetricBoxes
        
        i.e. use a VclComboBoxNumeric which now has an
        adjustment option and a dropdown option (defaulting to true).
        
        Rework existing glade widget placeholders to be children of that widget
        placeholder.
        
        Centralize the dropdown bit tweaking logic.
        
        Change-Id: Ib6dc4d19b367986e9d6a2fc2bead51e198892893

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [f19cc396580726f9fa1c75a2b6346e2a4827acc2]

        metric and numeric boxes should calc optimal size based on legal input range
        
        Change-Id: I8515f71a562caf8332a4eea20dab5636a9343ec6

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [e8f34963459c973d681055d708166d43079b7eb7]

        adjust ComboBox optimal size for non-dropdown case
        
        Change-Id: Iedcd27e1e40e4d69a9776ba23ec88981fe031710

2013-07-03  Frédéric Wang  <fred.wang@free.fr>  [477f5880039830885b12831ba2995e63953384aa]

         fdo#66281 - followup: fix a comment for overbrace.
        
        Change-Id: Ia88a1585a6ade94b1ecc95bf4b3d0a38881b71dd
        Reviewed-on: https://gerrit.libreoffice.org/4699
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-03  Frédéric Wang  <fred.wang@free.fr>  [c5887193572ea1295b9d36008af5851127fd9647]

        Fix glyph names in OpenSymbol and add a note in the README
        
        Change-Id: Iddea789abf66c144aef38176bb97660adaaa3d9a
        Reviewed-on: https://gerrit.libreoffice.org/4695
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [428e77a0693ecb56a529970233666c25c55fc0f6]

        OOps
        
        Change-Id: Idd7e957064d89d9a5b1fbec9b5fb7d7961872d3e

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [523258e675e881d6f8efc031e3885d0197c8aad0]

        Fix Windows signing and timestamping
        
        Change-Id: Ife8774c9a6157e8bb943d1ba8ec32f560c8281c4

2013-07-03  Tomáš Chvátal  <tchvatal@suse.cz>  [49752e82f575bf107caa5a01fd89c4bbfb8c0528]

        Try to fix collision in packages with libkde4bello.so.
        
        Change-Id: I6936d79d6a05005b74cd551c1255b42a9be36bd1

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8102d3f91699a9a576b5ceacb62906e9d6dd807c]

        exclude the -safeseh from 64-bit windows
        
        Change-Id: I341a7c3bdd00de5e4f3e097c32fb05cff62b10b7

2013-07-03  Adam Co  <rattles2013@gmail.com>  [af5fabc13f293d3064688abc4b0747dc9dc5cb0a]

        fix for wrong case value in dmapper
        
        Change-Id: I8463c72e2a18ca7fe0adacc8f523a8cff04db516
        Reviewed-on: https://gerrit.libreoffice.org/4654
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-03  Olivier Hallot  <olivier.hallot@edx.srv.br>  [753624e9e423366bd60c6b128c2f0697c778d9a4]

        Finishing touch on Drop Caps widget UI conversion.
        
        Change-Id: I896d64d602cab9671373c619a6a02807ec6bc6ac
        Reviewed-on: https://gerrit.libreoffice.org/4643
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-03  Caolán McNamara  <caolanm@redhat.com>  [e8fdd77a66fe92fae063394683c6d9f64c9f54e6]

        restore title on Format Number single tab dialogs
        
        Allow a .ui to be given to the SingleTabDialog ctor. There are *three*
        single-tab Format Number dialogs, we really should combine them together into
        one dialog.
        
        Change-Id: I1021c9b968764bd9ad35832958ef2bd067fca798

2013-07-03  Radu Ioan  <ioan.radu.g@gmail.com>  [61db96daa87754af24355d7ac94ee0305f22ff87]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        - replaced RTL_CONTEXT_ with SAL_INFO
        - replace OSL_* with SAL_*
        
        Change-Id: I26761cf1d4c1cfe21dec7d8ede6df6f177bf2c3e
        Reviewed-on: https://gerrit.libreoffice.org/4620
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [54aac00e51652deec3d71524eec97f171c5cd40e]

        Build msc .exe and .dll executables with -safeseh flag
        
        Change-Id: Iabebc288b68a6729aae05e2875f7bb39d923699a

2013-07-03  Jian Hong Cheng  <chengjh@apache.org>  [30d8575cf59d3bc1feee2643d52c986004eb652a]

        Resolves: #i120718# page border and shadow to doc.
        
        The shadow depth and color changed
        
        * source/filter/ww8/ww8par6.cxx
        MS Word Binary compatibility
        
        Patch by: Fan Zheng,<zheng.easyfan@gmail.com>
        Found by: dongjun zong,<zongdj001@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        (cherry picked from commit 513bfe206105974552c2b93fbe9dc8be854375e0)
        
        Change-Id: If090141a92d9aa00f60b622a5d8dcbe8d92860c0

2013-07-03  Frédéric Wang  <fred.wang@free.fr>  [c61f35275c613cf7ba6f1aa7bc8235340f9df8f7]

         fdo#66282 - MathML export: improve ExportBrace
        
        Change-Id: If15038f8942c649703659e05868162c31785c762
        Reviewed-on: https://gerrit.libreoffice.org/4632
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f45c47af72369859d1937cb8b46cba370031509a]

        xls cells have all hard number format, fdo#66506
        
        Change-Id: Ia2dd206bd1e9a91bef0021a9317f0d6486b2f276

2013-07-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4c6f4c570213236102ad790531df2ee55bf60b4]

        fix the inherited number format removal code
        
        Change-Id: Ieb17d6f8505d7a5934b9542d407be8902b4be427

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0a73fb994a517a3e9653af5406f8d547b216d659]

        Not to forget this header...
        
        Change-Id: I3f05923787ec87d5231433e4fad562326becae49

2013-07-02  Michael Meeks  <michael.meeks@suse.com>  [b81d130626c20b806fc8a28524b38756eebc6c46]

        Dummy formula group interpreter for testing.

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1eb0aac39f366caf497534de00fb30b84ac1ba62]

        Forgot to remove these debug statements.
        
        Change-Id: I680750c43dce4b6e7f9b9ed0a6b8550bdf485a8c

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ce7a2d39efc66ae682873a96030332b38ba3a4d6]

        Detect circular dependency in formula groups to fallback to cell-based.
        
        Change-Id: Icfb4fd4be4e0c1f6f450fb8ddce57c7b79568e6f

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [041e7dce8097fe2a4fe1cc853cab463dd5ea72e5]

        Actually we need to reset the top row to be the top of the group.
        
        To ensure that a group of formula cells are either all clean or all
        dirty at any given time. We'll fallback to non-grouped calculation
        mode if that's not possible.
        
        Change-Id: I8a5d4740571ca149d32a4630555e3c213c222ef3

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [75cfc9a332b224597872960df22091ca76747058]

        Be aware that the top row may not always be the top of the group.
        
        Adjust the length and the starting row position for accordingly.
        
        Change-Id: I2f9c5a515887b98334bad51c5409461d5dd1505d

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d61233a388284383a939e2f26a0e25b9ad243898]

        Move this code from the column code back into the interpreter code.
        
        Change-Id: I7830cdf3f09ed7b6ae6221212bfb84abcdeac523

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4277d968eb4407e22a3d4b467340a347e43e7ea9]

        Move this to another file to distribute the compiler load.
        
        interpr1.cxx is getting way too big....
        
        Change-Id: Ic3e4879daebd09c8dcb86a42b305864dcc1c67c4

2013-07-02  Frédéric Wang  <fred.wang@free.fr>  [6f86d931b4266d00fec75c0124ac9fc3026a4f1b]

         fdo#66283 - MathML export: remove useless mrow/mstyle with font commands
        
        Change-Id: I57870a22ef915950fe177dcb75ab31a25f2520c8
        Reviewed-on: https://gerrit.libreoffice.org/4634
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-07-02  Michael Meeks  <michael.meeks@suse.com>  [d2a71b952850cdf1a7efc5c0f86df9864201a950]

        fdo#46990 - re-work new desktop checks, guard against NULL DESKTOP_SESSION.
        
        Change-Id: Ia3e408b372989b757f7dde080849e38d315d53cd

2013-07-02  Pader Rezso  <rezso@rezso.net>  [f31fad32005c6709eaae71b49af31264e585478a]

        fdo#46990 - detect MATE and XFCE desktops.
        
        Change-Id: Id72860fc2e7d6b40f4fcb96b8f504a4f86a335b1

2013-07-02  Michael Meeks  <michael.meeks@suse.com>  [3887ba5677b1902fcf45f076d7a8e3ac96322dff]

        Fix opencl path and linking issues on windows.
        
        Change-Id: Ie39a3c02d6021ae200d6e3939ec9a14ed7f34d21

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [74b5f592dbbd499ef4c50601e92e393623244c4c]

        Some feeble attempt to reduce dependency on token.hxx header.
        
        But I didn't go far.
        
        Change-Id: Iaf9cbac99812c1bf7d7f2db2ad5bb6231ea5e292

2013-07-02  Armin Le Grand  <alg@apache.org>  [76f20ffd2f5aafe284fc52baac4b304d7e8edaca]

        Related: #i122594# Added same handling for outer SVG element
        
        (cherry picked from commit d6dd461da975a4fcd7d58a1f03d0add9e5defa8b)
        
        Conflicts:
        	svgio/source/svgreader/svgsvgnode.cxx
        
        Change-Id: I99f5ce54a70d064ae83e56c0a23b77122dcc838c

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [fbfacb8ce70910d096ad332a093dbbc5b54ea005]

        avoid enumeration value ... not handled in switch [-Werror=switch]
        
        Change-Id: I2b608b0c1dfe23509094ef808381a7e7c39c577d

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [8f04b172c5c78fa80c3692a729f0191425195869]

        fdo#61429: Stylist: try a little harder to restore "hierarchical"
        
        Change-Id: I30972224c5a9aa12c4ef4c2b5ca80e7aece0baad

2013-07-02  Michael Meeks  <michael.meeks@suse.com>  [12a426b0261c44c4625f627ea21bd308266acae5]

        fix naming snafu.

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97b026d934cdad9121c980cae87ea50bae9e4aad]

        Add a way to inverse matrix using openCL. It's an no-op for now.
        
        Change-Id: I4659d57505c3dccf872e124b8b569e680b307b71

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [946e1cb115a2a46fa10f528f83ca7a214fc31544]

        Enable group calculation on COUNT and COUNT2.
        
        Change-Id: I7a1cb5aa485bd54e1f6e41262435129b6ac6b98b

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b8904b25d622bcf5c2b1435a993e507d1c7f7555]

        Try not to iterate beyond the end of the formula block.
        
        Or else a crash would ensue...
        
        Change-Id: Ib08163ba91e4bac023ae778c704a0c052fa48ebb

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cd2594c7504318a88719c710f7e627b9dd72fa16]

        COUNT should skip formula cells with error.
        
        Change-Id: I829eaf309056403f77949526877888315a2ad720

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9d207f6fc479bf96db9fcde214f15f2ffb045001]

        Re-implement SUM function to make use of new cell storage.
        
        And fix a bug in my new COUNT function, where I forgot to tally numeric
        formula cells.
        
        Change-Id: I52d26be3e48f646f656821066e23594d52f78c6d

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3b10c65d9e9a3ffd1bbe176c39d45bbb76b1fc05]

        Unused variable.
        
        Change-Id: I1df58281896687e61d40675206d0fc3854d93866

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cfb2ce587b097b407eb15699cff7ce9fb6844123]

        Re-implement the COUNT function for efficiency.
        
        By taking advantage of the block structure of the new cell storage.
        
        Change-Id: Ib953c14d364ccdff7df5caf70d57cec86189e3be

2013-07-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [db377e02c309c20419aef1360409be09fe50fc42]

        gtk3: Clearlooks theme paints scrollbar buttons depending on the style class
        
        Change-Id: I8e464e4b71671eccb2c0467d74542e6ddda0f5a6

2013-07-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [010391b647f15efbeeba4e1a8158ab6dd550aa6b]

        gtk3: gtk_vscrollbar_new is deprecated, use gtk_scrollbar_new
        
        Change-Id: Iea6b6cd0147e42eab9889ea9a45aaf98c77cfaab

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [eb39f90f071c03f8f9e61a0f129a060ffcfb96eb]

        Related: fdo#66252 RID_SVXPAGE_NUMBERFORMAT needs a layout parent
        
        Change-Id: I25f87916e5b8480e50cafb30b78da4d575a7df24

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [092281f1e7022ee26e3659cc1c54ac0dd73a4382]

        Resolves: fdo#66252 format->number for controls is busted
        
        Change-Id: I7c88f3acd9a6c5faa40a8fedc7c9f6e7817cefb7

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [7b3839e0c3d9339b4469a808e2818cd3f3119cc4]

        vertically align center widgets
        
        Change-Id: Iedd7fc4e05aa59e59725f2087ded704aae0b6115

2013-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d37723a2496907bf60829306c6509fe24a9c4dbe]

        Allow build with older boost
        
        Change-Id: I49902109eb2a1b9561a9ccfa70d89c160a4965a9

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [3835dee3c777bf10693903cb0866d22fab3794ea]

        SvStream: remove the error prone operator<</>>(sal_Int64)
        
        As the recent regression after merging AOO patch adding code serializing
        "long" variables has shown, this overload (which was added in
        7b2a0e541567be9750dfc7d98374555967da3470) is a bad idea.
        
        In a unxlngx build, nm finds uses of the symbols _ZN8SvStreamrsERl
        and _ZN8SvStreamlsEl in these files:
        
        - sbxvalue.cxx: this appears to be a legitimate use with sal_Int64
        
        - dateitem.cxx: this was accidentally changed by commit
          9830fd36dbdb72c79703b0c61efc027fba793c5a
        
        - atrfrm.cxx: this was added for Table Autoformat enhancement in
          7e8c0bd73ee59ff3041e55268c77203373962e51, which is after the
          sal_Int64 operators were added, so the file format is now
          platform dependent
        
        Change-Id: I78352b5429b53612c4831cdb81b587b5de5180a9

2013-07-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ee5ed806e2cf5780f90d52a2fc83055f497139b7]

        Translate German comments, fix some WS
        
        Change-Id: Ib017480e45cf76a95297e6563229d49c13ea6a51
        Reviewed-on: https://gerrit.libreoffice.org/4660
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [00601259144f5b49b516581ca6ae28fc6e524030]

        Resolves: fdo#66502 set AutoMnemonics before calculating layout
        
        Change-Id: I3274ec9e8e4e1f61f0108a3e6ba64107128736c2

2013-07-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50b0bf15bf0e173ba449efed93ef3909253b9988]

        Uploading new libvisio 0.0.29, fixing fdo#66421
        
        Change-Id: I7b9bc581c81caf74cb6f922abc2cfaee87b20572

2013-07-02  Armin Le Grand  <alg@apache.org>  [d98279dbb9a1857561914f60e58a23dcd116be83]

        Related: #i120513# Remove autocompletion suggestion...
        
        when inserting comment via menu/shortcut
        
        Author: orw, alg
        (cherry picked from commit bfeefdb5affc187c4ae04d82915ac65ea3fc73e4)
        
        Conflicts:
        	sw/source/ui/shells/textfld.cxx
        
        Change-Id: I42dbfb46f784262d941f1c9b3e0b4a0b623067d9

2013-07-02  Armin Le Grand  <alg@apache.org>  [6bd99f8d0b510a45d5f1ade2bf00373bce7765b7]

        Resolves: #i122594# correctly handle inner svg node...
        
        when no width/height or percent is given
        
        (cherry picked from commit 5fa6275694d0990018b13266b37c359b37251c1c)
        
        Change-Id: I2981d7ad174faf0914b4fcd545257674ad5e8cb9

2013-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [a733e8e91aecbcbde7cc2127a3c45d8dd3ebe4ee]

        i#112615 table names are allowed slashes
        
        Change-Id: I1b69c4575d79ba1b6a6e9cd83abaf18bad54fd79

2013-07-02  Armin Le Grand  <alg@apache.org>  [cb6e8c46d723de33073a5fb9ca53be12412e2a27]

        Resolves: #i122589# check if element is added before...
        
        removing and deleting it (well, put it in undo)
        
        (cherry picked from commit 48558dc3e09ec442bc4caf867df4b97354b4d334)
        
        Conflicts:
        	dbaccess/source/ui/inc/QueryTableView.hxx
        	dbaccess/source/ui/querydesign/QueryTableView.cxx
        
        Change-Id: Id8ef54c0a223548affc007d25131a23618c5fe01

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [78c1ae17d1ee0e391279e56f2757f284a5959d51]

        Updated core Project: help  af95be046caf1abca0b310406bdae5a8b10a1a1b

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [d802fe5eccc4074dd4b32ba8a8a83c0463b3296d]

        convert Data Sources Unavailable Warningbox to .ui
        
        Change-Id: Iea809c54fd080003f1dc7ccae6b666dcc5e66b6f

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [c1de2a8b12d6d8df0aa219a809e05641afe56c06]

        convert (old) mail merge dialog to .ui
        
        Change-Id: Id812851c93807b15709930112ec839ba64884110

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [2f1678fbad1a9a793eb9a93303f18783e643c8bb]

        fix StrictStringSort (and STL assertion in starmath test)
        
        OUString::compareTo may return not just -1 but any negative number.
        
        (regression from 6a08067902ddc0ec61a7c7b4b0035b303f643a50)
        
        Change-Id: I93027726b95e8d398292e1c2dee7795b1f7b7b8b

2013-07-02  Andras Timar  <atimar@suse.com>  [9cb36ee3df0af10bc63727216fa41a6e8ef90a42]

        fdo#66433 - add Bitcoin to technical.dic
        
        Change-Id: Iadeafe6372bb5916e62c8de786d2f4c5def75198

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [fb3778b2a26d693d56c750fcf081117cc440cf07]

        ... fix more -Werror=address (wrong TempFile ctor called)
        
        Change-Id: I19b2195a5e524f8c485f904989f1c604fca9612f

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [23326c48274dc64a53ef142edc8bc551ea6c15eb]

        filter: fix more -Werror=address (wrong TempFile ctor called)
        
        Change-Id: I2242b12b75dfbd1ae6fdb4283c065168ac9df4d2

2013-07-02  Michael Stahl  <mstahl@redhat.com>  [6098d0283b47b36011075f3595fe21b300046a33]

        SfxMedium: fix -Werror=address (wrong TempFile ctor called)
        
        Change-Id: I1bafc953f21c7e139da5fc4594b37d6d75ed88de

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [62c0990b113688afb4c1b5ea355e29c57a9c7811]

        tentative updated callcatcher results
        
        Change-Id: I70b23097baa75079d96fd7b296073921be4f4af4

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [d4395f450de3cdcf5fde2187054a44eca680d81f]

        drop unused SfxSpecialConfigError_Impl
        
        unused since a2bf98857b675b2d10a4fd93a0413229abebf3f1
        
        Change-Id: I73c253e763eb9239256dfd78b4b782a36bc3a30d

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [7d943c1c572d463ebd0a997973383a579b60951f]

        remove unused MoreButtons apis pieces
        
        Change-Id: I087a45684041b6d816fbd09ebb24f727dd02d8be

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [fae7447283142b359c9f9ea80c3cc79ceab52e2c]

        drop unused convertWhitespace
        
        Change-Id: I2e27e498cb86d5aaeff692e62e75ee8c8200e729

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [9eeacd275178f5fed34ee9debf431a1ac3e169cc]

        XmlReadOnlyImage is now unused post .ui conversions
        
        Change-Id: Ib90966ed6e791371dacd8d9cdf8234fa66b02858

2013-07-02  Caolán McNamara  <caolanm@redhat.com>  [8e06393ffc3502382d5f8c586d298d02190f9d24]

        remove post .ui conversion unused ResId loaders
        
        Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552

2013-07-02  Csikós Tamás  <csks.tomi@gmail.com>  [3a5024bc0fd4c30f06da350b5c56300368c582e8]

        fdo#64155 - fix unlocalized 'default' list entry
        
        Change-Id: I3a8b706fe855e7fbff71f227b167a51d3a465be0

2013-07-02  Andras Timar  <atimar@suse.com>  [a1a592140f7492cfd169787fc3d0114804afccd7]

        default report template should be language-independent
        
        Change-Id: Ia0b18b90ffd2cb4c6958749e45d8cfec92825d02

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [2bc574599bf47ab3d2d4e201e80896a91f225efe]

        more SAL_OVERRIDE
        
        Change-Id: I7b3e908a0ce00f0d844803fdf628d3d757de92bd

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [2a2105b002c482e6536d5c3046c9e7783c0cdca3]

        fdo#46361 testcase
        
        Change-Id: Ie7ce4fb5c32ff4b3c1f3d7ee92d8358ae67fc6c1

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [ef53d4aec2a3d690de2c7cdaf73ca95bbe29a433]

        fdo#46361 oox: handle w:color for groupshape textboxes
        
        Change-Id: Ifcbf622a04a4b3f06d95c079d5e13ec3f505268f

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [5a737fca37cd5a5f90aa03a30688d447677d3b8a]

        fdo#46361 oox: handle w:jc for groupshape textboxes
        
        Change-Id: I21391d9a9f5b5173b599006287b33fdaab3c0c75

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [6bf79576aeca243db553ed3b5eade492dc35337b]

        fdo#46361 oox: VML import of v-text-anchor for drawinglayer shapes
        
        Change-Id: Ib73d17fd8c9325f7f062d4a15b655e36b84bd351

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [f24e4c74d7d6a7d95090c6fa6a584fed7787706c]

        fdo#46361 oox: handle multiple w:p for groupshape textboxes
        
        One testcase had to be adjusted, as it seems previously we stripped all
        newlines at the end (I consider that as a bug), and now we only strip
        the last one (so the resulting number of paragraphs on the shape and in
        the source document equal).
        
        Change-Id: Ic22b96c2992b53c72e2609e2286622173b86065c

2013-07-02  Miklos Vajna  <vmiklos@suse.cz>  [b1f78c44c1acc246f06a963383232c9bf649a06b]

        fdo#46361 oox: handle w:br for groupshape textboxes
        
        Change-Id: Ib78891614256b197cefbe766a4a4a9c76219f1cf

2013-07-02  Frédéric Wang  <fred.wang@free.fr>  [9bb74686b1f857e791235381db632d1b5ac58296]

         fdo#66088 - follow-up: handle NGLYPHSPECIAL and NSPECIAL too.
        
        Change-Id: Ifc078732e28e9bdaa796c5be3c08c20f9512926e
        Reviewed-on: https://gerrit.libreoffice.org/4631
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-02  Frédéric Wang  <fred.wang@free.fr>  [e58d721709bd4e255f70cc824cd484cd1a1ec32d]

         fdo#66281 - make underbrace/overbrace stretchy in MathML export
        
        Change-Id: I63608cc4b56f6baa4101020c12c1384a828ce0d2
        Reviewed-on: https://gerrit.libreoffice.org/4629
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-02  Thomas Arnhold  <thomas@arnhold.org>  [10c6cb238f0ae5d5969ffd0012bf23305ac5894f]

        fdo#62699 drop pass-through header svx/svdattrx.hxx
        
        includes some sorting of the includes
        
        Change-Id: Iba41991552674f76b902dbc7b4b3ada992aee69e
        Reviewed-on: https://gerrit.libreoffice.org/4626
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-02  Andras Timar  <atimar@suse.com>  [060989945b811604c81948b50ad51ffdf136754c]

        remove unused (and corrupted) .odr files
        
        Change-Id: Ib6f19b673c188603fd9adcea19228f7ede7ab4bc

2013-07-02  Frédéric Wang  <fred.wang@free.fr>  [be4837c9da190b4450a7f8a46ee5b9808e5dd941]

         fdo#66416 -  Use appropriate unicode characters for math "Brackets"
        
        Change-Id: I43d74c92f0de65f9456f5cd8ae150466b6a43717
        Reviewed-on: https://gerrit.libreoffice.org/4661
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-02  Frédéric Wang  <fred.wang@free.fr>  [fbc9c18875d1e86c9b3d7d5c13e1db13af23e3f0]

         fdo#66276 - MathML export: avoid using combining characters.
        
        Change-Id: I68cf5aaeb5b13adda76953636b0d3225fff4030c
        Reviewed-on: https://gerrit.libreoffice.org/4630
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [6a08067902ddc0ec61a7c7b4b0035b303f643a50]

        OUString convertion for unotools
        
        Change-Id: Ifae7f344e3827875e32afa3cda23c771f5735707
        Reviewed-on: https://gerrit.libreoffice.org/4659
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-07-02  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [82a1d75ee59c46e6bb361b98c520cc4eff2e770c]

        fdo#43460: Use isEmpty() instead of getLength() in svgio
        
        Change-Id: I65beeb09285553177a160e260d606e6ba3f1c023
        Reviewed-on: https://gerrit.libreoffice.org/4641
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [07010b8ea2465406df8eea9341c8644a6f7fed81]

        Put the matrix header back in for Windows build...
        
        Change-Id: I676b3d9b702af51bf00dff9ef55d16e7fbdec65e

2013-07-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93a5b7ee36818d60963e4fbe21f9e6c43c7c5a80]

        don't forget the formula cell style during xls/xlsx export, fdo#66242
        
        This reverts parts of commit 64223bda068cc6d82d3c5e359d465014568398bb.
        
        Change-Id: I6d5379aaedbf011b39a4cf076f0a43bc8a6cbc93

2013-07-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae4e42c87f10eda7efd74cb250253a4f6815d427]

        remove unnecessary comments
        
        Change-Id: Iff6c1c59d0300f868972c2abf88fee5cf7e5372a

2013-07-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c3b138a801437e801241039fa34f5f17646ecfe]

        fix indentation
        
        Change-Id: I1bdd8980109b340765c0600f897ff14e75fb0bae

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4b145089367277bff880731d020ef21c2b51d03]

        Nobody uses this. I forgot to remove it.
        
        Change-Id: Ib035466e04f37ee1d7b61d352f7a380f005b3231

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [41e0a3bde2b9a838e4ad55c2ea4ed1ec22627f99]

        Fix build breakage when opencl is enabled.
        
        Change-Id: I8ffa87c19ce110452c8280f4ee91536cd6f563d4

2013-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [369e2d3e007fd9177c3500813feee22fc3a8a823]

        fdo#66464 initialise static join info at construct time
        
        to ensure that isReadOnly returns something sensible as soon as construct() finishes
        
        Change-Id: I5f9bef049297c5232df0ecdb9084add968a0052f

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed76237e41ecdb58f524e14ea6b8866f8dacf6a9]

        Reduce dependency on the matrix header.
        
        Change-Id: Iade09d108aec78f8cbe92f9103f206d0c99fab8e

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [83f77ab0661df992f241e5f9ecb1aa8f8eaeafec]

        Rework SUMPRODUCT to reduce the number of block position lookups.
        
        Change-Id: I22b843142b76df1c51597a8138b1674286f78792

2013-07-02  Eike Rathke  <erack@redhat.com>  [9c1ca6dca3b553c302a635357e33591605343b99]

        resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192
        
        Also renamed MAXJUMPCOUNT to FORMULA_MAXJUMPCOUNT but without changing
        the value as the runtime array size of ocChose depends on it, should be
        changed before.
        
        Eliminated the duplicated and error causing redefinition of both in
        sc/inc/compiler.hxx
        
        Change-Id: I0e87d1439c9564a4f475fcb2870ab51c3b586942

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [0520eaf9e661abddadf9a21cfbeab37b0b85dd68]

        fdo#65650: fix Writer ODF import of list style with bullets and color
        
        For such lists xmloff tries to set a BulletColor property but
        SwXNumberingRules::SetNumberingRuleByIndex() throws a RuntimeException
        and does not set any of the list properties on the NumRule.
        
        (regression from abf18610998aa8330f8330f1d769508e47ef5b20)
        
        Change-Id: Id3e80ee1ed67497786258a1096bc5c8dec90ce21

2013-07-01  Michael Meeks  <michael.meeks@suse.com>  [f74e6dd07e971d25a610edbe0197b98984dbf353]

        get quoting right.
        
        Change-Id: I3b1508a3309ad4df9e095b1cb6c3091df4adff4a

2013-07-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7c7ca0d0028cacad15a4fdc3dc02bc5f038c9f3c]

        WaE: pOldRanges may be used uninitialized
        
        Change-Id: I22ff60e30b8c5697f648fcd6b7b22a302c6a2135

2013-07-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cc06e7b6b8b73ae68a2eea72d94c6f45c9fbf497]

        gtk3: for checkbox map BUTTONVALUE_MIXED to GTK_STATE_FLAG_INCONSISTENT
        
        Change-Id: I5f5810a1e2dc56afb0fba7fde20a383980e3ba51

2013-07-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [76c9d45ccf8480f8b73815607ff8701a3d41a649]

        gtk3: add indicator-spacing to size of checkbox/radiobutton
        
        Change-Id: Ifea43607c8cd5a8047796b7d2efdf14289b029e2

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [a201ae63ce798438057a1328dc644dc8b64fe4e8]

        fdo#66165: WW8 export: fix duplicated paragraph breaks
        
        MSWordExportBase::OutputTextNode(): in commit
        8f2a21eac4a904db3cc4c448179e2d2cf5878ef4
        (which is not merged) a "WriteCR( pTextNodeInfoInner );" was moved up
        a few lines, so it shows up as context in the other commit, and
        the bug is that the cherry-pick 83ba821c10392c08334f7d8d3775fe3e8d08f8fd
        erroneously adds this context line so now there are 2 WriteCR().
        
        Change-Id: I08434b284f3d8d8426fa997623be352c37d6c7c2

2013-07-01  Laurent Godard  <lgodard.libre@laposte.net>  [92c7eca78e6ac84ef2b1be5dca102ecfaee9766b]

        simplify AddPrintRanges calls at import time
        
          - at import time, use directly core functions
          - honor IsUndoEnabled in uno calls
        
        Change-Id: If1e762df0ca9cfa22fa2c0e75518fe892be602b6
        Reviewed-on: https://gerrit.libreoffice.org/4656
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-07-01  Eike Rathke  <erack@redhat.com>  [cb44db2fe78b43424491d25f0c9e34f16aba5c24]

        sorted by formatindex for better comparability
        
        Change-Id: I38f238878141b9ce7d479e66340ef3e78dc83843

2013-07-01  Lionel Elie Mamane  <lionel@mamane.lu>  [0fe4a70f26107a47765348802290adef0b265997]

        typo in comment
        
        Change-Id: Id81813365a36ce03a60f051994da8d8951c92054

2013-07-01  Andras Timar  <atimar@suse.com>  [a1df1de6ec140cfe49160fe08cc9eee7c0a60ba9]

        Updated core Project: help  a804914de5db3aef91f8c244db6acf59a1da0f78

2013-07-01  Ariel Constenla-Haile  <arielch@apache.org>  [b9ebdadf5a6ebf22b4df7589d86dd8fdfb675b1e]

        Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functions
        
        (cherry picked from commit e94681fb47e3c5bdba486cd8feca92705d44840d)
        
        Conflicts:
        	sc/source/ui/app/typemap.cxx
        	sc/source/ui/view/galwrap.cxx
        	sc/source/ui/view/makefile.mk
        	sc/source/ui/view/tabvwsh9.cxx
        	sd/source/ui/view/drviews9.cxx
        	svx/Package_inc.mk
        	svx/inc/GalleryControl.hxx
        	svx/inc/galbrws2.hxx
        	svx/inc/svx/galbrws.hxx
        	svx/inc/svx/gallery.hxx
        	svx/source/gallery2/GalleryControl.cxx
        	svx/source/gallery2/galbrws.cxx
        	svx/source/gallery2/galbrws2.cxx
        	svx/source/gallery2/galexpl.cxx
        	sw/source/ui/shells/basesh.cxx
        
        Change-Id: I49c2b99ca551f058b852c0e5e28cc2fe8c205031

2013-07-01  Frédéric Wang  <fred.wang@free.fr>  [bc51be7e7f2fc55456e1ce7dcdc70e6a15c53c0e]

         #fdo66277 - Add support for alignment in MathML export.
        
        Change-Id: I78352ff93da5b4e912040c4019fcea924f7b0c20
        Reviewed-on: https://gerrit.libreoffice.org/4625
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-01  Harri Pitkänen  <hatapitk@iki.fi>  [30213582c73f2dec6d4a980560192720f2f426ab]

        Add Cornish and Pite Sami to the list of spelling languages
        
        Add Cornish (kw-UK) and Pite Sami (sje-SE) to the list of
        available spell checking languages to support spell checkers
        that are being currently developed:
        
          https://victorio.uit.no/langtech/trunk/langs/cor
          https://victorio.uit.no/langtech/trunk/langs/sje
        
        Change-Id: I2f95fe5339e7cc31d64fa13cf2f74268b159215e
        Reviewed-on: https://gerrit.libreoffice.org/4609
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-07-01  Pader Rezso  <rezso@rezso.net>  [cea7cca5c8db3f273ed2c14efde45ff0e73dee7a]

        remove obsolete CDE integration, and make TDE launcher conditional.
        
        Change-Id: I5e830cd3f44627d789d789748e1b0f0ff5590d91

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bd4c6a7d7521abb0e36ebfba6e14685a1e195be8]

        Fix a crasher on copy to clip.
        
        The logical row position equals the top block position plus offset within
        block, not minus.
        
        Change-Id: Ia6376d8e971f9d3379977895d14f97f43c5664ba

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [add9e14a4a45d29ac7284f9cecf762e3a075a01d]

        Add tests for matrix's min and max values, and fix one bug.
        
        Apparently numeric_limits<type>::min() is not to be used for signed types.
        
        Change-Id: Ia9730328562905459eb1d3e5cfd1a023c644e219

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [58380c11216cb9f03a98e3d53dcee702576fedb8]

        Better to calculate max and min value of matrix *in* the matrix itself.
        
        Change-Id: I410b345ac32550a188aa356e133ef8e0e9b13d9f

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dfd0b37d82db6cb8f02b48e735cf6caacc2420e4]

        This is not needed.
        
        Change-Id: I382b9d485b7bb58656561c4790580c9bc6339889

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1968e62d9f242ef5857dda0e09382fd6f59f8e0b]

        Add a convenient way to dump formula group states for a single column.
        
        Useful when debugging.
        
        Change-Id: I4e408ad9a3dc2046557d152fcd067c1b0c5645c0

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb604d067066249bda3a09b91743491dd63e8288]

        Start moving all these DEBUG_FOO into calcmacros.hxx.
        
        This header was formerly dpmacros.hxx, now renamed to calcmacros.hxx.
        
        Change-Id: I2ed768b7c5678f5216b1e93df2c0cede0c548be4

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5bbf11028d524a5282e4ce1525cde41c2b1afa5]

        Ensure that the group calculation path won't get called when it's disabled.
        
        Change-Id: I0ea45616558bebf99c63862a0458776c67789bbc

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [94040c2034ed657b2c4d4d24c8d92ab7c9caadfd]

        ResolveStaticReference() to also dynamically recalc formula cells.
        
        Change-Id: If42e5105be0e6db7c63d7c4e7c43de23716d6cbf

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f67fa232933e64779f0b3571711e4679214ca521]

        Have FetchDoubleArray() to optionally calculate dependent formula cells.
        
        Change-Id: Ide29df664ff002f9cd8fe3edbf9512dd0cbb9eb6

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bdd8986ebd82884402b15d5d1d7cf76de37a47c6]

        Test loading of xls and xlsx with shared formulas.
        
        To make sure I won't break this.  And I moved the xlsx version of the
        test from the slow check to the normal test, which gets run for the normal
        build target.
        
        Change-Id: Id65f79796b11c0ab039842f1c1c158e9af310757

2013-07-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb1310356b358137210ea5445500bb2e96847fda]

        We don't need these header includes.
        
        Change-Id: Ia2f7226fa3c7dc5ac98bd23833e67d7262cd8b9b

2013-07-01  Khaled Hosny  <khaledhosny@eglug.org>  [8a2719b8fc65ab2f875f4d617c2202e573b7bc77]

        Handle synthetic bold with Core Text
        
        And fix the previous commit for synthetic italic a bit.
        
        Change-Id: Ia5977d53739b7a6eaaccbf3aeb24adb820ca05c6

2013-07-01  Armin Le Grand  <alg@apache.org>  [4dda042c354b4cfaf190bca35092bbd5f6dc2a1f]

        Resolves: #i120559# Corrected load for charts without RangeString...
        
        but with local row-oriented data
        
        (cherry picked from commit 855d5e3bc075e516edf1dc7e844924bbf9ab590c)
        
        Conflicts:
        	chart2/source/tools/ChartModelHelper.cxx
        
        Change-Id: I4979b639f5652a1c27b640b6b469f66c65a888aa

2013-07-01  Frédéric Wang  <fred.wang@free.fr>  [1ef63d0842dab4154c5ca2fc42e416950bd7459a]

         fdo#66278 - MathML export: distinguish inline/display equations.
        
        Change-Id: Ia764c2fd64ab772342ce86f67ee290ab38dc4a83
        Reviewed-on: https://gerrit.libreoffice.org/4607
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-01  Sun Ying  <sunying@apache.org>  [a70d429b96be02f0aa407216ab91edbe7883c7c7]

        Resolves: #i120730# fix table with merged cell becoming group shape...
        
        when exporting ppt file
        
        Reported by: Liu Ping Tan
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        
        (cherry picked from commit 1619e67c0c225ca6cc14a1fbebd4a97fb1b26311)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: I96ff7d3e2b3f822a5ba84e918f20b2dff81e5a70

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [247b182fc55a05e9cd54b94dbf3de7ba9a13094f]

        unotest: re-add test::BootstrapFixtureBase::getPathFromWorkdir
        
        also erroneously removed in 6a59659541e45198b8cda162f87f6abcd68c6101
        
        Change-Id: Id9e942cf012d901546b5b403d0d04e749fd20695

2013-07-01  Mark Wielaard  <mark@klomp.org>  [2fc0fa62b26ce34675fcb94de59194592421eeb5]

        Fix memory leak in OTextInputStream.
        
        Delete mpBuffer when done in destructor or replaced in implResizeBuffer.
        
        Change-Id: Ide1b44f10a482ce9bb6135fb879e62e0a8ccea29
        Reviewed-on: https://gerrit.libreoffice.org/4637
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-01  Mark Wielaard  <mark@klomp.org>  [5c3f673c1ff25c835da6b905a63b36087aaa405e]

        Robustify WW8FormulaControl::FormulaRead reading SvStream.
        
        The >>operator of SvStream doesn't initialize a variable if the stream
        is faulty. So initialize the variables before usage to prevent reading
        wrong/random bits.
        
        Change-Id: Ia66dd6d8574c36e7229a58347f2e2c1e0fe2e248
        Reviewed-on: https://gerrit.libreoffice.org/4636
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-01  Khaled Hosny  <khaledhosny@eglug.org>  [92ffe57f6bf40ec0f19e2abed24721137c569063]

        Don’t shrink text from fallback fonts
        
        This code is bogus in multiple ways:
        * It scales text based on ascent or descent, but this makes no sense
          as those control line height and nothing else, if one is to scale two
          different fonts to “fit” together, cap or x height would be more
          appropriate. This results in some text being ridiculously shrunk.
        * Not only that, but it is comparing apples to oranges; original font
          ascent/descent with the bounding box of the fallback glyphs, which
          results in different scale ratios depending on the shape of the glyphs
          at hand, which leads to all sorts of funny and irregular text.
        * Even worse, the PDF export is completely broken in this case; it uses
          the scaled down glyph widths but the unscaled font size, resulting in
          cramped unreadable text.
        
        Change-Id: Iaa6117ecfdad8388887d9a03b538e7327544ad5e
        Reviewed-on: https://gerrit.libreoffice.org/4293
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-07-01  Chris Hoppe  <hoppe7@gmail.com>  [3c26d63b22f9ae2b4c2cb90f4b1218985f1d6131]

        Translate German comments.
        
        Change-Id: Ibdd5bb021973624c1bb2a0e7bbbebd15fca5c731

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [1b5763c40686c8ca3f6e26f9b495bca57271872c]

        BluetoothServer::addCommunicator not unused after all
        
        was erroneously removed in 6a59659541e45198b8cda162f87f6abcd68c6101
        
        Change-Id: Ib95fccaaccb8baf269f7d393af00d9b95b25161a

2013-07-01  Takeshi Abe  <tabe@fixedpoint.jp>  [6c912701dc9fd82dc1fec0481119f3c9d753e161]

        Mark as const
        
        Change-Id: Ic71f39aaebf07d3b0435882986be71cf2b0390c2

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [3090cfc972287da3fbdc567387527b65b3bfd128]

        Resolves: rhbz#979758 crash on 'Diagrammen in LibreOffice' help page
        
        Change-Id: I269846840b8e2f67838da525c020a305901cf903

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [ee5ea3b629c55f628ee23078f4c1800d83b8514b]

        fOne should be 1.0 not 10.0
        
        Change-Id: I1e51ea9f06be698641287e8d85a5288220879d3f

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [20661599f402cda97915e77667368422a2382b78]

        add missing .ui
        
        Change-Id: I3cf3d730fee95a54d8b51779835eda8d24d50ff3

2013-07-01  Petr Vorel  <petr.vorel@gmail.com>  [6a59659541e45198b8cda162f87f6abcd68c6101]

        Remove unused code
        
        Change-Id: Id789250d6aeae642ef5c712e33c5583628638218
        Reviewed-on: https://gerrit.libreoffice.org/4604
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-01  Yong Lin Ma  <mayongl@apache.org>  [ba8bcc2681d8e9788ae2d6fef11308d5f0fcae05]

        Resolves: #i119994# Range picker dialog is changed to modal mode wrongly
        
        Patch by: Peng YunQuan
        Review by: mayongl
        Reported by: Yan Ji
        
        (cherry picked from commit 94c8978a16536738bbad7a52cdfb9f37a4d19ed0)
        
        Change-Id: I66bb91bf07a5c52b2a5e2b2a91187ac9580fbb0a

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [99a4baf89c470d1e73b4e87fe9adf37a09230a2c]

        gbuild: sync solaris.mk linker invocation with unxgcc.mk
        
        Change-Id: Ib7ef6fe87673c601ad3c24f3ed3f382c039551f4

2013-07-01  Andre Fischer  <af@apache.org>  [53a08b03a88e7f6c387988c01f7c6e2183967176]

        122658: Fixed typo in localized string.
        
        Found by: jteera
        Reported by: Andrea Pescetti
        (cherry picked from commit 8f23dda62c32085f8665483e38345ee13389860e)

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [257ba103fb9ffae87189eb5d435969961fe4e98c]

        Resolves: fdo#66263 calc's protect records doesn't do anything, sid collision
        
        Change-Id: I50c9f0bd28f17e5d56c6d6948871042ba64650ef

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [14c619f10f88dd42c4f8af05aa6a1daabe11475e]

        convert predefined label warning dialog to .ui
        
        Change-Id: I6f7cbc6aea1acbd7c803cd418ba2e9ed71fb2c50

2013-07-01  Luboš Luňák  <l.lunak@suse.cz>  [dc7498e4f0632c10a0019564d2e71b5403e40812]

        don't show section/table nodes as plain start nodes in debug dump
        
        Change-Id: I8b4901d98c210f5a3228981a2b180f2fcc06c768

2013-07-01  Luboš Luňák  <l.lunak@suse.cz>  [ed1d006e1ab594ff0b64a41eadd1b8fe48ab0414]

        remove strange #ifdefs, presumably a workaround for ancient compiler bug
        
        Change-Id: I77287909b88be01615e2aae302c48904c1adf933

2013-07-01  Michael Stahl  <mstahl@redhat.com>  [49a454225e35699d7351faaba3d296e1858c6107]

        fdo#66324 fix locking in webdav_ucp::Content::getResourceType()
        
        Crash in there while accessing an evidently deleted DAVResourceAccess
        instance with about 4 other threads also in various webdav_ucp::Content
        methods.
        
        The problem is apparently that the "outer" getResourceType() passes the
        m_xResAccess to the "inner" getResourceType(), which accesses it
        without locking the mutex, while another thread resets m_xResAccess
        and thereby deletes the current instance.
        
        (regression from 0c3500115c4fd86284a027fc32be704afcf77061)
        
        Change-Id: I1c67021c536e303d766c7ff93fb71e40f991f3af

2013-07-01  Laurent Godard  <lgodard.libre@laposte.net>  [8be462fde98a8f22f182b5b3e63657f7007ed165]

        the calculation of the progressbar leads to very slow saving
        
        Change-Id: Ibba31126161b77b499561c5a74c057a56c07a4a8
        Reviewed-on: https://gerrit.libreoffice.org/4647
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-07-01  Miklos Vajna  <vmiklos@suse.cz>  [d892671c118158490b08d24eea7398330a23599b]

        fdo#47802 testcase
        
        Change-Id: Ib3e399efb0d1116473bc5ff0e1b858b2cfa4aec8

2013-07-01  Miklos Vajna  <vmiklos@suse.cz>  [818d80eb0cee65d1bcc4fdb74b32a7c42cc1336e]

        RTF import: support shapes inside tables
        
        This is a better fix for fdo#47802, now that shape import is no longer
        buffered.
        
        Change-Id: Idce6d11e6774d1fe7fc04b6a52d5b77a3879381e

2013-07-01  Miklos Vajna  <vmiklos@suse.cz>  [7a8f720cc0b1e84339341919f9520cb25ce5df34]

        RTFValue: support storing RTFShape
        
        Change-Id: Ia24fe7556598ad88f3b72a62bef2361a3fd0a712

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [e21544132a6732334a14194e02232b28e559303b]

        Resolves: fdo#66403 infinite loop, typo i should be it
        
        Change-Id: Ia3ec1302649809b7a63befc0a48fb142f1169936

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [6d866fec7117b5264136371bd8c04d5b882548e9]

        fix indent
        
        Change-Id: I079e88700f3353b906f0d8fc85083695cfe569bb

2013-07-01  Caolán McNamara  <caolanm@redhat.com>  [f9acc916bf6a047e92692e91623113806d2c1a29]

        MSG_DISABLE_UNDO_QUESTION unused
        
        Change-Id: I1e06ccae6c820715d2cea70d679bf7681bae711a

2013-07-01  Miklos Vajna  <vmiklos@suse.cz>  [7857d772f7f82a33de506cd10e4298aa092bfe8f]

        SmOoxmlImport: update doc on how to extract handled token list
        
        Change-Id: I7cea50e99a4ffd9eac357251ffe630921ec64795

2013-06-30  Mark Wielaard  <mark@klomp.org>  [9ab800829b8a0e44824dc11276b54b1870bc5b2b]

        Fix memory leak in ServerFont::GetGlyphOutline.
        
        Always call FT_Done_Glyph before returning.
        
        Change-Id: I861bcc66b065d9cfb909b3ea561af97caccc4593
        Reviewed-on: https://gerrit.libreoffice.org/4635
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-06-30  Caolán McNamara  <caolanm@redhat.com>  [e5f3e328a2ffe86425c571bb43ffd3f3f650db81]

        misc minor tweaks to messagedialogs
        
        Change-Id: I0ec4a7257d352fac43aca57269ffaec96a706651

2013-06-30  Caolán McNamara  <caolanm@redhat.com>  [d2b2b79106f4eb9e355229623554be2317046c4f]

        convert show redlines warning box to new-style message dialog
        
        Change-Id: I5d7e205c8908fab6ff70065961d77b3b91d82461

2013-06-30  Caolán McNamara  <caolanm@redhat.com>  [fea12c47101d3d13d1e6a611f88c54f257b49b11]

        using primary font for secondary max text width
        
        Change-Id: If4d5d4be2a5552c52e7e98ff891e2166b7541800

2013-06-30  Caolán McNamara  <caolanm@redhat.com>  [0306e253fef4c25d4fe39ff9b5711c9487adc47b]

        XubString->OUString
        
        Change-Id: I40ff06facc304630ccedd82d2f20b3573bdc5cb4

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [d70786a761025e7689a39d4026c8965d74962d4d]

        Revert "resmgr: bInUse is useless"
        
        This was pretty lame. It's static. To be sure revert it.
        
        This reverts commit 504499ad9f17be5350b878fa99e814612eaffb5f.

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [504499ad9f17be5350b878fa99e814612eaffb5f]

        resmgr: bInUse is useless
        
        Change-Id: I619d5d1ff9f6242be652674e4df54ad5c5ddc017

2013-06-30  Lionel Elie Mamane  <lionel@mamane.lu>  [c84370cc7f31845daf084e2d701cb982f0fc19dc]

        robustify
        
         - Survive case where direction not given
         - make ascending default in stronger way
        
        Change-Id: I41ab2fd683ea71ea668e3ca3ee4a9618d67c0107

2013-06-30  Lionel Elie Mamane  <lionel@mamane.lu>  [97d279b4c54951547b8c8f4bd29376bd6e111593]

        fdo#64985 try harder to populate m_sCommandName::m_sCommandName
        
        Change-Id: Ibef643498903c82eee5533d387a33ca26a77d496

2013-06-30  Khaled Hosny  <khaledhosny@eglug.org>  [de2cdeabfe18f6fbe2f0f9a7aa5d91bcf88d9fa2]

        Handle synthetic italic with Core Text
        
        Core Text does not fake missing italic and bold (unlike ATSUI), so we
        have to do it on our own. This commit handles fake italic, bold is a bit
        harder.
        
        Change-Id: I4e705669638f67e3c8ec414f2cadd0c6daea9bcb

2013-06-30  Khaled Hosny  <khaledhosny@eglug.org>  [3ed5b347c5916be5c119ecd1fd2239585a512e55]

        Fix debug code
        
        Change-Id: If8cd564b03712a8835788386afd83cc97ce04a98

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [717aafb9cae9dc4c58599c3a9b85434335785ec2]

        robustify some headers
        
        Change-Id: Id1998b240025973f43691e83cebce17449b060ba

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [fc98acd38c3ab26c1e0d3d72556123cc40522bff]

        remove unused and non-working methods
        
        cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates
        
        Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [f8c0e13ba28172b8c61ea2a5085f1abf46a33936]

        Rename ValueItemList to ThumbnailValueItemList
        
        The more common definition comes from svtools/valueset.hxx.
        
        Make the difference clear.
        
        Change-Id: I79b09f31007a4c00860fa97d8517a2b1f6aadeea

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [6ddfb81c0793cb067b5d8c3b434b2500bac379d1]

        add missing css prefix to header
        
        Change-Id: I4c3311061150f2fd6c703566f064df8263caaa09

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [d930a807aaec3bf8ea5ebe377a4a1fe7a7155022]

        remove unused ITEMID_MACRO
        
        Change-Id: I11e94d406daa8e834253c9d3c44ec4e52c2418e1

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [bb5196b40cc5f8f2d4f221e61a20d572ce504558]

        remove bogus header svl/xmlement.hxx
        
        This one is unused. The right choice is xmloff/xmlement.hxx
        
        Change-Id: I8bbbcfd0a45f28a309bd22ac2b819fab2e2b2793

2013-06-30  Thomas Arnhold  <thomas@arnhold.org>  [c9145615570515c6cecb3cfc843b9ab72821977b]

        remove unused header xftsfit.hxx
        
        Change-Id: Ia669845468a5f089864e4d08744871c9c05de61c

2013-06-30  David Ostrovsky  <david@ostrovsky.org>  [4364d1afac91bc90b3e7b665d971929fd8e7af36]

        fdo#58995 Fix window handle is null on AT side of JAB bridge
        
        This reverts commit 41660feef6095f6d9510d11c99376652b41a504b.
        
        Change-Id: I25cdbc7d63b1ed244127a46b41e68e9c5a174697

2013-06-30  David Ostrovsky  <david@ostrovsky.org>  [9dfe00c74f384886cc3cf336061c6b35f25babd6]

        fdo#58995 Fix focus gained/lost event dropping for Window and Frame
        
        See 9fd9b14cffbf2604022c099b6202bb0a1da6f06e for more details.
        
        Change-Id: Iea92076be8cbcc110deff3c617ee13bbd66aab79

2013-06-30  Tor Lillqvist  <tml@iki.fi>  [90b27064b4beae5120af2f9c772810f2ab8f1c91]

        WaE: 'SwJavaEditDialog::GetText' hides overloaded virtual function
        
        Change-Id: Ie0129f00f7abe925ad86547812b5b15986e42a78

2013-06-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [ea862e1ed0237103e7ae6eea36897ddb82b1dcbc]

        WaE clang unhappy with an ambiguous if/else
        
        Change-Id: I1e419793454ad5401a2d55a2c709bab08f4cf053

2013-06-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [710f41b7aec8e7d35a0da8be332aa289f98942af]

        Clean String and sal_Bool in tools
        
        Change-Id: I6a92196f33d7a5278c7dcc426112e9c56d582655
        Reviewed-on: https://gerrit.libreoffice.org/4627
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ca3beae12a7f222c987481e07a544845fc9fd46]

        remove all my debug code
        
        This should never have been pushed.
        
        Change-Id: Ida67b0716a916cb7c3b9af7430abc51800414f18

2013-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14fa5488a829936275f79a7693b13da55114220e]

        transpose "data in rows" ranges for internal data provider, fdo#62057
        
        This is an ugly hack but it at least works. This regression has been
        introduced by the merge from the AOO code. The order of calls during
        import is totally screwed and I have no idea how to properly fix all
        these problems without introducing new regressions.
        
        The best solution would be to move the import/export code into chart2
        where we could manipulate tese properties directly and would not need to
        transform the same information N times until it is written into the
        chart code.
        
        Change-Id: Id53c49441c683b19a973a48884135a3f4e89de03

2013-06-30  Khaled Hosny  <khaledhosny@eglug.org>  [5e0813fc8ef1eb1b19392e46801a231b6f4e931c]

        fdo#66385: bad line spacing under Core Text
        
        We should be setting mnExtLeading not mnIntLeading, at least this is
        what ATSUI code was doing.
        
        Change-Id: Ibe69da4ea60630a31593b538f55fd2cd95642bf9

2013-06-30  Michael Stahl  <mstahl@redhat.com>  [9bd0a976017fadf4344cbf6746abd395dfcc3cb7]

        fdo#66288: fix RegionBand (de)serialization
        
        Commit e717d1dcce7f8906311c5ccdbb2326b61a702630 interacts badly with
        commit 7b2a0e541567be9750dfc7d98374555967da3470:
        the newly added "long" variables serialized to SvStream with
        operator>>/<< now read/write 8 bytes.
        
        Using "long" for binary serialized integers is an idiotic idea in the
        first place.
        
        Change-Id: I9432c1bb2c339e797c064371f2cbdcfec2200994

2013-06-30  Michael Stahl  <mstahl@redhat.com>  [36e42c0bc094231cb80157a871862c76d6a2d03a]

        fdo#66288: fix MetaAction::Read()
        
        This is "collateral damage" from the actual bug, and is broken since CVS
        initial import (which likely means that in practice no bare MetaActions
        exist), but the MetaAction::Read() must not read the type from the
        stream since MetaAction::ReadMetaAction() has already done that!
        
        Change-Id: I9ab06ec3112c1eefb86ab70ddfa2f588af257b88

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [ba0a57702cdef7a0389c06841711d7e3079d471c]

        remove OUString wrap for string literals
        
        For some functions and all kinds of Exceptions.
        
        CannotConvertException
        CloseVetoException
        DisposedException
        EmptyUndoStackException
        ErrorCodeIOException
        Exception
        GridInvalidDataException
        GridInvalidModelException
        IOException
        IllegalAccessException
        IllegalArgumentException
        IllegalTypeException
        IndexOutOfBoundsException
        NoMasterException
        NoSuchElementException
        NoSupportException
        PropertyVetoException
        RuntimeException
        SAXException
        ScannerException
        StorageWrappedTargetException
        UnsupportedFlavorException
        VetoException
        WrappedTargetException
        ZipIOException
        throwGenericSQLException
        throwIllegallArgumentException
        
        createInstance
        createInstanceWithContext
        forName
        getByName
        getPackageManager
        getPropertyValue
        getUnpackedValueOrDefault
        getValueByName
        hasPropertyByName
        openKey
        setName
        setPropertyValue
        supportsService
        
        bash command:
        
        for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx'
        	| cut -d ':' -f1 | sort -u
        	| xargs sed -i
        		-e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g"
        		-e "s/\($i.*\)\"+ /\1\" + /g";
        done
        
        Change-Id: Iaf8e641b0abf28c082906014f87a183517630535
        Reviewed-on: https://gerrit.libreoffice.org/4624
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-06-29  Michael Stahl  <mstahl@redhat.com>  [8a7ede404ca4980f169c4ce634805ea5c1b6b56e]

        SVGWriter: fix build with C++98 compilers
        
        Change-Id: Idae0823767291081ed51a478583273daaa0cd1c3

2013-06-29  SJacobi  <Sven-Jacobi@gmx.de>  [9911631895f2e42b5c90a108e4940b0091d05ee1]

        SVGWriter can now be initialized properly. Removing some strange code peaces.
        
        Change-Id: Ia3011d002c4028008b207505352384f6bb72ce10
        Reviewed-on: https://gerrit.libreoffice.org/4619
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-29  Pedro Giffuni  <pfg@apache.org>  [d5a3cf938907eb9ab61044810d984c73452eb200]

        Updates to upstream Vigra
        
        Vigra 1.6.0 (Newer versions use Cmake)
        
        * Adds a lot of functionality and includes improvements
        for 64 bit compilers.
        * Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann)
        https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c
        
        More information on the Vigra changes here:
        http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html
        (cherry picked from commit 0f94142a20861c18f60b5be6fc4163c7e8a69240)
        
        Conflicts:
        	external_deps.lst
        	mdds/makefile.mk
        	mdds/prj/d.lst
        	vigra/makefile.mk
        	vigra/prj/d.lst
        
        Change-Id: I05de88982b9dab7c851fab16811ca696207cd091
        
        Vigra: add missing mathutil.hxx patch
        
        (cherry picked from commit ba446263713f7ce1dcc47f78b97840280018af89)
        
        Change-Id: I506f0c1c96cfaf278b4e72de34b24633a1e99431
        
        fix vigra patch for BasicImage::resizeCopy()
        
        "data_" is an actual data pointer but "data" is a member function
        (since vigra-1.4). The method resizeCopy() seems to confuse data and data_
        which the clang compiler was happy to point out. The OOo patch to vigra-1.4
        already solved that problem but it was lost in the upgrade to vigra-1.6
        
        (cherry picked from commit a71a282ae781b90c31e25eb631537f10fe842492)
        
        Change-Id: Ifb031950c60efdda2d30e442990af95f557dd914
        
        Build fix
        
        (cherry picked from commit 6e6c057792a410dd36893674c59d452586733348)
        
        Change-Id: Ide599665c78d377baf0b8f935274b41535749610

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [520cab064ece64654d57d6414e4736a60542bd29]

        merge string
        
        Change-Id: I6d3a0bd7db7a6fa0d36fa2a614edf0ba7013bd81

2013-06-29  Julien Nabet  <serval2412@yahoo.fr>  [82f6fa8fa553f3cd78c11c5f379fd797a6d2980f]

        Fix idl, remove unused attribute
        
        Change-Id: I0ad4821f97b4f9b222f79973c2b7a465abe184c9

2013-06-29  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [df9e6ab514ca1c97c7eb69e169c958619c03d429]

        fdo#62601 Quick search affected by invisible option from the search&replace
        
        Disable invisible options in (ctrl+h) search-and-replace dialog if quick search (ctrl+f) is used
        
        Change-Id: I600914ce89135e93d4808bb4a072618b00eb6f08

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [b6d97514cdca32129142cd937ac0cbda3113f562]

        reduce some spacing
        
        Change-Id: I72d494b1c0ff5ed3c52ae6a078815f497e4dd647

2013-06-29  Michael Stahl  <mstahl@redhat.com>  [56dc79822d5c464b33b1d0199558ca684e94c069]

        i#108348 sax::Converter: support negative date and dateTime
        
        Change-Id: Ie2726c7ec941a5690e053d39212d7f516e2c27ba

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [cc8625f0083cd1a31da42ab8470ec4a50746fe1a]

        use string literal directly
        
        Change-Id: I882bd9082ef3ed230b34c029b069057793f87197

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [3c67bae5221684d0de35583290e1f39475490690]

        String to OUString
        
        Change-Id: I68c0cc796760928c70cd29be27ed1280f9117702

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [955ebe83a8e57a776044b7f7749b4701ba82b8f4]

        String to OUString and cleanup
        
        Change-Id: Idc18c1a6a64edea3399c8747ec0f096a2f964b68

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [318f2b64cc32038b2ab1b18b4a13e3f41e1e35ff]

        remove some createFromAscii usage
        
        there are a lot more of them:
        
        git grep 'createFromAscii[^)]*"'
        
        Change-Id: Ibc2e9cae208d8b9c91667bb3b177c6bd6d3a9424

2013-06-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [231fb4182fc9e81f801ff1d1355f7a613d0856c2]

        make HitTestNativeControl const
        
        Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1

2013-06-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7d1e257a6ba2bbb0120753a09c140200ab913991]

        make IsNativeControlSupported const
        
        Change-Id: I4346b2df94fc8767fce734362901b6248bb6342d

2013-06-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1a8addc13734164d649974ea2f6426d12e8992a2]

        GetNativeControlRegion is const
        
        Change-Id: I0b34001e99036f197a50ff24b854e5a07eac6f06

2013-06-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c08a20b6480cceca4827bdc8796610d8a395b37a]

        reduce indentation level
        
        Change-Id: I4411ffaa3c8bc73891fc854894cca9d5ab1a1dc5

2013-06-29  Khaled Hosny  <khaledhosny@eglug.org>  [0230e6677dfe28502ca01f37ecae8d8cab662b86]

        Fix jitter when editing RTL text
        
        When drawing right aligned text, rounding errors in the position
        returned by GetDrawPosition() cause the right margin of the text to
        change whenever text width changes causing "jumping letters" effect. So
        here we calculate the drawing position relative to the right margin on
        our own to avoid the rounding errors. That is basically a hack, and it
        should go away if one day we managed to get rid of those rounding
        errors.
        
        Continue using GetDrawPosition() for non-right aligned text, to minimize
        any unforeseen side effects.
        
        Change-Id: Ia095a17a41f723f5fb7afc99df4250262e9a0051

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [8157db9c0b573650eda86fa61970afedcdbf327c]

        reduce ascii noise
        
        Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414

2013-06-29  Caolán McNamara  <caolanm@redhat.com>  [9e200b1d58341d41f5204afdeed0392df2e68ef2]

        adjust usings, really should just rename ruby's get/set text
        
        Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9

2013-06-29  Thomas Arnhold  <thomas@arnhold.org>  [e67c21ee0696cde7538016a813a5cbf39fb803b0]

        Search for char instead of 1 char long string, when possible.
        
        follow-up of a7674482254ee996b1c4fee60f3064778be369aa
        
        Change-Id: I25f40c601454c092078307d931333af1bc1447ac

2013-06-29  Tor Lillqvist  <tml@iki.fi>  [34dc6baf2c61f4127e6d8d89c92d8e4c37684ff5]

        Try to fix compilation against an older SDK
        
        Change-Id: Idd4d01c61ccba493554e359bc6ff4298e39633e3

2013-06-29  Julien Nabet  <serval2412@yahoo.fr>  [2aaa3ae69f710ccecbc60bab8110af0734980c13]

        Fix some idl descriptions
        
        Change-Id: Iadc3a3dddb7d6df22888e76e8f69e6a829ea901a

2013-06-29  Julien Nabet  <serval2412@yahoo.fr>  [704292996a3731a61339b1a4a5c90c9403aa095f]

        Fix some idl descriptions
        
        Change-Id: Icd8aedbe66943bb06720af3fb572f7acce96c05e

2013-06-29  Julien Nabet  <serval2412@yahoo.fr>  [6850485b54ed77698b7c9622f437c9c7e1358ef4]

        Fix some idl descriptions
        
        Change-Id: I7a986f39baf515b19255851f38600f112fe8b021

2013-06-29  Julien Nabet  <serval2412@yahoo.fr>  [5f0ffa9fbdadb5a4a55d8be4b1cf235995de37e4]

        Fix some idl descriptions
        
        Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [def32c7e14ad9743e2b55804442be5d596f6c21c]

        hide the style boxes to collapse the date entries fully
        
        Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa028cab4a72660c773a9eac0cd8a19a0d655c01]

        update all style lists when a new style is added
        
        Change-Id: Ib404958e2bc0e3bfe075d1c94f348e907ee004c8

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b9bad7482a98f2d0d37c4b75a13292abe653ea3]

        handle localized default style names, fdo#61339
        
        We need to map localized style names during import and export from and
        to ODF. The default styles are the only localized style names and are
        not imported with the name written into the file.
        
        Change-Id: Ibdc2f750b7a4b7ce6994b22248e237fe95ac638d

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3aabf223ec7bc2678fd6dfbbbbb79ab7f079e5b]

        extract this functionality from the uno code
        
        we need this code in our next step for some mappings in the filters code
        
        Change-Id: I059d9d05877846215e1a967123dc253de605417e

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4f631e8ceb7f02a18565cf0470c8170215e69f8]

        only clean the cond format if we want to write attribs, fdo#62267
        
        Change-Id: I2f4feecb3180b165f6b9b299ecb3dcdbb65f87e3

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4911762d5e0c8f77c825f93a1fc6bec4831446ca]

        no need to have this class in the header file
        
        Change-Id: Ifc7c8f061861f61384e68ad30daed35e9870955a

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17cb1d6d82db56761c86ee95195689cc155901b3]

        allow these cond formats to be updated when formula val changes,fdo#64401
        
        When the formulas depend on cells outside of the paint range we need to
        update the whole range. This approach will update the range more often
        than necessary but prevents that we need to mess with ScFormulaCell.
        
        In the future we should replace ScFormulaCell in this part of the code
        with something simpler that will correctly fix this problem.
        
        Change-Id: Ie8a8e5205f9ea1e43bb6d9f8bee6e0bab29e4840

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a539cf2c09bdd62d1c4a0124ed536f88d4fd01d5]

        use the local setting aware method for the UI, fdo#64754
        
        Change-Id: Ie3117c26b347e1a8996ef9cbcb8b0d6ee561b5b3

2013-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [04c8425e2f3d2e187445632683e5780108864e3e]

        add option to debug chart odf internal data provider import
        
        Change-Id: Ife9a2d7d5f6e47a16b0572b43f20d3010d60f277

2013-06-28  Michael Stahl  <mstahl@redhat.com>  [fdf5152552c1df59d73a32cb8ae1f259e5cb4f80]

        more README
        
        Change-Id: I569e7fd3cf9e418af03285f4f499f5ea3a0c0dc0

2013-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a08f579e3704fbd97590f9b050d250ae445725a7]

        fdo#63254: correct re-mirroring formula
        
        This patch fixes horizontal scrollbar in Calc when a sheet is RTL and UI is LTR.
        
        When a particular window (horizontal scrollbar in this case) is RTL and a whole
        UI is LTR this code used for mirroring and re-mirroring back coordinates. AFAICS
        mirroring is correct, but re-mirroring is not.
        
        The used formula comes from commit 69b684b12e42bf1396bdffca88ca880ac3c2e00b, and
        the same formula appears in the other variant of overloaded function "mirror":
         mirror(sal_uInt32, const SalPoint*, SalPoint*, const OutputDevice*, bool),
        but it does not affect the bug.
        
        Change-Id: Iec9c53edce9d33be6b676d1094bed8bf92f2e435

2013-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e3a801e2454eed2e61202bbacca01fe3fcc20c1d]

        fdo#44582: fix scrollbars in RTL UI
        
        Change-Id: I518e9bcf673ffd1f17ecb51c2c4f962a2f722446

2013-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [48e1d9c7afe5c2a39d9a08d7a38f7c8ff39d8c84]

        fdo#66335: gtk: Revert hacks for RTL scrollbars
        
        returning false here in getNativeControlRegion results in a fallback to
        square buttons in vcl scrollbar code. But there is no problem in gtk+ backend
        in this case, let's fix the problem differently.
        
        This reverts commits 898a3e84807bccbb876e3f5583728f6d24e05e9a and
        e8e82bd2109b82ddd535cdac30303249c6b62942.
        
        Change-Id: I66fcdd1f27d471321852445e5881cee03baef7b1

2013-06-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e0f49ff1fdb3813650bcce4eac1c2f7ec18942d0]

        This is obviously a mistake, & caused Calc to crash on Ctrl-D.
        
        Change-Id: I85787366313e38ce0ff503c7677e4407c1e2e30e

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [4f2890a8c9a0c8cadeb469b8b6e23ea7ec3f3b81]

        bump tomcat to 5.5.36
        
        Change-Id: I04e5a96cb7fb5e7b8955a98eae2fdc01d4caa798

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [71bdcdf5fdc280be028a021ecdeb2f898c5bcc24]

        sidebar: Use images directly in the .ui, no need to go trough .src.
        
        Change-Id: I41cecd6b4a1ce5789638df04d27a08f158356b81

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [14db6440b6b38a82f3bb6d4a386cd708d1fa0c88]

        sidebar: Cleanup the .ui for ParaPropertyPanel.
        
        Change-Id: I1670ab45de7da6097e92ebdac6bc9928bacc72ba

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [92ccd37b2de347675d9267df65f9b5fd5eab0812]

        sidebar: More cleanup.
        
        Change-Id: Ibd7c08e6dba70f802aeb8027e1ce5b522ca50edd

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [87e479a41da86f53efe6b89db65d188956f5d5d0]

        sidebar: Fix commands in ParaPropertyPanel to make the buttons work.
        
        Change-Id: Ifdc07bcdb21493e471c05afa65c29239e4ae3732

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [bdb5d369ccc1c9848624f305fe2d84d2d1be19de]

        sidebar: Show images on the increase / decrease buttons again.
        
        Change-Id: Ib1afe892ebb23422cb5ce405ccbaed7e211ef5de

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [e024336ec4c0c2667de68fce9d9b6fffd3496e7b]

        sidebar: Fix the bullets & numbering in ParaPropertyPanel.
        
        Change-Id: Iab60c34dc7f8ce8cb65f709a65e2f1914f06c48a

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [0521f0ea71864969ab59e3ac3dfe4aa286b3ef80]

        sidebar: Re-introduce the promote/demote toolbar in ParaPropertyPanel.
        
        For the moment it is easier to do it as it was done before, and cleanup later.
        
        Change-Id: I122870ffb51a7ee61825a3ac9e83e9e0a3335c4f

2013-06-28  Jan Holesovsky  <kendy@suse.cz>  [5cd490ea6aec9006c769ba33fe9084c726a61342]

        sidebar: Fix resource id's for ParaPropertyPanel.
        
        Change-Id: I88879e4985f0864e874619107754b224d8fd2d2e

2013-06-28  Prashant Pandey  <prashant3.yishu@gmail.com>  [419cd55f6c738d795e4fa160ff7edf3dc0b7c5de]

        sidebar: ParaPropertyPanel conversion to .ui
        
        Change-Id: Ib51c1499c51d9d7ca87f90622add431a8755dac6

2013-06-29  Takeshi Abe  <tabe@fixedpoint.jp>  [6491e0ed5b460857a6f7af8d5b87099f57522a21]

        Mark as const
        
        Change-Id: Ia390987749be2d1d642d4add11efcc892a81722a

2013-06-28  Michael Stahl  <mstahl@redhat.com>  [4296394d5c54be51b36a0cddb2f8a8f62a226867]

        remove pointless external guards for standard headers
        
        Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a

2013-06-28  Michael Stahl  <mstahl@redhat.com>  [c99b97d306211fe346a7d0a5208aa99118208fc5]

        datetime.cxx: remove duplicative unused operators
        
        Change-Id: I73aae52cc482f87fb27c35c5c0d9f7b378760906

2013-06-28  Michael Stahl  <mstahl@redhat.com>  [7c3980053f15338ff8afaa11b4c5cbe7b6d7ecef]

        remove unused DateTimeRange includes
        
        Change-Id: Iedf60c9729067214365a74222be6a59c19d0f7d5

2013-06-28  Thomas Arnhold  <thomas@arnhold.org>  [af41cbde659fec031706348c23c5672316ca026c]

        no need for XMLStringVector
        
        Change-Id: I9e83c797da7e8a30d08db0ca0279a73d3f335477

2013-06-28  Lionel Elie Mamane  <lionel@mamane.lu>  [2cfb215de60eaa253766237c711f4f714dedb3c7]

        impl_parseLikeNodeToString_throw should be called only on a like_predicate
        
        Change-Id: I3597aadab8b13703ed7b7731d530320c4e5999be

2013-06-28  Lionel Elie Mamane  <lionel@mamane.lu>  [ede7f6ae5fa9fd7a466066de74941a09117cc9a0]

        fdo#66130 correct "skip column name" condition for LIKE predicate
        
        When converting a parse tree to SQL snippet for a predicate in the
        context of a column, we skip the name of the same column in 'simple'
        cases.
        
        This is used mainly in the "Criterion" lines of query design,
        and in the search/filter dialogs of forms, tables, etc.
        
        In all other cases (such as when creating a full SQL command, or for
        references to *other* columns than the context one), the column name
        must be printed out.
        
        In this respect, the condition "should we skip the column name?" in
        impl_parseLikeNodeToString_throw was buggy, and different from the
        one in the general case (in impl_parseNodeToString_throw), leading
        to generating invalid SQL like:
         SELECT foo, bar FROM baz LEFT JOIN qux ON LIKE qux.quu
        instead of
         SELECT foo, bar FROM baz LEFT JOIN qux ON baz.baa LIKE qux.quu
        
        Change-Id: Ie14fce319554a66feb0fd0ce1a03d947a46a820a

2013-06-28  Miklos Vajna  <vmiklos@suse.cz>  [a09c27ec3ea614630c367aa90eab8fc62d077227]

        RTFDesitnationState -> RTFDestinationState
        
        Change-Id: I74e371b531d1a0d5cc9393dd10b9ee2c65ac2e4e

2013-06-28  Luboš Luňák  <l.lunak@suse.cz>  [d61ad2faff41548da8bfc612611ae4574bb5e9c8]

        s/-I/-isystem/ also for KDE headers
        
        Should have been included in daaaaf7dcd3982c80031bda141822a469fd5cc6f .
        
        Change-Id: Icc6ecf42580d708dc8c610866212ece2e2026452

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [937abc32bfb5e7bba381f554218444f349380085]

        stray debugging
        
        Change-Id: Ie9408fecfdb9216a6a80d92a2c215ebf25997e9f

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [bfe6d9f7ee31e4516a9116cac870d29d5c10990e]

        Updated core Project: help  e26aa35eb646a5f0e1256c72af000595c4845016

2013-06-28  Lionel Elie Mamane  <lionel@mamane.lu>  [d6bba47bcb3030163fffd0b8f01c03d038989dea]

        remove ::connectivity::to(Date)?(Time)?String; same as DBTypeConversion::*
        
        Change-Id: I5f2ef1ecff7e2071b55c27b9dc60e7d92950435c
        Reviewed-on: https://gerrit.libreoffice.org/4563
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Jelle van der Waa  <jelle@vdwaa.nl>  [f042e22f535e3143332eb788f908f06900eeb40d]

        fdo#43460 sc: use isEmpty()
        
        Change-Id: I062570091ebea0ad30f09b0358ab664a3ff949ef
        Reviewed-on: https://gerrit.libreoffice.org/4316
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Isamu Mogi  <saturday6c@gmail.com>  [9722cd44beb3af9c68c5a3904127dc15c3c0cff1]

        Remove debug output
        
        From 8e784b59f1c1ce33dc95a6c591ee514383b28f3f
        
        Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a
        Reviewed-on: https://gerrit.libreoffice.org/4435
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Thomas Arnhold  <thomas@arnhold.org>  [5cb2e3104b11e538b946e2b7228e74365cb38648]

        remove toolkit/unohlp.hxx hack
        
        Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913
        Reviewed-on: https://gerrit.libreoffice.org/4601
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Thomas Arnhold  <thomas@arnhold.org>  [61fd1d2e7803516e88a18017ee5d6a34d6ca14fa]

        fdo#62699 remove rsc/inc/vclrsc.hxx
        
        Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb

2013-06-28  Thomas Arnhold  <thomas@arnhold.org>  [ab3f90e051256bbf0d999551fedb5106d0367d3a]

        fdo#62699 remove pass-through header
        
        Change-Id: Ib2c6ae071525ba52ee754439c1405da79fa3eeaa

2013-06-28  Andras Timar  <atimar@suse.com>  [f17627376bac18ad43e41a91d2f48a4c0d98ebef]

        s/Extracts/Returns/ for the sake of consistency
        
        Change-Id: I978229bc783c2d2314d6faa94693af85766d3546

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [396ab1eba7be8dcedf09854035b9f22137540d56]

        convert pdf security page to .ui
        
        Change-Id: Ie785f4b112b8992707f886720d92bd34d0823f39

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [31fc0b74425253589b2ac0dcecb9e8a2714954b4]

        always call setDeferredProperties for dialog get/set title
        
        Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5

2013-06-28  Caolán McNamara  <caolanm@redhat.com>  [1a05f14ba263bf47c5c5c8aee080ef28d5db2075]

        fix build for highest debugging level
        
        Change-Id: Icc91931ec3eb4ea73476f3f570ca5eb7ef784dce

2013-06-28  Andras Timar  <atimar@suse.com>  [d4f92f1a1dae7c89fb9e9e46080b344b99634e24]

        fix confusing help text of IMPOWER function
        
        Change-Id: I7f69b3809790b6313b4487935745eec73a34a465

2013-06-28  Andras Timar  <atimar@suse.com>  [709a196f7fd70b588f2bc63bca0f71b1ae0083a8]

        Updated core Project: help  12227e8292bb583346c7fca808ddb78fde0f5011

2013-06-28  Andras Timar  <atimar@suse.com>  [d1f2b19a5a2beab8d14815475120f467aa6d4da7]

        Updated core Project: help  e2321b4d8fd5c889e817efdce243d8255f9e167a

2013-06-28  Andras Timar  <atimar@suse.com>  [7547804ff28d9adcfc5a9a0a84b88de13bb8cc15]

        fix confusing help text of YEARFRAC function
        
        Change-Id: I2ea80005662c58ec74c0991026a2bb5e11399f31

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [43cf39adff66d20862956869d11fbcc184eb5702]

         fdo#66088 Export some math symbols as <mi> elements.
        
        Change-Id: Ib08717c3d4d41abc7bce4cd6bc2e63bda7db6086
        Reviewed-on: https://gerrit.libreoffice.org/4595
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [4f294a90877d2f91bb88c7d6cd5b74e8e546a025]

         fdo#66081 - reduce the number of nested <mrow>'s in MathML
        
        Change-Id: I768db4719119e53961c9cfa6a864daad7f1f7873
        Reviewed-on: https://gerrit.libreoffice.org/4520
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [16a0d06f900027401716ddaba25e5c8998562b2d]

        fdo#55853 - improve parsing of concatenated numbers and identifiers.
        
        Change-Id: Ic1cce4cec27f4ca5c3be1daf50888bef788cd6f7
        Reviewed-on: https://gerrit.libreoffice.org/4494
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [2ca754cba469533b1ed160b2fadbbe035cf1db34]

        Remove unused String::Copy in Math (try to fix fdo#36634)
        
        Change-Id: I4a5618a7ef17a74edd036c34d748715d186f6528
        Reviewed-on: https://gerrit.libreoffice.org/4457
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [1418694edad8720dcd4884fd3e759c05a1f4cae9]

        fdo#66075 - Formula editor: export blanks as MathML <mspace> elements.
        
        Change-Id: I5cc0ed9a1273b5fb59d5dbaf63a382c844820ff9
        Reviewed-on: https://gerrit.libreoffice.org/4454
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [3b3ec32358aebd81ef5385f48dbf3ee4c93649e8]

        fdo#66086 - MathML export: wideslash, widebslash and overstrike
        
        Change-Id: I1e8da340ffdacab133b0cff6d6344fe56da34bf8
        Reviewed-on: https://gerrit.libreoffice.org/4465
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Frédéric Wang  <fred.wang@free.fr>  [6231979ce1b89ce36e0a68139c96c5c1c1e704bb]

        fdo#66024 - Formula Editor: make wide accents stretchy when exported to MathML
        
        Change-Id: Ifd0adc51d79e0673661b5646d27f657768ea5b20
        Reviewed-on: https://gerrit.libreoffice.org/4450
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Adam Co  <rattles2013@gmail.com>  [74c5ed19f430327988194cdcd6bdff09591a93fa]

        DOCX import fix for table with auto size
        
        Change-Id: Ic86f4f142e579bdef3e954492e1c1e382a545739
        Reviewed-on: https://gerrit.libreoffice.org/4496

2013-06-28  Michael Stahl  <mstahl@redhat.com>  [7f4a622f9fbf27774efa908348e682df7280713b]

        stop copying MSVC debug runtime DLLs
        
        This is apparently not necessary with MSVC 2012; builds and all tests
        run here without those DLLs in the solver.
        
        Change-Id: If352fb3702d7dae57deb19959eab8eb0fedea318
        Reviewed-on: https://gerrit.libreoffice.org/4414
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [62d5b496b87b3beb6273da9643a1883fcd8afece]

        credits: add back "developers not committing code since 2010-09-28"
        
        done so by bringing back the relevant part that was removed in
        https://bitbucket.org/spaetz/gitanaly/commits/9854ae0b40d5f8c2ab4d0dcb59b2c4639cd179fb
        
        Change-Id: I31c1e918854c0e8a3bd354b41c8a1cbf2a5af003
        Reviewed-on: https://gerrit.libreoffice.org/4474
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Thomas Arnhold  <thomas@arnhold.org>  [349d3b2bb5b771b9e6d42693c64ba7fa29379322]

        remove an unused header
        
        Change-Id: I2821879670e23e7b1ce9749acab1970098a0a38d
        Reviewed-on: https://gerrit.libreoffice.org/4597
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Julien Nabet  <serval2412@yahoo.fr>  [296c2af27a189e8406957ac44eb412ec3f9a74fd]

        fdo#66101: lowriter crashed when trying to open .docx file
        
        Change-Id: I516bcb4bc18806d5a83f94c0776bd0f918a1e927
        Reviewed-on: https://gerrit.libreoffice.org/4550
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [344d80ee1d3829b28c18135ac4f0500d4b69aedd]

        coverity#1028110 Dereference before null check
        
        Change-Id: Ie5fb6a0ecad185c1849f55111c17692c280d9454
        Reviewed-on: https://gerrit.libreoffice.org/4531
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [776de8a2394e6adecc9b46920f3e84f522b5c149]

        coverity#1027396 : Logically dead code
        
        Change-Id: Ia1d0358b95e036f3866487db12cb42e0e81d76cf
        Reviewed-on: https://gerrit.libreoffice.org/4532
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [335891b6b20a90734e2af8bddf9ba535cc3a8e93]

        fix crash when use increase font on table in impress
        
        Change-Id: Id6c8cac4543d97657cb66b979f5dc4b5f903473a

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [ecbd3104c13d4e83720ca6508a07f9ab1548de62]

        MSVC build fixes
        
        Change-Id: I189fe3635f94fdd6b91bd7930c7abf02e70368aa
        Reviewed-on: https://gerrit.libreoffice.org/4581
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [8810d26c92c4f70b2a05c63088e30fc780ed6caf]

        Convert all ContextHandler-derived clases over to ContextHandler2
        
        Change-Id: I81f54e3b7d29a0807ec4c2f082ae00fd6e1d6138
        Reviewed-on: https://gerrit.libreoffice.org/4580
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [bc8f89931ab4cc0537e7710b6bc375c844ba6e68]

        Also LockedCanvasContext needs to be a ContextHandler2 now then
        
        Change-Id: Idcc55370efbcd85f9f7142803e4cb61f3742e7fc
        Reviewed-on: https://gerrit.libreoffice.org/4579
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [c7e184598540af5b609e77518abbd0f51b9e38ec]

        Further MCE work
        
        As it is wrong (says Thorsten) to override the methods from
        XFastContextHandler in ContextHandler2 in its derived classes, mark them with
        SAL_FINAL to catch that (when compiling with a compiler thaty supports
        "final").
        
        Do corresponding changes then; change createFastChildContext() methods to
        onCreateContext() ones instead.
        
        Now the unit tests work, and a sample PPTX that uses embedded OLE thingies
        loads without crash, but unfortunately it looks like crap...
        
        Change-Id: Ie30022f37418ba9caf8ce59fe4003b808fa900f3
        Reviewed-on: https://gerrit.libreoffice.org/4578
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [32ce3c6b0a945078868fb2ae35c9260e4e4c3649]

        More OOXML Markup Compatibility and Extensibility (MCE) support
        
        Change many classes in oox to be based on ContextHandler2 instead of
        ContextHandler. That supposedly adds MCE support.
        
        This is a minimal initial effort. It compiles and links but doesn't work
        (CppunitTest_chart2_export fails). Follow-up coming...
        
        Change-Id: If89117abd48cfead468633fd7fce1ea785f6f420
        Reviewed-on: https://gerrit.libreoffice.org/4577
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Nagy Akos  <akoscomp@gmail.com>  [ee002215ce6379ffcba990035eeb71854441f265]

        Add Romanian auto correct words. The testbuild works fine.
        
        Change-Id: Id2054b4907a1c799cb96ebea683fb000c4c79884
        Reviewed-on: https://gerrit.libreoffice.org/4562
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [e107cd53e7ac17dceb475d6ca25ca2713752a75f]

        WaE: using directive refers to implicitly-defined namespace 'std'
        
        No C++ std library header has been included and no std API is used
        anyway, so the directive is pointless.
        
        Change-Id: Idcb7698a56eb5cc1400f085c2c2cc7424f6f8b03

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [2a7722d365e03c638596efcdc57686e7c967b34e]

        No need to check on OS X
        
        Change-Id: Ib7dc7b4e6f4dd5829116968f9c86d431b16a5071

2013-06-28  Tor Lillqvist  <tml@iki.fi>  [c38a9b9041337dfdeeb684a3a739b0d203eb4e96]

        Apple has the header in a different path
        
        Change-Id: Ieae4ac97c8938a6c0a7fa33438669200763c818f

2013-06-28  Miklos Vajna  <vmiklos@suse.cz>  [015e1b84446077df9c226cf87c19bef056dcf3b7]

        android: prefer external storage in DocumentLoader / LibreOffice4Android
        
        With this, these apps can be used even if /data is something like 128MB,
        e.g. on normal phones, not tablets / emulators.
        
        Change-Id: I7c8f2787b6395e98e8065e2e207aa09d9a2f39b3
        Acked-by: Tor Lillqvist <tml@iki.fi>

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e33844c30991488a3283787dadc2cd036d2679b9]

        These test were removed by accident.
        
        Change-Id: I11ec1972c714b867f3b1be71a45b8e3d65cce656

2013-06-28  Khaled Hosny  <khaledhosny@eglug.org>  [10d6d5ae49622d3bda5ea8137eb2f66347a2753c]

        Remove temporary files
        
        No more gbuild.XXXXXX files filling /tmp
        
        Change-Id: I2f3cd388ccd9a09bc72e40c0d43d845bc8e38cd7

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4ba92ec1d565848c86c5e802b30f17862ad6505f]

        Specify type for cppunit macros.
        
        Change-Id: Ia639be24af7dd480fbe45530673ff01b700de324

2013-06-27  Julien Nabet  <serval2412@yahoo.fr>  [c0a4f68fb2eb22c5ad12bce75ba41b3c5ac21329]

        Fix some idl descriptions
        
        Change-Id: I86c6e4e439658818fce5328e6380a258292f2e9b

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1adf99bf2320a29694fe300749f685d3893ad179]

        Revert "These should be ifdef, per compiler warnings."
        
        This reverts commit fcf4a2ea98c59c4d9d95c4c3b437aa02f414acd3.

2013-06-27  Julien Nabet  <serval2412@yahoo.fr>  [51a777926c4bac73f8ee68c1ddc26de40497fa73]

        Fix some idl descriptions
        
        Change-Id: Iaef8cb2dc86422d4f8cdaaf6d3aa9392e06caf4a

2013-06-27  Julien Nabet  <serval2412@yahoo.fr>  [8872ab76700c9402b472feb71783fa8f5308f6d5]

        Fix some idl descriptions
        
        Change-Id: I49a767e9212a859db7856158141a38e6f2974e56

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fcf4a2ea98c59c4d9d95c4c3b437aa02f414acd3]

        These should be ifdef, per compiler warnings.
        
        Change-Id: I302d9ca63bc289fce99bf3e64d9aa3fcbcabf694

2013-06-27  Andras Timar  <atimar@suse.com>  [bb0477558433b964003d83ac2f6804c274a5b0f7]

        Updated core Project: translations  05ab1fefb5b317f213960a06fcab7dc1afdcb7e0

2013-06-27  Andras Timar  <atimar@suse.com>  [109a4cf34547b875832f888054625677ee282268]

        Updated core Project: translations  379fd9390159208a5c453ee611d1425537bb91b8

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ae43cdd7f3e21656541db63d3b657160f1a4fac]

        Turn off column debug and remove warnings.
        
        Change-Id: Ic7dd79c1e420e87dcaff4126d60763ff8cbe9344

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6824709d29505e79a86c85c2b127c5e3f6ff416]

        Rename a variable to something more meaningful.
        
        Change-Id: I860e5301e3fec3f06f318b28787f71b63dbaf0ab

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff5d891b480a0bb3b6cee950d9ea41387fd16392]

        Some attempt to clean ScFormulaCell::UpdateReference() a bit.
        
        This method is still a monster, however...
        
        Change-Id: I4aaa2d20c8ae6132a75c7c92c0a1b58882d8a261

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b5e8b51f8643eb7576335ca01d7bffa2462e62f5]

        Reduce indentation to a sane level.
        
        Change-Id: I2940ca21f8cee0d780e58cfcda50705be61568d9

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c8ed4d86bbdde79ea28c59742eac702f9622d57a]

        Remove this old attempt of shared formula code.
        
        We'll devise a brand-new solution for this.
        
        Change-Id: Ib4e04b3ce0b5d1ab511aecfab35f81e43dd4edf9

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d14e48591f2ede07626bfa8adde403d762a28d18]

        A little more detail in the method documentation.
        
        Change-Id: I0f25a8e660ff98d89965ff3428873dec43dbeda1

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bac886b75f3ce94178ba1751fc85cd4f2c5a9d0f]

        ScColumn::UpdateReference to take ScRange as a parameter.
        
        To reduce the number of parameters by 5.  Also add *some* description
        of this method esp what the range means when updating formula references.
        
        Change-Id: Iccde58d6ecde6f0c09c111cf9b4f551ce392effb

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cfc732b858befd0f9102cb0161e9afde424dcecf]

        No need to increment formula row positions in InsertRow().
        
        UpdateReference() which gets called before InsertRow() moves the formula
        positions.
        
        Change-Id: I6d00607a1a1b4463f69bb58610f6ba41871e4475

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b5a195e65cd5de06e17e5a7aeb69024f8f8761c9]

        More on shared formula cell handling.
        
        Change-Id: Ifb0feff8c7016e3cadfa219ea6421852112ca189

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab030f75deafad4aab33ac47bfb36dd252e3515e]

        Handle formula cells in SwapCell().
        
        Change-Id: I9ddc69793e70bd399b93ce472a38060b1a946ff9

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8153482ad4f918f3501aed34c3131e970592575]

        Proper handling of formula cells in SwapRow().
        
        Change-Id: Id295160b69cc5cb40cd9e0403928dac8b0e58807

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [85ce60d4c43d35b9673ed22f4a4adaa4928349be]

        Make this a member method too.
        
        Change-Id: Ib1b16ce5a7a36560b04d4d57b585fdcf2a2b294d

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a37a2c3b28b51abf1c54c49efd03329f8b3cc1ae]

        Make this a member method of ScColumn.
        
        Change-Id: I5d0a573d277338ddef60fdd58bfb1f5ba7fc695e

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2b300a9e90f40f8b890d6de522aa1ea8e7c0d74a]

        We don't need this formula group vector.
        
        Change-Id: I96f3b19a5bb0d761b7abd943df6a2e48cfcbf9bd

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [58d309f141621840047d5ee587a0adc8017289bf]

        Extract this code block into an own function.
        
        Change-Id: I6abe520ad6392e4f9163434b73f3b3ab88a71297

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [13822d7a7a9c30248f4f58d4768a6b2acddade2e]

        Don't forget to transfer this too when splitting group.
        
        Change-Id: I3337504f6b95f273106e809da90d089cd76d8bdb

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [64d667ac29a258af5b847fc622070e585b077e11]

        Initial version of dynamic grouping of formula cells.
        
        And tests to go along with it.
        
        Change-Id: Idf5ff3b819aa557a1ae31dfb4d0b2c3a8216ed75

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [604b9e646e365c246aa3a28d497c15248da23d7d]

        Implement a way to set an array of formula results to formula cell group.
        
        Change-Id: Ifdea531e963339607a5066f81af32ffedfd408aa

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9241d3b4a7156fa2e236d761aced07dcce8b3bbe]

        Remove these unused files.
        
        Change-Id: Ifcff5ee2849f9f390f82197fa60a3cea12dd0b27

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [99517ea08aa48aa2b8045f4104576d3068483b66]

        Adopt CopyAsLinkHandler as well.
        
        With this, we no longer use CopyCellsInRangeToColumn().
        
        Change-Id: I6506d72d084f724ccf7a6395a0daf88fe7bff40e

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [66b6e32bb4fa31527159a15c4c2739e151c006f0]

        Adopt CopyByCloneHandler to ParseBlock().
        
        Change-Id: Iac82967a9cdd1b7c3e062b1931bb306cf160bba0

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cbea3f5af0487ce6e88e40c6d5b1ad617731fd39]

        CopyUpdated() to use ParseBlock() instead of CopyCellsInRangeToColumn().
        
        Change-Id: I7f1456462ac3bb9d551d3d1bb303a68d74fa16f1

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9a5783112513c3eaf4928bc191d9112a67337da1]

        Let's not forget to store the position afterward.
        
        Change-Id: Ia5067db46460e164643dd8cc6d21b68a05b3b33a

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ccb1edf29c024659b95f0c886c39c784fd60b8b2]

        Replace CopyCellsInRangeToColumn() with ParseBlock().
        
        Change-Id: I7b7f827fcdb9e31956d0b123ecee8751d791e54f

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7c309d8e479e993bce0a04348ab24dca7b7e1ab0]

        Remove this inheritance.
        
        Change-Id: I37e0a6b8e95f56210df823af7aa8828189edfbef

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [21a04e7ba394da27907d1be12b9fc43414db580e]

        Identify spots where we may need to regroup formula cells.
        
        Change-Id: Ib448480bb3a3e39638dd42cafc272934a226cc1e

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e57b12f21264651a33a6ea52db4eb07618056f8]

        I forgot to pass the string param objects.
        
        Change-Id: I691de93daa1a6acaa99fba3af359f062406023d3

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e79d6d1120b7d96333016725f1a51def7b8d0e7]

        Remove duplicate code blocks.
        
        Change-Id: Ie014ec8866d9e3055a6e67bd20503fc6fc26f503

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b17237a7177e39f6611ccfc39e7758dd542f01e0]

        Replace ScCellIterator with sc::ProcessFormula.
        
        Change-Id: I0adf57e5e80972175633dd0c69d465544aa7d7a9

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [18cd17813ebf19ac247d2d8003c3b96fb8582d28]

        Move a common if statement into the function.
        
        Change-Id: Ic13c9e7bdfea97c4f7782181dc70d6965ba0b6b9

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8d277d0d90116d6f8788beb64d9bb563f159464]

        Use double and string arrays directly when creating matrix from cells.
        
        Change-Id: Ib251075418baeb7d884696c54504b8851bc9f65e

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [884528f06abcec239a67e064092003f343c966c2]

        Avoid redundant calls to GetCellResultType().
        
        Change-Id: I105b9f555037b1750af6aaff6fc10d2301afde7c

2013-06-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f5357308c4f8823836ebd17dd24c51729322be32]

        Avoid redundant if branches.
        
        Instead of calling GetErrCode(), IsValue() and GetValue() individually,
        do it all at once. This alone cuts about 12 seconds off in the calculation
        involving a large spreadsheet document.
        
        Change-Id: Iee94ca9dae00a2c33c0306cdf41bd7832e7ecd03

2013-06-27  Andras Timar  <atimar@suse.com>  [db56d99f7b66c9f3fe38581829077e7008174c7b]

        Updated core Project: translations  56f43677e90d28489fa3dbbd5bc5f35a5483e354

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [9edbfa59a8793b7878c47af4f0467d9b585ce993]

        coverity#1027641 Dereference after null check
        
        Change-Id: I63ea1016e8946ca6b269f56f591a3a5cc7a99e6d
        Reviewed-on: https://gerrit.libreoffice.org/4527
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-27  Khaled Hosny  <khaledhosny@eglug.org>  [73077b16a78e7245d22a0c7c92b24eda39243189]

        Updated core Project: help  d8c5b1703bfae6f629c3f2db8b2730133bd1782b
        
        Drop help for removed Embed standard fonts option
        
        Change-Id: Iddb13afd25483de4753e315b5524fa6cca8b5f93
        Reviewed-on: https://gerrit.libreoffice.org/4496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-06-27  Khaled Hosny  <khaledhosny@eglug.org>  [feaebe7f93779d5c91c24c31ff91f756c69e9640]

        Always embed 14 standard Postscript fonts in PDF
        
        Ealier version of PDF standard allowed for not embedding the so called
        standard PostScript fonts in the PDF files and all PDF readers had to
        include them or a "suitable substitute". This behaviour had many issues
        and is deprecated for 10 years now. The current version of PDF spec
        says:
        
          Beginning with PDF 1.5, the special treatment given to the standard 14
          fonts is deprecated. Conforming writers should represent all fonts
          using a complete font descriptor. For backwards capability, conforming
          readers shall still provide the special treatment identified for the
          standard 14 fonts.
        
        This commits removes support for not embedding these fonts, and the, now
        redundant, option to embed them.
        
        This has the side effect of elimanating the cause of fdo#66108 and
        fdo#41547.
        
        Change-Id: I4f1fc4137a2de7baeef9e504f2e4f84fbec0a491
        Reviewed-on: https://gerrit.libreoffice.org/4495
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-27  Thorsten Behrens  <tbehrens@suse.com>  [d9b09a3ff38b2cf11ee0b9f9f03d47375f2b11e8]

        Fix fdo#65847 - avoid infinite recursion in style resolution.
        
        That was previously asking back the node for the font size, which
        was again asking the SvgNumber, which was ...
        In this case, if the node has relative sizes, this is always
        relative to the parent.
        
        Change-Id: Iaa81d0238d9eb73f5af24df347d12d7cb8ba8c0a

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [66e72c38f77bedc28b990b2a724829b50c70bf8d]

        abstract out the FormulaGroupInterpreter more cleanly.

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [d7f2e338cf00052f7edbecf664b3d0088198a374]

        return is a statement not a function.

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [5cedd85bdccd6275ba146aaa68ecd3d63d60c60c]

        Use new method for returning values.

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [f4ea3fd5c1ee0e26be8383b0cc209a0d8de3f433]

        use #if to avoid gotchas, move header to include, make UI conditional.

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [b4be964fa2eece48e7ac1ae7c2c2690890ee899c]

        cleanup conditionals.

2013-06-27  Michael Meeks  <michael.meeks@suse.com>  [4ca21e22bf90159228a5fa001dba9514cb0916c6]

        avoid srand / time / rand calls.

2013-06-27  Jing Xian  <jingxian@multicorewareinc.com>  [6ae1656b44f3217eddfe9c047e116c1071cd734a]

        more work on formula interpretation.

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [efe0e8b8116e1ba60acb00aa73123ffb060e3c90]

        fix nanosecond computation
        
        when less/more than nine digits
        
        Change-Id: I222ae7c51e37468a01abc9caab91657ea2593d13

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [667ef4356af609a6d54edf88ffbdf054509272f3]

        fix crash when parsing empty string
        
        the parsing of the hours would succeed, but the parsing of the minutes would access past-the-end of the string.
        Probably same crash when parsing HH or HHMM formats.
        
        Change-Id: I248810e5c4c425186f33e573634883263caff312

2013-06-27  Thorsten Behrens  <tbehrens@suse.com>  [001adf630c650b22f2535cc76f90b426a53ad754]

        Seems people prefer enumerations in the wiki for bugs.
        
        Change-Id: I8b2cc796e04091cfddcb7a5c3a57beafe59c7b40

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [f237f1a616d973397511575c1eb033731d6007f7]

        fdo#66171 ListBox correctly save empty or zero BoundColumn
        
        Change-Id: I05fa923f962191081ea3318837d3e181c183b466

2013-06-27  pje335_NL  <meulenthomas@gmail.com>  [4e7ab6e525d7ad4078786796267c2fa37d7f7ca8]

        Updated core Project: dictionaries  92a907ab17814a8e08ab787745fefb85ed00d3f3
        
        Fix for broken dutch spell checker fdo#65994 and fdo#63033
        
        Change-Id: I522bb85aaaacfbb9330439d4ea47901695d2bf78
        Reviewed-on: https://gerrit.libreoffice.org/4451
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2013-06-27  Ariel Constenla-Haile  <arielch@apache.org>  [949f97ba480f96c7892602f3208467ac925fab15]

        Resolves: #i121162# ImageScaleMode constants should be in UPPERCASE
        
        (cherry picked from commit 734b532fb77d2d5be7eb7becb6720dbd7b3d8978)
        
        Conflicts:
        	offapi/com/sun/star/awt/ImageScaleMode.idl
        	oox/source/ole/axcontrol.cxx
        	reportdesign/source/filter/xml/xmlHelper.cxx
        	wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
        
        Change-Id: Ib5fa7b82edddb809129a4e5619a20ca7a7b2e38a

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [62aec37627c30c56b4ec7c04bc194cabff6a3e14]

        use standard row spacing
        
        Change-Id: Icbdc1399d4abd9222c1b1fced68c1e3012b05020

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [7a61efe4220e5f25a9f5809d5b928960bc30f115]

        add missing VclBuilder::stringmap argument to some builder functions
        
        Change-Id: I57e13920b4707ebe5b6a7149dbdbfc45593c0d9d

2013-06-27  Noel Power  <noel.power@suse.com>  [61027ca6eb450fb20bfe9209ba180fe0606baeab]

        improve performance switching modules in large Libraries fdo#66148
        
        object catalog when updated, updates ( all ) entries and was parsing
        the source for every method in every module
        
        Change-Id: Id68e3c24d597d29a86d3507a7dc20745c96dd2a2

2013-06-27  Noel Power  <noel.power@suse.com>  [eebf0a6dfa9490a9f59a4e392517a0c93d3da1df]

        Revert "tweak object catalog to improve switching modules in large Libraries"
        
        This reverts commit 21eeeccfa64a4c03554c1fe3715d38c1695245ab.

2013-06-27  Stefan Knorr  <heinzlesspam@gmail.com>  [5504e8d78173af2b4a9fbcbcd59df5add839db3b]

        Use larger (96*96) icons for templates
        
        Change-Id: I0a7b88de53d47a935d6290c52ba8749d08187643
        Reviewed-on: https://gerrit.libreoffice.org/4458
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-06-27  Jürgen Schmidt  <jsc@apache.org>  [64f19368ccb2ab9658a0827efd4c0619a4343939]

        Related: #i122356# quote rdb path, windows spaces in paths
        
        (cherry picked from commit 65ef7b5de4d5fa7b8b440a73329b088917f77957)
        
        Conflicts:
        	odk/settings/std.mk
        
        Change-Id: I73e62097456ab8dbe601f557a4f5b65f9b7aba6b

2013-06-27  Armin Le Grand  <alg@apache.org>  [ecccfa73b9c69a5d9645a2647f20a37588a63a8e]

        Resolves: #i121008# corrected calc cell comment stuff
        
        (cherry picked from commit fb1dc1d963e192e588731cce3a3ba20996c4e589)
        
        Conflicts:
        	sc/source/core/data/drwlayer.cxx
        	svx/inc/svx/svdmodel.hxx
        	svx/source/svdraw/svdmodel.cxx
        	svx/source/svdraw/svdundo.cxx
        
        Change-Id: I10b644aa44ae8c1eb0a027aeeaf27790ec455fa2

2013-06-27  Noel Power  <noel.power@suse.com>  [21eeeccfa64a4c03554c1fe3715d38c1695245ab]

        tweak object catalog to improve switching modules in large Libraries
        
        object catalog when updated updates ( all ) entries and was parsing
        the source for every method in every module
        
        Change-Id: Id68e3c24d597d29a86d3507a7dc20745c96dd2a2

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [153bdc99b1c162723557513b993343c211d804b8]

        coverity#1027391 : Dead default in switch
        
        Change-Id: I7ef70be9f5230eb3fb586962a1581efa38c239f0
        Reviewed-on: https://gerrit.libreoffice.org/4526
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-06-27  Michael Stahl  <mstahl@redhat.com>  [fd2bd50bb4fbe139cd1ed9332c0d2eeaebc7dabe]

        Revert "Related: #i121925# fixed by reverting change for issue #i119652#"
        
        This reverts commit e47b7f967bcdd8b1e830d07b2ad941b1302686f7.
        
        The original commit this reverts was never merged anyway and this adds
        some line that were context in the AOO commit.

2013-06-27  Michael Stahl  <mstahl@redhat.com>  [97e6ff086e2601c066c32fca8412e939843dae3f]

        Revert "Resolves: #119652# avoid invalid selection on..."
        
        This reverts commit e6cd5d0b11e7d8562358b883c08a8dba9fd4f61d.
        
        The problem was already solved with
        af4b6c94c68b5f67b931cde8d0acda6ec8b288bb.
        
        Change-Id: I21d7ca9fec601377967297bc42835573422c29a7

2013-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8054a7dc0a1b9c27aea7717f58891e49bd25d14c]

        n#820504: start a new subpath with m and t in VML path decoding
        
        Change-Id: I7bac4b111ede5e815d2ed121c18f4cfe1ad0950e
        (cherry picked from commit 8d6eb11d6965ee93e72513f5e01b67f598edf6c3)

2013-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a3f2d5c140e9864b1da644ec18ad44fd6ab6334f]

        Forgot to remove one case where nParamCount is set to twice the value
        
        Change-Id: I3649364a889b7ef6ce7ac4316a1621b6328170eb
        (cherry picked from commit 7f7a1294e2d0da30a58d897558a18a13dbc5e690)

2013-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b25eb9f78b55ba10636c56e6723b66939239b3f5]

        n#820504: VML path import fixes: get back missing points
        
        nParamsCount was set to the double of the expected value, but the code
        handling the command only took the first set of parameters. Removing
        this 2* in nParamsCount.
        
        (cherry picked from commit 442ad6eef9d6e1588e4985e97ec3eafd6289f9ae)
        
        Conflicts:
        	oox/source/vml/vmlformatting.cxx
        
        Change-Id: I2a4bb07fc9167e056a52c7adfbee9e1ef8e2636c

2013-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [781904af36158b72c131f2d72e562e92f73a9bd2]

        n#820504: Some imported VML paths are closed, try to detect the
        
        (cherry picked from commit 08db0b22bdce0f779e4af01a209aef1be29e9907)
        
        Conflicts:
        	oox/source/vml/vmlshape.cxx
        
        Change-Id: Idefd0277a85bd7b2b727f59cc4e568869b4932a1

2013-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ee80670695014697cdfa26a6fd142c69a423cbdd]

        n#820800: docx import of wrap polyon was based on dest size of picture
        
        ... instead of the original size of it.
        
        Change-Id: Ib251206dd092a7c47343caf50bd05a3dfec1af09
        (cherry picked from commit ae6981601b0e9175efaf9849b1279290ea3380f6)

2013-06-27  Muthu Subramanian  <sumuthu@suse.com>  [bcb434b47f45f9ffbc32f8bde79226b161c21ffa]

        n#820273: Multilevel labels are rotated.
        
        It looks odd when multilevel labels are rotated as well.
        This patch resets the rotation values for outer labels.

2013-06-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d63bd6914f479ea4cd718b6f0a26b1edfc141562]

        Uploading libmwaw 0.1.10 and dumping unneeded patches
        
        Change-Id: I837b885fb88ccbc1e7980712be4a3342575b3770

2013-06-27  Oliver-Rainer Wittmann  <orw@apache.org>  [e47b7f967bcdd8b1e830d07b2ad941b1302686f7]

        Related: #i121925# fixed by reverting change for issue #i119652#
        
        (cherry picked from commit be6ce149c164d8ac06f12a4a1cc04a9299f5fd07)
        
        Conflicts:
        	sw/source/core/edit/eddel.cxx
        
        Change-Id: I13ff642a7d983a1a1ffe4e3e0b412ec190d900bb

2013-06-27  Oliver-Rainer Wittmann  <orw@apache.org>  [e6cd5d0b11e7d8562358b883c08a8dba9fd4f61d]

        Resolves: #119652# avoid invalid selection on...
        
        Delete-To-Start-Of-Sentence action
        
        (cherry picked from commit 562cc00ca57d00a22d56e61c5da307864e5db2f9)
        
        Conflicts:
        	sw/source/ui/wrtsh/wrtsh4.cxx
        
        Change-Id: I56e104792f28b462327a53d243baa6c1413b3099

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [09650703d3a6f8e579d2d822fbb59de0da8c070e]

        coverity#1028587-9 Unitialized scalar field
        
        Change-Id: Id8ad238d9aa029df0c5e970b2b8fb2145b87be25
        Reviewed-on: https://gerrit.libreoffice.org/4557
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9ac156b2d651c1305135938a1e828144aa5742b]

        coverity#1038307 Negative loop bound
        
        Change-Id: Ib0ca4fc350d84e25283e261cb9f48b0f6f22e81b
        Reviewed-on: https://gerrit.libreoffice.org/4556
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f8445b20e416ae913d68a31d522b948fe4b1684]

        coverity#1038294 Explicit null dereference
        
        Change-Id: Ifab48223b505a3061e70e5bc8741a293100a24bc
        Reviewed-on: https://gerrit.libreoffice.org/4555
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-27  Jürgen Schmidt  <jsc@apache.org>  [5080a76abbbb9f965bf9658e5f543188961d9ff8]

        Resolves: #i122586# recalcuate width when scrolling to last column
        
        (cherry picked from commit febd0946e8c2686f0a679d3f32fbb39f5ef1c295)
        
        Change-Id: Ia1aba1eddf9035504677d10a7414f9a498b952e1

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [6391e823dcb5dd87b0f7f3039144b8cccd8626c8]

        Replace buggy pgsql-sdbc datetime functions with dbtools equivalents
        
        In particular, the string2time function segfaults when called on an empty string
        (unconditionally tries to access the n-th character without checking whether the string is that long)
        this happens in particular when reading a column of type TIME with a NULL value
        
        Change-Id: I302044f67a92fe20685ce677ba3affdb9b44cb53

2013-06-27  Michael Stahl  <mstahl@redhat.com>  [df0ac37929a1ae1bd72279242194d51693a91a8c]

        solarcommonpath is dead
        
        Change-Id: I7cebb54777dc8c2c5331e7b693a1cdc407127acf

2013-06-27  Michael Stahl  <mstahl@redhat.com>  [9a6d5f15afa16e68d38e4a0cfd5ef904be481a17]

        fdo#65975: do not put MSVC 64bit runtimes in solver/bin
        
        Apparently causes problems for some people.
        
        Unfortunately the scp2 entries are "non-standard" so i've had to add
        another variable to let the installer find it.
        
        Change-Id: I7a01160369ed8dc401625c06760008341afcee67

2013-06-27  Michael Stahl  <mstahl@redhat.com>  [315c31721ac849e201d5f5c9097226306a7a1c00]

        Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."
        
        This reverts commit 0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0.

2013-06-27  Jan Holesovsky  <kendy@suse.cz>  [e586fe4585dc07e6f6dd061d09f6a7fb0b22948c]

        fdo#46186: Sync the internal representation of the table with its appearance.
        
        This fixes the saving / loading of RTL setting of the table, and changes
        the UI behavior when you click the LTR/RTL buttons with table border selected
        a bit.
        
        Change-Id: I1abcebdad3cdb72307535f82d973eb52418f2787

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [23d9f2400bff7a6c1f0c55f9a1158d40a57d6239]

        must call FreeResource in old-resource-using dialogs/panels
        
        Change-Id: I756ac431dfcd6a4d6a365fc38b465f4b588ddd79

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [02e1c0528bee4801cb451dcdf523990e2fcc6456]

        pClipEvtLstnr unused and xClipEvtLstnr always empty
        
        Change-Id: Ifc883acd91108981a190f35b19648ec3a747db7b

2013-06-27  Ptyl  <ptyl@cloudon.com>  [19efe68b1ece039027b08139e032b4ce483c113b]

        Imrove scrolling in the Android "Desktop" app
        
        I got scrolling to respond to the JNI scroll method call.  (This is not yet
        the gesture I want to implement (scroll by pixels), but at least it’s a
        start.)
        
        At first I tried to do some hacking in the C++ part, then found the problem
        was in the Java parameters, which set the mouse whell delta too big.  When
        passed the value 1 or -1 to the Y value of AppSupport.scroll(int x, int y),
        the scrolling is reasonable.
        
        Change-Id: Id8fa0ada1a035760b7b05bf21325d0e51ef28fdc

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [2278e3cc31f97259ba2eea86e99739006a23b8e3]

        valgrind: bInsertIntoEditWindow uninitialized
        
        Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [067a0b32c44eeddce8b6101dec5ed6586108752f]

        valgrind: mismatched new[]/delete
        
        Change-Id: I9895ca15680c01da17a59cb7da51478d5f61657e

2013-06-27  David Tardon  <dtardon@redhat.com>  [66480d15a04204b0f60008b9cd8e25a66ca6db6a]

        fdo#47646 fix undo of ungrouping
        
        Change-Id: If20e645d8d708ebe17e2d9455c896c94592993bb

2013-06-27  Chris Hoppe  <hoppe7@gmail.com>  [3f175c7728227df551ad11a4c4b8a30ca478d04b]

        Translate German comments.
        
        Change-Id: Ida59dcca7c9a0305aecddaa68f4e585321144458

2013-06-27  Noel Power  <noel.power@suse.com>  [7abce44fbd7385d6c67c74db10dc0d25a7093abb]

        roundtrip VBA project blob for ppt
        
        Need to save out the VBA project storage to ensure we don't get any
        nasty warnings trying to open ppt files containing old controls
        
        Change-Id: Ic2ff3ac5863ee3b901b1ee48f7d45e82dcb27ff9

2013-06-27  Oliver-Rainer Wittmann  <orw@apache.org>  [11eb95f74088ff830f6aa994250ef18335ca70c2]

        Resolves: #i120938# consider left indentation when converting...
        
        tab stop positions of styles
        
        (cherry picked from commit 7b20978d84db1f7f545ff608bdb09275813e2219)
        
        Change-Id: I068a8dced069c4676623723f16ae4d85997f086d

2013-06-27  Caolán McNamara  <caolanm@redhat.com>  [a653bda02b2aac650eef8d6fbca28b3280f7ed0a]

        fix highest debugging level build
        
        Change-Id: I1f40bba348a3c0be7a892b56a9bf1b7da0b4435f

2013-06-27  Tor Lillqvist  <tml@iki.fi>  [653a4b313c685fbf7c8e13a044aa6765b4fd45a2]

        Need a no-resource-compress.xml for Android SDK version 22, too
        
        Can be identical to the one for version 21.
        
        Change-Id: Ic974dd9ed06947e6be1c04598d3a7e715795e202

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [2728808553e5a248d1e4dc1361e4784400a75e7b]

        we now need librdf_world_set_raptor_init_handler from librdf
        
        Change-Id: I4e3b56fd8c088983a8a01eb6ccf88691d6fd93ef

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [1b0a43142b27286e717f63c90363625a1aeff74c]

        new dbtools::DBTypeConversion::toTimeStringS for time in second precision
        
        (no fractional second)
        
        Change-Id: I8bf448783b24fceae9a750f40887d6296999b203

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [83dc5c075884dfdb71952aa2617cc6f63dcc56ad]

        fdo#66216 JDBC no fractional second in time format
        
        fractional second allowed in timestamp. But not in time. Don't ask why.
        
        Change-Id: I5415889ab4cf4835b8b0db7363b7d9eb0a332393

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [ac146c16c0f4707aa8a26e479902a124e4e1b7e4]

        fdo#66216 fix DBTypeConversion::toTime overflow
        
        Change-Id: I0aba2344afde94226cfbac5b3221e827e6774b3a

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [b45b566e172938fd82f2be610c6c9dace87d4248]

        fdo#66216 fix DBTypeConversion::toTimeString format
        
        std::ostringstream::width is not sticky
        
        Change-Id: I32d77bec68506b7691a4f86dadb24e62fdc13d42

2013-06-27  Lionel Elie Mamane  <lionel@mamane.lu>  [5a2c23ca59ba8e8b11e8397f80c5c6ff855c40b2]

        unused constant
        
        Change-Id: I72a27a05c9e3e49b17817c2566fbd7f02b7835c5

2013-06-27  David Tardon  <dtardon@redhat.com>  [2b5203c9ac4b6a95fa77f1a31fdb7b13e736d37e]

        unoxml needs to link with raptor2 now
        
        Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da

2013-06-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [56f9378d1df21d4ceb42a89e8d9cdbe1cf5e0511]

        coverity#1038296 Missing break in switch
        
        Change-Id: I3c0282d731082c32558a527110762dffad01b44b
        Reviewed-on: https://gerrit.libreoffice.org/4558
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-06-27  David Ostrovsky  <david@ostrovsky.org>  [7746de6e42d5957fa62fa278e2c46a0cb472dc01]

        fdo#58995 fix focus gain/lost events dropping on JDK 1.7
        
        With JDK upgrade to 1.7.x focus gain/lost events were dropped and thus not
        discoverable by AT tools.
        
        The problem has nothing to do with different packaging of JAB (2.0.3 is
        included with JDK 1.7u6 and higher).
        
        The reason for the event droping was a new check in
        DefaultKeyboardFocusManager.java that was introduced in JDK 1.7.x:
        
        @@ -294,18 +271,10 @@ public class DefaultKeyboardFocusManager
                extends KeyboardFocusManager {
        
        -      if (!(newFocusedWindow.isFocusableWindow()
        -               && newFocusedWindow.isVisible()
        -               && newFocusedWindow.isDisplayable()))
        -         {
        -             // we can not accept focus on such window, so reject it.
        -             restoreFocus(we);
        -             break;
        -         }
        
        With this check in place it is assumed that Component.isDisplayable() must
        return true, for event to be dispatched. But particularly
        `Dialog.isDisplayable()` didn't and thus all tab key events (focus traversal)
        were dropped.
        
        Many thanks to Jamie and Stuart for helping out with reproducing and tracking that down!
        
        Change-Id: I4876773199ca06a6e73213401692e8275a1f3b22

2013-06-26  Winfried Donkers  <osc@dci-electronics.nl>  [e513fffeac1f4a814f644f156d88fc8810af4e46]

        fdo#65856 allow shift cells in paste special for copy-mode
        
        Change-Id: I7a7e13104e7256da9a82e16e14ddfa04e35e7f8a
        Reviewed-on: https://gerrit.libreoffice.org/4525
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2013-06-26  Michael Stahl  <mstahl@redhat.com>  [246a78b1d2a88ff1937b09b22325d160739ef47e]

        fdo#64672 prevent raptor from setting global libxml2 error handlers
        
        Raptor already sets up all 4 error handlers in xmlSAXHandler so why it
        would need the global ones in addition to that is a mystery anyway.
        Messing with libxml2's globals can only cause trouble.
        
        Change-Id: I2935efe5c4cd75d48cc4ecdeaa8437e91b48349e

2013-06-26  Andras Timar  <atimar@suse.com>  [6c1ac2fa0892b6316cf045e95e3645bde3d64872]

        Updated core Project: help  f92fe458ddf0b7a79a11f426eff8f271639c6ada

2013-06-26  Oliver-Rainer Wittmann  <orw@apache.org>  [7a22c4c51980691146cff9c8c72a8a215fef0848]

        Resolves: #i120582# consider the case that a right indent is set...
        
        at the paragraph
        
        - some minor reformatting and cleanup of older comments
        
        (cherry picked from commit e4578fcc2408a530d373653b01c0a88ef46ea26f)
        
        Conflicts:
        	sw/source/core/text/txttab.cxx
        	sw/source/filter/ww8/ww8par.cxx
        
        Change-Id: I345a20c78f26be60de3eb01ac6f5303de46c2fc1

2013-06-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf6adeaf1c7f765c83481cff0311b9817ac4cbc1]

        coverity#1027646 Dereference after null check
        
        Change-Id: Id1028f87a6dded7d2c27fe8d793342574d06e3f9
        Reviewed-on: https://gerrit.libreoffice.org/4528
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [4d5fc661d37d03129b8054e494c03bed1933231d]

        coverity#1027651 Dereference after null check
        
        Change-Id: Id90ef9f43578d952fd8d7872d4fd2fd622d07dbd
        Reviewed-on: https://gerrit.libreoffice.org/4529
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [74c32004c096e8820b6e29092caabde2184c2141]

        coverity#1028107 Dereference before null check
        
        Change-Id: Icc70cc02d1b3b154fc1cab0419d89b437e2a366f
        Reviewed-on: https://gerrit.libreoffice.org/4530
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-26  Noel Power  <noel.power@suse.com>  [30414067f81e23b69fd9b0f7ec07cbdd65712b0c]

        forgotten tweak for spinbutton
        
        see origin f1ecd5ff46a217ee9f4323a08f03e59a53ef551e, f9d08dd5c9af8f8128371540e
        & follow up 0a686a9bb54b5c1b3a45810e2601a098c0272c33
        
        Change-Id: I1a10de6984f7ed78efdf6f32bfca14b433b24405

2013-06-26  Rene Engelhard  <rene@debian.org>  [9384f4d2c7c20ffe8ffa193af5d771248353f1dc]

        bin/distro-install-sdk: set new OO_SDK_SED_HOME/O_SDK_CAT_HOME
        
        Change-Id: I0ca0edf4fc8f19adb1859eb4a679fee6480ea295

2013-06-26  Luboš Luňák  <l.lunak@suse.cz>  [a59b055d29d54d62ec52aaa43341a65303322d7c]

        handle v:shape having coordsize with 0 (part of bnc#780044)
        
        There's a document which has coordsize="6094,0" path="m444,424r6094,e" ,
        where the 0 is somewhat questionable (and the spec doesn't seem to say
        anything about it), but given it's a horizontal line, vertical coordinate
        space size shouldn't matter, so treat it as 1, making the space visible
        and avoiding division by 0 in our code.
        
        Change-Id: I53725cd73a699b8e6d3c96e8fc39c276d082bc0c

2013-06-26  Noel Power  <noel.power@suse.com>  [0a686a9bb54b5c1b3a45810e2601a098c0272c33]

        tweak ppt ole import for libreoffice codebase
        
        a) make sure backcolor is skipped when libreoffice backcolor
        is default. Libreoffice default is 0 ( but if we write that out mso
        reads it as black )
        b) don't take the label default backcolor in exchange for the
        libreoffice default. Libreoffice default backcolor for label is white,
        mso's default is rather different ( and never seems to be used )
        c) re-enable compObj export ( seemed this was disabled unintentionally
        except for buttons )
        
        Change-Id: Ie68267809cee2e92bd06e88e698f17a10eeeb6ad

2013-06-26  Jianyuan Li  <lijiany@apache.org>  [f38487511957971f9d08dd5c9af8f8128371540e]

        #119467# Form controls cannot be saved into .ppt file in AOO3.4
        
        Reported by: Du Jing
        Patch by: Jianyuan Li
        Review by: sunying

2013-06-26  Miklos Vajna  <vmiklos@suse.cz>  [55162d7422a3b175c7fe9c175e0dec91b1932b6a]

        bnc#823675 RTF import: fix import of numbering bullet associated font
        
        There were multiple problems here:
        
        - \f had a special handler for the listlevel destination, \af had not
        - in case of multiple \f or \af, the first one is used for the bullet
          font
        - in case only \af is used for the bullet font, its value should be used
          for \f as well
        
        Change-Id: I6631504c1aa9f2e0792a3469a5fdce5b7bd49518

2013-06-26  Oliver-Rainer Wittmann  <orw@apache.org>  [25d84e2826de81d1e7a55ff0fdab7845b7a78e74]

        Resolves: #i121751# restore cursor/selection on Undo/Redo language...
        
        change for all text
        
        - group intrinsic actions of language change for all text into one Undo action
        - secure <SwRootFrm::CalcRects(..)> - catch NULL pointer
        - correct <CursorGuard> - really restore the cursor
        
        (cherry picked from commit 4207db473430e02a65a5f4d57db6e46a8db29a19)
        
        Conflicts:
        	svl/inc/svl/undo.hxx
        	svl/source/undo/undo.cxx
        	sw/inc/IDocumentUndoRedo.hxx
        	sw/source/core/edit/edundo.cxx
        	sw/source/core/inc/UndoManager.hxx
        	sw/source/core/layout/trvlfrm.cxx
        	sw/source/core/undo/docundo.cxx
        
        Change-Id: I972988bbc21a519e0956ff196aa93a46287b9a2e

2013-06-26  Michael Stahl  <mstahl@redhat.com>  [19694e844942d44d2c2d5e1d1b95b49d03916573]

        SetFmtItemByAutoFmt/SetTxtFmtCollByAutoFmt called with SwTxtNode
        
        ... always so don't need to check for it.
        
        Change-Id: I4bbc2a44a9c3d4ebde766a64a6ab78f7ead9c7af

2013-06-26  sonakshi nathani  <sonakshinathani@gmail.com>  [51c79f97a90eaf469d1d2531f3f0eccfafe0f94c]

        "fdo#62475 removed pointless comments
        
        All the comments of the form //-------- are removed from /svx/source/accessibilty/AccessibleControlShape.cxx"
        
        Change-Id: I7ae9f656939e2512ce503a5ba103d765594f20ac
        Reviewed-on: https://gerrit.libreoffice.org/4543
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-26  Luboš Luňák  <l.lunak@suse.cz>  [132230680916be390d542c7431b2065e9ce4fbb1]

        prevent cairo from using -flto with clang, cairo uses it incorrectly
        
        The option should be used also at link time (as e.g. the gcc man page says),
        but cairo doesn't do so, and since -flto makes clang generate .o with LLVM
        bytecode, plain ld chokes on it.
        
        Change-Id: Ia5ce9a98afa4f88b8d0943a5971450d7009af913

2013-06-26  Caolán McNamara  <caolanm@redhat.com>  [d82e1f1a1decb690926207d9fafdaebfe134ded3]

        convert calculation settings dialog to .ui format
        
        Change-Id: I0031094be63f2d8efeac42d5ca560f57af5326b6

2013-06-26  Caolán McNamara  <caolanm@redhat.com>  [8ece576c35094b9277a7536f0f6d23526341194e]

        fix OptionString to set a correct item size
        
        Change-Id: I3406b5481991e459ac051868e441c0c04a2f7d5a

2013-06-26  David Tardon  <dtardon@redhat.com>  [2022c84d1e7e88e65243c6dfd1a62ec17f1361a1]

        fdo#65123 Revert "n#782833: (PPT) Fix font size at end of para."
        
        This reverts commit e36d227ee584aa07fa48dda7710ac6b7a850fcc3.
        
        The description in the orig. commit: "Font size at the end of the para
        when there is a new(empty) line is set using an extra charprops
        definition." That would mean the extra StyleTextPropAtom record does not
        have a record header, which seems pretty fishy. I suspect the real
        problem is somewhere else (or the ppt is broken). But I cannot check it,
        because I cannot access the bug.
        
        Conflicts:
        	filter/source/msfilter/svdfppt.cxx
        
        Change-Id: I1d555cd2905ef8f297d1a96f56bebbea8f83ad62

2013-06-26  Andras Timar  <atimar@suse.com>  [c930edb21e162bcec7cfa177cdd4f49bb4ba2885]

        remove unused const
        
        Change-Id: If7e998065390d89cc22556adcd727a63f6496aad

2013-06-26  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d12980ce0b86549028ddaac3192f14456dde25c6]

        Fix fdo#43090: Auto Closing of brackets
        
        Check if we hit the left bracket, left parenthesis or left braces, insert the right close character
        and set the current position to center the characters.
        
        Change-Id: If1ee8a00799ef0933d5dfd51c32f669a2a27b2a7
        Reviewed-on: https://gerrit.libreoffice.org/4374
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-06-26  Tor Lillqvist  <tml@iki.fi>  [1365a4d281f969e8cd3833422b2d771621d40245]

        Need to use the right libtool on OS X
        
        Change-Id: I37b2a892143892740674ce9882ed61ea88eda894

2013-06-26  Tor Lillqvist  <tml@iki.fi>  [673205080eee4c6ce20375c9a28b5dc34d3c5475]

        Make sure the nss build uses the ar and ranlib we want
        
        The interaction of environment variables and make variables is fun.
        
        For some reason, the
        workdir/.../UnpackedTarball/nss/mozilla/nsprpub/configure script is
        run twice: Once directly from nss/ExternalProject_nss.mk, once from
        the sub-make run from nss/ExternalProject_nss.mk. In the first case,
        the AR and RANLIB exported by the gbuild make process propagate just
        fine to the configure script. In the latter case, not. So add AR and
        RANLIB assignments on the sub-make command line (to override values
        set in some of the nss makefiles), *and* make sure the sub-make
        exports AR and RANLIB.
        
        Change-Id: Ibd55bc8a7e001106e12b2207500e74c7bd01c73a

2013-06-26  Tor Lillqvist  <tml@iki.fi>  [c8238341068195827abefc0118a562b4956d5d56]

        Experiment with LTO for OS X and iOS, too
        
        With Clang, LTO means compiling to LLVM intermediate representation
        instead of object code, and optimisation and code generation at link
        time.
        
        As expected, linking the single executable for the iOS experimental
        app takes quite some time (several hours), and in fact it eventually
        fails. Hopefully better luck on OS X.
        
        Need to use xcrun to find the right ar and ranlib, too, from the
        Xcode toolchain being used.
        
        Change-Id: Iee69397c57bf1d622882ad78c188e1734f6cbd63

2013-06-26  Caolán McNamara  <caolanm@redhat.com>  [4d676f72bc0f1928be0e6bc2f272291f278dc95a]

        coverity#1038508 Use after free (USE_AFTER_FREE)
        
        ** CID 1038508: Use after free (USE_AFTER_FREE)
        ** CID 1038509: Use after free (USE_AFTER_FREE)
        ** CID 1038510: Use after free (USE_AFTER_FREE)
        
        Change-Id: I3a1422e252af415536d9303e58ff85763c231921

2013-06-26  Jason Hulme  <jsnhulme@gmail.com>  [fcae9bf3b14ef294c54751705d2532c6447b095a]

        fdo#31525 Dialogues now have an appropriate background in OSX
        
        The proper background is now set using HIThemeBackground.
        
        Change-Id: I71e4287273f7345a18eee4c4fc494eea10f2deb2
        Reviewed-on: https://gerrit.libreoffice.org/4287
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-06-26  Ariel Constenla-Haile  <arielch@apache.org>  [2250429dda5539466e2c3d1e33e555c4d66131e6]

        Related: #i121442# Add sed and cat as dependencies to odk
        
        (cherry picked from commit 0a78e6e85d8e921705b7ea90038f822d47fb58ab)
        
        Conflicts:
        	odk/cfgWin.js
        	odk/configure.pl
        	odk/docs/install.html
        	odk/setsdkenv_unix.sh.in
        	odk/setsdkenv_windows.template
        	odk/settings/std.mk
        
        Change-Id: Ie124ffbb857e796923981e13dc3116c7af341056

2013-06-26  Caolán McNamara  <caolanm@redhat.com>  [7a123cae332c99b047b3d6392b5df803d1aa2c79]

        boost::shared_dynamic_cast -> boost::dynamic_pointer_cast
        
        Change-Id: I2db39313de7df003b59a00a6d6a210f29c3a24ea

2013-06-26  Tor Lillqvist  <tml@iki.fi>  [96329b45a8b19beb84a67c13c8fbc0f96ac72d68]

        There is already the AddTempDevFont() in coretext
        
        Change-Id: I384e9d499eedbe87030417952bf057b16cf549d2

2013-06-26  Miklos Vajna  <vmiklos@suse.cz>  [351e8d77f95734f74474e45af060cb1450ea7961]

        Kill RTFDocumentImpl::getState()
        
        RTFParserState is private to RTFDocumentImpl, exposing it is not a good
        idea. One more step towards RTFTokenizer not speaking directly to
        RTFDocumentImpl, but through an interface.
        
        Change-Id: I3f626d4f2c560a20d9e24105459e95a66d0a87ca

2013-06-26  László Németh  <nemeth@numbertext.org>  [ee311c55c999a68aa677faac69b3462975ad05d4]

        fdo#66180 librelogo: clockwise HEADING
        
        Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220

2013-06-26  László Németh  <nemeth@numbertext.org>  [397c95b49dc29d480687c5a96e0e385964726e94]

        fdo#66180 librelogo: clockwise HEADING
        
        Change-Id: I1154b29119fd3fbb30d50246e94b3906bea24220

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [a80c7d5118454a60d4cd67448d567e1cb3f48f4e]

        Fix some idl descriptions
        
        Change-Id: Ia14bf30cf65ea5cbaa268b1461fc5c6d7acb702d

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [87bf4eaf526e0e2124c26f9f1ff3059f06423d58]

        Fix a pb in idl but 2 others remain
        
        Change-Id: Ide5c6562c9be947ac2e59c79493c021031c7203e

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [5470bea93e7047ef5742466246487e17813cf5ed]

        Fix idl descriptions
        
        Change-Id: I119cd010f6f54d428017ea59016b5fdd91c6d4da

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [3e58bf2cddb7d725f32d3f26c87e7417cd6e652a]

        Fix idl description
        
        Change-Id: Id853f17f973edfc5aa41843c99e77e4b86f27bf8

2013-06-25  Caolán McNamara  <caolanm@redhat.com>  [9102d2517007db3afa867a9902ca526153439eb5]

        Related: fdo#65716 title substitutions
        
        Change-Id: I1d9fe14cdfd77ef79089cdf9c20a876238862bae

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [87f5900d3a8b7bffd681e4fe4369ea86282a0c04]

        Fix idl description
        
        Change-Id: I604bb2eeac5b2b5285d80c5edef98b98b6c42f52

2013-06-25  Caolán McNamara  <caolanm@redhat.com>  [a85aed77e68f703db04e9f78625734c7551a9281]

        Resolves: fdo#65716 MACROLANG not substituted in title
        
        Change-Id: I1fa71a926e0df753a553f43aebaa201a13f74f95

2013-06-25  Caolán McNamara  <caolanm@redhat.com>  [61533b8c54077bf1aa203f503e271037b6553411]

        Resolves: fdo#65743 MovePara gets stuck on hidden para fields
        
        Change-Id: I03b26aaa9be491e760335185c5a9ffd5d04990bb

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [ffe5c9ce94234971a8c2081610842a2542f5cfb8]

        Fix idl throw part description
        
        Change-Id: I561674db910d60ee6ade230cfc48bee7f37c9107

2013-06-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [06cf194af710d82e441d9cfcc05ed44cffcb5c41]

        Avoid ID number clash.
        
        Change-Id: I7fbaad5ffc89e4df0d9ce79595e9e0426802e3cf

2013-06-25  Wang Lei  <leiw@apache.org>  [bd50bbe0c81a750b844f1c59ff3112fff6549704]

        Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not work.
        
        Patch by: Clarence GUO
        Review by: Wang Lei
        
        (cherry picked from commit 0f04f29fbc7c1f3700343304c01e8934b6dad45b)
        
        Conflicts:
        	sc/source/core/data/table3.cxx
        
        Change-Id: I7ffa7b82dc88b78982af2d5291f6c15b88a81c4c

2013-06-25  Michael Meeks  <michael.meeks@suse.com>  [26a45c1886d9167d8f9ae9aad6234a3702768d8a]

        cleanup options dialog, and add an option for formula grouping.
        
        Change-Id: I3cb19fb24028bc07d24b56786b6573dc79911bda

2013-06-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f9704bf73dfba50421132e5379165912a2779906]

        The horizontal cell iterator was *still* broken. Let's fix it again.
        
        And add a test for it.
        
        Change-Id: If76a67e02ac6ad5199d664850bd8591bd3032f32

2013-06-25  Luboš Luňák  <l.lunak@suse.cz>  [9aafef1baea2cbdd73fa0c1f0a33684ac9f35216]

        one more fix for mdds with msvc
        
        Change-Id: I49dfc1b3efcd00547764159fc9ce3dcc1339f7d2

2013-06-25  David Tardon  <dtardon@redhat.com>  [7a62a5c34a46715cb9d13c60f8423526c0625d1e]

        fdo#62119 fix copypasta
        
        Change-Id: I236b14822ae1852298ccd28aca9b54bc79a97312

2013-06-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [55599c4a1ece11d840c869db44e351468786916b]

        coverity #982634 and 5 other : Intentional fallthrough in cases
        
        Change-Id: Ie6cfcc32c1ff80dab0f9835524c89d40503f69f0
        Reviewed-on: https://gerrit.libreoffice.org/4498
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-06-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [aeea32af5651a3a288ac9127883e66009d751f6c]

        coverity : #984128 and 21 others : Uninitialized scalar field
        
        Change-Id: If801818c2efc8cdec651ff259243075abac41d20
        Reviewed-on: https://gerrit.libreoffice.org/4497
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-06-25  Luboš Luňák  <l.lunak@suse.cz>  [902a65ffb571fa69853440051765313b805ebad1]

        now that we detect msvc supports 'override', do not warn about it
        
        Change-Id: I127f6756bae786c41122174b615c607b2c3b7ec4

2013-06-25  Noel Power  <noel.power@suse.com>  [443c13e92c6f900a41e6e383684623ead3e088f5]

        fix text position for custom shapes with zoom != 100% fdo#59862
        
        custom shapes that had text suffered from strange display at zoom
        levels != 100%, this was because there was a bug in the code to
        correct the textposition
        
        Change-Id: I8d1817cc6be91b3e6379200eb21eb2966d3c2aa9

2013-06-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bc120d18144a78d42f9bbb017133e1da92e004ef]

        Another place where the same fix needs to be applied.
        
        Change-Id: I2d54fa4c39c28b815a051977715e1db672156957

2013-06-25  Miklos Vajna  <vmiklos@suse.cz>  [a8ee2ee7529900628b1c533d77c039618917bc97]

        fdo#66040 RTF import: initial groupshape support
        
        There are two cases here: if the shapes contain tables (or other
        Writer-specific features), we should use text frames and we should not
        create the actual group shape, as Writer textframes can't be part of
        such group shapes.  The other case is when the shapes contain simple
        text, OTOH there are groupshape-level transformations defined, in that
        case we should choose drawinglayer rectangles and actually create a
        group shape.
        
        This commit implements support for the first case only.
        
        Change-Id: I9dc99b0711ce5c7a29ea0b14539df0121f9de3d0

2013-06-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [92e6db6c98b06bffbe7be856ee16ee68f5f901c5]

        Try to help the Windows tinderbox.
        
        Change-Id: Ia3c6df80ff26ea00e91dd97841c4867bf0a55705

2013-06-25  Luboš Luňák  <l.lunak@suse.cz>  [3a06d98fdfc213c3216de92878cff9818427e57a]

        remove unused variable
        
        Change-Id: I5dd8dc9a3a256e51706d32249260f6561202bbc9

2013-06-25  Ciorba Edmond  <edmond_ciorba@yahoo.com>  [e5990a9dcd97c2231115eae83770f9e6e7e130e9]

        fdo#65456 - Provide visual clues in slidesorter for custom animation.
        
        Change-Id: I08666492fea76395fd24b0ebd02647821f49573d

2013-06-25  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [b2d9ebf1b95867f7df335b74f3e3c5328647f34a]

        add safety check for '_' if had been put in the end of the text
        
        Change-Id: I7fae615f644158c9e5137330daa4873ad4192fd5

2013-06-25  Michael Stahl  <mstahl@redhat.com>  [b8298f8e191d0bdfb558ec26607bc1ec7076a7f3]

        DocxAttributeOutput: -Werror=unused-macros, -Werror=sign-compare
        
        Change-Id: I9d75b0a625009d483467042584d2d2f89501cb96

2013-06-25  Noel Power  <noel.power@suse.com>  [90ffe25cdda7f7922ea7def4a5bf99ff1671b0d3]

        remove unwanted files added with ee51444ed1f7003dafc93c8181b5f8c1b0fd165b
        
        <sigh> added some files that were part of a patch that I was testing
        were not intended as part of commit
        
        Change-Id: I34ed7f55de28fa09739c0dd8d5084824de676477

2013-06-25  Noel Power  <noel.power@suse.com>  [69dcacedaccd1d698a54eed615ee8739747bc975]

        unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)
        
        expand the existing borders import check to cater for xlsx ( and
        testing for fine/hair border styles )
        
        Change-Id: Ic5c3cd46e0049dbce9997f0881c4d98e0d64e00c

2013-06-25  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [96456205067220cc73bffae6ae860dd120641660]

        Add Ignore-Diacritics to find toolbar for CTL fdo#52204
        
        Change-Id: I79cb4db1ec87258c45ddc786914b32f47e96acf5

2013-06-25  Caolán McNamara  <caolanm@redhat.com>  [59eee3c0a492e05c47e85cb53eeb25ad6bf0322a]

        coverity#1019312 check inflateInit return value
        
        Change-Id: I5ec18176291e128c79d3e51e39b8a42b17a27b30

2013-06-25  Caolán McNamara  <caolanm@redhat.com>  [e5b3a644437a4e74f85a197eb6a8c4a2d0f71e24]

        WaE: at higher debug levels
        
        Change-Id: I3a4c16995ac46bbb53923b9c47101826673cdded

2013-06-25  Jian Fang Zhang  <zhangjf@apache.org>  [2a51960c6ba81c2c0d9c17794c249f4b22441a07]

        Resolves: #i120677# prevent putting non singleton object...
        
        FrameworkHelper into SdGlobalResourceContainer
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit 939e2900d024c38866b5c6f020e547a5d720d291)
        
        Change-Id: Ic053c02b02add045e60bac5c7dd7d8e8c2752f0c

2013-06-25  Adam Co  <rattles2013@gmail.com>  [26d40686128e70916a636e20f5ccc5763bbb6cc8]

        fdo65400: fix for Character Shading being lost
        
        This bug fixes the DOCX import and export filters, adds a new property
        to the document model and updates the UNO API.
        There is no need to add layout \ UI updates, because in Word
        the only way to turn this on\off is using a simple button,
        and there is no way to control the shading color itself.
        However, ODF import \ export filters should be updated in a future
        commit.
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I1d34cec79289e38c08e42a4c6265d998e1edfdef
        Reviewed-on: https://gerrit.libreoffice.org/4452
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [b3962c92bfb8d14d908bfeb9142548e9686ee105]

        WaE: unused variable 'aText' [loplugin]
        
        Change-Id: I846030c5c7ad4e30e5286d1ee30130a397ad4daa

2013-06-25  Julien Nabet  <serval2412@yahoo.fr>  [692fa32997217d2357a5a6d36852090eb57ebeb8]

        Fix local var non initialized
        
        Change-Id: I096742a1849d7fc8310aac8addd18b15cc40fea3

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [bfe4ea0d11d3ca83eed00b71394072c6049d7566]

        WaE: private field 'mnIndex' is not used
        
        Change-Id: If8c9b4bf1041881bb8fb92c51e2bce22909147c5

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [022c54742e7997bf46a608f1ab0b500f2537f7f5]

        WaE: private field 'mrCells' is not used
        
        Change-Id: I0ab3fabb82c839f5194b0e20eb834dd86635a609

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [ab86388c85f085adfe1edfe21a8ee8500a68449f]

        WaE: private field 'mbDateTime' is not used
        
        Change-Id: I29967aa15b879cc96cccb686814e594526b200d5

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [a31cea1be6bcad3d823ebecd7456ecb76368ed10]

        WaE: implicit conversion of NULL constant to 'bool'
        
        Change-Id: I1cbfa318e75ac5c86c0c7d2dbc033601fec3d46c

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [88d953565b44ccc4b3c00e1d0e343a91cb879313]

        WaE: private field 'mrAttrs' is not used
        
        Change-Id: I3b87820eee8182e6c4b36d62acfe90cabd830c86

2013-06-25  Tor Lillqvist  <tml@iki.fi>  [3c87f574f7487d94f05cd95ac1cc26a4953dc6ec]

        WaE: unused variable 'itEnd'
        
        Change-Id: Idec79adce1f4bbb4003b3e8fb76a1f4a40fcc13f

2013-06-24  Arnaud Versini  <arnaud.versini@gmail.com>  [337225b36a2965cca532c73f02e9313149f73d80]

        Replace more characters functions with rtl/character.hxx
        
        Change-Id: I70f3c31e4b2f44d2b30020a588aaa53d3b63d452
        Reviewed-on: https://gerrit.libreoffice.org/4447
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Jelle van der Waa  <jelle@vdwaa.nl>  [126827b0fdc2277d728d57d4fe68b446fa2f7a08]

        fdo#43460 framework,i18npool,accessibility: use isEmpty()
        
        Change-Id: I4cd9841127b1d4a294d7f001b646259c61eb1172
        Reviewed-on: https://gerrit.libreoffice.org/4443
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Jelle van der Waa  <jelle@vdwaa.nl>  [51daa4de4fbb86903aeb9cdfefbb089e8d00c001]

        fdo#43460 sd,rsc,ucb,sdext: use isEmpty()
        
        Change-Id: I7a7a77c26b74078f7fc160fbaa1c8d4e912b844e
        Reviewed-on: https://gerrit.libreoffice.org/4442
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b692924a83937b8fab3215fcca154d1abd4a6c8]

        Temporarily disable failing tests. Will look into it later.
        
        Change-Id: Ib7585036116e8d370d6a689e4d9adae209024e6b

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4c99a427ee4adaeddb2682c192384bad21d9d09b]

        Fix incorrect merge.
        
        Change-Id: I1337413e1ee49b7d90671ac517dbb2bd918dbebf

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ec0080c40cfdb26896537f47a4c2e0439f9afdb1]

        Turn off column storage debugging.
        
        Change-Id: I5d88c94a9cf0bbd194c8c505de7cc34bb9e20500

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4347e3b15f10784b482544bd6324d3fcd4f0146c]

        Adjusted the patch against mdds 0.9.0.
        
        Change-Id: Ia68f49996d4d50142c04d35ef2babb321afc4b3f

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bb7d5ce2a8bd1dca51eb627aa2df811541053969]

        These patches are in the upstream.
        
        Change-Id: Ie5dc6b93fbcd65d7763fb9232a984236fb7bd745

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [878f46727d8bcf1f75d056d9270ef3e2fe0b9d88]

        Update internal mdds to 0.9.0.
        
        Change-Id: I2f299dd7244e7418959f82f94a56d8cc1749aaba

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [21a1bce4301d3d8de9702373c830d2e115223991]

        Use position objects for more efficient element value lookups.
        
        The underlying multi_type_vector didn't have the concept of position objects
        back when the matrix was reworked. It is now available, and there is no reason
        why we shouldn't use it to speed things up.
        
        Change-Id: Iac75a5584779c16e6eff7fcd577fc3d717c3c2e7

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2c92a92e2fa2503f0381b89f316f982eda580b6e]

        Prevent crash during on-line spell checking.
        
        The new ScHorizontalCellIterator internally uses iterators for each
        column to track positions. This means that, if a cell value in the iteration
        range chnages while the iteration is on-going, those internal iterators
        get invalidated. Allow the client code to rehash the iterators when modifying
        a cell content during iteration.
        
        Having said that, it's best not to modify cells during iteration.
        
        Change-Id: Ida453d4f883e1fbcbab4eb0401e37fea8c0b901d

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf02151987b19b12ca0be463732765bd35f54028]

        Fix my wrong logic in row info iteration.
        
        Align the array position of RowInfo by comparing its nRowNo value with
        the current row number.
        
        Change-Id: Idd26636cac0ba4ade1b538dd68580b469611da04

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e639e3068c30bb614c394466f41fa450ee8b2dbb]

        Make them officially non-copyable.
        
        Change-Id: Ie8f8c2227b35ffb81f902458ce1b0a732b430b53

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b1391232450af9e81079a2afe2173c422c8e9e3b]

        A little more cleanup.
        
        Remove CELLINFO macro, and rename nArrX and nArrY to nArrCol and nArrRow.
        
        Change-Id: Id105cfefc44e454be2df96a4084dee9185435fab

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [359f33c5d0d39c4fcc57cba199a0d5b9a66c8fb9]

        Rename parameter names for consistency.
        
        nCol and nRow are better than nX and nY etc.
        
        Change-Id: Ie92d4e2727a1100736610a3876721d61e8279b15

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9186ae043b7e8afa5730b9d70818360cdfef2201]

        Incorrect way to initialize a multi_type_vector.
        
        Change-Id: I5db7923be8444db8a0cb1a6766f967d731776535

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [92a78a052efcb3122932894fb446c62733daad42]

        Don't allow outside code to set text attributes.
        
        Also, use position() to update the value, to avoid performing position
        lookups twice (once for getting the current value, and once for setting
        the updated one).
        
        Change-Id: Iaa1575a4938b996266c01c8b3170e6a65b871961

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f188d659e8601e577f3a837c9dd3459761371ac]

        Avoid having formula cell directly update text attributes.
        
        This would cause column cell and text attribute arrays to go out of
        sync, because the formula cells may be stored and interpreted in places
        such as change track and conditional formatting.
        
        We still need to find a good way to mark text attributes "obsolete" when
        formula cells are re-calculated.
        
        Change-Id: Ida612806d3afec23c5ae501f2fc8cc7d52e019a8

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a522da4f3946006fd325d498845225b8a8836f2]

        Add more calls to CellStorageModified() when it's called for.
        
        Change-Id: Ib7a7abd82060b19f7911f1fef5ccccff5d850055

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33a417fc82ce3c5f1b3d435d912eb4b5afc52054]

        Remove unused method.
        
        Change-Id: Id49307f8b7050e1f95cd589421f01a85b4e992b2

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [91f7e9e02e72b46c881656a6b493fac276a6822b]

        Fix a bug in "find all" search, and a test to catch it in the future.
        
        Change-Id: I296d2dff65da55cc86e10a78eb9c768a924fcddd

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a39b8ce354bd42325ff61c07cfdc7a150d2925a]

        Turns out ScHorizontalIterator was still broken. Fix it for real.
        
        And a unit test to accompany the fix.
        
        Change-Id: I41e9451049d3c6ab7b3fd7904bcef3675979884c

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [66d3f24334e69e1655e83520950c59a0bda095a3]

        Make sure to set the cloned formula cells dirty during undo / redo.
        
        This fixes the last failed unit test from ucalc.
        
        Change-Id: I37a79e444084397629cac77e2137377cd555a89c

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a1c5aba7640416c78501116dd42d12e74fe4734]

        Fix ScCellIterator, which also fixes matrix handling in the formula engine.
        
        This one alone fixes 2 unit test failures.
        
        Change-Id: I3392f4567888447d867ed29f7ecda2474fae1547

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df90b9eaa16a52d076658ffc2fd1f65f12d1a622]

        Add Dump() method to ScMatrix, which is useful when debugging.
        
        Change-Id: I45e6c28b58a03782814ef1089b49a52b873573a6

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [57538e5f5002ecc2df95087244cb0431867c443e]

        Update references on all cells.
        
        Passed row range is the range of moved cells, not the range of cells
        to update.
        
        This alone fixes 3 unit tests.
        
        Change-Id: I4cb154879c6c33bc277bc2ab136f7580c35e479e

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3b91687590f08438b5a5d4eec72e634b11a8589]

        Fix the horizontal cell iterator.
        
        I got its logic totally wrong. Now it works.
        
        Change-Id: I79e556da19c7c0b0d8cecbb4875d6d21d5ec4208

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a5ea9ee0ba2b38d1810828a9fdf884d9b0fd198]

        Same fix for fill series & some cleanup.
        
        Change-Id: I2f741305ac64c221c5af8ab99f3ddff0ce56f458

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [458df361e0761651b6d17f4fb730f996243bc9f3]

        We need to clone the source cell value to prevent crash.
        
        If we don't clone this, the original string value would become invalid
        after the first insertion, which may cause a reallocation of the array
        that stores the cell.
        
        Change-Id: I5b1bb5f378ed5503169fce75fcbc7aeb85c5ed6e

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3b0c069c9a157c4cd9ec5636c776115af6d9664f]

        Don't forget to return true if we are successful.
        
        Else we'd never get out of this inifite loop....
        
        Change-Id: I96e072eb79cce77302b27cad42da31f9a66c3401

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b6a6a26698cb56a194c7c99b0ad267e60e3a05d5]

        Have the clone handler handle the text attr array as well.
        
        In order to handle the special case of cell removal.
        
        Change-Id: I7782232ce0fe6c0248c40482ec62d909d2dfe621

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [65be1e27254ff1292b3593af42fbfb0235c26fcd]

        Use template functions to remove these duplicate code blocks.
        
        Change-Id: Ica293362fefbe1d8492bdda88dd1a09e4f16c1e6

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ea53929245eb496d6954ab266636978653f1784]

        When deleting cells, be sure to delete the corresponding cell attrs as well.
        
        The cell and cell attr arrays must - be - in - sync - at - all - times.
        
        Change-Id: I2854c977eada389e5b9d908b97dd3fa78fc62097

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fe76b401760e0b31095d0a4d7e877aeee1624dc]

        Don't bail out on good condition.
        
        It's a good thing to have found a table to work on.
        
        Change-Id: I9b42ebb20041756b6086490dac4264d17369f83f

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb4a47887df282196c9aa529269d5115306813c1]

        Leave the RowInfo's for empty cells unfilled.
        
        Else empty cell regions would get skipped and the non-empty cells
        would get displayed at incorrect row positions.
        
        Change-Id: Ica8d1c654458e0ea508e8f00846180d89bfe8804

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3b3b0c04385851f120dc26d26e40f0d1c6344274]

        Fix a bug in the find area position code for the upward direction.
        
        And a test to catch it.
        
        Change-Id: I7582b5bca5309f247b44e8cbaa29feda838e6d99

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [341a4c87e977a2fd3948de6eaa647be4b32e6ebc]

        Compiler warnings.
        
        Change-Id: I79b8370429bccaf8467a5c87ee5b68b643fb2f75

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [76ca1529edb9afdb1838ab9a9e01fa231148c1d8]

        Remove these file entries.
        
        Change-Id: I00c6e996d2a533c2434df152752a09edee9a3fa5

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b252f30267d043522ff2cbf2bf42275bb7a6ec6]

        Put ScBaseCell, ScValueCell, ScStringCell, ScEditCell to eternal rest.
        
        You had your day. Now it's time for us to part ways.
        
        Change-Id: I4bd5797adf2091387cacaf6474069c3f9f20c134

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dabeb3d643c0ebd2cb7fdce333d0e6248b1488ad]

        Move ScEditDataArray out of cell.?xx and into its own files.
        
        Change-Id: I107cec7d70f4d00ff52cb071d69a615fbab8d9f2

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dcf04c58456d8285bdcaa2921b6c08d48e09dab3]

        CELLTYPE_DESTROYED no longer relevant. Chuck it.
        
        Change-Id: Ie56cf8dc87eebd801cdb68ce70ffae7bcd16e4d7

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [46419cd7a2d453c6f252c28dfb9dbfb08605e1c4]

        ScFormulaCell is no longer a child class of ScBaseCell.
        
        Change-Id: Id33072f193045e2eaf51373b47dac803f9a5d52c

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c008dc483f8c6840803983e7e351cec6fdd32070]

        Switch to using multi_type_vector for cell storage.
        
        The old style cell storage is no more.  Currently the code is buildable,
        but crashes during unit test.
        
        Change-Id: Ie688e22e95c7fb02b9e97b23df0fc1883a97945f

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [75dec25730c88bdb8eb5e2a3f92689460fa89d29]

        Add new cell container to ScColumn.
        
        Now the lengthy process of converting the cell storage begins...
        
        Change-Id: Ife89547923c73f70f9cf1035a64f8006744bbfce

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e9c5eb60d53204261c7937108bd53e86e46fc2f3]

        Re-org the headers a bit. In column?.cxx, column.hxx must be the first.
        
        Change-Id: I5014c06a8dd8335b5dd5c127f86a59331d54af88

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [77ec47356025de4e46f48f94629f896349b0a8e5]

        Reduce dependency on mtvelements.hxx header.
        
        Because that header includes lots of template definitions which would
        undoubtedly slow down compilation speed.
        
        Change-Id: Ifdd686a250d341a7a6877cca41f042f8dfdbbaf9

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c7bdee8dbd1cf260a8513a0d31b36f90daa70f1c]

        Define block types for string, edit text and formula cell elements.
        
        Also, remove the custom_ prefix from block names.
        
        Change-Id: If3dfdbdacc2d0113fa8d631bec7a914b51668115

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ac84ffb3c90bb5788608eadf2177f587021daaad]

        Remove unnecessary debug outputs that would slow down perf tests.
        
        Change-Id: I221c5ffd2614b547a1d8ea0fab8794e468a1df7e

2013-06-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f657ac9e7f0a078a31d9abfb0f1609d84abc0ffe]

        Turn on the perf test again. Will turn it off before merging.
        
        Change-Id: If93a2b7830a15a85b7c89daee462378cc244c690

2013-06-24  Noel Power  <noel.power@suse.com>  [ee51444ed1f7003dafc93c8181b5f8c1b0fd165b]

        fix borders unit test ( test values have changed )
        
        Change-Id: I1205eddf83781bef655abe4a1293c691bc5f1c41

2013-06-24  Noel Power  <noel.power@suse.com>  [1680a8cd4f4393ec15c4f85cb63b6654117d56d1]

        fix hair & fine cell border export ( followon fix fdo#56960 )
        
        1) align excel binary and oox import filter border thickness values
        2) use new fine-dash border style
        3) detect & determine hair vrs fine borderline on export
        
        Change-Id: Ieb024bc6f4bfc87c525082c7b9a1f3c444f5c5ca

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [3d4603e641daf75916648a3e3f1d8f60232efc9d]

        fix typo in higher debug level code
        
        Change-Id: I2e30bc94c78dcc4cfb26d5fbde4441fa9f9513f6

2013-06-24  Rene Engelhard  <rene@debian.org>  [40cd5e8f3a390e6d5f69a6045263b1e4554fee11]

        bin/lo-xlate-lang: fix typo: s/kazahk/kazakh/
        
        Change-Id: I15030064d7b3d380a1b62866019e4f9b6177c180

2013-06-24  Michael Stahl  <mstahl@redhat.com>  [38dcfadda85058a0ee87292c8943aec82e34b81e]

        fdo#58029: replace quadratic child window loop with linear
        
        ... which should speed things up without introducing problems.
        
        (Window::GetChild(n) is inefficient because the children are a linked
        list)
        
        Change-Id: I343d51a6866c5014cbca4c256b0c15f938958c39

2013-06-24  Michael Stahl  <mstahl@redhat.com>  [f022f39638fbe970f1b839c757dcccd3baa69445]

        fdo#60444: Revert "fdo#58029 - substantially accelerate re-rendering..."
        
        This reverts commit 6c98ad71478cb72b51634b32d6e553ccaec30190.
        
        This breaks selection of transparent form controls (fdo#60444), because
        the Update method is not called on the children.
        
        Change-Id: Id0b6a34a15aa1ed7bd5aa0d7b5626e60bee57e30

2013-06-24  Michael Stahl  <mstahl@redhat.com>  [cfa994ccbd6ee681f5ab3648ce068c4881b495f5]

        fdo#43765, fdo#57884, fdo#58052, fdo#63949: disappearing form controls
        
        Transparent form controls in Writer may not be painted properly, if
        painted from ViewShell::ImplUnlockPaint(true), called from
        SwLayIdle::SwLayIdle.
        
        The problem is that SdrPaintWindow::OutputPreRenderDevice will paint
        the background of the transparent form controls (thus over-painting the
        controls), so it has to be followed by painting the controls themselves.
        
        Change-Id: Icda4ad835a398bbd50139be32ff5014a34f23bd5

2013-06-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [52066e4726436cb560098856af2d6f976199f5f4]

        coverity#706154 : Destination buffer too small
        
        Change-Id: I27bc8803353047a057caaf2353f10cdab08e81e9

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [7ec6baba68aba6a66d161e545f0f7808f57ff011]

        Resolves: fdo#66042 get the bounds of the current grapheme
        
        Change-Id: I5b1808d74f0a1dd0d8b6ea22136e574c0a6e8e2a

2013-06-24  Armin Le Grand  <alg@apache.org>  [91b8728108193706e142c25903c0dcd4ea8b0b21]

        Resolves: #i120020# corrected paragraph merge...
        
        corresponding undo and ownership of linked undo actions
        
        (cherry picked from commit e58fe7afee5163833479b76a474416a77d95f075)
        
        Conflicts:
        	editeng/source/editeng/impedit2.cxx
        	sc/source/ui/undo/undobase.cxx
        	sc/source/ui/undo/undodraw.cxx
        	svl/inc/svl/undo.hxx
        
        Change-Id: I6672990558a496dfc692554437897d013e258f40

2013-06-24  Tor Lillqvist  <tml@iki.fi>  [b139f6fedfcf3cbed0eadeb007e2155b576413d2]

        Remove leftover debugging printf
        
        Besides, it caused a WaE: format '%d' expects argument of type 'int', but
        argument 3 has type 'sal_Int32 {aka long int}'
        
        Change-Id: Ib0360816e7d0a4829aff4267aa922269950d520c

2013-06-24  Tor Lillqvist  <tml@iki.fi>  [7552edf94052784962de58229c9c844bf345b55a]

        Fix typo in Emacs mode line
        
        Change-Id: I882a24a665a721420c8ec99288f399abf4fdbca1

2013-06-24  Akash Shetye  <shetyeakash@gmail.com>  [c13daee32de1be4b96d6a948cfca4aa0bdf8c4db]

        fdo#51296 Helptext added for hyperlinks, hlinks behave as in writer
        
        Added prefixed of "ctrl+click to open hyperlink" to hlinks depending on the security setting. Now clicking links behave as in writer.
        
        Change-Id: I87d0fecb6268463cd99478b70eb081ed958976be
        Reviewed-on: https://gerrit.libreoffice.org/4051
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [669ad519902e21e0cb3537fb7e203987f75a4077]

        colliding SID_SVX_START based ids
        
        Change-Id: I6eba0b0c2291a71ebe683b23a0af400010d5b5d8

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [9495e912797f67897a4a658d20137bb94f39e9ab]

        Resolves: fdo#66105 set max growth width for labels/edits which take paths
        
        Change-Id: I12220821f76550baacdc8ce604f2e612d260c1a1

2013-06-24  Jelle van der Waa  <jelle@vdwaa.nl>  [97f71c5f8be85f47d7978259a2d82708412043fd]

        fdo#43460 svl: use isEmpty()
        
        Change-Id: I441842c7514a27baea8ce5c0e7381dcf81892d6a
        Reviewed-on: https://gerrit.libreoffice.org/4441
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-24  Miklos Vajna  <vmiklos@suse.cz>  [ddddfe8d6ffa05c467bddb3480e43d7043a3d3c9]

        bnc#823655 fix RTF import of freeform shape coordinates
        
        E.g. 0,1 was imported as 1,0, as we did not differentiate between not
        having the coordinate yet and having it as zero.
        
        Change-Id: Ia5fbbcc791dc9c6866ffd4c146793690661d81b4

2013-06-24  Stephan Bergmann  <sbergman@redhat.com>  [d07cbe86f34ca6dfc6580b63879235c339831a5e]

        fdo#65541: Proper EPM %requires dependencies, at least for Linux
        
        At least for Linux RPM, the packages built via EPM in module instset_native
        (with --enable-epm) record intra-installation-set dependencies only by name but
        without any version numbers, so that one can e.g. freely ask rpm to install a
        (broken) combination of packages from LibreOffice_4.0.2_Linux_x86-64_rpm.tar.gz
        and LibreOffice_4.0.3_Linux_x86-64_rpm.tar.gz.
        
        The documentation for EPM (e.g., workdir/*/UnpackedTarball/epm/doc/epm-
        manual.pdf) states that %requires lines can optionally indicate lower and upper
        version numbers, so the easiest fix appears to be to augment all relevant
        "requires =" lines in setup_native/source/packinfo/packinfo_*.txt with lower ==
        upper == %PACKAGEVERSION.  (There appears to be some confusion in those files
        between %PACKAGEVERSION and %ABOUTBOXPRODUCTVERSION, but those seem to always
        get identical values in instsetoo_native/util/openoffice.lst.in.)
        
        Change-Id: Iea68beb19f1699cc1eea3dc36fd2f11b8845e390
        TODO: The freebsdrequires and solarisrequires lines are not updated.
        Reviewed-on: https://gerrit.libreoffice.org/4344
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ac84ff884b491df4631d78b3c4ba74eddb0b1a5]

        coverity#705766 Resource leak
        
        Change-Id: I14ca19f33dd57ed1a4a52a8a02f213bada79c20c
        Reviewed-on: https://gerrit.libreoffice.org/4409
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [37e1d7a0df85530f6a67adfda76d2c06e05b569e]

        coverity#705765: Resource leak
        
        Change-Id: Ibf9d4716e5c5929fe47c836812879f815aa78d6c
        Reviewed-on: https://gerrit.libreoffice.org/4408
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Mark Wielaard  <mark@klomp.org>  [cf003b228efc9d95d85fafceb7095e85c882277c]

        Robustify GraphicDescriptor::ImpDetect* reading SvStream.
        
        The >>operator of SvStream doesn't initialize a variable if the stream
        is faulty. So initialize the variables before usage to prevent accidental
        matches. Also explicitly check stream status in while loop to prevent
        looping on eof or error.
        
        Change-Id: I21c0acc1c9217b4523c593cbcef5718f4cdc7597
        Reviewed-on: https://gerrit.libreoffice.org/4469
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  Noel Power  <noel.power@suse.com>  [732640c353b39cff7a9d5b5906f8975102cbed11]

        fix for bnc#823935
        
        window network drive urls on import get internall converted to SMB
        (so it appears anyway) when exported the file:/// that was on
        the target ( in the relId ) for the hyperlink is dropped. Apparently
        the scheme isn't necessary for the binary import. If one of these
        strange 'detected as smb' window shares are exported make sure we
        add the file:///
        (cherry picked from commit 8e33e95500c2f5edc91e853024a5c0fff285fcce)
        
        Change-Id: Id62e1f4845bfbc610f73499881dc33d3d955923b

2013-06-24  Mark Wielaard  <mark@klomp.org>  [e4e9768e43b9c435036a0f0f3446688c9a5b8375]

        Fix memory leak in SwTOXBaseSection::GenerateText.
        
        Delete LinkStruct created in TOKEN_LINK_END case after copying contents.
        
        Change-Id: I294009ad62756996cf840ebf56b28d79dfd6e2f3
        Reviewed-on: https://gerrit.libreoffice.org/4470
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-24  David Tardon  <dtardon@redhat.com>  [e3a8e4f221fca5f67f4d6caf17f3bec39b13e3d5]

        convert the right number of elements
        
        Change-Id: I375d03ad880d348be64a04613e612e19bf2f4e1c

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [f13f9b5cc5267a7a5606b1a89db91b6d7aef5f9c]

        various .xcus are gone now
        
        Change-Id: Ia9596b15b45ae16bab7f1904f6b1cb31ba3d87a8

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [af572d9fbb744c9691abe465815d7927a9d11510]

        Related: #i121577# Allow setting toolbar name in Addons.xcu
        
        (cherry picked from commit 96cd87ec89e5ebe9d174c90b0f2cab96b3772732)
        
        Conflicts:
        	odk/examples/cpp/complextoolbarcontrols/CalcWindowState.xcu
        	odk/examples/cpp/complextoolbarcontrols/WriterWindowState.xcu
        	odk/examples/java/Inspector/Inspector.java
        
        Change-Id: I6a0c1a657c6084df4efd8e150dc252155b32ba0b

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [85f072ef33ef47b5e3e0bcd51acb5c4179cde2c2]

        Resolves: #i121577# Allow setting toolbar name in Addons.xcu
        
        (cherry picked from commit 37894067213a63c51c7a73083d7b0ace5f5c40da)
        
        Conflicts:
        	framework/inc/framework/addonsoptions.hxx
        	framework/source/fwe/classes/addonsoptions.cxx
        	framework/source/layoutmanager/toolbarlayoutmanager.cxx
        	officecfg/registry/schema/org/openoffice/Office/Addons.xcs
        
        Change-Id: Icc8ed1bb5ac2cfecd6c03c53c137c503dc78bc66

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [f97ca6f65182efc6542c53ac5e973b3ff398a5d1]

        Resolves: #i116455# Make toolbar style settings persistent
        
        (cherry picked from commit fff79c8807c5b174507888a8e393f2605b28ea29)
        
        Conflicts:
        	framework/source/layoutmanager/toolbarlayoutmanager.cxx
        
        Change-Id: I25bfff7116c04aa6e40a062ce465960e50f68f7c

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [2f3e79ee907f6e483d8886984f262fd1763adccc]

        Resolves: #i122401# framework::NewToolbarController needs...
        
        early initialization of its PopupMenu
        
        (cherry picked from commit 5149ad822bb66cca9561b7c181c6c2279affc29a)
        
        Conflicts:
        	framework/inc/uielement/popuptoolbarcontroller.hxx
        	framework/source/uielement/popuptoolbarcontroller.cxx
        
        Change-Id: I619fe7b86a19b146079792a73a50d23682d04a3c

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [6b6ebeeaf94e1db3c90cfe3921ea6c956570a0c5]

        svx::ExtrusionDepthController is a ToolbarController
        
        This class is dereived from svt::PopupWindowController, derived in turn from
        svt::ToolboxController, the base class of all css.frame.ToolbarController's.
        Adapt getSupportedServiceNames() and the passive component registration to
        reflect that fact.
        
        (cherry picked from commit e0f9eb4cc5d2ea676a899c4cbecb97264a31fef3)
        
        Conflicts:
        	svx/source/tbxctrls/extrusioncontrols.cxx
        
        Change-Id: I866c1dc43d31dc269ec72890041b87292b02b2f9

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [53ef9fa167cc68969cdc953b4c0b9ad339f2d27e]

        Remove dbaui::OStatusbarController
        
        It actually does not override any method in svt::StatusbarController, so there
        is no point in keeping it
        
        (cherry picked from commit 83bf5a7b85a0e3430cc807415e081a10a1775f9f)
        
        Conflicts:
        	dbaccess/source/ui/control/makefile.mk
        	dbaccess/source/ui/control/statusbarontroller.cxx
        	dbaccess/source/ui/inc/statusbarontroller.hxx
        
        Change-Id: Id6adc11c3a54f642ebdec9c6016996134908da71

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [57207cab004cb78c3fa6d9ed43cc4bf81f4e6981]

        Add missing copy&paste of SfxAppToolBoxControl_Impl::Select
        
        (cherry picked from commit 47204c74d9e52f54f6983af19b66af2a96b42e61)
        
        Conflicts:
        	framework/inc/uielement/popuptoolbarcontroller.hxx
        	svtools/inc/svtools/toolboxcontroller.hxx
        
        Change-Id: I304d17c662450f29eeffb17f576b418986f3fb0a

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [a1748501d81425d26d09509eec2fd141f2f28f05]

        Kill SfxAppToolBoxControl_Impl
        
        (cherry picked from commit 273121f8d7e277e35c8e5a8aad46ef0c103ebc03)
        
        Conflicts:
        	sfx2/inc/sfx2/mnuitem.hxx
        	sfx2/inc/sfx2/tbxctrl.hxx
        	sfx2/source/appl/appreg.cxx
        	sfx2/source/menu/mnuitem.cxx
        	sfx2/source/toolbox/tbxitem.cxx
        
        Change-Id: I6d0750d89ad009f82c5552d971537b78e45426f2
        
        Silence warning C4706
        
        (cherry picked from commit 0b373b3e4c45d09c40a8949e9366adb9b991de4b)
        
        Change-Id: Id497469eba8288565145c47c84b7938a1316c21a

2013-06-24  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [a089ed2bf90fdb293c8502e4ab47cbbe027234f8]

        Better approach for solving fdo#52204
        
        Change-Id: Iada36661abaef0363688a186f0542f62dfb1455c

2013-06-24  Adam Co  <rattles2013@gmail.com>  [6edcfde748604863dba40e982effab38d0cb0589]

        fdo#56679, fdo#65710 : fix for import and export of underline color
        
        Change-Id: Ifc45900d73802ef99c55d7af4ee04314dd04f1c5
        Reviewed-on: https://gerrit.libreoffice.org/4459
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-24  Ariel Constenla-Haile  <arielch@apache.org>  [a659ac906aa2d0dfd6d10e40d8a5a6d2d70cc8fc]

        framework::PopupMenuController clean-up
        
        Changed the name, it is not a PopupMenuController, but a ToolbarController that
        shows a PopupMenu filled at runtime by a PopupMenuController
        
        Make it a base class for other ToolbarController components, there is no sense
        to make it a component by itself
        
        Use this base class for three new pure UNO ToolbarController's
        
        (cherry picked from commit 9d1015051c92900def3d465d2eb8bf179f19a398)
        
        Conflicts:
        	framework/Library_fwk.mk
        	framework/inc/uielement/popupmenucontroller.hxx
        	framework/source/uielement/popupmenucontroller.cxx
        	officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
        
        Change-Id: I2f5ec06df098d65ffaa17a8f7f6f3ea8774b43c3

2013-06-24  Noel Grandin  <noel@peralex.com>  [44b2fb6164aeffcc0c5bfbf53dac12f7b53fb0d4]

        fix exception in DbGridColumn::impl_toggleScriptManager_nothrow
        
        The messages would look like this:
          warn:legacy.osl:28639:1:svx/source/fmcomp/gridcell.cxx:255: caught an exception!
        
        I introduced this bug in commit 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37
        "Use the new type-checking Reference constructor to reduce code noise"
        
        Change-Id: I922d46f7c7eefbc12892a2525b30dcb798619a8b

2013-06-24  Jelle van der Waa  <jelle@vdwaa.nl>  [34f50399f1bc896849a0e3fc3598ab1225d760c5]

        fdo#43460 shell,vcl,xmlreader: use isEmpty()
        
        Change-Id: Ie3d16da6c246b79c4c304b21476f84b2788f0d6e
        Reviewed-on: https://gerrit.libreoffice.org/4444
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-06-24  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [64245c108aec557f62c254486aa354382bd445ce]

        fdo#52204 add more diacritics for Arabic
        
        Change-Id: I916eb34b127699ea3251e92f4d7b705347ae5cba

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [9191f3a7f1d266711f518758549b27a1a51a0d1d]

        remove XPopupMenuExtended from pch
        
        Change-Id: Id36e374baa1e90cfb5aff9841cf3a1894385a47e

2013-06-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [265cc578b0a27c44fda115407d841aa821384b71]

        Add another fallback-path for wilangid.vbs
        
        on Windows Server 2012, it ends up in
        c:/Program Files (x86)/Windows Kits/8.0/bin/x86/wilangid.vbs and
        c:/Program Files (x86)/Windows Kits/8.0/bin/x64/wilangid.vbs
        (files are identical)
        No full-blown configure check is needed IMHO, since that stuff is part
        of a bigger install, and not installed separately.
        AFAICT it is only used when building the translated installsets
        
        Change-Id: I1238717bb08635848bb4c54bf4f6b4049e0bc777
        Reviewed-on: https://gerrit.libreoffice.org/4468
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-06-24  Caolán McNamara  <caolanm@redhat.com>  [c639c0931c3fed566df0a6fb3ec68d2c9884d2d4]

        blasted pch includes
        
        Change-Id: I2a518445dfd06086cbd1acaece45a3ed9de0ce7b

2013-06-23  Ariel Constenla-Haile  <arielch@apache.org>  [ae57695241d41022f4559601addbedea36b88f37]

        Resolves: #i121947# Default User-Agent
        
        (cherry picked from commit 339d75d9c99462d63234845031f24a42e7ffdd27)
        
        Conflicts:
        	ucb/source/ucp/webdav/DAVResourceAccess.cxx
        	ucb/source/ucp/webdav/makefile.mk
        
        Change-Id: Ie74275cfa9953fdc4fa0801224909efbcecab3a9

2013-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5aaa9a0ade0fb5edbeed40ad9bfaef3139094631]

        fix the test case
        
        The old content did not make any sense.
        
        Change-Id: I1a593f88f1628db0c9b60d399909820d4dd2b3db

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [214e1c17e712cc5d27743c5f8e9d5f05c14ee8bd]

        Complain about too old doxygen only when there is one
        
        Change-Id: I6c460375945eac8dccddca196f67b8d224e0d34e

2013-06-23  Andras Timar  <atimar@suse.com>  [88c1756f1714af773129514d44c84cb7dbd7ee18]

        ExtendedColorScheme.xcu is localizable
        
        Change-Id: I566f50761478b9e18a47a460834258902a905b82

2013-06-23  Ariel Constenla-Haile  <arielch@apache.org>  [9052caae53ef6ec7eeab20f1ac56bd6310b4451b]

        Resolves: #i121542# Unify the Menu API
        
        (cherry picked from commit 399946b82f5efec19cd82d1c320d5aa9295d235d)
        
        Conflicts:
        	chart2/source/controller/main/ChartController_Window.cxx
        	framework/source/uielement/langselectionmenucontroller.cxx
        	framework/source/uielement/popupmenucontroller.cxx
        	framework/source/uielement/recentfilesmenucontroller.cxx
        	framework/source/uielement/toolbarsmenucontroller.cxx
        	odk/examples/DevelopersGuide/GUI/UnoMenu.java
        	odk/examples/DevelopersGuide/GUI/UnoMenu2.java
        	odk/examples/cpp/StatusbarController/SelectionModeStatusbarController/SelectionModeStatusbarController.cxx
        	offapi/com/sun/star/awt/MenuBar.idl
        	offapi/com/sun/star/awt/MenuEvent.idl
        	offapi/com/sun/star/awt/MenuItemStyle.idl
        	offapi/com/sun/star/awt/MenuItemType.idl
        	offapi/com/sun/star/awt/MenuLogo.idl
        	offapi/com/sun/star/awt/PopupMenu.idl
        	offapi/com/sun/star/awt/PopupMenuDirection.idl
        	offapi/com/sun/star/awt/XMenu.idl
        	offapi/com/sun/star/awt/XMenuBar.idl
        	offapi/com/sun/star/awt/XMenuBarExtended.idl
        	offapi/com/sun/star/awt/XMenuExtended.idl
        	offapi/com/sun/star/awt/XMenuExtended2.idl
        	offapi/com/sun/star/awt/XMenuListener.idl
        	offapi/com/sun/star/awt/XPopupMenu.idl
        	offapi/com/sun/star/awt/XPopupMenuExtended.idl
        	offapi/com/sun/star/awt/makefile.mk
        	offapi/type_reference/types.rdb
        	svtools/inc/svtools/popupmenucontrollerbase.hxx
        	svtools/source/uno/popupmenucontrollerbase.cxx
        	svx/source/tbxctrls/extrusioncontrols.cxx
        	toolkit/inc/pch/precompiled_toolkit.hxx
        	toolkit/inc/toolkit/awt/vclxmenu.hxx
        	toolkit/inc/toolkit/helper/listenermultiplexer.hxx
        	toolkit/source/awt/vclxmenu.cxx
        
        Change-Id: I3d9a1e109b9ff35901a3075b44a4c27e7c12b5c7
        
        Related: #i121542# css::awt::XPopupMenu::execute() needs a Rectangle
        
        (cherry picked from commit c01a6f4f370b72f0751cf4f5c11310682e2b3248)
        
        Conflicts:
        	odk/examples/DevelopersGuide/GUI/UnoMenu2.java
        	offapi/type_reference/types.rdb
        	toolkit/inc/toolkit/awt/vclxmenu.hxx
        
        Change-Id: I2cccc95086fe3d1522d03346e3c577fb2f21f621

2013-06-23  Ariel Constenla-Haile  <arielch@apache.org>  [1a07be5dbcd6010cd5f9a4b71c2a7648974bd6ba]

        Resolves: #i122317# Mark API name as not localizable
        
        (cherry picked from commit 9f65bceb5d3e43619b929d17e5f4aa4387a70eb5)
        
        Change-Id: I5b80f23ebf9ee08daab3be74f3c597a9cc302973

2013-06-23  Caolán McNamara  <caolanm@redhat.com>  [fd240ba81b317a54fc4512aaec33650cd7a30e29]

        Resolves: rhbz#976304 gallery elements may not support document.Settings
        
        so the createInstance throws, so the element doesn't get inserted into
        the documents.
        
        regression since f0cd6fe9075cd0aa00162474784ad804a07ed138
        
        Change-Id: Ie6cef7a4f0d5ac8a34d41139c3439fc04e9c7f20

2013-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f0b5770790dfcb408d169df1265546d6e8e3ece]

        we don't need this hack without inherited number formats, fdo#66076
        
        Change-Id: If315ce28a4182019002141c7330475e0843f9a40

2013-06-23  Tor Lillqvist  <tml@iki.fi>  [b9a07c37557b70ff6df39798d64ce79c1e59d492]

        Fix linking error of app for iOS in optimized build
        
        ShowLockedDocumentDialog uses the DocumentLockFile API which is not
        compiled for non-desktop OSes (see svl/Library_svl.mk). This leads to
        an undefined reference to svt::DocumentLockFile::m_bAllowInteraction.
        As ShowLockedDocumentDialog isn't used anyway without
        HAVE_FEATURE_MULTIUSER_ENVIRONMENT, put it inside such an #if, too.
        
        Thanks to Tsahi Glik <tsahi.glik@cloudon.com> for noticing.
        
        Change-Id: I45d2179395b44709c52ab1871866a2bd5720c8b6

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [e2d9138ce03d4f330e0737396b75871cab6ca5d2]

        make "gcc -Werror" happy
        
        Change-Id: I6dd1bf6b4535bb956cb7e85908312d52749a6f2b

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [f76cedf1d61da5fcca788864fe659c4157534696]

        Data-aware ListBox: fix case ListSourceType==TableFields
        
        Change-Id: I9a89374fd1cc56c8185753f5959275a0a2d841ff

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [4e317158dd262900447eb82846b8b14a567ca298]

        ListBox: when LISTSOURCETYPE changes, need to (un)lock BOUNDCOLUMN
        
        Change-Id: If83073ec19c1389bf87fc154fa0ae83fd5bd1f3a

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [8e824b11b694ceaaf28ff87b5e363387ee5bb5b4]

        Don't second-guess the database
        
        If it gives us a NULL as bound value,
        use it, even if the underlying column
        has constraint NOT NULL.
        
        This can happen e.g. in OUTER JOIN,
        with UNION, ...
        
        Change-Id: I1fc0d9366764b90e0cdb443cd34c32b52f059e0b

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [d8eafdafe0a86c2fb83855852a12703366b3914e]

        Data-aware ListBox: use entry for NULL if the *bound* value is NULL
        
        as opposed to when the display string is empty.
        
        Change-Id: I802955404d2d8d5c91b3fd1633e34be7ef4f0b82

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [157a9da9340c5b03c598c29aa2a1fe5c709c66f3]

        Use unsigned values in m_a(Converted)BoundValues
        
        Values that come from the database are always signed
        (we inherit that from sdbc that inherits that from jdbc
         that inherits that from Java's type system that does not have unsigned values)
        So when using unsigned values, they always operator==-compare false!
        
        Change-Id: I604b04afa23ede835c1f3db1f8c1bdeafbfba7ea

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [2d432035a82731163ce4c2a72f228e2c98c9f8f2]

        enhance comment
        
        Change-Id: I897a59d10a903bfe303b1ac059f19b6dcc686616

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [2a2b900544cac3b2f2c915b76872bf3c1c050f84]

        avoid initialise-then-reset
        
        Directly construct as unitialised
        
        Change-Id: I66aa4f5a5f5ed2c1d5bf0cb8083e1968ef776bf7

2013-06-23  Lionel Elie Mamane  <lionel@mamane.lu>  [87c50e75633f31b54bfa1758cc0921ac53c6b418]

        fdo#66002 correct error introduced by "AppendAscii cleanup"
        
        This reverts
        fix endless loop error: 865b5caf6e2256e06f46a39a86d67f03408718a9
        which was a partial revert of
        AppendAscii cleanup: b7df3446c373a93dc5b77b495a54d873d83a91a7
        
        AND fixes the original error in "AppendAscii cleanup".
        
        Change-Id: Ida29af046b277170388e4945c0cdb4ec6116be98

2013-06-23  David Ostrovsky  <david@ostrovsky.org>  [865b5caf6e2256e06f46a39a86d67f03408718a9]

        fix endless loop error
        
        This partially reverts this commit:
        b7df3446c373a93dc5b77b495a54d873d83a91a7
        
        Change-Id: Id05939da35541f9620d03d9d3998e618d0bb9092

2013-06-23  Julien Nabet  <serval2412@yahoo.fr>  [3dac2c4b5d6aab37181cf6b113ec1a6732c2d2da]

        cppcheck: fix inefficient checking
        
        Change-Id: If015900345304a9545ab0b66c6998a9d6bad9d1f

2013-06-23  Caolán McNamara  <caolanm@redhat.com>  [0e7237e76215f06f5aee8354b2a06078bf34f5dc]

        fix missing content of header tabs with gtk vclplug
        
        regression since e717d1dcce7f8906311c5ccdbb2326b61a702630
        
        Change-Id: I72e6e2f3ef093f272765036ebfc60b3f56a8fc34

2013-06-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a6060f4c9f87af3dc1ce6a52811682cecfcad873]

        update credits
        
        previous version had a section "developers not committing since ..."
        no idea how that was generated.
        Same content as website http://www.libreoffice.org/about-us/credits/
        
        Change-Id: I46f2ce1e88e946640ace81a375ce5483bec8440b
        Reviewed-on: https://gerrit.libreoffice.org/4426
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-23  Khaled Hosny  <khaledhosny@eglug.org>  [beb198b8c0dbb97a648d493bdcfb491436165eec]

        fdo#50506, incomplete indent markers in Mac rulers
        
        AquaSalGraphics::drawPolygon() should close the path like other polygon
        drawing functions. It have been like that for 5 years since
        3ca40fb8a2e8c805517b351ebd97c1385cfc92a3, no idea how it was never
        noticed.
        
        Change-Id: Ifba740afa66ad485943c7873d78e007b778cd7b3
        Reviewed-on: https://gerrit.libreoffice.org/4448
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce0383d2950d3b0da2c457c8a406c1229de53571]

        missing declared dep on boost_headers for editeng lookuptree cppunit test
        
        Change-Id: Ia1ff089cd684445f4f76a7020cb55d83cf84dd68

2013-06-22  Tomaž Vajngerl  <quikee@gmail.com>  [90e4d69a4b0151ed3dfc4b56471ae5562c0b4060]

        fdo#65370 Dock ElementsDockingWindow to left at initial use and redraw
        
        Change-Id: I0a7648569541667bba80cffde978558a9206c089

2013-06-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [b55289659a5f23af560acc9f46d831038db80fca]

        fdo#66048: export cannot handle starting \\\"
        
        Old stuff. By now we always have to add double
        quotes to the edges of text.
        
        Change-Id: I14ca7283d723bf87fb232288d92e53393e90103e

2013-06-22  Tomaž Vajngerl  <quikee@gmail.com>  [30e5a445254dac571d0b3ba2dc7a48e17ad58ec8]

        Trie lookup tree code review fixes
        
        Change-Id: Ib2d2b668f2ec17742a069d63506cdd2d25d10f0d

2013-06-22  David Tardon  <dtardon@redhat.com>  [0291994f133644683e5d4fdea91c61471531bc93]

        fix debug build on s390x
        
        Change-Id: Ic1d5e98f371727f0c452495d5f9cb40ec73ffe9d

2013-06-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [15f79efe1522389d52d068d620beaa268aaebdeb]

        kill TBX_UPDATER_MODE_*
        
        commit 4f036439f7597d33a9f90860d9a5b6ac28b270c7 "Kill unused
        TBX_UPDATER_MODE_NONE." removed TBX_UPDATER_MODE_NONE, but it was
        actually used, but written as literal 0 in ctor (default value for
        nMode). Worse, TBX_UPDATER_MODE_NONE meant "draw a square color mark"
        (!) and after removing it color-marks were not drawn for some buttons,
        e.g. frame color button.
        
        This patch makes use of TBX_UPDATER_MODE_CHAR_COLOR_NEW (which means
        "draw a rectangle color mark") everywhere, TBX_UPDATER_MODE_CHAR_COLOR
        and TBX_UPDATER_MODE_CHAR_BACKGROUND were unused.
        
        Change-Id: I7452bf73227cd7038e5ea9ab740745125ca079b4

2013-06-22  Tomaž Vajngerl  <quikee@gmail.com>  [d88b434e10ef356d6937da0bcb2b3e33e6ab4bb5]

        Export-Import GraphicFilter Test
        
        Change-Id: Ic24543ea62bf1ab922ff49fb0f2c82feb1782e83

2013-06-22  Tomaž Vajngerl  <quikee@gmail.com>  [4449a227c86807af70abf4837d32fcd17181340d]

        fdo#65934 and fdo#64189 External export graphic filter name fix
        
        Change-Id: I798fac589abeac61115210cd4805e6b53a8767c6

2013-06-22  Andras Timar  <atimar@suse.com>  [f7779536ddbc8fbb63564ae99bddfbd3c279f788]

        l10n of additional gradients in standard palette
        
        Change-Id: I66a1d963e8b8616d372af28963edea4acbcc7858

2013-06-22  Khaled Hosny  <khaledhosny@eglug.org>  [462df4920ef50032c8f99a9db2ca34c9cc928657]

        Fix indentation
        
        Change-Id: I33c9f4390c493fcc89bcd42529c026a9a76fb697

2013-06-22  Khaled Hosny  <khaledhosny@eglug.org>  [d6fd801c62e41c1fb229cbe97c0ef767705de304]

        Fix indentation
        
        Change-Id: Iece106040fb7c0962d7f918151bff8c4488704a3

2013-06-22  Khaled Hosny  <khaledhosny@eglug.org>  [4e6b13fb23ea83013407dbd3281e6ebeba699544]

        Fix indentation
        
        Change-Id: I8e1621a160ea78b18a5b366f61938fa4dadd72e4

2013-06-22  Khaled Hosny  <khaledhosny@eglug.org>  [38cbae190dd4975d87c07e959fa5ba67b9ee6eb6]

        Fix indentation
        
        Change-Id: I67224a03f7de2db6cab220b9491a6f949ad89def

2013-06-22  Julien Nabet  <serval2412@yahoo.fr>  [47b15fa9bcff970fa76b66cc1aa6f24c1721b537]

        loplugin: fix alignment
        
        I used the example of IMPL_LINK, line 1264 of this same file
        
        Change-Id: Ibf5021c1b9784a52b20a80489e4b25a4e04a0595

2013-06-22  Neil Voss (fourier)  <vossman77@yahoo.com>  [bddf3bba1fa13b57a69f2bd5f7c7f96bb945066d]

        fdo#42134 FORMATTING: Autofit does not work properly on long texts
        
        Change-Id: I18e314913122ffbc15659ced9d1b746d10ccc17c

2013-06-21  Eike Rathke  <erack@redhat.com>  [84fdba22e019658082d61317fac98b7e0d035de2]

        unknown log area 'sfx2.sidebar' [loplugin]
        
        Change-Id: I49ed6652f92b1e1ec3091c976db40fb840f2ea78

2013-06-21  Khaled Hosny  <khaledhosny@eglug.org>  [9fdd5db03b0b4147295fdacf98e6cf700955e2e1]

        Attempt to fix Core Text full justification
        
        Apparently we need to subtract the trailing white space from the desired
        line length or text will sometimes protrude to the margin.
        
        Change-Id: Iee5ef40670c2fefc189afa319387b180c4ed648d

2013-06-21  Caolán McNamara  <caolanm@redhat.com>  [ecdd9d1a47587aa7557c1b151010c78efa90fef2]

        Resolves: fdo#65501 ensure configured backup dir exists before using it
        
        the ucb stuff is the most god awful painful api ever
        
        Change-Id: I491d2cb9b7d5d37723b32f0a26a22a09c16bc02e

2013-06-21  Caolán McNamara  <caolanm@redhat.com>  [ee5c49c9d1eeef842ca4fc181f962236b32a20ce]

        center buttons vertically
        
        Change-Id: Ibe2aea7608a85b169ffc26a83912b58b06a3473d

2013-06-21  Jan Holesovsky  <kendy@suse.cz>  [bfbdb2d4f443fc13e10ec33d112bd0c23584b658]

        sidebar: Improve runtime error reporting (mostly missing .ui).
        
        Change-Id: If7e0f24eab77028ddbfdb17dff82679b214efc74

2013-06-21  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [559d2575ba4a13f06b330a079035d5243fef980f]

        Updated core Project: help  50f4d76f4c5cc0ff36a5d761dbf78257c3d31d50

2013-06-21  David Tardon  <dtardon@redhat.com>  [247f37890060330f3c3d2d05bbd8e36d689e9ada]

        Revert "better dependency working also for libmerged"
        
        It might work with libmerged, but it does not work otherwise.
        
        This reverts commit f8fd2e6a3b21ec3899a74d7400cafaba4e83ff6c.

2013-06-21  Miklos Vajna  <vmiklos@suse.cz>  [c6a941b51b68eb097d4d43323b39ff1aba4c753e]

        bnc#823655 RTF import: ignore styles without a type
        
        Regression from 29dcdf6b56f8dbc1b7de0478afb04122f8dbf0f9.
        
        Change-Id: I970c0e7b3652d7e6f093815b90e04e0c45904b28

2013-06-21  Caolán McNamara  <caolanm@redhat.com>  [1b3692c6a4dbd0c16da97c0966d242d31dcf4c5f]

        take a copy of the prop rather than pointer to ref
        
        follow up to af2053c318564ef56235482f058d30ae26ecf77d
        
        Change-Id: I3493077076554b714600c4bb4e93ce44bc690190

2013-06-21  Lionel Elie Mamane  <lionel@mamane.lu>  [89a8a48ccda987ccfb779ce90d39d374f0781a53]

        fixup
        
        Change-Id: I20b56f8051d85aec4331d0e5bd83985580f05dbf

2013-06-21  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [dbf1360e9fd4ac4a346e918344ef40213fb28914]

        Convert to .ui pdf userinterface tab page
        
        Change-Id: I9203a63b2d6d1ab14ebee17611a78221755af082

2013-06-21  Lionel Elie Mamane  <lionel@mamane.lu>  [2741cb8685b28a4454b456b24c1545858fca52e8]

        fdo#49708 when there is no Primary Key, there is no Primay Key
        
        As opposed to a primary key with empty name and no columns (!)
        
        Change-Id: I78ca185947a0e8d37bac64bd50add155afaeed47

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [d67c5b58f6174078fce4074b7c75d690f804c8cd]

        coverity#707562 : Unitialized scalar variable
        
        Change-Id: I3e3bebb25c5d2509de7017ece49d927f1d59c592
        Reviewed-on: https://gerrit.libreoffice.org/4403
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Takeshi Abe  <tabe@fixedpoint.jp>  [f47b777a0b06fcc56569ac8aeff1a845d634ba1a]

        sal_Bool to bool
        
        Change-Id: I0673e9ec1d3e69a338313c568c462ab1e820d2b0

2013-06-21  Eike Rathke  <erack@redhat.com>  [a5a96f5c5f436ed243e13636b36dc16184365cb3]

        de-uglify ** = new * and don't leak temporary SvxBrushItem
        
        Change-Id: I8cc2927c2fe7b12b3ce8122f7d39276f5d58929d

2013-06-21  Caolán McNamara  <caolanm@redhat.com>  [0a5c151b62a7abc3fc4abaadb0b50c3047eb5f26]

        Resolves: fdo#65635 don't include border gap in height for borderless edits
        
        Change-Id: If778fdeb5bdbd5a5cac33f57ef8d598ddc1408f2

2013-06-21  Adolfo Jayme Barrientos  <fitoschido@gmail.com>  [98c38b02d8f6549aefdfdb30399e386acea8fd79]

        Typo fix: transparence -> transparency
        
        Change-Id: Ie173e8586a1aed573989f57aa92adae5d1bbc9fb

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [def4471b3d5665bda3d323520cc16ce3d2ec7636]

        coverity#707511 Unitialized pointer read
        
        Change-Id: I2b8441dba51d0ed96dc60d6573d8b46e767fe23b
        Reviewed-on: https://gerrit.libreoffice.org/4411
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [6bf42bfc5af08ea1c2f40dbc7a142cff88a3df79]

        coverity#707538 : unitialized scalar variables
        
        Change-Id: Ie0cd3f1d43398bf4023b5b4503e3519c8005e149
        Reviewed-on: https://gerrit.libreoffice.org/4407
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Lionel Elie Mamane  <lionel@mamane.lu>  [aa1a988c7403cac81638c195b753fab7ac3600f9]

        Reintroduce --with-linked-git option
        
        With slightly different semantics:
        Instead of pointing at a previous checkout,
        point at base directory of all repos.
        
        Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [699180768bf600d646f8652c3fff886bcf052891]

        coverity#707543 : Unitialized scalar variable
        
        Change-Id: I601b8cd42932fcba9b98a5736faa9d38525b093a
        Reviewed-on: https://gerrit.libreoffice.org/4406
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [0139e0b1cd4e4ac585417f0c71be10a419711b9d]

        coverity#707550, coverity#707549 : Unitialized scalar variable
        
        Change-Id: I36026768fb51ed80a70addfcad9b831d8e7e6d7c
        Reviewed-on: https://gerrit.libreoffice.org/4405
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [4cb05188fe07e66adc347c20e286e41bc64598ff]

        coverity#707554 Unitialized scalar variable
        
        Change-Id: I8df87c59926a62309e2ba342fe38b4915f81b3f7
        Reviewed-on: https://gerrit.libreoffice.org/4404
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-21  Jan Holesovsky  <kendy@suse.cz>  [e2ba9b895b262dd16d452e8b461790beebb2dab3]

        Better description of the sd unit tests creation.
        
        Change-Id: I7d3ac7997f54f4cb3fc826601d89248ea42549f4

2013-06-21  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [448fa131b2dafac305d88480e469cc4bc0515d68]

        Fix fdo#52204 add new feature ignore diacritics in search for CTL
        
        Change-Id: Ie9044a35003217545bacea214ef59047bff3b8b1

2013-06-21  Miklos Vajna  <vmiklos@suse.cz>  [832612bb6bd013cf68a64e33827158f96e6d03d3]

        fdo#43641 testcase
        
        Change-Id: I3426c7c23eb23fa7f91320ac036b0eb565bbc330

2013-06-21  Miklos Vajna  <vmiklos@suse.cz>  [76a90e69d15104f76193647050948528caf6ff8d]

        fdo#43641 oox: fix position/size of LineShapes inside lockedCanvas
        
        Change-Id: Idf14d40f174ca87543a829ccfe22ed5cbb8e3cbc

2013-06-21  Felix Zhang  <fezhang@suse.com>  [422ce23ea6cb7ddad6db97d752ffe5fdf6ce0d3a]

        bnc#593612: font size: Unit test.
        
        Change-Id: I3cda692b93f0e08c3e666e03b04966abaca00057

2013-06-21  Felix Zhang  <fezhang@suse.com>  [9fac61d21c886c3793b14628eb1de59d88bf45f8]

        bnc#593612: font size: override para prop with run prop
        
        Change-Id: I4d0899c8f722150176cb3479bdb3b4a81c1b3eb8

2013-06-21  Tor Lillqvist  <tml@iki.fi>  [585410476faca215122c96fdd4196ebf77a8df7d]

        Link with IOKit framework instead of -lIOKit directly
        
        Change-Id: I67753d191264b362bf540ae6df19e8df1ce9c716

2013-06-21  Tor Lillqvist  <tml@iki.fi>  [31ad78737a727bbd1d072c311ff1ae68515aea8c]

        Look for the 10.9 SDK, too
        
        Change-Id: Iee70f531422fe6a312830dc9aa2d57e4f802953d

2013-06-20  Michael Meeks  <michael.meeks@suse.com>  [0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0]

        fdo#65975 - fix presumed 32bit windows compile bug in configure.
        
        Change-Id: Ia96eef31ddf00f47219265cef306ef950ecb3b27

2013-06-20  Thorsten Behrens  <tbehrens@suse.com>  [77b273ee3a2df87664262418c360d3a4a0ed48ea]

        Fixup alpha bitmap generation for Windows.
        
        This improves upon d6f58fd25eeca84a94528409a05b80aa5172b8b8 by
        using the BitmapEx ctor instead of manual initialisation. Several
        EMF+ files would otherwise show up horribly mangled on Windows.
        
        Change-Id: I1808cb45818f3f0118653164c83c49d6134b9324
        (cherry picked from commit fefab3bb38f55471d9fa9316d1249ad00adefc37)

2013-06-20  Tor Lillqvist  <tml@iki.fi>  [fbb7c74a2c5cd37d4ff27deb154656655f047bbc]

        Don't display the "broken OLE link" icon except on Windows
        
        Change-Id: Iede3d98ab5e5f9cd1896465e2a8c61605601999f

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [e7b87d69be29dfe9d7c879935a26171beba29cb5]

        -Werror,-Wdeprecated-register
        
        Change-Id: I8edac5a93f9471c6f245bd484e845985c11027dd

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [4839695eb8e5652efe2147eb47514e99433f10b0]

        error: logical not is only applied to the left hand side of this comparison
        
        [-Werror,-Wlogical-not-parentheses] from recent Clang trunk towards 3.4.  Code
        was likethat "since the beginning," but I guess the way it needs a fix it is
        rather obvious.
        
        Change-Id: I8c962ae696de5482ac4e3fff5e08df71355de4a8

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [f28507a002cd8a78f5073510535a17d384cc471d]

        -Werror,-Wheader-guard
        
        Change-Id: I53e35c9f8cc436f901c4ee0d066e273c191fc118

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [8114dd11d0e9040e412b823a35a8350fd3b28729]

        -Werror,-Wheader-guard
        
        Change-Id: Ie95026a7f4eff8054b919ad5f5f1eba726c85476

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [35b45e6915eecfea0e21525249eabe3afd39d09e]

        VCLXAccessibleTabPageWindow: unhandled IndexOutOfBoundsException
        
        ... due to GetPagePos returning -1, work around that (can be easily
        triggered in template manager).
        
        Change-Id: Ic1334b224730d79e533539a24f115dc9aa2e9570

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [32e2c6456fb3bf3bf75f9b11c90193c537b4ef26]

        FmGridControl:  handle non-existing properties
        
        Fix crash with unhandled exception requesting "Description".
        
        Change-Id: I6b6cb61273fb042532ab63620729f4129239fe81

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [6f36e70795743690c59042e20f1c2059b00f84b7]

        -Werror,-Wdeprecated-register
        
        Change-Id: Idacccba79c1c2973e5f20804e628f6043988888d

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [6e892e374bad362f965ae850069c2c8d5771aa99]

        -Werror,-Wheader-guard
        
        Change-Id: If337f14697fc34ad8be1d84d696efbfb17b3dbb1

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [e670e30d546b78bb9642fe2733095f99b3a962a5]

        -Werror,-Wheader-guard
        
        Change-Id: I92b868b0d579caf0378d7193502918dd4c8f9497

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [bc5a0560f23c494a77699c671e8368feef1641ae]

        Typo
        
        Change-Id: I73700479207c0ee594dd23709640cdff82224469

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [c17f01753ce94e9f57d6e4a2763152240fbcd50a]

        ...and similarly for __cxa_allocate_exception and __cxa_throw
        
        Change-Id: I87ae299aac97180f0587c553d85b051decca155c

2013-06-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [41de10f5fd181dc45b487d2ac29cd2b4fbb34710]

        Fix fdo#59641 - Duplication in formula when import mathml
        
        Remove wrong concatenation of text from EditView in SmXMLImport::endDocument, and use
        just the text extracted from formula.
        
        After the SmXMLImport::endDocument method, we compare the text from doc(extracted from formula) and
        from editview(text inserted before call the importer) and as they're different, the text from
        formula will be inserted in the current edit cursor position.
        
        Also, remove bogus pDocShell->SetText( String() ), as we will set the text some lines below.
        
        Change-Id: Ia317a23d27964a9d1264dcaf9ec0d38b8c586655
        Reviewed-on: https://gerrit.libreoffice.org/4369
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-20  Jelle van der Waa  <jelle@vdwaa.nl>  [07cd857a0e35c9f80f35e8c042ff0ae16aceaef7]

        fdo#39593 remove unused function 'checkBitmapImport' and clean up code
        
        Change-Id: Ia8a504b2b9840b4a6a0c84acd191b1184ce6f099
        Reviewed-on: https://gerrit.libreoffice.org/4370
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [bb7d4a54ccb5907fa78c14d65a1d63f69fcc88f3]

        warning C4702: clearly there's a case missing here
        
        Change-Id: I3afdca0a51c41ef75f3ea63e27a6e7a858c30111

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [5ba3d1740b03efa394b2d2bf34fb8a8d3db2331d]

        Clean up declaration of __cxa_get_globals
        
        At least Clang trunk towards 3.4 now rejects incompatible declarations of the
        same extern "C" function in different namespaces, so that trick of getting at
        the function that is exported by libstdc++ but only rudimentarily if at all
        exposed in cxxabi.h no longer worked.
        
        TODO: This change should be reflected in any other bridges where it is relevant,
        too.
        
        Change-Id: Ie3ccbdb7d75cc98636d02c0435958532620724f2

2013-06-20  Tor Lillqvist  <tml@iki.fi>  [e79b6715070cdb4512d8ead784103930ebe8b221]

        Stop defining "inline" as empty on OS X and iOS in icu
        
        It causes problems on newer SDKs.
        
        Change-Id: I6bdb1e50cb239d99b190460fdb11d5c684e92275

2013-06-20  Tor Lillqvist  <tml@iki.fi>  [204867dbecc9058a39ba4b6bc97021ca5d04af59]

        Accept also iOS SDK 7.0
        
        Change-Id: I7c863819f5d6022201ce9d450703b5b4d4463dc2

2013-06-20  Matúš Kukan  <matus.kukan@gmail.com>  [ae1bb97f14cd12100d230cbf16b762aefa04decf]

        remove last uses of config 'GUI' variable
        
        Change-Id: I97188235f0b72b5b54423e05deeaf17c5c681048
        Reviewed-on: https://gerrit.libreoffice.org/4188
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-06-20  David Tardon  <dtardon@redhat.com>  [5f00be141d86e3eadddd554cd9d18ebe47d4d59b]

        Revert "fdo#65132 compute font height correctly"
        
        Commit 22d23d52b0f65636df3a1cb8fada9bf7de77eb78 is the real fix.
        
        This reverts commit 3a6513047409b8e8f6295152b33385ad8ef93681.
        
        Change-Id: I36ac1f64000c3a805289141c2c6dca0de78454d3

2013-06-20  Jürgen Schmidt  <jsc@apache.org>  [647ad63f9f598a92bbd62aaa76f703a50bd63bc3]

        Resolves: #i122564# correct typo, save -> safe
        
        (cherry picked from commit 1aedcb86f08affb4265539418d4cde377c4de80c)
        
        Change-Id: I6af85ddfafa1fe1577fd43431a08d62e9c2a5a52

2013-06-20  Armin Le Grand  <alg@apache.org>  [dde5dbdef56b76c296d7d70120b905d2716fa9b0]

        Resolves: #i122318# Adapted color palette stuff, some cleanups
        
        (cherry picked from commit 710925d1d93a8ccf36957fa2f4d98d7dedb4cb9f)
        
        Conflicts:
        	extras/source/palettes/standard.soc
        	svx/inc/svx/dialogs.hrc
        	svx/source/dialog/sdstring.src
        	svx/source/unodraw/unoprov.cxx
        	svx/source/xoutdev/xtabcolr.cxx
        
        Change-Id: I15899fc51e61e29da443838d1a42ea5d7c53acb9

2013-06-20  David Tardon  <dtardon@redhat.com>  [9e8e5568e2a566119ab57e1653f72f59f7169e94]

        make this more resilient to stream problems
        
        The metafile stream read in ooxmlexport test for fdo51550.odt is broken
        for some reason, so mnTotalSize is not initialized. That means that we
        try to seek by an arbitrary value in the destructor.
        
        Change-Id: I3bd5ef3708c816fc8a749b446cecf98c3aa52f65

2013-06-20  Tor Lillqvist  <tml@iki.fi>  [5c214a04b3e2404495951c9d9520a03011fb0ed6]

        Remove pointless overdose comment
        
        Change-Id: I0e9a490ae4364b9bf14d6ad8766aef279a69db01

2013-06-20  Tor Lillqvist  <tml@iki.fi>  [1410cac73fc6e4d2c360e33ac5d185ad900cd728]

        WaE: macro is not used
        
        Change-Id: I2f55abf4526f4184ba04fc173df8cf5236219cfc

2013-06-20  Caolán McNamara  <caolanm@redhat.com>  [a3694b1b32cb0677019962a5908fe775c83ed5a6]

        move static bitmap into a svapp member
        
        so it won't crash on exit when its dtor uses stuff destroyed by deinitvcl
        already.
        
        also fix comparisons, i.e. presumably
        aLastColorTopLeft == aLastColorTopLeft etc
        should have been aLastColorTopLeft == aColorTopLeft
        
        Change-Id: I1f3dc47504c5add113b3a8bcadf010ca3b9f4c31

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [104a7bab5806aad5dfc8afb5637ca4363e05443a]

        -Werror,-Wdeprecated-register
        
        Change-Id: I1ec3d7845477cfb5bc6a3d7f70ddabef12583e1b

2013-06-20  Miklos Vajna  <vmiklos@suse.cz>  [a9966b272151fa66c4a7c74bcb2505ef2ea94a6e]

        fdo#43641 oox: initial import of lc:lockedCanvas
        
        If that canvas contains a single shape, the result looks OK. If it
        contains a groupshape, we also import something, but then the position /
        size is still to be improved.
        
        Change-Id: Ic4e4c08016a05a5e3acb005c3a642981ba4fb16d

2013-06-20  Miklos Vajna  <vmiklos@suse.cz>  [363dafefad14411a16f6ea9d2ee0d55b67bc9c8d]

        fdo#43641 writerfilter: tokenize lc:lockedCanvas
        
        These are just the minimal changes, so that writerfilter calls into
        oox::shape::ShapeContextHandler, which does the real work.
        
        Change-Id: Ia53731ac8592964b70e8a438ed09262463c05360

2013-06-20  Miklos Vajna  <vmiklos@suse.cz>  [32b93c5c4f0663eefd1e1979875f8af659c463df]

        fdo#43641 oox: add support for the lockedCanvas namespace
        
        The plan is that once these are here, the writerfilter ooxml tokenizer
        can refer to them. And then the writerfilter will call back to oox to do
        the real drawingml import.
        
        Change-Id: Ibc0d9838f3db717004a3bc8b80a408a39c8f0886

2013-06-20  Stephan Bergmann  <sbergman@redhat.com>  [ebc635b95cc6d8c5853c443fee9fe76a0c89c121]

        Turn redundant member direct-initializations into value-initializations
        
        ...the direct-initializations were introduced with
        032d5126e41562917b91b8f4826b0be628169968 "cppcheck: fix some uninitMemberVar in
        configmgr part," presumably to avoid false positives from static analysis tools.
        But the initializations are redundant, as the invariants of the affected classes
        imply that the members have meaningful values at their points of use.  And the
        direct-initializations with arbitrary values make it harder for a maintainer to
        understand the relevant invariants, namely to ensure the members must have been
        assigned /meaningful/ values by the time they are used.  Give a (subtle) clue by
        making those into value-initializations.
        
        Change-Id: Iadb25fa08b6d6b12d5bf8a8f04271270b6a7f7cb

2013-06-20  David Tardon  <dtardon@redhat.com>  [4379180aaa6b65e172d366fbf64cbe3cea6d5435]

        quote $ for files from filelists too
        
        Change-Id: Ice814ea226ddac24325770d038e019e19bc635ce

2013-06-20  Luboš Luňák  <l.lunak@suse.cz>  [597178ceecf30009c3f9098d78ab165d97b6b1f8]

        simplify bodynotinblock plugin using parentStmt()
        
        Change-Id: Ia2fe10af2ca555c7b88348e7ed571f1176586580

2013-06-20  Luboš Luňák  <l.lunak@suse.cz>  [81b58bb075313ce5cb7268fa3427d977e4b2692c]

        simplify postfixincrementfix plugin using parentStmt()
        
        Change-Id: I93fa422afe7f3e1e10576dd64af9d57b2302f44e

2013-06-20  Luboš Luňák  <l.lunak@suse.cz>  [ade47d3d67635baf9580da797370fd0e3d395b5a]

        make it easy to get a parent of an AST node
        
        Clang API doesn't provide this, but it's occasionally needed, and so far
        the way has been inspecting the highest possible node in AST and walking down
        and remembering, which is complicated, error-prone and annoying.
        
        Change-Id: Id5b72cb5ebfc069e90efe6d673c0ef18ebcdab61

2013-06-20  David Tardon  <dtardon@redhat.com>  [d0db3134653cfc0e3c59e25203728a02865ceead]

        do not try to install helppacks that were not built
        
        Change-Id: I0156c38e71fe46ea599a8366b953d429dfa424bb

2013-06-20  Khaled Hosny  <khaledhosny@eglug.org>  [22d23d52b0f65636df3a1cb8fada9bf7de77eb78]

        Fix calculation of internal leading
        
        Stupid me, I totally messed this up! God only knows how many non-bugs
        people had to fix because of this typo.
        
        Has the side effect of fixing fdo#64972 (among many others of course,
        but this is the only one still open).
        
        Change-Id: I9d8fdb6d37d4af9b0ac973902e469e0bd3a2408a

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [fe444d1f74abe417962be0bcd3340f40f2446b58]

        fdo#62536: sw: fix AutoCorrect bold/underline on existing AUTOFMT
        
        With the native AUTOFMT in Writer the SETATTR_DONTEXPAND does no longer
        work reliably: if there is an existing AUTOFMT at the position then it
        will be modified and no new hint with DontExpand will be inserted.
        
        Work around this deficiency by inserting a no-length hint with the
        preivous formatting at the end of the range.
        
        (similar fix to the i#75891 problem in SwTextShell::InsertSymbol)
        
        (commit 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c did not
         introduce the problem but made it far more annoying)
        
        Change-Id: I58ece7f5bd5a786b22a066e5902f1784dafa5dce

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [6db39dbd7378351f6476f6db25eb7110c9cfb291]

        fdo#52028: sw: let text formatting ignore RSID in automatic styles
        
        A suprising regression from 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c:
        The RSID text attributes that are inserted for every user-inserted text
        cause the text formatting (SwAttrIter) to create a lot more text portions,
        and the portion breaks make font kerning impossible.
        
        This is the only way i can think of to fix this problem; alternatives that
        don't work are splitting the RSID out of the AUTOFMT hint into a separate
        one and combining them in the sw UNO wrappers (fails because
        SwXAutoStylesEnumerator actually does need to enumerate every AUTOFMT
        including RSID), trying to detect and ignore them just in the text
        formatting (the SwAttrIter cannot easily/cheaply detect when it's allowed
        to skip), and having an internal subdivision inside the AUTOFMT hint (one
        subsection for every RSID change) (which does not work because it cannot
        ignore RSID-only AUTOFMTs completely).
        
        Solve the problem with 2 additional flags on AUTOFMT and CHARFMT
        attributes: FormatIgnoreStart and FormatIgnoreEnd, which indicate to
        SwAttrIter::GetNextAttr() that the start or end of the hint should be
        ignored, so that effectively it is merged with the preceding/subsequent
        hint.  Of course the UNO API does not respect the flags so we can store
        the RSIDs in automatic styles.
        
        The flags are maintained in SwpHints::MergePortions, which detects both
        RSID-only AUTOFMT hints (which can be ignored completely), and the
        situation of N CHARFMT hints + AUTOFMT hint vs. N CHARFMT hints +
        AUTOFMT hint where the AUTOFMT hints differ only in their RSID attribute.
        
        This means that MergePortions needs to be called more often now, in cases
        where the ignore flags may have been invalidated, such as:
        - insertion of text with possible DontExpand flag set on hints
        - deletion of hints
        - SETATTR_NOHINTADJUST mode
        
        Change-Id: I1fb95a87c654c67d114f6f7f2c43b847c50b0ffa

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [e012f326c1c32c053304998a6826cb322f2c7728]

        sw: implement proper Undo for SwDoc::UpdateRsid
        
        This is annoying because it's not possible to use StartUndo/EndUndo
        because that would break grouping via SwUndoInsert::CanGrouping();
        also SwUndoAttr is somehow incapable of removing the inserted hints of a
        grouped insert (it seems to leave no-length hints behind); so add an
        explicit call to DeleteAttributes which should avoid the no-length
        hints.
        
        Change-Id: I1533daed9b2cf59886f380141b4eace4b22c15e0

2013-06-20  Michael Stahl  <mstahl@redhat.com>  [e3e2cf30373446e5511b12467e3b8008311c81c2]

        libmwaw: fix infinite loop in findCentralDirectoryEnd
        
        Change-Id: I36ec7ad735fa15cfda88167b11a922883ef2bb72

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [7694bb997a68f6f8ebc03817be7e31ceb872ceb4]

        Resolves: fdo#65930 line height needs to be calculated in ctor
        
        we need to know that right from the start, not after the first
        layout event after shown.
        
        Change-Id: If7cc12cdf3e83913f0162fe34b376196162f6a45

2013-06-19  Oliver-Rainer Wittmann  <orw@apache.org>  [b7f2129c1186e1c5b2dd19ebb79ff82b213c0870]

        Resolves: #i120023# RTF export certain special copy-and-paste scenarios
        
        (cherry picked from commit d70e1e8ea81a942875f91fdef75d3e39fba42eff)
        
        Conflicts:
        	sw/source/filter/ww8/rtfexport.cxx
        
        Change-Id: I845f3f2bebe411969483a53c45ef9413f7f1b903

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [4f3287c8b8e72dcad9539c95b8d14ac7bebd35d7]

        bodge callcatcher some more
        
        Change-Id: Ie2e126700540cbec2a94f40250b2a114d1ea9306

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [bbabdfd84135bf2b8db09a4c1fb1d6f390ea5dba]

        WaE: for higher debugging levels
        
        Change-Id: Ibcf081c0c64381e8c188764f036687a8bfc0ea0e

2013-06-19  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [f86ec4cdbd9a7b8851748a4647969069fb75660b]

        Start translating German comments, fix some WS
        
        Change-Id: Ia53a9283fcb8f75386ec23ab3a3df5195a9995df
        Reviewed-on: https://gerrit.libreoffice.org/4365
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [904aff1932d3c88c9530f3f174ee4b8182afba1d]

        Translate German comments, fix some WS
        
        Change-Id: Ic52fc416aea9d1ca7235613aed7cf494f17ae21a
        Reviewed-on: https://gerrit.libreoffice.org/4361
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [8fd1bd1879bae6d183ff45eba49d46ccfcd466c0]

        bodge callcatcher build back to half-life
        
        Change-Id: I91393aa912bd69f3fbeb67d895ff7d8021effccb

2013-06-19  Stephan Bergmann  <sbergman@redhat.com>  [38d2ea2b25f323337b91ab1507bc0b955876a216]

        Missing import
        
        Regression introduced with 64e85a4cc8259a7d80c781e6698a8f30e7e0151d "Java
        cleanup, remove unused imports."
        
        Change-Id: I843cf651e20d2dd410f481222aca5206e0166a30

2013-06-19  Stephan Bergmann  <sbergman@redhat.com>  [5b53053af54bb8fce2a91c0d59929c02dbb1e912]

        Remove unused, broken rule
        
        That rule was broken as it did not quote $@ which could be a pathname containing
        "$", but it is unused anyway since 41efa1535827b3dfef66ed4ce6c20e85081fe060 "use
        GeneratedPackage to deliver uno loader classes."
        
        Change-Id: I4e5a15be8e4acca3d5be0c1b228f6c324d12331c

2013-06-19  Matteo Casalin  <matteo.casalin@yahoo.com>  [4bb1b555c533493799d780f18c1ab602677ef88a]

        Rework code after OUString'ification
        
        Change-Id: Ic93472b0621a13a777d37cfacc4230630f88a6ac
        Reviewed-on: https://gerrit.libreoffice.org/4214
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [db20a50fab35c15baf55f0146ed0cb80527053e8]

        sal_Int32 as long on 32bit, how we hate thee
        
        Change-Id: I702509c7ad9dd3e84feb6d880264df36afe3c5b3

2013-06-19  Ariel Constenla-Haile  <arielch@apache.org>  [87dfa6dd336d596112c0beb6b42f082178461678]

        Resolves: #i121810# Adapt SfxPrintingHint to work with...
        
        the "new" XDocumentEventBroadcaster
        
        (cherry picked from commit 1bfae56dd9d633a80924bfeefc03368100d75a8f)
        
        Conflicts:
        	sfx2/inc/sfx2/event.hxx
        	sfx2/source/view/viewprn.cxx
        
        Change-Id: I6b3e1edc396b82d85fe059e6cdf7ad0009d5b94b

2013-06-19  Ariel Constenla-Haile  <arielch@apache.org>  [bf4ecd6138f07ca6207eeec306517eff4aff220e]

        Resolves: fdo#65908 #i114817# missing PrintableState_JOB_STARTED notification
        
        (cherry picked from commit 914cb68eed75ee8aa38fbf48d029057a66a21f30)
        
        Change-Id: Icb7c304b856cfca7f80090c2d193a0b92a27bb30

2013-06-19  Armin Le Grand  <alg@apache.org>  [aaf3ff8adf0821090ba4cc9043e7f3a1ce1f6033]

        Resolves: #i122497# Filter D&D flags for calc D&D
        
        (cherry picked from commit 73a9e800ff4f61058750acb6840af780a0505b49)
        
        Change-Id: I47975b23d7ef920de24f92d6ba12bae1233b2f38

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [650eaad6cee4211d15f7d5e91ef70d482205228e]

        drop unused helpids
        
        Change-Id: Ic2cb501330b22227c05b303750152619c4b4abb0

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [03e93ba2bcaf6425eaffa32379f227ea7265d39e]

        Updated core Project: help  fd638f9abaea98e5a5f788b24faedc45fe01ec1e

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [d3c1c8d7587239abcf5448ee143a61fe54b01422]

        expand scheme to share sizes for paragraph dialog preview widgets
        
        Change-Id: Id1ded6828468ff956c83eb57f1da62fd80761b5d

2013-06-19  David Tardon  <dtardon@redhat.com>  [41efa1535827b3dfef66ed4ce6c20e85081fe060]

        use GeneratedPackage to deliver uno loader classes
        
        This is a workaround for problems with file names containing $ in
        gbuild. And it does not matter much in this case, because the classes
        are never used during build, so there is no need to have exact
        dependencies.
        
        Change-Id: Ibeb30257a62ed13744dc4fe987830d1e5a4102b0

2013-06-19  Takeshi Abe  <tabe@fixedpoint.jp>  [1ae19c8e6a1651748eb47cc0b8de3c58503cc7eb]

        Mark as static
        
        Change-Id: I09a76b4c6ad0e63663c2628e5ad957d203e0283c

2013-06-19  Takeshi Abe  <tabe@fixedpoint.jp>  [913d6fb1cc0f9fa879b330d1322f8a19dfc050aa]

        Mark as const
        
        Change-Id: Ib7f8aeeca64868fa2037145613023a6abfef7648

2013-06-19  Takeshi Abe  <tabe@fixedpoint.jp>  [c974471918bd5aa5719ec703564bdb22c5a33a6e]

        sal_Bool to bool
        
        Change-Id: Ic0597f42b6f0a637e0a3fdfa7972cbe67272c65d

2013-06-19  Olivier Hallot  <olivier.hallot@edx.srv.br>  [d74323815aec2abb25eae026052651ceec7e372a]

        Convert Drop Caps tab page to UI widgets
        
        Conflicts:
        	sw/UIConfig_swriter.mk
        
        Conflicts:
        	sw/source/ui/chrdlg/drpcps.cxx
        
        Change-Id: Ic66f367d23b84666dd0165108c405b5b625b798b
        Reviewed-on: https://gerrit.libreoffice.org/4236
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [97cd0f38a53f97034442de57d48006d30c4a94db]

        Call CheckContext() on OS X, too
        
        Change-Id: I093586b0c979e492ea2a09dca9525b808de3ce70

2013-06-19  Matúš Kukan  <matus.kukan@gmail.com>  [dbb0703272c55c74a150ec4b6a60463e6212d585]

        solenv/bin: remove unreferenced obsoleted scripts
        
        And move striplanguagetags.sh to bin/ - possibly it's used.
        
        Change-Id: I68e23ef543f4e26f617d9860681273234ec9174c
        Reviewed-on: https://gerrit.libreoffice.org/4239
        Reviewed-by: Mathias M <matm@gmx.fr>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [cb1ec05a72d54d55c8a98778c56ee01197cf45f4]

        Resolves: fdo#65931 why are we futzing with leading on the preview anyway
        
        Change-Id: I0eff88f165a737dfd9a2f348f04b17b6a6212e6f

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [a1936e4183240981af0bf616207994e3a2f7929e]

        Fix warning: Value stored is never read
        
        Change-Id: Ic41fe1682f19c39faa0a2afc47c11b8a5bead212

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [ec13a7bdbf904092df066a52ccb03fda12b4bed3]

        Fix warning: Value stored to 'eEncoding' is never read
        
        eEncoding is assigned again a few lines below.
        
        Change-Id: Ib475095bab30e0c2f066934a10cda650706c2c8a

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [f5000d66bac505572a91f2bc391ecc23bd1ee670]

        Add missing break statements
        
        Found by Clang static analyzer: Value stored to 'prio' is never read.
        
        Change-Id: I7c0e90e5435b028f0a4b4bded304338cb57271cc

2013-06-19  Adam Co  <rattles2013@gmail.com>  [782adba4d436c65cdf85d48f28486321873b15ed]

        fdo#64238: fix for missing footer bug
        
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: I328547c41bfc1a23f7e6233db57fbfa415e22cb3
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-19  David Tardon  <dtardon@redhat.com>  [8c1d1b66904cdd95e8eec746a81cf1c57ad0e85a]

        fdo#65870 fix changing shape height via dialog
        
        Change-Id: I7c61be2c3d368dfd3ea66427c77636f797a7e88a

2013-06-19  David Tardon  <dtardon@redhat.com>  [8fbb2ebc2155b03d1436d9100886318642d47714]

        fix copypasta
        
        Change-Id: I7744acc8cf1e8b6cad05d22df43f3d5a5beaa2f6

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [47dca10811a31cf28e72b9bc034b9d8975327df3]

        Add comment
        
        Change-Id: Id3ec71e8da07a8bf1c979585eb84cd5a9d6f7a77

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [b9c46f46cebc0ebed5a91f8fbb9d0a01366f1f77]

        fdo#63616: Fix GetBoundRect for rotated text in CoreText backend
        
        Change-Id: I8c9ee84afd71481c2c6b002265b86e048f369f5c

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [a662d427108d781122f979392ce544017d14fc17]

        Don't use -d32 when building 64-bit code
        
        Change-Id: I83a960cebb8347170a08d2fda7ed11050b8c4229

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [18eba6a69f49c9e8e2902f84e96cb6906ee337f1]

        bounds can be -1 for not-found
        
        Change-Id: I941ef1dae00167460f2f0de39e472ed047539f27

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [967b623031cd115722e2708f1281282ca8dccbe0]

        unusual negative start point on split node undo
        
        Change-Id: I787371e95d9787616ca713c808098b80e40acab0

2013-06-19  Armin Le Grand  <alg@apache.org>  [c96802f0e2e553bfbb3bd036df95ea34d2f5741a]

        Resolves: #i122418# Added workaround to not use GetBitmap on windows
        
        (cherry picked from commit 136976efb17b8617a83c7f26601cd04031b51e7f)
        
        Conflicts:
        	vcl/inc/vcl/bitmap.hxx
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/source/gdi/bitmap4.cxx
        	vcl/source/gdi/bitmapex.cxx
        
        Change-Id: I9c3aeae76c155c9050404f67adeb91106502c3f1

2013-06-19  David Tardon  <dtardon@redhat.com>  [fa2363344cbf85af17a80c4757b226ab43391af6]

        fix rtf import on big endian
        
        Change-Id: Ia9f589752176849f7f6700483e933767e509edf3

2013-06-19  Jelle van der Waa  <jelle@vdwaa.nl>  [b5f3f55ce59b400f885c41413a3087e3406a424d]

        fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()
        
        Change-Id: Iba3b39086212803bc41384f5c8f51e42712a5249
        Reviewed-on: https://gerrit.libreoffice.org/4349
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Jelle van der Waa  <jelle@vdwaa.nl>  [ad09b2f7efac628ac4261b86f9fd085f83ebe717]

        fdo#43460 xmloff: use isEmpty()
        
        Change-Id: I298767cc0ec03c22d3ae687939f0f9d5ce1963c1
        Reviewed-on: https://gerrit.libreoffice.org/4348
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  David Ostrovsky  <david@ostrovsky.org>  [2e963d0510aacf2d5e59a7604c106bae7a928921]

        Delete unused sal tests
        
        Change-Id: Iba1eeb8d8fd0582f216b7552dc9ae21b69e66b4e
        Reviewed-on: https://gerrit.libreoffice.org/4326
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0d5a2d2284addd5d161ca7bb30a354d268c2600a]

        Translate German comments, correct some WS
        
        Added accidentally removed {
        
        Change-Id: Ied6c233cba113673f928c1a6b41a5217b9fff077
        Reviewed-on: https://gerrit.libreoffice.org/4331
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-19  Armin Le Grand  <alg@apache.org>  [5c346ec8521b0f137273e5055fc19eee37a20169]

        Resolves: #i122231# Buffered content for gallery themes
        
        better graphical preparation (currently BMP_SCALE_BESTQUALITY, but can
        be changed in a single place now if wanted)
        
        (cherry picked from commit d32f1d358dcd2574d8ae6cd19da01b7311ef5926)
        
        Conflicts:
        	svx/inc/svx/galtheme.hxx
        	svx/source/gallery2/galctrl.cxx
        	svx/source/gallery2/galtheme.cxx
        
        Change-Id: I80879ca472c784f764126676046c1388e1167652

2013-06-19  Gabor Kelemen  <kelemeng@ubuntu.com>  [0b9bf62d3ddfe3fd1ed9ec4cc8eddf23793ee932]

        Translate some key names to Hungarian in Customize -> Keyboard
        
        Change-Id: If11b5fbd96a107ed83e305127713630093ef00dc
        Reviewed-on: https://gerrit.libreoffice.org/4346
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [19b18c40084070ffe10cde45b4c363ee9d16b804]

        don't need explicit help handlers anymore
        
        Change-Id: I5333ff8c4e50cbc4374b937bc8d7617c3b99ee97

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [f0f8eedf46f386be83608e9d37c2e4c0e7cbe8a8]

        add a sizegroup and alignment to line up widgets
        
        Change-Id: I7db65ae46cd4fe5c36cdfda172adcb139b5ca4e0

2013-06-19  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [0900438214c7f3eeb81a6f5e00978357847bbaef]

        fontsizedialog.ui widget
        
        Change-Id: I1c91b4c621c5a2da11cebdd8e58a5e5d0d86bf6c

2013-06-19  Armin Le Grand  <alg@apache.org>  [02da9f7a917ffc68dfe7a44c8d03b272cb5bfc18]

        Resolves: #i110384# added better fat line rendering where possible
        
        (cherry picked from commit 144eb666b72516ef78c15424087800dff1be5cfd)
        
        Conflicts:
        	drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx
        	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
        	vcl/inc/vcl/outdev.hxx
        
        Change-Id: I89f378a4d7a8311b8922f10acff66b000a20a4b7

2013-06-19  Caolán McNamara  <caolanm@redhat.com>  [5e5f3671f8448ee21b00f0d2a08b214e61f7f744]

        Updated core Project: help  d6621f90fda77c1d2232f511f42b3ed0dc38ac68

2013-06-19  Luboš Luňák  <l.lunak@suse.cz>  [b7e1aeee11d1405babce1855a4bc67d8c9e4ade4]

        use C++11 also with MSVC
        
        MSVC supports (a subset of) C++11 without any special switch, so always
        "enable" support for it and use whatever features are detected by configure
        checks
        
        Change-Id: Ic03be5a1aabe7d20cf763bae6d26a7043a51f287

2013-06-19  Luboš Luňák  <l.lunak@suse.cz>  [5b14a9bef9a8589524baa7405a569c899b368d65]

        make autotools compile checks work with MSVC too
        
        We don't run AC_PROG_C, which sets some necessary variables.
        
        Change-Id: I21dc4a7e84990861afccbf0c914108737a54ec7d

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [55e74e06ffae30b9d01fa24fd1668d8816ee2500]

        Avoid deprecated API
        
        Change-Id: I703e94b999382f52331a61050eaf3d31073f5a9c

2013-06-19  Tor Lillqvist  <tml@iki.fi>  [4286070ec53985a80d92cbba647c28133ce89158]

        Avoid deprecated API
        
        Change-Id: I2537721bd6b0214c25590504751c39fb4661e2fe

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [9c42545be17b44d3af9aa4b7efa35c5121310e4a]

        even out the rows
        
        Change-Id: I37d2d5a1d174a951c45f7f51d909535dacc2b7d0

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [86783bd62b7984afc63310400bce343e29ae5c02]

        add python ver to debugging info
        
        Change-Id: Idd2130a0f8c0190ab075f5e80021aa99a57939e8

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [102015f658a3f27035cac00821feac0be2384b29]

        Updated core Project: help  9e61a73556425545fc6141adfbccde60488cc88d

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [dc043ab944c38e713c558a8db81880fce9d45f07]

        Updated core Project: help  f44a3ad0eef863ee5b4dcdb79ca703fb01f744c3

2013-06-18  Jelle van der Waa  <jelle@vdwaa.nl>  [84f1f1d149b6ba95aca8adb7e34b001e102f07fe]

        fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()
        
        Change-Id: I6e35b91092239275694eec3666b076f7ff7e54f6
        Reviewed-on: https://gerrit.libreoffice.org/4335
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Jelle van der Waa  <jelle@vdwaa.nl>  [caab53cf21bc38ead3927941795b3c8a1432589a]

        fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()
        
        Change-Id: I78ba286be5aa4d731f734e5eb16adb77c686aad9
        Reviewed-on: https://gerrit.libreoffice.org/4325
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Jelle van der Waa  <jelle@vdwaa.nl>  [5883e1926b80334cfdb7a3dd63d6391b1738c2a6]

        fdo#43460 sw: use isEmpty()
        
        Change-Id: Ia23f01ee28f1dfd8079abedda50bbef0a5a1beec
        Reviewed-on: https://gerrit.libreoffice.org/4334
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Jelle van der Waa  <jelle@vdwaa.nl>  [733d88433c560af8f51f010fcaae9ce7a29b0325]

        fdo#43460 tools: use isEmpty()
        
        Change-Id: I832473cab555d8ac5c6b2a47d51124ac63e996e9
        Reviewed-on: https://gerrit.libreoffice.org/4333
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Michael Meeks  <michael.meeks@suse.com>  [307aeb6e97294e554ecdfec642c0ac6e926ecde7]

        remove test code.
        
        Change-Id: I69875478e43a5aa4163f35ba75db4de7b9db7c4c

2013-06-18  Michael Meeks  <michael.meeks@suse.com>  [46ee3bd7bd2afc2f05c3ff8650f2f4507e72fe64]

        fdo#60565 - re-read font data on GtkSettings fontconfig-timestamp notify.
        
        Change-Id: If1c4d3a7754cc35208e40494828a799f94f26afc

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [70522aead1494af62d619d4eb6f90fca5f012aef]

        use a buttonbox to enforce min button size
        
        Change-Id: I3d1023d13bfc49464ea7fcbc38c60421bf992ed2

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [897651216c3624f8db09723bfa89ee745e8fa078]

        Updated core Project: help  03476de71c679bfca7f49fea0e929755775f2d3d

2013-06-18  Luboš Luňák  <l.lunak@suse.cz>  [67a798c0023326561e07313fd732162f0c053bd0]

        remove PCH file before generating it
        
        Compilers do not necessarily output all includes files when included
        using a PCH, so when a PCH is being rebuilt, it might actually get
        reused this way, causing its dependencies to be incomplete afterwards.
        The PCH actually should not be used when being regenerated, but with MSVC
        this apparently happens, even though there's only the option to create
        PCH, not to use it.
        
        Change-Id: Iee1340a60085550ab867304c44752daa04cbba31

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [d1dda534fbf27e107937c8acff594be3d6ba6810]

        use sizegroups and shown/hidden buttons to stop ui jitter
        
        i.e. duplicate the buttons rather than change their content and have the same
        handlers for both variants.  Hide the one we don't want at any given time and
        use size-groups to get the same width regardless of the combination shown. All
        so the ui doesn't jump around the place as the button content changes.
        
        Change-Id: Icca938a6381da1feaf43fd11779d1d6d94d5d3a0

2013-06-18  Armin Le Grand  <alg@apache.org>  [60446a0386b6d40899f6817c9545414841ee3522]

        Related: #i122120# corrected flag for drawing checkerboards...
        
        adapted previews, added to configuration
        
        (cherry picked from commit c17e634e125f524d153e1ad8febff6d11b810ee4)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        	svtools/inc/svtools/accessibilityoptions.hxx
        	svtools/source/inc/configitems/accessibilityoptions_const.hxx
        	vcl/inc/vcl/settings.hxx
        
        Change-Id: I3f4fd9525e31cd816599b963ecd2fa42b1f666d7

2013-06-18  Tor Lillqvist  <tml@iki.fi>  [72703332ff42a70d19050d78a63286b9a9b6f930]

        fdo#63547: Fix wheel/trackpad scrolling on OS X: Single char copy/paste error
        
        Change-Id: I06faa28c25e976d0c9e072858cbe37093a61d38d

2013-06-18  Miklos Vajna  <vmiklos@suse.cz>  [e71de1d3e9bd74447176cbcb00c3756befa23ad4]

        .mk files should not be executable
        
        Change-Id: I390df82ebaa0b0e715e0cdfd8d39febe4f217d96

2013-06-18  Miklos Vajna  <vmiklos@suse.cz>  [2af60e2eff4e952fff8cac0228b89f16ce3a436e]

        bnc#825305 RTF import of fFilled shape property
        
        Change-Id: Iaa2ff9d5d1a28aec046f885acecbd1a44c734ec0

2013-06-18  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f8d1dcc621b04fd17577905e9b1bdf71f33c7b57]

        fdo#43460: Use isEmpty() instead of getLength() in svgio
        
        Change-Id: I31298a08408a14e1ae0d43b474681e6336b08003
        Reviewed-on: https://gerrit.libreoffice.org/4340
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  László Németh  <nemeth@numbertext.org>  [0b67caf467c2243086f4ad29415d6d95f58838db]

        fdo#65666 keep tab characters in footnote settings of sections, too
        
        Change-Id: I9728ffb7ddae2ca58af083a4748585b0ca8d1437

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [3ed731fc136f958a8a38c9117fbd1e4a068d838b]

        put some borders around these widgets
        
        Change-Id: I252f637d87a33253e2a90b77db013c2f712f1d39

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [9f8c4f50e441e640d52712f1866b4037dab4da36]

        a few HIG tweaks
        
        Change-Id: I063c5fac1727ea7ba2bf5c8054d425af4598395c

2013-06-18  Armin Le Grand  <alg@apache.org>  [6c5c5584eb1adb64fee3aaf76196115ba3812e2c]

        Resolves: #i121917# Corrected access to text object
        
        (cherry picked from commit 2c9c9923fdf042c41cebaf9a15def7caac86032d)
        
        Conflicts:
        	sw/source/core/draw/dcontact.cxx
        
        Change-Id: Ia214127ca540c4f4036a0006e7c227649fb39134

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [297b41ebbecbd36b9f3885a7778c117743527df2]

        Updated core Project: help  4624c0b8f40731a32b398aacd78df97ea5413c07

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [ecc031ee63fc6255b88677ed00594789a81d43e5]

        set mnemonic widgets
        
        Change-Id: I991b1c01a2e366e8d95ef2ec85a6b83037ac0413

2013-06-18  Caolán McNamara  <caolanm@redhat.com>  [56e664405a23fb80da79d60519b276a3cce572ce]

        various now unused HIDs
        
        Change-Id: I01ebf562bf5963a52f056d6023e5cc6efd12e386

2013-06-18  Armin Le Grand  <alg@apache.org>  [6ed60d6a9314341bda0afbea7ed6b106f562393d]

        Related: #i122120# Ensured Append/Modify methods in LB implementations...
        
        always add a UI graphic preview, corrected diag mirror in bitmap pattern
        
        (cherry picked from commit 36a8574012525fa837df6dfd1839fa65b5a2bc70)
        
        Conflicts:
        	cui/source/tabpages/tpbitmap.cxx
        	cui/source/tabpages/tpcolor.cxx
        	cui/source/tabpages/tpgradnt.cxx
        	cui/source/tabpages/tplnedef.cxx
        	cui/source/tabpages/tplneend.cxx
        	svx/inc/svx/dlgctrl.hxx
        	svx/inc/svx/xtable.hxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/xoutdev/xtabbtmp.cxx
        	svx/source/xoutdev/xtabcolr.cxx
        	svx/source/xoutdev/xtabdash.cxx
        	svx/source/xoutdev/xtabgrdt.cxx
        	svx/source/xoutdev/xtabhtch.cxx
        	svx/source/xoutdev/xtable.cxx
        	svx/source/xoutdev/xtablend.cxx
        
        Change-Id: Iff0744061b76d8c608e285f81bcc8e76edeb6a69

2013-06-18  David Tardon  <dtardon@redhat.com>  [5ba49392543bae1f6477c65f1887881b48a3143e]

        fix ppc build
        
        char is a type distinct from both unsigned char and signed char.
        
        Change-Id: Ia9de35ef42101ce818880b810c44547f1c1a417a

2013-06-18  Stephan Bergmann  <sbergman@redhat.com>  [0e1c9b0a47fb45e4439e55cb48a6dd7024218dc9]

        -Werror=maybe-uninitialized
        
        Change-Id: Ic2011b6c3db44d12c0dc883019d2d532bbda467b

2013-06-18  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [d1556eefd9fd587a0bf2f7a42304654b00a376d9]

        Updated core Project: help  69604ab9ca7ce8f03c5eced18c393999908e1ca0

2013-06-18  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [4f99d56f929c1eac07217e0f80a501b4e3dbdc6c]

        convert starmath settings option page to .ui format
        
        Change-Id: I908a29713ca1e01ec3e742193bd4b49e1fa97bc9

2013-06-18  Armin Le Grand  <alg@apache.org>  [b4219ea230a9635ca2422421324af5c407216e03]

        Resolves: #i122524# fixed some text import aspects for super/sub-baseline
        
        (cherry picked from commit def95cfb69619071811fb8e564eb4187f59f4b99)
        
        Conflicts:
        	svgio/source/svgreader/svgtoken.cxx
        
        Change-Id: I1208229a86807ce271a823415e9b8f0baf955e01

2013-06-18  David Tardon  <dtardon@redhat.com>  [3b3a0ae27906e534ad7b80b6eeb76cdda71a33ac]

        disable test that ends throwing std::bad_alloc
        
        ... after eating >11 GiB of memory.
        
        Change-Id: I6202fa7e410c9b397c465cb1c185305aeee509e1

2013-06-18  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ab28fdeba0c37dacd7bb949ef85a3477ad8ea032]

        Remove commented out code
        
        Change-Id: Iace3628d9c48f07e03c1dda8ca3ff02a2e32ad1f
        Reviewed-on: https://gerrit.libreoffice.org/4332
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-18  Armin Le Grand  <alg@apache.org>  [7377557f277b19c4953198c17b591fd964ac7c40]

        Resolves: #i122120# Changed UI preview creators...
        
        to no longer need SdrModel/SdrObject
        
        (cherry picked from commit 0c353433ad94786a937fa9da01d6e7382e3da942)
        
        corrected unwanted change
        
        (cherry picked from commit 8a10735b8ee3926a592d6919f4dbb823771bed9f)
        
        Conflicts:
        	vcl/inc/vcl/outdev.hxx
        
        7c096015d974382e6874a874370ee72a61f02e6a
        
        Change-Id: Ib2afe135566eba2e99cc8c4a653de3df0fa7f0cd

2013-06-18  Stephan Bergmann  <sbergman@redhat.com>  [08337321e655a3b4991c895de98d96858e60d863]

        Let WINDOWS_SDK_WILANGID override the location of WiLangId.vbs
        
        ...see new TODO comment in configure.ac
        
        Change-Id: Id3ffd45357a3f539f3d3f068528019334d929654

2013-06-18  Stefan Knorr  <heinzlesspam@gmail.com>  [4a0247603e94412c1a77af8e8c7bd17f729b9eba]

        Small (hopefully non-controversial) changes to the existing branding
        
        * Make sure about window background covers entire window
        * Make sure start center images are centred
        
        Change-Id: I402448ef4ea77633fe4e1ad5d5f93952efb495af
        Reviewed-on: https://gerrit.libreoffice.org/4308
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-06-18  David Tardon  <dtardon@redhat.com>  [d72e170d6a956cf2cc7da1c0b5917bca3e79f5ce]

        prefer filelist from GeneratedPackage over Package
        
        This broke incremental builds on MacOS X in the past, where
        Package/python3.filelist was created for some reason, so the installer
        did not install the Python framework.
        
        Change-Id: I290da24d6385eaf514cd9f7db92b1a959902dcae

2013-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [ed9f8387201b1b70ea14af47d25e9133c7bfcd3c]

        Revert "fdo#65653, fdo#65619, fdo#65216: Missing check"
        
        This reverts commit 10777b37536be16c6d2e167b59e9e31e37ba3517.
        
        The problem has been fixed in a more safe way by making columnMatchP
        treat the case where rParam.xField is not set instead of requiring
        it from all callers.
        
        Change-Id: Ic68a764e08446a7b669c6030c2bcd55c7d31772b

2013-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [20499497b0c513f181d0a482c5b9e38c346a8aa1]

        fdo#65653 make columnMatchP safer
        
        Change-Id: Id994ab5aed6172d8a93fd331a366fca10a663a48

2013-06-18  Olivier R  <olivier.noreply@gmail.com>  [b60c4d86cc33a67a07f5d7a058d30b98065b62d0]

        Updated core Project: dictionaries  aab14d898ac002d5292e0610c433e667f99610fa

2013-06-18  Jan Holesovsky  <kendy@suse.cz>  [20b274edb5a7c73722b9c644157f0be5d7ccee27]

        Convert Formula tabpage to .ui and adapt code.
        
        Change-Id: I258fd2711764efe7eac8aa30d642e64245288611

2013-06-18  Jan Holesovsky  <kendy@suse.cz>  [24ae770205eef6f0dd2dd86f6723f049004bfc9b]

        Convert Sort lists tabpage to .ui and adapt code.
        
        Change-Id: I6251d764385ce76deb79606dcada9842544867b2

2013-06-18  Jan Holesovsky  <kendy@suse.cz>  [dd11bf883b49ca38de44c5cd7f888678a418c0a1]

        Catalog widgets for sidebar custom widgets.
        
        Change-Id: I073fe30127fcf0b97656198f55197d9533f44f55

2013-06-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [06e209682c2da513126ca19568386774287b86b6]

        Adapt the comment not to speak about things that are not
        
        Change-Id: Id287e9fd82baed87be4b5f280e397287f4e1006d

2013-06-18  Tor Lillqvist  <tml@iki.fi>  [2152a4127de89b58e5dd4513e3130e580e8bffad]

        WaE: variable may be used uninitialized
        
        Change-Id: Icfdf8dddc4da20785e0881a95f50ee498e8405cd

2013-06-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [77df50a8c4cf4d4cfc7385ae162c0d4faf8dd821]

        The original code was doing exactly this, so let me mimic it
        
        Change-Id: I04f4a783b0edb6a1f8701cd5da323e6a9ab5441d

2013-06-18  David Tardon  <dtardon@redhat.com>  [1b3a39bfa10177aed40a4a9a69d0fe1970229422]

        fdo#65844 use right colors from palette
        
        It is not correct to expect that the palette will always be the same as
        default-constructed from VCL. For example, 1bit PICT images use reversed
        white and black.
        
        Change-Id: I6b5e7cd19af98202e80f4cff17fddaa3a3f0e3af

2013-06-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [33231f418f5ec0041a6d6377bf4028ca6028bdd4]

        n#820836: dmapper, fixed typos in first page style creation
        
        Change-Id: I80031cab7c0304311bd5acbb3a2ead48e15594bb
        (cherry picked from commit ab653ae64d782e5bd54bd169ab11755dab310553)

2013-06-18  Andras Timar  <atimar@suse.com>  [5182731a55678d8e0f9328a9574aa2bb21f54c6e]

        Updated core Project: help  383ad41f4c56b858362e44cdc3f795f4e11fdeae

2013-06-18  David Ostrovsky  <david@ostrovsky.org>  [6e8eb540c8cfe1bf663c8e4cc15e484f0d8ea0b2]

        Migrate CheckFields unit test to python
        
        Change-Id: Ia765b37888b4095a735015e792f06fc89201d1a3
        Reviewed-on: https://gerrit.libreoffice.org/4294
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Michael Meeks  <michael.meeks@suse.com>  [b9155a663b767695c5d636e855765c209944cfd5]

        fdo#65882 - fix intermittent writer unit test failure on exit.
        
        Change-Id: Iffa4ea724f2192f85df66eaf4e9e4f30e6ba3d4b

2013-06-18  Armin Le Grand  <alg@apache.org>  [445ebce3e08973dd1701791974477d7fa64835fa]

        Resolves: #i121791# Enhanced look of the LineStyle previews
        
        (cherry picked from commit 35f96c967abb1a8b4723c7261c253661d409732c)
        
        Conflicts:
        	svx/source/xoutdev/xtabdash.cxx
        	svx/source/xoutdev/xtable.cxx
        
        Change-Id: Idcff1f8ca317bc17757a88c88ff2bd89a82f6f9d

2013-06-18  Matteo Casalin  <matteo.casalin@yahoo.com>  [8956854d8e7294b41e65d5aacbc43e11d1795711]

        String to OUString (SfxStringItem and related)
        
        Change-Id: I390413e9ff3efee720a6423fb8695b4c655d7efa
        Reviewed-on: https://gerrit.libreoffice.org/4280
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66a0713dc9c676182fcd7aa1e21f8dc25c05be5e]

        handle missing dep files in concat-deps
        
        * this and Ib4762f5a260035f00b5e68cf45b687fdf02e9c02 reduces a default
          build on my machine from 2min25sec to 2min12sec
        * without unitchecks, its down to 1min50sec now
        * it reduces the build time on a i7-4770 Windows tinderbox from 99min to
          89min
        * by now it also takes care of avoiding most string copying, although
          this can certainly be considered overeager given that the file
          creation on Windows took ~250ms per file before and still will take a
          lot longer than any string operation with this change
        
        Change-Id: I515432bdefe2b055c78b6ba97868adbde65d9165

2013-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88085a5b79eb7e11c0609b832c316b63146f4976]

        Reduce the amount of calls of mkdir -p.
        
        Change-Id: Ib4762f5a260035f00b5e68cf45b687fdf02e9c02

2013-06-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f9610ed634318c27382d79089d022fb8175eb90a]

        added unit test for n#820504
        
        Change-Id: I804e081a564d24d3896160f817051b19da884c34

2013-06-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [122db845e057cfd83bb2b5fde442200bc742eb8d]

        n#820504: default color hidden by Default style in writerfilter
        
        Setting the font color of the default paragraph style to Auto makes the
        color set in the Writer defaults (from rPrDefault) ignored.
        
        Change-Id: I1dcd92bcd0774f5229785373242899a492ab7b7c
        (cherry picked from commit d7acb5ba0924f848f1ae96eceab50a0169d18445)

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [98741a2078ebd0a9c83f6e676f99de526990f423]

        Fix CTLayout::GetBoundRect()
        
        was broken in 35b0a4cd274c1567cf0b8067eb01f17b82ee9f35
        
        Change-Id: I803b510fc875ff9e48ed762114f6d63dad51ad7a

2013-06-18  David Tardon  <dtardon@redhat.com>  [af9e58d6de158eb8f479f26c77c5e71e95b96881]

        WaE: initialization order
        
        Change-Id: I5ff293b2e06fe5891487616fcfba510e46acebfd

2013-06-18  Takeshi Abe  <tabe@fixedpoint.jp>  [3c517e8a6c7be101b35bcad3885439434574dabc]

        sal_Bool to bool
        
        Change-Id: Id1c64ab4be262713204cfeeb6333ec7d33fffcfb

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [a48f46cf8dfaaaa67011fab91582187dbd03de59]

        Remove another pointless TODO note
        
        Change-Id: Ib4cb8643f25c8516a91a5d805a5834687d42724e

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [a80d2a760121a1b02606d9f5f703c286aa3ba971]

        Remove pointless TODO note
        
        kCTFontDisplayNameAttribute is something like Foo Regular and Foo Bold,
        we certainly don’t want that.
        
        Change-Id: Ia24a2abfcbb28883b2c3d05f66070583ddb862c9

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [984dadaf69a945c8f5e0680bca4b5830b9ebc094]

        Some notes
        
        Change-Id: I665826017f03b123a8b80d6cf31e37d18e169d10

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [fd7861397bb4e8dc5ad694a7f677e10fd271f0f6]

        Remove the never set mfFontScale
        
        Lets just assume Core Text does not need this and react if a real
        problem with “huge” font sizes arise.
        
        Change-Id: I4031e7ca34692eb041ab10154df0064ab5efb462

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [08e7b88d8e1c1ac0d3b30e9e664dc9bff2c7b11c]

        Use Core Text defaults for kerning and ligatures
        
        Our ATSUI port did not disable kerning, so we shouldn’t disable it with
        Core Text, and ligature are enabled by default anyway.
        
        Change-Id: If3ee5fd14376c7d297c288ba6761a45ce2901a1e

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [a3703190c1401a15e44c455c5243d41082774330]

        Reduce #ifdef #else a bit
        
        Change-Id: I888681b01e82b72ce1ed9836ddf541c543747971

2013-06-18  Khaled Hosny  <khaledhosny@eglug.org>  [2e87fa36c7c0abb85d9a2bac71580ef799c9d4c8]

        rCTFont is not used anywhere
        
        Change-Id: I2ee13f6a014f26ca03b34d87094af337733207e3

2013-06-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fbe43e7943b2373c9a0e6571fd82fc16f9622802]

        Trying to fix salgdi_gdiplus
        
        Change-Id: I0125523fa74077bf482988f24381c0c1250c571f

2013-06-18  siqi  <me@siqi.fr>  [8ee20962ac4eb75798a4ea3b22a5361e0d0d50cb]

        Load image when fetched from server automatically

2013-06-18  siqi  <me@siqi.fr>  [03fd884b6ea89ff12ae0a2750a7600a75859c39e]

        license

2013-06-18  siqi  <me@siqi.fr>  [1c8ad3b464d4e2ecdd62b593dc3e53d340c66df6]

        asynchronsly load image into slideshow

2013-06-18  siqi  <me@siqi.fr>  [98ae2b23d8566e4a66223edfff278fee4fe93aeb]

        comManager works now

2013-06-18  siqi  <me@siqi.fr>  [f635e78632dfdde01dae8fb1ecc5fdf5f3dc3e73]

        comManager works now

2013-06-18  siqi  <me@siqi.fr>  [b202d328289d2854209694646c695ea263d27bb5]

        before checkout

2013-06-18  siqi  <me@siqi.fr>  [894d19ab772a9f0705b97c1490bedc667c0fae5c]

        seems somthing get blocked...

2013-06-17  Julien Nabet  <serval2412@yahoo.fr>  [d1bb12701c1db47ab6a1f68070afc4dae22f4648]

        cppcheck: fix uninitMemberVar in fpicker part
        
        Change-Id: I6d5b706f5d3d89cfb917c1408fd2ff0adc59c852

2013-06-17  Julien Nabet  <serval2412@yahoo.fr>  [032d5126e41562917b91b8f4826b0be628169968]

        cppcheck: fix some uninitMemberVar in configmgr part
        
        Change-Id: I9b18f033c46e16cf75cc513d00712c40bfddda14

2013-06-17  Julien Nabet  <serval2412@yahoo.fr>  [ba2cf5539890eeb23182dd2c64b5cf359b80c885]

        cppcheck: fix some uninitMemberVar in chart2 part
        
        Change-Id: Idfccf39fc4b34a5e4c2cb0bed4bcd399a73029af

2013-06-17  Julien Nabet  <serval2412@yahoo.fr>  [ea3b8ab7899ee12672f6dc8b188a8744e45ca8e6]

        cppcheck: fix some uninitMemberVar in svtools part
        
        Change-Id: Icee2501b2a33afddaa3d08186bb806acf785bf4c

2013-06-17  Tor Lillqvist  <tml@iki.fi>  [ace2106744a486af4ee8ff90b4b084553bf016ac]

        Return accidentally removed field
        
        The eNewLnge field (eek what an awful name...) was accidentally
        dropped in 55343abdef77793ea1559408fb565a6241f1dadd.
        
        Change-Id: If2d4b2ca785170c4806e64ffd62a8c436499ae30

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [50e6713e40cd239f7e568f00ad7adf44bda3453f]

        fdo#43460 oox: use isEmpty()
        
        Change-Id: If291a72d87001932c605755d628cecc088d50275
        Reviewed-on: https://gerrit.libreoffice.org/4324
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [af7cfa0071f5b2be33e9b887e6221c5047d21262]

        fdo#43460 forms: use isEmpty()
        
        Change-Id: If51c22cb28646e7af3785cb086fb4a48af0f7d68
        Reviewed-on: https://gerrit.libreoffice.org/4323
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Tor Lillqvist  <tml@iki.fi>  [e417ce79d97693ab21df7f37be1d86f6e0353a5f]

        The PICT format was formally deprecated already in OS X v10.4
        
        The documentation says: "The PICT format was formally deprecated in OS
        X v10.4 along with QuickDraw. You should not be explicitly providing
        or looking for PICT data on the pasteboard."
        
        Change-Id: I01cc600286f9a2933a91e19bb611df08944ab997

2013-06-17  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [894fdca7016b5d79b82a38318c7388f8d96aca54]

        Remove micro optimisation
        
        Change-Id: I489b9948c2b3a888fcfcf8cc89bf408760a11d06
        Reviewed-on: https://gerrit.libreoffice.org/4322
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [9a95669e5035758fc115f4c7be3e0a00651fe993]

        fdo#43460 dbaccess: use isEmpty()
        
        Change-Id: Ie27a81f4e59c48ef5aa03fb82ab38e920c0646a1
        Reviewed-on: https://gerrit.libreoffice.org/4321
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [55343abdef77793ea1559408fb565a6241f1dadd]

        Translate German comments, correct some WS
        
        Change-Id: Ia0ecca3dbaa1d44a7175ef6c454cd13c98bab030
        Reviewed-on: https://gerrit.libreoffice.org/4320
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2ffd31223f0ca76c37998cd9452b404c9d190d57]

        Translate German comments, delete some WS and correct formatting
        
        Change-Id: I6426b37e7963ab3ad48221f1695abd6036339ad5
        Reviewed-on: https://gerrit.libreoffice.org/4319
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [2f731e7a19f2c36da64b9631cf4f2de0f6d2a86e]

        fdo#43460 startmath,codemaker: use isEmpty()
        
        Change-Id: I55d3f4546f40a321ebf4b08db33536592f451944
        Reviewed-on: https://gerrit.libreoffice.org/4318
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [97460c421abec14150c4ddde27daeef892c86b16]

        fdo#43460 configmgr: use isEmpty()
        
        Change-Id: Ifab7cef3e883bc10632ac280ca382b2c68bc79e1
        Reviewed-on: https://gerrit.libreoffice.org/4317
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Eike Rathke  <erack@redhat.com>  [9ee7be4efb494351c4be096ffa04cdbd85cdc3d4]

        resolved fdo#65082 RATE function should not find roots <= -1
        
        Limit RATE to roots > -1.0, which is what also Excel and now Gnumeric
        do. If the Newton goal seek fails for the default guess value 0.1 try
        other values.
        
        This now also calculates the few remaining error cases of i#15090
        attachment https://issues.apache.org/ooo/attachment.cgi?id=6528
        correctly.
        
        Change-Id: Ic62cc807626b4715035c3076f58f303b9020db5a

2013-06-17  Armin Le Grand  <alg@apache.org>  [8681545a76e71ceef95c8ec9cdb5d692fd1ce21e]

        Resolves: #i121591# Corrected some transparent printing stuff for windows
        
        (cherry picked from commit d4b5b8bf22edc31f18232abd764edddb2ca19738)
        
        Conflicts:
        	vcl/win/source/gdi/salgdi_gdiplus.cxx
        
        Change-Id: I8191f945de10786982fcd1e94afc4f8adbe653bc

2013-06-17  Andras Timar  <atimar@suse.com>  [b0e2f891f07a75b0a58d2043d73a1e186f91a81e]

        Rename Blue nine to Blue 11
        
        It is better than renaming Blue 9 to Blue nine in order to avoid name clash.
        
        Change-Id: I6c336a617c8c6b92f86cc45bcf2763e843c3ca4d

2013-06-17  Radu Ioan  <ioan.radu.g@gmail.com>  [dd3f8fbaff3eb2eee9f6cdf9e6a79cd6dd14115d]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        - replaced RTL_CONTEXT_ with SAL_INFO
        - replace OSL_* with SAL_*
        
        Change-Id: If89af70767c3fdc4b1d0cb5e51033ca98583bc5d
        Reviewed-on: https://gerrit.libreoffice.org/4286
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [4086aec2f945e312d18b76a21683cbc0393a3e57]

        fdo#65108 clean-up headers(global/local) perl script
        
        Change-Id: I5f17a33bcd735b4655d350ce8ec2dd069e215a4b
        Reviewed-on: https://gerrit.libreoffice.org/4306
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jian Fang Zhang  <zhangjf@apache.org>  [af04930d1513f1274e8a69b96e6941ca43cfc901]

        Resolves: #i119512# selection lost if there is blank item selected...
        
        in page filed of Pivot Table
        
        Found by: shan zhu
        Patch by: bjcheny
        Review by: Yolanda Zhang Ying
        
        (cherry picked from commit 305986a4ee0f1294d629c51c75d8f793b5b80e1d)
        
        Conflicts:
        	oox/source/xls/pivottablebuffer.cxx
        
        Change-Id: Ied8ca19738e9b2e7bb596010f7ae9e308792fcbc

2013-06-17  Armin Le Grand  <alg@apache.org>  [20e1181461adaae3289a5ef943ec5c4b75cc1570]

        Resolves: #i122388# Corrected old fix to mentioned bounds
        
        (cherry picked from commit 65dd87d8f010a9c9d1b277f9b1839378b549d06f)
        
        Change-Id: I01318b3f96b23196f54335782ef9c946bf2b1ef9

2013-06-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e2c63c14f0bdea6ba360b2549dced1492b626b67]

        Remove useless attributions in starmath
        
        These values are initialized as 0 in the constructor(see starmath/source/parse.cxx).
        
        Change-Id: I68508f7f7132a2f43b99da3e7cdef9709fd62598
        Reviewed-on: https://gerrit.libreoffice.org/4282
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Jelle van der Waa  <jelle@vdwaa.nl>  [d30df91b1e5ce90826a96e4f494791c0b61b8b7c]

        fdo#43460 chart2: use isEmpty()
        
        Change-Id: Ia74923ed8f00adfa3f7758edb4e5755fedb0ec8a
        Reviewed-on: https://gerrit.libreoffice.org/4315
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Armin Le Grand  <alg@apache.org>  [d24f5f8ab835c01908c3ac1fff8dd39a6c1e5112]

        Related: #i74211# added frame to better see graphic
        
        (cherry picked from commit cd6db555e6a2b3befc11698fe2a3c443780b6a7d)
        
        Change-Id: I35c3681469c7fec958437de566bfaa15c85266e0

2013-06-17  Armin Le Grand  <alg@apache.org>  [3a8dbb63197c5b9298015cbd5b15e607ec9a3705]

        Resolves: #i74211# Correct crop of bitmap data when...
        
        logical size and MapMode do not match real pixel size
        
        (cherry picked from commit a24965371f7e881671182bc51432c08cbf667b56)
        
        Conflicts:
        	svtools/inc/svtools/grfmgr.hxx
        	svtools/source/graphic/grfmgr.cxx
        	svx/inc/svx/svdhdl.hxx
        	svx/inc/svx/svdograf.hxx
        	svx/source/svdraw/svdhdl.cxx
        
        Change-Id: Icfb9091b55e50081e8daf697c9f00f5b5a10531a

2013-06-17  Caolán McNamara  <caolanm@redhat.com>  [997cc4804d947fdd751e457fda47f95ecf3ac909]

        restore now needed ctor
        
        partial revert of bb61f56d71b699dfbe422bac37a3151767e6a40f now
        that we need it again
        
        Change-Id: Iffaf72b96b237101b4bbb65efd32d6c5f18eb212

2013-06-17  Matthias Freund  <matti_lx@yahoo.de>  [0669c58d6016a6447317b0f10dad8896f6dd9f38]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 3)
        
        And again translations and cleanups.
        
        Change-Id: I13ebd6c9073af855f34a425cfda247155b634f34
        Reviewed-on: https://gerrit.libreoffice.org/4296
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ef4872f6c6a49878ea2fc6b3a4ea3cd9ad52de33]

        Fixes fdo#59642
        
        By adding one more test about mathml xml.
        
        Change-Id: I1b49e9faea6742594eaa900a87a03c4dd86c0b5c
        Reviewed-on: https://gerrit.libreoffice.org/4314
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-06-17  Armin Le Grand  <alg@apache.org>  [e014694623b1516aa47f2012cc038e4c64ed7bea]

        Resolves: #i122326# added text clipping, corrected text box distances
        
        (cherry picked from commit 58b44ad7c8d46904da750c4820f4bde675953fa9)
        
        Conflicts:
        	svx/source/svdraw/svdfmtf.cxx
        
        Change-Id: I313c2f50269b8ba97c32a24b92aafafb49f3ca70

2013-06-17  Armin Le Grand  <alg@apache.org>  [e0d8fb0cb157668dffa683fe81418304f8a843dd]

        Related: #i121801# Corrected objectBoundingBox case for GradientTransform
        
        (cherry picked from commit f03ec4812cfe71f582c5290869f22eadd661b48a)
        
        Change-Id: Icb3e2cefda2fd5fe9a2dcf501e5e07881961932e

2013-06-17  Armin Le Grand  <alg@apache.org>  [b7a425aab6122b5848362815e5fe665c7e38da05]

        Resolves: #i121801# Corrected handling of gradient transformations
        
        (cherry picked from commit 4f49f1d95e8d0be7df259ad1458441fd858be735)
        
        Conflicts:
        	drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx
        	svgio/source/svgreader/svgnode.cxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        
        Change-Id: I155854692a9d1771826867d2666fc6174e2c9256

2013-06-17  Michael Meeks  <michael.meeks@suse.com>  [821446a0be326c0065c827ffcd4670c113c78755]

        Use hex numbers for in-line Arabic / UTF-8 string.
        
        Change-Id: I89d5420ad16e7dbfa1f3b6472d78162dffef59c4

2013-06-17  Rolf Hemmerling  <hemmerling@gmx.net>  [3f1fecdbc784ab2c98321b7de5edfedef690c77c]

        Translate German comments.
        
        Change-Id: Ic9cd2288ac25868949b7f2de8ce517c2cd03d1e4

2013-06-17  Caolán McNamara  <caolanm@redhat.com>  [c8b15ef45cd0916a0a42c2ede064e7a4bd4f06d9]

        don't include xftsfit.hxx anymore
        
        Change-Id: I1d90bfaa4ea594fee2dbd42f936538950ca6662f

2013-06-17  Armin Le Grand  <alg@apache.org>  [5f84a4cdcb9ae2b2fc002cefeccf349682f0a29d]

        Resolves: #i122324# detect own re-import of EmbeddedFonts...
        
        and correct font name
        
        (cherry picked from commit c2b5f0eedcc0fb7e0175e81b6f6127b99b8b7499)
        
        Conflicts:
        	svgio/source/svgreader/svgcharacternode.cxx
        
        Change-Id: I437db7feccd31a653f1100b426b568278faee4cc

2013-06-17  Caolán McNamara  <caolanm@redhat.com>  [06f22f5ae0eafe094b280f03c770eebdbb33d403]

        Resolves: fdo#55411 python 2 vs 3 str/bytes encoding issues
        
        Change-Id: Ic1aac1609f3a1fcbd0af9a1c9ecc07a735c8785a

2013-06-17  Armin Le Grand  <alg@apache.org>  [64aed8554510ec3c288ccc247701cf048df59860]

        Resolves: #i122132# Some simple extensions to exporter
        
        (cherry picked from commit 3454d18694e0ddcf9bc71661bf48c37450fa1fab)
        
        Conflicts:
        	filter/source/svg/svgwriter.cxx
        
        Change-Id: I2f9d96ffce0d51695a665b58a776807bab5d277e

2013-06-17  Caolán McNamara  <caolanm@redhat.com>  [d7cebf0f211053960fba5c0bf1179df54fd35456]

        restore SvtGraphicStroke::set[Start|End]Arrow
        
        partial revert of 743e627bcfc9c87d806109fe6f3f4e2817b73dda
        because we want to use that then unused code now
        
        Change-Id: I94fe173dda053ce1b72b3b776a9855ce9ecc249b

2013-06-17  Matúš Kukan  <matus.kukan@gmail.com>  [96204ecf7418eb1e94992869c3c1439359004adf]

        do not copy executables into instdir yet (by default)
        
        It causes some weird problems with solenv/bin/linkoo.
        
        Change-Id: Ic1613394ec3f0fe508ca813c2600f9bc5439dce7

2013-06-17  Michael Meeks  <michael.meeks@suse.com>  [cab3e22562bcb5967f269524e1f9e285688bb121]

        OpenCL code cleanups
        
        Change-Id: Iab75b11f13856a6e631587e22b5d76977b8c7448

2013-06-17  Peng Gao  <peng@multicorewareinc.com>  [f01985a22bc7d6d37a8c92e50b531e849705fd09]

        Initial OpenCL pieces.
        
        Change-Id: I3a52cb7085b2dd8b70863a346eca279444206be6

2013-06-17  Michael Meeks  <michael.meeks@suse.com>  [55bead4bb502b8fef9485f0e31055cc546e652bb]

        initial opencl configure pieces.
        
        Change-Id: I5592fdab8f6029e371b3d70f3334b737a6262eac

2013-06-17  Andras Timar  <atimar@suse.com>  [3a183e87421fdef3e8f7e7459d539ab28a6a2241]

        sid has charset based collation rule
        
        Change-Id: Id9eb0b59384223b6c47229bd0a3430e71e79e622

2013-06-17  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [47a23789b7aed7fed8da2cf737bc4dd1070e32bf]

        l10ntools: getLength() -> isEmpty()
        
        Change-Id: I9272c244e22d87fbd2547f4fcb6b94493ffaad3a

2013-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5acbffd03f5943354832f10e1bd2232c4774d8fb]

        Blind fix for Windows tinderbox
        
        Change-Id: I3815c2605c9936716a2afda4f98e13f425e3f486

2013-06-17  Andras Timar  <atimar@suse.com>  [217d39c412cba1360a0002d73ad2fa0ff4341209]

        forgot to git add sid_charset.txt
        
        Change-Id: I314c97d0421ed564c146cde4700ca23fe62347c1

2013-06-17  Armin Le Grand  <alg@apache.org>  [573322e26b0244b27f70cfbc8989b3040a34f3d6]

        Resolves: #i121538# Removed old Fontwork dialogs preset box...
        
        and all dependencies
        
        (cherry picked from commit bcfee75544246db6788715d98efd6d33c12f933d)
        
        Conflicts:
        	sd/inc/pch/precompiled_sd.hxx
        	sd/source/core/typemap.cxx
        	sd/source/ui/view/drviews6.cxx
        	svx/Package_inc.mk
        	svx/inc/svx/dialogs.hrc
        	svx/inc/svx/fontwork.hxx
        	svx/inc/svx/svdstr.hrc
        	svx/inc/svx/svxcommands.h
        	svx/inc/svx/svxids.hrc
        	svx/inc/svx/unoshprp.hxx
        	svx/inc/svx/xdef.hxx
        	svx/inc/svx/xenum.hxx
        	svx/inc/svx/xtextit.hxx
        	svx/source/dialog/fontwork.cxx
        	svx/source/dialog/fontwork.hrc
        	svx/source/dialog/fontwork.src
        	svx/source/xoutdev/xattr.cxx
        	sw/inc/pch/precompiled_sw.hxx
        
        Change-Id: I3718285d38444d3862ca382fe020a4e0a083a677

2013-06-17  Andras Timar  <atimar@suse.com>  [b93107f3d510f19faa2e62dc965aea9f1b46898d]

        typo fix, use ja_charset for Japanese
        
        Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9

2013-06-17  Andras Timar  <atimar@suse.com>  [fb4542f3427c0b37463c5fa6bb5602ce423510d9]

        fdo#65809 Sidama (sit-ET) collation data
        
        Change-Id: Icc68dcc44678f4151ff5d4a25dd8868218363341

2013-06-17  Matúš Kukan  <matus.kukan@gmail.com>  [94b6882b80c91d2daf5e317e9d79d3d2a1c6572b]

        fix gengal dependencies
        
        Regression from 9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e
        
        Change-Id: I91a7efb207209020acef751ad4f766328dc92c57

2013-06-17  Armin Le Grand  <alg@apache.org>  [0994eb59a1bd1a993c7b6650570454ecad6077b0]

        Resolves: #i121538# Disable FontWork dialog entries (slots)...
        
        when CustomShapes are selected to avoid unwanted FontWork editing on these
        shapes
        
        (cherry picked from commit c73f0e910fcf3a940c24a639dba9b4ced2057399)
        
        Conflicts:
        	sw/source/ui/shells/drawsh.cxx
        	sw/source/ui/shells/drwtxtsh.cxx
        
        Change-Id: I6b702512c48e7b2376874b2e8184563d12d5c6e8

2013-06-17  Armin Le Grand  <alg@apache.org>  [881b79dc21560bbdb6bf0e9b50061d1507e5e165]

        Resolves: #i113080# added test code, cleaned up a small inconsistency
        
        (cherry picked from commit d7fa73b25f75796291432496d9bb8d7c80e82c8b)
        
        Conflicts:
        	drawinglayer/source/tools/converters.cxx
        
        Change-Id: Ia8edda4ca2c79bfc9d4a0962f99d8db581622a7d

2013-06-17  Caolán McNamara  <caolanm@redhat.com>  [03427c780bd565a902cbb787b5fa2f4707382e27]

        move now private headers to private location
        
        Change-Id: Ibc3a6d446dd2bd49af916cbe1ca88e173ae414cb

2013-06-17  Armin Le Grand  <alg@apache.org>  [d1310b7628a68fe13284818ba4a5d38eaef742c4]

        Related: #i121532# unified processor2d usages from other modules
        
        (cherry picked from commit f371f92c89d296207ef9a219518ba8caa481bcfe)
        
        Conflicts:
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/Package_inc.mk
        	drawinglayer/inc/drawinglayer/processor2d/vclmetafileprocessor2d.hxx
        	drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx
        	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
        	drawinglayer/inc/drawinglayer/processor3d/defaultprocessor3d.hxx
        	drawinglayer/inc/drawinglayer/processor3d/zbufferprocessor3d.hxx
        	drawinglayer/source/processor2d/processor2dtools.cxx
        	svx/Package_inc.mk
        	svx/source/sdr/contact/objectcontactofobjlistpainter.cxx
        	svx/source/sdr/contact/objectcontactofpageview.cxx
        	svx/source/sdr/overlay/overlaymanager.cxx
        	svx/source/sdr/overlay/overlayprimitive2dsequenceobject.cxx
        	svx/source/svdraw/svdedxv.cxx
        	sw/source/core/doc/notxtfrm.cxx
        
        Change-Id: Iea4a79133f4375cb0625b187eeb3d727b50ff0fe
        
        Related: #i121532# missing defaultprocessor3d.hxx breaks build
        
        Revision 1440387 changed defaultprocessor3d.hxx to be no longer "delivered".
        It is needed in svx by being included indirectly via cutfindprocessor3d.hxx.
        Fixing the build breaker by "delivering" the missing header file again.
        
        (cherry picked from commit 3bd3ea81c8d54109950b435225c3aac011d56c3d)
        
        Conflicts:
        	drawinglayer/Package_inc.mk
        
        Change-Id: If0dcea79cfff4cf20a1ca1af3d0a34f86eb2e24e
        
        Related: #i121532# removed include to no longer existing file
        
        (cherry picked from commit a4c602d9b5b17e220dbaa4dec2cef91d39945154)
        
        Conflicts:
        	sw/source/core/doc/notxtfrm.cxx
        
        Change-Id: I7dc2f99684fa285225dfdcfc7add553695b8412e

2013-06-17  Tor Lillqvist  <tml@iki.fi>  [a074ee056a8b73fc14724522a5c0d1c34850c529]

        Fix iOS cross-compilation
        
        No idea why the filter-out here was needed at some point in time, but
        at least now it broke cross-compilation for iOS.
        
        Change-Id: I6c4d3f6151ac2821db5f79c3e4113400b740f7f3

2013-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [919684989da543d8884bb68d7d1c33c2cbe8a9b7]

        Fixing the joy of MSVC preprocessor
        
        Change-Id: I4e97f93de568b1704a58ab5e5c47e85e09327779

2013-06-17  Stefan Knorr  <heinzlesspam@gmail.com>  [3d9e3cd2a2d07327427b70d4afe1c628793dee8e]

        Template Manager: Use actual template icons if no thumbnail exists
        
        Change-Id: Ie1ee86a180701355886a340ea97940303f527422
        Reviewed-on: https://gerrit.libreoffice.org/3278
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-06-17  Andras Timar  <atimar@suse.com>  [8a9a65006597939b86942bf9194a98eae9d73481]

        fdo#65809 Sidama (sit-ET) index sorting
        
        Change-Id: I1781c94cc67d4a2fa47bcf126195309590016b14

2013-06-17  Stephan Bergmann  <sbergman@redhat.com>  [6c7ae36a25a19d401d151dad932b14bd9c8248f3]

        PythonTest still does not work on Windows
        
        Change-Id: I79e352efeb1ed3fe8dab53bfb31362ac2ce11b06

2013-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d6e12ac8f04f4a3820ec07bd94cd5352f6f861ca]

        WPX_SEEK_END needs libwpd >= 0.9.5
        
        Change-Id: I8f4e41d4f089d989a699e29bbb48a6fb749ff95a

2013-06-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0b27b03d03c94b86d5664c1e08941b0df97181a9]

        min -> std::min in order to unbreak windows build
        
        Change-Id: I4b7b2acf0f1c3173393841ae1047240e991fb837

2013-06-17  Julien Nabet  <serval2412@yahoo.fr>  [e9fd9c25269abe171e5f693a8c70b33ab5a01c85]

        Cleaning: remove use of old edt1 from dlg.h (Windows)
        
        edt1 was used before cmb13 (used from Win2K version)
        So use only cmb13 + tweaks associated comments
        See http://nabble.documentfoundation.org/Cppcheck-reassignment-of-edt1Id-because-isWin2000-has-been-removed-fpicker-module-td4061342.html
        
        Change-Id: I9d56726508a9fbf2607c9d18b7b33eca340f1b9f
        Reviewed-on: https://gerrit.libreoffice.org/4283
        Tested-by: Andras Timar <atimar@suse.com>
        Reviewed-by: Andras Timar <atimar@suse.com>

2013-06-17  Xiaoli  <duan19002009@gmail.com>  [99eee227ac5a96a2657e26d64b8fbf228fd10bf2]

        migrate check_index test from Java to Python
        
        Change-Id: I5080cb0c3ca4b28d197137407da0d5f5b3d6c6d7
        Reviewed-on: https://gerrit.libreoffice.org/4310
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-06-16  Andras Timar  <atimar@suse.com>  [76a901298ea850f2150fd01ecf564cdcd7c6d798]

        l10n of additional colors in standard palette
        
        Change-Id: I9200ce7f0e18491f2a1b8b60a43883df6dcb6cf2

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [2f4012a9773421a49d8bfb9a4a96a3c5f1d8652b]

        cppcheck: fix some uninitMemberVar in sw part
        
        Change-Id: I6492f87b9ca04a67c738da1ea173df98e382951a

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [c22acb449fba8a5f0249e5da73ccad017d4ddb65]

        Don't use deprecated API
        
        Change-Id: I1dfc8998eeeda31648a4b4fe95d40117686a866b

2013-06-16  Khaled Hosny  <khaledhosny@eglug.org>  [1733e4ad1c5bddfef8977e6b8bc738ab15f49490]

        Don't build icule library as we no longer use it
        
        Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02

2013-06-16  Khaled Hosny  <khaledhosny@eglug.org>  [b6ecac9fb90c9caa684a10ca0f108da70e4d3245]

        Bye Bye ICU Layout Engine
        
        Change-Id: I0f887ba378f9dac45a3736e4d1789585651148d1

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [7aa42913bb1828b877c2f73b4fe59cc3c65a67bf]

        WaE: 'FSResolveAliasFile' is deprecated: first deprecated in OS X 10.8
        
        Use the bookmark API instead.
        
        Change-Id: I61fe91ea2c7287c52d45ddfee772ecfcfb5498b6

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [332bce15e713cc07836082e0d0e82efc6e671762]

        Need the IOKit library now
        
        Change-Id: Ib98fc2f683729d1c9fe6768c63a1d1a6614ba567

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [0a52587c7a6409f81f61feeb3edf4054730a72a2]

        cppcheck: fix uninitMemberVar for postgresql part
        
        Change-Id: Id37b961ff04ec9cebcc9d35434ccfdff0b512235

2013-06-16  Jan Holesovsky  <kendy@suse.cz>  [21acf9d636574249f3c4748831e659c0b12a8a4a]

        Reduce scope.
        
        Change-Id: I1cabfd0aad8aa00a50d5f854aca96fa27b635273

2013-06-16  Jan Holesovsky  <kendy@suse.cz>  [4043d6633b2fbced4dacafdafc6467508c293f7e]

        sidebar: More focused tooltip text.
        
        Change-Id: I92d5d82e1955f46ef1137d46956af43e5921d149

2013-06-16  Jan Holesovsky  <kendy@suse.cz>  [1abcfd8a9e5e0b4829c04cfea055a21021ca2ab1]

        widget layout: Honor explicitly set tooltip text for toolbox items.
        
        Change-Id: I067abb53783655dddc2130aa126dd032c803d58d

2013-06-16  Jan Holesovsky  <kendy@suse.cz>  [8eb89bc4becd2abb47eefbe26ecfd029df043538]

        sidebar: Make the Page panel more minimalistic.
        
        Change-Id: Ic0a731142efc57ad0b6ba450188fff4108867f92

2013-06-16  Jan Holesovsky  <kendy@suse.cz>  [2825635ddc5be6b1d71ec30abe6fab73ada6b3a0]

        sidebar: Make the Page panel resizable.
        
        Change-Id: I5f700c085d8a53f38e3d548d1d9fcad9090bd6b8

2013-06-16  Prashant Pandey  <prashant3.yishu@gmail.com>  [0813006e76880e78200cad47baefb5b70d9b21e8]

        sidebar: Conversion to .ui for Page property panel.
        
        Change-Id: Ie05831a6d4958b3bcef666454a4c02dfc5288fe2

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [02d58eb6e07599e48d53a40be225fa31c663640a]

        cppcheck: fix uninitMemberVar + remove macro
        
        Change-Id: Ifce036595a8a5e95406c8a1752dbb77cfe735a3e

2013-06-16  Armin Le Grand  <alg@apache.org>  [3af1951e5568a3d5885f1b75865bffd424d9ec4e]

        Resolves: #i122420# Re-activated the internal OpenOfficeToSystemFlavor
        
        (cherry picked from commit 11d6690fddcebec67baba285f87e647241ebfd82)
        
        Change-Id: I23c71470e587f8ece54aa9f2991634211ff3b4b5

2013-06-16  Armin Le Grand  <alg@apache.org>  [5aee0c13cc62a81a38d4132db7972dc301c21b3d]

        Resolves: #i121532# enhanced visualisation of text edit&selection
        
        D&D overhauled
        
        (cherry picked from commit c6e63b6bbb6b4a63fe1302de57fc32cd28432378)
        
        Conflicts:
        	drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/processor2d/linegeometryextractor2d.hxx
        	drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
        	svx/Package_inc.mk
        	svx/inc/svx/sdr/overlay/overlayanimatedbitmapex.hxx
        	svx/inc/svx/sdr/overlay/overlayobject.hxx
        	svx/inc/svx/sdr/overlay/overlaypolypolygon.hxx
        	svx/inc/svx/sdr/overlay/overlayrectangle.hxx
        	svx/inc/svx/sdr/overlay/overlaytools.hxx
        	svx/inc/svx/sdr/primitive2d/svx_primitivetypes2d.hxx
        	svx/inc/svx/svdview.hxx
        	svx/source/engine3d/view3d.cxx
        	svx/source/sdr/overlay/overlayanimatedbitmapex.cxx
        	svx/source/sdr/overlay/overlayhatchrect.cxx
        	svx/source/sdr/overlay/overlaypolypolygon.cxx
        	svx/source/sdr/overlay/overlaytools.cxx
        	svx/source/svdraw/svdcrtv.cxx
        	svx/source/svdraw/svdedxv.cxx
        	svx/source/svdraw/svdhdl.cxx
        	svx/source/svdraw/svdobj.cxx
        	svx/source/svdraw/svdview.cxx
        	sw/source/ui/dochdl/swdtflvr.cxx
        
        Unname unused arguments to prevent WaE issues.
        
        (cherry picked from commit 0735a61e631b8d4bb3d4e889bee436fb9e7c5734)
        
        Change-Id: I3b1cf4754063985dc1b4adac44b33e52e200607f
        e4288936cadd1f6e06bdf79611536d7114236b56

2013-06-16  Ariel Constenla-Haile  <arielch@apache.org>  [9618c7627061b9eb82ad6107de78a12c764744cf]

        Fix build breaker
        
        (cherry picked from commit 6746e3ace000264274e9f587f7223906a864c27c)
        
        Change-Id: I66697ce020ffbd00d667556e9684bfe62ce1f38f

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [52cc6555bcfd81b785de6862805fcb877b466ba6]

        Remove duplicated call to SalData::ensureThreadAutoreleasePool()
        
        Change-Id: I788949fbec9eea3d65b9f063dec416e41ba4815b

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [e73882063c7b1abbfd842a82854887a7eaed8c02]

        WaE: 'UpdateSystemActivity' is deprecated: first deprecated in OS X 10.8
        
        Instead use IOKit as described in
        http://developer.apple.com/library/mac/#qa/qa1340/_index.html , said
        to work in 10.6 or later, thus fine for us.
        
        Change-Id: I1bfcc2b9bce6cdf5d7274e89f96b1739898fa735

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [7c5b0cde8c2301dd23320831e4a528d9da6f6a2b]

        cppcheck: fix duplicateExpression
        
        (It seemed logical to me, hope I'm not wrong)
        
        Change-Id: I2c1ffbe69b90655b260a7ecb41ab089b60b27b85
        Reviewed-on: https://gerrit.libreoffice.org/4279
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [f0ed219c8f8c5c46e6244cc1bc0bb097b515574a]

        sw: move the textframe-table testcase from rtfimport to rtfexport
        
        Change-Id: I7e9d26ec1f47d16e35e24fc4bd9482f5d899e79c

2013-06-16  Jelle van der Waa  <jelle@vdwaa.nl>  [040710161c507f6e4d0120cfb61d9d82bc6a0527]

        fdo#43460 use isEmpty()
        
        Change-Id: Ie33025fbd10f47efd6b97304b76b21166d4ee70e
        Reviewed-on: https://gerrit.libreoffice.org/4307
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [4c3d2dcdadbcb8f2ffc2caab07d50a286341df96]

        Add UI for fine dashed border type
        
        Commit 7d632ff29e601c2e680c4a689997fbf552592a4b added document model /
        layout support for this, but UI was lacking.
        
        First, add a new item to the list box in
        SvxBorderTabPage::FillLineListBox_Impl().  Second, handle MAP_TWIP unit
        in svtools::GetDashing() for STYLE_FINE_DASHED. Pick up some values that
        give visually the fine dashed result when painted. (The original values
        from 2f0d406911f9790a434e46bc82ea36bb8ae714e7 in other cases seem to be
        a bit consistent already anyway.)
        
        Change-Id: Ibf1ed235d51515b065d23a6a5d5eef433162899f

2013-06-16  Khaled Hosny  <khaledhosny@eglug.org>  [eb04af85a7f928564d29c4400d5c0ff1828f4304]

        Fix PDF export with fallback fonts in Core Text
        
        We need to pass the real font used to layout the glyphs in case it
        differs from the requested font, otherwise we end with garbage in PDF
        files.
        
        Change-Id: I9caa8e60429e45ee864f5347fd9392f5e440864e
        Reviewed-on: https://gerrit.libreoffice.org/4299
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-06-16  Matteo Casalin  <matteo.casalin@yahoo.com>  [21e43f598eb8ff7347876d8a61d7b2de29b8e7fe]

        Simplify SwPaM::GetTxt
        
        Change-Id: Ic8905ff02852dab7f699c2a9f02a6252a5c42c7f
        Reviewed-on: https://gerrit.libreoffice.org/4213
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-16  Khaled Hosny  <khaledhosny@eglug.org>  [3d12036000f4e13127affc0cb764fc65cf89af44]

        Get rid of SalLayout::GetFallbackFontData()
        
        This is only used in conjunction with SalLayout::GetNextGlyphs() in
        vcl/source/gdi/pdfwriter_impl.cxx to retrieve the fallback font, if any,
        used to layout the given glyph, but it is a very convoluted way to do a
        straight forward thing, and hard to adapt for new SalLayout
        implementations.
        
        So now I just pass a fallback fonts array, when requested, in
        GetNextGlyphs() itself.
        
        Change-Id: I24e7931f64867a4fb4e7b728c65faa6198e24aba
        Reviewed-on: https://gerrit.libreoffice.org/4285
        Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
        Tested-by: Khaled Hosny <khaledhosny@eglug.org>

2013-06-16  Xiaoli  <duan19002009@gmail.com>  [7441d4bbdbbcb87193c32510f3577a0e531467e5]

        PyUno fixed crash in function isInstanceOfStructOrException()
        
        when we try to call PyUNO_callable object that doesn't have __class__ attribute
        
        Change-Id: Ia05f70d70f248d50aa141b09625f7ec50189e1dd
        Reviewed-on: https://gerrit.libreoffice.org/4309
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51a35743271ea8ef390428d4f110c87e8318e675]

        another merge error
        
        Change-Id: Iec1f5d090581b1613782b521139387853e4c902f

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e87f75ee5549b8bd30cf71936b7ecc1b7d40d66]

        fix merge errors
        
        Change-Id: I0d9cae8f5ac06a90f4e3e000c6a3648a5cefe839

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f73b52db74dd3df2784de1ac40e2a4c535446ae]

        some small improvements for the FILTERXML function
        
        Change-Id: I4b4e814d90592f318afb3a9a6965ad8e3df07cae

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a29d20932c89685e7a72f05efb25177cb178fd22]

        add initial version of WEBSERVICE function
        
        Change-Id: I8a835278c0d1b8f3a463aa5765b145410605aba4

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e283043ee0e268b97653de5819b90e08e1944ad]

        use ASSERT_EQUAL to get better diagnostic message
        
        Change-Id: I51d92e6d7a012bb9daf5eba5f982fa4bffbba28e

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b9620e18bdcb91a229e9aefef5192f346030b52]

        inital work on FILTERXML function
        
        Change-Id: Ifb884a52b275df818812f8be6cd7650dcb97849d

2013-06-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de8a82d9ac6ce02416aa820f82b5a3ea2598ec1c]

        use the implicit conversion
        
        Change-Id: I1d4739721c297e6d5605d93b6e86e114ea12db85

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [ae85b56a9a18657a57fd5033faff34e7ee4ff2f8]

        Import/export RTF_REVISIONS
        
        File -> Properties -> Security -> Record Changes on the UI.
        
        Change-Id: I96d321f407abd33e15a4a133e6723d48efa5bc53

2013-06-16  Andras Timar  <atimar@suse.com>  [01bc38ac11fe791474fdffd763534851308d86ab]

        Updated core Project: dictionaries  8da7237c1ddb4eba8f7ce2b5c08e84353d1095e9

2013-06-16  Stephan Bergmann  <sbergman@redhat.com>  [2f1e90b82ba43ed1d8f34e3f43dfdcb76e1b8417]

        Blind fix attempt for PythonTest on Windows
        
        Change-Id: I5e517c93c402dbbdc5dc09c77d537aec819d9a81

2013-06-16  Michael Meeks  <michael.meeks@suse.com>  [c6e8f302e634112781929e398fe6874b9a762adf]

        initialize number scanner.
        
        Change-Id: I259754957a5ff7d07d5d6e4a252c3460f236f034

2013-06-16  David Ostrovsky  <david@ostrovsky.org>  [2efac6b4d53821ef9167f3e04f205e1f6ae28638]

        Another try to fix python unit test on MSVC
        
        Change-Id: I66734830ef228b6928b24194f278632fa9f2c70c

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [be53bec4fa8e6d08ceac0496585bbf64f69b4a19]

        RTFDocumentImpl::getShapetextBuffer can go as well
        
        Hopefully this was the last trace of buffered shape import in the RTF
        filter.
        
        Change-Id: I42a531954ef5832473c43c121d569635f144a4d1

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [769266a9b9f5464847ed7d240e15c1bb16ac3d80]

        RTFDocumentImpl::replayShapetext is no longer needed
        
        Change-Id: I3dce867e01049d815b61b5292ec7afacffa5b2e8

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [e210299bcba5ae87a5bee7973aef650b7c5df1e2]

        fix mistake
        
        Change-Id: I190f1849064844d6e200b857af971e731f9b8d96

2013-06-16  Michael Stahl  <mstahl@redhat.com>  [6a5efa567a3e822099392d22d5f5db6a02236c4b]

        fdo#64925 - fix crash on paste of Arabic text on windows.
        
        Change-Id: I4c1c5416d6ce486f257f499c39e269d1f1619add

2013-06-16  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [e9911f12d1e124d1910ac2310c224e66ab365ed4]

        docx: fdo#43093 fdo#44029 fix the alignment when the paragraph are RTL
        
        this will fix the alignment for RTL paragraph when import/export MS docx file.
        the alignment should be exchange when the paragraph are RTL.
        it will also fix text direction export for RTL paragraph.
        
        Change-Id: I5fe55205677d6e12142e398570cba78094705692

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [aa0f3ca1cd285e8ffbc10de5510d447a72de980a]

        RTF import of fFitShapeToText shape property
        
        Change-Id: I1d0cd0d34284e6ecabd0b4dc9bf25bc31b7ff4c1

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [f1967d9bd4a0cb1558b495b564202a9bde2ab323]

        cppcheck: fix the rest uninitMemberVar reports in sfx2
        
        Change-Id: Id573ebbb5aee7662a585b73ecb4432158c472d46

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [2552bd3fa57521343dd437cdfca276c8cd35d131]

        cppcheck: fix some uninitMemberVar (svl)
        
        Change-Id: I0874300f5a4941ee0b8dbd1dac0c6495aa9edc25

2013-06-16  Julien Nabet  <serval2412@yahoo.fr>  [76dea8b2db906156e77f78738a68f932a15afd4b]

        cppcheck: fix uninitMemberVar from ctloptions.cxx (svl)
        
        Change-Id: I4a0bf380d2f7786332ddb7f10f432636a0eda928

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [c93109f5593c19ca443013101ca132e0bdbda8e8]

        We only support 10.6 or later
        
        No need to check whether running on 10.5 ("Leopard") or later.
        
        Besides, Gestatl() is deprecated in 10.8.
        
        Change-Id: I8d20d1e4d208eef8fbe980cbed4d70662cf4bb0d

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [c03a1e46460e4255d7709df9ba8147947f66acfb]

        SwModelTestBase: fix for leaking temporary files
        
        This alone pushes down the number of created /tmp/lu* from 527 to 2
        after a single run. Regression from
        9b53538a076a2370df975655c8579dfe09cff09b.
        
        Change-Id: I5ea2e3da0b89223fb32469af3d59a2a3b246d00f
        Helped-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [216fe5cf3c41713fa2a11731e4c3d514236b2480]

        solenv: fix missing last char of the git hash in the about dialog
        
        When 918695a2bf8f95fd437071bfc6ac59e446c256f8 introduced this, we were
        having a "foo-bar-baz-"-like hash, and removing the last char made
        sense.  Since we then switched to 'git log -n 1 --pretty=format:"%H"'
        from './g -s log -n 1 --pretty=format:%h-', this is just no longer
        necessary.
        
        Change-Id: Icee0d38e5bd917163d678df5cb12c36902460c7b

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [fa76a7159ad022df555f9c89dfce30a9c1681c26]

        kCTFontTableOptionExcludeSynthetic is deprecated in 10.8
        
        Change-Id: Ic5fc06e38db6f2111d516c53b6d1be2e47a7ced7

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [aa539f6c9d37f5eeef56a468f7009c542fddc02a]

        Don't use deprecated API for OS X alias resolving
        
        Change-Id: Ifaaec1863f12cd73d0a77c3367935f57675157e2

2013-06-16  Tor Lillqvist  <tml@iki.fi>  [027d114b832686ab927c7db91ea512d2dcdc77ac]

        Indent macxp_resolveAlias() consistently
        
        Change-Id: I66ab13c4111678f20a09f14126304a0c11116180

2013-06-16  root  <root@fedora1.s390.bos.redhat.com>  [e17ab68dbdc7cae8488b39407908d2d218011a2f]

        fix debug build on s390
        
        ... by removing obsolete OSL_ENSURE. nVtableCall was renamed to
        nFunctionIndex and the same check is done a couple of lines above.
        
        Change-Id: Id52b69adceb337049c50a599aefc718498d688c0

2013-06-16  Michael Meeks  <michael.meeks@suse.com>  [e7d0b214589dbd623d14219990198ccb804eff6d]

        add missing modelines.
        
        Change-Id: Ia0472d4dbce203f0b813e353b4b29f9dc9618664

2013-06-16  Michael Meeks  <michael.meeks@suse.com>  [35e17fa2b3440b831eeaf37b9c6db6b6574ae4d8]

        sidebar: disable listed but disabled toolpanel panes.
        
        Change-Id: I4c156629c1b7587c342743af47be73f5cda253aa

2013-06-16  Rolf Hemmerling  <hemmerling@gmx.net>  [98b4c3303e95fa076acc2ebaf195346f7545d107]

        Translate German comments
        
        Change-Id: I1e852ec6961f11b9b5047442d974063496750440

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [843735fca973f2a456521a6a6ac324f27af7254b]

        testcase for 4ab658b56f5c6ff0082d38d8ace1924d11e30e96
        
        Change-Id: Ic36463f127eb266e74e7ea4445fc1c8a3126bfe0

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [4ab658b56f5c6ff0082d38d8ace1924d11e30e96]

        RTF import: implement support for tables inside text frames
        
        Change-Id: I6088adad20212cdbcc03b193cc079c51a305602a

2013-06-16  Miklos Vajna  <vmiklos@suse.cz>  [2fc088afdf6dcb2defbd462a9e64ba7e53ba5caf]

        Factor out RTFSdrImport::applyProperty() from RTFSdrImport::resolve()
        
        Change-Id: Idd352e712e20e6e64c80490daf4b2a5e74d47a97

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [1780b582cc880538c98796a67f64a0bdd696ea22]

        vcl_complextext includes boost headers
        
        Change-Id: I2528cfd2a4d520d4400ae72a53c085484e0f86aa

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [807fa5ac6353f62c1146d4c415fefdc76c71259c]

        Register these build-tool executables also for Android/iOS.
        
        Otherwise we can't get their names with new
        gb_Executable_get_target_for_build.
        This can be considered ugly but registering in Repository.mk does
        not hurt - It's not used for installing for Android/iOS.
        
        Change-Id: I9274b8e902bad57c86e40500c7fb85cd9f4e58b7

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [0333708de41f01f264b338d9aac70230be4d08e9]

        try to fix Windows build of externals
        
        Unfortunately, new gb_Executable_get_target is not
        possible to call when parsing platform/ makefiles.
        
        Change-Id: I8528e2fb7f688b148857c24410511f539e1ff8ff

2013-06-15  Michael Meeks  <michael.meeks@suse.com>  [21e573d6151151120dda6933c892c19a63c3a32b]

        initial attempt at text measuring unit test: linux only.
        
        Change-Id: I11a1845350e3404f348be1321571b19d816426a3

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [f29966b22a38e98df83f49f9285370e7ca49bcb7]

        fix previous commit
        
        Change-Id: Ifc8723e9dd453e14911a5c46175bb7795ebb064c

2013-06-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1492a2f09c05a03289e46fbd4e453d1ac03d06f9]

        fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
        
        Change-Id: I7a3511172ac8ddd060c51c0339a4b9ff16216668

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [03420d69e2149d2d8b64eeb1ae36411348c9d297]

        scp2: remove unused files
        
        Change-Id: I86d836be85c5d2a2412d5cca2b3a84a2590141ac

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [6e2d870fccb5f0c311e0e7e908d1b7cf30bd7455]

        gbuild: add gb_Helper_install and use it for Executables
        
        It's simpler than creating a package for every executable.
        
        Change-Id: I5f853ef2d5574b1a1c65232d1d09bc307c46f67e

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [1f2a635ae159b62ab3a0dcbf7d460484f83ff77b]

        clean executables in Repository.mk
        
        ..so that no executable in gb_Helper_register_executables,NONE is installed
        (except cppunittester from scp2/source/smoketest/)
        and all others are installed.
        Also remove unused officeloader executable.
        
        Change-Id: I1726afc4d9d6848bca7fa07ebce3acd340777e8a

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e]

        Add gengal to RepositoryFixes and autoinstall it.
        
        Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [944f3a6c6e48f1b5532fa16ab38918b9b3f9412e]

        gbuild: allow to use RepositoryFixes also for executables
        
        Helps to kill package in cpputools.
        And autoinstall uno executable.
        
        Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400

2013-06-15  Matúš Kukan  <matus.kukan@gmail.com>  [7369a8cad62ba6151ba8c16c41d0005fdf87f0ec]

        ucpp is not an ExternalExecutable
        
        Change-Id: Ib9a82acd375d12c6050bc5674816993ef62eaa61

2013-06-15  Julien Nabet  <serval2412@yahoo.fr>  [86015b2c1bc2b33f8883ea6db3aba70f69cca720]

        WaE: unused variable 'aHairLine'
        
        Change-Id: I35120c1225c520b5454a91a2fb29067f50dee6b4

2013-06-15  Tor Lillqvist  <tml@iki.fi>  [1a6c33fa5cbb1b7c58a2220ac1ddc0ef47b104a5]

        WaE: unused variable 'aBoundRect'
        
        Change-Id: If516356a8d2d5ca630f172170d55ca2c7baa96b7

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [9d640dc6ad0f0b58fa62b70f78478e2bc8796e69]

        RTF filter: import posh/posv property of shapes
        
        Change-Id: I55eccccf7f9ed06bba1ada18574890b5bee296f4

2013-06-15  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [16613995dd9489e190e74eadae357a7b6c45c594]

        Enable Sifr theme
        
        Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469

2013-06-15  Armin Le Grand  <alg@apache.org>  [ff318ccb0cd5e87633a1bcc9c491702cba76e712]

        Resolves: #i122246# Corrected three basic problems in the metafile breaker
        
        (cherry picked from commit 00174b7aac9692e3b70b6134cc9b4a005f8bc701)
        
        Conflicts:
        	svx/source/svdraw/svdfmtf.cxx
        
        Change-Id: I9d48357af135cff0aec7e5535ffca708af2e2f3f

2013-06-15  Armin Le Grand  <alg@apache.org>  [6daec0854455b50b7f4318dce2ec6afd92aad324]

        Resolves: #i122215# Avoid double paste, allow paste of WMF/EMF as bitmap
        
        (cherry picked from commit 5ffd11cb81aa2206fd523dab461c5bdbd6a00bcc)
        
        Change-Id: Ib0d0ff7d12cf67bde2379b57bc4e695779eef727

2013-06-15  Armin Le Grand  <alg@apache.org>  [16bb8dc8a0e1e797cac0f89d306b020b8534a8c4]

        Resolves: #i122216# Ensure FormControls get printed/PDFed
        
        also ensure graphics are all visible in metafiles
        
        (cherry picked from commit f3695b261c9fb6f7053b325bd25dc43f578b32fe)
        
        Change-Id: I70dcf53e56f883a8c28c85c410d3c9f0d1d4bbe1

2013-06-15  Armin Le Grand  <alg@apache.org>  [8aa86a712e8d6a97d32b70b5c1f88d2d484cafb2]

        Related: #i122350# Corrected buffering when alpha changed
        
        (cherry picked from commit 66710ce4a2fd0c4e0f1b376d7c5da35d0ab2056f)
        
        Change-Id: I8c39cb0610210f55218fc0bd9e40e8e2a595cc06

2013-06-15  Herbert Dürr  <hdu@apache.org>  [dba2d0e1e674ddb29c0d0552723c87fd676e041f]

        allow Mac port running with completely inactive AppleRemote
        
        (cherry picked from commit ba037c7d3d5b79c9a5fd96671a86403dcf573128)
        
        Change-Id: I3c81b33e62b56defc431f2a3e155718e2f64ba32

2013-06-15  Ariel Constenla-Haile  <arielch@apache.org>  [8eddae9bf703033668979423fc6d53e9c90adafb]

        Resolves: #i121942# Explicitly set "ContentType" for non-DAV content
        
        (cherry picked from commit 69f5a7496ce1d06ac312a753fa7b21f45db8fd78)
        
        Change-Id: I86c3b321725923c03e1f44bf9d9ece9ed57aeaca

2013-06-15  Ariel Constenla-Haile  <arielch@apache.org>  [cb01fc2eb0fa4728a4b7a404780cf7b04b16433b]

        Related: #i108689# Invalidate Basic IDE slots to trigger feature update
        
        (cherry picked from commit 060758a289c134548d8ad376eaca3d24ea84a0db)
        
        Conflicts:
        	basctl/source/basicide/baside2b.cxx
        	basctl/source/basicide/baside3.cxx
        
        Change-Id: I2bbe4eeae9b2e4d3ad257b26a6a9694deeaaa87c

2013-06-15  Ariel Constenla-Haile  <arielch@apache.org>  [0d61e5dcdbe2cec9df33ac22e3f0e4fbd6a07517]

        odk - Fix reading OOVERSION from settings/dk.mk
        
        (cherry picked from commit decff1733c9cdeca40fc0438a1333de236c954cd)
        
        Conflicts:
        	odk/setsdkenv_unix
        
        Change-Id: I4d78ebbb9f7b6d188dcba2140f26a17a8c17732f

2013-06-15  Caolán McNamara  <caolanm@redhat.com>  [af2053c318564ef56235482f058d30ae26ecf77d]

        Related: #i119520# rework this to not crash
        
        Change-Id: I479101c5421b03932e69cbf63188f89ee92a1d2f

2013-06-15  Jianyuan Li  <lijiany@apache.org>  [c7876a2c4f2aeb4e5d50716f4519a5b236690a7c]

        Resolves: #i119520# right brace shape not displayed after save to .doc
        
        Reported by: louqle
        Patch by: Jianyuan Li
        Review by: sunying
        
        (cherry picked from commit 8be633def896c74867b9f9dcc929d7d210b4f192)
        
        Conflicts:
        	filter/inc/filter/msfilter/escherex.hxx
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: I3311aad033ca321397c596452d60de5a7c58e223

2013-06-15  Benjamin Otte  <otte@redhat.com>  [150ed440c85b7728d5cb65e54a3e4c0f1ac8bc58]

        Translate text layout comments.
        
        Change-Id: Iab7925f45eb8efb6d0e49c4de7c88df23d2945c0

2013-06-15  Eike Rathke  <erack@redhat.com>  [e7d73b42bd71aaab862c3e519348507a84f74754]

        use proper offset for additional locale data formats, fdo#64947 related
        
        Old number formats had predefined formats from 0..49, locale data could
        define additional formats from index 50 on. Internal (fractional)
        formats were added to the number formatter, shifting the number of
        predefined entries NF_INDEX_TABLE_ENTRIES by two that was also used as
        an offset to determine whether a format needed to be added additionally.
        
        As a consequece, formats defined with index values 50 and 51 in locale
        data were ignored and not available in the dialog.
        
        Introduced a new enum constant NF_INDEX_TABLE_LOCALE_DATA_DEFAULTS to
        use as the old offset value for not having to change all locale data
        definitions everytime an internally generated format is added.
        
        Change-Id: I94bdaabf360f7b9c253b1e3f5b73087f0c45fb44

2013-06-15  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [296834c2da5c5a9e733b209d68cdb831441e8a64]

        prevent increase indent from running outside the cell
        
        i have used ColWidth- SC_INDENT_STEP value to keep at lesat one letter inside the cell
        
        Change-Id: I08e121623ed1a55f6002a6a38586ab3d4fb8b850
        Change-Id: I8d4518845f64044dea2f4ecd393cc625eebc6302
        Reviewed-on: https://gerrit.libreoffice.org/4030
        Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Tested-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>

2013-06-15  Eike Rathke  <erack@redhat.com>  [846818afec377b5827fbdf8959ee2f1cf617e44d]

        fdo#64947 added [NatNum1]General format codes
        
        Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [caba2af375181004ea10aa61cecf56356df2c677]

        sibebar: Improve look of the number format panel.
        
        Change-Id: I56bb81607fed3103d14dcb8638046853e6f16925

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [0342b099d7079c8246684c8bafd79d98172ae029]

        sidebar: Make the color toolbox updater rendering more universal.
        
        Render the color preview bigger if we have space for that.
        
        Change-Id: I5bbe5edbb8e354fc3009935d3ed6090271b72bf7

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [4f036439f7597d33a9f90860d9a5b6ac28b270c7]

        Kill unused TBX_UPDATER_MODE_NONE.
        
        Change-Id: I894eb05d68f3a92a10d3ce3120ae0a521b65d2f4

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [edbca87dea4d7ab7c70039579f90c6d22e076b1b]

        widget layout: Allow specification of size request for toolbox items.
        
        Change-Id: I4b2f1ca9eb0b5bdb77e16a969918dd4f6afefb53

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [468841be44071be8e8442b7bce13ef65b20396f0]

        sidebar: Adjust width requests of the toolbox items.
        
        Change-Id: I3909dd96de7e585d5183fccb5e48540be600fefa

2013-06-15  Jan Holesovsky  <kendy@suse.cz>  [c79d22eb65b2ef99d2002de14d1ea9a1fec406d1]

        sidebar: Visual improvements of the Cell appearance sidebar.
        
        Change-Id: Ia191d337c7701e929ebea98df6353354b9c12074

2013-06-15  Prashant Pandey  <prashant3.yishu@gmail.com>  [637334cb6fdce9d5ee08f8c9fd9f964ccbb56403]

        sidebar: Conversion to .ui for CellAppearancePropertyPanel
        
        Change-Id: I90df6ebe428ec201aa204f26447c1728b2120c69

2013-06-15  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [f56269483cda266a28791dd70cc16cf991ca62ae]

        Sifr - a flat icon set
        
        See https://wiki.documentfoundation.org/Design/Whiteboards/Flat_icon_set
        
        Change-Id: If7e73b0bea71dbe755e91a5ae45c08ea6fd33343

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [6ada0b8f71eb9a5b0cf2d8d3e323727f8925a491]

        fdo#58819 testcase
        
        Change-Id: I94c5a92db38c929a0c8b15e7906a941e39594017

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [90d6e8c63f0ae4ce0d76da2ae38ce65ecd450c95]

        missing brace
        
        Change-Id: I0a24f87955e2e18ba193ba733fa28f049ba42cfd

2013-06-15  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [36de708ce421b31beaaddb1048d444de91b2e5e9]

        fix fdo#63053 ampersand in document title causes corrupt docx
        
        FILESAVE, FILEOPEN: ampersand in document title causes corrupt docx when saving; truncates title when loading

2013-06-15  Stephan Bergmann  <sbergman@redhat.com>  [0c0a9c3abbda78e116b6b4920dbdefb06f278261]

        Remove redundant toplevel const
        
        ...that might be the reason the Raspbian-ARM tb broke.
        
        Change-Id: I1c238f0bd70dd2237c66b479aa5eb79010f477ce

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [e2e45e25a7bab0bc00a9562bf7e66b328d15a6d3]

        Related: fdo#58819 VML import: shape types not starting with a hashmark are OK
        
        Change-Id: I2a04aeedd6899eb2717b070fa61a21991bc7be8a

2013-06-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [10777b37536be16c6d2e167b59e9e31e37ba3517]

        fdo#65653, fdo#65619, fdo#65216: Missing check
        
        Problem caused by commit:
        16c9ce4877def18ca4578171a96615a632d08092
        This commit contains code deduplication.
        The deduplication removed one needed check (rParam.xFiled.is()),
        which causes segfault when member function of rParam.xField
        is called inside columnMatchP().
        
        Change-Id: Ibbdaa758dbbce4b76094e6cc120022ef276b30c4

2013-06-15  Stephan Bergmann  <sbergman@redhat.com>  [a99f20c5c29e0dff5fd9d6c6b474eb0a788cd6b8]

        Missing include
        
        Change-Id: I38d802831c8eea4406d8837b9162f5f76a8495fd

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [43b057760472c0131a83227cf4d35db2bca2d0e4]

        fdo#58819 VML export of ESCHER_Prop_fillOpacity
        
        Change-Id: Ic50be88b484e5bfba60c5bd8dafb7e6da0b33c9e

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [98f90fdecc030b3789c0811cff8603709e5fec30]

        fdo#58819 VML export of ESCHER_Prop_gtextFont
        
        Change-Id: Id0404405b41d5137e726670a959d5e314eb8f2ec

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [12322f5fd2a67e3f21029ac3511aa54d96fc1cab]

        fdo#58819 VML export of ESCHER_Prop_fNoLineDrawDash
        
        With this, the bugdoc is (correctly) no longer stroked.
        
        Change-Id: Iaf00e17f2535ece2be09dc8ec0d383f2218a6050

2013-06-15  Miklos Vajna  <vmiklos@suse.cz>  [559d194d80a20b17ba6aa6f94a7749bcc59c871e]

        fdo#58819 DOCX VML export: fix shape size for rotated shapes
        
        The problem is that we wrote the size of the shape itself, while VML wants the
        bounding box here. The WW8 export ignores the rectangle given in
        EscherEx::Commit(), uses SdrObject::GetSnapRect() instead and later refines the
        position by using the point got in WW8AttributeOutput::OutputFlyFrame_Impl(),
        see PlcDrawObj::WritePlc().
        
        Do the same in the VML export, i.e. ignore the Rectangle we get in
        VMLExport::Commit() and use SdrObject::GetSnapRect() + the point given
        in DocxAttributeOutput::OutputFlyFrame_Impl() instead.
        
        Change-Id: I5adbdf205792c87f92c1ddf1cf674f87e11eb54e

2013-06-15  Tor Lillqvist  <tml@iki.fi>  [4f4bc1ffc02ea1e0a18942322fdb0ade597c392c]

        Fix iOS build glitch
        
        Change-Id: I2d1d8600faa87ad273c1af55de73e455fbe6f68c

2013-06-15  Stephan Bergmann  <sbergman@redhat.com>  [7275a051677b5646e56623b3addc783880ce8e9b]

        loplugin warnings
        
        Change-Id: I23ce5efe4ba20e1da5ffd169a2f3140a73dd035f

2013-06-15  Andras Timar  <atimar@suse.com>  [2b2a27ed4452e5b6dbdd0036fa521663111c671d]

        Updated core Project: translations  27c79c7d3fa134bf63e6397000b3fc31ad758567

2013-06-15  Andras Timar  <atimar@suse.com>  [4304f4f5043fc29b04479581d47941b2947ecdf8]

        Updated core Project: help  aac86abaa8bf30756159131de9f951141ba5181f

2013-06-15  Stephan Bergmann  <sbergman@redhat.com>  [f4a4fee523ff8a6d272eabda2ce9ca96bd3bbbb1]

        loplugin:literalalternative
        
        Change-Id: Ie2af2b013f95e8cdf7aab82498ce686dfa965cc8

2013-06-15  Stephan Bergmann  <sbergman@redhat.com>  [c128736aad595cdb4de9ced2b6471f1c05806546]

        loplugin:unusedvariablecheck
        
        Change-Id: I2202b5fcca4bf4c0a552d25c5c363209fcb6bd84

2013-06-14  Julien Nabet  <serval2412@yahoo.fr>  [8e8e338fb30f236dcc5ade0f966245d4ba97a608]

        cppcheck: fix some uninitMemberVar
        
        Change-Id: Ie26e5adf2324f2af0a48c06d86545acf2acb1873

2013-06-14  Julien Nabet  <serval2412@yahoo.fr>  [73fc0f7a00f9b0d395709c302347d702b763f48b]

        cppcheck: fix uninitMemberVar in menu.cxx (vcl)
        
        Just add those detected by cppcheck, should the others also be taken into account?
        
        Change-Id: I4f86afc787d2416b829e332272331a5caa146d45

2013-06-14  Julien Nabet  <serval2412@yahoo.fr>  [3ae9f3ad1fb584d9b266dd8b09bc4d2c441557c4]

        cppcheck: fix uninitMemberVar in pngread (vcl)
        
        Change-Id: I3ae05baa652c239322554ef76bda5061d8cc0968

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [6a4e3194bb16b595885e2814c92ace8911f9a5f3]

        Resolves: fdo#65569 dropdown list missing from built-in fpicker
        
        regression since a8c2cb0e6d0b9b301887be176694592f8ecda0c4
        the different ctors have different defaults around whether
        they show the dropdown or not.
        
        Change-Id: I3d1bb423c8a25b81ffb26981b63af7498f99e70a

2013-06-14  Armin Le Grand  <alg@apache.org>  [86d121eb3d832d88d3da380ab07bb506f687ddc6]

        Resolves: #i122522# apply needed order to CSS styles to presentation styles
        
        (cherry picked from commit 2610028a8a1465006059c504a5230b67f550406c)
        
        Conflicts:
        	svgio/source/svgreader/svgnode.cxx
        
        Change-Id: If1f4184da76b275e44737d5f16a3cb57357db67d

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [0be8f5aed649d2de8ba858835ee70a440d66f6d7]

        if we have to define min/max then use those again
        
        Change-Id: I631f0c872b7ec7e6dada1488e03eae3f75987fc6

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [8a8b1ae3e9c1d782bf1cf170f5498992a4f680fe]

        Some more toInt32 clean up
        
        Change-Id: I4f7911cb283d67e7c7b883d629b39588e96f32c2

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [5a0781a213c944900c5b84d3733c0b71934f817f]

        min/max foo for msvc
        
        Change-Id: Icdb19eb9f8e3925f2da2d2ffe514f0da2bd14471

2013-06-14  Herbert Dürr  <hdu@apache.org>  [ff422b8b153289143d16857890cbe3c0b411cd54]

        Related: #i121534# avoid expensive emulation of 1bit masks for Mac's Quartz
        
        (cherry picked from commit 194c7ff906c9164a522f924dc1c1f8c5fc81b6e6)
        
        Change-Id: I28a31c5abb14ceb72dc290e6ed2161c0ef6592df

2013-06-14  Herbert Dürr  <hdu@apache.org>  [9b4c604e1eb790d7f86097653d6ae4f19bd6fe14]

        Related: #i121534# support native drawing of affinely-transformed images...
        
        on Mac
        
        (cherry picked from commit 947f7594c18a01eb070fac3b01d48d22f6bfb040)
        
        Conflicts:
        	vcl/aqua/source/gdi/salgdi.cxx
        
        Change-Id: I7e38ed34caf4f0e841f95ef5c4de52e241d561db

2013-06-14  Armin Le Grand  <alg@apache.org>  [f1f6ac03aa41efce53d08ac16dc33f6f6bb3e8a7]

        Resolves: #i122456# Corrected tessellation for fat lines
        
        (cherry picked from commit eeba25ef43bb4ec175b16118b3b4c62f50f40ed5)
        
        Change-Id: Ic482dd1230793d505abd2d0551cb527ca5c816f6

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [4c8aa30155ef9ec9ab00b5d674bddc2b4929887a]

        advance over font token during font name parsing
        
        Change-Id: I457a4cae7907df6fc05535873ed51766c56220ee

2013-06-14  Armin Le Grand  <alg@apache.org>  [9d491e73168cc21ed9f6fc7a596e8b4aec320a9b]

        Resolves: #i122525# use X and Y for unit evaluation
        
        (cherry picked from commit a34f3fdf50dbf8eac0599dfb018fc0040ef2a2f0)
        
        Change-Id: Icdb83829917315173be5e824083ed502f6a6a8cb

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [b464ca01387bc9063888f4caac497982605fecf8]

        make vcl compiler under mingw again
        
        Change-Id: Ie4d85ca344163807b9455f6305c35327df9fd877

2013-06-14  Armin Le Grand  <alg@apache.org>  [9bb96049addebd8907854730713d8a3f5f033e34]

        Resolves: #i121534# Reintegrating changes for rotated bitmap support
        
        (cherry picked from commit b2cc0de3fc9adee90787ca760e86869f9255b380)
        
        Conflicts:
        	canvas/source/vcl/spritecanvashelper.cxx
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/source/processor2d/vclhelperbitmaprender.cxx
        	drawinglayer/source/processor2d/vclhelperbitmaprender.hxx
        	drawinglayer/source/processor2d/vclhelperbitmaptransform.cxx
        	drawinglayer/source/processor2d/vclhelperbitmaptransform.hxx
        	drawinglayer/source/processor2d/vclprocessor2d.cxx
        	officecfg/registry/schema/org/openoffice/Office/Draw.xcs
        	svx/source/svdraw/svdograf.cxx
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/inc/aqua/salgdi.h
        	vcl/inc/os2/salgdi.h
        	vcl/inc/salgdi.hxx
        	vcl/inc/unx/pspgraphics.h
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/inc/vcl/outdev.hxx
        	vcl/inc/vcl/salbtype.hxx
        	vcl/os2/source/gdi/salgdi2.cxx
        	vcl/source/gdi/bitmapex.cxx
        	vcl/source/gdi/outdev2.cxx
        	vcl/source/gdi/salgdilayout.cxx
        	vcl/source/gdi/salmisc.cxx
        	vcl/unx/generic/gdi/pspgraphics.cxx
        	vcl/unx/generic/gdi/salgdi2.cxx
        	vcl/unx/headless/svpgdi.cxx
        	vcl/unx/headless/svpgdi.hxx
        	vcl/unx/headless/svppspgraphics.cxx
        	vcl/unx/headless/svppspgraphics.hxx
        	vcl/win/source/gdi/salbmp.cxx
        	vcl/win/source/gdi/salgdi.cxx
        	vcl/win/source/gdi/salgdi3.cxx
        	vcl/win/source/gdi/salgdi_gdiplus.cxx
        	vcl/win/source/gdi/winlayout.cxx
        
        Change-Id: I871d1d107b019758f3913e5eb63bc9bc0ba403fd
        
        Do not name unused arguments to prevent compiler warnings.
        
        (cherry picked from commit f3118889a0cd941f193e9b6557c0792015d77a34)
        
        Change-Id: I482d1f96d695c7bf9912ec464bb39e7fdd14adef
        
        Related: #i121534# fix graphite-enabled windows build
        
        (cherry picked from commit c90a6ca92b1239d01a2892e15488e4a183a88b1a)
        
        Conflicts:
        	vcl/win/source/gdi/winlayout.cxx
        
        Change-Id: I95fd41ad6f7187f34ba9474674a471fb4fc65314

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [39fee18a1142850107b49cf0823cfdb85743aa49]

        skip test for va_copy when cross-compiling
        
        Change-Id: I277b396b50c4e820431ec360d653e5e8b8357721

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [373d873c8f056998981007731da04a186b78d0c9]

        defuzz patch to apply again
        
        Change-Id: I0b2253d3e23f6f2ec77c8aca88897144c59507a3

2013-06-14  Ariel Constenla-Haile  <arielch@apache.org>  [322ee02748cf678495f73165905da0b0c2fd16a3]

        odk - Add support for extension platform
        
        (cherry picked from commit d84324ff612c652b0f6e7a91863808db4425c316)
        
        Conflicts:
        	odk/pack/copying/makefile.mk
        
        Change-Id: I04c004b1ea2c6c05a18f48db553141e2cf32f06d

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [10919e4074ca5c90925988917f3edf730c4267e5]

        Better approximation of HAVE_THREADSAFE_STATICS for Clang
        
        Change-Id: Ie29aa2e970f06a4a5bef672afe17b085600e7b88

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [38a8b6da3bae314f4a49ec6489e81e31f6cfb24d]

        grr
        
        Change-Id: Ib158bc873fc41bb5668a1da3d7c928f2757d80ab

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [be4b5d56d7306260a61ba62126102acbda0fb28f]

        Missing AC_DEFINE(HAVE_CXX11)
        
        ...post d7ae9f7743d946845a8379e2fb47666f124e2c87 "rename HAVE_CXX0X->HAVE_CXX11
        and clean up to #define in a config header."
        
        Change-Id: Ie8f62c78c9aabe06736a25e60a3035880470e7b5

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [12dc490c3af9ec0f34b513609f3b14effd5a2906]

        No need for a buggy rewrite
        
        ... see 08bb8fca4144608237418d64b1479840c408256f "#i122208# replace the
        binaryurp cache for improved C++ compatibility" and
        059f041dfdffe0630ec573fb444c51cc463b90b1 "cppcheck: fix duplicateExpression,"
        when the only improvement is to not needlessly acquire/release raw rtl_uString
        instances.
        
        Change-Id: I734304b231d69f8089cbf1d35a3deda75f771c78

2013-06-14  Eike Rathke  <erack@redhat.com>  [f2fd2a66ee827024b31a310d67804cb7cb18d2da]

        ditch dangling reference to com.sun.star.comp.oox.xls.FormulaParser
        
        Change-Id: I185a9854ca2ce43f1f880f5ea2bb3b68a1757ca9

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [aa892d2b432319f949d0b45a0529036984f1aad7]

        Fix support for "dummy" content providers
        
        ...and use it so that private: URLs are not needlessly passed to the gio or
        gnome-vfs "catch-all" UCPs.
        
        Change-Id: I85d100567d1641130449fe21ccd072bcc0ec0979

2013-06-14  Tor Lillqvist  <tml@iki.fi>  [dc2d434687f701884f7c11e130669f63fb606074]

        s/rtl_copyMemory/memmove
        
        Change-Id: Iead9b7ee98a11ad5a9916d6e176c8938378b817a

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [f31d4ad929339b4a06d5f84b14a2198345d88757]

        Remove unused ContentProviderRegistrationInfo
        
        Change-Id: Ic30cbc95b4baa4dabaa0f8f8e129aa5cf4ca5f2f

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [940dba6b0f13df4c7a42265cf52fec6ba6055c5a]

        Some clean up
        
        Change-Id: Ie8f8b4fe48a94cd760fa85cc83121c4ab0f3b507

2013-06-14  Stephan Bergmann  <sbergman@redhat.com>  [4d8bf09305fc4e4bd652187aac0a02398413ba65]

        Always try to mount in gio::Content::getGFileInfo
        
        ...and not only if the caller happens to pass in non-null ppError.  Otherwise,
        calling soffice with a document URL handled by the gio UCP that is not yet
        gio-mounted would silently do nothing and exit with EXIT_SUCCESS, as the first
        thing the type detection code does on the URL is execute "getPropertyValues" for
        "IsDocument", which calls getGFileInfo with null ppError, so a void instead of a
        boolean value is returned, which then derails the type detection code to
        silently fail (which is another problem that needs fixing).
        
        Change-Id: I48a84428cdee5caead02909abc2efd3ae3722052

2013-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3abe80ac14d3f513a8500d0dd29d70c62bdbbec0]

        Highlight "LIMIT" as a keyword in sql edit
        
        Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04

2013-06-14  Caolán McNamara  <caolanm@redhat.com>  [43de0b244329378adc8406e97df882c527faf9a5]

        Related: #i119548# document that ms changed the meaning of fWidowControl
        
        Change-Id: I884c3c57dfd1d2e7bfa0675fd0c0184113cdda9c

2013-06-14  Lei De Bin  <leidb@apache.org>  [0e619cb550390e08930ec2ad58bc5419b1965b0b]

        Resolves: #i119548# Window/Orphan control setting lost when save .doc file
        
        Reported by: luo qing le
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun
        
        (cherry picked from commit 9b161d18404d8fac5663bc3b3a854bdd4fad3bf0)
        
        Change-Id: I7e51d2fd6b72d08b793b857cf2a3de5989145695

2013-06-14  Lei De Bin  <leidb@apache.org>  [7edabc8639353aeeaa7457c8f973435d4b668f2f]

        Resolves: #i119470# fix page number in header lost when save in web layout
        
        Reported by: luo qing le
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun
        
        (cherry picked from commit 3654740a6f770631d34897aad345f006313c46b9)
        
        Conflicts:
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtww8.hxx
        
        Change-Id: I1c25d17b1780adeddee46d500f2f0753944e9ffc

2013-06-14  Julien Nabet  <serval2412@yahoo.fr>  [074c13a63d65be259ad65c9f93fcd691a88754cb]

        cppcheck: fix operatorEqVarError (in lotuswordpro)
        
        Change-Id: I0fb3d99326ec3cb930b85626c749613f65ee8b6e
        Reviewed-on: https://gerrit.libreoffice.org/4281
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [00eafaa9493e99dfc81ec102b1ae936b84e44d0d]

        fix limit bug: selecting "All" has no effect to sql
        
        LimitBox set its value to -1 if the current
        text is "All" but just when it loses its focus
        so dispatching its value to the controller
         must be after this setting.
        (see limitboxcontroller.cxx)
        
        Plus some clean up in LimitBox.cxx
        
        Change-Id: Ic1d314a5a67c2b261b2e9c50973f51de2bfb8db8

2013-06-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [05d738294025b4a26e7cc3c6180e10ff784555e2]

        hsqldb does not support "select * from t limit n"
        
        If limit clause follow from clause directly than the statement
        parser of hsqldb parses "LIMIT" token like a table alias and
        that's why the next number is unexpected.
        The problem was that the limit token was not added to a "keyword"
        vector in which parser search while working with form clause.
        If the algorithm find a keyword after table names than it
        knows it is the end of the form clause. That's why it
        worked with any other keywords like "ORDER_BY",
        "WHERE", "GROUP BY" and so on.
        
        Change-Id: Iacd3ea3493c85eb0f2579aaad6903537ac65d25a

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [059f041dfdffe0630ec573fb444c51cc463b90b1]

        cppcheck: fix duplicateExpression
        
        Change-Id: If3b7b1faab858afa82d4c665ee1a5036190e69aa
        Reviewed-on: https://gerrit.libreoffice.org/4278
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-06-13  Tomaž Vajngerl  <quikee@gmail.com>  [6372309a0d285f4a176dbcded3f18b72220e123a]

        Starmath: ElementsDockingWindow vertical orientation of elements
        
        Change-Id: I4161cacc95576a5f34205c92482a38bb60ecc9f2

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [6934312f617ccd86d0467e38129c2e5d861241b5]

        cppcheck: fix all the others Prefer prefix ++/-- operators
        
        Change-Id: I7956510a5faf1d659f88268941f8afce44e83560

2013-06-13  Jian Fang Zhang  <zhangjf@apache.org>  [8778882b8732454fac4a682e60a40ac2e3ad5c03]

        Resolves: #i120738# need to call OWeakObject::release() explicitly
        
        to make sure the week object is released correctly.
        
        Found by: zhangjf
        Patch by: zhangjf
        
        (cherry picked from commit 1e51e5dab1664dadb40509c4fab593fb27040efd)
        
        Conflicts:
        	ucb/source/ucp/tdoc/tdoc_stgelems.cxx
        
        Change-Id: I33d0b3b7cda2aa9a220056bf7d641b09036f89e9

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [f52a86b4592ccd441c76f7d26ecbce235dd59b7f]

        cppcheck: fix several Prefer prefix ++/-- operators
        
        Change-Id: Ie8ce0ebb9ec979575657a89ebbfe4d01142b04e5

2013-06-13  Zhe Wang  <wangzcdl@apache.org>  [1ff3ab9235e32305c820af75b9677334c81d9899]

        Resolves: #i119579# position & direction of bracket incorrect in Arabic locale
        
        * subversion/main/oox/source/drawingml/textparagraphpropertiescontext.cxx
        []WritingMode2 is used to numerous explicit writing directions, so use WritingMode2 to instead WritingMode.
        
        Patch by: Ma Bingbing <jiazema@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmai.com>
        Found by: Wang Lifeng <phoenix.wanglf@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmai.com>(cherry picked from commit 4545d293b1cf5009b075cdc82d43916909b77347)
        
        Change-Id: Ic621ce6107bdc0b83c511f055175ae7b629f1503

2013-06-13  Armin Le Grand  <alg@apache.org>  [721255a3c07a513c8ddecd01eba2531d8d612459]

        Resolves: #i122039# Take GraphicAttr into account for...
        
        SVGs in Writer GraphicObjects
        
        (cherry picked from commit 436b901a3b195a7e5089d1a03a46ed9442239610)
        
        Conflicts:
        	sw/source/core/doc/notxtfrm.cxx
        
        Change-Id: I0e1d4087c94f7d73f1b124ea7918f051c9eacd12

2013-06-13  Armin Le Grand  <alg@apache.org>  [6c9b376b2dc9007f1cb48a189f3020a1b82937fd]

        Resolves: #i121532# unified getting the blended selection color
        
        (cherry picked from commit dd4bed5d1151db2a45dbbfe9eff61875f8f4835d)
        
        Conflicts:
        	svtools/inc/svtools/optionsdrawinglayer.hxx
        	svtools/source/config/optionsdrawinglayer.cxx
        	sw/source/core/crsr/viscrs.cxx
        
        Change-Id: I21167b58a9b81f5fa15c7def5fb4b6023f91f32b

2013-06-13  Armin Le Grand  <alg@apache.org>  [0061af795047deb92c4b43ec191ad6ffd97d0b64]

        Resolves: #i121656# Some more cleanups for SVG import
        
        also const as const can
        (cherry picked from commit bb9ad24b16add4888c4b1fadac5252b95a72f04f)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgstyleattributes.hxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgtoken.cxx
        
        Change-Id: If236eb8b1e0193c43229ea6dc496eb3a8fd20c42
        
        Related: #i121656# removed const for return-by-value
        
        (cherry picked from commit aa85e31b3162cd4b18c818bf0af1a854cb05c57d)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgstyleattributes.hxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        
        Change-Id: Ief43c478ea3000d114487918875e9a201dd827bc

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [f321d9519fc067977b003109373ad36a2fc4c97e]

        cppcheck: fix return statement followed by break
        
        Change-Id: I10d23062bd5231487db5e7837477743198c83a20

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [5614804a664ac8da5769c06f7139357ce9a6100c]

        cppcheck: fix a bunch of reassignments
        
        Change-Id: I4dfea342905d38a47dfac91bc4a4875c9338f5d5

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [00c9fe2cfc2ac94a26dc565525abc98f581e8bc3]

        cppcheck: fix reassignments
        
        Change-Id: Ic9a994ccd00f4ca938a93bce000313495f2c31c8

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [b72c6d89ec487355a34f7b76103c611e1114f2f7]

        cppcheck: fix m_pOwnInteraction not initialized
        
        Change-Id: I0e83709aff4661d4b065806f7aff120ad940b4c4

2013-06-13  Julien Nabet  <serval2412@yahoo.fr>  [14ed0d1629daf8c53783c2c2230480de56a0f97a]

        cppcheck: fix redundant assignments
        
        Change-Id: I3fb495c6e18b3cb5e9d4beca4212d4aa8097401e

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [03af6cb62986cc99995a6bdc5f1fb9a99ff4b7fe]

        do not override C++11 decision made for libc++ on macosx
        
        Removed in 44159c6cdf3127ef8ee628f07f3f2d38a93dc3b2 , but since it's
        set in CXX, this either has to pass, or it has to fail (or it shouldn't
        be hardcoded the way it is).
        
        Change-Id: If5b7b7096927f5d97c7c744cbbfea08e90f1de55

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [5a8233df858bc06b1cec8f0bcd65333a743c098a]

        fix libstdc++ C++11 ABI check with Clang
        
        Do not confuse GCC and libstdc++ versions. Clang defines GCC
        version #defines, so the old version was wrong for it. Correct __GLIBCXX__
        values found from GCC/libstdc++ repository history.
        
        Change-Id: I94f5250609f7c9a114b2d15093abc9ca4209b13f

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [50d248aa3fe5132382676cc5c91e313b5aa1036b]

        work around the C++11 __float128 problem with libstdc++ headers and clang
        
        Change-Id: Ia1b443d22b3b7f6f93f1ad8c5fa760b0f1da3b83

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [44159c6cdf3127ef8ee628f07f3f2d38a93dc3b2]

        split the 'can we use C++11' check into independent tests for each problem
        
        Change-Id: If0fdc13b02ca6dd4eb67afee5b308d2e51a5b30d

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [d7ae9f7743d946845a8379e2fb47666f124e2c87]

        rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header
        
        Change-Id: Id13e77fe890301a8510952994a91853568a7aea6

2013-06-13  Luboš Luňák  <l.lunak@suse.cz>  [5fcd67d436d3a3a0f5332b5a5078e135e40c898b]

        move C++11 check to stand alone
        
        Change-Id: Ia1b22f1cd111a7008a023c1c9b60fa4e07832f24

2013-06-13  Armin Le Grand  <alg@apache.org>  [cfddb61cd35faa5371510939a34ef1abd8ffc51d]

        Resolves: #i121656# Replaced many gallery base graphics with SVG
        
        (cherry picked from commit bea9a9501814bdbc342a2adfa57019704260a532)
        
        Conflicts:
        	extras/source/gallery/gallery_system/sg10.sdg
        	extras/source/gallery/gallery_system/sg10.thm
        	extras/source/gallery/gallery_system/sg12.sdg
        	extras/source/gallery/gallery_system/sg12.sdv
        	extras/source/gallery/gallery_system/sg12.thm
        	extras/source/gallery/gallery_system/sg16.sdv
        	extras/source/gallery/gallery_system/sg17.sdg
        	extras/source/gallery/gallery_system/sg17.thm
        	extras/source/gallery/gallery_system/sg19.sdg
        	extras/source/gallery/gallery_system/sg19.sdv
        	extras/source/gallery/gallery_system/sg19.thm
        	extras/source/gallery/gallery_system/sg2.sdv
        
        Change-Id: I4c2e34c470b05ddae5923e782c31d15aa4961e0d

2013-06-13  Caolán McNamara  <caolanm@redhat.com>  [eef5c87b161e36909edf269d4e4c34e9eb914d07]

        add components to gallery importer needed for svg
        
        Change-Id: I3ce56f505e5e011f592d9622665a9b7451dc51ae

2013-06-13  Caolán McNamara  <caolanm@redhat.com>  [cb8c6bf3c54737a50ecdc9e558415bcb5eea2605]

        don't make it a secret what the errors are
        
        Change-Id: Id5af439df527148e01ef41f21e55ff88ca19e672

2013-06-13  Miklos Vajna  <vmiklos@suse.cz>  [a1dda85b46592b46ae290da43964b22eb0a84e29]

        fdo#58819 VML export of ESCHER_Prop_Rotation
        
        Change-Id: I3deb8f914cabd58a284bef825092a6980b1f6310

2013-06-13  Andras Timar  <atimar@suse.com>  [4a143c44fe7ad266ab9ab7dca317b0099b1438d0]

        Updated core Project: help  50f2902dc9d125c6ab5b379d5389364bb7bdf09c

2013-06-13  Miklos Vajna  <vmiklos@suse.cz>  [175d28d564ff552cd3d73c3b087216bc82a763a1]

        fdo#58819 VML export of mso-position-*
        
        mso-position-horizontal, mso-position-horizontal-relative,
        mso-position-vertical and mso-position-vertical-relative
        
        With this, the watermark in the bugdoc is almost in place, if you ignore
        the missing rotation.
        
        Change-Id: I8d3d834089e734654fcbbb0fb6166b4d7e01f80f

2013-06-13  Miklos Vajna  <vmiklos@suse.cz>  [1f2e2563a60bfc3a4c5b81b99beb8eef674d13f2]

        fdo#58819 initial VML export of ESCHER_Prop_gtextUNICODE
        
        Change-Id: I67b5dc102fc264d0a643620bbdc5796bdaa46d82

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [3af0114a295d2a6c600117adb5bcd6689c0c787e]

        Introduce O[U]String::toUInt32
        
        ...which has become necessary since bd60d41176da540b01d7583cfe00637431967f39
        "Handle oveflow in O(U)String::toInt() functions" reduces values in the range
        (SAL_MAX_INT32 .. SAL_MAX_UINT32] to zero, but some calls of toInt32(16) relied
        on getting a correct (unsigned) value for the whole input range ["0" ..
        "FFFFFFFF"] (see libreoffice-4-1 commit 9bf6c83367cedb7be81bf67f30d2147d26c7a8c3
        "Revert overflow checks in O[U]String::toInt{32,64} again").
        
        Audited all uses of toInt32/64 with non-decimal radix.  (There is still a TODO
        comment in oox/source/helper/attributelist.cxx, and
        stoc/source/typeconv/convert.cxx will still need some love and test code.)
        
        Change-Id: Iadaca1c0e41dab553687d0ce41c20c10cd657a95

2013-06-13  Armin Le Grand  <alg@apache.org>  [4edbfa892bfe6ca81c88363b2249e0b7d5eef31f]

        Related: #i121504# corrected error in canvas module when cairo is used
        
        (cherry picked from commit e811ac4450b81cc27d51c06e5a614cd016d6e587)
        
        Conflicts:
        	canvas/source/cairo/cairo_devicehelper.cxx
        
        Change-Id: I0419259723c3dfca22263af9b858bb07141b179e

2013-06-13  Armin Le Grand  <alg@apache.org>  [e08407052f556c981e533f532815125769212685]

        Resolves: #i121534# only handle bitmaps which are inside visible area
        
        (cherry picked from commit ad026d3b68d5d0d527eed591b3c6f8247bec641b)
        
        Change-Id: I2f4ca680a003e1c58d9cbefa3bee81bcc117916b

2013-06-13  Oliver-Rainer Wittmann  <orw@apache.org>  [57bf1f75942c2c9c0fc264bf0f9b84b674ea55f7]

        Resolves: #i122529# only check position protection when...
        
        moving a text frame, graphic or embedded object in Writer
        
        (cherry picked from commit ba9e13a1ebad1569cd5ccf65925a06329ba0d188)
        
        Conflicts:
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: I126165d6be7505223c4255262103cfb123ec3d55

2013-06-13  Jan Holesovsky  <kendy@suse.cz>  [90197a2375a77d02fcb70d74df318dc5f81288bb]

        Unit test to avoid the regression...
        
        ...that appeared thanks to the bnc#819614 fix.
        
        Thanks Fridrich for constructing the document!
        
        Change-Id: I780f65ca436caee83094a8591dd9e36b33d921e8

2013-06-13  Armin Le Grand  <alg@apache.org>  [45a8eaf9c55f2686f69118641d8a8992a86dfe31]

        Resolves: #i121534# Adapted rotated bitmap paints to use own transformer...
        
        due to bad quality of GraphicManager paints
        
        (cherry picked from commit f4887567cc71dca520d57cb6ff2b40eb49142cda)
        
        Conflicts:
        	drawinglayer/source/processor2d/vclhelperbitmaprender.cxx
        
        Change-Id: Ie4b5873cdfb8bc7f1f4b288e1f983672343d8847

2013-06-13  Jan Holesovsky  <kendy@suse.cz>  [b0f10dd3262cd16b8a6c1bb4fbc3386330acc685]

        Revert "bnc#819614: Fix runaway lines."
        
        This reverts commit 5fe65c0c5e5a8d815d9d15ef192e7652726662e6.
        
        Unfortunately this causes a regression elsewhere.
        
        This also disables the unit test for this bug - will re-enable when I find
        a fix that both fixes this, and does not regress other stuff :-)
        
        Change-Id: Iad334e3c59c928edb78f25c0f36a33a26a7e6125

2013-06-13  Armin Le Grand  <alg@apache.org>  [e0cce521f1ad0cc384d30ce2f1077ea229fffe62]

        Resolves: #i121504# Support for alpha channel in clipboard for all systems
        
        (cherry picked from commit ef3931ff410117e1237b3bef7bc090e8b83b9519)
        
        Conflicts:
        	automation/source/server/statemnt.cxx
        	basic/source/runtime/methods.cxx
        	canvas/source/vcl/devicehelper.cxx
        	canvas/source/vcl/spritedevicehelper.cxx
        	drawinglayer/source/processor2d/vclhelperbufferdevice.cxx
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        	drawinglayer/source/tools/converters.cxx
        	dtrans/source/win32/dtobj/FmtFilter.cxx
        	editeng/source/items/bulitem.cxx
        	extensions/source/scanner/sanedlg.cxx
        	external/gcc3_specific/makefile.mk
        	filter/source/graphicfilter/eos2met/eos2met.cxx
        	filter/source/graphicfilter/ios2met/ios2met.cxx
        	filter/source/msfilter/msdffimp.cxx
        	fpicker/source/office/iodlg.cxx
        	framework/source/fwe/classes/addonsoptions.cxx
        	framework/source/fwe/helper/actiontriggerhelper.cxx
        	sc/source/filter/excel/xiescher.cxx
        	sc/source/ui/docshell/docsh.cxx
        	sc/source/ui/inc/viewfunc.hxx
        	sd/source/ui/app/sdxfer.cxx
        	sd/source/ui/unoidl/unopage.cxx
        	sd/source/ui/view/sdview3.cxx
        	sfx2/source/appl/fileobj.cxx
        	sfx2/source/appl/linkmgr2.cxx
        	sfx2/source/dialog/filedlghelper.cxx
        	sfx2/source/dialog/intro.cxx
        	sfx2/source/doc/docinf.cxx
        	sot/inc/sot/formats.hxx
        	sot/source/base/formats.cxx
        	svtools/bmpmaker/bmpcore.cxx
        	svtools/bmpmaker/bmpsum.cxx
        	svtools/inc/svtools/transfer.hxx
        	svtools/source/filter/filter.cxx
        	svtools/source/filter/wmf/emfwr.cxx
        	svtools/source/filter/wmf/enhwmf.cxx
        	svtools/source/filter/wmf/winwmf.cxx
        	svtools/source/filter/wmf/wmfwr.cxx
        	svtools/source/graphic/graphic.cxx
        	svtools/source/graphic/provider.cxx
        	svtools/source/misc/transfer.cxx
        	svx/inc/svx/xoutbmp.hxx
        	svx/source/sdr/overlay/overlaymanagerbuffered.cxx
        	svx/source/xoutdev/_xoutbmp.cxx
        	sw/source/core/view/viewsh.cxx
        	sw/source/filter/ww1/w1filter.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/ui/dochdl/swdtflvr.cxx
        	toolkit/source/awt/vclxbitmap.cxx
        	toolkit/source/helper/vclunohelper.cxx
        	vcl/Library_vcl.mk
        	vcl/Package_inc.mk
        	vcl/aqua/source/dtrans/DataFlavorMapping.cxx
        	vcl/aqua/source/dtrans/OSXTransferable.cxx
        	vcl/aqua/source/dtrans/PictToBmpFlt.cxx
        	vcl/aqua/source/dtrans/PictToBmpFlt.hxx
        	vcl/inc/vcl/alpha.hxx
        	vcl/inc/vcl/bitmap.hxx
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/inc/vcl/pngwrite.hxx
        	vcl/inc/vcl/salbtype.hxx
        	vcl/inc/vcl/wall.hxx
        	vcl/source/gdi/animate.cxx
        	vcl/source/gdi/bitmap2.cxx
        	vcl/source/gdi/bitmapex.cxx
        	vcl/source/gdi/bmpconv.cxx
        	vcl/source/gdi/cvtsvm.cxx
        	vcl/source/gdi/impgraph.cxx
        	vcl/source/gdi/impimagetree.cxx
        	vcl/source/gdi/metaact.cxx
        	vcl/source/gdi/wall.cxx
        
        Change-Id: I79938bc412c048c3d4e64f430f216e73bec16167

2013-06-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6ed3ef87d2472bad71b719e9ec927e72acfd2850]

        Fixed libcmis handling of related multipart content types
        
        Change-Id: I8468286be1affc635838b5329d2df72b53f5c9de
        (cherry picked from commit 6b10219eefc0d6bd0e871976d6fe781a26020c8b)

2013-06-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c7157dd841c4737bfd5db5af21f093e0373a229a]

        Change the paths to ones that exist
        
        Change-Id: I60de04bba401632b01f0da7b772a91a98de5ff07

2013-06-13  David Tardon  <dtardon@redhat.com>  [14c139e3705c537556f493657f9cb01818d1f80d]

        fdo#62224 set spacing to content too
        
        Change-Id: Idafcd96ff8b01139dfc22cf3d0d2f5e98759488e

2013-06-13  David Tardon  <dtardon@redhat.com>  [118141cb83b6f8771f47dd4d685529f81a32eac3]

        gbuild: fix output
        
        Change-Id: Ifbe4a0b6b93c5be6dfd64b6c77ef7172d3f1c425

2013-06-13  Thorsten Behrens  <tbehrens@suse.com>  [deaa9689e217e9f7fb1cab1243a8763e40da5324]

        Add some error handling to bitmap conversion.
        
        Fixup for 7cf2b5809f7137acc7a5eed9159042b3d748da01, makes sure cairo
        has all data committed to the surface, and handle random errors.
        
        Change-Id: I39e5b5777968c4563a8ce3870bac3d4182090f3b

2013-06-13  Noel Power  <noel.power@suse.com>  [c32dd08cfbaefb0d0a75a303b182e68d073ee262]

        blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545
        
        Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a

2013-06-13  Miklos Vajna  <vmiklos@suse.cz>  [c7e237045df1e0ed01c47ce85923cd182a101bc7]

        fdo#58819 VML export: handle objects anchored in the header / footer
        
        Previously such shapes landed in the middle of section properties.
        
        Change-Id: I7993eaa721e2b53d8adb1cbdee40992bbeb11416

2013-06-13  Caolán McNamara  <caolanm@redhat.com>  [5bf554a89183c983cc492bcdcbc78967f3dbc415]

        Related: fdo#65595 password dialog has truncated label
        
        Change-Id: I7b18bebb878fc5027109121595e444ef1d6a7cfc

2013-06-13  Armin Le Grand  <alg@apache.org>  [67608078a857fc128efc6bf4172f9ce4384d25c7]

        Resolves: #i121463# Enhanced handle visualization..
        
        and some fixes in that region
        
        (cherry picked from commit 2ece2411aa1ab78e6aec269d08d8a9b526390939)
        
        Conflicts:
        	default_images/svx/res/cropmarkers.png
        	default_images/svx/res/cropmarkers2.png
        	default_images/svx/res/cropmarkersACC.png
        	default_images/svx/res/markers.png
        	default_images/svx/res/markers2.png
        	default_images/svx/res/markersACC.png
        	officecfg/registry/schema/org/openoffice/Office/Calc.xcs
        	officecfg/registry/schema/org/openoffice/Office/Draw.xcs
        	officecfg/registry/schema/org/openoffice/Office/Impress.xcs
        	officecfg/registry/schema/org/openoffice/Office/Writer.xcs
        	officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
        	sc/source/core/tool/viewopti.cxx
        	sd/source/ui/app/optsitem.cxx
        	svx/inc/svx/svdhdl.hxx
        	svx/source/svdraw/svdhdl.cxx
        	svx/source/svdraw/svdstr.src
        	sw/source/ui/config/viewopt.cxx
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: I4094c2ca18a3c29e8e24a15ddeb040808ce4605d

2013-06-13  Caolán McNamara  <caolanm@redhat.com>  [de435e745ad8c32640342675103a48383a84b5a9]

        Updated core Project: translations  0951535c576e6a2693b25311832b25bcd67b7bb3

2013-06-13  Tor Lillqvist  <tml@iki.fi>  [504638e73f2a6d5bfcba9eb83db4fcdebe4f37f8]

        Disable Graphite for Android and iOS
        
        It definitely does not make sense for iOS, I assume. For Android the situation
        is unclear, but let's disable it for now. It causes linking errors currently
        anyway as the graphite_serverfont.cxx is not compiled for Android. (Whether it
        could and should be compiled then instead of disabling Graphite, I don't
        know.)
        
        Change-Id: I1a874d304af508d2217da08e49dc158664f2e9d2

2013-06-13  Miklos Vajna  <vmiklos@suse.cz>  [837ccd73e23f31f1fe2da1972a9f41b60373f8e5]

        DOCX: don't export auto color as page background
        
        That auto here would mean black, potentially rendering the whole
        document unreadable.
        
        Change-Id: Ie17a6a9b00c9ab24204291d09175a3fba69cd4ea

2013-06-13  Tor Lillqvist  <tml@iki.fi>  [348c7ca4b7676b10864bade1d5a16761b7927418]

        Simplify EPM tests for OS X
        
        We always should use the internal epm anyway on OS X, so no need to
        look for PackageMaker.app in /Developer which doesn't even exist any
        more.
        
        Change-Id: I943f34e14e9ce0c3bec5bd7b86612a62e5b9e83d

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [9760621b5c93edb829478c284e4b61537824e702]

        Work around -Werror=type-limits when plain char is unsigned
        
        ...assuming the original intent of the code was to check for ASCII range 0x20--
        0x7F.
        
        Change-Id: I8033890a76e059d997efb01431207a453f00a981

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [7142090557362ebf5314573317a68132383c460c]

        Remove dead code related to unused WITH_SVP_LISTENING
        
        Change-Id: I8a12d0ea18a60541d9a11db26cc417a190443ff4

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [42bb40a7ed0009d5c70ebf1e32d033b137203223]

        Enable -fstrict-aliasing, -fstrict-overflow in -O0 debug builds
        
        ...so that -Wstrict-aliasing, -Wstrict-overflow=1 included in -Wall do not only
        produce warnings/errors in non-debug builds.
        
        Change-Id: I4534427738fa7688853564e8c7255a0c3cd199e1

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [64600ceed4ea2091eab2ea6691ec39e575108196]

        gb_COMPILERNOOPTFLAGS, gb_COMPLEROPTFLAGS, gb_DEBUG_CFLAGS all already defined
        
        ...in com_GCC_defs.mk
        
        Change-Id: I0a3b29e1a91acf3425afa44dea0353bebf88f58f

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [5ccbd3f5c3adba28aadb00a28b8a80d4c1ef46e8]

        Generate full backtraces, including local variables
        
        Change-Id: Ia655865b621b1c8e37a52715b89534a00dcda1d7

2013-06-13  Stephan Bergmann  <sbergman@redhat.com>  [8790f80d68cca7a894164ad84363b42332a1b6ec]

        Only print the rtl::Reference's pointer
        
        ...but do not pretty-print its dereferenced value.  This is in line with the
        handling of css::uno::Reference, and avoids gdb Python exceptions when trying to
        print uninitialized rtl::Reference instances (which can e.g. happen during a
        "backtrace full").
        
        Change-Id: I9a3c0a6441cf23cba748183226832d2ba23bd531

2013-06-13  Adam Co  <rattles2013@gmail.com>  [db23f89b76cb61b215bcae5495eadba2b5ceace2]

        fdo#65655 : fix for Different_Odd_And_Even_Pages flag ignored
        
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Icf9949bb00aa905d22aedfd8f2b297dfa89dfedb

2013-06-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c688919620fb22e27471d222d99c0599ee0872e7]

        a few more fixes for crashes around cell text attr storage
        
        Change-Id: If5d6f4baf49b5828a1765b638eb4d2225f7b5400

2013-06-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52fcfa07078a24fc2229c87f928e2a39ac5635f0]

        remove method without definition
        
        Change-Id: Ia41f28ed31fc254a6785c6444a78822eb969f2f9

2013-06-13  Andras Timar  <atimar@suse.com>  [3c3075bdc8c1d425ff7f1e6a94538aab7d6a5db2]

        work around lexer bug in l10ntools
        
        Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1

2013-06-13  Andras Timar  <atimar@suse.com>  [34f0478ba80d38855c503890dd8422a8a4367d7e]

        make categories localizable in Elements docking panel
        
        Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df

2013-06-13  Andras Timar  <atimar@suse.com>  [eaf4c51ea981b7f314c8ea090b873e83df979a29]

        typo: s/CATERGORY/CATEGORY/
        
        Change-Id: I37f2db8b073ad1257101af02118cfbc91ee60f26

2013-06-13  Matúš Kukan  <matus.kukan@gmail.com>  [f5d3fb36ab240407433e7435b4d1e23380678465]

        scp2: remove unused defines
        
        Change-Id: Icac7b4dd5dd31f39e0db09e251e7136e61a064aa

2013-06-13  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1c2ab8f7871e5b29f5c0025edfdd2ef9e1f795fa]

        fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOO
        
        Conflicts:
        	Repository.mk
        
        Change-Id: I1553317afe8df9877a41b1d4087c96d861ed1377

2013-06-12  Julien Nabet  <serval2412@yahoo.fr>  [3222f7b9933788a34aaa639dbae05b54e188adba]

        cppcheck: reduce scope
        
        Change-Id: Icd0c258e83631de2356503c725139fac2035fb0b

2013-06-12  Julien Nabet  <serval2412@yahoo.fr>  [4e5b78d6a54fa7fac1c6e09401b2e05fa5c06579]

        cppcheck: fix Variable "hr" reassignment
        
        Change-Id: Iafaac91fe3783118817d40f3831e5ca039be64e0

2013-06-12  Matúš Kukan  <matus.kukan@gmail.com>  [11fcd99263cf5f3bd447cc570313fc3b19547105]

        fix previous commit
        
        Change-Id: If211e08f0436dd3c2a0787fa60301bfafe1c5b70

2013-06-12  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [31ed7f0f8db493a108467f086fb1f23e6a2f917e]

        fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a little
        
        Also put the vbaswobj lib in the right place, inside Writer
        
        Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591

2013-06-12  Armin Le Grand  <alg@apache.org>  [529ab257f10490a3e7d4f13ddabbc9374b84d529]

        Small correction in scaling code seen while debugging something else
        
        (cherry picked from commit 101e1cced456f1effd5b4daaa469c2817e34a448)
        
        Change-Id: Ib373406a44c00d812dc754d8091c94cb6a64a1b0

2013-06-12  Pavel Janík  <paveljanik@apache.org>  [4696292b9a9c7096b7ee6c98711bdcdfb7af7101]

        Fix typo
        
        (cherry picked from commit 497e0d2ce2169a70aa2d2182fa1cf3096b8b2fbc)
        
        Change-Id: I9cf246c94236382bc9d58e3a76c855951dd5166a

2013-06-12  Armin Le Grand  <alg@apache.org>  [f69df53b316b53931e10d35402a70f533399398c]

        Resolves: #i121297# corrected non-AAed gradient rendering...
        
        when in rotated metafiles
        
        (cherry picked from commit 2a063da1614a8044fdd2c64a55f4f402b69e2fcd)
        
        Conflicts:
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
        	drawinglayer/source/processor2d/vclhelpergradient.cxx
        	drawinglayer/source/processor2d/vclhelpergradient.hxx
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        	drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
        
        Change-Id: I0e4ff1d3bebbc738fb6d301da19747faa2efbe3d

2013-06-12  Tor Lillqvist  <tml@iki.fi>  [98910950890141c6236fb3c0e9914b20b0557b02]

        Use xcode-select -print-path instead of hardcoding /Applications/Xcode.app
        
        Change-Id: Ie576ba4497efac689a81c67474c61ec91c0a810b

2013-06-12  Armin Le Grand  <alg@apache.org>  [f7d373d18f965b36f310d44044bdba6476f6eb03]

        Added ColorDepth change test with assertion to the Bitmap::Scale method
        
        (cherry picked from commit 4be8cc079667cca2cae91dba9e46c16ccff1537f)
        
        Conflicts:
        	vcl/source/gdi/bitmap3.cxx
        
        Change-Id: I329ebc63df0dd96d4a2596ad42ff1aa14405bdd4

2013-06-12  Oliver-Rainer Wittmann  <orw@apache.org>  [a108ecfabf7930b0cdff16ab819ec36a7cb0a3a6]

        Resolves: #i122262# correct handling of Shift-<arrow key> for bigger steps...
        
        movement of objects in order to get back text selection via keys in a table
        
        (cherry picked from commit 7d2515d9ac497b3aaf47ae3ce79ec79bc6880330)
        
        Conflicts:
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: Iee81649eae297108dbdb6137539f962611e9e636

2013-06-12  Andras Timar  <atimar@suse.com>  [7fa7e2f9ac7d11d839246ac0d9f3fc564241dd9e]

        Updated core Project: help  175185e2bb4a0607fdf10b33cad121831510a5cd

2013-06-12  Tor Lillqvist  <tml@iki.fi>  [d4b088f504d7a1414a11d3dca8bcdf60b988d892]

        WaE: non-constant-expression cannot be narrowed from 'long' to 'CGFloat'
        
        Change-Id: Ifc73c13a9e0695ee43158ea14965c01a2dbe6c59

2013-06-12  Noel Power  <noel.power@suse.com>  [fecd316a966f08d095c1514f8de0924749a5b8da]

        typo correction AX_SELCTION_xxx -> AX_SELECTION_xxx
        
        petty correct of AX_SELCTION_xxx -> AX_SELECTION_xxx but it
        was irritating me
        
        Change-Id: Iae7a0151a63502aa89f04ae54fe7348548ffd32c

2013-06-12  Noel Power  <noel.power@suse.com>  [d70f6df911b5ec153733201cadcd077256c82980]

        Fix Excel still complains about exported MorphData controls
        
        seems that writing property values that same as file defaults can cause
        problems ( this behaviour doesn't seem to be consistent but... ) Fix
        up some instances of properties that I've seen make Excel complain
        
        Change-Id: Iacf6789906f07dc35aa5dbe3e7b62f4d2090e20a

2013-06-12  Lior Kaplan  <kaplanlior@gmail.com>  [45ccaf4131693e7c5246a8c0016dba085f12866c]

        Typo fix: postion > position
        
        Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102

2013-06-12  Stephan Bergmann  <sbergman@redhat.com>  [c8ecf7eb128e7de0ec541f430f484ed50376ade5]

        Atempt at making --enable-gtk3 build again
        
        ...post e717d1dcce7f8906311c5ccdbb2326b61a702630 "Resolves: #i121237#
        Rework/Cleanup of Region code..."  Note that GktSalGraphics variant for GTK 3
        (there is two declarations in vcl/inc/unx/gtk/gtkgdi.hxx) inherits m_aClipRegion
        from SvpSalGraphics.
        
        Change-Id: Ic264226bc406f67f20d1893455d85ad0d1bc17ed

2013-06-12  Armin Le Grand  <alg@apache.org>  [e94baf5bcd5ceb749ff54d68287b1d37b211b535]

        Related: #i121387# Corrected flag usages in RenderPolygonHairlinePrimitive2D
        
        (cherry picked from commit e3eebb16c90fa5c3320fa9843e3420293bec6ab2)
        
        Conflicts:
        	drawinglayer/source/processor2d/vclprocessor2d.cxx
        
        Change-Id: I245d7ebc040580057948fdd5888f55eaca783b2a

2013-06-12  Armin Le Grand  <alg@apache.org>  [829d31c122afe13df3463fe905fff4a9e93d13db]

        Resolves: #i121387# Corrected RenderBitmapPrimitive2D_GraphicManager...
        
        to correctly handle cases with combinations of mirroring and rotation, also
        changed VclProcessor2D::RenderBitmapPrimitive2D to use own bitmapEx renderer
        for these cases for better quality
        
        (cherry picked from commit b8cf3355071035085c705a65558cd4a6cefe8f47)
        
        Change-Id: I3f0c61db9c776299e9ee866c4e54d9c6ac431a31

2013-06-12  Armin Le Grand  <alg@apache.org>  [c856a390abbf278a6c4c80f36c8e64d15554a1ae]

        Resolves: #i120393# Corrected paste position of objects...
        
        with geometry outside their logic definition
        
        (cherry picked from commit 658c1d82654af635bfbd6790fab2da8664d163eb)
        
        Conflicts:
        	sd/source/ui/view/sdview3.cxx
        
        Change-Id: I4451956ab71d50e2ffec63ca17e0051d85823669

2013-06-12  Armin Le Grand  <alg@apache.org>  [bdfac6fdb521104f71fc28e24dfd8c9ea02a95d3]

        Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphas
        
        (cherry picked from commit 61e12761a4887b8a6bbb977996cd1ea4080d00ac)
        
        Change-Id: Ic358251ac6646b1fd8c8323171bb48958236f407

2013-06-12  Armin Le Grand  <alg@apache.org>  [d959ff60f0f014a03ecbb55b2ab6256d474f5e84]

        Related: #i119536# removed code no longer needed after fix of that task
        
        (cherry picked from commit bcc6f1762eda8ac5290eb10b4ad47a249c9b5f51)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: I42bce7ff99264d3bd1e3e5dbdf8eda87a05361a7

2013-06-12  Armin Le Grand  <alg@apache.org>  [131486a9ad5d3c66911adeb4608d2d0e1d8dc31b]

        removed unused variable bSuppressRotation
        
        (cherry picked from commit b7a63f1dc7c1ddab8092f1b7b9641923aa857579)
        
        Conflicts:
        	filter/inc/filter/msfilter/escherex.hxx
        
        Change-Id: I66b664c26d5db2dae2deea36490350d40deb3ccd

2013-06-12  Armin Le Grand  <alg@apache.org>  [9536e3cbb8b1e765b83cdb10359cca91ff80b172]

        Resolves: #i121233# some slight corrections/enhancements
        
        (cherry picked from commit db00dfd93ac0e215a5d71e72645790918db0e734)
        
        Conflicts:
        	vcl/inc/vcl/bitmap.hxx
        	vcl/source/gdi/bitmap3.cxx
        
        Change-Id: I1a7817a94232b3d7f1c095dd27025e4cccea348c

2013-06-12  Luboš Luňák  <l.lunak@suse.cz>  [a8551357e77bd70c2bd74988f13c5db1305f7d50]

        fix build (removed/renamed header)
        
        Change-Id: Ic0633736ade235db8cf2d02211e0439b9964569e

2013-06-12  Stephan Bergmann  <sbergman@redhat.com>  [fdcd77cdd787b718b5146b5b01f90ef5a18b8117]

        warning C4305: 'argument' : truncation from 'double' to 'float'
        
        Change-Id: Ieee74fd7e7cec65304dd5de9c1368f5449b66407

2013-06-12  Luboš Luňák  <l.lunak@suse.cz>  [a274cbff7c138e110eba65f117df8d9cae3c4427]

        allow at least some KDE protocols in KFileDialog
        
        Although LO doesn't support all KIO protocols, it supports at least
        a subset (as can be see also in 673be8e76856c6bc39f448f3374db4ae84258952),
        so allow at least that subset.
        
        Change-Id: I2334764317ffc1e20d234e863b60bcc06d17fde0

2013-06-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3d5fb88cc0aa8ee6be6cec5ce0255f1412368519]

        n#779642: 0 width or height in //v:shape[@style] produces weird results
        
        Change-Id: I37ba59dd54ac692f234f3228e442799c5a5f450b

2013-06-12  Andre Fischer  <af@apache.org>  [4ea968a7b051e4e0f6febeb9996ed7689b08672f]

        Related: #i122453# Initialize and update units of PosSize panel spin fields
        
        (cherry picked from commit 5d8bbe5fe43f94d1c29dda7f1e6e06668a304f78)
        
        Change-Id: Ibfcca05efddbcee9983ac4d6bc75703234ea6d67

2013-06-12  Andre Fischer  <af@apache.org>  [10b26c9af2f15b1634ba26c5d7c9382f7680beea]

        Related: #i122453# Invalidate slot servers for all view shells...
        
        on OLE deactivation
        
        (cherry picked from commit f7f162aef22b025b0d0ffcd0bf0c5eead74143d0)
        
        Conflicts:
        	sfx2/source/view/viewsh.cxx
        
        Change-Id: Ia44ab98e273d3360b4d8ff2f2582cb04b4d43415

2013-06-12  Armin Le Grand  <alg@apache.org>  [70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7]

        Resolves: #i121267# added support for taking clipping into account...
        
        for metafile-based exporters to vector formats
        
        (cherry picked from commit 229a79b97110c11ef21b7b99ffc768254ca01d96)
        
        Conflicts:
        	basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
        	filter/source/flash/swfexporter.cxx
        	filter/source/graphicfilter/eos2met/eos2met.cxx
        	svtools/source/filter/wmf/wmf.cxx
        	vcl/Package_inc.mk
        
        Remove unused variable to prevent compile warnings.
        
        (cherry picked from commit 60d19c1602e4fec740624fd20a7bfd39707297e4)
        
        Change-Id: Iaeb02d7321bea2890cf4e969f1d45d58deef5584
        106285f06a21f4f39f34c6755d12ac6cd4196a7f

2013-06-12  Andras Timar  <atimar@suse.com>  [a70233e991619e134fde2c5ff6037960d07a06ae]

        typo in docs
        
        Change-Id: Ia983e22bfa52edf68e335de63efa08c0a09f3d9c

2013-06-12  Jan Holesovsky  <kendy@suse.cz>  [72f1ac61580b494d6e3c648f656f39e586048229]

        Minor tweaks.
        
        Change-Id: I18f92d5651643253c6e1565617ee2664c6934eb7

2013-06-12  Caolán McNamara  <caolanm@redhat.com>  [75091e506bf1da7f606fbf7b76f4175823d8ed28]

        set mnemonic widgets on sidebar .uis
        
        Change-Id: I2997458e586a2623e0e4e132acb65bb558a44029

2013-06-12  Armin Le Grand  <alg@apache.org>  [ad80a95695b95999b8fe0f60bcec1e5e5b76f4e8]

        Related: #i121237# Corrected Region export
        
        was missing to write an end marker when RegionBand was empty
        
        (cherry picked from commit a6b23e539771d5c22a575ff418ffafacf7c2bc06)
        
        Change-Id: I0dbcb27aa0936b061062c94cdf4a2c7f1f306b0e

2013-06-12  Armin Le Grand  <alg@apache.org>  [e717d1dcce7f8906311c5ccdbb2326b61a702630]

        Resolves: #i121237# Rework/Cleanup of Region code...
        
        due to missing complete support for B2DPolygon class
        
        (cherry picked from commit cab10eeb7878edf224a004fd7640bd4adf8d3c51)
        
        Conflicts:
        	cppcanvas/source/mtfrenderer/implrenderer.cxx
        	svx/source/sdr/overlay/overlaymanagerbuffered.cxx
        	svx/source/svdraw/svdpntv.cxx
        	vcl/aqua/source/gdi/salgdi.cxx
        	vcl/inc/region.h
        	vcl/inc/unx/gtk/gtkgdi.hxx
        	vcl/inc/vcl/regband.hxx
        	vcl/inc/vcl/region.hxx
        	vcl/os2/source/gdi/salgdi.cxx
        	vcl/source/gdi/bmpacc3.cxx
        	vcl/source/gdi/outdev2.cxx
        	vcl/source/gdi/outmap.cxx
        	vcl/source/gdi/regband.cxx
        	vcl/source/gdi/region.cxx
        	vcl/source/window/window.cxx
        	vcl/unx/generic/gdi/pspgraphics.cxx
        	vcl/unx/headless/svpgdi.cxx
        	vcl/unx/headless/svppspgraphics.cxx
        	vcl/win/source/gdi/salgdi.cxx
        
        Change-Id: Iee9a66ff431c3cecb7603e445147b67715de0f7d
        
        Remove unused variable to prevent compiler warning
        
        (cherry picked from commit 0ac65ccf079e3e22ac23cbe7ae546504c863c31f)
        
        Change-Id: Icbcaa9d576a7e560d96debc7360bdbe9090b3fd3
        
        Wrong comparison with bool corrected
        
        (cherry picked from commit 612cefdcf6176b6bb847ce899d89af40ef313a90)
        
        Change-Id: I1cf5de6734b588f78d8e870ba7b7860634b461ce

2013-06-12  Miklos Vajna  <vmiklos@suse.cz>  [9e50e5f82927742c56e89258b80bc8cd93bb7e3b]

        rtl_string2UString_status() - Wrong TextEncoding
        
        Change-Id: I5d0efc9006cac379a5c03a61817cf989227a06ff

2013-06-12  Prashant Pandey  <prashant3.yishu@gmail.com>  [782adaed6342ceb798c52cff9c47a6dd8c1c2d72]

        sidebar: Conversion to .ui for NumberFormatPropertyPanel
        
        Change-Id: I25891c0acda620621f0af868914cbc58776d0f53

2013-06-12  Jan Holesovsky  <kendy@suse.cz>  [8055945bd433ff94b379d7bd38ab79614dd40f76]

        Primitive2DReference : ambiguous symbol
        
        Change-Id: I98876ab880e6a22693ffba9f50bf989b33ef7f1f

2013-06-12  Caolán McNamara  <caolanm@redhat.com>  [fac0bbb035b6f091bf04f7cc1f09c1a7f0e9f2bb]

        Primitive2DReference : ambiguous symbol
        
        Change-Id: I4cd0d9a0023cef9458383e7ab979e24b5b3961c1

2013-06-12  Caolán McNamara  <caolanm@redhat.com>  [5bca3a50a68211aeea8fd2c7abf49fea9be6a175]

        Primitive2DSequence : ambiguous symbol
        
        Change-Id: Ic6ed2a12e94dfd1927dc976970c2e6c873279da2

2013-06-12  Elie Roux  <elie.roux@telecom-bretagne.eu>  [c56f9b76693d0b7f43234afb58796338dcd52489]

        fdo#64977 Adding Tibetan Language Support
        
        Change-Id: I3f530375f43bfe8ebe2cc16f0e158990d7beafbb
        Reviewed-on: https://gerrit.libreoffice.org/4197
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-06-12  David Tardon  <dtardon@redhat.com>  [3a6513047409b8e8f6295152b33385ad8ef93681]

        fdo#65132 compute font height correctly
        
        Change-Id: I8da66b102a554c9d5d275ff46e40dd707199d4f4

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [b742188982e76ed6d0c7d8de6275a18d8103b395]

        SwXTextField: convert some UniString
        
        Change-Id: I17bdcdfbba8fab1ea0f3b5bf6e68d6703bf5e87b

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [eef7bbe2cb3dc6c12c9f19743a2bccdebedcd529]

        i#105557: thread safety of SwXFieldEnumeration
        
        add Impl class to implement SwClient
        
        Change-Id: I2813109269a7d3d5ea44b4ce8e426457f38cfae2

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [9aaf9885d92585b0591fd7fc17b1bf2ae125957e]

        de-dent SwXTextField a bit
        
        Change-Id: Ib775e1bf3ee0f5c52a2cda46b016d0649df90592

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [15f431e595d0e0bd24ab185ab552d39a56d55986]

        fdo#65478, i#105557: thread safety of SwXTextField
        
        - implement SwClient on Impl class
        - add a WeakReference to SwFmtFld create the SwXTextField from,
          instead of racy iteration of SwModify clients
        
        Change-Id: Ia71b4fcbfceaa367a516a8353a4b66123d72305a

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [e61770f9749d2ea5003986db2a05d3e1347459fa]

        de-dent SwXFieldMaster a bit
        
        Change-Id: Ibfd1b6ad2fab06543913e2b38fad25d98351f9e2

2013-06-12  Michael Stahl  <mstahl@redhat.com>  [b2d084811c259a136c302b52c43665037f389e6e]

        i#105557: thread safety of SwXFieldMaster
        
        - implement SwClient on Impl class
        - add a WeakReference to SwFieldType create the SwXFieldMaster from,
          instead of racy iteration of SwModify clients
        
        Change-Id: I2d1344b95dd00a7ea4d89f0184fff657d092d61c

2013-06-12  Eike Rathke  <erack@redhat.com>  [ad3105a2933aff80b8fd471d32c0846440a508c5]

        added Tibetan_India [bo-IN] to language list, fdo#40713
        
        Change-Id: Ied426ee153ccd1a71e3cd0fbb4b417ac8b9b82e4

2013-06-12  László Németh  <nemeth@numbertext.org>  [67bb43c8ccc3270bd1a0dbf4300e39ec2e9f296b]

        fdo#65666 keep tab characters in footnote settings (Begin/After)
        
        Change-Id: I3fbd0f2dea5926981c0cd351c3235f6b61e66aaa

2013-06-12  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [f7f7900e642befe082d930c6db55bf3fc2409230]

        Add Flat Document and MathML MIME types
        
        Change-Id: If9affe0e230ebcd4dbec9d4dcc8dc88fb8cde513
        Reviewed-on: https://gerrit.libreoffice.org/4230
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [c4ebd00813f0f9ac333546db9d87d2da2563f2fb]

        include cleanup
        
        Change-Id: I7818fe1f6acedc40b1bdd59cfa7e8fe23a6c685e
        Reviewed-on: https://gerrit.libreoffice.org/4209
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [c0e458bda89ba0022cfe75dcc4e632498fa7fa26]

        Replace String with OUString (sd)
        
        Change-Id: I6916e81828ef7225f9f70217cbeac83b3a70b9b3
        Reviewed-on: https://gerrit.libreoffice.org/4221
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-12  Noel Grandin  <noel@peralex.com>  [a591811d0883ffaf316209c86fe5a798532e25f6]

        Fix exception specification for ZipFileAccess::createWithURL
        
        Broken during my conversion to new-style UNO in
        commit 28e3aff576f06b0b02c7232da5d723e865b3c7ed.
        Also revert mmeeks workaround in
        commit c0b78901dba033ed112a023a787575ae54ef877d.
        
        Change-Id: I1f711bbe19556f1bde7699295ca4f56cff54ddb9

2013-06-12  Armin Le Grand  <alg@apache.org>  [2d64de59c2109e378e4d38d6cad2510226c05435]

        Resolves: #i121236# Added support for fast move of objects with cursor keys
        
        (holding shift) for Writer and Calc (was alraedy in Draw/Impress)
        
        (cherry picked from commit d794e5f9ebb756958725183bbfcc88f457d1bc1d)
        
        Conflicts:
        	sw/source/ui/docvw/edtwin.cxx
        
        Change-Id: I74e0ba40fa0900915adc84f722105e7fdddb0a19

2013-06-12  Winfried Donkers  <osc@dci-electronics.nl>  [e2e0db8f2967d866cba5c5400617d97aceaeefe9]

        fdo#64626 clarify use of border line settings on toolbar
        
        Using the toolbar button to set border lines in calc, lines are added,
        but not removed. I thought this to be a bug, but it isn't. Using the
        toolbar button is for addition, and using the same button with the SHIFT
        key is for addition+deletion.
        
        Unfortunately, this is not mentioned in help files or hints.
        This patch remedies this by giving a better hint when using the toolbar
        button.
        
        Change-Id: I0cf5cc9bffbec363cde3c7493f024cdfa72c54f4
        Reviewed-on: https://gerrit.libreoffice.org/4220
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2b700a710e44d2d09f45793f5f2448268e66d4fe]

        EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it
        
        Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679

2013-06-12  Andras Timar  <atimar@suse.com>  [28e94510f05f37218393d41924dc00da34c2c3a1]

        Updated core Project: translations  134bbcf189eeaa9bb7f0efb726f3eb980f37085e

2013-06-12  Andras Timar  <atimar@suse.com>  [a838fea7c3f0deaba75daed07ca0df44f5546818]

        Updated core Project: translations  5137a13645dcf041c6b9c798c2b47be26d624c9e

2013-06-12  David Tardon  <dtardon@redhat.com>  [2032586fee5be10038e52123c0332b21d0de1aa4]

        fdo#65485 also put the files into langpack module
        
        Change-Id: I0d331fc9a5591de60bba1959999ff29b2d43b058

2013-06-12  siqi  <me@siqi.fr>  [651a96e3fde964164f80aa7c83af01168465aa2b]

        multithreading in comManager

2013-06-12  siqi  <me@siqi.fr>  [22e4465d8cbc7b8cbc29948705994284c84475a1]

        loading existing server lsit

2013-06-12  siqi  <me@siqi.fr>  [5705833197bceff4fc1be5bd179d8eff3225b386]

        slides preview works

2013-06-12  Andras Timar  <atimar@suse.com>  [16c554e70fe3b91eb33170676d5c972fb93546b9]

        Updated core Project: translations  c9147a423f9528d10c1de9c0caf5a3694410f893

2013-06-12  David Tardon  <dtardon@redhat.com>  [638ecac30d04a0f13e55f2566a9e318b9dbf02f0]

        fdo#65485 install .ui translations for writer again
        
        Change-Id: I8e8ad67058286aec94164a44dbd461078a792359

2013-06-12  David Tardon  <dtardon@redhat.com>  [5776449ee5d2b363d9c645a583f73e950b5aaeeb]

        typo
        
        Change-Id: I31826c779039b0a95ac7571d4dd871d878ba3ca7

2013-06-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f387c5da5a824df6cf2874155c13445a86804475]

        Pass also the bounding box in device units to the EMF+ part
        
        Change-Id: I71d3029d4b3aafdc44d82b0bd9db9a54f9b8b81f

2013-06-12  Takeshi Abe  <tabe@fixedpoint.jp>  [d9b7d3a2dd943d246e7d09b3539628e2e357a307]

        sal_Bool to bool
        
        Change-Id: I85944f6912f01d883da976d5dd967f435104bad0

2013-06-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8e52f12d277d9f6ee508f6512f3028810ec12ab]

        Add a comment clarifying the intent of the code that may look like a bug.
        
        Change-Id: Idd340f939bcfbe6bb8cf2f589662ea8691e1606c

2013-06-11  Tomaž Vajngerl  <quikee@gmail.com>  [af3916f8ee5dbd5ccb3b8faca940b57ff2102d76]

        fdo#55315 Added simple Trie lookup tree for autocomplete words storage
        
        Added simple Trie lookup tree which is more tailored to what is needed
        in autocomplete implementation, but still has the speed of the
        LatinLookupTree that has been used till now. As the implementation
        is much simpler it should be more managable and easier fixable.
        
        For now two actions: insert (word) and findSuggestions are supported.
        Acttion findSuggestion returns all words in a list for a searched
        sub-word, it also fixes fdo#62945.
        
        Change-Id: I63b69c30d28b4e1c465c2122ebc537f7f75a033a

2013-06-11  Armin Le Grand  <alg@apache.org>  [49a0278601ec73ee052086824536fa3d9796e5d3]

        Made conversion from BitmapColor to Color more explicit...
        
        by using operator Color()
        
        (cherry picked from commit 08275c1207f2c66dc69f815941fa9c39c47b629a)
        
        Change-Id: I26350c3d47e37064b5a8674f75c9822753994a17
        
        Corrected color conversion from BitmapColor to Color
        
        (cherry picked from commit b0b8e3854f679383fe3ff2e436bfbe3573f34088)

2013-06-11  Jürgen Schmidt  <jsc@apache.org>  [c3359bd7e662e905fdb85d8f6b3455018b31cf09]

        Related: #i122483# correct library path
        
        (cherry picked from commit f6c713b7e38d4de5afdf508b8d6bfc6d1d27e000)
        
        Change-Id: I327d9946d139aaf3347c42e8b565a8de635b5ed1

2013-06-11  Jürgen Schmidt  <jsc@apache.org>  [95ada2d65f6d999920f2a04599ac132fa632d66d]

        Related: #i122483# set correct classpath, include unoil.jar
        
        (cherry picked from commit d8a724835732e8111a8798484d63202fc90f93f9)
        
        Change-Id: Iaf4d90a111c5adf15817c7c1360e4bfad0ee9148

2013-06-11  Caolán McNamara  <caolanm@redhat.com>  [04c2e4f5836ee72a36da69846e5efe41a0dde83d]

        Related: #i121194# adapt template dialog code
        
        we probably should remove the Bitmaps and use Graphics
        exlusively, but for now do a simple brute force conversion
        
        Change-Id: I0cdcb7d86f9304fd09f7e2c6aa7acdcec3785ae5

2013-06-11  Armin Le Grand  <alg@apache.org>  [37aa7d81aacaae12dfe0fd2ade2779235bbf72f1]

        Resolves: #i121194# Better support for graphic fill styles...
        
        which are not bitmaps (svg, metafiles, ..)
        
        (cherry picked from commit 7a652a2b2ab5e0d37e32185c8c5fac3af482bb76)
        
        Conflicts:
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/Package_inc.mk
        	drawinglayer/inc/drawinglayer/attribute/fillgraphicattribute.hxx
        	drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx
        	drawinglayer/inc/drawinglayer/attribute/sdrfillgraphicattribute.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx
        	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
        	drawinglayer/inc/drawinglayer/texture/texture.hxx
        	drawinglayer/inc/drawinglayer/texture/texture3d.hxx
        	drawinglayer/source/attribute/fillbitmapattribute.cxx
        	drawinglayer/source/attribute/sdrfillattribute.cxx
        	drawinglayer/source/attribute/sdrfillgraphicattribute.cxx
        	drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx
        	drawinglayer/source/primitive2d/graphicprimitive2d.cxx
        	drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
        	drawinglayer/source/processor2d/canvasprocessor.cxx
        	svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx
        	svx/source/sdr/contact/objectcontacttools.cxx
        	vcl/inc/vcl/graph.hxx
        
        unused file _vclmetafileprocessor2d.cxx deleted, was added by error
        
        (cherry picked from commit ed0d53f8283cd3ce579a90b599118884d0db6119)
        
        Conflicts:
        	drawinglayer/source/processor2d/_vclmetafileprocessor2d.cxx
        
        Corrected canvasProcessor usage
        
        (cherry picked from commit 7903c33f31c457eb6ff506958c4233f2a5d39bcf)
        
        Conflicts:
        	svx/source/sdr/contact/objectcontacttools.cxx
        
        Change-Id: I80008050b98dafc92fde043524843c13a75fe22c
        d2fa667d7c127b4d735334e56093d1d4553b0a5b
        e20c60c7d6472da1295a162d9a629be998861f62

2013-06-11  Andras Timar  <atimar@suse.com>  [e72e1c110ad42b779afbe74b47ca35c1849e06b2]

        Updated core Project: translations  6f51f560aeead852a1add0250e068192477967e9

2013-06-11  Noel Power  <noel.power@suse.com>  [794352229145eeed32aca21682aef7172f0859db]

        squash some excel fileformat warnings ( and protected mode opening )
        
        some attributes should not be exported for some controls, their
        very presence triggers the dreaded nag dialog ( promising doom
        & death if you open the file )
        
        Change-Id: I974ac94f75ee95ab54ca19bd5cd31952a66b20e5

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [58b8211f4aa0b227151890d541efa17d04058e05]

        canvas unit test - tolerate canvas non-creation: really no X server...
        
        Change-Id: Id8be7bc4ad454e7e246e412803e4d672a921c08e

2013-06-11  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [cb548bc7a1c863d1716ce0f609a64f45a8d73328]

        fdo#60924 autoinstall - gbuild/scp2: add calc module
        
        Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb

2013-06-11  Matúš Kukan  <matus.kukan@gmail.com>  [6141dbbac58a0c8632379fddec92bc72fcf3b78f]

        Repository.mk: make this file a bit more readable & consistent
        
        Change-Id: Ibfca283cdf89fdb4eded06dde2b2f30b05df6882

2013-06-11  Stephan Bergmann  <sbergman@redhat.com>  [c36348f20c4fcb6ae1acb0fd06c19edfa9fb1081]

        -Werror=shadow
        
        ...shadowing typedef in include/vcl/salnativewidgets.hxx
        
        Change-Id: Ibca5c99bb783d1788e6528ff7ccd0994af069adb

2013-06-11  Miklos Vajna  <vmiklos@suse.cz>  [a4fee33b23fbe68ba4b1a0701c4bfb2bec79e8b5]

        abi#4817 attempt to access an element in an empty container
        
        Change-Id: Ic51ef8b3db182dd34195c9bb808170d20953d406

2013-06-11  Miklos Vajna  <vmiklos@suse.cz>  [e75a8b8eff811a1bfdca59fd1eb3e64bea1b02c1]

        writerfilter: move the RTF tests to slowcheck
        
        These now take around 5sec here, which is slow enough to be annoying --
        if you have to wait for it after every partial build.
        
        Change-Id: I795fefcd79889aca7b00a5b3d408ee3488b13b03

2013-06-11  Luboš Luňák  <l.lunak@suse.cz>  [03f666103d80f7a0c79150dae2367079b80e50a6]

        fix and simplify getting files from the KDE4 file dialog
        
        - Fix multiple selection handling.
        - The "double click selection KDE4 bug" does not exist (anymore?) as far
          as I can tell.
        - Apparently it's not true that multiselect needs the first item in the list
          to be the directory.
        - KFileDialog can already give full URLs.
        
        Change-Id: I5bb651902fb6c1d75af40b78bf32c79b004b7358

2013-06-11  Luboš Luňák  <l.lunak@suse.cz>  [f235df85447f1d159b70d8ace4d2849cf782abe6]

        ugly workaround for external leading with symbol fonts (bnc#823626)
        
        I'd much rather find the code using external leading in Writer's layout,
        but this font rendering and layout stuff is so complicated.
        
        Change-Id: Iaf58af387a6727eb18f5a9d1613de3ae30d7c35e

2013-06-11  Luboš Luňák  <l.lunak@suse.cz>  [47f218fcf4ba9de325e5721d2c4f27794677e87f]

        hack for reading properly textencoding for opensymbol from old LO
        
        Which did it because of bullet font not having it correctly
        (fixed in 44c133ef996e32ebdfc9560bcf14b0cd77196a9e).
        
        Change-Id: I6992de03816661cf6970140eb35816e26cf0e612

2013-06-11  Jan Holesovsky  <kendy@suse.cz>  [9e851b69d13935a055ffcf08b9171330bbf5ebbb]

        sidebar: Remove the setPosSizePixel hack.
        
        Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222

2013-06-11  Jan Holesovsky  <kendy@suse.cz>  [3d0a22e8c3a848f7413d6bd090106371227260d0]

        dialcontrol: Make it always fit a square.
        
        Change-Id: I37e1d694a5e92b75bd68310f74671897887a60e1

2013-06-11  Matúš Kukan  <matus.kukan@gmail.com>  [e78fe7af3961098b72116faf6b95eebb3685670b]

        better conditions for registering executables
        
        Change-Id: I197b5e35ee8e7b80f6bba3e59c811ab4261c489c

2013-06-11  pje335_NL  <meulenthomas@gmail.com>  [d330f3a2712b38c382767f668e751128b541624c]

        fdo#65199 mutible names for the same option.
        
        Change-Id: Ib17c323b5a9a2dba5e3d32d8a1a418167a7e7fe5
        Reviewed-on: https://gerrit.libreoffice.org/4222
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [e1a40290871740ed9dd76c0c4bd91b3a4232f65a]

        add cppcanvas unit test makefile I forgot.
        
        Change-Id: Ic56a61d6c71870620ad2cda7899da8d0252dfc11

2013-06-11  Miklos Vajna  <vmiklos@suse.cz>  [a1762795e7c758bc55cfba039e280273a4f26cc5]

        abi#3241 fix crash on RTF import
        
        The problem was that SwTxtFmtColl::IsAssignedToListLevelOfOutlineStyle()
        returned true, because the style name started with "header". However,
        there were no real assignment, so
        SwTxtFmtColl::GetAssignedOutlineStyleLevel() returned -1 later, which
        resulted in a (valid) assertion failure.
        
        Fix this by handling -1 outline level as not assigned.
        
        Change-Id: I522f75002cf064ce7bc4da949683ac4e5ff4ec72

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [eb5e3e3a4e82a55abfb1894dead6a1fb3c10bb41]

        create a cairo canvas unit test, if only I could use the XCanvas API.
        
        Change-Id: I3b0fdbe92db751e59ecb3f3b59f27e160b3ca226

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [02ee261150c350f85c55925d01ed342b8a1854c0]

        Allow --headless to be disabled for unit tests.
        
        Change-Id: I9f2a97715dc0d7fc5905afb1b908de97acdafc57

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [2b2f00e03cb4ad2abfe7787d966b67dabe6fb408]

        protect against exception during construction.
        
        Change-Id: Ied19ddc28dc8413a35ee7b7269cd6c6f22ca9a91

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [7cf2b5809f7137acc7a5eed9159042b3d748da01]

        Cairo canvas fixes
        
        + Move BitmapEx construction from an XBitmapCanvas into BitmapEx
          where (arguably) it will be easier to re-factor later, treat a
          mask fetch failure as if we have no mask
        + Teach the cairo canvas to return a non-pre-multiplied RGB +
          separate Alpha BitmapEx when it can to avoid unpleasantness with
          the underlying X resources.
        + Add tentative code-path to convert 32bit color Bitmaps into
          24bit color, to avoid confusing X
        
        Change-Id: Iaf6998c796aea6d73c57bed2bc03152d9636d5f5

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [03b4c0e0724f9928e00abd822bd846c6e200fa14]

        Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830"
        
        This reverts commit 46e53913e9dcc84ffed8fb5f1b4959c70c7e5649.
        
        Conflicts:
        	vcl/inc/salbmp.hxx
        	vcl/source/gdi/gdimtf.cxx
        	vcl/unx/generic/gdi/salgdi2.cxx
        
        Change-Id: Ifa893b687c724ea71655aa4e084a44858695073e

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [056c7b46d42c9cb891cb269a2561f1cf34cafe10]

        Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...
        
        This reverts commit 22f63477a3300d474c3d6832232b888f75c7290c.
        
        Conflicts:
        	canvas/source/cairo/cairo_canvasbitmap.cxx
        
        Change-Id: Ib266050ebc6eaca4fbd36ed013ac95a1b4b9d316

2013-06-11  Stephan Bergmann  <sbergman@redhat.com>  [85165a18e9f8123d80246bedfad0acd8a314f715]

        Lock Solar Mutex in rptui::OSectionWindow::_propertyChanged
        
        <https://bugs.freedesktop.org/show_bug.cgi?id=65478#c4> "REPORTBUILDER: Crash by
        following case 2 from fdo#61725 + click cancel" comment 4 discusses a scenario
        that leads to a fired DbgTestSolarMutex assertion in --enable-dbgutil builds at:
        
        0  0x0000003c80635ba5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:63
        1  0x0000003c80637358 in __GI_abort () at abort.c:90
        2  0x0000003c8062e972 in __assert_fail_base (fmt=0x3c807793e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=file@entry=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=line@entry=1747, function=function@entry=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:92
        3  0x0000003c8062ea22 in __GI___assert_fail (assertion=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=1747, function=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:101
        4  0x00007fcbe2bb5ea8 in ImplDbgTestSolarMutex () at lo/core/vcl/source/app/dbggui.cxx:1747
        5  0x00007fcbe4053783 in DbgFunc (nAction=15, pParam=0x0) at lo/core/tools/source/debug/debug.cxx:1119
        6  0x00007fcbe2e75465 in DbgTestSolarMutex () at lo/core/include/tools/debug.hxx:295
        7  0x00007fcbe2e9b213 in OutputDevice::ImplGetGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:554
        8  0x00007fcbe2e9af4c in OutputDevice::ImplHasMirroredGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:511
        9  0x00007fcbe3163f1f in Window::ImplPosSizeWindow (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:3286
        10 0x00007fcbe31737c1 in Window::setPosSizePixel (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:7181
        11 0x00007fcbe314fa59 in Window::SetPosSizePixel (this=0x1ca8e98, rNewPos=Point = {...}, rNewSize=Size = {...}) at lo/core/vcl/source/window/window2.cxx:1717
        12 0x00007fcb8e0cfd2c in rptui::lcl_setScrollBar (_nNewValue=2318, _aPos=Point = {...}, _aSize=Size = {...}, _rScrollBar=...) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:38
        13 0x00007fcb8e0d0b41 in rptui::OScrollWindowHelper::ResizeScrollBars (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:169
        14 0x00007fcb8e0d0c72 in rptui::OScrollWindowHelper::Resize (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:182
        15 0x00007fcb8e0d0665 in rptui::OScrollWindowHelper::setTotalSize (this=0x1ca8cb0, _nWidth=1186, _nHeight=464) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:110
        16 0x00007fcb8e0cefba in rptui::OReportWindow::notifySizeChanged (this=0x1ca96c0) at lo/core/reportdesign/source/ui/report/ReportWindow.cxx:255
        17 0x00007fcb8e0d3920 in rptui::OSectionWindow::_propertyChanged (this=0x21688a0, _rEvent=...) at lo/core/reportdesign/source/ui/report/SectionWindow.cxx:127
        18 0x00007fcbe7271dfb in comphelper::OPropertyChangeMultiplexer::propertyChange (this=0x7fcb8c1f2668, _rEvent=...) at lo/core/comphelper/source/property/propmultiplex.cxx:154
        19 0x00007fcbe6b0be20 in cppu::PropertySetMixinImpl::BoundListeners::notify (this=0x7fff42dd9780) at lo/core/cppuhelper/source/propertysetmixin.cxx:399
        20 0x00007fcb8ed52b50 in reportdesign::OSection::set<unsigned int> (this=0x7fcbd0199020, _sProperty="Height", _Value=@0x7fff42dd9804: 0, _member=@0x7fcbd0199170: 0) at lo/core/reportdesign/source/core/inc/Section.hxx:96
        21 0x00007fcb8ed4e2e2 in reportdesign::OSection::setHeight (this=0x7fcbd0199020, _height=0) at lo/core/reportdesign/source/core/api/Section.cxx:255
        22 0x00007fcbd42877de in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) () from lo/core/solver/unxlngx6/installation/opt/ure/lib/libgcc3_uno.so
        23 0x00007fcbd428681a in cpp_call (pThis=0x202ea90, aVtableSlot=..., pReturnTypeRef=0x711840, nParams=1, pParams=0x7fff42dd9bc0, pUnoReturn=0x0, pUnoArgs=0x7fff42dd9c80, ppUnoExc=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237
        24 0x00007fcbd4286fa8 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x202ea90, pMemberDescr=0x1e28590, pReturn=0x0, pArgs=0x7fff42dd9c80, ppException=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:368
        25 0x00007fcb9d498480 in jni_uno::Bridge::call_uno (this=0x1609c90, jni=..., pUnoI=0x202ea90, member_td=0x1e28590, return_type=0x711840, nParams=1, pParams=0x7fff42dd9e80, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:262
        26 0x00007fcb9d4993ec in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call (jni_env=0x1aec1d8, jo_proxy=0x7fff42dda1f0, bridge_handle=23108752, jo_method=0x7fff42dda1d8, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:589
        27 0x00007fcba5011f90 in ?? ()
        28 0x00000005ff211500 in ?? ()
        29 0x0000000000000000 in ?? ()
        
        Change-Id: Id8f043b87227b589a9d79beaa94006aab3d9ad9d

2013-06-11  Andras Timar  <atimar@suse.com>  [dcba638999139848771018b7db71c1606a31d2dd]

        Updated core Project: translations  91d7065cae5bfbcfcf243fe9dcefbca6e13c42fa

2013-06-11  Noel Power  <noel.power@suse.com>  [a8bb1fd10a39c692dd475e2e89dd2c6902c091d8]

        honour mbAutoClose in BinaryXOutputStream
        
        presumably this mbAutoClose usages got clobbered mistakenly in some merging operation
        
        Change-Id: I7116827269cdbb555753f6678528c83ab804de46

2013-06-11  Noel Power  <noel.power@suse.com>  [866845356629dd51660b73330bb9c8a2696147dd]

        fix build error, reinstate WriteOCXExcelKludgeStream to export ole control
        
        new ole export used WriteOCXExcelKludgeStream but that function dissapeared when
        msocximex was stripped of ocx control import ( now we use the new filters in oox )
        When that stuff was moved WriteOCXExcelKludgeStream was #ifdef'ed out
        
        Change-Id: I370983efa5e8c4ba2b210dfb7535ea211d13a8c1

2013-06-11  Jianyuan Li  <lijiany@apache.org>  [74d631dfb37ec870575d873c82e982a58f65d60c]

        Resolves: #i121045 After save a xls file contain marco in AOO, macor can't...
        
        Reported by: binguo
        Reviewed by: sunying
        Patched by: Jianyuan Li
        
        Change-Id: Ie728ce5185082334e3ce250d73e0660a6097f494

2013-06-11  Ciorba  <edmond_ciorba@yahoo.com>  [0b84b7d0f2bdd2d8c0620f3eafca8f0dd0761ed3]

        typing fix on postion -> position
        
        Change-Id: I3c5cda4be6020e91c3935a1bebb1d1bd90f9b927
        Reviewed-on: https://gerrit.libreoffice.org/4228
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-06-11  Stephan Bergmann  <sbergman@redhat.com>  [41e5c4b0dec83cc62c33262093eed29e6ebcb340]

        Work around -Werror=strict-aliasing
        
        Change-Id: I0184488344bd11c50bddd1bb1726e0d1225aff7e

2013-06-11  Caolán McNamara  <caolanm@redhat.com>  [40a5fd4aa0eab1940fcbde4ff26342a5af0222ee]

        Resolves: fdo#65595 wrap long checkbox string
        
        Change-Id: Ied827721a1ceca69ed33b494f8b55cb4bb1b748b

2013-06-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [58a9d35b84947510f78e3ffeb6d1ef9a9adac0cb]

        fdo#65483 Invalid po lines caused missing translations
        
        L10ntools merge skipped reading po files entirely when got
        an invalid entry from one of these po files, by now just
        skip the invalid po file instead.
        
        Change-Id: I787d531e1842e53e2074690b1300a204abd928f5

2013-06-11  Caolán McNamara  <caolanm@redhat.com>  [f741d948b6910622d199e8d14ca1e3ecd7475156]

        split group dialog into group and ungroup dialogs
        
        Change-Id: If9f8e8a47bd8ce0207b7dec8470375d5fa48f6cd

2013-06-11  Jan Holesovsky  <kendy@suse.cz>  [da51ed67eee723843f2a4cb0f67eef0d386fe111]

        sidebar: Cleanup leftovers after the SidebarDialControlBmp removal.
        
        Change-Id: I9e729ee6bbe6df23556f6f7c674a5d3ae12aaa0a

2013-06-11  Jan Holesovsky  <kendy@suse.cz>  [0aa7a033cb392dd0e8fc7f065dcfd07cc6aa4401]

        sidebar: Allow smaller SidebarDialControl, to fit nicely.
        
        Change-Id: I6e0b86527a3c458be563b1fb5a71d45d05aeb5ca

2013-06-11  Jan Holesovsky  <kendy@suse.cz>  [7945e4e5870c00dc41000776540030d4b8660cc8]

        sidebar: Let the sidebar's dial control use the same graphics as DialControl.
        
        It is not the most pretty one under the sun, but at least any general
        improvements in the DialControl will improve the look of the sidebar too :-)
        
        Change-Id: Ib26b097b322b69516898a5dd80bed3f8a0fa89d7

2013-06-11  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [8da13c55405f1a5789401b280d15f77efbf908e8]

        groupdialog.ui widget
        
        Change-Id: Ic19184c1250b59a4dac7c2bb42893d63c6b1a602
        Reviewed-on: https://gerrit.libreoffice.org/4208
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-11  Wang Lei  <leiw@apache.org>  [0946de1e2fbf8bd5ad3919429f648359d4464eca]

        Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()
        
        Patch by: Zhang Lu
        Review by: Wang Lei
        
        (cherry picked from commit 424079cb8348d77e40f7d3291578bdffbe662f34)
        
        Conflicts:
        	formula/inc/formula/compiler.hrc
        	formula/inc/formula/opcode.hxx
        	oox/source/xls/formulabase.cxx
        	sc/inc/helpids.h
        	sc/util/hidother.src
        	sc/util/makefile.mk
        
        Change-Id: Ia04aa69aa2764842507b36ba7cc8c99e99a314e9

2013-06-11  Armin Le Grand  <alg@apache.org>  [1691607cc44579bc8193db382d96038177acfc64]

        Resolves: #i121183# Added buffering non-bitmap formats in Graphic
        
        (cherry picked from commit 54c0f6f5b605ae05eade910fd2b672adf1d0d7fc)
        
        Change-Id: I4117f4002b14cb8b3811422a5fcbae6a0d2a2d08

2013-06-11  Michael Meeks  <michael.meeks@suse.com>  [c0b78901dba033ed112a023a787575ae54ef877d]

        Missing zip files now result in a DeploymentException so ignore that.
        
        DeploymentException seems to be a hard RuntimeException, so this is a
        new behaviour. We need to think if zip::ZipFileAccess::createWithURL
        should return that; see 28e3aff576f06b0b02c7232da5d723e865b3c7ed
        
        Change-Id: Ie99ea4c7519cbc1aa7790768d7e9e0c2edef68e0

2013-06-11  Oliver-Rainer Wittmann  <orw@apache.org>  [30a98a585102793b4bc77c4ba4706f8199cfe85e]

        limit next codepoint index to the minindex..endindex bounds
        
        Patch by: hdu
        
        (cherry picked from commit 6115cd0bf8ef8d7e063615636175e148c8d57da1)
        
        Change-Id: I62265b3021f86bee1f78a79a2c668c1ce09c5521

2013-06-11  Armin Le Grand  <alg@apache.org>  [dbc7c605d65cc2dc37af3d2077ac553754bc4f7d]

        Resolves: #i121183# enhance export of ppt hatch masterpagebackground
        
        (cherry picked from commit 60f299f255a8a2fd2c4aabde6933d4388af3643b)
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        	sd/source/filter/eppt/eppt.cxx
        	sd/source/filter/eppt/eppt.hxx
        
        Change-Id: I62d772ab67ed03bfa964040bd07b3684cf2dee8f

2013-06-11  Armin Le Grand  <alg@apache.org>  [45d011ba375c469771ef652c25bd42ce85d3071f]

        Resolves: #i121153# adapted RenderBitmapPrimitive2D_self...
        
        bitmap transformation to metafile case where no destination bitmap size is
        given
        
        (cherry picked from commit 1f0b83f0e62094257a1c69ff18969f07422772dc)
        
        Change-Id: I12ece7aa36df6a9895303af59693de3b9813bb17

2013-06-11  Isamu Mogi  <saturday6c@gmail.com>  [29474304550512f56ef597464bfdb5304bf56bb1]

        fdo#65450 Not to call MenuBar's selection logic for rollover effect
        
        Currently when we rollovers on MenuBar, MenuBar's selection logic
        (ChangeHighlightItem et al) is called. But calling these logic on background
        window seems to illegal and causes fdo#65450.

2013-06-11  Adam Co  <rattles2013@gmail.com>  [f7595decdfb5f9aac61ccc61ad38de4a1faa402d]

        fdo#65265 : fix for DOCX export of formatting data
        
        Change-Id: Iab3c56e5c3e3cf359e42cf7080883d1408cc3304
        Reviewed-on: https://gerrit.libreoffice.org/4215
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [721f82c9bff871cd11c6a7c41ae080375463a690]

        Use a local variable for the points
        
        Change-Id: Ibd274ecd7eaeadaaef9f2a17a0d721355a561431

2013-06-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eb0a738d1b3f1a9df41d55a1defd349264486920]

        Refactor a bit the code while reading it
        
        Change-Id: I58693bb4ffe0f59365069a87fc30081ddf226eaa

2013-06-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2933de9ce0f820e59ac4eef796fdde2566e38d42]

        Fix typo and make the debug output a bit more readable
        
        Change-Id: I45cb5303bfcc1f3df8455ac454f3e1b3fc5a11e0

2013-06-11  Caolán McNamara  <caolanm@redhat.com>  [140f9fa6dcbd9c3a49cc2027f140a7ec44ac06fe]

        attempt to apply HIG rules to photo album dialog
        
        Change-Id: Ib1bed02d229d17c4ec5f0d95014e973c692914e2

2013-06-11  Armin Le Grand  <alg@apache.org>  [59db4be207ca6651a29366d326436ba2f40bb6ab]

        Related: #i120604# corrected 3d gradients
        
        adapted basegfx to be smarter in some areas
        
        (cherry picked from commit 888e64505474808166c29ada24178cc3e58d6c18)
        
        Conflicts:
        	basegfx/inc/basegfx/pixel/bpixel.hxx
        	basegfx/inc/basegfx/point/b2dhompoint.hxx
        	basegfx/inc/basegfx/point/b3dhompoint.hxx
        	basegfx/inc/basegfx/raster/rasterconvert3d.hxx
        	basegfx/inc/basegfx/tuple/b2dtuple.hxx
        	basegfx/inc/basegfx/tuple/b2i64tuple.hxx
        	basegfx/inc/basegfx/tuple/b2ituple.hxx
        	basegfx/inc/basegfx/tuple/b3dtuple.hxx
        	basegfx/inc/basegfx/tuple/b3i64tuple.hxx
        	basegfx/inc/basegfx/tuple/b3ituple.hxx
        	basegfx/source/point/b2dhompoint.cxx
        	basegfx/source/tuple/b2ituple.cxx
        
        Change-Id: Id92864093dd40d34bd20b130cc3b405a7b8f9d91

2013-06-11  Armin Le Grand  <alg@apache.org>  [5e39bc0937940e8d0f78668366e9de447269f0df]

        Related: #i120604# Adapted back texture mapper for gradients for 3D usage
        
        (cherry picked from commit 4152ce982bc8c1aca6859d9b803cefd16ba11de0)
        
        Change-Id: I712494bb166518c2ba9aa2ef529b4ac3e9fe8951

2013-06-11  Armin Le Grand  <alg@apache.org>  [385bb4547359027bca6d5158e00e541f094b277e]

        Resolves: #i120604# unified and secured gradient tooling for primitives
        
        (cherry picked from commit 05785d283e718aab182a5ea848de72e4a4b2efe3)
        
        Conflicts:
        	basegfx/inc/basegfx/tools/gradienttools.hxx
        	basegfx/source/tools/gradienttools.cxx
        	cppcanvas/source/mtfrenderer/implrenderer.cxx
        	drawinglayer/inc/drawinglayer/primitive2d/fillgradientprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/texture/texture.hxx
        	drawinglayer/source/primitive2d/fillgradientprimitive2d.cxx
        	drawinglayer/source/processor2d/vclhelpergradient.cxx
        
        Change-Id: I21f94e7b4eede094171a83a009ae19213e77f22c
        
        Unname unused argument to prevent warnings.
        
        (cherry picked from commit f7d4af835cf308bc9ece6fd84cbd14ba5be0adcd)
        
        Change-Id: I44381f1e417c39dfbd1d4051079bbd09f0c61848

2013-06-11  Petr Mladek  <pmladek@suse.cz>  [0de49e5d365a0ca3e667bcdd68630296b5e840d6]

        Revert "fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag."
        
        It caused some regressions. For example, see fdo65414 and fdo65562
        
        This reverts commit 6708ad7f1baa8d4cef1718bdef1d26fb5d8510f3.
        
        Change-Id: I0108463c78bbcb48a4c218d78e51deaa39caec0c

2013-06-11  Takeshi Abe  <tabe@fixedpoint.jp>  [dbf87e23f96489d9609e3cfcc0e6a2c31d7a14bf]

        mark as const
        
        Change-Id: I7f3d231d9f82db663a6a0977fa3f250af9dc8991

2013-06-11  Takeshi Abe  <tabe@fixedpoint.jp>  [121ea27f55584ece5c18fcb12fe85a63cd69b349]

        sal_Bool to bool
        
        Change-Id: I5ccddcab097e820d043a41d8fbe3f900fc1079e5

2013-06-10  Philipp Riemer  <ruderphilipp@gmail.com>  [cef5c5dcb103e57be302957c530387dbbb042393]

        cleanup of existing code in sw/source/core/fields
        
        - code formatting
        - fixed alignment/spacing
        - removal of commented out pieces
        
        Change-Id: I3fc2be67edcad8e394966f1678fbbeca4537ff47

2013-06-10  Philipp Riemer  <ruderphilipp@gmail.com>  [39f4f7d95391c5396a1fc92d48cb400c06db68b4]

        fdo#62475 - remove visual noise in sw/source/core/fields
        
        Change-Id: I4b14dbb652375f4c6f52ba2fb127e98d6798e07f

2013-06-10  Philipp Riemer  <ruderphilipp@gmail.com>  [9d055aed9f4b97b5186ea1da67a6d3e92b9839f4]

        fdo#39468: Translate German comments in sw/source/core/fields
        
        Change-Id: I8a0f4749c01010a9d0e9baf23db09e1fa63c1d55

2013-06-10  Andras Timar  <atimar@suse.com>  [6cc510e0ed5b99b1493dc23b49df7351763f7916]

        remove unused images
        
        Change-Id: I0090d85bc15ce63af4944c9722b322e192eac757

2013-06-10  Andras Timar  <atimar@suse.com>  [ae05a3e0f116b9a69347a3a8392632914f6ab96c]

        Updated core Project: help  74b25de61eef50245faacac5b07e7e375ba3e5cf

2013-06-10  Oliver-Rainer Wittmann  <orw@apache.org>  [d94bda0c1fd3c618b98a63f76d71e129ad06d942]

        Correct the XML document handler...
        
        which is used to parse Microsoft Word OOXML documents in case of unknown XML
        elements
        
        (cherry picked from commit 22e334845346f4e3189c72e706d744385953af19)
        
        Conflicts:
        	writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
        	writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
        	writerfilter/source/ooxml/OOXMLFastDocumentHandler.hxx
        
        Change-Id: Ibcd3e808abfb35291bb04aa10190a7800f0837fa

2013-06-10  Matúš Kukan  <matus.kukan@gmail.com>  [7a878f9c5fde18e1e86ee0784d9a7f1252700e74]

        gbuild: s/AutoInstallLibs/AutoInstall/g
        
        Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a

2013-06-10  Matúš Kukan  <matus.kukan@gmail.com>  [74f5df9bacf50464affdf48c0ea0fbfa01f28728]

        gbuild: rework AutoInstallLibs and autoinstall ure executables
        
        Change-Id: I7312d94f90758d450a69410819c5e8c142756a47

2013-06-10  Matúš Kukan  <matus.kukan@gmail.com>  [6b408d1cc20a340a501e81d02dacbd301fb4360f]

        gbuild: remove external_headers targets
        
        gb_LinkTarget__add_internal_headers was used only for sdi headers now
        anyway, hopefully for no good reason.
        One headers target is enough for all.
        
        Change-Id: Ia01fb7a0aac7f72915448424b3393ecd9ba0f8f5

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [f01e27126d3fde9429611c68fcbed9da71b36d17]

        missing .ui
        
        Change-Id: I549bba35a983a61aedf6f0ff9709b0efc14a603a

2013-06-10  Armin Le Grand  <alg@apache.org>  [744244997da79ca95278249eeadf716730fffd82]

        Resolves: #i122509# Corrected typo in basegfx
        
        (cherry picked from commit cdf48cfdbdb5348b259f4632790ffd178fcad1f7)
        
        Change-Id: Iaa62acc4901c3edd31d0af7c642327dddf07f562

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [1ecae380c85f891811923462d577a2e4f7bfb4d7]

        convert foot/endnote dialog to .ui
        
        Change-Id: Ib2f267b85b04be91b7e9091613b0665a1eea3f01

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8df088781c53221498e762f570d21948b7de2650]

        Unbreak back MinGW64 build
        
        Change-Id: I68410bc1a8b77877b07f60e6ace0f54c255de95f

2013-06-10  François Tigeot  <ftigeot@wolfpond.org>  [fdd6008def896b5f1f7448553bd2985e6252ed60]

        The only OS graphite is not available on is MacOS X
        
        Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738

2013-06-10  Stephan Bergmann  <sbergman@redhat.com>  [d257209a5443e27cefc8872151d776767605cbae]

        Revert "fix gold warning about hidden symbols"
        
        This reverts commit 9ff0ee4905068cbc85acf85da1b3ef762b324ed7.  Whatever the gold
        warnings are exactly, this is apparently not the right fix.
        
        The change to openssl/ExternalProject_openssl.mk caused crashes when LO's
        libneon.so, statically linking in LO's libssl.a, started to export symbols like
        SSLv23_client_method as global, competing with the same symbol from a system's
        libssl.so.  See the mail thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2013-June/053119.html>
        "strange crash in SSL code while opening some documents."
        
        Whether the change to expat/StaticLibrary_expat.mk caused similar problems is
        not clear to me, but it is probably best to revert both to be on the save side,
        and see what exactly the gold warning was about and how to fix it the right way
        if it ever shows up again.

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [9734135dc8ea3458972b9408d1732d4a49843f14]

        Updated core Project: help  ed02574e293074b182982a4512884a6f2d7bcc5c

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [c6d2369bc27160839db96cd040d0b4a8dcbb87b2]

        typos: GrayScale->Grayscale
        
        Change-Id: I892fd1a4b8085c1f7c9651d15015fc220876ebee

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [1b9278298ab571582e289f490e809177a9f50ac3]

        Updated core Project: help  62d083404f888fa33ad1264c59b46ae8a6278e91

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [11c89fe5fb40adf3d205c666e7b5d202c1dd314b]

        Resolves: fdo#65609 don't use whole text for optimal width
        
        Change-Id: Ie0aed71457891e58916d064c9a59d5927c31f1f7

2013-06-10  Armin Le Grand  <alg@apache.org>  [1579745163cd1682bb3e27873b9654eb842adfac]

        Resolves: #i122493# Removed Line/AreaPropertyPanel on Writer OLE context
        
        (cherry picked from commit 7fb9e99fcc522731165f3ad20aae43d81bb7df65)
        
        Change-Id: Ic4dd8c7c5d964fce9ed971c9a5a337a7cbb04fcc

2013-06-10  Armin Le Grand  <alg@apache.org>  [d1a0b4f01b9c3a54dfcbee65e13d6dd4d1a78dfe]

        Resolves: #i122493# Corrected Enable/Disable for some DropDowns/Texts...
        
        in Line/AreaPropertyPanel
        
        (cherry picked from commit 2890568e3ac8e140d12f05d8ac74f3be50ffa45d)
        
        Change-Id: I6436b165a873e6f79af29690170231af939fcccc

2013-06-10  Miklos Vajna  <vmiklos@suse.cz>  [721baad94ee81d9d6281edb93ee45936f6e0e496]

        bnc#802888 SwPageFrm: one more clickable field fix
        
        This is similar to a996678ed30804e16103e1cfdc439c8546e5d3b0. If we have
        both a background object and some clickable field to select, we should
        always prefer the clickable field.
        
        This time, the problem was to click on a clickable field, when the
        cursor was in normal text and we had a full-page background object.
        
        Change-Id: Id25036d8cb2ddf62011c22bfc50844b793b942bd

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [a4c07d983ab5562c914dad0d06cb24c61a7f3b41]

        Resolves: fdo#65546 set Panel Layouts as DialogControl widgets
        
        Change-Id: Iaf0e1dccf1af3bcec1057e42934d2931ccebfd32

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [820901f91513ec4db2911a06f28b9d15417088fe]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: I3b5e3a8bf4bbecf6bf697b91c9a16ec19045bfdf

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e41227dd6af52ec562d10efcb365defba6bd36e]

        mingw64: change Link class to use sal_IntPtr instead of long
        
        Change-Id: I2b78c7b714ff064f2f1b8a8eb161e5e2ae121eee

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e9289dbde26cd89b7e5bf54afccd06fc01dabdde]

        mingw64: Don't cast to pointers from narrower integers
        
        Change-Id: Ica7bd2d6b395d42d575660991ec74ecb2b744473

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cd3b1847a5549e6348aa5b9b0ed1f59f679c6cf0]

        Deprecated conversion to char* from string litteral
        
        Change-Id: I64fc36b38be59c909aa96a9faf876232caaac182

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [afba998a9a4a9759768c09722c31ca2b78204a82]

        mingw64: sal_Int32 cannot hold pointer
        
        Change-Id: Ib2578cd94c74f171b58f3478d758221593ee5523

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e862e147391d09681b0419f1d41335eb6c97cf99]

        _UNICODE macro unused
        
        Change-Id: I4820830f24c8a9a6d9ec3ad79df51bb2ac4f1e4d

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2340939198113cf10e693356aa3897f97e3e6ad4]

        Macro reported as unused
        
        Change-Id: Iaf7c4bc438147a283e6493598d250c9b53dd6fc0

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [08fc4dc88bce87cc4cd235d92a8a909a9fb122ed]

        mingw64: long -> sal_IntPtr in sfx2
        
        Change-Id: If995a2cf00e2ced618ad1a1a68d093eb163ee27a

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5eaa60143c8fec08ce996b3e9e0c3e67a06a834f]

        Possibly uninitialized variables
        
        Change-Id: Ie2b52f66c02f395d45fe24bbd2c3d897c7335add

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0986d0d55881271e0c784399cf321e986df41fae]

        mingw64: cast to pointer from integer of different size in extensions
        
        Change-Id: Ie2162b71e4e9de9fe24ce54815e5139774bb2ec0

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e7eb8bcad60d12328198684287c59d6b8ebc84e]

        mingw64: Use the *LongPtr Windows api
        
        Change-Id: I00c753f71460bee9f2bce3af35b352a25a3b8484

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90e16066593047915b7007bb7a6846eabeeca567]

        mingw64: long -> sal_IntPtr in dbaccess
        
        Change-Id: Ic9e049b6b79a8ae3777d8b2a6e918289445c21da

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7c2c48953e0afafe524866d18be5ada4fdd37049]

        mingw64: NULL used in arithmetic
        
        Change-Id: I87bf28e1d6db2afe5ffa095cbf9181602ec9fc3f

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1a82bd284275335b89a859ddaa577d682209678]

        mingw64: use integers of teh right size in framework
        
        Change-Id: Id10f827ef70a19a6261abea5c1b6c835b8bee701

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1af337fc9201a22d5beaac3452b8441c458b52e4]

        mingw64: include sal/types.h to be sure we are using C99 formatting strings
        
        Change-Id: Idb78cb18ed7718996628233dfb546eb1f6f345c1

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c74a6e6bce9bfcae74e1a264557197176bba75e7]

        mingw64: use the right format for writing out pointer-sized integers
        
        Change-Id: I7961ffd978cb02c62be176a0afe931959b7d8f1f

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a2a342495361726c7d085910a5ac127d8cf522c9]

        Deprecated conversion from const wchar_t* to wchar_t*
        
        Change-Id: I8c0a97372f0855543d6207adb0abaa4cc820aabd

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [956c775c54fd60647fbd936402269db3fea88059]

        mingw64: Don't cast from MAKELONG to pointer directly
        
        Change-Id: Ia0ff071a5676f27d39175e30d7c5f472e32c99b3

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [008147e8056f31bcc71da0158e2593e088ffec6d]

        mingw64: use the sal formatting strings in store
        
        Change-Id: Id6b8f4ed6df14bd80a7937001ec1cfb98acd7f52

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [583a5c090aa8b7aab6b8afbe2e8dc632d13a9678]

        This macro is supposingly unused
        
        Change-Id: I9edf21919322af22e323b48009e934d70766353e

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1b8cc40601e54d445db5f7c5d2580f76c811b4d5]

        Don't warn about undefined macro any more
        
        Change-Id: I403cad8ce1953d2c8e8948a94a688519525bbbc4

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce959ab7ce4c9577ac23953919781d842e6c32e5]

        mingw64: use the right integer sizes on win64
        
        Change-Id: Idb263ad369d2dad4fe4de924f2b2404a0fcf62d3

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [43135665bf9093c52f424069bcf83d50a93bdc0c]

        mingw64: use integers able to contain a size in svtools
        
        Change-Id: Id5505f75a2331be682b74d085a7959fc4bf07df8

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [378b2522b40004ca5f5b6de0b4eda0ac13d4153d]

        mingw64: use integer able to contain pointer
        
        Change-Id: Id37c488531add53fd8d7514cde9ac37e61f67c38

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a5d26f86e8b30028de2acc9ca0950c30fdaa2dae]

        Werror: labels ... not handled in switch
        
        Change-Id: Ib73d757ffb313ce365caa3f70c472f662f6d9719

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [094560c29fed9b0b58505717c4e6694ad9ff8a69]

        mingw64: casting to pointer from narrower integer fixes in sal
        
        Change-Id: I63321e33f92223be47c7ee25dbf03fe3032991d6

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [44feea1957f6f3ff28917625223e610fe2807c49]

        mingw64: don't cast handle to 32-bit int in a macro
        
        Change-Id: I06063d3c171256c54151be04c810b79bd2d194e1

2013-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a33bfdacd9f74aefad545141c896a8bc23c1ffc]

        mingw64: force C99 formating strings for consistency
        
        Change-Id: I1399596a3edc3324ae4aa04e3866ae2f5e673985

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [f8df80b489971021c49e85d66f110304bec4dd88]

        lets put the row that has the optional column at the bottom
        
        Rather than have an incomplete first row and a complete second row, have the
        opposite. Looks more balanced. Two clicks required post .ui conversion two days
        required pre .ui conversion :-)
        
        Change-Id: I595a17f84dc0988b261d67bccdaa4582f2db6c2a

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [7f9c58d66b9640ab8b54e582cbb25d2e3a57970d]

        Brouchure->Brochure
        
        Change-Id: Icc3567c0392a5fbee422162abceda6346d6a5fe6

2013-06-10  Tor Lillqvist  <tml@iki.fi>  [fb07d6b375bc2a23eec7bb2fe93359d96fa0377f]

        WaE: unknown log area 'starmarh' [loplugin]
        
        Change-Id: Ia996a8fe2f791fd6cc8e08e7bf860e3a584a7d61

2013-06-10  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [df8875509b823c3ab1626df8946e6d9295bfd8dd]

        convert impress and draw print page to .ui format
        
        Change-Id: I4f72ca2f1d090fede24c7d7441f1855c617ab315

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [8803299f2251e8f1c01e59edf389b972766f66d7]

        I wanted to use cm instead of mm
        
        Change-Id: I95e7ac1eeeae7e770196523bf6d75601452dcea0

2013-06-10  Tor Lillqvist  <tml@iki.fi>  [32a8d3d46951ae765a2e700b21f234426e0c08d6]

        WaE: unknown log area 'package' [loplugin]
        
        Change-Id: Ia05b608360a64f047ebfae8b179890c0d221e953

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [6f2472b6cf849183b7d9f638e43fc0899ffb816b]

        little cleanups of sc general options tab page
        
        Change-Id: I07b3b16e5b9250b15d871fc05e217f1cc7e971d5

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [2b6b5da841120d45607fe7731b3f7941793e6153]

        ::OUString->OUString
        
        Change-Id: If91077da9d032d69e67a9ef1caf94f6fa7551844

2013-06-10  Caolán McNamara  <caolanm@redhat.com>  [09b054fc4c2a8d9ee2a6ed28194b828d8ff7dd0f]

        update graphicrepository links for new icon-theme locations
        
        Change-Id: I8de2dbfa6eb98a9b879af362b850c487ab28fa7f

2013-06-10  Armin Le Grand  <alg@apache.org>  [e86a67313e0fbd3c263497684c8d98f1a00d32e7]

        Resolves: #i121224# Corrected to use the ApplicationDocumentColor...
        
        instead of the ApplicationBackgroundColor
        
        (cherry picked from commit 8d005e90cfee08663c02db2e75130b68bf143a93)
        
        Conflicts:
        	sd/source/ui/tools/PreviewRenderer.cxx
        
        Change-Id: I5bb3d40724dbcca189fac8c9ba29b684b0b9ec67

2013-06-10  Ariel Constenla-Haile  <arielch@apache.org>  [6858934fadcbe825ef59a3c7da4f82879163382b]

        Resolves: #i121170# - com::sun::star::awt::XPrinter API does nothing
        
        (cherry picked from commit 07abf70e9ecfca7e7898929259263bb307766374)
        
        Change-Id: I0b11a4a6337f0928ca43d4eb511831f5f96a246e

2013-06-10  Andrew Rist  <arist@apache.org>  [34a1250e0b4bf62dbf87ff6139fc3107f7543b82]

        Related: #i117765# css.awt.PrinterServer implementation unusable in Basic
        
        from  cws/fs35a by Frank Schoenheit [fs]
        
        (cherry picked from commit e9bfcd0982bcb67071b344da377158fc0d88d8a6)
        
        Conflicts:
        	toolkit/inc/toolkit/awt/vclxprinter.hxx
        	toolkit/source/awt/vclxprinter.cxx
        
        Change-Id: I96b08d00c7e483891d3c24c90fa52764949add0b
        
        Fix line endings
        
        (cherry picked from commit f4f2c3189e5fc9f6fac57b5a6df0840ecdaaa731)
        
        Conflicts:
        	toolkit/inc/toolkit/awt/vclxprinter.hxx
        	toolkit/source/awt/vclxprinter.cxx
        
        Change-Id: I88acd74eec39410844030d3cba489e1fe62a91b3

2013-06-10  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [813e8bc2268d74a2e7ce2d9f1cb5ae9c412086a6]

        Convert sc general option page to .ui format
        
        Change-Id: I06487f74b8dfdf27b067c1bdb6e47a5fa8babf30

2013-06-10  Matteo Casalin  <matteo.casalin@yahoo.com>  [2f7ed5fb633978f30d77d944ab626efc8a04db50]

        String to OUString
        
        Change-Id: I89f228b64c85b5844b3049206bf97877473a04d3
        Reviewed-on: https://gerrit.libreoffice.org/4212
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-10  Stephan Bergmann  <sbergman@redhat.com>  [daaaaf7dcd3982c80031bda141822a469fd5cc6f]

        More systematic *_CFLAGS s/-I/-isystem/
        
        ...to avoid compiler warnings in external headers.
        
        Change-Id: Ibd7fcb0400bfd8ffa49cc8db77956e443551ebb3

2013-06-10  Stephan Bergmann  <sbergman@redhat.com>  [5d4c41587dde658c9bfcb1638e0373608163bec2]

        fdo#65168: Fix previous fix, Class-Path is built up in solenv/gbuild/Jar.mk
        
        ...and must not be hard-coded in the manifest input (else report.jar was missing
        the link to commonwizards.jar, so at least --disable-report-builder builds
        failed with java.lang.NoClassDefFoundError).
        
        Change-Id: I81cdadb599c7bf9a4a4503924dab4fbf9d60b44f

2013-06-10  Radu Ioan  <ioan.radu.g@gmail.com>  [db979ee28a360d1222ddc8a67b929434c0c51255]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        - replaced RTL_CONTEXT_ with SAL_INFO
        - replace OSL_* with SAL_*
        
        Change-Id: I9a7cce0d3abef42c9d9d0ad56609d94d504854cb
        Reviewed-on: https://gerrit.libreoffice.org/4128
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-10  Julien Nabet  <serval2412@yahoo.fr>  [dcfefd6676d8cf8930424724a509cce0d3612962]

        Related fdo#33895 add some checks against NULL derefs
        
        Change-Id: I9c62a063788a494125ce8dc27748ed66022f5c48
        Reviewed-on: https://gerrit.libreoffice.org/4199
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-10  Tor Lillqvist  <tml@iki.fi>  [de3a561d6c927e849c1a7e46830310c272321d06]

        Needs the CoreImage framework

2013-06-10  Noel Grandin  <noel@peralex.com>  [2cb247a12d682d7cda0483570b38b4469c360a94]

        fix file and lineno info for DBG_UNHANDLED_EXCEPTION
        
        which I broke in commit 863d38fbfa4fb4861e476828c46410602100919e
        "move DBG_UNHANDLED_EXCEPTION out of line"
        
        Change-Id: Ic30e985cc356d81013ced1ce74ec6c78469d9882

2013-06-10  Noel Grandin  <noel@peralex.com>  [177f01b9fe7ef0d4ea08b5c6fb8afa82a51c8d1d]

        fdo#46808, Convert form::inspection::FormComponentPropertyHandler
        
        .. to new style service
        
        Change-Id: Iee4681f94dc9874271dc8a1d5d74e161d7691a29

2013-06-10  Noel Grandin  <noel@peralex.com>  [9db162b6048284ae43dd0be45694ade2d0800bd7]

        fdo#46808, Use service constructor for connection::Acceptor
        
        Change-Id: I0e69e43b5e6c6907447d6a8c23c0579b88ceb9a3

2013-06-10  Noel Grandin  <noel@peralex.com>  [34e5e9c650ef8653b12d16a1d5de535b5f5b3ead]

        fdo#46808, Convert awt::grid::DefaultGridColumnModel to new style
        
        Change-Id: Id1b63847e21954c689dfa3c549713dbf5b1858c3

2013-06-10  Noel Grandin  <noel@peralex.com>  [670e2329df5cccaacd0e43d3656aeb112488e8ef]

        fdo#46808, Convert xml::crypto services to new style
        
        Also remove the unnecessary XInitialization implementations.
        
        Change-Id: I81f32b2cdcf69b84fe4b15382f9294073a7f2f20

2013-06-10  Miklos Vajna  <vmiklos@suse.cz>  [2c64af529567324f4433984ed7673304d26062c8]

        fdo#64656 RTF import: handle levelnumbers without leveltext
        
        Change-Id: I34ce7b172dc94489f7f506796e66b14598aab19c

2013-06-10  Stephan Bergmann  <sbergman@redhat.com>  [4f4856a861275fe40f9b8fcb5164e2c4a97faef7]

        One more gbuild $ -> $$ fix
        
        Change-Id: I516c6bde68e8ee269fe4e392f96e251b556e21bd

2013-06-10  Matthias Freund  <matti_lx@yahoo.de>  [de34ef765f72754137f4b7216d22de8a7fac2f6a]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 2)
        
        Translations and cleanups.
        
        Change-Id: I1894cf896ebfcbbad16323f620c0e986670279d1
        Reviewed-on: https://gerrit.libreoffice.org/4192
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92207231c3742873ad3b3a6fed2963d1bf924ad3]

        the last element is in the next block
        
        Change-Id: I3a4806fcae7b830e71cda0ab7e6d5ac6f180d4d3

2013-06-10  Joren De Cuyper  <joren.libreoffice@telenet.be>  [101c9610d79e4cbdd346c489bb3ac74c5f3fd620]

        fdo#65581 Elements dock window has wrong title
        
        Change-Id: I684eb8014bd6c0f72078187121b30f8df4f5a367
        Reviewed-on: https://gerrit.libreoffice.org/4217
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-10  Mark Wielaard  <mark@klomp.org>  [bc7bff4a0ee668249488ff6168136dd39e0a9362]

        Fix memory leak in FileDialogHelper_Impl::createMatcher/addFilters.
        
        Before resetting mpMatcher to a new value check whether the current
        value needs to be deleted first.
        
        Change-Id: I26039c19483621d809dbd8474b86254948efc9f6
        Reviewed-on: https://gerrit.libreoffice.org/4194
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-10  Mark Wielaard  <mark@klomp.org>  [cad5e28b6bf761268d40236cd8aa381680007cae]

        Fix memory leak in cairo TextLayout::draw.
        
        Destroy cairo_font_options when done.
        
        Change-Id: Ib49c07dee22fa59b4f6227c6b106a18b615aa060
        Reviewed-on: https://gerrit.libreoffice.org/4193
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-10  Mark Wielaard  <mark@klomp.org>  [9e958cd987be307e73467d168ae1d323d775e187]

        Use a simpler fix for bad old libexttextcat constants.
        
        Don't patch the upstream sources. Don't do version dependend checks.
        Just define the missing constants ourselves if they are missing.
        
        Change-Id: Ie0c56474e5ff20c092c99c1648cd15b97149041f
        Reviewed-on: https://gerrit.libreoffice.org/4200
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-10  Mark Wielaard  <mark@klomp.org>  [a775188f6bbf3bbf8448b2b7398a1902908bb5e2]

        Fix memory leak in OGLTransitionerImpl::createWindow.
        
        XFree the result of glXChooseVisual, glXGetVisualFromFBConfig and
        glXGetFBConfigs when done.
        
        Change-Id: I145c7f5f083718d983ccea4b534d4e90056eb14e
        Reviewed-on: https://gerrit.libreoffice.org/4195
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-06-09  Matúš Kukan  <matus.kukan@gmail.com>  [66558cc3783fd1645661043901a4eee371c95de9]

        gbuild/platform: factor out common code for mingw cross-compilation
        
        Change-Id: Iaad3f195438369dc5d3d947995d60351bf39538c

2013-06-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [17704f59ccaeaa802f50b25eb4554fa98fa5faea]

        fdo#60924 autoinstall - gbuild/scp2: add canvas module
        
        Change-Id: I740ee32653059669e299ab52f7709319a8534f21

2013-06-09  Xisco Fauli  <anistenis@gmail.com>  [352d6ffa8e3aee793486d8e065ad044b58ca5dac]

        fdo#38820 - Remove java web wizard
        
        Change-Id: Iff32e2dbde7f0a7eedd5cf62c5b37fba8bb9ff54

2013-06-09  Xisco Fauli  <anistenis@gmail.com>  [11a560967f11f10ec570f665d0e65e17f124912a]

        pyweb: Handle Keyerror exception
        
        Change-Id: I16ea149917b911ba074415511d1f5053439c33bb

2013-06-09  Takeshi Abe  <tabe@fixedpoint.jp>  [6571193609f4fb4e5ac714b55787d172a86983fe]

        sal_Bool to bool
        
        Change-Id: Ib712c9ebf8d8e6aae5e04fec19be629d3393f5d5

2013-06-09  siqi  <me@siqi.fr>  [fce81f66c60769137fdaa1fbeddb218507cacff0]

        Transmitter

2013-06-09  siqi  <me@siqi.fr>  [28faf7e3a91caab172bbd344bb568db4f66a433a]

        Command interpreter works, notification center can now call segua for view transition

2013-06-09  Julien Nabet  <serval2412@yahoo.fr>  [52a377585cd4877bf251b482ef016cd7d16846ad]

        Revert "Fix qa tests after "non-primitive" patch"
        
        This reverts commit eaeaafbf20629e2e2eb111b71ddcc78ab81aec55.
        I must recognize I don't understand why it doesn't work but since most of the tinderboxes are red...

2013-06-09  Philipp Riemer  <ruderphilipp@gmail.com>  [a3f62b536e7e9ba1ac8aedc112d6c7d7a28e2f61]

        adjusted code indentation for consistency
        
        Change-Id: I0316e8753e440ff691e9c84f55aad8a6a7079652

2013-06-09  Philipp Riemer  <ruderphilipp@gmail.com>  [379bacf8efc133967f7d5899d3024c2f39f7fb95]

        removed commented out code in sw/source/core/edit
        
        Change-Id: I44951e08b196106a5352a8e9b86e695e6a8961b9

2013-06-09  Philipp Riemer  <ruderphilipp@gmail.com>  [b3e67062608f11dbf4b92f5e0765bb0f28a6cfe8]

        fdo#62475 - remove visual noise in sw/source/core/edit
        
            - ASCII art
            - method comments without further info
            - multiple blank lines
        
        Change-Id: I2b17f5fe4be89cc58c3563dfc64f1b3e2a20bdee

2013-06-09  Philipp Riemer  <ruderphilipp@gmail.com>  [7cb8b8c8e9548640e4732daaf8e009eb8d7a38f1]

        work on existing comments in sw/source/core/edit
        
        Change-Id: I32b249971ac6ac540d816c38e00321befb181901

2013-06-08  Philipp Riemer  <ruderphilipp@gmail.com>  [ce6cb1db65054b8261b16f1542d03de6ea0e054c]

        fdo#39468: Translate German comments in sw/source/core/edit
        
        Change-Id: I48682db4a27be298b8c0392603879d2e12f24cd7
        Reviewed-on: https://gerrit.libreoffice.org/4203
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-06-08  Julien Nabet  <serval2412@yahoo.fr>  [eaeaafbf20629e2e2eb111b71ddcc78ab81aec55]

        Fix qa tests after "non-primitive" patch
        
        Change-Id: I438a1b09d74a87858b23046cc34995a9fbab396a

2013-06-08  Caolán McNamara  <caolanm@redhat.com>  [8a3f61c42b7dfd7221bd7bc9d9a5a70c052a0bf5]

        Revert "Check pointer before deferenging"
        
        these are all exception enabled .o's new doesn't return NULL on failure, it
        throws bad_alloc
        
        This reverts commit 6b379300ad3fdbc5c58901c6e06fe600367f83c0.

2013-06-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [6b379300ad3fdbc5c58901c6e06fe600367f83c0]

        Check pointer before deferenging
        
        Change-Id: I9bf9ad249afc88379d66337059a73297880acd83

2013-06-08  Matteo Casalin  <matteo.casalin@yahoo.com>  [43941d9a5313fcd7fe39a61bd2eace64f7743486]

        sal_Bool to bool and some cleanup
        
        Change-Id: I4b20be1a3558e6b48a224e37e7f50944bb6bd237

2013-06-08  Armin Le Grand  <alg@apache.org>  [be8d06266fab13f200bae2aa1f0e953e517232cb]

        Resolves: #i121455# Adapted from NonPrimitive to non-primitive...
        
        as used in the spec
        
        Patch by: Regina
        Review by: alg
        
        (cherry picked from commit af6ada82a4634e4b64faf811eaf527c167c334bf)
        
        Conflicts:
        	xmloff/source/draw/shapeexport4.cxx
        
        Change-Id: I2fe339ba35cf589a9d4034446c671d4f09b0c0f0

2013-06-08  Armin Le Grand  <alg@apache.org>  [1281c1f52b77c4c4fb08e129542c2c4912b38555]

        Resolves: #i121382# Corrected size handling including font size handling...
        
        for EMF/WMF imports
        
        (cherry picked from commit 0ce59463f93b1c1fe78d18476249259bfc7e440e)
        
        Conflicts:
        	svtools/source/filter/wmf/enhwmf.cxx
        	svtools/source/filter/wmf/winmtf.cxx
        	svtools/source/filter/wmf/winmtf.hxx
        
        Change-Id: Ib1ea92a1d52ea83ee7ad48a8bda2496cda9dcc53

2013-06-08  Herbert Dürr  <hdu@apache.org>  [ec2512209d8fbf640749ab9f18b2232ac9cbf060]

        the header file new.h is obsolete on our platforms
        
        (cherry picked from commit 94e277e997d396ae44e4c13c806fa0f461dafd83)
        
        Conflicts:
        	sw/source/core/text/portxt.hxx
        
        Change-Id: Ia785878f2b96704fcf858599afba2535b53d6b6f

2013-06-08  Jürgen Schmidt  <jsc@apache.org>  [d56497365f36aa385f74ca5bb665f1ea541b52ef]

        Resolves: #i119831# check again the node if the bookmark belongs to it
        
        (start and end position)
        
        Patch By: jsc
        Review By: orw
        
        (cherry picked from commit 016331f9cc330abca8ea3bedd1be9f50cd68dc18)
        
        Change-Id: I7ad4a10be855806aeb9fc6fef5fbfba377671fc8

2013-06-08  Caolán McNamara  <caolanm@redhat.com>  [6ea2cc95f5996213c370dff61a36fb667dd6771e]

        Resolves: fdo#65536 check if builder is NULL
        
        Change-Id: Ieabd56d6da06b480ade662a55aebd35d0769f2ea

2013-06-08  Caolán McNamara  <caolanm@redhat.com>  [fb4601a65fe35eccce33508acb2b138cdaa98877]

        Updated core Project: help  adbfa5972aeaae80fbf94e11e523a91fe25e19bb

2013-06-08  Caolán McNamara  <caolanm@redhat.com>  [e6be48fb55ee287ae49528f74f2b4e6b5fa13e3c]

        set rows to 6 pixel spacing
        
        Change-Id: I11975ef36c52b6279d099d6a5e32ce9da4cbc9ca

2013-06-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [673be8e76856c6bc39f448f3374db4ae84258952]

        add X-KDE-Protocols
        
        * was previously money-patched in on Debian/Ubuntu packaging
        
        Change-Id: I9cd14b0d61e6c73181f368387fb560b4edb383a6

2013-06-08  Julien Nabet  <serval2412@yahoo.fr>  [a11bf86ba8aeda109f7fa8a96ec0cbfc6efe04cb]

        Typos
        
        Change-Id: Ie256ce5c1c7b82e0dbe5877524a5e5aa2c9c3ab1

2013-06-08  Julien Nabet  <serval2412@yahoo.fr>  [7bdd928c35e93537ce739af140c617c917fb9702]

        Fix typo: alway -> always
        
        Change-Id: I60b4a6086a6e114ff4895755e4c20dfb402a1979

2013-06-08  Julien Nabet  <serval2412@yahoo.fr>  [ee3cea14c84442da93380941b1ec3a46e8003bca]

        Typos: alwas -> always
        
        Change-Id: Ibb064dd68dbee46e02b512a2a1a8dee34b0fd444

2013-06-08  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [c5debaa9c46c879f1deee088d12bf2c951296706]

        convert pdf links tab page to .ui
        
        Change-Id: I305021366a2670a582f00433be2a6e26d745f587

2013-06-08  Fridrich Strba  <fridrich@documentfoundation.org>  [fceb821c473112727520c0952607f8377b62f417]

        Revert "fdo#64977 Adding Tibetan Language Support"
        
        This reverts commit 0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b
        
        Change-Id: Ib0c0b72eead417126285a46ee34faaf2f3c3a767
        Reviewed-on: https://gerrit.libreoffice.org/4196
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-08  Elie Roux  <elie.roux@telecom-bretagne.eu>  [0114e1c85bc42fd3bd2a3d0aa33f77f67093b66b]

        fdo#64977 Adding Tibetan Language Support
        
        Change-Id: Idf21de28ebbacaefcba0a76fd96eb1a12c21e597
        Reviewed-on: https://gerrit.libreoffice.org/4081
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-07  Matteo Casalin  <matteo.casalin@yahoo.com>  [4af491df711510369f423d45565b4d744e637238]

        sal_Bool to bool
        
        Change-Id: I73bc2cbf3abf8de041302b6342b49275fb3c2ce6

2013-06-07  Armin Le Grand  <alg@apache.org>  [6e4637db213e7570d3920902288ca15b5e61b190]

        Resolves: #i121932# fixed ODF CustomShape import/export
        
        (cherry picked from commit 970ff93fdf7d85b5d4f96d35aff641fe3c681668)
        
        Change-Id: Ib95e9a551912de1aff2318093b0104cf4699df77

2013-06-07  Armin Le Grand  <alg@apache.org>  [501e0246bc72783f2dc830ea6b29f4a9e7c3045f]

        Resolves: #i121603# corrected D&D on existing shapes (CTRL+SHIFT pressed)
        
        (cherry picked from commit 5f81e1134607ae67d7c598f695bd0997cd9c9284)
        
        Conflicts:
        	sd/source/ui/view/sdview3.cxx
        	sd/source/ui/view/sdview4.cxx
        	svx/source/svdraw/svdoole2.cxx
        
        Change-Id: I91634de52a23ebe897f2d38a6cca763aed19dfc0

2013-06-07  Armin Le Grand  <alg@apache.org>  [13ef16423e78d3ea825172594f08c47d2f9bfd09]

        For backward compatibility take mirrorings in setTransformation into account
        
        Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used
        
        (cherry picked from commit 4116c33b12d3787c406f0348f89efcb1cf409507)
        
        Conflicts:
        	xmloff/source/draw/ximpshap.cxx
        	xmloff/source/draw/ximpshap.hxx
        
        Change-Id: Id85ae4c4f5e26d53d501c72b84fc0e1b5cfe23b2

2013-06-07  Dennis E. Hamilton  <orcmid@apache.org>  [8c1fd9c39966a0eda71e9e9c8f80a89dd5eb6ef4]

        Resolves: #i49853# comment the DTD to emphasize that this DTD is...
        
        for OpenOffice.org 1.x XML Documents and is not a DTD for any ODF
        document.
        
        (cherry picked from commit 7061d6dbf8d446e96d0ad13ea308f421ea6a424b)
        
        Conflicts:
        	xmloff/dtd/office.dtd
        
        Change-Id: If2a084e86f935c9dddfbd3a4aa5e2d76473b7d9d

2013-06-07  Wang Lei  <leiw@apache.org>  [6a62557d8632290ae7150f3922dece65f51af4bc]

        Resolves: #i121136# Improve Spreadsheet performance in some areas
        
        Patch by: Wang Lei
        Review by: Wang Lei
        
        (cherry picked from commit d39376c42030222fcf09fb562660daa89b01b1e0)
        
        Conflicts:
        	sc/source/core/data/document.cxx
        	sc/source/core/data/table2.cxx
        	sc/source/filter/excel/colrowst.cxx
        	sc/source/ui/view/printfun.cxx
        
        Change-Id: I17ff418ad5d09be1e760ee25e9c377ef1362f10e

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [930127da85ee72ccec6b81efc18cc9878f11d88d]

        cppcanvas: try to make MSVC tinderbox happy
        
        Change-Id: If4fd5a788d3907a986e27f5f53d5995c7035f685

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [ae0e295f6063e63d90561fab8c856685ce2c94c7]

        smoketest: unbreak after recent Extension changes
        
        (regression from a714cf18b1c6cadae93df92376a11aeb98b65418)
        
        Change-Id: Iaf772aa1960bad1ed6b317245867f17a88f6ccd7

2013-06-07  Julien Nabet  <serval2412@yahoo.fr>  [dd9dba52f3db38ecf9e6b5c5150219e59579d54b]

        typos
        
        Change-Id: I3ebe1c03be3b7e84666ca6a19442c376f21a5491

2013-06-07  siqi  <me@siqi.fr>  [d3aa6c58d40a6516c188e85ed6ad12f1b4012a94]

         cmd interpreter implemented

2013-06-07  siqi  <me@siqi.fr>  [f78070377035eaafd51a1eb36c821e131c987887]

        autogen client pin

2013-06-07  Stephan Bergmann  <sbergman@redhat.com>  [cc630e3d8ee5d07b7341b071443845ef309eeeb2]

        One more gbuild $ -> $$ fix
        
        Change-Id: I907e383f117044ef5d105e91991cdcf7ef1f4c9c

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [046cf9a53f46b8bc9d6bcd5f0ea4af6c9a6125a7]

        gbuild: fix library paths in gb_Extension__compile_help_onelang
        
        Apparently *COMMAND are evaluated once too much so the $ are lost.
        
        Change-Id: Iefc2a945b9ce708bc0f0f5490e1c2f2f7bba1616

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [3e70e26cbc96667e2968cd325737053bf8bffb78]

        gbuild: fix over-evaluation in gb_ExternalExecutable__set_internal
        
        We lose the path setting here, with this crude hack it appears to work.
        
        Change-Id: I241d7e6ec7a148a27e31d73b8e5ddb62f0a948d6

2013-06-07  Noel Power  <noel.power@suse.com>  [c76974576aa5eec6b86af39eaaadc8e382f214bd]

        share spPaperSizeTable ( and associated access code ) in msfilter
        
        PageSetup.PaperSize implementation more or less copy&pasted the
        papersize conversion code from oox, this is a followup to remove
        the duplication. ( Probably the binary filter could be converted
        to use this also saving yet another nearly similar implementation )
        
        Change-Id: I479f0322163161f7819c5d650a9511910ac2e781

2013-06-07  Miklos Vajna  <vmiklos@suse.cz>  [288a606ae780c9f0b7a0241b31ea644addd37fd8]

        RTFDocumentImpl::checkUnicode: make this a bit more readable
        
        by not using default parameter values.
        
        Change-Id: I82c84e3563cba60682d297eb1b1d8a139160d579

2013-06-07  Pedro Giffuni  <pfg@apache.org>  [efb6d8211d3ddb1b42c51400c7cadd57a0dfca4f]

        Fix some typos found by Noel Grandin
        
        (cherry picked from commit 9271c50c2d02b708cbe274568c455ff900595884)
        
        Conflicts:
        	qadevOOo/runner/lib/Status.java
        	qadevOOo/runner/util/PropertyName.java
        
        Change-Id: I6157d7e4da5eeb85f3b748ab70cc6528b3d061a2

2013-06-07  Pedro Giffuni  <pfg@apache.org>  [55ff402fa24bcf9478e7fde94f2ab57c2223b7f7]

        Set target version of apache-commons to Java 5
        
        (cherry picked from commit 7b9b5d430bda5ee0a1948c532e7ddd1374717e8c)
        
        Change-Id: Id3c5ae8d6fbeb8554d0f4f7f743e0aeea0df2bb2

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bf3d8ba53bdbe15f37988a274ee4fb555479cb87]

        jlong is 64-bit, my bad
        
        Change-Id: I39ed9f4079152fb5405f0dfceee1d22536d474a6

2013-06-07  Caolán McNamara  <caolanm@redhat.com>  [4129130cab83eb1e7e1ebf153c914524846f7e4b]

        XubString->OUString
        
        Change-Id: I9404ef0d53a74e09a0db9781d004fcd0c573dd78

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [41660feef6095f6d9510d11c99376652b41a504b]

        Let us cast pointers to pointer-sized integers
        
        Change-Id: I0c68293d454917bbc5ed6df51a57e6b809d4b8c6

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e704c34ba1ef09f0abd0ad38c79245385f714dc4]

        In real jni_md.h, jint is 32bits and jlong is pointer width
        
        Change-Id: I17b8918ddc530fd28c5549e3e78d041dc6c867bc

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [abd89db2a9c1aee6f7a7f39374db7bc6d92e60c6]

        Fix bean linking on wntgccx
        
        Change-Id: I8d5d62be630f85e9a807dc108baca8be2930224e

2013-06-07  Mathias Michel  <matm@gmx.fr>  [8e784b59f1c1ce33dc95a6c591ee514383b28f3f]

        Build: fix non-existent merge modules for MS Visual Studio Express versions
        
        Change-Id: Id19f3fde0803e9242ca1e7279fd814262c74f6ef
        Reviewed-on: https://gerrit.libreoffice.org/4182
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-06-07  Michael Meeks  <michael.meeks@suse.com>  [ed30996f8fdae4f98d699c711c5b4c7b16e56888]

        fdo#65502 - EmfFillPie fix.
        
        Change-Id: I395ef5f5175b9a2d758f4023605b8e2d4dce859f

2013-06-07  Michael Meeks  <michael.meeks@suse.com>  [ee1726bfdba483623d496a3bcc09089e8b55cd65]

        sidebar: disable impress task pane if sidebar is enabled.
        
        Change-Id: I64e601dfd6f4a3763188537f9507c536b86b70fe

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [abdbb847fa135dd758ef3ef99db4c07a2671ca47]

        Transform the clipping polygon before using it
        
        Change-Id: I71a00f7d4b80ef41b637889e51a414fac6883ba1

2013-06-07  Stanislav Horacek  <stanislav.horacek@gmail.com>  [67278daaf3cb664f8a89900382f0d7b19956b185]

        Updated core Project: help  533cc6d89e457d7f7f1e3e0a4fae8e23e89d7a7f

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [ddb5edc8a6dcbe309daf4ec7356601a7dfee1700]

        gbuild: do not register static libraries
        
        It does not make sense, there was only one group anyway.
        
        Change-Id: I606138ceed0bfc628b8a23abb864280d9626ed60

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [bf06908b674251ea71875aa664a0f4a98d6781ab]

        further reduce GUIBASE usage; don't set it to headless
        
        Change-Id: I76916c15f380bd80e823845f52f32a1c444079da

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [a714cf18b1c6cadae93df92376a11aeb98b65418]

        gbuild: install extension directly from workdir
        
        Also kill ExtensionTarget indirection causing duplication.
        
        Change-Id: I24f7e6d85df6acf2ededaade20dd1a788d916594

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [b8e09de4e00ae21728ddc9cc9179bc8f95d4cfc5]

        allow to install files from workdir
        
        Change-Id: Id711489ac631291fc11fe7698e5a0a4719db99d7

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [2b5e077656b2c58fa228c80bed19428bb8be79ef]

        gb_PackagePart_get_target unused
        
        Change-Id: I610523dd0b9fd88804c1a0c71d61fd88e8a8b814

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [e555705b3f7764b6caaf07d585056325fb67b23c]

        gbuild: kill gb_Zip_get_outdir_target
        
        Change-Id: Ie1920be76f803b1dbfd7b94dcb7a834b88816c08

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [85c6f80121230532485041e9fa2522d812eb3ca9]

        use .component files directly from workdir
        
        Change-Id: Idaf2e1c33dcdf060756b5739c4a8d904dbdc699b

2013-06-07  Ariel Constenla-Haile  <arielch@apache.org>  [c154f180e22e5cd494b5c71453cb93f30fd71f6e]

        Ensure UNO context propagation on drivers instantiation
        
        Use a better approach than 33c2427824ac893b15777527b818ec99c78c61dd
        
        (cherry picked from commit 7f635eeb69e1257a37c2d3bfe9afe5e56daf259c)
        
        Conflicts:
        	connectivity/source/manager/mdrivermanager.cxx
        	connectivity/source/manager/mdrivermanager.hxx
        
        Change-Id: Ic7ce5449d4c5e5231c838f9b7733fd4703e6252c

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [9edb6984a11c2a2c3fc8d859077e7521894dedeb]

        gbuild: simplify AutoInstallLibs makefiles
        
        Change-Id: I19a0daab185a1ef25f9354f551f8cb0c03064cb1

2013-06-07  Ariel Constenla-Haile  <arielch@apache.org>  [a47a153a7f75edfe3bce33f0d34b723cbd2d5195]

        Resolves: #i93995# Allow setting Body of a simple mail message
        
        (cherry picked from commit 093977b1171fae4eaef13a6d32929451fc64ae66)
        
        Conflicts:
        	offapi/com/sun/star/system/makefile.mk
        	shell/source/cmdmail/cmdmailmsg.cxx
        	shell/source/cmdmail/cmdmailmsg.hxx
        	shell/source/win32/simplemail/smplmailclient.cxx
        	shell/source/win32/simplemail/smplmailclient.hxx
        	shell/source/win32/simplemail/smplmailmsg.hxx
        	shell/source/win32/simplemail/smplmailsuppl.hxx
        
        Change-Id: Ief1aefee32a6750dfed96476d2968ce76b038440

2013-06-07  Petr Mladek  <pmladek@suse.cz>  [d371248b8eab5cbdc22221603c0587066240223a]

        distro-install-file-lists: handle new filelists created for 4.1
        
        Change-Id: I2d7a52b396a46f1f6546b92eb5612958a2cb7397

2013-06-07  Noel Power  <noel.power@suse.com>  [0683a7b15ce668efd79fa556f5511de833c7ec12]

        remove unintended changes ( from some aborted approach )
        
        Change-Id: I793a635711475ebb1125611ec48d52c130cd20a0

2013-06-07  Matúš Kukan  <matus.kukan@gmail.com>  [f535bd7ea064404233837aa9a490de8e406da6e5]

        scp2: add forgotten include for impress module
        
        Change-Id: Ide6176a5f602f7213f3ad628e1bb6dc4be8df389

2013-06-07  Andras Timar  <atimar@suse.com>  [cbc12a49378e887139f89df275c3bd0d8188f544]

        Updated core Project: help  2f33891740c90955b03fad8452ade48d25df4fba

2013-06-07  Noel Power  <noel.power@suse.com>  [a189ef1f5837dd4f5cfd878c1ed53ba829af4d11]

        remove old gloop, superseded by new unit test framework
        
        Change-Id: I89015115b51d8babe4c425e4bf9bf785ef08531e

2013-06-07  Noel Power  <noel.power@suse.com>  [254a2d6c71f7615c7652ca401b9dd3eac1e0d570]

        add missing PageSetup.PageSize api
        
        Change-Id: If52fb46f61962827acc08025617d9d61a6ab6d40

2013-06-07  Ariel Constenla-Haile  <arielch@apache.org>  [6005dd5366a86d6b7b1535233a99e24501e053a3]

        Resolves: #i25945# Allow disabling scrollbar tips by API and configuration
        
        (cherry picked from commit a2bbabbe141de1303ebf052e5c22b6e77387785e)
        
        Conflicts:
        	offapi/com/sun/star/text/ViewSettings.idl
        	officecfg/registry/schema/org/openoffice/Office/Writer.xcs
        	sw/source/ui/config/usrpref.cxx
        	sw/source/ui/uiview/viewport.cxx
        
        Change-Id: I939ec22527a0b654de5f379e781c24c0a3088739

2013-06-07  Tor Lillqvist  <tml@iki.fi>  [5f62dc930687a02b5958280e942d4ab5fa7980a4]

        WaE: unknown log area 'dbaui.OGeneralPage'
        
        Change-Id: Ia2641acef3e3d1039e53ba6db1cfcb369668c801

2013-06-07  Eric S. Raymond  <esr@thyrsus.com>  [c05184c95e98f502fcc282f883a1e07f17b370ac]

        Resolves: fdo#65243 broken mark up man page
        
        Change-Id: If8a73e0416e19d9c59d93cc55f4f61bd01f11909

2013-06-07  Tor Lillqvist  <tml@iki.fi>  [2ecb0d812ad0be209ace72f43cbdb7bf4fbaeec6]

        WaE: unused variables
        
        Change-Id: I8d562422e91465393f7a96308677410cbe64e1d6

2013-06-07  Miklos Vajna  <vmiklos@suse.cz>  [a22ef599bd3fdcf0bd5c3616aa566a5922624ff3]

        bnc#820788 VML import of v:textbox's mso-fit-shape-to-text style property
        
        Change-Id: I74a0ecd50ca61a4f5bf7ebdbf12743dc1fd9368a

2013-06-07  Stephan Bergmann  <sbergman@redhat.com>  [e57eeb6d5f547a4a49df796641141c733f6c5204]

        fdo#65168: Fix regressions introduced with de-extension-ing report builder
        
        ...in 90a326c7028d5af132c62edfaef77c53627e4c0e "fdo#61950 move report builder
        from bundled extensions to plain code":
        
        * For one, ReportWizard.startReportWizard
        (wizards/com/sun/star/wizards/report/ReportWizard.java) would still try to load
        reportbuilderwizard.jar from the unpacked extension (and, failing that, fell
        back to the old default engine, so this didn't cause any failure per se).
        Instead, reference reportbuilderwizard.jar (which was also missing from scp2)
        from report.jar's manifest Class-Path (which will always be OK, even if
        reportbuilderwizard.jar is not installed) and check for the relevant class via
        Class::forName directly.
        
        * For another, the en-US/wizard/report/default.otr template had gone missing.
        The way to find it inside the unpacked extension in the past was to include a
        Paths.xcu update that extends the Template path.  Instead, install that
        template directly into share/template now, and drop the (unused already)
        Paths.xcu update.
        
        Change-Id: I09eca2b69aa55d5b15fb5ecfec6881f8a6f6e5e5

2013-06-07  Ariel Constenla-Haile  <arielch@apache.org>  [e98c03ed6525b026ca3cd7941b3634c0f5561397]

        Resolves: #i87780# Document css::text::AutoTextGroup properties
        
        (cherry picked from commit cdc1af8302d0998f98776ec103f1402ee9a3d6f4)
        
        Conflicts:
        	offapi/com/sun/star/text/AutoTextGroup.idl
        
        Change-Id: I543e5c34973e39c4f5fe95388411db2967f7ced2

2013-06-07  David Tardon  <dtardon@redhat.com>  [08a6da99415c6b9f6f7e705e2d276ce2febf4e8b]

        Revert "Revert "simplify check for harfbuzz""
        
        This reverts commit 49b28849e5076d5e63aab9ed50f87c61e1f43e43.

2013-06-07  Caolán McNamara  <caolanm@redhat.com>  [2e5800269d88b00f311746e8173c90779f5b888d]

        dump more info when encountering an odd language for a script
        
        Change-Id: Icd8eaae44f81c7c6eb8a73a4e567a24b46f97870

2013-06-07  David Tardon  <dtardon@redhat.com>  [1f49550a98823daa9ebf0d8471824fd84a9b4e65]

        whitespace: \t -> spaces
        
        Change-Id: Iae5ef71a284407cd2d6f0f604b1ae621d0bceba9

2013-06-07  David Tardon  <dtardon@redhat.com>  [49b28849e5076d5e63aab9ed50f87c61e1f43e43]

        Revert "simplify check for harfbuzz"
        
        This reverts commit 36edf2e6fff430beeb35882b408ceb01453a9e18.

2013-06-07  Caolán McNamara  <caolanm@redhat.com>  [042fbe97bb758282fe8b6df9ed9eac74b92c53d5]

        add a little more space between groups
        
        Change-Id: I9cc0f8950a06e1b3d8ddd19a685ac5121e3805b7

2013-06-07  Caolán McNamara  <caolanm@redhat.com>  [a5f92491c4123fefa7447b45770a77ae08a39acb]

        Updated core Project: help  f0b6f17d48a040bab1445b6529e17acd6b879ffd

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [db738619494a5f53d132c0ed4969368ad5147ca2]

        log point types as numbers and not as ascii chars with the value of the number
        
        Change-Id: Ia64c2b3a53f150afd3c194598dc3bf7d6c5d3b17

2013-06-07  Mark Wielaard  <mark@klomp.org>  [222119cde3d6e3d9f0a6acba24c188500d1b6103]

        Fix memory leak in SelectionManager::getXdndVersion.
        
        Release XListProperties atom properties of window after inspection.
        
        Change-Id: I89d86509babd7a9d8ec65dbabe0a062bf69fc493
        Reviewed-on: https://gerrit.libreoffice.org/4186
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-07  David Tardon  <dtardon@redhat.com>  [36edf2e6fff430beeb35882b408ceb01453a9e18]

        simplify check for harfbuzz
        
        We check for it in both branches of the if, right? So why do not drop it
        entirely?
        
        Change-Id: I715bfb55c02c5425bbb4874b97aca9d2872acced

2013-06-07  Julien Nabet  <serval2412@yahoo.fr>  [8fd28fe7373fcdf17c061c3666b6012445e3bfc3]

        fdo#65044, manage Publisher files in Document Converter
        
        Change-Id: I932d53c3c46fb0d654a1ba31b782ebcaced9bbc3
        Reviewed-on: https://gerrit.libreoffice.org/4106
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-07  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [1543e30a33832e882b973f0ae8722e6c88a46963]

        Convert Search in Japanese page to .ui format
        
        Change-Id: I1874f36d3e69b39fcb456de85b28c7a09f7bdbf2

2013-06-07  Jason Hulme  <jsnhulme@gmail.com>  [8ac87296c3f5f67d34336bf1eb75d1a6cc81e1c7]

        fdo#63866 Hid useless checkboxes
        
        Added functions to SvTreeListBox and SvLBoxButton to allow entries with hidden checkboxes
        
        Change-Id: Ia5a1deabea6c01aad5e4010612ac453c669258a6
        Reviewed-on: https://gerrit.libreoffice.org/4169
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-07  Andras Timar  <atimar@suse.com>  [803bd5f1f23a1330d8c51942234e3a51671b7048]

        Updated core Project: translations  de5d1bf0aa459e78c73782b5f9b5f2f7da5734c5

2013-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62d85cfc679f90cd2c65d1ea5493026324875f46]

        only reset marked area when using find/replace all, fdo#53106
        
        Change-Id: I151db5db7bcdf5295e1f67423de8926250ae8ea3

2013-06-07  Matthias Freund  <matti_lx@yahoo.de>  [d22b63e1a94d206a24ee301019bf99149a9bdfce]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 1)
        
        Some translations.
        
        Change-Id: Ic16186c0012c50b278a377d288e4808f8438277c
        Reviewed-on: https://gerrit.libreoffice.org/4181
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61ba279242ef4ee8f8989c26c6c7291e07949ada]

        don't hide cell content behind pivot table buttons, fdo#60877
        
        Change-Id: I1508aafcc7046c576a4d6de87900dc66f32b2f97

2013-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [efdad0b126abd3c151b545740d0530a0a832d482]

        wntgccx -> Win_x64 for packages
        
        Change-Id: I52fbcee96ad6927a4af49b78001c49916a5c3544

2013-06-06  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a6f81b3a98e136afabda512b4082b2be05490b34]

        fdo#60924 autoinstall - gbuild/scp2: add impress module
        
        Change-Id: Id1256a9b62d72bce6a225d2b022865a31c01e25d
        Reviewed-on: https://gerrit.libreoffice.org/4180
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-06-07  Julien Nabet  <serval2412@yahoo.fr>  [a5b8cc67c448ba724132988302fbfb643d2c1630]

        cppcheck: reduce scope
        
        Change-Id: Ia83fb8615dbe937b4b4478fd7bf128780f8c5289

2013-06-07  Julien Nabet  <serval2412@yahoo.fr>  [c5b4e516df611cdc84b165da275a812061ee6060]

        cppcheck: reduce scope
        
        Change-Id: Ie1eab551a2d5dce21b55226b17d62d9a78c1ffdd

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [d54786ef57c43793c6e0935a70554d9624b2b120]

        fix typo
        
        Change-Id: I7e81a800c9757d6cb73a85f83fe9748a951c61c9

2013-06-07  Michael Stahl  <mstahl@redhat.com>  [e2b9946022c2a286ebac625ccb45f5ddddd5a5d6]

        sw: fix AutoCorrect bold/underline regression
        
        The horrible SvxAutoCorrect::AutoCorrect() inserts the character into
        the document half-way through, and then _expects_ this inserted
        character to show up in its rTxt parameter.  This broke in Writer when
        SwTxtNode::m_Text was converted to OUString, because now a
        temporary String copy is created.  Work around this disaster area for
        now.
        
        (regression from 0295c8a34e39326414c1b98cf4da905802f061b0)
        
        Change-Id: I1cb11a20cb0c2577036176e605426105631f3311

2013-06-07  Julien Nabet  <serval2412@yahoo.fr>  [f62cb42d060b50cf7015ee8e2031c45f7631669a]

        cppcheck: fix reassign
        
        Change-Id: Ic1f02c6734cbb0ac4846f0003f70091d5d5b4315

2013-06-06  Julien Nabet  <serval2412@yahoo.fr>  [e6edfb63243b4fc09ebd872a7dab512fac7be599]

        cppcheck: unread variable
        
        Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e

2013-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6db2752e17dc298fbb83ea63bf7666a4befd187f]

        Newer mingw-w64 has gdiplus headers, though a bit buggy
        
        Change-Id: Ibc25c621c0a97c11b617e920494cd311449c04d3

2013-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [710f5dd271572b0f0362857c3f13ef25b6301bfe]

        Remove some warnings on mingw64
        
        Change-Id: I4fbb543e19ecba879f9982dd4bb8442d77854526

2013-06-06  Michael Meeks  <michael.meeks@suse.com>  [29c101fe68ad1794744ec576f9d020eb56bba4cd]

        use a transparent graphic for the OLE2 image, and spell 'Empty' correctly.
        
        Change-Id: I94fbe74b6febede4819851dfa78690507b04f4f7

2013-06-06  Michael Meeks  <michael.meeks@suse.com>  [3fe227a65de7bd4aae803dcff6802824c624bd09]

        remove unused BMP_OLEOBJ image and define.
        
        Change-Id: I809cca8dab246c7b528309fd74fb73a9d0bd418f

2013-06-06  Armin Le Grand  <alg@apache.org>  [c0eb5e7772c848806db8ab461f77f9549c1d8b2b]

        Resolves: #i121448# Aligned default fill color/line style for all apps
        
        (cherry picked from commit 81664c037c8d6094b66c1660b6eee9693eadf401)
        
        Conflicts:
        	sc/inc/document.hxx
        	sc/source/core/data/documen2.cxx
        	sc/source/core/data/documen3.cxx
        	sc/source/core/data/documen9.cxx
        	svx/inc/svx/svdmodel.hxx
        	svx/source/svdraw/svdmodel.cxx
        	sw/inc/doc.hxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/ui/app/docshini.cxx
        
        Change-Id: Id0f62f0cd5b83794e2dbaee4e8b6afa704a0c23a

2013-06-06  Miklos Vajna  <vmiklos@suse.cz>  [ed1a26565898a6461503468b1fba008328019055]

        configure: --with-system-libs should imply --with-system-harfbuzz
        
        Change-Id: I704f0e679382f6d4b08fcdda99337d2376c21fe3

2013-06-06  Miklos Vajna  <vmiklos@suse.cz>  [97035c95c27b34313eadd09692804045f67f440a]

        Revert "bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrm"
        
        I can't reprodue this in a product build and I'm not sure this was the
        right fix for the problem.
        
        This reverts commit bb4d5d96f4daf1dc1b92f823171ac567f6cf95a8.

2013-06-06  Julien Nabet  <serval2412@yahoo.fr>  [3aeffe1c16f6592d60681c4241054991d0d6a0e8]

        Typo
        
        Change-Id: Iced1dfba37c155c64dc0488fdb1b0d50e20b25c4

2013-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9eb4e4dc51a4448d59ee80f39144387c7b3cffaf]

        Some more modules at least building with mingw64
        
        Change-Id: I3ea039655aecb7885bb310b1f2c29d66f9f7bb4f

2013-06-06  Luboš Luňák  <l.lunak@suse.cz>  [44c133ef996e32ebdfc9560bcf14b0cd77196a9e]

        OpenSymbol is a symbol font
        
        Change-Id: I2489b836950db63f5f53f8a272970b7769c29282

2013-06-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [b75fae74f7023d3cb78c6d1ecbcf019e020c3f56]

        Don't require vclplug_svp with --enable-headless
        
        Fixes build.
        
        Change-Id: I4280cc26acd2278003f3bdee641a3168b01e17cb

2013-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [b0778c7f89c06e4bb8f24bb252da4f5667c22918]

        indentation
        
        Change-Id: Ib2011a589c12b585c6045fdc87b08f711ed9edc6

2013-06-07  Takeshi Abe  <tabe@fixedpoint.jp>  [50a4018d0d95652b73175f37740c9c7dd13ca4e0]

        sal_Bool to bool
        
        Change-Id: I58efb9d026203c77d3806552bd4280a4d16d5111

2013-06-06  Luboš Luňák  <l.lunak@suse.cz>  [bd40bfd897f193857de10f64bbc47909c4ea5757]

        fix WM_CLASS
        
        VCLSalFrame is definitely not the name of any instance of LibreOffice.
        
        Change-Id: Iba227061c0c0541290c90876c94d1016aa1e783e

2013-06-06  Luboš Luňák  <l.lunak@suse.cz>  [4d479ebf1511fd0c2b8bff0f6aa26305709aa338]

        add StartupWMClass= to .desktop files (bnc#777070)
        
        The actual purpose is to help Plasma taskbar associate taskbar items
        with .desktop files for the purpose of creating launchers. LibreOffice's
        WM_CLASS handling is rather broken, but the class part of it usually
        ends up being 'libreoffice-<component>', which however doesn't match
        names of .desktop files or executables. I fear renaming .desktop files
        would cause too much breakages in various places that expect the current
        names, so adding StartupWMClass will help Plasma match them.
        
        Change-Id: Ia946307b429d9a7c00408b2b508726fdc88908ac

2013-06-06  Andre Fischer  <af@apache.org>  [3106ed122c927c2a732cc92b2ee5f5066d27d5f8]

        Resolves: #i122455# Change tab order of paragraph panel. Cleanup
        
        (cherry picked from commit 2a7381f63b45e6a341db2ece259cd0d6f6b6b02d)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        
        Change-Id: Ibcb11980989b9821929e5261765a3973bbbefd9a

2013-06-06  Armin Le Grand  <alg@apache.org>  [7c486ba2574486f886612b8c4c130c55acd7d93e]

        Resolves: #i121334# Changed default for charts background to be none...
        
        (from white) to allow fill settings in the various apps to have an
        effect
        
        (cherry picked from commit 0050a8e4eace17ed1b55c7ec919edaa0daadc3a7)
        
        Conflicts:
        	chart2/source/model/main/PageBackground.cxx
        	sc/source/ui/drawfunc/fuins2.cxx
        	sd/source/ui/view/viewshe2.cxx
        
        Related: #i121334# turned back chart non-fill defaults...
        
        done the non-fill using tooling when creating new chart modules
        
        (cherry picked from commit af9220c24c9d80e5415d9d7d8f273b28d0d27cdb)
        
        Conflicts:
        	chart2/source/model/main/PageBackground.cxx
        	sc/source/filter/starcalc/scfobj.cxx
        	sd/source/ui/view/viewshe2.cxx
        	svx/inc/svx/charthelper.hxx
        	svx/source/svdraw/charthelper.cxx
        	sw/source/ui/table/tablemgr.cxx
        
        Related: #i121334# deactivated setting chart OLE background to transparent...
        
        for better UI experience and better back-compatibility to other OpenOffice
        derivates
        
        (cherry picked from commit 5fa621198a981ea994d9903298e8a1d884ee686b)
        
        Unname unused arguments to prevent compiler warnings.
        
        (cherry picked from commit c3c4df7647d8d4ab1425bb3c7f38932c4adcbe74)
        
        Change-Id: I1b4579aca701a4d637d21d7963b87f637458d0a5
        01855cc3d4ec3c321109f924f6de4cdfbec4cd5d
        18757f64ae84a415dc781929db4b76f571172ab1
        de9879c2e1c249c0d957e4e46723b167ae1a8e90

2013-06-06  Tor Lillqvist  <tml@iki.fi>  [db77d9700e1301c7cb47a76721639dd4c7829f31]

        WaE: unused variable 'pFilt'
        
        Change-Id: I58bacc42d9b596ffef62237d0554fb0a3bff50a1

2013-06-06  Luboš Luňák  <l.lunak@suse.cz>  [c4f58395bd1f36a3ff4e2dd514907c74c86112b5]

        simplify WM_COMMAND
        
        it's not necessary to prepend /bin/sh to WM_COMMAND, soffice itself
        already is executable
        
        Change-Id: Iece77f901f233c8c675f524c8c88510d0cfc1c52

2013-06-06  Andras Timar  <atimar@suse.com>  [80330c72ec3880ac56d88167a071ff244403f134]

        fix .po file path in Gallery makefile
        
        ... which made localization actually work. I hope I did not
        oversimplify a general scheme.
        
        Change-Id: I942844fad6f869ad91b4cffff4134f06dd0beeee

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [4c1c2b2620aa639f8b8e781da9340786b9d16fb2]

        Updated core Project: help  da1f6d1195f1bd42bd4abbea49416bede5f6b069

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [82ed0efee489b91037a41fc72b898582ea3e5ec4]

        convert concordence entry dialog to .ui format
        
        Change-Id: I52f88e6be67c4473ccf1b999ac7cb346b1c4f9ee

2013-06-06  Stephan Bergmann  <sbergman@redhat.com>  [a4c3dc55951dd54882be9eac2c8f6057fa184f07]

        Fix previous fix
        
        Change-Id: I2d7ea38b743d78327fd19886019c1106bc1316d6

2013-06-06  Stephan Bergmann  <sbergman@redhat.com>  [fb835e0e8a99caeb7dbb79bf6d935c97d291114c]

        -Werror=sign-compare
        
        (ListBox::GetSelectEntryPos returns sal_uInt16)
        
        Change-Id: Ia6e4bf4354523f5112ee3ade1d3da6db0f9ab2c4

2013-06-06  Javier Fernandez  <jfernandez@igalia.com>  [b6a91e6d30e2a15880638d570d4c7d1e6c4a1853]

        Prevent out-of-range values coming from ListBox GetSelectEntryPos.
        
        Change-Id: Ia787c412408ef53db3c8458f54c7843c669c81ad
        Reviewed-on: https://gerrit.libreoffice.org/4174
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Tested-by: Lionel Elie Mamane <lionel@mamane.lu>

2013-06-06  Miklos Vajna  <vmiklos@suse.cz>  [248a63f5d0d09b6e8388192a0fe7332a624e8829]

        bnc#382137 DocxAttributeOutput: don't store address of local variable
        
        AttributeOutputBase::TextField() passes the address of its local
        variable to WriteExpand(), and DocxAttributeOutput::WriteField_Impl()
        stored this. When it was to be used, the variable already went out of
        scope, resulting in a crash. Given that SwField is an abstract base
        class, the easiest way is to just copy the field and manually delete it
        when it's no longer needed.
        
        Change-Id: I9d1fe2485277f1ac21a576d7ff0d05003f0ac8a1

2013-06-06  Noel Power  <noel.power@suse.com>  [7ef1a64bdb8f9afaeb93e7a88219650381e0d323]

        another attempt at followon patch for fdo#38385 attempt to detect rtl
        
        First attempt confused things ( and was error prone ) by introducing
        maStart and maEnd BorderLine members to BorderLine model. Better to
        just leave maLeft & maRight and attempt to swap if RTL.
        Of course tbh this is somewhat of an optimistic attempt to swap start and end borders
        if needed. I am not at all sure though that I am dectecting the RTL-ness
        of a cell in the correct way. There are some comments in the code in any case
        that reflect my uncertainty ( hopefully they will be of use if/when some tweak
        is needed )
        
        Change-Id: Ie953d73067630f0041fa037c6120cdbda683e796

2013-06-06  Noel Power  <noel.power@suse.com>  [e8321a374366cf348b6e3731bccf4a716b5ae390]

        Revert "follow patch for fdo#38385 attempt to detect rtl"
        
        This reverts commit d2cccde341af33b72378f3e7b0e8dd9ff1cd5e65.

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [516ed22b3f51982df7dbfa875ce8056e167da091]

        Remove remnants of help agent
        
        it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b
        but gobs of code (and UI) still existed to collect the help id
        and give it to the missing help agent with various UI visible
        options and buttons to control the help agent which isn't
        there
        
        Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291

2013-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [35a65baefe99181685aea8e630d27c5e2a7c6bc4]

        Slowly, but surely going on compiling for mingw64
        
        Change-Id: I590aa6a854a040281bf73d5be768c05d4906a984

2013-06-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [47cc957c36eceb4ae035006137223b5afb652696]

        Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)
        
        Change-Id: Ie936ffa0ca8e97893251ef99784a257815526957
        Reviewed-on: https://gerrit.libreoffice.org/4170
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-06  Michael Stahl  <mstahl@redhat.com>  [61ab0ca621898afa817c92c4d13229fa943dfba8]

        fdo#64283: SwMailMergeDlg: add back missing initialize
        
        (regression from b248624126c271c88381d3dad6e04fc954f65779)
        
        Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d

2013-06-06  Isamu Mogi  <saturday6c@gmail.com>  [6d2e3bdac27ade56031d930c85e906c0d35877bc]

        fdo#41226 Add error handling of recursed GetCaseCorrectPathNameEx()
        
        GetCaseCorrectPathNameEx() with bCheckExistence = true doesn't support windows
        share path but occasionally it doesn't return failure and returns broken result.
        For example, when we call with "\\USER-PC\Users\foo" then it converts the path
        to "\Users\foo". And when "\Users\foo" exists, it returns "\Users\foo". It is
        caused by missing error handling of searching for file "\\USER-PC". Also similar
        bug possibly occurs even for local file path. This commit fixes these bugs.
        
        Change-Id: Idf1dd1282510d8a6810ed239a83051bb0f8e2f87
        Reviewed-on: https://gerrit.libreoffice.org/4151
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-06  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [53070b048afcc7eaf1dbe79eecadb4045e65c342]

        fdo#60924 autoinstall - gbuild/scp2: add base module
        
        Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b
        Reviewed-on: https://gerrit.libreoffice.org/4153
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [7d257ffb1365aec5a2fa798bee832400b9d41ad3]

        misleading comment, beamer section, not removed helpagent section
        
        Change-Id: I1e4eb58809e471e9138895e7bb2e940a0299c1e9

2013-06-06  Ariel Constenla-Haile  <arielch@apache.org>  [9f97b3e270736284e2b189508b808711ebe46b26]

        Fix breaker when compiled with DEBUG=yes
        
        (cherry picked from commit 07c6343beaea37e8e6254e0f988e19f1eccf38ce)
        
        Conflicts:
        	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
        
        Change-Id: I75278282efc80f3e9c31c413842392030beeb265

2013-06-06  Miklos Vajna  <vmiklos@suse.cz>  [eee32536181e415cde25ab0b9702bd8eb7db3d7b]

        bnc#382137 SwFrm::CheckPageDescs: notify clients about deleted SwPageFrm
        
        The problem is the following: SwLayAction::InternalAction() saves
        pPage->GetPrev() as pTmp, then SwFrm::CheckPageDescs(pPage) is called,
        which deletes pPage->GetPrev(). SwLayAction has no idea that pTmp got
        deleted, and later passes it to unlockPositionOfObjects(), which
        obviously assumes a valid pointer.
        
        To be on the safe side, just provide a possibility to let the caller
        know its pointer has been deleted.
        
        Change-Id: Ibb4d83266b1f4b6146a12dce0d4701f1056deecd

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [a8b499c938208653cfadbc749201121c520ddb64]

        use autowrap rather than a manual wrap for long string
        
        really need to get that height for width working
        
        Change-Id: I1c8b0675c671464e49c0780b0d02fd4377cd18d1

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [023d31bca34c844be54b30a8c13176a8b0792857]

        Updated core Project: help  76322cb521790cf7a592aafa3e378449037d1b30

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [3b6d097a51e4cb5151cbff5cb147af422c5e9dc0]

        Updated core Project: help  5082b0ad7ca566bde06de2f976f350a97c1cd6c0

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [bd20fe844d2e4cc3822cb9428a20c1ac7e468540]

        set mnemonic widgets
        
        Change-Id: Ia72029d54f2ddb111d1651809d7c63e68f010517

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [5b2f1615b8af296114f514b73e4dfeb4b188679d]

        drop unused help ids
        
        Change-Id: I7e0e9a09c6b9d36c0b9d02ab11f7bad051c01b9a

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [a188916c8a0dba987dd26837ede4d5f6042e72bc]

        HIG set 6 pixel spacing between rows
        
        Change-Id: I6933ffd0e095fa23108b86675714f0bf7510a101

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [bdecd8d71eb0b858b6000b05deb71aa7a7e44675]

        Updated core Project: help  122381b674ee2c4bb65659945a454dfb912621a2

2013-06-06  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [dc676d9d7a2aa92758e97208d4c6e641d2798664]

        Convert Compatibility tab page to .ui
        
        Change-Id: I97e5ecfb800443e41b2d9a88731cc530600a7b1c

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [b5d93a58a7f4e23432f18da0946bac04027c23a8]

        valgrind: uninit variable
        
        Change-Id: I5640291d9e221c9cffd7daec9d46a313fddfaf4e

2013-06-06  Caolán McNamara  <caolanm@redhat.com>  [fa671cecd4bb2f38a0a9171cfdbb56efddda1cfa]

        add some checks against NULL derefs
        
        Change-Id: I85fbf279991ee361ea081d92d9acc84d36677af1

2013-06-06  Jian Fang Zhang  <zhangjf@apache.org>  [56ab9c1289ee284fe0f48e46101cbf55e24db1e2]

        Resolves: #i119547# support the chart legend positon of top&&left...
        
        just set the Anchor to Alignment_TOP_RIGHT
        
        Found by: Shan Zhu
        Patch by: zhaoshzh
        Review by: zhangjf
        
        (cherry picked from commit 8de6941efffd22214da577ff637b2522e46c7fa5)
        
        Conflicts:
        	oox/inc/oox/drawingml/chart/converterbase.hxx
        	oox/source/drawingml/chart/titleconverter.cxx
        
        Change-Id: Iad1fe1af8f93e6904759c10a9c9206fd1f1aebbb

2013-06-06  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [de72699615bd2d12257d1a295e541ed5117fe28c]

        Convert Changes tab page to .ui
        
        Change-Id: I9d1ff420730ec9ec17e1b33f6b7180b9b89a33c4

2013-06-06  Michael Stahl  <mstahl@redhat.com>  [e6af366e1941e6166efd6ec2ba3b288ea51cbb34]

        Revert "configure: add evil hack to disable doxygen on a certain tinderbox"
        
        This reverts commit ea9b4a69469cbd8bdbbd972638612632adf31d66.

2013-06-06  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [a638554c02871005e3741ea71ecd59b5fd340809]

        Convert sd view page to .ui
        
        Change-Id: If199b877b762780e4c18b15025454f0dc7912dcd

2013-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [057891e7a2721cdd204e1eef4051b2021d2c5c6b]

        Some more movement to mingw64 port
        
        Change-Id: I6af3cb1ac205dae20feb5a35481071bc4232680b

2013-06-06  Michael Stahl  <mstahl@redhat.com>  [52e0ff83639809b8f2e92a9899ed5ed795f3d780]

        stop this decadent waste of precious newlines
        
        Change-Id: I803d7d56ba7350fd0f5b2c4efa392d55a0fd4542

2013-06-06  Michael Stahl  <mstahl@redhat.com>  [3ddf70dc1129e9b2294b582256c657305bbf3b3e]

        xmlhelp: fix reading symlinked .tree files
        
        Apparently the .tree files nowadays are symlinked, which was not the
        case on the libreoffice-4-0 branch... and on viewing the Contents tab
        it's evident we can't actually read symlinked .tree files, and crash
        with an STL assert because the children vector is empty.
        
        Change-Id: I5a543ef85b827e194120530a486cf19a76837d87

2013-06-06  Zhe Wang  <wangzcdl@apache.org>  [e9ac56d4d96d26de9d63d512ba1bd650939bbf60]

        Resolves: #i120768# slide content merged Master viewer content
        
        * subversion/main/sd/source/filter/eppt/epptso.cxx
        
        []should drop the redundant presentation placeholder textbox when import to ppt
        
        Patch by: Ma Bingbing <jiazema@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by: Yan Ji <yanji.yj@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>
        
        (cherry picked from commit 691aff9ca443dbd8ad907b32b96c031dd9ffa829)
        
        Change-Id: I1a1de0152feaacb449f2e2bad444d1bff9e7c4cb

2013-06-06  Mark Wielaard  <mark@klomp.org>  [9645818f6817652568fe14c83c2dc46a9e5c3489]

        Fix memory leak in Exif::processExif. Delete aExifData when done.
        
        Change-Id: I1e63727fb8d587401c72775a14e7e3572b04fff5
        Reviewed-on: https://gerrit.libreoffice.org/4171
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-06  Adam Co  <rattles2013@gmail.com>  [408d060dff4737d5468e7ff04035f1674a923198]

        fdo#64350: fix for DOCX export of border space
        
        Change-Id: Ibd333aa4f85ed04c531187eb89b879196dca2bd8
        Reviewed-on: https://gerrit.libreoffice.org/4167
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-06-06  Miklos Vajna  <vmiklos@suse.cz>  [f06cc552a0699f7c2c34db981e77d4c8efe5e9e7]

        wwSectionManager: fix import of page borders
        
        Regression from 1e113cb7604e1509e7d598a9be329f1f7b6e9322. According to
        the spec (see 2.9.181), the first bit disables border of "all but first"
        pages, the second bit disables the border of first pages.
        
        Change-Id: Ie49c9b7b76d34c2a93350481965790976f49d7df

2013-06-06  Julien Nabet  <serval2412@yahoo.fr>  [11c00f1fdd63a4c9a011f1f2d0ca66945013f39b]

        Fix -Werror,-Wunused-private-field
        
        Change-Id: Idcba9e9bc6210250a37950a2b927b9b74cc57c4f

2013-06-06  Tor Lillqvist  <tml@iki.fi>  [3e6853ae3e093b919ff3732e8fac05cb0a0fba51]

        WaE: unused variable
        
        Change-Id: I9252b78cc5ba3bdd2589b19f12a9e4dfb13bed2f

2013-06-06  Tor Lillqvist  <tml@iki.fi>  [60c8198fd98ebbcabcfd316203886d3e0b7317c7]

        WaE: comparison of integers of different signs
        
        Change-Id: I603e636b1a93107dfa65a2759ee510c49e03347e

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [89d47f818a9628aacfd921a199e3830032018293]

        Ignore warnings in Clang headers
        
        (as occur at least in trunk Clang builds)
        
        Change-Id: I7e74200ae1042133fa04477e39e46fd2f01cc1b0

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [3d963884cbb07f4674db2285c6ca6ac2ca1bad73]

        Adapt UPDATE_FILES=<module> to headers being moved to include/
        
        Change-Id: I6af5236358a51a51514d646c809147db56b2464b

2013-06-05  Tor Lillqvist  <tml@iki.fi>  [f2e5461f5615650745f6a846be461d97f6caf2b5]

        CGColorCreateGenericRGB is not available on iOS
        
        Change-Id: Id7c6077ea0e45d848be099d48ef4d7207e65a06f

2013-06-05  Zheng Fan  <zhengfan@apache.org>  [b78adb500a21161e122603c25047a82db3997dfc]

        Resolves: #i121897# change the hints clearing method from RstAttr...
        
        to clearSwpHhints
        
        (cherry picked from commit fb3ddd41bc9dd2fbdd856c13bdec61906d01fd02)
        
        Change-Id: Ie712130d01311b84d4f7c61aa7bba960ef608d46

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [baf8f02b009e62f44959be26ee33daeb032fae0d]

        mismatched new[]/delete
        
        Change-Id: I0bfa3c090c436c0397ead80f2759ab7335f3aa0f

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [765a030767e2ca8cd4b6159587ccd232127b896b]

        sidebar conversion tutorial: Cleanup - remove .src and .hrc (if possible).
        
        When the .src/.hrc is not used by anything else, remove it from the makefile
        and from repository.  Otherwise remove at least the relevant parts that were
        converted to .ui.
        
        Change-Id: I2d28220416f90b87553023ec3c6aa015993f24fb

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [b3de4693ed6880f5a488dae6483959713ad1601c]

        sidebar conversion tutorial: Cleanup - remove calls of SetOutputSizePixel().
        
        Change-Id: I942c52488e038dd3b91296596dd2ea7b75c54eb2

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [07b0ad4fa63e2a5606587370da4b60e6b1ddfa39]

        sidebar conversion tutorial: Create entry points for custom widgets.
        
        For custom widgets, you need an external function named 'makeXYZ' where XYZ is
        name of the type you want to construct.  It exists for many already, but for
        those that don't yet, you need to create that.
        
        Change-Id: I3ad65886897fa73764af2372ceffeca1a57f3165

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [4774976d82be529c6057a5d3451933b2fc6e19cc]

        sidebar conversion tutorial: Address the toolbar items via commands.
        
        Remove the uses of constants (defined in .hrc, used in .src), and instead use
        toolbox's methods GetItemCommand() to map the ItemId to the command, or
        GetItemId() to map the command to ItemId.
        
        Change-Id: I1ff380e306c1f7b007a6e9d70dc5571e9a78d5eb

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [3f68a8c05a5d8bcafe1355aecaeeba8346f7a1d9]

        sidebar conversion tutorial: Make use of the .ui.
        
        The .ui-based panels have to have PanelLayout as the base class instead of the
        generic Control.  We need to associate the id's from the .ui with the widgets
        using the get() method.
        
        Also we need to remove the call of FreeResource().
        
        Change-Id: I61323b6a3dc622b4d594310edfd83c8d76f51d8f

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [5e6ebfc35f4eab64a2ef2455771769314618e019]

        sidebar conversion tutorial: Remove explicit assignment of images.
        
        This is taken care of by using the correct .uno: commands in the "action_name"
        part of the .ui.
        
        Change-Id: I7710816b72990c4c535da0491e75edad5bbf30b3

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [e9cfaf1d29c66157b3bdc4bd4278cd3b5c90a29c]

        sidebar conversion tutorial: Introduce action commands in the .ui and .cxx.
        
        We will address the toolbox buttons in the .ui via the string constants.
        
        Change-Id: I86dc101276de0d5487de3feb772381b76880dd23

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [d14933447c6e9a94a341d5385ada59ec322748bd]

        sidebar conversion tutorial: Change boost::scoped_ptr's to normal pointers.
        
        Change-Id: Ibcea80bcd75f3bec8367251c557ee859afd8dfbb

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [d17d8da64b2a9589d3194a370e3e39c647aa28a2]

        sidebar conversion tutorial: Get rid of ToolBox backgound(s).
        
        In the header files, they are Windows, with Background in the name; in the
        .cxx, they are created using CreateToolBoxBackground() function.
        
        Change-Id: If24db0c4a59b702f31481a4018c8c19383d01216

2013-06-05  Prashant Pandey  <prashant3.yishu@gmail.com>  [9e8869d8c9659ead95bd1c90e9e75d7726bdc96c]

        sidebar conversion tutorial: Create .ui in glade.
        
        This one is for the Alignment property sidebar.
        
        Change-Id: I41161052c07e98d089eabe8f2e2f82bddad41902

2013-06-05  Jan Holesovsky  <kendy@suse.cz>  [4c597ce679c786bd927e9abf158047cb4d7bc46f]

        widget layout: Introduce a way to specify MetricBox in .ui.
        
        Uses the same trick as MetricField - you set the units in the 'id' of
        GtkComboBox in form like id="something:0mm", or id="something:0 degrees" (for
        custom units).
        
        Change-Id: I572c653b97e75dcf47f934415139e1bfb06dc89b

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [287bc2bb767eeb7c942282d36564ba42ea2723b4]

        Drop unused XInitialization from implementation
        
        ...now that it has been dropped from the service declaration with
        75a87d9bc25c9c74810591bbfa560b0f7184e940 "fdo#46808, Convert
        xml::crypto::XMLEncryptionTemplate to new style"---appears to be nonsense that
        had been in there "since the beginning."
        
        Change-Id: I75826b7eb0a4d5538204394a8f0e9c9e9f1393da

2013-06-05  Armin Le Grand  <alg@apache.org>  [efce445d0eb5709b86499e8f79f933d918cb3dd6]

        Resolves: #i55394# solve mirror problem for CustomShapes
        
        Patch by: Regina
        Review by: alg
        
        (cherry picked from commit 79fe1227e77fa66cbfd9c4d1ca106b596966bd18)
        
        Conflicts:
        	svx/source/svdraw/svdoashp.cxx
        
        Change-Id: I0e8c15b3dd3b6b930dffa862c349270c27966704

2013-06-05  Sun Ying  <sunying@apache.org>  [f3d27c66e14745632f83ca4d1b80473e70b85c96]

        Resolves: #i120967# table's virtual box becomes too small...
        
        when saved as .ppt file
        
        Reported by: Liu Ping Tan
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        
        (cherry picked from commit 36453dd6be67717b2a2385449f10141fcc3fac35)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: I66ec5b8569c538e3571fa08670d053130939dc02

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [496a2c2e46ca2afdb6a81a2b60b7b1bd89b21d1d]

        Drop unused XInitialization from implementation
        
        ...now that it has been dropped from the service declaration with
        6a12e13870f15df93d2627f1538f7c64ca46e9e5 "fdo#46808, Convert
        XMLSignatureTemplate service to new style"---appears to be nonsense that had
        been in there "since the beginning."
        
        Change-Id: I4e4d3649f1aa0dacebdc8bdcee0348cee294ab89

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [3d4609d944b6bba3a135233054a0c396b29d7679]

        Some String -> OUString
        
        ...to get rid of having to additionally link some libs against tl from
        27c6434fccfec5fb4184c1efa2057595c8716fad "fdo#46808, Replace usage of
        SpecialConfigManager" again.
        
        Change-Id: Ica161a4f0da320858b6a3901a5a6907737c779f4

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [c570e6d5b2c41374daf30ed90cb6de527dfc801b]

        Some clean up
        
        Change-Id: Ia954b2c7f9cabb4b8a1e5ccf59b06e25af6a1ce1

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [0e89a49f67f58e0942ed4aea393ac37e22d9e12d]

        Related: rhbz#968892 discard impossible languages for oriya script fallback
        
        Change-Id: I2fa1a127fbd2f905a89f0c30898ad56099fa8df1

2013-06-05  Michael Stahl  <mstahl@redhat.com>  [830cc95abb7911f5f6f0ba8c71ef46f3ca8ef383]

        sax: FastSaxSerializer: add well-formedness assertions
        
        In an --enable-dbgutil build, assert on the following XML
        well-formedness violations:
        
        * Element Type Match (-> start/end tag mismatch)
        * Unique Att Spec (-> duplicate attributes)
        
        Change-Id: I1d5c405b4316ba941be1db7df6cacf00b5837261

2013-06-05  Michael Stahl  <mstahl@redhat.com>  [96ee9884b78dce54223e83943a7c5c832ae78759]

        sax: SaxWriter: add well-formedness assertions
        
        In an --enable-dbgutil build, assert on the following XML
        well-formedness violations:
        
        * Element Type Match (-> start/end tag mismatch)
        * Unique Att Spec (-> duplicate attributes)
        
        Change-Id: I1e32a9fd096463a418a197fcdb3174df79f7a785

2013-06-05  Michael Stahl  <mstahl@redhat.com>  [350534aba8f82d57782ec22fa4f6b776509beb2d]

        sc: XLSX export: remove mpAttributes crack:
        
        When there are attributes, XclExpXmlStartElementRecord::SaveXml() would
        not call startElement() but instead write the XML element all by itself,
        which means there will be an endElement() for which no previous
        startElement() was called, which makes checking that these match hard.
        
        Since this silly mpAttributes over-engineering is only used in one place
        anyway, give that a separate subclass and use startElement().
        
        There is still an issue with various WriteAttribute methods; if those
        are used it's probably not possible to check that for well-formedness.
        
        Change-Id: Id842f000a6fecd77211836705545d58031ebd0f8

2013-06-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [be8855ebe4e5b978971d77df3d40e051d09597a7]

        Some more win64 "fixes"
        
        Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9

2013-06-05  Armin Le Grand  <alg@apache.org>  [5eab53585c4ec52fe82f9b45273ca2f35a1fc1ca]

        Resolves: #i120885# Added missing properties for table border...
        
        to property set to process them
        
        Initial Patch by: Ma BingBing
        Review by: alg
        
        (cherry picked from commit 6616a636dda8db85c1bed3b3ccf1881f6e2d3acf)
        
        Conflicts:
        	sd/source/core/stlsheet.cxx
        
        Change-Id: Ife4dc2e2224d478e0d726f7b2e0d337a6de43262

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [33a4d7624fd30454306e659d24665fa251fc9eff]

        Fixes for new-style service com.sun.star.sheet.GlobalSheetSettings
        
        ...changed from old-style with a39c96af53ec3364de70012ebfa7c09c4a55a7c3
        "fdo#46808, Convert sheet::GlobalSheetSettings service to new style."  The
        XPropertySet can be treated as an implementation detail (but kept in the
        implementation for backwards compatibility).  Also, this should arguably be a
        singleton rather than a service, like some related services (e.g.,
        com.sun.star.sheet.RecentFunctions), too.
        
        Change-Id: Ibfe3254188aff91a08b39cbc295fb610ae0dfa5f

2013-06-05  Luboš Luňák  <l.lunak@suse.cz>  [6b8393474974d2af7a2cb3c47b3d5c081b550bdb]

        fix gcc inline assembler operands usage
        
        Apparently whoever did these didn't get the gcc docs and specified
        every operand only as input, and then added volatile, explicit
        initialization and what not until it worked. Specify output operands
        correctly instead.
        I couldn't verify all assembler variants, as I don't know them,
        but the ones I don't know had at least some proper usage of output
        operands, so I'll assume those are all correct.
        
        Change-Id: I2910308b5e00cce8db756496df50ed26cfe35bb6

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [8d48e779d330755000c0d896bbb95290af453ba6]

        Use background back->Use background cache
        
        Change-Id: Id8f2378b881544383e243383a7151f1fe624c029

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [63692072851f9e4e84d248c4345d99d6a6f50a5d]

        Updated core Project: help  9673672d0430d12aec5162f69ebf25e2c84c6e89

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [d691f4c9ed8de07dd902a98dbe5683de830b023c]

        various fixes to impress/draw general opt page
        
        restore original mnemonics
        
        get range of adjustments right
        
        fix height and metric spellings, cosmetic, but it'll bug me
        
        Change-Id: I94a7980d5513f8bfe29bc702bcf902037e1961b6

2013-06-05  Noel Grandin  <noel@peralex.com>  [d11e59088fc747a338572bdd62c738e364c0332a]

        fix superclass-constructor call.
        
        Was introduced in commit
           a4196fc3cf1e20e32cda9477a33ff56515f0c24e
           "fdo#46808, Convert XMultiServiceFactory in xmlsecurity module"
        
        Change-Id: Ie06a3c89e3a8b4cf43e68afd575a0e86b48d6bc2

2013-06-05  Noel Grandin  <noel@peralex.com>  [75a87d9bc25c9c74810591bbfa560b0f7184e940]

        fdo#46808, Convert xml::crypto::XMLEncryptionTemplate to new style
        
        Change-Id: I45bcb3f0f4b9998105d361dbf6a98d8f5310da52

2013-06-05  Noel Grandin  <noel@peralex.com>  [6a12e13870f15df93d2627f1538f7c64ca46e9e5]

        fdo#46808, Convert XMLSignatureTemplate service to new style
        
        Change-Id: I80530f84ad5a86eccc794f9ddd14f939d093a20d

2013-06-05  Noel Grandin  <noel@peralex.com>  [73e686725e734c2bb576aefa2bb514d7b5f9a13c]

        fdo#46808, Convert some more XMultiServiceFactory
        
        Change-Id: Ib96976e0a40c025d1b6408aeadfc70d7885c11d4

2013-06-05  Noel Grandin  <noel@peralex.com>  [4bd502a583912c63c4d35c1d5a2e7195e70cdbb9]

        fix field name, was mxMSF, but should have been named mxContext
        
        Change-Id: I4661cd84346791ddd6167ccc63335ad63255472f

2013-06-05  Noel Grandin  <noel@peralex.com>  [a4196fc3cf1e20e32cda9477a33ff56515f0c24e]

        fdo#46808, Convert XMultiServiceFactory in xmlsecurity module
        
        Change-Id: Ia134170d07f33c2649b2a2620f40bc7b45ec7e16

2013-06-05  Noel Grandin  <noel@peralex.com>  [27c6434fccfec5fb4184c1efa2057595c8716fad]

        fdo#46808, Replace usage of SpecialConfigManager
        
        with usage of the underlying SvtPathOptions. The service is just
        a thing wrapper that serves no real purpose.
        
        Change-Id: Id762edf71ba0f699ef091261905c88c2d93e1c12

2013-06-05  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [b83edcf00d4ccd0c734731ed66d167286bf89d6b]

        fdo#56412 Movement of embedded objects is opposite to the change direction
        
        not a perfect solution but best we can get without large rework.
        
        Change-Id: I4a8c6eb611dd88cb29999b10b80a914c66a11c1c

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [ed0646e52f971550e0df157297384d35c47926eb]

        Fixes for new-style com.sun.star.chart2.FormattedString service
        
        ...changed from old-style with 5d1ad167294878789e644452f23ef883af93fe87
        "fdo#46808 Convert chart2::FormattedString service to new style."  The
        CharacterProperties* services dropped there are property-only old-style
        services, so only serve documentation purposes anyway.  Ideally, the new-style
        service would offer interface attributes for the relevant properties (and likely
        not implement XPropertySet at all), but so be it for now...
        
        Change-Id: I0dd0373cfd372f2320204eb953acce9a2b9e86d2

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [65df76208a8ad5d7b6de22b7bcae14148271dc54]

        Related: fdo#65407 set a default size related to font size rather than pixels
        
        Change-Id: I97ff54de97ca1e02aff2a94dc01f2e4991600cd5

2013-06-05  Tor Lillqvist  <tml@iki.fi>  [04d9febcefc2bb18281828a4383f9b77f2bbd3ed]

        Add sw/source/core/text/guess.cxx
        
        A reminder: Listing some source files in this Xcode project does *not*
        mean that Xcode would have any deeper knowledge about them. So Xcode
        (and other IDE) fans, don't get overly excited, this is *not* a start
        of making an Xcode project for all of LibreOffice or anything like
        that. I just add arbitrary source files to this project when I happen
        to want to set a breakpoint, and can't conveniently do it by going up
        the call stack until something in that particular file.
        
        Change-Id: Iac77dff17f56ec3f2826fd887cc065160b65936e

2013-06-05  Tor Lillqvist  <tml@iki.fi>  [684c875ebecf561bc6726e31a1db9dbbd5fb7850]

        Initialise more fields, especially mfFakeDPIScale
        
        Now the iOS app displays the test document successfully again.
        
        Change-Id: I71aeacc50e51a28ba1e8b67c7da42da0c848f997

2013-06-05  Michael Meeks  <michael.meeks@suse.com>  [05e2d2bf036e690f139d480d28929845ecfe136b]

        fdo#64962 - ignore exceptions from checking with the update service.
        
        Change-Id: If627b303f8710b915dcbdcb899454631f607e217

2013-06-05  Caolán McNamara  <caolanm@redhat.com>  [3cd7da2249fbf87fa35e6803013a2d51278f70c2]

        Resolves: fdo#65407 fix broken ellipse generation
        
        regression since 0e137027fcf294b33a9c7376b17a6c4e33758c52
        
        Change-Id: I88fbb37ae7f62d6aed37d82fba12ab213866a06c

2013-06-05  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [6a80a5ae710a7f9357534ad890dffe5391af709b]

        Convert impress and draw general option to .ui
        
        Change-Id: I8be55720bb8086892b41abde95ece4d13f8da7d1

2013-06-05  Zhe Wang  <wangzcdl@apache.org>  [07dde82648d9420d9610dc7debda3058fca65084]

        Resolves: #i120345# Textbox's position in template file...
        
        (only title) is displayed incorrectly
        
        * subversion/main/sd/source/core/sdpage.cxx
        
        []Should check the subtitle in master page firstly, and set it to layout if exist
        
        Patch by: Ma Bingbing <jiazema@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by: Ma Bingbing <jiazema@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>
        
        (cherry picked from commit d07b6ad5bf1ef21ad39b688a6953bd4d7ef57884)
        
        Change-Id: Id1843a0e856a1bf98378868c68b1f9216ce71d1b

2013-06-05  David Tardon  <dtardon@redhat.com>  [8465cb8e98b9293090e116a8ddef99e0004902a4]

        there are no _inc packages anymore
        
        Change-Id: Ib4142ce331abc2fd5bb1f2ecec7cb8100ce7c78d

2013-06-05  David Tardon  <dtardon@redhat.com>  [edc20ac89b753e6fdfbeae5cb0cbc0976a10e7f4]

        fix copypasta
        
        Change-Id: I1c99ad469ff951d04689d782323e77f0f1618179

2013-06-05  Ariel Constenla-Haile  <arielch@apache.org>  [a1b7295260b0293ebf7d89bd84806b5b52aa07a4]

        Specify an icon for ".uno:ExtendedHelp"
        
        (cherry picked from commit 52a0a12e677e96ae0df70a710c3e10f00c8abf4b)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        
        Change-Id: If5da2911b3ca94b93e09917f74640ff5ac9f75f3

2013-06-05  Jian Fang Zhang  <zhangjf@apache.org>  [6e426582ec76be20c08d71ad7399b1bd008dfc75]

        Resolves: #i113606# in SwDoc dtor release the cyclic reference...
        
        between XFormModel and bindings/submissions
        
        Patch by: zhangjf
        Review by: zhangjf
        
        (cherry picked from commit adc0946638e8817d5e57b0003b414249ac481df0)
        
        Conflicts:
        	sw/inc/doc.hxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/docxforms.cxx
        
        Change-Id: I3124daea8925b1efd8e151f3064582786d461718

2013-06-05  Andras Timar  <atimar@suse.com>  [64672827c078a7fb679d7062da032ee910c265b1]

        Update LICENSE document
        
        removed OOo Blogger extension
        removed LightProof extension
        typo fix: Portoguise -> Portuguese (fdo#65040)
        added libmwaw
        added libodfgen
        added pt_BR, ru, hu, en sentence checkers
        added Icelandic spellchecker
        
        Change-Id: I550623fa588c1f7a99007e6c9dbd3295d867e1e9

2013-06-05  Jian Hong Cheng  <chengjh@apache.org>  [6319803762d051c4aa645692cde7245a1bbcf7ee]

        Resolves: #i120759# Bookmark value changed when opening the doc file
        
        * sw/source/core/fields/chpfld.cxx
        MS Word Binary compatibility
        
        Patch by: Fan Zheng,<zheng.easyfan@gmail.com>
        Found by: dongjun zong,<zongdj001@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        
        (cherry picked from commit 6b6ccbcac76eb416b4ece896714d20280761598b)
        
        Change-Id: I42461863f7e880f7b9387ca08ce66fb3dad938a0

2013-06-05  Jianyuan Li  <lijiany@apache.org>  [a05c0cfa40001aa1f4247a4e9f1fcefad7e7cf88]

        Resolves: #i119521# Layout is corrupted on opening PPT
        
        Reported by: Du Jing
        Patch by: Jianyuan Li
        Review by: sunying
        
        (cherry picked from commit 1231c27a8f1db5df57071d30e2105e25baf77730)
        
        Change-Id: Iaa02a98e0fe06a242d56a120ab5acb149ebb6045

2013-06-05  Mark Wielaard  <mark@klomp.org>  [4450d6bbd10fbf57f18912095f58c4a79b20bcb7]

        Fix memory leak in SalGtkFilePicker::SalGtkFilePicker.
        
        The result of gtk_widget_create_pango_layout should be unrefed when done.
        
        Change-Id: I46c220a933a2dac42ec21e9e2904938bc4649dbd
        Reviewed-on: https://gerrit.libreoffice.org/4157
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-06-05  Miklos Vajna  <vmiklos@suse.cz>  [a9e0ec2b87a99c93b77a210a916b4df44ece454a]

        bnc#820509 testcase
        
        Change-Id: Iee9909e9c42014ab10ceaa2f8f8e554c25e89157

2013-06-05  Miklos Vajna  <vmiklos@suse.cz>  [58197c3692df0d0fccb5bc7abddaf6d9667565f6]

        bnc#820509 DOCX import: handle M.d.yyyy date format in w:sdt
        
        Change-Id: Iae233c24a9580ffc8ea4680276161a543171f63c

2013-06-05  Miklos Vajna  <vmiklos@suse.cz>  [3d6a7cf3eb7aa966601cbc019d1ad5fafdddd21f]

        bnc#820509 DOCX import: try harder to disable form design mode
        
        Previously this only worked if we had indexes in the document as well,
        but actually these are independent.
        
        Change-Id: I28afa60d2606230c901948d4c1da8f5a7c50a9f7

2013-06-05  Ariel Constenla-Haile  <arielch@apache.org>  [6d51f9f948c5bf877ec8a53e3716f00fe5e81a23]

        Resolves: #i121180# Fix SpinningProgressControlModel description
        
        IDL description by Bernard Marcelly
        
        (cherry picked from commit 56da9fdf911795afcddaf3f30bbdcf8396a8e373)
        
        Conflicts:
        	offapi/com/sun/star/awt/SpinningProgressControlModel.idl
        
        Change-Id: I893615fc6432432971311aa20eb9180f32ec747e

2013-06-05  Ariel Constenla-Haile  <arielch@apache.org>  [62cffb489cf7926fc6843e9ac05939b298394ad7]

        Related: #i121181# Deprecated Throbber API
        
        (cherry picked from commit 1a172ca66feac0e1a745ce9a4839f0c8336e14bd)
        
        Conflicts:
        	offapi/com/sun/star/awt/UnoControlThrobber.idl
        	offapi/com/sun/star/awt/UnoControlThrobberModel.idl
        	offapi/com/sun/star/awt/XThrobber.idl
        
        Change-Id: If63545328b79ec8ccd89c695f17b44b992a2dcdd

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [2c2dc8ebb7a3961f6f33d64a328f33dd3c9a40c6]

        Use api.libreoffice.org fallback links when no local doxygen/javadoc docu
        
        Change-Id: I2b108da334f63d79a16af0e3ba956240a5aff80c

2013-06-05  Stephan Bergmann  <sbergman@redhat.com>  [06c73497580c32f77f2848a6f57feb037516695e]

        Some HTML clean up
        
        Change-Id: I5f1b5d5e5fc59bc1496a292a5f002d87584732a4

2013-06-05  Mark Wielaard  <mark@klomp.org>  [32345f9963dd2900da174d9c7dec6a070fce8f9c]

        Fix memory leak in SalGtkFilePicker::execute.
        
        The result of g_filename_from_uri should be explicitly freed when done.
        
        Change-Id: I194a562482531aa51cf31ed1f7dbc0ee59054d8b
        Reviewed-on: https://gerrit.libreoffice.org/4158
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-05  Mark Wielaard  <mark@klomp.org>  [26c4f64a7f7f72e40a3ff1e76eb95a538d1c56db]

        Fix memory leak in SalGtkPicker::uritounicode.
        
        The gchars array returned by g_filename_from_uri will be copied into
        the OUString sEncoded and should be freed.
        
        Change-Id: Ib610cce5848607826632c0f5e32020708dac7645
        Reviewed-on: https://gerrit.libreoffice.org/4156
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-05  Mark Wielaard  <mark@klomp.org>  [2aacba2b2a43079c5000b6564b0d192cd208893c]

        Initialize SfxObjectShell bIsInGenerateThumbnail to sal_False.
        
        paintfrm.cxx SwFlyFrm::Paint tries to optimize thumbnail generation
        by checking IsInGenerateAndStoreThumbnail(). But bIsInGenerateThumbnail
        is only set if SfxObjectShell::GenerateAndStoreThumbnail has already been
        called. Before that the value returned by IsInGenerateAndStoreThumbnail()
        would be random/uninitialized.
        
        Change-Id: I8bf44cd5664b2ba34e95127a922dcbdbb85ddccb
        Reviewed-on: https://gerrit.libreoffice.org/4155
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-05  Mark Wielaard  <mark@klomp.org>  [f4e7b7758b99aaec99aa333dbd31580286e422d9]

        FileDialogHelper_Impl::addFilters. Don't leak matcher.
        
        commit 178fc3 removed the creation of filter matcher and explicitly
        set mbDeleteMatcher to sal_False. commit 551f85 reintroduced the
        matchers, but forgot the remove the explicit setting of mbDeleteMatcher.
        Causing mpMatcher to never get deleted even if a new SfxFilterMatcher
        was created.
        
        Change-Id: I59f085e1c3ce088f9215be60fb7161364bad0cbe
        Reviewed-on: https://gerrit.libreoffice.org/4154
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-06-05  siqi  <me@siqi.fr>  [628065f90a15f8663426de2c2de11bd3fa96d0cd]

        iPad talks to server! Need to implement receiver and manager now

2013-06-05  Lionel Elie Mamane  <lionel@mamane.lu>  [5d81b207e8c4dd96c34836d29bc82275f0a1c2c8]

        fdo#64447 when changing setup mode, trigger changed DatasourceType event
        
        Change-Id: I961118331f534de103b83766a2c21a6bec479241

2013-06-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9b4ea9fdfc0c780bead46fde74a71078e542c493]

        Uploading libvisio-0.0.28 fixing fdo#64797 regression
        
        Change-Id: Ia35a92dae0a3102bf549df1733c7e202c7ed665e

2013-06-05  Sun Ying  <sunying@apache.org>  [5f554bcec10287659e34b64ddf88813144214e17]

        Resolves: #i119860# fix bent connector's type lost when save .ppt file
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        (cherry picked from commit 8037c7164c747ea240b563af39a11f4f6bf037ef)
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: Iee39fc5c95f354a6fe68cd93b69f40e01d9fa9f8

2013-06-05  Miklos Vajna  <vmiklos@suse.cz>  [3d08f8153a3e7dc6e37aa8b26876ac227c75b1df]

        sw: drop redundant page-background test from ooxmlimport
        
        Commit 515701a1ff18d04ede235bef862c465adf41062f copy&pasted the test to
        the ooxmlexport suite, which tests the import already.
        
        Change-Id: I5f60b7c8f8b80189f66ac562f2c338344d91394f

2013-06-05  Noel Grandin  <noel@peralex.com>  [95c0d568fdcd0da939c891d861bb470b28079170]

        use uno::Reference#clear() method...
        
        ...instead of assigning an empty value. Reduces code noise.
        
        Change-Id: Ic95b081a41fb740a738c92b3407a9514ccb8b06e

2013-06-05  Noel Grandin  <noel@peralex.com>  [a1afcae81ca3c4b6bb240263b3259090d48c7715]

        fdo#46808, Convert XMultiServiceFactory in ucb module
        
        Change-Id: I4e1cfe22ba6043521dd1237f90ade66f80b29253

2013-06-05  Noel Grandin  <noel@peralex.com>  [546fa9f365ef1b19abe6739d2f42389f82576437]

        fdo#46808, Convert XMultiServiceFactory in svl module
        
        Change-Id: Ia51d748af3b29a6021e6f5307a60d87f17917f24

2013-06-05  Noel Grandin  <noel@peralex.com>  [8c799984cc5b76c20baccffea818e07c440c2330]

        fdo#46808, Convert the rest of XMultiServiceFactory in framework module
        
        Change-Id: Ife3caf00ab37a8c344f0ab90e40337b3b5bc1571

2013-06-05  Noel Grandin  <noel@peralex.com>  [c23be036a6b71324302aa8acd3858ea725c2ada6]

        fdo#46808, Convert some XMultiservice in framework module
        
        Change-Id: Id4dd0bafd40cf96271527c9c970c4ab31527644c

2013-06-05  Noel Grandin  <noel@peralex.com>  [c0654ce02272499236f7b43920e288c5fff34d4f]

        fdo#46808, Convert XMultiServiceFactory in filter module
        
        Change-Id: I9dcddba4f5a8a7adeddc31b5df014b0174b9745d

2013-06-05  Noel Grandin  <noel@peralex.com>  [cee55a2c5463134c3a394bf6eda22998bc6cb2c9]

        fdo#46808, Convert a copy of ComponentContext to XComponentContext
        
        Looks like this extensions had a modified copy of
        comphelper::ComponentContext in it.
        
        Change-Id: I7e29aea4e6480a619f3148530fe6d784efe260e1

2013-06-05  Noel Grandin  <noel@peralex.com>  [dcbaf7c253031a8f7b568c57397c663edfa26e5b]

        remove unused componentcontext.hxx includes
        
        Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048

2013-06-05  Noel Grandin  <noel@peralex.com>  [9a49980efa3522eb89f66eb185c98009236ffa89]

        fdo#46808, Convert various comphelper::ComponentContext
        
        ..to regular XComponenContext
        
        Change-Id: I08f9092ae818db5c1e37880625b83607c860680b

2013-06-05  Raimundo Moura  <raimundo.smoura@gmail.com>  [ac40f246cd6991abaef2bf341a7d2d0d66885ccb]

        Updated core Project: dictionaries  98b40eee9d84dd95120c0b9ddf1a0d517c2122af
        
        Update pt-BR dictionary and grammar checker
        
        Version 3.1.11
        
        The pt-BR Lightproof grammar checker contains more rules than the english version.
        This breaks the translation scheme where pt_BR_pt_BR.properties is generated from the en_US equivalent. This annoyance will be fixed later.
        
        All CR/LF'ed files are corrected.
        
        Change-Id: I45a52713318dc3dc3ccdb1ac96972ff670272317
        Reviewed-on: https://gerrit.libreoffice.org/4146
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        

2013-06-05  Takeshi Abe  <tabe@fixedpoint.jp>  [14fa2983af505be39bd72259c41e8ae122830374]

        sal_Bool to bool
        
        Change-Id: I45bb595a40fe79a4b04096436819a6ec6200eedc

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [246d7e280ea8b7d1e27e14a6568d2a65cc8c9e7b]

        fdo#61923: sw: word completion: do not add trailing '.'
        
        SwAutoCompleteWord::InsertWord(): use the computed nWrdLen to cut off
        trailing periods.
        
        (regression from d602a3b280fcc1cf16660d8719cd8eb8797dd2ad)
        
        Change-Id: I9f4ace62f8d9e7d233e7e210f476856d7841d869

2013-06-04  Michael Meeks  <michael.meeks@suse.com>  [df5a73a9e3d44dd8a0af8c61552cdc14ca83bf2d]

        vcl: add a console-only mode to avoid problems on Mac for gengal.
        
        Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [34c1b7bdd0bca4753f66a7d17ef46647a64a319e]

        adjust para_numbullet icons for high-contrast themes
        
        Change-Id: I7bd91a345a2891b80b0997bccf3b7f42ff31c3da

2013-06-04  Andre Fischer  <af@apache.org>  [8d80d76b85ed76f3844a4a022d3184907009d79c]

        Related: #i122446# Removed unused icons
        
        (cherry picked from commit 98cb48c452fc49531b39af66e4db54211e8ffd9b)
        
        Conflicts:
        	icon-themes/galaxy/svx/res/symphony/DecreaseSpace_16x16.png
        	icon-themes/galaxy/svx/res/symphony/IncreaseSpace_16x16.png
        
        Change-Id: Ie159384031ee88b04d0a09bd0f6d95967845f253

2013-06-04  Andre Fischer  <af@apache.org>  [701afd6b82dc4b9caec4db42a2d06b8d04fc433a]

        Resolves: #i122446# Use different icons in Paragraph panel for...
        
        increasing or decreasing inter-paragraph spacing
        
        (cherry picked from commit 2dc77c47146c622ffbe37996c319000e55c2f697)
        
        Change-Id: I1f44c6a8a12853120016128975016572245c8981

2013-06-04  Armin Le Grand  <alg@apache.org>  [7906c680575374e9cfc68ca991985a63e21ff30d]

        Related: #i120994# Avoid same error for META_TEXTFILLCOLOR_ACTION...
        
        and META_TEXTLINECOLOR_ACTION
        
        (cherry picked from commit 839e9f69c68fd32a17fc90d31a68f0b2f0c2fff1)
        
        Change-Id: I259ffb9d4710aae2334fd27c1ee0bbab0679df76

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [64ae8beec66a36064a49c2e7c6f46073a645f64c]

        restore original mnemonics and drop empty slots/grids
        
        Change-Id: I836b24db36161e6d7c71722b6f9bb4b176e21990

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [6a4791cc96070d8c3af7f3e924247ae6b1aef3d3]

        Updated core Project: help  aa476ad6439d346464c127adfdd50f4d7f1d929e

2013-06-04  Thorsten Behrens  <tbehrens@suse.com>  [4dac6fe35573cfd59eb35e4323de1c16085d6a73]

        Add test for basebmp memory clobber.
        
        Cloned bitmap devices may share the same chunk of memory, thus
        risking overwriting our own data when we copy stuff around. Now
        caught from unit tests.
        
        Change-Id: I33b1a0b5d17550cbc6eced8bae01ae5ab9ebce9d

2013-06-04  Tsahi Glik  <tsahi.glik@cloudon.com>  [31b35ed6bb7fe77f3f276b00fefce112a620b6ac]

        Detect copyArea trying to operate on overlapping memory.
        
        Equality test also needs to check if disjunct BitmapDevice instances
        might not actually share the same memory buffer.
        
        Change-Id: I09a93cb092a0039353be211ed053e991e7fe66f0

2013-06-04  Michael Meeks  <michael.meeks@suse.com>  [c32c11fbd49e0194534be9d21c22da6799728be3]

        MPLv2 subset improvements.

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ea9b4a69469cbd8bdbbd972638612632adf31d66]

        configure: add evil hack to disable doxygen on a certain tinderbox
        
        Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [b5bd2d1d8d09a44af354584ff187d9e935ffd973]

        Related: rhbz#968892 discard impossible languages for glyph fallback
        
        Change-Id: I14f1bab09eb0be9c2c896a1dde45913b99aab6df

2013-06-04  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [b8400dbf46aeffd5991f71511ae27368d46a5c40]

        Convert Calc Print option page to .ui.
        
        Change-Id: Ida482cb280c3ec3ae05af053861f19c13f8a1d78

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [6b5455c2f9e9af292c13dc089ae406b4a6ed9fa5]

        python3: reduce MSVC copy/paste
        
        Change-Id: I225107d87e2fd084be536f524ae62fa0d60891f0

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [5b7ccf3406bc14c38346deca3d7d2d4adc1e048d]

        RepositoryExternal: remove another MSVC 2008 conditional
        
        Change-Id: Ieb469dc19a479a70da4ec84390bbee91fd3e87f2

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [64921c7064cf1248f6af5a088300283f37e098e4]

        gbuild: get rid of that horrible $(shell...)
        
        ... just check against the only still supported MSVC instead (2010).
        
        Change-Id: I898bddb9156c04fa1daaf78fca9d5b4ec8f430cf

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [3b4d361c21a1289b664cbcb9c15751d99ef6348d]

        Resolves: rhbz#968892 force render full grapheme with fallback font
        
        Change-Id: I5bb98c61d047e69d74666261b2c489d80f344502

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [4097ce73b66bce586bef0c0f41bc59559c52be0f]

        convert some more queryboxes to new style MessageBox
        
        Change-Id: I1775d1e169919a7bfb157faba5e18695568f7f78

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [19a2685ec04bd6ce882d4dd08d24c7248cf99a84]

        clip message box dialogs to some reasonable widths
        
        Change-Id: I7fc179865306ba5b593b090b1fdb8971ba6bd508

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a166e609822c1ef10d2cf92d75c288e875f480e6]

        Force 64-bit on 64-bit configurations
        
        Change-Id: I0064c7b05fa5c410b131d3b537ea62f2ecb26f0a

2013-06-04  Isamu Mogi  <saturday6c@gmail.com>  [2f912c2937ff47d0af753420fcb9a16584c4f56d]

        gbuild: Use gb_RCFLAGS
        
        gb_RCFLAGS is defined. But it wasn't used anywhere.
        
        Change-Id: Ib9c5ba85a7c72560a94829fde4eee8c73fad3c5a
        Reviewed-on: https://gerrit.libreoffice.org/4125
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-04  Noel Power  <noel.power@suse.com>  [25bb9d13b259dbfb73f1412506f0d051b3670089]

        fix for fdo#53042 fix ole object macro bindings ( for xlsm )
        
        A number of fixes needed here
        a) make sure convert properties of control model is done before inserting
        control model into formcontainer, need to do that to ensure that
        GenerateVBAEvents is set ( so the fake VBA event generation can be
        triggered )
        b) remove the IsAlieanExcel check in servuno.cxx ( it's too strict and
        additionally seems there is confusion over the media type to check )
        c) split the vba import so that we can ensure the VBA mode is set (if
        we have modules to import ) before sheets are imported and defer further
        processing ( actual assigning of the modules and associated objects )
        until later
        
        Change-Id: I8fdbe788b400d7e41d4cc4b51b15f692bd7b0ecc

2013-06-04  Noel Power  <noel.power@suse.com>  [78775f1ad9b3f394896179898db984e139d5b5cc]

        bnc#821795 eat stray backslashes, in ooxml num format they don't escape
        
        the '\' char in the number format isn't an escape character but rather an indicator
        that the next character should be displayed.
        
        Change-Id: Id2ae2fcfe5f195d2b85c2933c12d2d4443bb4dd8

2013-06-04  Isamu Mogi  <saturday6c@gmail.com>  [16ca5428349c37d2ecb05dd85ac0e81b7da61ccd]

        gbuild: Add -nologo option for rc.exe in VC2012
        
        rc.exe in Windows SDK version higher than 6.0A accepts -nologo.
        And according to configure.ac:3131 VC2012 can't use 7.x, 6.0A or older.
        So it's a safe bet.
        
        Change-Id: I833e96adad322bb0f5eed36c9a09ece88111b5f7
        Reviewed-on: https://gerrit.libreoffice.org/4127
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [35b0a4cd274c1567cf0b8067eb01f17b82ee9f35]

        Avoid crash on iOS: We need to get a valid context here
        
        Change-Id: Ib3fc01213fc6bc370a6c8b774a063f6f275ba6f2

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [15e31ae2c3aa1e22e3936743fc0b9a1977e24de2]

        Adapt to new CoreText code
        
        Change-Id: I6e2075894fc9b1bda7c002728d7853e8ed5910f7

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a96f593b415390f7f218e5772930d127a832eb43]

        Some more sal_IntPtr dance, but enough for today
        
        Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88

2013-06-04  David Tardon  <dtardon@redhat.com>  [424e936fc095c676a24c04acdd1eb1fbb6a27bed]

        fdo#65305 fix python on win
        
        Apparently the native modules (.pyd) are expected directly in lib, not
        in lib/lib-dynload like the .so's on linux.
        
        Change-Id: Ic3181f189d9db51cb57630c4c1ea8741bbf879ec

2013-06-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c73a65db14f8ee57e382a04b0d38a704c0308458]

        fdo#65014 Fix backwards/forwards search change of direction.
        
        Begin a search from the extremity of the selected region instead of from the
        cursor position. Previously when changing search direction the first
        "result" is the same  as has been previously found when searching forwards as
        the cursor is at the end of the selection, and the search region is from the
        end of the previous result to the begin of the document. Now the selected
        or previously found region is ignored. This only affects normal searches,
        and does not have any effect when multiple regions are selected.
        
        Change-Id: I65a5d94b898dd4b7467889b1932f42c9b6b523fe
        Reviewed-on: https://gerrit.libreoffice.org/4061
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [0e86210bc480de38919aacf709513f95fab26d35]

        fdo#64761: sw: avoid another ~SwIndexReg assert
        
        SwXText::convertToTextFrame(): This one is rather spurious since the
        local variables aren't used later anyway, so just park them  somewhere safe.
        
        Change-Id: I47d3092fbf22a228fa3f440602c0affa43fbb6d7

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dbd675df91406b0542743fd86d0a0c732aba694a]

        Some "cast from ... to ... loses precision fixes"
        
        Change-Id: Ib1d827bfa224e8708fd1e41b1ad213bcfef9a012

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [57d88588841855cc61b485ca1199e6484f6aa826]

        notsupported.html appears unused
        
        Change-Id: I4d49158c373b24add3b42043201695e2071f4c15

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [211544a5f26a2258c39c6c6b948512e395fafa03]

        Compiling but not working mingw_x86-64 bridges
        
        Change-Id: I5ea6edf367dd18e60a86d12c523b7732a8ac44d4

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [b9dc42fc41d4a5eebec553d629d089ba06053b13]

        Hopefully fix build on Linux
        
        Change-Id: Ia2e80b07138a552d04072f4b8d362bcc2be86edf

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [ac7d6300c6cf73da473273cfd4d1f6b6fb9eb6a1]

        Make the iOS vcl CoreText code build again
        
        Some refactoring was needed after the Coretext rework yesterday.
        
        It does crash at run-time, though.
        
        Also, remove the no longer used source files from our older CoreText
        attempt.
        
        Change-Id: I54d221ade846866d7a9457acd50219c74c68e8cf

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b50adb3f76db02add039d00ad9b597c6653eb2c4]

        Don't truncate pointers to 32-bit ints on win64
        
        Change-Id: I5305bf7c82cd3f9f4437de59b53024ef97a7fbc8

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5bf53717eca49920ff8f42998e4e80ec6be6e354]

        Some configury and non-working stubs to start to compiler for Win64 with MinGW
        
        Change-Id: I907c3ea083e8d7f9e48fc62dd6d5b783639438cb

2013-06-04  siqi  <me@siqi.fr>  [d1e62483e4fb11109b2465c5411d48211e3fb18b]

        minor fix for strong/weak

2013-06-04  siqi  <me@siqi.fr>  [88f13ea2173bd203cfa0f97f0bef890dcc3f6262]

        communication files

2013-06-04  siqi  <me@siqi.fr>  [85be4cc4cd33bbc0e9a0d9fe1c362000c972dbdd]

        communication files

2013-06-04  siqi  <me@siqi.fr>  [ee96b94dfb5f7957524f7b3e20eeed44de005b97]

        initial commit

2013-06-04  siqi  <me@siqi.fr>  [c40c00c1a3f33b1bda30342f2efa1b08626134d5]

        minor

2013-06-04  Siqi LIU  <me@siqi.fr>  [3b097454b5660c8b0bfba42aec0eee8d20115414]

        initial commit

2013-06-04  Siqi LIU  <me@siqi.fr>  [deac1594da2db18a7e393206e73329a5891269f6]

        initial commit

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [86c55c35ea87225ea5893858dfd5eb0005095484]

        Fix merge glitch (?)
        
        Change-Id: I4cc5d49f8df63c46e50f2bfd64de7bd257ff9d76

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [cf53e0ea70bc56e70332f5770f9cb88f68c0a65d]

        No idl check for --without-doxygen
        
        Change-Id: Id1a8629aac38ef3214d0f891ecc9f36d666552c3

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [497d894c65988d9d4447c86ee057e7e791a05e4b]

        WaE: unknown log area 'ucb' [loplugin]
        
        Change-Id: I05b35fc07e5b7e986532eb6210160c03bc7c6b50

2013-06-04  Miklos Vajna  <vmiklos@suse.cz>  [2ade07126971b79c92f729fae5709f2e2e2b495c]

        fdo#62044 RTF import: don't overwrite existing styles when pasting
        
        Change-Id: I80a83caebc8fa3f038cf2ff080c6c6ec8e93fb70

2013-06-04  Khaled Hosny  <khaledhosny@eglug.org>  [46c4e2463d517a7e4f74ee1759d837c799140fc7]

        Drop the trailing white space crack
        
        Whatever this is, all it seems to do it to cause jitter when editing
        text. The only place where this has any use is when editing RTL text
        since Core Text seems to always place the trailing space on the right.
        
        Change-Id: I35726775fb2a11761d264238fe702e58bbafd7fd

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [2684858c79877d81f8ec20b70abda43ca72f060d]

        fix build, bad merge
        
        Change-Id: I153b5ac4c2c75aca055ef49920cbccf3bd7720d4

2013-06-04  Andre Fischer  <af@apache.org>  [3b55196fb07c9101f0f0f51895a8083cbf5e78fc]

        Resolves: #i122433# The sidebar ControllerItem can now...
        
        give access to the extended help text for commands
        
        (cherry picked from commit 3f483a9219b9135f9f854d62b4ad0512d3752660)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/ControllerItem.hxx
        
        Change-Id: I22668e6f9c1c7aed174a43d7d3e04829dc6733ae
        
        Related: #i122433# fix build breaker
        
         invalid use of incomplete type 'struct Help'
        
        (cherry picked from commit 797e399967ffb1c28b8c32d328f5f57d79a8caf3)
        
        Change-Id: Ifde6fede9b91eb828c665a5a720b93171108e17b

2013-06-04  Andre Fischer  <af@apache.org>  [b269b4ee7c44ec33e63838412bdf4d2a0e1b4887]

        Resolves: #i122437# Fixed context notification for Draw documents
        
        (cherry picked from commit 88914c616747693083819ec44ea81c9d96fa5136)
        
        Change-Id: I6d5c7365cfe51ba7c6ce57f589264aac8b066742

2013-06-04  Ariel Constenla-Haile  <arielch@apache.org>  [8de6167e36506a5cba21f6a35d4f064e9c9ea368]

        Resolves: #i122273# - Avoid using tmpfile()
        
        (cherry picked from commit c4ef17d5e2844ca8d2459a3bfa1f91d99ac297f2)
        
        Conflicts:
        	ucb/source/ucp/ftp/ftpcfunc.cxx
        	ucb/source/ucp/ftp/ftpinpstr.cxx
        	ucb/source/ucp/ftp/ftpinpstr.hxx
        	ucb/source/ucp/ftp/ftpurl.cxx
        
        Change-Id: I267a9191f9b922380bef8653ac74543662ebf3ef

2013-06-04  Armin Le Grand  <alg@apache.org>  [39e21050fe9e47b0496b0f4cc9e85f6577f0f6ce]

        Resolves: #i120994# Corrected Line/FillColor OnOff state handling
        
        (cherry picked from commit 2d1c3f406b3390587bd800d05a07e8349b4582f5)
        
        Change-Id: I3ec3e83354c60c53263b8f823d6a0037dfc9130b

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [f9a606ecd39f59364e9b0a88d38775f07a31fb82]

        *api: tweak docs
        
        Change-Id: I20878a3977fe7b3ab7e733a7bc0d704fb5835009

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [a95520b501751af8977cc47a40d1897023fb2b78]

        odk: doxygen 1.8.4 does not have PREDICTABLE_URLS
        
        ... so adjust the links to the less predictable defaults for now.
        
        Change-Id: Ia39823fe048ceb878465ce4bfdb60a3276864ba3

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [7a5a19218707ab580d58a3fbadec1148368661f1]

        remove cosv, udm and autodoc
        
        implementing UNO IDL support in doxygen:  9 days of work
        converting IDL file comments to doxygen:  5 days of work
        removing 57k lines of unmaintained buggy
        autodoc, bespoke String and File classes: priceless
        
        Change-Id: I566edb4f91454baa35e07d901432a8dfd35b9c29

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [be49d3a25bc867c4f523cc6ff51ed2e8df9211d7]

        odk: fix odd Java example that creates URLs to IDL documentation
        
        ... and even does it wrongly by appending the fragment part too early.
        
        Change-Id: I05c790113cb219f422a9650db85c04943cde28a3

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [345afe7b72fd4f7db2fa7cc4d7d00b4d0a081705]

        odk: adapt hyperlinks to IDL docs
        
        Change-Id: I2b1874ff926c7510016919b9f11674a4746fa82c

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [84f31cd5bb5eb940eb05c94673c8b5ad889536ba]

        gbuild: UnoApi: revert documentation Package support
        
        This was a good idea in its time and age (2 weeks ago) but has been
        obsoleted by recent developments: sadly with the zoo of files
        generated by doxygen this kind of tracking makes no sense.
        
        Change-Id: I243de5cf6129ea3532067a39006d8e4259f15a95

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [9d93ed7cd1b36830f6d7aedd4e6f15667774de1d]

        API CHANGE: odk: stop packaging autodoc tool
        
        There is no need to package doxygen, users can just download that from
        upstream.
        
        Change-Id: I166b2f5b692d2335246e3484089ebe5d8edcae4a

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [e2fd9fbe6ec35cf8bd5cd3a5785de2a3c5577265]

        odk: stop packaging autodoc generated documentation
        
        Change-Id: I9d1e232f2fea779f111067b588bbb36411039de2

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [c05b9d3e2c5a4c88b67657c513255c2181658e4c]

        odk: use SHORT_NAMES on Windows
        
        Unfortnately the MSI stuff complains that lines in ddf files are too
        long, so we need to use SHORT_NAMES.  But use it only on Windows because
        the file names are mostly just numbers then and totally unpredictable;
        the documentation for the website must not be built on Windows.
        
        Change-Id: I5d7d917bf34c55424259cf04bb13cb8c26fe409b

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [4146cef50c1d56df0f18878732c01c0d968f6163]

        odk: package doxygen IDL docs
        
        Change-Id: I1613ce8cf9b8248bb5d5e546df7310154e11b830

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [baa69cccf38c848940061fb2d3fec5034ae31d6b]

        offapi: fix another mangled comment
        
        Change-Id: I76b531238d86c9f2ed444d230638ffb9a2d62618

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [bcfcd0eb564e7d5d706f47dab30b074fd6233d97]

        *api: fix up merge conflict damage
        
        Change-Id: I3a1281c756305f16d193210839ca6b826662698e

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [b24ef80b521ce1e40fcf80edba4a158d90e42866]

        *api: document all modules in modules.idl
        
        Change-Id: I1c0c89f515f06bd14b659836d777aa705a6f03d6

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [392706b5f743b2f989ba5a120bbb31c2296bf902]

        *api: fix loads of badly documented parameters
        
        Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ed993aafc928717ead4fae6b6dac8845771d8661]

        *api: doxygen complains about lonely "." being list marker
        
        Change-Id: Icaed7afe8f2463ffc16421642ff2e073fb4b7cc1

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ccc4a67c43d5eef31c95fce445dc55ec7ebad393]

        *api: fix bunch of lists that doxygen warns about
        
        Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [8a3543340fc8026121a7e4d681b3fce7c920bc1f]

        *api: fix a bunch of "illegal" and "empty" tags
        
        Apparently doxygen doesn't like XML-style empty elements.
        
        Change-Id: I0fe8105a196fa3cf5b980f0b6f18933adf8a1d53

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [48661084104b5d52f7421909131e153639e653f2]

        *api: fix unterminated tags
        
        Change-Id: Iff23e173e4726682c719c5de303fded0bc671bd3

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [44404b7a6c7bb3b95d03094abb745f29a5154959]

        *api: fix all unknown commands
        
        Change-Id: Ied26925485b2be649cabafff338e6d78c7bd17b3

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [f8b6558e8eed6fed845436140c4c38d2ddb6c536]

        *api: convert unsupported HTML entities
        
        Most of these are just cosmetic, and middot can be replaced by cdot.
        
        Change-Id: I39a45a2d5d0f10b5b0e793b6fa5e0c041c4669d5

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ddba7d155d07b9018a9f5bf051b6faa1bdac022b]

        *api: convert all unsupported html tags
        
        Only useful ones appear to be <tbody> and <thead> which doxygen doesn't
        support but we only use those in 3 places so who cares.
        
        Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [73d568408a150875b5c6046680f38e6db287c8fa]

        *api: convert <listing> and @example
        
        <listing> is called @code / @endcode in doxygen.
        @example requires a file name in doxygen.
        Also adapt various silly examples that use tools String in C++ or manual
        syntax highlighting in Java etc.
        
        Change-Id: I23cff1b688001f438526a6a1364cc5f754b504f7

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [b84bffc86a913383bb3fa7f9f3d963d32681f778]

        *api: convert remaining elements with "scope" attribute
        
        Apparently <module> is yet another imaginary thing autodoc doesn't know.
        
        Change-Id: I25382f8c2ae024d29ae20ab3b85740e9d6a9e9da

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [b7ba598ced9708da45372a6c3f8e1a17c306be8f]

        *api: clean up multi-line and mal-formed XML tags
        
        It is amazing what some people believe autodoc supports.
        
        Also, com::sun::star::uno::Any does not exist in IDL, that is part of
        the C++ language binding.
        
        Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ae7595a7553c61cab3cc9014bb12239e02fd8c6a]

        *api: convert more <method>
        
        sed -i "s,<method>\([^<]\+\)</method>,\1,g"
        
        Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [56d158c38cca6de82256e727b7f4c83f311d87b8]

        *api: convert more <method>
        
        sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g"
        
        Change-Id: Ie443efb5b283067bc5475810f6848061900d8401

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [928b8640c0d1a9c49249100efbdd70f8c1090b07]

        *api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
        
        sed -i 's,<\(TRUE\|FALSE\|VOID\|NULL\)/>,`\1`,g'
        
        Change-Id: Ia4df97ca809b00993530d67203bbe4ba7a072201

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [6e1d239ae04bbb1b639ae8d04c59d3375f867712]

        *api: convert <true/> <false/> <void/>
        
        sed -i 's,<\(true\|false\|void\)/>,`\U\1`,g'
        
        Change-Id: I87a6e81ff22b47ea979322d01c49350892d3945f

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [be7f280ea7034a1cb1195a3d27b51d1b9626b905]

        *api: convert <atom>
        
        sed -i 's,<atom>\([^<]\+\)</atom>,`\1`,g'
        
        Change-Id: I530fe998b0c422e83c4324807d42700126bc9883

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ce36de949df2351ee81ab05d32093372b65e9831]

        *api: convert more <method scope="foo">
        
        sed -i 's,<method scope="\([^"]*\)">\([^<]\+\)</method>,\1::\2,g'
        
        Change-Id: I09ee9ecae922e0b28730d1689b802e6041b3ceed

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [f3db7d1abb1d010a331b26793c3a3788eb8ba2cf]

        *api: convert <method scope="foo">
        
        sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g'
        
        Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [4718949d417dd5297073997546e04ecf300b0479]

        *api: convert <method>
        
        sed -i "s,<method>\([a-z][^<]\+\)</method>,\1,g"
        
        Change-Id: I9483d63cce4afd168d47a465b367aed3da45d64b

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [b235412d8f84e98dc457894228a357ab0c65f6d0]

        *api: convert <method>foo()</method>
        
        What is sad about this is that autodoc doesn't even support <method>.
        
        sed -i "s,<method>\([a-z][^<]\+[^)]\)</method>,\1(),g"
        
        Change-Id: I702ef71423ced1d5195f2e0535e73b1bb4d3f6f2

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [a93783c42d46d60a93e78348db942a571e34abd4]

        *api: convert <arg>
        
        ... which does not seem to do anything anyway.
        
        sed -i "s,<arg>\([^<]\+\)</arg>,\1,g"
        
        Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [d11a7b5eb1b127c4f60367ecaeb64868313002d6]

        *api: convert <const>
        
        This one is apparently often abused to link to a constant group, while
        it can only link to constants within a group.
        
        sed -i "s,<const>\([^<]\+\)</const>,\1,g"
        
        Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4]

        *api: convert <const scope="foo">
        
        sed -i 's,<const scope="\([^"]*\)">\([^<]\+\)</const>,\1::\2,g'
        
        Change-Id: I964acc2725e8a6680f5bd8412014e5660510749e

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [24b331efedc6fdf1082e92a2db444d80ae7fed81]

        *api: convert rest of <member scope="foo">
        
        sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g'
        
        Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [bb6503dd081ebb4d11929ab1946eea8d60dd817c]

        *api: convert remaining <member>
        
        sed -i "s,<member>\([^<]\+\)</member>,\1,g"
        
        Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [4bb43e1612ea3737fe53bb28ac830810b0a6a028]

        *api: replace <member>Foo</member>
        
        These member variables need a # prefix.
        
        sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g"
        
        Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [ea71a05840f53158f669182c6e93de9f8348bbe5]

        *api: convert <member scope="foo">bar</member>
        
        sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g'
        
        Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [3122600a5e11309b86e33061defd710cf0872975]

        *api: convert <member>Foo::bar</member>
        
        Doxygen would probably recognize these without () too but add them for
        consistency.
        
        sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g"
        
        Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [b352a8bf0321c13919c9882484a1c4d4d65cfd33]

        *api: convert <member>method</member> to method()
        
        Doxygen will only recognize a un-qualified method name as such if it is
        followed by "()".
        
        sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g"
        
        Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [9f12a9da8d91364d4d0865021adbe62bfa09148c]

        *api: convert <type scope="bar">Foo</type>
        
        This looks much better now.
        
        sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g'
        
        Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [944eb9902788d8afec9e3f0f65d3b680041e039b]

        *api: convert <type>Foo</type>
        
        Doxygen does not know type element and will recognize strings that
        contain capital letter (all API types do) automatically as type.
        This patch removes 15k doxygen warnings.
        
        git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1,"
        
        Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [cdbbbdce9956e290b4a849af332df55da1be8d36]

        include: convert <type> here too
        
        sed -i "s,<type>\([^<]\+\)</type>,\1,"
        
        Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [bf080115bac322b177ffcf1e15aff4de1d742b4c]

        include: convert type scope="foo"> here too
        
        sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g'
        
        Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [91dde49e9aef3991dbb159507cb03b73ba507818]

        odk: add DevGuide wiki links to doxygen documentation
        
        Unsurprisingly doxygen does not support reading a idl_chapter_refs.txt
        file like autodoc does.  And it looks like doxygen tag files can not
        be used to do this, as they link only in the "other" direction.
        
        But with a bit of hackery we can generate a "dummy" IDL input file, with
        emtpy definitions for those types that have DevGuide links.
        Doxygen will nicely combine documentation from multiple definitions of a
        type, and fortunately does only put in references to the first file that
        defines a type, so hopefully adding the generated file as the last input
        file is suffficient to make things work nicely.
        
        The generated file is committed to git because there is a bit of a
        problem with finding out what sort of entity a name like
        "com.sun.star.Foo" refers to, which needs to be in the doxygen input.
        
        Change-Id: I793bc59c8acfecf460e4addea7838c76a3ede77e

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [363a37b6e377f00e5b8c4f869d6e587394c36258]

        odk: remove output directory before invoking doxygen
        
        Change-Id: I04b8dbecbe62f8d72ca75f6508046294c3409a17

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [361642c0946fbe75cb1d4b477496a62d0469a19e]

        odk: generate IDL docs with doxygen
        
        Change-Id: Ibf7ab46bdd08a42ecf475500d35f92b67d4d8036

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [3d9c1b35accacfb797174d31467c1704c305f073]

        configure: require doxygen 1.8.4 for UNO IDL support
        
        Change-Id: I9a90bf06a70f6537f9671ef2cd47bf68c3cf5d57

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [8b43736ca7eba8a9bf0b2421e267a987e5fdf209]

        odk: generalize CustomTarget_doxygen a bit
        
        Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [eb8cbbea9117f26d2977d95f9aad488dc9cbb47e]

        odk: clean up CustomTarget_doxygen.mk
        
        - give right path to STRIP_FROM_PATH
        - prefix vars
        - depend on makefile
        - only call cygpath in rule
        
        Change-Id: Iceef191751b82a423be354db1f0a3ca4fc213e04

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d60d1300f56d008056ccc8739e67495ba31cad97]

        Win64 MinGW configuration
        
        Change-Id: I273b019409f36d0b4488458e152099493ce81147

2013-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [035c60436901385928b190e7abbc115229174348]

        Defuzz a patch
        
        Change-Id: I9c301f7d8b5295854e12585fa12df416ed5dbf02

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [dbb4a2511c20e54f3da32531848811ff1daf0040]

        XUnoControlDialog only made it into 4.2
        
        Change-Id: I121f0d3d646ce434ea1451a94a5c911005dc21f9

2013-06-04  Caolán McNamara  <caolanm@redhat.com>  [15fa9703856753cae2567017391869166b4e7747]

        Updated core Project: help  efa1b1723eae3e378fbd299677745be1364e53ce

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [5a1c2f108d4cf9b734a13a5b3f1ba0974456bbcf]

        Remove temporary links* files when done
        
        Change-Id: I0d62ae391b12cec9a057aef26344f3454d2faba4

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [547217ecf2348cf511b1f058ecbab6f15f2bceff]

        Document seemingly dead QuickDiagrammingImport, QuickDiagrammingLayout
        
        Change-Id: I9662671d8dbce87993ba67cf8e4fd993ad1eb27a

2013-06-04  Stephan Bergmann  <sbergman@redhat.com>  [9d0fcedaecc84c147f19c88bac1469b359eab16e]

        Remove odd, unused com.sun.star.comp.ooxpptx service name
        
        Change-Id: I746e1fa25137db786f82dda50bfa4b497e94cefd

2013-06-04  Tor Lillqvist  <tml@iki.fi>  [b905edf6d5db8981a3b204c57f854040d1c9b561]

        Add Emacs and vim mode lines
        
        Change-Id: I2ad35bfbaf40dd1a5b5c9f7f119268b8f30ca093

2013-06-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d9e86913fc03a5b7aa8b1c8cae63ee0cd61a781b]

        Expand shared formula tokens from Excel (which are basically range names).
        
        Also, use a better way to fetch a double array.
        
        Change-Id: I65a5bb9c972620f63e79a84b461245cc7fea1a51

2013-06-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8f3e3ce107bf644772ad6d30a4d2f1d325d17f76]

        Extract the group token conversion loop out into a separate class.
        
        Change-Id: I790db61d2a60cf4074fd2e3291ec42f0a4649b9e

2013-06-04  David Tardon  <dtardon@redhat.com>  [cd6fe27b7ff7210e4bf320f689dda41c0367d123]

        fix ambigous call to overloaded function
        
        Change-Id: Id9009faa5c9221a04130f87af4fa14e33fe0dc50

2013-06-04  Tim Richardson  <tim@tim-richardson.net>  [a6833704bcfe6b5b5b6eb020eb79aebf0dc6cd4f]

        use better values for OOXML border width, fdo#56960
        
        Change-Id: Id735c7ef89411581f7bc8d7f10b3edfe8aba0c72

2013-06-04  Michael Stahl  <mstahl@redhat.com>  [a396485f5b8bd5724f9897e1df466c5dcee0ffed]

        i#30979: sw: fix crash on Flys anchored in ToX
        
        When a fly is anchored at the first paragraph of a ToX, as happens in
        the WW8 bugdoc in i#30979, updating the ToX will remove the anchor
        node, and bad things happen, including ~SwIndexReg assert and also
        eventually a crash when editing the Frame and updating the ToX a few
        times.  Probably best to really remove all anchored flys here.
        
        Note that it's not enough to re-anchor to the empty node that is
        inserted here because that one will also be removed again.
        
        While we're at it the _DelBookmarks is superfluous because CorrAbs
        does exactly that 2 lines above.
        
        Change-Id: Id40ae1d88ad99813b93bea7470f5dc790edcc80c

2013-06-04  Khaled Hosny  <khaledhosny@eglug.org>  [a3e97576aa0a7d7c5d51a8ca2f9d220e7d342d87]

        Drop "CJK extra leading" crack
        
        It have been unused on Mac OS X since since 2008 (commit
        da4d070d9d2d563f6e1401496957b22b51c81ff9).
        
        Change-Id: I4b3eabe71a54021903009310a87319c9caecfd4c

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [5e33f1c09b5dcfaa9cabdf1711c9a173514a1c7b]

        Use Core Text font manager instead of deprecated ATS
        
        Change-Id: I660a895a227da3d28a0b410c56f2395961a5bc4f

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [06fe77331d1ad8eb2e5a158bb1cb083daaf1f910]

        Drop ENABLE_CORETEXT
        
        This file is Core Text only already.
        
        Change-Id: Ic4c1f44296eaae582091e515d3ca1b4aa227301e

2013-06-03  Tomaž Vajngerl  <quikee@gmail.com>  [4d2a7692ef7d5cf733cb818b67be300968aa5689]

        fdo#34423 Allow to rotate raw uncompressed bitmaps.
        
        When using a graphic filter like blur or sharpen, a raw uncompressed
        bitmap is created. Until now it was not possible to rotate such bitmap
        but now this is allowed.
        
        Change-Id: I716fa46e37680b1111131586fad20da28391de14

2013-06-03  Tomaž Vajngerl  <quikee@gmail.com>  [870dd818999ac62c6722c208527d5fbf28c5daee]

        fdo#60120 Modify DialControl to store 100th degree angle.
        
        DialControl internally stores the angle to a 100th of a degree
        percision, but when SetRotation is called, the value was always
        rounded to a 1 degree percision. This has now been modified to
        round only on DialControl mouse interaction.
        
        Additionally add add a parameter to SetLinkedField which states
        the number of decimal places the NumericField is set to. This change
        makes possible to set the NumericField to 100th of a Degree as the
        internal angle is represented in. Default value is 0, so no change is
        needed to existing DialControls.
        
        Change-Id: I1f0c20092cdfccbd0878d7eb620bfdad7825b0fb

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30f2fa988fa9ed52bd2db693e099ab2c7f4efdf5]

        move these two variables from member variables to normal variables
        
        Change-Id: Ie57cf12a3dc0984367c34dc4f52fd00036cf3d9d

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebd70ae1d84eed5e5311fcc018a122be2e8719d4]

        add test case for outline import from ODS
        
        Change-Id: I60f92dd13282281d77571e41707d68ae55722d9b

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d91b12383ecdceb4c2be7a5da11d84ac2146fddb]

        restore old code
        
        There is some strange handling for row 0 in the calc core code. Without
        a very deep inspection I can't decide whether the test or my change is
        the problem but for now we can live with the old behavior.
        
        Change-Id: I69615349f5b46856aba36dada235a49c84eb03af

2013-06-03  Julien Nabet  <serval2412@yahoo.fr>  [b532752e7b9407d4d3204d49b601a4725e2e1113]

        Fix variable value reassigned before old value used
        
        Change-Id: Ide65a35d1dd39cbce9230f951bcc229b0df7b634

2013-06-03  Julien Nabet  <serval2412@yahoo.fr>  [5c66da2c9233832296db6cafae223d81df37d5fe]

        Fix variable value reassigned before old value used
        
        Change-Id: Ied47c5268b4554b219028281916d884aebf816dd

2013-06-03  Julien Nabet  <serval2412@yahoo.fr>  [d7904330fd38af65b4448045909f42a3c0a994bb]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I1310ac912aa2031b15851339fd84d435308350a9

2013-06-03  Julien Nabet  <serval2412@yahoo.fr>  [417021ead14bf960a6f0a897cc4c1533f479210d]

        Fix variable value reassigned before old value used
        
        Change-Id: Iac028806fd306253fe0e4b407302ff66f853b49c

2013-06-03  Julien Nabet  <serval2412@yahoo.fr>  [2791ce4ee56120d7814dcb3b7c6d6925b9cd9abc]

        Variable only used once
        
        Change-Id: I01c6681da8a0ac83eaafdf86a04a187f13a05792

2013-06-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97afd6f9f68c91f0d41576e84f2bfcc176a25bd2]

        Adjust the unit test cases to the final implementation.
        
        We only support grouping of formula cells in the column direction, and
        skipping is not supported. Let's reflect the test cases for that.
        
        Change-Id: I0229b90b7d9a2eea29d6eb2ec2b91e63d760a352

2013-06-03  Miklos Vajna  <vmiklos@suse.cz>  [3c8d419f4ba4ea9fa4d00b5691900dae091fd3aa]

        SfxLibraryContainer::storeLibraries_Impl: make saving basic macros work again
        
        Regression from cbd1a89676f39135ed2e9c47d20475b2053289b9, that commit
        accidentally not only removed the #if 0 block, but also two other
        braces -- because of this, in case bStorage was false, nothing was
        saved. The effect of this was that if the user edited some macro in the
        basic IDE, then saved the macro, it was shown as saved, but in fact that
        didn't happen.
        
        Change-Id: I20f8358dddfb226976be72f95dcad64de88d83c3

2013-06-03  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [8b1f4587400c7f76b96f4932d09a657c6c618d6f]

        Remove Tango icon duplicates using symlinks
        
        Change-Id: I6a4c09cdf6d60b90236663a4b7f30456a8c32e86
        Reviewed-on: https://gerrit.libreoffice.org/4113
        Reviewed-by: Mathias M <matm@gmx.fr>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-03  Michael Stahl  <mstahl@redhat.com>  [460507f07177587a9bb6438a438de95c47abb3f0]

        SwDoc::AppendRedline: fix an obscure memory leak
        
        ... that also causes ~SwIndexReg assertion on closing the document.
        
        Change-Id: Icea617c893ddc08b817a5b16f68fa128a41531d4

2013-06-03  Michael Stahl  <mstahl@redhat.com>  [bb6ecd8b40313b7cc83d4e619029f4e001334a52]

        sw: fix ~SwIndexReg assert
        
        Not really a problem, since local aRegion's point is not used after its
        node is deleted.
        
        Change-Id: Ibeb885fb31f19b02e4c3c63e3b99d00ced756810

2013-06-03  Tor Lillqvist  <tml@iki.fi>  [32343a92ecefedd29b38bf7842672090fa0c7a88]

        Fix dbgutil build
        
        Change-Id: Ife8ca88c8f558955ee006be6294bd7b233e89916

2013-06-03  Tor Lillqvist  <tml@iki.fi>  [6c2d27b0a61d8851a1df7545aa391dfb4d0d77c8]

        Fix 64-bit build
        
        When compiling as 64-bit code, NSRect *is* CGRect.
        
        Change-Id: Ia14db1354251bd2a2f53fd9d02dc2816ccef2b17

2013-06-03  Stephan Bergmann  <sbergman@redhat.com>  [3505f0e46c2e0a743ab5de9adfbec3044a4573a6]

        Revert "fdo#46808, Convert oox::PowerPointExport service to new style"
        
        This reverts commit 02021163dbbcc8904da0b2138c8b53684dcc8ab4.  The filter
        appears to be split in two (com.sun.star.comp.oox.ppt.PowerPointImport
        implementation oox::ppt::PowerPointImport from include/oox/ppt/pptimport.hxx for
        im-/export, for export calling com.sun.star.comp.Impress.oox.PowerPointExport
        implementation PowerPointExport from sd/source/filter/eppt/epptooxml.hxx) for no
        good reason, so the com.sun.star.oox.PowerPointExport new-style service is
        supporting a hack that should rather be cleaned up.
        
        Conflicts:
        	offapi/UnoApi_offapi.mk
        
        Change-Id: I875192a68a8e3458dbfd74b4981a6a2e86ce44d7

2013-06-03  Michael Meeks  <michael.meeks@suse.com>  [8400e2294e1145427bd9eda7a36a76b0ae75e577]

        Clarify headers.
        
        Change-Id: I125e4cacd94cd33d24cf1266967eb92906600cc4

2013-06-03  Jan Holesovsky  <kendy@suse.cz>  [c4d28a032a6a98abad0f38dc94b9e156b7bb158b]

        sidebar: Increase the width request of fonts size listbox.
        
        Change-Id: I18135db75708cea9f887ce8ad4f9909fdbea543e

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [cb61e01a59081e9d67ef2c81e3f9c82ccca1d05e]

        Drop Core Text dynamic loading stuff
        
        Our Mac OS X baseline includes Core Text.
        
        Change-Id: Icd2f0062d172db1d4393b2dd1eac4d9f55a88495

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [ee9fd88741202a95b47886116815b04f643459d4]

        Get the new Core Text code to compile
        
        Change-Id: I592158bd60afcbe756c6f0e11aa69a44768a0985

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [ea8422d42e838e7ddfeb8d9f77f3ecedecb29ce8]

        Cherry-pick Core Text port from AOO
        
        Manually picked from:
        
        http://svn.apache.org/viewvc?view=revision&sortby=log&revision=1480384
        
        Author:         hdu
        Date:           Wed May 8 18:14:34 2013 UTC (3 weeks, 2 days ago)
        Changed paths:  55
        Log Message:    #i122195# add VCL support for 64bit OSX>=10.7
        
        Change-Id: Ia799d7fdeb257e9bfd311338dcfdf97caf9d191f

2013-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cacc516693b879c08bd3b1963eeed9c38928615f]

        And this one has the same potential to crash
        
        Change-Id: Icd2b2f2c11b7e86a10cae887b96f96a6fbe8a44e

2013-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50bbd1aefe0c78c254a18cc6e1dfeaf5c6858112]

        Fix ooo51302-1.ods: check for special index value of -1
        
        Change-Id: I3fbb700300d18a878cbf23c94e35bc69f864824b

2013-06-03  David Tardon  <dtardon@redhat.com>  [d9a888fcd2d667c6b2932cd7d1a4bd33ae4796f7]

        fix comment to agree with code
        
        Change-Id: I82cc02e6bc63f04655ba87039d008f2c25025a30

2013-06-03  David Tardon  <dtardon@redhat.com>  [f6eb9bd5d06e0dc13b4ff862e8138d7a6a8ccb44]

        add a doc comment
        
        Change-Id: If9d99c0b7ba54b0d8d53006cacf14e4b62fe2297

2013-06-03  David Tardon  <dtardon@redhat.com>  [9cd71f996e3625e8174c46bf85e336c1ee90df7f]

        copy values from the original item set
        
        ... because SfxAbstractDialog::GetOutputItemSet() only contains the
        items that have been _changed_ in the dialog.
        
        Change-Id: Iaf20bb42b65e420fe4e7aff979378eff7b5e5df2

2013-06-03  David Tardon  <dtardon@redhat.com>  [67e87f8b88a5a6a741717cc4a8e64f65f9c9cd52]

        fdo#62224 reconstruct border state for table dialog
        
        Change-Id: I68a4cd1974579119a2d6dccba008441a9bec78df

2013-06-03  Armin Le Grand  <alg@apache.org>  [a3b384ee41f352b5b99ea1265018f2d14405df65]

        #121437# Added patch from Regina which implements QuadraticBezier segemnts to CustomShapes
        
        Patch by: Regina
        Review by: ALG
        (cherry picked from commit 4faa46872cad4ed779b07803b7f616b32d800284)

2013-06-03  Khaled Hosny  <khaledhosny@eglug.org>  [cfd41ac7e7084e1eacfec9fa08a099510058791b]

        Fix typo after conversion to .ui
        
        The last item in the list was Justified not Right before the conversion.
        
        Change-Id: I6bf8446963df67d26bc8c210bdbdde73a1d3b6e1

2013-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [855d7bc6b19357788193cb57a013867866367ecd]

        Revert "#121437# Added patch from Regina which implements QuadraticBezier segemnts to CustomShapes"
        
        This reverts commit 76bbe5ff357406ac1e0f212373c9fd4132b0d178.

2013-06-03  Armin Le Grand  <alg@apache.org>  [76bbe5ff357406ac1e0f212373c9fd4132b0d178]

        #121437# Added patch from Regina which implements QuadraticBezier segemnts to CustomShapes
        
        Patch by: Regina
        Review by: ALG
        (cherry picked from commit 4faa46872cad4ed779b07803b7f616b32d800284)

2013-06-03  Isamu Mogi  <saturday6c@gmail.com>  [be4bf1016e66e74bc2ab8d031cae2ffb2a0777d8]

        gbuild: Fix indent
        
        Change-Id: I9dafd3dd75f00a8447b78d4765ec1087c84f61c2
        Reviewed-on: https://gerrit.libreoffice.org/4126
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-03  Mark Wielaard  <mark@klomp.org>  [addc791623288fae7832c78e0c2923937251d1f7]

        Fix icu version checks.
        
        commit 30c303 "Make charmap.cxx compile with icu >= 4.4." was incomplete
        and had wrong version checks. After ICU 4.8 (4.8.1.1) the next version
        of ICU was 49 (49.1) so U_ICU_VERSION_MAJOR_NUM contains two digets (49),
        earlier that it was just one digit (4). The correct header to include to
        do version checks is unicode/uversion.h. USCRIPT_MANDAEAN is the old
        alias of USCRIPT_MANDAIC (same numeric value). U_JG_FARSI_YEH is only
        available since ICU 4.4. Note that on older icu versions (4.2.1) the
        200B (ZWSP) Zero Width Space breakiterator testcase fails (others
        succeed).
        
        Change-Id: If73c1402239a28546077437e9382f0bd38642bad
        Reviewed-on: https://gerrit.libreoffice.org/4139
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-03  Noel Grandin  <noel@peralex.com>  [d47fb9474421e950b828a921565656babab9d9ba]

        fix for unused return value.
        
        This code was introduced by:
           commit d09dd8986436f17717443823ef18bd8552fdf408
           Author: Frank Schoenheit [fs] <frank.schoenheit@sun.com>
           Date:   Wed Sep 15 13:55:34 2010 +0200
           dba34a: export/import min-/max-/default-/value for date/time as
           XML-Schema conformant strings
        It looks like it intended to use determineDefaultServiceName(), but
        neglected to store the return value.
        
        Change-Id: I1607f39cf771b594389492785c7e72478d44843a
        Reviewed-on: https://gerrit.libreoffice.org/4140
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-06-03  Michael Meeks  <michael.meeks@suse.com>  [1e4422a4b4c443c286c90853f50b739a67ce5d1f]

        re-base on ALv2 code. Includes:
        
                Patches contributed by Mathias Bauer
                gnumake4 work variously
                http://svn.apache.org/viewvc?view=revision&revision=1394707
                http://svn.apache.org/viewvc?view=revision&revision=1394326
                http://svn.apache.org/viewvc?view=revision&revision=1397337
                http://svn.apache.org/viewvc?view=revision&revision=1397315
                http://svn.apache.org/viewvc?view=revision&revision=1396797
        
        	Patches contributed by Andre Fischer
        	Fixed getcsym.awk to handle #-comments that contain special regexp chars.
                http://svn.apache.org/viewvc?view=revision&revision=1230971
        	118778: Added ADDITIONAL_REPOSITORIES environment variable and its
        	automatic setup in configure.
                http://svn.apache.org/viewvc?view=revision&revision=1232004
        	118160: Added external CoinMP library.
                http://svn.apache.org/viewvc?view=revision&revision=1233909
        
        	Patches contributed by Herbert Duerr
        	#i119168# use generic LICENSE file for langpacks and sdks
                http://svn.apache.org/viewvc?view=revision&revision=1310178
        	macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars
                http://svn.apache.org/viewvc?view=revision&revision=1183367
        	allow gbuild with empty sysroot on linux
                http://svn.apache.org/viewvc?view=revision&revision=1179186
        
        	Patches contributed by Ingo Schmidt
        	native373: #164472# improvements for msi database
                http://svn.apache.org/viewvc?view=revision&revision=1167540
                http://svn.apache.org/viewvc?view=revision&revision=1167539
        
        	Patches contributed by Jurgen Schmidt
        	adapt setup package scripts to handle special DS_Store file for
        	developer snapshot builds
                http://svn.apache.org/viewvc?view=revision&revision=1232430
        	imported patch extensions_i117681.patch
        	http://svn.apache.org/viewvc?view=revision&revision=1172102
        
        	Patches contributed by Michael Stahl
        	gbuild: RepositoryFixes.mk should be optional
                http://svn.apache.org/viewvc?view=revision&revision=1166123
        	xslt filter: remove the FLA horror
        	wordml import filter: replace FLA usage with plain XSLT
        	http://svn.apache.org/viewvc?view=revision&revision=1363727
        
        	Patch contributed by Oliver-Rainer Wittmann
        	i#88652: applied patch, remove unicows deps
        	http://svn.apache.org/viewvc?view=revision&revision=1177585
        
            Remove lots of OS2 conditionals, re-extract Rhino Java, unwind
            cppunit pieces, cleanup Mac image bits, remove coin-mp and
            re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand
            MPLv2 subset checking.
        
        Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564

2013-06-03  Matthias Hofmann  <borim7@web.de>  [e89ab73fa01e825bd55908c9ba3697cb00cead16]

        remove ShapeList::getNextShape(SdrObject* pObj)
        
        The getNextShape(pObj) method is just used for iterating over the complete
        ShapeList. But the complexity for this operation is exponential.
        When using getNextShape() iterating over the list have linear complexity.
        In short: it is much faster.
        
        Change-Id: I3896af2247f348153d62f2bcdd207c5a75239689
        Reviewed-on: https://gerrit.libreoffice.org/4132
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-06-03  Stephan Bergmann  <sbergman@redhat.com>  [8ea041fee44aecc6efda14c1d17f4637d3b42f11]

        Use the right control variable for index access
        
        Change-Id: Ic0b9f7bc62cbce52c7f870ba77d5463fd759566f

2013-06-03  Stephan Bergmann  <sbergman@redhat.com>  [52a2f1d57d706a6ba45d307ed3f5409c8f0527ef]

        This looks like a typo
        
        ...from a11be8a87a749f56d5c5514bbd9ffd90b3f75392 "use size_t where possible and
        fix some more places."
        
        Change-Id: I27c6d3532dd3f672d7b06b60add32d44a20d9068

2013-06-03  Stephan Bergmann  <sbergman@redhat.com>  [9b5640777d4f373c8e25f600445936b8215f1be3]

        ScInterpreter::GetString can return reference to shared string instance
        
        ...ScInterpreter::aTempStr member.  Regression introduced with
        a11be8a87a749f56d5c5514bbd9ffd90b3f75392 "use size_t where possible and fix some
        more places" causing JunitTest_sc_unoapi's
        sc.ScDDELinkObj::com::sun::star::util::XRefreshable to fail.
        
        Change-Id: I50227b004e37f68c5040d4ace90a79300f711be8

2013-06-03  Andras Timar  <atimar@suse.com>  [89edebf672a5f031e60fe257536a5ca90c54aba8]

        Updated core Project: help  adf5bd4a4f01d914ca17e792e4817075d405e900

2013-06-03  Tor Lillqvist  <tml@iki.fi>  [f5cd4c2bddc694467892c7cdae513679cb1cac5a]

        WaE: unused parameter '_rxContext'
        
        Change-Id: I75c9d894f792dd7a4ac85acace586e163d57c077

2013-06-03  Michael Meeks  <michael.meeks@suse.com>  [2d5d1415161ef687cf0d4d6eccad0940e3016110]

        fdo#56583 - avoid setting user time on unrealized windows.
        
        Change-Id: Iab776088b1d168295d636069e1a92ba948241653

2013-06-03  Miklos Vajna  <vmiklos@suse.cz>  [89935d18826ada54abceb8148fad8731be2571f5]

        Introduce DocxExport::getBackground()
        
        Does the same as part of DocxExport::WriteMainText() and
        DocxExport::WriteSettings().
        
        Change-Id: I5597edc2c3a84bd2058ee8c4cfdc21241e471bd3

2013-06-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f5d6e7af69f6b8972bd97d1d8e2a6d9ec5a6294a]

        Fixing crash with dereferencing front() and back() of an empty vector
        
        Change-Id: If7204614aa7a650f4a2804fc63dd3301ece2281e

2013-06-03  Noel Grandin  <noel@peralex.com>  [d209e133191853f12557d879d1dcda7a0309dac6]

        fdo#46808, Convert comphelper::ComponentContext in forms module
        
        Change-Id: I8a9913d964633381f00c0a4885cc655805fa1974

2013-06-03  Noel Grandin  <noel@peralex.com>  [2838b8eb5ead00780ed9ed9410abee8b8d53a9a4]

        fdo#46808, Convert ComponentContext in connectivity,extension..
        
        ...modules.
        
        Change-Id: Ie61976dc12b514bb85ca42496c0d9173a1c56264

2013-06-03  Noel Grandin  <noel@peralex.com>  [28e3aff576f06b0b02c7232da5d723e865b3c7ed]

        fdo#46808, Use service constructor for ZipFileAccess
        
        Change-Id: I9c3f8e2df56953487329bdbbac251b3af8cd9917

2013-06-03  Noel Grandin  <noel@peralex.com>  [8d28110439a9d069a7d1041423deef3de4472dc6]

        fix broken service name "com.sun.star.rendering.VCLCanvas"
        
        The service is actually called "com.sun.star.rendering.Canvas.VCL"
        It looks like the code in SidebarPanel is a copy'n'paste from
        PresenterHelper, and it looks like the PresenterHelper code has been
        broken since 2008.
        
        Change-Id: I78a0fa3bf9333d6473a743cffdb1dc41a7a1266d

2013-06-03  Noel Grandin  <noel@peralex.com>  [2e152c2438818049b50dcc7b322089af4bcfc384]

        fdo#46808, Remove XMultiServiceFactory from NavigatorTree
        
        no point in storing global data
        
        Change-Id: Ic5ab867c2de7308c93b42b0d96074721e426b01d

2013-06-03  Noel Grandin  <noel@peralex.com>  [65edd1c8a87abf3cfeaaa6490795be0d06049bea]

        fdo#46808, Convert ComponentContext to XComponentContext
        
        Change-Id: Ie51549cb77cfc026be85c9d9bad9b9e7ef37334f

2013-06-03  Noel Grandin  <noel@peralex.com>  [e6c13f2846c684410e060701cbf1deb9bcaec890]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: Ice5ec3a056f7f2f5184523bda1c709ccac876736

2013-06-03  Noel Grandin  <noel@peralex.com>  [1f79707438d84ba639a2c601ae9d25c4647d37f6]

        fdo#46808, Convert office::Quickstart service to new style
        
        Service already existed, just needed an IDL file.
        
        Change-Id: Ief5563e53c7331b65dd429079180c4eed2f2c071

2013-06-03  Noel Grandin  <noel@peralex.com>  [d7fa9ca787ee0ec5d0b9f2989f547ff37791afc6]

        fdo#46808, Convert FrameLoaderFactory and ContentHandlerFactory to new style
        
        by creating a common service interface for them to implement
        
        Change-Id: Icec85c55ed0ac13a6c785fdad6b0cd9c11878ba5

2013-06-03  Noel Grandin  <noel@peralex.com>  [0f627e06c93e85de02a69a225b66be430bcbea36]

        fdo#46808, Convert form::TabOrderDialog service to new style
        
        The service already existed, it just needed an IDL file.
        
        Change-Id: I10219da7292db5e746a89028ddc4fabb069ac388

2013-06-03  Noel Grandin  <noel@peralex.com>  [30dd9b2ff564e90a415603694b07b6c43491787c]

        fdo#46808, Convert SfxFrameLoader service to new style
        
        Change-Id: I6cdef298d69fef388e79b241abbe3a9a03d61492

2013-06-03  Noel Grandin  <noel@peralex.com>  [a8a35e54f506ae22a0ac8f80aa824813260de000]

        fdo#46808, Convert frame::AppDispatchProvider to new style
        
        The service already existed, it just needed an IDL file.
        
        Change-Id: I9553c8e7c4922f2106bc13034e0cc35669b28b7e

2013-06-03  Adam Co  <rattles2013@gmail.com>  [515701a1ff18d04ede235bef862c465adf41062f]

        fdo#65257 : DOCX not exporting background color
        
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
        
        Conflicts:
        	sw/qa/extras/ooxmlexport/ooxmlexport.cxx
        
        Change-Id: Ida3f66d5adb063400494e1da589a463b4d7c2a86

2013-06-03  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [1fadebef054b811d8d6487d45d76dea1990e1268]

        fdo#57874: verify GetRedlinePos return value before usage
        
        Make sure return value of GetRedlinePos is checked each time
        before usage.
        Fix crash in Redline dialog.
        
        Change-Id: I5586d8ddc1a7905c524a522addc89969e704048d

2013-06-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8cc9383fe7dbb81c28da6c843638c04c803cc8ab]

        Replace invalid doxygen commands: thrown -> throws
        
        Change-Id: I9e9f513afe37ccf34f2d5762a27b4a728fd24f36
        Reviewed-on: https://gerrit.libreoffice.org/4136
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-06-03  Andras Timar  <atimar@suse.com>  [a074787abfa48642398d3516e57bbcb569a8571b]

        typo: Columns and row headers -> Column and row headers
        
        Change-Id: I24045e58421f72d6245b148e825e93fac47002ea

2013-06-03  Andras Timar  <atimar@suse.com>  [f84c1627328fdcede824b52d30681eef3b7ddaca]

        Updated core Project: help  5c702bf0306d4a922ab2a66ded71bdc8f68e6b5a

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb49b8d56a5004827304f56d09acbcbf17c64cbf]

        fix the test case
        
        Change-Id: I0d9babd043d5b9c4c198380b93e29ec3a42b3121

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7dfb72e69c629e5897ee515f8c42b7e45610ab8e]

        correct fix for fdo#62938
        
        Change-Id: Ib8e5cf92d733bafaef7f9e0bb8e3bf823075f489

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59519242dd11ac91720a9646197b803f5ed812b7]

        Revert "the print range may start in row 0, fdo#62938"
        
        This reverts commit 988d388007ddafaa8a59735df99cbce678a689a8.

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63ad78e0c0c5b8ba2897576ae7bbece22b5cd849]

        this was commited accidentally
        
        Change-Id: I2bdbf566d3443a98d3abf967512fc5b53bd25a78

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a719841d02fb93ddfc80956c5e6e417f551e8a9f]

        add test case for fdo#62938
        
        Change-Id: Ib15ff9d40b01dee2102ec6137d8b6394f7957ab8

2013-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1c70f2f046ab6c5bb808666b4f5466902b9fcf8]

        the print range can start in row 0, fdo#62938
        
        Change-Id: I8569e4e120a6fd2b626db0bdaadf5d9234d09a36

2013-06-03  Jian Fang Zhang  <zhangjf@apache.org>  [5f0c969f43538e8a92ed37c27fab228d97b1bebe]

        Related: #i119607#, text font spacing in comments doesn't expand/condense...
        
        by the expected value
        
        Found by: xiao ting xiao, tingxiaox@gmail.com
        Patch by: bjcheny, companycy@gmail.com
        Review by: zhangjf
        
        (cherry picked from commit 11fda1bd134b07c5bcaca6186d63107ec9f47b98)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.hxx
        
        Change-Id: Iecdaee97e49395df59719d724e1544e1802d947d

2013-06-03  Xisco Fauli  <anistenis@gmail.com>  [355329a3cdbd8e4f2b7c6032ba0538a9a2a13d86]

        Don't merge this file
        
        Change-Id: I5efca8bf4969252198e06ac3309064e8d69c0e55

2013-06-03  Zhe Wang  <wangzcdl@apache.org>  [f39f7ba614749d99362a2059919521eee6bdb6fc]

        Fix issue #i120723#: Table style is lost when import PPTX by AOO
        
        * subversion/main/oox/inc/oox/drawingml/table/tableproperties.hxx
        * subversion/main/oox/source/drawingml/table/tableproperties.cxx
        []if the imported table in pptx just have tableStyleId, should fill the tablestyle's content.
        
        Patch by: Ma Bingbing <jiazema@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by:Ma Bingbing <jiazema@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>(cherry picked from commit 74b1435a4d39eac71e36fb1c387b24af4b353fa0)
        
        Conflicts:
        	oox/inc/oox/drawingml/table/tableproperties.hxx
        	oox/source/drawingml/table/tableproperties.cxx
        
        Change-Id: I554169522a95343662781c3f169c6485c38a6800

2013-06-02  Julien Nabet  <serval2412@yahoo.fr>  [8c39c42c299b13f9516e4f76e1e654867dd824ef]

        C4702: unreachable code
        
        Change-Id: Ia5151a143583c597d30b9ba64733e610877ccab1

2013-06-02  Raimundo Moura  <raimundo.smoura@gmail.com>  [a10be65b0ca3826a14e53c8d4a88031951662cc5]

        Updated core Project: dictionaries  3bdd3696fa35b2e2f85961d4cd93fa787ef91ce9

2013-06-02  Julien Nabet  <serval2412@yahoo.fr>  [ac1cb18b82bbee3a2a54ce73480fdb3e2cbf4ab4]

        clang, -Wunused-private-field
        
        Change-Id: I8aa3d67c50a7b248cfdefb9a3152afd259b8ebbd

2013-06-02  Andras Timar  <atimar@suse.com>  [04f8ba1f471324a5be515738fdc68fa51dd8e222]

        Updated core Project: dictionaries  721ecacc70123ccb748e9b2c13b30dfcc671cb2f

2013-06-02  Andras Timar  <atimar@suse.com>  [5f6e42fc2a5e54d13f66b1af7dd596548c75bec0]

        Updated core Project: translations  388a988b3a02f0bbd68c91520503fca3b7f53d04

2013-06-02  Michael Stahl  <mstahl@redhat.com>  [1ff01d207d90685cb897f518c2a688b5ef33358e]

        jvmfwk: de-Pascalize do_msvcr71_magic
        
        The uninitialized Module variable causes the smoketest to fail when
        built with MSVC 2012 (assinging to it raises some weird exception).
        
        Change-Id: I77b3b591a94f4dfbb373938e3787f75e6a8e09c5

2013-06-02  Michael Stahl  <mstahl@redhat.com>  [23583553d1a9951eaa33dfb598606cdf55d3f01a]

        mysqlcppconn: MSVC 2010 finally has grown a stdint.h
        
        Change-Id: I5b8d948aad94ba492075245c18c8ed781baa469e

2013-06-02  Michael Stahl  <mstahl@redhat.com>  [58873656afdafd8a6c5b038e1a15e5c022f3558b]

        configure: fix warning about missing test parameter
        
        Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4

2013-06-02  Matthias Freund  <matti_lx@yahoo.de>  [deebdee7e15a58fdbf1de835e1d8ca253f307baa]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/uno
        
        Cleanups and translations.
        
        Change-Id: Ia5ef91c120354ed868a69c3dbfc9cebe0fd61bab
        Reviewed-on: https://gerrit.libreoffice.org/4129
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce32014556ad6bf92c13a13c41806e19b499bf5b]

        remove unused variable

2013-06-02  Luboš Luňák  <l.lunak@suse.cz>  [0df04e0331b11269c4ed34bdd89d2b52a4c08d43]

        fix plugin build with clang < 3.3
        
        Change-Id: If2eb7595ca7d25f6d491e332bb3060061d3b42a7

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [727e63452dc4de88d5dc62d5b1da6da0647564ba]

        fix Werror tinderbox problem

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [e66be44b69ee2a1b99bda32af93ea453c669b319]

        sidebar: Restrict the minimal width of the sidebar.
        
        Change-Id: I99051830c4393b420125332e787c3abdc5a6aa61

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [b441420e072a1f09098f89ed646e423c60e1895b]

        sidebar: Don't overlap widgets in the .ui based panels.
        
        Change-Id: I32c978188a38d54f2b05d40b5d47b9d5520f3cca

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [415b70061036e67e00786836856f7eeda8cea938]

        sidebar: Convert TextPropertyPanel to .ui + adapt code.
        
        Change-Id: I1e446ca520b10f0fba4f79d2e840d10835850f66

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [0e81c49f49a58efdd69f8072b8d3df235753a847]

        sidebar: Try harder to find the command's image.
        
        Change-Id: I14d2a3887c36937be44e151409a851f923262a62

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [7ccbfa7cc6d30d2b9c4e2ad4c26e8e4e92703c7f]

        sidebar: Support for dropdown toolbar items in .ui.
        
        Change-Id: I964f82321e26cc8c9a0b6ec9d9d3f28dc5fc935b

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [74221eb249f8c4aaf15c2e1f23651f3fde954767]

        sidebar: Allow creation of SidebarToolBoxes via .ui.
        
        Change-Id: If8789fd423a609a18514e5a798df5b5992dac34f

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [5414cab2219c46be6bd8e51feaf92a6fec41f318]

        linkoo: Link .ui files correctly.
        
        Change-Id: Ie8e1c1a39238a2bc97b96a1a9dfef34b27f019e7

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [6fe1ff54c667a4f669feee6954dd9b859fd442b2]

        sidebar: Allow creation of toolboxes using Widget layout / .ui.
        
        Change-Id: Idc07614005a00401a51007b1a0aef00e17507daa

2013-06-02  Jan Holesovsky  <kendy@suse.cz>  [4f14ed6d346a488976262e69fdbc2fd21881b659]

        sidebar: Introduce PanelLayout class.
        
        This allows sidebars to be defined using Widget layout / .ui files.
        
        Change-Id: I7d5daf2579d6359ba48d4df4be344bb75ce16273

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [916afbea4f20a72e7c3defee17676d8ec23841c1]

        another merge error

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [998326779db3ef3c8915745069bc88ab99fe0c89]

        fix warnings after merge

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b6734d1986b832858a58b89a84095593d94e495]

        after rebase we have two SetCell methods
        
        Change-Id: Ib10e3084a4881bbafdd4c5b51d64fcf65d5d7da3

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [879edb243ec69421088d7a45fcd0eb5a61aeb22f]

        temporary ugly hack for ordering problem
        
        Currently we have a problem with the ordering of the calls when we come
        to old cells that had inherited formats. They may not yet contain a
        number format when we get the number format.
        
        Change-Id: I0ddcdd10ff6ff0a43dbfecaf191e5903d3c0f9ce

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40bcd06d32112e713013d679b8ac43992ee36d12]

        use the correct order of arguments for expected and actual in calc tests
        
        Change-Id: I40fc9b46d35e7046ef51c6ea92f9a1595f6d74a1

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e18f5306714e6ca4103dd236bcf3187d492cbb91]

        all formula cells have now an explicit number format
        
        Remove ScFormulaCell::GetStandardFormat
        
        Change-Id: I0b19f572cfcf5c08c81009b0f10e7cc44a1aa2f4

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81e4e89b28f28a4780948769a86e2c486d797e59]

        let us use clean test environments
        
        The additional typing and the duplicated code benefit cleaner test
        execution. Test failures might be hidden by a dirty test environment or
        random test failures might be produced by it.
        
        Change-Id: I97283009b65facbaad82e41ae6f1258430684438

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e700674c88153ddfecbcb10e7078618a4d0f206]

        accept this result as bug fixed
        
        We still have the number format type in ScFormulaCell. Removing that one
        from ScFormulaCell is more work and needs much more inspection than
        removing the formula index. Additionally we should inspect all callers
        of ScFormulaCell::GetStandardFormat as most of them are useless when we
        know that a cell has a fixed number format.
        
        Change-Id: I3ad55a0c072da0fc4046d6c7245ed734a1dcaabc

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7e046e6420b410eb9a9382108df62b29bf128c6]

        CPPUNIT_ASSERT_EQUAL gives a more helpful error message
        
        Change-Id: Ic7bc7d0298e6983e377b55f0362f34983de3df7a

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b61642bb3ca4cddd38b496816c0003420c352f77]

        don't set hard format for text formats
        
        Gets rid of some test failures that are the result of dirty test
        environments.
        
        Change-Id: I45ed4bbe46c8aa598e074c3eac7903811cbb2620

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57efd69c22e2c6f5cb4d057345644b6e07a62d48]

        remove inherited number formats, related fdo#60215
        
        Change-Id: I23d5e1b3baeb1499ada1fba1665027bdbe3fbb87

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fda007e69f16aaebe81ee7b9ac8ea4742801bb85]

        use static_cast instead of c style cast
        
        Change-Id: I9194d5fb9fc42247cf43bfcd0327472eeca7c297

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [abbe4414613ac26010cf378a6e52f4e6ce18f3c3]

        this method is unused now
        
        We are down to two number format methods in ScFormulaCell now
        
        Change-Id: If8bf13dfdd9803872bc1425909c31a5bb0ee1598

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [914378d2a2987bcd437accafbe1df2250a2b2b0a]

        String to OUString
        
        Change-Id: I4ca8254fea9e2ec78cb1d542cc8c0c2cd12e6e89

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [337066eb1fa395990b78d1032c399a4688d2a6f9]

        bail out early for error cells
        
        Change-Id: Ice38b42cdd01b8dbb472752d2c8e1679181f8422

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6b10909221e15c3c33fb354e42a77b03657c51b]

        bail out for error cells early
        
        Change-Id: I36581f3b735008dbba6eea5808da654eb8b279e3

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64223bda068cc6d82d3c5e359d465014568398bb]

        remove one more use of inherited number formats
        
        Change-Id: If12ca06b45821efe9e52555095a45ae3ce2d377a

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a663077de77bdbb7edfe2283d9e9bc93e90594f]

        initial work on removing some ScFormulaCell instances
        
        These cells where using a ScFormulaCell to calculate the result of a
        formula and get the number format. Use the new ScSimpleFormulaCalculator
        which is a simplified version that has only a few limitations.
        
        Change-Id: I71f01b8fa10506234627a6512cb434800dceca6a

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58545dee13cd54ac7e2d7e776efdc46534086e11]

        we don't need this include in the header file
        
        Change-Id: Ic0dce5427c359a44c36a59acfce3427fc9815d97

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e2d17fe71e322461004e9c2c52b91050a25584b6]

        a few more places without ScFormulaCell
        
        Change-Id: I13ae80429e06fad5e28f1166a585656e8e4ec29f

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [267f7a630b33f02a8dfda55945ee10b2c5f615f9]

        preparations for inherited number format removal
        
        Without inherited number format these calls are unnecessary.
        
        Change-Id: I359cb217eb32d98df29bb6d2c0fbb14367e30425

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ddade7a4751b9b7f6459f48ffdf3dedf31d151f3]

        remove temporary String instances
        
        Change-Id: I8afd7636fa0dcbf53402e8a4393868526e56892b

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7978c78606608622a5e064f4d95c88393bea426a]

        more String->OUString and early bail outs
        
        Change-Id: Ia573f27962b5fbb48e543a2e2a802e85db36fafd

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [737fbae8e3e62b587e2651be3668d0a39192af18]

        String->OUString and bail out early
        
        Change-Id: I3fe720269be83840f3d76304042e92541ee14dbf

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [326fc28c4180bad32858bbc4ae4883043d4d0750]

        let us use scoped_ptr when possible
        
        Change-Id: Ia8199bdc63ee732bada51687df195c9ab9cae9aa

2013-06-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f41c3e5071df3562de58ce6bb19723d2a1aa3af5]

        make the method private
        
        Change-Id: I6f50edefd90c8fbedabfb455d655c07647fecfaf

2013-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [222ba4f059b64c6a3711e6782280936e5799858f]

        Drop useless forward declaration
        
        Change-Id: I23154b592ffb624fd9fa5a091472a52e02ffbc4b

2013-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [1f041a767d6701e7e173010a802578d7941705df]

        sal_Bool to bool
        
        Change-Id: Ic4407aa95193f6ed1f3f854f3fa9fb50131e7511

2013-06-01  Rene Engelhard  <rene@debian.org>  [5f8e6fe42405299e2fa1961ccdedf1bfe409eab8]

        actually add else clause lause for harfbuzz < 0.9.18...
        
        Change-Id: I5d37c0e535fc80ca3ab0337a815bc9e978ffaa76

2013-06-01  Rene  <rene@debian.org>  [2fde609c2813046cdd22f341bce9af802cadf251]

        pkg-config -> $PKG_CONFIG
        
        Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b

2013-06-01  Rene Engelhard  <rene@rene-engelhard.de>  [9d8ee40688902c70112d8ea9d716d10897118682]

        fix build with system-harfbuzz >= 0.9.18
        
        .. as it split out the icu libs and thus we need to use harfbuzz-icu
        for pkg-config to get the needed -lharfbuzz-icu
        
        Change-Id: Ia4e1774ecdddec87876adf5bc5a93bed86c25046

2013-06-01  Sophie Gautier  <gautier.shopie@gmail.com>  [1cf6f36306eb4d11279118c547e87a2c4b2551d4]

        Fix typo: connections -> connection
        
        Change-Id: Ica73de8975de0c3565e3eaad82e6dbb677bec33d

2013-06-01  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [8a58bc2535cf0c8459d861d29b342ef39f7f833c]

        fdo#60924 autoinstall - gbuild/scp2: add math module
        
        Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8
        Reviewed-on: https://gerrit.libreoffice.org/4065
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-06-01  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4dccfe055e93fe86ee7604c9137ae189cbc74823]

        Fix FindBar ordering of "Match Case"/"Find All" for scalc.
        
        The "Find All" and "Match Case" buttons were previously in opposite order
        in calc to those in writer/impress/draw. "Find All" should be before
        "Match Case".
        
        Change-Id: I41171742f18cfb9efd63ed8ffb2b2acc32a17a01

2013-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33b64a638d94bd4dc38f12ae95d3e0e6415c7724]

        Revert "remove some Wunused-local-typedef warnings from boost with gcc4.8"
        
        This reverts commit cc50d6744f4d07356761021e336e63a96fd86fcc.

2013-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3f55ac35a0c051b39d608d89558f741f347a898]

        switch to size_t in sfx2::LinkManager
        
        Change-Id: I7558ead872ab0e6894689f78fcfbbd1d8fb69877

2013-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc50d6744f4d07356761021e336e63a96fd86fcc]

        remove some Wunused-local-typedef warnings from boost with gcc4.8
        
        Change-Id: Ia026b679ddbea780179a88c9782e24eb9c7f44bb

2013-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a11be8a87a749f56d5c5514bbd9ffd90b3f75392]

        use size_t where possible and fix some more places
        
        Change-Id: I43c315aa9867cf871657064fd9455700b31879ab

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [789c46b931672aabf79cc3b3823bdfc8736bdc8f]

        boost: patch various -Werror=unused-local-typedefs
        
        Change-Id: Ibf37c17c741fb1844ec9e301a3cc63a3bb3f48de

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [18b0bda1be62da1b0f9c1fc40864ccc486d5b43c]

        configure: use -isystem for GSTREAMER_CFLAGS
        
        ... to work around GCC 4.8.0 -Werror=literal-suffix in gst/video/video.h
        definition of GST_VIDEO_CAPS_RGB8_PALETTED.
        
        Change-Id: I514b29d58f348bad0b13c7ef66db4b3ee34516cd

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [c70e55c5d8ecfd5bb690886d7e39a42f66b3702a]

        RepositoryModule: add the libraries back from the reverted commit
        
        ... but this time hopefully topologically sorted.
        
        Change-Id: I94960795d729d803641fe7bbf47797f733b56c40

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [c4f7ed869fec153b92bee00b191b5504efdd09d7]

        RepositoryModule: un-break serialization of libraries
        
        The serialization was effectively disabled because the top-level
        Makefile does not invoke Makefile.gbuild with "all" target but with
        empty (default) target so MAKECMDS is empty.
        
        (regression from 96409470b19d32a2310086b089542b333686f4da)
        
        Change-Id: I919c6543a282945cbb36468ff0d4666718a7d8f6

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [fcca05c337bb0e4ffc2df88b4da4559f42598295]

        Revert "update the list of serialized libs"
        
        This reverts commit fd3a23ce33bdec454273ba2bb3ea307b8420bcc0.
        
        The list of serialized libraries must be sorted in dependency order,
        otherwise there will be cyclic dependencies.

2013-06-01  Julien Nabet  <serval2412@yahoo.fr>  [a0c86b527ffdd1484c65d5e448c9d7cac9c02963]

        typo length
        
        Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3

2013-06-01  Michael Stahl  <mstahl@redhat.com>  [6f4c047d425b47a474e541cceac284d83a20b0b7]

        redland: update obsolete README
        
        Change-Id: If528451ec0c90022a5e40e05493d0ea657502c55

2013-05-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [467d5e0a2e074ff2afb4d1b1a37cff2094b0895b]

        Fix fdo#32059: Commands merge with variables
        
        Co-work with Rodolfo Ribeiro Gomes <rodolforg@gmail.com>. Thanks a lot man!
        
        Verify if there is a space before insert a new command to not merge
        variables.
        
        Also, just make atributions in EndPos when it is needed, to make this more clear.
        
        Change-Id: Ia5ddb4c4c8233b3779c0ee0c7009e181cfe5d1c3
        Reviewed-on: https://gerrit.libreoffice.org/3983
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-31  Radu Ioan  <ioan.radu.g@gmail.com>  [660b67a413fed152bc273bdc534e53b01b1e9d77]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        - replaced RTL_CONTEXT_ with SAL_INFO
        - replace OSL_* with SAL_*
        
        Change-Id: Id4e90b83a7275bfd30914f7514a609cebbfbf4ac
        Reviewed-on: https://gerrit.libreoffice.org/4044
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [2c7b6aa7a3127370afa41c1e83b2c198da504055]

        rewrite OUString test to not trigger literalalternative plugin warnings
        
        Change-Id: Ic359209c44171ab42fa21cd300b433facd3c5ea6

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [6d114cda2c5503148eef834624cb9339222a4414]

        make compiler plugin warnings follow WaE
        
        Change-Id: I72f1a11ce86d66e773e66116c725310df77fce39

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [c4cca49f49408bc4094bdfcf782de2f7cd16ce6a]

        obey --enable-werror when building clang plugin
        
        Change-Id: I8ca9b09a6ffd4b2f00740563fa9682fdabb26b3d

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [6b1f64ed09edcd712460123fbc32bc41cf81c321]

        reoder stuff in makefile
        
        At the top should be stuff to set manually if needed.
        
        Change-Id: I516ac6df8102f00f6fc34c4c87d040688fcc2e99

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [b0a650ff8ab553bf3a86f4dfd85b481ef10bbdff]

        update for PPCallbacks API changes in Clang3.3
        
        Change-Id: I8493afa8e2264a42fba090c9c72f36f36cb2d165

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [a0d320096ceadc64f2b3b1022a3e52f307a4d0f2]

        mark all virtuals in the clang plugin as override
        
        In order to help catch Clang API changes.
        
        Change-Id: I5738f5dff405f7a2dd377c983fb32c1c7a2ff921

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [a20c18941521f067280ab3cd0bc36b0a84f27515]

        fix build
        
        caused by 5658600001a41c536cc1497eb7419512cb1353d8
        
        Change-Id: Ifb6e092cd50d8c1a77ba0e8a849c84931a776ad9

2013-05-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7eac30949936fb22648d6c8eda78f80418a3cf3e]

        dbaccess: unused variable
        
        Change-Id: I4bd8863bac0f5b4a5ff1936a9d6a240dbc40be72

2013-05-31  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [201604d7cf3cbe497c246154950fbda7b4d4dd49]

        convert writer formatting aids page to .ui
        
        Change-Id: Ia5ca3f74ebfea2a927fe8845f1a8237a96e32df7

2013-05-31  Stephan Bergmann  <sbergman@redhat.com>  [5658600001a41c536cc1497eb7419512cb1353d8]

        No need for two Excel filter services
        
        The reason to have both export-only XclExpXmlStream
        ("com.sun.star.comp.oox.ExcelFilterExport") and im-/export oox::xls::ExcelFilter
        ("com.sun.star.comp.oox.xls.ExcelFilter"), where the latter uses the former to
        implement export, appears to be historic.
        
        Get rid of the former service, but keep it as an independent C++ class for now
        (still also deriving from XmlFilterBase)---this can likely be cleaned up by
        somebdoy versed in those XmlFilterBase details.
        
        With the last use (in oox::xls::ExcelFilter, to instantiate XclExpXmlStream) of
        the recently introduced com.sun.star.oox.ExcelFilterExport new-style service
        gone now, remove that service again.
        
        Change-Id: Id3adacd293cbe4390242827615f074d4bbe9d85a

2013-05-31  Stephan Bergmann  <sbergman@redhat.com>  [779831307fe3da5f2226925972452c9aedeb67a8]

        Trivially merge ExcelFilterBase into ExcelFilter
        
        Change-Id: I4c5080dd05ea7e00c56a820c8ce226c78d0a46b7

2013-05-31  Stephan Bergmann  <sbergman@redhat.com>  [4e5e40e4c627775caf039870bcc28269a0d05937]

        In ShapeExport, use general com.sun.star.comp.oox.xls.ExcelFilter
        
        ...instead of its export-only part com.sun.star.comp.oox.ExcelFilterExport (for
        which even a new-style service com.sun.star.oox.ExcelFilterExport has been
        introduced recently, but all of this should probably go away again; that this
        filter is used explicitly is probably a rare enough scenario to not warrant a
        dedicated new-style service).
        
        The modified code in ShapeExport::WriteOLE2Shape is triggered e.g. with a
        Presetation, insert a Spreadsheet as an OLE Object, and save as "Office Open XML
        Presentation (.pptx)."
        
        Change-Id: Id2645972caaec5265eed645c9c6e2c308a4d079d

2013-05-31  Luboš Luňák  <l.lunak@suse.cz>  [ff6645da1c27990a223f05185acc1d077eaf96e6]

        audit incorrect uses of SwDrawTextInfo (fdo#65013)
        
        f22006dc6ac34a35a060e15466cf6b2d2058617d stopped SwDrawTextInfo using
        pointers to outside data (which lead to various uses of variables
        that have already gone out of scope). This commit (hopefully) fixes
        all uses of the clash that relied on the fact that the underlying
        data changed behind the scenes.
        
        Change-Id: I820f13a90b9d1a8055f8e317ca8debc969c39bc0

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [9ac296af1d3d659097153884e3b78a57b334c4a2]

        Resolves: fdo#65215 wrong type for the multiline comment edit widget
        
        Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8

2013-05-31  Jürgen Schmidt  <jsc@apache.org>  [61dfc6fa942e9d9c241231fb5467c860fe95ea06]

        Resolves: #i120030# optimize thumbnail creation/painting
        
        (cherry picked from commit 255beb8f56a074ce85eaf1db3cdf168f9c09466e)
        
        Conflicts:
        	sfx2/inc/sfx2/objsh.hxx
        	sw/source/core/layout/paintfrm.cxx
        
        Change-Id: I23157f7a6983ba81b1c8ddcc409a4989915be2ed

2013-05-31  Armin Le Grand  <alg@apache.org>  [f0545c44400a78acea9ca7cb97de212f245efc6a]

        Resolves: #i121863# Corrected D&D from MasterPage view
        
        source SlideSorter, target 2nd DocumentView
        
        (cherry picked from commit 2136f4599bdc6f44bc0cc551189bfa565d3fbe71)
        
        Conflicts:
        	sd/source/core/drawdoc3.cxx
        
        Change-Id: I2ba9f2c062b464d3ab3fb28ab115c908b0a7e450

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [b425c2964b0f35fe12383b47c41816d612b6981b]

        make SvxColorValueSet not squish all colours into avail space
        
        instead hook SvxColorValueSet::Resize() to layoutToGivenHeight
        and let it add a scrollbar if the height would squish them
        
        Change-Id: Ia94b01b247f734f3640b15f7161d28530e65d538

2013-05-31  Jian Fang Zhang  <zhangjf@apache.org>  [8196dab4f450d96905f0bbfe650ae7a78c8972e2]

        Resolves: #i120831# call dispose() from ChartView dtor...
        
        to make sure SfxBaseModel object is freed correctly
        
        Found by: zhangjf
        Patch by: zhangjf
        
        (cherry picked from commit 4cb73634a602272d8de33dfe23722912e4494bbc)
        
        Change-Id: I9e316178ef273b13e77d0b166f17fc700363f7bb

2013-05-31  Jian Fang Zhang  <zhangjf@apache.org>  [275225ed4d401d306c75de92fb980a6a3f85c635]

        Resolves: #i120828#, restore some ChartModel::dispose() calls..
        
        to break cyclic reference
        
        Found by: zhangjf
        Patch by: zhangjf
        
        (cherry picked from commit 1c564cb9a46fc6435750f9f1a70f654b52efd970)
        
        Change-Id: I8aaac18584d55d9f381acdf4deb0e704bc9bcfc1

2013-05-31  Tor Lillqvist  <tml@iki.fi>  [0badc400706d059381ec396c33dd0760042c4c0b]

        WaE: private fields are not used
        
        Change-Id: I6c649804b0c03d8ca265e71be50aaa735e8fbeb2

2013-05-31  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [9652e297b811a52897599cb5426668caf2f6d444]

        One more step to have desktop files built again with distro-pack-install
        
        Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [80615d7fffd2b38fd9e9a649d2734c94db30035c]

        Updated core Project: help  1d9d3acc0df264a436b5ae719f13b2967a796ea8

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [a7feb6f570f75c63c3fd0be4d0e9808a6b52292f]

        post .ui conversion old mad manual placement code can go
        
        with pleasing knock on effects of then unused class
        members
        
        also add an adjustment to keep the original 1-1024
        range for number of worksheets
        
        Change-Id: I9cfdff60a763b81cb0632ea5d4ccf382334da24c

2013-05-31  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [a20b8dce7985e0b78201c4d7adb207d167117b08]

        conversion the calc default option page to .ui
        
        Change-Id: I09d8b012633e7fce916b54eee6b1b0d9db50ac23
        Reviewed-on: https://gerrit.libreoffice.org/4092
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-31  Jian Fang Zhang  <zhangjf@apache.org>  [0181f258e5598ee59b1c4847818944b8da16bd51]

        Resolves: #i119558# set default page mode value to false for docx
        
        To avoid default page mode affect the calculation of table row height
        
        Found by: xiao ting xiao, tingxiaox@gmail.com
        Patch by: zhaoshzh, aoo.zhaoshzh@gmail.com
        Review by: zhangjf
        
        (cherry picked from commit 28e1cb1240e7c7a274a04756c7cab2f5797de400)
        
        Conflicts:
        	sw/inc/unomap.hxx
        	sw/inc/unoprnms.hxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/core/unocore/unoprnms.cxx
        	sw/source/ui/uno/unotxdoc.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        
        Change-Id: I41745eb9d727a5ae87d34872f9dc3f4442c7bc8d

2013-05-31  Wang Lei  <leiw@apache.org>  [0f33ad3847da22350e69fd998d7494e4334c1ed9]

        Resolves: #i119487 Images lose macro association when open Excel file in AOO
        
        Patch by: Chen Peng
        Review by: Wang Lei
        
        (cherry picked from commit 0c3cf59b060aa28c6d16c98c6139b316971f8c6b)
        
        Change-Id: Ibb68dba9427953e8477f40be79a6271dc1b84aa5

2013-05-31  Andre Fischer  <af@apache.org>  [8502b8006fdf03d2bc634f53490200f853474867]

        Resolves: #i122271# FOCUSABLE flag at accessibility object sidebar title bars
        
        so that bridges create focus events and title bars become visible
        to AT devices.
        
        (cherry picked from commit 6055c2b50b36a0fc1b26c18b030827e3e08a51fc)
        
        Conflicts:
        	sfx2/source/sidebar/TitleBar.cxx
        
        Change-Id: If863c2c9d5ba19ba627639b294a430869f245abd

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [c01c7832dde963ea261b75b7d1d090c0a157a954]

        drop unused helpids
        
        Change-Id: Ia50366201e7ce490fb66f99f700a27bac9aef6b8

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [d7c6fb9634dcd1b38d177e402c20a4d935e370b3]

        Updated core Project: help  c80240cf0171f821d88110662b506774f15d89fe

2013-05-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [173d24a7316fccf0e838f71b92c10a772b19298d]

        n#816593: docx consecutive tables with different tblpPr needs to be split
        
        When importing docx with 2 <w:tbl> following each other, we have 2
        possible behaviors: either merge them as one table as we did before or
        split them into two tables. The tables need to be split if they have
        different floating position properties.
        
        This required the ooxml tokenizer to repeat the table properties for
        each row of the table: or how would we know we don't need to split the
        table?
        
        The basic idea behind this hack is to temporarily store the table
        position and table properties before saving them. Thus we can compare
        them at the end of the row and decide to split the table or not.
        
        Change-Id: I2e3e70dfe7386090fe356575ee9d0e81aa031dc4

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [f00db76911d4fdc53a737e1b9d4ffe6ae31bc97e]

        some cunning to get these tabpages previews in the same place
        
        Change-Id: I9c4c74ae692f1ddd6ddadd6ecfb8332b4082187c

2013-05-31  Tor Lillqvist  <tml@iki.fi>  [8120e95e2b8f685f5c951cd316ac443a14dba79a]

        Bin more VS2008 bits
        
        Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [c3cdc78e885d63aa4993c63b14fc034d1880d066]

        set accessibility name for previews via .ui
        
        Change-Id: I4abf90f43a8278e3c115a809deb1a8096f21c685

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [c799a1e5522971405fa45d3df7ebf259229df63e]

        autosize the frame direction listbox
        
        Change-Id: I440ca0255a6079c28b2314b12511c6c41d6a05f5

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [b796e3f968002c7b58165c5d55d5c43bf778e92b]

        tweak
        
        Change-Id: Ide151deb43ba377a86c1cb1ec2c4d815c0ac0f6a

2013-05-31  Tor Lillqvist  <tml@iki.fi>  [10f458388c1096cccd6797bfd56bc9fd052eab00]

        Bin VS2008 bits
        
        Change-Id: I96979f61eac5cc48721e3733d90822406bcb49cc

2013-05-31  Michael Stahl  <mstahl@redhat.com>  [f5e8f5b0b5410d29b5cb1fb6fbbd8bf3c48a0201]

        sw: SwXFrame: fix gradient import problem:
        
        BaseFrameProperties_Impl::FillBaseProperties: It may happen that
        checkForUniqueItem returns an item with a name that already exists, if
        the same gradient appears multiple times; don't crash with unhandled
        ElementExistException then.
        (can be reproduced with test3.docx from fdo#41466)
        (regression from 1a3c90a292c7fc9060604151de9dc51eecf5b6a7)
        
        Change-Id: Iace7af4c5679c1c7e978525fa31abf884038567c

2013-05-31  Ariel Constenla-Haile  <arielch@apache.org>  [d0508f79c15a5d789f5e6af214d78ce89e05071d]

        css::frame::XStatusbarController: add missing interface
        
        Added ::com::sun::star::lang::XComponent. IDL documentation taken from
        http://wiki.openoffice.org/wiki/Framework/Tutorial/Statusbar_Controller#Status_bar_controller_service
        (cherry picked from commit f3dc398e002926792a0c6160691d46eb75cad236)
        
        Conflicts:
        	framework/inc/uielement/statusbarmanager.hxx
        	framework/source/uielement/statusbarmanager.cxx
        
        Change-Id: Id2d768250632b12b834602a33a4e9923cec9bd3f

2013-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2cb9aaf44dc589af79d62d7b1136b5d65e9f47d4]

        Fix crash with ooo120774-1.doc
        
        Do not try to remove line breaks from empty string
        
        Change-Id: Ieb12c541d42944aac813cee10ce479207b1c674b
        Reviewed-on: https://gerrit.libreoffice.org/4114
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-31  Olivier Hallot  <olivier.hallot@edx.srv.br>  [324141f21bf2280d7613c4056ee8cd997ea345f9]

        Convert Paragraph Alignment & Indent to Widget UI
        
        Conver Paragraph Alignment and Indent & Spacing to widget UI.
        
        Change-Id: Ib3b7d76a63bd677d5d94f7385bbf589f18eceeda
        Reviewed-on: https://gerrit.libreoffice.org/4047
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-31  Elie Roux  <elie.roux@telecom-bretagne.eu>  [878b09a1a936c2d5bf4461e0123fafd377d948e2]

        fdo#64926 use icu's breakiterator for Tibetan and Dzongkha
        
        Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5
        Reviewed-on: https://gerrit.libreoffice.org/4082
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-31  Zhe Wang  <wangzcdl@apache.org>  [cd582f922bf7bf350669c5d7cec379fe6bb7c886]

        Resolves: #i119631# Teardrop shape cannot be shown correctly in pptx
        
        * subversion/main/filter/inc/filter/msfilter/escherex.hxx
        * subversion/main/filter/source/msfilter/escherex.cxx
        []check whether one shape is default shape of ppt by shape type
        * subversion/main/svx/inc/svx/msdffdef.hxx
        * subversion/main/oox/source/drawingml/customshapegeometry.cxx
        * subversion/main/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
        []add definition and declaration for tear drop
        * subversion/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
        []the content of tear drop shape which incudes "path, adjust value, handle"
        
        Patch by: Ma Bingbing <jiazema@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by: Zong Dongjun <zongdongjun@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>
        
        (cherry picked from commit 26218ac2472838d63485c3c6b4dc2f1aa0bdd0f6)
        
        Conflicts:
        	filter/inc/filter/msfilter/escherex.hxx
        	oox/source/drawingml/customshapegeometry.cxx
        	svx/inc/svx/msdffdef.hxx
        
        Change-Id: I8347832bc842cca8b944c28e807af7f45a7da5b0

2013-05-31  Mark Wielaard  <mark@klomp.org>  [30c3032920be91741ab089966f7e458ce08d09a4]

        Make charmap.cxx compile with icu >= 4.4.
        
        configure.ac claims ICU >= 4.2 is supported. Make it so.
        
        Change-Id: Ia08bb492f41dcb88bc84550edb51ce5e89fe1103
        Reviewed-on: https://gerrit.libreoffice.org/4112
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-31  Stephan Bergmann  <sbergman@redhat.com>  [018c22d37878f1fc349085143ee4241165a4802a]

        UniString::CompareToAscii(RTL_CONSTASCII_STRINGPARAM("x"))==COMPARE_EQUAL ...
        
        ...corresponds to OUString::startsWith("x"), not
        UniString::CompareToAscii("x")==COMPARE_EQUAL.  Regression introduced with
        5b26722ace02f71c79573b3795b2bf7b9412090f "Remove RTL_CONSTASCII_(U)STRINGPARAM
        (sd)."
        
        Change-Id: I116defec056ff1e2260a20ba5279180683eefd87

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [3914c2e3f9b62684e0f1127118853025c6cf09c7]

        TP_COMPARISON_OPT is now unused
        
        Change-Id: Ie73070c97f9918511a02e7c4d4073387385e9293

2013-05-31  Caolán McNamara  <caolanm@redhat.com>  [7ce2a89f4f8fa84232896766276cb3433ada239c]

        prompt to restart office when required for experimental features
        
        Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f

2013-05-31  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [4e673dbb5b7c7f0fd48d50255d10340229a33ade]

        Code clean up
        
        Change-Id: I0e75478e4cb98409210ca40dcaa4676a69c30f6c

2013-05-31  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [af169a601dee381b17d1e87c346f2d97bad9a69f]

        Fix fdo#51835  Indent changes in Calc forces alignment to left
        
        Change-Id: Ifef68cdd62a11b5cdc032a91a7dd96fa0357a42c

2013-05-31  Thorsten Behrens  <tbehrens@suse.com>  [c2530b02311c46529eed53ee688bf6c83ce4b86e]

        Band-aid fix for bnc#795857 and the pdf export black background.
        
        Problem is the general un-awareness of the code base for inline
        alpha. Needs larger rework eventually.
        
        Change-Id: I01430d9087f98615819f0a7085b93f1c318e8b0b

2013-05-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a400b31069a913830b257ac8a1b2131665067ec5]

        Remove #define A2S() in PanelFactory.cxx
        
        Change-Id: I650e5826d26b3a86dcddd517ae1f917d1edaedd1
        Reviewed-on: https://gerrit.libreoffice.org/4108
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5b26722ace02f71c79573b3795b2bf7b9412090f]

        Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)
        
        Change-Id: I179208d5ffe94e95719c7c6d0ea4eb354141531a
        Reviewed-on: https://gerrit.libreoffice.org/4107
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-31  Mark Wielaard  <mark@klomp.org>  [287d483edb0359aa52238e75750f61a75f532436]

        propacc.cxx include limits.h for USHRT_MAX.
        
        Don't depend on accidental definition depending on the version of boost used.
        
        Change-Id: Ib26afdde895411bdf827e1af21e490b59ef7f2d5
        Reviewed-on: https://gerrit.libreoffice.org/4111
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-31  Joren De Cuyper  <joren.libreoffice@telenet.be>  [1583e2117e9a87b3bca68e1b4af8d7aa5df10c23]

        Updated core Project: dictionaries  0bc4511b6060f68b422630c136a2e224e7ab3c8d
        
        Update Dutch Hunspell to 2.10g too (fdo#63033 related)
        
        Addition of commit 61644291cba7f6f8dd7e194f5abbe0b0e146a321
        
        Change-Id: Ia83eb1c894c8aa1fb710dfefceeb4ead3d323f08
        Reviewed-on: https://gerrit.libreoffice.org/4105
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2013-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [8483cf7812aa66af0d8b9b80f8a3e06730b158c6]

        sal_Bool to bool
        
        Change-Id: Idce2e9d650e9ff0d0e4fe17eeb06721cb73241e4

2013-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [9030d14de28b1b5c3284f5104141cd20692e9d36]

        Drop support for Visual Studio 2008
        
        Change-Id: I22bbd633683e02197400b1ca030c57550be8ff77

2013-05-30  David Tardon  <dtardon@redhat.com>  [de7df0eb6708683e8927e6e627b68cf0d2028886]

        gbuild: fix deps on svx/globlmn.hrc
        
        Change-Id: I5373c0a59fdbbe0230b74df967fdaf887b91f4e4

2013-05-30  Stephan Bergmann  <sbergman@redhat.com>  [80138cb6330e4c6a516d571941f25d47afbee786]

        Clean up scfilt_component_getFactory
        
        Change-Id: I1f1be2cdc10e6ec386cc5d2e71c1e189a987df56

2013-05-30  Stephan Bergmann  <sbergman@redhat.com>  [5dc41015ed10d4b4bd0eaa59e8cd6c0b1b96cc04]

        Clean up for consistency
        
        Change-Id: Ib5de2c3d22b36c906a52f882a85a44e4330edb41

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [dcb11907aee648fe2e382cdc16137d3fa469b530]

        show experimental tab-layout only if in experimental mode
        
        Change-Id: I10cb366abfeedf50b4c3be21968997a260e020ea

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [4f34a463dcf781ff23619b4513f6f88aa7d8e75e]

        fix spellings in opt comparision .ui conversion
        
        Change-Id: If5d85eede864adf150c417adeb08fc32e5eb7acf

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [651d5fd5806b72117b73cf601a26ccc7dd468012]

        drop stray SAL_DEBUG
        
        Change-Id: I7e67c7dc06388d95d8143f5419116bae4deb5e4b

2013-05-30  Oliver-Rainer Wittmann  <orw@apache.org>  [c3366bc7bdcae110c3c735bb67cfeddad9a6c744]

        Resolves: fdo#65139# #i122416# SwDoc::GetPageDescFromPool correction
        
        and refactoring
        
        (cherry picked from commit 384aa00b12fbfd0d888858dc5677825637e1e98b)
        
        Conflicts:
        	sw/source/core/doc/poolfmt.cxx
        
        Change-Id: Ia5567173153e218b754ad73c50b56eff87b49822

2013-05-30  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [301cfb7a8a263fae20ca3575330325d1a49390c0]

        Return optgdlg.src file back to AllLangResTarget_cui.mk
        
        Change-Id: I84923d35abc75d6f98b97fbc5c8349f30173a3c8

2013-05-30  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [c99830c221cd2362d58caac15dd2fb33a2b1ad38]

        Convert Comparison tab page to .ui
        
        Change-Id: Ia1cd8c868de4c73ae518b2775dc568d32a15f16f

2013-05-30  Thomas Arnhold  <thomas@arnhold.org>  [8079f40743f86c4f7e6c9af8393ff699378a0797]

        Make use of IsStarSymbol()
        
        Change-Id: I7a2e3a6f11bbaaaff50e8163e4ce3e2583b1d03c
        Reviewed-on: https://gerrit.libreoffice.org/4077
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-30  Stephan Bergmann  <sbergman@redhat.com>  [07e756f5b9fa5d499de8f3e3ad61ee66d336a349]

        -Werror,-Wconstexpr-not-const
        
        ...at least current trunk towards Clang 3.4 complains "'constexpr' non-static
        member function will not be implicitly 'const' in C++1y; add 'const' to avoid a
        change in behavior."
        
        Change-Id: Id3d1af263040fdea2c2f5d0bc6a037d7a17184bd

2013-05-30  Armin Le Grand  <alg@apache.org>  [1de66ba440855050a794b3b2a8647c1b02c210b8]

        Resolves: #i122410# extended Undo/Redo for text to broadcast
        
        (cherry picked from commit d2c3483aa1c4fcce2678f9602d4204c908b4f874)
        
        Conflicts:
        	svx/source/svdraw/svdundo.cxx
        
        Change-Id: If4e96f6c192d381324e12a3acea87f624ef194ea

2013-05-30  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [ffc2e5be1f712b09710e2096ad2f7eb81b80118d]

        Clean zoom redundances in Math and fix fdo#55929
        
        Zoom can be handled by sfx2 in many ways:
        - 50%, 75%, 100%, 150%, 200%
        - Optimal view (fit in window)
        - Entire page
        - Page width
        
        The math module was doing the first two by itself. Remove it.
        
        Strange enough, state methods for  zoom interface definitions on
        sfx2's appslots.sdi were needed. I thought 'Container' property
        in sfx.sdi should do the job. It seems to do nothing, though.
        (The zoom should be disabled only if the object is an OLE/Container).
        
        The Help-Ids from pop-up menu in Math/Formula were kept, because
        they doesn't exist in sfx2.
        
        Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c
        Reviewed-on: https://gerrit.libreoffice.org/4076
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [615b3c8425fa0c5e91f61c434cd03f94897b2cac]

        Updated core Project: help  c21054cc80929b42d0a4a2c22ce8b2f6392a33d0

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [05f9555e0378dc80ff63879ff6e87ce8f523eb90]

        fix spellings and some tidy of the language .ui conversion
        
        Change-Id: Ia0d3ecc728fac13fb4745810124fd3b2c63c9835

2013-05-30  Michael Stahl  <mstahl@redhat.com>  [13b60fd80a7adfb0ef81a818917cfec5edfc6edc]

        ucb: NeonLockStore::stopTicker(): really avoid deadlock
        
        Follow up on 68ba2785c55eaa1ea70ce135bdad5322b0e04ed7, which missed the
        sad fact that m_aMutex is locked recursively.
        
        Avoid that by passing a ClearableMutexGuard to stopTicker() and
        unlocking that.  Also lock m_aMutex in the destructor while at it.
        
        Change-Id: I5ef7ef8f15e2b5c9810c5ffc64ed922ab9ad2807

2013-05-30  David Tardon  <dtardon@redhat.com>  [40ae8f365b2c30a37a9fb22aabd4858f519665ed]

        don't run autogen.sh if building from tarballs
        
        Change-Id: Idaf56719a5c1d42de62a4945b47f4a2d377b3dd3

2013-05-30  Donizete Waterkemper  <dwater2@gmail.com>  [d1f6857d3f6c80bc4b73e33c27b2cc95f2958728]

        String to OUString.
        
        Change-Id: I0a6bba13d71b45a7f9161030073d4d3399ea6ad5
        https://gerrit.libreoffice.org/#/c/4012/

2013-05-30  Armin Le Grand  <alg@apache.org>  [628ed6bc13fd4817c3dc2129e3f226a12a152d99]

        Resolves: #i122395# Adapted mapping of content to more general way
        
        (cherry picked from commit 525dfeafdb5c9a57cd2d40c9b2358446aa6aabbd)
        
        Change-Id: Iba1af96519e378e3bdccca4295b412563004bab3

2013-05-30  Armin Le Grand  <alg@apache.org>  [5cae58153113e4e10c30c7bced646574a6709ad9]

        Resolves: #i122374# added initialisation for initial selection
        
        (cherry picked from commit 924bd9b9227bcd1fb820fb922b3a2e84bcc73f20)
        
        Change-Id: If60a46e3c1f07173314cd3f34a6858475b0d662c

2013-05-30  Armin Le Grand  <alg@apache.org>  [b2a12a87963b3404af71d9afaf70271010c11c6d]

        Resolves: #i121507# Added comma to whitespace list
        
        (cherry picked from commit c9e446d6f79908ed4af06e7940788e91b924b793)
        
        Change-Id: I790bfada597e276f9f9e1d07f7208db6d1059f0f

2013-05-30  Andre Fischer  <af@apache.org>  [d7609ad71524207b847f07e7df9bea1c24fb3b70]

        Resolves: #i122380# Use quick help text as accessible name...
        
        for some paragraph panel controls
        
        (cherry picked from commit 3f1d43bd6d7a2c5841ad3b0fbcd417393df74329)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        
        Change-Id: Ic1fdbf1bfa5c04e844c03e6909fef41b76e6c6c5

2013-05-30  Caolán McNamara  <caolanm@redhat.com>  [66a10f2817ea28c36c1709c84d58b0befad207ca]

        make impress start again without crashing
        
        triggered by commit 0143805a565418d2a114c16b7eeba3b784176d9e
        
        from Implementation::Update the mpViewShellManagerLock.reset is triggering
        reentry to the same method, this time in the other branch and calling
        mpViewShellManagerLock.release and delete pLock
        
        it's all a bit appalling really
        
        ==15411== Invalid read of size 8
        ==15411==    at 0x214B62F4: boost::detail::shared_count::~shared_count() (shared_count.hpp:371)
        ==15411==    by 0x216C3EE3: boost::shared_ptr<sd::ViewShellManager>::~shared_ptr() (shared_ptr.hpp:328)
        ==15411==    by 0x21883EE8: sd::ViewShellManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
        ==15411==    by 0x21972275: std::auto_ptr<sd::ViewShellManager::UpdateLock>::reset(sd::ViewShellManager::UpdateLock*) (auto_ptr.h:244)
        ==15411==    by 0x21969F20: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:957)
        ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
        ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
        ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
        ==15411==    by 0x216E051C: void boost::checked_delete<sd::ToolBarManager::UpdateLock>(sd::ToolBarManager::UpdateLock*) (checked_delete.hpp:34)
        ==15411==    by 0x216E0484: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::~scoped_ptr() (scoped_ptr.hpp:82)
        ==15411==    by 0x216E04FC: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::reset(sd::ToolBarManager::UpdateLock*) (scoped_ptr.hpp:88)
        ==15411==    by 0x216E01D6: sd::framework::ToolBarModule::HandleUpdateEnd() (ToolBarModule.cxx:203)
        ==15411==    by 0x216DFEA5: sd::framework::ToolBarModule::notifyConfigurationChange(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ToolBarModule.cxx:125)
        ==15411==    by 0x2169D2F6: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(std::__debug::vector<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor, std::allocator<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor> > const&, com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:104)
        ==15411==    by 0x2169D62C: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:132)
        ==15411==    by 0x216A9A49: sd::framework::ConfigurationUpdater::UpdateConfiguration() (ConfigurationUpdater.cxx:202)
        ==15411==    by 0x216A9692: sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationUpdater.cxx:124)
        ==15411==    by 0x2168D0AE: sd::framework::ChangeRequestQueueProcessor::ProcessOneEvent() (ChangeRequestQueueProcessor.cxx:186)
        ==15411==    by 0x2168CE39: sd::framework::ChangeRequestQueueProcessor::ProcessEvent(void*) (ChangeRequestQueueProcessor.cxx:139)
        ==15411==    by 0x2168CDFA: sd::framework::ChangeRequestQueueProcessor::LinkStubProcessEvent(void*, void*) (ChangeRequestQueueProcessor.cxx:131)
        ==15411==    by 0x90D9283: Link::Call(void*) const (link.hxx:123)
        ==15411==    by 0x96A2CC3: ImplHandleUserEvent(ImplSVEvent*) (winproc.cxx:1986)
        ==15411==    by 0x96A422A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2601)
        ==15411==    by 0x96B28CA: SalFrame::CallCallback(unsigned short, void const*) const (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libvcllo.so)
        ==15411==    by 0x96B2355: SalGenericDisplay::DispatchInternalEvent() (gendisp.cxx:91)
        ==15411==    by 0x16DB2069: GtkData::userEventFn(void*) (gtkdata.cxx:935)
        ==15411==    by 0x16DB20C4: call_userEventFn (gtkdata.cxx:945)
        ==15411==    by 0x3795647A54: g_main_context_dispatch (gmain.c:2715)
        ==15411==    by 0x3795647D87: g_main_context_iterate.isra.24 (gmain.c:3290)
        ==15411==    by 0x3795647E43: g_main_context_iteration (gmain.c:3351)
        ==15411==    by 0x16DB0F2D: GtkData::Yield(bool, bool) (gtkdata.cxx:574)
        ==15411==    by 0x16DB4ACD: GtkInstance::Yield(bool, bool) (gtkinst.cxx:404)
        ==15411==    by 0x90F2FEF: ImplYield(bool, bool) (svapp.cxx:422)
        ==15411==    by 0x90EF588: Application::Yield(bool) (svapp.cxx:456)
        ==15411==    by 0x90EF529: Application::Execute() (svapp.cxx:401)
        ==15411==    by 0x4EC7147: desktop::Desktop::Main() (app.cxx:1720)
        ==15411==    by 0x90FBA70: ImplSVMain() (svmain.cxx:162)
        ==15411==    by 0x90FBB59: SVMain() (svmain.cxx:198)
        ==15411==    by 0x4F098B5: soffice_main (sofficemain.cxx:82)
        ==15411==    by 0x400967: sal_main (main.c:48)
        ==15411==    by 0x400948: main (main.c:47)
        ==15411==  Address 0x1f2a66b8 is 8 bytes inside a block of size 16 free'd
        ==15411==    at 0x4A073CC: operator delete(void*) (vg_replace_malloc.c:480)
        ==15411==    by 0x21969E8B: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:936)
        ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
        ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
        ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
        ==15411==    by 0x21967962: sd::ToolBarManager::ResetToolBars(sd::ToolBarManager::ToolBarGroup) (ToolBarManager.cxx:410)
        ==15411==    by 0x219AC02F: sd::DrawViewShell::ChangeEditMode(EditMode, bool) (drviews1.cxx:363)
        ==15411==    by 0x219CC31E: sd::DrawViewShell::ReadFrameViewData(sd::FrameView*) (drviews5.cxx:295)
        ==15411==    by 0x21A45CBA: sd::ViewShell::Activate(unsigned char) (viewshel.cxx:350)
        ==15411==    by 0x219AB09E: sd::DrawViewShell::Activate(unsigned char) (drviews1.cxx:93)
        ==15411==    by 0x663DA02: SfxShell::DoActivate_Impl(SfxViewFrame*, unsigned char) (shell.cxx:571)
        ==15411==    by 0x69853B7: SfxDispatcher::FlushImpl() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsfxlo.so)
        ==15411==    by 0x652A459: SfxDispatcher::Flush() (dispatch.hxx:237)
        ==15411==    by 0x6974199: SfxViewShell::AddSubShell(SfxShell&) (viewsh.cxx:1409)
        ==15411==    by 0x21986D9B: sd::ViewShellManager::Implementation::UpdateShellStack() (ViewShellManager.cxx:963)
        ==15411==    by 0x21986785: sd::ViewShellManager::Implementation::UnlockUpdate() (ViewShellManager.cxx:881)
        ==15411==    by 0x21983F27: sd::ViewShellManager::UnlockUpdate() (ViewShellManager.cxx:425)
        ==15411==    by 0x21883EDC: sd::ViewShellManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
        ==15411==    by 0x21972275: std::auto_ptr<sd::ViewShellManager::UpdateLock>::reset(sd::ViewShellManager::UpdateLock*) (auto_ptr.h:244)
        ==15411==    by 0x21969F20: sd::ToolBarManager::Implementation::Update(std::auto_ptr<(anonymous namespace)::LayouterLock>) (ToolBarManager.cxx:957)
        ==15411==    by 0x21969C46: sd::ToolBarManager::Implementation::UnlockUpdate() (ToolBarManager.cxx:884)
        ==15411==    by 0x21968053: sd::ToolBarManager::UnlockUpdate() (ToolBarManager.cxx:540)
        ==15411==    by 0x216E03A4: sd::ToolBarManager::UpdateLock::~UpdateLock() (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libsdlo.so)
        ==15411==    by 0x216E051C: void boost::checked_delete<sd::ToolBarManager::UpdateLock>(sd::ToolBarManager::UpdateLock*) (checked_delete.hpp:34)
        ==15411==    by 0x216E0484: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::~scoped_ptr() (scoped_ptr.hpp:82)
        ==15411==    by 0x216E04FC: boost::scoped_ptr<sd::ToolBarManager::UpdateLock>::reset(sd::ToolBarManager::UpdateLock*) (scoped_ptr.hpp:88)
        ==15411==    by 0x216E01D6: sd::framework::ToolBarModule::HandleUpdateEnd() (ToolBarModule.cxx:203)
        ==15411==    by 0x216DFEA5: sd::framework::ToolBarModule::notifyConfigurationChange(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ToolBarModule.cxx:125)
        ==15411==    by 0x2169D2F6: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(std::__debug::vector<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor, std::allocator<sd::framework::ConfigurationControllerBroadcaster::ListenerDescriptor> > const&, com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:104)
        ==15411==    by 0x2169D62C: sd::framework::ConfigurationControllerBroadcaster::NotifyListeners(com::sun::star::drawing::framework::ConfigurationChangeEvent const&) (ConfigurationControllerBroadcaster.cxx:132)
        ==15411==    by 0x216A9A49: sd::framework::ConfigurationUpdater::UpdateConfiguration() (ConfigurationUpdater.cxx:202)
        ==15411==    by 0x216A9692: sd::framework::ConfigurationUpdater::RequestUpdate(com::sun::star::uno::Reference<com::sun::star::drawing::framework::XConfiguration> const&) (ConfigurationUpdater.cxx:124)
        ==15411==    by 0x2168D0AE: sd::framework::ChangeRequestQueueProcessor::ProcessOneEvent() (ChangeRequestQueueProcessor.cxx:186)
        ==15411==    by 0x2168CE39: sd::framework::ChangeRequestQueueProcessor::ProcessEvent(void*) (ChangeRequestQueueProcessor.cxx:139)
        ==15411==    by 0x2168CDFA: sd::framework::ChangeRequestQueueProcessor::LinkStubProcessEvent(void*, void*) (ChangeRequestQueueProcessor.cxx:131)
        ==15411==    by 0x90D9283: Link::Call(void*) const (link.hxx:123)
        ==15411==    by 0x96A2CC3: ImplHandleUserEvent(ImplSVEvent*) (winproc.cxx:1986)
        ==15411==    by 0x96A422A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2601)
        ==15411==    by 0x96B28CA: SalFrame::CallCallback(unsigned short, void const*) const (in /home/caolan/LibreOffice/core/solver/unxlngx6/lib/libvcllo.so)
        ==15411==    by 0x96B2355: SalGenericDisplay::DispatchInternalEvent() (gendisp.cxx:91)
        ==15411==    by 0x16DB2069: GtkData::userEventFn(void*) (gtkdata.cxx:935)
        ==15411==    by 0x16DB20C4: call_userEventFn (gtkdata.cxx:945)
        ==15411==    by 0x3795647A54: g_main_context_dispatch (gmain.c:2715)
        ==15411==    by 0x3795647D87: g_main_context_iterate.isra.24 (gmain.c:3290)
        ==15411==    by 0x3795647E43: g_main_context_iteration (gmain.c:3351)
        ==15411==    by 0x16DB0F2D: GtkData::Yield(bool, bool) (gtkdata.cxx:574)
        ==15411==    by 0x16DB4ACD: GtkInstance::Yield(bool, bool) (gtkinst.cxx:404)
        ==15411==    by 0x90F2FEF: ImplYield(bool, bool) (svapp.cxx:422)
        ==15411==    by 0x90EF588: Application::Yield(bool) (svapp.cxx:456)
        ==15411==    by 0x90EF529: Application::Execute() (svapp.cxx:401)
        
        Change-Id: I0171225067dd0f7f8da1400beb9c97727a0c414f

2013-05-30  Oliver-Rainer Wittmann  <orw@apache.org>  [0ff751efaa49a5b3d22d324a43527bfd21e5a17c]

        Resolves: #i122096# apply default bullet numbering rule on toggle on...
        
        if the current numbering rule is not a bullet numbering rule.
        
        - improve application default bullet numbering rule by add corresponding
          spacing to the first list level
        - refactoring of code introduced for paragraph property panel to handle toggle
          and set of bullets and numbering
        
        (cherry picked from commit 8c142809c7e16853d5634487cc9ed4e53caa3f91)
        
        Conflicts:
        	editeng/inc/editeng/outliner.hxx
        	editeng/source/outliner/outlin2.cxx
        	editeng/source/outliner/outliner.cxx
        	editeng/source/outliner/outlvw.cxx
        	sd/source/ui/func/fuolbull.cxx
        
        Change-Id: If2807b2b81f8ade1e5b3282aa636cc2c0d8ea76a

2013-05-30  Thomas Arnhold  <thomas@arnhold.org>  [20824c118f21c1aad2672630f1c2ed7eecf5d2dd]

        fdo#63351 make use of ZoomSlider in StarMath
        
        In collaboration with Marcos Souza <marcos.souza.org@gmail.com> :)
        
        Includes some reordering of the statusbar: Zoom and ZoomSlider right,
        left field with automatic size adjustment.
        
        Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208
        Reviewed-on: https://gerrit.libreoffice.org/4053
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-05-30  Michael Stahl  <mstahl@redhat.com>  [c845557a69c6b8bd7095559717e97409493f5c0e]

        XclExpComments::SaveXml: MSVC complains about distance() call
        
        Change-Id: I446bf4ab0a80b7d8ed0f7235fa1da8a08b2e88dc

2013-05-30  Tor Lillqvist  <tml@iki.fi>  [419d3c53943d52e445cf474bc592cab33c61d1c1]

        Seems that -Wl,-fatal_warnings causes more trouble than it's worth
        
        The ld in 10.6 did not have that switch.
        
        Change-Id: I53a581b26fae591eb6a696a053f985a917466820

2013-05-30  Lionel Elie Mamane  <lionel@mamane.lu>  [979b570f76fb8b1fc476fb9e3bf01e8209925bfd]

        setPropertyValue can throw PropertyVetoException
        
        fixes abort in report design when entering e.g. invalid positions or size for control
        
        Change-Id: I38835ed79d5bee15c4d7b57ab6780050d250732a

2013-05-30  Andras Timar  <atimar@suse.com>  [a4c6f8f60d3c199239f2cb736bb8f76a9dafd19a]

        typo: %1label -> %1
        
        Change-Id: Ibf721e5f5509d7d840bb9013da2d10b9695e16b4

2013-05-30  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [fa3d5ca1f99fe253689004a45ec2888ebbe85fd3]

        Convert Languages tab page to .ui
        
        Deleted the readonly images too,it was not used any where else and was just confusing.
        
        Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788

2013-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [319ac1fded32875416c668b51e6566ecacd1c0e1]

        Fix tinderbox failures due to missing include
        
        Change-Id: Ied4c829bbe3038e483524669a85a0a7eaa055eb9

2013-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1b049bd2dae52dc154ea6bee075a254a9b6cc318]

        Accept even more corrupted zip documents as long as we can read them
        
        Change-Id: I8d039664d6c33d978b9addc3f35cbeae86d6c710

2013-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [482d1ae3d0fa378d11a28aa87c4d81c1ddf7b36c]

        Revert "Accept even more corrupted zip documents as long as we can read them"
        
        This reverts commit ef2ad0063a530aee186568579378a368180547a4.

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [1727b268645ae4f7328ed00135abe1e316311ba8]

        bnc#817956 page border shadow testcase
        
        Change-Id: I1ded79d89dcceb3bae5926a2f217cde8bf6aa830

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [59db0cb6752f269893e2697bf561643aec92bdf1]

        bnc#817956 DOCX import of page border shadow
        
        See the comment in SectionPropertyMap::ApplyBorderToPageStyles() on what and
        how is mapped. The control flow is like this: BorderHandler::lcl_attribute()
        notices w:shadow, then PageBordersHandler::lcl_sprm() gets it, passes it to
        SectionPropertyMap::SetBorder(), finally
        SectionPropertyMap::ApplyBorderToPageStyles() uses the UNO API.
        
        Change-Id: Ib0aef3245f58c62655769357f1f4dd07eef77f62

2013-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ef2ad0063a530aee186568579378a368180547a4]

        Accept even more corrupted zip documents as long as we can read them
        
        Change-Id: I8d039664d6c33d978b9addc3f35cbeae86d6c710

2013-05-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b2f97d77237cde249b4c40acc8ad3f7f8755e768]

        Fix crash with fdo60063-1.docx
        
        Compared to the original version, this one tries hard
        not to produce empty keywords.
        
        Change-Id: I11d036c2d54cde2d3c311a77c115011246f38d0a
        Reviewed-on: https://gerrit.libreoffice.org/4091
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [51c18e8e807e12dae94b09b1a517616c4a2a4730]

        dbaccess: this can happen, that's why we check for it
        
        Change-Id: Icc85dde5cc53a6880ac83d687bad498ab984c4cf

2013-05-30  Noel Grandin  <noel@peralex.com>  [73a809cba87eefbb495c5ba53f89b48d671f8230]

        Bug 64984 - EDITING: Creating table with GUI - table could not be saved
        
        This bug was introduced by my commit
        002aab309055b7feeeeeb25c1835b6abe6646729
        "fdo#46808, convert sdb::tools::ConnectionTools to new style"
        
        Change-Id: Ib10f97bbe46d20db663047d2f35ec4850df839fa

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [7d581c5ffe81ec028746d3308da38464a478c1c4]

        sw: unused includes in dbg_lay
        
        Change-Id: I6707a5911fa8b97946c72c1846e1235032680ead

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [e23a20db4cd3165b013e3f2a451a5d04fa0315cf]

        sw: unused includes in colfrm
        
        Change-Id: I8ddd17b7192005bbb46f9ed531cbb549ec58963d

2013-05-30  Miklos Vajna  <vmiklos@suse.cz>  [a5c5e3410d594ba724454a00faa088d92e60fce6]

        sw: unused includes in calcmove
        
        Change-Id: Id84e4df270e302399c4696e11da2d09f2ef44899

2013-05-30  Takeshi Abe  <tabe@fixedpoint.jp>  [b34e39bcc2c079480f7329b3585a0190750306f4]

        sal_Bool to bool
        
        Change-Id: I20c94b140547e1f8de0665c7287bf586fb91dede

2013-05-29  Michael Stahl  <mstahl@redhat.com>  [526fbddf6935b0a3983563af71c4ccea4561cebb]

        connectivity: make MSVC happy with pairFirstLess
        
        MSVC 2008 with _DEBUG calls this with parameters in wrong order so needs
        more overloads.
        
        Change-Id: I334fd93bea278dc147b3b575d079cacf02de5e87

2013-05-29  Michael Stahl  <mstahl@redhat.com>  [713cfaf98425e048963e8044be25cc0aa0840b28]

        WaE: C4146 unary operator applied to unsigned type
        
        Change-Id: Ic23667dc5fb455a7b11f49f4a13df2c49496f702

2013-05-29  Michael Stahl  <mstahl@redhat.com>  [68ba2785c55eaa1ea70ce135bdad5322b0e04ed7]

        ucb: NeonLockStore::stopTicker(): avoid deadlock
        
        Tor reports that NeonLockStore::stopTicker() m_pTickerThread->join()
        can deadlock with TickerThread running NeonLockStore::refreshLocks().
        
        This can be avoided by copying m_pTickerThread to the stack, and
        releasing the m_aMutex before calling join().
        
        Change-Id: I387f83a530c5b893f79fa677b1092e0902c8af65

2013-05-29  Andras Timar  <atimar@suse.com>  [cdc0733e83196c39998163d4e6ca2430c7ac03e1]

        fdo#61232 update Bulgarian AutoText templates
        
        Change-Id: Ia89a076e105791100d55d93e703168677fd2ef54

2013-05-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70b36c6ab0414423f573bb8e5c1ee9ff0579821b]

        enable-debug for orcus based on ENABLE_DEBUG
        
        Change-Id: I8f677bc57ab3c70e60f7708cc020526d4bb71043

2013-05-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af8e6f4f544ecd01d3eda5f38bbd4779d5e8b2c6]

        r is an optional attribute in c and r, fdo#65059
        
        Change-Id: Ic954cc5692ddc899f8a6fa99466bc0c8a83da352

2013-05-29  Andre Fischer  <af@apache.org>  [7e1c66163287eef13253d20639b9b2c78abf2580]

        Resolves: #i122405# Sidebar panels no longer dispose...
        
        XUIElement's inner objects
        
        (cherry picked from commit 3464c3499e708370359a9c0864bd4edc76d3a4c0)
        
        Change-Id: I860e09fe2436bb8a08458e4f49fb88f05d34dbd8

2013-05-29  Andre Fischer  <af@apache.org>  [10480649244213a6346bdb52192580f0b4ad6804]

        Resolves: #i122394# Force creation of new sidebar panels on DATACHANGED events
        
        (cherry picked from commit c726a12e1833af2f06858e5a797bcbd03bf9e996)
        
        Conflicts:
        	sfx2/source/sidebar/SidebarController.cxx
        
        Change-Id: Ie28ff4371e42fd57534eeca75dab1a4bfda2ead6

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [c723428d61c7a5a5ee5796e2ed8d891db384c52a]

        tiny tidy up for optctlpage .ui
        
        Change-Id: Ia3c96d5902827fd7d2c1161269cede17fd50135c

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [23810778e60f222dac43702700dd0bad3b1aaf5f]

        Updated core Project: help  9725a25d88fd4a4c2abfcc41a2961bdb2de4ebb1

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [680f375476a2dc51e496bfbfbdaea4163a2f58b2]

        valgrind: fix leak
        
        Change-Id: I3c8fdc00c3d4c6adaf6f1f790ed0549676e76772

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [1d53996334db8850ff7a1bbfa8fa22b230b1c40e]

        convert save defaults to .ui format
        
        Change-Id: I7843598761cf95b04d9c3741cd8b0612b9b059ce

2013-05-29  Armin Le Grand  <alg@apache.org>  [ddca040048b6b26bd348e9c4a8a3528ad1613814]

        Resolves: #i121609# Made conversion to bitmap more direct
        
        (cherry picked from commit 5fdbac8ba880a1158e11f0b42059c09510a3ddac)
        
        Conflicts:
        	svx/inc/svx/svdxcgv.hxx
        	svx/source/svdraw/svdxcgv.cxx
        
        Change-Id: I654f82546656aa1789a3838c1373564bc28eaf31

2013-05-29  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [3d4d89cf5a181aa306dfadc8cfb9a2cf8e59bfcd]

        Convert option Complex text layout to .ui
        
        convert the complex text layout widget and do the rest
        of the conversion.
        
        Change-Id: I8d928284e9532dfbc2f5e8d7d59f789de7865925

2013-05-29  Michael Stahl  <mstahl@redhat.com>  [963737d4dc83a162c2e295e942feb6fbf47bb809]

        fix copy paste error in gb_ExternalProject__use_boostsystem
        
        May cause liborcus build failure.
        
        Change-Id: I8a313dbe46cba28bccb749e4496a852872782e3a

2013-05-29  Stephan Bergmann  <sbergman@redhat.com>  [69e697deefc9bebefa2daac4ae4b8cde5ae742f1]

        Improve DialogProvider service ctor
        
        ...recently introduced with c75a46fbd0ba4daf857fcd7d70badeed5aae8e28 "fdo#46808,
        use DialogProvider service constructor."  The general theme of this additional
        ctor appears to be more about "Scripting" than "Listener," and the DialogLib
        argument is actually expected to be of XNameContainer type.
        
        Change-Id: Iea7d906d9b2ffc3b3ee5b2cbfaf7c58191037c9b

2013-05-29  Cor Nouws  <oolst@nouenoff.nl>  [45abf356c24ef0ff716d1ad3a6652007f2292259]

        Improved text in GUI for Macro recording: it is limited
        
        Change-Id: Ib7243496a4fa0f563ae3bbba4c2c67b62e19f83c
        Reviewed-on: https://gerrit.libreoffice.org/4087
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-05-29  David Tardon  <dtardon@redhat.com>  [38797f7f4129e1e09be9308a36311cf2f1afef79]

        valgrind: init. member variables
        
        Change-Id: I7e0d99f549841d466d5dfb69cde74b424ae98b0b

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [8931c8f3c58afe35b5b7c98e136825aff04291e3]

        bnc#817956 v:textpath VML import testcase
        
        Change-Id: I4c4c3a84e8d9d048262e6570a8bed0106e8d184f

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [f2720b87093968670e3fb47d24d4952f1631a654]

        bnc#817956 VML import of mso-position-vertical-relative:margin
        
        Change-Id: I86464c44022ef8c8a8037d4228bb2a6409fc77af

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [b2c16f6c1b8bd3c96e0549eb3036c820094a795f]

        bnc#817956 fix VML import of rotation
        
        In VML, positive rotation angles are clockwise, we have them as
        counter-clockwise. This wasn't noticed earlier, as the n751117.docx
        testcase also had flip:x. (For example, rotation with angle 90 + flip:x
        is presented as 270 by the UI.)
        
        Fix this, and also mirror the angle when flip:x is present.
        
        Change-Id: I591ec3369a5bdca53f9684006a459d11e37fbc33

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [290695c785ef831abb6e78cd3675bc071f05f643]

        bnc#817956 VML import of v:textpath
        
        Word exposes this as Watermark in its UI.
        
        Change-Id: I23d9b2aab2dab60a98c7f456b0592c2b74bcaf81

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [4eaabc45f76aefe82558b283975ab9df3aea7fce]

        bnc#817956 DOCX import: missing last character of shape text
        
        Make sure writerfilter only removes the last character of the text if
        it's a newline.
        
        Change-Id: I96980e2d148ced93363b3147545afdd0dd070e5d

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [b2d08d759ee755cb5722553e01fb6d007ac9ffbe]

        convert more queryboxes to new message box replacement
        
        Change-Id: Ice41a86e17d5cbee784e239224b640ea4378ac36

2013-05-29  Noel Power  <noel.power@suse.com>  [d4116a4f66ce20b492c143606b67d5eb9ee2fc09]

        add some tests for worksheet_change ( when excited by various range changes )
        
        Change-Id: I0399a9557170de7d45f0fffbcb2c00a8f084010b

2013-05-29  Stephan Bergmann  <sbergman@redhat.com>  [8c3657658a70523005c0dbb19a691aa025da039a]

        Tweak comments
        
        (Preventing documentation of macros via @cond ... @endcond is apparently at
        least broken in Doxygen 1.8.3 and working in Doxygen 1.8.4.)
        
        Change-Id: I2ee582119dba2c3d27db5298786d3076921af46d

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [54054514403a3e9bc45a71b20eb5e58befbb5508]

        bogus TRUE/FALSE -> sal_False/sal_True
        
        Change-Id: I72e0b6b3261422bd5fc47445d38cc64241d62362

2013-05-29  Ariel Constenla-Haile  <arielch@apache.org>  [ac66cb60b09b16b3a280e7cea5f2f01e852dfc85]

        Ensure socket or pipe are passed to the native driver
        
        (cherry picked from commit ad1186563ea12ce63dfdf738c332bf712084f633)
        
        Change-Id: Ib556732abb42dd3371331368c2b2eb717d505461

2013-05-29  Ariel Constenla-Haile  <arielch@apache.org>  [37ca14359b8c4027f1d9f9569ddfa2740cd2731e]

        Related: #i119525# List only JREs whose jvm library can be loaded
        
        (cherry picked from commit 0b31fa19e50d8259d3cbe695723ea02e2c5ff711)
        
        Change-Id: I1f96c6239d7278c4eb0c17b69f9d35e08eb8260b

2013-05-29  Ariel Constenla-Haile  <arielch@apache.org>  [33c2427824ac893b15777527b818ec99c78c61dd]

        Ensure UNO context propagation on drivers instantiation
        
        (cherry picked from commit 78b2bf15963704fafb823e80bbccb287847fe1db)
        
        Change-Id: I876b24bc5324c3aede992c4cadb7014b570de5dc

2013-05-29  Oliver-Rainer Wittmann  <orw@apache.org>  [1c21f83d723df1ced2582c2c3f2411e803a197bf]

        remove code which has been commented out
        
        (cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405)
        
        Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782

2013-05-29  Ariel Constenla-Haile  <arielch@apache.org>  [988c2ed9391107c3807abcdf81cae2f8872395d3]

        Resolves: #i122351# Rearrange controls of Cross-reference page
        
        in Fields dialog
        
        Patch by: Tsutomu Uchino
        
        (cherry picked from commit 5e59a33a330ec1bbc7ebea0c43d59eadc7460b9b)
        
        Change-Id: I8e7264caa875fe49cf66a24e201fbf8966aa19fa

2013-05-29  Herbert Dürr  <hdu@apache.org>  [b45876bf0f2eeafba0a4f9f8f30cd4279eb2aa3e]

        provide complete type of CellInfo before it is used
        
        (cherry picked from commit 687d6ed3e4ecb836634bfda71bb5596e18bbc2e1)
        
        Conflicts:
        	sw/source/filter/ww8/WW8TableInfo.hxx
        
        Change-Id: If21c5d7c6db2803f7da59e28c00d47790abffe86

2013-05-29  Caolán McNamara  <caolanm@redhat.com>  [e1823ea132c41b16fb165a641ce8388585764124]

        compile callvirtualmethod with -fnon-call-exceptions
        
        Change-Id: Ibcf70dd5626474bb2a023ce43d7ac661401fd1cb

2013-05-29  Petr Mladek  <pmladek@suse.cz>  [5281a6c101d3a2b6ee54fbba7924510325ca37a6]

        fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)
        
        There was a mistage when merging the clean up.
        
        Note that $(UNIXFILENAME.$*) is not correctly substituted if the variables are define
        by another VAR.bla variables. This is why we need to hardcode the lowercase names here.
        
        Change-Id: I9110083122175cdbd09baa0533d890a7ef6d8213

2013-05-29  Andras Timar  <atimar@suse.com>  [d34c759cd2352754037f74e0e6302c64c6af66da]

        typo: Ssymbols -> Symbols
        
        Change-Id: Ifc518e65ccdce4e853fc419b87547b00d0e437a4

2013-05-29  Noel Power  <noel.power@suse.com>  [20d792d6379600df8b56a2735f9dd1cb63967e4d]

        some Worksheet.Change support
        
        Change-Id: I91203e74d54adba17a20ef7b7d835d9ac49855be

2013-05-29  Pedro Giffuni  <pfg@apache.org>  [b1edc65b2ad18720fefb5ba769f2c6f8c46623d6]

        i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.View
        
        not working correctly.
        
        Patch by:	lihuiibm
        Reviewed by:	Chen Peng

2013-05-29  Tor Lillqvist  <tlillqvist@suse.com>  [4908bc611113f4c125eff52e2b66d029ffaf31d3]

        WaE: unreachable code
        
        Change-Id: I86080d7849b58f39623c22494992b2d84d9ed6de

2013-05-29  Herbert Dürr  <hdu@apache.org>  [c759d349f235d74508c2f8af4e85cc313897a361]

        optimization fix to UNO bridge's callVirtualMethod() for generic x86_64
        
        if the pCallStack variable is optimized out then any assumptions of the
        method's inlined assembler about stack layout collapse. Adding a pseudo
        dependency to the pCallStack variable solves that problem
        
        (cherry picked from commit 254359b9ed96152091b8f7a74a3442cf6c553e04)
        
        Conflicts:
        	bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx
        	bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
        
        Change-Id: I5ba7713c2630bb3ecc4343632e796c38541bcd0e

2013-05-29  Herbert Dürr  <hdu@apache.org>  [6526fda99f9133736906f326dde5cf48f967fcee]

        Related: #i122378# avoid non-iterator bound std::transform()
        
        in some build environments the use of std::transform() with plain pointers as
        input iterators results in many warnings about how unsafe such a construct is.
        The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS
        define. Open coding the construct makes it cleaner and more debugable though.
        (cherry picked from commit a599e5242751057537c3de6eb58ceff2a173580e)
        
        Conflicts:
        	comphelper/inc/comphelper/namedvaluecollection.hxx
        
        Change-Id: I3233116bfb862f6cda038541ffecac492623611c

2013-05-29  Stephan Bergmann  <sbergman@redhat.com>  [07b348f51d4af8b6cf78deaf80f5e05bc550e019]

        Adapt Doxygen STRIP_FROM_PATH to moved headers
        
        Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec

2013-05-29  Thomas Arnhold  <thomas@arnhold.org>  [4b373ef7f5fecc9a90e0e3cb90f297bc1101afef]

        fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
        
        Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-05-29  Miklos Vajna  <vmiklos@suse.cz>  [14e163b0caf97addf340aefc5760a9031ec98390]

        import RTF_BACKGROUND
        
        That destination contains a whole shape, but the only interesing detail
        of it is the fill color, which is the page background color.
        
        Change-Id: I9527db8954c48c980f8734c9bbeaa6ccd3c48fbc

2013-05-29  Tor Lillqvist  <tlillqvist@suse.com>  [9edaf808c567cb54477b522c51416921c4811d2e]

        Reinstate settting of vsarch which is used a few lines below
        
        Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae

2013-05-29  Jianyuan Li  <lijiany@apache.org>  [60790b3f0ccc1779bcff2ddcc278a9027aedabee]

        Related: #i119628# Arrow shape changed is save doc file by AOO
        
        Reported by: Yan Ji
        Review by: sunying
        Patch by: Jianyuan Li
        (cherry picked from commit 43ff744cb9411b13860c3c57f7a052a6ab56001e)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I88ab49daa7b82b573eaf6a22eb4a2ce97b871027
        
        Signed-off-by: Xisco Fauli <anistenis@gmail.com>

2013-05-28  Noel Power  <noel.power@suse.com>  [353e4d00f5a1226146466ed93c99e911c268d650]

        oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()
        
        Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37

2013-05-28  Herbert Dürr  <hdu@apache.org>  [4074c441bf3d959cfeb30f6d0eb5c73f7bf89b1f]

        Related: #i122208# const SC containers cannot provide non-const iterators
        
        (cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137)
        
        Conflicts:
        	sc/source/core/data/bcaslot.cxx
        
        Change-Id: I774235d445192833031f99211639f23116e37bb4

2013-05-28  Oliver-Rainer Wittmann  <orw@apache.org>  [183db520892b887eda8ecfe1cc2af1bc3dd5d2d7]

        <SwDrawTextShell> - remove self-destructing call to <SwView::AttrChangedNotify(..)>
        
        - remove superfluous slot invalidation
        (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)

2013-05-28  Herbert Dürr  <hdu@apache.org>  [b828a6f494cc90e1a135e7442589679993eb2a5c]

        Related: #i121715# find official JRE>=7 on OSX
        
        (cherry picked from commit a3eded9728647bde4af68b9f3c75a51dc0676fc7)
        
        Conflicts:
        	jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml
        	jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
        
        Change-Id: I5ec6aa62147f9b3fb3e5142fbc2658c0b54f21b8

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [53b552518e1feab4a5cc25bb92ea26dc9b2c7e4f]

        WaE: illegal character encoding in string literal
        
        Change-Id: Ic1a85b48363b2596ebfe225dc76332068229cb96

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [c95999782ee393a121ab36d2a46ba21940b40708]

        Bypass the type_info generation when using libc++ for gcc3_macosx_intel, too
        
        (It causes linker errors, type_info destructor not found and a few
        others. Possibly this is a bug in Apple's libc++abi?)
        
        Change-Id: I50bc97c8e061ff47d4ff16f31d37cfe3b4f5a010

2013-05-28  Ariel Constenla-Haile  <arielch@apache.org>  [0a5fda73e82b7c47db2612954f061f9ab2824de8]

        Remove icon property from commands without icon
        
        (cherry picked from commit 76f5fa8ed67bfcd162de49a74b2f4484935d55b2)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        
        Change-Id: I72d3f6ae382793943084235a8e8112bba509e694

2013-05-28  Caolán McNamara  <caolanm@redhat.com>  [aa4ceee5cc4fab5d55ba4cf7970a41df4e2d8ca7]

        drop ludicrously old msg_filter foo
        
        Change-Id: Ie53c9acd51a53fbb11f0735739edbf18551a620b

2013-05-28  Andre Fischer  <af@apache.org>  [21747cae6ad12ec6566e6dd9a06f3c268c72404d]

        Resolves: #i122387# Use the right tool box for font color in text sidebar
        
        (cherry picked from commit 08159967126946849906827ceadd802053d132c0)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/EnumContext.hxx
        
        Change-Id: If40d3dee7c11e4ea6b01d40d713280e1dc19484d
        
        Unname unused argument to prevent compiler warnings.
        
        (cherry picked from commit f68dfc2cc8754d9cf72ae1b09f119e683ad44124)
        
        Change-Id: I6450c6e46d5971abc871ed378d2ad6307e8f7a3e

2013-05-28  Andre Fischer  <af@apache.org>  [0143805a565418d2a114c16b7eeba3b784176d9e]

        Resolves: #i122332# Don't change sidebar context when switching...
        
        to other application window
        
        (cherry picked from commit 604502e2a4b53f35aedbf0205598a9b691c0d532)
        
        Conflicts:
        	sd/source/ui/view/drviewsa.cxx
        	sfx2/inc/sfx2/shell.hxx
        	sfx2/source/control/shell.cxx
        	svx/inc/svx/sidebar/SelectionAnalyzer.hxx
        	svx/inc/svx/sidebar/SelectionChangeHandler.hxx
        
        Change-Id: Id3c427e02714ef0d6686a78094e2f7f3b390a693

2013-05-28  Andre Fischer  <af@apache.org>  [ec3fafa60efa8f4bec1ca53e5bbe0e7b2be61f54]

        Resolves: #i120589# Improved detection of missing perl modules
        
        (cherry picked from commit 39ca53381a03676402d3a8c27c05b8400888118e)
        
        Conflicts:
        	configure.in
        
        Change-Id: I2f5d18c98693daa29a19345f56faaf7d1ae3c34a

2013-05-28  Andras Timar  <atimar@suse.com>  [6e9b9e61ee2e1aab7abfa6a6cf01c269b3f02cb8]

        make 64-bit shell extensions work, put 64-bit VC runtime in the same dir
        
        Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed
        to the "system32" folder. Windows installer automatically replaces it to
        SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory.
        They conflict with the 32-bit dlls, and will not be installed. Therefore
        64-bit shell extensions will not work, unless the 64-bit VC runtime is
        installed from other source. It is not possible to install both 32-bit and
        64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012.
        For the 64-bit shell extensions, we can install the runtime dlls next to the files.
        
        Change-Id: I157048a521662bbac568d1660e46576935f0ea9f

2013-05-28  Armin Le Grand  <alg@apache.org>  [4f298ece2f48d4a632ea50e0f287192f619cb586]

        Do not enable outliner when it was not before only for temporary undo disable
        
        (cherry picked from commit 68e5157012bc54ad4ce9bcd644cc163d5662ff67)
        
        Change-Id: I2cbdc2a228884dff8000206ced4a5d8930dd6339

2013-05-28  Armin Le Grand  <alg@apache.org>  [75326909e5ec58f1ff030af8b35d70dafd036bba]

        Related: #i120515# do not create undo action when in Init()
        
        (cherry picked from commit 1c02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101)
        
        Change-Id: I57cbc1a19f18d71a27fb87086375b22755443675

2013-05-28  Armin Le Grand  <alg@apache.org>  [d7b7c9fdfe63deec26c420efc3ff1fd73c21bb27]

        Resolves: #i120515# Implemented and finetuned the enhanced Undo feature
        
        (see #i120498#) for sw
        
        (cherry picked from commit fb2580f1c8ae0cd1418c257823dc2d735607655f)
        
        Conflicts:
        	sw/source/core/draw/dview.cxx
        	sw/source/core/inc/UndoManager.hxx
        	sw/source/core/undo/docundo.cxx
        
        Change-Id: I9970377d66f1104448a2ee7e4fb1cf82bf559cd8

2013-05-28  Armin Le Grand  <alg@apache.org>  [c726a1b12c9fdc91f32e6bed4d6dbd1edf73f9f8]

        Related: #i120515# Implemented and finetuned the enhanced Undo feature
        
        (see #i120498#) for sc
        
        (cherry picked from commit 472c175d1bb809db1dc997d9712d6ecb3fbe731c)
        
        Conflicts:
        	sc/source/core/data/document.cxx
        	sc/source/ui/view/drawview.cxx
        
        Change-Id: I4ae171807b80e3f6c9f44028bd04dfac9338e627

2013-05-28  Armin Le Grand  <alg@apache.org>  [71e37a5c3886ff35d7240a9fb6b30aceec057782]

        Related: #i120498# fixed error with half text edit undone
        
        extended as preparation for #i120515#
        
        (cherry picked from commit ddd9492911585313faf1769f88323a8421bf93db)
        
        Conflicts:
        	svx/inc/svx/sdrundomanager.hxx
        	svx/inc/svx/svdedxv.hxx
        
        Change-Id: I50272a5719ee6e6a1a7fd1bafe9d94f480b1dbf5

2013-05-28  Armin Le Grand  <alg@apache.org>  [12a4200e8ff7f045efcc7e9d15a24b15b248c437]

        Related: #i120498# Enhanced Undo/Redo and user experience...
        
        when editing texts in graphic objects and/or tables
        
        (cherry picked from commit a096725779b210c7a2706e72596fd7c80e049fdd)
        
        Conflicts:
        	editeng/inc/editeng/editeng.hxx
        	editeng/inc/editeng/editund2.hxx
        	editeng/inc/editeng/outliner.hxx
        	editeng/source/editeng/editundo.cxx
        	editeng/source/editeng/impedit.hxx
        	editeng/source/outliner/outliner.cxx
        	sd/source/core/undo/undomanager.cxx
        	sd/source/ui/view/drviewse.cxx
        	svx/Library_svxcore.mk
        	svx/Package_inc.mk
        	svx/inc/svx/svdedxv.hxx
        	svx/source/svdraw/svdedxv.cxx
        
        Change-Id: I40e3ef2dff681f9b6f2f6b5d35507071f8110533
        
        Comment unused variable pNewEditUndoManager to silence the compiler
        
        (cherry picked from commit 568655083af7830e7b9edf56ef862ddf9a99003b)
        
        Change-Id: Ib7179ee6c34ce03a75942978831c3a55968f161f
        
        Removed unused variable
        
        (cherry picked from commit 0bbde4414badfd40234de4a4c9f750194f5d1d5e)
        
        Change-Id: I39e7f25426e8e7d1367102d603b0f6c84d96622f

2013-05-28  Caolán McNamara  <caolanm@redhat.com>  [64b07d99aa0b31b3d04519afe6afe0cdf36bcd6f]

        pause notifications while undoing to keep a11y out until we're done
        
        Block them together and announce after undoing that all is done.  This stops
        a11y trampling in before we're actually finished, querying for the new text,
        which unsets the invalid flags as the new layout is now up-to-date, but
        unfortunately results in the view not redrawing as the layout is apparently
        valid and doesn't need to be redrawn.
        
        To reproduce, enter a drawing rectangle in draw, enter some text, and (without
        leaving edit more) press ctrl-z. The text appears to not change. But the model
        has changed except the view didn't get to hear about it because a11y swooped in
        between that model change and the view checking to see if the model changed.
        And the format update there unsets the model-changed flag.
        
        Change-Id: If2552ef3680b9bd64a2e28a3e9cdbb9e2d45f329

2013-05-28  Andras Timar  <atimar@suse.com>  [d93c8739e899f15eadc6e348b41be07253bd0357]

        do not localize whitespace-only strings
        
        Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb

2013-05-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e8352a90c2b6d9b20c71e3b2867169236bca13f5]

        fdo#64451 Add "Find All" to the Find bar.
        
        Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf
        Reviewed-on: https://gerrit.libreoffice.org/4016
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-05-28  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [3f923bf9cf9b6fe728e7804fdb13aabe620d3dbc]

        fdo#63323 fix the comment position when the mouse over cell
        
        fix the X position when the sheet are RTL.
        
        Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1
        Reviewed-on: https://gerrit.libreoffice.org/4069
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [b0a1666f756aa5f5315366eca9d7d02ddd55d2b7]

        Bypass dynamic type_info generation for now when using libc++
        
        The type_info crack is even harder in the libc++ (with Clang, on OS X)
        case, sigh. Punt for now and let's see what happens...
        
        Change-Id: I17c3a4d9d933acfbf554649c9ec8b6fb5213f2f0

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [f5aa04485c86a5753bd7af057b86336efe089fae]

        Enable optionally using libc++ on OS X (when targeting 10.7 or later)
        
        Experimental work in progress.
        
        Change-Id: I92663e07c7322037182141603f72c6d442da6ee9

2013-05-28  Stephan Bergmann  <sbergman@redhat.com>  [7b91e84c72596d8d1dc3687292c9946f172c4df6]

        Optional pyuno module should have its own services/pyuno.rdb
        
        ...this e.g. changes the error message when trying to register an extension that
        contains an (actively registered) Python component but no pyuno is installed
        from "Binary URP bridge disposed during call" to a less frightening "The service
        com.sun.star.loader.Python cannot be instantiated."
        
        Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [c36ff98f796761a4ec106563ad9761d8020b497a]

        Error out if <prex.h> is included when compiling for OS X
        
        The X11 headers are present in the OS X SDK (because OS X does have an X11
        server, even though I think it might be a separate download and install on
        demand nowadays), but we don't want to include them even if it would be
        harmless.
        
        Change-Id: I48011d7e1d2cd6398fc7b4cba8ec8100addc053b

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [13229ce11e8d801e4dd40060fd801830095aa59e]

        UNX does not imply X11
        
        We really need some feature test macro that would be equivalent to
        using X11.
        
        Change-Id: I0c1f9b487b4feab3b7d4641e898f9fdf0144065b

2013-05-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [daa2ac6e76a4c30a4e2b9a9d0f9d7e351fcb5b5f]

        Added pretty printers for writerfilter OOXML tokenizer
        
        Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44

2013-05-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1848540022f2f50436ec505eb82efa99bb14a5b3]

        SmartPtr pretty printer now behaves according to set print object value
        
        Change-Id: Ie8a092b7d91e0f379c7102c3aa12da8eb7666840

2013-05-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9f4c8a8bca06b4c2a916a51909367b453fc41a8b]

        n#816593: Floating table width import fix: adjust the frame width
        
        Change-Id: I8212bc5981418f6cbd514bf5002e6a5dbdf53152

2013-05-28  Stephan Bergmann  <sbergman@redhat.com>  [788a38fd32389ba73d5db2b38920768f4af24fb5]

        Better verification of bad idxdict input
        
        ...see dictionaries comits df423c53829faa96f46acd71887fd0f8697c49e9
        "fix Lithuanian thesaurus" and 9b6407dadc64e10e7117d8551917b46105ecc6c8
        "Fix more thesauri."
        
        Change-Id: I6ddc41fce4e3f68d80d05af3320c835b98908fcb

2013-05-28  Stephan Bergmann  <sbergman@redhat.com>  [b263b27c014fc1152bedba9f4d999d3f7db1f038]

        Updated core Project: dictionaries  9b6407dadc64e10e7117d8551917b46105ecc6c8

2013-05-28  Caolán McNamara  <caolanm@redhat.com>  [90df8be13d8f72e0d431161a864f108e74549aff]

        Fix editing text in draw object undo regression
        
        Regression since 6e29f56895cd38aa7dee85112370a7cfc0d24632 and
        28d2a0c162b477a013c7c51c19a94fb08b55b276 pText1 can legally be NULL
        
        Change-Id: I0d54f4aeaa18834c32daeabad43776bc4f68088b

2013-05-28  Luboš Luňák  <l.lunak@suse.cz>  [19caa204bd1a366ff8452c0f4bbb79fd0ef549f2]

        fix emf transparency handling (bnc#820385)
        
        46e53913e9dcc84ffed8fb5f1b4959c70c7e5649 fixed some transparency emf problems
        on X11, it however did it by implementing alpha support in X11SalBitmap only
        and made generic code rely on it. Now it doesn't work at least on Windows,
        after reverting it works on Windows but not on X11. As I have no idea what
        the real problem is, at least keep both code paths.
        
        Change-Id: I2f2cf247becfcd777b4f3d129efe4d6a5d641f7b

2013-05-28  Mark Wielaard  <mark@klomp.org>  [e39e9e4cd8a7c9a1d465eeec88aa5581de535fa6]

        Source files shouldn't have executable bit set.
        
        Change-Id: Iafad6249a7998d7c749c1ca2979a606078cfcb5e
        Reviewed-on: https://gerrit.libreoffice.org/4070
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-28  Jian Fang Zhang  <zhangjf@apache.org>  [fc08fc98655397103ce7aacc18c2aa538ccff4e1]

        Resolves: #i113600# Add call to subtable SwXMLTableRow_Impl.dispose()...
        
        to break cycle reference to SwXMLTableContext object
        
        Found by: zhangjf
        Patch by: zhangjf
        
        (cherry picked from commit ba47a717e009b2b497cbccfca2872e66f9ecb130)
        
        Change-Id: Iba0b581920417b3866b07542621d56ccdc272261

2013-05-28  Miklos Vajna  <vmiklos@suse.cz>  [7fbc4335aedbc0574700f06ae48114d2aa3e8a5e]

        sw: extend README
        
        Change-Id: Iaad121a3333ab7cffcc2cbd6cb1b3e447f0989f7

2013-05-28  Andras Timar  <atimar@suse.com>  [a82842e6121565b0afcdc6b16c4ad954a39f808d]

        Updated core Project: dictionaries  df423c53829faa96f46acd71887fd0f8697c49e9

2013-05-28  Ariel Constenla-Haile  <arielch@apache.org>  [7e7e4c7a38764283ea334187fae4e21bd7d4f478]

        Resolves: #i121216# Allow unique logger file name
        
        (cherry picked from commit a9606aa4d8a6bcb3955d991ee45c56cb93be2450)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Logging.xcs
        
        Change-Id: I25719f2898df2f91ef9c71234e9eab83f8140b96

2013-05-28  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [898a3e84807bccbb876e3f5583728f6d24e05e9a]

        fdo#63254 UI:Horizontal scroll bar isn't displayed when RTL tab
        
        opened with LTR UI.
        
        Change-Id: Iff6899539fe0b1788df7b09f91f850b91bcdb811
        Reviewed-on: https://gerrit.libreoffice.org/4024
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [d8a593a32b718c211fbec120fee26c0bc61f0fad]

        Fix Windows build of concat-deps
        
        Change-Id: I4c009618598714769f8b561640f69a4d1038339d

2013-05-28  Herbert Dürr  <hdu@apache.org>  [08bb8fca4144608237418d64b1479840c408256f]

        #i122208# replace the binaryurp cache for improved C++ compatibility
        
        Failing to instantiatie incomplete types like the Map::iterator in
        binaryurp Cache's Entry members is allowed by the C++ standard.
        The rewrite makes it more compliant with other C++ compilers/STLs.
        And interesting alternative would be to use boost's multi_index_container.
        
        git-svn-id: http://svn.apache.org/repos/asf/openoffice/branches/rejuvenate01@1480367 13f79535-47bb-0310-9956-ffa450edef68

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [da1dea9ae24fd4b17c54646f158c617a098291aa]

        WaE: unused parameter 't'
        
        Change-Id: I5bfb2e2c44e11a03278a4a127396dcb2861c63b8

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [b2a50c70072d55d0055d41e6862138a6a06cb08d]

        Nah, we still need the dynamic_cast in SAL_STREAM for gcc/libstdc++
        
        Not sure if MSVC would accept also the simpler thing, but anyway, the
        dynamic_cast works for it, too.
        
        Change-Id: I2dfa1e70b75bc17d38b5e95be0a0f1dd66767bf1

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [00f13ed9dd944846740e6a9867cf02a48585a609]

        Fix build of concat-deps on OS X when solver/*/lib does not yet exist
        
        Otherwise the -Wl,-fatal_warnings will hit us.
        
        Change-Id: Ib41a1aa291ebc4605c9e314505338e1b8adb886a

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [691b6ea8e100fc55f0ff70a82511722733113a07]

        Make the SAL_STREAM thing compile with clang++ -std=c++11 -stdlib=libc++
        
        Avoid error: dynamic_cast from rvalue to reference type
        '::std::ostringstream &'.
        
        Change-Id: If5ba1ee79616e81b12f9db67c61b4f085b30a08e

2013-05-28  Noel Grandin  <noel@peralex.com>  [e0fc16f769efc7b0c0b517a80523bb4e2c87b618]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I8272ecab34711654ed27625a571cf2553ffd7468

2013-05-28  Noel Grandin  <noel@peralex.com>  [c380b432e32647ca9583b688c9b2f5688d7c2695]

        remove unnecessary parameter and field
        
        Change-Id: I10311ea88f69566d9e30308c0cff193dd5ddcd11

2013-05-28  Noel Grandin  <noel@peralex.com>  [5835d8d2716448fb5549e7bae433704143d63e84]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: Ia55bb7af6e5d1c76f3cf8001ea53892e1e1bdac0

2013-05-28  Noel Grandin  <noel@peralex.com>  [052de9c16bc4018d2ae3edc6282267e04d3956ac]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I7223d8e2c962ca90eda08119ed73a034d334329d

2013-05-28  Noel Grandin  <noel@peralex.com>  [8f3cec9d7a50f33c7be5191656720e463712dd83]

        fdo#46808, Convert ui:*AcceleratorConfiguration to new style
        
        The services already existed, they just needed IDL files.
        
        API CHANGE:
           The return type of XUIConfigurationManager#getShortcutManager()
           is now XAcceleratorConfiguration instead of XInterface.
           This should not be a problem because XUIConfigurationManager is
           unpublished and the client code was relying on the service
           returning that type.
        
        Change-Id: I399fe35de3394b02a4166b75eb7ff93b28be8bef

2013-05-28  Noel Grandin  <noel@peralex.com>  [aff5c4d76b7a876e9ce9e0b70bb52864dd65be24]

        fdo#46808, Use service constructor
        
        Change-Id: Ia943f806ebce8afebabc76d1f74ad792ded761a9

2013-05-28  Noel Grandin  <noel@peralex.com>  [95ec16b513c979fd78d2f11d23157a4b8819d848]

        fdo#46808, Convert frame::LayoutManager service to new sty;e
        
        Change-Id: I46c3950aee336548d6e0acc6a7d1da655c158175

2013-05-28  Noel Grandin  <noel@peralex.com>  [1d1825db869d3c633ec222fdaa7e4a813ac0627a]

        fdo#46808, Convert awt::UnoControlDialog to new style
        
        Change-Id: I9a5256c8dbacda60167403b4e26900588943a9b2

2013-05-28  Tor Lillqvist  <tml@iki.fi>  [61fffd72ac9f09b95faf266f29e643c7bff802bd]

        Fix compilation error with older compilers
        
        Change-Id: If9eff90d91c79d942fec59fee4daedccf7c69a83

2013-05-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9438f38c0765d029c72495eb11ba63ff7f187ce]

        expression is not a valid cfRule:operator value
        
        We don't need the operator attribute when we have an expression anyway.
        
        Change-Id: I3a9af7d27de7a4aed535ee21528cb350fb91008a

2013-05-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86079e8823119599fb81ec6cfd1225d4b37cc525]

        correctly delete note captions, fdo#64068
        
        This fixes fdo#64068 and correctly without reintroducing the crash with
        Undo/Redo.
        
        Change-Id: I9ad48f6dbb7f1587985f8da9eba3886dfd4068de

2013-05-27  Andras Timar  <atimar@suse.com>  [2686d737c0e2695e274da55a3f3e147a24f77e29]

        fdo#65039 UI: Oxygen theme has wrong icon for Power regression
        
        Change-Id: I86b927d5c2e6a643beac8b9a151f572c028c18f3

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48f33936d11382b7d3127735c70a1c068733c7f6]

        restore old behavior for external references, fdo#64229
        
        Change-Id: Iae160607447ff6e1133f9e1e6f9c6a9f1e7bd7ab

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4]

        Resolves@ #i121926# fix malformed PROPFIND/PROPPATCH request body
        
        (cherry picked from commit 3c83ceae5e4ff5afe20ea76aeaaae6303cdaec2d)
        
        Conflicts:
        	ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
        	ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx
        
        Change-Id: I13dab5fb80235e2ab968a1492c05bf579ba08d40

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [3c18e25efdbbc13be3a0c6ed354d5e7a46feb451]

        Header clean-up
        
        (cherry picked from commit 9e6159be30751d0ff3af6086de0114cb769873ee)
        
        Change-Id: I1bd046e1aca89d3dd35780338737ca4a6f207bca

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [b42211965a5246735c6551f1472c82da8d20d508]

        Resolves; #i121201# Handle servers not supporting HEAD requests
        
        (cherry picked from commit d7085ea6fe26d2fc2ba384da04e454e78887f1f1)
        
        Change-Id: I4b3d50906468b998a1f4964d0ad1af3d31725332

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [a86bc34ddcff6b04bb9fdb8c960bbf2c49540da1]

        Resolves: #i121922# Fix wrong condition
        
        (cherry picked from commit 19c47c4496af7db6c8e41cc218d6c8c2fe69db0e)
        
        Change-Id: Ic3febe262cb6723a17e3ea9078137479211fbe59

2013-05-27  Noel Power  <noel.power@suse.com>  [fa19934a04118a1060e696710bfff3a0c9585b29]

        remove commented out ( duplicated ) RgbToRgbComponents method
        
        bah, added that, found a name clash, commented it out ( forgot to remove it )
        
        Change-Id: I99b09b7745963afc477524eb6713cfdf71fc7730

2013-05-27  Noel Power  <noel.power@suse.com>  [0c9533603392bd2646aed89b878f8761f217fb7a]

        remove some  methods that are no longer used after rework
        
        Change-Id: I2772dff6297e223caed499e0e7c801970e707700

2013-05-27  Noel Power  <noel.power@suse.com>  [10ceb0c3a27a9052e84582aef9e98dd2e206c195]

        buffer ExtCfRuleContext startElement processing
        
        ExtCfRuleContext::onStartElement processing depends on some data now buffered
        until CondFormatBuffer::finalizeImport runs. We now need to wait for this
        data to be available. This change buffers up the processing that used happen
        in ExtCfRuleContext startElement so it is now done as part of
        CondFormatBuffer::finalizeImport
        
        Change-Id: Ifbfe12740e6c4bc9791183dba89acb79cbbb6ef6

2013-05-27  Noel Power  <noel.power@suse.com>  [96b8aa8ed659ef0501bcbc01f01c9013dbe4bc77]

        buffer conditional formatting finalization so it happens after styles import
        
        Change-Id: If28059578280536141ea966d83e4540939f6e76b

2013-05-27  Noel Power  <noel.power@suse.com>  [f3611760f307949a17bfdcceadb3c6a7bfb20952]

        reorg styles code slightly, process normal (and row ) style in own method
        
        Change-Id: I701d12cf8f672824d7cfca1e995f02040fdd3095

2013-05-27  Noel Power  <noel.power@suse.com>  [fc861c7088e9b639a1c2c80f8ba4535c798aeb34]

        improve cell style xls[x|m] import performance
        
        This change reorganizes the styles by column ( and by row ranges in that column )
        so we can apply ScAttrEntry entries directly via Document.SetAttrEntries(...) this is
        what the binary filter does also.
        
        Change-Id: I7c1398c1d900e0a2b6c6ec3746b982ef60e653a0

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72e0e01c4b2adf9583c83cc6c7e2f4850a8b4704]

        add initial test case for DIF import
        
        Change-Id: I52634a8d31f580ac5565d615c872a575c6dc81c0

2013-05-27  Stephan Bergmann  <sbergman@redhat.com>  [6b562710cb8051e921726899246b421b197d49f0]

        Let package_ucp::ContentProvider::createPackage throw exceptions on failure
        
        ...instead of returning a null XHierarchicalNameAccess.  Otherwise, UCB's
        globalTransfer from a vnd.sun.star.package URL that denotes a file that is not a
        zip file to a file URL folder (i.e., to extract the zip content) silently
        succeeds but just creates an empty file in the target folder.  That, in turn,
        causes "unopkg add foo.oxt", where foo.oxt is a file that is not a zip file, to
        silently succeed and add an "empty" extension.
        
        This change is somewhat bold in that it changes createPackage from "can return
        empty reference" to "never returns empty reference, but can throw
        RuntimeException."  Especially, it considers "empty name" as a (silent)
        violation of its contract with its caller now.  I hope this does not affect any
        legitimate scenarios---at least, it does not break a "make check" here.  (In
        turn, the two package_ucp::Content::getPackage overloads change to never return
        a null reference, either.  And I changed the parameters of createPackage, seeing
        that all call-sites pass in some PackageUri's getPackage()/getParam() pair.)
        
        Change-Id: I0eab5f8059dfedefc7030da38da528ba21ea8d79

2013-05-27  Stephan Bergmann  <sbergman@redhat.com>  [740c7b1bb2132852784c01dfe21112ced3314eb1]

        Better debug logging
        
        Change-Id: Ida97a74a8629e0b170d882b38b0eeaa8f53d9bd3

2013-05-27  Tor Lillqvist  <tml@iki.fi>  [32565ee39be1a9d7be1de934c1dfb424644b346a]

        Bump maximum fuzz factor down to zero
        
        Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [992da0d5cf04497bad55637f6a6ebfcdaec03e16]

        bnc#817956 DOCX import of document background color
        
        See wwSectionManager::SetSegmentToPageDesc(), this has to be applied to
        every page style.
        
        Change-Id: Iea2707ae665a55eabda3ed7575cf3658f7af5237

2013-05-27  Thomas Arnhold  <thomas@arnhold.org>  [a0f85534a71e5b04a8ca21c12ab3f04335f34344]

        be case-insensitive for open/starsymbol comparison
        
        Change-Id: I7a342c809a723f5f9c03271c6145d9c367cea6de
        Reviewed-on: https://gerrit.libreoffice.org/4015
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-27  Caolán McNamara  <caolanm@redhat.com>  [34c2e8845804921c027ed66884fdf7c31f75fd87]

        x86 register vs memory accuracy double pita
        
        with x86 gcc-4.1.2-54.el5 the sd import test fails while
        x86-64 passes. Tracked it down eventually to this double
        equality test failing on x86. Apparently excess precision
        in registers compared with memory.
        
        Change-Id: I61b43b2f0e9c9aded570448a1c5a7c9dbad8986e

2013-05-27  Radek Doulik  <rodo@novell.com>  [c47f0903fe0fb2f743d179d1ac9a2dcdfb19af10]

        Fix bnc#795857 Use correct sizes for EMF+ bitmap rendering
        
        Fix pdf export wrong size issues for embedded EMF+ images.
        
        Change-Id: I998c9535bde32fc9f452d61d7cb7609c95f5528d
        (cherry picked from commit 4c676625d4016d428e9becd5512b7cfc8b0c4b24)
        
        Conflicts:
        	vcl/inc/vcl/gdimtf.hxx
        	vcl/source/gdi/gdimtf.cxx

2013-05-27  Joren De Cuyper  <joren.libreoffice@telenet.be>  [e1f1092287c84f4749a586bbc84154d4a896839a]

        Typo in optsecuritypage.ui
        
        Thanks to Lionel.
        
        Change-Id: Ib37c3cf9d8f53e941fc557dc9d4a4ba9b00e486d
        Reviewed-on: https://gerrit.libreoffice.org/4056
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-05-27  Andras Timar  <atimar@suse.com>  [ceaa3b6025546896ac18e16f5aee789b1b3e94ec]

        Updated core Project: translations  f3546694e706114bcccd978f444f0800a382dbf9

2013-05-27  Tor Lillqvist  <tml@iki.fi>  [f60af9ca6b6a66693d08ec08253f8d38a47d0050]

        Use a maximum fuzz factor of 1 for our patches to 3rd-party code
        
        Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [aad5113e34bd1bb79f667d23097a508c5f3b4ca6]

        writerfilter: update README
        
        Change-Id: Icd098ab4efcd307c83fe42d2f5815b48d1bff669

2013-05-27  Caolán McNamara  <caolanm@redhat.com>  [8bcb6c33c1d1c221deb0ebee54d4d537d55b74f2]

        Updated core Project: help  56fb45d986561dde4a9675a2bd7495b7feb1df32

2013-05-27  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [bfc0609a4c5c73533b31f2581963160abe57df5e]

        inscldlg.ui widget
        
        Change-Id: Ia931e330303e9f5baf7ae92a8d69bc460327425d
        Reviewed-on: https://gerrit.libreoffice.org/4049
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d01bed2e663e19b2387d5427036afea0ff4fa4f]

        we need a reference to the DifParser.aData, fdo#64920
        
        regression from 6191fa0847ac5b27083efe1a8c6cd84d080a638c
        
        Change-Id: If7fc18e7d0bcbf1075a0ecdb1c0dcf3d207f1bda

2013-05-27  Caolán McNamara  <caolanm@redhat.com>  [376830eb55eedf2ca31b431dd27ea9ce0df9b2f8]

        Generalize the check for a recode table
        
        I think we can distill this down to a "if the source or target
        is a symbol font check for a recode table"
        
        Change-Id: I6c674f10d9f1ab7fbe7274abfafb9082bae88218

2013-05-27  Luke Deller  <luke@deller.id.au>  [e94c8521041259d36aaadcadb9e42ca729a3812b]

        fix fdo#64872 infinite loop saving as doc
        
        When loading from odt, table cells which are covered (due to merging of
        cells) are replaced with an empty cell by
        SwXMLTableContext::ReplaceWithEmptyCell.  However if there is a sequence
        of cells covered from above then their replacements are accidentally
        inserted in reverse order, which produces this infinite loop problem when
        saving as doc.
        
        The reverse ordering in SwXMLTableContext::ReplaceWithEmptyCell was because
        the insert position came from SwXMLTableContext::GetPrevStartNode which was
        very careful to skip previous covered cells.  However those cells have
        already been replaced with an empty cell so they should not be skipped.
        
        Change-Id: I6a022cd1490afa181dbc3e4b2d6ed4af3077b363
        Reviewed-on: https://gerrit.libreoffice.org/4008
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-27  Sean Young  <sean@mess.org>  [4c831dd9e53163d75073c627c774f59fdaf9e874]

        fdo#64632 If a Symbol font is missing, ensure that conversion is done
        
        ImplDevFontList::ImplFindByFont() will nearly always return a font, so
        we do not go through the code path which sets up conversion.
        
        Change-Id: Ice361f183c9f42aa562d4caab1d589417ad3fc9a
        Reviewed-on: https://gerrit.libreoffice.org/4037
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-27  Sean Young  <sean@mess.org>  [13635ca1ec3aba641c93a2199cfe7406c98e3f17]

        The MT Extra font mapping is incomplete
        
        Many points are missing. Replace entire table with the mapping provided by
        the original creator. Note that point 0xe7 ("Apple Logo") is not in unicode
        so no mapping is provided for that.
        
        http://www.dessci.com/en/support/mathtype/tech/encodings/mtextra.htm
        
        Change-Id: I05acd36772ae6432614ff3b284e43b86049bed66
        Reviewed-on: https://gerrit.libreoffice.org/4036
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-27  Herbert Dürr  <hdu@apache.org>  [982462ac5c6df0c85ba6a0b3fbdaa80b38a94882]

        eliminate type ambiguity for std::accumulate() invocation
        
        else clang/libc++ cannot decide between bool and a reference into a bit-vector
        specialization
        
        (cherry picked from commit 6a88a21257124d953637c4b8ead9c9771e15b899)
        
        Change-Id: I694bbad82b1a05ebe86c5c941f3ac85c71f5fc9e

2013-05-27  Herbert Dürr  <hdu@apache.org>  [d133d8f0dfaaab53af225d3f667b14ee02aa21fc]

        make sure class MIP is complete before it is used
        
        (cherry picked from commit c8ed66993a98faa4730d507903f110dc80c61445)
        
        Conflicts:
        	forms/source/xforms/model.hxx
        
        Change-Id: Iec9e999b1568ad422ea2118c04b770000bdbfd75

2013-05-27  Jian Hong Cheng  <chengjh@apache.org>  [f9a3a8a41dc448d551405c53d17f67e9ad1928dc]

        Fix issue #i120654: Number range variable filed shows in AOO
        
        * sw/source/filter/ww8/ww8par5.cxx
        MS Word Binary compatibility
        
        Patch by: Jane Kang,<kangjane2012@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        
        (cherry picked from commit 720fc77527377968a45631d1c6a711b4cae02d39)
        
        Change-Id: I428fadd46bbd5b57081e35dcbfd6bb0c10c08282

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1ea2722b0d13632818142b84fa7989fb9d5085f]

        range names need to be checked upper case, fdo#64031
        
        Change-Id: I540821fd7058bf0da27d955c9d966a10dd21ec94

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [f77388c643399af7852e59fb0c3fd1da3795ea44]

        Add an icon for .uno:AutoPilotMenu
        
        (cherry picked from commit c1954d6e72071c12aa4eda412d4370a22f91f787)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        
        Change-Id: I623febfcbdb642fe4b5b0b42e7e89054e3db45de

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [eaad3098c605390b9312e37aa05dd8288ea81888]

        Make .uno:Open a drop-down toolbar item
        
        (cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66)
        
        Conflicts:
        	chart2/uiconfig/toolbar/standardbar.xml
        	dbaccess/uiconfig/dbapp/toolbar/toolbar.xml
        	sc/uiconfig/scalc/toolbar/standardbar.xml
        	sd/uiconfig/sdraw/toolbar/standardbar.xml
        	starmath/uiconfig/smath/toolbar/standardbar.xml
        	sw/uiconfig/sglobal/toolbar/standardbar.xml
        	sw/uiconfig/sweb/toolbar/standardbar.xml
        	sw/uiconfig/swform/toolbar/standardbar.xml
        	sw/uiconfig/swreport/toolbar/standardbar.xml
        	sw/uiconfig/swriter/toolbar/standardbar.xml
        	sw/uiconfig/swxform/toolbar/standardbar.xml
        
        Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f

2013-05-27  Lei De Bin  <leidb@apache.org>  [ee0ecef811d445e2a3bf54710707713478e61fad]

        Resolves: #i120158# fix picture shadow lost after saved as doc in some case
        
        Reported by: Yan Ji
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin (cherry picked from commit fe549458ef04384ba777e4a36f34b68efc5b8b6d)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        	sw/source/filter/ww8/wrtw8esh.cxx
        
        Change-Id: I863ea7193f3dee563a892a6d857ee2385f58a862

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17f21e6bcc5283c5485cc42344610e8125547c0f]

        reintroduce removed line, fdo#62402
        
        This line was removed with dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 but
        is needed. Special thanks to Joren for bibisecting and bisecting.
        
        Change-Id: Id2b3de4098db75571006e6e62b77efe8c491b06f

2013-05-27  Ariel Constenla-Haile  <arielch@apache.org>  [174e32567f410e9049e9856629896ae6a798d752]

        Recent files menu in the StartModule should be the same as in the menubar
        
        (cherry picked from commit cbf0812a9bcd4287af1f5db0f2c30caf1508baa6)
        
        Conflicts:
        	framework/source/services/backingwindow.cxx
        	framework/source/services/backingwindow.hxx
        
        Change-Id: I49dc11e1cf9bd6831c16e53d24a131de4d565373

2013-05-27  Tor Lillqvist  <tml@iki.fi>  [9b845493125e34e6bd5e7b0df35f21853f7d240d]

        Plain "make" hopefully works fine too
        
        Might make it a little bit easier for new contributors.
        
        Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106

2013-05-27  Andras Timar  <atimar@suse.com>  [23cafa4aca8ed197fbec8b5edac0fba4435db2cd]

        fix typos reported by localizers
        
        Change-Id: I0b9a36f0c6f081ff35f0b8bc6e420d881036576c

2013-05-27  Stephan Bergmann  <sbergman@redhat.com>  [ae6a7df73b6e279b315417e2a15a8d9a2117e9f3]

        Typo (and don't shout at me)
        
        Change-Id: Id5ad3af1fd70de6b0e9d2640d12011362e7c34ef

2013-05-27  Sun Ying  <sunying@apache.org>  [c05c16635b15a47591faa737947c2dce3dcb863e]

        Resolves: #i119753# fix audio video object lost when save .ppt file
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        
        (cherry picked from commit fbb7e8d8957877922f2f3a971e88685589f43939)
        
        Conflicts:
        	filter/inc/filter/msfilter/escherex.hxx
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: I545a9e95c23cfba0cc918c9c4243528570734b2d

2013-05-27  Yuri Dario  <ydario@apache.org>  [ba8485a9c87a5feca3c2673af532e73ecf517b69]

        cast double to sal_Int64 can throw EXCEPTION_FLT_INVALID_OPERATION on Windows
        
        cherry picked from commit eb34ba3c343807201c62a49a19d7616e1011c118)
        
        Conflicts:
        	vcl/source/control/field.cxx
        
        Change-Id: I2fb03b1b03ea23259e9eca7305c3f86d80d79f21

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [ec8e012e980c88c8f24a7de44e44d0319bae2801]

        testcase for bfb93ffc6d72d22a833acf9d8c9d166153dad7c0
        
        Change-Id: If61739d54cb2572f20b118a2cf56ab2bd0f306e5

2013-05-27  Andras Timar  <atimar@suse.com>  [de53a817ac97049dc7a2aa2ab54e934259d9abf7]

        Updated core Project: translations  40e56fe83f5a05f8c87821d0c30ef1585b601fc8

2013-05-27  Stephan Bergmann  <sbergman@redhat.com>  [168ed77568ed3d530bc38300c721634521a2ecd9]

        Include frmatr.hxx instead of directly format.hxx
        
        ...as otherwise this can result in "inline function [...] used but never defined
        [-Werror]" for SwFmt::GetULSpace and SwFmt::GetLRSpace.
        
        Change-Id: I9de3422953b38c978af1e7d2fc07398b83236ed6

2013-05-27  Urmas  <davian818@gmail.com>  [bfb93ffc6d72d22a833acf9d8c9d166153dad7c0]

        fdo#64671 Some special RTF characters were not skipped correctly
        
        Some special characters, like { and }, were not skipped when they
        occured as a replacement character for \uN keyword.
        
        Change-Id: I19b66a290cd9880924774fa89bb29df280e44a3c

2013-05-27  Khaled Hosny  <khaledhosny@eglug.org>  [6e6b028164176e39219dccbe1b84380b10b6e64f]

        Fix fdo#64685 - Superscript broken in master
        
        After f22006dc6ac34a35a060e15466cf6b2d2058617d the position member of
        SwDrawTextInfo is no longer a pointer, so changing the passed Point
        after calling SetPos() has no effect, but some code seems to be relying
        on it being pointer. Moving SetPos() to after changing the point seems
        to do the trick, but there may be other similarly broken code like
        SwSubFont::_DrawStretchText() below.
        
        Change-Id: I2f563c1543ff7bff68e573f69fce39694181b370
        Reviewed-on: https://gerrit.libreoffice.org/4032
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [e978e839501eb3f69173d13537b7b2e67b72af6d]

        sw: unused includes in atrfrm
        
        Change-Id: Ia57b28ed60ca8c9a4b00009c2abf1e2ba2f8ed92

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [a689d8cf7af0e7fce4c767d1e92067cc84767c0d]

        sw: unused includes in anchoredobject
        
        Change-Id: Ic7034ed384448a273517f3bf9795adfbbcaeba7b

2013-05-27  Miklos Vajna  <vmiklos@suse.cz>  [7621888c0a68c62fce94c2301c9911b7064304d2]

        sw: unused includes in anchoreddrawobject
        
        Change-Id: I57fdc7413c5caf09dbe279b502d94e36a46d5f64

2013-05-27  Isamu Mogi  <saturday6c@gmail.com>  [8645239c91dbd7d56691ccdc91118d24eb7df1bc]

        vcl: Check SH_MenuBar_MouseTracking when menubar is drawn on KDE
        
        If QStyle::SH_MenuBar_MouseTracking is 0, it makes a mouse rollover
        effect minimize. By this, a menubar item of CDE and Motif styles becomes
        closer to standard behavior.
        
        Change-Id: I87dccbd30bf7b9f0d82d1a6e67355c1b25d22dc8
        Reviewed-on: https://gerrit.libreoffice.org/4018
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-27  Isamu Mogi  <saturday6c@gmail.com>  [97852d41dd3c7a9c08fdf0d6f0340536e9e3dcae]

        vcl: Implement drawing CTRL_MENUBAR and PART_MENU_ITEM on KDE
        
        Currently, menubar's background is drawn in window's background color
        and no menubar's specific background color. To fix this, The patch
        calls QStyle::drawControl() with QStyle::CE_MenuBarEmptyArea.
        
        Change-Id: I89b9decc016a926a0f00b9663ec1a5bce81daac1
        Reviewed-on: https://gerrit.libreoffice.org/4025
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-27  Isamu Mogi  <saturday6c@gmail.com>  [762151c35990dcd46c42816f22618c4e6c3a5625]

        vcl: Add sink effect (QStyle::State_Sunken) to menubar on KDE
        
        A selected menubar item of cleanlooks, gtk+ and plastique styles
        becomes closer to standard looks by passing QStyle::State_Sunken
        with QStyle::CE_MenuBarItem to QStyle::drawControl(). It is
        currently not documented on QT developmet resources. But these
        styles interpret that.
        
        Change-Id: Ic7835bf0bf7af374ebdf8330d15b462d056de8a5
        Reviewed-on: https://gerrit.libreoffice.org/4017
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54fbbc20b8397a8362f5a0878744c3a082464713]

        respect element order in OOXML chart export, related fdo#63114
        
        Change-Id: I591a63c38ab18b03a2f86428defbdac0cb96a1c0

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [911186d98f06b43d4563b401244e2cc216b76f33]

        remove chart listener when chart is deleted, fdo#64639
        
        Change-Id: I7ebf75f49c89edcb0bba3a597ba24ac1c0a655ef

2013-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8046f0b66ea1b02a91976023c7050e2570e97274]

        String to OUString and small stylistic clean-up
        
        Change-Id: Ic479945c143d3dbd647078b17bcca9cab2ad3e5f

2013-05-26  Ariel Constenla-Haile  <arielch@apache.org>  [16db62a9c0894e655d8ecc82c8ed64db94187c75]

        Recent file list: small fix when no documents
        
        (cherry picked from commit da18984094aa5ae4a66731bf581103298b133738)
        
        Change-Id: I56413b68d28b206212561dcbf662940862cebeb7

2013-05-26  Ariel Constenla-Haile  <arielch@apache.org>  [1e85fc5b2d8aeafb12f414c6bf0692fb2ca221eb]

        svt::ToolboxController clean-up
        
        Some small clean-up to use the PopupMenu ToolbarController
        
        (cherry picked from commit e1687ce159e787d98f79d29a3d2131cca4b6ec71)
        
        Conflicts:
        	svtools/inc/svtools/toolboxcontroller.hxx
        	svtools/source/uno/toolboxcontroller.cxx
        
        Change-Id: Ie5e0397c32352d52cf2664bdbab920923e74bd03

2013-05-26  Joren De Cuyper  <joren.libreoffice@telenet.be>  [f45cad5126137a868b9194c66b0eaa940eb6304b]

        Delete double whitespace in optsecuritypage.ui
        
        Found this double whitespace during translations. So lets fix it right away.
        
        Change-Id: Ifecfc15b5d0aead34b09df4cfb2c5a2c17c6b633
        Reviewed-on: https://gerrit.libreoffice.org/4040
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-05-26  Sun Ying  <sunying@apache.org>  [28f2af669f01cd304994f1907de0b61245b3d37a]

        Resolves: #i119866# ppt default outline area bullet lost
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        (cherry picked from commit 8d04823a6038d32f6ac9821925616da7c5cc44c9)
        
        Conflicts:
        	filter/inc/filter/msfilter/svdfppt.hxx
        	sd/source/filter/ppt/pptin.cxx
        
        Change-Id: I222003a9e8d474ebc4dd9bc83cdcceded88a79f4

2013-05-26  Andras Timar  <atimar@suse.com>  [87e83a2c9ebf5dd3b30848bd901732d6f17a8ce5]

        typo + branding: s/LiberOffice/%PRODUCTNAME/
        
        Change-Id: I8007b4b1b1d620c05c9977d7bd3b8eb28b77f2be

2013-05-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1cb50dc6ec75586975c2d4e528953fa8ca33e1f1]

        Escape quotes during stringex export
        
        Change-Id: If53afd3743f44bcfffab33122657d14c0f4aba1e

2013-05-26  Thomas Arnhold  <thomas@arnhold.org>  [5ccdfd28bf05703f2d4b3c0e2040dd6d500eb8d0]

        fix OUString conversion
        
        no idea why hgminchob and hgpminchob are/were not handled this way.
        
        Change-Id: Ia69ab790cc961645a806d971ddc4238d8288b573

2013-05-26  Sean Young  <sean@mess.org>  [3475ca1ad98c77313c177418f350ba8d03d3543d]

        fix OUString conversion
        
        This used to be equalsAscii( "hg", 0, 2 ) before conversion.
        
        Fixes 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10
        
        Change-Id: I2cf61d88c79b3ab33c0ee7d077ee65b16053c05c
        Reviewed-on: https://gerrit.libreoffice.org/4035
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-26  Andras Timar  <atimar@suse.com>  [0bfb9e93346e0bcac1b7e228cc8860eec0295592]

        Updated core Project: translations  7db61e0f23b962f97e9246e0a8fb60e47fff0ac9

2013-05-25  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f21a2374dc623604d26cec5ec3d5a8f7a8958b63]

        Fix some escaping bug in l10ntools
        
        1. A typo in export.cxx makes not working replacing
        2. EscapeAll() ignored single backlash characters
        
        Change-Id: I1a5309778acdd601391f643ebf3c66d04a6601d4

2013-05-25  Miklos Vajna  <vmiklos@suse.cz>  [dc54d78398bc7bf464ac02b241086ed6f44ba2de]

        SwFlowFrm: rename member variables missing their prefix
        
        Change-Id: Id7d1271408232e37aa23373dcd1ae6872ac8574b

2013-05-25  Andras Timar  <atimar@suse.com>  [7a3ddcc0a6e7693fba14f227f3d8615c9bbfe022]

        gsicheck is no more
        
        Change-Id: I4b70690073247ebb9dde35370630b568568821d3

2013-05-25  Andras Timar  <atimar@suse.com>  [05eaada40d22ca02cebd1392e44beabcdd8d3964]

        translatable="yes" for some elements in .ui files
        
        Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37

2013-05-25  David Tardon  <dtardon@redhat.com>  [3f42e3196f3b574afbf7d0df022dd68271cab0dc]

        blind attempt to unbreak android build
        
        Change-Id: I633568f2bfd2af6b14f8bcc192cd2fcc32521131

2013-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [989da70779af441436fc46bbe7b95902e1da837e]

        Uploading libwps 0.2.9
        
        Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758
        Reviewed-on: https://gerrit.libreoffice.org/4033
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-25  Jian Fang Zhang  <zhangjf@apache.org>  [853a7ae81de88a9b2903a673a40b6a3943868c6a]

        Resolves: #i120746# FormScriptingEnvironment is never released
        
        when created in the FmXUndoEnvironment ctor it is never released
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit d52fc99575db0d30b19a69dadcd2c3544584ecab)
        
        Change-Id: Iaeba1018551441f3bb13f90d3d42ac2855e285e6

2013-05-25  Herbert Dürr  <hdu@apache.org>  [a6659d6df6d68a4df43e70376cf6eea1fb54b932]

        provide complete types of some SdrCustomShapeGeometryItem functors...
        
        before they are used
        
        (cherry picked from commit 7d6c5e79a17aa2ff392433667187c4bfe4ee2432)
        
        Conflicts:
        	svx/inc/svx/sdasitm.hxx
        	svx/source/items/customshapeitem.cxx
        
        Change-Id: Iac3e37bcfd4ab26d97411092259da2cc1879c2de

2013-05-25  Herbert Dürr  <hdu@apache.org>  [1fb61b87136e556f13537794d30077606f4949c9]

        provide complete types of FragmentHandler and RecordInfo before they are used
        
        (cherry picked from commit c73bc9587bdcf6a5d3add454fe3383fc9d2c1e65)
        
        Conflicts:
        	oox/inc/oox/core/recordparser.hxx
        
        Change-Id: I6deecaabe32d4b071a83ce4687f83543354ddac2

2013-05-25  Andras Timar  <atimar@suse.com>  [88bec269557d38bf9472020b231201b844832e1e]

        typo: s/Toolbare/Toolbars/
        
        Change-Id: Id9311252ced86df661f9219fe74478e69d9219ac

2013-05-25  Andras Timar  <atimar@suse.com>  [4d08f1a49d277cfd186bca2d39e7d586fd274038]

        typo: s/recommanded/recommended/
        
        Change-Id: I4a22f856b993ef09556fcf921aa1f01be322cd4b

2013-05-25  Khaled Hosny  <khaledhosny@eglug.org>  [753f5721970805224e8bdfc5b9fdb2611ba9aa34]

        Fix fdo#64972 - strikethrough displays too high
        
        I was calculating the leading before setting the ascent and descent,
        oops.
        
        Change-Id: Ic58ecb1a65cb33715ea06f5e3214c4acbcff1e40

2013-05-25  Caolán McNamara  <caolanm@redhat.com>  [88b8bd644e8da97b3046f3cbfec53aef2596df47]

        Resolves: #i119874 Fixed text alignment in RTL layout
        
        This reverts commit 979def88090633bfee0e0445b19999a1dac71ed4,
        this time manually confirmed that the import layout does change, but that it
        appears to be all desirable changes
        
        Change-Id: Iee5e5ebd16989f65569b02f8b4f6570985157dfc

2013-05-25  Herbert Dürr  <hdu@apache.org>  [0cc228354f7015ee1e6c0d376c117fbf04f58a5f]

        use XShapeHash type to make this *_map compatible...
        
        with the corresponding TR1 container
        
        The TR1 containers don't support dynamic hash functions provided in their
        constructor.  Having the hash functor as part the hash container's type is
        cleaner anyway.
        
        (cherry picked from commit fb8df93381493dee3d0e511c556d82d1f177367a)
        
        Conflicts:
        	animations/source/animcore/targetpropertiescreator.cxx
        
        Change-Id: I51ae91ef74002cbc8f24cd5f4df7dda58e1c4f8d

2013-05-25  Khaled Hosny  <khaledhosny@eglug.org>  [0e533770125d57d38e8b5505027ac5359abe40b2]

        Revert "Fix improper glyph positioning with old fonts"
        
        This reverts commit cef3f3aac2f7a372e796deac4ee3e8155c5eb697.
        
        The previous commit addressed the real issue.
        
        Change-Id: I802e5f19e4a4991c316135f3984a1b9a6533a104

2013-05-25  Khaled Hosny  <khaledhosny@eglug.org>  [4f3d63efb5d87d93171eb542d28fa83a74cdfcd8]

        A hack to fix mark placement in old fonts
        
        We need a way to recognize non spacing marks in fonts lacking GDEF table
        (like old Arabic fonts), so I just check for zero advance width and hope
        nothing elsewhere will break...
        
        Change-Id: I6fa848e97ba24d71fc9a381ae439e0fb98e50419

2013-05-25  Stephan Bergmann  <sbergman@redhat.com>  [e36f83d81c462e1a5959b160886e481a8d449494]

        Revert "fdo#46808, Convert awt::UnoControlDialogModel to new style"
        
        This reverts commit 6c61b20a8d4a6dcac28801cde82a211fb7e30654.  As discussed at
        <http://lists.freedesktop.org/archives/libreoffice/2013-May/052449.html> "Re:
        fdo#46808, Convert awt::UnoControlDialogModel to new style problem" why the odd
        change in 2e2a4827ce6708f0e8677dba9cc92e1479a44086 "scripting: get
        CreateUnoDialog() work again" appears to fix things again:
        
          The problem is that the implementation of the css.awt.UnoControlDialogModel
          involves UNO aggregation
          (IMPL_CREATE_INSTANCE_WITH_GEOMETRY(UnoControlDialogModel) in
          toolkit/soruce/helper/registerservices.cxx creating a
          OGeometryControlModel<UnoControlDialogModel> instance that aggregates a
          UnoControlDialogModel instance).  That means that queryInterface can return a
          reference to something that is technically a different object, and that's
          what's happening here, and explains why calling setPropertyValue in two
          different ways on what logically appears to be a single object can end up
          calling two different implementations (of two different physical objects).
          (UNO aggregation is known to be broken and should not be used.  Nevertheless,
          there's still code that does---code that is a horrible mess and hard to clean
          up.)
        
          That all this worked as intended in the past is just sheer luck, but any
          way of substantially touching it is asking for trouble.  I'm going to
          revert 6c61b20a8d4a6dcac28801cde82a211fb7e30654 again.
        
        I wasn't able to revert without also reverting
        be50ad28f5bbdaeff527f646481ce263843c2401 "fdo#46808, Convert
        awt::XUnoControlDialog to new style," as the two were tightly dependant.  Also
        reverts all the follow-up fixes cb4b6dde8fda2a5848e11063028bf44d72f85431
        "-Werror,-Wuninitialized" (sans the const-ness fix in
        UpdateHandler::insertControlModel), 697a007c61b9cabceb9767fad87cd5822b300452
        "Fix exception specifications," 2ce6828bbbf6ba181bb2276adeec279e74151ef6 "fix
        awt::UnoControlModelDialog crash," and 2e2a4827ce6708f0e8677dba9cc92e1479a44086
        "scripting: get CreateUnoDialog() work again."
        
        Conflicts:
        	basctl/source/dlged/dlged.cxx
        	filter/source/t602/t602filter.cxx
        	xmlscript/test/imexp.cxx
        
        Change-Id: I5d133468062f3ca36300db52fbd699be1ac72998

2013-05-25  David Tardon  <dtardon@redhat.com>  [aaff3ae833f1180a17b9738a7825a780bea64a79]

        i did not intend to commit this
        
        Change-Id: I4cecd0105156adeb65bf1d42c3b26f8ad669a52b

2013-05-25  David Tardon  <dtardon@redhat.com>  [dfc155edb15f632d5e036b260ff2b8bf56e78732]

        fix generated deps on headers in $(OUTDIR)/inc
        
        Change-Id: Id4d03f2d500e8fcec4b6ead5365eaffbd0ece19f

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [979def88090633bfee0e0445b19999a1dac71ed4]

        Revert "Resolves: #i119874 Fixed text alignment in RTL layout."
        
        This reverts commit 54c679f481647890f18151f4db05cfc3eff5d98b.
        
        pushed that too soon before verifying if it does what it says
        it does

2013-05-24  Oliver-Rainer Wittmann  <orw@apache.org>  [3bcbc800a5598854be473a7397eac384e0d8a07e]

        Resolves: #i120529# abort print controller job, if no pages will be printed
        
        (cherry picked from commit aad8d0b80c56b956ce674e713d4d09a077e20f68)
        
        Change-Id: I7c341961370ce12de1aeb8f0caed18f2dc496390

2013-05-24  Mark Wielaard  <mark@klomp.org>  [38de05c720693a9025ea77a7ccc5f2b56dda68cb]

        Robustify and fix leak in NBOTypeMgrBase::ImplLoad().
        
        The >>operator of SvStream doesn't initialize a variable if the stream
        is faulty. So initialize the variables before usage. Also delete the
        SvStream even if it was faulty.
        
        Change-Id: I5a7f31016e060c3b9fb4f0fd1889f444877cb89d
        Reviewed-on: https://gerrit.libreoffice.org/4031
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-05-24  Mark Wielaard  <mark@klomp.org>  [a602bd1a69db5c6b4e0fa818324cdf4e0088778c]

        Fix memory leak in DrawViewShell::GetAttrState().
        
        DrawViewShell::GetAttrState() might create a temporary new SvxNumRule
        object. Make sure it gets deleted when done.
        
        Change-Id: I33ddd9df983193fe87dd076267043d202cdfc3d5
        Reviewed-on: https://gerrit.libreoffice.org/4020
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [fd6da32cb1cba42be795f01574a86700677ec78a]

        blasted headers in new locations thinko
        
        Change-Id: Iab62e87ed59061ee05daeae4ecd691c119a96b82

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [5f88e8e6492cbd62b990cc18ebdb71a62be52c72]

        this themeing thing doesn't actually do anything
        
        both branches are the same and the set/get aren't
        called anyway.
        
        originally introduced with d02f75a8c36705924ddd6a5921fe3012fafce812
        
        Change-Id: I94399bba0fa259bfafcc214e2df15f172d32374f

2013-05-24  Andre Fischer  <af@apache.org>  [54c679f481647890f18151f4db05cfc3eff5d98b]

        Resolves: #i119874 Fixed text alignment in RTL layout.
        
        Reported by: Li Feng Wang
        Patch by: Jianyuan Li
        Review by: Andre Fischer
        (cherry picked from commit 57fdcdd79d1682ee7d5e88fbab3803631496afa2)
        
        Conflicts:
        	filter/inc/filter/msfilter/svdfppt.hxx
        	filter/source/msfilter/svdfppt.cxx
        
        Change-Id: I6adae6d40ff106caeea2b9310a57228257d79404
        
        Related: #i119874# Missing part of patch.
        
        Patch by: Jianyuan Li
        (cherry picked from commit a7dc3e8b82c87b138c973f1434717d634ed8dc67)
        
        Change-Id: Icff3e1167ab780612ad47775aaa39c9baa99c70f

2013-05-24  Pedro Giffuni  <pfg@apache.org>  [f31e6debfa7e330f985a0846a6ca91130d3dab20]

        A miscellaneous use of boost.
        
        Sinc(x) is a simple function used in communications. boost
        happens to use it for quaternion math. The implementation is
        simple, however it looks fun to re-use the boost function
        even if just to say we are using quaternion math somewhere ;).
        
        The performance difference is not likely to be huge but JIC,
        set up a specific Boost math policy to limit type promotion
        with it's corresponding impact.
        (cherry picked from commit d1f61b3f3564ca5421a13b77e4c7c78bb409e9e1)
        
        Conflicts:
        	vcl/inc/vcl/bitmap.hxx
        
        Change-Id: I5f01db1688eedee25a2943ca3aa6e957b400c759

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [f55c6464fb9ee3ff8c011e815e0b75162ebea3fd]

        WaE: 'static_cast' : truncation of constant value
        
        Change-Id: Icbb624b1441330406c0930aa6f1f15ffc9b138b8

2013-05-24  David Tardon  <dtardon@redhat.com>  [ef07d314638d04e0979545f0fd4778d0858c96f6]

        gbuild: register freetype
        
        Change-Id: I2b586e37906cf633d035e28fbf279eeffd17ef6c

2013-05-24  David Tardon  <dtardon@redhat.com>  [ca370e425adc7c1f8b0190b654e9d9909e905d54]

        gbuild: don't register fontconfig and freetype twice
        
        Change-Id: I090d7d99a1f618c73a8d82fe2e95932d61ea1099

2013-05-24  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [aa360797608efd5b03e9eccf0ab934410e042734]

        Add Corel Draw and MS Publisher MIME Types to Draw
        
        Change-Id: Idbaa8cea7427db3103954c6c60aa7caa6784a3ba
        Reviewed-on: https://gerrit.libreoffice.org/4022
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-24  David Tardon  <dtardon@redhat.com>  [61695f1aef7c00df01292003ea3aaf8cca393c08]

        add missing endef
        
        Change-Id: Idf448a865ad49eb67684589d9d669bff5911b0d6

2013-05-24  David Tardon  <dtardon@redhat.com>  [07e1da75a4ee94910ceb5e72d8ff20ac52a51a8d]

        kill and bury $(OUTDIR)/inc
        
        Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0

2013-05-24  David Tardon  <dtardon@redhat.com>  [e9c48a952d189701f2ccb201dbb450891a38c39f]

        stop delivering globlmn.hrc
        
        Change-Id: Ibcc9679b37f22fdfb6a53503b252f55a52834fbb

2013-05-24  David Tardon  <dtardon@redhat.com>  [6f9d8211a13c51019835c62043193c0573e525b2]

        stop delivering libwps headers
        
        Yes, I am impatient .-)
        
        Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2

2013-05-24  David Tardon  <dtardon@redhat.com>  [c51a2542f52f99488f31beb90067586af3075b5b]

        do not deliver libwpg headers
        
        Yes, I am impatient .-)
        
        Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3

2013-05-24  David Tardon  <dtardon@redhat.com>  [87a22d6a2371d8b58f96a6a9cf23c1063ce383d7]

        add missing modelines
        
        Change-Id: I84028e254ed1bea71321da11be2027577ce4fa85

2013-05-24  David Tardon  <dtardon@redhat.com>  [962771f7d5c353fa861fce4b5a3a612a1d76bca5]

        stop delivering freetype headers
        
        Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4

2013-05-24  David Tardon  <dtardon@redhat.com>  [4eb68428f676121340bb1533742635f28081e26a]

        stop delivering fontconfig headers
        
        Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23

2013-05-24  David Tardon  <dtardon@redhat.com>  [0f8a90cff1106e5df7d56d9677e547b84d52cfe8]

        stop delivering libodfgen headers
        
        Change-Id: I6402ef93bec9bf996089dcef702081b9853b9a0c

2013-05-24  David Tardon  <dtardon@redhat.com>  [f16f36680267821d6fdf1cb309a5004a4eee515b]

        stop delivering libcdr headers
        
        Change-Id: I2baf55f41bc4f2fa934db3580103cebaeb60155c

2013-05-24  David Tardon  <dtardon@redhat.com>  [df7b8637051250b09e1d80c29b563022b64822a2]

        gbuild: allow to call Postprocess targets from top level
        
        Change-Id: Id2755144f5942b4aeaaca8ef6dad0fcb11ddf76a

2013-05-24  David Tardon  <dtardon@redhat.com>  [f546f4fc968bcbd490159e2c80bf04a95a35df49]

        gbuild: simplify reg. of targets for Postprocess
        
        Change-Id: Id184df89c5c15c55e42f376ed06c83174c486f67

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [1d95129bdc48cd93d1aba2591bdf87ee6ab7b296]

        show the 'java' options page when java disabled
        
        because there are now a bunch of unrelated to java things in there in its new
        incarnation as the "advanced" tabpage
        
        this removes the weird empty tabpage in options
        in the java-disabled-at-build-time configuration
        
        Change-Id: Ie59d8362d440c41e746b67a0195e4159848f162a

2013-05-24  David Tardon  <dtardon@redhat.com>  [cdad97557a729ecbbe0236f7998647c5249a005f]

        fix syntax errors in python wizards
        
        Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52

2013-05-24  Andre Fischer  <af@apache.org>  [e31d408ca6bdaaa3eef9fc2eaa50e4745ebd33ff]

        Resolves: #i120481# Add registered transferable flavor...
        
        to make the Writer accept column headers dragged from database tables.
        (cherry picked from commit a32aabba57b53f581691f60e5484a6ddf3deb9f2)
        
        Change-Id: I63d41c8000cdfc7f0b2ca28e83aaedf2e822e64d

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [7766874d7180b17ab0901b1540db9ffe33991cec]

        Updated core Project: help  9d599487454a75a8076f2e40eace959ac58824fb

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [f2b31d29581890b9913c5e85a6833d9906bc7aa4]

        WaE: unused parameter ´other´
        
        Change-Id: I13dc9ac0fcbf515df3f44ab18e0fee9cfb8ef239

2013-05-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6874228b090b9d910651ddf6ec82b16ac9ecb6de]

        Different, less intrusive fix for the boostsystem goodness
        
        Change-Id: Icab27a0a8195f5a0fb81a51c4609dfb93036343d

2013-05-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cdabc886f68c0a8e510c7795dcab9c192cb6b5c8]

        Revert "Rename Boost libraries when built internally to match conventions"
        
        This reverts commit 3aeecc525c76797801e9e2b24c2ebff6ac81adac.

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [3aeecc525c76797801e9e2b24c2ebff6ac81adac]

        Rename Boost libraries when built internally to match conventions
        
        The standard Boost convention is for them to be called libboost_date_time and
        libboost_system (with apropriate suffix then depending on type).
        
        Did not touch the libboostthread library we build for Windows.
        
        Add the ax_boost_thread.m4 file for completeness and possible use.
        
        Document where the ax_boost*.m4 files come from.
        
        Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [58b9060b5f325f611dd7d5748dfa41b897aa09eb]

        Fix Boost endianness detection for Android
        
        Change-Id: I88006cced5975fc0748b33094ae39197daba49cc

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [d972b212f6f7a2b40ed85ba2ec08a228decc3f70]

        WaE: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
        
        Change-Id: I66447ffe1a5f364377b80756f6c08f6986ce4eef

2013-05-24  Noel Power  <noel.power@suse.com>  [eb9bf904b58aede41b06a5c14335eec6565af202]

        Revert "improve cell style xls[x|m] import performance"
        
        This reverts commit 4190fd92c6426f40e5ef65a77f3d31e7527db0b9.

2013-05-24  Noel Power  <noel.power@suse.com>  [cd689259bc0fd9d490e490dd3c74b667e9686271]

        Revert "reorg styles code slightly, process normal (and row ) style in own method"
        
        This reverts commit 9ae9b2f665b3caa9cc584512c26dfa899e1d2d45.

2013-05-24  Pedro Giffuni  <pfg@apache.org>  [7a6cc8bb59bf1cae6adabdf76e0bebd3f04f5e39]

        Resolves: #i55055# Simplify pythonscript.py code
        
        author:	hanya
        (cherry picked from commit e945b49105bab50700274f797e41d1446a70641d)
        
        Conflicts:
        	scripting/source/pyprov/pythonscript.py
        
        Change-Id: Ia019a737c5f80d3af9fc50aefcda6f5b00987513

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [a591f0dd0fdf41b3fd8922cdeae479afc692e439]

        adapt code to spacing dialog .ui conversion
        
        Change-Id: I4ec9444b3ad0d243fda0d93547f000cb7296c0bc

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [4881ec4acc4320475c154a07be2fe74a571f3f4c]

        sync the menubutton size request and draw calculations
        
        Change-Id: I122254532dfe8ecd9c3118622bf24b50f885a0f6

2013-05-24  Caolán McNamara  <caolanm@redhat.com>  [dbfafb5475501c6fd0cb2c47fcef03b5d145fabf]

        after 14 years I think we can forget about this titchy FIXME
        
        Change-Id: I95472eb49975861721f5bd6e174b7cb05defe203

2013-05-24  Miklos Vajna  <vmiklos@suse.cz>  [2e2a4827ce6708f0e8677dba9cc92e1479a44086]

        scripting: get CreateUnoDialog() work again
        
        Trivial reproducer:
        
        Dim Dlg As Object
        DialogLibraries.LoadLibrary("Standard")
        Dlg = CreateUnoDialog(DialogLibraries.Standard.Dialog1)
        Dlg.Execute()
        Dlg.dispose()
        
        Regression from 6c61b20a8d4a6dcac28801cde82a211fb7e30654.
        
        Change-Id: Ia62778c6d94f54e6097a307701e5c81be847665d
        Reviewed-on: https://gerrit.libreoffice.org/4023
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-05-24  David Tardon  <dtardon@redhat.com>  [02d03eb4ad6e64744659c5fe04282b25b66c28d8]

        fdo#64279 do not crash opening report for editing
        
        There are two problems:
        
        1) The classes derived from SdrObject cache their SvxShape, but do not
           implement impl_setUnoShape().
        
        2) There is a lifetime issue in association of a SdrObject and its
           SvxShape. SvxDrawPage::CreateSdrObject not only creates a new SdrObject
           for a shape, but also inserts it into the page. At this point, the shape
           has not been attached to the object yet. That means that the object
           creates another shape at one point during the InsertObject call,
           which is then destroyed again. But reportdesign shapes own their
           objects, which means that destuction of the shape causes destruction
           of the object too...
        
           My first idea was to disable the insertion in
           SvxDrawPage::CreateSdrObject, but it has been there since the dawn of
           time, so I did not gather the courage to do that. Instead, I put in a
           hack to allow to skip the insertion.
        
        Change-Id: I888a54067be1934578434d8b476a13a7ff8d02b3

2013-05-24  Noel Power  <noel.power@suse.com>  [9ae9b2f665b3caa9cc584512c26dfa899e1d2d45]

        reorg styles code slightly, process normal (and row ) style in own method
        
        Change-Id: I701d12cf8f672824d7cfca1e995f02040fdd3095

2013-05-24  Noel Power  <noel.power@suse.com>  [4190fd92c6426f40e5ef65a77f3d31e7527db0b9]

        improve cell style xls[x|m] import performance
        
        This change reorganizes the styles by column ( and by row ranges in that column )
        so we can apply ScAttrEntry entries directly via Document.SetAttrEntries(...) this is
        what the binary filter does also.
        
        Change-Id: Ice1130d7afccf0be77db24a12f2515eca9c88713

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [596f81b640633a9491a3c5c1a3eba9f7ca6ccdd3]

        WaE: unreferenced local variable
        
        Change-Id: I162574ccf28c88c379e7cc3f88cfe83bc13dc5d4

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [c535cc8ff6def1da9182f1f978b50ca2089ba5f2]

        Avoid automatic linking to Boost libraries in a Windows build
        
        The library names used in these pragmas dont match what we build
        anyway. Whether that should be fixed to conform with "normal" Boost
        usage or not, don't know.
        
        Change-Id: I37cb3ff7b340f3362dd7b0fb18ab22188ba54cf6

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [b5751caa1cd5cf1c0e6ef271b0a7418f69357e33]

        Disable also C4913: user defined binary operator ',' exists but ...
        
        MSVC generates the warning "user defined binary operator ',' exists
        but no overload could convert all operands, default built-in binary
        operator ',' used" when iterators from newer Boost are combined with
        comma expressions, as in for() statements. Or something like that.
        
        Change-Id: I3225d07ad0d1e05f4deeb784cf2ec081748b1ab4

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [74943b31e8441c8d327c37dd9a20ac69f9b3f9b4]

        Make this patch apply in the correct location
        
        Why do we accept fuzzy matches?
        
        Change-Id: I5ed2e4f9aae873f701e8276751b3c25ce8d93879

2013-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [e9f0133f9071d410e1a8f4721f0a2ca1aca4a1a8]

        This is already in bost 1.53
        
        Change-Id: Ibde92f39ac53ee897ee90953b7f60129ba49bd97

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [c2d2b521e83db2c83c64e5dcfb9ea65af9d5732a]

        Seems Apple's Clang has C++11 fully working rvalue references only with libc++
        
        Change-Id: Iad3f984722be648a64490976933e9b2c2b950bdc

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [ed74575bb6849cd5547cb320fdee54a52353f038]

        Newer boost is more picky with null pointers
        
        Change-Id: I7a2bcd802ad9316696398a2e176dc03ea25baed1

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [6cf30940750607eeb062113dbee9968769d7bd06]

        WaE: implicit conversion of NULL constant to nullptr_t
        
        Change-Id: I2eefbca1ef986219f04504cba4ca09a22972e8cb

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [503b248127a92b9ad190e05f6a1d50574183cd47]

        Update bundled boost to 1.53.0
        
        Modify our patches as necessary to match the updated boost sources. Drop
        patches for which corresponding (or even identical) changes already are
        present. Add a new boostsystem static library and use it in two places.
        
        Change-Id: Ib59558feb56dab87a69c91b38caca8e7a9e9a22e

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [5944137e02a1d925a3445935b8fba66361640461]

        Fix warning: unused variable 'aURL' [loplugin]
        
        Change-Id: Ia7f3c2e774ece3cdc35a3a6d220d0eb44e5ad0f9

2013-05-24  Tor Lillqvist  <tml@iki.fi>  [45cc5714372caae31b3d9b280ff2a2402e592f43]

        Add comphelper.container
        
        Change-Id: I708f7eda90d04d736f3798275c2edddcef460ee8

2013-05-24  Michael Meeks  <michael.meeks@suse.com>  [75ed8ae7e5b1eb1e6b53515ef5c8c5e6798986b6]

        combine and layer links.txt files into the images*.zip archives.
        
        Change-Id: I0dd6730ac3bef95843de25d6813678273cf09832

2013-05-23  Andras Timar  <atimar@suse.com>  [2ac4beabe30e52d019d23143221dbbfe06830f31]

        Updated core Project: dictionaries  52fe3741bea0532f8c87f0b9f5dfa5fa367b2fd1

2013-05-23  Khaled Hosny  <khaledhosny@eglug.org>  [989225a89b109ca1497021dd4855a2450d13e8b9]

        Fix improper glyph positioning with old fonts
        
        Apparently this second mnXOffset is not needed, further more it breaks
        some old Microsoft fonts.
        
        Change-Id: Ice033cb6bcb3f1bdfeef31a8406a7a2e5487da97

2013-05-23  Ariel Constenla-Haile  <arielch@apache.org>  [a0dcc8f78061d22d925f31ef8d03ca751ad6dc19]

        Resolves: #i121857# Presentation Minimizer: fix filter naming
        
        (cherry picked from commit 75833fdb6ede664fdcef38a16ecf1f8d3f3adc7d)
        
        Conflicts:
        	sdext/source/minimizer/fileopendialog.cxx
        
        Change-Id: I164cc6d9916ddf9dba9da273b5181e5728127292

2013-05-23  Andre Fischer  <af@apache.org>  [b1e751d665599eeb7445b20837c079d84de2113f]

        Resolves: #i119537# Fixed extrusion of custom shapes to XLS
        
        Reported by: Terry Yang
        Patch by: Jianyuan Li
        Review by: Andre Fischer
        (cherry picked from commit 8954201783be3d0479dfa2338116427a17f0dab4)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I994a2b14877c4e291d622665ec3f4a8ea9f3041b

2013-05-23  Andre Fischer  <af@apache.org>  [ab0360c309adcd131a9e6c1f02abc82486d09a46]

        Resolves: #i122247# Improved focus traveling in sidebar
        
        (cherry picked from commit 4b0aafb8182b1f86b9edf947a4c62ff9948c6676)
        
        Change-Id: Ieae8e44fe147309cc3ff447a6dbc375d1b2f34d0

2013-05-23  Andre Fischer  <af@apache.org>  [aab697c7b64e79dd9102395ae1a8fe9025995a73]

        Resolves: #i119903# Alternative text for form control t import/export
        
        Patch by: Jianyuan Li
        review by: Andre Fischer
        (cherry picked from commit 0ecc381c85bd4192add692d26fc60ba8e6341fd9)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        	sc/source/filter/excel/xiescher.cxx
        	sc/source/filter/inc/xiescher.hxx
        	svx/inc/svx/msdffdef.hxx
        
        Change-Id: Iac7282e50fd86244381ca174ba3f906aab89c7d9

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [aac817bca6951a42bfe6c8fbfd86163190f96997]

        Related rhbz#961460: Fix regression around OUString::compareTo usage
        
        ...originally introduced with 8da928423add3fdb94baee2a3f3fa053390f828e "Remove
        RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)," leading to "IsFolder" not being
        properly set in the WebDAV UCP, leading to failure when saving documents.
        
        Change-Id: Id2cc98582c9feffaa501a68069cd606fb420fd29

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [3f5c45b70864af95a6362acf4684fb57eb85e348]

        rhbz#961460: Don't needlessly pass URLs through INetURLObject
        
        The WebDAV UCP uses https/davs URLs that may contain a userinfo (cf. RFC 3986)
        part, and INetURLObject does not support that (in accordance with RFCs 2818 and
        2616) and thus creates an empty INET_PROT_NOT_VALID INetURLObject for such a
        URL, leading to failure when trying to save a document to such a URL.
        (Regression introduced with 966d20e35d5a2be2fce6c204af5c156c3ead7063 "CMIS ucp:
        write documents back to CMIS server.")
        
        Change-Id: Ifd396852b211cab1d29575da7fccb32306479f93

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [3a8cde7099c48574c3f5491c2cb964bfec21a5e3]

        Fold regexpmap.tpt inline template definitions into regexpmap.hxx
        
        Change-Id: I443367fc355a8fdea3156f85dde65cf43795f1bc

2013-05-23  Zhe Wang  <wangzcdl@apache.org>  [adc8f8d3c2df51aff9b73b4824b71b15e719098e]

        Resolves: #i119951# Animation effect still exist after the shape grouped
        
        (cherry picked from commit 164d3096008c529462adc06099795fe037c0d2a7)
        
        Change-Id: I29956f976e7ac38a9d06d973bb2b3d2d06e1e341

2013-05-23  Zhe Wang  <wangzcdl@apache.org>  [f975e0050110c7f713162d13b65787bbb6627baa]

        Resolves: #i119988# crash when modify the animation effect's...
        
        Text Animation properties to "As one object" and check "Animate attached shape"
        option
        
        (cherry picked from commit 897637ec83365f6e78c766fa3354de5d92aedfeb)
        
        Change-Id: Ifbe4f6dbbaebde7afc2d800652dca731ba1c039f

2013-05-23  Andre Fischer  <af@apache.org>  [edba4119fffb83d7a001f5a2845d20ce3d6c6a1e]

        Resolves: #i119966# Fixed handling of the "visibility" flag of animations.
        
        Patch by: Steve Yin
        Review by: Andre Fischer
        (cherry picked from commit 241c9736944e49308e03b74191524a1b8a5076bb)
        
        Conflicts:
        	animations/source/animcore/targetpropertiescreator.cxx
        
        Change-Id: Ic81ff35a5a31ba5239510e85c17bb4a261d57b6a

2013-05-23  Noel Grandin  <noel@peralex.com>  [2ce6828bbbf6ba181bb2276adeec279e74151ef6]

        fix awt::UnoControlModelDialog crash
        
        ...in commit 6c61b20a8d4a6dcac28801cde82a211fb7e30654,
            "Convert awt::UnoControlDialogModel to new style"
        I added an attribute "ResourceResolver" because some of the client
        code was setting it using the property interface.
        
        It turns out that this was a bad idea because the "ResourceResolver"
        property is doing some very interesting stuff, so revert that part
        of the change.
        
        Change-Id: I62b890e60164e005867ced49c3e407a49ed09441
        Reviewed-on: https://gerrit.libreoffice.org/4013
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-05-23  Luboš Luňák  <l.lunak@suse.cz>  [9413f2124dff0c38fd52d318d5ac2f392a7d36e0]

        improve exporting of picture alignment to docx
        
        Basing this on anchoring is wrong, as SwFmt{Hori/Vert}Orient seems to provide
        everything. Also try avoid hardcoding position if possible.
        
        Change-Id: I880bc5c3eeabdde9e52c0c16d1033e44e203a8a3

2013-05-23  Luboš Luňák  <l.lunak@suse.cz>  [007f2dcf166838540ed945c55fe48a944e95610a]

        map docx line alignment properly to writer's line-of-text align (bnc#820792)
        
        Apparently the top/bottom line of text alignment in writer is backwards
        compared to all others, while alignment to the top of a page puts
        an object's top edge at the top of the page, top of line of text
        puts the object on top of the line (i.e. bottom edge of the object
        at the line). The handling of NS_rtf::LN_YAlign suggests that swapping
        bottom and top in the input filter is the right way of handling this.
        
        Change-Id: I916c8ea0f2fd00de3e17b16b31433c9b6ba92e64

2013-05-23  Ariel Constenla-Haile  <arielch@apache.org>  [1bfbe4963db6edb7dc4333988d147d9b13689e2b]

        Fix build breaker
        
        (cherry picked from commit 4f7c31cdcf7ba9558e59bc345b3925f6b3d2695c)
        
        Change-Id: Iccb1de40dc66d94128d4db2ca08b05b7e4c567f5

2013-05-23  Armin Le Grand  <alg@apache.org>  [c1acf1d72ea1421cbb460e65ee5b1d9d3200033c]

        Resolves: #i115630# secured OutputDevice::ImplDrawHatch in vcl
        
        and PolyPolygon::Optimize in tools to useful fallbacks when working on
        PolyPolygons (what they do *not* support)
        
        (cherry picked from commit dbe489ab9766d96c5cafb079bc4778103bded783)
        
        Conflicts:
        	vcl/source/gdi/outdev4.cxx
        
        Change-Id: I5d2374ec95702cb0cab29d2e82710d4aa29fa823

2013-05-23  Ariel Constenla-Haile  <arielch@apache.org>  [59cc160f34c214ce1e6474e67ecc566a7faf6864]

        Resolves: #i120858# Change "Farsi" with "Persian"
        
        Changes done on UI code and IDL, not in comments
        
        (cherry picked from commit fa88b1f1e227ad7530f6595d802a6ed1f5d54cb4)
        
        Conflicts:
        	scp2/source/ooo/module_langpack.ulf
        	wizards/com/sun/star/wizards/letter/LocaleCodes.java
        
        Change-Id: I9f66f697789965af79c1ea6db08c8e43f099ddf8

2013-05-23  Ariel Constenla-Haile  <arielch@apache.org>  [d586255881ec8e149c099c603249050dcb81ab28]

        Resolves: #i120859# Advance the wizard when Socket edit field has text
        
        (cherry picked from commit a9c651aa7f7a05049229c0169e439dccde3b4d51)
        
        Change-Id: Ia027dc549e3157eeb7b1d924550ed89122ae1a23

2013-05-23  Sun Ying  <sunying@apache.org>  [febce416485db4f7282b4731fb69453525f66595]

        Resolves: #i119458# fix master's subtitle is modified when save .pot template
        
        Reported by: liupingtan
        Patch by: Ying Sun
        Review by: Jian Yuan Li(cherry picked from commit a19ed1cba504e1531df54de9131960f9dc2c94f9)
        
        Change-Id: Ied47d7f1421d3e27d8c7ad6529234f188af23787

2013-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be9034ec5c43a3dcbebaa75e9eb47a024d4c6072]

        prevent invalid files if file contains currency formats
        
        A regression from writing error cell information into the file.
        
        Change-Id: Idb55646094fcd76912bdcd2102370681bcc8703d

2013-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb92803765275eb2a9b4f92b63dd01350ee81c32]

        only export these attributes into ODF1.2 extended
        
        Change-Id: I6a7fcb55287e61af3a3cd041d187d5d4c693bc6c

2013-05-23  Andre Fischer  <af@apache.org>  [de63defeabe25842f22461748ae71931e4fdb279]

        Added options to create subset of full animation set.
        
        (cherry picked from commit 017cdba28f99bd599e1651e709914453069e1080)
        
        Change-Id: I55bc8a183990544dcf47086cebc495bcd240463a

2013-05-23  Caolán McNamara  <caolanm@redhat.com>  [2ae6f9d1d27f699a6dcf369ba018c93ea7d5def5]

        RHEL-5 baseline ver of flex doesn't have nounistd
        
        lets try this hack, if it fails revert and I'll just
        manually update the baseline with a newer flex than
        flex-2.5.4a-41.fc6
        
        Change-Id: If644489e80fc4e4cdba97808af0fe4d544d08646

2013-05-23  Herbert Dürr  <hdu@apache.org>  [fd5a9f20ef7b68439820a385f4527ba94a5a0d03]

        use debuggable and type-safe inline methods to replace macros...
        
        in typedescription.h
        
        (cherry picked from commit a0809605f7612de439f0fc1f007177c6c463d0df)
        
        Conflicts:
        	cppu/inc/typelib/typedescription.h
        
        Change-Id: I4ef735b896dc0833733e0141ce4c3fefcb820ded
        
        reshuffle declarations in typedescription.h to make forward-decls redundant
        
        (cherry picked from commit 0a6ba29e675385ce0aa49bb6ecd8d45b7aa0997b)
        
        Conflicts:
        	cppu/inc/typelib/typedescription.h
        
        Change-Id: I91486656606464c7e76fa349a02d45a96c0cfb4d

2013-05-23  Adam Co  <rattles2013@gmail.com>  [286bfde8c3b855db8487dbc1337993056026a5a9]

        fdo#64826 : fix for track-changes export in DOCX
        
        Change-Id: I44b505f977edcf9e0af2108487870352277ee9f0
        Reviewed-on: https://gerrit.libreoffice.org/4011
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-05-23  Jan Holesovsky  <kendy@suse.cz>  [47a208560f10637e3262594d16a643c87aa07b5c]

        bnc#820786: Unit test for patterns / hatches.
        
        Change-Id: I988439f8be9822c73d19c292da37e2cb102b1c78

2013-05-23  Jan Holesovsky  <kendy@suse.cz>  [d31d3050150da1980924a475c0ccdcbcb1139a4d]

        bnc#820786: Best effort mapping of the OOXML patterns to our hatches.
        
        Change-Id: I0138c2186741acf0964f0166953b69872a822907

2013-05-23  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [ea28ce082d06adceba66a15883d6434f69c3a391]

        spacing.ui widget
        
        Change-Id: Ia71b1fe2d75f0b53c091be5adcd975c8e64e3393
        Reviewed-on: https://gerrit.libreoffice.org/3969
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [ba4a764224bc856debd9635fbc666556fad393d1]

        sal_Bool to bool
        
        Change-Id: I4e2c942b4bc51199c37efac4ad29dc08f3bbdcd3

2013-05-23  Caolán McNamara  <caolanm@redhat.com>  [28829fdefd263950ef2ccb7953e99a14154ac53a]

        tweak bug comment to indicate which bug tracker its from
        
        Change-Id: I4b6a27a72f76d0d22f4104004468292c19a190ce

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [c43ffd3d44060c0801138e33a9dfc917133b7c21]

        Resolves: #i121734# extend XTextMarkup to support ranges
        
        Patch by: Kai Labusch
        Review by: arielch, jsc
        (cherry picked from commit de75173372c022c3004643d8978f76662261130b)
        
        Conflicts:
        	offapi/com/sun/star/text/XTextMarkup.idl
        	sw/inc/unoflatpara.hxx
        	sw/inc/unotextmarkup.hxx
        	sw/source/core/unocore/unoflatpara.cxx
        
        Change-Id: I2cfa15f08a893feb8880dc729b76cff3d29ce4eb

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [79b231f7a032c7e04b74fa019e18a5d7e3b5f4f3]

        Resolves: #i121733# enhancement for colored smarttags
        
        Patch By: Kai Labusch
        Review by: arielch, jsc
        (cherry picked from commit 5da75c78a80e43cb2bb4ed777ae5efcc1449cdda)
        
        Conflicts:
        	sw/source/core/inc/wrong.hxx
        	sw/source/core/txtnode/fntcache.cxx
        
        Change-Id: Ibc609ce4ef3492b537bb1ddec5ff7c460eb2c573

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [c5b604b9527d0dc32066e17dc3ce7f7370a78fe1]

        Resolves: #i121732# add new interface XMarkingAccess
        
        Patch by: Kai Labusch
        Review by: arielch, jsc
        (cherry picked from commit c1fb6ce135ad39299164aeecebfa746db210d0e3)
        
        Conflicts:
        	offapi/com/sun/star/text/makefile.mk
        	sw/inc/unotextcursor.hxx
        	sw/source/core/unocore/unoobj.cxx
        
        Change-Id: I68029b28908a57c4ed39d798269b5a8786972be0

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [5e059c1ee53b6be058f66a7c43af0e75f3cadfa1]

        Resolves: #i121731# extend XSmartTagAction->getActionCount...
        
        with additional parameter to increase flexibility of context menus
        
        Patch by: Kai Labusch
        Review by: arielch, jsc
        (cherry picked from commit 5898e201ae8bbc1203bf24629a389f8f3b3e02ee)
        
        Conflicts:
        	svx/source/mnuctrls/SmartTagCtl.cxx
        
        Change-Id: I91d50b94657c29db289864863ee752d4ce45db6c

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [1959113eac6bb23310883c974ac40cba6f222493]

        Resolves: #i121730# add optional interface XRangeBasedSmartTagRecognizer
        
        for SmartTags
        
        Patch by: Kai Labusch
        Review by: arielch, jsc
        (cherry picked from commit a64c066b02924371f486688df01b6881bcd0da8b)
        
        Conflicts:
        	offapi/com/sun/star/smarttags/XSmartTagRecognizer.idl
        	offapi/com/sun/star/smarttags/makefile.mk
        	svx/inc/svx/SmartTagMgr.hxx
        	svx/source/smarttags/SmartTagMgr.cxx
        	sw/source/core/txtnode/txtedt.cxx
        
        Change-Id: I11f528b2c1a068d0b1db1e76c2f889c0632ab972

2013-05-23  Caolán McNamara  <caolanm@redhat.com>  [403bfea10fb8ef5c4596d6a137aa22cc5b895ccf]

        aarch64 will be a 64bit multilib platform too
        
        Change-Id: I6b0932ecd304e661e3331b22e6993b856b686982

2013-05-23  Caolán McNamara  <caolanm@redhat.com>  [9c4066e95c7cd8b6fe7dbbe81636d1721023ca40]

        Updated core Project: dictionaries  96569b9f3d03502c5108eb4db7eb3e0697535617

2013-05-23  Michael Meeks  <michael.meeks@suse.com>  [9490a5575320d06079f55869631f90ce80ecc6d3]

        further cleanup to tolerate DOS line endings.
        
        Change-Id: I60345ed3eed84ef197bf145f2b26dfa8afdc51b1

2013-05-23  Michael Meeks  <michael.meeks@suse.com>  [197529947593132daf7a6e9dffa7c34e4203a393]

        attempted blind fix of msi encoding parsing issue.
        
        Change-Id: Iae582b8733254233517dbbf20a9293041b2f9b6d

2013-05-23  Matúš Kukan  <matus.kukan@gmail.com>  [e146578775668194e5331ecd067185ff9ad456bb]

        libmerged needs -lrt too
        
        since 9830fd36dbdb72c79703b0c61efc027fba793c5a
        
        Change-Id: I2cf7e59676d36fb0fe1a1ea4b70fa96d2a9ba976

2013-05-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [bfd495d9754e293d6561363ab6e27b45e2e403f0]

        fdo#63035 Add "Match Case" to Find bar.
        
        Change-Id: I1339767de7980426d32960bf5ee60e2f5c011be4

2013-05-23  Jürgen Schmidt  <jsc@apache.org>  [f2321c529adf6d4a455742c30fb75fbe3f7efe02]

        Resolves: #i121522# remove nonexistent, never published extensions...
        
        from ExtensionDependencies
        
        (cherry picked from commit 3484496e57ab59b4f613d7c9f727b5945e17e5b4)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/ExtensionDependencies.xcu
        
        Change-Id: I1b2e7382837a4cfad667187a7f930ca54385c31e

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [f30399c540f01f16f097b86ff518251324d558d7]

        Revert "fdo#46808, Convert chart2::Title service to new style"
        
        This reverts commit d256dbede60533369d1aac64cca34721183f6a8a:
        
        For one, the new css.chart2.XTitle2 looked unfinished, in that it transfered the
        direct properties of the old-style css.chart2.Title service into attributes, but
        left out all the properties inherited by the old-style service from
        css.style.ParagraphProperties, css.drawing.FillProperties,
        css.drawing.LineProperties (and that missing FIXME css.layout.LayoutElement,
        whatever that is supposed to be).  This needs more thought, to either make
        available all propertiers as attributes, or none.
        
        For another, this broke JunitTest_chart2_unoapi (sch.ChXChartDocument,
        sch.ChartTitle), for hard-to-debug reasons.
        
        Conflicts:
        	chart2/source/model/main/Title.cxx
        	chart2/source/model/main/Title.hxx
        	offapi/com/sun/star/chart2/XTitle2.idl
        	sc/source/filter/inc/xlchart.hxx
        
        Change-Id: I4747208a13984904d0e409ea49a73b0f667c86c7

2013-05-23  Miklos Vajna  <vmiklos@suse.cz>  [bf4fb4d4146ca51bd706ef8094adef628f3a48ec]

        SwModelTestBase: avoid not needed SAL_PRIuUINT32
        
        Change-Id: Id3aa47866fb753fb6a08d9dfcfb0ecb34d4a4770

2013-05-23  Oliver-Rainer Wittmann  <orw@apache.org>  [cc1c3d183b54f014e6d8a9bd3dd449e8233a79e6]

        added some more documentation
        
        (cherry picked from commit 15bffb385486de2f0fd285e8d81860e85138dce6)
        
        Conflicts:
        	instsetoo_native/util/openoffice.lst.README
        
        Change-Id: Icdfbab74f437aa1179d24c251ecf74a79e4e522d

2013-05-23  Ariel Constenla-Haile  <arielch@apache.org>  [a02388b90017def4c7f5ea2139e1d3302ba25132]

        Fix css.ucb.Content documentation
        
        Make it more readable by adding a table
        
        (cherry picked from commit e7b7b284aca5f3936ab1a5902652af41ea849093)
        
        Conflicts:
        	offapi/com/sun/star/ucb/Content.idl
        
        Change-Id: I31d3fc46993cad81d57ba15f77b8fbc797e4c541

2013-05-23  Andras Timar  <atimar@suse.com>  [8c9fe92749ff1d10dadb6823204acc549144cdf3]

        Updated core Project: help  e5ca2e81fcd42d619b728374f9c4e25b66032eac

2013-05-23  Andras Timar  <atimar@suse.com>  [8a68a7bf62e65c363bd0b6b773a5f621a42ef9b1]

        Updated core Project: help  50666498dd7c499a6c95c52ceef8a4f1075cc88f

2013-05-23  Khaled Hosny  <khaledhosny@eglug.org>  [736adbb4687eaa6b6a7a350a6452df2eceaad960]

        Fix left to right full justification
        
        I was overloading ApplyDXArray() with a HarfBuzz specific implementation
        because the GenericSalLayout one was screwing right to left kerning, but
        it seems to have broken left to right full justifications. Since
        mnXOffset was introduced a bit earlier to fix a similar issue, it can
        now be used here as well to minimize the possible side effects.
        
        Seems to work fine for both left to right and right to left text now,
        but at least one of my Arabic tests is regressing, so might need some
        tweaking.
        
        Change-Id: I1239b0ec77a4978f981a480400a6d01cda18af79

2013-05-23  David Tardon  <dtardon@redhat.com>  [62b74b6c21b0b30bbb5a2053dabff375273b0c8e]

        gbuild: define gengal deps on windows too
        
        Change-Id: I274d0a8392d51937630704b721953b407e7c3e91

2013-05-23  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2feb756dd5ff486a3972cf676f6f1d07017bf0f6]

        fdo#60924 autoinstall - gbuild/scp2: add onlineupdate module
        
        Change-Id: Ib541799e5bd8c95878d61dadbad2bcca80d44367

2013-05-23  Mark Wielaard  <mark@klomp.org>  [3fd6c700f85fdf775d64113aa027cc36db57a62a]

        Splitter::ImplInitHorVer(bool) should always initialize all state.
        
        When creating a new Splitter ImplInitHorVer(bool) should always
        init all state independent from the current state because some
        variables might not be initialized yet.
        
         Conditional jump or move depends on uninitialised value(s)
            at 0x8293625: Splitter::ImplInitHorVer(bool) (split.cxx:70)
            by 0x82936DF: Splitter::ImplInit(Window*, long) (split.cxx:100)
            by 0x8293CC3: Splitter::Splitter(Window*, long) (split.cxx:157)
            by 0x2686BC48: ScTabSplitter::ScTabSplitter(Window*, long, ScViewData*) (tabsplit.cxx:28)
            ...
          Uninitialised value was created by a heap allocation
            at 0x4A08361: operator new(unsigned long) (vg_replace_malloc.c:298)
            by 0x2687D8F1: ScTabView::Init() (tabview5.cxx:90)
            by 0x2686C5D3: ScTabView::ScTabView(Window*, ScDocShell&, ScTabViewShell*) (tabview.cxx:261)
            ...
        
        The public method to change the internal state is Splitter::SetHorizontal()
        which does check the current state (and calls Splitter::ImplInitHorVer()
        only when there is a real state change). So the bNew != mbHorzSplit was
        redundant anyway.
        
        Change-Id: If84e8bff4c87d208416de3583202ce88d6982a99
        Reviewed-on: https://gerrit.libreoffice.org/4007
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [f0199f76e05e3c00f43691151cd3715deba357b8]

        Use C++ static_cast
        
        Change-Id: I36793cf0144de5e051d277e70457f36dbfc933ff

2013-05-23  Stephan Bergmann  <sbergman@redhat.com>  [d080e70af3f3f346be03f7a32052b1fcc8449e99]

        Remove redundant (private) DO_NOT_ACQUIRE
        
        ...the constructors with SAL_NO_ACQUIRE argument do the same.
        
        Change-Id: I5c893080c9ae14e9e7ecefb726f3d99fce67ec81

2013-05-23  Xisco Fauli  <anistenis@gmail.com>  [6e2ff4edb2aae441142280ef31286f4627347fb8]

        oups, I shouldn't have commited it
        
        Change-Id: I0b7433431c2da50c17f46549cde30b2b0131c61f

2013-05-23  Jian Fang Zhang  <zhangjf@apache.org>  [8943478b8d34216d3f2d64dfccd48d181d1a0f91]

        Related #i120832#, the style and color set on table text by user...
        
        should have higher priority than that from table style
        
        Found by: Jinlong Wu,wujinlong@gmail.com
        Patch by: bjcheny,companycy@gmail.com
        Review by: zhangjf
        
        (cherry picked from commit fe7e723a727f6def90ee80ef2964a40546b37a90)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper.cxx
        
        Change-Id: I3f4c96d49de40b21cc3da9bcb5e588a270434cd8

2013-05-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [b7df3446c373a93dc5b77b495a54d873d83a91a7]

        AppendAscii cleanup
        
        Change-Id: I7398272de0bd340ebfb5f31b314d32fcff007eec
        Reviewed-on: https://gerrit.libreoffice.org/3974
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-22  Isamu Mogi  <saturday6c@gmail.com>  [8eb1fb9eff4d4eea9c0c1c2e8d3b380e227b5d50]

        Add mouse rollover effect to menubar on KDE and Windows
        
        - Add mouse rollover handling code to vcl::MenuBarWindow and vcl::Menu
        - Add member variable of rollover color to StyleSettings and ImplStyleData
        - Add rollover color definitions for each platforms
        
        Change-Id: I9ececd8a7089918ac63c5f2027c0c2f361a9d227
        Reviewed-on: https://gerrit.libreoffice.org/3856
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-22  Joren De Cuyper  <joren.libreoffice@telenet.be>  [d910bee3860fbcebcb91ccc60c6ff17a11e32d5d]

        fdo#64870 Duplicate shortcut on Text Import dialogue
        
        Accelerator 'o' is used for Open as well as Other,
        'r' isn't used as accelerator in that dialog.
        
        Change-Id: Ia25f03e437378c49e90376dff8aa0826d53265a6
        Reviewed-on: https://gerrit.libreoffice.org/4004
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff966ca6f43e2013095f6379525f1d969e65aef4]

        replace DialogCancelledException with std::abort
        
        Change-Id: Ib815c1a84efa4682ad644132ad3704f249b04a68

2013-05-22  Ariel Constenla-Haile  <arielch@apache.org>  [1d296f2b48827df13172e3b8c3fdf708807392e8]

        Document missing enumeration value
        
        Add missing Key Tab in
        /org.openoffice.Office.Writer/AutoFunction/Completion/AcceptKey
        
        (cherry picked from commit 4ff43c2b8dbf361093ff2ffa683e117526771332)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Writer.xcs
        
        Change-Id: I3441a9b97f3e74c115bde84da9a1c85f9c901185

2013-05-22  Ariel Constenla-Haile  <arielch@apache.org>  [25c30d0a27aebe31dfb7c72971f95e569aa9577b]

        Resolves: #i85426# - Document css::text::XAutoTextContainer paths handling
        
        (cherry picked from commit 9314f61d6111280f2a02b09f9c2c0a7506cdbc79)
        
        Conflicts:
        	offapi/com/sun/star/text/XAutoTextContainer.idl
        
        Change-Id: If775043efb6dae9832cbfd347f206278f3abb44c

2013-05-22  Armin Le Grand  <alg@apache.org>  [5481d32d285178dbf1a974389da1ee7c8ae19939]

        Secured SlideSorterModel::DeleteSlide for negative page indices
        
        (cherry picked from commit f6bff98d6f13bf71fc4bce53c189598c002343c2)
        
        Change-Id: I8c7ca633043ec224df4e4ab08c20d44f969a8059
        
        Corrected signed/unsigned mix
        
        (cherry picked from commit 20a3aee5359f143a6e4bf0bcb7fdef4675b3dd83)
        
        Change-Id: I6f8ffc6f541c2a06c9e97ef06711f312adc438f2

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [1685d09812b2e7b4ad779d6feb5c271b89bd587e]

        Updated core Project: help  18bae248eccf1bf35876c65e98aa438447c403d4

2013-05-22  Andre Fischer  <af@apache.org>  [0314533d3ba5a2601bc18037c4a1fbc6a54910d3]

        Resolves: #i122354# Fix notification of slide change when...
        
        caused by slide sorter key event
        
        (cherry picked from commit a3d234a12b037327688d4743c82f76da732ec70e)
        
        Change-Id: I6ac1667d10b5ecd8cc3f96b7657d7ffe49a7ac3f

2013-05-22  Andre Fischer  <af@apache.org>  [ff7bbe528aebedd41229e8d351a8c595e3627905]

        Resolves: #i122366# Uncheck sidebar menu button after menu is closed
        
        (cherry picked from commit ac41d4c3e1972e3968ce9cf6949adc13e2b198e6)
        
        Change-Id: I4eef19a3b4ad9ea3ff7fd40b22c2854f569b69b6

2013-05-22  Andre Fischer  <af@apache.org>  [94b868141e5ad43f8e2affb77563ec0f999a2d60]

        Resolves: #ii122335# Disabling the old task pane
        
        (cherry picked from commit f19d927b19ec6263ffedc9a20585d0fa2e74fc54)
        
        Change-Id: I084b132f3a2f2a103c16edab1de6196d3219b468

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [711135d2867dc2c53457fe7de7837c70873974b6]

        wrong libraries name again
        
        Change-Id: I5ee490c4d08e703b5ed825d2d4d0c981e21a1b9f

2013-05-22  Miklos Vajna  <vmiklos@suse.cz>  [c1064997b24d2426e426c78ae4207e4d9bd77b43]

        SwWW8ImplReader::StartTable: remove pointless assert
        
        This is a valid situation since commit
        8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de.
        
        Change-Id: Iddb889e3fa05edcbe42cc4a9765ca29757f2195e

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [102c6164cd3003f935f6a041113897d68cb83a27]

        adapt code to catalog .ui conversion
        
        Change-Id: If34cef7eef5ab26f52420685f54a85fcff2a0c12

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [c19c9dfc69b73ae7dbd7d4b9e68ec0a7c7891913]

        setting max line count should allow extra values to be added later
        
        Change-Id: Ia693c83b8d27cacbd257f81b5eae2936fc5f8a6f

2013-05-22  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [d484b12a851df24b2c5779b73c231a20a55a0374]

        catalog.ui widget
        
        Change-Id: I1a67c1c9b30b56d3c0739c2f77abfc24a941dad4

2013-05-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4fa7a0ce8131106a038ba441bcc230d0377690ac]

        Disable Calc perf test by default & output both pseudo-cycles and real time.
        
        Change-Id: I35120e576208640976cdda0a5628e355bbe2dc7c

2013-05-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6958b6a3ce9f28bed2a529939e7740452929a5b3]

        Use the block position of the destination, not of the source.
        
        And a test to catch this.
        
        Change-Id: Ia73be239b4be96cbe029390efbbec5f49e429652

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [ba9613715288f3907185133892d1dbbaa9e006a9]

        Minor simplification
        
        Change-Id: I8425971ed81b4f13be5e295a5a5b9ef443b9a4db

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [ea2f06d7884f2b765394bff8a1e935f67f6c961d]

        Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpoints
        
        f218110744cbb2ec79796d886042546e47334cca "Get rid of
        GlobalEditData::GetStdRefDevice()" causes DBG_TESTSOLARMUTEX failures like
        
        13 <signal handler called>
        14 0x000000396e035ba5 in raise () from /lib64/libc.so.6
        15 0x000000396e037358 in abort () from /lib64/libc.so.6
        16 0x000000396e02e972 in __assert_fail_base () from /lib64/libc.so.6
        17 0x000000396e02ea22 in __assert_fail () from /lib64/libc.so.6
        18 0x00002aaaaee6e42f in ImplDbgTestSolarMutex () at vcl/source/app/dbggui.cxx:1750
        19 0x00002aaaae21cf1b in DbgFunc (nAction=15, pParam=0x0) at tools/source/debug/debug.cxx:1118
        20 0x00002aaaaf12bbb5 in DbgTestSolarMutex () at include/tools/debug.hxx:295
        21 0x00002aaaaf151d4f in OutputDevice::ImplGetGraphics (this=0x2aab342127c0) at vcl/source/gdi/outdev.cxx:554
        22 0x00002aaaaf1562e9 in OutputDevice::DrawRect (this=0x2aab342127c0, rRect=Rectangle = {...}) at vcl/source/gdi/outdev.cxx:1665
        23 0x00002aaaaf14dc53 in OutputDevice::ImplDrawColorWallpaper (this=0x2aab342127c0, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:775
        24 0x00002aaaaf14f68c in OutputDevice::ImplDrawWallpaper (this=0x2aab342127c0, nX=0, nY=0, nWidth=1, nHeight=1, rWallpaper=...) at vcl/source/gdi/outdev6.cxx:1080
        25 0x00002aaaaf14fa4c in OutputDevice::Erase (this=0x2aab342127c0) at vcl/source/gdi/outdev6.cxx:1141
        26 0x00002aaaaf2a8802 in VirtualDevice::ImplInitVirDev (this=0x2aab342127c0, pOutDev=0x2d93230, nDX=1, nDY=1, nBitCount=0, pData=0x0) at vcl/source/gdi/virdev.cxx:113
        27 0x00002aaaaf2a8a6e in VirtualDevice::VirtualDevice (this=0x2aab342127c0, nBitCount=0) at vcl/source/gdi/virdev.cxx:135
        28 0x00002aaacee3e6a1 in ImpEditEngine::SetRefDevice (this=0x2aab34212040, pRef=0x0) at editeng/source/editeng/impedit2.cxx:193
        29 0x00002aaacee3ddf7 in ImpEditEngine::ImpEditEngine (this=0x2aab34212040, pEE=0x2aab34211fe0, pItemPool=0x2aab34210780) at editeng/source/editeng/impedit2.cxx:154
        30 0x00002aaacedeec95 in EditEngine::EditEngine (this=0x2aab34211fe0, pItemPool=0x2aab34210780) at editeng/source/editeng/editeng.cxx:104
        31 0x00002aaaf63acf10 in frm::RichTextEngine::RichTextEngine (this=0x2aab34211fe0, _pPool=0x2aab34210780) at forms/source/richtext/richtextengine.cxx:102
        32 0x00002aaaf63ac8ea in frm::RichTextEngine::Create () at forms/source/richtext/richtextengine.cxx:52
        33 0x00002aaaf63bd661 in frm::ORichTextModel::ORichTextModel (this=0x2aab394e5728, _rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260) at forms/source/richtext/richtextmodel.cxx:68
        34 0x00002aaaf63c00e3 in frm::ORichTextModel::Create (_rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260) at forms/source/richtext/richtextmodel.cxx:242
        35 0x00002aaaab81054e in cppu::OSingleFactoryHelper::createInstanceEveryTime (this=0x2aaaf5d3d070, xContext=uno::Reference to (cppu::ComponentContext *) 0x2aaabc54ef58) at cppuhelper/source/factory.cxx:171
        36 0x00002aaaab810765 in cppu::OSingleFactoryHelper::createInstanceWithContext (this=0x2aaaf5d3d070, xContext=uno::Reference to (cppu::ComponentContext *) 0x2aaabc54ef58) at cppuhelper/source/factory.cxx:203
        37 0x00002aaaab8111bf in cppu::OFactoryComponentHelper::createInstanceWithContext (this=0x2aaaf5d3d008, xContext=uno::Reference to (cppu::ComponentContext *) 0x2aaabc54ef58) at cppuhelper/source/factory.cxx:432
        38 0x00002aaaab865ee6 in cppuhelper::ServiceManager::createInstanceWithContext (this=0x2aaabc565208, aServiceSpecifier="com.sun.star.form.component.RichTextControl", Context=uno::Reference to (cppu::ComponentContext *) 0x2aaabc54ef58) at cppuhelper/source/servicemanager.cxx:796
        39 0x00002aaaab865990 in cppuhelper::ServiceManager::createInstance (this=0x2aaabc565208, aServiceSpecifier="com.sun.star.form.component.RichTextControl") at cppuhelper/source/servicemanager.cxx:745
        40 0x00002aaaf62db43d in frm::OControlModel::OControlModel (this=0x2aaaf5a5e408, _rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSetDelegator=0 '\000') at forms/source/component/FormComponent.cxx:598
        41 0x00002aaaf62def21 in frm::OBoundControlModel::OBoundControlModel (this=0x2aaaf5a5e408, _rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260, _rUnoControlModelTypeName="com.sun.star.form.component.RichTextControl", _rDefault="com.sun.star.form.control.TextField", _bCommitable=1 '\001', _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/FormComponent.cxx:1257
        42 0x00002aaaf62a212c in frm::OEditBaseModel::OEditBaseModel (this=0x2aaaf5a5e408, _rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260, rUnoControlModelName="com.sun.star.form.component.RichTextControl", rDefault="com.sun.star.form.control.TextField", _bSupportExternalBinding=1 '\001', _bSupportsValidation=1 '\001') at forms/source/component/EditBase.cxx:56
        43 0x00002aaaf62a54e2 in frm::OEditModel::OEditModel (this=0x2aaaf5a5e408, _rxFactory=uno::Reference to (cppuhelper::ServiceManager *) 0x2aaabc565260) at forms/source/component/Edit.cxx:294
        44 0x00002aaaf62d6a40 in frm::OFormattedFieldWrapper::read (this=0x2aaadbee2940, _rxInStream=uno::Reference to (io_stm::OObjectInputStream *) 0x2aab393d0070) at forms/source/component/FormattedFieldWrapper.cxx:303
        45 0x00002aaabcba47e6 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) () from solver/unxlngx6/installation/opt/ure/lib/libgcc3_uno.so
        46 0x00002aaabcba36c0 in cpp_call (pThis=0x2aaad40cee90, aVtableSlot=..., pReturnTypeRef=0x2474360, nParams=1, pParams=0x2aaad0009000, pUnoReturn=0x0, pUnoArgs=0x2aab3420ff10, ppUnoExc=0x2aab26a4e6a8) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237
        47 0x00002aaabcba4203 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x2aaad40cee90, pMemberDescr=0x2aaad0012980, pReturn=0x0, pArgs=0x2aab3420ff10, ppException=0x2aab26a4e6a8) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:430
        48 0x00002aaabe26515f in binaryurp::IncomingRequest::execute_throw (this=0x2aaad000b9a0, returnValue=0x2aab26a4eb10, outArguments=0x2aab26a4ea80) at binaryurp/source/incomingrequest.cxx:245
        49 0x00002aaabe26402f in binaryurp::IncomingRequest::execute (this=0x2aaad000b9a0) at binaryurp/source/incomingrequest.cxx:74
        50 0x00002aaabe27f3f1 in binaryurp::(anonymous namespace)::request (pThreadSpecificData=0x2aaad000b9a0) at binaryurp/source/reader.cxx:87
        51 0x00002aaaab539286 in cppu_threadpool::JobQueue::enter (this=0x2aaad00098b0, nDisposeId=46913122473968, bReturnWhenNoJob=1 '\001') at cppu/source/threadpool/jobqueue.cxx:115
        52 0x00002aaaab53cb7d in cppu_threadpool::ORequestThread::run (this=0x2aaad00017f0) at cppu/source/threadpool/thread.cxx:172
        53 0x00002aaaab53d363 in osl::threadFunc (param=0x2aaad0001800) at include/osl/thread.hxx:187
        54 0x00002aaaaaac85fb in osl_thread_start_Impl (pData=0x2aaad0007050) at sal/osl/unx/thread.c:251
        55 0x000000396e407d15 in start_thread () from /lib64/libpthread.so.0
        56 0x000000396e0f248d in clone () from /lib64/libc.so.6
        
        (encountered with JunitTest_forms_unoapi) or
        
        13 <signal handler called>
        14 0x000000396e035ba5 in raise () from /lib64/libc.so.6
        15 0x000000396e037358 in abort () from /lib64/libc.so.6
        16 0x000000396e02e972 in __assert_fail_base () from /lib64/libc.so.6
        17 0x000000396e02ea22 in __assert_fail () from /lib64/libc.so.6
        18 0x00002aaaaee6e42f in ImplDbgTestSolarMutex () at vcl/source/app/dbggui.cxx:1750
        19 0x00002aaaae21cf1b in DbgFunc (nAction=15, pParam=0x0) at tools/source/debug/debug.cxx:1118
        20 0x00002aaaaf12bbb5 in DbgTestSolarMutex () at include/tools/debug.hxx:295
        21 0x00002aaaaf152433 in OutputDevice::ImplReleaseGraphics (this=0x2aab20eef8b0, bRelease=1 '\001') at vcl/source/gdi/outdev.cxx:704
        22 0x00002aaaaf2a9047 in VirtualDevice::~VirtualDevice (this=0x2aab20eef8b0, __in_chrg=<optimized out>) at vcl/source/gdi/virdev.cxx:187
        23 0x00002aaaaf2a919c in VirtualDevice::~VirtualDevice (this=0x2aab20eef8b0, __in_chrg=<optimized out>) at vcl/source/gdi/virdev.cxx:202
        24 0x00002aaacecbb264 in ImpEditEngine::~ImpEditEngine (this=0x2aab20eef130, __in_chrg=<optimized out>) at editeng/source/editeng/impedit2.cxx:182
        25 0x00002aaacecbb614 in ImpEditEngine::~ImpEditEngine (this=0x2aab20eef130, __in_chrg=<optimized out>) at editeng/source/editeng/impedit2.cxx:184
        26 0x00002aaacec6bd51 in EditEngine::~EditEngine (this=0x2aab20eef0d0, __in_chrg=<optimized out>) at editeng/source/editeng/editeng.cxx:110
        27 0x00002aab34256039 in frm::RichTextEngine::~RichTextEngine (this=0x2aab20eef0d0, __in_chrg=<optimized out>) at forms/source/richtext/richtextengine.cxx:108
        28 0x00002aab3425609c in frm::RichTextEngine::~RichTextEngine (this=0x2aab20eef0d0, __in_chrg=<optimized out>) at forms/source/richtext/richtextengine.cxx:111
        29 0x00002aab3426b3fe in std::auto_ptr<frm::RichTextEngine>::reset (this=0x2aaabd4cb210, __p=0x0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/backward/auto_ptr.h:244
        30 0x00002aab34268a64 in frm::ORichTextModel::~ORichTextModel (this=0x2aaabd4cae08, __in_chrg=<optimized out>) at forms/source/richtext/richtextmodel.cxx:219
        31 0x00002aab34268d60 in frm::ORichTextModel::~ORichTextModel (this=0x2aaabd4cae08, __in_chrg=<optimized out>) at forms/source/richtext/richtextmodel.cxx:225
        32 0x00002aaaab8bd763 in cppu::OWeakObject::release (this=0x2aaabd4cae08) at cppuhelper/source/weak.cxx:204
        33 0x00002aaaab8bdc20 in cppu::OWeakAggObject::release (this=0x2aaabd4cae08) at cppuhelper/source/weak.cxx:274
        34 0x00002aaaab805212 in cppu::OComponentHelper::release (this=0x2aaabd4cae08) at cppuhelper/source/component.cxx:113
        35 0x00002aab340edb6c in frm::OControlModel::release (this=0x2aaabd4cae08) at forms/source/inc/FormComponent.hxx:408
        36 0x00002aab3426ae18 in frm::ORichTextModel::release (this=0x2aaabd4cae08) at forms/source/richtext/richtextmodel.hxx:106
        37 0x00002aaaab1d81cf in com::sun::star::uno::Reference<com::sun::star::beans::XPropertyState>::~Reference (this=0x2aaacfee10d0, __in_chrg=<optimized out>) at include/com/sun/star/uno/Reference.hxx:108
        38 0x00002aaaab1d2e69 in comphelper::OPropertySetAggregationHelper::~OPropertySetAggregationHelper (this=0x2aaacfee1068, __in_chrg=<optimized out>) at comphelper/source/property/propagg.cxx:451
        39 0x00002aab34184f55 in frm::OControlModel::~OControlModel (this=0x2aaacfee1008, __in_chrg=<optimized out>) at forms/source/component/FormComponent.cxx:669
        40 0x00002aab34189425 in frm::OBoundControlModel::~OBoundControlModel (this=0x2aaacfee1008, __in_chrg=<optimized out>) at forms/source/component/FormComponent.cxx:1316
        41 0x00002aab3414bac5 in frm::OEditBaseModel::~OEditBaseModel (this=0x2aaacfee1008, __in_chrg=<optimized out>) at forms/source/component/EditBase.cxx:75
        42 0x00002aab3414ee79 in frm::OEditModel::~OEditModel (this=0x2aaacfee1008, __in_chrg=<optimized out>) at forms/source/component/Edit.cxx:318
        43 0x00002aab3414eef8 in frm::OEditModel::~OEditModel (this=0x2aaacfee1008, __in_chrg=<optimized out>) at forms/source/component/Edit.cxx:327
        44 0x00002aaaab8bd763 in cppu::OWeakObject::release (this=0x2aaacfee1008) at cppuhelper/source/weak.cxx:204
        45 0x00002aaaab8bdc20 in cppu::OWeakAggObject::release (this=0x2aaacfee1008) at cppuhelper/source/weak.cxx:274
        46 0x00002aaaab805212 in cppu::OComponentHelper::release (this=0x2aaacfee1008) at cppuhelper/source/component.cxx:113
        47 0x00002aab340edb6c in frm::OControlModel::release (this=0x2aaacfee1008) at forms/source/inc/FormComponent.hxx:408
        48 0x00002aab340f8a38 in frm::OBoundControlModel::release (this=0x2aaacfee1008) at forms/source/inc/FormComponent.hxx:1025
        49 0x00002aaaab7ed45d in com::sun::star::uno::Reference<com::sun::star::uno::XInterface>::~Reference (this=0x7fff8d7a2cd0, __in_chrg=<optimized out>) at include/com/sun/star/uno/Reference.hxx:108
        50 0x00002aaaab8051f3 in cppu::OComponentHelper::release (this=0x2aaacfee1008) at cppuhelper/source/component.cxx:107
        51 0x00002aab340edb6c in frm::OControlModel::release (this=0x2aaacfee1008) at forms/source/inc/FormComponent.hxx:408
        52 0x00002aab340f8a38 in frm::OBoundControlModel::release (this=0x2aaacfee1008) at forms/source/inc/FormComponent.hxx:1025
        53 0x00002aaabcba6224 in bridges::cpp_uno::shared::freeUnoInterfaceProxy (pEnv=0x2aaac80009e0, pProxy=0x2aab20ef5470) at bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:43
        54 0x00002aaaab56f35c in (anonymous namespace)::s_stub_defenv_revokeInterface (pParam=0x7fff8d7a2f78) at cppu/source/uno/lbenv.cxx:390
        55 0x00002aaaab56ad4f in s_environment_invoke_v (pCurrEnv=0x0, pTargetEnv=0x2aaac80009e0, pCallee=0x2aaaab56f008 <(anonymous namespace)::s_stub_defenv_revokeInterface(va_list*)>, pParam=0x7fff8d7a2f78) at cppu/source/uno/EnvStack.cxx:292
        56 0x00002aaaab56adf8 in uno_Environment_invoke_v (pTargetEnv=0x2aaac80009e0, pCallee=0x2aaaab56f008 <(anonymous namespace)::s_stub_defenv_revokeInterface(va_list*)>, pParam=0x7fff8d7a2f78) at cppu/source/uno/EnvStack.cxx:311
        57 0x00002aaaab56aeb8 in uno_Environment_invoke (pEnv=0x2aaac80009e0, pCallee=0x2aaaab56f008 <(anonymous namespace)::s_stub_defenv_revokeInterface(va_list*)>) at cppu/source/uno/EnvStack.cxx:320
        58 0x00002aaaab56f704 in (anonymous namespace)::defenv_revokeInterface (pEnv=0x2aaac80009e0, pInterface=0x2aab20ef5470) at cppu/source/uno/lbenv.cxx:446
        59 0x00002aaabcba634a in bridges::cpp_uno::shared::releaseProxy (pUnoI=0x2aab20ef5470) at bridges/source/cpp_uno/shared/unointerfaceproxy.cxx:85
        60 0x00002aaabe24dbd3 in com::sun::star::uno::UnoInterfaceReference::~UnoInterfaceReference (this=0x2aaad011eac8, __in_chrg=<optimized out>) at include/uno/dispatcher.hxx:88
        61 0x00002aaabe24edd8 in binaryurp::Bridge::SubStub::~SubStub (this=0x2aaad011eac8, __in_chrg=<optimized out>) at binaryurp/source/bridge.cxx:167
        62 0x00002aaabe24eea3 in std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub>::~pair (this=0x2aaad011eac0, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_pair.h:88
        63 0x00002aaabe25a32e in std::_Rb_tree_node<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> >::~_Rb_tree_node (this=0x2aaad011eaa0, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:130
        64 0x00002aaabe25a34c in __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::destroy<std::_Rb_tree_node<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > (this=0x2aaad011eb08, __p=0x2aaad011eaa0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/new_allocator.h:114
        65 0x00002aaabe258ad9 in std::_Rb_tree<com::sun::star::uno::TypeDescription, std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub>, std::_Select1st<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> >, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::_M_destroy_node (this=0x2aaad011eb08, __p=0x2aaad011eaa0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:419
        66 0x00002aaabe2566d5 in std::_Rb_tree<com::sun::star::uno::TypeDescription, std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub>, std::_Select1st<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> >, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::_M_erase (this=0x2aaad011eb08, __x=0x2aaad011eaa0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1084
        67 0x00002aaabe254656 in std::_Rb_tree<com::sun::star::uno::TypeDescription, std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub>, std::_Select1st<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> >, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::~_Rb_tree (this=0x2aaad011eb08, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:646
        68 0x00002aaabe2519d4 in std::__cxx1998::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::~map (this=0x2aaad011eb08, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_map.h:90
        69 0x00002aaabe251a70 in std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >::~map (this=0x2aaad011eb08, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/debug/map.h:107
        70 0x00002aaabe24ef78 in std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >::~pair (this=0x2aaad011eb00, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_pair.h:88
        71 0x00002aaabe25a168 in std::_Rb_tree_node<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >::~_Rb_tree_node (this=0x2aaad011eae0, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:130
        72 0x00002aaabe25a186 in __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::destroy<std::_Rb_tree_node<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > > (this=0x7fff8d7a3470, __p=0x2aaad011eae0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/new_allocator.h:114
        73 0x00002aaabe2584ef in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_destroy_node (this=0x7fff8d7a3470, __p=0x2aaad011eae0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:419
        74 0x00002aaabe255bc1 in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_erase (this=0x7fff8d7a3470, __x=0x2aaad011eae0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1084
        75 0x00002aaabe255b9e in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_erase (this=0x7fff8d7a3470, __x=0x2aaad0012f10) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1082
        76 0x00002aaabe255b9e in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_erase (this=0x7fff8d7a3470, __x=0x2aaad0012a60) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1082
        77 0x00002aaabe255b9e in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_erase (this=0x7fff8d7a3470, __x=0x2aaad002ec50) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1082
        78 0x00002aaabe255b9e in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::_M_erase (this=0x7fff8d7a3470, __x=0x2aaad001ca70) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1082
        79 0x00002aaabe2537e8 in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > >, std::_Select1st<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::~_Rb_tree (this=0x7fff8d7a3470, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:646
        80 0x00002aaabe25033a in std::__cxx1998::map<rtl::OUString, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::~map (this=0x7fff8d7a3470, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_map.h:90
        81 0x00002aaabe2503d6 in std::__debug::map<rtl::OUString, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, std::__debug::map<com::sun::star::uno::TypeDescription, binaryurp::Bridge::SubStub, std::less<com::sun::star::uno::TypeDescription>, std::allocator<std::pair<com::sun::star::uno::TypeDescription const, binaryurp::Bridge::SubStub> > > > > >::~map (this=0x7fff8d7a3470, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/debug/map.h:107
        82 0x00002aaabe2468ec in binaryurp::Bridge::terminate (this=0x2aaabd5aa670, final=true) at binaryurp/source/bridge.cxx:332
        83 0x00002aaabe24af19 in binaryurp::Bridge::dispose (this=0x2aaabd5aa670) at binaryurp/source/bridge.cxx:920
        84 0x00002aaabddfc85d in desktop::Acceptor::~Acceptor (this=0x2aaabd3ea6d0, __in_chrg=<optimized out>) at desktop/source/offacc/acceptor.cxx:88
        85 0x00002aaabddfca52 in desktop::Acceptor::~Acceptor (this=0x2aaabd3ea6d0, __in_chrg=<optimized out>) at desktop/source/offacc/acceptor.cxx:90
        86 0x00002aaaab8bd763 in cppu::OWeakObject::release (this=0x2aaabd3ea6d0) at cppuhelper/source/weak.cxx:204
        87 0x00002aaabde05f7e in cppu::WeakImplHelper2<com::sun::star::lang::XServiceInfo, com::sun::star::lang::XInitialization>::release (this=0x2aaabd3ea6d0) at include/cppuhelper/implbase2.hxx:106
        88 0x00002aaaaad7d4fb in com::sun::star::uno::Reference<com::sun::star::lang::XInitialization>::~Reference (this=0x16790f8, __in_chrg=<optimized out>) at include/com/sun/star/uno/Reference.hxx:108
        89 0x00002aaaaad846f8 in std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> >::~pair (this=0x16790f0, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_pair.h:88
        90 0x00002aaaaad8834e in std::_Rb_tree_node<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > >::~_Rb_tree_node (this=0x16790d0, __in_chrg=<optimized out>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:130
        91 0x00002aaaaad8836c in __gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::destroy<std::_Rb_tree_node<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > > (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>, __p=0x16790d0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/new_allocator.h:114
        92 0x00002aaaaad87fdb in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> >, std::_Select1st<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::_M_destroy_node (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>, __p=0x16790d0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:419
        93 0x00002aaaaad878a5 in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> >, std::_Select1st<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::_M_erase (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>, __x=0x16790d0) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:1084
        94 0x00002aaaaad87625 in std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> >, std::_Select1st<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > >, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::clear (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_tree.h:816
        95 0x00002aaaaad865b4 in std::__cxx1998::map<rtl::OUString, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization>, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::clear (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/bits/stl_map.h:716
        96 0x00002aaaaad85670 in std::__debug::map<rtl::OUString, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization>, std::less<rtl::OUString>, std::allocator<std::pair<rtl::OUString const, com::sun::star::uno::Reference<com::sun::star::lang::XInitialization> > > >::clear (this=0x2aaaab039660 <rtl::Static<desktop::AcceptorMap, desktop::(anonymous namespace)::acceptorMap>::get()::instance>) at /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/debug/map.h:351
        97 0x00002aaaaad83453 in desktop::Desktop::DeregisterServices (this=0x7fff8d7a43e0) at desktop/source/app/appinit.cxx:255
        98 0x00002aaaaad643e3 in desktop::Desktop::doShutdown (this=0x7fff8d7a43e0) at desktop/source/app/app.cxx:1804
        99 0x00002aaaaad63680 in desktop::Desktop::Main (this=0x7fff8d7a43e0) at desktop/source/app/app.cxx:1753
        100 0x00002aaaaee9b0dd in ImplSVMain () at vcl/source/app/svmain.cxx:162
        101 0x00002aaaaee9b1c6 in SVMain () at vcl/source/app/svmain.cxx:198
        102 0x00002aaaaada6616 in soffice_main () at desktop/source/app/sofficemain.cxx:82
        103 0x0000000000400968 in sal_main () at desktop/source/app/main.c:48
        104 0x0000000000400949 in main (argc=9, argv=0x7fff8d7a45c8) at desktop/source/app/main.c:47
        
        (encountered with JunitTest_sc_unoapi), and more, so lock the SolarMutex at the
        "entrance" to the relevant stack traces.
        
        Change-Id: I017acf2886b813adb4d44562c5f1e22dd24aa884

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [65da24773fffea4e4bc81adfa265378064186488]

        Be more picky about Mac OS X linker warnings
        
        ...useful for cases like 913ba61d008c6629272ba3df8d22dbff0e2dc4f9 "Make liborcus
        -fvisibility setting consistent with LO one."
        
        Feel free to revert if it causes trouble, though.  (I was only able to test it
        with a 10.7 build, not a 10.6 baseline one.)
        
        Change-Id: Ic8e57cd917ef186f4dec8d876fc8da6d6db57b3d

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [913ba61d008c6629272ba3df8d22dbff0e2dc4f9]

        Make liborcus -fvisibility setting consistent with LO one
        
        Esp. since LO links against a liborcus.a, this would otherwise cause linker
        warnings like
        
          ld: warning: direct access in orcus::orcus_xml::read_file(char const*) to
          global weak symbol boost::unordered_detail::prime_list_template<unsigned
          long>::value means the weak symbol cannot be overridden at runtime. This was
          likely caused by different translation units being compiled with different
          visibility settings.
        
        on Mac OS X (where HAVE_GCC_VISIBILITY_FEATURE is unset).
        
        Change-Id: I6f09b61aa77b6d5c3f8b53407d8faff4fb3bb8a1

2013-05-22  Andras Timar  <atimar@suse.com>  [d003010030b0ca5b828d1c6bf02be6dd350375f2]

        Updated core Project: dictionaries  5f7183ff8e2358287bd99b64d7036475f1f0ff6a

2013-05-22  Noel Grandin  <noel@peralex.com>  [9fa7dd98ccf91a2862f4c61d5d94aff2a1bbe4bf]

        fix Mac build
        
        Change-Id: I7870cabf5a241d5255f0b2a6cf995c17b664fd27

2013-05-22  Noel Grandin  <noel@peralex.com>  [a726677724a5a8dd6ae39d5a7a829c2ed62f3efd]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: Ib5e6fb4d6a4ff8f2bd315f19bde5028be2c569ea

2013-05-22  Noel Grandin  <noel@peralex.com>  [fe1ac1bf904ec7905187c3c3a5fe6a90f31f94e7]

        fdo#46808, convert XMultiServiceFactory to XComponentContext
        
        Change-Id: I5ed0b12bf37e7d235fc88182c006a6ed07ef2343

2013-05-22  Noel Grandin  <noel@peralex.com>  [7298a2b0c721004b09a0fd3c7e287d655f42286b]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: I3a74d4edaa3ff3c2498c3db2720b0e4e5305c2e4

2013-05-22  Noel Grandin  <noel@peralex.com>  [8c249489120c9ef0a25436d16c38cbe3756adff1]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: I24c21e5e3fede7de003cddeef39457ee88b885e9

2013-05-22  Noel Grandin  <noel@peralex.com>  [fe9f937f46773b6978a8774ba40c971ea7acc500]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: I804845860bf28b2f87e0474bc54e821426473a0c

2013-05-22  Noel Grandin  <noel@peralex.com>  [1a2ab98ab809a13cb01a33de15fb288c76103e5e]

        fdo#46808, Convert XMultiServiceFactory to XComponentContext
        
        Change-Id: I4325e553d010bb93794f897b41a602a5f849d4a6

2013-05-22  Noel Grandin  <noel@peralex.com>  [122e4bc598e2d7d1a3e5cef4c45cda94ca7cfd9b]

        fdo#46808, XMultiServiceFactory to XComponentContext
        
        Change-Id: I2ca9a2930a921c600f5e93cc2e66d461220ea87d

2013-05-22  Noel Grandin  <noel@peralex.com>  [03c3cd90930d6fb7d0f498e4b21871b1746d9b2d]

        fix maybevoid attributes
        
        ..from commit d256dbede60533369d1aac64cca34721183f6a8a
        "Convert chart2::Title service to new style"
        
        Change-Id: Ib4b8a9126f1042c7d0b8cc07505444f25fe9c55a

2013-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [d664f279602ae6ea9275b222f3f33634aeec97b3]

        Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"
        
        Breaks the build for Windows: vcl/win/source/gdi/winlayout.cxx(1897) :
        error C2065: 'nCharPos' : undeclared identifier
        
        This reverts commit 0b70e4ea4fcf0adccdfdf4886e5cc45d46479692.

2013-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [d19421db942cd08cc378e1b4dfea583f9bd5cd79]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: Ief8e7c0fe01809b6059aa85a4cc8d2ba713f902a

2013-05-22  Jonathan Schultz  <jonathan@imatix.com>  [0b70e4ea4fcf0adccdfdf4886e5cc45d46479692]

        fdo#62846 incorrect glyph to Unicode mappings in PDFs
        
        Change-Id: Idebc7f69f95d8f72626373475d8611ea68f1483a

2013-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [2dec489ebb75030ffaeaa6daf7d42472e23a5eb6]

        WaE: function will cause runtime stack overflow
        
        Revert misguided changes from 6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37
        that obviously would cause endless recursion if these functions were
        ever entered.
        
        Thanks to MSVC2012 for the nice warning.
        
        Change-Id: I8504aa8ac141164ec6e026cc4fa873f8273f92bd

2013-05-22  Thorsten Behrens  <tbehrens@suse.com>  [eed0e18b21cc807b40217d8f4adbfd376cb5d475]

        Add gdb pretty-printers for basegfx
        
        First cut - polygons and B2DRange covered.
        
        Change-Id: I042bff8c3fa5c889a926d450090494e2e20f76b1

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [36ea135d9b9cfbe34de364d32af52d8c9a0ace92]

        Updated core Project: help  2221e87b7de87cba44f8166d59949b30e6e8870b

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [7c04626ec7b54d8db2ff9bac19df75dd668ad8f7]

        adapt code to alignment dialog .ui conversion
        
        Change-Id: I8a64ddc076e177deaa61a450716d7d3dd8043303

2013-05-22  Noel Grandin  <noel@peralex.com>  [6a043e9c0acff20e1618ca8ec15c21d5d0fd0d37]

        Use the new type-checking Reference constructor to reduce code noise
        
        Also create a Clang compiler plugin to detect such cases.
        
        Change-Id: I61ad1a1d6b1c017eeb51f226d2dde0e9bb7f1752
        Reviewed-on: https://gerrit.libreoffice.org/4001
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Tested-by: Noel Grandin <noelgrandin@gmail.com>

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [697a007c61b9cabceb9767fad87cd5822b300452]

        Fix exception specifications
        
        Change-Id: Ic2384073bba833224815582d4b9fee88c1ead782

2013-05-22  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [114e445e9cbb84697328421ac018ec943ed13b4f]

        alignment.ui widget
        
        Change-Id: I45c7351e934ebd557af0ab07767ec0b61ce2299f
        Reviewed-on: https://gerrit.libreoffice.org/3970
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-22  Khaled Hosny  <khaledhosny@eglug.org>  [a2e3f7786f78234a5b5d0fe19ea715c2ad2f3ad7]

        Blind attempt to fix HarfBuzz build
        
        Change-Id: Iaa61bc2c82ab6bd6391c8c81951ca55c5ce133ab

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [ce0adb96c5401e466b2c74cbcef62dd638362571]

        Updated core Project: help  0017d64c762e63fd66e8d853459343995bb86b61

2013-05-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [63e6c7408974e35e7c09efa1039c0c770f541e29]

        Uploading libodfgen-0.0.2
        
        Change-Id: I83ebc1a052227c6ac224018d00aab21e7d0a2eec

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [a83ed57808669bdb5e71305e854a2bffbf96edb7]

        use attributes, not markup for bold titles
        
        Change-Id: Ib4fe3b2aa234ab636f1f1b222600617bb09ea806

2013-05-22  Noel Power  <noel.power@suse.com>  [bf8e9b29aaebcbdd8f2f06b42ac97b8d9f8f4503]

        fix for bnc#819865 itemstate in parent style incorrectly reported as set
        
        Problem occurs because attrs set with default values are reported as set when queried
        
        Change-Id: I89d6c3b09312fb78052d87ff20aa12c6fbe7bc98

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [6a0a33444255fcdbe16500de24fc5bfd74adca4b]

        WaE: signed/unsigned comparison
        
        Change-Id: Iaa439c268eda24d700471560927d8f4c0f2e017b

2013-05-22  Caolán McNamara  <caolanm@redhat.com>  [38b7f28268fc48e2761f963ffc7652ebdf2a8e9b]

        adapt code to use masterlayoutdlg .ui
        
        Change-Id: I4fd8530d461701c736beaf15ca6cf66dfdf58f86

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [66e39940d763586060c4bcc8c3cd213495c40b79]

        Use implicit default constructors
        
        ...instead of explicit ones without arguments.  The former internally call
        css.lang.XMultiComponentFactory.createInstanceWithContext while the latter call
        css.lang.createInstanceWithArgumentsAndContext, which in turn uses css.lang.XInitialization.initialize,
        which could fail with a less forgiving factory than cppu::OSingleFactoryHelper
        (cppuhelper/source/factory.cxx) if the service implementation does not support XInitialization.
        
        Change-Id: Iff3b2ceacdd3d4e165004b841e5bbf9dbe0b98a5

2013-05-22  László Németh  <nemeth@numbertext.org>  [56ae7a8c50c4040a7634986a055161b3aeb5819a]

        fdo#52540 fix hyphenation of Graphite ligatures
        
        Change-Id: I3c6aef6d845a7494d54b3c902654b21f3939e8cf

2013-05-22  Stephan Bergmann  <sbergman@redhat.com>  [2bb3500284182756116890e24fa12be8dace0753]

        Fix nss library paths for Mac OS X
        
        nss uses hard-coded @executable_path (which is wrong, consider e.g. the case of
        the URE uno executable), so patch it to use @_..._OOO instead (and no need to
        set --prefix), and pass the resulting libs through macosx-change-install-names
        (which requires the generated libs to be writable).
        
        Change-Id: I0f04533f0f0581ee7b9dfd8929b8629c0842cc1b

2013-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [e84fe1e99e3df4ef1db7ad947f7866de16d7c662]

        WaE: unreferenced local variable
        
        Change-Id: Ib1d6a1c154d521a9de211467799a723f83d48554

2013-05-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a0850db02a58f14a7fd778814f2be6ced4433022]

        fdo#63840 lp#1182082: disable internal unity integration against glib<2.36
        
        * that is: use internal unity integration from Ubuntu 13.04 raring
          upwards only
        
        Change-Id: I08b9d950245b21e8d92c1e76905d53e97afdf685

2013-05-22  Mark Wielaard  <mark@klomp.org>  [44a7759b2971c326852d0fb24cf6ea4a540a28f1]

        valgrind: Initialize all of struct sockaddr_rc for binding AF_BLUETOOTH.
        
        valgrind doesn't know that struct sockaddr_rc contains some padding that
        isn't used. Since we pass bind sizeof (struct sockaddr_rc) valgrind will
        check all bytes are initialized. So explicitly clear all bytes before
        passing to bind.
        
        https://bugs.kde.org/show_bug.cgi?id=320116 tracks adding explicit
        support to valgrind.
        
        Change-Id: I05d2f221a5794228dae3077e8ea1bcda5ba1f8b0
        Reviewed-on: https://gerrit.libreoffice.org/3998
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [563f15a609f5c637cd73d831830a68bdb61fb4d8]

        Adjust a bit.
        
        Change-Id: I74be2d40d9eb92813836a35892f461fe27b79aeb

2013-05-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [80648e06cac011c01e624cba91ce71fdf431e78a]

        Hopefully this will disable testPerf for Windows too... Untested.
        
        Change-Id: I6d06b8e2b3cdb22948e606a7d928c57ea9347cea

2013-05-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df4d6b134bfe45e380416f0d9eecb482843e8a47]

        Disable the perf test for dbgutil build.
        
        Change-Id: Ifd95ea4f88175b9010f93a4a064be5d908b2a224

2013-05-21  Michael Meeks  <michael.meeks@suse.com>  [7141c7517db5bbb9814308aa4c68bc95beb4de8c]

        make calc tests use some sort of pseudo-cycle measurement
        
        Change-Id: I9f58a7b00a6e4441c08254ef99829fab805beef8

2013-05-22  Takeshi Abe  <tabe@fixedpoint.jp>  [0837a36d9d1734bc48e34cdce609451bbfb38f77]

        sal_Bool to bool
        
        Change-Id: I9586db0082592a703dd791b4846a12529b131b9a

2013-05-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4169a1264f8b491e80740c82bada9f6c34e4d26e]

        Try not to crash in mdds when _GLIBCXX_DEBUG is defined.
        
        Change-Id: Id3a5ca97129177cae27cc38ec044f4fa62f08477

2013-05-21  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [d5151ab592367fde7db03fce81e0b76776d18216]

        Allow 'textual links' on icon theme packages
        
        This would allow use of better icon names ( fdo#30425 ) and
        minimizes space size needed by reuses of same icons bitmaps
        with different filenames.
        
        Icon packages shoud have a file named "links.txt" on root folder
        in order to achieve that. It binds a name of a 'virtual' file to
        an existing one, to avoid duplicates.
        
        This file should contain one or more lines like this:
        path/for/fakefile_that_reuse_a_bitmap.png path/for/existing_one.png
        
        Implemented as discussed in:
        http://lists.freedesktop.org/archives/libreoffice/2013-April/049650.html
        
        Change-Id: Ia65a1ba18f93297fae47fa520104821f6f336694
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/3953
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [e8c9a6af25a7ff476e33ad239b70414168aabe3a]

        Removal of includes not needed anymore
        
        Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/3952
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Khaled Hosny  <khaledhosny@eglug.org>  [b1167d96bd70a9e820525a3e6189772cf1b7852a]

        Update HarfBuzz to 0.9.17
        
        Change-Id: If84a1eb7dbd54b4f1e3d876eb63cc3f2f8e51938
        Reviewed-on: https://gerrit.libreoffice.org/3993
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Joren De Cuyper  <joren.libreoffice@telenet.be>  [6899a0689a4410404898a3a8518f2120734d8fea]

        fdo#62483 missing default button in format -> aligment dialog at math
        
        The default button was missing because the dialog was to small (it "fell off").
        Also the default button was placed a bit to far from the help button IMHO.
        
        Change-Id: I05a079cacf6e5ac73861aff4a7dab7a455f3f181
        Reviewed-on: https://gerrit.libreoffice.org/3994
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [330ce827f2fbc6499eddf2084f8401fcdee5103b]

        Loader's ImageTree doesn't store multiple image paths anymore
        
        Change-Id: Idd13039a76c46bfccad5f54e3357dde952508211
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/3951
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [3ca73d5fcff2efbc2a5e2ce36714d24267a63fbc]

        masterlayoutdlg.ui widget
        
        Change-Id: Ic49c2519b5949661a13f8a24c2c4a084242b1882
        Reviewed-on: https://gerrit.libreoffice.org/3976
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-21  Andre Fischer  <af@apache.org>  [88707ef9e8477784d0f5f9d679c5de4020b4ea40]

        Resolves: #i122336# Show docked tab bar after closing undocked sidebar
        
        (cherry picked from commit d8b17867f3c58d5623cca129d6459bae0eb11729)
        
        Change-Id: I5579c8f12cad696da94674c4f1a52bb2bed68cb5

2013-05-21  Oliver-Rainer Wittmann  <orw@apache.org>  [94a3dc9e47afc40be21838889a326489b133c2df]

        Resolves: #i122261# Calc Navigator - assure non-overlapping layout
        
        (cherry picked from commit e7fa6ef1cbae2354078ec185c987e16e004e8a5d)
        
        Conflicts:
        	sc/source/ui/navipi/navipi.cxx
        
        Change-Id: I91147e2c4f5647e719eb86d0b4b342ea0d9770a7

2013-05-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [303b6fe5bacd782dafbe370b472a9b724d782f2f]

        Some more linking fixing
        
        Change-Id: I92fbd3839fea6c730039259ce6f56d8082ffd19b

2013-05-21  Oliver-Rainer Wittmann  <orw@apache.org>  [9ffcc8516ceb5c3b9e522bae6542a9d0e606663e]

        Resolves: #i122260# Calc Navigator - assure that tool box is...
        
        at least as wide as the tree list box to avoid 'bad' layout when the Navigator
        is resized.
        
        (cherry picked from commit 1aead9f230e3953f6049e1700d912d6c14c62e7f)
        
        Change-Id: Ie9aae42c42312777847fdb3261aa74ca7beaccbb

2013-05-21  Andre Fischer  <af@apache.org>  [57af6389b5e6cf9656edb96e987509ce84b45721]

        Resolves: #i122057# Fixed layouting of legacy sidebar panels
        
        (cherry picked from commit ff4875ae18c417a74621559bd2d2e9ad05929a82)
        
        Change-Id: I6c97144981fbebc591fe595274c2f01055dd1979

2013-05-21  Andre Fischer  <af@apache.org>  [b8520e02d2b1b18ece5dbc6dbac12b9481643fdd]

        Resolves: #i122291# Showing the right set of layouts for handout mode
        
        Fixed painting selection in layout panel
        
        (cherry picked from commit b89784c822670593cb253bcc0d260b93c9936e1c)
        
        Change-Id: I73d53bdcdec25753c8adb0f011f05868f82d35a5

2013-05-21  Andre Fischer  <af@apache.org>  [d456545fb1215eda69f6970d4207b2b062384877]

        Resolves: #i122352# Do not allow selection of disabled decks via menu
        
        (cherry picked from commit b27563ac5988d7ce407b045466e952114f54e07c)
        
        Change-Id: Id36b8fd12d0fce8f8717e5dd21538d1871a005b0

2013-05-21  Andre Fischer  <af@apache.org>  [9a32ed36709cb03a8b5d3bcff0276bc31c934848]

        Resolves; #i122219# Show 'Cell Appearance' and 'Number Format' panels...
        
        when editing cells.(cherry picked from commit 09d043596e8283dd6ced26d1e4ff0da530252df0)
        
        Change-Id: I2fe0f9655efa24fb99b566f5c515b0fd1f651f6b

2013-05-21  Oliver-Rainer Wittmann  <orw@apache.org>  [2d00e944315ddbf25b1e566082ecbf576ea0dab6]

        Resolves: #i122310# page property panel, page size control
        
        display page size as Width x Height
        
        (cherry picked from commit b83fb522809c9b54427f60200164f878ae7f4658)
        
        Conflicts:
        	sw/source/ui/sidebar/PageSizeControl.cxx
        
        Change-Id: I150eb045366ee1a712f2a7fc992d5ac76b7e19d7

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [63fca6b8040f08f815378cd933e7cb66eee40346]

        avoid static OUStrings here
        
        Change-Id: Idd53eeaccc7d99b35ce16e30ee6d531e0cf6c34c

2013-05-21  Andre Fischer  <af@apache.org>  [adb2d846e0912918708f2242997665dae5ed7478]

        Resolvs: #i122082# React to changes read-only <-> read-write more reliably
        
        (cherry picked from commit a30912ea805a74f2ef47e10511d6e85ed4600b73)
        
        Change-Id: I735ea32a498413f663efaf0e22051ab4d2d92ef5

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [8a8fee316a565c050ef1a8531ded130ff9959bfd]

        restore missing XUIControllerRegistration from list
        
        Change-Id: I733a6e94e28c08779303d8b720602c71791b5bd6

2013-05-21  Andre Fischer  <af@apache.org>  [b7d74cba368a682b275adcd5d533ad067d636016]

        Related: #i122315# Include the Tools.hxx header always
        
        (cherry picked from commit e65bf3376ec742e2d5e69cad097d17f77fb19a73)
        
        Change-Id: I5ba72f2e30e4e3a306fafc45dfc2c38997f07f0f

2013-05-21  Andre Fischer  <af@apache.org>  [76ca8f7f178f5e9698d23ac0b1212922f2ddf39b]

        Resolves: #i122315# Disable 'More Options' buttons when...
        
        their commands are disabled
        
        (cherry picked from commit 10e1831ad2e9597c5197bafb6e03b098f8e81454)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx
        	sfx2/source/sidebar/SidebarToolBox.cxx
        	sfx2/source/sidebar/TitleBar.cxx
        
        Change-Id: Iff83e024bd58ce4a6f27a8cde66b287d3bf710a3

2013-05-21  Andre Fischer  <af@apache.org>  [edaca7c6e1d1ade6bf6cdae753028ee62297f0b1]

        Resolves: #i121960# Improve creation of toolbox/toolbar controllers
        
        (cherry picked from commit 3608a33d8362cbc44a2eb7203b7d1bffe481c7ab)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/ControlFactory.hxx
        	sfx2/inc/sfx2/sidebar/ControllerFactory.hxx
        	sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx
        	sfx2/inc/sfx2/sidebar/Tools.hxx
        	sfx2/source/sidebar/ToolBoxBackground.cxx
        
        Change-Id: I833a33bbc58ebe46bd28c6d97a4d76329f1f0186

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [aad035bd70b29253e9206de48259a9f0943bbc41]

        add missing files
        
        Change-Id: I94dc9b99d243adf21f0439911899354781467da4

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [8b050d1e91a6623fb2770421e564a74d6259d816]

        UI Controller Factory fixes
        
        - "ModuleName" --> "ModuleIdentifier": the IDL definition for
        css::frame::PopupMenuControllerFactory and
        css::frame::StatusbarControllerFactory tells to use a property named
        "ModuleIdentifier", but in the code it is named "ModuleName"
        
        - Undocumented css::frame::ToolbarControllerFactory
        
        - Fix service name of ToolbarControllerFactory (ToolbarControllerFactory
        instead of ToolBarControllerFactory)
        
        - Convert the three service factories to new style, and use these
        new-style services in the source code
        
        - Implement multiple inheritance: added new css::frame::XUIControllerFactory
        
        - Added a (true) base class and implemented the three factories in a
        single file
        
        (cherry picked from commit acc7fed28f54f836b0923180431a0c180f91e98c)
        
        Conflicts:
        	framework/inc/pch/precompiled_framework.hxx
        	framework/inc/uielement/toolbarmanager.hxx
        	framework/inc/uifactory/popupmenucontrollerfactory.hxx
        	framework/inc/uifactory/statusbarcontrollerfactory.hxx
        	framework/inc/uifactory/uicontrollerfactory.hxx
        	framework/source/uielement/addonstoolbarmanager.cxx
        	framework/source/uielement/menubarmanager.cxx
        	framework/source/uielement/popupmenucontroller.cxx
        	framework/source/uielement/statusbarmanager.cxx
        	framework/source/uielement/toolbarmanager.cxx
        	framework/source/uifactory/popupmenucontrollerfactory.cxx
        	framework/source/uifactory/statusbarcontrollerfactory.cxx
        	framework/source/uifactory/uicontrollerfactory.cxx
        	framework/source/unotypes/fwk.xml
        	offapi/com/sun/star/frame/PopupMenuControllerFactory.idl
        	offapi/com/sun/star/frame/StatusbarControllerFactory.idl
        	offapi/com/sun/star/frame/makefile.mk
        	svtools/source/uno/toolboxcontroller.cxx
        
        Change-Id: Ia8580539badf650a84bc6e57a6b832071e011f0a

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [f4bccae9eb48d36de9edd1fa5551e5e8de85b17e]

        Revert "fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service"
        
        This reverts commit e93a0018871ebea4da1959c72c06f3c7f4dc7b27.
        
        Conflicts:
        	desktop/source/app/app.cxx
        	framework/source/uielement/menubarmanager.cxx
        	framework/source/uielement/popupmenucontroller.cxx
        	offapi/UnoApi_offapi.mk
        
        Change-Id: I3d4d49f98603e75357fb315a603a10851b3a7090

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [e9679a4a769e1edcc9c41c96de5739286323be79]

        Revert "fdo#46808, Create new-style frame::ToolBarControllerFactory service"
        
        This reverts commit ecae523d9603eaf7ff0acc98682576813e50c94a.
        
        Conflicts:
        	framework/source/uielement/toolbarmanager.cxx
        	offapi/UnoApi_offapi.mk
        
        Change-Id: I9f5fe49ffdf3176f0d742d28277c4ec2afbc1ed4

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [7131fe8dd10a5b3b4e501e3379a95320313382db]

        Redundant check
        
        Change-Id: Ifc53652e4ad4e4a0505480ab155e0352aedc9b26

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [355180f3e574b069fcd68df08f4909521fa7e6a0]

        Clean up
        
        Change-Id: I9f58a08ec0867237b80da6787bc1840f0a6bbba8

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [90e2ad99a594c185ccc578c36121da83eaf8885f]

        Missing dependencies
        
        cf. the various ext.ooo.*.lib in the tarball's build.xml
        
        Change-Id: If58534c78b04768ab2d0524079d70bdd8ad16c00

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [89fbed7e29104bf189dc3d75dc11a8aadd362322]

        Revert "Java cleanup, AccessibilityTools.."
        
        This reverts commit d702dd4396161f8e2e7396f5c24554088b752fcb, which reproducibly
        broke JunitTest_sc_unoapi:
        
        java.lang.NullPointerException
         at util.AccessibilityTools.getAccessibleObjectForRole_(AccessibilityTools.java:177)
         at util.AccessibilityTools.getAccessibleObjectForRole(AccessibilityTools.java:95)
         at mod._sc.AccessibleEditableTextPara_PreviewCell.createTestEnvironment(AccessibleEditableTextPara_PreviewCell.java:149)
         at lib.TestCase.getTestEnvironment(TestCase.java:121)
         at base.java_fat.getTestEnvironment(java_fat.java:319)
         at base.java_fat.executeTest(java_fat.java:167)
         at org.openoffice.Runner.run(Runner.java:234)
         at org.openoffice.test.UnoApiTest.test(UnoApiTest.java:38)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:601)
         at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
         at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
         at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
         at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
         at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
         at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
         at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
         at org.junit.runners.Suite.runChild(Suite.java:128)
         at org.junit.runners.Suite.runChild(Suite.java:24)
         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
         at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
         at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
         at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
         at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
         at org.junit.runner.JUnitCore.run(JUnitCore.java:117)
         at org.junit.runner.JUnitCore.runMain(JUnitCore.java:98)
         at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:53)
         at org.junit.runner.JUnitCore.main(JUnitCore.java:45)
        
        Change-Id: I3601fe24db21bd63f7dc6cdf0a1eb69f447d962a

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [cb4b6dde8fda2a5848e11063028bf44d72f85431]

        -Werror,-Wuninitialized
        
        Bogus
        
          uno::Reference< awt::XControlModel > xControlModel = xControlModel;
        
        introduced with 6c61b20a8d4a6dcac28801cde82a211fb7e30654 "fdo#46808, Convert
        awt::UnoControlDialogModel to new style."  Correct fix involves adding missing
        "const" in declaration of UpdateHandler::insertControlModel, so implicit
        Reference up-cast works.
        
        Change-Id: I8f6d679a38d99188eb893366e9b552974b3c1bf2

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [66c315bcf2b78c4928d1e436d1a853f58f4cccdb]

        WaE: unused variables
        
        Change-Id: I52d43a35e621636175e6c56bc068837d3a84bec4

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [ce575889b9c46e98544c9f6f30372ac7e05e20c5]

        Fix warning: statement aligned ... [loplugin]
        
        Change-Id: Ie092f3e1a6362089feec90f6aef6c73f23d13935

2013-05-21  Adam Co  <rattles2013@gmail.com>  [dd0b079c9298331a090e3690a85321781d16ed3c]

        fdo#64826: fix for exporting to DOCX that didnt save track 'changes state'
        
        Change-Id: If5b3198769a08cc751d542f8305fd7f41c73ec26
        Reviewed-on: https://gerrit.libreoffice.org/3991
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3d77112ceb6b49b0bba00832cd75d9a03ee8af26]

        Remove dead log-area
        
        The nullcanvas was removed in 1cd9b5d859a6468164b043b0fcaaf49c1907500c
        
        Change-Id: I2d718d1a18bb405e72b198ced548fc7cb885c6d7
        Reviewed-on: https://gerrit.libreoffice.org/3992
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-21  Petr Mladek  <pmladek@suse.cz>  [8ab7e0dd4e1b238db28de6abe5434d91a5bf32ff]

        Updated core Project: translations  66306b922014c7941665d67e1310a88e3e85f99d

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [2b4b867304a666b8d412fd6ff0f88519a3db753b]

        WaE: unused variables
        
        Change-Id: Ib46ec040c4adc5bdab3c5219157ae60582604c63

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [61493e499f44821405c10c4347038bde16a9072c]

        Fix warning: statement aligned as second statement in if body ... [loplugin]
        
        Change-Id: Ic3ef17414cbae5fea5a62d61d33e64727603d058

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [ff72e05c9f99ab694685536a2d05558021b14b14]

        WaE: 'AddonStatusbarItemData' struct/class confusion
        
        Change-Id: I20b0b17dffe98ec27b686e0adfe8aaf6e10068ab

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [0dfa58bdd9bd2ee12fe00674e7a9a1b55939a84b]

        Add tl for DbgUnhandledException()
        
        Change-Id: I612f0e473280342f4e406ebee7002a40622fbbf0

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [a43c99589fcd01aaacb50a7aabca8c46a8479519]

        Add "canvas.vcl"
        
        Change-Id: I761217ac3791b631c58ccead73b7c45818db0589

2013-05-21  Miklos Vajna  <vmiklos@suse.cz>  [b40fe8e5a5037d2745cc7b1c9cc408ce6c79b9d9]

        bnc#818997 RTF import: don't ignore page breaks between shapes
        
        Change-Id: Ief71ba9a3c60356714e73d08e88d0a3105b17b1a

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [2304089b4b7205fbcbc66762368e9781051ef27b]

        Also plain "tools" is used as a sal logging area
        
        Change-Id: I98a578f3934fda9ed49c31d1a1d171d4b6f6ed91

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [f59d23fedc89890f47eac3b05f54bdcb7325f7af]

        Remove unused commented code
        
        (cherry picked from commit d8933b9c61e3e15f788f43043975f48d9d5b6cfd)
        
        Change-Id: I9856e1f26f9467c281ebaabe3d520e4fa59163c4

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [3f0dbd2cbe17f276ac3b2445ac76ff0cafc260c6]

        Fix build breaker: missing css::uno::XInterface include
        
        (cherry picked from commit 9a421d5c9c0fd4f04c08c10e24275255fdf34f83)
        
        Change-Id: I27c4602a5144fddb18190698d0928b9b96af8a9b

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [4fcda14828d2fa65cc2541ed3e3cb93dd7bc9ac8]

        Related: #i121442# Remove unused UNO StatusbarControllers
        
        (cherry picked from commit 06b91eb4cc81dde86875445c5acaa5c57111333b)
        
        Conflicts:
        	framework/inc/uielement/logoimagestatusbarcontroller.hxx
        	framework/inc/uielement/logotextstatusbarcontroller.hxx
        	framework/inc/uielement/simpletextstatusbarcontroller.hxx
        	framework/source/classes/resource.src
        	framework/source/register/registerservices.cxx
        	framework/source/uielement/logoimagestatusbarcontroller.cxx
        	framework/source/uielement/logotextstatusbarcontroller.cxx
        	framework/source/uielement/simpletextstatusbarcontroller.cxx
        	officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu
        
        Change-Id: I799bd0fa29191efce4fe9a09f74247e38d8f8873

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [819840979b82a7b19329eda63db0d5f8a291b9de]

        Related: #i121442# - Refactor UNO StatusbarControllers
        
        (cherry picked from commit 3f1dd0f6b392c104e0a7c7c2623d5d688f8622c0)
        
        Conflicts:
        	framework/source/uielement/langselectionstatusbarcontroller.cxx
        
        Change-Id: I1e8f87d1fbd12bab98b38282cedc730ac23694c3

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [25ec90bfa85ab829e47f442742c63dd41960b973]

        Related: #i121442# Adapt existing code in other modules
        
        (cherry picked from commit 6c640ee420df6f7c9f3ab981e49ee304f1d2319e)
        
        Conflicts:
        	reportdesign/source/ui/misc/statusbarcontroller.cxx
        	sfx2/inc/sfx2/stbitem.hxx
        	svtools/inc/svtools/statusbarcontroller.hxx
        	svtools/source/uno/statusbarcontroller.cxx
        
        Change-Id: If03a201214a4afe09efa4e3e996aded9b6a57bdf

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [cfaac477e2a23880310070690beb3222b1c8227c]

        Related: #i121442# support status bar merging and StatusbarControllers
        
        framework refactoring and new code to support status bar merging and UNO
        StatusbarControllers
        
        (cherry picked from commit 0b3a77478cf2cfd245a87bc528f851e959a2e6c7)
        
        Conflicts:
        	framework/source/uielement/statusbarmanager.cxx
        	framework/source/uielement/toolbarmerger.cxx
        
        Change-Id: I334a220ff27bb365e98a0ebd8bc6e55d65e76d64

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [1768904fd908e940a210e101c99a58ca1f7e3f27]

        Related: #i121442# Read Statusbar merging configuration
        
        (cherry picked from commit b2db8c4c68553100b64af8f51bce2d496b12e882)
        
        Conflicts:
        	framework/inc/framework/addonsoptions.hxx
        	framework/source/fwe/classes/addonsoptions.cxx
        
        Change-Id: I3cd8f310990098fc61adb8287ef53596f4038fdc

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [0d3b4f59fc43bc7aa9994195d55712aff87b3036]

        Related: #i121442# - StatusbarController API Modifications
        
        Modify the current StatusbarController API so that it can be used by pure UNO
        implementations
        
        (cherry picked from commit 059f35d0ce96ccf14d02c6f33e25192d0c926b3f)
        
        Conflicts:
        	offapi/com/sun/star/frame/StatusbarController.idl
        	offapi/com/sun/star/frame/XStatusbarController.idl
        
        Change-Id: I664a104bff35a35d4406d98f96bdf8983b452ebd

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [418118e8be4d71f6359333961f9e4cbe9c12a246]

        Related: #i121442# API wrapping StatusBar functionality
        
        In the current implementation and its API design, it is impossible to
        implement a StatusbarController in UNO, because there is no way in UNO
        for the controller to manipulate its status bar item; the current
        implementation of UNO based StatusbarController have to access directly
        the VCL StatusBar through the AWT XWindow in order to manipulate its
        item.
        
        Designing an API that wraps the VCL StatusBar does not make sense: a
        StatusbarController should only have access to the status bar item it
        controls, not the whole status bar. Therefore this new interface
        represents only the functionality of an item in a status bar, to be
        controlled by a StatusbarController
        
        (cherry picked from commit f556d8d542b069778e9b9d2bf25575e740602a6f)
        
        Conflicts:
        	offapi/com/sun/star/ui/makefile.mk
        
        Change-Id: I197d49ac4516370f0d352ee03f86519016bf030c

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [7de47fe4ce076695a654198cf2c81ce3021d2cfb]

        de-break published API change
        
        Change-Id: I86c2a3d8897278b47eb6b81327469cfae2f41fd5

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [f858fa266d8b33ccc27bb6a91f1923b9ea9cdaaa]

        Related: #i121442# - Extend css::awt::XGraphic to draw images
        
        A StatusbarController that draws its status bar item may need to draw a
        graphic representing the feature state. css::awt::XGraphics API should
        be extended to include VCL's OuptDevice::DrawImage
        
        (cherry picked from commit 3ca8e86d4489f023160d69ba621a819a89ab90d5)
        
        Conflicts:
        	offapi/com/sun/star/awt/XGraphics.idl
        	offapi/com/sun/star/awt/makefile.mk
        	offapi/type_reference/types.rdb
        	toolkit/inc/toolkit/awt/vclxgraphics.hxx
        	toolkit/source/awt/vclxgraphics.cxx
        
        Change-Id: If2c37022e60e8a3c9fce51dac84f4a2af001b5c5

2013-05-21  Ariel Constenla-Haile  <arielch@apache.org>  [5dd32f76a9c0f924e6a514e309e7661ad5537e86]

        Related: #i121442# Add support for StatusBar merging via configuration
        
        (cherry picked from commit 5c795df0452046ad2aa8d0ec05092133e3e4ebc3)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Addons.xcs
        
        Change-Id: Ica40d4f68054a3adcf460531c06cd1792ba4a6c4

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [c4ae127b6063b53df4592d6b37ea0f38a892d8c1]

        restore StatusBar::GetItemData, etc. because we need it again
        
        revert c95fa19f7c7b58a2beb65ad52335322ec2ae6f18
        
        Conflicts:
        	vcl/source/window/status.cxx
        
        Change-Id: I976802cde23892e7a3b2f6ad75d34a52bc7b2739

2013-05-21  Caolán McNamara  <caolanm@redhat.com>  [1704b1200d39eba8e235ca5c13c5a931d07a98b3]

        absoletely guarantee there is no mem leak
        
        Change-Id: If6960dea479bb8970cb94aa05a3c9d44bf60cfc5

2013-05-21  Stephan Bergmann  <sbergman@redhat.com>  [6aa19bf090ac03fcb55479155abb0d59f43d766a]

        Adapt to new com/sun/star/oox/
        
        ...introduced by a986eddb9b9d1de71ae1c6f73246e493cc449c21 "fdo#46808, Convert
        oox.ExcelFilterExport service to new style."
        
        Change-Id: Ie44688f02ffb73ff5967b66e649827058236614e

2013-05-21  Noel Grandin  <noel@peralex.com>  [884217479de20e2ff5217a0829d678f416fb8505]

        fdo#46808, Convert more XMultiServiceFactory to XComponentContext
        
        Change-Id: Ia9fe1a95aab5f466ce212e442eba791f265488b5

2013-05-21  Noel Grandin  <noel@peralex.com>  [dbcc5bc9d936533794c194d7d33c59c840e76b68]

        more linking fix
        
        for my diagose_ex.h change
        
        Change-Id: I6f9224942b5ccac0ae6b61a595bfe6a3c7463b7b

2013-05-21  Noel Grandin  <noel@peralex.com>  [265c8379404148f4d239962b6b9533558bbc6e4a]

        remove unused member and method
        
        Change-Id: I325acbb98797f5feb4f5dbeb400d00b11e911d10

2013-05-21  Noel Grandin  <noel@peralex.com>  [02021163dbbcc8904da0b2138c8b53684dcc8ab4]

        fdo#46808, Convert oox::PowerPointExport service to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: I1404f4f60abafd489ddfb7294affcc7ff33885ce

2013-05-21  Noel Grandin  <noel@peralex.com>  [6bf00f0f94394c62bddcd77b776e4e3592160201]

        fix for linking
        
        caused by my commit
        863d38fbfa4fb4861e476828c46410602100919e "move DBG_UNHANDLED_EXCEPTION out of line"
        
        Change-Id: Idfd84d987ba9151ba476ce0516a9e5fbdb2003ec

2013-05-21  Noel Grandin  <noel@peralex.com>  [a986eddb9b9d1de71ae1c6f73246e493cc449c21]

        fdo#46808, Convert oox.ExcelFilterExport service to new style
        
        Service already existed, just needed an IDL file
        
        Change-Id: I397296e5ad7b32febb63e74f8ee9a0db53ba5a81

2013-05-21  Noel Grandin  <noel@peralex.com>  [d4d16d8a27517930bdc9e9a308da287d367dd622]

        fdo#46808, Remove unnecessary XMultiServiceFactory member
        
        .. and associated methods
        
        Change-Id: Iec01b4615decc1616e405166088d7d1d844ac0ae

2013-05-21  Noel Grandin  <noel@peralex.com>  [823377b707fda94222a99b6710363f392fd9e4dd]

        fdo#46808, Convert chart2::*RegressionCurve services to new style
        
        The service already existed, they just needed IDL files.
        
        Change-Id: I547b3b40912e2fefdb173c010826f86aa8347b11

2013-05-21  Noel Grandin  <noel@peralex.com>  [2750fe97c5a2c5b374542e3383dfc75ec099c7af]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        and remove unnecessarily storing the global XComponentContext
        
        Change-Id: Ifb230b88661fea38d96a9d7f0994f92b9632ef79

2013-05-21  Petr Mladek  <pmladek@suse.cz>  [13c73a1b358934d7ffac6a6275c4e9d399b7d4eb]

        bump product version to 4.2.0.0.alpha0+
        
        Change-Id: I4e83df4ed18f224ce02565c32bdd3fb0c24c6d20

2013-05-21  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [a2c9d4f8bbde97f175bae4df771273a61251f402]

        Little cleanup in image loader internal functions
        
        Change-Id: I6def704dc22d7a536849a9e4b51a08bf68778329
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/3950
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Noel Grandin  <noel@peralex.com>  [863d38fbfa4fb4861e476828c46410602100919e]

        move DBG_UNHANDLED_EXCEPTION out of line
        
        makes it easier to set a breakpoint on it.
        Plus it's getting a little big to be a macro.
        
        Change-Id: I2827aa3618ba966fbc85a4a56e0e794a55630730
        Reviewed-on: https://gerrit.libreoffice.org/3988
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  David Tardon  <dtardon@redhat.com>  [65d243296309acf39cde21f709240b7b6b23e093]

        do not second-guess help langs for installation
        
        Change-Id: I48484ca81008fe650aa9fa0eb561e3b2ff33399c

2013-05-21  Isamu Mogi  <saturday6c@gmail.com>  [2147d08c78604c0b5d16e507a2fd5e3aa2ee6ccd]

        Re-add PNG file that used to have a pathological (LF) filename
        
        This is a cherry-pick of 4aa27cc3b98d455379f7c97a215d557d646fa08e .
        Author: Andrea Pescetti <pescetti@apache.org>
        Date:   Sat May 11 11:42:03 2013 +0000
        
        Change-Id: Id91c9d5cd462e73a243d9c5670572a9c2293798e
        Reviewed-on: https://gerrit.libreoffice.org/3985
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Isamu Mogi  <saturday6c@gmail.com>  [19ab0e5fc56ed26238895ee75e1e4f74d725afbd]

        Avoid pathological filename, breaking checkout on some systems.
        
        This is a cherry-pick of 8cb45ee0b8d744c282b76be8b26b1196b9d91b44 .
        Author: Andrea Pescetti <pescetti@apache.org>
        Date:   Sat May 11 11:39:07 2013 +0000
        
        Conflicts:
            icon-themes/galaxy/svx/res/symphony/
        
        Change-Id: I125e506531248c167cda20714228777e102a24e9
        Reviewed-on: https://gerrit.libreoffice.org/3984
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Mark Wielaard  <mark@klomp.org>  [a6a8c379b20b4de7e8715057af4c1f6d020e55d2]

        Fix two SfxFilterMatcher_Impl memory leaks.
        
        First SfxFilterMatcher_Impl::InitForIterating() will set pList to either
        the global filter array matcher pFilterArr, or to a new SfxFilterList_Impl.
        This new SfxFilterList_Impl should be deleted in the destructor.
        
        Second getSfxFilterMatcher_Impl() keeps a cache of SfxFilterMatcher_Impls.
        If a SfxFilterMatcher_Impl for a given name doesn't exist yet a new one
        will be created. But the cache stored objects by service name (aName), but
        looked object up by factory name (rName). So it always created a new
        SfxFilterMatcher_Impl instead of using the one from the aImplArr cache.
        
        Change-Id: I7840aaddc861f609fbe14d5b6c0ea20d997f690f
        Reviewed-on: https://gerrit.libreoffice.org/3989
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-21  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [3661c3eb0124d6f4799fe7c4393d4576e1613bfb]

        fdo#64011 fix the position and the drawing from left to right in RTL sheet
        
        this will fix the start position for drawing and you can draw shapes
        from left to right when the Sheet are RTL
        
        Change-Id: I5cc8eabf474918968bea026dba9c5add2bb4f28e
        Reviewed-on: https://gerrit.libreoffice.org/3912
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-05-21  Petr Mladek  <pmladek@suse.cz>  [ada91eb7ea22015138185227c7831dd30968a173]

        Updated core Project: help  cfcc32824c195ca37339ef33c99a099f9b7afe1e

2013-05-21  Petr Mladek  <pmladek@suse.cz>  [ab6d2b7c96550a86c9b0052c5472028c12cc003d]

        helpcontent2:  add missing auxiliary helpcontent files for bn-IN
        
        Change-Id: I90e4eb02e2f4e672681ff8fe1305eaa08b1769fd

2013-05-21  Petr Mladek  <pmladek@suse.cz>  [13df1b95e83a46e847311b49d4c14260cac682af]

        allow to create new database using the wizard again (fdo#62937)
        
        To be honest, I do not userstand the code much. Julien pointed out that
        the setParentTitle and onTypeSelected were newer called. The condition
        looked like an optimisation and it helped to remove it.
        
        It would be great to put it back. It might be enough to hand the
        intial values.
        
        Change-Id: Id06cc9c63a9e578cb3c698c8526851fec71ef9da

2013-05-21  Noel Grandin  <noel@peralex.com>  [895c1bcc811813ba32d865974b7172cb288074dc]

        fdo#46808, fix unit test
        
        ...after my PrimitiveFactory2D  changes
        
        Change-Id: I994d2dd0aebed67643f749dc43bcd4e744601885

2013-05-21  Noel Grandin  <noel@peralex.com>  [d5ac8a01b286051d417eb998f3d1b90b0bf492f6]

        fdo#46808, Use service constructors
        
        Change-Id: Ib428bb78751e9707c89dcf311b8ab86ad8184775

2013-05-21  Noel Grandin  <noel@peralex.com>  [d256dbede60533369d1aac64cca34721183f6a8a]

        fdo#46808, Convert chart2::Title service to new style
        
        API CHANGE: The chart2::XTitled interface now takes and returns
           a XTitle2 instead of an XTitle.
        
        Change-Id: I96c35909d3a13f1abb544296a782a0b6a7a58ec6

2013-05-21  Noel Grandin  <noel@peralex.com>  [f2bc5c6229e8e72feb3dd887b6d509e52d666c0c]

        fdo#46808, Convert various chart2:*Scaling services to new style
        
        Change-Id: I93294be4c822160e609ae6aab552edd64478e34b

2013-05-21  Noel Grandin  <noel@peralex.com>  [dfc49e043bf2efa7c07b8f89af1f64de2e7f7b0e]

        fdo#46808, GetStorageFromURL now takes an XComponentContext
        
        Change-Id: I300748914c913ecd9d433cb6f549a000717b538d

2013-05-21  Noel Grandin  <noel@peralex.com>  [ee2e8d77fecd39d40182ca3985e801384650a93d]

        remove unnecessary macros
        
        Change-Id: Ie73092fa6fc4fa7a95900ef4ba772af0c27d0f39

2013-05-21  Noel Grandin  <noel@peralex.com>  [184c48ee7a4b1c5c6f19a3b9c71bdbc6472068f8]

        Remove unnecessary namespacing
        
        Change-Id: I0ea52709f9a77d928a6704797ebd5be4c375e964

2013-05-21  Noel Grandin  <noel@peralex.com>  [53d083213358b14b465f68339328252560cb1255]

        fix alignment in code
        
        Change-Id: I0272e46cf34b52f578810ad0d17f33dd78accdd3

2013-05-21  Noel Grandin  <noel@peralex.com>  [5ab3015aaec7bea309721fcf04af06c8c1519fcb]

        fdo#46808, Clean up old usages of ExtToolkit
        
        This service no longer exists in LO, and no-one seems to know what
        this service was, so convert it to use the awt::Toolkit service,
        since that service returns the interface the code expects.
        
        Change-Id: I761effbd49a9a3a15ec9c8716c72d4220a3e987e

2013-05-21  Noel Grandin  <noel@peralex.com>  [be50ad28f5bbdaeff527f646481ce263843c2401]

        fdo#46808, Convert awt::XUnoControlDialog to new style
        
        Change-Id: I40d2e2ddd92186a2ba22ebfbdda8367391e8d355

2013-05-21  Noel Grandin  <noel@peralex.com>  [6c61b20a8d4a6dcac28801cde82a211fb7e30654]

        fdo#46808, Convert awt::UnoControlDialogModel to new style
        
        Change-Id: I4b912034ef3f4855b87d6d6f18ff13bd1ecc8f72

2013-05-21  Tor Lillqvist  <tml@iki.fi>  [6c53dff36ebdac7b6a6cf514ab469b2202d6aa48]

        Bypass for now an OSL_ENSURE that doesn't compile
        
        Change-Id: I8f6a74251cea70e7fd100e1ab233cf0033de4e50

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f61aa0df67c440f9d201a0b10eccac9729ed7aca]

        Rehash the 0.8.1 package due to a last minute oops.
        
        Change-Id: Idea947e8b6674d436cc1a1d92f29279d2c03fc58

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fc3f0a25661e371f1f561ee21b8ba4c67a1a2173]

        We don't need this patch anymore.
        
        Change-Id: Id6b787096d15c40903661fa3d309e8131b655752

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9785579ed0ec8e2e3e826c7e4cbbcaf51f8cb0d4]

        Update mdds to 0.8.1.
        
        Change-Id: If6c1a8a88e9996527d3fcf350a00a72a3866ef4f

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [876504529cf450482b8450ef97fbf1d0a1d1ed67]

        Test performance of pasting of formula cells as well.
        
        Undo and redo of this are still a bit slow. Not fast enough to be
        reliably tested.
        
        Change-Id: I0e0b4c16e55bae60f8d7b1db71347a93eb977de8

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1cd034088c8e0d44ba51b3b3b247a05ad309e0ed]

        Another performance scenario. Pasting of cells interspersed with empty ones.
        
        Change-Id: Ia03af65dc1daf13e1228cacc20ce931839305ab8

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [42855ef3a1c78f8dbd10ab8cad6d3cdbc7e8fc9e]

        A bit cleaner way to measure time segment.
        
        Change-Id: I999baaa3acba5513a148542fa28f7ae43dd7ee4f

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [42901096de15311d828696aabfc3f0b45655e237]

        Make these stack variables & fix one memory leak with the undo object.
        
        Change-Id: I1dd2bf0fc843394502119928c921913131c86f7e

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [266e71c7b89234b9e8722c24dfc9ee7d4ccbd74f]

        Add performance test for repeat-pasting cell to a large cell range.
        
        Change-Id: I98dcdb1e0a72f2c3ad6f33c7b6b7d4a4bcf89096

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [02304b8fc917a8af4230ddf3e26a45000550768a]

        Ditto when purging broadcasters.
        
        Change-Id: I632d617cad76485f7e1f57daa7db4d4cfa775e8b

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96d56b9cc6a3e00faf231e92bffbfff7e73a7ee5]

        A bit of cleanup.
        
        Change-Id: I9f200377c1f5bf44eb4ba60c272b02ae3d632a19

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a3d2a042916edf54db544db34f89c1f841e69bf5]

        Do the same trick when getting broadcasters during mass formula cell deletion.
        
        Change-Id: Iee1b3ff637d10c6bd2d2342db518a2fc986327b7

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d5b4cb00bedd08ad72885defbc35c971b573ecd8]

        Keep track of column block positions when mass-pasting formula cells.
        
        This speeds up the following scenario:
        
        1) type =B1 in A1. Leave A2 empty.
        2) Select A1:A2 and Ctrl-C to copy.
        3) Select A3:A50000 (or longer if you so wish), and ctrl-V to paste.
        
        This causes the broadcaster storage array in column B to be heavily
        partitioned due to the empty cells interspersed between formula cells
        in column A.  Without tracking the column position this would cause a
        O(n^2) complexity algorithm.
        
        Change-Id: Ic2f23c2c2bea3353c517faa73fe5412c7528bd95

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fc470416281b92e6b481885b64d59bc01ea4c3a6]

        A bit of cleanup before refactoring.
        
        Change-Id: I3627a83669b6a69c299aef96b8b2ead1352eabe2

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c2e28f50354d4e95b2202aebe1764d81fdbfd27e]

        Prefer early bail-out.
        
        Change-Id: I112a4be56910c07007b28715336fcd82d56bb313

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e25fe33f0114dc8723a7a9af4cdd11f07a55ec5]

        Compiler warning.
        
        Change-Id: I6f358f89348a23b3c70f8b7db8a1f01d659393ba

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f7d037c2288cacaedf221404b5c9d4b7f2a0b7cb]

        Optimize ScColumn::MixData() to remove several bottlenecks.
        
        The use case that would previously make Calc freeze.
        
        1) type in "test" in A1.
        2) Select A1:A2 and Ctrl-C to copy to the clipboard.
        3) select the whole column B.
        4) paste special, select "Add" operation and click OK to paste.
        
        With this change, the above scenario no longer freezes Calc.
        
        Change-Id: I98b1f1e6c25b853aa884e7598c04b1457fab4636

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [edddbde921bf977dc1e7104956d204622b0449dd]

        A bit of a cleanup.
        
        Change-Id: Iaa7003cabee4630e4fbb8fb1cd114d04b4e9e33c

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [252a30609357a5b2691b7796cc8f3f4f1319f655]

        Keep track of column block positions in ScDocumentImport too.
        
        This currently only affects document import via orcus, but it'll be
        good to put this in place.
        
        Change-Id: I8cc6d54aba6fab1f2774127f92c2a764f7b690fb

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [430d81e1fd44f51a91b81da91504a004ab7373d8]

        Same with MixDocument(). But this one has additional bottleneck...
        
        With the removal of existing cells. So, this change is not enough to
        make this operation fly.
        
        Change-Id: Ic468375f6d0c28e2cc7d5391fb0565d53ee7fb4e

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9cf69e73e6e20fda2518c27e617cc990e95d60ee]

        Make it exception safe.
        
        Change-Id: Ib9b734ac9800b1ecf005dcd3a66beac6fcfc3a4f

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f72dadc3df3194e1fde075b266348d169f28af38]

        Reuse CopyToDocContext for UndoTo*.
        
        UndoToDocument and its nested methods are tightly coupled with the CopyTo
        counterparts, and they both are used in the same undo / redo code....
        
        Perhaps we can clean this up to reduce redundancy in the future.
        
        Change-Id: Id3aec60914ac3a87acbb53f889896a5850047c59

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96c870ea3dd86649dca7f7228591de7253d6653d]

        Do the same thing for CopyToDocument.
        
        This removes O(n^2) slowness from undo and redo of a large array of
        cells with empty cells in between.
        
        Change-Id: Id87c8ac8986c97ddf305f849a4752f0f92cc5899

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1a43dd8e5b0b948bbc37e3f2989cafea5c996b1b]

        Move the boolean flags to the context bucket.
        
        To reduce the number of function parameters lower.
        
        Change-Id: I816bd7c27070597f5fcdf69bdc7d981279390ca6

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11a164f0ac81f4cff4b2698e1fc114ce7e4737df]

        Do the same optimization for CopyToClip.
        
        The basic idea is the same as the one I did for CopyFromClip.  This prevents
        the O(n^2) algorithm from being invoked during undo object creation.
        
        Change-Id: Iac46663b0c25db2f00ffa3ab95a4dcf2857252ce

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [417120f946c27c040f8cbd98d621bf63b425f049]

        Get the script type in an efficient manner.
        
        This alone makes AdjustRowHeight() fly on large ranges, by eliminating
        the silly O(n^2) algorithm.
        
        Change-Id: Id2693aab7fb9b2a5575c6390fcaae5a404549962

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8eed8f8c3d6a58d28f8af5e5688d8fe8756d7dc8]

        Optimize ScViewFunc::GetSelectionScriptType().
        
        This change reduces the duration of this method from somewhere in the
        ballpark of 10 seconds down to a tiny fraction of a second.
        
        Change-Id: I0278dc06a4f134b43cd08bd94693b6dec4893f1f

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4da9bf8086c90f0b0b4394cd6578da1405ca3e8d]

        Cleaned up a bit to remove the need to initialize the block positions.
        
        Change-Id: Iad2e69e4eb61167ad85581a83b19e3798c5edfd0

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c232a8c4723e1a948fbeef2f7ea9486658191eeb]

        Speed up ScColumn::HasEditCells() by keeping track of block position.
        
        Use block position hint to avoid re-starting search in the cell text
        attribute array.  This change alone cuts additional 10 seconds off of
        the previously mentioned use case, by reducing the duration of
        HasEditCells() call from the previous ~10 seconds to a tiny fraction
        of a second.
        
        Change-Id: Id9f951cd235a88928c900619b6b66d7b8a057e0c

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f3f0ae12f90af06f92b66017449ed4d7892a8ced]

        Keep track of current block position when pasting a range of cells.
        
        This avoids re-starting the search for insertion position in the cell
        text attribute array, on every single cell insertion. Instead of always
        searching from the first position, it starts the seaarch from the previous
        insertion position.
        
        This reduces the paste time from the previous 3.5 seconds to 1.7 seconds
        on my machine.
        
        Here is the scenario.
        
        1) Put =A1 in B1, and leave B2 empty.
        2) Select B1:B2 and copy it via Ctrl-C.
        3) Select B3:B50000, and paste via Ctrl-V.
        
        Because of the empty cells interspersing the destination range, this makes
        the data array highly partitioned, which makes the position lookup very
        very expensive without the position hint.
        
        Still, I was hoping the duration would become a fraction of a second. 1.7
        seconds still seems a bit too slow...
        
        Change-Id: I7742ce7e22935b6d0e082e4569d53dbd2072c4e5

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f8ed5c3ffea38b75df0a6dc44f5ee3d6da68c5ff]

        Move the column element block definitions out of ScColumn.
        
        so that I can reference it in another class.
        
        Change-Id: I035cc1d37ec219c3e3da2e180a0337fb3c6fba8a

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b7c84a69bf989bef8de30cad36d2b5d17190d302]

        Slightly shorter way of getting the element value.
        
        Change-Id: I9f56c7a54405a805cb843321bdab660a3ab22fd6

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bad98d1b26f76192dcf7f935060a9928b8442585]

        Avoid expensive element position lookup twice.
        
        This moderately improves the performance of pasting a large array
        of formula cells.
        
        Change-Id: I27a59ff348cb715df15db80693cb7d193e67ec2e

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bb77c4b5e6a8c22f8d068541bd7564f98c5d3fdd]

        Remove unused function argument.
        
        Change-Id: I0b4deec7f4b10c7b14e482f61c667972caa30bc8

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e8741c80e2f737bed94d781334f2cabe93becb15]

        Move all clip params into the new context class. We don't need two buckets.
        
        Change-Id: Ida0542583242ebcdd7f1448931e31656aa542457

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3014160a8a3df33083175e8aeaca18340e28574a]

        Introduce copy-from-clip context for copy handling code.
        
        It's not used yet, and is currently empty.
        
        Change-Id: Ia377994ae042fc8b19d269adc2f94830422770f1

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ef03feefcc3519e247bc4400f184946b209a1e02]

        Reduce indentation level by early bail-out.
        
        Change-Id: I5e108efa0219620696d15a304d2f4e3566d58d57

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a9b560825308e43d0a946c8504dc023e28fa2af]

        Add perf test for removal of large array of formula cells.
        
        Change-Id: I2fdf38b23e74a9f4cad7abd9a943e8817f39474c

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [063d91ee77994f7827e3cff1ff0a8bb008cafa68]

        Fix memory leak.
        
        Change-Id: I90e419d19f4565f7f20603358308fd7aeba83190

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [504615c541283345e5c1725fc239fac75502d72e]

        Remove duplicate code blocks.
        
        Change-Id: I945c7ae834393c760d8a552043c391ff0eb9ce22

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [81e1e8e21f84a27e117eeb7fed06b2686bf60249]

        Unit test for range deletion of broadcasters.
        
        Change-Id: I615c9f9e95a44149c8079754e9aa6497f34c76cf

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1d3d107a764ebfab38c50fda04e79f36763b2b12]

        Keep track of empty broadcaster segments, and delete them all in one go.
        
        This massively speeds up the deletion of a large group of adjacent formula
        cells. As an example, on machine, deletion of formula cells over B2:B109101
        (109100 cells in total) got reduced from 4.7 seconds to 0.09 seconds).
        
        Change-Id: Ib72da42a6644421601111907cf7c899d828c2996

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [410154e76c229a862b43a9eee6ffc44b845f6ffd]

        Collect all empty broadcasters and remove them in one go later.
        
        This is to avoid repeated calls to set_empty() on the broadcaster array
        which causes array reallocation on each call. Instead, we can store the
        segments of broadcasters to be deleted later, and call set_empty() on
        those segments to reduce the number of calls to set_empty().
        
        The meat of this is not implemented yet, as EndListeningContext is still
        empty.
        
        Change-Id: I914bc2881acee3902c4fec0f6c21aaf4d2489df8

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [180c2fe7432f444fcf8f933c413c63c56dd5c27a]

        Move this code into ScDocument, for later refactoring.
        
        Change-Id: I4c34cd4b352dfafe7f423ab8e85f0d93c0368349

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7476ad63d168dd43785df86485819fd299522fc5]

        First (?) performance regression unit test against clearing of a sheet.
        
        I screwed this up earlier which made this operation take almost 50 seconds
        to complete. It should finish in 0.00001 seconds or less.  The test checks
        against 1 second, which should be enough of a buffer for slower machines.
        
        Change-Id: I9923033045111c75a0740b6bb30a518fe93e01d2

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0fb3bfcae4da8e6e056a05ec0ec351cc908c7192]

        Consolidate the text width and script type arrays into one.
        
        Since they are always in sync...
        
        Change-Id: Ic07f57e1804d76ae801c7947d18df5fd0d729632

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9bfa396e32b07d88eec742232636a517032b108]

        Block definition for CellTextAttr.
        
        This block will be used to merge the text width and script type vectors
        that are currently separate.  Text widths and script types should really
        be stored together.
        
        Change-Id: I6783769cc03180b513319e0a98a0773bd20ba941

2013-05-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb706bac6a02fcfb10c00e5473b5b4ac916c84c9]

        Rename header: mtvelement -> multi_type_vector (mtv) elements.
        
        This header hosts custom element types and blocks used in
        multi_type_vector.
        
        Change-Id: I32481a2354d8c66eb877b4005a260a79183cd714

2013-05-21  Rene Engelhard  <rene@debian.org>  [9e2605566e8bae0410d06d6d678ca1e58c8c6fdc]

        fix mdds check: remove extraneous "test"
        
        Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02

2013-05-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [23ddec8b511047e7b75f33d5c07acb7b2d7b11ef]

        This is most probably the way to get the mdds check right
        
        Change-Id: I65a6018c442769f89f17ee0023510c45373407e7

2013-05-20  Jian Fang Zhang  <zhangjf@apache.org>  [0063e19b339b58d919a2348de492a3bd8de57280]

        #i121134#, more fix for i119657, fallback to old logic to use current AbstractNum when the desired one can not find
        
        Found by: Li Lin Yi
        Patch by: Jinlong Wu,wujinlong@gmail.com
        Review by: zhangjf
        (cherry picked from commit aa53b457faaf0fc50a8b38d17bf219de427a1044)

2013-05-20  Jian Fang Zhang  <zhangjf@apache.org>  [40a5d22fd4117f8e3ad6807264fb448f4d9959aa]

        Related: #i119657#, importing docx, add code to handle the problem...
        
        that an AbstracNum references to a style, which references to another Num
        
        Found by: xiao ting xiao
        Patch by: Jinlong Wu,wujinlong@gmail.com
        Review by: zhangjf
        
        (cherry picked from commit d6870e145cc7373a422b414c31380cc1399e64cc)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/NumberingManager.cxx
        
        Change-Id: I9be0b82d601bf43da31842edb02c4b0d4e50e84f

2013-05-20  Andras Timar  <atimar@suse.com>  [de00b8bb67b7453b45e081fe602782803eab1349]

        Updated core Project: translations  6148d0296697632af52c5e39787cd09c2a748fd7

2013-05-20  Khaled Hosny  <khaledhosny@eglug.org>  [c761fcfd7ec95090cde2fb2b6b9b891f3e1337ab]

        Fix fdo#64751 – Header & footer blue tags empty
        
        No idea FontMetric::GetHeight() is supposed to mean, probably the code
        here meant GetLineHeight(). What it actually need is GetAscent(), so use
        it instead (which is the same as GetLineHeight() - GetDescent()).
        
        Change-Id: Ic467e56ed6b8d245ac7800f94e6d40030833328b
        Reviewed-on: https://gerrit.libreoffice.org/3980
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Julien Nabet  <serval2412@yahoo.fr>  [76fbba8259b3daeb0543cca15c84d5df281e687c]

        sw: convert some usage of Point::X/Y to Point::set/getX/Y, take two
        
        69c52bc5b7973a2e414209470f5bf9b66dcc4f30 had some typos, and got
        reverted in 78123a504b5215d061935d7b2771ba51e68cae0e, this does the
        same, except those typos corrected, so vertical layout is still OK.
        
        Change-Id: I79fe610e4cc8bbbddbd8415198d6309a93f4ba18
        Reviewed-on: https://gerrit.libreoffice.org/3929
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Radu Ioan  <ioan.radu.g@gmail.com>  [bd888a331b6eafbdf3225e15e47c1190bd5bd6b7]

        fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
        
        - replaced RTL_CONTEXT_ with SAL_INFO
        - replace OSL_* with SAL_*
        
        Change-Id: I0054bc90fdcaa2fef7e1d98a0528277be4fc341e
        Reviewed-on: https://gerrit.libreoffice.org/3917
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Joren De Cuyper  <joren.libreoffice@telenet.be>  [43aee4c0a0ba9bb4d1722208e18991eb2408eed8]

        resolve fdo#64446 Repeat shortcut isn't showed correctly in menu entry
        
        Change-Id: I991185f6b4efd305dc55c9ad85f92222f706f8a0
        Reviewed-on: https://gerrit.libreoffice.org/3850
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Joren De Cuyper  <joren.libreoffice@telenet.be>  [8165805982c2cab59ef5b1d711133c6d56cf6595]

        fdo#30715 Several commands are under the wrong category
        
        Placing "insert" commands under category "insert" is more logical
        
        Change-Id: Ib322aaace39cd160cc81ef4945abd2047e6c4c12
        Reviewed-on: https://gerrit.libreoffice.org/3854
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Mark Wielaard  <mark@klomp.org>  [7e98b46c08ab409276a347cc4ea137ba42485a1e]

        valgrind support is useful independent from DBGUTIL support.
        
        Especially when valgrinding an optimized libreoffice build.
        
        Change-Id: I7d2ac5476ba8561ce6afbf8c9472550fbe959c76
        Reviewed-on: https://gerrit.libreoffice.org/3966
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Mark Wielaard  <mark@klomp.org>  [d95456fc4cd10a09ac5d097ba1a06ae884f7f9f1]

        Fix memory leak in mapToFontConfigLangTag.
        
        FcGetLangs() will return a new FCStrSet that needs to be freed after usage.
        
        Change-Id: Ie7fe0dd160fa59077d6a90878e70d0e034680812
        Reviewed-on: https://gerrit.libreoffice.org/3967
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Andras Timar  <atimar@suse.com>  [d044918751da4bbdf87f7fb12382abf6c4068c07]

        fdo#46553 Update embedded manifest on win32 builds to declare dpiAware
        
        Change-Id: I71a3960b21f2c996b97e1a5707f20b30819fd6bd
        Reviewed-on: https://gerrit.libreoffice.org/3981
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [e673655ba784bd2993fb4e364c042fbc0e938d2d]

        Make some uses of OUStrings a little more readable
        
        Change-Id: I2e85fa39abbff86918464aae67b4b9eacd3bf7a4
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/3949
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-20  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [a53efad8dea0b0d78a5ff2b84aa2f09a4c178fd6]

        fdo#63878 fix the zoom bug on RTL sheet
        
        fix the X position after check if the sheet are RTL
        
        Change-Id: Icbb9ce44508698e0f03898b202e033c07ae2de70
        Reviewed-on: https://gerrit.libreoffice.org/3954
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-05-20  David Tardon  <dtardon@redhat.com>  [514d69eff398b32639fe4d91b503740da1aac3ae]

        put common vars into standalone makefile
        
        Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [2283f76ec11c6eed757a1f19e033df4adae7dc25]

        WaE: use of unary operator that may be intended as compound assignment
        
        Change-Id: Ib1718e5d3a0f7f1e4d1941674743900be12d4e1f

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [7e7ccea7cc91e86d7d345b85940dba16bec36fc4]

        go back to 8 colorvalueset columns
        
        Change-Id: I9e345b3dea1d4a13ac2307bcebda19d753ecd7d0

2013-05-20  Jianyuan Li  <lijiany@apache.org>  [0982b526bf0cd938af468f8c2d05830d6b6a8620]

        Resolves: #i120554# Shape Gradient MS2003 import/export Enhancement
        
        Reported by: Jianyuan Li
        Patch by: Jianyuan Li
        Review by: SunYing
        
        (cherry picked from commit 09c33de80a0e5fa321979e53bf88c4d17271eba8)
        
        Conflicts:
        	filter/inc/filter/msfilter/escherex.hxx
        	filter/inc/filter/msfilter/msdffimp.hxx
        	filter/source/msfilter/escherex.cxx
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I80a60af4862eb99523ea59e4f788b685d6de1fbd
        
        WaE fixes: reorder initialization, handle all cases in switch, ...
        
        (cherry picked from commit 350f294badf378806348e77e6a8ed0b5f1d5b77d)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I4f1bde463921d48d1e014d0521427eaa9294663e
        
        Add default to switch statements to avoid compiler warnings.
        
        Patch by: Jianyuan Li
        
        (cherry picked from commit f1302af0d803ca969022e69bcf7deeb62459f789)
        
        Change-Id: I4e78e3b565d5922d452d2cfd1bf473af1587d29b

2013-05-20  Marcos Paulo  <marcospdss.org@gmail.com>  [bbfc9999db281c02c4a79b49c86499ba52571002]

        fdo#38838 Replacement of the String with OUString
        
        Change-Id: Ib6fda987be15525d939cfe5c3e65f881aff83131
        Reviewed-on: https://gerrit.libreoffice.org/3968
        Reviewed-by: Ricardo Montania <ricardo@linuxafundo.com.br>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [7281b2b67d252969b383f1fff8294cc88f313137]

        WaE: variable ´res´ set but not used
        
        Change-Id: I5f252f75d22f041c76c7d3cfcdd36f69becf086f

2013-05-20  Mark Wielaard  <mark@klomp.org>  [9b76439dff638d6fd773f2b63c377c2124810a39]

        sal osl_getGlobalTimer: Don't confuse start and current time.
        
        Change-Id: I575dd70d6b80d4f3279476037e509550cfa23fde
        Reviewed-on: https://gerrit.libreoffice.org/3979
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-20  Andre Fischer  <af@apache.org>  [c6e576da95074215d1dcfbcc4b7c4fad6cdeb27c]

        Resolves: #i122329# Disable undocking of stylist in the sidebar
        
        (cherry picked from commit 8dc875f17c0cdd41e7ba6ad2f4c1ea3bda1a8be2)
        
        Change-Id: I1a19135d3496463c8759e341449fa51d389fa264
        (cherry picked from commit 048eca411083bc8a2ef95e5701bf7eba5d232a2d)

2013-05-20  Andre Fischer  <af@apache.org>  [05b2cd081452571dde558b5376d0db41f9049ab4]

        Resolves: #i122321# Fix processing of scroll wheel...
        
        to not block other events
        
        (cherry picked from commit 0a5d252c19fdd4e1e705668a604fb319dc6ceccb)
        
        Change-Id: Ib1a3fa50e071688df41983ce8e2cb6b1c93e18c9
        (cherry picked from commit 58da1dc5061fcd9abc7dd296d0d7d04d651dc10f)

2013-05-20  Andre Fischer  <af@apache.org>  [2e52faf39b08b4b4575554a965c570015c46b04b]

        Resolves: #i122320# Show closer after docking sidebar.
        
        Prevent sidebar from being docked above or below edit view.
        
        (cherry picked from commit ca7264d7ab7e8b70693362d60227c7dd7626df8b)
        
        Change-Id: I634e0b68c27039613054160b7add5d2d07b666cd
        (cherry picked from commit 3c451f893663c118201ccdd4688fe97f1524d21e)

2013-05-20  Andre Fischer  <af@apache.org>  [7d56c8d0772965a20d8614482bd7c2324e4be8c1]

        Resolves: #i122271# Provide accessible for panels that...
        
        includes the panel title.
        
        (cherry picked from commit e785c5125994bbfdb4e69108b5a73a184b3ced49)
        
        Change-Id: I97cf9f5f78382dfbd69dcff33b7066380d47313d
        (cherry picked from commit 35c18dc890a8883b974ff73c585033fc3ee3b73e)

2013-05-20  Armin Le Grand  <alg@apache.org>  [82f418d2d90b65ddb474f9d7637d76a6779d60cf]

        Resolves: i122145 Multiselection with mix of DrawObjects and OLE...
        
        will allow LineStyle and FillStyle panel, single selection of OLE offers these,
        too, but in default closed state
        
        (cherry picked from commit 8a2531d3d98ad3afb2b233be2d5dd7b67febeba6)
        
        Change-Id: Iba8f99afb4324d33be0469e3b0835f08fe142b0a
        (cherry picked from commit 3c33a28233dfbb0db44553f13511107976f18363)

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [3cc0f7b992245b4bcc166fb15b0b8f76dda4f528]

        restore white next to black in the color palette drop-down
        
        i.e. restore e206f8b7a2882d7eea163e29d76dfb336113e3f7
        
        Change-Id: I9c9647ae9e42bcb09a6acd8755bcb170006818f0

2013-05-20  Armin Le Grand  <alg@apache.org>  [6c65af22ee54c8bc4f3a5031bea0af9ecd4f0f00]

        Related: #i121520# changed a 2nd 'Blue 9' entry to 'Blue nine'
        
        to solve the conflict
        
        (cherry picked from commit 81c3404d82cb72b9d183e2b38034334e9b65fd22)
        
        Change-Id: Ic368478dac25d9dce8e7c80bd3a7a33fdc68f3b0

2013-05-20  Armin Le Grand  <alg@apache.org>  [efd10664b7808b531676cbbb402703bcc644b0d1]

        Resolves: #i121520# changed basic color palette as described...
        
        in the task and discussed on the list under '[proposal] Adopt palette to
        Symphony palette partially', also corrected typos on gradient
        definitions
        
        (cherry picked from commit 57811cc1cd5e49c1e87fb2a9d79f8a3941a025e3)
        
        Conflicts:
        	extras/source/palettes/standard.soc
        
        Change-Id: I54fa27963f7c9732211b7bded5a343b9c05449ab

2013-05-20  Armin Le Grand  <alg@apache.org>  [3061fa41af3dd6d356fcbcd722c7a490d975eeb8]

        Related: #i121511# Reordered for more user convenience
        
        (cherry picked from commit 687205925cf94cff2daeb6e399ea7b05fd8213dd)
        
        Change-Id: I6a24d55471fe56175ce1bd8358e6a433f3940e78

2013-05-20  Armin Le Grand  <alg@apache.org>  [c117909c61683f697799dd55edb7b499310e32e8]

        Resolves: #i121511# Add gradients from Symphony to AOO
        
        (cherry picked from commit 753df696b003b6046a0444abc48a87e14de1ff33)
        
        Change-Id: I1887c2cdb5d4c0b179952fe1f302b80506366757

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [4e0625f4587658a4600e2992e2d7c6e77c1156b8]

        Fix warnings: unused variables [loplugin]
        
        Change-Id: I50ff4a5bda413537d93002ef5dc6f90f139ae9de

2013-05-20  Tor Lillqvist  <tlillqvist@suse.com>  [f247b4351a777fa4600a2b6e3795988800cb908e]

        WaE: unreachable code
        
        Change-Id: I34414abe0375e003249ba271b24530f13016fa40

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [e913d2865521c56b15d22d42d24191c5d19e6ca4]

        Also iOS has tm_gmtoff
        
        Change-Id: Ic0f883672b4bde3142ac257a57464bdbb90df96b

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [beeedfd818d230ea6bc16c514a97910eaa518580]

        iOS is based on Mach, too
        
        Change-Id: I9b6bdc374c9e92af754094f31e1ff212fb386f9e

2013-05-20  Tor Lillqvist  <tlillqvist@suse.com>  [1c05b867ef9e2b83f4f91586b889674226b6a7c3]

        WaE: 'e' : unreferenced local variable
        
        Change-Id: I4e67dece0ead3097eb945d8f67795d93b8595eb1

2013-05-20  Tor Lillqvist  <tlillqvist@suse.com>  [9d9878f839a86f3d01400f42ce95bef9f8a162b7]

        Fix warning C4273: 'ToolbarValue::~ToolbarValue' : inconsistent dll linkage
        
        That destructor is defined in vcl/source/gdi/outdevnative.cxx anyway.
        (As empty there, too.) What is going on here?
        
        Change-Id: Id27f07d47d819a4eaf272819a2e058f5f930b7be

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [e58b0ce9ccb531b01298bfb18cbeb042892efc92]

        fdo#48775 - presumed fix for missing bibliography database exception crash.

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [bee150931d4913edbc0f8cdc3854c2699ebdde46]

        WaE: macro is not used
        
        Change-Id: I1f88819c85f0c0539bfa3b48ffc215e279c007d0

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [b9c661e2bb4c521e5e71150f9b52272eb05aa9b7]

        Fix warnings: unused variables [loplugin]
        
        Change-Id: Id5c62c21f65165085616390d24605efe35ca9924

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [08a7b542533d8de0a8fde5c2e836070b3c5592a3]

        WaE: unused parameter 'pBindings'
        
        Change-Id: I4569c83fad5974d95f667e6ddd40648e4951e10f

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [a6e8a1def65ea8f12662c3e295590d6cc59ea4a8]

        WaE: private field 'mpBindings' is not used
        
        Change-Id: I58cb45ac54b54f9c0f65640dfad05185b2c01b16

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [061030bb26cf17daffaf384b2de0a7446ba172f5]

        WaE: unused function 'GetItemId_Impl_line'
        
        Change-Id: Icc8ff462995491d153532eeb0218c2cac480511e

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [f160e4935c474a5293b3d3c11b3d538efb4767a0]

        WaE: unused function 'GetAutomaticColor'
        
        Change-Id: I247d8e0fbfa8c050806a08d2e387d9bc761de534

2013-05-20  Noel Power  <noel.power@suse.com>  [175509176433cf5df2d98718e1a6f9cf5bbe9658]

        fix wildcard handling regression( for basic functions like Dir ) fdo#64536
        
        Tweak another fallout from String->OUString
        
        Change-Id: I3932bdb441fe6b08cefa6331870956664ade77bd

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [d7f93b544de67218659bc07bb54adc04f94769a6]

        WaE: private field 'bInput' is not used
        
        Change-Id: I0a220120e312b901549f7243c0d1bf750a1227a1

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [662d96bc6260e2453a386021dbcfcc6c85ec3778]

        vcl: all EnableAutoSize methods take a bool.
        
        Change-Id: I6f974d6b82f6bb77996d20219b5c0ceb78596c5c

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [51207ddd4c956f9740d6ec5bcb91d9e0756af0b6]

        No 'mnPreferredColumnCount' any more
        
        Change-Id: I0dfebc75b94b1be723ecc5e58d3a0227415b3121

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [00b33bf3ef873f68444c896c37381ea05628e715]

        drawinglayer: Fix typo Primitrive -> Primitive.
        
        Change-Id: Iec1f5192fb052e884c4878ffb017dfd2f5f99350

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [c21f91c0e175c54e100514da1187d8fad882eefc]

        drawinglayer: This shouldn't overlap with OBJECTINFOPRIMITIVE2D I guess.
        
        Change-Id: I2d75501cbdfb88f3e991108ca1c1b753c837428d

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [905d75bf2c337b7cb190f1c87d7bda2f4fa4e7e7]

        WaE: private field 'mnPreferredColumnCount' is not used
        
        Change-Id: Ife3d5b26b1f8f1c41d681aa3543ddc3813779a6b

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [e53e7934da35c793222a9f048225b893450ab01b]

        WaE: unused variable 'aWindowPosition'
        
        Change-Id: I6db9f3848d6d786dbf60bd5b0b250b0c9e447ad7

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [30cb1a737dc42321da01ed1f091eca0caef1c91a]

        Fix warning: unknown log area 'svtools' [loplugin]
        
        Change-Id: I7d67464fc3b2e9c4e7c7ea05bb1bbfa1267cb757

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [77f6bb7a5d5840375ed5a0c44fd354fb6ed41cb4]

        Fix warning: unused variable 'sModuleName' [loplugin]
        
        Change-Id: Ifa4dc5d704e4452824445d9652e135ddb6cb61e6

2013-05-20  Matúš Kukan  <matus.kukan@gmail.com>  [316850f0f17af2fd2a779f7de66bee50a9605d31]

        Create liblcms2.so.2 as a real library in solver.
        
        There was just a broken symbolic link
        liblcms2.so.2 -> liblcms2.so.2.0.4 in installation.
        
        Change-Id: If7425131373a6521e802c85d53fbee6a792b1604
        Reviewed-on: https://gerrit.libreoffice.org/3973
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [cec1323e50dd6fb13b1c70d70195676521841608]

        remove redundant mmeeks comments around the place for misc. code pointers.
        
        Change-Id: I53cf0596b39b00b634724db701d784dd4ab12281

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [323dbd38e6cd67f725adba477323b59a0bc7a7c7]

        WaE: quiet unused warning.
        
        Change-Id: Iceb9ecd64da80deccbad33ecdae7b788c1a540b3

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [6b412f8bb1397fe18e5213549c50839879206eb7]

        Seperator -> Separator to fix build.
        
        Change-Id: Id86c0e6132f6f11bd6f9cb3d84746f750b8bccf4

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [9dc20ea96f87a85ec9e6f7c85893b77fe0cf15d4]

        sidebar: The sidebar uses only small icons.
        
        Force the Color toolbar buttons etc. to small icons too, otherwise
        it's inconsistent.
        
        Change-Id: I7eea09c47c2d2f888611d04b2177f490f4977ebb

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [78afd7f6579eff4c3d8688b38d3b9d025be2098b]

        sidebar: Kill DrawBevelBorder(), nobody uses that now.
        
        Change-Id: I7901ad17515002c8568a46f9a11c0c9919c0841e

2013-05-20  Jan Holesovsky  <kendy@suse.cz>  [956aae27b85d914a23044ebe437484f0dee26815]

        sidebar: Simplify the look of the toolboxes.
        
        Get rid of the background (that is not based on the theme the user uses, so
        will not play good with system integration), and just draw a shadow frame
        around the toolbar buttons.
        
        [We cannot get rid of that for good, the controls then look 'lost in space'
        ;-)]
        
        Change-Id: I1325a341c9cf3e5a91e102e233916735de7f8064

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [66a5cc468cef0c6db8b42b7f25367f04208e6f2e]

        Only register and use the Sidebar if it is globally enabled.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [05f0eb57618d090fa45011120a907a3b1157accb]

        disable sidebar menu option if it is disabled.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [3fd311a944ff09084af325593beb380f85b5c128]

        Remove apparently un-needed change to look of task-panes.
        
        Change-Id: I8ebd1cf4482d7dc47db3f732b0d06cb318568c5a

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [228bb7ffe0d404ba1225f7b4d26ca71e098577d9]

        finally get the taskpane rendering again
        
        NB. you need to re-build & install to sync. configuration after this.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4]

        don't throw up the sidebar on start.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [55f49970f4085e3a1498961edabd5303bd6bea6c]

        update to the right service name for new URLs.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [052ac10a6f9b28b9b06884dd3ed41879722be6c9]

        tentatively restore more UNO / task-pane goo ...

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd]

        more reverts, first cut at making sidebar optional.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [54d820a7815af03a248c1aa424fae9bf9a4881f4]

        add experimental option for sidebar to 'Advanced' pane.

2013-05-20  Michael Meeks  <michael.meeks@suse.com>  [e9c2d5b26b1e1b52bdf87192a76314b7362fa80c]

        Restore FrameworkHelper taskpane URLs.
        
        Change-Id: If14c8784f4ee15f7611d3cbbb04b1a78c9171bf7

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [c6b5466cea171446bf3abed91c5b29aeb875f952]

        various build fixes
        
        Change-Id: I07002afa93dbf1e3b0a9829970c548abff81d55b

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [5429bcb3f04476486f0644bbad297f5a19d53bac]

        setPosSizePixel->SetPosSizePixel
        
        Change-Id: I07002afa93dbf1e3b0a9829970c548abff81d55b

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [80118379b2e930e85887480358cf1458e27c1064]

        move some new includes files to new include locations
        
        Change-Id: I34b18fb2e0f1eae01eff5b8e849dd5f5744335f6

2013-05-20  Andre Fischer  <af@apache.org>  [a9626f143a1466591764b03baa2d15905487b692]

        Resolves: #i122302# Use tool bar controls for color controls...
        
        in text property panel
        
        (cherry picked from commit 3b252796e1126b5ec1216082f55b8d12017eaeb1)
        
        Conflicts:
        	sfx2/Package_inc.mk
        	sfx2/inc/sfx2/sidebar/ControlFactory.hxx
        	sfx2/inc/sfx2/sidebar/ControllerFactory.hxx
        	sfx2/inc/sfx2/sidebar/EnumContext.hxx
        	sfx2/source/sidebar/SidebarToolBox.cxx
        	svx/source/sidebar/insert/InsertPropertyPanel.cxx
        	svx/source/sidebar/insert/InsertPropertyPanel.hxx
        	svx/source/sidebar/text/TextPropertyPanel.cxx
        
        Change-Id: Ifa1947c9e9bfdc3635dbb5b0c7a79f8ead613a90

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [6e6f8cb2b7f2173eafb988f78e9704ed1bbc4b0a]

        getProcessServiceFactory->getProcessComponentContext
        
        Change-Id: I2c4c44cb5758ef8fa2d83e0488fba65a390c466f

2013-05-20  Andre Fischer  <af@apache.org>  [f79e0efb34e7fc1b4cdddc78b0dd4f2435692511]

        Related: #i122218# Replaced local tool box controller...
        
        with existing GenericToolboxController (cleanup)
        
        (cherry picked from commit 784ed0d2e9cc2de7e3de8420d4708ee5c4631a5c)
        
        Conflicts:
        	svx/source/sidebar/insert/SimpleToolBoxController.cxx
        	svx/source/sidebar/insert/SimpleToolBoxController.hxx
        
        Change-Id: I9c409c2979982ccd5d7a76c10db6c3f7dd59c307

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [64a8f0a56c5f4a13f353e1c7f2c4b754053658a4]

        correct context switch handling in paragraph property panel...
        
        and position and size property panel
        
        (cherry picked from commit de52e4d0e544f6a6c2ab51631870d682885c30cd)
        
        Change-Id: I9330bcb21103da65b00251786340076c8b1a4346

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [2a2d3841218f61ea365f21fcc2c663ec918d101f]

        Resolves: #i122056# adding another Writer variant for sidebar context handling
        
        Patch by: Ariel
        Review by: Oliver
        (cherry picked from commit 4a87b75b86e4c932b5230cb7caecf6f00e40a096)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/EnumContext.hxx
        
        Change-Id: I51cd1d63ddd23a0907f1781c46891b6f5c9870c5

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [5a6c03ad5dc2f80850131446631606717eee3465]

        Resolves: #i122270# paragraph property panel, line spacing control
        
        do not directly select item via cursor travelling; removing obsolete code
        
        (cherry picked from commit 6ca31d904b343c76899dfa2bfef3e7d20db23364)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
        
        Change-Id: I8b8ff06008dc0fdfc617f83a4a9c0f9569a8bd36

2013-05-20  Andre Fischer  <af@apache.org>  [cb7bbfe182ebbba3dfd9e32bb4937430db4b2f62]

        Resolves: #i121981# Don't change sidebar context while in Impress table
        
        (cherry picked from commit a97c4ca2c235a4654243cbbdf970800454b5aa56)
        
        Change-Id: I66ece2edb436b6e9f6bff110149d6c0c2aa37c7d

2013-05-20  Andre Fischer  <af@apache.org>  [e5818a4f5bd0f0c347e533c841c6663c2e223245]

        Resolves: #i122298# Added quick help texts to title bar buttons of sidebar...
        
        panels and deck
        
        (cherry picked from commit 2f18055a153f4e66ec72b0c20673032d6edeebab)
        
        Change-Id: Ic573030d5b8a437e09a763fb0350c22ef33e151a

2013-05-20  Andre Fischer  <af@apache.org>  [bdfc0056c12452bae2bfe7b05547cf3f13ca4241]

        Resolves: #i122275# Don't show the layout panel for master pages
        
        (cherry picked from commit 7fe1777ad29d92d16fbc11b7279375d37d11cef8)
        
        Conflicts:
        	sd/source/ui/view/drviewsa.cxx
        
        Change-Id: I37bb08e08bd8537e692cf60f415ed40f9cf5abc5

2013-05-20  Andre Fischer  <af@apache.org>  [4e023d28bd914ef6ed32c7daa08b098618157089]

        Resolves: #i122272# Select correct sidebar button...
        
        after changing decks via menu.
        
        (cherry picked from commit 0763a83fb20825c66d8a3ecc50327753f7508bf9)
        
        Change-Id: Ief24fa9191848ad6004ea7c28cd28b73b7e54f9f

2013-05-20  Andre Fischer  <af@apache.org>  [011381c03382d937842823606f72d65982e69990]

        Related: #i122047# Remove last traces of unused toolbox controller
        
        (cherry picked from commit ba6704b01ebc30b06485ef7f914b873201a08e85)
        
        Change-Id: I6107fd3f840e07f546e8ae7aa8e6eb60f8b4d566

2013-05-20  Andre Fischer  <af@apache.org>  [c5f27133338caff1d09dcd8056aae0bdf6a45b6a]

        Related: #i122047# Added missing implementation of virtual destructors
        
        (cherry picked from commit 107eb08386046f1e78dc32b21f569c6aa7352cd1)
        
        Change-Id: Icc57d8910a390e9b608b5aa4a0fa6d8c8659208d

2013-05-20  Andre Fischer  <af@apache.org>  [893dd1995976a15e201cfe5c1ea3266c8f003ae0]

        Resolves: #i122047# Adding virtual destructors to interfaces...
        
        to prevent problems with older compilers
        
        (cherry picked from commit 8f3625e6cf098c3fd5e6701b7b687a0423d78f51)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/IContextChangeReceiver.hxx
        	sfx2/inc/sfx2/sidebar/ILayoutableWindow.hxx
        	sfx2/inc/sfx2/sidebar/SidebarPanelBase.hxx
        
        Change-Id: I2bf548fd7ff16db58938273bc4b60ad83325b376

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [d68bcdf0db8c4d8b49f7022f59f5db5f0d6e9ada]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: I9bfa7274befb34b67ac3c322eda805e78b3d0b8d

2013-05-20  Andre Fischer  <af@apache.org>  [b97fb5ca158f8839798900bae7239bb9339a062b]

        Related: #i122082# Disable controls of text property sidebar...
        
        panel for disabled document parts
        
        (cherry picked from commit ffcc8c326640dfbc6b765cd25875adf9e0ab66ad)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/ControllerItem.hxx
        	svx/source/sidebar/text/TextPropertyPanel.cxx
        
        Change-Id: I9f38c71c6415f3d255b5607a67a110bca47358b0
        
        Related: #i122082# Remove temporary change
        
        (cherry picked from commit f213ea43fac43326a643f30ff13abd9d77f6aed7)
        
        Change-Id: I157542fd5dbbda17b63900be9a41782ee581309c

2013-05-20  Andre Fischer  <af@apache.org>  [bd26a6abb58f16b77f587b8d5c3aee41ae728ada]

        Resolves: #i122082# Show correct deck title and tab bar highlight...
        
        after switching sidebar decks
        
        (cherry picked from commit f44ca372a2a88f996366e5cb44842ef79dd9df6e)
        
        Change-Id: I2162b2eafb8bd1fc8c803a398b475cdf71b6c34d

2013-05-20  Andre Fischer  <af@apache.org>  [4836645dfddcc7cc18e0b8727ba10bbc41da0f8b]

        Related: #i122251# Avoid compiler warning
        
        (cherry picked from commit 4a84ca3c6515bddb02a789d9386b6c6e74b037dc)
        
        Change-Id: I24bac356682aff5905010485eac833037f585764

2013-05-20  Andre Fischer  <af@apache.org>  [dfad0013ef079813b0b795d32a4fcb830f3b1577]

        Resolves: #i122251# Prevent key events from being forwarded...
        
        from sidebar tab bar to Calc
        
        (cherry picked from commit 2abab958f237c62abbd59b46b36354db60f23009)
        
        Change-Id: Ie47d086699986b64cbdc15df649adea705351307

2013-05-20  Andre Fischer  <af@apache.org>  [11f8ed408d43f40de5f694d6b7d00cb7762ee84f]

        Resolves: #i122255# Store sidebar panel extension state
        
        (non persistent)
        
        (cherry picked from commit f6f8c047b73f8fc8b4c78b321761a26ef7ed96ba)
        
        Change-Id: I917050dd57b3fa952200dd536b371f902661e88f

2013-05-20  Andre Fischer  <af@apache.org>  [5e8a2c64799856ddc34ab5d468bd54d7302302f4]

        Resolves: #i122254# Process mouse wheel events over sidebar scroll bar
        
        (cherry picked from commit db9602cbf627e1a7af56f3a419ec7c7445dcfb85)
        
        Change-Id: I272763eb24e58443d8c8a980eca9b0f654a9e899

2013-05-20  Andre Fischer  <af@apache.org>  [d35884ef7d57de649e524a10397bf0d912101c25]

        Resolves: #i122230# Fixes for sidebar focus traveling
        
        (cherry picked from commit 2b1bd27c95821000241b6f038b62b009ab94bda7)
        
        Change-Id: Id54bb7367d736629a43869c58d6d840fc8fd7da8

2013-05-20  Andre Fischer  <af@apache.org>  [d0d5b97d286d20e3573c5ddd6366d3da1889dd85]

        Resolves: #i122230# Fixed focus traveling in the sidebar
        
        (cherry picked from commit bab3ddce4b3d5330835494f54b68406335821b76)
        
        Conflicts:
        	sfx2/source/sidebar/FocusManager.cxx
        
        Change-Id: I8853a92da3c4fe41a0110c630cc6af556ffc2ce4

2013-05-20  Andre Fischer  <af@apache.org>  [7f62fc9cb680818d394347cd591cf0bc8dc2fa92]

        Resolves: #i122049# Changed text of 'empty' panel
        
        (cherry picked from commit 1f317e0580d267b3cc6b6b410bc3d14a4e70e1fe)
        
        Change-Id: I348ea9c84db10268d964e788ed5622123a9fa405

2013-05-20  Pavel Janík  <paveljanik@apache.org>  [16ed9f9638d8e5224e997c8027f5da7146960b53]

        Initialize variable to prevent compiler warning
        
        (cherry picked from commit 4fba97b33858a6fc610b5540ab0277370e4147bf)
        
        Change-Id: I470036762114017a971a35aba2c7f0f41f482fa8

2013-05-20  Andre Fischer  <af@apache.org>  [1571b476038c46777edd3df610c83dc761f22cf9]

        Resolves: #i122218# Add new sidebar panel...
        
        for inserting shapes into Draw documents
        
        (cherry picked from commit 5e09229d726cbc288719c7466b277a4eb5bb244b)
        
        Conflicts:
        	sd/source/ui/view/drviewsa.cxx
        	sfx2/Package_inc.mk
        	svx/inc/svx/dialogs.hrc
        
        Related: #i122218# Added missing files to sfx2/inc/sfx2/sidebar
        
        (cherry picked from commit 99572ff12af758a256703884811c7915c79f27ec)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/ResourceDefinitions.hrc
        
        Related: #i122218# Added more missing files
        
        (cherry picked from commit cdc8cb702630938c673255638aecbd2dd5c53ed7)
        
        fix up to build
        
        Change-Id: I098976d787e6a91d36aac98a5917f48b50872087
        9c6f4d957924e177922e26606173d1b238b8006e
        ceb9b720c08fb1db5b418c618e280b9b68eda2cf
        01712631eacbd3e58e2cd04d1903bbcb0ecb9301

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [c6f163600e308ae7c4f5ea3f6962a23cb067185f]

        Related: #i122140# add 'None' entry to underline style...
        
        drop-down-list in text property panel
        
        (cherry picked from commit 3c4045722f20bddddef9143c4f393e6f251f6d2d)
        
        Change-Id: Ieffbd19318742dd133fce1b96d7cad2d7c457975

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [f8f1f1d4a0700de4ff0b01b99bf8f09736116f70]

        remove exec bits from new pngs
        
        Change-Id: If13f6a2dec9722dac40323e3ee68e1276c4e0e58

2013-05-20  Armin Le Grand  <alg@apache.org>  [dcc7b1c3cf3ab7de287d2d566c87d28c407749a7]

        Related: #ii122198# added ColorValueSetColumnCount entry to configuration
        
        default is 12
        
        (cherry picked from commit dc9abefa2d01377b14bef15463e360d9a7e9bdc2)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        	svtools/inc/svtools/accessibilityoptions.hxx
        	svtools/source/inc/configitems/accessibilityoptions_const.hxx
        
        Change-Id: Ic035b34bbcde426fa8fb76df16f84786908e18fa

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [57f1888f2626463d57bbfd80d97c0a0565fbbf2b]

        Resolves: #i122079# activate missing slot invalidation...
        
        for the cell alignment sidebar panel
        
        (cherry picked from commit 3b31f1c781d367cfebdb388c17b22640d7e82539)
        
        Change-Id: I3b1ee724ca14e9938302759ef6249a0f3ddd5fa7

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [256be018056fba834aff099baef452b59af586fc]

        Resolves: #i122105# text property panel, underline style control
        
        correct application of chosen underline style in Calc cells and Drawing objects
        in Writer
        
        (cherry picked from commit fd23db16149eb517de9b2b403ff28ed0d31c83d6)
        
        Change-Id: Id77299c173eef99ea2eea0c0896e9bfd0bd9d1eb

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [862395f6a1b1df8762c315f7ae56e0623810ce05]

        Resolves: #i122182# TextPropertyPanel
        
        - add missing <break> in handling click to character attribute controls
        - remove superfluous code and comments
        - adapt code formatting
        (cherry picked from commit a1111d73afe974a9d466a2b1678bfe5ddb5e7f34)
        
        Conflicts:
        	svx/source/sidebar/text/TextUnderlineControl.cxx
        
        Change-Id: I1aea184523f74dda78218a631a64ea192765e9d5

2013-05-20  Andre Fischer  <af@apache.org>  [672dc0ccc8cea5bc3856bbe6969de06274a39586]

        Related: #i122131# Fixed typo in cmd name for cell appearance 'more' dialog
        
        (cherry picked from commit d465ec90c0626857a9c30523daba63d7b713f9e6)
        
        Change-Id: Icb5389074faf5cf7d1b03f1203f0036f2eccb73a

2013-05-20  Andre Fischer  <af@apache.org>  [611c6c3a4ef96a5e986320f2f00adb04de51a303]

        Related: #i122056# Added another Writer variant to sidebar...
        
        context handling.
        
        (cherry picked from commit 542f0ff097c0e3eb71a1ad19f6d46a9860e754d9)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/EnumContext.hxx
        
        Change-Id: Ib88f75d3dfdba5c14c2d3c747e90eecd00e6f249

2013-05-20  Andre Fischer  <af@apache.org>  [abf9ef78d6f98abf31b55e9ee0528d81163e8f82]

        Related: #i122144# Color mode control now looks like in toolbar
        
        and fixed overlapping icons and metric fields.
        
        (cherry picked from commit 835892332e2fda9e2082668679fb0385bf37eaaf)
        
        Change-Id: I21a78328bf11f7368ba97fc47b72f247e7316706

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [0f9a2c083252fa780e3a7b8278f24aaf0481fdcd]

        Related: #i122156# #i122087# correct context notification...
        
        regarding the text edit mode for Drawing objects - take two
        
        (cherry picked from commit 3dd1e0f85ba7d0fdcb2de134184407201ca7fae0)
        
        Conflicts:
        	sc/source/ui/inc/drawview.hxx
        	sc/source/ui/view/drawview.cxx
        
        Change-Id: Icfe16b76fc4fcc838133d8410736877703e5c23b

2013-05-20  Andre Fischer  <af@apache.org>  [17eeac27fd0c0dfd94091cc520f0d0085e32a8b8]

        Related: #i122157# Added sidebar menu entry to more writer variants
        
        (cherry picked from commit bbd95678a1ba46a715243c563c6a4a86bfa5ad91)
        
        Change-Id: Iea83e8778b293fc78e3aa7a0bd34e940e54755d7

2013-05-20  Andre Fischer  <af@apache.org>  [304494a20b8721ec78adad06ae4bfd74b51dfbc5]

        Resolved: #i122186# Rearranged controls in text property panel...
        
        to make font selection box wider.
        
        (cherry picked from commit 4484a62e0365fc36cc2a9e3ad1c71749d260d4d0)
        
        Change-Id: I4a189c106b497da36e3ad0d13a8e6087b95e73c2

2013-05-20  Andre Fischer  <af@apache.org>  [603c089e4261a028d9ea70012cb5b1f4effcb545]

        Resolves: #i122082# Hide sidebar panels for read only documents
        
        (cherry picked from commit aae247a34cd6f3bf421e57bbec08837d73ddf258)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/SidebarChildWindow.hxx
        	sfx2/inc/sfx2/sidebar/Theme.hxx
        	sfx2/source/sidebar/SidebarChildWindow.cxx
        	sfx2/source/sidebar/SidebarController.cxx
        	sfx2/source/sidebar/SidebarDockingWindow.cxx
        
        Change-Id: Ib59132d6d5e177d5a02ee24973b0fb07114db60a

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [8035ea995506557c6711c637435374a056662b8b]

        Related: #i122156# #i122087# correct context notification...
        
        regarding the text edit mode for Drawing objects
        
        (cherry picked from commit a0e76afb572510e2c2c75fc6c558f271c0d74d0b)
        
        Change-Id: I8b4e5cbd865455ef3d7046f9d65c5dd68a53d8ce

2013-05-20  Andre Fischer  <af@apache.org>  [ff03b807b6fa4e20516dfe0b0908ac5ef82335a4]

        Related: #i122144# Replace more Symphony icons with standard icons
        
        ParaPropertyPanel
        
        (cherry picked from commit 8808ad841fd74a482c8b0f192c1a3a936f12dcfc)
        
        Conflicts:
        	icon-themes/galaxy/svx/res/symphony/AlignTextCenter_16x16.png
        	icon-themes/galaxy/svx/res/symphony/AlignTextJustified_16x16.png
        	icon-themes/galaxy/svx/res/symphony/AlignTextLeft_16x16.png
        	icon-themes/galaxy/svx/res/symphony/AlignTextRight_16x16.png
        	icon-themes/galaxy/svx/res/symphony/Indent_16x16.png
        	icon-themes/galaxy/svx/res/symphony/Outdent_16x16.png
        	icon-themes/galaxy/svx/res/symphony/para_vert01.png
        	icon-themes/galaxy/svx/res/symphony/para_vert02.png
        	icon-themes/galaxy/svx/res/symphony/para_vert03.png
        	icon-themes/galaxy/svx/res/symphony/para_verth01.png
        	icon-themes/galaxy/svx/res/symphony/para_verth02.png
        	icon-themes/galaxy/svx/res/symphony/para_verth03.png
        	icon-themes/galaxy/svx/res/symphony/rte_Indent_16x16.png
        	icon-themes/galaxy/svx/res/symphony/rte_Outdent_16x16.png
        
        Change-Id: Idedcbb16b99a0fa7126d4e095e13e4f3a1f3f013
        
        Fix build breaker: declare missing member variable
        
        (cherry picked from commit eb15aa364708f091c4c59a66f9c3f43e35dafd31)
        
        Change-Id: Ie53ff7cea8874048fe575003a0ae4ded25b6535b
        
        Fix build breaker: remove missing images
        
        (cherry picked from commit 2f116e91d1960503589ce10b726a5383dead800f)
        
        Change-Id: I6130c7b55b03b3962ec72f49d48084324dfdc3df

2013-05-20  Andre Fischer  <af@apache.org>  [28ca23af2b67f260faf2b6e797d829b21ccd287a]

        Related: #i122144# Use standard icons for sidebar number formats
        
        (cherry picked from commit 7a309ee2def4ece46f78371ee18e94fae9fc3c05)
        
        Conflicts:
        	icon-themes/galaxy/sc/res/sidebar/123.png
        	icon-themes/galaxy/sc/res/sidebar/ABC.png
        	icon-themes/galaxy/sc/res/sidebar/canlendar.png
        	icon-themes/galaxy/sc/res/sidebar/money.png
        	icon-themes/galaxy/sc/res/sidebar/percent.png
        
        Change-Id: I69c6c9b6f6cf887332186b68ca4b9e8775575855

2013-05-20  Andre Fischer  <af@apache.org>  [af4b1dbc934feeaf32eaebfaf331f4264b05e4ee]

        Related: #i122144# Use same color for all sidebar backgrounds
        
        (cherry picked from commit ae86d3036171e63bfe193e678c9c05a1ec1a12bb)
        
        Change-Id: I4879d515f45f74b25e0319d3244c5722a449c7ed

2013-05-20  Zheng Fan  <zhengfan@apache.org>  [4a2b3f15b334b8c33826305218b8ec872522ad1d]

        Resolves: #ii122166# refine icons of numbering and bullets toolbox...
        
        inside sidebar for consistency
        
        (cherry picked from commit 6818706a832b4f6281cdf31d274b4a72c0ff2d58)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        
        Change-Id: Ida87df66cd35066415a83e369008a4b1e20ab171

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [e6c40f56516d6e03c6a39c4389b421835dc51492]

        Resolves: #i122141# introduce missing Char Font dialog Slot
        
        for opening Character Font dialog for Text property panel in Calc
        
        (cherry picked from commit 2ec379f0bc8af50ead792677b1f69c61d6903cf3)
        
        Change-Id: I07e7affe744efe151c8701e096fde01a52c2d7e0

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [f14674e3f1fca1b881412f0429979a5761bfb2d6]

        Related: #i121420# apply context dependent Show Menu Commands...
        
        according given panel configurations
        
        (cherry picked from commit c4a3b967b0ba367b219ac181fe2ed24a64e3c224)
        
        Change-Id: Ib2b3161c70112032659e712556641a46f43edcd0

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [6c4b11e3a366b16796ce31761ce15119233c640c]

        Resolves: #i122074# paragraph property panel
        
        correct enable/disable of indentation increase/decrease controls
        
        (cherry picked from commit cc9eaeaaa2ab279db0bf9a8fa63034333dbdaae3)
        
        Change-Id: Ia7c676435859027f0526d6253db771e2359bb7cc

2013-05-20  Armin Le Grand  <alg@apache.org>  [b8fe3f84a60ea73aed9748844aee80441eb0fc7d]

        Related: #i122121# moved automatic StartEnd adaption to svx
        
        (cherry picked from commit 81e9ede3e748a40555e87efd1af19521dab5261d)
        
        Conflicts:
        	sd/source/ui/view/drviews2.cxx
        
        Change-Id: I5ce51fce89e8f29d2f469bf11c5ba6f075f690f2

2013-05-20  Armin Le Grand  <alg@apache.org>  [0f48d9182530e992114d3338889e631c462fc80b]

        Related: #ii122121# Adapted ScDrawShell::GetDrawAttrState
        
        (cherry picked from commit 8120312665d94223a1e506fb6f46d2e0e9bc30ad)
        
        Conflicts:
        	sc/source/ui/drawfunc/drawsh2.cxx
        
        Change-Id: I19b1b7e83f16b618ecac95f000c15a60288ce5ae

2013-05-20  Armin Le Grand  <alg@apache.org>  [4d814ec1518c98d2ca251a5a10287f40a427ea6e]

        Related: #i122111# Adapted pState usages in NotifyItemUpdate methods
        
        adapted control positioning in PosSizePanel
        
        (cherry picked from commit 76e55d0f6effee49090d1e931c372671ec184123)
        
        Conflicts:
        	svx/source/sidebar/area/AreaPropertyPanel.cxx
        	svx/source/sidebar/area/AreaPropertyPanel.hxx
        
        Change-Id: I5762c5208259ca071decebcc937bfaab8e0464b2

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [a759710508540ba488876b48370d8a92b543bfc7]

        Resolves: #i122067# show correct state in paragraph property panel
        
        i.e. the paragraph property panel's bullet and numbering popup control
        
        (cherry picked from commit 167f05365100f6c9bcbd17045e4feeea3cd120d9)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaBulletsControl.cxx
        	svx/source/sidebar/paragraph/ParaNumberingControl.cxx
        	svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
        	svx/source/sidebar/paragraph/ParaPropertyPanel.hrc
        
        Change-Id: Iacea3f063d1050f873cff443fb3e1df4b8983279

2013-05-20  Andre Fischer  <af@apache.org>  [998a399166d14e6f8f71c66888212d4ab74b31ee]

        Resolves: #i122093# Don't show Impress layouts panel for master pages
        
        (cherry picked from commit 573490c7240fc02dcf82bf0ba262863612e53187)
        
        Conflicts:
        	sd/source/ui/sidebar/LayoutMenu.cxx
        
        Change-Id: Ie5c0a1e15ea8db2d2b033efb1234492bd438658d
        
        Related: #i122093# WaE in DrawController::BroadcastContextChenge()
        
        (cherry picked from commit 26e4fcdbb8594696b45d0600e1b7a5e5946cd2aa)
        
        Change-Id: I416215077643f3eb4d43eb761e457d0893bcc429

2013-05-20  Andre Fischer  <af@apache.org>  [eebf7fa20a97d36e859b6537cf889bff8dbbf565]

        Resolves: #i122086# Show icons in decks and titles (optionally)
        
        (cherry picked from commit 80b53edb04ed2d4b4f27f8256b754593902f0c23)
        
        Change-Id: Ic9aafce182b96aa44956d9ddbf165f4cc736e41b

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [a1c02181319d32c4444ab7fdb4f1086221056a34]

        Related: #i121793# correction for page property panel:
        
        - show correct state in popups
        - aggregate multiple attribute changes into one undo action
        
        (cherry picked from commit 306b1c56dc88ac357093d1dc5eb8c8360f8f7100)
        
        Conflicts:
        	sw/source/ui/sidebar/PagePropertyPanel.cxx
        	sw/source/ui/uiview/viewtab.cxx
        
        Change-Id: I4764be46535fe7a00cbb296c06094e3f8ea461df

2013-05-20  Andre Fischer  <af@apache.org>  [df282e6bf8cb497b5a32a49557c2c7267e4d3541]

        Resolves: #i122085# Fixed over-painting of fixed text
        
        (cherry picked from commit 0ba322a27a8d0651f410741d79bbb7125a8ec2b7)
        
        Change-Id: I208297d67bdb9e0277b39c0dc78b777f5eb2a7fa

2013-05-20  Armin Le Grand  <alg@apache.org>  [1820bc972ba8eb64cae4451ce4dcf73800d88937]

        Resolves: #ii122111# Corrected LinePropertyPanel::NotifyItemUpdate
        
        to use pState with more care
        
        (cherry picked from commit 12df8f6dd3ed9ea37d9d0dd61bc56ada3bc062b1)
        
        Conflicts:
        	svx/source/sidebar/line/LinePropertyPanel.cxx
        
        Change-Id: I380a4f9f8e43340ee03a1cd10546367b6818f74e

2013-05-20  Andre Fischer  <af@apache.org>  [a84a71b9fc4375908c1ae3bff70fc60a563cdc31]

        Related: #i122144# Paint titles of sidebar decks and titles bold
        
        (cherry picked from commit 4b7c52c48793d005d3bd618b025b890ff94e7774)
        
        Change-Id: I5e8ad1db7a962f002beb1b976d85a29bfcb5403f

2013-05-20  Andre Fischer  <af@apache.org>  [db334fb729e0a4ee675e0f9290ac23b513e4af66]

        Related: #i121960# Fixed typo that made the superscript button...
        
        look like the subscript button.
        
        (cherry picked from commit eac056c47b2bf233ff36436136463cb3f3eb9e23)
        
        Change-Id: I1ba1a609954cd88aa38f76c8e329f35152951ae5

2013-05-20  Andre Fischer  <af@apache.org>  [799e382d025e9176624bdfb92e72a9aa783a973c]

        Related: #i122051# Sidebar handles more Writer variants.
        
        (cherry picked from commit dc36f82362dc1fb159668937cde7cedbc3fad503)
        
        Conflicts:
        	sfx2/inc/sfx2/sidebar/EnumContext.hxx
        
        Change-Id: I230b6dd3a68d2a17d0433f7919e74f1fcfae8d01

2013-05-20  Andre Fischer  <af@apache.org>  [b99b51a7a36132224cfc50a35d369247255e59c2]

        Related: #i122144#: Use AOO icons for flipping shapes.
        
        (cherry picked from commit 52450684d9c02f0d6d96bff731c348d85ca4ced1)
        
        Conflicts:
        	icon-themes/galaxy/svx/res/symphony/FlipHorizontally_16x16.png
        	icon-themes/galaxy/svx/res/symphony/FlipVertically_16x16.png
        
        Change-Id: I99e3d3b9e7046ee0de60075f49dc47f086e17dcc

2013-05-20  Armin Le Grand  <alg@apache.org>  [60285fdc868635f99644ef1d8a195a2be87074c7]

        Related: #i122041# More unifications for FillStyles
        
        better defaults and better preview visualizations
        
        (cherry picked from commit 35c9acfc98fc98399005815e0464b1944f327d4e)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        	svtools/inc/svtools/accessibilityoptions.hxx
        	svtools/inc/svtools/valueset.hxx
        	svtools/source/config/accessibilityoptions.cxx
        	svtools/source/control/ctrlbox.cxx
        	svtools/source/control/valueset.cxx
        	svtools/source/inc/configitems/accessibilityoptions_const.hxx
        	svx/inc/svx/dlgctrl.hxx
        	svx/inc/svx/xtable.hxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/tbxctrls/SvxColorValueSet.cxx
        	svx/source/xoutdev/xtabdash.cxx
        	svx/source/xoutdev/xtable.cxx
        	vcl/inc/ilstbox.hxx
        	vcl/inc/vcl/combobox.hxx
        	vcl/inc/vcl/lstbox.hxx
        	vcl/inc/vcl/settings.hxx
        	vcl/source/app/settings.cxx
        	vcl/source/control/combobox.cxx
        	vcl/source/control/ilstbox.cxx
        	vcl/source/control/lstbox.cxx
        
        Change-Id: I905b6814cb796a35aa23fedb9ce716f77e2bfda0

2013-05-20  Andre Fischer  <af@apache.org>  [3af7ae5ef74756b33d35a67b7a6cee44acf79737]

        Resolves: #i122095# React asynchronously to context changes
        
        In order to avoid problems in SFX2
        
        (cherry picked from commit 61ed9eac0583e34a9b69f0a1adcc208509e336a1)
        
        Change-Id: I375603a28e788ce9257be308dc09a589240d0e58

2013-05-20  Jürgen Schmidt  <jsc@apache.org>  [d06b9921d76ecd81d7f92dc61c2c8dec1bf83f60]

        minor change in syntax to make localize happy
        
        (cherry picked from commit e271ee33bd29cb8e5a7bbecdcdac71596ee2442f)
        
        Change-Id: I2079c019575c32bca0323515e51ec166c36ef94e

2013-05-20  Andre Fischer  <af@apache.org>  [8d5f9cbf51040b4d30bd5e10a6cf44b970c3f313]

        Resolves: #i122104# Fixed selection of sidebar button.
        
        (cherry picked from commit 8d956f9ec332f818fbe49286ba8eec28179486f2)
        
        Change-Id: If87b0dd13d1d333212d41f0a1e1122e4ef6c5ab2

2013-05-20  Andre Fischer  <af@apache.org>  [0b2c09a180f076230a1f1ac3ecf4725e82aada4c]

        Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled state
        
        Converted TextPropertyPanel to use this new functionality.
        
        (cherry picked from commit 5e32abe48b0833e4e370507a1e74fbb1ba98b5e3)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        	sfx2/inc/sfx2/sidebar/ControllerItem.hxx
        	sfx2/source/sidebar/ControllerItem.cxx
        	sfx2/source/sidebar/FocusManager.cxx
        	sfx2/source/sidebar/SidebarChildWindow.cxx
        	svx/Library_svx.mk
        	svx/source/sidebar/text/TextPropertyPanel.cxx
        	svx/source/sidebar/text/TextPropertyPanel.hrc
        	svx/source/sidebar/text/TextPropertyPanel.hxx
        	svx/source/sidebar/text/TextPropertyPanel.src
        	svx/source/sidebar/text/TextUnderlineControl.hxx
        
        Change-Id: I3a25bb0a02e6165ceeb6dbd9e6ecd3e94051f594

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [c991fb49aa174f300be0b978d89bc63e01e0aa2b]

        Resolves: #i122026# adjust names of newly introduced UNO commands
        
        correct uno:FlipHorizontal and uno:FlipVertical
        
        (cherry picked from commit 1ea8067f70bb806aa501ea72686a950f1e5ee591)
        
        Conflicts:
        	default_images/res/commandimagelist/lc_fliphorizontal.png
        	default_images/res/commandimagelist/lc_flipvertical.png
        	default_images/res/commandimagelist/lch_fliphorizontal.png
        	default_images/res/commandimagelist/lch_flipvertical.png
        	default_images/res/commandimagelist/sc_fliphorizontal.png
        	default_images/res/commandimagelist/sc_flipvertical.png
        	officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
        	svx/sdi/svx.sdi
        	sw/inc/cmdid.h
        	sw/source/ui/shells/drawsh.cxx
        	sw/uiconfig/sglobal/toolbar/graphicobjectbar.xml
        	sw/uiconfig/swform/toolbar/graphicobjectbar.xml
        	sw/uiconfig/swreport/toolbar/graphicobjectbar.xml
        	sw/uiconfig/swriter/toolbar/graphicobjectbar.xml
        	sw/uiconfig/swxform/toolbar/graphicobjectbar.xml
        
        Change-Id: I2c646586d592eb1d703c6db07e4c913d858fdc47

2013-05-20  Armin Le Grand  <alg@apache.org>  [9d4c1cd63cb8ec8ede01f2d9ad69084027113bec]

        Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...
        
        ...to the correct GetState method GetDrawAttrState
        
        (cherry picked from commit 6c248d4f4f3a6e432e140900e5735e249e27dd01)
        
        Change-Id: I08636bf35dbcacf2b34fca94be3f8867e2092981

2013-05-20  Armin Le Grand  <alg@apache.org>  [42b4047870f1c3fa94381f4563344f4ee588a2e6]

        Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...
        
        ...to the correct GetState method GetDrawAttrState
        
        (cherry picked from commit e9b32f693643ae28d60922e344d908082f15c510)
        
        Change-Id: Ibb94a6297536d65e6f50e692306b38f7d6feb74b

2013-05-20  Armin Le Grand  <alg@apache.org>  [946a36ec4377e114ad56fe437b8d8d8f41a7ccdf]

        Related: #i122041# Added 'Automatic' to TextPropertyPanel, FontColor...
        
        and HilightColor. Added 'No Color' to ParagraphPropertyPanel and
        BackgroundColor
        
        (cherry picked from commit 6b722f7d7c1ae5a1b344a24442bd591afba8606b)
        
        Conflicts:
        	svx/inc/svx/dialogs.hrc
        
        Change-Id: If75bdb87a1fc43e753c8c8ab15370808235926fd

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [58a825b4d047c0f99d4f9a193c97af423b23fb97]

        Resolves: #i122025# UNO commands introduced with sidebar
        
        apply labels and disable their UI customization
        
        (cherry picked from commit 339494cf948e22dcb089c0d921dfb396d9233cb8)
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
        	svx/inc/svx/svxids.hrc
        	svx/sdi/svx.sdi
        	sw/sdi/swriter.sdi
        
        Change-Id: Ie95fb2fde14afe67c80e0037f4252e788f5ec1fb
        
        Related: #i122025# followup - remove usage of removed Slot
        
        (cherry picked from commit 0bef7cb68127ab4ff81cc80bc3f7274adf87f5ac)
        
        Change-Id: I0cf4d8c4c93d5754e4e46d4d1edc43529849b3bf

2013-05-20  Zheng Fan  <zhengfan@apache.org>  [95b4b0f3e26c049cf04400ffc05bf3ccbdf85b9d]

        Resolves: #i122118# changed for incorrect tips for bullets drop down
        
        (cherry picked from commit 947c734dfcb6fe78c9838f9c88bf89b186a424de)
        
        Conflicts:
        	svx/source/sidebar/paragraph/ParaPropertyPanel.src
        
        Change-Id: I3e5a5650264d280206f57c8b8ff146c696b2a88d

2013-05-20  Zheng Fan  <zhengfan@apache.org>  [f3fc3a57f14b3bb9bbe86c88183c9586ef860376]

        Resolves: #i122054# for change the drop down list issue
        
        (cherry picked from commit 07c075acd60e93962c785d066c84f2a80a47e958)
        
        Change-Id: Ide6bdd5177298a345bed90af68a24e0edcda1cd1

2013-05-20  Armin Le Grand  <alg@apache.org>  [243b75e82ee845774e0ca8f18db5d28a0ccc7619]

        Related: #i122042# corrected adding default values in LineStyleListBox
        
        (cherry picked from commit 246d57106712df34b05c2522c145d244df2d31eb)
        
        Conflicts:
        	cui/source/tabpages/tplnedef.cxx
        
        Change-Id: I6fde45b3e5a5d0a25a549ea03ec50302c8541195

2013-05-20  Armin Le Grand  <alg@apache.org>  [ca4a3f26f96843a8b48fdb10df901a102c2c9ca3]

        Resolves: #i122042# corrected adding default values in LineStyleListBox
        
        (cherry picked from commit 33242bbc8350f2b253fae2d4261561796d848455)
        
        Conflicts:
        	svx/inc/svx/dlgctrl.hxx
        	svx/source/dialog/dlgctrl.cxx
        
        Change-Id: I4391164c0dbdd99c64fe7eca1bdd10cd92e32128

2013-05-20  Armin Le Grand  <alg@apache.org>  [94956686dc4d6ca6b011866bf214c51d3830fcb0]

        Related: #i122041# Adapted the descriptions in Common.xcs slightly
        
        (cherry picked from commit df8441aab1ea0d6df5619f2c7403a65dfacad125)
        
        Conflicts:
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        
        Change-Id: Ia107a029b431d54739fc5524c6978bb53b53a785

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [349d921497b83bb5b00c316b939423301b7dddcb]

        adjust .ui widgets for centralized Color ValueSets
        
        Change-Id: Ie6b86a2a48e6697f816e9975b6e34491ab0ad17e

2013-05-20  Armin Le Grand  <alg@apache.org>  [35aa48d80b4b800d408d26bd72fbdfd711abbb6f]

        Resolves: #i122041# Unified and centralized control for Color ValueSets
        
        (cherry picked from commit 68e707bbc6fe23881b822e6efab8a2933343dc1a)
        
        Conflicts:
        	cui/source/inc/backgrnd.hxx
        	cui/source/inc/cuitabarea.hxx
        	cui/source/tabpages/backgrnd.cxx
        	cui/source/tabpages/tpcolor.cxx
        	sd/source/ui/view/drviews6.cxx
        	svx/Package_inc.mk
        	svx/inc/svx/colrctrl.hxx
        	svx/source/sidebar/tools/ColorControl.cxx
        	svx/source/tbxctrls/colorwindow.hxx
        	svx/source/tbxctrls/colrctrl.cxx
        	svx/source/tbxctrls/tbcontrl.cxx
        
        Change-Id: Ie06fe355846b737ec8aae9aade4d408232c83193
        
        Related: #i122041# Add a11y values for defining behaviour of ColorValueSets
        
        (cherry picked from commit 401e8f2db607081e62eaaa1f08a8cd8971a3f637)
        
        Conflicts:
        	cui/source/tabpages/backgrnd.cxx
        	officecfg/registry/schema/org/openoffice/Office/Common.xcs
        	sc/source/ui/miscdlgs/tabbgcolordlg.cxx
        	svtools/inc/svtools/accessibilityoptions.hxx
        	svtools/source/inc/configitems/accessibilityoptions_const.hxx
        	vcl/inc/vcl/bitmap.hxx
        	vcl/source/gdi/bitmap4.cxx
        
        Change-Id: If9d0db5f22974cad1ac886eca3719ca92ca7f240

2013-05-20  Armin Le Grand  <alg@apache.org>  [05038d1bd0a7bc9ecb6676ba1309576ac74f849f]

        Related: #i121791# Corrected names for LineDashes, cleaned up resources
        
        (cherry picked from commit f8f9cb1148f70f61f486517a1f353c4a3de8211f)
        
        Conflicts:
        	svx/inc/svx/xtable.hxx
        	svx/source/sidebar/line/LinePropertyPanel.cxx
        	svx/source/sidebar/line/LinePropertyPanel.hrc
        	svx/source/sidebar/line/LinePropertyPanel.src
        
        Change-Id: Ie49b28503e092c6685fb02c00820d4a3eaa3abb6

2013-05-20  Armin Le Grand  <alg@apache.org>  [aa8c54950bc005b83a47fbe184291e84b0cbd09a]

        Related: #i121791# Corrected names for LineDashes, cleaned up resources
        
        (cherry picked from commit f45335265ec5597510bf7a17cf521906c0288b9d)
        
        Change-Id: I7d50a9bc5a17bce792cfd73ab830fd2ef0a17fe9

2013-05-20  Armin Le Grand  <alg@apache.org>  [6c50995593dadc2eeb7ee319b4de12a104e2c4d5]

        Related: #i121791# Corrected names for LineDashes, cleaned up resources
        
        (cherry picked from commit ef75cc7bf6ceb6ecf5f2fb32dd560ef05303f1f2)
        
        Conflicts:
        	icon-themes/galaxy/svx/res/symphony/style_line1.png
        	icon-themes/galaxy/svx/res/symphony/style_line10.png
        	icon-themes/galaxy/svx/res/symphony/style_line11.png
        	icon-themes/galaxy/svx/res/symphony/style_line2.png
        	icon-themes/galaxy/svx/res/symphony/style_line3.png
        	icon-themes/galaxy/svx/res/symphony/style_line4.png
        	icon-themes/galaxy/svx/res/symphony/style_line5.png
        	icon-themes/galaxy/svx/res/symphony/style_line6.png
        	icon-themes/galaxy/svx/res/symphony/style_line7.png
        	icon-themes/galaxy/svx/res/symphony/style_line8.png
        	icon-themes/galaxy/svx/res/symphony/style_line9.png
        	icon-themes/hicontrast/svx/res/symphony/style_line1.png
        	icon-themes/hicontrast/svx/res/symphony/style_line10.png
        	icon-themes/hicontrast/svx/res/symphony/style_line11.png
        	icon-themes/hicontrast/svx/res/symphony/style_line2.png
        	icon-themes/hicontrast/svx/res/symphony/style_line3.png
        	icon-themes/hicontrast/svx/res/symphony/style_line4.png
        	icon-themes/hicontrast/svx/res/symphony/style_line5.png
        	icon-themes/hicontrast/svx/res/symphony/style_line6.png
        	icon-themes/hicontrast/svx/res/symphony/style_line7.png
        	icon-themes/hicontrast/svx/res/symphony/style_line8.png
        	icon-themes/hicontrast/svx/res/symphony/style_line9.png
        
        Change-Id: Iccb0c2b6b1870806d05ee02569b7fdf1f96405c2

2013-05-20  Andre Fischer  <af@apache.org>  [02e5e18bb46956d743faf21f62066b56f6cedf7e]

        Resolves: #i122027# Fixed crash when processing .uno:NumberType command
        
        Reported by:  Ariel Constenla-Haile
        Patch by:  Ariel Constenla-Haile
        Review by: Andre Fischer
        (cherry picked from commit 6a56f5db1d478297aedd3395a882fc2dcce80e82)
        
        Change-Id: Idbcb46b617fc2d2e2d587cdd74226380a2019303

2013-05-20  Andre Fischer  <af@apache.org>  [61d4384876cfda33a73bfbda61cfc81f3e57ac0a]

        Resolves: #i122028# Fixed crash when processing .uno:SwPageColumn
        
        Reported by:  Ariel Constenla-Haile
        Patch by:  Ariel Constenla-Haile
        Review by: Andre Fischer
        (cherry picked from commit 717671a6ec6eab7d87fe7236bb792569151e6b08)
        
        Conflicts:
        	sw/source/ui/uiview/viewtab.cxx
        
        Change-Id: I127db2160c16789f672b5520a77e27d1f6dac719

2013-05-20  Andre Fischer  <af@apache.org>  [f5db919d068ebde21f98aec8cd30816104b71530]

        Resolves: #i122030# Fixed bug in documentation that breaks autodoc processing
        
        Found and patched by: Ariel Constenla-Haile
        Review by: Andre Fischer
        (cherry picked from commit 2784b2266ba8ce1dcd899a06626669dfd4dadde5)
        
        Change-Id: I5fafe38f007a9a98b34e3fc99950bdb8e4c79278

2013-05-20  Andre Fischer  <af@apache.org>  [96331dc4d292cd28bab741ac3144868fa2111b89]

        Related: #i121420# Provide sidebar panels with XCanvas objects.
        
        (cherry picked from commit d179a612f5f9c01776ea52bfdcf27f1cb864f249)
        
        Conflicts:
        	sfx2/source/sidebar/SidebarController.cxx
        
        Change-Id: I755d55ac0f5a97fdd11476ce11631afb362e83d8

2013-05-20  Oliver-Rainer Wittmann  <orw@apache.org>  [d02f75a8c36705924ddd6a5921fe3012fafce812]

        Resolves: #i121420# merge sidebar feature
        
        (cherry picked from commit 0a0a9b32aa5bf1ce2554ad37cbba3c7a105db2b5)
        
        Conflicts:
        	chart2/source/controller/dialogs/dlg_View3D.cxx
        	chart2/source/controller/dialogs/tp_3D_SceneIllumination.cxx
        	chart2/source/controller/dialogs/tp_3D_SceneIllumination.hxx
        	chart2/source/controller/drawinglayer/ViewElementListProvider.cxx
        	chart2/source/controller/inc/ViewElementListProvider.hxx
        	chart2/source/controller/inc/dlg_View3D.hxx
        	chart2/source/controller/main/ShapeController.cxx
        	chart2/source/inc/chartview/DrawModelWrapper.hxx
        	chart2/source/view/main/DrawModelWrapper.cxx
        	cui/source/inc/border.hxx
        	cui/source/inc/cuitabarea.hxx
        	cui/source/inc/cuitabline.hxx
        	cui/source/inc/sdrcelldlg.hxx
        	cui/source/inc/treeopt.hxx
        	cui/source/options/optchart.cxx
        	cui/source/options/optchart.hxx
        	cui/source/options/optcolor.cxx
        	cui/source/options/treeopt.cxx
        	cui/source/tabpages/backgrnd.cxx
        	cui/source/tabpages/border.cxx
        	cui/source/tabpages/chardlg.cxx
        	cui/source/tabpages/numpages.cxx
        	cui/source/tabpages/tpcolor.cxx
        	cui/source/tabpages/tplneend.cxx
        	editeng/inc/editeng/outliner.hxx
        	extensions/source/propctrlr/standardcontrol.cxx
        	framework/source/register/registerservices.cxx
        	offapi/com/sun/star/ui/makefile.mk
        	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        	officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
        	officecfg/registry/schema/org/openoffice/Office/UI/makefile.mk
        	postprocess/packregistry/makefile.mk
        	reportdesign/source/ui/dlg/Condition.cxx
        	reportdesign/source/ui/misc/UITools.cxx
        	sc/inc/document.hxx
        	sc/inc/helpids.h
        	sc/inc/sc.hrc
        	sc/prj/build.lst
        	sc/sdi/scalc.sdi
        	sc/source/core/data/documen9.cxx
        	sc/source/core/data/drwlayer.cxx
        	sc/source/ui/app/scdll.cxx
        	sc/source/ui/app/typemap.cxx
        	sc/source/ui/dbgui/scendlg.cxx
        	sc/source/ui/docshell/docsh2.cxx
        	sc/source/ui/docshell/docsh4.cxx
        	sc/source/ui/drawfunc/chartsh.cxx
        	sc/source/ui/drawfunc/drawsh.cxx
        	sc/source/ui/drawfunc/drawsh2.cxx
        	sc/source/ui/drawfunc/drawsh4.cxx
        	sc/source/ui/drawfunc/drformsh.cxx
        	sc/source/ui/drawfunc/drtxtob.cxx
        	sc/source/ui/drawfunc/drtxtob1.cxx
        	sc/source/ui/drawfunc/drtxtob2.cxx
        	sc/source/ui/drawfunc/graphsh.cxx
        	sc/source/ui/drawfunc/oleobjsh.cxx
        	sc/source/ui/inc/chartsh.hxx
        	sc/source/ui/inc/formatsh.hxx
        	sc/source/ui/miscdlgs/tabbgcolordlg.cxx
        	sc/source/ui/navipi/navipi.cxx
        	sc/source/ui/optdlg/opredlin.cxx
        	sc/source/ui/optdlg/tpview.cxx
        	sc/source/ui/sidebar/makefile.mk
        	sc/source/ui/view/auditsh.cxx
        	sc/source/ui/view/cellsh.cxx
        	sc/source/ui/view/editsh.cxx
        	sc/source/ui/view/formatsh.cxx
        	sc/source/ui/view/pivotsh.cxx
        	sc/source/ui/view/tabvwsh.cxx
        	sc/util/makefile.mk
        	sd/inc/sdabstdlg.hxx
        	sd/prj/build.lst
        	sd/sdi/ToolPanelViewShell.sdi
        	sd/sdi/makefile.mk
        	sd/source/ui/accessibility/makefile.mk
        	sd/source/ui/animations/CustomAnimationDialog.cxx
        	sd/source/ui/dlg/PaneChildWindows.cxx
        	sd/source/ui/dlg/PaneShells.cxx
        	sd/source/ui/dlg/copydlg.cxx
        	sd/source/ui/dlg/navigatr.cxx
        	sd/source/ui/dlg/sddlgfact.cxx
        	sd/source/ui/dlg/sddlgfact.hxx
        	sd/source/ui/docshell/docshel3.cxx
        	sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx
        	sd/source/ui/framework/factories/TaskPanelFactory.cxx
        	sd/source/ui/framework/factories/TaskPanelFactory.hxx
        	sd/source/ui/framework/factories/ViewShellWrapper.cxx
        	sd/source/ui/framework/factories/makefile.mk
        	sd/source/ui/framework/module/ImpressModule.cxx
        	sd/source/ui/framework/module/ToolPanelModule.cxx
        	sd/source/ui/framework/tools/FrameworkHelper.cxx
        	sd/source/ui/func/fuolbull.cxx
        	sd/source/ui/inc/DrawViewShell.hxx
        	sd/source/ui/inc/PaneChildWindows.hxx
        	sd/source/ui/inc/celltempl.hxx
        	sd/source/ui/inc/copydlg.hxx
        	sd/source/ui/inc/dlgpage.hxx
        	sd/source/ui/inc/framework/FrameworkHelper.hxx
        	sd/source/ui/inc/prltempl.hxx
        	sd/source/ui/inc/tabtempl.hxx
        	sd/source/ui/inc/taskpane/ILayoutableWindow.hxx
        	sd/source/ui/inc/taskpane/PanelId.hxx
        	sd/source/ui/inc/tpaction.hxx
        	sd/source/ui/sidebar/AllMasterPagesSelector.cxx
        	sd/source/ui/sidebar/AllMasterPagesSelector.hxx
        	sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx
        	sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
        	sd/source/ui/sidebar/DocumentHelper.cxx
        	sd/source/ui/sidebar/DocumentHelper.hxx
        	sd/source/ui/sidebar/LayoutMenu.cxx
        	sd/source/ui/sidebar/LayoutMenu.hxx
        	sd/source/ui/sidebar/MasterPageContainer.cxx
        	sd/source/ui/sidebar/MasterPageContainer.hxx
        	sd/source/ui/sidebar/MasterPageContainerFiller.cxx
        	sd/source/ui/sidebar/MasterPageContainerFiller.hxx
        	sd/source/ui/sidebar/MasterPageContainerProviders.cxx
        	sd/source/ui/sidebar/MasterPageContainerProviders.hxx
        	sd/source/ui/sidebar/MasterPageContainerQueue.cxx
        	sd/source/ui/sidebar/MasterPageContainerQueue.hxx
        	sd/source/ui/sidebar/MasterPageDescriptor.cxx
        	sd/source/ui/sidebar/MasterPageDescriptor.hxx
        	sd/source/ui/sidebar/MasterPageObserver.cxx
        	sd/source/ui/sidebar/MasterPagesSelector.cxx
        	sd/source/ui/sidebar/MasterPagesSelector.hxx
        	sd/source/ui/sidebar/PreviewValueSet.cxx
        	sd/source/ui/sidebar/PreviewValueSet.hxx
        	sd/source/ui/sidebar/RecentMasterPagesSelector.cxx
        	sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx
        	sd/source/ui/sidebar/SidebarShellManager.cxx
        	sd/source/ui/sidebar/SlideTransitionPanel.hxx
        	sd/source/ui/sidebar/makefile.mk
        	sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
        	sd/source/ui/table/TableDesignPane.hxx
        	sd/source/ui/toolpanel/ControlContainer.cxx
        	sd/source/ui/toolpanel/ControlContainerDescriptor.hxx
        	sd/source/ui/toolpanel/MethodGuard.hxx
        	sd/source/ui/toolpanel/ScrollPanel.cxx
        	sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx
        	sd/source/ui/toolpanel/SubToolPanel.cxx
        	sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
        	sd/source/ui/toolpanel/TaskPaneTreeNode.cxx
        	sd/source/ui/toolpanel/TitleBar.cxx
        	sd/source/ui/toolpanel/TitledControl.cxx
        	sd/source/ui/toolpanel/ToolPanel.cxx
        	sd/source/ui/toolpanel/ToolPanel.hxx
        	sd/source/ui/toolpanel/ToolPanelFactory.cxx
        	sd/source/ui/toolpanel/ToolPanelUIElement.cxx
        	sd/source/ui/toolpanel/ToolPanelUIElement.hxx
        	sd/source/ui/toolpanel/ToolPanelViewShell.cxx
        	sd/source/ui/toolpanel/controls/CustomAnimationPanel.cxx
        	sd/source/ui/toolpanel/controls/CustomAnimationPanel.hxx
        	sd/source/ui/toolpanel/controls/MasterPagesPanel.cxx
        	sd/source/ui/toolpanel/controls/MasterPagesPanel.hxx
        	sd/source/ui/toolpanel/controls/SlideTransitionPanel.cxx
        	sd/source/ui/toolpanel/controls/SlideTransitionPanel.hxx
        	sd/source/ui/toolpanel/controls/TableDesignPanel.cxx
        	sd/source/ui/toolpanel/controls/TableDesignPanel.hxx
        	sd/source/ui/unoidl/UnoDocumentSettings.cxx
        	sd/source/ui/view/ViewShellBase.cxx
        	sd/source/ui/view/drtxtob.cxx
        	sd/source/ui/view/drviews3.cxx
        	sd/source/ui/view/drviews7.cxx
        	sd/source/ui/view/drviewsa.cxx
        	sd/source/ui/view/drviewsf.cxx
        	sd/source/ui/view/outlnvsh.cxx
        	sd/source/ui/view/sdview.cxx
        	sd/source/ui/view/viewshel.cxx
        	sd/uiconfig/sdraw/menubar/menubar.xml
        	sd/util/makefile.mk
        	sfx2/Package_inc.mk
        	sfx2/inc/sfx2/sfx.hrc
        	sfx2/inc/sfx2/sfxsids.hrc
        	sfx2/source/control/bindings.cxx
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/inc/templdgi.hxx
        	svx/AllLangResTarget_svx.mk
        	svx/Package_inc.mk
        	svx/inc/svx/XPropertyTable.hxx
        	svx/inc/svx/bmpmask.hxx
        	svx/inc/svx/colrctrl.hxx
        	svx/inc/svx/dialogs.hrc
        	svx/inc/svx/dlgctrl.hxx
        	svx/inc/svx/dlgutil.hxx
        	svx/inc/svx/drawitem.hxx
        	svx/inc/svx/fontwork.hxx
        	svx/inc/svx/galbrws.hxx
        	svx/inc/svx/sdr/table/tablecontroller.hxx
        	svx/inc/svx/svdmodel.hxx
        	svx/inc/svx/svdstr.hrc
        	svx/inc/svx/svxids.hrc
        	svx/inc/svx/svxitems.hrc
        	svx/inc/svx/xattr.hxx
        	svx/inc/svx/xflgrit.hxx
        	svx/inc/svx/xflhtit.hxx
        	svx/inc/svx/xit.hxx
        	svx/inc/svx/xlineit.hxx
        	svx/inc/svx/xlndsit.hxx
        	svx/inc/svx/xlnedit.hxx
        	svx/inc/svx/xlnstit.hxx
        	svx/inc/svx/xtable.hxx
        	svx/sdi/svx.sdi
        	svx/source/dialog/_bmpmask.cxx
        	svx/source/dialog/dialcontrol.cxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/dialog/dlgutil.cxx
        	svx/source/dialog/fontwork.cxx
        	svx/source/gallery2/galbrws.cxx
        	svx/source/gallery2/galbrws1.cxx
        	svx/source/gallery2/gallery1.cxx
        	svx/source/items/drawitem.cxx
        	svx/source/items/svxitems.src
        	svx/source/sdr/attribute/sdrformtextattribute.cxx
        	svx/source/sidebar/ColorPanel.hxx
        	svx/source/sidebar/EmptyPanel.hrc
        	svx/source/sidebar/EmptyPanel.hxx
        	svx/source/sidebar/gallery/GalleryPanel.hxx
        	svx/source/svdraw/svdedtv1.cxx
        	svx/source/svdraw/svdmodel.cxx
        	svx/source/svdraw/svdogrp.cxx
        	svx/source/svdraw/svdstr.src
        	svx/source/tbxctrls/tbcontrl.cxx
        	svx/source/unodraw/XPropertyTable.cxx
        	svx/source/unodraw/unoctabl.cxx
        	svx/source/xoutdev/XPropertyEntry.cxx
        	svx/source/xoutdev/xattr.cxx
        	svx/source/xoutdev/xattr2.cxx
        	svx/source/xoutdev/xtabbtmp.cxx
        	svx/source/xoutdev/xtabcolr.cxx
        	svx/source/xoutdev/xtabdash.cxx
        	svx/source/xoutdev/xtabgrdt.cxx
        	svx/source/xoutdev/xtabhtch.cxx
        	svx/source/xoutdev/xtable.cxx
        	svx/source/xoutdev/xtablend.cxx
        	svx/util/svx.component
        	sw/inc/cmdid.h
        	sw/inc/docsh.hxx
        	sw/inc/editsh.hxx
        	sw/inc/helpid.h
        	sw/inc/rcid.hrc
        	sw/inc/swabstdlg.hxx
        	sw/inc/swcommands.h
        	sw/sdi/swriter.sdi
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/draw/drawdoc.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/app/docshdrw.cxx
        	sw/source/ui/app/docshini.cxx
        	sw/source/ui/app/docst.cxx
        	sw/source/ui/config/optpage.cxx
        	sw/source/ui/dialog/swdlgfact.cxx
        	sw/source/ui/dialog/swdlgfact.hxx
        	sw/source/ui/fmtui/tmpdlg.cxx
        	sw/source/ui/inc/tmpdlg.hxx
        	sw/source/ui/misc/pggrid.cxx
        	sw/source/ui/shells/annotsh.cxx
        	sw/source/ui/shells/basesh.cxx
        	sw/source/ui/shells/beziersh.cxx
        	sw/source/ui/shells/drawdlg.cxx
        	sw/source/ui/shells/drawsh.cxx
        	sw/source/ui/shells/drformsh.cxx
        	sw/source/ui/shells/drwbassh.cxx
        	sw/source/ui/shells/drwtxtex.cxx
        	sw/source/ui/shells/drwtxtsh.cxx
        	sw/source/ui/shells/frmsh.cxx
        	sw/source/ui/shells/grfsh.cxx
        	sw/source/ui/shells/olesh.cxx
        	sw/source/ui/shells/tabsh.cxx
        	sw/source/ui/shells/textsh.cxx
        	sw/source/ui/shells/textsh1.cxx
        	sw/source/ui/shells/txtnum.cxx
        	sw/source/ui/uiview/viewtab.cxx
        	sw/source/ui/uno/unofreg.cxx
        	sw/source/ui/utlui/navipi.cxx
        	sw/util/sw.component
        	vcl/inc/vcl/split.hxx
        	vcl/inc/vcl/window.hxx
        	vcl/inc/window.h
        	vcl/source/window/split.cxx
        	vcl/source/window/window.cxx
        	vcl/source/window/window4.cxx
        
        Change-Id: Idebaff59f9d60e4e93290cefefdda4c5a1e9215e
        
        Resolves: #i122194# Adapted license text in propertypanel.hrc
        
        then renamed it to ResourceDefinitions.hrc
        
        (cherry picked from commit e952d1401c1adc41934118ba7f542611ef9da11b)
        
        Conflicts:
        	sfx2/Package_inc.mk
        	sfx2/source/sidebar/SidebarChildWindow.cxx
        	svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
        	svx/source/sidebar/line/LinePropertyPanel.cxx
        	svx/source/sidebar/possize/PosSizePropertyPanel.cxx
        	sw/source/ui/sidebar/PagePropertyPanel.src
        	sw/source/ui/sidebar/WrapPropertyPanel.src
        
        Change-Id: Ie009056a78ab108556717a501399c83b477b3548
        
        Resolves: #i122194# finally I got the correct file name
        
        Change-Id: If7a075af8c9a829f6f0a69f883c5c6d4ac97ba2a
        
        More merge changes for optional sidebar:
             revert toolpanel removal, restore and re-enable task pane
             remove apparently un-used SidebarFactory module
             add extra visibility annotation to ItemReceiverUpdate

2013-05-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8d55787b81cdc955b73c8befa4ab608f46e32aa]

        Thread-safe version of osl_getGlobalTime
        
        Change-Id: Ibb9d23780600437f607d866ff3d396b96879245d
        Reviewed-on: https://gerrit.libreoffice.org/3960
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [235941bcd0e59c2831d5bc28683119eb6a2fd982]

        accidental hardcoding of %PRODUCTNAME as LibreOffice in some .ui files
        
        Change-Id: I1e6c2c1b64d8566b29c1a1510040aadbca2d977e

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [f937ef20f57b306191f7583c2d47b5ad3f2a73ee]

        Related: fdo#61186 add a toggle to override the paper format
        
        We now need a mechanism to instruct the print dialog that we want to force
        printing to use the printer settings configured paper. Particularly
        useful for nup printing and brochures
        
        scenario 3: forcing printing to use the printer settings paper
        
        a file->printer settings->properties->paper
          set a paper size, ideally something not used in the test doc, e.g. Executive
        b file->print->page layout and set pages per sheet to 4
          the auto selection for paper will be the first paper size in use, i.e.
          legal
        c flip to options and toggle "use only paper size from printer preferences"
          preview should reconfigure as "Executive"
        
        Change-Id: Ie224c252c2cb6c9ee21be5c54e470bca1c7eb0bb

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [62a68bbbe0acea471a04a702ca1372495fc7a2fb]

        add NUP preview stub to glade catalog
        
        Change-Id: Ic269107fd842950f881adc5a62783e55889cf742

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [71ebe4404b6e7c78a7d2e352f6af88d57209680a]

        Related: fdo#61186 always operate on printer settings paper format
        
        scenario 2: with attached test document
        
        a file->printer settings->properties->paper
          set a paper size, ideally something not used in the test doc, e.g. Executive
        b file->print->properties
          the paper size here should now still be what was selected in a and
          *not* what happened to be the current page format shown in the preview
          which is legal
        
        Change-Id: Ie2f440621201d309eb20a650122f9ff7bff441da

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [a9eab694d896426783c1826f4dfe3e2871043f84]

        No need to avoid liblangtag for the BUILD platform
        
        Change-Id: I45852dfa38d9162d0fb5fa608974dbc78fe5d2f3

2013-05-20  Tor Lillqvist  <tlillqvist@suse.com>  [026001cd5ac84bf5aa72e09ff6d7fa3a1bd08e7a]

        Avoid linker warning LNK4222
        
        These symbols should not be assigned an ordinal as they are always
        located by name, using GetProcAddress(), says MSDN.
        
        Change-Id: I46caf7da634b1379a5baf5de631571335c6134ca

2013-05-20  Tor Lillqvist  <tml@iki.fi>  [e273602acd7da369e425f310fb2869d6cb55492b]

        Revert "Use bundled jpeg for the BUILD platform when cross-compiling"
        
        Causes trouble in other cases, need to figure out a more specific fix for the
        problem I see.
        
        This reverts commit 737a580a3b96efa2e389d2e72546484af8d4d78f.

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [cf9078b54d3d436ad38cde254f426bd251b61b08]

        correct bugtracker ids
        
        Change-Id: I082857045bdca110c9eb07eb678c85e9a53687ad

2013-05-20  Caolán McNamara  <caolanm@redhat.com>  [e42886ca2e4b62904c1eb2f424d74699a615a61c]

        Updated core Project: dictionaries  09bd32f75110b15e6be8a7bfc116535cead5682b

2013-05-20  Armin Le Grand  <alg@apache.org>  [fc91501f9f0a24ccfa69c2b4baf070aac9e2d0f0]

        Resolves: #i121185# corrected handling of gradients in rotated metafiles
        
        (cherry picked from commit 498926039ce717631eda046b1aa256efd24dfdf6)
        
        Conflicts:
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        
        Change-Id: Ib1a96888d0990f6f9aa573e308736d40b694a613

2013-05-20  Armin Le Grand  <alg@apache.org>  [3df12741fa949d1b0e90d45aceeaa99679066b83]

        Resolves: #i116162# Forced DRAWMODE_WHITEFILL to DRAWMODE_BLACKFILL
        
        during line geometry processing to get line geometry rendered black (as
        intended) in b&w mode (e.g. print preview)
        
        (cherry picked from commit e3ec94e68f63e4e9fda829c9214f89dd5ffc4df2)
        
        Change-Id: I35fd6d26ac48bb478a8a3b9cd4f50ccd0e4468d0

2013-05-20  Thomas Arnhold  <thomas@arnhold.org>  [869b787deeda5b45d5b0732d1bf777c26abce51e]

        add a copy and paste note
        
        Change-Id: I8dcb9c71f5c72bda24d55a6f550208f30e42cb4f

2013-05-20  Matthias Freund  <matti_lx@yahoo.de>  [0c45b5548537cffddc3fbdd6b1c2b9a8a1bdbc4a]

        fdo#39468 Comment translation GER-ENG
        
        	modified:   sw/source/ui/vba/vbafield.cxx
        	modified:   sw/source/ui/wrtsh/wrtsh1.cxx
        
        Change-Id: I503a12e22d03b2b57a818701cdfbe4ecc94d89a1
        Reviewed-on: https://gerrit.libreoffice.org/3965
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-20  Noel Grandin  <noel@peralex.com>  [d702dd4396161f8e2e7396f5c24554088b752fcb]

        Java cleanup, AccessibilityTools..
        
        was using a global variable. Yuck.
        Fix it to use a local variable. Not perfect, but better.
        
        Change-Id: I27bbbb2ddc89402da53be7f19d2cd963b03b1a83

2013-05-20  Tomaž Vajngerl  <quikee@gmail.com>  [784e472aa24d2f2cb9c240b91af4a184c6fcb949]

        Math: Use shared_ptr in ElementsDockingWindow
        
        Change-Id: Id31765f0c2f47cd2ebe830a8b42a9397d6eeffae

2013-05-20  Marcos Paulo  <marcospdss.org@gmail.com>  [5ef0015704ca67a8f9ffd8f4ae207be355da7f3e]

        fdo#38838 Replacement of the String with OUString
        
        Change-Id: I1feaa0bee39868aedd768202b584cabc1010f4d6
        Reviewed-on: https://gerrit.libreoffice.org/3958
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-20  Ricardo Montania  <ricardo@linuxafundo.com.br>  [c9c2fbe485de2bb831bd2e58faef87a19ceff622]

        Drop String.AppendAscii in editeng
        
        Change-Id: I25df0e20e2da50e91139cefba74af2741e5fffb5
        Reviewed-on: https://gerrit.libreoffice.org/3923
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-20  Tomaž Vajngerl  <quikee@gmail.com>  [5861f62ee9a14a32c3a3eeb31487f74d6a79d0eb]

        Fix Warning/Errors in Math.
        
        Change-Id: I647f3ad174b59498605cf8a5ba12a7487cdec123

2013-05-20  Tomaž Vajngerl  <quikee@gmail.com>  [2d3baccf0249f8c68dcf8f9b0000453d0bc82d8f]

        Math: new rendered Elements docking window added
        
        Added a docking window with elements that are rendered using the
        math renderer insted of static pictures. Currently this is an
        alternative to the existing elements floating window which will
        be removed when the new one is ready. This is an initial but
        fully functional version.
        
        Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d

2013-05-19  Armin Le Grand  <alg@apache.org>  [c0b8dd85d4b49e8800e69e614c567ce272ac9780]

        Resolves: #i121128# added missing original data export for SVG...
        
        in XOutBitmap::WriteGraphic
        
        (cherry picked from commit 04f10de02296b9bff1e022daabf0b8ff59234e38)
        
        Conflicts:
        	svx/source/xoutdev/_xoutbmp.cxx
        
        Change-Id: I774557451c924d6e5b2beb22a83de0ce95a429f1

2013-05-19  Julien Nabet  <serval2412@yahoo.fr>  [96a7c619659ec153a8a9ad319c02c7182224801f]

        typo
        
        Change-Id: Ia0d96771a6ae97922b3ceedc1529829eb85d1fa2

2013-05-19  Armin Le Grand  <alg@apache.org>  [b9bea009ac27ffe822b43911a5c7a30d36c43c50]

        Related: #119885# Made EditMode work with text boxes...
        
        where text is reaching over the TextBox's bounds
        
        (cherry picked from commit fbbef010986ea359b5209e6d3884bdf4e4ac86a6)
        
        Conflicts:
        	editeng/source/editeng/impedit.cxx
        
        Change-Id: I00020a33faf86c8671259e71179932cddf54cfe1

2013-05-19  Armin Le Grand  <alg@apache.org>  [acccf7a13fd0f87e5aecdc7d5412726a76dba275]

        Resolves: #i119885# corrected AutoGrowHeight setting...
        
        when importing PPT text boxes
        
        (cherry picked from commit 887c740e39ec1d00366228aae49ef62087a6feb2)
        
        Change-Id: I27e6cd8c0d1f1a34fe0c17529451641e1de9953c

2013-05-19  Armin Le Grand  <alg@apache.org>  [38d02291f32d0f605a4046a96fd6c90abd935f6b]

        Related: #120642# streamlined a little bit
        
        (cherry picked from commit d33d09be15d01ae74a9b895e6c17cba63f1f84ed)
        
        Change-Id: I2646e27a017a37a517d1f82b281fa59794b635db

2013-05-19  Regina Henschel  <regina@apache.org>  [d3dde5d940d69d6b859fef3ff722e349d7d89c54]

        Resolves: #i120642# expand target to maximum edge not to diagonal
        
        (cherry picked from commit 2e1700bf4f7cf913c23d35f325a50d3aa25426cc)
        
        Change-Id: Ic27fb3b18f42667419765a6adca41e1df27561c2

2013-05-19  Thomas Arnhold  <thomas@arnhold.org>  [43c234b0481fe63b8c4823affad066c6362f5068]

        fix OUString conversion
        
        Both were CompareIgnoreCaseToAscii( "starsymbol", 10) which is
        startsWithIgnoreCaseAscii.
        
        Fixes 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10
        
        Change-Id: I21e2eb8c578b65d5f0e4181ed64af02ec480463e

2013-05-19  Thomas Arnhold  <thomas@arnhold.org>  [79e5615fa103a52ce41ed682b624c13fd9a9d1eb]

        fix OUString conversion
        
        Both were EqualsIgnoreCaseAscii before.
        
        Fixes 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 and
        754fee5d1b6adcc04b58a834c84568585afd728a.
        
        Thanks to Julien pointing this out :)
        
        Change-Id: I1a1983b642ca5b49a76f4e238a9eeb78e8234e9e

2013-05-19  Armin Le Grand  <alg@apache.org>  [5a6ed660ec74e445a827c7aa41e4793c64a46271]

        Resolves: #i120596# Optimized grid primitive
        
        added some tooling to basegfx
        
        (cherry picked from commit 97fa4faaa0b09724cf98dbf22390b283ba57b41c)
        
        Conflicts:
        	basegfx/inc/basegfx/numeric/ftools.hxx
        
        Change-Id: Ib15c43cf4d5b50605ec596dab498e3a678f3734a

2013-05-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d55b2e5ae0d4f1a05e1ce5b20a7b342d6ea8b1d]

        enable coretext by default on Mac
        
        use --disable-coretext explicitely to turn it off (and revert to ATSUI)
        
        Change-Id: I86685482a08cd62665a94eb6e241b59a217d0b52

2013-05-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [123c226af5b529e5b4fdb9d930eac089706049c5]

        build gallery does not work on Mac, disable it by default
        
        Change-Id: I94bf2aea81dfdeb5e70672092e89acc1e4ceabf7

2013-05-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [e84a04273b08bf4527155d348f2aebe840696b4e]

        WaE on mac osx build
        
        Change-Id: Ief28d2563b66754d00fdc09d6d68ea3a73aff22a

2013-05-19  Oliver-Rainer Wittmann  <orw@apache.org>  [b751e3915ef527c9af07b995c95fb353c3c81a42]

        some refactoring on <StgHeader>
        
        (cherry picked from commit 9c3ef4ee67c1d3f416c02b9db6d1adbc7ca6d549)
        
        Conflicts:
        	sot/source/sdstor/stgelem.cxx
        
        Change-Id: I3f826dc98af5ad5cee5c2566006ab405f0730c3c

2013-05-19  Armin Le Grand  <alg@apache.org>  [d0a956f1d80aaf4be6d19d339bd46addc8c16861]

        Resolves: #i119496# Correct flags AutoGrowWidth/Height for WordArt
        
        Patch by: SunYing
        Review by: Jianyuan Li, alg(cherry picked from commit 3048c821bb664f39c7b5e2533af4568fbcd22f73)
        
        Change-Id: Ib0ea2de7699e94bda81768e210ad7d921aefce48

2013-05-19  Armin Le Grand  <alg@apache.org>  [42b4dc4f8cad68ebd1386c5b8ea76ffaf59fdeb4]

        Related: #i120569# Corrected 3D object creations
        
        (cherry picked from commit 753dd9ee0c8101ce613cdc7e1a68141e0f8561d3)
        
        Change-Id: Ic7534a310b8d8c526b2639243c9d734e26b55560

2013-05-19  Armin Le Grand  <alg@apache.org>  [118a8ad8c6287e7a4cc81ec46504f6cdffdf826d]

        Resolves: #i120569# Enhanced 3D visualisation of line custom shapes
        
        (cherry picked from commit aa4649b8feb28c250cbbab65c749ae01524726fe)
        
        Conflicts:
        	svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx
        
        Change-Id: I642428e988e7bed9a5c1d2d2db0f95fe775f06cf

2013-05-19  Armin Le Grand  <alg@apache.org>  [8feb5a20b8d7c4c4484153215b2dd688a52cf50c]

        Resolves: #i119443# Import lines from ppt as one point connectors
        
        Patch by: Jianjuan Li
        Review by: alg
        
        (cherry picked from commit acd62709ad0d1d54764f00aabbd6c59ccb41a409)
        
        Change-Id: I1978444641d5f7c053dfae815096e7f2bacce15a

2013-05-19  Armin Le Grand  <alg@apache.org>  [abb6f47bd3941ec63a41a9b9fa4c7de620b5177d]

        Secured some places where PolyPolygons were created
        
        using a all-points count and a all-points array
        
        (cherry picked from commit 8ee49906f04106317997e9ca3bb890870816e274)
        
        Conflicts:
        	svtools/source/filter/wmf/enhwmf.cxx
        	svtools/source/filter/wmf/winwmf.cxx
        	tools/inc/tools/poly.hxx
        	tools/source/generic/poly2.cxx
        
        Change-Id: I57f7f08d8dd87c83c30ab2d16ca22b772b2bd834

2013-05-19  Armin Le Grand  <alg@apache.org>  [38109d24ab5261959b316b7dacc99521858f0749]

        Resolves: #i119703# Corrected bound rect for ms graphic object...
        
        export for grouped objects to reflect rotated sub-objects better
        
        (cherry picked from commit 6b30b279363793da14e320e7c0dc9bf8409da23c)
        
        Conflicts:
        	filter/source/msfilter/eschesdo.cxx
        
        Change-Id: I39289c271bc13b1edd5922f53db968312a345fad

2013-05-19  Caolán McNamara  <caolanm@redhat.com>  [da99d73abfefd704f40ad6bc46172e267407a5ab]

        WaE: 0x80000000 -> MIN_INT32
        
        Change-Id: Ifc892a5c0e436cce345a329bcef10b875eeb839f

2013-05-19  Sun Ying  <sunying@apache.org>  [73d23a54b8b930520788c891ddb12562198e94e8]

        #119881# fix the"RingInside" fontwork display incorrectly when open .ppt file
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li(cherry picked from commit 4904b17b657750e565e30d56810da513057fba39)

2013-05-19  Sun Ying  <sunying@apache.org>  [e820522037ff95818b9a40dfd77671f84c714cd5]

        Related: #120556# fix the "RingOutside" fontwork display incorrectly...
        
        when open .ppt file
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li
        
        (cherry picked from commit 3473dbf606f525d95b898a08072259018eb4056f)
        
        Conflicts:
        	svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
        
        Change-Id: I356bf0b5af720765e8ca60ae79bd04e449ff6e18

2013-05-19  Lei De Bin  <leidb@apache.org>  [b4d1fd3cca027ceecc1230e35c15b5363a591906]

        Related: #i119549# fix Position of drawing obj incorrect
        
        * when opening .doc in AOO, if the text direction of the whole document is vertical, the pos of the drawing obj will be wrong.
        Reported by: Lou Qing le
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin
        
         (cherry picked from commit 5c413ad6d8c2b2e16c19ff007e5315b383b73eb5)
        
        Conflicts:
        	sw/source/filter/ww8/ww8graf.cxx
        
        Change-Id: I8cfa32974662f89406e1688be0b3dec22e9b7045

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [7bcebc31ed3d6693d0d747bebab4b82bc7c2062c]

        java wizard FilterComponent: TODO annotations
        
        Change-Id: I43ce0793306815988e39ba0735abd68f2022eaea

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [48b29cd42ba10fbb3f7be697fd79a0984b4daa1b]

        flat db driver: reorganise OFlatTable
        
        Change-Id: I5d522abdffaf1aeb4ae0996d3a19acdcca474f95

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [72ced5a1e51435ecd4b0bba32d91f117a18a1eda]

        flat file db driver: clean up seekRow
        
        Change-Id: Ib9057944c120522230d5ed00cf5d152e5f0b4726

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [f2cf75d1886b031bbc058bb9399e91afff79a8f5]

        janitorial: spelling in comment
        
        Change-Id: I54854765c7ad88f1749d5ae7ad9203f6d29fa2b6

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [db6ab9f8f11107b7c09c3a5139ee4b3d4afd2f80]

        remove unused & suspicious method
        
        calls m_pTable->seekRow with m_nRowPos instead of m_nFilePos...
        
        Change-Id: Ibf9b4da3dffdd75402deb9e7a371a312e0464613

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [7ac4c9dcc928d040c5a446efc256aa392f4bee2c]

        DB wizards (java): use system locale, not UI language, for parsing matters
        
        Change-Id: Ieb00ef3b16cd6213c11298040b789444b3ee3a31

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [cd2f2e772ce37808b0922358bf2f22adff6d2ea1]

        make OSingleSelectQueryComposer use *system* parse context
        
        and pass it to the parser and PredicateInput constructors.
        This makes the whole story consistent; before system locale settings were already manually passed to parseNodeToPredicateStr, which led to some things being parsed as en_US and others as system locale.
        
        Change-Id: Ib9571b10d79183571e8ab3f79660b41594dc2d1c

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [6b946f228397c370e09f487c470bafd9d046eee5]

        fdo#47951 flat text table: update m_nRowPos when moving by bookmark
        
        Change-Id: Iac154020b4b6309f92b1f68fa5bf79611dfcc91b

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [dab009a4fcd2b558a055b917e5ff48bfb998689e]

        use safer/more explicit C++ casts
        
        Especially in debug mode.
        
        Change-Id: I431851bd46da0f46fdb5cfaa19c76cb139823fa8

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [9b9612f554bf8754ff911dec07253ffdddbcb216]

        janitorial: clean up comments
        
        Change-Id: Iaa146aad75acdceaeb6701b069f0a538904af298

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [4f214b2b42dafe059f5bb4601ab4cbfac5a6934e]

        connectivity::file::OResultSet remove totally unused data member
        
        Change-Id: I5c4b2d72b600c8ce9de070dc82bf489d66144342

2013-05-19  Lionel Elie Mamane  <lionel@mamane.lu>  [10e03ade8fc9ee78b99f4f24bf962d968ffee346]

        janitorial: typos in comments
        
        Change-Id: I6fbd522e796a8f1b6c13136f65bda11c19ffbda4

2013-05-19  Matthias Freund  <matti_lx@yahoo.de>  [89001143ea5aeecf8af1b62748431dc785369f44]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar/ (Part2)
        
        cleanups, translations and correction :-)
        
        Change-Id: I2eccf057fecf6151c4604656464f3d8d1f6a7788
        Reviewed-on: https://gerrit.libreoffice.org/3924
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-19  Christian M. Heller  <christian.heller63@gmail.com>  [791b4eedfba1e913037d88a3c185dc01c9ea24be]

        fdo#39468 Translate German comments - graphicfilter
        
        Change-Id: I4e64c2d9ca8d85251a4cde5d3ab68f0956a4f0d1
        Reviewed-on: https://gerrit.libreoffice.org/3955
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-19  Thomas Arnhold  <thomas@arnhold.org>  [754fee5d1b6adcc04b58a834c84568585afd728a]

        don't check the same twice
        
        Change-Id: Ic97f8066e88d7e05abd20d4978533ab91dd7c1ed

2013-05-19  ricardobotto  <andarilho.botto@gmail.com>  [3384f229a4a3812f57bd8864e9c916e6443a4899]

        Changed compareTo to startsWith
        
        Change-Id: Ia72e220f29c26bdf789bd3f1102b850aafcf525d
        Reviewed-on: https://gerrit.libreoffice.org/3956
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-18  Jianyuan Li  <lijiany@apache.org>  [977118753c3b4a05701866586136b78a669925c7]

        Resolves: #i119570# fix chaotically grouped object when imported
        
        Reported by: Du Jing
        Patch by: Jianyuan Li
        Review by: SunYing
        
        (cherry picked from commit cbdcdbffea20596ab0547fab57e601a9633fe2b8)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I8a6e87a949d1fe10b2e6c6c9a2a7be0da843eb5d

2013-05-18  Caolán McNamara  <caolanm@redhat.com>  [87ee9a16b8993d4bc07292326ddfd4f8277bcd26]

        set some bug id prefixes to indicate which tracker they are from
        
        Change-Id: I5df2dd44a0612da893b1afe08d0c7a9ea71f3905

2013-05-18  Armin Le Grand  <alg@apache.org>  [eb8971e5fe52bcb80eff56846182ac30c261e111]

        Resolves: #i120437# Connector corrections in groups and PPT imports
        
        (cherry picked from commit b26e298d31cad25c326041287acb6544efac21c6)
        
        Conflicts:
        	svx/source/svdraw/svdoedge.cxx
        
        Change-Id: Id4bed1c85bccdae878872557fd3e625d772228ff

2013-05-18  Armin Le Grand  <alg@apache.org>  [7d2c9ac5c12232c15d21ee83387c31847553de80]

        i121972 Use svg rx/ry/cx/cy defines in draw:ellipse when used(cherry picked from commit 19abb8de7e218ba08b2fa79c0379844303da328a)

2013-05-18  Armin Le Grand  <alg@apache.org>  [14589274cd9999dd3f9ef844cc1aff20e106a977]

        #121090# corrceted point reduction on svg:d export to only happen when polygon is closed(cherry picked from commit 6e114c242bb21950fd8ea01885c2269744d0fc6f)

2013-05-18  Armin Le Grand  <alg@apache.org>  [f9da1991ed0cf5936797d92f004462dbe93f1be7]

        i121965 Take draw:transform into account for draw:connector shapes
        
        (cherry picked from commit 7b3f5521bd3c400cd9e08b745176b4ce40885011)
        
        Conflicts:
        	xmloff/source/draw/ximpshap.cxx
        
        Change-Id: I973627f85ce6463c863863d6c180cb4c2cab86d0

2013-05-18  Armin Le Grand  <alg@apache.org>  [042717e05e2fea96e1e892b715f98dc00e7a881c]

        Resolves: #i116244# need to reset rotation...
        
        This reverts commit f47ed987388e4df58ba74b9aca574a7d1fba396a.
        
        update layout tests
        
        Change-Id: I8a9daaa78acc98bf497241ebce856d5798b187f5

2013-05-18  Rene Engelhard  <rene@debian.org>  [1f2555426a56b639ff430bf60fc4bd06d647ebaf]

        fix InstallModule_gnome.mk again, readd file_gnome
        
        Change-Id: I2181322078055dd211e74cf5138ca4be691ef2d7

2013-05-18  Caolán McNamara  <caolanm@redhat.com>  [f47ed987388e4df58ba74b9aca574a7d1fba396a]

        Revert "Resolves: #i116244# need to reset rotation..."
        
        This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.

2013-05-18  Armin Le Grand  <alg@apache.org>  [569dfd22e09e954654f4a383da9d0ac7dad33737]

        Resolves: #i119755# A new custom shape ellipse ribbon is added and used
        
        Patch by: Jianyuan Li
        Review by: alg
        
        (cherry picked from commit 462656d2f30fade52e38094dcc2392f75b28ef79)
        
        Conflicts:
        	svx/inc/svx/EnhancedCustomShape2d.hxx
        	svx/inc/svx/EnhancedCustomShapeGeometry.hxx
        	svx/source/customshapes/EnhancedCustomShape2d.cxx
        
        Change-Id: Ifd1fdf1b79db8229b52db43b3c30f109a9930988

2013-05-18  Armin Le Grand  <alg@apache.org>  [20dee85b6390ef3edc5434889523cd9fd0137bae]

        Resolves: #i116244# need to reset rotation...
        
        when a polygon object in construction becomes more than a simple line
        
        (cherry picked from commit 0c170376f7e1896455f439237055e39df020e7ae)
        
        Change-Id: Ic3b3676b8932b40b1d0206220503cbcdea7385cd

2013-05-18  Armin Le Grand  <alg@apache.org>  [196ec14db1d4f39e25c83517cc7bad4d78ee6572]

        Resolves: #i118267# Add undo actions for adapted arrowhead sizes...
        
        when linewidth is changed
        
        (cherry picked from commit 8e63413dbf514303095790630a2d77d854c3da95)
        
        Change-Id: I538805726ca29e3cdb05dc32577b91b7157d0e0f

2013-05-18  Ariel Constenla-Haile  <arielch@apache.org>  [c0b455a664bae6047992a98e3c991b8b5dc84736]

        Clearer javaldx message
        
        (cherry picked from commit fdebe4193ae0f3f8a8281dfc0a2f053e578cf1b9)
        
        Conflicts:
        	jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
        
        Change-Id: I4c26c704ce85a273d7022260bb721e295041c260

2013-05-18  Ariel Constenla-Haile  <arielch@apache.org>  [852bf3ad922ab8e5dfd8da2f5861b8b30d6c5782]

        Resolves: #i120571# Enhancements in "Save/Load Keyboard Config" dialog
        
        (cherry picked from commit fe75dbb733e6b25da8233d4a1dc12a8288e1b608)
        
        Conflicts:
        	cui/source/customize/acccfg.cxx
        
        Change-Id: I967ed2b4b7b3c9dfeebf07af544216afc8bead8d

2013-05-18  Ariel Constenla-Haile  <arielch@apache.org>  [74970948bbd410278964bd02cb5741c6c87eb30d]

        Resolves: #i120300# Add new property "ShowContentTips"...
        
        in com.sun.star.text.ViewSettings
        
        (cherry picked from commit 8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5)
        
        Conflicts:
        	offapi/com/sun/star/text/ViewSettings.idl
        	officecfg/registry/schema/org/openoffice/Office/Writer.xcs
        	sfx2/source/appl/newhelp.cxx
        	sw/source/ui/docvw/edtwin2.cxx
        	sw/source/ui/uno/unomod.cxx
        
        Change-Id: Ia03bea5c7a81efbf1f3f40e8299168887140fe40

2013-05-18  Rene Engelhard  <rene@debian.org>  [23dadfa9d3770c346d49b9d0941766abf3d96e67]

        fix scp2/InstallModule_gnome.mk: s/file/module/
        
        Change-Id: I626525a2d063bdefd74d06a5e02cc8ca1dc8ac03

2013-05-18  Caolán McNamara  <caolanm@redhat.com>  [5ade04867f280b18dfbfb7e60568ed58b32d6bbc]

        Resolves: #i87883# add a PrinterServer.idl and fix impl
        
        Change-Id: Id351109616737f916d7f4c2715347daa23367281

2013-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [01d839f257056ed2fb6a79fed3f1d33fdbd76b6e]

        sal_Bool to bool
        
        Change-Id: I5bc7eba1ba17162916c016218b8e5f43627ce047

2013-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [e8ad612bf813579f7a3bd4ed32c719ee01c6ce2e]

        Keep the functions local
        
        Change-Id: I7d56a72b8c22ce5e4c664b5ccf45aa984b9df88b

2013-05-18  Ariel Constenla-Haile  <arielch@apache.org>  [13adadee52c71a1b7db95f36e34a8c622ab1179e]

        Resolves: #ii120149# Flash changes on slot execution to reflect AutoUpdate
        
        (cherry picked from commit b73c741c4f792c71623127fdc711dc3f38603083)
        
        Conflicts:
        	starmath/source/edit.cxx
        
        Change-Id: Ie073deabb1a48f3479a9c6bbf89d1e40f5cea663

2013-05-18  Rene Engelhard  <rene@debian.org>  [90af7007b77f9cd0fcbc9b49350b20d2a5cb6cf4]

        s/lib/Lib/
        
        Change-Id: Ic407ce886b1a857cb480f09ec4ef13ba3809338a

2013-05-18  Rene Engelhard  <rene@debian.org>  [004881330da6b61bcfb2ee6377e9f2a962e54f47]

        Revert "remove auto_Gnome_lib_ALL from module_gnome.scp"
        
        .. now that it isn't empty anymore to actually install the GNOME
        stuff.
        
        This reverts commit bbd0c8eb921114d3a313284ccdc05d5de1fd995b.
        
        Change-Id: Ifa824f14c17fc5456e2aaebf2034282c40cd9c2d

2013-05-18  Thorsten Behrens  <tbehrens@suse.com>  [8230290c98f9fd77c933e350ca6c861566fefec6]

        Add unit test for xml:id loading.
        
        Guard against xml:id load breakage, that cause fdo#64512 and
        fdo#60075. Both connector shape and animation references need it
        to work.
        
        Change-Id: I7883d1d27eae02f605c83217a2e1b83934b31483

2013-05-18  Pedro Giffuni  <pfg@apache.org>  [cb5000280e292042f36b07f2484026a4382899f9]

        Add Oracle as a Java vendor for Solaris.
        
        Conflicts:
        	jvmfwk/distributions/OpenOfficeorg/javavendors_unx.xml
        
        Change-Id: Ifaa60fafb0db62ed60ba4080b6bb3713d8d9e3be

2013-05-18  Khaled Hosny  <khaledhosny@eglug.org>  [e4088a68aa3d69da60f5a1e93c06ca8be3ff764f]

        Drop unused mpGlyphPositions array
        
        Change-Id: I858832a41ef140fa9916e05548edf2df6b0af451

2013-05-18  Khaled Hosny  <khaledhosny@eglug.org>  [81ec93f8448d32933e2697613449baf573b63e42]

        Simplify Core Text drawing
        
        No need to keep a fonts array around; we don’t modify the glyph array in
        anyway so we can just query the CTLine directly.
        
        Change-Id: I24fd49b8fcc8391de7fe132db60bc81bc9941a81

2013-05-18  Khaled Hosny  <khaledhosny@eglug.org>  [d1bd0cbb41f6377607a1c18589eb5e24b16988ed]

        Remove unused variable
        
        isVerticalRun is not used anywhere, remove for now.
        
        Change-Id: I29a9650e3031dc1faaacd13f4aa9fefe661edaa7

2013-05-18  Khaled Hosny  <khaledhosny@eglug.org>  [455e21727572d6ac123781be292053cf13c68237]

        Fix Core Text GetCaretPositions()
        
        The secondary caret is a special caret that is inserted when the text
        changes its direction e.g. between an RTL and LTR segments, not
        whatever who wrote this code thought it is.
        
        This should now be more or less the same as ATSUI version (for better or
        worse), though it probably makes no difference anyway since
        GetCaretPositions(), despite its name, is *not* used for determining
        caret positions but only for drawing mnemonic underlines, and we don’t
        draw any menus by ourselves on Mac.
        
        While at it, adopt variable naming used in the rest of the code (not the
        spacing, though. Why any sane person would want no space before opening
        parenthesis and space after it!).
        
        Change-Id: I3e8d1db33c899d0c69f65b57f0a52d10cbed1025

2013-05-17  Michael Stahl  <mstahl@redhat.com>  [0ac4451161f404665f35d2b3c82a507f8238bb14]

        Updated core Project: help  7cbed0ad307c87de550f032046a39375979efe76

2013-05-17  Caolán McNamara  <caolanm@redhat.com>  [affe3c57ada0a436ffa1ce1adeae96914977966a]

        I can see no use anywhere of OverridePageSize
        
        Change-Id: If922b5a21babd120262436b66cd01098341fa92b

2013-05-17  Noel Power  <noel.power@suse.com>  [81b0155096fc369feae3fe33fc8cf09c2ed3de01]

        fix missing xlsx import formula dependecy startlisten on formula array cells
        
        Formula arrays in xlsx documents don't change ( when depenant cells change ) this is
        because of some performace hacks that prevent wide-scale startlisten calls
        ( e.g. inhibited because filter calls SetInsertingFromOtherDoc(true) ) Instead
        of enabling that stuff again some we do some manual dependecy setting
        
        Change-Id: I994d0ec505339201f6f78229963de45f10437212

2013-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [67ba9fdb2c298cbc62e64b9768355a8bf8c5b098]

        Fix build
        
        Change-Id: I39f8160311ab24f8bdd680b87a407ba69a4e51e3

2013-05-17  Eike Rathke  <erack@redhat.com>  [3126793480c8c8759a991ff7f516ad7bf69d4ac8]

        added documentation about non-normalized invalid dates
        
        Change-Id: I88a95d8fac8af9085d41cf1b13c8ff3ee7abb141

2013-05-17  Petr Mladek  <pmladek@suse.cz>  [8550935cb17ccc07e4928613a43d15797f4fe5de]

        several fixes of Linux desktop integration after gbuildisation (fdo#64707)
        
        - $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined
          by another VAR.bla variables
        - add missing '-' to the iconprefix
        - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name
          and version is added later by the installer in instsetto_native
        - use correct .po file for the translations
        - deliver the localized and corrected desktop files
        
        Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46

2013-05-17  Petr Mladek  <pmladek@suse.cz>  [4ed380d62abe283940dced63e0ad29f6f766545f]

        bin obsolete suse and madriva desktop integration packages
        
        The freedesktop solution has been supported by the Linux desktops
        for many years. It should be enough these days. At least the
        SUSE desktop integration has not been needed since about 2009.
        
        Change-Id: Ib5048bd062802f6e70403e81433ea68ca9dff177

2013-05-17  Eike Rathke  <erack@redhat.com>  [8232eaf93f7f2837d049175a521ef05d68b12214]

        ImplDateIncrementYear: handle February 29
        
        Change-Id: I1120950f1161e51591701368229844f6a5344eeb

2013-05-17  anuragkanungo  <anuragkanungo@gmail.com>  [eea4a30a4332b92b5534d3d3dc0e6152108ed670]

        fdo#37222 and possibly fdo#37219
        
        Added an checkbox option "View PDF after Export"  in Export as Pdf  Dialog Box .
        
        If a user ticks the checkbox , pdf file will be opened after export
        else only export will be done .
        
        Goto File > Export as PDF >> Tick the checkbox "View PDF after Export "
        to observe changes .
        
        There is a lot of space in between last checkbox and this ViewPDF checkbox , because if we
        open impress and check export as pdf , there are more options in the dialog.
        
        If user export PDF and check view PDF after export, the PDF file is added to recent documents of the OS . ( tested on opensuse)
        
        It will require make dev-install to work properly .
        
        Change-Id: I76611c0e3382e27289d648942a98b092edc430ae
        Reviewed-on: https://gerrit.libreoffice.org/3948
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-17  Isamu Mogi  <saturday6c@gmail.com>  [d68243cd663e55418831a157615ea588848804bb]

        Fix warnings by shadowing variables in boost/logic/tribool.hpp
        
        Change-Id: I7d85cdb5e32802ddfd83a350f3daa49348bc18a6
        Reviewed-on: https://gerrit.libreoffice.org/3935
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8fc9351f555cecdbb45dbf2752fea0efcaa6e0cd]

        We are here already in non MACOSX branch
        
        Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed

2013-05-17  Eike Rathke  <erack@redhat.com>  [59d6bde4045e928b5d68fb23e3340fa0e48f3e33]

        obtain days in month from non-normalized date, fdo#63805 related
        
        Change-Id: I05cefb96d7d6290ff7e1a89fa88b21da7a6c82a2

2013-05-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [33e0e0d843cd9ad0b7e698f9a3273af1ba78aa8c]

        fdo#60924: autoinstall gnome libraries
        
        Change-Id: I0fd872d15a0c938d32aac185c3c00c5fb14a091a
        Reviewed-on: https://gerrit.libreoffice.org/3813
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-17  Caolán McNamara  <caolanm@redhat.com>  [7a5bfde13afd98f1a8e110a96a636119da2ad911]

        Related: fdo#61186 ensure printer settings paper format is not clobbered
        
        scenario 1: with attached test document
        
        a file->printer settings->properties->paper
          set a paper size, ideally something not used in the test doc, e.g. Executive
        b file->print->print
        c file->printer settings->properties->paper
          the paper size here should now still be what was selected in a and
          *not* what happened to be the last page format used in the document
          which is letter
        
        Change-Id: I66be32e2d03381dc2103479f1be46669a342a2ab

2013-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6389bf38961d84fd3e1c8fbdc78040e1b1be3ba9]

        Silence a bit libcdr build
        
        Change-Id: I9bae7d0ea71072168ba53d7376e816bcd05722fa

2013-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c3ad94c70f98f5062bf96a6f1339992b7ec2bd1]

        Make libcdr build a little bit less verbose
        
        Change-Id: I8e70cd72e8c7934b2a04fbe6b9ed5f662c494960

2013-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0f28a2a5e29499b62074dad4442fafa57858677d]

        Uploading new libcdr 0.0.14
        
        Change-Id: Ifb3f8a7b0e40ee8b33fab4dded3f75f040e75f72

2013-05-17  Michael Stahl  <mstahl@redhat.com>  [fc63700181ab0f42eab5f98328074fe1682344f8]

        fdo#57079: SvxSuperContourDlg: unregister configuration listener
        
        ... in destructor.  Otherwise it will access freed memory when
        eventually called.  This crashes since OOo 3.2 but no idea why it would
        appear to not crash in earlier versions.
        
        Change-Id: Ie3ab7ddf19fb1086f0b7d824555ab6b063e2b9ad

2013-05-17  Michael Stahl  <mstahl@redhat.com>  [71f990d286c603b3bf220c8d93af69f04a45dd7a]

        fdo#62965: fix crash in Edit Contour dialog
        
        The pObjList is 0, so use pObj's GetModel() which should be the same.
        (regression from 115054fef08998c56cba8f14472df1d15007f635)
        
        Change-Id: Ib20e1806518f7b3b33d3fb4472d79d531ea9f1de

2013-05-17  Eike Rathke  <erack@redhat.com>  [cd9d1bdf5e3351c929d5b651c009ee17b4d962c4]

        resolved fdo#63805 max day of month of the intended month
        
        Since 6619955e72c1c2f29a32e82478d19147c0d7610a Date::GetDaysInMonth()
        operates on the normalized value that corresponds to the actual values
        set at the Date instance, obtain and set number of days for the intended
        month instead of using the rolled-over date.
        
        Change-Id: Ia6b007675104f8e134b278f216c3bb48b72f061c

2013-05-17  Caolán McNamara  <caolanm@redhat.com>  [5573ee341b1fc38d26fcfabffbfb23eb3cadea68]

        unknown printer metrics property results in empty settings.xml
        
        regression since 0fd4d12c6233da2ac1936cd89838b006ffec5192
        
        Change-Id: I894fe80f6c531af5c335dc1f3ba1c0ffaca1e07f

2013-05-17  Caolán McNamara  <caolanm@redhat.com>  [539f4074dd37f3ba3abe8db3cbe379b9926b4618]

        add some borders
        
        Change-Id: I54660a200b76fbc9e7fc2ad1d7a595b8f8eb8b6a

2013-05-17  Tor Lillqvist  <tml@iki.fi>  [f74e390ef2a6edd64ed976f169d56864e2c125ac]

        Let's assume nobody needs the sbase, scalc etc scripts on OS X
        
        It's always possible to run the soffice executable from the same
        location with a --base, --calc etc command-line option instead.
        
        (That is not the normal way for Mac users to open an empty document
        for the specific aspect of LibreOffice (Calc, Writer, etc) either.
        Instead, the usual way (says cloph) is to keep a corresponding
        template document in the Dock and click that.)
        
        Change-Id: Iceea270c03a63f674e7dfdfa95117cb3bdd15184
        Reviewed-on: https://gerrit.libreoffice.org/3930
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-17  Tor Lillqvist  <tml@iki.fi>  [2bd3123174269a46898ddb08e24946c6407582c4]

        No need for the soffice.bin identical copy of soffice on OS X
        
        Change-Id: I1e133fb53e58da4ad5e3eb02163eb6082d895b15
        Reviewed-on: https://gerrit.libreoffice.org/3931
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-17  Tor Lillqvist  <tlillqvist@suse.com>  [8186a4a1e478f5f869443d2c34d06877433e444c]

        Check for ODK in BUILD_TYPE
        
        Change-Id: Ia3c5cf74dc88dbb741ea1eac7bbdf0b41617ded9

2013-05-17  Noel Power  <noel.power@suse.com>  [0c5320a63894919bf8dbb424b9ea52836034efde]

        Revert "fdo#63878 fix the zoom problem when the sheet are RTL"
        
        This reverts commit 9411d4d56374a55777019d58c1e7f45767662707.

2013-05-17  Tor Lillqvist  <tml@iki.fi>  [737a580a3b96efa2e389d2e72546484af8d4d78f]

        Use bundled jpeg for the BUILD platform when cross-compiling
        
        Should fix the cross-compiling tinderboxes running on Debian at least.
        
        Change-Id: I4fad1beb1a380c69fd1c9461bbf3f4f125df69ee

2013-05-17  Stephan Bergmann  <sbergman@redhat.com>  [7f17b33acc8c3076f0696542795a1ca74ee2d671]

        Fix icu library paths for Mac OS X
        
        There already was a patch to use @executable_path (which is wrong, consider e.g.
        when such libs are loaded into the URE uno executable), so fix it to use
        @_..._OOO instead (and no need to set --prefix), and pass the resulting libs
        through macosx-change-install-names.
        
        Change-Id: I2eb1801b64de81ac2b2844f893c9149fc78c3aa9

2013-05-17  Eike Rathke  <erack@redhat.com>  [93ceaadd6e40c458385471445e644f82815d9249]

        no number format mumbo-jumbo needed on empty format string
        
        For every cell with CSS class attribute we tried to obtain the number format
        from the number formatter and if not found tried to create it, even for empty
        strings (no mso-number-format attribute present) which are never number
        formats. Skip that.

2013-05-17  Michael Stahl  <mstahl@redhat.com>  [38b06c661559e6eca60e2c4a4a3637b8293307b2]

        fdo#60967: re-enable deletion of paragraph following table
        
        This was actually a documented feature, so removing it just because it
        only happened to work sometimes by accident was a bad idea :)
        
        (regression from f4b6c94c68b5f67b931cde8d0acda6ec8b288bb)
        
        So implement this in a less accidental way, so that Ctrl+Shift+Del
        at the last position inside a table will delete the following paragraph.
        
        Do not implement the weird "only delete first sentence and merge rest of
        paragraph into cell" behavior, because i don't think it makes sense;
        much better to just delete the whole paragraph, that is also the most
        likely use-case for this (with table in frame/header/footer).
        
        Change-Id: Ia88b3c8958798fd9c64ee75b56c61d787079133e

2013-05-16  Eike Rathke  <erack@redhat.com>  [bb7360ca9929e9b395b3c903f460c9ed5efdce4d]

        resolved fdo#56772 keep track of HTML ON/OFF tokens
        
        Regression introduced with 11cbcb8b08b540b144a5df744e9fba0b6ba8144a
        followed by 56d6589368c2e88cffec0c2e518f7c90863eeae6
        
        Deep from svtools/source/svhtml/parhtml.cxx HTMLParser::_GetNextToken()
        only a HTML_TABLEDATA_OFF was generated for <td .../> without a matching
        HTML_TABLEDATA_ON (actually same for all <XXX/> ON/OFF tokens). This
        confuses a state machine that doesn't keep track of such unexpected
        closures and also expects all attributes of an element at an ON token.
        Only the parser knows this is actually one token but needs to generate
        separate ON/OFF tokens.
        
        These bugs mentioned in the original code and commits are still fixed
        with this change:
        https://bugs.freedesktop.org/show_bug.cgi?id=34666
        https://bugs.freedesktop.org/show_bug.cgi?id=36080
        https://bugs.freedesktop.org/show_bug.cgi?id=36390
        
        Change-Id: I2b3190d297a35ee3dfda95f9a4841f7c53ed4a92

2013-05-16  Julien Nabet  <serval2412@yahoo.fr>  [96c2986dd46d963dae1c3b9fa3a8f2ebf05e8f65]

        Quiet cppcheck
        
        Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362

2013-05-16  Stephan Bergmann  <sbergman@redhat.com>  [b281ffde21c44578f110531e469a8c0f02cdd958]

        Make sure macosx-change-install-names fails if otool -L fails
        
        Change-Id: Ic3d3abc5404446ca378fda9ccfc12d741a560594

2013-05-16  Stephan Bergmann  <sbergman@redhat.com>  [5b89d4c7fb1c3dd3a4af42380eb8de92d60a102e]

        fdo#58978 Typo
        
        ...leading to macosx-change-install-names not doing its work, and librdf
        referencing libraptor and librasqal with bogus paths on Mac OS X, and thus
        cannot be dlopen'ed.
        
        Change-Id: I187ce9a0ddc453157bf8666df4d385a07a8762f7

2013-05-16  Armin Le Grand  <alg@apache.org>  [e52f636aa44615b180bf799b2d664de9244c3138]

        assertion removed: allow BitmapEx constructors with empty Mask or AlphaMask
        
        (cherry picked from commit c66db94a90efe954691da4ac6bb1ce82ff99e22f)
        
        Change-Id: Ifd4c734fee97d7b8f904a1f32c1367a13dde92b2
        
        assertion corrected: BitmapEx constructors with Mask or AlphaMask...
        
        needed more checks
        
        (cherry picked from commit 560ab48c4b4453ffdd316d8db5dbda111f08650c)
        
        Change-Id: Ib6d41bf3349ee89458e06c632342bff43d7a233c

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [2df3ff140e5f803c3bb22fd621045e416c84c587]

        replace %s in printer settings dialog with printername
        
        Change-Id: I9594d929316b917b47b40324e3e6666043ddc1fe

2013-05-16  Miklos Vajna  <vmiklos@suse.cz>  [3d1297419fa4f5d6ce6b07ee61594db1e9bdf038]

        readio group -> radio group
        
        Change-Id: I3a849fddeb977f4184a69af7fa35c452cf39472a

2013-05-16  Miklos Vajna  <vmiklos@suse.cz>  [d0edc4e4c3709a3d0300e0b2b035e10493f583f9]

        bnc#779630 DOCX import: improve w:sdt size guessing
        
        The problem was that when border was enabled (and the importer leaves it
        unchanged, and it's on by default), there was not enough space for the
        text.
        
        Change-Id: I3ce770eb523389bcf7c5e83d4e76155e2c45de6d

2013-05-16  Andras Timar  <atimar@suse.com>  [e601660b89768dc01d0ef73ec3e6579d26b30f96]

        fdo#64652 remove length restriction of Replace edit box
        
        Change-Id: Ib35a6c2968c4633b565aaf47bb5358f15890083f
        Reviewed-on: https://gerrit.libreoffice.org/3920
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-16  Jian Fang Zhang  <zhangjf@apache.org>  [3d8a7a435c2e97a02ccca30352a71e68ab112dfc]

        Resolves: #i120675# the certificate store handles need to be closed
        
        after closing the document
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit 33d9584bb6d285de1d935bf23adbb2c7666656f4)
        
        Change-Id: I131a17276f33059eb944fc34272c50f838b6973f

2013-05-16  Jian Fang Zhang  <zhangjf@apache.org>  [31d898853e6898227c3416db0107285e2590d297]

        Resolves: #i120735# free the para object or editengine object...
        
        attached to textfield object explicitly
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit e2005137e019864578196d06be8ef63aa32a4e96)
        
        Change-Id: I5b7f240d0131017dc9fc35e6e1d14c553de8eacf

2013-05-16  Andre Fischer  <af@apache.org>  [60169637833bf39f646162ef156347eec4b5da39]

        Resolves: #i120764# Reduce grid size for snake wipe transition to 8*8.
        
        Patch by: Wang Zhe
        Review by: Andre Fischer
        (cherry picked from commit 2de9df3bc309f480c68a970b3353b718ca4e9c68)
        
        Change-Id: I33b5d9975d52492d296e77b191ae1a394c8443a0

2013-05-16  Miklos Vajna  <vmiklos@suse.cz>  [aa741ec6fa269cd64e7a40aa1e323d39db8183cc]

        sw/qa: add a README
        
        Change-Id: I4a318274f4b4175af1d4108484670eef9af9684c

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [7689697566016c43a9f633c7383232d152476c0e]

        WaE: unused functions
        
        Change-Id: I45ae680a89848f32e045a0d3252fe6624decbde7

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [58e72f3a8eb63edc84cfb6141b1e87c436824a14]

        Updated core Project: help  6e411048d9eb0628a54cfb23647a181efe85cd92

2013-05-16  Eike Rathke  <erack@redhat.com>  [5e9fe0ff4dfaec04ad821c4347fd8adcb5dfcb5a]

        some details
        
        Change-Id: I22b7bef8106dc52a5f1d393805021318ea3d9f07

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [cdc87e5f32056da77749304f3148f1c842a958d0]

        configure: tweak the jpeg error messages a bit
        
        Apparently libjpeg-turbo (used on Fedora) has a bunch of emulation
        modes for jpeg-6/jpeg-7/jpeg-8 compatibility, and the jpeg-6 one
        supports JERR_BAD_CROP_SPEC too, which was added to libjpeg in jpeg-7.
        
        Change-Id: I5ca4deb3ea059996cf72e0e92fc80bd11fc6979a

2013-05-16  Stephan Bergmann  <sbergman@redhat.com>  [a1dff2901e9b6f70ea87df5e76825367b38ceaf4]

        Support for annotations in the new UNOIDL format
        
        ...used for now to transport @deprecated information.
        
        Also, improve Idx-String (formerly Idx-Name, but also used for UTF-8 annotations
        now) format, using the 0x80000000 for the indirection rather than the base case.
        (And the README erroneously used "Offset of" Idx-String all over the place.)
        
        Change-Id: I7003b1558ab536a11a9af308f9b16a7ef8840792

2013-05-16  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [08662568a590bfb20849fce077d8b5aff8b99b57]

        fix for fdo#53031
        
        Change-Id: I137f2446d08b7b536ded26676132e63489e26e48
        Reviewed-on: https://gerrit.libreoffice.org/3914
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-16  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [fbdfd76d357ef82cacafdf12228b0025374fbc20]

        configure: check libjpeg having JERR_BAD_CROP_SPEC defined
        
        b5a9cc71 introduced the use of JERR_BAD_CROP_SPEC which is not
        available in Ubuntu 11.10 version of libjpeg62. So better
        catch this at configure time.
        
        Change-Id: I19e4287b0c1a9ddc0baaa70ab61364f99571682c
        Reviewed-on: https://gerrit.libreoffice.org/3796
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-05-16  Noel Grandin  <noel@peralex.com>  [0fd4d12c6233da2ac1936cd89838b006ffec5192]

        Remove code associated with psprint::CompatMetricOverride service
        
        We don't actually have any implementations of this service.
        
        This service was introduced by
           commit 01cf481111436df2cc3f01d1c57cc4348fc037ef
           Author: Kurt Zenker <kz@openoffice.org>
           Date:   Wed Jun 20 09:07:44 2007 +0000
               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
        
        Michael Stahl seems to think it was a Sun-internal hack introduced
        for a specific customer.
        
        Change-Id: I1b27778f827504c2adb0e27e8d7c0f0dedcaf940
        Reviewed-on: https://gerrit.libreoffice.org/3824
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [859f28865c9761a3ea8608ef919fce1ff4037ac4]

        make nospace edit not allow space in numbers only mode
        
        Change-Id: Ie20dacb14b89d872045e58c84d4bf7804f4bee35

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [545e810da6758f78de45a00374877bd091dc051f]

        convert proxy page to .ui
        
        Change-Id: I61db7bf0def96209a85656128188f85899b72292

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [b1415411a1f0f3ad5ad4c0f7b2600fb5ba1e6f82]

        turns out the socks options don't exist either
        
        Change-Id: Ib762aa6b98b5fcc72b4677aa52053a04cd264a73

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [8ba847daf0c6dc4ce0100e4623b5b7b6c1d91ba7]

        sFromBrowser is unused
        
        Change-Id: I00d2b1f25f393c6d3835a39a4b4579e66b622838

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [859406009481fc3a42d027608ca685fcd90537ff]

        drop unused dns entries from proxy dialog desc
        
        Change-Id: I98d240c3334358a5c2ec3b34e9967ebe945464f8

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [3cf4fffee796a7ee810bb9575b65f381d1e2a8a2]

        SvxCheckListBox is in svxcore, not svx
        
        Change-Id: I2dbf51bbdd1cca6c934622066ac5da2c480effa8

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [28ca8eeee8898c5cd3730ebfcbbf303b68d25150]

        Resolves: #i117782# convert calculate page to .ui format
        
        Change-Id: Iab0028ad1bfd8a841a3cf87aadbe0dc9d9ad830e

2013-05-16  Caolán McNamara  <caolanm@redhat.com>  [35f846ffea29943729de98ae8d50adf4d82c4aa0]

        tidy up some of the options panes
        
        Change-Id: Iad307aedc68f0f515e38949ee36f3fdf1fd0b32a

2013-05-16  Noel Power  <noel.power@suse.com>  [360e017a7b58cc2c52ee13bca2836040396eabe0]

        partial fix for bnc#819865
        
        Imported column widths were wrong because we were iterating
        over the wrong column ( due to a typo I guess ) nStartCol -> nCol
        
        Change-Id: I0504bca597eb313c2c28d1a26ca03eec41ebbc34

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [32e716528560c22c8ec881ed88fd7a99a27c9efd]

        Entries for symlinks in the Python framework seem unnecessary now
        
        Change-Id: I63e0ceb42db5c561cafaae160259ee7f2658552c

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [6166282edeb1a5c44d34d4824eab1f82b6e7b15a]

        Handle symlinks separately
        
        Change-Id: Ie94a16baaae9d942675d06dda9444b502e6a08dd

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [c2aac3b42e7122569770377091be502939fc9a26]

        Accept also symlinks: check for existence only
        
        Change-Id: I89c0d24941de21f9be732fed80f499217f5c281b

2013-05-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7a6f5186a8e4089181f57af44fa4654fe692856b]

        fdo#64577, CMIS: fixed crasher in libcmis
        
        The crash is handled, but the huge files' size won't be properly handled
        on 32bits builds: would require a libcmis API change.
        
        Change-Id: I8ef1190a4d1de7d91a67ec20330db9e1747dfdc2

2013-05-16  David Tardon  <dtardon@redhat.com>  [a494a8329f211a37ff2d5b8fe28bbc8a0a3beb66]

        use $(OS_FOR_BUILD) to fix mingw cross-compilation
        
        Change-Id: I606e99e80ace5b086210e5a724a3e979e2b98cbf

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [5970aad9c63e541071594242037a815da652ca3c]

        move copy/pasted ICU_CFLAGS/ICU_LIBS to configure
        
        Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [8505ebd08da214dea6ff35c13bb2fbbfada4d489]

        libmspub: WPD/WPG vars are set by configure.ac already
        
        Change-Id: I5d64ecd625821694ec85c5081609cfb777338755

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [db5c8c52ef816bd238bfd458b8d782a73f040ef3]

        libwpd: stop delivering headers
        
        Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [acc7f61f45ec1a934f409d6f735728f540ea48f4]

        libvisio: stop delivering headers
        
        Change-Id: I94d15fc2e367a2fe474cd4e10109bef0d9029b28

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [ff71895f493fbd91c6f155fdf8a78fd324d86024]

        libmwaw: stop delivering headers
        
        Change-Id: Ib58198ad0ec638bd92d0e7d8301709654c93ea54

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [35ac39e4bdd34801055e6b7ea013a11c5b408bb0]

        libmspub: stop delivering headers
        
        Change-Id: I78d5b83b5d98c1c37b9b95d3504533dabb449e09

2013-05-16  Michael Meeks  <michael.meeks@suse.com>  [2b5d1c9bf623a5a4dc019989751197bc31dbf759]

        Move to MPLv2 license headers, with ESC decision and author's permission.
        
        Change-Id: Ie154eadd9960b159f5a250cde93c4bd7a8a948cf

2013-05-16  David Tardon  <dtardon@redhat.com>  [ac261bf6dc31a44ff0eabb6dd552ddc934c94ce2]

        drop unneeded dep
        
        Change-Id: I9686ef445dde2e2f1e2e88a93ec681251fe3093d

2013-05-16  David Tardon  <dtardon@redhat.com>  [45a5c26f170b6e6f023c9f0a751b4bc98d36b6a4]

        fix dep on python framework on mac
        
        Change-Id: Id80540174ccd141eaf89854da6f80bcc0659b59c

2013-05-16  Matúš Kukan  <matus.kukan@gmail.com>  [bae52ee3ef48d58deb6d7ff312b3f3db20c9c0f2]

        fix cross-compilation of Galleries
        
        - RepositoryModule_build: add modules necessary to build gengal and
        libraries used at run-time
        - add dependencies to gb_Executable__register_gengal.bin
        - use gb_Helper_OUTDIR_FOR_BUILDLIBDIR
        
        Change-Id: I4a88c1786b1ee2ee2b75b1a5dd75009ef70ed353

2013-05-16  Michael Stahl  <mstahl@redhat.com>  [c7b883498cb47a7d2a330057dbcd7f74f87a0184]

        SwDoc::CopyImpl: avoid ~SwIndexReg assertions:
        
        These happen when enabling change tracking, deleting a full paragraph
        (incl. paragraph break) and then copying the deleted paragraph to the
        clipboard; the "rPos" and "aCpyPam" SwPositions are registered at a node
        that is deleted by lcl_DeleteRedlines.
        
        Change-Id: I3e9e29548d23377807c26fdd401b3c9637fddf25

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [87bdc30851af21d9d29b36de07261c682eb70227]

        Add the Versions/3.3/include/python3.3m directory
        
        Change-Id: If50acc088402487d8185198ee3841e3d82cd904c

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [d1a5da152a6814a4ee00fd04a2c682cc582e063a]

        Handle --enable-macosx-code-signing=no properly
        
        Change-Id: Ib080d0317ea0c34e12db27f6ed080b3928cb165d

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [c6d8cd5f48b3097d8f085318ab86e502f8d4ca15]

        Use cp -R instead of cp -r for OS X compatibility
        
        In GNU cp, -r and -R are equivalent.
        
        For the cp in OS X: "Historic versions of the cp utility had a -r
        option. This implementation supports that option; however, its use is
        strongly discouraged, as it does not correctly copy special files,
        symbolic links, or fifo's."
        
        Using cp -r meant that the symlinks in the LibreOfficePython.framework
        were not properly re-created in instdir.
        
        Change-Id: I8367269a77b876c063fd21ceb919936215fb7d37

2013-05-16  Michael Meeks  <michael.meeks@suse.com>  [a140350dae5db298094583763daf0a8bed8480cb]

        add readme for svl.
        
        Change-Id: I20addd47e79bec6a260baf391fbb495da6fdaf57

2013-05-16  Tor Lillqvist  <tml@iki.fi>  [e812381c2fb0128404a00abb819364703f5eede3]

        Bin some pointless "checking for" messages
        
        Not really useful to see such messages for stuff that does not depend
        in any interesting way on the LibreOffice or system configuration but
        is trivially hardcoded based on just the "prefix".
        
        Change-Id: I83ec78bb32891a18318d9f174e4efef901c74846

2013-05-16  Stephan Bergmann  <sbergman@redhat.com>  [df18d5878c71d8d38a43dd04c0e907f9385addb4]

        Some string literal clean up
        
        Change-Id: I108882af13fa97fa094547ec4efb468f988f337d

2013-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [09269acdb98854b1892aa539efec7d6a7875ad06]

        Uploading libvisio 0.0.27
        
        Change-Id: Icfb2eea611ed50e76753a71c73f5d43172aa8a9a

2013-05-16  Jan Holesovsky  <kendy@suse.cz>  [2fcf944788eb39550a4e3079cf80568c1b35960c]

        bnc#819614: Test for the runaway lines fix.
        
        Change-Id: I60c072720392822eb5866310f3607271d72815b7

2013-05-16  Jan Holesovsky  <kendy@suse.cz>  [225b41088a565ea1d69967139e7f4de59e4acf2c]

        XShapeDumper: Dump more values, to be able to test n#819614.
        
        Change-Id: I19cbae855996bffb18206b9003e22a2bcc0c75d9

2013-05-16  Jan Holesovsky  <kendy@suse.cz>  [5fe65c0c5e5a8d815d9d15ef192e7652726662e6]

        bnc#819614: Fix runaway lines.
        
        Change-Id: I360ec44872dbb555870d7d3fc8a9ed81c95e8c07

2013-05-16  Jan Holesovsky  <kendy@suse.cz>  [18b9aa7280ccb0633c222178582d5ff4234e6140]

        Fix length check - it would be out of bounds.
        
        Change-Id: I5430fed06ea1a81a68ddfaafa595d7d5b0167f3b

2013-05-16  Takeshi Abe  <tabe@fixedpoint.jp>  [0a330eb7405f75c82707a73d2c2e404326a48554]

        sal_Bool to bool
        
        Change-Id: I0247e462b648b0dc7fc9ea12723415fbf6dcaff5

2013-05-16  Xisco Fauli  <anistenis@gmail.com>  [bc2fe616febbaccb3cda16f66101d393e91232cd]

        Wae: unused variable
        
        Change-Id: I1025bb9766d6d6aad2d60467a72a15d3a3af97d4

2013-05-16  Lei De Bin  <leidb@apache.org>  [b858429f2495fceb820de20815318cff8882ed78]

        Related:#119576# fix indent and spacing between bullets and text
        
        they are inconsistent with MS word
        
        Reported by: Yan Ji
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun
        Conflicts:
        	sw/source/filter/ww8/ww8par6.cxx
        
        Change-Id: I48a6761a8e8fb1c052aa4f2a261aefb850d6c112

2013-05-15  Caolán McNamara  <caolanm@redhat.com>  [78123a504b5215d061935d7b2771ba51e68cae0e]

        Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/Y
        
        This reverts commit 69c52bc5b7973a2e414209470f5bf9b66dcc4f30
        
        I found one place where Y should have been X, but didn't clear
        the problem, so threw my hat at it and reverted the lot, its
        cosmetic anyway so no functionality lost be reverting.

2013-05-15  Michael Stahl  <mstahl@redhat.com>  [d278cc769e484b0452b1fb6000e213561d8d955d]

        sw: change pool default of RES_FOLLOW_TEXT_FLOW to "false"
        
        For a new document the default is already effectively "false" due to
        SwDocShell::InitNew() and the ODF and WW8 filters set it explicitly to
        false... which is also the appropriate value for RTF and DOCX.
        
        But only OOoXML and (perhaps) HTML (not sure) want "true" as the
        default.
        
        It is also mysteriously reset to "true" in
        SwDoc::RemoveAllFmtLanguageDependencies() (which is called after loading
        a template) for no apparent reason.
        
        Change-Id: If5ad33c99f97412cb3ad4f9cec32f47825ed6f6b

2013-05-15  Michael Stahl  <mstahl@redhat.com>  [da9bb77e99fede9f7e67b42f1d3ed9b4f235755c]

        i#119922: reverse engineer 9a37613b5e8f08fae585d54a5745e887eb08f8ce
        
        It is not quite obvious what that commit attempts to do... especially
        since the bugdoc attachment does not actually exercise the code that was
        added in the commit, which changes the handling of the
        "IsFollowingTextFlow" property.
        
        The corresponding ODF attribute is style:flow-with-text, which has been
        added in OOo 2.0.  Investigation revels that MSO's ODF filter  does not
        support this attribute and acts as if it always had value "false".
        
        The code in FillBaseProperties effectively acts as a default if the
        value is not set; the ODF spec does not specify what the default should
        be.  But when an ODF document was written by MSO, "false" makes more
        sense than the previous "true" default.  Except when the document is not
        ODF but OOoXML format, which indicates it's likely written by OOo 1.x
        which did not support the attribute and acts as if it always had value
        "true".
        
        The Writer UNO API implementation is however not the right place for
        format specific handling, so replace that with an addition to the
        function reading the default graphic style that sets the
        "IsFollowingTextFlow" property to false as a default, which should
        have the same effect because all styles inherit from it.
        
        Note: MSO 2010 Word always writes a default graphic style into ODF docs.
        
        This has a side effect for loaded ODF documents: various newly
        inserted objects have the property turned off then.  But it turns out
        this is actually an advantage, since the same behavior already exists
        for _new_ documents (see SwDocShell::InitNew) so it is more consistent
        now.
        
        Change-Id: Iba6444a0515fd583398ff052fc5018254da31c30

2013-05-15  Michael Stahl  <mstahl@redhat.com>  [3905bd92b038374d22e4ff9f74480decb116d727]

        factor out SvXMLImport::IsOOoXML()
        
        Change-Id: I9ccfe565bde1112f9f3cb8c666e901bf121862dc

2013-05-15  Stephan Bergmann  <sbergman@redhat.com>  [3e5d7723e038ccfea812b941aea6fff1078579f7]

        OSL_TRACE -> SAL_INFO
        
        ...to work around MSVC 2008 Express (at least) "warning C4503:
        'rtl::operator +' : decorated name length exceeded, name was truncated."
        
        Change-Id: If6838aaa45ecfc0c092f95228e8616e69ea1f0e0

2013-05-15  Andre Fischer  <af@apache.org>  [3db0865845c79d9ea4ae854aa82a239329ba542c]

        Resolves: #i119493# Fixed import of tables with connectors.
        
        Reported by: liupingtan
        Patch by: SunYing
        Review by: Andre Fischer
        (cherry picked from commit 8be0972c9b38efbb43a0b8fc3658028ede58378c)
        
        Change-Id: Ic9a1325ccc9bc9c9a4501269df9de0f7e29a8e1d

2013-05-15  Andre Fischer  <af@apache.org>  [694d65b5097062f26c532d7c123905bf07b106f2]

        Resolves: #i20044# Fixed queryEmptyCell()
        
        Reported by: Steffen Grund
        Patch by: hanya:
        Review by: Andre Fischer
        (cherry picked from commit f42a00437a682d479e82256b2fdf873dd097c428)
        
        Conflicts:
        	sc/source/ui/unoobj/cellsuno.cxx
        
        Change-Id: I43db011e138a79bd3a871e68a7331d26267e7899

2013-05-15  Stephan Bergmann  <sbergman@redhat.com>  [0c99c1c2cafabf72b7cb32fc313441e52fd2876a]

        gallery: allow disabling the from-source build in configure
        
        Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629

2013-05-15  David Tardon  <dtardon@redhat.com>  [fbf2e9f733e1e5b6c9d2cdada0317c89c1a3b71f]

        only use svp on unx
        
        Change-Id: I8cd4a42a90e87446c9ef3744bf71f7734767078e

2013-05-15  David Tardon  <dtardon@redhat.com>  [268a23d8c2d9881aa6d492b7609424b839c8704c]

        gbuild: use pattern rules for Gallery l10n files
        
        Change-Id: I781d02805ee0d526638f556794b852c6277922dd

2013-05-15  David Tardon  <dtardon@redhat.com>  [7fd93c32d7c0606594a35d7301e14711d4f517c0]

        gbuild: silence building of galleries
        
        Change-Id: I17e6a3923f3ee6cec22760f8c9f9410bbe742a7f

2013-05-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [91b27bc3d86925e1bb52bd3ab8e2f6f87ededd3f]

        Documentation update of README.cross
        
        * Fixed typos
        * Errant/missing commas fixed
        * autogen.lastrun -> autogen.input
        
        Change-Id: Ibc0d34f21de661139e622a34d760a6683f394643
        Reviewed-on: https://gerrit.libreoffice.org/3916
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-15  Andre Fischer  <af@apache.org>  [578bd45644657a9f7ae99f525eeb5c653103dcf8]

        Resolves: #i119551# Avoid grouping shapes on import from PPT...
        
        under certain conditions.
        
        Reported by: Li Feng Wang
        Patch and review by: Ma Bingbing and Armin Le Grand
        (cherry picked from commit f425d556504e055216d9402241ff598a97204509)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        (cherry picked from commit 8c23e31acc61406103c1565960e4c5b391902754)
        
        Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b

2013-05-15  Caolán McNamara  <caolanm@redhat.com>  [4edc81ef04b1682d51ccc8b62f44e59eb6bd3639]

        fix original intent of the lwp import code
        
        revert d2546346ac07e4a3483c339d202e75b99b9d063b
        and fix 8a9448aabcee0171b0dc3b0401600de09455fb10
        
        Change-Id: Ide781e4f197d2fc1d42b0cda8e9d901ac1118d08

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [d2546346ac07e4a3483c339d202e75b99b9d063b]

        Fix warning: unused variable 'aFuncName' [loplugin]
        
        Change-Id: I34a2726123001de0b867b4f54d6f37c55dbc79f5

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [1a90cecb6ecfdcd2896106c8fd37ced5341e13f7]

        OUString::replaceAt() does not modify the OUString
        
        Change-Id: Id5d712364c3c8a1e4305ad036d9f51c30c2f9e80

2013-05-15  Caolán McNamara  <caolanm@redhat.com>  [d6bebd18b3b25af0024ec3ae5bde17836b0085e3]

        Revert "Resolves: #i119551# Avoid grouping shapes on import from PPT..."
        
        This reverts commit 8c23e31acc61406103c1565960e4c5b391902754.
        
        wrong one

2013-05-15  Andre Fischer  <af@apache.org>  [d7c7624024f1da26165869921f340f53026a423d]

        Resolves: #i119519# Fixed import of closed borders from PPT...
        
        when an ellipse is involved.
        
        Reported by: liupingtan
        Patch by: Jianyuan Li
        Review by: Andre Fischer
        (cherry picked from commit da2c3ed52ae631dba11821f201a2fce49bf18c86)
        
        Change-Id: Iff8195365823b60a70641b9efeb9c9f6c86d5341

2013-05-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [387c6712c8c49ec7f4521f2c5ac615c355039352]

        String to OUString in calc header & footer edit
        
        Conflicts:
        	sc/inc/scabstdlg.hxx
        	sc/source/ui/attrdlg/scdlgfact.cxx
        	sc/source/ui/attrdlg/scdlgfact.hxx
        	sc/source/ui/inc/hfedtdlg.hxx
        	sc/source/ui/pagedlg/hfedtdlg.cxx
        
        Change-Id: I6aa0f055f89c05c3d799b5ed1b21188f7f3a8268
        Reviewed-on: https://gerrit.libreoffice.org/3911
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-15  Andre Fischer  <af@apache.org>  [8c23e31acc61406103c1565960e4c5b391902754]

        Resolves: #i119551# Avoid grouping shapes on import from PPT...
        
        under certain conditions.
        
        Reported by: Li Feng Wang
        Patch and review by: Ma Bingbing and Armin Le Grand
        (cherry picked from commit f425d556504e055216d9402241ff598a97204509)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b

2013-05-15  Stephan Bergmann  <sbergman@redhat.com>  [25f25a2d25b89361312e165456df3c8bc82157bb]

        These functions can throw RuntimeException
        
        Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629

2013-05-15  Stephan Bergmann  <sbergman@redhat.com>  [d89012691b53def37118b0d892b50476d4e987b7]

        Do not dispose component context too early (DeInitVCL might still need it)
        
        Change-Id: Ibae79a962ef9d2ea6cf72b70df62c6fa170e05e9

2013-05-15  Ricardo Montania  <ricardo@linuxafundo.com.br>  [8a9448aabcee0171b0dc3b0401600de09455fb10]

        String.AppendAscii Drop
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
        https://gerrit.libreoffice.org/#/c/3892/
        
        Change-Id: I12175a81f0a74546b5e00633176f204b9a3fb35c

2013-05-15  David Tardon  <dtardon@redhat.com>  [8d08ba5e7530580afd61930bfc00ae513962b754]

        install graphicfilter.xcd again
        
        Change-Id: I1091b4ff6b700513c7ef5ac41d94972dbb33dcb2

2013-05-15  David Tardon  <dtardon@redhat.com>  [74c02547dde1f70a557c39e60bec129b93d2ecb5]

        put auto-installed libs into the right module
        
        The definition of Auto_File_Libs_ALL was not known in
        module_hidden_ooo.scp, so it was left unexpanded and the unattached
        files were assigned to the gid_Module_Root.
        
        Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [808e9dee845e96c394a1d8c0b32bfa5cc9991d67]

        configure: remove un-used vba-package-format option.
        
        Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9

2013-05-15  Jan Holesovsky  <kendy@suse.cz>  [d84b22e9a8d8b804f3c87405887aeb56e82a4219]

        sd unittests: Do not dump the font name, depends on installed fonts.
        
        Change-Id: Id401feed7d629cbc0c24428b0c1273afdb31be89

2013-05-15  Andras Timar  <atimar@suse.com>  [c066e7a3f92bac3a6744cae9e091778a3a1c0586]

        gallery: unused ulf file
        
        Change-Id: I9037aa31cbb93d38a656ce463e0a73f8b39245ff

2013-05-15  Herbert Dürr  <hdu@apache.org>  [8d9998f53af1806b06cf659f52607b2ac409a113]

        Related: #i122208# avoid default assignment of recursive STL containers
        
        support for recursive STL containers is not required by the standard.
        Boost TR1 containers allow them explicitly though but for some compiler/stl
        combinations there are constness issues that prevent the default
        assignment operator to work. Adding a small helper function solves
        this problem in a clean way.
        (cherry picked from commit 58d204292c12eb5237106d223251d8855aca3ca2)
        
        Conflicts:
        	configmgr/source/partial.hxx
        
        Change-Id: I301765e47db12f3b158d4525e896e090f4b81bbb

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [e78d3245487e9b140caa15b586374e413eba178a]

        Revert changes that are now unnecessary and pointless
        
        This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa.
        This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4.
        This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64.
        This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8.
        This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [07976ee1de03ab558fd1fe6f921514c8250cee02]

        Don't export a variable called PATH_SEPARATOR
        
        It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling,
        it breaks the build of 3rd-party libraries using autoconfigury on Windows. The
        value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those
        libs run in Cygwin and assume that a PATH_SEPARATOR environment variable
        should be correct for Cygwin. Which ";" isn't.
        
        Rename the variable to LIBO_PATH_SEPARATOR.
        
        Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [3f70a6c0f8adec171ffd228d109d59bf81dcd39f]

        scp2: only package the sdk if it is enabled.
        
        Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63

2013-05-15  Oliver-Rainer Wittmann  <orw@apache.org>  [a0aef8dc44a9ff5899dc920c31a39caeb92043c4]

        Resolves: #i119803# RTF export for User Fields
        
        implementation for method <RtfAttributeOutput::WriteExpand(..)>
        
        Found by: ej197us at gmail dot com
        Patch by: yuanlin <yuanlin.ibm at gmail dot com>
        Review by: Oliver <orw at apache dot org>
        (cherry picked from commit 4536f0b98bc01850bf016dc1f60f0156cb7eb99e)
        
        Conflicts:
        	sw/source/filter/ww8/rtfattributeoutput.cxx
        
        Change-Id: I1cde654dadd26e214a1c097fe2e0aeaa376195c2

2013-05-15  Andras Timar  <atimar@suse.com>  [ce4ada6e7f4088de9ac2ed22dc2d2312918d3701]

        trying to fix gallery localization
        
        Change-Id: I9a4fc068e522dd7129b66652c193626075b460bf

2013-05-15  Miklos Vajna  <vmiklos@suse.cz>  [a935a154c3911b466a9b1c8da3c2cf0be2e0014d]

        WW8AttributeOutput::TableSpacing: accidently commented out code
        
        Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [2ae649de2494a6990c7953dcd3a737464eee768f]

        gengal: don't depend on vclplug_svp on Windows.
        
        Change-Id: I5d179ab3d8591bb01799dcb2b8eb6b5c2bd90110

2013-05-15  Miklos Vajna  <vmiklos@suse.cz>  [335c264d508a9c73845b94483475435a0cebfe64]

        fdo#36876 WW8 filter: fix export of table margins
        
        Actually no testcase, as the export bug does not affect our import
        filter. The problem was that we wrote SPRM's, which are properties of
        floating tables, so once the user edited the resulting document in Word
        and imported it back to Writer, frames around tables got created.  Fix
        this by only writing floating table SPRM's for tables which are already
        in a fly frame.
        
        Regression from cbba191cf0fff148935f24d111cb124bd5a5328b.
        
        Change-Id: Ifeae93100ca80dcde34fc79f69a91064d44ea8f4

2013-05-15  Caolan McNamara  <caolan@minimac.(none)>  [48e70ad8ad7e8ed11b2b6f511bb0cedd06ab2c98]

        fix macosx build
        
        Change-Id: Ie644af5866eadbee2a3d2840db37676d5c0bdc30

2013-05-15  Thorsten Behrens  <tbehrens@suse.com>  [12dea20c2834d923cd51eeb032489e74b5f9982d]

        Fix build.
        
        Change-Id: I5b2de61407924cdde5d74a7ea639365a876de74e

2013-05-15  Jan Holesovsky  <kendy@suse.cz>  [826f28e64dfe496a211b03a2419cb71e33ed788b]

        sd unittests: Update XShapeDumper to dump also (some) font properties.
        
        + update the expected dumps together with that.
        
        This allows testing of the other part (wrong text color and size, commit
        55c63ccfd460895af22e91979967cec15d80b72d) of n#758621 too.
        
        Change-Id: Ie93feb9d9d05eb4e11106bf9aa1f237947351b4e

2013-05-15  Thorsten Behrens  <tbehrens@suse.com>  [450cd772aa734cfcb989c8cedd3c0a454db74a34]

        Fix fdo#64512 Handle xml:id correctly on multi-image draw:frames
        
        Fixes a regression from the pick-best-image from draw:frame in ODF,
        where before sometimes the XShape got deleted that the
        UnoInterfaceToUniqueIdentifierMapper::registerReference stored.
        
        For that, added a
        UnoInterfaceToUniqueIdentifierMapper::registerReferenceAlways
        function, which overwrites potentially existing earlier entries
        with the same identifier string.
        
        This fix was originally much more messy, but then dtardon committed
        30b248dfe5bfb8a0649e36f22c943b3feb2f1385 which also fixes this here
        bug. Now only sneaking in slightly less involved interface map
        handling and a safeguard in ximpshap.cxx.
        
        Change-Id: I87501e43518a5fc2fee166c45a4e2f01718f5228

2013-05-15  Thorsten Behrens  <tbehrens@suse.com>  [5134816d205fc9733a35bb6fd8a6a1a04ec8bc9e]

        Remove redundant doxygen doc strings.
        
        This is already (identically) documented in the header file.
        
        Change-Id: I4a10cb0c1d1b1eee80fd828ab95829fb8128433f

2013-05-15  Thorsten Behrens  <tbehrens@suse.com>  [c6747ee3a9f02cfbb1a89572180d7bb7ee5be9eb]

        Use upper camel case for class names in xmloff.
        
        Align multiimagehelper with module standard.
        
        Change-Id: I70a4dbc66a0d127b9bf04d1e8db694d3526b21d7

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [a94dc2203539a1593b99778be16b2c664fd46daa]

        Also AWK needed here
        
        Change-Id: Ifc47c1422f035cb23a9a148510230c8dd2cf42cd

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4]

        I almost sense a pattern, except that AR is not needed here for some reason
        
        Change-Id: I260304559eec7b92add33a758623bc039c2e2d3a

2013-05-15  Armin Le Grand  <alg@apache.org>  [1ba29be90f7141077f2d079d40dffc2efd4f1a2c]

        Resolves: #i119941# Avoid crash when chart is removed in Writer...
        
        by keeping it's storage and graphic stream.
        
        Patch by: Clarence Guo, zhaoshzh
        Review by: alg
        Found by: Shan Zhu
        
        (cherry picked from commit 0b71c735dc10202b26972cf91779954b6a96af9a)
        
        Conflicts:
        	comphelper/inc/comphelper/embeddedobjectcontainer.hxx
        	comphelper/source/container/embeddedobjectcontainer.cxx
        
        Change-Id: I6ec172644806309d0f06f8522eb8a2adb45899ed

2013-05-15  Andras Timar  <atimar@suse.com>  [9c82c2734553690b38fa47afb7e026b6e38787c4]

        gallery: chmod -x of .png files
        
        Change-Id: Ib7dffdb36d09d458e3c6089d1d0a16cd5ee63afd

2013-05-15  David Tardon  <dtardon@redhat.com>  [44727e34a1e4eb03b01c6be77a753a18ae84aed7]

        drop now unused DEFAULT_TO_ENGLISH_FOR_PACKING
        
        See
        http://lists.freedesktop.org/archives/libreoffice/2013-May/051706.html
        for explanation.
        
        Change-Id: Ieb7480f9f7a64a026abc985edde3ed932c1e8f56
        Reviewed-on: https://gerrit.libreoffice.org/3908
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [4e312f0c90247ccaa138520aa9e080453ec90b64]

        Say hello to automake 1.13 here, too
        
        Change-Id: I1d0fd352cb0b500c64f86197b2510450b0f7d4ce

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [050a51b69e89e230e157be52d8b23862f3c06ba8]

        Fix MSVC build
        
        Have to pass AR=lib.exe and SED=sed.exe on the configure command line,
        otherwise for some reason it doesn't know what archiver to use, and
        thinks it can't find a sed that does not truncate output.
        
        Change-Id: I1ce211119e62b6ecf6a2fc8fc89cdde2c7bb985a

2013-05-15  Noel Power  <noel.power@suse.com>  [63899dd0421516da758b7d9a0c276e9cfb4846f5]

        fire change event after copy ( with dest paramater set )
        
        Change-Id: I86caf96be62120e4bcebadb0083cd4dae1f5d8d1

2013-05-15  Noel Power  <noel.power@suse.com>  [fbd74ed44cd011ebab95bb4bc4eb6b15c1272c43]

        make some vba Name object attributes read/write and add test document
        
        Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c

2013-05-15  Tor Lillqvist  <tlillqvist@suse.com>  [9c2a1cb4351c8f80a27b7ba413ad382368387425]

        Fix MSVC build
        
        Change-Id: Ie0dae388769f9119f0d836abd87205eff17a03f1

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [3f8927b5f1e0351554d19a48221015491c22da5e]

        gallery: help on how to build new ones ...
        
        Change-Id: Ia9f0e7196ce858e664e9a735ab55c34c5937bd1a

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [eef286c001878d7eeb66f54cd916ff779f8fa69f]

        gallery: fix a number of naming thinkos.
        
        Change-Id: If5fe5af925bb2f8b7a5a11eb9d310668a3fd7085

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [96c7e37f02190e7af15bb6eb3f85380c331a7ce9]

        migrate galleries to new, cleaner build infrastructure.
        
        Change-Id: I95402d81aef426de14ca928ea811aac6f1cd289d

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [d7f7a6de9c8a854af7b2997ccfff30e921cacb69]

        linkoo - link instset into install
        
        Change-Id: I9f1c340562030bccbe0627ba9e91a56e1611b64e

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [324cae2f713e6a192d8cd34c276c73634b5111e4]

        gallery: cleanup scaling code.
        
        Change-Id: I783b0fe54c6273ce3d78996a02da02dc51944606

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [b54709dd2ccf9017c3f359b25ff72c038b471ded]

        remove pre-compiled textshapes and transportation galleries.
        
        Further gnumake fixups, package the files in the Gallery rules.
        
        Change-Id: Icda2de9cfcd2ff573db2e9ab27e2670dcfa5f0a8

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [857a8b9566f7c50b734d6c312809391e94c43967]

        migrate transportation gallery.
        
        Change-Id: Idec88df28724bcf4b3145bb169fa0fe08a8e282a

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [9954b562939390feb728b911b300854cc9675997]

        gallery: get windows gengal command-name right.
        
        Change-Id: I488c57cfa58510e50b9b6819d55b23283aaddf49

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [5d5950a766311cac4c851744c6622f8ac525975f]

        gallery: convert text-shapes to new build logic.
        
        Change-Id: Ia45a2eed7104b376b92290e1a40219e8988d927b

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [08df0ab05ee209f1198ee0879f97a63ffaf56d76]

        gallery: use icerun for building, and tweak for windows use.
        
        Change-Id: Ic9e30661f05506b3616eaf417f8e3deed7290830

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [726409167507aa20fb90882ceed3ca3e770d3d4b]

        gallery: don't build galleries unless in the desktop profile.
        
        Change-Id: I03fbfb173958c4d9e1e917f0d098ea8930d6041d

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [99f7690bee0bf787a579e3e28bbd63074000940e]

        gallery: cleanup makefiles for new gallery naming and translation.
        
        Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [19276d3ddffdc80f004c8ce518b80f063108935b]

        gallery: allow comments in .str files.
        
        Change-Id: I150dee5d9c3b8f2dc656c292d7e9ef56f05cff84

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [dcf76c758d764c159b1c3755479ef7164d9233b7]

        gallery: add auxiliary .desktop style translation files.
        
        Change-Id: I2f2f0d5d30fbcab83343f94fd16d9371baa380e5

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [d5051efa3b67129a0eeca16334ea342f7e4107b8]

        gallery: remove obsolete GalleryImportThemeEntry
        
        Change-Id: I024bfa537360339befdc67a2fa2b51b15d9c3611

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [8e318ce626fb682e48dae70a910198d3891bc81d]

        move desktop translation tool to solenv.
        
        Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [e0deec252dd0670ce170eaf9eca60ca0fb56ade2]

        gengal: theme creation fix.
        
        Change-Id: I72544e2bea45cf3f83e944aee9ca95676f1879c1

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [8a3eab7bb210c8f6a9c4b8fc112e692e416fabbe]

        gallery: fix hideous theme numbering / naming situation.
        
        Change-Id: Ibe288e5b2e782da4dd5804a7e018d8ae85c156cc

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [22ca7c45b91d6f32de9f9b48c72d5b9d2374234d]

        galleries: implement first self-built sound gallery
        
        Change-Id: Ibbf8f1f8b1590af461dfa5885adb1027580f8f15

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [bb6b011fbbafb93d47620d5b4d05a721343147f5]

        gengal: impl. relative URL pieces for internal galleries.
        
        Change-Id: Ia44ad61e549e45ee2f4b8425023ed3e014fe2035

2013-05-15  David Tardon  <dtardon@redhat.com>  [1546c2935c50ba37692d551fa26c9c95e14a1363]

        gbuild: make Gallery work
        
        Change-Id: Ia2914e24f03cdb3f24df30bf203a09d18f4a8fd4

2013-05-15  David Tardon  <dtardon@redhat.com>  [95fe3df714fa2064d93c779a8a206af9bc244fe7]

        add license header

2013-05-15  Michael Meeks  <michael.meeks@suse.com>  [2941e5b354080a8e744676d88ad2849306c3d229]

        start of dynamic gallery building.
        
        Change-Id: I488def80e855624ffd85a0b6c4cc19819c39ed01

2013-05-15  Miklos Vajna  <vmiklos@suse.cz>  [4a816a816e8b4e213394898bd0e307dd90fcbb64]

        fdo#62977 allow SAL_MAX_INT16..SAL_MAX_UINT16 when importing RTF_U
        
        Change-Id: Ie36d5881b0ebe8c38526690ca27d02bfb7af7829

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [afeabb04605c3280326e78a4dee3511f21710604]

        Add vcl.harfbuzz.layout
        
        Change-Id: I51e39660967e0f7b3c7f6108a43c6dcdd41757a2

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [cb6d67c21f11811c5bc023b9565c1c1b1f4081fa]

        Spelling "separate" (etc) correctly is hard

2013-05-15  Jan Holesovsky  <kendy@suse.cz>  [1a357b7394ac7b48b72821bff1aae4706265d7a4]

        fdo#64586: Fix incorrect import non-empty placeholders + unit test.
        
        Change-Id: Ibcb61dfa12c67fd9f93713ba7eb93f947b122f07

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [5b9c27b6e5def4b55cd832626624c6c41df08989]

        Also just "xmloff" is (misguidedly?) used as a log area nowadays
        
        Change-Id: I5af86a56b723d5f4b706cc8af6e1b25faf918469

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [f3f6c11ee2da108ab5c0d54979d7925f9175a6b6]

        No idea what use_shl_version is
        
        Change-Id: I85ae4a65c32fda4b6cf79e0e9ed1c3add3941364

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [df54f97aaf613714d785461859a35fdf7a899990]

        UNIXWRAPPERNAME is unused
        
        Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [9c402abdd5e12fca6f0cc8fc41e6b248866cbb67]

        What is PSPRINT, seems unused
        
        Change-Id: Ib194156122c91a8911b748004e658835986ffc67

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [9bf0ff2e714d803b892d429a623f8309aa7c2202]

        MKDEPENDSOLVER seems unused
        
        Change-Id: I35c5ec82a59e28c887ece8dc3ad10de764a3e66e

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [bf0534dad63bda9112c71f56dca42fd8afa27479]

        MINGW_PYTHON_EXE is unused
        
        Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [b28f25aa9eeed71bd3f399a9c8fc4f1497b92e82]

        MINGW_CLIB_DIR is unused
        
        Change-Id: I0bb3e52866b182ed112c49725e4efd7f1018031e

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [0904be013e30458c933c7fb971b325e3f67d8198]

        MFC_LIB is unused
        
        Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [bafd9479aad91b9c7dc2ad1d3f27c560989ce549]

        MFC_INCLUDE is unused
        
        Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [32bec67bc644fbb7f5024113b24702547f7f8950]

        LIBO_THIS_YEAR is used only as an AC_DEFINEd variable
        
        Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c

2013-05-15  Noel Grandin  <noel@peralex.com>  [3e563377333881efa60aaa93d2feeaf647cf19ff]

        fdo#46808, More LinguProperties fun
        
        Change-Id: Ia3173e980370f532fcabc8f1c7a913e5d66d6d8a

2013-05-15  Noel Grandin  <noel@peralex.com>  [6f2a33332d401ef5d9f08dd9c079383283cd8910]

        fdo#46808, Use service constructors
        
        Change-Id: I34a41cde5d40e14803859116648c8da9f50c4b07

2013-05-15  Noel Grandin  <noel@peralex.com>  [be1833cbc497080af531a207f216a4f560c0b9e9]

        fdo#46808, Convert singleton theBrowseNodeFactory to new style
        
        Change-Id: I68fa7f5dde1928e895575bc602b54de83279fb7c

2013-05-15  Noel Grandin  <noel@peralex.com>  [bae42fd6dac1d6fa8330eeede66ec22cddb82311]

        fdo#46808, Convert chart2::RegressionEquation service to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: I56b7079b098a7615dfb24598d15fe7d57691f317

2013-05-15  Noel Grandin  <noel@peralex.com>  [b12dab7bd204e65323079cc6809417c9b5dcb656]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I2e3480bf4f616231ee50a83f440d9bb0955e4ce6

2013-05-15  Noel Grandin  <noel@peralex.com>  [33b4dc22f84e8f950b73daceb7339cfecf7fab81]

        fdo#46808, Use service constructor
        
        Change-Id: I31a812dfd84a33e3b5f6f44bbd786e14a465886e

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [c909d7a7ee3b193af69546a6f0e98860cd4877bf]

        Fix warning: unused variable 'aWhite' [loplugin]
        
        Change-Id: Ic25f9e6b2cfc902745cbef97b3164f33c6e03f9a

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [49ff95f0c1d0ee20bfccba648cfd7c1db47158a3]

        LIBMGR_X64_BINARY is unused
        
        Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [8906309a363c53b72f90ef904a49e8eaf12bdb3b]

        JAVACISKAFFE is unused
        
        Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [9922ec862ece36eef9c2a8576ba785326b93a021]

        DYNAMIC_CRT is unused
        
        Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [71b68d4cf2a888cff225cd2f6055d12b20f50adc]

        DIRECTXSDK_LIB is not used outside configure.ac
        
        Change-Id: I2cdd158528197630ec54873bd164077a8765542e

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [2ede3d02976859347e4381b88d420f056d9caf9b]

        CC_FOR_BUILD is not used outside configure.ac
        
        Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [3fb7b2f3e3761f28579aa5c28a92d634d980da1b]

        CXX_FOR_BUILD is not used outside configure.ac
        
        Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [25c2e2a3780b2ed11965130c849d4d81197ea1da]

        COMP_ENV is unused
        
        Change-Id: Ic1cb9f1c855bd93ba1b0625e5c0d0565a0eb4567

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [ad6897540643d691576ee1b241b2fefafe4d8386]

        ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR is not used outside configure.ac
        
        Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [d5dcd61f07632e7771947e26adea5d41d984c3ce]

        ANDROID_NDK_HOME is not used outside configure.ac
        
        Change-Id: I67b4ffa9c6cfe5558a9340495baad924aa16e11a

2013-05-15  Lionel Elie Mamane  <lionel@mamane.lu>  [9c3420d18173fd6c9380cf8ff7e2a4ad886e9e0b]

        svtools FormattedField: don't reparse value from text after ReFormat
        
        If our format is lossy / not a bijection
        (as is e.g. our default date format, because of 2-digit year),
        then reparsing the string that came from the format
        leads to data loss (the value is changed to something else).
        
        The existing code tried to do that, by calling Modify()
        and then setting m_bValueDirty to false.
        However, this fails because listeners are called
        while m_bValueDirty is true. If any of them calls
        e.g. GetValue(), the reparse happens.
        
        Change-Id: I272f377927f83c71ede1eb80eafbc689f36fb17a

2013-05-15  Tor Lillqvist  <tml@iki.fi>  [35fdbea1a112c0f0bf8ea6e9003cf0e13b9cd886]

        FRAMEWORKSHOME is not used outside configure.ac
        
        Change-Id: Ic8eae6d7e9590ad75c414568877aa093c92ce536

2013-05-15  Thorsten Behrens  <tbehrens@suse.com>  [0f15a477aaba2f69a13c0bc61c5c8c7a47314680]

        Fix fdo#64579 Don't assume dsp:dataModelExt has valid DrawingML.
        
        Just don't assume the DSP_TOKEN( spTree ) was seen in input.
        
        Change-Id: Iaabdcafdfcfc995198c1265e975df4dde8e0a39c

2013-05-14  Tomaž Vajngerl  <quikee@gmail.com>  [5d2f3957bdda0eb2e7d68b0dcf7ae6a0b50ef48b]

        Detect and rotate image at drag&drop or copy&paste in Writer.
        
        Change-Id: Iaacbb78921f966703d4f1080f97d26ea4895281f

2013-05-14  Luboš Luňák  <l.lunak@suse.cz>  [bc584fc5d8b06034f7acf229035483daf78a186e]

        detect whether a bezier shape is open or closed
        
        For open shapes e.g. fill does not work. Part of bnc#780044.
        
        Change-Id: Id0ce50e94ae86c0398f06b2a67e3fd13d487ae7a

2013-05-14  Luboš Luňák  <l.lunak@suse.cz>  [c2703b63fa8d16ce8efaa55e0431ae829fdd23c1]

        remove non-sensical /*static*/ comments
        
        They are presumably meant to say the functions are class-static,
        but at the function definition it's pretty confusing (looks like file-static).
        
        Change-Id: I28c69244c9eb7aa3f20f07d8784f3704dc6a57bf

2013-05-14  Andras Timar  <atimar@suse.com>  [a69f31a322a8ff26814db194551c719ea140b027]

        unused svl/source/items/cstitem.src + hrc cleanup
        
        Change-Id: I3db54045dc5be13dd7c72076c96a7e3f3b7b30ea

2013-05-14  Tor Lillqvist  <tml@iki.fi>  [d49a0b43048de8a9e5c154e405eb6cecaf606783]

        One more XPropertySet -> XLinguProperties
        
        Change-Id: I9ce34899181416f6c5e38289035af35ed5533616

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [f3515761c00c6e911e9d4f2b10e941481c7ac720]

        Assume CppunitTest_chart2_import got removed by accident
        
        ...by 14c2ab30201d97f733375b4e3e88e5919701be25 "add export test for charts."
        
        Change-Id: I5c77276a80e15fff8d4042c3bc52f3094227d647

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [03535b91605ae0cfdf3be5eb2dfdf5de5374bdb2]

        Remove obsolete RestrictedPath env var support
        
        Change-Id: Ia4ea7d60d7b69c863c1e891887060265e73e1cb6

2013-05-14  Luboš Luňák  <l.lunak@suse.cz>  [09c20b2f623e2271a3ab9eb82c2419a8951320c1]

        fix filter-showIncludes
        
        We want what is after the prefix, not the prefix itself.
        80cf1c22b629d524de18f20dcfd155d889ee5d2f could not have possibly worked.
        
        Change-Id: Ic2ab84d8c60ac608a773368b873ea5f98be4cd29

2013-05-14  Tor Lillqvist  <tml@iki.fi>  [25aa3491bc92a9dfa018bf37df4639a1d0df5302]

        Fix return type of SalYieldMutex::tryToAcquire() to match declaration
        
        Change-Id: I3a659b736bede41dd4790e8ec062c81ac3fa03e5

2013-05-14  Ariel Constenla-Haile  <arielch@apache.org>  [9ddf14e46b0129e828e01cbf279eb46a9a583fd6]

        Resolves: #i82852# Presentation Minimizer: missing icon in info dialog
        
        (cherry picked from commit 8fd66eeb883676c095c8360ef609e56b9bc055a3)
        
        Conflicts:
        	sdext/source/minimizer/informationdialog.cxx
        	sdext/source/minimizer/informationdialog.hxx
        
        Change-Id: I8f6ea8edf7c1b95fefa6c280a92030d628339e56

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [facb4d5741e8f8f093bd288b32c40f9168cd911a]

        Updated core Project: help  e0c44f8ece1d3732eeec93b0177b9c1ab1bc37f7

2013-05-14  Ariel Constenla-Haile  <arielch@apache.org>  [4d8301935d5ccb39e0853d447a02511c0bb76f28]

        Resolves: #i122306# Remove dot from abbreviate day and month names in Galician
        
        (cherry picked from commit ba12679129efc39834114be8bca835d8a84aacb6)
        
        Change-Id: Ifa216baec3e89578215e868c63a1add446005f4b
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [467dc11fbabb5579b4f05fce61d94720a0988df6]

        adapt code to use paste special .ui
        
        Change-Id: Iaac28f442aa38dd6610c89ba04ea2d1ccfca35c5

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [55fe8bf2e76074a0144c0b846baddeff1a9ee6ce]

        IconBox checkbox is always hidden and always disabled
        
        Change-Id: I4aad1568501e4ecb2758c19ee62f78388abb6fcf
        
        Change icon button is always hidden, and hooked to nothing
        
        Change-Id: I8b8e290908223467b76b0a861a8285e9a87e9fe4
        
        ShouldLink never called...
        
        so bLink is never used
        so the always hidden aRbPasteLink is unneccessary
        
        Change-Id: Ic48c9856a8750706262c883a079e0374fc9bb59c
        
        GetAspect never called...
        
        so nAspect is unnecessary,
        so SetDefault becomes a no-op and unnecessary
        
        Change-Id: I4a2d0af2eae2a822ecc2d71c84b26b8a2a2de210
        
        aRbPaste is always hidden
        
        Change-Id: I2b1c6eefee5dada29ad5952010b7121e5bcadcde

2013-05-14  Andras Timar  <atimar@suse.com>  [1f32864fa719773e1ad074ba2b27947917b76c0c]

        remove empty string (fixes a warning)
        
        Ulfex warning: inavlid po attributes extracted from /home/timar/libreoffice-master/sysui/desktop/share/launcher_unityquicklist.ulf
        No string specified!
        GroupID: startcenter
        
        Change-Id: I39b08feb8bb691da17a7a7ed5d17411720ae1d6a
        Reviewed-on: https://gerrit.libreoffice.org/3909
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edab1a30fcb159347ee6034fefcfd0773aa5f335]

        trying to unbreak windows build
        
        Change-Id: I3db28992dc3d3bbe63d8679d5a43bab11a66bdcd

2013-05-14  Michael Meeks  <michael.meeks@suse.com>  [1d4bbe7b305558faf86aa083cc50d71a7804ef7d]

        vcl: attempt to fix high quality scaling to get aspect ratio right.
        
        Change-Id: Ic62c6a16c39dd4e4e19bf9a96503ecf6ac50f292

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [d97732f635c0583fbeea5706399ba9197903dc83]

        sd unittests: Fix the loading of .ppt tests, and introduce test for n#758621.
        
        This also adds instructions how to easily add tests for which it is enough to
        check the drawinglayer dump.
        
        Change-Id: Ieaf261a9be0c8da2fa81c075dadebcac0c07def5

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [afdbd5099237c5f9ab4f7b2a6599fe05ce703330]

        sd unittests: Cleanup in filters-test.
        
        Change-Id: I4dde07c4f796fa33b23cc3e67924270bb3e45ec1

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [7f33959d0b0c57838d5752d7053cf6c102ac5bd4]

        sd unittests: Move Autofit test to the import tests.
        
        Change-Id: I6c49345fa518f19c942ff0fd7849c689d0cd5db6

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [39ee11db03368a18bc1746a6312307c4cf1b4bdc]

        sd unittests: Move a smoketest where it belongs.
        
        Change-Id: I495f8698f58a2a4a11999e8e439eddd6a703b321

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [ab0189b2b881ee6bb324876be3311ec1942bd235]

        sd unittests: Reorganize the Impress tests to be a bit more focused.
        
        Change-Id: I222c824681fc7bcc25c6f591f09c69fae8c812ec

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [77b14c46aae4240226ef16ae3842e3ca35aaee73]

        sd unittests: Better name for the import tests.
        
        Change-Id: I62c47cbfd71e7606770552368e97e1c92fadf211

2013-05-14  Jan Holesovsky  <kendy@suse.cz>  [91ab2b6e9d7ea77778e65831cff0a17f3f48ce67]

        Improve error messages for the xml-diff based unit tests.
        
        Change-Id: Ided6749ebe4899a6d826d069c38d7b21b467d431

2013-05-14  Andras Timar  <atimar@suse.com>  [e347af862c2289b16f231c9085492e913861e347]

        typo fix: s/inavlid/invalid/
        
        Change-Id: If75cad038f35033be6dcad6f051673bd795accf3

2013-05-14  Joren De Cuyper  <joren.libreoffice@telenet.be>  [833cafe4eb9e0bd6b599e8bcbb6d77f4f2243034]

        fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut keys for Redo
        
        As discussed on the UX-advice and bug report itself,
        we agreed to link both shortcut keys to the redo command.
        
        Due http://opengrok.libreoffice.org/xref/core/framework/source/inc/accelerators/acceleratorcache.hxx#75 :
        /*map commands to keys in relation 1:n. First key is interpreted as preferred one!*/ the shortcut key
        that is mentioned in the menu entry is ctrl+y (or cmd+y for Mac users).
        
        UX-advice thread: http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-May/002033.html
        
        Change-Id: I8d766b300d79e9ebd85dc5ae7bb327cf9c1a7c41
        Reviewed-on: https://gerrit.libreoffice.org/3853
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Julien Nabet  <serval2412@yahoo.fr>  [d3f08c67ac45024a65730e6a281a525b8159ef5a]

        cppcheck: fix arrayIndexThenCheck/optimize loops
        
        Change-Id: If399abf5fb3eaea91f4f5d5e86b86b37790d3c9a
        Reviewed-on: https://gerrit.libreoffice.org/3869
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Lennard Wasserthal  <Wasserthal@nefkom.net>  [9fa5c64eeb5d038a5fac25dfd80e72bd22b5ed18]

        fdo#55582 calc part
        
        Since the actual Patch for fdo#55582 hangs on the writer part,
        I commit that bloody sc part NOW,
        to appear as early as in 4.1.
        
        Change-Id: I01ce4a7a7738304f47efc718c382a5b1dee68ea2
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/3872
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  David Tardon  <dtardon@redhat.com>  [16a0badd3ec3588d4a6561a3cba7992cbef6b5da]

        always create dirs for autotext files
        
        ... thus avoiding an annoing warning when a user tries to use autotext.
        
        I think we can drop DEFAULT_TO_ENGLISH_FOR_PACKING now.
        
        Change-Id: I230341c8bf1c925c51a4059b93153d5cd83d5310

2013-05-14  David Tardon  <dtardon@redhat.com>  [fbed11a411eb3c013f465660c5cd3e6db0508806]

        don't accumulate dirs in error string
        
        Change-Id: Ied7437026009f07052dd07d41ba08c82bb6db295

2013-05-14  David Tardon  <dtardon@redhat.com>  [c55b08547e7f30ad76ddcdeb7cb8ed7725b2d322]

        bin dynamic alloc. nonsense
        
        Change-Id: Iaed4e27a92937ddbdb0cde783c0e3be611eec7ca

2013-05-14  Radu Ioan  <ioan.radu.g@gmail.com>  [ac937d8be69953abcaf1365644c6607c279f37a6]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
         - replaced osl_trace with sal_info
         - replaced dbg_* with sal_*
        
        Change-Id: I80aca85562e4a43fded5c37f9895e51f79e42c14
        Reviewed-on: https://gerrit.libreoffice.org/3771
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Matthias Freund  <matti_lx@yahoo.de>  [e76e427ee68f4717a143a20733b09e845d73921d]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 4)
        
        The last files of this directory. :-)
        
        Change-Id: I94cc2d50c85acd7434f12766094d3edd0cf9d71d
        Reviewed-on: https://gerrit.libreoffice.org/3890
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Matthias Freund  <matti_lx@yahoo.de>  [d90dd83765bfabfe9dbf91c7ece886986620e6d4]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/utlui/
        
        Some of the files I had missed.
        
        Change-Id: Ie150e8812b674a9fdd0cb904489dfb561bdcf7a2
        Reviewed-on: https://gerrit.libreoffice.org/3891
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Matthias Freund  <matti_lx@yahoo.de>  [596bd36951a4b4b98239749d5913da61143e6d48]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/ribbar/
        
        cleanups and translations - and a forgotten file.
        
        Change-Id: I048ff445fa04b12cb86ae580370bfe444041d41f
        Reviewed-on: https://gerrit.libreoffice.org/3893
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [62b1030ae59652ec8230cecabef4d5076376ef51]

        coverity#1019413: Unitialized scalar variable
        
        Change-Id: Ia0a2a1a137176f2f2176b2c16cd7a747d9bc9b52
        Reviewed-on: https://gerrit.libreoffice.org/3895
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [62be20899d952d54e5ee5874d26ffb20b8f70eef]

        coverity#1000721 Resource Leak
        
        Change-Id: I59161a08eee0406ac71b1212a0a8697edf27911f
        Reviewed-on: https://gerrit.libreoffice.org/3897
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [e3258713793f03d6cf96c19ff4c5d15a0cd666f1]

        coverity#705731 Resource leak
        
        Change-Id: Idbe476534025017d21e8af353e92a15cee902cca
        Reviewed-on: https://gerrit.libreoffice.org/3901
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Mark Wielaard  <mark@klomp.org>  [34cf34d6514b5ab581ec09b2689642b18a2d9cf4]

        Require at least gio 2.26 for the dbus support.
        
        Change-Id: I6276d55081098f567104f61fde896d1b66591522
        Reviewed-on: https://gerrit.libreoffice.org/3904
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [e5b2edfb93adcd65b00eaa0eb8b5cfa6760e7034]

        coverity#982969 Resource leak
        
        Change-Id: Iabf637be4b704de4165c5cefb6a19687a1b5637a
        Reviewed-on: https://gerrit.libreoffice.org/3902
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [372063ac1363a9dfda6b2df94ef22fe1f3828fd4]

        Uploading libmwaw 0.1.9
        
        Change-Id: I9f6f9d6a162e0aed49754229357fc2731a4037d0

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [9f3f93b74b20822344cd8b21e69c4aee6c0bbaca]

        Remove redundant override
        
        Change-Id: Idda7987a5042b93a02cfa65160a355f040a03543

2013-05-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9ceda3013a6b7e60e0e56ba540e217fd36a34a0f]

        fdo#64249: make sure we have matching start/end level for table in shapes
        
        Change-Id: I4928f6a54e6cca9b26c0d2391fc1545688be2375

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [caaeafa3ed01509989b4e742698e06c2d15add11]

        this .ui is unneccessary, zoom is already converted (in cui)
        
        Change-Id: I7e5b6523f3595667d3d1bfe42d864d5c7476bf43

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [b869456a7482611455a7ed1d4e0acdda8519a9ad]

        Updated core Project: help  915ff02c0ee683d1ccbc1b3f5a9f53baa5646f8a

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [80e8a10ef26be310b14df431f68ce9283ef59f0c]

        work harder to hide shared first page stuff in calc
        
        Change-Id: I0710f1e2f826580a6cb24644517a4bb110d91a7d

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [75ee75cd5e6b2bf98f4918bb586eac8af935e0c7]

        convert army of header/footer dialogs to .ui format
        
        Change-Id: Iee43ce2020faeaa87b6f60d1c7af70f3e1e9c70f

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [3fb33e3e04c7f339e1e15d24529e8ea1d4dbe321]

        split ScHFEditDlg into multiple classes
        
        Change-Id: I4b2216fac0ef33cb9f906b9a01aff05759d39e47

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [a322988084878e428f013438720841771650a68e]

        refactor raw use of ScHFEditDlg to use ScAbstractDialogFactory
        
        Change-Id: Id9591bef0845b65d496103f82b0af5a828c4eaac

2013-05-14  Caolán McNamara  <caolanm@redhat.com>  [c4f46a2c9a70895c6f62016fcace824b01c5ed2b]

        remove unneccessary argument from CreateScHFEditDlg
        
        Change-Id: I2e2fa80678375d49ea4b100515eecd932a79b471

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [ee47dfa4747474bceb266df5ea1638a2e3161c1c]

        LockHelper::getGlobalLock is never called with an argument
        
        Change-Id: I90b431345d791c887f9047258a6f439bcf222784

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [4af8a94a96594a91cb54bd5b11d9a2f33eca5e65]

        Remove unused LOCKTYPE_FRAMEWORK env var override
        
        ...which means that only the E_SOLARMUTEX part of LockHelper is ever used.
        
        Change-Id: Ibff0bda324af67c85cbd2975d308c612c66e5052

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [61ac80a6f6d1efef7e69d2ded98ae53fe8e5a156]

        ENABLE_MUTEXDEBUG is never defined
        
        Change-Id: I533cc7041177cceff14d1e44e4cd1d25d5e94c11

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [11fd73acce5d8bff7025bb6ddcbaf99d9d70b545]

        SolarMutex does not belong into the URE interface
        
        ...so move it from osl/mutex.hxx to its own comphelper/solarmutex.hxx.  It looks
        like a newbie mistake that 59e7685d8d812ee8773f57475cbe3aa2a0bdfc81 "Create an
        abstract interface to be used to implement a SolarMutex" put it here in the
        first place.
        
        I do not consider this an incompatible change really, as no external URE client
        code should have used SolarMutex anyway.
        
        (Also included some clean up, like removing unused
        {Clearable,Resettable}SolarGuard, and spelling out SolarGuard in the few places
        it is used.)
        
        Change-Id: I121ffb5b7cefbc19e88b5405e5a85ffc895be852

2013-05-14  Eike Rathke  <erack@redhat.com>  [a883783c2a1b0e7a8ee5b46387d1e1e3bc5e19bd]

        resolved fdo#60468 no special tab case workaround for CSV import
        
        This reverts 322cbc3818b0553254aab2dfb3c5b196fe814097 "Import mal-formed
        csv files gracefully." (code now moved to a different location) which
        was a workaround for a specific situation that breaks things with other
        documents.
        
        With the rework of CSV import for 3.6 the import of the one failing
        document https://bugzilla.novell.com/attachment.cgi?id=294589 from
        https://bugzilla.novell.com/show_bug.cgi?id=507322 works almost fine
        without this workaround, with one difference in row 1805 where data is
        completely broken and parts of two rows end up in one cell P1805. That
        row wasn't correct with the workaround either, see also cell P1805 in
        earlier versions.
        
        As a result now without that workaround there is one data row less for
        the broken document but correct data for correct documents.
        
        Change-Id: Iacf56993619cd92c1df81f0c49de0eeb04c2e4e4

2013-05-14  Noel Grandin  <noel@peralex.com>  [708cab47c4457637f87815750a026168b3f10c84]

        fdo#46808, propogate XLinguProperties through some more code
        
        Change-Id: I89258875094e9731921fcafdc903278ca8f95aa8

2013-05-14  Noel Grandin  <noel@peralex.com>  [c75a46fbd0ba4daf857fcd7d70badeed5aae8e28]

        fdo#46808, use DialogProvider service constructor
        
        Change-Id: I1652be5cefd00892426cf8559cadc9605ad8d439

2013-05-14  Noel Grandin  <noel@peralex.com>  [8bf8a2f3493273cb408ef86c5d971e18fa8fc40b]

        fdo#46808, Convert script::InvocationAdapterFactory to new style
        
        Change-Id: I2fe24c863f4c43471f46032ed15fcd5b98863fc1

2013-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [9adf9a2d63927ef3e3573ce062bb741659534422]

        sal_Int*/sal_uInt* to bool
        
        Change-Id: I133445673895e26d6f19a7843f005dc13870f9ca

2013-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [1136925b2377925e4f6b83c4aeb2374e1d5bf32f]

        initialized with plain 0, instead of sal_False/false
        
        Change-Id: I2df1bd52293c4423de5ac4c41f9392be1e8d2ccf

2013-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9febe2cc5000046bf49b973efb3970013a5b84e1]

        Uploading libwpd 0.9.8 release
        
        Change-Id: I03a9a06058a8fbde736b3d897918e8eea8c2a1d6

2013-05-14  Michael Stahl  <mstahl@redhat.com>  [8b6fc11782a449c06d013ac5e2ebfc3319d596de]

        svx: revert usage of "dbtools" headers
        
        The root cause for build failure was fixed by
        41cc83d7d6603657be91ec942b718e0d97761f2c
        
        Change-Id: I9502f668e3f27a99aa278396bee36de131706d90

2013-05-14  Michael Stahl  <mstahl@redhat.com>  [41cc83d7d6603657be91ec942b718e0d97761f2c]

        svx: remove entirely gratuitous dependency on sqlparse.hxx
        
        ... caused by stupidly referring to a class member by its subclass.
        
        Change-Id: Icdf7d7953a69d10b62ee78740e42bfe722bdc65b

2013-05-14  Michael Stahl  <mstahl@redhat.com>  [a362a94b6b0b145f42294adf531fe90c0b156e5f]

        config_host.mk: remove DMAKE variables
        
        Change-Id: I2e768f92ea6f4302ebede403e84d7bc70b4f3107

2013-05-14  Michael Stahl  <mstahl@redhat.com>  [96fe61f40e7c065d5bbc2f5cb60e2b9e05e8bc79]

        pyuno: remove obsolete makefiles
        
        These should have been removed in b6bcbb675afedba0c47654dd78dc446dac0630d1
        
        Change-Id: Iec28da16542f16c459bf301649260d8b13c1c67d

2013-05-14  Miklos Vajna  <vmiklos@suse.cz>  [1db501836805b3da00db699ddca892bf5635ccf5]

        Out of bounds substring access
        
        Change-Id: I96e2845a17db78345adfb7c3e9e0dea5dbbb0a6b

2013-05-14  Mark Wielaard  <mark@klomp.org>  [8c7d865226c80397274b767c95c3fc1df4a774b8]

        Remove --disable-unix-qstart-libpng from distro-configs.
        
        commit cc858aca0ebf653eebceaf09e2316763d8d81051
        "configure: substantially de-bong libpng handling"
        Removed the unix-qstart-libpng configure option.
        Also remove it from the distro-configs.
        
        Change-Id: I99de8b99d531d7bedc76ac171050219801000284
        Reviewed-on: https://gerrit.libreoffice.org/3900
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-14  David Tardon  <dtardon@redhat.com>  [63cf9cf151e18ce305493739bf4de7a5a7a1227a]

        hack around installation problem on windows
        
        Change-Id: I1993803ab7ea72ea948032fd853586e34d66ea88

2013-05-14  Miklos Vajna  <vmiklos@suse.cz>  [a3e4b1e91fe62f8df0311751eafb8ba217710d6e]

        testcase for becb244b4974609b0570e8db27d74e7e1179181c
        
        Change-Id: I37df8d6d5cbc9b37fa03681e8dc32a4926cd42a9

2013-05-14  David Tardon  <dtardon@redhat.com>  [604bdac5b1a55066133f53b8cdc19f3e2dd7ed94]

        gbuild: allow to depend on headers of a library
        
        ... even if we do not link with it. This was previously solved by
        delivering the headers to solver and depending on the Package.
        
        Change-Id: Id1b53b88d54226cb3ce02f5f2424632596fa069a

2013-05-14  David Tardon  <dtardon@redhat.com>  [28abf5db1360a2b1b26e05871f6a52da4a24efea]

        gbuild: Package connectivity_generated is gone
        
        Change-Id: I3471e83cccb84590d2ab154f086015d59730bd43

2013-05-14  Tor Lillqvist  <tml@iki.fi>  [f5f020d594d96e61b1d633da309efa43eab4556d]

        Fix syntax error
        
        Change-Id: I161cf0fb2c5bd071a963ece61928efb7938de6c2

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [746758ddcc10afc9821e321fcc279bc66bdce240]

        Consistenly have modelines for all templates
        
        Change-Id: I9ef62c5cb882c323d134f87ea50202c7b40bb6fb

2013-05-14  Matúš Kukan  <matus.kukan@gmail.com>  [f3603fcf09bc4bd2879b0898f725911973cf903f]

        urelibs: sal's object files need -lrt
        
        Change-Id: I1bb92b367a83c29a9e6a1767f4417b24ec5ecc6e

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [848d477df82251931ec08ce7f05b339a99fddb2a]

        Include PID and TID in SAL_DEBUG output
        
        ...and clean up log.cxx somewhat.
        
        Change-Id: I657cf6c938cafa61959a8dc59c9f95dba5183d9f

2013-05-14  Stephan Bergmann  <sbergman@redhat.com>  [893404cf5e7774ffd9bd6f276586629f9d9d3ae2]

        Improve test log output
        
        Change-Id: I11afb19726ecf6b585d84517cf2a8244800db81a

2013-05-14  Noel Grandin  <noel@peralex.com>  [3abe867790a1a896e30e9887546aef8b9e651b53]

        fdo#46808, fix call to sdb::tools::ConnectionTools
        
        In my previous conversion to new style I forgot to pass arguments
        into the service constructor.
        
        Change-Id: Ibbf750315b3e62869b1eb4c520808327002f2dcc

2013-05-14  Noel Grandin  <noel@peralex.com>  [4460f213df777f569fa2a2091885c29c7653637f]

        fdo#46808, use XComponentContext in SfxLibraryContainer
        
        Change-Id: I6f66fc69a40e2cd2ef2372e0413ff95b6202c5c5

2013-05-14  Noel Grandin  <noel@peralex.com>  [67042f1f0314da51dbea6602ddcdd0a4ab347bc7]

        fdo#46808, replace XMultiServiceFactory with XComponentContext is SfxLibrary
        
        Change-Id: I150d86b4ae4004e7c39ec6a3ed7fba31029f8ab1

2013-05-14  Noel Grandin  <noel@peralex.com>  [0fd6fc3776ada4682e7286f9a0aaaf4c07b42643]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: Ia66283321d4d18d929b2e3406ad420627f73a3fd

2013-05-14  Noel Grandin  <noel@peralex.com>  [0394cb37a2d378511f265004b285fd93df37e5ca]

        fdo#46808, Convert ui::ImageManager to new style
        
        The service already existed, it just needed an IDL file.
        
        Change-Id: I5bdc3064b0a3caa5a0d2abf4ef5ba3159889c7af

2013-05-14  Noel Grandin  <noel@peralex.com>  [4481f5d4bcf0ba5b5d02c1dbff6d24d1e5301ff6]

        fdo#46808, Replace some XMultiServiceFactory with XComponentContext
        
        Change-Id: Ifbf8041ef9ffbecb88dacc9757895d777805372f

2013-05-14  Noel Grandin  <noel@peralex.com>  [357e1c0f8dc6efc9ef05d635173dd32a617e1708]

        fdo#46808, Convert setup::UpdateCheck service to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: Ide9fe23861d43845e242d4637b3ef9673b30e068

2013-05-14  Noel Grandin  <noel@peralex.com>  [ef0af5032ad283ffb3b4521eb097a118d58f332a]

        fdo#46808, Convert linguistic2::LingProperties to new style
        
        API-CHANGE:
        Removed the following interfaces from the IDL because no-one was
        using them:
            interface com::sun::star::beans::XFastPropertySet;
            interface com::sun::star::lang::XComponent;
        But the service still implements them, so old code should keep on
        working.
        
        Change-Id: Iab058fb42bd1a54e0b9632e99e564fdc0869fe6e

2013-05-14  Lionel Elie Mamane  <lionel@mamane.lu>  [bd27671c0ccc3505efb9fc493e0cfc63df449856]

        Initialise the default-constructed ConnectionTools
        
        Regression from the "convert to new style", which led to ignoring aArguments
        
        Change-Id: I09477578f77b253b8c6435d52e1e636d2e212023

2013-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [acf9b40977fd0d7cf604ff9f17dd7cc5aef8b2e9]

        sal_Bool to bool
        
        Change-Id: If2f09533666a6090d4860e79b33a05d12e058940

2013-05-14  Andras Timar  <atimar@suse.com>  [e452abddfe1bbb88ca050e9aab0834b393f54693]

        add dictionaries to ca-XV language pack
        
        Change-Id: I1afb4388bbb811a7d296b86a4a8b77758964daaf

2013-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [e7a41314081de30d3b542b88848808de1a43775e]

        coverity#1000855 Unitialized scalar variable
        
        Change-Id: I2bece68ed33f3aa193a30d9686ba81d21c7ec55e
        Reviewed-on: https://gerrit.libreoffice.org/3896
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [8a1fbd41ef0c7c066e88f7f449275a89f61d2bf5]

        Remove redundant OSL_ENSURE
        
        Change-Id: Icb3c4a4afe80e50d6f39e9a8092eab71afed2e2d

2013-05-13  Andre Fischer  <af@apache.org>  [1e8482db2d8b0b19fac88673384c227047a862b1]

        Resolves: #i120635# Removed httpserv.jar and changed its dist directory
        
        (cherry picked from commit efc6346ef6a3a9b618979230036d877149ce0d7d)
        
        Change-Id: I983b106ef46bd9b95f6ef12d3c2432d604dd08a8

2013-05-13  Armin Le Grand  <alg@apache.org>  [6b5523d1d7c237883b3a87b6c8d7389a4795314d]

        Resolves: #i115917# Better conversion of C1 and C2 bezier curve points
        
        Patch by: osnola
        Review by: alg
        
        (cherry picked from commit 76741df0b60b9157710f8e66720275749dbf98bd)
        
        Conflicts:
        	tools/source/generic/poly.cxx
        
        Change-Id: I0de15a92e68b766258e285ed17365816064da141

2013-05-13  Armin Le Grand  <alg@apache.org>  [72e54b69601dc44932d4a3c9882d24d2380ae3b7]

        Resolves: #i120106# implement a SwPosFlyFrms which avoids memory leaks
        
        Use boost::shared_ptr and stl tools to implement a SwPosFlyFrms which can be
        used and handed over by value and cleans up it's content to avoid memory leaks.
        
        Found by: Chao Huang
        Patch by: Chao Huang, alg
        Review by: Chao Huang, alg
        
        (cherry picked from commit c26f80aa1ba65b63e313dce9c6d7e40ab8efede6)
        
        Conflicts:
        	sw/inc/doc.hxx
        	sw/inc/flypos.hxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/layout/flypos.cxx
        	sw/source/core/unocore/unoobj2.cxx
        	sw/source/filter/html/htmlfly.cxx
        	sw/source/filter/ww8/writerhelper.cxx
        
        Change-Id: If610457654b1056d799d4336cd249815f7878a96
        
        Fix build breaker from i120106
        
        Patch by: Chao Huang
        Suggested by: alg
        
        (cherry picked from commit 880aadbeba4e31049d5b7f0a34323553fb6249fb)
        
        Conflicts:
        	sw/source/filter/ww8/writerhelper.cxx
        
        Change-Id: I516fcb6ee69944c54cc9eb76c069eb8b28749050

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [a85f5b1ee0ccf5e1999f5452ce162e251191dd98]

        clock_gettime requires -lrt at least on Fedora 18
        
        Change-Id: Id01c86517a89dffd560440d333a37eaa80738b56

2013-05-13  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [5b01acf745babb07a1d2c2b926f0aaee2bde0e91]

        Bin IsDigit method and use isAsciiDigit from CharClass
        
        Also remove the unused function strnccmp.
        
        Change-Id: Ie857dfca1e52b1251f85abfba3cd0e12e509974f
        Reviewed-on: https://gerrit.libreoffice.org/3888
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-05-13  Lennard Wasserthal  <Wasserthal@nefkom.net>  [42824b9c5639d8d2ab621e33825b0d19ededff82]

        Added further documentation for sfx2
        
        Added further documentation on the sfx2 framework.
        Turned the packed odg file into a git-friendly html+svg file.
        
        Change-Id: I0b86f00ffb9355d4cbc911a7b406b1b76dbf62ac
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/3871
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  Tor Lillqvist  <tml@iki.fi>  [1887d2e944510b59b975c5ffbc8c0e12335d1a57]

        WaE: unused parameter 'nCurrentLeft'
        
        Change-Id: I9aa9b0215d9d2c8db7b88fbb1e0d30bcc4889a36

2013-05-13  Julien Nabet  <serval2412@yahoo.fr>  [b12ef43863228c5b2f5b2c189e309f2228237120]

        cppcheck: fix arrayIndexThenCheck in vcl
        
        Change-Id: Id7258dd35c131c2c8151bc5e0f97076241e6d10f
        Reviewed-on: https://gerrit.libreoffice.org/3868
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  Julien Nabet  <serval2412@yahoo.fr>  [4295dfd22cef24e881a4f769f59bf6fdcbc12f10]

        cppcheck: fix uselessAssignmentPtrArg
        
        Change-Id: I260bb1207cebb8cefb52fe1db3f51b63239b25a7
        Reviewed-on: https://gerrit.libreoffice.org/3873
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [9b9ee3d5e2f2e45b0c94b631649ae13cdbc1f0c3]

        dev-install: create the 'install' link in the builddir not in the srcdir
        
        Change-Id: I9d1e7ac746928c2a793ac05d932af60d0c8edc06
        Reviewed-on: https://gerrit.libreoffice.org/3887
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-13  Matthias Freund  <matti_lx@yahoo.de>  [10ab5bbfec449973ed8fbb77607f0a1aec2c950f]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 3)
        
        Translations and cleanups.
        
        Change-Id: I538afbd8c8981506dafd5b4cf897585f6926d7c7
        Reviewed-on: https://gerrit.libreoffice.org/3875
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  Björgvin Ragnarsson  <nifgraup@gmail.com>  [275b881d935d59293f7e9195092d02915f753caf]

        Icelandic currency: fractions of króna are not used any more.
        
        As of 2003, banks stopped accepting aurar and they are not interesting any more because of inflation.
        
        Change-Id: Iff8b92fe129c097d125f6938735c8d2bb4016346
        Reviewed-on: https://gerrit.libreoffice.org/3874
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  Arnaud Versini  <arnaud.versini@gmail.com>  [c85493b6a8033f5bab937e970f824d3a4bcbc790]

        Use clock_gettime instead of gettimeofday to have more precise time
        
        Change-Id: I8e568368e7626789dee21d4823dbedec6257a231
        Reviewed-on: https://gerrit.libreoffice.org/3841
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-13  David Tardon  <dtardon@redhat.com>  [e84209af1104ff7d94e69324d946c6d8113e0066]

        drop unused makefile
        
        Change-Id: I9ef6331e49c26ce5060aea52157a600274a1b080

2013-05-13  David Tardon  <dtardon@redhat.com>  [20feaeed7e410fc0c79dedd14041e0c4f6241973]

        the program dir is called MacOS on MacOS X
        
        program is only a symlink to it there, created by the installer.
        
        (Hmm, would it be possible to have MacOS symlink to program instead? It
        would simplify things :-)
        
        Change-Id: If21df47da5ac7c77358656f40d9caaaa62a7e87f

2013-05-13  David Tardon  <dtardon@redhat.com>  [553084d4842c5e4488e1d28d3cbd20798fd906b0]

        only create all-langs installer for windows
        
        We produce standalone -langpack packages elsewhere. This should get the
        size of the main dmg for MacOS X back to normal.
        
        Change-Id: Ifd0cb1f9e31fe211c15636ddb6653e3672570819

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [d92643a5c191130da48e4077cf535594bba64870]

        If the first page toggle is hidden, don't set first page to true
        
        i.e. in calc format->page->ok->format->page would end up showing
        the first page toggle as visible and enabled, and calc doesn't
        have the first page feature
        
        Change-Id: I8bf320fd4d630043ddfc7a9b70c402dbac1d6691

2013-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce4f51c714d5aa6f2f44cc7de89596f8e72cb600]

        Uploading libmspub-0.0.6
        
        Change-Id: Ie432d747e4b32a95380f86c73b1a106f6a5903f6

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [e4f4d46b3a972c0ebba9f3c6a84bcf649fc8aef3]

        set correct single tab page parent
        
        Change-Id: I078240882f727aa5f71785d7a0039eff8b402541

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [f040f912ead88f9a9ba6a983bc81f68818ce7b9d]

        unused helpids
        
        Change-Id: I88d8aab53bf18720ebea4f3cc07de0368e943c29

2013-05-13  Andras Timar  <atimar@suse.com>  [ec97c59ad376e895c1015e04f638804ce71077a6]

        added Udmurt [udm-RU] to language list
        
        Change-Id: Ief2413fda7ecbf4cc73bc0d2bf483f9a6c16cca8

2013-05-13  Adam Co  <rattles2013@gmail.com>  [e9e1d7fc4de8fc44adf35fe302c75591b3c5bc18]

        fdo#64531 : Tab-stops exported to DOCX added too much indentation
        
        Change-Id: I12747006c8aac663f9529b495914f4a08301c66f
        Reviewed-on: https://gerrit.libreoffice.org/3884
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [1472b5f87314fe660ef1a7b254e51272669f12f6]

        zoomandviewlayout.ui widget
        
        Change-Id: I8d607a5960ffc3c69ffa97ca3e2ebae555044581
        Reviewed-on: https://gerrit.libreoffice.org/3794
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [9b654ab472f287928f6ac5b92cc7781be70a867c]

        Updated core Project: help  60ba9eab1a22a0b3c0e77f1000a90f626fb0cd1c

2013-05-13  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [9434ebaa39a65940ac0af5bc35870da71d3cd479]

        pastespecial.ui widget
        
        Change-Id: I1e26bfe16a64aee8d94dc6a8042a8a4cd722ade1
        Reviewed-on: https://gerrit.libreoffice.org/3790
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Tor Lillqvist  <tml@iki.fi>  [f218110744cbb2ec79796d886042546e47334cca]

        Get rid of GlobalEditData::GetStdRefDevice()
        
        This avoids a crash on exit in a dbgutil build on OS X.
        
        The horrible bOwnerOfRefDev crack screams out for boost::shared_ptr, I think?
        
        Change-Id: Icf3ae3c28da0583a44472f36312b07766734bf7b
        Reviewed-on: https://gerrit.libreoffice.org/3886
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [cd1034f87ae0c03d8107e2e1fd8f968c3f7075b3]

        Related fdo#35546: Remove "1 Image with Title" Layout for Photo Album Dialog
        
        There will be an option for all Slide Layouts to have a title.
        Discussed and decided here: https://wiki.documentfoundation.org/Design/Meetings/2013-05-11
        
        Change-Id: I891511d6cf8183e45b41a9358f4821f7de551836
        Reviewed-on: https://gerrit.libreoffice.org/3858
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [3986bd60487e1a6cf36b98a76f2eebd5afa397ae]

        restore STR_PHOTO_ALBUM_TEXTBOX to fix build
        
        Change-Id: I7b8924406735d687cf16123880942530a8b42c7a

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [3182b959c06535884f7adb501e5373012fc30601]

        reenable left/right area swap in .ui layout terms
        
        Change-Id: Ic680a0e9f0254722163c1bd1b822d1c51f96454f

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [c3bf1bdaabb31b4db5455d27720f92854f3f9778]

        and now we can convert single-tab mode too
        
        Change-Id: I1283844ee07ddb47e799d5fe2eb795526c6c76fa

2013-05-13  Olivier Hallot  <olivier.hallot@edx.srv.br>  [70af05cf740d3b4639f110489dc0e9e1e7571931]

        Convert Calc page header/footer content to Widget UI
        
        Change-Id: I26465f69a7fa50fa58643c00225376a82ba8a7fc

2013-05-13  Khaled Hosny  <khaledhosny@eglug.org>  [dd5b15ebd868e21b4c948ccb7978136a91a7992c]

        Handle fonts without hhea or OS/2 table e.g. Type1
        
        Change-Id: Ib7245e9f8b7874087966cb1098e63d1f83acaa6a

2013-05-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [3c480196dd66df48f8ab637a2ac26ffbca328063]

        Related fdo#35546: Remove the "Text box" function from Photo Album Dialog
        
        This has been discussed and approved in the Design Team IRC Chat on 2013-05-11
        
        Change-Id: I70b861c09af2dfa79c9f773a47791b101888c8f9
        Reviewed-on: https://gerrit.libreoffice.org/3857
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ba489418be7b67fd1e0e6a136ace9667a49a1013]

        Related fdo#35546: Further improve Layout of Photo Album Dialog
        
        With suggestions from http://nabble.documentfoundation.org/Streamlining-the-Photo-Album-Creator-td4054397.html
        
        * Moved "Album Layout" to the right
        * Changed buttons to GTK Stock buttons, added VCL equivalents
        * Improved the wording of the Layout options
        
        Change-Id: Icfb24a8678d096bb596bcdeabbf539e9fe1835db
        Reviewed-on: https://gerrit.libreoffice.org/3852
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1c7af341d068e4474774077524ccc15721ea3df3]

        Related fdo#35546: Simplyfy Code in Photo Album Dialog
        
        Create a method for enabling/disabling the Up/Down/Remove buttons.
        This also fixes some wrong behavior.
        
        Change-Id: Ie40a4f3bb4402b988071b315617404c802b7e92a
        Reviewed-on: https://gerrit.libreoffice.org/3855
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-13  Noel Power  <noel.power@suse.com>  [f34c31560bb29f90d579a795cd9f7707163c025f]

        fix Workbooks.xls unit test ( was failing on windows )
        
        Change-Id: Id1e3a761765c1e860f611f40a78a6c24fa17d055

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [935d074e9fd4d4feab4dd393e5b4938bf32de1cb]

        mkdocs.sh: adapt to global include dir
        
        Change-Id: Ieacf702649fd9581213612454eba67ba38f8cc13

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [3c607d39a45277b93f8fd8f3c67dbd3ba4bb874d]

        remove unnecessary intermediate window from frame preview
        
        Change-Id: I5b9ce26b52ca2b10b87cfcfbf83ff1a0fc4c7659

2013-05-13  Isamu Mogi  <saturday6c@gmail.com>  [80cf1c22b629d524de18f20dcfd155d889ee5d2f]

        gbuild: Replace SHOWINCLUDES_PREFIX without regexp.
        
        With MSVC Japanese, SHOWINCLUDES_PREFIX includes regexp special
        charactor \x5b (left square bracket). In this case replacing
        SHOWINCLUDES_PREFIX with regexp fails. To fix it, this commit
        changes the script not to use regexp.
        
        Example value of $SHOWINCLUDES_PREFIX from MSVC Japanese:
        $ echo $SHOWINCLUDES_PREFIX | hexdump -C
        83 81 83 82 3a 20 83 43 83 93 83 4e 83 8b 81 5b |....:.C...N...[|
        83 68 20 83 74 83 40 83 43 83 8b 3a 20 20 43 3a |.h.t.@.C..:  C:|
        5c 54 65 6d 70 5c 73 74 64 69 6f 2e 68 0d 0a    |\Temp\stdio.h..|
        
        Change-Id: Ic7d85fc3a93807de11155488e9d0368427375c78
        Reviewed-on: https://gerrit.libreoffice.org/3579
        Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de>
        Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [0e750859cd4a712a5d232ad12b52ed01b1b05109]

        enable preview of business cards
        
        Change-Id: I841f7599d8808bd747fb4fb6a1837dc7c2059231

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [0ff2115b07c31663db45dcd71a7e6c554153dac2]

        Fix naming
        
        Change-Id: Ib2f9577429a4b9b97540de1eb40837ddafdc05b5

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [0c3a839f1e1ca16c1f41002cf00c8e21f05dd01c]

        -Werror=maybe-uninitialized
        
        Change-Id: I4959f52510b814f4becb47105c7fd61188ab0e31

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [10e922daecf9e0c0766a758100445064c565a5a7]

        what is wrong with me today
        
        Change-Id: I340a6350e1e6236a9ff5584b50de9be395f1a025

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [38504054d87e3fb8b29cd1172965fb5012983a75]

        Resolves: fdo#64287 missing insert index/table preview
        
        Change-Id: I90aab9339362565dd49b72dd057717f7bbf3d874

2013-05-13  Lionel Elie Mamane  <lionel@mamane.lu>  [2c46fa1299bc00bff5528895bcdffdf0e681572d]

        fdo#64528 macab URL is sdbc:address:macab, not sdbc:address:macab:*
        
        Change-Id: I1e5721815c961e14484f78f449910908ed48aeb1

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [ddb579666ce8b508ebb37f74f2d5d365047026f5]

        -Werror=maybe-uninitialized
        
        Change-Id: I320e08d7d83727a93e0644db80943bc2bb896222

2013-05-13  Mark Wielaard  <mark@klomp.org>  [5338d80a98fb5f97e001c4f6c008ece03c7ae153]

        datetime.cxx (ISO8601parseTime) ‘bFrac’ may be used uninitialized.
        
        gcc 4.4.7 warns about the above because getISO8601TimeToken calls
        impl_getISO8601TimeToken, but if impl_getISO8601TimeToken fails, then
        o_bFraction will never be set.
        
        Change-Id: I3dd9460391c0dcdef37110110ad623c1016f0ddc
        Reviewed-on: https://gerrit.libreoffice.org/3885
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-13  Jan Holesovsky  <kendy@suse.cz>  [490780d1be75c746fec5c1e877bf2c8affbcf059]

        Add missing \n.
        
        Change-Id: I2fbfd9bc214eff1f224e257a0142b64cb5ffaeb2

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [1f0749777085a89e66244f988bd45034e48c8863]

        remove non-functional show preview checkbox
        
        in 9453d3d484c5410be81bae8ff89b492d7cf92052 I made the preview always on, but
        for some reason didn't remove the now non-functional button
        
        Change-Id: I9af3889a3753c919a897d37a96fe37974d83a272

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [fa26737fab95d0361d2968de07bb02358ebbfee0]

        yet another custom widget stub
        
        Change-Id: Ifb216d9efc593e7ecbc9d47b09aed83ab7b2ec39

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [26ce47baf1dc7ccc965d00142ef8fd6ee2367f22]

        bnc#816593 WW8 import testcase
        
        This always worked, but I almost broke it with
        8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de.
        
        Change-Id: I6b7817830da23afea758d1eb90395aeb01e32f67

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [95d8fa0bcd3996b22af3736f439971f419e41255]

        bnc#816603 testcase
        
        Make sure that at least full-page-width multi-page floating tables are
        imported on multiple pages.
        
        Change-Id: Ifb974d50c50b1495634ac2652a3ae46235bb5f52

2013-05-13  Tor Lillqvist  <tml@iki.fi>  [ef8a4af30a3261d92311c7c76af9cb9b123d7a54]

        WaE: 'bFrac' may be used uninitialized in this function
        
        Actually it isn't (I think), but let's silence the compiler.
        
        Thanks to mjw for noticing and pointing out this warning on IRC.
        
        Change-Id: I78885a6dac0c3e27867215d99f6e01d429d086ca

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [8fe8bd6c3b5b1a539b7370f8c457fa69c061d2de]

        Related: fdo#61594 SwWW8ImplReader::StartApo: don't always start a frame
        
        Word supports floating tables, Writer does not. We can map floating
        tables to fly frames, containing just a table, but then those can't span
        over multiple pages. We could avoid creating frames in case the table is
        of multiple pages, but that's hard to determine.
        
        One easy case is when the table width is >= the text area with, in that
        case we can be sure that no wrapping would be performed anyway, so we
        can avoid putting the table to a frame.
        
        Two more related problems:
        
        1) When we need to decide if a frame should be created or not, we
        typically don't know yet the table width. That's why TestApo() has to
        always succeed (in case the paragraphs are wrapped), and then we always
        enter StartApo(), where we can avoid creating the frame, if necessary.
        
        2) Even if we decide that we don't create a frame, floating and
        non-floating table rows are different, so a separate table should be
        created for such rows. By doing all the StartApo() / StopApo(), we are
        safe here.
        
        Change-Id: Ifc0e0e2f7320c3784698d0ff278031b46864e2e5

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [6618d0764d75a9524b2d634883047bdd888c6ee0]

        SwWW8ImplReader::ParseTabPos: make this non-static
        
        I'll need to access the non-static maSectionManager in this method soon.
        
        Change-Id: Ia056ec9c812020c4ac0f4a0f1460a0c9506b12fa

2013-05-13  Miklos Vajna  <vmiklos@suse.cz>  [7d0dd9bd5b9fcd3b575c77e22c909bff15519a84]

        sw: move WW8TabBandDesc to ww8par.hxx
        
        I'll need this struct in ww8par6.cxx soon.
        
        Change-Id: I4cf546ff585c89c076e4fdad93dbbb9b8ea72eca

2013-05-13  Caolán McNamara  <caolanm@redhat.com>  [983beed96af004002fed6b71324c292b0fd9d1f4]

        fix build
        
        Change-Id: Ib29160cc3468bc4a06e269e5cd5121d5689cb1dc

2013-05-13  Noel Grandin  <noel@peralex.com>  [e2fcf87e7f981ef4138054a59e10f87e925e1cae]

        fix: left out SAL_CALL annotation
        
        Change-Id: I0443ce15113945c4e4a97a0016a5c90e9b992c74

2013-05-13  Noel Grandin  <noel@peralex.com>  [09c3e92fcb4cb18d7606c8d116936f9e0c5f3e2f]

        fix uninitialised warnings
        
        Change-Id: I20af2e294482657e2107b96381e400a609374032

2013-05-13  Andre Fischer  <af@apache.org>  [e0dfd32be2e4c3ee389b180fd45348fb1b800e9d]

        Resolves: #i120172# Add missing undo action for changing PresObj index
        
        Reported by: Shan Zhu
        Fixed by: Andre Fischer
        (cherry picked from commit 1289f5be48f50b38b16fb0ad34c7743317e8c79d)
        
        Change-Id: I6c65dbe9bc87a64ebb2b46a9dc2fda855900c810

2013-05-13  Björgvin Ragnarsson  <nifgraup@gmail.com>  [2c99bbe1b7c94b90df73722667ea32c58824489f]

        add Icelandic Hunspell dictionary and thesaurus
        
        Change-Id: Ibf2cb81f57d123825990c7bde90586b894b9cdcc
        Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2
        Reviewed-on: https://gerrit.libreoffice.org/3860
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-13  Stephan Bergmann  <sbergman@redhat.com>  [24591677f476b6c937c4bb34bb8444c124b44d41]

        Fix naming
        
        Change-Id: Id167385e832b1cd78d0612fc2a7611aa76bf0601

2013-05-13  Arnaud Versini  <arnaud.versini@gmail.com>  [4e631a099bf354fe306e2035878ecb90f50ca5d2]

        Fixes fdo#64237 by modifying the underlyning string
        
        Change-Id: I7d387e40464b53a55524bf950b8d413cf8468376
        Reviewed-on: https://gerrit.libreoffice.org/3870
        Tested-by: Miklos Vajna <vmiklos@suse.cz>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>

2013-05-13  Noel Grandin  <noel@peralex.com>  [49e422e58e3193f1614298eb61c756abb299330f]

        fdo#46808, Convert ui::UICategoryDescripion to new style
        
        Change-Id: I4fbba222b8429b5935c8e15c74d1670edd4fb303

2013-05-13  Noel Grandin  <noel@peralex.com>  [088e86b865062dd4cc5ba0c85c6068dea62238db]

        fdo#46808, Convert some chart2 services to new style
        
        The services already existed, they just needed IDL files
        
        Change-Id: Ia7bdae932c5fb4b47d23afd2bb0756ecc9cbf6f7

2013-05-13  Noel Grandin  <noel@peralex.com>  [5d1ad167294878789e644452f23ef883af93fe87]

        fdo#46808 Convert chart2::FormattedString service to new style
        
        API CHANGE: dropped the following services from the new unified
        interface because the current service does not implement them.
            service ::com::sun::star::style::CharacterProperties;
            [optional] service ::com::sun::star::style::CharacterPropertiesAsian;
            [optional] service ::com::sun::star::style::CharacterPropertiesComplex;
        
        Change-Id: I7cb6a5d4e998975b1272f4f4da03feea30cd30b6

2013-05-13  Noel Grandin  <noel@peralex.com>  [39ab9c4e4f4fb26326d8b1f08e4ef45cbe268cfb]

        remove dead code
        
        Change-Id: I501ad5d514fa9f33f92efa3756d2a7c7801bd45a

2013-05-13  Noel Grandin  <noel@peralex.com>  [a39c96af53ec3364de70012ebfa7c09c4a55a7c3]

        fdo#46808, Convert sheet::GlobalSheetSettings service to new style
        
        Change-Id: If5fc10e408427fe5d87968a0ad51a3142f895709

2013-05-13  Noel Grandin  <noel@peralex.com>  [c50c240e4048bd5c3d5017138ff37893476cc74f]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I409d4820dd772aa761e806ac06a4f210c801fb41

2013-05-13  Noel Grandin  <noel@peralex.com>  [86c1ebc1ef4a90e9bc58fb69c2d1d978765a34ca]

        fdo#46808, Convert util::PathSettings service to new style
        
        Change-Id: I302be46b46518e1e872771e1c8a0647f7c330b30

2013-05-13  Tor Lillqvist  <tml@iki.fi>  [ee7f8cb10178fbc348210f6dea0e2ae64964ab6d]

        WaE: declaration shadows a local variable
        
        As far as I can see, the outer variable with the same name already has the
        same value anyway, so it can be used.
        
        Change-Id: Ia041aa1161015d441e99db6e1d4decea6c6fac99

2013-05-13  Lionel Elie Mamane  <lionel@mamane.lu>  [ba26c5e6330f5f1f38aab698b2b2c32cac7b5df3]

        configure.ac: don't use python2 values for python3
        
        unset more internal python-related variables, so that the test for runtime-python >=3 does not reuse *any* value from test for build-python >= 2.5
        
        Change-Id: I508292713d582476db70fcd2b05ce0abb300f38a

2013-05-13  Tor Lillqvist  <tlillqvist@suse.com>  [14a6eab0cbd3b60937177863a23dae28b555561c]

        WaE: signed/unsigned mismatch
        
        Change-Id: Id655a3f97107fd99bdf3c271fdc1938e22d6317d

2013-05-13  Lionel Elie Mamane  <lionel@mamane.lu>  [ca8201ef54cd58e41504dc04101aa76c97a78733]

        configure.ac: fix error message on non-MacOS X builds
        
        Change-Id: I33c0b7218054d8d879d72a2a47899b39ae8458ca

2013-05-13  Lionel Elie Mamane  <lionel@mamane.lu>  [4af1a4a0865d91494c3197fc862bf3b7c49f3990]

        configure.ac: remove duplicate "no" AC_MSG_RESULT
        
        AC_PATH_PROG already says no
        
        Change-Id: Ib920492c89eeb5113474b834ca00882cf47bd322

2013-05-13  Yohei Yukawa  <yukawa@google.com>  [57b5ed51d46fd5673dfe35125ceffa71d39f133d]

        Support IMR_QUERYCHARPOSITION in Writer and Calc.
        
        IMR_QUERYCHARPOSITION is one of optional but fundamental request
        message sent from IMEs to application. This message is used for
        retrieving the positional information for each character in a
        composition text especially when the composition text is drawn
        by the application.
        This information is critical for IMEs to align suggestion window
        with the composition text.
        
        Change-Id: I53a344a78688060004cc8bcbbf1127f22a468e20
        Reviewed-on: https://gerrit.libreoffice.org/3849
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-13  Khaled Hosny  <khaledhosny@eglug.org>  [c0417e82174297ace604c68fc577c831929f3573]

        Typo
        
        Change-Id: I28ea63722f542a79aef904f9be40645baac191e4

2013-05-12  Julien Nabet  <serval2412@yahoo.fr>  [53d7ae8c6b4de6ef50472639979609afa542038a]

        cppcheck: unusedVariable (parameters)
        
        Change-Id: I0a7f230cb7e36857079de20a535cd883e30fd46f

2013-05-12  Julien Nabet  <serval2412@yahoo.fr>  [dfcdfd8577534ac2ab56259afc6f1e19572e6d4a]

        cppcheck: unusedVariable (pPreviewPattr)
        
        Change-Id: Id7ebcb6b2b8ea209ee6158afdb0416b057a3077c

2013-05-12  Tomaž Vajngerl  <quikee@gmail.com>  [71cca07fc18149b37fb22956257dd0b8f5df89a1]

        Remove old scale convolution methods from Bitmap.
        
        Change-Id: I0265a4b4c7b2fda267eb56ef719fd6a53d49d460

2013-05-12  Armin Le Grand  <alg@apache.org>  [baebeb7de4c5f9511e45c2846ec2a72861a948c0]

        Resolves: #i120165# Adapt Mask/Alpha at BitmapEx construction...
        
        when size differs from base bitmap
        
        Original patch by: pengyunquan
        Changed patch by: alg
        Review by: alg(cherry picked from commit 3cfc24693469fb9b682e9c76c28610be1e004799)
        
        Change-Id: I6f09cb18206487c1df01147a902ea0f390d65c65

2013-05-12  Andre Fischer  <af@apache.org>  [8056d92635dd1cb03798d4691611d2484bf680af]

        Resolves: #i118813# Update slide sorter after page format is modified
        
        (cherry picked from commit b8f5370aeea74b68333885450f7ec34918c1d8c8)
        
        Conflicts:
        	sd/source/ui/slidesorter/view/SlsPageObjectPainter.cxx
        
        Change-Id: I42553defdce1636190e8c5c226774135e179e25d

2013-05-12  Andre Fischer  <af@apache.org>  [dbec45e8136a6de7968d93b2fc891d7409133b13]

        Resolves: #i120168# Do not call storeOwn() when not necessary
        
        Patch by: lizh.fee
        Review by: Andre Fischer
        (cherry picked from commit 822661c165198467b56fa2a1034ddc002ba99f7e)
        
        Change-Id: Ibb8e39b98360ef918890a627449c654e311f0f21

2013-05-12  Ariel Constenla-Haile  <arielch@apache.org>  [5de5a073e0c64699e716d71e1d6b700380eeced6]

        Related: #i120145# Remove ENABLE_PRESENTER_EXTRA_UI
        
        (cherry picked from commit 59d811efac87bf84169ca439a7d9b5181fc5929d)
        
        Change-Id: I958f54f4a9ec590baf9fb1ddb75c85595d4e248b

2013-05-12  Andre Fischer  <af@apache.org>  [9e0b99a78b1fdb545eefc76a0931e908481bbdb6]

        Resolves: #i119740# Fixed export of fill property of animations to PPT
        
        Patch by: Tang Meng
        Review by: Andre Fischer
        (cherry picked from commit c4c014f74afaa9ca1b31c750b0445cf3f34e61a6)
        
        Change-Id: I5a57fed3b8ee13d88eaed6ed6e98a6d167f9fa89

2013-05-12  Caolán McNamara  <caolanm@redhat.com>  [fa169ffc3d8d5e3cde41411858cc40546fc04e0e]

        WaE: signed/unsigned comparison
        
        Change-Id: I89d6ce71fc463ee8aca34cb3d39afc9d2304f445

2013-05-12  Khaled Hosny  <khaledhosny@eglug.org>  [2ede6c95e6481c92cc199e7d74fd36c841636304]

        Some logging
        
        Change-Id: I4515d4d6760e22ce4d77fbb3cbce93e3ce097b98

2013-05-12  Ariel Constenla-Haile  <arielch@apache.org>  [bc0e857b9699bfefa2d8204fe627063675c9cfc9]

        Resolves: #i121907# upgrade odt2mediawiki to latest version
        
        upstream changed license to ALv2
        
        Besides the license change, there are two bug fixes:
        * Do not apply any transformation to the contents marked as WikiMath.
        * Join sibling nodes marked as WikiMath.
        
        Patch by: Bernhard Haumacher
        
        (cherry picked from commit 414a61fa4c4f03a2b2645682c55ee56ae9c84a79)
        
        Change-Id: I6b996631ebdd908c6d96d2c9dde1a3d6dd3e212f

2013-05-12  Jan Holesovsky  <kendy@suse.cz>  [55c63ccfd460895af22e91979967cec15d80b72d]

        bnc#758621: Set the attribs for the entire para if a placeholder.
        
        Setting attributes for empty paragraphs does nothing, we have to apply it to
        the style directly.
        
        Change-Id: Id2a63c961e408906fa7c6457091405692262c6b7

2013-05-12  Jan Holesovsky  <kendy@suse.cz>  [cd086e9457c6a6eb70459b21375fedbb2113edf8]

        bnc#758621: Set presentation object as non-empty only if not a placeholder.
        
        Based on work of Felix Zhang <fezhang@suse.com>, thank you!
        
        Change-Id: I26c7cef17b9a5f3d73107b5c974983e58c347d52

2013-05-12  Jan Holesovsky  <kendy@suse.cz>  [acb2943c8125f4ceed74f35f31776929dedeb8d8]

        bnc#758621: We don't need this index for anything.
        
        Worse, it prevents us to enter part of the code that we need to execute in
        some (valid) circumstances.
        
        Change-Id: I15084b5efa10fbd5cd0d42856c2745c93d6765da

2013-05-12  Jan Holesovsky  <kendy@suse.cz>  [4bba85981771d3626569633796e120e372172750]

        bnc#758621: Kill unused aPlacementId, it is never set.
        
        Based on work of Felix Zhang <fezhang@suse.com>, thank you!
        
        Change-Id: I733a2b69d01f86bcaf0fa401671d475d9b4641a6

2013-05-12  Jan Holesovsky  <kendy@suse.cz>  [b5465ea16383975357a774128a3432cb2a4a5d27]

        Revert "bnc#758621: show preset texts in slide placeholder"
        
        This reverts commit 95bb951826c7fbaafb055008416f4f1d5cfc95dc.
        
        Mid-air collision :-)  I've been working on an improvement based on this patch
        when Muthu pushed it - the following commits are based on the Felix's work,
        thank you Felix!
        
        Change-Id: I12d649219911815e6b97d62f4584fa4d258d8917

2013-05-12  Armin Le Grand  <alg@apache.org>  [0752c18df9a975ffa182a4a7bc86e0bcadd58aec]

        Resolves: #i119450# Added EMR_ALPHABLEND case to EnhWMFReader
        
        to correct visualisations
        
        Patch by: Jianyuan Li
        Review by: alg(cherry picked from commit 1ea8c3a924d518043c5d3d1427cd40cf500c8b21)
        
        Conflicts:
        	svtools/source/filter/wmf/enhwmf.cxx
        
        Change-Id: If1436cc58ba48048777571e74511f4fc97d2bef3

2013-05-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [0e540d7e393b05b3813206ed60be2c51a8d80aa2]

        Fix indentation
        
        Change-Id: I56f4352ca1703950a2eb37eda1dbe0c1ab5a0b1c

2013-05-12  Matteo Casalin  <matteo.casalin@yahoo.com>  [5141201fba2d080841b81e02be92f4b47aae2684]

        Return early in case of NULL pointer
        
        Change-Id: I1c31608b960f750ef777d214ac482c4f52b44aff

2013-05-12  Andre Fischer  <af@apache.org>  [4da833308a496363cd05baad577a073e5bfb0872]

        Resolves: #i119902# Rename all master pages in a template...
        
        not only the first one.
        
        Patch by: Ma Bingbing
        Review by: Andre Fischer
        (cherry picked from commit 7daa651fbc74a6fc08d713282b9e25cda14e39e9)
        
        Change-Id: Ibd8bf8c6f04785c93b7dae70b57fd9eb14623aaf

2013-05-12  Ariel Constenla-Haile  <arielch@apache.org>  [dca437578e09ac00c6df8aa0b8908d4ae24188fe]

        Custom Panel SDK Example Fixes
        
        - Remove unused boost header
        - OUT_DEPLOY_URL must be an URL
        
        Both break building the example on Windows
        
        (cherry picked from commit 8af699cb89d9477b13d8701266b7c1fdf9356cfa)
        
        Change-Id: Iedc1b1d6d9493390cdf8b9055afe7c712c6bfc31

2013-05-12  Ariel Constenla-Haile  <arielch@apache.org>  [b30c970602b522dce958c521b26a5dfbb8aaacb4]

        Make Custom Panel example build and run
        
        (cherry picked from commit 5aff353f227ecfeb36ef6b8be787495916610490)
        
        Conflicts:
        	odk/examples/cpp/custompanel/ctp_factory.cxx
        	odk/examples/cpp/custompanel/ctp_services.cxx
        
        Change-Id: I5b561fec12415b2c05ff1369629a8f88b420510b

2013-05-12  Ariel Constenla-Haile  <arielch@apache.org>  [379c7011157abae07ceb895cba22b85dcb67c8b9]

        Move Custom Panel example to the SDK
        
        (cherry picked from commit d0b30a0f10f506187fcff9775934d3594c140ead)
        
        Change-Id: I898433cbdf9f779f425424d600ebb4f0946ccf20

2013-05-12  Armin Le Grand  <alg@apache.org>  [f94000bf5be0e1e0f9196306c6de5741707ad7b7]

        Resolves: #i122241# Made Push/Pop with PUSH_MAPMODE safe...
        
        for mbMap flag and MapMode preservation
        
        (cherry picked from commit 664f4d882129c98d502463e08ce601259b85fc8c)
        
        Change-Id: Ibe062a01c495ca0e067e9c4399b55fccf65baebe
        (cherry picked from commit 579a09b817eada81f1ffbfffa38b63bd5ca34165)

2013-05-12  Armin Le Grand  <alg@apache.org>  [ed43421545c86f85b5fc4b9a33be077748fb8487]

        Resolves: fdo#49508# #i120539# Fixed visualisation of gradient 'square'
        
        which was broken in OOo3.3
        
        (cherry picked from commit 008bc1d4b8cd47ca9940be00a8cfdcdb1ef85856)
        
        Change-Id: I912b74deb37f9dc09e2ae83977aab180c46bd501

2013-05-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [931984489e1f2da1b223ba927bda6a06e0d3f75f]

        Janitorial: indent code correctly
        
        Change-Id: I9fcbeb5f60df1a977347076dac82d4b5f7aba2c1
        Reviewed-on: https://gerrit.libreoffice.org/3867
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-05-12  Julien Nabet  <serval2412@yahoo.fr>  [86f4856c78cf31fcaa0f0fc61b3795dc75859972]

        Quiet cppcheck + simplify/optimize a bit
        
        Change-Id: Ibb89a7e5b2889ae996684bf4d7664d1fd0cea8ba

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [180b1e1e18d6cc2b2ab35979ea53982ee0b58396]

        configure.ac: check for newly needed mdds header
        
        Change-Id: Id7dcf5b6c2946b2445dfd4eacf5b78f84607491a

2013-05-12  Julien Nabet  <serval2412@yahoo.fr>  [d29cdd990d44c5b11bf949397fd30154a1f61475]

        cppcheck: fix redundantAssignInSwitch
        
        Change-Id: I0cda1957488ed1f0b279d8c783fe28c90579b466

2013-05-12  Julien Nabet  <serval2412@yahoo.fr>  [e13bd0cfc7cd395baa125fff86171d030be71f8c]

        Fix possible inefficient checking for variables emptiness
        
        Change-Id: I95a6784d5448b63b0cdde436484915692f8633be

2013-05-12  Tor Lillqvist  <tml@iki.fi>  [0037c288a15423d800d4df311741cc77411663df]

        WaE: private field 'mpGraphics' is not used
        
        Change-Id: Id10519547445b5e67d3328a82909f85f9de83a80

2013-05-12  David Tardon  <dtardon@redhat.com>  [2293815a6329d2918954cc11d6dfd8d111ab8c57]

        fix build
        
        Change-Id: Iae000243265335e3f0bc6bd8979c2131243c48f9

2013-05-12  Björgvin Ragnarsson  <nifgraup@gmail.com>  [2d44b1ee54ca2ac531debc1680156aecbc012976]

        Add Icelandic autocorrection support, Only SentenceExceptList.xml for now.
        
        List of abbreviations is from https://is.wiktionary.org/wiki/Flokkur:%C3%8Dslenskar_skammstafanir
        
        Change-Id: Icaf8f611d0ceb46774e580ac1e8c3a57e786c28b
        Reviewed-on: https://gerrit.libreoffice.org/3862
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-12  Björgvin Ragnarsson  <nifgraup@gmail.com>  [26ca446fb7d5e3913b75b7e00b4cd04330b45c8f]

        Updated core Project: dictionaries  4011efefecd48df593d358a304543ef4a8f9868d
        
        add Icelandic Hunspell dictionary
        
        Change-Id: I0fbeeef722f4360831af034c27c9b4213e2f8834
        Reviewed-on: https://gerrit.libreoffice.org/3859
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>
        

2013-05-12  Chris Sherlock  <chris.sherlock79@gmail.com>  [00fbf73b07adc4d8f0e37e36bb844f2e9d19ae15]

        EMF+ fixes
        
        A number of fixes have been made to commit
        256e42646bedbeb9cba900f962f36ba4b1a1cda3:
        
        * Missing redirect in SAL_WARN - only gets picked up when DBG_LEVEL > 1
        * Some errant newlines in SAL_INFO
        * Some missing braces
        * Missing semi-colon fixed (!)
        * Changed int to sal_Int32 (causing ambiguity error)
        * Add dumpWords to the SAL_WARN that ensures that size is not greater
          than length
        * Show values when proessing EMF+ comment record (only enabled when
          DBG_LEVEL > 2)
        * Missing std::hex in SAL_INFO
        
        Change-Id: I059ba24964dd428a56a31d100109cfec938a8a49
        Reviewed-on: https://gerrit.libreoffice.org/3861
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [fe93ea66cc3d75209ec535f34c260fd7414b0660]

        Check non-NULLness before use
        
        Change-Id: Iec3809b458052fd746596bf3138ce6dd9d155f9f

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [3e5b9865fa6e1f7de77ebe1464b4eb964ff61006]

        fdo#64456 impl_getValues always set m_nConvertedBoundValuesType
        
        That is, also when returning an ephemeral value constructed from StringItemList
        
        Change-Id: I3f0edcb6cc31926c6b82acbcb88282829314b859

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [7bb77f3de90d35270034407808bcfc782f82aa17]

        janitorial: correct method name in assert message
        
        Change-Id: I11ee124af09e9806fc45945316ae947757458d5b

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [28cacb44009a1d2cb5fdb3b81c1a7c665463d38d]

        commit subforms before moving in parent form
        
        else, all pending changes in the subforms are lost
        
        Change-Id: I82b0967729c71a4f01eff9f823a1961fad999679

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [7fd1cc18130464a9f09cb7a866e88c4d52e4716d]

        fdo#63695 revert hackish fix to i#51621
        
        Change-Id: I688a659207c4b95cc98ff5dc5c5622d4592b3f89

2013-05-12  Lionel Elie Mamane  <lionel@mamane.lu>  [9dfc3807dbff1a40f487d020446265bb85d0ac16]

        fdo#63398 hardcode former list of oneway method
        
        adapt to disappearance of oneway qualifier for method
        by hardcoding list of methods that were oneway.
        
        Autogenerated by the following script:
        SKIP=1; git log -p -1   90eac3e69749a9227c4b6902b1f3cef1e338c6d1 | while read f0 f1 f2 f3 f4; do if [[ "$f0" == "---" ]]; then if printf '%s' "$f1" | egrep -q '^a/(off|udk)api/.*\.idl$'; then LISTENER=$(printf '%s' "$f1" | sed  -re 's@^a/(udk|off)api/@@' -e 's|/|.|g' -e 's@\.idl$@@'); SKIP=0; else SKIP=1; fi; elif [[ "$SKIP" -eq 0 ]] && [[ "$f1" == '[oneway]' ]]; then printf $'(pair<OUString,OUString>("%s","%s"))\n' "$LISTENER" $(echo -n "$f3" | sed -r -e 's@\(.*@@'); fi; done
        
        This is rather atrocious, but ensures the behaviour is exactly the
        same as before.
        
        Left to do:
        
        remove methods that are irrelevant here
        (that is, impl_allowAsynchronousCall_nothrow will never be called
         with them as argument)
        
        Change-Id: If4fea164a2fe727048645cd853a9850e59469ba5

2013-05-12  Thorsten Behrens  <tbehrens@suse.com>  [96dbf735b2f8a6462c79b0d2a0fc2374dd252acb]

        Fix indent.
        
        Change-Id: Ia02968ccc12df994bc8528794e8f55a5eeda25be

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [c049df6fdd14fdfd88ded76ac9396efa8877f2c5]

        [coretext] Attempt to fix jumping lines
        
        No more jumping and spaces between text runs are not eaten, but text
        selection is still broken, as well as editing.
        
        Change-Id: Ic9d2a6df0add20b63d6edf0ddf84b7d6f8de0983

2013-05-11  Ariel Constenla-Haile  <arielch@apache.org>  [b9d460f18bc0144452a5fa9a4da85b5f5827d21b]

        Related: #i120413# document helpful precalculated CheckInterval vals
        
        (cherry picked from commit 1045898eb4be2f19d8435e86ff600f4d9541abf9)
        
        Conflicts:
        	extensions/source/update/check/Jobs.xcu
        
        Change-Id: Iddf1ba34bd6a48ae64c3b7b104d2e942f39df244

2013-05-11  Michael Meeks  <michael.meeks@suse.com>  [8627bf17d565e085bb204b91dfe596c4a0430d1d]

        fdo#64311 - fix namespace issue / compile failure.
        
        Change-Id: I7ce3837a1a451560f5867786bb20d8280e7bef23

2013-05-11  Oliver-Rainer Wittmann  <orw@apache.org>  [84203fab20b7eb98f0d3667e6626f5c2139e5a7f]

        Resolves: #i120016# refine condition for allowing split of a table row
        
        Found by: Yan Ji, Jian Hong Cheng
        Patch by: Oliver-Rainer Wittmann
        Review by: Jian Hong Cheng
        (cherry picked from commit 472d5610c71b7a74e6d279d8f625cec8b41b8e81)
        
        Conflicts:
        	sw/source/core/layout/tabfrm.cxx
        
        Change-Id: I718a0c70c12ed34c4ca3a2826f388b17a84c63e7

2013-05-11  Oliver-Rainer Wittmann  <orw@apache.org>  [a0bd65d2e0e6813f47221ae52092cdb4e748c0e6]

        Resolves: #i119954# fix nest tables to text conversion crash
        
        - assure that conversion of nested tables are performed correctly.
        
        Found by: Yang Ji <yanji.yj at gmail dot com>
        Patch by: kang jian <jane73_kang at hotmail dot com>
        Review by: Oliver <orw at apache dot org>
        (cherry picked from commit 48538700cdafaa4becfe74a1d3d93179aed9d764)
        
        Change-Id: Iaefbf6f75d526ef8c0c4302d8b39096becc183e8

2013-05-11  Armin Le Grand  <alg@apache.org>  [97f1db8cdb645ab906b469452cc2dd82f7e06913]

        Resolves: #i119999# Single ESC to leave Chart OLE mode after creation
        
        Patch by: Tan Li
        Review by: alg
        
        (cherry picked from commit a3677e22a4c4ea24d2a66cefcae0872e94e1c1ea)
        
        Conflicts:
        	chart2/source/controller/main/ChartController.cxx
        
        Change-Id: I2e87bd49ec750026ad74ca0256b63ba5f4228355

2013-05-11  Andre Fischer  <af@apache.org>  [17a3a44f8949b2e37d45338f5c5702d0bb20f4a7]

        Resolves: #i120174# Do not build tomcat code that is not delivered.
        
        (cherry picked from commit 48856f602fc5375586fe48a82ff0c47745ee69f2)
        
        Conflicts:
        	solenv/bin/build.pl
        	tomcat/tomcat.patch
        
        Change-Id: If5b5495d767b715e7fefde1870024064947790ea

2013-05-11  Andre Fischer  <af@apache.org>  [11f8e53d6c9942185702552445a751c6f542942d]

        Resolves: #i120029# Unregister on dispose.
        
        Patch by: zhang jianfang
        Review by: Andre Fischer
        (cherry picked from commit e0d5abb649958e48660357d3fa37ab6e9707b61f)
        
        Conflicts:
        	framework/source/uielement/toolbarmanager.cxx
        
        Change-Id: I4c6a112b27396fc7e5d42f3feef11ac1fe81efcd

2013-05-11  Tomaž Vajngerl  <quikee@gmail.com>  [4bdbf360360bcc39929a18a4226a6ad1a22d8630]

        fdo#34423 Add Rotate Left/Right to toolbar and menubar.
        
        Additionally added Tango and Galaxy icon and some renaming to be
        more general (not just specific to Graphic).
        
        Change-Id: I5886246e25457ca5412be8743dcb001b02ebd65b

2013-05-11  Michael Meeks  <michael.meeks@suse.com>  [fbc486a449808d1d9261f67ffaa4f0213e80787e]

        fdo#64311 - fix pre-processor conditionals & don't bail-out without gnome-vfs.
        
        Change-Id: Ia7a805c95625b52fc99face000587692de21461e

2013-05-11  Michael Meeks  <michael.meeks@suse.com>  [8659ca5c350b9b08fb5f343c68955cdd6d361c96]

        fdo#64311 - don't encourage the fpicker to give us URLs we can't handle.
        
        Change-Id: Ide7d833801e96a3375909238d036687082f34605

2013-05-11  Michael Meeks  <michael.meeks@suse.com>  [363b82fdb4016bc42877fea2ebde9227b27579fe]

        fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.
        
        Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c

2013-05-11  Miklos Vajna  <vmiklos@suse.cz>  [b4a74af711b9645533f1c98476667fcec9d84bdc]

        testcase for 133f4d750a46dc67797d2f23f25a1bb39620d59f
        
        Change-Id: Ibdb06d50ca79b2882ad7bd984e30beb09e7c7b95

2013-05-11  Michael Meeks  <michael.meeks@suse.com>  [3c60431fff066cb65ac3a89ece8c455d8b013564]

        gallery: make transparency backgrounds look more attractive.
        
        Change-Id: Id9bd1905f7608c54861ff3931e56b94afc5688ba

2013-05-11  Jürgen Schmidt  <jsc@apache.org>  [c6238797733a607054e84f6620ae479ae77c7d82]

        Resolves: #i119889# .pptx table vertical text direction
        
        Set property to cell object if the cell has vertical property. And fix in svx
        module by setting cell's vertical property.
        
        Patch By: companycy
        Found By: Shan Zu
        Review By: jsc
        
        (cherry picked from commit bb8bf7bde59c22776199e791b8cfcbf07992de8e)
        
        Conflicts:
        	oox/source/drawingml/table/tablecell.cxx
        
        Change-Id: I58bb1548617c4c1e231280a405d6071ea8813039

2013-05-11  Jürgen Schmidt  <jsc@apache.org>  [16e6841fcd99c7ca6e9a3cbd82d17af81b362c32]

        Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...
        
        from StyleSheetEntry when constructing a new TableStyleSheetEntry object
        
        Patch by: Jinlong Wu
        
        (cherry picked from commit 11eb354532cfb354f9f7c3a72b170c9c8289b75c)
        
        Change-Id: I80054bc6c36bc7c5ed1034e0aadd88cd1a2f3091

2013-05-11  Ariel Constenla-Haile  <arielch@apache.org>  [b0c59c314610ee5c6a361b0d3629d5a676305c58]

        Resolves: #ii118478# Implement getInvocationContext in PyUNO ScriptContext
        
        Original author: Tsutomu Uchino <hanya.runo at gmail.com>
        
        (cherry picked from commit 5de5fd495d7cdad852d1631941ae03ec213f93b7)
        
        Change-Id: Iaa0aa8b1dd6a326cd738f2e296a1b5ecdc379c65

2013-05-11  Caolán McNamara  <caolanm@redhat.com>  [2623f4854d4bffe0babbc0c11ebdaccf18908abd]

        GetSlotServer can invalidate iterators into the slot cache
        
        Regression since d3a279cbd308486250e2b652aac01d41e2a52f14
        
        Change-Id: I0113c5a8060eb598c4f3bcee5580658c347b66ac

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [fe9def183be4025f8c2ebba5f486fff1c20ecc80]

        USE_FT_EMBOLDEN has never been used
        
        Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [96137f1ef8e1e2c8787b899edf8b2969c2eff5dc]

        Drop code for FreeTyope version we don't support
        
        Change-Id: I404ac35010c243fad65b6d83c10c75665a0568f0

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [1266602a0d47c348043c301677399a24eeeebcce]

        Fix FreeType version check
        
        FreeType has 3 different kinds of versions
        * release, like 2.4.10
        * libtool, like 13.0.7 (this what pkg-config returns)
        * soname
        
        FreeType's docs/VERSION.DLL provides a table mapping between the three
        
        We were checking for >= 2.0 which is always true of course, so I
        replaced it with 9.4.3 i.e. 2.1.5; the first FreeType release to provide
        a freetype2.pc file (I could have omitted the version check at all,
        since it is practically the same), but this should be replaced with a
        real minimum required version.
        
        Change-Id: I95f6c398a5b19d4bb728a6dddc957a9f95f27efa

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [f9560c8f9982eaef09b74baa479c187f049c4f9e]

        Cleanup FreeType ascender/descender handling a bit
        
        Change-Id: I9734f15811020ce1a7b761688d602c7e244167c7

2013-05-11  Khaled Hosny  <khaledhosny@eglug.org>  [5e77c9e17ba7dd9d296c9b755093f01e7eb4f514]

        Revert 052f181dad89ad34d90513bc9dcd3e3239727933
        
        Which in itself was effectively a revert of
        3364fefe1e2dec522211040f2f9ea37bf5cd7466
        
        Keeping the old broken line height calculation code is just masking of
        the real problem; there are some code elsewhere that have fragile
        workarounds to the real bug here (the removed code here shows a good
        example of such workarounds). On Mac we use the correct metrics as well,
        so we need to find the quirks and fix them, instead of pretending they
        do not exist.
        
        This fixes fdo#55469, among others.
        
        Change-Id: I36f13b28eaba022b7c388feae7e0bfd0ed1c3e89

2013-05-11  Eike Rathke  <erack@redhat.com>  [99bd42d8e6a239c5365a5487b3d1fea76d84a561]

        added N'ko [nqo-GN] to language list, fdo#64331
        
        RTL and CTL
        
        Change-Id: Ifdce9e3e08a715dcf493c4103479c5fd64a42d74

2013-05-11  Eike Rathke  <erack@redhat.com>  [f9bb8a6da4434fc521b26214aeec349504c3a82b]

        fixed transex3 out of bounds access to vMergeEntryVector
        
        transex3 crashed if a new language was added to the StringArray
        PairedList in svtools/source/misc/langtab.src and that resource was
        attempted to be built.
        
        For the new entry doesn't exist a MergeEntrys entry in vMergeEntryVector
        yet, but ExportList::GetSourceLanguageListEntryCount() already includes
        it so nMaxList is greater than size of vMergeEntryVector. Check nLIndex
        first.
        
        Change-Id: I3b706bea7aea7cd7ecd8245d99587b944510952d

2013-05-10  Caolán McNamara  <caolanm@redhat.com>  [ad644f4cd82c36e2db530897df98dc24fe1cdb2d]

        get path right for textshapes gallery entry
        
        Change-Id: I31cd2e9a2a3f1606596a4e681cea07659463d2f1

2013-05-10  Noel Power  <noel.power@suse.com>  [5c20d05f925c9142f023ed910a1205acfc734c65]

        try fix build failure ( on some platforms ) uno::makeAny( 1 )
        
        Change-Id: I0107fc919a785195a1247c08ae019ed3f48f7e7d

2013-05-10  Michael Stahl  <mstahl@redhat.com>  [ce5c02e8b16c4bb2e8df75bc7bce80b33696ce30]

        gbuild: HelpTarget: delete clucene generated files in HelpIndexTarget
        
        9132a8d167f4df2799cd4b6011ff1672eeb7687d wasn't quite right, if the
        HelpLinkTarget is not re-built but the HelpIndexTarget is the
        clucene-generated files need to be deleted by the HelpIndexTarget.
        
        This is all somewhat confusing because some of the index files are
        created by HelpLinker but the ones in .idxl directory are created by
        HelpIndexer.
        
        Change-Id: I0334a2e54e560aead96dcfbab0b088dd4e44924d

2013-05-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5441e509f87c96ca36913bd443152adbb8ad2c98]

        Broadcast only on deleted cells that were previously non-empty.
        
        Change-Id: I87e9cffcb50f879b699fe8df141281fdc6d2dbae

2013-05-10  Noel Power  <noel.power@suse.com>  [566f52506e8e160540a3bcd0dc46f93e87e3155a]

        fix various problems with vba Names & Names objects
        
        a) Name.Value attribute was read only
        b) Name.[Get|Set]Value  not working property
        c) Name.ReferToR1C1xxx attributes not returning r1c1 related addresses
        d) Names.Add just not working( should return a reference to the new Name )
        e) Names.Add not handling multi-area addresses, not constructing the Content for the names correctly
        
        Change-Id: I6f3c1cf029d5e4003c5900a4e9525f5a0d9a8ed6

2013-05-10  Eike Rathke  <erack@redhat.com>  [3c2d0acc871057573fe9ab45b8161fce70190e80]

        resolved fdo#64384 check subtotal row filtered also for single reference
        
        Change-Id: Ic00b9135021f2c5f76755efbe88fc1f12e655320

2013-05-10  Caolán McNamara  <caolanm@redhat.com>  [923312f67fbf120158f01c2c0e588af38fc22364]

        adjust magic binary index that identifies the theme name res id
        
        because libreoffice inserted a bunch of extra resources since fork point.
        
        We should get rid of these ids entirely and e.g. at least instead use the
        filename number as the the id instead which would be a little less painful.
        
        Change-Id: I5d0a3b5e60dbe448164bdff25d46171a1ed4d55e
        (cherry picked from commit 8e9bcdb73adf7b544299bb57fcce5423b43cc058)

2013-05-10  Armin Le Grand  <alg@apache.org>  [bbc58f2043eb0787f498f62ac54500bd31d8c89c]

        Resolves: #i121445# Added transparency support to the gallery
        
        (cherry picked from commit cf417aec41decab94b5f1e82f6409e97a6c02fb5)
        
        Conflicts:
        	extras/source/gallery/gallery_system/sg2.sdg
        	extras/source/gallery/gallery_system/sg2.thm
        	svx/inc/galtheme.hrc
        	svx/inc/svx/fontworkgallery.hxx
        	svx/inc/svx/gallery.hxx
        	svx/inc/svx/galtheme.hxx
        	svx/source/gallery2/galctrl.cxx
        	svx/source/gallery2/galexpl.cxx
        	svx/source/gallery2/galobj.cxx
        	svx/source/tbxctrls/fontworkgallery.cxx
        	vcl/inc/vcl/outdev.hxx
        	vcl/source/gdi/outdev6.cxx
        
        Change-Id: I519a2cf4e16bb42ecfd9c4b48094e65adcc35599
        (cherry picked from commit ddec662e8dc234b7196c1b3c28db5da743557ec6)

2013-05-10  Caolán McNamara  <caolanm@redhat.com>  [94298db96fa14f6c7c8eb67b2faab3ac01bd5ccd]

        Revert "Improvements for custom shapes signet, puzzle and heart"
        
        because I need to get the following patch to apply :-(
        
        This reverts commit 2056f718b5f000bdddeb68cc17592497f6baea1a.
        
        Change-Id: I3b005725a826d0339a6d1bb8d211959cd03c7d6e
        (cherry picked from commit 58a2d079400d6a6170b512b7fa387a7152849463)

2013-05-10  Armin Le Grand  <alg@apache.org>  [fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f]

        Resolves: #i121407# Gallery reorganizations...
        
        and additions of new themes
        
        (cherry picked from commit 8ccf0e00b5c67f17427d041321baaa5ade488e7c)
        
        Conflicts:
        	extras/prj/build.lst
        	extras/source/gallery/bullets/makefile.mk
        	extras/source/gallery/gallery_system/sg2.sdg
        	extras/source/gallery/gallery_system/sg2.sdv
        	extras/source/gallery/gallery_system/sg2.thm
        	extras/util/target.pmk
        	scp2/source/ooo/directory_ooo.scp
        	scp2/source/ooo/file_extra_ooo.scp
        	svx/inc/galtheme.hrc
        	svx/source/gallery2/gallery1.cxx
        	svx/source/gallery2/galobj.cxx
        	svx/source/gallery2/galtheme.src
        	vcl/inc/vcl/alpha.hxx
        	vcl/inc/vcl/bitmap.hxx
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/source/gdi/alpha.cxx
        	vcl/source/gdi/bitmap.cxx
        	vcl/source/gdi/bitmap3.cxx
        	vcl/source/gdi/bitmapex.cxx
        
        (cherry picked from commit 8012fae6cedcf325130d70adf0a486e8918f452f)
        
        Conflicts:
        	vcl/source/gdi/bitmap3.cxx
        
        Change-Id: If4b2397b889f914487f2135679250c175181e1df

2013-05-10  Khaled Hosny  <khaledhosny@eglug.org>  [f2b92a9ab5d1b0c7d3d01db675268b0e1925cdc6]

        [coretext] Fix drawing fallback fonts
        
        Core Text will apply its font fallback mechanism when typesetting a
        CTLine, and we can't assume that the returned run all use the original
        font. This fixes the random glyphs drawn when we hit font fallback.
        
        Change-Id: Id4d7098cb7bd3464cba6abab22be3ac3942c8889
        Reviewed-on: https://gerrit.libreoffice.org/3846
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-10  Michael Stahl  <mstahl@redhat.com>  [c007292ec3eedcf2b1ad673308fa42aad31a7333]

        gbuild: gcc platforms: link with C compiler if no C++ files
        
        In 5589c72b88e502bfca045ae38af16c854afdd401 a problem due to linking
        pyuno_wrapper with g++ was fixed: the library should not have a
        dependency on libstdc++.  It's possible to implement this in gbuild
        directly by checking whether there are any C++ input files.
        
        (apparently on GNU/Linux g++ implicitly links in libm too...)
        
        Change-Id: I04dce06f796e20047ce7f5eab65e6110c0244445

2013-05-10  Michael Stahl  <mstahl@redhat.com>  [09373d45838e4dab514e37dee4a4c8f6218ebda0]

        soltools: remove Package_inc and empty unistd.h nonsense
        
        Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25

2013-05-10  Tor Lillqvist  <tml@iki.fi>  [76d098a07bb2f901948d39522954dff6b50adae8]

        Enable building OpenSSL for OS X
        
        Note that this doesn't imply it *will* be built; that depends on
        configury options and changes to configure.ac.
        
        Change-Id: I5ed531bc8999f49b9e696523226454f99f253882

2013-05-10  Tor Lillqvist  <tml@iki.fi>  [88143d96a06b4d83cdad4f6b66195c10640761b7]

        Attempt to clarify nested conditional mess
        
        Change-Id: I2c174e23b3f995d819ff8ab72281b386b26c1cfe

2013-05-10  Tor Lillqvist  <tml@iki.fi>  [1feb672b5e8614cd6d01c1f167f8523a37c62bf5]

        Use bundled OpenSSL when building for OS X 10.7 or later
        
        http://stackoverflow.com/questions/7406946/why-is-apple-deprecating-openssl-in-macos-10-7-lion
        http://stackoverflow.com/questions/7475914/libcrypto-deprecated-on-mac-os-x-10-7-lion
        
        Apple apparently got fed up with the unstable ABI of OpenSSL, or
        something, and recommend you either move to their "Common Crypto
        Architecture", or, if you have to stay with OpenSSL, just build it
        yourself statically and bundle with your application. So let's do
        that.
        
        Change-Id: I5f19fcce9b4e00ff2ce3089a2398b3f08f76a9a0

2013-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [8fa7b8234f5b5a0f30972a3ece939363fff4fdae]

        sal_Bool to bool
        
        Change-Id: I7e69466f189b845a807edbf3ca4422b0fb2aec94

2013-05-10  Herbert Dürr  <hdu@apache.org>  [6ae4e72ec510e2dd0496d181ba429b1d51716667]

        Resolves: #i120306# enforce finite memory consumption of loaded jpeg
        
        Patch-by: orw
        Tested-by: orw
        (cherry picked from commit 7a8c7f6a6ceb29bf754e24f07ef92fcee4b925c3)
        
        Conflicts:
        	svtools/source/filter/jpeg/jpeg.cxx
        
        Change-Id: Icda84dad6b5a8395f8592fdba479b194d4cc7ff7

2013-05-10  Michael Stahl  <mstahl@redhat.com>  [12444c5e390326a8c2ba3cbfcc1430ef7c6c0409]

        editeng: fix 32bit -Werror=format
        
        Change-Id: Ibc60b487fc769f152d231d962d984e3c8f6dce50

2013-05-10  Herbert Dürr  <hdu@apache.org>  [3773fc1e3e1f71b128ddabe5f894af598db0b353]

        minor spelling fix for comphelper's comparison functors
        
        (cherry picked from commit e4a739338fc31b632f89a81198e0b4a16f98dbc3)
        
        Conflicts:
        	comphelper/inc/comphelper/stl_types.hxx
        
        Change-Id: I18587958e7458cdd6847f48e8ea41ca92afd7815

2013-05-10  Caolán McNamara  <caolanm@redhat.com>  [2323ea6b0cd7338c9e7d5bd4533bf38b9ab8ad9f]

        typo
        
        Change-Id: I66de69f3ca4ff92abb0583cd330087d59a037a0f

2013-05-10  Herbert Dürr  <hdu@apache.org>  [1fd78e48caf1d0a7908dbc8ecd552c7f0d9d7b6d]

        make some important single-parameter constructors explicit
        
        for symmetry also the other constructors in the same class
        and mark their destructors as virtual if they are anyway
        (cherry picked from commit 870349eada8c0e56d58c8d2ee40ad561a9f982fe)
        
        Conflicts:
        	vcl/inc/vcl/button.hxx
        	vcl/inc/vcl/combobox.hxx
        	vcl/inc/vcl/ctrl.hxx
        	vcl/inc/vcl/dialog.hxx
        	vcl/inc/vcl/dockingarea.hxx
        	vcl/inc/vcl/event.hxx
        	vcl/inc/vcl/field.hxx
        	vcl/inc/vcl/fixed.hxx
        	vcl/inc/vcl/floatwin.hxx
        	vcl/inc/vcl/fontmanager.hxx
        	vcl/inc/vcl/group.hxx
        	vcl/inc/vcl/lstbox.hxx
        	vcl/inc/vcl/menu.hxx
        	vcl/inc/vcl/menubtn.hxx
        	vcl/inc/vcl/metaact.hxx
        	vcl/inc/vcl/morebtn.hxx
        	vcl/inc/vcl/pngread.hxx
        	vcl/inc/vcl/scrbar.hxx
        	vcl/inc/vcl/spin.hxx
        	vcl/inc/vcl/spinfld.hxx
        	vcl/inc/vcl/split.hxx
        	vcl/inc/vcl/syschild.hxx
        	vcl/inc/vcl/tabpage.hxx
        	vcl/inc/vcl/virdev.hxx
        	vcl/inc/vcl/wrkwin.hxx
        
        Change-Id: I8c29f74208cf382a9baa01c2e2d0757688cb4641

2013-05-10  pje335_NL  <meulenthomas@gmail.com>  [62d2faac1962a082abeb0169acc3d615bfaac4db]

        Updated core Project: dictionaries  61644291cba7f6f8dd7e194f5abbe0b0e146a321
        
        solve fdo#63033 update Dutch dictionary OpenTaal to version 2.10g
        
        Change-Id: Ia4ccb06b0db4cdd976d2ec4491e14b82eefa558b
        Reviewed-on: https://gerrit.libreoffice.org/3844
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2013-05-10  Eike Rathke  <erack@redhat.com>  [2af1f5691e8d64afd5246d245d7876b5a2cd5cd8]

        resolved fdo#35756 import more than 64k HTML table cells
        
        Enhanced EditEngine to be able to hold more than 64k paragraphs. Used
        also in RTF import Calc and Writer, so that could benefit as well.
        
        * changed all EditEngine,Outliner,... related paragraph index/count
          variables from sal_uInt16 to sal_Int32
          * sal_Int32 instead of sal_uInt32 to match accessibility API
          * matched some Outliner methods' paragraph parameters from sal_uLong
            to sal_Int32
          * containers capable to hold size_t nevertheless are limited to a
            maximum of sal_Int32
        * changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to
          SAL_MAX_INT32
        + added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize
          ESelection with what previously were hard coded 0xFFFF all over the
          place
        + for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL
          to initialize an ESelection spanning all available text like
          aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL)
        
        Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00
        Reviewed-on: https://gerrit.libreoffice.org/3838
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-05-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ebef182253e7d49c5439ab5053a7243ad24207a7]

        don't override TMPDIR with /tmp on cygwin, cleanup TMPDIR/TMP handling
        
        on cygwin, configure forced TMPDIR to /tmp, regardless whether it is set
        or not. And while it respects an existing value of TMP, TMP is only used
        in a few places. Changes the ones that explicitly check for TMP to
        prefer TMPDIR, and don't duplicate configure's check in other scripts.
        
        Change-Id: Ia8ac3f8d92e5f971c5237b85f66f7c0a58932930
        Reviewed-on: https://gerrit.libreoffice.org/3701
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-10  Andras Timar  <atimar@suse.com>  [0a20a9c011e294a6d28d7e42184cd13ada1274ad]

        Updated core Project: help  9c6ee8419cc4e7ff0d5b3cfbd9fc0e538e78f8ab

2013-05-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [2fd73a725fc09e3e113c12a327e453324a67f31f]

        Potty mouth
        
        Change-Id: I276fa2fa24b5553a748e6e628129d54419e69c9a
        Reviewed-on: https://gerrit.libreoffice.org/3843
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [e3c5f8f5d484b3b31a66fcbddb6ef3f40604f7af]

        Fix: change to std::dec after having used std::hex
        
        The basefield flag of a stream is persistent, which I didn't realise before.
        This fixes commit 256e42646bedbeb9cba900f962f36ba4b1a1cda3
        
        Change-Id: Ic0076c63ae6236ae75dcd79d108add27391b2125
        Reviewed-on: https://gerrit.libreoffice.org/3842
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-10  Herbert Dürr  <hdu@apache.org>  [a9129e49e23e2a8d0ee9b92e00c2bddb39395d4e]

        Related: #i120306# better input checks in WinSalBitmap::ImplCreateDIB()
        
        Patch-by: hdu, orw
        (cherry picked from commit 7b6990763f759f2de1902f8d22a22eb8e66797f7)
        
        Conflicts:
        	vcl/win/source/gdi/salbmp.cxx
        
        Change-Id: I106efb3960cb99367d2ecefb8bcae006f389e271
        
        Corrected static_cast which does not work on Win compiler
        
        reinterpret cas needed (base classes are not related)
        
        (cherry picked from commit 99e4d3a57f88f71c47f1e519bde13080f0df3041)
        
        Change-Id: I02fc89d1ab346231985c68d63d9710c036d2ab2a

2013-05-10  Tor Lillqvist  <tlillqvist@suse.com>  [60c1369dc00270c1bcc0d037d3c04895b6bc0c47]

        WaE: unreachable code
        
        Change-Id: Ia3e12c18a30e5aa0f37db5035cd308b06b2b5655

2013-05-10  Herbert Dürr  <hdu@apache.org>  [f4b7a2c0c27ae4ff1c71ebb5792f8b6429fe4766]

        Related: #i115922# Fontwork alignment and spacing controls
        
        Capitalize them consistently with the reference being their UNO names defined
        in main/helpcontent2/helpers/uno-commands.csv
        
        (cherry picked from commit 6a2ea0d81349d3bf6e3ce71cd60288e70b34e198)
        
        Conflicts:
        	svx/source/tbxctrls/fontworkgallery.cxx
        
        Change-Id: I3400c68bf121f4a95cf1068c62be9864257c8ac2

2013-05-10  Felix Zhang  <fezhang@suse.com>  [95bb951826c7fbaafb055008416f4f1d5cfc95dc]

        bnc#758621: show preset texts in slide placeholder

2013-05-10  Eike Rathke  <erack@redhat.com>  [4afd9a501eae7c17c3ab8adf70d2d0146bd83fe1]

        Font refcount is not uint16 (anymore)
        
        Change-Id: I1aa89a8d6f712abb4f768a413ebac29e14612484

2013-05-10  Chris Sherlock  <chris.sherlock79@gmail.com>  [8f0d943366f591db9142b6a9ffd9cd52b0652cbb]

        Enhancements to VCL metafile handling
        
        * Remove EMFP_DEBUG with OSL_DEBUG conditional defines and SAL_INFO
        * While we are about it, to help with troubleshooting metafile
          issues, add another vcl.emf area to log-areas.dox
        * Improve error handling when processing an EMF header:
            + replace variable name nsal_uInt32 (!!) with sane variables
              to make the code more readable
            + check to ensure that type field is 0x1, which is all it can be
              for metafiles
            + check that signature field is set to ASCII-encoded value "FME"
            + loose check of version field to see if it is 0x00010000
            + warn if record count is zero - that really shouldn't be possible
            + check bytes field in header to make sure it correlates to the
              actual size of the metafile
            + additional check - [MS-EMF] states that reserved field should be
              zero, and ignored... but we can use this to check for file
              corruption - not 0, not correct!
        * Quite a few more comments in the code to clarify the intended
          structure of a metafile, per [MS-EMF] documentation
        
        Change-Id: Id4ed486b2dd0c6e7bdee67cb344aaaf8e8d98f84
        Reviewed-on: https://gerrit.libreoffice.org/3839
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-10  Stephan Bergmann  <sbergman@redhat.com>  [717c9643bdb991eec87540fb3102c6ef6a25fce8]

        More gb_PROGRAMDIRNAME clean up
        
        Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9

2013-05-10  Joren De Cuyper  <joren.libreoffice@telenet.be>  [fb889fa870badb051a48d648f722b7895c6f8896]

        Solve fdo#64406 Missing right closing parenthesis
        
        Change-Id: I3812b60f097b1daf554bf2d337b126e8a8067573
        Reviewed-on: https://gerrit.libreoffice.org/3837
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-10  Herbert Dürr  <hdu@apache.org>  [1857688e1f4ba982d147a9cac69fad948361d1c0]

        Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqual
        
        unify the various c-string compares and hashes.
        
        (cherry picked from commit b7e3470a154538a92f0a21b14e726d75723f4a92)
        
        Conflicts:
        	oox/inc/oox/export/shapes.hxx
        	oox/source/export/shapes.cxx
        	sal/inc/rtl/string.hxx
        	sdext/source/minimizer/pppoptimizertoken.cxx
        	svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
        	vcl/source/glyphs/gcach_ftyp.cxx
        	writerfilter/source/resourcemodel/TagLogger.cxx
        	xmloff/source/draw/EnhancedCustomShapeToken.cxx
        
        Change-Id: Ib742744077bfb4d38a462d88b44bdef45601b4ae

2013-05-10  Armin Le Grand  <alg@apache.org>  [54a1feb9b9bd654774b9aa60cda7ef9a1cd11064]

        Resolves: #i122142# use simple text hilight frames
        
        use simple text hilight frame when captions are in TextEdit mode
        
        (cherry picked from commit bdcd01c39324f5c74e0f696f2afc3449243e6c4b)
        
        Conflicts:
        	svx/source/svdraw/svdmrkv.cxx
        	svx/source/svdraw/svdorect.cxx
        
        Change-Id: Id570a220873d1bbd0f9caed4db44f90ca2f67d9e

2013-05-10  Stephan Bergmann  <sbergman@redhat.com>  [a356da4e2adefd86d6f802c0753b3718909e4e4c]

        Abstract over PACKAGEDIRNAME as it is MacOS rather than program on Mac OS X
        
        Otherwise, the FILELIST scp2 items would create a program directory even on Mac
        OS X, before gid_Brand_Unixlink_Program creates the program -> MacOS symlink.
        
        (gb_Pyuno_PROGRAMDIRNAME shoudl be renamed to something more general than Pyuno,
        and maybe more */Package_*.mk would benefit from using it.)
        
        Change-Id: Ib6fc8d1abaf3b1a47a0f026a62bf0abdb14fc521

2013-05-10  Tor Lillqvist  <tml@iki.fi>  [5d79c18c3201e6fb2ce95055fd1d9201ed919a8b]

        Untabify
        
        Change-Id: I42f54c87384419f5f605c2a5a8146477238f4dfb

2013-05-10  Jan Holesovsky  <kendy@suse.cz>  [67bbbfe91da47e5a58befca54c361db5846d59e1]

        Personas: Kill the non-finished "Background Image" feature.
        
        It seems not to be a too good idea anyway - the image has to have some
        specifics, so the value of setting any random image as the background of
        Writer / Calc / Impress is questionable.
        
        Either way, if anybody wants to finish that, easy to recover from the
        history ;-) - better than keeping the unused code around.
        
        Change-Id: I5079210bd91b5e70ce20681e5477b860bb28ff07

2013-05-10  Andras Timar  <atimar@suse.com>  [c660329e9f866fcd0f1ef6ce417c9490f92f498a]

        Updated core Project: dictionaries  c178908939c5e5c727f5c7c78b9cc32356f6ea46

2013-05-10  Caolán McNamara  <caolanm@redhat.com>  [904c0ab7f843e08e253aa0fe26ec0ba13c5ae6e4]

        fix kde build
        
        Change-Id: Iddcf995b079867cf14454d28c363efacc0323ae8

2013-05-10  Andras Timar  <atimar@suse.com>  [4f05f97d65665feee7772e847fa4ed1ceb9654b2]

        Updated core Project: dictionaries  7c495c0a113c52ba9f2b15a5ab38d06b02e1c8df

2013-05-10  Herbert Dürr  <hdu@apache.org>  [e18603e6a723b2cfc5baa30c076423a89214acb4]

        protect SalFrameView's isOpaque() method by an isAlive() check
        
        (cherry picked from commit feb1be19817d10e0ed1a18bada9c917f2a4532db)
        
        Change-Id: I9e6ddcf04047bdc905f00b709db84459112122db

2013-05-10  Herbert Dürr  <hdu@apache.org>  [c2cb5f47f04cfce498943bad08d18b891c680f19]

        Related: #i112873# check native widget's control value type...
        
        before converting to SpinbuttonValue or ScrollbarValue
        
        Else problems like #i112873# or even crashes can and do happen.
        
        (cherry picked from commit d2fde1d34c3c28572b1b6b4780269c15dd4c2bef)
        
        Conflicts:
        	vcl/unx/kde/salnativewidgets-kde.cxx
        
        Change-Id: I6429205ab41b3194577bc50aa02384c920e11ed2

2013-05-10  Noel Power  <noel.power@suse.com>  [064457db3ede211d3130f42c9dfaa17ea24a6aa5]

        temporarily disable unit test that fails on windows
        
        Change-Id: Id3cc26b6fbb1ec0ddacf7228e1c147085db415e1

2013-05-10  Stephan Bergmann  <sbergman@redhat.com>  [af3570928f5572521ffadae299b45115522b8576]

        Fix more exception specifications
        
        Change-Id: Ie5168a9e67ab9479cf7b6d0e350ec0b3c4f0616f

2013-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20b5cdbdfd3e9f0916c8f56b2e266a20335b233a]

        Make harfbuzz Windows XP compatible
        
        In a case we use harfbuzz on Windows once, it is using in the
        uniscribe backend some OpenType shaping that is available only
        in Vista and later. So call this functions over function pointers
        if available and if not, fallback to the itemizing/shaping/placing
        that is available in Windows XP uniscribe.
        
        Change-Id: I5b1a22d812d57194d1147effa87033cdf6af78d3

2013-05-10  Stephan Bergmann  <sbergman@redhat.com>  [88535cad5dfd8bc38c1497de423c6c15494f8eb7]

        Fix exception specification
        
        Change-Id: I1167d2ebeba97380b65c6e7789ba7fc3ad6b0a1e

2013-05-10  Tor Lillqvist  <tml@iki.fi>  [b063573629a35d5055271f6eb387df19a4a7e60d]

        WaE: private field 'pFilenameLab' is not used
        
        Change-Id: I1c68a1fd425d54e2d01ff63580e62dc0fb6416e2

2013-05-09  Khaled Hosny  <khaledhosny@eglug.org>  [543ac5596d0ef3a052973c1ec89a9329d1073dc8]

        Minor
        
        Change-Id: I31b95844234135d14f117ae74124350eedf7d20a

2013-05-09  Khaled Hosny  <khaledhosny@eglug.org>  [924aeb3d039f4ce554b795532e6948fa9065010b]

        [coretext] Fix line spacing
        
        It should have been nExtDescent + pMetric->mnDescent, but then the whole
        thing does not make any sense; why add the descent to the leading and
        then calculate the leading by subtracting the descent! (well, the ATSUI
        code was doing this but it makes no sense either).
        
        Just use CTFontGetLeading() directly.
        
        Change-Id: Ia54648f6c02c11359865f4aa6476adf40b27f906

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e68205f2b8f995e080412579afc21384a6a09895]

        coverity#736132: comparison of array against NULL
        
        Change-Id: Icba7557140d65b769bef17df57e2cdc1bdba3193

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26d7485ab30062c654612b2b8496af6331dade43]

        icoverity#705451: comparison of array against NULL
        
        Change-Id: I544760548866d55807a3291a31b4ce948a751946

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67b944c021703f82b62b1faeaa8665a630ab425f]

        coverity#705449: comparing array against NULL
        
        Change-Id: I92ba78e96ad4f7c4a661dd879a721e422b6d0d2e

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67c7ef9525308341aed98ecf6ebd06c75cb90466]

        coverity#705446: self assignment
        
        Change-Id: I950a6d971b1be742fa7c0ce26697cd84121a14d0

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [615d8be81a89edc73702534db8a0a7a4b81ef877]

        coverity#982277: reosurce leak
        
        Change-Id: I5d2b99645faf18e8af9bc0f0b4bff210f9ee8743

2013-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbc4e96901a743bc846078529c627e2e02808f05]

        coverity#704141: resource leak
        
        Change-Id: I4147dfa5d0d1fb2324a6441580212f25ce9d4a01

2013-05-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [97a055dfa7c85c8795dc9b55fb39a5b3448b29f2]

        Related fdo#35546: Cosmetic fixes for Photo Album Dialog
        
        * Display spaces in filenames correctly
        * Adjust Spacing in Dialog
        * Remove the label showing the full path
        
        Change-Id: I5c5d3d54b7e21063628c4cdb4a92f534ec4a3088
        Reviewed-on: https://gerrit.libreoffice.org/3834
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-09  Xisco Fauli  <anistenis@gmail.com>  [17aa2d99a0537f230aa1bc7f0df40937462441eb]

        Related: #119477#, nBuStart is initialized as -1, an unsigned int is required
        
        Otherwise 65536 will be printed as the firt bullet
        
        Change-Id: Ie200c1c67a9b73321990a55940115ae30b9e7c37

2013-05-09  Sun Ying  <sunying@apache.org>  [3ba0e7ad7ad1c85a87acbef354fb423470472017]

        #119477# fix bullet's start with error when save .ppt file
        
        Reported by: Liu Ping Tan
        Patch by: Ying Sun
        Review by: Steve Yin.

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab907dfb25fd8c1e145696dcd0180a6627aac072]

        Perhaps this will help the clang buildbot (?)
        
        Change-Id: Ib0b56e1c7d3b58de10a45ebc352f4f116cba58f9

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6575dc3bb0d0223e51a1c9f4fe5b5861a1682f44]

        Get clucene to build on Windows.
        
        Change-Id: I5c8460db80f41569714f743265ee57736ce02211

2013-05-09  Luboš Luňák  <l.lunak@suse.cz>  [c3bd7a216fc246933391bba24786a6e192178d00]

        add missing exception specification
        
        Change-Id: I3dff13178c60d1abfbfdbaee1352af3b3dd98061

2013-05-09  Caolán McNamara  <caolanm@redhat.com>  [7b91f87ab99f61ad41579c3ab72744b5fad31dd1]

        no FT_Face_GetCharVariantIndex on RHEL-5, dlsym it
        
        Change-Id: Ie94e6d0acdfbb11801bc974b9ed37133df964245

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c239706d2946a4bb696eb067c64e6b7e415f042a]

        Go back to the old way of detecting headers.
        
        Change-Id: Iabad8f0a3936fa30d4ba68a717a79e4e0b497991

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [af86f7b26f2fafbb0fdfe24682b4700a51334d18]

        Remove a patch that's no longer needed.
        
        Change-Id: Ie309848f80606432752b60fbdf34e7597308d800

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [338a6cb6c548764ed5e4dad0ca26eb3ff8d387ab]

        Update mdds to 0.8.0.
        
        Change-Id: I5dcf3b14993ac4d699e884c4981af668277a41df

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7e44f6b6ad386572b7f017a7a66bcd68d586a329]

        ScHint doesn't need to store broadcaster pointer. Let's not.
        
        Change-Id: I86f9b44c87f3a730902d12505252e4b7e0a24fe4

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c6d4a39832357b9e836c0c9903d2286bcf1a69d2]

        Test more broadcaster relocation scenarios.
        
        Change-Id: Ib34b86cfe6b96134dadf5f8da6dcd14ec0adb9d6

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cac65cc6e89f4f36dbcca3682f08b7b5ed5b750]

        Simplify this a bit.
        
        By taking advantage of 1) cell array being std::vector, and 2) broadcasters
        are no longer stored with cells.
        
        Change-Id: I9ba1d3004e62d7bb7810d8fed0c4e8fd17605d0f

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c264a7e7176da645698c770ac50a76ce5b632efa]

        This is not necessary either.
        
        Change-Id: I9651d58209afd1dd9a77d859db0925b586c3c8ab

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3a3db0e5fd5693b14caf53e50eb564912980722]

        No need to check for broadcaster's presence here.
        
        The old code did because it would then have to create a ScNoteCell to
        optionally store the broadcaster. That's no longer the case.
        
        Change-Id: I5e031270e0ed77425b2be192a1705c64c6fa8f45

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [beb1db61eeb9dd15bacc4941c2c9fcd91f6df9b6]

        Script types are unsigned char now.
        
        Change-Id: I744d66da3abd18753550692b931c6a1a52b83401

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4259df774a5785b3af7bbc92dee42ecc753b12e4]

        Set page style name to the sheet directly via ScDocument, not UNO API.
        
        This alone saves about 20 or more seconds during import of large xlsx
        document.
        
        Change-Id: I267236afbd0284f56d4fd079042a71936db0c3e3

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1f083d2d288c74ffb2ae6395d163828b2a9ce4d9]

        Remove using namespace statements that may cause naming clashes.
        
        Change-Id: Ibf695f7ddaac8fa44e1d6d4ed69aea37743d1c9b

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4e8206b40d960509606d4e19012da296ab71aee8]

        Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.
        
        Change-Id: I610cafaab2d29d0260ebeacdd9b2bf75722a95f2

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc7ec4b3066d47e632ebb0478259a060d030373a]

        The same thing applies in reverse direction.
        
        Change-Id: I3f5863d79ad948461d63dbc9addc8ca01e1b275e

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c929a78a453e3b06fd99b213fee8587dfdd68e3e]

        Fix another broadcaster bug and a test code to catch it.
        
        Broadcasters are now independent of cell storage. We need to move them
        even when the cell array is empty.
        
        Change-Id: Ib26e544ad6e3842fa722d989c994c19d7c1b3005

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cd80616ef96bce7b4180d31c9b37ea17fe7efae0]

        Test to ensure that removing a listening formula cell remove the broadcaster.
        
        Change-Id: Iae816c68ffed30fda0115ac0f5ac2800ceed5e58

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [667a112815225d65e126898add254a0903ecd34f]

        More test and more fix wrt broadcaster rework.
        
        Much of the fix went into mdds actually.
        
        Change-Id: Ia27b0bde31081a5a28fb4afb80960777bd4fdd4f

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0f18a3a4bb3a4998867995f4ca8b87dacbb2ca40]

        Start writing unit test for broadcaster storage. Found & fixed one bug.
        
        Change-Id: Ibc00f3fb4eb188b036b4f3ae70e45cb9c7385fe8

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cbca6fc0ceee4370a962d67db362f3e22270e18]

        Adjust for API change in mdds 0.8.0.
        
        The return value of search_tree() in flat_segment_tree has changed.
        
        Change-Id: I51d8676bd0621bd43b3f8a8f6be4bf4056d45904

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b1c4f952223aa208067636936a7fbc00c51eeb14]

        With the removal of CELLTYPE_NOTE, IsBlank() is now always false.
        
        Let's remove this.
        
        Change-Id: Ica92ea41e104a3f0e97b717ff2e4e115682ce33f

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2cf33119ab461befc7226cc532593a5435ab3167]

        Add this back. This was removed by accident.
        
        Change-Id: I9efa8dad078ca4f0bf1d338a5aab72ff7e65980f

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [62f119b5d1c786203448c3a208fd2a2ffd26b835]

        We need to broadcast here...
        
        With this, all unit tests pass, for now.
        
        Change-Id: I151d4425e7d82d1598fae32460dcb94c8b1d74f7

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f34620b40b94d8021637c86ceb651ec881515397]

        I should first check whether a broadcaster exists at this position.
        
        Change-Id: I014e2054dda4103bb90b84db3bf20c5efd5dabab

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [24c5c1185d5908b47605782f44a9e3c5fe1814ac]

        Remove SC_HINT_DYING. We don't do anything specific for this hint.
        
        Use SC_HINT_DATACHANGED instead, and do broadcast *after* the cell is
        removed from the cell array, to avoid the dying cell from being used
        during recalculation after the broadcast.
        
        Change-Id: I8eb31eafa50c737ab683ca697657e64e52ae52e7

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3c5cc7d56f6185ea0bf7593a0cd8e73232d97ddb]

        Broadcast change on cell deletion.
        
        We don't broadcast in DeleteRange() anymore. The callers of DeleteRange()
        is now responsible for broadcasting the changes.
        
        Change-Id: I515a4237dc8f56d0f65f96184b4fed99a263e4c9

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c86014f5c6340a97bcea600ae3bd31d5f54feebb]

        DeleteRange is only called from within ScColumn, and should be private.
        
        Change-Id: I8c5ddbde9909e5d30d7aead5bb373e3cb726c4e0

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cfc71668da381c3a2304b4de6288a1af82ce0752]

        A bit of cleanup.
        
        Change-Id: Id7e11540755b727475fb82c872c718fefea26567

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [59f38babd074cc0b835a5d2a1c81af013dba0deb]

        Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...
        
        and Calc is now officially broken.  Let's start fixing this bit by bit...
        
        Change-Id: I383c88245fe1e573666da636c6a8ca8815352ce7

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff4731fb89f3b9d394c3826ab8dbe9d77df90a5a]

        Add new broadcaster storage in ScColumn. Not used yet.
        
        Change-Id: I8e68de0e50fffc1df0545af16456cd4cdd3596d8

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [433661f7fc76e82595944379b5f1739c1a275331]

        Remove unnecessary inclusion of column.hxx.
        
        Change-Id: I93c4e017790b1b1de611ad9f440aa6aa9caaa2df

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [44c5a08b46bd32f5c2344380bcc38b6d09e714bb]

        Update the comment.
        
        Change-Id: Ic4abbff32f0e8d738db0a55857a92bf9cfadb050

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [794d35975a35cab2ca992c45820e771481294581]

        Switch script type storage from unsigned short to unsigned char.
        
        This will save quite a bit of storage. It requires the next version
        of mdds (probably will be 0.8.0).
        
        Change-Id: I11e972c043ad58e8b76e241d3312b5a1de952cf7

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8d8f9dd80abf4e1eb08eee9763ea38f2b15f02b8]

        Don't forget to calculate hash when importing from xls.
        
        Change-Id: I11f3a9096a96fa70f59d7ba4f22fe6daa55991b8

2013-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b32d4f6f3d5f392976dcbdc5f5f11536846b282b]

        Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.
        
        Change-Id: I79e19acdcc3c20db2a795961f486415a8069d177

2013-05-09  Tor Lillqvist  <tml@iki.fi>  [64670c3ea25b0f8c8975946971b041b71f362066]

        HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++
        
        (Just one small fix for building against libc++, an unknown amount of
        more difficult issues left to solve.)
        
        Change-Id: I9789b8d76aa214558ab4baad823b6650ebc640d3

2013-05-09  Tor Lillqvist  <tml@iki.fi>  [b71f9cdab150109edc8269a523b87f471b2baaf4]

        Make clucene build against libc++ (at least the one in Xcode 4.6)
        
        (Note that we don't build successfully against libc++ currently; this
        is just a fix for the first issue that I came across when trying.)
        
        Change-Id: If8b594177434e96a8b51c372b26a72236b9b5f5e

2013-05-09  Tor Lillqvist  <tml@iki.fi>  [39f8b887202fcf3037a80960e6a8e70af756aa64]

        Identify the origin of these files
        
        Makes it more obvious where the file comes from if looking at one as
        it has been copied into the UnpackedTarball/clucene tree.
        
        Change-Id: I31cd24e64fd6ce3cf262c8509842ecc4425e1b1a

2013-05-09  mmeof  <manik10044@iiitd.ac.in>  [39da7ee77e5c5add8aaef12bf1e80c66132782fa]

        fdo#56995 Created global option to disable presenter console in Impress
        
        Changes made are as Follows
        /officecfg/registry/schema/org/openoffice/Office/Impress.xcs
        	To add the new global checkbox to Libreoffice Impress>General>Start
        	A new xml block for EnablePresenterScreen was added
        		<prop oor:name="EnablePresenterScreen" oor:type="xs:boolean" >
        		/sd/source/ui/app/optsitem.cxx
        		To add the setter/getter for the new checkbox button, namely:
        			SetEnablePresenterScreen
        			IsEnablePresenterScreen
        		EnablePresenterScreen added to index number 26 of:
        			GetPropNameArray()
        /sd/source/ui/dlg/tpoption.cxx
        	SdTpOptionsMisc() editted to attach EnablePresenterScreen to CBX_ENABLE_PRESENTER_SCREEN
        		aCbxEnablePresenterScreen  ( this, SdResId( CBX_ENABLE_PRESENTER_SCREEN))
        	Also Added to FillItemSet() and Reset() functions
        /sd/source/ui/dlg/tpoption.src b/sd/source/ui/dlg/tpoption.src
        	enableSdRemote size changed to
        		Size = MAP_APPFONT ( 116 , 10 ) ;
        		Pos = MAP_APPFONT ( 12 , 171  ) ;
        		158 was correct but 171 was added on request
        		To allow enableSdRemote(CBX_ENABLE_SDREMOTE) and enablePresenterScreen( CBX_ENABLE_PRESENTER_SCREEN) to be drawn adjacent.
        		enablePresenterScreen checkbox CBX_ENABLE_PRESENTER_SCREEN added
        /sd/source/ui/inc/optsitem.hxx
        	Set default value for enablePresenterScreen as 1 or TRUE
        		sal_Bool    bEnablePresenterScreen : 1;
        	Added getter/setter named same as above for interface definition
        sd/source/ui/inc/tpoption.hrc
        	Defined CBX_ENABLE_PRESENTER_SCREEN as 42nd checkbox
        		#define CBX_ENABLE_PRESENTER_SCREEN 42
        /sd/source/ui/inc/tpoption.hxx
        	 Added interface declaration of aCbxEnablePresenterScreen which was attached to  CBX_ENABLE_PRESENTER_SCREEN
        /sdext/source/presenter/PresenterScreen.hxx
        	 Added interface declaration of
        		bool isPresenterScreenEnabled()
        		 to PresenterScreen class to allow presenterscreen to get if the option is checked
        /sdext/source/presenter/PresenterScreen.cxx
        	 Added definition of
        		 isPresenterScreenEnabled(const css::uno::Reference<css::uno::XComponentContext>& rxContext)
        			Input : Current Process Context
        			Output : The 0/1 value of EnablePresenterScreen from presenterconfig
        	In PresenterScreenListener::notifyEvent( )
        		Added
        			 if(mpPresenterScreen->isPresenterScreenEnabled(mxComponentContext)
        				mpPresenterScreen->InitializePresenterScreen()
         		To initialize PresenterScreen only when enabled
        
        Change-Id: If8242e607323df57d8e78d08cf2129d03c0c9e4f
        Reviewed-on: https://gerrit.libreoffice.org/3762
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-09  Caolán McNamara  <caolanm@redhat.com>  [abb720f4238e1df2c30c88eb1ed8fc9d803fa8eb]

        WaE: clang warnings
        
        Change-Id: Id18a1f1053ec55f910152440a7e7a2eea4d44b3a

2013-05-09  Armin Le Grand  <alg@apache.org>  [44fb0ceeb98f45bc301d021c11af2c13f051bd4b]

        Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPER
        
        added from symphony, also BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC,
        BMP_SCALE_BILINEAR and BMP_SCALE_BOX.
        
        Changed defaults for internal scalings, enhanced PDF export when reduched DPI
        is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new
        default for Bitmap::Scale
        
        (cherry picked from commit bf734a151dc5169b65cf5d2a127e4142b765326c)
        
        Conflicts:
        	canvas/source/vcl/canvasbitmaphelper.cxx
        	canvas/source/vcl/canvashelper.cxx
        	sd/source/ui/slidesorter/cache/SlsGenericPageCache.cxx
        	vcl/inc/vcl/alpha.hxx
        	vcl/inc/vcl/bitmap.hxx
        	vcl/inc/vcl/bitmapex.hxx
        	vcl/source/gdi/bitmap3.cxx
        	vcl/source/gdi/impgraph.cxx
        	vcl/source/gdi/pdfwriter_impl2.cxx
        	vcl/source/helper/canvasbitmap.cxx
        
        (cherry picked from commit 593c86280b64d97725adde0c0a0cc4f090fb2310)
        
        Change-Id: I41cf0a7e11bdbc6510e22e762486420995ba739b

2013-05-09  Noel Power  <noel.power@suse.com>  [d6fd3fa6e840c6374f53beeae54f4aa71d73ffcd]

        fix wae
        
        Change-Id: I30481f8377d471a1bce50026adff53c15fbc6889

2013-05-09  Herbert Dürr  <hdu@apache.org>  [d77d01b84a60da829b4ee9d6e7136f686d7a2326]

        add some documentation links to the assembler needed for the UNO bridges
        
        ceterum censeo: good old C-linkage interoperability would be much more robust,
        reliable and easier to maintain compared to the current UNO-bridges approach
        of emulating the behaviour of the individual compiler, linker, dylib, unwind, etc.
        environments and thus being extremely platform specific. What an incredible waste
        of energy for little (if any) gain. SCNR.
        (cherry picked from commit c9fe5d026f2081d493a198a33cf3b1d558166965)
        
        Conflicts:
        	bridges/source/cpp_uno/gcc3_freebsd_x86-64/call.s
        
        Change-Id: I728bce449e8e56572f31b50fb1452d1c2f9d7fea

2013-05-09  Noel Power  <noel.power@suse.com>  [959b25bc15a7778bb60386b346a40845ba399030]

        add simple Range.Name test
        
        Change-Id: I705e05878015f5c8aad993219ea89ea9d47f07fb

2013-05-09  Noel Power  <noel.power@suse.com>  [b590a51bf37f5241ddb334a1886211fcbbba2c10]

        implement Range.Name
        
        Change-Id: I884f84e437dad9440951e60c8f92fd6487c48832

2013-05-09  Noel Power  <noel.power@suse.com>  [a667ce82bfca1c469d37b7e7c974b3146faefa88]

        stub implementation(s) for Application EnableCancelKey & International
        
        Change-Id: I810897b3981390fc39e59d9c8a4c0095547a407a

2013-05-09  Noel Power  <noel.power@suse.com>  [ea558e4f50596d53c017e145b25de06776fa5680]

        implement Application.Iteration & Application.InchesToPoints
        
        Change-Id: I8d556a7a357fd7ad228a4fe95a54d6685a20e002

2013-05-09  Noel Power  <noel.power@suse.com>  [c087feeefb49e8d9cfe7bd1d374fa52d97fd87c3]

        implement Application.Undo
        
        Change-Id: Ibba3c5e2c617daea70fb75b3235636620a46f9ff

2013-05-09  Noel Power  <noel.power@suse.com>  [894a0348dc86f60b35d48e51eea9cc465750b494]

        fix VBA mode MkDir when passed folder is not a full path
        
        Change-Id: I7fd804999f1b96e6aab112445edcd9dcf7753c24

2013-05-09  Noel Power  <noel.power@suse.com>  [880da6c7b7ea950799bb43f2bc107da4c2f07a6c]

        fix userform data aware control import
        
        Change-Id: I86f5cc0c60bba48eaaf40a3471cc0fb22e5e4b9c

2013-05-09  Noel Power  <noel.power@suse.com>  [f1c6bebcadfbf2c32b0295bafb128fe15d70b2ba]

        add some Range.value tests
        
        Change-Id: I4800ad80f1b447cae03664653285f1917ad3ee7e

2013-05-09  Noel Power  <noel.power@suse.com>  [8cfc390a42097cf1b98896a62c70e1fb27fdc89b]

        reset Logical format when setting a number value via Range vba api
        
        Change-Id: I0f9a68228c9cb6425b1d139744a92c4a3d4c6012

2013-05-09  Noel Power  <noel.power@suse.com>  [2f3359dbe86ad5b64b1c8e5c41b2fec3be9242a5]

        fix memory leak with orphaned controls created on the fly

2013-05-09  Noel Power  <noel.power@suse.com>  [7e735236e93754078dffa0c5c85316be87a5ce9f]

        add new test for Workbooks
        
        Change-Id: Id271f10ac82ebae9fedd68d30c7f44435d60751d

2013-05-09  Noel Power  <noel.power@suse.com>  [569c019883f0c1bb624d2dddb12914facd30e82b]

        add Workbook.Save method
        
        has limited support for paramaters ( only FileName and Format are processed )
        
        Change-Id: I669f264679101ab3697dfaa3a3fb3b2d75f5a14b

2013-05-09  Noel Power  <noel.power@suse.com>  [b2d1526203adfe462e744e8b14dabbd4fddf0406]

        Parse workbook name correctly, don't fall over spaces etc.
        
        Change-Id: I26213e4202ea2f2d15014ca722ab7878aa09cbf1

2013-05-09  Noel Power  <noel.power@suse.com>  [4d1e0ea98b963ef566d11fcd05f74bfab9ca813e]

        support UserForm.Visible attribute
        
        Change-Id: I6e5a9d3e7908349a76a73a79b3b1319b44e1e3aa

2013-05-09  Noel Power  <noel.power@suse.com>  [a7cc0faeff0f02d82b9cad2a95359f73cc871e8a]

        support Shape.Alternative
        
        Change-Id: I6d822ef0d06e222f454c1279be16e33bcaae0037

2013-05-09  Noel Power  <noel.power@suse.com>  [ca3447eab2f34610dc21584a4be29bc32655038e]

        add OLEObject related test
        
        Change-Id: I6ce22ecd6295bd8ad302d0f53c783f4ac2a1a036

2013-05-09  Noel Power  <noel.power@suse.com>  [6094fc56db09c033b0baabb2cfcddd38559d752c]

        return correct object ( was returning an uno object in the vba api )
        
        Fix typo ( or brain fart ) where the VBA api was returning the libreoffice
        uno object instead of the vba wrapper object
        
        Change-Id: I0e615368d636ad08b40842ef9b91f3818829d3ea

2013-05-09  Noel Power  <noel.power@suse.com>  [a68c828baab8ccb35910a2ffbdbde261f9e24170]

        some testcases for api generated changed & click events for vba controls
        
        Change-Id: I408c9aa0b80971f326b607b274ce046c27098f74

2013-05-09  Noel Power  <noel.power@suse.com>  [13ee25626529ff9d3cca5a7039ca6519cb6b7e20]

        tweak combox to selectively fire change or click event
        
        we need to fire a click event if just the item in the dropdown changed and
        a change event if the item we changed is really part of the list
        
        Change-Id: I19f950fca0857761d8f59a07513803f1f3ef135b

2013-05-09  Noel Power  <noel.power@suse.com>  [b3a635e203616d624170af2c78c99b50640b6cec]

        tweak MiscControls to test simple textbox change event
        
        Change-Id: I256a029afefe5990dfb0c87859bae4508f5920bc

2013-05-09  Noel Power  <noel.power@suse.com>  [4bad1a8e314269f2538133eb241135a225ac3f4f]

        support api initiated change_event for combox & textbox
        
        Change-Id: Iff51a184792e9d12accb902df1772fc07589443b

2013-05-09  Noel Power  <noel.power@suse.com>  [3fb03cc873280c49e04c59062c1ad21b53c7f5df]

        handle non int32 values for Field in Range.AutoFilter
        
        Change-Id: I7288371ab32abd02b858c538f50a68eff66ecced

2013-05-09  Noel Power  <noel.power@suse.com>  [92c8becf8b1111fa98231258990d34ae771c0d1e]

        Add check form contrast and IncrememtContrast behaviour in Shapes.xls
        
        Change-Id: I6ef275c6a978db0da59da953511105c407a66f72

2013-05-09  Noel Power  <noel.power@suse.com>  [8fdd62c5876ef61f432e7d66e8fef4dd0d617193]

        fix contrast not increment to limit value between 0.0 & 1.0
        
        Change-Id: I1a8c08fb8f704e69ae1ae75d77784f07a1d99a12

2013-05-09  Noel Power  <noel.power@suse.com>  [8b94bfebf6e0d244182a19fc1743d7c67dc41857]

        Tweak further the indices checked for break, also tweak test document
        
        <sigh> pagebreak implementation is still flawed here, the used
        range is used to determine whether the page break should be
        considered ( or not ) Problem is that it is not the used
        range but rather the rightmost column position that contains content
        ( but not necessarily the column that contains content but rather
        the righmost column that has content ( or even that is covered either
        by spillover from an adjacent column or drawing )
        
        Change-Id: I68c8ccc5911049bc4b2076992f839bc684d966a9

2013-05-09  Noel Power  <noel.power@suse.com>  [396224947e9522c48043291c2e2559d7f86fb3d1]

        fix limits check on breaks ( ignore breaks outside used area )
        
        Change-Id: I36154ba6999c9a74ecf2c55c0559b6c25d137283

2013-05-09  Noel Power  <noel.power@suse.com>  [683b016ae0c56f8422497b7a91e9497169d61975]

        Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed it
        
        note: Change ID I589b93461b5f4125408f4fc2cb87cd84686f7b95
        " Fix ScRangeList::Parse wrt defaulted delimiter and default tab params" in addition
        to fixing problems with Ranges.xls appears also to solve the issue with Range-2.xls
        
        Change-Id: I28f53e09a6c7004f766d7e4f2ca9524cc8bbd83f

2013-05-09  Noel Power  <noel.power@suse.com>  [a2c34b3d9ac2d7e43e52846308cc63447fd51f23]

        add Range.Cut check
        
        Change-Id: I6d33ce8fe2333e7920b5c6cf82531ee859352748

2013-05-09  Noel Power  <noel.power@suse.com>  [fc36b2247d23045b5b9b302267dd38b9f2799450]

        re-enable Ranges.xls vba testdocument, additionally remove some failing tests
        
        Change-Id: I6289aa7e7872cc0c6aacd89f0679609792d37c28

2013-05-09  Noel Power  <noel.power@suse.com>  [96ece477356f3c5a1d2b70d0e977ebc3b83a752a]

        Fix ScRangeList::Parse wrt defaulted delimiter and default tab params
        
        At some point in the past default tab was introduced, the VBA Range code calling
        ScRangeList::Parse was not adjusted to take care of this extra defaulted param and
        and the delimiter param was passed in place of default tab.
        
        Change-Id: I589b93461b5f4125408f4fc2cb87cd84686f7b95

2013-05-09  Noel Power  <noel.power@suse.com>  [dff7cc0d62eb52fb57c4856e48e068f26ccdd616]

        Revert "remove unused parameter"
        
        This reverts commit 7c63d52506b66563eefcf29c803b23bb9b812491.
        actually it is used, it's used in vba

2013-05-09  Noel Power  <noel.power@suse.com>  [df62945861706044e05f954433feaa6e1e179af5]

        fix range cut with destination paramater( missing else )
        
        Change-Id: I67829b3b15177977bc0e31ec6384c124cc61f1b5

2013-05-09  Noel Power  <noel.power@suse.com>  [a6ee93e38d76342260a73931d9460fe902ee3ac0]

        some extra tests for ListBox.MultiSelection and ListBox.Text api
        
        also tests ListBox.AddItem & ListBox.Clear ( plenty of room
        to flesh these tests out )
        
        Change-Id: Iddaa5a5e6b406359c6215ad726085d3696e633cf

2013-05-09  Noel Power  <noel.power@suse.com>  [4002ce1419b6ae986408bfe65f7a3068ca1332ab]

        Setting TEXT causes exception, don't do it
        
        Change-Id: Idc5614a80e6e45d12f1323ffa9843c7fa7f9576e

2013-05-09  Noel Power  <noel.power@suse.com>  [2743241bd299b87da21c7888b4339a77f1e5c44c]

        ListBox.MultiSelection takes fmMultiSelect enum not bool
        
        Change-Id: Ic9ea60feadc551b232b393faafea9760cc3b82f0

2013-05-09  Noel Power  <noel.power@suse.com>  [37cc1bb26fe91ce02f68e37930f00951bdec63a0]

        Add some misc control related vba tests
        
        Change-Id: I8a6e2aeb3766a3890c5026129794b25cfa5c7ba5

2013-05-09  Noel Power  <noel.power@suse.com>  [412ae1bf1c12c31f4f9d33e38e46c2ee083107b7]

        fix TextBox value error, MaxLength is long in vba but short in libreoffice
        
        Change-Id: I550fe6833f240d085fadf55ab8d9421947318eef

2013-05-09  Noel Power  <noel.power@suse.com>  [27e2b40989c62c95a54e2212f26d21f90e161c32]

        add test for new vba ReturnInteger type
        
        Change-Id: If8ce9e5ce35c438b31234aab410b37f12eb1b1f4

2013-05-09  Noel Power  <noel.power@suse.com>  [b1dc5ed5693c8ed23e0bd14f29ad796666c27785]

        tweak vba Control implementation to aritificially fire events from api
        
        Previouslly there were some internal methods to allow event handlers
        to be triggered. To test some functionality from the unit tests we
        now expose some of that functionality via uno.
        
        Change-Id: I11022226260d3dacd82f42ce89413102ce34cc13

2013-05-09  Noel Power  <noel.power@suse.com>  [04eb03cc0b01e5dd862aa073810d3ab898661e8f]

        handle various ReturnXXXX types for forms
        
        Change-Id: Idcbfbebafb02c734b42428c5b1d6df8d0d4a23d6

2013-05-09  Noel Power  <noel.power@suse.com>  [063709590ea7064230eb427a26eb00ac5bbf455e]

        adjust components needed for CheckOptionToggleValue.xls testfile
        
        Change-Id: Id9aa26cac2f59829e8b00057c82dc52bbbbc20cb

2013-05-09  Noel Power  <noel.power@suse.com>  [28c4fd5effeeb03cf69ba3f3637df24c814436ce]

        add new vba test file ( for testing input/output for 'Value' attributes )
        
        Change-Id: I7b06c463a11b5d6442f69130e9eee767004e426f

2013-05-09  Noel Power  <noel.power@suse.com>  [bb1ff2338396a665f2c83287c99945a2a7f7b73e]

        create togglebutton class ( for togglebutton on sheet )
        
        Change-Id: If987eb6ed04d80e62b4b418e8f9de3a143ef68a7

2013-05-09  Noel Power  <noel.power@suse.com>  [89e1382ebfb4d6d868bf4baee37fe31c6fec0bc8]

        handle bool value for checkbox, radiobutton, togglebutton consistently
        
        Change-Id: I1f9057e58fe3625e0b76a09d79c7c56e1838d98a

2013-05-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c058341b6de3730b404f44347bea408243416379]

        fdo#60924: autoinstall graphicfilter libraries
        
        Change-Id: I406ecef9bc1865d0cd17e3428bffaaaa137d972f
        Reviewed-on: https://gerrit.libreoffice.org/3829
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-09  Miklos Vajna  <vmiklos@suse.cz>  [bfaff2a51f67a9e33f1d8fc11ab91f364a49c50d]

        WW8FlyPara::Read: replace hardwired numbers with constants
        
        Change-Id: I298499d09ac44e0fdbbd62fc0bd07a25f1b33aa3

2013-05-09  Caolán McNamara  <caolanm@redhat.com>  [e1e83d14c9e738da9e824ccefe254ddf74cfca9c]

        wrong scale name
        
        Change-Id: I1be967057155c1cf4fa98cf0651a0388ef845558

2013-05-09  Ricardo Montania  <ricardo@linuxafundo.com.br>  [9a9110b7d9e158386cd8b60867555fc0065902d1]

        Drop String.AppendAscii from filter
        
        Change-Id: I73f61b9a20297b6b704aca52b1fc9efac563a224
        Reviewed-on: https://gerrit.libreoffice.org/3799
        Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-09  Herbert Dürr  <hdu@apache.org>  [b4d9ed143471659ef0905379c5ebd60ee711c1e4]

        small optimization, don't call objectAtIndex twice
        
        (cherry picked from commit a88630fb326fa4dcbe28edd1c149c8e5e7b7f123)
        
        Conflicts:
        	lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx
        
        Change-Id: Ic48281be27bf43f8a564f46684ddb53a2d83d80e

2013-05-09  Muthu Subramanian  <sumuthu@suse.com>  [19b217505d094577392d8712b9d07f29b3de2081]

        fdo#63311: Unable to delete text from Shape.
        
        This avoids setting null as text to the shape.
        [empty_text seems to be the initial value of text for shape
         rather than null - something recent? We also seem to
         export empty <text> entries because of this]

2013-05-09  Herbert Dürr  <hdu@apache.org>  [78eca44c4db67848a85b600cc40e25d41bb647df]

        make conversions between BitmapColor and sal_uInt8 explicit
        
        Implicit conversions are a dangerous cause of confusion as seen
        in http://markmail.org/thread/a4copx2di7cxeowg and require tricky
        rewrites to work around them, this change cleans them up and
        disables them.
        
        (cherry picked from commit 2d9d5c8d6beb7fb0a7dafa0c1c4d10a25d7200fd)
        
        Conflicts:
        	filter/source/graphicfilter/egif/egif.cxx
        	filter/source/graphicfilter/epbm/epbm.cxx
        	filter/source/graphicfilter/epgm/epgm.cxx
        	filter/source/graphicfilter/ipbm/ipbm.cxx
        	filter/source/graphicfilter/ipsd/ipsd.cxx
        	sd/source/ui/slidesorter/view/SlsButtonBar.cxx
        	svtools/source/filter/igif/gifread.cxx
        	svtools/source/filter/jpeg/jpeg.cxx
        	svtools/source/filter/wmf/winwmf.cxx
        	svtools/source/graphic/grfmgr2.cxx
        	vcl/inc/vcl/bmpacc.hxx
        	vcl/inc/vcl/salbtype.hxx
        	vcl/source/gdi/bitmap.cxx
        	vcl/source/gdi/bitmap3.cxx
        	vcl/source/gdi/outdev2.cxx
        
        Change-Id: I1d163c66782c2750aeee00725dbb2b614507c0d4
        (cherry picked from commit ff80c37b18b941712fb967a0c1d48813b47c0583)

2013-05-09  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [aa0bc15b42e8d432def185089ea8fca17f3fd8c8]

        Related fdo#35546 Improve Layout of "Insert Photo Album" Dialog
        
        No Objections from the Design list: http://nabble.documentfoundation.org/Streamlining-the-Photo-Album-Creator-td4054397.html
        
        Change-Id: Ib880023b956c6d94d8110829d0c32281854a0705
        Reviewed-on: https://gerrit.libreoffice.org/3833
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [86b73eeef4350f0bf29c8ff3c71abb86fc1f6572]

        fdo#63154: Remove _CL and _LF from solar.h
        
        And use RTL_CHAR_{CR,LF} from rtl/string.h
        
        Conflicts:
        
        	vcl/source/app/dbggui.cxx
        
        Change-Id: I05b0325006845e48eb5483485a9042aa7b0cd22a
        Reviewed-on: https://gerrit.libreoffice.org/3740
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-09  Aurimas Fišeras  <aurimas@members.fsf.org>  [596c3b459d2e1976ac4ac4e10f152c6353e79e36]

        Update pch
        
        Change-Id: I7c0c9158eb17cb79ffceae6770b4c513d57b3817
        Reviewed-on: https://gerrit.libreoffice.org/3831
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-05-09  Noel Power  <noel.power@suse.com>  [cbd1a89676f39135ed2e9c47d20475b2053289b9]

        remove #if 0 block ( from af34774d260a68fc02cd78ba90dd8d4afaf1a2a4 )
        
        I left in that block in the mentioned commit above for mostly because
        I preferred a more obvious hack/change to cherry-pick to 4.0
        The more I think about this ( despite the still imho problematic setting
        of the modify state ) I think always writing from memory to the storage
        is the right thing to do
        
        Change-Id: I13c82b9d6b55120482c65fb7a5bfadb2396c347c

2013-05-09  Herbert Dürr  <hdu@apache.org>  [1ad6f436b5cd937dfc9d91c284920efddd6ad185]

        protect UNO EnvStack's s_setCurrent() against unknown threadid
        
        untracked threadIds have been observed and can result in crashes.
        s_getCurrent() already checks them and s_setCurrent() does it now.
        
        (cherry picked from commit bf8e3135ac906ce0ab7d6d9ccbd434f1597f2ff4)
        
        Conflicts:
        	cppu/source/uno/EnvStack.cxx
        
        Change-Id: If35237179c1ee3b854e6183294ed72a6d0b105a8

2013-05-09  Andras Timar  <atimar@suse.com>  [1cab60bb06d7e45ffb33298dbda1d752431a3a55]

        Updated core Project: dictionaries  d3a3bfe33a6d60cb1f458093e5a7236412047ea6

2013-05-09  Matúš Kukan  <matus.kukan@gmail.com>  [2851a39a0d10128673e70e58fbe0ed94771a8c48]

        empty auto_Foo_Lib_ALL does not work; remove it
        
        Change-Id: Ie66af9ad3959042dcc4b0850c387f40344dc4b30

2013-05-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [67dd958fdbaf4949d188d825b0724615966129d0]

        fdo#60924 autoinstall - gbuild/scp2: add graphicfilter module
        
        Change-Id: I7823b4f0d8b7ab99ef549361a89f12036bf63270
        Reviewed-on: https://gerrit.libreoffice.org/3827
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [f9f421d4428c901aa0bc9483ac3835e7950c657d]

        Add open action to template manager toolbar.
        
        Change-Id: I5cec8814776f2658c990fb45193736a60178965b

2013-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [a9223251b925abf23618722fef915e30c0e4c5b6]

        Display folder name in breadcrum when opening template manager.
        
        Change-Id: Ie822d840af826b1d8d477a55fc92aa6b0cc512e9

2013-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [421b516cc7aa6accfcc67fc7c062c9665bcc01d9]

        Give view variables a proper name that reflect their use.
        
        Change-Id: Ie1d4cb0e77a43ce1ea2115e781b3a62d60961e11

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [3c38b7727a3deab37c5e9b822cec53c081e2b6e3]

        zlib: remove ExternalPackage_zlib
        
        Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [e567baf92c0fc71e862a2cf07e029576ee36cd77]

        cairo: forgot to remove another outdir libpng path
        
        ... should be covered by $(LIBPNG_CFLAGS) already
        
        Change-Id: Ib0f5b152b369285fca7018c0872c41ab2eb8b9cb

2013-05-08  Andras Timar  <atimar@suse.com>  [e1a5110bd975fe6a0b3641f80c553628e149333c]

        support MS Office and Flat ODF file types in Mozilla Plug-in
        
        Change-Id: I9bb3b67551dc14fd74e02defa0404e1f83359f2b

2013-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [5f4d89425f81f765c0699153f06cf6577080f4ba]

        sal_Bool to bool
        
        Change-Id: I4835adb15e2a9494d0080eeee80158c98981d7cc

2013-05-08  Rene Engelhard  <rene@debian.org>  [bbd0c8eb921114d3a313284ccdc05d5de1fd995b]

        remove auto_Gnome_lib_ALL from module_gnome.scp
        
        .. as it is empty anyway and otherwise the next item (evoab) doesn't
        get properly added to the gnome module
        
        Change-Id: Ib00093882ff7390f3c709f5e8d7bdc371b145331

2013-05-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [238a6aefb84db598bff59e70041124a5a2a06f8d]

        Fix connectivity on Windows
        
        Change-Id: I1db4f6a6c680de2143659040d06d299881d8a9c7

2013-05-08  Noel Power  <noel.power@suse.com>  [af34774d260a68fc02cd78ba90dd8d4afaf1a2a4]

        hopefully this fixed the strange autorecovery related dataloss fdo#42899
        
        also this is a fix for bnc#817477
        Disabling the optimisation of copying the library container storage
        to target storage for the moment ( hopefully after some rework
        it might make some sense to re-enable this code ) The problem here is
        there is a tragic flaw in the api implementation. In the implementation
        the library in-memory model state reflects that the library model
        has been saved to storage but not the library container storage
        as you ( or at least I ) would expect but actually any storage.
        So to illustrate the problem, during autorecovery when the
        basic library containers are stored to the autorecovery file the
        library pImplLib->implIsModified() is set to false, any subsequent save
        attempt will think the library is not modified and will attempt
        to the librarycontainer storage to the target one. However, in this case the
        source (library container) storage has never been updated with the changes
        from memory.
        Can't we simply only update the 'implIsModified' state only if the library
        container's own storage and the storage to store to are the same ?
        Sounds like a good idea, unfortunately this is not possible due to the way
        that sfx spaghetti code uses temporary storages for even own copies and
        also because it sets the new root storage for the library container
        after the library copy happens. ( some stuff in dbaccess appears to
        depend on this as well )
        AFAICT for any document save/saveas etc. operation the librarycontainer's
        own storage and the storage we save to are *always* different.
        So for the moment it seems best to *always* write the storage from the
        in-memory model.
        
        Change-Id: Ia24e7a6119558497d901370dbc0986101bde4de9

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [fdf799585149aa872e1ef74adf2e73d5d056cf50]

        gbuild: MSVC avoid a warning from pyuno...
        
        ... which is caused by CPython's crazy naming convention that python
        module DLLs need to have .pyd suffix, so substitute that too when
        generating .pdb and .ilk filenames.
        
        Change-Id: Iaba9bdfb4c67d5fca016a0552e5ce9b0bdeb12ea

2013-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a7adcf0ed0515357d8eaccab4562054b334ca59b]

        make clear that this is a false positive report

2013-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [228659f0a60839e7a9de320509c60fa97d44cab6]

        coverity#1019431: use of freed memory

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [9210f1a50a374b824f02fb43a57cdbbbb714d26c]

        coverity#1019372/373: Resource leaks
        
        Change-Id: I8d1facfa027701a4f249f14392f9b204e92180be

2013-05-08  Thorsten Behrens  <tbehrens@suse.com>  [569f6b41c6d7dcdcc65a2d6a75018a3266936532]

        Don't leak all of the EMF+ graphic objects.
        
        Change-Id: I7951a9d25da5feec997dd0643f8579f5bcd0ee0f

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [6bd878b29f43179c396bcb1ee7c0b1038e90007c]

        coverity#1019374: Resource leak
        
        Change-Id: If558758e3315879adf3034038f7ebe7315baf7a6

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [0f0b250a481b674824b4258bbe44bc1521b0d680]

        gbuild: PrecompiledHeaders: fix badly quoted gb_Helper_PHONY
        
        (regression from 45a420b2f5ea1765ca3da3f31a4b357e292e0423)
        
        Change-Id: Iec3e5f1d9b26fc093377a8e0cb61f7943c610611

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [5630b301689f2ccb459b42c4503b95bc61891dce]

        cppcheck: variables reassigned before using old value
        
        Change-Id: I5108253859eac682ab423843f8812c8c8c6ce9fa

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [094978d48db63b61f62f9b82c0af275769e2519e]

        No need for RTLD_NOW here
        
        ...it was like that "since the beginning," but for no apparent reason.
        
        Change-Id: Ic293739b5cd5de0bfe9e2580a0755af64202e582

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [cf49e8b816ee3391b5deba487d1abf77b7dfeaab]

        Library_puyuno_wrapper is not built on WNT anyway
        
        Change-Id: Ia4e2f9d5f3475b0a7af8b6db80ba4b2cd5f6bfce

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [ed8f9ec2caa8485691999e5565a79e451e1dcb92]

        oox: fix dependencies in CustomTarget
        
        This breaks on incremental build after files have been renamed like in
        38f5717b1d488b866d55a603eea1260c6203fd69, hope Windows tinderboxes are
        happy now.
        
        Change-Id: I292508c242f7e6da1db3693cf54ba11876ac8997

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [5589c72b88e502bfca045ae38af16c854afdd401]

        Make sure again pyuno_wrapper does not link against libstdc++
        
        ...which got broken with gbuild'ification.
        
        Change-Id: Ice2b3ffb81a646c9e542344ca348eb6a16eb4ce2

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [97b4c3d27bbad67f21993647c20df342691af9be]

        Revert "python3: build against internal zlib when that is requested"
        
        Internal zlib is not really supported anyway on any platform that uses
        setup.py.
        
        This reverts commit 6afe0e5804f2a23f9fc9842d372fff77fd1023f1.
        
        Change-Id: Icf94a85c4baf00df54ee5dcca5fe3ca4a63a54a8

2013-05-08  Tor Lillqvist  <tlillqvist@suse.com>  [8b1bd600cd112d97ea77b155db94a1f56f2e11aa]

        Include <cctype> for std::tolower() to fix MSVC build
        
        Change-Id: I777bcf9d80ad579347bd26147cb8801cc61222e6

2013-05-08  Oliver-Rainer Wittmann  <orw@apache.org>  [d2b11ab8cb7f3fba07ad76fdcaff340d4184ec4f]

        Resolves: #119945# improve setting of OrdNums for "nesting" of objects
        
        - instead of adjusting the OrdNum of the "nested" object the OrdNum of the "parent" is adjusted.
        
        Found by: Yan Ji <yanji.yj at gmail dot com>
        Patch by: yuanlin <yuanlin.ibm at gmail dot com>
        Review by: Oliver <orw at apache dot org>
        (cherry picked from commit 73f462e2162847262093c3984dc6c98919e1b3cd)
        
        Conflicts:
        	sw/source/core/layout/flylay.cxx
        
        Change-Id: I0541dc3775f81efd60a6f4baa172c5297ee9d829

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [b65859c5c60f1a83c8da8c6dcab0b7c8fc580f13]

        jpeg: remove ExternalPackage_jpeg
        
        Change-Id: I09a4b3a3ef816a8bf63d4aa0c7fe7bec2a67dbd8

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [416b321666da20857a87b4a8c3991caed1f24587]

        libpng: remove ExternalPackage_libpng
        
        Change-Id: I478a057c07b9fe850401b96297a14d7842c0703f

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [cc858aca0ebf653eebceaf09e2316763d8d81051]

        configure: substantially de-bong libpng handling
        
        - remove --unix-qstart-libpng:
          the internal libpng is static lib so this option is pointless
        - clean up duplicative libpng checks
        - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS,
          which is the one case where it could still be disabled
        
        Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [bcc527412ee50ff646098195566e2c66007df59a]

        LibreOfficeLinux.conf: use system zlib
        
        It appears that there are some externals that link against the system
        zlib anyway, and the assumption is that system zlib will work
        everywhere.
        
        Change-Id: Id348ed88d00ec1495aa54871c994062b9e1b3e85

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [6afe0e5804f2a23f9fc9842d372fff77fd1023f1]

        python3: build against internal zlib when that is requested
        
        Change-Id: I72798f704237f99ed49eeb3633a1e2ef481edeed

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [759d02bcdf9d1b6a95b26b483815ce0f4ae38569]

        libcmis: remove ExternalPackage_libcmis.mk
        
        Change-Id: Ib81300d8606281d7de46382c4f251f58ffffb5ad

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [6416e9b628bbdd7165b757c1207f87db7dd974dd]

        libmariadb: remove ExternalPackage_libmariadb
        
        Change-Id: I15bf4537a88f2ae290d778ada993f06ec99c2fa5

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [ee8323e2280c72eb5cc9ec0257164154b2580a78]

        postgresql: stop delivering headers
        
        Change-Id: I1c08999207a90e6105fbba576354cbfea0ec1689

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [90ad80e3a4306600bb4ee6b6793131dbcfbfe203]

        mythes: stop delivering headers
        
        Change-Id: I10a9e7836ce648a0f789be479a7c90bbff592b37

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [28cde0c9ab8e34be4084c0f7494195877b66ceab]

        clucene: remove ExternalPackage_clucene
        
        Change-Id: Ib120919cf3810eeba8332dd572af73c0f4979922

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [8db0275b2645c5cf745aaa4b9f9bd9c11cf11607]

        harfbuzz: stop delivering headers
        
        Change-Id: I6a68b2df3a5bd4076e07729b675179e52f4f0615

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [5e037bbb3b7a0fdbbd4ce53e6ad566db057e1575]

        expat: remove ExternalPackage_expat
        
        Change-Id: I80b7f86947645a45263bbd7423a10ba8300441e9

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [32b9ff886614c1afe117ffd4c1b8807582913725]

        svx: remove Package_sdi
        
        Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e

2013-05-08  Michael Stahl  <mstahl@redhat.com>  [429a850d0d84176dfc1f952ec8c9d08881cf1a1c]

        sfx2: remove Package_sdi
        
        There are just a handful of sdi files in sfx2 anyway so just put
        sfx2/sdi on include path.
        
        Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf

2013-05-08  Oliver-Rainer Wittmann  <orw@apache.org>  [06803677ef3b91ebaaa1d1338a403c578cebba99]

        invalidate used slot to avoid inconsistent state information
        
        Invalid state information may cause crashes due to not updated slot data
        
        (cherry picked from commit 7267a4b856d9fb37c3f4855c1be0f35219743923)
        
        Change-Id: I3bc3f934c5144fb0873e7a9694c3c012ddb0b367

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [1ad700f5a449aeee1dfbbb5ae37b3bf43638d394]

        Minor improvements to UNOIDL binary format
        
        Change-Id: Ia215b34842ce85bfbd1ad90a286abcbae0884bd5

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [79774d961644ea81b4e790114c9b785d38bcd8a4]

        unoidl/README improvements
        
        Change-Id: I5123d984f8f9bf49f5d1ad8e8decebfaaa6e7769

2013-05-08  David Tardon  <dtardon@redhat.com>  [6e1deb99e80a5618f071cbd95529a23d9d80c7e3]

        fix the internal structure of MacOS X dmg
        
        Because of commit e70ea92b3632c376975dd85dbcb26e7ca6b95498 "scp: remove
        unused macros", which removed the top-level Applications symlink, the
        dmg contained an extra dir, e.g.,
        LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86/LibreOfficeDev.app instead of
        just LibreOfficeDev.app . This symlink used by the installer to
        determine the dir to use as top-level for the installation
        (solenv/bin/modules/installer/simplepackage.pm:274).
        
        Also revert "Eek, it is hard to get the right path to the .app that is
        being built", which was only needed because of the other problem.
        
        This reverts commit 1c25b01fce27c85affee920441b9b09a7bfe0501.
        
        Change-Id: Ib5792c7710decd021a62cd33fd841ebe26613fbc

2013-05-08  David Tardon  <dtardon@redhat.com>  [a71b30f6c20197eb07249aa91a85c83eb3d4fb2d]

        drop pointless self-assignment
        
        Well, it is possible that it is special perl syntax for something, but
        somehow I doubt that .-)
        
        Change-Id: I213f56c9c2b32919b7bd0c53a4639c59418345c1

2013-05-08  David Tardon  <dtardon@redhat.com>  [e559c20c033e8c714857d0813973602a703e711f]

        fix after rename of the packages
        
        This might have caused problems with the MacOS X daily builds. Dunno. I
        have no idea what is the difference between .DS_Store and .DS_Store_Dev
        (they are binary) and how essential that file is.
        
        Change-Id: Id09e6f85c101cd5b60d20b6cc9960050f8cdbac4

2013-05-08  David Tardon  <dtardon@redhat.com>  [898514cc0429cb48e551998f72ea8492af6e8ae4]

        patchfiles are obsolete and not used for filelists anyway
        
        Change-Id: I148dab301bd2f2b31871b732c7392bf6b5d92392

2013-05-08  David Tardon  <dtardon@redhat.com>  [e78646e0c82e7ffbb60b0835c22b8611f6de0b99]

        fix after rename
        
        Change-Id: I94d3adec33117f0faeacaf74d0e6d48f45f819ad

2013-05-08  Herbert Dürr  <hdu@apache.org>  [436be3ca0bc5d78fbd2b897515a087bbf1fda68a]

        update links for EPM
        
        easysw.com closed its doors after 14years of business.
        Thanks for providing EPM.
        
        (cherry picked from commit 73a1f473b72f86d84f3ae542b6c2750911d6c876)
        
        Conflicts:
        	configure.in
        
        Change-Id: I14244a7802055b5137c6cd10de2cad4b8628f799

2013-05-08  Herbert Dürr  <hdu@apache.org>  [7725dddf05a9cbd3eb91d3bde45b22e4182b86dc]

        fix signatures for copy-ctor and assignment for the propertysetmixin classes
        
        the canonic way to disallow copy construction and assignment of an object
        is to declare unimplemented methods for them taking const references.
        
        (cherry picked from commit 0fabc9a7be629ca150e83b5b69dc5e44b4b2a476)
        
        Conflicts:
        	cppuhelper/inc/cppuhelper/propertysetmixin.hxx
        
        Change-Id: I7332d6eedaaf208f64cfe421983171ba436a4050

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [6b6f51dceefc70f09e7ce8f34649b53591064723]

        Set Valgrind-related env vars in PythonTest, too
        
        Change-Id: Ic0eddb6f332bcf139a5de8b1bf4084cb111cd040

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [5f54e19ea489428e21b668fb390b82e7ed73e21a]

        valgrind --trace-children=yes
        
        ...at least needed for PythonTest on Linux with internal python, where the
        valgrind'ed gb_Python_INSTALLED_EXECUTABLE is /bin/sh
        $(gb_DEVINSTALLROOT)/program/python.  Also, remove --quiet again to avoid
        frustration ("when valgrind /is/ run, why doesn't it output any "==" lines at
        all?").
        
        Change-Id: Id83e53f2b472b5af92e4aaec0c173ecdec45bc48

2013-05-08  Miklos Vajna  <vmiklos@suse.cz>  [69c52bc5b7973a2e414209470f5bf9b66dcc4f30]

        sw: convert some usage of Point::X/Y to Point::set/getX/Y
        
        As I understand it, Point::X/Y() basically provide direct access to the
        position, so they come without the usual benefits of getter/setter
        methods.
        
        Change-Id: I6d5bfd4f20ab8c7377419dcf5aac2c4ea0e9db05

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [aec4128cccb1c16f793df065a31a98f3b112d256]

        web.component was still duplicated
        
        Change-Id: I72eb5abef7dd5f6eba251dafe344567d9ff0ef76

2013-05-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [64afe19c704cb8e5c404d2e1692dc7274b36d635]

        Uploading libmwaw 0.1.8
        
        Change-Id: Id5e9ab64924ddc48921d0c028ede712b8cb3477d

2013-05-08  Caolán McNamara  <caolanm@redhat.com>  [ec1bfc3f381fdec71810c800436b24ea5030023d]

        test case for WPS Office CVE-2012-4886/EDB-25140
        
        Change-Id: Ia4d6a4a2b6277fee6f59fa9407f9cf868ad0f1ce

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [41f89d2236e20c9c92c9e1267d5841e7dfd92d5b]

        PyWebWizard: Removed the Jar_web, relaced by the python version.
        
        Change-Id: Ia76a2d4ce93bf338c6ca22fd2cd991b42c195ae4

2013-05-08  Caolán McNamara  <caolanm@redhat.com>  [cb283d8f0766b3069aa20c8c825eefca29537d6f]

        consider borderline outliers as outliers
        
        Change-Id: I138cdcb29b4e38211feb9e2d6a81a6ecb1688084

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [959fb9287dba87e4326532fd9093ced319734e4b]

        unoidl/README
        
        Change-Id: Ied31816571842118eb00de96df82ecb06465a65d

2013-05-08  Tor Lillqvist  <tml@iki.fi>  [df4fd344b7b5d5dfb7cbf2f7a91ed6e86a2aaef8]

        Make it a fatal error to pass unrecognized options to the configury
        
        It might hurt a bit in the beginning if you have been careless with keeping
        your autogen.input up-to-date, but I think this is a good idea.
        
        Change-Id: I6b89c887c94755ac6ef50f63e0438ecec7157516

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [4e42ce3271154904b7478b9ed5e6e6856b9235c2]

        Don't call code in UNO object ctor that throws UNO exceptions
        
        ...with Context set to this, that leads to refcounting bugs.
        
        Change-Id: I4875dbe4ccb5a7bcfaa8370b14d4eab83c21d0e5

2013-05-08  Noel Power  <noel.power@suse.com>  [56fa2d1bed5b19af79e31db9065f1a05e6202764]

        Revert "coverity#983096: Resource leak"
        
        This reverts commit 039bfd3e517f75cf99eb8eb105d3b83692f6e484.

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [e07a65f92d788b702e687d8886ed5a78081f1b46]

        PyWebWizard: Pack and register the Web wizard.
        
        Change-Id: I8e43d228e842f24b054afc6bf59040667a6703d5

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [5069ab9f4715fc4ed21194b31e3c5d04f309fc5b]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        The default iconset value must be an "iconsetX" kind string.
        
        Change-Id: I2f25f30e16c698d13202d1e6ad2711dfafff802c

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [c1330b9c8373c96c7677a2ac1928c976815bcff9]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Formating, python style coding and debug output removal.
        
        Change-Id: If5811473695f23b8b11dcd5a7d6e6775ca41ae88

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [9532335dd2c3f2bb9c3761bf8c4c879107f1538d]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Properly terminate and dispose the Wizard dialogs.
        
        Change-Id: Ia10419d3a7bbeb5ffd7dc1f6a5452eb9df906f63

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [9c54d77fffc9b6fda1af3020c5d1d2212b8e96c2]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Using the com.sun.star.xml.dom.DocumentBuilder service to create the DOM.
        
        Change-Id: I71232dda112f7049b901c3495d024334503e078d

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [ccd34249719614146e2f581e6c3826524745b425]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        CGXX classes must use instance attributes, instead of static.
        
        Change-Id: Ic76a37b6530e19f6ffcd5ccd995880b3a8741363

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [0170bb1e7803359439a3c238e1e336d5a9bf6d64]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        The document list up/down buttons should use OpenSymbol font.
        
        Change-Id: I9ff7cb9a12ee98bfba4355283a3b9f8aefb0af95

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [ae2bc91d24b14b5dc90499449e2e2c11f6be6d0f]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Correct implementation of the WebConfigSet class.
        
        Change-Id: I28160008cb9b8f96cd0619c70f573520ba9fa595

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [cb25d58dc1854bdcb598ad8ccc9012e6fafe31ae]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Correct URL for the ZIP Publisher.
        
        Change-Id: I5984562d700df8f79596d1d5cef00aa5841dbad5

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [d3cc742d28b81f939b8b640c73e700d7d8cf1987]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Implemented the FTP Publishing capabilities.
        
        Change-Id: I3dbd2639947a219a494ae219153fcc7f3e30785e

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [4ed7466f748579d92a26b99ae8e9be21a7da9573]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Generating the TOC index.html from the XSTL templates transformation.
        
        Change-Id: If2fbc8bf9b1c754dc0570f2f2c35180342fed736

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [6ea3813ce9956605d1240d070403818d35f47e58]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Added dummy methods to some of the Listeners because of exceptions.
        
        Change-Id: Ida7c27c266228c8fd9d569daf326163a90f31e2b

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [d6f1c31e8aa2b84f11a6b96fd2ca69136908cfd9]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        New utility I/O methods.
        
        Change-Id: I8532d289582d9ed4b25568801617e33e4df41a5b

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [8583086da2b982699e254126585a4d9abdf23766]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Implementing the Iconset and Background selection dialogs.
        
        - Using the new ListModel interface.
        - Connected the ListModelListeners.
        - Implemented the Renderer capabilities.
        
        Change-Id: I7a4003db662dbae14b7e1a45d21685776a58d2c3

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [3fe37133401faef81b09c9bb59b6e57b61931fe9]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        DataAware support for accessing the getter/setters methods.
        
        Change-Id: I4b6559b0c819f4db457760d31d4a8cbd664e8fbd

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [b88aeb62eeef1f5b7bbff545550f61ca333001d8]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        The wizard dialog has now support for HighContrast images.
        
        Change-Id: Ic7990d162e11484aad973abb78de3d240bd67a0e

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [b11afacfb7e227df7538c73b9b6350c6ed802450]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        New instance method (getProperties) for the Properties class.
        
        - The DocumentPreview instance requires it.
        
        Change-Id: Ide5b87752cedd4ae91077d641d9ad53874c56e4b

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [9d05b44bb9a3a599ae84867077eaf6c721959209]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        The FolderPicker does not implement the XInitialization interface.
        
        Change-Id: I424a2f8c984c56d21d63f8921633b0d1450a65fa

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [99a41e7862c68759f3d3dd5e4bf096848c4859b2]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        New utility Configuration methods for manipulating nodes.
        
        Change-Id: I966767fb773c0d710561bea191e901f233b1164e

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [8a9e404be28d10a2f7e4e40abb5a0f79066b767d]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Setting the parent GroupConfig root to the children.
        
        Change-Id: Ie066c76d4c14d9adc3e09da494aef90cf50596d5

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [63339c48f577d25ece59c075e450c86f33ceb560]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Completing the preview implementation.
        
        - New method getDispatchURL added.
        - Using directly the URL instead of an array.
        
        Change-Id: I0bc78b5998792b149c64815b20217933e6599b3b

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [084e766844fb53482a447d85d471fb1e0f55c063]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Additional files ported to python for the Web.Export module.
        
        Change-Id: I77c062e2d349992b9b42632537c8f2ee4ec26b57

2013-05-08  Javier Fernandez  <jfernandez@igalia.com>  [7a7e30a44ba86cfc5246fcdc0990c587f71e9259]

        PyWebWizard: Fixing bugs and implementation of mising features.
        
        Additional files ported to python for the Common module.
        
        Change-Id: I54afc234b0205c3854e569e691454a6921eb2a9f

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [9d85fe82bc26e19abdbfd516bad55f2453f3b5e8]

        coverity#982973: Resource leak
        
        Change-Id: I1ea51b29c3ad05016f42c215b71877cd8c3f92f4
        Reviewed-on: https://gerrit.libreoffice.org/3821
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [02beb614750eadc2de8ffc4bcd67ae286f9f0856]

        coverity#982460: Explicit null dereferenced
        
        Change-Id: I64d559603bff0d618dce72927566531296984d3c
        Reviewed-on: https://gerrit.libreoffice.org/3823
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [dc5bb7dfa70967e3445e5427168e4103e86b129c]

        coverity#983036/37/38: Resource leak
        
        Change-Id: I8a2c079a60cc06ca82d9f516cf009359a0c083a7
        Reviewed-on: https://gerrit.libreoffice.org/3819
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-05-08  Tor Lillqvist  <tlillqvist@suse.com>  [4d52f70467eadd09f61efa59a85a267dab0aa580]

        Different fix for bnc#777788
        
        Use the same GUID in the file dialog for the FILESAVE_AUTOEXTENSION
        case as for the FILESAVE_AUTOEXTENSION_SELECTION case. The former is
        used when exporting to PDF. Exactly why using one GUID for the dialog
        causes it to use the default folder as set by SetFolder(), and the
        other not, I have no idea. Are the GUIDs we use arbitrary (and unique
        to the OOo/LO codebase), or does either of them, or both, have some
        magic meaning to Windows?
        
        FILESAVE_AUTOEXTENSION is also used in other cases than exporting to
        PDF. It remains to be seen whether this change will cause noticeable
        behaviour change interpreted as a harmful regression. Or whether the
        change of default folder for PDF export will do that, for that matter.
        
        Change-Id: I135e4b2b2bc4dc70670919fb478196e27b55ac79

2013-05-08  Julien Nabet  <serval2412@yahoo.fr>  [039bfd3e517f75cf99eb8eb105d3b83692f6e484]

        coverity#983096: Resource leak
        
        Change-Id: I91c1d505ef0b0eb442bf76e4da66c95fa0e1bb2d
        Reviewed-on: https://gerrit.libreoffice.org/3818
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [59f96e1736c14575aee7575e73b50e96cf467bb0]

        While I could swear that it worked yesterday
        
        ...to revert a206bc22623caba30c0285fda0fe0da8879efea3 "avoid warnings about
        deprecated decls. from glib2" in my Fedora 18 environment, it /does/ fail now
        post 98ba9ca066fcf8f1e576eac4bbd5731b4f810c74 "Revert 'avoid warnings about
        deprecated decls. from glib2.'"
        
        Change-Id: I42d118c06665c976a26a2dbfedc31ca4c8bcf0cc

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [98ba9ca066fcf8f1e576eac4bbd5731b4f810c74]

        Revert "avoid warnings about deprecated decls. from glib2"
        
        This reverts commit a206bc22623caba30c0285fda0fe0da8879efea3.  While removing
        the GLIB_DISABLE_DEPRECATION_WARNINGS defines does not lead to problems at least
        with my current Fedora 18 environment (and, according to dtardon, "guessing by
        the date, it was on f16 or f17" where that fix was relevant), having the defines
        does cause -Werror=unused-macros at least in one RHEL 6 environment.
        
        So I'm reverting for now, in the hope that should any warnings re-appear, they
        can be addressed by applying the recent s/-I/$IFLAGS/ approach to GTK_CFLAGS in
        configure.ac.
        
        Change-Id: I5a3e4efabb88eb06304dd8b9eee6d8867fd77be5

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [c7b423d0fd69fbbd6fc5febc55463e28e8bb4546]

        Do not add unoil.jar to manifest Class-Path
        
        ...it must implicitly be loaded by the UNO type manager classloader anyway (via
        URE_MORE_JAVA_TYPES), so not explicitly mentioning it can help find problems
        early should it /not/ already be loaded by the type manager classloader.
        
        Change-Id: I35b4f2804b68a35682e93699840101a15317a096

2013-05-08  Stephan Bergmann  <sbergman@redhat.com>  [b1e88b0dd52e01076ec833c998b90f8cb733b896]

        Force create the symlinks-only dirs
        
        Change-Id: I4610a2ff5bebd50dd2ee0020b575490c6c490968

2013-05-08  Noel Grandin  <noel@peralex.com>  [ae0cb395d8e2b887054e5cfd4fc5525a94fab240]

        fdo#46808, Convert ZipFileAccess service to new style
        
        Dropped XComponent from merged interface because noone is using it.
        
        Change-Id: Id22c49e63679f42d86f617a919fdfd7cea4d5381

2013-05-08  Noel Grandin  <noel@peralex.com>  [782bbfc65666272497f9c36a9c59d8b32231aa06]

        fdo#46808, Convert graphic::SvgTools to new style
        
        Change-Id: Id195be7968ab256e44271cad00fa8b5cac8698b4

2013-05-08  Noel Grandin  <noel@peralex.com>  [2c625e036ddaadb71db36f3e44c737b069e6fcb4]

        fdo#46808, Use service constructor for rendering::MtfRenderer
        
        Change-Id: If15cd2ac23bf76aa79ee8134ee0fb97c64d747c3

2013-05-08  Noel Grandin  <noel@peralex.com>  [48ad2f61fe71edc1a8967b322d3e0f368f4be06f]

        fdo#46808, Convert some code to getProcessComponentContext
        
        Change-Id: Ic59060818bf02a402610613a6bc97c5969a5c461

2013-05-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [9a0846b56a46c43e9f4ce7372a9cd89efc50954a]

        Calc sort: Use method GetSortKeyCount from SortParam
        
        Change-Id: I4500ba71abeba5fe8293cea22b10fd910e46059f
        Reviewed-on: https://gerrit.libreoffice.org/3816
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-05-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [36564f36a8db30a9bd8ea4a50d2137b80c5052b6]

        fdo#60924 autoinstall - gbuild/scp2: add gnome module
        
        Conflicts:
        	Repository.mk
        	scp2/Module_scp2.mk
        	solenv/gbuild/Helper.mk
        
        Change-Id: I37570787815d85d30eed3b5291e1e4450e5ffd51

2013-05-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [71ab998159e294ed91c24f483175de8696b3ae34]

        fdo#60924: autoinstall tde libraries
        
        Change-Id: Id986bc7f9f09902dfda849bc86f9c48ccb0f30c3

2013-05-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4656a89b0b126c45e359c24ad3f4906eb17a1fcc]

        fdo#60924 autoinstall - gbuild/scp2: add tde module
        
        Change-Id: I4c13d1cd4b7490a0b4db8f0dd40d823a5906c8aa

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [5736cbaa8401ce772607d84614f72ebab475b550]

        Yet another fix for missing sqlbison.hxx
        
        Change-Id: I2fb97a1422ed82c79b7babff793dba700eba2369

2013-05-07  Andras Timar  <atimar@suse.com>  [34f275fe4e19877fbb12d483d7edb5adaef49bc2]

        fdo#64211 replace "%2F" to "/" in online (wiki) help URLs
        
        It is not possible to create wiki pages with URLs that have %2F in
        them. Help URLs contain %2F, when invoked from dialogs that are
        based on .ui files, it seems this is the new HID syntax.
        
        For example for Zoom dialog LibreOffice used to call
        http://help.libreoffice.org/simpress/cui%2Fui%2Fzoomdialog%2Fzoomsb
        and it did not work. Now it calls
        http://help.libreoffice.org/simpress/cui/ui/zoomdialog/zoomsb
        and it works.
        
        Change-Id: I163cf8ec3b69f31eadbbd9085d2180839fe91e07

2013-05-07  Matúš Kukan  <matus.kukan@gmail.com>  [25efffbaff6b25074a2b5d4cc97ecfb73fa9eaf8]

        gbuild: don't turn off also gb_FULLDEPS when running 'make build'
        
        Change-Id: I7c06fe72789eb6108b13eefaca3ff9c9b3416f31

2013-05-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [edf8db717f49199833de9fc9d2c9817bab613795]

        use MD5SUM env variable adn not md5sum directly
        
        Change-Id: I985b3373edcd0bfc151adfa92b79a6b5080d22ad
        Reviewed-on: https://gerrit.libreoffice.org/3805
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-07  Andras Timar  <atimar@suse.com>  [8a21ff876f7592900b71ab1cdc36b6e925d02a37]

        Updated core Project: translations  e06e924e1a2d2497cea1f282ab5381ee78f0b05e

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [18556a768028ac28878f8d0be1bb73a63fd2d9be]

        Yet another fix for missing sqlbison.hxx
        
        Change-Id: I85a7dd4454233141e1cefc04cf30f999babf6ae7

2013-05-07  Luboš Luňák  <l.lunak@suse.cz>  [67a0a0b57e4ee4379c7f39e1f0b3adcd1efe1238]

        fix doxygen tag
        
        No idea what the nonsense about cargo-cult in the previous two commits
        was about though.
        
        Change-Id: I97a7a39ad431e5ab9eab4de6de2b08d4d6889307

2013-05-07  Andras Timar  <atimar@suse.com>  [af0de93ca53593832bec5760b329ca2297668c31]

        Updated core Project: translations  3b967bbce7fae6b042bbbe5c2bf9fad14941192f

2013-05-07  Thorsten Behrens  <tbehrens@suse.com>  [c5b58f8e82dcf25426088ff2deb555d043c37e3e]

        Fix fdo#40421 Take current clip into account for shape bounds.
        
        Seems with the extensive drawinglayer rework, we now get bitmap
        fills rendered via clip polygon and subsequent bitmap tiles. To
        get the true bound rect of the current metaaction, clip it against
        outdev's clip region bounds (as some reasonably cheap best-effort
        approximation).
        
        Change-Id: I4ecf04e2d94da21acc97362a1a65a965c7176077

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [99a1e8c4a6bc4dd809944a41ac0db1f925959cc2]

        connectivity: fix up some more exotic libs...
        
        ... for Package_generated removal
        
        Change-Id: I14d8da088964224b68fba03e920eeb5a2d19f9f5

2013-05-07  Noel Power  <noel.power@suse.com>  [64fed0c4fde695bb7978390d2e0a303dc6d53fe7]

        fix for fdo#51300
        
        Hopefully a better choice for defaults will minimise the chance of a bad colour
        combination for notetext and notebackground colours when one colour ( more than
        likely the notetext colour ) is gleaned from some default ( e.g. like a system
         tooltip colour ). We change the choice from system helptext ( fg & bg ) colours
        and use Libreoffice default font and default note background colours instead.
        The rationale here being that even in the normal scenario it seems with modern
        excel documents the note background colour is a 'real' colour and not an index
        ( therefore the colour selection from some predefined colour doesn't happen )
        But the note text colour is generally a colour index ( therefore a colour is
        selected from defaults ). In say gnome3 the default tooltip colour is now white
         and a really bad contrast to the normal background colour for a note. I changed
        the code here to use the colours from libreoffice given that the default colours
        more or less match Excel default colours ( which will be by far the most
        frequently ) used combination
        
        Change-Id: I2ae38a44e0cbf201beb3b7d18a89f5ebdd644f8c

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [94fdd5d302e34220a0b1beaf3610658d15c7b808]

        Exempt smoketest.jar from "non-cross-compiling only"
        
        ...just like it was implicitly exempted while it was still part of juh.jar.
        (The true fix should be to remove this smoketest-support code from general
        installation sets, but that is left as an exercise for another day.)
        
        Change-Id: Ia8bb07795facef5f344e3e53c3901f229725d1af

2013-05-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bca132cae4d0f207fac2a2f31620cd4a90814016]

        coverity#704453: new[] vs delete mismatch

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [a7b7f03a219c63632093a58ca998ae0382f2e77a]

        setup_native: remove Package_spell
        
        Change-Id: I082956036843b6a88e3e1db3d799985599ae2980

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [ee6713269255bddc5b97892a5875ef4e015b6ee2]

        connectivity: remove Package_generated
        
        This one is ugly, the Yacc generated header is used in lots of places;
        the dependencies are already right because using the header requires
        using the dbtools library which builds the YaccTarget, so just yet
        another include path has to be added.
        
        Change-Id: I031fde80ac326551d4719533305b1ae35351ca43

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [38f5717b1d488b866d55a603eea1260c6203fd69]

        oox: remove Package_generated and Package_tokens
        
        Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [5a8f5914c2077fe330d713a5d3a2be3b3f6a7e9a]

        writerfilter: remove Package_sprmids
        
        Change-Id: I3791f7f513246faaeb76f9209c08008c78a38619

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [368e06b05affe72b7589b340b2b557c4d387c298]

        officecfg: remove Package_cppheader
        
        Instead include generated headers directly from workdir.
        
        Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [ff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1]

        Extract SmoketestCommandEnvironment.java from juh.jar
        
        ...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE
        unoil.jar.
        
        Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5

2013-05-07  Luke Deller  <luke@deller.id.au>  [2d3d942683d1cce738eab09b58e4fd693d5e7241]

        Fix style renaming confusion in ww8 filter (solves fdo#63603)
        
        - Mapping LO default style to Word "Normal" style for docx output used a
          hard coded style name, so it broke when LO's default style was renamed
          in 4.0 (plus it would never have worked for non-English languages)
        - This renaming did not cater for nameclashes, leading to fdo#63603
        - Similar renaming when importing doc styles did cater for nameclashes,
          but had a minor bug in that
        
        Change-Id: Id23f3021c6507b474c16e93abf43ba748606ebc7
        Reviewed-on: https://gerrit.libreoffice.org/3743
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-05-07  Andras Timar  <atimar@suse.com>  [6b30f7c32ed548617723af21e0f24d70165b04e0]

        Updated core Project: help  c599d2dde1df55d8d743d4eaf3521dbb4db10361

2013-05-07  Miklos Vajna  <vmiklos@suse.cz>  [cb088e6d20ce5411035c163f57ba1532657a7509]

        sw_filters_test: add support for ooxml files
        
        The motivation is that if -- after fixing a crash -- the document looks
        OK, then all the paperwork in the ooxmlimport isn't necessary, just drop
        in the file to qa/core/data/ooxml/pass/, and we're done.
        
        Change-Id: I2287189bd3c49c5e53489f9d89a6341685359b33

2013-05-07  Andras Timar  <atimar@suse.com>  [bb0a43fef9b377f216641dcb4a13e09ad42a8c04]

        Updated core Project: help  87300967302507220e9a33e1f48d73779c584791

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [c756afcdbab0afae23f2dc39def08debd949d492]

        Move the example code off the com.sun.star.comp.beans package
        
        Change-Id: I27ffb8f1bddc0a41d76a8b6d441e10e9a71ff10f

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [6c4a4eb84589c8a19d72c46169ba1a25159e4c1b]

        Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow again
        
        ...from 43debfae8326ad98f9d130aa450f59ad49577d55 "General cleanup of
        OfficeBeans," as this is a stable interface that should not be broken airily.
        
        Change-Id: I931a611341a1b29346d134c11ecf886fe7767836

2013-05-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [98b1cd3598040c0e0048b97f4a780b5cae79cd6b]

        Uploading the hyper-stable libodfgen-0.0.1
        
        Change-Id: If1c4278fa02a74b040af444eb6ca89209daea13a

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [95565d586aee53d60e2fefe34b399d3f9ea16904]

        RepositoryExternal: librdf needs to depend on Packages
        
        (should hopefully fix tinderbox breakage)
        
        Change-Id: I460b782b1bbf212a4f535960f82b2a2843f6fe74

2013-05-07  Miklos Vajna  <vmiklos@suse.cz>  [254c5c694bf2da98d5cf2693639251c6d4205920]

        fdo#64256 writerfilter: handle void GraphicURL in ListsManager::lcl_sprm
        
        Change-Id: I4d8b1b527d5099781a36cc1265318c167205340e

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [7ef1aa6876f144b0aedb2b988d1f9b6aa22f378c]

        -Werror=unused-macros
        
        Change-Id: I9fd616930eb0b336ce89e97bc333f19d4cf449ae

2013-05-07  David Tardon  <dtardon@redhat.com>  [41dc90592e4d30a89059b8f0deeec48adf6fefdb]

        Updated core Project: dictionaries  6434e14f6601183d8b95f9d4f9a544525b3dc5c9

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [ee84491568d72fe824bfc047fc17a3a978375855]

        Better logging
        
        Change-Id: Ic3dca6f1f0c0f7de7070801793938569e76e1907

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [e67b072c8e7a2b6d2c9afcf72882083255ef5966]

        Avoid warnings about unused test functions
        
        Change-Id: I6b2a40c4b95555c4d8bf0d8674fce46accd49965

2013-05-07  Stephan Bergmann  <sbergman@redhat.com>  [904b3d1fceee5827076758ed2a81f80cb73493ca]

        Up-cast conversion constructor for css::uno::Reference
        
        Based on a previous patch by Noel Grandin,
        <https://gerrit.libreoffice.org/#/c/3613/>, and borrowing from
        boost::is_base_and_derived (see comment in include/com/sun/star/uno/Reference.h)
        to avoid including Boost headers in URE headers.
        
        Change-Id: Iade5af144dd73ef03bd7d96000134c7a66a5e591
        Reviewed-on: https://gerrit.libreoffice.org/3699
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-05-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [493c1e4628d2c2927ce0657497d51a1fcc37c2b3]

        codesign --timestamp=none is not supported on 10.6
        
        Change-Id: Ie1e853fd1dd3154c6805eb8129c35a49150b458c
        Reviewed-on: https://gerrit.libreoffice.org/3806
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-07  Takeshi Abe  <tabe@fixedpoint.jp>  [c38d9f4e63c948cd298c82f6276f8dd2bcee6cdd]

        drop commented-out code
        
        Change-Id: I7384a4fd82c8807dfaf9049306b65fe3ef5cab42

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [7858c0f7881fea439b0701482d3a95d73e0f3cb1]

        gbuild: ExternalProject: always build externals from scratch
        
        It could happen that externals were built incrementally, in case
        something the ExternalProject depends on was updated.  To prevent this,
        change the dependencies so that the UnpackedTarball is unpacked again
        when the ExternalProject's dependencies are newer.  This is possible
        without introducing a new target for the purpose due to the refactorings
        in previous commits that enforce the name of UnpackedTarball.
        
        Change-Id: Ie7a84064ec2ffc76175cd2b7792517e68664a461

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [1a1f1fbdf035d731a2a26fa8eeeac1195181e9fe]

        gbuild: ExternalProject: remove second parameter again...
        
        ... now that everything is consistent.
        
        Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [10fc13c94890837ca6a8c1a47efe3b2dcba85471]

        lib*: consistently name all UnpackedTarball and ExternalProject
        
        Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [276021c76102e685c7dbe3776d5f79f71a59ac82]

        gbuild: remove gb_ExternalProject_use_unpacked
        
        It must always be used exactly once, so replace it with constructor
        parameter.
        
        Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [96907bfb02c00d3d3d4085fc4b10d8e0eb0b9f11]

        np_sdk: remove both Package_inc and Package_npapi
        
        This is a bit of a mess, apparently there are some headers here that may
        come from the system and others that are always internal?
        
        Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [11c72e49522b1af5fe4e2f1871545f8d3ff017d1]

        remove empty Module makefiles
        
        Change-Id: Ifd85c8e2c4ec16db42001657009b8678d89a8fe1

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [4f94ee56483e6e2a8f16baa6c2ba8a4acf5df9b2]

        x11_extensions: remove Package_inc
        
        Change-Id: Iae077cdb1f79a6f539734ecc9897249675f2aa73

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [674e791119dc3d260b21f1d841a38deaea2e9a62]

        twain: remove Package_inc
        
        Change-Id: I67d0801d8d353951f9c9b1ca7f08b23de9b34067

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [72279eaa88e6828004aa664050c73707d3307488]

        sane: remove Package_inc
        
        Change-Id: Ie60d8e9ff8f0abcccc85253be15b6c2c8de944cb

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [fea65aaa81938372f5c9a2689db32c73618699b3]

        unixODBC: remove Package_inc
        
        Change-Id: I99ebfcf2a52fe108599938abad87ab73552e6e2a

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [6b2ce087e1c3d592875eb36ae6ac2b6f20e248dd]

        Mesa: remove Package_inc
        
        Change-Id: Ie87b9b2d7dc87ee60c072a2cf80cda5b191d1209

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [e264ff550f5e2f2cfc836e9ecdf3c5065aed1d97]

        bluez_bluetooth: remove Package_inc
        
        Change-Id: I1168fca3ad3091f9562dfe25aee45329ebbb4988

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [0bb8c032535a9a6311ba27e22fade8a0ff84429d]

        helpcompiler: remove Package_inc
        
        Change-Id: Iddafa9068edcc20135c08ed205b8fb7fb5382eba

2013-05-07  Michael Stahl  <mstahl@redhat.com>  [9a7603187eb5cc580d33212ee147f9ac89de55f4]

        dbaccess: remove Package_inc
        
        Change-Id: I8e6748eef04f25603851a33d049cb9585fa04cc6

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [7556ba312ff3a7409b7da55f220d3ff877505a3b]

        Surely the intent was to check for !pFallback here
        
        Change-Id: Ia583cfe1d123903ac8f61ad4a224364af7c77ef7

2013-05-06  Peter Foley  <pefoley2@verizon.net>  [38e95dc334047dfb9a7ae959deda4e4d2f39b3bf]

        Revert "properly prefix graphic filter methods"
        
        This reverts commit eacf12eeb174e35a301570726bf74434a4dd4b94.
        
        Appears to be broken.
        
        Conflicts:
        	vcl/source/filter/graphicfilter.cxx
        
        Change-Id: I9ae3fbac2e7e9d08484c063cdb10e080ca89def2

2013-05-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [37690fe74c4c585564c67c1ff7b8be353cf68033]

        configure: force ENABLE_QUICKSTART_LIBPNG to None with --enable-headless
        
        Change-Id: I7ab931bb7c4f0d83dd7701650ec0d6a1ef83fda2

2013-05-06  Philipp Riemer  <ruderphilipp@gmail.com>  [2ce25faffd3ac3767aa52f8d7c71591d9043e3ad]

        fix typos (wich instead of which)

2013-05-06  Philipp Riemer  <ruderphilipp@gmail.com>  [928d86d8a26af86d19b1c1cbcbb512494bf366dd]

        fdo#62475 - remove ASCII art

2013-05-06  Philipp Riemer  <ruderphilipp@gmail.com>  [e8eab43eebecfcaf277d01b1c99ea003199866e4]

        cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal
        
        In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed
        automatically leaving several line breaks etc. as visual noise.

2013-05-06  Philipp Riemer  <ruderphilipp@gmail.com>  [cb33531fc46b227ee02adc38c87b63ac237c0392]

        fix typo

2013-05-06  Thorsten Behrens  <tbehrens@suse.com>  [d08280cd683b390b19c80b2e56cc6680dbc1f052]

        Debug rendering for PostScript printer backend.
        
        Change-Id: I4581026627fe509895d471f5c28089aaaee85f58

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [a89aa68483fafb82f1718fef93788523ddf0070d]

        Fix for Windows
        
        Change-Id: I236c7887895d26a90c0f39655891d84b97b7b3ba

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [bff8fa97e16f0f06fddc5545ea36c8bd2b18a580]

        Enable HarfBuzz by default
        
        HarfBuzz integration should be functional now, so to give it more wider
        testing it is made now a required dependency on non-Windows non-Mac OSs.
        By default text layout is now done by HarfBuzz but ICU LayoutEngine is
        kept as a fallback and can be enabled with SAL_USE_ICULE env variable.
        
        After 4.1.x is branched, ICU LayoutEngine should be removed completely.
        
        Change-Id: I4fe3beeaf6092f33dd436906c11b83aeafdfbd5d

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [f0393d7ff69011a16b100541ef18e5090544e4a1]

        [harfbuzz] Fix text width calculation, 3rd try
        
        It turns out storing the width in the layout is not so good idea,
        because in some mysterious cases when font fallback is involved we call
        GetTextWidth() without calling LayoutText() first, and we return the
        width of the previous text run.
        
        It seems all I needed is to pass down the X offset with the glyph item,
        and take it into account when calculating the width.
        
        Change-Id: Idbdb6bba00573fb6ca773701757d667e21ac0912

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [64fc186bb9cbb6af43d73149e9e593c48fbb0f22]

        Remove unused variables
        
        Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496

2013-05-06  David Tardon  <dtardon@redhat.com>  [2b88585b59091189672695a5a2fbe2c7528d3cf3]

        gbuild: predefine list of help packs to build
        
        It does not make sense to repeat the same check many times.
        
        Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [3f4a63f1492b7b471ad995029244a6a113e6636d]

        Revert "abstract type in ptr_container needs this workaround"
        
        d3f063cc86b50ac9adf08eb46dd2caf7975ed43c, by instead restricting the use of the
        Boost pointer containers to non-inline code (watch out for implicitly generated
        copy ctors and copy assignment ops), thus preventing MSVC from trying to
        generate full template instantiations of those containers (similar to
        f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two").
        
        Turns out the ScConditionalFormat copy ctor was unused anyway (but the
        ScConditionalFormatList copy ctor isn't, so only prevent generation of an
        implicit copy assignment op there).
        
        Change-Id: I23303a98df7024dbce95638ac13097b71a9c5c04

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [fb24a49d76edfe3cc7c9aeb7e9c293bee8a3d371]

        Drop unused SystemClipboardExt and GenericClipboardExt services
        
        ...uses of which had been introduced with
        2fab32e831fc02e7efd4069aa0dfc7779d97a9cf "mtclip01: #i112022# Allow extended
        clipboard creation" but which did not introduce any implementations of those
        services, so this might have been a hook for StarOffice-only functionality.
        
        Change-Id: I4d3c977547147aaca78b6079d1df8fbf6b196650

2013-05-06  Eike Rathke  <erack@redhat.com>  [bc20557b9ffa774d98846097bb2e4b93e518c4b3]

        added ICU 51 layout fix tarball, ticket 10107
        
        With 428bde3591ff2fd2195097040dbe1480f1f4210f this should enable ICU to
        bounds-check font tables as mentioned in
        http://site.icu-project.org/download/51#TOC-Known-Issues
        
        With this patch also needed is 7de7267f4cfcb455aabb09053c7ed681d4591867
        otherwise application will crash.
        
        Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc

2013-05-06  David Tardon  <dtardon@redhat.com>  [38b1b1aa4bf86653dd8363e85eb7e63d19d5b123]

        gbuild: add gb_UnpackedTarball_set_pre_action
        
        This function is for running arbitrary command just after unpacking. It
        turns out that gb_UnpackedTarball_set_post_action is not enough :-(
        
        Change-Id: Ibad9d7fbcdd2b95a16cc838ad8773eef5c6da019

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [9cb21a33421b8531dd25f76cc757f0d7f0fcc5ee]

        check for double modifications in compiler plugins
        
        A different way to do 1c0669af2f1f58e6431b5e489ac48a883e242ba7.
        Sometimes one piece of code can be represented several times in the AST,
        e.g. with default function arguments.
        
        Change-Id: Ic7799fa0bd918a638bdc8ebef69e6aa91d355bdc

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [d870271c23b997c922ddf2672df8f69fd199eef7]

        compiler plugin for RTL_CONSTASCII_USTRINGPARAM removal
        
        Change-Id: Ibc487aa78d9eba3f936b4f4cc0298adfaef60d5c

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [e2e2cc61144cb22227eebfadff0ea24b51ccfbd0]

        remove usage of RTL_CONSTASCII_USTRINGPARAM
        
        Mechanical removal of usage together with OUString ctor, done
        by compiler plugin.
        
        Change-Id: I554227f76df0dac620b1b46fca32516f78b462c5

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [d01768c31a0658c8a74e0dd3a95b2d781639d18e]

        Revert "ignore already seen locations in compiler plugins"
        
        This does not always work well, e.g. when building a return value
        in a return statement from a temporary, there is CXXConstructExpr
        containing CXXTemporaryObjectExpr, which both share the same location.
        This reverts commit 1c0669af2f1f58e6431b5e489ac48a883e242ba7.

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [a0da672521f806d11f9922601328de3ab0542187]

        ignore already seen locations in compiler plugins
        
        Change-Id: Icba8dfa61aee7237af569b2414b1cf4ce93ca476

2013-05-06  Luboš Luňák  <l.lunak@suse.cz>  [6f16cfb5a661c0a4b13ed18c9246d8830ca118b5]

        Fix handling range in removeText().
        
        Turns out removeText( SourceRange ) treats it as a token range, so it's
        not always character-exact if used for removal of only several characters
        from a token (e.g. an identifier).
        
        Change-Id: I0223d52da90f9535d9ef1d48b0f56d69131536c8

2013-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0bac488a1b9da8812f7b888bd12d774ef75379ba]

        Did not want to push this thing ;)
        
        Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [690a5546138cb94100868d9303ef7b702b421b8e]

        Revert "fdo#46808, Convert SystemClipboardExt service to new style"
        
        This reverts commit 135d20caa4178c3a6d7682b547c5da6d58310f01.
        Conflicts:
        	vcl/source/window/window.cxx
        
        There is no implementation of the SystemClipboardExt service, so Window::GetClipboard
        would now always fail with catching an Exception, instead of trying to create a
        SystemClipboard if SystemClipboardExt is unavailable.  (I'll clean up the unused
        SystemClipboardExt in a follow-up commit.)
        
        Change-Id: Ic3c45b148057e174d3487aedb4176549cb28f3c0

2013-05-06  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [5bff7f52075eb3ffe931d1779681262e1820a859]

        fdo#63878 fix the zoom problem when the sheet are RTL
        
        Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd
        Reviewed-on: https://gerrit.libreoffice.org/3789
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-05-06  Arnaud Versini  <arnaud.versini@gmail.com>  [759c301785a703188b52d01ded2f96ff3f6eb7f9]

        SW : Fix crash by checking find result
        
        Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3
        Reviewed-on: https://gerrit.libreoffice.org/3783
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d526091eb19c264de8014e6ac142819460604373]

        WRITER_DEBUG_MSG -> SAL_[INFO/WARN]
        
        Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c

2013-05-06  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d5d7d18d5cbfdc4b96cc705fa9a80525a9f60920]

        fdo#60924: Move some more libs to autoinstallation
        
        Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f
        Reviewed-on: https://gerrit.libreoffice.org/3758
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-05-06  David Tardon  <dtardon@redhat.com>  [9fc31b75d6ef201d41e15e9bb0f1a4108b29f802]

        make sure the output dir exists
        
        Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d

2013-05-06  Petr Mladek  <pmladek@suse.cz>  [29884e1f4b3e620d523c6a5c8a3cf72159dc9b24]

        bump product version to 4.1.0.0.alpha1+
        
        Change-Id: I131364a0c80626b82939b641012abdfd11e9fabe

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [3def5194ddaf9c4d766b71527874bd1a973b43e5]

        Revert "Blind fix for MSVC"
        
        9041dac37f912a6f183be9f6b6558f1ef44280c0.  The correct fix was
        f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1 "Blind fix for MSVC, take two."
        
        Change-Id: I6c319a0f7a1d3dbcffbd4be8ac02682e5fdd7802

2013-05-06  David Tardon  <dtardon@redhat.com>  [3992cf60d7f025744e473d5dc97f435a0af4f8f0]

        gbuild: only add files to existing help packs
        
        Change-Id: Idea360fdd78f21f5f42500da938340bb1870f29f

2013-05-06  Miklos Vajna  <vmiklos@suse.cz>  [4144cd5a851466778004af9de98dbcfb019067bb]

        fdo#42144 WW8 export: avoid writing pointless empty footers
        
        Regression from 1348288905ffa75d3634eee4392ba4660d28cdb9 (mismerge, I
        guess), when header was enabled, actually empty footer was exported,
        even in case footer was disabled.
        
        Change-Id: Ied55dc2a9f0faef87689c07935a47db384d37e1a

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [e50ef531021ea2322ebaf5109f6fe758e65d27b0]

        Fix adaption to SAL_INFO
        
        Change-Id: I12e32c0323e21946b795ca7f2af392930f55eed6

2013-05-06  Stephan Bergmann  <sbergman@redhat.com>  [70100b82906ea7382c0697d4a781e48e4dcbf83d]

        Hashtable -> HashMap
        
        Change-Id: Ib5c49240e76ebe7fd9a651cd7c6d6041171fc541

2013-05-06  Noel Grandin  <noel@peralex.com>  [8bebd29976f41cb8793804f3e0b22ef75c56d8dd]

        Java cleanup, remove unnecessary @SuppressWarnings annotations
        
        Change-Id: Ib5df091fc4a6233b526c44ae42dbdbacb0bef7c6

2013-05-06  Noel Grandin  <noel@peralex.com>  [402c8f5f1efd053cc69556d63999955b3af4f41d]

        Java cleanup, close file handles when done with them
        
        Change-Id: I79e6e0b8f53ae6f232c34aa8e833853d2ec24cf0

2013-05-06  Noel Grandin  <noel@peralex.com>  [7cba598a7ddcf02771ed31c8d8fce6f7e02ef715]

        Java cleanup, delete some dead code
        
        Change-Id: I4423cc7ec49769e256f73d9b7fba7b78f84f932f

2013-05-06  Noel Grandin  <noel@peralex.com>  [8be40d31d78723debd47f671544f480c1c606db7]

        Java cleanup, convert Hashtable to HashMap
        
        Change-Id: If8a9c0c3a4b357fb9c0ff096f44ed1b44ebbcef4

2013-05-06  Noel Grandin  <noel@peralex.com>  [e527a340051b55a6f05d05f397d82ec797165163]

        Java cleanup, convert more Vector to ArrayList
        
        Change-Id: Icb807382eaf50f515f2c9dfada0c061414baed33

2013-05-06  Noel Grandin  <noel@peralex.com>  [587c59fbc931b12f4d63d077a78bcaa43ffbf83d]

        Java cleanup, Convert Vector to ArrayList
        
        Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f

2013-05-06  Noel Grandin  <noel@peralex.com>  [95e1ecbf89f75e2b298b931c3cc2e0d5655c31ed]

        remove some unnecessary casts
        
        Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292

2013-05-06  Noel Grandin  <noel@peralex.com>  [e10300dc786beaaa1b126054100d0195a9298b67]

        use generics and convert from Vector to ArrayList
        
        Change-Id: Idcc7d0c386ff59ddee95667939969259cdf11d02

2013-05-06  Noel Grandin  <noel@peralex.com>  [f8135956a81f95204ab0dbde7f7fd42652f70c74]

        fix typo
        
        Change-Id: I228a93e2b701fa787fc6d7d721acaf1f6e010b89

2013-05-06  Noel Grandin  <noel@peralex.com>  [422474a87616c685a9e0332f39a9171c4001615e]

        fix typo
        
        Change-Id: I785c022c9f38eb54ba27fd76bb032f5fa7f34b63

2013-05-06  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [b9cd66b970a2b76d6f07ead71b9df7a9232ff5af]

        fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fix
        
        Change-Id: I569766945d96eae74479e310d674c9420e9a2b4b
        Reviewed-on: https://gerrit.libreoffice.org/3772
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-05-06  Chris Sherlock  <chris.sherlock79@gmail.com>  [256e42646bedbeb9cba900f962f36ba4b1a1cda3]

        Convert EMFP_DEBUG to SAL_INFO, etc.
        
        * Change to SAL_INFO instead of EMFP_DEBUG in emfplus.cxx
        * Use #ifdef OSL_DEBUG > 1 to conditionally compile in debugging routines
        * Remove some commented/conditionally compiled out code
        * Change logging area for SAL_WARN from cppcanvas to cppcanvas.emf
        
        Change-Id: I6db0021807634070cfa2fee0f07e32d235b3d2f3
        Reviewed-on: https://gerrit.libreoffice.org/3782
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-06  Noel Grandin  <noel@peralex.com>  [46662428b2b17043e1d09c4107e7a5c0cf490b86]

        fdo#46808, Convert graphic::Primitive2DTools to new style
        
        Change-Id: I9719b43dbf98cfca29638f54cc907e48c7ad28b7

2013-05-06  Noel Grandin  <noel@peralex.com>  [6e0d0934d0cbb74bb5a4fbf05b4448832f6d4722]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I65a4399de203e02b8fc90c7d2e4c783d5c156de5

2013-05-06  Noel Grandin  <noel@peralex.com>  [647f348c62d0a08fc26625aa58708fe9495d6904]

        fdo#46808, Use service constructor for rendering::CanvasFactory
        
        Change-Id: If6bebe0d2dfb30c3fffd0fb284cd766e3f315b49

2013-05-06  Noel Grandin  <noel@peralex.com>  [135d20caa4178c3a6d7682b547c5da6d58310f01]

        fdo#46808, Convert SystemClipboardExt service to new style
        
        Service already existed, just needed an IDL file
        
        Change-Id: Icde7c41e48b8c511976c2a65a87dca064546fa95

2013-05-06  Noel Grandin  <noel@peralex.com>  [e4f37435a0fdd66b2d58633c991c6df720790f39]

        fdo#46808, Use service constructor for uri::ExternalUriReferenceTranslator
        
        Change-Id: I723b1baf50b75f6aaea86a4784ee10a3d2196e83

2013-05-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [2ac38d1eac981a411f89b666c6f72aef88fa1f73]

        configure: with --enable-headless disable opengl by default
        
        Change-Id: Ia09d30c7ffe6b8597c6b23921feed07151aab04c

2013-05-06  Tor Lillqvist  <tml@iki.fi>  [06b4b58f52c32af535bc1692e7dbc0e5ee561b9d]

        No need for conditionality has been turned on since 2004
        
        Change-Id: I0e1708f1102dab8e0424d12b50da25f726e8a5f6

2013-05-06  Miklos Vajna  <vmiklos@suse.cz>  [3155a8e60f64f88e8abb5a6877cb2fa55986402e]

        xmlsecurity: drop no longer needed RTL_ASCII_USTRINGPARAM macro
        
        Change-Id: Ia08688ef3c262ba4379213231032c73404ae748b

2013-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5aa9cfedc3e1e2f191a3fc86342dd851e5ef3d3f]

        make Excel happy
        
        Why the f*cking hell do we need file format specs if they are ignored
        and we just write into an implementers note what we want to see in the
        spec. And at least if there is an implementers note file make sure to
        mention all the cases and save me the reverse engineering time.
        
        Change-Id: I08c2c9963fc6f2780e49a89f988a758665e007fa

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [9a8f125fa7e63b829471a6722dae3006bb1f57d2]

        [harfbuzz] Support Unicode variation selectors
        
        Change-Id: I8c56f45505327857613c39b28da3ae7cc3ad201c

2013-05-06  Khaled Hosny  <khaledhosny@eglug.org>  [26ec39fc9f4fecd826983b08b64990ca608e48c4]

        Revert "#i103131# in doubt treat unicode variation selectors as invisible(cherry picked from commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9)"
        
        This reverts commit 6840ba613cc46ee65d58612ecabe748d539de9f5.
        
        We don't want this since we can now support variation selectors with
        HarfBuzz.

2013-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [09d486b897c0e2ba407e833462ac5f9db6188463]

        data label export does not work with bar charts
        
        Excel just removes the chart during import. Additionally we should work
        on only exporting the data label information for points that really
        contain data labels.
        
        Change-Id: I80aef8effe27c729feb69c25c319ca129dc961a5

2013-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [062b9f0bdc6fc5328fb76a3b19e1036e1e017ce7]

        remove unnecessary explicit namespaces
        
        Change-Id: Idb6bf5704a3b569ae4ae19d35526f19528ab63a6

2013-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e2292b3cdd032edff21f0016b7f61e9bb420699]

        map full transparent solid fill to no fill, fdo#64224
        
        Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e

2013-05-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93abb2082ad3cae1432d69b65a89dace6646785a]

        let us be explicit about default values
        
        Different MSO versions behave differently in respect to the default
        values. 2007 is not compliant to OOXML and is what our export filter
        expects, 2010+ are compliant to OOXML and therefore our charts look
        awful.
        
        Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [bcb662a210f5e0c0e760bab1ba7c3d4b5d002c6c]

        follow up to commit 2e109641648bed508318d3b65a385f5b9e78edf7
        
        Norbert cherry-picked the original patch [1] without changes. However
        some sentences in it where translated misleadingly. So here I am merging my
        remarks/corrections to it, plus some minor changes regarding whitespaces
        in front of punctuations.
        
        [1] see https://gerrit.libreoffice.org/3788
        
        Change-Id: If5fa033c48b2bd16fc0b83195ba4d46f5051414b

2013-05-05  Joren De Cuyper  <joren.libreoffice@telenet.be>  [2e109641648bed508318d3b65a385f5b9e78edf7]

        Partially translate german comments in sw/source/filter/ww8/
        
        Please, only apply this patch if you are a native speaking German.
        I'm not a native speaker, so a double check is really necessary and appreciated.
        
        Thanks in advance!
        
        Change-Id: I9493d128e124d319391aa851ae364aefeb27c512
        Reviewed-on: https://gerrit.libreoffice.org/3788
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-05  Julien Nabet  <serval2412@yahoo.fr>  [81870e5333722ceb33e9a326af5faa7bc08f89d6]

        coverity#1000604: Dereference after null check
        
        Change-Id: Id9c3b7eb29c58c55c100db6da644b232ada550ee
        Reviewed-on: https://gerrit.libreoffice.org/3791
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-05-05  Andras Timar  <atimar@suse.com>  [3805ee5f21ad30e02159769e914e250314335bae]

        moz: build fix
        
        Change-Id: I85e573add83d46550822e55e691b61fc2729475a

2013-05-05  Khaled Hosny  <khaledhosny@eglug.org>  [784cd10c31e4378e5b9d03791154e01d23867120]

        [harfbuzz] Fix vertical text layout
        
        "Fixed" in the sense that it works exactly like the non-HarfBuzz case,
        but that is already a bit broken. Need to get rid if the little OpenType
        layout engine in ServerFont::ApplyGSUB() and use HarfBuzz's vertical
        text layout capabilities.
        
        Change-Id: I32abe385575bd5d1b66e573dfe2fc7f412d02254

2013-05-05  Andras Timar  <atimar@suse.com>  [919f853278c3187e30484c8e542beb92b3165e2b]

        moz: build fix
        
        Change-Id: I1a8685ec5fff2e78aa9eb97ba9b331a1a2a99e74

2013-05-05  Christian M. Heller  <christian.heller63@gmail.com>  [b27ec833fe14527e810014f682e036cbfc0ddc1d]

        fdo#39468 Translate German Comments - rest of vcl/source/edit/...
        
        Change-Id: I6cb657853cf3e8d4e35c0dc09be6a4a15ba3a336

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [f7fdcc15317b2711f33f3b8dc19fd3044de54323]

        remove commented-out code in sw/source/core/view
        
        Change-Id: Ib94be6370549c6a71879a5af1eb60808fba762e8

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [b9008dfbef5c744e351c6bb1edbfc30f364731c8]

        fdo#62475 - remove visual noise in sw/source/core/view
        
        - ASCII art
        - method comments without further info
        - multiple blank lines
        
        Change-Id: Iec6fac8ce28a82b2ce15a72ed7ffa5fc38d4e218

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [c1d5e765dbc78de252cb94a66bb5ed49f15218ff]

        work on comments in sw/source/core/view
        
        Change-Id: I3934487475df1da7fe6cf68656c4c38881d1a394

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [66e47a5cfd177571dc0811abda4e0a5a6ae8c56a]

        fix indentation
        
        Change-Id: If17defd0a64c0b6b4e2c1faf60601199a978e2e9

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [688f72e3a2c3ef923389bbd21f6aea3afe1114db]

        fdo#39468: Translate German comments in sw/source/core/view
        
        Change-Id: Icc9249ec66ea10ae0ceea6b5e611cf774474c7c2

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [68334b7c3f2c0654d28661d56e492922deef55cd]

        work on comments and remove commented-out code in sw/source/core/graphic
        
        Change-Id: I2b1b29d469277998dafed41fb7c0bb33e8064a16

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [e89804f1fcb323712ba35033ee9839d8a1f9f271]

        fdo#39468: Translate German comments in sw/source/core/graphic
        
        Change-Id: Ic78269f73b31125d7326b9aa1bfca76d7e881177

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [24c3a58a0782f81eed3902c3aa16868229d24628]

        fdo#62475 - remove ASCII art in sw/source/core/graphic
        
        Change-Id: Ie37dbb1c0c5d01c958d168d15ec5285c36bbf28d

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [6ecf802cc7ff72784fd0160295180f74d32b59ad]

        fix indentation of a comment
        
        Change-Id: I4528725cdfe2bdd0ae071d5719d4e8e082d88e5b

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [7f8e8aa828f18ce384839c08e2d082d9d4d92eb3]

        fdo#62475 - remove pointless comments and ASCII art in sw/source/core/draw
        
        Change-Id: I223cdd6d3bfddf0216453406efc32beee2489ae4

2013-05-05  Philipp Riemer  <ruderphilipp@gmail.com>  [2a50976cc905598f12d82ecd478e8b33ec466c2f]

        doxygen-ize comments in sw/source/core/draw
        
        Change-Id: I04ef6f0992e6d00dd6519eb6e9bcddecbb97e8de

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a4b6f261489817737fd974dee123ab6b76a66c49]

        another validation error in chart OOXML export
        
        Change-Id: I2edd5cb877fdf66926483c866382480f7ae3d36f

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d28d25d0903f94ce9485c04e72400e493db44618]

        respect element order in OOXML chart export, fdo#59857
        
        The chart part of the document passes validation now.
        
        Change-Id: I52c946c0ad399038e5f9ffff08a117f2693c55b5

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ed3d39230f5664ae38ecf683da133034901cbbf]

        respect element order in OOXML chart export, related fdo#59857
        
        Change-Id: Iecb47635cb8c854ec6c12a12f895972fcf099009

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a927086f9a3c94bb7b6b8edec37ae723a6b243aa]

        respect element order in OOXML export, related fdo#59857
        
        Change-Id: I00bb173010419a47ee30c9d6ae1173bb1ea0e370

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [010f58c4ef9a5e36d1c703ff20f8293bed90100a]

        overlap is only valid for the 2D bar chart, related fdo#59857
        
        Change-Id: Ie17ef54a2b2f2058cef97dacd9110a3065f76f68

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16010abe0102a53e478de0e28453c7b14d48772b]

        respect element order in OOXML chart export, related fdo#59857
        
        Change-Id: Icd40ad5a1a428d6ae0d012b1896a9dd713a4e79b

2013-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e415e070d6aaba48f457acb4c295381c69d67c99]

        respect order of elements in OOXML chart export, related fdo#59857
        
        Change-Id: I541e04d2f4a3b272894ceb67b4bd970e235b96a2

2013-05-05  David Tardon  <dtardon@redhat.com>  [ebfcf864e5f7d498e08de3261e90c994e5fd7a48]

        Updated core Project: help  dd11e905ed069b1a0e14d5cb3076e5a048d4e842

2013-05-05  David Tardon  <dtardon@redhat.com>  [ed665f24ff62bc00acd41620f91cb9dc458c8a2e]

        copy pyuno files to instdir
        
        Change-Id: I62fa315b942c5b2383ee83c644ecbcbca3d6c40f

2013-05-05  David Tardon  <dtardon@redhat.com>  [e64e85b2211a10fc6e1584aec2dc199d49d46d79]

        copy more rc files to instdir
        
        Change-Id: Ia4cc2b8e504f46734ea7bfaade60bf27509cce32

2013-05-05  David Tardon  <dtardon@redhat.com>  [1ca02a5c2e20f669612005a5b29ef11d510125bd]

        drop unused scripts
        
        Change-Id: Icf4526214d9cfaaa9fe41b40b662c1e3bd9e6960

2013-05-05  David Tardon  <dtardon@redhat.com>  [e37c63a1d73fadee4fbd2e2b6650f5d1a23d0e50]

        copy scripts to instdir
        
        Change-Id: Id7367d8f540f708071df89fd056dba485751df1c

2013-05-05  David Tardon  <dtardon@redhat.com>  [b08a5ac83be0c5323c064da07dad64c8958c8026]

        copy more rdb files into instdir
        
        Change-Id: I92fe5833fb7e4c869d1bf1b14b257394ce1b820b

2013-05-05  David Tardon  <dtardon@redhat.com>  [eee0b9613cc68384698d701ad4d0d371f14df92d]

        fix placement of xcd localizations
        
        Change-Id: Iee058e78c47f5d1084ff408b6997e7cdd98ed2ce

2013-05-05  David Tardon  <dtardon@redhat.com>  [553e0c7658e0433d3f93586cd0e7abe05ba502ba]

        clean up include paths for installer
        
        Change-Id: I03524cb562560921ea053ff81d6647664c912079

2013-05-05  David Tardon  <dtardon@redhat.com>  [3c08872842bb61a600724c2576ed8e929767a8d1]

        our product is always opensource, part II
        
        This is a follow-up to commit be8a7eb7c1cfcb9d89898c6cf40f560577a0c0a8,
        which dropped the setting from instsetoo_native/util/openoffice.lst .
        
        Change-Id: I86cf333fae78edf1a4d2167505457ac925d96208

2013-05-05  David Tardon  <dtardon@redhat.com>  [8a5bdd8a74f3c52351ce9524ce97f8b48675b432]

        libnsssysinit.so's presumably not needed in instdir
        
        ... because it's not installed either.
        
        Change-Id: I282090e68ff2455b9593bbaba9ec1e16445f2b9d

2013-05-05  David Tardon  <dtardon@redhat.com>  [9b75fd77c55c107c808f5403b6281b787f55e73f]

        liboapprover does not link with any libreoffice lib
        
        -> it does not need RPATH.
        
        Change-Id: I7595417e338e6498742ddeb5d64166b4b99661ff

2013-05-05  David Tardon  <dtardon@redhat.com>  [fbfdfee0d749092b8efbc1a458a02f110d3049e9]

        langsupport is a dev tool, not installed
        
        Change-Id: I8a4c29e9e15792d006b5392ae40db64baf771563

2013-05-05  David Tardon  <dtardon@redhat.com>  [2e306da484a2f091ded1aaf58cedb512c1e811e0]

        fix install of liblangtag data files
        
        Change-Id: I8f65b1050bc832b2c1c008f46e3331649dbe5ac4

2013-05-05  David Tardon  <dtardon@redhat.com>  [e0d15e8531ba5c6dc2081a7ab7e05ac3bcf32b93]

        use single rm call
        
        Change-Id: I21cd42a561b2fdc0fb2dbe977b1892cb8888c412

2013-05-05  David Tardon  <dtardon@redhat.com>  [c458ea6d15465d9dada06f259946f854e9e5ccfb]

        shove the new .res to the other res files
        
        I do not want to create a new optional module just for one file.
        
        Change-Id: I5a96a71eadaebff045ecc6ef1a5dd240014d6953

2013-05-05  David Tardon  <dtardon@redhat.com>  [f995c1ce83f964c511c40adced6618e53ec8aef7]

        oops. drop ALRT_hsqldb from Module too
        
        Change-Id: I5f67cef527fe54030fd848d0411e82c30cc06713

2013-05-05  David Tardon  <dtardon@redhat.com>  [b777604017afa02471313404c7ed13dcc378c423]

        drop pointless build of a resource file
        
        Change-Id: Ic3d554bbcc8bdbad85c868c06d451bd6f12def54

2013-05-05  David Tardon  <dtardon@redhat.com>  [bda4c6ab5d0a7c64babe529bab056ad6af7dcf7f]

        resurrect Macromedia Flash export dialog
        
        This has never been enabled during the open source history of
        openoffice.org . Yet we have been building the code and the resource
        file for it. Should I be surprised?
        
        Change-Id: Iba8262f125d0ea3a35fa7f256a3cdbd353e598bc

2013-05-05  David Tardon  <dtardon@redhat.com>  [02b6e89e3c00b857b19ac59f03ba008f179629fb]

        Revert "gbuild: fix generated deps for API headers"
        
        It's been quite a time since the big header move. I suppose this iss not
        needed anymore.
        
        This reverts commit 1b2f3b9c64c7903dfa56953b91db4f5f105e4e7d.
        
        Conflicts:
        	solenv/gbuild/UnoApi.mk
        
        Change-Id: Iea817c17a2559e853709d3b7686365dd29e12ea8

2013-05-05  Kalman Szalai - KAMI  <kami911@gmail.com>  [b13282fd804dd3e8eb590ea2017e348bcaf78197]

        Copy Sun* extensions with oxt extension to the solver.

2013-05-04  Caolán McNamara  <caolanm@redhat.com>  [cf3d6757a9052565fa8f5b3301e2fe6874af2f66]

        fix macro assign dialog
        
        Which was empty of contents e.g. from autotext->macro...
        
        because of 5d84af7e83404f22d3c9cd0b0bb88fb84d0550e7
        "fdo#57553: Picture dialog Macro tab page: lazily init"
        
        which was because of bd2c14ec78a7549d4a19738154cdd5ea890f61c4
        "we have to have all tabpages in all modes now"
        
        which was because we need to create all tabpages in order to determine their
        size for layout.
        
            Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c
        
        Change-Id: Ic662f6a927225b56820ccebf135b82ab1631974d

2013-05-04  Caolán McNamara  <caolanm@redhat.com>  [742e67453fba6ea540cc6f90ee52414b16543694]

        extract correct widget id for responses
        
        Change-Id: I5ce14e346b8ee609fdad4deae9929a90cbadd84e

2013-05-04  Andras Timar  <atimar@suse.com>  [e61ea2d79f96a96314f0135ad6cf820b6ae57b5d]

        fdo#54087 refactor/fix browser plugin detection on Windows
        
        Former code did not find the Firefox plugin, if it was
        registered under HKEY_CURRENT_USER. Therefore the checkbox state was not
        preserved in Tools - Options - Internet - Browser Plug-in.
        
        Change-Id: I9ae2a7dae1501500d7ea7cb42517605219450af3

2013-05-04  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [759cc27530a5f58b43721f2d760c9429561a12fd]

        configure: no ENABLE_NPAPI_FROM_BROWSER for --enable-headless
        
        Change-Id: Icc986a13700396913e89299826f58cd107ff2673

2013-05-04  Peter Foley  <pefoley2@verizon.net>  [ba09793d3b566d30ecb49422ce02fe4b2e2c7600]

        do not merge pyuno/pyloader
        
        Change-Id: I2803eaa9dcd516059fc879e1ca98dc3a5f088284

2013-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [4004342ef9cc7b7015b1dfd92c3b1def4df87a5c]

        fdo#60924: autoinstall kde libraries
        
        Change-Id: I4c67301b99c2eb066695fc1e85c1e16ea5902d9f

2013-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [d0e099fb5fce0954a36767b62026477448600f68]

        fdo#60924 autoinstall - gbuild/scp2: add kde module
        
        Change-Id: Id1a836da9b97ba2b542b68cfa650fede523b0a0e

2013-05-04  David Tardon  <dtardon@redhat.com>  [08f94626efc530713802f4f97615a5117e8596d2]

        nuke MathMLDTD
        
        math.dtd was dropped from installation in 2009, see
        https://issues.apache.org/ooo/show_bug.cgi?id=97200#c3 :
        "In agreement with MIB and MT it was diecided that the Math.dtd should
        be removed from the installation set as well since it
        a) has incorrect content
        b) is no longer used nowadays at all"
        
        Change-Id: Id2a727338c224b0beb4b8def197988ab071a7d94

2013-05-04  David Tardon  <dtardon@redhat.com>  [c35f495a8d608cb71b48838a00c06db5d0e4e2dd]

        copy pagein-* into instdir
        
        Change-Id: Iab77db4f7841fd3d118fc371de5d0368f08f6c2d

2013-05-04  David Tardon  <dtardon@redhat.com>  [fc02abac9c18d441a9f08db86990d8f51e4e6500]

        install xmlscript DTDs using filelist
        
        Change-Id: Ie773f7af8823534e9d4834733b4852cb9ad314ae

2013-05-04  David Tardon  <dtardon@redhat.com>  [6514956d4239f77d3cba34fd06aab5f1001e05de]

        install scripts from shell using filelists
        
        The FILELIST install method is really tailored to large sets of closely
        related files. It is not such a great idea to apply it just to move some
        unrelated files, delivered from a single module, out of $(OUTDIR), like
        here, because it requires splitting one Package to several to allow the
        files to be placed to different installation modules in scp2. The extra
        makefile increases the overhead needed to place a file into an
        installation set. We really need a better way to handle this...
        
        Change-Id: I2f271562d8773152e69d284b4fe8ae356dea0945

2013-05-04  David Tardon  <dtardon@redhat.com>  [d7f00e2e8aa4f91c340f3f7c4856259abee13b16]

        install package DTD using filelist
        
        Change-Id: I5c0ec48ecd8616358b728d426bc5ef91aa6b08e3

2013-05-04  David Tardon  <dtardon@redhat.com>  [cb8066dcc9655878656865ecb61a611a0e3bce95]

        install framework DTDs using filelist
        
        Change-Id: I7a36eb26d26dfa58b82919ca0ee16f94fa82c220

2013-05-04  David Tardon  <dtardon@redhat.com>  [233e12168b8ebc3cf6434e9b1143a54fd67e4a71]

        install python scripting provider using filelist
        
        Change-Id: I9db93fd588f1cca9ce071d4ff14d5c9c699748a0

2013-05-04  David Tardon  <dtardon@redhat.com>  [2dcf42b417c6246a5f6d14e8297510c751b1da96]

        install data files from extras using filelists
        
        Change-Id: Ib092623501e36fa759a5215a435d21e1fea8dfdd

2013-05-04  David Tardon  <dtardon@redhat.com>  [2f8d2c4ce4652e4e906eada7d248556db9bdc666]

        install impress xml config files using filelists
        
        Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df

2013-05-04  David Tardon  <dtardon@redhat.com>  [eb65a8d64862aa324846967034d55e3d2b72f2c5]

        install openoffice 1.0 DTD files using filelist
        
        Do we need to install them? Or even have them in the sources, FWIW? The
        old XML format has been superceded by ODF 10 years ago...
        
        Change-Id: I909afcf86ae808441c7dbc6182512bedb9789c1c

2013-05-04  David Tardon  <dtardon@redhat.com>  [ea9ba874c3a0d85eb9430dc7913928086fff34c3]

        install moz. runtime files using filelist
        
        Change-Id: Iddc1a86d34a6d05f2a2939fb72f057fb387bbe1f
        Reviewed-on: https://gerrit.libreoffice.org/3781
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [054852042554893165f6ee09a6879007b9cf3718]

        bin no longer necessary hack
        
        Change-Id: I54ca40343f4abe61aaea5520d27b4c82a2eeaf7a
        Reviewed-on: https://gerrit.libreoffice.org/3780
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [6cac17078c46df312ef145d1c5a136848204c107]

        install python framework using filelist
        
        Change-Id: Ib3a98d8268d0a1973d5f06b993c293fd41ba47e1
        Reviewed-on: https://gerrit.libreoffice.org/3779
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [eb5056dc2eb1bed5dffeca889810b0a5d5246b11]

        the MacOS X cleanup is logically a part of build
        
        ... so move it to python/ExternalProject_python3.mk, where it belongs.
        
        Change-Id: Ib99a6a40182341257f79dd289eac51806be46fcf
        Reviewed-on: https://gerrit.libreoffice.org/3778
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [45b95190860d714f7dba9dcca452931c199581a5]

        $(WORKDIR)/CustomTarget/odk/odkcommon is no more
        
        Change-Id: I49204b3518c47614e591de47a916901861331673
        Reviewed-on: https://gerrit.libreoffice.org/3777
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [da7e3fca9f9b9529a4fa81204b2b22c862bffbb3]

        drop unneeded odkcommon/
        
        Change-Id: Id88a58e43fd7a39fdbc7545a0618b05070b1270e
        Reviewed-on: https://gerrit.libreoffice.org/3776
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [ffa50f643c9bed8a6c5970ba72712a1d68d186a6]

        install cpp docs using filelist
        
        Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0
        Reviewed-on: https://gerrit.libreoffice.org/3775
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  David Tardon  <dtardon@redhat.com>  [0fd330ec4db4c75e08976a72f1c846b1bcf68594]

        gbuild: add Package equiv. for copying whole dirs
        
        This is in preparation for using doxygen to generate IDL docs. Because
        the file names generated by doxygen are essentially random, it is not
        possible to use a Package to deliver them. And we really do not want to
        go back to using Zip, as unpacking slows the installation down.
        
        Change-Id: I5f4aa6bf10c6aab30a5b1870e04dca723c123317
        Reviewed-on: https://gerrit.libreoffice.org/3774
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-05-04  Tomaž Vajngerl  <quikee@gmail.com>  [06da9114c91bdd90e196a5086e99c13ee905fb01]

        Show type of graphic in CompressGraphicDialog.
        
        Change-Id: I4066a26fb93e9a97707a249f08c4c67459c8abb2

2013-05-04  Radek Doulik  <rodo@novell.com>  [bde563d87f2b2b7b133ddb7a8c71bbd66b2a78e5]

        add more description about sd module and important presentation filters
        
        Change-Id: I0a3684c21554a87109e653a5aae9cb53c98c098b

2013-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [630bc850f7e36f75d295fc1d4a3cc56acd6921e7]

        Additional unit test for sorting.
        
        Change-Id: Ic7834a07341cee2b2fdcff3ae0707755e5500347

2013-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [04353c273142fba62ea9b5fe62d66ee8e13814a2]

        spl is not built in enable headless mode
        
        Change-Id: I12875ef7ced2a0a80d9c5b6081d8eeb5ae96121f

2013-05-03  Khaled Hosny  <khaledhosny@eglug.org>  [405dc9d241f617853c77e60b0b0d41c36b5af33d]

        [harfbuzz] Fix placement of multi-glyph clusters
        
        Calculate the delta based on the whole cluster width no just the first
        glyph.
        
        This whole ApplyDXArray() business is completely flawed, it is just
        trying to second guess information we already had, and then workaround
        all bugs it is introducing.
        
        Change-Id: I5f719d7addcb89c9d5662b48ca7cf55cd388b41e

2013-05-03  Julien Nabet  <serval2412@yahoo.fr>  [a80ae494533f3be2009d623478ff57e16bcc8be7]

        Document converter: Add extensions as non template cases
        
        Change-Id: Ifed1b8758e605c3457a9c57b87527d81f684a5f5

2013-05-03  Lionel Elie Mamane  <lionel@mamane.lu>  [2493acd50c9c2e1922381e09ea33860894e320b2]

        fdo#48056 treat report chart as draw chart
        
        Change-Id: I0a716b4339747f1994e5c8710e15474807aea4a2

2013-05-03  Lionel Elie Mamane  <lionel@mamane.lu>  [699b1aef2730951da12c68a537119fac4f5b323a]

        janitorial: indentation
        
        Change-Id: I6886f5ed011871a1c2718c9e1fadc9d0cb053098

2013-05-03  Lionel Elie Mamane  <lionel@mamane.lu>  [ed4c0da91205e95cc9c907add0f62d7cdce807d4]

        fdo#48056 revert part of return "correct name for shapetype"
        
        Keep hardcoded values as *fallback* only, but trust m_aProps.aComponent.m_xShape->getShapeType when present.
        
        Change-Id: I5a024a9bc5f87d226ab3c857817dfe91ad975acb

2013-05-03  Lionel Elie Mamane  <lionel@mamane.lu>  [49a52d7631b2f29678ac0b20384525da5ad23938]

        fdo#64150 don't segfault when there is no line
        
        Change-Id: Iab36de3d407925cdb0e092afae457907f0261b3e

2013-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [83b507c0f0858471333e3a079aedb15327186742]

        fixing mistake of no following cargo-cult correctly
        
        Change-Id: Ied0d8d6fd01ab5106b901355a7c5002719b07ffa

2013-05-03  Petr Mladek  <pmladek@suse.cz>  [977065d501b0e3a33482f3df65e602a93bc6e584]

        Use lowercase product name in desktop integration packages again
        
        The variable UNIXFILENAME used to use the lowercase product name
        before gbuildification.
        
        Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834

2013-05-03  Petr Mladek  <pmladek@suse.cz>  [7b57cbbba1b75c3daebea256692e9b7f43357a56]

        PRODUCTVERSION variable always used only major and minor version
        
        For example, this fixes some mess in the desktop subpackages.
        It probably fixes strange things also in other places where
        we do not want the too detailed version 4.0.0.0.alpha0+
        
        Change-Id: I23482db4f9e3c907f3c7452a111acb54879b1f4f

2013-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2dde36f2b0e19544078dd1efcdc644ca84285881]

        Don't know what to do, but cargo-cult is the official religion
        
        Change-Id: I7e73bbd6e83da0606dc0fee99a33cb7130cafdff

2013-05-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [35cd784f0635186910ddd35e25f47a2ed79d29ab]

        disable ccache on windows/msc when building liblangtag
        
        liblangtag uses quoted strings in defines, like -DFOO="\"value\"" and
        ccache (at least the one available from the windows build dependencies
        wiki page) gets confused and doesn't parse the arguments correctly to
        the actual compiler, resulting in the error
        "cl : Command line error D8003 : missing source filename"
        
        Change-Id: I456b98b8956a25ff9acd3ab776c0c6f149a08ac7
        Reviewed-on: https://gerrit.libreoffice.org/3760
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-05-03  Gergő Mocsi  <gmocsi91@gmail.com>  [b971a83f34c3204e9a57874d55e5f23229b62b7f]

        Create Photo Album fix
        
        Fixed some UI tweaks in handler function DownHdl: now images can me moved down correctly. Also, made some
        simplification in handler UpHdl: I've moved forvard the declaration of local variable nActPos.
        
        Change-Id: I879a6394865bb8442c0621dc2789efd9eedae87c
        Reviewed-on: https://gerrit.libreoffice.org/3759
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-05-03  David Tardon  <dtardon@redhat.com>  [2f2e4d88db426e3b09c8f4cf6bb8dd6bc5f349e4]

        add a warning
        
        Change-Id: I0baf90cfe8d3caa96f826695c1be4bc563864c00

2013-05-03  David Tardon  <dtardon@redhat.com>  [4f4f450eaf9dad85d28fcd58b01c0f51ff0bd5ef]

        fdo#60075 need to return context when available
        
        Change-Id: I53a83a3f2234dc061c23344116b0e294594f1c90

2013-05-03  Gergő Mocsi  <gmocsi91@gmail.com>  [e8ed29c952259a241564dfbf40e5b53d2c6e67e2]

        Create Photo Album fix
        
        Fixed some pointer issues in CreateHdl function.
        Removed the creation of title slide.
        Added an enum to access the image layout option from the code.
        
        Change-Id: Ib91fbbf3b068453c8e66b8df1ce32e24c3828bc0

2013-05-03  Caolán McNamara  <caolanm@redhat.com>  [25547fbddda1d540d2191e9e9a893c7f263b80e2]

        Related: fdo#60265 fix lunatic way to detect special filter name
        
        The use of SBMAXEXTENSIONLENGTH appears to be an insane way
        to detect full filter names and map them back to short suffixes
        but we are passing suffixes separated by | and if that string
        hits the SBMAXEXTENSIONLENGTH it gets blanked.
        
        So, lets try only doing the conversion to suffix if the filter
        name starts with a common substr handled by SetExtension
        
        Change-Id: I42914d3e042133a2c5e28c9704b5fded7ca938dc

2013-05-03  Julien Nabet  <serval2412@yahoo.fr>  [b10e69287c42db61679d70146ed5e7c54ee1863e]

        fdo#60265 Really fixes Basic problem
        
        GetFilterName function in FilesModul.xba needs the extension be repeated too
        sLocExtensionList() = ArrayoutofString(sFilterName(i,2), &quot;|&quot;, MaxIndex)
        
        Change-Id: I2fecd5352345e6b7541d0a961012c7e91046fb0d
        Reviewed-on: https://gerrit.libreoffice.org/3729
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-05-03  Miklos Vajna  <vmiklos@suse.cz>  [9a7641451dad5c73a936de5361aa3c3f148132d0]

        SwPostItMgr::Delete: fix crash when layout is not yet ready
        
        pPostIt is 0 when we have a large document, and the layout is not yet
        ready for a later part of the document, having a comment. Just don't try
        to delete such comments, better than a crash.
        
        Change-Id: I5fd5c908bc7b1feba926214863e84391b9037484

2013-05-03  Caolán McNamara  <caolanm@redhat.com>  [e04fd8a9e04156f0f653a21e00e6ad976fbe17b0]

        Updated core Project: help  cdf274d40fc7142166dc0f1e44200577513ff537

2013-05-03  Caolán McNamara  <caolanm@redhat.com>  [599de54e51581411b2512c2cba394cd27c4ef6a6]

        remove unused resources and add some mnemonic widgets
        
        Change-Id: Ie6331aa0551da5e6617b8bf407126aa3838031ec

2013-05-03  Eike Rathke  <erack@redhat.com>  [38b35f40b3a3009d0a3dd5090cb28d6b8fbd8e34]

        unneeded using directive
        
        Change-Id: I8696f876e8ab51e3ceab6ac597e9c339d40182b3

2013-05-03  Eike Rathke  <erack@redhat.com>  [428bde3591ff2fd2195097040dbe1480f1f4210f]

        implemented IcuFontFromServerFont::getFontTable(LETag,size_t&)
        
        so that ICU versions trying to call
        LEFontInstance::getFontTable(LETag,size_t&) actually call it instead of
        IcuFontFromServerFont::getFontTable(LETag)
        
        See http://site.icu-project.org/download/51#TOC-Known-Issues
        "NOTE: Applications must implement LEFontInstance::getFontTable(LETag,
        size_t &length)  in their LEFontInstance subclasses, so that ICU can
        properly bounds-check font tables."
        
        See also https://ssl.icu-project.org/trac/ticket/10107
        
        Change-Id: Ic20b7e8dda4e84734eb6de0ccba82b0dea481d55

2013-05-03  Eike Rathke  <erack@redhat.com>  [7de7267f4cfcb455aabb09053c7ed681d4591867]

        do not call LayoutEngine::reset()
        
        Calling reset() disposes everything the LayoutEngine knows in its
        current state. While this may have prevented some obscure crash during
        exit in the past (call was added 2003-03-27), it definitely leads to a
        crash if the updated LayoutEngine "patch"
        http://download.icu-project.org/files/icu4c/51.1/icu-51-layout-fix-10107.tgz
        is applied as that sets fGlyphStorage=NULL (it doesn't delete
        LEGlyphStorage though and thus may leak, but that patch is in the wild
        now) and a later call to mpIcuLE->layoutChars() tries to access
        fGlyphStorage->...() if mpIcuLE is reused.
        
        For the patch mentioned see
        http://site.icu-project.org/download/51#TOC-Known-Issues and
        http://bugs.icu-project.org/trac/ticket/10107
        
        Change-Id: I1b8f5c446c174d7d12b896b3ecd2a266645e8abc

2013-05-03  Caolán McNamara  <caolanm@redhat.com>  [bfa360c6e761a1e9b3e34665b9b36d724979fdfd]

        unset WB_GROUP on non-initial buttons in groups
        
        Change-Id: I8846318e8d7fef862bb105af878b2df17045d7ff

2013-05-03  Alex Ivan  <alexnivan@yahoo.com>  [da06166015689eca260c702602bef4cea58afbd3]

        fix bug #60700 - de-crutify ODF files
        
        Initialization of storage elements in Configuration folder is now
        done in read-only mode. Modification does not affect these folders
        in case of actual storage within them.
        Only tested for example posted on bugzilla page.
        
        Added open mode directly into function call.
        
        Change-Id: Ib2b4ae1f4cab35f2c9cd1fc7081302e1231da7a4
        Reviewed-on: https://gerrit.libreoffice.org/3401
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-05-03  Andres Gomez  <agomez@igalia.com>  [91f7fabe4f5c34f8a67de0a1fcd2df1f0d0819c3]

        configure: minor typo
        
        Change-Id: I13e4b91f62a3cbe02e504004b177efdcbe939edc
        Reviewed-on: https://gerrit.libreoffice.org/3754
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-05-03  Tomas Chvatal  <tchvatal@suse.cz>  [12af4ae6fd084e0605af07a46d6933ceaeb186e9]

        Search for mariadb_config and mysql_config so it works everywhere
        
        Change-Id: Id6ae4cde25998bb21981b7cccb23a094f217750f

2013-05-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6e8b24cc45c1f59a8c0ce6529a211331ee4f2a3e]

        fdo#60924: Move more libs to autoinstallation
        
        Change-Id: I5c136760ca59278ba6bfcd1d11c56d810e9cfa76

2013-05-03  Caolán McNamara  <caolanm@redhat.com>  [ba69c0851b99a0f063e0f82fe93f22db25f65de8]

        implement native button order for messageboxes
        
        Change-Id: I85d0991da3d2a1efa9d5c15569164d8bd2194356

2013-05-03  Miklos Vajna  <vmiklos@suse.cz>  [2e2e1fecd5768829d6c0a2133206d2d740b941af]

        no longer needed CREATE_STRING macro
        
        Change-Id: Idd37b3787bf8e4b547b7e861cebe0fcadbd25bbe

2013-05-03  David Tardon  <dtardon@redhat.com>  [30b248dfe5bfb8a0649e36f22c943b3feb2f1385]

        fdo#60075 open drawings with connector attached to SVG
        
        This problem arises when there is a connector attached to draw:frame
        element with multiple draw:image elements in it. The import code expects
        that they are different representations of the same image (I have not
        found if this is specified in ODF), so it only selects the most
        "suitable" for import. To do that, it imports them all and then removes
        all but the selected one. The image import context,
        SdXMLGraphicObjectShapeContext, shares the parent frame's attributes,
        which means that all the images in a frame have got the same ID. in
        SdXMLGraphicObjectShapeContext::AddShape, the created css::draw::XShape
        is registered with its ID... That means that anything that refers to the
        frame's ID, like a draw:connector, will always get the _first_ image in
        the frame.
        
        Solution is to extend comphelper::UnoInterfaceToUniqueIdentifierMapper
        to allow reserving an identifier and setting an interface for it later.
        That way, SdXMLFrameShapeContext can reserve its own ID before it starts
        importing the first draw:image, and then set the selected XShape at the
        end.
        
        Change-Id: I2e11cfd38e1e3534df2b3c01d85da0d755a266c3

2013-05-03  David Tardon  <dtardon@redhat.com>  [9918757003ae043ad53a9c3fcea2733696f6eb5c]

        the var. must be persistent over multiple calls
        
        Change-Id: Ieb48dfe85ed16a8123917b30873f301d523ea381

2013-05-03  Matteo Casalin  <matteo.casalin@yahoo.com>  [485b1ac04c567d9d11cd395cf0a62cc43cabd8ad]

        This method is not implemented
        
        Change-Id: I6ef1ce6cbfb121b18f4d79709d141cdf2f01a16f

2013-05-03  Katarina Behrens  <bubli@bubli.org>  [f2391b051952eff3018db977f99c75fabc931186]

        Forgot about the dialog title
        
        Change-Id: I35d6b0652eee9ea99bbe48e067802c119ed4c56d

2013-05-02  Katarina Behrens  <bubli@bubli.org>  [7886bbd044a5148deafa61bde731e371166299f6]

        Converted define custom slide show dialog to .ui
        
        Change-Id: I6bb6bcb96993d05cc225da63c56cbb7fbad83ec2

2013-05-02  Miklos Vajna  <vmiklos@suse.cz>  [6b9f437ee72ea9f7ccf72ff3f7eea11a49e07d42]

        SwTxtSizeInfo: rename member variables missing their prefix
        
        Conflicts:
        	sw/source/core/text/inftxt.hxx
        
        Change-Id: I32a430c35d69308f87b7b6f1b4ef232315deed2f

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8f891ad025f05d7888f7e0807a74b5aa6c8272a3]

        Trying to fix android build of libodfgen
        
        Change-Id: I40be8e54199baf6f24a7b69b268fbff713a9a0a6

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9237f2af295c3af2e8a7fcb7761ee44c70e02bf]

        We like Scott, but these warnings are not for public consumption
        
        Change-Id: I8af4c25abd288ed4d5ac754d2b685c3dcf9d081b

2013-05-02  Andras Timar  <atimar@suse.com>  [376f85f04d84a4da5bdbac4e55b58f62a86c0911]

        build fix s/$(BUILD)/$(LIBO_VERSION_PATCH)/
        
        Change-Id: I4573f77418b3631a2f324aac29e225698da53ba6

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [256f1a85379ff32921f161e01a9dea2ebc6ed707]

        And first libodfgen build fix is here
        
        Change-Id: Ia367c2c3ba834d423ac20416e7ab4f67e8271852

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93848e11ec7d28ddef35ee165e12d847f2fafcea]

        Splitting writerperfect into serializer and libodfgen
        
        Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [7de37ac7d633ba12cd90a38b2255130ef8e88b1a]

        Add --enable-desktop-gui-elements to show such even on non-DESKTOP platforms
        
        Not my idea.
        
        Change-Id: If4874d97a2035588cd65ded9f281de0c3598b7d7

2013-05-02  Andras Timar  <atimar@suse.com>  [e8177f99008ee24283e0506e296edb59a16ff8d6]

        remove unsupported binfilter types from npsoplugin
        
        Change-Id: Ifd12d4d1f4dab0a6bea4701d0a1b9ab4f3763ce7

2013-05-02  Andras Timar  <atimar@suse.com>  [248eea0629ce2762744cdee5e8266700ff86b0c5]

        remove defines from npsoplugin resource, that are defined elsewhere
        
        Change-Id: I745944202a25a348f36e79d28f03740a28b70eee

2013-05-02  Andras Timar  <atimar@suse.com>  [3b356ea97710f2234b92802cc898394673518da3]

        remove unsupported binfilter types from npsoplugin
        
        Change-Id: Ifb23e61b265697272e54df225719e006319e79af

2013-05-02  Andras Timar  <atimar@suse.com>  [ae3f7b70a84f330f76e2e60c4c6bc8c69dbf068f]

        fdo#54087 link the correct resource file to npsoplugin.dll
        
        I had to add a new function to gbuild system: set_nativeres,
        because the trick in extensions/Library_npsoplugin.mk did not work.
        It linked the default.res, and that made the plugin unusable under
        Windows. Also, one export was missing compared to LibreOffice 3.5.
        
        Conflicts:
        
        	extensions/Library_npsoplugin.mk
        	extensions/WinResTarget_npsoplugin.mk
        
        Change-Id: Ib91fa2a3b72b15912587f22becccb0aebc2aa390

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [520fd4968d776218f69b76b6a31876c217fb491b]

        WaE: unused parameter 'rOpenTag'
        
        Change-Id: I515a316bea0bef6608d993823f906390b39e9fa9

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [f6626720d58491ea30c805db88bd91aa50532805]

        Fix warning: unused variable 'sLang' [loplugin]
        
        Change-Id: I0cf95c5ef222d085ccda73b54165d7238190becc

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

        add const
        
        Change-Id: I71236b9ca6300372ba00c85401cf19f6c0e7ac99

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [da4aca09720b992a48ea4b98d879555dbdcb8666]

        fix comment to use our bug-tracking markup syntax
        
        Change-Id: I2cddfc6b36dfef22dc5f17b94b8732e0646eff02

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [29a2ff580eaa1cfcc3d977b84634e9836856ecc1]

        we can just use a PopupMenu* here
        
        rather than a ScPopupMenu*, we don't use anything added by
        ScPopupMenu to PopupMenu.
        
        While I'm at it, expose the wrapped selected identity of
        the popup through the drop-down menu button
        
        Change-Id: Id92f4a03fca19140e624d577f888135c5b227192

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [201f5fb6367a67cd39fa8e4396f5f86589db6be0]

        allow custom pushbutton subclasses to set images via builder
        
        Change-Id: I639120393fec6fc0c5aa58cbefffe511742383f9

2013-05-02  Michael Meeks  <michael.meeks@suse.com>  [b701650c9257e82e8e5ec46451653b661aa65d28]

        fdo#64048 - fix calc/VBA clearcontents regression.
        
        Change-Id: Id0c07507810ec1db41359f39dee804364fd37ecd

2013-05-02  Isamu Mogi  <saturday6c@gmail.com>  [263ab3f14bbb8cea9f5a1b8ea7496f6a23e6c547]

        fdo#59850: Resolves invalid date changing by ICU's timezone detection bug.
        
        Patch was also submitted with https://ssl.icu-project.org/trac/ticket/10129
        of which the outcome should be monitored.
        
        Change-Id: I3ebd4aaef281214062a5b2a858eff8e57a34c9b1
        Reviewed-on: https://gerrit.libreoffice.org/3637
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

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

        place ooxml shapes properly to paragraph area (part of bnc#816583)
        
        style="position:absolute;left:0" is relative to paragraph area,
        not paragraph text area (which is different if it's indented).
        
        Change-Id: I12a1d2b8a68aa3fa9c65b3d469118b5334f83d7f

2013-05-02  Luboš Luňák  <l.lunak@suse.cz>  [7dfc4da808bb26d38090f8afb0d742adabe8cedf]

        handle graphic bullets in .docx also when saved as <w:pict>
        
        Change-Id: I7225b4b024c6b7c549d0c9fbf5204df653577bec

2013-05-02  Luboš Luňák  <l.lunak@suse.cz>  [829027abe3d9c7f0419fbf311dffb31b0b72b028]

        ditch explicit char arrays for string literals
        
        Change-Id: I77a4f6d338751c00942f091f4267e5f7d1d1742f

2013-05-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [29400c568a84339066ef238e836cfeb19f732873]

        Some code scrubing
        
        Add doxygen documentation for classes and methods
        Delete useless comments.
        Add include guards where missing.
        Delete some useless typedef.
        
        Change-Id: I9bba16560790239d7775fcd40981465e70e5d437

2013-05-02  Eike Rathke  <erack@redhat.com>  [db46a7336e330516f4df4e41f6895aa1afb03450]

        resolved fdo#63779 case-insensitive non-regex search broken
        
        Broken with 531538892795bec909bb8baff6bbf9e19baf809e
        
        Change-Id: I0302baee0532ab8f10853c648bf695a58cfe273c

2013-05-02  Armin Le Grand  <alg@apache.org>  [8f43c78e9a607df8c72232f03be4f9a7c80538de]

        Resolves: #i120230# Adapt hatch processing for a more pleasant visualisation
        
        Adapt hatch processing to keep a view-dependent minimal distance for a more
        pleasant visualisation
        
        (cherry picked from commit 6a036e7ac17a1d4394d60471bd8931d9b16b7bb4)
        
        Conflicts:
        	drawinglayer/inc/drawinglayer/attribute/fillhatchattribute.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/fillhatchprimitive2d.hxx
        	drawinglayer/inc/drawinglayer/primitive2d/primitivetools2d.hxx
        	drawinglayer/source/attribute/fillhatchattribute.cxx
        
        Change-Id: I15cd784ef7d3e47a20308f16d370c24ef46d2f22

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e1ffd555b5c70e4bdc693711917ebffbb2423579]

        simplify writerperfect structure and prepare for libodfgen
        
        Change-Id: Ib2e56280a5a6bfdfee18a5b213dd67b9fbfc8949

2013-05-02  Matúš Kukan  <matus.kukan@gmail.com>  [51ba7dbee1a9b9424fcb1ac47ce9eaabf0561c62]

        do not fail when using disabled liblangtag external; just do nothing
        
        Change-Id: I3e9027ac1d4a19b953bd3404c82f069334f5f4ff

2013-05-02  Andre Fischer  <af@apache.org>  [a01e4aa97b086b898499b84760ac271b0cc4a479]

        Resolves: #i119554# Fixed export of viewpoint property.
        
        Patch by: Lei Debin
        Reviewed by: Andre
        
        (cherry picked from commit 9667c78f99156ff4dd49002da270bc610bf75920)
        
        Change-Id: I993ee9497e5da5d0af499fcab1d203766a18a4a9

2013-05-02  Ariel Constenla-Haile  <arielch@apache.org>  [55d2d982d0722e2ede96811d2a38ad3d70fc9d62]

        Resolves: #i66923# Add support for JRockit JVM
        
        (cherry picked from commit cb38ee0da6fa928118fbc1da118a707d7799cb40)
        
        Conflicts:
        	jvmfwk/distributions/OpenOfficeorg/javavendors_linux.xml
        	jvmfwk/distributions/OpenOfficeorg/javavendors_wnt.xml
        	jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
        
        Change-Id: Iffd413ba1d74ae3b7da58df7b092c43c4f64a7c9

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [7d528592ac756f5495b2fb300f4302cce89ca017]

        android: Keep the images_tango.zip name as is
        
        Not sure why I used to store it as images.zip. Probably just a mistake. The
        code uses the images_tango.name.zip when trying to open it.
        
        Sure, no toolbar with images is displayed currently anyway, so having this
        file in the .apk is pointless, but there has been talk of reverting the
        disabling of toolbars, sigh.
        
        Change-Id: I12dfd3abe8f329d660b518f6b37904aa00423bc2

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

        make parent style for 'frame contents' be 'standard' rather than 'text'
        
        The actual reason for this change is a .docx document, which has a textframe
        and a modified 'text' style. The textframe in MSO has 'normal' style
        (which is like our 'standard') and so the style is not written to the docx.
        LO however uses 'frame contents' for the textframe, and since it was
        based on 'text', it used the modified style, unlike in MSO.
        
        But even on its own, this change seems to make sense. It's similar
        to 4014d40c96b9d70796a154f0ac48cf5b685cf187, and I see no particular
        reason why contents of textframes should be the same style like the main
        text of the document, while footnotes, footers, headers, tables, etc.
        are different.
        
        Change-Id: Ibe7bfd6a2820cff5cf29c669fd60b575c63500b0
        Reviewed-on: https://gerrit.libreoffice.org/3697
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-05-02  Andre Fischer  <af@apache.org>  [f04463012e630f439dd0004120c6717b90c52a54]

        Fixed typo (missing $) in configure.ac
        
        (cherry picked from commit e755623a1d2cb24fc8c339eb0c0888c42d6c0ba7)
        
        Conflicts:
        	configure.in
        
        Change-Id: I2a7a9ab83ac29c0306366303374e93ab08cd10ce

2013-05-02  Jürgen Schmidt  <jsc@apache.org>  [951cdf4c406292d79766c4dbf1d19e8464134eec]

        Resolves: #i117461# set row count to 0 and add further check
        
        Patch By: Tsutomu Uchino
        Review By: jsc
        
        (cherry picked from commit d56225de586f878acd2f953bcf3208fe9a3c79a3)
        
        Change-Id: I91ea7add253a5c40272ee112d207fcf510cd3935

2013-05-02  Miklos Vajna  <vmiklos@suse.cz>  [9e6570f16ebf76a6bd6725baea9ee46e8b885950]

        bnc#779630 testcase
        
        Change-Id: Ia888670ad7a5b51c9b6a3d05676b192456311704

2013-05-02  Jian Hong Cheng  <chengjh@apache.org>  [9a37613b5e8f08fae585d54a5745e887eb08f8ce]

        Resolves: #i119922 Graphic in header and footer can not be displayed correctly
        
        * sw/source/core/unocore/unoframe.cxx
        odf compatibility
        
        Patch by: Jane Kang,<kangjane2012@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        
        (cherry picked from commit f8ecf85d889ba70b48c2b49ebd650afc0a5ab776)
        
        Conflicts:
        	sw/source/core/unocore/unoframe.cxx
        
        Change-Id: Iffbe79efd43119e78f6983e27b99ba278118555d

2013-05-02  Muthu Subramanian  <sumuthu@suse.com>  [1bb53530e811d7f5df4878db079538b4707410b6]

        n#816939: Improved label overlap detection - Part 2

2013-05-02  Michael Meeks  <michael.meeks@suse.com>  [3e52762c5a9b4d1976b968634c72b172927a51d8]

        Move to MPLv2 license headers, with ESC decision and author's permission.
        
        Change-Id: I9f1102d4f0e189a048d8fccfe9cae246c0136311

2013-05-02  Armin Le Grand  <alg@apache.org>  [f38604fa73702ff94f715208d9375b5aa4685c30]

        Resolves: #i119516# allow 0x1 0x1 as well as 0x8 0x1 detection for canvases
        
        Be prepared to allow not only 0x8 0x1 detection for canvases, but also 0x1 0x1.
        
        Patch by: Lei Debin
        Detected by: louqle
        Review by: alg(cherry picked from commit 0711fae8c3f99c53bc1cb091eb218f10f3d8b15f)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        
        Change-Id: Ib1d8d892470261639fa46ae9955079759c0aebaa

2013-05-02  Andre Fischer  <af@apache.org>  [af37523b69b9e445fdf860e98e896daabf386e41]

        Resolves: #i119272# Trigger deletion of temporary files of extension manager
        
        (cherry picked from commit 84598594a6f36c2e3fc219d8cf1ec74b902e5e11)
        
        Change-Id: I5f581cb46e21c738ebf95eb30bcb517922e7f24b

2013-05-02  Oliver-Rainer Wittmann  <orw@apache.org>  [cdfad2dbbf180d3c556964c7aa8e0bb3b299d5e3]

        Resolves: #i119366# ensure password can be removed via "Save As..."
        
        Found by: DonJaime <donjaime at freenet dot de>
        Patch by: zhengfan <zheng.easyfan at gmail dot com>
        Review by: Oliver <orw at apache dot org>
        (cherry picked from commit 9957730bb807c6d81f243e14a19cbb6a91035194)
        
        Conflicts:
        	sfx2/source/doc/sfxbasemodel.cxx
        
        Change-Id: I93bfdd7f32671171f1b219f9fd2dbeac30a92254

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4314e6548356a5d2f1dc45e2aa501e37bd5a794e]

        Fix out-of-bonds Sequence access in NumberingManager with page numbering
        
        Change-Id: Ib35fcee1605215fb22ae9838b29fe1d8be5eaf58

2013-05-02  Minh Ngo  <nlminhtl@gmail.com>  [ca8b63523885c89c694799622c319260346b00f6]

        fdo#39593 - share copy/paste code, and add a few consts.
        
        Change-Id: I471e2f8ecc8c386007d55de49a1a3fa8138fea53

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [32a247e35efe1e04cb222d1b85e2213ee969d116]

        Updated core Project: help  6f2db000656709d2dd442188b85498efb4ee64b1

2013-05-02  Jian Fang Zhang  <zhangjf@apache.org>  [334086d0bdd0ff8a8fc07632c97f02917db6047f]

        Resolves: #i113605# missing :ReleaseStgMedium() call on STGMEDIUM object
        
        which causes obvious memory leaks
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit e0d9b7a23ca3e7ba181134cd89f3f18233031ef1)
        
        Change-Id: I5f99f8cf02e155e5284df3df89feb49d9a30c2c1

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [db426786a7690943143659adbf38a3768e2c17fe]

        unused old insert chart dialog
        
        Change-Id: Ibce96479b440dd3406cb7a46896b89834a14460f

2013-05-02  Armin Le Grand  <alg@apache.org>  [96004917df7f93203c04ad879702c3fe03161c16]

        Related: #i120515# fixed memory leak
        
        (cherry picked from commit b24737fc55e797d03002d44a1fa325a101617c55)
        
        Change-Id: Ib59957fb2c9e198012898293aaa2e5afbe561ef4

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [843e5560389011cbec2b51d0bb3bd8b8554b1fa9]

        Let's avoid adding new pointless comments
        
        Surely *any* line of code that frees memory could have a comment "[avoid]
        memory leak", lol. Such comments are pointless.
        
        Change-Id: I4394db9423fa1470bbe7912519b6fd99ca91101c

2013-05-02  Michael Meeks  <michael.meeks@suse.com>  [73740b2f75558eef73bf102c7209a90aaf3e7c2e]

        fdo#60549 - pptx export presentation as well as draw shape objects.
        
        Change-Id: Ibe6e0b9fa55bab7a7d02e55560c1db4c8ed84132

2013-05-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c7ef2522272579a12eecddded0cbed6d222d3742]

        Make localization a bit more effective
        
        1. get rid of some unefficiency
        The "old" executables used to parse items which has
        other language than en-US. To this items executables
        search MergeEntrys(read from po) and change the content if
        possible. This mixed localization method not need any longer.
        -cfgex: cfgmerge:WorkOnText()
        -xrmex: xrmmerge:WorkOnText()
        -transex3: export:PrepareTextToMerge()
        
        2. Change the container of MergeData to get a bit efficiency.
        The new MergeDataHashMap is exploit that in most case the
        insertion and search happen in the same order.(similar to fifo)
        So add an iterator-chain to define an insertion order in the
        original hashmap.
        Every call of find it is a hint that the next element, to
        the last found one, is the searched one. If not than search
        such like in a HasMap.
        
        3. Set up some order in helpex
        Helpex is the only one, which was not used to merge strings
        in the same order as export, so change it to work effective
        with the new HashMap.
        Helpex works with all file of a specific directory and po
        files contain the strings of these files in lexical order
         so use the same order for merge.(HelpTarget.mk)
        
        4. Make export use MergeDataHashMap a bit more effective
        -The same MergeData contains strings to all language,
        so it need to get only once.
        -Just text entrys have MergeData, others not need to
        search for it. (e.g. bitmap)
        
        Plus delete some unused code.
        
        Change-Id: I6ec80cd2323ffea8f783d0b59dc89ca7eac3c205

2013-05-02  Miklos Vajna  <vmiklos@suse.cz>  [3ec2d26dc2017ac4a27483febfc63328632f352d]

        bnc#779630 initial DOCX import of w:sdt's w:date
        
        Also factor out the w:sdt-related methods to a helper class to avoid
        DomainMapper_Impl become a God object.
        
        Change-Id: Ic1a388940bce89688e8558818f92ce9ac997609c

2013-05-02  Andre Fischer  <af@apache.org>  [3af051aa4a554c33e146a2329d8d504cf8908022]

        Resolves: #i120050# memory leak when SdrObject is removed from master page
        
        Patch by: ChaoHuang
        Review and minor changes by: Andre Fischer
        (cherry picked from commit aee07d48ed6a24ffd4b4dac73236fb3a3ec5e800)
        
        Change-Id: If3735c82dc2d02965fa0403c3adf549e4e6e8c26

2013-05-02  Andres Gomez  <agomez@igalia.com>  [de7b2781bdb03858379fe6e792ea32f62a8208ec]

        Revert "Added Tango colors to palette"
        
        Tango icons are in its own tango.soc palette. No
        need to add them to the standard palette.
        
        This reverts commit b9c98414ec9084cf97b5dcc911fb9941b5e57ebb.
        
        Change-Id: Id19d869ce8744cf55e64f4d003b8011f9df0023f
        Reviewed-on: https://gerrit.libreoffice.org/3738
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [92e5232dcbda1696a0e7c05defb3b6a00f4abdd7]

        double lock drawinglayer statics
        
        move related statics into classes and the make safe static singleton instances
        of those clases.
        
        We still have to have the additional mutex (now per singleton) on the
        methods that return the buffered data, as it may be modified per
        call
        
        Change-Id: I5873ae8271f48a0ebf4b584c1734688b77cd1d42

2013-05-02  Caolán McNamara  <caolanm@redhat.com>  [9daa7d433992f8d0e7ceae158a6af5a0a69e41ea]

        rather nutso, just drop the XubString variant
        
        Change-Id: Iebff2bc517e3b6422a6b410f44d78cee1b6d971d

2013-05-02  Armin Le Grand  <alg@apache.org>  [52bd4ffaac9a48e4838f8e06d6b97fb1c1dd4bb2]

        Resolves: #120098# Memoryleak fixed at escher sw export
        
        remember and destroy the used stream.
        
        Found by: Chao Huang
        Patch by: Chao Huang
        Review by: alg
        (cherry picked from commit 9914b3172fd4e3867693e5e63c8085dd66f18b5f)
        
        Conflicts:
        	sw/source/filter/ww8/wrtww8.cxx
        
        Change-Id: I5bccdd71312f32f861291fc600396dc111fc11c7

2013-05-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c18d8bd2d2ec5ba8dd9c43a99117aed82a919267]

        Don't crash with empty *pTxt
        
        Change-Id: I5fdd0cbc70dec1119b1b6a76cb3c5805f11c11ed

2013-05-02  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [7061e8403a3afddae253ad0a016e5613616030bb]

        fdo#60780, refactor Save a Copy and fix
        
        Refactor Save a Copy, basing it on Export functionality.
        SID_SAVEACOPY takes its parameters, and sends a SID_EXPORTDOC
        request with them, using SID_SAVEACOPYITEM to differentiate
        Save a Copy from regular Export.
        
        Fix storing docx to url, by preventing finalizeFilter method,
        in filterbase.cxx, from writing back to the original file's
        MediaDescriptor.
        
        Change-Id: I876dbe17e43b26a43f29e797fdb157e31889ee1e
        Reviewed-on: https://gerrit.libreoffice.org/3355
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-05-02  Aurimas Fišeras  <aurimas@members.fsf.org>  [cf685e9299ab9d196b7f90803f03d4fea8d16091]

        Update pch
        
        Change-Id: Ia400389ca7c4fbe752e19ca2d38f2fee00f6ee7d
        Reviewed-on: https://gerrit.libreoffice.org/3736
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-02  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [2092f8810a20938a0d0dbf5364c850a6ad9981ad]

        Show only filename in "Recent Files" list
        
        As discussed here: http://nabble.documentfoundation.org/Libreoffice-ux-advise-Recent-files-dropdown-td4052945.html#a4052996
        
        The changes are (inspired by Gedit):
        * Display only the filename, not the (abbreviated) path
        * Show the protocol name before the file, if not local (e.g. "ftp: myfile.odt")
        * After the keyboard shortcut (a number from 1 to 10) display a '.' instead of a ':' (because the protocol has a ':')
        * FIX: Display whitespace as whitespace, not "%20"
        
        Change-Id: I47472c901aa866adb76c7c7ab36bc871f82ad8df
        Reviewed-on: https://gerrit.libreoffice.org/3700
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-05-02  Tor Lillqvist  <tml@iki.fi>  [802a87e181dc8b372f247dd5ca7138bd6bd875a1]

        Adapt to library name changes for Android, too
        
        Change-Id: I6da1f38c5a9693c13ef841442cbef017d388416a

2013-05-02  Miklos Vajna  <vmiklos@suse.cz>  [576187250222eae50ce057698b364f91dc926c7f]

        writerfilter: few more doxygen comments
        
        Change-Id: I4893e2b3297adadf4e19ab22b298aaef4044b52e

2013-05-02  navin patidar  <patidar@kacst.edu.sa>  [5fc1ba6e6bf22effe4391e22fe94a2ec0fc10100]

        fix fdo#64085 : set proper alignment for justified align text.
        
        According to cell writing direction, set alignment for justified align text.
        
        Change-Id: I91e1c52f1aa13a806e2a91dc7120960a4cc3f5c1
        Reviewed-on: https://gerrit.libreoffice.org/3704
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-02  Chris Sherlock  <chris.sherlock79@gmail.com>  [af41ad9b9473b782b50828b7e77ff23f30007c60]

        Convert from EMFP_DEBUG to SAL_INFO
        
        * Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx
        * Add new log area cppcanvas.emf
        * Update comment in log.hxx to reference the new location of log-areas.dox
        
        Change-Id: I5d710725339f58a111a2f3494c3a72f685624322
        Reviewed-on: https://gerrit.libreoffice.org/3726
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-02  Joel Madero  <jmadero.dev@gmail.com>  [bdf1731fbb526adc276286c8eede5ec3ed4662bd]

        fdo#64003 - added rmi and snd to insert -> movie & sound list
        
        RMI and SND files were already supported but were missing from the list of
        movie & sound menu. Added these in alpha order
        
        	modified:   avmedia/source/viewer/mediawindow.cxx
        
        Change-Id: I3241f1cdd8972fb3da85e8e2bdd26b25f61a53ec
        Reviewed-on: https://gerrit.libreoffice.org/3727
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-05-02  Khaled Hosny  <khaledhosny@eglug.org>  [76abedd3bd1c91cac9b239f746243df00a58d060]

        [harfbuzz] Fix shaping across text runs, take 2
        
        The 3rd parameter of hb_buffer_add_utf() should be the length of the
        whole text not the current run, so that HarfBuzz can take the context
        into account when shaping.
        
        Change-Id: I369deb27176cbb136de12872b8a70453d5721bea

2013-05-02  Khaled Hosny  <khaledhosny@eglug.org>  [69a120ccc6a8afdb239912f9b4fbbc123e69d4ca]

        Revert "[harfbuzz] Fix shaping across text runs"
        
        This reverts commit ca0b580e2a21999d75bcd39ae5b6f81e9e42897b.

2013-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3dc2f24a5db4b116802dd70cd2b6765ea9c63b6e]

        we need to exclude scatter chart for data label export for now
        
        Excel does not like our data label export and removes the charts during
        import. I could not figure out what is wrong as the files are valid.
        
        Change-Id: I92458803a48bff1436e7c47ca29d27e487c0642b

2013-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ed88e6d4d61394aed2acd45777f8f037da53d58]

        add test for ooxml error bar export
        
        Change-Id: I87f99c8d47770181c3f29c70f1f91a1f3dd421b5

2013-05-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14c2ab30201d97f733375b4e3e88e5919701be25]

        add export test for charts
        
        Change-Id: I176f7967d37f3032057758d9aaa5f39c46d29c3d

2013-05-01  Khaled Hosny  <khaledhosny@eglug.org>  [84a8f817e174855ef72f0bafc734847690c5d736]

        [harfbuzz] Simplify cluster detection
        
        Change-Id: I48c11fad175fe40f48baaa47238f6087b91e6a37

2013-05-01  David Tardon  <dtardon@redhat.com>  [971092b30c5fbb857329764335b936b2fb49abb8]

        drop unintentionally duplicated lines
        
        Change-Id: I0fe3663166bc80c3bc224d276e9da37015a0b75a

2013-05-01  Tor Lillqvist  <tml@iki.fi>  [7f7799948e2c29f969413015d6ec45d7777034c2]

        Library names have changed thanks to the "layer" changes
        
        Change-Id: I764702510b612da478959f457f95e6040c22f998

2013-05-01  Tor Lillqvist  <tml@iki.fi>  [d97cf4f14c0245b01756090c3fded4759aeb7cff]

        Update names of rdb files and of the fsstorage library
        
        Change-Id: I344d64212aa1d42171f18dae7659ab7f56fecbcb

2013-05-01  Tor Lillqvist  <tml@iki.fi>  [5011f4cb8d5851921120766b2a7704dec75f400f]

        Update to match reality
        
        Change-Id: I37ad1595613f20a8f7c8694b560bb6678c214c62

2013-05-01  David Tardon  <dtardon@redhat.com>  [d47f3192c47104689e15ebbf26a5aed33de358c8]

        raptor and rasqal are external libs
        
        Change-Id: Ib2578b765fb5e8e843d8275e96beaa206814ea82

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [7d6f4391deb85012c4ede0bb5f35b1d6f347bc0f]

        Resoves: fdo#31849 ensure more button text remains vertically centered
        
        Is seems very bizarre that in Button::ImplDrawAlignedImage if
        there is no image, that we still add padding for the image
        separator to the text position. Why we have the concept of an
        Image *and* a Symbol escapes me.
        
        Anyway, setting the "Image" align to the right to match the
        "Symbol" align stops the button text getting displaced downwards.
        
        Change-Id: I67b80b2ff5cc960f5394cb7d69cab7a4c14513bf

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [1bdf1122a9860a460ba6275d747d8baeedcfe1d1]

        put a border around the numbering level listbox
        
        Change-Id: Ie45cc82af0e232b7b523d30552cc14317fc479b5

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [b0461fbde8476c879183d9a6600a3d3567888f64]

        stubs for more custom widgets
        
        Change-Id: I27d96030aed3866c0d384a28598e292cb4ab3a04

2013-05-01  David Tardon  <dtardon@redhat.com>  [3c790299c29a45fdf0d5d7c6ffdb9be82d74d367]

        install officecfg_misc using filelist
        
        Change-Id: I05594cd52332e863ac23a8255cd291b16b9b034c

2013-05-01  David Tardon  <dtardon@redhat.com>  [d82ab86b2edcb7a91e0669910fe59f21c738e09e]

        add modelines
        
        Change-Id: I940a5dbf68b9480479095ea447ff125e4a42d211

2013-05-01  David Tardon  <dtardon@redhat.com>  [8b3807dbc925e69afcf20bf619986e832ee19845]

        do not deliver unused files
        
        I have not removed them from sources, because I have no idea if they
        might be useful to someone.
        
        Change-Id: I66becb723ae5f4be008c58edc99936788a67238e

2013-05-01  David Tardon  <dtardon@redhat.com>  [33cb866969098a26afeaaa3ec57f12428546a237]

        install webview files using filelist
        
        Change-Id: Ib4501e1171f3940a6909ce4f0c05a669d708b93a

2013-05-01  David Tardon  <dtardon@redhat.com>  [0822a4c84a0d55bb45d646642b9c24f945d8c1bf]

        install xslt filters using filelist
        
        Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd

2013-05-01  David Tardon  <dtardon@redhat.com>  [af12920f0f72d32ee6d3e6c0133ef1c774495100]

        unoil.jar is not part of URE
        
        Change-Id: I8a370e14751ff1720b27f9c1787d8411bebb17ff

2013-05-01  David Tardon  <dtardon@redhat.com>  [0773c8c77af0ea1e884b2498ea8a5ed7d7dfa9ef]

        gbuild: add group NONE for jars without comp. file
        
        This is mainly to avoid polluting instdir because these jars are only
        used during build.
        
        Change-Id: Ia5bab3155787b690bd915f3e83e6b6144715948b

2013-05-01  David Tardon  <dtardon@redhat.com>  [f45c3418d11009dbe9a78e59aa9e5fcbbdad5f91]

        sort the list
        
        Change-Id: I46793895764e720534a3e8f713054d92e220f36e

2013-05-01  David Tardon  <dtardon@redhat.com>  [f7c55abf4f80b3c7228b6fe416e3e548e8adcd26]

        copy external jars to instdir
        
        Change-Id: Ibbae216975bf8e066f24c1a4885394e346e2eaec

2013-05-01  David Tardon  <dtardon@redhat.com>  [617d89384947223e41bf2ed613af247e2bb7db82]

        add spec. handling of jars to ExternalPackage
        
        Change-Id: Ib6561120f1c6f9804e5bf9ca36b6a655f1449d4f

2013-05-01  David Tardon  <dtardon@redhat.com>  [df0a34ada954b0486611ca7bafd90fc6e2bc5d04]

        let gbuild pick gb_RUNNABLE_INSTDIR from env.
        
        Change-Id: I0cf96aa137a33662c5713886dd6b2649e4dd01bc

2013-05-01  David Tardon  <dtardon@redhat.com>  [7527ca6b79d710d2ec05121fb78e92d69618e3a3]

        copy jars into instdir
        
        Change-Id: I52d69be6b3b4208c90fd8e3ed4271f48fdc1ed47

2013-05-01  David Tardon  <dtardon@redhat.com>  [491dea0a1fd16547a61d6045a8bfaa83e58aa93d]

        use gb_ExternalPackage_add_runtime_library for adding libs
        
        Change-Id: I7be80bbef306db8f7ad585e95bfa4b6da0b30067

2013-05-01  David Tardon  <dtardon@redhat.com>  [61f59c46f6476a5e96fea143bc31d87c7de58ed2]

        add function for adding runtime libs to ExternalPackage
        
        This allows us to deliver libs needed at runtime to instdir in addition
        to solver. It could possibly also be used for autoinstalling external
        libs, just like we can already do for internal libs.
        
        Change-Id: I96d314c55581190e129adae8383224535748ac43

2013-05-01  David Tardon  <dtardon@redhat.com>  [17edefac370b86fb22255e7e92468bb5206d36c8]

        the internal packages should not be registered
        
        Change-Id: I83f4c55582d1ff8ec6b468776090b453c4f85b89

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [761f4572daf3ab10fd9ebffbc8327c4669be8220]

        debugging assert for unlocked solarmutex in launching find dialog
        
        Change-Id: Iee89ae367d5c282cc1d06889765376982a7d37ed

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [2b449f5f9ad126618ec85d442ec149c5864853de]

        remove unnecessary widgets from word count dialog
        
        Change-Id: Ia490b8eb4367e54a73fbf9d54a76cf3155eb1615

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [cd841115fa28f8be5778e540819f963407b4c05b]

        use new MessageDialog
        
        Change-Id: I4fdc54d5a6e0f133c53588e255274b9f103269b4

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [9e5c35454d07f880a2cb52d9a808633b908bb859]

        create a HIG compliant MessageDialog and map to GtkMessageDialog
        
        Change-Id: If86387619ff00a652ea418292fbb0026b867a431

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [26bda9f4a82c9b1956a10e3dc52a99bc2f850ada]

        convert message box return types to an enum
        
        Change-Id: I20889dc94aac1119c1ee9da873ce911887c1c335

2013-05-01  Caolán McNamara  <caolanm@redhat.com>  [1680b036c5a9bf50b10580ee995f91ca6f873ef5]

        clear gtk enum value response ids
        
        Change-Id: I4cf3d81bcfe31e8a2b99c0f770bc1f999205f110

2013-05-01  Tor Lillqvist  <tml@iki.fi>  [35583e02020326eae206c16c89e9e5eaf5f580b5]

        Make configury work as well as possible for iOS without options
        
        Change-Id: If28fbe59f55626aeca05fa93446a0e5034ea2b91

2013-04-30  Stephan Bergmann  <sbergman@redhat.com>  [f4227c822c7f5a4e1e1b3b4e096cb63cf710a3f1]

        Blind fix for MSVC, take two
        
        ...it is likely rather the implicitly defined inline special member functions
        of VclBuilder that cause the trouble of trying to fully instantiate
        boost::ptr_map<OUString,osl::Module>.
        
        Change-Id: I67ad7434b4e3a2e01c15f7e39080226676412af1

2013-04-30  Stephan Bergmann  <sbergman@redhat.com>  [2736aff1f9a5c32c13993ff540e599291b7688ca]

        ...and fix gb_UNIT_FAILED_MSG output
        
        Change-Id: I0fa3036c5be34eb598e0390430028ae818ebef0d

2013-04-30  Stephan Bergmann  <sbergman@redhat.com>  [385ed97ac31e807288b77d74b510d098a1f9dbf0]

        Adapt PythonTest.mk to CppunitTest's b308d0b061b24688cf1312af817a2af1c21e2bd8
        
        "More helpful message how to re-run a unit test that failed."
        
        Change-Id: I2d99d1e7ff5fd326552f56d21fad7d1211966b2b

2013-04-30  Stephan Bergmann  <sbergman@redhat.com>  [9041dac37f912a6f183be9f6b6558f1ef44280c0]

        Blind fix for MSVC
        
        ...preventing full instantiation of boost::ptr_map<OUString,osl::Module> (which
        fails because osl::Module is not copy-constructible) which MSVC thinks is
        necessary if that template instantiation inherits the VCL_DLLPUBLIC from the
        VclBuilder class that uses it.
        
        Change-Id: I8cd5608c80d7ce9b12ba678430f5ef283a427e93

2013-04-30  Eike Rathke  <erack@redhat.com>  [67a9f79219057f0e57fa309452b9e9748ed95f59]

        new upstream release liblangtag-0.5.1
        
        Change-Id: I4b71bbd3ff457d7b4fb2a409e8d34d8e4904acb3
        Reviewed-on: https://gerrit.libreoffice.org/3676
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [7a569f753f8682c413362432877c100248bf7ce8]

        Make uno any types explicit.
        
        This was previously sticking long types into Any - which yields
        different sal types on different archs.
        
        Change-Id: Ifc7a60a052b57f8a83739ec11a97ab32aaa2ee7c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d89f93ba774b717413f6b758a7a4684d7b7c8bb6]

        A little more description for the new tokens.
        
        Change-Id: I9b158bd4302a84202447a74ac90cf4e9f760c6a5

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d54aa149bd6e07c646383b761901aa047a3d3ea2]

        better to use no overlay for now
        
        We have no way to determine whether the lengend touches the chart area
        so let us use no overlay for now. That should be much more in line of
        the most use cases.
        
        Change-Id: Idecb0113e47a3f7c925ff8c45238152406ce8954

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c58dc8655017523be8c610ebea2200e472fdd8f]

        only export c:SymbolSize if attribute is there
        
        Change-Id: I4f167d1ec6998b27025450e9339d14d94c06e3c1

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb7dec2fa080b9d0ee89ff780db65bc1f97e0d61]

        also export point size
        
        The current formula size/250*7 is just a guess based on some test docs.
        If someone has an idea how to translate them please tell me.
        
        Change-Id: Ibdd27d52d545ac96882c128485c48a3116eb4467

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2af36506592908e19b02bdfe00359dfe71eb3322]

        export markers to OOXML
        
        Change-Id: I0c2cabc8636b0988bdd779f002c1e7dc1e34b65b

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d09b4affac36f002ce20a10c9e69a4a62b915382]

        Unit test for the earlier reference toggling bug.
        
        Change-Id: If9c05add57c87f56e8514cee75b89e09c74277f5

2013-04-30  Eike Rathke  <erack@redhat.com>  [9bff49e203359921cb279be373773deb13ca8b90]

        added GRAM_ENGLISH_XL_OOX, FormulaLanguage::XL_ENGLISH with CONV_XL_OOX
        
        Change-Id: Idabf46bfdfa6092b0ae27fe4116382eaa00d5db9

2013-04-30  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [d715b40442bbe007a59c6c305fa42896704dbe2c]

        Fix erroneous reference conversion.
        
        Type '=A1+2', move the cursor over the 'A1', then press Shift-F4. It's
        supposed to convert A1 to $A$1, but it changes it to $A$11 instead. This
        commit fixes that bug.
        
        Change-Id: Ia41c0617c5a93ad4a153dc4c84cd7db9e2b928f1

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a514c72071a4e572bb712f78b8b119ed0b2eb6b2]

        Surpress warning on comparison between signed and unsigned.
        
        Change-Id: Ia155114817e3b28a201f734647b758cf7cebefce

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [acc9b2be09442f48e065d3d2aab8e227b610bf20]

        Ensure that modified formula cells are redrawn.
        
        ScFormulaCell::bChanged is responsible for this, though, we should only
        set it to true for visible cells only. That's a TODO for later.
        
        Change-Id: Ic237c45fb271f901320f4843c89710aedd16c906

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9aa06260000a3640a5557c2d34be7e2a82d8f91]

        Move the group calculation code into its own class.
        
        To isolate the code that will be re-written for true vectorized
        calculation...
        
        Change-Id: I3ccd15841ed6fcdc6a22a590ba82d46d0b4863c5

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [29bf5fa50d7471d4ea6d5d59c2e2b091000fd306]

        Typo.
        
        Change-Id: I46eba8fff2a1b18d267b0fce0bb1a2abcce779a8

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ad90c78234895e2ac2053210e57b44454c68a44c]

        Reset dirty.
        
        Change-Id: I20a8b56a9241081192e32b3d3a0de9295277e38a

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6b1ba4e0f45e4a3927b7fce991327a19d09a1798]

        We don't need this code.
        
        Change-Id: I7be5869672be17faefd369d03f69cac5ed2d03b6

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e38d20c1e1146f2510f8482ea82fd0af3be67325]

        Handle range references for group calculation. This is still untested.
        
        Change-Id: I1eb1c217db66615028faa85720838579056dc150

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f07601a255eaad729fdb2fffc36336a4cd364501]

        Handle range reference as well for group calculation. Not tested yet.
        
        Change-Id: I3bf58a20f0b8c017862ae23202e4b2272f7c952c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dfc3f290b5934326a8e042eb81c1b2c81ee0a1ec]

        Let's not use VectorArray struct. There is no use for it.
        
        Change-Id: Ic011143206c13fcbc1b3403bf5b7df46c6934899

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c45c6307d23d8ceae9d567d2f7286c161b9cb5a9]

        Some comment.
        
        Change-Id: Ie7015231944547254562031864e7691333f02947

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c678409ef3c9e97b61b582bfc747931933059ebe]

        Pass formula group context to FetchDoubleArray. Not yet used.
        
        In the future I'll use it to store temporary double array buffer here,
        in case the requested row span is over multiple arrays.
        
        Change-Id: Id4260ec4ced4c8c1ee718106f37a7374c62b204c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ee289aaf451ddec8f3b997aae5cf9f95750ee277]

        Let's not forget to check this in...
        
        Curse the sc / formula split...
        
        Change-Id: Ib8d17ba63d05eb4df7e6918e0034d91dd82869e3

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d9f9c9ddfb49d297526d931925374163caa2f43d]

        CellStorageModified() is the right (and only) place to mark group dirty.
        
        CellStorageModified is supposed to be called whenever the cell array
        content changes. We should take advantage of it.
        
        Change-Id: Ib1cd0e91f3d5a3d03d2172ed6cc916520d1baa49

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [27a5bafeb6f18811d5d1414b8ce56f0fe89cd055]

        Test-drive grouped formula calculation.
        
        But of course since we haven't yet implemented the real vectorized
        calculation backend, we calculate the cells individually...
        
        Change-Id: I27e0a3e846f62a7fcda86a79e9455c81e3737ddf

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20d4db0fe3444e76b23ecdb058554c95eb311548]

        Add method to allow fetching of double array, and store it in token.
        
        Change-Id: If094dbf139e18ad23c73d6cf5a78ac4844132b14

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7fb73a8475623de9c559f549fb8127993b62ba06]

        Initial cut on vector formula ref tokens. Not used yet.
        
        Change-Id: I4b28c269759bc01bfc94cfdd6a1c651d03d829c7

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2f72495cd8097f782f0c8543c13605403f3e90c2]

        Move the invariant group handler into its own method.
        
        Change-Id: I3ed8da3c9673b990d5ae17d235bcf4fc1a4541f1

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1eaf73af59cc5bc25c40ef8d18b25f853d273229]

        Don't forget to add breaks here...
        
        Change-Id: I2887382d8eb30a0ba715493a38dda3d0e5ec4d7d

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [34c491dabedf3ce4feb1db6d00df33e5573ec03c]

        Handle invariant group with single references.
        
        Change-Id: Ifbbac2b11b1023a5cf3d21204c12b9740af09aaf

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f32534cedd414e57790782794cacdd0f0f4adb7c]

        Not yet used, but a hook to retrieve a vector reference value.
        
        Will be used in the next iteration.
        
        Change-Id: Iff875e7e8a48df849d6df4dfb1418a024c9f7c06

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ec42c8b689f47a05aaf9d2dcbf77e6d412c32847]

        We can't support all cases until we have real range-based dep tracking.
        
        Note that an absolute reference may indirectly reference one of the cells
        in current formula group, and we aren't fully prepare for that use case
        yet.
        
        Change-Id: Ibd24a25b80963fe1235c2afb431ff7c7ceb27215

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b99bc2028a0160eadd688878f5ec2cca87543cc]

        We really don't need to use similar data unless I missed something.
        
        Change-Id: Iaab6033120c3d50a54fb151916dc2a7b7ba5a98c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c77cb290c3bb8ce3b5296f750cb3d1eacc21d28c]

        Adding comment as I go along...
        
        Change-Id: I3f95b2a1a4b180c23e82bdeec8279707220532d5

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8d820a45d97cf0539b46b01f6002856882183e24]

        Let's use std::for_each for this.
        
        Change-Id: I74f59ad697eb5ff28b81cd883db58ba9f19c086c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [898e806e5eb447e58dd48196fee101c8e5f9a84d]

        Wrap inside smart pointer on instantiation, for exception safety.
        
        And boost::intrusive_ptr has a bool operator; no need to call get()
        in this case.
        
        Change-Id: I8ca965349c13dd0fedc16dc0d535b8c337fce52c

2013-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [574dd6d83a4cc6ccb214ad40c63c0c9c3f8229ec]

        We have function object for this.
        
        Change-Id: I9021771a6d6be9980ca1c46a0b5034f84fa0d49f

2013-04-30  Michael Meeks  <michael.meeks@suse.com>  [06a8ebc878ff9bcab26556d5b5a46532e232d416]

        fdo#62336 - unit test for conversion failure.
        
        Turns out this depends on not doing layout, and so is a real corner-case.
        
        Change-Id: If9d2db6b1a0df94fc809fb353f2dbf2cf9ac1c9a

2013-04-30  Matúš Kukan  <matus.kukan@gmail.com>  [102f68ea54e7b9420a8f13605289a5411db5512b]

        fix typo: trailing \
        
        regression from 22e1a5b836b898298b6a5cfbaf1c82d9c3f08349
        
        Change-Id: Ia7dbad2fdad9c00c86a55395308dc35ecc510dee

2013-04-30  David Tardon  <dtardon@redhat.com>  [b16cb2291e6377de9beb7952c69251ff2a973ffa]

        fix mismerge
        
        Change-Id: I6ece86dfdd99e30bc6aade1a769f8ff9290b4a72

2013-04-30  David Tardon  <dtardon@redhat.com>  [674a7b44f3b9a90b0b6ed7fa8928ccd0efb597f8]

        install branding images using filelists
        
        This also reinstates the use of brand_dev/intro.png for non-release
        builds, lost with gbuildization of instsetoo_native (commit
        1d84e9d1d363bd550129efcbeafe670c0a049dd0).
        
        Change-Id: I43477505c5c9a3d6ec961d640608e6e91379868e

2013-04-30  David Tardon  <dtardon@redhat.com>  [148c7629fc844db690075b9df62677b5e902c9f0]

        deliver uno loader classes using filelist
        
        Change-Id: I121a4ad5d7cff54b914796142fa7c50006856300

2013-04-30  David Tardon  <dtardon@redhat.com>  [50b18ead25453857efdc6f4bfe70980456ed91fa]

        install libexttextcat fingerprint data using filelist
        
        Change-Id: I1576b60bc511bdac964decd5a7f8c3834281f380

2013-04-30  David Tardon  <dtardon@redhat.com>  [7f2460b4b4f621ced1ad81e1beb0bf519ee67fe9]

        shell.zip is unused
        
        Change-Id: Id8e7980a97d8c0828b14c59e2e382b0efc51c9f5

2013-04-30  David Tardon  <dtardon@redhat.com>  [8e31b9005257b8499b75d09004d30e0e8e123684]

        install SpotlightImporter bundle using filelists
        
        Change-Id: I01ea506b76356ce62688350d096ff77c2cddcbdf

2013-04-30  David Tardon  <dtardon@redhat.com>  [bf7df610a1d01bf9a5a100e58b47f962f0a493d9]

        install example java scripts using filelist
        
        Change-Id: I3f5df5be726fe0788a17d632fe1021ccaf4c1951

2013-04-30  Matúš Kukan  <matus.kukan@gmail.com>  [06bc7619745015d9b49360229ae2b7d8795d5701]

        remove unused RestoreXViewGraphics class
        
        Change-Id: I5b4075623631a4c3148a53e80fe6c011ccabdc37

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [f33753e507ffdd9fe3e5df1fac92b880cb574124]

        pdf2xml implicitely needs cppunit headers.
        
        Change-Id: I070ed7ebc0b470bf03be17031455f682b7872087

2013-04-30  Caolán McNamara  <caolanm@redhat.com>  [930582f5bcb3dc2e9a05d5ec38cdc11f35b92cc3]

        rework background page to balance the preview and controls
        
        a) expand to fit the available space
        b) make the controls and the preview the same size
        c) reorganize the three options of color, gradient and bitmap to all put the
        preview in the same place and adjust so the preview is the same size in each
        case, i.e. switching between views gives the impression of a single shared
        preview element
        d) put a border around the gradient list so its area is visually noticable
        to be the same size as its preview area
        
        Change-Id: I88735778bb482f9dd011f890d170be127877367a

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [bf3f3668c8962936bc7d4d5f19427f711bf90677]

        Bin rtl:: namespace prefix for OUString that had crept back
        
        Change-Id: I64ab5fd3268a9366ddfec823e7d936b5790f23e1

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [99b7b41992f02ce4ed85475b448ab61f3b596f11]

        export a:noFill to prevent wrong default
        
        Except for the data label issue my test file looks good now. There are a
        few more small issues that I should take care of but it looks nice
        already.
        
        Change-Id: I4a6097baefe26088d0246f6335246a211ba143eb

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [71512d1a9951850521950d8ebf0c931d6f6f0552]

        Restore accidentally removed prefix
        
        Change-Id: I62e9daa35605883ee0949ecdce6b86c07cc42c09

2013-04-30  Armin Le Grand  <alg@apache.org>  [4c8ffa01131f2df2b314218731d83bd776944802]

        i#120015# Let SdrUndoAttrObj remember a reference to the used style to survive
        
        removal of the style by UI (which creates no undo actions). Re-add the
        style when undoing if needed.
        
        Change-Id: I6069a1cb42dfaeb0dd35fdc15687fd307f2b641e

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [6ab8f15653af431fcacffb3c9227f90aa04456f7]

        Remove weird unused script
        
        Change-Id: I97979428ba9f31f493b043e485b77b2a379f21c5

2013-04-30  Caolán McNamara  <caolanm@redhat.com>  [3a3b64a964f92a63d15407fc7769311a9ecbfb48]

        retain references to loaded modules for builders lifetime
        
        Change-Id: Iab8b53dc50d69ba781978e1e7fd9b9c5a19c6d59

2013-04-30  Noel Power  <noel.power@suse.com>  [1b14676b5f95dd51d6266a6ab7bd713a5ddcff2f]

        redo fix for fdo#64078
        
        use std::abs instead of labs
        
        Change-Id: Icb09fb1715d4795c718773a37e66947d67019bb7

2013-04-30  Noel Power  <noel.power@suse.com>  [38d7278e38b8c6d6e332814b5c626ab182d41d31]

        fix for fdo#64078
        
        Change-Id: Ib8c70b0074485ccd8bf6095c070610fe90e22d4a

2013-04-30  Stephan Bergmann  <sbergman@redhat.com>  [05713a171fa8395369bb32b23e24bd97bb5ad58f]

        Explicit copy ctor avoiding copying singular iterators
        
        Change-Id: I0727d4676166e63992e78ec3ac7e68c217fa794b

2013-04-30  Michael Meeks  <michael.meeks@suse.com>  [72e5d0c8fbedb509fccec7aa8bd03f89cda9ef6d]

        Move to MPLv2 license headers, with ESC decision and author's permission.

2013-04-30  Tor Lillqvist  <tlillqvist@suse.com>  [ade26b5c7bd2a88be5147feace1969cc01ae3ed4]

        MSVC: member of dll interface class may not be declared with dll interface
        
        Change-Id: I751832d8725354cebd892738fa80fd7bc5e43925

2013-04-30  Michael Meeks  <michael.meeks@suse.com>  [abacc389db8c7e2bde00cace7292d6259e4c8e6a]

        android: remove lotus word pro filter - bit optimistic.
        
        Change-Id: I08bbec95db2ae9bc7226cd5ca1cc7b81c235a26f

2013-04-30  Michael Meeks  <michael.meeks@suse.com>  [a06afd68edede3fd9de6f99466ee9c87aff941af]

        sdremote: protcol debug for send to match that for recv.
        
        Change-Id: If2840336513772238ec43a9859d47a6e2a315e05

2013-04-30  Jan Holesovsky  <kendy@suse.cz>  [b308d0b061b24688cf1312af817a2af1c21e2bd8]

        More helpful message how to re-run a unit test that failed.
        
        Change-Id: Ibd85ecd6a24611313a24b79b3e4b122eccd02a81

2013-04-30  Caolán McNamara  <caolanm@redhat.com>  [0ef769f4ad4ee47eb6c5f316c4f9891ae724c975]

        yet more custom widget stubs
        
        Change-Id: Icba78537cd1f2bf2c83564bb65a5167a20a76e90

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [417869b0c3569ad657c02879fca01dc582d93d76]

        Kill reams of duplicated code in svg export.
        
        Change-Id: I381b2c5859f00cdd27736c50b39c6c6e50e39890

2013-04-30  Caolán McNamara  <caolanm@redhat.com>  [a965e08c07d526c4054300a9bfca30ab7756ab2c]

        Updated core Project: help  c64ceaae688be1f6cedcd942d0e3ab35e2060a2c

2013-04-30  Matúš Kukan  <matus.kukan@gmail.com>  [22e1a5b836b898298b6a5cfbaf1c82d9c3f08349]

        gbuild: UNOLIBS_OOO group is no more
        
        Change-Id: I1b239844391c0d59fc26e44f789cc39ed602f54b

2013-04-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [eb190f135dc8fd0c22d9b10bae3788b259fce91a]

        fdo#60949: move last UNOLIBS_OOO to OOOLIBS
        
        Change-Id: I79af32f188a0e7de71ec8e6743fe73b3bb030a3f

2013-04-30  Miklos Vajna  <vmiklos@suse.cz>  [84be52b5f6b8a73cefd740e0bfdd5f0622c369e4]

        bnc#779630 tokenize w:listItem and w:dropDownList
        
        Change-Id: I714c2fd747eae2e706355b4fae892af9f569b3ae

2013-04-30  Caolán McNamara  <caolanm@redhat.com>  [b80e865d369b4d94f29ac6dcc27379d3c6e72ada]

        Convert find & replace dialog to .ui
        
        Change-Id: Ib5637a3601fc77588b2bd581f17dc6bcb36290db

2013-04-30  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [85a7d9aa84ba07fa63a3647b7c2a10ed62b3336e]

        findandreplace.ui widget
        
        Change-Id: Ie1749714537182db6dec418db64ab4f945e7323e
        Reviewed-on: https://gerrit.libreoffice.org/3654
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-30  László Németh  <nemeth@numbertext.org>  [adefbff4e4b3a58197fa358dd9d185b6826e58f3]

        fdo#64082 logo: fix hide/showturtle
        
        Change-Id: I1aa1152940697f6390155871c0128519211abddd

2013-04-30  Jesús Corrius  <jcorrius@gmail.com>  [6c670f63a7859e24bdfa20759bd8b7c3b4a911ef]

        fdo#35785: don't rely on the old apps fallback mechanism to fix this bug
        
        Change-Id: Id0967358956868538f7563c51f7ed5e106771302
        Reviewed-on: https://gerrit.libreoffice.org/3639
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-30  Jesús  <jcorrius@gmail.com>  [8d9337326745f3cd3ade623b3c01ad6e8e3e590d]

        fdo#35785: LibreOffice is One for now
        
        See developer mailing list for discussion, subject "LibreOffice is one or
        several applications?"
        
        Change-Id: I7a4a5a76f980eb458a2b6d4558a553b8508fd990
        Reviewed-on: https://gerrit.libreoffice.org/3638
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-30  Michael Meeks  <michael.meeks@suse.com>  [c53f1d1fa8714c330528c9b872b06f3271216f83]

        fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreen
        
        Thus making the gtk+ backend more similar to the generic backend
        in this regard; also be more strict about invalid monitors -> empty
        screens.
        
        Change-Id: Ia4f2e1205cb1d309fb1bb01f9631167339a3478e

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [341ff124eca09ba3a2c8daad56134c2b65f2aca1]

        WaE: private field 'mbShapeSent' is not used
        
        Change-Id: I47ef674ec056d9a66c905420bf74b3e8a67840a9

2013-04-30  Miklos Vajna  <vmiklos@suse.cz>  [9cc1e7b165abe3f19c2919f8d9cf8efc3e8cf315]

        bnc#779630 initial DOCX import of w:sdt's w:dropDownList
        
        Change-Id: I57d4768a26476d1a0535087c60535393b7004b24

2013-04-30  Julien Nabet  <serval2412@yahoo.fr>  [10839c68caea68218e9892c4884d920b1330a61b]

        Forgot "with_dir"
        
        Change-Id: I1457f5619984671e8cb88173d204d3157d3cb883
        Reviewed-on: https://gerrit.libreoffice.org/3688
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [cd09b5379e9370c66fe9d819dc3cd01dd30e3a91]

        Fix fdo#64062 - can't assume para styles to be there.
        
        Change-Id: I5da53ff44fdf00ec6c0fdf1a722f806971b6683a

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [788c152cc69a2dcb63c0dc1f1fa9ec093daa780b]

        Revert "Don't enable postgresql-sdbc by default"
        
        I simply didn't have the krb5-devel package installed, and assumed there was
        something more complicated going on.
        
        This reverts commit 0e1cc9968522b602c345aae33c4aac4c5bccd274.
        
        Conflicts:
        	distro-configs/LibreOfficeWin64.conf
        
        Change-Id: Ie3b226678862ed6388bcf1bf105da0b996f653d1

2013-04-30  Jan Holesovsky  <kendy@suse.cz>  [f60424b29622033ae02491bda328c304ae1bc05d]

        bnc#816516: Implement easy access to the recent documents.
        
        This adds a dropdown to the 'Open' toolbar tool.
        
        Change-Id: I5b4aa99476e721c1479152b46bbc79cc0b095318

2013-04-30  Jan Holesovsky  <kendy@suse.cz>  [f486c562816fc59dc4d341d0a32a65b1e65eeb92]

        Recent files: aPassword is unused.
        
        Change-Id: I44f032a6b943ad02b0d43e78b4e79275d6d2adfb

2013-04-30  Jan Holesovsky  <kendy@suse.cz>  [a4b1200bd89af55141a82101cf968663ee94ec16]

        Kill unused SfxHistoryToolBoxControl_Impl.
        
        Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [9349a8793bd2cb930b88d3bb1d1622fb084dd555]

        Fixup German translation.
        
        This touches up lightly on e986d3e396174096abb46075bf7488677b9a35f9
        
        Change-Id: If4d940433b27abec63a85c5975f5e9ebf672b79a

2013-04-30  Andras Timar  <atimar@suse.com>  [5b77c93b28b7f7b705617839eb72798568ce9f15]

        remove unused product variables from Windows installer
        
        OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete
        SAMEPRODUCTS - same product have the same ProductCode, so installer detect it
        anyway under normal circumstances. It is possible that a tester/developer tries
        to install the same version with different ProductCode over an existing installation
        (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use.
        Moreover, Windows Installer uses only the first three fields of the product version.
        So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning
        scheme.
        BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas.
        OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching
        mechanism, they were commented out anyway.
        STUBPRODUCTS, STUBUPGRADECODE - these look useless
        
        Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [0e881978998e9b17495a63de3bb9e22aa1474066]

        Clarify intended use of these files
        
        Or, as it might happen, not... If there are differing opinions, please revert
        and/or amend. Or start a discussion on the development list.
        
        Change-Id: Ide5060802fda2d59a1c098d1ba8398fc095007c8

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [1c500ac128279d54f8c9ef841c15f43229c5ed11]

        Fix 64-bitness option
        
        Also, don't claim TDF would be doing 64-bit Windows builds.
        
        Change-Id: I3abdb13cf7b29c6d249d49fd6f66ce1b9993d97e

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [0e1cc9968522b602c345aae33c4aac4c5bccd274]

        Don't enable postgresql-sdbc by default
        
        Try to make it more likely that a build without any autogen.sh options
        succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks
        to some krb5 stuff needed by the postgresql-sdbc checks.
        
        To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf
        files that didn't already have --disable-postgresql-sdbc.
        
        Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87

2013-04-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b399c1a38cf7217bf530af3a78e8472d97890ac8]

        n#592908: docx import, fixed handling of w10:wrap
        
        commit f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2 moved the handling of
        w10:wrap tag in oox, but thus no wrapping was imported any more.
        
        The fix consists in letting the w10:wrap element be handled by writerfilter's
        dmapper if the shape has already been retrieved from oox (which is the
        case for textboxes). In other cases, make sure that we don't set the
        Surround property once again in writerfilter as that would override what
        has been done in oox.
        
        (cherry picked from commit 51d5e90b7c09cb980bc72a2c6b1a65303ef15ea2)
        
        Conflicts:
        	oox/inc/oox/vml/vmlshape.hxx
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf

2013-04-30  Miklos Vajna  <vmiklos@suse.cz>  [e7ecf663883478e0705e83e0a63b4abe6757b01d]

        OOXMLFastContextHandlerValue: clean up duplicated constant
        
        Change-Id: Ia09e30958392b660f694e8eefb6605108b3c0b57

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [e20e2715881e015bd217224bbcbd7d21f617b52a]

        Fix warning: unused variable 'aIniUrl' [loplugin]
        
        Change-Id: I11a2a7e8e1f3f089c3b475df1147cefafecdb376

2013-04-30  Noel Grandin  <noel@peralex.com>  [3872be543252a30d020e35233415c5fccc0ea806]

        Clang cleanup, unused mutex variables
        
        Some of these were doing nothing useful at all. I removed those.
        A couple were protecting static data, and I fixed those to use Mutex
        and MutexGuard properly.
        
        Change-Id: I444d13f8b6c50e526cce8d69d09aeaf240e5c6ca
        Reviewed-on: https://gerrit.libreoffice.org/3678
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-30  Tor Lillqvist  <tml@iki.fi>  [d6d896a121c0bab3ac27fafa5a4e810e48ec96c6]

        WaE: 'SAL_OVERRIDE' macro redefined
        
        Change-Id: Ic8af47b52b06ef440b3fdaa966075780fb7a609b

2013-04-30  Muthu Subramanian  <sumuthu@suse.com>  [64ed03c90e60be212653b7ed351374ea006f9f57]

        n#816939: Improved label overlap detection.

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [298c52a61d7c70c1f0fd042767ac9dfad52af175]

        pdfunzip rather needs ~no office libraries.
        
        Change-Id: I27df97ab6e35b03dfe70c7a979dd06f977086069

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [b0da8f00a0d41f2b17639fcee4ed4956421e55c5]

        Make pdf2xml usable at least from within buildenv again.
        
        Seems this had bitrotted quite a lot. Calling it now like a cppunit
        test works again.
        
        Change-Id: I27479c3c3e1c1fe0639629e9bf8844456e0b0515

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [bfffa6d7cee18d0814bc38f1d053a0d0b27f972c]

        Add unit test for pdfimport image import.
        
        Change-Id: Ifd51f0c25418085ba8a6e8d331ac5c6d8139d18a

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd24f18545d1e041b2dc427ce4d6c28fbd39d76d]

        now ooxml files are accepted by Excel again
        
        Yes, a simple test would have answered the question in the comment and
        made clear that nanoseconds are not accepted by MSO.
        
        Let's go with normal seconds as MSO does. It seems it also accepts
        1/100s but who really needs that for a file timestamp.
        
        Change-Id: Iaec6f9c08dc94d5086b83cb4bf520d0053b71b28

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f9cd73ebe116cd95247aff1963e2f5b4ec671dfa]

        remove a few more unused variables
        
        Change-Id: I6c70c000f60e7e6e43bd068ccb98b693b80746f2

2013-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d5ef8830255a8bdb1ff383f262c3028c398f63ee]

        remove unused variables
        
        Change-Id: I78e778408abb72772771daf5776a26f08c313ee2

2013-04-30  Thorsten Behrens  <tbehrens@suse.com>  [6b18d7d28efb0285f01e36f5b0cb2cddb1c68488]

        Fix import of images from pdf.
        
        Seems poppler changed outputdev virt func signatures with version
        12, so with system poppler, we never got any image import functions
        called. Added override annotation to prevent this from happening in
        the future.
        
        Change-Id: I565de80ce218e831e276d3a1d88ded3baee876e7

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [3719396649c8c944727f89c517a8191cd37b2499]

        [harfbuzz] Don't crash when closing LibreOffice
        
        We shouldn't be trying to free the font table buffer when destroying the
        blob, so pass NULL for destroy function instead of free(), and also use
        HB_MEMORY_MODE_READONLY just to be safe.
        
        Change-Id: I85b5a575249b4efc0f5799db205ee17cbeb66d22

2013-04-30  David Ostrovsky  <david@ostrovsky.org>  [bfa6aab3992dfca2312ffd626d975b25f84544fe]

        fix refresh() call
        
        Change-Id: Id7cb705b2b719cdd3bf16b8aba858c0319686599

2013-04-29  Michael Meeks  <michael.meeks@suse.com>  [61dc0d2c9d79fd9ce32cd9591fad4daead0ebade]

        fdo#62336 - fix horribly coupled table rendering code to not crash.
        
        Change-Id: I7a6ee4dce338b7529fa7500bb0c8341a4f2ebc22

2013-04-29  Jan Bobisud  <bobisjan@fel.cvut.cz>  [a1f3824e94694433466d492ee16cf497783a3455]

        fdo#33370 Readme file could be easier to follow
        
        Change-Id: I25794499711845cb8183664d1345e5513587d81c
        Reviewed-on: https://gerrit.libreoffice.org/3679
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [8b324e21f2ae4345f41b32e6c4b9c8a658dd5492]

        There is no images*_brand.zip files
        
        Change-Id: I6ddeff7ae72693fd0951d71bd7b5444938bc7286

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [d7ebca515a63b34343a044443fadf9064c8d9195]

        Fix indentation
        
        Change-Id: Iaec745dc1c8eb0614cc2fe1d70a94a00d18cc934

2013-04-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2f205ee79ea929c6fce5686512bd468ab78a877a]

        add fallback for Merge-Modules directory (when not found in registry)
        
        Add "$COMMONPROGRAMFILES\Merge Modules" (on current versions of Windows
        that probably is "C:\Program Files (x86)\Common Files\Merge Modules") as
        fallback, since for example on Windows Server 2012, the registry entry
        has not been created when installing Visual Studio Express
        
        Change-Id: I16f58b8a1d453c8628c6eb66c2cea37ab3da913a
        Reviewed-on: https://gerrit.libreoffice.org/3680
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [9fa0ce282f808fb68ed7a5e29e8052dc3af74119]

        Updated core Project: dictionaries  acf0ae3fdec65df75f4983d2b943582f9ab99fa2

2013-04-29  Luboš Luňák  <l.lunak@suse.cz>  [9023c8e6043dbcb815339c8eaa8d736c3575d085]

        remove demented code
        
        The things are not even enums, so there's no error checking either.
        
        Change-Id: Ib33cd96b49a840cbe486dbed9a7c370827b54c2d

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81b9d431678bc270e7592e9bedb81d2d445e2122]

        c:varyColor is true by default in Excel
        
        And another step closer to opening my test file correctly in Excel.
        
        Change-Id: Ib6aa8ddb2f2792513c7263d86865e08fe5f1483d

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c19f86a077622141560bdba97e94136db9e9b40]

        OSL_TRACE => SAL_WARN in chartexport.cxx
        
        Change-Id: I12ddd18c1b4476d42c097704c2af2d0af4e15a1e

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ddd7fccdc8fc292200e581dbc4e456ec86cef47]

        c:delete is true by default in Excel
        
        One step closer to opening my simple test file correctly in Excel.
        
        Change-Id: I1bfa76a46081ba478e44d8d90d8a91790a9a9ff3

2013-04-29  Noel Grandin  <noel@peralex.com>  [2f1a293e1a119ad12e0b592da9f7e2f7d88e2479]

        Clang cleanup, unaligned if statement
        
        The extra semi-colons were confusing clang. Just remove the macro,
        it's not adding any real value.
        
        Change-Id: I7f7c312d2c0167a17e31624e197ae75b77fa0c2f
        Reviewed-on: https://gerrit.libreoffice.org/3677
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [8b3b9d24197982993839af92ae9acb718c4fd513]

        gb_JunitTest_JunitTest_platform_longpathname_hack is unused
        
        ...since 81af84c04fa7ef8c8c12d2a9d3899a9a75cb8260 "gbuild: let JunitTests run
        with MSVC."
        
        Change-Id: I4ba97431c3439c0bed74149fe66cbb76db5317ce

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [99e94cdd6566c8235a389463cd0113b388183ab8]

        Use new-style service ctors where possible
        
        Change-Id: I36c62fc677de70c08d0d59e45debc6a86375d3b7

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [01c934acbe89859b57302c8036147ca31b268610]

        Check for theTypeDescriptionManager singleton
        
        ...rather than a TypeDescriptionManager service that is no longer available.
        
        Change-Id: I1054ab0a658597a60d11e2f9aa0960df25d14bc4

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [ae7fd476ea12bd78dd0ad16649d538aa0543bf56]

        stoc.tdmanager is gone
        
        Change-Id: I7c750debaeee5d9804be378e0f65bec13ac296eb

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [92edb28ce8e455615c134bd4bdfc4db2726c2f46]

        Updated core Project: help  eddac30b5afa84c2420a553d2e822722dc857228

2013-04-29  Lionel Elie Mamane  <lionel@mamane.lu>  [1981819e81c1ad51b607d6af19e4e3776a74c75b]

        fdo#63391 deadlock on opening .odb file that auto-connects to the database
        
        Let foo.odb be a database file that has a macro that connects to the
        Database on "Open Document" event (and needs to prompt user for
        user/password).
        
        There was a race condition between two actions:
        
         1) the asynchronous treatment of "OnFirstControllerConnected" in dbaui::OApplicationController,
            which tries to get dbaui::OApplicationController's mutex
        
         2) the StarBasic macro calling dbaui::OApplicationController::connect
            which needs to display a dialog (to get username and password),
            and thus puts that dialog in the main thread's event queue
            and waits for it ... with dbaui::OApplicationController's mutex held
        
        Now, if "1)" is before "2)" in the event queue of the the main thread,
        *but* "1)" is executed *after* "2)" has taken the lock, there is a deadlock.
        
        Fix:
        
         1) Make OnFirstControllerConnected synchronous.
            Make sure (by taking mutex in dbaui::OApplicationController::attachFrame, its ancestor in the call graph)
            that nothing else will happen with the OApplicationController as long as it is not finished.
            ---> it does not need to take mutex itself anymore
        
            This avoids the "order in the asynchronous events" dependency.
        
         2) Change dbaui::OApplicationController::ensureConnection to do the user prompting
            WITHOUT HOLDING the mutex, and use the mutex "only" to protect actually assigning
            the connection to m_xDataSourceConnection.
        
            Theoretically, in some race condition, we could connect twice and then discard one connection <shrug>.
            ensureConnection will never return the discarded connection, though.
        
            (I think I got that right with respect to http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html)
        
            This keeps it from locking on another condition while holding the mutex.
        
        Change-Id: Iab1bbec5d5df12bb89d027d43e498c78c92ffc32
        Reviewed-on: https://gerrit.libreoffice.org/3310
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [8c913392116470956d2e8e3f2ffc8423cd56e411]

        adapt code to duplicate object dialog
        
        Change-Id: I2555dc113b2fb4c77bec187b15f0bb545811b07b

2013-04-29  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [61e39b5f00e5307f72013379890c6690a5b7a2b7]

        Duplicate Dialog Widget .ui
        
        Change-Id: I7a4f782235a23f50bceaef041a92e42e47860a78

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [16a1bf5d079ef2b98f97ca40c3f6f4785056477e]

        climaker no longer needs *.rdb.oldformat input files
        
        Change-Id: I55447aba5abcc8205543c7ca64763b5c99854837

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [1728ab7125dd622d324779cfc62762b1f79fc769]

        Remove dependency of climaker on registry format
        
        See the comment in climaker_app.cxx main about room for improvement.
        
        Change-Id: I11cc2f62c9d42269d5c96253198ee4e730496e75

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [411524d10ac88698605c67f69b3015125f9a84aa]

        Typos
        
        Change-Id: I2ff65979a9da7da12ad6ac97dc090898913a2e8c

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [20452aa248c8d32289736e0a3aef6a3caafc3ce5]

        adapt code to use snap object dialog .ui conversion
        
        Change-Id: I181c87f8406f095bd4dc499b47d91081f58aaf59

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [15b52e7f392e3288995e2599cfbbe07a52ac8de7]

        Updated core Project: help  7584ed08efd8e9cea733a782544a1e1eeb48433f

2013-04-29  Matúš Kukan  <matus.kukan@gmail.com>  [4d9767d0b2626d29d7706c1bc0c820c6781e1bb0]

        urelibs: break cyclic dependency; treat regcompare as build tool
        
        Build tools do not link against merged libraries but individual small
        ones we need for this (gb_BUILD_HELPER_LIBS).
        
        Change-Id: Ia765e11a93ed05d126334a3e146fb88e368954ac

2013-04-29  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [93f2256f493229a4957ae8aa1a4e2bfafbf5a709]

        New Snap Object Widget .ui
        
        Change-Id: I801f4af269efcea91bc3bafbfc9e0b9033488f2d
        Reviewed-on: https://gerrit.libreoffice.org/3645
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [55225176b602940ae6fcee96dbc876c3afa3ac9d]

        Unused include
        
        Change-Id: If6caa7abed25ce95f1c62f9673619426eb49b5a8

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [23a87a862278551a452aa64a4141293dd518e5d3]

        Remove some obsolete makefile.mk
        
        Change-Id: I47f1a72fac3e6678b5dfe880f2f189ffc436333b

2013-04-29  David Tardon  <dtardon@redhat.com>  [44aaee3d42d2ec11702dfbf3250ddba1266846a5]

        use normal rights for dictionaries
        
        IMHO there is no reason why they should be 0444. I have found no
        explanation for it, either in the commit that introduced the bundled
        dictionaries or in the related bug.
        
        Change-Id: Ia42218a0d579ced5f17248a092eab2c61cb9005f

2013-04-29  David Tardon  <dtardon@redhat.com>  [97aa4a6044ed871771519c931863f3f66e211966]

        filelists should honor USE_INTERNAL_RIGHTS flag
        
        Change-Id: I3edbae98c9bb51899e5592fae1cfe9f3632ad535

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [c559b13b80ab4c8ca4e6ca713bce388ea650e02c]

        [harfbuzz] Re-enable text justification
        
        It turned out that ApplyDXArray() is need to apply advance width
        adjustments after justification, so we can't just bypass it.
        
        So I just copied GenericSalLayout::ApplyDXArray() and stripped it of
        ICUism so it does not break with HarfBuzz, but I had to make
        m_GlyphItems non-private, so I'm not sure this is the right approach.
        
        Change-Id: I66d647c3590fdf912c39d0cf23ac72bcc7ca72c9

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [ca0b580e2a21999d75bcd39ae5b6f81e9e42897b]

        [harfbuzz] Fix shaping across text runs
        
        The 3rd parameter to hb_buffer_add_utf() should be the length of the
        whole text not the current run, so that HarfBuzz can take the context
        into account when shaping.
        
        Change-Id: I9e4e928d40078c3e3667cfdb6d8f24bf6e58263d

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [1f7d7d0f327aff54af8f9fa8b60e2460827dc4e1]

        [harfbuzz] Fix text width calculation for real
        
        No more second guessing if text width, we know that information already,
        so pass it around instead of trying to re-create it.
        
        Change-Id: I19faacbc309d38753c3c9f7214dfa0bf59cc66b5

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [2e302f18efe8f2e5f3c17d7734a8adcb670fbe42]

        [harfbuzz] Follow variable naming conventions
        
        Not that I'm a fan of Hungarian notation, but for the sake of
        consistency. Fix some placement of opening braces along the way.
        
        Change-Id: Id6ea758fd438a4040e7451430a0f3a166efdec43

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [8f748ce03b724ea67738054bc32325fdf950fc0c]

        [harfbuzz] Check for SAL_USE_HARFBUZZ in one place
        
        Change-Id: I78efebb576dffa8d39e98283feb9aab2186b5a39

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [9cd7f7aded9ba171bf91a8223e6e8a868aedd792]

        [harfbuzz] Fix text width calculation
        
        GenericSalLayout::GetTextWidth() uses GlyphItem's mnNewWidth when
        calculating text width, and though this seems logical (it is after all
        the actual with the glyph is contributing to the all over advance
        width), it results in shorter width calculation whenever glyph width
        adjustment is involved, no idea why!
        
        The #ifdef is there so that the ICU code path is not changed in anyway,
        but all of this should be merged into GenericSalLayout when ICU is
        gone.
        
        Change-Id: I7cbde1675b78e87c142513eb52a13ee5fdc60617

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [fc893070c9255637950ac9844c1ad519b0115bd8]

        [harfbuzz] Don't change the returned positions
        
        Use local variables instead of altering the returned glyph positions
        array, looks more cleaner this way.
        
        Change-Id: Ibbcced57777010bd045668a99d7beb0618abe226

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [827b63a7a46f56b46246950fcf9f4065136880ca]

        [harfbuzz] Correctly apply glyph positions
        
        X and Y offsets should only affect the position of the current glyph,
        not any subsequent ones.
        
        Change-Id: I9dd1576cbdbb36b70f1898dc52702c02c4e851af

2013-04-29  Khaled Hosny  <khaledhosny@eglug.org>  [d225318ead0154681982656bcd3e98011e022c34]

        [harfbuzz] Correctly apply RTL width adjustments
        
        It turns out it is GenericSalLayout::ApplyDXArray() that is messing with
        glyph advance widths trying to recalculate them. It is very old code (it
        has been there since ICU were introduced back in 2002), but whatever
        issue it is fixing, HarfBuzz does not need it.
        
        Change-Id: I5c896d3f318e2f17d135f9eea599b917e04ed592

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [2b21f71065b44949cce2a9acbc5f379f0ab86ab6]

        convert new user index dialog to .ui format
        
        Change-Id: I7943c7e388b1cb73311d666ff600a31ac70c2838

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [6a035215ea8463bc3ac6ebed9091e2354dc7b2a5]

        convert new user index dialog to .ui format
        
        Change-Id: I459f847a67282bd1e3dc914e25a39815a6e177a0

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [e6efaf7953285003b7bf885dcf9624d5900af330]

        set mnemonic widgets for new bibliography author widgets
        
        Change-Id: Id6c566ada50bd4d6f4043bbff25114e7872b7cc8

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [9be05608f65c835b9e307bc503c49cf8cfb44570]

        Updated core Project: help  0021ca3f232ca48538685fc75e70616d5e12c407

2013-04-29  Adam Co  <rattles2013@gmail.com>  [becb244b4974609b0570e8db27d74e7e1179181c]

        Fixing Indentation RTL bug
        
        Change-Id: Ie8c3d30cb28afb97d4ded4ac67241ed18ab9e50c
        Reviewed-on: https://gerrit.libreoffice.org/3651
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [b191f53860eebf12de6b7cf0a7ddea21a17382e8]

        convert create author entry dialog to .ui format
        
        Change-Id: Ia36b42be8f5caa93937e870467c95f47439d9c9e

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [09f51181ce8120412335d4f7a76bfbbc645a8956]

        Updated core Project: help  53c7b09224a3206cc72f65a4001b32e912ca5a45

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [4e95dc3ff697dda2391147ba4c311a5a5031c560]

        Unused include
        
        Change-Id: I79c5b123abf671d51deadd56644271124420ce64

2013-04-29  abdulmajeed ahmed  <aalabdulrazzaq@kacst.edu.sa>  [5a8a57703cad29ec2865390f3ced34af0e82b33f]

        fdo#63592 Solve context numerical problem when changing text direction
        
        when you change the text direction it should update the numerical type but it dosen't.
        this patch will get you out of edit mode before changing text direction and after finish the change it will get you in again
        
        Change-Id: I5598fd9dab823c738a812537743695ec88690a24
        Reviewed-on: https://gerrit.libreoffice.org/3629
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Aurimas Fišeras  <aurimas@members.fsf.org>  [bc54a6c41d5dc6a36787804f9a7fdb0e9960e0dc]

        Update pch
        
        Change-Id: I25140e854458186c7f66aba1baeabd5fadb3e162
        Reviewed-on: https://gerrit.libreoffice.org/3655
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [73def9ced72ae1a7abb2f4c470f7957d02d9c75d]

        move to MPLv2 and remove my name from the header itself
        
        Change-Id: I1961da149ed350131e19233bd5694ae8b6fe65ba

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [f0596516b943f90632ff4bbca83f4ce825e3b433]

        Resolves: fdo#51556 allow tab traversing into the conditional formatting list
        
        Change-Id: Ie08a7312df0d42efc3697089cf766ceeefd623b0

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [93b578693050646af8b5b757c59db875a6635dd9]

        ...and update TODO comment
        
        Change-Id: I04d9988ab2035ec2d68fac19f506a6b461e4d257

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [b993c5591e965de3b9e95e32007ea4231b2997d7]

        RuntimeException missing from exception specification for UNO method
        
        ...which lead to std::unoexpected from sw/PythonTest_sw_python.
        
        Change-Id: I94bdbbe131a7c65c363f7aa66e8d8df7bd531449

2013-04-29  Stephan Bergmann  <sbergman@redhat.com>  [1c2862e8d130fac1279e293a9fe9992f3fe91591]

        Remove residue of undocumented "edition" feature
        
        ...whereby some branding could be orverridden with information from a program/edition/
        directory.
        
        Change-Id: I7f9324678b09bc8069775dfcbda97be8e0618a91

2013-04-29  Wol  <anthony@youngman.org.uk>  [8ad743ca8d45e094e433627cf0cf70d11a56084e]

        pgsql-sdbc: conninfo keywords as static table instead of series of "else if"
        
        New keywords can now simply be added to a static array rather than
        adding a new "else if" blocks for each keyword.
        
        Change-Id: Ib581b3e834a57e0dfa9d139bcb4ae7a0a52a5472

2013-04-29  Miklos Vajna  <vmiklos@suse.cz>  [13a0477250793d1ab06329b244f26fffbebb0bab]

        SwTxtSizeInfo ctor: take a pointer, not a reference
        
        The ctor later will turn that reference to a pointer anyway, but the old
        code made it easy to pass a String, get it implicitly converted to
        OUString, and then we took the address of the temporary OUString, later
        resulting in accessing already freed memory. Instead, take an OUString
        pointer, and then the compiler will warn about a String* -> OUString*
        conversion. Adapt one remaining caller accordingly.
        
        Change-Id: I4084dea1d245f0c8919d6afe47c5f391729f6eaf

2013-04-29  Caolán McNamara  <caolanm@redhat.com>  [9069a4a4775b89291eddb5cdc1d81263a7e772f5]

        convert drop down field dialog to .ui
        
        Change-Id: If629068fee488abbad9704b8300e59ea4c5c8605

2013-04-29  Sameer Deshmukh  <sameer.deshmukh93@gmail.com>  [7653d041792a878dc2f304e77f36da78588adaa5]

        fdo#61060 - Freezing now marks spreadsheet as unsaved.
        
        Change-Id: I0b479500938e185fb6d163837b29e6e36e823260
        Reviewed-on: https://gerrit.libreoffice.org/3641
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Gokul  <gswaminathan@kacst.edu.sa>  [40ef445db670fb641532190d17d35818e3bd623d]

        UpdateTableShape() is called when we call SetAttrToSelectedCells method
        
        IMO Calling this method again is not required. The If Blocks returns
        false when User Clicks "Cancel" Button in "Format Cell" Widget,
        IMO on Cancel Their is no need to Update the table. And on Ok
        SetAttrToSelectedCells method is called which inturn calls
        UpdateTableShape() method.
        
        Change-Id: I2bb0bb616cc978717a1494e01f257631aadd613c
        Reviewed-on: https://gerrit.libreoffice.org/3391
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  navin patidar  <patidar@kacst.edu.sa>  [706e3b8e43df94310b2fe8458da67875073a046c]

        fdo#63546: set appropriate alignment when wrt direction of cells is changed.
        
        Iterate over all selected cells, set appropriate alignment based on
        current writing direction and alignment of the cell.
        
        Don’t change alignment when cell is center aligned or justified.
        and if alignment is right or left, change it respective to writing direction.
        
        Change-Id: Ie98a46af97236ab4303d030f11bd167939dde32b
        Reviewed-on: https://gerrit.libreoffice.org/3549
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1cd9b5d859a6468164b043b0fcaaf49c1907500c]

        fdo#60949: Remove UNOLIBS_OOO
        
        By removing the last two libs: nullcanvas and directx5canvas.
        
        directx5canvas seems to be dead and nullcanvas don't have entries in scp2.
        
        Change-Id: Ib8fc1da123f8374fb83192f14db730638213f564
        Reviewed-on: https://gerrit.libreoffice.org/3626
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-29  Chris Sherlock  <chris.sherlock79@gmail.com>  [e986d3e396174096abb46075bf7488677b9a35f9]

        fdo#39468 Translation and cleanup
        
        Cleanup of source code:
        - translated German to English
        - removed useless comment decorations
        - removed commented out code
        - some reformatting of code
        
        Change-Id: I71d5fdab8226d61bda9ac906bb82176dc11cafd2
        Reviewed-on: https://gerrit.libreoffice.org/3643
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e81d0c400c02a87d7fa492dbc5ac9f7921167920]

        change order to allow validation of chart part
        
        My simple test file is finally valid but is still now shown in Excel.
        There must be another bug in our exporter.
        
        Change-Id: Ib55e5b32edc3a556e9081b3008df539275dc289b

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3812e99e939e6f3d8a6246c7adaa01de4e5abb99]

        another validation error with OOXML chart export
        
        c:characters does not have an attribute val. The value has to be written
        out as normal string.
        
        Change-Id: Icd2c4034918bd223d0c8082a7d137e1ce79a9cfe

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [672398d84dcebba71ba996b07c7d47bb4257efef]

        order of element matters in OOXML export
        
        this fixes one validation error with documents containing charts
        
        Change-Id: I879963484b1cc00322e8c79bf77dfbbf91869587

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33671ee41300d762c8fc7a674a60efe152fffd45]

        export for error bars to OOXML, fdo#62312
        
        This does not work yet as we have several validation errors in our
        exported OOXML chart doc. I have to clean them up before the documents
        are accepted by Excel.
        
        Change-Id: I0bba64a9c6cab489199c8e6f04158fea7b953d0a

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ba4b5a907530a93114177f30206f1bf81917464]

        remove this property temporarily until I understand the exception
        
        Change-Id: I74a4dfcebd61ca1b6befa9f49214e4155ce0bd34

2013-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e3e171262aed0e52fa76158950d5be770249e80]

        use boost::scoped_ptr and direct values
        
        Change-Id: I70be33bc4843a19a24ce2fcb0cda094684557c04

2013-04-28  Julien Nabet  <serval2412@yahoo.fr>  [14a96e28c9dac64cfa0d1cf1c6fc3fece8ed6b0c]

        fdo#63197: convert osxres
        
        Change-Id: I969217263fdda3e61b38dc16f0a9251b745de885
        Reviewed-on: https://gerrit.libreoffice.org/3652
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  Julien Nabet  <serval2412@yahoo.fr>  [9c4f99287c1ffc7119f6bf171926db6233e9de9c]

        fdo#63197: convert liblangtag_data
        
        Change-Id: I0727b800c715962a88e256b30046c9e13d6bd2a9
        Reviewed-on: https://gerrit.libreoffice.org/3650
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  David Tardon  <dtardon@redhat.com>  [88a943b051bb78be4a3c105474ca20b57f758542]

        generate versionrc for instdir
        
        Change-Id: I5f2cdcd8a17ca250413bda066acaeab24118f9d6

2013-04-28  David Tardon  <dtardon@redhat.com>  [e203f79faac1d26e0d6883be9f0ff88eaaf484ed]

        copy xcd files to instdir
        
        Change-Id: Idbde83eab55864c16e3472397cb5bd433cf2431c

2013-04-28  David Tardon  <dtardon@redhat.com>  [ecc07f080fba809dd3f87c88a2b265c1c63bf2dd]

        copy rc files to instdir
        
        Change-Id: I5a4433595ac19930a40132c5749a8c0150c90aae

2013-04-28  David Tardon  <dtardon@redhat.com>  [764e747a3ac02db4e3535cdf99c44c2822235cf3]

        copy gdb pretty printers into instdir
        
        Change-Id: I2e4805b89d519fd5586d5a1edf5dad7662c022de

2013-04-28  David Tardon  <dtardon@redhat.com>  [db1b0ca0156382bac0266d0eb09be0872d825889]

        copy rdbs to instdir
        
        Change-Id: I1855e72efc1a034d28ca2326ad8b239e2671cea7

2013-04-28  David Tardon  <dtardon@redhat.com>  [0346f008e7ee6d30b8990806bab8cc69b4bf181d]

        gbuild: add ure-link to instdir
        
        Change-Id: I1279ea7cdd9828598179154815a85e2a4ce7e567

2013-04-28  David Tardon  <dtardon@redhat.com>  [6ae02e9c617f969262e28bc705bf3cb269d665d7]

        gbuild: generate ooenv for instdir
        
        Change-Id: I1d2ab70a1557376f056b236c4785e013275bbb92

2013-04-28  David Tardon  <dtardon@redhat.com>  [9c8786c3dff6ebe206488cdc599541b2acfd2146]

        gbuild: copy image zips to instdir
        
        Change-Id: I073be89556091321543adfe246d751e5f4df119a

2013-04-28  David Tardon  <dtardon@redhat.com>  [f8bf72f44a39a01d421e1dadebc1aaf25151a8d2]

        gbuild: copy resources into $(INSTDIR)
        
        Change-Id: I06d20538ec2b4f80963e0e7c6c401b3d573aac86

2013-04-28  David Tardon  <dtardon@redhat.com>  [efd2ac98ecdd2cbf2c37efc03acdd72596031c1d]

        gbuild: copy executables into $(INSTDIR)
        
        Change-Id: I88f6327c12fa2b782aa5c82e5891006713348477

2013-04-28  David Tardon  <dtardon@redhat.com>  [f48a576ff2c4f2ebd20b681d0c9b8233fe674a9d]

        gbuild: copy shared libs into $(INSTDIR)
        
        Change-Id: I20612a93a25d1748725a792cfae0bce8c3ef262b

2013-04-28  David Tardon  <dtardon@redhat.com>  [488d0de6f8b691ab7cb5a5b6bfa594b1aa999909]

        gbuild: add var. for enabling runnable instdir
        
        This is a part of my effort to get a runnable $(INSTDIR) as a more
        convenient alternative to make dev-install. I plan to copy all necessary
        shared libs, executables and other files to $(INSTDIR), which increases
        the disk space demands for a build (there would be three copies of a
        library/executable in the same build: one in $(WORKDIR), another in
        $(OUTDIR) and one in $(INSTDIR)). Because the runnable instdir idea is
        limited to Linux anyway (at least for now), it will be disabled by
        default.
        
        Change-Id: Ib61109b1a193c61c0236b50b64c34fea20f40297

2013-04-28  Julien Nabet  <serval2412@yahoo.fr>  [9ed5affa51257e1bfece7fd8712acad77ad64cad]

        fdo#63197: convert fontunxafm
        
        Change-Id: Ib382319a4916b711c820c06ba57928ca11d0b804
        Reviewed-on: https://gerrit.libreoffice.org/3648
        Tested-by: David Tardon <dtardon@redhat.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>

2013-04-28  Julien Nabet  <serval2412@yahoo.fr>  [2c04d86f692d4b0841adba508a21e63e1bcdc45f]

        fdo#63197: convert helpxsl
        
        Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089
        Reviewed-on: https://gerrit.libreoffice.org/3649
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  David Tardon  <dtardon@redhat.com>  [f7cea8fb5b5d92ff6b8ac09b38d02badaaf7db04]

        use SAL_CONFIGFILE macro
        
        Change-Id: I958a961993aaf920c52b5d7b8eea6666656b4ddd

2013-04-28  Tor Lillqvist  <tml@iki.fi>  [c72bb2da7bc8a7616539d57890139ee8b5360443]

        Bin CLOOK comments and un-split one large switch statement
        
        CLOOK = "Compiler Limit: Out Of Keys", an error reported by Microsoft's
        compiler a long time ago. No such problem in those versions we support. No
        need to mention CLOOK in comments any more.
        
        While at it, re-combine one large switch statement that was split to avoid
        CLOOK.
        
        Change-Id: Id93d973a5fb3c81b6c754eef0ba3b0bd55a649d2
        Reviewed-on: https://gerrit.libreoffice.org/3640
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  Miklos Vajna  <vmiklos@suse.cz>  [1fd3167695aaebb050df53acd91f2e1625e8305a]

        fdo#63680 SwTxtCursor::GetCrsrOfst: don't pass reference to a temporary
        
        This was a situation similar to
        d0d295af530e7dc1379a878ba5854e28eae250ad. Unfortunately just changing
        SwTxtSizeInfo's pTxt to an OUString copy doesn't work, as we still have
        code that relies on that being a pointer only.
        
        Change-Id: I202d7e6f5bd3005fc50551aa7195b419994ca3e8

2013-04-28  Arnaud Versini  <arnaud.versini@gmail.com>  [d0d295af530e7dc1379a878ba5854e28eae250ad]

        Keep OUString instance by using local variable to avoid crash.
        
        Crash with GCC 4.8 without the modification.
        Temporary fix, should be replaced by OUString copy.
        
        Change-Id: Ieb2437f2ee6b02884aa10f2d03a4223306329cd8
        Reviewed-on: https://gerrit.libreoffice.org/3647
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-28  David Tardon  <dtardon@redhat.com>  [92b618f5829bc46104c4c0ba2129bd857b42b4c6]

        do not copy anything to instdir in build stage
        
        Change-Id: I923704d47d4fbc764e847a1bd6eed9fca2dce089

2013-04-28  David Tardon  <dtardon@redhat.com>  [423bec3b760092cd1aadebd710586b007dd80ee0]

        drop UnoApiTarget_get_*headers
        
        This was actually meant for idls, not headers :-) And it is obsolete, as
        we do not deliver these to $(OUTDIR) anymore. We use explicit include
        paths into $(SRCDIR) instead.
        
        Change-Id: Iccb0dc529a99be59390f032fc331996146829abb

2013-04-28  David Tardon  <dtardon@redhat.com>  [96f582ab70cd78bc5bbb5f0015974007481dc5d9]

        drop forgotten decl. of _inc Package for UnoApi
        
        We do not deliver the created headers anymore.
        
        Change-Id: I5317c43522d0b91044ccc880031795360816b21d

2013-04-28  David Tardon  <dtardon@redhat.com>  [cfd5faaf8f9adfb8bffd845784cddf5c1f0616b8]

        only deliver IDL files if needed
        
        Change-Id: If59a19363d9b82f17fcdfe4632edf6f757c65f64

2013-04-28  Julien Nabet  <serval2412@yahoo.fr>  [b5ca660e41fd81156ed62aa2c8451ed66a61eed4]

        coverity#988424: Logically dead code
        
        Change-Id: I916d72cb1104a4d6109a3c5a3a74fb74cea74769

2013-04-28  Matthias Freund  <matti_lx@yahoo.de>  [df0376ea3f80f7bab7f4075dc8004e8f25d0d9a4]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 2)
        
        Change-Id: I389569b027a900f42e43762c5685ec239bc4b565
        Reviewed-on: https://gerrit.libreoffice.org/3646
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  Luke Deller  <luke@deller.id.au>  [57082b1243e86694b72c5e4fad013bf207bfe81a]

        fdo#60910: discard UNO shape object in SdrObject::SetPage
        
        The creation of the UNO shape in SdrObject::getUnoShape is influenced
        by pPage, so when the page changes we need to discard the cached UNO
        shape so that a new one will be created with the new page.
        
        This replaces my first shot at a fix for fdo#60910 which reinstated a
        line to discard the custom shape engine (and consequently the UNO shape) in
        SdrObjCustomShape::InvalidateRenderGeometry.  That worked but did more
        discarding than was necessary.
        
        Change-Id: I665fb6f9e1563bbc4eced046f027a53991a7e45f
        Reviewed-on: https://gerrit.libreoffice.org/3642
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-28  Thomas Arnhold  <thomas@arnhold.org>  [2094610175140023cf8f904f8506c189e36dec06]

        namespacing cleanup
        
        Change-Id: I1384bf53a29e174bb97db4c0644f9dce39c0e36d

2013-04-28  Caolán McNamara  <caolanm@redhat.com>  [ca97ee598a08365f7bef7e7b8172bff4433ee8b0]

        collision between orcus::spreadsheet::col_t and aix col_t typedef
        
        Change-Id: I091b12bed3cdfd3abacaa0dba7913d0351d17634

2013-04-28  Ahmad H. Al Harthi  <aalharthi@kacst.edu.sa>  [4c4b9db8bbaed7acd064a4015fabe784c4fbca21]

        fdo#35320 A fix for Arabic justification problem caused by kashidas
        
        Change-Id: I512e6332a632acf90e4f995fbc7fd19e7ef094ec
        Reviewed-on: https://gerrit.libreoffice.org/3644
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [f8231a9765b63ef57d4e099936b94357267ac9b3]

        some eco-activism
        
        Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130

2013-04-28  David Ostrovsky  <david@ostrovsky.org>  [9e0502f27d4a3069540eaf6090ed0b5936889fb2]

        comment out storeToURL() as it crashes with debug build
        
        Change-Id: Ia0d3f1d12c53e8d7ce0da55977867d5ab932c92f

2013-04-27  Caolán McNamara  <caolanm@redhat.com>  [b3c1497867740e61deb3ceb38fa4cf9ac4b44f06]

        convert input field dialog to .ui format
        
        Change-Id: I1c6c43b73b22120b2f2985256896af214012f0ad

2013-04-27  Caolán McNamara  <caolanm@redhat.com>  [84cc07d24b7ceb8ba1f711918baa553dcfadb35f]

        for internal xml2 make libxmlsec use that, not the system one
        
        Change-Id: I971616f3741d5d4f2c30624e28d6a3ae45e9e5c8

2013-04-27  Caolán McNamara  <caolanm@redhat.com>  [0f665bc5bb7adc4e6aa8208ca445812af67b52ae]

        Updated core Project: help  e3312e857d9d66cde85602a669eb3b1a80ecee5c

2013-04-27  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3202b637c7f9fcbf05b30cb2a231be573e346be6]

        fdo#60924: Move some libs to autoinstallation
        
        Change-Id: I58421587784260bd88994926bca031ab26a6214f
        Reviewed-on: https://gerrit.libreoffice.org/3630
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [43937af87eaac37be5153abea9f8d83681bbf904]

        this is stupid anyhow
        
        vclevent.hxx was indirectly included by vcl/window.hxx.
        
        Make it clear with this.
        
        Change-Id: I8c205a1116e835019527b2a9907215fa786f0459

2013-04-27  Chris Sherlock  <chris.sherlock79@gmail.com>  [8339e063f3bb2e98b74eecd79d78c91a07992001]

        Remove useless commented out code.
        
        Change-Id: Iec64115692b1f51ec1466dd57f8049c6f3aaa82b
        Reviewed-on: https://gerrit.libreoffice.org/3631
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [d48ae82a74f65c68bd70db382796168b3545fe86]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Finished :)
        
        Change-Id: I3682a9a888ae8ba04ce5d251105b2ffb960044b0

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [39712573e1592168a94f358732cced493e156622]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: Ic9295ae62ad66064822268ad0015c2f76001888b

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [9c6f2134de6eaf44a83e6c36a041de0f3b87e623]

        uno:InternetSearch was never implemented
        
        ...and it's commented out.
        
        Change-Id: I6ea21c3f1dd69a0b501476a1447ec506f14f3a1a

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [aaf9ddb6cb9761fa61943d4e921efa6a9cf32374]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I460e753d91dd48907c30fbce5d299e46087aa399

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [2eaba378b6956457cbee8ff47edc5d32db5a9e49]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I98bea1d8c930dd6b4cb39dcf00d74a636c4f2190

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [fdca01068aedc6c761a82689a37fd3bf9d6e2eb3]

        uno:EditSectionMenu doesn't exist anymore
        
        ...and it's commented out
        
        Change-Id: I0ac21e661383c26794751e05337654d29de18517

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [b8ee4fb1e0f97f375f7096985c76e0abe0d3f544]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I2e03c6dcb10111707bd6f9f78248c06377908782

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [2f4b999f532a42d1c54ee9345fc117719b83b397]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I4659aff9771626875fb582adbfcdc9efcd43d60a

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [0e330c3de5ddd26659a419b94230c29c1c0770aa]

        use correct xml syntax
        
        Change-Id: I0f35be194766866c842e2dbac293cbcb4c36200b

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [8d36a1ac10a4a37bb769b9cf132a4371353fec6e]

        indent correctly
        
        Change-Id: Ida5eb46abbc602a0afe355f9ba10059e3dddcd66

2013-04-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [99ff6b84cd094ed91ab0b65949d1061e093fe688]

        Less of Fridrich on the console
        
        Change-Id: I83f4e97d52f3be1de5e2eec08c080c6ac96d6e3d

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [a062597ff66cada5ce96010766f9f0bde18a3d7d]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I7747171b56205fc5df8e049f6165f3eb8dc52a2e

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [d9bb28c95ffeb8277525b3ff60ca253e359b2a7d]

        remove double whitespaces
        
        Change-Id: Id7d8278611feaaf285711bdaed7dd2f6e396bec4

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [f57c0b153c127460e69b628a2355a757dd10935c]

        xmllint: reformat files
        
        Change-Id: I7c1806285a325447e0a5ab19212cf1d4779988ef

2013-04-27  Thomas Arnhold  <thomas@arnhold.org>  [7b4d85901bf525d10e6155fb5682d0bbdf5607e2]

        those are never defined
        
        Change-Id: If3893026047f9a75a122b64a5f368070721bb6d7

2013-04-27  Tor Lillqvist  <tml@iki.fi>  [ec8617568ff091026b2f17cce3b547b1633fa6c4]

        Bin ugly (ab)use of preprocessor in headers
        
        The time when it made sense to use "clever" #ifdefs to, for performance or
        compiler reasons, conditionally bypass private parts of a class declaration
        passed a decade or longer ago.
        
        Still more of this in sw and sc. People working on those modules might want to
        do it too, or not.
        
        Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be
        Reviewed-on: https://gerrit.libreoffice.org/3627
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-27  Caolán McNamara  <caolanm@redhat.com>  [4667a55fd47db456d36ad151656b4041a6ded034]

        remove now unused src Dialog resources
        
        Change-Id: I2aadd2a7e643f2598da9ed474e47ece02208297f

2013-04-27  Caolán McNamara  <caolanm@redhat.com>  [e11fbfbaede80fad06f12df5fc6d4a79ac65c618]

        Updated core Project: help  f844f8e592e9b0a659379f5157ebb37dbcd75098

2013-04-27  David Ostrovsky  <david@ostrovsky.org>  [3c0a9bb59ed19b2f4492defd84d023c5e169d777]

        fdo#55814 migrate java unit test to python
        
        Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e

2013-04-26  Katarina Behrens  <bubli@bubli.org>  [efc4761686b9c566d9a45fb9ab3984d7704603ba]

        Fixed crash on deleting custom slide show
        
        Create a custom slide show in Impress, attempt to delete it
        -> crash
        STL vector::erase returns an iterator pointing to the next element
        i.e. not the element we want to remove, evtl. invalid end iterator
        
        Change-Id: Ie3758fc1ae5fc5f2a934cd8bed3de4e84a0b841b

2013-04-26  Katarina Behrens  <bubli@bubli.org>  [2b37775048b69edff81cd4f73b39bd9445b60878]

        Converted custom slide shows dialog to .ui
        
        Change-Id: Ica0361a45a00f45fd4767d5de37bd839567a469d

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [c1ccd8bda8255ff05f8d730bd02caf08163d41f6]

        get libxmlsec building on AIX
        
        Change-Id: I71a427e6f53a18412c1dc2c0d7f2c235acd72b8b

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [75ff3466daeb3bb5e7af571baa82e2a73a5e8f5d]

        xmllint: reformat files
        
        Writer.xcs is the biggest one
        
        Change-Id: Ic7eb27c14579496009c6079b7c815795c6c90e4a

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [e47635270ea4bfb242e3320d53caf2540d839809]

        xmllint: reformat files
        
        Change-Id: I87c953d8ffa2285c6acd08b6e2c1ef5810b71dfd

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [46d2b549b21921214342a1243a037be7af7fa518]

        xmllint: reformat files
        
        Change-Id: I395211c53d37b02304cb87edc1c829405c215fe1

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [a965715f58df3582e62594d850623c29c5975c45]

        xmllint: reformat files
        
        Change-Id: Ieeadda1e69be45a1fd737a356e5987a54c82b13e

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [458e07b34a8cdaccb630e73640090e5e61c48264]

        xmllint: reformat files
        
        xmllint --loaddtd ./officecfg/registry/data.dtd --format ...
        
        Change-Id: I0218762a64f2547424d5ddddf78e3fadc2b65093

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [4dfdbc089e9391359b0f5fee3e2d88b0a5e99828]

        xmllint: use <value/>
        
        Change-Id: I6894ccb114044e97b7a1f973864a2fdd8250c8e8

2013-04-26  Luboš Luňák  <l.lunak@suse.cz>  [d61832de9642b41473ee842f1ffeb4c7e60e5767]

        remove executable bit
        
        Change-Id: I3a26edc6bef3e7db875405458dbda8de06222bd3

2013-04-26  Luboš Luňák  <l.lunak@suse.cz>  [da8a1f28e37baf83c882fcd158aca542ca030291]

        do not output random 'true' in verbose build
        
        It's not necessary anyway from what I can tell.
        
        Change-Id: Idb4699f29eb1bba32197667c9a6785e653dd8382

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [52b71a2b5ecd60200fdc0868261154673ba96f35]

        fix windows build
        
        Change-Id: Id5d51292c0ee9c6bf62a2ceac6a80cbfd3e09605

2013-04-26  Luboš Luňák  <l.lunak@suse.cz>  [391c45ce86ad8de44089ecde6800301a854136df]

        Revert "temporarily disable conditionalstyles-tbllook.docx test"
        
        Already worked around.
        This reverts commit f853a20839ab08244dc1b3b1c881822bd593bc04.

2013-04-26  Luboš Luňák  <l.lunak@suse.cz>  [76336334e669519cfa42413b851584fa321c004d]

        ugly hack for NS_ooxml::LN_CT_Style_type being the first attribute processed
        
        Change-Id: I32e91c1a42619676467ac121865673733e8053f2

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [5f668959c5645bb8f5dbe6dbf77cf3da6fdb01a5]

        make liborcus build on platforms that need PTHREAD_LIBS
        
        Change-Id: Ied274511193eba9373072f1bc0636fe7f8a52b02

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [934a179b75de2385f1235847a3cbbf8c92480ec3]

        forgot those
        
        Change-Id: I8ae6f047744581dbddfbd10b08bc6e4fcf34b0de

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [50600ee5c18ca60c91b5690287133b3ffdc308af]

        fix
        
        Change-Id: I0b6634e15034fbe9cd77c4149494839152823783

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [1e83da9aedda51aaef7e105187ae9a6a385f15d3]

        some more namespace cleanup
        
        Change-Id: Ib1e80d717f199db8f8ac4181d4377a86d88e3244

2013-04-26  anuragkanungo  <anuragkanungo@gmail.com>  [3a390f36e8931e50009438f992ed0e4cdb02cca4]

        Resolves: fdo#42893 improve Capitalize first letter of Sentence
        
        don't autocapitalize a word if the previous word is clearly an
        anagram with intermediate periods.
        
         Committer: anuragkanungo@gmail.com
        	modified:   editeng/source/misc/svxacorr.cxx
        
         On branch localbranch_anurag
        
        Change-Id: Ic559f4b6d5e15768870aabab29350bee51b24b08
        Reviewed-on: https://gerrit.libreoffice.org/3495
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-26  David Tardon  <dtardon@redhat.com>  [092fa33f22bbdcb74c3533750158db1724971878]

        fdo#53163 fix hatching for objects with curves
        
        B2DPolyPolygon can contain Bezier curves, but that is not taken into
        account when drawing the hatching in OutputDevice::ImplDrawHatch. The
        poly-polygon is adapted already when creating metafile, because the
        information about the poly-polygon containing curves is then lost
        somewhere in the process. At least, when I do the adaptation in
        OutputDevice::ImplDrawHatch, it has no effect and the hatching in the
        produced PDF is still wrong.
        
        Change-Id: Ibec9d6aceb23da986fe2d2414dc2e7fd4bf835b4

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [69cf5baba3225ee929a5d732f32e387fed08d5c3]

        Stray duplicate
        
        Change-Id: Ie4176fb35082ac7de57196e1c7a51d6769e147b2

2013-04-26  David Ostrovsky  <david@ostrovsky.org>  [d47d311ff962da0bc2780cc46898826896095b82]

        fix WaE with system libhunspell
        
        Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d
        Reviewed-on: https://gerrit.libreoffice.org/3618
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [1e197c5a41e45f0d0ae211518aee93339392973c]

        convert autotext rename dialog to .ui
        
        Change-Id: I8cf878de00ede3c25163526a6863ec734b9815a9

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [e5a7632a89f5e2daa28a65cbf00b12a94e7996b3]

        Updated core Project: help  8f801b3f17f4d9ce1bb0fdce61e2ec35f6ab0538

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [a0b720c9fca7ae7ad2a38637aa34b1a3a4bd9ef4]

        remove never-generated "predicate_check" entry
        
        Change-Id: Ib3957fbadf6bfebfaabd5bef09aaf7ab21862cd6

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [16c9ce4877def18ca4578171a96615a632d08092]

        QueryDesign: in criteria, remove matching column_ref in simple expressions
        
        Basically, in first children of infix predicates in search_conditions
        
        Change-Id: I0e2f8fbdde023b088f33d2e2fcbd41110f0e02a8

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [fccfa69c15a1f55dda753b84d4f6919145b6f3f3]

        remove unused const
        
        Change-Id: I94c274e8afc70fa702063d61139299a7bde9165b

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [1bc4a49d9ba99ff0531bafc2cf0183f726bfe14b]

        QueryDesign: in criteria, remove column_ref when table *and* column name match
        
        As opposed to only the column name
        
        Change-Id: I261d13f23214f950daa55a5b63cd486e59a0e127

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [fae7a3d060664e6540dbdfc3babd54ac9ccb45bf]

        String -> OUString
        
        Change-Id: Ibf566a11a383b77a930d46967e496752c88b39e4

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [e9ae448b1ed4424aadc183397d9f45b873ee3bc2]

        janitorial: indentation, spacing, ...
        
        Change-Id: Ie794e91783f8eaacf236070e7cdeb5b5f4361e9b

2013-04-26  Lionel Elie Mamane  <lionel@mamane.lu>  [e3d0f6ad119b8421a12d02c26d7410599ebb33e1]

        sal_Bool -> bool
        
        Change-Id: I157e0e84cbc9832dd863607b8f52359596b51c8c

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [2324681b5187fe2c8f174084a7f70d2256632967]

        remove unnecessary and misleading use of DLG_RENAME_GLOS id
        
        none of it has anything to do with a rename dialog
        
        Change-Id: I18a963e55d085182b922e5a7f77010b895a179a6

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [489e588ff749e5f673d10baa6b79fa6bbee68574]

        At least for now, PythonTest runs against dev-install tree
        
        ...so clean up.  (Changing this might be tricky, esp. on Windows where the
        python.exe wrapper adds the dev-install tree's dirs to PATH, so trying to run
        tests against solver instead of dev-install tree libs will result in chaos.
        This will become moot when we finally have solver == dev-install.)
        
        Change-Id: Icbfc3928a7ff178fd86d78d15ffcf539557efbb4

2013-04-26  Tor Lillqvist  <tlillqvist@suse.com>  [008b5c6ae6efd51b1e40a2efb41e49645b1d8ad0]

        WaE: 'e' : unreferenced local variable
        
        Change-Id: I06319bf6607ecc25a768f85de3ec142388bfa572

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [a7bb5386da6c0e227ff5091d279883b0689232d8]

        Mac OS X needs devinstall's program dir in PYTHONPATH
        
        ...otherwise, "import pyuno" won't work in the test.
        
        Change-Id: Ife6509af51a276043d6dfb1a9c1f45c717e219d7

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [19e664a7be70616882ffdc8f261dff1f6c3984e6]

        convert numbering name dialog to .ui
        
        Change-Id: I5992855dfda8d08913ab2b238f44af059c67ff73

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [470b5a94b866218237e04165d577728b4a4f9e42]

        convert numbering naming dialog to .ui
        
        Change-Id: Iff1a782fdedccf9a4865a54cf92261e7ac4693aa

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [f1452b7c9351189cb2b6119bd0da94354f15332c]

        Updated core Project: help  5770cefc9216a002005b0ae5442cd9163cfc6195

2013-04-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [c41dfa1265c6de8045f3a7bfd248ec0f8d9fc8c3]

        Better wording for Impress "Start from first/current Slide"
        
        The menu is now:
        Slide Show
          Start from first Slide
          Start from current Slide
          ...
        instead of:
        Slide Show
          Slide Show
          Slide Show From This Slide
          ...
        
        I also changed the recently introduced function name/uno command for "Start from current Slide".
        This should make no trouble, since this function has not seen a release so far.
        
        Change-Id: I248c9d63ec28071b2887f89912aa90fa1e4afcb5
        Reviewed-on: https://gerrit.libreoffice.org/3604
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [a4660b78efba2de2e0d4ce85f955a751038e416e]

        convert rename object dialog to .ui format
        
        Change-Id: I76b5c2d190b268de93973083f1f6ca41804008cf

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [d3dc2c83da986b33c0d4d62a14822e9a7eafbc52]

        add more custom widget stubs, fix up existing names
        
        Change-Id: I6728162db244971f115754cfb9f55bbafd42f6d5

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [a3fa3d9bafe93f1dca026dbf5564bf38422d0170]

        Updated core Project: help  02bf06fb7f614f446744195e4de4582290a6f1d6

2013-04-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fa535cf1755edcba630369b7ee1ae1605474d29c]

        token id 0 has a special meaning in the hash
        
        Change-Id: I380c0d7640a0047fa53770ddfb6150dd2e3b61be

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [127caae6f7ec97ba1387e2e737f499e149d134ab]

        SwModelTestBase: add save(), next to load() and reload()
        
        Change-Id: I15405dd6be64da689257aed50ba847f3741df3a1

2013-04-26  Tor Lillqvist  <tml@iki.fi>  [8bcbc1d51dfaa40961c12324423fbf263be78538]

        This *is* C code
        
        Change-Id: I4461b7a38862ad2c9861861fad8d6bf4bafd01ab

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [40ddc26252ef6c4a5cbe457143b13682368adce4]

        Updated core Project: help  8c2dfbc78aabdc65c0fa0adb5d79e9e4095a605e

2013-04-26  Thomas Arnhold  <thomas@arnhold.org>  [add638b725bb9e5c94b33f6802483bc7101e3681]

        test: clean up namespacing
        
        Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [f5e003050c65669d53d0d4d2208b2b4d1b699a86]

        convert edit section dialog to .ui
        
        Change-Id: I7467b0d9f32c0a006bedf88f6658ffffcd28db5f

2013-04-26  Jesús Corrius  <jcorrius@gmail.com>  [64dafbe584fe7644ec29b96b6a9a9588ba4619bd]

        Fix fdo#35785: recent documents feature of the Windows 7 Start menu broken
        
        Change-Id: I61cffeaf661db7e7b8f642bbbd9457203f75cb9a
        Reviewed-on: https://gerrit.libreoffice.org/3623
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [182f77a46d755b90fb7c79a4e80666beff47cf0c]

        comphelper: ConstAsciiString is now unused
        
        Change-Id: Ifad05cfc84b476501948f31ff65aa5d321dd6fdd

2013-04-26  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c914d7d5cc37e86d15ff82027273b884e152163e]

        fdo#63154: Remove all usages of the macro EXTERN_C
        
        Change-Id: I25b7f509ba5d1007a16c84ad05870a8174c094ec
        Reviewed-on: https://gerrit.libreoffice.org/3621
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-26  Matúš Kukan  <matus.kukan@gmail.com>  [914ea9a78a40210a38292b15a0e41a706f3cd9ec]

        -I$(SRCDIR)/include is added into SOLARINC later
        
        Change-Id: Ib65b3fda5bc1224e569f38cf75607b07eb4a1501

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [9b30c3e98ebb2f1c74609d93be735daf3b0bf03c]

        Towards a Mac OS X PythonTest
        
        Use URE_BOOTSTRAP instead of listing ~its content individually.
        
        [DY]LD_LIBRARY_PATH needs to be set to all of installdir's ure and program as
        well as OUTDIR, as initPoniesMode (pyuno/source/module/pyuno_module.cxx) tries
        to load the OUTDIR test library.  Abstracted as gb_PythonTest_PRECOMMAND.
        
        Abstracted Mac's special LibreOffice.app/Content path as gb_DEVINSTALLROOT,
        adapted a number of places accordingly.
        
        Change-Id: I1646615c77dfab342675f84dbb83c579bf16058d

2013-04-26  Thorsten Behrens  <tbehrens@suse.com>  [d56ba7ee6f385866d82142aab568a159009ae69e]

        Fix bnc#705982 - make animations inside SmartArt work.
        
        With the fallback loading of extDrawing for SmartArt graphics,
        slideshow animations into that drawingml fragment didn't work -
        for it being modelId diagram references instead of plain shape IDs.
        
        So use the modelId if present, and only then fallback to shape id.
        
        Change-Id: Iac2b8bc16255611d7ab165b72fb251cd2a65073a

2013-04-26  David Tardon  <dtardon@redhat.com>  [35f86a72df84b905fd2297f8a08c75e91f43d604]

        one pattern rule is enough
        
        As has been shown, two rules get out of sync .-)
        
        Change-Id: Ia331d3949fd8765c0d999d63351dda412d3c744d

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [61101d99c229da979626a8c3aa471a42acfe6295]

        EmbeddedObjectRef: guard against div by zero
        
        With this, if dc92bac5df72ecca123472a5e945b1864a17f457 fails, it won't
        crash, just the assertion will fail.
        
        Change-Id: I9830094088819cade7cf47d1f25d34bb6eb52ae6

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [dc92bac5df72ecca123472a5e945b1864a17f457]

        fdo#58949 testcase
        
        Change-Id: I584efc83ef1643a683757ac369cd140f52610293

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [6238cfe27f0a202f3fbf482cde2b0a3189adc86f]

        fdo#58949 EmbeddedObjectContainer: guard against embed::WrongStateException
        
        The problem was that in case an exception was thrown, it was only caught
        outside the loop, so in case any error occurred, we didn't even try to
        export the remaining objects. At least in case of
        embed::WrongStateException, this is safe to do.
        
        Change-Id: I71a7abc45a89bebc667664bc001245bb886a8d83

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [484d75feb3518976434dfdb883d283c6fdca9c9f]

        Related: fdo#63591 pack missing images referenced by .ui files
        
        Change-Id: Ibab8cbbfc6cc716f64aadec0ec97944a698c3874

2013-04-26  Caolán McNamara  <caolanm@redhat.com>  [e22825fe361f89a40758a0e34ee844c141bdb273]

        XubString->OUString
        
        Change-Id: I32c867e43bfb50a57261414107caae60f616d703

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [fd0ecb1897cfe0e5083cd1525f3600bcd8c516fc]

        Make informative output more obvious
        
        Change-Id: I9088da9fd2eb1b3ea6be6fda85e058abe8d57286

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [e8807620d2bcc6bd8bc9b08d00e5836031936e56]

        Binding OOO layer libs to NONE layer ones is bogus
        
        Change-Id: I7470ab98cf68e1fd426983ce185c8fd2d73003e3

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [3d229daa139da5cc6b5a3a79d40db0e690768e86]

        Test libs are layer "NONE"
        
        ...as they are used during the build, rather than included into installation sets.
        
        Change-Id: I67029c1cefacf3e4936ce916d17f7940ebebceaf

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [9921ec873667531b0166e72adea07a5d644c1c7b]

        Bad "NONE" layer path prefix
        
        Change-Id: I8f6859e172d272887166203919c5a4538c61b6cc

2013-04-26  anuragkanungo  <anuragkanungo@gmail.com>  [f25ad4403645cd67b2e50026abf0fe6e81ed9213]

        fdo#60625 - Document converter wizard fails to find powerpoint files to convert
        
        Previously all the formats was specified but none of them were being converted or detected .  But in my patch , it is able to detect and convert ppt pptm pptx formats .
        
        So ,we can atleast add support for these formats .
        
        Change-Id: I6083a9048ada870178753cd4ba523c9d3916cf11
        Reviewed-on: https://gerrit.libreoffice.org/3617
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Stephan Bergmann  <sbergman@redhat.com>  [19d2de7d5561073f81112974569b98b93d6b7334]

        Fix TypeManager
        
        * Make use of unoidl::Manager::createCursor in
          TypeManager::createTypeDescriptionEnumeration
        
        * ConstantDescription::getName returned unprefixed name
        
        Change-Id: I4b2e1ce6a240d8f6292375ad36f71e0b19699367

2013-04-26  Muthu Subramanian  <sumuthu@suse.com>  [5a1d77327867ae9b80bc676d67f1f70a5d8a2fd4]

        fdo#60638: Workaround should be in FillRects rather than FillPolygon.

2013-04-26  Michael Stahl  <mstahl@redhat.com>  [170668d83911c12475eccf69eba5e191863d4a56]

        gbuild: MSVC: only re-link libraries if exported symbols change
        
        Implement commit 3213cd54b76bc80a6f0516aac75a48ff3b2ad67c
        for MSVC.  Not sure what the extra "Summary" section at the end
        of the output does, and whether it would make sense to filter it.
        
        Change-Id: I874abec0e8bb8d1ec2894fd6e94bc78b48e384e1
        Reviewed-on: https://gerrit.libreoffice.org/3612
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Harri Pitkänen  <hatapitk@iki.fi>  [15f8a130e2e1a3c920b02ad034d09e547e69ea57]

        Use <div> instead of <multicol> when exporting multi-column sections
        
        Commit da45a0e255f77d002c35438e9c2a17fecdde6d81 added CSS column-count
        property to the exported non-standard MULTICOL element. With this change
        we are also able to import multi-column DIVs into multi-column sections.
        Now we can change the exported element from MULTICOL into DIV which
        actually works in browsers supporting this feature. Importing legacy
        MULTICOL elements is still supported.
        
        Change-Id: I55bea40326904de7f137e996a000a7d213fa0593
        Reviewed-on: https://gerrit.libreoffice.org/3610
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  karth  <karthikeyan@kacst.edu.sa>  [bd1e5791951c0e8eae6e79f1789ba1115cdead53]

        Resolves fdo#62673 Table cells non-editable on cell merge
        
        Change-Id: I2d9244115d08e31b46dbe1a4998e6a763ee38361
        Reviewed-on: https://gerrit.libreoffice.org/3273
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [c31824afc633c24b03c9f6f84b582c5a2ded51de]

        fdo#56832 Explicitly mention Ogg Audio and Video
        
        .ogx is also a valid extension, see http://wiki.xiph.org/MIME_Types_and_File_Extensions
        
        Change-Id: Ieb5f3b7016b58beaf915673181369530a3d0709e
        Reviewed-on: https://gerrit.libreoffice.org/3609
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Miklos Vajna  <vmiklos@suse.cz>  [a44bff569bcef931e1ca6a7b2b8d0bcd279725bc]

        SmXMLExport::GetViewSettings: add back lost property name
        
        This was removed in 90a91ed3e9ca1684655268dc52754ca569febc36, probably
        accidently.
        
        Change-Id: Ib5b4bc847caaa1fb2f119b07612231e32789834e

2013-04-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [f13324bc8461f0e604639d301ab12d04953a9284]

        Better text for "Insert as Link" Checkbox
        
        This Checkbox is shown in the File picker dialog and does not embed the file in the document, if checked.
        
        Change-Id: I84fbc182cc9b432cd38ccb044c0479ced119d97f
        Reviewed-on: https://gerrit.libreoffice.org/3602
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-04-26  Noel Grandin  <noel@peralex.com>  [dfb6a625d355a92bef3b85fb1dfdce1da64fde0a]

        Java cleanup
        
        -fix constructor declaration
        -remove dead copyright notice
        
        Change-Id: I021ef11dd5000a75dba3359fe6d4f49740c3b237

2013-04-26  Noel Grandin  <noel@peralex.com>  [6f17a2f66fa2a4fec56334783410005c4f2f357a]

        Java cleanup, access static methods using correct syntax
        
        Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87

2013-04-26  Noel Grandin  <noel@peralex.com>  [6d4c1f0d4a623bf7f3b3a0af2ece5c969d5aec77]

        From the context of the code, this field should not be static
        
        Change-Id: Idf092b0edf2c538d21b189cd742407bf2fd39fa7

2013-04-26  Noel Grandin  <noel@peralex.com>  [64e85a4cc8259a7d80c781e6698a8f30e7e0151d]

        Java cleanup, remove unused imports
        
        Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd

2013-04-26  Noel Grandin  <noel@peralex.com>  [fb39e719895689a290d3eb910bee994e5ffa2c25]

        Java cleanup, call static methods statically
        
        Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8

2013-04-26  Noel Grandin  <noel@peralex.com>  [d2d3e5d2a86cf91a9b38fabe76dc919c77c62852]

        Java cleanup, use generics
        
        Change-Id: I164e0f8386558641497258cc0a1d731e81a51c15

2013-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e05ca3f14119a1e70838603f1a3dedbc9c51f76e]

        Revert "remove a bit of unnecessary whitespace to make lines shorter"
        
        This reverts commit f098f40e0f8ccce4fc8187c4d3eb9c69ea103b1c.
        
        Conflicts:
        	sc/source/filter/xml/xmlimprt.cxx
        
        Change-Id: I8a70f7503aea0e2968a04ba57a76d690a54d344c

2013-04-26  Tor Lillqvist  <tml@iki.fi>  [3b032a3ef1aeb520fe9b9e6a65dc4fcedff13f2b]

        fdo#63622: Revert '"Fix" bnc#777788'
        
        Let's keep that "fix" just in the SUSE-specific branch.
        
        This reverts commit 56d41fef8f96888d5aaf39a9c4d0c7eca5b63d44.
        
        Conflicts:
        	fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx
        
        Change-Id: If331c6ec8978923e8e8bc6653bd27b5a9edaf2d7

2013-04-26  Takeshi Abe  <tabe@fixedpoint.jp>  [9d97a2af7cd4d51fbf4dc3027f82cb6c7fc8328d]

        sal_Bool to bool
        
        Change-Id: I7dcb2dcef78c67d90ff2dea58c1374bd17ac58af

2013-04-26  Michael Stahl  <mstahl@redhat.com>  [52b618e196f25c9b4c8a20064e2c97e6d5c82368]

        VistaFilePicker::getDisplayDirectory(): s/NON_BLOCKED/BLOCKED/
        
        All getter methods in this class use BLOCKED, all setter methods use
        NON_BLOCKED... except for getDisplayDirectory(), without any hint as
        to why it might be different... so make it consistent.
        
        Change-Id: I3c90ea6560944f9e7033a26f4419003f154a520c

2013-04-25  Thomas Arnhold  <thomas@arnhold.org>  [e35f2f0631784c1f58dbef5cb819a48b3a4703f4]

        don't pollute global namespace
        
        Change-Id: Iffeeffb015c59ea787838c737c6a11f6fbef2794

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [6f906d9c26e90f507299bc117dac8c9859e6b182]

        add borders to category and format listboxes
        
        Change-Id: Ic53084ded75f9c9000d5768de12953e3b339908e

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [99aa9f1decf991d05bd03e079565670f3bcc8b06]

        add glade stubs for some more custom widgets
        
        Change-Id: Iffefd61167bf46aef4791aa3c09d4a78ae79dd92

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [3b6e61c3968a4aaec0b594803219961f3fcc9232]

        fix scrolling performance of listboxes with hundreds of entries
        
        make it approximately infinitely faster
        
        a) add a method AdjustEntryHeightAndRecalc that just does AdjustEntryHeight and
        RecalcViewData and replace all the places that do the two of those together
        with that utility
        
        b) in our SetFont now only call AdjustEntryHeightAndRecalc if the new font is
        different to the old font, ignoring color which doesn't have a bearing on row
        size.
        
        c) where we originally called SetFont(GetFont()), which would have triggered
        AdjustEntryHeightAndRecalc, now call the new AdjustEntryHeightAndRecalc
        explicitly.
        
        The performance problem apparently a regression from
        ac7acb0ab1329913b0cec79790adcde0263960be where we seem to now end up drawing on
        ourself and calling SetFont on ourself rather than on a pImpl without an
        overridden SetFont. So when we redraw on scrolling we triggered a cascade of
        calculations and force text layout of every row.
        
        Change-Id: I3c284c360f06ac383e8c38045fc4c2946f505b35

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [4fc8209e91e3cefb3163e17d0cd97fad78165a0c]

        Updated core Project: help  dcb5f0b147f73d5a1995398f474271336ff2b033

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [bb0b3df6774ffd5333d2413c056540fbcbdc052a]

        convert auto abstract dialog to .ui
        
        Change-Id: Iaed5429c61c5655d81d0010c4b56e8889aa5f29b

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [29cdabb8532c4da0b89a82f9d4e2bb9ee6851621]

        drop duplicated warning
        
        Change-Id: Ied358faaf6ba1aecae4f61ff56e639752a2de664

2013-04-25  Stephan Bergmann  <sbergman@redhat.com>  [0af9970da3a23f63752033128976ad9ea420f828]

        Mark TypeDescriptionProvider service as "don't create by name"
        
        ...had to adapt one test that had picked this service apparently arbitrarily.
        
        Change-Id: Iaa17b7c622b9ac3601beb3ba931f7b1d99f649f1

2013-04-25  Rafael Dominguez  <venccsralph@gmail.com>  [5d19f429ab81aa236543d6a11a193de8c2cc5c59]

        Down-arrow jump to last item when there is no item immediately below.
        
        Change-Id: I23f5f002826e2ecc25ff19d18372cb637feb1310

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53f7f39818e22ca1bf049c2e3fea845ac49e5bfc]

        prevent unnecessary String->OUString conversions
        
        Change-Id: I075467d17f6c59bd66a7a2d8e1e82f2a3ba42cad

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb369fd9b7f38eed85eb925432b337414864c2d0]

        remove some unnecessary whitespace in document.hxx
        
        Change-Id: Iab19ae876162e72104267ad5f760f55e7d854934

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fb60c6a7390f782f1878f0e943ba17fd419ebab]

        implement import for calcext:value-type
        
        This saves us several string comparisons for every cell during import
        which should speed-up our cached value import quite a bit. I haven't
        profiled it yet. Additionally it lets us move away from a heuristic
        based approach.
        
        Change-Id: Id9ca92a1251b62e99ca54209fdd52031694784b1

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d691181f9ead97bba8970759255ba64f6c26aee6]

        remove a bit of unnecessary whitespace to make lines shorter
        
        Change-Id: I364afb6d638f47a41ea31bf3df00540db417d505

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0ba44951c54f2331f8ce25c24d8f59fb8d2a6d5]

        ScXMLExport::GetCellText returned always true
        
        Change-Id: Ia5dbea0a496f578f619276def349ff21674fb644

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a8b7c72425aabae87bfd2e141aa06f06319ae11c]

        add error to office:value-type for calc cells and fdo#51810
        
        For cached value import we need the information which cells are error
        cells. For ODF 1.2 extended we therefore export now calcext:office-value
        with the additional value "error".
        
        Change-Id: I9bc988ea4924bea767ba5e504b77f6a16e51a82e

2013-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6bec369008596f74dfa49721f52d16a684fc4581]

        fix indentation
        
        Change-Id: Ie70d580cd2a4ad88751672fd257c825b9813c86e

2013-04-25  Jan Holesovsky  <kendy@suse.cz>  [26ef3153f3cd35ff1198a48479facea1d97b8fcd]

        fdo#62088: Fix crash on master page switch too.
        
        This is actually a regression caused by
        1165aac95b8e44f41fc16a44bfec4c1c05801ac8, where a confusing code was removed,
        that should have stayed there.
        
        Re-introduced in a readable way.
        
        Change-Id: Ib99c19c04cf3b098097cef8da5da63b8cc7dd130

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [21fb092398fb21256b0e546e7f38c5e6de4654f2]

        Related: fdo#63802
        
        let si-phonetic-dynamic survive libreoffice losing focus and regain it cycle
        and still use surrounding text. It should be safe to report that we can provide
        surrounding text but there isn't any during the time window when there is no
        focus window, because the focus in event was received but it hasn't arrived yet
        because that happens on a postuserevent.
        
        Change-Id: I0481c42208953f2a0618aaed7b0d9e9f3e7bda07

2013-04-25  Felix Zhang  <fezhang@suse.com>  [78a20557601d9ca7b446df0cffa72398576741ed]

        bnc#793414: Bullet points are not indented correctly.

2013-04-25  Luboš Luňák  <l.lunak@suse.cz>  [dabe10eb94fda61ec39932548c4279611b057658]

        workaround race condition with mixing internal/system cairo libs
        
        http://lists.freedesktop.org/archives/libreoffice/2013-April/051026.html
        
        Change-Id: I81031d8290efcc4f343af7bdffb4762411f4f107

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [b1fc17ea25a6c6b0e451d6a1fd420a32ec0369e6]

        Resolves: fdo#63802 return true if we have known empty context
        
        i.e. false for "we can't provide context", and true for
        "we can provide context, even if there isn't any"
        
        Still looks to me that there's a bug in the si-phonetic-dynamic
        im (or something in the stack) that assumes that returning
        false once means it will always return false and give up
        for ever
        
        fix indent while I'm at it
        
        Change-Id: I6df7f2689101250c33318db1fac5ec1b3e340566

2013-04-25  Tor Lillqvist  <tlillqvist@suse.com>  [5ad80806d6c53a16868d80ae167d9f91f0cda629]

        De-ambiguify 'Pair'
        
        Change-Id: I84c73b07d8a4a6950cde98898754168720952934

2013-04-25  Noel Grandin  <noel@peralex.com>  [3286827b38ce6f6aff2da123e9f246ad923932cd]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a

2013-04-25  Noel Grandin  <noel@peralex.com>  [7709511aed6655c8f283db912513626850493eff]

        fdo#46808, Convert animations::AnimateMotion to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149

2013-04-25  Noel Grandin  <noel@peralex.com>  [c3eb3de42649a127490da40aa7774c29dc50281a]

        fdo#46808, Convert animations::Command to new style
        
        The service already existed, just needed an IDL file
        
        Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf

2013-04-25  Noel Grandin  <noel@peralex.com>  [a66fd8a99a8c783e4782c487666369c2e567bb95]

        fdo#46808, Convert animations::Audio and IterateContainer to new style
        
        The services already existed, they just needed IDL files
        
        Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d

2013-04-25  Noel Grandin  <noel@peralex.com>  [725d23bee0a32eb19554efb5204789b6eb500b03]

        fdo#46808, Convert animations::AnimateColor and AnimateSet to new style
        
        The services already existed, just needed IDL files
        
        Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1

2013-04-25  Noel Grandin  <noel@peralex.com>  [6f0b59e36437b8962769559dc4aabaaba897df00]

        fdo#46808, Convert some XMultiServiceFactory to XComponentContext
        
        Change-Id: If7cc52ffeb35efe0969876a9822106b1fd958b10

2013-04-25  Stephan Bergmann  <sbergman@redhat.com>  [19a1d2383d343375b3c4b4ab1845df6435679bd6]

        PCH quickfix
        
        Change-Id: I457288d881ba74db2127e8543b0de70b6498002d

2013-04-25  Eike Rathke  <erack@redhat.com>  [53b8d25caa1e000eeca27f3ca4f92d9cda83c652]

        use LanguageTag fallback
        
        Change-Id: I34c532dc7d1c71724a5c0e29c113f2d6510cc2d7

2013-04-25  Muthu Subramanian  <sumuthu@suse.com>  [8c51484a973c9448530f76771b19bed858a3b240]

        n#813291: [PPTX] Axis Labels with percentage.
        
        Added the check only in the Axis Labels import.
        Maybe this check can be moved to convertNumberFormat()

2013-04-25  Stephan Bergmann  <sbergman@redhat.com>  [57a14ea0bed679c4b120c0371ab5316faf7c883f]

        Clean up Java ServiceManager bootstrapping
        
        ...and remove the unused feature of initializing it with an obsolete
        XSimpleRegistry.
        
        Change-Id: I333dae51f67c16da3e6822ba81e4b8ca125188a5

2013-04-25  Jan Holesovsky  <kendy@suse.cz>  [4fa553e4071a0ba4981a690429903c4e68607864]

        fdo#62088: Fix regression introduced by the DateTime incompatible change.
        
        It is not good to mess with the stream operators, more so when the size of the
        data changes ;-)
        
        Change-Id: Id02b83224496a28575f4e12196892de198793983

2013-04-25  Eike Rathke  <erack@redhat.com>  [f5752e9846453e6727b521994fd061f3fec884ff]

        ditch libi18nlangtagicu again
        
        Thanks to Fridrich for finding the real cause for why I thought this was
        necessary..
        
        Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4

2013-04-25  Tor Lillqvist  <tml@iki.fi>  [792181299bffff78c9232ec161eb60962ebe289b]

        Fix KEY_SHIFT clash
        
        Since 360d6bf4fd1241af47f55648b7597fda3120390a the precompiled header for vcl
        includes <rsc/rsc-vcl-shared-types.hxx> , so the KEY_SHIFT from there
        interfered with the KEY_SHIFT here.
        
        These magic values apparently are the "known" return values from
        MapVirtualKey() called to translate (fixed) virtual key codes to scan codes,
        suitably shifted and ORed with some flag bit(s). Whether such scan code values
        really are constant in all Windows installations I have no idea, it does sound
        a bit scary to me to assume they are. (If they are, why does <windows.h> then
        not provide symbolic names for them?)
        
        Change-Id: Ic18a8e1a8b7a95bb6b018382662944f6912e4734

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [0820414d0c53ac6f67742b1ff5cd27dd011f013b]

        Updated core Project: help  0f337351043a65843b4b7687d33ca5afdc8289b8

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [5ab7d719795d5c74af856df98d23117ab62ffd78]

        convert page preview zoom dialog to .ui
        
        Change-Id: I4c4511787247bdcabd88af1c3b0894361336b71f

2013-04-25  David Tardon  <dtardon@redhat.com>  [71356b046bfc17ab54c5a784522035538edda6c8]

        rebuild scp if autoinstalled libs change
        
        Change-Id: I76cca4646bd0258cdf64a079edb017e6243839af

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [d8f1159cb3019bc7814f44029fe6f603a279117d]

        Updated core Project: help  01a9fff87678572226b099c7102f5f1b03bec4b4

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [61483d2f40cb0d77a4e1593ee677ae37c9ec6d65]

        convert merge table dialog to .ui
        
        Change-Id: I59ff70e3280d4e746b0d20f7f9532a341d88cb57

2013-04-25  Tor Lillqvist  <tml@iki.fi>  [5907bb462de34e9cc59c178350bf9153c42d038a]

        Fix compilation error when OSL_DEBUG_LEVEL > 0
        
        Just use SAL_WARN, building up the message using chained << operators instead
        of constructing it into a OStringBuffer (or OUStringBuffer) and then passing
        that to OSL_FAIL.
        
        Or should we have a real assert() here?
        
        Change-Id: I2c3f64ff2b29a3d81ba444d98c2a38ef49e6d7af

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [82798d640347753e5b6dca0e3221b6b1b8e44fee]

        Updated core Project: help  9b03a7110683c9e05b5a6a193d71dcfad58b8122

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [dc900869e5f530000a3036827328bc6fecebddd9]

        convert ascii filter dialog to .ui
        
        Change-Id: I0e4f45d9e74fd2ae04defa75fce225d61295cdbc

2013-04-25  Caolán McNamara  <caolanm@redhat.com>  [ac36ecb2c939aef928c77ae3df99b0670488e298]

        Rumanian->Romanian, former now considered archaic
        
        Change-Id: I9a47317bf7251dfef5f5d7f2cd6b817792114289

2013-04-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d34a159010fc24e13613058d25a9d6b56f7855bd]

        Belts and braces for crash in null pointer dereference
        
        Change-Id: I17fa205f16929b913084c8eee320a73416b1eda0

2013-04-25  Thomas Arnhold  <thomas@arnhold.org>  [360d6bf4fd1241af47f55648b7597fda3120390a]

        update pch
        
        Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47

2013-04-25  Tor Lillqvist  <tlillqvist@suse.com>  [3a77c4fa06e02a3758222b39e6359a9f504d42b2]

        Fix compilation error after fe4ffd81045144ffb8d69ae9e5df7ef191005128
        
        Whether it works, no idea. But on the other hand, from the dicsussion
        in fdo#61503 it doesn't seem as if that commit was deeply insightful
        either. (And how it compiled on the commit author's machine, no idea.)
        
        Change-Id: If6355b33c406e8da5bdb2bf77aaf8b2ac0c39343

2013-04-25  Noel Grandin  <noel@peralex.com>  [746784e16f31133e4dc4e062fa5b7f1620e8cda6]

        fdo#46808 Convert awt::Pointer to new style
        
        Change-Id: Ic2ff491e656ab7bcf0bd5994b601818a26478243

2013-04-25  Miklos Vajna  <vmiklos@suse.cz>  [e894e57aabceb0b2ccd69d129b5223e2a28596fa]

        dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer needed
        
        Change-Id: Id404f8f3a5bdbf32c207ee81c6f6be9c9d328679

2013-04-25  Maxime de Roucy  <mderoucy@linagora.com>  [f215e634de4926def396d8442b8b15a912cb69e8]

        comments and code reformat
        
        Change-Id: Ib4e45cb85c9e5e5ffa6476c939300c6795412b1a
        Reviewed-on: https://gerrit.libreoffice.org/3582
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-25  Stephan Bergmann  <sbergman@redhat.com>  [e42eed90b5c8151f8b5520ca2728061b1ac8e41e]

        Fix generation of cli_types_bridgetest.dll after gbuild'ification
        
        ...the "double use of udkapi.rdb in climaker call in
        testtools/CustomTarget_bridgetest_climaker.mk looked fishy" indeed.
        
        Everything built in module testtools that is not used by the "native inprocess"
        test case (testtools/CustomTarget_uno_test.mk) is more-or-less faithfully copied
        over from pre-gbuild times, but the code to actually (manually) execute it is
        effectively lost: bridgetest_client against bridgetest_server and
        bridgetest_javaserver; bridgetest_inprocess_java; cli_bridgetest_inprocess.exe.
        
        So this cli_types_bridgetest.dll is effectively dead code today, but at least it
        is a more faithful copy of the pre-gbuild version again.
        
        Change-Id: If01a9d837dc6bf3837a17878d8a4bfaf87ab6d4d

2013-04-25  David Tardon  <dtardon@redhat.com>  [11e2981c4c635bd6e8a1d3d32889e6cd2ea7cdd1]

        change warning to error
        
        It seems that the nonexistent include paths introduced by the headers
        move have been cleaned up. We do not want to introduce new ones.
        
        Change-Id: Ife53bbf0c63e12a41f6b447357472ad41eed5cbe

2013-04-25  David Tardon  <dtardon@redhat.com>  [ee16e337474edac43f16425747431cefcbbab59c]

        drop nonexistent include paths
        
        Change-Id: I3b2686cb04b7945a12f43b344ed56b39a321b51b

2013-04-25  David Tardon  <dtardon@redhat.com>  [162ef53d441c4eb56a51f48b29b54c3915ba9da5]

        fix dep on doxygen CustomTarget
        
        Change-Id: Id53ab5de54ff8e86a39685b370b1114666755cfe

2013-04-25  David Tardon  <dtardon@redhat.com>  [79c20b265479232871bcd4aea37400243e09bb99]

        add missing deps on sqlbison.hxx
        
        Change-Id: I098a4514b9b32b1ecf96b1f2275f77bac540d557

2013-04-25  Noel Grandin  <noel@peralex.com>  [378c038918ca6c7adecf73f49e627c75ebd0e43a]

        fdo#46808 Convert animations::ParallelTimeContainer to new style
        
        Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729

2013-04-25  Noel Grandin  <noel@peralex.com>  [3086d847d9ac8dbb228c10047fd7ecaa32a45263]

        fdo#46808 Remove unnecessary getProcessServiceFactory() call
        
        Change-Id: Ic3219a615ae568d4d3e8aed83297ff6a39e6983b

2013-04-25  Noel Grandin  <noel@peralex.com>  [73adc9b6e29a3e005d7c2e98795045e7025325c2]

        fdo#46808, Convert form::ControlFontDialog to new style
        
        Change-Id: I83487cddbd6b3fce1fdcdfa48623b63a0e026d90

2013-04-25  Muthu Subramanian  <sumuthu@suse.com>  [4bc3ead0649bf2885050ec4cfb47a5ed13bfa41e]

        n#812793: (Workaround) Transparent background import in EMF+.
        
        EMF+ seems to have alpha of 0xff for transparent background!

2013-04-25  Muthu Subramanian  <sumuthu@suse.com>  [06b918053fb9cf455cf431ca001a63030092d018]

        Broken security/password when saving to older odf (sx?) formats.
        
        nDefVersion is the default doc version, whereas, we need
        to check the current document version in question.
        While this changes just one of the places - a review is
        probably required for other places as well, where
        nDefVersion is used.

2013-04-25  Tor Lillqvist  <tml@iki.fi>  [427d20e72e914082af5cddc9527fb3df0dd270a2]

        Fix warning: unused variable 'assignment' [loplugin]
        
        Change-Id: I0bf331044d8971cc39ee22b909649aecff1611c3

2013-04-24  Peter Foley  <pefoley2@verizon.net>  [1c0ebe9e0057e6900274f223ff604ee6212e363f]

        fixes for libmerged
        
        Change-Id: I77c7ebcbba4fd2c78d66d6088bbbf4a3122f7c8a

2013-04-24  Peter Foley  <pefoley2@verizon.net>  [c06c0517c15225357f59ae828f6b18990906ae19]

        libpython.so is now in instdir
        
        Change-Id: Ib1b1a853d265a28bfab19c0fa25b778fcec92ba6

2013-04-25  Eike Rathke  <erack@redhat.com>  [86acfb46ceb8946c6029811592d93041936e0091]

        removed commented out code that wouldn't be correct anyway
        
        Change-Id: I1fc5f6b7e779ae0c9ac5f30934c2c5d75757581d

2013-04-25  Eike Rathke  <erack@redhat.com>  [f62a00f32a1adb4052b05e406cb0e040c7f2360d]

        can we stick a with our naming conventions, just a little bit?
        
        Change-Id: I1457c64162c2aeb083e98a28737991ae6d0eee2e

2013-04-25  Eike Rathke  <erack@redhat.com>  [be35d10c9124d4559e54444ccd1f70b334047c13]

        use LanguageTagIcu
        
        Change-Id: I1e66fa3edb2ddf2b6d6f4cdd25104772ff02c70a

2013-04-25  Eike Rathke  <erack@redhat.com>  [0cb65cee8a700afdcde945e5a8291b6498042bb9]

        use LanguageTagIcu
        
        Change-Id: I7b052a3f73740ff3a35f38dc2d96bc621b8d8deb

2013-04-25  Eike Rathke  <erack@redhat.com>  [4806df614a0e7e499aef3d10f77923f189207205]

        added LanguageTagIcu::getIcuLocale() with additional variant
        
        Change-Id: I5a5689f449ac7653bb716f2ce67ea1039fe2559c

2013-04-25  Eike Rathke  <erack@redhat.com>  [3ca2240e4818a554d290ca46536dddcf3d18d332]

        use LanguageTagIcu
        
        Change-Id: I3ced460cc5a03554dc77e19381af8a5ba202d2ab

2013-04-24  Peter Foley  <pefoley2@verizon.net>  [fe4ffd81045144ffb8d69ae9e5df7ef191005128]

        fdo#61503 fix cli_cppuhelper bootstrap error
        
        Change-Id: I777d2d866cfc8b2363b418fd5cba6576e3a2b8ec
        Reviewed-on: https://gerrit.libreoffice.org/3600
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2013-04-24  Peter Foley  <pefoley2@verizon.net>  [d3ea57d8261d193a18f2485b49badf0a3d5d2fda]

        remove non-existant module
        
        Change-Id: I7c4e2c9635f52f682595d95fca8a5f200a1074de

2013-04-24  Eike Rathke  <erack@redhat.com>  [56e753aa6a762337ec09bd30445ad4b75c3bf5fe]

        use LanguageTagIcu
        
        Change-Id: I048d72c0cd633e3aa9e6a74e4f111703969b1d77

2013-04-24  Eike Rathke  <erack@redhat.com>  [095f3dde425eb79da0e7fbfe40e18de1ac4f368b]

        introduced libi18nlangtagicu
        
        Change-Id: Ie80e989d55d465e127ccc20290d654acf222e5bb

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [6681432e39228deb982105caa8de2319c2084a08]

        error: too many arguments in call to 'pr_dummy' [-Werror]
        
        Change-Id: Ib03b6d3af9909c971245314bbde2085d8c3c73b2

2013-04-24  Luboš Luňák  <l.lunak@suse.cz>  [29dcdf6b56f8dbc1b7de0478afb04122f8dbf0f9]

        check for NS_ooxml::LN_CT_Style_type being processed first
        
        The code relies on NS_ooxml::LN_CT_Style_type being handled first
        (because of m_pImpl->m_pCurrentEntry being reset there), so
        at least check for it. Still no idea how to actually ensure
        the correct ordering in this overdesigned $#%@! writerfilter thing.
        
        Change-Id: Ib6a2129a078728e162257275ac2a1243dbaf4017

2013-04-24  Luboš Luňák  <l.lunak@suse.cz>  [f853a20839ab08244dc1b3b1c881822bd593bc04]

        temporarily disable conditionalstyles-tbllook.docx test
        
        writerfilter relies on boost::unordered_map being ordered in a specific
        way, temporarily disable until that's sorted out somehow
        
        Change-Id: I5fdb70223e39e2048a45e0b81ffc2c714e1c4532

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [3bb3e33f1181c3415efc672bbbc5fe3849c5ca59]

        Updated core Project: help  887ad70ec215ad0420b4cee830fd72b22e4f9127

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [7ff261c690cc10fd0d19e84a204c87f3a2bba65c]

        add some mnemonic widgets and default buttons
        
        Change-Id: Ic6637f920bb8529ec67c58d5cdcc29a26f1b17c3

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [adfacdd91cb67ed7f2ae0d4991537211d263278d]

        adapt code to protect sheet .ui
        
        Change-Id: Ic3c375e87cf89a3956f3703c6facbcbe5ffd5d58

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [f6b05adfb00e2b75c5c8582593c4acff3bd25724]

        turns out insert layer dialog is reused for modify layer
        
        Change-Id: If6559e7f0e66f3f8b87c8ba4b3b4794317f5d55b

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [0d501c40af07fe33e16d16b8acdd3c7a93afa95e]

        add border width to optimal size when present
        
        Change-Id: I37c396c3c61521e140d290fd8f17220f60c43284

2013-04-24  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [95f2f5f4d1a6d94788ea4e3905c25ddd69eb3d9b]

        fdo#60949: Move the last libs to OOOLIBS
        
        Change-Id: Ieec4edf41140f9c5af3dcc227c917b06157a26f3
        Reviewed-on: https://gerrit.libreoffice.org/3561
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-04-24  Lionel Elie Mamane  <lionel@mamane.lu>  [3a4534be6594c39bf785502e15f2dec22d15b312]

        fdo#330191 a NULL value of float type is not NaN
        
        but it is *still* NULL.
        
        This was initially done to "fix" i#108092,
        but i#112652 comment 13 suggests this may have been fixed more cleanly.
        
        Change-Id: I2b76af2182715bc489cb89dd45d6b77d5038b506

2013-04-24  Lionel Elie Mamane  <lionel@mamane.lu>  [3591f5c429d8d5f0f2afc136c03b114e26ae1bb1]

        janitorial
        
        Change-Id: I5b5c679c4c6d1e0b2742249f60aec213834f7501

2013-04-24  Lionel Elie Mamane  <lionel@mamane.lu>  [1b7235573643b898602ccc31eb983c71941aa12c]

        fdo#33091 recognise General format in all languages
        
        As opposed to only the current UI language
        
        Change-Id: Iaaaec78e9cbe1891c3e42f207a6da552b2a2bf7d

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [f4b9d3f0cfbcd4dfb1f8234e4009641822747cd6]

        gbuild: AllLangResTarget: add missing dependency on concat-deps
        
        ... was missing from 8379fceb2e7c33e5e0555295be06fde60a6bb240
        
        Change-Id: I664cfabdaf8834b1023dcc7e2a28b584abf10908

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [ae75a0dd0b687242302ff2ad2369f7a5edaf09f3]

        More "Let climaker work on *.rdb.oldformat for now"
        
        ...also, the use of double use of udkapi.rdb in climaker call in
        testtools/CustomTarget_bridgetest_climaker.mk looked fishy.
        
        Change-Id: I8be22b184740d65e567df65bae51fe18066be102

2013-04-24  Eike Rathke  <erack@redhat.com>  [82b1e07f6259236e0d443e473476f0227b860ce2]

        removed cruft, added instdir to filter
        
        Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [704be0f489d04fe9ea4251699f381e8ccadb63ca]

        Prevent gb_Helper_PHONY from leaking into the shell
        
        Change-Id: Ifec0ea4dd06c9c06a796f293f0fc0973296fed60

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [30b680477b11ccf993a59c8f81fa5ee2166e4eb5]

        Add --disable-neon
        
        Change-Id: Icf9d75e699e8a430ce0d2a305e1b696d8023466b

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [831b4983033fa17b736298f960436d923d2af45b]

        Fix losmoketest UNO_TYPES
        
        ...and remove a bunch of unused Directories
        
        Change-Id: Ibb20bf9f4049eee136132b4ebda86ec2a9613a29

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f22030043f2b625bc28c6e910dbea8a3230b3bcc]

        Let climaker work on *.rdb.oldformat for now
        
        ...as it still reads type data via com.sun.star.registry.SimpleRegistry
        
        Change-Id: Ib65848eb77d220b83f5e70cb98ecf3cb9c46d7de

2013-04-24  Ota Chasák  <chasak.ota@gmail.com>  [b6ab91d55e1bfb487abba2b15589a1988178ee88]

        fdo#60791 - fix android remote count-down / clock.

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [8379fceb2e7c33e5e0555295be06fde60a6bb240]

        gbuild: AllLangResTarget: use concat-deps
        
        Change-Id: Ieb5e380b6e7a1c097d403f962b4e82b84cce40b5

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [7019a1c67473623cb81ca0c9e155b90a5ce6947a]

        gbuild: get rid of processdeps.awk
        
        The only thing that processdeps.awk does that is actually useful is to
        be able to set the target name freely, but that is only important for
        the default resource file which was just renamed.
        
        Instead hack makedepend to provide the required functionality directly:
        - write dummy rules for included files so builds don't break on
          rename/removal
        - format deps one per line like concat-deps expects
        - concat-deps expects standard POSIX line ends, so open in binary mode
          (also disable that awful backup copying nonsense)
        
        Though in retrospect it would perhaps be a better investment of time to
        try to replace makedepend...
        
        Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [ced9e2abecbbdf70acb3ca46c5e6a6d4247015c0]

        desktop: rename WinResTarget target to match source file
        
        Change-Id: Ice900801109efc8591b9a3fb5c490d070b23730a

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [7dc8c952be0595ef0fb161bd524aaff0d3f791d2]

        extensions: rename WinResTarget target to match source file
        
        Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [e4389abdfa6915f33cd0d918e86015af2b6be4b7]

        fpicker: rename WinResTarget target to match source file
        
        Change-Id: Icdc6ff082daaaca5458b817109738b5debdf4007

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [ca629ad33233fd7813df5097063ad3ae6a1e3757]

        vcl: rename WinResTarget target to match source file
        
        makedepend relies on that
        
        Change-Id: I6a166f65d25c2750c24bc7831d074c32f6524722

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [ed0f2c949692bb9096144c8d063b38207a6f5808]

        rename "shlinfo.rc" to "default.rc"
        
        makedepend annoyingly picks up the target file name from the source file
        
        Change-Id: I4e7378e3f428dbae42fb99cb1c21ed840c20da40

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [45a420b2f5ea1765ca3da3f31a4b357e292e0423]

        gbuild: do not use ' quotes when echoing dependencies
        
        In AllLangResTarget the gb_Helper_abbreviate_dirs replaces the paths in
        the echo command with $W, which the shell then does not expand due to '
        quotes.  Mixing gb_Helper_abbreviate_dirs and ' is unsafe.
        
        Change-Id: Ia99d185917a55486d5fd67f82d5b323a05e3f5bd

2013-04-24  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [83709cc62e3bc9ee930b5a59e994a0001bd8c221]

        Converted Tools -> Protect Document-> Sheet widget.
        
        Change-Id: Ic701a2a92ddbf48be6998c0b278ec5f232f49983
        Reviewed-on: https://gerrit.libreoffice.org/3516
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-24  Michael Meeks  <michael.meeks@suse.com>  [5f91bce07962f4229242c466144962f9b3d58be6]

        sdremote - don't crash if we connect during load, before things are setup.
        
        Change-Id: I1837ea58b9c8f74aca9afb78bafbab61af189842

2013-04-24  Michael Meeks  <michael.meeks@suse.com>  [cb33ae88e000fb6c662ecf31a621a73223dfd081]

        extend license filtering, and add fallback-checks.
        
        Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20

2013-04-24  Luke Deller  <luke@deller.id.au>  [15bbafaaed52182e80f1a24d716a2d181cdc0e17]

        fix fdo#60910 FILESAVE loses fontwork/shape objects
        
        This reinstates one line of code which was removed by
        7fec8dfcaca4efc92516f9af51a3157f1a11ccd7.
        
        Change-Id: Ie2af33914d17a46b7118b8b804aadc0aa3bc5d90
        Reviewed-on: https://gerrit.libreoffice.org/3596
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [a3892f465b426c0c4f452398792db370c6dc0b10]

        Bin lotuswordpro_component_getFactory
        
        Not suitably licensed.
        
        Change-Id: I221cccb9d2ff5b6cb5e25161b6d5bfe504acb10e

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [4c35d7b943d171b85194cff7a1101a2ca957d477]

        Add --enable-mpl-subset --disable-lotuswordpro
        
        Change-Id: I648e5c23704125e939eceda9ac29217f1c63cd47

2013-04-24  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [39d22359ad767c9ef34345ff5134b895af43f9d4]

        modifylayer.ui widget
        
        Change-Id: I1bc3cb888c44df590993e1ebd32e5544dd08e805
        Reviewed-on: https://gerrit.libreoffice.org/3515
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [2ae385e8e7cec0b357679e39100eb4c03bf851db]

        Updated core Project: help  1909db99ab7d23a71e24bac25693b3a22d73bfa3

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [e484def6763bf94a70c3fef3c68bbef50eced67f]

        adapt code to insert layer .ui conversion
        
        Change-Id: I75e83c2e2399f12e7d4cd035856e5ee07a75d494

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [d995207e9705e66c6cb781bbb63fa79e362d8b29]

        Generate new format type rdb files
        
        With the main components (theTypeDescriptionManager, codemakers) supporting the
        new unoidl format, it is time to switch the generated type rdb files to that new
        format.
        
        For now, this is done as a two-stage process, though:  Every
        $(WORKDIR)/UnoApiTarget/*.rdb file in the new format is accompanied by an
        *.rdb.oldformat file; both are generated in the same [UNO] gbuild step.  This is
        for several reasons:
        
        * idlc still generates old format output.
        
        * The regcompare step (comparing against a reference rdb to catch
          incompatible changes) is still based on the old format.
        
        (The reg2unoidl tool needs any dependend rdbs as additional inputs, that's why
        the use_api information needs to be tracked as UNOAPI_DEPRDBS for now.  That can
        be removed again when reg2unoidl is no longer used.)
        
        Change-Id: Id625c88f9ecdbaba9e2af7410417e00b4ba36acc

2013-04-24  Jan Holesovsky  <kendy@suse.cz>  [f650b3a50c1490f3773003f5bcdf2fdebe0beb12]

        More places where we can suppress output.
        
        Change-Id: Ib316bf40bb9b9afeb5fbdf9281f2d3b9539e346f

2013-04-24  Jan Holesovsky  <kendy@suse.cz>  [617dddda6258d63d7f2307f38322a411670e6ed8]

        fdo#59259: Suppress the expensive parts when we are only writing to metafile.
        
        When we are launching the printing dialog, we first draw the page using
        drawinglayer to a metafile, and then render the metafile.  Unfortunately, here
        we did the real operation of allocating large bitmaps, and destroying them
        again; all that just to throw all that away at the end of the operation.
        
        The preview sets the mbOutput to false correctly, so we can just skip the
        expensive parts.
        
        Change-Id: Ice77d83100eba339602bbdf374fec8546d4d1e12

2013-04-24  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [5ca26caf2ca723c9857b563568dae8a16c9c5962]

        insertlayer.ui widget
        
        Change-Id: Ida59f58f6a2c4f65d83ad5ed2375bf934bd81d0c
        Reviewed-on: https://gerrit.libreoffice.org/3514
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [cf26e3cec8dd899e60fd52b6f0dadcc8fba91f10]

        actually insert table is already converted
        
        Change-Id: I67e332a3033f142d843e0146aa1ac0b27c8f7db1

2013-04-24  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [7ef4f7fbdcc7c0bdf4e949b4a369d029a3350a85]

        inserttable.ui widget
        
        Change-Id: I9de1975b5eeda09e3f356d20c05a2d8f6ebdcfc1
        Reviewed-on: https://gerrit.libreoffice.org/3513
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [24136332e1b6fef3ca63b1e2137e6377ff766638]

        Updated core Project: help  e6fede848bb18f23984d5748954ed0786aa27b1f

2013-04-24  Caolán McNamara  <caolanm@redhat.com>  [08cc155303542defc377e714d977c58f30df9a17]

        adapt code to use converted share doument widget
        
        Change-Id: Ic553e593890cb3254666e3c27c5d8ca05256687e

2013-04-24  Tor Lillqvist  <tlillqvist@suse.com>  [10bd0604194db9e42fe76adab4ca17a6c7d0ac7c]

        Fix MSVC build: A ? : operator doesn't automagically construct an OUString
        
        Change-Id: I0bf2dcd24a7b59682c90a8910279117f1bf0467f

2013-04-24  David Tardon  <dtardon@redhat.com>  [c93a752ae77f5c03b61c29a2b05dd9580f181400]

        ritually kill odkcommon.zip
        
        Change-Id: I0a814e3f5605340f00d4b48e83ce26792abec067

2013-04-24  David Tardon  <dtardon@redhat.com>  [99fb1839ef1679bc2904ade216f8c5ebb5c6989a]

        only put uno loader classes into one zip
        
        These are put into uno_loader_classes.zip, which is then not used at
        all, and odkcommon.zip, which is used for creation of install sets.
        Seriously?!
        
        Change-Id: I28b5bc73857cf524fb12f7918acd2891ff12d166

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [d7186fe43618eeb9082c34a65ccb303f7bbc770d]

        Copy/paste error
        
        Change-Id: I0c6e0ecc5c9e6289a2afe733d4752351416900a8

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [52b23b98a41aa78afa61c49179d10afee3f37643]

        Print message of uncaught UNO exceptions
        
        Change-Id: I6a716efe28086da983a40c550613e3d8e0bd8283

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [f0c5abd188641672674563fc8fa755833196bda2]

        Blind fix for scp2/source/smoketest/
        
        Change-Id: I3c15ace80e0ce95910a6a256e4a25c4d7859a58c

2013-04-24  David Tardon  <dtardon@redhat.com>  [ad5c0602ec288290bdfc30cee9f56712101be5a4]

        add test for missing module-ix.html
        
        Change-Id: Ibdbe04028ad9648af011da51b562cc6aa5e4849b
        Reviewed-on: https://gerrit.libreoffice.org/3578
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [0ea6217986e69612faf314611bf2e8349d78705c]

        install gen. IDL docs using filelist
        
        Change-Id: I474f6e7a45d09683eb0dd7172114407c9dca84d7
        Reviewed-on: https://gerrit.libreoffice.org/3571
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [97ac684062334a1128dd4167f759668113564d97]

        add another filename that shouln't be matched as error
        
        This procedure must surely win the prize for the lamest error handling
        mechanism ever conceived.
        
        Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f
        Reviewed-on: https://gerrit.libreoffice.org/3595
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [4402fd7452b9547dbd942e7eb06d15f19270e658]

        put theBrowseNodeFactory singleton into extra file
        
        Change-Id: Icf770c8b9e80e98935ffacf7da79a6c8af6593d9
        Reviewed-on: https://gerrit.libreoffice.org/3577
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [6fc496d30815316f994c2f922b0fdd7d52610d24]

        add missing idl files to the list
        
        Change-Id: I4e1cc5ef83b86bdf0da0091a3ffcd912bdc52395
        Reviewed-on: https://gerrit.libreoffice.org/3576
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  Luboš Luňák  <l.lunak@suse.cz>  [44d012aea378bbea7060100ec74e58423e2f6565]

        add comment to the right function (result of mismerge?)
        
        Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4

2013-04-24  Luboš Luňák  <l.lunak@suse.cz>  [b4c245881a37cb156998a46f1910a49579aab8ed]

        remove executable bit
        
        Change-Id: I50ab7a08e680cb5a6354035a058240df15e10bd9

2013-04-24  Michael Meeks  <michael.meeks@suse.com>  [db52fd7123b35d9c3e0ff5868a58195add2a455e]

        Add license filtering to configure.
        
        Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850

2013-04-24  Petr Mladek  <pmladek@suse.cz>  [16385c4d1c24a05a7d364854b0a437006eb1e333]

        fix harfbuzz build
        
        icu-config could print the list of libraries on more lines. We need
        one line for the variable.
        
        Change-Id: I08a0415c2c3baa226e9cd32e0c3da7d384511f87

2013-04-24  Petr Mladek  <pmladek@suse.cz>  [59360fa215cf61b0e5f9a36f017e9525546b6044]

        Revert "Trying to fix the harfbuzz build"
        
        Will use less intrusive solution
        
        This reverts commit 4e6033f22aa23a6dd2d2d518264da4e4426eb8e3.

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [e4c6fe5d41915560a0438c419577c91d8f866051]

        It's gb_UnoApi_get_target that we want here
        
        Fixes cross-compilation: Running (the BUILD platform) saxparser in i18npool
        failed because there was no BUILD udkapi.rdb.
        
        No gb_UnoApi_get_target_for_build exists, and anyway, it would not be
        needed. (Not here at least.)
        
        Change-Id: I7bfe34cf339d8a847b76ab29669acc8d458d54e3

2013-04-24  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [68b754636647690c704ad2913cf1622b2f83ed56]

        Converted Tools -> Share Document widget.
        
        Change-Id: I081a5b58d8e22e3455a78707a6b16ee85533a5d2
        Reviewed-on: https://gerrit.libreoffice.org/3496
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e6033f22aa23a6dd2d2d518264da4e4426eb8e3]

        Trying to fix the harfbuzz build
        
        Change-Id: I7472d6e86cde5459aca4caf21fe7fe4e6ef60ecc

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [4c46c75ecc6764678c68eacb2d84b4f027fc55a4]

        Clean up of dead code, now that UnoApiMerge.mk is gone
        
        Change-Id: Ib65496c3bd26a55a713717776184441a959e5469

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [067ed7401c8b4822debcea3b097a622e739a9b2b]

        canvas: remove obsolete include paths
        
        Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [bab43b23d5bf70279adbd767f982519d2144e953]

        Allow for (relative) pathname args for codemakers again
        
        Change-Id: I503d88b7d6fc44ef70d5071fddcec465e3fba856

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [0ce9a16b0c21db203b44c7542c05d51e7e44de03]

        Dead code
        
        Change-Id: Ia0b14d879e0ab22ff2fdeb09af836df4aed82ffb

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [e2013e86594fe49fa1839ddb85fb3eb09bfe6998]

        svidl: make dependencies: handle removed include files:
        
        Write dummy targets for included files, so the incremental build does
        not break with "No rule to make target" if the included file is removed.
        
        Change-Id: I23c4406c4d1db9a8a4a7f0ecfec1cfc9ad05028a

2013-04-24  Michael Stahl  <mstahl@redhat.com>  [a6ab5fa0e6ae9c8694902977892d7b717766e8af]

        Revert "svidl: write dependencies with cygwin paths"
        
        This reverts commit a042c2a6ab29011800de55fa382740be56c2d928.
        
        A GNU make that understands native Win32 paths is required now anyway,
        so revert this.
        
        Conflicts:
        	idl/source/prj/database.cxx
        
        Change-Id: I6eb77d4b02728269f8dc484444df0cabc8c29b3e

2013-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aee01f809e214090b320b31bdce98dff77208a3b]

        x error bars are also defined in ODF 1.2
        
        I suppose they were deactivated in ODF 1.2 because of the invalid ODF
        files produced by the old code
        
        Change-Id: I42624a3e0f57405b38110bef86a0aa533f491c6c

2013-04-24  Eike Rathke  <erack@redhat.com>  [d81f84a0a40f99316d32b2877ea8b92da3dfc74c]

        adapt to header move
        
        Change-Id: Ie460c5dbf354f68a21d52bd84b7e95b78fca11be

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [826e787733d1d5e82b8fcc20de9e569c6a0ae5fd]

        Split offapi/type_reference/types.rdb in two
        
        ...now that UnoApiMerge_types is gone.
        
        Change-Id: Ie33aeb09692e3b3d851f2278714b037e183b627c

2013-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3bf16a5c4f863798adca8d322d63e9face64686]

        fix a problem with error bar weight
        
        Change-Id: I812bbcdc346bffd2f0c968077a3fe86a241cf231

2013-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a172ed9837d1c52eebd9336e5262f459920e525b]

        extract common chart test parts into own header
        
        Change-Id: Id41b9c3cd241de9bc5fa1da885bc9a206bca093d

2013-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b520d2ee8732d24d882ac965078f54e5ae5d418]

        protect the properties with a mutex
        
        Change-Id: Iaf9752cc3abd7ac1b3b569928368dcb0a4d6a197

2013-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a943663db717aaae9fb09dadd31a4cbf593b7bb]

        we don't need the sc includes in this test
        
        Change-Id: I82608d6ce2e42724d0c5d8be484d3c1c00f33622

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [5a15474709cb7bc047a9a89d6b5bffa79a45acbe]

        Adapt to changes in type rdb file locations and names
        
        The old bin/ure/types.rdb was just a duplicate of bin/udkapi.rdb. There is no
        bin/types.rdb any more either. We have just udkapi.rdb, offapi.rdb and
        oovbaapi.rdb now.
        
        Change-Id: Idd0911f1d4d48f172af159b852918d429f17cc92

2013-04-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e0c8cfd2ac753a5c557f5960889bf35085747b2e]

        allow out-of-srctree builds on windows
        
        config_host (config_$(gb_Side) dir was included from SRCDIR, but when
        runing the build in another directory, it is in BUILDDIR
        WinResTarget.mk was forgotten when the other references were updated in
        ae4e327739112ba326a2945fc0d5550739f3083d and follow-up ones.
        
        Change-Id: I8c5a8edb4a17dd33abdcdb04c3af830cad44e07a
        Reviewed-on: https://gerrit.libreoffice.org/3593
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [bb01340a5ccd07a29cce27c8e6cf0664a34aacfe]

        UnoApiMerge has become unused now
        
        Change-Id: I9e4e153e1a9ac82d4015b73ecf3a9a2429ab346f

2013-04-24  Noel Grandin  <noel@peralex.com>  [0c37eeebb0ecbe68fdf8051f627ef1e4929fc5dd]

        Java cleanup, use generic containers where possible
        
        Change-Id: Icd830004de3e121f5b96393e7d7b447775833419
        Reviewed-on: https://gerrit.libreoffice.org/3569
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [f62324cecd93ff2a6019c54b5cd85c83ff672e04]

        Use the newfangled "include" directory
        
        Change-Id: I3228ad8277d34454affe71b9cbc9ad7f56326ca9

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [ab149c7e3f9bb4be6f3c7d26401b67a0635c13ab]

        Get rid of UnoApiMerge_uretypes, which is just a duplicate of UnoApi_udkapi
        
        What is a little confusing is that the udkapi.rdb ends up as types.rdb in the
        installation set (in the URE's sub-tree).  So all places that reference it
        during the build do so as "udkapi" while all places that reference it in an
        installation set do so as "types."
        
        Change-Id: I35d0695966b3bd703f5494b636b9782efc0d3fcb

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [294ad90704b7b19aa64c26bfa83442a96a31e57b]

        Update location of log-areas.dox
        
        Change-Id: If54a3d7047f13ae9c9345c21737a89afee645403

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [81f077bcf2f1dab1ec72b4707f2e2782100d66eb]

        Don't point to inc directories that don't exist any longer
        
        Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [d12a3e8b760c3b104b0adbf7b7adafd1498a836e]

        Combine fairly pointlessly split source code for SbiRuntime into one file
        
        Insert basic/source/runtime/step[012].cxx into
        basic/source/runtime/runtime.cxx.
        
        Follow-up to https://gerrit.libreoffice.org/#/c/3373/ .
        
        In many cases the sources for some class have been split up into several
        source files, typically suffixed with a number 0, 1, 2 etc. Presumably this
        has been done because some compiler years ago was not capable of compiling all
        the source for that class at one time, or some other no longer relevant
        reason.
        
        It would be nice to get rid of this convention, so that clever compilers have
        a better chance of noticing unused private fields in a class, for
        instance. Just combining the source files in question into one source file and
        removing the old source files from git leads to a discontinuity in version
        control history. But the consensus seems to be that this is not such a big
        deal.
        
        I picked these sources just because they happened to be the first ones I came
        across when looking for files called *0.cxx.
        
        Change-Id: Ia7e8ece9a4374721bbcce6b0e2aba5721436faae

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [e4e9fba5f471141b14cff6d27586d37e28fc38c0]

        Don't point to inc directories that don't exist any longer
        
        Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f

2013-04-24  Miklos Vajna  <vmiklos@suse.cz>  [5b5b1bb382a2a07144a2513cd477a013636c15b4]

        reportdesign: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer needed
        
        Change-Id: I85fedf6f3db0ffa59eaafe94d370b05660468c24

2013-04-24  Tor Lillqvist  <tml@iki.fi>  [6f44df16df03e3775265e370f40ac835ad8170be]

        Avoid (harmless) duplicate entry
        
        Change-Id: Ice43ab89b57f6ddb6b06d2fc5784d438031e864b

2013-04-24  Stephan Bergmann  <sbergman@redhat.com>  [4a0b39f592210b19e4dbf4b8c797969942269d80]

        Get rid of UnoApiMerge_types
        
        (The "statistic" target in offapi/UnoApiMerge_types.mk appears to have been
        dead code already for quite a while.)
        
        Change-Id: I0852ebf1f765ba881abb6ce4db496e949076fc64

2013-04-24  David Tardon  <dtardon@redhat.com>  [80fb8b775c34080b983648a2b596e17ba58850b6]

        make sure the dir exists
        
        I am hitting this problem with libcppunit.so.exports. It happens because
        libcppunit.so is not built by LinkTarget, so nothing has created
        $(WORKDIR)/LinkTarget/Library/ yet.
        
        Change-Id: Ibdde83c746f02110aab113491a2bf37bf2d417eb

2013-04-24  Lior Kaplan  <kaplanlior@gmail.com>  [7e404210fc76b58d81e6f5a7468ac03ca53dd2e7]

        Update reference to lang.h due to global headers move
        
        Followup to commit b9337e22ce1dbf2eba0e8c8db294ae99f4111f91
        
        Change-Id: I28a0a84a2454e2010be6e098dbea0b4c070ce77e

2013-04-24  Lior Kaplan  <kaplanlior@gmail.com>  [d0d55e073039ced034dc4f7714f273e4337bc89a]

        Update reference to lang.h whiche moved to l18nlangtag module
        
        Followup to commit 876c619b944dfbc88464045f1400c549a01a1164
        
        Change-Id: I087f0c976e3c3d47e920280e353b3e142d5e2bfd

2013-04-24  David Tardon  <dtardon@redhat.com>  [3dffe4a13e55dc27a5b5250d6d48cab70e74a1ac]

        install javadoc files using filelist
        
        Change-Id: I434508057dbfab9410d8f7fc3844c45cd4201b11
        Reviewed-on: https://gerrit.libreoffice.org/3588
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [498091c772e60660419345512fa1b49252bffe33]

        clean up install. of C++ docs
        
        Change-Id: I51841a8c92cb73912757fcc0766b11d8f9be4b77
        Reviewed-on: https://gerrit.libreoffice.org/3587
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [753dba331c6305eadb904f6daa356e787090329a]

        fix indentation
        
        Change-Id: I59614470c0560187870b19e18903ed79b7b35d90
        Reviewed-on: https://gerrit.libreoffice.org/3586
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [1b2f3b9c64c7903dfa56953b91db4f5f105e4e7d]

        gbuild: fix generated deps for API headers
        
        This should be reverted after some time, as it solves a one-time
        problem.
        
        Change-Id: Iaa4bc17267a24bd744573e56108b8d207936629c
        Reviewed-on: https://gerrit.libreoffice.org/3506
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [b03a698e21e859d3f0e01ba4383470f645bea147]

        gbuild: do not deliver UNO API headers
        
        There is no reason to copy 1000s of files to $(OUTDIR)/inc when we can
        easily include them from $(WORKDIR).
        
        Change-Id: I133ab6506ba76af132143b982f056e652c09d8f5
        Reviewed-on: https://gerrit.libreoffice.org/3505
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d]

        gbuild: drop empty use_packages calls
        
        Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f
        Reviewed-on: https://gerrit.libreoffice.org/3503
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [c042cd05e9960742ba0d6b69058ac55092171bd3]

        gbuild: drop uses of removed packages
        
        Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac
        Reviewed-on: https://gerrit.libreoffice.org/3502
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [25ea7f0b5e81b0242ec6e6a761f874db16383d22]

        move sal_inc headers to include/
        
        Change-Id: I840c681b7c500640d3983e05e9895f3fa8bb1313
        Reviewed-on: https://gerrit.libreoffice.org/3501
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [9ccd994d445c797a48cb89ce2b7449adc68b1007]

        Revert "add extra inc. dir for URE headers"
        
        Not needed anymore after moving the headers to $(SRCDIR)/include .
        
        This reverts commit ea09e0352a82dabc26c713adc1825d89ff824178.
        
        Conflicts:
        	configure.ac
        
        Change-Id: I96c86152d3eff66ccadc9fd76131c0b57763afae
        Reviewed-on: https://gerrit.libreoffice.org/3500
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  David Tardon  <dtardon@redhat.com>  [6c7659b584ea7ed3652ca4eb9a2297f36310c365]

        move URE headers to include/
        
        Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d
        Reviewed-on: https://gerrit.libreoffice.org/3499
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [24500d6798007d84521eb24a81c121ebe69d3bfd]

        Rename image files to match with command name
        
        Change-Id: I5e7bf2ecb0d194420b694861187bab23d1bbef3c

2013-04-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f167f037351d953e324eb97d6055064efa2d7f59]

        L10ntools: remove some lang vectors from parsing
        
        Change-Id: I3b9ef50d8e0c1e99d5b535d95a5add90a1cbaf03

2013-04-23  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [85486f711e03b8418a6b8fb2eeb2b74b2e90581a]

        Access Query Properties Dialog from toolbar too
        
        Change-Id: Ide4697e6903c9550d31ea22ff0a5881878fddacf

2013-04-23  David Tardon  <dtardon@redhat.com>  [80db6f58ef6bbfff15c5702ad2bf852eceeea818]

        gbuild: drop unneeded package
        
        Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df

2013-04-23  Michael Stahl  <mstahl@redhat.com>  [59dbfa41d31822dd7ffde320bf43463be82fbfcb]

        padmin: let Package deliver to $INSTDIR
        
        Change-Id: I824179f2040df917544c253712eb3afe19ec9fb1

2013-04-23  Michael Stahl  <mstahl@redhat.com>  [954d695827431a5badd1a993d8f364c669ca9c9c]

        fdo#60280: sw: restore anti-aliasing for all OLE objects
        
        The OLE case in SwNoTxtFrm::PaintPicture() was mis-merged to modify the
        anti-aliasing always but reset it only for Charts.
        
        (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
        
        Change-Id: I0d740e621c3fd71f308d980581edb3c16308c06e

2013-04-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b9337e22ce1dbf2eba0e8c8db294ae99f4111f91]

        execute move of global headers
        
        see https://gerrit.libreoffice.org/#/c/3367/
        and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details
        
        Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a

2013-04-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f4e1642a1761d5eab6ccdd89928869c2b2f1528a]

        move global headers script
        
        * ignores (for now) modules:
          - sal
        * these might or might not consider themselves too special for their own
          good and break by the move
        * these modules use Package_<module>_odk_headers.mk instead and stay
          untouched:
          - cppu
          - cppuhelper
          - sal
          - salhelper
        * these modules have an inc/ subdir, but no Package_inc.mk
          - accessibility
          - autodoc
          - bridges
          - idlc
          - pyuno
          - svgio
          - unodevtools
          - xmlsecurity
          this should not hurt the move
        * these folders are in solver/ with generated headers:
          - oovbaapi
          - offapi
          - udkapi
          - officecfg
          - systools
          - external
          - oox
          - svx (sdi)
          - sfx2 (sdi)
          - writerfilter
        * these likely can be cleaned up still after the move:
          - dbaccess
          - npsdk
          - sd
          - helpcompiler
        * should work with xmlscript after commit
          f4ebb99de6e93f6d38e7b0486d66e99a196b1f6e
        * fixes/hotfixes some other insanities that would break on the move
        
        Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a

2013-04-23  Lionel Elie Mamane  <lionel@mamane.lu>  [fbd11a2a940230f43f42defda57dbf852f83c627]

        fixup nanosecond precision
        
        Change-Id: Id62d3b994ece9cdf3b5f085e94f612cf62fc906b

2013-04-23  Lionel Elie Mamane  <lionel@mamane.lu>  [3810c9cc78ae8a4e96c216b725cd400f97934b45]

        fixup nanosecond precision
        
        Change-Id: I9ab4c199632a5f5ad94dc01aa383e26f48bbf631

2013-04-23  Tor Lillqvist  <tml@iki.fi>  [b5fea2f46a1f33af2198e7da0bad027589fce5d2]

        The file names of many UNO components have changed
        
        Change-Id: I18f90b058e40ca15164fd3e8c33bc904b930981d

2013-04-23  Tor Lillqvist  <tml@iki.fi>  [8ada6e3320eaf4635bb695000b7341ed87db67a1]

        libcomphelpgcc3 got renamed to libcomphelper
        
        Change-Id: I8853c5102a7271e95adf7d420bb3ed719f5b96c6

2013-04-23  Eike Rathke  <erack@redhat.com>  [3874bad70ea48deed91b9966b3d35782b5584f7d]

        fixed out of bounds vector access
        
        in ScColumn::FindNextVisibleRowWithContent() if starting from the
        position all including the last present cell of a column are blank
        
        Change-Id: I0270331444f1707b6ad413f6127ae4c2cf0b1984

2013-04-23  Noel Grandin  <noel@peralex.com>  [a5f675c3d3254f03da8fbf42028a9c6b048df635]

        fix, forget SAL_CALL again
        
        Change-Id: Ib13362c1a7aa7fa00e56c8df73f74ba1088999b5

2013-04-23  Tor Lillqvist  <tml@iki.fi>  [a143098e3f5c8e90d7f14d444193b93d05b6cede]

        Just remove this unused file
        
        Change-Id: I68dbaf17d874d180fb9eda4082a26099a5000453

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [88b325aac5750561e76c6f5a4099b846af1a195b]

        libmerged: add harfbuzz external
        
        Change-Id: I7be27b049c4a482be256544c295a7aee89f81f57

2013-04-23  Noel Grandin  <noel@peralex.com>  [fe46fc0f27ad5dac188517ff3f76bb1604aeeac1]

        fdo#46808, remove unnecessary XMultiServiceFactory fields

2013-04-23  Noel Grandin  <noel@peralex.com>  [da0e902ab4b397b90264866c705a2b66412c3d6e]

        fdo#46808, convert svx::DbGridControl to XComponentContext

2013-04-23  Noel Grandin  <noel@peralex.com>  [1165aac95b8e44f41fc16a44bfec4c1c05801ac8]

        fdo#46808, convert form::Forms to new style
        
        Change-Id: I966ed18d45dc8a04c97a703d3c83382714025f2c

2013-04-23  Noel Grandin  <noel@peralex.com>  [9ffb86c7e93c1633866ed89f0749831fd7f31a35]

        fdo#46808, convert drawing::ColorTable to new style
        
        The service already existed, it just needed an IDL file.

2013-04-23  Noel Grandin  <noel@peralex.com>  [1dec1f2f7efc579dedaec0535e3a750945039019]

        fdo#46808, convert framework::AddonsToolBarWrapper to XComponentContext

2013-04-23  Noel Grandin  <noel@peralex.com>  [dbb4d4dd98c623c5c9309961ebb0548898b111e1]

        fdo#46808, convert svx::FindTextFieldControl to XComponentContext

2013-04-23  Noel Grandin  <noel@peralex.com>  [6dd58cd811f888aa2158242f08bed5ce9e8fd340]

        fdo#46808, remove unnecessary XMultiServiceFactory from svx::ControllerFeatures
        
        all of the callers sites are using getProcessServiceFactory(),
        so no need to store it in instance field

2013-04-23  Noel Grandin  <noel@peralex.com>  [30c466d395aaa4d0516adca739dd5907607be027]

        fdo#46808, convert to XComponentContext
        
        Change-Id: I51e98ac96815d6d7348d53a191400e608768d6b7

2013-04-23  Michael Stahl  <mstahl@redhat.com>  [ccb77a732c0d6017062b59ab32c6978d6d8713c5]

        fdo#49076: copy numbering to clipboard only if start of para selected
        
        SwTxtNode::CopyText: If the selection does not include the start of the
        paragraph, copy an empty string to the clipboard, which suppresses
        numbering output in ASCII text format.
        
        Change-Id: Ie467999b4e82e7f5149ffe8bb773aa74ccedcca7

2013-04-23  Miklos Vajna  <vmiklos@suse.cz>  [d92932744fdbaa78cec8dd8b991d5f442f6eef4b]

        fdo#62643 sw: fix autocomplate wrt. adding to a partially finished word
        
        This partially reverts commits 1eee77f2c2b4fa5f693708218c74a8f3909649a6
        and 51f9e894f46e718200a14bcd61e9e44c64bc5396.
        
        Change-Id: Ie6a1202e139a0eb30cac482a2bb528ef70c7797f

2013-04-23  Caolán McNamara  <caolanm@redhat.com>  [fe45c9ef10442d0991abd7a45d0e7f2d7c1338e1]

        restore ImageList::AddImage variant
        
        correctly removed in 804e86170ff2570fd3826b4ac26d1c927e751ac3
        but we will need it again soon
        
        Change-Id: I52700cb4da0285bf08db20af2d7c314a37c4fee2

2013-04-23  Andras Timar  <atimar@suse.com>  [70ecdef0740165ee276f6e4ea97410a53214c09f]

        do not install 64-bit MSVCRT on 32-bit Windows
        
        Change-Id: I73a97ecc3021e00071297ed5fa403cf349f0a9fe

2013-04-23  Eike Rathke  <erack@redhat.com>  [7a78461075ba4dbab803795f2cb1c7b27ca4f612]

        eliminated another unnecessary rString.toString()
        
        Change-Id: Ic2fad1120876160f741056937825ab564e6d5f4e

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [6b436a159be35ecaa81114968512e33952226b3e]

        kill RTLIBS group; and autoinstall the libraries
        
        This commit changes names for comphelper i18nlangtag and ucbhelper.
        
        Change-Id: I93731ef31f894854f9c642d3adee41006552e303

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [2bb103ce8f782b64164078ef4098382e429ef20c]

        autoinstall more ure libraries
        
        Change-Id: I7bbf716fb56726bceb3f84e757ff7ab6c3cc79e7

2013-04-23  Khaled Hosny  <khaledhosny@eglug.org>  [9d4395540a10916d471579618d7bf3b60cd49140]

        Fix glyph width calculation in HarfBuzz
        
        Make sure everything is using 16.16 fixed point values consistently.
        
        Change-Id: Icdcd94775d3860d57bb446a3f237c31e35e0710a
        Reviewed-on: https://gerrit.libreoffice.org/3573
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [26ae620b036432ac3b3eb1322331d2e70b4e9e0e]

        urelibs: do not merge purpenvhelper (unless mergelibs=all)
        
        Change-Id: I147d05b91d46f05461f0548000c891f89486bcc7

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [e8520cb0509c3939d48ee2114c96fef4dc15362b]

        always build also cppu and cppuhelper libraries
        
        Otherwise auxtargets for these libraries are missing for URELIBS=TRUE
        
        Change-Id: Id07b052813609eac0cb68a651f1f976a88168c65

2013-04-23  Matúš Kukan  <matus.kukan@gmail.com>  [a361f263aa2ef2e946dd43951b1676aa157f2f0d]

        urelibs: add more libraries
        
        Change-Id: Ibe1e811c2ee1db93200b63023dc5922cf1ecb6ca

2013-04-23  Noel Grandin  <noel@peralex.com>  [bc8b419b0dc8bffb70accce443f4f46aa48cbd58]

        Java cleanup - use generics to reduce casting
        
        More queryInterface related cleanup.
        
        Change-Id: I97d064c425389e687c6f0fbc3a962080f46dd511
        Reviewed-on: https://gerrit.libreoffice.org/3568
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Noel Grandin  <noel@peralex.com>  [ada02981672ae74bbdf6c4e5606d78c9211b2317]

        Java cleanup - reduce use of global fields
        
        This field does not need to be global, it is returned from the relevant
        methods
        
        Change-Id: Ic53eec4a699d6acc4410e71dde385e6a49ded745
        Reviewed-on: https://gerrit.libreoffice.org/3567
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Noel Grandin  <noel@peralex.com>  [68b9fb0aaeff4aef41dfd6989491b522578ca079]

        Java cleanup - remove unnecessary casts in the ODK code
        
        Change-Id: I1ab8ad5182444fc3eebd2349135a0240ebbe0fd4
        Reviewed-on: https://gerrit.libreoffice.org/3566
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Noel Grandin  <noel@peralex.com>  [4f6adb0585037013241bd59e5c869a261c1f20c1]

        Fix compilation of Spreadsheet odk example
        
        because of change to XDataPilotsResults IDL in
        commit ac569ed4cf5064248b9952f182f6572f20dc9bcb
        "fdo#60300: Work-in-progress change to rework pivot table core"
        
        Change-Id: I730e15226f4dfe3e6baa5d54e987da1016f6b15b
        Reviewed-on: https://gerrit.libreoffice.org/3565
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Miklos Vajna  <vmiklos@suse.cz>  [8ed6f1c2bf1f3ffe7da79a5a8765de7b3ec8523f]

        forms: FORMS_CONSTASCII_STRING is no longer needed
        
        Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2

2013-04-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a943e585a93f39d7b64d0490b66054f32eee068]

        Fix linking with harfbuzz
        
        Change-Id: Ic28c7922b0fab3b5a7ac1c0500a429539a4c29bc

2013-04-23  Khaled Hosny  <khaledhosny@eglug.org>  [b760eff8cb65aba99b4527232140926bb4e11e82]

        Add support for using HarfBuzz instead of ICU LE
        
        HarfBuzz is an up to date, actively maintained OpenType layout engine,
        while the ICU LayoutEngine we use now has been unmaintained for a
        while now, and existing users are encouraged to switch to HarfBuzz.
        
        This is work in progress, text layout mostly works, but the handling
        of combining marks is broken and needs further work, so it is kept
        optional for now, with SAL_USE_HARFBUZZ env variable to enable it at
        runtime.
        
        Change-Id: I07e698f7486379bae68329771695cd94d6e561b5
        Reviewed-on: https://gerrit.libreoffice.org/3518
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Caolán McNamara  <caolanm@redhat.com>  [7c1ab3470333a642947421f4289d9a79d13970fb]

        restore SdrTableObj::getColumnCount
        
        removed correctly by fe630f3b097ca2bf173f21de77ed1535c767d0b9 but
        we will need it again
        
        Change-Id: I07a44e25cfc0de01cfdfef10ae817c413b50b597

2013-04-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cc24106366af9e22ba20caf27aa96cc65dbbbd3e]

        Disable coretex again
        
        Change-Id: I0372ccce744caace0dc43b69c3e26af928d81fa9

2013-04-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20131d6903cb83fcf1744c8c8bb434f087703e5f]

        Revert "Disable coretex again"
        
        This reverts commit 0ef5a4bb954e16e4e5e009c78da9196cbf0706fa.

2013-04-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ef5a4bb954e16e4e5e009c78da9196cbf0706fa]

        Disable coretex again
        
        Change-Id: I58ea44d1ede37aa4012ab99403411f1aefa5eb6a

2013-04-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ef1354dc249fefed2ee2ed28fc56fb664ceeb091]

        Harfbuzz fix
        
        Change-Id: Ia8103d3214885f98a055352f2aecc7d35c85a3c8

2013-04-23  Khaled Hosny  <khaledhosny@eglug.org>  [7e389f4def1964ee38bb93b575926a089e84bae6]

        Add HarfBuzz support to the build system
        
        To be used in the next commit.
        
        Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0
        Reviewed-on: https://gerrit.libreoffice.org/3517
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-23  Stephan Bergmann  <sbergman@redhat.com>  [4f800d308edcad47833f1bed140d0ddcb96c420d]

        Updated core Project: help  2057fbeeeab78144913ded4b662d14db7e64f8ff

2013-04-23  Lionel Elie Mamane  <lionel@mamane.lu>  [6536d0eb4f56e64c9b74b358642e3ee1e39353e5]

        reword comment
        
        Change-Id: I13aaf37421c7652e8e293759e9f563fc76cb1344

2013-04-23  Lionel Elie Mamane  <lionel@mamane.lu>  [5143e162f81ec64db4ed2b11a3a79183c4901c79]

        isEmpty() instead of getLength()==0
        
        Change-Id: I610ecd58f3f7fa7f3ab04db8b17259bbc54c2b74

2013-04-23  Olivier Ploton  <olivier.ploton@univ-tours.fr>  [f0c38b6355333c0bbb02e52a732f04ab0d519ecf]

        Base: fix incorrect field removal in criterion inside query design view

2013-04-23  Michael Stahl  <mstahl@redhat.com>  [84217e299724b8ee80dff63cb561b4bae0f44835]

        fdo#62147: sw: ODF import: apply styles in cells with string-value
        
        Apply the table-cell-style to paragraphs inside the table cell
        for cells with value-type="string" and office:string-value attribute.
        This should complete commit 1b5839f49c07beb6fbde6c7370a5636d22f9ab77.
        
        Change-Id: Ief34de1e7c5087906ea597ce3ca96e020f6eebe6

2013-04-22  Marco Cecchetti  <mrcekets@gmail.com>  [1d80c1cf22c1cb673da91b8aa59d770fc30dffdc]

        Changed the MPL header from v1 to v2

2013-04-22  Eike Rathke  <erack@redhat.com>  [5cd4300f7ffc24d6bc0ed5704f37a04852fd322b]

        fixed a mess of out of bounds string accesses
        
        Change-Id: I800840e1b3c0d97a049b3ceba0ec244365dc8e6b

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [dfcbc1e1af08f555d21ae85550ec16fb001da991]

        Data-aware ListBox: declare the newly supported External Binding Types
        
        Change-Id: I5ab021f99373f24b6be2ca6db00fe8b6e69bc9cb

2013-04-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1e392ea7a0d1504f701f9fed1492e64a78a65339]

        Trying to avoid linking with boost on Windows
        
        Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4

2013-04-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [41d2b58b1ed5c1c4a1ca6ab3e6d7c4f15874d3a3]

        Trying to fix a boost::property_tree::json_parser error on windows
        
        Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [5275ed805a6e42f56c59d1c5876a7994625905a9]

        Revert "Revert "WIP: Experimental new binary type.rdb format""
        
        This reverts commit 67e69a55820f50973ca0de75ccab2bb07d0bada8, applying a band-
        aid fix to cli_ure/source/climaker for now.
        
        Conflicts:
        	stoc/inc/bootstrapservices.hxx
        	stoc/source/tdmanager/lrucache.hxx
        	stoc/source/tdmanager/tdmgr.cxx
        	stoc/source/tdmanager/tdmgr_common.hxx
        	stoc/source/tdmanager/tdmgr_tdenumeration.cxx
        	stoc/source/tdmanager/tdmgr_tdenumeration.hxx
        
        Change-Id: Iae669985d0194f06fa349a4a39f0ebd230bc5d28

2013-04-22  David Ostrovsky  <david@ostrovsky.org>  [f21d1faf6d5a8d9df84b48becbc137175d56ad79]

        clean up PythonTests
        
        Conflicts:
        	sw/PythonTest_sw_python.mk
        
        Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742

2013-04-22  Luboš Luňák  <l.lunak@suse.cz>  [c8da8f48415c058c70698a7b4a6716bd41cfeeb9]

        avoid crash when no table grid is given
        
        The document may contain just <w:tblGrid/> and <w:tblW w:w="0" w:type="auto"/> .
        It appears we do not handle the auto width properly at all, but at least don't crash.
        
        Change-Id: Ibdc9d1ad69c13456acd347a151ec8739bcb98855

2013-04-22  Luboš Luňák  <l.lunak@suse.cz>  [b8dd39697607148fc9180ee8396f0251b467e956]

        base for unusedcode compiler plugin
        
        Needs work to actually do something useful, but the basics are there.
        
        Change-Id: I193922f2f5572760c8c20def0f9b830138f47fef

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [6099811d666ddaf1d9f445891096f97ab53175cc]

        Data-aware ListBox: document changes & improve documentation
        
        Change-Id: If75a2e86654ffef71e37cf55c24af721182215d7

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [567a4fcf02bee6e989ddefcff81ad186b1a02eea]

        Data-aware bindable ListBox new feature: bind *value*
        
        As opposed to index in list or *display* string
        
        Change-Id: I5fa74c80b28db843d45ee68523a4349ba44d229b

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [a2c54dc208278afca127c049f069b48b2a35710e]

        ListBox: take care of validation (use binding value when appropriate)
        
        Change-Id: I7c2ab0e42a82baa39e1b48124cc8cf58bfa126d5

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [1e698bb7f1614f69caa5a30df64a47d18435c89b]

        Use (get|set)ControlValue instead of manipulating the property directly
        
        Change-Id: Ice58cf4f67fae6a26548bae6569ae0c0993a7e84

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [eb387dcf416427d8ad415cde6186796cc6f2ae4e]

        Rephrase documentation a bit
        
        Change-Id: Icb02894c32ced62792d641bf1177bdc2b5ba184b

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [1a19d124871079a80f0c93fe4478da66359de96d]

        janitorial: alignment
        
        Change-Id: I1e061635d496c54a0c948805dac968f0fb0c67f8

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [a16bb08013f0ce81def57131526fbb075dd63565]

        Data-aware ListBox: add SelectedValue and SelectedValues properties
        
        Change-Id: Id081e4f6bb765056f17babcfec52a1aedcd7b5d5

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [13a159896e3db1edd3f2d258bce1f9732ed8499e]

        janitorial: typo in comment
        
        Change-Id: I5434b05a7980919773d017b5b450f5d3c2325551

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [f7be9c71d46310b22194461b3dae217df0e41f1e]

        janitorial: typo in variable name
        
        Change-Id: I0bc68e7a1f589e11f16bc539f49a323e64bd834f

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [0ed5028e8e5b782d63b2d00602e7ef52f0e4d016]

        Note on design philosophy of data-aware ListBox
        
        Change-Id: I773c6b0704a31ab501cc51c6c7cd5e4be390a166

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [bfc0bf6a164f25c6e2af86fb0298ecb0f88c9df9]

        Data-aware ListBox: BoundValue==-1 to store index in list
        
        Change-Id: I248cd5ec62574f47a27f8b37e1e90333b8748af2

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [d645a6a17cd03d0f875e1246652664860d91c0c5]

        Data-aware ListBox: can have a BoundColumn even without bound database column
        
        It defines what goes into the ValueList property, what getCurrentValue() returns, and what an external value binding gets.
        
        Change-Id: I9242d3a6040ec98c22b1d4350942dfa0e7aa6c5b

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [52bc6737cde524f04c9e0af7b7bc98c2030f2ff0]

        Data-aware ListBox: getCurrentValue should return *binding* values
        
        As opposed to display values
        
        Change-Id: I8afb52d69786702776f4e8d24390ba8ede417e92

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [3e1a0c9b2f83a44f5e7ff154d6e09d4f7b26a5e5]

        Data-aware ListBox: populate ValueList even without bound field
        
        Change-Id: I8742285778962b5be10f3aa300236efd525bdeb9

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [0202f9b7c4ddabd0d0567ad77a15617904996fec]

        assert non-nullness of interface before use
        
        Change-Id: I467830dce80e97db1b20c6d589fb4ca407cfa26c

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [d198e7a1eb41e95bf199766205cfac9ce597e0ec]

        janitorial: typo in comment
        
        Change-Id: Icc10f98e4153278d3e5bde33d0454675121306a7

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [64ef3bf0d961e775bf05cef8b16dac8974a7108a]

        janitorial: typo in comment
        
        Change-Id: Icba805697caa6675339535b382fc4f24f86a94fb

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [24bdda09fb2312239be0a791fa71c28022a33d51]

        factorise common code
        
        Change-Id: I53ee3b7c99205046b25f437480d26e484ac2c340

2013-04-22  Lionel Elie Mamane  <lionel@mamane.lu>  [a16a4006e40bdb2cb4671846295fe2bf5a856e68]

        Updated core Project: help  e54918ea208076c28dd2b2879f2aee3f280f81b3

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [46283082a3a520d3b39a7b733c8a0858896da26c]

        restore DialControl Modify handlers
        
        removed by a352018c76028b332ccc50be6ee12c16f75aac25 but we will
        need them again soon
        
        Change-Id: Ibeaa4aeeec3dc073592ecf7e8c53b8bb03e791b4

2013-04-22  Noel Grandin  <noel@peralex.com>  [37eee65fbf1ee7ef5c86731594e33b056b6612d2]

        Java cleanup - static fields that should not be static
        
        Somebody appears to have been confused about the purpose of static
        in Java.
        These are instance fields and should therefore not be static.
        
        Also reduce the visibility of some methods and fields.
        
        Change-Id: I0b5875b6cbd91ee89823e2058b87c1087dc5c92e
        Reviewed-on: https://gerrit.libreoffice.org/3555
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Jan Holesovsky  <kendy@suse.cz>  [30426feff508439f79b2737cba94637d66ee7691]

        n#382137: Band-aid to avoid crash when saving the .odt to .docx.
        
        Change-Id: I6994da8a79cd7d6ca559ca41823a912381bdd61e

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [aa1aedb2a0ef97cb6110f18a1de86abc8dbcd304]

        rhbz#954991 Avoid static data (causing trouble at exit)
        
        Change-Id: Ifc8275276811ba24b62f93096e7cb98a5dbf658c

2013-04-22  Luboš Luňák  <l.lunak@suse.cz>  [5329713ca1c31965da57db93431c5d7da74c4c92]

        remove executable bit
        
        Change-Id: I4582e96d97f40b1f592882de4e84036b017d8679

2013-04-22  Noel Grandin  <noel@peralex.com>  [93ca7f0b74d4b1423f7a6e5ac4e751bfd2008553]

        fix shell script execute permissions
        
        looks like it was inadvertantly removed by commit
        62badf38283ef31e50d40e62f5d8bc3824c615d7
        "Move to MPLv2 license headers, with ESC decision and author's permission"
        
        Change-Id: Iac1d010cf6f4b03e0e7e14e26552f7be31aafb79

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [d50fbfabb61dd9854771a846a39d84d0e4f83ab6]

        restore a FontSizeBox::GetValue variant
        
        correctly removed by 994a737a317165db736f2a2f6a25b3439207da5d but
        we will need it again soon
        
        Change-Id: Ifedf8da2a33e834a5cba6da11c63c784572bd58d

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [2174bb1af65d61904d3f45f2121416e7fb33b612]

        Restore SfxControllerItem::GetCoreMetric
        
        was correctly removed by 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c but we will
        need it again soon
        
        Change-Id: I7b2af6a17fc1c34d9313428e759e93fdde9ba0d7

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [81f336879b79d20ea82e7677c8332659c1fb454f]

        get curl building on aix
        
        Change-Id: I4f8f2830a4c13637f6ee6aa06c554b88b95fcf45

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [aa64fd12d62f78ab007b3a7b30f637b6b5fef9ff]

        xmloff::token::GetXMLToken: only execute the check once
        
        Tor says this check eats many CPU cycles, and the checked array is
        static, so checking it just once is sufficient.
        
        Change-Id: Ic8f85ebe940e4cf2c258cc778a8fd14512bdef94

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [784554dece1afd1008a765144a9d45bea7ee1760]

        xmloff::token::GetXMLToken: deploy assert in consistency check
        
        There will be serious problems if that is inconsistent.
        
        Change-Id: I41b8de66132224fb5cd2a6dcb7ff3128eb704016

2013-04-22  Thomas Arnhold  <thomas@arnhold.org>  [5639cb44547b01443b772d02cb131342ec49ae20]

        editeng: move two double used SIDs
        
        Those are using the same IDs:
        
        SID_OBJECT_MIRROR (SID_SVX_START+1093)
        SID_DELETE_POSTIT (SID_SVX_START+1094)
        
        Also move SID_ATTR_PARA_OUTLINE_LEVEL to make it not too complicated.
        
        The range from 1121 to 1124 is free. Before those sadly non.
        
        Change-Id: If62fdc1eb8bb89f2e7f7c3682c8a83450ca03eb4

2013-04-22  Thomas Arnhold  <thomas@arnhold.org>  [6ff2df12eb28447ac91f833bfbd7f74468b09c5a]

        this slot name is unused and SID_SD_AUTOPILOT is already using it
        
        Change-Id: I9aaf8fb16b8c62dae1123d578acb6780b59ef46e

2013-04-22  Thomas Arnhold  <thomas@arnhold.org>  [9d6a0fe7f0ae636079782a48a9b33b5e50ca2c1d]

        SID_ATTR_TEXT_FITTOSIZE is already using this slot
        
        Change-Id: I26a0f821d026c8e0701fa3860357168837ea5a28

2013-04-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4757ffcc5cea1d627f57e551b7af0b39c8e40b47]

        Uploading LGM2013 version of libcdr
        
        Change-Id: Icdf57cb8a40256b4a474ededd3ba030bd79497f4

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [426ed149c998d3482ce339f7655c42b2928abc84]

        add test case for error bar range import
        
        Change-Id: I6719731d1b142bc49cdd5b93e8bc22520d5db540

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [2ffc416d2e5a2b4145008c372913604fa1990e29]

        Avoid warnings from compilerplugins/clang/sallogareas.cxx
        
        Change-Id: Icce3ffd29398a3488e7704562a4e9064f106b393

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5cca8e48f4af440c4814cbaf672d5b4af167bc8]

        fix mismerge in PropertyMap.hxx
        
        Change-Id: Ic8a0b81a9a44d8494ef1634e23b25fcb9423e7ff

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0adb6c7e1a1bc5b0e9f2df99961bf56cc6ae126d]

        and now our test file can be also a valid ODF1.2 file
        
        Change-Id: I5565829385c553b4b83c97f4a6f61b6764f88604

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [171f11bfc9acf1ef4bcb43848c9ed4176c131a6b]

        actually this test should be fine as slowcheck test
        
        Change-Id: Ie6f65f1ea2bfc61c9575b88957e6062c2c51566e

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [925e27014e31c83d26df90347301bb84c6c29cb8]

        turn this nasty SAL_WARN into a SAL_INFO
        
        Change-Id: I740c1ac683500a406539239f9e5bfe093be58e9b

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97c6d4b050279699d88b6ef3df70b69b00eec945]

        fix type mismatch
        
        Change-Id: I5f8ae075c01cd78c38e6ab17a3f2c0b999c65012

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13861b853fd707c9f288197302fb76db32c8dc66]

        get the handling of error bar ranges correct in xmloff
        
        We finally produce valid files again for error bars export. Additionally
        we don't export unnecessary attributes anymore.
        
        Change-Id: Idc4b4259c47a945e3679dac1a9810cd9f1f05bac

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4475e4f3d94f312798dd90f8a8b861f981e0fd22]

        more work on getting the error bar export produce valid docs
        
        Change-Id: I19189e6be83dde58b4b3b7b55f40b701818eceed

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6bf4933e18bc4ef1173c821cb2f9dbce0b452f0]

        bring some sense into the error bar mappings for styles export
        
        There were several properties that were duplicated for the X error bars
        but where effectively not used by the code as these properties did not
        work.
        
        We now specify only one used entry from the chart2 API and remove the
        entries from the old chart API. As soon as the old chart API is unused
        in the import/export filter we can deprecate it.
        
        Change-Id: Ib0487b41ea044136714037c27418ce049a5b92b7

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63f7b9d1a3b67781512b830ab9f4ca3cb361940c]

        little formatting clean-up
        
        Change-Id: I3f30e2b69933f740a9938ac1ed93e7f7727b78bc

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a4bdc142ab7a41b69512d54302851e7fbb3100b]

        fix the remaining issues with the changed handling of ErrorBar props
        
        Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cabb933bc2d76dc184e2cdc4c039f7055b73d8d2]

        make the properties in the error bar case explicit
        
        Change-Id: I967de121418832e3a12b1b1641fb4203c3df05e2

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [a504e7f289297f0acc21075080495996e677e020]

        unordf: put in a version check for librdf_stream_get_context2
        
        Strangely Apple llvm-g++ 4.2.1 ignores the warning-disabling macro here
        and gives a deprecation warning, so use a version check instead.
        
        Change-Id: Ibc09930a907baea8665828529332d40de156b70e

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [15f4c47f5bd9537979f970ad56b4a75f1a3fc9a3]

        restore FontNameBox from ResId ctor
        
        removed by ecda52f6b3919950870f3ddb195d34d3baf71168
        but we'll need it again soon
        
        Change-Id: I3a038c162beba7147ac7abc8bb4085b41140bf5c

2013-04-22  Tor Lillqvist  <tml@iki.fi>  [5bc1eac4a9f7147b26496e8e46b959bbe72def3f]

        Ugly fix for '%ld' vs. 'std::basic_string<char>::size_type' mismatch
        
        Just cast the size() return value to long int, which of course can cause
        breakage when the size_type (is that always the same as size_t?) is larger
        than long int. For 64-bit Windows code size_t is 64 bits but long is 32
        bits. I couldn't think of any simple totally correct solution that would work
        also on compilers without <stdint.h> and <inttypes.h> (MSVC2008), or without
        the z format specifier (all MSVC versions?).
        
        (Our SAL_PRI_SIZET is not available to a 3rd-party library like
        libcmis. Should libcmis grow corresponding configury to find out that?)
        
        Why does a C++ library like libcmis use C-style printf formats anyway? ;)
        
        Change-Id: I093655577bc1a50c137c79b648058f0823cc66c1

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [b6bcbb675afedba0c47654dd78dc446dac0630d1]

        replace python-core zip built in pyuno with direct use of Package
        
        - python3: deliver files to INSTDIR, with same layout as instset
          and do not deliver .lib files
        - pyuno: remove obsolete python.bin targets
        - pyuno: remove usage of CustomTarget_zip for WNT and non-Mac UNX
          platforms (sadly it is apparently still needed for "system" python on
          MinGW)
        - scp2: use the python3 filelist
          There is still a problem here because the installer does not currently
          allow to preserve the executable bit on files in a filelist
        - RepositoryExternal: run python executable from INSTDIR
          and link against libraries in UnpackedTarball dir
        
        Change-Id: I931ca0a8be6ff40051b1ca50da1f0770e6057832
        Reviewed-on: https://gerrit.libreoffice.org/3525
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-04-22  Miklos Vajna  <vmiklos@suse.cz>  [60a466c0363eaa9b2692323f4d2ac98683366c3b]

        remove no longer needed MAP_CHAR_LEN macro
        
        Change-Id: I591d37c6f43abaaaba124d511fa5767be280481e

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [76a2e7faf00bff6294844e0b43d9fa17f4a78cee]

        adjust_exif_parameters defined but not used [-Werror=unused-function]
        
        Change-Id: I2bb49bd85844d35301372b4f9d06f11db27fe9ea

2013-04-22  Michael Stahl  <mstahl@redhat.com>  [0e35a8c14a6e757e53c6aed4e7e2b5d4dd30d768]

        gbuild: LinkTarget: try to fix gb_LinkTarget_add_auxtarget for make 3.81
        
        Apparently make 3.81 has trouble with the wildcard in there, it never
        seems to find the file... implement the test in shell instead, since we
        invoke a command on both branches it shouldn't be slower.
        
        Change-Id: I93cc2cf09ae8af1d9379fde314a44ef92a28b434

2013-04-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [105bb26e53049a317a43c13ebd9f706df760f27f]

        Uploading new fresh wonderful libvisio-0.0.26
        
        Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062

2013-04-22  Jan Holesovsky  <kendy@suse.cz>  [6d7dc74b382664ff8bc4c8790ec9febcb34716f4]

        n#382137: Do run out of bounds (& consequently crash) when we have 0 spans.
        
        Maybe just works around the root issue (I did not debug deeper if this is
        correct to have 0 here), but improves the code overall, so why not to do this.
        
        Change-Id: I7c2b7f7e410faea5c1d6f3c15f1bc0f155dfb1f4

2013-04-22  David Tardon  <dtardon@redhat.com>  [211dae4f0e9b8590953f17cab509e175d40aba5d]

        add a check to catch typos in Package names
        
        Change-Id: Icae1d4f9f96d8e79e4992f546aad0630f5ae9236
        Reviewed-on: https://gerrit.libreoffice.org/3542
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [fe82b2237baa7f64fc53e8c864535a28264baa6e]

        some more warnings in parts of boost we will use soon
        
        Change-Id: Ie7a16402ab577ccae7688284712ed2657b509f76

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [1cb1db442e46616b1de121141cd94c114d4fce52]

        restore SvxNumRule::SetLevel variant
        
        correctly removed as unused by 1dc612970f57aa5599c6d1b7afb10a3f5f4403d2 but we
        will need it again
        
        Change-Id: I2d5c391506a84abe435547232398aa43a3468fe6

2013-04-22  Caolán McNamara  <caolanm@redhat.com>  [53e6c475939df22c849d410efc2aa9bfd28ad819]

        aix stuffs stuff into /opt/freeware/share in defacto default
        
        Change-Id: I2cd8e3498f81b96041c81cdc48ca6277ccbb210d

2013-04-22  Tor Lillqvist  <tml@iki.fi>  [0b3a76048a57f8a3e8c033d6f41dae5f83165c9b]

        Bin bogus include setting
        
        Change-Id: Idf61c1d466bf7f40fe17ae5f4f33b74cc709772a

2013-04-22  Michael Meeks  <michael.meeks@suse.com>  [3bcd2d3787c5c6598656b34c00f04612bc99d8d2]

        remove sg25 gallery packaging rules.

2013-04-22  Noel Power  <noel.power@suse.com>  [ad57664323e3ddf04ae99dba14ddaa22da2aacba]

        fdo#63659 <sigh> fix brain lapse, missing break
        
        Change-Id: I02ab972cfad577423585d25587b925b5b1153506

2013-04-22  Armin Le Grand  <alg@apache.org>  [36557ab053c5bb28bf5203cabcb4d6cb2ae893b0]

        fdo#63749: #118845# corrected missing ressource for gallery theme htmlexpo
        
        (cherry picked from commit fee688fd96329f628f83623ea91c32e10eeb134b)
        
        Conflicts:
        	svx/inc/svx/gallery.hxx
        
        Change-Id: I263bc8bcd4232d8e9b4a971fd611b451840618a3
        Reviewed-on: https://gerrit.libreoffice.org/3507
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [b9cc769926fa2558b8e76181b0cc850347410a09]

        Adapt smoketest to new TestExtension.oxt description.xml
        
        Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07a7f97b21a02284456e575fe4404f0d216a6723]

        replace one more auto_ptr
        
        Change-Id: I903be81ba3e23c43a481ba775d762c06557942db

2013-04-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0216d0e1ff84ae8ebab3d40bf69bae605264e82b]

        copy conditional formats correctly, fdo#63607
        
        Change-Id: I80307944c5a9a873f972e6c349ec4fe48ae848e9

2013-04-22  Tor Lillqvist  <tml@iki.fi>  [6d18625207aa6c9a1861a0bc1e266f0c931fdd79]

        chmod +x
        
        Change-Id: I2358b2241bf260afb85005c247cb8be82104e2e5

2013-04-22  Michael Meeks  <michael.meeks@suse.com>  [62badf38283ef31e50d40e62f5d8bc3824c615d7]

        Move to MPLv2 license headers, with ESC decision and author's permission.

2013-04-22  Michael Meeks  <michael.meeks@suse.com>  [479593b187dbdc48168f4353880243a880c0b5b6]

        re-base on ALv2 code.

2013-04-22  Tor Lillqvist  <tml@iki.fi>  [c16de2eb12cc8d2885d55f7d240a17fa0444a3ca]

        Factor out identical code for vertical and horizontal scrollbar
        
        Change-Id: Ifc4925feccea9c35654356120b157f27d7cbfd3b

2013-04-22  Radu Ioan  <ioan.radu.g@gmail.com>  [671b73789b2b09384e278efa0b989560b6606e4f]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
         - replaced osl_trace with sal_info
         - replaced dbg_* with sal_*
        
        Change-Id: I4db4a2db0f4f2e9913826f428ba129099b1ac8a8
        Reviewed-on: https://gerrit.libreoffice.org/3526
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ff4464659ec54732c45729ace964d60e77d19eb2]

        Revert "fdo#62096: Replaced some compareTo with =="
        
        This reverts commit dd47994722eaead16099145e593fbf878072d52b.

2013-04-22  anuragkanungo  <anuragkanungo@gmail.com>  [97f6625d9a49f62f09b0f9ddab8fa4935de45ae5]

        Replace chained O(U)StringBuffer::append() with operator+
        
        	modified:   basctl/source/basicide/basides2.cxx
        
        Change-Id: I681188553058ac8712365bc2de39b0453fd19ed9
        Reviewed-on: https://gerrit.libreoffice.org/3546
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Sameer Deshmukh  <sameer.deshmukh93@gmail.com>  [dd47994722eaead16099145e593fbf878072d52b]

        fdo#62096: Replaced some compareTo with ==
        
        Change-Id: I1151dafcef91abdb2ce08abe3547a49fe3f4a67c
        Reviewed-on: https://gerrit.libreoffice.org/3509
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Sameer Deshmukh  <sameer.deshmukh93@gmail.com>  [ca54015d7ea10f5648bccb2adfb7a321747e70f9]

        fdo#62096 Corrected stupid error in previous patch
        
        Change-Id: Ieb3ed1201918aaaac5b4ba64e6f767353497e697
        Reviewed-on: https://gerrit.libreoffice.org/3545
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Sameer Deshmukh  <sameer.deshmukh93@gmail.com>  [560e4fd02f8a4a3e26b3810b12d02a2d2e78593f]

        fdo#62096 - Changed a few compareTo's to '=='
        
        Change-Id: I0a0ba87ec517e5dd776ab45b232dd7f227451466
        Reviewed-on: https://gerrit.libreoffice.org/3523
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [e7bfe847114d7fd95e6820db01ca9ee876468fbe]

        Do not store return value for later, just exit
        
        Change-Id: If71398ee5a29652303ae492d23e3910526307d3c
        Reviewed-on: https://gerrit.libreoffice.org/3541
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [43513fec9c74d70da83a71c9a06e191db3f02d40]

        Prefer standard prefix for data members
        
        Change-Id: Ic0d0cdc88ee17bdeeb53855162085c30b25f9004
        Reviewed-on: https://gerrit.libreoffice.org/3540
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [6e2bc6403be0f9cf4cf324f870623c87f45cfa93]

        -Werror=unused-parameter
        
        Change-Id: I01995091350ed4a4edefa13ca6946d23062112a1

2013-04-22  Stephan Bergmann  <sbergman@redhat.com>  [2a65f0e1857fccd4427eed733a49d8a4c2f67856]

        Make jdiv_round_up available (-Werror=implicit-function-declaration)
        
        ...apparently caused by 845456565db945ffd2a1551ab86446fcd1717021 "DO NOT use
        internal headers of jpeg."  The warning there "I am not sure if it is all right
        to include parts of jpeg directly into our code" still holds, of course.
        
        Change-Id: I4754dbcd9b2c3eafc64d32c3b83faa53cf913abd

2013-04-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [684aff90b0657cc46f1f453b8de4b3bdcb2f543e]

        Slightly simplify loop
        
        Change-Id: If44e86ceecd4a407d3b4e294a03a84ad010f95e1
        Reviewed-on: https://gerrit.libreoffice.org/3539
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [d1f99bdf2abf591994b6efb2e73dcd31fdee8384]

        bDocumentDone is always false
        
        Change-Id: Ifde4d9235d3eacf0317b19885f5ea57e1c695cb3
        Reviewed-on: https://gerrit.libreoffice.org/3538
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  Matteo Casalin  <matteo.casalin@yahoo.com>  [e0067f8451402f84093836e000acd09fe3ab820d]

        sal_Bool to bool
        
        Change-Id: I5831dfb7270ce3983a454c6c40558a74931d5200
        Reviewed-on: https://gerrit.libreoffice.org/3537
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [43c422ebb7a7c1431d179ed1b9572fabf9845aa8]

        silence odk check
        
        Change-Id: I1b2e224cb3b709e3c693f18918dcef5e0304894e
        Reviewed-on: https://gerrit.libreoffice.org/3536
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [085c5c6beade545e4e93cf8463b6848cf2d19060]

        make odk inst. check a check target
        
        Change-Id: I1bd8ee091a3c74ad05af69a4b7d5a2db21731b76
        Reviewed-on: https://gerrit.libreoffice.org/3535
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [60b2b24d8e5c2a63cdac0f0c6141c8bbd95f1960]

        replace CustomTarget_odk/odkcommon/settings by Package
        
        Change-Id: Iee97a510be822836b2115f50d0b1c9e7e14b5e1a
        Reviewed-on: https://gerrit.libreoffice.org/3534
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [4f4344b51599d7fd7febeefa4fa46c38c36af57b]

        chip more files off the odkcommon.zip block
        
        Change-Id: I3d5d841d094f397130e37799a2f26e4d85f7c136
        Reviewed-on: https://gerrit.libreoffice.org/3533
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [0d752247d882fd120a3f8d984c73c78e9d565e79]

        replace CustomTarget_odk/odkcommon/lib by Package
        
        Change-Id: I929384077255b2fd944abf2da573c66572dec62b
        Reviewed-on: https://gerrit.libreoffice.org/3532
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [1ea1818dd15bcfc1605764b237e6f71e8fcb5635]

        use Package for unowinreg
        
        Change-Id: I7546e8938ba41e1462e704bd0405c5a887151d7b
        Reviewed-on: https://gerrit.libreoffice.org/3531
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [5c7f6ca7e15bbac390730eeb30a864763756447c]

        replace CustomTarget_odk/odkcommon/cli by Package
        
        Change-Id: I1d747fec9b1bf2aeef2a1886981f7f07a338ea12
        Reviewed-on: https://gerrit.libreoffice.org/3530
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [2996c3d41fd847232ffd18da6b00bbf6e72f1c07]

        replace CustomTarget_odk/odkcommon/bin by Package
        
        Change-Id: Ia57ed471294595f1a8ee0aa0af05f3b82d439393
        Reviewed-on: https://gerrit.libreoffice.org/3529
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [df09d47db035e08b3f86bb44a88b12fce6757325]

        fix typo
        
        Change-Id: I58f0cd2248310fd7c5f1c82a6d10acc5a2446169
        Reviewed-on: https://gerrit.libreoffice.org/3528
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [e640cd59ea191e82102865ff9729adc070fea293]

        allow odk/util/check.pl to use two base dirs
        
        This is in preparation for my plan to move stuff out of odkcommon.zip
        and install it using filelists. The moved files will be in
        $(INSTDIR)/sdk, not in the Zip's workdir, so we must look for them in
        both places.
        
        Change-Id: I7dd224c9067f2dbb522b87b7057ddc02a5fa0cad
        Reviewed-on: https://gerrit.libreoffice.org/3527
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-22  David Tardon  <dtardon@redhat.com>  [65d3bc8d40f0e10557523117464fa7c2a103636b]

        fix stupid typo
        
        Change-Id: I901a25894e4229dfae9393960b2f55aac604ab45

2013-04-22  David Tardon  <dtardon@redhat.com>  [845456565db945ffd2a1551ab86446fcd1717021]

        DO NOT use internal headers of jpeg
        
        They ARE NOT available when using system jpeg.
        
        Apart of that, I am not sure if it is all right to include parts of jpeg
        directly into our code.
        
        Change-Id: Ic19a22e73094d452ffd072b819020e4a46256406

2013-04-22  David Tardon  <dtardon@redhat.com>  [f9c45046f39029a69f6ab90a972459d8c12f065e]

        create the jnilib in the right dir
        
        macosx-create-bundle creates the .jnilib symlink in the same dir the
        library is in. But we do not want to create stuff directly in $(OUTDIR).
        
        Change-Id: I7fa3380a164c6157ce1c710b9e8a815375ff3a72

2013-04-22  David Tardon  <dtardon@redhat.com>  [02aee3b818e5e22a038043def91dea74ee4d00c6]

        update makefiles
        
        Change-Id: Id0d02f11a81f32a1ec446f7a44ec995e1788e7dd

2013-04-22  David Tardon  <dtardon@redhat.com>  [6e205903f044186392a9aca24203148167552159]

        add missing package name
        
        This means the file has not been delivered since gbuildification of
        jurt (that is, since 3.6). Is is needed at all?
        
        Change-Id: Iccc0b83e87609fbd3e11bca2fdb8b56de818c1fe

2013-04-22  David Tardon  <dtardon@redhat.com>  [fdd24a57655c3d15addeeca12e844cc1cd4e1765]

        msvc80 dlls are only needed for mozab driver
        
        Change-Id: I6225926807122ed6b6a3fda4fb4067da9eb240b4

2013-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [550546a2fc651913a5624f4bcc4bec6e6d382c26]

        sal_Bool to bool
        
        Change-Id: Ibaa2a843e16c22b6e2fb7e53da335b9b35b70a96

2013-04-21  Michael Stahl  <mstahl@redhat.com>  [d5e5de641cef7664a605f474bf7c18a70008806b]

        gbuild: work around problems with aux-targets and DLL renames (MSVC)
        
        When renaming a DLL but not the import lib it can happen that
        the "touch" rule creates the DLL file which is not helpful.
        Since there is no easy way to fix this properly, and DLLs are not
        renamed often, put in a lame hack to detect the situtation and delete
        the import lib, which will get it re-linked on the next make invocation.
        
        Change-Id: I3909cf7d377433d263e517719cca07005bade512

2013-04-21  Michael Stahl  <mstahl@redhat.com>  [1ae59b52e302491ffcd97bde25a6dd68bf109123]

        gbuild: fix spurious delivering of import libs (MSVC)
        
        The DLL aux-target is always newer than the work-dir import lib,
        which causes spurious re-delivery of the solver import lib.
        Touch the DLL file to the same timestamp as the import lib
        to prevent this.
        
        Change-Id: I8394201c7a672a50db3af51b9442f8992cdef1d1

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [8ecf0d45d8301b95385eda64671df828c3003c62]

        Add jpegint.h to jpeg module. Fix warning in Exif.
        
        Change-Id: I098ad140d013f1bda057416b2e0622bc038d2a30

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [2fa3cde17c90eb0eb7e9fda93909b02a2aebf1c9]

        WaE: unused variable in Exif
        
        Change-Id: I921ba50f1d251489bfb56703247890f9ff23200f

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [4cbe623af84f4a6761bf996fec82f2ea791a0769]

        Fix enum Tag and Orientation usage.
        
        Change-Id: I50014b227b07a4b7bff7b2569ec55409f371b38e

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [98ffb94d807625f87bfd27f84958ef10d3a105dc]

        Extract QueryBox rotation string and InsertGraphic cleanup.
        
        Change-Id: I46bb4b2436407cc2cb084f502ff8fb5ff7754400

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [922d87535b3413764928b70db159600c4ff2a8c2]

        Extract IFD processing in Exif.
        
        Change-Id: Ia00803c748cd40b7e2e6142a2802ea6e4e13f8fd

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [c0bb58329e16c9346039a12882b9c3be412e9f0b]

        At native rotation of JPEG image detect and reset image orientation.
        
        Change-Id: I81bc0f4a7cb192f8f9806a9b5bb0d2a6ab1b00df

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [4f3bc8cf69bedb831d81d716274427191319fef0]

        More correct reading of Exif metadata.
        
        Change-Id: Id9e7754cfcbd1d7e8b512eb1c1a3384df2db149f

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [df155415d8f46d884ba18e370e8028d020ba6f3b]

        Menu "Manage Graphic" and Rotate 90 degree menu items added to Writer.
        
        Change-Id: Ic5ced4a743c6d5465462a7d88e63150741d1f920

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [06c25631e316fb3eebf88c2e8396ddb5b9aa9b21]

        Remove rotation for SVG for now.
        
        Change-Id: I6f9b9cc510778ea561ebbb9ac215db615ea34a8e

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [8ae05bf7a04c961d82c6436f9d299ff22e2cc05a]

        canBeRotated added to ask if native rotation can be performed.
        
        The canBeRotated method was added to determine if a native rotation
        can be performed for a graphics or not.
        
        Change-Id: I026cf6fe4baa4d964d0a2c2b6e36c3b15aa91549

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [29545247e4bab9f0e0acd7043bfc52880409a310]

        Use GraphicFilter directly in GraphicNativeTransform.
        
        Change-Id: Ib7c028ae32783f112507fb848398b389ed7a484f

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [75f60bff0811b521b39c3d5cddc35e06556ab25e]

        Add rotation for PNG and GIF to GraphicNativeRotation.
        
        Rotation for PNG and GIF format perform by exporting and importing
        of the Graphic. This is a "fallback" way to perform graphic rotation
        and the easiest to do for lossless raster formats.
        
        Change-Id: I31efad9106b5cfbd1d7c6c5063726c455d05f934

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [6c7e476ae6b6ff56b81ff19ef7dd0e8a9083a257]

        Regster rotate left, right menu items.
        
        Change-Id: I64340da256a9ee66b13870854ccdccacaaf4f0d2

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [56b61a3a92e91d5814076ea66bd16fca98ecbd9b]

        Detect image rotation when inserting images and perform lossless rotation.
        
        If Exif in an Jpeg image indicates that the image is rotated, ask
        the user if rotate the image to standard orientation. If yes, perform
        lossless rotation of the image.
        
        Change-Id: I164da2b06b7fd114f4d2a5a352719c47497daeae

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [b5a9cc71d246c26da8aca4203da84c10c104c222]

        Exif reading/writing and Jpeg lossless transformations support.
        
        Support for reading/writing of Exif image metadata. Currently only
        orientation is implemented, but support for other tags can be added.
        
        Jpeg lossless transformations - currently only lossless rotation is
        supported, but others can be added when needed.
        
        Additionally GraphicNativeTransform and GraphicNativeMetadata has
        been added. The responsibillity of GraphicNativeTransform is to
        provide graphic transformations (like rotation) on native data and
        the purpose is to be as lossless as possible in transformations.
        GraphicNativeMetadata is a class for reading metadata which is
        contained in a native data graphic stream. For now both support
        only Jpeg.
        
        Change-Id: I3e67cd3e7f5386746bcd1f0bfd2b90f5fe834b92

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [649f00008463cc271b18deac40f0aff820e64b80]

        sal_Bool to bool in jpeg filter
        
        Change-Id: I9a091e9b209c443cb32983e6d35044eec8681d18

2013-04-21  Tomaž Vajngerl  <quikee@gmail.com>  [759f24152a2ab44189de0fd242c3e409c9a479a8]

        Split JpegWriter and JpegReader out from jpeg.cxx/hxx
        
        jpeg.cxx/hxx contains classes JpegWriter and JpegReader which are
        considered private. Split this two classes and other related
        functions into its own files.
        
        Change-Id: I41c1139b30a4dc19e03b2232dfe0986cc05d0c08

2013-04-21  David Tardon  <dtardon@redhat.com>  [252b6b608f5fc35b154846c3487809fe5e147ab7]

        Updated core Project: dictionaries  36a0d3a959604b5c5af4adb17ca10a1d85542846

2013-04-21  David Tardon  <dtardon@redhat.com>  [cde3a2b2c422d2d31e9cb5f36bfa8ca74dbce107]

        fix typo
        
        Change-Id: Iaf1875bd7223743aa4309c970601fca3417afe17

2013-04-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [2d8e4f91feeba58dbe4dc38e484a3be0f578ae9f]

        Delete more unused member from export
        
        Change-Id: Icebd32c7ac2144f99827ca48cca7bbcaf10814c4

2013-04-21  Matteo Casalin  <matteo.casalin@yahoo.com>  [8e73c8ebcb4110e09d386927ffbe95a49ac5565c]

        Avoid multiple appends on OUString
        
        Change-Id: I877c4520be335dc04bbfdfa9a15dab52dd7f446a

2013-04-21  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [36b3bcefcf13996610239f95b1dce9f291bde95d]

        Some changes in qtz handling
        
        Executalbes, which work one language, generat qtz by own.
        (stringex,helpex,treex,propex)
        So these executables can generate qtz without po file
        when use them with qtz, call them with "-m" flag without parameter.
        
        Change-Id: I56c34db7151dc3ef0ce1c85ed607719e4cbb5e92

2013-04-21  David Tardon  <dtardon@redhat.com>  [8560c2df78072533007b84b31fc930b82191e9a3]

        blind fix for MacOS X build problem
        
        Change-Id: I56f0fd27fa246643d611f9fc6a9f1bcfed759c60

2013-04-21  Matthias Freund  <matti_lx@yahoo.de>  [5741492149f39c4afa0c9cf575294f83ee4b3316]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 1)
        
        basesh.cxx line 112 translated with a hint of David Tardon. (Thank you!)
        
        Change-Id: I98af528c011a7d63b07b3aa71271d6816c11f7ab
        Reviewed-on: https://gerrit.libreoffice.org/3512
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-21  David Tardon  <dtardon@redhat.com>  [f33b292d541a54c7d9033b04dc1de191c1513a3c]

        gbuild: use Package for delivering smoketestdoc.sxw
        
        Change-Id: I056a9457aee725e1c8f992ee2553e79f536920ee

2013-04-21  David Tardon  <dtardon@redhat.com>  [940bc35696c9020c8afb134759eb6b7802df7246]

        gbuild: use Extension
        
        Change-Id: Ibbcf0ea1744090e0108faf2a617a96177e934aec

2013-04-21  David Tardon  <dtardon@redhat.com>  [14fb27c209d9d9cf8bd75f87005da8a0a42eeb8f]

        uretest.zip is not installed -> don't build it
        
        If anyone wants to do anything with it, there are the sources (but quick
        look at ure/source/uretest/Makefile suggests it is dmake, so good luck
        with that .-) Maybe it is just another relic of the past that can be
        removed?
        
        Change-Id: I44b4a36d89a5617d5dba9e063e8b8b19c1dba240

2013-04-21  Michael Stahl  <mstahl@redhat.com>  [288c8b9d59024897e88b55b9001f9922998d1302]

        adapt path for test.dll for WNT
        
        Change-Id: I4d7cb081805213f55ae69c4ade8638bbfc06f0c4

2013-04-21  Michael Stahl  <mstahl@redhat.com>  [849f87db1da8659bcc79b472c9411d7ceae26ede]

        pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimes
        
        Change-Id: I8ed937739d94bfc6316d9cb158870362a0b8b996

2013-04-21  Michael Stahl  <mstahl@redhat.com>  [a12d25ac87fa01aa05b8cd4fe8606e066a4c1d03]

        accidentally renamed variable
        
        Change-Id: I940a807a6bd92393fa4bf01790c1478234228e5e

2013-04-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [03a36ed0fb81088358d7cfc3068a7be9878f2f8b]

        fdo#60949: Move more libs to OOOLIBS
        
        Change-Id: Ibd45f7004f8eaa151b9a60d7369d396411f60a2b
        Reviewed-on: https://gerrit.libreoffice.org/3511
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-21  Michael Dunphy  <michael.w.dunphy@gmail.com>  [8f4fc74c34df6efd6b74aacc610bf6f52b615aa5]

        fdo#62699 Remove a few more pass-through headers
        
        Change-Id: I4cc2dc7f1da3bc15921939e3bd5908a3f7049eab
        Reviewed-on: https://gerrit.libreoffice.org/3492
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd179c5f308a0a611bc2b5a479e28ff3ced79647]

        missing "" around identity in check for code signng key on Mac
        
        Change-Id: I421b72dd58d1216c1f68731332bc6a41d3c0071e

2013-04-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [292af048ace2d4b455b2da3a22c784cb05db1d09]

        python3: --with-system-expat seems to mess up mac build
        
        Change-Id: I2227c5c715bb656878dd97b71d59c149e7e5320a

2013-04-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [693d25f8a601ee3738a396fbd8a9b838f19e39c9]

        connectivity: use LL qualifier for int64 contants
        
        Change-Id: Iaafbd62920c2b695c5810766d143a01c288e813f

2013-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a049c87ba59e3dde2ce1178e088530469e3d381b]

        fix access to invalid string position
        
        Change-Id: If811f256dc2a0cbdc25fe2a56e949736191aa002

2013-04-20  Michael Stahl  <mstahl@redhat.com>  [80885bf2c371d697c2719cc53975771ff36524de]

        gbuild: PythonTest: automatic GDB backtrace on failures
        
        This requires changing the interface a bit to pass the directory
        containing the test modules separately, because strangely the "unittest"
        thingy cannot load the test modules by their absolute path when changing
        the current working dir to where the core dump should happen.
        So put the directory onto the PYTHONPATH to work around that;
        arguably it's even nicer for clients this way.
        
        Change-Id: I0d1d39f33d0c086c6c3014d2f9ba93f0a3dc0128

2013-04-20  Michael Stahl  <mstahl@redhat.com>  [6d6bb989d1ba9af26518a110728f479d099b4562]

        gbuild: PythonTest: try to make it more portable
        
        Mac OS X is not tested though.
        
        Change-Id: I143e20e91378b5c0546c0435dda756682d7773e7

2013-04-20  Michael Stahl  <mstahl@redhat.com>  [0a354129838758e2b34078b3c73b3551ce182a2b]

        disable PythonTest on WNT for now
        
        There is a problem that needs fixing first, in order to be able to load
        the test.dll the OUTDIR/bin needs to be on PATH but starting the
        dev-install's python.exe with that then results in 2 instances of
        tklo.dll loaded, which fails horribly.
        Hopefully this will get easier once more stuff (python and libraries)
        is moved to INSTDIR.
        
        Change-Id: Ib615baac48e5e863b0b49a2de6c2985100ce3ae7

2013-04-20  Tor Lillqvist  <tml@iki.fi>  [ec2b98f4bcbe3b8a47b3b2b7127ac608d83ac6ec]

        Don't bother with for now unused libotouch.hxx
        
        Change-Id: I9e5396b52be2cbd0a95ef4dd08d1766a8f6d6ac6

2013-04-20  Michael Dunphy  <michael.w.dunphy@gmail.com>  [13dcaae519920b0f8a3ad11308117a8f19144580]

        fdo#62699 Remove pass-through headers
        
        Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92
        Reviewed-on: https://gerrit.libreoffice.org/3491
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6912b8e0c51bcac956c2c05b2fafdf84df7ae8ee]

        enable symbols and disable optimization in openssl for a dbgutil build
        
        Change-Id: I2100d40264c067b22548025ab3a3be32a23835a6
        Reviewed-on: https://gerrit.libreoffice.org/3489
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Michael Dunphy  <michael.w.dunphy@gmail.com>  [8546c324ff8bd69d5730935f68247a995489671a]

        Remove pass-through header file sot/inc/sot/clsids.hxx
        
        Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23
        Reviewed-on: https://gerrit.libreoffice.org/3490
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  David Tardon  <dtardon@redhat.com>  [609cb4b332e4b2ddb1f449ba059fd33c3d49dc84]

        we want the int. overloads of abs() here
        
        Change-Id: Ie82c51f65a2a0e13d6d30c85a23286574fd50b90

2013-04-20  David Tardon  <dtardon@redhat.com>  [1a02fb9e70fca278be1dbef03e6b73394ffe8397]

        drop -I of nonexistent dir
        
        Change-Id: Ife9d8f758fa5a46e2ab29d43eec0a5112495ed5f

2013-04-20  David Tardon  <dtardon@redhat.com>  [cd0d9485972bdb27a993ef44444d9d612b61ba71]

        warn if using nonexist. dirs in include path
        
        Change-Id: If3c44175a20b7c1720c7200c9bb06372740f95fe

2013-04-20  Tor Lillqvist  <tml@iki.fi>  [699a22fd492a45a376735e6e9c5f9d474671264f]

        Include <cmath> for std::abs()
        
        Change-Id: Id94260d41e821386e2c0aef67075658bee7fd49f

2013-04-20  Michael Dunphy  <michael.w.dunphy@gmail.com>  [3af6366dee15674b8e74c084ddc111bc93c5c1c2]

        Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxx
        
        Change-Id: Iaccc7c9d81b55ef3a039cb90c4e089ebfc7fe337
        Reviewed-on: https://gerrit.libreoffice.org/3487
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [89feda6bfdeacb647d44cb432d5ebc2678c44c89]

        fdo#55432 fix the context menu position for RTL sheet
        
        Change-Id: I023215646b9aeadb4909c9f90f84f9e8b0dbd173
        Reviewed-on: https://gerrit.libreoffice.org/3497
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Thomas Arnhold  <thomas@arnhold.org>  [be3bf9c62d9928fc67a5eb8609c06087d5c1fd22]

        gallery: add some hints
        
        Change-Id: Idfc9a2de615e9e2fa3bd161d74f805defc5107e7

2013-04-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [0f200cc30ea75fdce59f7bb6ae87ebc85729e2a4]

        fdo#63154: Change Min/Max/Abs for std::min/max/abs
        
        Now all these usages were removed from LO.
        
        Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6
        Reviewed-on: https://gerrit.libreoffice.org/3326
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [5414a3eecdb09be928313477792acfe1d3534645]

        fdo#60949: Move more libs to OOOLIBS
        
        Change-Id: I566602028556aa954bcbd116c375b9b61cc3df6f
        Reviewed-on: https://gerrit.libreoffice.org/3484
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-20  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9e2d2822063729f450adb734f58106bb64695ce6]

        Delete some unneeded member of ResData
        
        nChildIndex and bRestMerges are simple unused.
        nWidth is an obsolote attribute
        
        Change-Id: I669a17cefb3dc8628ce2c8d9db8abac630fc3cde

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [75c87c417b6fbb82d956a803f065c9c49d0d62f4]

        Rename to ScDPResultTree.
        
        It *is* a result tree. Let's call it that.
        
        Change-Id: Ie8f3e4c4f6e54fd84d79b80ac98c0be0b0cc42d4

2013-04-20  Tor Lillqvist  <tml@iki.fi>  [cf3e8cf92190baddf601283855070a36fc89125c]

        WaE: variables set but not used
        
        Can bypass even more lines for OS X, Android and iOS.
        
        Change-Id: I6949ffa0cd21281ba169a813999da4b52e88691e

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [8a5993aeea148ae5d84b4ab8f5116075d9456a5d]

        While at it, disable "smooth scroll" for Android and iOS, too
        
        The display updating happens in such a roundabout fashion that
        attempting smooth scrolling here can't have any useful effect.
        
        Change-Id: Iac085ea2ed6bad7a644e889f40fef1e329a041c9

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [e03dc2b84f820814d5da0eb0a5629d252dac75ca]

        Bin three useless variables and simplify
        
        Change-Id: I9e015028ad7a3e0bbac4368a636fad52f0823383

2013-04-19  Janit Anjaria  <janit92@gmail.com>  [b444e459c8a3e39c36e7cf6854bd1eae92b0e81a]

        fdo#62096 Replace O(U)String compareTo with ==
        
        Using grep i figured out all the compareTo() calls and hence replaced it by == operator.

2013-04-19  Janit Anjaria  <janit92@gmail.com>  [f51450717d4e639bd8af81c7d1ed13cc08e57e22]

        fdo#62096 Replace OUString compareTo with == operator
        
        I have followed the instructions on the BUgzilla page and using grep i
        just replaced all the .compareTo() calls with == operator.
        
        Change-Id: I595f0352335596ee1a387237f5e86791042b2cb6

2013-04-19  Prashant Pandey  <prashant3.yishu@gmail.com>  [e7a5f5ef80c3e66101cfb063cbed0527c0559319]

        fdo#61541 : Count Number of selected Cells in calc
        
        Change-Id: Ic9c911552f2b03bb496f47251917a3736494dce1
        Reviewed-on: https://gerrit.libreoffice.org/3213
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-19  Miklos Vajna  <vmiklos@suse.cz>  [42960dcc78175f44dacc8bd64cf6c6dcb8bbaf38]

        README.cross: don't mention explicit openSUSE releases
        
        Otherwise one will have to update this document every few months.
        
        Change-Id: Idbd2637ab40ba906d1b976febe76de7590bf1209

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [07c1b61933c24f9dec0793cf881a2d18baf924ab]

        Small refactoring of the Android "desktop app" code, no functional change
        
        Move the native methods out to a separate AppSupport class so that they aren't
        in our "experimenal" Desktop app's namespace. Don't hardcode the name of that
        class in the native code, but have the app register the class to which the
        damage callbacks should be done.
        
        Possibly the AppSupport and Bootstrap classes should be combined. Later.
        
        Also, the "android" part of the package name is superfluous; it is
        Android-specific code, no information gained by having an "android" part in
        the package name.
        
        Change-Id: Iddf55c8034ead7693887ace8438deb002c5eea9f

2013-04-19  Miklos Vajna  <vmiklos@suse.cz>  [a88ac708403c03d0f950f09ec29c0d5a1e5a85b4]

        fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twips
        
        Regression from 3d7e168a2a43c2414b0633379102ddb29437e75b.
        
        Change-Id: I9ab3f9f41316a01d5a74f3e500bad7a83c8d2dca

2013-04-19  Lionel Elie Mamane  <lionel@mamane.lu>  [5df981a2a26106e6283a88fb27e6c6659fe1259d]

        tools ::Time: change constructor to fixed-length integers
        
        Change-Id: I20180cda1a28f898f487aff605796077d3418be3

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [877f55490f7105e2b1a40cd4bd9860fe8be2aebf]

        Wrap large values in SAL_CONST_INT64
        
        Change-Id: I9a263e2232d63e5794f757cab39b93e13c7d159f

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [ec49915442055f5b8f0055f2c250a0da096a3c1b]

        Wrap large values in SAL_CONST_UINT64
        
        Change-Id: I865808911043a61de5c4209fa889dbff7c8baf28

2013-04-19  Michael Dunphy  <michael.w.dunphy@gmail.com>  [c7d485d8fc6fe654a428fe25f82bbf89c2149ef5]

        Delete two pass-through include files and update the file that included them.
        
        Change-Id: I6f02d312d1425dbb28b7cb7a2aa87a734054c4a7
        Reviewed-on: https://gerrit.libreoffice.org/3474
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-19  Matúš Kukan  <matus.kukan@gmail.com>  [ecafcceca7cafff5dc01ef3260f9c7ae38cef478]

        sal: remove obsolete test/unloading
        
        Change-Id: I76ede5abd4662aaa2f5b01739da07cf3169ddb69
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [e8ff469da51904a2ddafd59b2dcf45539370e08e]

        Remove any remaining remnants of unused component_canUnload feature
        
        Change-Id: I635fd006b5ba9f5fb0091748ee2ff9bc3c1a2d2a

2013-04-19  Matúš Kukan  <matus.kukan@gmail.com>  [eeaa2ecd1e1f6e0f468854b891de0caa28c470e6]

        remove unused component_canUnload functions
        
        Change-Id: Id3f41e2a620c47bb848718d0fc994739be2d64fc

2013-04-19  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ef08518fcfdab0e5fd5c61aa4fb4f7907fcb8355]

        fdo#60949: Move some libs to OOOLIBS
        
        Compile test only :)
        
        Change-Id: I1e546b824ec027bb1321e36fb060af5b4cfd1bf1
        Reviewed-on: https://gerrit.libreoffice.org/3476
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-19  David Tardon  <dtardon@redhat.com>  [df0c6367285952a44082d1359a9e053b7c7b556b]

        fdo#63591 pack images referenced by .ui files
        
        Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8

2013-04-19  David Tardon  <dtardon@redhat.com>  [a47fa9ca7c1fef29da50cf9699d76eb98ac33a14]

        gbuild: fix deps for UIConfig packages
        
        Change-Id: I18c270cbcde82c315fd7cf1ba8dfc37ebe1a81aa

2013-04-19  Jan Holesovsky  <kendy@suse.cz>  [6faa622c13969ff198b471b0550aacf10b5baa57]

        Personas: Rename them to Themes even in the UI.
        
        Change-Id: Ia7916e0cbbf91de09195c20b60f31ffe80256a9c

2013-04-19  Jan Holesovsky  <kendy@suse.cz>  [ca3fa2a210cc6978dc75566ff453c9138ab9c094]

        Personas: Now they are called 'Themes', and changed location.
        
        Updated the URL's + the code that works with them & parses the page
        accordingly.
        
        Change-Id: Iba1414c749bdf227b3945162da83e3d35ce86244

2013-04-19  Jan Holesovsky  <kendy@suse.cz>  [e7b2b505951d888d8b2337df991bd584090c9384]

        Fix https://-related crashes.
        
        The internal openssl on 64bit linux was built as linux-generic32, instead of
        linux-generi64, which caused crashes later when used.  This patch alignes it
        with the logic before gbuildization.
        
        Change-Id: I2919a91138e8f33ad50e64728496144bac815321

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [0fcc1968daa6b6c877a3c17cc800b47d82c8a10f]

        gbuild: PythonTest: do not invoke the python.bin directly
        
        This works to run the test (with the fixed RPATH in python.bin from
        previous commit), but debugging with gdb becomes impossible.
        
        The tests need PYTHONPATH set to find the internal python libraries,
        but gdb also uses PYTHONPATH and then tries to load the libraries
        there which do not necessarily match the Python version that gdb
        is built against.  Invoking the python wrapper shell script avoids this,
        and since that "exec"'s python.bin debugging with gdb works too.
        
        Change-Id: I6ea2feb44cebeda1ba2c397baa3837f9f1259a08

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [b865ff3d75a4611eaefe1f35b0dc9c7d9256f1ff]

        python3: put an RPATH into python binary ...
        
        ... and get rid of LD_LIBRARY_PATH hack in wrapper shell script.
        
        Change-Id: I7d91c6086460504d656de7b018087264165f396b

2013-04-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9dd52eb86a9122e34c307a9160ae3ccd5706c94e]

        use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XX
        
        Michael Meeks pointed out that the latter can cause problems.
        
        Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93

2013-04-19  Eike Rathke  <erack@redhat.com>  [8a6a940a469bac1c274b988dce713181f044d6c4]

        just added a big red notice
        
        Change-Id: I095a824c18a4ea61663e2706daa6616d60aaeb34

2013-04-19  Eike Rathke  <erack@redhat.com>  [721d0dfe70323d31e26394cfb32056a7ceec96c7]

        Revert "Revert "fix fdo#47018 Impress paste destroy bullet""
        
        This reverts commit 674a40fe830748b63eafeaf07e0932e2e0a81ba6.
        
        And restores a95cce27295f9cd255fa72eaded00972e3efb69b with the exception
        that the sal_Int8 to sal_uInt16 change is omitted.
        
        This stream length change causes loading of autoformats to fail, which
        are stored in binary format, i.e. in user config's autotbl.fmt, loaded
        and stored in Calc's ScAutoFormat sc/source/core/tool/autoform.cxx and
        Writer's SwTableAutoFmtTbl sw/source/core/doc/tblafmt.cxx
        
        Change-Id: I59f5d3b1c7e1011a8db304855b2fcf28971e7cb1

2013-04-19  Tor Lillqvist  <tlillqvist@suse.com>  [533f708cc872728a7b46705bde53b7499af30d85]

        Add -wd4996 back in the debvugging runtime (_DEBUG, dbgutil build) case
        
        Otherwise we get: 'std::_Copy_impl': Function call with parameters that
        may be unsafe - this call relies on the caller to check that the
        passed values are correct. To disable this warning, use
        -D_SCL_SECURE_NO_WARNINGS.
        
        Change-Id: I7d9cdb243b1bd7c884c5e4e658cfcd13d1ca8223

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [5051209534c8a2034dcb0016d4a8fe29dcb2947b]

        Adapt SDK to usage of msvcrtd for Windows --enable-dbgutil
        
        * Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK.  Turns out
          this was explicitly included in ~all examples Makefiles, but only after
          settings.mk where it is now used, so include it in settings.mk now and dropped
          it from all the exmaples Makefiles.
        
        * The old settings.mk was apparently confused with using /MT ("link with
          LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link
          command line (where it was ignored), and you apparently can't pass both
          together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp.
          /MTd).  No idea if that is exactly right, however.
        
        * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and
          msvcrt.lib vs. msvcrtd.lib on Windows.  Adapted examples Makefiles and
          /ure/source/uretest/Makefile accordingly.  Some examples Makefiles
          additionally use msvcprt.lib, no idea whether that still needs to be
          addressed.
        
        Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be

2013-04-19  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [04a54e7180c2cf9f4855211055ecbc6a41deff56]

        fdo#60641, localise strings
        
        Uses resource from numberingtypelistbox.src, to localise
        "Native Numbering" and the Cyrillic and Greek strings.
        
        Change-Id: I3dfafc90686bea9ddee67262044afa2619b882f8
        Reviewed-on: https://gerrit.libreoffice.org/3441
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [8a4e5e55100d396af2ab4a95f70e0fe0b1b8b079]

        Interactive JuniTest debugging on Mac OS X, too
        
        Change-Id: If1faab6b5903e287d800899f243b8b568b27c312

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [7c0c20076d95e911fb44fd2c5b4a028d87b7023e]

        Do build libwps for iOS
        
        Change-Id: Icd3120496e5548349ca58423ea537f392f6d5c6b

2013-04-19  Petr Kraus  <petr_kraus@email.cz>  [8dd4db783ffe5a11b5bf427014a2f8524cc87cad]

        fdo#42781 Do not unnecessarily ignore MSVC warnings
        
        Removed some ignored warnings for MSVC compiler
        that should not occur. MSVC 2010 can, but do not issue these for me.
        Some of them are "disabled by default" and should not occur unless -Wall
        C warnings: C4180, C4250, C4255, C4275, C4290, C4503, C4511, C4611, C4640
        CXX warnings: C4180, C4242, C4265, C4503, C4511, C4626, C4640, C4996
        
        Change-Id: I61b692a9c02a8900f80b019e11ad4acdea3e4dfc
        Reviewed-on: https://gerrit.libreoffice.org/3203
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Michael Dunphy  <michael.w.dunphy@gmail.com>  [01af5efbbb8a27c627bb061b8399fb18b6519247]

        Remove pass-through header svtools/inc/svtools/txtcmp.hxx
        
        Change-Id: I605ae778e57a12588dca274a4ee34a018004034e
        
        Remove pass-through header sfx2/inc/sfx2/imgdef.hxx
        
        Change-Id: I9a5ebabefccdd63b55d64aec26488542d0d362e3
        
        Remove pass-through header xmloff/inc/xmloff/xmlcnitm.hxx
        
        Change-Id: If880679499daee2f77d1f6e148dba963d09bbb9c
        Reviewed-on: https://gerrit.libreoffice.org/3477
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [7a754444505d6a4b0f1c02603fcc7559819f7d65]

        Make Application::PostZoomEvent() and PostScrollEvent() non-DESKTOP only
        
        That is where they are used anyway. Avoids misleading entries in
        unusedcode.easy.
        
        Change-Id: I2ce06ebca55998dc1df7df1f40b08b496adfbc64

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [14cdaf7f7279573e2aae6859d9e5a4cd03371557]

        curl: add missing dependency on NSS external (zlib too)
        
        Thanks again to Alex Thurgood, who doesn't have much luck this week :)
        
        Change-Id: I0e902f6994b07fb277b3561fa5bfc8662e954202

2013-04-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8c07bd39a8615bb165380a009f73d6dcbc1ad500]

        Uploading libwps 0.2.8 release
        
        Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60

2013-04-19  László Németh  <nemeth@numbertext.org>  [f1f7dfebb3d147471ed2aa6a5b50326688cb4007]

        fdo#63711 Calc: fix Catalan and Hungarian hyphenation
        
        Change-Id: I08962578e5d41637e78c91f5df45e518893c82e5

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [98d594abd42c5aa33d6981f4dd19582c2d345705]

        Revert "fix fdo#47018 Impress paste destroy bullet"
        
        This reverts commit a95cce27295f9cd255fa72eaded00972e3efb69b, it lead to live-
        lock in JunitTest_sc_unoapi, where SvxBoxItem::Create
        (editeng/source/items/frmitems.cxx) failed to break out of the while(true) loop,
        apparently because it kept reading past the end of rStrm, so cLine wouldn't be
        updated.  (That code would need to be made more robust, but I do not know how
        best to flag errors from SvxBoxItem::Create?)
        
        What looks suspicious about the changes of
        a95cce27295f9cd255fa72eaded00972e3efb69b at least to
        editeng/source/items/frmitems.cxx is that it changes the stream's format, now
        reading/writing a 16 bit value where it previously read/wrote an 8 bit value
        (SvStream /does/ support sal_Int8, btw).
        
        Change-Id: I1a46746559dcf8e1ea8be63a9a0cf2d32ccc69a1

2013-04-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [26d092b3635680248f8b176564409e6c0c24bfbf]

        lp#1085169: we overactivate here, as it does not seem to hurt
        
        Change-Id: I4f6e76347c5c9b5c67a09b8c3dcd1b1708e8e703

2013-04-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bffb03fbc13ec5a1ec6e38773e9f19f7dadf68ff]

        better use SAL_LOG_INFO as trigger
        
        Change-Id: I37635f9bd86d194b303705a58d81502d7d586692

2013-04-19  Ariel Constenla-Haile  <arielch@apache.org>  [4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8]

        Resolves: #i121197# Escape non-ASCII chars from css.style.NumberingType
        
        Patch by: Tsutomu Uchino
        Review by: arielch
        
        (cherry picked from commit 6970569ca1e0adf78ac34a5fbab434f5026d3a89)
        
        Conflicts:
        	offapi/com/sun/star/style/NumberingType.idl
        
        Change-Id: I9375377c4fb15f871beb46ae96b107bb1296b6b6

2013-04-19  Luboš Luňák  <l.lunak@suse.cz>  [06d86e36a3a192484deee8da08e28509827a2272]

        remove needless explicit type for swap<>()
        
        MSVC gives:
        C:/PROGRA~2/MICROS~2.0/VC/include\vector(1544) : error C2825: '_Alloc': must be a class or namespace when followed by '::'
                C:/PROGRA~2/MICROS~2.0/VC/include\vector(1589) : see reference to class template instantiation 'std::_Vb_iter_base<_Alloc>' being compiled
                with
                [
                    _Alloc=ScDPResultFilterSet::MemberNode *
                ]
                C:/cygwin/home/tinderbox/master-build/sc/source/core/data/dpresfilter.cxx(147) : see reference to class template instantiation 'std::_Vb_reference<_Alloc>' being compiled
                with
                [
                    _Alloc=ScDPResultFilterSet::MemberNode *
                ]
        
        Change-Id: I394f861aa29a8b6e43ea92447215a7868955555a

2013-04-19  Miklos Vajna  <vmiklos@suse.cz>  [0fdd75805101ef387f00cbc203eb748e3354da58]

        sw: missing prefix for global pBreakIt
        
        Change-Id: I7fa8e697537ce8eb915da00920bf6882603b115a

2013-04-19  Herbert Dürr  <hdu@apache.org>  [3ce89a2149d3495ff63827b39c33a79cb9abacab]

        Resolves: coverity#708649# start to fix mis-pimpl-ification of Window class
        
        (cherry picked from commit b0a0253e4fea1d79bc255d45f8472498a3206fd5)
        
        Conflicts:
        	vcl/source/window/window.cxx
        
        Change-Id: I8330b7361dfdd9f291babb2e49d59ddeb91f5e35

2013-04-19  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6f30f805bd87b940fd0693fb9f8c90e6ca779eff]

        fdo#62699: Drop wrapper header
        
        Change-Id: I21e91ab136c944c6dc77a90500b1bcebbf7cf851
        Reviewed-on: https://gerrit.libreoffice.org/3473
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  jorendc  <joren.libreoffice@telenet.be>  [8d351c59d4393aa37ab38139b3a741f15a49dbfe]

        fdo#31082 cursor visible during impress presentation
        
        Change-Id: I8983676244d0b996c237cbfc487ed68a535803d1
        Reviewed-on: https://gerrit.libreoffice.org/3376
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [6e7cec47f037ee7fd1fc8effb83d0c3654b299e5]

        Presumably "call clock" should be "wall clock"
        
        Change-Id: I7bcdfccc17de7057cc47720bd6ce78345f2d6d7c

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [41d6003e87b580dc435a423863f92b7c0c20647e]

        Make the use of SAL_LOG=+WARN+INFO optional
        
        Change-Id: I6af17a7745f4de88b4933e93b77eda1050760794

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [9e7c73d54cc6a33689cb7bf65bcc6274acc748ad]

        Minor comment change
        
        Change-Id: I14e9b86c23ff000df2339a37ba78a11cc319f27c

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [bf2a1812a4e4233c08f9432ce765f87d1b57727e]

        Attempt to avoid popping up keyboard after panning
        
        Change-Id: Ie5639ea5a2c50e54ab880ac850287de07ff69959

2013-04-19  Noel Grandin  <noel@peralex.com>  [0d8719b0ff9aacb7cdd8a238b8060540d4d00eff]

        Java cleanup, use generics in calls to UnoRuntime#queryInterface
        
        A handful of places wrap the call to queryInterface. With a little
        generics love, we can reduce the casting required.
        
        Change-Id: I9efca2afb1b23fad2359af24e1c273aea96e45fe
        Reviewed-on: https://gerrit.libreoffice.org/3433
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Noel Grandin  <noel@peralex.com>  [8d87758d65e4a03271f76e354dfc84c1fcd5fe21]

        Java cleanup, remove the rest of the unnecessary casts
        
        Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa
        Reviewed-on: https://gerrit.libreoffice.org/3432
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Noel Grandin  <noel@peralex.com>  [d62425cc27e04a3237cfec2ea2663b8b11284ec8]

        Java cleanup, remove unnecessary casts
        
        Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f
        Reviewed-on: https://gerrit.libreoffice.org/3431
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Noel Grandin  <noel@peralex.com>  [a79d43dcd7989ee927de1b8c69ebc2981cc7166e]

        Java cleanup in mediawiki extension
        
        - remove unnecessary casts
        - convert Hashtable->Map and Vector->ArrayList
        - remove dead fields
        
        Change-Id: Id85abee74857325a113133bf61474b962256489c
        Reviewed-on: https://gerrit.libreoffice.org/3430
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [391477d40ea718c46089e16484726dba085a6ad8]

        fdo#63693 Do not force java -d32 for a 64-bit SDK
        
        The test to determine JAVA_OPTIONS was already cheesy (e.g., it does not catch
        java-1.7.0-openjdk-1.7.0.9-2.3.8.0.fc18.x86_64, as there "java -version" outputs
        "OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)" with "64-Bit" in the
        second instead of the third field), so make it a bit more cheesy still (i.e.,
        just cover the case to not set -d32 for x86_64).
        
        Change-Id: Ib10a16fb3f8104875bfda7de0e8bce59b9c3b06a

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [685a12ac0e4867a5082d08d5cbf500b3a081c14d]

        Prefer simple and working solution to obscure and non-working
        
        Change-Id: I5c7d02daced542222c2cb3881fafd2d58fe7f14d

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [eeab70fd53ee88b44afc5278ae81db53403f4a0e]

        -Werror,-Wformat
        
        Change-Id: I10eb204e63dee480a54494f5869f1f1b2e4bfc92

2013-04-19  Lionel Elie Mamane  <lionel@mamane.lu>  [202d45cff25492bb4d7f550df5c368af097d2e0c]

        date/time IDL datatypes incompatible change: fixup
        
        Change-Id: I3733deac232d0075bdd889ce52d7e6f67746d4f8

2013-04-19  Lionel Elie Mamane  <lionel@mamane.lu>  [81cf58f191f57b3cfad08f5c7d622b30f7fc72d9]

        date/time IDL datatypes incompatible change: fixup
        
        Change-Id: Ib750a009e49e19d63f8b6df85947a7b5c9b75bcf

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [c576617408f6432955ae3fda662b23d66b34f43b]

        run PythonTests with internal python too
        
        ... and use PYTHON_FOR_BUILD in the system python case.
        
        Change-Id: If3c3305ab4f613642bea9b775e4c7a602f5a476c
        TODO: needs testing on more platforms
        Reviewed-on: https://gerrit.libreoffice.org/3471
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a210575baa5bc72dc0392eeb20b2da58b6cf14ae]

        Handle the old syntax for GETPIVOTDATA.
        
        The old syntax is Calc only (not Excel), and is specified in ODF 1.2.
        
        Change-Id: I9551d408ae136d3567375e905b1273103a8f616a

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2bc52ff76deccee1cab1808108b5e4b25c1cc644]

        Remove debug statements..
        
        Change-Id: I10e0ef90ea7bfd92b46a54dc3d3feff90e50f724

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a012bc60f2b3933d9148c2dd595df691a7834ad4]

        We can remove all this code now.
        
        This code is the old GETPIVOTDATA implementation, which actually parses
        the pivot table output on the sheet (ugh!) to get the right value.  It
        was susceptible to the table output being configurable.
        
        Change-Id: Iefbefa06b91fc6cfa7a21f9a8031bf6841c1d936

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f6412b5bd5c8b6421d8bb3939c142cb4a9f68068]

        Let's explain what this method returns.
        
        Change-Id: I2b081fe32d8851403867b9ad94de40bbe4b68838

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f08b96bfa38e4e0e171d7aca0202d0039f7caad3]

        Typo.
        
        Change-Id: I67c6c2fad73d81b7ac9a9d50280f323a1fe88aad

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c5be9ffb731952ecbc037ef036e1fcdb385d9572]

        This should be plural, since there are multiple dimensions.
        
        Change-Id: If0994c81867606e0e6c097aeda0f0bd889e01553

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [77c84dd59f438c10d559393e9cc7b63551529203]

        Move the dimension order calculation into ScDPSaveData.
        
        To build the dim order map only once.
        
        Change-Id: Ibea5cbfc4f5d335ac7fc5893cda255b06336d8c2

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6cfe8de74969928af13a04ebc5ae9dbc9274196]

        UNO API signature has changed.
        
        Change-Id: Id473207b0c9720b8d40f4dbdec184f0c36344da6

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [378d38f4cab3fc39e735d39e6ecaeae1df408f34]

        Retrieve the result value for GETPIVOTDATA for real (finally!)
        
        Change-Id: I68f4fdab667d86e79225a77964ed90373b391d08

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c128a7712095831dfb378bb2218fc90a9b18c6d2]

        More progress. Getting closer...
        
        Change-Id: Ic086804d4ef72f2ee53236436244f0f77447a6d0

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1939399c0a1558e7b8b5f05a5eace5d84f896939]

        More progress. Getting more clue, but still not out of the dark yet.
        
        Change-Id: I0467cd95e2c6f2f353333b24e1aba737d99e5c20

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [09d8d7554d6fa02aefcd84a898b12fa63c344b26]

        Add some more notes to make it easier to pick up on this for my next visit.
        
        Looks like I have to put this on the shelf once again...
        
        Change-Id: I6288d019170278e484befaac3ee57cea24a69c0e

2013-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ac569ed4cf5064248b9952f182f6572f20dc9bcb]

        fdo#60300: Work-in-progress change to rework pivot table core.
        
        The idea is to avoid parsing the pivot table sheet output in order
        to calculate GETPIVOTDATA.  The table outout is configurable, and it
        will only be more configurable in the future.  The gist of my rework
        is to calcualte the result of GETPIVOTDATA with the internl result
        tree alone.
        
        Also, the same result tree can be used for drill down too, which also
        currently parses the table output, therefore subject to the same
        limitation & fragility.
        
        Change-Id: Ib0147e2aa2b710dfd627df7f535a685301214a52

2013-04-19  Julien Nabet  <serval2412@yahoo.fr>  [687a821e3b4ac872fd7eb1010ea87c3d81e71991]

        fdo#63197: convert 3 out 4 from scripting part
        
        Change-Id: Ie359d0ef00f62dd3c2d1f1dfd86e115409438e76
        Reviewed-on: https://gerrit.libreoffice.org/3470
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-19  Stephan Bergmann  <sbergman@redhat.com>  [4069417bc3bbe4858f4d7cd264604e76affe82fc]

        Do not arbitrarily lock a mutex
        
        ...without unlocking it again.  This nonsense /does/ cause deadlocks and hours
        of frustrated debugging on --enable-dbgutil Mac OS X, e.g., after this code is
        called as
        
        0  VirtualDevice::~VirtualDevice (this=0xa363200) at lo/core/vcl/source/gdi/virdev.cxx:187
        1  0x05541677 in VirtualDevice::~VirtualDevice (this=0xa363200) at lo/core/vcl/source/gdi/virdev.cxx:182
        2  0x0554164a in VirtualDevice::~VirtualDevice (this=0xa363200) at lo/core/vcl/source/gdi/virdev.cxx:182
        3  0x05646a76 in StatusBar::~StatusBar (this=0xa362f10) at lo/core/vcl/source/window/status.cxx:176
        4  0x05646947 in StatusBar::~StatusBar (this=0xa362f10) at lo/core/vcl/source/window/status.cxx:168
        5  0x0564691a in StatusBar::~StatusBar (this=0xa362f10) at lo/core/vcl/source/window/status.cxx:168
        6  0x0396cf2f in VCLXDevice::DestroyOutputDevice (this=0x390356cc) at lo/core/toolkit/source/awt/vclxdevice.cxx:56
        7  0x039d4345 in VCLXWindow::dispose (this=0x390356cc) at lo/core/toolkit/source/awt/vclxwindow.cxx:956
        8  0x039d452c in non-virtual thunk to VCLXWindow::dispose() (this=0x390356f8) at lo/core/toolkit/source/awt/vclxwindow.cxx:976
        9  0x10dc6126 in framework::ProgressBarWrapper::setStatusBar (this=0x39002aac, rStatusBar=@0xb122e050, bOwnsInstance=0) at lo/core/framework/source/uielement/progressbarwrapper.cxx:63
        10 0x10c17c84 in framework::LayoutManager::implts_backupProgressBarWrapper (this=0x19582c48) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:943
        11 0x10c16ca7 in framework::LayoutManager::implts_destroyProgressBar (this=0x19582c48) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:959
        12 0x10c13928 in framework::LayoutManager::implts_destroyStatusBar (this=0x19582c48) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:837
        13 0x10c135cb in framework::LayoutManager::implts_destroyElements (this=0x19582c48) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:446
        14 0x10c1a022 in framework::LayoutManager::setDockingAreaAcceptor (this=0x19582c48, xDockingAreaAcceptor=@0xb122e318) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:1344
        15 0x10c1b199 in non-virtual thunk to framework::LayoutManager::setDockingAreaAcceptor(com::sun::star::uno::Reference<com::sun::star::ui::XDockingAreaAcceptor> const&) (this=0x19582c60, xDockingAreaAcceptor=@0xb122e318) at lo/core/framework/source/layoutmanager/layoutmanager.cxx:1363
        16 0x10cc26fb in framework::lcl_disableLayoutManager (xLayoutManager=@0x39013338, xFrame=@0xb122e3d8) at lo/core/framework/source/services/frame.cxx:505
        17 0x10cca452 in framework::Frame::dispose (this=0x3901320c) at lo/core/framework/source/services/frame.cxx:1851
        18 0x10cc925e in framework::Frame::close (this=0x3901320c, bDeliverOwnership=1) at lo/core/framework/source/services/frame.cxx:1644
        19 0x10cc933b in non-virtual thunk to framework::Frame::close(unsigned char) (this=0x39013238, bDeliverOwnership=1) at lo/core/framework/source/services/frame.cxx:1645
        20 0x0cfb07ad in (anonymous namespace)::callVirtualMethod (pAdjustedThisPtr=0x39013238, nVtableIndex=5, pRegisterReturn=0x0, pReturnTypeDescr=0xa03e240, bSimpleReturn=true, pStackLongs=0xb122e610, nStackLongs=2) at lo/core/bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx:75
        21 0x0cfb01aa in (anonymous namespace)::cpp_call (pThis=0x179e2b20, aVtableSlot={offset = 0, index = 5}, pReturnTypeRef=0xa03e240, nParams=1, pParams=0x179ec9e0, pUnoReturn=0x0, pUnoArgs=0xa3652a0, ppUnoExc=0xb122eaac) at lo/core/bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx:270
        22 0x0cfaf785 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x179e2b20, pMemberDescr=0x179ed690, pReturn=0x0, pArgs=0xa3652a0, ppException=0xb122eaac) at lo/core/bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx:461
        23 0x10817d68 in binaryurp::IncomingRequest::execute_throw (this=0x179edf90, returnValue=0xb122ed58, outArguments=0xb122ed48) at lo/core/binaryurp/source/incomingrequest.cxx:245
        24 0x10816293 in binaryurp::IncomingRequest::execute (this=0x179edf90) at lo/core/binaryurp/source/incomingrequest.cxx:74
        25 0x10829105 in request (pThreadSpecificData=0x179edf90) at lo/core/binaryurp/source/reader.cxx:85
        26 0x00bc39fe in cppu_threadpool::JobQueue::enter (this=0x179db470, nDisposeId=171320704, bReturnWhenNoJob=1) at lo/core/cppu/source/threadpool/jobqueue.cxx:115
        27 0x00bc67f1 in cppu_threadpool::ORequestThread::run (this=0xa362580) at lo/core/cppu/source/threadpool/thread.cxx:171
        28 0x00bc698c in non-virtual thunk to cppu_threadpool::ORequestThread::run() (this=0xa362588) at lo/core/cppu/source/threadpool/thread.cxx:201
        29 0x00bc81ad in threadFunc (param=0xa362588) at thread.hxx:187
        30 0x00016f4c in osl_thread_start_Impl (pData=0xa362030) at lo/core/sal/osl/unx/thread.c:251
        31 0x9560eed9 in _pthread_start ()
        32 0x956126de in thread_start ()
        
        in JunitTest_extensions_unoapi; but it is also called regularly when running a
        plain backing-windows soffice instance,
        
        0  VirtualDevice::~VirtualDevice (this=0xbfff7a60) at lo/core/vcl/source/gdi/virdev.cxx:187
        1  0x05541677 in VirtualDevice::~VirtualDevice (this=0xbfff7a60) at lo/core/vcl/source/gdi/virdev.cxx:182
        2  0x10ca4f3d in framework::BackingWindow::Paint (this=0xa9da800) at lo/core/framework/source/services/backingwindow.cxx:699
        3  0x05698dd8 in Window::ImplCallPaint (this=0xa9da800, pRegion=0x179d55c0, nPaintFlags=60) at lo/core/vcl/source/window/window.cxx:2462
        4  0x05698f4b in Window::ImplCallPaint (this=0xa08dad0, pRegion=0x179c7270, nPaintFlags=60) at lo/core/vcl/source/window/window.cxx:2486
        5  0x05698f4b in Window::ImplCallPaint (this=0xa08dd90, pRegion=0x0, nPaintFlags=60) at lo/core/vcl/source/window/window.cxx:2486
        6  0x0569a141 in Window::Update (this=0xa08dd90) at lo/core/vcl/source/window/window.cxx:7505
        7  0x056c9881 in ImplHandlePaint (pWindow=0xa08dd90, rBoundRect=@0xbfff8198, bImmediateUpdate=true) at lo/core/vcl/source/window/winproc.cxx:1575
        8  0x056c6e88 in ImplWindowFrameProc (pWindow=0xa08dd90, nEvent=8, pEvent=0xbfff82a0) at lo/core/vcl/source/window/winproc.cxx:2484
        9  0x056f33a6 in SalFrame::CallCallback (this=0xa08e050, nEvent=8, pEvent=0xbfff82a0) at salframe.hxx:243
        10 0x05727a93 in AquaSalFrame::SendPaintEvent (this=0xa08e050, pRect=0x0) at lo/core/vcl/aqua/source/window/salframe.cxx:423
        11 0x057678d3 in -[SalFrameWindow windowDidBecomeKey:] (self=0xa08e130, _cmd=0x9402b075, pNotification=0x179d5240) at lo/core/vcl/aqua/source/window/salframeview.mm:227
        12 0x9b556df1 in __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 ()
        13 0x996ba903 in ___CFXNotificationPost_block_invoke_1 ()
        14 0x99685688 in _CFXNotificationPost ()
        15 0x9b541fde in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
        16 0x9b557272 in -[NSNotificationCenter postNotificationName:object:] ()
        17 0x937deec5 in -[NSWindow becomeKeyWindow] ()
        18 0x9374af4d in _NXSendWindowNotification ()
        19 0x937de618 in _NXShowKeyAndMain ()
        20 0x9374477d in -[NSApplication sendEvent:] ()
        21 0x0575388d in -[VCL_NSApplication sendEvent:] (self=0xa02d120, _cmd=0x94126a08, pEvent=0x179c8430) at lo/core/vcl/aqua/source/app/vclnsapp.mm:208
        22 0x056f081e in AquaSalInstance::Yield (this=0xa315ff0, bWait=true, bHandleAllCurrentEvents=false) at lo/core/vcl/aqua/source/app/salinst.cxx:695
        23 0x050acee2 in ImplYield (i_bWait=true, i_bAllEvents=false) at lo/core/vcl/source/app/svapp.cxx:422
        24 0x050a81be in Application::Yield (i_bAllEvents=false) at lo/core/vcl/source/app/svapp.cxx:456
        25 0x050a817a in Application::Execute () at lo/core/vcl/source/app/svapp.cxx:401
        26 0x00124a3a in desktop::Desktop::Main (this=0xbfff95e0) at lo/core/desktop/source/app/app.cxx:1736
        27 0x050b8934 in ImplSVMain () at lo/core/vcl/source/app/svmain.cxx:162
        28 0x056eff73 in AquaSalInstance::handleAppDefinedEvent (pEvent=0xa324b20) at lo/core/vcl/aqua/source/app/salinst.cxx:538
        29 0x05752faf in -[VCL_NSApplication sendEvent:] (self=0xa02d120, _cmd=0x94126a08, pEvent=0xa324b20) at lo/core/vcl/aqua/source/app/vclnsapp.mm:60
        30 0x936d6b21 in -[NSApplication run] ()
        31 0x93967ac5 in NSApplicationMain ()
        32 0x056eec96 in ImplSVMainHook (pnInit=0xbfff9580) at lo/core/vcl/aqua/source/app/salinst.cxx:231
        33 0x050b9ea1 in SVMain () at lo/core/vcl/source/app/svmain.cxx:195
        34 0x0018e01d in soffice_main () at lo/core/desktop/source/app/sofficemain.cxx:82
        35 0x00001f5b in sal_main () at lo/core/desktop/source/app/main.c:48
        36 0x00001f40 in main (argc=5, argv=0xbfff966c) at lo/core/desktop/source/app/main.c:47
        
        Whatever the root problem behind 8ed93fef13be39815b452474e9e44bf8b6861ea3
        "We need to acquire the yield mutex here," please fix it properly instead.
        
        Change-Id: I281da60de1471f702ca34fd2b3239b6da83e2cf9

2013-04-19  Eike Rathke  <erack@redhat.com>  [fa72fc3eddbfabb82193452a4ba993b11d1584da]

        OUString::startsWith() is not equivalent to String::Match()
        
        String::Match() wasn't quite right at that place either, but..
        
        Change-Id: I1aed325340f5f36973ef2da8fd48af3283c0b79b

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [b9e6bd790f99b9018ea0a594cca8efcb1709c5e7]

        configure: try to make all PYTHON variables point to the same thing
        
        Change-Id: Ifa6a22717d6911b1f5dd816144d3ee95a09879a3

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [5bdf9edc622b84319756ad45569ad7be1865cb4f]

        sw: move Python tests out of qa/unoapi
        
        Change-Id: I4f9655b1df27bec2a7571d43921f962d3a420bb5

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [748f3ea41f59fd07494be7bf65446163e98fe2ce]

        python3: deliver the GDB python support script
        
        Change-Id: I3abbc36198719fc118404bfcc039fdf3397e324e

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [3094d72d792ed12b48f86eaade9286cefaacd177]

        Makefile: add convenience targets for PythonTest
        
        Change-Id: I4a20a69fb9dfe6619b7f6dafb3306b529b949e1c

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [38232ea1988c8170b60aced89662260e82b86b32]

        python3: re-enable both debug symbols and optimization
        
        These were apparently accidentally disabled on all non-WNT platforms.
        Set the OPT variable from the outside on the platform that needs it.
        (regression from ab41efc81ec26fcbd4cdeb9c36fbe8cc274523f)
        
        Change-Id: Ifbf7ec8e0f863cb6368758571496c8b615e3e814

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [0f7754dfa040804d84feb9cb222ba04752509f26]

        python3: VERBOSE is handled by gb_ExternalProject_run already
        
        Change-Id: I0caf3a9440c7617c9f1c643a4c3fe279d04cf1dc

2013-04-19  Michael Stahl  <mstahl@redhat.com>  [c9eac7a838155c4cccf5e2f0ba12778cea50e420]

        cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrt
        
        This is handled in com_MSC_class.mk now.
        
        Change-Id: I5e4c2e791e9acd623d7c5ce352b5c39b6cb939b4

2013-04-19  sjacobi  <Sven-Jacobi@gmx.de>  [4ec1ddec3e8b3b22741504b0eca7b74c3377bf49]

        oox import, added support for linked graphics (at least they are embedded now
        
        Change-Id: I7fc8dcc989eb37d3a337f06137bb7361cce797d3

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [d4324078c4a446c6d4633237e7bf44e9dbd7d5cb]

        No _GLIBCXX_DEBUG for iOS here, either
        
        Change-Id: Ib21df33799f8a2ef552d8ecdf7f6fa9b82e1a178

2013-04-18  Eike Rathke  <erack@redhat.com>  [29bfb507b39b84a788df66d91e23166a8cfa88f2]

        get rid of some Germanism (and some Windowsism)
        
        Change-Id: I2ca1b34ff688a7d4fcf6c84c02035eda3ab0dee8

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [f1efc98b45fcf462a74b31790d4075f29cc0f8af]

        WaE: format specifies type 'int' but the argument has type 'sal_uInt32'
        
        Change-Id: I33f603df67db2caaeebec5fc6f5f6ee2341a0b8f

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [824caac79d983ad1aa93a6ec51558d7edb6f2a7d]

        No member named 'Get100Sec' in 'Time' any longer
        
        Change-Id: I6087cd51073529a5c2b636b04f60334a93ac4ecc

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [382fa3db431ff2e227e99591ac74c91fb8da9a6e]

        WaE: format specifies type 'int' but the argument has type 'sal_uInt32'
        
        Change-Id: Id5f8253f1d72f9bb6f56d354293ccdedf44239d2

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [d933b18fddf2f3f716dede322c3541d7d37bd540]

        WaE: macro is not used
        
        Change-Id: I93d04ff158ecb1379e8dcf99d6cd154d096f9fd7

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [0333495fdaba9f018d547368d2551cb432bfbb95]

        WaE: format specifies type 'int' but the argument has type 'sal_uInt32'
        
        Change-Id: I70f6a46b2195aa28c1a6dcd8c8d7e52fccb22cc3

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [ef5bd25341eabe44b04a4b64dd5196500a235366]

        Do build libwpd, libwpg, libcdr, libmspub, libmwaw and libvisio for iOS
        
        Change-Id: I6b69d852bd503ffe07c61fb6f048d5dde28cdbf9

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [1e7bf8de3b3bc4ac1d65d8b101d7ccedab24fcad]

        Add pan gesture handling
        
        I get exactly the same kind of artefacts as in the Android app, which
        I guess is good as it is at least consistent, as the implementation at
        the LO layer is identical...
        
        Change-Id: Icf0690fd2c48a133cb66de2ab7977b7088d2199e

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [7711a60a64cc02e2a733b73be21525370d3840b2]

        Try to get the tinderbox build working
        
        Change-Id: Ie0a9b6e64c35a046afbb5c26c1b75bdd0d897a23

2013-04-19  Tor Lillqvist  <tml@iki.fi>  [aca9824cfd65e3246fd21a1af5f36eda2ca69c75]

        Add comment
        
        Change-Id: I737e43d35eb2ebd6aeadeb5695cb3ecc74cc4484

2013-04-18  Lionel Elie Mamane  <lionel@mamane.lu>  [fa7ba55605e6a0d415830ff970bb0429426e9880]

        WaE use std streams instead of C-style format strings
        
        Cannot satisfy all platforms warning-free with one C format string
        (sometimes it is "unsigned int" and sometimes "unsigned long"),
        so avoid the problem altogether and use C++ streams.
        
        Change-Id: I898d776c753dedbd79d4a56c580912613e865dda

2013-04-18  Lionel Elie Mamane  <lionel@mamane.lu>  [f805afcf4c3056feb1690393d907442cf337b484]

        date/time IDL datatypes incompatible change: fixup
        
        Change-Id: Icb5ffe659e0b6eebacf7788a7f66ce454a00b524

2013-04-18  Eike Rathke  <erack@redhat.com>  [1ef2cce787df3d254a78ebdb469fb06668f350f4]

        Revert "svformatter already accept OUString input", fdo#63306
        
        This reverts commit c5e5699c80cfb32a164696a2c5144b5ccb0a91a9.
        
        And adapts to OUString.
        
        Conflicts:
        	basic/source/runtime/runtime.cxx
        
        Change-Id: Icd7c1e1e57162eefb1f3631aa5509fd3a09c9b08

2013-04-18  Andras Timar  <atimar@suse.com>  [ab7776e1bc0687b6e42ffa6e837435800b4a58af]

        fdo#63503 add 'Delete Last' button to Special Characters dialog
        
        Change-Id: I7f14564f6b28e0b480b503394e0e078ed28f9150

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [d636dcc64065fa280688dc26aecb2bb78792eaef]

        fdo#63197, convert last gallery + template accessories
        
        Change-Id: If393e383a5485ee60f634cbcc6d6de54af7ad1d3
        Reviewed-on: https://gerrit.libreoffice.org/3466
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  Lionel Elie Mamane  <lionel@mamane.lu>  [9830fd36dbdb72c79703b0c61efc027fba793c5a]

        date/time IDL datatypes incompatible change
        
         - nanosecond precision
         - signed (allowed negative) year
        
        Also: assorted improvements / bugfixes in date/time handling code.
        Some factorisation of copy/pasted code.
        
        Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6

2013-04-18  Tor Lillqvist  <tml@iki.fi>  [5aaaf0694b6e3213685563fc3bc90d19b10f5c75]

        Remove bogus file
        
        Goodbye to the last "prj" directory;)
        
        Change-Id: Ifce0e52c0b45ad08ea4ca20449adf56ae89ebfd4

2013-04-18  Michael Dunphy  <michael.w.dunphy@gmail.com>  [cd5c2c0c40bfc261c978fb476c4f722b43041796]

        Remove a few unnecessary #includes
        
        Change-Id: I47c0f097f91c7cac7af91a15326e73ca201952ad
        Reviewed-on: https://gerrit.libreoffice.org/3448
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-18  Michael Stahl  <mstahl@redhat.com>  [e83990a87281f2472f398be9267f7b11f7f8463e]

        python3: disable check in PyThreadState_Swap
        
        This check is triggered by nested pyuno PyThreadAttach instances.
        The assertion is basically about having multiple PyThreadState instances
        per OS thread.  Hopefully this is not a "real" problem and the other
        checks in PyEval_ReleaseThread/PyEval_AcquireThread will find all "real"
        problems.
        
        http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg62195.html
        
        Change-Id: Ia82135f37f55ea69b545a83098619939869cb7c5
        Reviewed-on: https://gerrit.libreoffice.org/3453
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-04-18  Michael Stahl  <mstahl@redhat.com>  [1fb53a637597f76bea86514b62ddfad34f60c889]

        pyuno_loader::CreateInstance: delete the initial PyThreadState
        
        Don't see how it could be used again, it appears to be leaked
        and causes the assertion in PyThreadState_Swap to fire.
        
        Change-Id: Id6bbb4363928e4fdd8bda1905f6e1f9931dba74c
        Reviewed-on: https://gerrit.libreoffice.org/3452
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-04-18  Oliver-Rainer Wittmann  <orw@apache.org>  [b7d21a801567ad3b6b45c772978d588d05409335]

        Resolves: #i121933# docking area layout improvement
        
        some improvement to the docking area layout on a undock-dock-cycle of a window
        
        (cherry picked from commit cad2fc1a82a3efb2abd4396fe2efc2231fb783e5)
        
        Conflicts:
        	sfx2/source/dialog/splitwin.cxx
        
        Change-Id: I39d888248a973304163bbe499094bef51a9d61f1

2013-04-18  Thomas Arnhold  <thomas@arnhold.org>  [bb59404622c7198ff539cc58fc26d0371a6c5cd3]

        remove unused macros from macro.pl
        
        Change-Id: If69e4c42f487249d7ba5bb3e164f61470ff12ddd

2013-04-18  Lior Kaplan  <kaplanlior@gmail.com>  [dbc3b2544acffcf9d8f1f14c3b6fce5c80e0493e]

        fdo#63290 related: cleanup stings defines due to removal
        
        follow up to commit af4a947174aafe669c129c54c304caa43d90eac7
        
        Change-Id: Ifaee6d61fada21705574e5ad6bf0fa32957fe75c
        Reviewed-on: https://gerrit.libreoffice.org/3425
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [c4da31d33bcd00230153929bba3165f5257aabde]

        Related: fdo#63546 bundle both changes together as one undo
        
        Change-Id: I2a9608339c372ccdeeca2ca0fd9499a4c527cff3

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [7c3db8a660fbbcfca277e5cf22a3987c35e656d0]

        Resolves: fdo#63592 changing text direction exits edit mode
        
        if we're in edit mode, SC_MOD()->InputEnterHandler() kicks
        us out of it. But the very similar ScFormatShell::ExecuteAlignment
        method doesn't do an InputEnterHandler. I can't see why we
        would want to do this, and without it we get the desired
        behaviour that tex direction changes and we remain in whatever
        mode we were in before changing it
        
        Change-Id: Iaf6e154ffb8f317fda997b302d4075d2efcac8db
        Reviewed-on: https://gerrit.libreoffice.org/3450
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [745b0c1b2a944d37a7c5119eb3b9b45f3424bfd1]

        Updated core Project: help  dbe97fe597d0414935ae223ab635c3d9a6b0ec3a

2013-04-18  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [a95cce27295f9cd255fa72eaded00972e3efb69b]

        fix fdo#47018 Impress paste destroy bullet
        
        Currently the copy function stores the paragraph attributes
        to SvStream but the restoration in paste isn't implemented yet!
        This patch implements the attributes loading from SvStream.
        
        Change-Id: I58928ca66a83b3fe3c3894a28ccf1e7fe5f661b3
        Reviewed-on: https://gerrit.libreoffice.org/3369
        Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [fe9237785a21aa12438aafa66a7264a4220e29c7]

        pick a default number of lines for abbrev/double lists
        
        Change-Id: I553149931b6f2bad5ef149d899ca974240bda4fd

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [599d66fdce6149c7fa5c7c0ad00d4da3b9ce2dfe]

        convert autocorrect replace tabpage to .ui format
        
        Change-Id: I962fae2d4d177a7ca364d0dece0c15132a199497

2013-04-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [33cc263f2f5f8b5517c8742f6e7141cc01c75829]

        forward RTL_CONTEXT_foo logging to SAL_INFO in default debugging
        
        * RTL_CONTEXT_foo is originally intended to be used for performance
          measurement, but mostly unused right now
        * however its macros are sprinkled all over the codebase and might
          provide good help for ad-hoc debugging, and prevent SAL_INFO
          duplication
        * if there is no performance logging, these macros are now forwarded to
          SAL_INFO with logarea "logfile" or "$AREA.logfile"
        
        Change-Id: I495c8924e5b55124f7eac68eccda074d0740c117
        Reviewed-on: https://gerrit.libreoffice.org/3421
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-04-18  Stephan Bergmann  <sbergman@redhat.com>  [5a274ac7e0f12829cc0264df7a1f9cc4df776e77]

        warning C4702: unreachable code
        
        Change-Id: Ica48a91c0b8b55c984e59dbe9771d604bc77cdaf

2013-04-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [11b851d2f2f8ee6230b8c732d5b157e472c21be2]

        Uploading a new release of libwpd
        
        Change-Id: If8b449e45725b1c1a9840f6a497c31488cd7a800

2013-04-18  Miklos Vajna  <vmiklos@suse.cz>  [3d4fef85d05269e613316a7af6245f05d207d76e]

        fdo#63023 incorrect RTF background color in header
        
        Change-Id: I33f5c8a856206860ac9cdb23dd6b5222cb785bf7

2013-04-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [85f88a20b44a8c4742a6fdd6263e31cf023cfc36]

        Boy, I forgot to add this one
        
        Change-Id: I5797fa9cd709e084b2548ebe596891f8eb46c8e4

2013-04-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [115033fea5db45d0d14e3bcb30fb86d6b4699e06]

        Uploading a new long-awaited release of libwpg
        
        Change-Id: I2ffc92c620242426da61e11c8f354f6080edbabc

2013-04-18  Michael Stahl  <mstahl@redhat.com>  [075023b473b064e2cad84c3212602e1bb2bc9d1c]

        curl: link against the internal NSS if SYSTEM_NSS=NO
        
        This is somewhat non-obvious since there is no way to override curl
        configure's use of pkg-config for NSS... it needs actually 2 include
        paths, and the --with-nss takes only one (which is extended with
        include/ and lib/).
        
        Thanks to Alex Thurgood for the report.
        
        Change-Id: I06074de50daad19a2cc62fe4090d3c0fbfdb2cb1

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [b72c1a6575790944b18fb654664c8091d7cf2e67]

        fdo#63197: convert the rest of accessoriesgallery*
        
        Change-Id: Ib664ba3f208c87570db284b5fc38fa58d8d8a679
        Reviewed-on: https://gerrit.libreoffice.org/3454
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  David Tardon  <dtardon@redhat.com>  [e6f2a892471fde61e2a2f71e1f9028ccedfe7888]

        gbuild: do not zip Configuration output
        
        Change-Id: I9779cf6069737fcf10a592e1f5c750d5710d22e1

2013-04-18  David Tardon  <dtardon@redhat.com>  [0cf5b45ed55519a8406efd2445d0ff0b9b6a791c]

        gbuild: use different announce strings for filter stuff
        
        Change-Id: I7844c245e79c102a0a495a4ffe06b3541954c5df

2013-04-18  David Tardon  <dtardon@redhat.com>  [8531b8d015b1675d7af839728b121c500261d8fd]

        gbuild: use different announce strings for xcu stuff
        
        Change-Id: I650c810c4034019fc8928a07b11dd9d1f949a927

2013-04-18  David Tardon  <dtardon@redhat.com>  [200f3df4e27f37ee7ef88745c359f3abc4cadbf9]

        drop obsolete comment
        
        Change-Id: I85d86244800f596faa52f89219a9cd4340daf600

2013-04-18  David Tardon  <dtardon@redhat.com>  [203a59df05796d836cd5dc1495ab921c53556627]

        add todo
        
        Change-Id: Ia4c2e1a7ab479b6bd4ea66ed294567d624dcf694

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [49313bd92ef800d16d90e7f5a102210700afbfe9]

        remove unused helpid
        
        Change-Id: Iefbab5f23e0d0143ec0d9c81e9c68241d8878e3a

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [1765a3fb04514b97bfc6d39952a5063d3af1f24b]

        Updated core Project: help  0d632f681f14295b916f14c88912267c13c5fe0f

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [4cd5cc515bbc8f2f1c01be60bb37ea897420c8d0]

        get openldap to link to .so under AIX with gcc
        
        Change-Id: I8f1315320b041828b24ad2604f6e961e65ea417e

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [3d6424a752902bba513102834966868f609d91e6]

        Related: rhbz#761009 lp#766153 lp#892904 HandleFontOptions crash
        
        The mpServerFont member of a ImplServerFontEntry must not be deleted while the
        ImplServerFontEntry still exists
        
        see also 39cbce553da1834f78b77f48b2f1be9578d6cc05 for another reason a crash in
        the same place can happen.  Its impossible from traces in crashes before
        39cbce553da1834f78b77f48b2f1be9578d6cc05 was fixed to distinguish those crashes
        from this crash.
        
        This crash is a regression due to 7a416820ab5e03f8b988656e0f6a592cb1e81d07
        where we went from modifying pServerFont in X11SalGraphics::setFont directly to
        modifying it/a-different-one indirectly via ImplServerFontEntry
        
        The various font caches and font thing lifecycles of LibreOffice are somewhat
        confusing.
        
        This crash had eluded me for years, to reproduce:
        insert->special chars->select a font with loads of glyphs, i.e. "AR PL UKai CN"
        click on the first row of glyphs and hold down page-down until you hit the
        bottom, then page-up until you hit the top. Pre patch it won't survive the
        whole down+up (and valgrind will moan quite a bit)
        
        Change-Id: Ifde0cb375f487c556b04a640d77765a7dc2f0913

2013-04-18  Stephan Bergmann  <sbergman@redhat.com>  [fe6c9239d787a5d6057addbd38c5bb42760bbceb]

        Properly set PS to a single backslash for Windows
        
        I guess all those $(subst \\,\,...) in odk/examples/.../Makefile are only
        workarounds for a broken PS setting and could go, too.
        
        Change-Id: I2e44108f23803e1f49157a91be11af5ad860673c

2013-04-18  Stephan Bergmann  <sbergman@redhat.com>  [197469231675658bd353d225ec7f6bca1dbbd14f]

        Adapt env var settings to MS command shell syntax
        
        Change-Id: Ie6d761a436a3c1b06f0da1dac7c93c50789230dd

2013-04-18  Noel Power  <noel.power@suse.com>  [b850ab574c11cf1d597035eca875181c6de31ea6]

        fix Frame import for oox filter
        
        Change-Id: Ie165b509ea7668a3064e16b537bf2e51345324ba

2013-04-18  Noel Power  <noel.power@suse.com>  [c903c377ec885465e422d6acf0e8eb75483dff30]

        fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmas
        
        Change-Id: I01eff3bb8b194e1437a263e527cb8e6d2defa4de

2013-04-18  Stephan Bergmann  <sbergman@redhat.com>  [96488510c006785bba22c1039885c03e95ac4832]

        Let juhx.dll export undecorated symbols on Windows
        
        ...otherwise preload.cxx in juh.dll will not be able to find them
        via osl_getFunctionSymbol.  What apparently happens is that JNICALL expanding
        to __stdcall decorates symbol names with _...@NN.  This likely was hidden in
        pre-gbuild times thanks to the use of def files.  (On a side note, the JVM
        appears to contain special code to find syms for native methods in both
        decorated and undecorated form; that explains why it picks up the decorated
        symbols from juh.dll just fine.)
        
        There is no need for the functions in juhx.dll (called from the juh.dll wrapper)
        to adhere to JNICALL (in fact, things would likely be easier to maintain if the
        juhx.dll functions also used different names than their juh.dll wrappers).
        However, what complicates this patch is that for DISABLE_DYNLOADING, the juh
        wrapper and its preload.cxx is elided, and the code that would normally go into
        the juhx library goes into the juh library (and thus needs to stick to JNICALL,
        and also needs to use the right function names).
        
        Change-Id: I66611648f1f79f57f0c1b23fb7a801da2d7b86c5

2013-04-18  Michael Stahl  <mstahl@redhat.com>  [000d3aaca5e8b0bab4689f753e8025d73e5bcded]

        desktop: add STR_BOOTSTRAP_ERR_USERINSTALL_FAILED
        
        ... or why do we handle this case separately to put up a generic
        "internal error" message?
        
        Change-Id: Id51534adb0092cdd459c1811dac0385f0dcbaddb

2013-04-18  Michael Stahl  <mstahl@redhat.com>  [47754fe3ed8359a393c20996d70770c1dcd92207]

        Desktop::HandleBootstrapPathErrors: try to not be totally useless
        
        Change-Id: I400790635849171f710fbc70969dbd337ffe6859

2013-04-18  Tor Lillqvist  <tml@iki.fi>  [592e23ab123acfb18c0988f107528744727337d8]

        ax_boost_system.m4 uses "tac" which is not portable, OS X has "tail -r"
        
        (Still, did not manage yet to build liborcus against boost 1.53 on OS X.)
        
        Change-Id: I29b3e032badfe2e3631cd5f79f8c9e7bb0627dc8

2013-04-18  Siqi LIU (via Code Review)  <gerrit@gerrit.libreoffice.org>  [38cc47f8b1715525cf4a2ccaab7464e9ed1c734c]

        fdo#61873 - add WiFi experimental feature alert.
        
        fixes reconnect crash. Won't crash when server-end disconnect.
        
        seperate Client construction and initialization so that Client()
        will release its mutex lock and won't block service.run().
        Otherwise onBackPressed() will be blocked in PairingActivity
        
        Change-Id: I424a470aa02b0c74b28cb9f9ba79489aa0d4ab1b

2013-04-18  Tor Lillqvist  <tml@iki.fi>  [e5fb76a402c97d6e69abded8e640676724466d66]

        Revert "Use -D_GLIBCXX_DEBUG here, too, in a dbgutil build"
        
        It is broken in the same way on iOS as on OS X, they use the same libstdc++.
        
        This reverts commit ca3392e833ef932664e236eafddeff874eb95d70.

2013-04-18  Golnaz Irannejad  <golnaz.irannejad@gmail.com>  [83828891e4c985a024a0c920535bad56b7fbdf11]

        Delete unused code in one file.
        
        Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229
        Reviewed-on: https://gerrit.libreoffice.org/3446
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-18  Miklos Vajna  <vmiklos@suse.cz>  [29b59f2e87d1b00ab6a1f4cc4e960603974992bc]

        gdb-core-bt: don't talk about core files without a reason.
        
        When exit code is <128, then the test probably just failed, it did not
        get a SIGSEGV or similar signal, so it's expected that no core file is
        created.
        
        Change-Id: Ie9e3599bd6738c04afacb95000d09f9dd2a5c426

2013-04-18  Miklos Vajna  <vmiklos@suse.cz>  [54d0673ba422d6408d8b2d39493a3a7bb4f56037]

        testcase for 35b75ed510f49ff64cd86b38e228c2b5b9a9f3fc
        
        Change-Id: Ib734717cdc293b3921c94f93b1d6d0d5e07120d5

2013-04-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9d5276b3fb2de81d56e698cc8d32b2869cfb3c55]

        PImpl the WPXSvInputStream class
        
        Change-Id: I11a3d663e2f5a8f68edd66b7ba2af15cc57287a9

2013-04-18  navin patidar  <patidar@kacst.edu.sa>  [16f508686c29bfa244ca6f81b5ab3bbaf5fef2a7]

        fix fdo#63546 : set appropriate alignment when writing direction is changed.
        
        Change-Id: I3aa22be6ae85b6f18ed48e3ffd6abc5102a2e92e
        Reviewed-on: https://gerrit.libreoffice.org/3424
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [025857d81d4781a95cda4e790808b05b97eb97d9]

        WaE: g_type_init has been deprecated since GLib 2.36
        
        Change-Id: Ied9b2c2424d780d589cb1b07df0ec38107d49829
        Reviewed-on: https://gerrit.libreoffice.org/3434
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-18  Lior Kaplan  <kaplanlior@gmail.com>  [6a0f56b09d978e516846814062785a157c3ddbde]

        Fix typos: HEIGTH -> HEIGHT and WEIGTH -> WEIGHT
        
        Change-Id: Ie5dc62bf535360cde8a5ccd6f8be3965ff48739c
        Reviewed-on: https://gerrit.libreoffice.org/3435
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-18  Michael Dunphy  <michael.w.dunphy@gmail.com>  [8e528bd24155fd634f24a82e24d4497a8f78d542]

        Remove unused code
        
        Change-Id: Id4ce1d003db61374ba68f807090860595178b562
        Reviewed-on: https://gerrit.libreoffice.org/3447
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [ac1f7e13b03acbe7e98541731eb79c6be7e08c55]

        make replace column list align with replace editbox
        
        Change-Id: I23c813bde254c65ce3279784aa0650c879fdd992

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [a8e1ed87ff7ccd24ccbcd74cc7689e0eda2fec36]

        allow tree and tab boxes to have borders via .ui
        
        Change-Id: I988f307d2ce88ac5f7e1ee7d7c5cffd352c963e0

2013-04-18  Caolán McNamara  <caolanm@redhat.com>  [61a690cd79a0c1412d8432a62d48632b5c2adc80]

        convert autocorrect replace to to .ui
        
        Change-Id: Id1ea4f5e5f003b4c5c405556a2951943a5ed4fb2

2013-04-18  Miklos Vajna  <vmiklos@suse.cz>  [e35b772e44096c3a5d1077df7b243fae08e33621]

        SwDrawTextInfo: confusing p prefix for non-pointers
        
        Change-Id: Id5b055081f8bed3399326aa0e1c6372edf4da29f

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [3677823cea29f6d0b054827a8df1ae3aa84c4523]

        fdo#63197, convert some accessories
        
        Change-Id: I0b406734603ad61d7a00ea2f6114103e10f265ed
        Reviewed-on: https://gerrit.libreoffice.org/3449
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  Stephan Bergmann  <sbergman@redhat.com>  [dfebe3fc512939395e8ece9cab85eb1c2cb04783]

        Revert _GLIBCXX_DEBUG on Mac OS X again
        
        It does not work, see
        <http://lists.freedesktop.org/archives/libreoffice/2013-April/050321.html> "Re:
        [ANN] --enable-dbgutil: everyone gets a Debug STL!"
        
        Change-Id: I0b0c0faa03a1a03095b70454d38a1a193b42d56a

2013-04-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ea761868c5cb79acd6c994d2f9d66799a3728a6]

        Updated core Project: help  c000c3e3811701f55229bdc0231ceaf8f1e2517a

2013-04-18  Eric Seynaeve  <github@nosperse.com>  [ff547f4646c88c739118bf3058823b8642a275ae]

        fdo#61135: adding help button to stepped lines dialog.
        
        Change-Id: I2ab4882e6c1e98ffa5a297a49e6968b629051be0

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [b1ba3e03078d1d69e482aaae497a068600fa68fd]

        fdo#63197, convert accessoriesgallerydrawspeople
        
        Change-Id: I9743fd98691695f831fa282a64482b23178f0026
        Reviewed-on: https://gerrit.libreoffice.org/3444
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [e725872d49e8b176e2c9be4fde5d5f76256daf45]

        fdo#63197: convert psprint_config files
        
        Change-Id: I99660704931c7341a72fe303fae47f984f968ecb
        Reviewed-on: https://gerrit.libreoffice.org/3443
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-18  Julien Nabet  <serval2412@yahoo.fr>  [0b4315077a6827798e1d2bdae73298365ba9a018]

        fdo#63197, convert sysui osxicons
        
        Change-Id: Iab9cb3704385c115e1d25189a3d8833bd6721e24
        Reviewed-on: https://gerrit.libreoffice.org/3440
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-17  Radu Ioan  <ioan.radu.g@gmail.com>  [d461088eb4dd3b3bf7c2caaab082890ebcf80fea]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
         - replaced osl_trace with sal_info
         - replaced dbg_* with sal_*
        
        Change-Id: Ie5d3ae7d2c5dbaaed30d0b39740748845c9f1641
        Reviewed-on: https://gerrit.libreoffice.org/3423
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-17  Julien Nabet  <serval2412@yahoo.fr>  [0191eb95fb39138500426a87569d365ecaaf8e42]

        fdo#63197: convert wizards
        
        Change-Id: Ic7fa577fbdb527a75643c4e2919e0527432d5536
        Reviewed-on: https://gerrit.libreoffice.org/3439
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-17  Julien Nabet  <serval2412@yahoo.fr>  [718cd9e46e47cc384758f0517d4e5b3b70d2a73d]

        Remove unused web wizard
        
        Change-Id: I76ed89c4a46e5a7b6a639e2c2717bc53d9b68bc9
        Reviewed-on: https://gerrit.libreoffice.org/3438
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-17  Julien Nabet  <serval2412@yahoo.fr>  [96adcf4b9f466e2bf26ec5aeb9e4202002376a61]

        Remove unused launcher wizard
        
        Change-Id: I6c071f00eef88d3f56e76efddf6f0c71aa56b089
        Reviewed-on: https://gerrit.libreoffice.org/3437
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-17  Luboš Luňák  <l.lunak@suse.cz>  [f22006dc6ac34a35a060e15466cf6b2d2058617d]

        fix stupid over-optimization
        
        There's so little to be gained by storing pointers to simple
        or refcounted types instead of using an instance. At least
        SwTxtNode::GetMinMaxSize() and SwTxtNode::GetScalingOfSelectedText()
        pass string temporaries to SwDrawTextInfo, so keeping a pointer
        is clearly broken, and MSVC manages to optimize the code enough
        to crash because of this. As all the pointers point to const references
        and are accesses using const references as well, there shouldn't
        be any harm in making a copy.
        This fixes smoketest crash on Windows.
        
        Change-Id: I7d7cb42e175a2e64fe9c84c98c0d0204a0c25c13

2013-04-17  Noel Power  <noel.power@suse.com>  [a43cc9ec8dde4f311bcf8ff96e6a26d56b2abdcf]

        implement MultiPage, Page & TabStrip import for oox
        
        Change-Id: I1912c9550c12a971fcc7fdbc8bd623f18ccc40b8

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [2bbdf5c72254a70c43894eb907f23f78557f709a]

        convert autocorrect dialog to .ui format
        
        Just the outmost dialog itself, not the individual pages.
        
        We have to go top down in this case to incrementally convert the pages because
        of the non-standard additional widgets outside the tabcontrol area.
        
        So this dialog is set to non-resizable until its contents are
        converted over.
        
        Change-Id: I92014a44b4cab8d345666295b052635d4b57a496

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [6c648e3dca9b3f8beceb877a461d2118d473c20d]

        Updated core Project: help  0483b91db6d66dbe320ce8a129988a6ed8940832

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [9302aec448085b89f73adfc88a5c09180f7d4af8]

        fix solver optionbutton group
        
        Change-Id: I23cf85f5fbd2dcc333094e9003ce8f5ce4f0b68d

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [f1d22be9c19d6aa0fd904e67767be07b9c1c3a67]

        Updated core Project: help  0065ae78b41544cda55fddddb0cf4e776da56e4d

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [39c6a5cec7471029292de2cf1ebb2a18947be4e2]

        Adapt to gtkframe -> gtksalframe rename
        
        Change-Id: I2a464208081b42a577aafbe321d9662007208d77

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [010dd7a05360a1aebebc3381ba96aa5ff4534543]

        libmariadb: fix unresolved dlopen etc. with MSVC 2008
        
        Change-Id: I8268ac340f62a84bfae774194e8a6a50c8a707f3

2013-04-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [74eca0778402a966ee628c998555d4512e6a5048]

        some more debug info
        
        Change-Id: Icabdaab665ac969c9ba6240d2e825d1e62776249

2013-04-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [58b7dd8aee242062f1ef75b310a39ff4a3fbe1ae]

        move gtkframe to gtksalframe to match class name

2013-04-17  Tor Lillqvist  <tml@iki.fi>  [a029b55d9f8a7b6040fdc27f0b5fde86e71d94a0]

        Remove a pointless assignment of a variable to itself
        
        Change-Id: I6c983ec5f0f4597f7f86c1c9ff256881c360bb1d

2013-04-17  Tor Lillqvist  <tml@iki.fi>  [1c25b01fce27c85affee920441b9b09a7bfe0501]

        Eek, it is hard to get the right path to the .app that is being built
        
        Temporary directory name upon temporary directory name. Just in
        case. When in doubt, add one more temporary directory name layer.
        
        workdir/unxmacxx.pro/installation/LibreOffice_Dev/dmg/install/en-US_inprogress_temp.62979/./LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86-64/LibreOfficeDev.app
        
        Couldn't quickly figure out how to construct the
        "LibreOfficeDev_4.1.0.0.alpha0_MacOS_x86-64" part so just use a
        wildcard * for that for now;) There won't be any other directories
        there anyway, as far as I know.
        
        Change-Id: If950d4cdfe3f7b0663f1b6fbd62185ca8284dd7f

2013-04-17  Winfried Donkers  <osc@dci-electronics.nl>  [275e68d141179272258d03194d799495fa3dec4a]

        fdo#40100 make function YEARFRAC comply with ODFF Version1.2
        
        Change-Id: Ief5e5c89b7fb69fb9849cf2d6efe2b4c5b7f5391
        Reviewed-on: https://gerrit.libreoffice.org/3375
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [81bee24d6b6e12219811813aa1c16892c93e0ba7]

        libmariadb: make it build with MSVC 2008
        
        ... although i'm not sure if the stub implementation of
        pthread_cond_timedwait makes that much sense.
        
        Change-Id: If1926e760c0e1b84fd2ac48431c06c6f1ba4dd1d

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [e983759ee1eedc2397de4ebd248a514e1ae50788]

        adapt code to solver dialog .ui conversion
        
        The vertical scrollbar remains a bit whacky in how it scales and operates when
        scrolled, this is unchanged.
        
        Change-Id: I468a87c75f1c1927d0387c4af64c7ad87f4e1922

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [6af59bec5ddb84dcc7d2e03189a967eb97cf8e7a]

        adapt solver dialog to .ui conversion
        
        Change-Id: I490c5bbddaefbdf06f33fbcfc86e862441b05a00

2013-04-17  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [e75ddb91c3d52ea9e6939325118cf906d971c41e]

        Converted Tools -> Solver widget.
        
        Change-Id: I8413f2ee3bcd700409f6bfa3886ba91c2fa2b921

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [e0e43597c4bf6f92f3d8406341f472be911169db]

        gbuild: fix gb_Dictionary_add_localized_xcu_file for --with-lang
        
        ... which has the same stupid mistake.
        
        Change-Id: I128af77f0b75d2b60f5bb4b33e55c2bc0c94ae98

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [15990d8ccbd4e89770b449444ac430650ca6a381]

        libmariadb: fix wrong line ends in patch
        
        Change-Id: I8fce7d3b3da2a6dad373409f9c9ba3b9cd06aa4f

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [7828f4377033f8dcceb8ff9368b6d613a1dd7b2b]

        MSC needs those min/max macros after all
        
        ...otherwise, it will fail with "c:\program files\microsoft
        sdks\windows\v7.1\include\GdiplusTypes.h(470) : error C3861: 'min': identifier
        not found" errors.
        
        Change-Id: Ib81ab7f5357b1f980202b63b144296fa252b71b1

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [ffcdefe83ab043edef943657d5dedef75faaa5b0]

        gbuild: UnpackedTarball: do not query for input on "reversed" patch
        
        This can apparently happen when interrupting a build; reproducible with
        "touch workdir/*/UnpackedTarget/*openssl* && make openssl".
        
        The -f parameter would apparently silently ignore some mal-formed
        patches but at least it rejects potentially reversed ones,
        which causes the "error handler" in gb_UnpackedTarball__command
        to touch the "prepare" target so the next make is successful.
        
        Change-Id: I7bbd7d9385d990a69214a3a2d9bb20b5a7173748

2013-04-17  Michael Stahl  <mstahl@redhat.com>  [fb3bec7b3dd9b00600d5b0ef9e8ee0052f7fa248]

        gbuild: fix gb_Dictionary_add_localized_xcu_file
        
        ... clearly David should have reverted my commit since it didn't
        actually work :-/
        
        Change-Id: Ib34e540e247f1082bc9d155cd011eb31cd33048e

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [adae41c0ed01ff7476acb584ddf636f1162e68ea]

        MSC needs those min/max macros after all
        
        ...otherwise, it will fail with "c:\program files\microsoft
        sdks\windows\v7.1\include\GdiplusTypes.h(470) : error C3861: 'min': identifier
        not found" errors.
        
        Change-Id: Ie58a5e85e6712e4244ce4799c203b31a717a91e6

2013-04-17  Noel Grandin  <noel@peralex.com>  [bea18dd581ac9341a19e757a72662ab7a2e34b0a]

        fix compile error in unused Java file.
        
        "exception not thrown in catch block"
        
        Change-Id: I13f8be9913f655ab1633b29e9fe686a41c2c0fcb

2013-04-17  Thomas Arnhold  <thomas@arnhold.org>  [f4b7fa5cdb670359ee967f38bd71fa9a8e5eb8d4]

        update dictionaries
        
        Change-Id: I0f693266b7c3621f885acbe450f4faead3d8284f
        Reviewed-on: https://gerrit.libreoffice.org/3429
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-17  Tor Lillqvist  <tlillqvist@suse.com>  [e79b387e03ff80927f0b15b5f43366e06d3a48a8]

        It is very wrong to #undef _DEBUG in some source files of a library
        
        Nowadays in a dbgutil build with MSVC, the debugging runtime (C++
        library) is used. Just like with the GNU libstdc++, it is not binary
        compatible with the non-debugging variant.
        
        All sources that go into one DLL or EXE must be compiled with the same
        _DEBUG settings (unless one is extremely careful and knows exactly
        what one is doing, which presumably is not the case with this code).
        
        With previous compilers this has gone undetected, but with MSVC2012 at
        least, you get link-time errors, which is a good thing:
        
        nssinitializer.o : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in biginteger.o
        
        nssinitializer.o : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in biginteger.o
        
        Whether this actually has caused run-time erroneous behaviour or
        not in a dbgutil build is another thing...
        
        Change-Id: I0c42161f00a0e37b438e3b911e3c0058edadd800

2013-04-17  Artur Dryomov  <artur.dryomov@gmail.com>  [b80d8c695e6b6ded231e67ed9a80bcd1f1250c03]

        fdo#62096 - replace some O(U)String compareTo with ==
        
        Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d
        Reviewed-on: https://gerrit.libreoffice.org/3422
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-17  Aurimas Fišeras  <aurimas@members.fsf.org>  [c75eeddfb892918c13a19f7c534b73e423ff8d89]

        Update pch
        
        Change-Id: Ice80350184f7a514d5beab0a5e1da5b98d5733e4
        Reviewed-on: https://gerrit.libreoffice.org/3427
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [aae91941bfb0ec60e8703cff3d685c4a8dc7c301]

        -Werror=unused-macros (MinGW, shell)
        
        Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a93abb0fa4598b49b786b6936e4d25f21f6187a7]

        -Werror=unused-macros (MinGW, filter)
        
        Change-Id: Ic2f743643f8a825a8f485b68025717e09f3d8c2f

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [c86b0e0d1257a304ff39aedf45e292b5e462545f]

        -Werror=unused-macros (MinGW, dtrans)
        
        Change-Id: Ie32b2b1283b54719f4c9525105d534fce70219af

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [8e08a416209bf86cbe5223e6d6980cf935da596e]

        -Werror=int-to-pointer-cast (MinGW, extensions)
        
        Change-Id: I16db60c861ef7ac0a2a9076fde1996a7b7b0e991

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [438f5b9f90d1eb5a5cb729a06e75ef4d9a9096f6]

        -Werror=unused-variable (MinGW, extensions)
        
        Change-Id: I43c2ad4a601ffe20f471d81ed7697b89c496fa6f

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [fbba4781b719bf3ff456ff80f76427afa723da24]

        -Werror=write-strings (MinGW, extensions)
        
        Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [1eda84de6a9c23c46a62cece2b9b64fff31fcbb1]

        -Werror=unused-macros (MinGW, extensions)
        
        Change-Id: I208b5f1a8f3faabd03961bd58e2f09bb8338c790

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [c2f848f79fdcd56dea9410fe04ed43580da2c9ab]

        -Werror=undef (MinGW, twain)
        
        Change-Id: I6ff83d58808889d12ca1bbf899e2d6c823cb7726

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [ed2ef0a97e49692085805702e089da917222078b]

        -Werror=unused-macros (MinGW, sfx2)
        
        Change-Id: Id4e46df91c94f987922402c0f791f79aa9d13bc9

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [463ca2cb2953582774fddb7fa1e1d6573a8701fe]

        -Werror=shadow (MinGW, extensions)
        
        ...and aStr, aStr2 are not necessary, anyway.
        
        Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a394a6f9120b0aa7b6879fe19d73474e25a21af2]

        -Werror=unknown-pragmas (MinGW, extensions)
        
        Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [52ede08a659588534b4aaa2272957ef3317564ff]

        -Werror=unused-macros (MinGW, GradientStyle_RECT)
        
        ...hopefully unnecessary today anyway?
        
        Change-Id: Ib3c621f46311c90d159fe0f08655c01d25024d7d

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [3b28f4b555c274e106045a1b1264018998f04202]

        -Werror=unused-macros (MinGW, svtools)
        
        Change-Id: I843a14b093c2cc21364dd3e3f1c6b5b5566999b0

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a43afd19c9405b629d30db6713e4115209f68f11]

        -Werror=unused-macros (MinGW, vcl)
        
        Change-Id: I2a3b5ad429e7bcc60dc50635a48feb6037b0001e

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [598215cb415ecc75df095bd83e427134d7409139]

        -Werror=unused-macros (MinGW, jvmfwk)
        
        Change-Id: I860939930c43cac89c4ab745bf129922be1f1511

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [2acc9da9e16b5216bc59ff12cb37f84610553a7e]

        -Werror=unused-macros (MinGW, USE_ACCESSIBILITY_FILE)
        
        ...dead at least since c58b07c958e7bc70a9d337852df477f33a453433 "#i20020#," if
        not even since the beginning, 49614181e5712933a3dce40c6afb344f02f8d287 "#i20052#
        plugin lib for java framework."
        
        Change-Id: Ic0b35341cb8038ccfe0a2f4f5b758341b9ab13b9

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [a21f52e7314bdc7968e92147bb4f3442ad769c09]

        -Werror=undef (MinGW, np_sdk)
        
        Change-Id: If8207bcc0e21eb206faa58c4debc34c95e33b279

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [be9e5c5ade8c17f73ee96ee4013e9be7b4397855]

        -Werror=unused-variable (MinGW, extensions)
        
        Change-Id: I88113be8ff3f4dfe641463267754ee8129bc767a

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [e59f0a2df15e45c0d7867fa82202e4c57c39833d]

        -Werror=unused-macros (MinGW, sal)
        
        Change-Id: I7c0411320798721e70de32580de6adcf5565f12a

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [10daf844f590017db539c38f5d072a4c15708c74]

        -Werror=unused-macros (MinGW, _WINDOWS)
        
        ...hopefully unused anyway?  In there "since the beginning."
        
        Change-Id: Ibe61ad133dc8a546a2c70626faa5f8d2ca951150

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [4d7835fd6e92f7307e4c1cb1761108b91e564124]

        -Werror=unused-macros (MinGW, extensions)
        
        Change-Id: I9e442453108eddcfc6cbb9769ac224fc469f1efc

2013-04-17  Caolán McNamara  <caolanm@redhat.com>  [02179ab7e771fae9d012724b8ff1397f4265cfc1]

        stash the label widget for shrink mode in the edit, not the button
        
        because we always have we a refedit, but sometimes not a refbutton, so set the
        label widget to use for the dialog shrink mode on the refedit instead of the
        refbutton. This way we get the shrunken dialog title bar updated with the label
        contents regardless of using the shrink button or clicking in the editbox and
        dragging the mouse around the spreadsheet triggering the shrink mode
        
        Change-Id: Ifdff01a30d5c65aa964d4bf544017a2927757d67

2013-04-17  Matúš Kukan  <matus.kukan@gmail.com>  [a59565f855cb30fff56eb3d889376bfd27dc728f]

        workaround problems with LTO for some libraries (disable for them)
        
        Currently enabling lto fails for scfilt frm and wpftdraw which should be
        fixed and this commit reverted.
        
        Change-Id: I73b1846458dd7830425279328dd4e652269afc1a

2013-04-17  Noel Grandin  <noel@peralex.com>  [cb6b6e286cf4664c0036560908ec28f3bba3aaa6]

        Fix for method name change
        
        In commit
          43debfae8326ad98f9d130aa450f59ad49577d55
          "General cleanup of OfficeBeans"
        In class
           com.sun.star.comp.beans.OOoBean,
        the method
           aquireSystemWindow
        changed name to
           acquireSystemWindow
        
        Change-Id: I5a9a16c1374d7dbc828ee2fa76c193b207881415

2013-04-17  Jan Holesovsky  <kendy@suse.cz>  [09f50c017fe106b7bf94f60933667b55130ea1b5]

        Reintroduce unlockPositionOfObjects().
        
        This unlocking code was accidentally removed in commit
        120922361a5928ea4437ffe253ce209abd7060b0.  Not sure if it is still necessary,
        but I am at the moment unable to prove it is not, so better to be safe :-)
        
        Change-Id: I20a7cf3299de75182f890efb0d192e54c1b2543d

2013-04-17  Noel Grandin  <noel@peralex.com>  [c3b1ce2097ea3b43234be3dfb1d529335b980ff8]

        Fix assert statement
        
        which I messed up in 7e4db91a3900fd0bbce0f0592a045458a37862b3
          "Convert SfxShellStack_Impl from SfxPtrArr to std::vector"
        
        Change-Id: I177972fddb8a0f2237085fdc2892d6992c5fc746

2013-04-17  Miklos Vajna  <vmiklos@suse.cz>  [7de8db6a95d644c175b77a132c49cdc1eead1eac]

        solenv: fix packaging of gdb pretty-printers in the non-libmerged case
        
        Change-Id: Ia6241674c8a262965025df7800d106747f7575fd

2013-04-17  Thomas Arnhold  <thomas@arnhold.org>  [e70ea92b3632c376975dd85dbcb26e7ca6b95498]

        scp: remove unused macros
        
        Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908
        Reviewed-on: https://gerrit.libreoffice.org/3410
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-04-17  Tor Lillqvist  <tml@iki.fi>  [37ec420f8f93e5af6a05a48d619bee06b64dfa69]

        Clang does not have -fpermissive
        
        Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c

2013-04-17  Stephan Bergmann  <sbergman@redhat.com>  [0789ee23ae6a417d141098c411224a8af9f626d0]

        --without-agfa-monotype-fonts is gone
        
        ...since 62bf424fa84b0ccd0828a474a1351b0134f27eab "remove dead code."
        
        Change-Id: Idfe58e53232c6cef755f4f7e4d572f7cac3efc6a

2013-04-17  Julien Nabet  <serval2412@yahoo.fr>  [a0879a54aed42b3e90d34b37aede434b1c84f7d0]

        fdo#63197, convert Zip_accessoriesgallery
        
        Change-Id: I23d31c9574269f9d945a6940728c90cb7a9ae51d
        Reviewed-on: https://gerrit.libreoffice.org/3416
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-17  Thomas Arnhold  <thomas@arnhold.org>  [fe4260c53e7df91a4d2dad06104d7979a212de29]

        reformat xml file with xmllint
        
        maybe this should be done for all files in officecfg...
        
        xmllint --format --recover foo.xml
        
        Change-Id: I1fe97a84a706b7d51e21d268cbf7baf32eb0f8f0

2013-04-16  Peter Foley  <pefoley2@verizon.net>  [346431a13853c651ca4fb4db7893bfc7bfcbf2ab]

        fix gdb pretty-printers for non-merged
        
        Change-Id: I7e248a48ee8443b0f9209be708ce65dab57275f7

2013-04-17  Thomas Arnhold  <thomas@arnhold.org>  [3c2e1c680a085ce79bfdb1a4e23c8113abba500c]

        remove whitespace from xml tags
        
        Change-Id: I55e8c5876423969788d81524f40c54644f59a256

2013-04-17  Thomas Arnhold  <thomas@arnhold.org>  [3ca9820f14cfc1b579fe8196c225b0f099312f6d]

        remove some newlines at eof
        
        and one last <author> tag
        
        Change-Id: I4fa21ba3cb4b76327ae476f2f7f75152db478f76

2013-04-17  Takeshi Abe  <tabe@fixedpoint.jp>  [01c135776601cb767fb45456739596c50499820f]

        sal_Bool to bool
        
        Change-Id: Id2ba5cf09227945fd97ef6f7e63cb40fa6488886

2013-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e0f880937174486030612961a518260fc76005e]

        let us use startsWith instead of indexOf
        
        Change-Id: I185a5a6f1d85c9e3e7ee5115b100b724031b6c03

2013-04-16  Chris Sherlock  <chris.sherlock79@gmail.com>  [43debfae8326ad98f9d130aa450f59ad49577d55]

        General cleanup of OfficeBeans
        
        Cleaned up Java source files:
            + removed unnecessary commented out code
            + corrected many spelling errors
            + formatting changes (remove decorations from comments,
              whitespacing, etc.)
        
        Change-Id: I4133908ceac874b273fe409d763b3ddbfc2055e5
        Reviewed-on: https://gerrit.libreoffice.org/3413
        Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-16  Noel Grandin  <noel@peralex.com>  [7cac1bc73c53d8bfb0b7d87966ae19ce2e918883]

        Convert SwDrawTextInfo.pText from XubString to OUString
        
        Change-Id: Ie567feb315a018a1f5bd794a4d12435865e67ec4
        Reviewed-on: https://gerrit.libreoffice.org/3417
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [e2ce3538943c510efa8041fca3c83728acf3a155]

        remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxx
        
        Change-Id: I23c9f905e6f679299f95baa6d8d4bafa97a3f19a
        Reviewed-on: https://gerrit.libreoffice.org/3399
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [c6e9926468b1ab7eade9c1afc9e2216dd7c97330]

        Convert SmFontPickList from SfxPtrArr to std::vector
        
        - removing SmPickList in the process, since it's only used
          as a base class for SmFontPickList
        - and remove dynamic allocation, since we're always making our
          own copy, just store the data inline in the vector
        
        Change-Id: Idedff240456788c473ac49bdaa3f6d27a217e3d6
        Reviewed-on: https://gerrit.libreoffice.org/3398
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [70b45b2f55174bbdbf254f3efa755ffddb3d2721]

        Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h are
        
        Change-Id: I561aa6cc1de7ed6128d25c82cd493d5d5718e052

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [c3fa18254a24c1f260ff655fce9f100da800a28c]

        Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'
        
        Change-Id: Ic38b7fcb07d0cbc9a701207e0085b42d3471a786

2013-04-16  Noel Grandin  <noel@peralex.com>  [187a592df9bc9c1ef4b53fe6dce40a3c74f6bb67]

        remove dead code minstack.hxx
        
        Change-Id: I67a7a4c51188187c1ab234f8e9d2634eb018badf
        Reviewed-on: https://gerrit.libreoffice.org/3397
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [7e4db91a3900fd0bbce0f0592a045458a37862b3]

        Convert SfxShellStack_Impl from SfxPtrArr to std::vector
        
        Change-Id: I1ffd615a505029242a87337c9ef42c8156c42d70
        Reviewed-on: https://gerrit.libreoffice.org/3394
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Joren De Cuyper  <joren.libreoffice@telenet.be>  [af4a947174aafe669c129c54c304caa43d90eac7]

        fdo#63290 - UI: Goal Seek - incorrect term "current cell"
        
        Previous patch was a review patch I submitted to send to the UX advice
        mailinglist. Cor proposed a better wording for the label name,
        see https://bugs.freedesktop.org/show_bug.cgi?id=63290#c4 and has been
        revised a bit more since then.
        
        Change-Id: I0cd1fac43ba3fed55fbb16e4f9bbf6836c1436b2
        Reviewed-on: https://gerrit.libreoffice.org/3338
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [74af27fef6505d4e47b53ea765b9cc4a96629fa4]

        Convert SfxChildWindows_Impl from SfxPtrArr to std::vector
        
        - also remove dead struct SfxSplitWin_Impl
        
        Change-Id: I408bd994b206963b5ac115f4d47fc79c6687e051
        Reviewed-on: https://gerrit.libreoffice.org/3390
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [431b265af7a66c15a35e8a388d2aa8c9ddb106e1]

        Updated core Project: help  0a2a1d9d34779e473405adcae1a96710686c9cec

2013-04-16  Noel Grandin  <noel@peralex.com>  [f1c91970cba512452bb138c5af262b910068589e]

        Convert SfxChildList_Impl from SfxPtrArr to std::vector
        
        and simplify use site
        
        Change-Id: I287c280e1206f72dfaff4f38c24c8997e726887a
        Reviewed-on: https://gerrit.libreoffice.org/3388
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [ddc27e4d5496edd558d48747b8830d393550aa30]

        adapt code to goal seek dialog .ui conversion
        
        Change-Id: Ic3edf3f42365630c903f4e2cf63103a8f59311bb

2013-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f789cdaffffea74e84243bc2e917173c6a750b20]

        Revert "add missing include"
        
        This reverts commit 6b08209ae4cebe9c71fe5496499f2e9a4d42def3.

2013-04-16  Noel Grandin  <noel@peralex.com>  [9b9f1c4b6f21eb30eb365da3cca4ca4a1d2d0069]

        Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vector
        
        Change-Id: I25c8edc51f97af9de2563a8dba7387a2be9f4fd5
        Reviewed-on: https://gerrit.libreoffice.org/3360
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [3f153805b84e91dec3819a15ae04d2ba1a9721dc]

        Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vector
        
        Also
        - remove dead class definition SfxIFConfig_Impl, which was
          using SfxObjectUIArr_Impl
        - simplify declaration sites, we don't need to dynamically allocate
          these arrays
        
        Change-Id: I0f7110a324cc37f2eb2567cc066099ea4d86276c
        Reviewed-on: https://gerrit.libreoffice.org/3359
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Noel Grandin  <noel@peralex.com>  [a43dc5802eacca8451e65bf2229858cfe89408eb]

        Convert SfxPtrArray to std::vector in SfxTabDialogItem
        
        Also simplify the use-site, we don't need to new it.
        
        Change-Id: I310f2027fb777380b8bddb73b169021f5448a6f6
        Reviewed-on: https://gerrit.libreoffice.org/3358
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6b08209ae4cebe9c71fe5496499f2e9a4d42def3]

        add missing include

2013-04-16  Noel Grandin  <noel@peralex.com>  [d3a279cbd308486250e2b652aac01d41e2a52f14]

        Convert usage of SfxPtrArray to std::vector
        
        Change-Id: I38664f59e4cfa7354196437901175c9ef9aa9006
        Reviewed-on: https://gerrit.libreoffice.org/3356
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-16  David Tardon  <dtardon@redhat.com>  [eda61605d1843a87fc67039fa73be616040b581d]

        fix path for shlinfo.rc for WinResTarget
        
        Change-Id: If70bdfc3eed5f9873c95404d0d1f5723b0e51140

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [2c4a7fa98383ca46bca9f6c222ac19e0b940b874]

        Add missing #include <rtl/tencinfo.h>
        
        Change-Id: Ic00146442a679c39d0af4a287cbcf759826f35cd

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [be421269f95446307d1168e17e1fe9ee7d9a0a66]

        move headers from solenv/inc/ to include/
        
        Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3
        Reviewed-on: https://gerrit.libreoffice.org/3403
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-16  Jakub Golebiewski  <kubusg@gmail.com>  [baffab9a4ffca9a4940a3310937d6e858e66cc1f]

        Bug 58505 - Tweak F5 for slide display, and add Shift-F5
        
        Added menu entry to start the presentation from current slide.
        Changed "Start Presentation" menu entry behavior so it starts
        from the first slide.
        
        Change-Id: Iebba85d2d1dcacad7da6b050e2152be5c0d47261

2013-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f4ebb99de6e93f6d38e7b0486d66e99a196b1f6e]

        separate inc and dtd packages in xmlscript for global header move
        
        Change-Id: I3e00e33d4e684b18d4e30e115db69fbface76982

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [30fd46fd54c764dae676fc70dd2a207bc38a3870]

        Bin pointless comments describing allegedly why each #include is needed
        
        Change-Id: I3f4405a598cb11fb1c529517eb96260beed9cb86

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [564cff72197f992afc19c127a721d4792d38c4cf]

        Add missing #include <rtl/tencinfo.h>
        
        Change-Id: I4d9a28b50f773857f8f6af7df4a0968f8bb1de4a

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [162676d826200a6612da195f5241490ee307f498]

        Add missing #include <rtl/tencinfo.h>
        
        Change-Id: Iad969bf9b32cbfe045248fb17dc4c0d7c66c2c94

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [8a9398fad0c5267f25ce8bc68eb63e91334faff5]

        WaE: variable 'hMod' set but not used
        
        Change-Id: Iae64943671a576159be0fa311bc503aa96b2b5df

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [617e7c623167308e6fb8501822158fe1af72ba47]

        Missing include
        
        Change-Id: I1be082b7db5592ad5090cf3ffaafe708bb1d9be4

2013-04-16  David Tardon  <dtardon@redhat.com>  [41dc2dbc6d5d87f9f008ab140a0cd2b41fcc8fa5]

        Revert "add spec. handling for xcu files to gb_Dictionary"
        
        Michael was faster :-)
        
        This reverts commit 28709dc607dc8738f5048429940b3f3232d52e12.

2013-04-16  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [163a64ef2610f2f3e1f3a9acc5bf1e9545b02ffe]

        Converted Tools -> Goal Seek widget.
        
        Change-Id: I4eee6a02ea545b93a93d18d9c5e200ed8b831c29
        Reviewed-on: https://gerrit.libreoffice.org/3405
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-16  Michael Stahl  <mstahl@redhat.com>  [4ff3a87282185a3bd3dfa69128596e6e3b41ce18]

        gbuild: add gb_Dictionary_add_localized_xcu_file
        
        ... which fixed en-US only builds of dictionaries.
        
        Change-Id: Icc6e02bee80c10c5388dcac193fbcf1d36f6c50a

2013-04-16  Michael Stahl  <mstahl@redhat.com>  [b3a60fc6c4588481a394aaddd0ff0a55c48c7eee]

        Updated core Project: dictionaries  faf63ac08a9f3f1463a7f119083964f76b71141c

2013-04-16  David Tardon  <dtardon@redhat.com>  [28709dc607dc8738f5048429940b3f3232d52e12]

        add spec. handling for xcu files to gb_Dictionary
        
        The xcu files can either come directly from $(SRCDIR) or be generated,
        depending on whether the build is with or without langs. This
        distinction did not matter while Dictionary was using ExtensionTarget
        for its impl., becuase there the file was just copied to the
        ExtensionTarget's root dir. Now that Dictionary uses Package internally,
        it is necessary to know where the file comes from to put it into the
        right package, either the one for $(SRCDIR) or the one for $(WORKDIR).
        
        (Yes, it would be possible to use just one Package with base dir /, but
        I consider this ugly.)
        
        Change-Id: I4549923287abc968f1c042b809db06d688b4c573

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [1268326e814837e111eaf320f72661f288393839]

        Further clean-up related to removed library unloading feature
        
        Change-Id: I1ec2aa4d0ed0940e7c0a26a18c78f2df4693d278

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [b98617b3c86863fe5b4e3d9a96519707ae8cf58c]

        API CHANGE: remove some of useless rtl/unload.h functionality
        
        Change-Id: If32923e35ef97f42d5203975362e5c76948ff327
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [65be07720b04dbf8635cf7a5a52500238aefed59]

        do not use deprecated rtl_registerModuleForUnloading
        
        Change-Id: I59014906c8409fc7ac0f155c9562613c309b8b06
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [a1c07004a00a9cd13cf78d2300fe2d3ddf2672cf]

        Unused include
        
        Change-Id: If1b2a289212efb0080b1a0945219163f1fcc7d14

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [fc6ce33504e09711a92b4a0e4d3260a4a5e498a9]

        stoc: do not use rtl/unload.h functionality
        
        Change-Id: I7bddfbabc6e7e3a672681962f82e64ff4082e8b5
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [048e59181955f13d9b9add933f8d19a7778d4932]

        Further codemaker, unodevtools clean-up
        
        ...getting rid of now dangling references to module registry.
        
        Change-Id: Iccad7ff5dc0e79bf91b7b7dae03b73f16adeb121

2013-04-16  Christian M. Heller  <christian.heller63@gmail.com>  [4b9301d424baab1552222d9be56726c64aefb720]

        fdo#39468 Translate German comments V2 - vcl/source/edit/{textdata, textdoc}
        
        made the changes suggested by Thomas and Petr
        
        Change-Id: I0f9e8dcda27a714628edaa5e1e8fd875c8f67593
        Reviewed-on: https://gerrit.libreoffice.org/3162
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-16  David Tardon  <dtardon@redhat.com>  [77074e462ca2e083fa30f826b54869eee9b04d79]

        gbuild: make sure filelists don't contain duplicates
        
        Change-Id: Ie8e65b945d0d89b7ff95f2aedcded1463939c5d6

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [cefeae773f0644adbb22b131ff9e519baf058828]

        Revert "do not merge public ure libraries"
        
        Does not work because cppuhelper depends on private libraries.
        So, either by setting URELIBS we break API or can't merge that much or
        need to think about it more and implement something clever.
        
        This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.

2013-04-16  László Németh  <nemeth@numbertext.org>  [bf063d9dfab7ca16b1b7dff54ec9b1d47c24b997]

        fdo#40102 show full footnote text in index tooltip
        
        Change-Id: I35acdaf4f62df7a1d375aed663c270e78ea70779

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [4b45b7b3ea06cd9d172c438ed8f2507f8150e990]

        Fix build breakage on Linux and OS X
        
        Change-Id: I206914f8f0e07097dfeed87a11b41c30ff82efe2

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [336353a87e6003e685aab87ea74a158546e1f297]

        Related rhbz#867808: More apparently bogus "throw new ..." in C++ code
        
        Change-Id: I5d723b389f1ed20f7962807b782f44f6f3c61882

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [63b4633cf7b0da9eba63e752cec72cb10ed9d93e]

        Related: rhbz#867808 if one person threw by pointer...
        
        then its guaranteed that someone else did too, review
        newed Exceptions
        
        Change-Id: Ie1ad78895e443a20a8663666cd6c8d3e5deb0727

2013-04-16  Tor Lillqvist  <tlillqvist@suse.com>  [2ae513cc22e1cb9cc2679488537672ec48bda55e]

        Fix compilation error in a _DEBUG build with MSVC2010 and 2012
        
        See https://svn.boost.org/trac/boost/ticket/4874 ,
        http://stackoverflow.com/questions/4870172/boostmulti-array-resize-doesnt-work
        ,
        http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3c9eac4f-86e4-490b-bbde-dbd70176b0f8
        .
        
        Patch from https://svn.boost.org/trac/boost/changeset/78496
        
        Change-Id: I933499ad1295925aa41c9c40b96ac4c4312398c2

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [6127d765e3356bed4f6a7e773c768cb2c8ef4bbc]

        WaE: unused function 'checkNoTypeArguments'
        
        Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [ab49c55bbc7a5fc5b6509fe995abf42ce266ba9b]

        More orientation experimentation and hacking
        
        Now it re-orients and re-sizes the LO "frame" correctly upon rotation,
        but it still starts wrongly if starting in landscape orientation.
        
        Change-Id: I4c12a7e00d687391435a47400b6e8b4c7e49bdda

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [5358b9ba4ffa8667192b11bbb654fcdbcd463e7a]

        UniString->OUString
        
        Change-Id: I217944d40ed7cd3a2fca4ad0d61729ff5d94ed96

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [02917cb57e2c2e9fcab2db8f72960023f3e4edaf]

        Resolves: fdo#47209 and rhbz#927223 syntax highlighter crash
        
        when trying to parse empty lines looking for the matching
        bracket
        
        Change-Id: I3961a3d0e804d136de286e21934c6ba5ab0496cf

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [e46564a0a6a74da90785a1b910d33e2b5bfdcfd9]

        rhbz#867808 Do not throw RuntimeException by pointer
        
        Change-Id: I22b7d3d642e7ee0488d6b726a331d328065bbee7

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [30a7c6ba6b95ade8e59f9e28108470165dc9a175]

        WIP: Experimental new binary type.rdb format
        
        Make uno-skeletonmaker work on top of unoidl/ instead of registry/.
        
        These changes have only been tested so far rather lightly.  Basic
        uno-skeletonmaker still works, but more thorough testing of the various input
        flags is needed.
        
        Change-Id: Id7f3aee863a10f8c649325db2d6f34a4057f70ff

2013-04-16  Felix Zhang  <fezhang@suse.com>  [24aeeb016323821b7eba6ab78a4dcf5e7ebb157a]

        bnc#793414: Fixed the left margin of bullet
        
        Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514

2013-04-16  David Tardon  <dtardon@redhat.com>  [0c814ad1b40824376b02f177a9e54437064763fb]

        install dicts using filelists
        
        Change-Id: Ib803d36ce2dfc0821004c4841566880a929a4246

2013-04-16  David Tardon  <dtardon@redhat.com>  [2636236a5cbdf51170902b906b8f607c8c4fb1bb]

        gbuild: use Package for odk examples
        
        Change-Id: I978573b792cf159b7c818ec20a14195bfd6605e5

2013-04-16  David Tardon  <dtardon@redhat.com>  [b7e8a3e4156358d79826eab13054ae16408cbb34]

        add missing dep on helpimg.ilst
        
        Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc

2013-04-16  David Tardon  <dtardon@redhat.com>  [50d87e5ae2a1d8f07220c4f4f1177896bd4412b6]

        drop use of undefined function
        
        Change-Id: I07988bbbc5cf2d407a30b2d16d54078b8d421af4

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [bc88e110dd6908588d01c6ecad01fd3ecd8e0076]

        Probably a good idea to use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, too
        
        While at it, do the CXXFLAGS dance on separate lines as appends to a variable
        for clarity, instead of in-line on the configure command line.
        
        Change-Id: I61843ae82efdf341c7e33d3f08d5715a14fa2f40

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [7c0585c86e4b904ae687f936b17aecb753f7a6d6]

        Updated core Project: help  e1ab4a2eb199583079e4c87e945534488c64228e

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [8fb49ab62e6737d047b3907dde9887a1dac81bd2]

        convert email options to .ui format
        
        Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [75ece7acdc81d17ce26bab966e57fbca7406bf52]

        do not merge public ure libraries
        
        No more need for URELIBS, depend only on MERGELIBS.
        
        Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b

2013-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [fdb6b39d682372ece754afee2d574ab31552f36b]

        fix installing for --enable-mergelibs
        
        Use gid_File_Lib_Oox instead of auto_File_Lib_vcl which is not defined
        in that case.
        No idea what the code is about though.
        
        Change-Id: I675268a3490dd1421ecf1a82ede0db527d176744

2013-04-16  Tor Lillqvist  <tlillqvist@suse.com>  [06575c858de25850c54aaeb9d671bebccb73cdaf]

        Fix dbgutil build of lcms2 with MSVC2012 (and 2010?)
        
        The produced .lib is called lcms2.lib (no "d") in that case.
        
        Change-Id: If581bd722e52062343f8b2407c05d551be706047

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [0039c8598cfdd3fd31f83d3c1f336f858773d25f]

        convert browser options to .ui
        
        Change-Id: Ia3672c43b0e80e45ff3404fa84a11182cd6c03a0

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [cb7412b8185d6b94ca59b48668ec5e77fa8f7999]

        merge duplicated CreateFontDescriptor methods
        
        Change-Id: I33f9df7f17158eedc4a4c0dedfd0fc4cddc6180f

2013-04-16  Caolán McNamara  <caolanm@redhat.com>  [ade27059dc2e1c84ab00023c15430ee6645617f7]

        Updated core Project: help  ed71cbfe7a4622e775e7355e7032c622d229b62b

2013-04-16  Stephan Bergmann  <sbergman@redhat.com>  [b25a9a2f5896a53501838269b41b01d3b1567fa1]

        Adapt to prefixed bootstrap_component_getFactory
        
        Change-Id: I397f339b20bf43fbe68df18c50c23f90323f3df5

2013-04-16  Miklos Vajna  <vmiklos@suse.cz>  [e7664052d6693598e773f4c9dd6b819213d80d60]

        fdo#61193 fix crash on RTF paste of footnote
        
        Regression from 232ad2f2588beff50cb5c1f3b689c581ba317583.
        
        Change-Id: Ia0873851979df5bba0a4693f044aab2aeff2b8e4

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [b1e023ab7f96965fcd85ab78485b37fc91611ee5]

        Use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, too, when needed
        
        See d98c6b21420b30ae8419c3d4225bf2ce293ee39a for details.
        
        Change-Id: I3faa87bae5a943ea60399a939742cffbbfeb5e37

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [84aea518f0dc9836350c47bff21780a5999f4968]

        Turn on _GLIBCXX_FULLY_DYNAMIC_STRING, too, in a dbgutil build
        
        Apparently Apple's build of GNU libstdc++ has been compiled with that,
        which means that also code using it should be. At least when
        _GLIBCXX_DEBUG is also defined.
        
        See http://lists.apple.com/archives/cocoa-dev/2009/Sep/msg01199.html and
        http://stackoverflow.com/questions/2234557/c-using-getline-prints-pointer-being-freed-was-not-allocated-in-xcode
        
        Otherwise the mork unit test crashes, because it happens to use
        std::string in a way that triggers the problem. But quite likely there
        would be more problems elsewhere.
        
        Change-Id: Ie0c4fdfa61764718f333ba81015ef764806178fb

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [bd2a91420e4cea477e4317223092b1db5ff09c7f]

        Try to propagate display size change to LO
        
        Change-Id: If52c0aa9290c377c08f2cec8c9e36d987c0ed9b6

2013-04-16  Tor Lillqvist  <tml@iki.fi>  [e013425372a34afa91fb312d8237b2ce22147d81]

        What makes Andale Sans UI a suitable cross-platform fallback font?
        
        Change-Id: Ice34e9b92bde470746f37dc9216ea2b52695df99

2013-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d1f25fc074568d2e57ab3f5031052c702e72c55f]

        Populate the text width and script type arrays on import.
        
        They must be in sync with their cell array counterpart at all times.
        
        Change-Id: I050c08057f06d29f710187129a510dadbfad0e4d

2013-04-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [768f089d9d81a8c27940591e2755ea58b30ec96c]

        Remove the 4th option from the pivot table source selection dialog.
        
        Change-Id: I28212eb055c892f987a3f7a65f9d3e5ad7400e30

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [99ff52443e3e91376c306c33d0540f6ff9c45c2c]

        add a bunch more libs to libmerged
        
        Change-Id: Iafced50131c0aaf81c07d1e0bc91fd39547e6682

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [bf9a7829354c8f5e7459629262f02d9f23ab19c1]

        add extensions libs to libmerged
        
        Change-Id: I65a4358c3214c43714bc0d13a05a316799cafb24

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [ec75af4d1d15553291e55b1229de4101ecf6934a]

        add embeddedobj libs to libmerged
        
        Change-Id: I8316103a94dc7284dad4ae7da2cf28ceb7e2ce50

2013-04-16  Rene Engelhard  <rene@debian.org>  [86fd1240bbbb8ee72899abc24daf5e4402a61add]

        no comma after gid_<whatever>_ALL as otherwise the next entry is ignored
        
        Change-Id: If0e86e5d9740bd6dde3343c8fb468384b7367e27

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [0d3a130511fcd28d3d24d5b56275de73d8fbfc1a]

        Revert "Calc Sort: Introducing new method AddKeyItem to avoid code duplication"
        
        This reverts commit 42726853bb90eab11bf4fde8b0358ca3c3354529.
        
        In tpsort.cxx this is used in another way than the other two cases:
        
        ++nSortKeyCount;
        maSortKeyCtrl.AddSortKey( nSortKeyCount );
        maSortKeyItems[nSortKeyIndex].m_pLbSort->SetSelectHdl( LINK( this, ScTabPageSortFields, SelectHdl ) );
        
        So both are using the same index. In contrast the other two cases use (i+1)
        and (i). So this can't be handled with one method or needs some more work...

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [935ccf0fb5b164dcf86b306b570a04530b962314]

        Use -D_GLIBCXX_DEBUG for iOS, too
        
        Also, for clarity, sort the list of platforms for which it is needed
        (those where we use the GNU C++ library).
        
        Change-Id: I55463f248ee08f97c085610d72fa688657ba36e6

2013-04-15  Noel Power  <noel.power@suse.com>  [dd763604784fe10ee06a2f9c1fddf74cdf890bcc]

        basic inplace Font preview for calc
        
        Change-Id: Ic1e6c953852a6106ee94f0b577ed398d62aa2285

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [808d14765bcf57870c9306c40a431e525b0eaa71]

        do not register dbtools if we don't use it
        
        Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [c2d9639efae97a373e6bdf01176d94a44b19d9b9]

        avoid unit testing when cross-compiling more simple
        
        This reverts commit d4ea8c6b7ee32dfbe1525cae45ad44d411052c33.
        
        Change-Id: I85dacbf962cf5911c826c55fe08cfe6effe0e9d7

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [31ce5f723fddf552743e9b7d333ffe7463e657a7]

        FontWeigth->FontWeight
        
        Change-Id: I6250c3e3de81c33e8f4d73e2f80570521fdb6ea6

2013-04-15  Julien Nabet  <serval2412@yahoo.fr>  [672260fc77408791998814e2cb8b787c8657730f]

        Related fdo#63197: fix missing "extras_"
        
        Change-Id: Ife18e69afaba1916f10721f90ea11a6205154713

2013-04-15  Julien Nabet  <serval2412@yahoo.fr>  [884467c01afa8229fdddeee70c9160b0e698bada]

        Related fdo#63197: fix typo
        
        Change-Id: Ia21c82122a826f5e2d00c554cb800646e7d29551

2013-04-15  Eilidh McAdam  <eilidh.mcadam@gmail.com>  [942b184d81f129309072ca973fc274c40bac67b8]

        fdo#36791 Added cases for unsupported VML commands
        
        Fixes crash on two-character VML path commands.
        
        Change-Id: Ia1abca37352b1feb20a41b4bac68ecb9e40ed8dc
        Reviewed-on: https://gerrit.libreoffice.org/3093
        Tested-by: Miklos Vajna <vmiklos@suse.cz>
        Reviewed-by: Eilidh McAdam <eilidh.mcadam@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [77f36fe3f2a853147ca64306c8d007e3012219d4]

        translations: revert submodule to current master
        
        Change-Id: I226e052a3a6ef72d796b83ebb69fef57710c3df4

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [a81f161b120de283cf9c5532223a022dbcbeaab7]

        add desktop libs to libmerged
        
        Change-Id: I0e5477f84de316598015330cea995e42f1249acb

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [0b2eae62f1ccaad1c963d2637aafaa1ce9062455]

        No need for Android, iOS or CROSS_COMPILING conditionals for unit tests
        
        We don't run unit tests when cross-compiling anyway and since
        d4ea8c6b7ee32dfbe1525cae45ad44d411052c33 the corresponding .mk files
        aren't even read by Make.
        
        Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [ca3392e833ef932664e236eafddeff874eb95d70]

        Use -D_GLIBCXX_DEBUG here, too, in a dbgutil build
        
        Change-Id: Ie07ad3b9bd2d3f95db5be8a98866aaa088b4c79f

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [d4ea8c6b7ee32dfbe1525cae45ad44d411052c33]

        We don't do unit testing when cross-compiling for now
        
        Define the functions that adds the various check targets as empty when
        cross-compiling. Avoids the needs for corresponding conditionals in
        .mk files in modules.
        
        Change-Id: Ia577e12204b516dc169a8500b4745aac4d7c24e2

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [accbef530149aef4fd11df51da1d8144371b62da]

        No vbahelper library if DISABLE_SCRIPTING
        
        Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [c5ff2b39f25664994c8b085580b467389e935a7a]

        No vbahelper library if DISABLE_SCRIPTING
        
        Change-Id: Ie5ea03493659eb467e61a6985016e3f43f450136

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [cfe512ac7bdbc79603ca5ffe89980d6a0489e0ca]

        Start hacking on handling orientation changes
        
        Change-Id: I94cfdc1b334539399faff29c046185bbbf698d23

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [c02f96f0bb2ae3bb9c9cb91fff40d3435260c155]

        Bin unneeded #includes and usings
        
        Change-Id: I93102156c4713191c8ad49da9b9d2eda5be722e8

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [efef1c690f68e2c81e611825113f04422dd9b61c]

        Add components needed by spreadsheet documents
        
        Change-Id: I191bc093def5d2965b463dcff9e1289901064ce8

2013-04-15  Julien Nabet  <serval2412@yahoo.fr>  [3c6b6ba5de27a078c12b3cade781d97f127b2fab]

        fdo#63197, Convert Zip_tpl*
        
        Change-Id: I0175c31865ca442ce57f688a642bbc7d726fab69
        Reviewed-on: https://gerrit.libreoffice.org/3396
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [faaccdc2698bec097445e9482f5e4b7188ebaf81]

        RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIME
        
        (regression from 4811c2dc9f94929b60e7e2e0077871aad14fdc3a)
        
        Change-Id: Ide12da645332e789fe7742c34b5af219b94316ab

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [40dbe0ffbbffcedcd820cb4ccd856a524a55d833]

        adapt doxygen to INSTDIR
        
        Change-Id: Iedb7f0c8e598b6b4387b0622ae5d8804a03eabb3

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [f3a0a68e878f9d9860797e4cd9e95527495e397e]

        Don't build unneccesary libraries twice: take two
        
        Fixed cross-compiling problem.
        
        This reverts commit 6df3de95cdbed9b68ee89bcd7402c17dc62324a5.
        
        Change-Id: I7a00ca4aff5df59cb51b820b028b8d6f3fe23ac1

2013-04-15  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [10e3c7c428a7d231055d643e12f454c4267deab2]

        Delete remaind code of an obsolote parameter
        
        Past: Use "-l en-US, af, hu..." parameter for transex
        and to work with this string use InitLanguages() function.
        Now: Use "-l all" parameter and get langauges from po files.
        So InitLanguages is unneeded.
        
        Change-Id: Ide6b3d24fb8b483c0c31034b1ffd6aba31c5e4c9

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [e8e65884b0add7efce8ed95a673be63d68451a57]

        gbuild: fix WNT build breakage in gb_Library_get_exports_target:
        
        Depending on the library is a total failure because it causes it to be
        linked with random junk inherited from other targets.
        
        (regression from 3213cd54b76bc80a6f0516aac75a48ff3b2ad67c)
        
        Change-Id: I1069b870ea0719bc6c01b7f8f3ddf9ff695c9850

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [df7e5114ba20c13630e3cafeb21912bcdd8e4e0e]

        scp2: forgot to include AutoInstallLibs_writer.mk
        
        Change-Id: If91d957a362a29dbff6a8b1e7485d916b36dd053

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [60556d58e88946ee27bce3c47f5ec9b02e27fdf0]

        sw: remove unused classes in RTF export
        
        - RTFProtect was never used by the RTF export filter, unused since the
          old RTF import is gone
        - RTFVertOrient and RTFHoriOrient is obsoleted by the new-style posrelh
          and posrelv textframe properties
        
        Change-Id: I0a7d306870900b9ff86d5a173b540db04aed012d

2013-04-15  Lionel Elie Mamane  <lionel@mamane.lu>  [f182521948f0d31b0f6ad7b98eb5fc32562ba3d1]

        remove duplicate
        
        Change-Id: I0b9122d214dc6d36e9c0a2c090ada213d0bc66d5

2013-04-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d9b0b7d4918a32bca2f86468bf10e147211873cd]

        Properly initialize data members.
        
        Change-Id: Iacd91b79ea8fadcc70c2ae63f61f649f33acfbef

2013-04-15  Luboš Luňák  <l.lunak@suse.cz>  [38d7306d0645654a02cbb04be57b75d4c11e2266]

        fix mingw openssl detection
        
        broken in e3f607e766cea9a867c7ebff8bd568536ff67da1
        
        Change-Id: I51fbadcc3565e9c070252834bab4130edb2dcce6

2013-04-15  Noel Power  <noel.power@suse.com>  [2aad00328fe9b4498b795f21e79f76a0c45e2eca]

        bnc#813528 stub out some missing XPageSetup api
        
        Change-Id: I105ca73f9f99013c4472ae2d7491fbc67e435015

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [92da8fc4ebad92a3667e3534db173ab7232c8048]

        sw: add textframe gradient RTF roundtrip testcase
        
        Change-Id: I8e4f6b926123c79ad1a62ddd4c5feebf5fe06cf0

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [d3f7925ccc962eb9adc31fb2174fa18de4b31c0a]

        initial RTF export of Writer textframe gradients
        
        Change-Id: Ida9774a41964dbeb8840e79425811993a28588af

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [73318c3db8031127574a3371bf737eb926006d7b]

        adapt code to select source .ui
        
        Change-Id: I65d3f5acbe95985269c03b3e0c57c5cc80ca30d4

2013-04-15  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [5afadf4b7990cada27a62dc1aa7e97cc4ad3394d]

        selectsource.ui widget
        
        Change-Id: I4a0028bbdbacebf8015215c7c060a686a0e784d3
        Reviewed-on: https://gerrit.libreoffice.org/3387
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [a5a5104cae175f6b9a8cb4bbaccb69f0276783e3]

        gbuild: --enable-dbgutil: enable STL assertions for Mac OS X
        
        Works here with Apple llvm-g++ 4.2.1; cannot run "subsequentcheck"
        due to remote login.
        
        Change-Id: I187620b65f82095b5e9b7433c01ede429a27c719

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [f14f7a2e4568e3e85a0c8860beebd0376c5a8b51]

        MSVC: --enable-dbgutil uses debug runtimes
        
        Works here with MSVC 2008, make check passes successfully.
        
        Change-Id: Id02ab357ea93bddd241c7801c0d7b9b4be83b7b4

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [4811c2dc9f94929b60e7e2e0077871aad14fdc3a]

        adapt all externals to build against MSVC debug runtime
        
        Add patches and/or tweaks to the following modules:
        curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
        lpsolve, nss, openssl, python3
        
        lcms2 has an inconsistency where the .lib and the .dll don't agree on
        the .dll name.
        
        openssl gets a honorable mention because apparently it's undocumented
        custom build system can build with /MDd if one picks the right
        configuration but i couldn't figure out how to do that in an hour of
        trying, and just patched the release config instead.
        
        Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [3b65852f37f1c8daf8c5c0af1d810c68cc71d8e3]

        gbuild: add support for building against MSVC debug runtime
        
        Mainly this means using /MDd instead of /MD and /MTd instead of /MT in
        the CFLAGS, and also re-mapping of .lib files to ones with "d".
        
        Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [54ba172dc13ababef911550a88083452832b4744]

        configure: find the MSVC debug runtime libraries
        
        ... and copy them to solver bin in "external"
        
        Change-Id: I6850495d1abb848a3f6b17de6518d05890b13c32

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [436c7a1f58d2d29bcbfd7ff9fc9d7bee8e8df0e5]

        on WNT the gb_Helper_set_ld_path must contain backslashes
        
        ... or at least with forward slashes cppunittester doesn't run at all in
        an MSVC 2008 _DEBUG build.
        
        Change-Id: I889ff0375067877d42f11fad9773c476e9e5c52c

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [21edda30c6309a81b05c7b6759725bb0f4652eca]

        redland: fix an assertion in MSVC _DEBUG build
        
        Change-Id: I66d6932b0fa9753c56e6b6fc9dc0dd5fcbba3b36

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [9ad00439ae205d7e0eaa39a807daea8268a4ecd4]

        tune up debug level required for popping up dialogs from MSVCRTD
        
        Change-Id: I3cfa050ecf5c3c2ec66b11519c30d48459a9cafe

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [099e517ead8501260e914e1374e85bc8491a81ac]

        extensions: remove various #undef _DEBUG
        
        These came in on issue 10000 a decade ago.
        
        Change-Id: Iae1995daa413e644ad869a6f02521634af8425b6

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [3213cd54b76bc80a6f0516aac75a48ff3b2ad67c]

        gbuild: LinkTarget: only re-link libraries if exported symbols change
        
        Write out the exported symbols of a Library to a "libfoo.so.exports"
        file, which is only touched when linking if the exported symbols
        actually change, and let dependent LinkTargets depend on this
        exports file instead of the library itself, for faster rebuilds.
        
        This is currently supposed to work on ELF and MacOSX platforms.
        
        Thanks to Ami Fischman of Chromium for the idea.
        
        Change-Id: Ie4b5da0853140709e517028b514800b044527e61

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [eacf12eeb174e35a301570726bf74434a4dd4b94]

        properly prefix graphic filter methods
        
        Change-Id: I1d14e2330447e446ab35832d03220c71ee326866

2013-04-15  Peter Foley  <pefoley2@verizon.net>  [cd79d51420b90117d0f3e1d5f3cdf9187bd61b88]

        prefix all component_getFactory methods
        
        Change-Id: I954176fdab9103125444dd2fb397673406f7aff9

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [d8b8530d4b920618e188bdfbe8e17d0a150df692]

        remove guw.pl, whatever that is
        
        Change-Id: I3fb41fe649f68f82566e465ba4fa2de52e6201ac

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [127840be1180075b1b082bb0cf46a0eb3561c3e2]

        AquaA11yTextAttributesWrapper: trigraphs confuse llvm-g++ 4.2.1
        
        Change-Id: Ic45a2219c8352625f40619373f5828b981864fef

2013-04-15  Michael Stahl  <mstahl@redhat.com>  [48f03861115f14b01b70dd84839830785ef3dca0]

        instsetoo_native: gid_File_Lib_Vcl is now auto_File_Lib_vcl
        
        Change-Id: Ie5404a378cc3bffdc3ba7a858814f3490fb82e3e

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [46e663c4b7e30316fdbe23a5631ea4842b18ca57]

        adapt code to data form .ui conversion
        
        this dialog has some bizarre behaviour which is unchanged
        with the .ui conversion
        
        a) the scrollbar does not scroll the window beside it
        up and down through the rows (which map to the spreadsheet columns),
        but instead scrolls through the records (which map to the spreadsheet rows)
        b) the dialog grows to include a row for each spreadsheet column, i.e.
        large number of spreadsheet columns -> unusable dialog with too many rows
        to fit on the screen.
        
        what's indicated here is to clip the dialog to some max size and make the
        scrollbar then scroll through the rows of the widget, and add another
        scrollbar if necessary to scroll through the records.
        
        Change-Id: I9b56992fc57468eb058d2a2914c08074f958a692

2013-04-15  Terrence Enger  <tenger@iseries-guru.com>  [e9c050115bb1654c3c91138820b2e9ea0cf7a991]

        fdo#61688 SIGABRT with debug build in VclBuilder::handleChild
        
        reverse commit e0dd0e821b9b29e7489e0a17f7c43ef45c0941e9
        as commit 8c4f20938bc5d4013126a00a02e8eca80b250284 is
        a better fix
        
        Change-Id: I4951f19161e6cc92a1297ad17b7cc1fe9c76df0b

2013-04-15  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [e27cba969b4ac6f3a2fdb18383feec1fded7ac75]

        dataform.ui widget
        
        Change-Id: I43722339ed72adde46ed307e1906c34a32e7b507
        Reviewed-on: https://gerrit.libreoffice.org/3386
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [a90616b8c0f007e0329b0cc8353e8029e4993f79]

        installer: gid_File_Lib_Vcl is now auto_File_Lib_vcl
        
        Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [3df1af355d8aa133cd983f15b17c740a1e9a85f7]

        libmerged: add more libraries and cleanup
        
        Change-Id: I68c6f4d4bae3ae495dd2033c95f47a34a4aba560

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [3d8acc0cd860cd808e9bbf5d8a78494b560170c4]

        bridge_lib_name is $(gb_CPPU_ENV)_uno
        
        Also fix gb_CPPU_ENV := msc6 in WNT_X86_64_MSC.mk
        to be consistent with the name we register in Repository.mk.
        
        Change-Id: I1520d78c378f8c48d65defb22c4c77277bd061f7

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [90750f0cbc775505e284d085998d326b2abc1471]

        autoinstall more OOOLIBS libraries
        
        Change-Id: I02c86d7ab6814bfcf559af7408e5d0e1eef59666

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [ceb54bc2eba86ea9f8a1ea7b3f4dc9b8fa23cf06]

        autoinstall more PLAINLIBS_OOO libraries
        
        Change-Id: I569a47816281b16fc84fdb859ecce4ab83d0a9ee

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [6078d32763dc4441ce6e4772776a60b3c16688e5]

        autoinstall more common libraries
        
        Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [997d71cdd00e8fafd36b776ab3f0a4806f74e3e8]

        fdo#60924 scp2: use one variable listing them all
        
        Change-Id: I9c5d55300d53d8778e926be8de0bea7a9a57b522

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [8008b66bf6fc7444fd889308e58870137f16f8d2]

        fdo#60924 autoinstall: add writer section; also add more libs
        
        Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c

2013-04-15  Tor Lillqvist  <tlillqvist@suse.com>  [fac06b7a925f6d74a877307fc91f54fc50f5d064]

        Revert "Go back to using Visual Studio project files to build"
        
        I could not get it to build using the project files and VS2012...
        
        With one additional patch to drop the use of dllimport in env.hpp, the
        "gcc-wrapper" way builds fine for me, using VS2012.
        
        It is not necessary to specify the dllimport attribute for functions
        imported from a DLL. Specifying dllimport if the library actually is a
        static library (as it is here) leads to linking errors.
        
        The way the ifdefs and -D options were set up here, the utility and/or
        test programs that are built as part of the liborcus build were
        compiled using dllimport, and thus failed to link. So just don't
        bother with dllimport.
        
        This reverts commit 58b4cd934fd28b796dc12590f33971dd32ec95ee.
        
        Change-Id: I2ffc90d47ae018a9a14b1c6d07fb0a225ce10d6d

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [bb9fce28d6d5f1cabc2af533bfdc7997ffb7184a]

        sw: RTF export of TextFrame border/shadow testcase
        
        Change-Id: I85b85afb6d1b170d71633f93d56f7ce4fffdf0a3

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [d74ba0c4147f33abd9d0c03883cc88f15e160ee5]

        RtfAttributeOutput::FormatBackground: export fillColor
        
        Change-Id: I9d187fc5b52a27ff5b8bc847a52fe95c63558a40

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [d897033777400e029de8751df98f2fc0b0cf34f5]

        RtfAttributeOutput: export fShadow, shadowColor, shadowOffset*
        
        Change-Id: Ia6d27eadb41d66de558c290bc07b6d1c491f5f1c

2013-04-15  Miklos Vajna  <vmiklos@suse.cz>  [9e6a5b94e00f0054b058dbb42c2c0b6c75236c9d]

        RtfAttributeOutput::FormatBox: export line{Color,Width} shape properties
        
        Change-Id: Id1fd8b4c7ebcc8ffd3b6914596385eb3eda922c6

2013-04-15  Chris Sherlock  <chris.sherlock79@gmail.com>  [b9233625b411f051fc0b777951925f2b98666844]

        "Degugging" no more in make help :-)
        
        Change-Id: I032f9737746b39047b2d62df6821da4b3b9e9242
        Reviewed-on: https://gerrit.libreoffice.org/3395
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-04-15  Jan Holesovsky  <kendy@suse.cz>  [6e6c8d18c621017ec8ec3b8e0d5e9ec6810e682a]

        Fix the gnutls test.
        
        Change-Id: I3990e9fd073f06427dd86c690371011eb029b397

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [079f21531b112f9c56b1db060caa26d4f406aeb5]

        missing string, local resource used as if global
        
        Change-Id: I8c256668edeb4c0475136f46103002d804ee66eb

2013-04-15  Stephan Bergmann  <sbergman@redhat.com>  [abc5c418d6c6fd53e711fc0e58d5b1f84dea5d44]

        Silence false warning
        
        Change-Id: Ie854ab8b8b7ea4d98ee33d6802ea3a1e65ef2769

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [4e391c61284e1a9e4cef3e2043d101013ba2e5cb]

        Updated core Project: help  02312df0968c2d6e1aece678fab055ee59e82b07

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [2011cbfab30e8b5467836820780abcac56bc6f63]

        scp2/autoinstall: fix _ALL variable (missing comma)
        
        Change-Id: I6be8675f4ec24ee318c2d5c84544c24a7c68c95f

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [2e40ebef416308adab59340cbe7f3640275b007a]

        add title and default button to sort warning dialog
        
        Change-Id: I2f6de203e2a14e36e7baf3cbc15048b8f045eac0

2013-04-15  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [db8b11b876ed26fb70cf90f86337395dd2e78f64]

        Calc: converted sort warning dialog to .ui
        
        Change-Id: I2bc44990efb62183507f46b22bfd8e09edf02eb6
        Reviewed-on: https://gerrit.libreoffice.org/3380
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [6fe3a4a31e1cf85bc83fe3eec603b333038eb1fb]

        Updated core Project: help  0ce9cee610e614ed3e0ba80815aee1b2c0175f10

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

        adapt code to create names .ui conversion
        
        Change-Id: I276f354cd07480c8798951c14b565994c93750c2

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

        Updated core Project: help  4a3bd60420f64d18d0b8e07a83f22c13b49267b5

2013-04-15  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [f9931d7bcb678a92c842fc1819b9b9940328dfe0]

        Converted Insert -> Names -> creat widget.
        
        Change-Id: I32967859db63a064a9e46a14430c125643e2bfd5
        Reviewed-on: https://gerrit.libreoffice.org/3371
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Lionel Elie Mamane  <lionel@mamane.lu>  [5fb4fe1b97d61f81eb85580e1b92a32ef1e35061]

        demote OSQLParser::RuleIDToRule failure to INFO
        
        Change-Id: Ica2d3485c62f44311f612ade20924690bfbb2666

2013-04-15  Tor Lillqvist  <tml@iki.fi>  [6df3de95cdbed9b68ee89bcd7402c17dc62324a5]

        Revert "Don't build unneccesary libraries twice"
        
        It broke cross-compilation at least for me:
        No rule to make target 'cppumaker', needed by 'build-tools'
        
        This reverts commit 4960f665194760fc913cbfb97d35c1c182bbdd0d.
        
        Change-Id: I29c16aa2c094692c26f77164e15ed4f4b2a82dac

2013-04-15  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [42726853bb90eab11bf4fde8b0358ca3c3354529]

        Calc Sort: Introducing new method AddKeyItem to avoid code duplication
        
        Change-Id: Ic34b5958472a7d2c19ff686914309b6699e237c4
        Reviewed-on: https://gerrit.libreoffice.org/3370
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [4f4ab917261e0f3fef242e54a2a5e45fb75aeb82]

        convert external data dialog to .ui
        
        Change-Id: I2dfaf152bd473f73fdeec08a8c2ac6b007d38352

2013-04-15  Caolán McNamara  <caolanm@redhat.com>  [8d124bc49a3b89705763e81e0acc2335f6e090f7]

        make SvtURLBox ui buildable
        
        Change-Id: I13a917c84678d4dc5a0e6dae80a1a494909ca1d3

2013-04-15  Andre Fischer  <af@apache.org>  [ca09d2df977d473341546882cf48c70ebd322d42]

        Resolves: #i119877# Fixed import of FillBitmapMode
        
        Reported by: Li Feng Wang
        Patch by: SunYing
        Reviewed by: Andre Fischer
        (cherry picked from commit 830bd984a9db75a76057a969a96a17233ed4d7ee)
        
        Conflicts:
        	filter/source/msfilter/svdfppt.cxx
        
        Change-Id: Ibf3b7ea395c552ca8d0205e4c2eb4a4f8075a246

2013-04-15  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [c115d63bf4b5c80aa66b01f48d0c4b51560b8bd3]

        Converted Insert -> Link to External data widget.
        
        Change-Id: Ife2f49853a9974010d6247ae40df9b534d044c12
        Reviewed-on: https://gerrit.libreoffice.org/3381
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-15  Olivier Hallot  <olivier.hallot@edx.srv.br>  [ae9e61e0e1b87eaaa6f70ebf3de77096151c1ca7]

        Simple string cleanup in backingwindow.cxx
        
        Change-Id: I5bd7152f0dfdc5459e9a754af1e8c65234ff606d
        Reviewed-on: https://gerrit.libreoffice.org/3377
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-15  Gokul  <gswaminathan@kacst.edu.sa>  [6bdc3e83d9d3e0ae3c6e7cb9d1024757b6745e2e]

        Removal of Dead code
        
        Change-Id: I4a8aa2d2f89fd3ee56ac10c2551076a6063d570c
        Reviewed-on: https://gerrit.libreoffice.org/3392
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-15  Noel Grandin  <noel@peralex.com>  [f47c3906ee0fc35f4b219fb24a0e270956821369]

        remove dead class SfxResourceManager
        
        Change-Id: I33590e7907c593d821e2eafda0e04c76c8b99879
        Reviewed-on: https://gerrit.libreoffice.org/3393
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-15  Stephan Bergmann  <sbergman@redhat.com>  [f99df8b7ac4cba88ba5f6aa5439605fcff2d1e3e]

        Fix for LibreOfficeDev naming scheme
        
        Change-Id: I77dd5b38e729310d58c92aa4aaf82228d2fe781b

2013-04-15  Stephan Bergmann  <sbergman@redhat.com>  [4b73d334a9c5d8ae1fe16b2cc04100b9f333595a]

        Further adapt CppuType::dumpCppuGetType to using unoidl/ instead of registry/
        
        Change-Id: Ib46d7b8934f63d88ea953707fa1fbfb51c524efd

2013-04-15  Matúš Kukan  <matus.kukan@gmail.com>  [645f327ec4009eddac512958bc022a8d668a762c]

        libmerged: fix linking against cppunit again
        
        Fix for: ./program/soffice.bin: error while loading shared libraries:
        libcppunit-1.13.so.0: cannot open shared object file: No such file or
        directory
        
        Change-Id: Ib73010f69c7fcab0e5759df9e77e0848aa80579f

2013-04-15  navin patidar  <patidar@kacst.edu.sa>  [1e7bc069056518e216be7765796dff26ba06bb32]

        use ImpEditEngine::ImplInitDigitModel() to set digit language.
        
        Change-Id: I38047da8cb73493916803d73e1036dec68ee2d97
        Reviewed-on: https://gerrit.libreoffice.org/3389
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-15  Andras Timar  <atimar@suse.com>  [2a6009ffc10dc64dd6f8dc23f653ee8a49f9d86d]

        use large icons in Media Player window when icon size is set to large
        
        Change-Id: Ib1506f4917eed6b05af3df0e83b2843fd370d374

2013-04-15  David Tardon  <dtardon@redhat.com>  [d23f8bb0caf814684a4b5820f8d4d1389d9dda14]

        gbuild: deliver help files as packages
        
        Change-Id: I52904567d0c7434af3f013cad7c3d9a8a67ac9f2
        Reviewed-on: https://gerrit.libreoffice.org/3384
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-15  David Tardon  <dtardon@redhat.com>  [cc1c050390ee68105f2f67edf3b6005880861c9b]

        gbuild: pass config. file to HelpTarget explicitly
        
        This is preparation for delivering HelpTarget files as a Package, which
        would not be possible with the previous impl.
        
        Change-Id: Ia79effcb77aaa7054987879c394cb277e377c9d8
        Reviewed-on: https://gerrit.libreoffice.org/3383
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-15  David Tardon  <dtardon@redhat.com>  [578d3476f0c1bc13ac08cc111f5d758226f4d07b]

        add error checking into installer/filelist.pm
        
        Change-Id: Iccb314155ac70984fa70e7d1ec839edd9eb14270

2013-04-15  Julien Nabet  <serval2412@yahoo.fr>  [fa0faf3f04882b55a8aaaaef2524f66b00371857]

        Add missing semicolons
        
        Change-Id: I880ddfe30361ab1984ec6a234176d47ad3dcb435

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [06f53420f640d1c22b66aa842321a0cf1bc59a05]

        fdo#60724 convertable -> convertible
        
        Change-Id: I6a742f41305c2b4bd9a60aa3a574f6c02fec4752

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [1264480bc32e8dbadd654a0a014e8045c57d1ae4]

        fdo#60724 correct spelling
        
        Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [70e4329d0479305f16158a63878f335ee9232a5e]

        fdo#60724 successfull -> successful
        
        Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [c32b6be06bf5453d82d9aad64aed5f384c9d1d1f]

        fdo#60724 correct spelling
        
        Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [435f5e30c968ffd5761873f8b3f756949545ce72]

        fdo#60724 correct spelling
        
        Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7

2013-04-15  Thomas Arnhold  <thomas@arnhold.org>  [60fbefc615f8931bf8b952293fc4eb4ac35dafd8]

        fdo#60724 informations -> information
        
        Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863

2013-04-15  Oliver-Rainer Wittmann  <orw@apache.org>  [7f71ed1c62775a4e5b2efebf55f284a5c32b2df4]

        Resolves: #i119567# wmf in PICT assure correct scaling...
        
        in case that the size is substituted.
        
        Found by: Yan Ji <yanji.yj at gmail dot com>
        Patch by: zjchen <zjchencdl at gmail dot com>
        Review by: Oliver <orw at apache dot org>
        (cherry picked from commit 69ea079e09f64ac037686f874617efc63d0449f5)
        
        Change-Id: I1eb4b0be184fcefca26eee5f98ba6135a32574c2

2013-04-15  Lionel Elie Mamane  <lionel@mamane.lu>  [a63c9bac6a6223ac716b7bcb590dac4eb01d5def]

        fdo#61142 mixup between size and length
        
        Change-Id: Ia2903d5139378e97bb2e8d00ccb2c213d3e1dee6

2013-04-14  Andre Fischer  <af@apache.org>  [a5aeb9e0a0e8766ddaefb147f24ca858f0fff75b]

        Resolves: #i120096# Detect empty polygon in Region constructor...
        
        and set impl object accordingly.
        
        Reported by: Du Jing
        Fixed by: Andre Fischer
        (cherry picked from commit dbd0cea6052c5198fc960883830c3daebb989a4c)
        
        Change-Id: I210ec0e696e673309aad64a1e157e207bea10a66

2013-04-14  Peter Foley  <pefoley2@verizon.net>  [bd956534b696faec24d2dbf2ca064585099d0704]

        add connectivity libs to libmerged
        
        Change-Id: Ia82c3a036ef04e24f7494b6a5a54d01e1b5a58d2

2013-04-14  Peter Foley  <pefoley2@verizon.net>  [1472c5ed16744e1ec918fdb18feaf868dd5a1c47]

        add filter libs to libmerged
        
        Change-Id: I1891d1499aae87a87436bc9aaf4f70203dfbb585

2013-04-14  Peter Foley  <pefoley2@verizon.net>  [4960f665194760fc913cbfb97d35c1c182bbdd0d]

        Don't build unneccesary libraries twice
        
        Only the libs that are deps of build-time
        tools need to be built twice to avoid circular deps.
        all other merged libraries are never linked to.
        
        Change-Id: I75b85ed3056413adae12f1d55764fa7c117b3f45

2013-04-14  Ariel Constenla-Haile  <arielch@apache.org>  [5dd816d65b4f1611970a4d9af8783c52bc4574fe]

        Small format fixes in IDL files
        
        (cherry picked from commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225)
        
        Conflicts:
        	offapi/com/sun/star/drawing/GraphicExportFilter.idl
        
        Change-Id: I77749ab974cf131547cac4e8d41763c3bc3cd3ae

2013-04-14  Lei De Bin  <leidb@apache.org>  [e12cd3855781f92e233b582812bff95c89fd9ef9]

        Resolve: #i119581# fix import issue for various .doc macro button imports
        
        fix import issue for 'checkin' 'checkout' 'showsample' macro button in writer
        
        Reported by: Lou Qingle
        Patch by: Lei De Bin
        Review by: Li Jian Yuan(cherry picked from commit 7a3114b8e6960153900759a81a6edf1f74b3981c)
        
        Change-Id: Iec6c2945a587c0451b8a404eb449c53237eeb7dc

2013-04-14  Caolán McNamara  <caolanm@redhat.com>  [0406322ed8e40478b355c7e3463033cb5c02dadb]

        these @sinces were during the LibreOffice era
        
        Change-Id: Ide4dfaaa3b74aea8dcde0a18d8cd55ca7eb46d1a

2013-04-14  Andras Timar  <atimar@suse.com>  [e415070c594c161d160d27b18ed3323660052593]

        Updated core Project: dictionaries  b32611e23a1f35f16f4c37bbbdc02027157424d1

2013-04-14  Armin Le Grand  <alg@apache.org>  [4fa8df7320f6bdc8333f5936537d2ed93e8892ce]

        Resolves: #i119735# missing css.svg.SVGWriter when using GraphicProvider
        
        missing implementation for com.sun.star.svg.SVGWriter when using
        GraphicProvider
        
        Adapted patch provided by Sven Jacobi (thanks), added some fixes/cleanups to
        make it work with all kind of graphics (SVG, Bitmap, Metafile)
        
        (cherry picked from commit 891011181285d7ad54984ffd05ed44d825a70647)
        
        Conflicts:
        	filter/inc/filter/msfilter/msdffimp.hxx
        	filter/source/graphicfilter/epict/epict.cxx
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svguno.cxx
        	filter/source/svg/svgwriter.cxx
        	filter/source/svg/svgwriter.hxx
        	svtools/source/filter/filter.cxx
        
        Change-Id: Ie53f995614060a00c709f620f89d132913a25c5c

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [9bc0ca091b7037f7c8f4782103a81b7287bc1de3]

        WaE: type qualifiers ignored on function return type
        
        Change-Id: I40d946b1e3ba104e8b8acac53ccf7296f6ee78fc

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [03a9ec4aa5a795b86fa626de1bf23196d7375f50]

        Don't bother with unused stuff
        
        Also, install the header files on all platforms.
        
        Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [b0e6bba1c5892574c5531fa2d2b0a5797f3ef053]

        Try depending on touch_inc to maybe fix tinderbox build
        
        Change-Id: I9833437256243c26b9ff468937ec9f975c2e898d

2013-04-14  Julien Nabet  <serval2412@yahoo.fr>  [192c3ca83354921313d452fa4353c2bc8da1a13e]

        fdo#63197: Convert list below:
        
        Zip_gallbullets, Zip_gallhtmlexpo, Zip_gallroot, Zip_gallsound
        Zip_gallsounds, Zip_gallsystem, Zip_gallwwwback, Zip_gallwwwgraf
        
        Change-Id: Ic326d83ad69968a4871518065277e863eb8815a8
        Reviewed-on: https://gerrit.libreoffice.org/3382
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-14  Peter Foley  <pefoley2@verizon.net>  [869b3a614c889a75c87e30afd180df7417cb47a8]

        make file names match library names
        
        Change-Id: Id9b7decbf2f3cfc89e76e7c86a801904375971be

2013-04-14  Jian Hong Cheng  <chengjh@apache.org>  [0efd28738af121097dcc186dab85dd65c88a0b7b]

        Fix issue #i120140: After doc file saved by AOO, one more section is created
        
        * sw/source/filter/ww8/wrtww8.cxx
        * sw/source/filter/ww8/ww8atr.cxx
        MS Word Binary Interoperability
        
        Patch by: Lin Yuan,<yuanlin.ibm@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        Conflicts:
        	sw/source/filter/ww8/wrtww8.cxx
        
        Change-Id: If32bcced32b671f026ec8c32dd21684eb9e7b1fe

2013-04-14  Xisco Fauli  <anistenis@gmail.com>  [ce0f4825730a0f96ca5369a7d07982ea073901fb]

        Fix compilation problem caused by previous commit
        
        Change-Id: I5fe90dd5a39c705b7b4dbc0c8d0b9e383c62e449

2013-04-14  Chen ZuoJun  <zjchen@apache.org>  [4e07258cbd1f4fb16d6ce2174fb5c74c3b36da33]

        #i119466# Doc file loaded by AOO, table with incorrect text wrapping property.
        
        Reported by: louqle
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin

2013-04-14  Armin Le Grand  <alg@apache.org>  [5bdba378d6fc9f18f618967ec37d07efed2afee4]

        #120435# Corrected CSS style detection to be executed only once per node

2013-04-14  Armin Le Grand  <alg@apache.org>  [bc589d57f083279b6d619904b937fae706ece493]

        #121221# added boolean state to remember when the StrokeDasharray was set to empty by purpose

2013-04-14  Armin Le Grand  <alg@apache.org>  [f75ca1fdad1094fbea4bb6cb0e3cc9458700c470]

        Fix #120334# Added support for multiple CSS styles per graphic primitive
        
        (cherry picked from commit 37446076e684a0d0de448366ab927531e3b54bba)
        
        Conflicts:
        	svgio/inc/svgio/svgreader/svgstyleattributes.hxx
        	svgio/source/svgreader/svgcirclenode.cxx
        	svgio/source/svgreader/svgellipsenode.cxx
        	svgio/source/svgreader/svggnode.cxx
        	svgio/source/svgreader/svgimagenode.cxx
        	svgio/source/svgreader/svglinenode.cxx
        	svgio/source/svgreader/svgmarkernode.cxx
        	svgio/source/svgreader/svgpathnode.cxx
        	svgio/source/svgreader/svgpatternnode.cxx
        	svgio/source/svgreader/svgpolynode.cxx
        	svgio/source/svgreader/svgrectnode.cxx
        	svgio/source/svgreader/svgstyleattributes.cxx
        	svgio/source/svgreader/svgtextnode.cxx
        	svgio/source/svgreader/svgusenode.cxx
        
        Change-Id: Id554528932eea590d645cb5e5a1ea8cf7f1d0aac

2013-04-14  David Tardon  <dtardon@redhat.com>  [1591194a5fc45cbd44c0f4cb022d8ff8c88e0a24]

        gb_Package_add_files _can_ take empty list of files
        
        Change-Id: I5cc555de3f9b329b7bea6ea31b1689c2033a0904

2013-04-13  Thomas Arnhold  <thomas@arnhold.org>  [6fb3c3872c626efe740c850d9e89447a1d7ca053]

        remove unused macros
        
        Change-Id: I0b0a73e8c9d6c5fb760c2278e58b87f08e881ce4

2013-04-14  Andras Timar  <atimar@suse.com>  [3078ef476cb5d68654a1e1687fdcd5a622f1e68f]

        Updated core Project: help  8958c6b2dfdb38a7ef0a9415ab0f302cf19171df

2013-04-14  David Tardon  <dtardon@redhat.com>  [611d4163ef53142dc2a5604d8bb953173d2d6978]

        gbuild: add arg. check to Package functions
        
        Change-Id: I07cfa78b254fe0993bbfcd86a58346af5daf1664

2013-04-14  Peter Foley  <pefoley2@verizon.net>  [cd809a1e4397af66f2e418532c368a7ec7a8c1b1]

        fix weird Circular Dep messages
        
        Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299

2013-04-14  David Tardon  <dtardon@redhat.com>  [1c0e3ea7a0f02251b6a1876ba2eec7ed5cd83246]

        fix android build
        
        Change-Id: I97903559e1f6ef48476a74a674c0832d9cb44640

2013-04-14  David Tardon  <dtardon@redhat.com>  [dcdc7bf5520b4b26090db52d8437c513a79d41ed]

        install librelogo using filelists
        
        Change-Id: Iffd409c66608d4e67eee9e149f0063f09e0e4675

2013-04-14  David Tardon  <dtardon@redhat.com>  [25b75577efed9f04f3ea5936aceb66c84e9e4b4e]

        install ConvertTextToNumber ext. using filelist
        
        Change-Id: I59c132239a410653c27be569c45b789fcb109898

2013-04-14  David Tardon  <dtardon@redhat.com>  [5ec03f9fe566df77c6fa959c675b1b0c726e8db7]

        drop unused macros
        
        Change-Id: I8965462b47e02863e40f2c218e8ceb9cd995afea

2013-04-14  David Tardon  <dtardon@redhat.com>  [11a0e150b26c018485f3b575e2f4f93b84e23660]

        install extra fonts using filelists
        
        Change-Id: I2346fb024504c33f8a100aea0438f38f86caeb76

2013-04-14  David Tardon  <dtardon@redhat.com>  [ae1fea19fd40220ecc5c9d3e063e85bd5d4e49f5]

        install fonts using filelists
        
        Change-Id: I1312908e2039a9836d25ec3a558f9ef78abf177e

2013-04-14  David Tardon  <dtardon@redhat.com>  [71b8595f3ab3a4f35d700c0270ed5826af0fdb60]

        fonts.dir has not been installed since _2005_
        
        Change-Id: I48a7e6ca1058a3b7d93cb27146f8205276313fc0

2013-04-14  David Tardon  <dtardon@redhat.com>  [02e4933d8a39ecdc3e75eed4c975d2aaed88a222]

        do not install extra font licenses
        
        They are not used for anything, so why copy them anywhere?
        
        Change-Id: Ifb0b9bb96e96b42b2bfaa70ffd7b41407f6b74c4

2013-04-14  David Tardon  <dtardon@redhat.com>  [013fd9e15ae7a31b748bf2d17452f949b4e76d49]

        rename font packages
        
        Change-Id: Ib5bdf5e96b47122ac546e7dfcc7b32184d727917

2013-04-14  David Tardon  <dtardon@redhat.com>  [45cf2634f7991226e94312dcfc8229d77ad1ed07]

        FontName is not used for anything
        
        ... and it has not been used since 2004, when it was added. In other
        words, it has never been used at all.
        
        Change-Id: I3476b5497e901b3cffe5f589948ee7e8e3b63fe6

2013-04-14  David Tardon  <dtardon@redhat.com>  [a63714e2819a48fee9bed670cd42aaf2d4755fce]

        drop extra complication
        
        Change-Id: Ic26080af8496357fec063f833dc79701a83b9061

2013-04-14  David Tardon  <dtardon@redhat.com>  [c29d73f75c9d58e9f2d870500941798ab0e5cd3b]

        add gb_ExternalPackage_set_outdir
        
        Change-Id: Ic12bfc750a127172f3b081a915d90dacbd1bde37

2013-04-14  David Tardon  <dtardon@redhat.com>  [114f71db50ca5f474717e7d559a5d09445bd4551]

        drop unused macros
        
        Change-Id: I9ba66d5cdf6cff8e432cdcdbdf8d361d41c81104

2013-04-14  Julien Nabet  <serval2412@yahoo.fr>  [712acdd7dbbaa94b299c1ae739d4081f2f057b27]

        fdo#63197, Convert Zip_cfgsrvbitmapunx, Zip_cfgsrvnolang and Zip_cfgusr
        
        Change-Id: I11064116d44f4e45676553dd26a9fe75376d923f
        Reviewed-on: https://gerrit.libreoffice.org/3368
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-14  Lionel Elie Mamane  <lionel@mamane.lu>  [31d81f87dd8f6aef1eceac4989e77a7cc6a1bc57]

        fdo#52179 on copy kb-shortcut, from *current* row, not last painted row (!)
        
        Change-Id: I39be862abb7c72234adad9c517d4a0570a1d71ae

2013-04-14  Lionel Elie Mamane  <lionel@mamane.lu>  [460ad501c8b640f52aef2fc0dd5034b41651a9f5]

        act if the row we act on is valid, not some other one
        
        Change-Id: I8bcdff69bf19f5425eab86de5f99bd2a903fe267

2013-04-14  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [327adac44129264f7bc0dab161afbb88ec3003d8]

        more fix to fdo#62470
        
        fix some problem appear when delete the right border.
        
        Change-Id: I2bd1d69142bb0a920bdb58c833f8cbbb461a8350
        Reviewed-on: https://gerrit.libreoffice.org/3305
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-04-14  David Tardon  <dtardon@redhat.com>  [8c40d1e70fbbe5e8adf5ca7b234558da67733bf8]

        sort the list
        
        Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2

2013-04-14  David Tardon  <dtardon@redhat.com>  [c7623be48628274300f23f9986725bf64cf792ac]

        drop duplicate entry
        
        Change-Id: I76cadd4c15dae8a352053c406839b7ec85c0e7e9

2013-04-14  David Tardon  <dtardon@redhat.com>  [3d50cfa224a8ad3b062d0173d373f024a41781eb]

        gbuild: ZipPackage is gone
        
        Change-Id: I6652a0e9a04c21531ed5b6d60ade9cbccc91608c

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [a28a70cdd6a3a28f902f153f725da3bae042c181]

        make mergelibs=all not crash
        
        Change-Id: Ie9a7b6c293a16ebf8773b7868de61ea5601000da

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [ffe09728cb829016dbbe24ffc5ed10cfc15cfd5c]

        adapt gdb pretty-printers to libmerged
        
        Change-Id: I80236f3c69abe713ddfa8111e8ff76f83954def4

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [fd3a23ce33bdec454273ba2bb3ea307b8420bcc0]

        update the list of serialized libs
        
        Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [b8dd30682b78ee1256b3ca9346caf47930c7f950]

        add purpenvhelper to liburelibs
        
        Change-Id: Idc7d4f57b83e9df844bd49718d25df62dbccfe39

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [e7d4e621055b2eda658cf6a92d24f7119a9dae30]

        add tl and basegfx to libmerged
        
        Change-Id: Ie16a3208dd6cc6f0d4fe8e3017b2bf7abc192ecd

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [952153274151aa8af53a8b52a5eba0eb7267e8d6]

        fix liborcus w/ system boost
        
        Change-Id: Ia461382ffc2025d7fdf368ad68a258aa626ad59a

2013-04-13  Peter Foley  <pefoley2@verizon.net>  [54ad562ff57e5a7293ad017e6664bcfedaef09af]

        fix mergelibs=all
        
        Change-Id: I267ebf8842ceefdaae3729364dcb75ab66c62e1c

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [e3e040f671097e1675be80e2db294ad208e0b13c]

        Add text input to the iOS app
        
        Don't have our View class implement the UIKeyInput protocol any
        more. It won't work properly anyway. The docs say: "Only a small
        subset of the available keyboards and languages are available to
        classes that adopt this protocol".
        
        Instead, use a transparent UITextView on top of our View to accept
        keyboard input.
        
        Seems to work as expected.
        
        Change-Id: I3093ea7fbfa0ecab0dc5d0a38e5695723e8ed4ad

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [6b89688829fa2758419361b1ac0598b72a3e3423]

        Add lo_keyboard_input()
        
        Change-Id: I5904f673de9854af47eefac2f192295a281c5525

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [7fbea4712774467fcf7edf535905f02c586ccfe0]

        Change PLATFORMID, whatever it is, for iOS to "ios_arm"
        
        Most likely PLATFORMID is not used for anything meaningful?
        
        Change-Id: Ia303c81106597dd5ed1a5a56d51e79f04a1ead48

2013-04-14  Tor Lillqvist  <tml@iki.fi>  [7ef070b46144f490f8943b1ba51a8a694060f7fe]

        Make SDKDIR match gb_Package_SDKDIRNAME for iOS
        
        Change-Id: Ic453c5c4f5c584b63d7e74f02eb998861de21187

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c03d5def337a112939b9864391f7b246c4e13fb5]

        ScDocumentImport accessor to provide efficient means to fill document.
        
        Import filters should be using this class to populate ScDocument, instead
        of filling it directly to ScDocument, and do all the broadcasting etc only
        once at the end of each import session.
        
        Change-Id: Ifc663e3dcf6b2ec96aaa185006af7ae9b9940af3

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [860d6a1995253c758bc9431049d26d9c80f8be37]

        Nah, SwCrsrShell::{Show,Hide}Crsr() are the wrong places to show/hide keyboard
        
        At least I think so. Something more complicated is needed, or at least
        lots more experimentation.
        
        Change-Id: If511697de12ca8576720d67c80113c579eb66741

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [410ad97b30691e88bbac4d2fa66e2eecf9bfc060]

        Listen for keyboard show and hide notifications
        
        Only react to hide notification for now, call lo_keyboard_did_hide()
        
        Change-Id: I2f429039d2a84269783d103ad635ff4c407c4a15

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [2cca07806251c2085661f4639acfdf085c1984fe]

        Add experimental lo_keyboard_did_hide() implementation
        
        Change-Id: I24a7449848710c0e09a4bf0da0d906d30a59f0bd

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [ab49b49f04a3dd9d3a530193798983d540c031d4]

        Add lo_keyboard_did_hide() and improve comment
        
        Change-Id: I20ae40fa03079d69f7ce9e71fa4ef6264e8d84a4

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [7f93d63ae26a8b2fbf0b9044a5c4e5abba4f86fd]

        Add some more files for easy breakpointing
        
        Change-Id: Ib68928d7213a7dbba830b20c882ba53c6f3deb4c

2013-04-13  Rene Engelhard  <rene@debian.org>  [26b80fc81295ead5e5e43d2b8f3960757ae98c7e]

        oops, move gb_LinkTarget_add_libs back to correct position...
        
        Change-Id: I4eff9417d57b6d949ce511fd508a1a2d73197952

2013-04-13  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [5785db93c5739846fb0a84b138be485044d4bda5]

        fdo#47018 Impress crashes when modifying bullet
        
        Default numbering rules shouldn't be left zero nor hard-coded.
        
        Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04
        Reviewed-on: https://gerrit.libreoffice.org/3312
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-04-13  Miklos Vajna  <vmiklos@suse.cz>  [e70d6fbf4610563b7ff31d0e6393b70b4b0e6510]

        fdo#45941 repeaded -> repeated
        
        Change-Id: Iff043de250fb1d81fbd4901a15f7935006edc2df

2013-04-13  Miklos Vajna  <vmiklos@suse.cz>  [b8205b65d52cfd0406f4af75bb464965a7d4c201]

        fdo#45941 cursos -> cursor
        
        Change-Id: I10ede9fe8f4694366101458a0ce82b54148cda61

2013-04-13  Rene Engelhard  <rene@debian.org>  [fb360f5f8a131383605bf301bb4d1e35dabaac65]

        fix system-orcus: add dummy gb_LinkTarget__use_orcus-parser
        
        Change-Id: I6d2a73960ded37e60008daea6555001e7b126f5a

2013-04-13  Eike Rathke  <erack@redhat.com>  [26114dcdf9d55a5a2490de6de619337e9733b0e2]

        resolved fdo#63421 crash in pivot table with accessibility
        
        The scenario of fdo#63421 (loading data and re-dragging the same field)
        is not needed, simple data is sufficient and crash happened also when
        dragging (removing) a field from a pane and dropping it anywhere else.
        
        Multiple errors:
        * getAccessibleChildCount() must return the real current count of
          children, not what mpFieldWindow says; AtkListener::updateChildList()
          uses this value to repopulate its own list; a child is added after it
          is added to mpFieldWindow but removed before it is removed from
          mpFieldWindow;
        * LostFocus() uses an index of -1 if the last child was already removed
          and the field was dropped after dragging it away from a pane, handle
          that but it still does not look right
        * RemoveField() called CommitChange() with
          AccessibleEventObject::NewValue set instead of OldValue, leading to
          AtkListener::handleChildAdded() being called instead of
          handleChildRemoved()
        
        Apparently this never worked since 2002.
        
        Change-Id: Idfb59d947002d2212bc67b414daecb65c55edae8

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [5c07874471ad529c129e834eff14968f097ce0c3]

        Fix copy/paste error in 173214d92046b4ea11f6c0959ca40999d1e0bbd2
        
        Change-Id: I47a3f6ef639c9103b8def0dd029fcb6efec4b085

2013-04-13  Miklos Vajna  <vmiklos@suse.cz>  [ca9306c51789dbc8d7c893c5e79da3dc7492693e]

        fdo#45941 algrithm -> algorithm
        
        Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [173214d92046b4ea11f6c0959ca40999d1e0bbd2]

        Fix liborcus build for Android
        
        Also hopefully make the environment variable setting on the configure commmand
        line saner and working as intended for all platforms where relevant.
        
        It doesn't work to set and append to an environment variable in one same
        command like CPPFLAGS=something CPPFLAGS+=more ./configure ...
        
        Change-Id: Ifb3fb6748d59388124b9987a1db3cab15ebaf757

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [6a46db8753e3376e8f7be3b2a9235c17e169e496]

        The liborcus_0.1.0-configure.patch does apply and is needed
        
        Change-Id: I19340ff42c8edbe7b112569f12657757b466a244

2013-04-13  Miklos Vajna  <vmiklos@suse.cz>  [42e57f463ed46c64560e6b27a75cc1e9ad519743]

        sw: fix frame size of textboxes in DOCX/RTF export
        
        In case the frame is AutoSize and the nominal height is less than the
        real height, we used to end up with textboxes having height small enough
        that some of the content was unreadable.
        
        Instead, do what the WW8 export does and relay on sw::Frame to provide
        the layout size.
        
        Change-Id: I2a6cf4373c8565eef780273745a6ef27ddc65753

2013-04-13  Tor Lillqvist  <tml@iki.fi>  [41807e779f93cc3dc7cb338a13b19195a77d11af]

        Fix warning: unused variable 'sPlatform' [loplugin]
        
        Change-Id: I2d6c7bae4f202a00f89d22b63370c128cc27c7c4

2013-04-13  Andres Gomez  <agomez@igalia.com>  [48d49759a4d43b5e5dd997b4a87555ce25ae2a04]

        neon: honor --disable-openssl and use GNUTLS
        
        On --disable-openssl, the bundled neon library
        will link against GNUTLS + gcrypt instead of
        OpenSSL.
        
        Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4
        Reviewed-on: https://gerrit.libreoffice.org/3330
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Andres Gomez  <agomez@igalia.com>  [f3f9db6d1d1fe63a4323f43de91a13aae03b1228]

        postgresql: honor --disable-openssl flag
        
        On --disable-openssl, let's avoid linking the
        bundled postgresql to OpenSSL by not passing down
        --with-openssl to its configure script.
        
        Also, configure stage will fail if krb5 or gssapi
        are enabled as they need OpenSSL and, in any
        case, --with-krb5 and --with-gssapi will not be
        passed down to postgresql configure script.
        
        Change-Id: Iaf7e944d1d8f6a018e949ece56f6d3881f1e8c46
        Reviewed-on: https://gerrit.libreoffice.org/3333
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Andres Gomez  <agomez@igalia.com>  [3aa14b5a2f8d815ada281b69e9b8600e759fc5de]

        python: honor --disable-openssl
        
        On --disable-openssl, the bundled python library
        will not build its OpenSSL module.
        
        Change-Id: I132663c0160f800411f78e49444fe1c5d9ce9ef9
        Reviewed-on: https://gerrit.libreoffice.org/3332
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Andres Gomez  <agomez@igalia.com>  [ef6f354bad86ac4a2e5a98777f5f9903dba90192]

        xmlsec: honor --disable-openssl and use NSS
        
        On --disable-openssl, let's avoid linking the
        bundled libxmlsec to OpenSSL by passing down
        --without-openssl to its configure script.
        
        Change-Id: I04447683adeba4b7059e94579adf43ef788a4916
        Reviewed-on: https://gerrit.libreoffice.org/3329
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Andres Gomez  <agomez@igalia.com>  [e3f607e766cea9a867c7ebff8bd568536ff67da1]

        build: new --disable-openssl flag
        
        Most of the components included in LibreOffice
        already support alternative TLS libraries (e.g.
        NSS, GnuTLS).
        
        Change-Id: If00c348046fdbc88156f3d89c25e874e7e9bd04c
        Reviewed-on: https://gerrit.libreoffice.org/3328
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Andres Gomez  <agomez@igalia.com>  [fd6d42395a676ba4a408b53725c8e4f9edf421cd]

        build: warn when configure with --with-tls=openssl
        
        When expliciting openssl as tls implementation to
        use, show a warning as there are still some pieces
        of code that may depend on NSS or GNUTLS.
        
        Change-Id: I2cfaaf09b5ad83837928f2648975db956b261c19
        Reviewed-on: https://gerrit.libreoffice.org/3327
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1e53d3b87aef18db7bce0c3990cc1403d1932fe2]

        Revert "KeyId do not contain special chars so ulfex can use it again"
        
        This reverts commit 8287da2fbc09882893642b7a6e3ca555b2b956b3.

2013-04-13  Oliver-Rainer Wittmann  <orw@apache.org>  [ddbf7961ef0c33672ad27af6416a69c1180e62e8]

        i#119446# correct condition for fields containing '.' or '/'
        
        See also: i#61075, i#89667, i#111684
        
        Found by: Yan Ji
        Patch by: zjchen
        Review by: Oliver
        (cherry picked from commit 2eeb8010f1afbe47b56387a5ba96db41ece13fcc)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par5.cxx
        
        Change-Id: Ia53b599c01d1a4b46bd52eac8a933ac6c0605586

2013-04-13  Andre Fischer  <af@apache.org>  [4de8beed1c6dd77e379e460d359f79ea73b855f8]

        Resolves: #i119953# Fixed crash on File->Insert.
        
        Reported by: Yan Ji
        Patch by: Oliver-Rainer Wittmann
        Review by: Andre Fischer
        (cherry picked from commit 66cef81342b38e23c6785c101fe204a9512f0646)
        
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        
        Change-Id: Ia014c0c3b9fb78caf8e1d40bd629eb685d40fdd3

2013-04-13  Armin Le Grand  <alg@apache.org>  [5c012ae5ebb21c65f2f854e55eff2dd637c2f8c8]

        Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_Impl
        
        by handling created ScPrintRageSaver objects more careful.
        
        Found by: Chao Huang
        Patch by: Chao Huang, alg
        Review by: alg(cherry picked from commit 803b94a2391352ccef46a6f8fdcfa9dc748bb737)
        
        Change-Id: I0523bb870ed6a4ee301722e6e80dc9ac497a7299

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [336e04496fa06cef99351692d60b2618c969d787]

        Some empty pot directories remained
        
        Change-Id: I5aedd4595c3f676deaedddf80c3a96250015f2ed

2013-04-13  Herbert Dürr  <hdu@apache.org>  [b1d3dcb406c9abbebb0fd0a4a036c45910ef1d62]

        Resolves: #i121215# fix the spreadsheet font family
        
        Patch-by: Tan Li <litan.test@gmail.com>
        Review-by: hdu@apache.org
        (cherry picked from commit 3258f70090ffb706d7dcfb66b16b404d86f8cfbf)
        
        Conflicts:
        	sc/source/filter/excel/xistyle.cxx
        
        Change-Id: Id50781e163ac33d3cd1b670808824c7c9b8718d3

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8287da2fbc09882893642b7a6e3ca555b2b956b3]

        KeyId do not contain special chars so ulfex can use it again
        
        Change-Id: Icfb581ac2771df39c71ad12f94dba5d51f3c4ec5

2013-04-13  Oliver-Rainer Wittmann  <orw@apache.org>  [d7367b709dc4e97714fb2084b872a96389e768fb]

        Resolves: #i119634# mso shape import better shadow defaults
        
        apply default shadow color, if none is given;
        apply default shadow distance, if shadow type is not supported.
        
        Patch by: Jianyuan Li
        Review by: Oliver
        (cherry picked from commit 19116761e7c6ebb2c2f9b76ab4c07fed2f9e8c77)
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: I99932ae3589cf2502db8d5901c5641d475becdcf

2013-04-13  Armin Le Grand  <alg@apache.org>  [3c85fde4f96ae3ce550a4adb822f4a3c946c0178]

        Secure EmbeddedObjectRef::GetGraphic to react when something goes wrong
        
        when trying to get the replacement graphic, better fallback to default ole
        replacement graphic
        
        (cherry picked from commit 9dc64b4255ed0f2eda0df3a3bbf59fa47202788c)
        
        Conflicts:
        	svtools/source/misc/embedhlp.cxx
        
        Change-Id: I31db9bf954cfca8f9c10163b03346c2b796ee0c8

2013-04-13  Zhe Wang  <wangzcdl@apache.org>  [fbc42f30bc0fbca4d12f34059f2b2b821921d849]

        Resolves: #i119974# Ellipse shape too large in MS office ppt
        
        (cherry picked from commit 1330e0eed32d5d6fee532a0538efada306822810)
        
        Conflicts:
        	svx/source/customshapes/EnhancedCustomShape2d.cxx
        
        Change-Id: If0b17bf110306b500cd7142a6a7fa4c343db68ff

2013-04-13  David Tardon  <dtardon@redhat.com>  [5cd3da2246bba2e2902010e023922ece2fffbd1e]

        simplify makefiles
        
        Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d

2013-04-13  David Tardon  <dtardon@redhat.com>  [a7fb41886ad729361721b59b2bf2fec218674f53]

        add gb_CppunitTest_use_custom_headers
        
        Change-Id: I6bca241552bb6f8fa84cf8b45e91e9a86e12dc41

2013-04-13  David Tardon  <dtardon@redhat.com>  [71e52f37ac87256f81c8da1c66e858df0fa6fe8c]

        simplify generation of *_allheaders.hxx
        
        There are some differences in the generated headers:
        
        cppu_allheaders.hxx now explicitly includes
         #include <com/sun/star/uno/Any.h>
         #include <com/sun/star/uno/Any.hxx>
         #include <com/sun/star/uno/genfunc.h>
         #include <com/sun/star/uno/genfunc.hxx>
         #include <com/sun/star/uno/Reference.h>
         #include <com/sun/star/uno/Reference.hxx>
         #include <com/sun/star/uno/Sequence.h>
         #include <com/sun/star/uno/Sequence.hxx>
         #include <com/sun/star/uno/Type.h>
         #include <com/sun/star/uno/Type.hxx>
        
        sal_allheaders.hxx now does not (explicitly) include
         #include <cppunittester/protectorfactory.hxx>
         #include <internal/rtllifecycle.h>
         #include <osl/detail/android-bootstrap.h>
         #include <osl/detail/component-mapping.h>
         #include <osl/detail/file.h>
         #include <osl/detail/ios-bootstrap.h>
         #include <pch/precompiled_sal.hxx>
        
        Change-Id: Ide3c708ac66f23b360b8e130790f8fa8f1911082

2013-04-13  David Tardon  <dtardon@redhat.com>  [6aca2a3d0eac2c01e487e15ba599f8237b9eef61]

        drop trailing /
        
        Change-Id: I1f699f9e0294209478680ae3e2e12ae9085c91fc

2013-04-13  David Tardon  <dtardon@redhat.com>  [2ca2e8e7b4cd7530024d131918739b9b6fac96af]

        rebuild Package when a file is added
        
        Change-Id: I58b8ad5393a4ca01c0131847f220f8c094609b69

2013-04-13  David Tardon  <dtardon@redhat.com>  [d3e93f256e5125b0948c89943b6c9bde6aa0d125]

        install SDK headers from filelists
        
        ... which allows us to drop gb_ZipPackage.
        
        Change-Id: Ib19f774c63d9b83ec07e99f963533eee431cc53a

2013-04-13  David Tardon  <dtardon@redhat.com>  [ea09e0352a82dabc26c713adc1825d89ff824178]

        add extra inc. dir for URE headers
        
        This is in preparation for removing gb_ZipPackage. It is only a
        temporary workaround, as the URE headers can be used directly from
        $(SRCDIR), once we do the migration of public headers to top-level.
        This commit should be reverted then.
        
        Change-Id: I26b7ad6eb7b33797c174573e3c2f69d295408657

2013-04-13  David Tardon  <dtardon@redhat.com>  [ddd9e1257562486f1d5e1e58f5287b14633f7995]

        add some comments
        
        Change-Id: Ife488b476fff54872aa830cff218d4a642f528fc

2013-04-13  David Tardon  <dtardon@redhat.com>  [b80f40c56a87e82e29327aa11c920269d01e7f72]

        keep filename in sync with the Pyuno name
        
        Change-Id: I7f171e3908eeddb5f24fd82fe7eb5cfbce77affe

2013-04-13  David Tardon  <dtardon@redhat.com>  [d01478a87aaf7c61d6be5d6eae9812c218497239]

        install Pyuno using Package
        
        Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514

2013-04-13  David Tardon  <dtardon@redhat.com>  [47f9150848d0829fc2cf257ccb48a0ced9d28bec]

        silence build of epm
        
        Change-Id: I439032a384e75815db050d5468d78496267f665b

2013-04-13  David Tardon  <dtardon@redhat.com>  [8f0997c3a2af42d826f787ffb381ba82480c42be]

        convert AllLangZip to install using Packages
        
        ... and also rename it to AllLangPackage.
        
        Change-Id: I5bbc3847f2806221a5e3e4fa063ccc5a3b60a3fb

2013-04-13  Caolán McNamara  <caolanm@redhat.com>  [b724a3bde9462ab4232da507680bb0f2a6d5d597]

        WaE: unused param
        
        Change-Id: Ie066849a312059e9dc2599e73258c57e9ceeda28

2013-04-13  Caolán McNamara  <caolanm@redhat.com>  [72b60cf0380ee86908ca9804148cc41a8fa174b7]

        WaE: unused param
        
        Change-Id: I29d6b8b19a677ecbd4b47fb80574e8b327a16d13

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4146406205ce6f939944685e1931dcd45f3de708]

        l10ntools: export use only en-US
        
        So no need to ad it in a commandline parameter.
        No need to use a vector to store languages.
        
        Change-Id: I1f7d3bd131b5a9ff23d403cee4ac6804ae8e0a0b

2013-04-13  Armin Le Grand  <alg@apache.org>  [c1a2f580f0a5a479282cfa7ffa538de6d30b216a]

        Resolves: #i54102# added support for rotation, shear and mirror for SdrEdgeObj
        
        i.e. Edges, Connectors
        
        added interactive preview, allowed these actions for editing
        
        (cherry picked from commit f8721f5f94f74522eae36dc6dc054b983384fac9)
        
        Conflicts:
        	svx/source/svdraw/svddrgmt.cxx
        	svx/source/svdraw/svdoedge.cxx
        
        Change-Id: I20b971674e683a25f70f6d2e2f4b5231f38638bc
        
        Related: i#54102# Removed IsInserted() check...
        
        for doing transformations to have them on interactions
        
        (cherry picked from commit 3ca8c0e04015fcd945a66e254d845dc9081aa5e5)
        
        Conflicts:
        	svx/source/svdraw/svdoedge.cxx
        
        Change-Id: If55e5f0d4bb5aef7f602fdcd03d51014390e8d2a

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [5acc994f4ed3e118453fb493226b751a6d9d3bce]

        Remove obsolote 'empty string -> "-"' behaviour
        
        Change-Id: I1d81d4c5716c397b84c0a8959b21beacbbbf1138

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0583907f2b6a9fc5ca2a6368a1c22c803a4fe758]

        Handle hidden property for external filter loading as well.
        
        Change-Id: I7a0154161d28e59c3e741fd592d3ce175676c901

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9f7ac9aeeb60ed521ef07323e904ffc9eb13b715]

        Get cppunit in sc to link with orcus-parser.
        
        Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1c82446d381baa2a643a073755533a8b4b125710]

        Let's see if this works for Visual Studio 2010....
        
        Change-Id: I80b0dc6f36f798e06aad2221760b6b36d1a7f82b

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [58b4cd934fd28b796dc12590f33971dd32ec95ee]

        Go back to using Visual Studio project files to build.
        
        gcc-wrapper is too smart for me to figure out.
        
        Change-Id: Ia36255035ac0be8ddc6cfc26dac06f3cd1310769

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0af23aaf69694a3eceaf995d0971d3818c1c2501]

        Trying to fix Windows build. Still broken.
        
        Change-Id: I4d5764d9fd8f03e61c99d5f5597314deefc3ffd5

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ee0956ceedec98a4a678da179ff7a470e3e8818]

        Deliver orcus-parser.lib on Windows.
        
        Change-Id: Iba5edf90ad26c96697e5acb47055f9311ea73b98

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51f79228454c09d2b8e30b4490fdb9a31942b62b]

        Newer version 0.5.1 (since 0.5.0 package was broken on Windows).
        
        It contains a missing header needed for Windows.
        
        Change-Id: I538d7d807fef3b6e50e70bf8f48defeb3cb79c9b

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d9c2fb1e0d94fb205a32bb92c709178700aaaf4]

        Get sc to build.
        
        Change-Id: Ia5a73ec2acd3663a35632f268b59c0646cd356ea

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4f455c8882d858298b4e72a8801b2973f82656e]

        Deliver another library, though sc still can't link to it.  Damn.
        
        Change-Id: I6a0193df0cdb82e1855c5ac2d38976c7fb29d039

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a2fa2edb7e626034220340d7e1290d1da343fa03]

        Fix linker error against system zlib.
        
        Not sure what we'll have to do with the internal zlib.  Not tested
        that scenario yet.
        
        Change-Id: Iec9e4f30b006ceaa2271156650b5ad922d4b40e4

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4eb2211230d3ff327e8965a52953d0e83b031e91]

        This patch has been upstreamed.
        
        Change-Id: I7ba26813e1dfdd138096c597abd9f67c953aca4d

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f14e7094f8683ffedbe9173da4f19d32f89d2a47]

        Update the internal liborcus package to 0.5.0.
        
        Change-Id: Ib0070ad8509ba4084a8b0871fbc8c24b550433d7

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9dbf503b434aeee1a405725d97d2aa2b89625336]

        Now we require liborcus-0.6 package.
        
        Change-Id: I05555e9bb7904d7b9c25842d76ebeea53a7c1dfd

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b764697d519b9dc2295c43879b6c2b89168fd9e]

        Increment progress also during post string cell insertion phase.
        
        Change-Id: Ie8dad05f8629f8acea735c6ff71851d22b997a37

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7745d29ce1e500c42331852cdba284e0509af98a]

        Obviously we do support it now, albeit partially.
        
        Change-Id: Ib7f28a27ea99e76f439673e4971706ed9bb7a488

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3fc45b3f5841cc61efc74057f6956c4a1426382e]

        Show progress indicator during document import via orcus.
        
        Change-Id: I74e2b8299455753d4663f344506912302317b681

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eb878bf1659f12036e85a3b636c041976863152f]

        Get the filter provider name from SfxMedium instead.
        
        This property is now transferred to SfxMedium. Let's get it from there.
        
        Change-Id: Ie0a4680581500135f3b65370ea94946f02c02cb8

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ee5e495aa46bd73bcbfd77fc651cca8e7990b84a]

        Reduce indentation by early bail-out.
        
        Change-Id: Iaf2fed36b33d44f06f2c2750f800da5a6dd454ab

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b894370445ce740c8a416aa04f88431d158b4f74]

        Share error handling code between DoLoad() and DoLoadExternal().
        
        Change-Id: I34167b80e9ac31b32639cd3be903ba9edbdfa41a

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ddd2a00ef18e7c8865dc5888d54f99d08aa4063f]

        Handle load error correctly.
        
        When we fail to load a new document, we shouldn't manually delete
        the SfxMedium instance there since SfxObjectShell gets to own it after
        the DoLoadExternal call.  And we need to throw an error instead of simply
        return from load().
        
        Change-Id: Ic194d47dd1caaab3034aba1b9add54c9b5338a38

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4b3da418d665b7c9bb0f3a8783b7666330e1ec11]

        Parameter order is wrong.
        
        Change-Id: I165c75693c4d4acb331e93905392fa7b6f7bc1c0

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3b9bc3e8703fe751911333f22e689710187f130d]

        Import null date via orcus.
        
        Change-Id: Ifa50e460768ffff4b1096d795ab694fea62a6c29

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bc36f99b32cd46acd4e5dbdc63cfff23316185af]

        Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.
        
        It was about time.
        
        Change-Id: I87225be540c22b3031c6aee3f3fd9d26795abef8

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a53a72fbffe285fb50193f853bab60db61ccf54]

        Properly implement date / time value import from orcus.
        
        Change-Id: Icaf310182dcdd2a5d06c2d4bcbb98e3850fb2d80

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eea7b093d10d5bec85a090f5d205783bada94ad6]

        Implement set_date() interface method.
        
        It'll simply call set_auto() for now.
        
        Change-Id: I580b2ecbd34ffe7674f64ade912877ef07a60aca

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [302a764316bbca6447940d7f346f821daabaff27]

        Implement segment-based string import.
        
        With this, string cells from ODS docs get imported.  For now, format runs
        are ignored.
        
        Change-Id: Ia9530357d3afc6cf4a0c52362bc770560debfd61

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [01944e4c8c44a7fd9a8bc42708247f1bf5a528f6]

        Correctly implement add() and append() of shared strings interface.
        
        Change-Id: I9c1d0e904464ff2489678972aa5c6b6e4246cd81

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05f4bb6cdd5617db8db0c3d5279cff373cec949b]

        Defer string cell import until the end when importing via orcus.
        
        This is because orcus imports cells before it imports the string table.
        
        Change-Id: I1b85be2d9832b9a9a52961ece735de8cd980b893

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [644f122a2d2b49f3aff9755093872bb38565ee5d]

        Use environment variable LIBO_USE_ORCUS to decide whether or not to use orcus.
        
        This way we won't need to re-compile every time we need to switch between.
        
        Change-Id: I7d56a838c420a645ce8bebe0f0d9beaa78476fd6

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [44358ce0b0c2ee5de981fdce66849b3f3ac32390]

        Try not to crash during import of xlsx and ods documents.
        
        Also, let's not leak memory by returning a new'ed instance from get_styles().
        Orcus never manages the life cycle of objects returned from client code.
        
        Change-Id: Id92eb10dbe88c2a55b5d04e408a01fa9c25fa9a1

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0552a09b95010d0f622688c2508a0684803a3fa5]

        Manage to use orcus to import ods, xlsx, and csv.
        
        But this occasionally crashes.
        
        Change-Id: I0a18d0e210639b43b89b966a54de541b9a43e329

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [938d2f9502359f696b0680f249c8e644cd1caba0]

        Make the impl class explicitly non-copyable.
        
        Change-Id: I58971205bcb0c9f397c64556c84114c0390e8e96

2013-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dad7b573b8b56c346ddfae0e2be2fdb00a994b5a]

        Re-organize UNO interface members & use clear() to clear their refs.
        
        Change-Id: I815e77640c7c3816e5b9c83b567a8e2051cdb81f

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [be30e0e139ecc068665c8e46020b60356b05cfd6]

        Delete obsolote platform from l10ntools merge
        
        Change-Id: I5e5b87355d3d6e369c8fccd7078581758abb3b10

2013-04-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d885a85a48a4706934e170b7a6671e5e029089a0]

        Make l10ntools executables escape clear
        
        Steps of escaping process:
        1. Executables unescape the string for export(if necessary)
        2. Po class work with unescaped string
        3. Escape strings to PO format and write out
        4. Read from PO and unescape strings
        5. Executables make own transformation on string and merge
        
        Use general functions for escaping (helper)
        Delete unneeded escaping methods(xrmmerge, merge)
        Delete some unused method from PoEntry class
        
        Change-Id: I7f9414581aae9e6de7d1573862a32cdbd68c9545

2013-04-13  Eric Seynaeve  <github@nosperse.com>  [edc3bfd558f3065a5444ad3f5c456da9546d16c4]

        Adding the dialog for setting stepped lines.
        
        The UI changes still need some more tweaking:
        - adjusting the vertical alignment in the splineresourcegroup
        - put the images in the radio buttons instead of in front of them
        
        Change-Id: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [426ab2eb7ea4e744947ef9d2ec5c72cca2d81da6]

        RTF export: fix position of at-character-anchored textframes
        
        Our importer could deal with the frames without these, but not Word.
        
        Change-Id: I6f7d13aba45129357fcf8c11e60d5a9dbc7a8ca2

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [c3d8b06f0058d808aa62c27d06f77e2a25747dd2]

        Get rid of SHL_SBC
        
        GetAppData(SHL_SBC) was used only locally in the sb library so no need for
        it. Just use a static pointer field.
        
        Change-Id: I37c8429b6c9e521a00c52bb622f78bdc4afe345c

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [9be3e8e8d52cfb00dff851ee221074b7efce46c1]

        Should initialise Module::mpModule to 0
        
        Change-Id: Ie4648b82a524a7ddcd427d7d2543bc7691eddcf8

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [8dba30fcf6eb7e7dcd7b13436cb92f828109d933]

        Get rid of GetAppData(SHL_IDE)
        
        It seems to be used only locally in basctl so there is really no reason for
        it.
        
        Change-Id: I9ad0a67621e190257e028fd3689f692e639eaf56

2013-04-12  Andre Fischer  <af@apache.org>  [a666862deffa33013d3df3bb62e87c67f9a89948]

        Resolves: #i119492# Reset the modified flag on OLE objects after loading
        
        Patch by: Clarence GUO
        Review by: Andre Fischer
        (cherry picked from commit 83777cd6e0f3f1a4458af896fd13344c696ecb1e)
        
        Conflicts:
        	sfx2/source/doc/objstor.cxx
        
        Change-Id: I51682ace6a5b233270e52070ef39c33480fd27c0

2013-04-12  Eike Rathke  <erack@redhat.com>  [8e725c7fade01bdf36b11d8f313607971b826669]

        added missing includes
        
        Change-Id: I3b77f544478ccdb166a9c7ebc82fb04458aa42df

2013-04-12  Eike Rathke  <erack@redhat.com>  [b88e5350ebbe5365cfd768aba0f42bc439d60898]

        use EditView::CheckLanguage() instead of duplicated code
        
        Change-Id: I0ff75f1dc084f426846ac4f67db85a5d932d7bee

2013-04-12  Eike Rathke  <erack@redhat.com>  [a324ad1ab6bb3b8cd36a0b8f4f6c372cd3ca74af]

        resolveSystemLanguageByScriptType in case not set
        
        Change-Id: I45582ba27579413140d536fdf0106edbef8dc4a7

2013-04-12  Eike Rathke  <erack@redhat.com>  [f3e70f0f9ced15917bb3d91f0653952031e250ba]

        make that a proper static method EditView::CheckLanguage()
        
        Change-Id: I08c1af6813314b4881aafdd7f3f98a7629d5cf76

2013-04-12  Eike Rathke  <erack@redhat.com>  [cabde84509d0644258b3d5ccb8c7022e28f505bf]

        use proper language tag fallback for language guesser result
        
        Change-Id: Icd912361ebca0e618bc76fa7017039cc116bef40

2013-04-12  Andre Fischer  <af@apache.org>  [cbcdf190e86ed2874d8d5703ef4666f4074e7c7a]

        Resolves: #i119965# Fixed saving slides where temporary files...
        
        of background images were deleted outside the office.
        
        Patch by: Steve Yin
        Review by: Andre Fischer
        (cherry picked from commit 2809da479a141ad2c5c90624edf411ac2ec04597)
        
        Change-Id: I30318ef05408eb397cb26a0d433d265de90a6e74

2013-04-12  Herbert Dürr  <hdu@apache.org>  [d859e54534994d2e6f0c62e7711fa674406f8e22]

        AlphaMask derives from Bitmap so their destructors should be virtual
        
        (cherry picked from commit 846a7425314d1782bae3b517d1394a46ff980256)
        
        Conflicts:
        	vcl/inc/vcl/alpha.hxx
        	vcl/inc/vcl/bitmap.hxx
        
        Change-Id: I8bf83e2edde33f9aee50a7feffe18bcb5c352dd4

2013-04-12  Michael Stahl  <mstahl@redhat.com>  [9617741fdfc0b22ff39d2195af5a2966f4fe51e2]

        basic: SbCompare_UString_PropertyValue_Impl MSVC workaround
        
        MSVC 2008 with _DEBUG calls this with parameters in wrong order so needs
        another overload to make it happy.
        
        Change-Id: I906483ecf5325d7aa742e3d93afb151501374abb

2013-04-12  Michael Stahl  <mstahl@redhat.com>  [e348c88d3d8db2b6a443a4811d815f40ac17fb44]

        sw: remove usage of boost::bind for IMarks
        
        Apple llvm-g++ 4.2.1 with _GLIBCXX_DEBUG won't eat boost::bind with
        IMark::StartsAfter, and MSVC 2008 with _DEBUG even doesn't like
        IMark::StartsBefore.
        
        They evidently try to call the comparison operator with arguments in the
        wrong order.
        
        Change-Id: Ib11a79a459e84ac9d7046824678ad4ccdacc67d0

2013-04-12  Michael Stahl  <mstahl@redhat.com>  [85c5f6c1a78fae00fc13c5d1b7f045dc984589fb]

        spurious warning C4701: potentially uninitialized local variable
        
        Change-Id: I2e99cbe9db6d5911f0c2ec61229cd47e07e99cdf

2013-04-12  Lionel Elie Mamane  <lionel@mamane.lu>  [b8537fba16417aa5a2e940191f094b8671256ee5]

        fdo#36858
        
        1) No valueType (Format/Number/General) is like float valueType (Format/Number/any other)
        2) We use 1/1/1900 as startdate for number-from-date, stick to it more consistently
        
        Change-Id: Ib1008d1c30be602d8173457738c915087ed17391

2013-04-12  vjinoch  <elianoss@gmail.com>  [a1cd39a17216d78b4f335e6301786e205be14d0d]

        fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it does nothing.
        
        Change-Id: I76e76ec5fc85d8e1fd673a45b3e54163ca7643f3

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [d8dbe5844b192f1339a3d38e0f477c5330c89194]

        Kill empty ImpDeInitWinTools() and the header with only its definition
        
        Change-Id: Ica82a4612da952c0c084974b708ef9dac753dcf6

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [db8786e34b1a451f0e6969681079f701627de6f9]

        The silly toolsdll.cxx was the same for unx and win
        
        Change-Id: Ia83a37980446ee9a52e096e64a9ab77f106c8b37

2013-04-12  Jan Holesovsky  <kendy@suse.cz>  [9de73714775833f3ec7e7508d5fddcc8e4f19aed]

        i#116001: Decrementing the iterator while comparing is not a good idea here.
        
        When it is begin(), it will get decremented regardless the result of the test,
        but probably affects only the dbgutil build.
        
        Change-Id: I9aba1a9eea07584d8203fe16929ecb4794d2c087

2013-04-12  Michael Meeks  <michael.meeks@suse.com>  [f3c4b5606d4a697efbe3041530fc7f7d5a3a47b0]

        Add more components
        
        Change-Id: I3ea18b4a075516f3c098fad5d63466f20bf0b494

2013-04-12  Noel Grandin  <noel@peralex.com>  [adcae497ce48a6ff6e994817b17840842faa8732]

        remove dead code
        
        Change-Id: I18b203f9647e2fd5199a2d15f4be67c99f7def5d
        Reviewed-on: https://gerrit.libreoffice.org/3361
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-12  Jan Holesovsky  <kendy@suse.cz>  [120922361a5928ea4437ffe253ce209abd7060b0]

        i#23187: Fix crash of the document.
        
        The mbLayoutInProgress bool was effectively unused - only set and reset, but
        the only place that was checking for that was in lcl_RecalcRow(), again, only
        to set and reset it.
        
        Worse - with the document from i#23187, the mbLayoutInProgress was set / reset
        on a page already disposed in SwFrm::InsertPage() which was causing the crash
        here.
        
        So let's get rid of all this mbLayoutInProgress, its getter and setter, and
        NotifyLayoutOfPageInProgress class.
        
        Valgrind, thank you that you exist, would have never found it without you! :-)
        
        Change-Id: I9a9b604f8a21bb50e21af1b20b8db76d2c0504bd

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [d53dd70b15f0e3f7c8a05a93f8fcd70e1147c1f7]

        sw: rework RTF export of text frames
        
        Export these as new-style frames. Not counting future possibilities,
        this commit finally fixes the following problems:
        
        - borders: spacing to contents wasn't exported at all
        - wrap: top/bottom and left/right spacing exported even in case they do
          not equal
        
        Change-Id: I058e00e677e20bc9501b8de320f941f256e8b6f1

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [da16b278eeb5b3e2994de68e49d88a64fdb7ac5b]

        RTF import: initial handling of posrelh and posrelv shape properties
        
        Change-Id: Id576d6df4b7a6144507e5f8230ac62a953b5c050

2013-04-12  Caolán McNamara  <caolanm@redhat.com>  [1f39925c4cafc52009f4505fd3e4b6843f6e7944]

        fix build, "touch" headers only on !HAVE_FEATURE_DESKTOP platforms
        
        Change-Id: Ie0a40b5aaf26185546916843a913d4be47f7b6fb

2013-04-12  Lei De Bin  <leidb@apache.org>  [1799937b9ec2584c6e6c783ede5f22d72a1f44f9]

        Resolves: #i119632# Macro button lost if save template to .doc file
        
        Add export MACROBUTTON field codes in AttributeOutputBase::TextField
        
        Found by: yan ji
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun(cherry picked from commit b51d354f043d19c1a8f22e1cfff6d0b43eb62b5e)
        
        Conflicts:
        	sw/source/filter/ww8/ww8atr.cxx
        
        Change-Id: I419ce091bb676aecfe8b53660549da40eec6057f

2013-04-12  Caolán McNamara  <caolanm@redhat.com>  [f1bdd56b4f983282619a4c1fdc4222f25215ca46]

        document VclContainer a bit
        
        Change-Id: Ib00a0ab1c2e382547041137c11f8955140b8113d

2013-04-12  Stephan Bergmann  <sbergman@redhat.com>  [0557453a35863310f34e6c10facbac63bc89837d]

        Combine getSortResolve...() into one decompose()
        
        Change-Id: Ie1c1311d1df14d5639b7642d2b9a1588605c31fc

2013-04-12  Jan Holesovsky  <kendy@suse.cz>  [9fb856ce844f2a4e794687c00ad6f0f75ef223c1]

        i#101884: Fix crash on load.
        
        This was originally fixed in commit 792cbc03aef3873ba89c61db708898d96d6a52f8
        due to fix of i#99564.
        
        But later we reworked the handling of empty paragraphs in tables in commit
        56b2cf0c10d9caa01ebae1d80465e342d046a85c, which caused the fix from i#99564
        to regress.
        
        Change-Id: Ief063181cee87c7cd43404469247d85eb96bcfe1

2013-04-12  Michael Meeks  <michael.meeks@suse.com>  [ffa651bd4f4476bf2d734c6931af271e58acb88b]

        fix embarassing mess up around gtk+ version detection.
        
        Change-Id: I5a24235f5bb6791f64ba752b01cf185e7a7287cb

2013-04-12  Andre Fischer  <af@apache.org>  [694ac8155517a88e7317170b189f9d5fabc270b0]

        Resolves: #i119546# Set minimal ppt table border width to 1
        
        for loading from ppt format.
        
        Patch by: Lei Debin
        Review by: Andre
        
        (cherry picked from commit 2b747915abca3369178d177291d706377676b19e)
        
        Conflicts:
        	filter/source/msfilter/svdfppt.cxx
        
        Change-Id: I2c10ae8161c44f2c60e7605a529887a0925d456d

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [a6e1f214c9c8c338da7cd216884e45e234e64669]

        Start implementing on-demand keyboard display for non-DESKTOP
        
        Change-Id: I9321dcf9d863cb59eee9b2a012d887a17cb1b454

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [80004068611191107c0f44cc5d3b29181b1ad157]

        Add one more file for easy breakpointing and re-structure list a bit
        
        Change-Id: If37b5e646562357c4c6c9ce0a3821d92bbfc07f9

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [3f4a63c9dda93fe95f44a51f28c89057343a8369]

        Add new <touch/touch.h> header
        
        Change-Id: I25016b17356e0b3732f324f4edb748660cd110fd

2013-04-12  Oliver-Rainer Wittmann  <orw@apache.org>  [38a3e82938de1b82fadd47d3d53d530f04db6891]

        Related: #i119624# GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid
        
        - consider upper space amount only for page grids in squared page mode
        
        Found by: louqle <louqingle at gmail dot com>
        Patch by: Oliver-Rainer Wittmann <orw at apache dot org>
        Review by: zjchen <zjchencdl at gmail dot com>
        (cherry picked from commit 53ba60618af3977f5e5488225dcf050a517fb5b8)
        
        Change-Id: If6592a41f0ef67cc20fa8b3ddaefa36571561f85

2013-04-12  Oliver-Rainer Wittmann  <orw@apache.org>  [eeef836f689f6461f7e60bf1a151c6a362a01e59]

        Related: #i119624# method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)>
        
        - correction of condition interpreting <LayoutInTableCell> attribute
        - include support for Microsoft Office 2010 version
        
        Found by: louqle <louqingle at gmail dot com>
        Patch by: Oliver-Rainer Wittmann <orw at apache dot org>
        Review by: zjchen <zjchencdl at gmail dot com>
        (cherry picked from commit 3b8b3136a51af56321a1a35fcdd9ec1d7126daa3)
        
        Conflicts:
        	sw/source/filter/ww8/ww8graf.cxx
        
        Change-Id: I065ba88f0e08c5c5e892665933587fa2b796226e

2013-04-12  Jan Holesovsky  <kendy@suse.cz>  [bebf8ccfba37f77d6a43c7874249b31736467b17]

        i#98430: Import at least the shape.
        
        The image that is inside is dropped though, we do not have support for that in
        editeng.
        
        Change-Id: I16dc1656e6f71fd80136bc39233decef4e1d4069

2013-04-12  Andras Timar  <atimar@suse.com>  [e7808c250f1b82ca9566fc12c4d7de33c58fcb1b]

        make Photo Album warning string localizable
        
        Change-Id: Ib57d76313732fed18d1d3b91b27df33d60dabf2b

2013-04-12  Gergő Mocsi  <gmocsi91@gmail.com>  [d99f529676e78895996d50064dbcb0dc1b2ad986]

        Create Photo Album implementation
        
        UI tweaks: dialog window open in all modes (Normal, Outline, Slide Sorter, ..).
        Fixed some pointer issues in function CreateHdl).
        Functionality: Title slide gets inserted only when we have one slide in the
        presentation (having > 1, I assume that we don't have an empty presentation).
        
        Conflicts:
        
        	sd/source/ui/dlg/PhotoAlbumDialog.cxx
        
        Change-Id: I7eb844bf2382a44481435cfaa8f498e29c56bd69

2013-04-12  Stephan Bergmann  <sbergman@redhat.com>  [5acb6ad0fede608bc77a5430bb67b72c2244f383]

        warning C4101: 'e' : unreferenced local variable
        
        Change-Id: I31372075311e45b7b772ff057aedf4c5f1d0ed18

2013-04-12  Michael Meeks  <michael.meeks@suse.com>  [6a0757f0e0fb4fe4b837f44b2bc9ca6455fa1c5d]

        fdo#60690 - a little more cleanup of gtk+ mutex bits.
        
        Change-Id: I020d6f59751aef0bfb06667317ddcaf2965395d1

2013-04-12  Caolán McNamara  <caolanm@redhat.com>  [0754dde7aa38317522a3d2aa0be7fe364b878644]

        consume hectares of empty space on outline and numbering tab page
        
        We now have hectares of empty space in the English ui on the right side because
        the other tabs are wider than this one.
        
        What to do with the extra space, leave it on the right, or consume it in some
        other way ? I'm inclined to spread things around the available space. If we set
        our elements to expand to consume it (but left align the spinbuttons within
        their expanded space) then we get a page that looks very like the original.
        
        I'm not entirely sure if I prefer it this way because it's genuinely more
        pleasing to the eye, or because it's just familiar looking this way.
        
        Change-Id: Iafe60713eb8c6f0bd1ecd70e3f288d52b453a247

2013-04-12  Stephan Bergmann  <sbergman@redhat.com>  [1f89a76dcc9ddea65f6e578eec78f008c67622ee]

        Install SDK in Windows dev-install, too
        
        Change-Id: Ic26237c2ecdc0728be6acb6d15e2d258bf093c74

2013-04-12  Stephan Bergmann  <sbergman@redhat.com>  [78120c41f0c34cd962c5000c0f562692dafb64f7]

        Missing return
        
        Change-Id: I76db8e6e1460141ee4ef1bed10ea46c2b402b249

2013-04-12  Stephan Bergmann  <sbergman@redhat.com>  [a5ee2d5a2086594429deb6b2dea0220c2e0f5a5e]

        -Werror=unused
        
        Change-Id: Icab9990a1e4bcbd709f63cb5ef24358441cced8d

2013-04-12  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [520f4d45e9cd592381af66a8ed357de3e346734b]

        Image/Notes storage and basic preview.
        
        Change-Id: I466b5e2232811af3fad2266c28e8c4475b77eb71

2013-04-12  Caolán McNamara  <caolanm@redhat.com>  [fd8324adb1e8024a0bb37bf096cf5988be1ead62]

        use a size-group for the labels to get things to align nicely
        
        It appears I have a small bug in how size-groups and/or generic size-requests
        work. It seems that margins should be part of the request, but I'm adding those
        on after the request, not as part of the request. But we can workaround that by
        putting a one element box around the elements with margins and put those boxes
        into the size group instead. That way it works now, and will continue to work
        after I change the request+margin logic
        
        tristates are a pain, They are always set to "state unknown" on .ui load, while
        in .src load they default to "state nocheck". So to be super sure that the
        logic is unchanged set them explicitly initially in .cxx to "state nocheck"
        
        restore accessibility relationship between tristate used as a label and the
        labeled thing.
        
        Change-Id: Ibf4879c3e9a4ecc4726896479377f51bf727b238

2013-04-12  Olivier Hallot  <olivier.hallot@edx.srv.br>  [3ce8127936548eccf0646319ffd35c7beaaee603]

        Convert Paragraph Outline&Numbering tab page to Widget UI
        
        Conflicts:
        	sw/UI_swriter.mk
        
        Change-Id: I5280ddaa714db0f9ffd61cf400acf9a9fcc1087b
        Reviewed-on: https://gerrit.libreoffice.org/3337
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-12  vjinoch  <elianoss@gmail.com>  [fd69d1ab77fc52041e0396639f7d22d310bba354]

        Remove GtkHookedYieldMutex and some small changes.
        
        Change-Id: Id84a5eaa4cea4c7cce9aa873c1a7c286e5d5cc92
        Reviewed-on: https://gerrit.libreoffice.org/3349
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-04-12  vjinoch  <elianoss@gmail.com>  [c7c7b08ca6cddda04b3e0f37e38bc65363bd3c44]

        Remove code marked by HORRIBLE_OBSOLETE_YIELDMUTEX_IMPL tag.
        
        Change-Id: Ib87e3a5155176a6ce0531e04b08a2731a9c956a7
        Reviewed-on: https://gerrit.libreoffice.org/3289
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [9fbe2f1b65602643f6eb3ee4ced9978c3bcb116a]

        do not set soversion for private ure libraries
        
        Change-Id: I2b2099d8fc00062f67c42e73c4b8a17a689db89d
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [5378bb143876995a58a5aacaf2081d9b191c7079]

        Mention the same messages are used over TCP as for BT
        
        Change-Id: Ia71f49eeca36ca65b319d47c6047fad310f5f248

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [89035356bce2a53014f6ecf7d001db3e7bb20ed7]

        pyuno_dlopenwrapper: give error message before abort() if dlopen() fails
        
        Change-Id: Idf39b33efe4c7838f2669aec8773616416811d57

2013-04-12  Jürgen Schmidt  <jsc@apache.org>  [2c737cedd914e30b013b090392a43a4cb48e62a6]

        Resolves: #i119912# Crash when redo split pasted table used by chart
        
        fix: While deleting any box from chart data provider, verify whether there are
        any invalidate chart data sequence inside, if so, catch the exception and
        remove it.
        
        Patch By: Peng Chen
        Found By: yanji
        Review By: jsc
        
        (cherry picked from commit a92e353922d63d785e3d46aa1a4783846a9dea18)
        
        Change-Id: I239824e92d13e42b83674dbdeaeef053f1e6ea9a

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [ac8461c6287f39c600333fb7a8df90a6f44dbee0]

        configure: fix typo that enabled mergelibs by default
        
        The commit message of 0e5f2ea0de71439fe121da47deaba68585541808? didn't
        mention this, so I guess flipping over the default was just an accident.
        
        Change-Id: I9078cc56a6064e3498b012848b860c7b414b37e6

2013-04-12  Miklos Vajna  <vmiklos@suse.cz>  [ef68c2b97de163d1fd3a960675addc1eb3d4bc6f]

        sw/qa: add new script to make sure all files are tested
        
        When some import filter fix arrives in, and the submitter submits a test
        file, but doesn't provide a matching testcase, we accept the patch, as
        it's better than nothing. This script will search for such files,
        providing kind of a TODO list for what testcases have to be implemented.
        
        Change-Id: I713fe2f0aef4cbca66ba913baf54b7bd28ba2471

2013-04-12  Julien Nabet  <serval2412@yahoo.fr>  [e7111979c6ca1d935662fa13f603847967c5562f]

        fdo#63197, Convert Zip_autotextuser
        
        Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d
        Reviewed-on: https://gerrit.libreoffice.org/3348
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [9b991a1764317959edff5af3fa7261b65dcdc18c]

        Remove thumbnail from local view if we erase it throught the search view.
        
        Change-Id: I42e5fe1f806712b2b912f945c164b0e239ecaa54

2013-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [d2b272c19d684f993da09c8961870db78e93b8c2]

        Set Template Manager dialog minimum size.
        
        Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [873d2149f76b2031a8bc83daba3d6fad7560588a]

        No point in even considering mergelibs for Android or iOS
        
        Change-Id: I2b587946f094cd4e83f4148d6e3359452ec36bf6

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [ebb09ee4f0b9691895d81c77666b141241683175]

        No jvmaccess or jvmfwk library unless SOLAR_JAVA
        
        Change-Id: I676c1305d997d756456245264e68676666f75c7e

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [1a6b1873ce75fa9a37c9e69812d127628e0be379]

        Turn off subpixel positioning for now
        
        Change-Id: Id8b9bec79e5673db738e16905eacd8e84cea89e1

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [034d5fe9acb41aa4d71e9507a8488b54ba246ee8]

        Sort source files for clarity
        
        Change-Id: Idac1c756faa47236e4ebc3c7400f7e4412f02a44

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [84587bdf9af104d5e416f2a011559f71fe493ae2]

        Use my improved understanding of what a subset BitmapDevice is
        
        Need to pass the whole pixel buffer to CGBitmapContextCreate().
        
        Change-Id: Iadac7dc3e63c29e5d0cc328b2e2a1f10824248a6

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [d520bd0903ae272cf32db8b3e4f560891df59331]

        A bit more logging in DrawText()
        
        Change-Id: I04c715e88ee79aa639c10f2a39d303eecdbd3962

2013-04-12  Tor Lillqvist  <tml@iki.fi>  [3f9acb7f9c3b68da11f8263b9103d2700321913b]

        Nah, I don't need a getOffset(), but I do need a getBufferSize()
        
        To properly handle subsetted BitmapDevices in the iOS vcl backend I
        seem to need to know what the size of the full BitmapDevice is.
        
        I wasted at least one day on desperate hacking and debugging, trying
        to wrap my head around a misunderstanding of what a subsetted
        BitmapDevice is. I thought it involved coordinate offsetting...
        
        Change-Id: I83bf1a7d75ce192aaf21f1e408008e362fd6c6e6

2013-04-11  Peter Foley  <pefoley2@verizon.net>  [b7bae354aafc3b2c1e579c72443ccfba4d42e4ac]

        add a env variable to keep the libraries w/ module-deps.pl
        
        Change-Id: Id9279b7e0dea2231db12997e571fe13ae240b914

2013-04-11  Peter Foley  <pefoley2@verizon.net>  [0e5f2ea0de71439fe121da47deaba68585541808]

        create --enable-mergelibs=all option
        
        Support cramming everything into one big merged library as well as
        only the libraries depended upon by almost everything.
        
        Change-Id: I69647037dc62840294ba670d5d6c172a4608bf3f

2013-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [6524435017f38759476970447007364e762134d0]

        make it local
        
        Change-Id: I5e44f15c236f5535fda1932c3206f4190834ae50

2013-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [d2867f4ab808c47777914bb73b848e2ab95dce89]

        drop unused field
        
        Change-Id: Ic362baf2204768d2e636b6fdd9199e8009c786d8

2013-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [bd7b2c7befbd10bebaba3a9b6ea491969ac1dcb0]

        sal_Bool to bool
        
        Change-Id: Ia86be34c6cfeab2a853305aa1568c384d7b4e2b9

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [9305b30cb11f007abf620ccd38b941bc8a9b3714]

        fix typo
        
        Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [74d942fb2396a268adfcc915e75b8b32fae851dc]

        Resolves: fdo#48039 use same algorithm for assigning get/set replacement ids
        
        i.e. use the same algorithm for assigning replacement ids for both get and set
        exp fields.
        
        Otherwise, consider for ex.
        1. fields exists with ids of 1 and 2 in master document
        2. a field exists with id of 1 in subdocument and must be reassigned a new
        id to not collide with the pre existing master ids
        
        In get orig algorithm assigned first unused slot of master to subdocument field
        i.e. 0 unused in master, so subdocument:1 converted to master:0
        
        In set orig algorithm sorted all used master slots and assigned largest used id
        plus 1 (therefore unused) to subdocument field i.e. largest id used in master is
        2, so subdocument:1 converted to master:3
        
        so get can't find set and error's out with:
        Error: Reference source not found
        
        Change-Id: Ie8758dc22cf8deeeeff079532284e57eeaf4a9bd

2013-04-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4fae09f7ed6360dd6c7b4ce2e57166221820d450]

        Complete slideshow control functions.
        
        Change-Id: I093d1a06c6771a22fb804b302d573dbfa72aaf86

2013-04-11  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6b3bca32186a59cc3632d3f6eb7f329b739e75b0]

        Basic Firefox OS Impress Remote.
        
        Change-Id: Icb62af55a9d117627794852971a20542db51424c

2013-04-11  Jan Holesovsky  <kendy@suse.cz>  [763011690b18cdf47cb23125c98a5bfa5d17b2d6]

        i#79611: SvxFieldData::Create() is not supposed to throw.
        
        Change-Id: Ied4e5cc9211b2a541006432d0b4d257f014249f4

2013-04-11  Jan Holesovsky  <kendy@suse.cz>  [c226e93159730cc53947d271c587d3720d966546]

        Avoid an endless stream of NoSuchElementException exceptions.
        
        Extremely annoying during debugging; and throwing / catching is not the
        fastest operation under the sun...
        
        Change-Id: Ic5604bb1c3ef77d1577c4ac611af44be6fea6533

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [f01ce474c26a1931a14691ceb41adb8e09699c6d]

        Fix documentation
        
        The value returned by getScanlineStride() is always positive even if
        internally the scanline stride is negative in the bottom-up case.
        
        Change-Id: Iaf394639d1e5a27d64b83f75c1d715a9860e492e

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [3ddd6cb3889c3cfbff96a1a61a12da61547b935e]

        Add an accessor to get the offset of a subsetted BitmapDevice
        
        Change-Id: I8a4a588287a90c6953b367bb02e075ea58f13a96

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [2729a77b49a9f5d2d827df67674c93847d5261ef]

        Add debugging printout of subsetting information
        
        Change-Id: I6c37885823f14dcfbe750691dad27e094f46e66e

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [48d3902b96581831b06565841d1dd54099428271]

        Log the stretch factor if different from one
        
        Change-Id: I37472b779f0e455892f4fe2cfe93023c14335400

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [3d2624a30117e31d264def62b74d71e1a2189b0c]

        Log a null CGRect as "NULL"
        
        Change-Id: I94ef782a3d4cd86afe4c1e96426df771401a65d3

2013-04-11  Miklos Vajna  <vmiklos@suse.cz>  [d795dfdffb1a8c3c50d7b4b96f55a284fc929430]

        RTF filter: import fShadow, shadowColor and shadowOffset shape properties
        
        Change-Id: I862a6b59ea2c3fa00f12cb3e9dbfd672a6aa58e5

2013-04-11  Miklos Vajna  <vmiklos@suse.cz>  [bc3c05f816fbe21c251e4749097914e40d373ddd]

        RTF import of new-style frames: implement line color/width
        
        Change-Id: Ice40f1a9532e661ab6f4e3f476e638f2f8f82b72

2013-04-11  Jürgen Schmidt  <jsc@apache.org>  [78285ba3e03911ec6481b909b1da18cbb2b5dd58]

        Resolves: #i119653# Crash after delete column(s) from chart's source table
        
        It crashes after adjusting the table size.
        fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the
        relationship inside.
        
        Patch By: Peng Chen
        Found By: yanji
        Review By: jsc
        
        (cherry picked from commit 3977937c2d96133c7d53c289cc9e218bb13095f4)
        
        Change-Id: I09e9c390527402e5f91031e7370910e93cf70fa7

2013-04-11  Eike Rathke  <erack@redhat.com>  [8bd3be9915ff28458d010fc8f0a1a1ab66d730b0]

        prevent vector and sequence out of bounds access, fdo#60300
        
        This fixes the symptom of the crash but not the underlying cause why a
        subtotal count would be wrong.
        
        Change-Id: I3782b5e39f18bc65ffe510b847ffa7969a26cd37

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [a33e45182cb8ca95c8772cb2185de59522480501]

        remove duplicated else branch
        
        Change-Id: I2d4676e3b44551d1730fe6e7b2898a2a38e4649c

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [636da2b1e55c098b9c650f31c217c8f220abbebc]

        autoinstall: allow to use only one variable listing all ids
        
        Change-Id: I270ea16aedb22c1af765565657ee4069c03ac6f2

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [23e5debcc528132eedd7f1530216fe2b2158386a]

        scp2: let's autoinstall libraries with names as gbuild knows them
        
        Change-Id: I01ab0db1a46ed58403ba16247c131550f9b3fcb1

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [52af0b0fee71a3002d28cd962deb30dd8cf194f6]

        fdo#60924 scp2: use auto_foo instead of gid_foo_auto_installed
        
        Change-Id: I646c5219d3eb1d09206de93a2b21a6a5b3ac2846

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [c9c963d3e6991d0dd73a95fc9734e38683d5be9c]

        autoinstall ure private libraries
        
        Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [2b4d8ab67bb5747d05c556663ff3d8aa470c3274]

        do not install merged libraries
        
        Since scp2 / make_installer ignores undefined ids, we can just
        filter-out merged autoinstalled libraries and we are done :-)
        
        Change-Id: I5ab63604d54a5a36caccf003a20112e2b47b79da

2013-04-11  Matúš Kukan  <matus.kukan@gmail.com>  [d11cad2a76f9ac5e914dcc53808cee4990c2dbf4]

        fdo#60924: autoinstall more libraries
        
        This autoinstall thing is quite cool because we don't need #ifdefs in
        scp2. Conditions in Repository.mk are enough.
        
        Change-Id: I31525a7e1d3bf0e4484f838483a829490621a241

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [60683b6de3f0ef0e9b22de5f5159086eb64e9f33]

        Resolves: fdo#63426 presentation wizard crashes
        
        This effectively reverts the code parts of
        13e8f68e82713cae2d081a236b260bda12aafa23
        "fix memory leak and add some documentation"
        
        Change-Id: I66fa052f79185e1348c14e99954b04bf0a4622e5

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [87cb8d784cd4d279d82aafd03d82d33843e5b316]

        java.lang.String.isEmpty is only since 1.6
        
        Change-Id: I43fd404e96192af3c0a8734c4547cee3b906c935

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [8937fac2167d9c62479f3f6a57c50a35c900c00d]

        uno-skeletonmaker does not bootstrap UNO
        
        ...so mentioning env:INIFILENAME and env:UNO_TYPES is misleading.
        
        Change-Id: Ia91ad691c58d226bc445b3355dffb82ba7ddbef5

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [7b3bef772d65f064393a764e1a6ef468dbf1b18d]

        No need to have uno-skeletonmaker depend on udkapi
        
        ...just for RuntimeException, which can be replaced with CannotDumpException.
        
        Change-Id: I258f5fe534d589b33e988f7e585168c1bc6990f8

2013-04-11  Andras Timar  <atimar@suse.com>  [6e3e6ef7257e93743a72719581ef6fe0016e58e9]

        Updated core Project: translations  d3a0a08f6d4e27af6960010fa774b96a009bf6bd

2013-04-11  Eike Rathke  <erack@redhat.com>  [58885eda4f15913fc46243dab726632f5904aab5]

        prevent out of bounds vector access in ooo62493-1.xls recalculation
        
        The document https://issues.apache.org/ooo/attachment.cgi?id=34418
        attached to https://issues.apache.org/ooo/show_bug.cgi?id=62493 crashes
        in a dbgutil build due to an invalid subtotal count that leads to an out
        of bounds access in a vector, in this case with offset -1
        
        This fixes the symptom, not the cause why the subtotal count would be
        wrong.
        
        Change-Id: If96c2eadba8753ea3e3166db0a81441818c89b2d

2013-04-11  Miklos Vajna  <vmiklos@suse.cz>  [76bf4dae2f992e013b0cbbfa7dbe5cc692fa9f83]

        RTF shape import: fix default horizontal/vertical orient relation
        
        Change-Id: Icf324d2762f292c7f5f2ec9502f58c4961b28512

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [50b57163b1c0ccaa1ab68e1d73f29c861462f0fd]

        restore missing mnemonics of writer print options page
        
        as pkacer points out, also use the 12 pixel indent
        for dependant controls that mduffy suggested as the
        best default
        
        Change-Id: If854ec394b4233bb821f37be9c784c1ccd80b912

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [c60afa164c2414d84e50415ce495686ec87b8ddf]

        Updated core Project: help  4fa871622ae5cb247520fc113d2278be758fa62c

2013-04-11  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [15e0ef908c9e54527276500cf7a537055c374850]

        fdo#51828 - UI: Sort: can use more than 3 criteria once only
        
        Change-Id: I7480e8d606e1eafde45635e36dfafa4232f529cb
        Reviewed-on: https://gerrit.libreoffice.org/3217
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [0b2d290600f545e929820432f12a88b206c1d19b]

        Updated core Project: help  fa1f0460e82625309576c81b4edd24638033ef16

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [569ef418f5b0ff2d9e2246f2a16d7d7f090ce4d0]

        adapt code for delete cells dialog
        
        Change-Id: Ibf587e1ea94765f0322a5b847bcf82d1eabc1b64

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [eb4786e88a6e79d2c5f7723d93cd547f5994dea2]

        Remove dead code
        
        Change-Id: I090b0b1b10fdfe9d5955fe0137214d8907c3aa0c

2013-04-11  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [2d98db0da7c07a803595c703b06874b5ee497f30]

        deletecells.ui widget
        
        Change-Id: I93ac358e259a1fb310dfeed75bc60910405e7d48
        Reviewed-on: https://gerrit.libreoffice.org/3306
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-11  Armin Le Grand  <alg@apache.org>  [bed6ac7d1b3e8327fa27091ddde0b515f44875cd]

        Small vector calculation correction
        
        (cherry picked from commit 18b55ee40a68d46407d1534a6114a30933ba2d9b)
        
        Change-Id: Ia3b07633ffd7fa9d835570fbeed332c02e478bc0

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [f3242bc0f000ce8bef969e05dc0fce1c4927f1e9]

        Missing rtl:: namespace
        
        Change-Id: Ifc9eda5846558c449c40442016a243872eae2962

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [14a2413530cd856eb9ce280187d1f32acd358d1d]

        Adapt SDK to -B removed from cppumaker/javamaker
        
        Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [f0157b8e4ae5ba2bac7e3368fb63c0495dd16a1c]

        Do not include . in PATH configured for SDK
        
        Change-Id: I5a1cc96377957705d88a0245a4c5785d4b3bf2bf

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [b9d93c00306a10ef270f9979ed717a8c3cfb7414]

        Adapt uretest to -B removed from cppumaker/javamaker
        
        Change-Id: If256eeddf4b8efded6e5e010b0155e05f5a1de79

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [c482ded5fd9be85b441d952b29793a2f38a76b67]

        Let theMacroExpander.hpp take care about the singleton instantiation details
        
        Change-Id: I8e919291cb4c8fc223ca7143e860a2a0b44cb930

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [8efcfadac5eb3439d40895c040e3163aed833360]

        Remove createRegistryServiceFactory preload left-over
        
        ...forgotten from f3051abde54e7a0bc3e2d184e31ac011e96d3e6b "API CHANGE: Remove
        deprecated cppuhelper/servicefactory.hxx and Java equiv."
        
        Change-Id: Iccdcb68c6051a64a09ae7918eecb8d3e2c53a085

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [0ea1711e983775beb13b08d05637fe88ec534f0b]

        Missing rtl:: namespace
        
        Change-Id: I6088dc1c9d9afaa031231ea0c9f104a92ce41658

2013-04-11  tinderbox  <tinderbox@mel.suse.cz>  [ca7cbe24cc497384d9b4f7d19d1fff3c84e3ea19]

        use only major version for the system installation path on Windows (fdo#62303)
        
        It means the LO-4.1.x will get installed into "LibreOffice 4"
        instead of "LibreOffice 4.1"
        
        Change-Id: Ideae670437fda9847d4ee3a86c4cab079d8da07a

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [f0c5f87deb14adeb65848a2d39baefaaa549669b]

        Updated core Project: help  c994e4f941a7d5d5c5b1dae8e0c64d8cbe44b7e8

2013-04-11  Caolán McNamara  <caolanm@redhat.com>  [9dadd9288d51e092f4b4567b6135ecde1436cce7]

        Restore original mnemonics for view page
        
        And remove the remaining SetPosPixel calls of layout controlled elements, they
        are now unnecessary and get overridden by the layout anyway. Including the ones
        left over from the printer options conversion.
        
        Tweak things for 6/12 spacings.
        
        Change-Id: Ifb460fb966452c10a9ac08c6f8cd57b96a2166f0

2013-04-11  Pavel Kacer  <pkacer@suse.com>  [56152a8fab12c270d96a8fe5a63928b6e35be49d]

        Converted Tools->Options->(Web/)Writer->View dialogue.
        
        Change-Id: Ifa11da48867303dbecd2ef104f2c0842aaeb5d72
        Reviewed-on: https://gerrit.libreoffice.org/3325
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-11  Yong Lin Ma  <mayongl@apache.org>  [acc671ec74c874ffd22803bb2ee54a1f2c027155]

        Resolves: #i119464# Update default alignment value for docx [Sub]Title
        
        Patch by: Ying Zhang
        Review by: mayongl
        
        (cherry picked from commit 22602686933abaa1512ebd3bca77dbb9987b6ad5)
        
        Change-Id: I04cf1bbbeadf23147fa2cbc1c08c850288ef943a

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [f204dc1f8f386567b0b6bff0c4e39ce211aac793]

        Get soffice.cfg from its new location for Android, too
        
        Change-Id: I2d65b51ec9a223994d39dc9433d1290b44422e1d

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [25c6386a52209c5b00e1310c0b54df1f51d17bb6]

        Typo
        
        Change-Id: I87c74eb6e4f9aa4f06bfca00817b4d04d7d84b40

2013-04-11  Andras Timar  <atimar@suse.com>  [c9d5cfa194e9e27e144e801ab179a708d77663b9]

        detect and apply Windows' high contrast theme to local help
        
        Change-Id: Ibd45773179be334991d0d493324cadaad772ea33

2013-04-11  Armin Le Grand  <alg@apache.org>  [0a29c5bedda700a86b46e3c3cd9c9e1ce1d4f278]

        Resolves: #i119287# exchanged hard attributes for OLE and GraphicObject
        
        ...with new default StyleSheet for these objects
        
        (cherry picked from commit 2868ea34151cfb623a6a8bf41862d430205d9784)
        
        Conflicts:
        	sd/source/core/drawdoc4.cxx
        	svx/source/sdr/contact/viewcontactofgraphic.cxx
        
        Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197
        
        Resolves: #i119287# Adapted to get the needed style as default style
        for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works
        well.
        
        (cherry picked from commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1)
        
        Conflicts:
        	sd/source/core/drawdoc.cxx
        	sd/source/ui/func/fuinsert.cxx
        	sd/source/ui/view/sdview4.cxx
        
        Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119

2013-04-11  David Tardon  <dtardon@redhat.com>  [e2d31c5e705e6e4d6b0185bebba66a55e77981f4]

        fix ios build
        
        Change-Id: Id8c405e63abec3d8c1d3c5f8fb7f40ba082c9f47

2013-04-11  Jan Holesovsky  <kendy@suse.cz>  [5b33bca6cc058fb10ad0eccb229e97cb7faef4a5]

        i#52127: Avoid .back() on an empty vector, fixes ooo52127-1.odt.
        
        Change-Id: I3463b727e024260c13a01c017cfd96109a793cb1

2013-04-11  Jan Holesovsky  <kendy@suse.cz>  [e1695087a3755a80de6a14490b7e4395742cf161]

        i#29679: Return early not to crash on ooo29679-57.odt in dbgutil build.
        
        Change-Id: I467f6383ec469f5719fd49914d81605b2a5679a1

2013-04-11  Armin Le Grand  <alg@apache.org>  [30704655570ea2b4c6943e18de02497284b2174c]

        Related: #i120077# Added local var for SfxItemPool for EditEngine
        
        to avoid a memory leak.
        
        Found by: Chao Huang
        Patch by: Chao Huang, alg
        Review by: Chao Huang, alg
        
        (cherry picked from commit e7168710bfd30b5d682d21d81c116cd33cf22505)
        
        Conflicts:
        	sc/source/filter/xml/xmlfonte.cxx
        
        Change-Id: I75475bb59b3a7040938826d095dcd81e19d61b46

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [752d005d85cd269fddf061f5175b3fbab5354e12]

        Update README
        
        Change-Id: I5caa9c10605ff806677958a2d28428a0cab0d906

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [5f8015045cb59ff9574230530d371b6659697881]

        No -BUCR option to javamaker any more
        
        Change-Id: I1b418c563c30be959b771a474ed9c699f71b57e7

2013-04-11  Jan Holesovsky  <kendy@suse.cz>  [53ac5b9a559f707224465527c46cca0a6023d1b2]

        linkoo: Link .rdb files again.
        
        A stale types.rdb can cause that you spend 2 hours debugging hard core UNO
        exception throwing - like me yesterday...
        
        Change-Id: I5eb88a9f1d2c9dd34f1e7945d449b697d3253193

2013-04-11  Andras Timar  <atimar@suse.com>  [772747f1c21c6405321736ba8b505126ac571582]

        remove unused images
        
        Change-Id: I720c766aadd3ab64e16c101a1593700719bf0022

2013-04-11  Andres Gomez  <agomez@igalia.com>  [1b96fbb97c8f0a70c493387984f3b301b4d5378c]

        vcl: conditionally link to jvmaccess
        
        When SOLAR_JAVA (Java) is not there, vcl plugins
        will not link against jvmaccess.
        
        Change-Id: I13e1ae7d605965b3609c6dfdaa66faa976382e65
        Reviewed-on: https://gerrit.libreoffice.org/3320
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [fc02ae8f825b9325c3f3d6b690a1bffeb0520253]

        [API CHANGE] WIP: Experimental new binary type.rdb format
        
        Make javamaker work on top of unoidl/ instead of registry/.
        
        API CHANGE: javamaker no longer supports the -B switch, as that is meaningless
        with the new format.  When reading from an old-format .rdb file, /UCR is hard-
        coded as the prefix now.
        
        Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [358b60b3b172968a7605b428af01df456d7669b2]

        Minor terminology clean-up
        
        Change-Id: I4fa4431978f049a7b5b201d89743f909bc120ff4

2013-04-11  Stephan Bergmann  <sbergman@redhat.com>  [73fc5adecf090ae860a869f7b279c3bad7925d5b]

        Clean up codemaker/README
        
        Change-Id: Ic127497cbf248583337183770b0363686c18dc6d

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [ca514d35bdb374e62d7bb90e19e55c7cc7a9fab7]

        Fix OS X code signing
        
        Use correct path to the app bundle.
        
        Also update the comment about code signing to be more relevant for the
        master branch.
        
        Change-Id: I6a357e5cd033afc986fd035f9760c04763b06fc9

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [4a41d3b36b06c6f71fd9a2d742933888980313c5]

        Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]
        
        Change-Id: Ifd475718766a772504da9e522894b90d7e63347a

2013-04-11  Tor Lillqvist  <tml@iki.fi>  [c744ff638f778e641ea7ee37d4700c946af5a45e]

        It's fine to delete a NULL pointer
        
        Calling delete on a NULL pointer does nothing. Checking for non-NULL just
        clutters the code.
        
        Still, I wonder if this code has some issues with heap corruption and/or
        leaks. The pImagesLst->GetEntryData() calls just return a copy of the OUString
        pointers stored in some kind of list, right? So is it correct to call delete
        on the copy, but keep the pointer in the list intact, which thus then will be
        pointing to freed memory, won't it? Or will the code automatically work in
        such a way that all pointers in the list will be handled exactly once (and
        deleted)?
        
        Perhaps running this under valgrind would be a good idea.
        
        Change-Id: Ibf401cc44caaeea6bb46f38cd9851ac14b2d2545

2013-04-11  Lionel Elie Mamane  <lionel@mamane.lu>  [8b1b67db259a5a930555882b44fcac8738f73ca4]

        WaE: unitialised variable
        
        Change-Id: Icda6d87e2bf17e651d2a60c4a024dfaa8ed36a51

2013-04-11  Joren De Cuyper  <joren.libreoffice@telenet.be>  [d06180200195d4c20a58d989f9d2c16cb1989688]

        fdo#63290 UI: Goal Seek - incorrect term "current cell"
        
        Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831
        Reviewed-on: https://gerrit.libreoffice.org/3291
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [7fdf4e84e13feb5b94060dc830cfa95ac9795ea1]

        remove obsoleted postprocess/packconfig
        
        Change-Id: I93313dc03e8ed7d4d1a653df92145a153e20e5b1
        Reviewed-on: https://gerrit.libreoffice.org/3234
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [94d6136e1c3ce929be9cf7ba1ec9d5c9710abf1d]

        install UI config. files using filelists
        
        Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e
        Reviewed-on: https://gerrit.libreoffice.org/3233
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [7007f0db77241c8cb6c542918f417d6722723ae5]

        impl. platform-specific processing for menubar configs
        
        This is the last step needed to obsolete
        postprocess/packconfig/packconfig.pl.
        
        Change-Id: Iad6de126a467aadc829244951f98fc8b202fbd95
        Reviewed-on: https://gerrit.libreoffice.org/3232
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [b9018c54f5b694f8c8d254b2883a6bcb06205522]

        prepare UIConfig for producing filelists
        
        Change-Id: I0285f6371e68aaccfc7b3347c87b4e24c4a3fda2
        Reviewed-on: https://gerrit.libreoffice.org/3231
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [9d54f0e1dec4d84f914f17c8c2445dfc53190d8a]

        add gbuild class PackageSet
        
        This is intended for bundling filelists of multiple Packages together,
        to simplify the scp2 configuration.
        
        Change-Id: I6f700f691b37375a09a5400166aac80a8bb2a2b4
        Reviewed-on: https://gerrit.libreoffice.org/3230
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [bec67a2e7f532c29fe452c0fcc5817ea66fcaebd]

        deliver all uiconfig files by UIConfig
        
        Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02
        Reviewed-on: https://gerrit.libreoffice.org/3229
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [63c0d1a90f6cd2d681b3669260a02a80fa8190a7]

        allow to add other types of UI config files
        
        Change-Id: I878b41783e043efe19097829495a8f13b0f995c0
        Reviewed-on: https://gerrit.libreoffice.org/3228
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [4aea9bcf9caa8b2dbc6629ddc0e232497b085d64]

        use normal deps for depending on Package
        
        Change-Id: Idaf0f5c938deff5b774e675991d0c6aa328ffd4f
        Reviewed-on: https://gerrit.libreoffice.org/3227
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [3404d1e7d9125773466e2f55849c55704d8565f2]

        use extra package for every lang
        
        Change-Id: Iccd5225b65887734ff599ca247109c2c1ce4ec25
        Reviewed-on: https://gerrit.libreoffice.org/3226
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  David Tardon  <dtardon@redhat.com>  [ed729831317430648157918becdaf19840b16b71]

        rename UI to UIConfig
        
        I plan to use it to deliver all */uiconfig files, not just .ui, as a
        preliminary step to get rid of postprocess/packconfig.
        
        Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149
        Reviewed-on: https://gerrit.libreoffice.org/3225
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  Julien Nabet  <serval2412@yahoo.fr>  [283ce0b6192c1a5baf10d603a3d6606fe06d1116]

        fdo#63197, Convert Zip_databasebiblio
        
        Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970
        Reviewed-on: https://gerrit.libreoffice.org/3318
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-11  Thomas Arnhold  <thomas@arnhold.org>  [a7e61eab07832a55427a8b532d9e2bf27929e446]

        fdo#63350 math: move stardard toolbar to the left
        
        Change-Id: I8f57d46737315caa41f7488e82262067a35f5253

2013-04-11  Matthias Freund  <matti_lx@yahoo.de>  [b72e144160481be64856e825d5c473aef4590f35]

        fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/wrtsh4.cxx
        
        The last file in this directory with german comments.
        
        Change-Id: I7856e383e032a98fb08a1299a77eb41636549a65
        Reviewed-on: https://gerrit.libreoffice.org/3319
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-11  Eike Rathke  <erack@redhat.com>  [7c3ab3bc15cec211767490823539efcada4fe964]

        resolved fdo#63403 do not create matrix with 0 rows or cols
        
        Change-Id: Icb0000bde3723c1b37713d0f26ef8305c4a199b8

2013-04-10  Peter Foley  <pefoley2@verizon.net>  [3377167bc7bb1dc2ab8010d4bc09824b8492367a]

        supress warnings from icu-generated headers
        
        Change-Id: Ibbf0c1148cf8ea37bb51e6c31d2e89efc9dfce00

2013-04-10  Peter Foley  <pefoley2@verizon.net>  [23aaabc2b5bcda9858863a8defb3f226c9511a75]

        fix urelibs w/ module-deps.pl
        
        Change-Id: Ib293b8c0a1130a693f26e91b3d708c1933495c82

2013-04-10  Matúš Kukan  <matus.kukan@gmail.com>  [4bbd662eaeaaab4457356b8625f51530a73c8b0f]

        forgot to add condition on URELIBS
        
        Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929

2013-04-10  Matúš Kukan  <matus.kukan@gmail.com>  [3fdb77f0827d374a7fa2f1e232920b6174d6b44b]

        add new urelibs library merging some libraries from ure/lib/
        
        There is no configure switch for this, URELIBS must be set.
        
        This commit changes strategy to link also libraries being merged.
        We need them for build tools like idlc, cppumaker, .., so the tools can
        link against them now. This avoids circular dependencies.
        
        Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b

2013-04-10  Michael Meeks  <michael.meeks@suse.com>  [2c8cc6e5c600d04ae545af9f9223b88c3a757eee]

        linkoo: fix uiconfig linking variously.
        
        allow install dir to be a symlink, and link xmlsec and spa.
        
        Change-Id: Iba7b1bc2af22d7282e3c039cf90ccfe79d6c9fc4

2013-04-10  Andras Timar  <atimar@suse.com>  [dc56f97fb462f4da8727861a135c059ccd24fe8d]

        WaE: declaration of ‘xCfg’ shadows a previous local [-Wshadow]
        
        Change-Id: Id68b73aa305d06545167a31fba404dd12e1254cf

2013-04-10  Matúš Kukan  <matus.kukan@gmail.com>  [79fb6e785e4911c7d3660592321824539f5f5628]

        bridges: remove unused .map file
        
        Change-Id: Id6e11cef2bdffd6726ac00f9a30e84cf44efe71e

2013-04-10  Eike Rathke  <erack@redhat.com>  [0ed6aa49a88844c3da82c9d0f5b757108f3b090d]

        SvtPathOptions with LanguageTag
        
        Change-Id: I33f43c6d0249a6681d451a4be8c5548da4987f9c

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [c0c96884208aadf66e4219000e1f8384b1cb20fd]

        workaround #define of open
        
        on aix with gcc
        
        Change-Id: I704890cfae64343937cba8cc9206e493542baae3

2013-04-10  Armin Le Grand  <alg@apache.org>  [858c6610f3476bb47bb7b4e621a7ac48a9e34a75]

        Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_Impl
        
        also checked and fixed memory leaks caused by not deleting
        SfxStyleSheetIterator instances.
        
        Found by: Chao Huang
        Patch by: Chao Huang
        Review by: alg
        
        (cherry picked from commit aee8221b3fbe64d8e88aa3a1b630214807cd86f0)
        
        Conflicts:
        	sc/source/core/data/stlsheet.cxx
        	sc/source/filter/xml/xmlfonte.cxx
        	sfx2/source/doc/objcont.cxx
        	svl/source/items/style.cxx
        	sw/source/core/unocore/unostyle.cxx
        
        Resolves: #120077# ALG: Reverted r1354011,
        
        adapted all usages of SfxStyleSheetIterator and CreateIterator to use
        boost::shared_ptr
        
        (cherry picked from commit ec1819f218b94bed1556653e1b2b816a65da61ef)
        
        Conflicts:
        	sc/source/core/data/stlsheet.cxx
        	sc/source/filter/xml/xmlfonte.cxx
        	sfx2/source/doc/objcont.cxx
        	svl/inc/svl/style.hxx
        	svl/source/items/style.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unostyle.cxx
        
        26937d4d65562b14de0aea59a7b01cc4334f73c1
        
        Change-Id: If99bf3ee399292ec269d68b36ee78ed63f033215

2013-04-10  Eike Rathke  <erack@redhat.com>  [a6f169433ada74a81b2e3421ea9c68a36c821fbb]

        use language tags
        
        Change-Id: I0e0e6f05f69a173d230a32bc1c39a1bf18fc052f

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [d91b76bcc47a28825ae7e8fc3c1c5a93af20782b]

        vcl/inc/unx/Xproto.h seems pointless
        
        Change-Id: I22405b5d3416be28e677d7a383e8101bd6f15559

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [1382dad9d244bf437cd9cd181eb708bdaaca3539]

        Minor refactoring: Move a function to the only file where it is used
        
        Change-Id: I98f1eda871eb36cdf61e003d046395698dcdad18

2013-04-10  Julien Nabet  <serval2412@yahoo.fr>  [8b7da751fd6ada77980b13745f9b276c311e0963]

        fdo#63197, Convert Zip_database
        
        Change-Id: I459b27065869b50639330dcbbae8bc7a1651882f
        Reviewed-on: https://gerrit.libreoffice.org/3302
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-10  Jan Holesovsky  <kendy@suse.cz>  [43b2d676b5e2d3eb3788ff480b2ab2201a51b2f9]

        fdo#60594: Fix crash in the document (does not fix the original report).
        
        Change-Id: I2129cf89ef1c9b8dd814a5c2079629385b92577a

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [1bdc4768e277ada3d227516b6d9a00a411a1294f]

        fix new-style RTF frame default internal margin values
        
        Change-Id: I1a4819905f0fc2e8dbbcf7d9570785ad4384dc39

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [55131d409d903496b9d6ec5dee39e33983bf1043]

        add msfilter::util::ConvertColor to avoid copy&paste
        
        Change-Id: Ia5507f8d1ec18a45d3128c809d03f8f41849f93c

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [24ee3df385cf2aa95cd888581c84fdf90cc682dc]

        RTF import: fix priority handling of shpz vs dhgt
        
        \shpz is the older markup, dhgt shape property is the newer one. When
        having both, dhgt should have priority.
        
        Change-Id: I11904315d13fa23999badad26be26852719dbb3b

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [36be517a07fe0f18490c6c81b74463364bad9416]

        RTF import of fillType and fillFocus shape properties
        
        Change-Id: I2043477aebbe2e4f9afc48a68dcf7d2b18fa6613

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [1c2bae45d39aa75e6387ed652d911ff778e517ce]

        oox: make these classes public
        
        They were already declared in oox/inc/oox/*, but one header wasn't
        delivered, the rest wasn't visible outside the library. Having them
        public makes it possible to re-use them from writerfilter, e.g. in the
        RTF gradient import code.
        
        Change-Id: I13d8c860b2582489d216fd68295f230d5c98f31b

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [eb04db616a5c59f72217d6818199e6d227c4abef]

        WaE: declaration shadows a local variable
        
        Change-Id: I364b63041e34757e7069eb8a28d9e60734e354ac

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [8034992e22d983bba46cfc06d4eec6f2aab71e28]

        Bin a local X11 wrapper header, vcl/inc/unx/salstd.hxx
        
        We already have <tools/prex.h> and <tools/postx.h>, so make those be
        sufficient instead. Bin another local vcl header vcl/inc/unx/svunx.h that just
        included those prex.h and postx.h. Adapt includers accordingly.
        
        Change-Id: I6638b3260fd3da45478fcc216b41f8c8a539f0d7

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [9e2cf37c9062577f84406e08f31bd542ba41023f]

        Kill leftover OS/2 bit
        
        Change-Id: I16a0a006691f2547edf773f826f23df67498e88f

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [eb39389da846a5d31acbfeab029ca0dacbc5f02c]

        reportbuilder: do not use empty tablename
        
        Change-Id: I03ed5e810468ee206820a250c740b80c0ceda432

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [60e9d2dd5c0e1c085de7354b1ca5cd1cb8b0d082]

        janitorial: spelling in comment
        
        Change-Id: I0c232a60d4ab55fae5b78712d9acc4bac93f90c3

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [86ef5f6f8cee5ada8c9cbd6ba73a93ced1dad6b5]

        remove impossible case
        
        nCount == 5 is impossible; the grammar has changed since this code was written.
        It used to refer to case '(' joined_table ')' range_variable op_column_commalist
        which has become just '(' joined_table ')'
        which thus has (by definition) no table range (alias).
        
        Case changed in mega-(merge-)commit:
        
        commit c41efc6d0b2740be4243fd696385f8dbcec0aefe
        Author: Jens-Heiner Rechtien <hr@openoffice.org>
        Date:   Wed Nov 19 17:43:08 2008 +0000
        
            CWS-TOOLING: integrate CWS dba301a_DEV300
        
        which seems to have done the other necessary adaptations to this code
        and elsewhere.
        
        Change-Id: I96ddbefbf34d6c155435b78aa9e5037a760232ed

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [d42b1afc4fd04f2c0c5cff0c56dd371fefe81018]

        janitorial: indentation
        
        Change-Id: Icf3b500b9317cd45b3dc424da155ab6c48227ea5

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [fe294e9208cd022acb163aa2f8f27aa0a05d09ca]

        pgsql-sdbc: set tablename even if we do not know the schema
        
        Change-Id: I74c04e1262cc413696a12aca9af603beded7b07f

2013-04-10  Lionel Elie Mamane  <lionel@mamane.lu>  [b8361945d6aa3690e2ef9eca8b18395602d8b682]

        pgsql-sdbc: ResultSetMetaData::getTableName return tablename (without schema)
        
        Change-Id: I319ba91045fa43922d7b694a4f13322295590c81

2013-04-10  Jan Holesovsky  <kendy@suse.cz>  [dcce505ebe1471f81803b9b336710b368e08f2e9]

        fdo#51615: Further tweaks in the jumping to the next cell.
        
        Joren has improved this, but the behavior was unexpected when the user did not
        start in a cell that contained the string to replace.  This commits changes
        it further that when the user hits Replace:
        
        * in a cell that does not contain the string to replace, it jumps to the cell
          that contains it, replaces the string, and stays there
        
        * in a cell that contains only one occurrence of the string to replace, it
          replaces it, and jumps to the next cell that contains such a string
        
        * in a cell that contains multiple occurrences, it replaces it, but does not
          move the cursor (so that the further occurences in that cell can still be
          replaced)
        
        This seems to be the most intuitive behavior.
        
        Change-Id: If6c10069b8dff933a035780732a7d7b6e0740383

2013-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b981e1dbfc1460e00bf35e0dd63e0c77a8119d9]

        add the missing type information for the parsed string
        
        Change-Id: I4e2567ba2a9000763c54b7d38ab4ba66a13a77f4

2013-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08fe6f085b9614cec51269f30f969617dd55d7db]

        coverity#1000869: use of unitialized variable
        
        Change-Id: I3640f4c791e09e39998ec25858baebc37b58b6f6

2013-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [836dd78edf07955a3232b5d33bc6aef2353865ae]

        coverity#1000707: out of bounds access
        
        Change-Id: I889ccb08f8f44bd558d95505342af0336dca0b0f

2013-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ece9b4ed86c94a803bb728d5a845ea7cb89ed17]

        coverity#1000602: fix check for null pointer
        
        Change-Id: Iaa48ebe1799960532483812e54aa08c625882388

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [0b052272038873727852fbe70a3a549981373d1a]

        detect IBM java paths on other platforms than x86
        
        Change-Id: I3797c48951f5b95db7248122bd62c2b2ca2e3047

2013-04-10  Herbert Dürr  <hdu@apache.org>  [338853c045c7c793c9d4350aedb7b1cfd4517541]

        fix the A11Y text attribute color in Aqua
        
        Using the SalColor->CGFloat[] helper gets more of VCL into the scope
        which causes conflicting declarations between css::awt and vcl-classic
        font attributes so their namespace must be explicitly qualified
        
        (cherry picked from commit 5ffbf3126f57d2f6a3dc6874bca2ffbc29b99ffb)
        
        Conflicts:
        	vcl/aqua/source/a11y/aqua11ytextattributeswrapper.mm
        
        Change-Id: Icc7d7125e508188a9a389014bbc2f40e90bc3e34

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [acd3b6e624d7e853374c1e9c7b894a8eb1a6f8e4]

        workaround IBM java 1.5.0 inconvertible types error
        
        Change-Id: I84533723e9f42a27e2942c28b53232630db82e10

2013-04-10  Andras Timar  <atimar@suse.com>  [f6789641af5e1c7ecd4a65ea5deb020c5d3367e5]

        Photo Album: make localizable the hardcoded strings
        
        Change-Id: I9ffb10ddce9a8fba053c3adbb789854917595dd0

2013-04-10  David Tardon  <dtardon@redhat.com>  [19d263f095e7f4f4dc49092fe5cb5020eec136d3]

        one variable to rule them all
        
        one variable to find them,
        one variable to deliver them all and into filelist put them,
        in $INSTDIR where the installer searches.
        
        Change-Id: I989f578f0ed6f9ef9167522249b36d95c15bfd1b

2013-04-10  David Tardon  <dtardon@redhat.com>  [339306ded9b25b26b952ef7d0aad9d7b38c7a012]

        fix delivery of icu libs on mingw
        
        Change-Id: I40f63cc2305714dd6b5d9bcb822598142bdfb245

2013-04-10  David Tardon  <dtardon@redhat.com>  [5a2dcd078826fa284a17fe90c1bf8ac6956c8357]

        fix build of raptor on mingw
        
        configure needs to find xml-config .
        
        Change-Id: I6f80c9acda770886e5923ba8d5cb7c8bd3e11a94

2013-04-10  Gergő Mocsi  <gmocsi91@gmail.com>  [3a56257e858c6793156a78b387451802593455e0]

        Create Photo Album implementation
        
        Added a checkbox to enable/diable Keep Aspect ratio.
        Options 2 images/slide, 4 images/slide implemented.
        UI tweaks: dialog window remembers last used directory (via config),
        buttons get enabled/disabled according to the content of the ListBox.
        ListBox show filename only, full path is shown lower in a label.
        Dialog window reopens again, if slide preview is not in focus.
        Added a title slide: author, title.
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
        	sd/uiconfig/simpress/ui/photoalbum.ui
        
        Change-Id: I68d2a3e00f8c55b909fe4d98aa3958188653390e
        Reviewed-on: https://gerrit.libreoffice.org/3169
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [857adeada9cc3276e79ceb828959a3ffe2d7409b]

        Revert "registry: new ZipPackage_registry_odk_headers"
        
        This reverts commit ba8372449befc6c534ab9596d7a3fd1e66884d61.
        
        The "reg" library is not actually a stable URE interface.
        
        Conflicts:
        	odk/CustomTarget_doxygen.mk
        	registry/Module_registry.mk
        
        Change-Id: Ic53e1b8eecd6a12c9ec194df2f0093004db7c01b

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [5ad95cec96f6f08c55bb226a6eaeb1eeb95c1279]

        Revert "store: new ZipPackage_store_odk_headers"
        
        This reverts commit 5c60cebafdc6d6d773c794c0a4ee58d63782df22.
        
        The "store" library is not actually a stable URE interface.
        
        Conflicts:
        	odk/CustomTarget_doxygen.mk
        
        Change-Id: I221696515ba07b0155406a503c33760c58d1338f

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [c56013e97b7b5cf7a09a3ff99e0c172450dcb5a5]

        API CHANGE: odk: remove "store" and "reg" libraries
        
        These libraries were never part of the stable URE interface, and thus
        including their headers and import libs in the SDK was a mistake.
        
        Apparently at least on MacOSX and some Linux distros it was not
        possible to link against the libraries anyway.
        
        Change-Id: I3c43c86ff5d7bc316ed7af0be4ef313f7869ac23

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [fb61a9c3fc491996cb1e96e579ef72d4d4d0f2a2]

        odk: settings.mk: add variable PURPENVHELPERLIB
        
        This library is part of the stable URE interface.
        
        Change-Id: Id131bdd333ecff2ae788830ca4b5b57b4a4a9c24

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [6f749e9595de50bdd8b7637155d3e40d94a45400]

        odk: remove duplicative setsdenv_unix.csh
        
        Having to maintain only one of these seems easier, and likely nobody
        uses csh any more.
        
        Change-Id: Ia4ddb54d27999fbf17ceea0b8bd76e59a29b023d

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [d0857f0e57fb553b4ecb3b955273486dad002b90]

        odk: fix packaging of WNT import libraries
        
        (regression from 613221bde1744265c336c2b5f2ade0bfb9b22d16)
        
        Change-Id: I32775c27e7d17bfc78562f231a4061630c5b7f1a

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [164cf38321c63a03ec7acd9b4d5fef84404e1fd7]

        add explicit template instantiations to appease Apple llvm-g++ 4.2.1
        
        Without these linking fails with unresolved auto_ptr<
         formula::FormulaTokenArray> symbols which is clearly a compiler bug.
        
        Change-Id: I14faf8e318522f913370ac186b5114ae5db997ad

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [e816271818c0d08a92d0d7fe37b58556e4724092]

        connectivty: postgres: fix a bunch of empty for body warnings
        
        Change-Id: Idd91616e43842142450c94ac8a61f4f29f4eb1b7

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [5e7c0378c21a1a06eefecec4b29b4ae5f9ae4707]

        slideshow: that define causes -Wunused-macros with 10.6 SDK too
        
        So since that is the new baseline let's get rid of it.
        
        Change-Id: I20e921afca5e66f22d5403f383fb9fd5f0591142

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [6df71b906e201aaed49d5659dc6b42ebe80eb9f0]

        sal: that TimeValue define causes -Wunused-macros with 10.6 SDK too
        
        So since that is the new baseline let's get rid of it.
        
        Change-Id: I7b645fe2f6e641012919a87b63d5e14acce9e52b

2013-04-10  Michael Stahl  <mstahl@redhat.com>  [01df12e60f76a052dd936a24215f8fbe4876a8a9]

        RepositoryFixes: clean up WNT import libraries
        
        The internal ones are all obsolete crutches for dmake.
        
        Change-Id: I207db3e9106532e0c3fce873d0e2f9f40b22416f

2013-04-10  Michael Meeks  <michael.meeks@suse.com>  [b6bd12328f7495119034dff4e45b10130f3c5897]

        remove un-used code modules.
        
        Change-Id: Icd30d1d88d7ee89b5937ba39470b20ddf6e4290e

2013-04-10  Michael Meeks  <michael.meeks@suse.com>  [4e3baf32d90a4747381f869837da5cf8fb3fb7f8]

        svidl: more helpful error message for missing slot / types.
        
        Change-Id: I89537f526e465137f5e8c17b4d7fd134ba59af4a

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [72a0656fb5ff51b6afe36dbb099d15f6ae7f7c18]

        Bin the Android "qa" apps
        
        Unmaintained and presumably unbuildable for some time.
        
        Change-Id: Ide0abea91013397dd8d214ee6a9da8e67ec6bb9c

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [e712a4ea59d82cc5d15236c90c8e6db3d7de1f2e]

        tweak delete contents dialog to be wider than it is tall
        
        dialog is visually overly narrow now so reorient it to the normal button
        orientation and, keeping "delete all" prominent, put the rest of the options
        into two columns
        
        Change-Id: I6a8692df612d9f97d45621a0bcc9d9a6e75a4312

2013-04-10  Joren De Cuyper  <joren.libreoffice@telenet.be>  [65c45688caba3213ce161013f5f2b1f753f7eecf]

        fdo#51615 replace button in Find&Replace Dialog not search for the next item
        
        Change-Id: Ia1735ae39618fb8b0e4749e1970adfe83192f755
        Reviewed-on: https://gerrit.libreoffice.org/3197
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [1a14d95627b5ea66822485f102c3b9e942d64d82]

        fix Delete Contents title
        
        Change-Id: I193f1cad5938550c576909802c945448ee41d17e

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [86a62b361fb60bdb859c9e9c52b25ee5097b58bf]

        we can remove RID_SCDLG_DELCONT
        
        Change-Id: I8edc9210bc172cd285fe4dce54d30606ecc7c716

2013-04-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [88cf2853462b7eb14bfef77b5ad9f3e22397c36b]

        Convert scalc delete contents dialog to .ui
        
        Change-Id: I1c84fe3c57fdd72880b16a2d69aa44cda0fc4f4f

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [9b7a69d6e65572f04cfb47797c749e944544da0e]

        Updated core Project: help  68d0b1b6fc3fe84b2750018fe1c966486499f85c

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [3a994cd0b649df5233d8a23b4672f6a88d7599f5]

        gdb: make uno::Reference output shorter
        
        The original idea to dereference the implementation and show all details
        sounded nice, but now printing any UNO object that is a bit more complex
        results in a multi-page output, which makes getting backtraces really
        hard. Better to just show the dynamic type and the pointer.
        
        Change-Id: I340a31b27b059c3d03d9e537de519e286af2e50f

2013-04-10  Stephan Bergmann  <sbergman@redhat.com>  [fa6c211a454fa51feb36f7e4dae966c31bef432e]

        Revert "If you can't load a shared library it should be a warning"
        
        This reverts commit 8b561c0012546aabbaff33b32a79833997aa8902.  There are
        legitimate cases for osl_loadModule to fail (like when UNO only resorts to
        indirect bridging via binary UNO once it has not found a direct bridge
        implementation), so this adds too much noise.  (Rather add SAL_WARNs to those
        places up the call stack where it is known to be an error, and/or enable
        +INFO.sal.osl.)

2013-04-10  David Tardon  <dtardon@redhat.com>  [a41c2e16f6b8a402cf228aa25d790dee53f3f666]

        drop undefined file IDs
        
        Change-Id: I5650327429118ad52e82050039dd237c2ff32286
        Reviewed-on: https://gerrit.libreoffice.org/3236
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-10  David Tardon  <dtardon@redhat.com>  [98988510ca8e2d8b9a95f8f59ead8e7623312542]

        drop unused directory records
        
        Change-Id: I9d1a812e1d1771d8d3fc022869984dcb623f2055
        Reviewed-on: https://gerrit.libreoffice.org/3235
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-04-10  David Tardon  <dtardon@redhat.com>  [ba6989df7dffb4fd2c62dbb9f5b1c9b000b4abdd]

        just use explicit list of files
        
        IMHO it does not make much sense to dynamically generate a list that is
        practically unchanging.
        
        Change-Id: If5898956d11b9f410cf36d1ebe5535194365a954

2013-04-10  David Tardon  <dtardon@redhat.com>  [d5d69702a5ecfdeb41236ef0ff30397f843b0cb5]

        drop unused script
        
        Change-Id: I892d2856c28536a7828c292c8fb3cd8b30fe8ecb

2013-04-10  Andras Timar  <atimar@suse.com>  [0b8859265bf0c6e2fb5e116bd8856ac9ec95e387]

        high contrast icons for start center
        
        Change-Id: I539237573bc71a6f124610dd4bdd8cec3f1f1a76

2013-04-10  Andras Timar  <atimar@suse.com>  [76110fb90ba2cbd658e1a59416364501c45b5e28]

        re-use images in start center
        
        Change-Id: Ib6a6f65ce11e7c9f26b51624519ca45ad9e43be5

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [1d92bfbe2be601b2108e6c9e8d79346a6dc0317a]

        rename expander to more for help
        
        Change-Id: I9b55140e619a16a22dd10ff67abfe27fbd58bc05

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [1f2b7ee8fd9ac2054b0d3340fdd46d46d7aa37c7]

        Updated core Project: help  a4e6169aed45fa4b0cb1ba2c5ec784ea63a3a874

2013-04-10  Caolán McNamara  <caolanm@redhat.com>  [b21824ba4e1e1448c859b8c3b29de6047cba0842]

        adapt code to manage names dialog .ui conversion
        
        Change-Id: I67d587c0241a1d8377aee199a30bfcc919e3faad

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [92e74798a753b5eb595a5964cc8efe70e3a6e56b]

        RTF import of new-style frames: fix txflTextFlow shape property
        
        Change-Id: If6febeaea00b384ea36d470264c04dfb4c7afd24

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [9a8306a18998b42b387eb83128c82abbcfdd87a3]

        RTF import of new-style frames: fix name
        
        Change-Id: Ifa8e79fb9c4b9ad5a0bf64466cefad91b6bbeb0c

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [91a151085a9e8e77e30c0e21740f211fd5eedd95]

        restore disabled rtfimport tests
        
        There were two problems here:
        
        - Writer textframes don't have an AnchorPosition property, use
          compareRegionStarts() instead
        - turns out DOC/DOCX import doesn't create Write textframes when the
          shape has no text, doing so in the RTF import fixes the other two
          testcase as well.
        
        Change-Id: Ib2b4a0b7f8317d300fd532daea22568e33eceb53

2013-04-10  Eike Rathke  <erack@redhat.com>  [c979adad481bd41bff90047b1e59ce1741e642e1]

        sal_Bool to bool
        
        Change-Id: I2d9baed5032e267ac5053267d367723999526c8f

2013-04-10  Eike Rathke  <erack@redhat.com>  [104c9cc2482d3843f441f9263fb7cb3c0f3f397f]

        use language tags
        
        Change-Id: Ifa5ded07e3af153e747fdbd82a75560dfb7e2b75

2013-04-10  Stephan Bergmann  <sbergman@redhat.com>  [8c12bf2cc4d6011402a5f4703d6d23b1015aa22b]

        Clean up documentation
        
        Change-Id: Icc53c25400acb46070fead08f7602295599fc6c8

2013-04-10  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [f638bcc06e7e4ac2908385ff98a24ef008168d86]

        Converted Insert -> Names -> manage widget.
        
        Change-Id: I8f07e1a37f32222aa25721704e513ef1aa3092e3
        Reviewed-on: https://gerrit.libreoffice.org/3281
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-10  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [9b73b036971a5b13209b5f617b7d1368aece0815]

        Translate German comments and general clean-up
        
        Removed some whitespace, programmer handles in comments and
        commented out code.
        
        Change-Id: I68a1285355b14e122f218b2f483ebc74a2b2dbaf
        Reviewed-on: https://gerrit.libreoffice.org/3294
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-10  Arnaud Versini  <arnaud.versini@gmail.com>  [4976dd85fa6ecc279ac80d86a27636ce64d3a3ac]

        Introduce characters utilities in rtl/character.hxx
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with slight modifications
        to sal/inc/rtl/character.hxx:
        * Replaced "#pragma once" with explicit include guard for now.
        * Missing includes.
        * Cosmetic clean-up.
        
        Change-Id: I94d01cd4e766f92c70f941839a67101fa2c97654

2013-04-10  Jan Holesovsky  <kendy@suse.cz>  [5d67919a5810cf05d6fe53dc14f2b1f073c56719]

        Kill the ToolBar class, move the needed bits directly to ToolBox.
        
        Change-Id: I6aaa396931ce613be64026b53372dc24c6189724

2013-04-10  Jan Holesovsky  <kendy@suse.cz>  [99d851b3e2b9f41a6616813cbf7a681aa842615e]

        Kill copy'n'paste.
        
        Change-Id: I5e5b80f8d8efe91df806bb7ae9750fd84009c6be

2013-04-10  Jan Holesovsky  <kendy@suse.cz>  [44b1352c540a97b1cb25abcd46cd9ec387288841]

        Nobody needs pointer to ToolBarManager.
        
        Change-Id: I74624b1b28d948e2299014499a1eef309488ad13

2013-04-10  Miguel Gomez  <magomez@igalia.com>  [4be242ce6b91dd23ffa8075bb4eeb05e8bb3d01c]

        Allow selecting the tls backend to use in oox from configure
        
        Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15
        Reviewed-on: https://gerrit.libreoffice.org/3173
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [7bcba4c910fa7eecf256a05a1f274f7b253e5fc5]

        fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinks
        
        Change-Id: Iafa9e273c009fe0772a9401b47b51738dc235a13
        Reviewed-on: https://gerrit.libreoffice.org/3296
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-10  Tor Lillqvist  <tml@iki.fi>  [63d46499b08092473e52635dbd2175c72f7896af]

        Use codesign --timestamp=none for now for the executables
        
        Avoids annoying intermittent "The timestamp service is not available"
        errors that break an otherwise nicely progressing build. Hopefully
        those errors are caused just by some temporary overload of some Apple
        server. Anyway, we will still sign the app bundle in the normal way,
        with a timestamp.
        
        Change-Id: I838b39956b87d36138ccbc4e90c2d11e380d690a

2013-04-10  Prashant Pandey  <prashant3.yishu@gmail.com>  [8398d5d9ac0f169ee7a045f6677919c79a5cbe0f]

        fdo#62096: Replaced some OUString 'compareTo' with '=='
        
        Change-Id: I1d095cf5640595789f4ae99f1b0679be88b0baa9

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [a6475acf4522e8a20ec3fcd200664d9e6cd22a0b]

        CppunitTest_sw_rtfimport: disable 3 checks for now
        
        I'm not sure yet if the tests should be updated or they signal real
        problems, I'll came back to this later.
        
        Change-Id: Ie2570f01e07e557281d2577471a49a730a894393

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [eb9475b940450761ae5196b2a7635d1dfeaebb5f]

        RTF equivalent of 229f6e187bd85d0af47da9feffef2d9ac7f83120
        
        Change-Id: I18165df2a2a59d460b06b0cfd3fcdae977bc65ee

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [b51519bfd1c4643a7ce74e4b3934281460027703]

        RTF: also import rectangles as Writer text frames
        
        Change-Id: I5aae8cbc050187b1adf7757b112470a8e9e6160e

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [e789c7f0f15a6b571de95b81e77e3a323e9f540e]

        RTF import of d{x,y}WrapDist* shape properties
        
        Change-Id: Id59c8dd91de2733cf0f3620d7b27e8a34f3034fc

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [c8988c87728f5331a8374d97f8849a47026cd2f1]

        fix RTF import of default fFitShapeToText
        
        Change-Id: I7813ea4b3a2cb97c334bca04e6ff556690725b5f

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [5c706a48ba834f4d573950664bacde5076b1579e]

        RTF import of d{x,y}Text* shape properties
        
        Change-Id: I6ce85cc4fd7bb317be002f5aa7295a03f0d0e7dd

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [7c50826d9a233499277da83fd57bafd834262ec6]

        RTF import of new-style frames: fix defaults
        
        Change-Id: I0b674f770f467a32dc2fa5bb7227f038addae4a8

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [7e2a3812ce98942be43ba1be4a4695e9adcf988d]

        RTF import of new-style frames: avoid fake empty paragraph at the end
        
        Change-Id: I0abd941fbebfc032a3f3827929cfa721a187852e

2013-04-10  Miklos Vajna  <vmiklos@suse.cz>  [4984bf2a870a1fb7d1f85b1f6ece568a0e05c4cb]

        RTF filter: import text box shapes as a Writer textframe
        
        Text box shapes, just like any other shape types, used to be imported as
        drawinglayer shapes. To keep the DOC/DOCX/RTF filters in sync, import
        text box shapes as Writer textframes instead.
        
        Change-Id: Iacead5352d0a297cff54afb134d895e40d446147

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [bcf7efd9f09a11756333beaca2c64a3fff315fcc]

        calc: set ZoomSlider size to 130 like all other components do
        
        Change-Id: I5f6a159b3c925bbd9b3a5820968fff8f95a70925

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [1c86d43ca8bf6f1eac93791068ec016d5637efcd]

        API CHANGE: cleanup of Math.xcs
        
        Remove deprecated items. All are unused in the code.
        
        since 2002 (ce44de00):
        
        Misc/NoSymbolsWarning
        
        Change-Id: I98c828c81315ecbfbaa09c2571582199d2f6e833

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [074e27c1baeb632b09666bc17a7f7afbed7b7393]

        remove commented out code
        
        Change-Id: I754a34a88a7f976714827bd8e8986b854d5da692

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [7c48a2a83f4a92200c7f2b0f259bf1684d253436]

        API CHANGE: cleanup of Java.xcs
        
        Remove deprecated items. All are unused in the code.
        
        since 2002 (d8155fb9):
        
        Install/AdditionalClasspath
        Install/AdditionalSearchPath
        Install/ExcludeVersion
        Install/InstallationPackage
        Install/PackageInstallationDirectory
        Install/RequiredVersion
        Install/Vendor
        Install/VerifiedVersion
        Install/Version
        
        VirtualMachine/DebugPort
        VirtualMachine/DisableAsyncGC
        VirtualMachine/EnableClassGC
        VirtualMachine/EnableVerboseGC
        VirtualMachine/EnvironmentType
        VirtualMachine/JavaLibPath
        VirtualMachine/JavaStackSize
        VirtualMachine/MaxHeapSize
        VirtualMachine/MinHeapSize
        VirtualMachine/NativeStackSize
        VirtualMachine/RunTimeLib
        VirtualMachine/SystemClassPath
        VirtualMachine/VMType
        VirtualMachine/Verbose
        VirtualMachine/VerifyMode
        
        Change-Id: Iefde5b6d4ff57dc708059681a247efa419c11013

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [ad8ca80c42d2e2b8996d3cf528183710e8ea3395]

        API CHANGE: cleanup of Inet.xcs
        
        Remove deprecated items. All are unused in the code.
        
        since 2002 (4f36fcfa):
        
        Settings/ooInetDNSServer
        Settings/ooInetSOCKSProxyName
        Settings/ooInetSOCKSProxyPort
        
        Change-Id: I79cd561d1e94e14bf7730f70eac1c08bbc8fe7e4

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [20a4cbc6c3d143d2c005475237018e1a00b9ea53]

        remove commented out code
        
        Change-Id: Ia79f094e33435386aeaf59929edb4372b38adb22

2013-04-10  Thomas Arnhold  <thomas@arnhold.org>  [6957d013b49fdb18180f4bf414862c199ea96e26]

        equalsAsciiL() -> operator==()
        
        some more like 7e06132878a495ffb8ed9d54588e1a3ebbd0e8da
        
        Change-Id: I42c2a208e30ce80e95d892c6123247057c823773

2013-04-09  Peter Foley  <pefoley2@verizon.net>  [4e3c5f4e50e40a40bbd0db1c249d9957e181b71d]

        rename overly generic placeware TempFile class to avoid symbol clashes
        
        Change-Id: I64adee63fd8802884d3c2388b0e21a237f61b922

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [43a23fb3f8f1ffa4937658dd9393d23533b84d18]

        Related: fdo#62287 make it impossible to use a dead AquaSalFrame
        
        Change-Id: Ie56a41e901ea26d5ea946260bdf25a903185be99

2013-04-09  Herbert Dürr  <hdu@apache.org>  [ef4b5aad82da7133e89e37e3e04791398d6fb3a6]

        Related: #i120237# cache the updated frame reference in AquaSalGraphics
        
        (cherry picked from commit 6e4214e604f8aa86b08a7fbe315a80d7751ffc2d)
        
        Change-Id: Id10d49737ba773e95a3198997e25fbfd98708f65

2013-04-09  Herbert Dürr  <hdu@apache.org>  [5333d295225e4cf961e03ea8bf2fd1e2f9d168bc]

        Resolves: #i120237# workaround a crash on OSX...
        
        when a VirtualDevice is reused that was created for a now dead window
        
        regression was introduced by the changes for #i116758#
        
        Patch-By: Herbert Duerr
        Suggested-By: Herbert Duerr
        Found-By: Herbert Duerr
        (cherry picked from commit 6550c7c0595670c10e340e2c7b41be7e128af40a)
        
        Change-Id: I1a813f128ad16e6eb840b22fbd14af49b34e11d0

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [dcde7d32a6a9b60b8642049a8dfb33d2b8bc7b92]

        no mkdtemp on AIX either
        
        Change-Id: I9103f86a5b8414c9cdf5fd3a2d662725343f0ed8

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [7df3ec713a72c3c21693587142ee31d0d93abf4a]

        get liblangtag to build on AIX
        
        Change-Id: I770acf14cefbe53deea446df6e326d9fb5b52b04

2013-04-09  David Tardon  <dtardon@redhat.com>  [0586be91e6f5099b46025b0d2e645669d2271c77]

        move dep on solenv_inc to platform
        
        Change-Id: I86db3c7290e22491f41d198dfb53e01f6bbdc50c

2013-04-09  David Tardon  <dtardon@redhat.com>  [203cb5d967816d0a626a56556de67e2bef049121]

        only build WinResTarget on windows
        
        Change-Id: I144e89996fb980514f4031d0e2aa0d0ced529d35

2013-04-09  David Tardon  <dtardon@redhat.com>  [75c2c58a6c9d0c172c71d1654642474e657ce7e3]

        add external for unistd.h
        
        Change-Id: I728b162e21a7a2c02cb76af110cc0a01a762fdbd

2013-04-09  David Tardon  <dtardon@redhat.com>  [5a38d88825c4fb516a6d4144f0ee7f02659a074b]

        there is no package icu_data
        
        Change-Id: I3f40a533a0762175dffda5df3bf79b6b4843cf33

2013-04-09  David Tardon  <dtardon@redhat.com>  [003da7e2131b0d4c7b02a487f190a2ca5198361a]

        depend on headers also when using library objects
        
        Change-Id: I37e8c382d2bb67f8b772f1679b21fcb147593346

2013-04-09  David Tardon  <dtardon@redhat.com>  [8b7961aa2c4a773be0377408952a5e4c182d4cf4]

        add missing dep on connectivity/FValue.hxx
        
        Change-Id: I8e95146379332c7f26130eca5341a8880f86233c

2013-04-09  David Tardon  <dtardon@redhat.com>  [988f1a078a3db246311441e93cda47ad5b373dc5]

        add missing dep on salhelper/simplereferenceobject.hxx
        
        Change-Id: I3acf314bf02bae7b2e74f317177ba81fc9fdb59e

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d19fea219ad8d75eeef78629a2a0e0d59ab293d9]

        Oops. Forgot to remove this debug statement.
        
        Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [91ecff9e0c430424022e2b1197890bedcd359172]

        Get the whole thing to build after the SfxFilter interface change.
        
        Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ce9083428d8181a30de1d11d511382ce101c543]

        String cleanup inside SfxFilter.
        
        Change-Id: I647b9e4de54fdcfadcf17ac7e161b245f3dea546

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63724f0ab38390d2483f7ceb28d4baf29171f330]

        com::sun::star cleanup.
        
        Change-Id: I279441c1e1a271c76a2fec92711765134da90cac

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [746f8a08f55fe9597cbab63342ee3c91254f148b]

        Make the member mutable to avoid ugly casting.
        
        Change-Id: I28fd84b89a8d443e502d2c0e76f38cf006a57d4a

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aa6e3a1d252ac7e86a6338f366b3127b1ea7dcf8]

        Reduce indentation by early bail-out.
        
        Change-Id: I8430d030fdfce51d3706c801ce8d2cb3fa6eed5d

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a41848fab13e2c487515e02a16fd7548512dcd9]

        Store filter provider property with SfxMedium.
        
        Change-Id: I4ee6eed94cdfd8a8a514a79a33a1ccb4ff586ce5

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b13be7436c522b039fa66732cc9caa3cd9cf225]

        Use scoped_ptr for this for better exception safety.
        
        Change-Id: I7f14972e562845eb260b3d567c3fbabda2524d41

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5ed6ba97352bacbf0e423302c52debccbf80114a]

        Sort the header includes and get it to build.
        
        Change-Id: Iaef855c4829f5b6fc6a0016fd2697c761ed1ea9a

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a4e58db80750d88e41db7e83734f1f2327eb83ed]

        The 'else if (nCount)' check is not necessary; remove it for less indentation.
        
        We check for nCount != 0 earlier.
        
        Change-Id: Ibdb099fc651210263b8f23182796a8d56a531591

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [27246395016977a920494275c260becfb756d21b]

        Remove unnecessary ::com::sun::star:: .
        
        Change-Id: I98f2ef80b2487264e9e74c7895b1f702ae847452

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [868ce95a3cc286bd3cd7b16feb460eb85a414a84]

        Add xlsx and ods bits. Those file types are still not loadable.
        
        Change-Id: Icb75313a082475b73d560685fec2c2f3be8538d7

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6374df20c2a8378209cce21c0e9689e65b8bd9a2]

        Use ucb to load bytes from file URL.
        
        With this, we get file system abstraction for free.
        
        Change-Id: Iec988712599f506444cf9c7e3ebbd59d38f083ee

2013-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [50d044d59ac27781932e6f15549f730d693be56e]

        Get it to build with the latest orcus. It may not be fully functional.
        
        Change-Id: Ife3c14a446273654d720eb38349cc42d1ed76893

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [2dc7318d845552a45aeb4f87ce8c333e51dca908]

        Kill not necessasy OUString member variables.
        
        Change-Id: I1bbfd19bc70fc12ac5dc5fdb18c556f4dc5300cb

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [8efe5b7096f14f9434730a8429a5a8771bed8503]

        equalsAscii() and equalsAsciiL() -> operator==()
        
        Change-Id: Id9e1057302575686a61d79bef034b8431ef22196

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [1223467b15570539bb7fff3b620dc891d0a068ca]

        Make this readable on a normal screen too.
        
        Change-Id: I91259408aaa2294b2c1e01ac3979ef402665ac7a

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [fcffc8694807fb2962d64fc0eae519d94473ce2a]

        Kill m_xToolBarWindow here too.
        
        Change-Id: I8e07b798776ac06eb5a91bf6479105a2c08a073b

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [36afd52a76973aad60f7aaa934f8d978bc709681]

        m_xToolBarWindow is apparently unused.
        
        Change-Id: I0f69401c46a2b3a362b7481acacc748d103faa30

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [c0fb2954f3117b610197feda237bf97d99dbf778]

        Kill unused constants.
        
        Change-Id: I18e5db67cfa790b5a6e9db17e1823e7ce7f75598

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [7e06132878a495ffb8ed9d54588e1a3ebbd0e8da]

        equalsAsciiL() -> operator==().
        
        Change-Id: I012fc0341df2bb6d8dd913c13c39c7e657eef235

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [ca123c1e0d85b9c1332d6b6911695215df112c9a]

        Kill unused member variable.
        
        Change-Id: Iaad6700b68d70f5193ee723e868b9efc29a1cd04

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [1dd6e02f15266560c59948c144983ca2ec06d463]

        sal_Bool -> bool.
        
        Change-Id: I12eaceb304ef67c533dc23db3f6b666bdb6a7a1f

2013-04-09  Jan Holesovsky  <kendy@suse.cz>  [be91ca51ee5da0c88de1ba23b3d384731b0dd610]

        Include is better here.
        
        Change-Id: I66893bb2ce7a89aac44b20dc38aa405ae868a0d8

2013-04-09  Rafael Dominguez  <venccsralph@gmail.com>  [ff7a40c588bc37e5d6bcaf197ff46d86bdbd93a7]

        fdo#61389 - Display Properties, Set as default actions in save mode.
        
        It dosent make sense to display delete action since we are saving
        a template same for edit.
        
        Change-Id: I5532d3a7a7f5e6200419c2b7159c4d6fe40d16ea

2013-04-09  Rafael Dominguez  <venccsralph@gmail.com>  [ebebaf709af8bdfaf65cb7747c38fadc9ca02259]

        Display correct region name in error messages.
        
        Change-Id: I1e3eddf9be2a75faabf0b0be91f30d7e8d43d3e4

2013-04-09  Rafael Dominguez  <venccsralph@gmail.com>  [e93001816144dbc6edcbaffdb076c8a3d5cf05e1]

        Fetch thumbnails position and id from filter array instead.
        
        Change-Id: I5d49bf90e9eab402f2c6e58ca46302e2a2c72c84

2013-04-09  Rafael Dominguez  <venccsralph@gmail.com>  [d14e60248e56e5811fca3828b527a2ef2180bf98]

        Update template item path when moving it to another folder.
        
        Change-Id: I0ea9bf77b2393240e5074000a3692a4eaac11cf0

2013-04-09  Rafael Dominguez  <venccsralph@gmail.com>  [0dcf76e78f4e94d956af7148243fbbec155f598d]

        Mark thumbnailview item as unselected when updating filter.
        
        Change-Id: I10dd5ee79bf5c39bba4873633b3bf4438c703be0

2013-04-09  Petr Mladek  <pmladek@suse.cz>  [74615ac7bd55755037c49f8fdfb29a5fc33c870c]

        Explicitely mention --disable-gio in distro-configs/LibreOfficeLinux.conf
        
        AFAIK, we could not use GIO for the release builds because they are built
        on too old system. GIO has got enabled by default but it can't be used together
        with GNOME VFS, so we need to explicitely disable it here.
        
        Change-Id: Ic5e64b0b5a7c000b9add2892a18bbc963ea2b900

2013-04-09  Andras Timar  <atimar@suse.com>  [e2096f5395028d1efef56fe64d0bfa3f7e20ca41]

        remove unused icons, move icons to their place: hicontrast
        
        Change-Id: I31680b78f9684d9220f0f59d36f2072b2e4331da

2013-04-09  Andras Timar  <atimar@suse.com>  [c418ad8ccd50810ad1818e32101f1668f86f739a]

        remove unused icons: crystal
        
        Change-Id: I4c85ed661da5fc81c49343afcb33adc65d90f374

2013-04-09  Andras Timar  <atimar@suse.com>  [05a32d851b537c7c27721c5005c9bca417a09d07]

        remove unused images
        
        Change-Id: Iba533a2d691b0d165b76b9c5a37f96aa051daf40

2013-04-09  Andras Timar  <atimar@suse.com>  [648895f9de20b7cfcf64e4cbca27e63969020664]

        use common image from res/ folder
        
        Change-Id: I89203c277277d409cfe46f62af82b2621c9101b2

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [afb3af7ce5fef803d42a549095863e6bb8210ef2]

        Resolves: fdo#61948 delayed delete deletes nothing under windows
        
        The reason there appears to be two dialogs, is because there
        actually is. The original dialog doesn't get deleted under
        windows.
        
        If we use the actual returned type of the dialog here rather than a lower
        baseclass then the right thing happens. Original code works under Linux but not
        Windows.
        
        Change-Id: Iaf99fa4e16f743b1f5a3d29f42a140491f3d67b0

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [8bbbc0d12961c972dd14cf3eb35736bb4b532744]

        Updated core Project: help  ffc7126974af6e43a8651006b23f1b8e97140f7b

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [78417f42a4b71729f324ca09e341ee24d9d4baaa]

        adapt code for select range .ui conversion
        
        Change-Id: Ib53b42a340da04276ce005efb22d19fda617e29a

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [2705fc72df2058332773b5cb04a6b4d207f5e39c]

        libmerged: remove some of unused externals and static libraries
        
        Because cppunit was causing troubles. It's not in installation, to be
        used at run-time, so we can't link against it.
        
        Change-Id: I133feb0c3dab50bacbe96775a28dd1a61f09882e

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [caceb6fa3cf288e0a66bb547647b5d496e10f4ee]

        sd: fix linking of aEmptyStr; not in libmerged
        
        Change-Id: Ie8d832755a124544e08c09d2e5200511783513e7

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [57cbe8d485a0245abbfb868070261af405f9d9dd]

        fix linking of libmerged: add jvmaccess
        
        Change-Id: I374041bba8ea4f20d22aeea8b486f68b0d7acd7b

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [b284dcc733d0bef1c113fa20e9ade849088f24cc]

        Revert "fix sfx2 with Library_merged"
        
        This reverts commit 0b78f2b9dc17dfa88d72d6ee27e3e0e0ca6a152f.
        
        Change-Id: I3608c15226f233add01ebe4a64667012854cf08b

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [47832f6b488917d803d1c4e4c53594ae35094e43]

        Revert "add javavm and jvmfwk to Library_merged"
        
        This reverts commit 77169b9ceccfedeadef272f701425430cf1c719d.
        
        Conflicts:
        	Library_merged.mk
        
        Change-Id: Id7c42457127a622cf71910bafc97f69db545243f

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [b91f836091c2d1b5c9f6ff8a9fe2bd4da5176191]

        Revert "add fwl, scui, sdui, swui to Library_merged"
        
        This reverts commit 6c8c54ee90a2a8d3a8d35b7e89fb39770500936f.
        
        Conflicts:
        	solenv/gbuild/extensions/pre_MergedLibsList.mk
        
        Change-Id: I6393507344297990dfcc6e234c7b0e503a8bd10b

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [40800be3816760fe606e7fa8dcf7d3d9ad550257]

        Revert "fix scfilt with Library_merged"
        
        This reverts commit 1a04271d2e5de7dccfeb3ac0609e49155b5fe250.
        
        Conflicts:
        	sc/source/ui/docshell/impex.cxx
        
        Change-Id: I723727e045ca7e81ef9396a8b50e83ea95b162ab

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [3609fc4b6f8a0de00d81fedfd58aab84dfb97a22]

        Revert "fix breakiterator with Library_merged"
        
        This reverts commit db754e891e35a2832645fce676a5f6f0bf162976.

2013-04-09  Niklas Johansson  <sleeping.pillow@gmail.com>  [76fa6219f59508db52bd8d58731d93cf58b21921]

        Update Swedish autocorrect files.
        
        Change-Id: Ib7428ff5201ec78b15b9f00039fa7ec61fcc9724
        Reviewed-on: https://gerrit.libreoffice.org/3284
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-09  Chris Sherlock  <chris.sherlock79@gmail.com>  [dd88ed87a5806789264b6f9ef5d45d0474c9b6cc]

        Update README to explain what codemaker does
        
        README change adapted from
        http://wiki.openoffice.org/wiki/Uno/Binary/Modules/codemaker
        
        Change-Id: I25c1e7012f7d27c21124cac171f3b15e989b8612
        Reviewed-on: https://gerrit.libreoffice.org/3287
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-04-09  Stephan Bergmann  <sbergman@redhat.com>  [4eccc3798b54b90d3d10dc5d5c1347ec69934915]

        warning C4101: 'e' : unreferenced local variable
        
        Change-Id: I2828021d60d82e43358ba98a1a3b4967a6901cd6

2013-04-09  Olivier Hallot  <olivier.hallot@alta.org.br>  [6b8965bc816f8edda29fd147db66fa044be3c64a]

        Drop unused variable
        
        Change-Id: I6d0d561b6c3f1a6eb3ab237538885e5c48820e6e
        Reviewed-on: https://gerrit.libreoffice.org/3282
        Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
        Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [f0aecebe20f3347ddc56828d4280b875682cad34]

        WaE: unused variable
        
        Change-Id: I64ac7b45722e4147091068e71e9ceedea3d73010

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [db403988a7fd7d468f53d9296ff8d6c213ce435c]

        Forward-port the app bundle signing from the 4.0 branch
        
        For now, use the same quick hack as in the 4.0 branch: Just sign the
        app bundle as a while, not individual dylibs. Should factor out the
        code in Makefile.in that signs all dylibs. Make sure to sign the
        application app bundle only, not the SDK.
        
        Change-Id: I6b0a39354c54b0e0f5352d0fd0bdb57650dc100a

2013-04-09  Michael Meeks  <michael.meeks@suse.com>  [c998ef820b993985e8b3d5d6e70c646037c570ac]

        remove erroneous +

2013-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [0263bd3cabe2fc8e15b7cbb22822fa9693432bb5]

        remove many libraries from libmerged
        
        Some of them were causing bugs but more importantly it does not make
        sense to merge so many libraries.
        
        Change-Id: I8749c268466ac04cc12450919346b3376d95a07a

2013-04-09  Miklos Vajna  <vmiklos@suse.cz>  [001da6553adfcb160a08225fdd6aea478bd7dea9]

        pretty-print SwXTextCursor
        
        Change-Id: I98bb5cbcde93a408c44f4f985c06532ab0a37652

2013-04-09  Miklos Vajna  <vmiklos@suse.cz>  [626605218359df6c3f9274e57cb5ef0886b890fc]

        pretty-print SwUnoCrsr
        
        Change-Id: Ia79e582002c92591694815580eff905b864ea6c5

2013-04-09  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [b2867b01418fc7a1e80589224345d2b224bcf3fc]

        selectrange.ui Widget
        
        Change-Id: I110d38248975e21dd454c73c787c16d7e94b473c
        Reviewed-on: https://gerrit.libreoffice.org/3275
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-09  Caolán McNamara  <caolanm@redhat.com>  [9ca23ee5e776b80d1e8fcac4c3897cc0d0569bc3]

        make help work again
        
        This is a regression from b248624126c271c88381d3dad6e04fc954f65779 I suspect
        there might be more.
        
        Change-Id: I9ffbcfb8d32b0b0b4193a86eee90d0a5f481de11

2013-04-09  David Tardon  <dtardon@redhat.com>  [542cf6d9eaa7d3a9875e0cd258c883a69577040f]

        unbreak windows tinderbox
        
        Change-Id: Ic777267cb86acdb62b53a7b324e1423b7c6b67c5

2013-04-09  David Tardon  <dtardon@redhat.com>  [51149806f890e8181c016713cff30bc0c9c06450]

        rename expat external to 'expat'
        
        expat_utf16 is long gone, so there is no need to fool around with
        expat_utf8.
        
        Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89

2013-04-09  Stephan Bergmann  <sbergman@redhat.com>  [02a8e8acd1f0cbb512868fd9849363f9d069db95]

        [API CHANGE] WIP: Experimental new binary type.rdb format
        
        Make cppumaker work on top of unoidl/ instead of registry/, as a first step to
        change all the various codemakers.
        
        * API CHANGE: cppumaker no longer supports the -B switch, as that is meaningless
          with the new format.  When reading from an old-format .rdb file, /UCR is
          hard-coded as the prefix now.
        
        * TODO: The new format does not yet support deprecation annotations, so the
          generated .hdl/.hpp files lack any SAL_DEPRECATED_INTERNALs for now.
        
        * codemaker/typemanager.hxx is extended with access to unoidl/ functionality, so
          the various codemakers can use registry/ and unoidl/ in parallel for now.
          The access to registry/ functionality will be removed.  (Added small throwaway
          helper functions u2b/b2u to easily map between OString and OUString at the
          remaining seams for now.)
        
        * Includes a selective revert of ba044b1e9613ed30906a9a540b7da8392923e4e3
          "remove needless forward rtl::OUString declarations" in those parts of
          codemaker, unodevtools, unoidl that were covered by this local
          work-in-progress patch; I would otherwise have hard a hard time re-applying
          it.
        
        * The generated .hdl/.hpp files are mostly unchanged, except for a few minor
          things:
        
        ** Any SAL_DEPRECATED_INTERNALs are missing (see above).
        
        ** In comprehensive getCppuType definitions, some members were erroneously
           classified as TypeCalss_UNKNOWN.
        
        ** In comprehensive getCppuType definitions, some unnecessary calls like
        
             ::cppu::UnoType< ::sal_Int32 >::get();
        
           can be removed.
        
        ** For typedef sequence<X>, the .hdl file need not include X.hdl, but only needs
           to forward-declare it.
        
        ** Unnecessary includes for optional bases of interfaces can be removed.
        
        ** Some numbering of local variable names (sMethodName1, ...) has changed.
        
        Change-Id: Icad98f248ac15177337f1b4ab709a755a8af6238

2013-04-09  Stephan Bergmann  <sbergman@redhat.com>  [209d6a0fcca942a0168eb10ca3ab8f5f0d2ba9be]

        Missing #includes
        
        ...once cppumaker would no longer needlessly emit #includes for optional
        interface bases to .hdl/.hpp files.
        
        Change-Id: Icbcfbf64c33be50652c5611a4962111fa8d13c05

2013-04-09  Christian M. Heller  <christian.heller63@gmail.com>  [51fddc6c52d04a2dccdfb7d04f8dd0455e8c4b95]

        fdo#39468 Translate German comments V2 - source/edit/texteng.cxx
        
        Change-Id: Ifc02535cecc24d9362d2534784c659ee8705f751

2013-04-09  Miklos Vajna  <vmiklos@suse.cz>  [2ffa67f785bc82cb581daadf0c982dc1990bd17d]

        gdb: pretty-printers for sw::mark::IMark, sw::UnoImplPtr and SwXTextRange
        
        Change-Id: I09b9e5a64b1b2630dbccdd9cf4392376b955dbdd

2013-04-09  Miklos Vajna  <vmiklos@suse.cz>  [6879db2101f8db185b6eee6bfad755347b28c363]

        gdb: get UnoReferencePrinter work again
        
        Change-Id: I07d6a24f5c94a115d38ccffde26725b668dab430

2013-04-09  Andras Timar  <atimar@suse.com>  [7cd1c10886257f3a6af5e077de9bdc23f1b1c8b6]

        Updated core Project: help  77f7ec5184335f7fb4e8f63845269a247bb5df31

2013-04-09  David Tardon  <dtardon@redhat.com>  [35c53bbcc8f0a7b8627a8d5a2e167d76dc52d1c4]

        ensure delivery of expat headers
        
        Change-Id: I73b5eba6c7cff7b6c45fd1f24197550d8e52f26b

2013-04-09  Michael Stahl  <mstahl@redhat.com>  [ebeae438dbaa3e9f1cda33a17c4a6530feac80d9]

        move Python tests in-process
        
        This is nice to make them more easily debuggable.
        A series of crude hacks are employed to bootstrap enough services from
        python so the current tests run.
        This is only tested with system python3 on Fedora.
        
        Change-Id: I5e06741e55ead7fddec41ff776ff8ca5d2399469
        Reviewed-on: https://gerrit.libreoffice.org/3215
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-04-09  David Ostrovsky  <david@ostrovsky.org>  [0e68bac85293e2d60fa6db3e46de8b74ab5d502b]

        set up python unit test infrastructure
        
        Extract boostraping code from convwatch.py to unotest.py. Use python builtin
        unittest module as unit test framework. Specify the unit test modules in make
        file. Another option would be to use discover mode of unittest module.
        
        Add __pycache__ to global .gitignore to keep the source directory clean.
        Another option would be to deliver the unit tests to workdir prior to test
        execution.
        
        Currently only system python3 is supported.
        
        Change-Id: I2692817673f786e950e1176a17c7675f989755b6
        Reviewed-on: https://gerrit.libreoffice.org/3214
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-04-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d64b5cc1c3d232ba42479fe0a3c186ecabd25144]

        fdo#62116: Be sure to convert relative URLs into absolute ones.
        
        Just to preserve the old (and correct) behavior.
        
        Change-Id: I229e0b80097f6d70ff3023072b52576815010b15

2013-04-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11637831312a7a92af9c0148aa6b1e30db4b55b2]

        fdo#62116: Unit test for the fix.
        
        For now, we'll only check whether or not those field items with formats
        get imported at all.  We should add additional checks for their formats
        later.
        
        Change-Id: I5a8f01a6e2594b8c97183a43fc4f3417df6fb561

2013-04-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [40af04cea332e5311edab8d9c395299c15b7d4ec]

        fdo#62116: Handle field objects with formats correctly.
        
        Field objects can have formats applied to them, and when they do, they
        appear inside a <text:span> element.
        
        Change-Id: I7b4346389f393a4ddf708670b2c524a6594128b5

2013-04-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [665cd87e5b594a21b4a2f578564efca7b3f653b8]

        fdo#62116: Add failing cell content to the test file.
        
        Change-Id: I8139c5b65f5953ad62047ee87f298b68141086b1

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [0987f5691248b9a14059b1e9a136d25570fe96d5]

        WaE: unused variable 'insert_result'
        
        Change-Id: I5b0b7eeaa44e3e9e215b8d0bba7e7189c63c766c

2013-04-09  Takeshi Abe  <tabe@fixedpoint.jp>  [c70fc41d6b7eb6f56c70b8e85469c5db66837a42]

        deleting NULL is safe
        
        Change-Id: Ief65149bc88ac4ce8badc7dbce818fca0cdcb201

2013-04-09  Takeshi Abe  <tabe@fixedpoint.jp>  [0f9190b1fad6a468a03d13db0345051aef82217a]

        sal_Bool to bool
        
        Change-Id: Idc97443436502eea5dec27d553374475a22bd7ce

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [1155f024840ea7cffdacb3c9a09f3d88f8d095ff]

        The OS X x86_64 callvirtualmethod.cxx doesn't work if optimized
        
        Change-Id: Ib7a5cfa3f547364ba04e09d4829b7f3a477c731f

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [02864717973c01b055152795ac747aeb9c160169]

        Look for Oracle Java 7 in a 64-bit LibreOffice on OS X
        
        Change-Id: Ife3fc97c11ab5216df62aba92dc11ed6cf07c154

2013-04-09  Tor Lillqvist  <tml@iki.fi>  [2ecae4cd94445371cdee7defaac784707a9642da]

        WaE: unused variable 'lineRunGlyphStartIx'
        
        Change-Id: I444673fc46699512be0830fba94f752a5ccf619c

2013-04-08  Xisco Fauli  <anistenis@gmail.com>  [aaeafc323ef77995950dd7337ee35886dd45e543]

        Fix again n719988, n734733
        
        Bullet should have same color as following text by default
        Regression from bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8
        
        Change-Id: I007088db5bcb71e8d90d287b21762dca0dda9573

2013-04-08  Andre Fischer  <af@apache.org>  [aac0ada9914c87c8c1c017744548602374f80320]

        Fix #i119545# Fixed import of master page layout from PPT.
        
        Reported by: Li Feng Wang
        Patch by: SunYing
        Review by: Andre Fischer
        (cherry picked from commit f7da26f51bfaddecd7b774bc237d6f5fa082e57c)
        
        Conflicts:
        	sd/source/filter/ppt/pptin.cxx
        
        Change-Id: Ic946de22b3f7ab1d498e71f3d5752ad6f89e2de5

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [d35004bf7690b1450dfd1e4ee98e478b8d349699]

        WaE: unused variable 'insertion'
        
        Change-Id: I57d39d7535d88045dcb0d7b665675074b7059d14

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [791220056705458a50a14adc3c0f6cd46d6a9b25]

        The library we want is called dbulo, not dbaui
        
        Change-Id: Iaf57030a228d9c03c132976293d5e01e2fb287f4

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [d5a82c966d242b34aa491dd77915990d20558547]

        WaE: private field 'm_pGridTypeFL' is not used
        
        Change-Id: I9d0143cc55471eb70d4c16ff1fbb33b2ae74eaff

2013-04-08  Thomas Arnhold  <thomas@arnhold.org>  [4136e6575e6ed55e30c3eb00061f2af0863aa970]

        dispatch: print some info what is going on
        
        Change-Id: Ifa0637c197546ed43f7a6b39744ba1949b00e3f9

2013-04-08  Thomas Arnhold  <thomas@arnhold.org>  [8e7a1ad17cdcd677e40865daa9bbdbe69927360d]

        API CHANGE: cleanup of Common.xcs
        
        Remove deprecated items. All are unused in the code.
        
        since 2002 (ce44de005c):
        
        Gallery/ID_Dialog
        
        Image/Color/PosterColor
        Image/Color/RotationAngle
        Image/Color/LeftRight
        Image/Color/BlackWhiteThreshold
        Image/Effect/MosaicX_Tile
        Image/Effect/MosaicY_Tile
        Image/Effect/SolarizationThreshold
        Image/Effect/TileX_Tile
        Image/Effect/TileY_Tile
        
        since 2004 (f1e7d342bf):
        
        OfficeObjects
        
        since 2004 (2f137724a5):
        
        ExternalApps/ExternalMailer/UseDefaultMailer
        ExternalApps/ExternalMailer/CommandProfile
        ExternalApps/ExternalMailer/Profiles
        
        MailCommandLineProfile
        
        since 2005 (c82714ccf5):
        
        Path/Current/OfficeInstall
        Path/Current/OfficeInstallURL
        
        Change-Id: Ia6411ef0912096ced2dc7396e9636a09ee94714c

2013-04-08  Rene Engelhard  <rene@debian.org>  [2750142021c6f6b4b0e5e82a71a9f3f9cddbc400]

        Revert "Make icu's DefaultCharMapper usable on Windows"
        
        Obsolete with 08ba028992a77dee32dd76030bc409c6d3b39e36
        
        This reverts commit 21fea27309a75b86add08918d2a2a2234ae1f1fb.

2013-04-08  Rene Engelhard  <rene@debian.org>  [08ba028992a77dee32dd76030bc409c6d3b39e36]

        Revert "fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes."
        
        We must not rely on *internal* ICU headers as it breaks system-icu.
        
        This reverts commit 83d9c5562c27b5f766157eba70bebd320463a0af.

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [58b2a1ad002fd24669589f4adfdcba58a80851ec]

        Updated core Project: help  fad1c3879f6fbdaa13d0849d5e23f671e36e6e2b

2013-04-08  Stephan Bergmann  <sbergman@redhat.com>  [21fea27309a75b86add08918d2a2a2234ae1f1fb]

        Make icu's DefaultCharMapper usable on Windows
        
        ....see
        <http://lists.freedesktop.org/archives/libreoffice/2013-April/049570.html> "Re:
        [Libreoffice-commits] core.git: fix fdo#60534 : use DefaultCharMapper::mapChar()
        to map RTL string unicodes" for details.
        
        Change-Id: Iaac2457643e58b2c5972eb812edb1dd6619437be

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [d171099fdcb8951c2c93325c950bb416d5e13c1f]

        tweak text grid page for non-square vs square mode
        
        Change-Id: I977e37931a221d1a104b13a21171e50117985c02

2013-04-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [1f622157d10b15c7d9496e3887f493de0f0f94c8]

        Convert Writer asian text grid page to Widget UI
        
        Change-Id: If016e387aae1a36d6d78bbefd52b231a49201617
        Reviewed-on: https://gerrit.libreoffice.org/3270
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [626bac2f5ccec91eb9962c700564381158f826bc]

        Resolves: rhbz#949238 div by zero on pagedown in 0 width task pane
        
        Change-Id: I2ee5e0b19db724adf94d699ce0af686648fb67e8

2013-04-08  Stephan Bergmann  <sbergman@redhat.com>  [f40b19d4b8571ef48e57732d34dab55f11978384]

        Windows build failed
        
        Change-Id: I5a1ccd2b06526291e0db827d9e7d512c59d76270

2013-04-08  Irányossy Knoblauch Artúr  <ikartur@gmail.com>  [95487b1116471b19447b9720b64a934abd668aff]

        fdo#49120 - Implementig XML_state
        
        Change-Id: If4779aeb5301bb3e422ceb6a4029ddf5542ab03d
        Reviewed-on: https://gerrit.libreoffice.org/3222
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Németh László <nemeth@numbertext.org>

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [50977ad9ce8767562903cacf6084323ab4a21202]

        More fixes to the CoreText code
        
        Disregard trailing whitespace from the target width when justifying.
        
        Justifying can change the number of glyps (especially with complex
        scripts).
        
        Now it works much better than before. Still a small amount of
        character dance.
        
        Change-Id: I7ca87e6c767ada257cc072d1dfbbe3f7d4354e42

2013-04-08  Andras Timar  <atimar@suse.com>  [e32e8d0314e30475419f5108e8bc65bba9fc779c]

        Updated core Project: help  a01aa04b5d5101de448a662a3cca62bb40457111

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [eb1c8080016ee3d788a2eca6cbc6ba42ff7d362f]

        Resolves: fdo#59246 shrink font to fit available width
        
        Change-Id: I74cabfcbbfe24e598e497cf6eb451bd9ab517c44

2013-04-08  Thomas Arnhold  <thomas@arnhold.org>  [cf9bc834a404d213234f7d9344318ca7342cbcde]

        update documentation
        
        Change-Id: Idc3416bb304d728c646d699aa1c4348a3ef80b58

2013-04-08  Noel Grandin  <noel@peralex.com>  [d95fb607c2ac9b04bdfa9d7a79248229dba6f769]

        fix windows build

2013-04-08  Michael Meeks  <michael.meeks@suse.com>  [6ec631942364a87965d0951c756073faf934cabb]

        more code overview documentation.
        
        Change-Id: I1eb1ac2c88a906ea1a4c11194d79219c684afb76

2013-04-08  Noel Grandin  <noel@peralex.com>  [84373a71d6bbbbeeac0d29500ed717ffd906bac4]

        fix windows build

2013-04-08  Miklos Vajna  <vmiklos@suse.cz>  [85c8252e13e9234253494f96ffd70df35be056dc]

        test RtfAttributeOutput::StartURL()
        
        Change-Id: I66f527ff7463852f65e1a3f02ddcea60d329147a

2013-04-08  Noel Grandin  <noel@peralex.com>  [5c0f6c6f6d3a708a82e80820f53870cb8a490e37]

        fix windows build

2013-04-08  Noel Grandin  <noel@peralex.com>  [b248624126c271c88381d3dad6e04fc954f65779]

        fdo#46808, Convert frame::Frame to new style
        
        Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f

2013-04-08  Noel Grandin  <noel@peralex.com>  [c68b934cd03e60ab6e0579108089b0e834ac47ad]

        fdo#46808, Convert framework::ToolBarManager to XComponentContext
        
        Change-Id: I4c5ddd7a2f26f51fef530b70f18a1abf61c49f77

2013-04-08  Noel Grandin  <noel@peralex.com>  [86fdce60115014ddfae05993ef43686c9dbd6004]

        fdo#46808, Convert svt::ToolboxController to XComponentContext
        
        .. and all of it's friends
        
        Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e

2013-04-08  Noel Grandin  <noel@peralex.com>  [34da7fbcc643ad209290c6da456dbfb17aeb9ac0]

        fdo#46808, convert embed::MSOLEObjectSystemCreator to new style
        
        the service already existed, it just needed an IDL file
        
        Change-Id: Iccd283f3537f8c8d57b2c2d68609dd9ef025da0b

2013-04-08  Noel Grandin  <noel@peralex.com>  [332b42860ed5503f4661d38e2745191b7039c275]

        fdo#46808, convert xforms::XForms to new style
        
        the service already existed, it just needed an IDL file
        
        Change-Id: I4410dbd1e047e5e7e83c84f0b0de7155cc4fa41c

2013-04-08  Noel Grandin  <noel@peralex.com>  [4cac11f8267f2f1fab2da4eb20098b193c001084]

        fdo#46808, cleanup
        
        Change-Id: I45164d4d669894888417c24a1bb95c7b5b88a35b

2013-04-08  Noel Grandin  <noel@peralex.com>  [82a1cfbd6745aab76a8d959eb5878e2455715505]

        fdo#46808, use service constructor for document::FilterConfigRefresh
        
        Change-Id: Ibf857684029b6b63845850a1930d853e5aab2fdb

2013-04-08  Noel Grandin  <noel@peralex.com>  [80c5303e2150858cee4a41be320e7e9bb40f8650]

        remove unused method
        
        Change-Id: Ic8d56962411d87c5c6b33acccf1927d4e85ceaa9

2013-04-08  Noel Grandin  <noel@peralex.com>  [3cfecf8427c529c7c1d32be2b361934b63fa6933]

        fdo#46808, Convert beans::PropertyBag to new style
        
        Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1

2013-04-08  Noel Grandin  <noel@peralex.com>  [002aab309055b7feeeeeb25c1835b6abe6646729]

        fdo#46808, convert sdb::tools::ConnectionTools to new style
        
        service already existed, just needed an IDL file
        
        Change-Id: I9000cff76056efecf7ac748bcfc6dd5b8e902e65

2013-04-08  Michael Stahl  <mstahl@redhat.com>  [18af827875cd587552767dea747f3dafa47bd963]

        HelpLinker: add comment for mysterious XML parsing
        
        Change-Id: I9aa5fd2cb0cb4eae0a94f8d3d6b6185a1fcffdc4

2013-04-08  Michael Stahl  <mstahl@redhat.com>  [7f101a29e12ce6ca85b2fb7162452db70b0c6257]

        RepositoryFixes: remove pointless i18nlangtag entry
        
        This is a no-op since 876c619b944dfbc88464045f1400c549a01a1164
        
        Change-Id: I3c4d8cb51503a97fa9ad6f6714df79be5bb701df

2013-04-08  Thorsten Behrens  <tbehrens@suse.com>  [3c88993aeb262620b8e3bb3151e57f16260b51f3]

        fdo#62682 bandaid fix for hyperlink export crash
        
        Fixes the crash, but the deeper problem is that client code gets
        confused about portion count, does not expect field to span more
        than one line.
        
        Change-Id: I237f3bbd16265597ee0639e77dd561d6c7f2cec8

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [fbb1f9776b18104886c18d01b85331742a5e9764]

        convert address template dialog to .ui
        
        seeing as it's an obscure dialog I didn't invest time
        in moving all the entries into the .ui and rework
        the scrolling logic
        
        Change-Id: If1dccbf01901bf4f754e49d5b38baf2033316410

2013-04-08  Caolán McNamara  <caolanm@redhat.com>  [13821254f88d2c5488fba9fe6393dcf4ae810db4]

        Updated core Project: help  8324fed2c247ecc5948153ca9b5119a5307d4a31

2013-04-08  Miklos Vajna  <vmiklos@suse.cz>  [7b515a57eb6a644860715018656ac0b843b62baf]

        test RTF_BKMKSTART and RTF_BKMKEND
        
        Change-Id: I00b258ef3ed89db3b9b8c97bea5ad6673b006398

2013-04-08  Michael Stahl  <mstahl@redhat.com>  [fc9a9166d59a0e7dd89145b7b9937ccf4a21a2b7]

        gengal: -Werror=format
        
        Change-Id: If7076d639e0b364a307fc4986fa36a53b2edf881

2013-04-08  Thomas Arnhold  <thomas@arnhold.org>  [eeaff77389b43e2e3b30be598d54cfc44dc00e48]

        viewsh: correct indentation
        
        after 31fedbe9f782976b6aa4615b6fd171ed52137c94
        
        Change-Id: I2ac895e0808a0d8d04bbb82d72cf1295297b07b9

2013-04-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [407985323fe209ed8636567190a790a6cf605122]

        delete commented code
        
        Change-Id: Ia144e7b6e567d39816a4baa68187c157f7d8776e
        Reviewed-on: https://gerrit.libreoffice.org/3267
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Michael Meeks  <michael.meeks@suse.com>  [164027e48899faaee284242eaca04b8aa5545319]

        gengal: re-base on original tool.
        
        new wrapper based on unopkg.sh.
        work re-based on original SUSE implementation.
        
        Change-Id: I90e48476b7edb6be0b8f9e63b328f4b85658ac1c

2013-04-08  Michael Meeks  <michael.meeks@suse.com>  [153c9de417768846cf1ab6873c52e2d4643ae6cf]

        remove OOo gengal.
        
        Change-Id: I04697bd7b50361bcb72daf7032047f6e0c07a772

2013-04-08  Michael Meeks  <michael.meeks@suse.com>  [5aecdfaed2f12e7386da7348f1b3a16a2f4e7b5d]

        make internal method static.
        
        Change-Id: Id2b5bd1772009785b4aa44bf4de91e5c1b372c9e

2013-04-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [e1a909f15536633ad58cb66514419ef290462614]

        Use OUString and sal_Int32 in sw
        
        source/core/text
        
        Change-Id: I29cce32f8f6ae760397ae0633ebfa56942a7cd6d
        Reviewed-on: https://gerrit.libreoffice.org/3266
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Michael Stahl  <mstahl@redhat.com>  [0083dd24eb50e9305808c5edaf61dbc97fb2367b]

        warning C4702: unreachable code
        
        Change-Id: Id08a2e295d340095651daa1161efd7603947254a

2013-04-08  Michael Stahl  <mstahl@redhat.com>  [4984e0edbe85766be2aa04c504dddb9f0c83f8a5]

        gbuild: LinkTarget: kill gb_LINKED_LIBS
        
        Change-Id: Id5b90a9653bd12e608bc83498271c42495176613

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [6fe69ec3c0b7c41f02fa8f789ef80f33b6b7d0bf]

        Use SAL_FINAL here
        
        Sure, not that useful in this case (where it is quite obvious anyway
        that the class is not derived from), but just to verify that the
        SAL_FINAL thing works.
        
        Change-Id: Icef6eb64e278354694145bf98f02b9ffe5db7da7

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [cdd1de0854c5fd55f7e99c5546ccf7a7245927f5]

        Check for the C++11 "final" specifier and introduce SAL_FINAL
        
        I think it is useful to use SAL_FINAL mainly as a documentation aid,
        to make it clear to a code reader when a class is not expected to be
        derived from, and when a virtual function is not expected to be
        overridden in a derived class.
        
        Possibly there is also some class of bugs that using SAL_FINAL will
        help find?
        
        Change-Id: I45002f020dcb52e8a9f2962ff98780f2b80627af

2013-04-08  Philipp Riemer  <ruderphilipp@gmail.com>  [0a3fc0130166629209e98bea178905085098a8f2]

        remove code that was commented out many years ago
        
        Change-Id: I45292b157b5ea278ec9e0d9a18bf185276ba78c1
        Reviewed-on: https://gerrit.libreoffice.org/3264
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Philipp Riemer  <ruderphilipp@gmail.com>  [af5526cf86aa384d4f978c1d26ff69fe4a990477]

        more work on comments in sw/source/core/doc
        
        Change-Id: I4fbf683da081ad04dfd1b9ea830aa94c38f33d43
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Philipp Riemer  <ruderphilipp@gmail.com>  [adea2a859dcc2722fc9db8acb5bddb864f40e0c4]

        fdo#62475 - remove pointless comments and ASCII art in sw/source/core/doc
        
        Change-Id: I15f0af451a2259ddfeaa5e7964317e6c0537e4db
        Reviewed-on: https://gerrit.libreoffice.org/3262
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Philipp Riemer  <ruderphilipp@gmail.com>  [9f50512a71ca0ac698c648af3b842ae9e530b029]

        doxygen-ize comments in sw/source/core/doc
        
        Change-Id: I6956b834936db57bdb29a704ee75351ef84b46f4
        Reviewed-on: https://gerrit.libreoffice.org/3261
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Radu Ioan  <ioan.radu.g@gmail.com>  [b20e7e1d11c8765116c415d7dabd3602d88d1103]

        fdo#43157 - Clean up OSL_ASSERT
        
         - replaced osl_trace with sal_info
         - added new log areas to log-area.dox
        
        Change-Id: I41444e90a22bad7d04d3827914d4d793b3601304
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Philipp Riemer  <ruderphilipp@gmail.com>  [88156809f742d95a6a59b94a657567653ea96ca8]

        fix indentation
        
        Change-Id: I6102b08a03349c4bdc6316f578dc2c90a4569716
        Reviewed-on: https://gerrit.libreoffice.org/3265
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2013-04-08  navin patidar  <patidar@kacst.edu.sa>  [83d9c5562c27b5f766157eba70bebd320463a0af]

        fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes.
        
        Use DefaultCharMapper::mapChar() to map RTL string unicodes
        to their mirror compatible  unicodes.
        
        Change-Id: I5bd2fd18bf96c49bbdf2be521a9cf28c311c7a09
        Reviewed-on: https://gerrit.libreoffice.org/3221
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Matthias Freund  <matti_lx@yahoo.de>  [03765ec86bd3edfc116e1ff44c277d3cf1b79775]

        Comment translation GER-ENG in sw/source/ui/utlui/uitool.cxx
        
        Change-Id: Icb2d08e36e214d8fc94cf06a94403ad21af26ffe
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-08  Andras Timar  <atimar@suse.com>  [c246901de8764141ffc2e5eb338203b70cd70db0]

        Updated core Project: help  439f5e6e786f98d40add88e0b2ded31eb096a835

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [a4ef0df25751c7ae587c4e06b4ed17d53f508196]

        GetGlyphOutlines is unused
        
        Change-Id: I9c5b60b52030110f4b308a9a75010fade2b8d575

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [df8ef9b01bc2577ce658a8ef142f88a3831f1bf3]

        Use SAL_OVERRIDE and drop an unused member function
        
        Drop GetGlyphOutlines() which is not used, does not override any base
        class function, and was even declared virtual even if there are no
        derived classes.
        
        Drop the dummy InitFont(), the equally dummy one in the base class is
        good enough.
        
        Also, put the overridden base class functions in the same order as in
        the base class. Improves code readability and understandability.
        
        Change-Id: Ia041ebaafae6c30cff18e00ee56f221e2f49b3e7

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [2cff5631297adc89dfcfdceee7d33d0a27233b9b]

        Add a commment with guesses about the layout engine "API"
        
        If anybody knnows more, or can point to actual useful documentation,
        please amend.
        
        Change-Id: I59910d9e5da71d67f6e5917f933c5a03f8d55a50

2013-04-08  Julien Nabet  <serval2412@yahoo.fr>  [73cc9fc42cfa524a9965f58092f3a004de3a6b87]

        Fix variable reassigned before the old value has been used
        
        Change-Id: Ifd90fe801371a7f4cbeefe49dbfbe192c3040ebd

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [764e8a05ca5fb2f1335c5b5e96142f651de8c640]

        Refactoring, no change in end result
        
        Change-Id: I18cb4e00b86e25f299b897a1a71c1d7d68d8309d

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [070baa5d7036ee5d8a05d06444ce12a8dc3a0369]

        More hacking, still not working properly
        
        There are still problems related to the handling of trailing spaces in
        CTLines for instance.
        
        Change-Id: If02fa5d711c2cde2d8aaf8f061f5d9f077d421f4

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [1e9082ecf8c1f6ba757812cd8b6d14b24150a055]

        Bin some pointless SAL_INFOs
        
        Change-Id: I5ef28eaac8eacd24f209617d68dfa23e0388bb1a

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [924856e9133ff7df0e6dbad8aba2688adcbe54d9]

        Bin unused fields and an unimplemented method
        
        Change-Id: Icf98fe5a41a53423f6e086e64e8e57f848b7e482

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [04bcd32641bdc961782b09db43ab35fefa70e8f8]

        Add SAL_INFO output operator for CoreTextStyleInfo
        
        Change-Id: I83ffefff08fbda920d7394df336671861fcb18f7

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [0d6ed6ff7c7c6b3c85283396eb2e165446f4b95f]

        Add SAL_INFO output operator for CTFontRef
        
        Change-Id: If878ae08131ab425ea958f54fc0bd5a07fc76881

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [e1165d62aa33624c4beae0b2eada4db8c38f9c22]

        Add SAL_INFO output operator for CGColorRef
        
        Change-Id: Ie14e6ab19e43961559de21e6e82bd13f647f4e1f

2013-04-08  Tor Lillqvist  <tml@iki.fi>  [1c0ef28f57769459982e4464f7c5ddd649829407]

        Add logging output operators for CGPoint and CGSize
        
        Change-Id: I04ce457f002cfc0fdf3ab741a389082614035b17

2013-04-07  Armin Le Grand  <alg@apache.org>  [a72e3ed81a0d619b81074cb80d7ef9d3d11feda6]

        Fix #121074# Added support for bitmap attributes
        
        transparency, red, green, blue and gamma for ppt export
        (cherry picked from commit df0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540)
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: If413df9bac6d0144f6650f5d9ae99834f6a33642

2013-04-07  Andre Fischer  <af@apache.org>  [ed6d89dd55cff5ca91ecbfc8716a4e6c584be165]

        Fix #i119532# Fixed export of bullet color.
        
        Patch by: SunYing
        Review and minor changes by: Andre Fischer
        
        Conflicts:
        	filter/source/msfilter/svdfppt.cxx
        
        Change-Id: I2841e041b571ed5cfa848ad1029c57fc547a621a

2013-04-07  Zhe Wang  <wangzcdl@apache.org>  [b86cf0421b432ebbf964960f0fcd2e6a5360f979]

        for #120049#(cherry picked from commit 9b4e6064f9598c834a9c36c39932f3e326419d44)

2013-04-07  Lei De Bin  <leidb@apache.org>  [7ec7a9a68b4a9c5600840a34434fc800cda3d815]

        Fix #120224# Mapping the text rotation in Writer table cell with MSO
        
        Reported by: Yan Ji
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin
        Conflicts:
        	sw/source/filter/ww8/wrtww8.cxx
        
        Change-Id: I4d830cbedc033ec7abb6d0d1d4e1572ce5f45c26

2013-04-07  Lei De Bin  <leidb@apache.org>  [ad2651af85181235a0c3a44bf93d7ecb08dd9353]

        Fix #120233# fix ppt import bullet size error
        
        Reported by: liu ping tan
        Patch by: Sun Ying
        Review by: Lei De Bin(cherry picked from commit 7025f6c6441b49093504874925f37ca0e61f34f9)
        
        Conflicts:
        	filter/inc/filter/msfilter/svdfppt.hxx
        
        Change-Id: I6f72599bc897d5d7bf46fa88c8b2899b3a2e0c15

2013-04-07  Jian Hong Cheng  <chengjh@apache.org>  [8b5cd38aae487dc2a84a1ee0f56e25daca851b02]

        Fix issue #i119650: Font size increased if saved by AOO
        
        * sw/source/filter/ww8/ww8atr.cxx
        MS Word Binary compatibility
        
        Patch by: Chen Peng,<chenpeng2006@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>(cherry picked from commit 980ee15bad53f765a0df1a4507befc9184fc0c63)
        
        Conflicts:
        	sw/source/filter/ww8/ww8atr.cxx
        
        Change-Id: I6f2d3bcd4cea6718e1291c3297fd4a3681c07ee8

2013-04-07  Sun Ying  <sunying@apache.org>  [844e62d5ab9ddc77a1ea859653549ea71bcb6656]

        Fix #119523# fix the indent and left margin attribute lost when save as .ppt
        
        Reported by: liupingtan
        Patch by: Ying Sun
        Review by: Jian Yuan Li(cherry picked from commit 6fa2e38b9cd3ce0df5876d849bcba7d879a6e329)
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: I41150838d153c3b99e603924127787f5556ef383

2013-04-07  Sun Ying  <sunying@apache.org>  [b619ffdbb3656bc01a603afb26caea8a483bc5ec]

        #119515# fix the numbering bullet in table cell changed when saved to .ppt file
        
        Reported by: liupingtan
        Patch by: Ying Sun
        Review by: Jian Yuan Li

2013-04-07  Jian Hong Cheng  <chengjh@apache.org>  [461c262eb93412b46cc73a28932afdcbaeb34748]

        Fix issue #i120568: Hyperlink of Graphihc with Anchor Type "As Character"
        
        lost after save as doc format
        
        * main/sw/source/filter/ww8/wrtww8gr.cxx
        MS Word Binary compatibility
        
        Patch by: Huaidong Qiu,<qiuhuaidong@gmail.com>
        Found by: Huaidong Qiu,<qiuhuaidong@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>           (cherry picked from commit bf1449731638d6432fb9adfef3a8a303ad9bf76b)
        
        Conflicts:
        	sw/source/filter/ww8/wrtww8gr.cxx
        
        Change-Id: I6a5923a015eefc8aaadeacd897848cf1a2f15362

2013-04-07  Jian Hong Cheng  <chengjh@apache.org>  [67f9ccaebf0f79f9e51717d5365aee1b9bcbd486]

        Fix issue #i120769: Color of underline display wrongly
        
        * sw/source/core/text/itrpaint.cxx
        Core function and MS Word Binary compatibility
        
        Patch by: Jane Kang,<kangjane2012@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>           (cherry picked from commit 70f7599d7ec5f3c14a42cd5dc94519fead070cfd)

2013-04-07  Armin Le Grand  <alg@apache.org>  [7a90044df279e1ec2336e7c398fa938a6fa3ad56]

        #120650# truncate mis-sized bullet sizes to useful values
        
        Patch by: Tang Meng
        Review by: alg(cherry picked from commit e5720990bd3691222363bb2d674b7d39a0d8829f)

2013-04-07  Golnaz Irannejad  <golnaz.irannejad@gmail.com>  [92c6a38175a3d8bc77250a85d9574134a1166151]

        Fixed 4 spelling errors in the comments.
        
        Change-Id: Ic48f52d7ea4f6a4964f627e3051c96c46ffc2f76
        Reviewed-on: https://gerrit.libreoffice.org/3164
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-07  Philipp Riemer  <ruderphilipp@gmail.com>  [87f185d192668d233f6a8606b1c3d77469e17e04]

        fix typos
        
        See <https://gerrit.libreoffice.org/2444>
        
        Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7
        Reviewed-on: https://gerrit.libreoffice.org/3268
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-07  Julien Nabet  <serval2412@yahoo.fr>  [53494630705692dec31587d746aa84d5d998c62f]

        Fix Array index "i" is used before limits check
        
        Change-Id: Ie7a4b836db7391f4e625bfeaeab55c2ed4304604

2013-04-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [29339357cfba19e80c3687639fe33e847d3e6f93]

        Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278
        
        Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff

2013-04-07  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [86f8fba8e7b13f9ba6c4c9f3cdc19ba39044e552]

        Added query properties icon for Base
        
        Created a new icon for query properties as discussed here
        http://bit.ly/16Ae2ce
        Made for all themes containing icons for queries.
        
        Change-Id: Ib65e10479298b7a530b973658d202505fb33ccf3
        Reviewed-on: https://gerrit.libreoffice.org/3216
        Reviewed-by: Stefan Knorr <heinzlesspam@gmail.com>
        Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
        Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>

2013-04-07  Julien Nabet  <serval2412@yahoo.fr>  [3f3980ff242203e45e10c8fb13f871f968377383]

        Some cppcheck cleaning
        
        Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632

2013-04-07  Julien Nabet  <serval2412@yahoo.fr>  [5bd53db1aebc00c19be7dd6fd9c93391baca032f]

        Fix variable reassigned before the old value has been used
        
        Change-Id: I7e862741e576d7a00b0fe09e4e8ab4ce5048e18b

2013-04-07  Julien Nabet  <serval2412@yahoo.fr>  [717553f9cd5ee6a0e4385f963b0fd9ba5c566ec8]

        Fix variables not initialized
        
        Change-Id: Ib741c7144bfa48f8071c2b86478c111dbf09b14e

2013-04-07  Julien Nabet  <serval2412@yahoo.fr>  [f53cbe59fb60b144ef59da7123141422ebe674f7]

        Some cppcheck cleaning
        
        Change-Id: I07ef58fd99bc9fc4fd601570b59f9a3581824aa9

2013-04-07  Miklos Vajna  <vmiklos@suse.cz>  [41ac8040ab9d16615f7c0a02e8cbd4faf6cba2e0]

        move BulletDefinitions() to MSWordExportBase to avoid copy&paste
        
        Change-Id: I56b077e978a41668ea274f1e12440d44af80b66f

2013-04-07  Miklos Vajna  <vmiklos@suse.cz>  [386772828680ae123174765715d44f6257cbc75a]

        RTF_LISTPICTURE and RTF_LEVELPICTURE testcase
        
        Change-Id: Ia6838d205ce25a22e2e5e8763f7bf4323c40879a

2013-04-07  Miklos Vajna  <vmiklos@suse.cz>  [92096d634ab93b42bb9ed6e634b2101452b2a609]

        export RTF_LISTPICTURE and RTF_LEVELPICTURE
        
        Change-Id: I5aac0e49013ce0f4b2e8e227bf4a6b61138884d4

2013-04-07  Peter Foley  <pefoley2@verizon.net>  [b97cade9183d14ad21ae71892348a9a81689488b]

        Supress warnings about unset classpath
        
        I get the below warning for every single jar file without this patch.
        warning: [options] bootstrap class path not set in conjunction with
        -source 1.5
        1 warning
        
        Change-Id: I71c01aeea993640f1ec86fe1d8a977656861358d

2013-04-07  Caolán McNamara  <caolanm@redhat.com>  [e1248e0f0dcf427b4e8b8615d08524e6f3c4cc77]

        fix up c code after move to c++
        
        Change-Id: Id3de792f47c778c7a79cc9160ca3480affcaf3cf

2013-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [8d11a1e522b83bdf1c9d0f952a5415359dee6851]

        keep them local
        
        Change-Id: I5c76e2a423199a892ad541edded7127659fe310c

2013-04-07  Takeshi Abe  <tabe@fixedpoint.jp>  [93dc48ae47201cbcc9f30623bf1150f57d9353a6]

        sal_Bool to bool
        
        Change-Id: Iac3b6fbe42ae0ffd9229935b46d1352987f99596

2013-04-07  Peter Foley  <pefoley2@verizon.net>  [84068dae548d8498bf63f5fe2273a44b9fc638bb]

        fix logical-op-parenthesis warning
        
        Change-Id: Ib97f667c9acb644c3becb81f851ad8c7e4ff31ea

2013-04-07  Peter Foley  <pefoley2@verizon.net>  [7c790d544d43948c0ec44b6526cfe95c3777c428]

        avoid circular deps with Library_merged
        
        Change-Id: I53e7e767517581511892884f273edd703448cb6f

2013-04-07  Luboš Luňák  <l.lunak@suse.cz>  [5f8a2dc3985c705e822b0c3ed5eb1e53bcfbd95e]

        removeforwardstringdecl clang plugin has been used, move it
        
        Change-Id: I3bccfa773448e17ac3c8ece6b99f85c6d399b0cf

2013-04-07  Luboš Luňák  <l.lunak@suse.cz>  [ba044b1e9613ed30906a9a540b7da8392923e4e3]

        remove needless forward rtl::OUString declarations
        
        Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034

2013-04-07  Luboš Luňák  <l.lunak@suse.cz>  [1946794ae09ba732022fe6a74ea45e304ab70b84]

        mass removal of rtl:: prefixes for O(U)String*
        
        Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
        have kept them, in order not to break external API (the automatic using declaration
        is LO-internal).
        
        Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09

2013-04-07  Chris Sherlock  <chris.sherlock79@gmail.com>  [5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec]

        Typo in comment in resmgr.hxx
        
        Change-Id: I6378c79f77ab897bf5a4e39c00944037beeef328
        Reviewed-on: https://gerrit.libreoffice.org/3220
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [6025fd8970444794e0a9dde76f12d0dd1ec8b778]

        Avoid hang on make subsequentcheck on Linux
        
        Acquire the yield mutex in the VirtualDevice destructor only in a dbgutil
        build on OS X. (I added that acquire yesterday to fix an assertion when
        exiting on OS X.) Seems to fix a hang in "make subsequentcheck" on Linux. No
        idea what is going on exactly, sigh.
        
        Change-Id: Ifcb1897720998d0725a8db0d5f8c75848c6a30f7

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [07c9bb103823dd9c0dc297d0315907ab94488f93]

        Drop workarounds for Mac OS X SDKs 10.4 and 10.5
        
        Change-Id: Ifa07f9b5613b4a75c5b72178cb276b9c0b495a62

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [d0d2c12a54e590496af9d0df278c863365293ae0]

        Need more headers to make sure we have CGRect
        
        Change-Id: I8766ba5258f923d47474fa77e14eb7fbff530ffc

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [99bf1f244a7e09a9adbab0a9afcefc7540242a74]

        Add some more interesting sources
        
        Change-Id: Id0fdba93a5d3a46a79cebea8839bdfd467ef4f6f

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [f3dbb35c806f3a89ad8d6ec549af08dcc1b8a47c]

        NSLogging changes
        
        Change-Id: I42991d7a9c9e0bd4a023739051393935efa5c29f

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [a85c02793653d9d44efd7dd3818fd5e65fe12d02]

        Remove unused variables
        
        The LayoutManager for some reason has both a ToolbarLayoutManager
        pointer field, and a uno::Reference to an aspect (or whatever term one
        should use) of the same ToolbarLayoutManager. (I.e. esssentially two
        fields for the same thing. Why it doesn't create such variables where
        needed instead I don't know.)
        
        Anyway, for some reason there were lots of instances where a local
        variable was initialised with this second field but then never used. I
        removed those. (Surely just copying the field into a local variable
        doesn't have any interesting side effect that would explain this
        pattern?)
        
        Change-Id: Ibdfbd9476c39d3e83b58e81469b94d9a87444ca8

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [49c3be89e826c78a163989ef3190ae9b1d6aba06]

        Bin some not longer interesting NSLogging
        
        Change-Id: I1afd93fc9a56e85a30991bce9ca2350764cf1ec2

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [9e6afcf1624cbde7cc48c94d9062f91b4b1abbec]

        Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOException
        
        It seems to be the type_info most commonly looked up dynamically, even
        the only one in an initial test. I think it is a good idea to avoid
        dlsym() if possible.
        
        Change-Id: I0379c534e10efefafdd253ee651f6c74e4aa47d5

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [2b8be1c679c40d337b485ae7a29516ed7408d479]

        Simplify after 6215c718a5884ed7301b97dc9f7e3f1d1f9ce96c
        
        Change-Id: If0a6296c9b226c479413b475788d0c11d6ee7318

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [8ed93fef13be39815b452474e9e44bf8b6861ea3]

        We need to acquire the yield mutex here
        
        Otherwise we get an assertion failure in a dbgutil build from the
        DBG_TESTSOLARMUTEX() in OutputDevice::ImplReleaseGraphics() when
        quitting, at least in 64-bit LO on OS X.
        
        Change-Id: Ieb54e6b58033279f807fe91f4f6139018f643903

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [6a0c8c728dac5437f6a39f995d6ac24668560a99]

        Create a justified line if asked to
        
        The end result is still not satisfactory but it is getting closer.
        
        Oh how nice it would have been to have some clean useful documentation for how
        the text layout machinery works. The number of entry points in the low-level
        "backends" (like CoreTextLayout) is quite small, so I doubt it would have
        required lots of text to document the "protocol" used between the upper layers
        and the layout machinery. Now one just have to use educated guessing aided by
        lots of debugging printout. But this is true for most of the codebase, of
        course.
        
        Change-Id: I791f190819a187418865279f6a5b4aa598e01d3c

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [c925e0d76c835cb331d20293919ab23e096d37f8]

        We have just one element in these tables
        
        Change-Id: I184c8c69f4a9afdb0019193b09f61c65e47d36ae

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [c4601c03eae7211b2648a2aa3df6cc3719170734]

        Don't return in a (rare?) case without restoring the CGContext state stack
        
        Change-Id: I89040b62c0961be160fcfaa793e48326fa7a584c

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [ad69a033a796d7ed060446fc29721c07191441b0]

        Use CGContextShowGlyphsWithAdvances()
        
        Change-Id: I9373647e5d710acb26c9818e6d06d4bfb862a7df

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [3780597178b9074e4896588fb0c68a708ae26133]

        Take trailing whitesapce into consideration
        
        CTLineGetImageBounds() does not include space taken by trailing whitespace in
        the line.
        
        Change-Id: I403906daed952bac58fa11634beb6c7faa39b9b3

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [ffd4c2e40eca03445ab2c77468f661d691adc31e]

        Try calling RefreshRect() in DrawText() like in the ATSUI code
        
        But like there, I don't know if it actually is needed or not.
        
        Change-Id: I25bf5d8cf160b56ee4deb47ab9774313eb9590c8

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [cbb8b5db244c83062a02fb241a4a70dad381704b]

        Bin some #if 0 code
        
        Change-Id: I6f185b4f55418e44956f9dd51e1e300f553ac355

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [a9c1586fc05e4c286a8fb6e651d423051eaf63ef]

        mpChars2Glyphs is unused
        
        Change-Id: Ie98d242777cec92db6512f53fe102ecc65dc469c

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [4478145e7be87be9df6b38f44b5cf3ad44cf03a2]

        Add comments to some questionable code
        
        Change-Id: I06121b065f360ecfeddb25c9e1487f4849e453a2

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [ca9ceb2011d4597cee4df1987a9a806bc95a6f65]

        Log the ImplLayoutArgs parameter in AdjustLayout().
        
        Change-Id: Ib875973d31f71bab75973f683621118eb9cb927b

2013-04-07  Tor Lillqvist  <tml@iki.fi>  [efe842ab529646061756e0dfe9b19f8b43a31385]

        Add operator<< for CGRect for SAL_INFO goodness
        
        Change-Id: I144c93d0bdd8758dcdf490f29051c8dcaea500d8

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [bc6295e0b3cbb1544b31fd2e61d95e307c227f9d]

        make icudata lib target consistent with the others
        
        Change-Id: Ide7c37c9738ca640e7d80ede904ad8d7702e5a34

2013-04-06  Miklos Vajna  <vmiklos@suse.cz>  [0c68a8e8fd4323d46d71ff852909389c37dda1e8]

        svx: get rid of DECLARE_ASCII macro and related cleanup
        
        Change-Id: Ic6e39b81c04d5e416d1a000def39b3a127fa7940

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [694cf734a3538858296597c6dea6f667aecb9508]

        fix target rule
        
        Change-Id: I0e28425c25e07abe65c4162025fa35a4abe14121

2013-04-06  Miklos Vajna  <vmiklos@suse.cz>  [73d2f7d696e3300237b540acfaee289a444341d7]

        SwCrsrShell: rename member variables missing their prefix
        
        Change-Id: Id1720a55bf7984e2b1316fbfadb0d12ae7fd6b4d

2013-04-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a07505865b624b9c9fc5a33e7604ba982302c794]

        Add comment the RTL_CONSTASCII_STRINGPARAM should be kept in regexp.cxx
        
        Change-Id: I3cd2129d98c3d936d8ec31f89554b37f12427c1c

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [1a7f09b3eb878ebdcd106eb3b0b7dd5fe760dd5a]

        aix python doesn't have lib-dynload contents
        
        Change-Id: Ib6339c29f6820e75ff99aeb0547145597771d584

2013-04-06  David Tardon  <dtardon@redhat.com>  [2149279914e7581adea62ad0b971bc377ab2d056]

        add instdir to .gitignore
        
        Change-Id: I73ce022d064c7ccfeb71f5560f112aac3d777bf7

2013-04-06  David Tardon  <dtardon@redhat.com>  [ff4448a79e9670ae5b825261916b2dd91c7ff6cb]

        fix compilation error
        
        Change-Id: Ife833566122da25c366938c9c2d127fca0903bb7

2013-04-06  David Tardon  <dtardon@redhat.com>  [ab382911aeb83d6a8f5347f6d5502daab87924dd]

        move anonymous namespace to .cxx
        
        Change-Id: I52d2ed4b0454233da21e9040dd324772247113c1

2013-04-06  David Tardon  <dtardon@redhat.com>  [ff52d60b166f6758cacf639311244a594bb8d2ab]

        jfreereport_version.mk does not need to be delivered
        
        Change-Id: Iac1d8d0646bff131b1ade79bb47a914b350f31f2

2013-04-06  David Tardon  <dtardon@redhat.com>  [5c021048638ce29a2e4c848f725e4a7447f8522f]

        provide an easy way to depend on makefile from gbuild classes
        
        $(lastword $(MAKEFILE_LIST)) is not what is expected if the makefile
        includes other makefile as the first step (as some do). See
        UnpackedTarball.mk, where I already tried to workaround the problem.
        
        Change-Id: Ib713a698f52ba16f46fbbc4c50b43edd69c9a472

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [a62e73a74b2d3f3b373f902e969e74739f32cd93]

        get python3 building with gcc on aix
        
        Change-Id: I47af280e24bff248e6404ec18c1afef8c461b40b

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [61d1f8f237bb45901de9c8016ea48fab1c3570da]

        aix needs to link explicitly to pthreads
        
        Change-Id: I8f290b1551663b7e967c6d77e8836a1f3d655834

2013-04-06  Eike Rathke  <erack@redhat.com>  [d70e690e57397f3819e84264a7a0949e0ff8e9b2]

        just a % missing ...
        
        Change-Id: I9fb66679725bb61ffcd5abc0f45a08e9e1960e6a

2013-04-06  Tor Lillqvist  <tml@iki.fi>  [2a1e3dff0124f8dd05eb6db86297fd60499ae2f2]

        Actually no need to have it inline in the header
        
        Change-Id: I3891441fee41dd56ff183c833b17d926722b8f91

2013-04-06  Tor Lillqvist  <tml@iki.fi>  [beda8feececb22e46b6a2e0bac731e81daf5b4a4]

        Move the SAL_INFO operator<< for ImplLayoutArgs to sallayout.hxx for re-use
        
        Change-Id: I6497550e8f55f9ba08b0c4f20de0ea04be45d617

2013-04-06  Caolán McNamara  <caolanm@redhat.com>  [6b0a0cf1a3527e474a024d920808dfd164ba914c]

        library path var on AIX is LIBPATH
        
        Change-Id: I34529a56c6e6073fd5fa1e30d148fc3ec0d87617

2013-04-05  Rafael Dominguez  <venccsralph@gmail.com>  [758e01938c4e24e965f52afcd2e3ae378c4919a3]

        [WaE] Fix signed/unsigned comparison.
        
        Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28

2013-04-05  Rafael Dominguez  <venccsralph@gmail.com>  [9993d25441e8b4d19b8dc8e818cd311114e74e49]

        fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.
        
        Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439

2013-04-05  Rafael Dominguez  <venccsralph@gmail.com>  [86ba7698e6a117967daec23f9580469943f8afda]

        Avoid generating filter list several times.
        
        - Only generate the list after applying a new filter function.
        - Append item directly to the filtered list if its allowed when appending
        a new item to the thumbnailview.
        
        Change-Id: I804533e2a1751abb0cbc3082093aef2cb9093fb0

2013-04-05  Rafael Dominguez  <venccsralph@gmail.com>  [4e4119b2d338b607adff338be01d33d62f3e45f4]

        Dont show import action while in save mode.
        
        Change-Id: If6cca322203bf019a732ce6b0b5a9a20bd932557

2013-04-05  David Tardon  <dtardon@redhat.com>  [3e8016ddc576dafaa93505d5673c8013f3ed2d09]

        use filelist install method for udkapi and offapi
        
        ... so we can drop ZipUnoApi again.
        
        Change-Id: Id5925b8c101cd7cb70614a9a26f328dec92db8fa
        Reviewed-on: https://gerrit.libreoffice.org/3152
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-05  David Tardon  <dtardon@redhat.com>  [a593069ff9f64dd94e8210b0cff03b65fe059b40]

        move autocorr.zip to package
        
        Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1
        Reviewed-on: https://gerrit.libreoffice.org/3150
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-05  David Tardon  <dtardon@redhat.com>  [e9b947a6665170f96ba4182d81a630da74ea96a2]

        allow to put files listed in file into installation
        
        With this in place, we can replace most of our Zips by Packages.
        Extensions and Dictionaries are on the radar as well.
        
        To move an installed file from zip to filelist, do:
        1. Convert the Zip_foo.mk to Package_foo.mk :
           - change destination paths of all files to the same ones they have in
             the installation (you can find that in scp2)
           - use gb_Package_set_outdir to place the files under $INSTDIR, where
             they are expected.
        2. Change the scp2 record:
           - change filename to <package-name>.filelist
           - replace ARCHIVE by FILELIST in Styles
           - change Dir to FILELIST_DIR.
        
        Change-Id: Ie17d0765406081b03dcd44a6a23cf517f2067dd3
        Reviewed-on: https://gerrit.libreoffice.org/3149
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-05  David Tardon  <dtardon@redhat.com>  [bba6e9ebeb67235ee77e723af354474d5a3e9b85]

        allow Package to install to other dir than $OUTDIR
        
        This is preparatory work for creating installation directly by gbuild.
        
        Change-Id: I1b11db37c76ff781731845650169f39cb78fe820
        Reviewed-on: https://gerrit.libreoffice.org/3189
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-05  David Tardon  <dtardon@redhat.com>  [221cd46f47f40c892e554b0848978bda3d9957e1]

        move palettes.zip to package
        
        Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe
        Reviewed-on: https://gerrit.libreoffice.org/3151
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-04-05  Xisco Fauli  <anistenis@gmail.com>  [9924d6d61af506a6d9cb1fdbe35af220ad2135fb]

        Fix issue i120716: The graphic's border size and spacing is not correct
        
        * source/filter/ww8/ww8graf2.cxx
        MS Word Binary compatibility
        
        Patch by: Fan Zheng,<zheng.easyfan@gmail.com>
        Found by: dongjun zong,<zongdj001@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>(cherry picked from commit d91933a4fddd16e2997f7bc945424a97a540a8d3)
        
        Change-Id: I63faa611317b554af3d34372ea0d4c8c2cbc4bfb

2013-04-05  Jian Hong Cheng  <chengjh@apache.org>  [a2951d8cc1518638b357dfb09edafff7194b9eb3]

        Fix issue #i119649: Hyperlink font size increased if saved to .doc file
        
        * sw/source/filter/ww8/ww8atr.cxx
        MS Word Binary compatibility
        
        Patch by: Chen Peng,<chenpeng2006@gmail.com>
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>

2013-04-05  Noel Power  <noel.power@suse.com>  [9c79ec29dba9dbdc6dc56f6e83b09f5176821768]

        somewhat blind wae fix ( doesn't happen for me )
        
        Change-Id: Ia9b260c8bf2dc948f155fb89f0b5d960f9aada6f

2013-04-05  Eike Rathke  <erack@redhat.com>  [4ac1c8c369ea826809f0929c844d3c73450b9d79]

        re-add i18npool to cross_toolset
        
        Change-Id: I8d82da2ff8ea24ffa5b68954946251e275ae5bdd

2013-04-05  Eike Rathke  <erack@redhat.com>  [876c619b944dfbc88464045f1400c549a01a1164]

        new module i18nlangtag
        
        Moved portions from module i18npool, all of former i18nisolang1 library
        that now is i18nlangtag. Included are languagetag, isolang and mslangid.
        
        This i18nlangtag code is now even used by module comphelper, so
        disentangling i18npool and making this an own module was needed to not
        create circular module dependencies.
        
        Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015

2013-04-05  Eike Rathke  <erack@redhat.com>  [8ef9e38aa84675c57b331a796d900b3c10e04f44]

        use LanguageTag
        
        This creates a circular dependency between modules i18npool and
        comphelper, but not between libraries. To be resolved by moving
        languagetag, isolang and mslangid stuff to a separate module.
        
        Change-Id: I669aa66010800632c5637b42c6136a7ca14e7e68

2013-04-05  Miklos Vajna  <vmiklos@suse.cz>  [ce1cbedd471206b71a8f98f5ff63ce46e685dd5f]

        import RTF_LISTPICTURE and RTF_LEVELPICTURE
        
        Change-Id: Iff8d07a53ddfc114eb4c3921273c007bb750be6b

2013-04-05  Noel Power  <noel.power@suse.com>  [1d633d54bde1c1ae74ae51fcf02d3eced160c1e3]

        fix Worksheet.Cells by not allowing TableSheet range to change from updates
        
        ScTableSheetObj's own range gets updated via ScCellRangesObj::RefChanged,
        this must be wrong 'cause the range of a sheet is fixed right ?
        
        Change-Id: I19cd39ec58b778f4634258352676da7e04822b65

2013-04-05  Noel Power  <noel.power@suse.com>  [5b8377f80c7618a770900848e205a487d846c66e]

        fix selection change event firing
        
        Change-Id: I64e8b684dd5462e1a742ba47b5480951b4e3a4c4

2013-04-05  Noel Power  <noel.power@suse.com>  [959d1dc0f3bbf0269d5c7be9a91bba9999d6f821]

        fix 'Visible' property for XControlShape(s) Foreach support for CommandBars
        
        Seems now we need to additionally set 'Visible' property for XControlShapes
        to ensure correct visibility
        Also we need allow 'For Each' syntax to with with CommandBar collection.
        Note: the implementation of the CommandBar enumeration seems wrong, I
        would have thought that it should match ( and share ) implementation
        details with normal index access ( it doesn't )
        
        Change-Id: Ia5306b4c976f6dc9a5f82e245ca5440f204f5bab

2013-04-05  Noel Power  <noel.power@suse.com>  [e14a251c2d4478fe8cf085df792aa2181d15b4cf]

        squash NoSuchElementExceptions when modifying keybindings
        
        Change-Id: I37882845660929e0001a834b6685a4087dfb465f

2013-04-05  Noel Power  <noel.power@suse.com>  [3ffd86188b470fa7ebd9e6d10678279a1f63a81c]

        Added and fixed various vba API
        
        Added OLEObject.LinkedCell
        Added ComboBox.LinkedCell
        Added Validation.Type
        
        Change-Id: I5ffc2212e689870d58ca99d1fbdfd7d101f8b50f

2013-04-05  Noel Power  <noel.power@suse.com>  [6f814b5f4ceca2f50edffd8b9023c613fffb9cdf]

        prepend Validation.Formula1 results with '=' for anything not a address
        
        Change-Id: I6061378788b7299f8a8431d1e8d00a4e6ea3e8fb

2013-04-05  Michael Meeks  <michael.meeks@suse.com>  [7e7302730454aa417f2711024e3a5d9d953add67]

        fdo#62155 - band-aid crash from poor addin registration on upgrade
        
        For some sadly unknown reason we get an exception traversing the
        calc addins and crashing doesn't seem a great response to that.
        
        Change-Id: I8d1eda7c8bab384817f19a86607c7035e4c3a8ab

2013-04-05  Miklos Vajna  <vmiklos@suse.cz>  [0644a20605965b36fcc983e4c1158820fd858726]

        Get rid of copy&paste by moving code from WW8Export to MSWordExportBase
        
        Change-Id: I1a36fb3d20d1e67484668b7ba8feb1c96505af59

2013-04-05  Miklos Vajna  <vmiklos@suse.cz>  [e63950dc82ad7b30763c22391aec767111cf97d5]

        w:numPicBullet export testcase
        
        Change-Id: Ia8a32b6d9fcb53e3974940c173edb2fe4c9e1ab3

2013-04-05  Miklos Vajna  <vmiklos@suse.cz>  [13183219b7bd39b7a5c8088b2679e346c4f3280c]

        DOCX export of w:numPicBullet
        
        Change-Id: Ib8bcfb6bc63a5f14fbc36edc39a907b4955628e9

2013-04-05  Eike Rathke  <erack@redhat.com>  [d526e48912deeb44061ff570d715c31ca45f77b8]

        resolved fdo#63161 out of bounds string access
        
        Introduced with c7709b460394283fd5b1d2779b6af3585f80a991
        String to OUString where previous String::GetChar() handled this.
        
        Change-Id: I9253df1af7498e2d7a8ea8077ec6b369697ad44e

2013-04-05  Eike Rathke  <erack@redhat.com>  [babbd149aa9b2b5a28c55cb38fbbe24586bf8e22]

        added the dreaded jolly joker
        
        Change-Id: I1bd840391496daab2cfe32af6ac00e98de3ed72e

2013-04-05  Radek Doulik  <rodo@novell.com>  [9d073bcba10b9cbcd56ad58cf5b19bbb129567a8]

        revert that change and to it at custom shapes level
        
        to allow primitive rectangles still be used
        
        Revert "disable round corners for rectangle shape. fixes fdo#39907"
        
        This reverts commit 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0.

2013-04-05  Radek Doulik  <rodo@novell.com>  [e59a5cad25a93e190957120dc7b42fe9c34a13e1]

        do not allow bEdgeRadiusAllowed to be set to true
        
          - as it cannot be exported to ODF
          - fixes fdo#39907
        
        Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd

2013-04-05  Caolán McNamara  <caolanm@redhat.com>  [dac06a943a6c44befda1ba22f4bd19c0281601d0]

        Resolves: fdo#61940 unable to change shape fill colors
        
        The tab area page has a magic bit which is set when the page is activated that
        enables its properties to be applied on ok. If another page is activated that
        also affects area fill using an alternative set of properties, then the bit is
        unset.
        
        For layout we have to activate all pages that don't exist yet to get their
        optimal size. So we need to re-activate the original/current page after forcing
        the other pages to exist in order to make this trickery work.
        
        Change-Id: I90cac4624a12e6c29f6b226ce831f71c7cc49117

2013-04-05  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [294d8cc8e198093e61aa4d75a648d84f35c6c91f]

        Initial Impress Remote protocol documentation.

2013-04-05  Caolán McNamara  <caolanm@redhat.com>  [944bc0a3a33f21f59cb51a4391687ff1fe01dae9]

        Resolves: fdo#62478 crash on tools->options->base->databases
        
        Change-Id: Ic24c5f14f66a4059ce653df34321352adb50496f

2013-04-05  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [2c82e5d304b56c1dd95d0f3dcafc9a36ce02b5f4]

        fdo#59071 Slideshow: allow automatic transitions with sub-second
        
        Enable slide transition each 0.25 second instead of whole second.
        
        Change-Id: I1907a1baf30cede91a0438d021e003204ea06651

2013-04-05  Caolán McNamara  <caolanm@redhat.com>  [21d6c1022aa528836d20ae1b8be9ea1b84bd61aa]

        Related: fdo#61948 data->validity crashes calc
        
        There are two scenarios with the cell range thing here,
        
        data->validity->allow->cell range
        scenario a), click the shrink icon, dialog shrinks, click the expand icon,
            dialog expands again
        scenario b), click inside the edit box, now you can select cells in
        the spreadsheet, and the dialog autoshrinks, and autoexpands on mouse release
        
        in scenario a there is an expand button in the shrunked dialog, in
        scenario b the shrink/expand button is hidden
        
        Change-Id: I8efe76536feeae10ac70fb7b7e95c70c69b057b5

2013-04-05  Stephan Bergmann  <sbergman@redhat.com>  [ff8a2a5ef08623fdf534f805dfeedd673f64974e]

        Missing dependencies on UNO_SERVICES/TYPES references in solver uno ini-file
        
        ...resolved at runtime by cppuhelper library on which uno executable depends.
        
        Change-Id: Id654e240fe88268de3ae690b1746591a71ba5a1a

2013-04-05  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [9650599912d24b05e65a94727bac135b0c76384d]

        fdo#60834 Find and Replace dialog: fix replace box selection on click
        
        Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb
        Reviewed-on: https://gerrit.libreoffice.org/3202
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-04-05  Chris Sherlock  <chris.sherlock79@gmail.com>  [b558d4bb8372cf65ca343f191d672b1484a6fd13]

        Missing word "if" in Deliver.mk
        
        Small change to comment - missing word "if" in Deliver.mk for
        gb_Deliver_CLEARONDELIVERY
        
        Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62
        Reviewed-on: https://gerrit.libreoffice.org/3205
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-04-05  Herbert Dürr  <hdu@apache.org>  [b130133ad2e5b09ccd9a3ac15348fd8d39a8fef8]

        Resolves: #i121503# fix resize/paint race in the backing window
        
        (cherry picked from commit 9d578cebcd9d1e1c16c04cbefc5de2ab511ea335)
        
        Conflicts:
        	framework/source/services/backingwindow.cxx
        
        Change-Id: Ic5e590465e19b02b6a9b426072818cea5bb3f912

2013-04-05  Ashish Banerjee  <ashish.banerjee10@gmail.com>  [e1f6dac6893e0ad9e1b1f03a3b882cf1e9a08d32]

        Replace `compareTo(...) == 0` with ==
        
        Proposed patch for the following issue:
        https://bugs.freedesktop.org/show_bug.cgi?id=62096
        
        Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f
        Reviewed-on: https://gerrit.libreoffice.org/3198
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-05  Thomas Arnhold  <thomas@arnhold.org>  [55664c9bd2469d3e493e6f1b67fbb2f96500d492]

        unotools: remove some unused items
        
        Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe
        Reviewed-on: https://gerrit.libreoffice.org/3191
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-05  Jürgen Schmidt  <jsc@apache.org>  [aeb7683ae745717fe5e283b6ada065183aa730f4]

        Resolves: #i119621# Outline level in sample file lost
        
        fix:
        - PropertyMap.hxx, add definition for outline level min value
        - DomainMapper.cxx, import outline level for paragraph property
        - DomainMapper_Impl.cxx, fix TOC import if no range is given
        
        Patch By: Yolanda Zhang Ying
        Reviewed By: jsc
        
        (cherry picked from commit 5b87b9b8bc679dfbb308646a6da7584d4b418337)
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        
        Change-Id: I2149a7338b128d0dd1c1317a259e537d2a1e1063

2013-04-05  Thomas Arnhold  <thomas@arnhold.org>  [31fedbe9f782976b6aa4615b6fd171ed52137c94]

        Remove SvtInternalOptions
        
        * only Get/SetCurrentTempURL were used, but only for compatibility reasons,
        to remove old temporary directories (before 2001). Those should be gone
        today.
        * MailUIEnabled was false in the xcu file.
        * SID_MAIL_SENDDOC* are handled some lines further.
        
        Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375
        Reviewed-on: https://gerrit.libreoffice.org/3180
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [cc8ca7fad08e7268e7409ce5d0103d6a3c3aef4d]

        Try again to use AllModulesButInstsetNative to unbreak tinderbox build
        
        Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [2218ff176394892092bd1777201a85615edef442]

        We need the vbahelper headers especially when DISABLE_SCRIPTING
        
        Change-Id: I632c3f14e4babbdbe2c35810a17bb39d5a42baf6

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [6afeb7e00c4cb4bc7fee17cf460a37952a1384a9]

        Simpler and cleaner way to get rid of rulers and scrollbars for non-DESKTOP
        
        Modify the IsView*() inline functions in the viewoprt.hxx header to
        always return sal_False for non-DESKTOP. No ifdefs in the source
        files. Presumably when optimizing the compiler will notice that the
        inlined function always returns false and not generate code for the
        unwanted case.
        
        Change-Id: I07a4bc57cd621f63839d8e8bf551d40250fd9078

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [8facc8e9863a87890c62c97158fceb5c9bbb6c21]

        List more libraries in an attempt to make tinderbox builds work
        
        Change-Id: I21e6affaf08322f9e9cf1554e76f935f2c3e29b3

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [85b104712b8bd4cf5247d5226260dd1528b7f57a]

        No need to setenv SAL_LOG in the code for iOS
        
        One can set environment variables to be used when debugging an app in
        Xcode, which is when it is interesting to see SAL_INFO output anyway.
        
        (This is very different from Android, where one can't set environment
        variables "before" an app starts, as apps there aren't separate
        programs that would be exec'ed.)
        
        Change-Id: I3971d1b2d1a849deac2722a90271ef2458db1643

2013-04-05  Tor Lillqvist  <tml@iki.fi>  [b7525f1f1d123084b60269f420300afdd405b0d1]

        Drop jvmaccess and jvmfwk when no SOLAR_JAVA
        
        Just sprinkle #ifdef SOLAR_JAVA into the code instead.
        
        In the source for jvmaccess and jvmfwk such ifdefs can be removed as
        it isn't compiled unless SOLAR_JAVA.
        
        Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606

2013-04-04  Petr Kraus  <petr_kraus@email.cz>  [f5928f09ad53de2c4683000619d29be140a97be8]

        fdo#42781 WaE: C4101 unreferenced local variable
        
        fixed by OSL_FAIL -> SAL_WARN.
        Rewritten rest of the file to match this style.
        
        Change-Id: I7fdb5a1b0a16ee7cfe15f7aee4b2fb95b9072c3d
        Reviewed-on: https://gerrit.libreoffice.org/3204
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-04  Andras Timar  <atimar@suse.com>  [75e014c30753f635ddc74cdb654a8342049a114b]

        fdo#61514 clean obsolete tools/ filesystem abstraction
        
        Change-Id: I7d1d5eca43d0b0f9a013e31383abc574a7b15f93

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [79af094f8a31d4f47fe3b2675035055523cb54ab]

        convert about dialog to .ui format
        
        Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [e910123eced2f303dcf4c58b5e79f1da3f02d29b]

        make border property of multiline edit optional
        
        Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [a60233918c2e4ca7534091c73965e7f2155a15b5]

        map justification property to alignment bits
        
        Change-Id: I7d1494430cbc75cfb831dfe5500a0c3e6c9147fa

2013-04-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ca776f348aa90119e6281eb5d979de2d56786e08]

        Not escape single quotes in src\hrc files
        
        Escaping them is not needed.
        Plus escaped quotes are taken into po files and
        make translater's work more uncomfortable.
        
        Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c

2013-04-04  Miklos Vajna  <vmiklos@suse.cz>  [df4a954c825e23ecb1df9416ccf2e5566274c53b]

        w:numPicBullet import testcase
        
        Change-Id: I70ccfe4d927f404ce90d970e76fdbf0e2d7a5cf7

2013-04-04  Miklos Vajna  <vmiklos@suse.cz>  [b8764dd6e13d3a11fdce23fe1098f19b6c7ecdb8]

        DOCX import of w:numPicBullet
        
        Change-Id: Ifc827d5180ce1dc0e3db095c2b92023f4c2d72ec

2013-04-04  Jan Holesovsky  <kendy@suse.cz>  [4214ff23ad8f7247c8da8cddbf78bd75e98f17eb]

        fdo#37758: Really set the toolbar as hidden.
        
        Change-Id: If0cdf2fabb680f8dee811411f601b2954d29da58

2013-04-04  Andras Timar  <atimar@suse.com>  [622509e47d778bd5e56f620266d5725daf02a90d]

        remove useless comments
        
        Change-Id: I90757f0d6ccdded30a49a3c54cd6bbc2f65dc755

2013-04-04  Michael Stahl  <mstahl@redhat.com>  [68ebd3fb510056bbb46288cc42589ae98dd753ef]

        redland: no idea what those unused .def files are good for
        
        Change-Id: I851ad13b065dc07699f490dcca5c66958b4aa624

2013-04-04  Michael Stahl  <mstahl@redhat.com>  [dafb573096861fc5fe0e472af3cda369cab6d1f3]

        redland: reindent that
        
        Change-Id: I185d6da34f9720dde258a1206fbc6d531c397eae

2013-04-04  Andras Timar  <atimar@suse.com>  [c8f8f36027656e42707d782655187fce3229e0f3]

        fdo#44994 write out tools' FileCopier class
        
        Change-Id: Ie3d04f0b2ed35099d5682d165e17c10a6d736f99

2013-04-04  Julien Nabet  <serval2412@yahoo.fr>  [7dce1c9fd2d26c9c2c53f0d307aa281972d2e82d]

        Simplification by retrieving system encoding
        
        See http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-about-encoding-in-CreatePasswordToModifyHash-docfile-cxx-sfx2-module-td4047586.html
        
        Change-Id: I845f4e4518901be8cba6e82a3199505d63efac62

2013-04-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [368210926b67483a3926a0af1890127ca182e064]

        remove -dylib_file mappings that are not needed anymore
        
        XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries
        without explicit mapping, but as baseline is now 10.6, this
        wrapping is no longer necessary
        
        Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8
        Reviewed-on: https://gerrit.libreoffice.org/3192
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-04-04  Eike Rathke  <erack@redhat.com>  [1d073a3b48d2d5387992a6868dcdd601b80838b7]

        -I$(SRCDIR)/comphelper/inc before solver/*/inc
        
        Change-Id: I2a8a4ba93b5ffb2273573c81466595e1c4cf1d9d

2013-04-04  Andras Timar  <atimar@suse.com>  [d19a51d7870dbbf1d9b6e75d1031727c5179455a]

        delete unused header file
        
        Change-Id: I96a620475f9618b55fc0b3a294037ca5968b683c

2013-04-04  Andras Timar  <atimar@suse.com>  [44f246930d3d12fc5e37f39c24fe8836c4228492]

        remove unused header: tools/fsys.hxx
        
        Change-Id: Ifa740f558e5c5e9d51516b54a2b32790dbb23dd4

2013-04-04  Andras Timar  <atimar@suse.com>  [31518d86976d7b2a68a88fdcde51ae1dd9bbb826]

        writing out tools/fsys.hxx (extensions)
        
        Change-Id: I6b2132e7441be1579f6233ec56fdaf8807a60b55
        Reviewed-on: https://gerrit.libreoffice.org/3119
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-04  Herbert Dürr  <hdu@apache.org>  [06064c69f9e7fc2cbc9da98134ac0e44399d482d]

        Resolves: #i119555# fix FontWork font size when saving to *.doc file
        
        Patch by: Zuojun Chen
        Found by: Lou Qingle
        Review by: hdu
        (cherry picked from commit fc17d3e1c60f18916786ddb4547a1c24d95ae51a)
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: I7e77cd33cdc679d9671814e6ca52da50f32aecb0

2013-04-04  Jürgen Schmidt  <jsc@apache.org>  [348a5f8e80cba72d6a6aa13f001a16d9a62b70aa]

        Resolves: #i119544# sequence number is not displayed in docx
        
        fix: add code to handle the SEQ field command...
        
        Patch By: Jin Long Wu
        Found By: Don Jun Zung
        Reviewed By: jsc
        
        (cherry picked from commit 0d2415df82388eb1a9a00c2d5e6bd3d9193057db)
        
        Change-Id: Ia588857aa453ea05cde2e66f6efd403e8eb282f2

2013-04-04  Lionel Elie Mamane  <lionel@mamane.lu>  [f01c37887016df5fb4101224edf1d97dcf96250d]

        continue String->OUString conversion
        
        Change-Id: I44b816d6a270e8877e0db1408df4da3434932800

2013-04-04  Yong Lin Ma  <mayongl@apache.org>  [7cd378518b38def9cda5a0055a1d7525aad1c427]

        Resolves: #i56806# Page background lost when export to doc format
        
        Patch by: Chen ZuoJun
        Review by: mayongl
        (cherry picked from commit 4034798d137593863fdc9041ec9cd55ad88fbf84)
        
        Change-Id: I76eb50834eae00837caaf4e49d547d7d0e309f30

2013-04-04  Lionel Elie Mamane  <lionel@mamane.lu>  [e32fd065075d2baccb9284d1bf55538418806865]

        more efficent & readable
        
        Change-Id: If24a2a8488f1b1142b12540e4b8b00eb26bd7873

2013-04-04  Lionel Elie Mamane  <lionel@mamane.lu>  [e60eca1cfcf4763571f7e87a88740e4517a7dabd]

        replace only single wildcard by table.*
        
        not any string beginning with "*"
        
        Change-Id: I6afe4db0ae69632990eafb288f715ae9cf7ad837

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [1439c2fedd8a8c2e52bac3346e7e2ab588922fd9]

        use existing hook for replacing %FOO variables
        
        Change-Id: Ib10545d964e96ae6f92583bbad8479951385247c

2013-04-04  Julien Nabet  <serval2412@yahoo.fr>  [92824e8e25fc0cf66f461303da81f122eaf0f01b]

        Simplify a bit
        
        Change-Id: I77cb2b08b1d92f3c8ad406bb1ebd2d080cdbfa1a
        Reviewed-on: https://gerrit.libreoffice.org/3123
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-04  Andras Timar  <atimar@suse.com>  [974e18faea7b220677c86ee3c6ba41534ef33c5a]

        postprocess: pack help images, too
        
        Change-Id: Ib8bafe50c91f2a6098b166a93035acacbd4070ae

2013-04-04  Tor Lillqvist  <tml@iki.fi>  [1a15ba78c8abf1c9df09163c9b1dad1361ee3f29]

        Fix warning: unused variable sGraphicURL [loplugin]
        
        Change-Id: I455e36a33720d9493480660dc54bd67b665c0fee

2013-04-04  Radek Doulik  <rodo@novell.com>  [0c7bbbe9da7602f5d72aecd481f6d26d9af217f0]

        disable round corners for rectangle shape. fixes fdo#39907
        
        Change-Id: I4930ff1123783c434859434fef5983455a1e72f5

2013-04-04  Tor Lillqvist  <tml@iki.fi>  [67d0b7033762a80093ab85b490437a3832851497]

        Bin a pointless and annoying OSL_ENSURE
        
        If somebody wants it back, please revert, but then also add a comment telling
        what it means.
        
        Change-Id: I40bae1b6747c8fa21f3bf4b3fc6f839226951a12

2013-04-04  Luboš Luňák  <l.lunak@suse.cz>  [598d3228cdcd66a79740bd05740f3e2169b1ec98]

        remove HAVE_SFINAE_ANONYMOUS_BROKEN
        
        Since we no longer support the old Apple SDK using gcc-4.0.1, we can
        remove the cruft to work around its problems. Woohoo.
        
        Change-Id: Idf275e76449443f1f0314e75dab993f213a77eb7

2013-04-04  Jan Holesovsky  <kendy@suse.cz>  [d9e0c08b52dca00508485cc7a8082200a2693ec9]

        Reduce scope.
        
        Change-Id: I32160cff67494cde2ad21cb6d6fe48091d600b8d

2013-04-04  Cao Cuong Ngo  <cao.cuong.ngo@gmail.com>  [84e99bd79ab4fef7e91bd302d1426cf1b3653b7f]

        fdo#60542 Persona setting: change color of the text menu.
        
        Change-Id: I1d0ed94d41b3b8bcf0504e1528f4f505f817ad86
        Reviewed-on: https://gerrit.libreoffice.org/3127
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-04-04  Luboš Luňák  <l.lunak@suse.cz>  [c3ffd741b207774be787896dfd305db89aca0e42]

        compiler plugin to check incorrect #ifdef for config_XXX.h macros
        
        http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
        
        Change-Id: Ibba9d3dcc87d6d6eee58ab3690a8f87339d00956

2013-04-04  Luboš Luňák  <l.lunak@suse.cz>  [996b6fc92b847f70f73cda58f64e5cf438585127]

        don't explicitly delete PPCallbacks-based compiler plugin actions
        
        If the class is based on PPCallbacks too, Clang internals will delete
        the instance.
        
        Change-Id: I6dd83d800e6cca17eb0b5de23c8994f11c087fd5

2013-04-04  Luboš Luňák  <l.lunak@suse.cz>  [68c314fc80b5dd5be26a7207b3459a2be9625240]

        revert back to usign autogen.sh cmdline arguments if given
        
        This is a partial revert of ca0c54d0fe3812cec64e5c7cc83309d4397f5e0a .
        Ignoring cmdline arguments if autogen.* exists is broken for several reasons:
        - autogen.sh of every other package passes cmdline arguments to configure
        - that's because if I was bothered to give them, I want them used
        - there's no reason to prefer autogen.input now, given that autogen.input
          cannot be overwritten by autogen.sh, unlike autogen.lastrun , so there's
          no accidental loss of the switches
        - running autogen.sh --foo followed by autogen.sh --bar actually runs
          configure with --foo the second time too, because the first one creates
          autogen.lastrun and the second one first complains about the cmdline
          args, then complains about autogen.lastrun, and then uses it
        
        Change-Id: I5868610935d0312915be74602b6435eea069f937
        Reviewed-on: https://gerrit.libreoffice.org/3190
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [864e22e14720dc6456e08cb4a01d99353d9c7402]

        Updated core Project: help  2e1a9cae55c82ba0faefc4b7d41b902e90ec6c27

2013-04-04  Michael Meeks  <michael.meeks@suse.com>  [ae2c256e228b3d4d01e85abdbc797a907c7f6563]

        unwind tangled mess around spinner buttons
        
        Restore removed spinner artwork, cleanup the code: hicontrast - is now
        a function of icon theme, not a global boolean.
        uwith thanks to Ariel Constenla-Haile)
        
        Change-Id: I68d4c7293a6faa130274cf45f53509ce140fa8c0

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [cb3bf6a1300b15eb800435175036a6d3448b5e9a]

        set adjustment min/maxes
        
        Change-Id: I713c1a280c31a7a783e6a0af94b838091fc98779

2013-04-04  Olivier Hallot  <olivier.hallot@alta.org.br>  [cb553bdba77c80f323dbed1874874cf2465abd83]

        Convert Calc sheet page style to Widget UI
        
        Change-Id: I6714ccc710d266a047032166c738063602e6e30d
        Reviewed-on: https://gerrit.libreoffice.org/3140
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [5a5777f0a75e512af35250e90bc2670492ba5c9b]

        need to replace %OOOVENDOR in .ui strings
        
        Change-Id: If44cc1750b8555eab6e3dc2659e60a8fff10b24c

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [8c4f20938bc5d4013126a00a02e8eca80b250284]

        Related: fdo#61688 get strict ordering right
        
        Change-Id: Ibb3e74e98762358614713688d64e50db21025f1d

2013-04-04  Andras Timar  <atimar@suse.com>  [aebfef8d6ef893655739501c663b9fd6e57b985e]

        Updated core Project: help  4e639b52e7cb790a048586490546fb76c89539ab

2013-04-04  Andras Timar  <atimar@suse.com>  [a7137727bd643c9b52d3eaf0c858ee6e7e7a57f2]

        Updated core Project: help  d0095f62f7de2e56513dbf97e9b21c2e321f1971

2013-04-04  Andras Timar  <atimar@suse.com>  [c7fc3865684be4c5a41c7bdc671e4c6b56c250ab]

        Updated core Project: help  239b55253ecf3cb52b613d948a1d090bf8d3dc43

2013-04-04  Caolán McNamara  <caolanm@redhat.com>  [26f33b9c61d5b050b398a69a83d4f99fe9c228f5]

        convert license dialog to .ui format
        
        Change-Id: Icbcb2a86369c95f9acff05d677a4f5eaa1d9dfb9

2013-04-04  Tor Lillqvist  <tml@iki.fi>  [f935aa9d9cb6dde3dfd1b018c4b8938ff6c16183]

        WaE: unused function 'convertDateTime'
        
        Change-Id: I6d36291f4381cc43782861ca1180b7fa7b155551

2013-04-04  Tor Lillqvist  <tml@iki.fi>  [5551702b8dc3e9d06510ea7d12e6a25f35468a93]

        WaE: variable is uninitialized when used within its own initialization
        
        Presumably aStr is intended here, not aTmpStr itself.
        
        Change-Id: I9a887c33f89d519c17ee0156ba9cea55b465fe97

2013-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [690b40af2d1e38e8a836b4c64b3fa3082fbac536]

        sal_Bool to bool
        
        Change-Id: I4f8a592404272f3ba2602aa1ef42d399d7faae78

2013-04-03  Eike Rathke  <erack@redhat.com>  [a123975e4bfcad4f18fa4b336def8e4b8e8577b4]

        let's try if this satisfies MSVC
        
        Change-Id: I2cfc88036121d7f31b17804c62e2d1ab84cce45b

2013-04-03  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0e137027fcf294b33a9c7376b17a6c4e33758c52]

        Use OUString in ImplGetEllipsisString()
        
        Change-Id: I02ae342857d2944c3d1a20b8d24bd6fcf3ac1f4a
        Reviewed-on: https://gerrit.libreoffice.org/3159
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [ff3d85dbd72a0e547abe573465e65747ef985955]

        API CHANGE: GetExpression Value is read-only, NumberingType an illusion
        
        The implementation in Writer has Value property read-only since initial
        CVS import, and NumberingType property never existed, so adapt
        com.sun.star.text.textfield.GetExpression to implementation.
        
        Thanks to the really cool David Ostrovsky for finding these.
        
        Change-Id: I3b12a8103d0d6de7dbf644f30db3f192b0331f0a
        SERVICE: /UCR/com/sun/star/text/textfield/GetExpression
          SERVICE1 contains 1 more properties as SERVICE2
          incompatible change: Field 3 ('NumberingType') of r1 is not longer a property of this SERVICE in r2
          incompatible change: Field 6 ('Value') of r1 is not longer a property of this SERVICE in r2
          incompatible change: Field 5 ('Value') of r2 is a new property compared to this SERVICE in r1 and is not 'optional'

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9516eb4335ec9db3cee6ce2468c880403386f08]

        limit scope of the variable
        
        Change-Id: Ic6001ca66e85cdeb4c797aaab1138c27b9e17c67

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a7dbd4d8bcc4ac86ef6e6ca4534b279e81a4355]

        maybe a bit over-engineered
        
        Change-Id: Ia7a491241ad78cafc542e63b3796b7c32fa5300c

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8948dfdb693c7565a02f3fe1f235fb6c7d3ddc44]

        screen space is a valuable good, don't waste it
        
        Change-Id: I67d47ef4030ce60d1cbc160a52cad7cc3c417b34

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [677b125ae3f14d823ebdddf04d22cf879a3cfd4f]

        this variable was unused
        
        Change-Id: I7ea23acbaebb02def5d7875bc07fb7c10b2af883

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4290f249be1642c63a958e3f7873b56f47ae5a5b]

        more clean-up around SfxContentHelper
        
        Change-Id: I836a260d0e7c8b61cf4b6b6c378da854ca188a22

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2e19cc800025a9361bbea7d6b435ff649b09528]

        sal_Bool -> bool
        
        Change-Id: I1225c972d806301ef5bd295b2b42145a8b2e7145

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9db1c9e1915ca21b05d1c38f44984716f0d6a8cf]

        this method is actually unused
        
        Change-Id: I1808ada7c012f4dfacc7ace93478a4acab50f6eb

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baa6a3b90d7d888cc294c960f5b184718673b1dd]

        prevent some unnecessary casting
        
        Change-Id: I56b324cc8431347c25472f7ef3ac5871b226f5b1

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56f0144b0a40048505de4bac81e25f2454e43704]

        we don't need a macro here
        
        Change-Id: I7b063f54f354ade05dd0f2c4b10b161a44895076

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ae1a6248434d60f2530fbf948cc302c987de1a5]

        no need for pointers here
        
        Change-Id: I0eca0d07d251949f99ebed44ef3267fa6dfb4c80

2013-04-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c22cf54a942311f554d5e9c82e93b5cec7edc2c]

        simplify this a bit
        
        Change-Id: I4deaf117c64f4646e36da98c498188022b2c32f0

2013-04-03  Xisco Fauli  <anistenis@gmail.com>  [f6f836b693a9e04c9fa52dd8883a0da54f011dcf]

        Revert "Fix issue i120718: after save the sample file with page border and shadow to doc, the shadow depth and color changed"
        
        This reverts commit ac4c6860961264d23504df90ccf805bd25be032f.

2013-04-03  Sun Ying  <sunying@apache.org>  [cc2dd35b24f9ddf14d423cd5f099987223fd6960]

        #119711# support the delay var when export ppt file by AOO
        
        Reported by: Wang Li Feng
        Patch by: Ying Sun
        Review by: Jian Yuan Li

2013-04-03  Jian Hong Cheng  <chengjh@apache.org>  [ac4c6860961264d23504df90ccf805bd25be032f]

        Fix issue i120718: after save the sample file with page border and shadow to doc, the shadow depth and color changed
        
        * source/filter/ww8/ww8par6.cxx
        MS Word Binary compatibility
        
        Patch by: Fan Zheng,<zheng.easyfan@gmail.com>
        Found by: dongjun zong,<zongdj001@gmail.com>
        Review by: Jian Hong Cheng,<chengjh@apache.org>

2013-04-03  Eike Rathke  <erack@redhat.com>  [640b57dd5fcd7aaeeb334d27fd0982bb516129a7]

        use matching separators and format codes of es_AR
        
        Noticed due to the change in es_PE as of
        bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5
        
        See also
        https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR
        https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_VE
        
        Change-Id: I7ecedd9b111ed95dc68f22a0894f32c8a75ffe5d

2013-04-03  Eike Rathke  <erack@redhat.com>  [59665f86057557e8cd66ee420df94b4d91a1b2de]

        use es_AR separators when using es_AR formats
        
        Noticed due to the change in es_PE as of
        bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5
        
        See also
        https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_AR
        https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PY
        
        Change-Id: I60e35a14a515a4e6e0d91aacf2a3540f31928415

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [df2ecdcb6e604f8e1dcea1549c929a1ced06c583]

        unordf: add unit test for CVE-2012-0037
        
        Change-Id: Ife037f05ddf66bc8c0598cb9521e95a1fa15c26e

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [5fccea4add2eb5b838733becdb4dc3120151a82f]

        unordf: replace external entity disabling handler code ...
        
        ... with a configure check for the fixed raptor library.
        
        Change-Id: I495d5d28e9a4e7b6234f8f9d17c2bda36154316d

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [cf176b444aa5d2b3fbb352fb723c0f6322ea1379]

        redland does no longer use openssl
        
        Change-Id: I704a5a5ae4122fadf0fe5f8ec07ad3cb0bbefee2

2013-04-03  Eike Rathke  <erack@redhat.com>  [bd4b06fcd84c0f7f3ad82c1a3fe7f91740c5c3c5]

        decimal and group separators were swapped
        
        See also https://ssl.icu-project.org/icu-bin/locexp?d_=en&_=es_PE
        
        Change-Id: I67ca6f1a7a721b308092f20eaab238f5a8f45061

2013-04-03  Radu Ioan  <ioan.radu.g@gmail.com>  [16d142443395b888c909fa92570e1a47833da3ff]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
         - replaced osl_trace with sal_info
         - added new log areas to log-area.dox
        
        Change-Id: I20f539bd9fa62bef2e9a2a82b59e0b15f4efdd48
        Reviewed-on: https://gerrit.libreoffice.org/3179
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [de2ccd8e1ad3eeb5545e4dcccfe40ec81929a9ed]

        Bypass fields that are unused for iOS
        
        Change-Id: I378228808ef8f974e574714f48a2faf23123714b

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [ce0c3c1eb1405912f36a3ad7e850a5b4e17a3f2c]

        Ensure we have a CGContext in a couple of more places
        
        Change-Id: I1d0963f51472328a1a5b212ab277c6e72fafd7b9

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [0ea4a012400343b7105f108b47bb6e3df38d2558]

        It's the font *style* we are looking at here
        
        So no point in checking font *family* names like "arial" or
        "times". Actually, I doubt this whole block of heuristics is
        necessary.
        
        Change-Id: I6965c27a7c4bed53db0e7ddaa40b1d09ccc4ad43

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [e0d38b6656ee348690f5495e72067f4ac2ed49da]

        Add missing break
        
        Change-Id: I938b512dc3a32af9f2529a92ea3e4291abf64ad2

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [965f58fa51d51f1d313a2935b13edd1fcbb32b22]

        Fix heap corruption
        
        As its name says, CFDictionaryGetValue() follows "The Get Rule",
        i.e. you don't have ownership of the object returned, so it shouldn't
        be released.
        
        Change-Id: Ie605ac21754ed479911d8f4ceb00744a6df600aa

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [5f18619f937bf3587b57ed88dbefc03cebb9dd17]

        Add the vcl coretext sources
        
        Change-Id: I433419e1ed7bda566bb13bf14346948d131abee6

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [4f879d0cd5396056994df6229f8162e122a69c51]

        Checking the device orientation at this stage doesn't seem to work
        
        Change-Id: I0015f7d751cb0e45262774c19a120f428cb35af2

2013-04-03  Michael Meeks  <michael.meeks@suse.com>  [126f29c4741ee0083487db7ca8e76e0ef6cbc50b]

        remove obsolete helpids and cleanup uiconfig XML
        
        /usr/bin/perl -pi.bak
        
        s/\s+statusbar:helpid="helpid:\d+"\s*/ /g;
        s/\s+toolbar:helpid="helpid:\d+"\s*/ /g;
        s|" />|"/>|g;
        
        Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0

2013-04-03  Michael Meeks  <michael.meeks@suse.com>  [15175a00c976d48f132bc3458e961d1cb2e62a9b]

        remove obsolete helpids and cleanup uiconfig XML
        
        /usr/bin/perl -pi.bak
        s/\s+statusbar:helpid="helpid:\d+"\s+/ /g;
        s/\s+toolbar:helpid="helpid:\d+"\s+/ /g;
        s|" />|"/>|g;
        
        Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275

2013-04-03  Eike Rathke  <erack@redhat.com>  [1fa455b396c8d0ae1686f2f9e4c0ee04f503081f]

        ditch unused LANGUAGE_USER[1-9]
        
        Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27

2013-04-03  Eike Rathke  <erack@redhat.com>  [ef291d99fb706675607acdc80f1fd05e952f0a34]

        rsc with language tags
        
        Change-Id: I5401a9bcbd1e359ef62e8d667edf6ead1479ce46

2013-04-03  Eike Rathke  <erack@redhat.com>  [8d470713b6187e6284077a7b951335ecacd8befa]

        test IsoLangEntry table LanguageTag conversions
        
        Change-Id: Ie56e68459f655a66bf33368cee5e9a99b9dd0141

2013-04-03  Eike Rathke  <erack@redhat.com>  [f51aff9e69b2eb5ad60167a055a969842eb3bcb8]

        let IsoLangEntry decide how to form a language tag string
        
        Change-Id: I868cd8ea0610b6b8dd8155cdc72f7d238f279ef2

2013-04-03  Eike Rathke  <erack@redhat.com>  [f8e697abc35a3fb910859a26a23d8e3a9de6753e]

        correct number of format operands for fprintf
        
        Change-Id: I4fbfd3cacaa87ed1a8faa123a269d82f82ba22da

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

        convert calc format cells dialog to .ui format
        
        Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [7aa6f1b01481c1d0f1a12f56ad197c797056c37b]

        Remove Mac OS X for PowerPC support
        
        Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [d8842c2221cb5e6ea958381f9dcd76d9bb9bbafc]

        Remove Mac OS X 10.4 and 10.5 SDK support
        
        Change-Id: Ib47f75f115f3410299890e775784b7c7bbc1316c

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [69072caa91580944f47a3d243084f63350801734]

        autogen.lastrun -> autogen.input
        
        Change-Id: If205ae9eb25882a107fd1cadfab9ec3516d520db

2013-04-03  Andreas Mantke  <maand@gmx.de>  [54e8623d73ace01e66735f70d8f9635e74eb9b25]

        fdo#62890: Fix for the dialog PDF Options, register Digital Signatures
        
        This patch changes the length of the fixed text field "Use this certificate (...)"
        because in some languages, e.g. German, the translation fits not into the available
        space.
        It also changes for the same reason the width of the Select- and the Clear-Button.
        
        Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f
        Reviewed-on: https://gerrit.libreoffice.org/3157
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-04-03  Miklos Vajna  <vmiklos@suse.cz>  [008275d56f9ac5248f0e94f606671b4c1993ca20]

        fdo#51916 out of bounds substring access
        
        Change-Id: I7db46ef17b8aed443faa7eb0c13b6ba109242cc1

2013-04-03  Miklos Vajna  <vmiklos@suse.cz>  [7006ef460bb68d27a74381fab7b8826b786b31c6]

        fdo#51916 testcase
        
        Change-Id: I27ffbab64cfb6763235d4dfd7fb47aa98235274d

2013-04-03  Miklos Vajna  <vmiklos@suse.cz>  [7a7d77f97b61ae7f602ed403ecfbbcdb03a06c00]

        fdo#51916 don't try to support nested tables having table styles for now
        
        Change-Id: I4350ce0b791b42ce3c21a61e37d61e3b2063cb6a

2013-04-03  navin patidar  <patidar@kacst.edu.sa>  [d0cfbb882c4c00fea4858f9d4b2511df66dd087b]

        fix fdo#40496: don't reset  RES_FRAMEDIR attribute.
        
        fix regression introduced by bb920862c02047471f0ac5e78358e8d8fd9b93e7 commit
        
        discussed here :
        https://bugs.freedesktop.org/show_bug.cgi?id=40496#c13
        
        choosing correct default alignment for RTL text need some discussion.
        
        Change-Id: I2aec9391d076af6d5fbf00ba5bdad030ac0286ed
        Reviewed-on: https://gerrit.libreoffice.org/3182
        Reviewed-by: Lior Kaplan <kaplanlior@gmail.com>
        Tested-by: Lior Kaplan <kaplanlior@gmail.com>

2013-04-03  Jan Holesovsky  <kendy@suse.cz>  [4c16e415d9cc17405256c9c4eebdb6c908308867]

        sal_Bool -> bool.
        
        Change-Id: Ie23ba9e2635d2dee8ad311df956b30e62e76935e

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [c2006fb823985c560404b0060ffe88810aa1d52f]

        writerfilter: fix silly init causing trivial STL assertion in test
        
        (regression from 35b75ed510f49ff64cd86b38e228c2b5b9a9f3fc)
        
        Change-Id: I4342fd619f4d1f760b8fef2594a67b9fb7cd8f0e

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [1a61682bca23670a59e13ca6b46b27ca4a24e48d]

        writerfilter: -Werror=sign-compare
        
        Change-Id: I3fd0dfee676e511fb882d46729c214fbab525651

2013-04-03  Honza Minarik  <minarja4@gmail.com>  [2409c4b291f720a1c607bd0dfdf5986f396a045c]

        Resolves: fdo#60663: Adapt hyphenation dialog to HIG
        
        Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2

2013-04-03  Caolán McNamara  <caolanm@redhat.com>  [1b6afe078844b8deb08c15501adebf6e4a5421b3]

        convert online updates page to .ui
        
        Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd

2013-04-03  Caolán McNamara  <caolanm@redhat.com>  [1e1ac3ba37de4aaab3e7fada378ecd73ee2f5b6c]

        Updated core Project: help  20791d487f493ddd008553e9970a622362ca546c

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [5020e25c88a3a0ed11222f8b255b35abb5dc4d5a]

        redland: stop using --with-threads, it supports only POSIX...
        
        ... so it's better to wrap an osl::Mutex around the whole thing in
        client code.
        
        Change-Id: I611aa879e03c11c01fbd215148750a11a285b216

2013-04-03  Jan Holesovsky  <kendy@suse.cz>  [f8be3d02573c4d6d753b5e0c1a449e932f94bd81]

        fdo#32082: Do not reset number format in table cells on edit.
        
        When we changed the default to _not_ to recognize the number formats in table
        cells (commit 334c34e4ec803c65e43abf20edbc6faf7fa95e76), it caused that any
        edit of a number formatted cell had reset it to text on edit.
        
        This was quite unexpected, because when eg. there was a number that contributed
        to a sum, and it changed to text, the sum changed as if there was a '0' there.
        
        To solve this, try hard to retain the number format regardless of the
        'Recognize Number Formats' setting when there was a number formatting assigned
        to the cell.
        
        Change-Id: Ib43e0877420d90cdac7a0357d1ef3a549c866fb7

2013-04-03  Jan Holesovsky  <kendy@suse.cz>  [c44a06a122d916a18bbede0126bb1e4614f244dc]

        Keep semantics, but improve readibility.
        
        Change-Id: I32c18cb7b080f4847118a2d7e8d77dcd2bbce308

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [ca0c54d0fe3812cec64e5c7cc83309d4397f5e0a]

        Make autogen.sh prefer to read an autogen.input file
        
        For backward compatibility, an autogen.lastrun file will still be used if it
        exists and autogen.input does not exist. The recommended workflow is now to
        keep the configuration parametets in autogen.input which is never written by
        autogen.sh.
        
        Most (?) developers used to treat autogen.lastrun as a valuable parameter file
        to be edited manually anyway, and not as an ad-hoc backup copy of command-line
        parameters last used. The name autogen.input better reflects this usage.
        
        Change-Id: I7e3c747fa95e9f2f0bc44036419aaab8f4ad01e7
        Reviewed-on: https://gerrit.libreoffice.org/3111
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-04-03  SJacobi  <Sven-Jacobi@gmx.de>  [35b75ed510f49ff64cd86b38e228c2b5b9a9f3fc]

        ooxmlimport: conditional table styles fixed
        
        Change-Id: I84f1d7c718dfc120b76364479ca68f63d2549b9f
        Reviewed-on: https://gerrit.libreoffice.org/3175
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [66c028fa4c5c3a7c9756c61130d0506e01b58d23]

        redland: clean up libxml2 usage
        
        - use xml2-config from unpacked dir
        - rasqal does use libxml2 apparently for utils
        - redland itself does not use libxml2 directly
        - no need to put OUTDIR/bin on PATH
        
        Change-Id: Ib4481c681d0b188c06217f7bc0d000f15ab82da3

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [6848b33c9fdcc67e842627e1da588031a63b88ee]

        redland: we don't need the raptor features using libxslt
        
        Change-Id: I6288e7550a10be072ad1665bd03a8e6499bc4033

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [2745cca129a255030fcc468ac60f0e48d04c9313]

        libxslt: remove usage of dmake remnant XSLTLIB
        
        Change-Id: Idb5dc8d0036b99a71cd8c1c0e740939074cc1a48

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [fc1eaf33e01872cab3c9cdc534de12b32d028899]

        libxml2: remove usage of dmake remnant LIBXML2LIB
        
        Change-Id: I8a4f298af99f3415b0ef7a3fc5d69642b5b71f62

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [7be158cd53aa7d05a903f566d6148dbfae6e3fbb]

        redland: stop delivering headers
        
        Change-Id: I6233b68d795660b1dfe1435f06c31f754efbe7f5

2013-04-03  Tor Lillqvist  <tml@iki.fi>  [98450e64e19ae3ffe0c1973799f402bb54777791]

        Fix Android build of redland and rasqal
        
        Instead of bothering to pass in -lxml and -lm so that the test and/or util
        executables get built, just patch out building them when cross-compiling.
        
        Change-Id: Ida38dcdc56675eca6ff9d549ce62b15da8e82f13

2013-04-03  Thorsten Behrens  <tbehrens@suse.com>  [7885f9820d5d1ca80381bf88ea2be537874e5ad5]

        Make 10.6 sdk in XCode 4 setup work in configury.
        
        Change-Id: Ia7393d177a24ec6d5e3c25e487a8d5ae96e3c02a

2013-04-03  Thorsten Behrens  <tbehrens@suse.com>  [be21cd2bd2f0eeed4ab0fb600dd75f10a0593c23]

        Be more serious with our 10.6 baseline on OSX
        
        Change-Id: Ic9e2970a29e387dc85972dc97a66e1dc47913a05

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [47664d3f2e12649d324b031ca6ffd5589fe3d197]

        fdo#58807 bring Beep() for basic back
        
        The functionality was removed by fdo#48549.
        
        This partially reverts
        
        0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b
        0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5
        85cb9084533605657aca0394afe4516058a8e4ef
        
        I changed the behavior to always beep, because only the basic macro
        function is using Beep(). Looks like the Beep macro function didn't
        even work correctly before the removal, because the default was to
        not beep for most platforms. So I set the volume from disable (0)
        to 50% for XBell().
        
        Change-Id: I663ffb7af75d2fd6d2c1f94073e4412d9744de4a
        Reviewed-on: https://gerrit.libreoffice.org/3124
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-04-03  Michael Stahl  <mstahl@redhat.com>  [d719c01c2f112d97b09aee008f9bfee57719eeed]

        Easter Bunny brings new redland tarballs
        
        upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16:
        - new raptor depends on libxml2 version 2.6.27 and thus will _not_
          build against system libxml2 on Mac OS X 10.4/10.5
        - stop delivering raptor-config/rasqal-config, set env vars instead
          (which unfortunately requires patching configures, TODO: upstream that)
        - remove redundant configure flags
        - stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux)
        - disable new rasqal build deps:
            --with-uuid-library=internal --with-digest-library=internal
        - disable redland "libltdl" nonsense via --disable-modular
        - fortunately openssl digest support has been removed too
        - drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead
        - drop raptor-1.4.18.autotools.patch:
          + FreeBSD parts moved to raptor-freebsd.patch.1
          + Android parts obsolete
          + don't know about the MinGW part (TODO)
        - from drop raptor-1.4.18.mingw.patch dropped the part defining parsers
          to be built, done via --enable-parsers
        - drop redland/raptor/raptor-1.4.18.cross.patch:
          the vsnprintf check is now done at runtime, and expat has been removed
        - drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch:
          presumably don't need special check for V7BETA since it's released now
        - drop raptor-1.4.18.rindex.patch, index/rindex no longer used
        - drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7
        - drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9
        - drop raptor-1.4.18.{libxml,libxslt}.patch: TODO
        - drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch:
          we don't care any more about Sun legal dept.
        - drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead
        - drop rasqal-0.9.16.autotools.patch:
          + FreeBSD parts moved to rasqal-freebsd.patch.1
          + Android parts obsolete
          + MinGW part only for cygwin build
        - drop redland-1.0.8.autotools.patch:
          + FreeBSD parts moved to redland-freebsd.patch.1
          + Android parts obsolete
          + don't know about the MinGW part (TODO)
        - drop redland-1.0.8.ooo_build.patch,
          hopefully not necessary to disable utils build
        
        Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a
        Reviewed-on: https://gerrit.libreoffice.org/3154
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [78bec2b6f40144277464a64a9851d1dc940ed336]

        fdo#62525: use cow_wrapper for ViewInformation3D
        
        Change-Id: I4f304febfedfa4a5a89d996fe276a9413d0ef855

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [0c85109e647ab1d1d8d87891b3bba23d90cd7e65]

        fdo#62525: use cow_wrapper for ViewInformation2D
        
        Change-Id: Ide3bce3257c9fed7bbda7276dfb55fa179d74fdd
        Reviewed-on: https://gerrit.libreoffice.org/3183
        Tested-by: Thorsten Behrens <tbehrens@suse.com>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [9ab44f12739c40f82c295cab482dc3fcbb656e0f]

        Adapt AS_HELP_STRINGs
        
        ...to b7b3a90f5a3fc22247e4eb6b12b55f0366c74241 "make gio the default instead of
        crufty old gnome-vfs."
        
        Change-Id: Ia6d250ec567f24d6bec3deb4a3d41a118b29b57d

2013-04-03  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [b267ee91d24ee093a40325300c10d12f3e8d023b]

        desktop: add --pidfile switch
        
        Store the soffice.bin pid to a file. Useful with --headless where
        you may have libreoffice supervised by another process.
        
        Change-Id: I6a3c6cb920fc7b8e659a01975b4d457ce5525b17
        Reviewed-on: https://gerrit.libreoffice.org/2928
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [12b08780473d721e3ab12fa2909b24dc9c635a8b]

        Previous commit inadvertently dropped -BUCR
        
        Change-Id: Id92c18119b87da811299b547f43d240557efcacb

2013-04-03  Terrence Enger  <tenger@iseries-guru.com>  [e0dd0e821b9b29e7489e0a17f7c43ef45c0941e9]

        Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrder
        
        Change-Id: I28b125405eda3362d0c71a1e1052ef4d3afbcf34

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [7470c93a7b70eec967a52ddbf8a3c9430d3b6f2f]

        fdo#62525: use cow_wrapper for Sdr3DObjectAttribute
        
        Change-Id: I80e378f6a88068f5d3b36c6187b41ab8d968a0c3

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [d3dff92c74bdf0fdb8b638d85fd5a41a64bd96c9]

        fdo#62525: use cow_wrapper for SdrSceneAttribute
        
        Change-Id: Iaedb5080f341482c3ac4f4e0548be49801c5f0b2

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [12012150d2027f78e872dc15b063b12a60d3a7d9]

        fdo#62525: use cow_wrapper for SdrLineStartEndAttribute
        
        Change-Id: I714011f70ae4c1b9a1dcce5cb3653e918cc742b4

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [92261a33c8ebd2d1c4d35b1b526e98abe746955e]

        fdo#62525: use cow_wrapper for StrokeAttribute
        
        Change-Id: Icf5daca279902b90da98069338638c3ad432e69a

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [8ee042bdb5502228fecf9a05da491bbb2cb3efc5]

        fdo#62525: use cow_wrapper for SdrLineAttribute
        
        Change-Id: I62b897bd49ef05a3862cb2cd91c3aa13f621e9fd

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [4f989f306898db0b9732301b03e2b4d02159869d]

        fdo#62525: use cow_wrapper for SdrLightingAttribute
        
        Change-Id: Ibd6bd31ef78f2e853ff668f64202eff89afb1234

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [f61b5c3654fc011ab0c6e042f6df010e39536d85]

        fdo#62525: use cow_wrapper for Sdr3DLightAttribute
        
        Change-Id: I9639746d072642d46c3f0766c473425221b1706a

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [f5cf7f36f90f454fd40c5894fbdf5ae070b6b59e]

        fdo#62525: use cow_wrapper for SdrFillBitmapAttribute
        
        Change-Id: Ib8bb849b179be12680c5adae6bf89afc5ad31563

2013-04-03  Thomas Arnhold  <thomas@arnhold.org>  [f98bee58fbf1e4862477fb6aa014447746f1ef9d]

        fdo#62525: use cow_wrapper for SdrFillAttribute
        
        Change-Id: I827e1edb2c6ec2fc3e16fde6f105063e59d40f66

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [ce2991ee863e2e5faef95462242552515e1cf89c]

        Forbid old-style services/singletons inheriting new-style services
        
        ...does not make sense.  Adapted some old-style services accordingly, where the
        inherited service had been changed to new-style after the fact.
        
        Change-Id: I5f3e4ddf99160778a319062a6c84f83529ff177b

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [8644d10098a10e02c426a4ae80ce179586f35089]

        Asserting rtl::O[U]StringBuffer::operator [] preconditions
        
        ...and fixing two call-sites.
        
        Change-Id: I8ed8cb189bd5034130b49b2f57156568e6b24716

2013-04-03  Stephan Bergmann  <sbergman@redhat.com>  [b8c87dee815d9d20b65fe97e6f838c6937cdf6ab]

        Show backtraces for core files from CppunitTests, too
        
        Change-Id: Idff2831913b6fb6e5b522ae36fffeb345e3a1140

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

        build fails with any uppercase char in the source dir
        
        Change-Id: I707a92791adbb60e5491291e89e38f1d57fa97cd

2013-04-03  Caolán McNamara  <caolanm@redhat.com>  [412dd9c19cab6bd61e780c20aac3160d226f1de0]

        various efforts to consistently apply HIG rules
        
        Change-Id: I0a4fc216d2f7b5c8eadce1f0429093b2e9192c9a

2013-04-03  Caolán McNamara  <caolanm@redhat.com>  [2a5077c1070cd4c0041c6bded778e8400dd56f30]

        start deprecating spadmin by removing it from the menus
        
        we keep the printer admin tool, just not install the .desktop
        file for it anymore.
        
        Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066

2013-04-03  Christian M. Heller  <christian.heller63@gmail.com>  [4c5bada9d76d8f9247dd5fb269065f91abc233d0]

        fdo#39468 Translate German in DBG_ASSERT and OSL_ENSURE in texteng.cxx
        
        Change-Id: I9aac6a1f6e4a36fb95a518b752aef2066b45094c
        Reviewed-on: https://gerrit.libreoffice.org/3163
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-03  Hansgerd Schneider  <hansgerd.schneider@yahoo.com>  [7838a7df5dcec03b04f89dcc2698856bd4963ed1]

        fdo#39468: Translated German comments in filter
        
        Change-Id: Ife2865d787b32fb821d07a6c0e9173b6235dcd1b
        Reviewed-on: https://gerrit.libreoffice.org/3178
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-03  David Tardon  <dtardon@redhat.com>  [e6f0b0b94ec6bdf5fece0c1844ac64fa36e3b1e5]

        re-zip bg/template.bau to get correct checksums
        
        Change-Id: Iab64a9c8c695e357d19ce4c22267786389d11c4b

2013-04-02  Peter Foley  <pefoley2@verizon.net>  [6daa038869b5be528811fea7708ad6d7690538bb]

        supress -Wunused-macros warnings from flex and bison
        
        The c files generated by flex and bison contain many
        usused macros. Supress these warnings.
        
        Change-Id: I95c4297eb964d4d7ffa16f41dc0e7d76d4d1e48b

2013-04-02  Peter Foley  <pefoley2@verizon.net>  [73be49e5e8cea42bc1531e5374d61cbf8ae5dbbf]

        fix clang mismatched-tags warning in boost
        
        Change-Id: I6a575b08f46d22fbba25f0fb92f4ef6074803069

2013-04-03  Eike Rathke  <erack@redhat.com>  [da5adeada29b51dd0a65582cff9f0913e556f770]

        DescriptionInfoset with LanguageTag
        
        Change-Id: I7957a4a773b2ea8e69c30a1152b90ce5623a26dc

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [e72072029ad22fdde8310e22667fd8f2f46db28e]

        some fallout of slots.cfg removal
        
        follow-up of a2bf98857b675b2d10a4fd93a0413229abebf3f1
        
        Change-Id: I450ae523ad3dd7642caab2de03cd3926bf1c1820

2013-04-02  Andras Timar  <atimar@suse.com>  [a1426ab24187b25740619d22e1ad3406ad17b102]

        drop the word 'PTF' from .msp name
        
        Change-Id: Ia7cc4351644013e2b94c8e8408b89ed66b0e18ff

2013-04-02  Julien Nabet  <serval2412@yahoo.fr>  [ef53a3a12e4f4aaf8ae33985bd22e89b08b8c03b]

        Some cppcheck cleaning
        
        Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada

2013-04-02  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [7dac241ca0dd0e8c53c246d8490e954d5b594862]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in bridges
        
        Change-Id: Id8777ee7f587846399e95cf3b1b37d669a76bae5
        Reviewed-on: https://gerrit.libreoffice.org/3139
        Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
        Tested-by: Christina Roßmanith <ChrRossmanith@web.de>

2013-04-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [43d426aca1f5ef699db9efe8e370677be85165e5]

        Some cleanup in xcu files
        
        "x-translate" entries are unused so remove them.
        SFX.xcu: All entry use the same value, it is useless
        to add this for all language. It's enough to add an
        "en-US" entry and all local will use it's value.
        
        Change-Id: I88d807a092f11d057ed6ee8809eb5d6851e87f95

2013-04-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8ff5d1d5e5e5270e22009266d2ec9debb88196f0]

        No localize descripiton.xml of test tool
        
        Change-Id: Ie6d155d158244825d4fc2731dc264ac9d4dd875c

2013-04-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7640fa315e41395baf169cb864e30a94a6d6e42a]

        Typo: string.xml->strings.xml
        
        To make available for localization
        
        Change-Id: I5469549422c7a2d2618ed9e836895f6698328b17

2013-04-02  Tomaž Vajngerl  <quikee@gmail.com>  [a05ebaa139562c8b8b208d967daa08e0b3992d05]

        Jpeg filter: destroy cinfo at setjmp + minor code clenups
        
        Change-Id: Iceaaf6cf98a4c64a17e88e4d3191cd7649940e82

2013-04-02  Julien Nabet  <serval2412@yahoo.fr>  [6709d973db6be0d848bf28d1f5994a842f09058a]

        coverity#704129: Operands don't affect result
        
        Change-Id: I6faf86c3a41296ba4a267a58d7d0814e526b85a8
        Reviewed-on: https://gerrit.libreoffice.org/3141
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [f019eea0f50a997000088482cd564352bf67bab9]

        SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unused
        
        Change-Id: I1fd581c8ca44cfb48184d8a17e6077707f038bd4
        Reviewed-on: https://gerrit.libreoffice.org/3148
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-02  elixir  <prashant3.yishu@gmail.com>  [ff85b2c3d19136ea4d66f6555158e2a52da6e413]

        fdo#38838 : Replacement of String with OUString in core/chart2
        
        Change-Id: I7abf9649a0c5997cebfe3463ce9b633ab59bf3b0
        Reviewed-on: https://gerrit.libreoffice.org/3142
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d95e889dab134ec49000f8f6ea0f0061948a1a0e]

        add ms publisher file formats to get-bugzilla-attachments

2013-04-02  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [96699848ec8e72ec4893777d9f2d657872862ffc]

        Use OUString and sal_Int32 in GetTextWidth() (2)
        
        Change-Id: I85ea6cc60add141954c8b75f78a8024c872d7174
        Reviewed-on: https://gerrit.libreoffice.org/3158
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [a2bf98857b675b2d10a4fd93a0413229abebf3f1]

        Get rid of the slots.cfg mechanism
        
        I very much doubt anybody is using it. It has never been documented as far as
        I can see for OpenOffice.org and even less for LibreOffice. I only found it
        mentioned in the "StarOffice 6.0 Software Administration Guide".
        
        Change-Id: I03f272427ef6717e3e3ff957f32ffe1f696d93c9
        Reviewed-on: https://gerrit.libreoffice.org/3118
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-04-02  Miklos Vajna  <vmiklos@suse.cz>  [44019e1c9a6b2072c70de121d15ad477e38cacb8]

        vcl: don't try to dlopen kde plugins when kde support is disabled
        
        Change-Id: I01e19a9c7345e4a3489377ccb38c0465f8c88292

2013-04-02  Stephan Bergmann  <sbergman@redhat.com>  [fee628c8741d10b7e1ede9a0c20e26d8dbe3fa10]

        Off-by-one error
        
        Change-Id: I2abd81782baf421ff4e70b158709dbe6da5e14e3

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [1416669670de6f93b40d8a2f8f001e92ec0bf101]

        Revert "Revert "reduce some uglyness""
        
        The header guard seems to solve the problem.
        
        This reverts commit df8c41cceeca27ae49e9fa6b5cd64c65c8feb218.
        
        Change-Id: I27869be9c70e79a366a547ce061e71a3743f87da
        Reviewed-on: https://gerrit.libreoffice.org/3171
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [07f98c44311464fd7e5f94f569f847e43a0be4a2]

        WaE: -Wundef fixes
        
        Change-Id: I0ffb5dc708b565caa52811885ac3724404f6466a

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [3aa3d170a0f05a2f808f07446f869f38328466e5]

        Bypass cppunit stuff for non-DESKTOP in more places
        
        We don't run any cppunit tests for cross-compiled platforms anyway, so no
        point in compiling that. (Especially as compiling cppunit currently fails in a
        --enable-werror build at least for Android thanks to -Wundef.)
        
        Change-Id: I3139c62305ccfeddc0f67729f10e224618d2fc03

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [60212d610762c262782eaf79bfd1fa3798d8afa7]

        vcl: convert some fprintf to SAL_INFO
        
        Change-Id: I4b9a20e62e8e137a1bfaa1c654307f15c33e3d3c
        Reviewed-on: https://gerrit.libreoffice.org/3143
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [f574e1defdb537bdd741edd2523563aa0b03be5a]

        add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/
        
        for when office is launched via e.g. nautilus. This way we can check what the
        protocol really is and handle it ourselves for the protocols we have
        specialized handlers for.
        
        Change-Id: Idf7650743bd0096c34772ed81bdc829055ea4159

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [54aafdb04cf36eb2b2ddbbc2030d298f514a00e9]

        always enable StartupNotify of true
        
        Change-Id: I326c599b09a5f2ec793601a889bda0ea191d1a06

2013-04-02  Miklos Vajna  <vmiklos@suse.cz>  [e68bfafdcbafc38abe281a2242cfba21354c1bd6]

        implement import/export of RTF_MNOR
        
        Change-Id: I9caea7fbea4643e57d81ad3b7812d0cc10f54c11

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [d0fead61293fdcee8ce3f7ed620784cc093a21ea]

        remove unused help ids
        
        Change-Id: Ie4d5869dc08d67486c27dc4c31333aee3b6c61ec

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [407f3073dc5d0ef70875702b3877b6c583ad3154]

        Related: rhbz#156677 / rhbz#186515 shrink num of entries in system menus
        
        Change-Id: I24069489c67ef2b7bd07dc9ee30bde85aab2b97a

2013-04-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [68c72dfb9db5c452bad13203699b17c4f4fcf6cc]

        Fix assertion in xmlparse and call this function with more care
        
        Plus change range to [nStart,nEnd).
        
        Change-Id: I1570d07fdc90a6b2bdf3eef7914958212cbbaa87

2013-04-02  Andras Timar  <atimar@suse.com>  [8d1765439caad42c8b679f94211c9bf022f51682]

        icon style fixes in local help
        
        correct icon style in offline help when icon style is Automatic
        change icon style in offile help when icon style is changed on UI
        
        Change-Id: I1b56beeaf370cb6b20b9a7c69f158291b4128ab0

2013-04-02  Stephan Bergmann  <sbergman@redhat.com>  [6275ffee61554490af69b51eb669e4a0a0a33eb6]

        types.rdb format flags default service ctors as RT_MODE_TWOWAY
        
        Change-Id: I94bc12af1dde2139b86c8d6522b61d874933ed6d

2013-04-02  Luboš Luňák  <l.lunak@suse.cz>  [d332c291221df089c2088b4b4239806077d1e9d4]

        remove incorrect todo comments about ENVCFLAGS
        
        Actually these variables have nothing to do with dmake, other than
        originating from there. And they still make (at least some) sense,
        at least I'm not aware of any way to append any CFLAGS (overriding
        them in the usual make way will override only debug/optimization
        flags).
        
        Change-Id: Iec91c5c1dfbec2b683060087ac914666efa913d9

2013-04-02  Michael Stahl  <mstahl@redhat.com>  [addfe6a68ca9e606c1796954e12621ae951180fc]

        gbuild: remove gb_UnpackedTarball_copy_header_files
        
        ... before somebody gets the bad idea of actually using it again.
        No longer used in boost since a53586f4efe26b8875107d04001f4ecec760c343.
        
        Change-Id: I41edb22ae8e7e36f40b24eb4479da874fb9a6c29

2013-04-02  Michael Stahl  <mstahl@redhat.com>  [29c853ca2cbbac0ca579a3c541d3d342c87ecd3e]

        mdds, vigra: drop obsolete gb_UnpackedTarball_mark_output_files
        
        This is no longer necessary with concat-deps rewriting the dependencies.
        
        Change-Id: Ie27cf575346879a3cc89b8024c86fd2958d672c6

2013-04-02  Stephan Bergmann  <sbergman@redhat.com>  [c1c6feedb3b1f9412f852be06538f0e4c66bb12f]

        Sort generated includes lexicographically
        
        ...by switching from boost::unordered_map to std::map; mainly to be able to
        easily diff workdir/*/UnoApiHeadersTarget trees for regressions with upcoming
        changes to cppumaker.
        
        Change-Id: I286f9828ef2918ace635ecd551ac273f2cba803d

2013-04-02  Stephan Bergmann  <sbergman@redhat.com>  [67d724e46579462d906477f52cf7919338bab834]

        Adapt code to IllegalArgumentException being a RuntimeException
        
        ...since 31170413ae3786bf44564e813d7291354e939a77 "API CHANGE:
        com.sun.star.lang.IllegalArgumentException."  In this case, with an
        --enable-dbgutil build,
        
          soffice --headless 'AP - ISS de La Pampa - SGTyDD - REQ 06.docx'
        
        (as attached to fdo#61305 "improper display" as
        <https://bugs.freedesktop.org/attachment.cgi?id=75354>) would lead to "terminate
        called after throwing an instance of
        'com::sun::star::lang::IllegalArgumentException'" when the erroneously leaked
        IllegalArgumentException was unexpected in SvxShape::GetBitmap
        (svx/source/unodraw/unoshape.cxx).
        
        Change-Id: I849b5cf496cc7dff7b3c17d2d4d54f0194553e27

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [c42bdb023725016af22d7cee8cf81c8975234d94]

        fdo#62525: use cow_wrapper for MaterialAttribute3D
        
        Change-Id: I7ee65afe8065525e6af198a4d1b75e1035644983

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [4e188ae252322485c54b4c3a6c081bde2f966a9f]

        fdo#62525: use cow_wrapper for LineStartEndAttribute
        
        Change-Id: Id8803574245298c6d15b3c59bbfd3b7c812b5794

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [44e7cb139d921d6c003d4367a8064bc653342541]

        fdo#62525: use cow_wrapper for LineAttribute
        
        Change-Id: I8934156790051d52dd317b6654b1cc2e1bc381a4

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [67e5e3763f31fdc906c8e9b3239b636bce3139ed]

        various efforts to consistently apply HIG rules
        
        Change-Id: I1056635b0bd6f1220a7cf7cc1182a37c7d104a9a

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [b4a42246835e9f3eb2b8a11384fe4210fe9cfef0]

        teach DialControl how to resize
        
        Change-Id: Icb6cf6ce3dfcb37fc06b4222c272a1abf893dc73

2013-04-02  Olivier Hallot  <olivier.hallot@alta.org.br>  [df311b82a3df1576732dcf74a45c47316d31f7ee]

        Widget UI for Calc cell alignment page
        
        Format - cell, alignment tab
        
        Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1
        Reviewed-on: https://gerrit.libreoffice.org/2773
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [299586c998a571029cceb35d7b1528f940f530ad]

        nranges: add lost header guard
        
        Change-Id: Ia1aea9dea8766b50a57e897bec9fb2557310168c

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [9a063f939b7ddd4fe177aecc3e2c21b4cd2346d1]

        i18npool: cleanup macros
        
        This is the last one :)
        
        Change-Id: If3e546648a42bcc17e57fb4965f7cdc063243825

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [381c5bf1ca968424585f679da8382ae3f8d6ac66]

        sfx2: remove macros
        
        Change-Id: I8871b0c95874ceab755b3cb304a60c34981c649c

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [7d1044842e2316507eda719e116819572f4ce8d9]

        framework: remove unused targetting debug macros
        
        Change-Id: I993a690751cf0fc8bbba3c51ccc8b9357fe9395a

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [fa97612d45d121ce7247fe836a131534997e0e71]

        framework: cleanup macros
        
        Change-Id: I955210208e148dff6a1ca5ad6f1a91db2496ca7b

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [897380073da64048f53e7d12940002d1d3fad1d2]

        scaddins: OUString cleanup
        
        Change-Id: I82de6220b08bd5af23ec2a8103e2114b99483396

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [d062a16bfb75710fc5c880a64291dbeb05b39273]

        cleanup macros in scaddins
        
        Change-Id: Id3c05d7771845f4a9f8c1105d9c9f126c6131cee

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [b2b371a5736fff64d209993b46075436961ff1b0]

        remove macros in sd
        
        Change-Id: Ie6ffa96599627f0741c01ae3946e704f4839bb14

2013-04-02  Gokul  <gswaminathan@kacst.edu.sa>  [635f3da03a09213b3d86ced40e7e280cc03d409e]

        Fix related to fdo#62224.
        
        on clicking Cancel Button in Format cells Widget in Impress,
        Their is change in "Spacing of contents" values.
        Values should not be changed.
        
        Change-Id: If9395eda7f82f8e25148f906094588480a6a1029
        Reviewed-on: https://gerrit.libreoffice.org/3092
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-04-02  navin patidar  <patidar@kacst.edu.sa>  [bb920862c02047471f0ac5e78358e8d8fd9b93e7]

        fix fdo#40496: don't reset RES_PARATR_ADJUST & RES_FRAMEDIR attributes.
        
        Change-Id: I69298632d56decbce3eb7058b982d845cb3e7240
        Reviewed-on: https://gerrit.libreoffice.org/3146
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-04-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3064d2214e16b2221e6297bc6c68d684aece96b6]

        Fix debug build
        
        Change-Id: I1a4db30f4cc33ee99b48a25db6e6fcd600d00ffd
        Reviewed-on: https://gerrit.libreoffice.org/3168
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        (cherry picked from commit c976cd58b7bee71ea43dd1f4aad3b1c1fcb32516)

2013-04-02  Noel Grandin  <noel@peralex.com>  [a789a2fc94ec84d34dafb328c53dd0eaaa8ca4a0]

        fdo#46808, convert sdb::QueryDesigner to new style
        
        Change-Id: I694dd16920304d0f07369e97c87a4a97b92eadeb

2013-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63f00101c578d019efc5d5f6b9008077e559144f]

        fix the build on non-C++11 platforms

2013-04-02  Miklos Vajna  <vmiklos@suse.cz>  [c433a482cf249485e7fa3e71362b107f0eafa705]

        fdo#59273 DOCX import: fix table width when w:tblW is missing
        
        Regression from 6718482c072defe5d885030826fef5ef833732e9, put back the
        table width counting in DomainMapperTableManager::endOfRowAction(), in
        case the document has no explicit w:tblW token.
        
        Change-Id: I8bd983045e1950451c9afb4f15f1deb87312524e

2013-04-02  Oliver-Rainer Wittmann  <orw@apache.org>  [f0d001a378c64ea457e722266e60c96522c72e9b]

        Resolves: #i119292# remove misusage of <SwDoc::Set|IsLoaded()>
        
        ...for the adjustments of certain AT_PAGE anchored objects
        
        Addresses the underlying problem of fdo#37024 fixed by
        9d32497c01475f2b5e5bec756e4dd0ca9f9d4928
        
        (cherry picked from commit b41eec25c2c6bc44eef55ae1c4ef57b9012fc8e6)
        
        Conflicts:
        	sw/inc/doc.hxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/layout/frmtool.cxx
        
        Change-Id: I786eabdf84677e14c6f4b67d79e1e210e0532a21

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [641d8eaa980c00802964e07b0397ba3c2884bd7d]

        move chart .ui files into existing schart dir
        
        Change-Id: I72509b73778eb2887a4872016487e146a9384d2f

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [2f03b448073605b51fa7e1953c815c5b6786dde9]

        Updated core Project: help  368e41dfa3f5f1d0cd04c9605cf36db49b9d03b3

2013-04-02  Caolán McNamara  <caolanm@redhat.com>  [55f878d7ea532c51c66cc0388ce5b09d42827a26]

        various efforts to consistently apply HIG rules
        
        Change-Id: I70c5cd5c8bd1104c717ee6d8ed6b5f43a079596a

2013-04-02  EricSeynaeve  <github@nosperse.com>  [cd5f0475372ffea2770e48aead82eaee2136a8d6]

        Converting Smooth Lines dialog to glade
        
        Change-Id: I098267a4b11322df84f4a10e83f3c47a69418371
        Reviewed-on: https://gerrit.libreoffice.org/3103
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [a808497dbb9e9022bf04c984be19176f99fa3683]

        drop prefix from ::css
        
        as css is already ::com::sun::star
        
        Change-Id: I86b43843e4b74f990b6e05dee37184a002072d12

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [83810a61bab4fe079de3539dc3489b008e776eaf]

        fix build
        
        css is ::com::sun::star already
        
        Change-Id: Ib3fba33c5612fcfe6c792f2026fba478d21fd46c

2013-04-02  Stephan Bergmann  <sbergman@redhat.com>  [a47e50e3386a13a1601b3aa1355de70aa9e056ff]

        Prevent asserts from firing
        
        ...whether or not this is already the correct fix.  The twisted
        nEndPos/nStartPos arguments in the calls to lcl_QuotRange look somewhat odd.
        
        Change-Id: If22afb058012c830b5aa6d059c7df0b4e9c53696

2013-04-02  Golnaz Irannejad  <golnaz.irannejad@gmail.com>  [4d858fff6b0980e82b36a7fe70a9e750ee9d53a2]

        Fix typo: addtional => additional in the comment.
        
        Change-Id: I7e9e71c721266a0cbc4412024ec49cb689672876
        Reviewed-on: https://gerrit.libreoffice.org/3165
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [07b0617a5af5f1d942595695b1e3f27dbaea6bf8]

        update pch files
        
        Change-Id: Ic33dd20a469d1905d2bdaf1ce3633e6ac6db8a4c

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [7f8e721e0536e68fca4d7abdf9711427eb1c576e]

        sw: remove macros
        
        Change-Id: Iec447843f4f314bbd562f2e4821b4bcfadeeb565

2013-04-02  Thomas Arnhold  <thomas@arnhold.org>  [17533a0f77fcaa1da63c3651075bd8d320583d4f]

        remove XACC macro
        
        Change-Id: Ide6eb5df56747d7ff1575f9eacd7fa2a9f627ca1

2013-04-02  David Tardon  <dtardon@redhat.com>  [f38c4f138c6ec810b26fcf2064f64e64eb14129b]

        try to fix windows tb with pch
        
        C:/lo/gerrit_core/solver/wntmsci13.pro/inc\vcl/lineinfo.hxx(39) : error C2872: 'LineStyle' : ambiguous symbol
            could be 'C:/lo/gerrit_core/solver/wntmsci13.pro/inc\vcl/vclenum.hxx(80) : LineStyle'
            or 'C:/lo/gerrit_core/solver/wntmsci13.pro/inc/offapi om/sun/star/drawing/LineStyle.hdl(13) : com::sun::star::drawing::LineStyle'
        ...
        make[1]: *** [C:/lo/gerrit_core/workdir/wntmsci13.pro/PrecompiledHeader/nodebug/precompiled_sd.hxx.gch] Error 2
        
        WTH do we have 'using namespace' in _new_ code, anyway?
        
        Change-Id: If149653f0a7a4a0061f48e866b30ced120f8bc5e

2013-04-02  Armin Le Grand  <alg@apache.org>  [80e187b58a2def63f8e779214adff3cf64294c8d]

        #120999# Added support code in SdrDragObjOwn::MoveSdrDrag to rescue the changed AutoGrowWidth setting to allow instantaneous resizing of AutoGrowWidth objects even when using a cloned SdrObject for the UI interaction

2013-04-02  Herbert Dürr  <hdu@apache.org>  [95136e701c5f631307d1b72ad8adf6b3df9090fe]

        #i119559# fix vertical text in *ppt export
        
        Patch by: Lei Debin, Wang Zhe
        Found by: Li Feng Wang
        Review by: Herbert Duerr

2013-04-02  Andre Fischer  <af@apache.org>  [74700570730f7259a78c031973cbecd98ef777ff]

        Fix #i119495# Fixed export of arrow styles to PPT.
        
        Reported by: Du Jing
        Patch by: Jianyuan Li
        Review by: Andre Fischer
        
        Conflicts:
        	filter/source/msfilter/escherex.cxx
        
        Change-Id: Ic45b36a3193b3771d16fa36b9baa8f0661656e1b

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [e72558346dda04be6a0878d90e3155616c0a1e7d]

        Don't call SFX_OBJECTBAR_REGISTRATION in non-DESKTOP environments
        
        Gets rid of the SFX_OBJECTBAR_FULLSCREEN, i.e. the thingie with just
        the button to exit full screen mode. We don't want to exit full screen
        mode on non-DESKTOP.
        
        I also bypass the SFX_OBJECTBAR_REGISTRATION call that registers
        SFX_OBJECTBAR_APPLICATION, whatever that is, but presumably something
        we don't want either.
        
        Change-Id: I8ef958976fcde3321a5651cf4372a313ceff2c60

2013-04-02  Tor Lillqvist  <tml@iki.fi>  [532dee5f3d0e9836559d296c93182343dbaf3ab8]

        Add comment about the ugly hardcoded resource ids
        
        Change-Id: I54d04f97fe720d6a262a86b63126f328a7812018

2013-04-01  Xisco Fauli  <anistenis@gmail.com>  [a9f03c1ad14890f2cd02ebfc1c2adfe9c2b55259]

        Related to 119875: Remove RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: I86461c14b5b73c3c7473b48bff70fd27f640ba59

2013-04-01  Sun Ying  <sunying@apache.org>  [460e17a1c7dae290ae9375e78820ec1257fe3942]

        #119875# fix vertical text direction in table cell change when save .ppt file
        
        Reported by: Li Feng Wang
        Patch by: Ying Sun
        Review by: Jian Yuan Li

2013-04-01  Xisco Fauli  <anistenis@gmail.com>  [a9d8b4dfc103b991de6c4d99914a39acef93ad23]

        Revert "Reported by: Li Feng Wang"
        
        This reverts commit e518ef52bbda3449130f51dbbf6f0a60bb76298f.

2013-04-01  Xisco Fauli  <anistenis@gmail.com>  [c6ba5edabc427bfddd850b1e8e586d5e440246c2]

        Related to #120039: Remove RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: Idc6bae019e972ad512158c71376f7995ab8cf2db

2013-04-01  Lei De Bin  <leidb@apache.org>  [638678893657aaf90a3b6e1a6c4d3fb3fc28e954]

        Fix #119510# - fix some invalid FLY_AT_PARA case:
        
        The width should be automatically re-sized, then for the horizontal alignment left is
        better than right.
        
        Found by: yan ji
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun
        Conflicts:
        	sw/source/filter/ww8/ww8par.cxx
        
        Change-Id: I584b81bf2f32e8ae41bd761f760672a33d1bfd73

2013-04-01  Sun Ying  <sunying@apache.org>  [e518ef52bbda3449130f51dbbf6f0a60bb76298f]

        Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li

2013-04-01  Tor Lillqvist  <tml@iki.fi>  [cfeed2303f114afdf45b59c5a4994966e23fa76a]

        Avoid rulers in non-DESKTOP environment
        
        Another simple first step.
        
        Change-Id: If683004cbb1ffac01e90b9b27e81c033d5b0e529

2013-04-01  Tor Lillqvist  <tml@iki.fi>  [2a5073d91702061177b279e7a8555a1f30266015]

        Avoid desktop GUI elements in non-DESKTOP environment
        
        One simple early step: Start a SfxWorkWindow (what a meaningless
        name...) in "full-screen" mode, and without a status bar. Still lots
        of ifdefs etc to add if we want to avoid compiling in all the tons of
        related code.
        
        Change-Id: Id8b37bd215423a839643c5c1f426f6455956a886

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [c893d404c6bb90990ea18db70f27647269a6369f]

        Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)"
        
        This reverts commit 6591068f2a73252f4e3c9abf9b153a5b4f59410b.
        
        The second parameter of ConstAsciiString is length.

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [2819dd2ac1de70ce9187eee916ea12567c649d56]

        starmath: cleanup macros
        
        Change-Id: I08a7d6d39302b370a5c40645fbc3494e6a9af118

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [04008c27303a079c01db7fdc3bb110b09d3c8026]

        remove macros in ucb
        
        Change-Id: I9921d79df1eeeb06c0163c1e61e0c845308c6ff9

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [7215fae352b8956ae1c9b1f629189c5fd2ab4d4c]

        expand some more namespace macros
        
        Change-Id: If4b335b238f1fa62d2e3f658429cdec63d561faf

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [909fd7e71d0a075bf1318f5df062345f5c059c14]

        remove some more macros
        
        Change-Id: Ia93a938309d25fb9932ed92ca2b2f93bf7991927

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [e09fbcb5647f18cf053052e49aa28d6f0003cd01]

        remove odd macro
        
        Change-Id: Ia818e933a61b28c6d2f74651e12a04a7a3a3190a

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [c0fde0656208ef6c9bab244f2f8aba41b7d7877f]

        write even better code
        
        Change-Id: I0f193b9c17da5855fd515251543afc68b8885b9b

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [2b7ee1db281e776c188bd11eeefa5c16c914761e]

        remove boilerplate comments
        
        Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf

2013-04-01  Caolán McNamara  <caolanm@redhat.com>  [0c3ee477085b9ed1750fed540fd628a4a64a3497]

        remove unused help ids
        
        Change-Id: I2a5e7099fd9900864c70c4e2be687e69d67509f9

2013-04-01  Caolán McNamara  <caolanm@redhat.com>  [2ba5a31ceb1ef488e8c1a9576819a6c17ed668bf]

        put save options into columns
        
        risk putting the save options into columns, and put the load
        options into their traditional position, rather than side
        by side with the save options
        
        Change-Id: I298ca87b11afcc0dcd4ddc148b37f50e0c89baea

2013-04-01  Caolán McNamara  <caolanm@redhat.com>  [b7b0c61e8e115d30118aee30f375c0b4ffc9ee2e]

        various efforts to consistently apply HIG rules
        
        Change-Id: I168fd3813d64c11d2c90bf94cac146a26714adde

2013-04-01  Caolán McNamara  <caolanm@redhat.com>  [7963b57c85068a33da4d3043c4bfe0d2df84c7ec]

        Updated core Project: help  037b55c72ae7831f19ffb8429fba81038314c163

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [b847e3c809bd662ccedf4f9a74cb19cc7c2de7dd]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Iaf45e2b7f48ae4c5675d0b59df851dbde42ba934

2013-04-01  Tor Lillqvist  <tml@iki.fi>  [7ffc3fd98f063d0bfa5862298cc58df0ed751de3]

        Library_fps_aqua needs i18nisolang1
        
        Change-Id: I4f555c40e6b103e7dcc7486dc612f74a54c05954

2013-04-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f32677968ad4e79338608e6f93f601b1bdfcd868]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/sax
        
        Change-Id: Ic4f9bef02cc4bdc74b9a6d81e3317e10b9c79bd4

2013-04-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [563a9b7ab3cc1ed0166d1bfe0568124a2fd9b80e]

        Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelper
        
        Change-Id: I0816631a1d0c68dcef9c640c91d00ac9942ded28

2013-04-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [6591068f2a73252f4e3c9abf9b153a5b4f59410b]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)
        
        Change-Id: Ic94187181b102b8d1623806027b857203c4b746f

2013-04-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0502d66d88e1ac65869c6fe6a9a6f2c1be6a4db6]

        Remove RTL_CONSTASCII_(U)STRING in forms
        
        Change-Id: I5086a8ba9073e8ef2dfde0ecae55ee6065cb0253

2013-04-01  elixir  <prashant3.yishu@gmail.com>  [1ed73984639390759d26a2fc0209083d9f984d52]

        fdo#51656 : Mean value line starts in wrong place in column graph
        
        Change-Id: I2389687e54cec4c0e873bcc120cc21b3c3d11d78

2013-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [afa1e9952eab0310ee3c194ebd03e0b0fe941168]

        some little code clean-up
        
         #
        
        Change-Id: Ifbb754ce7ebe34b69a803f88b02a1e31bd21248f

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [9b40d14eb91573e62bdd8a6b9157f623a8c4cf7f]

        Add assert nCount <= vector.size() (Thank you Markus!)
        
        Change-Id: I076e88e6fc845c2333bc3de98de023330e531272

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [25e5d697bca38e4ac8aa6a7a9030ffbf36682cac]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: If5950affaff1537362b1e5c2e3791d04c5371306

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [85a499d50fe17ff19b43f5a69b9c809ace18401e]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I9fc8adf31c269db33d0d9806e182748ec082c1e3

2013-04-01  Benedikt Morbach  <benedikt.morbach@googlemail.com>  [fac49ace812a15ba10d30a3735b61ae30ac287c5]

        fdo#62110: GLU also needs -lGL to link
        
        Change-Id: Ida9d03564cf003cae282792f0daf5945cff34108

2013-04-01  Miklos Vajna  <vmiklos@suse.cz>  [b5f296f818a3551f0ae024cf767a5aede7170cbc]

        vcl: unused includes
        
        Change-Id: I43d83b916bf1741cea7c94a77dcc57b69544801c

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [2a8e44eba3e540adb763c3a1e29aa4e2057d0301]

        svtools: re-add filedlg2 to ResTarget, and remove un-used resources
        
        Change-Id: I4e06e2d021e61d9816cf785322c13b80844f7415

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [775884578bac822753b3f2a03c30ddf29f12527e]

        svtools: restore filedlg2.hrc/src
        
        This was removed in f7f9b74163acd6811ccfaabb2a1d762225258e15
        but is still used in Mac-only fps_aqua library.
        
        Change-Id: I227c6962906b533754ec999f36a2f9224465ce22

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [76d5a2847ac60c7f8c662d3780885609eaf503e5]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ib5e17d5bb94d9b19008ca15e042b443689aba9b1

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [79894c1de064a65b3a793e063c8f3aa96426c70a]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I0471261e01ed5fb45cb470abd5bc1e809f2873be

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [fb31dfbda781721a56c7e3a4f5a9873ecc1f5095]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I19faf2d0608b2b405d30296bcdccd86583be2f11

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [abcf4fec9be9490b7062e57dd56422baf4d640c5]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I59a332c96793ced08bb509776dbcb8fd6c9d2ab9

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [182059964fb566c16348b6bec0869a19894bfdc7]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ie155215aea1d6f15e51bf5e64bab10eb2198d4de

2013-04-01  Armin Le Grand  <alg@apache.org>  [93ce5834a6651a2d3ccf6e56336b1ec48c7905f2]

        Resolves: #i117968# Made WMFReader thread safe
        
        Used multithreaded when SdrGrafObj is on asynchronous loading. It was not safe
        due to using VirtualDevices on occasions where needed (mostly Font stuff).
        
        Extends fix of 6280a1e3104826ccdcd71c422b149e249783d5da for fdo#36991
        
        (cherry picked from commit a379ffae809a4b9f92fbde9b9699f5353f7b3472)
        
        Conflicts:
        	svtools/source/filter/wmf/winmtf.cxx
        	svtools/source/filter/wmf/winmtf.hxx
        	svtools/source/filter/wmf/winwmf.cxx
        
        Change-Id: Ifd1d23217c0fbe22edbd1b1995286846e19030de

2013-04-01  Caolán McNamara  <caolanm@redhat.com>  [0a40cec9fb760d6d66480d2ba41151d65cf8675b]

        Related: #i119403# take transparency into account in both Invalidates
        
        which would seem to be a good idea
        
        Change-Id: Id6981851f7ecacab60247af1ef38e06ebb9a7f82

2013-04-01  Jürgen Schmidt  <jsc@apache.org>  [0f22f933b940431c1ce5e55485ad3e11bca8d5a9]

        Resolves: #i119403# GridControl not refreshing after deleting rows
        
        fix: take care of transparency attribute of the control
        
        Patch By: Tsutomu Uchino
        Found By: Wolfgang Becker
        Review By: jsc
        
        (cherry picked from commit 44f7914e0606caff822957b189a4459ccc5e2aad)
        
        Change-Id: I77c5339747aa5ad223b8c220f934627d0202d4cb

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [d060197a8dd0deb686fcb3941d37db9d71edc2df]

        hunspell: -Werror=undef
        
        Change-Id: Ib6d015605005dd1fec4aa5351dbf6e72f06cd8ec

2013-04-01  Ariel Constenla-Haile  <arielch@apache.org>  [8ac3ad62af9066736797330b48e19202da3efb19]

        Resolves: #i119149# - Fix triggering of selection changed event
        
        Original author: Tsutomu Uchino <hanya.runo at gmail.com>
        
        (cherry picked from commit d81d9022c27648c993df820c01a6e1bf2bf1ad8a)
        
        Change-Id: I6d485c2c6f9c81f67c07c313737db637991232fc

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [bf52bd94a9395b0a6e96a6648bcb3a2aa301f32d]

        boost: fix -Wundef in multi_array/base.hpp
        
        Change-Id: Ice8a2863f7b8c80a1fa9875b099394a16590b97e

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [c9226b841a056246c349177f4a4d62ed8b93bf00]

        np_sdk: fix -Wundef
        
        Change-Id: Id806e33457ff0c828f55db1fe5e5444e208d2a1e

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [2b4ee9bc454b812d92deb2201e23b485ccb64796]

        boost: add patch for -Wundef warnings from ticket 6142
        
        Change-Id: I6bd1b84c491ed05292b253e6df48176ac3ea9053

2013-04-01  Ariel Constenla-Haile  <arielch@apache.org>  [b5809ea88bb35997331597f00005ef05450c4aed]

        Resolves: #i119124# - Fix updateRowData @throws documentation
        
        Original author: Tsutomu Uchino <hanya.runo at gmail.com>
        
        (cherry picked from commit 0465df078a063637a2d2c73414ceba6cef7abd6c)
        
        Change-Id: I11b1d2a11a3ace5f6dbcb4c899fd2449e07e1393

2013-04-01  Thomas Arnhold  <thomas@arnhold.org>  [08b91c63131b7e625d2a2c489bc537dafe5c5963]

        remove unused GetCurDocViewWin
        
        Change-Id: I7fe825cd1fb9e988eb8037e1f5dca7252c192f33

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [829851c290047a08e419add91bca00234c3b9ef0]

        libcdr, libmspub: revert more ISYSTEM
        
        Change-Id: I6acc0d6424cb3ed0ca2fcba12bb7c63dee13cb0d

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [70fcfeedca045a5027999735269e07f9cd2f96f7]

        Revert "use -isystem instead of -I for 3rd party headers"
        
        This reverts commit 151abb8b2b9d3a22229b98cec12e29484d12109b.
        
        Unfortunately has the side effect that it will prevent GCC from
        generating makefile dependencies for headers from bundled external
        libraries, which breaks incremental builds horribly.
        (Retain the uses in configure for real system headers).
        
        Conflicts:
        	RepositoryExternal.mk
        	configure.ac
        
        Change-Id: I149db1d402fa18bdc470f90dee846cfb5158237e

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [823862ac02ec07fd20ee288d314e04015b0866df]

        gbuild: InstallModule: fix incremental builds:
        
        Since the scp2 files heavily depend on the variables in config_host.mk,
        let's just rebuild everything when that changes.
        
        Change-Id: Ia07d05d930ece60a8391a93605340ea21af5e6a1

2013-04-01  Michael Stahl  <mstahl@redhat.com>  [0e22dd203696869c617a8286b65282fdb392c2cc]

        gbuild: ExternalPackage: fix incremental builds:
        
        The added files must have a rule that touches them in order to be copied
        in an incremental build.
        
        Change-Id: If53efb711b92fa1005298941f21b2dab23e44e6c

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [4f511caf65d081d5d29e148062a7b84eb170db37]

        -Werror,-Wunused-macros
        
        Change-Id: If921a3e142e44a6fb96924dc2aa454b8c8172e5a

2013-04-01  Julien Nabet  <serval2412@yahoo.fr>  [c4aa061ad1323fbce4f670c745b00b2dedc6e825]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I0e12ef966d470a22a4f49a5b3b6cfda0a9945328

2013-04-01  Matthias Freund  <matti_lx@yahoo.de>  [3ff0c75ef6d8101cd1505aa245429f33789c6d6b]

        Comment translation GER-ENG in sw/source/ui/utlui/ (Part 3)
        
        Change-Id: I33a96565553a78e30f4d6af0b4b92371188d053e
        Reviewed-on: https://gerrit.libreoffice.org/3144
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-04-01  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [9b6b7e82a831b08617a767ff934040976c570994]

        more fix for fdo#62399
        
        this will fix the border position, when the borders from the same
        side are different in cells format dialog, when the sheet RTL.
        
        Change-Id: I9fa8a665dfa0b0dcb5230bafa1e3537f450afb9c
        Reviewed-on: https://gerrit.libreoffice.org/3145
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-04-01  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [bb681a1cbb5a8382a7d521d901bc101496085519]

        fdo#62470 fix the table format dialog reading
        
        this will fix the wrong reading in table format borders
        dialog.
        
        Change-Id: Ie8061ec4073fe9fd779a739ed717348d37319fe4
        Change-Id: I624cf7c162d3983fe4625e8e2e6fef4fc556eed0
        Reviewed-on: https://gerrit.libreoffice.org/3134
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-04-01  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [5709e4134ab2b883f7f1186e4a481962108908d7]

        fdo#62470 fix the input change when the table RTL
        
        this fix the wrong borders changes when the table RTL.
        
        Change-Id: I6e963c1bb71c63bffe8c8f95c091a5692c21cd31
        Reviewed-on: https://gerrit.libreoffice.org/3133
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [9ff0ee4905068cbc85acf85da1b3ef762b324ed7]

        fix gold warning about hidden symbols
        
        Change-Id: Iae399e4d596db450e3ed0e15678e546aa76797a0

2013-04-01  Arnaud Versini  <arnaud.versini@gmail.com>  [bb52f5b2bf6613a18d6c035058bc2a049a9da7bc]

        Use local utility functions instead of SbxSimpleCharClass
        
        Change-Id: I7c4bc8cc44c0b4e78feb55dcd2c15b82c414e0ef
        Reviewed-on: https://gerrit.libreoffice.org/3132
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-31  Julien Nabet  <serval2412@yahoo.fr>  [5ed1dbb51a4393be4ee1587f5ded103515139e9a]

        coverity#735355: Operands don't affect result
        
        Change-Id: I772d3535bc2e84ec066a16666dedf302fc9f43b7

2013-03-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c4745302f3bf6e9d4f94033391979deb8437c788]

        There is no <Arg> tag in xcu localizable strings
        
        So no reason to work with it.
        So can use helper function after
        make it to handle single quote.
        
        Change-Id: Ic2eb901148c3ae31316607b41350bbad79a639db

2013-03-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d7a301476dfbec6a70e45808602838078bad780a]

        Remove commented code in odk/examples
        
        Change-Id: I8b28729d3cc632426efac02028f0d0e332243012
        Reviewed-on: https://gerrit.libreoffice.org/3138
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-31  Tor Lillqvist  <tml@iki.fi>  [d054a817be89c2827f53cd17c2df42ef01e4f4e1]

        Revert "Try redrawing in multiple phases to avoid blocking the UI thread too long"
        
        This reverts commit 3aae02d02d418222b0b51748008ed5c9c1f1d3c2.

2013-03-31  Tor Lillqvist  <tml@iki.fi>  [41a70cc2d32dde3e2c76a6f1d4f3dd1b32bb1c02]

        Try redrawing in multiple phases to avoid blocking the UI thread too long
        
        When initially calling lo_render_windows() from a redrawRect(), just
        post the user event asking for a redraw of the (headless) windows, and
        return without actually drawing anything to the context.
        
        Then when the RenderWindows() callback for that user event eventually
        gets called (which during startup and/or loading of a document might
        be several seconds later, as there is lots of other activity going on
        also as "user events"), ask the UI thread for a fresh redraw, and wait
        for lo_render_windows() in that phase to signal the actual redraw of
        the "headless" windows into the context.
        
        Unfortunately this doesn't work well enough. It is not a good idea to
        not draw anything in response to a drawRect() it seems. The affected
        rectangle gets initialised to black. So there is now irritating
        flashing. One sees an almost ready document (and the UI elements which
        still are there), but then it goes away for some time before finally
        re-appearding. Quite silly. So I will revert this, and I am committing
        it just to keep the code for reference in git.
        
        Change-Id: I9ee490345f093d80113c36f9e3268cab5a810dd0

2013-03-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [14d909632e208fa1b3a27212633cf3607ccf1136]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in odk
        
        Change-Id: I97e5e650b7966d1ac3c6f9e45b495c21b529b768

2013-03-31  David Tardon  <dtardon@redhat.com>  [911989ae03937ee716a6c1833b2593540500ba59]

        add $OUTDIR/pck to search path for SDK product
        
        ... so it is possible to drop the copying-to-bin hack in ZipPackage.mk
        and ZipUnoApi.mk .
        
        Change-Id: Ic506e25a21003fca491d0902b5d8f282775da229

2013-03-31  David Tardon  <dtardon@redhat.com>  [56f1ec87d26ffcd970ab4225e1652a7a698a845c]

        do not deliver unneeded zips
        
        Change-Id: I00ac0593e94203994bd3626c6ebb6d5b97441aa6

2013-03-31  David Tardon  <dtardon@redhat.com>  [e49111d67c062e37077dd515357d029c61745373]

        add some missing deliverable registrations
        
        Change-Id: I5d22ba89d64a2768666aa277222aadd4f2e879b4

2013-03-31  David Tardon  <dtardon@redhat.com>  [c752beca4fac6db2ca92f8aa4e77dd052f6cc26e]

        drop setting unused var. on clean target
        
        Change-Id: I860c45ab4de0636ed8e0301e70da66658e91ceb6

2013-03-31  David Tardon  <dtardon@redhat.com>  [8370d0a6a952042152db62d6dfc3aeac2912dc80]

        drop extraneous delivery rules
        
        These destinations are already covered by the default delivery rules
        created in Package.mk .
        
        Change-Id: Idc77f01ef468223a23632f9fae02f7b14a35c7d9

2013-03-31  David Tardon  <dtardon@redhat.com>  [ea18ca070284b16faabba063b72463590e7eb3ac]

        fix user-friendly targets' deps
        
        An user-friendly target sometimes needs to depend on a different target
        than gb_Classname_get_target to really build everything (esp. to deliver
        the built product). The rule of thumb is: use the same target that is
        used for gb_Module_register_targets.
        
        Change-Id: I874751871b4569b2a68766cc3f3b5c7645347af0

2013-03-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ce51bf1a6ef36bbd1eea751add342cae6f1004d2]

        Make a bit cleaner transformation of help strings
        
        *Not escape tags and double quots in tags,
         but find tags(icu regexp) when merge and
         use this infromation to make strings valid.
        *Define a new Quot function for helpex,
         which works with icu UnicodeCharacter.
        *Move tag search to xmlparse.cxx and use icu
         just in helpex.
        *QuotHTML not unescape just replace xml charcters.
         (unescaping is also useless in uimerge.cxx)
        *Move UnQuotHTML() to helper.
         (was used it in xmlparse.cxx and cfgmerge.cxx)
        *Use UnQuotHTML() in uimerge.cxx too.
        
        Change-Id: Ice8940ef69279709a1c5d84c6ae1b0d62a71ca76

2013-03-31  Andras Timar  <atimar@suse.com>  [6ea8d4a55c3693d75da32af7e9a40a79bac99fa7]

        Updated core Project: dictionaries  66a5a2e03573ab1862db1965f7b9c5419db3decd

2013-03-31  Matthias Freund  <matti_lx@yahoo.de>  [f7853b1d35e6e642ca8091eaf9a782dfa52b3eeb]

        Comment translation GER-ENG in sw/source/ui/utlui/ PART2
        
        Change-Id: If636f0de7d883412e36c76fe0de997204021d45b
        Reviewed-on: https://gerrit.libreoffice.org/3129
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [7b0a2c0a6f1c671e1b7711752083a73aa905d18f]

        Remove commented code in component.cxx (odk)
        
        Change-Id: I559b91d465ab298b033b0866b3044a17038cc501
        Reviewed-on: https://gerrit.libreoffice.org/3137
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-31  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [52770659d33f8f08a769043392cfb5a926019fef]

        fdo#62096 Replace O(U)String compareTo with ==
        
        Change-Id: Id89b7eeb09b5cd7cee449cd1a20fb13b630f29c4
        Reviewed-on: https://gerrit.libreoffice.org/3136
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [0b78f2b9dc17dfa88d72d6ee27e3e0e0ca6a152f]

        fix sfx2 with Library_merged
        
        Change-Id: I53d64b9023be816d0179eed21920beed3660909c

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [04f02faea3c4cdf1d9f0f3312c24afd3ad6f71f2]

        Make sure merged libs are 0 bytes long.
        
        If you build with --disable-mergelibs and then enable
        --enable-mergelibs the existing library has its timestamp updated
        but it retains its outdated contents.
        
        Change-Id: I46899bcf3fe4f360fb12e8de8842c6ac12c6bf75

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [a2747d0721eb5183d8e92b45626361a21d38c270]

        fix vcl with Library_merged
        
        Change-Id: Ie85ba53c59eda5586b70527a518e3f80223fc49e

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [8b561c0012546aabbaff33b32a79833997aa8902]

        If you can't load a shared library it should be a warning
        
        This has bitten me more than once when working on Library_merged.
        
        Change-Id: I829f5d010b6df2935fd191bdec9bac04bb003f16

2013-03-31  Peter Foley  <pefoley2@verizon.net>  [570b827e4cacae44987be39d0b381d2fd472f28a]

        cleanup srs gbuild output
        
        Change-Id: I69fbf910cf2eb579cc8bf7dc76c69432b810b194

2013-03-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [4ec9f5d768455014a3c1a189b4168dd8a926a9bc]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in odk(Developersguide)
        
        Change-Id: Ic2a2cf04a691f628e862e81579d3d55d261fc492

2013-03-31  Armin Le Grand  <alg@apache.org>  [61651ece1a1eaa5012c69e3b0b36fcddb2e37c71]

        #119750# corrected opacity import for SC comment shapes and their shadow visualisation

2013-03-31  Andre Fischer  <af@apache.org>  [bdd1a3e1001258a7af5366d73a24ecb3173dab70]

        #i120039# Export more bitmap fill style parameters.
        
        Reported by: Du Jing
        Patch by: zjchen
        Review by: Andre Fischer

2013-03-31  Andre Fischer  <af@apache.org>  [c81f869a023966ffdfde75f743d70875da19e835]

        #i119536# Fixed rotation when importing PPT.
        
        Reported by: Li Feng Wang
        Patch by: Ma Bingbing
        Reviewed by: Arming Le Grand and Andre Fischer

2013-03-31  Lei De Bin  <leidb@apache.org>  [6cd346c5e8be9065a5578f2caf3f1eacd964e783]

        #120573# fix the export issue for the text box in header&footer with the margin mirrored layout
        
        Reported by: Yan Ji
        Patch by: Lei De Bin
        Review by: Chen Zuo Jun

2013-03-31  Lei De Bin  <leidb@apache.org>  [ec585b964e26de967f0373da0d2d9dfd20f8866c]

        #119581# fix import issue for left and right horizontal alignment in text box
        
        Reported by: liu ping tan
        Patch by: Li Jian Yuan
        Review by: Lei De Bin

2013-03-31  Jianyuan Li  <lijiany@apache.org>  [1b6049cde6cc7e59c3621fdcfdec368315496017]

        #119491# fix Handout view mode issue
        
        Reported by: Du Jing
        Patch by: Jianyuan Li
        Review by: sunying

2013-03-31  Armin Le Grand  <alg@apache.org>  [55011ce4784c0a116753ac725f88bd4327010a2e]

        #120848# Added correct text content frame for NotchedRightArrow Autoshape
        
        Patch by: JianYuan Li
        Review by: alg

2013-03-31  Lei De Bin  <leidb@apache.org>  [f13cff6d71d237068c6af92eda271e5fc144be5a]

        #119609# Fixed alphabetical and roman numberals became ditial numbering
        
        Reported by: Yan Ji
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin

2013-03-31  Andre Fischer  <af@apache.org>  [4313d73f1436f87d937ba10ee05b32bd363b125e]

        #i120684# Fixed export of red color-channel.
        
        Patch by: Wang Zhe
        Review by: Andre Fischer

2013-03-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [f7a3781bd6790ff9889bae9f636facfe84903140]

        Multiple typo fixes, small code changes
        
        * Corrected spelling errors in comments
        * In accpara.cxx, SwAccessibleParagraph::_getRunAttributesImpl had the
          if statement commented out, but the scope block remained... minor in
          the grand scheme of things, but messy code
        * Some unused commented out code removed
        
        Change-Id: Id8b29c4051c7c09a1cc555996f9e56fd4f0f3611
        Reviewed-on: https://gerrit.libreoffice.org/3135
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-31  Tomaž Vajngerl  <quikee@gmail.com>  [2c04523b33335bb8b36509789a536542d0f89e02]

        We are in 2013 - remove "goto" in jpeg filter.
        
        Change-Id: I39cea3e90f0ac57168e1cd2d4a9af9199e1416fb

2013-03-31  Tomaž Vajngerl  <quikee@gmail.com>  [dc10b3d739ed3a8b6a2a6b54f748f2bac0edf205]

        Add Chroma subsampling options to jpeg writer.
        
        Change-Id: I247a261bb96b0c437a43922070777892cdcbc1f6

2013-03-31  Goran Rakic  <grakic@devbase.net>  [47ebfd8381a11b8d544193783702d057a33a8c52]

        Updated core Project: dictionaries  52f4aa133ba3d7703c4982a21e567fd92abcbfd0
        
        Serbian dictionary updated to 2013.03.30
        
        Change-Id: Ia3b99deff58bd5f4198f1fd57ea3a540f15d2708
        Reviewed-on: https://gerrit.libreoffice.org/3120
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2013-03-31  Olivier Hallot  <olivier.hallot@alta.org.br>  [89926510da746fb55720304503f586ff5e8b2663]

        Updated core Project: dictionaries  b128def79cc0520515ea99db4fb9f8cc3d95f54d
        
        Lightproof and Hunspell updates for pt-BR
        
        VERO 3.1 beta 2
        
        Change-Id: Iaf871e4ad7de5c51ed55674b742b8f2b20070001
        Reviewed-on: https://gerrit.libreoffice.org/3130
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2013-03-31  Chris Sherlock  <chris.sherlock79@gmail.com>  [96942af2a8dd19a14ab3cfc4635e428bd257d320]

        Correct typos in sw README
        
        Change-Id: I61323685b33817a2641713455bac1a079687cb4d
        Reviewed-on: https://gerrit.libreoffice.org/3131
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-31  Andras Timar  <atimar@suse.com>  [780e732f84e55fc778e7f09c61802ee5863b2488]

        remove bitrotten edittest
        
        Change-Id: I54881476ae296bc95df16e233ff4ca5800477254

2013-03-31  Tor Lillqvist  <tml@iki.fi>  [c2d77afdfc356c11ee27e862a38f5be150ac27dd]

        Must percent-escape the APP_DATA_DIR
        
        On the iOS Simulator it contains spaces, as in
        /Users/tml/Library/Application Support/iPhone Simulator/6.1/Applications/9A6DFE86-77AF-4B78-8FFB-93FCA6C38EE1/LibreOffice.app
        
        Change-Id: I90c76b909901c881aa51482880b1120fea19b99b

2013-03-31  Tor Lillqvist  <tml@iki.fi>  [e581dd2cdad358cbf123a44c488bb86036a00e7f]

        Organise the (few) source files included in the Xcode project into groups
        
        Change-Id: I01c9c26c6d282729101386266db898d759450a41

2013-03-31  Takeshi Abe  <tabe@fixedpoint.jp>  [4e2ebf15cfbd291e6f82fd2fd809e077b136c16f]

        sal_Bool to bool
        
        Change-Id: I551cb2422c8857bb847bd4b0c2224eaa1c024084

2013-03-31  Tor Lillqvist  <tml@iki.fi>  [003a05b2570d29caa668a75b0f9ba46d0c867cb6]

        Must pass the test document as a file: URI because it is percent-escaped
        
        Change-Id: I8e27f0cb4a9605a97d8120f9f4697e7f939135c1

2013-03-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b3c914ffffac786d3f64bda7b6614a4d7fe69047]

        Use OUString in basctl(basicide)
        
        Change-Id: I176088d3d33f02a1721e4027571a1f22dc6bd986
        Reviewed-on: https://gerrit.libreoffice.org/3116
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a2f6402b1fe769a430019042e14e63c9414715dc]

        Use OUString and sal_Int32 in GetTextBreak()
        
        Change-Id: I66b85365d1c59f802253b8abdb1e04e25950a09b
        Reviewed-on: https://gerrit.libreoffice.org/3098
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [51e05acf07093ac8f2b2dc8eeb86abe9446e3463]

        Simplify a bit iterators stuff
        
        Change-Id: Ie2159d5eb8caf3d8f13d9c1ec49cc2bb6a0d94eb

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [8c1b2f380188f7c7194845dd014e802427967273]

        use proper gbuild capitalization
        
        Change-Id: I4824395653052486956572cedf3b56b94f9df39e

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [8ffb20747c77e5875237a9bceca28f4cb4ec9bb3]

        fix loplugin unused warnings
        
        Change-Id: I23fc6bf62e74f192f77c74ed48d5276737375f3c

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [761af309529d877e1b365fdcdb2fee4bb9ee377f]

        coverity#441021 Dereference after null check
        
        Change-Id: I2fb3bd758d7b903cd148f847c21c0eefd6f091e5

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [75ba64a2906a99d82a469abca8bcec38c56bb055]

        Adapt the patch to apply to ICU 51.1
        
        Change-Id: Ic6771c4ae12686580301e114fa5aec7f7d4dc9a8

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [cab7f6476f7d0f17bf2f1400bf93fb1b7fbd1625]

        coverity#441020 Dereference after null check
        
        Change-Id: I39c301a98854d19e849a9e06ffac0657408456fe

2013-03-30  Eike Rathke  <erack@redhat.com>  [5813cb01c76404a61e3c8082630b4cfafa91de7d]

        certainly this was not meant to be _PC_NAME_MAX
        
        _PC_NAME_MAX is a symbolic constant meant to be used as a pathconf()
        argument, not a buffer length.
        
        See also 2cd4e55bb36a9a3d13971b530469188e3fb59dfe
        
        Change-Id: I94d19bd6f9f0ae501329d6a1edecad630f44b356

2013-03-30  Eike Rathke  <erack@redhat.com>  [2cd4e55bb36a9a3d13971b530469188e3fb59dfe]

        certainly this was not meant to be _PC_NAME_MAX
        
        _PC_NAME_MAX is a symbolic constant meant to be used as a pathconf()
        argument, not a buffer length.
        
        This piece of code was even "honored" in
        http://womble.decadent.org.uk/readdir_r-advisory.html
        "The code that enumerates fonts and plugins in the appropriate
        directories uses a stack buffer of type long[sizeof(struct dirent) +
        _PC_NAME_MAX + 1]. I can only assume this is the result of a programmer
        cutting his crack with aluminium filings."
        
        Thanks to Heiner Rechtien for pointing this out.
        
        Note: declaring the buffer of type long instead of char looks weird but
        probably has the reason that it is casted to struct dirent* for the
        readdir_r() call that might not work on architectures that forbid
        arbitrary alignment on non-even boundaries.
        
        Change-Id: Ie959b8905d1328c6fcaefbf6f6c915cc430e85b6

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [31fa0633795e681035f7b9cda5747c9e2af28665]

        coverity#440801 Dereference after null check
        
        Change-Id: I067d52236b189e09955d7aa3ce2fbd25b0d330bd

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [d0c94302b89a99c31a7a76f07c58b29638ac3d0f]

        coverity#440717 Dereference after null check
        
        Change-Id: I2ff581a72aa66bff8943d31499013b31e360333b

2013-03-30  David Tardon  <dtardon@redhat.com>  [2be8a22e836b6bb7172f4b51c13440813bb9ae9a]

        binaryurp does not need offapi
        
        Change-Id: I4196e763e8374d1f50700c20362245224acb9e13

2013-03-30  David Tardon  <dtardon@redhat.com>  [4e3b172595ef495c8906da4b24afc3aabe07f9ce]

        stop delivering useless rdb for InternalUnoApi

2013-03-30  Thomas Arnhold  <thomas@arnhold.org>  [083092e808ed94325f103a721cc11882c6878b06]

        OSL_FAIL -> SAL_WARN
        
        Change-Id: I1871e5e3a319b2d5177ae4bd470046c022c14eb7
        Reviewed-on: https://gerrit.libreoffice.org/3121
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [3e0ff98f5371db2270a607306ae498f8d0d02d1d]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [a6aaee2e39426cea7daa3df6c75feaebd6a8c869]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7b3fb6f5c8b4dfed5ff225edecfe41d85a6f621d

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [0a7c31d2a296ae8898c73777d2edbfb4e8772c7d]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I947709235e714a208eff6b57a7eba2f7dd386893

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [6d8416c8b4f1deb76a0598842b5c68dd7621ea62]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I98d8c5982b42b2f3283c50cf1da11331040ab884

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [bdc6b41fa6b15a051d2996b745b43ce077e8c8d7]

        fix typo
        
        Change-Id: I5b11f1bb94841b08fd82da31ff348ffca4c487c6

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [3fe98a7513370834e1cb0b8d7bdaf46a2ab20984]

        Create empty pagein file if everything is in Library_merged
        
        If all the libraries in a pagein file are already covered
        by the libmerged in Pagein_common, create a empty file
        to avoid a build error.
        
        Change-Id: I05adcca6262ec9b6af33e3d2b9d26f4886640a43

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [4f811c04744557c2254ab7311b148e9b08f7c573]

        fix loplugin warnings
        
        Change-Id: I17593ac6e495213a1ef99d4d5525a6e38aee0bc7

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [43e873b2576c2013a792f1fa213228470a6c619e]

        silence compilerplugin build
        
        Change-Id: I4397575e4665e8a257d0bd3e15245d996a48a1f4

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [6d92441407f98eb8a662ccc4451ae7dd4980631e]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I2e0459426323555ca78ed38c0749690269fdc3d1

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [fe5e53a81860b422a3aa863d0ecdc8dca6f5b364]

        Prefer to be sure not to have invalided iterator problems
        
        Change-Id: I2d520b88927c6acb3d248da05815822315bd066f

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [aea686264f7cd78409ac484e514023d464307de9]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I272c2efc21f78dbd35c6dff6143c4770aed4ec16

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [05c2155ebed44e588ebc71c82e4c9599aa20b4de]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7172436c6fea867cdb7a8f8d97b215efcd0a1ab5

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [55c7ad94e1c0c306cadd8f37e266484482dcb37b]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ib4c9cf4406683a2d298967dbff8e084cbd9a7b4c

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [9a62bcf53ffc21ebcf7a09ad3be62cc210892168]

        Prefer prefix ++/-- operators for non-primitive types
        
        + convert while loops into for loops
        
        Change-Id: Icb01b55d2932193f83344bda8c69c9a9954f6de0

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [89789bfd53ec69db9a33dd23deb438c0cdab9874]

        Simplify iterators stuff
        
        Change-Id: I6cd97ea5056596122a8ae6cb0c5cd6525ce6b302

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [a1b24ca0ef565eb3b3f8d152754a7ebc00112cec]

        Optimize a bit iterators stuff
        
        Change-Id: I93de737265651a47a2ed0a56bca27bd19a5c5770

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [35661319cdb11e2bcb619cde73310f47b318dc00]

        Prefer prefix ++/-- operators for non-primitive types
        
        + convert some while loops in for loops
        
        Change-Id: Ia68ce1b6297ad061233e56be2abf5b6ea98d3ddd

2013-03-30  Tomaž Vajngerl  <quikee@gmail.com>  [a5e22906c0b27019b61b41161ccc8cbc2cf40ade]

        Export Chart as Graphic - allow vector graphic export
        
        Readd removed SaveShapeAsGraphic to GraphicHelper with which it
        is possible to export any shape to vector/raster graphic.
        Additionally cleanup GraphicHelper and ExternalEdit (convertsion
        to OUString, remove unused imports, comments).
        
        Change-Id: I1af45e2ed5d3b66dbd80a5f3a71c44530e46baef

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [bd5e62e199f30724b59f7261bd65add6375a1e16]

        Prefer prefix ++/-- operators for non-primitive types
        
        + convert while loop into for loop
        
        To check:
        could we use std::find (find_if)?
        Is it always ok to do begin()+1?
        What about if we return aEnd?
        
        Change-Id: I59107de5693ad7b37e5eef80134c34a03982151e

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [9cc04cb09590cd00395244f81bbf6c3292b99c2b]

        Prefer prefix ++/-- operators for non-primitive types
        
        + convert while loop in for loop
        
        Change-Id: I615e2c724481047b557a4da9bb0753ec6eaecb90

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [c34a5ec1a60510871bf62ab380536d82078bb53d]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ibf5004c1e66edac10ec6392577fe26ea2aaed330

2013-03-30  Julien Nabet  <serval2412@yahoo.fr>  [bca67a76b00ec7234b6a414a9772c9a7cacd8fd7]

        Prefer prefix ++/-- operators for non-primitive types
        
        + convert while loop into for loop
        
        Change-Id: I64c2379c28d3c1074ed17129152568371680db19

2013-03-30  Peter Foley  <pefoley2@verizon.net>  [ce9bf0f868304a95ace987f90dcf2466e70bfe51]

        upgrade icu to 51.1
        
        Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6
        Reviewed-on: https://gerrit.libreoffice.org/2953
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Peter Foley <pefoley2@verizon.net>

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [428ae24e55b1b2d7c9578d0e8ac58bb8e202c3be]

        Unbreak use of pthread condition variables
        
        I am not really satisfied yet with how the UI redrawing in the app now
        works (during startup, which of course is more or less all the app
        does so far).
        
        It can take quite some time before a "link" (function to be called)
        posted with PostUserEvent() gets run (if there are lots of
        time-consuming other "user events" in the queue already, or
        something?), and blocking the UI thread for that time is not
        acceptable. Will have to come up with some more complicated solution.
        
        Change-Id: Icab20183df3bc4980ae33f0502d10397802cc391

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [114b17fc23456347b76c7f100ada693a598e74f3]

        Use more meaningful variable name
        
        Change-Id: I663ab56faf8d13a3f0443706d9dc75bd5969aece

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [d08a58a6845a3423d7d2919e157d1b205d68db51]

        Render the "headless" frames to the UI view in the LO thread
        
        We used to render them in the app main (GUI) thread, which is
        dangerous, accessing the headless frames in one thread while the LO
        thread (where the "main" LibreOffice code is running) might be
        updating and changing them.
        
        This fixes some problems like that part of the document did not show
        up. If I would test the app on a multi-core iPad, presumably I would
        have seen even more problems.
        
        But this also introduces new problems: Now the UI doesn't appear
        incrementally (for instance, with an actually progressing progress bar
        during the loading of the document) as it used to. Now it all appeads
        all of a sudden, everything at once. Which would be fine if it
        happened very quickly after starting the app, but it doesn't... on the
        original iPad it takes half a minute.
        
        Change-Id: I04068e0d884aa5cb86acefa76449aac4e081b193

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [62f6e67f6b0986208cf1030e265b51f1bf154bc7]

        IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded now
        
        Change-Id: I6873461aed7db7b7f06e45556eacb82bcf118aea

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [b46eed92ce1e30008e0325e4d9f37dbe3d6624a3]

        Use iOS 5.1 as deployment target
        
        Change-Id: Idd44c792b4e0ee9cd27c3d66c2c5d794f4304045

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [82e030bf1d3e8e7d66eeede661731afe1ea5dd87]

        No need to verify the Xcode "configuration" ("Debug" or "Release") matching
        
        Change-Id: I5c2e05feecffa1679930b041854b1cd190ef007a

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [95cedfd95a67b39852b9ae0248207ae8750b4f1e]

        Protect CoreGraphics.h inclusion with <premac.h>, sigh
        
        Change-Id: I9d16929d3b8fb5114e72eee850da64433394df9c

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [bb0b2744af130d3f03939bd883d7f9fa9d373941]

        Draw the frame virtual device bitmaps directly to the destination CGContext
        
        Much faster. No need for the pixelBuffer inbetween.
        
        Change-Id: I6493faca6da3a3e9a1285e00c887928b85dca56e

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [378d389620b50e172af3f488f1256aa950b0aea9]

        Add iosinst.cxx
        
        Change-Id: Ia5e84bc661d0de1140a259be7dd9fcdaca5e1930

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [e36e86ee3cf7761dea59141881ee5108d3d3bb86]

        Refactor the iOS Viewer app and rename it to "LibreOffice"
        
        No, it isn't any closer to being "ready" despite the name, but still,
        using the current approach, it clearly isn't restricted to be just a
        viewer.
        
        Also drop the verbose LOViewer prefix from class and file names in it.
        
        Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [bd9c914047c64e75506a5acc45642ac4ddf9d7d6]

        Bin redundant logging
        
        Change-Id: If7245ceea45a517084fdb5df09818e4e6e8c8be5

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [d7b027bd101a26a6513736dcd71a07125fded251]

        Add lo_tap()
        
        Change-Id: I635be54c27c93de0a11be7bdd01979b99dadda28

2013-03-30  Tor Lillqvist  <tml@iki.fi>  [46675c06fe6db13af1e44660a619b956277f74cf]

        WaE: macro is not used
        
        Change-Id: I4c839e7b20e276b2fb3be60925de42ae91f47ee1

2013-03-30  Thomas Arnhold  <thomas@arnhold.org>  [6c541cb3168c103f3e13686232fa2e6084570182]

        fix build
        
        Change-Id: Icb72b18785bb37457f2eaf86e0639cedc119ee92

2013-03-30  Matthias Freund  <matti_lx@yahoo.de>  [775a27799fc245c5db9eadb28aa58e7f291253f2]

        Comment translation GER-ENG in sw/source/ui/utlui/ (Part1)
        
        Change-Id: I2e216493168e5fea170fa9f0be35919a8c7d2020
        Reviewed-on: https://gerrit.libreoffice.org/3101
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-30  Thomas Arnhold  <thomas@arnhold.org>  [049ce78144650d92eb6bd73292868f73d37c9010]

        remove local css definitions
        
        follow-up of 66a175834c39ccde9475eac3adb72a843110d01f
        
        Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60

2013-03-29  Andras Timar  <atimar@suse.com>  [cd41b59eb295c89d3849b9a2089bee8b897ddc06]

        remove mammut -> mamut autocorrection from Hungarian
        
        Mamut, the hairy elephant, is a rare word. People write Mammut
        more often, which is a mall in Budapest.
        
        Change-Id: Icce075b70c4839d5ea948ca1862d7f50c7767ad6

2013-03-29  Rene Engelhard  <rene@debian.org>  [af17e2a4311a4e155837584a2a4f704c51a73642]

        distro-install-sdk: don't try to chmod not packed component.uno.map
        
        Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4

2013-03-29  Miklos Vajna  <vmiklos@suse.cz>  [18f299a47fecda6570ff898d6da4207b1ddd9a45]

        fdo#48557 implement DOCX export of inner margin values for textbox text
        
        Change-Id: I524e3bcd21731ad203a420f60dd328c6551f0eb7

2013-03-29  Andras Timar  <atimar@suse.com>  [f7f9b74163acd6811ccfaabb2a1d762225258e15]

        replace PathDialog to xFolderPicker, remmove obsoleted PathDialog class
        
        and at the same time we got rid of tools/fsys.hxx dependency in svtools
        
        Change-Id: I5237529681a8b6ec32f41086af41ac575fbcff9b

2013-03-29  Andras Timar  <atimar@suse.com>  [37303d227d9b48ef6030388b1e70a8c8b8359367]

        remove unused starview.hid
        
        Change-Id: I6b308c514eb214571aabb65cef2a10803c9f5b51

2013-03-29  Andras Timar  <atimar@suse.com>  [ed23cd5974d7d1e6adf1aa6ee6cf583fbf7a1ceb]

        String to OUString
        
        Change-Id: I3292e489d0033f56c407af799e9c90d497e98744

2013-03-29  Eike Rathke  <erack@redhat.com>  [3f9239e8ed7a80e88c8e436e32d704023eeb1820]

        i18nisolang1 needed
        
        Change-Id: Id422219593b2604d441b32f55dd365840bfecbf1

2013-03-29  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [e231e6bf27b8f6741ba0a8d3779fd293e5acb1e6]

        unit test for i#116701
        
        Change-Id: Id9a9532d0e02b478f7913bc4a687c38f79a3a322
        Reviewed-on: https://gerrit.libreoffice.org/2896
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-03-29  Luboš Luňák  <l.lunak@suse.cz>  [a51d6bf40f2bd51263c547943a315a5738c14c13]

        Revert "--enable-gio requires GVariant, which is >= 2.24"
        
        It is actually only the shell/Library_losessioninstall.mk that requires
        GVariant, and that one is Linux-only, all other GIO stuff is fine.
        Which means now e.g. the ARM tinderbox fails. Revert, and either ignore
        or wait for somebody to write a better check.
        
        This reverts commit e5114027382a092e91b5280a54db256bf0b5c556.

2013-03-29  Eike Rathke  <erack@redhat.com>  [5be14df2444d9fcc3518c5f54872c87b924e3e98]

        ResMgr with LanguageTag
        
        Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0

2013-03-29  Eike Rathke  <erack@redhat.com>  [ba4df3dd31ee9b2ced2a9119ecfd263e95de5ee6]

        lol, rtl::OString("dbu").getStr()
        
        Change-Id: I17569815c069fc2acd3a7c81ce48905f321534e9

2013-03-29  Eike Rathke  <erack@redhat.com>  [5f96fa16cb541851d8401dfa4ac22af1596406ee]

        FIXME-BCP47
        
        Change-Id: Id328608bcab49513d044c5029f87c5d1c21cedd2

2013-03-29  Eike Rathke  <erack@redhat.com>  [6f4bceef5906c535127fc78c3cc0353b8472eefa]

        ditch this overengineered nonsense
        
        The umpteenth implementation to parse a partial language tag.
        
        Change-Id: Idaab568acdeb578d174f0968feae6db711120b55

2013-03-29  Eike Rathke  <erack@redhat.com>  [80bbe6d1ca9605a94fd028845bda1242cc13a9ba]

        slightly optimized operator==() and equals()
        
        Change-Id: I05bacddf8cf61adbbcaed03c83ae42b06e76160a

2013-03-29  Luboš Luňák  <l.lunak@suse.cz>  [e5114027382a092e91b5280a54db256bf0b5c556]

        --enable-gio requires GVariant, which is >= 2.24
        
        Change-Id: If9430ee2d0b92225cbd492f24598852b06f23079

2013-03-29  Miklos Vajna  <vmiklos@suse.cz>  [71ccb4b03138cc72d3106694a8c2bed2a49fe17c]

        implement RtfAttributeOutput::PlaceholderField
        
        Change-Id: Ib6fd380736c5567a98317ec117969d8c76a31f02

2013-03-29  Miklos Vajna  <vmiklos@suse.cz>  [3f4d1e17782c4aa893731e3a078929dae3a28a66]

        svx: clean up these macros in fmprop.hrc
        
        Change-Id: I9b5b76929d823654bcff40b47062b96bc453e825

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [60f567e87feca99971d32d5fd7b221b65fe97479]

        Fix wrong copy paste iterator (import instead of export)
        
        Change-Id: I669c9bf6a121dbcbeb6a4d28cfc8e7295ace1593

2013-03-29  Andras Timar  <atimar@suse.com>  [fba8a3cb719a0e795495215c52ba424a7a0d1608]

        Save a Copy command does not have an image
        
        Change-Id: Ibd607b5324a23e6c7be0ffec8237bc9d51bbd4ad

2013-03-29  Tor Lillqvist  <tml@iki.fi>  [62a7ad8debb8868eb3ba7635ce3d092562191acb]

        Preserve timestamps of config_build/*.h, too, if unchanged
        
        Change-Id: Ib2d6f3db0b4fa7d7558d82cdb464c8d707cd8f42

2013-03-29  Tor Lillqvist  <tml@iki.fi>  [4e28077c645b16fc412fee039d5b4e368b697631]

        WaE: struct 'ScRefCellValue' was previously declared as a class
        
        Change-Id: Icdbbc3f197816b98c63845c1ed800bab98ebdf05

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [da3150eeff531811dbb44f7a3cbb0288885855d2]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Id2b6118727d00a0dd5249b3f3a14efd18150fffa

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [b2f7633977da7a0093c26a2d7fbc0d2d93c54226]

        Oups ++aIter had to be removed here
        
        Change-Id: I9ac0b5e0f74f7f211d074095fe82e93595d2f55a

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [9f27436b84a1ae0ce2689ef27f81698ab9f3642e]

        Initialize nFilter
        
        Change-Id: I9a8606a0d6ca36fd6f51267ea385f7fbe874d6d5

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [290276f622d7f9a4d5dc5b2bedcd2e8c0b0e1303]

        Use const_iterator and use them in loop only
        
        Change-Id: I64a206957e979cfd4d43805bfb089f5af96239e2

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [7ec010c8c2311bba4b97c023ba04feabc38ae7d1]

        Use const_iterator and put them in for loop
        
        Change-Id: I1dbfe5735580d940081298c372c12db8a3c3b3a3

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [733f9f92783db8447fa2d586ace6fe3a57f58806]

        Use const_iterator instead of iterator
        
        Change-Id: Iaacbbfb4d97d7081e5a0b520b4037d4988604e0b

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [278d036b83d1493c2c9c9eaedee70871a3026fed]

        Prefer prefix ++/-- operators for non-primitive types
        
        + transform while loop in for loop
        + use const_iterator instead of iterator
        
        Change-Id: I13bee5d941e3c64813f34b219fc07f41866b8d3f

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [b10fd863965e721441c932b91ff9233b85616a48]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I7f536c136dff4c0d868055bf6400b6381750c988

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [1679aa60d0c06fe3b461a5d593aaeca9d8748925]

        Prefer prefix ++/-- operators for non-primitive types
        
        + use const_iterator for end iterator
        
        Change-Id: I8ad8db97e35ec4fad7c02c669be981f73c9165ca

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [6550f88834d31ddb678da74d074d1142cc8d030c]

        Prefer prefix ++/-- operators for non-primitive types
        
        + use const_iterator for end iterator
        
        Change-Id: Ib07b71bb878665126666db3569bd5a40e23eff5e

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [8e890570515bd33137b0b17d870c31c6a224930a]

        Prefer prefix ++/-- operators for non-primitive types
        
        + add some const_iterator for end iterator
        
        Change-Id: I1e01325e52b67f2f882ca1de33efa4935bbb4232

2013-03-29  Julien Nabet  <serval2412@yahoo.fr>  [eed411835d41118e72a304026c0a7a208be009b6]

        Use const_iterator instead of iterator if possible
        
        Change-Id: I16a4ad9393eb05af3cf493ae476eaa4a791a7925

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [05a9ca5b8920e2452130b0a327763a2c3f6dfd24]

        fdo#60844 Remember last open folder and filter in Template Manager.
        
        Change-Id: I81982af9a540c9966df8c0474b6527c5d08ed6f3

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [45264d8fd882101912065b9bbb47260fa6db200c]

        Position view below toolbox and search bar when resizing Template dialog.
        
        Change-Id: Icfafb88218ad10e8729fd966265e1ccc001041e5

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [ba632715b0a2f610f4146e950898625481cb8d9c]

        Dont reload template information after saving.
        
        Change-Id: Id4170e500d92dc912087eac137f38d243c3c1372

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [0d3906aa95e06f96efcf698d8926be0aae267b04]

        Display empty folders in Template Manager.
        
        Change-Id: I5924fabd911d1b9bfb70cd7611fd1fe7a1a44dce

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [cf8bd2d0e991329accbff4dabd5661828cd55e48]

        Make template thumbnail sizes appropiate to the content in them.
        
        Change-Id: Iaf238413b95ed3d09f58d7adb49da13da9d71887

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [db0e80438f53942628dab8d8ef01c4982b9cf650]

        Calculate template thumbnail subtitle position to fit drawing area.
        
        Change-Id: I8dc7d5dd055c9ef722279754381208d684686934

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [2c8ea7d9dff35e64701883b089e30715ed7b56b5]

        Deselect items when searching for templates to reset toolbars.
        
        Change-Id: Ifacbc257abcc84284deb1723d30e74d45adca192

2013-03-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b910d1d9b742b324b1ce84a6fa7aa59dcc6e78ca]

        add wiki-link to logerrit
        
        Change-Id: I44dee045cef9227b62666ed08206a342fe37b18c

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f998aec8972d2b6b226fb8d3bdd589f5ff233222]

        indexOf returns -1 not STRING_NOTFOUND
        
        Change-Id: I2fed196572a0a5f5b006d1d653968729d6d75583
        Reviewed-on: https://gerrit.libreoffice.org/3115
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d2670faeeac2f0a5909349b811c853d9de455bb0]

        Slightly more efficient assign().
        
        The old code performed array lookup twice; once for the cell type and twice
        for the value fetch.  The new code does lookup only once.
        
        Change-Id: Ic6f5927b5536a73cb0a5c00a6c3a12ff0cd1f1e0

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [9b689d6ee91a3d7267a01f8c969c0685b2faeef9]

        Prefer prefix ++/-- operators for non-primitive types
        
        +convert while loops in for loops
        
        Change-Id: Ia2d36a066b91184ab9fa4375a74ea71cc1d75131

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b577a3227c8f797c75487998daf617bedbdcf1e9]

        Fix for the debug build.
        
        Change-Id: Ie0f24d9f7edf3e79f94d32b1ec2d14e2a33691fc

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5e649bc002ca49a5a3db43cf48149709d446bb0e]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb
        
        and use append() instead of appendAscii()
        
        Change-Id: I7c9dd0e03e24a39240a82fc245b4722d4c424842

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [46dfe0bce41de411ed14b21c24c849cc7e5f4b81]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in filter
        
        Change-Id: I6522800280725605d7ef245544975aca9c6106ed

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [6833a02def7ff76ce8d5e0588da65023f03ac377]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in padmin
        
        Change-Id: Icdf78be74a1ce82de50772e9424dbc172f355484

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8333cbf2a3940abd0ed6b6bbb2ac25513f86a2fd]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in pyuno
        
        and use append() instead of appendAscii()
        
        Change-Id: Iaf29a2f18eff39db5d1b5cc298cce23442ac51a9

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [ac9c70b1579e94b811bcce9a84fc992cc9a3dd77]

        coverity#704709 Dereference after null check
        
        Change-Id: I8acf44cf70ed9f9094d4e0601fac209e6712e400

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [00ca3ed129e23d8a08f577efc1e4225bf248dbaf]

        Forgot to remove this from ScValueCell.
        
        Change-Id: I9cbc3cc7dc22d9b8a8ca01037fa976ee563c156e

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ae227f90adea1244f3e8509d095918a86b9a0926]

        Remove GetErrorCode() from ScBaseCell; only relevant for ScFormulaCell.
        
        Change-Id: I5c41fc88bf138411ded334f823ab6187401c96df

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0106deffedee8345a0fafcae0a86b6f52fad8c45]

        Remove some headers in cell.hxx.
        
        Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [428b0aeceecbccb7558a246eda090ececd28d7c5]

        Move ScFormulaCell into its own header source files: formulacell.?xx.
        
        Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3d6a7391466cf259127a9c3a9cd40a86fb85b719]

        Remove GetCell() from ScDocument, and make PutCell() private.
        
        At this point, only ScTable and ScFormulaCell call PutCell().  Make them
        friends of ScDocument (for now).
        
        Change-Id: I7b8795580eafe7ea0ba5a4325f531efe53a2ea5b

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5a625100497f1fae86a3b43454c9ce9a4c8dd2c]

        ScInterpreter is now free of ScBaseCell. Hooray! \o/
        
        Change-Id: I00617da47485e751f6aba41ab382220ad05eb9b6

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51b28807b8c72edfb32006da287165b03273a7b8]

        We don't need this now.
        
        Change-Id: I12d2e79708d712829d96aac43fe63de2b04c6c07

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4729b18c542068f122d4b1dfbf18626bac3f805b]

        More on removing use of ScBaseCell in ScInterpreter.
        
        Change-Id: I4468e04e009da3f2ca5a975f2b1a4aed207922b3

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2460b39d9c1d07abc50a7e645cb672c7b5a53084]

        ScBaseCell::CellEqual is no more.
        
        Change-Id: I9a2923ec85ce116662d66a38b61a5258ff113168

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b9079dc23b163321ce0e0fdea9b8b4ec5799b6d2]

        Remove HasCellValueData() and adjusted all its call sites.
        
        Change-Id: Idd651a0f970607d5f5434128e5270af10336048c

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [91acb4a276acdfaa6f85a68b18104ab87f1abf80]

        Remove HasCellStringData() and modifiy all its call sites.
        
        Change-Id: I2a127b8433bc6f2629ad8d41b532c630a433c59b

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86a9278609f3a60d1bf25ac69371789cfa911f85]

        Remove HasCellEmptyData() from ScInterpreter.
        
        Change-Id: Ide68fed6195adb655539e2d3ea3d16cf0b3363d5

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea6ee3f9213ced2c86e684b043ad71cac22911e6]

        GetValueCellValue() to take a double, not ScValueCell.
        
        Change-Id: Idac293e6475caabe73e961cde5578c34d561e06a

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [663b7062855a21e6c9a24830ffb5ac7ae2669466]

        Removing use of ScBaseCell in ScInterpreter.
        
        Change-Id: I1edfbc08a0fe705e3d0ad07b8cc0d48ffddaad9f

2013-03-28  Luboš Luňák  <l.lunak@suse.cz>  [c63e6c38c9b0be2a5141b356bdcb4fe9b361effc]

        adjust unused compiler plugins for ASTContext to CompilerInstance change too
        
        Change-Id: I415ed25586408d7e7df9457f7c637a8c6d13d35d

2013-03-28  Luboš Luňák  <l.lunak@suse.cz>  [153a69cad2efdb38f7da50bcd25158d127a944f4]

        pass around CompilerInstance rather than ASTContext
        
        It's possible to get the latter from the former, and the former
        is useful for other things too (access to the preprocessor, for example).
        
        Change-Id: I708d709129fd3a35bf7c63da4de09c2e696b382d

2013-03-28  Luboš Luňák  <l.lunak@suse.cz>  [9ab15ecc4f162cd6d8ce305f0d7ac064c1e1704c]

        -Wextra for compiler plugins
        
        Change-Id: I246dcf1d2c099c510435d21f0dd47e3c098456f2

2013-03-28  Luboš Luňák  <l.lunak@suse.cz>  [2716dc0d4231f83fc2e1f3939bdce49c7b171e6c]

        export placeholder (RES_JUMPEDITFLD) to .docx (part of bnc#779630)
        
        Change-Id: Idbf2b1e04eebab703ba3e6c3fac8e50829833c70

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [16b446937e026ff5edd097e99b8d9be6ba314562]

        Use OUString / sal_Int32 in vcl(outdev3.cxx,textlayout.cxx)
        
        ImplGetTextLines(), GetCaretPositions(), ImplAddDevFontSubstitute(), AddFontSubstitute() ...
        
        https://gerrit.libreoffice.org/3099
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
        
        Change-Id: I781364da7a36afef65aac7a683c1b80fad61671e

2013-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b7b3a90f5a3fc22247e4eb6b12b55f0366c74241]

        make gio the default instead of crufty old gnome-vfs
        
        - distro-config for Linux should stay fine as it is explict about
          gnome-vfs
        - this makes e.g. a:
            sudo apt-get build-dep libreoffice
            ./autogen.sh
          work out of the box for Ubuntu Quantal
        
        Change-Id: I5a85f7af80f798a683e5c92b329ed3d4fd250a1f
        Reviewed-on: https://gerrit.libreoffice.org/3114
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-28  Ricardo Montania  <ricardo@linuxafundo.com.br>  [7ee37c3ac6dd486428ee96eed7f147e2f23c1b80]

        String::AppendAscii cleanup in dbaccess
        
        Change-Id: I6a6d695c9e4b850bc19a3a80c2d8343147724df6
        Reviewed-on: https://gerrit.libreoffice.org/3068
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-28  Miklos Vajna  <vmiklos@suse.cz>  [50c0ce4b82c8d0d298ea48fdb88b258fe971b671]

        testcase for 6718482c072defe5d885030826fef5ef833732e9
        
        Change-Id: I32643128598e584076af41d0e4a2ceb58817a4d7

2013-03-28  Miklos Vajna  <vmiklos@suse.cz>  [584322cbbd063e0a8d2c18a5e6a12f213af56057]

        fix failing testcases
        
        Change-Id: I2f4deaca308b64f1dc923e3d0a9c10c6f974a33b

2013-03-28  Miklos Vajna  <vmiklos@suse.cz>  [84f1fa190fc2b91d21b685f4d0ea99aaeea26fe0]

        WaE: -Wsign-compare
        
        Change-Id: I4de04e5ba43735e5ed236109cdf5bfbfc9d1a220

2013-03-28  SJacobi  <Sven-Jacobi@gmx.de>  [d9f882a5e399708cb0eecedebee49e7ed4a511a3]

        added table width test document
        
        Change-Id: I313eda77cef5f4747decb5ab7c261012954a0a32
        Reviewed-on: https://gerrit.libreoffice.org/3112
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-28  SJacobi  <Sven-Jacobi@gmx.de>  [6718482c072defe5d885030826fef5ef833732e9]

        fixed table width, supporting rel table width, fixed grid handling
        
        Change-Id: I28e66ed19e22f0e520f6b16a86a9e032e03d5bd8
        Reviewed-on: https://gerrit.libreoffice.org/3110
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-28  Michael Stahl  <mstahl@redhat.com>  [0d89580eeb61ae01f1c1f2836f77ffef6a146770]

        sw: ... and was sentenced to write a unit test for it
        
        Change-Id: I2fb6f97130910e3ae123242505aed0fb57fee512

2013-03-28  Michael Stahl  <mstahl@redhat.com>  [233ab7729585becf9952b6ddf95d7dab1d07340a]

        sw: some idiot broke text transliteration
        
        (regression from 8d25fde680beb9dafb7c9c861b5c00d1ae4f4985)
        
        Change-Id: I00556cd87115fa8e67f32502fc88a4d1eee2a423

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [048e64e71fad3187d2165ed6eb0a42fdcd6e0caa]

        Drop redundant typedef
        
        Change-Id: I13f1858babb1fb2b4120bcbf0e2e04a2a1f4bf88

2013-03-28  Muthu Subramanian  <sumuthu@suse.com>  [38e5096b1c3d21a2b4d7588f3c846f1f45a7a3e0]

        n#810508: Fixes import of Scatternet and Bubble charts.
        
        xVal needs to be imported as double and not as strings.

2013-03-28  Eike Rathke  <erack@redhat.com>  [0b0f22311b0cf24e795d3f8eb12f19c357485fed]

        use LanguageTag::getGlibcLocaleString()
        
        Change-Id: I86a5aad4c1a024861c82d44a3f67a2cbe00e7c2f

2013-03-28  Eike Rathke  <erack@redhat.com>  [33f26ca42f37a9336c9bf2982fc1c9ef0d0f27d5]

        added LanguageTag::getGlibcLocaleString()
        
        Change-Id: I5e77026f5c016d912fa342a5e1bca08eb445b15c

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [a93f651c345d3646c8720ac5b03346812f91aa9e]

        add tl dependent libs to Library_merged
        
        Change-Id: Idd99db9c6afce3b7713f6262927a0972d16ae418

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [d5b337980d2f2d687e926f1a9055c6c18d634ad8]

        fix typos in README
        
        Change-Id: Ibc7134837e61c8af090751429d6e9d9fa3639c8c

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [b49c71ff2968e29706480a030f1a57c05a948be9]

        add pyuno and pythonloader to Library_merged
        
        Change-Id: Ib2bde93f7f99873c4c2f4d3857bb1ed5e3e7fd8a

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [b270066390132819b749d704ced9db69268ee120]

        add javaloader, java_uno, juh, and jvmaccess to Library_merged
        
        Change-Id: I9841860d7c7d34310b99ee339d7835e909702d4f

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [c74f2edfce221960fe546e88f2b3222d69d53598]

        add lingucomponent libs to Library_merged
        
        Change-Id: Ib34f589b377991b9e2d043d43ecf0360031ddae3

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [77169b9ceccfedeadef272f701425430cf1c719d]

        add javavm and jvmfwk to Library_merged
        
        Change-Id: Ia59027e4eb9909b6afeab6dc6c7f76a6b60cd1c6

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [679ab714380c4e4508f123a6c6f6691289c9a653]

        add helplinker to Library_merged
        
        Change-Id: I33073859403edf11576fd88db6a68279f9055139

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [470c5fefa5ea60183f3c8056da27dbde1e2c0078]

        add basebmp and unotest to Library_merged
        
        Change-Id: I13dadec895bc67a903956c6a4e6bdbfa9a1b8d84

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [1081150d3575b2da393862214b71dbf30cc489a3]

        add rpt, rptui, and rptxml to Library_merged
        
        Change-Id: I8c20d81043602229a3fd936af6e7cdc337c40951

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [1b55d8f34be39ba53f4bf80ebf3ec8d13f46410b]

        add odbc and odbcbase to Library_merged
        
        Change-Id: I9f00d1bcd3b2d285c21eb9f7a4338a1b97d1eca0

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [6c8c54ee90a2a8d3a8d35b7e89fb39770500936f]

        add fwl, scui, sdui, swui to Library_merged
        
        Change-Id: I2aaa67fef4350d60497b891bc93b43a698c12660

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [8042b521fd5cf71a46256599c84f766c6ae6c621]

        add calc, dbase, file, and flat to Library_merged
        
        Change-Id: Ib6b03cda815ba0450930cec970bfe7eb4d98ac44

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [3c8f17930eeacb7250ecfc01cbf557e50234e307]

        add desktop_detector, subsequenttest, test, and vclplug_svp to Library_merged
        
        Change-Id: Ic2201436d1e4fe01670e2086e7dd1c6c525c9e91

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [49d8bc1dcce4c662d85d894567501205f94f678d]

        make saxparser deps order-only
        
        Change-Id: Ib45f9fb5b5b1b77dd209545a45ae5da6a381e100

2013-03-28  Peter Foley  <pefoley2@verizon.net>  [2cd5d5b12dab9042f78db74909bce9255fd93e31]

        collapse merged libs in module-deps.pl
        
        Change-Id: Id22ff49b1c1910e608c1968eee7bf9be97d46750

2013-03-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [91c1161dd9e1fc73c91608f1320197daadd5ea2e]

        Use OUString and sal_Int32 in GetTextWidth()
        
        Change-Id: I0b3cdbe8576300d098027cc98d7dff841d148f18
        Reviewed-on: https://gerrit.libreoffice.org/3097
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-28  Miklos Vajna  <vmiklos@suse.cz>  [9c06d2bd253ad6a50141a5b51409dbdffcfd9e6d]

        fdo#37716 implement import of RTF_NOWRAP
        
        Change-Id: Ic2c0f4c1924811a6ee1c40221db447babdd74a3a

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [5ce754ad4b08586f87c30b6ab30047de698329a9]

        coverity#982290 Logically dead code
        
        Change-Id: Ia684369faa5fd0eb854d204ac7e8dbf74f032606
        Reviewed-on: https://gerrit.libreoffice.org/3067
        Reviewed-by: Christoph Brill <egore911@gmail.com>
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [e885b4abae508442b10cbb7f45624850ff7ba9af]

        coverity#704348 Logically dead code
        
        Change-Id: I8c97042c07e3eb66468591fa9c486998ffb1e37f
        Reviewed-on: https://gerrit.libreoffice.org/3048
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Christoph Brill <egore911@gmail.com>
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [089311bb3d8f421d3c1455779c5112fe110010e1]

        coverity#704145 Resource leak in object
        
        also cleaned up comments
        
        Change-Id: Ia676d215cf8ef4830e31a1caf4153e33af84c200
        Reviewed-on: https://gerrit.libreoffice.org/3071
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-28  Jan Holesovsky  <kendy@suse.cz>  [a756c8857b682dbc363ef34f07bda4a494e61a36]

        Re-introduce accidentally removed basegfx::fround().
        
        Change-Id: I0ea05229009a1473767d1614623af2b5a6536c5a

2013-03-28  Luboš Luňák  <l.lunak@suse.cz>  [86461bd2862d22eaaef97e110ba3fee996e88164]

        revert the --enable-clang option
        
        This should be completely equivalent to ./autogen.sh CC=clang CXX=clang++ ,
        which is the normal way to pass any compiler to configure, so this is needless
        duplication.
        This reverts commits 1a843cc54dd6a08fa5fccb4314c025d432e46ad1 and
        02ed2608199f2adc466849d0f4864213ad07c445 .
        
        Change-Id: Ib02ab84a7b84fe4797dca0f62aa5049c1be55302

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [acca22d64283905048a9441fd30e7179361f2666]

        Related rhbz#928568: Detect aggregators listening at themselves
        
        ...which would lead to infinite recursion during disposing.
        
        Change-Id: Ie895dbf8b4497296f2216edeac012f242d720adf

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [7eaf1e93889568b6cd9f721b42a3fd4bbe59f8b6]

        Half-assed attempt at enforcing operator [] preconditions
        
        ...inspired by comments to <https://gerrit.libreoffice.org/#/c/3068/>
        "String::AppendAscii cleanup in dbaccess," but it quickly becomes apparent that
        lots of code rely on s[s.getLength()] == 0, so live with a weakened precondition
        check for now.
        
        Change-Id: Ifad96c706b14433df4a084ab8054b32433b8b5b6

2013-03-28  Eike Rathke  <erack@redhat.com>  [4fb6281270302e26664c2aa09e63b6838dc67d87]

        explicit 'en' fallback not needed for 'en-US' reference
        
        If 'en-US' was given, 'en' is part of default fallbacks anyway.
        
        Change-Id: I4f78c60bccd55fcf90f7c7fc99cda25ff1213db8

2013-03-28  Eike Rathke  <erack@redhat.com>  [0d87455f0dbb07fae67db9cbd2a3d77bbd91a680]

        disabled --sort=foldcase
        
        --sort=foldcase has the effect that all binary searches must be done
        case insensitive, i.e. in Vim either 'set ignorecase' is needed to find
        a tag at all (and then you may get more than you asked for) unless a
        regular expression is given, or 'set notagbsearch' to switch off binary
        search. Other tools requiring binary search may not work at all if they
        don't use the ctags readtags library or similar.
        
        Change-Id: Ifce4b4fa5635617023e0be61ca6df0dd4d6b942a

2013-03-28  Andras Timar  <atimar@suse.com>  [b7699c97a7d12f8114fb6fff4dd3cb85e8be5bbd]

        Updated core Project: help  d67b1b116fd3c4d9e08c45135949e55e7170a6ae

2013-03-28  Julien Nabet  <serval2412@yahoo.fr>  [cf57e77ccc1776b8692cd458014036c671fe1078]

        coverity#704345 Logically dead code
        
        Change-Id: I72360ada3abedc75b2718742e8a038eb6d214f0c
        Reviewed-on: https://gerrit.libreoffice.org/3047
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-28  Andras Timar  <atimar@suse.com>  [3b68171cedb45ce3d9065e221d4907c682ce08e8]

        Updated core Project: help  43af1f1ed191b075af25c02a131d7eb52189ef62

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [23085e3bec84f8d07a594f8c1bbbbdbbe18d8121]

        Make test more robust
        
        Change-Id: I699cd0b64a789f0529a47f9128267b65ae1d1165

2013-03-28  Petr Mladek  <pmladek@suse.cz>  [692a5dca10c017c577cc54e08768808e82807f33]

        Updated core Project: dictionaries  2f682dd14a18b87e348f6b929cac61dae68898d1
        
        Revert "Romanian thesaurus fix"
        
        It is not needed. The idx files are generated automatically during build.
        
        This reverts commit 551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc.
        
        Change-Id: I53eb6407bc41199ca586757276a5d2d9a980afa4
        Reviewed-on: https://gerrit.libreoffice.org/3107
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>
        

2013-03-28  Lucian Constantin  <struct_bylighting@yahoo.com>  [69133c6ae88b9077d7a8cc40a62a568d4f6b7451]

        Updated core Project: dictionaries  551d155ff5ba37b0561ba4f2bbfec4260c2bd9bc

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [2c38ea6d16b910294220cefaf8ae6a0683e6405a]

        Building without --with-help is not supposed to disable help functionality
        
        Drop HAVE_FEATURE_HELP. Just check HAVE_FEATURE_DESKTOP instead in the few
        places in the code where HAVE_FEATURE_HELP had been introduced so far. It's
        only for the non-desktop platforms that leaving out the traditional help
        functionality is intended anyway.
        
        Change-Id: I2d05869267f509a8e64cf402eed8ebef0020cada

2013-03-28  Jan Holesovsky  <kendy@suse.cz>  [51f50a0dee2867b0f9e3f869e5fbe14923fcef3a]

        fdo#61789 Fix crash, pSvtGraphicStroke is allowed to be NULL.
        
        Change-Id: Ia08e2e91354c9b4e543023c193b95e79d56e235b

2013-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc2f2ab20a44630097250a90393b7298b82fb9ea]

        move the dialog to chart2
        
        Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094

2013-03-28  EricSeynaeve  <github@nosperse.com>  [a2c8ae13a1ea76c9c7bcc06c8f40943978e8ac13]

        Converting spline dialog box to glade.
        
        Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [a1076b38227d622e47af420b93d5669b7eaa0d91]

        Revert "sw: unused COLFUZZY macro in non-debug builds"
        
        This reverts commit 4f90888df7dafde7f06ea11d3a3c5b081a6d9619, got already
        addressed with 0f60c1a50a98683e44325114e4cc19b355c87f49 "OSL_ENSURE ->
        SAL_WARN_IF (silence -Werror=unused-macros)."

2013-03-28  Miklos Vajna  <vmiklos@suse.cz>  [4f90888df7dafde7f06ea11d3a3c5b081a6d9619]

        sw: unused COLFUZZY macro in non-debug builds
        
        Change-Id: I0f2981d691edf1d476bf94deb2f539e8d3c35334

2013-03-28  David Tardon  <dtardon@redhat.com>  [6fd2146cb804cf3250eb6888f63391c30fd3b484]

        add missing dep on jawt
        
        Change-Id: Ie6c552976f2f1027602a5b4ba27ba4754ec9dd69

2013-03-28  David Tardon  <dtardon@redhat.com>  [2d7d465ee052bb95584ebdd4f3bc589972245726]

        add missing dep on comphelper/classids.hxx
        
        Change-Id: Ibe2fe28c19010fa8844db3ad912e9a5dc9305cad

2013-03-28  David Tardon  <dtardon@redhat.com>  [a91559dee5ecab287e25a75dc83cf6affa714414]

        add missing dep on sal/typesizes.h
        
        Change-Id: I45e2949bd50ef1b72e40f6dbc67a05bbbbeeeb5b

2013-03-28  David Tardon  <dtardon@redhat.com>  [a11189ce7291c91c5c4e4e253e24d3c75bbad174]

        add missing dep on sal/config.h
        
        Change-Id: I6f1e3eddc960b5010e9bf015ba426aefd0437bc1

2013-03-28  David Tardon  <dtardon@redhat.com>  [02474e0edd38c0e5959449191aef1cc5a03faa9b]

        add missing deps on headers
        
        Change-Id: I4e16a271533fdc1fa51f9539b38220330cc44276

2013-03-28  David Tardon  <dtardon@redhat.com>  [09505a2f05da8dd43027db1c9deaaaf7e67994c2]

        add missing dep on sal/config.h
        
        Change-Id: I2df7a90f09c9692c9cc28fe0f6e5f0a56673811e

2013-03-28  David Tardon  <dtardon@redhat.com>  [580c6399974b4d80b5b2a8c0b950736f2d53acb2]

        add missing dep on osl/thread.h
        
        Change-Id: I4c33ed5a9ae5a29c2deb1a7f7d3ef1a11a44c539

2013-03-28  David Tardon  <dtardon@redhat.com>  [4b45fe583e781bc14b715541caf92ed5ae744186]

        add missing dep on sal/types.h
        
        Change-Id: I76ab0b77a9d68feac2f14dc2f45c9bb39c15e585

2013-03-28  David Tardon  <dtardon@redhat.com>  [820f596b740a234c4266e05ed91c3a208610e4c9]

        add missing deps on headers
        
        Change-Id: Ifdc86edf9885d5c5bad158838093f7eff02c6ef3

2013-03-28  David Tardon  <dtardon@redhat.com>  [876537a1ed6b06357996d3ba1da694a72b29123c]

        add missing deps on URE headers
        
        Change-Id: Id432ade1703e50a0abe1642e2e1eba89dc102dee

2013-03-28  David Tardon  <dtardon@redhat.com>  [1fdf63282bc0429b07ba697f1aabbca10a7b8d6b]

        add missing dep on uwinapi.h
        
        Change-Id: Ie7a616d4295db98a8c513e876b83b8e6b52ba83a

2013-03-28  David Tardon  <dtardon@redhat.com>  [e8b8e33c29fae829ba22f575cf04d79c202eb1fe]

        add missing dep on sal headers
        
        Change-Id: Iffcd9b94b1246c012413f26cf11c1bb28541d38b

2013-03-28  David Tardon  <dtardon@redhat.com>  [52a29f6d3c3fa943a41648601167dee9f2ac6a24]

        add missing dep on sal/typesizes.h
        
        Change-Id: I1b840d53259c92bf5336e7815c726154c2323f2a

2013-03-28  David Tardon  <dtardon@redhat.com>  [27b8de356e0df5f6b646050a965529e233c16efc]

        make sure output dir exists
        
        Change-Id: I437c54719a514fdc020b3a6bf37d2f288102fdea

2013-03-28  David Tardon  <dtardon@redhat.com>  [1e3c9641f05116d44388fdee139f469c6fe282c2]

        add missing deps on uwinapi headers
        
        Change-Id: I8a6d62a611879aaa6f6b823ecb11618c26e4123c

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [38cbf02fcd35c78439bb4f6dfb32073aa12064e5]

        WaE: struct 'ScRefCellValue' was previously declared as a class
        
        Change-Id: Ia653822622180940b22877cda1d4f7b1e6369f61

2013-03-28  Stephan Bergmann  <sbergman@redhat.com>  [0f60c1a50a98683e44325114e4cc19b355c87f49]

        OSL_ENSURE -> SAL_WARN_IF (silence -Werror=unused-macros)
        
        Change-Id: I34cb3308916c95b95d3197d207c49a3799760163

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a944422c42a27ce9dc6fd2432c18f3743ac088f]

        A bit more.
        
        Change-Id: I7617bfa094ba8e6fb2c19944362bd604f5299732

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [226aefbc5587568c60c966ff22762e77c7838fd4]

        Reduce calls to ScDocument::GetCell().
        
        Change-Id: I39196eced68d25b6b2ae1378f712564badfc4572

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [629c793388f071ff9624e78c578a76eadef2fc34]

        More on replacing ScBaseCell.
        
        Change-Id: I2a512d0421ddac5bf92ad128ea2dde5772f854dd

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e610388522c31455bb989c957e9480fa7fbcdf6c]

        We only need to send the broadcaster instance with ScHint.
        
        Another ScBaseCell eliminated.
        
        Change-Id: I32a07024dd1d8ab536038942aa7209a7829d193c

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f847a0e29bb2bf1f2992c1e67cf2aa281bcfe355]

        Some header cleansup. Some headers are no longer needed.
        
        Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0c0191cfb7ffaa3631fc9556bfda7fdecf5b00e7]

        Some followup cleanup now that these methods are in the formula cell only.
        
        Change-Id: I796bf379f004a1371c86362e57eaac4a511f34cd

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d832acf33debc09d8d869d8db354049b69af2a6c]

        Now we don't need to check for the cell type; it's always of formula type.
        
        Change-Id: I4066975340f7e8a89e9e4d07cc7bed3851da52b6

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96228fa3ec1ac4aaf648f791d9249418b1213f1a]

        Stop exporting symbols of these cell classes except for ScFormulaCell.
        
        And move StartListeningTo() and EndListeningTo() methods from ScBaseCell
        to ScFormulaCell.  They really do belong only to the formula cells.
        
        Change-Id: I468cd899beec0d8281ebb0d57fe6205a0fc4f534

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [49f9492358944b45cb9878aea0d6158df8301869]

        attrarray.cxx is now free of ScBaseCell.
        
        Change-Id: I9a323062fc341ef5fc20f2922503a88f3a45ce0d

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f861f02ac9eadd9b3ab9f0b6c3c42e570805f537]

        cellsuno.cxx is now free of ScBaseCell.
        
        Change-Id: Idc967bf3028c93e80edec81823d620e9f2626556

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b5726f22a7c36e4c5c354f62324497ef30c56092]

        More of the same.
        
        Change-Id: Id9a5968376f955b325d18067688f59116663740f

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb7f105b3cb06da74ee2c31833ab3639a797e14a]

        Remove a bit more use of ScEditCell and ScBaseCell.
        
        Change-Id: Ib01eaef7e3a612048d2ed3f714ed178f4076e689

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f59dcdb19ba275c0c712fd88ed0a9fd84b908704]

        Reduce indentation by early bail-out.
        
        Change-Id: I5965a38fdd4e80e22136905881a39eb38ffb7798

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [942589b455f3a765e8d5f789afb5973f9bf0e2b8]

        More on killing direct use of ScEditCell (and some of ScBaseCell).
        
        Change-Id: I65d530333213f8b3db38a269e74a0beabcd1ff89

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [47924382cb823a32ae207e3df604b9d04fe3422e]

        More on killing direct use of ScEditCell.
        
        Change-Id: If6e3529666ff064107d3c5687b6993822572c0d9

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [db5a7148ec8a52248c33b0fe9e44434b548a22fa]

        Started killing direct use of ScEditCell.
        
        Change-Id: Id4afe6b748b5317db93e0a36257311e5bcff3820

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6f0aa08753407ab1bfd62f9c733bbf54fb365c0d]

        Make viewfunc.cxx free of ScBaseCell.
        
        Change-Id: I15a2682d2739a1c7be0d52b98c45b8d5a82c1686

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cdef3ead120149cc4db9f44a4ab3a5124ca450c6]

        Replace ScBaseCell in CellInfo with ScRefCellValue.
        
        And all the other changes that were necessary.
        
        Change-Id: I76c938d5568e0ed46e654dd8ad9a4cd044b0e235

2013-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d824279a225b9a5b5d5391ec86ffb744406d6ecb]

        sal_Bool to bool.
        
        Change-Id: I9da5f03553855bd4d3ed349e281edeea3f565488

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [d9bcb1b2b9eb975f505ce72461f9d5eeef07145c]

        Deselect templates when closing the search view.
        
        Change-Id: Ib3b47cea8a35c2197d065c1d699f0de4bc3f04eb

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [f7c47eddc9d736ec59772106cada2e4adde9c82c]

        Show search and extra buttons when a template is selected.
        
        Change-Id: I8e331849aa4d973ed905e9afee5d08e9b6bbc230

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [6f0d3a51968051d4b6a390054f2e6a23e511b1a7]

        Position correctly widgets in Template Manager.
        
        Change-Id: I2bb16913f20fcc093acaec9de8b07d27a692056b

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [0e173abeaef967e8b8dfee53dceaae343af6e215]

        Hide creating a new template folder when theres one already selected.
        
        Change-Id: I9924eb5ca66c61b2a1d3b66989b794d58e26d703

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [85b567374edb6456fcf7d1c78dc0ba5d8a3afb10]

        fdo#60581 Import templates into current directory.
        
        Change-Id: I965586748ab51ddb6face485e0db292c4c7b5274

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [a544f366867cb03ccc3a90703fc437e81fabc7a2]

        fdo#60581 Display import templates only when its allowed.
        
        Change-Id: I004b50118b1b261de4807660012b55eeecff41a3

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [57ca68147e6e6df358fcb7a991847513aa0efe9d]

        Display create template folder only when its allowed.
        
        Change-Id: Ie2acd2246694ce792f628a7057df5c30dac5db32

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [6ba185d1fff1f3bb26ae03b21c7d6a3acefd6d2f]

        Update search results when changing template type in Template Manager.
        
        Change-Id: I3e4cde13076c4de092a8bab9c40d64ba81530abd

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [4c29d595b620b80fb3b913611f724376e5aa9dc4]

        Filter search results by type and keyword in Template Manager.
        
        Change-Id: I549d349b9be3a36c35f50ae614a12fcf09315b08

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [c2f47cf1576ddcf5d7bd63e252b8bc0f61f5f10b]

        Dont display all templates types after closing the search bar.
        
        Change-Id: I9157cc5fc0a0d673869d877b478feacbeaa43a33

2013-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [49ff1db2951eaf88b711e8a546a194d51323a996]

        Get the correct region id view when saving a template.
        
        Change-Id: Ib1fcbc7748437460f8e21b06d676c5bd317ae581

2013-03-28  Eike Rathke  <erack@redhat.com>  [567a3ea42caa79ecdfcce6e9eaa2eac804d85653]

        ditched now unused comphelper::Locale
        
        Change-Id: Iddfce58d2cce01e777d51054f1a70c25ad06b15c

2013-03-28  Eike Rathke  <erack@redhat.com>  [876cb832e2ef4eca09899c9484b1ffdaab6c4a0e]

        unused comphelper/locale.hxx
        
        Change-Id: I7f554c04b7697bc847dc44b88dfec8eab63941f6

2013-03-28  Eike Rathke  <erack@redhat.com>  [7d33da474ce15133ba651c3295dd55f612415021]

        unused comphelper/locale.hxx
        
        Change-Id: I54958974b01d753dcb2cb797dbb028aa51a7a765

2013-03-28  Eike Rathke  <erack@redhat.com>  [25010515d9617bf6955ac187792244958257b2a9]

        use LanguageTag instead of comphelper::Locale
        
        Change-Id: I6e5e85e2c81030f9b599e3ade416ba25f7be4e5e

2013-03-28  Eike Rathke  <erack@redhat.com>  [bcc73432eefc08421f6ee16b3c179cba3add636a]

        use LanguageTag instead of comphelper::Locale
        
        Change-Id: Id8239b3e34c343fc114a66ab9216c179b1746d56

2013-03-28  Eike Rathke  <erack@redhat.com>  [2ac8508a2fd538183953dfa0a283c8c829bb066f]

        we really don't need to assign the same value again
        
        ... to be extra sure?
        
        Change-Id: I00d6cfafe5419b01e3e827377be030b5d1a4ee34

2013-03-28  Eike Rathke  <erack@redhat.com>  [3106c4d37f70114c41ceca1213f12eb1bc0f92d4]

        eliminated useless back and forth conversion
        
        Why convert back and forth between LanguageTag (formerly
        comphelper::Locale) if all you need and use is a BCP47 string.
        
        Change-Id: I1ec12186284211bcd7d115ee092c195b926e7cd0

2013-03-28  Eike Rathke  <erack@redhat.com>  [68fac46e71e954d559eeb8591383f304f3038ad6]

        use LanguageTag instead of comphelper::Locale
        
        Change-Id: I2c6d07bbdef62fa17e9c90ca87be6e742268c54f

2013-03-28  Eike Rathke  <erack@redhat.com>  [66a63c1608cfd5e755fb141b636e4a84c118179a]

        use LanguageTag instead of comphelper::Locale
        
        Change-Id: I628c7fdd9e14c8fdd55800aa470268abf4ed2632

2013-03-28  Eike Rathke  <erack@redhat.com>  [4f79c03ba8ca14c3b9798565272a82e4e14ac3d0]

        use LanguageTag instead of comphelper::Locale
        
        Change-Id: I98cac783ff1db94d1d7135dd0db8ee0d809b3457

2013-03-27  Michael Stahl  <mstahl@redhat.com>  [efc5995170f2ffe98374acb16a4f851bede6842d]

        SwCrsrShell: remove pointless resetting of Mark positions...
        
        ... before calling DeleteMark(), which actually resets the Mark
        position to something guaranteed not to be an SwIndexReg since CWS
        odfmetadata2; checking HasMark() before DeleteMark() is pointless too.
        
        Change-Id: I145c3800a4a7e5d20de9567d8f3163431577e918

2013-03-27  Michael Stahl  <mstahl@redhat.com>  [b227a8e4d65e4bbfe991aed9342fe3e30eca8639]

        fdo#60513: SwCrsrShell::Push(): take position from table cursor
        
        If there is a table cursor, store its point/mark position on the cursor
        stack instead of pCurCrsr, which in this case is just one cell in a ring
        that contains a SwShellCrsr for every selected cell.
        
        SwCrsrShell::Pop() is surprisingly able to restore the prior state,
        because it calls UpdateCrsr(), which detects that the pCurCrsr spans
        multiple table cells and re-creates pTblCrsr, and then later on the
        first GetCrsr() call SwTableCursor::MakeBoxSels() will restore the ring
        of SwShellCrsrs from the pTblCrsr selection.
        
        Change-Id: Ibe9a7f379ece61c7dab1a6f69abaebf42a4c85ec

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [159edc43135bd02f6d507424c3b0546c2e03851f]

        Bypass extension scanning unless HAVE_FEATURE_EXTENSIONS
        
        Change-Id: I6ada96fc5cea895b967387c10814a7003e1e492b

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [5ef3e4ca5ba9725178481bdd066564340a51a3cc]

        Do support the deployment component unconditionally, and add ucpexpand1
        
        Change-Id: I8a3749be43efc77317f7f10c7fd6eadaf79f99c7

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [aeb1c38c8c6dd2b092102c5f6ee5749f5b6c15cb]

        Do disable extensions for Android, too
        
        I started running into mysterious trouble when some code still thought it
        should be looking for extensions, although (perhaps) other code was not
        willing to support such, or something. Some confusion caused by my recent
        changes to make the conditional support of features more fine-grained.
        
        Change-Id: I61758cb06054ceb038d200bc95615b5b85ed0f7b

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [0cd2accbd4cb044bf67b75e5271aa7f39628349c]

        Put some help-related code behind #if HAVE_FEATURE_HELP
        
        Change-Id: I586921111d06030f3bc6d2cac2cea97a44f28a71

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [a1f2f8636dd3b4b75bb24833bb42734a5f7c6c37]

        WaE: comparison is always true due to limited range of data type
        
        Change-Id: I74d9025b37966d0a0fa1e2c0cd5cac4778f8384e

2013-03-28  Tor Lillqvist  <tml@iki.fi>  [3fcf0008d382b3f8677b02adfb3b01914d1123dc]

        Need deployment component too when HAVE_FEATURE_EXTENSIONS
        
        Don't look just at DESKTOP or not when deciding whether to compile that stuff.
        
        Change-Id: Ic9961ba27eb4a1e9360c67dd844c9243f1eff00e

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [3801c6ea7cf41a31173e2e96fea59ad8e0321e79]

        DBG_ASSERT -> SAL_WARN_IF (silence -Werror=unused-macros)
        
        Change-Id: Iac61bcae89e9a96c7b9b97be3fa60378acc89bd9

2013-03-27  Eike Rathke  <erack@redhat.com>  [a1554c121f5f810c77b70ece3d11522a48091d0f]

        added LanguageTag::getFallback()
        
        Similar to comphelper::Locale::getFallback() but implemented
        differently. comphelper::Locale is to be removed later.
        
        Change-Id: I99dc7b51029df102705f2608245c91d81dc96788

2013-03-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [97257aeef6c402b34e316eeccd9b022940a805cd]

        clear -Werror=write-strings in NeonUri.cxx
        
        Change-Id: I7a67c1858b2954ca0522320b9008d70ed1afd64c

2013-03-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [72a5c2a56ae1510380c8993fafffa7916fcda7e1]

        Remove RTL_CONSTASCII_STRINGPARAM in ucb
        
        Change-Id: Ib450c1463add267ad64707c7a2d71e7f6a9c0849

2013-03-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d7e6a24f160dc0de94f681fb6c88a0a287cebb41]

        Fix build: typo and not need
        
        Change-Id: I7bc1ee815e6ac333fb0c5b9a2c3135db2f81235e

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [e0cf3babee1e8c3b4e432e591bae18b97b07c34a]

        -Werror,-Wunused-private-field
        
        Change-Id: I42235ca7cd25c07af7daaf51f56a6deb60e4108e

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [2bd0d00982fcd8648bbcbb0502821b5a21a618a7]

        l10ntools/inc/helper.hxx includes libxml/parser.h
        
        Change-Id: I44512a132cdc428b5ab157f19107690b781af823

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [af4ae63b94419007791116ff8e24b9a8afbc2299]

        svx/source/inc/trace.hxx -> SAL_INFO
        
        Change-Id: I019f41aeb41ec150087e6f544cff3b36719d1845

2013-03-27  Michael Meeks  <michael.meeks@suse.com>  [d7ea9c2c72023bb0c24307eed8388ae73bd67e94]

        remove redundant iterator increment - thanks Fridrich.
        
        Change-Id: I345eb51cfb2ad3043ac1659bc971efeb7a5350a0

2013-03-27  Eike Rathke  <erack@redhat.com>  [c3763ef570e1c6aba53bc23ba3c03429891ad473]

        rtl::OUString to OUString
        
        Change-Id: I546132fbd8dbb621a8b436648d1e21a4dea79591

2013-03-27  Eike Rathke  <erack@redhat.com>  [609507a8737277b1e8a53165882c346931477e4b]

        unit test for x-... privateuse
        
        Change-Id: I46062bcece6ccbcebf421bc4334c1af05f27a8fb

2013-03-27  Eike Rathke  <erack@redhat.com>  [d35ed10d1d75c6ce3a850e844a931b95c12cd127]

        handle x-... privateuse
        
        Change-Id: I9ff44e7f3d3fd8fccc5b7134c18184040f797826

2013-03-27  Eike Rathke  <erack@redhat.com>  [46f47a6ec28dda0436b9c4fb54628a6e2e191285]

        handle x-... privateuse conversion
        
        Change-Id: I293ba38f02a93d161fd05beba02f2dcd974c63d3

2013-03-27  Eike Rathke  <erack@redhat.com>  [a0edc3fc9cc77172aec6d865e4aaf2500229fd96]

        rtl::OUString to OUString
        
        Change-Id: I2ce2b88532a22a8f0379605523e5e67b974bb6ba

2013-03-27  Eike Rathke  <erack@redhat.com>  [6558e62d58d0daf1d4a2562ca4618eb1083f30d4]

        defined some x-... privateuse language tags
        
        Change-Id: I1a4e00c677f7e5012831c0b36290c8585e45e474

2013-03-27  Eike Rathke  <erack@redhat.com>  [222414f92e0ec478e4dcdd30fadf3ba7a4dcda2b]

        typo
        
        Change-Id: I7e19c2b8a05a86f9995a879b5296f5ca93d3ef87

2013-03-27  Michael Meeks  <michael.meeks@suse.com>  [f9018f92e8a7d234d4f472c9d243526ecc5352de]

        fdo#62834 - svg export: close stray trailing tspans if we have them.
        
        Change-Id: Ifc539e3229edd14b7291ee66bf3523cbdbedf2ef

2013-03-27  Julien Nabet  <serval2412@yahoo.fr>  [51fedc00adaf244afd6e1ac81e568c93314cfab1]

        Remove unused macro "PMAP_CMD"
        
        Change-Id: I00812388e7abf17e8388f19143f78843f7946405

2013-03-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8e26b4783f1f47ff5d489e7df5869240eefd1071]

        Refactor l10ntools
        
        Delete unused functions.
        Make Export class more encapsulated.
        Move to local that functions which are used only in one file.
        Common contans method which are used by all executables.
        Helper contains methods belong to xml parsing.
        
        Change-Id: I28773a2c7eea90da7df7f32720fd38de2cb661ac

2013-03-27  Julien Nabet  <serval2412@yahoo.fr>  [239fb4cb41cb0d1ed42bf5cf8ecdabdca4a28a68]

        Try to fix python problems
        
        "Octal literals are no longer of the form 0720; use 0o720 instead."
        See http://docs.python.org/3.0/whatsnew/3.0.html
        Seems ok with Python < 3
        
        Change-Id: I588a9dcc4f4b447d5cb88eb6bb03ab2d598dc9f0

2013-03-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6b01598089547d61e29199a1e3f15f5e39bf88bc]

        Delete German src strings
        
        Change-Id: Iec1def690a94c7917b6983cb6a12fb953e89eb34

2013-03-27  Julien Nabet  <serval2412@yahoo.fr>  [7b1f5cc16fdbc0c53d0b7f9e3f45decd1136f4fa]

        coverity#704341 Logically dead code
        
        Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1
        Reviewed-on: https://gerrit.libreoffice.org/3046
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-27  Michael Meeks  <michael.meeks@suse.com>  [e8943d60fc2ffe2b3abd1195a53346aafb4a5a81]

        logerrit setup - automate lots more for first-time users.

2013-03-27  Julien Nabet  <serval2412@yahoo.fr>  [e9ecc029d6ec8f48bd901959e64a872c355dc217]

        coverity#704334/704335/704336 Logically dead code
        
        Change-Id: Ieaa3c8ed735692a16c40ff01ea1dec52c2a29f31
        Reviewed-on: https://gerrit.libreoffice.org/3045
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-27  Michael Meeks  <michael.meeks@suse.com>  [23c22d3da5349ba1242edaeecfa0cba97a92ac71]

        fdo#62094 - fix infinite loop in radio button group iteration.
        
        Simplify the code too - we copy the vector anyway, so reversing it
        should be cheap.
        
        Change-Id: Ie655ba3044c7e0dd5a15b0e839a3712a32a1e298

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [129836c99d860c6ee4eac5167fce0326ba03f42f]

        -Werror=unused-macros
        
        Change-Id: I70813300c9935435de62a6a1347530aed8dfdc08

2013-03-27  David Tardon  <dtardon@redhat.com>  [ed3fe31d882477d3ef06e164e61dcfe12d1f8247]

        fix build of redland on mingw
        
        Change-Id: Ied6afb6f9240d29f75e97ab3cb536fd5524cc5d9

2013-03-27  David Tardon  <dtardon@redhat.com>  [35ee0188cb85a56c7ea287cc979006d2d01d439b]

        WaE: "UNX" is not defined
        
        Change-Id: I3b72efae6c3ae929eb4f26400a7c73406371c1a2

2013-03-27  David Tardon  <dtardon@redhat.com>  [6190296113a88e57e15242829a4211f811eeec02]

        fix mingw build of xpdf
        
        Change-Id: Ic6cbe741b9d8ec1081833039f3982eb68a10b38b

2013-03-27  David Tardon  <dtardon@redhat.com>  [97272121d514b613965e7da1f8d138440b25444b]

        WaE: declaration shadows a previous local
        
        Change-Id: I675c76206eefa447084454f345fbdeb11760cd08

2013-03-27  David Tardon  <dtardon@redhat.com>  [ede96bce22d7394f14cd9d5674e8a5cc63e5c473]

        fix mingw build of nss
        
        Change-Id: I61ae51ef53321ed507dfc2974dc5bbfb72d3505e

2013-03-27  David Tardon  <dtardon@redhat.com>  [3a7d870d721d39c239ccc9d7873f34e04c7914d3]

        file modes are octal
        
        Change-Id: I5aa118db8100be8945425ad195bfb72819953c73

2013-03-27  David Tardon  <dtardon@redhat.com>  [1ef1695b6b7a2981220c9b7c3c4329bf983a5e54]

        do not run unit tests when cross-compiling
        
        We already do this for full build (see solenv/gbuild/Module.mk).
        
        Change-Id: Icdb6f0e91d8e6674868926e79f63130942295353

2013-03-27  David Tardon  <dtardon@redhat.com>  [769831b9588889e29b882fc65b6021f6ff73dfea]

        WaE: "UNX" is not defined
        
        Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a

2013-03-27  David Tardon  <dtardon@redhat.com>  [1174fbee3a5af72f2a79f11d4d4aabb04c195ec4]

        fix icu lib names on mingw
        
        Change-Id: I7b54e45b058a95783374e64cc0f628d336e579cd

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [2faa7c8fcb28717ecdba970885f269585cfac8fe]

        Using ":" as separator conflicts with Windows C:/... paths
        
        Change-Id: Id6a3f865aab817180c3500b38d77b40d48a98bc9

2013-03-27  Miklos Vajna  <vmiklos@suse.cz>  [82b29b9d384211061653f35695287be60dbc99b8]

        fdo#53442 SwTxtPaintInfo::_DrawBackBrush: color multi-para comment ranges
        
        Change-Id: Ieb9a33cda8297b432e1d0ea8224ba9231b6ac2c1

2013-03-27  Miklos Vajna  <vmiklos@suse.cz>  [5ddcaa86003c6a28c4a9b307cdf3b37deabaa5a4]

        SwPostItField::GetByName: make this available for the layout as well
        
        Change-Id: Ic2a2d759d855cecadb8429541d0a7665a6deaa4b

2013-03-27  Andras Timar  <atimar@suse.com>  [91aaceb7275fe8aa163629646de4c3dc7c1c02b3]

        fdo#39445 writing out tools/fsys.hxx (forms)
        
        Change-Id: Iee0812ee098c3b7c12d297461907a2923bad2cc5

2013-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2895b0ef692d5842636b3b026e76ceb6ac30d088]

        complex categories are represented by ScRangeList
        
        Change-Id: I35ab4e8299bb62ec0124a4c45e5cd20be6fc774a

2013-03-27  Mathias Hasselmann  <mathias@openismus.com>  [4fc429bf61b43fb78eb17aa63004d8bce6757fd2]

        Remove ResId support for a few dbaui controls
        
        This removes the ResId constructors of dbaui::OpenDocumentButton
        and dbaui::OpenDocumentListBox.
        
        Change-Id: Ib1d80a3ae7757c81ef0ee6f25ee24e91adce532d
        Reviewed-on: https://gerrit.libreoffice.org/2888
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-27  Mathias Hasselmann  <mathias@openismus.com>  [f3f512bdfd664ea27ff2b51175dcf85d1949d06b]

        Use UI builder for database wizard's start page
        
        Actually the resource based code maintaining two pretty different
        pages in one single class: The start page of the setup wizard and the
        start page for the change datasource type wizard. Both dialogs looked
        pretty different so to simplify the UI definition and to reduce number
        of null pointers and branches in the underlaying code I've split
        dbaui::OGeneralPage into two separate classes that share a few common
        pieces.
        
        Change-Id: I690e178992c528de112d91cecf00cc3c5156f1cf
        Reviewed-on: https://gerrit.libreoffice.org/2887
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-27  Rafael Dominguez  <venccsralph@gmail.com>  [d9e5d228638860b95285fa54456743b102a9f456]

        Fix moving selected search results in Template Manager.
        
        Change-Id: I51ae74f91845255dc1f332e33c8e708e5af1ead0
        Reviewed-on: https://gerrit.libreoffice.org/3079
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-27  Rafael Dominguez  <venccsralph@gmail.com>  [74af6a27f539503aa8405ad34e1d0031f080921a]

        Fix exporting selected search results in Template Manager.
        
        Change-Id: I0716b3f2833bdcc78a67f1b0874b92a59df705f7
        Reviewed-on: https://gerrit.libreoffice.org/3078
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-27  Rafael Dominguez  <venccsralph@gmail.com>  [7ae8cf64aefedb79abf98aa4c1fe421f86c0db48]

        Delete the correct template from the selected search results.
        
        Change-Id: I2fe82b20e9b4a78abbbb3e8e587a5720054f845d
        Reviewed-on: https://gerrit.libreoffice.org/3077
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-27  Rafael Dominguez  <venccsralph@gmail.com>  [439db93bee83f49196547c3028df5310341eacd9]

        Fix deleting templates through Template Manager.
        
        Change-Id: Ic59d3d666ae5f3808ef7dd7324589a731a841186
        Reviewed-on: https://gerrit.libreoffice.org/3076
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-27  Rafael Dominguez  <venccsralph@gmail.com>  [036c783b4c755c3054ab89a16853a145a13cbcfe]

        Separate template region ids from thumbnail ids.
        
        - Update all actions to use the new system.
        
        Change-Id: I22da25a4bbba4604f5df42f440e6532076d39457
        Reviewed-on: https://gerrit.libreoffice.org/3075
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-27  Andras Timar  <atimar@suse.com>  [4653d73c577d5bf197e7e6c01876f85cf728e279]

        fix extension replacer (rsc)
        
        Change-Id: I0808aeedf87fd181380077f5cfd7b12dc3b33ef3

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [2b86de6137b5cc7cc09176b1d31240aaab4b61df]

        -Werror=unused-macros
        
        Change-Id: Ifaf464b6a0ff7f365ddb2d123de9976fd90fdf21

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [d7f1add4e8692d3a65be8dd5002bda69b92da3bc]

        -Werror=unused-macros
        
        Change-Id: I377711500e6308e8aa273f016f8a2a9dcbaab760

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [3e8a0c2d1158191ddf4e7af3feb060ff5b50316f]

        -Werror=unused-macros
        
        Change-Id: I2fce1d0c7136840843b78ae301e8c4147d504272

2013-03-27  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6c6adf5b46ce52b6d1ada11c0ddc03cedb675e88]

        fdo#61794 Set maximum of LimitBox to SAL_MAX_INT64
        
        Change-Id: I1744c7f8f1d6d27d3e62feb0cade1280fea331f1

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [e36a3f91ce6d31502d2adf5899d601b161172d00]

        -Werror=unused-macros
        
        Change-Id: Ic44d85b0180612d499beec35e944402becd181a7

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [ce1cce54ec94a9d3e63830ebc7452c7418e6a34e]

        At least Mac OS X SDK 10.7 does not need that
        
        (causes -Werror,-Wunused-macros, rather)
        
        Change-Id: Ic8449c7794739033ddf1f6227f025ce4a0c899d0

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [6310424aff68ad0cb354b15b5c92324e933ffae2]

        -Werror=unused-macros
        
        Change-Id: Ia02ff34be9eff80fd8f9d76f034d76c3791342f2

2013-03-27  Harri Pitkänen  <hatapitk@iki.fi>  [da45a0e255f77d002c35438e9c2a17fecdde6d81]

        Remove HTMLMODE_FRM_COLUMNS and export column-count CSS attribute
        
        For multi-column sections in Writer, HTMLMODE_FRM_COLUMNS controlled
        whether column settings for the section were exported to html or not.
        This was disabled for Internet Explorer and enabled for other browsers.
        
        The export was implemented using non-standard MULTICOL html element
        and did not actually work in any modern browser (apparently only
        some versions of Netscape have ever supported this). This patch
        
         - exports the column count also using "column-count" CSS attribute
           which is supported by latest versions of Opera and IE. Firefox and
           Webkit based browsers would currently require -moz-column-count and
           -webkit-column-count but I have not added these since the browsers
           will likely stop requiring the prefix in the future anyway.
         - removes HTMLMODE_FRM_COLUMNS conditional so that this export will
           happen with all html compatibility options, including IE.
        
        Remaining issue: Using the MULTICOL element (as opposed to DIV element)
        confuses at least Opera so that it ignores all style attributes applied
        on the element. But corresponding html import code in LibreOffice still
        relies on MULTICOL. I will work on a separate patch to add support for
        column-count CSS attribute to the import code and switch export to use
        DIV instead.
        
        Change-Id: I82a065fdda0e074fbfcd0007e6ff6e46185be3f5
        Reviewed-on: https://gerrit.libreoffice.org/2950
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [f5442623090dd535a1a561f1ecfdb09f2dff129b]

        MSC fixes
        
        Change-Id: I5ea1e75a637e8f4fc51ff31321213267669f8bc9

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [3ec3f2fd5f7a4f0e7bd5d43d2cf92a142702a116]

        -Werror,-Wunused-macros
        
        Change-Id: Ia4560cd9726f64d85325c0bb28b7cff9774bc173

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [de8d12acf122322af8412ef1a90e13fe34fcdbcd]

        Use proper version numbers
        
        Change-Id: Ib0284c3fe63636e42b2e72ab76b02a8197c837e0

2013-03-27  Michael Stahl  <mstahl@redhat.com>  [d0c80826ba22f5adb8e3d88c7ccabe9a3c6267a1]

        sfx2: TabDlg_Impl::pData is deleted twice
        
        (regression from eb69f807c4709a908222cb57b45a8733be663c56)
        
        Change-Id: I1752d60496a572152b571e871db818cf8c9264ed

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [5e55ac273c1093ffb81fbb5d74e4f23eea381d9d]

        -Werror,-Wunused-macros
        
        Change-Id: I8df5248894a91981192e531610dbb8a387483aa1

2013-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [0408f411f2be48717edc92eb71711ea60b4acb28]

        touch --no-dereference is supported on mac but as the short-option -h
        
        Change-Id: I63fa0c24317f683b8eb2bc0b7a1b3ab1ea455866
        Reviewed-on: https://gerrit.libreoffice.org/3050
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d588e1cf1d751a9937300052c495f4f3ba47695f]

        kill './logerrit review'
        
        - twas more of a proof-of-concept anyway
        - its more clumsy than both:
          - git-review https://wiki.documentfoundation.org/Development/GitReview
          - or simply using the web UI
        
        Change-Id: Id7a11fcdaf95386c451d0e6421d32de7d1d02721
        Reviewed-on: https://gerrit.libreoffice.org/3070
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-27  Maxime de Roucy  <mderoucy@linagora.com>  [54b5973ded864634b70e3ec45200beaf1d13cb53]

        unit test for fdo#62805
        
        Change-Id: Iebc1a63496aaf54b9e459d0ed53db5cae49929ac
        Reviewed-on: https://gerrit.libreoffice.org/3086
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-27  Thomas Arnhold  <thomas@arnhold.org>  [32ec7666596b2a0f27c72f9d856e2ec0f0545f6b]

        fdo#62525: use cow_wrapper for FontAttribute
        
        Change-Id: Ic07da7c7cf225a910e6f0fa4f6d20c4700e7ec7a

2013-03-27  Maxime de Roucy  <mderoucy@linagora.com>  [0bca4ccd54263bdef3722d96fe98760a5966c2f4]

        use of aState instead of m_aStates.top in popState
        
        Change-Id: I6814e48a92a1b24823c6884a151aa6a139410ff2
        Reviewed-on: https://gerrit.libreoffice.org/3085
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-27  Maxime de Roucy  <mderoucy@linagora.com>  [1c4fb33d8518d8bc46a44c74f5d093a4c4e912f4]

        reformat of rtfdocumentimpl.cxx
        
        Conflicts:
        	writerfilter/source/rtftok/rtfdocumentimpl.cxx
        
        Change-Id: If79fc70f5fb8f8e48358048c03a8d39be6b197fb

2013-03-27  Thomas Arnhold  <thomas@arnhold.org>  [63da9d632827e7d08450dfd72bdcdfbed9c73cae]

        fdo#62525: use cow_wrapper for FillHatchAttribute
        
        Change-Id: I1581b4bca6f14bd27af12ff40a4f4c0fe08af133
        Reviewed-on: https://gerrit.libreoffice.org/3073
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-27  Javier Fernandez  <jfernandez@igalia.com>  [6db890bfbb4cc86d0963599b70033b4eb32ff154]

        Ugly Hack: using our own WebConfigSet while the Topic stuff is not integrated.
        
        Change-Id: I0df92af6b01e5eab99212bb1587f7165c70fd59b

2013-03-27  Maxime de Roucy  <mderoucy@linagora.com>  [8c9b05685ff32b309e3447f2030c86e6a1ab9293]

        minor update in rtfdocumentimpl.cxx
        
        Change-Id: Ie32166edbc3efb603ccb5e98d8c2cac66ecc2f47
        Reviewed-on: https://gerrit.libreoffice.org/3083
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-27  Maxime de Roucy  <mderoucy@linagora.com>  [ea8602bd116198aa076903d9b6ad91cfa96d0464]

        solve fdo#62805
        
        move m_pCurrentBuffer to RTFParserState
        
        Change-Id: Ied16ee1704d35c6bd0368b26a210131b60bc91a3
        Reviewed-on: https://gerrit.libreoffice.org/3082
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [cdf0f6cf2b157ee187a74b786813e1d3dff9fd2b]

        -Werror,-Wunused-macros
        
        Change-Id: I4df79952596b267a0e744a2b9a11a1e128624e74

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [787bdc61ddf169c562002ecfe07025c1b8e8a2ef]

        -Werror=unused-macros
        
        Change-Id: I8548078dd6b9fc3555bfb5e23a683879ee3de3fa

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [6a6aa4b9249027a168db42ccff877e34e44d3872]

        Missing #include "sal/config.h"
        
        Change-Id: I5223b11089d038d5c3f6c086432a6b2a8fd119c8

2013-03-27  Petr Mladek  <pmladek@suse.cz>  [4560c49c1e87c6c08d18734fef8d1420e048ad0e]

        Bump android remote version to 1.0.6+, version code to 8
        
        Change-Id: Id8585bbc7f44ef59a27271119bdb1df701b9692f

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [644cf72f7c5bb217ea2c3769e5cfd958346e2c7f]

        WaE: macro is not used
        
        Change-Id: I51ffa344e414d549daf642ad961e489a83b2be37

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [1c48417cf7f726e86bbb84a5403b56d925ce5610]

        Bypass FuncData::getParamDesc() too in the DISABLE_DYNLOADING case
        
        Change-Id: Ia115355af6e556fb848235691be68edd2462752d

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [0ac88c0bbc95465a08d14be0033a136a14c56557]

        WaE: macro is not used: USE_LIBPNG
        
        Change-Id: I900d4957d964332ef97cb389d17206438f94743c

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [e717c5b929cdb790147c55c20889ed9042374394]

        -Werror,-Wunused-macros
        
        Change-Id: I083b936a6b20f070748c281d5814d5e57dedf864

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [ab7ac5884c5a824999b58d2a800cae64cb8e359a]

        Use <config_features.h> instead of -DDISABLE_EXTENSIONS
        
        Change-Id: I4fe5cd27b77d44b9b33af0ae3c3754e3b85c2ca3

2013-03-27  Thomas Arnhold  <thomas@arnhold.org>  [71907bb06ae6fc3c0ea1485b6ed0efaed196a57a]

        -Wunused-macros
        
        Change-Id: Ia147a72a4bbd5cec45a2a74b721a81ff8c4340c2

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [6e9be7c8a3c2145d923612889f209fe4874139c3]

        WaE: macro "_STRING_H" is not used
        
        Change-Id: Iabc3ab2d455a768f7af159490e0c26b694c01f34

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [6c8cdfe24380461c3eb81cac39ac6425cad17715]

        WaE: macro is not used: STACKTYPE
        
        Change-Id: If20c7637d13f37029e447e779586fcfad21c3305

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [b2d2118f76b8bc95dc2aae76b7c3f7a697b0da24]

        -Werror,-Wunused-macros
        
        Change-Id: I3c43fcfe7216a833f1dbe298098b72de52f0f155

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [c1ea7a2fb43a8f51134fafba78b3acc68f10fcf4]

        At least Mac OS X SDK 10.7 doesn't experience TimeValue clash here
        
        (causes -Werror,-Wunused-macros, rather)
        
        Change-Id: I1dc05a5cf73aec7827df662342f5d9189215e64e

2013-03-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5a88a8193a9ff81237c202e647d1c19eb827c0d0]

        HanMac J import is really really initial :)
        
        Change-Id: I86e450326e5a0ae5499ec2f4ebdc5bcb9ca68390

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [f8e1b64c52c26f6026fd13bcbef8e515dcef2015]

        WaE: macro is not used: _MATH_H weirdness
        
        Change-Id: I283767ba44012a740d49f1b8d9d1f6bf80d8b664

2013-03-27  Muthu Subramanian  <sumuthu@suse.com>  [c0518f245c02fd9d1d48f56429ebf59ac776c4c6]

        n#734735: [PPTX] Use number format, if available, for charts.

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [b8e68951d56cfd01cf63c3ee04b49a862b685bc5]

        -Werror=unused-macros (Android)
        
        Change-Id: Ibd06e49e78a6d6a69521a65b53b056e85b64765b

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [a429142bfb282f7bd8166d4e91052cb5009608bd]

        WaE: macro "RUNNING_ON_VALGRIND" is not used
        
        Change-Id: Ie60882c86008506a331087a241f15e931c5eacee

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [f241e2b0c70dbbbe682cd719e135f5c54b924183]

        WaE: macro is not used
        
        Change-Id: I5feb344a98465e5bd85e233cb4bb4b34c93344dd

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [a21266f2233dc2cc6a69eed4afc0baf77c74e52f]

        Use explicit "SHELL=/usr/bin/env bash" in Makefile.in after all
        
        ...instead of "SHELL=@BASH@" from d3f7d05d1b9bb29e168c49bda1e1a28734567993
        "Clean up OOO_SHELL" which could expand to SHELL=/bin/sh which, at least on
        Mac OS X 10.7 with /usr/bin/make 3.81, could apparently lead to recipe lines
        calling ooinstall being directly exec'ed from make and failing to find ooinstall
        in solenv/bin, instead of going via the shell and taking into account PATH from
        included config_host.mk.
        
        Change-Id: I841dc30f72d1d8841c64f48408a669eb6a37a1f3

2013-03-27  Petr Kraus  <petr_kraus@email.cz>  [00e9accbc591791b6529105807a2944cd92dde78]

        fdo#42781 WaE: unreachable code
        
        Encapsulate whole switch case code by #if
        so it does not produce unreachable code when TRUE
        Also found second occurence in function overload.
        
        Change-Id: I2f726b4e9cad56850ce360e48f96f45137befe96
        Reviewed-on: https://gerrit.libreoffice.org/3066
        Reviewed-by: Christoph Brill <egore911@gmail.com>
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [3c2010e77ef70a99e4861192b0cb34de1f6ce61e]

        -Werror=unused-macros (Android)
        
        Change-Id: I7b88ff1a8c53fbb875d5cb84060c726fd7d06c9c

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [7f52bb5ed454c06978220ac0d0631348360b644d]

        Hopefully _BSD_SOURCE not needed anywhere for MAP_ANON
        
        (-Werror=unused-macros on Android)
        
        Change-Id: I393face32e7d4782b5c8037fa8ebeb21ec3c6e7a

2013-03-27  Miklos Vajna  <vmiklos@suse.cz>  [b4845db4260db70cb3aaf03758cb4a1ca5fa88ed]

        fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPG
        
        There were two issues here:
        
        1) The export filter never exported these keywords.
        
        2) The "flymaincnt" RTF extension we inherited from OOo actually never
        worked (i.e. it's like this since 7b0b5cdf, the initial import...), as
        RTFVertOrient / RTFHoriOrient's second parameter was stored in 1 bit, so
        text::RelOrientation::PAGE_FRAME (7) was read back as 1 instead.
        
        Note that I want to get rid of this flymaincnt extension in the exporter
        anyway soon, so killing the RTFVertOrient / RTFHoriOrient duplication is
        pointless: the sw version will go away.
        
        Change-Id: I5335567833ecf87e6b0ba7c73150a7b95c57f237

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [79863bd45491bc258131019050e15a209a0352f8]

        WaE: macro is not used
        
        Change-Id: I1a063d7ffa1ab051fe4c3d57f4c8c33d4cd3fe87

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [a8c3c673eaec987e9fe47123f60e5f9d34a4e93f]

        Use <config_features.h> instead of -DLIBO_FEATURE_*
        
        Change-Id: Idc198beb6d759dbe3bad6ea58d896c1555b4cc0f

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [556fe2c6128a32233b411a85c54177e1d5be1e0d]

        Add config_features.h platform or configurable high-level features
        
        Defines HAVE_FEATURE_{DESKTOP,HELP,MULTIUSER_ENVIRONMENT} for
        now. Using <config_features.h> will supersede checking the
        LIBO_FEATURE_DESKTOP and LIBO_FEATURE_HELP passed on the compilation
        command-line.
        
        Change-Id: I9866e2fd142f5c1a64c8f5c74452a20de23c66e3

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [f174c972ac3ef93804a28f9566559382697832f9]

        .gitignore already ignores config_*.h
        
        Change-Id: I97e9fa6e8ad45a0cd07926d1f6d33652d9dd332c

2013-03-27  Andras Timar  <atimar@suse.com>  [49a89c84dbf2b74d9e3693f8df8362468d42276b]

        stop uninitialized memory leaking into resource files.
        
        Change-Id: I8659426dd4ea0c13c8ed839ef5cfb686e6648042

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [50bab8605e8288f9dcca013a625cb0e5715e76f6]

        -Werror=unused-macros
        
        Change-Id: I3c64ed78577988767a7da859e68a7f63f890f7dc

2013-03-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3a550b773d1bc292759532833a807d5fc98b7549]

        Fixing a mistake from yesterday
        
        Change-Id: I923bb9ef647034254702003c89062c8f9e5a71fa

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [d84142a4a44e522d1d23adcf0577d5bb567eab70]

        Prevent duplicate definitions
        
        Change-Id: I4cbc231bdac93ed3dca3fb6140c5c85e9eb4339d

2013-03-27  Miklos Vajna  <vmiklos@suse.cz>  [7cab4ce3ba74b73b129d9932d58be7006afdac2f]

        ooxml tokenizer: CT_TblLayout -> CT_TblLayoutType
        
        That's how it's called in the spec's W3C XML Schema.
        
        Change-Id: I6fc6452af493e61c302948a617d427c118ada0b2

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [bb1f0c667f8b38bf27818fe1608beb4295d9c429]

        Clean up codemaker/typemanager.hxx
        
        Change-Id: I650efd6780070410eaf34993dd41ed1b8ada7c9a

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [aaaeec55c6ca86a4871a59e058f80498e898b29b]

        Enable -Wunused-macros
        
        Change-Id: Ic37205ac7750ba0cad2f60309ae56b9c7a14d711

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [aa753f01ba4631614bb88ee7d3a3e6b222208b3e]

        -Wunused-macros
        
        Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [2ea2860ba56231d989c5e1b8f87392921bc2a8db]

        Avoid WaE (-Wunused-macros) in external libpng
        
        Change-Id: I28f36d1855a3a7563083beda992f9803b66e7396

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [52dc015ef64f95a72440a91c67b990d20a2b7d93]

        Unused Region macro definitions
        
        In other files in vcl/unx/kde4/, those defines are apparently needed to resolve
        a clash between class Region from vcl/region.hxx and typedef Region from
        /usr/include/QtGui/qwindowdefs.h.  But in these two files those two clashing
        headers appear not to be included both, so the define would be flagged by
        -Wunused-macros.
        
        Change-Id: Ib5bb62867dd3b3ea4c0a9f4b461efcecd92bc4b7

2013-03-27  Stephan Bergmann  <sbergman@redhat.com>  [d684a3cad91a81480b8856a1bffc24577e986866]

        _USE_MATH_DEFINES is already taken care of by sal/config.h
        
        Change-Id: Ib0dab05534c34eb407f3acee3b4a3638a36bdddc

2013-03-27  Andras Timar  <atimar@suse.com>  [fee08758d149b6d681952c3ac95e195da7cfa6bc]

        fdo#39445 writing out tools/fsys.hxx (rsc)
        
        Change-Id: Iacab9b8a16d8278ae9a41249d36ca1aaad2d5794

2013-03-27  Andras Timar  <atimar@suse.com>  [73ff49f47dda14391f0c118f62002cb42680624e]

        remove unused functionality from Resource Compiler
        
        and remove ASCII art comments and other useless comments
        
        Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [95c586d5c034115fd252c5fb0e4637bf9dc68a4d]

        Change the German "Lineal" to "Ruler" in identifiers
        
        Change-Id: I69f80a3a889b2bae148ac502d472d490c71ecb49

2013-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [3e786028a31565a05a09b3cc36233f50688c7f8a]

        postgresql-sdbc-impl: does not need these externals for MSVC
        
        Hopefully.. blind fix for the build.
        
        Change-Id: I3c59ceba4eee9eb9950332433045dcb6337bef49

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [5da2b4b903308fe1cf18f2feae20e602d744fe9f]

        Need <vcl/syswin.hxx> for WINDOWSTATE_*
        
        Change-Id: Ic4f729554d92652f38d783bb237448e8469e6faf

2013-03-27  David Tardon  <dtardon@redhat.com>  [92b963ef5f7aa8f1bbacd1803f6e066bf1394b8d]

        @touch does not exist
        
        Change-Id: Ic81a31d738bedcd6a35eb42d365dacc2af7ebe93

2013-03-27  David Tardon  <dtardon@redhat.com>  [02bb492622ddba085481426a52d0c273381d7404]

        add missing \
        
        Change-Id: I9df137849a628089eb03b714d5f61e8d4084be17

2013-03-27  David Tardon  <dtardon@redhat.com>  [930fe0581794e2ae6aaa62c2c716ed655a0f2885]

        fix library name
        
        Change-Id: I70dd4c9a54af8b6eeeaa6b075c5e54e296c670f1

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [26343a5a3123315795d0352ee01a1fb5ee0a931a]

        More ScBaseCell reduction...
        
        Change-Id: I3a9f9ce79de7117e7b1410c45b217e5bfe005db7

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a2a132661ae2ae535a7259c802d31c817717bd3]

        Remove this hack.
        
        Change-Id: Ibaf4f478c25e5c8b429ffb45a70d9a8a170053ef

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [48dfa346ccb37f144efabad2ba271821c895c0d3]

        ScRefCellValue is actually a struct, not a class.
        
        Change-Id: Iadd6d706e5ba9d51cb82d4dd387e59318da1f322

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d647beac3aa2c2e0853424cac19ebad4849861e]

        We don't need this.
        
        Change-Id: I93a13b3fb4203909765841806a7cde017ee85b6a

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [22571debb0071b0a134f9e4aff3db0f98fd19ca6]

        GetInputString() now takes ScRefCellValue instead of ScBaseCell.
        
        Change-Id: Ibf746351eb111a03be4f00ec719a4428c5fe47a4

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eff4f0c0aa8f91ff5ea65cb44b35cfc901524198]

        Kill more ScBaseCell usages.
        
        Change-Id: I6fdcdd6763e6da1fd25c6bded22960a1be6d7f66

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63fb74aead373e62a3be36fde3a81fb08964d3e0]

        Remove variant of GetCellString() that takes ScBaseCell*.
        
        Change-Id: Ide78ab011e1f06bdb61ac2b29bc7c170cdb8d245

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1211bc84d62598be18d9a61e8d63563a0d74f5a]

        Converted the external ref manager code.
        
        Change-Id: Ifbce13bc8a941e548b1ba647519cf9765b7f55d0

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f051163d699c802dc51be0b9af9a9879bcee5307]

        More of the same...
        
        Change-Id: I829d221d6bf164cd6087d41c65e26240108aa021

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e45f3aa3580cb4ba05a778f192c60e42db8a3500]

        More on killing direct use of cell classes.
        
        Change-Id: Ie2b6819652f330a493b7f9fe557736b27e402803

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aa054eff8ba5a1b7a3eb2a6814564317f0801f70]

        Take care of xetable.?xx.
        
        Change-Id: I00e57ca172ba41733d39aa5025c3f0a6f1de755d

2013-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3594cfd585d221e5d3cea553a8b5fed32e97ca50]

        This can return const reference.
        
        Change-Id: I1cf3e58167b883fee1b8cb32783a7892f6e0faa5

2013-03-27  Thomas Arnhold  <thomas@arnhold.org>  [646daee253b69404591c006ec6e717b6660af30b]

        kill some unused inlines
        
        Change-Id: I17160b264b547067c694dd268eb0d3bd1086565d

2013-03-27  Jianyuan Li  <lijiany@apache.org>  [c52851bf5603136fb58b828ff9e848aa0cdfbef0]

        Fix #119514#:Item lists are incorrectly imported
        
        Reported by: Terry Yang
        Reviewed by: sunying
        Patched by: Jianyuan Li
        Conflicts:
        	sc/source/filter/excel/xlpivot.cxx
        
        Change-Id: Ib33fc4da3d190cfafb534f22d140de5b2f830dd5

2013-03-27  Xisco Fauli  <anistenis@gmail.com>  [664dd908afe403836bdabc6da4f6fb0706b4f308]

        Revert "Fix #119514#:Item lists are incorrectly imported"
        
        This reverts commit 2d3f9fb97857fd8cfc732d3f5aa8f20b01e1cb35.

2013-03-27  Jianyuan Li  <lijiany@apache.org>  [2d3f9fb97857fd8cfc732d3f5aa8f20b01e1cb35]

        Fix #119514#:Item lists are incorrectly imported
        
        Reported by: Terry Yang
        Reviewed by: sunying
        Patched by: Jianyuan Li
        Conflicts:
        	sc/source/filter/excel/xlpivot.cxx
        
        Change-Id: I1e1c69004ed0764442298ae52c3bea87e6096bcd

2013-03-27  Andre Fischer  <af@apache.org>  [79a6b5191961c5dcc91f6e0b0b63f2e61a933823]

        #i119557# Ignore redundant "split" property.
        
        Patch by: Jianyuan Li
        Found by: binguo
        Review by: Andre Fischer

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [2b520e7d8a0cf12c71b8fc09d6d83dda8a3b6c32]

        Bypass X11-specific fields for Android
        
        Change-Id: Ic8bfd4467b2fbcdcfa2caeb04d4ebe95f13863a2

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [839a61c48c191ba9b9455bc9a64b1cd3f232d2f8]

        Need <vcl/sysdata.hxx> here now
        
        Change-Id: I8287f55e283676fb3dc83e7c1f4200e6a3c78f45

2013-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [006e12732427ffcd8d846bb0a4d9961dac3c2336]

        ops, fix previous ldap commit
        
        Change-Id: I1db0dc8dd9565b72c49b5ba183ba941c3d342277

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [baeccb02dabe525217593f9f575d36882c36be76]

        Bypass fields that are meaningless for iOS
        
        Change-Id: I66acafc1f7302242a2a43271b909bba331062bce

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [5ea1466c4f06737669bedbaa4ee608d6a6060bf9]

        Move two text-related functions to svptext.cxx
        
        Change-Id: I6c45d44fd38d9fde8cad7f712973f11bde51675a

2013-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [d6a020730e77de56d701fa5f566a4b8f421e064d]

        a little ldap cleaning
        
        Change-Id: Ib224484ef994312e78bac75c40421c7f6235326a

2013-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [1e14293ef7da3fe289bbf61afe84ce727319c839]

        config_host.mk: L10N_MODULE is not used
        
        Change-Id: Iab125e0e0dfac70d630d15301aba511150692f39

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [b54480ea7882df03b5d69b43ff080db72da14835]

        No need for two sets of names for the same exttextinput flag bits
        
        Change-Id: Ic5756d75bc86795a7add95694aef6fc9d1f6b9fa

2013-03-26  Christian M. Heller  <christian.heller63@gmail.com>  [69a9cffb9e6285a8735e4b35cdea9db4b118063c]

        fdo#39468 Translate German comments - vcl/source/control/
        
        FYI: there is some code duplication noticeable between slider and scrbar
        
        Conflicts:
        	vcl/source/control/longcurr.cxx
        	vcl/source/control/lstbox.cxx
        	vcl/source/control/menubtn.cxx
        	vcl/source/control/morebtn.cxx
        	vcl/source/control/prgsbar.cxx
        	vcl/source/control/scrbar.cxx
        
        Change-Id: I736cf155e252293ed571cd44a6a395b15c4bf576
        Reviewed-on: https://gerrit.libreoffice.org/2966
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [68fb0521999babdc24acbae3fc2ddd35fc7f4006]

        No need for two sets of names for the same frame/window state bits
        
        Bin the SAL_FRAMESTATE_* defines which as the comment said had to be the same
        as the WINDOWSTATE_*] in syswin.hxx.
        
        Change-Id: I42fcd91db543821f007038e558872ba8f69e4a78

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [57db240b8ba477bbbe19b3d0a04d64454b4884a3]

        WaE: class 'ScRefCellValue' was previously declared as a struct
        
        Change-Id: I0d75fd1a1e8fa23a246d6dfe9af024404198645a

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [eb69f807c4709a908222cb57b45a8733be663c56]

        coverity#440839 Resource leak in object
        
        Change-Id: Icf65fdaac8c5ed852a85dce18fc49d401c12074e

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [b57951a6b372bd77a6207b67fa305270129fcb71]

        No need for a template here
        
        Change-Id: I43262c984c311fcb1e1a9eca9b4dec4092351dea

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [30be686ddee70c5aa661abfc8eb2cb6f6fdc4752]

        Could the failing MSVC tinderbox be due to implementation-defined /
        
        ...for negative integers in < C++11?  Rather unlikely, but lets see...
        
        Change-Id: I9abfcbf2c0e409fab4c77b62e5f734d3c2cc2719

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [c1563bc6d2143b9881b93f912bd0e008d3e86b14]

        Oups, fix typo
        
        Change-Id: I64c1c644b2241fb3d43a1300816ead0f7724a4d3

2013-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8c8dc548c8fd8c9e7f8e4ef10d1c00607773f751]

        make ./logerrit setup hooks just to be sure
        
        Change-Id: I17adc7cecd5cf3757d92477dacff24e46e92caab

2013-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [53a536c68fdb05d9a687e1f590ef62731210da85]

        first time gerrit users register, they do not sign in
        
        Change-Id: I058a0b445f8b7f286ed4c22d40c0770d435d0e40

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [1aed1041840324aaea49d465f463eca19834828b]

        Add log area 'vcl.headless'
        
        Change-Id: I40053b9a51c5a640b46c6d615a5d7e067a5e138a

2013-03-27  Tor Lillqvist  <tml@iki.fi>  [c8eafbb311d2839689fd807e2a1c81034eed2a7d]

        OPT_FILTERSECTION is unused
        
        Change-Id: I251eeb98d880f04a5e4ef5829c01799b10db253b

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [a13c905f8d9f2e062a1bb3d3882347b47c3359ce]

        Revert "Revert "make partial_build work in separate builddir""
        
        This reverts commit 13034c8e4487919bea2eb8c1ba12b56b1a8a356d.  The original
        presumably works fine for a separate builddir(?), but it erroneously(?) replaced
        "lastword MAKEFILE_LIST" with "firstword MAKEFILE_LIST" so "cd <module> &&
        make" failed to find config_host.mk; fixed that part now.
        
        Change-Id: Icde8315425dd230544125901de4f3a605b239155

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [91f3b19e1dd041069d74d2827ee4ded49f2a5064]

        New try to fix plc4
        
        Change-Id: Id747989c4c99967129ca9c7e7a86e6e82e943c98

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [6cc7bfbc56c58225fabf4235e5b00f74ba800e20]

        Updated core Project: help  341ef992d8fdc702e97274779cf3aa92133c547b

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [4871d1beb9f197752ea3917255fc0403959e8ae4]

        Revert "Try a fix for Win build and plc4"
        
        This reverts commit b8b3230d51da93a93aa7397b98a1aafa7a926a3f.

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [55c6a38177d3d72166f5b6d47f5385d19b68e69a]

        gbuild: HelpTarget: use zip --filesync --must-match
        
        Change-Id: Id4e6633effcaf97aa61692ce1713f509031acada

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [9132a8d167f4df2799cd4b6011ff1672eeb7687d]

        gbuild: HelpTarget: delete index files before creating them
        
        ... because they are not overwritten, just new ones are created with
        different names, which is why i've got a 20 meg en-US.zip here with
        about 30 _?.cfs files, all alike.
        
        Change-Id: Ib4d055e1bcfd097dfbbef727a4bcfe2c63d57342

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [5684da4051d891f7c70627c6b43bd6e85ba4c9e5]

        gbuild: HelpTarget: handle incremental build with removed files
        
        ... by depending on the Makefile.
        
        Change-Id: I598f794a829599b0cf6b7f1f856ee645942dd7aa

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [b8b3230d51da93a93aa7397b98a1aafa7a926a3f]

        Try a fix for Win build and plc4
        
        Change-Id: Ib2c7e2397ff36e9c6baf359479bdda427d2cd7c3

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [13034c8e4487919bea2eb8c1ba12b56b1a8a356d]

        Revert "make partial_build work in separate builddir"
        
        This reverts commit 207e370a167b7856346c1bff0c735cd2688e2e6e.
        
        This breaks the module build i.e. cd <module> && make.

2013-03-26  Ariel Constenla-Haile  <arielch@apache.org>  [eec63d5e1d82c7809e14e46aa7cc9d9f71d2f2fa]

        i#120341# - Make SCSTR_FIELDSEP less translation-error-prone
        
        (cherry picked from commit 30441cd652260941ade8f3e6898205ab2a1d0cdf)
        
        Conflicts:
        	sc/inc/sc.hrc
        
        Change-Id: Ia306ca5b791504590657fcb8b6e404a75f8a4c79

2013-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3b42b4442e7749fe93807ab9fa8e3f5f29ba0566]

        Oops, how come it actually built here
        
        Change-Id: I79e7cf627a311a8cd2402ab8fddbc68c979a20d6

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [4a4b7abe46022e2af759520a56806f0a7e9af3ce]

        Update commons-lang and commons-codec versions
        
        Change-Id: I97b4ad2f2f671f8dc61e43836899d5532103ad9d

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [a70aeefe38f3ed30b232268d0cd1b80303ceba32]

        Blind fix for commons-lang 2.4
        
        Change-Id: I30a339ce3f18f890dfd16b59970db93d6b160b30

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [6188e1d3f61175cb080c4d5feb37547b0ae9468c]

        Blind fix for commons-codec 1.6
        
        Change-Id: I19c57855ee35d4327622608cb57cf52651fdfc9c

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [2db140d5118ab58e51654d8d10a047c17f650d15]

        coverity#735533 Logically dead code
        
        Change-Id: Iebc7a7284df0899d31eb6161b25a2e4c2f4cf272

2013-03-26  Eike Rathke  <erack@redhat.com>  [b39975bc01a7a25393ff8ee95d8c9f453d2dfdd7]

        fixed out of bounds substring access
        
        assuming is not good enough ...
        
        Change-Id: Icd4f090fe94797ecf7e968855df3bb62609037c1

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [74364dad3fcacc32008f59fab2b5fd8aacd19c9d]

        At least Mac OS X SDK 10.7 does have strnlen
        
        Change-Id: I35b1299eda7a66c578041be479051031734bc864

2013-03-26  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [d83c63bea70baf4b19b2a6a8bef96bb5e0e6f262]

        Translate German comments, fix some ws
        
        Change-Id: Ic7cf80655e6520f09a0b63b7839e46ad50de8fb1
        Reviewed-on: https://gerrit.libreoffice.org/3063
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-25  Thomas Arnhold  <thomas@arnhold.org>  [488e6875e992e11601611a119476624822fc4635]

        remove external include guards
        
        Change-Id: If5758e02baa8e019923355b6c97043b306223fdd

2013-03-26  Eike Rathke  <erack@redhat.com>  [909de9de9fce6a2e8a5c4e859038d00ce3e88c15]

        fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokenness
        
        7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 changed some String to OUString
        and replaced Search...() with indexOf() but still compared the result
        against STRING_NOTFOUND instead of the -1 required now.
        
        Change-Id: I94ecdd1741554d8ac401f9cc2ffe8456e3184394

2013-03-26  Joren De Cuyper  <joren.libreoffice@telenet.be>  [ef2c6f988203ec3f7a79077d4734c51401f0d8de]

        Cleanup comments and some translations in style.cxx
        
        Change-Id: I18f0a3d9e9c97164691233e3c997f978d339e401
        Reviewed-on: https://gerrit.libreoffice.org/3062
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-26  Eike Rathke  <erack@redhat.com>  [58d3e62455416f4bfa71719f09dd8c3938cd8053]

        fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokenness
        
        7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 changed String::GetToken() to
        expect and return a sal_Int32 and return -1 instead of STRING_NOTFOUND.
        So far so good though not consistent, but unfortunately it also replaced
        STRING_NOTFOUND with -1 in a few other places like where
        String::Search() is called but that still returns STRING_NOTFOUND ...
        
        Change-Id: I1ef1891cef220c1f1f9032af173d80f3f0e29e71

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f5d2cb6d1363bd133053a7c035b6e0163ee4edc]

        Make the conditional formatting code free of ScBaseCell.
        
        Change-Id: I93f83a840874c973cdc0821ddeb1913be7f09767

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7c2dd80cbee59aadee20b59aacdf0ba437c765db]

        By using ScRefCellValue we can remove some duplicated code.
        
        Change-Id: I75652172033e4ce00ac239e85d835c7cc9256fe2

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0b0e7ca9b3bae3b3295da33e5980f3f4c6a5f532]

        Add ScRefCellValue, which is ScCellValue without copied value.
        
        It directly points to the original cell value instance.
        
        Change-Id: I638ec8b931873d237871b6d8fa9f0e1277520d0f

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0fb1409d9682f118d28f89e27bba7887882dad91]

        This method no longer used. Good. Remove it.
        
        Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [c575e7f484817e355d5451ed001b4f874b63ff68]

        Fix bogus SAL_WARN use
        
        unknown log area 'IMPL_LINK_NOARG(SwSaveLabelDlg, OkHdl) [loplugin], huh?
        
        Change-Id: I265102a552615208db43fc7b6617189ad99b6aad

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [c947d49b5e2cd96de137460311e54952d03414d2]

        Fix warning: statement aligned ... [loplugin]
        
        Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [dcac52821c28d2e6cd1240cdafaabb4c47b32dcf]

        Fix warning: statement aligned ... [loplugin]
        
        Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297

2013-03-26  Xisco Fauli  <anistenis@gmail.com>  [60e55c7c2e9f9e6ad389b4527fa6332378e55e12]

        remove duplicate declaration
        
        Change-Id: I3ef565d61096189a9abe45a5a43951ceb7aff724

2013-03-26  Andre Fischer  <af@apache.org>  [2003acca7b2ffc5a494182685e6983c90c39d137]

        #i119884# Fixed export of fontwork alignment.
        
        Reported by: Li Feng Wang
        Patch by: SunYing
        Review by: Andre Fischer

2013-03-26  Luboš Luňák  <l.lunak@suse.cz>  [8bfc664c6188b0d9128e80f5222bf252e854bff3]

        autoconf can actually handle #define HAVE_FOO 0 as the default
        
        Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [3326a85ae6ad417b37deeee52fd9a806f42004ba]

        fix postgresql build
        
        Change-Id: I379029dbf600769e415582aa7162f320e707c3da

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [ca9435ecbbf27e1d49a89956c80b527ae5c3efd1]

        make module-deps.pl work in separate builddir
        
        Change-Id: I951e5b760fa4749cb712a927110e702949e0eaa3

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [cac094a77f83face15ca40e51033119589756b8e]

        coverity#982306 Logically dead code
        
        Change-Id: If02e50e1b57e2cae5834ecb17aa0f955572a2c6f

2013-03-26  Julien Nabet  <serval2412@yahoo.fr>  [daac7e3828e97d325e11b165a04b58ff4f96b131]

        coverity#982310 Logically dead code
        
        Change-Id: Iee6d57bc9900d4c88d614eefe6878eaca6f5e2c3

2013-03-26  Ariel Constenla-Haile  <arielch@apache.org>  [0e6a5bf1d9f4106af44996548ab0924ce7e5648c]

        framework::RecentFilesMenuController clean-up, add clear item.
        
        Conflicts:
        
        	framework/inc/uielement/recentfilesmenucontroller.hxx
        	framework/source/uielement/recentfilesmenucontroller.cxx
        
        Change-Id: Ia8b861b42bd77a90dce3bebdfa6aefd5e5cd91dd

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [700b6c1cbf4fee4044aa2b7179d3f1886ae928c6]

        Fix warning: unused variable 'sFormat' [loplugin]
        
        Presumably the call to m_pObjStrm->QuickReadStringPtr() is still necessary
        because of its side-effects (to update the stream pointer).
        
        Change-Id: I69f24de4e956d5fefb4fc5382c0cc7e0173a5a0f

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [4ac0eff680a9fbf81dfd9e8a5772dee93bd0fb1a]

        Re-add change from 304cb6ab8fb159c883c42d2d42e82750fab4e4a7
        
        Was accidentally reverted.
        
        Change-Id: I1d62003cfab222664b7cf2053f640287910b2892

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [92b973fadcf63409026237884e81a1e3f3e62660]

        Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOS
        
        The reason why a 1bpp virtual device is used in these two places in sc
        and sw is unclear to me. It causes complications on iOS as such a
        bitmap gets passed to CGBitmapContextCreate() which does not accept
        1bpp bitmaps. But let's keep the 1bpp for other platforms.
        
        Change-Id: Ia34927cf728d4be05a31e88b7da78200d0b799ba

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [99a6a8d1bddc11097ff1bf386eb31132dbcdf311]

        rCGContext is not used for iOS
        
        Change-Id: If853edc8cd15bc61f0bc9d421799ad290a87d298

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [f238648cea537e5c40824270df8f91b50af392de]

        Ifdef out methods for iOS that are actually in coretext/salgdi.cxx
        
        A bit scary that the linker didn't notice the duplicate symbols, but
        instead apparently just picked the first (or an arbitrary) one. Need
        to look into that. Anyway, now when the correct SetTextColor is linked
        in the coloured text in the demo document shows up in all its glory.
        
        The code that is partially shared between the headless, OS X CoreText
        and iOS backends should to be refactored a bit, I guess.
        
        Change-Id: Id341298f72dc253380d9b2319032e0a9a8bdd0f6

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [91a3723922b5fecf0b18346d7d31a9ee685a0b43]

        Remove unnecessary code that was based on a wrong guess
        
        Change-Id: Ia3e12d68c0eef56ba32b2c6062448874a52a8df3

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [708270b616b486869e896d2ace4bc9b4fdbefad3]

        Improve the blitting, use memcpy for each row
        
        Change-Id: Idfc5efe8b2326748670fec82a7780f81b243dbc8

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [40e67e2b5a2c0658633513c3c408cf6ef1441665]

        Add a SAL_INFO()
        
        Change-Id: Ieb3ff50a13172fa2c51173697b80ff5a71fbe244

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [e642b9d97d8ac56fda6b5c1e0859f99abc5c47e3]

        Release style and CGContext resources in dtor
        
        Change-Id: I40fa43aaccda42e276f729cb7948101482c6ce5c

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [b2ad5380ad70de51075d67bbd9dd2145d1484b6a]

        Handle different basebmp scanline formats and flip vertically when needed
        
        Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [bcb57baaae2d7e6914ab4dd8eb5232aeacddbb72]

        Use the applicationFrame and not whole screen size
        
        Change-Id: I33a67b4908759913e49608110cc2635cc50e54b1

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [6d7d274151d18be9c806f72ac3ce10638e483bea]

        I think kCGImageAlphaNoneSkipLast is what we want
        
        Change-Id: I19a5ab15650cef4ee834af63e19bea7807b77477

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [881814077515605ab4f816530b81709663de50a2]

        Introduce temporary lo_set_view_size() hack like on Android and call it
        
        Change-Id: I44df0946f59d1b9a2a6ea935b3c2ea3c96c1260d

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [89d9b9e252f0584afb0e0d995c80c114697a7aa1]

        Log also corresponding destructions of BitmapDevice
        
        Change-Id: Ic74032b430691215482172c3c5f834374d47873d

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [1b57a3b5238e56abc51ba0f1cb6053b7a2001f7e]

        Add svt and svx
        
        Change-Id: I3298b985bc7f197e50f7246c8fe828d51804bde3

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [753d0de3741ff30036672b6d8f91440582fe0edb]

        Add the soffice.cfg and registry stuff
        
        Change-Id: I12dda660f4eac298af29cee8858f8aef496aa5ed

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [f222e81cb88bc211076d92f52abed3349d3f4806]

        Change how Rectangles are printed, special case for EMPTY
        
        Change-Id: I0fe230875e785b811ae09e04399790a53b354dd6

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [74fa38afcd9be0f8cd3dd5cc3606269d99ff24ae]

        Add to the project some source files where breakpoints are often useful
        
        Change-Id: Iccd5f7bb99a76542481564b2f6475ca365756e45

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [eac68782f9c4b4025f4daf68c65e77719d5c736f]

        WaE: Variable set but not used
        
        Change-Id: Ia9dac8262d08a5727ff0518eeec189c99b768504

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [59c83ffb05865a5e492c3204228e85ca006e2b5b]

        Don't exit intentionally
        
        Change-Id: I1d4c7dbc8ed9254e92d097454704c811ba1532f1

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [d6869762a903d1614a9592508092f0721e5a4633]

        Try kCGImageAlphaNoneSkipLast
        
        Change-Id: I127f450ae7c52f25033a6dbc34029545ea5ed07b

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [9f1a3352b5cb04e877785af3110f56d2d3418eda]

        Improve debugging printout a bit
        
        Change-Id: I1acc1b3f1e9d2cdcbba058b050f278e396f115c6

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [16498b264c8729c61b99946b4e532fdd3a8d9828]

        Move SAL_WARN_IF
        
        Change-Id: If543e44a1f4aa08a38bf273a3e50a7cd7d57e84d

2013-03-26  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [60570afbeaa058b6f8a9b878cc41b1535ef6e5f0]

        Resolves fdo#61540
        
        On Insert before, the reference column whose size is going to be used for
        newly created column(s) is wrong. As the new columns are inserted before the
        reference column, the reference column moved to the new position by no., of new
        columns i.e (earlier+newcolumns).
        
        Change-Id: Ib52e3633aecb1220cdf709058391361376dc5f00
        Reviewed-on: https://gerrit.libreoffice.org/2958
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [5a5c8e253abbef5626dab70f8978275ac3c742f8]

        Check feature test macros instead of ANDROID and/or IOS
        
        Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE.
        BUILD_TYPE has at least two kinds of elements: Those that indicate
        building a bundled copy of some 3rd-party library, and those that
        indicate some specific feature of the LibreOffice platform or
        build-time configuration choice. This is for the latter kind.
        
        Change many of the checks for Android and/or iOS in the source code to
        check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS
        instead, in cases where that is what is meant, not Android or iOS
        specifically.
        
        Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [3ee3e7946c4a772fd13eada4b235479581190dce]

        Lock files make no sense on Android or iOS
        
        Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [83a486546f535b32a565d9215e7584c5572c2fb0]

        Shared documents make no sense for Android and iOS
        
        (When I say documents, I mean spreadsheets. Only Calc has code for
        this.)
        
        Change-Id: I05fd19885633f9e250940678d33e2e4c82c31a9d

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [434ba7317007f9d27dea3e8bbc52f69e074c2046]

        Initial hack attempt to get something rendered
        
        Change-Id: I13a407331184f08fd39095b7486d0a370d91ed93

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [bdbb0d1cc13a11c8c857ee2d387771a8c2622488]

        Temporary hack for iOS: open files read-only if read-write open fails
        
        Change-Id: Ifc400d9843b23ef942c43af3a2b8830ccff71a7e

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [2672cbdd00667ecc71b3390a055ee25bb0b06d80]

        Add LOViewerWindow.[hm] to the project
        
        Change-Id: I50ac91fd0e803b1b2322e5c7c25f7bf682a8208d

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [5a4c573506e4db1891cf873650eb3d154b334d52]

        Add images.zip
        
        Change-Id: If764bb95ab29b8092b356fee644cfa5190ce3eeb

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [de30e4c9164f5ad6e8f04218810ba997dc930410]

        quickfix
        
        Change-Id: Ida36d96982d869553452c8240da7dec363cee4b4

2013-03-26  Krisztian Pinter  <pin.terminator@gmail.com>  [2c1da7f081b581472df761384743c9ca223ba0a3]

        convert half of optfltr.src to .ui
        
        Converted the "VBA Properties" half of optfltr.src to optfltrpage.ui.
        
        Change-Id: Ie200377f2956aa243b1be859eb52972b79e9dc66
        Reviewed-on: https://gerrit.libreoffice.org/2961
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [cd235e389d6ea2c9d9c8b15722659d9c3d5bf0a3]

        No (more/apparent) need for LIBO_WERROR
        
        Change-Id: I8483047631f512513cae017fdbb2dee77ce0f52f

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [6ecf41eb2dcc4f15399cc8dc78547a517294781f]

        Typo __SINPRO_CC -> __SUNPRO_CC
        
        Change-Id: I831abe80f9b4b160f4af10a16f4d45cc68fa3bb6

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [d3f7d05d1b9bb29e168c49bda1e1a28734567993]

        Clean up OOO_SHELL
        
        ...which is no longer used.  Also, use the detected BASH value in Makefile.in
        instead of re-detecting there.  (Though setting SHELL in Makefile.in is likely
        bogus anyway, cf. "this is overridden by solenv/gbuild/gubild.mk [...] i don't
        know what needs the 'SHELL=bash' in top-level makefile",
        <http://lists.freedesktop.org/archives/libreoffice/2013-March/048552.html> "Re:
        need help with shell / configure.")
        
        Change-Id: I09c8b5eb9fb1244321d1fb998bb78e458e8ebf37

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [cec22e4510bb0a196717cf5a68a405c0c34ec295]

        Do not needlessly include jvmaccess/virtualmachine.hxx in header
        
        Change-Id: Ieb1564eb7b477a7b239b07347f46fc55b64bd92b

2013-03-26  Luboš Luňák  <l.lunak@suse.cz>  [0fd8f9808435f1eedf7065964eb09e69501975c3]

        testcase for the previous starmath docx fixes
        
        Based on the one broken case in
        http://mail-archives.apache.org/mod_mbox/openoffice-dev/201303.mbox/<5150A98B.8050901@yandex.ru>
        
        Change-Id: I3f8f1b8d8239e12a3315c6d8aa0cddee47af4a85

2013-03-26  Luboš Luňák  <l.lunak@suse.cz>  [0682a1cedfddb0db58553f8cbfe619964bd1888a]

        export quoted parts of math formulas properly to docx mathml
        
        Change-Id: I7950ff78c23e5e6c58ffceaa9c2a2f52e3408b26

2013-03-26  Luboš Luňák  <l.lunak@suse.cz>  [a75adeae36d96d507a774b91eb586e89f8035c3e]

        m:nor and m:lit math docx tags lead to quoting
        
        The meaning should not be exactly the same, but it looks like there's
        no better way to express this (or rather quoting means both).
        
        Change-Id: I024ce6c89667a69f685bb84d768095100b0090b1

2013-03-26  Rafael Dominguez  <venccsralph@gmail.com>  [dda5fe60ff6dfd61f5f262c61e1d538d20e9c978]

        Syncronize thumbnails ids with SfxDocumentTemplates when moving.
        
        Change-Id: I9ee17e00f769ca16f566b1397d09b76a09273912

2013-03-26  Rafael Dominguez  <venccsralph@gmail.com>  [28d5ced7f9982257d263ffc3e550bd479a9542f8]

        Fix template manager item selection behaviour with mouse.
        
        Change-Id: Icf63454973b4044443eea1cc583fce3a78c5594d

2013-03-26  Rafael Dominguez  <venccsralph@gmail.com>  [1c9f13f921cb5bf955b8568ffb5d14047738eef9]

        Deselect thumbnailview items when clearing the view.
        
        Change-Id: I8aa3f61d3ec7a8bf6195c5480b82d1dc1ecabc34

2013-03-26  Rafael Dominguez  <venccsralph@gmail.com>  [448cc5e851acf5136bba01974e570fa0554d0371]

        Merge TemplateView into TemplateAbstractView class.
        
        Refactor TemplateView class into TemplateAbstractView so we
        only have one class that display template thumbnails and not
        a separate for folders and another for files. This will let
        us in the future be able to display file system hierarchies in
        case of the remote repositories and simplify the view handing
        logic.
        
        Change-Id: Iafc246eeff4c50c12ac9ebec9fe95dcc84991e9e

2013-03-26  Pedro Giffuni  <pfg@apache.org>  [adda54b5211916f9b442e8ac7d82cc861bdde54d]

        Update Apache Commons
        
        Update commons-codec to version 1.6.
        Update commons-lang to version 2.4.
        Patch common-httpclient to avoid building issues
        with OpenJDK-7.
        
        These versions maintain ABI compatibility while
        using features from newer Java versions and
        have been tested on the FreeBSD port.
        
        Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85

2013-03-26  Lior Kaplan  <kaplanlior@gmail.com>  [447a924c115a86e96e91b24d744af70f97efde72]

        Translate German comments to English
        
        Change-Id: Iaedc226f0dfad234bc67100e2845e09cc2976687

2013-03-26  Lior Kaplan  <kaplanlior@gmail.com>  [7a1b354b9bd215f3c144504326893a72d70aae0b]

        Remove German comments as an English translation was already done Follow up for aebfd023c116047ab467f7abebd84e4c9acd5bbf and 922d80ad11a78fb5abe05ba69f1a47e1bb76bd3c
        
        Change-Id: I8fcebd106e5f81479e0622ceb195c39a51fdbb51

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [a5b669de8431377c43909e30d9e9d01a18a5b58a]

        make linkoo work in separate builddir
        
        Change-Id: I1c9ca490716fc0dc5951bd032d54a102541087c7

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [207e370a167b7856346c1bff0c735cd2688e2e6e]

        make partial_build work in separate builddir
        
        Change-Id: Ib5290a3e76170946ce3a8aac113b01d1ec54fac5

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [469bb100d690d03b627dce48253a796a8f8cce68]

        avoid getcwd redefined warning
        
        Change-Id: Idd788dad8c2b5e2689a17b571104d0fe04accfd1

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [ea360ff3ad9dac359f707cee5f0ca6548a7cd5d5]

        add frm to Library_merged
        
        Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [4dd7010c007c89497b0b684ee4dbf699c2be1ee4]

        don't build postgresql just to parse the makefiles
        
        When running module-deps.pl postgresql gets built just so that
        libpq-flags.mk can be included. Since we already have all the necessary
        libraries, add them explicitly and avoid this.
        
        Change-Id: Icd94fc215ecb26c95f9ae3c14625bf819bf3c5c3

2013-03-26  Peter Foley  <pefoley2@verizon.net>  [406dfa3240249d3611743ec2cee1b644a3c56291]

        speed-up module-deps.pl
        
        Change-Id: Idf703b1b5e26e32a0e8276c6f2eba51cd80f1b0b

2013-03-26  Miklos Vajna  <vmiklos@suse.cz>  [3759f02465b8c15a99f2a4662b57f214125b2922]

        starmath: remove no longer needed APPEND macro
        
        Change-Id: I3102e86a7ea9f638f79ba9572e725362952a46e2

2013-03-26  Miklos Vajna  <vmiklos@suse.cz>  [1ed4210d8e6cbf1b25cd1eb8666be6578cc45845]

        logerrit: kill copy-paste
        
        Change-Id: I2478ef0f886867c2d2247febf1b29b90fd32e5e7

2013-03-26  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [a5fef4aff586c053486116bcc34cea084457b5e5]

        Translate German comments, clean up some WS
        
        Change-Id: I1a6a99bb8efe8c3d10973c255040fbbf0f76f27d
        Reviewed-on: https://gerrit.libreoffice.org/3057
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-26  gerhard oettl  <lodev@ogersoft.at>  [705f0bb3280b53b4bb789a27f011486d834a01ea]

        fdo#39468: Translated German comments
        
        Change-Id: I85c8675881db9facdd543c02c846ec64642f8449
        Reviewed-on: https://gerrit.libreoffice.org/2871
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15e9f568fdd73bd783e89283602b4017af373a39]

        add draft-submittal to logerrit and retab
        
        Change-Id: I5f52d9c81c28c9a4b23eaf043e7b67b1fc6d82d9

2013-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [646b992ee306f83fa7175cc957cba9dc2277155a]

        add a setup walkthrough to ./logerrit
        
        Change-Id: Id041aa5a8fbb06626b7310aa76471db993b53cf0

2013-03-26  Miklos Vajna  <vmiklos@suse.cz>  [7329df74df134a77d078f47d5c8b70d54c5d1edb]

        fdo#59273 import w:tblLayout of DOCX tables
        
        Change-Id: I9af50a4c176168e2794eaa9b0e8eaeb6b9d06b13

2013-03-26  Miklos Vajna  <vmiklos@suse.cz>  [4821d894f849a4939bbe6fb0a9a5ddd9e10b0467]

        bnc#780645 testcase: missing <w:tblLayout w:type=fixed/>
        
        Change-Id: I2887015cfe4cbdce5ac6ad507e1fb58a50517f3d

2013-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [0bd5a8d3f26590f467379042597f91be681fe25e]

        sal_Bool to bool
        
        Change-Id: I27a444a8313bff276e377ffb87458213f4e19707

2013-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [0d0718a6d0fcf301b25e8964fb842d3ee87a56f5]

        Remove useless comments; add mode lines
        
        Change-Id: Ib96d394954326a2c8f52ae4a161d9b505dbc35a3

2013-03-26  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [84bac1799e528272ca808240508ca3f66272ee13]

        Kill double conversion from NumericBox
        
        Change-Id: Id1161c40725f75ea0d7ec3f15a19ca14defd0a75
        Reviewed-on: https://gerrit.libreoffice.org/3035
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [5bd206efc74671ce4b9c1371d1cae635970f54bb]

        style.hrc: translate comments
        
        Change-Id: I00766a327a99b6fd5eed8e0ba411f3f71f07e942

2013-03-26  Herbert Dürr  <hdu@apache.org>  [9fccdcaf810e543e28bca662300b5936ad7acf30]

        (author=pl) fix for transporting OOo types through OSX system clipboard
        
        Change-Id: Idc00fbc8ac1adb04c76ecb4b641cfa055f5901b8

2013-03-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [ffb837eed2c6f843f12f9368ed2183660a0036a1]

        Use OUString and sal_Int32 in GetTextArray() and ImplLayout()
        
        Change-Id: I2c1e5b7d53c0d78f2ccf9ac317a7ff40298cd68d
        Reviewed-on: https://gerrit.libreoffice.org/2967
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a89fda4b7f09856ba136f0a4df7929f7ee3f796b]

        Use OUString and sal_Int32 in ImplPrepareLayoutArgs() and GetTextIsRTL()
        
        Change-Id: Ib1b659aa56a38efdfc2dddb5e362ac1eb54972f1
        Reviewed-on: https://gerrit.libreoffice.org/2959
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [bc1af14a145f62afb58d6b63e10605d6230073cd]

        Use OUString and sal_Int32 in filterText()
        
        Change-Id: I31437125b51b07be490de3d979e193fad9750f51
        Reviewed-on: https://gerrit.libreoffice.org/2956
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [4e907bc366d8691a33ec0be389f211e22c6e87d3]

        Replace String with OUString in RecodeString
        
        Change-Id: I987f738d1cd7d640a253f3cd31864290b6d763bf
        Reviewed-on: https://gerrit.libreoffice.org/2919
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-26  Luboš Luňák  <l.lunak@suse.cz>  [269b72069746578dd0d89de6b44adb715c39173b]

        fix iint/iiint import from docx math
        
        Use the correct LO names for the symbols.
        
        Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29

2013-03-26  Stephan Bergmann  <sbergman@redhat.com>  [6e33a2bdadefb8b4d3f3d49ad0d843bde60a4623]

        warning C4702: unreachable code
        
        Change-Id: I711c7b1968a3ef8ff88ab71b4de837b599519b8a

2013-03-26  Michael Stahl  <mstahl@redhat.com>  [44dd8b838b8dfa74b895a870a68200cf4f3574e0]

        fdo#61429: Stylist: save selection of "Hierarchical" entry
        
        This is unfortunately rather ugly because that one is "very special".
        
        Change-Id: Ie2bc9ce2690fbc742b4510e453ca1ef310614256

2013-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80996c374b4ff2514b2e952cfd572ae499b481a1]

        add inital test case for fdo#62206
        
        Change-Id: I0a88f4cbd70f5acf84b9c1c6704ac0be92b79c5b

2013-03-26  Joren De Cuyper  <joren.libreoffice@telenet.be>  [b23214f768e94f3fbdb0317b5fd458c55a9118db]

        fix fdo#62670 - TABLE: Splitting a table options are mixed
        
        Change-Id: I1ba647844aaae3a57ee91d5785c82ca082d3e10b
        Reviewed-on: https://gerrit.libreoffice.org/3041
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-03-26  Laurent Alonso  <laurent.alonso@inria.fr>  [2b28b922e11e2d45eeeba8765096d974f4908157]

        Some fixes for mwaw-based filters
        
        Change-Id: Ibb517b9a4690f20baa423472c001314a4d4c43f7

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

        A little tiny insignificant cleanup
        
        Change-Id: I285da1f12711e9e96b666a3ce1560c203870cac3

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [fd652cf5cbd4480ca8754f8faaf96f0f4455ddc0]

        WaE: 'ScCellValue' defined as a struct here but previously declared as a class
        
        Change-Id: Ia848c70ce38884a6bf3f3bac81ddf8e9c479f218

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [b88aeb7e75b220b9d1fd6e69242950bcbf2e3818]

        Fix warning: statement aligned ... [loplugin]
        
        Change-Id: I8ddf78f70074cca6eb57ee0a27ea78076ff2d21d

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [96d8b05d96fff4ec2780e09dc822187a9d8ef3f7]

        WaE: 'ScCellValue' defined as a struct here but previously declared as a class
        
        Change-Id: I41f2b4579699ed33d9bcd7767f1cbc4a3d67d9ff

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [3288b822c1d1d79ba23d99bc46ba21c2386cfc34]

        WaE: 'ScCellValue' defined as a struct here but previously declared as a class
        
        Change-Id: Id3f396f05a211fd48a83f4ebdc90901804148f17

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [2be61b4206695359a12570b5eeee558c8acf9810]

        WaE: private field 'mxSourceDocument' is not used
        
        Change-Id: I83d5f4bdbd80dcbd53e4576919779233fbcfb699

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [baf19a23095fc854820954c9786d41ba2fc0e3f6]

        Bin ASCII art and pointless comments
        
        Change-Id: I9c510a0edb2a04d1378d488cc724e8f9982b5ba3

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [443dd20baed10ddbe67f63114d4dec851cc807f7]

        WaE: unused function 'matchIgnoreAsciiCase'
        
        Change-Id: I5a270b7375807d1eaad9e22acea4457a0ceb5c54

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0451d6e37d8a046e2de6408bcdc65057179b7eab]

        Get the whole change tracking code entirely ScBaseCell-free!
        
        This took me a whole day....
        
        Change-Id: Ida757b1efa284fc9d071a225f45666c340ba89ea

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [04a04dd7915f82186dd0ec5d277bbccb3b19d15f]

        Remove a variant of constructor from ScCellIterator.
        
        It's redundant.
        
        Change-Id: I0aae329124453a5976b2a74f6290b100ce955a4e

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1772a834134fab77dd671c4255aa3cf6ff3755af]

        Reduce indentation level.
        
        Change-Id: I13ca8c4815d8a674c2e4e33741678e8bf7c7ed4d

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3bfaa277f1a6d78cc5f58f8a1fb510a08c183e50]

        Query content cell type directly from ScCellIterator.
        
        Change-Id: I0ab93d140f1864ca67ec42d0ac9e133dbc4b6660

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f74e52fe79692bba8603411246a30fc1bfa55f58]

        Remove the last use of GetFirst() & GetNext().
        
        Though I had to cheat this by using getHackedBaseCell(). So I still
        need to rework the call site to not rely on ScBaseCell...
        
        Change-Id: I53fc715770b99ef1f2091f90046091d28cdaaee8

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d799201cd4776353e927587bebab5f4e693845e5]

        This one too.
        
        Change-Id: Ie0965d1b61d32c943bde3f295e73423008f6b77b

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [24c5edc895ae979e92fafa222d7eee392fbea0ac]

        Another one...
        
        Change-Id: Id2ee7d959cd374ce45a36dbd8d8dc8e4e46f9c83

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0075402e354dead483ca242962314aae5782134c]

        Another one involving cell data validation in detective functionality.
        
        Change-Id: I1987f45e436744d4029f8b7af812867ebcfb09c4

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [04e265e9dbe34d7417a9aefc095510979fcc8658]

        Add variant of GetCellValue() that takes ScCellIterator instead of ScBaseCell.
        
        And hopefully we can eventually remove the original one that takes ScBaseCell
        somehow...
        
        Change-Id: I162c8072aa2c699abfd3eb202b90a6331123eb1b

2013-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e9e3be6f51436c1e5bf1481a434a85e334c09ea]

        More on ScCellIterator usage migration.
        
        Change-Id: I4ee6b1b3ae110ebfb59a84d6e9fd509ce38ca28c

2013-03-26  David Tardon  <dtardon@redhat.com>  [459729627600fb057265479261ade74a55cd48d5]

        WaE: unused variable 'aResult'
        
        Change-Id: Ibd50c0a7af300a2d60919e24fe09e6f1c74c0851

2013-03-26  David Tardon  <dtardon@redhat.com>  [d927a3cc49f2d2005813d042c0527f8d5dbe372a]

        WaE: unused variable 'nPages'
        
        Change-Id: Iccc8dc88e9afe7713e5d8b7ffdd94b0a42277b23

2013-03-26  David Tardon  <dtardon@redhat.com>  [8fe626d78f9d6dc03f9f397f0585b3542843dc1a]

        drop external include guard
        
        Change-Id: I8cac4fef46e745b8256e45e5b40abc3f87128916

2013-03-26  Andre Fischer  <af@apache.org>  [5278c7770a350771a96780c0e0d7a0bdae0d55b9]

        #i119872# Fixed import of custom shapes from PPT.
        
        Reported by: Li Feng Wang
        Patch by: Jianyuan Li
        Review by: Andre Fischer

2013-03-26  Andre Fischer  <af@apache.org>  [c789d126aacda9c5d2ccf3c51d669b1796180f66]

        #i119887# Fixing import of shadow direction.
        
        Reported by: Li Feng Wang
        Patch by: Jianyuan Li
        Review by: Andre Fischer

2013-03-26  Andre Fischer  <af@apache.org>  [cf4260b85213b263f78c51d33557176c813989ef]

        #i119888# Fixed import of gradient colored shapes from PPT.
        
        Reported by: Li Feng Wang
        Patch by: Jianyuan Li
        Review by: Andre Fischer

2013-03-26  Stefan Knorr  <heinzlesspam@gmail.com>  [43411c5232833c3a23c1a8ed4e1ddc1d10ce424e]

        Replace 16x16 New-Folder icon with correct 24x24 icon
        
        (C) the GNOME project, in particular Lapo Calamandrei, Jakub Steiner
        Used under CC-By-SA
        
        Change-Id: Ied0aed20133f877169e070d2a3b55e12081ed86a

2013-03-25  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8f9193d812ede2e681e82756a61bd07a0661ca4b]

        Remove RTL_CONSTASCII_STRINGPARAM in NeonUri.cxx
        
        Change-Id: Ibfce9af9bec2e1bac435514ad6d3d27eac5f1a17
        Reviewed-on: https://gerrit.libreoffice.org/2975
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [254eb9593c9bc4e94f96602e3972d18d6965732b]

        coverity#704371 Logically dead code
        
        Change-Id: I0287ee3f7f58869d11c8565f8a6fbe9dcc534ba7

2013-03-25  Tomaž Vajngerl  <quikee@gmail.com>  [6a6519c27a5a7ea07e6a19fcd43e76ca616dce4d]

        Export current Writer page as jpg/png
        
        This is first step to rework of graphic exporting. The idea is to
        replace the exporter that works only for Draw/Impress and replace
        it with a general exporter for any object. With this it will be
        far easier to export objects as charts. Currently only Writer is
        supported and only jpg/png.
        
        Additionally, this commit introduces a new Export dialog which
        supports setting the pixel width, height and DPI.
        
        Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [f7a226952ddd335d670f1a3766b2b87eb1572375]

        coverity#704364 Logically dead code
        
        Change-Id: Ic02afc5db3fd661dfc462f7528cffcfa07fe6e04

2013-03-26  Tor Lillqvist  <tml@iki.fi>  [b5d30295cbfc2a0131942cd7706c65d08ebe8930]

        Fix warning: unknown log area 'sw.docx' [loplugin]
        
        Change-Id: I0e97399220b2eb2da54072241ddee43a683d17ef

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [5f4eb1bdaa9c8de15e38393a5867e1a367e211c8]

        and remove the include again...

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [46e5cd0e3464f0c4baf25a9d76d665a23fad32eb]

        remove an fprintf I left in in error.

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [8ffe4af627d526131a3f06c54c3410b66f0c0f2b]

        Fix error: use of undeclared identifier 'stderr'
        
        Change-Id: Ie21b40f79882bdcf93e67b83dd8e97e72b69ea00

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [2413a8edc286982a39af8d482d6de709de79c14d]

        Fix warning: unused variable 'sConverted' [loplugin]
        
        Change-Id: I14a2d98c519b2eab6645eaf8b2dcdbccc7c36c2f

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [07b5102e7b1423becc395660c9f5c02bfab6477a]

        There are many ships in the port of Hamburg but "ownership" is not one
        
        Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [3f13d234dfcb43713a07c333bd685c0596435cc0]

        vcl: fix typo
        
        Change-Id: I606be5f7eea9290ac647b0369fcd3c279e9594d0

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [fd335d180b1d549e884b9692ba1a4e51a014dcd5]

        fdo#61789 - improve SvtGraphicStroke / metafile scaling

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [432b6ab482d6fcef05514ab17e4bc762ee552139]

        fdo#61789 - move metafile line width scaling somewhere more sensible.

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [5f992758ef274304b296559dd3b3785b20601a90]

        coverity#704327 Logically dead code
        
        Change-Id: Ied464d57c7895fdf1d9e74e7f89d70bac2834d9e

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [228074deb9056122cfbea6e0da5e8662f7b8a1d7]

        coverity#704321 Logically dead code
        
        Change-Id: Ibcae025319e689d917d6c85f6c0a3bed8315672e

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [3e8273100bbcb7d312cecc0f5f85f6f61c9f5079]

        coverity#704320 Logically dead code
        
        Change-Id: I12a49d9bdc5503facd6a9a00708b22034b173a7e

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [2cd7da87c4e17e7284ce7ac3f63ec4836c0d8b16]

        ScFormatFilter::Get(): -Werror=undef
        
        Change-Id: I000612d55c8aadff6249e57a29930731e3bae117

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [79c0bd64be68161ea16f132a015f7143e09f3eaf]

        coverity#704311 Logically dead code
        
        Change-Id: I1739d96748a4ed2259885843f383ec7ff2914b66

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [dea45f0c8567dc387096798001a9f67633c7b616]

        sfx2: pViewOnlyItem: -Werror=unused-variable
        
        Change-Id: I6564edb9dcd07481a202d0154e77439dee9bf673

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [221960b0281cf24a1c2402cce6ad1b7f0053973a]

        libexttextcat: mis-spell it again for old versions
        
        Also, windows build cunningly uses an included version header that would
        be overwritten by configure.
        
        Change-Id: Id01b5dcd0f021a11d016571b6ee81e4fb8495020

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [501145f2e3c84d1b07930ea8f0a012060dbff48b]

        write svg line widths for META_POLYLINE_ACTION.
        
        Change-Id: Ib282a3db6ecb5c7d1d4117e1bb48920ee7b2f562

2013-03-25  Andras Timar  <atimar@suse.com>  [e902022d4b453f1bf06d8aca907b031e7bda3dad]

        Revert "replace DirEntry to osl::FileBase in a few cases in rsc"
        
        This reverts commit 7540bc8e105e114d4aecb1ed3f3044e5ce8a6fc6.
        
        Conflicts:
        	rsc/source/rsc/rsc.cxx
        
        Change-Id: I7f89f7bf07f68e053d29283f659241aca8e48eed

2013-03-25  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [0e1617554c34e62a467a5e1a188353178211e8fe]

        fdo#60780, Save a Copy wip
        
        GUIStoreModel now correctly calls storeToUrl
        instead of storeAsUrl, when saving a copy.
        Dialog title is correctly set.
        
        TODO:
        - Write help
        
        Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129

2013-03-25  Eike Rathke  <erack@redhat.com>  [6013fe19a40dd16ce435a2428f7405b51930689e]

        resolved fdo#44286 some historical dates were decremented
        
        Depending on historical timezone data with odd offsets some historical
        dates were decremented by one day due to a rounding error.
        
        Change-Id: I3216b1c043fe5ab9035a558031f1a58efa0c3b3d

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [15dc2626fd29129707a79ba84241090672d2ea71]

        Remove a FIXME comment
        
        Change-Id: I13127dadcdfeff3d99df819393f6298ac0cb11bc

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [59a919067563b39729e339f54a0205889eaaf95a]

        Remove a couple of unused private fields
        
        Change-Id: Ia28d6befe63453ced7c623e76abc7a0ec7d6cbeb

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [aac64d030f8ce2903ba412193f1010112d9d822a]

        Fix warning: unused variable 'aMutex' [loplugin]
        
        Change-Id: I1dc2d18f285bbd7fc4316a7a194a21769b11d545

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [97a72b42c03de3d9286998758e13fc170bc0cba9]

        Fix warning: unused variable 'sColumnName' [loplugin]
        
        Change-Id: I3b4267f9782bc7bc71247523c8fd5940bc8cef38

2013-03-25  Peter Foley  <pefoley2@verizon.net>  [1a04271d2e5de7dccfeb3ac0609e49155b5fe250]

        fix scfilt with Library_merged
        
        Change-Id: Ic7361d813a229606c2fe36891ac0908b490403c5

2013-03-25  Peter Foley  <pefoley2@verizon.net>  [5ebb1a593d193f57722e38d5dc0fea4c93207d41]

        cleanup gbuild output
        
        Change-Id: I53e1ccda41688975ea180f44bfd507ce4ca39bf2

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [a81f44c707c4df56e7b999fa3b656d7fa4543d1b]

        libexttextcat: fix the --with-system case too...
        
        ... by introducing a version check that is so horribly ugly that it will
        hopefully be removed again as soon as a new upstream release with the
        rename is available.
        
        Change-Id: I8e0409ba7331dec7140d2a4a49720c804e90582f

2013-03-25  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f8a3582d4cbcf6a705f724b921e370c739ecee35]

        fdo#62659: only select items in ThumbnailView on TabStop
        
        Change-Id: I024df8520f0daf2cc2e9e5f041e1ff18cb3689ec

2013-03-25  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [cc599e914e7ade9f10da460fc1c77ea07454d7ff]

        fdo#61390: allow arrow keys to show hidden thumbnail items
        
        Change-Id: I70924b4c9578122a1c5a5b6c8a67889d6d003a2e

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [e21114a9282096e2b7e5ebbc4dd74e2f85c7e36c]

        Missing _TEXTCAT_RESULT_SHORT -> TEXTCAT_RESULT_SHORT_STR
        
        ...cf. d4244efeb171632f309c8cfcbea4fbe2a3de3193 "libexttextcat: fix spelling of
        TEXTCAT_RESULT_UNKOWN."
        
        Change-Id: I65e8327296450324205e937fa762b656afebe2dd

2013-03-25  Akash Shetye  <shetyeakash@gmail.com>  [99932fa89be0e041abf5ce5da3271600c841ff19]

        fdo#51296 Patch accounts security setting requiring ctrl+click for hyperlinks.
        
        Have used a boolean variable that acts as an entry condition to OpenURL
        methods main body/code and is set on qualification of security check.
        
        Change-Id: I1280e7cf7e8923282fda17088fd7c61fbf503b9d

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [40dcf2d713e67ef4d8c68a6df98954f1f0b783db]

        Add test case for toInt overflow detection
        
        Change-Id: I1c5b66888baac8aa1bc99c06579e0ef3638a4877

2013-03-25  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [bd60d41176da540b01d7583cfe00637431967f39]

        Handle oveflow in O(U)String::toInt() functions
        
        Return 0 when overflow.
        The base idea in unsigned case is checking wheather
        (Max-nDigit)/nRadix < n
        But for efficency, take out nDiv = Max/nRadix from loop
        and corrigate it with -1 if needed.
        In signed case use minimum value if the number is negativ.
        
        Change-Id: I5b77580adbf12421b6c4b785ba9bc2a080accba2
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [476081b19bd71d5c1eb7d82eee4821f099ecde78]

        Clean up new toUInt64
        
        Change-Id: Ic908cb5cc9169ab1baae2c1c52070adfb9afba39

2013-03-25  Andras Timar  <atimar@suse.com>  [89e17604d12bf77308a982107319fdc55f735713]

        remove unnecessary 'using' lines
        
        Change-Id: I7efc18ac16223f83bb9839a76643291f7334ef91

2013-03-25  Andras Timar  <atimar@suse.com>  [7540bc8e105e114d4aecb1ed3f3044e5ce8a6fc6]

        replace DirEntry to osl::FileBase in a few cases in rsc
        
        Change-Id: Ic0d9fee77891dae03c121f4b48ee9da89730d1aa

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [3febe0ad283a10aaaac02477d6ff6daa41176031]

        Fix warning: unknown log area 'chart2' [loplugin]
        
        Change-Id: Ifdfdc1869dbee46d507b552ed62364f6058888e2

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [25b9250d9c08ad88e3289bdf21c54dc934af0e40]

        SfxInternetPage: apparently forgot to remove the .ui file...
        
        Change-Id: I6fa21e9e7403eacf4259c2cb95b22c383c517aa9

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [d4244efeb171632f309c8cfcbea4fbe2a3de3193]

        libexttextcat: fix spelling of _TEXTCAT_RESULT_UNKOWN
        
        and remove the _ prefix too while at it
        
        Change-Id: I30ee8cd5aead53abac19fdc372e1fe45b3cbf55f

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [dbba84906d394187b105b9b899ec10065d2d1fc8]

        remove that silly SfxInternetPage already
        
        LibreOffice is not a web browser.
        
        This reloading stuff apparently never even worked for editable documents
        anyway, see i#50881.
        
        Change-Id: I720fbb72fd93232ad3e6fdfc65a05748bdf78108

2013-03-25  Michael Stahl  <mstahl@redhat.com>  [d2605c0b1026aba39085913c69da1f9974430e20]

        cui: replace DBG_ASSERTs with bogus messages
        
        Change-Id: I0646224e50d36db0171c063bd68e8eb6b4b6519c

2013-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1f211f1cb2cff4f8ec0e8c21a3258b8b4077c883]

        OSL_FAIL to SAL_WARN in ASSERT_EXCEPTION
        
        Change-Id: I86e50b35fe32d3fdaf2b314e10e582e1b084efa2

2013-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa463487778e3c04537d6a18f1e29041da4df122]

        remove C2U in chart2
        
        Change-Id: Id7ebf66319f0891d276a3da95a95658aed59cbc7

2013-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [deae37714cb25c89604ca23138809f08f5ab496c]

        sal_True -> true in comment
        
        Change-Id: I76ad0df3298bf57e679551a1a33153716ff3498e

2013-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [468ab8a4d616ca05d5a23fb4abb66a510ef86311]

        make this typedef private
        
        Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf

2013-03-25  vincent  <vincentgsoc2013@gmail.com>  [002a0d91e4b0d8214656741192ec3260a8764a73]

        Fix spelling errors and typos: 'unkown' change to 'unknown'
        
        Change-Id: Ia3ff77d2b99c9ef6c4c9b510bb30f349592c0b94
        Reviewed-on: https://gerrit.libreoffice.org/3030
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [bdb87236dcbc1187b15e1a457e130ff997b0949b]

        Fix pragma GCC diagnostic checks
        
        Change-Id: I2967db165e3faed316628e5d538a1928474ece84

2013-03-25  Andras Timar  <atimar@suse.com>  [34173da08ac40cc44130f0997ba4b66d2d4c4d08]

        remove unnecessary tools/fsys.hxx header
        
        Change-Id: I91b457430055f45c80b9f908d7c1f70349c528ae

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [7ccc1d024426260588fecce2fd5563b34c6514f5]

        Init: Added new file UCB.py
        
        Change-Id: I4f25ee62a1f090dd6f494108849f038656b5e9fa

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [49301ebc66f41108a35aaf3f0a028ec48caf5760]

        Init: Added new file XMLHelper.py
        
        Change-Id: I145965230232150e91233ed1cd9ba623c19955f0

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [e7eaba505520ff07a70de41def33b883723ab9c3]

        Init: Added new file XMLProvider.py
        
        Change-Id: Idfc71c05f80150d67bc3f27f01b4a95efe9a8b5a

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [de2cfb15ec84b570dabb36b72cc90ded3811f584]

        Init: Added new file Task.py
        
        Change-Id: I968fdf4b906cf6aab0a274fe4d1292cbaf1be51e

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [c192de3a8c7ed6ee4ec78f9e938030321b9576ad]

        Init: Added new file TaskEvent.py
        
        Change-Id: Iadaa2e003186fc041e67270da39454cd28014a46

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [c0d9a71301225a74bc3acacb4fad65a0d712007f]

        Init: Added new file TaskListener.py
        
        Change-Id: I3b90d34dbe160410f63cd5cb6b40a1736a01c7cb

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [e4362e2434f6cf12eab721344753c7216e0e695e]

        Init: Added new file AbstractErrorHandler.py
        
        Change-Id: I8d5a304a51af734379c5597e9cdddf6ecfa6ba8a

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [a2d36bc34bdc6ce5bf4f973a22b61fbc7d1d759c]

        Init: Added new file CallWizard.py
        
        Change-Id: Iba5ce15586bffd997c925522ee50fe71cdf59ea2

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [c6d6410628db33c33627381d25563e9ddfaadfa8]

        Init: Added new file ErrorHandler.py
        
        Change-Id: Id4118c5f2e13e38d5c6803e8e07ef250cdcb2d7f

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [806e23dee4536915047e96365ebe5f6a2add5d2a]

        Init: Added new file ExtensionVerifier.py
        
        Change-Id: Ie6f413317d192643c0a30da760965fdb02125abd

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [23c44b5745da8f0c63492e2246ffa41a439e3869]

        Init: Added new file FTPDialog.py
        
        Change-Id: Ia5ac3202e602fa5154510c7249847713cc76692e

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [a669ee3816eca4cd3c55a5a704eca2dde53ddf59]

        Init: Added new file FTPDialogResources.py
        
        Change-Id: Ibacf3645ecfd892b924fb2d2b202a1f5f2db3215

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [3354a9c382a319c9e7352193e3352838836986d7]

        Init: Added new file LogTaskListener.py
        
        Change-Id: I3bed03d791c8ad5361b25e8374578a927aed9bf1

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [3718f8aba3f79f194eff6103137d11ad0e1e1280]

        Init: Added new file Process.py
        
        Change-Id: I09a49ec08b89f6fbae27a60d5f9208bea7ba8cf8

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [a13ad6b0a90ec6d67685db00f3b92c78af016e59]

        Init: Added new file ProcessErrorHandler.py
        
        Change-Id: I0444f27eddc4367c963a4c5e81a7f4b8011d5626

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [8262f4855d2cbb7b2435ebf29323c4588ed22488]

        Init: Added new file ProcessErrors.py
        
        Change-Id: I02484002b23db77313247fb3c6de12dc82c08da7

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [49ecc6ea1db0bcca7be5812ebd8bf6ab9140eadc]

        Init: Added new file ProcessStatusRenderer.py
        
        Change-Id: Ifacbff7c1423580f14ff3c92a8202015f1afad6b

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [c6d5bffcc8cba3642aeb10e1d508dd4f15253491]

        Init: Added new file StatusDialog.py
        
        Change-Id: I679e60042d2d46fdeaf5b56063108bb0332393a0

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [43f41c492356f3e0af4f87eb3dab0740f0df89f5]

        Init: Added new file TOCPreview.py
        
        Change-Id: I77749fd794308da81096b95acc57613562d76f8b

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [ed8568638d13795cb9adb5876c57b14f75b3542d]

        Init: Added new file TypeDetection.py
        
        Change-Id: I1bd9f27fb0ebcde9af72bf7dc734c869a91da9ed

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [ba73ea98a3e96dc9ec366543d6c98d527a8e4bb0]

        Init: Added new file WebWizard.py
        
        Change-Id: I25dffb036644b9e8466256b866ce89abbabc5b2f

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [7be9cd9ca06e8299c686c4c8eeae4ecbc9b1112d]

        Init: Added new Exporter classes.
        
        Change-Id: I45a0c3a4665581dcd0709d1ae72fbbbf404d7182

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [6ddd42768aab98332f80cc8713bd30becbcef2d5]

        Init: Relative paths and missing imports
        
        Change-Id: I2196567e0c9b90a9a56aa1db769f6efc9e56e74f

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [b7b49273bc835cae22ae60835d674b1c9fcb14e1]

        Init: fixed typo in the SystemDialog class.
        
        Change-Id: I8ab25ca01eb68ad10e60b9209e8a2ee6b0eb3252

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [25d5457280bc2ebf4f339c4da8fe0ca2f7205ef0]

        Init: Pythonize the ImageList class and avoid using the Helper.
        
        Change-Id: Ic48fa9d02eb9285937bc6b03e59dde67cf3c625c

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [66be6876d1f1f3582237961a232637c8da192088]

        Init: Pythonize the BackgroundsDialog class.
        
        Change-Id: I50e153a07372aee447ce8a32186cc3fbf9fc9d9a

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [68e2ef0676ccfd921c36c9a0787041461c87b968]

        Init: Pythonize the IconsDialog class.
        
        Change-Id: I0a214b28a62d2a86834f1ca2c83220324d9e80ae

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [a665b06f44a5e1c1dd3bbd36b954b6b80a6b570f]

        Init: Don't use the Helper in ImageListDialog.
        
        Change-Id: Ic58b14b73191039840b09e04b37109476e9a0a48

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [aac6850ff3b77f843dcd1883e9e6b7726b555ed0]

        Init: Pythonize the WWD_Events class.
        
        Change-Id: I2000ac9f14b5ef8d2f1cc3bcb9c3d206c0ee5740

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [542a71acd98620b0b6d4e19c4525723ec9aec3b7]

        Init: Pythonize the WWD_General class.
        
        Change-Id: Idc799956ffc688009e771fe9f8eea735cd22652d

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [fa56b9038d4b80e70981795bc6850a82722de234]

        Init: Pythonize the WWD_Startup class.
        
        Change-Id: Ic23a6c834f470baa47b10ef6cb6aa4ca34d40af7

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [5e34450f9a6ce18abdc4f6cfc2155c0943f4cd79]

        Init: Pythonize the WebWizardDialog class.
        
        Change-Id: Ief62c2feea79ceb0e90c940bd1d442cf996df839

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [5b9d9eb08dcb6a6ce029bbbce05b71946a7f7127]

        Init: Pythonize the WebWizardDialogResources class.
        
        Change-Id: I416e4b02c7f8128c0a9f81cb7e7dbf366c7941e5

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [d2e65b62604b34561553876b6cbb5190bbb925ac]

        Init: Pythonize the CGDocument class.
        
        Change-Id: I09c40828c5a6dbceaf531a7146014dc36f67a1f5

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [05fe2ddc3cedbcee8a8c75a49a23f207c688bd61]

        Init: Pythonize the CGExporter class.
        
        Change-Id: I985d0cc3cdb75b6f1443f316181ce83d423e2b91

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [dfa61f1811828606d910a521b21c33821dc04f41]

        Init: Pythonize the class CGPublish.
        
        Change-Id: I3930dd1702bf12f35d0456b56e629d3d865df056

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [2168e499d2824ed428a4ce1efc6928f30330857a]

        Init: Pythonize the class CGSession.
        
        Change-Id: Iff1b076654be0b8b95e9802650e2803a274aaf98

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [fdfc5daf28ce7fae19f7bcf326bb26d09950e9e9]

        Init: Pythonize the CGSettings class; added a new internal class DateUtils.
        
        Change-Id: I604544ae224c3a822514e479db223a6e0268fb12

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [2e917c77c2c3e204f114666d098d2d8df268437b]

        Init: Pythonize the class ListModelBinder and avoid using the Helper class.
        
        Change-Id: Ic080237bc075d979cbc6c70e43c6781a7ce36106

2013-03-25  Javier Fernandez  <jfernandez@igalia.com>  [9677c19eeeabec6f697d82ca2dad1888fefc5876]

        Init: Added new file IRenderer.py
        
        Change-Id: Ifa203647da815ca66171fad96e04bad8a0f4b0eb

2013-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ff2fd867544885cb6bbb2ff85cbd9b330d9e6ee]

        a few more cases where we should close the doc after the test
        
        Change-Id: I46b00d62d604ecc80f079cf91671de3c07a1b589

2013-03-25  Andras Timar  <atimar@suse.com>  [bbbd65ad425ec2f1fa96f4ab15fac7f256d39061]

        remove unnecessary tools/fsys.hxx header
        
        Change-Id: If1b960853800488daf6f2a8e2a2679c7dbbdf9e9

2013-03-25  Krisztian Pinter  <pin.terminator@gmail.com>  [eec2eb05a22966de319ecf370b0c880d7b83a79a]

        fdo#39445 writing out tools/fsys.hxx (idl)
        
        Removed uses of fsys from database.cxx, command.cxx, module.cxx, svidl.cxx.
        Also removed a lot of cruft from svidl.cxx and command.hxx; unused variables
        and code relating to them, eg. variables aCxxFile, aHxxFile, aSrcFile, aODLFile.
        Changed some Strings to OUStrings in svidl.cxx and command.hxx.
        
        Change-Id: I708284f70435c8f65cdcfc954af43976e28b8c9d
        Reviewed-on: https://gerrit.libreoffice.org/2935
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-25  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [56a52889e65a17e324fc10cf341690385f5a9dd9]

        Remove unneeded project and projectroot parameters
        
        Plus avoid use of Export::sLanguages member outside
        of the class.
        
        Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8

2013-03-25  Artur Dryomov  <artur.dryomov@gmail.com>  [2d8547d095897037388b27075fd7dc182a4e4912]

        Clean up Impress remove client source code a bit.
        
        * Remove unnecessary semicolons.
        * Remove empty methods that only call super methods.
        * Replace String concatenation with StringBuilder.
        * Fix possible NullPointerException on String comparison.
        * Remove TODO comments generated via IDE.
        
        Change-Id: Id2d2ebd29386080715fd743f81fbfae3a4a0a5ce
        Reviewed-on: https://gerrit.libreoffice.org/2915
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-25  Artur Dryomov  <artur.dryomov@gmail.com>  [514d6c6fb61437a2e4f6c94abb4bfea22936f86c]

        fdo#62591 - change Impress remote slide previews building
        
        * Store bitmaps directly instead of byte arrays.
        * Store bitmaps with shadows instead of one set with shadows and another
          without them.
        
        This change should optimize memory usage a bit.
        
        Change-Id: Ied7ce57a660438a06167e8984d16a6f26ebd8c23
        Reviewed-on: https://gerrit.libreoffice.org/2917
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-25  Michael Meeks  <michael.meeks@suse.com>  [1a843cc54dd6a08fa5fccb4314c025d432e46ad1]

        band-aid fix for icecream regression
        
        from commit: 02ed2608199f2adc466849d0f4864213ad07c445
        
        Change-Id: If67b2166e8f12cf277f615721f030898232c4937

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [291b69c40fffc48c2890f8067e7e39e0fb04ff7d]

        Related coverity#441160 Logically dead code
        
        Change-Id: Ibb4cff2b9a53eb1d9f4ea6043ed2b1b2deba1e2b
        Reviewed-on: https://gerrit.libreoffice.org/2929
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [843c21201f5d496bb69b36fdc2a1eb5099e73728]

        Warning: unused variable 'rStrExp' [loplugin]
        
        Change-Id: Iee6549e2c9a97d36fe547fa48937a47ca1254334

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [124f7f1a03b6865fe0cbc8f335d58f67da2e43a6]

        Warning: unused variable 'sManufacturer' [loplugin]
        
        Change-Id: Id0ce31dc4dc252539a7a4e955ebcca6c58b44148

2013-03-25  Miklos Vajna  <vmiklos@suse.cz>  [cadb3433b395b53a9eda584ed5fee79ca74e7483]

        fdo#60922 ignore DOCX import of w:position w:val="0"
        
        Change-Id: I10e9c0f1078e36710335a9a48f7f02292c764795

2013-03-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [25810de17f143a0946634fa5ba9f68977fc63cfd]

        Translate German comments, fix some whitespace
        
        Change-Id: I44eba784d51522b67826051d20ba8939f195dccb
        Reviewed-on: https://gerrit.libreoffice.org/2916
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-25  Mathias Michel  <matm@gmx.fr>  [c98c94a8684802e50b4ab5b6de52a15e61c2d913]

        Fix bashism in configure.ac
        
        Change-Id: I574e873fede3343b2384715162dcecce86563db3
        Reviewed-on: https://gerrit.libreoffice.org/2978
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-25  Noel Grandin  <noel@peralex.com>  [905501b635db939874b3c8787b7c0677afcbd9ab]

        fdo#46808, convert sdb::CommandDefinition to new-style
        
        the service already existed, it just needed an IDL file
        
        Change-Id: I99c08b4e3a3ee0131b6fd904803efe7273cd1694

2013-03-25  Noel Grandin  <noel@peralex.com>  [8172eaf8dcd2da6827f0a0445e98b947d0eac9be]

        fdo#46808, use service constructor
        
        Change-Id: I349557ae5897ad668abab30b34b186e746b94c75

2013-03-25  Noel Grandin  <noel@peralex.com>  [5b982b69363f0f067fe4a0f679528ce1c5a2eafc]

        fdo#46808, Convert sdb::application::MacroMigrationWizard to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: I8299b12ba8f5f0c00b0ff44dab641a6f19826b01

2013-03-25  Noel Grandin  <noel@peralex.com>  [d08f360e6debc38868e84030a8ec3ed401803754]

        fdo#46808, convert extension from deprecated interface
        
        Change-Id: I2404637c7f1dc0a89882540581ae34a706ff86ee

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [ede7627d241f6f698d55411c3815c0288ce48b07]

        Adapt pragma GCC diagnostic checks to GCC (did work well with Clang, though)
        
        Change-Id: I6735505f83a1145bca3efeeee1e8c6ce33dac434

2013-03-25  Andras Timar  <atimar@suse.com>  [08ed1d7fb3099a2b1f9a4f06d190a50a452ba0ff]

        update idl/README
        
        Change-Id: Icfdb7c9685c3d7ffcf21eea3be5484eca60b1284

2013-03-25  Joren De Cuyper  <joren.libreoffice@telenet.be>  [783c08d8f62def619b6b22b3d76bad2071c9288c]

        fdo#60462 - Small errors in the layout margins of the text boxes
        
        As you can see on this screenshot
        https://bugs.freedesktop.org/attachment.cgi?id=74399 there was a margin
        problem. The X-position of the text box is at 0.05, but the
        width was only 0.88 so we had 0.02 _extra_ on the right side. This is the
        width of that little margin error. Fixing it by setting Layoutsize width
        to 0.90, so we have on both side a nice 0.05 margin.
        
        Change-Id: Id712ce3695a760c8f955413c9392c008733d7fb9
        Reviewed-on: https://gerrit.libreoffice.org/2970
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-25  Thomas Arnhold  <thomas@arnhold.org>  [82dd5495bab1026c18d76a242b8b241bd60ba5f9]

        random src cleaning
        
        Change-Id: I9b246beee646ce1dd68e916ac7fcda138cc9e6f9

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [d80415ec257f13247064c7a6c8bd3cbf55c649c4]

        extensions/source/propctrlr/{form,pcr}strings.cxx no longer relevant
        
        ...since b4f8ab8881785db8e328fbfa84933eadb6bc5dd5 "extensions: get rid of no
        longer needed stringdefine.hxx."
        
        Change-Id: I0ab16071267fc08c9a2664be8630f617085fdaad

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [a9e6e5bf4dd59e8d584bd4949991e97d3fe79fa4]

        The [_]DEBUG_WAS_DEFINED macros are not used here
        
        ...but only in connectivity/source/drivers/mozab/{pre,post}_include_mozilla.h,
        which is never included from here, so this smells like cargo-cult.
        
        Change-Id: Iac0d7d60caad7c090445d551b7adb50424130e2a

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [ec52e5e5a204862905b555cdc1f7393aede1f7d8]

        Consolidate XMLSEC_NO_SIZE_T setting in xmlsecurity/xmlsec-wrapper.h
        
        ...so all xmlsec/*.h includes are bundled there now (except, for pragmatic
        reasons, the xmlsec/mscrypto/*.h ones that unconditionally include windows.h and
        only work on Windows).
        
        Change-Id: I33e642f4f6a2e40edd6950af7f209c8b76c6e5fe

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [3b006a10b77db62274af2945a2a94df1efa7ab62]

        stricmp macro is unused
        
        ...since f3eb77586e067a46211334a78987652815f47744 "further removing of dead
        code."
        
        Change-Id: I6805c5adafcf19782f352cdacd0d99a9e7681eb6

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [86ff37355ec8003a45e2b091868d785fe7d7b237]

        xmloff/source/forms/strings.cxx no longer relevant
        
        ...since 02944a639dd534e025e3dd57421b714bb816a28d "xmloff: remove no longer
        needed XMLFORM_CONSTASCII_STRING macro."
        
        Change-Id: Ic5bae5183435a378655524dba9dbd3eef523533e

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [1f668d42b892a5b556c6cff1280f7be3b1aff9cd]

        Disable -Werror for all generated source files
        
        ...the amount of hackery to silence the warnings inherent in the boilerplate of
        such code is out of all proportion to the benefits of catching genuine problems
        in LO's injected client code (esp. so with upcoming -Wunused-macros).
        
        Change-Id: I7dce5263a244b9f49a59f526d94f8575a1a8c3ab

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [fa545023ada3f2a5f79cab1ff628fd18434c7c2e]

        Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}
        
        ...replacing hard-coded GCC version checks.  Those checks that guard
        
          #pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
        
        appear relevant only for GCC itself, not Clang (which used to fail the old
        guards because it typically announces itself with a rather low
        __GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3
        "Enable -Wnon-virtual-dtor for GCC 4.6"
        
        Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [c940e3d8b3895c550fb37e0e9acbd19b4bb3515e]

        Remove unused macros from checked-in Flex/Bison output
        
        ...(for which the source is no longer available), to silence -Wunused-macros.
        
        Change-Id: If4676ead42e0fb8bd3ff3d07c27aa83fd204167e

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [9e2de8007067928b426088c4c1a16b5f07959332]

        Reduce confusion by removing #line directives
        
        ...from checked-in Flex/Bison output for which the source is no longer available
        anyway.
        
        Change-Id: Iba9d861bdb102ef52bab7b53019741e3977a7335

2013-03-25  Stephan Bergmann  <sbergman@redhat.com>  [696a9a5212dd72f8e25a5185e524f4967fa7a9c6]

        Duplicate REPLACELENGTH_PATH macro definition
        
        Change-Id: Ia9ff049f1704d9840bf2de2f266d762671114e86

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [ed9fbb7f6258241d4c89204d9e5a1f4eb87437d1]

        Bin a fairly useless OSL_TRACE
        
        Change-Id: Iab2500d60869ff7cad97601b7af72f76972ccc53

2013-03-25  Tor Lillqvist  <tml@iki.fi>  [6d12b76b2c411a7ea00b44d6ce131f79a20a7319]

        Add some debugging printout
        
        Change-Id: Iea0decde41be8b9325b19651433f1b3b79f851a9

2013-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [1e50f7892705c64db0ffec06b651cd280e9a7f8f]

        sal_Bool to bool
        
        Change-Id: Ibc63340b3ae431c7cdac78893dbdd1989ebe5ff9

2013-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [c7af37db60aab361e8ab01e69c816d249fb558b6]

        deleting NULL is safe
        
        Change-Id: I3748d0034b2c8e9d9122ad2a9001763eb1265e1d

2013-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [fad530fa03cda8a1cd1490bc579fe6bc71638920]

        Drop commented-out code
        
        Change-Id: I2718ccf34f0a62c49c04646a982ca9914a25499f

2013-03-25  Julien Nabet  <serval2412@yahoo.fr>  [1b6b836411c67ad53c17d6dc5ebceaf62d9d9a5a]

        coverity#704302 Logically dead code
        
        Change-Id: Ibdea2ca5225ac13e80b0a76cd0fd79e463c32e37
        Reviewed-on: https://gerrit.libreoffice.org/2977
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-25  mhofmann  <borim7@web.de>  [97107b997a456fc2e471ac64679e1c8a2a12ab09]

        The tooltips of the slide sorter in impress should behave like the toolbar.
        
        When hovering the mouse over a slide its name is displayed in a tooltip.
        If you jump with the mouse from slide to slide the new tooltip is displayed
        immediately.
        Also remove unused member variables and make tooltip delay configurable.
        
        Change-Id: Ia2347d81620f0ced437beaaeb49d8ad7f41e9333
        Reviewed-on: https://gerrit.libreoffice.org/2969
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-25  mhofmann  <borim7@web.de>  [4d05ee2411e4baf13eb9639ffdfd9ce896665396]

        remove unused member maHelpFile and its getter/setter
        
        Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12
        Reviewed-on: https://gerrit.libreoffice.org/2965
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-25  Moritz Kuett  <moritz.kuett@web.de>  [c724ad3de3c053cd482cd107a4ade4065980acb9]

        fdo#47576: Hyperlinks work for SVG Exports
        
        For different objects (images, shapes...) hyperlinks are exported by Draw/Impress.
        An <a> Tag is wrapped around the object, if the object has a Property "Bookmark" which is not empty.
        
        Change-Id: I3e034effe6c4a5025c27bd6408fd162bf5cf4859
        Reviewed-on: https://gerrit.libreoffice.org/2957
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [88042d437df72c9c36a39ca668c2f8f459a0d04a]

        Replace stdlib priority queue with own version.
        
        This is enough for our needs, and avoids the third license in one
        file.
        
        Change-Id: I5312ac9904406f013964a34d9167a32403fcb941

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [446b8cad0809a8b170d70b5c373212d8c0a50553]

        Fix exception in javascript (missing placeholder rect)
        
        svg animation export was not working - seems there's not always
        a rect attribute.
        
        Change-Id: I227519e5923652652a806807ac90e5dd9507d649

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [19ad7e8d70e683306c8a2a5cd86cf8fe0a70d5f8]

        Editor file header and indent consolidation in preseng.js
        
        Change-Id: Ia30d7957b562e62535a8d3a3e328da8324072ca2

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [6f8cf107a16858b13d05f2f4ba9cf29522f2111f]

        re-base preseng.js on ALv2 code.
        
        Change-Id: I0dde612f0e2e1dbe5e7a28444e19137b76e29036

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [0d82b464ba765ee17623ba691e1e740d30cacdc7]

        Remove unused code from preseng.js
        
        Change-Id: Ia79bae4aab448a9c2e178ff5f7409cb91585e33a

2013-03-25  Thorsten Behrens  <tbehrens@suse.com>  [3047c9bcb2a33487b4c38119f2841bfa3f70b29f]

        Stick in obvious canonical radians conversion.
        
        Change-Id: I1b79844dd479de201ea30d0b1959303110efee34

2013-03-25  Andre Fischer  <af@apache.org>  [2a4161f7098b9bcb76eadbc82212038bbaebed2b]

        #i119592# Fixed column widths.
        
        Reported by: xiao ting xiao
        Patch by: wujinlong@...
        Reviewed by: Andre Fischer

2013-03-25  Armin Le Grand  <alg@apache.org>  [40ca6b3a9f805e4a1c12a9ed2c487282fff1c08b]

        #119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, Review by: alg

2013-03-25  Zhe Wang  <wangzcdl@apache.org>  [69b0688589fe611d873d2c8d2556dd1279c764a0]

        Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which contain vb controls in the slide master.
        
        * subversion/main/sd/source/ui/unoidl/unomodel.cxx
        []Before initializeDocument,should check whether it is in loading process
        
        Patch by: Yin Bing <steve.yin.aoo@gmail.com>
        Suggested by:Wang Zhe <kingwisemmx@gmail.com>
        Found by: Du Jing <jbjdujing@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [02ed2608199f2adc466849d0f4864213ad07c445]

        add configure option to use clang
        
        Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [db754e891e35a2832645fce676a5f6f0bf162976]

        fix breakiterator with Library_merged
        
        Change-Id: I78327067b977b522d34cc734c83c252e22d208b6

2013-03-24  Stephan Bergmann  <sbergman@redhat.com>  [c17eaa63273a7544ea812990d7e0e5644385a220]

        Does not compile
        
        Change-Id: If7d24a6378a6645baf9d0c40e3c3cf0ae7d4f317

2013-03-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8da928423add3fdb94baee2a3f3fa053390f828e]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)
        
        Change-Id: Iae4ea99e6eff6de8db3d40a6b86e5fd28ff857d0

2013-03-24  Tomas Turek  <osmman@gmail.com>  [d31bf8bf5524af62b48e59179ef7c2afc5096682]

        Clean obsolete tools/filesystem abstraction
        
        Change-Id: I74f99c48b822644b26486a66d2f15386991154d6
        Reviewed-on: https://gerrit.libreoffice.org/2968
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-24  Julien Nabet  <serval2412@yahoo.fr>  [8b08aceb3d254909f2ee38f8c3c72162e3717717]

        coverity#704293 Logically dead code
        
        Change-Id: I1e2ad99d19b647607805c7447f5f81f853d411a5

2013-03-24  Julien Nabet  <serval2412@yahoo.fr>  [f9d0bfe98d631fb0a27f2827188ce4af6b755d3c]

        coverity#704289 Logically dead code
        
        Change-Id: I84491fc5947364191c14efa57fd106c9a57bd0be

2013-03-24  Julien Nabet  <serval2412@yahoo.fr>  [d37bc0b2bb8ac4f460fe3799efa70ed29fdd69cb]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I43d4a66be4c63c5eed69a7af053cc605aeb0492f

2013-03-24  Thomas Arnhold  <thomas@arnhold.org>  [7f4a34e3145673681c0ff3aee8de8c440e790ece]

        basic: Remove non working AboutStarBasic
        
        The content of this function was commented out since the first import. So as it does nothing remove it.
        
        Change-Id: Ia46674f7bdc12e80d61a8142697e875f5c58f482
        Reviewed-on: https://gerrit.libreoffice.org/2899
        Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-24  Mathias Hasselmann  <mathias@openismus.com>  [379988085239fdd93dd87870bcc4966aeaa9b396]

        Add builder support for a few dbaui controls
        
        This adds the needed methods and catalog definitions for
        dbaui::OGenericAdministrationPage, dbaui::OpenDocumentButton
        and dbaui::OpenDocumentListBox.
        
        Change-Id: I5b883c39f1cb9623c357e5ebec1632816547ff03
        Reviewed-on: https://gerrit.libreoffice.org/2886
        Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [d72b4106e2b1525f76ea4d91458204aeec8b408e]

        make bridges work with clang on x64 linux
        
        Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [96f943045af9068d1e6b5453836eccdbc140e677]

        match gbuild rules that contain a slash
        
        Change-Id: Id50d89114a7569a9c7429204ce73217cf7a4c131

2013-03-24  David Tardon  <dtardon@redhat.com>  [09d4525b11f396a68ca7c5cbb1ae3462db40c77c]

        fdo#62617 display groups on multiple layers correctly
        
        It is possible to group objects from different layers, so it is an error
        to rely on layer ID when checking visibility of a group. This problem
        was partially obscured by the fact that SdrObjGroup::GetLayer() returns
        0 if its subobjects are on different layers and 0 is a valid layer ID.
        
        Change-Id: I0ef75544a26817154642185864cafd4e6734fa38

2013-03-24  David Tardon  <dtardon@redhat.com>  [9a100bc4f96a8a909b3a2b81cd09079612a9e909]

        avoid possible data inconsistency
        
        GetLayer() is virtual, so it might not be always the same as mnLayerID.
        
        Change-Id: Idabf02505678a7150a94498be3bc4ffc20ac56af

2013-03-24  David Tardon  <dtardon@redhat.com>  [85dc7b010ac8e6d6ab0ac214ea6651cbe7598cf1]

        drop nonsensical warning
        
        Change-Id: I3f63268535bf8ed13a4728ed3eb3528193712e6e

2013-03-24  David Tardon  <dtardon@redhat.com>  [9b9a70ec0a332f26a841575e8bb7bec44b6faa78]

        print typename of object, not pointer
        
        Change-Id: I6d364851173b53c541b80e0d7e77d431f218ce15

2013-03-24  David Tardon  <dtardon@redhat.com>  [d2e3b282947432ae49043074644cf6aa63cb5757]

        fix crash after conversion to STL
        
        Change-Id: I0a49ce4ddf53eede0f940b392aab20afb5dd2cbe

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef61bc2934bb9ae27b366fce6e707533cd73c862]

        add missing test file
        
        Change-Id: I87e2bdf944a3fdf374f8b1f14e44ebc0fdd83d46

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [526c32e6909b6955e72f34d86e0aa6a88d74370c]

        add chartcore to Library_merged
        
        Change-Id: I27c27556e25e2233eea0406e20afe0531ed638e7

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [9e9dc4f4bae26533ebde9ffbcb5ee31a85203194]

        add localedata to Library_merged
        
        Change-Id: If7896fc49c38f41b370d569a90b02148dcbcbfd6

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [9cac6577496d0aa5ee22720239fcd18fcde85a02]

        add cui to Library_merged
        
        Change-Id: I485426c0a0792e17bae5ef125d69f52827b469b2

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [8726f878574b00fea9a47601e2c341b6f7d7aa37]

        add writerfilter to Library_merged
        
        Change-Id: I1b5c4450bd83bfb8b04e7129bd512a5f897f5bf9

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [53ca5cd9932a079272a05204de76e126125e7b24]

        add scfilt to Library_merged
        
        Change-Id: Icebffb82b35ae383b97b0ef4b3419b1fe74ce858

2013-03-24  Peter Foley  <pefoley2@verizon.net>  [c8c19de5c0df85a31ceb5454da351ed13076e048]

        fix liborcus on windows
        
        Change-Id: I852b4e159f818854fd2ac5bdcd14343b2a628134

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1bc91ea645f490bd3da205c31fe45711d009f29]

        add import test for stepped lines
        
        Change-Id: I5a11bc65ca82719c0e8de94628ae4958afe57aa4

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c040fcc93393e941af1cf86a6fa97cd74aac70c2]

        add since tag to XUnnamedDatabaseRanges.idl
        
        Change-Id: Ic1638d1834be046941a620bc11a467a53bbdfb52

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0a7b372ec49d95ecb563c6dfd57fbd851180887f]

        adapt API documentation for stepped lines feature
        
        Change-Id: I6c9c20b7c9fa8fd0f1a47ae0f4c17f9d1951b7b0

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [894b5423a8f22ac78a47eb3274969fe5f609fad1]

        close documents at the end of the test
        
        Change-Id: Ic0b60a2420c82f431c5790483e922ed2164f09fb

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c2acf78ad988c100d4163f369411482e5fd0f44]

        remove unused variables
        
        Change-Id: I602169d65c77ae71e0d5dd4b3b95837db91fa7da

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70478b0ae41aee6113c4e1e930912a804bd8489c]

        let us move this out of the condition
        
        restores the old behavior
        
        Change-Id: I096934b87ddf646587ccb230986e61f5da22de68

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c3943f43d29bf9173a5c85710a4d2d06b6885ba]

        we can stop the loop as soon as we found something
        
        Change-Id: I43e318e5aa112587775c0982d42e7780408a6b83

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9261c0bf6ecf6633a5577879f003edfcb569f4d7]

        URM_INSDEL we need to update the src position, fdo#62206
        
        See ScFormulaCell::UpdateReference for a similar update
        
        Change-Id: I1f98d26adb5085e4bdab63cc23f97a81928d6b13

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da0a22fbdcfadf0df7bdde7ebacec85bae6344c9]

        simplify the position update code in ScFormulaCell::UpdateReference
        
        Change-Id: I2cf0fd0947df8e667f461aaf2c67095d2d42111d

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3d23f889a74ace0e4e71526df7aca18b1acaa03]

        sal_Bool -> bool in address.cxx
        
        Change-Id: I77c688cb11438204acd37113cffc223ba0c08f0c

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfa20cd32c825cfe8dbdb93399ed99544d8c8647]

        simplify the use of nMaxTab a bit
        
        Change-Id: I8b21575f7a9e659e9b00f381c2fd7a1e117d67cb

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf535cbfdaa3edde7afaa6167092717ca7b98b9f]

        it is enough to check at the end if pos changed
        
        Change-Id: Id1e4957ab22eb2ff280271b5a332095df29c9ad6

2013-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef59aa2e92cb1a1e9b8dfe7a234f06d44df8516c]

        use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calc
        
        Change-Id: I55979aec2ab0140190f58f96ed108e8dd1e3a051

2013-03-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [843b7b614eaf624fcc19535e5d444bb40bc382be]

        qtz length changed, use this length dynamically
        
        Change-Id: I2935ff0c1114f1b3e690fd6f86441a180566fd32

2013-03-24  Julien Nabet  <serval2412@yahoo.fr>  [9a544af808c15a13d8d3a049d647326799485e4a]

        coverity#704288 Logically dead code
        
        Change-Id: I46cebb9155440c6925df987f95ba46c1e54e8eec

2013-03-23  Michael Stahl  <mstahl@redhat.com>  [2098b720dd9cdfef5b214802f0b37f49ad42982c]

        tools: TempFile: create a file in ctor, not a directory
        
        related: fdo#62617
        (regression from a548924aece3dc99b2aa36b5c9b0fa52de9951ae)
        
        Change-Id: Ie29a22e2bacc5fc31c9a5d1c33c01c3b6f22fe49

2013-03-23  Michael Stahl  <mstahl@redhat.com>  [1a777d4387589d36918d4f71cd7413fc79d518c4]

        tools: move some code around so there is less of it
        
        Change-Id: Ib93ce32cbdceae959989f9575899be0519db8377

2013-03-23  Rob Snelders  <programming@ertai.nl>  [99120b7ddc8ede9108d4a45a5605ac191fe22bc9]

        Display the number of active slides in the statusbar
        
        Conflicts:
        	sd/source/ui/view/drviews4.cxx
        
        Change-Id: I788070fdf093ec8b9f875ea5e81999990cd04501

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [78eda507c8452e8f6d743427d56526a91b779790]

        coverity#704243 Logically dead code
        
        Change-Id: Ie1140a90a6c9723582fa5e18ca0cf1dc1f918742
        Reviewed-on: https://gerrit.libreoffice.org/2942
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-23  Christian M. Heller  <christian.heller63@gmail.com>  [620611fe91970f073297f72a6d0605d7c7bd8943]

        fdo#39468 Translate German comments - vcl/win/source/gdi/
        
        Change-Id: I273bab015f96128ab5128ade3b8e0c69b0ef730e
        Reviewed-on: https://gerrit.libreoffice.org/2937
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-23  Christian M. Heller  <christian.heller63@gmail.com>  [e0ce2898f1fc5242015c90606be94484a252f795]

        fdo#39468 Translate German Comments - salframe.cxx
        
        Change-Id: I0a5655ac1b1b4feca0b3a5ed3d4c37a63bce6c5a
        Reviewed-on: https://gerrit.libreoffice.org/2931
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-23  Thomas Arnhold  <thomas@arnhold.org>  [75ad992d1801334a2bb39e1b0bdf3ca5f3714625]

        fdo#62525: use cow_wrapper for FillGradientAttribute
        
        Change-Id: I85a9864820f49da8ebcc4a7d2c80a3c9d0c13b27

2013-03-23  Katarina Behrens  <bubli@bubli.org>  [e8b924e440a8f82076389d2774d1c414c87924dc]

        Start slideshow with the next visible slide, part2
        
        simplify it a bit. Also fix fdo#62665, as a side effect
        
        Change-Id: I77e3d9d261f0d313d6514897d2d4923de32b3591

2013-03-23  Rob Snelders  <programming@ertai.nl>  [2f53afc7016063b6d74ca5dbdafd04bfcf1eb0da]

        Change duplicate short-cut Alt-I-U
        
        Conflicts:
        	officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
        
        Change-Id: I0cabf39b3844a056a6c1d83a7941715435fb6307
        Reviewed-on: https://gerrit.libreoffice.org/2943
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [43de68a43f96112e14f6f83e9129e22cc0e4bcc4]

        coverity#704247 Logically dead code
        
        Change-Id: Iaefddeb816d36d4a07234d903fafab3d6b83e1d2
        Reviewed-on: https://gerrit.libreoffice.org/2952
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-23  Peter Foley  <pefoley2@verizon.net>  [81728bed9b82300875b156affa9aa55e5afa80e4]

        cleanup Library_merged
        
        Change-Id: Iedd2a60ab6287ed661de7a88daf182cf2af4fe86

2013-03-23  Peter Foley  <pefoley2@verizon.net>  [f380dd4a7c53184ffb4021a70172e4828cd1b214]

        remove executable bits
        
        Change-Id: I77293df49ccb6d86085351a1b9ee1f0e19d52fdf

2013-03-23  Thomas Arnhold  <thomas@arnhold.org>  [cafc879f8978ea9f7fca1be9f6aa5057f0a59617]

        fdo#62525: use cow_wrapper for FillBitmapAttribute
        
        Change-Id: I0f666d4baaf6dc4e9f7ea30a518a8904f01d749f
        Reviewed-on: https://gerrit.libreoffice.org/2948
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [4eda900b8391c691445ab460ffad196132bc394e]

        Related coverity#704244 Logically dead code
        
        Change-Id: I5a008c56c1318c9271d4487b2b7ad3c4a80c02a6

2013-03-23  Thomas Arnhold  <thomas@arnhold.org>  [62fca307fc0fc775234572c79a1237494c2d72a7]

        fdo#62525: use cow_wrapper for SdrShadowAttribute
        
        Thanks to Thorsten.
        
        Change-Id: I9b5435d2326e9ebf340e88025eeea25ff6388ea2
        Reviewed-on: https://gerrit.libreoffice.org/2946
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-23  Thorsten Behrens  <tbehrens@suse.com>  [fb8dd00d597495e8622a54dfd724ccc99d1fe999]

        Validate cow_wrapper static default pattern.
        
        A bunch of objects use the optimization to assign one single,
        unique default object to default-ctored instances, and decide
        on whether any given object is in 'default' state by ptr-comparing
        against this one unique instance. Simulating that pattern here.
        
        Change-Id: I88f7d8488d81bcf1a01ab6b63121e003b8f0ade9

2013-03-23  Katarina Behrens  <bubli@bubli.org>  [45e4a5ef5347f7e2fe90a0d411e3749f24008c3a]

        Start slideshow with the next visible slide
        
        if current slide happens to be hidden + feeble attempt to untangle
        spaghetti code in slideshowimpl *sigh*
        Fixed within Impress Sprint
        
        Change-Id: I120f72307ff5ec4d573845bf480a18ac4ce9212d

2013-03-23  Thorsten Behrens  <tbehrens@suse.com>  [f4cde665813acef95228a7dd14bb7411baa844a4]

        Fix dbglevel=2 build
        
        Change-Id: Ib3b7892225a9488c220133f05f127d746f7be461

2013-03-23  Tor Lillqvist  <tml@iki.fi>  [8559269f6a298f0fc0ca2be9c8bfdadba89db1f1]

        Allow installation on external storage (SD card)
        
        Change-Id: Ied56bfe26ebf0082aab91ff823da732f26ab5702

2013-03-23  Jacqueline Rahemipour  <jr@natural-computing.de>  [85889e690963b2f39bad6c6cc22853bc51767a3e]

        Fixed templates notes view and master pages
        
        Change-Id: I4aa8d86943ffb6bc1300c5c78ca99d5e2f89f0d0
        Reviewed-on: https://gerrit.libreoffice.org/2939
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-23  Moritz Kuett  <moritz.kuett@web.de>  [5dd259cbd01dfb71288bcea7837a2d30d9d7d4e7]

        fdo#47576: Support for textual links added (SVG Export)
        
        Added Support to export textual links in SVG files, images still do not work
        
        Change-Id: Id230618d2cc068b94eb0f0051d5db249a88a42f2

2013-03-23  Christian M. Heller  <christian.heller63@gmail.com>  [275dbf60e9a3ea47656dfef0928e5cc83df4762e]

        fdo#39468 Translate German comments - vcl/win/source/app
        
        Change-Id: I5bd5851f763a392cad658d206d23ea055456fce2
        Reviewed-on: https://gerrit.libreoffice.org/2938
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-23  Tor Lillqvist  <tml@iki.fi>  [43fe205a77f8e9f0bd36dc25dd14eaf433488621]

        Don't turn on DISABLE_EXPORT automatically for Android and iOS
        
        Eventually we want to be able to save documents, too.
        
        Change-Id: Ib971163163f78d304deaac2d87db40c8438a34e9

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [0ed451e338d2c211acf5b311860c468e335d6d31]

        coverity#704237 Logically dead code
        
        Change-Id: I7a5087b2ac89ee2839f0e0d8450efc7fca1dd68b

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [165ef402c07cfcec87c41bca67faa795580cf2ea]

        Related coverity#704229 Logically dead code
        
        pVDev not used since ad3ccbb2192c96bdcc268fcf0c322c693275eeb0 (09/02/2011)
        
        Change-Id: I210b91abc4ac883272119c88a437f9d60781667a

2013-03-23  Rob Snelders  <programming@ertai.nl>  [f804c72a090f8d5f170fed700ba7cf1826e5b3a2]

        After presentation is finished always have previous go to last shown slide
        
        Change-Id: Ibb9db34523731f363612bd5f2306372380bb2fae
        Reviewed-on: https://gerrit.libreoffice.org/2933
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [549030d96add56117bc35198d1303c059a8da21b]

        coverity#704226 Logically dead code
        
        Change-Id: I24e55bea6070ce1113c5b64902dbd41c7827f91d

2013-03-23  Johannes Widmer  <jowi-fs@gmx.eu>  [c088ec0bdb6245c472f79417d14d487e5c5e0d09]

        Translations of comments from German into English
        
        Change-Id: I0a1421e5b7149c060e8603a13e82a80c7d4d5bd5
        Reviewed-on: https://gerrit.libreoffice.org/2934
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [6408f363bf77319228739cba69ab1bd08499e380]

        coverity#704225 Logically dead code
        
        Change-Id: I9aa41653b9622245de8084443ef3e0b74f720571

2013-03-23  Peter Foley  <pefoley2@verizon.net>  [28fb57daa77438f5e63132d3417062a11a44461e]

        make gcc-wrapper work with ccache
        
        Change-Id: I4db04d8ce04c928b67d86172fcbe33adacbd85d8

2013-03-23  Peter Foley  <pefoley2@verizon.net>  [c52ceef8395a3b4c59bf6e139e126b57c77d2d92]

        add dba dbu and dbtools to Library_merged
        
        Change-Id: I2a686cc18e0e965124e886901d852daf2d607b9b

2013-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [115bc7347f6ead8a7ca1110ceee4db7ce729f5ff]

        Put 'm' prefix for data members.
        
        Change-Id: I35de864a36c350f9b92d1e43208c8d0d37fd874a

2013-03-23  Miklos Vajna  <vmiklos@suse.cz>  [d4ebfc7e3fc8996dc0f52fcf228ba37a6af0f499]

        SwView: rename member variables missing their prefix
        
        Change-Id: Ib382d3e3bab87b2e1dd32060da977289e4dc601e

2013-03-23  Rob Snelders  <programming@ertai.nl>  [015131c87e14f84040cfa579bc81419714cbe964]

        Give the number of slides also when more slides are selected
        
        Change-Id: I2a169831f2caada6d052edb697036a53ca67ddd0
        Reviewed-on: https://gerrit.libreoffice.org/2927
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-23  Xiaoli  <duan19002009@gmail.com>  [18682c5d13be52fcdbbe4b802b874a1b83fbbd8c]

        Improve size and positions of widgets for CustomAnimationDialog
        
        Conflicts:
        	sd/source/ui/animations/CustomAnimationDialog.src
        
        Change-Id: I38a9cbd533c742657c4af6c83d146706684c1ff6

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [f9122b32975bbd2aeba6e1bb9722f6140eafe8f1]

        coverity#704216 Logically dead code
        
        Change-Id: I83af7c87576c185b4884a2a6ceaea5274efa7c37

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [bbc96d45d4435a0a938ad0b8aba89fca9ad8df06]

        Related coverity#704213/704214/704215 Logically dead code
        
        Change-Id: I80c119b2287ff0c4f2e467943be6a7682914934a

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [97fa9a882c5084383c47443ef16f97caf5f5ec8b]

        coverity#704205/704206/704207 Logically dead code
        
        Change-Id: Ic2cbd96f393a21cf2c6634d3c5e5a4c5a5b486ef

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [ef23a1138257fe6cd53039dca40bc874a228e223]

        coverity#441160 Logically dead code
        
        Change-Id: I697aad17986b1cd874311716873ed75358d3cae4

2013-03-23  Julien Nabet  <serval2412@yahoo.fr>  [5d02714a9dca73e606fa1f538de8a62925bc1de8]

        Fix wrong copy paste, should be UNDERLINE_DASHDOT and not UNDERLINE_DOTTED
        
        Change-Id: I807d88631cf35e51cd034a62eed1d4230c75d1be

2013-03-23  Andras Timar  <atimar@suse.com>  [1d384e7ee8e8565a21d3033d7975eceda643d68d]

        Updated core Project: help  866c0eca7cda0f8f3939076e11820ebdaf4870c3

2013-03-23  Andreas Mantke  <maand@gmx.de>  [20064583080a8622ba1b8f217cb0b9c184a3ae15]

        fixed the dialog because there was an overlap
        
        Change-Id: I5520eed20357d493ef198a935486f45dd7181e0a
        Reviewed-on: https://gerrit.libreoffice.org/2926
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-23  Katarina Behrens  <bubli@bubli.org>  [4934f877e020c3b8a8225316cb3388be2812d2a6]

        Add missing date formats to header-footer dlg
        
        to have the complete set. Reported as paper cut on Impress Sprint
        
        Change-Id: I9cc5145976c5b04d2df634106be6ef5eebb5ef56

2013-03-23  Andras Timar  <atimar@suse.com>  [33a87b9339e26290f5a3c000bc5951af44e9ccf1]

        fdo#61379 Java options are under Options - LibreOffice - Advanced
        
        Change-Id: Ic7b262f4b75e7f2069f88f753cea5ff8f59610b7

2013-03-23  Andras Timar  <atimar@suse.com>  [7a8e3639fb2c9fa5d4429b177092222a8adff7ca]

        Updated core Project: help  31516bbabeb16119424c371fb17975a58b74d108

2013-03-23  Tor Lillqvist  <tml@iki.fi>  [9325dca98163f8fc7cfcf6a76abddfe4e902d73b]

        "atomar" is not a word
        
        SCNR
        
        Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353

2013-03-23  Andras Timar  <atimar@suse.com>  [b3644853d67872b0bb3956fb16cbaf0d0ed3c5dc]

        Report Builder should be an optional component in Windows installer
        
        ... because when it is installed, it hides the original template based
        reporting UI, which is preferred by some users.
        
        Change-Id: Id758b664d6b06c2c12e32c428b5dbcf7bfaf045d

2013-03-23  Andras Timar  <atimar@suse.com>  [50e6c21ad80656cb3eefd1adaaaeeafa1f017473]

        add longer description in Windows installer to Numbertext extension
        
        Change-Id: I34b459c3e8b676b47f9ce0da15bfdea5f749ad20

2013-03-23  Mathias Hasselmann  <mathias@openismus.com>  [7d48d67b06f9f0c144bc84155ba0f891041d109f]

        Use the make binary that configure found in PATH
        
        When auto-detecting the GNU make binary from PATH store its absolute
        path in the GNUMAKE variable to ensure to keep using exactly the same
        GNU make binary even when the PATH settings change. This is needed
        because the gbuild system relies on the GNU make features detected and
        reported by the configure script.
        
        Change-Id: I05916f0ad7f2e98e4e908455ed72758ebf396863
        Reviewed-on: https://gerrit.libreoffice.org/2924
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-23  Chris Sherlock  <chris.sherlock79@gmail.com>  [444afc083500c3a4c2d2010f4886df49e75b7773]

        General comment cleanup for demo/test vcl apps
        
        Remove unnecessary commented out code, remove comment "spacer" lines,
        in general tidy up this code to make it easier to read.
        
        Change-Id: I37a19177795aa93d63f736e1933924605fbf2146
        Reviewed-on: https://gerrit.libreoffice.org/2921
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73e74680d8c0cbf8baf869cc8bbc58dae432a0ef]

        add ODS test for above/below cond format rules
        
        Change-Id: I6ce6292a490ef39c111aa7f4c0a5ada0d45c16bc

2013-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9513e13686f011b008764b3c5f184be47b9f4f5f]

        fix above/below equal average ods import/export
        
        Change-Id: I1c305c67772b46cede6b4da3e79578f2f1a8ee89

2013-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb81adcda850b7456dbc274a37a2f12237c6ab82]

        fix spelling error
        
        Change-Id: I700f25f16ab77212c1f3fdc4be1eb24f4c614c30

2013-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07ae89ed8d49a81babbdc76604602da405012c74]

        remove the code for this old test concept
        
        Change-Id: I4c9c383cffa2cfadbee32ec1e19af4b569b13f0c

2013-03-23  Andras Timar  <atimar@suse.com>  [672cd6dbcf212eb8afe485e9fcfd727acef61c00]

        There is no --enable-ext-report-builder any more
        
        Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874

2013-03-23  David Tardon  <dtardon@redhat.com>  [91864e19c84ae9834d6e97ee5ddc4db5bf957681]

        rhbz#876742 speed up table manipulation in Impress
        
        It turns out this is not actually a performance problem but an oversight
        in implementation (or a bug, if you want .-)
        
        Every manipulation with a table (e.g., move, resize; actually even a
        selection of the table) leads to creation of a full copy of the table
        (SdrObject::getFullDragClone()). One of the actions the table copy impl.
        does is to call sdr::CellProperties::SetStyleSheet() on every cell of
        the new table. CellProperties is derived from
        sdr::properties::TextProperties and CellProperties::SetStyleSheet() just
        passes the call to TextProperties::SetStyleSheet(). This is where the
        trouble begins :-)
        
        The SDR representation of a table, SdrTableObj, is derived from
        SdrTextObj. Because of that, SdrTextObj needs to be able to contain more
        than one SdrText (because a table needs one for every cell). This is
        handled correctly by TextProperties. But, because there is no SDR
        representation of a single cell, CellProperties uses the SdrTableObj as
        the SDR object it works on. Therefore TextProperties::SetStyleSheet()
        processes all SdrText objects of the _whole table_, not just a single
        cell. And this is repeated for every other cell...
        
        Change-Id: Iab2e2d0e1e8038710645c0bd24666e6032b0a003

2013-03-23  David Tardon  <dtardon@redhat.com>  [e3ad376f601d3abfc1b9e47dc0419d52785bd9b9]

        drop unused includes
        
        Change-Id: I819539b372d33cc8982a01d7bb72093cedb6461f

2013-03-23  David Tardon  <dtardon@redhat.com>  [8d8868a827e0daf3edd3f69a2c22cc185a7d496c]

        drop unused member var
        
        Change-Id: I68004a90cbfdf6bf6c5b09998406a5479e5c50d6

2013-03-23  David Tardon  <dtardon@redhat.com>  [6a08c0cba41dc63acb2c22c48170b081cc99e46c]

        broadcast change if removing NULL page
        
        Change-Id: Iacf5e9cc509e29aaf5dd1321407c0de9db7677f3

2013-03-23  navin patidar  <patidar@kacst.edu.sa>  [a56a162e66269bfe39ba76bacc51efe4cff314da]

        In writer’s RTL UI show author name and date at right side of comment window
        
        Change-Id: Ie15482e9953d14927b4f918c43537100a8332689
        Reviewed-on: https://gerrit.libreoffice.org/2923
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-23  navin patidar  <patidar@kacst.edu.sa>  [092bf2fb0052ca73855127dc03ff1ae3f9321506]

        fix fdo#62050: for impress
        
        Impress is also affected by fdo#62050.
        In RTL UI, comment window is RTL and editbox’s (editeng) default
        writing direction is LTR.
        I suspect, bug is result of this RTL & LTR mix-up.
        
        Change-Id: I188ce05350f721081378509915158d4ec4e5f8cf
        Reviewed-on: https://gerrit.libreoffice.org/2922
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-23  Tor Lillqvist  <tml@iki.fi>  [40fd922ecf6a9ba9cfe541975ea2fa6b711a66fd]

        Another blind fix for using the x86 NDK tool-chain
        
        Change-Id: Id4abf40d4965c015baf7a4213cd6dde8871a2474

2013-03-23  Tor Lillqvist  <tml@iki.fi>  [0fddd7aa822abc86b646939e292dbcce0014db08]

        The x86 NDK toolchain uses a different naming convention for its root
        
        Blind fix attempt for the Android-X86 tinderbox.
        
        Change-Id: Ib7ae0d077aad149d27c19f1b0137bb87062d0f60

2013-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [00050e3799690a45c406429740e7b362e5f3e89d]

        Fix the build with OSL_DEBUG_LEVEL > 0.
        
        Change-Id: I4633df8ffafe10397bf80d9b0f5c20aa0ed36416

2013-03-23  Chris  <chris.sherlock79@gmail.com>  [7ca43770bc981c467371b3d4f587cc329298f4d4]

        Remove commented code in VCL demo app - should make the example clearer.
        
        Change-Id: I2e56c580b30435731b3b8dc716abae19c8673acf
        Reviewed-on: https://gerrit.libreoffice.org/2920
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c06269755ddbe11ff0d60fce7cdb52112687162b]

        Remove unused variable.
        
        Change-Id: Ibb79f153799ac98d29bd2391c8903b00bb153956

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f9bf7f4d2c95a42671c4ba136a445e794538093c]

        More ScCellIterator usage conversion. The rest are non-trivial...
        
        Change-Id: I965e023d00306334f2b1aa7d3d92c90d44769b76

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a9a7f2501228e0f47085d937fc3727f1a452249f]

        More on ScCellIterator usage conversion... Still not done.
        
        Change-Id: I5023a57f3a089f1af7cd7fe53f57f82c60eb2b65

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0872a719ab85a497ea1d71920e298fd9f1d66766]

        More on reducing direct use of ScBaseCell.
        
        Change-Id: Ic59376eea086802f173e590faf2693b646db3feb

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2f6b33da43a06ff43bda739c41245761ffdf97fa]

        Re-did ScCellIterator to avoid copying every single iterated cell.
        
        ScCellValue copies the cell value. Let's not use it in ScCellIterator.
        
        Change-Id: Id478b607c702077751878f557b8779c98b68db28

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [71362fb191d87e918fbf066ce639b0df213bd2a7]

        More on ScCellIterator conversion... More to come.
        
        Change-Id: I7b80e8418e8f5ea4ea64f4f05c3709aaf8606bad

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea8ed4dac5390935021b0ca579f33393ac50bd30]

        ScDBDocFunc is now ScBaseCell-free.
        
        Change-Id: I666886c737b118b30faff6c3763d40c1c4b7fca7

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d6eb60583e05dfa36402c92dc4315f2056f8592]

        Start switching ScCellIterator caller to alternative iteration method.
        
        Change-Id: I8b39adaaff3874e26709579530fb74b2bf0543be

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9b5561558cdaa2c331b6d965f273c8994b4a1d12]

        Nobody uses CELLTYPE_SYMBOLS anymore. Chuck it away.
        
        Change-Id: I7b9b221c3536c94fbf56c9b5230e62927efe6e1f

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [98c408356cffbf48fad596168399143e17321555]

        Use ScCellValue instead of ScBaseCell in ScCellIterator.
        
        But of course such migration has to be done in gradual steps.  For now,
        ScCellIterator supports both methods.
        
        Change-Id: I40cd8969b05598fe20916e43a5537217e824d418

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [73f66a092c16cf96f87cae14442cef8d8fd3a0ae]

        Simplify ScCellIterator.
        
        Change-Id: I33b10e68434fe0047f8e7c3959b87a51f3460d29

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bffe8b807ec2ac9e4749360151682591895778fd]

        Get change tracking to work again with these new ScDocFunc methods.
        
        Change-Id: Icdbf2af7bc552bc8f4914cc8bd036ed45934c461

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6dfdce83578ce44720e4cf1d84c6e4ef50686983]

        Remove a variant of PutCell().
        
        Change-Id: I6100d30954536a3683be69363f1fc13d54cacfef

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d4c36b6cc3d45f0d66cc3d0d86d3d842b979cbd7]

        Remove direct use of ScBaseCell.
        
        Change-Id: I6b36e2f16ab76c146572f36393aaa0e3df951d7a

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cc6f68895b99dca9e9785b7cb77a853c0eb2178]

        More on reducing use of ScDocument::PutCell().
        
        Change-Id: I7a911f13cddea829884aa9558d3be6a5e281c144

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [304fabda76364301956333120bf86b5a0ea9fe04]

        Don't forget to check for NULL pointer here, else it would crash.
        
        Change-Id: I497a8f5a6210e0b03fb12adc376cfa3a11d2d47c

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e84bf20fb0368bfe7873f9fb46023f1c9f35ac15]

        A bit more cleanup...
        
        Change-Id: I559ef1e8189002ea4ee4e543b5a3aebc0aa17674

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [73ab286477e31a0440af2e91c772fdf55db66a2a]

        Why in the world do you need to fully-qualify own member methods !?
        
        Change-Id: Iaaafa2d3c214f83f9c48edd80da20da34f30358c

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [62a2e5c0e82c6172dd8b51f8a8188781bea5827d]

        This is not used. Be gone.
        
        Change-Id: Ia5c7d914ca93826dcd2b7387d7cea58f90a225f2

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8dd093485c17f505f312fc7c7ea1ae3d6978e950]

        What the heck is this !?  Kill it.
        
        Change-Id: Iceecf6129977241847711488d116ebddaf639e24

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [14afe7b9b057e5bbd68d41573884c8a85761712d]

        Move ScCellValue into its own header/source files.
        
        This can be used outside the undo code, like change tracking code.
        
        Change-Id: Iad936acef0dacbd19d8c179da4713b1cdc7f9c84

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [07bd80e7d94d90be0bc8059e98eade6b3ca2b6c6]

        Add assign() and commit() methods to make it easier to use this class.
        
        Change-Id: Ia9c2fe3fea3dfeef0410e8c430d5953a66b0cba1

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f357687b8c5aba3679143af891014e4fba5dc936]

        ScUndoSetCell::Value to ScUndoCellValue in global scope.
        
        I could use this in other undo classes.
        
        Change-Id: I721ab2b67810af21ddbbb711c268783b73904e48

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4f573f6f24c8fe6f5b94949392e35695dba0663d]

        Modernize ScUndoEnterData a bit.
        
        Change-Id: I2cf86a445b4820ec89fc610e8e4eec7862195d21

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [916baebaa7c604570748c5556cfbb99a61a56a28]

        Reduce the number of parameters.
        
        Change-Id: I0424ca0da103cdcf3f76b6b7afe25cc0ad230bc2

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [987085cbb1ed6b8bb06ff3aba6f70686123ac811]

        bInterpret is always set false. Remove it.
        
        Change-Id: I067f8eb4b81231e3ea7f084a6608c29e0dfeaf2b

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [18571d151383dd2fda423f286550b63e8c2bd256]

        More on PutCell() avoidance.
        
        Change-Id: I9166a00f1aadd4bfcb9dc46ef794cd53c19f5692

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [38df6bbbbe23444732b07e438887b6863a8ad1e8]

        More on reducing use of ScDocument::PutCell().
        
        Change-Id: Ibcbb8690c96c176a31563e7b833fa66412888cb6

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [753310b7db6a36aeaae36cef3bfca970e9310569]

        Remove unused methods.
        
        Change-Id: I8a7b5513e136a632950c3d41f62020f6b68203ef

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fec3797262c67e4a7a612e6f1569127569e6f51e]

        Don't forget to re-paint after undo / redo.
        
        Change-Id: If4914265ce2ed2e614d4887cc12f15eb97bd076f

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9b016fd7e95cfb6789d329cadb94caa0b63ae80d]

        ScUndoPutCell is no longer used.
        
        Change-Id: I9ccefaaf71c4a39c0d28155f6b38e72cfc909ca2

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4223e45a0cdf3dc589d0aaf3de2c9abba0ee64cd]

        I think I need to add these just like all the other undo classes do.
        
        Change-Id: Ia5dc41027c144b771a4071a35b7ed699ea00cfb0

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3dd9f732afc7083809794e7626b11a4b7ca6dae5]

        Forgot to add break here...
        
        Change-Id: I4350c05bdf72c9b582da3b156dc398ea407efa24

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0327a7cdddb88a4841dc1be63fa0ce78ab35fc2d]

        More on reducing the use of ScDocument::PutCell().
        
        I'm getting tired of this already...
        
        Change-Id: I77c4f82fc61c9371e8a07fa559088851667949d6

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6de145fdfa60737b4d3c4cb164caab5a44aa6c45]

        String to OUString.
        
        Change-Id: Ib31cd61f960a73924988aa35c24e106cf668b78b

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d1d5f290d42024c4a0c2dd03b722942f7142971]

        Remove unused method parameter.
        
        Change-Id: Ib297f38ab5428f4251d5f482c87bcac926250aa9

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ce72093cdc68e60fb06ddd4358e0bc7fc8c63a9]

        ScDocFunc::PutCell() is no longer used. Remove it.
        
        Change-Id: Id76a8cfe2d67c3461aab6ea0bb71a99abba65e84

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e509ba00be1dfbc38bbb8b93f49be2c686cffcca]

        Another PutCell() gone.
        
        Change-Id: I9ea44c38b13f2158aa1fb25cf6d1d50abe78e4a5

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9d0869e2f0a2c8e6a07c16c34686ef0029c63587]

        Reduce indentation levels by early bail-out.
        
        Change-Id: Ief345d48750250150836097af2072fb030aa4505

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [18d821241c33686a419aec6d6dbaa165bf5e95b7]

        Another removal of PutCell().
        
        Change-Id: I1519ed62f623770f690385cb725e5d1e9a636e48

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05c49983366f3686576d678293c3903a08213907]

        One less use of PutCell().
        
        Change-Id: I10120476e3bb17c330fa8a59ae51ac7d4573d937

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [230f3ea249cd1f045ba30aced35935cdc32ddd87]

        This shouldn't be virtual.
        
        Change-Id: Ic15f96a71b7c315ab94ceed808c348cd6fe535df

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [142ac4d21d3ae4295f9cce5c8fffe1788f054b86]

        Reorganize SetCellText() to avoid PulCell() at the very end.
        
        Change-Id: Ib5244cbbb81a1dbc20fbf4a63679a862ede525ff

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a67e7ca6cd7ed646bac535c8cdffd6dc1f11d331]

        ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.
        
        Due to the complexity of the formula cell class, we'll keep this cell class
        until further notice.
        
        Change-Id: I0e11d0aa6ca2ee959a1963c606ad0684aeec27ed

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [383d39de81c4581830764efab6c31eed757751cc]

        Do the same for formula cells.
        
        Change-Id: Ia17079042ee4e17fb5b6abe8ae18b7838b68c7c1

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bcf5b54b47eda4e39b4f5f4813cb43e1f52f0201]

        Add SetStringCell() and SetEditCell() to ScDocFunc.
        
        More on averting the use of PutCell().
        
        Change-Id: I3881d7d468780eefe8016c754a053eb42ad3c5ad

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3504ca6b84f5f38ded12e279d3b3ee36f9ffa33]

        Make EditTextObject copyable. Its Clone() method uses that anyway...
        
        Change-Id: I9c9ce4ddbf4849e3b237f037d8f1232b4ae84387

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [76c0e26b2d2906ca2199e4294d7433533c78f8e3]

        Let's use ScTokenArray instead of ScFormulaCell.
        
        Because we may move away from ScFormulaCell too.
        
        Change-Id: Iafafe3c864efa73330fb8ecbb713caa903e23db5

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8aac68741b17a1d161137b12c78d47c8b3e91c68]

        Convert some of ScDocFunc::PutCell() to SetValueCell().
        
        Also implement the telepathy serialization part.
        
        Change-Id: Ie67b26d5f7778d0c1f09a9ef748e0fe846ac3dc5

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [060c1f9048c713d03a9b051e4e9537d5992b8a13]

        Implement the undo of arbitrary cells. Not used yet.
        
        Change-Id: I99635829768ec7604f3387c4b0a22cb112fb9aca

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [25869d8c9bddb13e9b9fc5bff1494f8ca56a410e]

        First cut on implementing SetValueCell in ScDocFunc. Not tested yet.
        
        Also, I have yet to implement the undo and redo for this.
        
        ScDocFunc::PutCell needs to be eventually eliminated, in order to avoid
        direct use of cell classes outside the document.
        
        Change-Id: Iae7abc048fc67214037fa0a080fdadbadfa074fd

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [611cb65c2a5d8d99b1ce0b3d9d0fbde95d877f72]

        Add convenience methods to set maximum text input and numeric input modes.
        
        And remove one use of ScDocument::PutCell().
        
        Change-Id: Iaa3c115794894964cb7c9f809235cdb7669be094

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [95d2ab279414f9b24b43b9dd532cca842959389d]

        More on reducing the ScBaseCell usage. That's it for today.
        
        Change-Id: Ie35681e62a4ebcd792fd2f4dd62b5c4b8e4db49c

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [85ab53551239246b2ee5a784e927304bc2397942]

        Reduce use of ScValueCell outside ScDocument.
        
        Change-Id: Ia1a39016e1389e551169ae8dda179cb38d30a42a

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [25f53499989b873ea3bcc0ccd5a47aa07b4aa0a6]

        More on removing direct use of cell classes...
        
        Change-Id: Id09a5b681bfa4b64406148bce1a88c132b01d4dd

2013-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c2ea4c5fbeabda2c65ae549091b113b750972d05]

        This comment is no longer valid.
        
        Change-Id: Iec92c80bdc51b59712e1e6c6c0e05b38224359f8

2013-03-22  Eike Rathke  <erack@redhat.com>  [9b612f568a5c88f1a65654ad2bdd3df7211a9f3a]

        no need to new/delete temporary, stack based auto does it
        
        Change-Id: I5ab9537718f3f9a7e4296226c6ca1ad82ee2eb8a

2013-03-22  Eike Rathke  <erack@redhat.com>  [fdd9f2dbdf7c703cbc8519af932194ebdf95d77c]

        use input line string length for numeric data length, i#93128
        
        3620920babb60177dc2b8e1f61c75cf08cc0f949 checked the raw input data
        length.
        
        Change-Id: Iebb6e9c4a532b73a64f41261ee8bd382adbe701d

2013-03-22  Herbert Dürr  <hdu@apache.org>  [3620920babb60177dc2b8e1f61c75cf08cc0f949]

        i#93128# fix data validity check
        
        for criteria "Allow text length" and numeric cells
        
        Patch-by: Zhang Lu
        Reported-by: amy2008, eberlein
        Review-by: Herbert Duerr
        (cherry picked from commit 3a4882779d58e382abb866fc848d6c7a935181de)
        
        Conflicts:
        	sc/source/core/data/validat.cxx
        
        Change-Id: I7c528da3cf2e12122cecbbde3ec84684307f3248

2013-03-22  Mathias Hasselmann  <mathias@openismus.com>  [ffb4e4310ef614d3d9cb26a43461fa3213b52fde]

        Adjust indenting of a few comments
        
        Change-Id: I5c72ea3b8c270c220be388d481569b82b7fa0ff7

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [97edb75d08e35eb014037fa6a4f93eeb16e11271]

        coverity#440825 Logically dead code
        
        The other one was in fact 440826
        
        Change-Id: I0163892e651a8080873985d2c58eea97d65ff678

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [d6a1071034300356d225f6c89b7c75b110bc20ca]

        coverity#440825 Logically dead code
        
        Change-Id: If16f1815d7ce7638d51d62243ccea787f1043efb

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [c4c8bf85d25def82b9aba783461010e6ad9ab06c]

        coverity#440784 Logically dead code + cleanup
        
        Change-Id: Ib620de7cf05d0c84efd933a141f3ab0a6c1c2fd5

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [56220fb1304e68edea72f31b5d5a6194b703b87d]

        WaE: unused functions
        
        Change-Id: I3014f75e9f5969902c5bb6cecad9286841e158e6

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [6a17d2f2ba7acfec277314b97b50e41532d6b44d]

        No nan() in Clang for Android, it seems
        
        Change-Id: I73fb37de0e4eeefdb08a6da48947afa1fdf02a38

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [27a9a0d167abfe77ed955df0daf5a0b285d49110]

        Start on supporting also the Clang tool-chain in the Android NDK
        
        Not everything compiles yet. As normal whenever trying to build LibreOffice
        with some new tool-chain, it's the C++/UNO bridge that is most fun. The NDK
        Clang tool-chain doesn't define _Unwind_Exception.
        
        Change-Id: If828f4f5b5788a4abede1aaca0844bf37e97a701

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [334d7e742ce60a9f5ea80d8dd9b5cfc3e129e900]

        blind try to fix MacOs building
        
        Change-Id: Ia6dac95a754c61a8f98120af1a703bd27d3be95c

2013-03-22  Eike Rathke  <erack@redhat.com>  [70f1f6cd90d8e9a571959c41f88c9ae376846d0f]

        chose date that does not suffer from historic time zone bug
        
        When building in a time zone that suffers from the historical time zone
        bug https://bugs.freedesktop.org/show_bug.cgi?id=44286 e.g.
        TZ=America/Sao_Paulo the build failed. Chose a recent enough test date
        to circumvent.
        
        Change-Id: Iad6c99f6a0a656546924c94edd39aca92d92d47d

2013-03-22  Radek Doulik  <rodo@novell.com>  [8b1eac4a14e222238913b8b33c0aeb98ea702589]

        implemented BeginContainerNoParams and EndContainer records
        
         - plus a bit of refactoring to reuse code
        
        Change-Id: I416d2c47800752a27e2dc79f9b55b096e641062f

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [98d72730b7c6320341b52ed18ed765b72cf922c1]

        There is no --disable-ext-report-builder any more
        
        Change-Id: I05d3958b56cc8dc18773049deb40d4d4929b0ba4

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [25363b4e4594c610c643cd1025119bb6188677d1]

        coverity#440066 Logically dead code
        
        Change-Id: I54d1b22859bd4f0a1e68ce79ed2ce4d7fbeb5107

2013-03-22  Julien Nabet  <serval2412@yahoo.fr>  [f25fcba2f2ef699e8366d3681ae6c636798569a8]

        coverity#440065 Logically dead code
        
        Change-Id: I6b735ca48bd996c71ad6c6103e68af2cd2890d98

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [9e2034c0330f969b6795dd9ec8771fdad34777a6]

        Missing solar mutex
        
        ...as witnessed by the triggered assert
        
        MSVCR90!wassert+0x641
        vcllo!ImplDbgTestSolarMutex+0x72 [c:\lo\core\vcl\source\app\dbggui.cxx @ 1750]
        tllo!DbgFunc+0x47a [c:\lo\core\tools\source\debug\debug.cxx @ 1120]
        vcllo!DbgTestSolarMutex+0xd [c:\lo\core\solver\wntmsci12\inc\tools\debug.hxx @ 295]
        vcllo!OutputDevice::ImplInitClipRegion+0x2d [c:\lo\core\vcl\source\gdi\outdev.cxx @ 913]
        vcllo!Window::Invert+0xef [c:\lo\core\vcl\source\window\window2.cxx @ 411]
        vcllo!ImplCursorInvert+0x437 [c:\lo\core\vcl\source\window\cursor.cxx @ 120]
        vcllo!Cursor::ImplRestore+0x27 [c:\lo\core\vcl\source\window\cursor.cxx @ 159]
        vcllo!Cursor::ImplDoHide+0x40 [c:\lo\core\vcl\source\window\cursor.cxx @ 216]
        vcllo!Cursor::ImplHide+0x3c [c:\lo\core\vcl\source\window\cursor.cxx @ 234]
        vcllo!Window::ImplGrabFocus+0x4aa [c:\lo\core\vcl\source\window\window.cxx @ 4053]
        vcllo!Window::GrabFocus+0x52 [c:\lo\core\vcl\source\window\window.cxx @ 7544]
        tklo!StdTabController::ImplActivateControl+0x1fe [c:\lo\core\toolkit\source\controls\stdtabcontroller.cxx @ 152]
        tklo!StdTabController::activateFirst+0x45 [c:\lo\core\toolkit\source\controls\stdtabcontroller.cxx @ 354]
        msci_uno!`anonymous namespace'::callVirtualMethod+0x8a [c:\lo\core\bridges\source\cpp_uno\msvc_win32_intel\uno2cpp.cxx @ 76]
        msci_uno!`anonymous namespace'::cpp_call+0x4b3 [c:\lo\core\bridges\source\cpp_uno\msvc_win32_intel\uno2cpp.cxx @ 257]
        msci_uno!bridges::cpp_uno::shared::unoInterfaceProxyDispatch+0x321 [c:\lo\core\bridges\source\cpp_uno\msvc_win32_intel\uno2cpp.cxx @ 438]
        binaryurp_uno!binaryurp::IncomingRequest::execute_throw+0xaa8 [c:\lo\core\binaryurp\source\incomingrequest.cxx @ 245]
        binaryurp_uno!binaryurp::IncomingRequest::execute+0xe0 [c:\lo\core\binaryurp\source\incomingrequest.cxx @ 74]
        binaryurp_uno!request+0x6b [c:\lo\core\binaryurp\source\reader.cxx @ 85]
        cppu3!cppu_threadpool::JobQueue::enter+0x28d [c:\lo\core\cppu\source\threadpool\jobqueue.cxx @ 115]
        cppu3!cppu_threadpool::ORequestThread::run+0xc6 [c:\lo\core\cppu\source\threadpool\thread.cxx @ 175]
        cppu3!threadFunc+0x18 [c:\lo\core\solver\wntmsci12\inc\osl\thread.hxx @ 187]
        sal3!oslWorkerWrapperFunction+0x23 [c:\lo\core\sal\osl\w32\thread.c @ 60]
        
        during JunitTest_toolkit_unoapi on Windows (which does not use a headless mode
        for those tests).
        
        Whether locking the class instance's GetMutex() is really necessary here I do
        not know, but at least be careful to lock the global solar mutex first.
        
        Change-Id: Icbd7936f4bf8433ef6a36912566d43361e911429

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [8d68b885b021a60af0fd199a167cbaeac1f15116]

        Looser throw specifiers
        
        Change-Id: I671d5d6459a3e1305c3d7a5ff21b63a5f6d0a289

2013-03-22  Thomas Arnhold  <thomas@arnhold.org>  [8d1424dba00539a9f829eb9803bdb8f03a6d5c93]

        officecfg: remove author tag from xcs files
        
        git blame does the same
        
        Change-Id: I79ff6866bc0de02ae841df9d15599278ade06e31

2013-03-22  Thomas Arnhold  <thomas@arnhold.org>  [5ea8a48a3b26ac326ea5fe4a637a2d9b59cd2b94]

        clean up DBG_ERRORn
        
        Those were DBG_ERRORn before and were falsely changed to OSL_TRACE by me.
        
        See:
        1707a350af8a0909ae88c2b11deb714f8b2a93ff
        533f89e49395bbc31baaab9ade46db934b383e14
        
        Change-Id: I4f4188ba25b988128a539542f49797ea6985702e
        Reviewed-on: https://gerrit.libreoffice.org/2900
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [1f393e01ca9ed878e6abc2cfa2bc8cf8e64f2ef3]

        For convenience, include config_global.h in sal/config.h
        
        ...which must be included first thing everywhere anyway.
        
        Change-Id: Idbbf941b526f48a89d6398e19404b1ff0e23a6b4

2013-03-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [9c281fda84bea4407bb8265d1e125fc6e429064d]

        String::AppendAscii cleanup
        
        Change-Id: I3c1ff291488b7747e143982aa7ea95169175c2c2
        Reviewed-on: https://gerrit.libreoffice.org/2914
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [43f59b86cd2c65bf408bea8108b56839b21b8b4e]

        Consistent "config_XXX.h" naming
        
        Change-Id: Ie7cb4356fd2400753934ca907f09cf240ada734e

2013-03-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [683142294f291a77329a2d266124432aeba8522b]

        get rid of two-argument compareToAscii
        
        As I don't see a point in comparing a mimetype with only a
        substring, it probably could be a simple compareToAscii, but
        play it save and use startsWith.
        
        Change-Id: Ic33c8089283def615999ddf80cd12f6fe219ed17
        Reviewed-on: https://gerrit.libreoffice.org/2907
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-22  Eike Rathke  <erack@redhat.com>  [e8638ad5a7196ea79d90415b86a99a4c9f110a5e]

        in Val() check status after stringToDouble()
        
        instead of calling checkArithmeticOverflow()
        
        Change-Id: I2e3307ee054db77bab0a106d886823dba9e56ea8

2013-03-22  Thomas Arnhold  <thomas@arnhold.org>  [a8a3beda84b848c8b24d7b1d6a9e7fa842e090ac]

        officecfg: remove annoying newlines
        
        introduced due to incomplete removals (like b3321b05)
        
        Change-Id: I94c0905b654e29db19ed8cbf706b59033dce948d

2013-03-22  Michael Meeks  <michael.meeks@suse.com>  [1d0c1d4b8298c52b226e5c39b4dd98f9ec38a222]

        implement part of XMultiPropertySet on SwXTextCursor.
        
        Change-Id: I903f049a3bdba96a8e1ac613ca8b9443a062fe8f

2013-03-22  Michael Meeks  <michael.meeks@suse.com>  [7e9010735b62397c7eae87444aca3677a79f1223]

        add implbase13 - another interface is needed.
        
        Change-Id: I98ee35ad6f3b86f94fe503debd2b1cf854101441

2013-03-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7a25aa2821ccf7318ce4a13efe171763989009d5]

        fdo#61390: Fixed the tabstop in the TemplateView.
        
        Change-Id: I887b11646efb9a839da11cd3e20cdf7e532caf3e

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [a4b4942ff6d79394a3120cd1c55eb21a10769a30]

        Don't include Java-related headers when they aren't needed
        
        Change-Id: Ia971f98c904b69ce126a03d4737833b8e9e57369

2013-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9f78c8ed2c1ebeed54621ff3d4c0e5a7b9e811b3]

        Removing some old HH crack
        
        Change-Id: I4b9b24444db500af6cff2cfb1bc17002baf08715

2013-03-22  Michael Stahl  <mstahl@redhat.com>  [3605407693c83e5e5e0af6f7ec4a3863bc7178b0]

        sd::DocumentSettings: throwing UnknownPropertyException ...
        
        ... for properties that are in the PropertySetInfo just because there's
        no document or shell is just plain wrong.
        
        Change-Id: I84f4f930f492753b20ba04ec4d41c905d674b9ba

2013-03-22  Michael Stahl  <mstahl@redhat.com>  [cc85e44cfa7ce7ae49944535418c5735c560f0ad]

        SdXMLExport::CreateFontAutoStylePool: "EmbedFonts": ignore exceptions
        
        (regression from f0cd6fe9075cd0aa00162474784ad804a07ed138)
        
        Change-Id: Ia86c0d168e9dd24555e7431666c0d783daef3b6a

2013-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e8a526e1f5626673a572d53dc1c8db6d8aadba13]

        Remove some unnecessary warnings
        
        Change-Id: I19a8931e8cda700c87d632fb6abeda9fa88c6041

2013-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ab374c8e5d3b41e7cda2b7f55ad209683ffa48fe]

        Some more granularity in the libmariadb build
        
        Change-Id: I99a6506443c789fb278684464a3973c1b4961ba4

2013-03-22  Miklos Vajna  <vmiklos@suse.cz>  [f7b5afc895930f0ef67b2c67c98fc429f45e067d]

        testcase for 62344016de056965a58ea2016d912a68eac0d6b0
        
        Change-Id: I5d7544f38c5d48826cad18a655ffd3b621eb0ca2

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [68579e6054c660de345a5c95f54fee60b3498f4a]

        -Werror,-Wparentheses-equality
        
        Change-Id: I69fd94447718e23ed88af28fed7ba2957559dc5b

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [b1b4695b71368b970ca6fb60b2ae697b1bddd2ac]

        No (more?) reason for SD_DLLIMPLEMENTATION in CppunitTest_sd_uimpress
        
        IIRC, this was a quirk with the old build system, dutifully carried across.
        
        Change-Id: Ia66fe04666472a37bdb5f044aa7db09bb337e5eb

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [e1c53130a77beec74aefc4cf336229ce76f0870d]

        No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdfilt
        
        IIRC, this was a quirk with the old build system, dutifully carried across.
        
        Change-Id: Id2bc5efb645abd3f3074a9e363d643f88d107d1b

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [8da8952561c677dfc3a60f61e93ad880f37714be]

        No (more?) reason for SD_DLLIMPLEMENTATION in Library_sdui
        
        In practice, all of the .cxx of that library (except for a handful of newly
        introduced ones that had failed to follow the cargo cult) undefined it first
        thing before including anything else, anyway.  IIRC, this was a quirk with the
        old build system, that had dutifully been carried across.
        
        Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89

2013-03-22  Andras Timar  <atimar@suse.com>  [d8e83ec04f677333257a5ec539a4bee330f692e6]

        fdo#61790 define PROJECT_NAME in Doxygen config file
        
        Change-Id: I25fc78104cedb83990b1c03f589b50a94890e7da

2013-03-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ee819bdd2dab5756cc3bad74f24e50bd7409f308]

        fdo#61390: simple keybard support in TemplateManager
        
        Adds support for the UP, DOWN, LEFT, RIGHT and RETURN keys in the
        thumbnails view but doesn't handle the modifiers yet. There are still
        some problems with the focus and key input outside the top level
        
        Change-Id: I5ba67583c835bcc00b075071411c0d6590a07f9a

2013-03-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bfd1bcb204ed3ca35df1455a346a0ee7254a1191]

        Template Manager: removed some dead selection code
        
        Change-Id: Ib5ebcd928e77a115f4f62a50724656c33ae13c61

2013-03-22  Miklos Vajna  <vmiklos@suse.cz>  [793d4810c8cd087b42df51ab5326e35f4dd1132d]

        tools: remove no longer needed CONSTASCII_STRINGPARAM macro
        
        Change-Id: I5edf79ed165b8ed8e96e091f3f29ded0ac6067f2

2013-03-22  Michael Meeks  <michael.meeks@suse.com>  [ad65fea9c28542dcb986b693ec743b2ec668f0fd]

        fdo#61847 - add test file of png image with invalid final chunk length.
        
        Change-Id: Ie031f3442abcce053ed5f0a5cf74993219485029

2013-03-22  Michael Meeks  <michael.meeks@suse.com>  [c8fcfb3c87a7aa857bd98209718b2fde99c901c2]

        sdremote: add more verbose protocol debug.
        
        Change-Id: I1b189824f2b0bb2cf4568378e7ab3efd5a677141

2013-03-22  Miklos Vajna  <vmiklos@suse.cz>  [24d5261f5a122e22675210445056cdf67663237b]

        fdo#62288 fix RTF import of table paragraph margins
        
        Regression from 4a507f732d82c188ad81b022cbe3037951e58ac3. The problem
        was that in some cases \pard can't reset all paragraph properties. The
        original commit just made this keyword a noop when it occurred between
        \cell and \row, but this is too much. At least margins do need
        resetting.
        
        Change-Id: I5cbb1df72bf1211f85ef69ab64d5b46cbce5c742

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [cc8e169d6cddc081e2a8b5249f34169c0e41d7d3]

        liborcus depends on zlib
        
        ...at least unless configured --without-gnumeric-filter, see its configure.ac:
        "The gnumeric import filter depends on zLib."
        
        Change-Id: Ied3fb0119978ed484c5e0668cd6a949b448e1ee0

2013-03-22  Stephan Bergmann  <sbergman@redhat.com>  [1939c8c89bc2a92b3ab90b27632ab5a97b9d7e2a]

        Our internal (static) zlib library is called "zlib", not "z"
        
        Change-Id: Ied4b734a412546558b049b1fc627c421b61a0629

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [317a9b2e9463635b87f1c00fc11755dc9a4129f6]

        add databar export test
        
        Change-Id: I0770d20911307ddd9426417314bebbe569660b14

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e05cbcccbaafd42410f347ebc8b4222f59bf88a3]

        add export test for color scales
        
        Change-Id: I68ff1309c2769866c0821f7857f13103b8752cb5

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6dbea1ccccc99280b066ba0313300aa84966963b]

        move the include statement to the correct header file
        
        Change-Id: Ibed6ec565588dedb991037297c418e1a76235dbb

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad56219feea688caa5f5f744b9f94aa39548e865]

        remove two unused test files
        
        Change-Id: If7d4167424f5a80733bed9f58e488e6a2a44d12d

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f40803fea0bec4d3b8f9446ca01b9623ebf95c21]

        add import test for color scales
        
        Change-Id: Ie85f8efd520aaf4e10b560c637a74fbd9e25530b

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [edf57013463eff6d3b40d8d5d933577f0e6cf8e3]

        SEARCHDELIM_C() was unused
        
        Change-Id: I64432470c3d53ec58d4bfe7ce5756f44bcfa5ac8

2013-03-22  Mathias Hasselmann  <mathias@openismus.com>  [ae88d7ec8ebea00357da345ddb6cd241112d53b8]

        dbwizsetup: Make pFinalPage a class member
        
        It really should not have been a global variable.
        
        Change-Id: I26d4b0d4736a2d026eb61149ede88f6f6ead6dfa
        Reviewed-on: https://gerrit.libreoffice.org/2904
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-22  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0552b4334c2fb6b130ec05934b952b60418aadca]

        Check return value of system()
        
        Change-Id: I1b9e31b8c64ed8bf7eb073f036a7fdda39a15392

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33b0684dd721c4ee5c24d2c9b3b77974db882046]

        update the test files
        
        Change-Id: I0285e9d6739e7f2a9882fd19f03524482128e2d2

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b22b7d0c675304c3c7e6b49e7e10563a2dc737c5]

        we need to copy the formula cell as well
        
        Change-Id: If73ca17414a1aac1ce9efe5a56b0b1f499014fa0

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9263095cf6beb43b46a4feda359d84c66fdfd811]

        add import test for data bars
        
        Change-Id: Ida98e51a7f9970c7d4c845f5a6ac1566cbed9e3a

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b979429f1a16fb0558b9eb51f9ac7a51fecfcc2e]

        prevent crash if formula is empty
        
        Change-Id: Ib7bb245fa0c59c9a56441d4c45584b40193b0a32

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86ff8ec2a6da2e7eb50694c1f8242c9e9b713920]

        let us use ScBootstrapFixture::loadDoc here
        
        Change-Id: Ia5d29da921e53b8443541e5f69e2bbc7fd99edfa

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d8db7a49354de97977d1cfcea534fbcdc250078]

        make method name consistent
        
        Change-Id: I5fd08be86c68b788510d04ff6df6c3938c43e625

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9c75e5b908d2c3f16608756aea55d7ff7bdd39a]

        remove disabled tests
        
        Change-Id: I56490efc131cb25baa279b6f8204cf8f5d3af8c4

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e5928b1def2ac5705e014e344d6564aea8baa8f]

        this return value is always true
        
        Change-Id: I90314f334e8b318d615e18fb0689297a8e4cfea7

2013-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1a64e9d570752a1d3baa9cc1c59b121ff2de29f]

        replace auto_ptr with boost::scoped_ptr
        
        Change-Id: I0775e436774308ce7a93b991f7806a429f1480ea

2013-03-22  Mathias Hasselmann  <mathias@openismus.com>  [eca62e11db6d721dd4518ed66169069b5edf64e0]

        Use initialization list for ODbTypeWizDialogSetup
        
        Some members got initialized by assignment instead of initialization
        list without need. A refactoring artifact most likely.
        
        Change-Id: I6b1d4036a24bd26443ce7c6e44e51d08b8b83b20
        Reviewed-on: https://gerrit.libreoffice.org/2903
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [55e95d1dcbfd155566bb9d7879d9a4a39b9a2cd7]

        warning: unknown log area 'jvmfwk' [loplugin]
        
        This is not a warning that would stop an --enable-werror build, but still
        worth fixing.
        
        Change-Id: I6c47fd636f57f55cbe406f51e2f24e015924ce14

2013-03-22  Thomas Arnhold  <thomas@arnhold.org>  [0e49bd05eef97ddd25a5657cdd5fb277a2a86014]

        officecfg: remove translated strings
        
        Change-Id: Ie8d5e04556dc73213e972969d7dd7461799cd396
        Reviewed-on: https://gerrit.libreoffice.org/2905
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [66ac0a5beb7178df42232cc8a96ba69169ea965b]

        Try to make the tinderbox build succeed
        
        Change-Id: Iae0b134d9579dcaaa39ce8a99e843fe24c27060a

2013-03-22  Tor Lillqvist  <tml@iki.fi>  [8f53d0d09e426c651c9d8f692775681bf84cbc11]

        Update comment for NDK r8e
        
        Change-Id: I7eab3392c7441ea5ddda59055beedc53b7c5e46c

2013-03-22  Matthias Freund  <matti_lx@yahoo.de>  [a25a1c99c43ce5f257ed03d2dafaaec01efbd1d3]

        Comment translation - GER-ENG in sw/source/ui/wrtsh/wrtsh1.cxx
        
        Change-Id: I83bca633e1b6ea91ac5fa16aefb7e4a1c285e925
        Reviewed-on: https://gerrit.libreoffice.org/2883
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-22  Matthias Freund  <matti_lx@yahoo.de>  [9b3010280b4a76bb76423782c77e46ab60f442ec]

        Comment translation GER-ENG in sw/source/ui/wrtsh/
        
        Thats all in this directory... :-)
        
        Change-Id: Iab8f8e7c6269607ac2f0f0acdbd1200f917eaaf5
        Reviewed-on: https://gerrit.libreoffice.org/2902
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-22  Thomas Arnhold  <thomas@arnhold.org>  [3dd40efee6ca280ef205c75517621b5f8d5089cd]

        strg is ctrl in english
        
        Change-Id: I569bfa7c9d461a5af0ef6e6f37bf717255936b78

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [630ccf5b3be084916065409033c182a91b418850]

        remove duplicate copy of SchXMLSeriesHelper: take 2
        
        This allows oox to be added to Library_merged
        
        Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [ccf8f9427e1828b4d37dda4e5e9c6401f8332227]

        Revert "remove duplicate copy of SchXMLSeriesHelper"
        
        This reverts commit 13d935d01e61fa821a5ef5893181190c90ae8e0e.
        
        Appears to be broken.

2013-03-21  Julien Nabet  <serval2412@yahoo.fr>  [77b708117c33538ea105e4fbb3d44fe36fcfe5a2]

        coverity#735364 Logical vs. bitwise operator
        
        Change-Id: I116db00e16a8cb962ee7c98d9bfafb69312c1333

2013-03-21  Julien Nabet  <serval2412@yahoo.fr>  [3aef56aa5728667c72c0fc4e0939688353a73383]

        coverity#704128 Logical vs. bitwise operator
        
        Change-Id: If798ad895cc1472e4885de5d81ba8df626cbd1b1

2013-03-21  Julien Nabet  <serval2412@yahoo.fr>  [158883a9e90aab786f9af97c15ecad85fea968bd]

        coverity#704123 Logical vs. bitwise operator
        
        Change-Id: If6afc7eff435460fe4d0da84baf28e3517660364

2013-03-21  Michael Stahl  <mstahl@redhat.com>  [5c05dd12aafc4cf851d91627d3c5b8d791938fa9]

        sw: VarFields test: fix "\" in URL (test fails on windows)
        
        Change-Id: Ib1bc81e907cfd3e7a770fccf032c10fec91147e8

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [26d08e753927b37f51cbcd46f72877e59b8ee7c0]

        add wpftdraw to Library_merged
        
        Change-Id: I40471e76a338430e010ad53f64aa6328f3c81b44

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [36e3331ba1eae892b350a16a4036644d7d217ddf]

        fix mkdocs.sh
        
        Change-Id: Ia77605732bb5112a69289997db5d1c4a4b694594

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [4f601291da65d43599a6aa6051497ae220822aca]

        do not add non-existant dirs to JAVAINC
        
        Change-Id: I7b4498b21b5c003cf03af0ab897d59c1c604bfb8

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [bbb5357288a12b33c054084ee15733abab61cdb1]

        fix more doxygen warnings
        
        Change-Id: I348889e4b9b526e9278335112bed0943547ff942

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [4c8534b63e7190b4ae5372599a1fbe018230597c]

        regenerate pch
        
        Change-Id: Idacefb2e89dc2f8bd44e489b43b47847123476e2

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [1ebdd13f88542e1b42f76825f09d59aa0d4ebdc7]

        add oox sd and xmlsecurity to Library_merged
        
        Change-Id: Ie9ef511308179902cbaeb2cca39414e86c57ce30

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [13d935d01e61fa821a5ef5893181190c90ae8e0e]

        remove duplicate copy of SchXMLSeriesHelper
        
        This allows oox to be added to Library_merged
        
        Change-Id: I62b437ca99f1b9df9662eb3a8b9e301ed704f850

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [03b5374447f1ff3a5cd881d22110284749c2c286]

        add wpftwriter to Library_merged
        
        Change-Id: Id748b3bb2347bf8e8d63a47ff8471e3185cbedcb

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [ba22038b8481c9ea403ceae51d40e11cc80bc122]

        add sc for and forui to Library_merged
        
        Change-Id: Ic26bf9eb42de8ada161ca1793f4f69bac941bc6f

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [f294ecbe68f6839c19058dc0063942501ebd67da]

        add sw swd msfilter vbahelper to Library_merged
        
        Change-Id: If7fc0b480c58599e86bf3b75080b8b18d5d79488

2013-03-21  Peter Foley  <pefoley2@verizon.net>  [e08159e244916e97b963874944923a79cb9dca2e]

        suppress warnings from external packages
        
        Change-Id: I1417dd1dfbd812cc4ab8a1521cc9e0dfbcf37d02

2013-03-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c7f09e4fd4932f60c2e233d676537b6e786a7cfd]

        introduce gb_Module_SKIPTARGETS
        
        - this speeds up the old SKIP_TESTS targets build-nocheck and
          dev-install-nocheck
        - this allows e.g. tinderboxes, which know that they just completed a
          build, to only read the files for the tests (and exclude the build
          itself)
        - since the dep file can be quite large this might help performance in
          such scenarios quite a bit
        - also moving this to extensions as it is merely a performance
          optimization
        
        Conflicts:
        	Makefile.in
        	solenv/gbuild/Module.mk
        
        Change-Id: I1265dbacdd9f3731fe755a1b997c2fa5ac1f7421
        Reviewed-on: https://gerrit.libreoffice.org/2742
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-21  Thomas Arnhold  <thomas@arnhold.org>  [211a9a9cdcc34316e40c893179d7d3d0c160cfe4]

        rscdep is dead
        
        18d37cf9fb21dd809ec79135ce93f9a55512c9b3
        
        Change-Id: Iaa18cf4343f4818e72cda08ad580672e38f6446e

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [3159f9cd6113c7f3fe8c210c56be886bb0b897e8]

        Avoid clash with the Win32 CreateBitmap()
        
        On x64 Windows there is no name mangling for Win32 API calls, so a
        plain extern "C" CreateBitmap() function clashes.
        
        Change-Id: I39ca92c259f660f00952ec0a8065bae1e747cffb

2013-03-21  Michael Stahl  <mstahl@redhat.com>  [3b5497f258fce37eebfc33536bfabb9016575cb5]

        Revert "RscCmdLine: don't use obsolete DirEntry"
        
        This reverts commit 3b00a7f87b8d428dc8c3d1d0ddb84b74bb2343d4.
        
        Breaks the build on windows, requires adapting
        RscCompiler::GetImageFilePath() to match.

2013-03-21  Michael Stahl  <mstahl@redhat.com>  [c49d0ba320faff58c0c9baefe5c1a182593fe22b]

        python3: fix typo in 8b79f292fb7f41f424c4f02900082a5c9a71c0f4
        
        Change-Id: I8bea810debfd4f53f4c53fe06fdf1f2b9256e795

2013-03-21  Eike Rathke  <erack@redhat.com>  [cafa2b948bd78905b5890f917403e6fabff3b6dd]

        added unit test for 10e308 math overflow
        
        Change-Id: I492d991545239539d21fb59de3eccdd1ab56a9af

2013-03-21  Eike Rathke  <erack@redhat.com>  [caecf6102f5042908c915afe89834ab7d3a4a4cb]

        SbiScanner::NextSym: check status after rtl_math_uStringToDouble()
        
        For example, 10e308 is overflow, not 0 ...
        
        Change-Id: Ib7d622865bfb73581732bda45c76e078ee7d05d0

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [cd9c754828eb4f63373463399d7a41aa9ca43459]

        64-bit Windows size_t and ptrdiff_t fix
        
        Change-Id: If52ea2777af1faca3ea20a7bd305307ab0c115ac

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [8b79f292fb7f41f424c4f02900082a5c9a71c0f4]

        Fix x64 Windows build of python3 (no idea if it works)
        
        Change-Id: If8075a459acf4901ef451b24e54d88a8b68393f9

2013-03-21  Chris  <chris.sherlock79@gmail.com>  [3c61c08757208fb9735814dd62ac80f23cf51b86]

        Move setupwizard modify handler code.
        
        Move setupwizard code into the conditional below it. You can only work
        on pPage if it isn't a null pointer anyway, to my mind this looks a
        lot cleaner.
        
        Change-Id: If8d910c15c5a1c1da5eb204b5922d074c454978b
        Reviewed-on: https://gerrit.libreoffice.org/2890
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-21  Thomas Arnhold  <thomas@arnhold.org>  [f9af9abe628dc8886e320fa27421a125886f37a6]

        debug: remove binfilter debug macro
        
        Change-Id: I419c37860a21ae5ab416a2c8ec3c742fbaf6a980

2013-03-21  Thomas Arnhold  <thomas@arnhold.org>  [51890613b7cdeddff9ad3360a91908ded28bc5f0]

        vcl: use OSL_BIGENDIAN
        
        Change-Id: Ifdf54d30cca94d0d65d78f94d5fac31edf8c6df2

2013-03-21  Krisztian Pinter  <pin.terminator@gmail.com>  [ec8ada0221d26524806d469a08c0bcc0bd3a8796]

        remove unused code svtools/bmpmaker
        
        Investigated the usage of bmpmaker for fdo#39445, seemingly
        it's not used anywhere. I removed it but I would be happier
        if someone could confirm this.
        
        Change-Id: I21c98e7857299aef8c482bb07750f4c13529c937
        Reviewed-on: https://gerrit.libreoffice.org/2868
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-21  Michael Meeks  <michael.meeks@suse.com>  [5c4bf7a6029da36853fbae1513c9c5ed993059a3]

        stop uninitialized memory leaking into resource files.
        
        Change-Id: Ifb74ce0c60e0d0796d5d04a67e9d58721b58593c

2013-03-21  Miklos Vajna  <vmiklos@suse.cz>  [3b00a7f87b8d428dc8c3d1d0ddb84b74bb2343d4]

        RscCmdLine: don't use obsolete DirEntry
        
        Change-Id: I49b2ca742da96ced5326b3e31f3cec35bfaabcc2

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [4e69b35674882d8d675a677940805b187cad0bc3]

        Missing dependency of librelogo on writer
        
        ...at least due to dependency of librelogo.xcd on writer.xcd, see
        82c53d537a05dadf4d7fd7ea41292897bf2d47c7 "Missing dependency."
        
        Otherwise, having librelogo installed but not writer will cause an uncaught
        RuntimeException from configmgr::Components::parseXcdFiles
        (configmgr/source/components.cxx) early on in soffice.bin.
        
        Change-Id: I97565fe5c790ed182bb27fd722c650acf8a8ee08

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [e71c2752e76ee7acc3c4ac2d700bce17aff9b601]

        Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"
        
        This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with
        5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the
        SD_DLLIMPLEMTATION debacle."

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [5a1e2be29d886e821e5727ba185c40be1d24fc12]

        Short-term fix around the SD_DLLIMPLEMTATION debacle
        
        (being defined for three different sd/Library_sd*.mk files), just like it is
        done in all the other sd/source/ui/dlg/*.cxx files already.
        
        Change-Id: I1b9e886c12acb1bfd73bea52f40260760a5f46ff

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [f4de9aba9e13254543109dc7c33ed0417fd5eee2]

        SD_DLLPRIVATE -> SAL_DLLPRIVATE
        
        Change-Id: Ia5f99e3c7cb5aa11cd33ba7f00afc4b9da10f0b7

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [698a03ef71e6940c9102a4019f28fa323513d81a]

        Get rid of NUM_BUTTONS macro
        
        Change-Id: Ia822a1b6d7c250a5f9de33c381b57f5cbe4b059e

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [1a41e84d0ae2a3763f0571e5fa0d03f19cb7f22b]

        Move HtmlPublishMode into a header of its own
        
        Change-Id: I522619eb4304cbe2d2d862f01dcf8384ac4eb0cc

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [3abd7eeb94accd0bfc23399483001823edaaa3bd]

        Move NOOFPAGES macro to .cxx where it is used
        
        Change-Id: I0ae8bb51cef6ab5ba982ee0efd79514c11a7b3e7

2013-03-21  Tomas Chvatal  <tchvatal@suse.cz>  [452d7b60c48d0cb5a02e9fdb7271f87cf0ac6de2]

        Fix typo in previous commit.
        
        Change-Id: I3b4a23dff3c2db14146351513e9fa1ea5ab3e256

2013-03-21  Tomas Chvatal  <tchvatal@suse.cz>  [7e1053381f6ab8ee7710a6ea90f51d77efcf6edd]

        Fix -mno-avx calls by removing weird OS check.
        
        Change-Id: Icecceda1b36110757754bcdbcecaae307d015fc9

2013-03-21  Noel Power  <noel.power@suse.com>  [f69acf929b4a8131370ab05ab0886334e1fc566d]

        another variation of the localised Cdbl test
        
        Change-Id: Icf6dd7428cb88f1891c6d816a24a4126ea2cc135

2013-03-21  Tor Lillqvist  <tml@iki.fi>  [63dcca42cebd3cb6f020ec75c0d225e1d7232e1c]

        Re-work the vcl aspects of the iOS port
        
        Don't try to use similar code as for OS X to manage windows, events
        etc. I.e. don't use UIKit in vcl to do that. Instead, just do as in
        the Android port, use the "headless" vcl backend. Do keep using
        CoreText, though, not FreeType & fontconfig.
        
        Start changing the iOS "Viewer" app to correspond to the Android
        "desktop" app (so it should be renamed).
        
        Work in progress since a long time, several crucial details still
        missing, but committing for now.
        
        Change-Id: Iac5fbf8def415e4d0d21e5200450a373420ad7ee

2013-03-21  Luboš Luňák  <l.lunak@suse.cz>  [27388c9483b5e00b593ac126092c5bbb131492b0]

        do not pass -isystem to winres
        
        In mingw build, the compiler is gcc, so -isystem is supported, but winres
        is passed some include flags too and there -isystem should be turned back to -I.

2013-03-21  Luboš Luňák  <l.lunak@suse.cz>  [1c3c38122a020a998a92dd15a0870c576a66a8aa]

        avoid Wundef / fix endian detection

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [9477760a38416ef3e50781cc2821a3b1600a6d65]

        Typo
        
        Change-Id: I32c5bc1736305d38fb86b1b8af7606ac6c7f0dd0

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [9bd80d67de3d76ba89a4eed7c53cb9534a49dbc9]

        The private SvFileStream::GetFileHandle() was used only on UNX
        
        Drop the Windows implementation which wasn't x64-clean anyway.
        
        Change-Id: I1622196dc4c3b940cc8d629016985cf97480a059

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [0e07da84299bb48dfc232c2888d176fa558ff58b]

        Use BOOST_MEM_FN_ENABLE_CDECL only for x86
        
        Change-Id: I3f752678f72260d5e481a71164a30cfc96807034

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [433672d1f4b9198fef362690b195f47822111e21]

        Use subsystem version 5.02 on x64
        
        Change-Id: I957cda779d300449e2110748a516c9662126f761

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [7e056403f7986f09981bf69514548e143bbb94b7]

        std::min() parameters must be of same type
        
        Change-Id: If8ac23dcf2a9e5811c1b2fe84c92d78cdfbc825b

2013-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [4dcef369040be95df4040737f7246c3fc588fd02]

        Adapt to amd64/x64 terminology change
        
        Change-Id: I9746559dcf001672906472bcdeaf49b9b20cd449

2013-03-21  Thorsten Behrens  <tbehrens@suse.com>  [bf5e1575e81195d1931a6eadd15ab27cc39aadec]

        Fix force-choosing gtk3 backend.
        
        Extra parameter got lost in refactoring, if we set envvar, we *do*
        want to try that backend.
        
        Change-Id: Ib530a3a6b3e6ee33aab729ce7cd1f93e209d4513

2013-03-21  Philipp Riemer  <ruderphilipp@gmail.com>  [75eec37886157e00bb5e176b1bc2aac958aac882]

        reduce space needed by comments in sw/source/core
        
        Change-Id: Ia9267c50a02acaa60d7514781384623bf17b23bd
        Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>

2013-03-21  Julien Nabet  <serval2412@yahoo.fr>  [dc0111e5fdc9ecf991420e99b08260ed4f0d2bdb]

        coverity#704931 Explicit null dereferenced
        
        Change-Id: I03fe61ace1ab408d51e93f1e447591bb4eb9449c
        Reviewed-on: https://gerrit.libreoffice.org/2881
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-21  Stephan Bergmann  <sbergman@redhat.com>  [7a09d361498abad7d4aba4762e569e27d39e15ad]

        -Werror=unused-parameter
        
        Change-Id: If9e6e4be2d4d0b22b636e355a9f00748cdeb2d55

2013-03-21  Lennard Wasserthal  <Wasserthal@nefkom.net>  [b71d3ad1fd71092e4cc85f5bb96b3bc3347e55d2]

        fdo#55430 allowing click-from-textmode without causing fdo#61025
        
        the last fix for #55430 caused #61025.
        Markus Mohrhardt fixed that with by removing parts of the calc part
        in 16f6ef0423cd0fd7c0e50ee28e8b32e72e21e090
        I got it back where it causes no harm to the labels.
        
        Change-Id: Ifb366a004701d7ec93b66662e14dba850d500e60
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/2786
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-21  David Ostrovsky  <david@ostrovsky.org>  [3333bb59e2e22161fcf66e3c71f58f5b160a24c9]

        fdo#55814 improve unit test
        
        Change-Id: I1508cc13bc6f025e671fb0f942a700a37965e242

2013-03-21  Urs Fässler  <urs@bitzgi.ch>  [08416ff716119dca888087bd38fd9662f4e85f7a]

        translated last missed german comments in sd/
        
        Change-Id: I48102b5e4d41ba786e9f9476b480715d5756ab87

2013-03-21  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [3e33adc4b09c38f95adc1761cc444c938ce22370]

        Fix single core builds when TDE integration is enabled
        
        Change-Id: I3a28d843e567db2a905125424615cba0bd28c7b4
        Reviewed-on: https://gerrit.libreoffice.org/2882
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-21  Mathias Hasselmann  <mathias@openismus.com>  [4f6514eb0904f79b7c2db0958dc580bcf716911c]

        Don't complain about missing colon in empty DSN
        
        Empty datasource names occur with the datasource wizard's first page
        when no datasource type has been selected yet.
        
        Change-Id: I9bcd025aab046e6cb79db47564f55ae3f0faed55
        Reviewed-on: https://gerrit.libreoffice.org/2885
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-21  Takeshi Abe  <tabe@fixedpoint.jp>  [322257d53202f4d6bf3e7fa687c3902b4c61d794]

        sal_Bool to bool
        
        Change-Id: I9bdb9db8b38758117a6bad27a014376806841470

2013-03-21  Thorsten Behrens  <tbehrens@suse.com>  [ff140bb6b8b109f14c270ff059f0b8d71dab5d6c]

        Remove StringMirror UNO service.
        
        This was a kludge from back in the day when pdfimport was an
        extension and could not link against office libs.
        
        While at it, fix mirror method to handle unicode surrogates
        correctly.
        
        Change-Id: I3582a7870efdfea50446d3604a185025b1d5a196

2013-03-21  Thorsten Behrens  <tbehrens@suse.com>  [dd0db92a174f6a4da1ada3de17cb869264be9342]

        Kill fprintf in sdext in favour of SAL_LOG
        
        Change-Id: I2253c1a4d90ab348764cd8863b8aaf2036a254de

2013-03-21  Michael Stahl  <mstahl@redhat.com>  [86a5e14b5a2f13c68aa3c39fd48f2a4c8a094170]

        gbuild: JUnitTest: do not remove user-dir after test runs
        
        The user-dir is already removed before the test runs, which is more
        important; it may be convenient to look at documents written by the
        tests, and these end up in the user-dir.
        
        Change-Id: I53cc1ca49c6dfc5fa3e69f55413cf3eb8676befa

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [013b13fd164fe9b95fab4a580b5dbff69a74dd3a]

        WaE: '__LP64__' is not defined, evaluates to 0
        
        Change-Id: Ie3b740818b6f705b24e2c718dd47f43ebdb2a3e1

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [61d95972ffb4cdb72e6edea082db100c5ffdb7a7]

        WaE: 'DBG_UTIL' is not defined, evaluates to 0
        
        Change-Id: Ib902f3f4b428d5c23347a31773011ddf74f28e99

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [88739efc126b2191070ab408cbed068100798da0]

        WaE: 'MACOSX_SDK_VERSION' is not defined, evaluates to 0
        
        Change-Id: I6bc1e3ae56d936f6ef28e9d067360ac364e7af5e

2013-03-20  Michael Stahl  <mstahl@redhat.com>  [a9af9b7dbdd3854855904ecc0fbd1041d400b06b]

        sd::HeaderFooterSettings: try to make MSVC tinderboxes happy
        
        Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b

2013-03-20  Noel Power  <noel.power@suse.com>  [bc3a09997453a4aab39eeb5fe01aadf9fca0b485]

        tweak basic_coverage test to support locale specific testing
        
        in basic some function results are influenced by locale, now
        in the basic_coverage directory you can have sub dirs ( named
        by the proper locale e.g. de-DE etc. ) and any macros found
        there will be run in the desired locale
        
        Change-Id: I625ee58d37493f83a15a62214bde6708e8fa75f7

2013-03-20  Michael Meeks  <michael.meeks@suse.com>  [ba4e2aad3eaf0102e52099bda2097dfc8082c3dd]

        avoid floating-point error with empty bitmaps.
        
        Change-Id: I11be81b52e32c776905a6caac1582cd1a839ab24

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [e9249e4f0177b4da68a5dfd6337b2a8993db89eb]

        Remove redundant "const" to silence bogus MSVC warnings
        
        Change-Id: Ice6615b4b0c9367efc278c3b399f6c35ede6fcd7

2013-03-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ec2f84b376f595b0553297d25b7716f6b97e1b87]

        Template Manager: select first item when getting focus if no selection
        
        Change-Id: Ie012e010ca92728725535345c76fc9f5eb31a254

2013-03-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5fa5f9561dddd2c53511fb951660b4ad397321e8]

        Template Manager: fixed control WinBits reset... was breaking tabstop
        
        Change-Id: I6e542ecc0e0f5a2b3e0ca59a52bb809b1a23284f

2013-03-20  Julien Nabet  <serval2412@yahoo.fr>  [d96dd357715c3e9d376b1cf16667b17103bbcfa8]

        coverity#704628/704629/704630 Explicit null dereferenced
        
        + return early if no whichid or after default case
        
        Change-Id: I40f3ec310604ccde22022dd2e82984b0f3057307
        Reviewed-on: https://gerrit.libreoffice.org/2869
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [2c108a29d1ec53aa85cb5b508b8575b67b59628e]

        Leftover unused local variable
        
        Change-Id: I402cdcf2c9a78eb40c26c4cd016f603d85a38d39

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [190b9257367884fa8561410ebe6fb9df7fd9c465]

        deb#703486: Keep migrating more user extensions after one failed
        
        Change-Id: I9cc8acac54bd5a02652462c3967b4c81f7cf8ee3

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [720243baae25d15acd6ac0dbe144a02102867a16]

        -Werror,-Wundef
        
        Change-Id: Ia0782d64e23f67b533e57dad587951f061a7c1d2

2013-03-20  Regina Henschel  <regina@apache.org>  [e6a7c555cc6919cbe2fdaf794d57ca0819760c92]

        i#78247# and i#78029# wrong glue points in iscosceles and in right triangle
        
        (cherry picked from commit 26e91b07a559692b4f8acdd04f5bd28d0daa68b3)
        
        Change-Id: I504ec85fa7b94a4473905b7e2720b2169c53e6cf

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [0b3c72fe89d3e1d56d148114a64ddaf97040a179]

        Improve previous __BIG_ENDIAN__ fix
        
        Change-Id: Ic7ca080e00d94f93306f65ba17ffc23dd4d746e7

2013-03-20  Julien Nabet  <serval2412@yahoo.fr>  [c40a774c203f4a55df67cd8da22e426b3edf0da1]

        coverity#704774 Explicit null dereferenced
        
        Change-Id: Ief63d63233d11015f64f5e6a19544889f0389ca3
        Reviewed-on: https://gerrit.libreoffice.org/2870
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [463417f8867b61dbae1ed993ac9a9668acc9f84b]

        Assume that this shall check full string equality
        
        ...instead of prefix match as the use of
        compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.
        
        Change-Id: I266b68073ba01b9c1e91e24816b8a61f09bd60ac

2013-03-20  Julien Nabet  <serval2412@yahoo.fr>  [5879775875cd769bca29ca87e758c13e34a7ff00]

        Related to coverity#704822 (Explicit null dereference)
        
        aSlotIds.push_back(0) => aSlotIds can't be empty => pSlotIds can't be null
        So no 704822
        
        Change-Id: I52237fcd4f160a294c23307c2e33b515372b3c92
        Reviewed-on: https://gerrit.libreoffice.org/2872
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Thomas Arnhold  <thomas@arnhold.org>  [3c5b0853944d922e70d7c488712df6780ff2b5f7]

        no need for include guard value
        
        Change-Id: Ib12b2c975d90cf842381916f3eb98dad3b4b3b4d

2013-03-20  Thomas Arnhold  <thomas@arnhold.org>  [11878c68c6e22373c95d4b7707aaf2c91e6a1fa1]

        Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)
        
        Now all should be gone.
        
        Change-Id: Iaaaebfbb85535d95eab6a2043e7d5e2e845d9782

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [4ea575298464faf3e02d519b4fc6ea6e1d59beb1]

        Use -isystem for NPAPI CFLAGS when available and necessary
        
        Change-Id: I1b5c2182762d8a5272ae495f0ada01e81bf38cf5

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [334212593313199bc4549efdca849964c313b037]

        -Werror,-Wundef
        
        Change-Id: I197fcafa3d39e5ec312d7e0c56b076a479391a73

2013-03-20  Michael Stahl  <mstahl@redhat.com>  [b19c601bc4e4700b9d193a86795424e847759b4b]

        SwXTextPortion has 4 properties whose names start with "Ruby"
        
        Change-Id: Ic90bd3de5fbe1e9c211e61b04cdb4149437fa325

2013-03-20  Thorsten Behrens  <tbehrens@suse.com>  [631eb6141bae5569dc6331fa39891c5227d4a2e4]

        Slight touch-up of German translation.
        
        Fixup for b4966ea69ff0ad6944bd16d8a09ecb27a1704c10, hopefully
        captures meaning a bit better in English.
        
        Change-Id: If09b4227885eacbc04f0ccb1fcc8fdb892034727

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [c499fb240c422eb5e6d15e7f8db2408a55140c7f]

        Work around -Werror,-Wundef
        
        ...from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers/jni.h
        
        Change-Id: I2ae814f0491fe8a24a91504f7f14cc7416437d0f

2013-03-20  Luboš Luňák  <l.lunak@suse.cz>  [0e6cbfe0b1513af1a5d5ab7bc604cfda8eb8e27f]

        remove leftover from copy&paste

2013-03-20  Julien Nabet  <serval2412@yahoo.fr>  [1890f4ba4c0b345a73185adf320d06d0974f644b]

        coverity#704618 Explicit null dereferenced
        
        Change-Id: I9f3befc235b0fb7933294be4a97d168ef203a79c
        Reviewed-on: https://gerrit.libreoffice.org/2866
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Thorsten Behrens  <tbehrens@suse.com>  [46b56dd6d422dfae325dee2b47b395e62817db1a]

        Fix loplugin warning.
        
        Unused mutices in basegfx, turns out that was a rather broken
        attempt to guard lazy-init statics. Implemented properly with
        rtl::Static now.
        
        Change-Id: Icefe82a53ef6ed33114732a6bb70f9aa0c28b55e

2013-03-20  Miklos Vajna  <vmiklos@suse.cz>  [62344016de056965a58ea2016d912a68eac0d6b0]

        fdo#55814 SwDoc::UpdateExpFlds: hiding the last section may be safe
        
        In case we know there is a non-section paragraph at the end of the
        document.  Intentionally not adding a unit test as David Ostrovsky is
        working on one already.
        
        Change-Id: Ia6026846981b5af014246a8a604c5f762d34c891

2013-03-20  Muthu Subramanian  <sumuthu@suse.com>  [2903c5f59d257b6ab94f32df64513f2edf94fb0b]

        n#734735: Use full available size for pie charts.

2013-03-20  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9d548d56cf19b01273f719b52a45f48ab13ed45a]

        Replace String with OUString (unotools)
        
        Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8
        Reviewed-on: https://gerrit.libreoffice.org/2864
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [77c87c18697e19cb4606717af0e4b0e5ab2139bc]

        Deprecate confusing rtl::OUString::compareToAscii(asciiStr, maxLength)
        
        Change-Id: I3a41036ec03cdaefea94b19dbedf59e5a5e37dc8

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [2d9ce9191da681e4fd9f1d08933ca5117c56601b]

        Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)
        
        ...which is a confusing overload with unexpectedly different semantics from the
        one-parameter form.  In preparation of marking it as deprecated.
        
        Change-Id: I4f176995546ae583fc570d770647ffc315eecc75

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [dc06576d8809760b79f771831bed3122878e0505]

        TODO: Unclear whether comparisons against "Ruby" shall use == or startsWith
        
        ...as the use of compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.
        
        Change-Id: I46f2f0c5e66e5ced4dfea00c2a7e87a316748a0b

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [d11c93b025c87dce5ceabc688419739e35baa535]

        Assume that this shall check full string equality
        
        ...instead of prefix match as the use of
        compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.
        
        Change-Id: I0b0939ac7d753f1972007c479d4231d45ffecd13

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [29c26f911422c318f277ebf31abb57ed6ad5fd16]

        Assume that this shall check full string equality
        
        ...instead of prefix match as the use of
        compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.
        
        Change-Id: If46b3b5f0675b2a6f32d3300c5fef80d5d20956b

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [0555481e50d7d8c1b59fb608a4e3eea1e39aeac9]

        Assume that this shall check full string equality
        
        ...instead of prefix match as the use of
        compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) would imply.
        
        Change-Id: Iea78d873bf226665998d7ff67e3cdbbae97d9b38

2013-03-20  gerhard oettl  <lodev@ogersoft.at>  [b4966ea69ff0ad6944bd16d8a09ecb27a1704c10]

        fdo#39468: Translated German comments
        
        Change-Id: I840ab979486a8cdfed4b19f4966eef1b9f287a5b
        Reviewed-on: https://gerrit.libreoffice.org/2847
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-20  Christian M. Heller  <christian.heller63@gmail.com>  [c86fa81bcd5db0db4b343a27cc7ca979613fc2ad]

        fdo#39468 German comments in vcl/unx/generic/...
        
        Change-Id: I869f5ac346b378ee63832e01ce099f366b7c184f
        Reviewed-on: https://gerrit.libreoffice.org/2865
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-20  Gergő Mocsi  <gmocsi91@gmail.com>  [7ef3b46fd5bdfb3a87e9b0a840287fdb6ff4734b]

        fdo#35546, implementing 'Create Photo Album' function
        
        Create a slideshow from a series of image files.
        Created the dialog window (called photoalbum.ui).
        Image preview is working.
        Options "Fit to slide" and "1 image and title" are implemented.
        Added a title page with the author's full name.
        TODO: 2 images / 4 images per slide
              i18n of messages
              UI tweaks
        
        Change-Id: I14b337187dc5d373fcd28489098fda813b5fd5f6
        Reviewed-on: https://gerrit.libreoffice.org/2582
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-20  Stephan Bergmann  <sbergman@redhat.com>  [917b57001351d839fc091eab8ea4a97a0e77914e]

        -Werror=undef
        
        Change-Id: I0358e4f0d6fe40f37a1db1375600765817f3f19d

2013-03-20  Yifan J  <yfjiang@suse.com>  [9a7d2e0f5e7adb791fff6a52acd7425b31c11f61]

        ooxmlimport line numbering check
        
        Change-Id: Ifa9d4cb45950a378dd0d82d4d262ffd9511d7f44

2013-03-20  Miklos Vajna  <vmiklos@suse.cz>  [19802872052aaed9d3deff02b882b2043239a406]

        fdo#60769 implement odf export of multi-paragraph comment ranges
        
        Change-Id: Ifb850438586eb6589fde79d10ed9eef727368f42

2013-03-20  Miklos Vajna  <vmiklos@suse.cz>  [c426df5086785807972c1a8d2788567f2842a395]

        sw: export fieldmark of postit fields if possible
        
        This way the UNO export filters won't have to remind if the postit field
        had an associated fieldmark or not, but can just query the fieldmark
        type and ignore e.g. comment fieldmarks.
        
        Change-Id: I791b07fd371f57ec35d8309e666058237dadf190

2013-03-20  Luboš Luňák  <l.lunak@suse.cz>  [c60b6c7665220b4383a4851708cfa74f9c2a6fcb]

        add -Wundef to compiler flags
        
        http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
        
        Change-Id: I61ab4b6b536e77d153f44b9f8569b49e0be60002

2013-03-20  Luboš Luňák  <l.lunak@suse.cz>  [52f8321c412cad280c9029f10f9aef03f4f20544]

        use #if instead of #ifdef for testing config_xxx.hxx macros
        
        http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
        
        Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3

2013-03-20  Luboš Luňák  <l.lunak@suse.cz>  [151abb8b2b9d3a22229b98cec12e29484d12109b]

        use -isystem instead of -I for 3rd party headers
        
        This should avoid gcc warnings in external code we don't care about,
        so there'll be no need to fix them for WaE.
        
        Change-Id: I629dc2672c075908294609249183f27ad2984325

2013-03-20  Luboš Luňák  <l.lunak@suse.cz>  [594a1ca96b465ffdb688febde9e2dbd089e7bbf0]

        clarify when HAVE_FOO macros should have 0 fallback
        
        Change-Id: Idc6635b59851c9b1a94f11042d3a60a4822061f2

2013-03-20  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b2f8318dbda8a09fa312663d14fcaf057ee5069d]

        simplify OUString assignments
        
        Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb
        Reviewed-on: https://gerrit.libreoffice.org/2863
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [04032bd6062638f6945e3911a491fa311404c507]

        allow to use internal python for build-stuff on Mac
        
        Mac builds python as framework, so bundling is quite different from
        other systems. Use the set_external variant to avoid adding a
        non-resolvable prerequisite to the targets that are built using python.
        
        Change-Id: I1c6f2b61a3ff99f8ccbc4e0b5d88145940a4a8ef
        Reviewed-on: https://gerrit.libreoffice.org/2849
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-20  David Ostrovsky  <david@ostrovsky.org>  [1bf65d1d57856491431fdb4b90f5a228ee592da1]

        fdo#55814 create unit test for it first
        
        1. create a variable field, name it "foo" and assign value 0
        2. create a section, and put content a in it and assign condition
           "foo EQ 1" to it
        3. change th value of VAR foo from 0 to 1
        4. expected behaviour: section is hidden
           current behaviour: section get corrupted: condition is overwritten with "0"
        
        Change-Id: I52fb50e26f5330c2b4745093ac954cecf45924f5

2013-03-20  Julien Nabet  <serval2412@yahoo.fr>  [22ae2982bd95d36cc242f8b9eda6eec0c5a3a10c]

        coverity#735389 Copy-paste error
        
        Change-Id: I74098cd2b58a64ff231d86549812d5a565835bed
        Reviewed-on: https://gerrit.libreoffice.org/2858
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [76f03b163fa2134fbeaf655d67effc3265964665]

        WaE: class 'ScFormulaCellGroup' was previously declared as a struct
        
        Change-Id: Ic7c1cb8ef7e39243277ceb9a219e2b4684130587

2013-03-20  navin patidar  <patidar@kacst.edu.sa>  [79dd315e9b19ec3bc6601c359a0ecb6d576d4aa8]

        fix fdo#62050 : Initially disable RTL for comment window.
        
        In RTL UI, comment window is RTL and editbox’s (editeng) default writing
        direction is LTR.
        and i suspect, the bug is result of this RTL & LTR mix-up.
        
        Change-Id: If3af4ae428b67151d66661907b9e60a97049e0e6
        Reviewed-on: https://gerrit.libreoffice.org/2831
        Reviewed-by: abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-20  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f44f1719efafd811bb604f7fcc3534d5ec344ad0]

        lowering baseline for python used during building
        
        builds fine when using system python for building on Mac OSX 10.5
        (comes with python 2.5 only). Note that python 2.5 is not enough
        for pyuno/python scripting at runtime, so for that internal python is
        built nevertheless.
        
        Change-Id: I51a4450cad1e09aecd12f192db1fb797313cf322
        Reviewed-on: https://gerrit.libreoffice.org/2862
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-20  Tor Lillqvist  <tml@iki.fi>  [e7419364c4ef7986657974382076a52094aeb7dc]

        'size_t' is not the same as 'unsigned long'
        
        So using %lu to printf 'size_t' is not 100% portable either. At least in
        64-bit Windows code 'size_t' is 64 bits but 'unsigned long' is 32 bits.
        
        Let's just use 'unsigned' for the loop indexes here (and %u as the
        format). After all, they are single-digit numbers.
        
        Alternatively, could just use C++ stream output for this purely informative
        printout.
        
        Change-Id: I604e1c6c6a910c86b5f1408bee1d9c2c7a8b76ff

2013-03-20  Noel Grandin  <noel@peralex.com>  [542d45df30a78e937f17156aac56d7cc649bbc82]

        fix spelling mistake in @since tag
        
        Change-Id: I000dbf28c211c90e40fcef7d7cb09cb4902db78f

2013-03-20  Noel Grandin  <noel@peralex.com>  [a066525b42a1ab8dc60e10a5d62819c259904f32]

        fdo#46808, Convert a bunch of comphelper::ComponentContext stuff
        
        .. to Reference<XComponentContext>
        mostly in the dbaccess module, but it also affected some other
        modules.
        
        Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be

2013-03-20  Noel Grandin  <noel@peralex.com>  [6999a50efaaf802ccd4c7eb7957af17cc32602be]

        fdo#46808, convert some getProcessServiceFactory()
        
        Change-Id: I3722a54ea173f54f8d8f1e0e654137c6f76d8613

2013-03-20  Noel Grandin  <noel@peralex.com>  [c09c64ede6a395ad4cc5a263e88d5e180b890127]

        fdo#46808, convert drawing::GraphicExportFilter to new style
        
        Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58

2013-03-20  Noel Grandin  <noel@peralex.com>  [23a16f5d3856d6eb61d599af9e47add4c456bfb2]

        fdo#46808, convert graphic::PrimitiveFactory2D to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: I40fb28d94253c3c577655bb888ff0d0ee3ba3822

2013-03-20  Noel Grandin  <noel@peralex.com>  [b4b0b400071a0fd12587334e3b9d615f35be671b]

        fdo#46808, cleanup some usage of getProcessServiceFactory()
        
        Change-Id: I2ab4c7c0a19bd436c84e62bfc6aeda1fea079a44

2013-03-20  Noel Grandin  <noel@peralex.com>  [51a2b574bf6e163d34d2301c2b526a09cd7ff1aa]

        fdo#46808, API CHANGE: update ScannerManager service
        
        API CHANGE: The ScannerManager service now returns XScannerManager2
        
        Don't know why this wasn't done already, the service already implements it.
        
        Change-Id: I22355749bc859420174a132f3a21cc7a4984bf5f

2013-03-20  Noel Grandin  <noel@peralex.com>  [3475d91b1ac97d45f6337b9560491f25b3672549]

        fdo#46808, cleanup some usage of getProcessServiceFactory()
        
        Change-Id: Id97ae7a16141b5c5df380f5838bba11cb08c9223

2013-03-20  Noel Grandin  <noel@peralex.com>  [286a86221b0b666fb9c54ffc30fdf1fd99a1316d]

        fdo#46808, Convert sdb::TextConnectionSettings to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: If86cb14d107077da5f10bddd81deda7cf61442ed

2013-03-20  Noel Grandin  <noel@peralex.com>  [24d53ed075b9c904c6947cf3ca7096d3d4a70bce]

        fdo#46808, Convert sdb::TextConnectionSettings to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: Ia8729e87d65e8a6deda07c102a2a71cae3ce83fd

2013-03-20  Noel Grandin  <noel@peralex.com>  [e655c756c48f3ba21e18eae6b705432e5dd37a08]

        fdo#46808, cleanup some usage of comphelper::getProcessServiceFactory()
        
        Change-Id: Id343405c323a9efe86f7d9f41c3c866d817a0ccd

2013-03-20  Noel Grandin  <noel@peralex.com>  [4f26b7a6d1524e2feccd6d5fe8f70ea8c1bed80e]

        fdo#46808, Convert frame::Bibliography to new style
        
        The service already existed, it just needed an IDL file
        
        Change-Id: Iebbc5ede0a46ddf1e0830e2e1697f82df016922c

2013-03-20  Noel Grandin  <noel@peralex.com>  [d93543f495b71ddc0536b86a4cc3fb1410418b61]

        fdo#46808, Convert i18n::IndexEntrySupplier to new style
        
        Change-Id: I673de5bea83f8c6d993757cbd5ae996d2b8e9e84

2013-03-20  Noel Grandin  <noel@peralex.com>  [8d83827d94266a08e999047151d6cd691acc6e46]

        fdo#46808, Convert XSLTFilterDialog to new-style
        
        Also fixup servicename.
        
        Change-Id: I1ee6d4849a83fdd4f43bf266ef4d282b22b65f6e

2013-03-20  Noel Grandin  <noel@peralex.com>  [524cedbd307e73badd3c6e64ae290922c75fd2dd]

        fdo#46808, Convert linguistic2::ProofreadingIterator to new style
        
        Change-Id: I1551f67ce503d58ea9b0e701219b26baadb25b78

2013-03-20  Noel Grandin  <noel@peralex.com>  [70e7bd63adda4c17a47fd7caeacdf5b91ace6157]

        fdo#46808, Convert text::AutoTextContainer to new style
        
        Change-Id: Ia33419c4d8cf633b572627edf57c926099d698e5

2013-03-20  Noel Grandin  <noel@peralex.com>  [32fe9ef796a92e5eaf3dc21fad15761b96500501]

        fix the object name so it matches the cppunit make file name
        
        .. which is useful when a unit test fails and I need to find the
        correct makefile.
        
        Change-Id: I5277840b8304e4e1e5ec3490bb665fcce4945741

2013-03-20  Thomas Arnhold  <thomas@arnhold.org>  [5e2fd3b3c96362368a516f59555a42450126be85]

        this should be enough
        
        Change-Id: I10af9ff8513f8f583867d0d6a18af03b3b5b1a28

2013-03-20  David Ostrovsky  <david@ostrovsky.org>  [13bfb441d9127fe1501a3dc43e88726825c0f95a]

        make gcc-wrapper work even with ccache
        
        Change-Id: If97cc4f2af2adb6af1217cf7b095d0f0f7831bca
        Reviewed-on: https://gerrit.libreoffice.org/2857
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [b0149eccbfa080f6f5a51a02b33af58e1ee15f65]

        coverity#704590 Explicit null dereferenced
        
        Change-Id: I787a39959a1558fe4f284bc1941194a841e2d600
        Reviewed-on: https://gerrit.libreoffice.org/2860
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [fb33deba9e86a4c2e97db28bc929b6cebaacaf01]

        coverity#735382 Copy-paste error
        
        Change-Id: I7f033b189feee848dff1e3682be04a9b2f76fae8
        Reviewed-on: https://gerrit.libreoffice.org/2854
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-20  Eike Rathke  <erack@redhat.com>  [e96c7a60c88bc1e3008ebdeafd59327933d6707f]

        replace decimal separator at correct position, rhbz#919020
        
        Change-Id: I97a652e6a1286726fe21ae580f6dbf5536f9d52d

2013-03-19  Eike Rathke  <erack@redhat.com>  [9e9f39d171cafa035d7b8e74187e25c3581cb89d]

        resolved rhbz#919020 Basic CDbl() and CSng() scan localized number
        
        Code wrongly replaced decimal separator with '.' and used atof() to scan
        the number string which itself may be localized on *iX systems but not
        on Windows. Hence on *iX the numbers may had been truncated where on
        Windows they were not.
        
        Additionally made this work with Unicode separators if defined for the
        locale, removed the awkward conversion to ASCII byte string and
        eliminated use of toupper() and isdigit() calls. Also eliminated a
        possible buffer overflow.
        
        Change-Id: Ic3f791601c321ef1386fe51a5244d3dacac3d908

2013-03-19  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9d64e7f2b723a7bc711c2acc8da99944b30761ef]

        These classes are not used
        
        Classes with same function: osl::Directory, osl::File
        
        Change-Id: I0e8d18bab6ee244da274c733b8f1f646897afc7d

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [25b6dcef4907cdf22456f7784f49860447ad9d1f]

        More on removal of direct use of cell classes outside ScDocument.
        
        Change-Id: Ie888b3494334613b5e4bcf97019b6dfbbd1a5da1

2013-03-19  Andras Timar  <atimar@suse.com>  [5f0ad2a5ac6a5c4533bb68b3a78af394ad7b21f6]

        windows build fix
        
        Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f

2013-03-19  Andras Timar  <atimar@suse.com>  [332a93435fc5757532d0b93b38aaf9fe1c9ca0f5]

        fdo#39445 writing out tools/fsys.hxx (linguistic)
        
        Change-Id: I5d0e5ebbec46c32998962398da14ac81bb8afea8

2013-03-19  Andras Timar  <atimar@suse.com>  [438efb38ec42f9c342342925236cf8ea1eada9fc]

        fdo#39445 writing out tools/fsys.hxx (basic)
        
        Change-Id: I2ec7546572fa72359615f371715b4aa82b1182ca

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [b82f685101e56bf78edf0bb0d8848818e46b4544]

        -Werror=format, "fix %d expects argument of type int"
        
        Change-Id: I654d035bc79ba157c6fdd01edf7930ef05f7b970

2013-03-19  Urs Fässler  <urs@bitzgi.ch>  [6e7ec40523fa4822ff5f66ad112ffcea6e823b3a]

        translation and cleanup of comments in sd/source/ui/view/
        
        Change-Id: I988c0545600185c6b09131d27fb8480efddd947f

2013-03-19  Krisztian Pinter  <pin.terminator@gmail.com>  [0173e89ca254a18953615c07864d1da22e5149b5]

        fdo#39445 writing out tools/fsys.hxx (sot)
        
        removed unused includes from stg.cxx and storage.cxx
        
        Change-Id: I7863ce1b40432fdf1fc5025b074721d395c0c15f
        Reviewed-on: https://gerrit.libreoffice.org/2852
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-19  Krisztian Pinter  <pin.terminator@gmail.com>  [768dee2c32d4da440f1f05c70beb8f668b1364a1]

        fdo#39445 writing out tools/fsys.hxx (rsc)
        
        removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx
        
        Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17
        Reviewed-on: https://gerrit.libreoffice.org/2853
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [42d3adbce63493039e6013f6f3ea15149f2f7507]

        calm debug, and disable unless SC_FORMULAGROUP=1
        
        Change-Id: I091d43dfa33f440edd50a1c937ef6e6f1930be4e

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20c4921e901d84a7ef8835ee192e1a7a4b62ee61]

        Remove use of ScBaseCell and its derivatives outside ScDocument.
        
        This is still work in progress.
        
        Change-Id: Ifcdbefbdd307a2a8819b073d896e90a16980781e

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0314afa2fef363eba06e98c70ecdc83e690dcd0]

        This ScFormulaCell member is not used. Also remove cell.hxx include...
        
        Change-Id: I5d188bb080943acc4b8e4ae44a4c8ef01a837c2f

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [c27b2fb8433758240c00bcd76c7fa322eccdee9c]

        start of InterpretFormulaGroup.
        
        handle column invariant formulae, sketch comment more work,
        elide Matrix formulae.
        
        Change-Id: I9ce4da26b0ad2407021a10f21c81ada80442c76d

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [244033d7148e0badbf5915e21b7f2d67e41bf4eb]

        get row offset calculation right for groups.
        
        Change-Id: Id65174bbb70a4387cddb985d0556a3bcd692d671

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [290d192a9e7f1877b08537da379d09a8a557c94f]

        Tweak hash generation code to NOT rely on 'i' to shift bits.
        
        Because 'i' can get very large.
        
        Change-Id: I1c7fcafaa60b14f709861f32c56defc7bcaee451

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [5a637138c0271357619629947e9cc6f90de2c03a]

        build spans of doubles and cleanup excessive debug.
        
        Change-Id: Ib76596cae12c87825118903cc61b12c251f0c1b7

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [9d269e1820efc532a0271f04505c590805a6c48b]

        use cell hashing algorithm for computing groups.
        
        Update unit tests, dumb-down hashing to compare more for similiarity
        rather than identicality - we want to use this down columns.
        
        Change-Id: Icea731daeb301e1febb2df48b6b46c9faba74e9d

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b13550ed57ec438a57f6482d9ea6d16f354eec14]

        Unit test for formula token array vectorization state.
        
        Change-Id: I91dce36e56d86899ba506beb29df6188f10966c0

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [307b9bfd17d34bcfc9a2ecdef7802413d79f3694]

        Reduce dependency on document.hxx. Prefer forward declaration.
        
        Change-Id: I9b0c86735284ec435cceb3acd9bad97a6e523a74

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6dbf417850e75cc3d4ac9e45ed9db3ffac507ed]

        Add accessor to ScDocument for formula cell's vectorization state.
        
        Change-Id: I3c781764c6375dadb173bc5ab3cfb79857e2aeca

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [292ffa80bc2665107d7011b2180c2659835d6c26]

        First cut on checking the token array on whether we could do vectorization.
        
        Not tested yet.
        
        Change-Id: I87f8a8595229d8d8e83526dc0334891d253cf2c7

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a09e0078ae0e25c7317baed471a9c7c1f729794]

        Use initializer in ctor.
        
        Change-Id: I2721c083e26654f5ce5cc636d652cb4d50a158ad

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d65e83b32f7cf8227984b843a783d55c384c373b]

        Generate token array hash exactly once, when the string is tokenized.
        
        And CompileString() is the place to do it, to the best of my knowledge.
        
        Change-Id: I249df5d09aa288eacc2b2c7ad6e5fc947a3c225f

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0a0deec6f1e5c3e3100673daa6ef244b2d8ff8bf]

        Fix indentation.
        
        Change-Id: Ia277ac4e9eeb34a2b0244ebb5f09c428f5cf2b64

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [945853ba9e9f1188c87f527866e7e8a1fd967a35]

        Fix build breakage.
        
        Change-Id: I94b9d17a045a9c17d9e97aa582d7572e0a21809b

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [fedb28e84614ac6c0f6076cca56b6c2c8b832198]

        add initial formula group unit tests.
        
        Change-Id: Id4dd3cc0d3d8a4db641e316d2eda44a5b94105c7

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aed58c04a8483881e4592565587aaf08e6239672]

        Embed reference tokens in the generated hash values.
        
        Also make the test code a bit easier to extend.
        
        Change-Id: Ib4e381cc139231884999c9d0dc9f51201e11f807

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [198a722974790e541dd7a1248fca0a35fbb5b1ec]

        Move GetHash() from FormulaTokenArray to ScTokenArray.
        
        To allow access to reference tokens.
        
        Change-Id: I3e2d2653722005c04b6d26e1a4ddfce0a459ef37

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2b2c20e131a6c752937705fa13f26cab4474b38f]

        Fix minor stuff in the test code...
        
        Change-Id: I6c1ebf29d357c1a575a8b7d5421043ddec44f0af

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6433ab29afa4d19000c14bdc0b64c0062972427e]

        Implement (partially?) and test formula token array hash function.
        
        For now, we don't factor in any differences in reference tokens in the
        generated hash values.
        
        Change-Id: Ie9836228eaad9c74edd884c3e8c4b273979760fd

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [6000c8d15510b77a02d517afb81e3d2e164b318c]

        re-build formula groups inside Interpret instead.
        
        Change-Id: Ied1b82011b88f4eacfd5285176f58bf56c057f67

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [02478afbd86a595dd87f4303e3c8a5ce0f522fcf]

        don't re-build formula groups just yet.
        
        Change-Id: Ibd7677e9e4f695be883cb20d3182cc8a8501f855

2013-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fa81354d0e66d76a3d8a37076fcc01ef892be380]

        Skeleton for generating a hash value from an array of token.
        
        To be implemented...
        
        Change-Id: I4704f06b50dcc9dd5e1af9c3531ecd498015811c

2013-03-19  Michael Meeks  <michael.meeks@suse.com>  [b0c92c9dfb5945c1e4336669aeff3d033a502396]

        initial detection of similar formula runs.
        
        Change-Id: I5659c46668a0d0a6ef67368a4e6bbf0d99a6a80e

2013-03-19  Andras Timar  <atimar@suse.com>  [a1e22bdeb481b20dd38531e7efc6db9ceb973a4d]

        remove unused header: tools/fsys.hxx
        
        Change-Id: Id6ac74e88e7e57dfbee9aa70a83909c3280a58cd

2013-03-19  Krisztian Pinter  <pin.terminator@gmail.com>  [cd49ebe1aab8c2d05243f7ac96183fb77ea0a819]

        fdo#39445 writing out tools/fsys.hxx (basic)
        
        removed unused include from runtime.cxx and step0.cxx
        changed DirEntry::GetAccessDelimiter() to SAL_PATHDELIMITER in methods1.cxx
        removed unused DirEntry declaration from methods1.cxx
        
        Change-Id: I0d8c64b6498cf5b16757edaf13e1108f279934dd
        Reviewed-on: https://gerrit.libreoffice.org/2848
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-19  Tor Lillqvist  <tml@iki.fi>  [63a66e57870832dc17b64f40eefcbe5482c1c54e]

        SetSalColor() and GetSalColor() are unused
        
        Change-Id: I1d33abe2e2ccb6d62895da70da89fbbaa0c3b426

2013-03-19  Petr Mladek  <pmladek@suse.cz>  [74f249ffefc1e87cf48843f48e313c9355bf8a80]

        touch --no-dereference does not work on MACOSX
        
        Change-Id: I71e8658453e0e96e631cc2ef3996d660950c49cc

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [dfcc20fd8ed59c44c0394e5608cd261345bb5e03]

        More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixes
        
        Change-Id: Ia93b281b07559fb6f0d67d53dd91dfacf2be0d0b

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [dc53c77ad54a156267ecd2b98b7940d40ab20065]

        Assume that these shall indeed check full string equality
        
        ...instead of prefix match as the use of
        compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) prior to
        b380744c205089aa0b480e059bec645631010444 "Remove some RTL_* and some rtl::
        prefixes in chart2" would have suggested.  But the only two clients of
        com.sun.star.comp.chart2.WizardDialog that I could find
        (sc/source/ui/drawfunc/fuins2.cxx, sw/source/ui/table/chartins.cxx) indeed only
        use "ChartModel" and "ParentWindow".
        
        Change-Id: I0553c2c9648959ed558afb4f6cdea0e15a29cb9e

2013-03-19  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ccaeb1c27521fe2d95f7e12d02843613b8ad1649]

        Localize files of a directory in lexical order
        
        To avoid big diffs, stem from platform dependent order.
        
        Change-Id: I848a14de2c4e7af2f3a2d9a0fdb005c289cfead2

2013-03-19  Noel Power  <noel.power@suse.com>  [0054b438013ef412c2df3b7ebe93dd1935ec07af]

        follow on fix for fdo#62090 ensure out of range startpos is handled
        
        Change-Id: Ic1f57480a36415998748faeea3b606a47d277181

2013-03-19  Noel Power  <noel.power@suse.com>  [205277f5e640492ce488a030b685f41cf2ef9442]

        remove commented out line I inserted to screw up Juliens patch
        
        Change-Id: I7f874267a640a7cc754eb7477b764f7546fdc5ea

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [14d452d0c2874f47f0b6ac1cd1c725195d5d69a9]

        fix for fdo#62090 Mid function regression
        
        Change-Id: Ia6a73d6a44a34345b512922037d01b8b40ac24a8

2013-03-19  Andras Timar  <atimar@suse.com>  [38fb0462578bde685e3862187a2dc842968d8f72]

        fdo#54278 Only en-US help pack should contain en-US help
        
        Language of the installer and language of the installed help files are two
        separate things. It was not good that they were handled in the same array.
        Now all help packs has English + localized installer.
        Only en.US help pack isntalls en-US help.
        Also, maintaning the list of languages, that are not supported by Windows,
        is pointless. What Windows? Windows 8 supports a lot more than Windows XP.
        
        Change-Id: I075a18648796a42609329ead9e8e6a9da9c1fef3

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [7f3837b743201a758ef09dc2c148f76eea5008f6]

        Fix broken string cleanup
        
        Change-Id: Ia33c4143d9ef070915c60361e472f032d22cd663

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [7b0d4848e6cd67b33cf86c06582225cd1c5fbb9d]

        Fix previous fix
        
        Change-Id: Ia0739c4c45cb9f1d7474c08657a17b68ec5ef45a

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [7cd539319943f43b6f66b72ad85ecc0012d3e007]

        Fix broken automatic search/replace results
        
        Change-Id: Ic6985d2cf9d884763aaffc17361243b99b23ba17

2013-03-19  Petr Mladek  <pmladek@suse.cz>  [93024b55d2e7d7a4bfa71e7a21b309c2e5aac31f]

        fix race condition when using hardlinks to deliver into solver
        
        We need to use "touch --no-dereference" on the delivered files.
        Otherwise, it creates empty target file when you touch symlinks and
        delivering the real target file might fail.
        
        This caused many build failures when delivering:
        
            liblcms2.so -> liblcms2.so.2.0.4
            liblcms2.so.2 -> liblcms2.so.2.0.4
            liblcms2.so.2.0.4
        
        Change-Id: Ibd61815c12e002b495e848a125a959b8524b0935

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [a2d33e2d4cda5e2c4217403bfe94ec0b89d47202]

        compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)
        
        ...broken with 407b51db1831bb2cf21def88241323e35c612005 "Remove
        RTL_CONSTASCII_STRINGPARAM (unotools)."
        
        Change-Id: Id810c157a6e10380d28e4d6e85f908dc79cf0057

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [61e0ce089d2cff59c4144c05263cf6e83a92fd76]

        DBG_ASSERT -> SAL_WARN
        
        Change-Id: I29a13ac9631027d7c527c3b395d4a887c290acc7

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [3968f5e874038ddfdcf70080ba6f122a48753b60]

        Simply obtain theMacroExpander on demand
        
        Change-Id: I919c8f5c26d1c879dd77e691babaa4eb7f608c35

2013-03-19  Gergő Mocsi  <gmocsi91@gmail.com>  [e8504d9737ba0306ab8bcde9fcd8f50fdf30d33f]

        handle the empty URL case in file picker
        
        Some extensions in the wild, for example Impress Photo Album Creator,
        manage to call the file picker dialog with an empty URL. The resulting
        error message is not very helpful: "Operation not supported" dialog.
        Therefore we assign a default URL when empty URL is passed.
        
        Change-Id: Icf71142411a79e1fe2d1d5918d2a400b174acc00
        Reviewed-on: https://gerrit.libreoffice.org/2390
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-19  Miklos Vajna  <vmiklos@suse.cz>  [e76e2c4ce76457e518b007b970e1b0c2742f8d6e]

        add SwField::IsClickable and use it from SwWrtShell and SwPageFrm
        
        Change-Id: I3d856dc11297b2ad73859ff9c2d529e8cd4727b2

2013-03-19  Thomas Arnhold  <thomas@arnhold.org>  [5bb4a2ba1d8a6b98720868786e552aa8fd2a22eb]

        further OUString cleanup
        
        Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6

2013-03-19  Matúš Kukan  <matus.kukan@gmail.com>  [2633b249ea6921645c57ab24a1c9ad0c8e61e144]

        odk: do not pack unused component.map file
        
        Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-19  Andras Timar  <atimar@suse.com>  [5f92d07b80c4a73ebbf9e3e9ddfdf771a676c4ba]

        fix the 'warning' icon in .ui files
        
        Images in .ui files can be loaded from resources (images.zip).
        However, only those images are packed into images.zip, which are
        used in traditional .src resources. We need to tweak packimages.pl
        one day.
        
        Change-Id: Ic954f2561e66880c7f7ff3ed941ccb28a86d83e1

2013-03-19  Tor Lillqvist  <tml@iki.fi>  [90a2d46ecb5a3a6ceccc280d2238437bef52c570]

        Add the call.s source for the MinGW case
        
        Another blind fix attempt.
        
        Change-Id: I5ec2ba5e595a382c53e6975b8dc65644fc8e7409

2013-03-19  Miklos Vajna  <vmiklos@suse.cz>  [a996678ed30804e16103e1cfdc439c8546e5d3b0]

        bnc#802888 SwPageFrm: let macro fields have priority over background objects
        
        The intention is to get similar behavior as
        61f467c8974d6b6face41e7027d75ae4ddb6fdb2, except this applies to single
        clicks, while that one affected only double-click.
        
        Change-Id: Idddc26aa8cd064f89fb4f99b3ad7a5430ac455bc

2013-03-19  Krisztian Pinter  <pin.terminator@gmail.com>  [5c0dd406207e42aae4d3dbaca8235cc5ab01bc6b]

        converted cui/source/options/optsave.src to .ui
        
        Change-Id: Ieaef10684f45dc699e7d2c56dffca5483f0a30cc
        Reviewed-on: https://gerrit.libreoffice.org/2816
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-19  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [293006f92171b048f528664cc4e4be1d983a9367]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in sw (2)
        
        Change-Id: I5f84d997855321145179a9d6198a0d093dc62a95
        Reviewed-on: https://gerrit.libreoffice.org/2837
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-19  Michael Stahl  <mstahl@redhat.com>  [10459e41c4e28bb70e21761d46028a0341109b26]

        remove unused VariableName code/comments
        
        Change-Id: Ifa0ae6d870b48f4f1dec013c183efc64736dd8ea

2013-03-19  Michael Stahl  <mstahl@redhat.com>  [cd360473ae2618c24f4d3b83382fde9f1c7b175d]

        offapi: reformat SetExpression.idl
        
        Change-Id: I6119582d0809c12a273b15ea021758f8d3a6e196

2013-03-19  Michael Stahl  <mstahl@redhat.com>  [3b2cbfaa5623ea8443ce1084ece642139de7539d]

        API CHANGE: SetExpression VariableName is read-only
        
        The implementation in Writer has been read-only since initial CVS
        import, so adapt com.sun.star.text.textfield.SetExpression to
        implementation.
        
        Change-Id: I70cdd5d0a44cb86426f533c00f86874e8dde8b87
        SERVICE: /UCR/com/sun/star/text/textfield/SetExpression
         incompatible change: Field 11 ('VariableName') of r1 is not longer a
         property of this SERVICE in r2
         incompatible change: Field 11 ('VariableName') of r2 is a new
         property compared to this SERVICE in r1 and is not 'optional'

2013-03-19  Radek Doulik  <rodo@novell.com>  [69b19ba284a1589a9e85b259dfe327cb7ee9d618]

        implemented EmfPlusRecordTypeSave and EmfPlusRecordTypeRestore records
        
        Change-Id: Iac87870c0f50a74b7f4db4c674adcded1494c055

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [9988dfd934754a917086bc9423b6c5b16faea40a]

        coverity#735375 Copy-paste error
        
        Change-Id: Ib976de6a5a1c54fd80645b675b20186a4b9d6661
        Reviewed-on: https://gerrit.libreoffice.org/2799
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-19  Thomas Arnhold  <thomas@arnhold.org>  [39d45390f4fab1e9e85f211d74ed2c08fda5b652]

        removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations
        
        s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms
        
        Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b
        Reviewed-on: https://gerrit.libreoffice.org/2835
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [5c908d0431ee975c1ee7aa245af83b9eb7f95da6]

        coverity#982271 Copy-paste error
        
        Change-Id: I42800a846ba0cb935f97f8e99f774f58f3b525f8
        Reviewed-on: https://gerrit.libreoffice.org/2802
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [4c0c23af21db0b72541674c2352df04f48774e81]

        Simplify equalsIgnoreAsciiCaseAscii[L] calls
        
        Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49

2013-03-19  Julien Nabet  <serval2412@yahoo.fr>  [8f2cf65ec9a450441b92ed1f638eda26231a9be7]

        coverity#735374 Copy-paste error
        
        Change-Id: Icbd64c87f6a8fb87f4f2d82f23d3df613bbb6cfb
        Reviewed-on: https://gerrit.libreoffice.org/2798
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [24387f1c58b30cae26618c377acd95a336c28380]

        A plugin to find suboptimal equalsIgnoreAsciiCaseAscii[L] calls
        
        Change-Id: Id2572982ca899223b89016ee7482ccb960032805

2013-03-19  Stephan Bergmann  <sbergman@redhat.com>  [f9e96c364108ddd57f330a7bd52528937aef41e8]

        Enable -std=c++11 for compilerplugins/clang
        
        Change-Id: I4849656b16c2a7103217870050b0de3ccb97af56

2013-03-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [905db14dbc029519e674147e6a5a6f76fb81309e]

        Typo
        
        Change-Id: I436be96082fee3a65610f8100279c0abd09603bf

2013-03-19  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [0c4a20ad9ce9b3b9db8f4ad458bd742f84e1b903]

        unit test for fdo#60915
        
        Change-Id: Ib7c1e87521fbbfd76b8eeead17c58915c5d71728

2013-03-19  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [eff94128b8434501a6f9c26a5a47cfd7d408f472]

        Template Manager: fixed TabStops for the toolbars
        
        Change-Id: Iab2dd8ef71fd84e9d147d90e9cad46d69a8fe650

2013-03-19  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b6ba04639b9922f6717f79ac4be215e09691d7a9]

        Template Manager: fixed search edit field position
        
        Change-Id: Ic5ef64ba3ed4c98397b0c4911de491df4c79946a

2013-03-19  Tor Lillqvist  <tml@iki.fi>  [c70aa412ede28cb0bb08a32a532c745a9d4a2266]

        No -ldl for MinGW either
        
        Change-Id: I7e74559d2edd1adc9225a935735ba4f6fd7eea24

2013-03-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3dfff2ea4678105a186ce9ca4a038458a57c727e]

        ::rtl::OUString -> OUString in writerperfect
        
        Change-Id: I2d0f8868779e5ac4a802f3f061704d2de5826c5d

2013-03-19  Miklos Vajna  <vmiklos@suse.cz>  [9818c3b6d2b0f2793a6106ba80267d3c54956489]

        RTF export: add SAL_OVERRIDE where overriding non-pure-virtual methods
        
        Change-Id: I3b94f3a9e42f43fc290ac0da27446316545466b6

2013-03-19  Thomas Arnhold  <thomas@arnhold.org>  [8b27d78b4afaa9c47ca0fda144c8060f2f14046b]

        automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
        
        Done with a perl regex:
        
        s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
        
        Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
        Reviewed-on: https://gerrit.libreoffice.org/2832
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [fe8eba5faa59ddf9ee82f3eb009daac72a0ec846]

        WaE: Potentially uninitialized local variable
        
        Change-Id: I497c30dfd951132fe2f7998a158b6c14efe5ebf7

2013-03-19  Tor Lillqvist  <tml@iki.fi>  [f98c6043fcbecd1b0f22d2a4624e19369b2fa8fa]

        Move the WNTGCC case under the case for CPU=I
        
        Otherwise no case matched for the MinGW build.
        
        Change-Id: Ia57c7cf09dbd450c91c4e595c7070ce82b484797

2013-03-19  Tor Lillqvist  <tml@iki.fi>  [3e156923442e24612c3754e96c8b96838a751135]

        Insert empty lines for clarity
        
        Now the outermost if..else if..endif chain should stand out more clearly.
        
        Change-Id: I62573aea02d0d0f721e00129d0e40f1b11864527

2013-03-19  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [098877d6f9b541c6be83c14f8668dc9a59714c72]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in sw
        
        Change-Id: I704628eabdddb70530b6a8a1160c20724332c7e5

2013-03-19  Thomas Arnhold  <thomas@arnhold.org>  [506e1efab370626dae5e3122b6876f5a1e0b1029]

        trailing whitespaces
        
        Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6

2013-03-19  Thomas Arnhold  <thomas@arnhold.org>  [3991eaf5569c7039ea20000e70aac775b7899432]

        reduce whitespaces between include and filename
        
        Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005

2013-03-19  David Ostrovsky  <david@ostrovsky.org>  [d0e11d7591bf27a3ac2198042a590884281365ec]

        move files.mk to officecfg directory
        
        Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1
        Reviewed-on: https://gerrit.libreoffice.org/2823
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-19  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [edd2531f5d84c184257f161d56b89e6fe6e90469]

        Fix single core build when TDE integration is enabled
        
        Change-Id: I15d537a8ea7d3a42c9a1924dd81e83ba9b4aa421
        Reviewed-on: https://gerrit.libreoffice.org/2830
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-19  Takeshi Abe  <tabe@fixedpoint.jp>  [a9bc164accdccc0f0ee074ded9b3559a52d5300b]

        sal_Bool to bool
        
        Change-Id: I0a8d0f11c45aba1d34a0098e6a371bd616b08b72

2013-03-18  Peter Foley  <pefoley2@verizon.net>  [f90f71e2685310af6461bc3ed27eb9252ea40d69]

        add userfriendly targets for ZipPackage
        
        Change-Id: I5e8876bfbca7d9c063a6200e41b31d99763a7829

2013-03-18  Peter Foley  <pefoley2@verizon.net>  [980c1179bbde47bab53410794795781d0e61e82a]

        cleanup doxygen warnings
        
        Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595

2013-03-18  Peter Foley  <pefoley2@verizon.net>  [b6b49c0f6bc797558b6ce08fa756efe474a8011b]

        cleanup autodoc output
        
        Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955

2013-03-18  Peter Foley  <pefoley2@verizon.net>  [9ab5d436131df63c85945360520fe7ff948ee280]

        fix javadoc warnings
        
        Change-Id: I86176860504893213a25afc2a3a886cab9acad68

2013-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60ab9a0bc8af439a7b7d0f57ea6b5215dc8aa9fa]

        that should not have been in the patch

2013-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e18e657c1ae33c35c8046676b1da195b0d3f493]

        let us keep the gnumeric value handling in xmloff
        
        Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5

2013-03-19  EricSeynaeve  <github@nosperse.com>  [bf033461c5cb0053253f410da7f17dd2e12771c3]

        fdo#61135 stepped lines graph: handle ods files
        
        The boilerplate code for drawing the 4 types of stepped is in place (as
        described in ODF1.3,
        https://tools.oasis-open.org/issues/browse/OFFICE-3662).
        We can also read the current attribute values used in Gnumeric. These values
        are converted to ODF1.3 during save.
        
        Change-Id: I0f04a779de4b65326ed7ce6de56191f11b51c596

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [91c8b357ee2a27e50da0e99386e53d351e55cfda]

        Cppcheck: Variables reassigned before the old one has been use
        
        See http://nabble.documentfoundation.org/cppcheck-Variables-reassigned-before-the-old-one-has-been-used-vcl-kde4-part-td4044235.html
        
        Change-Id: I9ce272c4116395a95a09e5633acfeaa5b1edbe12

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [0a21cce0c90a639918d8e58ac5daa4b8f674666f]

        Use InterlockedIncrement() and InterlockedDecrement() unconditionally
        
        Much simpler.
        
        Change-Id: I6837f95121f881d6265eb65343f6b311c1a6c33f

2013-03-18  Eike Rathke  <erack@redhat.com>  [9a46e5614f5a0e0bdce3c497f81ca529da8fb5c0]

        renamed method, it determines if symbol combines
        
        Change-Id: I60fec73900b861363c02ec51ecbf9dcfd7edb167

2013-03-18  Eike Rathke  <erack@redhat.com>  [9377aeb5fade9baee55fb3301b057f203a62124b]

        use switch instead of multiple ifs
        
        Change-Id: Ib928f7e80aa185119c37b400e8a3e002619ffd41

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [1c0ea49edb8b798aa6a18b14a7acf957703f504a]

        IsPrinterGraphics() and IsVirDevGraphics() were unused.
        
        Change-Id: If5d7bb5c777d3247e3e1a4d39ae1a8f8ba6f4cd8

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [ebc44be2bdb9e3c849ee6b03e191371f08d086c8]

        Improve indentation and alignment consistency
        
        SCNR.
        
        Change-Id: I11bcd451eae74ec5eb20e4baa96d308f9eacf01c

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [56396bd6dc63536608561ccb528377dc07023bc2]

        Bin pointless __cplusplus ifdefs
        
        Change-Id: I82974eb68e6daf1c6781e2133fd22d7e4e62de82

2013-03-18  Rene Engelhard  <rene@debian.org>  [4c6721542a53e017e555c8c12bfcbb0e2b6e1b3c]

        one time is enough ;)
        
        Change-Id: I298433a242eded15b01a379e7b552d62c44d43f3

2013-03-18  Eike Rathke  <erack@redhat.com>  [ca0074829af6b68ee8f00ce0231de4fcd17b7b2b]

        make empty subformat code work again
        
        Broken with 842c95519a35174238c728784662f854031993d7 were things like
        ;;;@  or  _;0
        
        Change-Id: Idf99378beedacf97a0376d1cd11ee78d3f7c9aff

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [adfb7ecb4f77c4ccb70156044a41505648df0ad4]

        Revert "add -Wundef to compiler flags"
        
        This reverts commit 22771babcc47b294d528d56cec360e2a94daec26.
        
        There are still some setups in which this causes errors with WaE.

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [67317c5e37a437855bc684c5e3ec2c4b32903909]

        remove executable bits from source files
        
        Change-Id: Iba8b39d1ce6f3f9a9fa894c9abc6821b43c80433

2013-03-18  Rene Engelhard  <rene@debian.org>  [83af55be7160bf38c6ee6dd04a3c08355c06c883]

        install librpt* in the new gid_Module_Reportbuilder, not into Base...
        
        Change-Id: I8e67108caaac379101173d49c957e7ec5c7652e4

2013-03-18  Rene Engelhard  <rene@debian.org>  [b0213e0bb4d4d81078e43dbabdefb6618a0cd8fd]

        readd packinfo_office.txt stuff for Pdfimport/Reporbuilder
        
        ... as otherwise it ends up in gid_Module_Root_Brand, NOT
        in it's own module (which is intended)
        
        Change-Id: Ic3951ccd7471793419b04f4f2fcfe90060c6d71f

2013-03-18  Eike Rathke  <erack@redhat.com>  [e837d5570af3de1a420ad21ec035463cf9babdb7]

        quote URI_ENCODE
        
        Change-Id: Ib3bb6065b02eee8de7c4ca16c8fda05385409703

2013-03-18  Ariel Constenla-Haile  <arielch@apache.org>  [71b248ef477248ff6a03d62cf0e3b724372680eb]

        i82660 - SimpleCommandMail: fix options passed to Thunderbird

2013-03-18  Ariel Constenla-Haile  <arielch@apache.org>  [2f7bbb82deb6192a90e351bd962cfb57245e2df8]

        i82660 - SimpleCommandMail: fix options passed to Kmail
        
        Change-Id: I20f3411787b3965aaaad118d1ba6582acaa25f70

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [30844869ccc3109a747f6ec8e94789af39688f6b]

        update config HAVE_FOO instructions
        
        Feature macros should now always be set (even if to 0), and should be
        checked with #if, in order to avoid missing including the config_xxx.hxx header.
        
        http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
        
        Change-Id: Id15f536240d032b3c523e33856cb40af78be65df

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [1af22c05c6b1bb2cee534146d9049da0c7e0f9bc]

        fix other problems found by Wundef
        
        Change-Id: Ib4aba95436f82d2a20b07a092f0fd07e0620fdcf

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [2c17beb796a29e7d160522a800e647ddd7a8b2b3]

        Wundef, fix various more or less broken debug code
        
        Change-Id: I347495f7960da099afdfbf3db608e0347b832f99

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [e03d9e97a65a7323657f1a04cfba03afc24670b1]

        avoid Wundef in netscape plugins headers
        
        Change-Id: I23f65de88a3c33f0820ce16d8b7836739fb83ce9

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [9be25f14bdd801106efcfae34c8f1492cddfa714]

        avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what not
        
        Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [a09124e6f585a128b4f130804f4a1f1ee8a31c93]

        avoid Wundef in cases where the usage seems otherwise ok
        
        Change-Id: Iabccc31c59cec32235661f5225f45bb13f76a68f

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [6104b4306dafa5315cf4a987b3b2f89f64de79f0]

        no warnings in libwpg (there's at least Wundef)
        
        Change-Id: Ib3e6dd7ec9279c306444a747989843e3b9f56c01

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [7fddc27bd311d668904e5fc4e132331a28a74ad5]

        incorrect NEON_VERSION usage
        
        First of all, NEON_VERSION is undefined, and second, it's actually
        a text string, so this is all broken.
        
        Change-Id: Iba841c78e9034bf9ef74eb4f31c9893608180b77

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [7544a11670208ef38af7bf6b0104dedd4d19d545]

        Wundef for icu
        
        Change-Id: I064b82e691fb5d58da6252f394f13894f252776d

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [8c2711e771bebf1e33f185ff98e4eaed7eb7f95b]

        change #ifdef -> #if for KDE4 feature macros
        
        Change-Id: I289744eaa62ad819620f0b31a54efd5ebbdb9dc2

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [58d8ad3678d988c86f94a8de3a6c5800336b5800]

        fix Wundef in mdds
        
        Change-Id: I5abf3c7c71b3d0d26194dd89067b1b0a2cea4fde

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [92a3408646c5932a29e1a658f50283891c1de2b6]

        fix Wundef in cppunit
        
        Change-Id: Ide5f9d36cf7e5e8cd3442a1b5f098a85cb8d6de0

2013-03-18  Luboš Luňák  <l.lunak@suse.cz>  [22771babcc47b294d528d56cec360e2a94daec26]

        add -Wundef to compiler flags
        
        http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html
        
        Change-Id: I61ab4b6b536e77d153f44b9f8569b49e0be60002

2013-03-18  David Ostrovsky  <david@ostrovsky.org>  [90a326c7028d5af132c62edfaef77c53627e4c0e]

        fdo#61950 move report builder from bundled extensions to plain code
        
        For test sample report from fdo#61726 can be used.
        
        Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe
        Reviewed-on: https://gerrit.libreoffice.org/2718
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [35bc07513c46cfa40fa85ec1053f7ce5c1e9c318]

        extensions: remove RTL_CONSTASCII_STRINGPARAM in macros
        
        Change-Id: I24cc59f4e9410e9a67a87950e7452de55122c0ce

2013-03-18  Eike Rathke  <erack@redhat.com>  [9dba77d1b5bb2d513e8d6b67c83dc6e858e35f66]

        resolved #i119960# paste single line with quotes
        
        Change-Id: I8dae849a39a464a0aaef7e775956c04c53038a48

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [dc723482812e1a8d6bb7f36406142d57a57d07d0]

        coverity#735372 Copy-paste error
        
        Change-Id: Id25a5216a3814fbb3f4f1d7ac88cd87270b63fde
        Reviewed-on: https://gerrit.libreoffice.org/2795
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [5f50fcf94e37cb11b0217b6a83cfa1311bb6a6ca]

        coverity#735373 Copy-paste error
        
        Change-Id: I0273a08a7aa23aa9bb7aa2139a0cea02611e8feb
        Reviewed-on: https://gerrit.libreoffice.org/2797
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [8948fcde818ac6792160e0719a8b467a6320e52d]

        coverity#982269 Copy-paste error
        
        Change-Id: I8d900e83543d3914b215451ebbd77f823835643b
        Reviewed-on: https://gerrit.libreoffice.org/2801
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [0f745a751b56302eeffa91ac29befed3f1f845f6]

        coverity#982272 Copy-paste error
        
        Change-Id: Iac5de5ea434e843c4bbf27763f16751d75e798ec
        Reviewed-on: https://gerrit.libreoffice.org/2806
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [922d80ad11a78fb5abe05ba69f1a47e1bb76bd3c]

        fix build
        
        Change-Id: I4b90c3a40099757b24ed14768083295d9048502e

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [c412cba28ebc00783041bcec74978fc959cc1351]

        fdo#61909 fix import of RTF_HIGHLIGHT
        
        It's an index in the color table, not a color value.
        
        Change-Id: Ifa7b14e88231e5053c84dfbdd9b453715df1aaa6

2013-03-18  Matthias Freund  <matti_lx@yahoo.de>  [aebfd023c116047ab467f7abebd84e4c9acd5bbf]

        Comment translation ger - eng in sw/source/ui/wrtsh/
        
        Change-Id: I41317f0f6859e7d5c3c62703a21f5fe8983aac9c
        Reviewed-on: https://gerrit.libreoffice.org/2812
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [60c17b2873506ed8b068b34840aecda0c1d9bd65]

        fdo#61909 fix RTF import of default font without RTF_PLAIN
        
        Change-Id: Ia86548bddb7b87ec9653192c2e5989ce0dc50057

2013-03-18  David Tardon  <dtardon@redhat.com>  [f09d1be5a721bcd6ecc9f217fc4926f4e01ea6ad]

        fix copypasta
        
        Change-Id: I0ed143e66d1b7729afbb56b478f409ed34212244

2013-03-18  David Tardon  <dtardon@redhat.com>  [327a649b48fa54f7758a1a86d0fa324cfa71bc77]

        use SAL_N_ELEMENTS

2013-03-18  David Tardon  <dtardon@redhat.com>  [d352006d1c746e8d80e210de10ff6ed4476dd94d]

        use the std signature for operator=

2013-03-18  David Tardon  <dtardon@redhat.com>  [fd4bcc8318ff54b3e2def557347e9853e9733ace]

        guard against self-assignment

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0b26c52223978a63cc67044d751c545fd7d5cbe6]

        mysql_version.h is needed by mysql.h
        
        Change-Id: I94ae3091e74526dbeac90d21bf491dcaa41ff346

2013-03-18  Andras Timar  <atimar@suse.com>  [225b0bd07153948ab930861166e6dcb87bd0cddf]

        Updated core Project: help  7875d6df2911a7caa8de1adac9b5b21026c8b9a4

2013-03-18  Andras Timar  <atimar@suse.com>  [ae99be7c9cfb33255b55ae13fe4f9d3eb6f277e4]

        Updated core Project: dictionaries  36776c334cf3bae5bdd5929fad8e11a8bdf830a4

2013-03-18  Michael Meeks  <michael.meeks@suse.com>  [64595f591cdeebc389deee37adbc68e14f9a6286]

        fdo#61256 - the Get.*Export methods also create and register styles
        
        unwind problem introduced by cleanup in:
        fd226710fef768543a3ad0fe5081f79dc875dcf3

2013-03-18  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [38d0e65fa51a559b0f607b3f00f5db2527dbab57]

        Reuse ImplPower10()
        
        Change-Id: I0a86e43065689d2478ced4804ab083244d8d35f5
        Reviewed-on: https://gerrit.libreoffice.org/2774
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-18  Lionel Elie Mamane  <lionel@mamane.lu>  [42bcae1d31fb2265a5d89ae4f3db926e5ebb7aa6]

        janitorial: typo in comment
        
        Change-Id: I57ff7cf21ab3d6bc7ded7fadd26475bbbe2cc2f5

2013-03-18  Rene Engelhard  <rene@debian.org>  [df2e3d29a433b18d22b30792db9450c04f35fa79]

        check for krb5/gssapi only when we use internal libpq
        
        Change-Id: I654b4bd7dbd3cb6b6e09196a80097eae2a5787a1

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [cf284036edc90e4da7737af84abb9b536f3b2be2]

        coverity#988428 Missing break in switch
        
        Change-Id: I7f127409c65f692c2eec3684c79b40b11e7ce240
        Reviewed-on: https://gerrit.libreoffice.org/2775
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [0cd6947e1eabb73a31e9d8cdcab4609e7951051a]

        Improve indentation consistency
        
        Change-Id: I27a692be8d1c3aa10bdf46883fd502491aff4674

2013-03-18  Matúš Kukan  <matus.kukan@gmail.com>  [40f92a3cbe817db09d10eff856002962c0b5e906]

        use only internal python on cygwin
        
        Change-Id: Ibcfa5030a245e1bbc00c01c4d42a5bba01ec9aa9

2013-03-18  Thorsten Behrens  <tbehrens@suse.com>  [b32c31cc9c1dc11251196a4bfbba7d8848581d43]

        Fix crash in fdo#62119
        
        This fixes the crash, not the missing line styles.
        
        Change-Id: I762fb58831ac44bdab7f02101acf7ccb58172ee9

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [4343c497173e4e2c3066b63d4e71c46bfc475008]

        coverity#705137 Missing break in switch
        
        Change-Id: Ie54c888e15e9564c7e1d0efb54f587a586a53631
        Reviewed-on: https://gerrit.libreoffice.org/2780
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e87a9f7854d5180a50cae8a48012556482de8708]

        These are the extensions mentioned on the Web :)
        
        Change-Id: I1af6d1ed6b62611ff931f8b0dfa6409d73242fc9

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [e4e4f776b8b8ef8d9861f5e771c72219314f4ab6]

        let toplevel 'make -sr CppunitTest_sw_ooxmlexport' (and friends) work again
        
        Change-Id: I610ae1d3672f76435def025bd8819780df863dbe

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9aab5054a1c8f6fa0ec8578350210f0aa3c67808]

        Some real extension for MarinerWrite
        
        Change-Id: I7b09694775bd07feb819bb3279171434216b1961

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b21dc7ee54e966c92d5585761d28e0b117939818]

        Add "dummy" extension to these file-types
        
        Change-Id: I167323cd6d64de92342041cab74977175d2bfe7c

2013-03-18  Miklos Vajna  <vmiklos@suse.cz>  [c4ac5fedf288628e8ce60f668eb6c14454e980c2]

        sw: rename odf/ooxml/rtf/ww8 filter tests
        
        The subsequent part of their name was misleading, as they are
        slowchecks, not subsequentchecks anymore.
        
        Change-Id: I2e5c1506d88b017e563adee9134905dc2b4e7d68

2013-03-18  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7472081c196d73a7ce821f2f68d71fadebe6ef7b]

        Translate German comments, fix some whitespace
        
        Change-Id: Icceb0221dc8fd5e211a75d4fc25e6a3e871461b8
        Reviewed-on: https://gerrit.libreoffice.org/2796
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f339e01a091e1b8de5f6017b992802aaa066b3d0]

        Use the typical extension and mimetype for Word for Mac
        
        Change-Id: Ifb04233f6baf8020af558e32d7177ab16150e68d

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [85812be7a8a6efa209562d9bf751951edf029aa5]

        Add some extension and mimetype for Works for Mac
        
        Change-Id: I3e43a176260cacdf931074536ebf1dfeebbcb574

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [4c99fc562d02fe56ac9ffd5cec892d7c6a8fb609]

        swui, too, sigh this is so ad-hoc
        
        Change-Id: I4738660ab8136073cc3d5de492e4b566b7071b5a

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e2c2ebfc0c2f6496e18c374f35162796c8ddddbe]

        Use MacWrite II pattern for MacWrite too
        
        Change-Id: If39b002aa8b18fda1bc2d6723187336e1259d0d5

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [49afbfb0d0534c89276c74b61d928daa235351ef]

        Uncle Google speaks about this extension too
        
        Change-Id: Ib757ea180fe570277d0cbe8a5ff4d6e30cce7cdb

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [c43613b4cadbb9b6711794d4f97a7ff2c8dde5db]

        Typo
        
        Change-Id: I3d1daea328d65f3b6ab9bb544dfb87133ab5dc2e

2013-03-18  Joren De Cuyper  <joren.libreoffice@telenet.be>  [e01daa86e757dab289bfa60576ce235b31eba720]

        Comment cleanup and several indentation fixes
        
        Change-Id: Ib3e51969b2d2624e69a2270c5446b7ac1095a2b5
        Reviewed-on: https://gerrit.libreoffice.org/2789
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1fc129c6b973a65080abe5ea5145b012c05108d]

        Add extension and mimetype for MacWriteII and MacWrite Pro
        
        Change-Id: I3aa14d26589e425078860ad59ed8a81659b83a61

2013-03-18  Matthias Freund  <matti_lx@yahoo.de>  [6eb8a9bda063cecf6df049613e79c0b47ad4b231]

        comment cleanups
        
        hope this is helpful
        
        Change-Id: Ib887329de1e5788b1a39139725dca0b3de25e81c
        Reviewed-on: https://gerrit.libreoffice.org/2776
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9e09523660a18390e37beb8115b170828db78f58]

        Add extension and mimetype for ClarisWorks
        
        Change-Id: I39829f443dae6f8e62a79c5d29d97ee8ef9542c1

2013-03-18  Peter Foley  <pefoley2@verizon.net>  [a1fbebff263f65bc25c0c955da2e68e90cd2bb03]

        Cleanup bridges module
        
        Reduce excessive copy-pasting
        Remove bridges for C50 and C52 compilers which aren't in configure any
        more
        Prevent LTO from being used in the bridges module because it causes
        crashes
        
        Change-Id: I7ff85c2e8d6ff89c5acd48aea415e0960b3ef812
        Reviewed-on: https://gerrit.libreoffice.org/2765
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [f9f75ee3697f4fcbd94a4b005227860b9dd099f8]

        coverity#736014 Using invalid iterator
        
        Change-Id: I53c9079aa78a28f50e91474b8347c4830583a6f1
        Reviewed-on: https://gerrit.libreoffice.org/2787
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Julien Nabet  <serval2412@yahoo.fr>  [c3d1c45e51c102b893bc2e2d7a9102d8d2e4e886]

        coverity#705135 Missing break in switch
        
        Change-Id: Ie610b3b10b5d83b772ad96e455d59360368086a4
        Reviewed-on: https://gerrit.libreoffice.org/2779
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [30fded6a91c8803f656a50755b9e83a1e07edc08]

        Some edits to improve match with current reality
        
        Change-Id: Ieb2839a3416b1ff7d8f8b5f557f98116115eb1ce

2013-03-18  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1044a37906f6e269f55706e9659667a6423ef2d1]

        String::AppendAscii cleanup
        
        Change-Id: I33d7a6b704cbb9a5a410b99237643c05a9c1cb9c
        Reviewed-on: https://gerrit.libreoffice.org/2755
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-18  Joren De Cuyper  <joren.libreoffice@telenet.be>  [7f794d5dc657c147896cd43bdea81001d1debf47]

        resolve fdo#57905 - Autocorrect Options can not be closed using 'Close-X'
        
        Change-Id: I0421253d363fbe82a833011d22eb86e61d3ad264
        Reviewed-on: https://gerrit.libreoffice.org/2809
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2bc7d0534c946ec73a146dd823bb0a3d478608f2]

        fix makeAny calls
        
        checks failed on Mac/PPC - setValue expects sal_Bool, not plain bool
        for bool there's assignment operator. Similar for unsigned short -
        there's dedicated operator to assign sal_uInt16 - no need to cast to
        signed sal_Int23 that then fails to convert properly.
        
        Change-Id: I6c67a3741cf2d7910fc543c9c71db1c6e816bea6
        Reviewed-on: https://gerrit.libreoffice.org/2805
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [96ad8c2ac54993d7d0e9c6bede7e4aa8f10f9ff1]

        allow openssl in the check-for-broken-make check als sha1sum variant
        
        Mac OS X 10.5 doesn't come with a dedicated sha1sum, but has make 3.81.
        Allow openssl as alternative for the makefile, after all it isn't sha1
        that matters. (also XCode's make is not affected by that specific bug)
        
        Change-Id: Id212fca588980f7e151120cdfe281f7b5d8ac5a4
        Reviewed-on: https://gerrit.libreoffice.org/2804
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [84e4bf884718fcca8934b81b4037e063cf08c71e]

        Fix fdo#37464 - Cell Border works backwards on Right-to-Left sheet
        
        Change-Id: Idb73d3029880b66602f163b2ab03c2b37c2306db
        Reviewed-on: https://gerrit.libreoffice.org/2782
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [707bd4dfe85514418aaffa3ee9ece10b356abf51]

        WaE: control might reach end of non-void function ... being inlined
        
        The warning is bogus, but the change is minimal
        
        Change-Id: I2bc6ec57d271e14e5abe8f152338626771458fb5
        Reviewed-on: https://gerrit.libreoffice.org/2803
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [6dfe7e790352e3e3ff63cfd8b142a8fc007b496c]

        Don't do any own auto-cleanup of aurorelease pools on iOS when a thread ends
        
        According to documentation, the system does it automatically. Testing
        seemed to confirm that, with the code still in I got mysterious
        crashes.
        
        Not sure if the corresponding code is unnecessary or wrong on OS X,
        too.
        
        Change-Id: I14e9f5bcc0376e9235f8d36b484b38c1e44932c4

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [39c603ca8964295067775a4e0ec768ca7fd6feea]

        Only copy the project.pbxproj
        
        Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [f74bbb4c357058a727ebc9ea1313c65c3480a389]

        Use autorelease block
        
        Change-Id: I7c3c8fcc81297ca97474b2b9482d40b47688febd

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [dc234a1da0e5e57472333b91899cc2628eac702d]

        Factor out the CoreText source files
        
        Change-Id: I5c91058af2f6da287bff050a358f446b653c800a

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [2a4af0e257baa3e559003c29cade5b594adef5e2]

        Bypass X11-specific code if not on X11
        
        Change-Id: I6452191b11b197b0f90ae6638019d3bc6db67ad7

2013-03-18  Tor Lillqvist  <tml@iki.fi>  [e0c2dd693c012bba30feb4c1dd0c5b424b135e3e]

        SalData::drainThreadAutoreleasePool() is unused
        
        Change-Id: Idbb98b32ffc5970e236c9d319e0e8791b855e283

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [094bab7f9097fba62800d3dd578bd42640d8c6e2]

        we need to register data sequences during import, fdo#52159
        
        Change-Id: I203be719a6ee19c87ed232218f7700d875c2871f

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e15d8ef44fbf9fc23da58648e4d288782a81c7c1]

        error bar range is also part of chart range, related fdo#52159
        
        Change-Id: I344448db559de8435dcc26e2be4597c385724a7b

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b12b4677f658fd2dc9ff40371823da59533fa45]

        for internal data providers this makes no sense
        
        Change-Id: Ic2651defd0ec8846dc0b0a81faee5dd6743310fb

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a6d12acda9bb24f2acca45e0bd1aea577e49fbbf]

        use the right range representation, fdo#52159
        
        Change-Id: I36ede89ccb8836708a4f87c4815bbe2fb6d6f3cf

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [145ca863553e27e28f76e940071e713c539db0dd]

        reorganize the menu a little bit
        
        Change-Id: I956abc2cfa680f18df5712a131a7930610f57931

2013-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e7df9113496ee6e91d97999a1bc1c789c154467]

        better wording for the menu entry
        
        Change-Id: I7ddb4e3b4fc39b542e2ab54a188d0953a2b7ce8d

2013-03-17  Stephan Bergmann  <sbergman@redhat.com>  [11e0e8351809befd186a8aaf91d7a583e22f2157]

        Clean up indentation
        
        Change-Id: I8c4be3a69544ff579f054ec455512f2bddc11944

2013-03-17  Andras Timar  <atimar@suse.com>  [83cdc5ca370ed723d78ab38969792079f248b31f]

        fdo#62384 Turkish lira sign shall precede the numerical figure without a space
        
        Change-Id: I5919fbb272f82deeb951906f5b82dc196e856a48

2013-03-17  Tor Lillqvist  <tml@iki.fi>  [a7b932ddfe24a5ea2f49a64000fc1b88c01c7fdb]

        AndroidSalInstance::RedrawWindows() is called from only one place
        
        No need to take a parameter for which NULL is always passed, and related
        simplifications.
        
        Change-Id: I89bab2904fdae3520987d0f67e55b2649bf225d3

2013-03-17  Tor Lillqvist  <tml@iki.fi>  [4994ccd7d4ec7912f63882138b169221bb273249]

        onAppCmd() and onInputEvent() don't exist any more
        
        They were used in the NativeActivity-based coding.
        
        Change-Id: Id393026783c989f05d90ad79cc4e8f5e8cd0174e

2013-03-17  Andras Timar  <atimar@suse.com>  [c79fffd140cfd35b4180b849060cebb3fd8a9cf8]

        let LibreOffice find html.stw
        
        1b0f7ee1 ruined the search path. SvtPathOptions::SearchFile() does
        not search recursively.
        178b73da introduced OUStrings, but SvtPathOptions::SearchFile()
        modifies its String argument, I had to revert 178b73da partially.
        
        Change-Id: I350084f91d15f83a21fd1b8d7270765093269da4

2013-03-17  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [02c04319376e2124336a864aaf8b7de3c824c2f4]

        Fix fdo#62399 Border incorrect for RTL
        
        this patch will fix the incorrect border when you use
        the cell format dialog.
        
        Change-Id: Ieeeae4060a15e96e0de0f335f3c460df86f7dbf9
        Reviewed-on: https://gerrit.libreoffice.org/2781
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-17  Julien Nabet  <serval2412@yahoo.fr>  [52e56c3c6c836fe1f27cbd05d7cbe92f62e1280a]

        coverity#705115 Using invalid iterator
        
        Change-Id: Ia8b5a0654ded07d939e8be93a2dea2a6f84165b3
        Reviewed-on: https://gerrit.libreoffice.org/2785
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7014a569ccd86f14386aeebc7a7279a3b4b3289b]

        fix breakage introduced by String->OUString migration
        
        Change-Id: Ia509d23306e71b978247705daa9c9559adbae195

2013-03-17  David Ostrovsky  <david@ostrovsky.org>  [e1430b23879a40843fa8d9be1c79b607684f713e]

        WaE uninitialized pointer
        
        Change-Id: Ifa10c48f6bbb1e69e83b2f2fe10ac58a225a3b06

2013-03-17  Caolán McNamara  <caolanm@redhat.com>  [1b67ddd86da592bd51a77563a5434b7363a369ec]

        fix about logo not stretching to fit dialog width
        
        A regression since a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67 where
        fFactor100th_mmToInch changed.
        
        This looks super fragile and presumably isn't exactly the right
        way we should be doing it.
        
        Change-Id: I7c34eefd2331e4fec4b7e6893c68a989f2f5fd62

2013-03-17  David Tardon  <dtardon@redhat.com>  [c71aab14658325e5848cf404931b9863b3661573]

        fix after String->rtl::OUString conversion
        
        Change-Id: I8e9658cd4c3ea95658e3f3b214a51b381c3170b7

2013-03-16  Julien Nabet  <serval2412@yahoo.fr>  [92e7d266419846a0dbbcd177161d7e29d95d4319]

        coverity#982854 Assign instead of compare
        
        Change-Id: I9ac6a537da3a945cc48be84559f9ce253a93cd47

2013-03-16  Julien Nabet  <serval2412@yahoo.fr>  [f98e321698cd26fbb32078bf24002bd2bbafb1cb]

        coverity#982853 Assign instead of compare
        
        Change-Id: I51df1f766314ea801ae33d6843b5ce6fc49445ac

2013-03-16  Caolán McNamara  <caolanm@redhat.com>  [918f8ed91e325606a44d088da5fbbf8c463dffba]

        "show logo" in slideshow settings doesn't do anything
        
        This wants to load about.png which doesn't exist anymore.  "about.svg" does,
        but is a rather abstract background image for the about dialog these days, so
        use "flat_logo.svg" instead.
        
        Which requires moving the svg loader out of cui into sfx2 for re-use.
        
        Change-Id: I8654f0f93766556ef4ed4b87eff35b45d8189761

2013-03-16  Ariel Constenla-Haile  <arielch@apache.org>  [4d362d2362661670579c03bdccf0063ee6569604]

        i53749 - Show Pause logo according to presentation settings
        
        Original author: Tsutomu Uchino <hanya.runo at gmail.com>

2013-03-16  Caolán McNamara  <caolanm@redhat.com>  [67bdb8f14b30f4af03676d11dab4bfe3cfb536a2]

        use SAL_N_ELEMENTS
        
        Change-Id: I6610f8e888389d09b673504f1eb9387dd38fb6c1

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [abdba4ac6ed62f4a3430b9ba381129bbd667a5f7]

        Fix Python problem in pyAltFCFGMerge at least on OS X
        
        AttributeError: 'NoneType' object has no attribute 'write' when trying
        to print to stdout and sys.stdout has been set to None.
        
        Change-Id: Icb571b9e910d4ec393dc1fd246f867c02d5ac8e5

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [2976b53ff8c815f5f6a5deba1763fba153bd528f]

        Bin more pointless comments and ASCII graphics
        
        Suggested Easy Hack: Replace all instances of // -------- comments
        including surrounding newlines with a single newline.
        
        Another Easy Hack, slightly harder to automate: Remove all the
        pointless comments that just tell the class name right before the
        declaration of that class.
        
        Change-Id: Ia890ed613b53c5d719988697e20a983d62334123

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [7956ff62ee9a4b82f64d19d51cccddd73bc49d1e]

        cleanup postprocess output
        
        Change-Id: I4287adbe97e8abc65b4bb36be8c9ec44799767d8

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [c71131e83f0d75ead253e3f7f2b53ef9872c20ca]

        auto-load the gdb helpers for cppunit test debugging
        
        Change-Id: I75e08fa1de5affdb3b42d169bb5ccac50c8c736e

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [df78a7e1c9069414348ae4fd006b3a8096af4b94]

        perl defined is deprecated
        
        Change-Id: Ibe63cf7c70dc12ae76a6d21ef8c05c58c684eb82

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [4db62dfbce440864df27c0a99ae46866fb4c16ca]

        quiet FCFGMerge
        
        Change-Id: I17a2f2fd51a06195af3b5b7325b3bad1129c01d2

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [6388703a76be472d47c16714bc7f31741bab1f27]

        suppress warnings for clucene c files too
        
        Change-Id: Ib83a140035637820cab34efc8e94cdd75c499b82

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [861fc6ce60171e964e68bcb7681626fe28fd1cb2]

        Bin some pointless comments and ASCII graphics
        
        Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [ec4977278ba3d153f0913c72450e72a6ed21d593]

        Get rid of a few pointless comments
        
        No need to refer to some source files in a few random places in
        headers, using ancient UPPER-CASE file names even.
        
        Change-Id: Ia0827be34046f25fd769466c41dab017b4935a37

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [494042ef5b104a4b4fd1cf7b4a861df9ba6771a8]

        CONTAINER_APPEND is SAL_ULONG, an unsigned long
        
        Fix WaE: implicit conversion from 'unsigned long' to 'sal_uInt32' (aka
        'unsigned int') changes value from 18446744073709551615 to 4294967295,
        which definitely sounds like an actual bug-inducing error to me, not
        "just a warning".
        
        So don't try to use it as default value for a parameter of type
        sal_uInt32. Changing the parameter to sal_uLong.
        
        Change-Id: I8ebc7195ba1bf94f4f2d6df7cd7863f779ba3fa6

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [b0bc47d628ceb6d89d22cd2bd5abc5e5c92af4d8]

        mnSystemVersion not used
        
        Change-Id: Ief800f1228bca327fd8d77a78fa332639f5d5f69

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [d956ddc54c486e24505029b9bdac314416b256d6]

        move libwpd to gcc-wrapper
        
        Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [2eaf9fd4e0643d348df57114def27ccea3afa665]

        add support for more options to gcc-wrapper
        
        Change-Id: If43721642f2453671e74ccda9572f873360ca65a

2013-03-16  Peter Foley  <pefoley2@verizon.net>  [82c4b9491aa9a9d20eede8184e5bd1f7b04efee4]

        move liborcus to gcc-wrapper
        
        Change-Id: I9d3ba7b142ec230d11af59f9eb21d203b0473dc8

2013-03-16  Stephan Bergmann  <sbergman@redhat.com>  [7cb699394616b9641fb746429401b36f031391e3]

        No external definition of non-static inline local_thr_alarm
        
        Change-Id: I0ae90e8a46ea314fa0f8650b61d6ee7410a785ca

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [57e984adca4a3dd4518922ef5a3fd1e4b47da97d]

        Remove RTL_CONSTASCII_(U)STRINGPARAM (toolkit)
        
        Change-Id: I558a97be9ed883242455e6fd29267aed5d0a550c
        Reviewed-on: https://gerrit.libreoffice.org/2772
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [c6f914041996d9b0e2431d29e63657ff02bc18d3]

        Replace String with OUString in toolkit(vclxprinter.cxx)
        
        Change-Id: I265b413923837aaba47abf242803fae7359f8ea8
        Reviewed-on: https://gerrit.libreoffice.org/2771
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d1075aab19737bc168439ba64b60cd8fae8fd3bb]

        Remove RTL_CONSTASCII_(U)STRING in toolkit
        
        Change-Id: I62c89716d93c4dfb51a38b78f795a532e2b1d0b7
        Reviewed-on: https://gerrit.libreoffice.org/2770
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [37d2588844889da97dcbd5b1a5141797f5c33d4f]

        Remove RTL_CONSTASCII_(U)STRINGPARAM in tools
        
        Change-Id: Id97070321ad6b20f349896d3b4e1ae51cc82ece7
        Reviewed-on: https://gerrit.libreoffice.org/2769
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [fdb41140bf30bf18c05bbd0fd2c35594a9e6b338]

        Remove STRINGPARAM in tools (qa)
        
        Change-Id: I1bff00d261c24e37f9ed41322c49c670850a940f
        Reviewed-on: https://gerrit.libreoffice.org/2768
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-16  Andras Timar  <atimar@suse.com>  [b5f9f7c696e90ec2bc181a4c680a096f8330f214]

        Updated core Project: help  d9090a218a9ef58253a695bdb1369c48f4607409

2013-03-16  Andras Timar  <atimar@suse.com>  [1245e38282b7c4c66b3a613e8fc6f1dac556f500]

        Updated core Project: help  10e966a07438118c206acf6bc10a57177478ec51

2013-03-16  Armin Le Grand  <alg@apache.org>  [e6a3d1649ce331fd745957f7c0ea039ae27905a6]

        Resolves: #i119337# wrong get/setPropertyValue calls in SvxShapeText
        
        (and thus in SvxOle2Shape)
        
        Conflicts:
        	svx/source/unodraw/unoshap4.cxx
        
        Change-Id: I666f9f7cde22c16f44ce0b636313cfa721293c38

2013-03-16  Ariel Constenla-Haile  <arielch@apache.org>  [31ea9876fbb4b5a4faad94aff8ac914c2df9f266]

        Resolves: #i119460# Use localized strings on Data Pilot fields grouped by date
        
        Conflicts:
        	sc/inc/globstr.hrc
        	sc/source/core/data/dpdimsave.cxx
        	sc/source/ui/dbgui/dpgroupdlg.cxx
        	sc/source/ui/src/globstr.src
        
        Change-Id: Ie5e1fd473d2e2c58de7ed6eb0aeddb768668f91e

2013-03-16  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0ae470fd0205d8c28bf06c611026244f4c13ce09]

        Make some xml entries localizable
        
        Localization works only with en-US entries,
        others are ignored
        
        Change-Id: Iad8e82bf14535c98f311a8b6c2a94d6aeb1b1af9

2013-03-16  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [15a13bafccb96e6ab0cc5a23af6dd46715fa22c5]

        Get rid of generating temporary sdf file
        
        Working:
        1. Localize add header to po files.
        2. Executables append po entries to po files.
        3. Localize delete entryless po files and empty directories
        
        Plus a bunch of clean up.
        
        Change-Id: I58e300eaee4cee948203cc9d3e642ca9462d0d26

2013-03-16  Ariel Constenla-Haile  <arielch@apache.org>  [516118b515fb577b1cc40e4b8d7dc06919b64675]

        Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHash
        
        The framework module uses its own hash functions with rtl::OUString's.
        It can be replaced by rtl::OUStringHash.  The class
        framework::OUStringHash can be renamed to framework::OUStringHashMap,
        for the sake of clarity only (there is no risk of name clash because of
        different namespaces).
        
        Conflicts:
        	framework/inc/classes/converter.hxx
        	framework/inc/stdtypes.h
        	framework/inc/uiconfiguration/moduleuicfgsupplier.hxx
        	framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx
        	framework/inc/uiconfiguration/uiconfigurationmanager.hxx
        	framework/inc/uielement/menubarmanager.hxx
        	framework/inc/xml/eventsdocumenthandler.hxx
        	framework/source/fwe/classes/addonsoptions.cxx
        	framework/source/fwi/classes/converter.cxx
        	framework/source/uiconfiguration/uiconfigurationmanagerimpl.hxx
        	framework/source/uielement/toolbarsmenucontroller.cxx
        
        Change-Id: I5e6918bf973b0ca5501473341051782a0dd1a238

2013-03-16  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [33f39ca2826d09767078cc6f47b0cb572edb1f61]

        Updated core Project: dictionaries  26b7c425b0cecaad38249bfdc17b8d5cecee2670

2013-03-16  Armin Le Grand  <alg@apache.org>  [d43ae957000d20e34447501341b45a07b467fddc]

        merge getting XGradientStyle From GradientStyle
        
        Conflicts:
        	svx/source/svdraw/svdfmtf.cxx
        
        Change-Id: I05032df10af530b2b250845c8543ed0205535852

2013-03-16  Armin Le Grand  <alg@apache.org>  [bd55f05b332c1573bd410fd9e21ea7fcf977e1b0]

        Resolves: #i118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer...
        
        changed name to be the filename only, added code to SW to set Title and Desc
        
        Conflicts:
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/Package_inc.mk
        	svx/source/svdraw/svdograf.cxx
        	sw/inc/ndgrf.hxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/notxtfrm.cxx
        	sw/source/core/docnode/swbaslnk.cxx
        	sw/source/core/graphic/ndgrf.cxx
        	sw/source/filter/rtf/rtffly.cxx
        
        Change-Id: Id433031958529498441574dafe2fbd5261371efc

2013-03-16  Matúš Kukan  <matus.kukan@gmail.com>  [409ba4cc0b55e3dc1d3a08c2fb543bc59c4c0da9]

        libcdr: do not export empty ICU_CFLAGS
        
        Change-Id: Ib56864cbb9509135572322a274a727fb5fc7c97d

2013-03-16  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [2bded30459c47ae1017399536fc2a19af797e9a6]

        Remove RTL_CONSTASCII_STRINGPARAM from tubes
        
        Change-Id: If30e500ad751a220fcecd78cbf29a8e4dde08ff7

2013-03-16  Tor Lillqvist  <tml@iki.fi>  [0c7a741d320bf02ca2957b85739ee636bffc695f]

        WaE: comparison of integers of different signs
        
        Change-Id: I065c229be1e74c198e1d5bd8707898c14d7ee34e

2013-03-16  Armin Le Grand  <alg@apache.org>  [12dfca2ea61116665a7abefd43a9a4caa2b8920b]

        Resolves: #i119307# added deletion of sw's BmpWindow control...
        
        ...due to the fact that graphics may be transparent
        
        Conflicts:
        	sw/source/ui/frmdlg/frmpage.cxx
        
        Change-Id: I049cc5a6abf1a19ef181991bb1015e0708dc1cc2

2013-03-16  Lionel Elie Mamane  <lionel@mamane.lu>  [61a194fbc1bd2624d46ccd2d71e5f1422ef522f1]

        Revert "fdo#61725 workaround"
        
        This reverts commit 04651da19cbd755c2d9a7d399781433c05f9cb97.
        
        Change-Id: Icd78c2305b127d42a43bd7995d0952617e06db99

2013-03-16  Lionel Elie Mamane  <lionel@mamane.lu>  [fcc4b3c3ec005d5757339cef604f36cc7749434a]

        configure.ac: Check for mdds version >= 0.7.0
        
        Change-Id: I183d01d1884f67701523b88064b0dde6f496f67d

2013-03-16  Lionel Elie Mamane  <lionel@mamane.lu>  [04651da19cbd755c2d9a7d399781433c05f9cb97]

        fdo#61725 workaround
        
        Change-Id: I7d25f293020f366b20ddb9cade1854013857bed2

2013-03-16  Thomas Arnhold  <thomas@arnhold.org>  [fd17ba6a421acf63b3b959138bb572498d56d469]

        sc: translate some debug messages
        
        Change-Id: I0c741d2cda4568aef81a18788a764f3ef679660c

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f63423d58551b387dd9617c6c84719a95ee6d522]

        Revert "cleanup sqlflex and sqlbison options"
        
        This reverts commit b659d7c33fcacdbbef86557e78f071abf94bead2.
        
        That commit appears to have broken the build on Linux. Reverting it
        fixes it.
        
        Change-Id: I70d62c04e9fb284ed2c360c0976d0cbeafc2ddc2

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d02f456d02e1c92f6fa0a5402c18cd2409e43f91]

        Remove incorrect comment.
        
        Change-Id: I2b6773e0b8203d7781ac8037b5d51ebb5bba5047

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e595fb27c6ba64fd5112d4fd919067f0205ccffa]

        Actually unknown script type doesn't equal empty script type (0).
        
        Let's differentiate the two types.  A new cell starts with an unknown
        script type, whereas empty cells have a script type of 0 (empty).
        
        Change-Id: Id66857100ed213c5cfc37e48789448d94e97a5d2

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e022d9eb46f5de13306da4a61b9899c79cf6170b]

        ScBaseCell::nScriptType is no more.
        
        Change-Id: Ic523bc5f8bf2c678cb7cf2115848d16845d2eeeb

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [083c0a26ee765cb4753249178559ae84e12a7227]

        Accessor methods in ScDocument for cell text's script types.
        
        Change-Id: I23349ba6411bd74247e150f871f363b0eacda0a2

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [61dc77d7ecfdd72770d5b20db39e6c46cfdbd4a8]

        More script type handling.
        
        Basically I'm just following maTextWidths' call sites. Some things are
        handled differently though for script types, since empty elements may
        correspond with either empty or non-empty cells (unlike the text width
        array).
        
        Change-Id: If98bcb81e9048b24d75b2bc9fc972a7d74cbbf89

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86f704a2e984073c217dd549836bec9265afad58]

        Started handling the cell text script types. Still work in progress.
        
        Change-Id: I6af668894d61d33de6697fe45fce1515520d4bfa

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a9ec5f51e13adef2cc2d03e8073e9b6013598309]

        Unit test to catch the out-of-sync text width bug I just fixed today.
        
        Change-Id: I82d4199d7f8b7ba2dadb734a808dac53e845538f

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6b51a4e7a3f511fc1dce0b21fe7926d303e9afbf]

        Set up new container to store cell text's script type.
        
        Change-Id: I0330dea1b2f85a8ba12cb232ab8b4263607ba225

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7c6d50cbe5f4b78294d046299c153f2e4b50498]

        Actually these should be MAXROWCOUNT; MAXROW would be one element too short.
        
        Change-Id: Id0be194bef04a5f32e1624c6c6910db7ec3ddb36

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4adcb80e0a69e2d1724ecd7aad521c994e2303dc]

        Flush buffer before aborting; else we may not see the output at all.
        
        Change-Id: Iae5e604d6f947c8ab7853ef5cc2cfbe9566fea0c

2013-03-16  Armin Le Grand  <alg@apache.org>  [a1a0830d1ac3ffabbe35bd8a0264b64f1f7a9d67]

        Resolves: #i119601# support for transparency in PNG export dialog
        
        Added support for transparency in PNG export dialog and support for alpha
        channnel
        
        Conflicts:
        	svtools/source/filter/exportdialog.cxx
        
        Change-Id: I324bfd6a34803478bf17f113e015620056c90567

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [e8620b247dcba55f67ad7eaf63cfe5ac3831b187]

        fix conflicting types found by lto
        
        Change-Id: Icd1b5756e43aa17d8329d124765d75a4bbfaf327

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [b659d7c33fcacdbbef86557e78f071abf94bead2]

        cleanup sqlflex and sqlbison options
        
        Change-Id: I3f01636ef861828fdbe87e4057b6dc293ca63576

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [1b18d38fc2e82dccc80adebb5fee596d60064f99]

        regenerate pch
        
        Change-Id: Iaf0195a0c2ec3d6daa1e3c70d20dfa8de97b9647

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [cbd5b85dfa891914f2a799b9206308d02d5e4d52]

        move update_pch.sh to a more obvious place
        
        Change-Id: I379bfa8a8531c9ebc09d29ac789d70c8c5dafc79

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [1fda1581d8ff8e85a4fa0e73e5147fd6798895e9]

        suppress auto_ptr warnings
        
        Change-Id: I2486a2d0647e425e7607b0a7a56ea3bf130ed0e2

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [d3f62f190e454946ec6be518f6a440bb39b8f584]

        move libmspub to gcc-wrapper
        
        Change-Id: I44f1e53411e273575ebb97bf19c8a7a3ad2c313c

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [ca05c3a209af742b3beae1029b1eb1c92cec2626]

        move libmwaw to gcc-wrapper
        
        Change-Id: Icad437f4c5622e1cc631b91ecb20913893514ffc

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [7abc6baab1ce01011a0d3541c81216e2d6130ffa]

        move libcdr to gcc-wrapper
        
        Change-Id: Ic1e9c86e83f5896fdd90b3a66e392bfa2c4f77a6

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

        Fix build
        
        Change-Id: I7e0b7be9da04ff6055075b5c046f02c967bf59f2

2013-03-15  Armin Le Grand  <alg@apache.org>  [33b4c9938ddcf5555b55088531cce3f2493c1459]

        Resolves: #i119125# various actions implemented, clipping added.
        
        Esp hard was ImpSdrGDIMetaFileImport, but working now. Needed to hand-craft
        alpha addition for alpha in Metafile content and gradient of action. Also added
        better BitmapEx creation for convert to bitmap for draw objects.
        
        Conflicts:
        	svx/source/svdraw/svdxcgv.cxx
        	vcl/source/gdi/impgraph.cxx
        
        Change-Id: Ic6ac9fb3132dd122e16a5cd8f9c5ddd155ec9882

2013-03-15  Julien Nabet  <serval2412@yahoo.fr>  [e799a47983c6e9f0ff312124ebf8fbea1e336b66]

        coverity#738979 Use after free
        
        Change-Id: I843556f18542ac601fd7e16c6f51218ef913de31
        Reviewed-on: https://gerrit.libreoffice.org/2766
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-15  Peter Foley  <pefoley2@verizon.net>  [1ce6d6d4133865d9616e12228be2c04cbba1976c]

        remove unneeded patch after gcc-wrapper conversion
        
        Change-Id: I913f467478a5a600159d9e982a9dfddad04596ae

2013-03-15  Michael Stahl  <mstahl@redhat.com>  [2832da0f5982f6b5d6d96346a5db9460d59b7e2e]

        fdo#61952: add unit test
        
        Change-Id: Idef40ea4ad615fa5d09d2a5ed6eb3fe861f1b5ea

2013-03-15  Michael Stahl  <mstahl@redhat.com>  [4dc78aee9bcdb6ea5e9dc47ebb4a4b9e590c725a]

        fdo#61952: sw: fix left/right-only page styles and first-page
        
        - remove PD_FIRST and GetFirstFmt:
          This flag makes no sense at all, since there are no "first-only"
          page styles (while there are left-only/right-only).
        - instead add a parameter to GetLeftFmt/GetRightFmt to request a
          first page format, if such exists and is not shared
        (regression from 02a934d03b101ce463a232f9cbb7b43e684de37e
         and fa0f42bafbf24e9141ddee728b160b5ab47077f2)
        
        Change-Id: I4d50c2c0cc4f3cf231eacba891df22d0bcf6c4df

2013-03-15  Michael Stahl  <mstahl@redhat.com>  [859e94294bdfd8595c88dd7f14da09ead8b32a45]

        fdo#34800 sw: small cleanup
        
        Change-Id: I4ed8ed485a36e02755614bd59f91539fa1fb9579

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [4b4bcb1af57ee376a1185d3559202857d9777b69]

        Make the Xcode build of the Viewer app work when SRCDIR!=BUILDDIR
        
        Change-Id: I03dd3639841bf00d427b8d1b3db13f65f705724f

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [afce2becdd284c5353eb67155278e609c195e99a]

        For kicks, run the lo_initialize() in a separate thread
        
        Change-Id: Ie31bda8f1e035127d60b281cca9538d3e8803f9f

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [4158ae52fb4a0d1141637593c47aed3bb5378e7e]

        WaE: Werror=shadow
        
        Change-Id: I7f1bddbed85076f1c909d0d9f4ecdd1cda6f1880

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [5b554b4a03642611048f8ee2b10fecbf38c598ba]

        Updated core Project: help  f25d6a1081dd929a8872fcd9305b5f06355d3337

2013-03-15  Jack Leigh  <leighman@gmx.se>  [26b05cb792bde1052d1a85926e902e3b3dafdc89]

        various .ui fixes caught by linter tool
        
        Change-Id: Ic92ddc9550b33358a3bb0458b31a23f2c32fd46f
        Reviewed-on: https://gerrit.libreoffice.org/2763
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-15  Jack Leigh  <leighman@gmx.se>  [1b5898a3151097e85c768144e69ebb5601d5babb]

        first crack at writing a linter for .ui files
        
        Change-Id: I51fd2b426e3292647ca618bf867d22275d7ed4fd
        Reviewed-on: https://gerrit.libreoffice.org/2762
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [33587489ffff99b5aed9a3a3501cc0421500f602]

        add print preview to catalog
        
        Change-Id: I9e2ab2650f1bdb2aba88f8e501174964784c548c

2013-03-15  Armin Le Grand  <alg@apache.org>  [977a05ac719cd4876c1b65d9726615845edc99e9]

        Related: #i119125# Added MetaFloatTransparentAction handling...
        
        ...using primitive renderer
        
        Conflicts:
        	svx/source/svdraw/svdedtv2.cxx
        	svx/source/svdraw/svdfmtf.cxx
        	svx/source/svdraw/svdfmtf.hxx
        	svx/source/svdraw/svdograf.cxx
        
        Change-Id: I2223f86a63be80ecae91af0a6987ac587f07bc30

2013-03-15  Andre Fischer  <af@apache.org>  [55dd17942cde0a1dd50fb534cff415adbc0b6a5e]

        i#120055 Prevent crash caused by un-disposed secondary item pool.
        
        Conflicts:
        	svl/source/items/itempool.cxx
        
        Adapted to new pImp implementation. (erAck)
        
        Change-Id: I106f0dc41bc8f41d394d680fe89a8fee6a2f508a

2013-03-15  Eike Rathke  <erack@redhat.com>  [2ded844730e178b71183988e9078881a8c43dded]

        clarify logic
        
        Change-Id: Idc223daa6034b359ac62693ce8dfebed846d5789

2013-03-15  Eike Rathke  <erack@redhat.com>  [6c6c70df543dd34229c8ac98f39073ca3c3bcf4d]

        rename methods to something meaningful
        
        Change-Id: I92f5b3cb637b7cc6152d118505b69e762047f78b

2013-03-15  Eike Rathke  <erack@redhat.com>  [7c66e99f1d1f2e640157b079088aba35b33e0fc0]

        simplify logic
        
        Change-Id: I60726b445712cc15f8453812ce6313167314a8df

2013-03-15  Wang Lei  <leiw@apache.org>  [5c6dd7a8438f17f768c069f0bcc52d6420aa3e3e]

        i#119964 - Number displays different from MS with the same format code
        
        Patch by: Zhang Lu
        Review by: Wang Lei
        Conflicts:
        	svl/source/numbers/zformat.cxx
        
        Change-Id: Id1ce742dc829a7aa8056e3be50e315ea4499ecc6

2013-03-15  Julien Nabet  <serval2412@yahoo.fr>  [80fd82a6fbd2561d12a8f7d1aa82c435bf1e6aa4]

        coverity#736522/736523: Resource leak
        
        Change-Id: I13f3a71b675be950dedfebf5465f48257af10015

2013-03-15  Stephan Bergmann  <sbergman@redhat.com>  [df3cbe026f2d5b432283625fa30cc910c484abdc]

        fprintf -> SAL_WARN
        
        Change-Id: Ifab1415fafa93551d8bed1e77c38f04bec8d2eba

2013-03-15  Stephan Bergmann  <sbergman@redhat.com>  [27d02a348b987de0f1a9c2142724a46a03730cf5]

        Improve debug messages
        
        Some of those SAL_WARNs might actually better be SAL_INFOs; please change if
        they hit too often.
        
        Change-Id: I2a3b9bd485586b7878194f84bc734b54ce69bc06

2013-03-15  Stephan Bergmann  <sbergman@redhat.com>  [29c49b37048e550f4ba1d6af21c118c6b96a9288]

        compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s)
        
        ...broken with 2cbdaf677c0a1e88aa582c6a17b496dff61a78b0 "package: no more
        RTL_CONSTASCII_USTRINGPARAM in zippackage"
        
        Change-Id: I867b9be723d1fde374ade68355e6b66df3c19332

2013-03-15  Noel Power  <noel.power@suse.com>  [b279360e454a1025af3deeb145cb100c48b554af]

        unittest and test data for bnc#809017
        
        Change-Id: I3ccae692db44bb3ce41b371f0b511a9db7181bf4

2013-03-15  Noel Power  <noel.power@suse.com>  [c90373f98e91dba112bdf76d3bf223528845cdf0]

        detect follow-on default member of default member object bnc#809017
        
        Change-Id: I366c049fc342240081957b81d2f28bfcf8d4e331

2013-03-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5fbc90a6e277fc038b8c3a1c86360556dc9c0069]

        Template manager: moved the controls into a proper TabPage to avoid problems
        
        Change-Id: Ibff35bf24873a38c9a09d71fb3630a57e06f1a3c

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5874231b8a7fc790299e9129684271b5ca70410b]

        Turn off debugging and silence compiler warning.
        
        Change-Id: If2bfc9f346d7f2eee20caa30e1eb1f60d266ef90

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a78c5b9898f70ca0163501ae2b583a7cb76d51f]

        Oops the erase() method takes start and end positions.
        
        The second parameter has to be the absolute end position, not the size
        from the start position.
        
        Change-Id: I310ec52697d0521a82810889f6fe861471279645

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [431c4536ce58410d6dd3e199185bd128bac624ef]

        Better consistency checking.
        
        Change-Id: I096282ebb9a10d212affbab32aaa49ca1815b1a7

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [17be36299fd59babe10de164ef2c885c21ae3a54]

        Fix the text width array going out of sync when shifting row positions.
        
        Change-Id: I7b9c5554e38a25dd4ff6980e6ae0d1eff241a746

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [41afb3ecfa80e3afc907dcf77b8efd17e048309e]

        Delete cell segments using reverse iterator (as TODO comment said).
        
        This makes it much simpler, and less error-prone.
        
        Change-Id: I21dbe0d2bb4a71fc2ac738a5ffb03e4d959d91a5

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [feb5b164f6a371ee934049c89b3d02ca5308f68e]

        Don't forget to set text widths here too.
        
        Change-Id: Ieaa9bd0e4f8117e3bc7ceccc68d6f37daac61440

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d71e44e78333111a02818b903699188bc372b382]

        Move some of the code to local functions to make it easier to read.
        
        Change-Id: Ib7ca5c04ec057dbce958d580ad3b7d52d19ed21f

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b6d3e8f0cc1cc72d6b3f958957c4747b4839bcf]

        Reduce indentation level.
        
        Change-Id: Ia70d1dfde53e13e7d40e7cb8fa09dc401570aa93

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [927da98a2a4860f926968b4704e02d58d7cf0eea]

        Add integrity check after column cell storage is modified.
        
        Change-Id: I8d2bd7616e0428e4e881ef0dc1012c4973e636a9

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [632290663a9d2bc722ddfb96aec049d7362204d6]

        Call CellStorageModified() *after* the text widths get modified.
        
        So that I can put some integrity check code in there to test the
        integrity of cell storage.
        
        Change-Id: I0cc141ea74c27db1a014390b7abf807220e7be9f

2013-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ac77e31a54d0b0545ed039426405f2b0c96a6e3]

        Create skeleton accessors for cell text script types.
        
        Change-Id: I5408cdd87f06423a6bb287c855237878859da880

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [188042ad5230e912f3149cc7ea1bb836e084069a]

        restore enough of XOBitmap to do fore/back color setting on escher patterns
        
        i.e. restore the logic of setting the colors of imported escher patterns like
        we always did in the past. Stripping that out seems risky in the absence of
        definite test-cases.
        
        Change-Id: I16bbb451b053fd04a5154602f8f38ed799e21286

2013-03-15  Armin Le Grand  <alg@apache.org>  [c97aec0d2276901c20634abe53867f739f420f50]

        Related: #i119125# change XFillBitmapItem to work with GraphicObject
        
        Completely changed XFillBitmapItem to work with GraphicObject, removed XOBitmap
        class, adapted all usages (also the pretty old 8x8 pixel editor).
        
        All Bitmap fill styles will now accept transparent bitmaps as fillings in all
        variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as
        content for fill.  Backward means that OOs before this change will use a white
        background of fill with transparent, same as the fallback all the time when
        using a transparent fill.
        
        This is also a preparation to e.g. offer SVG or Metafiles as fill style.
        
        Conflicts:
        	cui/source/tabpages/backgrnd.cxx
        	cui/source/tabpages/tparea.cxx
        	cui/source/tabpages/tpbitmap.cxx
        	filter/source/msfilter/msdffimp.cxx
        	filter/source/msfilter/svdfppt.cxx
        	sc/source/filter/excel/xiescher.cxx
        	sd/source/ui/func/fupage.cxx
        	svx/inc/svx/dlgctrl.hxx
        	svx/inc/svx/xbitmap.hxx
        	svx/inc/svx/xbtmpit.hxx
        	svx/inc/svx/xtable.hxx
        	svx/source/customshapes/EnhancedCustomShape2d.cxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/svdraw/svdograf.cxx
        	svx/source/tbxctrls/fillctrl.cxx
        	svx/source/unodraw/XPropertyTable.cxx
        	svx/source/xoutdev/xattrbmp.cxx
        	svx/source/xoutdev/xtabbtmp.cxx
        
        Change-Id: Id838bfbacc863695d078fb3cf379d1c0cd951680

2013-03-15  Noel Power  <noel.power@suse.com>  [d2cccde341af33b72378f3e7b0e8dd9ff1cd5e65]

        follow patch for fdo#38385 attempt to detect rtl
        
        tbh this is somewhat of an optimistic attempt to swap start and end borders
        if needed. I am not at all sure though that I am dectecting the RTL-ness
        of a cell in the correct way. There are some comments in the code in any case
        that reflect my uncertainty ( hopefully they will be of use if/when some tweak
        is needed )
        
        Change-Id: Ic3099fbab08e46899ca311c81edbcad9bf5ab2a6

2013-03-15  Radek Doulik  <rodo@novell.com>  [f2d9db4ef951d04c63733b08dd8746c196dd5f05]

        implemented EmfPlusRecordTypeSetClipRect record
        
        Change-Id: I0778cf44a1f4e920e723c17c34f6de4f8eed2342

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [fcbd9a5c4b9ea2bcbb08dd86d164f0d075d6befb]

        Revert "Conditionalize call of ne_debug_init() using the SAL_INFO() mechanism"
        
        It won't work, ne_debug_init() will be called always (in non-release builds).
        
        This reverts commit b6f6c3a2ed19cc34cce5d19c32c921227165bdd0.

2013-03-15  Radek Doulik  <rodo@novell.com>  [ebebb309403498a9438a908a26248b05cc855879]

        ops, fix build
        
        Change-Id: If72f3c1e0d7a14779074d898c4d1eb0fe8f07871

2013-03-15  Radek Doulik  <rodo@novell.com>  [fa109b4603f06533a63ee19518c482a23976bfe8]

        implemented EmfPlusRecordTypeDrawEllipse record
        
        Change-Id: If8d7c210e437a041f3202c09f3d26d621b5af748

2013-03-15  Takeshi Abe  <tabe@fixedpoint.jp>  [079b16d044fffd05dc2402bbff4ab7d60635fa0f]

        sal_Bool to bool
        
        Change-Id: I74d02b86664263519b4758511d885e35a8c9a78d

2013-03-15  Takeshi Abe  <tabe@fixedpoint.jp>  [4a5b2c017509ff0ba5e4a2ae2c21621385e2952a]

        Remove unused code
        
        Change-Id: I3ec10c31139c369ff6950ada57ee3d3f4e8f2d34

2013-03-15  David Tardon  <dtardon@redhat.com>  [5b6d469612439f4ab7291273a1d3675ebcdf6d8c]

        WaE: unused variable
        
        Change-Id: I05d9fdd234374924c7876d2c123656495016b0ea

2013-03-15  Radek Doulik  <rodo@novell.com>  [cf6b2f0ecef2c23c24114ca1a1609a4a81ade8a1]

        implemented EmfPlusRecordTypeFillEllipse record
        
        Change-Id: Id9362d05ddae2066f2fa289640f447393d7cda84

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [b6f6c3a2ed19cc34cce5d19c32c921227165bdd0]

        Conditionalize call of ne_debug_init() using the SAL_INFO() mechanism
        
        Instead of #if OSL_DEBUG_LEVEL>0.
        
        Change-Id: I2329de4deff4687fb1249c47f2e24eaf6ea6a248

2013-03-15  David Tardon  <dtardon@redhat.com>  [5d4bff48932aff38e978bce2d360b4bf740327ae]

        fix deps for uno_loader_classes.zip
        
        Change-Id: I61ef0e13a38ebb82becf56ec8ae9e083571d2e53

2013-03-15  David Tardon  <dtardon@redhat.com>  [30534b091960bbbf9e949c2434216b2d656a14d8]

        fix deps for odkcommon.zip
        
        Change-Id: I06667cbb1fe24356bb24b7781258ef2c194f0e4d

2013-03-15  David Tardon  <dtardon@redhat.com>  [a4202d35235d409e81a7ae4768ace6c1aa80c8de]

        drop unused include
        
        Change-Id: Icda3d24a67c8bbe5aafcf5c917d0f930e534c6be

2013-03-15  David Tardon  <dtardon@redhat.com>  [5bff31eb5ded4384f8297a9267ac1d5ff0fb84af]

        add missing dep on sal/types.h
        
        Change-Id: I7c3df5e82e05dc494e05a15a5f64b9f25b034f74

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [48f45d36e2a0e9fbaaa4bd55e8ee4acaa9499072]

        Lock document that is opened for potential modification
        
        Part of fix for bnc#805901. (No locking of documents edited through WebDAV.)
        Seems to work, can it really be this simple...
        
        I am a bit unsure if any explicit UNLOCK operation happens, but WebDAV locks
        typically time out relatively quickly, don't they? And WebDAV implementations
        (often/always?) have the possibility for a user to force open a lock.
        
        Change-Id: Ia32d8b1517361f702b4f469d9f1aa17de6d7ba54

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [303cb25751373743b978a5da9c6c2d6d1d0dda3d]

        Resolves: coverity#705746 resource leak
        
        Change-Id: I379f8bd780f40169ed7c70c7c5a28277091b978e

2013-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa479a03390e9a779321fae26146cc1493cdf97c]

        Don't fail if the end of characters is reached after a field fdo#62299
        
        Change-Id: Ib5327fe5a88036f718f90cc0e05f287dc1573d03

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [cd98512fc4c1bf78bd49f674732811d828c5a2b1]

        SAL_INFO instead of OSL_TRACE
        
        Change-Id: I40a2e6ea708aa037172bc6e9f9882c88f1d486c3

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [6dc7dab6a80a2bc4cc347d144a9b9454a731e6a7]

        Use default set of root certificates, if available, when using SSL
        
        Part of fix for the WebDAV https server authentication problem noticed when
        fixing bnc#805901.
        
        Change-Id: Ic54c59bdadaf34cdba32949400d5da69712017f3

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [1f08c7cbe263dbbe6a7c08f5777b3268fa2f51a5]

        Turn on Neon lock and SSL debugging too (when OSL_DEBUG_LEVEL>0)
        
        Change-Id: I4acb7ab1aeba31bfeedd4dfbcd76d6bf517b8944

2013-03-15  Stephan Bergmann  <sbergman@redhat.com>  [1edb06dd25ced48233194ad1aabd887709240fbc]

        Tentative fix to make JunitTest_sc_unopai work again
        
        ...which started to fail reproducibly at least for me with recent commits, with
        
        [...]
        > checking: [sc.ScCellRangeObj::com::sun::star::beans::XTolerantMultiPropertySet] is iface: [com.sun.star.beans.XTolerantMultiPropertySet] testcode: [ifc.beans._XTolerantMultiPropertySet]
        > LOG> Execute: setPropertyValuesTolerant()
        > LOG> starting required method: getPropertyValuesTolerant()
        > LOG> Execute: getPropertyValuesTolerant()
        > LOG> starting required method: getDirectPropertyValuesTolerant()
        > LOG> Execute: getDirectPropertyValuesTolerant()
        > Method getDirectPropertyValuesTolerant() finished with state OK
        > LOG> getDirectPropertyValuesTolerant(): PASSED.OK
        > Method getPropertyValuesTolerant() finished with state OK
        > LOG> getPropertyValuesTolerant(): PASSED.OK
        > ValueChanger don't know type class com.sun.star.table.TableBorder2
        > warn:legacy.osl:19841:96:sc/source/ui/unoobj/fmtuno.cxx:197: lclResolveGrammar - unspecified grammar, using GRAM_PODF_A1
        > warn:legacy.osl:19841:96:sc/source/ui/unoobj/fmtuno.cxx:197: lclResolveGrammar - unspecified grammar, using GRAM_PODF_A1
        
        causing a SIGSEGV at
        
        > #24 <signal handler called>
        > #25 0x00002aaacd9b310b in ScBaseCell::SetScriptType (this=0x0, nNew=8 '\b') at lo/core/sc/inc/cell.hxx:104
        > #26 0x00002aaacdc86a9f in ScTable::InvalidateTextWidth (this=0x2aaad80d9e00, pAdrFrom=0x2aaacd16ac00, pAdrTo=0x2aaacd16abf0, bNumFormatChanged=true, bBroadcast=false) at lo/core/sc/source/core/data/table5.cxx:1200
        > #27 0x00002aaacdabb18a in ScDocument::InvalidateTextWidth (this=0x2aaad88a19f8, pAdrFrom=0x2aaacd16ac00, pAdrTo=0x2aaacd16abf0, bNumFormatChanged=true) at lo/core/sc/source/core/data/documen8.cxx:440
        > #28 0x00002aaacd982d94 in ScAttrArray::ApplyCacheArea (this=0x2aaad81d5380, nStartRow=0, nEndRow=4, pCache=0x2aaacd16ac70, pDataArray=0x0) at lo/core/sc/source/core/data/attarray.cxx:825
        > #29 0x00002aaacd9cdaa2 in ScColumn::ApplyPatternArea (this=0x2aaad80d9e00, nStartRow=0, nEndRow=4, rPatAttr=..., pDataArray=0x0) at lo/core/sc/source/core/data/column.cxx:450
        > #30 0x00002aaacdc638cf in ScTable::ApplyPatternArea (this=0x2aaad80d9e00, nStartCol=0, nStartRow=0, nEndCol=3, nEndRow=4, rAttr=..., pDataArray=0x0) at lo/core/sc/source/core/data/table2.cxx:2174
        > #31 0x00002aaacdad93ce in ScDocument::ApplyPatternArea (this=0x2aaad88a19f8, nStartCol=0, nStartRow=0, nEndCol=3, nEndRow=4, rMark=..., rAttr=..., pDataArray=0x0) at lo/core/sc/source/core/data/document.cxx:4204
        > #32 0x00002aaacdaddeef in ScDocument::ApplySelectionPattern (this=0x2aaad88a19f8, rAttr=..., rMark=..., pDataArray=0x0) at lo/core/sc/source/core/data/document.cxx:5232
        > #33 0x00002aaace0c46ab in ScDocFunc::ApplyAttributes (this=0x2aaad8910f70, rMark=..., rPattern=..., bRecord=1 '\001', bApi=1 '\001') at lo/core/sc/source/ui/docshell/docfunc.cxx:1267
        > #34 0x00002aaace268e02 in ScCellRangesBase::setPropertyValuesTolerant (this=0x2aaafa235fb0, aPropertyNames=uno::Sequence of length 97 = {...}, aValues=uno::Sequence of length 97 = {...}) at lo/core/sc/source/ui/unoobj/cellsuno.cxx:2933
        > #35 0x00002aaabc674df6 in gcc3::callVirtualMethod (pThis=0x2aaafa236018, nVtableIndex=3, pRegisterReturn=0x2aaad8b94820, pReturnTypeRef=0x2aab601513a0, bSimpleReturn=false, pStack=0x2aaacd16b240, nStack=0, pGPR=0x2aaacd16b2c0, nGPR=4, pFPR=0x2aaacd16b2f0, nFPR=0) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:119
        
        Change-Id: I4cf6386f903e2681033bd63005141f71feb13ad7
        Reviewed-on: https://gerrit.libreoffice.org/2740
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [22ffe94809374dc84b1417427c5ee8003f242a96]

        Related: rhbz#906137 g_module_symbol returned nothing
        
        for gdk_screen_get_primary_monitor but osl_getAsciiFunctionSymbol does the
        right thing
        
        Change-Id: Ibf1a17724a9393d95c4fbe0d26aa82148eea33a9

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [67aae198f80195e77bd62e7675a372312075b126]

        Resolves: rhbz#906137 slide show inverts outputs
        
        we go to some effort to determine the right value of ret
        and then throw it away and return 0
        
        regression since 4a7e3482912c90b73d6e12c82bcd9ce31975e3f1
        
        Change-Id: I652cfbe44fdab6560c1c8dc8fe25d6211b5357cb

2013-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [131a7db46ff9d59193bc3af0f714eb2d93fdd73a]

        Try to fix blindly Windows build
        
        Change-Id: I4bf2d72ba14f5293c2f9aa8eb3a34fedefa03939

2013-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [004d75eb0ca2fafcd623e112c5967fc4f883943b]

        Update the version information
        
        Change-Id: I3a3a8dbf5e15d3d3e882b1f7b9a17c6f985afd9c

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [0f47c848ed3183836f4d16629c8172c1c0503d54]

        various efforts to consistently apply HIG rules
        
        Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [306ebcbcf58f3c5ec065d94c8a9699db2a7c8d51]

        add extra custom widgets to glade catalog
        
        Change-Id: I3ec724037fae49e7e29115e5e4814c48a98e7c0d

2013-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [82b6c4884d7b2fbb3d45980785cebba7a159fb10]

        Add typedetection and configuration for MWAW based filters
        
        Change-Id: Icf489a49c547a93458aeef1c70ba699181a47c38

2013-03-15  Tor Lillqvist  <tml@iki.fi>  [07073a198a644d67579a00984aae208c79c4f92f]

        Use the system root certificates in Neon's ne_ssl_trust_default_ca() on Win32
        
        Fixes a problem that was noticed when working on bnc#805901, which is about
        documents opened from WebDAV (using https) not being locked (in the WebDAV
        sense).
        
        For some reason, at least in the 3.6 branch, I noticed that LibreOffice did
        not manage to open any connection to the WebDAV server. The error message
        "Server error message: Server certificate verification failed: issuer is not
        trusted" was displayed.
        
        Turning on Neon logging I saw the OpenSSL error code 19
        (X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN) passing by.
        
        Some googling turned up
        http://stackoverflow.com/questions/4103472/ssl-handshake-fails-with-a-verisign-chain-certificate-that-contains-two-ca-s
        . If I understand correctly, root certificates (which are the final ones in a
        certificate chain) are by definition self-signed.
        
        One can try this on Linux (or even on Windows, using the openssl command built
        as part of the LibreOffice built):
        
        openssl s_client -connect vibe.novell.com:443 -showcerts
        
        and see that it also displays a message about this "error": "verify
        error:num=19:self signed certificate in certificate chain"
        
        One can get around that by passing the -CApath option:
        
        openssl s_client -connect vibe.novell.com:443 -showcerts -CApath /etc/ssl/certs
        
        on Linux. There is no corresponding directory with trusted certificates as
        files on Windows.
        
        This tells OpenSSL where to find a list of trusted root certificates.
        Apparently when OpenSSL is used by LibreOffice it does not use the list of
        trusted root certificates that Windows knows automatically. This patch makes
        it do that when ne_ssl_trust_default_ca() is called.
        
        Change-Id: Iddbd3d61413aa52adbed3f9a0239a364e70668d8
        Reviewed-on: https://gerrit.libreoffice.org/2741
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1d1712c350861cc90b305cb5533b2913b030f494]

        remove trailing whitespace
        
        - as this is being quoted, this causes breakage
        
        Change-Id: I6834a3235ae2334a0d6f7df0f97dcde7cdc6a5d0

2013-03-15  Julien Nabet  <serval2412@yahoo.fr>  [62c5214272035f6c597a4c7636a8fe2e15ceede3]

        coverity#708921: Use after free
        
        Change-Id: I446fa717dfd11fc5d6045cb1e8dc3eaf8861262e
        Reviewed-on: https://gerrit.libreoffice.org/2738
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-15  Julien Nabet  <serval2412@yahoo.fr>  [b1231b5ed214d449347d69bc3d29616377655d20]

        coverity#705760: Resource leak
        
        Change-Id: I56c9c8307d6e5c3d119b9c894ef5122f448ef3f7

2013-03-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c0da80faaf1ee70b503b4a7bb437a51219259a49]

        fix "simplify copy"
        
        the second argument is a count
        
        Change-Id: I1b6d7db8ba3ac83ef0be091c25e28ad93375d432

2013-03-15  László Németh  <nemeth@numbertext.org>  [9ff5720b8aa993c24fe00f1e326c3cb80b2d8eb5]

        fdo#62360: fix word breaking in Writer for spell checking
        
        Change-Id: I0f23e9f7f076f3a82d1d5df92d9d4d3919fc816d

2013-03-15  Thomas Arnhold  <thomas@arnhold.org>  [72a3647e5c72d7065eda3b1925880790b8bca2f1]

        dbaccess: fix ambiguity
        
        Change-Id: Ib25a9eab4ff2b2ba078f18d21e5f697c4fd62460

2013-03-15  Gergő Mocsi  <gmocsi91@gmail.com>  [bdc374eadf3c5b2a752eb5ce3cb346939b0fb77a]

        fdo#38838, String to OUString in dbaccess
        
        Replaced String with OUString in module dbaccess/ui/app , and also removed RTL_CONSTASCII_USTRINGPARAM deprecated macro.
        
        Conflicts:
        	dbaccess/source/ui/app/AppControllerDnD.cxx
        	dbaccess/source/ui/app/AppControllerGen.cxx
        	dbaccess/source/ui/app/AppDetailPageHelper.cxx
        	dbaccess/source/ui/browser/unodatbr.cxx
        
        Change-Id: Ie385d44c328fb3f919d53a604d51640a334a1013
        Reviewed-on: https://gerrit.libreoffice.org/2386
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-15  Gergő Mocsi  <gmocsi91@gmail.com>  [59bc10eb4609c5729f46308becc5a3de893ac77e]

        fdo#38838, String to OUString, in dbaccess/source/ui/browser
        
        Applied fdo#38838 in dbaccess/source/ui/browser, +
        RTL_CONSTASCII_USTRINGPARAM removals
        
        Change-Id: I8a565cdae7fd9da1de05525c602ce011542ab4d5
        Reviewed-on: https://gerrit.libreoffice.org/2538
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbaad98be26889bd0e278093f95a14bdb13786b6]

        forgot the file
        
        Change-Id: I90a001b354810daefd6cd05ca96de4207eee15aa

2013-03-15  Thomas Arnhold  <thomas@arnhold.org>  [b0434a2a6d9bd4730710a19aec5ddbea83014809]

        simplify copy
        
        Change-Id: Iec5a960b0a6492b1e4690c31b9c2098248c23cfa

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff6c2e720ba3eb42636b0e7f2ad1981537658d39]

        remove some unnecessary lines
        
        Change-Id: I0a83769f19a38fd5c0421ba6117603517cded17b

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4517bb391afea870f856e030d8b1e5e8ee9364ac]

        first step for Insert->Chart From File
        
        This needs some tweaks but it looks like we are already able to choose
        the chart and import it. There are some more tweaks needed to handle
        internal vs. external data provider, errors, other components, ...
        
        Change-Id: Ib3e7f8bbf7b7f49b071d85120930624e2add91a7

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b327b0dc2724958acce6e1df1620c1a919ea6bf8]

        remove empty destructor
        
        the base class destructor is already virtual
        
        Change-Id: Iab38666fab3a8ef33e2fd1ee1c53754ef50f5481

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c07d31125a395727ebfb1d62d9b9008c74ca15ae]

        remove unnecessary ascii art
        
        Change-Id: If554782930a8cf35fa4366d8f92020f1c7b5cbd3

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70cfeaf1e2a0b4b741c6914e79c76e8c9f4430f0]

        let the translators handle these strings
        
        Change-Id: I240ab25258cb66786cd8882c8c4e1da5e30f8863

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a5c97a32f8b2464297fa7ca46cde0a51d7ba88f]

        fix indentation
        
        Change-Id: Ia2f7ccc2a9ccc888dfef5d5bf0cb366b1b3ba981

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b54ea0fb976d0dd322f833cab83afc1a12c5582]

        use a scoped_ptr here
        
        Change-Id: Iac59e450521b427c5ddb77cb944dd12ef4bb0cea

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff98426745b76fef17e78d75f9b18b26ebc69a74]

        initial work on an odc export
        
        We can now export a chart to odc when we are in chart edit mode from
        Calc. I need to add support for it to Writer and Impress as well.
        
        We can already open these files but copy&paste from the opened file
        fails. The next step is then to add a new menu entry
        Insert->Object->Chart from file
        
        Change-Id: I14d1702e79517e7319a1929de2be5501d375885d

2013-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca4d16429ab0d060b8e894fc6363b75ba82c80b0]

        let us pass this parameter by value
        
        Change-Id: I1430da4ee9ff87b1fb549a43115aa8fe41c76343

2013-03-15  Caolán McNamara  <caolanm@redhat.com>  [3ce6b70835762ef0cb21e5742c6744c7c2ad4aed]

        various efforts to consistently apply HIG rules
        
        Change-Id: I808d4b66dc6ae4395e32b42b46b234e6c470e75c

2013-03-15  Thomas Arnhold  <thomas@arnhold.org>  [7295d392ea3908c3a789ec8cf50dd91fc02299bb]

        fixes
        
        from b0cf3aba085373d84a55ef144b273a8a89d017af
        
        Change-Id: I03a7df23ea9838715304d0359536403af89bcfa3

2013-03-14  Christopher Copits  <ChrisCDev@live.com>  [3cafeddf42e128110bf69ce93af39658080d7c63]

        fdo#38448 No scrolling in mailmerge's create new address list > customize
        
        What changes I made:
        
        1. After the address list is edited, the scroll bar scrolls up.
        2. If all entries are deleted from the list, the scroll bar scrolls all the way up and is disabled.
        3. When multiple entries are deleted, the scroll bar is not reset to match the entries. Therefore, I reset the scrollbar in this case.
        
        Change-Id: I29f82256ad51fbd55a3f82400ca9d7875539e9ff
        Reviewed-on: https://gerrit.libreoffice.org/2454
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-14  elixir  <prashant3.yishu@gmail.com>  [b0cf3aba085373d84a55ef144b273a8a89d017af]

        fdo#38838: Replaced some (Uni)String to OUString in core/sc
        
        Change-Id: I4fa27b933c5b3cf2645b139bf6349b90f613feab
        Reviewed-on: https://gerrit.libreoffice.org/2735
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [36938e69d098c4e42d471963bc433dc914cebd57]

        Fix svl Windows build
        
        Change-Id: Ibb5a6bb612f08a91c078492244e62f4a58102e39

2013-03-14  Lionel Elie Mamane  <lionel@mamane.lu>  [dd4aa4debbb556117c9b9b9c755a9d9164d8dc25]

        update to newer libmariadb
        
        Updated to bzr/launchpad snapshot revision 40
        Solves:
         - missing symbols mysql_library_init and mysql_library_end
         - missing parameter "cipher" to mysql_ssl_set
        
        Change-Id: I0266fbfa0fca89eb665cf6320afa5fb0dbfd7c84

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [4dfbd5d06f80813688af46a5c10ea641e320fc2b]

        add in custom category widgets
        
        Change-Id: I68eea2cee58edc2e6ab164dcccf6a87b271a403a

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [8f645360196182cbd62161c98422acd0560e8eef]

        various efforts to consistently apply HIG rules
        
        Change-Id: Ia90000452551b57f644226f1ba4c5c9533b679a5

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [50c54587613d61fe0d6d7d83cc6e5523e2152aeb]

        Updated core Project: help  a3f08d3afbee18266371a23abedd41c6a31ff57b

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [252a2f00c8eda9d5eb10acb5df86f2d67478c26a]

        Fix build
        
        Change-Id: If7363af4ff336fe344f0449afa41bde09fc5f800

2013-03-14  Krisztian Pinter  <pin.terminator@gmail.com>  [d0c9ca0c1ec40af1ae6237de24e0a96891f4ad55]

        Updated core Project: help  a744928e0c3f187d52765684de7f2720a97be892
        
        updated help after .ui conversion for sd/source/ui/dlg/present.cxx
        
        Change-Id: I77382afa4143ced041d29c0467a6b7c2f250d864
        Reviewed-on: https://gerrit.libreoffice.org/2733
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-03-14  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [148c5451bae2d4edb9981baad66f78d2857ee038]

        resurrect svl/qa/unit/svl.cxx
        
        Change-Id: I44659688794436dd97ca5f72cfa969db889d1bc1
        Reviewed-on: https://gerrit.libreoffice.org/2642
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Julien Nabet  <serval2412@yahoo.fr>  [ccc8a44a21fbfb4e2b4cb659f4c515aeac795006]

        coverity#705747: Resource leak
        
        Change-Id: Ifc071261ce5697355b904fbd12272b27c04183e4
        Reviewed-on: https://gerrit.libreoffice.org/2736
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Julien Nabet  <serval2412@yahoo.fr>  [01311421166abcc5bd95f700bbf9ef96ec9e3cce]

        coverity#705748: Resource leak
        
        Change-Id: I3178b1301db389b76f514b5a2bf2d18dae78ae01
        Reviewed-on: https://gerrit.libreoffice.org/2734
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [990d3c7ecab5c394abebf914dd7f148d6323780a]

        we can now move the a11y relationships into the .ui
        
        Change-Id: I73109b04a86096f2025947a1f1f383ae69d355ed

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [044bebafcc8f09018171ea1bdc62466ab5fb1dad]

        add some more spacing here and there
        
        Change-Id: I1ee617dcc510c41e579ffaaf90f3d3a27971d0bb

2013-03-14  Krisztian Pinter  <pin.terminator@gmail.com>  [67c834aad2299ece8365bad2f30922e83dea78a1]

        converted sd/source/ui/dlg/present.src to .ui
        
        Change-Id: I92ab3ab57146524c1c70e6503261989df86dc22d
        Reviewed-on: https://gerrit.libreoffice.org/2732
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8ff584704aa7bb3ec50e735bf7d1ff9674a45cb0]

        Remove ambiguity for the windows build.
        
        Change-Id: I9b94281f7acd2223686508baa219b87c13838d5c

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [568044ae7245b94099bd5511e17babdc15f6ca62]

        Pointless nit-picking on coding style
        
        Change-Id: I54bd60c11a83feceb39557a82c62e290438dff80

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [23075c27b5cf99d8415a304f9ab151a73938edcb]

        Remove a local inline function that's used from only one call site.
        
        Change-Id: I73954b8a1de436b9c4881d803f4f33cff1b79c4f

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fa5473bb69ff04f362c1f0f14b112e533cfa501a]

        Unit test for the new column-based text width storage, via new iterator.
        
        Change-Id: Ibf1e254e34df98ad5c46a46252168787b07d161c

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e9a52f1591912ce8527da863f741625de5a2b4ff]

        Move TEXTWIDTH_DIRTH to globalnames.hxx.
        
        Change-Id: I648da6f2c43a10137c0834659022296883368dc9

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf82be72950eeea9a3de89154c3412adbed5bd56]

        We should exit the idle calc when the sheet changes.
        
        Otherwise the code would end up in an undefined state.
        
        Change-Id: I47f58698ac1eb94bf92ab7278bb7521d892ba340

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a13e3dc20908bad26b65606ce6efbfeb97fca55]

        ScBaseCell::nTextWidth is no more.
        
        Change-Id: I32368d39a21d44bef8ab7fe265077cd147a50024

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bcc703f2b6bdfd1321f2599faa51e387c9ad3174]

        MaybeAddExtraColumn() too.  This one is trivial.
        
        Change-Id: I0cd33c90bdb3c6b7cf48677140e3c66fa78caaba

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63ee16274ba64c803e38a3bfba6e5fc9e9d772b6]

        InvalidateTextWidth() now uses the new iterator.
        
        No more SetTextWidth() directly to the cells.
        
        Change-Id: I0a2aba63685ea1461b763e8d628052ecd4c71c25

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d4d282e342a014f0416b7d4b725d918558dab18d]

        Forgot to increment the iterator.
        
        Change-Id: Ica8c9be8a383879a509d90c6da6309d2eee4fe8c

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4c54749cfeca8703c8335a7310dbed24e8a9cf5]

        IdleCalcTextWidth() now sets cell text widths to the new container.
        
        No more direct access to ScBaseCell's nTextWidth.
        
        Change-Id: I5a0a5fd24555d9fa8e1de895f0f9d8b710cc8094

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8945bddcc9294dc839e046d2d8b6c6dabd8caeb9]

        First cut on column text width iterator implementation. Untested.
        
        Change-Id: Ic615e5645f1a89a4b1a60dc519eb79ff921203a9

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b086f0fa026a5bc794832e8457833379036e5440]

        Add skeleton files for the new iterator for column cells' text widths.
        
        To be implemented soon.
        
        Change-Id: Ifa72245f89635ac604c233197891fb67c8d99915

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1748c6896cfa96f5cfbe090df9f9bbf347848dd6]

        Some renaming of local variables...
        
        Change-Id: I27b5512d90eba0c0235d11d1b4f1c9cafc4bcce6

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [351536e40a6c822d95a87d851f5d3cce829e69a7]

        Reduce scope level.
        
        Change-Id: I28db9130864ac3408398834bfbbdeb904ca4948e

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df52ec007bb8e03be22caf5095ac214896ba2a73]

        A bit more re-organization.
        
        Change-Id: Ie722a910303ff8852c164ccc9ae256d52f4695f0

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [09b4e76d028686aad1a36830c71398b758121c74]

        Move the style sheet pool handling too.
        
        Change-Id: Ia24e2effa8d6200eb0e9ad5e30fb5c9a4d8dd670

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fd5f562ebc014ccf366bdf2e447e49b033e5e4d6]

        Move progress bar handling to the scope object too.
        
        Change-Id: Iff93958c5025e000f7e39eb71e3f91ff41db911a

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9a1524d6d62d6ef264e78977aab6bc8a385980c5]

        Use a scope object to avoid manual unwinding at the end of the call.
        
        Change-Id: Id2565dfa250b93ba4f70e596d6b66f3e5e55fb5f

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6c7fd2fcc5c9287e1d22d23c6291004f2dec297]

        Reverse the logic of enable / disable idle flag...
        
        so that true -> enabled and false -> disabled.  This is much easier
        for human brain to process.
        
        Change-Id: I51059ee9090610ad8455a072b165860527cd9d50

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51c449bc8765756c23054e9a1a8172603987024b]

        Use inline function over preprocessor macro.
        
        Change-Id: I08d83f274af1ce891235c2f24d5e4b697de19309

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2245288574ef77b09416872326b4543c82790815]

        I'm pretty sure this was meant to be unsigned.
        
        Change-Id: Id074e31542383f6a31181749d7d4a5219522d9e0

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e92ed1560e13c7458e24ed6c7edf7fb1438c0823]

        Annotate this algorithm & a few cleanup and one possible bug fix.
        
        Change-Id: Ifd101364119db7c30ba28e66b4a8b1320a54fe66

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8da9a9e6b32a0479bf9fad3624ad10f329e86c1]

        Turns out I can't really use ScColumnImpl.
        
        Because the column source files are split; not all source files had
        access to the impl class definition.
        
        Change-Id: Ic8cff0eeec3504660304be9f020c40bcd98cee85

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [68ba14727cd10c28e398f081587d14bbb2356669]

        Accessor in ScTable.
        
        Change-Id: Id29e746c799365c679e60f22f88bfbcb3dbdf693

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [08c7d4163ba1d9d9538b5082598a7d6267705812]

        Add accessor methods for text widths using mdds::multi_type_vector.
        
        We only use unsigned short and empty types in this container.  Empty type
        represents empty cells whereas unsigned short type represents non-empty
        cells.
        
        Change-Id: Id9b6e0941fdfabc48fc8bb2aa6479f466270381c

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [34847f1cf7538c333e9b8700eb4012ae358644a6]

        Re-order the header includes. Make sure column.hxx comes first.
        
        Change-Id: I9f93724c4e0b565a9148d0893feda9e82109bff7

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea33d30c4782fb7ea2aa4fd798f77be49f362e00]

        Let's start using impl class for ScColumn.
        
        No need to migrate the existing data members to it for now, but let's
        define new members in the impl class from now on.
        
        Change-Id: Idee66dae87beb4bb6efc9c7d7ffd658148ed887c

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7238505762a9198d92b108c794b43452191c5174]

        Add empty GetTextWidth() to ScColumn. Will be implemented later.
        
        Change-Id: I4df0719fee426ab5d54bfc2ac8fa4c37325906e2

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2f00e94bdaf42d84881c067debb1d3cd3fe1c60e]

        Identify all places that modify the cell array & call CellStorageModified().
        
        CellStorageModified() is empty at the moment.
        
        Change-Id: I9498b4d7819bba1778cbab644e7b46ce25d66ae4

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8f3d75184e52f4c379754f9965488aa4ff832f8]

        Redundant use of 'public' modifier.
        
        Plus added a new method that will get called whenever cell array
        state changes.  It's not used yet.
        
        Change-Id: I96719db0460bfb72d8dbe98a80a3880d8f279c33

2013-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [85b18e362b009676b8b9705481efb9c83f49823a]

        Update mdds to 0.7.1.
        
        Change-Id: I4c6e655641dcca192d4edd1edf5535d5dddcd3c1

2013-03-14  Matúš Kukan  <matus.kukan@gmail.com>  [63a13216e35228f8a703f9f5d5823fc23e03bb2d]

        mention cross-compilation for Raspbian possibility in README.cross
        
        Change-Id: I977764882080bd9c57dae2fc7bd473f70a0b4299

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [abccbae3d8376d7f8b79d517a758daeac08af003]

        SwFrmFmts: MSVC does stupid things with dllexporting templates
        
        ... so work around that.  Was triggered by new use of
        std::vector<SwFrmFmt*> in 1c22545edf9085b9f2656ca92781158b6b123db3
        
        Change-Id: Ibf2aa521c7561d3973c8293aacdf71353e6d65aa

2013-03-14  Luboš Luňák  <l.lunak@suse.cz>  [07e24bdca5ab941368e3e9facb94ac1b80690ace]

        __BYTE_ORDER was used without the relevant #include
        
        Change-Id: I4e4d10c1c82834608b14aae62f02e5859d10114d

2013-03-14  Eike Rathke  <erack@redhat.com>  [d965698e1010951450b508269add14dfdb9dfeeb]

        catch const &
        
        Change-Id: Ia1ee717922f82e2300d31741749964489b255c39

2013-03-14  Wang Lei  <leiw@apache.org>  [166db0df90f1a5443c6914f48848891fa8016782]

        i#119972 - Formula GETPIVOTDATA returns #REF! value
        
        Patch by: pengyunquan
        Review by: Wang Lei
        
        Changed SC_UNO_LAYOUTNAME to SC_UNO_DP_LAYOUTNAME to make it compile.
        (erAck)
        
        Change-Id: I109885d5b2dfbb95207699a7f28741bd347e850b

2013-03-14  Michael Meeks  <michael.meeks@suse.com>  [c44e6855a9148dda31d09ba4cbfc5cd7729b8199]

        xmloff: at least do something to test styles.
        
        Change-Id: I7982f162ef95a9f10501c860b6f19865bf34744b

2013-03-14  Lionel Elie Mamane  <lionel@mamane.lu>  [9d0e346d604a55126d0cb37c77b3d0b36a565582]

        spelling
        
        Change-Id: Ie56501b781920a0d568062806211abec7e755e00

2013-03-14  Ariel Constenla-Haile  <arielch@apache.org>  [a63cc778d1d09f49046f1e205557b08534fdc030]

        i119933 - make Basic FORMAT function work with non-ASCII text
        
        Conflicts:
        	basic/source/sbx/sbxscan.cxx
        
        Change-Id: I5b77231d1b09cbf32fa914f3d7b60d6e631e5870

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [96ef305d322ebf82e37ca8555a0b2573318a4fde]

        mdds: work around warning from MSVC which is a little too smart
        
        Change-Id: I26df48a24dbdd6e4363f5c08d87b6583a56da00e

2013-03-14  Michael Meeks  <michael.meeks@suse.com>  [79b0046ba0ea04867304c3bd9b27f0a182e2c2c9]

        remove legacy build.pl prj/build.lst files.

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [2968fbc470c32ac15d29b7c704c90e49b95d6658]

        spurious warning C4701: potentially uninitialized local variable
        
        Change-Id: I6da0eb82ad6175e8b7eb70affa5f7cf0b05252f7

2013-03-14  Eike Rathke  <erack@redhat.com>  [412956137043f15a38a9196f1ae8a32fe3b305f6]

        catch const &
        
        Change-Id: Ieac2188ead00d8e08b53835616a26e25e4be1e94

2013-03-14  Ariel Constenla-Haile  <arielch@apache.org>  [1441052007fca390313b721b4ff8b07bae9967a5]

        i119411 - Read/write RDF support on ODS file format
        
        Patch by: Tsutomu Uchino
        Review by: arielch
        Conflicts:
        	sc/inc/scerrors.hxx
        
        Change-Id: Idebf093b599b57cd0be4c871590db75c59c14dc1

2013-03-14  Luboš Luňák  <l.lunak@suse.cz>  [71124925511b5c36b3348e89692e25db7230976c]

        fix the non-intuitive OUString::replaceFirst() usage
        
        Change-Id: I98ffe293dbdc900f702d63ee3d3d58dec27b9f7e

2013-03-14  Matúš Kukan  <matus.kukan@gmail.com>  [df8673367a46b78e5abb35d89559bbc3e64b05b4]

        do not build registry's executables for iOS
        
        Change-Id: Ided79f8993a2fb2c261de0fc8a50d5cbf96b9987

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [51a18f9bbd0191936e5137f9fe86161e7d87c8da]

        warning C4101: unreferenced local variable
        
        Change-Id: I43a0a1dbe37eb76a3d89ace8222cd5f5e3357579

2013-03-14  Stephan Bergmann  <sbergman@redhat.com>  [112d3287a9424e0baaa8d956e6aff8932d48658e]

        fdo#54275: Fix GVFS UCP, so saving docs works again
        
        Similar to 8722f0e7ef690205d042c8a6b1fdf342a34ecbe1 "rhbz#895690: Make GIO UCP
        less brittle, so saving docs works again" the alternative, older GVFS UCP
        (--enable-gnome-vfs --disable-gio, as used e.g. in
        distro-configs/LibreOfficeLinux.conf) no longer works well in LO 3.6 and later:
        
        * For one, "getPropertyValues" did not work for non-existing files, just like in
          the GIO UCP case.
        
        * For another, creating the .~XXX# lock file uses "insert" with
          !bReplaceExisting, which apparently never worked for the GVFS UCP.
        
        Change-Id: Ie4dc032225697ff7b866a75327891c796d559392

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [6d2f041a6569671a98f42272b1798171af211c75]

        warning C4101: unreferenced local variable
        
        Change-Id: I61fb72e824a43d28756edfff7a6655443fe2ee82

2013-03-14  Jürgen Schmidt  <jsc@apache.org>  [b82ed78c88b368747be8baccda76733a3bdfe591]

        i#119870: Line transparency value is lost after saving as another ppt by AOO
        
        fix: export linetransparency attribute
        
        Patch By: Lei Debin
        Found By: phoenix wanglf
        Review By: jsc
        
        Change-Id: I56a589036d1e4e2399f5a1a94283ebd4ce2126f0

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [23a2f5fce5844b6590e474939f2e3f5f87aa5256]

        First step for a MWAWImportFilter
        
        Change-Id: I03f48d26a4bafcd82cb96b1b90a7f49f3ea433ce

2013-03-14  Andre Fischer  <af@apache.org>  [8569f74b898f3c82f338ee151d49ff30ad1e3035]

        i#119907# Numbering type now applied (almost) unconditionally.
        
        Patch by: Steve Yin
        Cleanup: af
        
        Change-Id: Iccf48a24cc947115524b1d92874386c1e2e0aecf

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [3dd2eafcab221b4c0ceea00a14745a7a57d01580]

        vcl: fix WNT only debug code OUStrings
        
        Change-Id: Ie864629499806d798ce4a4525c385bf1617b0160

2013-03-14  Stephan Bergmann  <sbergman@redhat.com>  [d8daca4f4a35649a179f0f28457cae9850cacf6f]

        Missing WNT --enable-debug String -> OUString conversion parts
        
        Change-Id: Ica20eacd95538fe37d08bf76c7b5a6717a7e8422

2013-03-14  Stephan Bergmann  <sbergman@redhat.com>  [082bdb41882533dd7bc2a20597d203c2ab8c0cfb]

        Make sure output dir exsits for xsltproc
        
        Change-Id: I79822e46a56b8ff65e3c806462fa1d93688c39d1

2013-03-14  Stephan Bergmann  <sbergman@redhat.com>  [b0bcadf62a631b6cce5a5188f8018f266e1b99ee]

        Windows oleautobridge depends on ATL
        
        Change-Id: I94b43b03f742da7c6c8cf2e6a60ed305c1395fa7

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [4cb17e88587cd303f60040a2c03cfd66d744a63e]

        tests cases for EDB-24743
        
        Change-Id: Iac75be70adbf611980605ef599d1c9ea9772eb2d

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [8ece1cd6d5cbc11759f62301de0ab800f0aa39d0]

        stray test .png left behind
        
        Change-Id: If0a0d61b58ecc46d5ba04951cd278d275fdf25e7

2013-03-14  Noel Power  <noel.power@suse.com>  [31305fe1288146bc17735f00dd16daf131afd475]

        move xShape def outside debug ifdef to fix build failure
        
        Change-Id: Ibfc75eade6982bd5375beea2ea2e282bd27d91ed

2013-03-14  Mathias Hasselmann  <mathias@openismus.com>  [0f972e94a2fcbc6b227a2ae7b5d435438f6dbdc1]

        Show LibreOffice controls in Glade's tool palette
        
        Glade didn't show any LibreOffice controls in its tool palette
        because the catalog didn't have any glade-widget-group element.
        This adds a XSLT script to automatically generate such element.
        
        A better version of the script would create separate groups for
        each module/namespace, but currently I have no idea how to do
        this with libxslt, as it doesn't provide fn::distinct-values().
        
        Change-Id: Iaa3e4b0471b58c48838e000e6d78a73b0c6a4bd3
        Reviewed-on: https://gerrit.libreoffice.org/2724
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-14  Jian Fang Zhang  <zhangjf@apache.org>  [d6e752d5ebfaf66d1c9b0694f9c8582311d6151a]

        i#113608#, memory leak in animations: newly exposed crashed problem
        
        Patch by: zhangjf
        Review by: Andre Fischer
        
        Conflicts:
        	animations/source/animcore/animcore.cxx
        	svx/source/svdraw/svdobj.cxx
        
        Change-Id: I305d5d92d064265edf108a5a34c948c610b4fdc1

2013-03-14  Michael Meeks  <michael.meeks@suse.com>  [b6e60d3eb5c21a98dfa86fde0bb695986058f463]

        remove redundant property handler factory.
        
        Change-Id: I458f8f4a9575c2afddcd4f4d2f9494bffd5ff127

2013-03-14  Michael Meeks  <michael.meeks@suse.com>  [678e35c4ac17219556ce0426043bd4ad905d5cee]

        xmloff: native code unit testing harness.
        
        Change-Id: I5b9133deea2aa7630752128128f1a222bef99eb1

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [533be98148ff40f6205e2ac3b489748cae14ef0d]

        restore incrementing time fields by area cursor is in
        
        regression from String->OUString conversion with
        tricky unsigned xub_StrLen of 0xFFFF for not-found
        > any found position, vs -1 for OUString for not-found
        
        Change-Id: I4a2babae085916a86cd1e60b74b4ea839dd8b87a

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

        Link only what one needs
        
        Change-Id: I953ee0e96f704e3900238751b29fa2ed6f4482e9

2013-03-14  Thorsten Behrens  <tbehrens@suse.com>  [29534bfb2efd71b1e0fbada3d3f8fdf5f062fb96]

        Remove some accidental merge by-products.
        
        Change-Id: Ic04832bf95fd425f839bd4f6a1390959f3c82247

2013-03-14  Thorsten Behrens  <tbehrens@suse.com>  [42f9c7f8364818e91c95cf3dae8ab9ae6f1b561e]

        More cleanup of pptx comment import code.
        
        - moved non-trivial code out of header file
        - replaced all std::string occurences with OUString
        - binned boost/atoi string parsing in favour of builtins.
        
        Change-Id: I872e18e33ae9b997e041b4ccc26f80e79b54052b

2013-03-14  Chris  <chris.sherlock79@gmail.com>  [d7093ec5942c0c40ac34e3b48bd12ca003ecc876]

        Remove rtl:: namespace, fix minor spelling error in comment
        
        Change-Id: Icd04bfa61209277c57afe313d679b253aa241b7d
        Reviewed-on: https://gerrit.libreoffice.org/2726
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-14  Radek Doulik  <rodo@novell.com>  [22f63477a3300d474c3d6832232b888f75c7290c]

        pass argb32 pixmaps from vcl to canvas, avoiding costly x11 roundtrips
        
         - fixes also problem with emf+ rendering for slideshow
        
        Change-Id: Icb894d3f37b29f23d3f267c944d827eefbf47fda

2013-03-14  Andre Fischer  <af@apache.org>  [87354e7fc1f63480bdef092047f912682bc7ac58]

        i#119478# Fixed application of transparency to table cells.
        
        Patch by: Lei Debin
        
        Change-Id: I3bdd190c40e2e58f53b7b4f58e99a1f9f19bf580

2013-03-14  Artur Dryomov  <artur.dryomov@gmail.com>  [04ab54f0c74ef0edcdd3ede3a5046a02f4bc90b1]

        fdo#60604 - fix Impress remote client speaker notes encoding
        
        There is nothing wrong with the current code, it is the Android’s
        problem.
        
        Issue was reported upstream:
        https://code.google.com/p/android/issues/detail?id=1733#c23
        
        Tested on Jelly Bean 4.2 and russian speaker notes.
        
        Change-Id: I85414abac233186484078637073b97562b81aad2
        Reviewed-on: https://gerrit.libreoffice.org/2723
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2f4d160bd6f4730c1597c11757efffc4173a17bf]

        Libcdr and libvisio need zlib
        
        Change-Id: Ie48c7305e7acca17d3c488a76e8fc47984c51679

2013-03-14  Caolán McNamara  <caolanm@redhat.com>  [18c1fa36b642cb82b070239b18e937236212e816]

        safer order of replacement
        
        Change-Id: I912dbb6eddbb91bd9d5e18fb169f498df692d0e6

2013-03-14  Michael Stahl  <mstahl@redhat.com>  [6594838457152b2fa53382ac11b383d2adc1f8da]

        gbuild: move MSC specific wrapper stuff to platform/
        
        That's where code conditional on COM or OS belongs.
        
        Change-Id: Id31378bcc840dc38aa4b64241f0d1ccc11a99792

2013-03-14  David Tardon  <dtardon@redhat.com>  [b986c5076c0489e690b07e289b67f035b545d04e]

        cygpath only exists in Windows build, 2nd try
        
        Avoid the $(shell cygpath) calls when not on windows. The error message
        is harmless, but it bothers me. I think gb_ExternalProject_use_autoconf
        (and the AUTOCONF_WRAPPERS definition) should be moved to
        gbuild/platform.
        
        Change-Id: Ia537c5dac682f93ce5efe5c54b97b3a257cb6136

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [95fe9541cabda703e56f2d36d2887d9c987cb197]

        Use "static" binding to mariadb client library
        
        Change-Id: Idece6e4fb6b806be7037d98c7d6ffe6a74f0b30e

2013-03-14  David Tardon  <dtardon@redhat.com>  [46cef4f2fa797aade35ea48f3e46159c6141fcfc]

        cygpath only exists in Windows build

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

        hackaround for assert
        
        regression since 1c22545edf9085b9f2656ca92781158b6b123db3
        
        Change-Id: Ia9aa06ed7fd0f31499226521fc5d6052b6d21704

2013-03-14  Andras Timar  <atimar@suse.com>  [ec67dd1db5eb718c9501d07719e533b8f5af8464]

        remove unused tools/fsys.hxx from pch
        
        Change-Id: Icc9c46014d9663aaa96cd17c515a343959a3d47c

2013-03-14  Krisztian Pinter  <pin.terminator@gmail.com>  [de99bcde8a66a410287c7fb9c4ae6d6c9b7f05a6]

        fdo#39445 writing out tools/fsys.hxx
        
        removed unused <tools/fsys.hxx> include from gengal.cxx
        changed file copying to sal version in htmlex.cxx
        rewrote OutputFile in rsctools.cxx
        very minor change in rsc.cxx - instead of creating an empty DirEntry
        	and getting its path, just used "."
        
        Change-Id: Ifd57d73847ff271bcb64b12a26a564acc051fcef
        Reviewed-on: https://gerrit.libreoffice.org/2680
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-14  Stephan Bergmann  <sbergman@redhat.com>  [c03448ddbb11d96e0c9985ddfaa4f2c5d6cd426e]

        Make liblangtag build for --without-system-libxml again, at least on Linux
        
        ...after 83d61d9f1b0c95de2cd1199d3f60be70dfa92bec "move liblangtag to
        gcc-wrapper."
        
        Change-Id: I5c9321bf4cafb5e6c1a078162ce3cc5f73540ce5

2013-03-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [16384a53f7fb5b3eeaaa6e624c7416f7e13b17d2]

        Code cleanup for i#120928 patch
        
        Change-Id: Ic46acc5207bab70f080c4eba5a8113de8376ad36

2013-03-14  Tor Lillqvist  <tml@iki.fi>  [e86e7e5c4bb6c4b6d28cf72671e69f42257fb924]

        Add sdfilt
        
        Change-Id: I992a563d3686e3c25ba7338fb7744ce9b5cf5859

2013-03-14  Artur Dryomov  <artur.dryomov@gmail.com>  [7ed6097396c6407840fc8b8a40b03f03e7573821]

        Change Impress remote client target SDK version.
        
        This change should remove compatibility menu button for modern Android
        versions.
        
        See Android developers blog post for details:
        http://android-developers.blogspot.com/2012/01/say-goodbye-to-menu-button.html
        
        Change-Id: I9152fa06558eabd633ad0c19174f45edddde2ee9
        Reviewed-on: https://gerrit.libreoffice.org/2719
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-03-14  Jian Hong Cheng  <chengjh@apache.org>  [1c22545edf9085b9f2656ca92781158b6b123db3]

        Fix issue #i119405: Numbering text style changed after importing the *.doc
        
        * main/sw/inc/doc.hxx
        * main/sw/inc/IDocumentContentOperations.hxx
        * main/sw/inc/ndtxt.hxx
        * main/sw/source/core/doc/docfmt.cxx
        * main/sw/source/core/txtnode/thints.cxx
        * main/sw/source/filter/inc/fltshell.hxx
        * main/sw/source/filter/ww1/fltshell.cxx
        * main/sw/source/filter/ww8/ww8par.cxx
        * main/sw/source/filter/ww8/ww8par.hxx
        * main/sw/source/filter/ww8/ww8par3.cxx
        MS Word Binary compatibility
        
        Patch by: Fan Zheng,<zheng.easyfan@gmail.com>
        Found by: Jian Hong Cheng,<chengjh@apache.org>
        Review by: Jian Hong Cheng,<chengjh@apache.org>
        Conflicts:
        	sw/source/filter/inc/fltshell.hxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        
        (cherry picked from commit ee3b12ab1d62faedcd2d62fcb8011b7454ea0474)
        
        Change-Id: I2f72969a54db53e6a51edcf3a3216647cec9424c

2013-03-14  Peter Foley  <pefoley2@verizon.net>  [83d61d9f1b0c95de2cd1199d3f60be70dfa92bec]

        move liblangtag to gcc-wrapper
        
        Change-Id: I4aefdc9475b7fbd4206d8d9862ca8d399360a37e
        Reviewed-on: https://gerrit.libreoffice.org/2717
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Peter Foley  <pefoley2@verizon.net>  [e6a877f8fb8bd0410431ea15891cc09748bd6a3a]

        move libvisio to gcc-wrapper
        
        Change-Id: Ia2efaa7d58fa2040f597e6a303a219892a710c1f
        Reviewed-on: https://gerrit.libreoffice.org/2716
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Peter Foley  <pefoley2@verizon.net>  [357ace566d4090b85c7c7b5d775c8b9eaaa76e5f]

        add gcc-wrapper
        
        Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da
        Reviewed-on: https://gerrit.libreoffice.org/2715
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [77cc0cb72f88806ee13682ac868b9e468a070400]

        Build thread-enabled internal libmariadb on UNX
        
        Change-Id: Ie0968b0802f5cbd9dc75906c4930586fb46d99ca

2013-03-14  Matúš Kukan  <matus.kukan@gmail.com>  [d4779887636fa9ab5b477f3436bcd3728a3e30ba]

        regmerge/regview seem to be part of ure, not odk
        
        Change-Id: I30ab642d5597153f1700bcf6e1b7647a736a347e

2013-03-14  Julien Nabet  <serval2412@yahoo.fr>  [28d2a0c162b477a013c7c51c19a94fb08b55b276]

        coverity#705733: Resource leak
        
        + Fix "if" format
        
        Change-Id: Iafd46d21e5b9ed21d7c7c338502d780be9f0c222
        Reviewed-on: https://gerrit.libreoffice.org/2711
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-14  Tor Lillqvist  <tml@iki.fi>  [1d559d9e386591551baec14ef5eae9bacf7a0d97]

        Add some comments
        
        Change-Id: I3cc92e3fe471fa92a9de339c7677d866e46ab185

2013-03-14  Muthu Subramanian  <sumuthu@suse.com>  [e581b9bd1cd06900efa27debbf073282b9d0908f]

        n#734735: Decrease pie chart's thickness.

2013-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [92a6bff0986bf3402102bf98a46215f7910470b2]

        -Werror,-Wunused-function
        
        Change-Id: I40e6d5b62eba6fb5cb5262665a6c15060345dd9c

2013-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [5624e43fe9530eaa297b75cbcba1d776a4cb6615]

        mark them as local
        
        Change-Id: I4b0085238305ac454c4adcf0bf1ba000d385467e

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [4949ae959c3e60d62af05b383197388c1d197441]

        convert footnote area page to .ui format
        
        this, for non-CTL/CJK mode, completes format->page in writer to dynamic .ui
        format
        
        Change-Id: I576eed5d39807eff3c3fa775f7c4f2445f1ce940

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [0c9f4dcd83ad82a11c4a5545a06912b4df716fa6]

        do not use icu-config when cross-compiling, except for MinGW
        
        It's not possible to run the executable for host platform in general.
        Just accept system version without checking it.
        
        Change-Id: I5ca3da1aca09b5bc3a6d25f0cdcb816f36498623

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [38d3e115c159f19f22de73ece1abe609d75a041e]

        vcl: make Region ctors explicit to prevent overloading desasters
        
        Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0

2013-03-13  Julien Nabet  <serval2412@yahoo.fr>  [913f175b321caf7a99957fd7c4dc536f4101ab53]

        coverity#704144: Resource leak in object
        
        Change-Id: I027028a7c6dc1a3eaa90e5b39d1a5d01122e02d4

2013-03-13  Urs Fässler  <urs@bitzgi.ch>  [f4a37ca9584d7b8fcbd7aaa80162edcfde3cd4ed]

        several translations and fixes for translations
        
        Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [10af6b399c3d3342a03a3031cf42779bc0d38c87]

        sizegroup got emptied accidentally
        
        Change-Id: Ic7314fe9a0ce352a9a5a502e5bf45636fbd14990

2013-03-13  Julien Nabet  <serval2412@yahoo.fr>  [6e29f56895cd38aa7dee85112370a7cfc0d24632]

        coverity#705732: Resource leak
        
        Change-Id: I926c3cbe25b7b4310d67a8f9e96b4a98e61b26e0

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [7b4cd4b1106afbca62b011501fa040690b861cef]

        build-tools: add helpcompiler's executables
        
        Change-Id: I3c8759f06c6a63ba5ede5d23606bfeb7704bc168

2013-03-13  Thorsten Behrens  <tbehrens@suse.com>  [83e1044d939285f90a3e1adbc67d1c4d08cb5c58]

        Cleanup pptx comment import patch a bit.
        
        This cleans up 856756ec77ac64d1caee6c1b80c3641d4e487b2d a bit:
         * add vim footer for new file
         * use UpperCamelCase for class names
         * use const references for parameter / bulk object passing
         * indent properly
         * don't mix private/public class members randomly
         * use customary exception object, actually handle the error
         * stick comment classes into oox namespace
         * use 'ma' class member prefixes where applicable
        
        Change-Id: I98021415331e62a8ee583ecfd27829f7dbfbc498

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [8131b3892a6d7b287075a3ccb50f947a63e42e33]

        vcl: targetted restoration of OutputDevice::PixelToLogic overload
        
        Add some code needed for commit 684c502ed0a6782fe1b9c7d7cd1911a4a88b543a
        This fixes the infinite loop that allocates gigs of memory in sc_unoapi test.
        The problem was that instead of PixelToLogic overload an implicit Region
        ctor was called.
        
        Change-Id: Iefcd453a5c6327964c219074239ac65be737da6e

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [e85105b5b13339f13fe755ee479c10ee19d54992]

        odk: depend on OUTDIR jar file if that is on classpath
        
        Change-Id: I416b5aac3afd636bb67f496fa061f9ff9db9bdf0

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [2b80ac59767fdb1d6bf5249e1e10f69237180aa5]

        sysui: remove non-existent imaginary extract_icons_names.pl
        
        Change-Id: I6f2f785f50a83789bc45b90747144eb030f7fe7d

2013-03-13  Xisco Fauli  <anistenis@gmail.com>  [40a0e22203c4426a561a84422a1dd06024465974]

        remove commented code
        
        Change-Id: Ib62d4513e27791a848594925392a45ec9ff13983

2013-03-13  Zhe Wang  <wangzcdl@apache.org>  [58b6a6161e7edd10d33fdb67510e7d68440128f9]

        Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format.
        
        * subversion/main/vcl/source/gdi/pdfwriter_impl.cxx
        []Change nXOffset value from the distance of axis Y between two points to the distance between two points.
        
        Patch by: Tang Meng<tmyl2010@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by: Tang Meng <tmyl2010@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>

2013-03-13  Luboš Luňák  <l.lunak@suse.cz>  [9a4fb0643e51cb89649000493e8c5dac5a306bc4]

        fix incorrect code alignment
        
        Change-Id: I71985c728ea4ecc415f76641dcf89c3cbce38248

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [54e6159aae3c5a84fe7c2a71e57bc8657145dfde]

        fix typo in JAVAINC for cygwin
        
        Change-Id: I926763620779c08bce658dc1c2a565823539dd41

2013-03-13  Noel Power  <noel.power@suse.com>  [56f30adffa34e2f645646048747e3110a275b072]

        make sure basic IDE cut/copy buttons on toolbar are refreshed fdo#30545
        
        Change-Id: I483469f0b76ade7fb107c6f4ae5c28a4b03877b1

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [da2c8c7d1789109fd4099731f2f0188c540aa94d]

        Resolves: rhbz#918938 crash in danish thesaurus/spell interaction
        
        Change-Id: I911fc382a8e4b895262dcd5ae5c67c4a81e6aad4

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [7cce1a450c4dd818e7b050313552d722a17f6c36]

        XubString->OUString
        
        Change-Id: I9e61476f833d409fabe5ae4452c7fff1fbbd74d2

2013-03-13  Lior Kaplan  <kaplanlior@gmail.com>  [c60c9d7de6f3cb89fc7e582d0ca173985ccc1a8a]

        Revert "Fix for fdo#58919 now the cursor/alignment is Right for RTL Table"
        
        This reverts commit 909d745baf9a5d071892d8c04874ff279a9a477e.

2013-03-13  Urs Fässler  <urs@bitzgi.ch>  [c1ba64c2d90dfe73eece410a86f630a0032d0ffe]

        translation and cleanup of comments in sd/source/ui/inc/
        
        Change-Id: Ib1d1be4364c56e5164afc631c614183f15e20644

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [4cce392ff4e85a425ffa5850de450efe2e4440c9]

        ops, only part of icu is for build platform only
        
        Change-Id: I530e2ba6eb8e51a7470cde665194428125b9d4fa

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [1d69d04cade67c8673db4ad4818fb529fb7e9f53]

        build-tools: use condition for Package_xmlhelp_xsl
        
        Change-Id: Ic5aede1186558b88065d6f3981dc1842bf11a53c

2013-03-13  Rafael Dominguez  <venccsralph@gmail.com>  [8d5c061cd66c2a0d41ceda7b61cacef1365f7c4f]

        Add a button to create a new empty folder in template manager.
        
        Change-Id: I13f77790f26c972bd74dac08c0cb8fd77b049dbf
        Reviewed-on: https://gerrit.libreoffice.org/2704
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9b080b47c69ed696cf0479be2f3acc030472cc01]

        At the end, this might be enough for android build
        
        Change-Id: Ieb68b5547ff2a66f752d546feced187557868cd6

2013-03-13  Eike Rathke  <erack@redhat.com>  [dde0dcd553b676abcb41eaf3f9f1bf797907e22f]

        resolved fdo#62278 test for LanguageTag equality resolving system locale
        
        Change-Id: Ic50c6d02a3feaf72060defa50766b40b5dec1cf7

2013-03-13  Eike Rathke  <erack@redhat.com>  [fb26196ce64979ab6dc6c82c0fbdeedb126a3433]

        added LanguageTag::equals(), fdo#62278 related
        
        Change-Id: I6471f8eaa46d9203c75569436b233a09fe337910

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [6ecfbf153a7c11c63d208630ac6a27064058099d]

        drop unused resources and toggle label to activate replacement widget
        
        Change-Id: I4a608c3b8163b9e171cd73dc7921d16e7dbfa3a1

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [7820e759ab083dd9a501e5bd0cd28a0dbea522ad]

        Updated core Project: help  23ab50363f88feb8045447a8b63e79b2e7b248fe

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [bdfdd054bd25714f9c52c974f22228bee4bfbe67]

        more subtle dependencies for cross-compilation
        
        Now we build only what we really need for 'build' platform - there is
        new build-tools make target.
        The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk.
        Also similar is done to some extent for 'host' platform using
        gb_Module_add_targets_for_build which is ignored for 'host'.
        
        Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [3909015f5dd1cbd18de80f38cd1fe675b7c59b7e]

        fix system python check for cross-compiling
        
        Change-Id: Icdf66eaed992e3b3e7c75c1082ac61c392c125d6

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [44dc1e84631b3abe7f1e01618ab6a4ab6a6244a2]

        configure: accept JAVALIB and new JAVAINC to allow cross-compile with java
        
        Surely this should be done better, this is only to make it work somehow.
        There is too much going on with java in configure to easily make this nice.
        
        Change-Id: I9212a2cecd16964d50d6ee0f848f5cd2935a7ca3

2013-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [994d9642851b830de12bffb653ab7bfe20d3ffb2]

        we don't need to build with java for build platform anymore
        
        Since 17b2ace79b86bd772d9eb48b9c4ad69c0713695c
        "filter: use python version of FCFGMerge"
        
        Change-Id: Ie66be9c126d0d1a9adf28abb6b399a5219bf4dda

2013-03-13  Ricardo Montania  <ricardo@linuxafundo.com.br>  [03c1f1732d738f57afee3d69e6a5f18d2eac5934]

        String::AppendAscii cleanup
        
        Change-Id: If9e57c77d39597db78739a7886d76ee0197f6461
        Reviewed-on: https://gerrit.libreoffice.org/2703
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [251200d25c6a53e43aa91055622b931d3b4ed738]

        don't jam numbers directly on text, leave a space
        
        ...for the "X characters at start/end of line" in the paragraph style dialog
        style-description entry when hyphenation is not default
        
        Move it into the resource string, that way translators have the chance to
        position the numbers in the right place of the string.
        
        Change-Id: I04217e27336bc032548645fc46a6daf58cccd0c4

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e8ab3350dd99c7cf284956b5d5eb9ee0358c84c]

        Ouch, hope the last one
        
        Change-Id: I53799932157342755c7cf6737ebcd19154166be1

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [c3d3b0220b322072c0fd731fe685587a46eef2d2]

        convert manage style page to .ui
        
        Change-Id: I42d08439c7aaf90ba2090012757c2ece88ba023c

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f453065a1be4f9031ef86a9f40231d400543b695]

        Could this actually fix android?
        
        Change-Id: Idd8f708f5f86b9e848f167e3544a3e8c9e53313d

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2759389def5f5cb671d57a28a4f7962374c76355]

        missing include
        
        Change-Id: I87c8cbacba48215a5bd6d7a530e32fa814d10b2f

2013-03-13  Noel Power  <noel.power@suse.com>  [9dcfc56c7cd76de237f45cf46448c14cfbb2f45c]

        Fix Set/Let mixup ( from String -> OUString rework ) fdo#60752
        
        Change-Id: I56f3e8b54d80f4575937f8515e8a8d9318353b8d

2013-03-13  Marco Cecchetti  <mrcekets@gmail.com>  [97e33446de29e217cd12746f6d0586ae6eb52fc2]

        Update JessyInk license statement after upstream change.
        
        Upstream JessyInk added optional MPL license to their .js
        files, mirror that change here:
        
         http://bazaar.launchpad.net/~hannes-hochreiner/jessyink/trunk/revision/122/scripts/jessyInk.js#scripts/jessyInk.js
        
        Change-Id: I2ea6c8f9d5b55e2c84db477784586891e932239c

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0df86f262b86dbf4dcd0cab9a7b915d9ef87e032]

        Trying to fix Windows build of libmwaw
        
        Change-Id: Ifca61a9254bfdddb568b14f0ee09d7c69736e4af

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [055c53a23e6d2db493d85579cf9fb8b91f52c63d]

        libmwaw: let this thing find internal boost
        
        Change-Id: I33eacf1a18c4bf72fa2dbf93c9ed6627586a3c3d

2013-03-13  Noel Power  <noel.power@suse.com>  [8b29f5cb0333c156154adc151a613a547fde4f8f]

        fix fdo#38385 - accept as valid 'start' and 'end' tokens for lineborders
        
        Change-Id: Ie092cc09c9c6e971c4f2020cb3b233ee350752ce

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ea8afc596675a9ef329195c868d63245adb086c]

        Trying to fix android build: regenerate with new autotools
        
        Change-Id: I37f3d9a97ee4df3b75eed3ffcf7740b3a608d029

2013-03-13  Armin Le Grand  <alg@apache.org>  [684c502ed0a6782fe1b9c7d7cd1911a4a88b543a]

        Related: #119125# Added usage of the ClipRegion for dismantling Metafiles
        
        to SdrObjects (ImpSdrGDIMetaFileImport) as good as possible with Metafile usage
        
        Conflicts:
        	svx/source/svdraw/svdfmtf.cxx
        	svx/source/svdraw/svdfmtf.hxx
        
        Change-Id: I41422696e97f919e618f7e385c68d4ac737a52c1

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [ec8d4b1d23e85cc27f1d08e1b1ed9c18e63f7a3c]

        gbuild: use zip --must-match to fail if input files are missing
        
        With the last "find" call to determine inputs removed, this should
        hopefully work reliably now.
        
        Change-Id: Ie725e29d0889ec40cefc961ff61b2cf29839fb66

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [5c57a102efb261975b89729e4e4042c5848af174]

        odk: remove the "checkinc" too
        
        This tests for problems that cannot happen any more since we now build
        the Zip file from the same enumeration as the delivered headers, so they
        cannot be different.
        
        Change-Id: I0aacb2b8b1b6f187674b3a16b0fe7cb474e1b8c7

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [bbe23a0137a0bb18beb94ba6754f24cf369f1dde]

        odk: remove pointless check that does a diff of $(OUTDIR)/idl
        
        Change-Id: I020c589ce2cf223b16c81087df3eb819569f1d8c

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [3f07029fc23923a290f94797a5d4b9b7276bca29]

        gbuild: refactor SDK packaging of IDL files:
        
        - UnoApi: stop delivering IDL files to $(OUTDIR)/idl
        - add ZipUnoApi to package IDL files for SDK
        - convert udkapi and offapi to ZipUnoApi and package them in scp2
        - odk: remove ugly CustomTarget_idl that uses "find"
        
        Change-Id: I8dc4e0e7d0dc51c1abf18f31bfe095760d3c2104

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [14574684dd8ccc04db94b10b331765ca5aa1d781]

        gbuild: stop using $(OUTDIR)/idl
        
        Instead, include directly from $(SRCDIR)
        
        Change-Id: I09df3da82eead897eb194ae55d1a092452f3cdb9

2013-03-13  Michael Stahl  <mstahl@redhat.com>  [b7d514f78b6588e49166694ce18626a98c4d5270]

        gbuild: UnoApiTarget: header dummy rules should depend on cppumaker
        
        Change-Id: I709a1554021efe6ec5face00266819448faeba17

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [ed740489ed39e0fc3ec43e3f3a1e6e9e366a2c5e]

        WaE: various warngs, e.g. unused argument, variables, ordering
        
        Change-Id: I551ccf9b098d7f916bd889dbc82d22c0dc5c63f3

2013-03-13  Caolán McNamara  <caolanm@redhat.com>  [866a9a57fedf92767f64fc9348722ce42e17cde4]

        remove aDescED which is always hidden and never used
        
        looks like it got replaced by FT_DESC over 13 years
        ago without getting removed, FT_DESC should have had
        the helpid associated with ED_DESC.
        
        Change-Id: I7aa0887d75b114ebc7c863920e0d58f71c3a7a31

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6980046ff927d5cb5a2d83dcd730eb7c3b9fe414]

        Some little cleanup
        
        Change-Id: I5b754441611224a0bf028a1a12b0b6d985df276d

2013-03-13  David Tardon  <dtardon@redhat.com>  [93c0baa1be2aad3d861324019ee4861ca2392fa4]

        deliver the right libs on mingw
        
        Change-Id: Icaf839ba851ca231de35526a002bc4a268f12519

2013-03-13  David Tardon  <dtardon@redhat.com>  [f8d5745ff6097dc8fe7f44e8e783b06b1d214aa2]

        do not escape too much
        
        Change-Id: Ia60a2522311ac7b9dc0ad1a65a79322a736f05c5

2013-03-13  Jian Hong Cheng  <chengjh@apache.org>  [83ba821c10392c08334f7d8d3775fe3e8d08f8fd]

        Fix #i120928: Import Graphic Bullets of MS Word Document
        
        * sw/inc/numrule.hxx
        * sw/source/core/doc/number.cxx
        * sw/source/filter/ww8/attributeoutputbase.hxx
        * sw/source/filter/ww8/escher.hxx
        * sw/source/filter/ww8/rtfattributeoutput.cxx
        * sw/source/filter/ww8/rtfattributeoutput.hxx
        * sw/source/filter/ww8/rtfexport.hxx
        * sw/source/filter/ww8/rtfexport.cxx
        * sw/source/filter/ww8/writerhelper.cxx
        * sw/source/filter/ww8/writerhelper.hxx
        * sw/source/filter/ww8/wrtw8esh.cxx
        * sw/source/filter/ww8/wrtw8nds.cxx
        * sw/source/filter/ww8/wrtw8num.cxx
        * sw/source/filter/ww8/wrtww8.cxx
        * sw/source/filter/ww8/wrtww8.hxx
        * sw/source/filter/ww8/wrtww8gr.cxx
        * sw/source/filter/ww8/ww8attributeoutput.hxx
        * sw/source/filter/ww8/ww8par.cxx
        * sw/source/filter/ww8/ww8par.hxx
        * sw/source/filter/ww8/ww8par3.cxx
        * sw/source/ui/wrtsh/wrtsh1.cxx
        
        Graphic Bullets Fidelity
        
        Patch by: chengjh,<chengjh@apache.org>
        Found by: chengjh,<chengjh@apache.org>
        Review by: Fan Zheng,<zheng.easyfan@gmail.com>
        Conflicts:
        	sw/inc/numrule.hxx
        	sw/source/filter/ww8/writerhelper.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        
        Change-Id: I7b00590a9f05da745678b5ba99b6f6f4e870d197
        Signed-off-by: Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2013-03-13  Armin Le Grand  <alg@apache.org>  [eceecd4a3806f64c2e8fb0a3bcdcc43e1384779f]

        Related: #i119125# corrected gradient rendering
        
        and added stuff to add Title and Description to primitives for later usage
        
        Conflicts:
        	drawinglayer/Library_drawinglayer.mk
        	drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx
        	svgio/Package_inc.mk
        	svx/source/sdr/contact/viewcontactofsdrobj.cxx
        
        Change-Id: I301c9f5f4ae0efc02d937cd3f56018e27c94a630

2013-03-13  Chris  <chris.sherlock79@gmail.com>  [cc22c25de9be13596960b8af6c6f40fc2e3fd27d]

        Translate German comments, clean up some whitespace
        
        Change-Id: I98c1ffcb404d63ea84ac68eb0087701976414ba3
        Reviewed-on: https://gerrit.libreoffice.org/2539
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [f4d4bb797b66908e9e45add4c94565576d8b6cf7]

        Revert "Revert "WaE: enumeration value not handled in switch""
        
        Nah. Apparently there can be even more different values for this field in
        documents which we should not handle, so using default: is wrong.
        
        This reverts commit 7bd108e7586bab6f1ae50b0a2ce9715d8df0fd49.

2013-03-13  Noel Power  <noel.power@suse.com>  [1dbd088e4fb9597b0e2f5e4c4db6ecf047d85da3]

        bnc#798309 inherit group style from parent
        
        Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c

2013-03-13  Vinaya  <vinaya.mandke@synerzip.com>  [856756ec77ac64d1caee6c1b80c3641d4e487b2d]

        Changes to enable display of comments annotations in pptx files
        
        Change-Id: Ibf7dc0c61dc46d1568abe47285662810f79410e7
        Change-Id: I965798cd3a539ab8deffcdf4a8e2c52c9e8e8fc1
        Reviewed-on: https://gerrit.libreoffice.org/2048
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [790a36d299f8470e07fc0af59960fccd637b31a6]

        Creating a libmwaw module for library parsing various old Mac file-formats
        
        Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb
        Reviewed-on: https://gerrit.libreoffice.org/2662
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [3ed31af5bbfdbd248d2c8fc483b8cacdf1da5251]

        Bin DOCUMENTATION OMITTED comments
        
        No need to shout. The lack of documentation is obvious anyway to somebody
        looking for it.
        
        Change-Id: I4f21661c8bff87170bc4e272da29f060eec0dda6

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [7bd108e7586bab6f1ae50b0a2ce9715d8df0fd49]

        Revert "WaE: enumeration value not handled in switch"
        
        I think the intent is to handle all the other values in that case, so just use
        a "default:" case then, instead of trying (and failing) to list all other enum
        values.
        
        This reverts commit 0451325ae7456da5812564428d73b0226606450f.
        
        Change-Id: Idda7f24c901364394be1859f2cd6598803799423

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [d1449a9b990bf054adeb66c2bab871ce396cca18]

        Bin pointless "DocMerge" comment lines
        
        Change-Id: I8eb2116b39929770f00e30d5ab9ca2c28c988e35

2013-03-13  Chris  <chris.sherlock79@gmail.com>  [bc7202aad393b17d0e2545001f7f869f683a7ec7]

        Remove RTL_CONSTASCII_USTRINGPARAM and remove rtl:: namespace for strings
        
        Change-Id: I7327cfe644cc7c948692dff66f416f85a4e4ae40
        Reviewed-on: https://gerrit.libreoffice.org/2693
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-13  Wang Lei  <leiw@apache.org>  [c26bae0b168acaa5702be43a9748457f5d0eafa0]

        Resolves: #i119943 Underline can not work with ";" in format code
        
        the semicolon will always be regarded as separator
        
        Patch by: Zhang Lu
        Review by: Wang Lei(cherry picked from commit 953b282dbb2552f89ec25455ec838f752abd6a2d)
        
        Conflicts:
        	svl/source/numbers/zformat.cxx
        
        Resolves: #i119943 Underline can not work with ";" in format code
        
        the semicolon will always be regarded as separator
        
        Patch by: Zhang Lu
        Review by: Wang Lei(cherry picked from commit 423e8bc4e684a0790765aa2898bc2843538bc114)
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        
        Conflicts:
        	svl/source/numbers/zformat.cxx
        
        Change-Id: I1112739fb27939a66d22f198ec9c3a34f383bd9c

2013-03-13  Stephan Bergmann  <sbergman@redhat.com>  [8722f0e7ef690205d042c8a6b1fdf342a34ecbe1]

        rhbz#895690: Make GIO UCP less brittle, so saving docs works again
        
        966d20e35d5a2be2fce6c204af5c156c3ead7063 "CMIS ucp: write documents back to CMIS
        server" had introduced changes to sfx2/source/doc/docfile.cxx in LO 3.6 that
        changed the exact commands that this code issued for UCP content nodes.  The GIO
        UCP was not prepared to handle that, causing saving of documents via it to fail
        with rather obscure error messages:
        
        * For one, docfile.cxx started to call "getPropertyValues" to obtain the "Title"
          of a non-existent content.  That lead to an InteractiveAugmentedIOException
          instead of silently returning a void value.
        
        * For another, docfile.cxx started to call "transfer" on a folder content whose
          URL did not have a trailing slash, so the code computed a wrong URL for the
          child element, resulting in various problems depending on context.
        
        Change-Id: I1a9c0c094f5320456940e3af4c802711828ab5ac

2013-03-13  Steven Meyer  <steven.meyer29@gmail.com>  [07c6e76749559614743ca11efc9dec265f7cfacc]

        fdo#60724: Fix spelling avaliable -> available.

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [0451325ae7456da5812564428d73b0226606450f]

        WaE: enumeration value not handled in switch
        
        So just switch on the integer value instead. Whether the missing enumerations
        can occur here and whether not handling them causes a bug or not, I don't
        know.
        
        Change-Id: Ib96b855739e8a1e92f72a88c3f6f106d86989d23

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [b125dd74a238242d2c2414f5d3d6c32bedf3cff9]

        Avoid misleading leading zeros in hex digit
        
        The hex literal 0x00000001 is a 32-bit unsigned int on all our platforms. Here
        it is being cast to a pointer,resulting in 32 or 64 bits. Using exactly eight
        hex digits with leading zeroes gives the impression that the leading zeroes
        and the total number of hex digits would have some significance.
        
        Change-Id: I75904dc4261c195dfaaf45aa3de729994da6d8dc

2013-03-13  Thomas Arnhold  <thomas@arnhold.org>  [94a5f6b6703d103d76a6954083ba25202506a5bd]

        fix mac build
        
        Change-Id: Ib7aa2ffd351e85e76c84cd03c2a3b31c6b2c87ac

2013-03-13  Oliver-Rainer Wittmann  <orw@apache.org>  [c083e0f22e2d5bcd7d3e686b18be5f415ffebdc6]

        #119952# - method <lcl_CalcAutoWidth(..)> - do not provide width of text frame inclusive margins, if text frame is in its formatting.
        
        Found by: Yan Ji
        Patch by: qiuhuaidong at gmail dot com
        Review by: Oliver-Rainer Wittmann

2013-03-12  Joren De Cuyper  <joren.libreoffice@telenet.be>  [868f3485126827f6baf7179d1c2c3c20812cac9b]

        fdo#34800 Comments added to footer are placed at the right top of the page.
        
        The problem is that the nodes in the Footnote and Footer are stored before
        nodes of the document body in the internal structure.
        
        Therefore I wrote this patch to check if the compared
        comments are in the Footnote or Footer.
        We don't need to check our comment is placed in the header
        because it is already the most upper node of the whole document.
        
        Test document: https://bugs.freedesktop.org/attachment.cgi?id=76038
        
        Special thanks to Cédric Bosdonnat and Miklos Vajna
        
        Change-Id: Ibcd0373110fde848dccf93ffe9100459c7cc64a5
        Reviewed-on: https://gerrit.libreoffice.org/2572
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Radu Ioan  <ioan.radu.g@gmail.com>  [a3d299e15526fdcbcaae269e33a83a9c0b187a5a]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        - replaced OSL_TRACE with SAL_INFO
        - replaced OSL_ENSURE with SAL_WARN_IF
        
        Change-Id: Ie30fbc9c720d8b93d6093e2c95f61dceea8aae2f
        Reviewed-on: https://gerrit.libreoffice.org/2651
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f92a5927052f1e96ed864dd6bc6326531db4fd1f]

        Polishing 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10
        
        Change-Id: I73334fca8429dc0ad4250ce638027fa52245dec4
        Reviewed-on: https://gerrit.libreoffice.org/2676
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [133fbbcbd3fa8fec3920b53f6b93f5d3c4779a35]

        solenv: remove versionlist.hrc
        
        Change-Id: Iddbfcacd17c1022293357ff5240ab7a52b1a390e
        Reviewed-on: https://gerrit.libreoffice.org/2677
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c7bcb98de0df8e18d4b97bd67a273c6685fee261]

        Oops
        
        Change-Id: Idc22c05ff2425702fb7a5ab25b3413f967238569

2013-03-13  Tor Lillqvist  <tml@iki.fi>  [46cb9a29823073e042ea9e1c065328faafc53b80]

        Copy the .apks where the daily build uploader will find them
        
        Sure, it is not "clean" to write to $(SRCDIR)/instsetoo_native/$(INPATH)/bin,
        but as long as the push_nightlies.sh script looks in instsetoo_native for
        .apks, that is where they need to go.
        
        This partially reverts commit b89ea45e5ba32589f69b9539851a51fbe2199a85.
        
        Change-Id: If1a0e50516f20c7571566a2cfa7e6a4b1dad30e4

2013-03-12  Zhe Wang  <wangzcdl@apache.org>  [ef23b47e887908161d980f3e6f6d321f18acca77]

        Resolves: #i120773 Numbering lost when saving or opening a ppt file
        
        * subversion/main/editeng/inc/editeng/svxenum.hxx
        Define some numbering types supported by MS ppt
        * subversion/main/filter/source/msfilter/svdfppt.cxx
        Mapping added MS numbering types to Symphony numbering types
        * subversion/main/sd/source/filter/eppt/epptso.cxx
        Export added MS numbering types
        
        Patch by: Yin Bing <steve.yin.aoo@gmail.com>
        Suggested by: Wang Zhe <kingwisemmx@gmail.com>
        Found by: Yin Bing <steve.yin.aoo@gmail.com>
        Review by: Wang Zhe <kingwisemmx@gmail.com>(cherry picked from commit 39e9cae1ac9b7944c9df0642a193b042a1b68266)
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        
        Conflicts:
        	editeng/inc/editeng/svxenum.hxx
        	sd/source/filter/eppt/epptso.cxx
        
        Change-Id: Ic8a9406fd1b58e5cec5c5adc28bf0190ccb87315

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [5908e9012491d53bba8670d37088e78153915e8d]

        Len() != isEmpty()
        
        Change-Id: I249c0cd072c51c07fddac730791468952a0757af

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [d20da2c6094df58235ee865d88f3ba9e9e76166b]

        Len() != isEmpty()
        
        Change-Id: Ia8ba54ec3a99e7d72a6c97fa4082f9e605b6575c

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [1125882c0963a592ffe5b3e99c013e10f3ea3d5f]

        Len() != isEmpty()
        
        Change-Id: I42151d1f406ad43fae3c720c5c2663789a23cf8e

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [0b226da01318ce4af7d7a58829ef6bb41d640f61]

        Len() != isEmpty()
        
        Change-Id: I56e29f20b4c4eaf73b98c1190040629ca36066e4

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [e04fd835296e6fbe56e3a539038198a993b9bc13]

        fix dbgutil build
        
        Change-Id: Icc541fdcf854a2e8f660c3d8c03448c5e8cb46f7

2013-03-12  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [26bb45921a2eac1da79ed7f53f5f39575b998f61]

        Translate German comments
        
        Change-Id: I0b386fd0c7cb0382fa3a5187389369966365b1fb
        Reviewed-on: https://gerrit.libreoffice.org/2691
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Julien Nabet  <serval2412@yahoo.fr>  [634baa8702df8050bba5b6f3dcff64047b328cfe]

        coverity#704143: Resource leak in object
        
        Change-Id: I6bf9fc6e65de857d4d05df0c7be64dc6ec38dc07
        Reviewed-on: https://gerrit.libreoffice.org/2686
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  elixir  <prashant3.yishu@gmail.com>  [a53f5933ea67cdc05695861fc15175c9451ceb3e]

        fdo#38838: Replaced some String with OUString
        
        Change-Id: I1a5f4acb22db42173f4489655f5e702c4cee7c1c
        Reviewed-on: https://gerrit.libreoffice.org/2675
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d2ffd0799fcaef0603b76984bf024ab1ba54b095]

        Replace XubString with OUString (vcl/ilstbox)
        
        Change-Id: Ia2cefe1649538d411ae858e21a3145ca01fff2ee
        Reviewed-on: https://gerrit.libreoffice.org/2690
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8905062428705cd9a321ec225ac32547712e3787]

        Replace XubString with OUString (dbggui.cxx)
        
        Change-Id: I080f6671eaa923790fd41d4ed9f147c44c721442
        Reviewed-on: https://gerrit.libreoffice.org/2688
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-12  Julien Nabet  <serval2412@yahoo.fr>  [b926b0af7cf769fb8a018ccc89d7169eb32d6954]

        coverity#705734: Resource leak
        
        Change-Id: I04eba87de232958650c649c6ec18acb6b699b0ff
        Reviewed-on: https://gerrit.libreoffice.org/2689
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-03-12  Xisco Fauli  <anistenis@gmail.com>  [58b8c60758cea0249735d8208bd3cd55759722fb]

        pywizards: make configset general
        
        Change-Id: Ia2d953166cac672fd9aa44e71d6486cb59df440e

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [ca6d048e81cd079e66f73db93c4758b4df53cc21]

        Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelper
        
        Change-Id: I7419a328012962b6b72d2596df034ff912fc12cd

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [4b2890453b2a9a99da3d690e6e70bffd711b6810]

        Removed RTL_CONSTASCII_STRINGPARAM in unodevtools
        
        Change-Id: I41ea9fe6fcac6cba0e12cd570b9971998717f401

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [413fe6c65a8dfbb5549da200f4523ef2347e11f8]

        Removed RTL_CONSTASCII_(U)STRINGPARAM in unotest
        
        Change-Id: Iba14ed093bcb97ac1f6996e62e6191cf09574bfd

2013-03-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [32ac07a9296ce2cfaaef57c177b3d88e75b28f23]

        Remove RTL_CONSTASCII_STRINGPARAM (unotools)
        
        Change-Id: Id6f9a357431a636c5982964452a0f067e884da96

2013-03-12  Michael Stahl  <mstahl@redhat.com>  [97346bdddf4c7f5bd156e60b83223bc547d5d6f5]

        Revert "There's no reason for these defaults in one constructor but not the other"
        
        The reason is that dbaccess_unoapi dbaccess.ORowSet fails with:
        
        lib.StatusException: couldn't set up test environment
            at mod._dbaccess.ORowSet.createTestEnvironment(ORowSet.java:479)
        
        This reverts commit 36caac0e029a3caf50cb27af339efd69008d414e.

2013-03-12  Michael Stahl  <mstahl@redhat.com>  [811462723bcf72591b5dbbf38cb760612bd6030f]

        qadevOOo: fix typo
        
        Change-Id: I00e90954f535d023b48a80d319563c43bd935d93

2013-03-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4613d78e6aceabafbc4dd066c7c0a55d728b6763]

        Updated mdds to 0.7.0.
        
        Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83

2013-03-12  Urs Fässler  <urs@bitzgi.ch>  [c4054a89e6805f5395df2dac879d2331cd5d0cf1]

        translation and cleanup of comments in sd/source/ui/func/
        
        Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b

2013-03-12  Urs Fässler  <urs@bitzgi.ch>  [f16d3484a723e33c6fee56f34ec00981f0dbd5af]

        Translation and cleanup of comments in sd/source/ui/docshell/
        
        Change-Id: I714b2d1ccdd5392a3ebc32788b203a8484c6cf0b

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [42bbe3a96ff4dfe4e2d34d522fd67c386a6c3647]

        Qt4.8 is enough for Qt glib integration support working properly
        
        Change-Id: Ifaec37040f81de2718506b1ed27c7b52e74c513b

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [6fbd87113576540ff42a03f4b08857bd066f9161]

        re-add support for KDE4 Qt+glib eventloop intergration
        
        The necessary build stuff was apparently silently dropped during gbuild
        conversion and never noticed.
        
        Change-Id: Ib1f530b92618a9d4f11c54818e984f737abaa283

2013-03-12  Eike Rathke  <erack@redhat.com>  [ba3f6551ce47c690267485f3f6f2b6004aae435c]

        maybe fix MacOSX build
        
        Change-Id: I5a3842e95e45ee80a2a3fb7954fb16878ad16907

2013-03-12  Thomas Arnhold  <thomas@arnhold.org>  [f965bc80986ecf8b5edd153cc8b072eddf916a03]

        fix merge conflict
        
        Change-Id: I015a0065a88022ad4ff93711f1faae2874ccf506

2013-03-12  Thomas Arnhold  <thomas@arnhold.org>  [a548924aece3dc99b2aa36b5c9b0fa52de9951ae]

        tempfile: Creating tempfiles in a given folder is not used
        
        It's always the case, that the default temp folder is used. aName and
        aRet are always empty, pParent is no longer used. So the pParent
        argument makes no sense anymore.
        
        bDirectory makes no sense without pParent and is apparently unused
        (always sal_False by default).
        
        The include of tools/tempfile.hxx in unotools/tempfile.cxx in not
        necessary.
        
        Conflicts:
        	tools/source/fsys/tempfile.cxx
        
        Change-Id: I9c53b263a640e53140a8ae8795181b1c5e43f26d

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [e75fba46b0080df4fb415bdefacf74a167b6cb6e]

        fix incorrectly applied patch
        
        Change-Id: Ia35a4dc3c199d94cdaaefe0c632e6f08050ae63a

2013-03-12  Ricardo Montania  <ricardo@linuxafundo.com.br>  [08b9817b778a64b63a83744ac8b309bbed743f00]

        Removal finished of CreateFromAscii
        
        Change-Id: I7bb590fef530c64adbe473cffa9e09b2e4507daf
        Reviewed-on: https://gerrit.libreoffice.org/2685
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [8563f011ab4001a77ff1dfaeb74abb5900b1a73c]

        update pch headers
        
        Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d

2013-03-12  Lionel Elie Mamane  <lionel@mamane.lu>  [404e5097a86325d36b17731fad568ca37839a67a]

        janitorial: typo in comment
        
        Change-Id: Idd62c2768a03f7aab8ff11165425f8c383653f38

2013-03-12  Lionel Elie Mamane  <lionel@mamane.lu>  [4178806bb010129f3b13b62825476666fe48ddcd]

        reportbuilder: make "Group on" not-"Each Value" actually work
        
        Change-Id: Id5d73f9aac48ebfb6987e5bf0df37e62f1817bdc

2013-03-12  Lionel Elie Mamane  <lionel@mamane.lu>  [36caac0e029a3caf50cb27af339efd69008d414e]

        There's no reason for these defaults in one constructor but not the other
        
        Change-Id: I62e9351a21b0519a3ef70c328f33e1b7f7427926

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [b1beaf3f7a7d332890ea3877b657cd014562cf33]

        Resolves: rhbz#920697, #i110881#, rhbz#623191 presentation not fullscreen
        
        Undecorated windows don't go full-screen correctly. Lets try and avoid using
        gtk_window_set_decorated and rely on gtk_window_set_role to get the WM to do
        the right thing.
        
        Change-Id: I0f9e9c26372ac50398fa69c404013e3035ed637b

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [7ac75351f16358fd0f9d83162eda25cca6de2622]

        mention that temporary edits in autogenerated pch headers are ok
        
        Change-Id: Ifafa5c8847dec80a3b80afc5e10044f9c1c8d48a

2013-03-12  Luboš Luňák  <l.lunak@suse.cz>  [2b26ac2efca151ce00af66db9a57eea351fbd947]

        do not require full path when passing a pch header file to update
        
        Change-Id: Ie1b0588cf6424e836f865cda9d4451aa0e1db32d

2013-03-12  Noel Power  <noel.power@suse.com>  [15366dbf24311734a8eae4fb7e7dadaeec12ee56]

        re-enable testStarBasic() & testVba() in for Windows ( macosx later )
        
        Change-Id: I9f7621fdadbff1c7b1b3d0fbadf43715327e39d6

2013-03-12  Michael Meeks  <michael.meeks@suse.com>  [ddaf31f183fe3f2fbf76c1b87eb5a943dc6d833f]

        liblibo: install test library by itself and install it.
        
        Also fix debugging with threads, find fundamentalrc correctly,
        make it headless, finally loads a document then exits.
        
        Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c

2013-03-12  Jack Leigh  <leighman@gmx.se>  [08b6643eda69c1d4fc8a0b1277ffdd65834d5f46]

        liblibo: test documentLoad method
        
        Change-Id: I7827a9b96e5a18b7f0b8b374a49ab96625d22d0a

2013-03-12  Jack Leigh  <leighman@gmx.se>  [f751be6fa0c097ad51e28a79fa91141bf3313d8f]

        liblibo: create XComponent for doc
        
        Change-Id: Ie07ac4a3e89a9a82a107612b81be18d3826c49e1

2013-03-12  Michael Meeks  <michael.meeks@suse.com>  [af969873cb01e44aacfa34623ce1f0d51a62c895]

        liblibo: better init code.
        
        Change-Id: I8757739960cb1c764a5a66bd67d34731e3dfbf31

2013-03-12  Jack Leigh  <leighman@gmx.se>  [07352f07ce40ef40e9b73fd05aa4f9c5eac38290]

        liblibo: move to C++ interface.
        
        Change-Id: Ie14a9446abd9524604feddf811d5373a26a30cbd

2013-03-12  Michael Meeks  <michael.meeks@suse.com>  [8887de72c184bec6225a952ec90433ae1b7a5b26]

        liblibo: create initial liblibreoffice.
        
        bootstrap libreoffice, start a dummy test-harness: can't use CppUnit
        or link to any URE / LibreOffice libraries.
        Change-Id: I855b640557f93959749e966a2d8e5e577fd84574

2013-03-12  Lionel Elie Mamane  <lionel@mamane.lu>  [6ea685090806a2a2f39b8d5ec6a749eaf9b1856e]

        janitorial: readability
        
        Change-Id: Iaab09826d79b0fbcd3104d33d1f159767a09921a

2013-03-12  Petr Mladek  <pmladek@suse.cz>  [230ef3980e88188e9929e36a83362ee7e3a28a7a]

        Package fonts to the fonts subpackage
        
        People were confused that for example LiberationSerif-Regular.ttf was not there.
        It was partly caused by missing entries and partly by missing comma separators.
        
        Change-Id: I6262d46d381bd5ef8e97cd55f367cc4d12c59907

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [4c4ae3fa173fe2b8f23b402d10a1bd9d9731da90]

        gbuild: correct instructions for running an individual junit test
        
        Change-Id: Ied3e6c042bc6cbdbfe0e9773d5c1e1de55141902

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [3790f56b2be9358815812bfad0b8098728a694db]

        times are represented using local machines time, bah, just check for am/pm
        
        Change-Id: I3f0f76884e62cc7ec151a890ff0dd10e75194e3d

2013-03-12  Jian Fang Zhang  <zhangjf@apache.org>  [3c1eba7314d3a0dae925cbe90e0cd98cfb79c81b]

        Resolves: #i119658#, some Chinese numbering formats not supported
        
        Found by: xiao ting xiao, tingxiaox@gmail.com
        Patch by: bjcheny, companycy@gmail.com
        Review by: zhangjf
        (cherry picked from commit 50eca22976c42014f5e2c53f4bf19e2e1d21ee62)
        
        Change-Id: If3f27764352b59fdb45bf84c4a0e604c9c844077
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2013-03-12  Petr Mladek  <pmladek@suse.cz>  [fad56362e61f6e0b5fe966d940e86779139d663e]

        Bump android remote version to 1.0.5+, version code to 7
        
        Change-Id: I65977c732a8f7e66898dd98964f89711114c0f7e

2013-03-12  Noel Power  <noel.power@suse.com>  [dfa7652da571066e7c69042d4893a5f483f56b0e]

        fix for fdo#62111 - don't count non-default empty rows as rows to repeat
        
        Change-Id: I075310ef63ab4eb666da2092d4be1c6f8d989b75

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [28b0168b4235040e5ef6dae9ffa400aaf9292e34]

        No namespace desktop visible or needed in this source file any more
        
        Change-Id: Id8174bd2bd50afa510ff60dcca63d8c560769f61

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [221b845d01fbb11d321b653e4f9676d7ade0d85f]

        Need relative path to where exithelper.h is
        
        Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d

2013-03-12  Andras Timar  <atimar@suse.com>  [4aaf614250d3752a665efcbb222fe8d4b6343168]

        typo: missing End after File gid_File_Pymailmerge
        
        Change-Id: Ib95b568fdbfc5c83f07c37ba7a9e31960b6e79fb

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [cf098d619a6ac5ea1499e05f7d9a71913eb2ed29]

        Related: #i120158# add a test-case for tricky am/pm escape problem
        
        Change-Id: I4905fb384694c3f1dadccc6d8513c9a050e3f67b

2013-03-12  Caolán McNamara  <caolanm@redhat.com>  [a67d0193ff3a4a317ca4a65045fcd2ae244560c6]

        XubString->OUString
        
        Change-Id: Ie2b0060155eaeb4c8979731dd4c62bc269f7c501

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [ecdd44e8f577e51e0208e9f421704a70041f1be8]

        Use symbolic names instead of magic literal constants
        
        We use tons of plain C-style #defines to give symbolic names to constants all
        over the place already, in headers used from C++ code only. So why in this
        rare case where the symbolic names for some constants actually would be needed
        from a C source file, too, here then we define them inside a C++ class?
        
        Change-Id: I45726fe42687779724c45a1e2b118cc7a1debcf1

2013-03-12  Andras Timar  <atimar@suse.com>  [0950bb5e9cb85265986435fe26906af9741f2854]

        fix packaging of Pymailmerge
        
        Change-Id: I7b11db0a7ee447db91b4dacff2f64428661d34f8

2013-03-12  Noel Power  <noel.power@suse.com>  [e0c9dffa7f29b10edefffbd4cfdda1f39114c1a0]

        disable splitcolumn tests that seems to cause problems on some tinderboxes
        
        Change-Id: I550141e0ada38d80bfac0a0a296bf3dd9116af71

2013-03-12  Stephan Bergmann  <sbergman@redhat.com>  [9b90d2801514a038f031d049a4b0f545f6faff42]

        fprintf -> SAL_WARN
        
        Change-Id: I835b1208bbb1b23b490ad6d7d9cbfc0e0aa79f1c

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [954611cdea0ae4b0dab4f241e580c4f61792dc8b]

        basic: make the makefile a bit nicer
        
        Change-Id: Ib606c0a9c84b35f4ab4b10dd7dc4dd82e85fcb71

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [12b6382ee9cd8f60ca0f1070940058b80cfcf706]

        l10ntools: these are not public headers
        
        Change-Id: Ia9630c1ff60a00cd8286e99f61aacd27891f65e0

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [7062b4e0dfcf09a00dea19e62d0aa6c07c2ec34a]

        configure: clean unused _FOR_BUILD variables
        
        Change-Id: Ie236bbe4122fa5686a8d4c6050b5e14f354a5bb3

2013-03-12  Andras Timar  <atimar@suse.com>  [6cab11aad8fa514cd27b49f095a41fc6110b15cf]

        fdo#59867 set correct LCID for Catalan Valencian in Windows installer
        
        Change-Id: Ie50adaf4f90bd39c1f1f07dc1c7076038473064f

2013-03-12  Thomas Arnhold  <thomas@arnhold.org>  [df8c41cceeca27ae49e9fa6b5cd64c65c8feb218]

        Revert "reduce some uglyness"
        
        MSVC doesn't like this.
        
        This reverts commit 84dc8e5b5504e5f54fba695d4338d022681d85cf.

2013-03-12  Stephan Bergmann  <sbergman@redhat.com>  [99c3b3b47c29ced848ecec034784bda3962cdc0b]

        equalsIgnoreAsciiCase is the one with support for literal arguments
        
        Change-Id: I5709858582c2f1048915658e05233b8b58493749

2013-03-12  Stephan Bergmann  <sbergman@redhat.com>  [f2d535b9f5478144047434cf97701eb505143b46]

        Keep concatenating adjacent string literals via juxtaposition instead of +
        
        Change-Id: I098a8d657ed5ac1976013e1ee370ef76ed2242db

2013-03-12  Andras Timar  <atimar@suse.com>  [73510ca8b343a0eac0b808abd000ff9e3735e212]

        sync packinfo with scp2
        
        Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a

2013-03-12  Matúš Kukan  <matus.kukan@gmail.com>  [e482672b5893cfd307d09a993fa83cb9be9aacb7]

        use system python for building if possible
        
        Also simplifies configure, hopefully without any mistake;)
        
        Change-Id: I5c6c53fbee06cd1ecccf878a5c080274bfd950c1
        Reviewed-on: https://gerrit.libreoffice.org/2563
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [5a2cfa677356f77cda15365dd9107ce503e11dd4]

        Abbreviate Rectangle as Rect, not Rec
        
        Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [3ce934bfc910af626baa985fa37f9a7ee08ad473]

        One more Rec->Rect in editeng
        
        Change-Id: Id30c005559631d4685aa00a6197fbc6c062dc624

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [eca1592a6d7ccd47aeeeb2457695728ae7053d63]

        Let's abbreviate Rectangle as Rect, not Rec
        
        (Rec is commonly used to mean Record.)
        
        Change-Id: I19f4611948510536b2db1e0142b52a7c0a35a60b

2013-03-12  Tor Lillqvist  <tml@iki.fi>  [02689c963644142a576325a646c560cf81819202]

        No member named 'equalsIgnoreCaseAscii' in 'rtl::OUString'
        
        Presumably what is meant is equalsIgnoreAsciiCaseAscii.
        
        Change-Id: I93b3ecaf948cc818f607541f1ff90a134a60cdf1

2013-03-12  Jian Fang Zhang  <zhangjf@apache.org>  [aaab3a79dfd762a64fa4c1d19dd29ae46c0b9dd0]

        Resolves: #i120017, filter button is not shown in merged cell
        
        Patch by: zhao shao zhi, aoo.zhaoshzh@gmail.com
        Found by: Yan Ji,<yanji.yj@gmail.com>
        Review by: zhangjf
        (cherry picked from commit bcf01fd794ec169aaf2a3f8b86f986ec60e5beb8)
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        
        Conflicts:
        	sc/source/ui/view/gridwin.cxx
        
        Change-Id: Ie8a529c697979cf75c303bddcaddd2776f5b8047

2013-03-12  Rene Engelhard  <rene@debian.org>  [3545b0398ef3516278c8ac7d55283ffdb7cc28b6]

        actually make new gid_Module_Script_Provider_For_Python being installed
        
        Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d

2013-03-11  David Ostrovsky  <david@ostrovsky.org>  [0c883eac1761bccbf0f8a120e8b971ccebd6be4f]

        module-deps: optimize dependency tree after library collapsing
        
        Change-Id: I251572564422f99f56021275afd6294e958bbff9

2013-03-11  Eike Rathke  <erack@redhat.com>  [d8dcfa0e5dbecf77c4d6a8d49caf61b339cf9b43]

        make forward replacement of $ work again, fdo#60259 related
        
        broken with 3bc5cb3c485d67f1ce0541d349d11637f52ebda5
        
        Change-Id: Id32daead9565493b615ba337fcbc1b2f9dd5bcfb

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [0af31660ea3c0ae3e9566c88d707e82e93dbb4af]

        sd: translate debug messages
        
        Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02

2013-03-11  Caolán McNamara  <caolanm@redhat.com>  [9d3df36463353bb8ec71cf35bd0bf5d79b5d3d66]

        Resolves: fdo#62154 propogate text language down to icu for locl
        
        Change-Id: I92f40d0a1e88b5cb0e6f07a1e6e4a8bd41cb8102

2013-03-11  Michael Stahl  <mstahl@redhat.com>  [4386a0dad2388270428f8489cea7f84485ca5143]

        xmloff: more README
        
        Change-Id: I951c5db621be2443961f5d2a1a0ca6a2684f8e0f

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [221c71c9c7a13374efdc28a81f7106246011c580]

        vcl: further fixes
        
        introduced due to 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10
        
        Change-Id: I9e3489be57fc8fe3cfcf753a11d926e79bcba3de

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [df6b4f98d3d87ef27b181c524131a8864f694caa]

        unotools: use return value of copy()
        
        Change-Id: I8eaa40197e2ea25d52af920e03b0fd0e32e94847

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [59b5ff75745d3c784b7b999605bf50090ee64d34]

        basic: translation of all debug messages
        
        runtime.cxx: Added some output instead of nothing.
        
        Change-Id: Ia25ae4b5fe8661a8a3ac317bc0562e1339640cd8

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1def535928bc9f74bfe4c52e714c3a5f55a26a05]

        svl: fix build
        
        some more conversions from 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10
        
        Change-Id: I95e4fdf190e1f92501f3ec6ea09017e0c7bffe4f

2013-03-11  Andras Timar  <atimar@suse.com>  [28db5d7f27f029f03fbc2be42d0c52efdf3d764b]

        Script Provider For Python has to be a in a separate module
        
        Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [dfc6c482bea5260b7c26ab0924551b47a5ff8f15]

        vcl: fix debug build
        
        Change-Id: I7212e456f395208b2f322c5ac21a97fd63277a3b

2013-03-11  Noel Power  <noel.power@suse.com>  [54d70501380f818fc928557590ed70e6f5a925f7]

        remove some rtl:: and RTL_CONSTASCII_USTRINGPARAM foo
        
        Change-Id: I68e2891999f306865d00b33fdfef3bc539a34e93

2013-03-11  Noel Power  <noel.power@novell.com>  [0f7798d86226d8e93fbd624283cd3558c7dd63fe]

        unit tests and data for bnc#805071
        
        Change-Id: I36fefa280ee922cbade676c951b753e632c9d8bb

2013-03-11  Noel Power  <noel.power@novell.com>  [d06f4577b52df5f390809850f26663e2e62d0ff1]

        bnc#805071 fix object assigment problems when default members present
        
        Change-Id: I6f7dfd369a36aff06f15b9a3affadb9d19787a9c

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bab961dd0a5abe985e2787aa789eae7a4d6cbbd9]

        Fix chart2 build
        
        Change-Id: Ia3eb1c1576034c1cbc93e9fb4e60d205a325b132

2013-03-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [065415b43d6ef4a5f06076861b67836f0f378c5c]

        Updated core Project: help  1c7b7c25446258b819ad5df2c157b78425058b26

2013-03-11  Caolán McNamara  <caolanm@redhat.com>  [0dd37cc76337d3e851f2270b08e0051dbdb366b1]

        Related: fdo#62154 correct font lang is a requirement for applying locl
        
        If the language of the font changes we have to throw away the "magic" cache.
        Otherwise we continue to use the parent paragraph style's font language, which
        isn't going to fly if we want to propogate the language down to vcl to give to
        icu to allow it to apply the expected locl tables.
        
        This is the fruit of an 8 hour debugging session. I hate writer.
        
        Change-Id: Ic32f7a223b527e702370d5d8b9f9ede59efd8a80

2013-03-11  Armin Le Grand  <alg@apache.org>  [ded39ea57b25617071012640cbaebaaf72a05744]

         #119989# Support relative 3D pie chart height when importing charts.
        
        Reported by: Yan Li
        Patch by: Yan Li, Tan Li, alg
        Review by: alg(cherry picked from commit 2b1cedbe547ea8f7979f91873dd6e602ebb08a7b)
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        
        Conflicts:
        	chart2/source/view/charttypes/PieChart.cxx
        	chart2/source/view/main/ChartView.cxx
        	sc/source/filter/inc/xlchart.hxx
        
        Change-Id: Ibc6f070021c79809c651ba789409a5fb5096c185

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [224fbad7ab4cbedec53910f05e2b4a71771cfec5]

        fix my previous commit (compareToAscii)
        
        Change-Id: I06885691c1fb3cfa0824f2ac1307ae4d9f3c9d40

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [7050fc44a7a02efdec005337ee9d286d27964e47]

        reduce some uglyness II
        
        NUMTYPE is never defined outside this header. So this complexity can go.
        
        There is no need to deliver nranges.hxx as there is only itemset.cxx using it.
        
        NUMTYPE -> sal_uInt16
        NUMTYPE_ARG -> int
        SfxNumRanges -> SfxUShortRanges
        
        Change-Id: I27027f9ec83ebf456bb545763954884d5de227b3

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [84dc8e5b5504e5f54fba695d4338d022681d85cf]

        reduce some uglyness
        
        As there are no other users of this files, those macros can be expanded:
        
        NUMTYPE -> sal_uInt16
        SfxXRangeItem -> SfxRangeItem
        SfxXRangesItem -> SfxUShortRangesItem
        
        Change-Id: I35361e0622a8787d938fc6c6745c4169ad6d909f

2013-03-11  elixir  <prashant3.yishu@gmail.com>  [7d1f4cdec307bb1e761bb5dd3d8231bba5833e10]

        fdo#38838: Converting String/UniString to OUString
        
        Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9
        Reviewed-on: https://gerrit.libreoffice.org/2586
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [c9d7427707ca36f60079833f53efd435202fe231]

        Unused bForce parameter
        
        Change-Id: I3081269acf9fa2c5bef01d96a84018271196f7b3

2013-03-11  Matúš Kukan  <matus.kukan@gmail.com>  [08914f9a3a0501c23ee21a7b363df814135c8b3a]

        oops, path to FCFGMerge.cfg is hardcoded in the script
        
        Change-Id: I87c5373748a03800a889eb29f1d203291dd87d85

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [05680f9d5881866629005c88b35dcf39e1488322]

        Fix previous fix
        
        Change-Id: I0eed9c3ece69af1fde2ab008c166875997a7c54f

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [c6dfb3825cad9c8f6f87f4afc8fdbc386919e640]

        rhbz#915743: Avoid potentially blocking autocompletion for non file URLs
        
        In theory, the logic of how SvtMatchContext_Impl threads are used to obtain
        autocompletion information could probably be improved so that long-latency
        scenarios would only block the ultimate closing of the dialog, if anything at
        all.  In practice, this is probably not worth it, as users likely do not expect
        an autocompletion feature for remote content, anyway.  (And previous commits
        like 260afe56fd6b2f34de8290f3cdb7d1df5b88f8a8 "neon commands cannot be aborted"
        make it questionable whether any remaining blocking upon closing of the dialog
        could be bounded in a reasonable manner.)
        
        Change-Id: Ie82b9a70285b30fe88cf4c40992710087e86815e

2013-03-11  Matúš Kukan  <matus.kukan@gmail.com>  [17b2ace79b86bd772d9eb48b9c4ad69c0713695c]

        filter: use python version of FCFGMerge
        
        Change-Id: I23124b919359c1217529724338b8d4906e051306

2013-03-11  Luke Deller  <luke@deller.id.au>  [77e21bb36a2cdaaa0f4049dee0d45c5b2325c6e9]

        Change definition of "dark" colour for fdo#61993
        
        - Increase the threshold for "dark" colours from Luminosity<=38 to
          Luminosity<=60.
        
          This makes LibreOffice align more closely with MS Word when
          considering whether "automatic" font colour should be black or white,
          a decision that is based on whether the background colour is "dark".
        
          Beware that this also affects other areas.
        
        - Fix the coefficients for GetLuminosity which appeared to be off
          by one according to the "Rec 601" coefficients for Luma quoted at
          http://en.wikipedia.org/wiki/Luma_%28video%29
        
        Change-Id: I0af1f77909713e3db5ea8ee98456146569679594
        Reviewed-on: https://gerrit.libreoffice.org/2601
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Krisztian Pinter  <pin.terminator@gmail.com>  [b0dec5f73dbfe2ca1db2fec6d3e84472f2b62a3f]

        Updated core Project: help  4337668c56b83d04649591820d2fb243537b7dad
        
        fdo#47011 added autosave help description
        
        Change-Id: I8a0233ef834f55c4cd701f1d7292ada184abff2e
        Reviewed-on: https://gerrit.libreoffice.org/2668
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        

2013-03-11  SJacobi  <Sven-Jacobi@gmx.de>  [a09e0137c11ce47f7d4fc598b19d18a7d8951bf1]

        pptx import:supporting FilterData properties:PageRange and ImportNotesPages
        
        Change-Id: I9da8455bb10e93f1ae6c4894d4f15ff7fbcdfa07

2013-03-11  Krisztian Pinter  <pin.terminator@gmail.com>  [8933f19100adbf9f2601db0f3ac67dd3b1887ef7]

        fdo#47011 autosave feature
        
        removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx
        fixed autosave feature setting "losing its value"
        set autosave feature default value to False
        
        Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9
        Reviewed-on: https://gerrit.libreoffice.org/2663
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-11  navin patidar  <patidar@kacst.edu.sa>  [68c3dfc3119a50ee9c9c6d65f4c656637152bbad]

        fix fdo#62143: set TEXT_LAYOUT_BIDI_STRONG flag.
        
        Change-Id: I19ed1874ff73c3a8002934fa3456d718e383c5d6
        Reviewed-on: https://gerrit.libreoffice.org/2664
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Takeshi Abe  <tabe@fixedpoint.jp>  [8d7474616b800e61538d57fd501e094c965a82a4]

        sal_Bool to bool
        
        Change-Id: I6b01c2f7ae6a7e77583d111373ddfdcb1246c641

2013-03-11  Rafael Dominguez  <venccsralph@gmail.com>  [aac44d9c424861814e81d18b75b6ef315762ccce]

        Ask for confirmation when deleting a template, fdo#61466
        
        Change-Id: Iaa499bfa5536d8df1d4e6d2aed3c350c588a0c46

2013-03-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [407b51db1831bb2cf21def88241323e35c612005]

        Remove RTL_CONSTASCII_STRINGPARAM (unotools)
        
        Change-Id: I2911e50ddcd007d80498b9d65efd14368ac3baca

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [0b4b37ac7bfe0a6177641f534df1afbb4a911059]

        MSVC fix
        
        Change-Id: I260aa919a618d0770afaa7e62d82f7f3873eb63d

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e4835a107c0c71fea9a25a10e8a39a5fb7fabfd]

        Declare MARIADBCONFIG precious, so that it can be overriden
        
        Change-Id: I585e57cc7eb15016374c284aa2295df0ebe799ad

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e736d50b920726eee85568257bed2001e6abbf2]

        Don't change the mysql/mariadb connector version
        
        Change-Id: Iaec9ca5ae588c2a82a823475fecde28519aa3b2f

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [01cb7bc8f480a5041e68184f38cb9f9acace1738]

        No need to copy any library from any path
        
        Change-Id: Iac0b88ea48b3ed7b989d38b0473f6993d899f430

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [e7bcea66a583f67095cb51c1a7a8ab0a49cb493d]

        Fix operator + ADL
        
        Change-Id: I141359a978d8547be157d4fba851506a9a1c9041

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [8d7cc6792aa84003e5f2e09c1f1baa7657de9621]

        css.beans.PropertyValue references css.beans.PropertyState
        
        ...so include the latter in isBootstrapType too, see
        dee53a32a9feba2021782db5762b5a9a034efae4 "Temporary hack around
        cppu_detail_getCppuType variants violating ODR."
        
        Change-Id: I613cf3d8699eccb149e0e1d31f4398a426ce0966

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6f2b78da216dd87376e9766a3041ddbbce5bf7e9]

        MAC does not have ulong, so don't use it
        
        Change-Id: I88708fdae8f0f7e26e2cc05992fa49b13ed96bd3

2013-03-11  Noel Power  <noel.power@suse.com>  [1a000b74be76483ec986e66d46603b693cca0927]

        now that vba import is fixed re-enable the subsequentcheck tests
        
        Change-Id: I757e4affaece0d2dc2c1d3174669afdc27d38da3

2013-03-11  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [84931eb8aeeb55a2570edb24f5c2d3409f9c2398]

        fdo#57950: Removed some chained appends from sw
        
        Change-Id: I5b78b4a8f2fc0fb0c4a67042ac4924e375c2d63a

2013-03-11  Caolán McNamara  <caolanm@redhat.com>  [8e0053560a92b5d96b3d896f680b0ef3ad647812]

        post writer test page conversion, remove unused ctor
        
        Change-Id: I67bce02ad32e9e35bbd94458a922352567af2ba5

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

        convert writer test tabpage to .ui
        
        Change-Id: I60349c3dd74774e1c5e6fe81d5cb78cf65756f6a

2013-03-11  Michael Meeks  <michael.meeks@suse.com>  [b5e6c7d278abd618ce79a7e0a37bda176bd65619]

        fdo#60604 - tag notes text as UTF-8.
        
        Change-Id: I535cdae8c742e5b260d73bd000f9354cfe04b854

2013-03-11  Borim  <borim7@web.de>  [b3c81cb3aa81fe00be78ee5c247e0addd3635fa7]

        remove remaining UTF bom
        
        Change-Id: I3a24a7af782f538cdfad4cc58328c5ab7412c2cc
        Reviewed-on: https://gerrit.libreoffice.org/2644
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Tor Lillqvist  <tml@iki.fi>  [494f9304086de829b0ab372b35c337bc50236f33]

        Fix fallout from 3137258e346a9c16b2e61747fd926a1e7d358d02
        
        WaE: expression which evaluates to zero treated as a null pointer
        constant of type 'OutputDevice *'.
        
        In this case, I think the code would have worked despite the scary
        warning. (By luck, as the sal_False got passed as a NULL OutputDevice
        pointer, and the following sal_Boolean parameter, which the sal_False
        presumably was intended to mean, has the default value of sal_False.)
        But better to make it more explicit which overload of Paint() is
        intended.
        
        But seriously, what good is supposed to come from the overloading of
        the function name Paint() here? Would it really be so horribly
        old-fashioned and C-like to use two different function names for the
        slightly different use cases?
        
        Change-Id: Ib397c8c1785320d3a9c0579a24f2c28ee4d22796

2013-03-11  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [32e593dc2da4266567cf80ee6bea7917e56572c7]

        fdo#57422 fixing scroll bar and slides position
        
        fixing scroll bar position and  slides sorter of  note view and slides if
        the interface language is RTL .
        
        Change-Id: I80b55dff621d6b994095ad7a4979bcca63371edf
        Change-Id: Ibc7c8992b8f177742dc52df2615a2d32a2a22713
        Reviewed-on: https://gerrit.libreoffice.org/2614
        Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Thomas Arnhold  <thomas@arnhold.org>  [937b63af3322f7f8b5e869b2c7431a2deaec3113]

        use startsWith() instead of compareToAscii()
        
        brain damage...
        
        Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff

2013-03-11  Stephan Bergmann  <sbergman@redhat.com>  [5c32ac5104e9cade52c8a373033644282de9ceff]

        fdo#60701: Properly quote shell parameter expansions
        
        ...and revert bogus c1f02657ccece20a1e5843c78115ffcb193eb459 "Fixes fdo#60701 by
        escaping uri-encode path correctly" again.
        
        Change-Id: Ic8a85f42e3781068c2aef3b6af23e0d992478d82

2013-03-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3a31375528ad3d9fc49f5ab3982e96c9e46fa7af]

        Make ComboBox::CalcSize to return the right width
        
        Change-Id: I83f5075281b2edd3f7a5e94709f0529d0c744ff8
        Reviewed-on: https://gerrit.libreoffice.org/2612
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-11  Peter Foley  <pefoley2@verizon.net>  [bda200348566da71ae7ec346108bc6a00c22bf12]

        add pch support to gcc
        
        Change-Id: I58c11477c1ce48185528db3a8013b5dccf3947c6
        Reviewed-on: https://gerrit.libreoffice.org/2653
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Matúš Kukan  <matus.kukan@gmail.com>  [4154006248513f488b4ca27345a721b9216ae264]

        build concat-deps as ordinary executable
        
        Change-Id: I6404472040f38c14ec7ca4a2c51be0d2f7f8199a
        Reviewed-on: https://gerrit.libreoffice.org/2659
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [b977c27383b36f511bcedc8cd48c160a1c0be514]

        fdo#57422 fixing scroll bar and slides position
        
        fixing scroll bar position and  slides sorter of  note view and slides if
        the interface language is RTL .
        
        Change-Id: I80b55dff621d6b994095ad7a4979bcca63371edf

2013-03-11  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [884e052395e4e28212d8f3744382713405d04eb8]

        Documentation to avoid a real use-after-free bug
        
        Change-Id: Ie8a4432b0a70703fbfe92480ad0608b659a887d0
        Reviewed-on: https://gerrit.libreoffice.org/2608
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Ondřej Smrž  <bionic@centrum.cz>  [b2a11dc9a1b7890d77314d0101004289088e6054]

        fdo#61421 Added line to prevent screenlocking during presentation
        
        Added line to xml layout to prevent locking screen during using this
        layout
        
        Change-Id: Ia2f71e67a3d09bacf1cb7e95dd05a2008129eb24
        Reviewed-on: https://gerrit.libreoffice.org/2640
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Joren De Cuyper  <joren.libreoffice@telenet.be>  [1272688c6001e160018dc2f64a0767730b18aca4]

        fdo#62075 Hierarchical filter hard to find
        
        See UX-advice http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-March/001898.html
        and comment on bug for approval of ux-advice.
        
        Change-Id: I0e3eb178eb74476edad6aad724e1ccc2a05662da
        Reviewed-on: https://gerrit.libreoffice.org/2638
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Christopher Copits  <ChrisCDev@live.com>  [38a022ce8b2698ef4535d3487326307928c5208b]

        fdo#57362 Cannot save document after editing footer background and border
        
        In HeaderFooterWin.cxx's SwHeaderFooterWin::ExecuteCommand(): after changes are made to the header's background, box, or shadow, I call SetModified(true) to signal that the document was modified.
        
        Change-Id: I2be5710dde9d7a6f5d4373484d52ece71c91cdd4
        Reviewed-on: https://gerrit.libreoffice.org/2654
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Rafael Dominguez  <venccsralph@gmail.com>  [1fe8c0140743d1f50c54e2898627608f6383ccf2]

        fdo#61394 Change Template Manager Accept button label to OK.
        
        Change-Id: Iffc0e55343f6da8acd921b944fcabdcaf6380dad
        Reviewed-on: https://gerrit.libreoffice.org/2655
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Joren De Cuyper  <joren.libreoffice@telenet.be>  [31d1748d6db7ca4da6302f3b09d2586ee2192d05]

        Minor improvements and UX-advice related to fdo#46718 delete multi style
        
        UX advice see: http://lists.freedesktop.org/archives/libreoffice-ux-advise/2013-February/001816.html
        
        Summary: only show a dialog when the user is trying to delete an used
        style. Also warn him this change can only be partly undone (for now).
        
        Change-Id: Ib95143fcd4c7543f518e0d7fd4ff46a127efca2a
        Reviewed-on: https://gerrit.libreoffice.org/2618
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-11  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [e047a967b0db8c61dc977b52f3876fc4e385ad77]

        fdo#38246 Comment control on Writer ruler feature
        
        It follows the directions from design team available at
        https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control.
        It misses some fancy stuff though (like animated/delayed highlight and fading border).
        Some work should be done with (svtools) Ruler also for a cleaner implementation.
        
        Change-Id: Ib065043d05fe56fbfe6d00e0bb654966f046129b
        Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>

2013-03-11  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [4ec9f68f25f1d75f63e57570eb24f30ebfcfe2b2]

        fdo#61458, index should be "flat"
        
        Change-Id: I46db120fc5e7d616cd4c9eadee7fc4c502569e86

2013-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [730df392f5c5424a46fcb360c21d34a04622eb9f]

        Do not try to dlopen a static internal libmariadb
        
        Change-Id: Ib624089418e22c050e951acc4c487572c7e0ea25

2013-03-11  David Ostrovsky  <david@ostrovsky.org>  [6f28efc2a8a559cc8c37aa883f4de0b59d4fc79c]

        fdo#61726: rename report-builder package to org.libreoffice.report
        
        To prevent future clashes with uno name space rename the
        com.sun.star.report package to org.libreoffice.report.
        
        Bump the version to 1.2.4.
        
        Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f
        Reviewed-on: https://gerrit.libreoffice.org/2578
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

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

        use approximate_char_width instead of GetTextWidth('X')
        
        Change-Id: I4c25b07c1c5d80b70b801fd61b711a00d5194c04

2013-03-11  Caolán McNamara  <caolanm@redhat.com>  [6f780d35330ac59cfd8fac5a48a3eeaa60e03a0a]

        various efforts to consistently apply HIG rules
        
        Change-Id: I780c83e28a6a2318ae5892e603aa8e5126deb926

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

        add glade placeholder for swuilo-BookmarkCombo
        
        Change-Id: I0a43f444ff131acfcf923fe4f62fef3a3e6a2c98

2013-03-11  Caolán McNamara  <caolanm@redhat.com>  [876f257249c5f61344d48cb9b0f82e41bca56143]

        XubString->OUString
        
        Change-Id: I5821a57bcdaa5984a1f5c824db21759d15faec60

2013-03-11  Armin Le Grand  <alg@apache.org>  [3137258e346a9c16b2e61747fd926a1e7d358d02]

        Resolves: #i118905# Changed EditEngine to be able to paint to overlay directly
        
        i.e. paint to VirtualDevice as well, not only to Window.
        Removed the no longer needed switch between buffered and unbuffered overlay,
        this removes the flickering white block.
        
        (cherry picked from commit 5ab32faf2426fa60f975d0b544cfd671cdc7983b)
        
        Conflicts:
        	editeng/inc/editeng/outliner.hxx
        	editeng/source/editeng/impedit.hxx
        	editeng/source/editeng/impedit3.cxx
        	editeng/source/editeng/impedit4.cxx
        	svx/inc/svx/sdr/overlay/overlaymanager.hxx
        	svx/inc/svx/sdr/overlay/overlaymanagerbuffered.hxx
        	svx/inc/svx/sdrpaintwindow.hxx
        	svx/inc/svx/svdpagv.hxx
        	svx/source/sdr/overlay/overlaymanager.cxx
        	svx/source/svdraw/sdrpaintwindow.cxx
        	svx/source/svdraw/svdedxv.cxx
        	svx/source/svdraw/svdpagv.cxx
        
        Change-Id: Ibf4fcba77b120187fbae2454d136d2acd74be119

2013-03-11  Laurent Alonso  <laurent.alonso@inria.fr>  [6874c25f98dcfe5116d96a1282c4231c3f2d623a]

        Improve lists generation
        
        Change-Id: Ie910ecb8db1d33c41f450e6c9f297138aa821eee

2013-03-11  Laurent Alonso  <laurent.alonso@inria.fr>  [d242c4a441964837e6a68343dfef9eb530fb41f7]

        Support some new parameters
        
        Change-Id: I22857f57822bff39ef5fcd576bd29e374f1aa819

2013-03-11  Andras Timar  <atimar@suse.com>  [09fa9ff842544f68f874e5b505b3e797c3767156]

        fdo#62103 only dict of the first lang code is packed into langpack
        
        Therefore we packed Aragonese dictionary into Spanish and Catalan
        langpacks, instead of Spanish and Catalan dictionaries.
        
        Change-Id: I6b7606b8d8f4f30cded583b96d9f9b5f2ef64e9f

2013-03-10  Stephan Bergmann  <sbergman@redhat.com>  [f3c618e46e92bc906de6452c2889cf8fb42a8015]

        Adapt to removed MYSQL_LIB
        
        ...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module for
        internal mariadb (work in progress)."
        
        Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb

2013-03-10  Lei De Bin  <leidb@apache.org>  [a2e964afc5187fc1e3b38720ec10ad9856b87020]

        Resolves: #i120158# fix Time format is different than MS Office issue
        
        Reported by: Yan Ji
        Patch by: Chen Zuo Jun
        Review by: Lei De Bin (cherry picked from commit a535dd7eaa71a599b92c04eb9c6bab7678c30eb2)
        
        Conflicts:
        	sw/source/filter/inc/msfilter.hxx
        	sw/source/filter/ww8/writerwordglue.cxx
        
        Change-Id: Ie93d3755dfd230cea1914a67974e717c825c07a7

2013-03-10  Peter Foley  <pefoley2@verizon.net>  [b56e53f1358ab48173aa8f17acc6d40352320d9c]

        update pch files
        
        Change-Id: I07c1acc9f9e788f1165b3e241008aa944485790d

2013-03-10  Rene Engelhard  <rene@debian.org>  [b6e4c0e532d0b3b3291fd4b106d207370aa014cb]

        another s/MYSQLC/MARIADBC/ - in RepositoryModule_host.mk
        
        Change-Id: I656281844c625bb9074ac2d5b7384eaf71d84e74

2013-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89331b3b4f3798d44ac8bfcf129b24ab8714a8dd]

        this method is now unused
        
        Change-Id: I53f216836f1d8d8ff185c90ccdeda018bbb5dbe0

2013-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecfe151546e3c0bcea71c949b9fa35a327d71969]

        changing the note handling was an error, fdo#55430
        
        Change-Id: I1c18f33af2a1199fd9c5e54c0b0c4b52702ca0f6

2013-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5e2405bbb81fe8700a11b015784649e29f8fe7f]

        reverts d2157548221e28d8f702cc81991f7aef198b523e

2013-03-10  Matthias Freund  <matti_lx@yahoo.de>  [d718d02c1e9f518c393fd9dd5a5c841dffacc696]

        Comment translation german-english in sw/source/ui/table/
        
        Corrections... :-D
        
        Change-Id: I486a0caac11786c8edb4dd8b6099771db075a336
        Reviewed-on: https://gerrit.libreoffice.org/2625
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-10  Rene Engelhard  <rene@debian.org>  [d335638ea6a5ac4e3e276bfd9d704dc320bbd211]

        oops
        
        Change-Id: I05efc60a6108a899db006df3a8c43bdec9c5850a

2013-03-10  Rene Engelhard  <rene@debian.org>  [7011fc2c1ddf2a0780d6441b4c5830be2aabc64c]

        more s/MYSQLC/MARIADBC/ to make mysqlc actually build...
        
        Change-Id: I286c2100c33371d5ed1ac0be3ae6393dabe6c4ef

2013-03-10  Rene Engelhard  <rene@debian.org>  [ea5909eb57e83946c4beca6cd2234f99f118f18e]

        adapt config_host.mk.in/scp2/mysqlc to MARIADBC
        
        Change-Id: Id60fc25405a3879e64bd5f2ff637c655ba7dfc78

2013-03-10  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [9fd65685560b4fb8dcd4c05f5ff53c64db831f61]

        Add back subsequencecheck targets accidentally removed ...
        
        ... in c95e3fb64695cedfa40bfe5472879ee8a692d73f
        
        Change-Id: I89b34ae414b8c02d4f015e52047a232fefda2d4b
        Reviewed-on: https://gerrit.libreoffice.org/2630
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-03-10  Joren De Cuyper  <joren.libreoffice@telenet.be>  [c2f2999ac633c66179a347a63623fbd1191b7cd5]

        Translate german comments in sw/source/filter/ww8/
        
        Please, only apply this patch if you are a native speaking German.
        I'm not a native speaker, so a double check is really necessary
        and appreciated.
        
        Thanks in advance.
        
        Change-Id: Ic2fb6e97007c6b47851ad8a7a51e987da5a70877
        Reviewed-on: https://gerrit.libreoffice.org/2617
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1e67ecc6569e1c01485471a4c396a63b597a0522]

        Removed RTL_CONSTASCII_USTRINGPARAM in unotools
        
        Change-Id: I516ea0e5457e9dc1cc9ac42f86fa1a5b4641078a

2013-03-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [ccce843ab6aa255243485919aefb5336d2c48546]

        Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ure
        
        Change-Id: Ibaf83366e79292bbb6756045e4c82f2650958150

2013-03-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a20d634b61c023ae4a08b4eb574d4ce4397c6e10]

        Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(transform)
        
        Change-Id: I3b32ef3bad9700f24c898b6b5bf1a8cd6a97f426

2013-03-10  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8669ad398a2971706ce22b6e5fe316991977452a]

        Removed RTL_CONSTASCII_USTRINGPARAM in xmloff(xforms)
        
        Change-Id: I5a237b22e40c05e31990fc1cfdcfba16ef3db544

2013-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7937e2a38501266ed658553c19db5b4a2237864]

        handle note export correctly, fdo#61165
        
        This code was horribly over-optimized and that actually with an error.
        There is a nasty corner cases that has been left out in the code. Note
        captions are actually normally not deleted from the document even if the
        note is deleted. So we had now wrong note captions in the list that we
        should not process but they were screwing up the export code that only
        exports captions for existing notes.
        
        When we only add the caption data for existing notes the code becomes so
        much cleaner and the bug is immediately gone.
        
        Change-Id: I51f1e9042f88f3f1b2d7aae75942629771d39012

2013-03-09  Chris  <chris.sherlock79@gmail.com>  [ebe5bdf779f129d14a3066d348e9acf3ef9e9e6c]

        Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: I15ae64d621fd0a1fa178f9a4062b93520628bdb0
        Reviewed-on: https://gerrit.libreoffice.org/2627
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-03-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [9edeb948a26d60168415e936c4498aa653cdb53c]

        Removed last RTL_CONST* macros from codemaker
        
        Also, change ".equals" fro "==" and drop a useless function.
        
        Change-Id: I5ce4fd2cc7c62a18e059e945b42cc01425802aa0
        Reviewed-on: https://gerrit.libreoffice.org/2605
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [d7ca9b5cbcac463dd1baa089180bac2a1c0e5e39]

        do not use * in gb_Zip_add_files
        
        Change-Id: I386e036eaa9139f6a7e424c92a1656f4ac15c0f3

2013-03-09  David Ostrovsky  <david@ostrovsky.org>  [0670c3f3dac55b7070f4980e3c58720ac76a1b0a]

        module-deps.pl: extend dependency graph generation
        
        Induce the module name from the library name. Report the libraries that can
        not be mapped to a module. Make the resulting module dependency graph unique.
        Add diagnostic options:
        
        --help
        --verbose
        --version
        
        Add convenience options (primary for caching):
        
        --from-file
        --to-file
        
        Add output option
        
        --output
        
        Provide a manual page with hints how to hack on it.
        
        Change-Id: Ib5c029c6ea197ca4f66fe6958ecbc3f78452c603

2013-03-09  Matthias Freund  <matti_lx@yahoo.de>  [503cde2a28b730fc76d6fb9c3c13216f96cd61a9]

        Comment translation DE-EN in /sw/source/ui/web/
        
        Translations and some cleanups...
        
        Change-Id: I70484c2b3e1380e611ed1456a7befccafee58f37
        Reviewed-on: https://gerrit.libreoffice.org/2619
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2157548221e28d8f702cc81991f7aef198b523e]

        fix fdo#61025, Revert "fdo#55430 switches off text mode when ...
        
        This reverts commit e80a8b6f14fac6bb6cc7ea55b118f95472d5b654.
        
        Change-Id: I30305abb212907690933ff27899b0ad7b6793360

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5b3d7f32881701c416d4c96df4aa130adb894f5]

        coverity#736492: fix memory leak
        
        Change-Id: I7a2558f7c302a95601160ddac449f224e05d238f

2013-03-09  Thomas Arnhold  <thomas@arnhold.org>  [6dddefc6e7ff6dc5cde46dde069ba1d7db4ac34b]

        fdo#43460: use isEmpty()
        
        Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6

2013-03-09  Thomas Arnhold  <thomas@arnhold.org>  [d9a3752143027bbf0d9383074fd378631309a3b0]

        remove commented out code
        
        This has moved to XShapeDumper.cxx as the comment says...
        
        Change-Id: I0060101a45c359cdf438ae399ec43e39270f9bff

2013-03-09  Jian Fang Zhang  <zhangjf@apache.org>  [acb8d9f6d1bcc95c48a27252274c44d8ff534376]

        Resolves: #i120663# The SvXMLImportContext is always leaked
        
        The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is
        always leaked
        
        Found by: zhangjf
        Patch by: zhangjf
        (cherry picked from commit e440770de29e96ce3e45792c0e94f133ade83680)
        
        Change-Id: Ic0585bbb8e0e315548586ea1e49f55d0cc7ed2c4

2013-03-09  Thomas Arnhold  <thomas@arnhold.org>  [d2f57b6c1275e0e6ed7f214d471ddb84ecb1b4ad]

        fdo#43460: use isEmpty()
        
        Change-Id: I47b35af71277fdda19767a553c960bf12164b92f

2013-03-09  Thomas Arnhold  <thomas@arnhold.org>  [a2454a42ad2236f0f6b88be166bc7e6a8f90f036]

        fdo#43460: use isEmpty()
        
        Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e

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

        lm files missing from fingerprint.zip again
        
        Change-Id: I4edb3adb39674d612f302e1f95f05905cd33bcde

2013-03-09  Jian Fang Zhang  <zhangjf@apache.org>  [65a10fffc734b86a2f6814e4dfc9aadfc0ae3fa7]

        Resolves: #i120667#, pBound member obj in TextRanger is not freed
        
        Found by: zhangjf
        Patch by: zhangjf
        
        Change-Id: Ifa4c49cd3f7f576c9c86e0269fe9e7ae69a9b325

2013-03-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c487fa125ed9fb59ba2507d5f0f947d5e425bc61]

        const-correctness
        
        Change-Id: I15033051cfa4baafde4736abf366ca8c03778b88

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f606b0a5bcf71e7584403c9582188f1f564c67c]

        coverity#705676: fix memory leak
        
        Change-Id: Ibae1a0d073249ecfbfee0f73473d66bbf2602aff

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7657115dd98b0583852476d75e8676d1ff631014]

        coverity#705655: fix memory leak
        
        Change-Id: Icf514d2f7cf678cb347c2e114f01ae8f56e2e999

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a4f558d00448110abed4f705989b0112a309fd8]

        simplify code a bit
        
        Change-Id: Id965dd79ab8401a2ba7eb8266bba642f80cbe0d3

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ead0a6038b2eab1604ca53197e6728fb4ce9dc9c]

        coverity#705627: fix memory leak
        
        Change-Id: I4f73f77b27d2ed28a9f97757105c8a6cc5521b33

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b4d60268c05d7a30ce789c30597e6ae705590be]

        coverity#705627: fix memory leak
        
        Change-Id: Id076550116de23aae982b15c5bf5e0b35bd9f04d

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0973922dbfb58d3794c8645fab215ddcf9e24fc2]

        coverity#705689: fix memory leak
        
        Change-Id: Icdedeb1cfa50c11a640b08b930723bcbe018ebc2

2013-03-09  Eike Rathke  <erack@redhat.com>  [ccc349d3abb70ef38cd2b7706da51b060a385908]

        regex: don't loop 10000 identical matches to find a single $ anchor
        
        Change-Id: Ic130ecc4b0b6d58ba7ef063040bd9a11a90db425

2013-03-09  Eike Rathke  <erack@redhat.com>  [3bc5cb3c485d67f1ce0541d349d11637f52ebda5]

        regex: handle zero-length matches, fdo#60259 related
        
        Also in backward search ignore all zero-length matches except the text
        end single $ anchor search. The anchor search is a valid match, treat it
        as such in Writer.
        
        This still doesn't solve the backward $ backward search, the convoluted
        Writer code in that place apparently never worked, someone more familiar
        with those internals should straighten out the mess.
        
        Change-Id: I2bc83cdcfe6425f9bebf06e23e879bc79b82daa9

2013-03-09  Eike Rathke  <erack@redhat.com>  [c00601dab0f5533b152cd63cec0a89bfec1ba95f]

        fdo#60259 prevent crash when searching backward for $ anchor regex
        
        Old code wasn't prepared that searching for $ may actually return a
        result set pointing behind the search string which it does with the ICU
        regex engine.
        
        Change-Id: I95612f676008cf6758a5ade3d674f38168944a4d

2013-03-09  Laurent Godard  <lgodard.libre@laposte.net>  [f1ec7dc619c84beecb05f9cd94a5c317904a7be5]

        group undo action when hiding/showing sheets
        
        - the test if there are enough tabs before hiding is now in HideTabs
        - a vector is passed to Undo
        - modification of the displayed text
        - minor optimization on looping over sheets (exit when condition is fullfilled)
        
        Change-Id: I86196c6bb0f5fd6ba5b44c69efadc16b119a7f11
        Reviewed-on: https://gerrit.libreoffice.org/2579
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-09  Miklos Vajna  <vmiklos@suse.cz>  [d273e8bb93811a59f84b6adbd58b190c6eb06059]

        SwEditWin: rename member variables missing their prefix
        
        Change-Id: I8e35a4c5df9bcca2b3cefd1044053185d3133353

2013-03-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [66b86df5736e84888e2e6d54079e4adef819bbb5]

        related to fdo#47018: fix DBG_ASSERT in EditEngine::QuickMarkInvalid
        
        regression from 2a6abe21ca8723123c5957369c0c518db37ad02e
        
        Change-Id: I007c54d5b6d28bfbf0bf21c4b85d408181731fd2

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a7ab93ad08fb000bbc5898929e89fd0532894a9]

        use direct calls for column width import from ooxml
        
        Change-Id: Ibaeaee66c5fc763320a75a638b221a7c0a30456b

2013-03-09  Thomas Arnhold  <thomas@arnhold.org>  [b29c2bfc863349b81c40b9403dece019aa1a119d]

        scaddins: remove STRING macro
        
        Change-Id: Ib8af7b4a84c96bbf1b7a0665ba05b83e5c023805

2013-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1c281c6c1a2bd55d99e1af2023444c960cf02a3]

        use direct calls to set row height, fdo#61721
        
        Change-Id: I3c19e00b8ad2bc649b8e499cc869e3a4c488c343

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a18d1a107e49525efd1561f396f6b2be28ab5224]

        Use simpler keyid with 5 digits
        
        Change-Id: Iac743d4f298b43067fe5db9199eb39c3301f827e

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [9c4ec7835c16b90425bfd05721db37f922f10226]

        Work around Clang -Werror,Wvexing-parse
        
        Change-Id: If4a22d594ff012a7b9801bf1e42c98ed453c05fc

2013-03-09  Julien Nabet  <serval2412@yahoo.fr>  [b68f14a7cabd535dc044715bad4f1f6347450ffe]

        Remove unused functions (callcatcher)
        
        ThumbnailView::deselectItem(unsigned short)
        XclExpPivotCache::GetFieldAcc(rtl::OUString const&)
        
        Change-Id: I88d79c7c1eede9544a4232e467a54629e4976798

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [67e69a55820f50973ca0de75ccab2bb07d0bada8]

        Revert "WIP: Experimental new binary type.rdb format"
        
        This reverts commit 892ef8b0565c7f5f343d71e3b61c41655f80267b,
        Windows-only cli_ure needs to be adapted first.

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [157ce65588ec8ef4ff8f805f7b8a64fefdd9edec]

        Work around GCC 4.8 -Werror=virtual-move-assign
        
        ...complaining that "defaulted move assignment for ‘cppcanvas::SpriteCanvas’
        calls a non-trivial move assignment operator for virtual base
        ‘cppcanvas::BitmapCanvas’."
        
        Change-Id: I4dc92176dbec62f0ae4fa7d2842073077ecb8fc3

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [72c62e0e83598862e1c6e00e4264d7720aa94e41]

        -Werror=unused-local-typedefs (GCC 4.8)
        
        Change-Id: I873813e30e44712d6793bad91938eb847b55a7bb

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [3912e47044f753f82c63ac11e803be5fb756c14f]

        Work around -Werror=unused-local-typedefs from comphelper/stl_types.hxx
        
        Change-Id: Id9f588e551b40a64bc86cae7c6d50f99659f94ab

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [52c5eb20fd96d63e17cb9cd18912030131bcc787]

        -Werror=unused-local-typedefs (GCC 4.8)
        
        Change-Id: Ib1dedbe8e273463fa47573486d67dc9d509953db

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [c6cfd44717643b0630b5f8fd3262c243fdaaf239]

        Work around GCC 4.8 -Werror=format= in python3
        
        ...complainging that "‘PyArg_ParseTuple’ is an unrecognized format function
        type."
        
        Change-Id: I125af6669010c4c9c1a18cc7c1a4895acc89338b

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [6bea5311d70f518444fe3218cf0b6f49bd93cc34]

        Work around GCC 4.8 -Werror=unused-local-typedefs in boost
        
        Change-Id: Ib137c5c5764333d7a878c5e996e6983a277d3856

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d4c13acaabd37dd9a7026881bc69e0fa64524536]

        not stop localize, just ignore invalid po entries
        
        Change-Id: I8bd987ec0f2bd4a886a14d38d7b7ba354abd2f06

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [e4b99f5d445903e1309c301cc327d2dfb23d8d71]

        Use BOOST_STATIC_ASSERT
        
        Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [de69091d34d8102c0b56194d603ed9e66699d34c]

        Delete PoHeader constructor used by renewpo
        
        Change-Id: I360a9c96eacf9b7b8bd80214a3fc4c9faa01e631

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8885dc27da82f83d27eb99f8bea4abb5e450fce3]

        Make allow to step on from LimitBox with tab
        
        Change-Id: I5f2994459cbb7786e6c9d83b0894cb581f4560fd

2013-03-09  Stephan Bergmann  <sbergman@redhat.com>  [892ef8b0565c7f5f343d71e3b61c41655f80267b]

        WIP: Experimental new binary type.rdb format
        
        Implement theTypeDescriptionManager directly on top of unoidl::Manager and
        unoidl::Provider in cppuhelper instead of on top of css.reflection UNO
        interfaces in stoc.  Adapt desktop/source/deployment/ accordingly.
        
        There is no longer a com.sun.star.reflection.TypeDescriptionManager service
        implementation now, only a com.sun.star.reflection.theTypeDescriptionManager
        singleton one, which appears to not cause problems in practice.
        
        Change-Id: I179501272f0712353b7d50d3eba2ec2bb79db373

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4e38ea86701bdefcf31c6f9e3136d1eda4e5c061]

        LimitBox.cxx: Delete useless comment block
        
        Change-Id: I3a75c7de783913385188680119f2baf8a726676d

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4c52c8bd73bb814a87df2c032faa164f21f9f73e]

        fdo#61794 Allow greater value in LimitBox
        
        Increase the width of LimitBox
        *on toolbar: 6 digits
        *in dialog: 10 digits
        Set maximum value of LimitBox to the max value of Int32
        
        Change-Id: I6fcf0270b474eb46a29ff98ade9cd7ee8ba637f5

2013-03-09  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [a16c17b4723bfd6ff69dd154342fa440fc280d50]

        coverity#989728: uninitialized scalar
        
        Change-Id: Ic8e248eff6db54f407ec894cab28a27957c6fd0f
        Reviewed-on: https://gerrit.libreoffice.org/2609
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-09  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [c93643db82d9af2f9369b5daf6298f6b86510f14]

        coverity#989730 and coverity#989729: Uninitialized scalar field
        
        Change-Id: Iaecfa720b898746d457de731734b332226d3e9c2
        Reviewed-on: https://gerrit.libreoffice.org/2607
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-09  Takeshi Abe  <tabe@fixedpoint.jp>  [95184c4c45b69915cd78e10c7f0b6fcd1245d738]

        sal_Bool to bool
        
        Change-Id: I76139eb5878deebefcf20efaa3be78e800a85c01

2013-03-09  Benjamin Drung  <bdrung@debian.org>  [57037ea47fc203db08b2cf4a57c305df0a156307]

        Related to fdo#60724: Fix grammar.
        
        Change-Id: I6094a7c3ee2ed4e30d955024ef81811bca572dcd
        Reviewed-on: https://gerrit.libreoffice.org/2611
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-09  Benjamin Drung  <bdrung@debian.org>  [700e5facbe21c72c5f3f4208f0416e079d40399e]

        Fix typo in libreoffice man page.
        
        Change-Id: Ieb3e74630e48feaf69f5d58e9b7eb57779033356
        Reviewed-on: https://gerrit.libreoffice.org/2610
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-03-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [33933867b0e4488423ad35068d5a1ad673e9b4a3]

        fdo#61797 ESCape abort changes and grab focus
        
        Handling of hitting enter or escape are only
        usefull for toolbar element.
        In a dialog these keys have other meanings
        (close the dialog with/without saving)
        
        Change-Id: Ifbe5d36daab9c0702b888a58403dc170082fc32d

2013-03-09  Julien Nabet  <serval2412@yahoo.fr>  [85429fbe773a1c7c2edc144abba5d6ce40b20bdf]

        Remove unused EditTextObjectImpl::RemoveParaAttribs
        
        Change-Id: I3849cbac0e3d08686004775fbe7f749af0bfad62

2013-03-08  Borim  <borim7@web.de>  [a0296296fb121ecab53cee39658fc2f8ce27a782]

        fdo#60691 add modelines to *.src and *.hrc files
        
        use solenv/bin/add-modulelines script for the task
        and remove all UTF bom from *.src and *.hrc files
        
        svx/source/dialog/hdft.src
        
        Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4

2013-03-08  Tor Lillqvist  <tml@iki.fi>  [54e458f691e55d321ba3e4e4cc7e00b9b3c09489]

        AndroidSalInstance::Wakeup() is unused
        
        The Wakeup() in the base class, SvpSalInstance, is not virtual. So this
        Wakeup() does not override the Wakeup() in the base class, as the author maybe
        thought. I don't see in git history that it would have ever been called
        explicitly on any AndroidSalInstance objects either. Or am I missing
        something?
        
        Change-Id: I932398e7c0a37a3048c5d372996fe6ac6f209887

2013-03-08  Tor Lillqvist  <tml@iki.fi>  [78e217bcd039aa4dc3cf3eb41801d3b307941e4d]

        Don't crash the other experimental apps
        
        Don't try to find the class org.libreoffice.experimental.desktop.Desktop in
        the AndroidSalInstance constructor. It won't exist anyway except in that
        specific app. Look up the class in the damaged() method where it is needed.
        
        And actually, of course we should not hardcode the name of the app class like
        that, but the app should pass its class down to the native code.
        
        Change-Id: Ic15d5cc2c8d53be558711ca7a145d5489e34d298

2013-03-08  Miklos Vajna  <vmiklos@suse.cz>  [332fa1344aaaf8ff190c594fe5829cf1551c5211]

        SwTableBox::IsValidNumTxtNd: Allow trivial formatting
        
        Not allowing flys or footnotes during string -> number conversion is
        fine, but I don't see what's the reason for rejecting simple formatting
        (like bold) completely.
        
        Change-Id: I8f54aebeb6ea35d099a88570d3f7d365c7325dc0

2013-03-08  Miklos Vajna  <vmiklos@suse.cz>  [73422d433bde55a107e4cfebc72a099cbd9b5933]

        SwTxtNode::GetRedlineTxt: fix string conversion
        
        As I understand it, String allowed the length parameter to be longer
        than the remaining string, in which case it simply returned the
        substring till the end of the string. In case of OUString, "!!br0ken!!"
        is returned instead, so make sure the length is never longer then the
        remaining string.
        
        Change-Id: I69499d74f1d9ba8ed6d9ba1a18d10b45ce319bf5

2013-03-08  Noel Power  <noel.power@suse.com>  [46bab17e6d48c2279f4698d46f01db5404b0ba6f]

        remove duplicate file loading from basic_coverage ( now in MacroSnippet )
        
        Change-Id: I1b19fec59419575fcf09d79986b6bac73ea51c9a

2013-03-08  Michael Meeks  <michael.meeks@suse.com>  [ef760707dc094b1f88f3dd69fb9aecd9b647ee2e]

        avoid signedness issue in bounds check.
        
        Change-Id: Iae4b489486be95072859b13a4bd5ae1260e3c024

2013-03-08  Niklas Johansson  <sleeping.pillow@gmail.com>  [390a0bf406ed5fd3bbd2c3f80d44c0bc344b95d2]

        A template it should create a new document not open in edit mode
        
        I did a misstake in a previous patch. This patch fixes that.
        
        Change-Id: I22c2ff8a03c5652717a8705474f2cbe3b5b9208b
        (cherry picked from commit 29fecdb19906ad4c6463d4a47de073ff36c1274c)

2013-03-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6d29f0abb4925b865ae6a968d65abd489ab6d0bf]

        Adjusted this to the latest code base to get it to apply...
        
        Change-Id: I95cc141d4d13cf27fcf1e736862093837cc1e065

2013-03-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5bf2a07f76d351a8964cb2ebe91be227e012010f]

        Removing this comment...
        
        Change-Id: Iaa1adc11063f9c2bd93ee25a2fcc23ac06d08f21

2013-03-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cba1509b63d9996431f95ab0b12882601d6621bf]

        A little cleanup.
        
        Change-Id: I244b32545548ad882a80f8b0d5128b8620d9fba0

2013-03-08  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [34aa49e81d0522d99141df362bc7ff7aa90d530c]

        Remove RTL_CONST* macros from codemaker - pt2
        
        More macros removed, and some simplifications when callind methods.
        
        Conflicts:
        	codemaker/source/javamaker/javatype.cxx
        
        Change-Id: If55046a5a9ceb6c8c84f3fa190f26cc9e1dde352

2013-03-08  Petr Mladek  <pmladek@suse.cz>  [7cb3fef6e7f25b7391963f316ffd72535c3f923f]

        Migrate also Java and Online Update setting (fdo#57061)
        
        The format of the javasetting*.xml file is the same, so why not migrate
        it. Note that it does help for 4.0 because we modified javavendors.xml.
        This would cause release of the java setting even when they are not
        migrated. Well, the migration might be useful in the future, for 5.0 ;-)
        
        I was slightly scared to migrate the /org.openoffice.Office.Job
        but registrymodifications.xcu should include only stuff that can
        be modified. Minor updates handled this well. AFAIK, we did not
        change anything in this area for 4.0, so it should be fine.
        
        Change-Id: I7775c238a7c298bf877241429c197e76f2093f5d

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [6bacf391710c8ebaa42b083dc14fb13cff48cd16]

        WaE: signed/unsigned comparison
        
        Change-Id: I736b14b1cc99d5a653fcbb37a5588ff36008dda5

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [278e30ccd45dab36d65c08fbaaf28aa69a23cf28]

        don't broadcast pref size changed if we've a size req set
        
        Change-Id: I29cfc42c000457c5016ae7fda19347c6f60742f9

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

        give the numbering format listbox a fixed width
        
        Change-Id: I038cb5650adf9173c971e358aa6b20c782fb0ae7

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [3ff753615d7925ee2b9ef933dafef9cc884528a9]

        It's either Ireland(en) or Éire(ga) not Eire
        
        Change-Id: Ieecb3ca40c8eeb616e04ef69eae8a2f86d39c0bf

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [494262a9b00254b85c56e896dff58b235672a2ed]

        we hardly need to distinguish New Zealand Maori from some other kind of Maori
        
        Change-Id: I86c58fed2c83513eb7b82263806303ad77bed811

2013-03-08  Andre Fischer  <af@apache.org>  [6bf213237139cf1dbea3b793a90a0245872f1110]

        #i119502# Guard array access against invalid indices.
        
        Patch by: SunYing
        Review by: Andre

2013-03-08  Michael Meeks  <michael.meeks@suse.com>  [efb912f81c84de0847b525569bfe97b9da2b01f0]

        add a few more missing media extensions.
        
        Change-Id: I3f4b05eeb32ad8c36b4601908522027d6becd0ac

2013-03-08  Stephan Bergmann  <sbergman@redhat.com>  [c78f40a6d837a5d84bd8c2ef9e4916fa64ec58c3]

        Make use of new-style AccessBridge ctor
        
        Change-Id: I9239fb1c8b139ee2bdb27cdf55222d54e488f6d5

2013-03-08  Gergő Mocsi  <gmocsi91@gmail.com>  [f6c8220f5c14be8ebacd146d2775b4594efea043]

        fdo#46808, Adapt UNO services to the new style, Part 1-2
        
        Written constructor for opffapi/com/sun/star/accessibility/AccessBridge.idl and rewritten to new style in offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
        
        Signed-off-by Stephan Bergmann <sbergman@redhat.com>:
        * Moved offapi/com/sun/star/accessibility/AccessBridge.idl from _noheader to
          _nohdl, as necessary for a new-style service.
        * Left out changes to offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl, as
          that appears to never be instantiated at the global component context/service
          manager, but rather via some local ControlModelContainerBase::createInstance
          in toolkit/source/controls/controlmodelcontainerbase.cxx, so does not look
          like it qualifies for a new-style service.
        
        Conflicts:
        	offapi/com/sun/star/accessibility/AccessBridge.idl
        
        Change-Id: I88dc745cddf9956c930c1216c697dd142e33c846

2013-03-08  Niklas Johansson  <sleeping.pillow@gmail.com>  [27f93b3b851e59d254bf5cd3825c8691d0ff3b51]

        Template manager should respect users macro/link settings.
        
        When opening a file with loadComponentFromURL, macro and link settings
        is not respected unless it's explicitly told to do so.
        
        Change-Id: Iaf2f2a797285e40147152ac8dfd53720dc26931b

2013-03-08  Mathias Hasselmann  <mathias@openismus.com>  [b2983b4653339d83d3e98df4d44608f031dabe9f]

        evoab2: Follow API changes in EDS 3.8
        
        EDS 3.8 deprecates e_book_client_new() and replaces it with various
        e_book_client_connect() functions. This patch follows the change
        and enables direct read access for the addressbook. That means
        instead of receiving contacts via the D-Bus session bus, the
        connectivity driver now directly accesses the underlaying SQLite
        data base (for reading).
        
        This patch also shuffles code in EApiInit() slightly to avoid
        excessive if/else nesting.
        
        Change-Id: If41fb92eed2ea26bbf2d3125a9ba2250f142c5a2

2013-03-08  Mathias Hasselmann  <mathias@openismus.com>  [c20518286c5599a3a649f06450838490382f93fc]

        evoab2: Move get_e_source_registry() to EApi.cxx
        
        get_e_source_registry() was declared in EApi.hxx, but defined in
        NDatabaseMetaData.cxx. This doesn't seem right, the header file
        and the purpose of the function indicate that it belongs into
        EApi.cxx.
        
        Change-Id: Iea3f11a901398aa3f467b96fbe8778c403887bcb

2013-03-08  Mathias Hasselmann  <mathias@openismus.com>  [e3645fad6b2ea48851bcf6fdfb895ced74a6d8cb]

        evoab2: Avoid G_N_ELEMENTS when loading symbols
        
        With G_N_ELEMENTS() the array name has to be twice, which can cause
        hard to spot typos in code derived from copy-and-paste, as we have
        here in the module loader. C++ can avoid the duplication by using
        the proper templates.
        
        Change-Id: I485e28a92e74b7e24f4a59cced6e5635f3a53a38

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [213524cf5a2351a2a022495d4988437720401760]

        make link RefButton and widget for shrunk dialog title explicit
        
        Change-Id: Ia6dd6cc4cf89b067310639bc3da72abbc6fa1ad2

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [4e0c6a0ac78d3c68922e032eec7f9c05cc39023a]

        Resolves: fdo#58630 crash with refEdit button in SfxTabDialog
        
        Change-Id: I11d6a0f1d4852aab1fe08671fd9c2a0dac0825a7

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [6df8417b98a74f58638b5fce7459c64f18ddedb4]

        set action and content area via their internal-child ids
        
        rather than based on their names, which changes if
        there are more than one dialog in a .ui
        
        set them explicitly in the manual-build-dialog
        case of the SfxTabDialogs
        
        Change-Id: I293c77df05d9e11e3f1cf3b358a9dd27fe668b0f

2013-03-08  Caolán McNamara  <caolanm@redhat.com>  [3e3dc223e0337f974123ba687cddb7e2e6df2b28]

        update sizegroup
        
        Change-Id: I4b89859c6898071209bd3864a32487f5bf8e728c

2013-03-08  Gokul  <gswaminathan@kacst.edu.sa>  [909d745baf9a5d071892d8c04874ff279a9a477e]

        Fix for fdo#58919 now the cursor/alignment is Right for RTL Table
        
        When RTL is clicked why to check if it is Left, The problem might arise
        when svxAdjust is Center, So its better to check if it is Right instead
        of checking only Left, same for Left also.
        
        Change-Id: Iddd808972b724e9a2eebc070bdff793632342a21
        Reviewed-on: https://gerrit.libreoffice.org/2290
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Thomas Arnhold  <thomas@arnhold.org>  [4bf95c4c31dd871065d4042028a4b3ae476dab70]

        make use of startsWith()
        
        Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679
        Reviewed-on: https://gerrit.libreoffice.org/2599
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [596334776ad45f7ab87937615fa1d4e7d2d0fd42]

        Remove RTL_CONST* macros from codemaker - pt1
        
        For more easy review, this is the first part of these changes.
        
        More will come :)
        
        Change-Id: Ic6ab0c7baebf0414dbcccb5dcfad434b3b07964c
        Reviewed-on: https://gerrit.libreoffice.org/2595
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Chris  <chris.sherlock79@gmail.com>  [5745d7a08f6a0cb450b662fadb5892f168850fae]

        Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxx
        
        Change-Id: I49b77fee3864e8a389998a4e9df1054bf29b2722
        Reviewed-on: https://gerrit.libreoffice.org/2594
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Noel Power  <noel.power@suse.com>  [916d898209449bc88edfbf0d7a727bd0945124b7]

        fix regression reading OleStorages ( over THRESHOLD size )
        
        Change-Id: I26daefd898873037325c02d96018890ebc7cb1b6

2013-03-08  Luboš Luňák  <l.lunak@suse.cz>  [e99d502df6561949fe34af42c7910d24455d3ba6]

        fix handling of ttf embedding restrictions
        
        Font is usable for viewing if not restricted from embedding completely
        (since otherwise either viewing is allowed or a less restrictive setting
        is present). Font is usable for editing if it's installable or editable.
        
        Change-Id: I57604a54390b935bae3699dda581d1093fc245e3

2013-03-08  Luboš Luňák  <l.lunak@suse.cz>  [8da3cfcde0631a74d0446ce751c32ce8c895dc8b]

        editable ttf fonts are usable for print&preview too
        
        Since it's a less restrictive setting (fonts should usually have both
        bits set though).
        
        Change-Id: I83f740762698bd0a0f8fdee388a6e710cfd9d00a

2013-03-08  Luboš Luňák  <l.lunak@suse.cz>  [e2cd75f005dd5bf57336f39abd8820ecac0b048e]

        embed also view-only fonts, but do not use them
        
        MSO embeds even fonts which allow only embedding for viewing the document
        but not editing it. So embed such fonts too, but do not actually use
        them from the document. What MSO does when such a font is not present
        locally when opening the document is switching to read-only mode,
        warning about this and providing a button for switching to editing mode
        by dumping the font(s). That should be done for LO too, but right now
        dropping view-only fonts is better than using them for editing.
        
        Change-Id: I19c28fadb091e6b21beaf4cbf8b47e3078256d1c

2013-03-08  Luboš Luňák  <l.lunak@suse.cz>  [8fcc60bee755b812489ef652ab2fa779babddeac]

        protect against incomplete writes
        
        What good is an abstraction if one still has to fiddle with annoying
        implementation details?
        
        Change-Id: I80816bdad8c0560263306584ad001a41fc054cd2

2013-03-08  Luboš Luňák  <l.lunak@suse.cz>  [5c1c0a4eef933816685364feef93dfb090ff391d]

        function for duplicated code
        
        Change-Id: If9d6a163abb5a1cbd64838ca005b14dcd51c4588

2013-03-08  Noel Power  <noel.power@suse.com>  [4596120336b575d94d305c4139054afd95d2f740]

        fix WAE mbError unused
        
        Change-Id: I03bae6808008dcb0b53b1e816f3fe84739036773

2013-03-08  Fridrich Strba  <fridrich@documentfoundation.org>  [c1304eaf85e32a72dffa17fd541888bd5b2f223e]

        Revert "Add PDF Mimetype to Draw"
        
        pdf-import is not in core, since it requires poppler. And
        without it installed, this is not having any sense. Sorry :(
        
        This reverts commit a3c0df8222a20860f64b06c956c213131b79a73b
        
        Change-Id: I79a526573f59e4f27b5023d031c37a529aa784c3
        Reviewed-on: https://gerrit.libreoffice.org/2592
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Thomas Arnhold  <thomas@arnhold.org>  [6583305dd70e31ae745d709b8cda8c7b68219735]

        simplify compareTo (now correct)
        
        Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-08  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [a3c0df8222a20860f64b06c956c213131b79a73b]

        Add PDF Mimetype to Draw
        
        PDF Import is now a Core Component
        
        Change-Id: I1313a7e7ea1c2409cb40cb8058e3b4ab78601fe4
        Reviewed-on: https://gerrit.libreoffice.org/2549
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Chris  <chris.sherlock79@gmail.com>  [d16ec6a1802e54890dac4df7403cd6ddcb81bcf3]

        Simplify and speed-up logic for copying data
        
        Change-Id: I790ef30075d74c6bd7a049750dfb555d36d77542
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/2523
        Reviewed-by: Jørgen Nystad <jorgenys@gmail.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-08  Muthu Subramanian  <sumuthu@suse.com>  [2f3e1c77b2e2304f9a718d35f6b12daef261e2c1]

        n#699334: Legacy diagram import (PPTX).
        
        Minimalistic implementation.
        Had to rework on some parts because of the rebasing.

2013-03-08  Michael Meeks  <michael.meeks@suse.com>  [2e00860260815c075ce32de052dc7fa98021c95d]

        WaE: avoid mis-detection of uninitialized pixmap.

2013-03-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [d400bb0d33acd81226fbeea56eaa9ae02a8b1c05]

        Small improvement in page widget ui
        
        Save a coupe of bytes and better use of widget features
        
        Change-Id: I6860339a8b62c7e95605a0abc47e99d7ef49696b
        Reviewed-on: https://gerrit.libreoffice.org/2590
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-08  Stephan Bergmann  <sbergman@redhat.com>  [3d4723f80a37e719359ad78ad063bc39ac28cd32]

        Revert "simplify some compareTo"
        
        This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b,
        
          s1.compareTo(s2, length-of-s2)
        
        is *not* equivalent to
        
          s1 == s2

2013-03-08  Stephan Bergmann  <sbergman@redhat.com>  [b62541a083158cf1d30337ba5e751c1cbd2c649e]

        Assert OUStringBuffer::copy preconditions
        
        Change-Id: I46ccba35be6695dba14721303b5eb52f69fc3dfa

2013-03-08  Julien Nabet  <serval2412@yahoo.fr>  [2c77ef2c73e22cec9d035c60cd8cd012354df702]

        Assignment of function parameter has no effect outside the function
        
        Change-Id: I5d869414a382e9b96ea403c645a9050372e5e39d

2013-03-08  Thomas Arnhold  <thomas@arnhold.org>  [19020191cbf3e3c7a7bf98d0958d86d931ae687b]

        simplify some compareTo
        
        Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98

2013-03-08  David Ostrovsky  <david@ostrovsky.org>  [9c34ac28d6b7a8297674f4334c43d93a064f3f3d]

        fix build with --disable-scripting option
        
        Change-Id: I98dbd3e46c81e1dd056d6e88dc1e526b5af456f5
        Reviewed-on: https://gerrit.libreoffice.org/2510
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Arnaud Versini  <arnaud.versini@gmail.com>  [c1f02657ccece20a1e5843c78115ffcb193eb459]

        Fixes fdo#60701 by escaping uri-encode path correctly
        
        Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259
        Reviewed-on: https://gerrit.libreoffice.org/2588
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [75e6856b081ca29e3e0f19493780d9f8fa6d315c]

        fdo#57950: Remove chained appends in codemaker
        
        And another cleanups like removing RTL_CONST* macros and other simple
        things.
        
        Much more can be done inside codemaker.
        
        Change-Id: I338e1c0e88558124741c6202896355533535a129
        Reviewed-on: https://gerrit.libreoffice.org/2583
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-08  Thomas Arnhold  <thomas@arnhold.org>  [8035a3af260729ee47a1d805811e17d06d035e3d]

        some further OUString cleanup
        
        Change-Id: I13eb94092e29ececc9fbf494074acde5f893b605

2013-03-08  Thomas Arnhold  <thomas@arnhold.org>  [b5d7f9208294803cc7a2dfb4c2a4cb17d7739947]

        fwk: some follow up of rtl cleanup
        
        Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd

2013-03-08  Krisztian Pinter  <pin.terminator@gmail.com>  [fd4380759d67bcfa582dd8880077ea8445ab8a06]

        RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
        
        Change-Id: Ief6418425676d6943993513c4d05c8d22e4740cf
        Reviewed-on: https://gerrit.libreoffice.org/2470
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-08  Joren De Cuyper  <joren.libreoffice@telenet.be>  [925138ec7f0a162bd3d984935849226ad91126ca]

        Translate german comments in sw/source/filter/ww8/wrtww8.cxx
        
        Please, only apply this patch if you are a native speaking German.
        I'm not a native speaker, so a double check is really necessary
        and appreciated.
        
        Thanks in advance.
        
        Change-Id: I4df75b92ea7a66552df36f56de1c87d567d5b643
        Reviewed-on: https://gerrit.libreoffice.org/2589
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-07  Herbert Dürr  <hdu@apache.org>  [d47b5698c3f71517c15584e36339f1d0de8139a4]

        Resolves: #i120442# fix html-flavored copy+paste of unicode surrogate pairs
        
        Patch-by: Chen Peng
        Found-by: Yan Ji
        Review-by and minor modifications: Herbert Duerr
        
        Change-Id: Id100b90367bc1b1603e22337b67b55bb1ffb40d4

2013-03-07  Andras Timar  <atimar@suse.com>  [4d1285166cbc2fe1acd18e53e056c21145b60be1]

        fdo#34540 convert 'soffice --help' dialog on Windows to .ui
        
        Change-Id: I4b3dc66534d1e0cfec371588840aa1c168e36f83

2013-03-07  Herbert Dürr  <hdu@apache.org>  [f932a3f1195290f9aa37b593190bd4c6ac5fe2f6]

        i#121633# fix ignore-case problem caused by i18nsearch API mess
        
        (cherry picked from commit 7644ec176049937b588fe171a553c9a07b375792)
        
        Change-Id: If1a9f2bd3290a264fed280df6d1718652dbdcb5c

2013-03-07  Herbert Dürr  <hdu@apache.org>  [531538892795bec909bb8baff6bbf9e19baf809e]

        i#121633# fix search for upper-case character classes
        
        in ignore-case regular expressions
        
        (cherry picked from commit b7ee1803453d3a766ce3a833892e1c208aacf8ff)
        
        Change-Id: I6b0347182b977eda24a1c3c88f8d430b761e075d

2013-03-07  Herbert Dürr  <hdu@apache.org>  [b514f0ce86e85d9be269ddf2e797befbbf3423f1]

        i#121482# fix backwards regexp search for matches overlapping search start
        
        (cherry picked from commit 854f4ad6c57be62bd922df08f603d8bfb7b918a5)
        
        Additionally fixed unit test, searching backward shall not produce a
        different result from searching forward. (erAck)
        
        Change-Id: I952509276875441005e6a4036e6c3089be627dd9

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [783d3928b7d935e2a022f92318e00faa3efa6bc7]

        Try to make the scrolling and zooming actions snappier
        
        Now it does work nicely during the gesture when all the action is on the Java
        side (translating and scaling the pre-rendered bitmap). Looks a bit sad, of
        course, that nothing scrolls in to replace the parts of page(s) scrolled out
        during the gesture, and correspondingly for zooming.
        
        To then get the stuff down in the murky depths of the LO code to do what I
        want still is beyond me.
        
        Change-Id: I9ce33ed482013d18a877d1798de3bce5ac608e5e

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [847583867903cc7e2dd1abaeaef5245c9310243a]

        Some further hacks for scrolling on touch devices, but no cigar
        
        The scrolling concepts seem quite obscure and firmly tied to concepts like
        "pages" and "lines". For touch devices one would want to be able to request
        scrolling simply in *pixels*.
        
        It is the scrollbar objects (in vcl and toolkit, and yes, UNO is also involved
        over in toolkit) that all the action goes through so they must exist even if
        they should not be displayed.
        
        (Both on Android and iOS we should presumably use these system-specific
        ephemeral scroll indicator thingies that show up only during scrolling but
        otherwise fade away. Hmm, probably the VCL (or toolkit?) scrollbar code should
        use platform-specific code to display those then.)
        
        Change-Id: I1f82648561e41ae25f2427fd0fe60249c927a9a1

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [a9c6211a5229362b9fb6645d0c3a631caaf59790]

        Add a comment
        
        Change-Id: Id97c8e2bdbea40db4224147eaabe68a87cd9c08d

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [e278c023f77180d6e72640f4204269c7d82dda03]

        Add a SAL_INFO()
        
        Change-Id: Ic681a76deb8db931f7868ca00d649cc3cbabe21b

2013-03-07  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [3bc29af446fd1d9bd267ade1b1a5fca725ca8166]

        fdo#38838 Replaced some use of (Uni)String with OUString.
        
        Change-Id: Iad623c9300919fbae34279268a5a720f978c6434
        Reviewed-on: https://gerrit.libreoffice.org/2514
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-07  Herbert Dürr  <hdu@apache.org>  [e6288a5d889da7db5bf23174f85c29ccfcaa44d5]

        #i121482# fix attributed text search for regular expression patterns(cherry picked from commit e7fc662799e7e936753e24db8d6d3849c12b3ff4)

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [6642d9ec9f882ba7f9f8a429fe5c8f1b8440347e]

        OUString::replaceAt() does not replace in-place
        
        Change-Id: I90bc139e1a188afbada12405d78ac71b97580f0d

2013-03-07  Herbert Dürr  <hdu@apache.org>  [8c26876fea085a1bc847abba63dffa97a9499c1d]

        i#120598 better emulation of regexp word-start and word-end operators
        
        The emulation of the word-start and word-end operators provided
        the previous regexp engine can be approximated much better
        by using the ICU-regexp exngines powerful look-around feature.
        
        Patch-by: Herbert Duerr
        Found-by: ldgolds33@yahoo.com
        (cherry picked from commit ec7ef30693f10315ce80a8f5d7325a0e40855e66)
        
        Change-Id: If375d6d5bb93b3873f657673f7581f0884b3b35e

2013-03-07  Armin Le Grand  <alg@apache.org>  [4cbce6f183a8ecda72b8071417615c5b8057b8bd]

        Resolves: #i119475# bullet font info for CJK and CTL
        
        Patch by Sun Ying
        Review by alg
        
        Change-Id: I17940e1a26696e416e5febd0be1645a1a4c580a6

2013-03-07  Herbert Dürr  <hdu@apache.org>  [9a93475d6eba53b2e1fba1585dbd11c94ea4b4a3]

        i#118925# enhance textsearch's match-group references
        
        to work for look-ahead/look-behind
        (cherry picked from commit 3b83c404c56e5db5bab29ffee41f02822410d625)
        
        Conflicts:
        	sw/source/core/crsr/findtxt.cxx
        
        Change-Id: Ia5b31628b0f2af8f93132afa4b2eabd2f533bb91

2013-03-07  Miklos Vajna  <vmiklos@suse.cz>  [0e91b7383a5c49ab4fd52e9d3a62aeef67eb2238]

        DomainMapper_Impl::PushShapeContext: indent
        
        Change-Id: Ib0e9dc50a124fcdc3c977a8d8e5c076872fc2e15

2013-03-07  Noel Power  <noel.power@suse.com>  [a9813b9ab307591a4c8a06fd01a4ef82126cfb18]

        doh! sReturnStrg is OUStringBuffer, no need to assign
        
        Change-Id: I490d20e8b494b4f59277b1cc92c73beb65a05813

2013-03-07  Miklos Vajna  <vmiklos@suse.cz>  [344e4a25eac6505678f4ce8a6c1c8cef83c68276]

        fdo#61343 fix DOCX import of OLE object after groupshape
        
        Change-Id: I88d5e49cc3fb915d25c1b2576cdda1fffc9e2f23

2013-03-07  Joren De Cuyper  <joren.libreoffice@telenet.be>  [da03bb1ee6a69d2f4fef4c3ca0adc0ba9588bd19]

        Translate german comments in wrtw8sty.cxx
        
        Please, only apply this patch if you are native speaking German.
        I'm not a native speaker, so a double check is really necessary
        and appreciated.
        
        Thanks in advance.
        
        Change-Id: Iee7603c3fb8d78b951b967bd5942df4b1e9634f6
        Reviewed-on: https://gerrit.libreoffice.org/2575
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dd1b3ca024a85597b46778a62007bb966174368d]

        fdo#54651: Only pick non-default number format for pivot field.
        
        Change-Id: Ia88282803c8df8389ed24efd8b1ca7600a39bf23

2013-03-07  Stephan Bergmann  <sbergman@redhat.com>  [efc4d6b83fad337e8bee87d87387028d687934de]

        Do not call OUStringBuffer::copy with bad argument
        
        Change-Id: I7cb6e2343486ff9864c44d061fc38c1203791988

2013-03-07  Herbert Dürr  <hdu@apache.org>  [526ac921435266111729161873817b9e9740ca2b]

        Resolves: #i120021# fix memory leak in PptSlidePersistEntry dtor
        
        Patch by: Chao Huang
        Found by: Chao Huang
        Review and minor modifications by: Herbert Duerr
        
        Change-Id: I09e8b279e9cee63c33845744bc96ce13f202fa3c

2013-03-07  Noel Power  <noel.power@suse.com>  [f202b21770b9d36522ff811868b911d0f1c852a6]

        fix String->OUString foobar
        
        Change-Id: Ia924e6e8f3cfa25b131185713699d64e9d339357

2013-03-07  Noel Power  <noel.power@suse.com>  [76c3184813c97224cfd1e114ec13796e1da040d5]

        Add some stand alone vba specific tests ( mostly vba only functions )
        
        Change-Id: I137e93a8af67b7eec4c51348caf3d0d03dbbce73

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [40e0b5e458f2aaa92b367785c443a57b06ce094a]

        drop unused resources
        
        Change-Id: I6bd9c1cf56eb7f890c9d2f97819440377b457557

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [7e741f28e5b9d869096b1814108a252006bc23e0]

        Related: rhbz#902884 check for GetSelectedMasterPage failure anyway
        
        backtrace doesn't indicate that its NULL however, but the rest of
        our GetSelectedMasterPage check for NULL so fix that anyway
        
        Change-Id: I9e0b15f4a18523ff1e787ef230de1ca227aa2980

2013-03-07  Herbert Dürr  <hdu@apache.org>  [91843f612208fc7d2641072a095efc6de0d0babf]

        c#708653# remove unused member SalXLib::pYieldEntries_
        
        Change-Id: I0d562f102d5159c0711922ff0c2997a560304eba

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [037c606d6e973efa1fea47a3fc3a2985f9406b69]

        surely this is the true intent of this lunatic loop
        
        Change-Id: I6d7963b2b416fe19cc1274780c2aea0c24c25bbb

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [cb5fa11b6366db32805f4b252f72c29d90d5845c]

        comment translation and cleanup of files in sd/source/ui/dlg/
        
        Change-Id: Ief58723557fa0840b3a10258ca347cf219593264

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a401b53f4bca0f9d30b27966382c94b3f84202bb]

        Leave this one unfixed, since I have no idea what went wrong
        
        Change-Id: Ibad1e2a397fdffb66b45ad6e897501c65b03b231

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aabcdab969825c16a3edd2431f5b41eec17afdf4]

        Fix sw build
        
        Change-Id: I28d0a471df67b9b61ba3878f38ae5c3584a80f28

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [f72f891158979b58cf50fdd7889e8f0806a9a9b4]

        sd/source/ui/dlg/dlgolbul.cxx comment translation and cleanup
        
        Change-Id: Icf8efaf7fd77f0505f0ae6936316fbb155ce8a69

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [c0c907000d006ea9711116533c3b688de546472a]

        sd/source/ui/dlg/dlgfield.cxx comment translation and cleanup
        
        Change-Id: I6aae5fd2d663d568afd4b2aebca237cdddba23de

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [3785e0637d03404d32d3ef08ac21df99ff49c22c]

        sd/source/ui/dlg/dlgchar.cxx comment translation and cleanup
        
        Change-Id: If973c032aed859c086a76603fcf9a802444b20b0

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [5e41e5521687672e73532416768b787cbc6c24bc]

        sd/source/ui/dlg/dlgassim.cxx comment translation
        
        Change-Id: I96320e34ee6257ad11762b637a89fb0c0c8c3441

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [2262ea830a6c432d6f74acf705d06551ceb67f97]

        sd/source/ui/dlg/dlgass.src comment translation
        
        Change-Id: I203a304ff6591b20d3ce70fd8df2a1ff2383e48f

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [b817d574cd99bd7976bb38ba48fa1a3334f4a448]

        sd/source/ui/dlg/dlgass.cxx comment translation
        
        Change-Id: Ib8edd906d086b76108fb03b85c60c1bd2c2b1422

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [de00229f78f0e94a3d3909186a2cb9f9f7e70023]

        sd/source/ui/dlg/diactrl.cxx comment translation and cleanup
        
        Change-Id: I09ca02248e9494ad34d8f6c5427ce3186d33e36f

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [419f278af31bb6c0965918097218b615af0ee28b]

        sd/source/ui/dlg/custsdlg.cxx comment translation and cleanup
        
        Change-Id: I004fc9d15a5621b206d6694fc8f3160612ee148c

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [d3c3dc449b25702584a1f28436e63c98be89bef7]

        sd/source/ui/dlg/copydlg.cxx comment translation and cleanup
        
        Change-Id: I22aad661decc8af23fa321d1a7288634992d810a

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [ce6d55c76691923640976c5e9906ecb0ba51e63f]

        sd/source/ui/dlg/brkdlg.cxx comment translation and cleanup
        
        Change-Id: I0eee9fe1d19ebcfe85283b35089cf48f90de8623

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [15b09cce64d00a42cbc83d17af9cd24582a7c90e]

        sd/source/ui/dlg/assclass.cxx debug message translation
        
        Change-Id: I47111c53603bcd46249511f694d8322f4250523e

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [493b893e6cafb90b9aabf316c0a8ba11aeb4f6fc]

        sd/source/ui/dlg/animobjs.cxx comment translation and cleanup
        
        Change-Id: Icb7344b9e8f2eaf2cdfdfc9ef85f76813c352e8a

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [903172995e2312a0ecf06ecc83a223e2f1bd8e82]

        sd/source/ui/dlg/LayerTabBar.cxx comment translation and cleanup
        
        Change-Id: If82454a40fbcdfbdf5b050ad6f2dbc3bc5325b23

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [6dfc8218ab5c92484250125d088a0979f0fd9a39]

        sd/source/ui/dlg/AnimationChildWindow.cxx comment translation and cleanup
        
        Change-Id: I660645edb4d0955c5456b4ad61843f703d9ff45f

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [5ecb308bd3e8381d86f57206c0eed5f32d459956]

        rename setInitialLayoutSize to setOptimalLayoutSize
        
        and add a mechanism to know that we're in true
        initial layout mode
        
        Change-Id: I4ff61160ae67a7ccf1cb8b25c41870c195d32b94

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [69b76536a033cefed8e024557742a9988b949d62]

        adapt code to use insertnamedialog .ui
        
        Change-Id: I1449b69a4291f1b3cb76f549cb8f1d50e9bc6924

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [b42ea2ad00895ef63a60f82e9159f4e21e946120]

        add stock button text for paste, and map to gtk-paste
        
        Change-Id: I38a49ccc744060271be77c9eba2e6bd300630092

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [3acd12a1bbffc9dee9cfdcae92df359a2a8753f0]

        sd/source/ui/app/tbxww.cxx comment translation and cleanup
        
        Change-Id: Ie7bc4ce47c088feeeaf55fb7b2590c5e44a3480e

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [8d8f62666af44d56339ab3a59b966c61d19075e2]

        sd/source/ui/app/sdpopup.cxx comment translation and cleanup
        
        Change-Id: Ib01cc26d494598def62b34dba52e3c35e9668d10

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [d897f5fb70b791197c3054593381883a91974f08]

        sd/source/ui/app/sdmod2.cxx comment translation and cleanup
        
        Change-Id: I2c88dd4e1eca89819b1344e99c1bf64acfa1156b

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0a8b02ad8c7ce930973ba0ddc782bf06f7a1e335]

        trying to make the whole mariadb sundry on windows
        
        Change-Id: I5d775272ba83752fdafe7b7b702a67e8c76e605a

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [5c18df9e69004eeea8f54537468f71c1f726efa1]

        sd/source/ui/app/sdmod1.cxx comment translation and cleanup
        
        Change-Id: I1839f5352f123616ac3373ca7f3488c8b92ce687

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [a09bb5f4c3c34b6d0e196cd737e74f6fed1acdbb]

        Translation and cleanup of comments in sd/source/ui/app/sdmod.cxx
        
        Change-Id: Icfd5d74f73e0d9d2e4273d8050b7bc2836648aa6

2013-03-07  Urs Fässler  <urs@bitzgi.ch>  [32df45aeea30eb93c04e719b2a09e9313b912468]

        small translations of German comment in directory sd/source/ui/app
        
        Change-Id: Ia24e98a57d2096729abfd1caaab895c689cac0fb

2013-03-07  Herbert Dürr  <hdu@apache.org>  [736a63b25f5744b245edc31061b4105a5e8465e0]

        Resolves: #i119997# fix a memory leak by WinGlyphFallbackSubstitution
        
        Patch by: Chao Huang
        Found by: Chao Huang
        Review by: hdu
        
        Conflicts:
        	vcl/win/source/gdi/salgdi3.cxx
        
        Change-Id: I6cde84b54a42fd8951d68280fac9dccd2b2e5c4a

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [2c85769d94a8caaa62be83ce6c94ad31b57f8723]

        make sure Release is called if one of two Acquires failed
        
        checking the body of ReleaseAccess in vcl its safe to pass
        NULL to them, so keep it simple
        
        Change-Id: I5f057f9c79f0787d670869af4114c989e7f1562a

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [81b3adfcf22f53951f071596e7a0c81b47fb47ea]

        Oops, this is a conflict resolution problem
        
        Change-Id: I809de78066859a6b340ae5382d7f546c2db61f17

2013-03-07  Arnaud Versini  <arnaud.versini@gmail.com>  [d1273b428e60a3bd20fe57400e21dbb605879fb3]

        sdremote : Remove pointer to deleted RemoteServer on error case
        
        Change-Id: Id0fcbf46c907b94f1233acfbd84036b85ca388a3
        Reviewed-on: https://gerrit.libreoffice.org/2081
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Julien Nabet  <serval2412@yahoo.fr>  [70a9c8cd09c12ba67071ec14d16d5a5a8add7f2c]

        coverity#982283: Resource leak in object
        
        Change-Id: Iedf1c0ec56064dbeaa20bb75114fb86a19c38ed9
        Reviewed-on: https://gerrit.libreoffice.org/2500
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Julien Nabet  <serval2412@yahoo.fr>  [7146eaf9b3a7ac49604d2400686bc86343468aeb]

        coverity#984440: Use after free
        
        Change-Id: Ia6d62ce5421d51fe4fc0128f60e9b39ab736276b
        Reviewed-on: https://gerrit.libreoffice.org/2496
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [3cad6c806e5247ce20b78eb688551aa5d872b934]

        Replace (Xub)String with OUString in vcl(field)
        
        Change-Id: I62fba60a4c6e1db870443a796e6338cddc934352
        Reviewed-on: https://gerrit.libreoffice.org/2229
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Radek Doulik  <rodo@novell.com>  [46e53913e9dcc84ffed8fb5f1b4959c70c7e5649]

        fix canvas bitmap rendering (argb32 pixmaps) fixes color issue in n#780830
        
        Change-Id: I5242bbb171ba21da43e535255b7e9dd73c1d4930

2013-03-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [cd2c3e72a73fd4b91f913d8e19693d4deb35b0c4]

        Replaced XubString with OUString in vcl(combobox)
        
        Change-Id: Ibe80e9837f1c8275d625e942eb75ecc8de897bf5
        Reviewed-on: https://gerrit.libreoffice.org/2574
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Muthu Subramanian  <sumuthu@suse.com>  [0ed4da1a01e6cdfe44403a0686abe4aacea83dfb]

        n#657905: Display the scaled fontsize in the toolbar.
        
        Initial set of changes to improve UX for autofit.

2013-03-07  Herbert Dürr  <hdu@apache.org>  [be5587ce0c13901acffe664d71bf22f0cb60918a]

        c#705440# check ftell return value when emitting Type1 subset
        
        Conflicts:
        	vcl/source/fontsubset/cff.cxx
        
        Change-Id: Idaf328b48a55fbcef13746f74120c13b6b435c93

2013-03-07  Herbert Dürr  <hdu@apache.org>  [ce740afe80a3230dd66b820f428467b82b89dee2]

        c#705441# handle invalid FDSelect entry while emitting Type1
        
        Change-Id: I1865eec0dcb29c74e98a6f42f7cf37a2851f8e85

2013-03-07  Stephan Bergmann  <sbergman@redhat.com>  [aadde74084a4813ca2be0e777866d7676e7d6255]

        Remove obsoleted dmake makefile.mk
        
        Change-Id: Iadf57ef1dfb7e108d1c7461e60705304f448ab78

2013-03-07  Noel Power  <noel.power@suse.com>  [fea9b3a99a24366b4dea22ed1b79f34046f7f521]

        finally remove no long needed BasicTestBase
        
        Change-Id: Ic1522b0c3a292af061f5777e06e796dd82884fbf

2013-03-07  Noel Power  <noel.power@suse.com>  [20f12a1d7ad5f9694f901a85e1fa22f46c3953a2]

        Nested_Struct should really inherit from test::BootstrapFixture
        
        Change-Id: I06255940f41c32493187d1ec847f7238fef4e9f8

2013-03-07  Noel Power  <noel.power@suse.com>  [8534787f95dfbfff24167b2160cfe07a1b70bcc6]

        adapt existing tests to use MacroSnipper helper class
        
        Change-Id: I50980d9510b82277a5da04cc4f6c1d3ec8e7c756

2013-03-07  Noel Power  <noel.power@suse.com>  [49417b0b68e8c9743bd6f664a5f8b4a0f3c19723]

        use "doUnitTest" as the method to search for, tweak error reporting
        
        Change-Id: I0c0f4ce1304b561bf94af5444c83d8920062568b

2013-03-07  Noel Power  <noel.power@suse.com>  [a9fc6ee7dc640f016728bf524d684696a376e989]

        Create new Macro helper class to help invoking macros for unittests
        
        Change-Id: Icc3cbfc3eae6ade037960497e7fe2addf1912897

2013-03-07  David Verrier  <dverrier@gmail.com>  [8fd81a1119a057dda91462c5572843435a61ce71]

        fdo#39468: Translate German comments in dbaccess/source/ui
        
        Change-Id: I9eb3c97ffe2dd122960bb4c5f5b0594767ea0fb9
        Reviewed-on: https://gerrit.libreoffice.org/2556
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-07  Herbert Dürr  <hdu@apache.org>  [f9e73b74bc61fcf410d25b9087bf123d5e3e13f6]

        c#706171# handle invalid PFB chunk header
        
        Conflicts:
        	vcl/unx/generic/fontmanager/helper.cxx
        
        Change-Id: I2d58b83c51a2c8b529727be0aeb5ef612f883acc

2013-03-07  Miklos Vajna  <vmiklos@suse.cz>  [b4f8ab8881785db8e328fbfa84933eadb6bc5dd5]

        extensions: get rid of no longer needed stringdefine.hxx
        
        Change-Id: I53d8a164fe9333c286a04f88a0834feeecacd5ed

2013-03-07  Stephan Bergmann  <sbergman@redhat.com>  [ffb1e88afae5b83d58337a84a27f9c6293f6fcd9]

        Gbuild'ify desktop/test/deployment/passive/
        
        ...to manually build solver/*/bin/test-passive.oxt via "make
        Extension_test-passive".  There's still room for improvement in gbuild, though:
        
        * There should be no need to add the extension's native library and jar UNO
          components (which nothing else links againts) to the central Repository.mk.
        
        * There should be no need to move manifest.xml around.
        
        * There should be no need to move .java files around.
        
        * Let "make Extension_test-passive.clean" clean up again.
        
        Change-Id: Ib44558061c4c0fda6be5943bd02b5a42cd15c52e

2013-03-07  Stephan Bergmann  <sbergman@redhat.com>  [12f9287bcacc429e4417d14a57d90f40078223dd]

        Make gb_Extension_use_default_description/license explicit
        
        ...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which
        builds a test extension that does not match those default description/license
        settings.
        
        Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb

2013-03-07  Herbert Dürr  <hdu@apache.org>  [393ca6dde9de8f66ed55dc5d0a7885ad06f22301]

        Resolves: #i119513# fix loading of CMYK JPEG in PPT import
        
        Patch By: Lei Debin
        Found By: bjdujing@gmail.com
        Extended for better Debug Info by: Herbert Duerr
        
        Conflicts:
        	filter/source/msfilter/msdffimp.cxx
        
        Change-Id: Ibb2e7daae425a711b5b6cadfa81446e9adeb68f1

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b7e51332a9cbd403703e7da99fe74230447163d9]

        Remove some more defines not needed in current build configuration
        
        Change-Id: Ia05bc5b8d1f9396ed8c1d27d54976308e6df36f4

2013-03-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [3e831c601ef02a5770d32593fc9f057b8e3e3dbe]

        Replace XubString with OUString in morebtn.{c,h}xx
        
        Change-Id: I492f93a9ef5244681a28aed16e81c7558e38a875
        Reviewed-on: https://gerrit.libreoffice.org/2573
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-03-07  Caolán McNamara  <caolanm@redhat.com>  [4514f9bb1380f980094f2c58c1bc7279a0c8e6ac]

        OSL_TRACE->SAL_INFO
        
        Change-Id: I889a32bce4f3c0eab5d3d5ef199dd321755cb177

2013-03-07  Noel Power  <noel.power@suse.com>  [153621f98ee98e4eacaebcf7d62f74d54755cab6]

        disable new vba tests ( vba import for certain files appears broken )
        
        Change-Id: I589ff778383f6e1a5fa910be687787658cb414a0

2013-03-07  Noel Power  <noel.power@suse.com>  [c95e3fb64695cedfa40bfe5472879ee8a692d73f]

        disable Ranges-2.xls vba test file
        
        there seems to be some problem ( regression from 3.6 ? ) with dealing with
        addresses returned from named ranges where the addressing mode of the named
        range is different from the addressing mode of the document itself
        
        Change-Id: Icfcd047819a4d1c89ae9509ea1a2e1b2d5386101

2013-03-07  Noel Power  <noel.power@suse.com>  [5eb1628b67c11d32158c2e4a63dc2f1614be4c7c]

        enable bag load of excel specific VBA api tests
        
        Note: some of the test documents have some tests disabled in order to run
        without errors, these are identified by the following lines
        
        Rem [#FIXME disabled 3.6 ] in the macro source.
        
        note: some of these errors are expected and were always happening, some
        errors e.g. those pastespecial specific ones in
        qa/unit/data/xls/TestCalc_Rangetest2.xls
        seem to be to do with problems with the test harness.
        
        note: there are some others ( e.g. in Window.xls & windows2.xls ) that seem
        to be related to hard sizes and screen resolution ( these should be adjusted
        sensibly )
        
        Change-Id: I07a43a2802d4e1794ac2f8c648f666b5bcd13a04

2013-03-07  Krisztian Pinter  <pin.terminator@gmail.com>  [895898596c72fd14db2abec3aeaab74d583769e5]

        WIP: fdo#47011 autosave feature
        
        Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95

2013-03-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [98645ae6d4bc7b85730a0a9f00bd2de86dd09be9]

        add copy() to OUStringBuffer
        
        Change-Id: Ibac7f624f1a1dcce653dff4bec573be457d70075
        Reviewed-on: https://gerrit.libreoffice.org/2125
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [e669502dcf2f825842ba87ee4a14a0be26883e28]

        Start hacking on scrolling
        
        Change-Id: I74f1d7feb935be65629bdbd7464f9882229948e5

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [bcbe5fe88593473ff4d12633c52e34f2f8054594]

        Use view size for "work area" size
        
        Don't know what this affects, though. Things seem to have worked as expected
        even with the hardcoded bogus value?
        
        Change-Id: I945bdcd53260fc5f43cf0031dfd96637168475f0

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [1192381595f449a383c792846ccc52a920aea84a]

        Now get rid of the #if 0 blocks
        
        Change-Id: I815cc4a703b7ca6d2894807396a06a3394b40676

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [54d3aa2785d0fd9e8b61a27fcb451b919935bd22]

        Improve vcl/README
        
        Change-Id: I9031ab98f263bcc32b747c85e1715b80c7059ae9

2013-03-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7298b7c6866457dff111638cdce9207feb2580fa]

        make libmariadb/my_config.h much more generic
        
        Change-Id: Iea153d6e1b648ac6a7bdf8978cfc1f8016158d6c

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dbcad280a8db68d2a05e625571177c642b3db271]

        Renamed the method to something more appropriate...
        
        Change-Id: I4a0a6ab0998f41ce238d0570fba2133b79c8f19e

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4003b67062e575f9b77772488f9b9691fa9fc38]

        Make check passes.  Remove deep-only detection for real.
        
        Now the type detection process is a lot more simpler.
        
        Change-Id: I5a3a68afef8276a7f07be75c0b2db8151512b3fb

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cdcd7b0898626b6b5f475f31bb19b55c4fd0c23b]

        Temporarily disable deep-only detection phase.
        
        In theory we shouldn't have to do this any more now that we do test
        against all possible format types in the first pass.  But let's test
        if my theory is right...
        
        Change-Id: I70d73a99aec56a66deaeb3f942fd2641a2cc7f48

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7e314a8331c91cce836237173bb9ba73edbd01c8]

        Some cleanup, comments, and re-organizing...
        
        Change-Id: I5a614ae032149b755d609ff05b9ef2fdb842dadf

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96c8251448646b65f6ea0b657417bca66d9a9b6e]

        fdo#60562: List *all* format types that we support and rank them all properly.
        
        I did my best to check each and every one of them and rank them to the
        best of my ability.  Any mistakes are to be fixed as they are discovered.
        
        Note that while working on this, I've noticed that we don't actually have
        any real type detection codes for many of these format types, especially
        the graphic file formats.  If we ever have trouble loading any file type,
        check if it's caused by not having any detection code for it, and if so,
        we should write one for that file type.  That said, my casual tests on
        loading graphic files didn't cause any trouble.
        
        Change-Id: I1398cbb72b2d4ccf75434a9aa0d2a5c5d17bdaad

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9fbcaa0b97c31216f5da8febd066a029c9bdef2]

        Reject type detection for zip formats when the stream is not a zip archive.
        
        Else it would incorrectly declare a non-zip archive format as a zip-based
        format.
        
        Change-Id: I017b63768dc89f7fe6e2202a661faf5f692b1a92

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1a3c7b84b7b22109d691a770649af42c1033d709]

        Test all file format types regardless of document services.
        
        The old type detection would only test file format types that are
        relevant to the current document service.  But this would not work
        if the user tries to open an Excel document whose name ends with a
        non-default extension (such as .tmp) from Writer UI.
        
        To amend this, we need to test all possible format types that are
        supported by all our modules regardless of the current module, but
        prioritize them per current module.
        
        TODO: The above scenario doesn't work yet.  I still need to fix
        the individual type detection services to get it to work.
        
        Change-Id: I51dbdff28299aa64cedc6752b9ff82b96d5d79cf

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [74d68ec05761b001bc82c1c9c2dc168648cde49b]

        A little boolean cleanups etc.
        
        Change-Id: I5a059f7799255262d46e5248813da4409eb83a9a

2013-03-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [88ed1bf33789f1eaddc31e37b305cfb2daab4664]

        Modernize the type detection service instantiation a bit.
        
        Change-Id: If31092ecc2b746acbe5731bf9383560e93aa3a69

2013-03-07  Noel Grandin  <noel@peralex.com>  [8c31a6baf06e711d5e45d477abedfa6afb7ffe51]

        fdo#46808 use document::DocumentRevisionListPersistence constructor
        
        Change-Id: I1a591ec4061c73657c26552d41c58b970696038f

2013-03-07  Noel Grandin  <noel@peralex.com>  [f084fc5c80ad8b57f7a22a2a5fc506f90e0e24b8]

        fdo#46808, simplify OConfigurationTreeRoot constructor
        
        .. doesn't need to take comphelper::ComponentContext as a param
        anymore, can now use Reference<XComponentContext>
        
        Change-Id: Ie5fbe0c9e8459cc612426ffa9474f955b28593e3

2013-03-07  Noel Grandin  <noel@peralex.com>  [e721452988b54eb2e02c3885fde288be70bcf1f1]

        fdo#46808, small cleanups
        
        Change-Id: I8d34bfca5009a4a44444b19a39c6f8338614e4c4

2013-03-07  Noel Grandin  <noel@peralex.com>  [e70c068ba413564067f17107b0773910ced760d1]

        fdo#46808, Convert text:: and drawing:: ModuleDispatcher service to new style
        
        The services already existing, just needed to create the IDL files
        
        Change-Id: Ifedd46722ba0bae2985e82d18827c61c1d12cd62

2013-03-07  Noel Grandin  <noel@peralex.com>  [30caf94d816dfcf9a5bc8cb5198c977d7021c369]

        fdo#46808, Convert ui::dialogs::AddressBookSourceDialog to new style
        
        The service already existed, it just needed an IDL file.
        
        Change-Id: I6b9a5a5fd02985bfdd29bb42f032265d0b5498c7

2013-03-07  Noel Grandin  <noel@peralex.com>  [c98a1fa04884c7fa34dfeb5e2eae706e57c09123]

        make the UNO generated catch clauses use const modifier
        
        Change-Id: I2c9cdff2aeb97c8b9740aba91990e27315d5c85b

2013-03-07  Noel Grandin  <noel@peralex.com>  [68a5b26425ce97f099fdd002c358acf4aba86a97]

        fdo#46808, Use service constructor for document::DocumentProperties
        
        Change-Id: I4be6985d5f1c7729f74b8a5ddc41024a407e770c

2013-03-07  Noel Grandin  <noel@peralex.com>  [b70c3ec8f7575ed39e180854f8a7de91b9f05d49]

        fdo#46808, remove unnecessary XMultiServiceFactory usage
        
        No-one was calling the constructor with anything other than an
        empty reference.
        
        Change-Id: If1948ff236f6fdb3579e472d66c5f9c04879bc4e

2013-03-07  Noel Grandin  <noel@peralex.com>  [a3bb733ec6c6af04041c0b2a9849df22c26b3d29]

        fdo#46808, Convert singleton theMasterScriptProviderFactory
        
        Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09

2013-03-07  Noel Grandin  <noel@peralex.com>  [cd8ea20aa4b85128956a79c80f7953d30e99e802]

        fdo#46808, Convert ui::UIConfigurationManager to new-style
        
        Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2

2013-03-07  Noel Grandin  <noel@peralex.com>  [1b4b53a2ecd7f2283a2c86b2c474786918cbfbf2]

        fix spelling
        
        Change-Id: I52eb4153c3396be88b72cab3b7899f0c6ab18103

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [334e3dfd84b589b29a742a0c28814fa97b29313a]

        Revert "Window::PostPaint() was unused and empty"
        
        Nah, seems that it was used after all on Windows, somehow.
        
        This reverts commit 5754264f93001978a3c5f5f1cdabd7113de010b8.

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [0ce2d740a2ed93a029a290fe88748ac92baff9a0]

        Handle damage tracking and redrawing properly in the "desktop" Android app
        
        In the damaged() method do a callback up to Java code in Desktop that
        invalidates the view. For now store the view in a static field, but need to do
        that in a cleaner way eventually. There might in some circumstancest be
        several instances of the Desktop activity present. Obviously should also run
        just one LO thread.
        
        Get rid of the temporary self-invalidattion in onDraw() silliness.
        
        Start the LO thread that runs soffice_main() from Java, not from native
        code. Apparently only threads created from Java have proper class loaders in
        Android.
        
        No need for an own DoReleaseYield() in AndroidSalInstance, the one in the
        SvpSalInstance base class does what needs to be done.
        
        Change-Id: I4cb85b352fca1f1375f726620ec8c93d2047f113

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [8ba203c726df97039125ad8b3223802fc80a9110]

        Use __android_log_print directly
        
        Change-Id: I67d90eb58faa0427c4de894eac107cc2d05a3477

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [1ea2124ec68d0cf797ec212e3874dbfee2d9aa90]

        SALEVENT_COUNT is unused
        
        Change-Id: Ia4970bd63ae5a9af40a82c894ecd077b7ca199df

2013-03-07  Eike Rathke  <erack@redhat.com>  [94147f6ea2de2ace33fc3212f16ee441385cb373]

        resolved rhbz#918168 ICU: CVE-2013-0900 race condition allows DoS
        
        Upstream changes
        https://ssl.icu-project.org/trac/changeset/32865
        https://ssl.icu-project.org/trac/changeset/32908
        
        See also
        https://bugzilla.redhat.com/show_bug.cgi?id=918167
        
        Plus changed UMutex to UMTX to make these compile in icu49.
        
        Change-Id: Ib5dba7085e6b2dd3925c0c220b5d264e4c7bb4c8

2013-03-07  Tor Lillqvist  <tml@iki.fi>  [303ff2493ba479d4b52874b8e5afa4491d9cec11]

        Window::PostPaint() was unused and empty
        
        Change-Id: I0e35b55888df16067660862fd54d240f5dfcef8f

2013-03-06  Julien Nabet  <serval2412@yahoo.fr>  [0e2ad090d4b3147a58ea2f331d7a7d8a92b74bcf]

        Some cppcheck cleaning
        
        Change-Id: I53ddb92d1fef3513536fa9a54bcedad35581f4aa

2013-03-06  David Ostrovsky  <david@ostrovsky.org>  [3c14d6545bb513dc825088d8d09263d9b16c21c8]

        remove ReportEngine2 interface
        
        Typical anti pattern in java is the overuse of interfaces.
        You only need an interface in java, if you have multiple
        different implementations. Otherwise you don't.
        
        Change-Id: If8b62adc56385f9b839dab36e8cbbf9f715e6017

2013-03-06  Peter Foley  <pefoley2@verizon.net>  [e9c6338f1b50c0deaf714c87750319ea3482916c]

        Do not add empty path to SOLARINC on windows
        
        Change-Id: I6c53e999b9921dff4338815a48b8c97b4fe25059

2013-03-06  Joren De Cuyper  <joren.libreoffice@telenet.be>  [e8e068770e35dc4f7a5e793732be6ddef96d7ba7]

        delete previous uncommented comments in positionhelper.cxx
        
        Change-Id: I0f177a078b915c1220423ea583e749de4d02e384
        Reviewed-on: https://gerrit.libreoffice.org/2571
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-03-06  Lionel Elie Mamane  <lionel@mamane.lu>  [6cdce7fdce4905804554856f30aaf3cf68ebeaac]

        janitorial: indentation
        
        Change-Id: Ia1d4f938cbc3c142a415850208482e6e36122562

2013-03-06  Lionel Elie Mamane  <lionel@mamane.lu>  [966ab5cd805d403f1dec73bb1a452b9ed38348d5]

        fdo#61166 text format: correctly chain the formatter->getOutputString calls
        
        cf commit 271b11a3d56ba0c5f542a142ab859a0819530dba, copy/paste error
        
        Change-Id: I9a5391cd9d77d181026abffa3ea2f036c7009ade

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0bacc397742c094c8f74ea7354cae4143afb2bb6]

        Without threads for the while
        
        Change-Id: I15ad587b510ab006a6b92270f51ce8c352312694

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c532e236710f582b4b51427e850be4ad66ebe2da]

        oops, forgot Makefile
        
        Change-Id: I9a798186ecd213868fc44a1b49ae7bc5c93cc7ed

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bb4d0e1135bd026b7a39433000664c3626c96cc0]

        Add a comment to prevent misperceptions
        
        Change-Id: I0c7f2a53bf7a024f1190396accd164201e3a90cb

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cad422afb7a4dcd7592c502641b41a832703e536]

        Adding libmariadb module for internal mariadb (work in progress)
        
        Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9

2013-03-06  Miklos Vajna  <vmiklos@suse.cz>  [ea66024d4da38a619f44c941b65e6a28b74214b9]

        fdo#60722 testcase
        
        Change-Id: Ib6097c844b2bc929c6ece31bcec62f27bfbf386c

2013-03-06  Miklos Vajna  <vmiklos@suse.cz>  [1eaab77c718ffa254068ae6032862dfb5a03db67]

        fdo#60722 import RTF_SHPZ
        
        Change-Id: I6c572d44d93f812d50376ec05ae94bdabadb3f1e

2013-03-06  Miklos Vajna  <vmiklos@suse.cz>  [cf2a1277acd4a29492f056a626b13e903d391027]

        fdo#60722 RTF import: fix line width default
        
        Change-Id: I6e6ca4bcd66fca60d305bb21d71018c88d854289

2013-03-06  Miklos Vajna  <vmiklos@suse.cz>  [9c7dbd9e1d2a131402a80e377630fe1ab5381a47]

        fdo#60722 RTF import: fix line color default
        
        Change-Id: Ic100837dd69498e97d940e5dfb4053c02fc7daa0

2013-03-06  Joren De Cuyper  <joren.libreoffice@telenet.be>  [e4f492ac0134895ac60e92c54a80b8c7f49615a1]

        It is safer to uncomment these checks in the postithelper
        
        Change-Id: I84d96224dbe51ff25fcb6d96e0be9a8dff89b0a1
        Reviewed-on: https://gerrit.libreoffice.org/2567
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2013-03-06  Stephan Bergmann  <sbergman@redhat.com>  [050463ca89c93f033e7e3125e06f71514ab5e5cb]

        Dead code
        
        Change-Id: I74f40a03dbfb7f40da1132bdac080f3359110cc0

2013-03-06  Stephan Bergmann  <sbergman@redhat.com>  [6a2e8693b239b6d69523a34103b270613794ef8c]

        Dead code
        
        Change-Id: Ie54e11da130d563e52a87b924b556966d055b73f

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [ba0ad768769b0d37172d9ca18cf0b6614eb2e9e6]

        need sc.hrc
        
        Change-Id: I1c5fa09da04e8c21cfe418b814c61b63a90a4db3

2013-03-06  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [6691b0c9d46a26e70f0acdd2a59263bfdc138171]

        Converted Insert -> Names -> insert widget.
        
        Change-Id: I903d329cffd77daa9987cfc6079d9cfd10d98fc5

2013-03-06  Petr Mladek  <pmladek@suse.cz>  [7cc7e402788b5df140976ae6c0ce7e92971a3d9d]

        lo-commit-stat: new --bugs-changelog option
        
        Add --bugs-changelog option to print the list of bugs in the style
        of SUSE changelog
        
        Optimized the code to check bugzilla only once when you generate
        more logs.
        
        Change-Id: I56eeda92628422f1b649c0fd71ae9146aeaa85c9

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [96857802bd70aaa8111cf84367ca016cb8d1f06b]

        remove .src remnants
        
        Change-Id: Icd3df6c154e1eac0d7ba47c449c3fdc6ae388879

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [3a9e5d88398cd621800d355c68c1dd152b031a4a]

        Updated core Project: help  44a39c4833aef3499030d046f153bb1d27e84027

2013-03-06  Winfried Donkers  <osc@dci-electronics.nl>  [2d66aad26750c47659e3445e18d9a385658e3328]

        some refinements on label configurations in writer
        
        Change-Id: I94ad02972b0fae1327f72a41373f34962452b8ef
        Reviewed-on: https://gerrit.libreoffice.org/2473
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [a8ba50d2c0f54aa40977c6da0898814573d6a5e0]

        XINC and XLIB are never used
        
        Change-Id: I242153584dd8e50e8163c4534acf8d8a66423b02
        Reviewed-on: https://gerrit.libreoffice.org/2545
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [5575d7f3f3b2fcfdc2f9bbae7c8fb0805cb0f267]

        various efforts to consistently apply HIG rules
        
        Change-Id: I1a3ef21959d2bf50c57ffeaf5be3e49f75cd8cca

2013-03-06  Julien Nabet  <serval2412@yahoo.fr>  [17f68a9ea17f42757a124651a86bb04ee57f34f9]

        coverity#983009: Resource leak
        
        Just moving pArr block should be ok
        
        Change-Id: I9c5c4c35b90d8f06933521c77c966a426a801cec

2013-03-06  Radek Doulik  <rodo@novell.com>  [1d6b17d6130f0bb24c19207dffebe17f983d3415]

        do not crop the bitmap, it is already cropped. more debug output
        
        Change-Id: Iac6cd20833e0de9d8135fc4a3a0c4e5884a0e9fa

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [5fa81385ca841d68d43fff9b4af7f55b5d4ab2c8]

        adapt code to define name .ui conversion
        
        This is a bit of a pig, the RefButton does a magic
        shrink of the dialog to just two widgets.
        
        This happens in a baseclass which has other users
        so for the time being switch off being in a
        layout enabled dialog to do the right thing
        depending on that.
        
        On the bright side, for the other expandable
        element we can now use a VclExpander and
        throw away the custom resize, reposition, etc.
        code for that.
        
        Change-Id: I9f2ab8a8d1bd28ee873ec8548a26131eab597763

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [ee53857e984fea54b7dc08b99079b38766f0b796]

        handle empty button boxes
        
        Change-Id: I5763970fc521bd5951576090732902ef156d8958

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [a7b318a6ea507c6e35dc3a11f02c1d205519655e]

        merge isLayoutEnableds
        
        Change-Id: I67e55fd6aac3e0c9b80c63ca682d3aca7be7d815

2013-03-06  Eike Rathke  <erack@redhat.com>  [4bc9d484ca001fac72d3ebcd8a23a627c296e0dc]

        straighten out that dreaded indentation
        
        Change-Id: Ia082475c5d00dfd7c09da08b535e685f8513242c

2013-03-06  Chris  <chris.sherlock79@gmail.com>  [031f383af9942312f1c25f5498fb0e88afe4c562]

        Translate German comment in idlemgr.cxx
        
        Change-Id: Ic5506b8698d0458e3166994a165d4dd1a8f6173d
        Reviewed-on: https://gerrit.libreoffice.org/2565
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-06  Chris  <chris.sherlock79@gmail.com>  [fbb8d6b53b72bc9c2b937161bec4364378b38279]

        Remove commented out code in salplug.cxx
        
        Change-Id: Ie3f55a35874ecaf07440da26c8ba22c2803a0480
        Reviewed-on: https://gerrit.libreoffice.org/2566
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-06  Chris  <chris.sherlock79@gmail.com>  [fb237565bb9db1ab35420b9134d70d03794dedc4]

        One German comment translated, removed commented out line of code.
        
        Change-Id: I0811d0404b325307a7cab60c8c634a74eef0736b
        Reviewed-on: https://gerrit.libreoffice.org/2564
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-06  nccuong  <cao.cuong.ngo@gmail.com>  [a6b91730053fc61416716ae176081b91de52532b]

        fdo#60148 Clean up warnings from the Clang compiler plugin
        
        Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671
        loplugin: clean warnings: unused variables, incorrect indentation and log area.
        Reviewed-on: https://gerrit.libreoffice.org/2544
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-06  Herbert Dürr  <hdu@apache.org>  [6374ae0721a5e5da9ed1a477f9642feba01199a6]

        Resolves: #i120306# cleanup failed loading of problematic jpeg
        
        Patch-by: orw
        Tested-by: orw
        (cherry picked from commit 52c755f84a4755982d0f0933986c292d199a34f0)
        
        Conflicts:
        	svtools/source/filter/jpeg/jpegc.c
        
        Change-Id: Ic0686ad44fcd527fc6f182748e255daceac2089e

2013-03-06  Herbert Dürr  <hdu@apache.org>  [c407de35fb9ebf1a585fe490dbf353f7e1a01dd1]

        c#706125# fix overallocation on 64bit platforms
        
        (cherry picked from commit febadae3d165ba12f2f7944b441fdfc328a3725a)
        
        Conflicts:
        	vcl/source/gdi/sallayout.cxx
        
        Change-Id: I928bbf253cb5f7824b870ca77d04d3e453af67bd

2013-03-06  Herbert Dürr  <hdu@apache.org>  [a424a01a735b117a0a0913b5e322ee9005407844]

        c#708666# remove unused member m_aThread from GetPPDAttribs struct
        
        (cherry picked from commit 83587cfa95ca3ffa6c857d184f28e74c5b0a6bd7)
        
        Change-Id: I15bb5c1e6007688bc394858bea8374c59b965057

2013-03-06  Herbert Dürr  <hdu@apache.org>  [c604243cae1eab5de55b8c7ed97f3deae8f6dd34]

        c#708912# fix a double free in Sd*Options
        
        (cherry picked from commit a6ee3d58c7cc3e6b0c4ddb31ddd8f495385adad2)
        
        Change-Id: I382c4d0b1206f84d2e38818aa022a3f4b1684b04

2013-03-06  Caolán McNamara  <caolanm@redhat.com>  [c79da6a42f1aa630435a1d2092580f3b1e9ff850]

        some XubString->OUString
        
        Change-Id: Ic2baaa9d6de5e6b53bbd11e5917f206336302f7c

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [14e95922d2cdbafb7a3843dc291e8d8a95e89ff1]

        Commenting 3 failing tests before someone can have a look at it
        
        Change-Id: Ie6100b1eb21cc991324636c18745faa10092f570

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [ab70eb0c96311674aa9b628c5763fde960a78244]

        do not execute unit tests when cross-compiling
        
        For both build and host platform.
        
        Change-Id: I0fa9b5d85449887c2c6bd758fb1fecec9776d97c

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [96409470b19d32a2310086b089542b333686f4da]

        reintroduce gb_PARTIAL_BUILD to know if we want to run slowcheck
        
        Also kills horrible SKIP_TESTS hack along the way.
        
        Change-Id: Ida59fb44d247b52ef11ee7ba5e4e006996a87ebf

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [076eaea23c1c9992499399504c90fd00d83f1539]

        gbuild: use proper dependencies for concat-deps
        
        Change-Id: I132d63807cd49905a38cb8e38d887c5634a1f01f

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [9e1806b81f5e404320002c66d8dead3af1e0e5ba]

        odk: use proper gbuild functions; helps cross-compilation
        
        Change-Id: I7529c4a3ad52cddcab0198e9fd4f2d7b42584dec

2013-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [be46157bb2436798cba163983f98107faa1553b8]

        clean SOLARLIB post dmake removal
        
        I think it should die completely but openbsd and solaris still use it.
        Probably just setting LDFLAGS should be enough for them ?
        
        Also SOLARINC_FOR_BUILD and SOLARLIB_FOR_BUILD are not used anywhere.
        
        Change-Id: I1c11981f859876af8b90e8ba60fce2820b354022

2013-03-06  Stephan Bergmann  <sbergman@redhat.com>  [0a1e834a7370dec036b621ef1906cf261eb13f58]

        Improve comphelper/README
        
        Change-Id: I81e3cb8f21f156e61536237ee8b87e475218dafd

2013-03-06  Luboš Luňák  <l.lunak@suse.cz>  [3fbc15ce456d0112700e1832e860e06f01eb5c03]

        remove the need to explicitly specify font style for font embedding
        
        The information can be read from the font data itself now, so
        this is a bit pointless. It wasn't entirely reliable anyway,
        as it is also necessary to ensure two font different font files
        don't overwrite each other.
        
        Change-Id: Ie17ab8118e1c08228beb7c749c5c8d6cf3426362

2013-03-06  Luboš Luňák  <l.lunak@suse.cz>  [595f954424a5b99f0a9d396b77d2d5b89b5ae664]

        check whether font files allow being embedded in documents
        
        Change-Id: I95842a35a7c795cb0a3c1957f4062a373a9c4797

2013-03-06  Luboš Luňák  <l.lunak@suse.cz>  [25a5ee2aebebe9e175ad3b1c770bba9826fe4d48]

        do not embed the same font file twice into one .docx
        
        Change-Id: I6d38e83a7fa609d53f2f687ccfe289440d23e960

2013-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1bf4306c3967560948f22630ff8f76c268a9c8bd]

        Switch from libmysqlc library to mariadb-native-client
        
        Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c

2013-03-06  Michael Meeks  <michael.meeks@suse.com>  [499e53a95e79b175037ec9264d34e2ca6f7e692a]

        make debugging / cache better and kill a warning.

2013-03-06  Michael Meeks  <michael.meeks@suse.com>  [7980049cebfb4337df11bf339aaee161b1069bee]

        significantly faster and less lame module dep collapsing.

2013-03-06  Kenneth Beck  <overlordkb.dev@gmail.com>  [21e1e859a7dc883a0347b6537e2518f4b2e9d0ff]

        fdo#60724 change spelling error REMOVEABLE -> REMOVABLE
        
        Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments.
        All other instances of the misspelling have remained the same.
        Example: AF_REMOVEABLE
        
        Change-Id: I391f4101bbc3e06689318235a37d616065bc1686
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-06  SJacobi  <Sven-Jacobi@gmx.de>  [0ece7f368b499a010e3ecf2ffa193c242f9a78db]

        docx import, fixed cropping
        
        Change-Id: I910c2f769e88c5d9d17fc5bf072909b4b7f28ef0
        Reviewed-on: https://gerrit.libreoffice.org/2557
        Tested-by: Luboš Luňák <l.lunak@suse.cz>
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-03-06  Chris  <chris.sherlock79@gmail.com>  [f7bae94ebd5318a146907e1f9c70f323df4c15e1]

        Translate German comments to English in svmain.cxx
        
        Change-Id: I4f27a839c6403c08983f0366402c852b0710029c

2013-03-06  Pallavi Jadhav  <pallavi.jadhav@synerzip.com>  [5d10a0180f5e9922ca197cdea00ee84bc4b2d313]

        fdo#48735: Save crop information in PPTX.
        
        fdo#48735: Save crop information in PPTX.
        
        Change-Id: I8aee13b11406988ab451034f43ee41c662add5fb

2013-03-06  Tor Lillqvist  <tml@iki.fi>  [4ceb66d86f508629bd663d16563809524398551e]

        Drop unused timestamp parameters
        
        Change-Id: I1d825c39cde67c204110b4a787b3ffb290331fe5

2013-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47ec29ae934c82a58436bca0511117503568e907]

        prevent non-3D refs from being accepted in chart2, related fdo#61781
        
        Change-Id: I4c7f79393721bff3d5e6fda98b8d4bf16a5ee398

2013-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a26217815d4e69ec2485c370dfef0fbb41d6c8ab]

        make all chart ranges explicitly 3D refs during import/export, fdo#61781
        
        Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b

2013-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e39ea83a269ac56cbcf81084217457feabf5d47]

        improve chart2 import test
        
        Change-Id: I0de697ccf779163408755bcd677b2af2e74bd18f

2013-03-06  Takeshi Abe  <tabe@fixedpoint.jp>  [2082dc5421a7d1e8447cddfca96df084abdc3cbc]

        Remove dead code
        
        Change-Id: I922286ea88663402e813365cbf7993890d33e9de

2013-03-05  Peter Foley  <pefoley2@verizon.net>  [7b8411810239683911ad7ef749ed7943038949b4]

        fix access is denied error in nss on windows
        
        Change-Id: I3b0ebab5e87897a9c29da4b3f97f7fb71cdd1751

2013-03-06  David Ostrovsky  <david@ostrovsky.org>  [cde76a32058aef5cd19b17f01aebb6715f97ec6b]

        fdo#61726 java class collision with new idl
        
        Change-Id: I90ea912fd0cc54068843d21cb2585e78e70a3d71

2013-03-05  Peter Foley  <pefoley2@verizon.net>  [acc4ed5c4b116fe6b5104833341cc044f77e0374]

        avoid -manifest warning for StaticLibraries
        
        Change-Id: I13f0286e532ede2ebd9a9f9d28e71d6ec376549b

2013-03-05  Peter Foley  <pefoley2@verizon.net>  [8e60dd94c6a7e3e3e57bfabdd0040b3d1e966285]

        replace snprintf with fwrite in concat-deps
        
        As suggested by Norbert
        
        Change-Id: I1b23f2e0de8524db9e1c903863163a82a3965e41

2013-03-06  Tor Lillqvist  <tml@iki.fi>  [185b6251436ef03e314295e4fff8fcfae0d656b2]

        Add SvpSalInstance::PostedEventsInQueue()
        
        Used by AndroidSalInstance::AnyInput(). Unfortunately there is no way to check
        for a specific type of input being queued as the AnyInput() API would
        want. That information is too hidden, sigh. Should fix that.
        
        Change-Id: I2d971a7da531bb00a80fd39311fb70ab29359b08

2013-03-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f7417d7aadba02caa96c0346996b4f2fff2ed2d3]

        My check-deps script expects a space there...
        
        Change-Id: Ia591bc9422112d62756c7c80b3d11f5a9af42037

2013-03-05  Andras Timar  <atimar@suse.com>  [5cf45109cc8a5ee53ab2a50003831c3269ee9cc8]

        remove obsoleted ulfconv utility
        
        Change-Id: Id627136d25a40b5d573e274cc6ad78418b8ffdb9

2013-03-05  Stephan Bergmann  <sbergman@redhat.com>  [f4b218d16442f5daacf87b42e9cb1fb816bef4c0]

        *ppRet cannot become non-null there out of thin air
        
        Change-Id: Idd08a89dd0dcf05caeacc9e14a0a6ea10b433588

2013-03-05  Stephan Bergmann  <sbergman@redhat.com>  [ef8a6be49a7175bcfdb014dca9c3d6ec2961b4b9]

        Do not CPPUNIT_FAIL (which throws exceptions) from a destructor
        
        ...this is a sure way to std::terminate
        
        Change-Id: I8753b1b1d6594829ea529462aa0369e4f2f623d4

2013-03-05  Rene Engelhard  <rene@debian.org>  [e141af7d7f0969cd425de8ebc852d1b91a8e5c85]

        update scp2 module for auto installed libs...
        
        Change-Id: Id19c8c768bd8be7767d6d224fa5d584381707217

2013-03-05  Andras Timar  <atimar@suse.com>  [3f00cb248f36af8d28f3730c73531bbfcc86d25a]

        remove ScpConvertTarget class, no codepage conversion is needed
        
        Change-Id: I45f309c6c23704af8638003fd54f1a7e45062d61
        Reviewed-on: https://gerrit.libreoffice.org/2555
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [0b10d7cf5059d6a8868864fd7625c4e58eda612c]

        Rework scaling once more
        
        Don't ask the LO code to zoom while scaling in progress. That is way too
        slow. Return to the idea of just scaling the already rendered bitmap
        containing the "top-level window" from LO's perspective, UI elements and
        all. (Obviously if we continue to work on thie demo app, the desktop style UI
        elements need to disappear from the sides of the LO "window", so that the only
        thing LO renders is the actual viewport of the document contents.)
        
        This time, instead of scaling the View, which for some reason causes horrible
        flickering glitches at least on my device, draw the bitmap scaled in
        onDraw. Much smoother for some reason.
        
        Of course when we then in onScaleEnd() ask LO to do the actual zoom, what
        eventually results (remember that the LO code runs asynchronously in a
        separate thread, and the zoom request only gets posted to that thread) is not
        at all the same as what just drawing the bitmap at scale produced. (Especially
        not as there is no way yet to have LO zoom centred on a specific pivot point.)
        
        Change-Id: Id80576c99a03f5f8bf0d8039c6c7406322581956

2013-03-05  Julien Nabet  <serval2412@yahoo.fr>  [03c51284b9a23dabc9139504691d061ce38be279]

        Remove unused nTotalItems
        
        See http://nabble.documentfoundation.org/Cppcheck-nTotalItems-is-assigned-a-value-never-used-sfx2-part-td4036724.html
        
        Change-Id: I8c752dc7bede7cbf5e450d62500a227458b8dc25

2013-03-05  Michael Meeks  <michael.meeks@suse.com>  [956c8eed2ca24285d1a19cda2f5f878b3e455ca8]

        world's lamest code for generating graphviz from module deps.

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [0e838cead94a0e4627e12fb55b4b8c29e9905d4c]

        Call ne_debug_init() in a debug build
        
        Change-Id: I08d540bdbe32ba9df994528bac97ac76e587795a

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [712ef1617791a0f4214f8978484f5be11678aab6]

        Turn on NE_DEBUGGING in a debug build
        
        Change-Id: I9ca6ea16868fd41c5547fdca547184bf73e134e1

2013-03-05  Miklos Vajna  <vmiklos@suse.cz>  [5dc729cae00e6ea35f5dde13eba89434be2d7dc5]

        bnc#793998 SwTxtFormatter::FormatLine: fix missing repaints
        
        The incorrect SwLineLayout width caused a missing repaint when a
        character is inserted after the tab in the bugdoc, see the already
        existing sw/qa/extras/ooxmlimport/data/n793998.docx.
        
        Change-Id: I685203eeb2ed4236758d65132069cd894ece488c

2013-03-05  Noel Grandin  <noel@peralex.com>  [3554b3653049cb8fffa2a56ca0c9a2d8e972f5ec]

        fix for fdo#61801
        
        ... "crash on Tools - Options - LibreOffice - Personalization - Select Background Image"
        
        The root cause of this is my conversion of the UNO code to use the
        new-style FilePicker service constructor in commit
        4b51374a7021d52f7f1be1861e2ee6a011b30ecd
        
        Unfortunately, the new-style service constructor will always call
        initialize(Sequence<Any>), which the old code did not do.
        And initialize does not like being called without any arguments.
        
        The cleanest fix for this is to simply remove the createDefault()
        service constructor method and make all the call sites explicitly
        choose the style of FilePicker dialog they want.
        
        As a bonus, this simplifies some of the call sites.
        
        Change-Id: I75f5e03cff4e39abe22cd9650a079ec78ab636c4
        Reviewed-on: https://gerrit.libreoffice.org/2553
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-05  Caolán McNamara  <caolanm@redhat.com>  [b3876e1dc9b05c7e0e02d7a03c372cc2600c7fad]

        another use of the reverse Unique HelpId Hack
        
        Change-Id: Ic2d84bc20abda1ad2417d4dfdbe8c8fb09a49efd

2013-03-05  Caolán McNamara  <caolanm@redhat.com>  [a9b33fc3044c001a652865baf6fb870f04c91a96]

        make formula refButton and refEdit loadable from .ui
        
        Change-Id: I2ad13cd8de2c0f8f5672a30c3c1117708368b05f

2013-03-05  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [d1c72717a2260b46a76624db377277d90c6190d4]

        Converted Insert -> Names -> Define widget.
        
        Change-Id: I1772da085487358854ae5cc41fb0a802fd761786
        Reviewed-on: https://gerrit.libreoffice.org/2130
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-05  Chris  <chris.sherlock79@gmail.com>  [b3b2a4a3f32527a3066d77e2a51c03339db21244]

        Update README to explain what "SV" stands for in the source.
        
        Change-Id: I0d0a71a6e74ca2d90487313e33cf82ea7bcac063
        Reviewed-on: https://gerrit.libreoffice.org/2532
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-05  Eike Rathke  <erack@redhat.com>  [4f25fac0bdf76f035bd521660d8fd74e8b7e0137]

        so there's no need anymore for ls and grep out workdir
        
        Change-Id: I991ab1ff60d056ba8395f39a197d6b8456b7ba53

2013-03-05  Maxime de Roucy  <mderoucy@linagora.com>  [d5405d4c42459304a1152b7a1722a1627f775b07]

        res. bug on numbered paragraph when .doc import
        
        This patch solve an issue on .doc import (on paragraph numbering).
        It was created from the code found in SwDoc::DelNumRules.
        
        To see the problem you can download simple test document :
        wget ftp://craoc.fr/{a,b,c,d}.{doc,png}
        
        Each document contain a paragraph "Test test test2" using Normal/default
        style (this paragraph is imported correctly) and a "Test test test1"
        using nouveau_style paragraph style.
        
        In a.doc no direct paragraph formating are apply to the test1 paragraph.
        a.doc is imported correctly.
        
        To create b.doc, in Microsoft Office Word I opened a.doc, put my cursor
        in front of the first charactère of the test1 paragraph (T) and push
        "backspace".
        The result is that it apply some direct paragraph formating on test1 :
        * disable paragraph numbering
        * apply some indent
        
        To create c.doc I did on b.doc the same things I did to a.doc to create
        b.doc.
        c.doc direct paragraph formating on test1 :
        * disable paragraph numbering
        * apply some (other) indent
        
        To create d.doc I did on c.doc the same things I did to a.doc to create
        b.doc.
        d.doc direct paragraph formating on test1 :
        * disable paragraph numbering
        
        Without this patch, when importing {b,c,d}.doc in Writer :
        The "disable paragraph numbering" direct formating isn't correctly
        apply and test1 remain a numbered paragraph (even if the "dot" in front
        of the paragraph is removed).
        The indent are not correctly apply.
        
        With this patch {a,b,c,d}.doc are correctly imported.
        
        It also reset the left indent of paragraph when the numbering style is
        remove.
        
        Change-Id: If0568f341b82c2e8354f1728e5fc6f1ab310ea51
        Reviewed-on: https://gerrit.libreoffice.org/2046
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-03-05  Eike Rathke  <erack@redhat.com>  [f56d1bb450530581bd9aaaecd8fa0bbf4ad0f950]

        */$INPATH/misc/build is gone, dead, squelched
        
        Change-Id: I9beed35b786ee4b096ec1dd605e394a37d680ab5

2013-03-05  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [10bb5b8e24b90f881ac0ef758bb11a0bbd531a67]

        fdo#38838, replacement of String with OUString
        
        Replaced String with OUString in mediawindow.cxx, basdoc.cxx,
        basdoc.hxx and bastype3.cxx. In other files I only replaced,
        what was necessary for the changes in basdoc to work.
        
        Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4
        Reviewed-on: https://gerrit.libreoffice.org/2554
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-03-05  Caolán McNamara  <caolanm@redhat.com>  [de02e1e546a2141567afd8a90e54bcde72550ab1]

        Updated core Project: help  071306b8f2e8d419a76ba2d493b7b8377fde2eff

2013-03-05  Caolán McNamara  <caolanm@redhat.com>  [edef1887ff9373b29228e51c44ae091f675a94aa]

        make RefButton quick help toggle saying shrink/expand
        
        Change-Id: Id5b5518a0cb3982ebc398e57499c5c240ee7d683

2013-03-05  Caolán McNamara  <caolanm@redhat.com>  [afae9b56a0fd80581043afae94d38b29c4262016]

        update unusedcode target and list
        
        Change-Id: I53344d6a17570c044ad6e24cc148e07fe6f99ae8

2013-03-05  Miklos Vajna  <vmiklos@suse.cz>  [d431a1323f0b7bbeff79216b2c132e457b6cd3ef]

        SwLinePortion: drop no longer needed C30 workaround
        
        Change-Id: I80496eab6f1bbdcbae74ddac946a95ca2c34b45f

2013-03-05  Miklos Vajna  <vmiklos@suse.cz>  [ca44650259e9388bd7dfd0603e4c9908a116c59b]

        sw: include SwLineLayout width in layout dump
        
        Change-Id: Ib891a4338a80939b4f6212b1b4f6ae0abfea36fb

2013-03-05  Michael Meeks  <michael.meeks@suse.com>  [c123ea35635943bebf87b7515ecf9c9e5b330ffe]

        make vcl filter config extension search cleaner and more comprehensive
        
        Change-Id: I7a5740b42490bf2301e6466f056fdb1dae4c6dbb

2013-03-05  Michael Meeks  <michael.meeks@suse.com>  [0b789377ffc1a05b6c6a58e373900e378835e07e]

        fdo#61847 - tolerate invalid pngs.
        
        Change-Id: I02a6460e9fa50c1c11e4f4c972bf962064d57410

2013-03-05  Thomas Arnhold  <thomas@arnhold.org>  [41e03a166eb9077dddd3f0ee9c2602122ec7d5ba]

        doubled using
        
        Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28

2013-03-05  Christian M. Heller  <christian.heller63@gmail.com>  [21414f3958357303084780b27d566f2058b73a37]

        fdo#39468 translate German comments in /vcl V2
        
        Change-Id: Icead8400db3bab570b5ef55d5079ea50e2e3b7b9
        Reviewed-on: https://gerrit.libreoffice.org/2552
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [589ec7b7a1fb10b1618875e17589055c59fbb6af]

        slowcheck is not executed after everything is built

2013-03-05  Michael Meeks  <michael.meeks@suse.com>  [d614ca7ebe77894e38754576de0969c4086827be]

        initial gnumake module deps dumping.

2013-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cd6f8f7ad868d2c69bd528d21aa0d8190299270]

        start for an initial chart2 import test
        
        Change-Id: Iedd531186fccd73704eb3137195a22d3ca005293

2013-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6d79264399cbb11f0c030ce18e486914a5515df]

        fix typo in API documentation
        
        Change-Id: Ia466bf9d9dfeae04ba5dede377a2fad79405da82

2013-03-05  Matúš Kukan  <matus.kukan@gmail.com>  [42326191c40131561bf4f307750b3d8aa98bbc57]

        we need ucpp also for odk
        
        Change-Id: I15a2df171f49141c04f03c61ac3f30db25b6c44c

2013-03-05  Matúš Kukan  <matus.kukan@gmail.com>  [ce1bdc424f462236d8e6bc6c06e95d2f40b43eae]

        Let's use only one Makefile forwarding to gbuild.
        
        Well, there is still another one: solenv/gbuild/partial_build.mk
        This enables you to do in SRCDIR:
        make gb_Side=build -r -f Makefile.gbuild <target>
        which was not possible previously.
        
        Change-Id: I6f8ce1c6503124526986e192b7d3552b909fc157

2013-03-04  Peter Foley  <pefoley2@verizon.net>  [61add5c77de1ff963b839020c77f67f14ef07de1]

        propagate use flags to sub-make processes
        
        Change-Id: I7974e68f3dd55c5ad859276e482d93a94af0cd28

2013-03-04  Peter Foley  <pefoley2@verizon.net>  [ad81c67b19b522e007e0e553695a4aad82892568]

        avoid doubling en-US
        
        Change-Id: I78192d10c4b337631091aed5ffee9f2973f06964

2013-03-04  Peter Foley  <pefoley2@verizon.net>  [b00254ab2af5115b1a4deaaf7593d287925ebc64]

        make lto work
        
        Change-Id: Iab6892368c6ba6bb5b83132cdcd6aa959c3b0e1f

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [6cd8e92402746a193e4a19a5f31e9ac16318352e]

        Add a SAL_INFO
        
        Change-Id: I57702d2d848181f2df4af3fc0d1ce8cbed1455f9

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [016206156d412b7df6445e81753f49a36f29b29a]

        Fix float scale factor -> integer percentage conversion bug in my new code
        
        Change-Id: I1b843ee1921bad3607e62f7e61b085a33cd84aed

2013-03-05  Tor Lillqvist  <tml@iki.fi>  [68eea32a6e1b38013c06e91fc2d88fb67b4b300e]

        Remove unused variables
        
        Change-Id: I81c62dd3f6319d6ca9c0da518ca07391a80179da

2013-03-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [85c7f925a29f6edcffebe40ef69164f10655abb1]

        Print help text if no subcommand is provided
        
        Change-Id: Id9abc3ab45af8b6e44904090e179ce67a3f45796
        Reviewed-on: https://gerrit.libreoffice.org/2541
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [65610d54b43290d722b318d5ff819e6b5af1bc3a]

        remove trailing whitespaces
        
        Change-Id: Ib6684fe00e063e150af30477fd704d9b3f029282

2013-03-04  David Ostrovsky  <david@ostrovsky.org>  [67942a8b68f8061f4bbeda023be9a586e636128f]

        fix build
        
        Windows seems to be unhappy about bpixel.cxx removal.
        This partially reverts 3abfdd08caf588577c349f1e2cbe8778ec228c85.
        
        Change-Id: I3a27bafa9ead14ba19d0f00a6be086df6c468e19

2013-03-04  Andras Timar  <atimar@suse.com>  [68526e5c1e268206fd25bb429767ad5c917d01a9]

        remove obsolete po2lo script
        
        Change-Id: If014e70066f4d103b7b01c69c928471ba298b6cd

2013-03-04  Julien Nabet  <serval2412@yahoo.fr>  [76fb62755b7b7cafe072e62443a5de852caf1da9]

        coverity#983056: Resource leak
        
        Change-Id: Ic40776f3cec5139e7f7accb4985533e78bd7c158

2013-03-04  Krisztian Pinter  <pin.terminator@gmail.com>  [429adbbe0d46716bc128ff8f066aae3cfc793b49]

        RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
        
        Change-Id: Ica78f316d481130c28da83f92561206518342eaa
        Reviewed-on: https://gerrit.libreoffice.org/2483
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-04  Zolnai Tamás  <root@linux-dre0.site>  [483dbb8a7eb3626d6b1ed552d486d58e0fe149dd]

        Updated core Project: help  80057f99f605bb833eaa93a6cfc21b593a302783

2013-03-04  Andras Timar  <atimar@suse.com>  [b3f43db9e998f5656144349a7bb2cf2cf2be68ba]

        fdo#61602 use the new Turkish Lira sign
        
        Change-Id: Ic07d9147ad559573e4e6a3818ee78b8dfcedf12f
        Reviewed-on: https://gerrit.libreoffice.org/2482
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-04  Eike Rathke  <erack@redhat.com>  [9c51646541846317777b00dc6ad2e30cb1c07950]

        resolved rhbz#916936 allow also input line for read-only
        
        Allow activation of input line and cell activation in read-only
        documents regardless whether it's part of an array or not.
        
        Change-Id: Id2dc9de9e60b58f4b471fb232e899c9ea75e83f1

2013-03-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7488ad52d7aa0941ec09757240acc3f542b3832a]

        Add new dialog to Query Design View
        
        In Query Properties Dialog can be set properties like
        distinct values and limit.
        To open choose Edit\Query Properties.
        
        Steps of implementation:
        - Add new slot to Edit menu (menubar.xml): delete the slot of distinct values,
          because it can set in this dialog too
        - Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx)
          With it only LimitBox header is included in the dialog source.
        - Extend LimitBox class to work with new layout widget (make... and GetOptimalSize())
          and add it to the galde catalog
        - Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and
          write the .ui file. (querypropertiesdialog.ui)
        - Syncronize the two LimitBox (querycontroller.cxx)
        
        Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538

2013-03-04  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [30e14d7d3a70f0b5f5a6163d122e501cc5edc334]

        fdo#38838, change String to OUString
        
        Change-Id: I373f5d2f453dff83141a4cdaeed94ce0268bf70c
        Reviewed-on: https://gerrit.libreoffice.org/2497
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-04  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [11109e8ab8cfa49750d0a2adc3afe3a8a0fc0b48]

        fdo#38838, replace String with OUString
        
        Change-Id: I84e49275ffc8627e93f32ae522c621d39a4eda72
        Reviewed-on: https://gerrit.libreoffice.org/2493
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-04  Miklos Vajna  <vmiklos@suse.cz>  [4ae71885ec61f87c46285150ef4ca84192627b7a]

        fdo#56272 SwAnchoredDrawObject::_SetPositioningAttr: fix position
        
        This reverts a part of 51cfbf0cfaec395a99a00f2c20fcba96de9a4427, that is
        no longer needed, but causes incorrect drawing objects position.
        
        The problem was that a non-zero position doesn't mean the layout in a
        later iteration doesn't change the position, but the referred commit
        didn't allow later iterations to fine-tune the position.
        
        Change-Id: Id91a4c6952d1b58e0c5bc0b1a60991a284c29ddc

2013-03-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [de45e004399ff3634b89711990607909a66e3541]

        Translate German comments
        
        Change-Id: I3c4b8fa5b80bdd4a38dc9ea15ad805e9430a6e68
        Reviewed-on: https://gerrit.libreoffice.org/2540
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [900d29452ea07db7ed3e9731d907d57da26824fa]

        typo
        
        Change-Id: I7fda2616fe8f609167ab2caa5eddade5527b4900

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8ecb2c52a67168a4a00b649e7f70731b21a7a91a]

        If Mozab is built, look for VS2005 dlls
        
        Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [9ec4fc4de14cf04e83ef03a800b929b9abddae75]

        drop sole DBG_ASSERT only use of Application::GetFilterHdl
        
        Change-Id: I6dd3e1141f9fe925bdb2cd2c7f0df994f35a119d

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [33c3b6012ffc702ba7b948b6e4716fb2fa0a9dcc]

        one last DBG_UTIL consumer of this in writer
        
        Change-Id: I6074c3bc265d405688f1984ddeb37dc332c02b33

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [41be45ec7506a698ae0a56fad869de6978a10a95]

        add more custom widgets to glade catalog
        
        Change-Id: I1bc651e6f1d51704723386688330fe3d0ccb3429

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

        include scrollbar width in optimalsize if vert scrollbar is always shown
        
        Change-Id: I9704b5becf6f0003233be2b3aa78b4b21a91fae7

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

        audit GetParent harder wrt GetParentDialog
        
        weed out assumption that widgets are direct children of Dialogs
        
        Change-Id: Ib2cf0c8862bd5e82b13380634ed82ca7fcc746b8

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [045e4115656063aa8d77e0581eaeea6cbf9e1c9e]

        Resolves: fdo#61665 modifying column width widgets crashes
        
        Change-Id: Ifc9b31cad9e9935c4873c2785f203bd07d1f118e

2013-03-04  Miklos Vajna  <vmiklos@suse.cz>  [5fff8a99b344d92e6eb715fb59e2819b645787e5]

        SvxZoomDialog: m_pColumnsEdit can be a NumericField
        
        Change-Id: Ic5469c89587b509822be8e29febc9047548c07ab

2013-03-04  David Tardon  <dtardon@redhat.com>  [dc061a19e02f32b4556598088616b98352bcfed1]

        create qtz help packs too
        
        Change-Id: I964b5698f1e17c5f923220e6a8567aad697780b2

2013-03-04  Noel Grandin  <noel@peralex.com>  [85871c984b14b7ceb72634095660081ef16054e5]

        fix missing return statement
        
        ...introduced in my commit dc00ad1e823e3b36619cd04c7e4d169362e199b3
        "fdo#46808, Use service constructor for task::InteractionHandler"
        
        Change-Id: I187702ee5d6c3e653ce08526bb1af80af0b92cb4

2013-03-04  Takeshi Abe  <tabe@fixedpoint.jp>  [ce33f85ffdb8612c9fba9356acdaa93a08a9ba41]

        sal_Bool to bool
        
        Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6

2013-03-04  Julien Nabet  <serval2412@yahoo.fr>  [f348749a83cb985c5bf40603a0c8b4e3b5950eab]

        coverity#982282: Resource leak in object
        
        Change-Id: Ia7d936c90d7afd4ffa4e22a86289aba47956f576
        Reviewed-on: https://gerrit.libreoffice.org/2511
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-04  Maxime de Roucy  <mderoucy@linagora.com>  [eda055de9ea68d6d87be34c659fd0a23930ea3e2]

        Updated core Project: help  0401988227a539ef9181bfb26217b09fc360124e
        
        format paintbrush "paragraph" / "character" format
        
        Add a paragraph to explain what formats are considered as "paragraph"
        and "character" format by the format paintbrush.
        
        See comment 9-10-11 of fdo#59029
        
        Change-Id: I319007544d2361541a86e084ecf85c9e59973dcc
        Reviewed-on: https://gerrit.libreoffice.org/2484
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        

2013-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c510281181c647fc3c32e0d08aab99cd46bd3769]

        no need for the dynamic cast anymore
        
        Change-Id: Ieef97a7c2bff0d5aaffb6034e057b33bc9c65a5b

2013-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8105ab9f3c7b4e846b4422b6b0eb1dc66d806a8]

        make this a real assert to find these problems earlier
        
        Change-Id: Ie23de38f5f79a7a72b6ce8d4da7aa0f5e4dd2a93

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [8c801204f95df9a5e662395c0178263970da81a3]

        SHL_SHL1 now unused, too
        
        Change-Id: If73c578cf698b11b14b0f97b5f0deb0febac9b2f

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [33d6a7b2d7f6d6401c463556ade98de3bf23cf84]

        doubled namespaces
        
        Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [26e37ca4c7a26d59f1a42de2a43705f61327389e]

        doubled includes
        
        Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [57d169b6061549ce273582bd2ee96cce34f1c5a2]

        doubled namespace
        
        Change-Id: I756f4a98b1eedcbe7674e9afd9b06816141688b9

2013-03-04  Andras Timar  <atimar@suse.com>  [db7e034b1487cec4686fe0d2e37afd63d4adf8e8]

        drop unneeded include
        
        Change-Id: I45c33f16a2b70a938a4f716a54c4a5c64460087e

2013-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1f810b3adf030d4e20e71845bd6368b119a53bc7]

        we need to use GetParentDialog nowadays, fdo#60253
        
        Change-Id: I6317ce1f99af58439f7009cac5a4bc133e404dbf

2013-03-04  Peter Foley  <pefoley2@verizon.net>  [6398cf9f874cf0879151d70e9f63f7b8d53b30e0]

        do not require cygwin gcc
        
        Change-Id: I29de91f2eeb5c9317271aecf861f64a3c8eff73f
        Reviewed-on: https://gerrit.libreoffice.org/2521
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-04  Joren De Cuyper  <joren.libreoffice@telenet.be>  [52db503897de94deae3121e1ce194c88b517f300]

        Delete double condition check
        
        We don't need to check if aNextPostIt != aVisiblePostItList.end()
        again because we only can enter the enclosing if-statement when
        aNextPostIt != aVisiblePostItList.end()
        
        Change-Id: I853ed465e957bd26dae8312d2ce717ea1ca0b4e8
        Reviewed-on: https://gerrit.libreoffice.org/2453
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-03-04  Stephan Bergmann  <sbergman@redhat.com>  [b2cc8263bbfc01a7b8f51fbe2c56b61bd4da3b5c]

        Fix "may be used uninitialized" warning
        
        Change-Id: I6d2ac90177bd3194e0e3c23ee7c8dd634bb64228

2013-03-04  Noel Grandin  <noel@peralex.com>  [dc00ad1e823e3b36619cd04c7e4d169362e199b3]

        fdo#46808, Use service constructor for task::InteractionHandler
        
        a lot of code was loading the service using it's implementation name,
        which is why this got missed earlier.
        
        Change-Id: I0b150bc9383a1a3a09ab905c4ddb7f914e69638d

2013-03-04  Noel Grandin  <noel@peralex.com>  [244c7cdede13980c29850b7b68e9da16cdc61879]

        fdo#46808, convert task::StatusIndicatorFactory to new style
        
        the service already existed, it just needed an IDL file.
        
        Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9

2013-03-04  Noel Grandin  <noel@peralex.com>  [c4c736c2a4c9852f8ef8257c36d7b5481aa9e83a]

        fdo#46808, Convert the menu classes in framework to XComponentContext
        
        Change-Id: Ia800083ab052dd648e25d6ee3ac284a017d2176e

2013-03-04  Noel Grandin  <noel@peralex.com>  [89d4ecc16e7e9501f357a26de50b3318d24446f3]

        fdo#46808, Convert frame::DispatchRecorder to new style
        
        API CHANGE: dropped the XIndexReplace interface because no-one is using it.
        
        Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8

2013-03-04  Noel Grandin  <noel@peralex.com>  [4633b07bed7d71d1ab9d7fa30d979f054043958b]

        fdo#46808, remove some unnecessary getProcessServiceFactory calls
        
        Change-Id: I62652b0fd9a28e0e7eaea65569764bc534b112f1

2013-03-04  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [ba660eb85665b1893c86217daf1dad78d68ba192]

        docx import: table styles and rPr/pPr tags unit test
        
        When importing table style from docx, ignore sz tag when not inside
        a tblStylePr element.
        I did not find any reason for this in WordProcessingML documentation,
        but Office seems to be doing so.
        This change includes the unit test.
        
        Change-Id: I2a6c27e458e02eb6cd39defe65a415792adc6393

2013-03-04  Miklos Vajna  <vmiklos@suse.cz>  [23b67c536537c91020cf5a45ab5cb36d7316ed89]

        DOCX import: fix import of font size in table styles
        
        Change-Id: I2c7ea83fb910b57d78fda620bc42b90e55de3719

2013-03-04  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4aab4a879390c272cb95600156b4b14a7a29d6ea]

        This condition is uneeded and cause localize not to work
        
        See also: 73b7792f716064db0815ad0f86846093edcd2f78
        
        Change-Id: I9ea5e77cf84ce9ac6b247b97e579373831ab9ab9

2013-03-04  Luc Castermans  <luc.castermans@gmail.com>  [32acb98b3fb6acb4712f7195cf5ea1bd69c9c6b4]

        translated German comments; all cleaned up.
        
        Conflicts:
        
        	dbaccess/source/ui/querydesign/QueryTableView.cxx
        
        Change-Id: I761b190361bbcca2f9655a7a028799586c2d8656

2013-03-04  Thorsten Behrens  <tbehrens@suse.com>  [3eff5baefc42979f397395b8487efd7b098ba2ee]

        Remove empty namespace
        
        Change-Id: Ie3bfc58d56201117a55468d505a25ac95ad86f06

2013-03-04  navin patidar  <patidar@kacst.edu.sa>  [5b32d9c4406a68507ac9737ee0ada8bd1d424815]

        fix fdo#61492: update sd:View with FONTHEIGHT attribute changes.
        
        update sd:View with FONTHEIGHT attribute changes, so that
        it can position bullet and text properly.
        
        Change-Id: Ibf8c6423e64d194c2711d9c37b58de31f1c4c2dd

2013-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53630966cca9f88cff01c6607abc7e6ed0cca877]

        another fix for error bar import, related fdo#60083
        
        Change-Id: I843a597702cb0cb66d8696c277666e1605091c09

2013-03-04  Arnaud Versini  <arnaud.versini@gmail.com>  [4a0a0bf65ab8fb1ae9426f80d1b0ca920719d607]

        Cleanup static and inline usage in alloc_impl.
        
        Change-Id: I88170c9d033e0299c4b4462f7d0edb83152b4fbb
        Reviewed-on: https://gerrit.libreoffice.org/2367
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-04  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [45a5dad0460a1a7d1a44716968b8c9ff4a23e04b]

        Resolves fdo#60554
        
        Resolves fdo#60554 borders disappear while merging cells
        
        Change-Id: I3d3464e8b75cc9b72a1592d8ef276243202e68b8
        Reviewed-on: https://gerrit.libreoffice.org/2375
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-03-04  Thomas Arnhold  <thomas@arnhold.org>  [5b04c9063cc9dd77dc55c361df081812af38cdbd]

        remove unused and commented out code
        
        This code gets never called.
        
        Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7

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

        discard explicit SetAccessibleRelationMemberOf when members of a true VclFrame
        
        I think the old use of "SetAccessibleRelationMemberOf" is a kind of workaround
        to show that those widgets are logically all children of a pseudo-frame in the
        a11y view. Now that they are truly children of a real frame I think we don't
        need them anymore.
        
        If it turns out that being implicit children of a frame isn't sufficient for
        a11y, then hopefully we don't need to manually insert them everywhere but
        instead make one centralized change down in vcl to automatically present
        children of frame as "AccessibleRelationMemberOf"s.
        
        RID_SVXQBX_DELETE_HEADFOOT: This one is still in use, so I added it back
        
        Change-Id: I00df4bd376ba21b7cdc2af87763f7c9ae015b70a

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [2cc80091f7da7ff874f2de9f0c738721fa041b76]

        GraveFocus->GrabFocus
        
        Change-Id: If60c593cff51a3c0d29d423746054ec8f4c796e5

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

        callcatcher: unused code
        
        Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2

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

        DBG_ASSERT->SAL_WARN_IF
        
        Change-Id: I33c82b9f8ca992d24966211b010675744934d5cb

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

        don't do something different in dbgutil mode than product
        
        Change-Id: Ibe0f41206ffaa3ff73018e49b4e710123c7fb14d

2013-03-04  Caolán McNamara  <caolanm@redhat.com>  [3abfdd08caf588577c349f1e2cbe8778ec228c85]

        it's surely a bad idea to not crash in dbgutil mode but crash in product mode
        
        Change-Id: Ie72e23a5b3c49b08bcf25a9de2d7c4d4c4e7925d

2013-03-04  Olivier Hallot  <olivier.hallot@alta.org.br>  [5c2d43d25b98c05af0f9a7f126101c3b8fd7271f]

        Convert page header/footer to new widget UI
        
        * The widget UI needs further work for better display, but all elements are there
        * Fix First page toggle with header/footer on/off
        * Calculations for Edit button position in Calc discarded.
        * Some comments in German translated
        * Need to address helpID's
        
        Change-Id: Iab4eec4fb2497d17c8eb1ab2bab7c31b028af7b0
        Reviewed-on: https://gerrit.libreoffice.org/2478
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-03-04  Miklos Vajna  <vmiklos@suse.cz>  [35a2f39de795fca22696224d4490224a6cf93d21]

        vcl: don't assert when lack of unit is intentional
        
        The Writer zoom dialog had this issue. Also change the drawinglayer
        gradient background tabpage to stop using a custom unit text, when the
        real unit text will be set from code anyway.
        
        Change-Id: Ib2e12572abb5c407b7c49dfa4a34dbdd6b6068d4

2013-03-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0ed226d25db933609fdce54cfa8242a8c3dd3a23]

        Translate German comments, various clean up
        
        Clean ups:
        - Remove additional space between comment and //
        - Remove commented out code
        - Transform comments to Doxygen-style

2013-03-04  Luc Castermans  <luc.castermans@gmail.com>  [21bbd59a70ae66bcc83397a794d5e8c0aeb687ff]

        ersetzen => replace in stead of translate
        
        Change-Id: I8d355d58c3720201554c68be0c82245383eec1ed

2013-03-04  Luc Castermans  <luc.castermans@gmail.com>  [c633c4fd2e13adb866b2dcdc87dece4189e82ddc]

        translated German comments
        
        Change-Id: If89452824776c2bd653ca0728cc7e6adf4050e4b

2013-03-04  Luc Castermans  <luc.castermans@gmail.com>  [a61881fc0092bf5bcd48912cf1dc3d782e00829b]

        translated German comments
        
        Change-Id: I6d9b646d9d70dcbf97f7faacc8b15578a597b2a1

2013-03-04  Tor Lillqvist  <tml@iki.fi>  [21fbbee5418e898a9cf0c1787c28b8a9c433af87]

        Bin pointless PAGES01 comments
        
        Change-Id: I08b9bafa91c5bc7b7b6ca601ab91607b3143d590

2013-03-04  Tor Lillqvist  <tml@iki.fi>  [b162bf7e521e561c3c8eb3cd6a83b944dcd27da3]

        First attempt to get rid of scrollbars on tablets
        
        Change-Id: Id861eab66c04cb5547e75959cab8102d5c18f647

2013-03-04  Tor Lillqvist  <tml@iki.fi>  [5f63a1ab95d64d25f241779a6a361fef01f2502a]

        Field can be moved into the inner class
        
        Change-Id: I053f7d4a17aec9c8b24b92a40de635c71492a3dc

2013-03-04  Jiri Blecha  <blechji4@fel.cvut.cz>  [66f426b8fa1ceff10ac26319796af73ab0ef198d]

        The macro FEAT_FSYS_DOUBLESPEED has been removed and the related #if / #endif have been removed too.
        
        Bug: 61516
        Change-Id: Id347e87a8789ddbe550dde7d7281d9c1cad0c199

2013-03-04  Lionel Elie Mamane  <lionel@mamane.lu>  [8f113d08cebd7529e62f928fbf71f36df9ec748e]

        coverity: merge traverse{OR,AND}Criteria into traverseSearchCondition
        
        Meaning, these two functions have the same behaviour,
        they produce the same output (and side-effects)
        when called on the same input.
        
        traverseORCriteria handles only the actual "foo OR bar" case,
        and hands off all other cases to traverseANDCriteria.
        But, lo and behold, traverseANDCriteria also handles
        the "foo OR bar" case, in the same manner!
        
        Change-Id: I10410e88ce48852b60d1d688fe2865923de9d80b

2013-03-04  Stephan Bergmann  <sbergman@redhat.com>  [7ad376c6a60695d896cca4929c7aede207328cfd]

        reg2unoidl is a build-time tool (for now, at least)
        
        Change-Id: I6078ee0e7371fc0c5db058fd43f608bc40ca3eb1

2013-03-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2962aaa0087e093a9541b4a4372f6c09fe3f8424]

        fdo#61513: Remove FSysFailOnErrorImpl macro
        
        This patch removes all used of this useless macro.
        
        Change-Id: Ib3842ef28ea676e75b18c192f8d9610dcb3c3d0c

2013-03-04  David Verrier  <dverrier@gmail.com>  [130d2776830fa37df9a42cefb911ef9f87ff789e]

         fdo#39468: Translate German comment
        
        Change-Id: I9adf5348b7ab8fa9d14ffe8d0b4151b5ea2c6fbb
        Reviewed-on: https://gerrit.libreoffice.org/2536
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9cae1dc5311c09168fbe1f04bea3d4ee33a04bb7]

        Oops
        
        Change-Id: I4ccf42a703cce56b32fc38f0caa068c19bf2a5f0

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [328adfb538032d903dfae32397367259d9c4a605]

        Save some getLength calls
        
        Change-Id: I4103a338e487ee29da6ac056215c4fa0a244fa65

2013-03-04  Miklos Vajna  <vmiklos@suse.cz>  [474c8b8b631c116e3b80a17e9d0a910bb25df6c4]

        SwFmtAnchor::SetAnchor: fix assert to still allow table -> frame conversion
        
        Change-Id: I2dda82b675ebdd434656332d328b02ee3fc04528

2013-03-04  Noel Grandin  <noel@peralex.com>  [b313e37a92a18bc663ea5eb97ea0a569c6b0a962]

        fdo#46808, convert xforms::Model to new style
        
        the service already existed, it just needed an IDL file.
        
        Change-Id: Id8f33183d9332f9defd855b3a3c7413fde24a61b

2013-03-04  Noel Grandin  <noel@peralex.com>  [fb0f7c2415321a3bcae00802b98ae76144ea4e79]

        fdo#46808, convert singleton util::theOfficeInstallationDirectories
        
        .. to new-style UNO.
        
        And deprecate old service in favour of singleton.
        
        Change-Id: I67244097c22af02530214d7c529dd0d32f5964c1

2013-03-04  Noel Grandin  <noel@peralex.com>  [57dbe20c2bfa0cf5ced0826f61a130414c948f83]

        fdo#46808, clean up some old queryInterface() calls
        
        clean up stuff like this
          xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC;
        to
          xISC.set(xI, UNO_QUERY);
        
        Change-Id: I3b16a38c2a363440f6079cfe6ae47f009d3940db

2013-03-04  Noel Grandin  <noel@peralex.com>  [587c294daba76f89f8de17e86ab0cae495123997]

        fdo#46808, convert some code in svtools to XComponentContext
        
        Change-Id: If5f37e8464df3434075eb989ef07a4f7d769e318

2013-03-04  Noel Grandin  <noel@peralex.com>  [fcd01fba69db6de6cfc983fae65b6ba6764de0d6]

        fdo#46808, create IDL for awt::tree::DefaultTreeDataModel
        
        The service already existed.
        
        Change-Id: I2acf73b772a7e9cbcb8915561f19c32768459f5c

2013-03-04  Christian M. Heller  <christian.heller63@gmail.com>  [929baa03c33084eaca51e02a131cc835048543c4]

        fdo#39468 translate German comments in vcl
        
        	modified:   vcl/inc/vcl/fltcall.hxx
        	modified:   vcl/inc/vcl/textdata.hxx
        	modified:   vcl/inc/vcl/texteng.hxx
        	modified:   vcl/source/control/combobox.cxx
        	modified:   vcl/source/control/fixed.cxx
        
        Change-Id: I8af3fe962ba77d7047eac8d7570c5bc572585363
        Reviewed-on: https://gerrit.libreoffice.org/2534
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2013-03-04  Stephan Bergmann  <sbergman@redhat.com>  [a32283f452e54f31dab728e8df0822f43f2fce14]

        Resiliance against dropped prerequisites for rerunning autogen.sh
        
        Change-Id: I6ff56eb00cf6367d7b4de96ac887cb4e807bddb3

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3677953fc3358460f2c54174545ed2103e728837]

        Revert the VS2005 dll fix. We will need a separate rule for that.
        
        This reverts commit 2c9d3817429b1537ea31521cb263a52ce9c7968e.
        
        Change-Id: Id2f0eca9f487920cdb4f36e99c776475bcde4721

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38470c49ee3d9f346755c6d3eb84b8264a5cbf8f]

        Those libraries are not anymore used on windows at all
        
        Change-Id: Ia231c8f42677a6a64e151dc72c5a392962fb8bff

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2c9d3817429b1537ea31521cb263a52ce9c7968e]

        Better to add those ones after the check
        
        Change-Id: If9acef1f2b25f94521ce1ff903eaaca7ea90b4cd

2013-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e0a3eba0c0446fa9b32a03bdbd7243ab38512521]

        If enabling mozab on windows, package the needed dlls and manifest
        
        Change-Id: I3152ba166c2ea22bd740d85a89d2b6a0c073279e

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [70e8c341af0c6c6f2568a75326b6ee1d3df8145a]

        Android "desktop" app: Simplify bootstrapping on the Java side
        
        No need to call defaultBootstrap_InitialComponentContext() etc on the Java
        side in this app. The full SVMain() etc will do all that anyway.
        
        Change-Id: I555ccd8efbd0260a72fa5904bb6dcd255eed37d4

2013-03-03  Peter Foley  <pefoley2@verizon.net>  [7b7c7b03df24097b012a20227124811ac555a1f6]

        doxygen fixes
        
        Change-Id: I18dd661bffc2dedecf13404b6772fb4dcdeaa24d

2013-03-03  Peter Foley  <pefoley2@verizon.net>  [96017f081f166c7c5649c43ad4f455f2c7805713]

        fixup configure output
        
        Change-Id: I1ec6261e1f5a34a9c1f00d874aa5191368034f4c

2013-03-03  Peter Foley  <pefoley2@verizon.net>  [ac3e90b596170c31073c36cb9473aee6d59fbdde]

        build userfriendly targets from toplevel
        
        Change-Id: Iffbe6d4570bf4d4bdd7347260a6bb4160af24515

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [c7b82aa4c36ced5927f7a29db20664e53ea4810b]

        WaE: unused variable 'aPreviewMMSize'
        
        Change-Id: I98ca154f800c635ca063ed7c3bd1b9afc5d8110b

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [6339bf132518130d4093869f9913df5b103bf5d3]

        Android "desktop" app: More hacking on scaling
        
        Added a new "mode" for the CommandWheelData, COMMAND_WHEEL_ZOOM_SCALE, where
        the "delta" is the scale percentage to multiply the curent zoom factor
        with. Implement in Writer and Calc.
        
        But actually, I am more and more startng to think that live scaling of the
        document view during the pinch/spread gesture will never perform fast
        enough. Need to go back to the (simple) trick to just scale the BitmapView,
        and do the actual LO re-zoom only when the gesture finishes. But in order for
        that to look nicer, need to get rid of the LO UI element clutter around the
        document, scrollbars, buttons etc. Plus of course need to make sure the LO
        zooming happens around the gesture center position.
        
        Change-Id: I20dfcb4c2a97aacbf7e5b6ea5c24816b237fe687

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [5facce3c212387054d2da05672445556f5bca14d]

        Add scroll and fling gesture recognition
        
        Not yet passed on down.
        
        Also fix a misleading comment.
        
        Change-Id: I1e6f79c84b1e13f48e4b2620e44b326fb6fc4ee9

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [779a7015fd25099759bf00cee345a03e0e40e08f]

        Note that for COMMAND_WHEEL_ZOOM the delta value is ignored
        
        Change-Id: Ia8b8e98ff48a54fd1c295df439e8fd57aeb3fa25

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [874a1bf1748dd0246a00e2a3cd4724f852e71a52]

        The AllModulesButInstsetNative thing didn't work
        
        Change-Id: I323d1983238297b094fa0aa7776d03977d3d39e0

2013-03-03  Tomaž Vajngerl  <quikee@gmail.com>  [9058681a8d4f52db18f094994b231e719e9bb6eb]

        Better quality previews in print dialog.
        
        Make a fixed size bitmap of the current document for preview in
        print dialog. The bitmap is scaled when the dialog is resized, which
        is faster and better quality as it uses "BEST" scaling method for
        resizing the bitmap.
        
        Change-Id: I3be0bec30a7f2cd594c56d23fe2b39221aff807c

2013-03-03  Armin Le Grand  <alg@apache.org>  [dca9978fdbd96f0b23b3e52431bf074d259ceec1]

        121687# better preview
        
        Change-Id: I7beca0f3d809e5a2ab3d8ef6c73b970010a47eaf

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [5f2592b47fe534a873a7342b932ecc9a7094310a]

        update description
        
        Change-Id: Ibf0aeea9bae71d5f2f260075a0f30e9273c479af

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [32943a5b7eb635051567f8277864fd59fbb2805e]

        binfilter: remove some traces
        
        Change-Id: I5b03dcb5d1f8c73c7a308e7ae209cc7872f18c61

2013-03-03  David Tardon  <dtardon@redhat.com>  [d6d6a8d79ac13a5b9e060032cab2fa216c0b8213]

        pull in a VCL plugin needed for running the test
        
        Change-Id: I832e6d0563ece9bde6a1d533415eaec1f4bfb937

2013-03-03  David Tardon  <dtardon@redhat.com>  [d25aed7012dff79a7f192fbe5ead6905027a4f7b]

        add missing deps on sden-US.res
        
        Change-Id: I6bfda2abfcaba462a718ed469fb0daf01d8e856a

2013-03-03  Miklos Vajna  <vmiklos@suse.cz>  [3f2767ad271714a2b32024c2838c223fdf3eb928]

        oox: fix doxygen comments in drawingml::shape
        
        Change-Id: I3b2576057db49998b610da3094c3a41f2d214429

2013-03-03  Andras Timar  <atimar@suse.com>  [ee1e7b1fbd3339ca368b231c7a7d8ed20355ac0c]

        Updated core Project: help  4a6558ff831f49756072305362880ed8c425803f

2013-03-03  Andras Timar  <atimar@suse.com>  [a5783fe922b2419b5b662eb5f544a1f401341dbf]

        remove stale javafilters
        
        Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [5e8402ade84ab1816d32793e3476521e1c5b1027]

        sal: update log areas
        
        Change-Id: I8687f0a182597e31625b654d6ccf62aa046be8ec

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d]

        Related to fdo#60724: correct spelling
        
        Using the autocorrect list of LibreOffice
        extras/source/autotext/lang/en-US/acor/DocumentList.xml
        
        Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
        Script: http://pastebin.ca/2327716

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [ecf00403376d13355fcf6fb7cd36b3500f19fc69]

        loplugin: improve indentation
        
        Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1

2013-03-03  David Tardon  <dtardon@redhat.com>  [29c8b9a7c9a4d62b7df2e70b71beec488aae5722]

        silence rpmbuild
        
        Change-Id: Iee5fbadb4eafb1c919bfcef7799e2e81ca3438d8

2013-03-03  David Tardon  <dtardon@redhat.com>  [4745b6edcd710204758ceb35dfc0ff78c391810b]

        silence sysui scripts
        
        Change-Id: I0d27e522ff8059200f9d08a28f4b70d7f436c100

2013-03-03  David Tardon  <dtardon@redhat.com>  [310fb291ccfb817a3503785af143828682c0c1f1]

        silence doxygen
        
        Change-Id: I8114c6ab7a70572ed530800a4fbc323efaa1a641

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4026cf4be84dd34e913463c728112a99c6ef17e5]

        fix build

2013-03-03  Chris Sherlock  <chris.sherlock79@gmail.com>  [2d8cb19057e81f4f3297ffac803e11c6cb84b3db]

        No need for commented out code.

2013-03-03  Matthias Freund  <matti_lx@yahoo.de>  [210203e02d8190a90a8330ce2c19dc8c5afdc300]

        Comment translation german-english sw/source/ui/uno/
        
        Change-Id: I350aa56bd27ef55a44d5a7140e78fa36b350b302
        Reviewed-on: https://gerrit.libreoffice.org/2530
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-03  Chris  <chris.sherlock79@gmail.com>  [f5dc0036abda6fbacab7f05cc9a0faba7a19613c]

        Translated German comment, other comments updated for clarity
        
        Change-Id: I6db4f5dd66b928c9424cefebec3016e5bf5e8c49
        Reviewed-on: https://gerrit.libreoffice.org/2525
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-03-03  Miklos Vajna  <vmiklos@suse.cz>  [c0fc4eb5a8bd1e79291a43579ec0f4482730b9e8]

        SalDisplay::PrintInfo: convert to SAL_INFO
        
        Change-Id: I4abf6b9858e1d74450d7b44d86e0ce96f5195310

2013-03-03  Luboš Luňák  <l.lunak@suse.cz>  [c1f8861c12e2f66592330a2926db840ede16ea8f]

        fixes for renaming LOdev builds to LibreOfficeDev
        
        Follow-up to 16826147188bd78d67b97863226f903cc24add71 .

2013-03-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fa878018dec1ce9fd3589066128d0647d3664465]

        fdo#60724: fix resizeable -> resizable misspelling found by lintian
        
        Change-Id: I07488c02277292f96c08be6155edf0158976cc0b

2013-03-03  Vojta Koukal  <koukal.vojta@gmail.com>  [9a6ab1568d2c5bad7d546433d1bc62829050aa37]

        fdo#60724: fix paramater -> parameter misspelling found by lintian
        
        Change-Id: I6c09767211817533494df34744a265cf28a76105

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [763e94b584411fd856253a06c869a82702f8c89d]

        protocol shttp is not defined yet
        
        Change-Id: I67678f8a16d051427a7c36f3a46d46f296109e3b

2013-03-03  Thomas Arnhold  <thomas@arnhold.org>  [919e27746650f223699a97f8f3d4922101d6d739]

        loplugin: unused variables and commented code
        
        Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf

2013-03-03  Chris  <chris.sherlock79@gmail.com>  [9657161c2a55cc9456e37f7220c5fdecae1829bb]

        Translate German DBG_ASSERT - AppFileName should be set to something
        
        Change-Id: Idf0c1c90ff367285292097980f56ca9502e5ef33
        Reviewed-on: https://gerrit.libreoffice.org/2522
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-03  David Tardon  <dtardon@redhat.com>  [d5622fa168d4b97096ec19abaa34dc7befaa89ae]

        make sure .ui files are packed too
        
        Change-Id: If79dcfded502990e5c452a86ed17bd796de7f30b

2013-03-03  David Tardon  <dtardon@redhat.com>  [3c82b95d92151be365f673c04c78ad1368b928d9]

        use pattern rule for Postprocess
        
        Change-Id: Ib8d2ddb2efaef26a0a2aba36e9e1c67b1fb019d7

2013-03-03  David Tardon  <dtardon@redhat.com>  [66298dbfa765bded7c0ffb5097fbf4cde1f35b8d]

        fix typo
        
        Change-Id: I1c92bbb3cc01655e38b0059df57650c517176939

2013-03-03  David Tardon  <dtardon@redhat.com>  [c25c54c6c953ae4785bcd9705919601154b59038]

        fix copypasta
        
        Change-Id: Id27da44a5645f584922951391bf61ed6368e70b6

2013-03-03  David Tardon  <dtardon@redhat.com>  [2ee307d2300f5d5b3d56dec579b1c6fda97e60d4]

        do not copy files around needlessly
        
        Change-Id: I681500bb01e13155b355c8a45b41f73e8b9faf26

2013-03-03  David Tardon  <dtardon@redhat.com>  [3feaed307ed086910862ccced13e753d04ae279d]

        make sure the outdir exists before it is used
        
        Change-Id: I4b23256f84110e99a81631330dd5b8009141ece6

2013-03-03  David Tardon  <dtardon@redhat.com>  [01722789831900464700d39b3596b797158cd40b]

        make sure the outdir exists before it is used
        
        Change-Id: Id64b3ce16db554206085a77fa1843ab0c78f39f5

2013-03-03  David Tardon  <dtardon@redhat.com>  [4449a90ddd3db683ab1c3b82e4ae5993fcd06271]

        don't register targets for impl. details
        
        Change-Id: I2a7ffb54881ae1bc487ee5c0be27c493781ae4c5

2013-03-03  David Tardon  <dtardon@redhat.com>  [ff703629cb29cd09e017e7301ca32532074e9b2a]

        make sure the outdir exists before it is used
        
        Change-Id: I73e8d8dbdeada21ff5b1504369e062b1bc2cbfff

2013-03-03  David Tardon  <dtardon@redhat.com>  [4082804c07ee997f0c8c25b4800f1bd16a65aabf]

        make sure the outdir exists before it is used
        
        Change-Id: I62267efc2e02b20ca0adc284032ee9dc465a5145

2013-03-03  David Tardon  <dtardon@redhat.com>  [1c2d1ad13e915c8083ad9f63380afb5e094f472b]

        add missing dep on sal/types.h
        
        Change-Id: Ica6ac0c2d52e1183213798eaecc491de8bc98167

2013-03-03  David Tardon  <dtardon@redhat.com>  [75a4790677d2960f50c13ceeb7c911342cde404d]

        drop unneeded include
        
        Change-Id: I5782dc1f6acd6dfb7532189b93eae618780ae571

2013-03-03  David Tardon  <dtardon@redhat.com>  [12086149445eb7538948ea5a62c02e0e5fda1b83]

        make sure the outdir exists before it is used
        
        Change-Id: Ie7a66702a53bf0ad9893d68a16c13e6f418f9f6b

2013-03-03  David Tardon  <dtardon@redhat.com>  [53af11875573e9897b91a9393c3d75ad70847a1a]

        make sure the outdir exists
        
        Change-Id: I3d175e1a4c2139bf50498fddedfc48bae3e7ba52

2013-03-03  David Tardon  <dtardon@redhat.com>  [068ade8c46d78a7438b3fed8faca4036dd9dec3b]

        add missing dep on rsc/rsc-vcl-shared-types.hxx
        
        Change-Id: Ib60dace7dad3d844ada2f8501935cc7aecd028ce

2013-03-03  David Tardon  <dtardon@redhat.com>  [aa2c94c509ace608ac05e9a2b1b7bdc31322d09a]

        make sure the outdir exists
        
        Change-Id: Ie0fcc6a9b0b36970d329b34df3d141bc94dae6db

2013-03-03  David Tardon  <dtardon@redhat.com>  [c5b03110f8fd3a209c84df112e3276a067fa2bda]

        add missing dep on sal/typesizes.h
        
        Change-Id: I4d3a4f5108076307715128bd86eec432d1878d37

2013-03-03  David Tardon  <dtardon@redhat.com>  [146d77fcd5a0618c384e29325add9b87ce12feac]

        add missing deps on headers
        
        Change-Id: Ia0dba8875fa7925f95911e11376d4d9175e0af2c

2013-03-03  David Tardon  <dtardon@redhat.com>  [3aee095b55e4b3fdb5eedb6b2eb17f7a5d579c1f]

        make sure the outdir exists
        
        Change-Id: I8a6d8b387576db1b4c55bf7b46cc8c29c4be0e77

2013-03-03  David Tardon  <dtardon@redhat.com>  [1872c168b9f008194757ebba68dd9a05e1ee50c9]

        make sure the outdir exists
        
        Change-Id: I652e4f9e73a0b2e0bccd204218b90ffda3e54165

2013-03-03  David Tardon  <dtardon@redhat.com>  [1e1a25efd4ba640dbed7e274592f706f48c120e6]

        why is the ResMgr being created here anyway?
        
        Change-Id: Icbff9bd5717e79b39218415f24ca544e98f26686

2013-03-03  David Tardon  <dtardon@redhat.com>  [09e2d7345addbcaad15e9ab5f8e5bca795bc8a67]

        don't want to include svl/solar.hrc in vcl
        
        Change-Id: I811292ef0071e343b12fac4afb79156830272f82

2013-03-03  David Tardon  <dtardon@redhat.com>  [d221ae0092568e096f3850344a59ec27b4ea8efa]

        move fltcall.hxx to vcl to avoid circ. dep.
        
        Change-Id: I39ba1b68df0eeb54f47d9947c540b1523567492e

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf0e0f88563377ee6f2db26970d3199c08acaa38]

        and one more fix for error bar import, related fdo#60083
        
        Change-Id: I76ff4849137aaad175b3c95dce6644d612871201

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [969a8c566dc23e1a2c962e0d8e96577c86a5940f]

        coverity#982270: fix copy&paste error
        
        Change-Id: I845a858935cf00ff3b07dbfead8e827820329309

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [11e1b25357b38ec1065145cde125ec6b660d80cc]

        coverity#735384: fix copy&paste error
        
        Change-Id: If9ecdee058780e7ae518aefeebb74a6d62c4b6f9

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a20116d42ecc90ae05fa1e2df542f815d93ab4c8]

        coverity#735378: fix copy&paste error
        
        Change-Id: Id5d7939ba8020cd966d1ff2678186ad912325a78

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21171e0a7fd3aaa14a45a72bfecbc2b2a4ad7679]

        coverity#736112: make clear that this is not part of the if
        
        Change-Id: I442d7e363f7594d1fae5e2afdde71ff6670b1962

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bcca57ac426e84b5d359dea84fdac76a5495679b]

        coverity#736111: make clear that this is not part of the if
        
        Change-Id: Iab61e80a7fa8f01d826ac90e184d09d0e2358b40

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77c0cc3b750d516ad88481262d090ce0a2118e23]

        coverity#736110: make clear that this is not part of the if
        
        Change-Id: I709672e9e2789213c85878d2bd0194ad5bc34060

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30975b96e84ac313eb220a1d4812e42013780b95]

        coverity#736107: nesting level mismatch
        
        Change-Id: I24655d0e87335ac0356a1082fd993a87613e213e

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a51cd484c6de3513a331bfe23c3b184b30ac6a21]

        cverity#736478: leaked file descriptors
        
        Change-Id: I0e79f3e330fe1535c473d49010da34b04b9c5875

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c95d4a7701a34c53459bd5d8e66574f13c758014]

        coverity#705720: fix memory leak
        
        Change-Id: I374f22ae6cc20c14adb99cd9bc6da1f830067861

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea4555100a9079f1729afabdd7046d1826b052fd]

        coverity#705669: fix memory leak
        
        Change-Id: Ib99c5e5c4a8c3c6efd0ff0665c73b241790b314b

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [39f821c9624604412e0f5a91a4390ab8853861e1]

        coverity#705657: fix memory leak
        
        Change-Id: I326d2d168d48016d6f1784ff947edd17eb398838

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a050b17880104f3cd172a1cfdc969110cb27f172]

        coverity#705648: fix memory leak
        
        Change-Id: I1ba301831758f2ba05226588ec71b1a911d7bbba

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b55d15e3af60ab9f5c5b6f2c97ec5c8a29396429]

        coverity#735368: operation has no effect
        
        Change-Id: Ibdb36f3b1df04dca7c4129ef4837317c991d7ae9

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [224137a2fbef0cc6c4ab3d14aff4f28684ab2e8f]

        coverity#705121: missing unlock of mutex
        
        Change-Id: Ib36a2f0ada0f0e1af631f3a1698a44edbd3dd59e

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [914018c03a492f433e1ae5081aa3184cded9783f]

        coverity#705120: missing unlock of mutex
        
        Change-Id: I341ba77e459967ece5916ed897b76e9f63164e58

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23f124bf95cbd395d9964502d9c1a6d28a6ff203]

        coverity#983201: fix memory leak
        
        Change-Id: I0c6a4ed147c6afc1dcabaa33833b7ca50afb4607

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48d099a85a3293074070ca91f4465f479cb3b90c]

        coverity#705725: fix memory leak
        
        Change-Id: I862ea9c4958497cc338b93bd0852c0b1494aee81

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [887ed7f13b3555caaf6d8f3622cd140cc72a51cb]

        coverity#983108: fix memory leak
        
        Change-Id: Ief22e3cbb826ab0ceca5d199c1bfd21b46e87358

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9999bb82fa7c9ea74bd23f2bec07ed89289d2988]

        coverity#983107: fix memory leak
        
        Change-Id: I602510657d72455485e42e66b8ddf68413035232

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3c849fbcc9833987b6da2d4cb837bcc96e79d28]

        coverity#983100: close resource handle
        
        Change-Id: I7e637fcafff08e4299a90887dbcfc60613377c9d

2013-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c04fde0063276e3d5a6de3e077c1c822ed1ad25e]

        coverity#983099: fix memory leak
        
        Change-Id: I2fe582bc9b082ab4cac7cc7e6c521087f4906436

2013-03-03  Takeshi Abe  <tabe@fixedpoint.jp>  [ddf1b13a52548a62f6bebd5d97b7b822d2075529]

        sal_Bool to bool
        
        Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [19a080540f68abd8800b15b140349b1318d33073]

        The Viewer executable, not just the app bundle,  depends on all the libraries
        
        Change-Id: If85d7c8db75dbcd8316193e06b7c337c52216e0c

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [06b58a702f7751bbe997f33603af18767b9773f0]

        Do "real" zooming also while the scale gesture is in progress
        
        Would work nicely if only it wasn't so compute intensive. Or is it the
        (temporary hack) constant redrawing that is killing performance?
        
        Change-Id: I0b152411a413a818fba7a0f41a3462e423c6ab54

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [5930a963aeb8947f9d23326c98da7cbc4cd35a08]

        Implement the VCLEVENT_WINDOW_ZOOM by turning it into a wheel mouse event
        
        For now just use an ad-hoc factor that works close enough on my device to turn
        the zoom scale factor into a value for the somewhat undocumented mnDelta field
        in SalWheelMouseEvent. Ideally we should of course calculate it so that the
        end result actually is the document content view being scaled by the requested
        scale factor.
        
        Change-Id: I21215d38c8ce4a35591d92d305ad1aeeca379f0a

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [92c033df8f4e279196397a06bb5fd4da80f51111]

        libucppkg1 is needed, for auto-save I think
        
        Change-Id: Ie4ec4e2518c9e0621b75afe21f22862e3e8bf726

2013-03-03  Tor Lillqvist  <tml@iki.fi>  [bd36b992cf2bf2c395ce6f6f0e89d517cc02d1dc]

        Support an ad-hoc (non-gbuild) Makefile workflow for the Android apps
        
        For now, we want to keep being able to just say for instance "make run" in the
        android app directories.
        
        Change-Id: I1898d5466c0df6007fa32b202888bed644fa9489

2013-03-02  Gábor Nyers  <gnyers@opensuse.org>  [9e991e1852fa764e78d88b5d3aab17e45ac9213e]

        fdo#39468 Translated German comments to English
        
        Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0

2013-03-02  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b15f095293c6127ecaef2f0fa3a1683e72392835]

        removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)
        
        Change-Id: I54af0ac7a3454259540e89267200d801b17ec179

2013-03-02  Luc Castermans  <luc.castermans@gmail.com>  [dadfa4bbbe9107cd5b8aad43dace0692ca8d63bf]

        translated German comments
        
        Change-Id: I4a629124270eb39dc879f74f1814618fe660be5e
        Reviewed-on: https://gerrit.libreoffice.org/2516
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-02  Luc Castermans  <luc.castermans@gmail.com>  [d1e99f5802585513fa222f03d1a578840c403eb7]

        translated German comments (file is clean now)
        
        Change-Id: I1f833fe4a2332c1b2fa1e98fd320e55f7e19c649
        Reviewed-on: https://gerrit.libreoffice.org/2517
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-03-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [7eda7576e030f1f03a27f01e717aac9fee5f7bd7]

        coverity#705402 Improper use of negative value
        
        while at it let's avoid creating 16 OUString objects per run from
        the same 8 constants.. and let's avoid parsing the source 4 times
        when 1 time suffice... and of course use OUStrinBuffer to construct
        the result rather than creating and recreating OUString over and over.
        
        Change-Id: I74fdb8b51bab91a0883db65bc8c5d0e8606e2da4
        Reviewed-on: https://gerrit.libreoffice.org/2326
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-03-02  Andras Timar  <atimar@suse.com>  [c3429a0da677fa0bf111ce5b9d00ee4440930f7b]

        remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)
        
        Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [c859cc21cd4b577b4e7df8955375fcc5df2bd980]

        Start hacking on zoom and scroll events at the VCL "public" level
        
        On the internal ("Sal") VCL level they will correspond to wheel mouse events,
        I guess.
        
        Change-Id: Ia422f892d73afe501f529020c2aed9ff8fca99f9

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [ec7986d43be123f66a952ab9619c4beccd0c8446]

        Try to make the temporary pinch/spread hack look nicer
        
        Change-Id: Id293e04c089b9304721f83fb4eb77cffab67cedd

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [bcfd6ac251afeba25413c0ffa7fd2344d11bf308]

        RTL_CONSTASCII_USTRINGPARAM removal
        
        Change-Id: I0c50dea9d86d3ec15ec327883867a384cbf2a6e8

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [a8ee2fd020477ceee9ca91976e2ea90de45141af]

        Start hacking on zooming
        
        Change-Id: Ibc9aad490c4616d339e95352a0b8a7f7bed93070

2013-03-02  Peter Foley  <pefoley2@verizon.net>  [5b1d2fd1e6c39d44ad65c3aec1b496c7a446b1ea]

        more lto fixes
        
        Change-Id: I97eb27a354dfb6b6d94886729c5b6df0b0f7687a

2013-03-02  Peter Foley  <pefoley2@verizon.net>  [d79bdca7e472c25973388daafdae34d49e393180]

        fix build on android with gcc 4.7
        
        See https://code.google.com/p/android/issues/detail?id=41770
        
        Change-Id: I555c1e9b8b15afd78b07b1c7b12a0b37d1112f9a

2013-03-02  Peter Foley  <pefoley2@verizon.net>  [5b272379dbfb27875c1fbeed98d71699c8beaec7]

        always build help for en-US
        
        Change-Id: Ibcde46381cac50058f93e26f0eceb9b1446d1702

2013-03-02  David Ostrovsky  <david@ostrovsky.org>  [61e8d865fd2f3de9668c3176747362e4aaf0054e]

        respect DBCONNECTIVITY option for shipping mork driver
        
        Change-Id: If91a3fa6ad8bd1e359e472efacad9d3051cde17c

2013-03-02  Luc Castermans  <luc.castermans@gmail.com>  [dc33a06d89aff71e0190780fdec02c63277844b6]

        translated last German comment in this file
        
        Change-Id: I6e8e65156d23682a2045019c7703c57f2448d1dc
        Reviewed-on: https://gerrit.libreoffice.org/2513
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-02  Thomas Arnhold  <thomas@arnhold.org>  [6b599d590cbaf8134bacced50e87f923ad908757]

        typo
        
        Change-Id: I2ec76c375beae644555226fcc2e94a2030d190c5

2013-03-02  Chris  <chris.sherlock79@gmail.com>  [7cd26df20b4964152cd452682587e52a8408c066]

        Correct spelling errors in comments.
        
        Change-Id: I360d4672225ba86466d5ecf0abf615172a7c3659
        Reviewed-on: https://gerrit.libreoffice.org/2509
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-02  Matúš Kukan  <matus.kukan@gmail.com>  [ee0dd367156bbc7eac6047e9a772782e56496f59]

        remove minor.mk
        
        Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx.
        
        Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0
        Reviewed-on: https://gerrit.libreoffice.org/2491
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-03-02  David Verrier  <dverrier@gmail.com>  [5f985d3759f6d424426b04571da90cc02c717db1]

        fdo#39468: Translate German comments (and messages)
        
        Change-Id: I80444aac8fdf90ea0f595151788afb14d4415cd3
        Reviewed-on: https://gerrit.libreoffice.org/2444
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-02  Luc Castermans  <luc.castermans@gmail.com>  [182b7c697f4ce6bd3b05abdd42482c646e561ee9]

        translate german comment
        
        Change-Id: I043903ea5b80c6cde7d204fbb28daab167cf40b7
        Reviewed-on: https://gerrit.libreoffice.org/2507
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-03-02  Thomas Arnhold  <thomas@arnhold.org>  [934cdea97a052f82c87b4d87bd371a105d64e7ed]

        -writer -> --writer
        
        Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [0b2bbad06c508382deb780814de6c6fde2c6d6fe]

        reg2unoidl not needed for non-desktop OSes
        
        Also, trying to build executables using our <sal/main.h> stuff for Android
        fails (intentionally).
        
        Change-Id: Ic3ff1a46dc95dd87fb33ec38883ce87b4937f05d

2013-03-02  Tor Lillqvist  <tml@iki.fi>  [b2265f06ea45d36edb579d2a385fcc62a7308513]

        Avoid C++11 scoped enums
        
        Change-Id: I6f7db048e1f9dfcd47acbfe432c3abeb350979de

2013-03-02  Lionel Elie Mamane  <lionel@mamane.lu>  [9330b97595ff899dbea40ced6656f8c39c76c959]

        fdo#61564 when WrappedTargetException not in specification, do not throw it!
        
        Change-Id: Id3c995557f320b1d0241f0ef5d94b1c9aeb66528

2013-03-02  Julien Nabet  <serval2412@yahoo.fr>  [380b858de9f6aae1ee74d3d8f0f7cf75fb68f207]

        Fix shadowed declaration of "e"
        
        Change-Id: I42740c0b01d33c90e6ad9f86a658ef27c2673fd3

2013-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5f895a9c1522f6898d004bf2bcf48a5fb6245455]

        Fix mozab build on Windows
        
        Change-Id: Ie413a219824cb62a481faf83c2309ab48f4f548f

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac9c6e4da094f5b7ae3e8c45bf7f1c61376e7ff2]

        coverity#982991: fix memory leak
        
        Change-Id: I083d1c22daefacefd59a918073ed605aa318bdce

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fca5e0992f153e1e821d4dd9bd35c11c39cdb6ec]

        coverity#982975 and more: fix memory leaks
        
        Change-Id: I4c147ea03eb4d5d7c926ec1cccbd344ff28c77d7

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ff1afbf1ef1dbea81c156572e7cd125bde70778]

        coverity#982974: fix memory leak
        
        Change-Id: I8501d26e0f0447b219ecbbdc9262f13158f5aa0a

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f05ef81b31bd0ca16278a8396f42fca75ca038c5]

        coverity#982972 & coverity#982971: fix memory leak
        
        Change-Id: I3fa44aa5651584c5a90d9e18c75d0c825fcf05fc

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3c1c6afa2e6671af8508e39b83a58f026655d7eb]

        coverity#982967: fix memory leak
        
        Change-Id: Ie96353daa1947297eff417d32ba4c67964489a16

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d021bb4dae80a194c196c8885bc5125b78476bd8]

        coverity: fix memory leak
        
        Change-Id: I17a09015d98a98349571a35492d516724ae2daa9

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a935faad11d5306631ac746ea5febaf06822bc66]

        coverity#736572: possible memory leak and memory corruption + docu
        
        Change-Id: I2f1aad214481903866cd496542d961245fae47d1

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aed9755db3de7b53cdf227c7cbcb782568649fac]

        coverity#736569: fix memory leak
        
        Change-Id: I57e187b41e7ed0e8c10a791af23ef22a4acb7df8

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [290451b92aa2725b43380b9d4cfea54ddb90ff33]

        coverity#736322: fix memory leak
        
        Change-Id: I63037b8f128ed9249580cabfe9aab898ead0f89d

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0e717596dbee0e79e481b1be9f09154331d7914]

        coverity#736939: swapped arguments
        
        Change-Id: I66f44ba02855cb9e1f9a986b6f60aa9710e117bd

2013-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a05a482b0d695a663ec4ca14e1ee43b839f78b2]

        coverity#704453: new[] vs delete mismatch
        
        Change-Id: Idf32727e40605ab00c0423f57dbbcd744e898f7c

2013-03-02  Arnaud Versini  <arnaud.versini@gmail.com>  [766170b61e26155715d1cd02f046658697293f5d]

        Removing useless STLPort specific code
        
        Change-Id: Id4c5907b2431130018bff434049d9e85ae689793
        Reviewed-on: https://gerrit.libreoffice.org/2365
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-03-02  Julien Nabet  <serval2412@yahoo.fr>  [95f8cb6823f21dd97b380136286e87e0ffa2fb24]

        coverity#982797: Out-of-bounds write
        
        Change-Id: I58f2040ffc7d56e8e4418a29de0dd4d263defbd2
        Reviewed-on: https://gerrit.libreoffice.org/2499
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-03-02  Gregg King  <smokedart@gmail.com>  [db7a441342f7a22d23492dbd25b113e9573db192]

        Typo fix: informations -> information and a few other adjacent typos.
        
        FDO:60724
        
        Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b
        Reviewed-on: https://gerrit.libreoffice.org/2479
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-03-02  Michael Stahl  <mstahl@redhat.com>  [9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab]

        fdo#60886: _SetGetExpFlds: use the custom operator<
        
        The calls to upper_bound in SwDoc::FldsToExpand and SwDoc::FldsToCalc
        unfortunately compare the pointers and not the values pointed to,
        which causes all sorts of trouble around non-updated fields.
        (regression from 2815396a1813cb3956c5aba066de49a7f34bc657)
        
        Change-Id: I48817247719671a16821fcb851b17b628c960a66

2013-03-02  Takeshi Abe  <tabe@fixedpoint.jp>  [ac88fccc33e322ff25f52819e9082f67e3e155ef]

        sal_Bool to bool
        
        Change-Id: I278eeb5c61a88cc96d59adb4d9b722d4c91abd3d

2013-03-01  Peter Foley  <pefoley2@verizon.net>  [b3d6c635966ed20e2c9e4e6be6ced03d2358563c]

        fix build with lto
        
        Change-Id: If6544eae78a7f3d012368d62cc99d29160b1b47a

2013-03-01  Peter Foley  <pefoley2@verizon.net>  [daec4883baf9be9d814ddc92efe703bc9e282f39]

        android/sdremote dosen't need to depend on everything
        
        Change-Id: Iae5b37873f991ab33b8fd7ada7e5f936e83690db

2013-03-01  Peter Foley  <pefoley2@verizon.net>  [251f6a416c6a51d02977530624012232908befd2]

        add more stuff to android gitignore
        
        Change-Id: Ibc61098fbde8d253411d834822e3f0c67249c52a

2013-03-01  Peter Foley  <pefoley2@verizon.net>  [b89ea45e5ba32589f69b9539851a51fbe2199a85]

        fix android build in separate dir
        
        Change-Id: Id7cf80e1da87a56dee645dc01e64dedc4a8586ab

2013-03-02  Eike Rathke  <erack@redhat.com>  [cd7703c226bec720cfd6664749404eb91f92a2ae]

        changed mnemonics to C_ategory and Fo_rmat
        
        Alt+O and Alt+C were assigned twice (Ok,Cancel), Alt+C did not jump to
        the category listbox no matter how often pressed, Alt+O alternated
        between fOrmat and Ok.
        
        Still, Alt+C does not trigger Cancel!?
        
        Change-Id: I89b027fb33f39a929cc0fc3345a08c711558505e

2013-03-02  Stephan Bergmann  <sbergman@redhat.com>  [97b3bf8b03afef45565821d5e17bffa5d8e90474]

        Don't use local types as template arguments (C++11 only feature)
        
        Change-Id: I19b7105b62464234cb72de701b07176f951a7951

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [12353c73868d26690aa4ac008ef5e9f2db8bc12c]

        WIP: Experimental new binary type.rdb format
        
        Add LegacyProvider to read the old format (requires a provider Manager, to
        resolve singletons' bases, to decide whether they are interface- or service-
        based).
        
        Replace registry-based reg2bin with provider-based reg2unoidl.
        
        Change-Id: I5865e62308cc2d9c5439211ac803d84e93aab656

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [866ebf66b3a50b2d601825e4533898949d5b86c8]

        Simplify a bit the boilerplate code
        
        The XInputStream is guaranteed to be there always
        and if it is not there, do not try to create it.
        
        Change-Id: Ie133489dfcb3d9cec0c4efe78740348a1efa2423

2013-03-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ee08cc0f1e3b38f21bd4d1cc47412ce38bb13e6]

        Get sd to build even when impress remote is disabled.
        
        Change-Id: I8706d08ab8abe05ea76ea65210726911e446c20b

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [b3553246c6e1e444681ef5cc2987d693edc01f12]

        grep actually doesn't normally know \t, but [:blank:] is [ \t]
        
        Change-Id: Ie9bf8ea60f1c0595aa3ac2e0f9b3e6505af30e6c

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [86b49aa44e54d3dba3f0ae82b312ce4af95ce528]

        warn about commit messages with accidental comments
        
        The comment provided by git starts lines with '# ' (space or tab),
        so warn if a line starts with # not followed by a space. It's most
        likely something like '#ifdef UNX' or AOO's '#i103131#'. We already
        have commits where git silently stripped off such lines.
        
        Change-Id: Ic366d8ee64207edb8bb2fb1ef3a6a192f55872d8

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [74e40fbbbdb0b09f6529a26984f942a3d4b788bc]

        Fiddle with hard-coded neon config.h to support USE_NONBLOCKING_CONNECT
        
        ...see the condition in neon's src/neon_socket.c under which
        USE_NONBLOCKING_CONNECT would be enabled.  This should not have any immediate
        effect in LibreOffice, as we do not call ne_set_connect_timeout.  But it might
        be beneficial to selectively do so in light of rhbz#915743 "thread
        deadlock/slow join in insert->hyperlink in impress," to work around neon's
        disability to abort potentially blocking calls.
        
        The enabled features are hopefully POSIX-y enough to allow for plain #ifdef UNX.
        If not, we need to adapt this to more fine grained conditions.
        
        Change-Id: I6bf0a89c1ae73d7183f515e780fff7fe0ae2fed0
        Reviewed-on: https://gerrit.libreoffice.org/2492
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2c6794e40d2bf8dd91ca8ca56dbb1663fd695856]

        nss on windows needs soltool's unistd.h
        
        Change-Id: I8c23fadc550091c834a873b53dbd3eae2ba8286e

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [4f1616a59ea21d19e04f1cbd81e13c72e6bbd518]

        .gitignore for the whole config_build/ directory

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [f6deda85ef4f28426c09fab7205f274922af3d96]

        current mingw headers don't have fMergeNeutralItems
        
        Reported upstream by Kendy (r5626), for now do not use the field
        if not present, seems to be not that important.

2013-03-01  Noel Power  <noel.power@suse.com>  [ec583253c3d761847c93a77fa10c065fc334fab9]

        raise warning when saving macro laden doc as a macro-free format bnc#791777
        
        Change-Id: Ic947ceef71c86e31fbf0bce74b064aaf91f47178

2013-03-01  Miklos Vajna  <vmiklos@suse.cz>  [58c30a3545a5725d704eabd79071db02f1f2cb23]

        fdo#59638 handle RTF_F inside RTF_LISTLEVEL
        
        Word typically uses the Symbol font to describe bullet characters
        instead of using a sane Unicode value, the previous can only be handled
        if we parse the custom font set for the list.
        
        Change-Id: I1491f07c40953949e381a035c1596c207cdc4c35

2013-03-01  Miklos Vajna  <vmiklos@suse.cz>  [2f82a08d3565239c2bfe8d21fbebd89bd4657708]

        fdo#59638 import RTF_LFOLEVEL
        
        Change-Id: Icd0ba0bcbf519a15006af2e0eb176c37766345a3

2013-03-01  Miklos Vajna  <vmiklos@suse.cz>  [24ba80686c9028b4f6dd1f63bfe905c029068b11]

        rtftok: clean this up, SAL_INFO already provides location info
        
        Change-Id: Ib81753bbe26050e2f108c30a1e596a7c34d72fa3

2013-03-01  Caolán McNamara  <caolanm@redhat.com>  [5a108cb00906d87869e97aaf4d2a5c4fd72cf57d]

        WaE: bogus used uninit warning
        
        Change-Id: I3a78903b5bdc81e751570c32dca93e323e8053e7

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

        Resolves: fdo#61459 icons loaded from .res broken
        
        regression since 76b3e61bb4ac66decd7800ef309f3241e77d538f
        
        Change-Id: Idfc7789b402aba0d6ab41875a9efc3b990173af0

2013-03-01  Caolán McNamara  <caolanm@redhat.com>  [16d7194ee73786c212e8639d41c7c31735ca930a]

        sort frame labels before frame contents for tab traversal
        
        If there is more than one widget with the same mnemonic, and one is a frame
        label, then we need to sort frame labels before frame bodies in the tab
        traversal order. Otherwise if the focus is in the body of a frame whose label
        has that shortcut and the shortcut is pressed again, the traversal through
        following widgets will encounter the frame label as the next candidate, leading
        back to the starting point and not onwards to the next widget using that
        shortcut.
        
        Frame labels have type "label" in the .ui, so suck that out to designate which
        widget is the frame label at load time.
        
        Change-Id: Ie21ed87867bd0c983981a3a8f3318b3cf598c1d6

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

        fix higher debug levels
        
        Change-Id: I57c01a8ab7ba158c160dce977e3e0e54e5b67f23

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [5da10275a7475efdbfd9de14ea58cf8f4c6c1582]

        Related rhbz#915743: Abort UCB call from SvtMatchContext_Impl::Stop
        
        ...as otherwise the SvtMatchContext_Impl thread can continue to run for
        arbitrarily long, and the other thread calling Stop() and join() will block.
        
        However, especially the WebDAV UCP does not properly support aborting commands,
        see 260afe56fd6b2f34de8290f3cdb7d1df5b88f8a8 " neon commands cannot be aborted",
        so this is not yet enough to actually fix rhbz#915743 "thread deadlock/slow
        join in insert->hyperlink in impress."
        
        Change-Id: I0da899f824763e1b3d19bb5b38d906feb690b623

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [0c3500115c4fd86284a027fc32be704afcf77061]

        Related rhbz#915743: Do not call into DAVResourceAccess with mutex locked
        
        ...from webdav Content::getResourceType, as otherwise Content::abort would be
        blocked waiting for the mutex (in code that would call abort, which will be
        required to fix rhbz#915743 "thread deadlock/slow join in insert->hyperlink in
        impress").  This required to get the odd reference to enum return type of
        getResourceType straight.
        
        Also, propagate information about !shouldAccessNetworkAfterException from
        getResourceType out to getPropertyValues, to avoid further calls that would
        again block/fail.
        
        Change-Id: I8b9d43a61eb4078acb90079c4eb7aa98a59a8983

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [260afe56fd6b2f34de8290f3cdb7d1df5b88f8a8]

        neon commands cannot be aborted
        
        See <http://lists.manyfish.co.uk/pipermail/neon/2013-February/001533.html> "Re:
        About ne_set_read_timeout" for why ne_close_connection is not a solution here
        (and currently would not work anyway, for the thread calling abort would block
        on the aGlobalNeonMutex introduced with 510da29131e56ba0e1783e505e7131e6f7e0d6b4
        "forced to make certain neon api calls thread-safe due to cups" until the
        blocking thread was done with its neon call) and "a new, dedicated, thread-safe
        ne_session_* API call will be needed to allow aborting of a running request."
        
        So enable DAVResourceAccess::abort again and instead disable the underlying
        NeonSession::abort.  i#106766 "Crash when cancelling extension update" does not
        give any good rationale why DAVResourceAccess::abort had to be disabled, so it
        might well have been because the underlying NeonSession::abort was bogus to
        begin with.
        
        Change-Id: If8293b93a960907726208bb2f93c375d83357ed3

2013-03-01  Stephan Bergmann  <sbergman@redhat.com>  [331dd1e80616030f824a91a2358857485a798e29]

        Bring the hard-coded neon config.h in sync with neon 0.29.5 config.h.in
        
        ...keeping all the defines that had not yet been coverd as undefined for now.
        (HAVE_SOCKS_H curiously has disappeared from neon 0.29.5 config.h.in even though
        src/ne_socket.c still references it, but we had it undefined anyway.)
        
        In general, this hard-coded config.h is a bad idea, though, of course.
        
        Change-Id: I5337f1849b776b62676cee7794917742bcf35356

2013-03-01  Petr Mladek  <pmladek@suse.cz>  [16826147188bd78d67b97863226f903cc24add71]

        rename LOdev builds to LibreOfficeDev
        
        It is similar change that we did for the release builds.
        
        Also fixes make-dev install on Windows.
        
        Change-Id: I7d9a4bc2e7b14e79516acdfb90c709dbde1378ab

2013-03-01  Krisztian Pinter  <pin.terminator@gmail.com>  [6f6443f2cbbe21249aceed28bc575227e63ed393]

        RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
        
        Change-Id: I3ef372b07f2bacc2b9bbbb034e3d61b9cc8a3677
        Reviewed-on: https://gerrit.libreoffice.org/2486
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-01  Stefan Schick  <stinder21@googlemail.com>  [482ce7da9cebfa70aa4224a7ddd834820947826c]

        Translated comments from german to english
        
        Hey,
        there are more translation patches to come in the next days...
        
        All of my past & future contributions to LibreOffice may be
           licensed under the MPL/LGPLv3+ dual license.
        
        Regards,
        Stefan

2013-03-01  Andras Timar  <atimar@suse.com>  [948448657e9565eb0afa146cfa8769f89d44d44b]

        Updated core Project: dictionaries  7e4239060266bf238b5e6692ed10d548c37572d5

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

        typo: 1q -> 11
        
        Change-Id: I13c1665b0d4b266256d225c1f7b213d18f7ca0ba

2013-03-01  Caolán McNamara  <caolanm@redhat.com>  [9c7cf46fbf01f62ea9520c4ba1ec4748fe62b20b]

        Resolves: fdo#61656 use order and orientation combobox select pos as index
        
        not the associated entry data, which isn't set for these simple
        1 to 1 position -> data comboboxes
        
        Change-Id: I0c73786bca00684cedc4672d0ad5e61d0c1f9bd7

2013-03-01  Herbert Dürr  <hdu@apache.org>  [6840ba613cc46ee65d58612ecabe748d539de9f5]

        #i103131# in doubt treat unicode variation selectors as invisible(cherry picked from commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9)

2013-03-01  Ádám Csaba Király  <kiraly.adam.csaba@gmail.com>  [b93b23fe10917881e185750d294fc42fe2c92424]

        Replace rtl::O(U)String with O(U)String
        
        Other changes include:
        in bridges/test/testcomp.cxx duplicate 'using namespace ::test' removed,
        'using namespace ::rtl' replaced with 'using ::rtl::OUString' and
        'using ::rtl::OUStringToOString'
        
        Change-Id: I67a5952afd305adeb07f728c9074620ecba8e9fc
        Reviewed-on: https://gerrit.libreoffice.org/2475
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4b063c0e5b0e04986c98e7dd005a6223d8d9785a]

        CDR: Respect override of encoding information
        
        Change-Id: Ia2302ee8acdf638bf001f0a2663e09688c21c505

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

        WaE: init variables
        
        Change-Id: Ia9d120348787bd566a3c9049f7adaf76648d096e

2013-03-01  Herbert Dürr  <hdu@apache.org>  [ee5d620011152e6f260a1712f02cb48da34734d6]

        (cherry picked from commit c4ce6e92db9e784eed2c0863d4c30bf9eddf3da1)
        
        Conflicts:
        	vcl/win/source/gdi/winlayout.cxx
        
        Change-Id: I564e3d2186578041a70f329810173b82c8f1ce5b

2013-03-01  Herbert Dürr  <hdu@apache.org>  [7f47f5bd09b8bb32de9fd38f941a621965c48045]

        #c704126# fix off-by-one when parsing WW8_STD's fHidden member
        
        According to the header file ww8struc.hxx the fHidden member is at bit 1
        (cherry picked from commit a428571aeecd1acee1b2d5a80cd1d9978f25aeb7)

2013-03-01  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1cdb93954633a7a2a6346f7cd6637d57672b3c72]

        String::CreateFromAscii drop in sc
        
        Change-Id: Idb9fda589b309bd850ba2fdd68e7170c28d4c31a
        Reviewed-on: https://gerrit.libreoffice.org/2448
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [e06559e69ac9432a6ada4934c39721217c8c6f49]

        use short names for doxygen-generated files
        
        This is a build fix for Windows, otherwise packaging ODK fails with complaints
        about lines in .ddf files being longer than 256 characters, caused by doxygen
        using very long names for complex types (such as the rtl stringutils.hxx
        helpers). It'd be possibly cleaner to avoid somehow generating docs for these
        internal types at all, but this should do.

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

        Related: fdo#55693 add regression tests for autocorrection
        
        Change-Id: Ie9bbeb38ec9cc2fa0377709e75abb0338b20bab5

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

        Resolves: #i120028# SvxBorderLine leak
        
        Change-Id: I652653ae8a99b8486e893c65b6c82b6ea6e4faec

2013-03-01  Caolán McNamara  <caolanm@redhat.com>  [1bb8ae7a52564ec8b3d08ffe2175e466a02cfd76]

        fix higher debug level build
        
        Change-Id: I1c0fb9a3c36708159495af6ac08f1e66074fc029

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

        reduce callcatcher call post dmake death
        
        Change-Id: I05a68199c606c815ab007cb662c0b29053eb3609

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

        vector::at on guaranteed in-bounds values
        
        Change-Id: I6ca8ec182e4c68f4cc29c7669168b513cdf148bd

2013-03-01  Caolán McNamara  <caolanm@redhat.com>  [891a99ce9f5396e752e389d994f794af97dddef6]

        Monarch is apparently #7 3/4 not #8
        
        Change-Id: I1664065e9fee3db5b900051ea3bf086c61ef0cee

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [e5a0f81805b63ef720c55d19ac2d792d8df8a7b3]

        translation of German comments in file sd/source/filter/ppt/propread.cxx
        
        Change-Id: I11ae4cd91984745a8c18a50575c7195a5316a211

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [7599237f5940b645182cec4ca8817a8e544963d4]

        translation of German debug message in file sd/source/filter/ppt/pptin.cxx
        
        Change-Id: I47aae4db5d5aa880d0476f16d982cdc1a2da5862

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [ef1572377e5e136c2de4ec1ffe74c90ba26ec942]

        translation of German comments in file sd/source/filter/ppt/pptin.cxx
        
        Change-Id: I3849f4078930c88dda19d569d9544851a395a0ea

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [fea303a3d7422d26b7d4ea26126b0769e66dda40]

        translation of German comments in file sd/source/filter/html/pubdlg.cxx
        
        Change-Id: I7c4963560bab186721ec5ef95461a4dcb6994351

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [3cf8785377e78040b302cf904119991991c97283]

        translation of German comments in file sd/source/filter/html/htmlex.cxx
        
        Change-Id: I8e432ce2f7a68c51da809b3f68c1924fda6b63c8

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [d97e6d1de52f5b3f1018e63aa78871aea1588b02]

        translation of German comments in file sd/source/filter/grf/sdgrffilter.cxx
        
        Change-Id: Ibab526eae24decc208c74173555e75bb00ac50f9

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [8eb64e21a826ddde37356d0cb22dbff408efd2c9]

        translation of German comments in file sd/source/filter/eppt/pptx-text.cxx
        
        Change-Id: Ibf2ef88a200699bea456b916fd5e59392d1f19e1

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [dc2b5d791805b7826d5108178e7250ee41ad1156]

        small translation of German comments in some files in sd/source/filter/eppt/
        
        Change-Id: If1bfcef7acd3a71ac4c36666d5386f88def62591

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [6bb44ef034e9b15c8805ed2af404c27d434ecfa2]

        translation of German comments in file sd/source/filter/eppt/epptso.cxx
        
        Change-Id: Iacd49459f7976f9ff6676c79532fd44c3e11056d

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [0f4b18d18eb04322886ffbe1b4118f3fa276531e]

        translation of German comments in files sd/source/filter/eppt/eppt.*
        
        Change-Id: Ied95b179972106402fde3f9d82f6c4844571fa3a

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [1369b2547d7b96b9d371bd8427facc6ed0081450]

        translation of German comments in file sd/source/core/stlpool.cxx
        
        Change-Id: Ie5274ef6c5bba0caa8ba8057f751db3301618f32

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [83b8e4c0defb0dba94dbee402ed4420882b6fc61]

        translation of German comments in file sd/source/core/sdpage2.cxx
        
        Change-Id: I310ca52319b553ab153dfce53b145f8785a4c62a

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [4c5e85403955da8bbafaa4b58486130e12e73c65]

        translation of German comments in file sd/source/core/sdpage.cxx
        
        Change-Id: If75c2f867cbbb0b1d0d3ed83f4439da5f1875eeb

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [c052aa12edcdb341daa58be349cecbd908b0a085]

        translation of German comments in file sd/source/core/sdiocmpt.cxx
        
        Change-Id: I4f319e176de87f73cd7ddf01cad30fcf96a35aef

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [07bc2aacb345b92c5b617c5c16b47b91345f3372]

        translation of German comments in file sd/source/core/pglink.cxx
        
        Change-Id: Id691449ef0f0397aa8306bb29ea8539de59b56e6

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [5db5465cb8b3f945f4439a6d3c57f722e1c36849]

        translation of German comments in file sd/source/core/glob.src
        
        Change-Id: I908876675bd05bce997a2a7ac111032e130c8316

2013-03-01  Radek Doulik  <rodo@novell.com>  [b40bcde076f9fabf24810d2520e878d604d99637]

        finish font embedding, use the new Fonts document property
        
        Change-Id: I4cd6b8c11fb1efe9f97d2c5e474bd0bdcc9ed505

2013-03-01  Radek Doulik  <rodo@novell.com>  [8ad5c064190084cb46ce8847bfa306ce3cb01987]

        added new Fonts property, it is used in xmloff for fonts embedding
        
        Change-Id: I8a88fb8fd2048e8ced138f19e5bfa74c160c86eb

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [a0f8fa87a550caf348cd30bfcecb0fd050564099]

        translation of German comments of the files in sd/sdi/
        
        Change-Id: Ifc7de73dfeb4e12cbe76237558904f4f1f4b130e

2013-03-01  Urs Fässler  <urs@bitzgi.ch>  [ae147f1536101b5fcdbb094eaf50e0db7ac5c07f]

        translation of German comments of the files in sd/inc/
        
        Change-Id: Icb9bcb36fe17874167a2beb9b8c6dfc39b8507f4

2013-03-01  Julien Nabet  <serval2412@yahoo.fr>  [9509f5c7923ebd9a95068dd7b9231af79080b6bf]

        Useless assignment + use setWidth
        
        See http://nabble.documentfoundation.org/Cppcheck-reports-nMaxWidth-is-assigned-a-value-never-used-svtools-module-td4036771.html
        
        Change-Id: I987f1c6b107291b93875cc169f2a72e249fe2ad5

2013-03-01  Michael Stahl  <mstahl@redhat.com>  [846e0f15635bfa361d2ff32dbd77b2edcef7854f]

        sd: BluetoothServer: put the ifdeffery in the right place
        
        Change-Id: Ide62e3624271c3550e17ea2386363cffe8c2897d

2013-03-01  Michael Stahl  <mstahl@redhat.com>  [2ee838d7ad7091fb3e24f362d791b7b59ca983f7]

        rename Module_tail_build to RepositoryModule
        
        Change-Id: I06783d26f10efabd1aca06a7a1e0647d8ed58b69

2013-03-01  Michael Stahl  <mstahl@redhat.com>  [117700c213b3a612b2c7498ebeb014c3e998c4ac]

        remove unused solenv/gbuild/tail_build_modules.mk
        
        Change-Id: I2c3d8a793f1ce59a2fab9e9511df99222c97fb5b

2013-03-01  Jan Holesovsky  <kendy@suse.cz>  [256c4dec7b3e365ebfa68464c6ab05815ccdbe37]

        MinGW: 2 more paths updated.
        
        Change-Id: I0e987cc3490181c3cfed716c9a49104f46a35d82

2013-03-01  Jan Holesovsky  <kendy@suse.cz>  [ef88d773d317ab020593f946706e291acee1d537]

        MinGW: Update the installation location.
        
        Change-Id: I5cdcfd8b906710c7ce756d7384fa21e4fcaa4ff6

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [5f632a87abd256e608cf568d035130c2cb19f4d3]

        Don't scribble into SRCDIR
        
        Change-Id: I923a3dfe59bf4a16700c23bc22d14e3393f77b15

2013-03-01  Jan Holesovsky  <kendy@suse.cz>  [8eeb0acb445641bfcad5066ed0561c35d7c1c2f7]

        MinGW: Make mpImpl available only on Linux.
        
        Change-Id: I35c3ccab01e4607510bd67628f4dfa94633aa8d7

2013-03-01  Jan Holesovsky  <kendy@suse.cz>  [20c1d70fa5c87356bd95b8ac34ae12b8da31ab58]

        MinGW: Workaround narrowing conversion in clucene.
        
        Change-Id: I921d8140ecdf577687571a9aeca3100023f390d4

2013-03-01  Jan Holesovsky  <kendy@suse.cz>  [52efa22867b6201a3d97180bfb76e4c780e923a2]

        MinGW: Actually, this is usable only with MSVC.
        
        Change-Id: Ida4715033f45f4857c8355b40878f9b05362a222

2013-03-01  Miklos Vajna  <vmiklos@suse.cz>  [02944a639dd534e025e3dd57421b714bb816a28d]

        xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro
        
        Change-Id: I92a341ccafb018b10e884bbaec07574b706a02b4

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8fad92201dc18592f2ffaecc798071f96fec82ba]

        Upload libcdr 0.0.11; fixing fdo#55366 fdo#59528 fdo#53278 fdo#54586
        
        Change-Id: Iadebf93d6002ce1a13152e9f7a8e4c490a4fbd94

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [fa387a548e105b0dac2fb891824bc29e9f2ce149]

        Add informative comment and revert unneeded (?) change
        
        Surely if we need to use -D_GLIBCXX_HAS_GTHREADS on Android we should do that
        somehow globally then and not just here in liborcus? But I haven't seen any
        compilation errors caused by a lack of that? (Except, if memory serves me
        right, for the Android on MIPS platform, but I haven't tried building that for
        ages.)
        
        And anyway, setting CPPFLAGS to one value in the environment for configure and
        passing a CPPFLAGS setting on the configure command line (in the
        --enable-dbgutil case) surely is pointless.
        
        This reverts 84374b2d4c44a5c81277ebc18eadd632cd8497b5
        
        Change-Id: I2a280bb24dc0a557c825070866e1969c3176fc3f

2013-03-01  Luboš Luňák  <l.lunak@suse.cz>  [8cbd48f732587653870dc5996aef8af2db1fb51b]

        avoid relinking on windows after every configure run
        
        Since 2ba9023a60f41f5ba414fa0f7682ac8104b3a00b WinResTarget depends on solenv_inc,
        which eventually depends on solenv/inc/minor.mk , which means relinking all
        libraries on Windows after each configure run. As AC_CONFIG_FILES updates
        generated files unconditionally, use a temporary and update only when it's
        actually changed.
        
        Change-Id: Ie5503ed7cdf307ab51935d271e9f1603b5e8f987

2013-03-01  Lionel Elie Mamane  <lionel@mamane.lu>  [a42649c6743a54498375903b4357c4c0545fbab8]

        fdo#60907 Use *one* variable for the MySQL library file
        
        as opposed to two with different values,
        which leads to trouble
        
        Change-Id: Ic603105187b6078bd46d6c253410af28e188c70f

2013-03-01  Lionel Elie Mamane  <lionel@mamane.lu>  [c7ef87aa8db6d892491891dcda6bfbaa1ad1d0d2]

        mysqlc/README was *very* out of date
        
        Change-Id: I3a50ec19d42aa08d1346c9d0bdc1045f4ce88cd0

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [18e035964e92cb4348a4de0bafc4114608ed4754]

        Cleanups to the android and ios makefilery
        
        Also build the "desktop" app from gbuild.
        
        Change-Id: I45fc265c9515b22e10bd7644f54dbfa23601e063

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [6a1cb54c31a0e7591173afa167938535bbe5cf6e]

        Pass log output directly to the Android log mechanism
        
        Writing to stderr just takes a detour through the pipe we set up ourselves and
        read in a separate thread, and eventually ends up being passed to
        __android_log_print() anyway.
        
        Change-Id: I46356910e48926f22c8dc88d9eba6acbc8bce751

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [742bb0ebe3f309c372934397acb463b4e172b4bf]

        Use "optimal" zoom setting
        
        Change-Id: Iaac4488aacf08525676dbfca0b747ea777c0d60a

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4883ae27d834ed14547d5762780cd8596a930a4]

        Add breaks to default and don't overflow to defaut
        
        Change-Id: Id0c34041fc7f86bc737f69bfcaacee1c25fe818e

2013-03-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a752069170acef13ea93f062bf61070313a69c14]

        Don't overflow case to default so that adding of case will never overflow
        
        Change-Id: I3503a185b02a512d1f13f805b8d51fb48f34971e

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03bbfe0a5754091f68eab01b15c6fb5726cfbed7]

        coverity#705110: use of invalid iterator
        
        Change-Id: I13bb65892ffe09fa6f8bb70321e8846edcdc728c

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2828fe2fd6d3698dc1686811c17675e74afd1642]

        coverity#705109: use of invalid iterator
        
        Change-Id: I9c16071a4182801ef5fed8b3d3661accce596716

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6de8f018b687d37d01d04fde9156438a5c7eed9d]

        coverity#705107: use of invalid iterator
        
        Change-Id: I2f36090f7d1b009466a973f3795c668f001063c2

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5271d78920dd4159025db6786a6f0568b7131a76]

        coverity#736015: use of invalid iterator
        
        Change-Id: Id72e6a2f9c11e72507a8c5c48f9627a1b529dd6f

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ece1af8c7f9f176b24ba976480518050af087e9e]

        coverity#736108: nesting level mismatch
        
        Change-Id: I6e6a3baa5aba5591a40fd236e7a2056fb59d6977

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4dc498a7f846bf2452900a4798ad50036948b9bc]

        coverity#736047: missing break
        
        Change-Id: I251b3329419c5fc622681ca9cc65572c303eb39f

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [575c5e35005f25b46cc55badbd0b5bc4d2b226a1]

        coverity#705210: add missing break
        
        Change-Id: I9833e7d2a912b38525f138f2a65ca91d08dd86b6

2013-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1b5e1bbed36f0560a103300c405806f50c9f3ee]

        coverity#705132: add missing break
        
        Change-Id: Id3a3c33854c677cbbcc835e09de3a297512d97eb

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [353bf63697d6ea11199e7786a027f0f77ac4bfcc]

        cleanup instsetoo dep display
        
        Change-Id: I857ae6055326e43ad687ac22a6e4a034de5d556f

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [902fdf45636ca7ce13d6545310a8849404d35032]

        move android and ios to tail_build
        
        Change-Id: Ic192b063a4ccc1249194bc7a62a8a90682de08f0

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [1ceabe1101c1dee5a8adf6a19d57f1b3726f3e2a]

        regenerate pch
        
        Change-Id: I130bfbeaf8723f0f9ee38051c8acf32cb7f5ba85

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [59d02d3a3ba53d388e65f301ab2d2b1153736dd7]

        kill random dmake leftovers
        
        Change-Id: I64e0d72c2ebcef22a831e264012fc8e1ff3b76d7

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [a6f361b06f86d49edaad47486ae3eaa16fb2fac7]

        remove dmake-only utils
        
        Change-Id: Id0723277613cf1867b28dbd98c2249ff9ea73649

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [84374b2d4c44a5c81277ebc18eadd632cd8497b5]

        fix boost threading on android
        
        see https://code.google.com/p/android/issues/detail?id=41770
        
        Change-Id: Ia6a016afcf3215558ae261e4844b69dec338d566

2013-02-28  Christopher Copits  <ChrisCDev@live.com>  [ea7d6d070247f6b676054a8256679ac2d2ae577c]

        fdo#55693 Two initial capitalized letters corrected in compound words
        
        What changes I made:
        
        1. In svxacorr.cxx SvxAutoCorrect::IsAutoCorrectChar, I added '-' as a character.
        2. In svxacorr.cxx SvxAutoCorrect::FnCptlSttWrd, I added code to iterate through each AutoCorrectChar in a compound word to determine if capitalization needs fixing.
        
        Change-Id: I4e7de33fceccdea5edd84e83bacc7ae690135d76
        Reviewed-on: https://gerrit.libreoffice.org/2351
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [b0612be2516bcfeadf99ce46edd0aa724f84d66a]

        extensions: argh why can't that be formatted properly
        
        Change-Id: I21a32877182dc84bd2291e87bdf49fa513835fc4

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [043f614a3e6e68c26f2f4af609e6b2701e368156]

        Bin some unnecessarily verbose logging
        
        Change-Id: I9c9b2a5405f994f180bd51a3a6c91815d0f70435

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [e63165c685e96acb7939b15db61328eef79ff920]

        Pass touch events on to the ScaleGestureDetector
        
        Note that the listener doesn't do anything with the scale gestures yet,
        though. I guesss either a new type of VCL event is needed for zooming, or then
        we could fake entering of Control-+ and Control-- key events (or whatever the
        default bindings for zoom in and out are).
        
        Change-Id: Ib2ba138dd3e7874f85e9fc9fb7ac7198fa6212d3

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [18df08f974074c4263c357351beabda4fad6cb1b]

        Bin two lines of logging that are too repetitive to be useful
        
        Change-Id: I460614dba8f162a8bedcf0bf847614fae9b05910

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [1e254b3a508eb7b99ace65587fc0e5719efca801]

        The RGBA bytes are already in the order we want
        
        Change-Id: Ib4434400b110f8056b3291c0d48fe6548a7a9e8e

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [429827a3e83121cbddd99e1f0df3611203f04171]

        Loading a test document works now
        
        Change-Id: I02f8ff9c1a2379fe03dff4e5a0dd4a05634d4034

2013-03-01  Tor Lillqvist  <tml@iki.fi>  [3c06db79d32583c6953d503f547a4ac5d78e608b]

        Open files from /assets (i.e. read-only) even if asked for write access
        
        It seems to work better to silently "open" a such file read-only even if write
        access is requested, and let write attempts, if any, fail later. Otherwise
        loading a document from /assets fails with that idiotic "General Error"
        dialog...
        
        Change-Id: I95cbe18010ec5e75ee5993faef2656ae8a2f981b

2013-02-28  Eike Rathke  <erack@redhat.com>  [11359160bda78f09f595cb3ef81d1264c0e62494]

        added mnemonic_widget to jump to lists and edits on shortcuts
        
        Change-Id: I2f048d06bccae7a55dc403eb58f80a165265d2a0

2013-02-28  Luboš Luňák  <l.lunak@suse.cz>  [2a601c5665602d0e0f349145a64d9858a93433b3]

        try harder when quoting for rc
        
        Apparently the TYPELIB has problems with paths if they contain
        some "special" characters like "-", unless it is quoted. It can't seem
        to be able to concatenate quoted strings properly either. So build
        up the whole filename in the makefile and quote/escape extensively for both
        shell and rc.

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [25418b6ed978e635a417d385bcb1678cc8e8370d]

        extensions: m_nApplRegHandle unused now
        
        Change-Id: I93c6d0e37306a9c8ac708124a6d21a7ce11810b8

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [ffa37355709b95c5b8951f3a46e2b7952eee84d2]

        extensions: remove code specific to oleautobridge2
        
        Change-Id: I88ecfceba0d08ef7136d6db49da1e62c61518d2b

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [5a68f57606d097dac10ea501658c3b668f5029cc]

        extensions: remove obsolete oleautobridge2 library
        
        This library was never shipped with LibreOffice; presumably it is some
        backward compat kludge for StarOffice versions older than 5.2 that only
        shipped with StarOffice.
        
        Change-Id: I5e07e14fde0f62814f4648b362f9e9333fd6c84f

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [01b913387b03bda1dd4585ee0a3294122a7bdc63]

        sd: BluetoothServer: appease MSVC's appetite for type definitions
        
        Change-Id: I05a0cc7534e6504c73ad1ccee42ca6e9ecb489ed

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [7d6085a259a2be90a123c020645d74f2c9c27070]

        register these libs when needed
        
        Change-Id: I6ad6a4428f71caed0e0c71f3b406fe08f298c91c

2013-02-28  Stephan Bergmann  <sbergman@redhat.com>  [ecf9b211ff2528e2b8e5226dcd50d7c13164bb0f]

        No need for a command ID
        
        ...as there is no infrastructure to abort ucbhelper commands anyway
        
        Change-Id: I7796386a4b931c24ff2cc66a706d5c0182cb82e5

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [0f599b89a744defa80dcec1859df41670bac519e]

        Fix Android and iOS build when SRCDIR!=BUILDDIR
        
        Change-Id: I8906b736551c6ca9f96fec2df9d4b7fd12198f00

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [0109a5b04ec4fc3a31d941faa9ea7c9f37590c49]

        Drop unuse maRedrawRegion
        
        I saw crashes or getting stuck in a loop in the Region code for some unknown
        reason. Below in the backtrace was the call to Region::Union() in
        AndroidSalInstance::damaged(). As the maRedrawRegion wasn't actually used for
        anything, let's bin it then for now... No crashes now, knock on wood.
        
        I still don't know whether the switch from SalFooEvents and CallCallback() to
        FooEvents and PostFooEvent() helped anything or not.
        
        Change-Id: Iba867daa37a206953cdb765905fa5eb3fca4d08e

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [b34b8d3372364b3c5043da0357ec69505e8d8602]

        I think this is such a serious problem that an assert() is in order
        
        Change-Id: If4273ba0b0a95d314e346e26ce092b108214d898

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [82e7c71e768c2281bd5e571e973e4478917e9e43]

        Try uncommenting these now, I don't think the FIXME holds any more
        
        Change-Id: Idded90eaa68481dbb9b4045ff62a54e13c7baa31

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [7de08bcde91eece3ea4d5d5ba71cf9ba8aac6080]

        Don't SAL_INFO() a sal_Bool as a (binary) character
        
        Change-Id: I6eb8ad74e215dca4b6c7b51939843afda67e44e5

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [7361c08a861a6e4f120d985156e8cdfe7c2f6dee]

        Avoid "Warning: -writer is deprecated.  Use --writer instead."
        
        Change-Id: I348df07e6c821969b04fc83b2720d200ffb89f68

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [32da3c3a6bfc61de44c37a77bfca84e3cac2c59d]

        Try to use another kind of events
        
        I see randomish crashes that likely are caused by parallelism problems. Try to
        see if using Application::PostKeyEventg() and PostMouseEvent() instead of
        SalFrame::CallCallback() helps.
        
        Change-Id: Ia97259a378fe40ff0dab3fbb538599e9d2e69c1f

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [658824e43dc306b986a85e73cb1bffaf0e48b879]

        Bypass a little more stuff for Android (and iOS)
        
        Still tons of stuff left that make no sense on Android or iOS.
        
        Change-Id: I4bb1555b5d2aefc175d544aa220102aa78697b89

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [1b05f8686849527698c960fb79624a544f21e71c]

        Bin one more too repetitive log line
        
        Change-Id: I0ab4ecc4791cd319c8c25583e5207dcfc66b0fac

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [0de21643a9ab3e9e906195752b5f0c76a1cd0bc9]

        Use proper Android logging here, too
        
        Change-Id: Idfa826b9dd3156f2471ffd7dac245e68de8f4169

2013-02-28  Peter Foley  <pefoley2@verizon.net>  [c9f637c882a90940bc99ec55b9713230ab26a675]

        don't build modules twice
        
        Change-Id: I179f81b92b815f17cd5da77a921b563ee36cb467

2013-02-28  Andras Timar  <atimar@suse.com>  [a8b5710e62ebc82f7210756033a639158e16d09a]

        Updated core Project: help  b1cfd2b985bedae8929c2d798815b88e630e7a28

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [2bb13b83e40aec362964d26921a3fc1660a5da2f]

        extensions: WinResTarget_activex: use absolute paths
        
        This does not build from the top-level because it uses a relative path;
        the command invoked from "make" runs in the top-level dir while the
        command invoked from "make extensions" runs in the extensions/ dir, so
        we have to use absolute path here.  Presumably the weird substitution
        going on here is just a relic from the days when WORKDIR was variously
        converted with cygpath.
        
        Change-Id: I73a61699ec0394bd40e63864f3e9f566c7d28a32

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [0a2b5bafcd81a7c1fa7ab286438b5e93288c1925]

        sfx2: restore weird SfxStack::nLevel that was...
        
        ... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae.
        Not that i know what it's good for.
        
        Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [2ad72a560af533ebf4d93e751b6bbe23812d0686]

        sfx2: remove GPF() macro, we manage to crash just fine without that
        
        Change-Id: Ia80c5affa0c12acee0a79b9e4665a2b13511e981

2013-02-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4fcea7f0c414bea7975694465ae4e4436bdef24b]

        Global resources should have an identifier >= 256.
        
        Change-Id: I00b72779f7400d532e87907308198269a5f8784d

2013-02-28  Jan Holesovsky  <kendy@suse.cz>  [7820a13f6175e6da73c7ae937f075ea13ee83311]

        MinGW: Build makecab.exe and friends only when WINEGCC is set.
        
        Change-Id: I37ed3c2ef456c4a258101a9f1ea9568798a6ce80

2013-02-28  Eike Rathke  <erack@redhat.com>  [be16dba682b8ab1c244f8d24f1bab3a539096962]

        resolved fdo#60915 force long year only for ROC calendar
        
        Long year was forced unconditionally for all non-Gregorian calendars, do
        this only for ROC calendar.
        
        Change-Id: I39d6eb269b3d38046d32dcf0f66edd5617581b9d

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [c66b914a7f5d2eae694b5f083ea8b5ff8320753c]

        Updated core Project: dictionaries  22c5f0b69b2e2954bddbb0ce0dcfe5721b440bd1

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [a44abcf0da93abbc1aaf15fb16fd907d812f2ff9]

        Updated core Project: help  5218df0d55405043e35ffbbc5c2c7be1d259837d

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [b768611724a3c25e4267c921308006abe03f97f7]

        remove all d.lst
        
        Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [4b750d5052b8e473f2ec4db48724f02deb497b78]

        Revert "rm -r solenv/src"
        
        This reverts commit 6b7595c57228e86447dbd638a95bc35b55e67180.
        
        solenv/src/component.map is actually used in
        odk/CustomTarget_settings.mk
        
        Change-Id: I01dba8e7e37cc9639ae5ea6f9ee7a7bb8fc6c496

2013-02-28  Lionel Elie Mamane  <lionel@mamane.lu>  [a2db9096e2674bfb1cb125bf6036c990f35579e7]

        fdo#61203 initialise m_aComposedTableName *before* trying to use it
        
        Change-Id: Ie7a19bdfe9e7bc729a62191362ce0779d73385a0

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [06768783eac941b619a376a82a1c22066a704911]

        gbuild: WinResTarget: try that again
        
        Change-Id: Ib96447c402094b57102e2657546567c51192259c

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [1db45205a92318fa3f7662c2e90b4ccb20510cb1]

        gbuild: WinResTarget: for dependencies use the actual target
        
        Hopefully fixes silly .d files that have "makedepend" as target.
        
        Change-Id: I7ebf3c56187acc94f4374353db255cdbffa6df02

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [6b7595c57228e86447dbd638a95bc35b55e67180]

        rm -r solenv/src
        
        Change-Id: Ie38efcb040ce8f5f02d32bb1375215b816fe46e6

2013-02-28  Julien Nabet  <serval2412@yahoo.fr>  [c13802e009035a22b9d38a045c7feb15b1c659a7]

        Fix typo "persistant" -> "persistant"
        
        Change-Id: I639afec2508d189c10a180fd8f824e634afbd14a
        Reviewed-on: https://gerrit.libreoffice.org/2347
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-28  Gergő Mocsi  <gmocsi91@gmail.com>  [d5f12bfbf97e179ca45476bb7faf275bdf26f5ca]

        fdo#38838, String to OUString in module dbaccess/source/sdbtools/connection
        
        Replaced String to OUString, plus deleted deprecated macro RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: I4464644df8c42692aed7cb078b5f77c482e615f4
        Reviewed-on: https://gerrit.libreoffice.org/2380
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-28  Miklos Vajna  <vmiklos@suse.cz>  [521586b328305c4466603438a9931993b92873c6]

        Related: fdo#59638 DOCX import of w:lvlOverride
        
        Change-Id: I23fca674e2436b09eeea3337b4d3eeb7a33ccf09

2013-02-28  Andras Timar  <atimar@suse.com>  [f2e706d87399911e300c0101c876e44f2819c505]

        fdo#61453 fix truncation on German UI
        
        Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [2a9c14730d93ea434cb456d248c37c7ff41fa6c0]

        Resolves: fdo#36668 allow image captions above image
        
        orientation is the *second* argument, not the first,
        which may be why this was never implemented, because
        setting BOTTOM "didn't work".
        
        Change-Id: Ief9b7f3ef7f696d38a3da73f9e38fe30a2d6c855

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [3ba44a1e25e63659b4b10840fa83067fb0008f7d]

        various efforts to consistently apply HIG rules
        
        Change-Id: Iada517a5addaeacbc83f46e55773ae373098c95e

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [270c204d336e17ee311d29ddff37392a823d34c2]

        remove the unused dmake solenv .mk files
        
        note that the remaining langlist.mk and minor.mk are included by gbuild
        makefiles
        
        Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [04df3cb2b9e1026b8aeb809805bc4878c047eb76]

        Remove dead voice command code
        
        I don't see voice input commands being generated anywhere. Nobody seems to
        know what this code has been used for.
        
        Change-Id: I4e4221dd4dff76086d0268be286c3605e669bae7
        Reviewed-on: https://gerrit.libreoffice.org/2452
        Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-28  David Verrier  <dverrier@gmail.com>  [4626cda96af778ee34599f572567cfbc89d06983]

        fdo#39468: Translate German comments
        
        Change-Id: I29619fab12ae22bda6a8f325eece63d777b0470b
        Reviewed-on: https://gerrit.libreoffice.org/2468
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-28  Andras Timar  <atimar@suse.com>  [6aabf38ed7dc7fbf2be26fdf909fb47dcdb7e44d]

        remove code that handled the recently obsoleted PATCH_SO_NAME flag
        
        Change-Id: I34b99883711b41b8038d1229f00bc670582d6398

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [75b2f6b241046d4467a7c0c9cbf49b4533b46045]

        sw: remove CH_TXT_ATR_FORMELEMENT when CheckboxFieldmark is deleted
        
        Change-Id: I5f58b558b15f7d11b75554195e10a258d027bcfc

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [5bf6797e81d54177508d3eb370e8242e3b58a3f8]

        fdo#61016: sw::marks::MarkManager: delay deletion of text fieldmarks
        
        There is a STL assertion in deleteMarks because the ReleaseDoc call will
        recursively call into deleteMark again and delete marks that are in the
        vector vMarksToDelete up the stack.
        
        Change-Id: I9139b174f8a518a551a3ca8520396202c306abcf

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [dbb74ee9950dc706ea4fde3397a4c1d19b172fa9]

        fdo#61000: writerfilter: filter out unsupported list tab stops
        
        Change-Id: Ic9d31eba84b1d8d9cf93d8289621a65d43521a8b

2013-02-28  Michael Stahl  <mstahl@redhat.com>  [0d4ee442f170eee4c35b9a1b1cb596f71d256b1e]

        fdo#61309: writerfilter: filter out enormous numbering levels
        
        Change-Id: Iafef1c2ca2ca072bd604946fbe19b6a24e323512

2013-02-28  Michael Meeks  <michael.meeks@suse.com>  [b440cfcc548f3e9c74001c1e692b35ff272c409a]

        add missing openssl & nss3 dependencies to libxmlsec
        
        These are required at configure time.

2013-02-28  Stephan Bergmann  <sbergman@redhat.com>  [bfdcde7c2eb44b7c342ba1d048384eb7776808ae]

        Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDK
        
        Change-Id: I466424c5b71de4d6bb126499895539813283502a

2013-02-28  Stephan Bergmann  <sbergman@redhat.com>  [8546e4180d0ea21af2033bf5888e16e3018a764e]

        Unused SAL_UDK_MAJOR/MINOR/MICRO macros (unused sal/udkversion.h)
        
        Change-Id: Iac16e28979e7d6ae7e0502588f6216d9bfa51eda

2013-02-28  Stephan Bergmann  <sbergman@redhat.com>  [264a2fdcacd1d2725ece59ba8352857aa0a7f15f]

        Unused LIBRARY_VERSION macro
        
        Change-Id: I4adea5036eaba5186faa8faa3d56bde338e8913a

2013-02-28  Andras Timar  <atimar@suse.com>  [6851c5fd4337af38884d16c05695da7e4e059dcc]

        bin PATCH_SO_NAME crack
        
        In VersionInfo of Windows executables the FileDescription property originally contained
        80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the
        installer maker perl program replaced the xxxxxxxxxxx to the actual file description
        which was defined in scp2. WHy was it good, I have no idea. The problem was that it
        happened after postprocess, where we signed the binaries, thus diigital signature became
        corrupted. It is better to give file descriptions via makefiles.
        
        Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89

2013-02-28  Stefan Knorr  <heinzlesspam@gmail.com>  [889ec0e4d4afac36d4d462bfeaf146398baa4082]

        fdo#39468: Translate German comments in sd/source/core/
        
        Change-Id: I91af80438dff2aead6bf32cecd3caa97e05c9a65
        Reviewed-on: https://gerrit.libreoffice.org/2461
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-28  David Tardon  <dtardon@redhat.com>  [bfdbdd5359fc3a8471c46263c0f05ae0979b0c56]

        Updated core Project: help  dd64dc0f137c28c8889c525adf3eb26caab38db5

2013-02-28  David Tardon  <dtardon@redhat.com>  [f27954d5bfb0ad4b69482f26d30a6224aa1f5568]

        remove superfluous target
        
        Change-Id: I8efd522b6317922f091269b1c857efdb2d05dd56

2013-02-28  David Tardon  <dtardon@redhat.com>  [9e3dcc233b3bf3e259e1418c061576d2d0b9f394]

        remove superfluous target
        
        Change-Id: Idbb67a2cb79f8eb4f8cf5834217bb0c900a978a6

2013-02-28  David Tardon  <dtardon@redhat.com>  [b4174e9aaa431c29bab0b613e71d6dab2e725246]

        fix typo
        
        Change-Id: I348cc52fc90236e5704c0217326d02c2a34c001b

2013-02-28  David Tardon  <dtardon@redhat.com>  [6df7952fb47944b1cbd1d5b192f96af2d0d399e5]

        add missing deps for translations of other modules
        
        Change-Id: I13425290fcb19ab373258f79cc9deb9af7fb1d98

2013-02-28  David Tardon  <dtardon@redhat.com>  [5247c7b0c59a8c65f1d20e62dce71e367c08bea2]

        pack help index files correctly
        
        Change-Id: I9a6847caa8e8432f500b37e89076594c3728fe2b

2013-02-28  David Tardon  <dtardon@redhat.com>  [cfe0fbb039e452ab75552e65474859573cb155fd]

        do not create index for shared help module
        
        Change-Id: I83f9b99abcc952dfea924662a0db8d98efc56307

2013-02-28  David Tardon  <dtardon@redhat.com>  [b12d5e12a60867531974ce6b4eca0ce653bcae7c]

        hack for adding err.html into shared help pack
        
        Change-Id: If1cdcb35be2c2eeb1a3d80ddd7b751e0168982d4

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [bc3170b4c15e8287e990fb9ae9c74241345038dc]

        use our default opt/noopt and symbol flags with icu
        
        so --enable-symbols gets -g in here with -O2
        
        for gcc always add -fno-strict-aliasing
        
        Change-Id: I8d673ebaf26d5afdcc5ae5de626cc7f32ffd6835

2013-02-28  Christian M. Heller  <christian.heller63@gmail.com>  [02a985013e816c94a07cf93491873fddfe090b1d]

        fdo#39468: Translated German comments in vcl/{inc,win}
        
        Change-Id: I1b11872dd56d93b116a65ac2e3905f751cfafeeb
        Signed-off-by: Philipp Riemer <ruderphilipp@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/2447
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [4777e735640071293c89444516dd9b57d92a39b4]

        Remove unused variable
        
        Shuffle some assignments
        
        Change-Id: I054ad7642ed4fcc66ce24923a1c945bedb01ef27
        Reviewed-on: https://gerrit.libreoffice.org/2457
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-02-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [ff27a7fd89dc3786a5f5094ec286ccdb787498bc]

        Fix page format UI labels witht mirror pages
        
        The recent page format widget UI was not swapping inner<>left and outer<>right labels when page mirroring was selected.
        
        Change-Id: I793180100764293dacb702b725a282a95a6b6238
        Reviewed-on: https://gerrit.libreoffice.org/2455
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [13bb2310e3ccc500522b1bd8de50e4ecc24074db]

        fix make <module> for BUILDDIR <> SRCDIR
        
        Change-Id: I63528f351685167c1d67551d92afc2826a8b42ac

2013-02-28  Michael Meeks  <michael.meeks@suse.com>  [b5f1139427b40ca727a03e2e41aa5625cfb08bb8]

        cleanup some module calls.
        
        Change-Id: I2871b7e49416c1fb25b80a7a4e7e2dc98efd75d8

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [fb23f10f191b9229fc570c4b38cfc29ca53d5ce7]

        odk: do not copy to the same place in parallel
        
        Change-Id: I23e26d167b239f4f68ed2c857d2c0a5eaaf1a89c

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc9849118fb4e67d1b37f8a69c97fefbcd5db194]

        fix build

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75082a3bf7401fad10c2806a3f7ce268160d7ab1]

        coverity#988423: fix memory leak
        
        Change-Id: I3ac2cca7e24e6cc1b47b42c2d42bc7caee91b559
        Reviewed-on: https://gerrit.libreoffice.org/2458
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa8091bc25b67189dd7a43ff85ef3ae11df0971b]

        remove useless comment lines
        
        Change-Id: I884a97d36ff2ed2f4526cf96af9cac214af4db31

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6a3bcdc109d6e6a37221c7f40d5b8423efc95ca]

        coverity#705769: fix memory leak
        
        Change-Id: I77454dd6c33c8309991108343a2895792095f95d

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baaf3ed1296038a4eda09bf41b1d8b210a41edf2]

        coverity#705729: fix memory leak
        
        Change-Id: I978d0a34b3f94e66f9ebc5ff0ed8d3068ed4fc12

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33cf5700cfd0f1645d015f9f32abc4337e9bd330]

        coverity#705726: fix memory leak
        
        Change-Id: I8ccbd73a937e7506a64ae1925ca20d420117fb73

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [821ef2bb05cb6bddda65d2214ff4d80e7d872664]

        coverity#705651: fix memory leak
        
        Change-Id: I1f0c8ac963f16fb4bd0d101c6a62996d9aebab78

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b65335564647705092d58dc0e9de92fb01c6262a]

        coverity#705637: fix memory leak and add documentation
        
        Change-Id: If06ef8c78a7d3910be3f3d46dca090a4568b5fe7

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4bb6d7cb5751c22bcba99ffe926d7b645902ae2]

        remove unnecessary ascii arts
        
        Change-Id: I4b76249ad29ed0ef4a35e2e2bffbf98508bad327

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32fcb0c4f56deb8813340d88d0638e1960851a06]

        coverity#705636: fix memory leak
        
        Change-Id: Iabb4922aedd6f2897e005797e6d2ae1fea11ac4a

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [c0f85e6879e527ff0673c82e84e8ee0afcc6a5ec]

        Resolves: fdo#61571 cairo not linking against internal libpng
        
        the flag is called SYSTEM_LIBPNG not SYSTEM_PNG
        
        Change-Id: I703a669f544e539f7fcfa64c0121a73f0608aecc

2013-02-28  Caolán McNamara  <caolanm@redhat.com>  [b1c0d8a7cbbf60cc6725727f61880e27e7e6346f]

        make things line up nicely in page format
        
        5 sizegroups is probably excessive, but results looks reasonable to me
        
        Change-Id: I1c0318e2ba0abf77b529d78b30d9af5ec630e6ac

2013-02-28  Andras Timar  <atimar@suse.com>  [f820d854dc9affa3e41f1dc73deaee782eb38c65]

        renewpo was needed one time only, 3.6->4.0 conversion. Dropped
        
        Change-Id: I8ad66eb5e664590f596ffb9e76b50b5a95aab456

2013-02-28  Andras Timar  <atimar@suse.com>  [73b7792f716064db0815ad0f86846093edcd2f78]

        excludeDirectory became obsolete, because dmake was killed
        
        Change-Id: Id9f3d2435530ff9c797eca5e86aa568f921017b1

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [2057218fbc9a688fe8d3aff64634d8826e4b6ebe]

        fix BUILDDIR <> SRCDIR in makefiles
        
        Change-Id: I7b6cc6b638cec5e552492548a878325b3fe1119d

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [1f97fe05473f72cc79b2d08fa3477e8fbca73bac]

        Pass --srcdir to the BUILD platform sub-configure
        
        Change-Id: I52491e9ea6f8460c9fa3e2dd94313ac0f05dd3e9

2013-02-28  Miklos Vajna  <vmiklos@suse.cz>  [13bd8bbc7fb32d87ac558db049de225a617ab7a7]

        openssl: unset MAKEFLAGS on !MSC as well
        
        This fixes the following build error here:
        
        ar: creating ../libcrypto.a
        ar: cryptlib.o: No such file or directory
        make[2]: *** [../libcrypto.a] Error 1
        
        Change-Id: I8f746f4ff44c3797583678e47956363c0cd49829

2013-02-28  Andras Timar  <atimar@suse.com>  [d9fb2a6add269955d168d6d31c0257314ea4e020]

        fdo#57536 remove 着:著, because it is wrong is some cases
        
        Change-Id: Ia7c5692e1da4d24d985f0813e07631898d7100ce

2013-02-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc0bf66e33af9b2d07cccb7e5b1bddb08c368826]

        BUILDDIR <> SRCDIR in the installer too
        
        Change-Id: I817b97b34ab7a526dbdee05b2dda8f7928a8cf5f

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [f2e7365ebc9aecb4cd9e56414ffab6023400ba67]

        various small cleanups
        
        Change-Id: I81898c622279e97403efa05d7d2179102db6676a

2013-02-28  Matúš Kukan  <matus.kukan@gmail.com>  [bdd921453e0ea9d94f2bfd15dd72a984935552d5]

        remove RepositoryModule_ooo.mk duplicated by Module_tail_build.mk
        
        Also remove pseudo-module tail_build. All we need is one makefile.
        
        Change-Id: Idb7f3a15db33adf4398136a142f175094ef4bc6c

2013-02-28  Stephan Bergmann  <sbergman@redhat.com>  [a595c6e12b3e62179ec849328eb19115ab86e624]

        dmake is dead and burried
        
        Change-Id: I5662db1cfe3506b3a8d4444248f872345cca4343

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [04893b7c90421f3f4c260f80ce70b43afa5d7fb9]

        WaE: 'eventKind' may be used uninitialized in this function
        
        Change-Id: I55b2a2bd4cffface671727f88a3da9b132d7637a

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [7bce0a1d9b0ef57432e0d856c67257b1573dedf5]

        The "pre-cleaning" is fairly pointless now when we fill the whole screen
        
        Change-Id: I85a2ee8af9615222c33b36e3d7d08e5821a66a43

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [c167f05fdcc25e02276c4321c8af45009263b605]

        Bin some repetitive verbose logging
        
        Change-Id: I5c2ee005094ec3fdf1ebc766b0760a1f73b2682f

2013-02-28  Takeshi Abe  <tabe@fixedpoint.jp>  [3f5434114bd8e67e97d73df76003ce08a2e931d2]

        sal_Bool to bool
        
        Change-Id: I78955b1a7aba864e83c5c5869f389809be0e76e0

2013-02-28  Takeshi Abe  <tabe@fixedpoint.jp>  [aa636bddbdd4aa690124f36086d5cd25d40be2b9]

        drop/fix #define suffixed with semicolon
        
        Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e440724eb7febe0072d79683d1a6f3b586575a3f]

        coverity#982642: add missing break
        
        Change-Id: Iba7cfec5fa1aa9e3a6a3f1e57b8732989238d608

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1544c17ffd548f353916e626a05821f5da07b242]

        coverity#705626 and coverity#705627: fix memory leak
        
        Change-Id: I68f43d07798ccb3fc3a5ab438992ac74f4cd262a

2013-02-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca4e453d760f3001ef34ba0beda4b2e5f7e24be1]

        make sure that this coverity report is really a false positive
        
        Change-Id: I2ae6312c533bf2dbfcd5fa691c5acaaee61fe8b2

2013-02-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [4038f2467cc97ab964880dd39e1227fcf4f42a7b]

        fix: BUILDDIR is not always SRCDIR
        
        Change-Id: I6028fe295e467aa448d8503097be0c80a42908ed

2013-02-28  David Tardon  <dtardon@redhat.com>  [db36904f41b577f61033f7c4b6df922045928b86]

        fix typo
        
        Change-Id: I6c824dccee8c0af0edb2f6fce7d47079894f7af4

2013-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b791f1cc51eaad25bd3464f94231fe4b236fae6]

        remove dmake, build.pl, deliver.pl and zipdep.pl
        
        This is writing history: LibreOffice builds in ONE non-recursive make process
        with full dependencies. We will now be able to really move forward without the
        old build system. A big 'Thank you!' goes out to everyone contributing to
        solenv/gbuild, especially:
        
        - David Tardon
        - Norbert Thiebaud
        - Tor Lillqvist
        - Michael Stahl
        - Matúš Kukan
        - Stephan Bergmann
        - Luboš Luňák
        - Caolán McNamara
        - Mathias Bauer
        - Jan Holesovsky
        - Peter Foley
        - Andras Timar
        - Hans-Joachim Lankenau
        
        and all the heroes migrating all the modules of LibreOffice to gbuild.
        
        By explicit request this commit has to be completed with this quote:
        
            I say we take off and nuke the entire site from orbit.
            It's the only way to be sure.
        
        Hold on a second.
        This installation has a substantial dollar value attached to it.
        
            They can bill me.
        
        Change-Id: I72fa17cfb24fae00ca78cfe0eb5782c1788d2dcc
        Reviewed-on: https://gerrit.libreoffice.org/2445
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-28  elixir  <prashant3.yishu@gmail.com>  [9133cc452c9e473164755a2177b7a2285c09cb22]

        fdo#38838,UniString,String_to_OUString
        
        Change-Id: I024a2de18fe3c22be0860b62a862ede992e12c1e
        Reviewed-on: https://gerrit.libreoffice.org/2303
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [664a49160c927f1d6ad740455a7e27c7f352cbae]

        Use more logial directory structure
        
        The package is org.libreoffice.experimental.desktop so put the source file in
        src/org/libreoffice/experimental/desktop.
        
        Change-Id: I08660962dbd44eb48da0c966e218f49287ab5ca7

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [2769264989fb5ad210d271bf6c3b5586aeb8769b]

        Some keys need special handling
        
        Change-Id: Ic2d2d3889d1facbf0042a946fdaf9acd472d0f94

2013-02-28  Tor Lillqvist  <tml@iki.fi>  [3cf4f1a13b61592b1af8040692029216d9c90d4c]

        Handle touch events
        
        Change-Id: I9c9d200731df9ba48ee61f7c97692ed9b9f06648

2013-02-27  Matúš Kukan  <matus.kukan@gmail.com>  [e2e68b5c65911fa75ed5b3935e0cf1ca0fabc2d8]

        odk: pull idl files directly from udkapi/offapi
        
        Change-Id: I6832fadd0f469f1920580ec1beed9abe085f9bb9
        Reviewed-on: https://gerrit.libreoffice.org/2437
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2013-02-27  Caolán McNamara  <caolanm@redhat.com>  [fc8022431a1684f3cfb1e2f7e4ec923a8e71df94]

        Resolves: fdo#61241 force area page to size itself for max visible controls
        
        Change-Id: I2d67ce71528786ef300ab83ee1e5b1cad6b4abe8

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [46ce3a214d5ebc165a0a3e313a46ded9b87b9ab2]

        Use config_$(gb_Side), not config_host
        
        Change-Id: I174f6bec7770ee029e5c452781f1de995c21e625

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [ea5e3eabb8c4bc96aae864853bb702631507daa5]

        Copy also udkversion.mk to config_build when cross-compiling
        
        Change-Id: I785ef3591b873b208b9b3b4de1deff04e0721213

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [58b499007372d04290ed22a0f390ac793ccf1aba]

        gbuild: add dependencies on makedepend to rules that use it
        
        Change-Id: I25d23cd9a526b0d0be37ea0a0211e407266e6475

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [c9c90e8ea21b37bf6e6f547ff35d114cfef8a5d4]

        Need all config_host/*.in files for the BUILD platform configury
        
        Change-Id: Iac9040ac6df1d45bd949559555a2e675bc92ab78

2013-02-27  Julien Nabet  <serval2412@yahoo.fr>  [2e8d0fcad75d9b28c384ddac03bb45186694231f]

        Remove unused assignments
        
        See http://nabble.documentfoundation.org/Question-cppcheck-reports-on-svx-source-svdraw-svdoedge-cxx-Bezier-curve-td4025235.html
        
        Change-Id: Ic091d2b84254679462cc796032a01e815538af26

2013-02-27  Petr Mladek  <pmladek@suse.cz>  [f179f84821c17025410cbbf047406dbb49a568d7]

        Bump android remote version to 1.0.4+, version code to 6
        
        Change-Id: I7af423bab5885570c3651199e313ed4414c8461e

2013-02-27  Luboš Luňák  <l.lunak@suse.cz>  [80475eca9fc63c15f0ba49a1e585190dee7affe2]

        get installed fonts etc. using SalGraphics
        
        This avoids the use of the "generic" Unix-specific PrintFontManager
        class at the expense of somewhat more clumsy code.
        
        Change-Id: I4e6cdcdba4f16d5a3b9d56c3c4972b34339495cf

2013-02-27  Luboš Luňák  <l.lunak@suse.cz>  [1bb6cd6e56ea0932868cba0ec9fe9736a5b8066e]

        make OutputDevice::ImplGetGraphics() return the SalGraphics*
        
        Currently it returns int, meaning to be actually a bool returning
        whether the call was successful. The pointer can work the same way,
        but moreover allows access to SalGraphics* also from outside
        of the class (otherwise I don't see much point in the method
        being public).
        To be used by code for embedded fonts handling for getting a list
        of fonts etc.
        
        Change-Id: I64f2acd61c1ce2f6c2e1e4aeac3f2af97c3198de

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [2341da1f207228c274b4449f4bfc2207c9535d31]

        We need the spell library as soon as we have some text in Writer
        
        Change-Id: Ice3eb23f57069043c0c971fce5dfe22aa95c3870

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [7cf5fea49991cce9198d43d63a5fb403234f6d4c]

        Send text input to the LO code
        
        Change-Id: I28070fb1a8b85c9737d2a78a8a713243ce47dde9

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [86d734c03bcb57d11347404e2cbc7586981bc6e4]

        vcl: re-add FontSelectPattern ctor needed on WNT
        
        (was removed in 875c997c7da116402509d0bd75e8c15a66a40529)
        
        Change-Id: I84836056acb3b40bada837347d296d2b60c9a1e3

2013-02-27  Julien Nabet  <serval2412@yahoo.fr>  [4bdd78dc3122bdc1eaf85f05fc3cb1cb9afedf7d]

        Remove unused parts and simplify
        
        See http://nabble.documentfoundation.org/Cppcheck-quot-bContainsDate-quot-not-read-in-templateremoteview-cxx-sfx2-td4032416.html
        
        Change-Id: I2369d728e431d5e802871fc0a173aacc90079798

2013-02-27  Matúš Kukan  <matus.kukan@gmail.com>  [da698e0b2aacd9a252966f4965422e129a353e75]

        setup_native: add missing dependency on package
        
        Also correct some package names. They were quite random, I wonder if
        it was working and they are needed for something.
        
        Change-Id: I5080f1f7eda967b602b6fac667018e11aec5a521

2013-02-27  Stephan Bergmann  <sbergman@redhat.com>  [957cebbeb33ad9df1cd878850b7f927c5faf25ad]

        Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentation
        
        Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1

2013-02-27  Stephan Bergmann  <sbergman@redhat.com>  [628498847bf94489073633b2ec5b931a53b05224]

        Typo
        
        Change-Id: Icac6db07f9a963187282eb9b437bcc6dc85b52a1

2013-02-27  Herbert Dürr  <hdu@apache.org>  [f9cc34e45b720813df21552ae01852a9fdc77f62]

        #c708928# avoid double free error

2013-02-27  Miklos Vajna  <vmiklos@suse.cz>  [178b73da7186300c18f95c50a288a0827d635a8b]

        sw: get rid of no longer needed TOOLS_CONSTASCII_STRINGPARAM define
        
        Change-Id: I595907d345c0438858e53ca76fbb2ae7d79743e6

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [94d7c1e4a1de95be0211eaea3c8733a6205384e9]

        remove solenv/inc/udkversion.mk
        
        Change-Id: I57280e4488c89c5289c5c51e5dbc43deb82c7483

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [e0beed468396d5f518b6468667775708c04da692]

        remove odk/CustomTarget_include.mk and package udkversion.mk in sal
        
        Change-Id: Iab7335bc440484a6c01700ae36d1e004f8e96be7

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [f413decfefcd57d487a979aaacf3583efc9eb9c5]

        move generation of udkversion.mk to configure
        
        Change-Id: Id2f047686e2ba3ac2d8242d9b47abad751679759

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [960e2ee691f99d516fc8e4fc10f13f2d29a41a8c]

        sal: get rid of CustomTarget_generated.mk
        
        Change-Id: I2347f60ef922d32201beda47e59e0b345d07a3b1

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [fdd44e2d6ccb7db99185e76b1ed367b9cd24a090]

        move generation of sal/udkversion.h to configure
        
        Change-Id: I401dc6b3dcea933d1f186a8618e7c86ccd21430e

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [166a79df88853847528d558ea98656ad358f4645]

        sal: use typesizes.h in MSVC build too
        
        The types.h header defined the alignments to be 1 for MSVC, while
        configure set them to 2/4/8.  It appears the alignment are only used in
        very few implementation details, so nothing should break by changing the
        values.
        
        Change-Id: I56ce85e0607159f0a4f653dd03480533b0adba07

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [8b8cd431c5c3ee03974299337ecdd25e0593210a]

        move generation of sal/typesizes.h to configure
        
        Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc

2013-02-27  Miklos Vajna  <vmiklos@suse.cz>  [8281578b89c3df3fe3452a594f6b21483683638a]

        fdo#53985 DOCX import: don't try to set empty PageDescName
        
        Regression from 50cb1667020494906afaacb68d4163d1eda527cf.
        
        Change-Id: Ie04d5ad37555ed4cfeb34ccb8dc021675fbd25ea

2013-02-27  David Tardon  <dtardon@redhat.com>  [26ea7f4deb2470f59717539a63f8685b1d257bf0]

        pack .cfg and .tree files
        
        Change-Id: I2a7936c9c71d65482281816720b20b920c2e3e74

2013-02-27  David Tardon  <dtardon@redhat.com>  [bc31afa905fbcb29db9330adf3e0ac5867b9531b]

        actually pack the help jar
        
        Change-Id: Iec3ca941d16cdfd52711a3effb96c865cbd24069

2013-02-27  David Tardon  <dtardon@redhat.com>  [053b98a38a3c020361ed109687736f8dac239732]

        make sure that outdir exists
        
        Change-Id: Id481219cae8af1cea90dbc0f1d28f6a6483927d8

2013-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [87c57d871c65b4669a54fed009b16c5f37acbbf8]

        move instsetoo_native to gbuild
        
        Change-Id: Ie4deddc426356636b76ad4fc27552c6d3a1dd815
        Reviewed-on: https://gerrit.libreoffice.org/2429
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-27  Miklos Vajna  <vmiklos@suse.cz>  [7312c381a505e3b25f147f650f64761268062159]

        tolerence -> tolerance
        
        Change-Id: Ibf2c03eb8f55c26060b83cda8c29376c110cf822

2013-02-27  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [875c997c7da116402509d0bd75e8c15a66a40529]

        fdo#39446 - Bloat Removal. Removing uncallable code with callcatcher
        
        Removed several unused methods.
        
        Could not remove ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() and ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods).
        Should Test::test1Table1Page() really be removed? (test class)
        
        Conflicts:
                unusedcode.easy
        
        Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f

2013-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [408d5d92ee262c1d06109b190968d56c0c52c378]

        we need system libcmis 0.3.1 now
        
        Change-Id: I6919a7630f1afc1524cf2f21482f40fc9aebf0c6

2013-02-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a289355d9b588d0e52f31617de12747e9b82dca3]

        also move --enable swiches to m4/ for extensions
        
        Change-Id: I72df67fae5fd78cd9d3f69d4be218c866b4b881d

2013-02-27  Caolán McNamara  <caolanm@redhat.com>  [e66bb1baeaab334335ab6dc17576304976937305]

        Updated core Project: help  280514d881bb3bd272120e54d776025addcd2a35

2013-02-27  Noel Power  <noel.power@suse.com>  [55985475c869454ada9ec7ced0ad403b3c640229]

        stop tinderbox whinging
        
        Change-Id: Idcf6bc8efa1598b97b7e3ad5c73e485d982b4096

2013-02-27  Caolán McNamara  <caolanm@redhat.com>  [fdd199a1454c7e045ff16b8ae5d67ba220e9bc4d]

        add mnemonic widgets and adjust page format layout
        
        Change-Id: If570d67273f969ebe28ec3f609c8d6ecc5197661

2013-02-27  Stephan Bergmann  <sbergman@redhat.com>  [1ab01b025014975b0f2bb831d9a986ae5c3c7430]

        Do not depend on (not-yet) delivered .xcs files in --stringparam schemaRoot
        
        .xcs/.xcu files can reference other .xcs files via oor:component attributes, and
        the various xsltproc scripts called from solenv/gbuild/Configure.mk try to load
        the referenced .xcs files, locating them via --stringparam schemaRoot arguments.
        
        These references among .xcs/.xcu files are not tracked via dependencies in the
        build system.  When building the primary registry in module officecfg,
        schemaRoot must therefore not reference solver, as any referenced .xcs files
        need not yet be delivered.
        
        In the old dmake build system, this was solved by basing the schemaRoot argument
        on an ABSXCSROOT variable that was set differently in
        officecfg/util/makefile.pmk (pointing into officecfg/ itself) than in other
        modules (like in connectivity/makefile.pmk, pointing into solver/).
        
        Reproduced that hack in the new gbuild system now, too (which already had that
        hack partially implemented for .xcs files).
        
        Change-Id: Ib2300686c4de144f0b1e18d0e985e6fc7d9f64ae

2013-02-27  Noel Power  <noel.power@suse.com>  [5eb65e1ec21c3dadec486df79849d899de62ab1d]

        enable disabled test for rotated anchored shape,
        
        the test ( regarding hidden shape ) is renabled, note there is still an issue
        with this, the width of the shape is reduced ( there is still some bug here )
        but the main problem ( where the the shape was partially shown on import ) is
        still there. Now it is worth noting there is an existing problem where even
        before the patches to rotate the anchor were in place that a totally hidden
        shape ( even unrotate ) can have its dimensions 'changed' ( just try with a
        shape that has edges away for col/row borders, you will notice when the rows
        that the shape is contained in are shown that the width height of the shape
        can be changed )
        
        Change-Id: I1f87d69fb1729fd5726529f6527f28feaa333c86

2013-02-27  Joren De Cuyper  <joren.libreoffice@telenet.be>  [fcfc338b6e8ffca175f6c4c9d8957ecf1839c3e3]

        resolve fdo#54335 type an existing style name into Style box changes hierarchy
        
        Change-Id: If2fd4eecec4f6f031b264a9a1b0c31e938194878
        Reviewed-on: https://gerrit.libreoffice.org/2292
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-02-27  Olivier Hallot  <olivier.hallot@alta.org.br>  [7ba10e2d317a53763e1aff55a85546bfdac12fc5]

        Convert page format tab page to new widget UI
        
        Notes:
        * pageformatpage.ui contains 3 hidden labels to hold strings used in page.cxx
        * Paper format (A0,A4,...) left in src file.
        
        Change-Id: If22c62558f1644e5f25baffeb3d04b921ec0fe8b
        Reviewed-on: https://gerrit.libreoffice.org/2432
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [32cb84f3718e96658f24ffc67c2e56386bf3f25f]

        Use closesocket() on Windows
        
        Change-Id: Ie6eca5f95aab326df41f3e7ee260b84bd1bf6afd

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [9fde14ce08463b5dcf1c96d8f636903992b63183]

        Factor out duplicate enums and types from rsc and vcl into one header
        
        The new header is <rsc/rsc-vcl-shared-types.hxx>, but if some other name or
        location is cleaner, feel free to change.
        
        Change-Id: I601923447ff7c1b6cefd71cb2652fcc88d2483d2

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [3ec1d8af4259c29d780977ea6c3667df130a2ba1]

        WaE: unused function
        
        Change-Id: Ia6785e0b7d3ac95d38bd59e677cdb415b15dbdb6

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [839675e7686fce1ba3c5dabab8159319c684af9b]

        GetFullKeyCode() was identical to GetFullCode()
        
        Change-Id: Ib1b51d7eef8d7076271f612b2d674c2356037bc8

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [c40cb8305528ce72c40dd17929e46e7edc5974d6]

        sal: systools/win32/snprintf.h apparently needed by sal/config.h
        
        Change-Id: I888ce2105d497fc71879005f6e5c1add88406617

2013-02-27  Matúš Kukan  <matus.kukan@gmail.com>  [642f721e00098f0f99a1d370ae49b8600a13e86e]

        postprocess: fix creating of images*zip
        
        Prerequisites need to be in special order because we use $< in rules.
        Also add dependency on AllPackages which could help.
        
        Change-Id: Iec1821b333d9ce88fb811e0f262b0845f922a467

2013-02-27  Matúš Kukan  <matus.kukan@gmail.com>  [a4a7a580a74781f2e4593a8a8614db0f4e798899]

        add solenv to Module_cross_toolset.mk too
        
        It's already in tail_build, so hopefully the dependencies are fine.
        
        Change-Id: Id2b2474c76895bd25dd34208654d924ad1c4be66

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f741827f918e4d1a31a9fad92c52cb2836072e8e]

        the method is actually called twice, fdo#60306
        
        Who the hell had the insane idea to call this method twice. Please give
        me tar and feathers. I'm a big fan of this type of punishment now.
        
        Change-Id: Idd5a17fb69162b2cd00d05223b4561041985e929

2013-02-27  Stephan Bergmann  <sbergman@redhat.com>  [823ef20035b82a9ec5f9e1006877670f7ee64750]

        Clean up deliver, showdeliverables, showmodules targets
        
        - deliver was only relevant for dmake
        - showdeliverables works only per-module
        - "'showmodules' is now pointless, it was used to identify modules from
          tail_build"
          [<http://lists.freedesktop.org/archives/libreoffice/2013-February/046510.html>
          "Re: Show module dependencies"]
        
        Change-Id: I400ec5bed4397a12ce4c5b604253c74ef7de0ce7

2013-02-27  Caolán McNamara  <caolanm@redhat.com>  [307c8cdd59bb46d66ba6902fe616d5cc19463c39]

        reluctantly support NumericBox as a custom widget
        
        Change-Id: I7bbd8032953a6573e8f480d4c7a992b178f310f3

2013-02-27  Miklos Vajna  <vmiklos@suse.cz>  [45532cef80be1c658484282ec41031d02b91a218]

        ww8export test: fail if control shape not found
        
        This check was added due to random failures (where it failed if the
        shape was completely missing, while the test wanted to check a property
        of the shape), but it shoult no longer be necessary since
        2ed931303b10386153a1337fa15b225aabd40cb4
        
        Change-Id: Ia5665b4f292cee09eab52b76e53c34a44d545896

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [005ad68b15152431c691fe220b0547424f2b9d88]

        ApplicationProperty and PropertyHandler are unused
        
        Change-Id: I509210429995d4b69f30814222295d12065a7a85

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [8f12733297b29b65971203acbb603c6c4c02e2a4]

        UNIQUEID_SV_BEGIN is unused
        
        Change-Id: I19406e3a5daa1937342a796f8effd2b6551387b9

2013-02-27  Michael Meeks  <michael.meeks@suse.com>  [b8e94517d3ff6847f1535317d42d2e38faf85f9e]

        sdremote: close socket in destructor.

2013-02-27  David Tardon  <dtardon@redhat.com>  [ca3a1ae7f4a3a504e23eedcb5c8103d2d122e605]

        add helpcontent2 to tail_build
        
        Change-Id: I14020dbe0a174ca58698a8605ff64f46e7502f19

2013-02-27  Michael Meeks  <michael.meeks@suse.com>  [3e1dea5948cd05fb593fc35cc8659c99c7cef169]

        tools: move FileCopier out of public headers, and remove unused bits.
        
        Change-Id: Iccd052ae2587bb4448ecb5bc94aeba5dd2a2291e

2013-02-27  Michael Meeks  <michael.meeks@suse.com>  [a82f7b20539e60f1cf599afcceaf865bef297a66]

        port horrible tools temp directory abstraction to sal.
        
        Change-Id: I3688c8babf7719091404317b13014283a8ce9492

2013-02-27  Stephan Bergmann  <sbergman@redhat.com>  [c607d6436566c23c0dc814f6b86949ad5bfeb808]

        warning C4805: != : unsafe mix of bool and sal_Bool
        
        Change-Id: I374845ff45788b762d0bbe97782d44c834c565ce

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [632148df3c771684d431007839e651e55ff96d06]

        WaE: possible problem detected in invocation of delete operator
        
        'pOPO' has incomplete type (forward declaration). So include the header that
        defines its class then.
        
        Change-Id: Id375ff530ffadddbbae8aa7c01bcb2ae7b1ffcd9

2013-02-27  Tor Lillqvist  <tml@iki.fi>  [8eb12301e8a7f8d5068dd3bfdff76f7f61ef1115]

        Remove a too verbose and frequent log write
        
        Change-Id: Ie6ecf61d9acabb87a24f95f878b874a04532131d

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f50c0967f5d0484cba3d490bfa47128fb1d27d3]

        fix build

2013-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [8b66c00a0c87f81ecb78b27dbf0a6ded6e94a048]

        janitorial: simplify test expression without semantics change
        
        The "sComposerFilter != m_sRowSetFilter" could not influence the result.
        Proof.
         The right hand-side of the || is evaluated only when m_sRowSetFilter.isEmpty()
         So the only case where the removed test could have an influence is when
         m_sRowSetFilter.isEmpty().
         However, the right hand-side of the && is evaluated only when !sComposerFilter.isEmpty().
         We have m_sRowSetFilter.isEmpty() and !sComposerFilter.isEmpty().
         In particular, (sComposerFilter != m_sRowSetFilter) is true.
        Qed.
        
        Change-Id: I1484d78cf2d7a5e8ca44f382eb7c440c84d8c10e

2013-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [cb9e5e786beef004aedf6d6cc7dbd989bd6a05be]

        fdo#51976 make "refetch one row" query easier to optimise
        
        Instead of playing tricks with parameters that when filled in force a part of the WHERE clause to have not influence, actually use several different statements and hardcode in each the kind of test to be done
        
        Change-Id: I93e1978f0420bc627a02291f209c788b9b4f2e96

2013-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [a4322a23a90320f013169d9c925b8a6387f3d50a]

        janitorial: save one object
        
        Change-Id: I52b7d8204bb2d34639dea544833318fe86a5ddcf

2013-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [0c878187501586072eb74b2867417283bc47fe8c]

        janitorial
        
         - more const qualifiers
         - remove unnecessary cast
         - don't hardcode magic number
           (length of hardcoded string)
        
        Change-Id: Id8165ec556c913213b5be22c731b78f6b325f22c

2013-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [1b77302ef95f1eaf77baabd98883ed649fa25242]

        spelling in comments
        
        Change-Id: I3a7df167a91dd6ef845d16d5e6cf46ff5a82d455

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66dc20ae279e4f913795ff6e959d83eaefed78b4]

        coverity#441041: unitialized variable
        
        Change-Id: I5918448afaf5409d9372592011d936b48701903d

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a2477c43412a58e4fb9918688d1ff7173125f5b]

        coverity#705704: fix memory leak
        
        Change-Id: I96a8b1f303c25f291dfda6ccd8f4f7c3f2d34021

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [842c219f3fe73a3d94be6cfda96bff6ac967947f]

        coverity#705699: fix memory leak
        
        Change-Id: Ib0561a18082759d3ccd4175164d3398fa028ba8c

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13e8f68e82713cae2d081a236b260bda12aafa23]

        coverity#705698: fix memory leak and add some documentation
        
        Change-Id: I082ac7c47a59f1cb0ef4e098739d6c7fa98e3795

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7631f94625debbe120f810b80b189301da83396]

        coverity#705697: fix memory leak
        
        Change-Id: I637d21b0f94ecb036ca4887bb2a36649f907d9e9

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b627e465ce018b3a27346c541d77667a5130628]

        coverity#704165: fix memory leak
        
        Change-Id: Ia62ab987bc7f4f25e22385194ca2df8d6e74376f

2013-02-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c77890a165a1a00441245fd6f8703d8911bc075]

        remove the copied cond format cell attr entries, fdo#60306
        
        The old exisiting conditional format entries in the ScAttrArray will not
        be overwritten in 4.0 so that we might have gotten a wrong conditional
        format before our existing conditional format.
        
        Change-Id: Ib619f6a1b335e9bbdffc8b518fe41b729775d24c

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [9b16031c5e3197bf685703bf236e53b5910b4f70]

        odk, scp2: remove the horribly broken "find" in CustomTarget_include
        
        ... and instead bundle the *_odk_headers zip files.
        
        Change-Id: Ice86f8e22d3a6fa46f7cee38193dffdd0479d491

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [5c60cebafdc6d6d773c794c0a4ee58d63782df22]

        store: new ZipPackage_store_odk_headers
        
        Change-Id: I2d4e2853014ef30419a66c8f9b2675b92d60adb6

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [ba8372449befc6c534ab9596d7a3fd1e66884d61]

        registry: new ZipPackage_registry_odk_headers
        
        Change-Id: I0730e0a354ec952cdb67d1b22067ab59c86334c0

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [836bde622df9cf0c50b598abe80bccda05d36be5]

        cppuhelper: new ZipPackage_cppuhelper_odk_headers
        
        Change-Id: I77d7ef6890ca584cf022059838c318a2811bcd5d

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [936d7badcb640731add02881c32a167c1dae569b]

        cppu: new ZipPackage_cppu_odk_headers
        
        Change-Id: I4ceee0ed3438a18e13c186ebd8d390604d26ec28

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [b1cbf8f767ff5f120e6bb3b3adf88002ec9e919e]

        salhelper: new ZipPackage_salhelper_odk_headers
        
        Change-Id: I83172bd105496dd1af8090a01ebfac864958e20c

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [58cd5303238dc95ec410b73ea5cddf8b357c2ec8]

        sal: why deliver log-areas.dox at all?
        
        Change-Id: Ie3ebb133777644177dadec652dcaf04d6c7c3833

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [308cac3f2328b6284f0d071ad21497a0db38aed0]

        sal: new ZipPackage_sal_odk_headers for public ODK headers
        
        Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302

2013-02-27  Michael Stahl  <mstahl@redhat.com>  [5e85d8406bbd069c022975ca4e1b7d74914062b5]

        gbuild: add ZipPackage target
        
        This is basically a Zip and a Package in one, so it's not necessary to
        enumerate the content twice.  The zip is sadly the easiest way to get a
        large number of files through scp2 and into instsets.
        
        Change-Id: Idadcced76bf10317fc348ac91203c15c47e8762d

2013-02-26  Peter Foley  <pefoley2@verizon.net>  [5fcb553c862d407aadb0320925723d3c2f70bfef]

        fix typo in Makefile.in
        
        Change-Id: I3a9c2f7887e3eb6b2b0cf2a2be4f2a793c6525e7

2013-02-26  Stanislav Horacek  <stanislav.horacek@gmail.com>  [51f28a87919347fa21097cb578a3e9218ee9eb9d]

        Updated core Project: help  0f8696c0e556e64dae7e29f07d334e1e691d3207

2013-02-26  Peter Foley  <pefoley2@verizon.net>  [7f3c006d9b7fb8d57d69e3385703516f0932b168]

        fixes for building in a separate dir
        
        Change-Id: I244fa0c54c8d98827ab0a987ba353dedf733e695

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [98814c01f3ed572109caf6595669e2a6c30faae3]

        stray hids left over after removal of hyperlink bar
        
        Change-Id: I401adc961c9dff441ea37e36d47dbb697381d436

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [0774c9f3038047dc2b196bbd131e1039936246bb]

        Bypass the crack pipe on Android and iOS
        
        Change-Id: I679794e72381226ccc3b2f743ab9e31a9fdaa3a6

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [d2a640d69e73f30fb55e119168e47d66dd0a1a41]

        Make it easier to debug the app by sleeping for a while if a property is set
        
        If the property log.tag.LODesktopSleepOnCreate is set to "VERBOSE" then sleep
        after liblo-native-code.so has been loaded to give the developer a chance to
        start ndk-gdb and set breakpoints. Yeah, a bit silly to overload a logging
        property like this, but it was the first idea I came up with.
        
        Change-Id: I665f87778d083d2d167a5d16f24e2d50b1fba042

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [e4bad391fc76126d7e1da7b79a86020748700921]

        createWindowFoo is unused
        
        Change-Id: Ia61efc5d5ee65178fd7d868cb57eed9ba3c0519e

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [dacaa0af5069abc474718eb5f1769898f79be782]

        Remove copy-pasted imports and comments
        
        Change-Id: I47e61b4ae7d95797f4d17031e9613bb549eb4813

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [75a2bdea021649a98b3dd009a7bc316bcf173d73]

        Experiment with enabling text input (not propagated to LO yet...)
        
        Change-Id: Ie9e393dcf23b1b6c219c9bcdf9a3014d7c1cc950

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [4a91280b15d7357560879ebc383c6f755e374d60]

        Cut down on the excessive and rather unhelpful OSL_TRACEs in vcl/source/gdi
        
        Change-Id: I959fc2fc5359fbb66c2ce3291a69978e47b83ad2

2013-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [732d560a2e679a05ceffa6670536877fb32d9f52]

        small performance improvement for fdo#61484
        
        Change-Id: I5562f2c8669bee4a18f0411420ac31d2c5ed1947

2013-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c91b8d3251e3a8ad14e1b143af182c937bf6e5cb]

        one more fix for error bar import, fdo#60083
        
        This makes it finally possible to import the original test document.
        
        Change-Id: I5941f2ce303a28674dcf04aeabbbbc2d178c0913

2013-02-26  Urs Fässler  <urs@bitzgi.ch>  [40421ffc4ea119943fca8acbc1760c280e1140c5]

        Translation of messages in test program
        
        Change-Id: I8588f5bad12561b891956cde44daeb4c81f815c3

2013-02-26  Urs Fässler  <urs@bitzgi.ch>  [5495184e96f1607ca78002ffd4e8d5eeb0333d3a]

        Translation of German (test) string
        
        Change-Id: Ibcc4fc86497a186eec7e508d58c36dde4a3d3129

2013-02-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [28b5eb13f7e1cf7901686ea024a7a233d03074e1]

        removed RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: If6b297b6dd150b698f8f524a071006c571c6cc7a

2013-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7dcd14a434fdd6faed6e016fefd2a97824a5ed25]

        postprocess does not care for _any_ instsetoo_native or postprocess packages
        
        Change-Id: Ieb80176a59f8a41a89c1926827f3190d006a2fd1

2013-02-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8a89a732522f90d68f1b1c84c9c34c666f2eb882]

        undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxx
        
        Change-Id: I96248570c09a9d8c2b594c3289ba435ed493d1da

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [107ebbc9b9b6c5be332451d8ff561c200ad48684]

        odk: add some quotes too so sh does not eat ;
        
        Change-Id: I77fa72869113be1fbce46baf3febe544064c6f76

2013-02-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f03daee6b44c22107f90a99ad83d8e60023e0f71]

        removed RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: I8ab8c32ee561a14dcb05b9cf04387beadccd314a

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [af8cc0b4b40efcb9e05b3c7a94a26d2fc503babd]

        odk: javadoc -sourcepath separated by ; on that other platform
        
        Change-Id: If6ab5a3874e82f205eaeba9024f75ba4d598e7f3

2013-02-26  Miklos Vajna  <vmiklos@suse.cz>  [5de52551a963b932cc23c2ea75f709fa1924520b]

        fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UD
        
        Change-Id: I3b8fe209a96e5119541e09cb5dbda8a2c6926b40

2013-02-26  Miklos Vajna  <vmiklos@suse.cz>  [3a934d928e455eca38f124072c20a624a64aa225]

        msfilter: support checking if conversion to legacy encoding is lossless or not
        
        Change-Id: I69405c5883af6d3b119b177f51229c8a78f8c24d

2013-02-26  Thorsten Behrens  <tbehrens@suse.com>  [5baf32af4c18fd443c41fdf05ab0c8c110fd438e]

        Update android remote artwork.
        
        Remote icon artwork from Issa Alkurtass <ialkurtass@kacst.edu.sa>,
        info box banner from Maxim Darak.
        
        Change-Id: I4a7ddd51b47dba109a75a60ad184cbbc4e2cef8f

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [31a3893974c6b54ada6102ee4128444373f0489a]

        Missing dependencies on xsltproc
        
        Change-Id: I6b8608c1bcb820b718b83d47a97212bcc9de3542

2013-02-26  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [465dbaecf9890b7117a45d02ea982ef7aca32720]

        fdo#38838 Replaced some use of (Xub)String with OUString.
        
        Change-Id: I5a8f2d1a5762c20d21d31b04778a9e2cac8df9cb
        Reviewed-on: https://gerrit.libreoffice.org/2364
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-26  Miklos Vajna  <vmiklos@suse.cz>  [73b50b73366f069b2ba680cec35b09d566209109]

        g clone: fix non-referenced cloning
        
        Change-Id: I98d6f5c20bacbb5d6457857906c591fea034288a

2013-02-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f624144e41291c11f3892dda1027221989d704be]

        move postprocess to gbuild
        
        the gb_Postprocess* foo could also be in gb_Module* as it is
        conceptionally close ('do things globally/productwide'). OTOH I see no
        obvious reason for e.g. signing not to be done right along with building
        a lib/executable anyway instead of in postprocess. The same is likely
        true for the other stuff too.
        
        Change-Id: I9c8f569564c056643af7ca39bfe038ed228dcd3d
        Reviewed-on: https://gerrit.libreoffice.org/2426
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [c81e40d02610b665a9edcc73b57ac7e783913988]

        gbuild: Zip/Jar targets: depend on makefile to rebuild on removal
        
        Change-Id: I0b79b6c9018e4513b9f0b16be3e57f620d12ea23

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [34faec549ef33f77c4f866a4094d9fcf447025ee]

        mysqlc: disable fast strings to remove dependency on LIBO_UDK_4.1
        
        Change-Id: I0891f1e45f02b2d031903d85ad3ebe3df561529d

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [dfdfd9e260c1b38f09f4a12d04d23a8fd2d2c7a3]

        odk: remove pointless variable
        
        Change-Id: I07406ca6e00f2000045de09a1be45b5fa4a694cb

2013-02-26  Michael Stahl  <mstahl@redhat.com>  [43dd869ec9777bd9e8f79b12b8037aab28cd0716]

        odk: remove temporary Zip file gratuitous complexity
        
        4 zip files containing ridl, unoloader, jurt and juh source files are
        created and copied to solver and unzipped again in odk when odk could
        simply run javadoc over the source files directly.
        
        Change-Id: I8d2d7c794988eab2e8a3c6005cc8a849a1232f64

2013-02-26  David Tardon  <dtardon@redhat.com>  [56b44d0123e53e0a6e8309da32852d41694ad9ce]

        helpcontent is not dmake module anymore
        
        Change-Id: I6114f35f50282ccf7e9c3f69d28e7a53b5eb78f7

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [2f00b691c0158ddd05afbc2336fa181dab2ae8b1]

        this dmake file in rsc was inadvertently added
        
        Change-Id: Ie8a8a8a4a82e3ca0175ac5a0275da6ca1474fa5d

2013-02-26  Miklos Vajna  <vmiklos@suse.cz>  [0805b222f87bf99ec0c53ca678d1c670eb5293a2]

        fdo#61507 import RTF_UPR and RTF_UD
        
        It turns out Word wraps document title with these destinations if they
        contain something that isn't possible to describe using legacy charsets.
        
        Change-Id: Ic9417d0f23d44149acb3ae3dc9d4c281058a1b36

2013-02-26  David Tardon  <dtardon@redhat.com>  [627f220bc1aaa3d5bacdf0e886a1af5cc3f3bff8]

        Updated core Project: help  86d61cd53feccd830412794561d29390bcfba095

2013-02-26  David Tardon  <dtardon@redhat.com>  [4dc532009b86e516e80ba101be2c57aa9a3abc67]

        gbuildify helpcontent2
        
        Change-Id: I1ba0cfcda123e7db95a16945c9accd113e925967

2013-02-26  David Tardon  <dtardon@redhat.com>  [82ac5169b3b18c4cd26d1fc061607163313ed094]

        Updated core Project: help  81f8e6cfb8eae13a73536edcb08a09d73cf2b864

2013-02-26  David Tardon  <dtardon@redhat.com>  [0909384b98deeaa9e788b30be46e6c81b9adc68b]

        add support for building help packs into gbuild
        
        Change-Id: I1cc5600ab0f6236c451d07bfb5ad9ee42ea4754a

2013-02-26  David Tardon  <dtardon@redhat.com>  [38c8b84c7f3e20c77ab87c7082c21e7bc44d82dc]

        allow to create non-delivered Zip targets
        
        Change-Id: I3496d815d4f2fedf04ca2c1727f37362c7395296

2013-02-26  David Tardon  <dtardon@redhat.com>  [f094641d3ad1be5f2b09c2ed9c63fd6e18bd6799]

        add opt -nolangroot needed for gbuild
        
        Change-Id: Id76dfc5698619f8095e0c682ae4ce5e181c9a599

2013-02-26  David Tardon  <dtardon@redhat.com>  [2f1c0be4533dc476fc23b82502360c5abc13906b]

        avoid string substr/replace with invalid pos
        
        Change-Id: Iceb9851bcb5e6fe66efd701fcb31e16596fe8b5a

2013-02-26  Michael Meeks  <michael.meeks@suse.com>  [fba47cdec494b716131dc6cdff3a750e980ba610]

        and avoid type issues when zeroing.
        
        Change-Id: Ib230b6e0c5c6ca7884023b849ae6a0ae9c3005a6

2013-02-26  Michael Meeks  <michael.meeks@suse.com>  [59eb06e91af29e2260d23492f0f32a7fb4e8cc73]

        initialize relative col/row/tab indicees to avoid false positives.
        
        Change-Id: I165b9745b36499e625e6f5d65a622fcfbb535d63

2013-02-26  Thomas Arnhold  <thomas@arnhold.org>  [270ad08ff5732eba30a611ff6775eaf58259b5ae]

        clarify the duplicate
        
        Change-Id: I5d4a64a7d7effc49f982ad33fa6a535d99863f96
        Reviewed-on: https://gerrit.libreoffice.org/2404
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [0ac6c626287ee6789296172ddbe5d4e5dc5600ac]

        make seperator editboxes stick to their labelling widgets
        
        Change-Id: I434d10fb4a02c70deb3a4b88b00a9313c0f53b9d

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [89047448cb8841f43cff9af7fe935743c37b1a39]

        whoops, de-break SOME BROKEN FOO
        
        Change-Id: I9598c6762148ca4c1b1dccc3cc25741cf19cab24

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [9fb829abd39cfe789e80dc6fec53292396d07d30]

        warning C4805: != : unsafe mix of bool and sal_Bool
        
        Change-Id: Ic1b8c2c179f80217fd7096203f2784d5873b6dc2

2013-02-26  David Verrier  <dverrier@gmail.com>  [b1b8e14c4f0cd06d4a36614f04f2b1145a5ea006]

        Translated German comments and some messages into English
        
        Change-Id: I2d92db30bacc52d487df2a0a118b430bc3425f69
        Reviewed-on: https://gerrit.libreoffice.org/2427
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [24bd259451fae36c993977f52d62365fa63ac87c]

        String::SearchAndReplaceAllAscii() corresponds to OUString::replaceAll()
        
        The code originally used the former methods, so now when it has been
        changed to use OUStrings instead, it should use the latter. (I don't
        know if it is significant in the presumably quite specific use cases
        here.)
        
        Change-Id: I83cc7c602f376784054f479668171ccfa7f478f7

2013-02-26  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [278b976d4e24e7d6d9b0ba888fb7bcc4126b8f81]

        Converted Insert -> picture -> scan -> select source widget.
        
        Change-Id: Ic593056b43e145554b0d011e1547f3c4c098a508
        Reviewed-on: https://gerrit.libreoffice.org/2061
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [810437181bbca4f273deac7a7bfb61fced4ef4e0]

        WaE: ignoring return value
        
        Change-Id: Ib445acdb01808cf5d05cd29973b568956d717e61

2013-02-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [1580aa9249a483e51b550a539dd9bff0200f4426]

        coverity#736009 Explicit null dereferenced
        
        Change-Id: If6ae3637f901ed8d424125c19e04f64c3a27c126
        Reviewed-on: https://gerrit.libreoffice.org/2325
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-26  Thomas Arnhold  <thomas@arnhold.org>  [633fca5f3caedac6ea59be99809ffa899cd1bfff]

        remove two more duplicates
        
        Moreover clarify a comment and remove some commented code.
        
        Change-Id: Iba87b9ea6675a9bb50b8af0f094891e59bd93bd8
        Reviewed-on: https://gerrit.libreoffice.org/2406
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [07c584ad8ce44cc6fe098a177c8b07e6cfc7881e]

        postit dialog is always used for redline comments now
        
        Change-Id: Id3ec1c12c354aabf2556e91e4fa75d60bb2c0f3c

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [217a0f0c2a920f5aef66a383e470258f5547f792]

        SOME BROKEN FOO
        
        Change-Id: I37b7dc860c7fd2272724eb58345a7ab4391fba34

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [def720964edcbb6426cd098a8958896921db9926]

        Updated core Project: help  7c7158b88241fbd10350495567eb5b8420755780

2013-02-26  Luboš Luňák  <l.lunak@suse.cz>  [6e3ee49a91bdace7f41364e5dee966ca044f2f51]

        another attempt at fixing build with the "generic" PrintFontManager
        
        Change-Id: I2499e57cd3e885594a9c836fabc3b6229c4a34c3

2013-02-26  Tor Lillqvist  <tml@iki.fi>  [13330bd6e33d1ca3b470740b5360e2756f06a7a4]

        WaE: int/SCROW format mismatch
        
        Change-Id: If33637df7f175f3f4248093034849177da681117

2013-02-26  Joren De Cuyper  <joren.libreoffice@telenet.be>  [7cbf638498f9fb07e9329d59a934411be7cd444a]

        Only show scrollbar of sortcriteriapage.ui if necessary
        
        Change-Id: I9098dc28f41f9603c8f736e970f0efd6a9178f7c
        Reviewed-on: https://gerrit.libreoffice.org/2276
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c8a4a4f315721a9d98f829325e6376bf711a3cf]

        python3 command typo for a certain version of MSVC
        
        Change-Id: I8bbc7e73e210461b465bfdcd62b2da1d974020df

2013-02-26  Lionel Elie Mamane  <lionel@mamane.lu>  [24262b7cfe6607576a38e661553b56596d6164b4]

        Don't abort when myPoints is empty
        
        Change-Id: I6bbb2a1cce1c89b94d027acf94fd712706bff422

2013-02-26  Lionel Elie Mamane  <lionel@mamane.lu>  [62061df8964692c4fd14b4b5fd28b1490820c177]

        Compare strings with proper length
        
        Change-Id: If88f79a7f63edb254ad5356e9a0fccc5573af106

2013-02-26  David Verrier  <dverrier@gmail.com>  [f48d1940554ec4bf49ba39eb5e5677d3cb639a97]

        German comment translated to English
        
        Change-Id: I8f4686e89a068a4392cff013de31f429be88e2b9
        Reviewed-on: https://gerrit.libreoffice.org/2423
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-26  Eike Rathke  <erack@redhat.com>  [44a400b40d2a0ee1e6babb2eda1e07baaee2ea16]

        SAL_WARN_UNUSED_RESULT OString copy
        
        Change-Id: Iba2ee6f72c5d3fe35a22a6b2a6b42866fd8fb6fd

2013-02-26  Eike Rathke  <erack@redhat.com>  [fb0654442d01a928d099627d26999435e3c4c2f4]

        SAL_WARN_UNUSED_RESULT OUString copy
        
        Change-Id: Ic511a4a399ae2d75de6050ac8e3f77ee13ec8275

2013-02-26  Miklos Vajna  <vmiklos@suse.cz>  [61f467c8974d6b6face41e7027d75ae4ddb6fdb2]

        n#802888 SwEditWin: let fields have priority over header/footer flys
        
        http://people.freedesktop.org/~vmiklos/2013/watermark-field-click.odt is
        a reproducer, double-click was catched by the fly frame from the header,
        so the field edit dialog didn't appear.
        
        Change-Id: Ibd3ea382085fa4cbdc1af73d4be1e5c053a81eaa

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [d50b7aceed892a273c12e0dbc7b0e00adbd27d43]

        Fix sources of odk/CustomTarget_include copy actions
        
        Change-Id: I13fb1204675cb022709cad4d183aaf7a11f0ca4d

2013-02-26  Luboš Luňák  <l.lunak@suse.cz>  [788293959f53861de5bb32ade06870f494b0968d]

        put #ifdef around Unix specific code
        
        Why do I still get surprised about things like code in vcl/generic/
        not being generic at all?
        
        Change-Id: I562e06fec0dc7b8ad0aacdba594921a8209d60ed

2013-02-26  Luboš Luňák  <l.lunak@suse.cz>  [381154356c15128255e313f37641f0e50145f965]

        embed also system fonts when embedding fonts in a document
        
        Without this, only fonts that had come embedded with the document
        were embedded when saving, which meant that it was impossible
        to create new documents that would have any fonts embedded.
        
        Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf

2013-02-26  Noel Power  <noel.power@suse.com>  [0d8169955a3ccfb314605c06a790919175d30de0]

        blind Android printf int/long wae
        
        Change-Id: I81a6767e8144336ed72f195cebb3764b4b741a32

2013-02-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [0db25d61bc3c780be4baa00916696ca5976dea95]

        String::CreateFromAscii removal
        
        Change-Id: I86a33ef14b2bcdea1655db410f36d799689a1377
        Reviewed-on: https://gerrit.libreoffice.org/2402
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-26  Author: Gergő Mocsi  <gmocsi91@gmail.com>  [3252c5d4980016246417d0253749f37f1ed87a80]

        fdo#38838, String to OUString in dbaccess/source/ext/macromigration
        
        String to OUString applied in dbaccess/source/ext/macromigration module.
        Also, RTL_CONSTASCII_USTRINGPARAM is removed from files, plus
        ::rtl::OUString replaced by OUString.
        
        Change-Id: I31673c7d812992dbac675a5d7da5bf379c402a9c
        Reviewed-on: https://gerrit.libreoffice.org/2379
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-26  Andras Timar  <atimar@suse.com>  [b4e8f99a253ee20cba0718d042ca17cca2e8dcb5]

        instsetoo_native: fix helppack generation
        
        Change-Id: I30778847b23aabccba2275d518eba7f57ffcefd5

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [58ba8835bcf615cb6d3563c24b3d4d69b32f1b4f]

        adapt code to comment .ui conversion
        
        Change-Id: I93f98f50443ab3b2fb0ce9f3126b03c8a3281ad2

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [67f6b20eccc39d94118e81cdc45fcf40bd7bc9d8]

        turns out protect changes dialog is converted SfxPasswordDialog
        
        Change-Id: Ie4cbbc51baaf609c067abdf110a7843e71a8b2c2

2013-02-26  Caolán McNamara  <caolanm@redhat.com>  [9b0a630127f875fbf09d7dd9facecf08abaac17c]

        tweak findunusedcode target
        
        Change-Id: Iceef7676b96d2c60e34d413b564b860013430838

2013-02-26  Noel Power  <noel.power@suse.com>  [dcf35f6fccde97692fc515ae6ec4d24f1c9276f9]

        add some shape anchor related tests ( for rotated shapes )
        
        Change-Id: I6363c408c1205c99cd11cada3877a3006022d06b

2013-02-26  Gregg King  <smokedart@gmail.com>  [6e1323a876f2b77901e1beb1737e4def3a6abf04]

        fdo#60724: lintian typo fix: useful -> useful
        
        Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [de471513bb012839e6c5d1640ed22b6c24bd8ec0]

        CustomTarget_include had apparently been forgotten
        
        Change-Id: If61617ae3d18ef4f15f2d150af76f0b1b64a3fa6

2013-02-26  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [5d9cf23fd3956d5165ced2dab119f0dce0173f49]

        Converted Edit -> Changes -> Comment Widget.
        
        Change-Id: Ie8ed01d283559aba5eae1df7a21c6fe019457a7f
        Reviewed-on: https://gerrit.libreoffice.org/1978
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-26  Thomas Arnhold  <thomas@arnhold.org>  [f1a96446fab8f65e77a1cb0996e43c6523fe2873]

        Remove duplicate OID
        
        This ID is refers to digestedData and hashedData.
        
        http://msdn.microsoft.com/en-us/library/windows/desktop/aa381133(v=vs.85).aspx
        
        Change-Id: I2b9585332e27fad860aee458ef3183a9772e9c3f
        Reviewed-on: https://gerrit.libreoffice.org/2403
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-02-26  Andras Timar  <atimar@suse.com>  [c18e468125c32d8dca88c374d534cab1e9597d03]

        setup_native: fix localization
        
        Change-Id: I3a179076f7102958fd2d8f24af1288aa610835da

2013-02-26  Andras Timar  <atimar@suse.com>  [a5e5dc9c622b47d6454938936e7b65beb9f461b1]

        instsetoo_native: fix localization
        
        Change-Id: I8cb1baecb7034511b8dfcecefc58de2fb3f59061

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [852cc47ab65bdddfb77eda594ab0b7aeabc5c5d7]

        Add comment about dependency gotcha
        
        Change-Id: Ia3eee9d4c06ef3411ad0a8547edcb08fe901d9dc

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [b30e154c2b861397a80515ab8a18b6f0558a0939]

        Revert "Clean up"
        
        This reverts commit 7b6cac16ef01cd80f54ea75c72e0de9887bbf97a,
        dependency hell.

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [7b6cac16ef01cd80f54ea75c72e0de9887bbf97a]

        Clean up
        
        Change-Id: I25cde2532ed9228b5b674908050a275c4206599e

2013-02-26  Stephan Bergmann  <sbergman@redhat.com>  [07aca2c6966d557f536383d6541bf04a04123c5c]

        Remove inadvertent execute bits again
        
        Change-Id: If98d499a6faf8faa7e77c2fb1af634e464db881e

2013-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [91b67ad7180c9957a5e1ff41be5af83b0759655c]

        get the x-error-import working as well, fdo#60083
        
        Change-Id: I2d2af3944985776cb8bebf47322b348745d66410

2013-02-26  David Ostrovsky  <david@ostrovsky.org>  [9058b52c5024bc41ba93d02feaa0c5547da112ba]

        fix WaE
        
        Change-Id: I1bbac4de97866695bf73e25977af8306014325fc

2013-02-26  David Ostrovsky  <david@ostrovsky.org>  [d74c5e82a4650c955a0b83d06a7570a7c39ac7f3]

        moz: clean up after gbuildification
        
        Change-Id: I1cbb3a9f3f869e8df4dca5cc71f529949c81d544

2013-02-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b63d1e56621d7a2369717d21d46cfee19be8e4bf]

        get at least the y-error-bar import working again, fdo#60083
        
        This still does not help with the x-error-bars but it is a first step in
        the right direction. There are still some nasty problems around the
        different possibilities how the error bar information can be stored in
        the file.
        
        Change-Id: I8022fbfc8d372c9863d236253a2a63364198bfc8

2013-02-25  Peter Foley  <pefoley2@verizon.net>  [33fc459bafd96909d409077d0ca85b27d68f8f23]

        don't try to copy configure from srcdir
        
        Change-Id: I709961228815178b2d8c2321a467d4ba8b39d080

2013-02-25  Peter Foley  <pefoley2@verizon.net>  [0318bea50d919a8b1d61c3f8bee6819616907a59]

        fix cross-compiling in separate work dir
        
        Change-Id: I17a30fde1b37e59dc0a8ab7b676115ab1aa5b4f2

2013-02-25  Peter Foley  <pefoley2@verizon.net>  [c0ef3bb1140229a27c924c8f74a0adb0792f64f6]

        fix helppack creation on windows
        
        Change-Id: I0242cc0adda1d12a9daac38bebe810aa38d2865b

2013-02-25  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [1d6376b7586da3f04b3e38347f405537d1e5210c]

        removed RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: I2d2a695b56e99e9df7835a5e4e8844be19c421eb

2013-02-25  Michael Meeks  <michael.meeks@suse.com>  [8d34984116c0841748ae47afa667877dc1b5a444]

        fdo#45879 - fix selected gluepoint rendering.
        
        Store the glue-point bitmap at a unique index in maRealMarkers for re-use.
        
        Change-Id: I2cd5b240619502dfc8634eca331f4163e5bd5ca8

2013-02-25  David Ostrovsky  <david@ostrovsky.org>  [f290bc783553abf0290369e57cef4bb2de8b3252]

        don't copy the mozilla include files, use it in place
        
        Change-Id: I75e8d897bc06806008c9b6e62b4741769f437dec

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [3e6a0b6d04722d43a1fc8d3745b5e79b7ced90eb]

        fdo#61428: SwTxtNode::ReplaceText: brown paperbag fix
        
        Fix the optimization to return only if both replacement and replaced
        strings are empty.
        (regression from b6d45f26ea5bcc848737921b59a16253eb1d8587)
        
        Change-Id: I984fb151a5ac3e6eb8d03f854ad6a3df88f96000

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [fb781bbf66ad95f52552c36f40d11551aebe97c4]

        moz: makefiles don't need executable bit
        
        Change-Id: If17f3fcd143abfe3870ae763052dcf135d831124

2013-02-25  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [33eda552c8c52a7f0809e5ef69ea5ef8e6b60d9b]

        Converted Edit -> Changes -> Protect Records Widget.
        
        Change-Id: I3803adf63d2cbe9b036a47479befe8bf21bac10b
        Reviewed-on: https://gerrit.libreoffice.org/1966
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-25  Tor Lillqvist  <tml@iki.fi>  [b917d352d97581122e5e445db54dd62565709a3f]

        The source buffer (virtual device) has 4 bytes per pixel, too
        
        Now the desktop-style Writer window looks fine on my device. (The app still
        crashes quickly, though.)
        
        Change-Id: I2542fba653cfef651f207388f1fd98d186485d3b

2013-02-25  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9a471b8cd85d1c08d53ed2675e580ca9466ca433]

        Database: Add Limit in Query Desing View
        
        Levels of implementation
         - Add a new toolbar item to ui (designobjectbar.xml)
         - Make a control for this element( LimitBox: derived from NumericBox)
         - Make an own controller for this control (LimitBoxController) and
           register it
         - Add new feature to the general\central controller (OQueryController)
           and construct a communication channel between the two controller
         - Modify the view switching (SQL<->Design) methods to use\set limit
           value (QueryDesignView.cxx)
        
        Conflicts:
        	dbaccess/source/ui/querydesign/QueryDesignView.cxx
        
        Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690
        Reviewed-on: https://gerrit.libreoffice.org/1994
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-25  Armin Le Grand  <alg@apache.org>  [b57cb5326713da9e926bb2ad5a56dce90ac00a87]

        Fix i#119756 Safer take care of empty paragraphs in EditEngine layouting
        
        This fixes fdo#59629 on our side.
        
        Conflicts:
        	editeng/source/editeng/impedit3.cxx
        	and moved sal_uInt16 nIndex back up in scope.
        
        Change-Id: Ie2b5dac48b10ff8c031f481f0a7ddde644694975

2013-02-25  Thorsten Behrens  <tbehrens@suse.com>  [455836cd81c0ca919016a4b415205ce21fad3612]

        Rename loop variable in ImpEditEngine::Paint
        
        This had nothing to do with y coordinates.
        
        Change-Id: I36baf05cd4c4a67b24574f6651b1c3f1eb12e22e

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [dd3e879cfdacbc8b9fff7556ae2d8698a22e9235]

        remove some trivial duplicates
        
        Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad

2013-02-25  David Ostrovsky  <david@ostrovsky.org>  [c66e2c4836fa3780c5cabbb511968557121d5cc1]

        mozabdrv: add dependency to internal mozilla
        
        Change-Id: Id22ba6632f273159838923bf26420d27dd8a89d3

2013-02-25  Krisztian Pinter  <pin.terminator@gmail.com>  [f5305a942bf4c685474c8cd7d5aa6301f5abf75c]

        RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
        
        Conflicts:
        	cui/source/options/optgdlg.cxx
        	cui/source/options/webconninfo.cxx
        	dbaccess/source/ui/app/AppController.cxx
        
        Change-Id: I2abfad91318e8be8c0f77909cbd76825cdca9b85
        Reviewed-on: https://gerrit.libreoffice.org/2350
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [5e5b7e431edc837b2be32d03fcbb1e32377e935a]

        m4: improve help message of libo_CHECK_SYSTEM_MODULE
        
        Change-Id: I784823b27108671e6bb549f60725f21abd47451e

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [8a4f49485495155ff241e449c94f5700e3226bc6]

        odk: fix typo
        
        Change-Id: I22f01de52eef68371c57df0aad12646a6e870d26

2013-02-25  David Ostrovsky  <david@ostrovsky.org>  [e98077bbb327a79059177dc08e43cf83859e1de4]

        fix x--with-system-openssl configure option
        
        Change-Id: Iaf71585bb109e43e0cdb15bc572b5b86f8aee66d

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [4f4e4e40f5b79a4dba46ffedd11cafa7beb08a87]

        loplugin: improve indentation
        
        Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [e39c551c6133d0ff2b7074f64ea66563ebcce14b]

        remove duplicate line
        
        This looks wrong. Compared to ThesDummy_Impl::getLocales() it seems
        sane to remove the duplicate.
        
        Change-Id: I494b22039846da4d4e84d7f289e501d1315075bd

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [568b3bdb9b20bd2de68dc2760b69594a9b52ba43]

        remove duplicate line
        
        This came in with 3ecdcbaee0a906bc0d1700f60a4d360f4f51291c and is
        apparently wrong.
        
        Change-Id: Ic048d20c728aca2f8c97a90ede74d77e51b16e1c

2013-02-25  Caolán McNamara  <caolanm@redhat.com>  [8d08ccd5b84c121867d7b3102f9d10b26005c682]

        Resolves: fdo#56031 RSID attr changes drop content change events
        
        So if we have an INVALID_ATTR event in the queue and receive
        INVALID_CONTENT, drop the attr and replace it with invalid-content
        
        And anyway filter out the RSID change event from hitting the
        a11y queue, humans don't care that this changed, it's just noise
        
        Change-Id: I4842f217153fc90aa1dce75c3445053004c74536

2013-02-25  Tor Lillqvist  <tml@iki.fi>  [eb37322f14e6ed12a0db0f7fad1af81114a2ed80]

        Temporary (one hopes) hack to get the actual view size down to SvpSalFrame
        
        Change-Id: I0c2a2301de1b0de71fc6724ff2af73fbf6b406ef

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [320571bf701a092d0f2d15fd4589ae271802a03f]

        WIP: Experimental new binary type.rdb format
        
        Move unoidl functionality into a module of its own, as a prerequisite to use it
        in codemaker etc.  (This is intended to ultimately remove modules store and
        registry, modulo backwards compatibility constraints.)
        
        Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [b324cbefb0b92dc7a4813dca88dc8dbd9641cc0b]

        flex output needs soltools' unistd.h on WNT
        
        Change-Id: Id7b5e421f8ff9d6db923a1fb01b1071f75a6842d

2013-02-25  Caolán McNamara  <caolanm@redhat.com>  [3094f6627f5925852a772754c067bfbb9491c94a]

        Resolves: fdo#61373 tabs too narrow under oxygen gtk theme
        
        Change-Id: I794b34c1864f619d91f0b105ba08a4f607abd291

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b0565809774c27b2ec72b036ced42b935b7b4be9]

        fdo#60924: move writerfilter from scp2 to gbuild
        
        Change-Id: I17f68196edeb685fb8d3f95616be1199fd5f1de2

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [38ea2837998e5f8036184c06a285ddb8bc599337]

        fdo#60924: move lwpft from scp2 to gbuild
        
        Change-Id: Icb3044f1dc8b8a816cc93c9764908532a9cdcec4

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3d61a90591f53f3d73764915fa8b6368ccad4eba]

        fdo#60924: move t602filter from scp2 to gbuild
        
        Change-Id: Ib655b1177ffb4609bd7c50d54a818de659f284f3

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6d1cc9dca3d541be9354903cf2ae77899b703987]

        fdo#60924: move wpftwriter from scp2 to gbuild
        
        Change-Id: I7e12a4ddd68ffb2c2b1cd1730a8ab17c79311fb2

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b2d2d57530b7f45fe0addbd13463f63005332451]

        fdo#60924: move lng from scp2 to gbuild
        
        Change-Id: I006230e190eb4e35f72c598c0016f7a7aa27cc7d

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65875bfafb5d41c0624db605521bb5586142e0fc]

        fdo#60924: move fwm from scp2 to gbuild
        
        Change-Id: Iaced34a334e216ac2f4df783d76fb3003051e3b5

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c21d6847a35e4feca57f888c3e8a4f8c4ee5bc95]

        fdo#60924: move fwl from scp2 to gbuild
        
        Change-Id: I7687af837d116ef7ec444049d941f3ca337aca03

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [167458f0306cc4cd144e9c61abc198239d505c88]

        fdo#60924: move fwi from scp2 to gbuild
        
        Change-Id: Ib7721d6b97b2d5f11f9f6dd05f5bc236c09c4f42

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [28dd47a70b6210fcf6848c0e569807538c3a451d]

        fdo#60924: move fwe from scp2 to gbuild
        
        Change-Id: I2bb9d4598d31462f9b661ed076046eb643c0a9e5

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9cc557720fe8951d99b1b60b45ca41372eb4d7e8]

        fdo#60924: move frm from scp2 to gbuild
        
        Change-Id: I74232178bb8c8a528d03274fbc8c1c9573874421

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [500aa64d6c2a3f413c2ae2de8e3a770f60c245db]

        fdo#60924: move emser from scp2 to gbuild
        
        Change-Id: Id90ffae1f38b69005ead8bef9fadc54833813184

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d6e09503f77f5077ff2df7972e123b74135291b6]

        fdo#60924: move drawinglayer from scp2 to gbuild
        
        Change-Id: I198238f52b232dab4dc1d39fff70eb2dda2ddcfd

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3cd951edd6588dc4ddd73013fba63caf1f44eeb0]

        fdo#60924: move dbaxml from scp2 to gbuild
        
        Change-Id: I4f5edb370a77e9d364e2b1df1271f20f99cef193

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [de8336cf29c814e24a077787b47880b1487b8ed8]

        fdo#60924: move dbtools from scp2 to gbuild
        
        Change-Id: I58ed1ba6992b413aad9aa39f77623371a3e7972e

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e487f8798bba6acdef2c504a7a293c52380b5f4d]

        fdo#60924: move odbcbase from scp2 to gbuild
        
        Change-Id: I9e26a6a32a70275174c83d109256dde5c718e42b

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c1dda9595db38ddbb0632c775b4cc02a806550fd]

        fdo#60924: move file from scp2 to gbuild
        
        Change-Id: Ia75627e720f1edf7dba8aeb4684cdc0e3bfebb33

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8994165fc57382815e173d7ae3e55a6719f80dc6]

        fdo#60924: move dbase from scp2 to gbuild
        
        Change-Id: I3d0f0320fff1e9b6609bac152ff27552d58d928f

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dfb3453e13af7a8b9de54bdd43f308663003f4c0]

        fdo#60924: move dbmm from scp2 to gbuild
        
        Change-Id: Ibe4c7753c1494cc665f52cefcc65875fd75fe051

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [932f321a2d1c3a8629a63ca705828daaa363e762]

        fdo#60924: move sdbt from scp2 to gbuild
        
        Change-Id: Ib5ac31222fb9007336e49b872719c4515d51d5ad

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4c70c7954d785e83c4b599f605507d0c6fd58ef5]

        fdo#60924: move dba from scp2 to gbuild
        
        Change-Id: Iee64a80118e927bfa66d24edb34187f7f7551533

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e9bb65ca3f04af009e96e6e1c9cbffdd27670d61]

        fdo#60924: move cui from scp2 to gbuild
        
        Change-Id: Iff0150f99336c9650c9d9a9aaf34d0badf32c562

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bece6c3a556e29f614b104a5d90882f73242cada]

        fdo#60924: move ctl from scp2 to gbuild
        
        Change-Id: If2b1df2e71f6f206bff0951205490283e481c199

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [afab854df6b704d45404826302d048d8b706e4d9]

        fdo#60924: move chartcore from scp2 to gbuild
        
        Change-Id: I6619cb27b1e49eb4ee7a91ad5e6f09f2b617e514

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [95e8e17558f6571981ccba9b2f0e90f1bbf07efa]

        fdo#60924: move chartcontroller from scp2 to gbuild
        
        Change-Id: Ifba88d55c6fa9f86d46b2460aca9d62e0d47fee7

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e06f62edbe7df9cf90d09f0ad68269f6bed17ce7]

        remove STD_FILTER_FILE -- its essentially the same as STD_LIB_FILE
        
        Change-Id: I98019eabc170b638275531036012cf8812e7f43c

2013-02-25  Miklos Vajna  <vmiklos@suse.cz>  [5e992f88d9f78a062bd78ea8907fa247f1f49b5f]

        n#793998 SwTxtCursor::GetCharRect: respect TabOverMargin compat mode
        
        Change-Id: I47280399bd9e0757365db8f4f1930efd0a340424

2013-02-25  Miklos Vajna  <vmiklos@suse.cz>  [cb6d8b906347e03e3c1f279aa802bd87f463bbed]

        SwTxtCursor::GetCharRect: restore comment removed in 1b081132
        
        Change-Id: I2d6cf0afad4d5237b44e21be051f6f593a12830d

2013-02-25  Radek Doulik  <rodo@novell.com>  [251adf02222661bcabf05bd32bbf5cd7345f42b2]

        Revert "allow WMF's with missing EOF record"
        
        This reverts commit 199f0edc93e25ff8144f16599184049573154232.
        
        the problematic emf+ file with embedded wmf suffered from different problem
        so I reverted this fix as it is not needed

2013-02-25  Radek Doulik  <rodo@novell.com>  [41cfd0fd9d32b5e0a07d9f422aec2c7d97b27c01]

        workaround for emf+ files with broken dataSize of Image object record
        
        Change-Id: I5005961e1b618af949dc978a7ac560fc9eca3e65

2013-02-25  Jan Holesovsky  <kendy@suse.cz>  [804f47a893359baa0b72f1a72df3d79302225654]

        fdo#55931, fdo#57956: Fix both autofit and stretched width.
        
        This rewrites commit fa694a21b806ed7837c1337ec49a4b299c478393 (fix of
        fdo#55931), and fixes it a better way.
        
        Change-Id: I9ac0c78294e6a9c510c12b22547564b736416131

2013-02-25  Tor Lillqvist  <tml@iki.fi>  [e6cccd3df8397a07d6d5e403fa08cf0fd658b31e]

        Use __android_log_print() instead of fprintf(stderr)
        
        Printing to stderr is not at all any faster or more direct in an Android app
        than just using the Android standard logging API.
        
        Note that in a normal Android app, stdout and stderr are not connected
        anywhere. (Just like in "GUI" subsystem (as opposed to "console") Windows
        programs, heh.) It is our own code in sal/android/lo-bootstrap.c that
        redirects stdout and stderr to pipes which we set up and which are read in a
        separate thread that we start. The lines read are then, surprise, passed on to
        __android_log_print(). Thus writes to stdout or stderr in "normal" LibreOffice
        code aren't lost.
        
        But in code that is by definition Android-specific it makes little sense to
        use stdout and stderr.
        
        (Much of the affected logging in this change is in NativeActivity-related #if
        0'ed code, sure, so won't actually be reached.)
        
        Change-Id: I409114f36f3e535bb144b4bde0d378110b3336a1

2013-02-25  Tor Lillqvist  <tml@iki.fi>  [511b9fefe20d5a8a5ca003a7a60b0423d1d3e5be]

        Use actual size of view instead of hardcoded 1000x600
        
        The View size is available only after the view has been connected to the
        activity, it seems, so move the Bitmap creation to onDraw().
        
        Note that the code in SvpSalFrame::SvpSalFrame() in vcl/headless/svpframe.cxx
        still hardcodes another (!) size, 800x600. This affcects the size of the
        desktop-style "top-level window" displayed by the android/experimental/desktop
        app. I didn't yet figure out the right way to pass the actual view size to the
        SvpSalFrame. And there is also a hardcoded third (!) size, 1280x750, in
        AndroidSalInstance::GetWorkArea(), although I don't know what that affects, if
        anything.
        
        Change-Id: I042bf764cd66efa7069c36601170b90d57fa174c

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [6e18e1f54b7527e012f67a36666b7f307be4e293]

        get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"
        
        Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [bf8450cfa2e9e899c716fbddadd7d5485aefe520]

        fdo#59405 fdo#60638: EMFWriter::ImplWrite: write EMF_PLUS "comments"
        
        When editing the Visio OLE object, there is a "preview" file generated,
        which is apparently an EMF file (strangely initially inserting the Visio
        object seems to result in a totally unproblematic WMF file).
        The EMF file apparently has almost its entire content stored in
        MetaCommentAction of type "EMF_PLUS", which is thrown away when writing
        the file again.
        
        Change-Id: I77a08454da673c1825aaa8421606737e7e8bc82c

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [ec0d1440cf07008a220708535848567bcbb233ea]

        fdo#59405: cppcanvas: fix infinite loop in processEMFPlus
        
        This can be observed when inserting the bugdoc from fdo#59405.
        Apparently the "size" and "length" do not agree; ensure that the
        "length" does not underflow.
        
        Change-Id: Idfc68919859b8284c724831de21208e4392af328

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [0cf6433117477642897fb2d874a4353eff8a1f35]

        fdo#59405: initialize members of TransferableObjectDescriptor
        
        The mnViewAspect member is otherwise only initialized if a
        SOT_FORMATSTR_ID_OBJECTDESCRIPTOR thingy is in the clipboard, which only
        happens if the clipboard source is OOo/LO.
        When inserting an OLE object, the value MSOLE_CONTENT apparently results
        in requesting the current size from the OLE object, which looks much
        better than the square default.
        
        Change-Id: I8c7fb80a8ae88272f1ecaf3a375bef5d917f2a5b

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [e97062ef8c9a25ab6187216553b79654195549ba]

        vcl: GDIMetaFile: log some exceptions
        
        Change-Id: I98794721c21231800d7d28cbdd34dd300b69a9c2

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [113a9273412b59c1ae1d1728705e1105fe3f2a93]

        cppuhelper: log failures from osl_loadModule calls
        
        Change-Id: I37099d15cd403f48ca1716414f2e79cc1213d8c8

2013-02-25  Michael Stahl  <mstahl@redhat.com>  [0e273d6fb8566e7f8df1be6f2f440fe357991878]

        gbuild: ComponentTarget: rebuild if library names change
        
        Stale component files result in failure to load libraries in incremental
        builds; because rebuilding these is fast just depend on the 2 Repository
        makefiles that define the library file names.
        
        Change-Id: Ia72a0460d3bb8bceb0e17334415ca3dde0401c24

2013-02-25  sadam36  <sadam36@gmail.com>  [93a974421208babdb4b2090f92acf4f0c14cc37d]

        fdo#60724 - change 'charcter' to 'character'
        
        Changed all occurrences of 'charcter' found by git grep. All of them
        were used in comments only, so it should not break anything.
        
        Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82
        Reviewed-on: https://gerrit.libreoffice.org/2372
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-25  elixir  <prashant3.yishu@gmail.com>  [5269589ae4fbe65a7c4e3de3d429bc834348bf79]

        fdo#38838,::rtl::OUString_to_OUString
        
        Change-Id: I7c9ebd01c16ff066008e53de865560ad78215bab
        Reviewed-on: https://gerrit.libreoffice.org/2330
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-25  Caolán McNamara  <caolanm@redhat.com>  [c1d3315e8d1e4d8be4bcabcf343ef5dd76d63691]

        Related: fdo#60764 APPFONT is 1/8 avg char *height* & 1/4 avg char *width*
        
        but *sob*, it's not really that, because there's a dialog scale factor which is
        per-language which adds a bit to it depending on the language, MAP_REALAPPFONT
        is the unscaled variant.
        
        but *head in hands*, it's not really that either because if the font was
        considered "too narrow" then the average char width is recalculated in terms of
        the average char height.
        
        *clenches teeth*, add a approximate_char_width and use it directly. It can be
        considered the rough equivalent of
        pango_font_metrics_get_approximate_char_width albeit that it retains the same
        crude 1/8 of the width of "aemnnxEM"
        
        Change-Id: I4c135ca03467447dddf279ac0c187b13371acadb

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [423932fe1849a2c9e2f4c1730a93435f39657e95]

        slashes in configure options are a Bad Thing(tm)
        
        Change-Id: I92cc8be5c6359e99b57967ae54e6814d07d0e47d

2013-02-25  Jan Holesovsky  <kendy@suse.cz>  [ff4ed8422874e1624840366b14496885c49a9dbb]

        gen_update_info.pl not needed, we generate the update info on the server.
        
        Change-Id: Ib841747b10a1d0cda54b2b05a813760d1a50a3fa

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [62bf424fa84b0ccd0828a474a1351b0134f27eab]

        remove dead code
        
        Change-Id: I1dd71baf48a0b5b62c73c9f8f071ff67520cc771
        Reviewed-on: https://gerrit.libreoffice.org/2383
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-25  Ricardo Montania  <ricardo@linuxafundo.com.br>  [fbf28e966191114860a2e60ae8ed6bf3cc064b38]

        CreateFromAscii removal
        
        Change-Id: I4596d78620936770f3aca3207cdc19f71197eb75
        Reviewed-on: https://gerrit.libreoffice.org/2345
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-25  Chris  <chris.sherlock79@gmail.com>  [f37335da6a87ae858ca2ff08adca92f67068988f]

        Remove unnecessary commented code that appears to do nothing whatsoever.
        
        Change-Id: Ic548b8b0b4a9111f24fe0036bb50abaef03f4a2f
        Reviewed-on: https://gerrit.libreoffice.org/2382
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6ac759dde11267c91931a645bfafab6383403f3c]

        remove specialcasing for old internal sun wiki
        
        Change-Id: Idb8efc3f900172dea2ded6b7aa39e0b6f8fe49b7

2013-02-25  Radek Doulik  <rodo@novell.com>  [199f0edc93e25ff8144f16599184049573154232]

        allow WMF's with missing EOF record
        
        Change-Id: Ifb38336863979890f1bc3de779d82454b4a5c185

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [c68c99ec8cedd51d24b5c946a02b56f63df9ce44]

        Revert inadvertent change
        
        Change-Id: I203ad92e8a006d1f262203852f05108706a90ee4

2013-02-25  Caolán McNamara  <caolanm@redhat.com>  [3262140e29afec66def33e73587b27b12e9ceba8]

        Updated core Project: help  6e3f40c9ca05ba234fac04074f594530f2e89e75

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [3ab58bed9370cc8b70e0b20462f2bb0095daff96]

        xmlreader does not depend on any offapi .idl files
        
        Change-Id: I5f008ba23c7f55a53d2b39cb235b27208b7743c5

2013-02-25  Caolán McNamara  <caolanm@redhat.com>  [23a133dfe7f7549fbaeeeefef81f736d9a3bc0c2]

        drop various dangling makefile.mks
        
        Change-Id: Id76b57a1ef2edbb05f1d22a624caad077275ac74

2013-02-25  navin  <patidar@kacst.edu.sa>  [2738fa9fdc3aec9a64f2eab1d9d48942218c199e]

        fix fdo#38951, use paragraph’s writing direction.
        
        In case of RTL, we want bullet text e.g. “1. ,1)” to be reversed
        e.g. “.1,(1”, so we need to check only paragraph’s writing direction
        and pass that direction to DrawingText().
        and fix drawing position calculation logic.
        
        Change-Id: I303dc1b04ae5e66b1b5d25a40794be308f36668b
        Reviewed-on: https://gerrit.libreoffice.org/2348
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-02-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [27ff1d2eb970984ace3bff485f41b50ae66af576]

        move nss, neon, graphite to macro check too
        
        Change-Id: Iaa8ee970042c5260eb3d1199bf31f6495c449f40
        Reviewed-on: https://gerrit.libreoffice.org/2370
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [a66bb33581dca2ffc6d73848406898a00e275b7b]

        cppu does not depend on any offapi .idl files
        
        Change-Id: I22150c0247ec98bd0e764a439a15ceaa7f42b029

2013-02-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [392691c91fbfa96f1805f1cd556dc115b9a486e3]

        Uploading libvisio-0.0.25 fixing fdo#60433
        
        Change-Id: I854fd87a21fc63a5c274b38831589b3d76379e25

2013-02-25  Michael Meeks  <michael.meeks@suse.com>  [c1d8a95a04bd8df8dfed916d40fdda75d6858816]

        re-factor AFM metric reading to simplify signatures.
        
        Change-Id: I77433ff3926b6f8e2968b30451acf8acbbb4deb3

2013-02-25  Michael Meeks  <michael.meeks@suse.com>  [cb8fcf5a169f030827b1150c50b6ed284717e485]

        perf: avoid scaling images to the same size at some cost.
        
        Change-Id: Icae65a8bf48f76801c536607055be066be0bd49f

2013-02-25  Maxime de Roucy  <mderoucy@linagora.com>  [50822d440519bcc95fc4e5d45844c1328e72d6b2]

        testcase for fdo#53594
        
        Change-Id: I834b3cf0b5a46627ff0b532e27a73deeaefe7c47
        Reviewed-on: https://gerrit.libreoffice.org/2376
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-02-25  Maxime de Roucy  <mderoucy@linagora.com>  [0c9afe307eae8310de04de458c13b5c14a4e17da]

        RTF IMPORT : considere OLE objects as pictures
        
        resolve fdo#53594 : Import RTF file but ole are not well positioned in
        table/cells
        
        If the OLE object is in a container, don't try to import it as
        OLE object (use the \objdata element) but use the \result element which
        is the appareance of the object (it's a picture).
        
        Change-Id: Id97b36ce89beae02885cf82383321c14b58f2ea5
        Reviewed-on: https://gerrit.libreoffice.org/2243
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-02-25  Stephan Bergmann  <sbergman@redhat.com>  [54a8acb3d6b4fe8078bfe074185a028f994b08a0]

        Last use of obsolete gb_*_add_api is long gone
        
        Change-Id: Ia6c938ef0e45ec86c0c202e95ef28d49fccd3497

2013-02-25  navin patidar  <patidar@kacst.edu.sa>  [6708ad7f1baa8d4cef1718bdef1d26fb5d8510f3]

        fix fdo#60533, Set TEXT_LAYOUT_BIDI_STRONG flag.
        
        Stop ImplLayoutArgs::ImplLayoutArgs() to perform
        ubidi algo on text by setting TEXT_LAYOUT_BIDI_STRONG flag.
        
        Change-Id: I7222517c1db6649eef0c0d9c11cbbbed1fc6bb04
        Reviewed-on: https://gerrit.libreoffice.org/2076
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-02-25  Tor Lillqvist  <tml@iki.fi>  [69800aa08845955a1a8cedd126e27ac1ec352792]

        I am not so sure the --with-system-FOO-for-build options are superseded?
        
        Change-Id: If1990e43938c5653cd7444cbaaf8ade1ab4f7d1e

2013-02-25  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [12de9b3361236e1d6c931409cf0ad0d4f9924008]

        Fix fdo#60855 RTL UI: handout show boxes out of page border
        
        Change-Id: Ie0103d7c2911dcf184d39b5c394cffae4dbe122f
        Reviewed-on: https://gerrit.libreoffice.org/2356
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-02-25  Peter Foley  <pefoley2@verizon.net>  [2ba9023a60f41f5ba414fa0f7682ac8104b3a00b]

        add solenv to tail_build
        
        Change-Id: Ib8987f0d45ed5360d49f3589b418209488267863
        Reviewed-on: https://gerrit.libreoffice.org/2373
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a11f944b4c3d268e0f3b36bbccba3a50d2db066a]

        ocMacro and ocExternal need to be recalculated on load, fdo#60977
        
        Change-Id: I9e69ca2feae44bc645e8a49e349557f0933a23eb

2013-02-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d8548da365c326919597fa0d2699a6762889dc9]

        use URM_COPY when copying cond formats, fdo#60306, fdo#60311
        
        Change-Id: I7a232c27dd0c1eee6f389d30f46658500aaded47

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [76b3e61bb4ac66decd7800ef309f3241e77d538f]

        loplugin: unused variables
        
        Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [7cbeac07d21413443889e6ee777a428782e746ae]

        Remove useless SfxStringEncode and SfxStringDecode
        
        They return empty strings. SearchAndReplace is a stray declaration
        from historic misc.cxx.
        
        Change-Id: Ia7aa970a8ca200bd7bdc5ed688a8f00d092c9561

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [89003e9bd84634ac252c7cace5c7dfb53af1126d]

        loplugin: unused variables
        
        Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [405caad685edd0ba914789bda01b5dc9b3030773]

        loplugin: unused variables
        
        Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [800376357fd1fc0594ba3dc5e0579fd163a3039a]

        loplugin: unused variable
        
        First parameter is unused since fb98c33c688ef479a64f9838abd63f617fd4b589
        
        Change-Id: Iff9ff51227c5244950830febf2cdcf78e1de4d29

2013-02-25  Thomas Arnhold  <thomas@arnhold.org>  [1bda31ac1374f18bda488c93c1420b6f208bd7d0]

        loplugin: unused variables
        
        aErrorText usage was commented out since 2000.
        
        Change-Id: Ic4d81c2d48e59a36e2f4280ceb36ea8148b9dc9d

2013-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [359b0ebc911b3bba30d0bb715a49ba335c413d28]

        sal_Bool to bool
        
        Change-Id: Iee9b03c8c5e8c226710822108b3503b0ee4f9717

2013-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [227be92635a6c1a1cc46b2b547eccd5a1a8cd583]

        drop useless #define
        
        Change-Id: I375b3bd4a4bfb1d96350194d620f2ee77731e04b

2013-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbe02c2212a24a1984c951b0d32001b54cf307a0]

        coverity#705444 Improper use of negative value
        
        Change-Id: Ie3b7634e099de5c8b9a4a77daf47c6038dade370
        Reviewed-on: https://gerrit.libreoffice.org/2320
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-24  Ricardo Montania  <ricardo@linuxafundo.com.br>  [c6b795140abeb9dab00b3a149c5c8042198ac1d4]

        CreateFromAscii removal in canvas
        
        Change-Id: I89cd673aea154e96b26323d4e424b97c0fdda0f7
        Reviewed-on: https://gerrit.libreoffice.org/2346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-24  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [fa24204cd728c787aaa2ff8b7460d99109120be4]

        Update TDE (Trinity Desktop Environment) integration files
        
        Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c
        Reviewed-on: https://gerrit.libreoffice.org/2374
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb717296bf66f0acb84d5f84c38390f3e44c7b62]

        coverity#705347 Missing break in switch
        
        Change-Id: Ife49c096722fff204a140be970aa0692281e8b86
        Reviewed-on: https://gerrit.libreoffice.org/2327
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [df37f7d8e82d8d0854076c3c9be64ee3a155f7bf]

        move loop variables into least scope pos
        
        Change-Id: I8e69e92bbfee2bf20918d041ecc6b7a3f7729fbd

2013-02-24  Julien Nabet  <serval2412@yahoo.fr>  [3901964b6d1fb2117cb983a7eedf80da93ba5530]

        coverity#704434 Non-array delete for scalars
        
        Change-Id: Ie92de56ead7988d951fe44cf63b4e72214b1e22f
        Reviewed-on: https://gerrit.libreoffice.org/2358
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [4c51313369c8f75674dbea0706a36a19824095f9]

        simplify CreateScImportAsciiDlg
        
        Change-Id: Ibcd9dc854cf15ef0a6cbaba3fdc9e377e1073507

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [01416aea805f9e17d8d43d6555501774b19c110d]

        now easy to adjust csv dialog to fit on a netbook screen
        
        Change-Id: Id40bf959f160b03a2aa54dd078d66d6e9854863b

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [980fe99410477f6a4bd0dc935c9e63fa0aad2b0e]

        be more forgiving on 768 height screens to allow dialogs occupy more height
        
        Change-Id: Ie9e53606d84fb1efd738709de64feecaabff9328

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [9c43037ccb281df6c0b143b850b1f48e22660e4a]

        suck alternative title out of the .ui
        
        Change-Id: I3983a61c5716679d8d64247d29c4909b16fc2c69

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [ffea6fc98fe7137cafd88bc191c850caa9717862]

        add more custom widgets to glade catalog
        
        Change-Id: I1158bf00bfb7e0eabe28e56c3e8430c6b2c68939

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [3fd9e569d8a4c00020d5ac2db566e1ed7f920a6e]

        add requred custom widget entry points
        
        Change-Id: I611133eda82a5c2f303e5938d47deb3fb295f26e

2013-02-24  Petr Vorel  <petr.vorel@gmail.com>  [538ba011d7b598737c898cfcce1e0d7b00b40c84]

        rewrite import CSV dialog to WidgetLayout
        
        Change-Id: Ifa674dc3cf14c9633be10b2fb7b59fea55a6a2e4
        Reviewed-on: https://gerrit.libreoffice.org/2332
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-24  David Ostrovsky  <david@ostrovsky.org>  [f4a6b7d3d6ab2599dc795b640e14af808ea9de35]

        fix HAVE_CXX0X case on MinGW
        
        During configure phase HAVE_CXX0X is determined and exposed
        if the current gcc version supports it. With gcc 4.7.2 this
        is the case. Activate it during compilation phase too.
        
        Change-Id: I7b738de083fa337a422c20bdf88d9dca5f8303ed

2013-02-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1baeaec3c98987fbedb6d02200fc4a95478adafb]

        move openssl, redland, orcus to macro check too
        
        Change-Id: I2b0a22fbd32d3ade74f5043b1b2bba56a45a86dc
        Reviewed-on: https://gerrit.libreoffice.org/2371
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [ed383ebfbae4c79c870389868762767b16f444ee]

        remove RTL_CONSTASCII_(U)STRINGPARAM
        
        Change-Id: Ica4dc859229c2ba0dc052a97ff23178895c25580
        Reviewed-on: https://gerrit.libreoffice.org/2368
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-02-24  David Ostrovsky  <david@ostrovsky.org>  [c064fa5048b09eb50fc90cef4364986ec58bd3eb]

        remove obsolete mozilla options for cross compilation
        
        Change-Id: Ib7c2f06cec651ecde049e9335236b513edbf4d50

2013-02-24  David Ostrovsky  <david@ostrovsky.org>  [79cd6af6c7ec3d0a08962a2db1fc6919453a8b67]

        clean up obsolete mozilla options
        
        Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [9428c58408248dd6463e67b7fab7af8dd7dcd519]

        add a crude GetOptimalSize to ScCsvTableBox
        
        Change-Id: I06357e9e69a0d9f4b8edb4db4ba1b788f96d73a9

2013-02-24  David Ostrovsky  <david@ostrovsky.org>  [0e26ed476aacf1c70b82a1806a1281fe98b9e724]

        document generic <class>_<target> idiom in gbuild
        
        Change-Id: I8b746c3786eda42c3c91c104daee2018ba20b975

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [5fb036a638c2436d085b65ae32076c9209a7ffb7]

        make ScCsvGrid robust against early show before valid column limit set
        
        Change-Id: I36741d9b5826900f88451ffdbe07c44e39f381b4

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [ff3278cdc8a7a89c734885f57f60d01dbdf020e2]

        log presentation minimizer results as info
        
        Change-Id: I0f68ca75f774dfb18423517b36a1ea4d6071a83b

2013-02-24  Caolán McNamara  <caolanm@redhat.com>  [197587cc3ac09a16932a22a072aef45f9528e519]

        layout should now take care of resizing for us on its own
        
        Change-Id: Ie250ad51b2e3e62ee8f33b3fd0ba409cc221eac7

2013-02-24  David Ostrovsky  <david@ostrovsky.org>  [ca7f5f5a49eeefe6d75f348aa4a635f171b218ef]

        remove obsolete system mozilla comment
        
        Change-Id: If96a98950183ba3fd9c11e4d60b24e3eacfcf08a

2013-02-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8968d6d66410d63880da4923144bec7b92ff72f7]

        some more external check work on configure.ac
        
        - all in libo_PUBLISH_MODULE is affecting global state, so no need to
          separate
        - add in AC_ARG_WITH
        
        Change-Id: I609cd03c9208448e6883f5347da3019e0d3aea51
        Reviewed-on: https://gerrit.libreoffice.org/2366
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-24  Andras Timar  <atimar@suse.com>  [81795c344228386b6ad5d10df3d28e5ae4a2e0a6]

        Updated core Project: translations  a45c8b4b02ef5e45b225c0418bb378b7d332a01f

2013-02-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d5da6480561b3df99cb1df480b88fcd055bd10aa]

        remove RTL_CONSTASCII_(U)STRINGPARAM in xmloff
        
        Change-Id: I86163e68d0993dcaf6888060ace17f5dba812f1a

2013-02-24  Andras Timar  <atimar@suse.com>  [4c8738671313c12e672c59379d109d5fee9138f9]

        remove obsoleted option --disable-build-mozab
        
        Change-Id: I6bc95c27bf807288ee147995fd4d864903f8cec4

2013-02-24  Joel Madero  <jmadero.dev@gmail.com>  [dcff3305fa43388a0285d05be6da84ea7daa49fe]

        fdo#59828 update Format Paintbrush Label
        
        Change "Format Paintbrush" to "Format Paintbrush (double click for
        multi-selection") to be more concise and provide a bit more detail for users
        
        	modified:   officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
        
        Change-Id: I8a0baaf0564ed9cc5eca99ef10b184905a3dd16b
        Reviewed-on: https://gerrit.libreoffice.org/2273
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-24  Thomas Arnhold  <thomas@arnhold.org>  [305bf19e390aebdf2d20ea052a92f782e8d1185c]

        loplugin: unused variables
        
        And some fallout.
        
        Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1

2013-02-24  Lionel Elie Mamane  <lionel@mamane.lu>  [e5444ae3e099e1279b9b685b623c6e50bb8efd3b]

        fdo#60907 no space in front of MYSQL_LIB
        
        Change-Id: If477ae65eb93d8eb944c345853c13ca0d1826762

2013-02-24  Peter Foley  <pefoley2@verizon.net>  [1d84e9d1d363bd550129efcbeafe670c0a049dd0]

        instsetoo_native: convert to gbuild
        
        Removes:
         * instsetoo_native/util/update.xml
              - gen_update_info.pl can be removed ?
        
              On Windows the binary artifacts are created now in:
              workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi
        
        Change-Id: I1c82ea9cb9d297cdd0e4f4b9b44606259eeeed49
        Reviewed-on: https://gerrit.libreoffice.org/2242
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-24  Tor Lillqvist  <tml@iki.fi>  [80dd07381bc7207520a4b7fb0d06e8cc5583ee76]

        WaE: unused parameter
        
        Change-Id: I0227762e5755fb073a2b2923fce0cd718460f02d

2013-02-24  Matthias Freund  <matti_lx@yahoo.de>  [4261ddd0082d3a62d0e54dac22f1dbd1d29d095d]

        Comment translation german-english
        
        Change-Id: If22ef967efa8010d19b7e32d588179cfcacd0780
        Reviewed-on: https://gerrit.libreoffice.org/2359
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Arnaud Versini  <arnaud.versini@gmail.com>  [8214ea86075fab7b1c5e3f1bdfe6d347ad12c759]

        Remove unused method SdPage::SetLinkData
        
        Change-Id: I50ba468842a4c8b66de9d0c6cb2432709dcd50f9
        Reviewed-on: https://gerrit.libreoffice.org/2360
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Thomas Arnhold  <thomas@arnhold.org>  [d5caf6898b384de8465179341e8f0ccf66b06b2b]

        loplugin: unused variables
        
        Change-Id: I7fc203900256839e679bf73b717d121fedc42087

2013-02-24  Stephan Bergmann  <sbergman@redhat.com>  [10f4ddc9a5e28b33ad2bffe6cd3e4aaab920f872]

        Declaration of stat shadows a global declaration
        
        Change-Id: I154ba64ff61d08d7a600a83eb7dd41381aca73ca

2013-02-24  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [63b0ce97ba0f71c28a7880c741100b0240332e74]

        fdo#38838 searched, replaced and removed String::CreateFromInt32().
        
        I ran the following code replace:
            s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
        
        And finally removed String::CreateFromInt32().
        
        Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5
        Reviewed-on: https://gerrit.libreoffice.org/2279
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Valek Filippov  <frob@df.ru>  [3648c3226d369ce7a547e48f824b876180559476]

        Add OIDs for Russian crypto algorithms.
        
        Change-Id: Id1d6a623863d7643401dce912991e61de16695f2

2013-02-24  Tomaž Vajngerl  <quikee@gmail.com>  [44faceac60f9046e4827290a85f790a46ed1e227]

        Add "Compress Graphic Dialog" to Writer.
        
        Change-Id: Icff16a86d217b2648ce588ca2b90abefcd1634d9

2013-02-24  Julien Nabet  <serval2412@yahoo.fr>  [bd502f4d99a6f1e783d7eaf53e0a4d05f04629c1]

        coverity#735295+735296 Buffer not null terminated
        
        Change-Id: I02693a2f4b2470ad33e6bd7a925aa64e31ad9a58

2013-02-24  Julien Nabet  <serval2412@yahoo.fr>  [80f57172833ec720a2bc0d7d9c8f82f8bc5fc70d]

        Fix uninitialized local variable
        
        Change-Id: I0ef7779b76909dbe4fdfea58dbaf54cd01f7dcfa

2013-02-24  Andras Timar  <atimar@suse.com>  [bbf73cac51d7cfb58f05e0bd3239980c79810123]

        Updated core Project: help  c722cd78bfcc47e6c99d16af0db9dee68c96a654

2013-02-24  Peter Foley  <pefoley2@verizon.net>  [61e7c592faa2d768d599936e57042eb22bcaa16f]

        convert moz to gbuild and add to tail_build
        
        Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380
        Reviewed-on: https://gerrit.libreoffice.org/2349
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-24  László Németh  <nemeth@numbertext.org>  [a5a24fa0241930ae5f9d8a4c757e479d2de3efb6]

        fdo#61376 librelogo: fix missing Asian and CTL support, etc.
        
        Change-Id: If2d15d7b299d0b05e9fd3171d51c1f0e947ef561

2013-02-24  Joren De Cuyper  <joren.libreoffice@telenet.be>  [7a38ee5f5c69ac9eaeeb7cae5b0f31bceb37e70b]

        minor indentation and spacing fixes
        
        Change-Id: I312f439161ccdf07f8bf97a781b14782573f5664
        Reviewed-on: https://gerrit.libreoffice.org/2343
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [f28c33d21d324fb70d061363bbad7750e1c72127]

        coverity#984351 Uninitialized scalar field => unused member
        
        Change-Id: I766bfc9db355205f97aaea774ee68c76bd5df0ae
        Reviewed-on: https://gerrit.libreoffice.org/2317
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [aca27afb3eb1032201ce3520df9fb950442cf64a]

        coverity#984099: Unitialized scalar field
        
        Change-Id: I9938ffebca054744a6a1e333df3933a3633ea8d3
        Reviewed-on: https://gerrit.libreoffice.org/2318
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [a64df1b8fd594dceb561565a77db5cc095085e66]

        coverity#983372 : Dereference before null check
        
        Change-Id: Icfb2db359f2cf2625e1f7e5ed7ed0f255d40d21c
        Reviewed-on: https://gerrit.libreoffice.org/2319
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Thomas Arnhold  <thomas@arnhold.org>  [ff6a046a916ca91e39072700c4ddd591a6e2f2d4]

        Translate German comments
        
        "Grafik x" is "Graphics"
        
        Change-Id: I935df68636c22dda3c21826a47b76c5dd52292c7
        Reviewed-on: https://gerrit.libreoffice.org/2311
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Hamza Abdelkebir  <hamza.abdelkebir@gmail.com>  [978558272caf1b661ba6800d92567843a1dbf1ca]

        translated some german comments, removed commented code blocks
        
        Change-Id: Ia741aaa596b711b80cf8cc1be605e34e19a62f3e
        Reviewed-on: https://gerrit.libreoffice.org/2352
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Matthias Freund  <matti_lx@yahoo.de>  [cfc6473352ba68a4b40e03688cd51f2511a7b575]

        Comment translation german-english
        
        Three small files...
        
        Change-Id: I9dd5914caef6ca061e94d52d7abd5afb59c8ed29
        Reviewed-on: https://gerrit.libreoffice.org/2353
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-24  Thomas Arnhold  <thomas@arnhold.org>  [74f74aa5470fe631c7827897742c0ccbddcf6ad1]

        tweak comment
        
        Change-Id: If7338743b9549a265f611e8d50d0455e1de8d09c

2013-02-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [08eb3c34c209184a8a7d1ea63cc97a0c5205aa7c]

        comma need to be escape in Makefile when in argument of $(call
        
        Change-Id: I930aacad47780a085ef8eec7f3b7fc6600528afb

2013-02-23  Matteo Casalin  <matteo.casalin@yahoo.com>  [09a015e64e0433652beaca2d5294162c20d97a8b]

        Slight simplification of loop
        
        Change-Id: I8eccb85962c07933d0bc5771067d3c533933e90b

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [bdace7b2aaff034f4c3649bcbd57664b81cb28ab]

        coverity#982145 Buffer not null terminated
        
        Change-Id: I5dd0050a0fbb5918da2d863998a7f24d9b144780

2013-02-23  Peter Foley  <pefoley2@verizon.net>  [613221bde1744265c336c2b5f2ade0bfb9b22d16]

        convert odk to gbuild and add to tail_build
        
        Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0
        Reviewed-on: https://gerrit.libreoffice.org/2288
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2013-02-23  Peter Foley  <pefoley2@verizon.net>  [5003ab57eee903d072fc7fac8cb5c69a34fb9d5c]

        fix deb packaging
        
        Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [881f94b57caf3c37c63fcc502876651487cee653]

        Fix typo betwen/between
        
        Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [6b29aa78b62fa4cb634e29d63f900e90ea9eda85]

        Fix typo (beacuse/becasue)/because
        
        Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [eb7185a168dbe454891c8d4be610935e6ff0008b]

        Fix typo begining/beginning.
        
        Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [2dca0ccf0760a64eab986c178873926a6a125cc5]

        Fix typo recieved/received
        
        Change-Id: I0c838f5c06ff26149113a9bbab970d314758c648

2013-02-23  Martin Brown  <martybfoss@gmail.com>  [a97a16d330b238f2d05a6f073d417830468e54e2]

        Remove unused preprocessor defined functions in the unicode utils
        
        Also remove corresponding unusedcode.easy entries and an
        unusedcode.easy entry that I could not find in the master branch
        
        Change-Id: If329fe1226bd40f86cc0fd8d912876bf7a7984b2

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [94477cb5fb6e982035867b198eee7cfa8622c5e3]

        Fix typo accessable/accessible
        
        Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [3a014901fdc4134f4fae669b66b154b1137c2352]

        Fix typo seperated/separated
        
        Change-Id: I133423de994b1befe246b6c921802428a3528202

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [e3f141323eea90259248cef4576ddb267b9c2d06]

        Fix typos retreive/retrieve furture/future
        
        Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [fcf3758c92dee4f3e2cd4a9c8a2caee95033c810]

        Fix typo "fuction" -> "function"
        
        Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [66e5cbc55ab6923e651e1e3b32a7f26b5adaef90]

        Fix typo "sucessfully" -> "successfully"
        
        Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [fe86d0ca5daeadd8bde74e27109bcb65402ce139]

        Fix typo "paramater" -> "parameter" + remove some commented lines
        
        Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [7c7755473e41f28e78dc79b885f8a39783f64699]

        Fix typo "teh" -> "the"
        
        Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a

2013-02-23  Caolán McNamara  <caolanm@redhat.com>  [8655095a4910ca795dfd182e6796d9375727a694]

        try and beat this weird SvxAcceptChgCtr into something sanish
        
        a) convert to .ui
        
        b) The accept/reject changes dialogs now have a "close" button and the
        accept/reject etc buttons are relocated into the main dialog button area rather
        than as direct children of the view page. They now get disabled on switching to
        the non-view page.
        
        c) Merges the sc redline changes dialog, the sw redline changes dialog and the
        sw autocorrect changes dialog
        
        Change-Id: If0ba376c3f2d36709aeeed995fa9901741434c40

2013-02-23  Caolán McNamara  <caolanm@redhat.com>  [3c5c43cf2aa354a98f28a466647f4d463cdfdc85]

        add stock undo button text and map to gtk-undo
        
        Change-Id: I9109dfc6293c9de399c25bea957712eb00d181be

2013-02-23  Herbert Dürr  <hdu@apache.org>  [90a83191a4be799e0ebe35ec9f3352f399c1d7cd]

        Resolves: #i68503# a SwHolePortion must not be decorated
        
        (cherry picked from commit a69be8d24830305e8d7301fc4646fd803945eaba)
        
        Conflicts:
        	sw/source/core/text/portxt.cxx
        
        Change-Id: I247ac6d623b47d08ac9e2e5f107520241d19af8f

2013-02-23  Caolán McNamara  <caolanm@redhat.com>  [f0ea8c6ba5d2e33341bad9cb49b58ccf9eee92c2]

        various efforts to consistently apply HIG rules
        
        Change-Id: I084a0fbce57c732635e73186ba124fe3b53502d5

2013-02-23  Caolán McNamara  <caolanm@redhat.com>  [e298885c6f6ab762d307877559ca1453acf7ab46]

        allow setting ComboBox max-width-chars via properties
        
        Change-Id: I816c2597492d24f81a61c53ad2dc0125075d01c5

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [fb79d2001aca24aacb8548c1876744b2cc3520de]

        Fix typo, "charcter" -> "character"
        
        Change-Id: Idde59a616b16c52b7369dd67e7a06eab52b334c8

2013-02-23  Thomas Arnhold  <thomas@arnhold.org>  [c4cc63badc506a00ee92e588d47e4f93e22fe1b5]

        sal: update log areas
        
        Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607

2013-02-23  Thomas Arnhold  <thomas@arnhold.org>  [4b712afcabec26e3165d3c7022c8696f28f5bf58]

        Translate German comments
        
        Change-Id: I0c2e38e07c0e108268d63c1994eb3a0a0646cdf5

2013-02-23  Miklos Vajna  <vmiklos@suse.cz>  [d0fc2174a731f75799e6fb990cff7b76835361fa]

        sw: rename member variables missing their prefix in ViewShell
        
        Change-Id: I4ec171a42f589826071d6e9ea2c87e9e2c94fdb3

2013-02-23  Julien Nabet  <serval2412@yahoo.fr>  [93b8b04ae0125a85d92ad0c414969c12e49b301e]

        Fix assignments which are not used
        
        Change-Id: I07f4f45bea211b8f32cb975e0c4c1d19062b1808

2013-02-23  Tor Lillqvist  <tml@iki.fi>  [d372af0897f528a6f5a687e4872dee91df95fec5]

        No NativeActivity, so native_app_glue and struct android_app are meaningless
        
        Leave the NativeActivity-related code in androidinst.cxx for reference for
        now.
        
        Change-Id: I760c02ea361361be2d2b69c4cad1e38311f51247

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [fd56eb98e63b4aac12c9633d5847a3fb964f326d]

        Not using NativeActivity means no lo_main() stuff used either
        
        Hopefully also fixes build for iOS by re-introducing checks for DESKTOP.
        
        Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd.
        
        Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb

2013-02-22  Miklos Vajna  <vmiklos@suse.cz>  [3eaa536ae457391c3826be50b0361f8d0c13cdd3]

        sdext: fix loplugin warnings
        
        Change-Id: I4bca280b352f1df40fe75658e418f2e0cb2430e8

2013-02-22  Miklos Vajna  <vmiklos@suse.cz>  [6ecec31d334218900c9df3d2b558387a5e5f5cf1]

        sal: document oox.ppt log area
        
        Change-Id: I756cae33f408a1b735358da5a15b0462a19e31d0

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [388b72742ae6f93650b9a64e41a30c451dce3708]

        We are not using NativeActivity, nor do we plan to, IIUC
        
        Partially revert 52a8744afee2cd589813f0377d93f821fce7aedd, i.e. once again
        start to remove stuff related only to using NativeActivity... (Because it is
        confusing and misleading to keep it around.) Let's do it in small pieces this
        time.
        
        Change-Id: Ifdc52eb0ae32c7c510418611cbf01a857a8bc697

2013-02-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5aa1307df6da9f8c17fa01d54be4d4184a31b299]

        fix Search->indexOf change
        
        Change-Id: I64eb8128c5719a5e7601f15367342e98140e0789

2013-02-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ecd8b349015ef43bc2407f6ebf2053cb7b3b6c6f]

        Start Center: update hardcoded borders to match the new images
        
        Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [fb1991e7c1b17bd4e3b5e0f9aa572d958eb243f4]

        WaE: ´nLen´ may be used uninitialized in this function
        
        Looking at the change to this line in e904749eb8e1109f9a884b309fad6de5f78ad623
        , I think this line was changed incorrectly. So I won't simply "fix" the
        warninig by initialising nLen to some value like zero, but instead reinstate
        the use of the nCharCount2 here instead of nLen.
        
        Change-Id: Ice4a5cb751a244c38b3cfc4e05e3206cb939484a

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [754bd309dd346f9930a6ede418ab01fcfa5f74f9]

        BitmapView can be a member class
        
        Change-Id: I172cfc0bcad780e99469ac01c9ba7467befe53de

2013-02-22  Matthias Freund  <matti_lx@yahoo.de>  [1fd796f036b0062d79960c153f06da42f75ac1ec]

        Comment translation german-english
        
        Change-Id: I39ad80b9a952462e178be87ca5e53785036cdaf6
        Reviewed-on: https://gerrit.libreoffice.org/2190
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-22  Michael Stahl  <mstahl@redhat.com>  [ad830cacb72ef0a2062706dc80c253f0bcf65cb7]

        sc: insert a temporary String conversion until ScColToAlpha is converted
        
        Change-Id: I35494ccfeba77b173a2d227d1bd2235e81aa2d9b

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [0041d05b560e878ccd28d05268ba73394f681b59]

        cosmetic clean-ups
        
        Change-Id: I951d0f52b12bde4df8cb444a654e6f45c66c5f57
        Reviewed-on: https://gerrit.libreoffice.org/2324
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [f9ec3b34774c0f5822b42a49a28447c5e888de41]

        coverity#736043 Missing break in switch
        
        Change-Id: Ia75cc63035119f243e8145e982d1f5267078c1e8
        Reviewed-on: https://gerrit.libreoffice.org/2323
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [c522001687676327b6f04d0d72a1d45fe3f2b110]

        coverity#738777 Uninitialized scalar field => unused member
        
        Change-Id: Id4ddd4d4581aa35abfab0251737607d794a944f3
        Reviewed-on: https://gerrit.libreoffice.org/2321
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [685c6dadaad760169749c62cdefb4b3ae5a8ddf9]

        coverity#738776 Uninitialized scalar field
        
        Change-Id: I98770ba5cf3179a743d1f3fe0684f12adc65c29b
        Reviewed-on: https://gerrit.libreoffice.org/2322
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [08603e66f9a994418d4e2a2badee3f5a6b3f7168]

        fdo#38838 search replace for String::CreateFromInt32().
        
        I ran the following code replace:
            s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
        
        Change-Id: Ic500593e3a0b593522c9469b18da0145285007da
        Reviewed-on: https://gerrit.libreoffice.org/2280
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [e904749eb8e1109f9a884b309fad6de5f78ad623]

        String cleanup in filter
        
        Change-Id: If9fac2f277550cc786baffe4f89c7181b2d10dfd
        Reviewed-on: https://gerrit.libreoffice.org/1970
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [bb5fa449378d6535932d39f2357c06e181647346]

        fdo#38838 search replace for String::CreateFromInt32().
        
        I ran the following code replace:
            s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
        
        Change-Id: I45edaec4de2481ad45f9bcae2e280d5aca487714
        Reviewed-on: https://gerrit.libreoffice.org/2281
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [6119e15c8b2b19c6ea3c271fb1c9d7e047902e77]

        fdo#38838 search replace for String::CreateFromInt32().
        
        I ran the following code replace:
            s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/
        
        Change-Id: I7c047cf1c90632bddc23ed49f9455d745ac8688e
        Reviewed-on: https://gerrit.libreoffice.org/2282
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Radek Doulik  <rodo@novell.com>  [eb451cbc1aa2f96b1a913d85823ef27275ad367b]

        set document settings / embed fonts when importing odp
        
        Change-Id: Ib7160c3b00399e704cd02a41735b0ff4f13d8554

2013-02-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [046ad9ffad7b4647fcc66291dec73bbb67a7fe85]

        fix string conversion in 1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1
        
        Change-Id: I683002c12f9bb8f053dafea70c889a2881a70b99

2013-02-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3a5ae29f0d2f4467ec75803d6e3b5b461672428a]

        String -> OUString
        
        Change-Id: I5b577a8e0675d7849ca22e24bb99ee2d8602ae6a

2013-02-22  Radek Doulik  <rodo@novell.com>  [f0cd6fe9075cd0aa00162474784ad804a07ed138]

        use document settings / embed fonts when exporting odp
        
        Change-Id: I9e8db1ae08b570f093b13d50bfde823c85cdba95

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [6c68f2c8edb47d8165521ce97799092ab449a9b7]

        wrap max-width-chars in a custom widget to avoid it getting dropped silently
        
        Change-Id: I7ccbd4b2e1aebc84a59bb9000e7322c8aa62ffd7

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [7c760f34a00462d5904d0e2eed4132761c2e51c5]

        Resolves: fdo#60764 sort options can grow too wide to fit on screen
        
        Change-Id: Id3aed9ef251f61710b43ceda1a28c6895e91872f

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [393609f3f702bf5cf34e1495f32e78b75e3d5f17]

        Bin pointless single-child directory level
        
        Change-Id: I03de46fb6c095bb176fd25fc5f803be6d2d89bcf

2013-02-22  Miklos Vajna  <vmiklos@suse.cz>  [0208ead70a9412ccd554fcef3e9308f8ca17037b]

        DOCX import: improve btLr table cell support
        
        The problem was that in case the contents didn't fit into a single line,
        multiple lines were created, which is not what btLr wants. Set the size
        type to fixed in this case.
        
        Change-Id: Ibab1313f95dc16dd0366d21a00109a6f38fa3526

2013-02-22  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5dff2d0822bb299c134a05a64747ce1bb42ad7cd]

        Replace duplicate code from ImplToolItem constructors with init method
        
        Change-Id: I2e2950045d8970eec3d1e04269bfe2ecbc9c3e6f
        Reviewed-on: https://gerrit.libreoffice.org/2267
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [6b59ccd5d4edb981496122a2d78cedaa052f0c70]

        WaE: unused variable
        
        Change-Id: I108ea85db7904e31cbeb1cd2dec89cb1cdf6275b

2013-02-22  Stephan Bergmann  <sbergman@redhat.com>  [fa559f1c416884015d1d83d0a7ac8803e745d9df]

        WIP: Experimental new binary type.rdb format
        
        Prepare cppuhelper/unoidl.hxx for direct consumption by code that currently uses
        registry/ to read .rdb files (e.g., codemaker).  The additional exports will
        need to be properly hidden from general users in gcc3.map (and documented,
        and...).
        
        Change-Id: I5cdff6fe69ab88435972e16dbda2311450f20ede

2013-02-22  Michael Stahl  <mstahl@redhat.com>  [5677e3f2514d5b797c239d99edce0189d5cf364b]

        fix strings more in 1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1
        
        Change-Id: I7d4cf698721fcf972bf35babb6d53369719eed18

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [5f3dacaeef60bec80689ed7b529b3c8bf7823139]

        Try ignoring IPC pipe errors on Android
        
        Change-Id: I906df7fb65226422973e11ad69abdcc4fbd980c9

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [b7777dbf8e84976e0bc77aa1122f3964c29a575a]

        Rename the package and .apk of the "desktop" test app to avoid confusion
        
        It used the same package name as DocumentLoader and the same .apk name as the
        eary sc cppunit test app. Probably having two unrelated apps with the same
        package name causes some confusion somewhere.
        
        Change-Id: I11414b9cd59694eb97d39bfaeac4ed1066ae3aab

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [b02c075a16ff0b198053cf36828056c6e7ab45e7]

        Rename android/qa/desktop to android/experimenmtal/desktop
        
        It's not really a "QA" thing.
        
        Change-Id: I85f7b5610ecd409972b7d504bfc567707d35556e

2013-02-22  Armin Le Grand  <alg@apache.org>  [99501a839f6d777c24bc9210787fd14dc3aad67d]

        #120616# Corrected SVG gradient primitive and it's decomposition
        
        Conflicts:
        
                drawinglayer/source/primitive2d/svggradientprimitive2d.cxx
        
        Change-Id: I04c148303e7153a5376eae79803c540f6eba0b00

2013-02-22  Michael Stahl  <mstahl@redhat.com>  [03a381eaa58d77cf26dfa8d916d1ecda865c1937]

        fix string conversion 1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1
        
        Change-Id: I18f80b5fd6aa11ed78fe2b1bee3cb9f843cf203e

2013-02-22  Petr Mladek  <pmladek@suse.cz>  [48bf145cf4f84703b9920e2cffafbba448ae7ae1]

        migrate even more configuration setting (fdo#57061)
        
        + application windows size
            + I was afraid to migrate any /org.openoffice.Setup stuff
              because there seemed to be many hardcoded values;
              But the parts mentioned in registrymodifications.xcu
              should be configurable and thus safe to migrate
        + „Enable macro recording“ and „Enable experimental features“ options
            + sigh, we do not want to migrate
              /org.openoffice.Office.Common/Misc/FirstRun; thus we need to
              explicitely mention all the other items which is error prone
        + Tools/Options/LibreOffice/Paths/My documents
            + ah, the paths are handled on two locations: /org.openoffice.Office.Paths
              and /org.openoffice.Office.Common/Path
        + Macros
            + I was afraid to copy user/basic because there were some content
              out of box. I though that it might be version specific. In fact,
              the default content is just empty templates that look the same
              even in old releases => it should be secure to copy it after all
        
        Change-Id: Ie1c04e9df36f6b6961bbaaeb922e29d64128ade4

2013-02-22  Stephan Bergmann  <sbergman@redhat.com>  [555d09b57892389fb0c34510da780f31912e47ef]

        Better debugging messages
        
        Change-Id: I7c10329f87edfe5d6f801c0aa70e1f6860780c8b

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [1a4bcd1b0d05f7dcafd7aebeaa0e0e91f6b102ea]

        these stray fprintfs drive people demented
        
        Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27

2013-02-22  Eike Rathke  <erack@redhat.com>  [8970e14d7494859c6079ef2a976416598823ba50]

        resolved fdo#57841 ignore embedded NULL characters in CSV import
        
        Change-Id: Ib0eb044f009227c0aa6e1bc520905d605323c3db

2013-02-22  Luboš Luňák  <l.lunak@suse.cz>  [30fee57e6c8d5d71e744ad61aec8b240a81909b8]

        fix build in debug code
        
        Change-Id: I829699340525b6a1c5840e1162028bd593d2b96e

2013-02-22  Luboš Luňák  <l.lunak@suse.cz>  [55b00473eb09796ff66dcab2d33c67782dcb5230]

        fix incorrect code alignment
        
        Change-Id: I80f181966f0e47ec0030eeab7762a6b7fb0095cb

2013-02-22  Michael Meeks  <michael.meeks@suse.com>  [294d7afb66503af554850c64f4d195f727fa2371]

        silence warning.
        
        Change-Id: Ibf82038c15c9ecf6de502bae1dd21e2393cafe09

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [753628eec23f4b4ba037953f05c1430b5108bf15]

        fix sw build
        
        Change-Id: I2d42420307f359b30cce5422629689bdc964ebd9

2013-02-22  Thomas Arnhold  <thomas@arnhold.org>  [5c89214a80f0284eafaf4eba23243dfe3c9f7193]

        fdo#39674: Rename menues to menu
        
        Change-Id: Idc22167d1a0dc518b3f9e96884213140d07b565b
        Reviewed-on: https://gerrit.libreoffice.org/2316
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

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

        fix sc build
        
        Change-Id: I2c5ad65863a516516f8a944fb1344753e08d6c9e

2013-02-22  Andras Timar  <atimar@suse.com>  [b4a89972cb6a6370224d5de3b88f9e642f93624a]

        fdo#54087 build npsoplugin on Windows, it does not depend on GTK+ there
        
        Change-Id: I033ee2316337dab549f1beddbfb7919a35d73c8e

2013-02-22  Radek Doulik  <rodo@novell.com>  [64cdf8072a79491903c5d1b107c6486b33da04d3]

        added EmbedFonts property, added File/Properties/Font tab
        
        Change-Id: Id2a812c4b5347e2851149a1bd46eaec4b40d0f12

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [805f1ed598ef18157710cf3655d329b09a735389]

        fix editeng and basctl build
        
        Change-Id: I0d70449ad9b42219969c82e2054694c4a5830dcf

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [92ea45dc5d84360b69322194b31390860b4c5414]

        drop someones stray debugging fprintfs
        
        Change-Id: I4423ea0952282ea2b64c72e4cc73e42f0afe4649

2013-02-22  Julien Nabet  <serval2412@yahoo.fr>  [1443a9f7abce965d1ca3ccf0a8f92562ebf82c07]

        [Uu]sefull -> [Uu]seful
        
        Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [45739fad0b1d55e72cc1ed508b8ea33a74219290]

        fix sfx2 build
        
        Change-Id: I17b8ab426e7aabeb5db9d49391e0c1be99e63a51

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [321bd3a06e3aa78f3223ef1aa7a0baac9176f83d]

        more custom widgets for glade catalog
        
        Change-Id: I9637244a7f117496feeb879618a28ba55ced84f4

2013-02-22  Andras Timar  <atimar@suse.com>  [4ad4e50763c0f04a286f7ff784e3cd70835ca077]

        unused local variable
        
        Change-Id: I8d8019b6947c1f989d897389379f2b6bb396cfbb

2013-02-22  Gergő Mocsi  <gmocsi91@gmail.com>  [1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1]

        fdo#38838, ::rtl::OUString, String to OUString
        
        I have cleared out String and ::rtl::OUString calls in module dbaccess/source/core/misc.
        It was mainly file dbaccess/source/core/misc/dnstypes.cxx , and it's usages. There are
        still some calls in dbaccess for this class(ODnsTypeCollection), that needs refactoring
        (eg. in file DbAdminImpl.cxx, method "String ODbDataSourceAdministrationHelper::getConnectionURL() const").
        Remaining calls will be my next task (in module dbaccess). I also clear out deprecated macro
        RTL_CONSTASCII_USTRINGPARAM every time I find one. The class I've mentioned above
        (ODnsTypeCollector) is OK.
        
        Change-Id: Ia0f3bb8cc649d1ecf8decc093f8a1a20ee23c33c
        Reviewed-on: https://gerrit.libreoffice.org/2289
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [fc090acf829d0053c0a611acd73f08b51128031d]

        Fix misspellings detected by https://github.com/lyda/misspell-check
        
        Just as a test to check the usefulness of that tool. It needs some improvement
        before really usable.
        
        Change-Id: I875e79c1992ed5f3b695736b0d49938ad0ba2d55

2013-02-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ea4581a914cb1aad29f16b73e35350f05f8adc1c]

        We need to escape special characters in slide names

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

        Updated core Project: help  289af485bb9a21cb97426c7721ff144f1392edf6

2013-02-22  Andras Timar  <atimar@suse.com>  [443f058da182e83bb2099a8aacfecff90d94a9a2]

        Updated core Project: dictionaries  892bb8a4b02d261d9fda2648f595139c06b59913

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [6fb6bc4b4e45df954dc0ee0d5a53d35dae686fa0]

        adapt code to New Toolbar Dialog .ui conversion
        
        Change-Id: Ie1b7a0cf5fbb9dbfc04a07bb58d5f55f83a096f3

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [7d7eb08e182732ae3217a5f506d1a50384575b48]

        add in some extra columns to eat extra whitespace
        
        Change-Id: I85c556a5f3ed3934c409f0ee5e0b4454bc5b7728

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

        add some more custom widgets to the glade catalog
        
        Change-Id: Ieb6e282225c7e7a94c93653c009400d1f77f657f

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

        align color list box to start
        
        Change-Id: I819bb12dc694fa6ee2da803e41d0098f66c06c3d

2013-02-22  Caolán McNamara  <caolanm@redhat.com>  [31d78bac6ca0f09e0f0fb2858c5a1bd2864fc9aa]

        various efforts to consistently apply HIG rules
        
        Change-Id: I045871d1f6c0dbd1baf1df82b196763d374bec38

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [78425b0df6462a3c63c3b0241f0d71d464bb7b0c]

        s/heigth/height/
        
        Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a

2013-02-22  Takeshi Abe  <tabe@fixedpoint.jp>  [59e8e8151ae1f13a5a08d0af81c499413c15bc4d]

        sal_Bool to bool
        
        Change-Id: I33bb3e133b49fad6503aace3afda65c3b3371da9

2013-02-22  Andras Timar  <atimar@suse.com>  [d66ade0944ddedc7d802518a74f9eaf3c6913499]

        fdo#61138 add Catalan autocorrection data to makefiles
        
        Change-Id: I88dabffc98825d6e7df14165d448302697cebe21

2013-02-22  Joan Montane  <joan@montane.cat>  [860663f22a1a4bee420ecf3d84b759a6f68c4b51]

        fdo#61138 add Catalan autocorrection data
        
        Change-Id: I5f28e8968bc993c2f5b545919f1a26929038f882

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed26c01be15ebc9031ee5ef709d88d524f0fc16d]

        quiet external module build log unless failure
        
        ExternalProject usually involve a configure and a make
        step that produce a bunch of output usually irrelevant
        including a large number of warning and other mess.
        now that everything is pretty much in tail_build
        these output get interleaved with useful output from
        the build of the product and actually drown them in a logorrhea
        of messy noise.
        This store the output of external modules in a log file
        and only print them as a whole if the module failed do build.
        on a non-verbose build.
        
        Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647
        Reviewed-on: https://gerrit.libreoffice.org/2304
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Noel Grandin  <noel@peralex.com>  [c04c95958030bd4872fbbc0b3d4bc996fb041488]

        fix for fdo#61187
        
        ... "CRASH when click 'Add' in EXTENSIONS Manager to open LibO File Dialog"
        
        This one must have been broken for a long while, because it didn't
        even implement XFilePicker before.
        
        Change-Id: I7c5d4e4c3ba14f4c6dffa91a25a745e6ca51ec37
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [616c6924f18911fce110918edf05ed2f4e52dba9]

        s/the the/the/
        
        Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ca8407b403bf97a472ce2ade7e3fa1cb588cf24]

        coverity#707499 coverity#735400 coverity#738541
        
        Change-Id: Idc00fe9ad5158043cf2eee652567581111c89177
        Reviewed-on: https://gerrit.libreoffice.org/2277
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [558e956403f03c7c463597138c43ca1322b5d84b]

        coverity#704204 Logically dead code
        
        Change-Id: I0a8dbbb3dbe7408e6f4d92c0bbebdaaa7d882f01
        Reviewed-on: https://gerrit.libreoffice.org/2271
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [41b9d58fb94234964d378e27e6a5a49db9023277]

        coverity#982817 Out-of-bounds access
        
        Not sure if it just is coverity's parser that get confused or if the
        compiler can also be confused in that case.. but it does not
        hurt to be explicit, just in case.
        
        Change-Id: Iba9df7122584272645e7fb241c3f5fd2ed4481d1
        Reviewed-on: https://gerrit.libreoffice.org/2250
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [8abb2f4d57b54c42429e64302dd716bdc2b73d79]

        coverity#982288 Logically dead code
        
        Change-Id: I4fb90cb00829bc4be7d050521215528de4748d76
        Reviewed-on: https://gerrit.libreoffice.org/2245
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [931f62a52085d78f81a12f277808ff9cfc6c9078]

        coverity#735579 Logically dead code
        
        Change-Id: I68a1dc0926b1310b196212e0ec602cc9d78b43de
        Reviewed-on: https://gerrit.libreoffice.org/2230
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [0be1b5f4a64b53aee054d29db2bee2eb37f5131e]

        coverity#982735 Negative loop bound
        
        Change-Id: I597cd1204b0b7f5c7351482c3cdd00fc6111218a
        Reviewed-on: https://gerrit.libreoffice.org/2224
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [975e2694762e011f7028755c140151fb4fdc6b1f]

        coverity#705782 Resource Leak
        
        Change-Id: I8346d3fd2ce4345cc9a352abb608cfec5f6939f4
        Reviewed-on: https://gerrit.libreoffice.org/2223
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [50ba5ad06a6ceca436f0bce35019ea4f25f8aed0]

        coverity#982249 Unchecked return value
        
        Change-Id: I959599c899b489aa42ccce60c6794869041522a0
        Reviewed-on: https://gerrit.libreoffice.org/2222
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [21f13f91f905d606687f113c4c0c90c6aa6c1196]

        coverity#705976 coverity#7074977
        
        Change-Id: Iaedb5fcd87a24f478d7c4a9c25e32cd2d0ee55da
        Reviewed-on: https://gerrit.libreoffice.org/2221
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Miklos Vajna  <vmiklos@suse.cz>  [d1dc850cbb6072d26a26aa8d183002a50c548cfc]

        scripting: s/pathes/paths and s/Pathes/Paths
        
        Change-Id: I58d8e8dc9c6a6864206d923165d075114368c866

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb82f5c1e946333781779cd21ab64aa19f02cd85]

        coverity#982443 Explicitt null dereferenced
        
        Change-Id: I470c34c38eda673e6663b23cdb28ea4be0bef914
        Reviewed-on: https://gerrit.libreoffice.org/2218
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [13ed66c9ce46d7f9ec9f670544e6fdf440412c72]

        s/Whith/With/
        
        Change-Id: I098290a33a3d455594bd200034b279eef02c792b

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [2926bd4d6bce5115e4de8e8e155cbeb9fd66e3a4]

        s/whith/with/
        
        Change-Id: I23da81c182ad30faf871d98e55820295418207d0

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1ccb1eea871ca4064693b58d2926d4939018614]

        coverity#735665 Dereference after null check
        
        Change-Id: I9d217789116602838dabbf93e81ab8d0467c5c7b
        Reviewed-on: https://gerrit.libreoffice.org/2217
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0300c1ade9f336c68c8ad992d89443f48021283]

        coverity#735664 coverity#736134 coverity#736135 Dereference Null
        
        Change-Id: I1a5c7d7bb2d60a43bb6197fc04a01d981a1396d1
        Reviewed-on: https://gerrit.libreoffice.org/2215
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [3b5bbb3d3b38add89b03a8e5b05db3b482431865]

        s/pathes/paths/
        
        Change-Id: Id832119cc6da885372e56c2119e3bc3b31a7b825

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [0c317af38ae4c91f7472789cd53c571825610d0f]

        s/childrens/children/
        
        Change-Id: I1731710811506383d29c835a613b07506e7232f0

2013-02-22  Tor Lillqvist  <tml@iki.fi>  [956002dc4448ced19348b31329ac114b3b65516e]

        s/bAllWays/bAlways/
        
        I assume the word "always" is what is meant, not "all ways".
        
        Change-Id: I95a2d98f3a6ef49cf52341fbb6d8a8c90e3ee27a

2013-02-22  Miklos Vajna  <vmiklos@suse.cz>  [39566f99257192a1a346c751001c6a699fa105a5]

        SwFntObj::GetTextSize: clean up ascii-art
        
        Change-Id: I39a2d3128e5b8f09f1cac895205dea683a4abd17

2013-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d48faab3d6a339f0c2ccba3aeb85d32dd45636f3]

        some clean-up in the comments
        
        Change-Id: I373d315ccfd5580efd5d4b860280ed29fc77b4e3

2013-02-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a51f2248a6fe377a9306f4ed5c7db6ca26d0244c]

        fix problem with \0 in string literal
        
        Change-Id: If605c111a1d921e404c4aca12d28c558a6659987

2013-02-22  Michael Stahl  <mstahl@redhat.com>  [0e72992d7492f36716e73068f9f93d9f25da9b02]

        libxslt, redland: properly quote rpath $ORIGIN
        
        ... so it can be passed from make to shell to configure to generated
        Makefile to libtool to invoked gcc without loss of valuable dollars.
        
        It is an open question to which extent this commit should be credited to
        the designers of sh, autoconf, libtool, make, and/or Solaris ld.
        
        Change-Id: I0709a49d7025dbfda4d9c0e7202ea932ec85e0cb

2013-02-21  David Ostrovsky  <david@ostrovsky.org>  [cad65120c6da901bf9fe33ab16ad22217efed0c0]

        Revert "embed also system fonts when embedding fonts in a document"
        
        that's enouph breakage for now.
        
        This reverts commit 596bd0f61f8cfc957410148ae221c62331067bdd.
        
        Change-Id: I992f439a9a099e47115a30b3d745848f3af09e5e

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [a07dd698bf8044db1c13dbd81a5bc6e62225788c]

        Remove leftover debugging printf
        
        Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [dbcd4e5fac5e48753d6cfa5c80ff3d4ce12a1894]

        pFTOblique is unused
        
        Change-Id: I20c70299e6e91883dd5ee45b09268f543fd5e1c8

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [8d784611e2e89f03e88bf35b97be87c0132aa5c0]

        FT_GlyphSlot_Embolden() and FT_GlyphSlot_Oblique() return void
        
        Change-Id: I40e0edeeda7158c6209b3eda124587e2da4df8d1

2013-02-21  Michael Meeks  <michael.meeks@suse.com>  [dfd17e881b1fdfb08021dc7b098e8b54b7b83ba3]

        remove un-conditional 20 second sleep on-start for now.
        
        Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [47c46638f1a6eaa6e58844d6da56ebf673791cbc]

        Need the spell library
        
        Change-Id: I381386852e20bf0424f3189099b10bb33de98bc8

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [e459f5128a8f522ed3d5cf6fa542c0d75f96c07f]

        Need the protocolhandler and spell libraries
        
        Change-Id: I88b514326be80e56053a28f4a434162fd8d4397b

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [aeebcdf5bbf3fc1b91d9bc01a160f74952910fc4]

        Just link directly to the bundled static libfreetype on Android
        
        The dlsym() crack found the system (but non-public) libfreetype symbols, and
        that seems to be incompatible and caused the app to crash.
        
        Change-Id: I9b0bcac098d7cb3560640de3dfc10f51569c462d

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [8656ff7212e319cd96d799ee0f2f8bb156ad6d71]

        Do strip the .so that will be included in the .apk
        
        There is no use for non-exported symbols and debugging information in the .so
        on the device.
        
        Debugging with ndk-gdb uses the non-stripped copy of the .so located on the
        build machine and works fine (as fine as the NDK gdb can work) even if the .so
        that is actually running on the device includes no debugging information.
        
        Change-Id: If4e77284a74427261eefac0e167ed42161c773f8

2013-02-21  Michael Meeks  <michael.meeks@suse.com>  [4d258787559426e1e2a0279888eb669622889899]

        android: finally starting and rendering at least something again.
        
        Only renders on very-first-start after install (oddly).
        We initialize vcl in it's own thread to avoid problems.
        Thanks to tml for fixing a linking issue.
        Change-Id: I960d11c6098681356fea0634970545aa9af9bacb

2013-02-21  Michael Meeks  <michael.meeks@suse.com>  [52a8744afee2cd589813f0377d93f821fce7aedd]

        Revert "Clean up remains of NativeActivity-based Android app support"
        
        This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140.
        
        Conflicts:
        	sal/android/lo-bootstrap.c
        	sal/inc/osl/detail/android-bootstrap.h

2013-02-21  Julien Nabet  <serval2412@yahoo.fr>  [f68cd77923ed996c372e6814d615c6faf635626a]

        Fix type unkown -> unknown
        
        Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0

2013-02-21  Michael Stahl  <mstahl@redhat.com>  [e052f55236e2cdd4ebe6a126b570415b5a1b4ea5]

        spurious warning C4701: potentially uninitialized local variable
        
        Change-Id: I37f96df0ca6003bd811f156448e6b4990d2222aa

2013-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [b30d961ab590327ff18cfc12ee4eda396a5ebee6]

        orphaned variable in config_host.mk.in
        
        Change-Id: I6a6fd3e1e749b9a7adebdc4bf615e9b523b427bd

2013-02-21  Eike Rathke  <erack@redhat.com>  [b9a51c0b1e000865921e0bd4b84827e6f6f12556]

        assert "can't happen"
        
        Change-Id: I896e29b04568b351517612a1ac161dca5717dfbc

2013-02-21  Eike Rathke  <erack@redhat.com>  [9287760846655c85a564c5b8b546770762121a43]

        prevent out-of-bounds access for old binary non-UNO add-in function
        
        Change-Id: I6bdce23059d7db337fff0d4eb215b2acdaf18c93

2013-02-21  Michael Meeks  <michael.meeks@suse.com>  [6b300173343e74531c516e24cd931e35d747b84d]

        parse html filter options more legibly.
        
        Change-Id: I951d26df9c99f47b3e1415b96efaa050adf82892

2013-02-21  Tomaž Vajngerl  <quikee@gmail.com>  [4e7949974f44e9b1c7b6bae5e8f78234ff860e45]

        fdo#59793 Make compress graphic dialog strings translatable.
        
        Change-Id: I8b42a6c047f95aa567f520db81699c83a115a6c7

2013-02-21  Luboš Luňák  <l.lunak@suse.cz>  [596bd0f61f8cfc957410148ae221c62331067bdd]

        embed also system fonts when embedding fonts in a document
        
        Without this, only fonts that had come embedded with the document
        were embedded when saving, which meant that it was impossible
        to create new documents that would have any fonts embedded.
        
        Change-Id: I3b4e87b1b3ca5ae1ccfe29d9b571b0262c568dcf

2013-02-21  Luboš Luňák  <l.lunak@suse.cz>  [895dc882c451bcc03236267d3ce33be218451721]

        generic integers to enums
        
        Change-Id: Ic43283b9e1666c0f2162e277dc79fc6f992ef616

2013-02-21  Michael Meeks  <michael.meeks@suse.com>  [93363ff6ba8198e83417eb805b9342e8711b8c09]

        fix snafu that crept in with 5da5cd60acb7a18878300da7f4b0acb0dbad1888
        
        Change-Id: I391a415e0f4bf3813637191ef04c0b5f72a2c470

2013-02-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3d46b39491af97ba360fb92182501e6b399f4f56]

        n#779642: Import vertical layout mode from VML elements.

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [38302b308559b8e34916a07ea3a160085c596c2e]

        split up redline dialog and adapt redline view code
        
        Change-Id: Ib185eacbd0b4123ec947d116076358794bf42d46

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [4870fc155ff789a1d002eebe3d2bd7e199ea0e28]

        add SvxSimpleTableContainer to glade catalog
        
        Change-Id: I81f6022602caf9f2b23a7de70f297bb5360a9397

2013-02-21  Luboš Luňák  <l.lunak@suse.cz>  [c7ae5af3d8e362986f3a8ccc612e0b4370e9d199]

        fix NULL dereference
        
        Only the Clang tinderbox fails here for some reason, but e.g. code
        in ww8par5.cxx check for non-NULL too, so it's apparently possible.
        
        Change-Id: I985445f7727560116813aacbca40c0e7c0a4863f

2013-02-21  Stephan Bergmann  <sbergman@redhat.com>  [ed316fc677eded381bb7d90783f54834eb6df078]

        osl_atomic_increment/decrement are macros
        
        Change-Id: I3a294c5c800597f3b17395e1e02944f5279e3753

2013-02-21  Luboš Luňák  <l.lunak@suse.cz>  [712b33cdbbad997db327115145110fbdee09f2f8]

        pass the storage to the XML import filter
        
        The Calc case of 73a24e709396e4dd906b8cfbd7719e51f29dd3a7 .
        
        Change-Id: If280dab5bac7fa7719840ebba51bdca61b9d8c2d

2013-02-21  Stephan Bergmann  <sbergman@redhat.com>  [925e14220ef51ec31604d94ab02d8ae3f37b7d43]

        osl_atomic_increment/decrement are macros
        
        Change-Id: Ib2d61e436d625ac89defe718d4cc1d866d538397

2013-02-21  Joren De Cuyper  <joren.libreoffice@telenet.be>  [bf61cf8d76e20d444e8617f560e4f44899f4120b]

        Missing break in switch sidebarwin.cxx
        
        Change-Id: Ia195511369c315cf865fed321edc1ace2c82443b
        Reviewed-on: https://gerrit.libreoffice.org/2299
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-21  Luboš Luňák  <l.lunak@suse.cz>  [68b207d08bf0c0197a7309cc58da8b8af6727398]

        fix build
        
        Change-Id: I7b0e5776771d0da41b422fe235598710f7175357

2013-02-21  Andras Timar  <atimar@suse.com>  [c4a00457a873cc6b72e7b1dd70ca16db56a0aac8]

        convert Turkish AutoText files from old binary to zipped XML
        
        I wonder when the support of old binary format was discontinued, but
        at least in LibreOffice 3.6 it did not work. I converted the files with
        OpenOffice.org 1.0.3.
        t Please enter the commit message for your changes. Lines starting
        
        Change-Id: Ie68371b613ab0464eefe909d083dbb8567623a2b

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [93b850b2a3db792468f5e70272b22fb76aff474f]

        remove unused hids
        
        Change-Id: I02343ca6fe9d0c642cd8ebf4723582c7c25889fb

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [128910b6c338cc78822d405e2dc03acc02bd48d8]

        HIG, consistent border width for properties page
        
        Change-Id: Iacaa53c167230d40bd7e68216ff9deb97c528063

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [17495126cc138e45a0f8f8ec390eb35eb06dec25]

        Updated core Project: help  7a607b7a563b85f5c0b884e8c32c4791c14cd66f

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [a3f891168341da8de9085b4f71f6d17eebbe1297]

        split up redline dialog and adapt filter page code
        
        Change-Id: Id6fab654b4c92aaba753e7099923efb135a0bdd8

2013-02-21  Noel Power  <noel.power@suse.com>  [db28ed792e08d3eef3e901eaedb255bdc66d1db1]

        adapt writer to use centralised font dialog and fix some minor bugs
        
        fixed incorrect return of EmbeddFonts property and also make sure that NotifyEmbeddedFontRead
        is called on reload
        
        Change-Id: I085f50ff88bbf73b5dcdb9630b6c5844430a47c2

2013-02-21  Noel Power  <noel.power@suse.com>  [c4a8e6b62e80d79d98743af022b3d5e5d1f22f51]

        clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tab
        
        Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9

2013-02-21  Noel Power  <noel.power@suse.com>  [1d0f45ee2efb5dc8d3c40f33ba1494807c117729]

        basic support for writing embedded fonts for calc docs

2013-02-21  Andrew Branch  <andyb1.lod@gmail.com>  [868cb16417f7a4c9bdbb55b6262eddad3db6dc14]

        fdo#57950: Remove some chained appends in filter in sw/access
        
        Change-Id: I9f3b44d6ea154d628dd59e31d9403097809a2853
        Reviewed-on: https://gerrit.libreoffice.org/2300
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [437b044caea90badab6f99dc609ea07e37dc5feb]

        clean-up the output and simplify the MOZAB driver config
        
        Change-Id: Iff63e4dd2471d5b5c0e7c52344d694a0e46ce6a0
        Reviewed-on: https://gerrit.libreoffice.org/2305
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-21  Stephan Bergmann  <sbergman@redhat.com>  [cc7c1110b2ae099925430de8a8faf5f8abf258a7]

        Missing "lib:widget delimiter from : to -" change
        
        Change-Id: I131ead5269fb0815de0e96fa268358461d45e47c

2013-02-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ff65f9af46e1b63d17038ebf1229f974dcb7a92b]

        windowsize must be a MetricField
        
        Change-Id: I360de01d1afa129bec2dc9aabfb16820ec5e3269

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [fc2f3ce3c1beb845368a29ebaa29b1c90f4d1469]

        add a mechanism to load date fields from .ui files
        
        Change-Id: If546e2f5c0f4b58d1306c737bf69799e8033c5c0

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [d48d8c5da8c51d7b87a609932d28db6ff132683b]

        add a glade catalog so glade can manage our custom widgets
        
        export GLADE_CATALOG_SEARCH_PATH=install/share/glade
        
        distro maintainers can link/move this to
        /usr/share/glade/catalogs
        
        Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [aa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd]

        change lib:widget delimiter from : to -
        
        because glade catalogs don't allow : in widgetnames
        which blocks making a catalog for our custom widgets
        
        Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81

2013-02-21  Stephan Bergmann  <sbergman@redhat.com>  [e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233]

        This apparently wants sal_uLong, not bool
        
        Change-Id: I0cf295ea2f83908d98427ae1f3bb6fa1dbbd0b12

2013-02-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [81e065b0ec2764ef44116512631d2ae8260df47a]

        Don't download a zip we don't use
        
        Change-Id: I57f85796896dd3d76096922c53fc3c2de58eae4a

2013-02-21  Tor Lillqvist  <tml@iki.fi>  [f6991262cbaca21f576483b6ded35c532cda90e1]

        UNO_TYPES and UNO_MORE_TYPES must contain file: URLs, not pathnames
        
        Apparently it (by accident?) used to work to use pathnames.
        
        Change-Id: Icebda427cef645ed53594e179c211d2a9d020583

2013-02-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [36c64bc194714d60a5c18f63bcfc0f721c2056db]

        n#779642: table positions need to be stacked to handle nested table

2013-02-21  Stephan Bergmann  <sbergman@redhat.com>  [b6ff19fba3a1a6d65134539a71d7a8df0e35d4ff]

        Clean up code that sends and recvs strings accross the OfficeIPC pipe
        
        Change-Id: I5e85d5e0e4e53f3c61e59430afea15028444018f

2013-02-21  Takeshi Abe  <tabe@fixedpoint.jp>  [f2f8c9d37f5225c07e383141cb4f602f5339b926]

        sal_Bool to bool
        
        Change-Id: I32c25b53d13c4537b2a89a1976deb14232a04e00

2013-02-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2939a57e11a5dc8cadecdc5fae46ee17172ce110]

        Don't cripple the icu data
        
        CorelDraw and MS Publisher importers use icu for conversions between
        8-bit character sets and UTF8. In some cases even between UTF16 and
        UTF8. Thus we need the relevant data. Use the default icu-provided
        data for the while.
        
        Change-Id: I7914bf8a792cf72b34335a0a423b2304b30a26b4

2013-02-21  Andras Timar  <atimar@suse.com>  [a3a93ad2987bb702ed643f190b7f55ef9ebd8880]

        unlocalisable filter UINames
        
        Change-Id: I6785329d718ef9a1196867d8fd7c318ec336b10c

2013-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c351c32ea9b34f7b798c2487854753bb4693110]

        delay importing all drawing elements until content is loaded, fdo#60488
        
        Otherwise charts with data ranges on other sheets will not be painted
        correctly as the data is missing when the chart is rendered for the
        first time. This was not a problem before the cached value import
        because the hard recalc would have forced a repaint anyway.
        
        The new way should also be a bit quicker.
        
        Change-Id: Ieeee6a010a4dffad6ebe2264b8312f93b16d9c87

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [0a967d4cb4468785ed3d302104642353b93232f2]

        fix win build
        
        Change-Id: I42506c15f62329fb2f5733f0c34e4bb1b4d27f13

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [09e93552bef88d0842621a7c2e48684a10075df1]

        XubString->OUString
        
        Change-Id: Ie110963f0b54bd2235d088a886db3f16e397bd86

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [7c4dcdc43712ed494dcbd2aa6971ce22069e1fdf]

        mnemonic got messed up on cut and paste
        
        Change-Id: I7b9459c685c73c79b9dcf0213fbe33b2d45976b7

2013-02-21  Caolán McNamara  <caolanm@redhat.com>  [c133c2e8b6ed97026e183e940b112b3bbbf53dfa]

        various efforts to consistently apply HIG rules
        
        Change-Id: I75fc6a0e4edb77bf236110165049c33bbeb05ed5

2013-02-20  Krisztian Pinter  <pin.terminator@gmail.com>  [9a8cc22f88b1274b2f254c6f6adf1ad76b8304dd]

        RTL_CONSTASCII_USTRINGPARAM removals
        
        Change-Id: I389c863f7ea83071a3d3b43a33f505e9e1ce7d16
        Reviewed-on: https://gerrit.libreoffice.org/2285
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-20  Krisztian Pinter  <pin.terminator@gmail.com>  [1a5c827302bfa0f6fcc5d2e6a6fcbf52c370455d]

        RTL_CONSTASCII_USTRINGPARAM removals
        
        All RTL_CONSTASCII_USTRINGPARAM removed from filter/source/pdf
        
        Change-Id: Ic4a5ae8ca8476a1498e7fca5a06c4f465d45749b
        Reviewed-on: https://gerrit.libreoffice.org/2284
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-20  Krisztian Pinter  <pin.terminator@gmail.com>  [73f866aa6161146d2a96e3e9b65ce18ca25ca2c5]

        RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removals
        
        All RTL_CONSTASCII_USTRINGPARAMs removed from canvas
        
        Change-Id: Ie62d080eb58a05f7bb18aa1cc2f518c951145460
        Reviewed-on: https://gerrit.libreoffice.org/2283
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-20  Krisztian Pinter  <pin.terminator@gmail.com>  [d05287a9f1bd1aa82d4485013248bb24e692c6b6]

        RTL_CONSTASCII_USTRINGPARAM removals
        
        Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2.
        
        Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d
        Reviewed-on: https://gerrit.libreoffice.org/2244
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-20  David Ostrovsky  <david@ostrovsky.org>  [b0e42ed2985a5a00d8523139b1ffd1e72c747304]

        fix build breakage: ENABLE_SCRIPTING_PYTHON was already removed
        
        Change-Id: I22cfcb848fbf7e9568fd4e2a43994ed361a8e1a7

2013-02-20  Julien Nabet  <serval2412@yahoo.fr>  [eda11cbfaf974905183ea10e4ffa89b90a401d98]

        Some cppcheck cleaning
        
        Change-Id: I0b9d3b5f8283e2fddc96b220a755ba6bcdd11606

2013-02-20  Stephan Bergmann  <sbergman@redhat.com>  [116fdcfa2785fa0c04bbeb40042f0897f07e689c]

        -Werror,-Wsign-compare
        
        Change-Id: Id240e2eb51e3ac40f13f813386a21e97ab1e9ff1

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [76bc43823a53d76e49260a601e893bc1a791fb03]

        various efforts to consistently apply HIG rules
        
        Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88

2013-02-20  Stephan Bergmann  <sbergman@redhat.com>  [68e4b28cb43287af3ef03da02de2f7347cbcfab3]

        Revert "Don't cripple the icu data"
        
        This reverts commit 9b60017d351858781aadc2566660a25e9784ef4a, which
        caused build failures
        
        [build PAT] icu_data
        /bin/sh: line 0: cd: C:/lo/core/workdir/wntmsci13.pro/UnpackedTarball/icu_data: No such file or directory
        
        presumably because icu/UnpackedTarball_icu.mk explicitly references
        $(call gb_UnpackedTarball_get_target,icu_data).

2013-02-20  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [2cff4034576d1a0b1a3e7a3720a13ba654cc9312]

        Converted Edit -> Changes -> Accept or reject Widget.
        
        Change-Id: I70f53ce73bf8e0c96b588fb15ec2a6bcd845e8da
        Reviewed-on: https://gerrit.libreoffice.org/1963
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-20  Stephan Bergmann  <sbergman@redhat.com>  [a14eedf997daf30379ceabc1933273360d4d3188]

        rhbz#742780: Let make OPT_FLAGS=... override SDK optimization/debugging flags
        
        Change-Id: I639fa16f74342b108a395d7d0335d116f96677f1

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [dd9336e89f809712b86f596f796cef6125917fff]

        make top of format->background align with the other tabs
        
        Change-Id: I11c6271ebee62938f89c03c82e02adc2e0d3a1f4

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [a1234aa42f6d1a5cbfde23682946a14fddb4652e]

        move options dialog to cui
        
        code is not adapted yet, because we need to still support lots of unconverted
        option pages and its far easier to convert this over when that's complete
        
        Change-Id: Ia5c744903b02fc3e6acbc4e6313cf33021720588

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [bdfb8fe508771813082a30effaa9c5935f7bde0c]

        move options dialog to cui and adapt code
        
        Change-Id: Iac65d2fb670ccb505240d3cc2380ebb500040bf5

2013-02-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9b60017d351858781aadc2566660a25e9784ef4a]

        Don't cripple the icu data
        
        CorelDraw and MS Publisher importers use icu for conversions between
        8-bit character sets and UTF8. In some cases even between UTF16 and
        UTF8. Thus we need the relevant data. Use the default icu-provided
        data for the while.
        
        Change-Id: I053b37d875cacc6eaf9637404639f330a34ddb50

2013-02-20  Andras Timar  <atimar@suse.com>  [b37a07f2da6c4fcc1a01cc3ea547c558c23edd71]

        typo: allways -> always
        
        Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841

2013-02-20  Michael Meeks  <michael.meeks@suse.com>  [28300209604ee1bb8e5050322b29e95a07f679d8]

        fdo#42122 - truncate files that shrink to avoid dictionary corruption.
        
        fixes a nasty apparently introduced by 7e01bc8d28ffefd4539a5eae2587e1f7da0999e7
        
        Change-Id: I8227cb49a5dfa885d4dc38ce353a356bb5ed8a69

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [48a3e86ba752926631117b5e3a3d888e0a11e309]

        move view options page to cui and adapt code
        
        Change-Id: I16f9c1fb1cce0a673255468a4dd5492683ad4298

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [6145c6efa4f346287ed9693c9d00038d829d5a35]

        fdo#60789: writerfilter: do not insert a character at field start
        
        The character inserted in DomainMapper_Impl::PushFieldContext() causes
        problems in this bugdoc because there is a commentRangeStart immediately
        before a text field and the call to delete it via setString("") disposes
        the SwXTextRange that is stored in m_aAnnotationPosition.m_xStart,
        which results in an exception when trying to insert the comment.
        
        At least all the fields in the bugdoc import fine with this change.
        
        Change-Id: I6c08d72fafb0529e8612f1e35b2c8b871edb5a52

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [4c165c708ce852b4d52527422b327b2f6ad73685]

        fdo#60789: writerfilter: continue the import if comment insertion fails
        
        Catch exceptions in DomainMapper_Impl::PopFieldContext().
        
        Change-Id: Ia60857a5f773c9d89217991d481a5f20d0de3151

2013-02-20  Andras Timar  <atimar@suse.com>  [83b4703137fdf49304e41202cc91a5574b2e53e7]

        fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionally
        
        Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd

2013-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [41095e934bcd83e08a472c8fb53743cd3f8e926c]

        respect nDelFlags, fdo#57661
        
        Change-Id: I77d3e1f537b59504125d66f66f691d01f8f23894

2013-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de1c23bb7dc952b6b279d0f7505509486c3b5da6]

        respect local number format in cond format dlg, fdo#60574
        
        Change-Id: Iec185ac6c6447176731619249cdda4457f1bb8a3

2013-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2bc95ebcb9ac66b32ea03f3ccd5996304e910fa1]

        automatically extending cond formats is dangerous, fdo#60828
        
        Change-Id: I45549e163f21550e879a171d80e836b6df3dd2cc

2013-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [beea592413f5e5661c3fa7ef2c38b0a20b2627a4]

        coverity: passing by const reference is more efficient
        
        Change-Id: Icee079458f0b4624281a2fdef1ce8cd6d6b900b1

2013-02-20  Thorsten Behrens  <tbehrens@suse.com>  [6af2468cf0a6c231747c24fd057a8cb90cbbe11d]

        Fix fdo#59970 slowless of about box rendering
        
        Prevent creation of transparent bitmap at arbitrary scale, and
        subsequent scaling down. For remote X, that even has to fetch
        pixel back from remote side for manual scaling.
        
        Change-Id: I58e011231f2b81b913a6b02dd973385ef5664379
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2013-02-20  Petr Mladek  <pmladek@suse.cz>  [2b3d675f0bb4a1b37ad502a67b1719b2fc3fc364]

        fix dependencies of the obsolete stdlibs package on linux
        
        The old version should get repalced by the ure package. It should also conflict
        with the new ure package.
        
        This commit adds support for %incompat epm tag. It produces conflicts in rpm
        and deb. It can be defined in setup_native/source/packinfo by
        linuxincompat.
        
        This commit also removes obsolete hack for debian dependencies.
        libreoffice-bundled conflict is mentioned in the desktop-integration package
        these day. The hack in epmfile.pm was not used because no package
        used "replace" tag.
        
        Change-Id: I5e9cb89a6108c22c61287fce1ffc6baf3f618d15
        Reviewed-on: https://gerrit.libreoffice.org/2260
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-02-20  Tor Lillqvist  <tml@iki.fi>  [2d907dcca7edde8cd02446cf7322556095ba447f]

        s/FaultBack/Fallback/
        
        Change-Id: I9ecf4f57770151c1e4976c57d1f93982f35ac0fb

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [631ff4582706ef0535222a10c211e56f5a546fc8]

        remove ugly padding on empty rows
        
        Change-Id: Ie29bb736343e854865aa0eda4dae031931d30d0d

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [4999a4b5376a4af26e106b303a9b334f1170ff9d]

        configure: LCMS2 needs same treatment as WPD etc.
        
        Change-Id: I2b8f0dd4579c97471653de9f0aa777aa7f5306a8

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [7d7c1e7fcf33167e6608e5f8b5c2376b3a172b58]

        drop unused hid
        
        Change-Id: Ife098c39997dad8568f004ad623e9001fc4f3a87

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [cac91feccb17d7105157040a28483fde5354e9e1]

        Updated core Project: help  bf70fe53f234c712ff047607b186a4687acf8675

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [c8d064df25b4c78e9201c2f12883ff631304eb13]

        Revert "trying to fix the external/external visio/wpd build"
        
        This reverts commit 28287fcfeee5a50a90f6690b752aefea1f0a695b.
        
        Need to depend on the package, which has a dependency on the project
        itself.

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [5f1d9876a26cc9bc6553a65e2335bd87e13789a2]

        move (rather dubious) accessibility name assignment code to .ui
        
        Change-Id: I50dde15f4a13f0325c96330dbdc0cc8c74bb6cb6

2013-02-20  Caolán McNamara  <caolanm@redhat.com>  [4c2ff9d048addd680799bf4aa28c5bb7b68eec71]

        Resolves: fdo#30862 move user options page to cui and adapt code
        
        and make initials area and zip code areas wider to address
        fdo#30862
        
        This "first/last name" thing is a disaster of course:
        http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
        http://www.w3.org/International/questions/qa-personal-names
        
        Change-Id: Iedb347a533f208056176b5a79b8a56050672a8d1

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [722c84c136f972f42717ac12a3be5ce2a6510bcd]

        m4: replace silly makefile modelines
        
        Change-Id: I148941dfbf3c9c75cd07148b08646e85887846e1

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [039a1dcc9fe2af4d48bd931a4c937d502a046797]

        configure: fix WPD/WPS/WPG when no explicit option given:
        
        Consistently set WPD_CFLAGS/WPD_LIBS etc. in that case, with luck not
        breaking anything else in the process due to newly set FOO_CFLAGS/LIBS.
        
        Change-Id: I56bc6b86821b77c0c376d06b629646ada1ea0339

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [e0202de07e9cf078011d580aacebf98bae58782d]

        configure: typos
        
        Change-Id: I73ffb627bea34f039af0777709794fab30b01987

2013-02-20  David Tardon  <dtardon@redhat.com>  [74a920c59ff7a68f5d42b3b9188ef8aeff28eda1]

        fdo#60907 export libmysql file name'
        
        Change-Id: I294301e0f87924ac89c16c99f0549c98a7ea7da5

2013-02-20  Noel Grandin  <noel@peralex.com>  [f3ceb0be8805657a3b886509ac255128a11b5974]

        fixup class vs. constructor definition
        
        Change-Id: Idab639141a989bc9752df67b083a5d6e1e01ac37

2013-02-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [28287fcfeee5a50a90f6690b752aefea1f0a695b]

        trying to fix the external/external visio/wpd build
        
        - unfortunately not reproducable here, so commiting into the blind
        
        Change-Id: I8af27d2230f43cb6aeae17234e339e2bf747bde3

2013-02-20  Stephan Bergmann  <sbergman@redhat.com>  [585adde4341ecc7d59dc86aa0e24ecbddfa5787f]

        fixup
        
        Change-Id: Idefe8c963d1579443dbce311ecd57f4311085840

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [82e951c26af28ad58b380a97acaf7aa446714b05]

        KDE4FilePicker: un-break build
        
        Change-Id: Id41a0f4bc7db04f343a50ff23080a616abbbd6c6

2013-02-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d0cde9640b52ccfbb28ed1f65bba0927afd7b69b]

        n#779642: Fixed floating tables import in writerfilter

2013-02-20  Stefan Schick  <stinder21@googlemail.com>  [a633a96c3a50d803e5fa43b603edc0b8e2e34b6e]

        Translated comments from german to english
        
        Change-Id: Ibe383f8a9c630fdccfe7718880acb78a4298220e

2013-02-20  Miklos Vajna  <vmiklos@suse.cz>  [39dd9b64ddb0afefab88c8d6627c9f9c13b4ed37]

        testcase for 349e9248f801d23735478abafe5328f79dfe4378
        
        Change-Id: I27ca3b21427cb4d6e6b54ae5f0b3b86e18b550a2

2013-02-20  Joel Madero  <jmadero.dev@gmail.com>  [5fb8aa777445d4bf150172459fe8f2581a35d854]

        fdo#36635 Added WMV/WMA/AAC to list of Movie and Sound File Types
        
        WMV, WMA and AAC are all supported but were not listed in movie and sound
        file types (Insert -> Movie and Sound...) so they would not appear in
        file browser unless you chose "Show All Files". Added these to list
        
        	modified:   avmedia/source/viewer/mediawindow.cxx
        
        Change-Id: I459b41a1ca647d7a90cec75436438097df5df962
        Reviewed-on: https://gerrit.libreoffice.org/2287
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-20  Noel Grandin  <noel@peralex.com>  [d4b904f7d15be8460dbff4cf6c8d500aea5a4fa3]

        more fixes for my FilePicker changes
        
        in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt
        ui::dialogs::FilePicker UNO service to new style"
        
        Change-Id: Ie23b49d9eb6e491b543d44da124e50efa5b65376

2013-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [03d5d88911111076b1c668d2eae30b5690bb564a]

        sal_Bool to bool
        
        Change-Id: I87266c0b2aff04b888d7b201c00b36156d82fe93

2013-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [8e12daed4f79f4835dc2d8b83609e306617837ca]

        bZoomEnable was always true
        
        This completes dc9ce37f90da7f845e38547bd12d53bea646beae.
        
        Change-Id: I0a840d01a40942016e32ec0547618bc44d94c48d

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [a4a457100a3a6e9f59113e82c9d0b12786273671]

        fdo#59928: sw: fix mouse selection of fields differently
        
        Unfortunately selecting the field in SwEditWin::MouseButtonDown()
        prevents the click field handling code in SwEditWin::MouseButtonUp()
        from running.  Instead select the field in MouseButtonUp and
        SwWrtShell::ClickToField(), which seems to work better.
        (regression from 94721b2aec614e0d99504138d484b2ad6cd550c7)
        
        Change-Id: I3d769487b9d5225ffd07b384fbb0ce01e0733be5

2013-02-20  Michael Stahl  <mstahl@redhat.com>  [8c40ccb9f603d3062cdfd8e31453c86efdea1ac9]

        SwTxtNode::GetExpandTxt: fix an assertion
        
        Change-Id: Idcca5e38f0cabe1f20e8209a1819660916042f8e

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [dd15748d4a1a5bae3aea85ea086035e7e45aec4a]

        use HIG spacing in sort dialog
        
        Change-Id: I04757f9fc9ed70f72e53545b8ec43872f44e5f79

2013-02-19  Krisztian Pinter  <pin.terminator@gmail.com>  [f6edfefd53caf7e4aa6c2b39cdaf666ad54884c3]

        RTL_CONSTASCII_USTRINGPARAM removals
        
        Change-Id: Ib483f271d3c826a2b7192b22a174ff9f7b18c3f8
        Reviewed-on: https://gerrit.libreoffice.org/2241
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-02-19  Eike Rathke  <erack@redhat.com>  [d1ba2cd612a4c39976e2980c7dc4e3fa38c88470]

        do not access vector elements beyond size, rhbz#847519 related
        
        The actual bug (crash) is not triggered anymore because the categories
        are assembled differently, nevertheless the code in question could
        expose the same behavior under different preconditions.
        
        Change-Id: Ic37f6b34effaf4e5252e80aab46b021547b36efb

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [ef3fb927977681c3e5b5160e961e240063a8cb70]

        I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRING
        
        Change-Id: Ie5cd55aa7ba4773f3cffbed924467787596dfc9d

2013-02-19  Julien Nabet  <serval2412@yahoo.fr>  [7d9a7020eb5777f5baaa8beb6af5db9a8796c7c9]

        Good way to initialize array of char char var[NB]={0}
        
        See http://stackoverflow.com/questions/1920430/c-array-initialization
        
        Change-Id: Ibbbe249684dc34f8aa44868c99cc1344a2928ade

2013-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f561b9d667de3ec1b5ecef819f553c0cbefb5d6]

        coverity#735398 Logically dead code
        
        Change-Id: Iadb7fbd8a1fb1c535a3ed78d4b2f7120b29aeb75
        Reviewed-on: https://gerrit.libreoffice.org/2270
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-19  Petr Mladek  <pmladek@suse.cz>  [bbfc250a9480caf32564cfc5913048d46cbfab1f]

        Bump android remote version to 1.0.3+, version code to 5
        
        Change-Id: Id6ce687c7925f6d9ebca446be16b5ae237ca97f8

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [23977d63752b410ce273cab09ba98431ab89dcf4]

        GNUTAR is run at build time so check OS_FOR_BUILD instead of OS
        
        Change-Id: Ib8cfcda3f7688797e2cb5aee75d36515548e7de9

2013-02-19  Noel Power  <noel.power@suse.com>  [2b1aa949539d2fcbb3d349be3c279996630d83fc]

        fdo#56276 - resize/reposition rotated shapes in a sensible way
        
        Change-Id: Ifa4f848da21838591daa1f57fb42dfd3f4fa8044

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [0d05957cf0c38abab45030ba172025e4ef318f43]

        Avoid infinite recursion
        
        Change-Id: I99d26f9601ceed98d0357d8722f8cf91cf007d29

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [f49b4581a0a5056a51712bcabcc66483a87a07c8]

        Avoid warning on non-Linux: private field 'mpImpl' is not used
        
        Change-Id: I0f7e35254ecbf604c375ccebaa58d769a51e43f1

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [9e7f056bd08b18d084497b0846c7c8f31b82f58a]

        WaE: equality comparison with extraneous parentheses
        
        Change-Id: I3120fbc031dfa018282150addce6e5fe03aaf5da

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [bcaa4cd4f3be07f9211b51da4d258b61423f1e28]

        sdremote: debugging to get a better handle on failed image allocations.

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [49db90342f193f31500b2717cc27bdf2f25e2d95]

        Surely we want closesocket() on Windows
        
        Change-Id: I13d5715248612c9b1b50314d72f5eca202debd04

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [eea3634b2bd85e7f290e0504da1b8906c7d33ca4]

        Resolves: fdo#52519 crash on typing some Malayalam
        
        Change-Id: Ie31da5896d98908fd540146d1105ecc4257fa071

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [0db079cd5a09b3f24b0dd3563f100c77561ccfde]

        coverity#982801 Out-of-bounds access
        
        surely given we stream this in on Load, we should stream
        it out on Store, rather than dump it out
        
        Change-Id: Ibf499dad8ebe6eb7a60cdbaf667d35eed8331685

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [5bdd1e9ee8f3ca9dc647998a8ec7b9415add01fe]

        related coverity#984042 move potentially uninitialized scalar variables
        
        Change-Id: I7cc181ca1cad1e8bce9cb44a7c2e2c7f534921e5

2013-02-19  Luboš Luňák  <l.lunak@suse.cz>  [55dda63b297a287c9abc6ba2f19946817e8744e7]

        fix documentation to match reality
        
        Change-Id: Ibeb24ca336c599e75108a25d1a017f97092681e7

2013-02-19  Radu Ioan  <ioan.radu.g@gmail.com>  [ef1d096ddc311a2fd821d4076421c4a8f8d63abf]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
         - replaced osl_trace with sal_info
         - added new log areas to log-area.dox
        
        Change-Id: Ib47c4b4c9604bca1f8a635dd01bb89702b47b591
        Reviewed-on: https://gerrit.libreoffice.org/2010
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-02-19  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a09f11715be53587ee2b0368e19f45cc85fb6cf1]

        Remove RTL_CONST_STRINGPARAM
        
        Change-Id: Iac8a36a1f4a9c56d7b8689acd1b2273550a8c968
        Reviewed-on: https://gerrit.libreoffice.org/2257
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Lennard Wasserthal  <Wasserthal@nefkom.net>  [3998d1abb291309ddbbc2c9869736ebb1ea608f0]

        fdo#56886 EMF: Fixes some scaling problems of clipped regions, Twips
        
        If a Metafile's scaling is incompletely defined, there are some arbitrary values used.
        This bug is just filed as regression because aoo 3.3 used the WMF part and Lo the EMF part!
        Please use environment variable EMF_PLUS_DISABLE if you have further problems with EMF files.
        This Patch also adds an (untested) TWIPS scaling, which was missing.
        known issue: vertical text ratio still scaled differently than lineart.
        
        Change-Id: I7c0139853961eb338476a9e3a5e08d3f87225f2e
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1886
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bee8ed6772f420f9eefc57fee01da29ff466a8e9]

        Allow specifying of page names

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [826cb27cc80ae843927d68e0337ad2caffa9f023]

        reuse the ConstCharArrayDetector in Span
        
        Change-Id: I33bc390aaa8f6e3cc2505632670970038140eb3c

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [138e5a051805ca8a3b7e9626742cc475e3577cc4]

        make it possible to build with system icu 4.2 (RHEL-6)
        
        Change-Id: I69bf7bc33a619c4aa9483e2dc3d5540e4dfa7458

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [95e6a0885e65cc57b11719cc0658be9d8b78fba9]

        Guard against unsigned ickyness for files less than 1024 bytes
        
        Change-Id: I360fb8db35b36194c4f7ae08c93126e2a7bda853

2013-02-19  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [a062799bd6902061895e19cace0099fadf696bb4]

        add equals(OString const &text) to Span
        
        useful when removing RTL_CONST_STRINGPARAM
        
        Change-Id: Ic131876a3fb38e69185342c4c7a46d536d60c8e5
        Reviewed-on: https://gerrit.libreoffice.org/2256
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [b8da61acb2bb887a7335a5db82b8b5ae1e0fab69]

        Fix scan for central directory end signature in ODF in Spotlight importer
        
        Once this was fixed it seems to work nicely. Add keywords in
        File:Properties and they show up in Finder's Properties, and Spotlight
        finds text from the document contents.
        
        Change-Id: I203576a5a7e53ca3485b0a82f0c6d06122f361d1

2013-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf46dfdb45b1d6cd99a5c729ee98df89db363225]

        coverity#983356 ressource leak
        
        Change-Id: Idcc2d548363ddab04dd8acaa1dfb854a19ca47ef
        Reviewed-on: https://gerrit.libreoffice.org/2200
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2013-02-19  Miklos Vajna  <vmiklos@suse.cz>  [349e9248f801d23735478abafe5328f79dfe4378]

        DocxAttributeOutput: fix export of btLr text direction in table cells
        
        Change-Id: Ic99a5a11b32d4712b91d58021e1e9ff3bab7890d

2013-02-19  Luboš Luňák  <l.lunak@suse.cz>  [f37df270f1a984f0a6138f4f22fc79a50e71dcc2]

        Revert "Improve the make dev-install message."
        
        The one command running the soffice wrapper that does also
        some extra work is the usual and simple case, running soffice.bin
        is needed only when launching LO in gdb.
        
        This reverts commit eee2fe2e7efe1476d363bfb36b09d7e0d4042438.
        
        Conflicts:
        	Makefile.in

2013-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [396eb4f5cf8b37cd2a9f14d85764e03761ade19f]

        coverity#440141 Null Dereference
        
        Change-Id: Ifdbfecdb5443024f7186882cf09d8fba998e94f2
        Reviewed-on: https://gerrit.libreoffice.org/2213
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [e70defefd80c44646a742ff581bca9b467b8e713]

        coverity#983198 Resource leak
        
        Change-Id: Ie8b8741fbad8e5e9f600dc1497b64ecd27515818
        Reviewed-on: https://gerrit.libreoffice.org/2204
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [742515639168cd35a0c2036a5bf6c46b2a3a554e]

        fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.
        
        Cleaned up the call sites.
        
        Change-Id: I6c688cecd4f872ed064ccfa3af4b402a779860dc
        Reviewed-on: https://gerrit.libreoffice.org/2155
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [1dace0c3e0972c2bde8db177433b7d095025bcca]

        Updated core Project: help  a97475f929677fa26b59ecabe30ecbfa7159a521

2013-02-19  Stefan Schick  <stinder21@googlemail.com>  [f8a75e4b225d3a998174f47066b9a72472546767]

        Translated some comments from german to english

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cac113602c8f60b7eaea8709f6670b00b0925447]

        rename SYSTEM_LIBWPG to SYSTEM_WPG to remove specialcasing
        
        Change-Id: I7fe4da07852d538216b92b9350903b7022bdc9fa

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3a3254a900a6a8aad8d3321bf8b10d1770555cf5]

        rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasing
        
        Change-Id: I54880cd7d404692b8fee16c331c8e7a64508f52b

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a4c80756ca429ac3654455b5e6a6b6a700361b9a]

        rename SYSTEM_LIBMSPUB to SYSTEM_MSPUB to remove specialcasing
        
        Change-Id: I06d6dec259f4e1d28d0fb13497097bbfae156b2f

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fb455e5013ab014058ad5f92238ef6fc91b2afcf]

        rename SYSTEM_LIBCDR to SYSTEM_CDR to remove specialcasing
        
        Change-Id: I14bd9c0a4b9b55963da67102468d573f7132fab7

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5de206a7fbe74a7022bb3b20f190e6a3e6f1e3ae]

        rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasing
        
        Change-Id: Ibc8178e2dd7209705cb752f9570e414483c319a7

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe8bcfa422c654e35ec22b5e3b1a512ae438b565]

        rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasing
        
        Change-Id: Ib895be66ecb4c95a86696007fdda453d3a3b34e0

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88ed6d1348b5d3d517afcbe5fa1257d55625f39b]

        rename SYSTEM_LIBCMIS to SYSTEM_CMIS to remove specialcasing
        
        Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [43682489c18c707bc0d5701f7f6a2df2511eeb0c]

        Re-Revert "simplify external module check with macro" modulo expat/clucene
        
        This reverts commit 324d2f94749dfd94c7f09d1923310e145bb64deb.
        
        Change-Id: I0c1c3412554de2093c9c94de89ff74a89869fa6d

2013-02-19  Gergő Mocsi  <gmocsi91@gmail.com>  [3cfe6ad137aa358e26b0d7b1f591e91bd19957ce]

        fdo#38838, ::rtl::OUString to OUString, String to OUString
        
        ::rtl::OUString was replaced to OUString and all occurences of String was replaced to OUString in dbaccess/source/core/api
        
        Change-Id: I9771708408e04dcebe18f49a75c83036740f0ca2
        Reviewed-on: https://gerrit.libreoffice.org/2239
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [7acc78705242464fa3fd5248cd8c73ff259ccc8b]

        Tweak properties ordering
        
        That's so that heavily related ones stay together:
         PRINTREPEATEDVALUES
         PRINTWHENGROUPCHANGE
        
        Change-Id: I90513da4ae9ce0798dec91e5057b112735c1cdc2

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [55c53570e03f5afc43f7fda8975c712c1624a22f]

        janitorial: typo in comment
        
        Change-Id: Ia3d8612e3774ee62b6d885cc9ab801361642c3a3

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [9f015df3558ddda6729fd0078cd3922feaa65aac]

        add comment
        
        Change-Id: Id14dd289f8803378838725fbe08e327c9b1d233d

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [ae1fbbfb690cb35eae7d56ae190d637d834697aa]

        Tweak "PrintWhenGroupChange" property label.
        
        Change-Id: Iffd518a36f1418302955b0d85af8700cf8f9f75a

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [532421d208f21531d55554a356dd51105ba718bf]

        fdo#52948 fix print-repeated-values=no with formatted values
        
        Factorise the "should this element be printed" decision into an
        utility function, which is used by
        1) AbstractReportElementLayoutController
           (in charge of non-formatted values: string, image, OLE object, ...)
           which already obeyed PrintRepeatedValues.
        2) TableCellLayoutController
           (in charge of formatted values: dates, numbers, ...)
           which blissfully ignored PrintRepeatedValues,
           but obeyed the display condition.
        
        Rename the inconsistently named
         PrintWhenGroupChange
         PrintWhenGroupChanges
         print-only-when-group-change
         print-when-group-change
        to
         PrintWhenGroupChange / print-when-group-change
        
        Change the meaning of "PrintWhenGroupChange" to "override
        PrintRepeatedValues in first occurrence in group". Since this feature
        never worked under the old semantics, no loss of feature. Since we
        change the XML attribute name, no ascending compatibility problem: it
        will be reset to its default value.
        
        Pursuant to the new meaning of PrintWhenGroupChange, change its
        default to *true*, which is the sane default.
        
        Change-Id: Idbe8e90565a354f70db222d047b3d51eeddbbb9f

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [818b84eb1573b55961cba56baca857806c0e8c8b]

        property browser: respect property ordering
        
        Consider the following situation:
        
        Property Name     Property Order Index
        -------------     --------------------
        propA4                   4
        propB5                   5
        propB4                   4
        
        And the loop goes over these properties in this order.
        propB4 should be before propB5, but with the old code,
        propB4 would be pushed after propB5: it asks for position
        4, but as positions 4 and 5 are already occupied, it gets
        pushed to position 6.
        
        Remaining difficulty: properties from different
        property index ordering series will be interleaved.
        This should be solved at object model level;
        ideally property order index should be unique,
        at least within an object.
        
        Change-Id: Ie235a4b22155df97df139f1dc354247845626620

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [1b2debf80af5807421a0e9dd3def02fd0213aec9]

        janitorial: indentation
        
        Change-Id: Id21de98433f52c8659a3432c1c47354e18166f06

2013-02-19  Lionel Elie Mamane  <lionel@mamane.lu>  [9953c1b5a6977f62b10e1c85a7069fd1dc2d9ec6]

        pure comment: write down interesting idea gleaned at FOSDEM
        
        Change-Id: I96685f405989fdd3b090b6a482edf8ad65bfd4e9

2013-02-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [324d2f94749dfd94c7f09d1923310e145bb64deb]

        Revert "simplify external module check with macro"
        
        Reverting this because it breaks a lot of stuff
        
        This reverts commit a2dbcf1e723e082a76ad1a7ef275f693dab34c98.

2013-02-19  Thorsten Behrens  <tbehrens@suse.com>  [25f7288ff8ea26e3d3976329d6bbcfe7ca5c5260]

        Fix crashes in sdremote after suspend/resume cycles.
        
        Change-Id: I0f64820887919386f266290ae8b7c53f8a0a5458

2013-02-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c7d04c681a44caff1eba8f2022dacdf1242b1b5]

        g_strcmp0 is not in our baseline glib2
        
        Change-Id: I65b4ea5bb8beacef79e963e4dd78fa764f3ab697

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [1c885ce3fc3b451b6f6a3b29f2f0e9848b76f890]

        Updated core Project: help  b568e27d3e9627927db41ebe0600f171cddf3708

2013-02-19  Miklos Vajna  <vmiklos@suse.cz>  [793c1b17abebd2485555a9c35580fe3fb4fc9230]

        writerfilter: get rid of these hardcoded values
        
        Change-Id: I381266cbc9eb2a6d95b7bdc5e80a1e486112dbbe

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [b23887e901706814e2c046d8ccd10549d6892554]

        move memory option page to cui and adapt code
        
        Change-Id: I0660592f233d9f190d11337068f33f2c13ba9251

2013-02-19  Caolán McNamara  <caolanm@redhat.com>  [7cf8320c5db2355da1983ef8cd2fd6737338d33b]

        add a mechanism to load TimeFields from .ui files
        
        Change-Id: I7704f46d262888639a17c5219e784559db91b847

2013-02-19  Michael Stahl  <mstahl@redhat.com>  [9a49ff646bdd27fb1355847828794b0a9df40e1d]

        nsscrypto_initializer: MSVC does not support C99 dynamic arrays
        
        Change-Id: I407b2308756b46fbf0920881fc20972b486819b7

2013-02-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8ff09509d725ce18814d5d77794f227d0c72037b]

        No need to copy the gcc libraries anymore
        
        Change-Id: I6dbf44bb78f14ab71a48a9cd4e9ebba60bfc97d2

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [0c3d3d58c9a88a682dcb673f8727390a602fec55]

        sdremote: fix linux conditional.
        
        Change-Id: I911863f07b08e771d78a4a98d9a4f82c93a7d55e

2013-02-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a2dbcf1e723e082a76ad1a7ef275f693dab34c98]

        simplify external module check with macro
        
        - a >12.000 LOC configure.ac is more than enough for everybody
        - removing some 100 lines cant hurt
        - the SYSTEM_LIBCDR=$SYSTEM_CDR stuff should be removed in a later step,
          by renaming them in the build
        
        Change-Id: I5c065c5c341561258800a124b0fc1f40b3d59211

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [c45e45c5c3d1570cc8fe688c715d3fd9795abbe1]

        sdremote: listening to dynamic changes to adapters.
        
        Allows LibreOffice to start with no bluetooth, and for it to
        appear and disappear dynamically at run-time, cleaning up stale
        bluetooth sockets, and re-binding successfully each time.
        
        Change-Id: Ifa04c8cc1859c98adca94ac0e57c7ebd85f2f31f

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [e8f2870be12b8886cb58f5c35f607c00ebe96ea3]

        sdremote: re-work discoverable property get/set to use libdbus.
        
        Change-Id: I5e11a0fcfd8db648a40c738cbc8181889cb36136

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [033a2c71fd9a35481f13fcd9c1e2d0339437baf0]

        sdremote: switch to a non-blocking socket, and polling glib mainloop.
        
        Change-Id: I84c0a522fe16fbc8fc86a8e4bccb84aec0a1acd1

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [f45ea70357f3995f1316a851dde6e9ee35d57914]

        sdremote: re-write SDP registration to use raw dbus-1 not dbus-glib.
        
        Change-Id: I65ff5e603b6719df69b3c2aef7ff438ad54d23e2

2013-02-19  Michael Meeks  <michael.meeks@suse.com>  [fe72f19a9b80d9cfa2de9a10fa2e0aa0c9a7b4ae]

        improve bluetooth discoverability toggling API.
        
        Change-Id: I289d43fcb173b64b01183a41f780bc74d2ba0abe

2013-02-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3708fe8434ad6f64d527215f4619556b0a5701ff]

        Kill the --without-system-stdlibs option
        
        Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f

2013-02-19  Noel Grandin  <noel@peralex.com>  [d7f9b7693968f2e2ff7a8d15830a5633d5999ee0]

        fix mid-air collision of commits
        
        Change-Id: I72a267045dd532a341d062cf13b7393779f579c6

2013-02-19  Noel Grandin  <noel@peralex.com>  [a413832fe2df559df589760e687e8352ffc1bddb]

        and let's try actually including the relevant headers...
        
        Change-Id: I38733bb04013250290b00ec99f358403060d1a89

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [648d6e516251318e8bd56f088277a08ff775fb9a]

        Include the XInitialization header
        
        Change-Id: I662dc0615d6fae752a22000bea750e7d59f98472

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [95e2c26a08fa22dba7333774ebb1899539213c57]

        How to run the "make dev-install" result is platform-specific
        
        Change-Id: I48353df6fbcb960e660202392107432654207e39

2013-02-19  Noel Grandin  <noel@peralex.com>  [503ee06fb843ac4ace017fde1b8a10c3c0501bc6]

        fix up some of my fdo#46808 changes
        
        ... It turns out removing XInitialisation was a bad idea.
        
        Change-Id: I6a08f3f769ffc9017e94e8463a97cb18d39aa677

2013-02-19  Noel Grandin  <noel@peralex.com>  [a00f11b97b9fca70e6ed50fdc82ac731f4c47c90]

        log the exception here instead of just asserting
        
        .. to make future debugging easier.
        
        Change-Id: I8efc8d8d6f228d9a36d8bb0aebe57913f2af5637

2013-02-19  Tor Lillqvist  <tml@iki.fi>  [6475609e882c16c7536bbfa502e2f8341abfea6e]

        WaE: implicit conversion from 'double' to 'long' changes value from 0.5 to 0
        
        Change-Id: Ib927d2f59e8b37fbddf3d3ccc78b3986e28b7b29

2013-02-19  Jan Holesovsky  <kendy@suse.cz>  [eee2fe2e7efe1476d363bfb36b09d7e0d4042438]

        Improve the make dev-install message.
        
        Change-Id: I331f97601234efe08d47d4716492232ada528edc

2013-02-19  Jan Holesovsky  <kendy@suse.cz>  [bbca22229e65835354754855ff4683c6d23a577c]

        Reintroduce message how to run the build after make dev-install.
        
        Change-Id: I78f8073b4a5f1cb8d8b9ec499db95e51b035b225

2013-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c8f448cffb88cbd320f6c694a296d6762426b36]

        coverity#983483 String not null terminated
        
        Change-Id: I4cefa485b52afcdb761bfea99dd2515a206812a8
        Reviewed-on: https://gerrit.libreoffice.org/2199
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-19  Eike Rathke  <erack@redhat.com>  [6e6af9943ca72f0b2b27726b7051db2ddbf378dd]

        really, don't obtain the process locale 500 times
        
        Twice for each font ...
        
        Change-Id: Ib4589f8a11e0c14f0c5235e17d0c68e67d93b0b4

2013-02-19  Eike Rathke  <erack@redhat.com>  [555d88d003b8f0708fb5a1c1f3b3f7a8110dddf7]

        added reset(rtl_Locale)
        
        Change-Id: I1bc83dd4e5286f7102513d8a4c7d5624952eb830

2013-02-19  Eike Rathke  <erack@redhat.com>  [2c36a832b85eeff6b4a2f6c6aab599e4b10b8886]

        for now convert using MsLangId::convertUnxByteStringToLanguage()
        
        Change-Id: Iaedd4bd6eda1db293fa3dc6222c7353ce466ec04

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [08ac21ddd96bec9d3992e6411d4e9ba7826ceccd]

        coverity#705355 coverity#705356 Missing break in switch
        
        Change-Id: I9a0a370eb1279a184a47e15bcefc6ce5e4025aa3
        Reviewed-on: https://gerrit.libreoffice.org/2226
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-19  Michael Stahl  <mstahl@redhat.com>  [7ff650a6fe405c98d182c6cabbb46217b56bb0c6]

        coverity#983214 Resource leak
        
        ... and some more general cleanup by using boost stuff.
        
        Change-Id: I90b2f429f864c39cda70d42d061da14c0faba8e5

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [21e2c2f16408328f78f418dd9dc086ef2a2a8f19]

        coverity#982590 Explicit null dereferenced
        
        Change-Id: Ie898603f64a4568a8502caf3db154ae5ce008af9
        Reviewed-on: https://gerrit.libreoffice.org/2227
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-18  Eike Rathke  <erack@redhat.com>  [6c89f2e74aa9b202d6d6a41a178ba9aadb2b10e4]

        prepare LanguageTag(rtl_Locale) for handling variant/modifier
        
        Change-Id: Ic500bb2eecd090d5568703740c3700c6d50635ae

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [961ffaa787aa353c2fb48c8b1c34026a06929cfd]

        acorrect.cxx: try to make even MSVC happy
        
        Change-Id: Ie17347cc0a90bf93399027f6e816f56cd89c1678

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [e52c898aff6ce7c9d55c3a080f139a3ac2c6e99b]

        uwriter.cxx: try to make tinderboxes happier
        
        Change-Id: I43d7cd5a6280f367e1105f1cdbd547d206f12b01

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [cbe8883b51c532a9891afda720647709d1741adc]

        coverity#982591 Dereference after null check
        
        Change-Id: I8651ecb0287d686da3e1ca6a6e46549abe3e0c38
        Reviewed-on: https://gerrit.libreoffice.org/2225
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [e681622f3dcdd979e5c1b261ccc671d2fe9d0f37]

        coverity#704551 Dereference after null check
        
        Change-Id: I47aa14ba58d993fa8ed20c8f0d99e92f18dc53e6
        Reviewed-on: https://gerrit.libreoffice.org/2214
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [2eef912649d277e05203bc79c26f2be5b096a292]

        SwXTextView::select(): unselect drawing objects at start...
        
        ... and not before selecting each object, which leaves only the last
        object selected (thanks Németh László for the hint).
        (regression from abebf10e2681181cff45deabacfc9b2929d52631)
        
        Change-Id: Ibfb13ae6c4eeeb83bf6ac00b18c4ef6f50ec6a02

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [995494ec27a5815f8d85974c1ba525f4b4b4250b]

        ImplCreateRotatedScaled: fix wrong usage of 'x' instead of 'y'
        
        introduced with c4a084e6b87e7c6cdf4a2574070b0523206bbefe
        
        Change-Id: I75de86db107c8ddcae55903f23cf907c3280c9f5

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [6ce04df28c8b5d6043340efe6fdc229b51dd8c36]

        Handle gracefully the remote end closing the RFCOMM channel
        
        Avoids a crash if one presses the "back" key on the Android remote
        control.
        
        Change-Id: Icc7562676a79910b77c7f95d76ce07c348ec2b22

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [7c6b42851bc0a94f6aa8c3e28892d1ab4b297c25]

        Make sure MetadataImporterPluginFactory has external linkage
        
        Otherwise, in a LO built with hidden visibility (as gcc terminology,
        not ELF, Mac OS X does not use ELF), Spotlight won't be able to use
        our importer.
        
        Change-Id: Ie19082f9f14e4cc75ae6f7583031b929b7b75330

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [c5c5d87e8838b372968481483a5e20f5c5f56e3a]

        SwTxtNode: deploy some asserts
        
        Change-Id: I04689c9c1c30482d57e43faf2912ca37299129ca

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [0295c8a34e39326414c1b98cf4da905802f061b0]

        sw: let SwTxtNode::GetTxt() return OUString
        
        Change-Id: I36e777b2f623429773277e092284f7d2ba61e6ef

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [24eae2b75c201292990122e69954072f36b6f218]

        add comphelper::string::indexOfAny()
        
        to replace String::SearchChar()
        
        Change-Id: If5476e94be1255247918584cf1923d408ad75064

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [a413f18e5be4e95ceaf7cb4335ca9f62ec9693a5]

        SwTxtNode::CutImpl: check for max text limit
        
        Unfortunately i don't see an easy way to handle the problem, let's hope
        it doesn't happen in practice.
        
        Change-Id: I86e58c241fda6d07d83fb383421f0a5a810b581a

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [8d25fde680beb9dafb7c9c861b5c00d1ae4f4985]

        sw; convert SwTxtNode::m_Text to OUString
        
        Do not convert any of the 16bit index variables at this time: the
        enforced limit of TXTNODE_MAX should ensure that they are sufficient,
        and there are thousands of these variables all around sw.
        (also, STRING_LEN/STRING_NOTFOUND is used as a "not found" value all
        over the place)
        
        Change-Id: Id26a145701de731470b0bcb95359ed62d4d6d579

2013-02-18  Michael Stahl  <mstahl@redhat.com>  [08dc5de900b2e5cca9d9443fc5d4ea7756842af9]

        fdo#60842: add a unit test
        
        Change-Id: Ie91fe22f2baf0a280e5cf21c2416228ab414f285

2013-02-18  Eike Rathke  <erack@redhat.com>  [40dc6c3a97c9f40617e2258f0f0cf866bcb13c8a]

        added language tags comment
        
        Change-Id: Ia71e1b9149b823a30cbeb1e75e04d27b40f11b12

2013-02-18  Eike Rathke  <erack@redhat.com>  [f6585c2718c365d39602e1f6c345bf9e78b4499f]

        added language tags comment
        
        Change-Id: Ie5942c13c8f64063ca9d45e25ff7efbf5c3b3d16

2013-02-18  Eike Rathke  <erack@redhat.com>  [9bf31cf6bc3f4df79ddf69ca17e3cbdb0978239b]

        use LanguageTag(rtl_Locale)
        
        Change-Id: I4bcef6a58915226ec80d7546b4bc5d60abdaeeaf

2013-02-18  Eike Rathke  <erack@redhat.com>  [5fa05c96d6bd5021141efc0649a8c3c3dc4ca222]

        added comment about language tags
        
        Change-Id: If5a64f7e2b3ad0ad62733ea7e1a0c958ef6a7cd1

2013-02-18  Eike Rathke  <erack@redhat.com>  [63efb93a20a572f4399c1401b36eaac88bdd4cb7]

        no need to expand the BRAND_BASE_DIR macro multiple times
        
        Change-Id: I085759537f64489e76e2f33a820cde14767d116a

2013-02-18  Eike Rathke  <erack@redhat.com>  [96189af51da6e64ca321cee0d9c2f247c2cefe24]

        slightly improved parameter passing
        
        Change-Id: I75b6bc42285cb3c671dcd4b437db54d5003a2898

2013-02-18  Eike Rathke  <erack@redhat.com>  [ab6ebe247005d78cbd816269ab76a8d4d6ea11cd]

        consistent fall-back chain for (branded) about
        
        Make Application::LoadBrandBitmap() and LoadBrandSVG() use the same and
        consistent fall-back chain to obtain localized files, if any.
        
        Change-Id: I396f59ec5ffe7ee323b798c6c66241bd76a4b30a

2013-02-18  Andras Timar  <atimar@suse.com>  [7caa680335c2cd89c4fbd1ab621ac9e40e0ec803]

        Fix the Ignore system input language label truncated in translations
        
        Change-Id: I3d05135f7973d6ca9cb3e554a4c80544a17e6f60

2013-02-18  Andras Timar  <atimar@suse.com>  [48511591708308c14c9ad3dd4e7af92a12764c35]

        don't check for WatchWindow extension twice
        
        Change-Id: I6c6a605e139a77f140c7ce2513cb35f0fdb50716

2013-02-18  Andras Timar  <atimar@suse.com>  [0f0aee273f1135e7edd04894fc17f9827101e31f]

        Updated core Project: help  4e2efdde70cad695078965988da7c4c1228cc818

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [c4a084e6b87e7c6cdf4a2574070b0523206bbefe]

        fdo#60719 : fix crash on scaling bmp with target/source width/height = 1
        
        The rendering is quite ugly compared to the same pdf opened
        with pdf reader. but at least it does not crash anymore.
        
        The function ImplCreateRotatedScaled seems quite sub-optimal
        for one thing it is called even when there is no rotation
        and still bother with doing a lot of work to 'rotate' things.
        
        It was assuming Width and Height > 1 for both the source and the target
        The patch tries to 'hide' the misery... but I'm not convinced
        that this is 'right'.
        
        Change-Id: I9aec5eb6655ea3678aa018ae5928dabb8058bec6
        Reviewed-on: https://gerrit.libreoffice.org/2195
        Reviewed-by: Arnaud Versini <arnaud.versini@gmail.com>
        Tested-by: Arnaud Versini <arnaud.versini@gmail.com>
        Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
        Tested-by: Tomaž Vajngerl <quikee@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-18  Stefan Knorr  <heinzlesspam@gmail.com>  [4e6fd3b2b79977beb2dea9a8c1db8c16f8064d72]

        Update Branding for 4.0 (.1)
        
        (c) Maxim Darak, Mirek Mazel 2013
        
        Change-Id: I30fdb3234152e746e8a2a565310ab1b22115315c
        Reviewed-on: https://gerrit.libreoffice.org/2236
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-02-18  Eike Rathke  <erack@redhat.com>  [4090979ce0502d808b540305c89030fb9b59eeb9]

        ditched class SdrResId and some forward leftovers
        
        Change-Id: I700f6c860ad41c6ab3426d1988631f1c5bf30533

2013-02-18  Eike Rathke  <erack@redhat.com>  [8d23b47454043122b61b2e1dc08d84ee09e1a081]

        added LanguageTag::getFallbackStrings()
        
        Change-Id: Ia597cb184e0402e776cde50967541f008e22d4c9

2013-02-18  Eike Rathke  <erack@redhat.com>  [ca04dec8b9670d936395771da43818f00e670482]

        added LanguageTag::hasScript()
        
        Change-Id: If9eaca46ef8daa544ee208444f79423122b10739

2013-02-18  Eike Rathke  <erack@redhat.com>  [ad8f56fd333dfaf0eb97d6a3c314899a8085782c]

        added i18n section
        
        Change-Id: I98a22066c711b56494f327ef40f45c37472ec888

2013-02-18  Eike Rathke  <erack@redhat.com>  [60bcda43450fcbc345f2547d457ad201907b0547]

        localizedsorter::bestname: info for non-ISO locale and comment
        
        Until fontconfig will support language tags.
        
        Change-Id: I831d066e91c00e62651409a0f9e6c8ed52b39150

2013-02-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [874f0a1be443b8027d5aba2285866f31cf4169e5]

        n#779642: ignore framePr inside table or the table import won't work

2013-02-18  Matúš Kukan  <matus.kukan@gmail.com>  [a5cf6acfab9982bb29bc7df107a34897537bc0b8]

        We still need to export gb_Side for host platform
        
        ..where makefiles are not just included.
        
        Change-Id: I9c5590c1c846d88955ee153f2af786df020ef991

2013-02-18  Matúš Kukan  <matus.kukan@gmail.com>  [29e2eb62e5fea6e7c9d7e9bf7475f2125b3c290d]

        fix typo
        
        Change-Id: I9b7b72ed953ada59efd8462a6a45192ec2f04ffd

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [70f7cf2dc4fe5aa91f52ee13e743d85365e791a4]

        coverity#983232 Resource leak
        
        Change-Id: If4704847d4ef69d512f05dc12bcb01ac0d9d54b3
        Reviewed-on: https://gerrit.libreoffice.org/2201
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [9044c8e0ce57613e38264a10dcd164f7babe44f4]

        coverity#983200 Resource leak
        
        Change-Id: I5454b836fe085d73feff0da2ae3875b5d6b641ff
        Reviewed-on: https://gerrit.libreoffice.org/2203
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [9cacdd26a010a9ea6e55a1f00d95e8afc924558d]

        coverity#983197 Resource leak
        
        Change-Id: Iccf3d16b39919931d17dc74f2e9ece127be8aa89
        Reviewed-on: https://gerrit.libreoffice.org/2205
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [fc1966171280113362b0659f63c0ed1e6cc41821]

        coverity#983173 Resource leak
        
        Change-Id: I913ce32579ef9045fd3d33b48a653bc4ffc628da
        Reviewed-on: https://gerrit.libreoffice.org/2206
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c0dbe46298c71c3bec26f324927ce2562c611b6]

        remove stray makefile.mk in xmloff
        
        Change-Id: Ic675c30449810fb979f97f53cab5f4eb8c77593b

2013-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [72b92cbc70615717ac8d592292bde2638c6c4f72]

        remove stray makefile.mk in filter
        
        Change-Id: I2a9796a4f12f3b364a2b8828189bbd6d6e1ace57

2013-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d335c2a02a73fec6cf4bf52025a78f56d5649de0]

        remove stray makefile.mk in cairo
        
        Change-Id: Ie920fbdf140db81bc4426048a6c0e05f9a823d7d

2013-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9243d3e23e980a5a58e91d6714e52b80683a46e9]

        simplify extension logic in configure
        
        Change-Id: I1b255f9da925501449d7a41ce5914595da582e40

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [64fd8989442b4a2bb9e7eb0a6feba43381d38eb9]

        coverity#983175 Resource leak
        
        Change-Id: I03eadb6f1e7235f03149a386c407066f81473772
        Reviewed-on: https://gerrit.libreoffice.org/2207
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Matúš Kukan  <matus.kukan@gmail.com>  [a811e047be0bb30a7648d540f9a9c8a5bdae8f67]

        Make building of cross-toolset build.pl and dmake free.
        
        Adds more modules to Module_cross_*.mk.
        
        Change-Id: I9a7a12ff07649262355bfa82bdf09fbf93b1530e
        Reviewed-on: https://gerrit.libreoffice.org/2240
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f51d6fa0d6d38532cee447ffc65dea4b3583d7c]

        coverity#707601 Uninitialized pointer field
        
        Change-Id: I1b7c13be91bd2047a4141b6d7d8e4363b0ddcf4f
        Reviewed-on: https://gerrit.libreoffice.org/2211
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c570973cc9e206539e7177efcac27569deef62d]

        coverity#707602 Uninitialized pointer field
        
        Change-Id: I70fa5899f3bb1eeb22eb18d77f2c816ec60aa97c
        Reviewed-on: https://gerrit.libreoffice.org/2212
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [de3fc38adf3fbabcd113f48407b5c7b91a054c28]

        coverity#707600 Uninitialized pointer field
        
        Change-Id: I8894efd7549299903f0ca4c223a3dff60a9db536
        Reviewed-on: https://gerrit.libreoffice.org/2210
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [f15d764caa207e02b2f0db51a4eba880ffc2a358]

        coverity#984077: Unitialized pointer field
        
        Change-Id: Id780b8d5bbbd67cde01f45214f5a4717148f08b7
        Reviewed-on: https://gerrit.libreoffice.org/2208
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [30be3db6ab81d7e58507bd61b2040e4e0c296852]

        Better wording for several Actions
        
        Change-Id: I948f10518510d017d69a883c68d4e9dda94b7bb6
        Reviewed-on: https://gerrit.libreoffice.org/1967
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [f7ddccdac0cedcc32c093de086df0e61416a635b]

        coverity#984443 Use after free
        
        Change-Id: I3736de989ab9978ba20883ffcad635729048e4f9
        Reviewed-on: https://gerrit.libreoffice.org/2198
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [51a83689fe2270dd861d0929d71bf73623d379c5]

        coverity#738556 Unitialized scalar field
        
        Change-Id: Iad7ca3d9928e34d0510c85242dc20a6dca6f09bb
        Reviewed-on: https://gerrit.libreoffice.org/2209
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d76752bb1369b56978094f4e73c76a8a9a020c0]

        coverity#735601 coverity#736164
        
        Change-Id: I5805d749ba32bec778ae98e9b30ba68d74cc44c3
        Reviewed-on: https://gerrit.libreoffice.org/2219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [8e26d08009eae63d731ceb6cf848530886cb7bd3]

        remove unused hid
        
        Change-Id: I3a762f61720b02e92592ec19f0da199823c9f5ce

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

        Updated core Project: help  e26aaf03c40cc8472796204d509eb5ec8e4117ec

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

        migrate the textflow NumericField settings to GtkAdjustments
        
        Change-Id: I751071365b8aaa0d22364ed0ca74b3954839c126

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [71023fb23af693a373429d4d5a7d1ffcadb9e884]

        stray dmake makefile.mk
        
        Change-Id: Iff01ce69ced959587e411097a114b380e825203f

2013-02-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [f54e175eb903af9fd7c7fc38ef09b203310ec5ae]

        Widget UI for Text Flow tab page
        
        * Need to address help for the page
        
        Conflicts:
        	cui/UI_cui.mk
        
        Change-Id: I7e4d9c9827ba80986059ff628d02f798eabbb4f6
        Reviewed-on: https://gerrit.libreoffice.org/2184
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Luboš Luňák  <l.lunak@suse.cz>  [e0210c3ef0ed56a6b45934e2ecb5b42b99808199]

        UI option for embedding fonts in a Writer document (fdo#42195)
        
        File->Properties.
        
        Change-Id: I92757153c8815d17ea9f721a98b22b9088014f31

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [3f4aee00c14f2a150f28252ba61a4830dc1ee41d]

        remove 0.49000000953674316 aligns where default is 0.50 already
        
        Change-Id: If69a3ca02615ae50404fc66b3f560d9c9988ded4

2013-02-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [d36faa99d0352ae385b7348828ed36f78e654fc5]

        HIG adjustment for numbering tab page format
        
        Change-Id: If3503445783b3158c4d669aed0ec37e4a6279f19
        Reviewed-on: https://gerrit.libreoffice.org/2194
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [5602df2e85d1823e7ca50b4e70b62abb4ef1c872]

        Updated core Project: help  572740861fcbe7e8dd948a25ee4fe3de9f273566

2013-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [510a7175d29139ead9eb3bcbdc5fcf60f37a9e4f]

        sal_Bool to bool
        
        Change-Id: I9dff9f25afff4253001902a2685b626d1e706e22

2013-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [0aeb5d4f28ba9beec366961f23c7381e4593b2cf]

        Both bLeftEnable and bRightEnable are always sal_False
        
        Change-Id: Ie4d6f19bdcfdd30f0d2144963325b847003a9db5

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [8d4e51a599a02f2342f066dba4f2e700b4950c6a]

        move General options page to cui and adapt code
        
        Change-Id: I724db9d199ad15d31f8daf2329ceb9cd46fdefda

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bf7d96a65dc1e14029db42c05230dc091a55da0]

        coverity#705351 missing break in switch
        
        Change-Id: I8fa9ddbf6966ee2520e6245f7e014ee6df914486
        Reviewed-on: https://gerrit.libreoffice.org/2238
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [753d92968a9d4dc1d3498464d6a88aee0d654ba5]

        coverity#705351 Missing break in switch
        
        Change-Id: Id6d35b951ff78f21e3ea5a9beed22081f8c466fa
        Reviewed-on: https://gerrit.libreoffice.org/2237
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-18  Matúš Kukan  <matus.kukan@gmail.com>  [2d3e06c0603649f577439a32917934c5c499a106]

        packimages: this is not .ilst directory
        
        Change-Id: I6515cddd1eb7fe4f9fcb333f743d35bc9c9f56f1

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [9fd956a23005ee019eb33816f250f4eb7bd73099]

        Need cppunit and expat apparently
        
        Change-Id: Ie32650d9c5752a9710732194b513631594030803

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [8ae2e9a8fefa1e6a6aed26f9d7c3c303fdd4dadc]

        Include config_build.mk unconditionally
        
        I hope this will unbreak cross-compilation after
        162a4f8d01210bed52f348b74e076ff245c33309. Otherwise I see stuff being built
        for the BUILD platform with the HOST compiler.
        
        Change-Id: I4f34a29bb1bfd9345610255bf5bb917a87c8c6f2

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [aca7acbb00d8820848991df2ca38e23ef546b1c0]

        I think that l10ntools is needed unconditionally
        
        Change-Id: I4d11732d6b83388f07134008bcad33c541de401e

2013-02-18  Caolán McNamara  <caolanm@redhat.com>  [6245f864ad8663c543dc53fc28e83622e808bcd9]

        Updated core Project: help  5f64a375d52beb2d7e093c6acd90c02b70a67100

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

        move Stored Web Connection Information dialog to cui
        
        Change-Id: Ifddd7348754054e505b0b9abe1d760e903e00f2a

2013-02-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3b71964eabc9d402d2449566bbd4817e149580b4]

        seed packimages from SRCDIR instead of OURDIR (fix build breaker)
        
        - in the long run we should likely either move packimages to icon-themes
          or the icon-themes to postprocess to have them together
        
        Change-Id: I4d0d9d4035600191bb16565efb8756aab2a447c2
        Reviewed-on: https://gerrit.libreoffice.org/2235
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-18  Laurent Alonso  <laurent.alonso@inria.fr>  [f3929090a0b12018b629d0d65b89d17d0afdc7e3]

        Writerperfect: Improve list code
        
        Change-Id: I21fc40a0cb16e4f8295477cc2db50a58bc7287ea

2013-02-18  Peter Foley  <pefoley2@verizon.net>  [162a4f8d01210bed52f348b74e076ff245c33309]

        remove cross_toolset
        
        Change-Id: Ib707b3d17a2e091c150dc116f01c8d151d9461eb
        Reviewed-on: https://gerrit.libreoffice.org/2193
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ede5fccc348986528d52149426d344f880790637]

        Update the internal libmspub to 0.0.5
        
        Change-Id: Ia1e2807a9f8d624e734afa93102fb6ff27eee091

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [b008101fd754b6b81c4f31e3079f01a21434601d]

        Plug autorelease leak
        
        Change-Id: I0e1c04547b90279c49851d6a877917d6376b33ef

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [da3d37b968a79ff59fcc4103174b5b6bc3ec74c0]

        Be specific in the logging as multiple threads involved
        
        Sure, each SAL_INFO output line includes the thread ID, but still,
        good to avoid confusion from where this line is coming.
        
        Change-Id: Idc531640e661ed363c7badbad8b83fbb43eaf3ad

2013-02-18  Miklos Vajna  <vmiklos@suse.cz>  [f6a02947896e19160c137032a7fc2e56277656af]

        fdo#60710 SwXTextPortionEnumeration: filter out fields from the undo stack
        
        The UNO API provides the annotation field associated to a comment range
        fieldmark when the fieldmark starts. To achieve this, it looks up the
        annotation field by name, but it failed to ignore the fields which are
        present only because the undo stack still holds a reference to them,
        making the ODF export filter fail to export the document.
        
        Change-Id: Ia3b738a1eca7ed9981e1963b3d70ea8e3dbe8db8

2013-02-18  Petr Mladek  <pmladek@suse.cz>  [d77b25384bfcfcbcce32af8038ff857738406a45]

        avoid space in the version of the update information provider
        
        LO-4.0.0.3 sends "4.0 .0.3" to the server.
        
        Change-Id: I2cda062778ac3632f89eb5c0d1cc85e57d8d1870

2013-02-18  Thorsten Behrens  <tbehrens@suse.com>  [5fd7c66733620ffaf06172cb9998bd73b7a2f9ba]

        Fix fdo#60754 - no translations for langs sorting after qtz
        
        Adjust check to not rely on lexicographical order. This amends
        8ae3ddca7e99d2bdbaadd5e0c82de2f0fbd30f91.
        
        Change-Id: I5023b07af819eb09ea9dc569bdbac806f936485f

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [21bec368ad670e368d4b5cadae1c07962710f115]

        WaE: comparison is always true due to limited range of data type
        
        Change-Id: Id88e1d8a29972ca9384ddc905697d7d32d94cc35

2013-02-18  Tor Lillqvist  <tml@iki.fi>  [730cff74c04dc6ec2cfc9cf9dcec172392f50616]

        std::vector::data() is C++11
        
        Change-Id: I729606a879cfd6330ce9cf3ad7723d2558c07c4a

2013-02-18  Thorsten Behrens  <tbehrens@suse.com>  [d27589108bbdc5d6362d458fb0eb1f53f7091806]

        Add sal to doxygen docs, fix build order.
        
        Change-Id: I9f06304f20b464b70fd6661c9ae1a0d21c84f273

2013-02-18  Stephan Bergmann  <sbergman@redhat.com>  [0dc319e2aa28844c3cea8b236b02a67561b76de2]

        Apparent typo
        
        Change-Id: I37841734ee2845679252741b776af03625b49aaa

2013-02-18  Julien Nabet  <serval2412@yahoo.fr>  [54d91caf7b3519ee44e299a8174b7ec28fa6a6ed]

        Fix typo
        
        Change-Id: Id5aff315b1d52ac5a869a17b3a654c2d1e670b08

2013-02-18  Miklos Vajna  <vmiklos@suse.cz>  [2c9f9832fc6ab78e12c67da3687b4482a46e4bcc]

        SwDoc: rename member variables missing their prefix
        
        Change-Id: Id4683649aa9115f9075717768aa6cef4110c2ad2

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fdf59cc3b5928aa1b4fca62909988c455695cd03]

        coverity: fix memory leak
        
        Change-Id: Ibe595adf52c6880ce4ecdb469b89074fcdc0c16b

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7511f631775365ec4477e98852a7f6df2bca333a]

        coverity: fix memory leak
        
        Change-Id: I991f0e90abfa6e772f43afd8b8aa69d3b5ce4fa0

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [856a3a09a06fef903ce09d385a97205fdf9308fe]

        coverity: fix memory leak
        
        Change-Id: I12ad99f3179ee8ef9e0322823685eb2bf337fc22

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [655c7b5260e2618d0115f1437f0a96b2a9490f09]

        coverity: fix memory leak
        
        Change-Id: I9fa99a3f2a5de644961cbf8b9951e1c1246d97cb

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e94d1bb9283aa59134833eae768a47210599eaa7]

        coverity: no need to use a pointer here
        
        Change-Id: I83b986c6f2f8670c2c0f6caa754fd3567c7488a8

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae3138859ef193ee0c297c2a97026923abb43cd2]

        coverity: new[] vs delete mismatch
        
        Change-Id: Ic10d900b092c37ee627d3911200ebd29106cc360

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ae107542c62d6676132a89ae5519e70132f02d3]

        coverity: fix memory leak
        
        Change-Id: Iaa27244b1829bfe5a26c9352da6a8819d3037ccd

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57d89a758ad5695df4cc492ccb6a97d5cbaf30b3]

        coverity: fix memory leak
        
        Change-Id: I4f31cd0848e8a521bcbcb97fc1abad159745a501

2013-02-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0bb0c37820b255cb00c8e2637368f43566b65779]

        coverity: fix memory leak
        
        Change-Id: If25fd29f4788af37b4ff8ef95568751ddf176f51

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

        coverity#984042 Uninitialized scalar variable
        
        Change-Id: If75afb24632553bb9aa90990c347ad8851ee55a9

2013-02-17  Andras Timar  <atimar@suse.com>  [134374473ea481410f389cab162a52fab62c5c43]

        Updated core Project: translations  6928867911fdb1e2c78092c99b5731350d926b45

2013-02-17  Caolán McNamara  <caolanm@redhat.com>  [d100aaaeacdf99363069319e5936eae9ff21cce9]

        coverity#984038 Uninitialized scalar variable
        
        Change-Id: I6c460ea0ca039ccc8d62bb7a7005832fb809f369

2013-02-17  Caolán McNamara  <caolanm@redhat.com>  [ba9da7f098a32813d9e8c30982c6bcf64ed0c2ff]

        coverity#984041 Uninitialized scalar variable
        
        Change-Id: Ia726b08717d26b439f46f95dedfdb30e27e8499e

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [3743cdbbf499800acd370d2082b0ab88817e4eb0]

        Let BOOST_SYSTEM_LIB be found in --with-system-boost --with-boost=... case
        
        Change-Id: If767692e8a3eda4d970c9b3e6affd8d3e4f7f38d

2013-02-17  Peter Foley  <pefoley2@verizon.net>  [01344a8ca57636ac87108c22f777a02fe6d963d5]

        convert sysui to gbuild and add to tail_build
        
        Change-Id: Ia32e51f0d95e001bcf07766f6340398e0ab1bf6a
        Reviewed-on: https://gerrit.libreoffice.org/2192
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-17  Tor Lillqvist  <tml@iki.fi>  [c3a8667d69b8e270fe6a3aed00d86a39dd4f0be7]

        Remove some bits that have been commented out since 2004
        
        Change-Id: Ibd95e9ea1c3ab6f24e0a469108191e59b049823e

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07ee72672e6966dafccf21ca3349e428c2a9dd0a]

        coverity: pass by const reference is more efficient
        
        Change-Id: Iec40176a5dd567e667178f07fecd043fe0aa4344

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c66ec11c41c9519e2f9462ae7fe2b54927f6bc77]

        coverity: pass by const reference is more efficient
        
        Change-Id: I08cebe4aca8eaa5a2be8c319c2de20de10dbd2d3

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3652dae4b4d3f02fc0c02d9e139391ef43d7ba5]

        coverity: fix memory leak
        
        Change-Id: I2a620971d70c021c7a31dac14ce76f3428324f26

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68e10304389fee75bc069d25c5bfe4b50d0b58a4]

        coverity: make clear that this is safe
        
        Change-Id: Ibcc313700862e0dcb630e98a13e451d3b5035a7f

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4254672d6a4adccedeaf899faf86f7763afb2bed]

        coverity: fix memory leak
        
        Change-Id: Ib471de0977614996cda1e58ccb17d7cd6cadda7f

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db62ad5984d19f5af57f38d21aa98b709030a2cf]

        coverity: fix memory leak
        
        Change-Id: Ice50e9b84a6666b4ce0d02072c5fb40ed313692b

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a62303c13161b5fbe620d69aa82f02997fe41bee]

        coverity: fix memory leak
        
        Change-Id: I57937130d6ef40743c1b13d107888883a6810a8d

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d86f114259cfaf3d3f9e02da5d3699926b5ec5bd]

        coverity: fix memory leak
        
        Change-Id: Idf97e7150617e53ce37ef5a98a7c4582ccc64271

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c7f0e9de5ed799b38d749c0625857658cc1ed61]

        coverity: fix memory leak
        
        Change-Id: I2e0b97285edf1544091402c05d3880f560a352e9

2013-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9aa5ad4156a1ea1e8f73f88d3236218c6f37dea2]

        coverity: fix memory leak
        
        Change-Id: I60d1845dbef9d53545db4bb743764bcb0b6a57cc

2013-02-17  Peter Foley  <pefoley2@verizon.net>  [fb1d11d9a54738562994ee6f7a5875f7a62d5863]

        convert xpdf to gbuild and add to tail_build
        
        Change-Id: Ie85f8092e0c37124508123a1d2f942f50f0740da
        Reviewed-on: https://gerrit.libreoffice.org/2197
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Peter Foley <pefoley2@verizon.net>

2013-02-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [c21916ad8a315a9dd7f23bf9aef0576975470a5a]

        pragma GCC diagnostic is not available for 4.0.1
        
        Change-Id: I4aa9fb45c391c8b17d713e77a8a6e3338005441b

2013-02-17  Xisco Fauli  <anistenis@gmail.com>  [270967f340670189e42939d9432e28e8259feefc]

        fdo#60670: Create a new document in case there's none
        
        Change-Id: I7e03481beb1d4e60601fd93d787bc7354495e41f

2013-02-17  Katarina Behrens  <bubli@bubli.org>  [1aadb8789bc9a58e1798c0905214833a0cd6d40e]

        fdo#58789: export field separators, fix series name display
        
        Change-Id: I1edae1c2ec845a46d7a9a4ab2517784d2d68d51d

2013-02-17  Lionel Elie Mamane  <lionel@mamane.lu>  [0e6fdbd79f196aaa06bf3de31123f6a39fe0ec6e]

        confgure.ac: dbgutil and system-libcmis incompatible
        
        libcmis exposes STL containers in its API:
        workdir/*/CxxObject/ucb/source/ucp/cmis/cmis_content.o: In function `cmis::Content::setCmisProperty(std::string, std::string, com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> const&)':
        ucb/source/ucp/cmis/cmis_content.cxx:1756: undefined reference to `libcmis::Property::Property(boost::shared_ptr<libcmis::PropertyType>, std::__debug::vector<std::string, std::allocator<std::string> >)'
        ucb/source/ucp/cmis/cmis_content.cxx:1762: undefined reference to `libcmis::Property::setValues(std::__debug::vector<std::string, std::allocator<std::string> >)'
        
        Change-Id: Ife845ca5c6cedcbe57e5ce7fbdd8cc641dffae52

2013-02-17  Andras Timar  <atimar@suse.com>  [c13c500630746ba035e0b48c0cbd276aa436db2b]

        CustomActions should be statically linked with MSVCRT
        
        Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370

2013-02-17  Lionel Elie Mamane  <lionel@mamane.lu>  [850b4c7e2d5535dcf76cebea85b4f14c1c7aeaea]

        configure.ac: automatically find versioned servlet-api.jar
        
        Change-Id: I87533bb16d0ac2bbcb7c8592c4f6caa1aa05c705

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [93c69637ffc878d02fa860079804465d2684d794]

        Improve configure support for --with-system-boost --with-boost=...
        
        ...by doing the Boost header checks (are they necessary at all, or does
        AX_BOOST_BASE cover them anyway?) with BOOST_CPPFLAGS already set.
        
        Change-Id: I341043fc514cf286c1ca295e69ff6cd4d3e7974c

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [be9bf4801bc157ec1bf522500772222de914a212]

        Improve support for --with-system-boost --with-boost=... in external modules
        
        ...though it would arguably be better to just pass along --with-boost=... where
        applicable.  (liborcus' orcus-xml-dump links against -lboost_system, so needs
        BOOST_LDFLAGS passed in in addition to BOOST_CPPFLAGS.)
        
        Change-Id: I6467d0f453d68494b75559a7eb61f865f9513b50

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [faf72664d11deaa570a0f8c7e702ff07bf5914c8]

        Missing include in liborcus when building against Boost 1.53.0
        
        Change-Id: Ie6c944d53d6e2fcdd161f674e32c9fbfd761d844

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [4d33da4065bb7620d78f10d04b840f2dd77c6e6e]

        connectivity/kab (indirectly) depends on boost_header
        
        ...at least via KDriver.cxx -> tools/diagnose_ex.h -> boost/noncopyable.hpp
        (kab1) and KStatement.cxx -> KStatement.hxx -> connectivity/sqliterator.hxx ->
        boost/shared_ptr.hpp (kabdrv1).  Becomes evident when building
        --with-system-boost --with-boost=... on a machine with no system-wide Boost
        installation.  Not sure solving those problems this way is the best approach,
        though.
        
        Change-Id: Ida72362596aaac076efc4e1faab41fa47013975f

2013-02-17  Luboš Luňák  <l.lunak@suse.cz>  [3f7ead7ffee808f99bf9cf76bbd247af04707242]

        apparently there's no ssize_t on windows
        
        Change-Id: Ic9aef7fe5295b7dae6f5b7ee7f28378d393cbfe4

2013-02-17  Luboš Luňák  <l.lunak@suse.cz>  [d7f563ba35f9a6b565224b9076dbb238b423e225]

        fix build, caused by fast string concat
        
        Change-Id: I07025171f0865b34de9a85b7820321e5eac46758

2013-02-17  Stephan Bergmann  <sbergman@redhat.com>  [80d81b40a1915eec599fc7004698ff113e5bb47f]

        cppcheck: Iterator i used after element has been erased
        
        Change-Id: Id8eb6a475dafcaddc98ddc48627fa8090e91cf4f

2013-02-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a71946505b853ca3db7fd4c3a7df7bfc62626ed2]

        fix SvxSimpleTable size
        
        Change-Id: I74b082e090cc382b699720f1cfc70f1920ff5db4

2013-02-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e2f97dcc1006aceb80c4805c0e1cb5b2f40ab7b0]

        spelling: otherwhise -> otherwise
        
        Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db

2013-02-17  Caolán McNamara  <caolanm@redhat.com>  [2a7db22c3825acdb0c36a9cefd5736d73e4fefbf]

        coverity#707555 Uninitialized scalar variable
        
        Change-Id: Ibba9295d34a0089127c6e09f59f9c0de6be386c5

2013-02-17  Caolán McNamara  <caolanm@redhat.com>  [bc56c5f8817526679c65e7f49682b6595583c588]

        coverity#707502 Uninitialized scalar variable
        
        Change-Id: I38db032b2e9331170da9e8d84eaa85c894f9d8fb

2013-02-17  Caolán McNamara  <caolanm@redhat.com>  [9a55875ef4c466a4f176c3896c3cf7232b56c0bc]

        coverity#707496 Uninitialized scalar variable
        
        also...
         coverity#707497 Uninitialized scalar variable
        
        Change-Id: Ie3ac361685a52b23e088b78404ea4e013407fe2a

2013-02-17  Andras Timar  <atimar@suse.com>  [7ee2857ab5daa791d36615d149ee562020b883eb]

        scp2: CustomActions are not for MinGW, yet
        
        Change-Id: Ic323ea935d45f7f58b36b314be8036c6b6342335

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [2e367c0ae9a91a428222d229869785b26b739a63]

        coverity#441015 Use after free
        
        Change-Id: Iba7b3b2969525bbb8315452962556d08773e04fd

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [8f9da3e7d0ac3b842bbe31463e18e759bcdd9b31]

        coverity#738975 Use after free
        
        also...
         coverity#738973 Use after free
         coverity#738974 Use after free
        
        Change-Id: Iecf2075372d76cded86b92e49225337b95f5ffd1

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [297b1bc47699340fa0c1fc4ada4d01da9f013d1d]

        coverity#738551 Uninitialized scalar variable
        
        Change-Id: I159b57dcb6f2fd3c34d23c5bb38cf87e8d3e00f5

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [fc0b3b469d5afdd6fc1f5b7db8e1660185da3c36]

        coverity#703910 Destination buffer too small
        
        also fixes...
         coverity#736210 Out-of-bounds access
         coverity#736211 Out-of-bounds access
        
        Change-Id: Ie93150ec764abfc53881f4bad839e32e85fac65c

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [daa605e5f9ee9fc8285b2d9f7a348599174fefd5]

        coverity#736209: Out-of-bounds access
        
        Change-Id: Idd0b5bb68bd0038473f981bb03aab63a5defd3b7

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [1c349320adccb9d7fd525f48c0e5b01af13384f1]

        coverity#736207: Out-of-bounds access
        
        Change-Id: I0867ff9dd279f06c4af0acc4e28f95b1f47dbe6b

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [8ca9e356c10dfa74339d23d5c2b89cea4f8f4f3c]

        coverity#707519: Uninitialized scalar variable
        
        Change-Id: I4edde44a14893f699017ad7f118c7718083dcdf4

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [0f5efe880ad96accf33f2fd8131d7e35e077f0c1]

        coverity#707515: Uninitialized scalar variable
        
        Change-Id: Iacac2777a6c3d2d8dc91ade029d3a1913f7da2e7

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [aa323d811065b07fab65801474411119fddc77cd]

        coverity#707516: Uninitialized scalar variable
        
        Change-Id: I4be71f8dca0f2b2a7dfd59c5bcc3ef068f389846

2013-02-16  Caolán McNamara  <caolanm@redhat.com>  [ff2206caaafa25a62aaa5198d1b0b09158a1227e]

        coverity#707517: Uninitialized scalar variable
        
        Change-Id: I17277bb67430d47283395dfb08ec402361c4865e

2013-02-16  Jan Holesovsky  <kendy@suse.cz>  [8a99c1c26410059289c6e7a1c2055b29adbb4cca]

        Doxygenize some comments, remove redundant info we know from version control.
        
        Change-Id: I02d1a8b5c9f1cd4640e84216c4ef7c3d1fab0042

2013-02-16  Andras Timar  <atimar@suse.com>  [5a9b1bcc3941574f0f42791c189f90b302816dad]

        CustomActions are not for MinGW, yet
        
        Change-Id: Id17a596131b42a31fe007e2c4840798a387f3d04

2013-02-16  Stephan Bergmann  <sbergman@redhat.com>  [9320802bf25dc2c7a8afc0304046883d3a0483d8]

        Better support for --with-system-boost --with-bost=...
        
        Change-Id: I57ff908d1b44dd2f54f2990389e9dca8cea0f282

2013-02-16  David Ostrovsky  <david@ostrovsky.org>  [526e152bbe95e2fcfdeac76bbda37ef5555edcb4]

        setup_native: no export on MinGW
        
        Change-Id: Iebce2ee63fd16dea4139b152b97fce69b8491e18

2013-02-16  Stephan Bergmann  <sbergman@redhat.com>  [b62048701cea5024383e19314592f2edcd9810fd]

        Work around problem with boost::shared_array(NULL) ctor and Boost 1.53.0
        
        ...claiming
        
          template<class Y> boost::shared_array<T>::shared_array(Y*)
        
        is not a viable option due to mismatched types 'Y*' and 'long int'
        
        Change-Id: I8db321cd25cd73c84fa2a3124c9ec1018c131d5f

2013-02-16  Peter Foley  <pefoley2@verizon.net>  [eecb368a6eb5242a69f83bf328830dc84c335b3f]

        fix circular dependency in setup_native
        
        Change-Id: Ic096616e04e67a31bacc840ff25349491a5e56e7

2013-02-16  Andras Timar  <atimar@suse.com>  [952afb7b11594b450561f08ab931fbe70e376f1c]

        remove recently added dependencies
        
        helpcompiler now behaves nicely, it does not depend on svtools any more.
        xmlhelp is needed, because it provides xslt files for helpcompiler.
        
        Change-Id: I3f742ad94c0893a1b37d3ef9be6bfd3cac1fb6ac

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63d1b025ca4abf84ada60f614e5f7bb5a7da2071]

        coverity: variable values is unused
        
        Change-Id: Id2cd10aa34d96629915a3258a20f928af441ebcc

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e113c8481056bdbafed86634be7aa9c1febd299]

        coverity: variable value is unused
        
        Change-Id: I5bf89e42f87c5e405c2c5b6f38d0b3b200d4b90e

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72e5671b7f4041a6b9d745d367289713aa00129c]

        coverity: variable value is not used
        
        Change-Id: Ide7e40a0739e03c525eb5883b1583af01e4e721e

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ecd9e5d0c2eb1d847d73ae128f011691127d822]

        coverity: unused variable value
        
        Change-Id: Ic0c03c649bfaf67a3c936f910c185882ae395711

2013-02-16  Matthias Freund  <matti_lx@yahoo.de>  [2d385322688534ad41ac5f8bb7678bd27b19d931]

        Comment translation german-english
        
        I had remove more of the the ascii-art ;-)
        
        Change-Id: Ia5c5d1d8b539ffb4286232177c12b294b0f60706
        Reviewed-on: https://gerrit.libreoffice.org/2171
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-02-16  Michael Stahl  <mstahl@redhat.com>  [f3ff7103448083f55ce307b1078d60914a272521]

        filter: fix broken string conversion
        
        Change-Id: Iadcc6cddaf943b76dd82650c2f7246696aa438d1

2013-02-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [92064bb2c265069de33d0ced7aa9d94d4c2829c3]

        fdo#57950: Remove more chained appends in filter
        
        And also sanitize some OUStringBuffer uses.
        
        Change-Id: I338b18981e1f925d76c0d640159de30bab219122
        Reviewed-on: https://gerrit.libreoffice.org/2186
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-02-16  Andras Timar  <atimar@suse.com>  [c4bbbe82f72aedb76c9dc8d3503fc67f92d01fc0]

        Readme tweaks
        
        Change-Id: Ie59c828dd3b70fdeab38f6ed876096580f7af530

2013-02-16  Andras Timar  <atimar@suse.com>  [c16e9f4ed97f65357e9986f46ad88ee9f2237997]

        Move SyntaxHighlighter class from svtools to comphelper
        
        We use this class in helpcompiler, and it is not desirable to
        compile svtools (thus half of LibreOffice) for a build tool
        in cross-compiling environment.
        
        Change-Id: I5e6bc3e576af41eb03c1420dd347c542306f69fa

2013-02-16  Andras Timar  <atimar@suse.com>  [c4aa2c4d7eb1cef0f3b172d1dbc4e51e9b379b80]

        Updated core Project: help  782023c2fc5fb427f12a531276c521bef455dd5f

2013-02-16  Miklos Vajna  <vmiklos@suse.cz>  [015739132e0260ccaa18ea286b2ab2ee4a7e162f]

        sw: include SwFldTypes in doc model dump
        
        Change-Id: I62a86c1615ccddb23e658e01423dce8634156ffe

2013-02-16  Miklos Vajna  <vmiklos@suse.cz>  [48796657514ac9c82e95def273ab4b0fa2cb248f]

        MarkManager::dumpAsXml: dump fieldmark names as well
        
        Change-Id: I28683f11380a04051926e6c048686bde6fefdc61

2013-02-16  Stephan Bergmann  <sbergman@redhat.com>  [c240c73c34b50f4447107ccb0b0dbb21c1f28a74]

        Remove mis-optimization
        
        Assume thread t1 creates OUString s, then spawns thread t2, then t2 acquires s,
        then t2 signals via a channel that does not necessarily involve memory
        synchronization (e.g., writes a byte into a pipe which t1 reads), then t1
        releases s and can still see a refCount of 1 instead of 2.
        
        Change-Id: I31047a1a6cc8fccc401a87849f5c3cee3642d803

2013-02-16  Stephan Bergmann  <sbergman@redhat.com>  [15003612ae3a7fc5ca994548d9792349787c68d1]

        Clean up some supportsService implementations
        
        Change-Id: Ib74400765a6e0ef203e751afa5433a01c8564fee

2013-02-16  Stephan Bergmann  <sbergman@redhat.com>  [5f5504a0c132fcfafe83927452d8280858eef16b]

        Remove unnecessary line
        
        Change-Id: I4b9e11e2a790e00e9a4acc5eb81485b59ce15da2

2013-02-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1cfaf70d401d49ab5a2c353f256203e086a678dc]

        proposal: move towards killing UNOLIBS_OOO and merge libs to OOOLIBS
        
        - this is a partial example commit moving ogltrans and mtfrenderer to
          OOOLIBS
        - this renames the libs universally as gbuild is making this trivial and
          little risk of having libs linking against the old name
        - having libs named differently (lib*.uno.so and lib*lo.so) just adds
          needles complexity to the build system and creates insecurity for new
          contributors (and is not really documented either)
        - we should probably look at the other lib groups for cheap kills too
          (renaming in stable/frozen URE isnt worth it though)
        
        Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c
        Reviewed-on: https://gerrit.libreoffice.org/2169
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-16  Tor Lillqvist  <tml@iki.fi>  [05dbe2dda095aee2b595a29b95b5952acbe55e67]

        Blind fix for WaE: class does not fully implement protocol
        
        The Xcode 3 compiler warns: class 'ChannelDelegate' does not fully
        implement the 'IOBluetoothRFCOMMChannelDelegate' protocol.
        
        Change-Id: Id468bf7e42e2551fbcc372feefd6ba5967a911fa

2013-02-16  Tor Lillqvist  <tml@iki.fi>  [bd6201ee4df1b7f54b1e768167a88ea5faa38fcc]

        Fix compilation for Linux and hopefully Windows, too
        
        Change-Id: Ib8d6e4e73443d5ee233133cbb9e201783405c49a

2013-02-16  Tor Lillqvist  <tml@iki.fi>  [dca5d2b1677ebffd1a4ff791c47b33a6252210b2]

        Nothing in the C standard about sockets
        
        Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040

2013-02-16  Tor Lillqvist  <tml@iki.fi>  [d04298dd73a618ed27504cf6af584107c646451b]

        Add network and Bluetooth entitlements
        
        Change-Id: Ibf718c3ecaea14ddbd48a8642c179dd8657779ce

2013-02-16  Tor Lillqvist  <tml@iki.fi>  [f9685dc555cc79fe3a52caf9da39df37da750cd4]

        More work on the Impress Remote Control Bluetooth code for OS X
        
        Mostly the work of Thorsten, from December, adapted to compile against
        the current remote control code, and with one or two crucial things
        added. Plus lots of SAL_INFO calls added; once it works well many of
        them can be dropped. Does not work properly yet, do not cherry-pick
        just this to 4.0.
        
        Change-Id: I53361b49a2b6938c768be1ea0fc17eb5e46b6aa4

2013-02-16  Matúš Kukan  <matus.kukan@gmail.com>  [3717bbf31d299a23f0753f01a6bad56656cfbe74]

        remove zenity configure option
        
        It has served well but it's useless nowadays.
        build.pl is going to die anyway.
        
        Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4
        Reviewed-on: https://gerrit.libreoffice.org/2174
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1cc6db3c6014b36c2452b6e382559119c8093884]

        Check for member visibility in the dimension code.
        
        Change-Id: Ic3370f96c0582b7b0c80c6872ee9a55e38c2b842

2013-02-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7c936145f75812cf651ae57c7f364b0103d5f4db]

        Add a quick way to dump the content of pivot table result tree.
        
        This is to be used for debugging.
        
        Change-Id: Ie5a5ebd66a701937ab806e2370ded85ba557de5b

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b491b5e0c0599446e3853eb0e0021d20c36e88f8]

        coverity: finally fix the memory leak correctly
        
        Change-Id: I1cd8978eba9f42aaa3d5e53085cac23f5e6a31ef

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [608521e9070156a43b9ee1f68db46aea671f08b9]

        coverity: we need a virtual d'tor here
        
        Change-Id: Ifb4cc80761611fbf398ee3cc1d56d104a2d2b5c9

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bec878031af5ed1e533300d5f0fd93ac295b46db]

        coverity: missing break => memory leak
        
        Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d46c1cc675b5bf94c8b19bf8fd24904dd9bfd881]

        fix indentation
        
        Change-Id: I22e22105f1dd226a0bf721b7087fa16afd2e468a

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16586efd12d226b2e5750de0b68b2a855acda353]

        coverity: copy & paste error
        
        Change-Id: I51c79d9b0d59b6de9b831ec8b4e9bf1a2642bd17

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d93d3232af0148e9ace67386efd597d5e2b1cef4]

        coverity: fix copy & paste error
        
        Change-Id: I8969b3152547d2d919c4bc41f2d7955763779bb8

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6522dd0337948ccd6e9007b8f095db65d21ad0f]

        coverity: fix copy & paste error
        
        Change-Id: I5ac5d7c05da7652ae61d2f1925a3fe8e3aaf0d71

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [47da977f5a2c90d28e7573b03203ac467159c23b]

        coverity: prevent integer overflow
        
        Change-Id: If22c897ff97c584e98ab95301f89ed5c5b8bf7c2

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3e573ce863bb9ff749d4be17692e245898d580f]

        coverity: fix copy&paste error
        
        Change-Id: I706eef2373d37452afe6b044a052762da1c8a848

2013-02-16  Thorsten Behrens  <tbehrens@suse.com>  [ece304a932ddd8e5cf9e1d8a5f8fd6810c011657]

        Fix build for --enable-epm / --with-package-format=deb rpm case.
        
        This was somewhat broken after the setup_native gbuild conversion.
        
        Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [577d7ecd494b38d673fbb84738f427f18353fcfc]

        coverity: fix memory leak
        
        Change-Id: I5e293c67691e0efaded2c359a35e3bbb00dcb3d8

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9904fea6694f9f93ca049b75d7184260fb93ee68]

        coverity: fix memory leak
        
        Change-Id: Ie56951fd321820d16fdee197a86987c99d94f76e

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c316e7048131730a9a5bc713796dd917149700e]

        coverity: fix memory leak
        
        Change-Id: Ie7ba893ed08ca6ba0083db20e4c887866d0b6642

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8063ede18d03560cec296fab4152be9b24ec8ff8]

        coverity: fix memory leak
        
        Change-Id: Ib92f1b80e6e597b233eed91b8ed96cdeec509c90

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad02b999d946469325b16232709dde96a3e9ebc8]

        coverity: fix memory leak
        
        Change-Id: I3aed29393376933fe6f07e38fb936911723ed2fe

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b75386908483351ebd45b2b74caf2667ec7c6d08]

        coverity: fix memory leak
        
        Change-Id: Ia69953147cc39b9f5683554188912b8f3fa22265

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d12edc4b069df0e9d3a3283f5bce42c06b1d00b]

        coverity: prevent acces to unintialized variable
        
        Change-Id: Ic2c28232574460fd59dd404618af6b581f410a83

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20ca1cfa6722d62732c4408d14cdc9b1dc56b69a]

        coverity: fix memory leak
        
        Change-Id: I5c8f4002d92be1ddef3f075be7cbcd6a2e88075f

2013-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [02e4df3ab41e1e616019c4fb4c542474702988c5]

        coverity: seems to be unused now
        
        Change-Id: I8bc75ab429619efef65d29a021403444dcd8a1c0

2013-02-14  Peter Foley  <pefoley2@verizon.net>  [91a6fc6ee1405ab98a3e65d7d85e1e51cb514cfd]

        fix rpm build in setup_native
        
        Change-Id: Id7cba31ac24f6a45077f5a41039b7b79ad668b95

2013-02-16  Julien Nabet  <serval2412@yahoo.fr>  [9d6bb5daa67fef7abe07cfbfa22cd52ce73d804e]

        Some cppcheck cleaning
        
        Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0df21bf1f487b673f50c9a8b5466465b18e30c7d]

        Revert "coverity: fix memory leak"
        
        This reverts commit b3356f6f772d7d265160927d45f935098784c20e.

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [1b5839f49c07beb6fbde6c7370a5636d22f9ab77]

        fdo#60842: sw ODF import: support value-type="string" on cells:
        
        According to ODF 1.2 part 1 19.385 office:value-type, the attributes of
        table:table-cell, namely office:value-type="string" and
        office:string-value="foo", should override the element content of the
        cell.
        
        Change-Id: Ic580307effb046d127c4d64a4f963f0e91b3a2d1

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [0e49d87d92a3f1aeeeda547f1a7e710dcd4fee95]

        fdo#60732: check max size in SwTxtNode::ReplaceTextOnly
        
        Change-Id: I1ca2075ab99fe1b09df700f55645b44f38cf5bcc

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [b6d45f26ea5bcc848737921b59a16253eb1d8587]

        fdo#60732: check max size in SwTxtNode::ReplaceText
        
        Also adjust SwUndoReplace to not assume that everything was inserted and
        use the stored indexes instead in Undo.
        
        Change-Id: I52f3aaf063c2b1bd52381bdc19e29a41a12c3847

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [d47218d79a2440e71efb66b2224063801ba6623b]

        fdo#60732: make callers of SwTxtNode::InsertText more robust:
        
        Return the actually inserted string from InsertText(), so callers can
        check if the insertion was actually successful.
        Especially InsertHint() will likely cause problems if it cannot insert
        its CH_TXTATR; also Undo objects should not Undo more than was actually
        inserted.
        
        Change-Id: I87c9ea8b226ae4a2a6c20c112da76db07051a1bf

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [447bb5b5006051672ec526b75bec7db02d2db82e]

        SwDoc::Overwrite: probably a bad idea to overwrite fieldmarks
        
        Change-Id: Iba94df67c21514cf4f5361bab28629c6d5d9d3e8

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [5a80c24b145c8efe0dd384ef88e7d31173522fb8]

        sw: do not crash when it's not possible to insert fly
        
        Change-Id: Idfcf54013107ba6b7ce3de0d0bddbef306698f33

2013-02-15  Michael Stahl  <mstahl@redhat.com>  [549c0f785d4b6d4bc1b39b22827d77d66f48430a]

        fdo#60732: SwTxtNode: limit to less than STRING_LEN chars
        
        It's not a good idea to have STRING_LEN characters in a SwTxtNode
        because then there is no valid SwPosition at the end of the paragraph.
        Also it turns out that LO 3.6 and 4.0 do rather stupid things with a
        full SwTxtNode.  So enforce a limit, at first in the usual places that
        are used during file import, SwTxtNode::InsertText() and
        SwCntntNode::CanJoinPrev()/CanJoinNext().
        
        Change-Id: Icb0f44acd20aa81635d42b84d4ae0f9b693a661c

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18d37cf9fb21dd809ec79135ce93f9a55512c9b3]

        rscdep is dead and gone ... and there was much rejoicing
        
        Change-Id: Id411a6caceaac92d3044fe6a2385d8b1c2f16133

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [507f51b093a1dfcd2866785cd700d5c390ee28f6]

        so_checksum is dead and gone ... and there was much rejoicing
        
        Change-Id: I6cba24830d397ca405646a1deb0ee0385a3b67e4

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b2ded51418a272c300f10370032933c9671446b2]

        mkunroll is dead and gone ... and there was much rejoicing
        
        Change-Id: Ib5e791e85b244ac5af5b504a237892b6d81eeba8

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a73122622bc44e34d9e7c56d1a16de43ed3adae]

        coverity: prevent use of unitialized variable
        
        Change-Id: I17520b15d75467f8233f964ef99a4dd0eea7ed44

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0885e37063e1c04e24bcf94d792b6bacc2d7d38a]

        coverity: fix memory leak
        
        Change-Id: I5d9d240af15f3c7da1e6fe29a69dc0366684b55f

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be64af3722e919f2a218f444daa04c4a70eb449c]

        coverity: fix memory leak
        
        Change-Id: If5bd111bbf4c1df8e790f229165c682ecc0ed3b7

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4bd11d8b1cafdddf7a04113980f048f15d2521b]

        coverity: fix memory leak
        
        Change-Id: I2bff2b1bee6d14ef237c62f02b9e1fddd2b63f11

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8591e596bde12c800d763c2c8e00456a7ac0ce5]

        coverity: fix mismatch between new[] and delete
        
        Change-Id: I33b2b8ffd1a6ba539346ca19f6a34bc7f1c61e3d

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e2b2ffcccc1d78674a4f361f0da911de8303f54e]

        coverity: fix memory leak
        
        Change-Id: I978dd7dbc520e5a53fd4ca245e871286dcc10ca6

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3918fdaa9acd4056161a67b75d8028c918b5c22b]

        use boost::scoped_ptr
        
        Change-Id: Ib68b65a03be092f43a482e33966b7c1c103ace08

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8426af90fce68eb1762f4774d7428cc2b2d20013]

        don't access freed memory
        
        Change-Id: I3839d9af55c7dcd29d34850618a33c6c3b1ee2ec

2013-02-15  Miklos Vajna  <vmiklos@suse.cz>  [f6251134c94c5424dac633a107e07a2403e3a56d]

        configure: drop no longer working --with-linked-git option
        
        --with-referenced-git works with submodules, --with-linked-git does not.
        And I don't see a way to fix it, either.
        
        Change-Id: Ib6cdb065a022665cd62e9fdc7fc37a9e916e50ad
        Reviewed-on: https://gerrit.libreoffice.org/2165
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [346b64473a6064247bca471e8054d1879428d017]

        android: detect updated sdk and re-generate troublesome ant rules.
        
        Change-Id: I147439e99892a5794a4bca880c5b3e22e46e1f86

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3356f6f772d7d265160927d45f935098784c20e]

        coverity: fix memory leak
        
        Change-Id: Id378d44e8d469c3606050255d9712a0aed5ede57

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc9cd7af3beb13eede23c6c60506c6e8c329e29d]

        coverity: initialize variable
        
        Change-Id: Ie52aae8e56e4b420d612772f8dab1d9e7330f79a

2013-02-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22763347d8d4f02729c93ed19c2040ebebabb5f1]

        coverity: fix memory leak
        
        Change-Id: I1c4e6cd0b60047de45a4782bfebb8520b1a17f22

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3ed5ab5e2a78914a38e349e82c9c1575ca635157]

        fdo#60924: move libbib to autoinstallation
        
        Change-Id: I41a94def0db257470e08a86078d1f8bda8470c76

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [87a9d8fdc6bd793f27a4fa62ebac233bd6a27438]

        handle more than one lib correctly :/
        
        Change-Id: I1c6478e0ed69c7678598eb0d65cd5043d6c8dd99

2013-02-15  Julien Nabet  <serval2412@yahoo.fr>  [c83e10cf0a8fd3a27bff8907d0c6715e8e3cd070]

        Fix conversion
        
        to avoid error messages like:
        error: could not convert ‘(const char*)"LocalFile"’ from ‘const char*’ to ‘const rtl::OUString’
        
        Change-Id: I8b55049bd29c63b837f80b1562b9e8cd8324c603

2013-02-15  Xisco Fauli  <anistenis@gmail.com>  [cc7f6a58c7d8d1cd3d2534b307dbf05b98561752]

        fdo#38451: Disable Sender and Recipient step
        
        Change-Id: I5ab0989ed4e5e30b97170cbba0d516eff4befc59

2013-02-15  Jan Holesovsky  <kendy@suse.cz>  [9da54417345c6069d995bdabae7d7dd6de40d1a6]

        coverity#738978: Fix use after free.
        
        This was a corner case after the container types removal.
        
        Change-Id: I2200b7fc2d38946403d289e62ad602a63bd1cf6e

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c743324292a9994e20353734846b5045199d8e93]

        Remove the need to manually register libs in scp2
        
        - we have all the needed information in gbuild
        - reduce the amount of double and triple bookkeeping
        - hopefully the generated files for scp2 are only a intermediate step
          and we can do whatever perl voodoo scp2 does directly in gbuild
        - currently using basctl as an example
        - this also means we have to be more strict in Repository.mk with what
          we register:
          - if we dont build a libs, it shouldnt be registered (otherwise scp2
            will want the nonexisting lib)
          - in the end, this is a Good Thing(tm): we dont want anyone trying to
            e.g. link against a lib we dont build
        - should now hopefully work on all platforms
        - added module bookkeeping to gbuild
        
        Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [1b13c952f50aab2b907dab13395ab23d0955c238]

        Resolves: rhbz#895196 sc filter float a11y parent of itself loop/recurse
        
        Change-Id: I3679e7cfcd32a78b40c6a7b803c92ff0abe6f32c

2013-02-15  Luboš Luňák  <l.lunak@suse.cz>  [2cfbd84c710d76d8c5dbdadaa9c1b9278d8b7c64]

        pch for Library_sm
        
        Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886

2013-02-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1577fe0bad673fea0814c6db91ad5466c819306d]

        This one is less awkward.
        
        Change-Id: I3bb9555ff4db6728a9a50ee5459faf981232445a

2013-02-15  Miklos Vajna  <vmiklos@suse.cz>  [ba30ed10c4a322f4a5fb7873cad9eb857477672a]

        sw: include fieldmarks in document model dump
        
        Change-Id: I5924ae824f87f796c808d56bf13d3dfd143a8e0a

2013-02-15  Xisco Fauli  <anistenis@gmail.com>  [81ee2a2fff822cd534507b867ebe3d0666a31ae0]

        pywizards: update makefile
        
        Change-Id: Ib9855286c68b873f60db7afefecc9c2f4364c53e

2013-02-15  Xisco Fauli  <anistenis@gmail.com>  [752979511ef391e53a4ab04939e2500de41062fc]

        pywizards: remove unused files
        
        Change-Id: Ibbb45626c984f79f94a7e281b05bf86a25897b0c

2013-02-15  Thorsten Behrens  <tbehrens@suse.com>  [adc62310b8539c7be1c0a5a943b82fb7db9b0a0d]

        Only escape double-quotes for ulf files.
        
        On second thought, this was needlessly overbroad. Missed the fact
        that the code is strictly for ulf.
        
        Change-Id: I96773d6e2a9af473e8c8309421b4900c0b76667f

2013-02-15  Thorsten Behrens  <tbehrens@suse.com>  [c915f0e243762ba66fcd51a67b6ec42911e05ee9]

        Proper escaping of quotes for android xml resource files.
        
        Change-Id: I9f76986465af5798f1451d44af6765f4e5d1bb09

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [5c31e17e46b02e755b075e63a08ffd8ad0eaa481]

        sync two translations of the same fundamental comment
        
        Change-Id: I4da6683489c87fe06d45474dfc20351cb31ed000

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [1dd8cffc10d953ca645252ae2d8f11363186d21a]

        fix grammar with use of conform/conforming/conforms
        
        Change-Id: Ie41651359f26a267273bf87c947ee58568983e5c

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [914de32b27c7fe164b21f9247275ee3117c0864b]

        Resolves: rhbz#910176 cannot select directory with gnome folder picker
        
        << gtk documentation
        gtk_file_chooser_get_current_folder_uri ()
        
        Gets the current folder of chooser as an URI.
        
        Note that this is the folder that the file chooser is currently displaying ...
        which is not the same as the currently-selected folder if the chooser is in
        GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER mode ... to get the currently-selected
        folder in that mode, use gtk_file_chooser_get_uri() as the usual way to get the
        selection.
        >>
        
        << offapi documentation
        XFolderPicker
        
        getDisplayDirectory:
            Returns the root directory that the FolderPicker is showing.
        getDirectory
            Returns the selected directory
        >>
        
        so  getDisplayDirectory <-> gtk_file_chooser_get_current_folder_uri
        and getDirectory <-> gtk_file_chooser_get_uri
        
        Change-Id: Iaa5ab16a250cd59fe5e8bd02149298eef6d1dec2

2013-02-15  Luboš Luňák  <l.lunak@suse.cz>  [a04ab936088896789f5cf00583cd9767b5646f35]

        Revert "fix build", not needed in master
        
        I meant to do this for 4-0, not for master, as the commits mentioned in the message
        show, this is not needed in master.
        
        This reverts commit b60ccd4d4ddf4076085890938bcc08aca2737e15.

2013-02-15  Eike Rathke  <erack@redhat.com>  [61c72ef4bebebdfa505176e7d5db82920ad3822e]

        ocColumn and ocRow do not need recalc on load, fdo#60645 related
        
        Change-Id: I34fc7af10aca3484d30b443c6b0257451a218ed5

2013-02-15  Christopher Hotchkiss  <christopher.hotchkiss@gmail.com>  [b4d3f5c2b0b9b5b1c4f24a0f391fb355caaef7d0]

        Added the current commit to "soffice --version". Fixes bug 60688.
        
        Change-Id: I95300b093b4fabc9a52f9c92de874f7c8e4d2869
        Reviewed-on: https://gerrit.libreoffice.org/2160
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-02-15  Matthias Freund  <matti_lx@yahoo.de>  [ba18e945fa225543ac8d9e901c98841410094177]

        Comment translation - german-english - 3 files
        
        I'm struggeling over line 407 in sw/source/core/edit/acorrect.cxx, is this the right translation.
        Is this a question or is it a description what happens in the moment???
        
        Change-Id: Ie665a8dffc41ee057c0277788282eea96cbbe6a3
        Reviewed-on: https://gerrit.libreoffice.org/2157
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-02-15  Eike Rathke  <erack@redhat.com>  [a60712be0e05ec2c2e3d48ec77511412151988ea]

        renamed SetRecalcMode...() to SetExclusiveRecalcMode...()
        
        To emphasize exclusiveness of the four basic recalc modes renamed the
        corresponding methods.
        
        Change-Id: If6f99d2c84e4a042a3a3e3640cf416d306a2d0c5

2013-02-15  Eike Rathke  <erack@redhat.com>  [ff319d052659974d1aa5d6ac8c468a7259a46cc4]

        use AddRecalcMode(RECALCMODE_ONLOAD), fdo#60645 related
        
        Instead of SetRecalcModeOnLoad() which sets the exclusive bit overriding
        RECALCMODE_ALWAYS use AddRecalcMode() that handles these cases.
        
        Change-Id: Ieeeff67d4dda1493e8c48f231b870513f655839a

2013-02-15  Eike Rathke  <erack@redhat.com>  [cf8318429e3177574f9d60042c402401f484bf17]

        prevent out-of-bounds buffer writes in EnumLocalesParams
        
        osl_getTextEncodingFromLocale()
        
        In case of the Language code being longer than 2 characters the string
        written to the struct EnumLocalesParams member was not 0-terminated if a
        Country code was also given (consecutive fields in the struct) unless
        the struct was packed in 4-byte alignment and luckily contained a 0 as
        the 4th byte. The locale could not had been matched in these cases. In
        case of a sufficiently long language or country argument the entire
        EnumLocalesParams struct could had been overflown.
        
        Change-Id: I1ec67ad0b3d12b0fa944d7e759bb5cb701842e39

2013-02-15  Eike Rathke  <erack@redhat.com>  [8a07032d01aa59fd94c393669d8ac4b8443acb2b]

        do not use the raw locale for osl_getTextEncodingFromLocale()
        
        Change-Id: Iab7402721b5fbf20a05c9ff2725e52b012df2940

2013-02-15  Eike Rathke  <erack@redhat.com>  [5918c7c84c18042baba42e5899f00d69254e3586]

        use LanguageTag(rtl_Locale) ctor
        
        Change-Id: Ie668d40b815ae1cbcdb321649d8e52513cad1aec

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [b2c29ebb4cd9cb9fa9f4c78bfe1a27775f899fdc]

        various efforts to consistently apply HIG rules
        
        Change-Id: I71498e44d25fe4a2f0feb221ec0e77d455aeb61c

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [1ccbb620946c7032c57054550b08ad5362fe1c3f]

        tabpages size req not factoring in border width
        
        Change-Id: Ie7396b63a64e89bb7aa7c0e284faab7ed380c4c1

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [158aee9ad3e8d7dbb58381fc260ebdb53466ce22]

        Resolves: fdo#60627 wrong lib names for some custom widgets
        
        Under Linux dlsym will search other locations and find them if they exist
        elsewhere, but not under windows, so its easy to put the wrong lib name in if
        developing under Linux because it'll generally work anyway.
        
        So add a script: bin/verify-custom-widgets-libs which can be used under Linux
        to verify that the required factory methods exist in the right lib.
        
        Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [eaf189abf2a3aa9d64a77ec866204203b51f52a8]

        android: more cleanup / misc. fixes.

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [44db691206bf8b413dd04ffb6c762a539d3f2dc1]

        android: get the desktop demo building again.

2013-02-15  Tor Lillqvist  <tml@iki.fi>  [6aef5e7807a0b1ebb48da82556e9e53096c9753d]

        This file gets constructed at build-time so no point having it in git
        
        See the properties target in android/Bootstrap/Makefile.shared.

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [be6597a67888dc2b046127cd61712ab2690117e3]

        avoid re-linking if nothing changed.

2013-02-15  Tor Lillqvist  <tml@iki.fi>  [98750448594c0a8a1c05c1da907b934d8870c569]

        Add even more dependencies
        
        Change-Id: I1f9ab5d89ae694bf2d464cc789231c23336dc6fe

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [7b66d015ea8f9cd1af2f3effd837366773cc4fa3]

        add missing chartcore.
        
        Change-Id: I069065fedddad0585851629b6c674cd613ad4409

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [55eef1da87da7a951c51bd8fa88334a9380ca481]

        Add other missing libraries.
        
        Change-Id: I9ab478dc48cc0a0e521641dd89d28a7ee419d242

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [5ec83df41cd4d5edb1aa433f698fe1be5cd9dd55]

        add missing components.
        
        Change-Id: I4d7993df862a4a9e9e2c5541f3a6318b2f25e10d

2013-02-15  Michael Meeks  <michael.meeks@suse.com>  [68d7b72fcc7a1636a93e5bfb2295fd24df8685c3]

        android: share more of the Makefile / build logic

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [b5abb829ed5bb151dfbce595c6cd86b45e373f38]

        various efforts to consistently apply HIG rules
        
        Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [181403c23e3f0abe3f8674b173c8c998c3c9c57a]

        move set master password dialog to uui and adapt code
        
        Change-Id: Ic23b7589f48f7b2fc4b8f6e4bc285364b8819081

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [27b041318f7b1c3fcd890d2935c35237e993bbe1]

        fully convert security options to .ui format
        
        Change-Id: I119b38f96ebdd6af19b9dce926a684398b4f72f8

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [0a410065389b21d77f4360d3249021ee61777e10]

        Updated core Project: help  a321504f9f0d89b463e259a02a2ae7f663522edc

2013-02-15  Miklos Vajna  <vmiklos@suse.cz>  [7987d46c6bc9439e299514e6bb1644e7f2c5880a]

        cui: get rid of _SVX_BACKGRND_CXX define
        
        Change-Id: Ib93806d697f10abeb1e97d0cb08954e15961ad87

2013-02-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ee1db992b98378b5e2f5e9aa8af0e36c375e582f]

        fdo#43105: apply old sw-nested-positionned-tables-ww8-import-fix.diff
        
        - replaced the really ugly goto hack though
        
        Change-Id: I14dfbe414dc16b634fbaca0a365e2e9ec37ab08e
        Reviewed-on: https://gerrit.libreoffice.org/2133
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [0ea32acfa5f7d3ab78d4c01ef2cd03ff04503ef8]

        move security options dialog to cui and adapt code
        
        Change-Id: Ie1f5c5eb437c55844a524c1219b1e30e5f07b3c3

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [c163123e1f1ffb7bcaa8f2f09f2830fdfabcaef3]

        adapt macro security dialog code to .ui
        
        Change-Id: I0527ff30508bd7fd9182ff0bfec87aef7907f1fb

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [62726df969887cf6578a0f69c6c3dc8f689a3b06]

        use stock button
        
        Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979

2013-02-15  Caolán McNamara  <caolanm@redhat.com>  [d6ca86e3c0fee5c81cdd3cd70ab78a1c80aec05f]

        Updated core Project: help  31661c9c558f07cd5cc32c380c1c62749514f10c

2013-02-15  Tor Lillqvist  <tml@iki.fi>  [19493b208b44a1a793f76dc5911cad280d5e8e03]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: If7d4ad37038c82854cfea9cd830c801ae9274561

2013-02-15  Tor Lillqvist  <tml@iki.fi>  [f97dd7b4eb84543de49a5d67c182ed87dc29fe82]

        Try again to unbreak the MinGW cross-compiling tinderbox
        
        Change-Id: Ie99768276ad9ca1dbd3aa3cb220d193ae7138858

2013-02-15  David Tardon  <dtardon@redhat.com>  [4a6f1853a2a15b938575406feada108443257536]

        fdo#58283 produce all translations for desktop files
        
        Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b

2013-02-15  David Tardon  <dtardon@redhat.com>  [115054fef08998c56cba8f14472df1d15007f635]

        fdo#34548 don't crash on undoing text frame removal
        
        Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9

2013-02-15  Noel Grandin  <noel@peralex.com>  [3164966103b7d5c19197b7e94040d585e5af04ac]

        fix fdo#60804 - Print to File leads to Crash
        
        This was because of my busted commit in
        4b51374a7021d52f7f1be1861e2ee6a011b30ecd
        "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style"
        
        Change-Id: Iaf99dcf052b5aac7f995b86a0e8af9725839802d

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d2668a9118a20c62e28cf064c5c625f096a9c20d]

        Fix subsequentcheck. We need to have at least one measure data at all times.
        
        Change-Id: I9ffe6a1cedc91fb0829b074097aa774f8eae8d88

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5e4b9d960e88b6137d952845fe121836e73f3ca3]

        Disable DumpState() and its friends when not debugging pivot code.
        
        I was just about to add a similar set of functions to dump the internals,
        but I can re-use these.
        
        Change-Id: I212f0a6ea7a32233991f6cdb64e27be39c5af2ee

2013-02-15  Matthias Freund  <matti_lx@yahoo.de>  [2230dd01ff923d7e86143379fa96c3f3a114b913]

        Comment translation german - english - redo of 5 files
        
        I have send it  again and abandon the old changes. Hope this is correct?
        :-D
        
        Change-Id: Ib7668f30d4c813ce656e9d8d5fcc0060d1a6aff5
        Reviewed-on: https://gerrit.libreoffice.org/2143
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fe9e3c51f9b7232fd61de8f7d6633146c095d545]

        Why in the world would anyone pass an integer as a const reference...
        
        Change-Id: Ibd205e972c3c16ef68db2909496704c05161c4e8

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [29267e940a5280e959ae50828839beeb9314a8da]

        This should be a struct & let's not put everything in header.
        
        Change-Id: Ic9b56092d5dcc3f2dc48d8f0909cb1e3f967c3d5

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4931d3e5cfc83827faa26377ee77b9839ab93b9c]

        Actually we can just swap them. The originals are not used after this call.
        
        This avoids redundant copying of vectors.
        
        Change-Id: I1da8295774a1a39fd4df021fee1a3036134067a8

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c669d9e645b7600cf8ed0cc696e99f4552b167a4]

        Use std::vector instead of C-style arrays.
        
        Change-Id: I593c6c50aeb4ead723076d01e7113de154e2557d

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [edbf1da237b3f276495637b477113618a7b8453b]

        Pass ScDPSource to ScDPResultData as a reference.
        
        Change-Id: Ia864643c8285de76cb9b026b93b396abd897202d

2013-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [a4b4c0cdae9695f49d41f097fb891845b8e908f3]

        sal_Bool to bool
        
        Change-Id: Ibc0cd792ee0d21ad4ed2958bad66e2536eec5250

2013-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [4d7cb46fa2f9552aa479483bde2fcf9c31e2ee13]

        bUseDialog was always true
        
        Change-Id: If7ed109ea1e5582356ab882989dfba22a346e3dd

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1eb375177a7f0356e571a0d9c34cb64c649f2f45]

        Caller should check the member visibility, not the callee.
        
        Just to be consistent...
        
        Change-Id: I8d36c438992751c6389c9481e5ff9ea198ccbba0

2013-02-14  Matthias Freund  <matti_lx@yahoo.de>  [38f40c5ca607b7761f6433a4d12eee5f1057fa50]

        Comment translation german - english - redo of writer.cxx
        
        Change-Id: Idf885dc8d47077800bdc648072aa45eb46c9a286
        Reviewed-on: https://gerrit.libreoffice.org/2140
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [245ef21024d10be5fcbc22bf09aa4a7673fdcf26]

        Misc cleanup - scope reduction, string, class description etc.
        
        Change-Id: I607efcda0f24d6d6c6b1359858fed417475ccde1

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [779f6188d9ee2f3db2514ea6db72663d35a064cb]

        various efforts to consistently apply HIG rules
        
        Change-Id: Ib34dfd1ffa096ce890a8cb1baf403e595128c79c

2013-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c55eab0309681991eae7382b682c26550786f56]

        CELL needs to be recalculated during import as well, fdo#60645
        
        Change-Id: If981199f01d4b33270d82c65fb033fa51222fb62

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [6b3ecd1140456cc8eb4e5df59743be46351a1ae0]

        drop unused hid
        
        Change-Id: Ie176d91aaa39a354829630bdca3d39cb75146651

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [5e14aedfa143f17cab8cbabdd896f8d6373326d6]

        Updated core Project: help  005265749245773d92f3e434f58d531630d1e17b

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [c60470f921b019fbe0bef269ca576333b7de6f70]

        nss, too, this is ridiculous
        
        Change-Id: Ib84a91f25d8a2f3572d8308eb0dfd5bb87f6deba

2013-02-14  Michael Stahl  <mstahl@redhat.com>  [120d3fe123e9567f2a488575b5afd48dae1cab5d]

        appdde.cxx: try to fix MSVC build
        
        Change-Id: I14baa8bc0a462492ada6e4aeb8d8f90a0de2a51d

2013-02-14  Urs Fässler  <urs@bitzgi.ch>  [1e95602e5d566468ed075b1813e21ba08039b2db]

        Translation of german comment
        
        Change-Id: I2876e33ccfd5dd7b33747d77a4cdaaa03bd01de9

2013-02-14  Luboš Luňák  <l.lunak@suse.cz>  [b60ccd4d4ddf4076085890938bcc08aca2737e15]

        fix build
        
        Caused by 185e1be6cd1954b8cc5a302c879384f2549cd060,
        fix is more or less d0d07cd2975c1fb783d0f8591dd3a4931d1c5be5.
        
        Change-Id: Ia7d228139126b3e60370b85c106bc970f4e68cce
        Reviewed-on: https://gerrit.libreoffice.org/2154
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-14  Andras Timar  <atimar@suse.com>  [4ebcc5b72f49eb3919ca82931572d97347ba2de4]

        fdo#60483 English -> English (United States) in language selector of installer
        
        Change-Id: I0a0534bf4a8d7f61b255f36de96a2918ddec5422

2013-02-14  Miklos Vajna  <vmiklos@suse.cz>  [9104d5e8905c2ec2b576b5ca452d3e23d5555e49]

        fdo#60738 SwPostItMgr: let the cursor know if we're in annotation mode
        
        This solves the conflicting requirements:
        
        If the annotation has focus ("in annotation mode"), then we want to
        be read-only only in case the comment anchor is inside a protected
        section, or so. Ignoring the fact that in the main document, the cursor
        is right before the annotation anchor, which is a read-only position.
        
        OTOH, if the annotation has no focus and the cursor position is before
        the annotation anchor position, then we do want to be read-only.
        
        With this commit, the first case passes around a boolean flag, so the
        annotation frame won't be read-only without a reason.
        
        Change-Id: I25781a4501f752f7c4d024795d57b884cb800547

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [b6ff380b9378ecbcceadf717dcf1623bc52d4825]

        -Werror,-Wunused-private-field
        
        Change-Id: I6c12d295372e847226adc61b2c9496f052cc2fdf

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [5cd036c0742f8be8d6fc34f7e3a983cae557d94b]

        multiple unsequenced modifications to 'nPos' [-Werror,-Wunsequenced]
        
        ...where the nPos wasn't actually used, anyway.
        
        Change-Id: Id5e2e37acd2a7cc191030a1ec959894d3ec1943f

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [772e231a92044b5613b4ae3545b2110a5e13ed99]

        split out trust page and adapt code
        
        Change-Id: I79067df7174f5ae9bff51d997128cb033477aa6f

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [ebe10cdf9186fa6b6b1a55194d6a32ff6cbca223]

        teach radiogroup loader about custom properties
        
        Change-Id: I318d9bace6f2c6aa9c10a592cb2134ba1c0d914e

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [ca0600f0c9022d631317423ab5a59493b41906ab]

        multiple unsequenced modifications to 'nPos' [-Werror,-Wunsequenced]
        
        ...solved by removing the nPos member and instead calculating the index on the
        fly.  The difference is that old indices were before calling std::sort in
        OPropertyInfoService::getPropertyInfo() while new ones are after, but that
        should probably be OK per the documentation of
        com.sun.star.inspection.XObjectInspectionModel.getPropertyOrderIndex (which
        appears to be the only client of that functionality).
        
        Change-Id: Id346bb219acbdad88ec43cf46feca8c37f2c7cf4

2013-02-14  Luboš Luňák  <l.lunak@suse.cz>  [b88fe998ce8c80d7629fe70118311096615d959d]

        use 'default character set' as the windows charset for unicode
        
        This is based on 2.8.2.2 from ECMA OOXML Part 4 and is a bit of a guess.
        I do not see why JIS should be the charset for everything that is unicode,
        and MSO2013 fails to read embedded fonts with w:charset set to this value.
        It seems to handle them when w:charset is set to this 'default character
        set', whatever that actually is. Without embedded fonts involved it moreover
        looks like w:charset does not actually matter.
        
        Change-Id: I7c083a0e39076313cd2687b1712420c92f691f5b

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2f955d5f12184072c8f3270000f15018556f2f75]

        More boolean cleanups.
        
        Change-Id: I27dc69f92a196137cb218fa5254e40dbe920f7c0

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [1976b017c3f23a50fc4533c94ae4eb151ee591a1]

        Disambiguation for MSC
        
        Change-Id: I356af9cebf4779bd5bc4721b0e0e20d7ae4e307e

2013-02-14  Luboš Luňák  <l.lunak@suse.cz>  [a12286cf81b2483e1585b2c45c40fa507fdd3136]

        more reliable detecting of changes in the combobox lineedit
        
        Change-Id: I3563a961c54e235fffe0c2ab1809f51882ba3831

2013-02-14  Luboš Luňák  <l.lunak@suse.cz>  [fe8bfb201e79c31de1b692931a0e9ee6c7ff1d25]

        mso saves obfuscated fonts as .odttf in .docx, so use the extension as well
        
        Change-Id: I5d4cb579c042f03137188f3e0293015bea723dce

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2301bf6f5b88cb0230836a70e94854ee7d9a29eb]

        String to OUString.
        
        Change-Id: I04abefbb43f65406a01690e62ab7b8ea6c4f9eb9

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b801a56de6d34f8d7d42a91400482a88801380f4]

        Massive sal_Bool to bool conversion.
        
        Change-Id: I9fa22b4c5a85b0ddf83a1d7b0e8be0a1134ea19a

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [45d5bd84354a0af91474e63a07e684ff9dc121f2]

        Fix ugly indentation.
        
        Change-Id: Ia63db71f498408b20fd100a6e536416ce14f9fde

2013-02-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9644141997c1cb5f0953a28a0125351165098d99]

        CalcRowData can be passed as a const reference.
        
        Change-Id: I20b6efe27d179ee5ace7dd3ead87a563b25973a8

2013-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71ed03b9ad45e7da8ac454377701d265ce11cca1]

        assert if there is a wrong index, a warning is not enough
        
        Change-Id: I5fe16f24fab0b0c29cb9acb279e13db499bd3d1c

2013-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4eb7d128b0379d64b083ca5d27dcb25d3d38d97f]

        another case of wrong escaping for "
        
        Change-Id: Id302f224346e2e3db3480a3a3aed97e7f25a7280

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [e2c343df8ca0a344d6e9c789c60c5b8dc7416b51]

        Avoid ambiguities after string clean-up of InfoBox users
        
        Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [973160bb4853f2913024c7ef4bf9f5e638e93c5a]

        Comment clean-up
        
        Change-Id: I7696dde7337531629d29cce7eb3f882cb4bfad0d

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [c9d2518656ce0fc5e96bb4bf06c0e78a575c2597]

        svl, too
        
        Change-Id: Ib7ad7a1045aad03b0e176d5267b4e942521ba023

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [acdaed35a7e79b6eca4918e53f761dc08ce9a52c]

        Missing dependency
        
        Change-Id: I73c77ea8f38794bf3d05ee247bdab5e4ddc57646

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [9d67b621c5c3247d8b7c983a81248d7dbde582fb]

        Fix compilation error with older GCC
        
        The GCC 4.0 we still use for the "official" Mac OS X build says:
        "error: conversion from ‘const char*’ to non-scalar type
        ‘rtl::OUString’ requested." Sigh, I guess there might be lots more of
        these elsewhere in the code.
        
        Change-Id: Ifad5722bbadd465ebfca1ac3f0b55f07a6895e12

2013-02-14  Stephan Bergmann  <sbergman@redhat.com>  [c91d353872b7d4e1a39192bff1444b46cab6e5eb]

        rhbz#908674: Adapt rtl::Allocator::construct to C++11
        
        ...otherwise, at least with some --with-system-boost versions and C++11
        compilers, like with Fedora's boost-1.50.0-4.fc18.x86_64 and
        gcc-c++-4.7.2-8.fc18.x86_64, using this to copy-construct an instance of
        boost::unordered::detail::ptr_node<std::pair<rtl::OUString,Bootstrap_Impl*>> in
        the call to p_bootstrap_map->insert(...) in rtl_bootstrap_args_open
        (sal/rtl/source/bootstrap.cxx) would memcopy the ptr_node and fail to call
        rtl_uString_acquire, leading to memory corruption later on when
        rtl_uString_release is called one time too often.
        
        It is not entirely clear to me whether this is a shortcoming of the given Boost
        version, but this patch solves the problem and brings rtl::Allocator::construct
        in line with the (changed) Allocator requirements of C++11 anyway.
        
        The problem potentially lurks with every use of rtl::Allocator, but only showed
        now begining with LO 4.0 where e5111574fd904b38a3980ca4ea3d21cfcb22dea6 "Revert
        'sb140: sb140: #i116981# clean up memory upon exit'" re-introduced code into
        rtl_bootstrap_args_open that inserts into a boost::unordered_map that uses
        rtl::Allocator.
        
        Change-Id: I3be22f59a8eb49d31458480c27f3ce15803c7fd4

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [bc96a84370fb167ab2c63582c10535992f31768c]

        Fix build against Mac OS X SDK 10.4
        
        Change-Id: I077afe48e0d375f75a8c35bc87c6c177b68512f7

2013-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4dc71bcf6e6a757a8369c46db1c24e98679d1506]

        use >= as mentioned in the UI, fdo#60798
        
        Change-Id: Iac6737e98eb0961de22036f42634ebad7d42dfcc

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [22b20e8b5ac29bf02b137d48c34c94edb2e1d628]

        forgotten mnemonic widgets
        
        Change-Id: I5494b3f99f3e1145898dcfb5b17bc62861faa5f9

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [3ae314a9bf3f2ff79ad4f2acefc511bc0001132f]

        Updated core Project: help  46d9ef662c4e2825b3da02a9949ab19862df7422

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [db679c57dda786b596c6c190b4c6b32a57b40b20]

        adapt code to insert sheet .ui
        
        Change-Id: Idba3ff98cecd47743d83ad444151117d5f457a7d

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [4f8c28de2549984c752c056bc62f9961c888929e]

        consistent 6px border and frame top alignment
        
        Change-Id: I802af4cc3654de1cdd750054c9b927cc576fa0a5

2013-02-14  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [695a0c8bd94f127f55c0bc6f915243bf7bc3f30f]

        Converted Insert -> Sheet widget.
        
        Change-Id: I575c4257fcff1349243cbe54c4558839e6629e81
        Reviewed-on: https://gerrit.libreoffice.org/2082
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-14  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [77fd448d0990adc79406e13a127b2b1834984b71]

        Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING
        
        Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f
        Reviewed-on: https://gerrit.libreoffice.org/1954
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [5502501a8848c771aff5a77448a02451e22398a4]

        Updated core Project: help  3675e295d2fcd60b2cb62a45dc94ab3d9a16c745

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [6f1a99392a4c12bd17aa844726c528f773261047]

        TriState boxes created via the builder default to STATE_DONTKNOW
        
        while classic ones default to "false", easiest thing to do here
        is to simply only query for their value if enabled
        
        Change-Id: I5b01d344a5310b9bbd8d59e9c53bef1a6bfee1ce

2013-02-14  Olivier Hallot  <olivier.hallot@alta.org.br>  [4b21195e883472d020e18332976c35ad01393da9]

        Widget for asian typography
        
        Change-Id: I70535593c3e06caca48ae8bc8b9476ae09210df8

2013-02-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d242d9e1efc7ecd4f9980190bbc53af9630baac7]

        CMIS: made it work with Lotus Live
        
        Making libcmis and LibreOffice work with Lotus Live service needed a few
        hacks to either better implement CMIS or workaround some bad
        implementations.
        
        As a general improvement, the CheckOut InfoBar isn't shown if the
        document can't be checked out.

2013-02-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [519e576a3954d91b79a7fbb3fec0c2f1c7ed4c4a]

        CMIS: URL-decode username or it won't be shown properly in dialog

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [f0bfc7d860548f60650cf543bbf886f7f7419b6d]

        tools and unotools are already mentioned
        
        Change-Id: I5600730c9f655cd2ee0cf59beca9f8d1247c5e34

2013-02-14  Miklos Vajna  <vmiklos@suse.cz>  [8a1f3b582d7e8ce46e310bf3e0fdbf3ee26c1712]

        SvxBackgroundTabPage: use XFillStyle enum
        
        Change-Id: I8fb8765ed6ee2f879a170f4f9c51ee05b695304a

2013-02-14  Miklos Vajna  <vmiklos@suse.cz>  [1417d691a6ea9024ca392d725b331037a175f723]

        SvxBackgroundTabPage: select matching gradient entry on load, if possible
        
        Change-Id: Ie654fc795a3f46f1ff26a1ff5adb7e8ce9091851

2013-02-14  Miklos Vajna  <vmiklos@suse.cz>  [ea7eef21707bb18ec5811f27c0584fe9421e30d8]

        SvxBackgroundTabPage: fix non-gradient preview in gradient frame
        
        Change-Id: Ia7d64301a250bf51a6343f155144edced8e3bd09

2013-02-14  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [76254d6c01cdf240aa9058949a2fccbd3ac48818]

        fdo#57950: Remove some chained appends in filter
        
        Change-Id: I2386eb47ad7190d626966020e96c1a7ddc07ab4a

2013-02-14  Joren De Cuyper  <joren.libreoffice@telenet.be>  [bb428fab09b707613245db4ebd6f6678b2276e13]

        Add findbar close icons to other icon-themes as well
        
        So far I only add an icon to the galaxy theme.
        Therefore I add now the other icons on the other themes as well.
        
        Change-Id: Id852d1adb87c31ee45187a0a7b4bfead56c7b19f

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [c30e94a9cfc05ca8882fe78749b41207611910fb]

        Add this single-line file
        
        Change-Id: Ie7158a6bc09c9f6a276799c22eef560aa5570a11

2013-02-14  Andras Timar  <atimar@suse.com>  [cbc96131fd1cf57ee4da6cdad5306d4f30841005]

        Updated core Project: help  ee22530d05859a866bb47700dbeeeed885e0c94e

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [100ac0876f1038aea7e7ef56f95d008ecc6aea3d]

        Start on Bluetooth code for the Impress Remote for OS X
        
        Work in progress. It sets up the SDP service record and registers it,
        and that seems to work. Does not do anything with it yet.
        
        I wonder if the current approach to use the standard SerialPort
        service class will work for Macs, as they by default have one
        SerialPort service running, "Bluetooth-PDA-Sync", whatever that
        is.
        
        There is no code in the Android app to handle the case of there being
        several Serial Port services on the computer it wants to connect to,
        so what happens then when there are two will be interesting to see.
        
        (I can't find in the Android API any way to enumerate services that
        use the same service class. If there was, the app could choose the
        correct one based on its name.)
        
        So probably we should pretty soon switch to using a dedicated service
        class UUID instead of using the standard serial port one. As we
        already have the app out in the wild it will probably have to be
        modified to look for both Serial Port and our own service then? Sigh.
        
        Change-Id: I1bee6403642e9b8953b5a8fa8fb5fe6a9dc76a09

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [2848277180b9cb6dde639001a0f9612af5bd5992]

        move macro security dialog to xmlsecurity
        
        split out security page and adapt code
        
        Change-Id: I51dbd48b2ff4f65f6806fac70bda27ee15d4e176

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [431f0b0d21cae98f0578f18144c9b08142544329]

        add a custom wrap prop to radiobuttons/checkboxes
        
        Change-Id: Idccf3eceb8e9c8a42027dc837eb6d5b405fece67

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [97f04c8e9c3e798b0f319a4e1067c90e45e3507c]

        make compilable on RHEL-6
        
        Change-Id: I5d0e2c23af1972c84e999ad458ae47703d94e9e0

2013-02-14  Caolán McNamara  <caolanm@redhat.com>  [cb4b27a7f8ad7db7a31c95db6d71f871e89bac7f]

        Updated core Project: help  f7693017b6f2faa411a75a1827b2dcbcd8c9ca17

2013-02-14  Julien Nabet  <serval2412@yahoo.fr>  [4fb73c5442d57732abcbba3cec3aeb31f7d65d45]

        MODKEY_BigOrtho is never defined
        
        Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
        Reviewed-on: https://gerrit.libreoffice.org/2126
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-14  Matúš Kukan  <matus.kukan@gmail.com>  [d1f7124c4bec104d0ee12927cba3f67f56b11829]

        Get Labels.xcu out of configuration data.
        
        Modify the file format, install separately into share/labels,
        and parse it using xmlreader when needed.
        Saves time on startup and reduces pointless configurarion size.

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [8cefe14f428ab5521f10962ff68b02151d1207ad]

        i18nisolang1 is not a module;)
        
        Change-Id: I3e239258e9f5d20c57a46f8c70b0558dfb7813ff

2013-02-14  Andras Timar  <atimar@suse.com>  [528467cc4d921fe8995ca950e5987bb30fd7ae1a]

        Updated core Project: help  0142ad19adb30534ba07908356f9139f0257c808

2013-02-14  Tor Lillqvist  <tml@iki.fi>  [f9890873d448865a268126f8001c25317c3d3bfc]

        Build DESKTOP stuff for BUILD only if HOST is of type DESKTOP
        
        The helplinker library has grown a dependency on the svt and tl libraries. But
        the helpcompiler module is needed to be built for the BUILD platform only if
        the HOST platform's BUILD_TYPE includes DESKTOP (or only if its BUILD_TYPE
        includes HELP?).
        
        We used to build helpcompiler and some other things for the BUILD platform
        depending on whether the BUILD platform's BUILD_TYPE included DESKTOP.
        
        Also, codemaker should surely be built for BUILD unconditionally, ant xmlhelp
        presumably not at all.
        
        Change-Id: I3df995ce6b92da4ce9eb35115cf3e8560e06f292

2013-02-14  Xisco Fauli  <anistenis@gmail.com>  [2b9394f0c009b385756a0c5d75e3c1cd412f7236]

        pyagenda: forgot this file
        
        Change-Id: I7542a7c9ac3ab9d48251f0f5d39dbec17b5c475c

2013-02-14  Xisco Fauli  <anistenis@gmail.com>  [f4dc5247fca29f93a2d19b7e526d30d4b022b0ee]

        fdo#38820: bye bye java agenda wizard
        
        Hasta la vista, baby!
        
        Change-Id: Idb6b5f383667960918a8f1b9db653edbfc89c232

2013-02-14  Xisco Fauli  <anistenis@gmail.com>  [0e34f7e99a096dc5d78931d0f1275d1ead32a711]

        pyagenda: Register and Pack python agenda wizard
        
        Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363

2013-02-14  Xisco Fauli  <anistenis@gmail.com>  [d984860ea022c4e2256947d745b29458ae5e591c]

        pyagenda: localise template at runtime
        
        Change-Id: I80060f2c0a9ee014546632962e196b730a9e5c78

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [9e1f5d5bf1bcc8a7ccfd48a6731ed5763bc0b4dc]

        consistent 6 pixels borders around all option pages
        
        and center middle column of writer print options
        
        Change-Id: I344d114ec0dd87ef5de5a920acea9f39e0e89dfe

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [b08df7c0ba16b9aa42af4f7e1d58f480d54fbb8b]

        Updated core Project: help  cfb84454cfafb8a06957230bc3ead85816ca624c

2013-02-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [603262b7d19da53eeb7235f6fa460777825c0ddf]

        sal_Bool to bool.
        
        Change-Id: I2599e12a9072a0ea34c62a9fd7982dd4630c329f

2013-02-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [623253418b3fc18a8122ea1f71e86628208000ff]

        ScDPValueData->ScDPValue. The last 'Data' sounds very redundant.
        
        Change-Id: I218315a0583ce6b0f10969b364a7a717ad309212

2013-02-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0d22c49de2633ba540c00038633c60af172cc516]

        Switch integer constants to enum & prefix data members with 'm'.
        
        Change-Id: I13374e160bb369f64fc6e661c43db5da657cbfd9

2013-02-13  Peter Foley  <pefoley2@verizon.net>  [c2aaa83660316b9c0ad01017ba3cee71a89176c5]

        dont echo ./g -z every time make is run
        
        Change-Id: Id680d868ee77a8c52a030baddc8af97041d5a569

2013-02-13  Peter Foley  <pefoley2@verizon.net>  [e8f09adf5bdd415278b63a055c12dd0f33cd1ba2]

        fix setup_native localization for mac
        
        Change-Id: Ifcd3a96e1e0d53bb7dabb3e8cda1846ca2d262be

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [d1ea9ef689390ac6098e30105f1956f255799a1d]

        SwIndexMarkPane::UpdateDialog: should use && instead of &
        
        Change-Id: I6c03ed4acba570b8ff222a59aae95444f50c536b

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [9a8281f05871b86bac15c54bcee01f3c40f7ee0d]

        Fix scope + member variables not initialized
        
        Change-Id: I0a2c14246a814859c9752f96aaad9f28f6d59c75

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [e52792c9e0aec6e095137cf8d2f68d1cbec90e80]

        Fix member variable 'RoadmapImpl::InCompleteHyperLabel' not initialized in CTR
        
        + replace '<' by '!=' when comparing current it with end iterator
        
        Change-Id: Iea8416a5143aafdea863397c78b58512bb54b427

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [0787dc99aa546f68f4003afd5e60cdcca56cad1d]

        Add parenthesis to calm down cppcheck
        
        Change-Id: If62959d80c9a7e207291fff05b5e085b0c84866f

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [c7e65b12ff3e7a795a583bf655784126e886289f]

        Reduce scope xrmmerge.cxx
        
        Change-Id: I70018ce13dc5dc45d59fdb339e9d0a14348a4195

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [92bdbbed7ff1c75c7798cf4df3636e4e132aee8a]

        Fix member variable m_pSdrObject not initialized in the constructor
        
        Change-Id: If957ac222b635aef0518c8d47f3f59351677cef5

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [42f03b75682b1fa8b89df2e89d05f66ce32afad3]

        Reduce scope
        
        Change-Id: I6bdff92cee194d79af98227d48c68304ee56593b

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [a5ad4e7459b8cbb76478fd7fd621cd96853e67af]

        Fix member variables not initialized in the constructor
        
        Change-Id: Ibd7138a185e4d4f87f36d59acd398387a52e9d34

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [b15a80f003fe27163e9a5c86ff170ffe0fbdf41a]

        Fix Buffer overrun possible for long command line arguments
        
        Change-Id: I5e66ded25afd08f4e203ce8484001e11e0022fca

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [45d1b0331bf65de11b77e97e15d50ad20c6a3c81]

        oox: MSVC complains that nPlacement may be uninitialized
        
        Change-Id: If80b550af5e3dac9ae0601bd9ce0e9e5e877b254

2013-02-13  Rene Engelhard  <rene@debian.org>  [a45b42b8018834e8b6a1dd54a2ab91b51fbc02a6]

        don't use -notimestanp when using gjdoc as javadoc
        
        Change-Id: Ie729aaeaeff41838a435a043dec10c5016355187

2013-02-13  Rene Engelhard  <rene@debian.org>  [61f518fdc04e9ca4c691e46d7e7b0247532f19b0]

        link to java.sun.com/j2se/1.5/docs/api instead of /1.4.1/ in the odk java docs
        
        ... as /1.4.1/ redirects to the generic Oracle Java page. 1.5 works.
        
        Change-Id: I4f721840bc0bb8146b42a4d91dac8b3621b4bf7e

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [d90e0768fc6a4829e586a9b43187011944d9be87]

        oox: fix build breaker: stop using some non-existent "S"
        
        Change-Id: I06124875ad7b4a995010be26f29a16df0b3bd072

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [c3aad7456adb8a24e2350c9b50778adefb2d1444]

        Fix Variable 'bMark' assigned a value never used
        
        See http://nabble.documentfoundation.org/Cppcheck-bMark-is-assigned-a-value-never-used-sc-module-td4037118.html
        
        Change-Id: Ib2c39c3d38d3a34336e9af0e8389c9ab2f8d5df0

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [e25cdb40dff8615b5881750e197715c17a55df58]

        Reduce scope
        
        Change-Id: I8e62de343021942fd80ed6846bfa5c0b0ee4a347

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [1f352a97590a1511788c2c62f71efe0fa45c9673]

        HIG spacing for personalization_tab
        
        Change-Id: Ia791942f77df024a90224a706847300643d5a74e

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [e099246c5f6ffecff8578aa508e7cba5379a70d2]

        move security options to cui and adapt code
        
        Change-Id: I7f53b9486d95f539fe893f7ab72c2eee64449064

2013-02-13  Katarina Behrens  <bubli@bubli.org>  [32edd34a2056f0eba1a44fd01743908b1a4729b5]

        fdo#59789: xlsx export of data point labels, first cut
        
        Change-Id: I4a9d893ce7999970a559851ce2faac50b3d01b6e

2013-02-13  Laurent Godard  <lgodard.libre@laposte.net>  [30862ca42c6b548a2dce99c0f2a0c2886f059dfa]

        calc : multiple tabs can be hidden at once
        
        - enables the "Format > Sheet > Hide" menu  when mutiple tabs are selected
        provided there remain one tab at least at the end
        - loops over selected tabs to hide them
        - does nothing if the command leads to no visible tabs.
        
        Change-Id: I445eccc188f1817006cb425dc9a0e92a25350ec8
        Reviewed-on: https://gerrit.libreoffice.org/2053
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2013-02-13  Luboš Luňák  <l.lunak@suse.cz>  [7275f45369ac50ae1eec2688147126052cf27889]

        avoid MSVC C4150 , caused by 55b39ff42e

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [a128bea5dda1d74426dae62b032d5af52f431fe2]

        cancel asynchronous word-count on sync. word-count.

2013-02-13  Miklos Vajna  <vmiklos@suse.cz>  [5df28325e71fef3cb8557bf670959f9adc71421e]

        Updated core Project: help  aab9e88882b7e799b6246caa6c40ca3d46e6220d

2013-02-13  Andras Timar  <atimar@suse.com>  [a775aa57f7b1d5f0f69b8faa5277d1914455ba38]

        compact help xml files with xslt which removes the cruft
        
        Change-Id: Iee923174169d6ba9961a9cee14115c9a4bf7ba09

2013-02-13  Andras Timar  <atimar@suse.com>  [4552bd5a7c61c4f9428ad73e19bbee5b78e510ab]

        Updated core Project: help  cbf9ca859ce3381e1598201bfba2423b919633cc

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [fcb1e4d8433b49686cd8e53c699dd5d6503ea314]

        fdo#60471: svgio, sax: enable internal entity declarations for SVG
        
        Change-Id: I147acac61dfe0b626268fe1e600dcf641ca63a0c

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [2f4bd9d44f8bc9e50cd4b1205fa53e0a15ce0954]

        filter: svg: optimizeGradientStops: fix STL assertion
        
        Check that there is actually more than one element in maStops before
        tweaking its first 2 elements (can be reproduced with fdo#60471 Tux.svg)
        
        Change-Id: I7e6ffdf510bb590a9ea9e3782b30247b8fb46ed5

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [4db5b17c78c3a6567abfcd3cb43a46c1c4c80cf4]

        sax: convert some legacy assertions
        
        Change-Id: I3b4f1caa2c2d7a0fd88ea53bf05d01b2c7cc115a

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [ed09e6b233eac719744b32daf0ea47cea423bcc3]

        Revert "fdo#34558 don't crash on undoing text frame removal"
        
        This reverts commit e462a30d03c16aa4202f8d28ad52b15feb3d9255.

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [13cb088a2d8902822e3eb5607ba4cac81ad4d2f2]

        sdremote: hide TCP/IP server selection dialog menu item
        
        Now shown only in experimental mode (ie. when TCP/IP is enabled)
        to reduce user-confusion. Said dialog is not needed for bluetooth.

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [90d42440eeaf7994f3ad57ebfdc8edb129c8faff]

        cleanup generated config includes to make them more readable.

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [31eeb79521b952212e3018f262e25e6b3f4599e7]

        Revert "resolve fdo#60379 Impress Remote: Options look disabled"
        
        This reverts commit 23e6ac150b217be70a80d42deb5b253059030783.

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [c922df9814c85c080272fc4962584133fa6f5316]

        Revert "Just use default colours until proven they don't work;)"
        
        Colors should be orange by design.
        
        This reverts commit ab0bbe53ae02361d521c133dd5c0b6db3423b0cb.

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [814ae45d4b968c95a49fb35c47f4c813fa2dc026]

        Some cppcheck cleaning
        
        Change-Id: I099171d85a51095f0ff6d592c1260d931f9769b2

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [03b941e9ae63626a3336aabdb6a3485835ec6f9d]

        sdremote: avoid crash when fiddling with elapsed time.

2013-02-13  Luboš Luňák  <l.lunak@suse.cz>  [005729c78705434efd2a5f46901eb63a5618b5ce]

        fix ambiguity in pch build
        
        Change-Id: I1a1638d9a5ad6bea002336d20c93c450d4bc1650

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [2b5fedb54a7f9569b817c24c1a9b16c17c09cfd9]

        Remove VALIDTAB and other similar macros
        
        Change-Id: I57e4ca031553bfeb2abfbf48a7cb024b6d8b0b5b

2013-02-13  Michael Stahl  <mstahl@redhat.com>  [75ce51026e699d74e3f5bc5f7e19e24ae3fd20ea]

        libxml2: do not use --with-mem-debug
        
        it prints millions of lines of output.
        
        Change-Id: I99039f9039a7928f47d4a1d3f9bc36634240888c

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [e1c4d620234f5f2861cf591171e8eb9423034a06]

        Updated core Project: help  7a051b06eee9561a19aa1248ec5dfde655c624e7

2013-02-13  Michael Meeks  <michael.meeks@suse.com>  [c138a8aec8dccb97948a7d7993e6869da4079b32]

        asynchronous word-count.

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [496222d64d36b69f95b790a8cdd47074b2410add]

        add headers to new files
        
        Change-Id: Iaa390e50ed3cfe2ba9770c446869158b758bc48d

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [6b86b55107751b1f0d03fad2a59bf8049cda3bdc]

        move print options .ui to sfx2 and adapt code
        
        Change-Id: I8a7b1d15a002cbe74ac0fb97fcd8ce60a47a4e61

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [62fb1958f6ac4d238e98cfb6b497f5990615450f]

        make building help not crash
        
        a) subStr is not ours to delete, belongs to the OString
        b) and anyway subStr points to the buffer of the out-of-scope temporary OString
        
        Change-Id: I1689c6626c52ae9d94e0cfa5de4235be3c1f3262

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [2bdea3b8cf15f3529348813fd253dfdbb8ff5556]

        WaE: struct/class mixup
        
        Change-Id: Ia400ca7fdd2728e4fa12b96ace75ba1d5b7231f2

2013-02-13  Andras Timar  <atimar@suse.com>  [dbb60dd9aeaaa9e4547e80aa7da4ae3a76e2470f]

        fix exported DLL function names for all CustomActions
        
        Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3

2013-02-13  Andras Timar  <atimar@suse.com>  [eb6fa6be7500b9110913174552c156b0504ece07]

        remove thesaurus indexer CustomAction
        
        It was never integrated and used. If we made the effort to integrate it,
        Windows installer would be a few megabytes smaller, because indexes of
        thesauri would be generated in install time (instead of packaging
        pre-generated indexes).
        
        However, the cons are:
        * untested
        * presumably slows down instal process which is slow already
        * adds complexity to installer which is too complex already
        * indexes will not be there in case of administrative install (QA)
        * bad experiences with CustomActions that manipulate the installed
          application (various, weird permission problems)
        
        Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e

2013-02-13  Miklos Vajna  <vmiklos@suse.cz>  [33fcc140ba412bd7565cc469418e65d445c98b52]

        SvxBackgroundTabPage::FillItemSet: handle XFILL_BITMAP -> XFILL_GRADIENT
        
        This makes it possible to turn the bitmap background of a Writer frame
        into a gradient one.
        
        Change-Id: Iae88793d40593a2adbcc7f83e82e28265cdd9be7

2013-02-13  Miklos Vajna  <vmiklos@suse.cz>  [206c088c092d484dbbed82ff3c18e6dfc00de513]

        SvxBackgroundTabPage::FillItemSet: handle XFILL_GRADIENT -> XFILL_SOLID
        
        This makes it possible to turn off the gradient background of a Writer
        frame.
        
        Change-Id: Ic7bdfec252847f463da47c838c7de0fdb7625869

2013-02-13  David Tardon  <dtardon@redhat.com>  [3696f90a559293c94d42e07c8084c728b5f296e6]

        simplify makefile
        
        Change-Id: Id40bdd821308b18a49630c15b1e28c004d7311ed

2013-02-13  David Tardon  <dtardon@redhat.com>  [7e3d969155ff38f216965cbd7dace26e74c9255c]

        fix translation of crash reporter
        
        Change-Id: I52cda360116b719bf05776e01bf3d15303eea97d

2013-02-13  David Tardon  <dtardon@redhat.com>  [5e10c8d2b44f38df0a1a805f4ad6b6610eabecdf]

        fdo#60386 fix l10n of windows shell extension
        
        Change-Id: I5b4b839b930c294bee6727402dbc47efee7fbcd7

2013-02-13  David Tardon  <dtardon@redhat.com>  [7c8d4cfb2bc8cb24373791ab9da4cd068baa67eb]

        let's split this for easier cherry-picking
        
        This reverts commit fc65a66de972951946c57c8b01bfd5df46633693.

2013-02-13  David Tardon  <dtardon@redhat.com>  [fc65a66de972951946c57c8b01bfd5df46633693]

        fdo#60386 fix l10n of windows shell extension
        
        Throw in crash reporter as a bonus.
        
        Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb

2013-02-13  David Tardon  <dtardon@redhat.com>  [544a6d70fb4656bcea6bb0760eca54226f40579d]

        ignore errors

2013-02-13  David Tardon  <dtardon@redhat.com>  [f2a6ffc48ec846b86f08db6e2c95197b2ac941b4]

        fix mingw build

2013-02-13  David Tardon  <dtardon@redhat.com>  [ea8c587f49721b1209a55c5d6ade85e19ecdde81]

        fix application of patches

2013-02-13  Caolán McNamara  <caolanm@redhat.com>  [43edaa1b3a79341a7a9394291954ff0972222042]

        consistent padding around various format->character pages
        
        Change-Id: I8c8ed2db29d1175ba2187509482cdaf858ed660c

2013-02-13  Andras Timar  <atimar@suse.com>  [b6eed8596485380484245a77344ad9a3bd476a73]

        fix a Basic keyword in syntax highlighter: withevent -> withevents
        
        Change-Id: I47b527ad6e68dba83ebb253bcc55a2717c7dd0ca

2013-02-13  Andras Timar  <atimar@suse.com>  [67b8c0339e90c42dca402a925a624fce67f8ea5c]

        fdo#41737 syntax highlighting of Basic code examples in offline help
        
        Change-Id: I7dc5b189e98a0351bac0eab28c1161b5893f5ef1

2013-02-13  Andras Timar  <atimar@suse.com>  [fb1f3db03df25bee8b17a85e26774e79483de791]

        String to OUString
        
        Change-Id: Ibb0b1808532622ffb2dfc55d533428f6d72b890c

2013-02-13  Andras Timar  <atimar@suse.com>  [d25486b5a909ff2b3bdd6369dba035ec8df4dff6]

        remove rtl:: prefix
        
        Change-Id: I6b2c51c57a98046e30b2782dd2565ee02345379d

2013-02-13  Andras Timar  <atimar@suse.com>  [6e4fd7ba9f4a02e130e817aadf0b977b8b8b6262]

        use u_isalpha() from ICU instead of home-grown solution
        
        plus German comments were translated
        
        Change-Id: Id9ff5d4835e4ea224c9e6232a1762822aa833d37

2013-02-13  Andras Timar  <atimar@suse.com>  [4ab3d5bb6f6f095375c2eaf200dd285be516feda]

        WaE: warning C4101: 'ex' : unreferenced local variable
        
        Change-Id: I99a66ac3af8e391b5feaeafbb3abd63dcdd2bb2b

2013-02-13  Dávid Vastag  <davewwpublic@gmail.com>  [d06c698b799e0e4ceaf3a3760c9589fe29dc29a9]

        Basic code syntaxhighlighting added to LibreOffice help
        
        Change-Id: Id47172d0386e7aa28d82178f04b5f626f0c441fe

2013-02-13  Andras Timar  <atimar@suse.com>  [089a9afc95acf7eeff242369fcddee0f5337df62]

        Updated core Project: help  4d7b72491649f33d115f687f5deee58bd9619ca4

2013-02-13  Luboš Luňák  <l.lunak@suse.cz>  [fad1cce4d23eefcbb59430fdee5e8cf9c5852f4a]

        update pch headers, broken by 1aaf9a9

2013-02-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d3eec592921331a303dc29c1c746848dddceb11]

        Makefile.in, make sure that the git hooks are set
        
        git hooks used to be set by virtue of calling ./g clone
        but recent changes means that ./g is not always called
        these day, so it is possible to end-up with no hooks.
        
        Change-Id: I630066ee0e2961b93ddfbf177eb4e5fc09505911

2013-02-13  David Tardon  <dtardon@redhat.com>  [e462a30d03c16aa4202f8d28ad52b15feb3d9255]

        fdo#34558 don't crash on undoing text frame removal
        
        Change-Id: I48b95c6c0cbfb2f4c4b09cc90b254b96de40b3e9

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [ea264f0c8165eb0c62bf624af5f450b20898469f]

        Ah, manually adding computers is for non-Bluetooth ones
        
        So yeah, need to keep this feature. Spell Wi-Fi correctly, and mention Wi-Fi
        in the menu button.
        
        Change-Id: I4cd6f0689a6ff9647f355d4b1404be84ec0c0138

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [056968fae7fa598e8cb528fb6b45c999de33a102]

        Use consistent terminology
        
        Why "Choose a Computer" but "Add Server"? Let's always call them "computers"
        in the UI.
        
        And in fact I think the feature to add a computer manually is kinda pointless;
        is it too much to ask people to have their machines discoverable? I doubt
        keeping a computer not discoverable through Bluetooth thwarts a determined
        attacker from finding it anyway. (I am not saying that just finding it would
        mean compromising it.)
        
        Change-Id: Ib8041a8a793d84bee24587adac582c5fad03d1be

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [b48bde463a849f6d441159949fdb409fbe75aca7]

        Don't bother with unnamed computers
        
        Change-Id: I4e912cab7ab252ef4c118fe63b02931eecd986aa

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a4edb3446f8e13236406fd34ff216e6cf54f3c3]

        bnc#802350: Cell validation is not a special (cell) content.
        
        Cell validation is stored as cell attributes which are stored with
        columns not with cells.  When HasSpecialContent() is true, it flags
        the *cell* not empty, which in turns causes AddTextAndValueCell to
        iterate over every single cell position for all repeated columns
        and rows.  That can very very slow when the number of repeated rows
        is very high.
        
        Since cell validation is stored with columns, skipping empty cells
        even when they have cell validation settings set won't cause any
        issues, and all cell validation settings are imported correctly even
        after this change.
        
        With the test document I have (confidential), this change alone reduces
        the load time from 30 seconds to 0.3 seconds.
        
        Change-Id: I84fa4cec50172ccd02eca1042c8fafb93d1cfc73

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [871712ad62bb01359c29713a148a5673e26df1a8]

        Don't return from the CommunicationService.run() method
        
        This fixes connecting to one computer after connecting to another failed.
        
        Change-Id: I5b13d186d32690a91e4290c81c8d2e12a0a1f2be

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [307913304a7636d69fe6847a13c20aa7d9729e01]

        Do display the computer name in the dialog when connection failed
        
        The latestInstance lifecycle and mName initialisation was borked.
        
        Change-Id: If7ef8a15fdc297e0fe6e401399a3b94dcd8d08c5

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [2244bb1467454614140bc71af7395d0129e27bc3]

        Add comments, logging, empty lines
        
        Change-Id: Ife81ec74b36f71782997219e36ac926ea429c297

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [b3729421aead56f598b68cd2069c7b33b40e330c]

        Some cppcheck cleaning
        
        Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290

2013-02-13  Julien Nabet  <serval2412@yahoo.fr>  [8803b1faf59ab42a9d55fd88127201e5dbf01a36]

        Return the real result of the test
        
        Change-Id: I05d4b62a32a44a7d174d7fa19f7814d45dab22b2

2013-02-13  Tor Lillqvist  <tml@iki.fi>  [5e037cef389162fc75e3048a33d9175bf9e0bee5]

        Simplify and fix management of the server lists
        
        The existing code in refreshLists() was somewhat hard to understand, and it
        actually crashed (if uncommented-out). Now it simply empties the maps and view
        lists and then rebuilds them.
        
        The visible end result, at least for me, is that I no longer get duplicate
        servers in the list...
        
        Change-Id: I1543292e219e666e7dcbc68473f40a11e2eb3381

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [0d18ec16be3a0850a224492f049e6096ffedc96f]

        Emacs and vim mode line tweaks
        
        These files are Java, not C++. Add empty line before the vim mode line.
        
        Change-Id: Ia94d18e9995ecfbbbfd1c9e6a4d2ce4e8ffb95f3

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [ab0bbe53ae02361d521c133dd5c0b6db3423b0cb]

        Just use default colours until proven they don't work;)
        
        After 5adefb21244ca57b95e9f8df6ec18880438201bf the "computer" names on the
        main ("Choose a Computer") dialog (which probably isn't the right term) were
        invisible for me on my Android 4.1 device at least. Very light grey on white,
        or something like that. Let's try with default colours and then if that
        doesn't work *slowly* modify the colours one item by one.
        
        Change-Id: I9ae2ee8232cfa85eee4aba0fbcf69b8c245a1ad6

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [47f6db6469f5fa8bc036d2b8b5f2097a17cd1a8e]

        Use android.util.Log instead of printing to System.out
        
        Change-Id: I314066086827d283938c6f402733da3f801ad55b

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [56f4d7dc9d0a10dbe0bc2d55fb5fa931453c91db]

        Some cppcheck cleaning
        
        Change-Id: I8609949377181f8edb30ac07b2791cfcd079fc7d

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1aaf9a9b362188eb706eae2b6b93df35266047d3]

        Renamed hard-to-remember 8-char headers in editeng.
        
        Change-Id: If255802082890e1b1b4c5197a791fa79a011773e

2013-02-12  Michael Stahl  <mstahl@redhat.com>  [e31807c83009655c342c929a118f0d28a8f63ddc]

        fdo#60668: filter out fieldmark chars from Index entries:
        
        SwTxtNode::GetExpandTxt must filter out all dummy characters used to
        represent fields, footnotes, field marks, etc.
        
        Change-Id: Ie5ae2a82da9a6618bb451efabfd38769c495cc93

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [55b39ff42e6fe7424a106f590531af6717bd6e1e]

        Remove excessive inclusion of cell.hxx from other headers.
        
        In favor of forward delaration and/or inclusion of more specialized
        headers.
        
        Change-Id: I75f727cc50228b8958b60173ce14e5ce1fb7e6f7

2013-02-12  Andras Timar  <atimar@suse.com>  [226d9f55cb15f4bdecdd87870ea3dd97db6ef528]

        Updated core Project: help  a5cae6c3e83ddae0b26fac30cf95378d2a5882a3

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1eba4c718934e50af478fc3018d404de8d2e780]

        Add prefix 'm' for ScEditCell's data members.
        
        Since I'm modifying the header....
        
        Change-Id: I7cb44335a46dbc185e1a717304c221e5bb6fcb3c

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1ed3387aad80b740b90b28eab2c60816b89e2222]

        Made similar change to SetData() of ScEditCell.
        
        Change-Id: Ie1475eb19a4ad41e5eac1ca00419a1af5c207b12

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0585322e70d3c0f1d26d6bd9c04a388a1ff55abf]

        Go through all ScEditCell instantiations and fix memory leaks.
        
        Changed the signature of the constructor (one that clones the text object)
        to take a reference instead of a pointer, to smoke out the callers that
        use this constructor.  Went through all its callers and made changes to
        either 1) pass ownership to the cell instance (if the text object uses
        the SfxItemPool instance returned from ScDocument::GetEditPool()), or 2)
        pass as const reference to make it clear that the instance will get cloned.
        
        Change-Id: I669e066d4739536bf8d3b356186503dcdfa303b0

2013-02-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [117b3a13b82aaac0977fd17ee5b7b63204e659f4]

        Avoid unnecessary cloning of text object when instantiating ScEditCell.
        
        This alone cuts about 3 seconds off of the total import time with the
        test document from fdo#54638.
        
        Change-Id: I3be3229532b9e982f03565fd3fb630f70f2bce03

2013-02-12  Andras Timar  <atimar@suse.com>  [36e30d9772a32de94e104424316fcd3320a21adb]

        Updated core Project: help  0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05

2013-02-12  Jan Holesovsky  <kendy@suse.cz>  [283ad1f83f34c29bffb804701a7337e3694d5644]

        Fix typo to make --enable-online-update build again.

2013-02-12  Miklos Vajna  <vmiklos@suse.cz>  [e2f9ed24b6d0e61e6467cd89ad893cf1a3ea9485]

        cui: kill RTL_CONSTASCII_USTRINGPARAM in macros
        
        Change-Id: I4d6b7760f9c6901c5c42070bedc8fbbec79215d0

2013-02-12  Miklos Vajna  <vmiklos@suse.cz>  [d884f8f65cc73cf932cde1e40cadf13556a7d44e]

        SwFrmDlg: initial gradient background UI
        
        Change-Id: I7d8612d6b2d3eb2262ed148153a0c249bcb36599

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [88be7d32f30b08da4399f6d67d8d494dcfcc34b5]

        Simplify this
        
        Change-Id: I341f4a74062e78f6a4d23ca24d635c6a95fb90cb

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [6842be374c0175bd19759f03138e7b9ff40cd083]

        It's better to use fclose on a not null handle
        
        Change-Id: I609270e269a0905818d6a2b4f44cb9a034099346

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [5a68d2cbe26d70f8d392e27f2914d9132dcd124f]

        Fix member variables not initialized in constructor
        
        Change-Id: I17275e7e17f76da967d2fa798f5ee88b50fd6d72
        Reviewed-on: https://gerrit.libreoffice.org/2121
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [646dc01ea12c0babb6a9ffee21cc5784466e4349]

        Use the remote control same service name on Windows, too
        
        Change-Id: I45ecc4a745722cc6bf1f5017429a3e532200bf03

2013-02-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [12ea70362f9b1234b4b1613872c8f07735dd386b]

        CMIS: proxy was setin to ":-1" is no proxy is defined in the UI
        
        Don't output the port number if that one is not valid.

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [0c1a37e60393504b38990d1f0a95239bf6749766]

        Some cppcheck cleaning
        
        Change-Id: I74ff9d8d116ebfe9ebc302c79a3763eda9c1250f

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [df98a644a2325f509eac8555cdc731f6ff46f404]

        Fix duplicate conditions
        
        It was like this since initial commit in 2000-09-18
        
        Change-Id: I83c73fcd4ec564770502f00c6301d5e405dc6c62

2013-02-13  Takeshi Abe  <tabe@fixedpoint.jp>  [3ea4060c5d66588a59f2da26b0174cd1120bed7c]

        sal_Bool to bool
        
        Change-Id: I248912310658aec789f89f9dba0821b7ec86163d

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [1b0109aeda20ec241600972538efc03c87c78733]

        Undefined UpdateRequiredDialog::selectEntry
        
        Change-Id: I7319b4bc276a38cf94aa90934529835ac38f57fa

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [4a6c72e3b1007e713b3797d23df60b3477a47072]

        Clean up EXTENSION_LISTBOX_ENTRY_NOTFOUND
        
        Change-Id: Ie491835b854bf59694a20c4f94e2333b72142d08

2013-02-12  Michael Stahl  <mstahl@redhat.com>  [cbc722733bb272b0f26efec09b478bed9a3cdb96]

        fdo#60092: fix STL regression in SwInsertDBColAutoPilot::DataToDoc
        
        (regression from f7d681dc34e60eb8532403079d007ca1250f4941)
        
        Change-Id: Ida92854efe6ddffffb8fe10e5ef1f42c53747f40

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [2ce2fafa1b19f3eaad89ec57ac312ce2f33fbf20]

        Some cppcheck cleaning
        
        Change-Id: Idb380dbb7470dbdb371778ba0c486392cc55380e

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [2bfccd148958ff8b3af49854b611649839028c97]

        Remove commented lines
        
        Change-Id: Iaf07d9f4bc0a133c1127d93bf635b6653fe1479a

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [cbac061416e5142fcce9d92b1e58d9679dd9c879]

        Use a more descriptive name for the Impress Remote Control Bluetooth service
        
        No point in using a generic "Serial Port" name, or describe it as a "COM Port"
        (eek). The remote control app doesn't check what the service name is
        anyway. (It probably should?)
        
        Change-Id: I6098110e8c4f62e20c38cf7e6b2071f00dd00515

2013-02-12  Noel Grandin  <noel@peralex.com>  [ee8dc096aa5e3700985b5ad619edc6c565b5787b]

        fix ambiguous base-class problem
        
        Change-Id: I7cf34ceebc656e0ca507521bfdaaf8beac67644c

2013-02-12  Michael Meeks  <michael.meeks@suse.com>  [6e73cc6b08f149bc99c67a0b7522a45bc1f628a0]

        sdremote - fully annotate bluetooth SDP record.
        
        Change-Id: I3ddfb3e3f93782556ec7fd7a16afbb294d17c013

2013-02-12  Noel Grandin  <noel@peralex.com>  [a5d63b94137d4ce93fdda28734606b83fb86e3af]

        fix unused parameter warning
        
        Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [5d5bed66db9ad7f875aa968f5309304aa95eb936]

        Tell what 00001101-0000-1000-8000-00805F9B34FB is
        
        Fun that we have to reverse engineer and document magic numbers in our own
        code. Code written less than a year ago.
        
        Change-Id: I02b7697e7e02b85c8df78acda8f943c9b0628359

2013-02-12  Noel Grandin  <noel@peralex.com>  [a315af8ef47c2a9c774f3ffd7820091368a9aa5b]

        use a typedef to reduce code duplication
        
        Change-Id: I915b88ad0683cecaf2018a529fb904753a4f27c0

2013-02-12  Noel Grandin  <noel@peralex.com>  [33d086fee6ad27cd7cfc35fce37f0d9c17fecf33]

        Fix compilation of MS-Windows FilePicker
        
        ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808,
        Adapt ui::dialogs::FilePicker UNO service to new style."
        
        Change-Id: Ie57b08ea16c9f8e350177c050a6d9ff952fd7332

2013-02-12  Noel Grandin  <noel@peralex.com>  [a1609205604f74440c046166b09ee96f088e437b]

        Fix compilation of MacOS FilePicker
        
        ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808,
        Adapt ui::dialogs::FilePicker UNO service to new style."
        
        Also remove unused field while we're there.
        
        Change-Id: If7e2057b9383edf4ee2fa581df984dea0e04e430

2013-02-12  Michael Meeks  <michael.meeks@suse.com>  [e48b708da6556b63408084e37f83a4777c4dabfd]

        sdremote - cleanup and annotate bluetooth SDP record.
        
        Change-Id: Ie6c3d12387cececce4e169482659cbcbbcfd0975

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [39e755dd5c06823f4abda1453a195fdac74ae995]

        Some cppcheck cleaning
        
        Change-Id: I65b2b9b0001843b2153d228b994f08f5b5565880

2013-02-12  Julien Nabet  <serval2412@yahoo.fr>  [fc27fec0543009dbb6c6ca002283564215aae4b1]

        Fix Variable 'TimeBuffer' is not assigned a value
        
        See http://nabble.documentfoundation.org/Cppcheck-TimeBuffer-is-not-assigned-a-value-in-basic-module-td4036591.html
        
        Change-Id: I2d67cecf3530301d49c43bbe397c5e975b2816b0

2013-02-12  Luboš Luňák  <l.lunak@suse.cz>  [8876ea069f4ed47752ee96585a67831c6cb3d7b3]

        remove executable bit on .cxx files

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [f5c015bb5566000838fbc8d2e6d509b143ab026b]

        More setup_native fixes for --enable-epm Linux/RPM post gbuild'ification
        
        Change-Id: I27e0e68ebc27dd89c254793e670d0bf5f48fe57e

2013-02-12  Caolán McNamara  <caolanm@redhat.com>  [3d9065488fc3170d21f5249ffd43af1feec3093f]

        Updated core Project: help  5ef75efe29dca279f89c456533541145470860db

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [19571e03b33351175ed7aaf9d46504b295de8087]

        Adapt odk to new css.cui.ColorPicker
        
        Change-Id: Iad9c496dfcdf97ec53f587cfa9d92bc48bc7c0a8

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [fbb33267627efdf8053700a0581eb9568ff17cef]

        Fix compilation of kde/kde4
        
        ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808,
        Adapt ui::dialogs::FilePicker UNO service to new style."
        
        Change-Id: I5fa8130507222b8588c15bdb9efd86daba7c0f38

2013-02-12  David Ostrovsky  <david@ostrovsky.org>  [c260273f4dfff579d3a3a1132742b46cdb699e70]

        fix cross compiling with icu 50.1.2
        
        Change-Id: Ib112a2d3f9a75890591137a78b46be982b7d43df
        Reviewed-on: https://gerrit.libreoffice.org/2112
        Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [9b2a01c1ca59ab88cf0f947a3d265c0e7d165340]

        A missing getuid.so is not fatal
        
        ...all the places that would LD_PRELOAD it check for it being set anyway.
        
        Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f

2013-02-12  Stephan Bergmann  <sbergman@redhat.com>  [9a38118b12113579a2eb8c794f9dddd7db27e992]

        call_sum has only one parameter
        
        Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6

2013-02-12  Noel Grandin  <noel@peralex.com>  [0e286f768ed028ce91bb4730010363dac30acec6]

        fdo#46808, use constructor for datatransfer::DataFormatTranslator
        
        Change-Id: I68fd87ae71f764099b00b05a29cf5194d24da58d

2013-02-12  Noel Grandin  <noel@peralex.com>  [851067c2684c68758afeaa7da23bb6dd69c51358]

        fdo#46808, use constructor for datatransfer::MimeContentTypeFactory
        
        Change-Id: I576a472e22ad0e3798f4b34d808ac320f13d3e6d

2013-02-12  Noel Grandin  <noel@peralex.com>  [2969846c29402baec792e43cfd4524366fb05613]

        fdo#46808, convert some code to XComponentContext
        
        Change-Id: I627e0270fc9d4e5b84ae99320445d28648b7654c

2013-02-12  Noel Grandin  <noel@peralex.com>  [4d23fcf0c0444aaa8b3d6ad99f0d741a80a2a247]

        fdo#46808, Adapt cui::ColorPicker UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: I7a43b3f8c1299afde3a613dc7ec1c522c4b7a057

2013-02-12  Noel Grandin  <noel@peralex.com>  [36d0933b6689c31abe65c1fdfa10d18e22d1e958]

        fdo#46808, convert some svtools code to XComponentContext
        
        Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc

2013-02-12  Noel Grandin  <noel@peralex.com>  [a74854cb9aaeb260175d3174185631fc5d37bf9b]

        fdo#46808, script::DocumentDialogLibraryContainer needed a new constructor
        
        Change-Id: I44184dc45150e9b3b8ca4b838ea88ad260578b93

2013-02-12  Noel Grandin  <noel@peralex.com>  [b0e7466f9d9dd952b081202145f8a831ce742c76]

        fdo#46808, script::DocumentScriptLibraryContainer needed a new constructor
        
        Change-Id: I9a657cf3fd7715b4890257e1aa4d97d0cf79cecc

2013-02-12  Noel Grandin  <noel@peralex.com>  [4b51374a7021d52f7f1be1861e2ee6a011b30ecd]

        fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style
        
        Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5

2013-02-12  Noel Grandin  <noel@peralex.com>  [53ec703c14470cb18845fc4483ec36c13b0d744e]

        fdo#46808, Adapt linguistic2::DictionaryList UNO service to new style
        
        Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292

2013-02-12  Noel Grandin  <noel@peralex.com>  [a6a8a8707b6ae111f94bac094d3c2909f523ca6f]

        fdo#46808, convert xmloff module code to use XComponentContext
        
        with lots of repurcussions in other modules
        
        Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea

2013-02-12  Noel Grandin  <noel@peralex.com>  [f1204419af34b1d2f0ecaa69ceeb1f8c8a7d87df]

        fdo#46808, Adapt document::XMLOasisBasicImporter UNO service to new style
        
        Change-Id: Ic494847cf56c7661474d2a096dccc675780c9ce1

2013-02-12  Noel Grandin  <noel@peralex.com>  [37ef449b93750b6101cf04b8112fa2ef64ba38ff]

        fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8

2013-02-12  Noel Grandin  <noel@peralex.com>  [790b0c4d5328ccdb6e57206f1db2cd042335c635]

        fdo#46808, convert i18n::OrdinalSuffix to new-style
        
        Change-Id: I62d0d3455d81bf9a2ea485b74faa5f1ecd417d87

2013-02-12  Noel Grandin  <noel@peralex.com>  [e2ab5539a4a68f443cf7f77784a820e280fc969f]

        fdo#46808, convert i18n::InputSequenceChecker to new-style
        
        Change-Id: I29678d74ae3c6dc38d3d09e2cf4a0d4f28f789a1

2013-02-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [98fa4be44290ceefd7f08ef167f0278743ade1c5]

        Templates Manager: if the title can't be edited, don't update it in UI
        
        Conflicts:
        	sfx2/inc/sfx2/templatelocalview.hxx
        	sfx2/source/control/templatelocalview.cxx
        	sfx2/source/control/templateview.cxx
        
        Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1

2013-02-12  David Ostrovsky  <david@ostrovsky.org>  [8eaac1d73140abf82631a60a99421d9e1b2c595d]

        don't duplicate code for msvc and gcc
        
        Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0

2013-02-12  Andras Timar  <atimar@suse.com>  [b66299d5b00001398e9ce6887c690d64d13d524c]

        remove Basque autotext files, they were in English
        
        Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2

2013-02-12  Tor Lillqvist  <tml@iki.fi>  [658d5136f16f562bb341aee8424816c6cd22144e]

        WaE: anonymous type with no linkage used to declare variable with linkage
        
        Let's just use old-fashioned (?) "static" linkage instead then for this
        variable if the anonymous namespace thing confuses some compilers.
        
        Change-Id: Ibf0105f9c87502b067219f119304b6fa5003b443

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [61867bd74995c0fc35d607427958013998839506]

        Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.
        
        Change-Id: I8f0f29a504a363ac4359dd4e6ec962976746fecd

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [664e65f9c291589d9a0cd639fec06bc0575ba6da]

        Forgot to name it consistently...
        
        Change-Id: I331dcd6678c5f781b5535b72d38fd7544ad9b431

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e15d9e76d1fd542378a997e27175ca98dd3e558]

        Add new filter test for raw cell value import from ods.
        
        If import of raw cell values doesn't work, all bets are off. Let's make
        sure it does.
        
        We'll add more test cases to this file as the need arises.
        
        Change-Id: I1469c285e6e87056406415bd8c767890c153b2b5

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ca4cbae35630cc314d33cc7ad9bea36063097fa5]

        Fix for one of the filter tests.
        
        Occasionally characters are assembled via multiple calls to Characters() esp
        when the content includes encoded characters and/or XML comments.
        
        Change-Id: I1b6d1e7490350add77388330b183504c24deaab4

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e9f863727d12ef1a397bfd9f3b13259ed8d71b1]

        Import URL fields as well. Now I'm done.
        
        Also fix Tokem to Token typos.
        
        Change-Id: If22b673f6833f3fd485472b17ec508e616e0d59d

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cbf0cad82100308d6094eabf2440e53961b3329e]

        Import date fields.
        
        Change-Id: If37f5253e4e201aab30c54ce503b6c8b6d967d92

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [180819d4feb2a2e889acad910d6d5241bea95d55]

        Import document title field as well.
        
        Change-Id: Iea73d553927ce95afbb9b6e9062b398733228687

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ec3e84c89e6abcd12cc79ed38c5148e89a7a4f35]

        Add Dump() method to dump content of EditTextObject.
        
        Useful during debugging.  Turned off in the default build.
        
        Change-Id: Ia0b280337707f762b90d1d80c04671f2e8c21b01

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bc2fdbeba39aa5598d7b084481d1c4c1b291ffee]

        Fix sheet name field import.
        
        Change-Id: Idcdabe026dfb775b4bf1fca6c7cb3c58c242d647

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2c255b8bb03d59ccabc07a4f81765f858b46d885]

        Prepare for the import of cell field items.
        
        And some code to import sheet name fields. But for some reason they
        are not being imported.  I need to debug this...
        
        Change-Id: I5d10ae27f2f45de2454660884924fd1e0c0dcef0

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4f956a39dd104da8ff04c5a87082a03204cf316]

        Import all possible text format properties.
        
        Change-Id: I4bbe93450d16a26e9b882041e0d21cf1c4140253

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b42be6cf4f6888ed23285e1c9f2b9c7deb261c3]

        Use hash map to avoid repetitious string comparisons.
        
        Change-Id: I374f5393bf714752037e9cf416fea9667bb80e71

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [18588a6168ac96af8a9df60b7df746261e289061]

        We don't need this anymore BTW.
        
        Change-Id: I1a871b6722aaef937aeabb1f1f6f3f0cfe7758c2

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fa23b694c1979254c9a045bcf51d281c29d80c8d]

        Import formatted spans correctly.
        
        There are more format types to cover. I'm not done yet.
        
        Change-Id: I42fab04f65810733e5b25fbbc2c92df7e05c05cf

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96d89d9cc77105cb5cf864f4392554f9613d12cf]

        Use EditEngine to create ScEditCell directly.
        
        Change-Id: I51a37482e793f620cf0dffcf392ce69822652cef

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9f023774b84986fd754e3be7a5bd2e1db0ca6800]

        Push everything to the cell context.
        
        This is to prepare for the use of EditEngine to create rich text paragraphs.
        
        Change-Id: Ic3577e38352429a61c3524114d071c80507e4a4b

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a112251d748ab74c5254e7e0ad1c8f3fb3d67b70]

        Import multi-line content into ScEditCell.
        
        Change-Id: I4fc53ddb888ff31a78dc233dd487f0e70daa6522

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4dab3a66173916ea7018abad84530aa820d4eb5e]

        No need to check for empty value; it's checked when a value is assigned.
        
        Change-Id: I7d96910a6d8216aa17858b0cb05e161080c8dccc

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5becce4c4462d483f0856b4dbca8d92113fa5bec]

        These method names should use singular 'Cell', not 'Cells'.
        
        Change-Id: I9faa2727eda05be041aff4347f921ec9cd9b49d2

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [10461da782ae403563d5b47e3853ddb819f72dde]

        Removal of more obsolete stuff...
        
        Change-Id: Idad9121270ae89c504577f4e8d70ca4c4ed2e64b

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [821521f757569c96ded6004bb2cb0d003481b55b]

        First cut on the re-work. Lots of things are still broken.
        
        Change-Id: Iec54d5f04cef1e17375d7414a71bec64431905d5

2013-02-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb61d3f82d127d9199ead8a3042d007d134eb937]

        Bit of re-organization...
        
        Change-Id: I843d798007eaeb7175991210bd4f0d42078836d9

2013-02-12  Caolán McNamara  <caolanm@redhat.com>  [e53c0cb90066645d66c2265afbde0a4bdc6fbc98]

        address cell protection text alignment
        
        tabpage code lives in sc, so .ui should live in sc
        
        Change-Id: Ia7cfe98291ef92d5f661ff4665000a433c14c75d

2013-02-12  Olivier Hallot  <olivier.hallot@alta.org.br>  [ed51d060fa10b2664abc24b22c20529de30dff64]

        Widget for Calc protect cell tab page
        
        * Translated some German comments to English (thanks to David E. Jourdain)
        * Moved tab page .ui from sc/ to cui/
        * Need to address text alignment on the right
        
        Change-Id: I332c263bce7c8f743c60bbe79e23641e9f037474
        Reviewed-on: https://gerrit.libreoffice.org/2075
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-12  Thorsten Behrens  <tbehrens@suse.com>  [07c99eff32c4c60786c001c2e51c35b7f1d9268f]

        Bump Impress Remote version.
        
        Change-Id: I94cae8873edb3efc449f9dfe8687e70a17d26a68

2013-02-12  Michael Stahl  <mstahl@redhat.com>  [658c35878c14044029ca7f708fbde32b98cb226a]

        fdo#60703: MSDraw filter: fix import of flags
        
        DffPropSet::IsHardAttribute needs to handle flag properties specially
        (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)
        
        Change-Id: If5c6b9cfac58a787527cd132f7fc80d392b8e677

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [b66f4d71376553c2cddf592385d7b01a4e313120]

        Bump Impress Remote version.
        
        Change-Id: Ife0d461fa7b1f4f0436a3470ceee18af46d090f2

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [412d3cfd957f4d8a068121d1cef5f231959baf5b]

        Remove empty ant.properties
        
        And ignore it henceforth - it will be usefull locally for release
        code signing.
        
        Change-Id: If870a39140541834bd97fb247967712f30acff63

2013-02-11  Julien Nabet  <serval2412@yahoo.fr>  [9e5e1dc6897bcdd81d86282f2df86d762d462972]

        Remove uncalled block
        
        See http://nabble.documentfoundation.org/Cppcheck-quot-bEmbed-quot-always-false-gt-block-never-called-in-fillinfo-cxx-sc-module-td4036346.html
        
        Change-Id: I2fc95bf3ef8eb8d05c4f7d85ad45a72d54669eef

2013-02-11  Peter Foley  <pefoley2@verizon.net>  [684951f14679e2f73cd9ed8123c48fc9ab61515a]

        msvc needs instooofiltmsi too
        
        Change-Id: I343bedcfb588bfd3fbfea572e7ce24c77c0b8178

2013-02-11  Peter Foley  <pefoley2@verizon.net>  [33b838a449d2bc320c3a509b870ecbe9d620ffe4]

        stdcall and declspec(dllexport) don't play nicely together
        
        Change-Id: I56da76771790cb6824ac3d01072d9143cb580741

2013-02-11  Xisco Fauli  <anistenis@gmail.com>  [bbe6f3f59b72cbb3917f43265c59d084bab7cf6a]

        ups, don't delete this
        
        Change-Id: I7a1ce167fcd388bc31a3f746ebaefd44949b5fb1

2013-02-11  Xisco Fauli  <anistenis@gmail.com>  [57041602e2e0c5d1035359108ff1237a324c39d6]

        pywizards: simplify paths handling
        
        Change-Id: I436ca81e180d595e018811823e8b77c8b675bef5

2013-02-11  David Ostrovsky  <david@ostrovsky.org>  [ebb263856c40d019c6aa9f5c281b33d26578004e]

        Make instsetoo_native build again on mingw
        
        Change-Id: I62d8ae0da7e98d4c2196b4d41e06ffe0b3a046f8

2013-02-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [a2a8a159df82bc5e75c0c56af6ffef0f024c7b1d]

        do not codesign by default on Mac. only codsigne if explicitely asked
        
        Change-Id: I0173599672755de30b0517291f3b64654988f7b8

2013-02-11  Stephan Bergmann  <sbergman@redhat.com>  [67fbad1d1d593416136264aefb66d324e8e75bd2]

        Make setup_native build again for --enable-epm Linux/RPM
        
        Change-Id: Idf526227c90fd2614650770b172bb69b432a76c6

2013-02-11  Stephan Bergmann  <sbergman@redhat.com>  [52796cfdecdb9666f86a5ed6a3914196fd1fa5e5]

        Leftover store/inc/makefile.mk
        
        Change-Id: I7237ebb7177df66a457fcf46e5d4a963a357c2bc

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [428478b9da0c1a68842d1afd441f8d779c380b87]

        no g_list_free_full in RHEL-6 glib
        
        Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [07c3bc01cb31b801a11421e1d41c49b3826d4c7a]

        WaE: strict-aliasing issues
        
        Change-Id: I394b61fac90e1c2c26b1a4f073b87a5d3ae3e666
        Reviewed-on: https://gerrit.libreoffice.org/2105
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-02-11  Petr Mladek  <pmladek@suse.cz>  [7e2cae964edab85e43d7ce0141d46d962d0ccd4c]

        migrate also custom accelerators setting (fdo#57061)
        
        I was not sure how this can be triggered util the comment 46 in fdo#57061.
        I was not brave enough to enable this without testing.
        
        It seems to work, people complain about it, let's enable this migration
        as well.
        
        Change-Id: I79fa4b95828a55619ce098dc8fd357af317a1d47

2013-02-11  Noel Power  <noel.power@suse.com>  [ed7012e9a324d322d68dac3cc9dda7bbbc3391ad]

        add more missing adodb constants
        
        Change-Id: Ia43e1c63aa3a1f72deaa20351f9fe59fcc021b62

2013-02-11  Petr Mladek  <pmladek@suse.cz>  [941fdb183415bcb917dd87446cef22db3756cd82]

        migrate even more user setting (fdo#57061)
        
        - paths setting
        - recently opened files
        - recovery setting (enable/disable; time)
        - ODF import/export setting
        - font anti aliasing setting
        - windows and toolbars setting (visibility, position, docking)
        
        Change-Id: I01ee912a782f14ba0751659ad87863b749950793

2013-02-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d4617cf434844f15c7be29ecc95edf0b4e384e67]

        Templates Manager: UI for renaming templates and folders, fdo#60579
        
        After thinking this was a feature regression, I finally discovered that
        the old template manager couldn't rename templates. This commit is
        bringing back some previously unused code dropped in an ealier commit.
        
        Even though this is a UI change, no new string is added by this commit.

2013-02-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7b384313399ee8199cd7241527c3dbc1d50694a2]

        Fixed SfxDocTplService_Impl::setTitleForURL to keep all streams.
        
        After commit 117fdb98, the setTitleForURL only wrote the meta.xml file
        to the odf container, dropping all the other streams. Use storeToStorage
        as in the old implementation to fix the problem.
        
        Even though marginal, this problem is important for templates renaming.

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [049cf7c753339f761cd49b83744abab6aa820ea4]

        More quote escaping on translated strings.
        
        Also escape single quotes for ulf, escape both double and single
        quotes for stringex.
        
        Change-Id: I4c9b8ea88c0172e0d2fdbc79c68bce34668a64f7

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [63fdfd1eb63c1c1e17d3a62ea23b39bbeabfeae0]

        Filter out three-letter locales - aapt breaks there.
        
        See
        http://stackoverflow.com/questions/10330893/android-resources-for-languages-with-only-3-letter-codes
        for some more background.
        
        Change-Id: Ib8c62d008239de3f0ba35ebe17f8f6974f28beb1

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [5b614cb2ac2643223c5be4e0d4df5515083b3781]

        Ignore more in-tree build output on android.
        
        Change-Id: Icb6fb1ffab19f02d0af807d8f92201f1914ac08c

2013-02-11  Noel Power  <noel.power@suse.com>  [0ee3d79b98af3c249f47c77a0298a80f01300be5]

        blind wae fix for PPUNIT_ASSERT_EQUAL
        
        Change-Id: I0842e354fb766ebbbf2cff57a410a38fb8b8d3b1

2013-02-11  Andras Timar  <atimar@suse.com>  [aa2450cb51cfc3805c7a596b6b89d70bb133821e]

        advertised shotrcuts
        
        The main goal of this patch was to simplify things. The LibreOffice
        version that goes to Intel AppUp use advertsied shourtcuts, because
        it is what Intel AppUp Center requires. We can reduce complexity a
        bit, if we use advertised shortcuts in normal builds, too.
        
        Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f

2013-02-11  Tor Lillqvist  <tml@iki.fi>  [d52dbb974deca85f1e388c306a1302c49f2b57ee]

        Remove SDK >= 10.7 requirement for codesigning here, too
        
        Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [949bc0cbbcad19d1f4a9de0813c9eb83f79234cf]

        Resolves: rhbz#527719 #i105784# improve selection of fallback font
        
        Change-Id: Ib935ebd1609d4584d464e42fa418c2e91202e59b

2013-02-11  Miklos Vajna  <vmiklos@suse.cz>  [bd505fdb9f669f365ff39b0ef46f0742c638e333]

        fdo#59573 position after fieldmark and before annotation anchor is read-only
        
        Also revert "SwTxtPaintInfo::_DrawBackBrush: draw dark border around
        comment highlight" (commit 57c8c34fcdc2d594d2da3593eb9d86d0daf4e18c), as
        it draws confusing vertical lines inside the comment when it has
        multiple runs.
        
        Change-Id: If0f60e4a28878c2b31327ae3c04ae11470bc1f52

2013-02-11  Noel Power  <noel.power@suse.com>  [6865445a5ec90b49c5fde58531def4b9a64f26e8]

        fix basic access to nested uno structures fdo#60117
        
        Although basic might appear to correctly change nested struct elements
        fdo#60117 shows that basic can be fooled ( and even the watch(ed) variable
        in the debugger shows the expected values ). The problem stems from the
        fact that the uno object held by basic isn't infact modified when changed
        via the introspection uno service.
        
        Additionally pimp the existing tests to check the actual uno struct to see
        if the changes made are *really* reflected in the object
        
        Change-Id: Iff007e17df87148ea81e69d3567c8cf9857fdcaa

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [324709b6e3f6529924043b0cb2aa995478372ec3]

        only wanted completion as tip by default
        
        Change-Id: I5885f277051c2b8780e4813ce4713b0c9e8bd8ea

2013-02-11  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [97642ab568861444b95bddac63d4a41729934efc]

        add unittest for fdo#59240
        
        Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31
        Reviewed-on: https://gerrit.libreoffice.org/2078
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-11  Thorsten Behrens  <tbehrens@suse.com>  [17e9daa328c12b68bdd16502ea46c4ed1870dd0b]

        Remove limitation for codesigning to SDK >=10.7
        
        Change-Id: Iae2fbdc3ead54869d94d1e01c24a3384adb2a2b7

2013-02-11  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [2fd93f19cf6c1ce808214c659f5a4c4b10c0c441]

        fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interface
        
        Reversed the location of the RTL and LTR buttons as well as the align right
        and align left buttons on the RTL interface. It now matches the LTR interface.
        Done from toolboxdocumenthandler instead of modifying 20+ xml files.
        
        Change-Id: I6b3715e134bb45a7500b87a9e926d7940690a9af
        Reviewed-on: https://gerrit.libreoffice.org/2077
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [4895dd454ccf3d403b2ed7aa4b19f726c28e6032]

        add borders to simpletablecontainer
        
        Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241

2013-02-11  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [992f3ce06773cd05dbb66162f51408338d3db801]

        Better default values for Word completion feature
        
        http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html
        
        Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f
        Reviewed-on: https://gerrit.libreoffice.org/1937
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-11  Stephan Bergmann  <sbergman@redhat.com>  [a6b1ed45fb5cf4ef192f0bb32adb8da963a51283]

        Fix floating point handling
        
        Change-Id: Ib29dfc71f8c2d0797ead2c32f77bedf7156a3393

2013-02-11  Luke Deller  <luke@deller.id.au>  [1e113cb7604e1509e7d598a9be329f1f7b6e9322]

        import different first page header/footer from doc
        
        When a Word section has a different first page header/footer,
        this used to be imported into LO as a chain of two page styles.
        Now that LO supports a single page style with different first page
        header/footer we can import to that.
        
        This change also incidentally fixes fdo#57908.
        bnc#654230 had the same underlying problem, so the workaround committed
        for that (which includes comments expressing lack of understanding)
        has been removed.
        
        Change-Id: I6df7e9abc8f2a327a3b33e06322ca943f6f24605
        Reviewed-on: https://gerrit.libreoffice.org/2065
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-11  Luke Deller  <luke@deller.id.au>  [532e25f8b0ef1daeca1f9f84c7084812b72841d5]

        export different first page header/footer to doc/docx
        
        Change-Id: Iba39bf12c2419bb480e91ccb45851ec869c40e01
        Reviewed-on: https://gerrit.libreoffice.org/2062
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-11  Lennard Wasserthal  <Wasserthal@nefkom.net>  [e80a8b6f14fac6bb6cc7ea55b118f95472d5b654]

        fdo#55430 switches off text mode when clicking an other object.
        
        This patch complements 85ea03ae536831649b104694d08dced4d4c8663f (and
        6fbba11da54b52554941f00b07e42cc5d7a1643c, which didn't work correctly before)
        This also fixes issues when clicking on another object to stop text editing.
        Switches off text mode, and instantaneously selects the other object.
        (Rotation doesn't belong into the ./sd/ text routine AT ALL, which also caused bug 37482,
        which is resolved differently from now on)
        (Creating text fields doesn't belong into the ./sc/ shape text routine either, and if this executed, it causes funny glitches)
        Known issues: text mode stays on when you use drag'n drop (the one WITH waiting, to move to other applications etc).
        
        Change-Id: I3c8cdedbfae58165ebeda5887c1b6573832eb495
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1344
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-11  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [847749e975a7111ea306909a29fddb5df13e9a70]

        Fixed compilation error of Clang plugins on Ubuntu/Mint
        
        Change-Id: Ib08c5075034e0e16c5541f05425ef15d2cc3a6f6
        Reviewed-on: https://gerrit.libreoffice.org/2045
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [705b60f94ea5721662811501594d13d1ad925eb3]

        move paths option page .ui to cui and adapt code
        
        Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [4c5e4c47dec8dc9741e1f5c401b8d23f0cfc8e03]

        update outputsize on parent resize and recalculate bounds
        
        Change-Id: I6180f55137126d50cd6a4b60702c789d4b72a953

2013-02-11  Caolán McNamara  <caolanm@redhat.com>  [2fd5e3ad37239914b9f77438349ed3e0232c942a]

        Updated core Project: help  f6142808eb98d363d48a0c661206f98571df0203

2013-02-11  Tor Lillqvist  <tml@iki.fi>  [1c5cb060f1503ef6d139a3a0cee2c173d8c60615]

        Poke hole in sandbox for the needs of apple_remote
        
        Change-Id: Ie13daf11928a3a15a112626887a4113eed18b5cd

2013-02-11  Noel Grandin  <noel@peralex.com>  [eb2f8c5a63df0bfcd3cc13b2071ea2194fa425f0]

        fdo#46808, use linguistic2::LanguageGuessing service constructor
        
        Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b

2013-02-11  Noel Grandin  <noel@peralex.com>  [0cd4caa547a75316c6b3f2992dd66b2294c6f1ae]

        fdo#46808, convert code in desktop module to XComponentContext
        
        Change-Id: I79a22f52ebe59f8f89291d4e6e78bd37817cd047

2013-02-11  Noel Grandin  <noel@peralex.com>  [e7a76a0e65a185c3ac0ef041f7e6957d3f8b655b]

        fdo#46808, convert form::runtime::FormController to new-style
        
        Change-Id: Ied761cbb8e23d65596a5fdc4650e1cd2c95e9245

2013-02-11  Noel Grandin  <noel@peralex.com>  [5d0b2b011ff2f141db452ffef84c3a77efbd6e7b]

        fdo#46808, convert comphelper::OStorageHelper to XComponentContext
        
        And drop the optional parameter on CreatePackageEncryptionData
        because no-one is using it.
        
        Change-Id: Ia83ebfc099dd121273d2c39431d015b3bc0abd81

2013-02-11  Noel Grandin  <noel@peralex.com>  [a9934b36fea86646586f10daaa310d7173ede795]

        fdo#46808, some simple conversions to XComponentContext
        
        Change-Id: I68e90fde0645d4d1d518d22620d4c28ae91139d4

2013-02-11  Noel Grandin  <noel@peralex.com>  [834dcf3acde06389d57bec64c2cd6cca8189c079]

        fdo#46808, Convert package module to XComponentContext
        
        Change-Id: I1b322e57d27e16d177ffa87d3cd42a7d06f3dfab

2013-02-11  Noel Grandin  <noel@peralex.com>  [5bef4dc30c3dc70bc4d4b2cfbd2d1f729d714dfe]

        fdo#46808, use service constructor for document::DocumentIOLogRing
        
        Change-Id: I39f6d9f671dcb03779d594df5af60c9a0e3ca451

2013-02-11  Noel Grandin  <noel@peralex.com>  [89fed427f080862cf9615e2b2b57faefb639d6ce]

        fdo#46808, convert to getProcessComponentContext
        
        Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e

2013-02-11  Noel Grandin  <noel@peralex.com>  [5c5bf140ae8b80f64e0853c05e503cf9a04ff085]

        small doc fix
        
        Change-Id: Ieafdd536faf4c51ec0eb1fabca3edd7f575d001e

2013-02-11  Noel Grandin  <noel@peralex.com>  [bb98b129db1029aaa37511306836f0e31d13fc38]

        fdo#46808, use service constructor for awt::ContainerWindowProvider
        
        Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13

2013-02-11  Noel Grandin  <noel@peralex.com>  [ae25ee162c13277fa55778b228efa4959cbeac2a]

        fdo#46808, remove unnecessary XMultiServiceFactory fields
        
        Change-Id: I140d82ed38afc56cbd06b0045eff0787fc99e2a6

2013-02-11  Noel Grandin  <noel@peralex.com>  [fbd4588afd596b96f988350174ad55e66db6d830]

        fdo#46808, convert io::TextOutputStream service to new-style
        
        Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f

2013-02-11  Noel Grandin  <noel@peralex.com>  [ff85e8319a263e428ce53f7758092475b953afba]

        fdo#46808, convert io::TextInputStream service to new style
        
        Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1

2013-02-11  Noel Grandin  <noel@peralex.com>  [a7ecab870eb5567bceb3ef61d87d8db805bc6796]

        fdo#46808, convert xml::xpath::XPathExtension service to new-style
        
        Change-Id: Ibdfaa221d33ae405c08bc13aa9ed280b30448772

2013-02-11  Noel Grandin  <noel@peralex.com>  [f53517a5b08f9dddd61f5f0aa697222529d15e28]

        fdo#46808, convert xml::xpath::XPathAPI to new-style service
        
        Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb

2013-02-11  Noel Grandin  <noel@peralex.com>  [fa3c9a9072ae05ae6d03014eb55ad5f7d895d1fe]

        fdo#46808, convert some forms code to XComponentContext
        
        Change-Id: Id36556018761a1961de8ccfb3c549d4af03230ea

2013-02-11  Noel Grandin  <noel@peralex.com>  [45d416d31558eb50e75cb246198137d171387797]

        fdo#46808, convert svt::GraphicAccess to XComponentContext
        
        Change-Id: I081158bc43bf39ad165c14d8ada31dd0142ca82c

2013-02-11  Noel Grandin  <noel@peralex.com>  [2e801b9933e318fe5e323e86758aa38b4b6a553d]

        fdo#46808, remove unused header file
        
        The inline method in the header file is no longer used anywhere.
        
        Change-Id: If3ee13778e45edb619393e6adb2daa38d6cf4d35

2013-02-11  Noel Grandin  <noel@peralex.com>  [591ef7844079e93ff627c7e194c04d520d2f1d55]

        fdo#46808, Use singleton util::theMacroExpander new-style constructor
        
        And deprecate the old-style service util::MacroExpander
        
        Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd

2013-02-11  Noel Grandin  <noel@peralex.com>  [81c967e06e4247dec7ecb9ffec695ba31cb4f057]

        fdo#46808, Convert to getProcessComponentContext()
        
        Also clean up some weird UNO type casting.
        
        Change-Id: I62e3813e917ec49fcd3ff444209e2234207a6f9d

2013-02-11  Noel Grandin  <noel@peralex.com>  [b5cd8f9186c023124b25706f65e7608b68c426bd]

        fdo#46808, Adapt form::control::FilterControl UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: I1ca7ab09491057c1e9c91b5bb6763b84be10b47b

2013-02-11  Noel Grandin  <noel@peralex.com>  [bed621572c397c7a2c6dac934801c947e45c83da]

        fdo#46808, Use service constructor for awt::DialogProvider
        
        Change-Id: I5d0a3e66afeadafa6d53ff0a255d036b7e3d528d

2013-02-11  Noel Grandin  <noel@peralex.com>  [e5fdaec54a54e42b487c37e6b01493bcdfc30b4c]

        fdo#46808, Adapt document::XML*BasicExporter UNO services to new style
        
        The services are
           document::XMLBasicExporter
           document::XMLOasisBasicExporter
        
        Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43

2013-02-11  Noel Grandin  <noel@peralex.com>  [c4d051c5dbee532264e1bfc2ccdb337c6dcf83ed]

        fdo#46808, Adapt ConversionDictionaryList UNO service to new style
        
        Change-Id: I16efc7466a2dbcccb4dddefdccada8549e7252f8

2013-02-11  Noel Grandin  <noel@peralex.com>  [a00fe5cd4aa115e131919c4dbfea87c94b51e044]

        fdo#46808, use service constructor
        
        Change-Id: I8c533eb6efdcabc3475527fb16f9674ca2a5eb8b

2013-02-11  Noel Grandin  <noel@peralex.com>  [9a36294079a13d713490ed754be441d9dbc214ce]

        fdo#46808, Adapt java::JavaVirtualMachine UNO service to new style
        
        Change-Id: Ib0329b9cdc4290ce98c4182e8466c1b44b408341

2013-02-11  Maxime de Roucy  <mderoucy@linagora.com>  [7841fd1536e018defaf9cbeb283cb82b687f95e1]

        use static/reinterpret_cast and minor rewrite
        
        Change-Id: I9d2f21394c03e29d573dc197da90a91c96d55409
        Reviewed-on: https://gerrit.libreoffice.org/2047
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-11  Matthias Freund  <matti_lx@yahoo.de>  [0b081027fecbfdcdee6ab4e36e22123f3cd4cfde]

        Comment translation german - english
        
        Change-Id: I76c5124ff13abe4610b8cc9a07ba75e038c02e8b
        Reviewed-on: https://gerrit.libreoffice.org/2092
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Joren De Cuyper  <joren.libreoffice@telenet.be>  [9b2c0cb728873c018ca18e5e5e9bd2d2b84530be]

        add 6 width border to toplevel widgets of printdialog
        
        Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3
        Reviewed-on: https://gerrit.libreoffice.org/2067
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-10  Caolán McNamara  <caolanm@redhat.com>  [dde8e266084c89860a9a91f2a29ac31b730a9c4a]

        resorted SvTreeLists munged horribly
        
        e.g. tools->options->paths, click the sort icon, reclick it few
        times and the list doesn't reverse but instead shows the
        same two entries over and over again.
        
        Regression since fb01d8e132ab9097ed30b3bc4c7585622df591ad
        
        Change-Id: Ifc151ad72a27f1cdc3141e356ad6d100e6219cc2

2013-02-10  Xisco Fauli  <anistenis@gmail.com>  [efa0451d8eab878812e2bbacc4319d7490d0f333]

        pyagenda: remove placeholder when text is not empty
        
        Change-Id: I06ae1815ec1bd904e944929f1b50a0ee95a6a5ae

2013-02-10  Xisco Fauli  <anistenis@gmail.com>  [2f7bd777d9724ff3b6c7697bf7c02d32eb661214]

        pyagenda: This shouldn't be commented
        
        Change-Id: I95dde2a3673f3304969329623af7f615b7388654

2013-02-10  Xisco Fauli  <anistenis@gmail.com>  [b4743abd03fb584cfc05361dff1b93eae4cf9867]

        pyagenda: use local variables
        
        Change-Id: I9fe8eae42c942823df3d200ebb0a0ae1c478d29a

2013-02-10  Miklos Vajna  <vmiklos@suse.cz>  [2b5dd63565509c2e02c193522a85d3dc6b60361d]

        python3: 15833.patch makes sense with ro /usr on Linux as well
        
        Change-Id: If0d7b17b97a78eddcdd02b3951afb7b2a1ae43ad

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [fc5ba19c717986c3a00320e17c1b40447e52b2d0]

        Comment translation german - english
        
        Change-Id: Ifc4be6a2253eaf89c996c0c2619b6d71e2fb5b5c
        Reviewed-on: https://gerrit.libreoffice.org/2089
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [39a7b5e0415fa1752ae056fb7760b552e4350a1b]

        Comment translation german - english
        
        I moved order so "git grep '\<\(der\|die\|das\)\>' sw" does not show up this file because of "der"
        
        Change-Id: I98086993cf672806d763520b04e7693c8c772502
        Reviewed-on: https://gerrit.libreoffice.org/2088
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [fb4e96d8ea6539a505b6fcd04703b394d373ce24]

        Comment translation german - english
        
        Change-Id: Id40b6528515a9ebcf3deb0f84597955723118a15
        Reviewed-on: https://gerrit.libreoffice.org/2087
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [80cbc04c2cbe25ebdfe2f22bb2e5ba62728e9632]

        sc_subsequent_filters-test: add bug number
        
        from 84ae3c9853b7b90d7b859fd562dabc7b31e8deb8
        
        Change-Id: I1768bfb7a68affe423485eff77b6005abde2e2a7
        Reviewed-on: https://gerrit.libreoffice.org/2079
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [739edccf50c38d7a274be3a9510862eaca97c877]

        Comment translation german - english
        
        Change-Id: I752eaaeaa9835efb010da376824b10f25085bede
        Reviewed-on: https://gerrit.libreoffice.org/2085
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [9934695ead3908b45d0d2579ff400d795ad19c91]

        Comment translation german - english
        
        Change-Id: I3af5ce71bb7758ae422e664ce2e0a44b8768134f
        Reviewed-on: https://gerrit.libreoffice.org/2084
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [2e9e7e7399a71b5a5f31bd5c420e624116c6c82d]

        Comment translation german - english - correction
        
        Change-Id: I4aec4bcf67cb2e07a4cf6d1db705438d0b94b5b7
        Ooops: the width !
        Reviewed-on: https://gerrit.libreoffice.org/2083
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [04278c1b53d93ec4c73d85b202457457d8f55cbe]

        Comment translation german - english
        
        Hope it helps a lot.
        
        Change-Id: If10593f81d4b2a00b8305e955ca7e6a15ed47aff
        Reviewed-on: https://gerrit.libreoffice.org/2074
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [a79b72059bf522fab1dc78383a71b2818f6866b8]

        sal_Bool to bool
        
        Change-Id: Iaada35250bdc7bc9393d2cfdceb8171aaafad9ee

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [5f2cfb8dc537bd99399ba3942d0f685b6db6841b]

        Revert "replace '$<' with '$%' as it was meant here"
        
        This reverts commit ef300e2dc3ac163cff14d659cc6e2154221c1a4e.

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [a92ae7280ebb4021c576f8604ead785ee0ba219e]

        Revert "fix fake-db-1.0-0.noarch.rpm: swap target with prerequisite"
        
        This reverts commit ef45fe7ff055692ec43bb5d6a438fb6ec29a9004.

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [03b9ff533bb83ea2ea97607b7751d34206f8dcc6]

        Module_setup_native: include Package_ulf.mk
        
        Change-Id: I023363a81af4909f3914354b082dfc2f0315e097

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [ba811adbe9cc9e86b818b8f56f177451bf1502b9]

        Package_ulf.mk: remove superfluous mac dir
        
        Change-Id: Ib91eec962105fffeae9d563c18ff9192a90137c0

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [7d9b5a65c8e8653a1dad3b44e29258e824f39096]

        simplepackage.pm: be extra verbose in error case
        
        Change-Id: I535354799d460cf5f9e1e6bcc460ecfc7c8385c8

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [514d4bf561eae7f3613603e5d39721a5a9a78691]

        wintools: fix uncomplete source file path
        
        Change-Id: I1869dc0ac2356a0d9c18dd7958a291dcbdaf14f3

2013-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [e29d891e07d76929584149d199b6f7941beb915a]

        xmlsecurity: remove obsolete tools directory
        
        Change-Id: I5a1df11c18eb5932651ee381fae29f2ac0697b6a
        Reviewed-on: https://gerrit.libreoffice.org/1608
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [ef300e2dc3ac163cff14d659cc6e2154221c1a4e]

        replace '$<' with '$%' as it was meant here
        
        Change-Id: I760eff2a3a1cb28a1a4e47368b7919a0feacad18

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [4de0eb702f004228285df8ce331c080683256e7c]

        '$(PERL)' is missing in command line
        
        Change-Id: I00bb54e868e777de219ecbe7ef48c250627449bb

2013-02-10  David Ostrovsky  <david@ostrovsky.org>  [ef45fe7ff055692ec43bb5d6a438fb6ec29a9004]

        fix fake-db-1.0-0.noarch.rpm: swap target with prerequisite
        
        Change-Id: I3c2940d3d6f64bcef5f9169654138170bda49d4d

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [77f2073df576ebec5303bc29a242597f75ab0e61]

        Comment translation german - english
        
        And again a litte change...
        
        Change-Id: Ia2fe42dc34983755a8ed23d188f41f73be71e5c8
        Reviewed-on: https://gerrit.libreoffice.org/2073
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [408f462daff5fb059f775e69f9f8f724f765ea22]

        Comment translation german - english
        
        This times i have more files with few translations.
        
        Change-Id: I5a6cb89a36b8fab3db8cfb4029316e51834445b6
        Reviewed-on: https://gerrit.libreoffice.org/2072
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [a83a362e5865830018d5b99f84faf251760556b9]

        Comment translation german - english
        
        Translation.
        
        Change-Id: I07d8f85437ce6ff59ac40970de29cc2fccde3d5a
        Reviewed-on: https://gerrit.libreoffice.org/2071
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Matthias Freund  <matti_lx@yahoo.de>  [8d09cb0fc4530c2c1aeb8fa79dc91509de1e8943]

        Comment translation german - english.
        
        sw/source/ui/wrtsh/delete.cxx
        
        Change-Id: I92487e7474c4e27cee939812edf410e9a26731e7
        Reviewed-on: https://gerrit.libreoffice.org/2070
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-10  Winfried Donkers  <osc@dci-electronics.nl>  [5fe7b7561aa78e87f90e8a9436cb674e53ef8f4e]

        fdo#56098 paste special shift options incorrect/incomplete
        
        Change-Id: Ic84ec07f4e0963ad1759036f1d7cbfa295289375
        Reviewed-on: https://gerrit.libreoffice.org/1903
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-02-10  Michael Stahl  <mstahl@redhat.com>  [5a65ca67d9acefed399ed8706efa402c543bed87]

        fdo#60491: embeddedobj: catch exception in fallback path
        
        This allows the OLE object to at least be passed to the OS for
        opening...
        
        Change-Id: I97f93eb3a015d7771f3fc909517ffb96d61fde52

2013-02-10  Michael Stahl  <mstahl@redhat.com>  [af8c7599148cf8c2bed567a8fdf5393fc3c16409]

        embeddedobj: log some exceptions
        
        Change-Id: I2e565bc6e57f7bf59fdd6eb5fc577e0b3d58b9f6

2013-02-10  Michael Stahl  <mstahl@redhat.com>  [ca8ac449e3524f895de1e94a3c5d511591031b40]

        fdo#60491: scp2: always package emboleobj library on non-WNT platforms
        
        (regression from 09cd5c460704ddd99669a61ae335bfb2ce357140, which defined
         DISABLE_ATL on all platforms in configure)
        
        Change-Id: If2373386102373cb49e8cd0c6bf807da2f805dda

2013-02-09  Julien Nabet  <serval2412@yahoo.fr>  [e7014ca47b9147c925fb99154b55c71c7127e935]

        Fix Resource leak: ddf
        
        Change-Id: I4361b4f4670a0437c8220d2e7f92f2ffbe0cc479
        Reviewed-on: https://gerrit.libreoffice.org/2057
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-09  Mark Wright  <markwright@internode.on.net>  [d4bab97023e3569571a92551040574b20aceca7c]

        fix compile for change to boost 1.53.0 declaring smart pointer operator bool as explicity for C++11 compilers
        
        Change-Id: If2c3ad68b2ffea645a9f2035cd802553edc0ee79
        Reviewed-on: https://gerrit.libreoffice.org/2064
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-09  Matthias Freund  <matti_lx@yahoo.de>  [020e2b900b017d64a52f494707015a0e2e959d63]

        Remmark translation german - english
        
        This is only partly translated, i do the rest another day.
        I hope it helps a lot.
        
        Change-Id: I35d23c9e75d0880df76eaf652fcc9b0fb1bb2112
        Reviewed-on: https://gerrit.libreoffice.org/2069
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-09  Peter Foley  <pefoley2@verizon.net>  [4261757fc6dd17811296842cc16f507be400652e]

        convert setup_native to gbuild and add to tail_build
        
        Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223
        Reviewed-on: https://gerrit.libreoffice.org/2063
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-09  Miklos Vajna  <vmiklos@suse.cz>  [803137f4715ee7ab127a9718ca213db252193398]

        configure: add --with-referenced-git option
        
        This is similar to --with-linked-git, but:
        
        1) It uses git submodule update --reference, so it works with submodules.
        
        2) The created repo is a true git repo, except that its object database
        reuses the referenced repo's objects, so it's a real speedup when e.g.
        translations are enabled.
        
        I intentionally didn't just fixed --with-linked-git, to make it clear
        this is more like git clone --reference, not git-new-workdir.
        
        Change-Id: I7c9584bce3670fd1e175b90aded2435cfe78056d

2013-02-09  Luboš Luňák  <l.lunak@suse.cz>  [857a39265452c23d4769e6d729ae4c30e44b2973]

        make it possible to limit what files will be modified by a compiler plugin
        
        Change-Id: I4e3e8f5ca5e5b5b59b1bd067281f90940dd893b1

2013-02-09  Luboš Luňák  <l.lunak@suse.cz>  [8f1a01ad001d2288c4aa43420bb56bab1094aa20]

        fix check whether a file is in a directory
        
        Make sure / is appended, otherwise /foo might match /foobar/file .
        
        Change-Id: I36469916b72b407c8f0c9c255099ee671039cf17

2013-02-09  Luboš Luňák  <l.lunak@suse.cz>  [1b535267dfa18ad802229851fdbb88b656e8b7df]

        treat all source files as not up to date only with FORCE_COMPILE_ALL
        
        So running the compiler plugin can be done either with FORCE_COMPILE_ALL=1
        for simplicity, running the plugin on all source files for the target,
        or it's possible to use make's -W option (or touch files manually) to
        run it only for selected files.
        
        Change-Id: Ifa82bbe91dc1e179af9db8fbf99271bcf03a1d47

2013-02-09  Luboš Luňák  <l.lunak@suse.cz>  [531391239bbd9d9dfc8df4d5f413fd0ab1758b09]

        remove unused variables
        
        Change-Id: I7383100f5965578160098f11cdb99bb4e4ce57fa

2013-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [2dd4ac609461b9011748d29a7251d5c0c685d60d]

        sal_Bool to bool
        
        Change-Id: I4e1c0136798c8666517ee42407484dbd9b364880

2013-02-09  Andras Timar  <atimar@suse.com>  [a05e96ff0ec64a57e7a8faf0e29128898e234dce]

        scp2: remove unused gids
        
        Change-Id: I7e59c571ba59981f6fef33f437f2074dcb42cb5f

2013-02-09  Caolán McNamara  <caolanm@redhat.com>  [76a70fe843640949b9fb97278c8f018cf67e130e]

        fix build
        
        Change-Id: I410479392141d10688edf16115309ccc4c1edad1

2013-02-09  Caolán McNamara  <caolanm@redhat.com>  [74e64514bb53c7e5ff6fc7b90b629c28121d40f0]

        standardize on 6 pixel padding
        
        Change-Id: I5b10bd0bd3376ecf7cf204d4a4a1567ba1a5e9e5

2013-02-09  Gokul  <gswaminathan@kacst.edu.sa>  [a00b62422e5499e842d0b3b6302ba79f3d808c27]

        Fixes fdo#46186, The Table Remains in the defined writing mode.
        
        The table in impress is drawn under the rectangular are, on Selecting
        the table it was only selecting the rectangular area and not the cells
        inside, Making the layout to be as RTL which was mirroring the table.
        
        But, We need the table to be in RTL Writing mode and not mirroring the
        table. Now on applying my patch, If table is selected, it will select
        the entire cells inside which is the actual table and the functionality
        works fine.
        
        Change-Id: I9d6bdde5019322488be66fa89a6488d348b2cf44
        Reviewed-on: https://gerrit.libreoffice.org/1964
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-02-09  Winfried Donkers  <osc@dci-electronics.nl>  [65e0bf7c4760c51b2357d9c57dd23e6c61b116cb]

        translate German comments, remove obsolete code
        
        Change-Id: I4d6e3149f94234e2b884ab81e752805d07a63712
        Reviewed-on: https://gerrit.libreoffice.org/2049
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-09  Miklos Vajna  <vmiklos@suse.cz>  [13003431bface864af739188b1a76a6b9177a1fe]

        SwFrm: rename member variables missing their prefix
        
        Change-Id: I88e7abb29e18859ae4fdce5a613e6d233f9d27a1

2013-02-09  David Ostrovsky  <david@ostrovsky.org>  [0efe5cf57e524aa197fbb57aee8a5548cb32f34a]

        ORowSetValue: move float and double to union
        
        Change-Id: Ic5de8ad2cf9ef1143b1a5468e5fc5c9974aca5ec
        Reviewed-on: https://gerrit.libreoffice.org/2021
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-09  Winfried Donkers  <osc@dci-electronics.nl>  [c1e3943ceac62209b78e13a42ea67044383f4798]

        translate German comments, remove obsolete code
        
        Change-Id: Icfb1e2985f746d7a451037e2d411ebbfeed26a54
        Reviewed-on: https://gerrit.libreoffice.org/2054
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-09  Matthias Freund  <matti_lx@yahoo.de>  [50b9a90ef4ab73d812970545d4d89a128d6d01bf]

        Remark Translation german - english
        
        Change-Id: Iddfc42ba61ddf533e0d0832a54730a8f3058b1c0
        Reviewed-on: https://gerrit.libreoffice.org/2060
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-09  Matthias Freund  <matti_lx@yahoo.de>  [e3519f6dc62aa53e0ea4f55e8270cf2b405d6d84]

        Remark translations german - english
        
        Hope it helps you a lot.
        
        Change-Id: I5db1b746077c783a6fdf75ba0e30a3573ef4ddea
        Reviewed-on: https://gerrit.libreoffice.org/2059
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-09  Matthias Freund  <matti_lx@yahoo.de>  [7b706885b88ee2cd2da4bbbbf2a0741f6488d45a]

         Remarktranslations german - english
        
        I have translated some german remarks into english for better understanding the sourcecode.
        I hope this helps a lot...
        
        Change-Id: I9d790684ec4c999aacbe5d7f47138a4bee26c7c7
        Reviewed-on: https://gerrit.libreoffice.org/2058
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2013-02-09  Thomas Arnhold  <thomas@arnhold.org>  [c12ab867f282e783507fcf74ab5c90e784681f65]

        Remove unused methods
        
        GetOptimalSizePixel and GetHCtrlWidth are never called
        
        Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084

2013-02-09  Thomas Arnhold  <thomas@arnhold.org>  [d84e78aa31252f6e514ad8a8ef38c4a4ec93cb37]

        Translate German comments
        
        Change-Id: I79cc861fadb908605c6d2ed638e3d06ca5a57869

2013-02-09  Thorsten Behrens  <tbehrens@suse.com>  [960f1c2c7ba5d890fd245a90f78277ef73a873de]

        Update Impress Remote version.
        
        Change-Id: I12ad4604d0426a52b47d99d1bc3c4c6536e83b07

2013-02-08  Julien Nabet  <serval2412@yahoo.fr>  [c5d5990108fcddbba81845d8ce39260883d2bd4b]

        Fix "bModified" reassigned before previous value used
        
        Change-Id: Ief802e26faf8165477b12d92524ce36f92575509

2013-02-08  Julien Nabet  <serval2412@yahoo.fr>  [8ee14c31a4dd89640b4f9573ae13e101727649c8]

        Fix "eState" reassigned before previous value used
        
        Change-Id: I2ca1ebdd726b0f07d796d883f3340213780c7b79

2013-02-08  Julien Nabet  <serval2412@yahoo.fr>  [8c27bd9b14715c05d66eaa5e0ef10a6c926c8c1f]

        Some cppcheck cleaning
        
        Change-Id: I1dc8415569f7133d57c495e47f038e98d50d64d7

2013-02-08  Andras Timar  <atimar@suse.com>  [a4547696d272588374fd391233626df986275870]

        fdo#50827 move language dependent wordlists to the appropriate dict pack
        
        Change-Id: Ie60051b65834cdfc748d12a71089a683f3108335

2013-02-08  Michael Stahl  <mstahl@redhat.com>  [63ca871bf8f14e0450e5da0dbcfa3ee5d48f1604]

        fdo#60234 fdo#60492: fix emboleobj library on WNT:
        
        Use prefix consistently in all component files for the library.
        
        Change-Id: I58dce631f474e022be320c748f62238953a28e17

2013-02-08  Michael Stahl  <mstahl@redhat.com>  [44f74a0c2bee7e93bb94e135304f5078280dd760]

        EmbeddedObjectContainer: log some exceptions
        
        Change-Id: I7356dfedc6121876641ef0e5f41d50db725980d4

2013-02-08  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [c5b83e07f87a092a9b771365231df0a1667404bf]

        Resolves fdo#59889 fault in dragging edge of RTL table
        
        i)  Resolves fdo#59889 formatting in dragging edge of RTL table resizes column width of the next column instead of current column.
        ii) prevents resizing the whole table on dragging edge
        
          In NxN LTR table vertical edge responsible for resizing the column x(x=0 to N-1) is, Edge x+1.  But, in RTL table
        vertical edge responisble for resizing the column x(x=0 to N-1, but from right to left)is, Edge x.
          Use (nEdge-1)instead nEdge-- to avoid conflicts.
        
        Change-Id: If412b443ec8f82942ff80ba3aec24a9bfc053ac9
        Reviewed-on: https://gerrit.libreoffice.org/1979
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-08  Xisco Fauli  <anistenis@gmail.com>  [195007a80725d14c5dac64e2c9d1ed21e58da380]

        pyagenda: Save configuration after finishing the wizard
        
        Change-Id: Ia0d80ac089608178e714735d6bfc4516030ee5b9

2013-02-08  Luboš Luňák  <l.lunak@suse.cz>  [6db8d0ba581463dfe1a791404044e7b1a1051bfa]

        win-specific fixes for 9e310cc32923ceb4b18d97ce68d54a339b935f01

2013-02-08  Luboš Luňák  <l.lunak@suse.cz>  [895f272ed9301ce41966a17a5c212c0e16925241]

        fix incorrect string conversion in 9e310cc32923ceb4b18d97ce68d54a339b935f01
        
        Change-Id: Ia1ddf969f876ce47b4195c60039b38f2a47f3470

2013-02-08  Luboš Luňák  <l.lunak@suse.cz>  [59a1c91da315f43a971148cb6bdedeb50af96859]

        unused variable after 2e14a8bf03cefe831eb7694ea903115bc4b61ecf
        
        Change-Id: Ib4c50a14e630e34daf1b39d28c4ed99b6367f26b

2013-02-08  Miklos Vajna  <vmiklos@suse.cz>  [70cd84b89fb265cd8671fa2ef910eef5a63ae99f]

        SwFrm::_UpdateAttrFrm: notify layout when gradient settings are changed
        
        Change-Id: I7623fd0987fb737346f1c099563dd1e6343d9dc2

2013-02-08  Stephan Bergmann  <sbergman@redhat.com>  [636cf75bf46c02babcbfa2b5dbb51842b1b53ac8]

        -Werror,-Wmismatched-tags
        
        Change-Id: I0e9839e4ed02626eca17449b8d2f489ab50d39de

2013-02-08  Luboš Luňák  <l.lunak@suse.cz>  [fd44b28e6880b3a976b876a03bb4bc0280b47eae]

        what a convoluted way to split path into dir and file; and broken, too
        
        This should make it handle paths with spaces properly.
        
        Change-Id: Ic4e36449435e1bab2441ea011ccea018f14b98cf

2013-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [706d193698eda2ef81ab7b9301d3b0240bc588b9]

        Enable dbus in LibreOfficeLinux configuration
        
        Change-Id: I959437dd440c0eec4fdfa75498a95295bb85cda0

2013-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5319808d29666827df2b6010b433c293cf738b4e]

        Package the right pixman and cairo
        
        Change-Id: Ibd9941ff5dcf303e83790a901e36008c98f57608

2013-02-08  Michael Meeks  <michael.meeks@suse.com>  [a75aeb5cefd338d44dd36a8892e63c1095c71273]

        fdo#60487 - sdremote - load default preferences eg. volume control switch.

2013-02-08  Radek Doulik  <rodo@novell.com>  [2e14a8bf03cefe831eb7694ea903115bc4b61ecf]

        fix invalid USS macro use, the result is for immediate use in calls
        
         - otherwise it will became invalid immediately as in this case
           and contain some random value from stack
        
        Change-Id: I9e9e9660ec5d391549b16c6a0510c97cc11e7442

2013-02-08  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [9e310cc32923ceb4b18d97ce68d54a339b935f01]

        fdo#38838 Some removal/replacement of the String/UniString with OUString
        
        Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275
        Reviewed-on: https://gerrit.libreoffice.org/1962
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-02-08  Caolán McNamara  <caolanm@redhat.com>  [9c427991d9658a870ee0eb1bdc4cd3b393c93fd5]

        janitorial tidying
        
        Change-Id: I4f37cb4bcde935bfbf6d412f4c81ef0451245f00

2013-02-08  Joren De Cuyper  <joren.libreoffice@telenet.be>  [f10ba07935951e6c74663a35de9a79b7d66beb37]

        resolve fdo#60450 - Printer list is missing its border in Print dialog
        
        Change-Id: I2e28b9f9d52bcb01b04f98d39d12b6d8a627bec5
        Reviewed-on: https://gerrit.libreoffice.org/2043
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-08  Tor Lillqvist  <tml@iki.fi>  [da2cdc885b0a013521dde71b0b15e431ee384821]

        The bundled expat is nowadays built as a single libexat
        
        We now have a single libexpat instead of libascii_expat_xmlparse and
        libexpat_xmltok. Hmm, no idea when that changed, but OK, that just simplifies
        the fontconfig patch. (Note that the bundled fontconfig is used only for
        Android.)
        
        Change-Id: I3973d35a566bd3c86b013c96b7f3a6a8e249c2c0

2013-02-08  Miklos Vajna  <vmiklos@suse.cz>  [e15f9ceafdf6e8b21cd315936ab44edfa91dd8b2]

        fdo#59953 RTF import: fix unreadable graphic and nested cell contents
        
        There were two issues here:
        
        1) c3b0f13546b30e5db3aecd311c7178e4e0933208 added a mechanism to work
        around broken documents, but that didn't deal with nested tables.
        Additionally, the check compared the max row width with the width of the
        last cell, not the last row.
        
        2) d276d3f3ae112a11c8cb5768650d147cbb94275e cleaned up implicit
        horizontal merge detection, but didn't deal with valid documents, where
        each row definition is available twice.
        
        Change-Id: I1a32ec2fcb0d1a8fca7a7bd26501d3daf17880c9

2013-02-08  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [8880c773e779710dc0a08760e92afd709a73ca31]

        Resolves: fdo#43650 Disable tooltip when scrolling writer docs via mouse wheel
        
        Change-Id: I8e0d27b26afef08cc6ef963a2baadcddc78f6b27

2013-02-08  Caolán McNamara  <caolanm@redhat.com>  [165a53f3a7f08e65055e08ecd4cfc068c5d353b8]

        Resolves: fdo#60132 Error reading file after inserting comment
        
        Change-Id: Ib2b388c78c8f44a626267c2f8d3975b46ead3bd5

2013-02-08  Caolán McNamara  <caolanm@redhat.com>  [af92c600ef755d3766393b2ef7956f5ac163410c]

        catch exceptions by const ref
        
        Change-Id: Icaa4095b2032fa87f8ed4982940ba2a166665cef

2013-02-08  Caolán McNamara  <caolanm@redhat.com>  [0aa5b4398e0bdd01315b2521fc2c827b58f49d39]

        move java options page .ui to cui and adapt code
        
        Change-Id: I481a4bbe06a5d0b3fb8701181d49d84d628fdd32

2013-02-08  Caolán McNamara  <caolanm@redhat.com>  [bc5e09608952caf57d72c81cca43af7a930b3b19]

        Updated core Project: help  612abeff1ee12d777ae84e53099db0863dfa57f8

2013-02-08  Eike Rathke  <erack@redhat.com>  [df77f67090c722f12d3ae7836acbb908064ff193]

        factor out common code of SKEW and SKEWP, fdo#60322
        
        Change-Id: Ia79a56f9b68ee11d3a45d30833332c58994383b0

2013-02-08  Winfried Donkers  <osc@dci-electronics.nl>  [df931a5b0f48707e34ebfacb695996198ece8f44]

        fdo#60322 add calc function SKEWP as in ODFF v1.2
        
        Change-Id: I4851df1473fc7788af1ac642bb0fb527ec872821
        Reviewed-on: https://gerrit.libreoffice.org/2020
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-02-08  Stephan Bergmann  <sbergman@redhat.com>  [35cda416ce9c23abc9075ef22068d098017efd55]

        Updated core Project: dictionaries  350dc590b04041f15d6c570075ade425e4db93ad

2013-02-08  Stephan Bergmann  <sbergman@redhat.com>  [c925f5c33021065cb0b10fa37fca8a51ae2058f2]

        fdo#60139: Rename bundled extensions's Lightproof service implementation names
        
        Change-Id: Iba96fe09f6ff40cb878a99c6460d78c63dff1f53

2013-02-08  László Németh  <nemeth@numbertext.org>  [98029f1625663609d670f79eea61f7547bfc8123]

        fdo#60427, fdo#59337: spell words with ZWNJ/ZWJ, f-lig. (only 8-bit dic.)
        
        Change-Id: Ie8ac76373f4f4a456cdfb7f1a77ce640a5595d10

2013-02-07  Peter Foley  <pefoley2@verizon.net>  [d9d2b0b265c3ace00e0f7387bb234a0aabacfbd0]

        fix libxml2 on android
        
        Change-Id: Ia17fe443a41cbef129a7242c5d200b471ba72f34

2013-02-08  Tor Lillqvist  <tml@iki.fi>  [042e4606a64233299fdc02d9df32329c452d96d5]

        No jvmaccess library for iOS
        
        Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10

2013-02-07  Jan Holesovsky  <kendy@suse.cz>  [9e27b9057eeeacb9b5f336fba3f469165b796774]

        sdremote: More logging.
        
        Change-Id: I5fe792ddfe1fac5166865c51014d87309d48bab2

2013-02-07  Jan Holesovsky  <kendy@suse.cz>  [994723a91ec6d35708c3172fd59cc72ec12295dd]

        sdremote: Disable Impress Remote in the menu also when not allowed in Options.
        
        Change-Id: Ida8a3847a54c5415e1802a6688e110202bac35c1

2013-02-07  Jan Holesovsky  <kendy@suse.cz>  [576943b9bf7506829de97d2194c4bee35a485436]

        sdremote: Enable it by default.
        
        Change-Id: I268dba185df60bb21d6b87f8e71175f52ea1f1a3

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [90d0ebfffff32bae29ff08b92b857ece5425dd2b]

        mysqlc: bump version number to 1.0.2
        
        Also bump minimum OOo version to 3.3 because of passive registration.
        
        Change-Id: I6798f728d19adcc5d30e7d9fe4ae3c62c18876a2

2013-02-07  Peter Foley  <pefoley2@verizon.net>  [b9d6c7a48cbe3573a2010811d8671d3e5ff30e2a]

        convert libxml2 to gbuild and add to tail_build
        
        Change-Id: Ie6ae2150e1f011e17034abcace18c5967b4dacf5
        Reviewed-on: https://gerrit.libreoffice.org/2023
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2013-02-07  Julien Nabet  <serval2412@yahoo.fr>  [7e2f34a3172a756a0fd70cae1294250206945a6e]

        Resolves: fdo#60420 Copy chart leads to crash
        
        Thank you Kohei for the better patch you proposed to me
        
        Change-Id: I145aaf6fd139a29373c41cc2ea81dadc9160f0fe

2013-02-07  Caolán McNamara  <caolanm@redhat.com>  [b294527d9ffd0945116b3cd98105c4187798f474]

        restore full list of destination colors
        
        Change-Id: I54d7372bade5ac067a781956d987409008de0b2b

2013-02-07  Joren De Cuyper  <joren.libreoffice@telenet.be>  [5adefb21244ca57b95e9f8df6ec18880438201bf]

        resolve fdo#60379 Impress Remote: Options look disabled
        
        Change-Id: Ifb760fd0a0fa1430b77838a0340cc0956a0201a7
        Reviewed-on: https://gerrit.libreoffice.org/2029
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2013-02-07  Caolán McNamara  <caolanm@redhat.com>  [cd5b03ecc1389806f92242dff8285ab8654231c9]

        Fix busted multi-repeated column in evolution database view
        
        In the evolution address book where we have real column names of e.g.
        first_name, second_name and city. On parsing via
        OSQLParseTreeIterator::appendColumns that creates some labels using those real
        names but the evo XResultSet gives them proper labels of First Name, Second
        Name and City the munge means that here we have e.g. just "City" as a label
        because it matches, while the others don't
        
        The symptoms are to load the evolocal.odb and of the 128 columns column 5 is
        repeated until 128
        
        This is all a horrible confusing mess. It seems safest to catch the
        mismatch of column counts and throw away the partial list and force
        a generate of a full list.
        
        Change-Id: I1d6e2a282bdd43acac63c366eb2a9d029aa17878

2013-02-07  Caolán McNamara  <caolanm@redhat.com>  [af3662e3e2172c3bc8178f7ce4042ef26eb2ac3a]

        deliberately continue to use addressbook human name as addressbox identifier
        
        because we identified the addressbook by their user name continue to do that for evo >= 3.6
        even though that's got a better uid we could use. This way we can reuse the automatic
        mapping of fields in writer (search for Personal in officecfg) for mail merge
        
        Change-Id: I42e1d7aac9dd9640f0bb38e9224a393ac81481a1

2013-02-07  Caolán McNamara  <caolanm@redhat.com>  [157d94d3d2c9af9b9db41b8adc6162019aef4ef9]

        make evolution-3.6 work with address book
        
        Change-Id: Ieffe1a374f3f94991ca63b6ccfbfb7bdc43255d6

2013-02-07  Milan Crha  <mcrha@redhat.com>  [0cf743b7921e88ed6ece7471daf121344fa78b3a]

        sketch out how to port to e-d-s 3.6
        
        Change-Id: I04d2a4d7d1520567dd0eb929ffb5d9fa53d35dd4

2013-02-07  Miklos Vajna  <vmiklos@suse.cz>  [13bdce91bf6bfee6a101f6bc94e2562c27e890b4]

        Updated core Project: help  331b8c672849fc422086552abb3723c82a2fa832

2013-02-07  Petr Mladek  <pmladek@suse.cz>  [8db4f720f536ddf137c2d4d76045ab33b37c4437]

        migrate menu and toolbars customization (fdo#57061)
        
        I hope that LO will handle potential incompatible menu or toolbar
        entrie. But this problem happens also when updating between minor
        versions.
        
        Change-Id: I5be9b4e036464806d04eb6e0e9808b503f288498

2013-02-07  Luboš Luňák  <l.lunak@suse.cz>  [c3de6c1a58678a29cee3dcd2d71c8d5127146945]

        create an output dir that's already needed by $(shell ...)
        
        Otherwise there's an error message e.g. during a clean build.
        
        Change-Id: I42efd08e014a4ebe25cfd1a497f622e5ea5c39ad

2013-02-07  Luboš Luňák  <l.lunak@suse.cz>  [5535195c63b6add4fcc787053350a14cf0f1c0c2]

        make sure the default target for compilerplugins is building
        
        CLANGFORCE was the first in the makefile after
        c6ffe17631cccf11fbe00479d2169116d494a7da and therefore the default
        
        Change-Id: Id3b86a1ea2c27479067f7f55a977da3e6e8a2dfb

2013-02-07  Miklos Vajna  <vmiklos@suse.cz>  [e97e62a4707e09739f9c00f8fc4a943f0123a9cf]

        convert drawinglayer gradient dialog to new .ui
        
        Change-Id: Iaa91d3b1ab47e02edc69c2b9abdb33ae097571cb

2013-02-07  Miklos Vajna  <vmiklos@suse.cz>  [0d47e4c4949edfd2be6af733c43d93aef6978fb6]

        SvxBackgroundTabPage: don't hide items in Show() methods
        
        Change-Id: Icac851be692837873b177b4bd9a7c47d3d785702

2013-02-07  Joren De Cuyper  <joren.libreoffice@telenet.be>  [57151df80eb2d347a38263d8d40ca7968a2acb84]

        Move close button to most left of the findbar
        
        I had a conversation with some UX-members, they all agree the close button needs to be on the far most left of the findbar.
        
        Change-Id: I3c13df4821f3f4f86fec02fa5427b2277fa10c19
        Reviewed-on: https://gerrit.libreoffice.org/2025
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-02-07  Stephan Bergmann  <sbergman@redhat.com>  [57955e1961181ffe7e77c23da7fb73db5d545f4c]

        Revert "Cleanly remove an extension again that cannot be activated while installing it"
        
        This reverts commit 3c71fa1e5ee6cd83f713c65a372006bc3aef0953.  There are cases
        (like failure to install a per-user extension during upgrade), where the user
        may want to still see the broken extension in the Extension Manager, instead of
        it "disappearing completely."  A better fix would be to roll back registration
        of the broken extension completely, so that "unopkg list" would not list the
        first half of its parts as "is registered: yes" and the second half as "is
        registered: no."

2013-02-07  Thorsten Behrens  <tbehrens@suse.com>  [f3e42e07da568553b7e2c056259a2667d6789ca3]

        Clarify android-coverflow license.
        
        See http://code.google.com/p/android-coverflow/source/browse/LICENCE.txt
        
        Change-Id: I29cd2f9115f9c711dc07d8efbe89e42bedab040f

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [db9823414d91386b01187d5945f08ac8385bd575]

        gdb: UnoReferencePrinter: prevent ambiguity problems differently
        
        With gdb 7.5.1 the dynamic_cast may cause "Couldn't determine value's
        most derived type for dynamic_cast", which isn't helpful either.
        So just print the current XInterface value in case the cast fails.
        
        Change-Id: I453b1a8eecbb056853293280195f6475f8852f2b

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [b058abc39aaa34d81ebb36cc2405b221fb055418]

        AtkListener::updateChildList: assert when getAccessibleChild ...
        
        ... throws IndexOutOfBoundsException, since it's not supposed to happen.
        
        Change-Id: I876e6cede88f86d12543d3ce65e1b0a0ca5389a7

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [8960f0de2e8b957f383ec659b308cc459dcf475b]

        mysqlcppconn: export sql_mysql_get_driver_instance on all platforms
        
        It was only exported in an MSVC build before, which is a regression from
        the gbuild conversion (c322d509231f9e1220fb86be68f13c5f4b135ccb).
        
        Change-Id: I46783dc5fff5383bad8f8292c615ba8daa071cf9

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [9d74d1f7c1e0588540e2b6c8408aacdc5ca59d7b]

        mysqlc: remove component_writeInfo with passive registration
        
        Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b

2013-02-07  Michael Stahl  <mstahl@redhat.com>  [6bef95d0da47edf33f4c3fe3c7380977f8c1cf67]

        SwPageFrm::RemoveFlyFromPage: fix a11y problem:
        
        This problem can be reproduced with the bugdoc from fdo#60234, by
        dragging and dropping the lower left drawing object.
        The ATK bridge is notified of the change, and updates its list of
        children by calling getAccessibleChildCount() and then
        getAccessibleChild() in a loop.  Unfortunately the count returned does
        not match the available children (the difference is the object that is
        being dragged).  The implementations in
        SwAccessibleFrame::GetChildCount() and SwAccessibleFrame::GetChild()
        use slightly different iterators for the SwPageFrm, and the
        SwAccessibleChildMap one is implemented as a std::map, using the OrdNum
        of the drawing object as a key.  On the dragged object, that OrdNum has
        been reset to 0 in RemoveFlyFromPage, but it is still in the pSortedObjs
        of the SwPageFrm, and so it is not inserted into the map, and iteration
        over the map is missing one element.
        
        149     return _SwAccessibleChildMap::insert( aEntry );
        Value returned is $22 = {first = {first = {eLayerId =
        SwAccessibleChildMapKey::HELL, nOrdNum = 0}, second = ...}, second = false}
        
        Fix this by removing the object from pSortedObjs before disposing
        the a11y frames.
        
        Change-Id: I4e4bb37759382e32150cff6def02d80a55e4a702

2013-02-07  Michael Meeks  <michael.meeks@suse.com>  [155e27cc4fffb647d116b02e0062d8ce3f8d0ef3]

        sdremote - disable the menu item if it is not compiled in.
        
        Change-Id: Id054eb611fe86fdaaf1bba8d1e85342a3cc0e146

2013-02-07  Noel Power  <noel.power@suse.com>  [8b581013a7386462df45e0e39cf5d0f8a9329c7c]

        blind wae fix for MacOSX
        
        Change-Id: I2086b724a6787838b9dd61c78d6943a1efa27a19

2013-02-07  Noel Power  <noel.power@suse.com>  [d387140035547637338175ffdd22b5131a5e8f77]

        another row height ( related to optimalheight and deleting content ) fdo#59193
        
        A cell when modified ( e.g. content deleted ) should have its row height
        recalculated when the optimalheight attribute for that row is set.
        
        Also tweaked the test framework to allow read/write files to be loaded, this
        allows functions that modify the document content to actually work as intended
        
        Change-Id: Ia929a194a96f5c8b870f9a49d1e27d0c34ba9c91

2013-02-07  Thorsten Behrens  <tbehrens@suse.com>  [12f2baa316ce283020ea200836c7bb587c3d577f]

        sdremote - always replace fragments, to avoid stale content
        
        With Change-Id I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878, this code
        gets run on every onCreate, thus adding activities on top of
        existing ones. Seems FragmentManager lifetime is a bit decoupled
        from Activity
        
        Change-Id: Icc1dc86ef91257ce734ee00fed83e909ddf52dc8

2013-02-07  László Németh  <nemeth@numbertext.org>  [af29c96b049fa313bdc80de618e9acb127882400]

        fdo#60406 librelogo: fix name conflict in procedure handling
        
        Change-Id: I05efe58e38b7c2183ecc733b6db45ec6fa04cab7

2013-02-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f447854d0cd92647c66871bdc4b3d1f601f25382]

        decrement for-loop variable instead of incrementing it
        
        Change-Id: Id989bcf78fc10eb29e9afd89c71e2deb2b98b4d3

2013-02-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [584612a9290445924c3c13d763381ced74c5ebea]

        improve comments of isEmpty()
        
        Change-Id: I6542470c2d4b27de25e263651e25baf85c7d018d

2013-02-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fbdaa717e3dc8a59d474b1bb5503cfa6dac609e8]

        Mark these members mutable to avoid casting them in const method.
        
        Change-Id: Ib5d8ea83e37ab1e3c5a1ad4dc9870d3d5a2d8779

2013-02-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab0543469433395153874c47ce46ef73fc137203]

        Move these typedef's inside the class scope & bool cleanups.
        
        Change-Id: I806453efbc5f7bb18f34593c350b05d74a0bc23b

2013-02-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [14b9d7c75f65757e0fd281e34012ae2feabd85c1]

        Those auto_ptr can be replaced with boost::scoped_ptr.
        
        Change-Id: I2aa68c7bf265943e3d015a069fab461882c81554

2013-02-07  David Tardon  <dtardon@redhat.com>  [72832c448f18381e53cc13dab56df66db21835bd]

        add some missing member initializations
        
        Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce

2013-02-07  David Tardon  <dtardon@redhat.com>  [b9f7241f522b913eaf885ee029746edf175c7a1c]

        use current version as build.label
        
        Change-Id: Id350532d88ba7c9a54d5440748f5ff456ae58722

2013-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [e9b89ed9668906ec8c3be932978577997fa0fb7f]

        Remove useless member variable
        
        Change-Id: I6a28c7285786c08cd52cee59f2babcfa336a00d5

2013-02-06  Peter Foley  <pefoley2@verizon.net>  [52e47b6e0ec87a4aa0ee0fd1c8a577be1d97cb95]

        Revert "remove unneeded deps for xsltproc"
        
        Never mind. Seems to be necessary after all.
        
        This reverts commit 0db854a94d39ae1f0535482df61f0c4659c4088f.

2013-02-06  Peter Foley  <pefoley2@verizon.net>  [0db854a94d39ae1f0535482df61f0c4659c4088f]

        remove unneeded deps for xsltproc
        
        Change-Id: I945556ecc2cb2f2f2c2636afbf7c02469d74b4c1

2013-02-06  Dávid Vastag  <davewwpublic@gmail.com>  [bdfd8de57bf5767ce5c179a5e8705c7587f7b326]

        Updated core Project: help  ba8241b6b1ddd1db8f597152b440c947a8702cd6

2013-02-06  Eric Seynaeve  <github@nosperse.com>  [f60708de8a73cb716cc73e95ded7b0032a47be72]

        Translated german comments
        
        Change-Id: I9ee25faa57397ec2d0e7e9bb77aabade4404e32d

2013-02-06  Eric Seynaeve  <github@nosperse.com>  [b7820359b945051040c8f2022ec7452107e3210a]

        Translated german comments
        
        Change-Id: Idc31ebc5bb2d11345f68b7275b7fc4d335b633c1

2013-02-06  navin patidar  <patidar@kacst.edu.sa>  [fb697ed0ab6e0182b45c78412563c51d6f22f9d5]

        fix logic to get L/R direction
        
        Change-Id: I481f9ea57f8c5b71eb849df3f71c75f8b9b0f1fa
        Reviewed-on: https://gerrit.libreoffice.org/1972
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-06  David Ostrovsky  <david@ostrovsky.org>  [145eda4c4de2bcbb3cd255e1ccd353e81bf6c96f]

        O(U)String::valueOf don't duplicate code
        
        Change-Id: I586fca181f63999a8f2d19d600b69f6788fd61d9
        Reviewed-on: https://gerrit.libreoffice.org/1992
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-02-06  Michael Meeks  <michael.meeks@suse.com>  [535dd86dfa4fbe0f2555205cb925586176267800]

        fdo#58699 - sdremote - fix it so it closes even with no bluetooth.
        
        Change-Id: I09588f4e4b22466843f855d99c06f616c04518ac

2013-02-06  Luboš Luňák  <l.lunak@suse.cz>  [17d86df23e7be3ab0a161f69ff0f703728e0e135]

        also change the font combo tooltip to say font is not available
        
        Change-Id: I68e31498aa4916e11e04c57171e32cf9b3204108

2013-02-06  Luboš Luňák  <l.lunak@suse.cz>  [445ad883611e4343e19174bfa1259f0477d3e788]

        remove unused variable
        
        Change-Id: Ie81d49f5aec6a4d87b2b49b015afbcaa94e12e50

2013-02-06  Luboš Luňák  <l.lunak@suse.cz>  [0376a4c13ccffa64c938c6361a337264ad8f2b67]

        if a font is not available, show its name in italic in the font combo
        
        Change-Id: Ia7d0de2c3017f450b9ace31753a351601ca6f1f0

2013-02-06  Luboš Luňák  <l.lunak@suse.cz>  [624d46964215c1f066ded64ab684d6ccc98705d9]

        remove unused variable
        
        Change-Id: Iadc8b161c2742c1b92938c39c00c263b597693f5

2013-02-06  Eike Rathke  <erack@redhat.com>  [c0fdab890086c2cb749c348db42eb760e31539de]

        resolved fdo#60366 make MATCH() accept a single cell reference
        
        Change-Id: I7059abdb6232b95e0b940b34f74bf87182510146

2013-02-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [82e3760855fdb3f549b21fa6d37eb75a2adf31b4]

        replace (Xub)String with OUString in vcl
        
        Change-Id: I0a44bab196ae239d3bdea75fd2b657bdfa4ecf31
        Reviewed-on: https://gerrit.libreoffice.org/2011
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-06  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [35df0bd6e3674ea861d06da54f5c016f10cedb18]

        add method isEmpty() to OUStringBuffer
        
        Change-Id: Ia11d97eebbb08e8058a5f919ed3db3029ce39a78
        Reviewed-on: https://gerrit.libreoffice.org/2017
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7b1c7954e159197ad414e8aff7e7a04c30da29c]

        Re-order the header includes. Make sure column.hxx comes first.
        
        Change-Id: I9f93724c4e0b565a9148d0893feda9e82109bff7

2013-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9c8d87e46bba0eb9a3b8d923c6c630a359bf0f6c]

        Use initializer to initialize data members.
        
        Change-Id: I912cede3a240ccd4e1cc94be46c7dfee36a85af6

2013-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ba42d88d95cdc7fe6130b3bd3a41e8c731110238]

        Make ScColumn explicitly non-copyable.
        
        Change-Id: I0e3f552f8ed8a57f399ba9e01c06a23d9a9da854

2013-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2b70c47a37f33819cff0e42d00c37cfaea0461ec]

        Rename ScColumn::Resize() to ReserveSize().
        
        The new name is more aligned with what it actually does.
        
        Change-Id: I703e20253fe5957c775026d8d08f2906f2d7889c

2013-02-06  Andras Timar  <atimar@suse.com>  [87d46d5b420744b0a9d9724188d9526c423b8dd3]

        bump copyright year + small fixes in SDK docs
        
        Change-Id: Iff9f11c043be5234dae43e8c3c93155019f6cf08

2013-02-06  Matúš Kukan  <matus.kukan@gmail.com>  [5a55a24bfc75d6392382509fe5a8734947525b10]

        pagein: learn to respect --enable-mergelibs case
        
        Add libmerged to pagein-common and remove merged libraries from there.
        Also fixes few misspelled library names.
        This should make pagein usefull also for libmerged and speed up
        cold start by pre-loading it.
        
        Change-Id: I80ffb263ed5f399dc639e0d054f782ecb85001d6

2013-02-06  Caolán McNamara  <caolanm@redhat.com>  [8c31a28a1fae2f2562f6248581a6ef321b77a4a6]

        tweak OAddressBookSourceDialogUno conversion to work again
        
        these properties aren't registered, so setting them throws.
        The expectation is that they get used via
        OAddressBookSourceDialogUno::implInitialize
        so repackage them as PropertyValues
        
        wizards->address data source->evolution->next->field assignment
        and field assignment must not have an "address data source"
        button in it
        
        Change-Id: I5edb6f5117dd9bfa2ed40da040906a7107028433

2013-02-06  Andras Timar  <atimar@suse.com>  [038c59bf4610768d3ad6bbad910e885bb98fe2c1]

        fix help text of uno-skeletonmaker -lh switch
        
        Change-Id: I07d9708c9a6903a910b94fc1e109d79e7d93590d

2013-02-06  Caolán McNamara  <caolanm@redhat.com>  [15d8b51bf82610c663f80fe552a1c0315e137ad3]

        Resolves: rhbz#907933 crash on removing second last para in cell...
        
        if (basically) the last para is on next page
        
        Change-Id: Iaff610ea94a829e73bfb8c694a27e0e9b4f6e295
        Reviewed-on: https://gerrit.libreoffice.org/2012
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-02-06  Tor Lillqvist  <tml@iki.fi>  [8418a122368a735acacb0983d14829efbf73783e]

        Tell what @__VIA_LIBRARY_PATH__ means
        
        Change-Id: I5ab38200d926376d3dbac8f3c795fa95ee2bbe46

2013-02-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [765aca651a3d53b14dc3bfac0d05b36d4f01dbb4]

        API CHANGE: unpublish com.sun.star.document.MediaDescriptor.
        
        This is a service that basically describes the properties passed to
        loadComponentFromURL and possibly other load/save related APIs.  As
        some properties get deprecated (some already have), new ones added as
        the loading processs gets re-worked (including the type detection
        process), we need the flexibility to change its property set.
        
        Since all properties described here are optional, leaving it published
        would make little sense.
        
        Change-Id: I59384e62c7b6ab5c599141c8fc73a37c8bfe56e7

2013-02-06  Andras Timar  <atimar@suse.com>  [83a65d8b5c8eca89c63d8c917caa72bcc5b7ef16]

        remove obsolete no_localization files
        
        Change-Id: Ib6e570a9f409a4700b73da133c57628e9c10eeb1

2013-02-06  Andras Timar  <atimar@suse.com>  [4623d5c0f56bfa3e18a80b18f2cf1dddf5864aaf]

        Updated core Project: help  46d83d5e6cc036c9ec5cad7d3d0d285d6b04dc33

2013-02-06  Andras Timar  <atimar@suse.com>  [39518d155ea31e57cb9d01af7c0a49ddc0caa6d9]

        remove a useless PMD report, possibly checked in by mistake
        
        Change-Id: Ia3ce43629346c6c705ea6f0aff8e3002b420913b

2013-02-06  Andras Timar  <atimar@suse.com>  [5acf58bbde3f872cf8b33bef689f624e85be4481]

        remove obsolete hidother.src files
        
        Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013

2013-02-06  Tor Lillqvist  <tlillqvist@suse.com>  [4549f76d32c9ad278f5b22fc03feb5b8d041080a]

        Revert "Don't bother with chmod() on Windows"
        
        Argh, seems that it wasn't necessary after all.
        
        This reverts commit 5bf437cd67d5fe2e4353069969cd99cc48e65730.

2013-02-06  Tor Lillqvist  <tlillqvist@suse.com>  [5bf437cd67d5fe2e4353069969cd99cc48e65730]

        Don't bother with chmod() on Windows
        
        It's fairly pointles to play with Unix rwxrwxrwx modes on Windows. One
        never knows for sure how some emulation layer (Python's in this case)
        guesstimates and mishandles the conversion to Windows ACLs. Not doing
        them on Windows unbrokw the nss build. For me at least.
        
        Change-Id: Id3a2f1755cd6f64bd681a3b4cb7f3c7abd3aa5b7

2013-02-06  Michael Stahl  <mstahl@redhat.com>  [865201442eb919f53a97a78bb88e53159cb9ca82]

        tubes: use boost_headers (thanks to Alex Thurgood for hint)
        
        Change-Id: I0875b506705604b279e44b811624614029613a4a

2013-02-06  Peter Foley  <pefoley2@verizon.net>  [f20af6b8885afa89c276ecbe22754daca63393e7]

        use md5 for scp2 stamp
        
        Conflicts:
        	Makefile.top
        
        Change-Id: Ib416077c6a866c265f7346df8a86ac7bc254c37d

2013-02-06  Michael Meeks  <michael.meeks@suse.com>  [06535009ce1fb8c3f6dc0bc3d464ada531365f31]

        sdremote - enable volume control slide-switching by default.
        
        This is far and away the easiest way to switch slide. The coverflow
        with it's physics / momentum is really no-where near as useful.

2013-02-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [8f3a6129e47d52a9898baf89a096bbd55abbca72]

        Remove useless function calls.
        
        nPos has already been computed the 3 lines above. No need to recompute it.
        
        Change-Id: Iad739d6fffd2c40cc633789edfe88d13e87dd28b
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/2015
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [38bdcbbeebf300bc036bcff4630a002224b55d52]

        cppCheck: Variable is reassigned a value before the old one has been used.
        
        Change-Id: I42cfb06dd8b6b0ff7d4fec6e3b296fa61302c1c0
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/2014
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-06  Miklos Vajna  <vmiklos@suse.cz>  [1a3c90a292c7fc9060604151de9dc51eecf5b6a7]

        sw: let drawinglayer manage gradient styles of our textframes
        
        With this, the hacks from commits
        81a46fc86a530f028a5bd2f5e52fe0372d50ee38 and
        d7efffebd9651dd866349915360ade64b97d7301 are no longer necessary.

2013-02-06  Caolán McNamara  <caolanm@redhat.com>  [fdfd5c111de740456bc03df727b9c74a617237fc]

        String->OUString
        
        Change-Id: I42193a40a0b5b905a721cb511d69836385bfcb40

2013-02-06  Caolán McNamara  <caolanm@redhat.com>  [8c34306b355d34488cc15889d55c6c7f0eff4f4b]

        drop bottom padding
        
        Change-Id: Idf7cb08121cae2c183ed5bc012d848b31429ff49

2013-02-06  David Ostrovsky  <david@ostrovsky.org>  [30957764a9ef77c53054866869adb50d049484e2]

        fdo#57417: remove LDAP choice from non windows platform
        
        Change-Id: I0557a7c9cf0d18fbe5620ef8869bb83d0a6a7904
        Reviewed-on: https://gerrit.libreoffice.org/1983
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-06  David Tardon  <dtardon@redhat.com>  [db31f68ce04848e42857617d92324bdb13659c43]

        Updated core Project: translations  6ee465836d1fee4b4fbe714bde3b804cdda1b4ff

2013-02-06  Julien Nabet  <serval2412@yahoo.fr>  [b3e64c3708fa19a87a0df31f6dbc4ea4753b23d6]

        Some cppcheck cleaning
        
        Change-Id: I1b80271473166755e8f0afaa7af8ffc7bea394b3

2013-02-06  Julien Nabet  <serval2412@yahoo.fr>  [444ae4d04adf6c9cdcd1222ef3b8b2e5bf45db0a]

        Fix 'bSkipBreaks' is assigned a value that is never used
        
        See http://nabble.documentfoundation.org/Cppcheck-bSkipBreaks-is-assigned-a-value-that-is-never-used-sc-td4034724.html
        
        Change-Id: I846d433c49ad6951539ad283514ce84263236bbb

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a7a9703c3d623eb1cf767eb45895035b3e17608]

        Fix this sentence a bit.
        
        Change-Id: I113f5cf5a177f6315338f54c7e0ebeb19155b8e3

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [267b57baeedc6d98e9c2bf602fd69a0f88470abe]

        Remove unused header includes.
        
        Change-Id: I2f6683d1c17fdfacfb4d68905e5a319df5e8f874

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [abf91e0f25941757b392136b6af260883fa3e46e]

        UniString to OUString in ScRefFinder, and a bunch more cleanups.
        
        Some extra code to ensure that OUString's copy method gets correct
        sub-string lengths.  Unlike UniString, OUString's version is more
        strict.
        
        Change-Id: I7daabf2ad587ff44fd6d8c66a02dbecfe519295b

2013-02-06  Robert Roth  <robert.roth.off@gmail.com>  [947041e1ab4de4723c537eebd37421d929836700]

        Show character count with word count in writer statusbar, fdo#59962
        
        Change-Id: I65f9ce6bc9851c97e25aaf5b131a4b319f00fed0
        Reviewed-on: https://gerrit.libreoffice.org/2013
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-06  Robert Roth  <robert.roth.off@gmail.com>  [d8675086874694543e2bc1b32bee3407936a9132]

        Added 6 pixel vertical spacing on the Font tab, fdo#59846
        
        Change-Id: I61c85b75b026e15541101b25cf254aa64c3e1762
        Reviewed-on: https://gerrit.libreoffice.org/1949
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-02-06  Robert Roth  <robert.roth.off@gmail.com>  [2d8c637e9f1b3910205b49c3494c070e3ac5bc6a]

        Added dialog title, 6 px spacing on Print dialog like in 3.6, fdo#59846
        
        Change-Id: Id7c9ff4c7d7da830f9fdfb5046b627b5235c19be
        Reviewed-on: https://gerrit.libreoffice.org/1951
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-06  Robert Roth  <robert.roth.off@gmail.com>  [77ca9375c4248cac1aafd7112ef895edc9d96b6f]

        Added 6 pixel vertical spacing on the Font effects tab, fdo#59846
        
        Change-Id: Id1cd40e3b9e2ae9ba0193708245c62f8ecd9cb96
        Reviewed-on: https://gerrit.libreoffice.org/1950
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-02-06  Tor Lillqvist  <tml@iki.fi>  [e98861f1aee28474318b5c3b14fb936fdcbbe053]

        The resstart crack causes a crash when running sandboxed on OS X
        
        I doubt any other app would intentionally do such a restart trick, so
        it isn't surprising that the app sandbox designers have not taken such
        a possibility into account.
        
        So instead of crashing, display a dialog informing the user that LO
        must be restarted manually once after installation (or after being
        updated, presumably).
        
        Change-Id: I0e6ea8384fe5a9b3a8b3ddb07743374a4c2300cd

2013-02-06  Tor Lillqvist  <tml@iki.fi>  [9ebf144c3e4474c5b450fbf4b1b62ff9439e9435]

        Propagate also ENABLE_MACOSX_SANDBOX to compilations
        
        Change-Id: I6250ec56c7b6d8f1da94b98e494f483c4076844c

2013-02-05  Xisco Fauli  <anistenis@gmail.com>  [949facecdc0a1aed8f16c4c1e67e94e2e7f0c2e9]

        pyagenda: Update topics's gui when launching the wizard
        
        Change-Id: Ifb38b49fb62d5fc85bcc6dfa7729bb87d3c7f8e0

2013-02-05  Xisco Fauli  <anistenis@gmail.com>  [57954fdd9d0a4a363ab28142dcd9b103acfc5aa3]

        pyagenda: remove setEnabled method
        
        Change-Id: I174be35302361bfa9985ad77a3c6496d858da472

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c94a51494ae4f8fd84be838709abba28a37cd0f5]

        fdo#39135: Add unit test for this.
        
        Change-Id: Id857bfdfd7a2e9024eabdc2b63c02d3d61e7e4f6

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [1651080f8a11cd02d316d661b65c6d4e247d085e]

        Add --enable-readonly-installset option
        
        Not yet implemented in the code, but my idea is that any functionality
        that modifies the system-wide installation will go away in this case.
        
        Automatically set if --disable-externsions, or if building a sandboxed
        LO for OS X.
        
        Should probably be set automatically also when just building a signed
        (but not necesssarily sandboxed) LO for OS X? Surely installing a
        system-wide extension should count as tampering with the
        app. Especially if we can make also extension (scripts) be signed (by
        locating them in the Resources folder?)
        
        Change-Id: Id654bfaa6331535a66eae1bc6531a756085a3f06

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [3c3a6f87bfbf1532187c07220dcfb184ae7d949b]

        This is supposed to be sorted
        
        Change-Id: Id29ccc9c009f0db5f1ee7483c412bb18578c24d3

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [6cd3968702ade141869d93600ac12afe56591354]

        No xsltproc needed for HOST when cross-compiling
        
        Change-Id: I70b257fb2df8e0ea1ef2d94b3da7da7989e3535e

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [f5fe1b97557cc71eda9ed754bb70ec730df366e3]

        Correct location where xsltproc binary is in the DISABLE_DYNLOADING case
        
        Change-Id: I0c65076d698865a653cac774a17f9db3d6f4d9ca

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ed233b26222815f68dfc220cd1e692a11cd5af6]

        fdo#39135: Prevent integer overflow & update the character during loop.
        
        These two errors in the code contributed to the reported bug.  Let's
        fix them.
        
        Change-Id: If82a1bd4d1e27145b48e722b30388cc9dc4a8a6e

2013-02-05  Michael Stahl  <mstahl@redhat.com>  [c4696e7c0456df8d9466acbae3ea1fa9dcfa73f0]

        RTF import: fix import of \line symbol
        
        "Required line break" was eaten by the newly added code in text() to
        ignore \'0a.  (regression from f593a2e4179b05ae1019372cde612cb242d1d27f)
        
        Change-Id: Id32687c40a17ddb99196635cedfc850182705799

2013-02-05  Michael Stahl  <mstahl@redhat.com>  [cf8f6fe1f9d65eedbc6f4d65ce0fa88831830966]

        officecfg: remove references to binfilter formats
        
        Change-Id: Ia19087cdd27c54f8aa57253fbfeb19a13a7490b0

2013-02-05  Peter Foley  <pefoley2@verizon.net>  [856c075e93683cec7cff02e0cf0d6ed31f937a98]

        convert libxslt to gbuild and add to tail_build
        
        Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0
        Reviewed-on: https://gerrit.libreoffice.org/1988
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d3ddc2c6cc39fdd671f08059528464675cd6ecc]

        Pass DocumentService to the loader during macro tests.
        
        And disable user interaction during type detection, since that would
        cause the test to fail.
        
        With this change, 'make check' works once again.
        
        Change-Id: I2f45a2e962e45ee64f7984e794cff814fbfe6dab

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a0dd5a8d6a9213ad40d738f8639e1500a1b59caa]

        String cleanup.
        
        Change-Id: Ifdc1716ed033f01bc298243c1e2dafd5736fac68

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea47c4cdcb524fe6571b6a093fd1b3fc2e029d16]

        Header no longer needed.
        
        Change-Id: I417d76f7f7ab1b14a449ec0ee86bfd69effa68df

2013-02-05  Joren De Cuyper  <joren.libreoffice@telenet.be>  [00db1ab7096fc323a0b3d8a3f7da867f85f15c80]

        delete unused strings
        
        Change-Id: Ic24e0453786d64b8c082c4d7ca4a22b853827d0e
        Reviewed-on: https://gerrit.libreoffice.org/1955
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-02-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [591ef475a3f92613a771a0702e720f4f00c3ff0c]

        pData can't be NULL anymore
        
        Change-Id: I2660d79b14455ffed62c755b8d83e70c2d7a99f2

2013-02-05  Miklos Vajna  <vmiklos@suse.cz>  [878c6f7cb4b7495de90581e8513d46053b8a38e9]

        fdo#58076 import RTF_SHPLEFT/TOP of ESCHER_ShpInst_PictureFrame
        
        Change-Id: Ia655743710778ea7d48a9b2221f22f55a4ccce32

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [98146763e7ad954c647da018d5db451952caadfc]

        New log area (for previous commit)
        
        Change-Id: I9cc1fdfa7acad6c233b68eb23dea39c58d4cecaa

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [4bbc91d5c50621db2dfed11428c69ca3897270f6]

        Better error reporting
        
        Change-Id: Icb083795c9c00a9ca33c2a901b4183b81c98918c

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [47160402868eddbe876fbb392b35a8eaab1783af]

        Better error reporting
        
        Change-Id: I48bd329e1a29ce9cbf9840bf5e3cb48a92cb8073

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [32e2cfda10c0e98e0157dcff1f0c1085ad266d07]

        clang: error: argument unused during compilation: '-fpermissive'
        
        Change-Id: I79db3d1b611315aab8a6c3a28d259a589dfa41d7

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [ee0bfd04c44f7265e2365652513a6fc0a9b76024]

        Drop misleading comment
        
        Change-Id: I09ba3b2c7502b56241aa957b05c443270c1cd56e

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f81b1c6e9d1cc6b5d14e61805f0837b961323f15]

        Remove the Excel 4.0/95/97 detection bits from ScFilterDetect.
        
        We still need to leave the MS Excel 4.0 filter name there as it's
        used for Excel 1.0/2.0/3.0 file formats.  In the future we might move
        these to ScExcelBiffDetect as well...
        
        Change-Id: I8422e7470fbb0a14c219b7f67e3dfd4a34131eba

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ca1e8922842254ffdfb186e087bde29a6a8c5062]

        Implement detection for Excel 4.0 format.
        
        Change-Id: Ic0f5c585386f602bd51e006770b30cbb190a531e

2013-02-05  Caolán McNamara  <caolanm@redhat.com>  [5753df3c6f75e4efb5ecf54e552c84c40577e31d]

        Updated core Project: help  a35db526f704f87c082cba926ccb3559bb2d561d

2013-02-05  Caolán McNamara  <caolanm@redhat.com>  [5918816d98fee8172aada474e10434ba398a9414]

        move fonts options page .ui to cui and adapt code
        
        Change-Id: I3838de932dea44accd3ec5a8eca3706f65058661

2013-02-05  Andras Timar  <atimar@suse.com>  [0d9a68f92a6f633447e9d4a81c985e47278ce9a7]

        make translatable a few more ui strings
        
        Change-Id: If93d8cb9d9d5ee4f9bc253a3c9ea6a063629dcb4

2013-02-05  Radu Ioan  <ioan.radu.g@gmail.com>  [f4f727f7bfc848deb82e4df4c6e3b9affaf5f613]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        - changed osl_trace with sal_info
        
        Change-Id: I6504abf50f6193db52d101ec856bcaf1ee2a982c

2013-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [8e633e6243e87c651586d8c16ade8af719c957b7]

        testOUBoolean should test with OUString, not OString
        
        Change-Id: I103ca7d72e6bae6c20605719451579dd156504ce

2013-02-05  Takeshi Abe  <tabe@fixedpoint.jp>  [614358900ebadcd5e58b3a7b439b2f893d818981]

        Drop unused function
        
        Change-Id: Ib7951202399816a8bdb5806751857c6c0cafceff

2013-02-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e37d24e1c9a3140df47238b1989fc0b5df1443f6]

        sal_Bool to bool
        
        Change-Id: Ie3901ac8dc2cb46f6d06cbc2c80760570a474bf9

2013-02-05  David Ostrovsky  <david@ostrovsky.org>  [2bd856e643ef526c1283475c19cd355f7ef840f4]

        ORowSetValue: clean up sign/unsigned union member
        
        Also switch BOOLEAN constructor from sal_Bool to bool.
        
        old/new signed/unsigned storage situation:
        
        -------------------------------------------------------
         SQL type | signed    | unsigned old     | unsigned new
        -------------------------------------------------------
         TINYINT  | sal_Int8  | sal_Int16        | sal_uInt8
         SMALLINT | sal_Int16 | sal_Int32        | sal_uInt16
         INTEGER  | sal_Int32 | sal_Int64        | sal_uInt32
         BIGINT   | sal_Int64 | pValue (String*) | sal_uInt64
        -------------------------------------------------------
        
        When sticking an UNSIGNED TINYINT into an Any,
        silently promote it to UNSIGNED SMALLINT (that is sal_uInt16),
        else Any would take it as a sal_Bool and normalise to
        sal_True (1) or sal_False (0).
        
        When constructing an ORowSetValue from a sal_Bool,
        silently keep it as an unsigned 8 bit integer
        (that is understand it as a sal_uInt8).
        This will work in most cases,
        since when asked back for a bool or sal_Bool,
        we'll give back the right value.
        Only code looking at the type tag could possibly
        make a "wrong" decision.
        The main (hopefully only?) path
        through which this would happen is
        through an implementation of
          XParameters::setBoolean
          XRowUpdate::updateBoolean
        that would use its sal_Bool argument
        to construct an ORowSetValue.
        So make sure each implementation
        constructs a proper BOOLEAN so as not to get confused.
        
        For authorship/copyright purposes, this patch is a cooperation between
         Lionel Elie Mamane <lionel@mamane.lu>
        and
         David Ostrovsky <david@ostrovsky.org>
        
        Change-Id: I3f1f08716127147f077bff4edb6ec558b1b09e09

2013-02-05  Andras Timar  <atimar@suse.com>  [5e50b4d6616fa3831b3a7c72969ac81815768f7a]

        make translatable a few more ui strings
        
        Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732

2013-02-05  Michael Meeks  <michael.meeks@suse.com>  [8db1ba5d22fe8b1b528f5873480e4db1b1f33d4c]

        sdremote - don't let incoming thumbnails crash us if we switched view.

2013-02-05  Petr Mladek  <pmladek@suse.cz>  [81deb92029055af4471629a0d95170ad8a7b1cb6]

        use "icerun" wrapper only when available
        
        It is not provided by the old icecram-0.9.2 on SLED11
        
        Change-Id: If8dc9b028276ac05733eb59c1ec62e352f4a2796

2013-02-05  Tor Lillqvist  <tlillqvist@suse.com>  [56d41fef8f96888d5aaf39a9c4d0c7eca5b63d44]

        "Fix" bnc#777788
        
        Always call IFileDialog::SetFolder() in
        VistaFilePickerImpl::impl_sta_SetFileName() as that seems to be what
        the customer wants.
        
        And overall, it is a more reasonable behavior.
        
        Change-Id: I53807847d1d8f954caefe7d9e4b4e4807e6dcbfb

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [2a31dd4025eff8d09ab207f31bacc0a5b8c36bd9]

        Cleanly remove components from rdb again that fail during live insertion
        
        Such failure happens e.g. for components that bring along duplicate UNO
        implementation names, and if they ever got added to an rdb, LO would afterwards
        refuse to start forever.
        
        Change-Id: Ia62ac496547a45f5a72fdc81543f15a417c09687

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [3c71fa1e5ee6cd83f713c65a372006bc3aef0953]

        Cleanly remove an extension again that cannot be activated while installing it
        
        ...otherwise, it will needlessly be carried forward marked "broken."
        
        Change-Id: I12fbd4430e1ecc11f1969ae5f49aed43668f2c27

2013-02-05  Stephan Bergmann  <sbergman@redhat.com>  [3d23c626e685f8ab3ee1780f10f368ee8ede61d0]

        Avoid a SAL_WARN caused by IllegalArgumentEx now being a RuntimeEx
        
        Change-Id: I6fad4e840cf47b4d41592ff179f66943a4469760

2013-02-05  Caolán McNamara  <caolanm@redhat.com>  [df42c435f62528c1b7ae7ca3b8f8d2afa7196045]

        write double/float via union with unsigned type for strict-aliasing
        
        Change-Id: Ie4dd1d41e5cde27ec5b144ca4b7c97276ff62479
        Reviewed-on: https://gerrit.libreoffice.org/1990
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2013-02-05  Noel Power  <noel.power@suse.com>  [6d0f1f66392515a0789f15c90a430b7047ca1f04]

        fix for fdo#60065
        
        squash errors trying to gain object for rhs ( where no object yet exists (
        
        Change-Id: I81548d1c6a32f0445dc18e31c84c3df85163ed45

2013-02-05  Caolán McNamara  <caolanm@redhat.com>  [1385896fe760fe61b19a682cb7dc7fdf31d31490]

        Resolves: fdo#60144 only delete *unposted* SfxRequests accumulated during lock
        
        When the dispatched is locked, SfxRequests accumulate in aReqArr for later
        dispatch when unlocked via Post
        
        The pointers are typically deleted in Post, so only if we never get around to
        posting them do we delete the unposted requests.
        
        regression from 528aba3a9cf91da5ce70c6d631d7b82e203f8086
        
        Change-Id: I4c214791d356ce0e5401a87b968b53e4866f6174

2013-02-05  Miklos Vajna  <vmiklos@suse.cz>  [117b3242dbdcf5c9690921f2f4cf1495df10c11e]

        scp2: copy the install script to the tarball on Linux
        
        Change-Id: I657b2ec94e6029cc14bd29611c7b0c3ce359103b

2013-02-05  Miklos Vajna  <vmiklos@suse.cz>  [9d2629a753c7cdf2a334f3f40954b1d0cc631297]

        svtools: ASCII_STR is no longer necessary
        
        Change-Id: I08a6485d32699100b09235b2168512974347c0fa

2013-02-05  Miklos Vajna  <vmiklos@suse.cz>  [533f0368f71bd1dabfd29c9b0551ad3beecfcf1f]

        sw: kill RTL_CONSTASCII_USTRINGPARAM in defines of SwXFilterOptions
        
        Change-Id: I4d210ecfa846c5c78970d11057c029efe0c78a3b

2013-02-05  Andras Timar  <atimar@suse.com>  [35542ef2dfc72cd0ac3ab0c7295a1704096ce1e2]

        Updated core Project: translations  6ae868517d1dccf88fbcdb8cd815fe1c8eeba0f8

2013-02-05  Andras Timar  <atimar@suse.com>  [8c4f0c0fff7afa8268cfd55461f95aa1f84ed2f2]

        Updated core Project: help  de27f54d6680ddd2e94899271cb44b4780644da2

2013-02-05  Muthu Subramanian  <sumuthu@suse.com>  [f63c29f00c2672deef93ab208724bb7d3a056ff8]

        n#753462: Drawing text with font size 0 causes artifacts.

2013-02-05  Dávid Vastag  <davewwpublic@gmail.com>  [be908eb4fa40e059278f36ba79389829caea7e31]

        Updated core Project: help  683680a26c9b1327204960c0a5a56229c8232bd8
        
        help-to-wiki.py now uses .po files as source of translations.
        
        Change-Id: I1f24f6a76781d651228bd5571f8f32fe05c0ecb9
        Reviewed-on: https://gerrit.libreoffice.org/1989
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>
        

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fed4f58030db4e9afd83044201b06d437345fc3f]

        Use the new excel format detector for all binary excel types.
        
        But I have yet to implement the detection of Excel 4.0...
        
        Separating detection services like this will make the overall type
        detection process a little more reliable. It's actually not a good
        idea to use a single type detection service for a multitude of file
        format types...
        
        Change-Id: I2914c179ac939a031b84e8d37de891a5043851e6

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff59007adbaadddcf7411e15d9c24eaad32c985f]

        Skeleton for new excel biff format detector service.
        
        Not used yet.
        
        Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508

2013-02-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3405eb11dded8dc6c7e2463dfd83873d62528fbd]

        Simplify_component_getFactory using the helper code from cppu.
        
        Change-Id: I9d26b3523d4c6c22e0b26442ab3dfc479534f5bc

2013-02-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a959c78e996d5eb6125184dc76c33c8f2a25db3]

        More clean-ups with ScFilterDetect.
        
        Change-Id: I754958ebb889fc661108e26038491b23fd391c34

2013-02-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4deddf208436f4b76b228045c0c9dccaa44f0618]

        String to OUString.
        
        Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa

2013-02-05  Michael Stahl  <mstahl@redhat.com>  [66f8bbc1b2e7397557d0d6434b90bc5af561acbd]

        SfxCommonTemplateDialog_Impl::SelectStyle:
        
        Deselect everything before selecting a style.  Fixes the problem that
        travelling around with the cursor leads to accumulating multiple
        selection of every style the cursor runs across.
        (regression from 439ac45925039aa7a537feedab3e731e8a60a8e5)
        
        Change-Id: I5d51122a719a160c6428e196b32264a90f984579

2013-02-05  Michael Stahl  <mstahl@redhat.com>  [2fc87188bd4a73d25b64b32e0287cee5d6ee4a48]

        fdo#60250: InsertNewPage: copy margins for mirrored pages
        
        When there is no explicit first page, set the proper left or right
        margins, which are different for mirrored page styles.
        (regression from a964cf666abb0c4df4e29ea8709532b7d45c104f)
        
        Change-Id: I56ccc6f7987accefc27d627d2427ee37d83bd758

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [6a0017e05c6c8655991732944b7799920bd07222]

        Use the "Developer ID Application" identity for codesigning by default
        
        Change-Id: I460f18f257323745a068b1685b295b0379615e1b

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [2ef814e012f9cc07ecfbf88c85ebe6f2d38f2887]

        We want to be able to print
        
        Change-Id: Ib6b984ac7697e91056ca97e95ce0628b965d6186

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [701d19fb4fd4fbafb8317b4305614715aeb9e4f9]

        Ignore IPC socket setup errors on OS X as they occur always when sandboxed
        
        In a sandboxed LibreOffice, on 10.8.2 at least, creating the Unix
        domain socket fails. Ignore that as hopefully people running a
        sandboxed LO won't attempt starting it from the command-line or in
        other tricky ways, so the normal OS X mechanism that prevents multiple
        instances of an app from being started should work fine. I hope.
        
        Change-Id: I4e0aa0c823328d00c8ff1c039859e78ba8ae92c5

2013-02-05  Alexander Wilms  <alexander@Notebook-Alexander.(none)>  [9e42de4343fcd66d375c312e43bf27e2525753a3]

        Tweaked icons

2013-02-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [92b303c2f3b91f018691903ca4d138678ca576c6]

        Remove unnecessary defines etc...
        
        Change-Id: Ia2e2db103eac0f8f5354200c91be565abaef130e

2013-02-05  Tor Lillqvist  <tml@iki.fi>  [f2133eb31696a417f783f34bb98d980e4ac0b1ff]

        WaE: comparison of integers of different signs: 'long' and 'unsigned long'
        
        Change-Id: I0669a75fcb91a2b713212983d6e04a5e17e297c4

2013-02-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [709f6ba6ae5d2b5461136595a2469bf1fe32ccff]

        fdo#59426: Don't try to repair package during flat detection phase.
        
        Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84

2013-02-04  Noel Power  <noel.power@suse.com>  [7c33cc519c75c5b4aa7af642394fd035527a091c]

        moved the export row check to qahelper, made it useful for import/export
        
        Moved old row test from export to qahelper in order that it can be shared with
        the import only tests, also added some new test documents and test data for some
        additional row height checking
        
        Change-Id: I023844b8dba8935d4bcdaac7fd16496e99251d78

2013-02-04  Noel Power  <noel.power@suse.com>  [70430fb14cf25f40abf9521710457ec042a6099d]

        eliminate duplicated implementations (load, loadDoc etc. ) in unit tests
        
        additionally rtl::OUString(Buffer) => OUString(Buffer) changes
        
        Change-Id: Ibf93e8a3ed435fda42836c214b7faac6b3dda71e

2013-02-04  Noel Power  <noel.power@suse.com>  [746d8b765ba8f2136d48bb5d8db301784fbb572d]

        clean up EnableAdjustHeight calls, disable at start of import reset at end
        
        Change-Id: I61ffa13d857134c4a39b1370f0bcd5b926b8e8a7

2013-02-04  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [3270fc628b2e6a8f73ff0d1e4389d9c7595e0a50]

        use OUString(Buffer) in class Edit
        
        replaced Len() with isEmpty() where appropriate
        
        Change-Id: I5a5847d6055f376fd5f86079aa1736541d790fff
        Reviewed-on: https://gerrit.libreoffice.org/1892
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-02-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [71ca001ae1621a0a48fb7377c2afd3697e2a2203]

        Add some debug bits for type detection code.
        
        The code is used only during debugging and needs to be explicitly
        enabled by setting DEBUG_TYPE_DETECTION to 1 and inserting the function
        that prints debug outputs.
        
        Change-Id: I72f31eb86f7fcc99030e3bb6c2a869d076b066fd

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [af823deeeedc42de3ddf11be3518622e6acdbdd2]

        Use SAL_STRINGIFY
        
        Change-Id: Ibdb7d143e02301fdd8d04cf1c59421dcd98dac2f

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [bde184dcf74e988f711606b66dc660724e270565]

        warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: Iaf8de7c729b3cefed8620dec7fe4dd1427305e50

2013-02-04  Robert Roth  <robert.roth.off@gmail.com>  [50685e3caf8d27d624a9006d578f686dfbe020c5]

        Start center background color uses application background color, fdo51535
        
        Change-Id: I781ea544e052e775f5cc1d709c5c3a319025ab12
        Reviewed-on: https://gerrit.libreoffice.org/1958
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-02-04  Robert Roth  <robert.roth.off@gmail.com>  [2d18b593f36c9146bd317b9e62163f8dc078f6b8]

        Use application background consistently in Draw, fdo#59042
        
        Change-Id: I990a88b2726a7fafe8b15179962f004008090c7a
        Reviewed-on: https://gerrit.libreoffice.org/1957
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2013-02-04  Luboš Luňák  <l.lunak@suse.cz>  [026e06e1a6a1a1823dc65db9df8d9a3b15a7e517]

        remove sal_Bool from boolean() docs too

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [6ba8a2eab28cbe0967b360a09e1e9d7a7bb7bd26]

        OK for boolean() to take true bool argument
        
        ...instead of sal_Bool; this would cause C4800 performance warnings with MSVC,
        but we disable them anyway.
        
        Also, added unit tests that are actually executed.
        
        Change-Id: Ib405132565918be72d93b3fc24180edcb6e565c7

2013-02-04  David Ostrovsky  <david@ostrovsky.org>  [751950edc84e0069e5bce1083160d46d9ba1bf33]

        Strings: boolean() as a replacement for valueOf(sal_Bool)
        
        valueOf(?) has been superseded by number(?).
        O(U)String::valueOf(sal_Bool) has been deprecated without providing an
        alternative method. Use boolean() method as a replacement for it.
        
        Change-Id: I7eb74574fa8f1a3cf007cb0cbc32e681007ffb92
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-02-04  David Ostrovsky  <david@ostrovsky.org>  [55576105d3c9b0a116d7707a6c46b67f7b20a0ce]

        add OUString::toUInt64()
        
        Change-Id: I2051e161219d424d2c2b69faf6f939cfe21fa5f7
        Reviewed-on: https://gerrit.libreoffice.org/1980
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-02-04  David Tardon  <dtardon@redhat.com>  [6ef465646855c73a774700fff35ba43eb36eb0d4]

        ... and ssl3 too
        
        Change-Id: I16263e87855cc63a964d4f6780715739b6027bda

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [357b2be9b77b8b04659907b434f26b5af0d94106]

        ...and add new lo.xcent to .gitignore
        
        Change-Id: Ic4d098694b1dc6149aa690fa2bb106a8162ca6ab

2013-02-04  David Tardon  <dtardon@redhat.com>  [996ac0815ab9bfd200005375e8dcc6e3cd4b5f8c]

        must link with plc4 too
        
        Change-Id: I29deb025e3869dc495a84d6559708f5308a83ff1

2013-02-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [78fc20485df83f5d468184ed8fca6c267446fdf1]

        WaE unused variable
        
        Change-Id: I36a51ad53e1992a32c59defa8847555caccd035f

2013-02-04  José Guilherme Vanz  <guilherme.sft@gmail.com>  [b48948201486c5367b5ff313cf49b56b4fa366ed]

        String cleanup in oox
        
        Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1977
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [396630ac2f03360a04773e9f1cc12517749de58c]

        Handle new lo.xcent in distclean
        
        Change-Id: Ie5906be1efe637e833288345299a0308236a99b5

2013-02-04  Stephan Bergmann  <sbergman@redhat.com>  [353e177095ad772673ffac8020c823309588656f]

        Adapt distclean to moved config_host/*.h.in
        
        Change-Id: I214274d4d843cefc8dbabb83e28fb4e1766b9111

2013-02-04  José Guilherme Vanz  <guilherme.sft@gmail.com>  [1749eac1d0e7983a39c32ace9da429a74f95695d]

        String cleanup in oox
        
        Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1969
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>

2013-02-04  David Tardon  <dtardon@redhat.com>  [423079fd4db3163f66ab38d053f60eeec1afc2e7]

        fdo#60115 build of ldapbe2 breaks if nss is in nonstd. location
        
        Change-Id: I32a0495edffbe13734457c230a3a1735aa254198

2013-02-04  David Tardon  <dtardon@redhat.com>  [adec665d2ca5265f8cad5fcd0063678909b160c9]

        rhbz#903615 avoid null ptr dereference
        
        Change-Id: I336e3fffaaa42605b5fab2821c85c473635fbf27

2013-02-04  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [35a45a4508ca4156ebaa4f17df776a971084160d]

        fdo#60213- fix the right-click misbehavior
        
        Change-Id: Iea44c9e70efeb84482aefc70b311f1781241b030
        Reviewed-on: https://gerrit.libreoffice.org/1971
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-02-03  Stephan Bergmann  <sbergman@redhat.com>  [7b235eec105c963173282e1e3f392c64b069902b]

        More typos
        
        Change-Id: I7b1bd08d9e5157c4eacb8ee5005c76e93eb32e63

2013-02-03  Tor Lillqvist  <tml@iki.fi>  [e1347c650e4d1d11f37be3121189e0fdeb1f1290]

        Copy also lo.xcent.in to CONF-FOR-BUILD
        
        Change-Id: I77b3e7afdcb034f48acbedfdc7b7372ee81f958a

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [b60af08691215c8603d80f33434cab4dfc1d9e3d]

        upps, I shouldn't have committed it
        
        Change-Id: Id5b17c0fbad9e16277a892b1b89e109ea420c41c

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [8b346fe023b1bc9b85155dfe00a73042945c6067]

        pyagenda: use local variables
        
        Change-Id: Ie308e7c01103def987272f1df6c691d25ce4a6a8

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [38ca76010af700430daa348abbc31d25092ba2b2]

        pyagenda: synchronize gui/preview when adding/removing topics
        
        Change-Id: Ib25efb5c80b54b961d3df1b4443bf0ddb1ae92c9

2013-02-03  Miklos Vajna  <vmiklos@suse.cz>  [3b147851a5b1d73e77223e6101bd381d40fd97bb]

        fix failing testcase
        
        Change-Id: I191f7bb6286998222877db863e45b24e0e7618b8

2013-02-03  Miklos Vajna  <vmiklos@suse.cz>  [f593a2e4179b05ae1019372cde612cb242d1d27f]

        fdo#59419 fix RTF import of hex form of \r and \n
        
        Change-Id: Ic700cdc67f756cafc454c326b73f680a8a47a6e8

2013-02-03  Miklos Vajna  <vmiklos@suse.cz>  [c8956344af6d5ffd443b44808f34841e70ffaac0]

        sw: sw_swdoc_test -> sw_uwriter
        
        To be consistent to sc_ucalc and sd_uimpress.
        
        Change-Id: Id6b09bacdf19fb7c524f11352ba81cd630535a74

2013-02-03  Miklos Vajna  <vmiklos@suse.cz>  [cb33714517c3302da6c765aed977341b603c1017]

        sw: unused includes in frmtool
        
        Change-Id: Iddd1c24211597822f6dd480c76f841607bc13364

2013-02-03  Stanislav Horacek  <stanislav.horacek@gmail.com>  [2802c4eea953430538471454d2853f792f70b081]

        Updated core Project: help  5df11836790b705261ba5cc72f3e52a4569472a4

2013-02-03  Tor Lillqvist  <tml@iki.fi>  [24a29a1348357ed055c4ec04b7f19873e60909ac]

        Undo temporary change accidentally committed
        
        Change-Id: Iec24cb165009d4769ee3068739c6edc222799017

2013-02-03  Stephan Bergmann  <sbergman@redhat.com>  [02b9e755f71227d91fc93bf940699da6772c5b33]

        reg2bin: Shrink output by reusing common strings
        
        ...all the "Offset of Idx-Name" in the data format can likely be further shrunk
        by getting rid of the newly added level of indirection again.
        
        Change-Id: I322f4869a4d6f2e63802406f998e22beea30db41

2013-02-03  Tor Lillqvist  <tml@iki.fi>  [4783eea7269010910879ed3584b229d9492a2ddc]

        Experiment with sandboxing
        
        Change-Id: If491917069ef7c474c27190c4759dd75f025f032

2013-02-03  Stephan Bergmann  <sbergman@redhat.com>  [8517b6162e5531e733a0b2ffe8106873d8e0d082]

        Typo
        
        Change-Id: I8e4f7c5a44bc300913efb68f901b794d8fb385fe

2013-02-03  Stephan Bergmann  <sbergman@redhat.com>  [027b5e48329b508bd88616fe9dee8646e354480f]

        reg2bin: truncate pre-existing output files
        
        Change-Id: If74cccf8657c1b81467ee9c0dea29a749ca07455

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [81a915f98167062707d8c250cabc0483ff67cea9]

        sw: remove class SwEventListenerContainer
        
        Change-Id: I576f5a0bdf04224d7032e0f592d2ad5cd9e77908

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [4b43155ff8942d6c092e3fd1131ca708a813a05a]

        sw: remove SwEventListenerContainer in SwXTextCursor
        
        was totally pointless since this one doesn't even implement XComponent
        
        Change-Id: I0b8d9b0299f6fd06f2bfe5f75be4cbef5fd672b3

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [e31813b0478e43d9fa16ad09c9c9d1d0ade71ec9]

        sw: replace SwEventListenerContainer in SwXParagraph
        
        Change-Id: Icda5087a4d80309701799df85b1dc9412e8c876a

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [fb24b72209b815a897f3e5f841785d84ef2d6f7f]

        sw: replace SwEventListenerContainer in SwXTextSection
        
        Change-Id: Ic7e42f42d40593334c85afd5ec264e6fb2dcfbb1

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [99990c997f3329648296bc62f11830647f121b00]

        sw: replace SwEventListenerContainer in SwXReferenceMark,SwXMeta
        
        Change-Id: Iba34cbc9afcd372426a90f3fd5e2d5fa997d7c5e

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [9f0f289c51765c671cbc8ef317c81e6fa42c6718]

        sw: replace SwEventListenerContainer in SwXDocumentIndex(,Mark}
        
        Change-Id: I52b826ca071f71597f7d10f0ee44bf6c2d2468c1

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [44df3bdc29445fd7a6307eee1d5f26df30f30a48]

        sw: replace SwEventListenerContainer in SwXFootnote
        
        Change-Id: I03c1b3ad6a774f00993279c0830029708ee966ba

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [9652b5b7ad7364a4dc111eac387ca05cbd1ebaa6]

        sw: replace SwEventListenerContainer in SwXBookmark
        
        Change-Id: Ic3df366ffac317e0ebbda140a521fc95623ddafa

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [f062c89e49d5028efe76a2a3f33294da0d2b32cf]

        sw: replace SwEventListenerContainer in SwXTextPortion
        
        Change-Id: Iac39d68388daa1a6d8e8a41e9ff59d290d5d050b

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [c6fae31ebabf9067428d424ed5c0fc59f7c998b2]

        sw: replace SwEventListenerContainer in SwXTextField,SwXFieldMaster
        
        Change-Id: I554ca3455ebddf6a4595175e8d71ae38b8b43e59

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [080dc03a1ee42ca299a7fe10c1887c819ad8926b]

        sw: replace SwEventListenerContainer in SwXTextTable
        
        OMultiTypeInterfaceContainerHelper appears to be a bit verbose to use...
        it needs a notifyEach method at least.  But hopefully it will at least
        use less memory in case there are no listeners.
        
        Change-Id: I9f72ee8e4ad61f657f565b99cc37126d78b0c5cc

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [54c08983cb615fe0474238aacd18284acbc5ec43]

        sw: replace SwEventListenerContainer in SwXFrame
        
        Change-Id: I9136d14364196810f0f64b086b9b06e5b558286d

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [3c177e98c01bfabbeba90a0e571734b7055afd57]

        sw: remove class SwRefreshListenerContainer
        
        Change-Id: Ieaec254358a70167deba1f604d766cceb8e3c5a7

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [9123b493e5e63fcb298a0afac2c50e6a0b5bb955]

        sw: replace SwRefreshListenerContainer in SwXTextDocument
        
        Change-Id: I67ddeacc80b833cee26ad0d34c80b9ce52c4db95

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [c31f340083206081e546bd06358b4231fa40c133]

        sw: replace SwRefreshListenerContainer in SwXTextFieldTypes
        
        ... and add a pImpl while at it.
        
        Change-Id: If91ccc330f20c691cb9f6c5b1624278d1d9d7af9

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [503b636654ca15960c426fb77a657c243c7b8cc9]

        sw: remove class SwChartEventListenerContainer
        
        Change-Id: Ieb1efc28c65e7f191d61beb7f8541564f4fd3e43

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [750a14f2b07d292797a2d7e9716c60356a77eae8]

        sw: move unosection.hxx to source/core/inc
        
        Change-Id: I5890de1b8414898e80a16268fa63cc0f1fd2b97b

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [16751bcf4360125fe336d6031bea325d196ba961]

        sw: move unorefmark.hxx to source/core/inc
        
        Change-Id: Ifefc505547eab95a3f16a44c777b4c81031a7635

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [409fd9a3354c52087c4876b12df86af99a658b7b]

        sw: move unoparaframeenum.hxx to source/core/inc
        
        Change-Id: I0b89ee1869cd56660b61841fcdf408d662870aa1

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [215885ed0511adb1b9787766296bce6c65ae1b3f]

        sw: move unomod.hxx to source/ui/inc
        
        Change-Id: I81da0012ef1ca89fabe4f5193eb943e8ecfe1efb

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [a1a2d048d1ef77114cf7d99094fb9d49c80ccfd1]

        sw: move unomailmerge.hxx to source/ui/inc
        
        Change-Id: I3134921602f4f5768aecefadc706b6c6e51d4932

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [0abedd1c8239fe373e09553ff61e500f42863389]

        sw: move unoidx.hxx to source/core/inc
        
        Change-Id: I207b131af6cc7cf4fbea179eb283e6ae6b3f5180

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [f4d65ef36b4380fcf9a75370f4ba9dac7be24e17]

        sw: split out SwXDocumentIndexes from sw/inc/unoidx.hxx
        
        Change-Id: Ie3a84c4856af6315701f8de2427d459bda698ada

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [ae6228f8f5dc7e3d76aa786dab345cc3ad7b2c8e]

        sw: move unofootnote.hxx to source/core/inc
        
        Change-Id: I8f82593b1870982fe36595c0cd05da71faec1eb7

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [4a6d570cbfd2aef6568aa73ead5c157b30ba1aaa]

        sw: move unofield.hxx to source/core/inc
        
        Change-Id: I8aeb03831d1c8b8f26a063faf9a5ce4b5304a9b6

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [b49e0680d7511487a66e73a0acb1137f6043bb94]

        sw: split out SwXTextFieldMasters, SwXTextFieldTypes from unofield.hxx
        
        Change-Id: I3d3d240b32105d9409089fed966fb6d62e78adf9

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [b40f4e258a7825516dac43a1a56809948cf4de6b]

        sw: move unoevent.hxx to source/core/inc
        
        Change-Id: I1bddc642d6643e6ba1f9840cfef3b87d7d9c4d13

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [300465cd5cc59fc2d43648ccef9549ce2b73724e]

        sw: move unoport.hxx to source/ui/inc
        
        Change-Id: If32810d666944f4f6e506a151ee123ccbefe546b

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [e3e3c3aebed2cb57a5ddab43917ab05d53772b4a]

        sw: move {unoflatpara,unotextmarkup}.hxx to source/core/inc
        
        Change-Id: I42b0b4fddfded576b9f016b8c7af711cc9c8ff53

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [ab0a8f4f6f557af5914fde0101e18b962ddccb97]

        sw: remove dependency of SwXTextDocument on unoflatpara.hxx
        
        Change-Id: Idf78264a98e0a4d3a7f29cbcbfd9255662fca9b3

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [c967e06d4efbf2c27b9a9b494ab8eb144b95242e]

        sw: move unobookmark.hxx to source/core/inc
        
        Change-Id: I6f1a259dd3f69a71d9f19d0bca1211a9ac3b1879

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [abebf10e2681181cff45deabacfc9b2929d52631]

        sw: move implementation of SwXTextView::select into unocore
        
        Change-Id: Ica2758ea48945e024d9e8636bede31cca0cf0057

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [ddc9b4d1204ab744e175808e50de9d078b1fd400]

        sw: move unoport.hxx to source/core/inc
        
        Change-Id: I0ed1b1658c7bdfc69b54b92e64bad02bc597f002

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [20740feba8a7d62058a9c4c4bfddb6e19476b5e7]

        sw: tweak SwXRedlinePortion a bit
        
        Change-Id: I2191a55d729b136050467d8a78893482170e29e0

2013-02-03  Michael Stahl  <mstahl@redhat.com>  [5c8c9738e025064aa52b77635c170c5b7212965f]

        sw: move SwXRedlinePortion to unoport.hxx
        
        Change-Id: I52eedcc1bc96e6d56e721a8ffdb5b7bf9e80b00e

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [0e5f695a8e0e50889d74b266f96c88aabd590c65]

        pyagenda: load the proper data for each topic
        
        Change-Id: Ia7d8d65a868b86c81feb489328cbcb6bbd4f75f6

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [ae4d40f3f0e13c3720667a6c6a143480d0136c52]

        pyagenda: i have to redo this class so this method is unused now
        
        Change-Id: Ief3461be5eeb6b952b76eeacf2778cb5beef6826

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [acee06b28e2991cf4b3a8935b9a754902367fa1c]

        pyagenda: remove ConfigNode from makefile
        
        Change-Id: Icacd1addd9e43fb891b0d5cb3c20741380afbd51

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [57f01781c62d741e603d90010ea74c121131c9fd]

        pyagenda: some duck typing here
        
        Change-Id: I6761962178473828039317a6826beaa242954c69

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [98185094cf975dcc3fe4e6c234bea9b46b4e9482]

        pyagenda: load previous topics configuration when launching the wizard
        
        Change-Id: I771c3a86d00c55e82a96286fec0484283d28ff4c

2013-02-03  Xisco Fauli  <anistenis@gmail.com>  [270a8259bf86ea5a338f57abd02d747756c0c43a]

        pyagenda: Fix finish action
        
        Change-Id: I89b2b8b8a3f5988d6a53fe2a743fbf191e04ff58

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [4fd910a096532fed2552c67bceabe237a9e3c7d6]

        tutorial examples for writing new Clang plugin actions
        
        http://wiki.documentfoundation.org/Clang_plugins
        
        Change-Id: Ieb4fc186490e81ab961c094ca0a7fcdabc0f348f

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [18e615189df93cb704c32553a41505a1bdc984f1]

        a bit more reliable detection of removed/added sources
        
        Change-Id: I7fdde46334c648ab6cba54210e31fada87dcfb55

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [c2e2d77b1962e9bd95a54389d8ff568ec7b19a89]

        unused variable
        
        Change-Id: I636229e88f76d8e2f6ccd24fd7b5063ca64f9b27

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [276953ef21c3b9278538000c3322d5fb212c2686]

        remove not needed #include
        
        Change-Id: I0fa791733407199db5be2cc9606ac9be1da64188

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [f5ee30c3eeb104c9178646b8a098e882593ea4df]

        append [loplugin] automatically in report() rathen than manually everywhere
        
        Change-Id: I2f98622f152ae0c7ac8d1113d6380f686ac7234c

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [b4392c575e5aaf31ccf0813a20450187df37cf59]

        always use the report() helper
        
        Change-Id: I2966fdb5bd98b1ddf718079584acf90a3e3a3700

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [efe9bf61ed408e94a9171992c1582e00f21d209e]

        sal_Bool to bool
        
        Change-Id: I7d05020b6e07268349fb269bd58ce11aeddf6631

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [108a95630d5f4a8cf8aa075cee950a75d2628dfe]

        move clang plugin that's no longer needed
        
        But still keep it in case it'd be needed again, or simply
        as a starting reference.
        
        Change-Id: If519e1320e1bd6dce7746b57172324b33504051e

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [a1c61eb11298d5ed565c06e4b925d51d855fd8ff]

        move documentation of plugins to the .cxx files
        
        It's mostly there already anyway, no need to duplicate it.
        
        Change-Id: I5b066f90725a064fb0746e1411900e835e3f66c3

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [c6ffe17631cccf11fbe00479d2169116d494a7da]

        automatically link all .cxx files in clang/ into the plugin
        
        This means that just moving sources to the dir will enable the plugin
        action in that source, without modifying any sources, so those changes
        would not be accidentally committed when using a rewriter to change
        LO sources.
        
        Change-Id: Ic5a9c52dbf1939a1e78ad39ed6691ce3a1f399df

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [a7c3adb773e5b69601716bda181cc481090a4d59]

        avoid having to manuall modify sources when adding a new clang plugin
        
        Now each one registers in its .cxx file.
        
        Change-Id: I811c0d4400c2bdccc1c287269378d7e8ad8743ce

2013-02-02  Luboš Luňák  <l.lunak@suse.cz>  [b8f932b6a5c6ace05df975f82e682f10804dad5d]

        move plugin handling to separate source files
        
        Change-Id: Ifa1af34121bda9ca3250d09a3b8a46ea226795ed

2013-02-02  Alexander Wilms  <alexander@Notebook-Alexander.(none)>  [a31f4654169f9b00c9e1b7158280c11c4c54aa17]

        Updated tango_testing

2013-02-02  Eike Rathke  <erack@redhat.com>  [9d1324d750a07a0209460363b70742db374748ad]

        fdo#57180 return #VALUE! error if a number couls not be parsed
        
        Change-Id: I25ed88b30329b92f80efd329243f85b271d972a7

2013-02-02  Stephan Bergmann  <sbergman@redhat.com>  [22a722320e5c7c94eacd8aab707c941755b08512]

        Missing reading of # members of polystruct
        
        Change-Id: I343a3e6d57e8f9e1a35cdf3b5825f5a6f58fd133

2013-02-02  Winfried Donkers  <osc@dci-electronics.nl>  [06b8f15c8dd23504b8e087451ee5c82eb74edd81]

        fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2
        
        Conflicts:
        
        	sc/source/filter/excel/xlformula.cxx
        	sc/source/filter/oox/formulabase.cxx
        
        Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5
        Reviewed-on: https://gerrit.libreoffice.org/1477
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-02-02  Miklos Vajna  <vmiklos@suse.cz>  [3974e9952102dbfb4f004872768b1096133bd9a5]

        fdo#58646 fix import of RTF_PAGE in cont section when having titlepg
        
        Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059

2013-02-02  Joren De Cuyper  <joren.libreoffice@telenet.be>  [0cd3e819ecef72df2d586facd4e3f635fb95146a]

        fix if statement and translate German OSL_ENSURE
        
        Change-Id: I3eefa563e00e6a4dcb3f1e5726bdf6d27f536624
        Reviewed-on: https://gerrit.libreoffice.org/1960
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-02-02  Joren De Cuyper  <joren.libreoffice@telenet.be>  [a6ac6559e3e294cfd891d43bdfffce8936aa006d]

        delete double entry (see line 345)
        
        Change-Id: I5be1d34ae5de4e9e2b49b97dc161d2ba06204cd5
        Reviewed-on: https://gerrit.libreoffice.org/1956
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [beae3cd6194e01a966710dfe4d0b5d2209d191cb]

        HIG visually seperate buttons from contents
        
        + add 6 vertial pixels between page properties header label and frame
        contents
        
        Change-Id: I5d28eba11757bdf690367ea5d4aa74422ca64912

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [3fb9a28b240882729898f88f92adfe3b4c4433e6]

        add theme content_area_spacing to dialog vbox spacing, not override
        
        Change-Id: I4b7fa3fd01717105af194a04b73d90e0d602028a

2013-02-02  Tor Lillqvist  <tml@iki.fi>  [e6093cff4776fde16a038fdd1d000ffbfc7b77b1]

        Clarify the different kinds of signing certificates (stackoverflow.com)
        
        Change-Id: Ib0a7e74d394c3c5f7d2f3d7f5ba70bf6a714b604

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [71be8c531b332a0039096058bad6ab457d92c4b7]

        chop custom target off a11y relation widget target name
        
        Change-Id: I40a52bdca7884b092aa395d0afd0ffa5364f4ebc

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [7540afeb6e49e112c64dd71376953b0b810bcaed]

        HIG: 12 pixels between label and labelee
        
        + indent hierarchy in 12 pixels
        
        Change-Id: I9e2d8afc62c0bbd2726f743da8bcd6685b8cd431

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [d1f900bf55c3a04cce54c83a1814d8a81e77ff76]

        set mnemonic widgets on char name page
        
        Change-Id: I90d8bcdde05deb8b2af3b1b610bb444f944a1534

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [6e81082dbb2d16f0e61527c5ad13f91d49828125]

        Resolves: fdo#59767 detect outlier widths and exclude from size normalization
        
        For non-homogeneous (the default) button boxes we want in general to give all
        buttons the same width as the max button width.
        
        But if we detect that certain buttons are > 1.5 the average button width, then
        leave those outliers at their natural size and set the rest of the buttons to
        the max width of the remainder.
        
        Change-Id: Ice514e741e3a7725d69e150e5752158a1c267141

2013-02-02  Caolán McNamara  <caolanm@redhat.com>  [c28c3c55c4bf672aa9f8028deb9891ae49b625e1]

        fontconfig: multiple <family> in <alias> isn't supported
        
        Having multiple <family> in <alias> isn't supported and may not work as
        expected
        
        Change-Id: Ifffa81db6829e7e21ff061276e1558dda6b99c71

2013-02-02  Tor Lillqvist  <tml@iki.fi>  [1f04735705bcca35b2893fe6a835d91cf715ff19]

        Cosmetics
        
        Change-Id: Idbc7bd8ac3bca6b0a2d5e893de9a41cba8110c54

2013-02-02  Tor Lillqvist  <tml@iki.fi>  [dc6fda0795cc9401423a7f9f88e50336e050b75e]

        Do re-sign the bundle as a whole as soffice has been modified and/or renamed
        
        Change-Id: I5e798fb94594ef4f91db7b57058f1c5cfb021d8e

2013-02-02  Tomas Chvatal  <tchvatal@suse.cz>  [66bf0eb5d18c6b869bf7c53040bcac23071b0f7d]

        Fix mixed unix/dos endnlines.
        
        Change-Id: I7cbf64b1ddc9a5f52cadfb138faf89d8aab8c234

2013-02-02  Tor Lillqvist  <tml@iki.fi>  [3dfd5c926848b336be34a34fe04d8da60912998b]

        Sign executables right after linking
        
        Change-Id: I27c929deffeb803e103609634b501622e04da033

2013-02-02  navin patidar  <patidar@kacst.edu.sa>  [73de30ca9ca0d3d4edd00e0e8f22451238699989]

        fix fdo#59892 completely and fdo#33302 partially.
        
        fix fdo#33302 for rtl scripts in cal,impress and draw.
        
        Change-Id: I83b1e077faf0f2578308e03b7598557f60e7cfd8
        Reviewed-on: https://gerrit.libreoffice.org/1961
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-02-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [28b7359e00fec9fd3bfab3c9105cf250c4320a24]

        bnc#801152: Scan all columns to determine the first data row.
        
        When scanning the entire data range in an attempt to determine where
        the first data row is, we shouldn't stop at the first column.  We should
        scan all data columns to make sure we pick the lowest value row
        position among all columns.
        
        Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [1a04fbd30825ebceae5209ada9d4e0726fbd00c9]

        vcl before xo
        
        fixes circular vcl<->xo dependency
        
        Change-Id: I5a9eb1f48044a2d43901b40f695ea2a93c70388e

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [eb70a6e126f5801f928eac1bd1123fc672e380e0]

        Revert "temporarily disable the xmloff/vcl dependency"
        
        This reverts commit 7bce8c2e491562873705e3e451ba66d005b22646.

2013-02-01  Petr Mladek  <pmladek@suse.cz>  [7d88c35cc3fa8b4c9ebf23800d3771a265937086]

        logerrit: print logerrit help with --help
        
        It printed help of the plain gerrit tool which always confused me :-)
        
        Change-Id: Ied81688ada4b536486d998709230fc24fa3c9b62

2013-02-01  Petr Mladek  <pmladek@suse.cz>  [8d12a195b1ddf433177fe4f3e7b0c109999a2ae9]

        use correct default values for the splash progressbar
        
        they are not longer forced from configure
        
        Change-Id: I8ea37b7233138de2900caf231762eefec0ba6563

2013-02-01  Lennard  <Wasserthal@nefkom.net>  [454cd82012c785718d1ffaf1199f00f35f93c609]

        fix position correction for flipped shapes
        
        This complements change a9fc1456719da3cecda6a97454bad0642e493035
        The Translation-compensation of that fix didn't work for flipped shapes.
        Also, vertically flipped shapes made problems.
        Also 360 °C = 0°C (drawingml.hxx)
        I didn't dare to fix it earlier because there is some problem with the selection frames.
        But that is an import bug, not caused by some export stuff!
        This import bug makes the manipulation rectangles around the shapes flipped & turning in the wrong direction, perhaps due to
        CroftCro$oft clockwisification!
        
        Change-Id: I05aa036d31cd5d9a8b194897b3d92ec12d6d2c61
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1250
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-02-01  Stephan Bergmann  <sbergman@redhat.com>  [e8e263de89c4dce720a568f8132977e730bd682c]

        -Wc++11-narrowing
        
        Change-Id: I044033ca41dea75dc438bc3989d067fc8e70b9fc

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [7bce8c2e491562873705e3e451ba66d005b22646]

        temporarily disable the xmloff/vcl dependency
        
        As far as I can tell, there is not circular dependency, but make
        complains, and only when invoked from toplevel, not from tail_build.
        Looks like gbuild problem, but do a hackish change to make
        unbreak clean compilation, for now.
        
        Change-Id: I445ba343f9eaa988c60c288bf5fc1c5d1c7b67a5

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [4a35d82420503b8f1b1d404cf6e47f3a1e47f384]

        fix build from tail_build
        
        gb_Side is set either from toplevel Makefile or from any module Makefile,
        but not when starting build from tail_build
        
        Change-Id: I4df6eb221f5b778ce3c0234251f8dbbb56645028

2013-02-01  Stephan Bergmann  <sbergman@redhat.com>  [42f1f1f5aee8f93568f94770fca8381ddd47420b]

        Skip broken character bounds checks on Mac OS X
        
        ...where for whatever reason (TODO: investigate) they keep failing at least with
        my local Mac OS X 10.7 build at
        toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText:
        
        LOG> getCharacterBounds(-1)
        LOG> Expected exception
        LOG> getCharacterBounds(8)
        LOG> Expected exception
        LOG> getCharacterBounds(0)
        LOG> Text at this place: F
        LOG> Character bounds outside component
        LOG> Character rect: 1, 3, 6, 11
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(1)
        LOG> Text at this place: x
        LOG> Character bounds outside component
        LOG> Character rect: 6, 6, 10, 8
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(2)
        LOG> Text at this place: e
        LOG> Character bounds outside component
        LOG> Character rect: 15, 6, 7, 8
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(3)
        LOG> Text at this place: d
        LOG> Character bounds outside component
        LOG> Character rect: 22, 3, 7, 11
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(4)
        LOG> Text at this place: T
        LOG> Character bounds outside component
        LOG> Character rect: 30, 3, 8, 11
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(5)
        LOG> Text at this place: e
        LOG> Character bounds outside component
        LOG> Character rect: 39, 6, 7, 8
        LOG> Component rect: 0, 22, 100, 12
        LOG> getCharacterBounds(6)
        LOG> Text at this place: x
        LOG> Character bounds outside component
        LOG> Character rect: 45, 6, 10, 8
        LOG> Component rect: 0, 22, 100, 12
        
        Change-Id: I690ffc773b53e0f19536605e3cb89280bc98c19a

2013-02-01  Stephan Bergmann  <sbergman@redhat.com>  [ba0b7bca69ff7ca125c6af3bb81752f0a58fcc56]

        Increase test timeout
        
        ...it now matches the duration of another nearby timeout in the code, and it
        happened to cause a parallel "make check" to sometimes fail on a slow MacBook.
        
        Change-Id: If8bddb82a05c46637fdc2fcc3373411fcb37a466

2013-02-01  Stephan Bergmann  <sbergman@redhat.com>  [6f8caab7d57321650455163a6cce164a30f6a9cf]

        No need for aliases here
        
        Change-Id: I29dcc26eb13222ef4348ab3281a19b2e6f8c46f2

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [c2d14df725768ec9c3b6b65a4e02baa0faf41676]

        move implementation class to a non-public header
        
        Change-Id: I61731f472405e46828204ffb1cacf1c9e6a9b5bf

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [36e6f222cf9150407edf9dcf99b9eb1b2c597bed]

        one more config_host/ breakage

2013-02-01  Takeshi Abe  <tabe@fixedpoint.jp>  [6bf2f6664573e734cc54582aae37838795cccb1e]

        Drop useless member variables
        
        Change-Id: Ib933d150d5d82383d23619857b2797a63be28626

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [f337125b41ed8aef52d2847cce258c3202b83e0a]

        rename a class to something that gives at least some idea of what it does
        
        Change-Id: I574c523d37d54a05aa79d2ccf52e0727e1a1d744

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [989d0953a4d69bef3c8aba8e9dc7758194adcdc4]

        basic support for embedded fonts in odt (fdo#42195)
        
        There are still places that should be improved a bit, but this works.
        
        Change-Id: Ieb7947a294ec95b6fd8cec2e8c4bc731e2594c42

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [5ceaa68ca51c4d182210a28a64d574de6170b9ca]

        one more config/ -> config_host/ fix after the rename
        
        Change-Id: I347790e1ca2ee6a27303d3644aa1459ff76ba4b0

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [4a4c5f331b495d758aaad4e7253b13883dc863a9]

        consolidate the ugly code for getting SwDoc* to a function
        
        I'm not quite sure why the code has to do it this complicated way,
        but at least it's just in one (ok, two) places. Additionally, it
        seems all those checks are needless paranoia, so just assert.
        
        Change-Id: I9f0d4ecc5aec6995eb66ae553a4bd92cc5450b86

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [805fc4bf039e011591d29f8a75e53c0b1b3a3c6b]

        correct flag for file opening
        
        Although it seems reading works even when opened just for write ...
        
        Change-Id: I57039e7b72dd466e1b087c81377b2b2dcd26fb5c

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [73a24e709396e4dd906b8cfbd7719e51f29dd3a7]

        pass the storage to the XML import filter
        
        So that SvXMLImport::GetSourceStorage() returns something useful.
        
        Change-Id: Iecb2044336d45eefcb2b0ca5cfda5bc173d4e71e

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [d28f0bfda55eebc34bbe5aab22f430ee37ef7e9b]

        move class definition to a header file
        
        Change-Id: Id41200667089d4f42f7999060fd97545bb069788

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [32e3ede97ec6bad1b3c19545709b54eff29eafc6]

        make sure newly created SwDocShell has font info up to date
        
        http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html
        
        Change-Id: I41a195180411800f72b8e251b5c19553a51cde44

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [65e294e618e077ad6999ef24f9e6047c2a838b7d]

        always propagate font changes
        
        Otherwise e.g. informing about new fonts when loading a document
        with embedded fonts doesn't work. I'm not quite sure why this
        should be limited to only printers or pdf, so this may be temporary
        until a problem shows up. There'a also a warning about refcount
        in ImplFontCache::Invalidate(), which seems to be bogus, because
        invalidating caches shouldn't have effect on anything except for speed,
        but with the way font handling in vcl is designed I wouldn't be
        surprised if ImplFontCache wasn't actually a cache.
        
        http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html
        
        Change-Id: Ib68c0c10a0f5340a532c5c59396ef2cfbc588b5f

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [f3513d038dfc09b2be784ae1c747917edbbc085a]

        fix incorrect if indentation
        
        Change-Id: If3607886050c4e2e649e5678cc39f290b122f537

2013-02-01  Luboš Luňák  <l.lunak@suse.cz>  [fdafe9505ce78a8fb7f65c319c2e577bc96f6ff6]

        fix documentation for config_xxx.h files
        
        Not that I know why the directory had to be renamed in the first place.
        
        Change-Id: I3e4d07591876636ae4930240ac1acc68522fb94f

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [ebdd616580bb0d367b78ba0fe3fa56157b90c3ab]

        Add option to set bundle identifier and use it when signing
        
        Sign also all the dylibs and frameworks in the bundle.
        
        Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [b46e964064502b019ce57afe34f6a7a82974381a]

        Configury of OS X code signing and sandboxing
        
        Change-Id: I7d63af2ddb67104daaddcb5f111e26269b9b5030

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [bb94a059f653517a9498ccbc34e47a4f1b218cda]

        Actually remove it
        
        Change-Id: I519e4cfb7821644f243e0c4770f74f6ee6657168

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [de868f41da66a51185df15a389d9d297c7dda149]

        Don't print an annoying newline every time even if otherwise silent
        
        Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3

2013-02-01  Petr Mladek  <pmladek@suse.cz>  [b4801abd2ee1ffa037e654731ffc20d6ff2c701c]

        gbuild: copy stdlibs into solver again when they are bundled in the installer
        
        Otherwise the build --without-system-stdlibs fails; This option is used
        for the universal Linux build
        
        Change-Id: I0f7d87bb161d50748fee05f9c3f6a4b87b788aa4
        Reviewed-on: https://gerrit.libreoffice.org/1938
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: David Tardon <dtardon@redhat.com>

2013-02-01  Radek Doulik  <rodo@novell.com>  [143ecebc73e84dfcafdc2577f811152b4a415fde]

        export darken/darkeless/lighten/lightenless commands
        
        Change-Id: I4531ab82a52e3da41f12409185f7c0730381aa23

2013-02-01  Miklos Vajna  <vmiklos@suse.cz>  [52c2de966b4f24a1ac997370efa517b1916ade33]

        sw: clean up TOOLBOX_NAME define
        
        Change-Id: Ida6b3820989acaa2f1bac43aa40276eaa12c8aae

2013-02-01  Miklos Vajna  <vmiklos@suse.cz>  [b70f74cb5f4b499f14831fd6ad49d9238735e6ef]

        fdo#48440 fix import of RTF_PAGE between text frames
        
        Normally such a page break is surrounded by text, and text() already
        calls checkNeedPap(), but in case the whole paragraph contains a page
        break only, we need it here as well.
        
        Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [4e4bbb913efc05467e0aecdd3f1709c69d47b8bd]

        linuxpatchscript.sh is surely something we don't use

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [953a75d2db31234901d17035985d7a1ac63cf7dc]

        Remove mention of osx_install_patch.applescript from here, too

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [1caf6ef7b727809234076f3b6c83d84bf341ef93]

        Remove unused osx_install_patch.applescript

2013-02-01  Tor Lillqvist  <tml@iki.fi>  [6719c7893ba89da2a5c9f45e1c258bb758e48876]

        Warn about 10.4 compatibility only as required for TDF builds
        
        After all, if somebody else wants to distribute builds that require
        something newer, they are allowed to.

2013-01-31  Michael Stahl  <mstahl@redhat.com>  [027bb41aa16793e88e9fc1b3550c8c8933636472]

        gdb: UnoReferencePrinter: prevent ambiguity problems
        
        gdb 7.5.1 complains about ambiguous base class "XInterface" with cast()
        so try dynamic_cast() instead.
        
        Change-Id: I99a21eea7251e663deee395f6a13ca0ed041e8c9

2013-01-31  Michael Stahl  <mstahl@redhat.com>  [b5592cb22dfa473ce5683f95118287f2bde63c13]

        ScExportTest: enable testPasswordExport on WNT
        
        With the previous commit it appears to work now.
        
        Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e

2013-01-31  Michael Stahl  <mstahl@redhat.com>  [0799130b0ba954715d00feb93cef83dd48e29889]

        fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"
        
        Revert commit 0c2206081de38a41597aadfb2255540d6308be63, since this
        apparently causes failure to open ODF files via SMB on Linux.
        
        Instead of changing SfxMedium, adjust the ScExportTest: when saving
        XLSX files interactively, the SfxFilter::lFormat is always 0, which
        causes SfxObjectShell::SaveTo_Impl not to call
        SfxMedium::GetOutputStorage() at all, working around the locking issue
        on WNT.
        
        Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417

2013-01-31  Julien Nabet  <serval2412@yahoo.fr>  [f6f5bde055f299e18a369714469dd39d6917e09d]

        Some cppcheck cleaning
        
        Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51

2013-01-31  Julien Nabet  <serval2412@yahoo.fr>  [a96ae2104df11dab6c7255d733aad67043986109]

        Some cppcheck cleaning
        
        Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [2b71c1a9b189e5cf9224d43e3bac4a26f2e0ff99]

        Sign the app bundle created by dev-install if an identity is available
        
        Change-Id: If7c61b203b3ca307831187778b951e8310381ca8

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [f33c8056a856b20436206682ab72a34b08c15c88]

        Enforce DISABLE_LINKOO on OS X
        
        solenv/bin/linkoo doesn't do anything on OS X anyway, and even if it
        would do and it would work, it would interfere with signing the app
        bundle.
        
        Change-Id: If7a6cecea57cddf8a637a60872d0372eb5093f41

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [c84e417a0f71778a5d6e0fa1ad4b10844ebd7787]

        When debugging ooinstall, assume you want to debug make_installer.pl, too
        
        Change-Id: I80492249471c15778bfafe36e65fa183ccff58f8

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [57454a3ed85bf11df59157f3f0a371156a17fb09]

        Keep old GCC happy
        
        Change-Id: If9f9dfd450cd010528dd625f50049f4e963b01a6

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [c5b1441ede3c58f1fe92372cbb48864f9d4df6ec]

        Use separate config_*.h files for BUILD and HOST when cross-compiling
        
        We have only been lucky so far that there hasn't been any compilation errors
        caused by using the HOST platform config_*.h files also for the BUILD
        platform. But as more and more information found out during configury is
        stored in config_*.h files, sooner or later it will be a problem.
        
        Move config/* to config_host/*. When not cross-compiling, the config_*.h files
        in config_host expanded from config_*.h.in are all there is. When
        cross-compiling, the generated config_*.h files for the BUILD platform are
        put into a config_build folder.
        
        Then use config_build when building the cross_toolset and config_host
        otherwise.
        
        Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [0e63a97066a817f3d01b40d99e3e1ed831ae3598]

        Add vcl.atsui and vcl.coretext
        
        Change-Id: I9c9db51f04db5a0d073bd7493c198e8413299633

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [d7ba20b2fee50481b7091aef6c14986e7a0dee57]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: I68f43b16f09e606b9e7ae384c76554a6763afa8d

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [3f1624bc648420fd2a75257c5df0d99716e2bc73]

        Typo
        
        Change-Id: I12421776ac75bd92fc39eb2d3e79df47107ea1d9

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [6ec2470a03c389a5f65cdd5d3648763e2868dd5a]

        warning C4701: potentially uninitialized local variable
        
        Change-Id: I6c24bf51acc0d014ede2f36e17e52cef21753d41

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [b477fce5f8b8f9340cce8da8239c3e93800f0b62]

        Some fixes for previous commit (Clang)
        
        Change-Id: If41321bc1c79cb475aae1c4588f8663beccd2209

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [7a9fed14d45ba99d5639d4cc80286ee146b8d40a]

        WIP: Experimental new binary type.rdb format
        
        cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb
        files in that format.
        
        Throwaway new reg2bin tool for now can translate existing .rdb files into the
        new format.
        
        Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5

2013-01-31  Lennard  <Wasserthal@nefkom.net>  [d9a18176d6b56119aa91699cd3aa102e36a7805c]

        fdo#56976 fixes up Arrow import bug
        
        Importing an LibreOffice upArrow from an pptx document caused it and several custom shapes go down the drain.
        That was perhaps a memory violation because the procedure to generate it in working memory was missing.
        This patch gets you that procedure. Note it cannot be manipulated yet.
        
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        
        Conflicts:
        	oox/source/drawingml/customshapepresets4.cxx
        
        Change-Id: I8b9ce3ae1aef7894ab04b9857e90831d715ec1d5
        Reviewed-on: https://gerrit.libreoffice.org/1492
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [af331776895c1c3d036040599501d3f08a4d5562]

        Template Manager: show some icons if there is no thumbnail

2013-01-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bdb3c21ee5a20046dfd80c486e41ad591b863c1c]

        bnc#437516: Hide minimum password info in the password dialog.
        
        When launching it from the Security tab of the PDF Options dialog
        during PDF export.
        
        Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d

2013-01-31  Andras Timar  <atimar@suse.com>  [19edf0dca7d759f15929f6b701f3e6b6d1e8b955]

        fdo#46706 Windows 2000 is not supported any more
        
        It may be install and run on Windows 2000, but nodody really tests
        it on this old platform, and developers are reluctant to fix bugs
        specific to this old platform.
        
        Change-Id: Ibeb45c0c2e7aef67d2e68bb5d104c5c3c2752dc4

2013-01-31  Radu Ioan  <ioan.radu.g@gmail.com>  [f9aabc714af41d7c3dd5cd08b6dc0761db904c4d]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        - replaced OSL_TRACE with SAL_INFO
        
        Change-Id: I4d63df493e85bc095b8a11e3842b0d69c5217c96
        Reviewed-on: https://gerrit.libreoffice.org/1804
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-31  Luboš Luňák  <l.lunak@suse.cz>  [9b11db848665fb9501b5c88ffb1a5bd81abf7d69]

        rewriters no longer create .new files, they modify sources directly
        
        Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3

2013-01-31  Caolán McNamara  <caolanm@redhat.com>  [0867207f2934ba20ab2636d38ec64a01a5a2a8d7]

        tell the options dialog to relayout if a pane queue-resizes
        
        Change-Id: I44686ea724873181018bf00253a08afa58c9a10b

2013-01-31  Caolán McNamara  <caolanm@redhat.com>  [b0f4052cf2f4924251a835470c78aa85f8da93f1]

        callcatcher: update unused code list
        
        Change-Id: I6a935ced687b1076dfdd6c6ae0cf3bce1fc6adbd

2013-01-31  Caolán McNamara  <caolanm@redhat.com>  [a852c0284f7e4232078b085446ebc7b3a2c33bc2]

        hide un-installed module color appearance settings
        
        Change-Id: I7bf3d536805e60dd544551ef0753527fabe59476

2013-01-31  Caolán McNamara  <caolanm@redhat.com>  [06773ff7391c3d26c4f9d169664ee961cf104fb7]

        move color options .ui to right place and adapt code
        
        Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03

2013-01-31  Miklos Vajna  <vmiklos@suse.cz>  [6757480434b2740622070f05fa07da33b8c28d89]

        l10ntools: kill RTL_CONSTASCII_STRINGPARAM in defines
        
        Change-Id: I7fdd9b6870fbe2c08c05c5dc44f2ff1d7140efd7

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [8acb805b7dd27f389954a6c5e615f0ff662f4e8f]

        redland depends on both raptor and rasqal
        
        Change-Id: I5b7a2780527c24cba668266ff228f1e6af1d523e

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [7b4d76772ef76a8de852ed647ed0cad368f70189]

        Call macosx-change-install-names on "external" libs, too
        
        ...at least on those that link against other "external" libs, as otherwise they
        will have broken dependencies on those
        /@.__________________________________________________OOO/lib/... files that did
        not get rewritten by macosx-change-install-names.  In the old build system,
        solenv/inc/tg_ext.mk took care of this.
        
        Change-Id: I5ffeed7d2a19170371db9093d29f3df9a1eb54c8

2013-01-31  Radek Doulik  <rodo@novell.com>  [dc173b7f2a550185404aacbc6da744cb6d1880fc]

        export subpath sizes (these are for example in pptx custom shape presets)
        
        Change-Id: Iab21d0845d0cb6e4dadeffb5f7b9ebab1e4b955a

2013-01-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [eb96e4325278f31b9e6fbc1d5c6a01543204ded6]

        python3: bug 15833
        
        That python bug cause problems when libreoffice is on a read-only
        media... which is very common for Mac as the dmg used to package
        the produce is seens as a read only volume.
        This patch the bug 15833 for MacOSX only since that is the platform that
        is most likely to be impacted, and because of bug 15431 that make
        patching on Windows more complex/dangerous.
        
        Change-Id: Ie7406c1c75748d38c871b3b544560caa62e9d838
        Reviewed-on: https://gerrit.libreoffice.org/1934
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-01-31  Stephan Bergmann  <sbergman@redhat.com>  [a0509900b65f72e9db60eeb660f0586cd5fa775c]

        Proper spacing in makefile command line continuations
        
        Quoting "The Open Group Base Specifications Issue 7" at
        <http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_01>
        "Extended Description: Makefile Syntax:"  "When an escaped <newline> is found in
        a command line in a makefile, the command line shall contain the <backslash>,
        the <newline>, and the next line, except that the first character of the next
        line shall not be included if it is a <tab>."
        
        On Mac OS X, this caused raptor and rasqal to erroneously be configured with a
        --prefix argument that ended in "--disable-static".
        
        Change-Id: I9455f8e2e624b245a5278a21d8b0f62d8780f9e4

2013-01-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a17d0b3fba7b5eb9f604baa96abcca2b929ee67]

        Hyperlink is an optional property, fdo#58858
        
        Change-Id: I30f2b0cdb72951a47cfd8d0091b5418fd59efe83
        Reviewed-on: https://gerrit.libreoffice.org/1930
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-31  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [be9d9fee66aaa7123bd84b3d5a4fc08457774544]

        RTL_CONSTASCII_(U)STRINGPARAM removed in comphelper
        
        Change-Id: Ib068c06956bc9f04bb7c468375aacd2e6e9db77d

2013-01-31  Miklos Vajna  <vmiklos@suse.cz>  [95692db60e47442924077dc463bbd729cc71ee04]

        port ScOutlineObj to new UnoApiTest ctor
        
        That makes 'make subsequentcheck' pass here again.
        
        Change-Id: I50d74759b6ae6cd2bfa62a76028dc74931ffb3b0

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [561ec646ff08bf455720c5549a73fd54cdddeaa7]

        WaE: C++11 requires a space between literal and identifier
        
        Change-Id: I3351298e338315881bc8fa344849f00ee4438059

2013-01-31  Tor Lillqvist  <tml@iki.fi>  [21a807456e4e7f141bb0165b43323c2202c0273c]

        Meh, use SAL_PRIdINT32
        
        Change-Id: I8ce0d94e7946175d1b287ba85567f9bb414f4152

2013-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [338140e5201bc23625eacd1a4740622e6241cbc2]

        bnc#492440: Sort autofilter popup items correctly.
        
        Use locale-aware collator to sort strings, instead of using the
        transliterator.  The actual sorting algorithm for cell sort uses
        collator.  Let's be consistent with it.
        
        Change-Id: I6729553ce92d50e45fa1ea6e1c35581fd791807d

2013-01-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [7226ac25e2edb6ee27affd576f7aa600bb43520c]

        Use a method from UnoApitest instead of implement a new one in calc
        
        In calc, we see a lot of implementations of createFileURL. So get ride
        of all it and start to use the UnoAPitest::createFileURL method.
        
        Also, clean the UnoApiRest::createFileURL method, fix the path from UnoApiTest and
        moved some testing files to the right dir that the file belongs.
        
        Conflicts:
        	sc/qa/extras/scoutlineobj.cxx
        
        Change-Id: Ic02f13777503729ac70da590f4a42866f17ea9b2

2013-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11cfcf401a68cbaf5dfe0a309fd482d3a3fbdff6]

        Don't overwrite bCalcAll when it's already set & remove SetCompile().
        
        Change-Id: Ieaf84e8d36efa8314729903be029f83c31bcbdf3

2013-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [56bb7744f4a4612ffe75e56d51ba95c559435663]

        Drop unused member variables
        
        Change-Id: Ied80983dc64f1e4e7ad34ebd9cc034054a17b6cc

2013-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [270acb88ce12a0a4843ab9ebce194d0a07e2075a]

        Drop unused #define
        
        Change-Id: I2831c6a9c738d3ccacb1e7856675f409948723c9

2013-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [3a4575115b9cd26c15692501be59dc362ef0481e]

        MIN_FREEHAND_DISTANCE is used nowhere
        
        Change-Id: I3111c8fd60089302d7eee51df0ac81ae1a6f5eab

2013-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8597e8e4f1b92c55b72aae8462d2361cbd8652dc]

        Oops the last commit is for bnc#615357.
        
        Sorry.
        
        Change-Id: I3ce101b52bfbede14d0fb0ef453b04f882de57a0

2013-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [54ebe3df4a4c24dec7c38487a7da387fee266321]

        bnc#615317: Recompile cells with #NAME! for English function name option.
        
        When the option for using English function name changes, we should re-compile
        all cells with #NAME! as the error may have been caused by unresolved function
        name which may be fixed after the option change.
        
        Change-Id: Id340ce9b5db3ed368b98e814861be5c3f96df071

2013-01-31  Eike Rathke  <erack@redhat.com>  [24bce470788aa34e5e1bb001250bfa14cee1c75e]

        import/export new Excel 2013 ODF functions, fdo#60032
        
        Change-Id: I8cf726ce5132f0cb712b30a76a76b152a681f4da

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [5679597c8a60578b928174f78fcfb6de38c80de8]

        HIG: align the edit button with the last spinner element
        
        Change-Id: Ia12af43223334156ffe8c9a0e9660e296fd4d68e

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [1a220a5791202d7dd881bbcee8e1b4ff1002ac6d]

        HIG: access key for listbox
        
        Change-Id: I20f85de6c529b5a448f87ab73d7373532da7ab8c

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [c3fc293b584b4e62acb4b35ed389392fe2a81d41]

        HIG: 6 pixels vertical padding
        
        Change-Id: I8699539b79c5db10f4cf5d79028cabb10cd09164

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [1236f3188f4befd068cc770781d18522b84ae01d]

        HIG: indent dependent hierarchy by 12 pixels
        
        Change-Id: I5beec3eb7d8ede3c91b63955285a813af16bc43a

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [cd797f13352081a1c2733fa4c4efa1d708b69035]

        HIG: radiobuttons/checkboxes use sentence capitalization
        
        Change-Id: I0f2f9d4576b8d1923a19ab703da5fed206ae6526

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [f27fa0d6a8bc28e432efbc73484b27a9042bc003]

        HIG: end labels with ':'
        
        Change-Id: Ia729050125d3cfc3e51d289c2153f6bdeb76e379

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [00cc058f969baa82dd203159efc555d66ab58e63]

        HIG: Leave a 12-pixel horizontal gap between a control and its label
        
        Change-Id: I0e6c8c817290a6d2c27ee5b758a803b30c2b3d2c

2013-01-30  Eike Rathke  <erack@redhat.com>  [0c7a1b6e10011930b703897073b8d41e94f7d827]

        resolved fdo#60087 corrected .xlsx export of functions
        
        Change-Id: I6c7ba47dde88a73d035b1db5f7f4cede78b262db

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63e3d8671ef5cf9405405c8f3c388b0aea679e91]

        make it possible to update DDE links after loading, fdo#59032
        
        Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [3891d323cdc3c03154f5682baaeaa4b2ef015a63]

        Introduce SAL_OVERRIDE
        
        Change-Id: I3675b627d5e9ca19b2c4fb69fef12d0dabf94a43

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [086b070e31f607ffc4b057eef54669b95d774279]

        WaE: format %d expects argument of type int, but argument 2 has type long int
        
        Change-Id: I0fe32f14641ed2c2cf1ee4e0f03aa9bef805ef1d

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [5f27719e4e501506b82bf095aa1b2b1aac5eb390]

        configure: better libstdc++ ABI breakage check
        
        The old code expected that gcc -dumpversion outputs x.y.z, but just x.y
        is also a valid output. Use the preprocessor defines instead, this way
        SUSE 4.7.2 gcc will use -std=gnu++0x as well.
        
        Change-Id: I9871b05953ab255c66dd152c0befd29037522902

2013-01-30  Michael Stahl  <mstahl@redhat.com>  [b0cc48440dc410d283525c0577a1175476b447a9]

        chart2: try to make MSVC happy with OUString
        
        Change-Id: I4c5a9572e897aa12aad3a8eb5797e4bca2f036cf

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd13c045846bb2af4eefc46dc8f020f6073b6054]

        unfriend this class and the method
        
        Change-Id: I43645409bee380ef6664109c4480ca37c5f3ecd2

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [41281d375300512011113c69ddda5995463a3c88]

        make a few more users of ScAttrArray outside of the class const
        
        Change-Id: I76aca6b1ddb8a326eecf70a68bed2a754e462c49

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8226a93aca391e9abe63edebc87aec05d3bf5bf]

        this check always will result in true
        
        Actually I believe that pData is non-NULL in all cases now but proving
        it is quite complicated because there are a few too many friends of the
        class.
        
        Change-Id: I024605676281c0a4a46b42827b00ef98bf68ea79

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1830e257d85481bed61774fc8febf302a35c1dea]

        this parameter was always true
        
        Change-Id: If78c958c11b5786f31127fc729806e1e5bc5d58a

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [225e4ac6511699aba57286a7c3bff08c3c438406]

        prevent copy c'tor and operator=
        
        Change-Id: Ibf45ab23a2272043729e7404de89ad514735bf06

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0255df4bd988a89d41be060c4972d37eb9e3ec8]

        prefer the c'tor initializer list
        
        Change-Id: Ic4087959ae04b27c228abf67ef538aa8717fae4f

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3669e680f8c557965945fa975ee0283706a15a8]

        adapt comment to correct code
        
        Change-Id: I669036358773b0e9583d7d0b8130ca947d89fae9

2013-01-30  Noel Power  <noel.power@suse.com>  [b75bf09a5b905a3ed9c251869983a400c70c7fc6]

        correctly handle repeated row heights for empty rows ( fdo#59973 )
        
        it seems both xls & xlsx export suffer from problems with multiple row heights
        repeated ( if those rows are empty )
        
        Change-Id: I3ed68a81517a3e55d1de1954fcb99e7cb39be337

2013-01-30  Noel Power  <noel.power@suse.com>  [9327467a2c5537613fa59013258532028da9c43b]

        better default row detection ( associated with fdo#55621 )
        
        previous patch associated with fdo#55621 compared single instances of row
        heights to determine the default height, it didn't take into account though
        repeated rows. Additionally the limit of rows heights ( where rows were empty )
        considered when exporting xlsx was the old 65535 limit.
        
        Change-Id: I3772829fe88fe28c4a24061e77470c8a126ff419

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [bd2c4e8dc42c04eb05adfa32a0d5ce9c72bcfd5d]

        Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGE
        
        Change-Id: I5a91c6c6dce103a8e4daa1572a638e1968a48fd8

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [2356a480fea6cac8cccaae85c9a2b6a312a9048c]

        API CHANGE:  Make TypeDescriptionManager/Provider more consistent
        
        ...by letting their getByHierarchicalName methods return information about
        UNO constants as X(Constant)TypeDescription values, just as for (alomst -- see
        the odd enum member case) all other entities.  This will make future changes in
        this area easier.
        
        The only affected client I could find so far is the core reflection service, but
        there might be more that I overlooked.
        
        Change-Id: I6731f2914773d49e33eeaec6e256ff2e5409ad2d

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [0bfa66cdf21fed70828e778c99161bc9005d0457]

        MSVC needs explicit OUString in ?:
        
        Change-Id: I9b7db931ea9bd31824bd27f528c2b6214e80924b

2013-01-30  Regina Henschel  <rb.henschel@t-online.de>  [b884c2e0185e24fc498827b3a53becea9e646b85]

        resolved fdo#60078 correctly calculate IMCSCH and IMSECH
        
        For the transformation used see
        http://de.wikipedia.org/wiki/Sekans_Hyperbolicus_und_Kosekans_Hyperbolicus#Komplexes_Argument
        (German only)
        
        Change-Id: If502b7333308069d7fcbe09e954b26ce8b7268b6

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [7877638814de86202d33b5653a0f91d63341e98c]

        n#792778 oox: implement import of v:line inside v:group
        
        The problem was that in ShapeBase::convertAndInsert(), the rectangle
        calculated for a line was zero, that's why it wasn't imported. Fix this
        by overriding the get*Rectangle() methods in LineShape, instead of doing
        so with implConvertAndInsert().
        
        Change-Id: Ie4bb2f7964b438cb56e4f5ee7a4ebe9f8f8eb734

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [1e33b3dc73e96c6c005d13e20c3f546fcb301ed8]

        osl::{File,Directory}::getURL() had curiously been missing
        
        Change-Id: I0af83e7aeaf681440d4bbb50d8b00390f8464b1a

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [5443d6486215f12b6538b07c1f354c5a023df0cf]

        fix string literals concatenation
        
        Change-Id: I2dc86b3c24f22f4e52e25152a5741ecefad9c7d3

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [bc6b13b4145042eff2c1c1fbb48b30d134a86962]

        make SAL_WNODEPRECATED_DECLARATIONS_PUSH work also with Clang
        
        Clang claims to be GCC version older than the one tested for.
        
        Change-Id: Ia9886915f62f886810e091f66d8e5710047e2e2f

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [a05f2eef8ff1a88cbbd88ddafbb954e63719baa0]

        do not use removed A2OU macro
        
        Change-Id: I1af159daed382e78f8c9933af10df9dba2010193

2013-01-30  Andras Timar  <atimar@suse.com>  [0701e1ab56dd185fd6fc39012c5a798ca4b77f3f]

        remove CopyEditionData CustomAction
        
        It is not entirely clear what this CustomAction was supposed to do, but
        program\edition directory is not present in LibreOffice, therefore this
        feature is useless.
        
        Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0

2013-01-30  Andras Timar  <atimar@suse.com>  [cf4ca992349492019938b68ae33ec9fec7cd5e16]

        remove DotNetCheck CustomAction
        
        We do not need to call a dll function for a simple version check.
        
        Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff

2013-01-30  Andras Timar  <atimar@suse.com>  [d14c765b6e20158af34520e1092c552a6d28bbb3]

        remove CopyExtensionData CustomAction
        
        It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install.
        One might think that *.oxt files there get installed automagically at first start,
        but no, it does not happen. This feature looks useless.
        
        Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b

2013-01-30  Andras Timar  <atimar@suse.com>  [030124d836a3f8571e26c8ce6b5d752ca7ab2511]

        remove CustomAction ExecutePostUninstallScript
        
        I think this CustomAction is unnecessary, providing that we do
        not use Star Division home-made PATCH technology. I have never
        seen this CustomAction used in any OpenOffice.org/LibreOffice builds.
        
        Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830

2013-01-30  Andras Timar  <atimar@suse.com>  [bc20ba9cd6502b59853d1ca6e2818936290a720a]

        convert SetAdminInstallProperty CustomAction to type 51
        
        It does not make sense to call a dll function to set a single property to 1.
        
        Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4

2013-01-30  Andras Timar  <atimar@suse.com>  [d61d1face977022ea8c6d93aad49a2c97a0abd17]

        remove stray, old, obsolete CustomAction: RegCleanOld
        
        Change-Id: I6d524a2342390658062cfc0108853756c543bd7c

2013-01-30  Andras Timar  <atimar@suse.com>  [e0ea85f61a5914508921b5e73119516219afa158]

        we don't build language packs on Windows
        
        Change-Id: I672886764e9451a983b823ec3666f126b758bd1e

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [1ba8986446dbaa77c9aed6d141ee99da74bf1afb]

        fix for the awkward OUString::replaceAll() behaviour
        
        Change-Id: I6ee919bb17ea7eb29cb9cfc0fc69d02d728d9a0f

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [ce22d30eeb6fcd3dfcf3fe3c67adeaddb0d97017]

        do not try to concatenate two string literals using +
        
        Change-Id: I7f06a9b065d5dd24da48e06792cacd27d157a656

2013-01-30  Michael Stahl  <mstahl@redhat.com>  [658467e3e10b88a07b6c0c326eec8d35b6cfb338]

        Revert "WaE: declaration of nWhich shadows a member of ´this´"
        
        This reverts commit 984ac8a7b4af06147a113845899ec918d5934921.
        
        Problem was fixed already by 9ad661e5740142a95893e91e4c138caee2abe7c2

2013-01-30  Michael Stahl  <mstahl@redhat.com>  [abfd688a7d57ada10072bd876b9a85f709ea4007]

        extensions: fix wrongly converted OUString literals
        
        Change-Id: I23594fe715fbd8d34ea5d938bde963a17dffb296

2013-01-30  Luboš Luňák  <l.lunak@suse.cz>  [1475618fda02a0a2988ca5b9b7979b160399e168]

        remove useless macros
        
        created by incorrect replacements in the previous commit
        
        Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708

2013-01-30  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [97eb8a6e0eb830f37dcba64a51d725aab4c5ff53]

        Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
        
        Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
        Reviewed-on: https://gerrit.libreoffice.org/1924
        Tested-by: Luboš Luňák <l.lunak@suse.cz>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [f8569cd9a28a3a8856dba4ad53218aa6cc073521]

        UNO constants cannot be of CHAR type
        
        Change-Id: I13f2f1d38b99a5eb1d10f40c524894e37a47f7e2

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [eb7ccf863ce3e8f15e04f704bd90afa44faaaade]

        Remove unused DeInitSalMain
        
        Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [e63bfb3035cd01983600a23ab289601dd9b2cf11]

        Get rid of STAR_RESOURCEPATH
        
        ...the only remaining use was for CppunitTest to find the .res files in
        $(OUTDIR)/bin/.  Get that solved by delivering the .res files also to
        $(OUTDIR)/unittest/install/program/resource/ (new
        gb_ResTarget_get_unittest_target).
        
        Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [53927349241643abc2a083f1983c46ec793e6ff1]

        Setting env vars in aqua's InitSalMain should long be unnecessary
        
        ...see the comment at the start of InitSalMain in
        95548c7b5ad2b388f077bf9bf2031ac5f6121d0e "Implemented InitSalMain() and
        DeInitSalMain() functions" for why this was relevant back in 2001.
        
        Change-Id: I2b2e5f261065d3b801ef20cca592009fa6b3f558

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [d3c72662488cd2fad1876e8f4c17d54f26245a7a]

        sw: add textframe gradient DOCX roundtrip testcase
        
        Change-Id: I77f63631b5b666e2735978d1bf48ef5733a9f28e

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [b7de0431375926878646db1b1113573fb27f1cde]

        initial DOCX export of Writer textframe gradients
        
        Change-Id: I0b0a623c58ca398bb556fc9fcd2cdecb4e789d0a

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [23515e814e2af04ffd82c18cd20607f7c15e1472]

        sw: handle RES_FILL_STYLE/GRADIENT in AttributeOutputBase::OutputItem
        
        So that later in doc/docx/rtf export gradient background of textframes
        can be handled.
        
        Change-Id: I8f79cd0b63231c0551fc85c5cd1c06f5511326f1

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [3430220290322ff8b6c68fe68357487bc1431b1f]

        sw: update hintids comments to match reality
        
        Change-Id: I30ef3e080d97f9bbdd1a9bca1c2d4c99fdfdfd28

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [d7efffebd9651dd866349915360ade64b97d7301]

        Document com.sun.star.text.GradientTable
        
        Introduced in commit 81a46fc86a530f028a5bd2f5e52fe0372d50ee38.
        
        Change-Id: I2e54c214916ce1793e07a4a7d42a6cf7e39f3424

2013-01-30  Miklos Vajna  <vmiklos@suse.cz>  [64020cebd676e6ff2b16da5af667b41afa04004d]

        sw: add textframe gradient ODF roundtrip testcase
        
        Change-Id: I346de7efd4e91f93e3f07ece1c6fe71d1ca53b8e

2013-01-30  Michael Stahl  <mstahl@redhat.com>  [94721b2aec614e0d99504138d484b2ad6cd550c7]

        fdo#59928: sw: fix mouse selection of fields:
        
        SwEditWin::MouseButtonDown: the selection of fields was messed up by a
        call to rSh.SetCursor near the bottom of the method. This used to be
        fixed up by SwEditWin::MouseButtonUp previously, but that was broken
        with commit dcb080347ca127044313bbb3c11c37761cc2a7a2.
        
        To fix that move the field selection code to a place where it prevents
        the other code from running, in the hope that it is not necessary.
        
        Also it does not make any sense to select whole words when clicking on a
        field, just selecting the field seems much better.
        
        Change-Id: I8d604450789844b6a446cf3a35f62ed530d0328e

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [21159c0d092ca269306576171ddcb17c5b51ef5b]

        Updated core Project: help  c725b25af49aa5292a88eb0fd53eb322861567d1

2013-01-30  Mathias Michel  <matm@gmx.fr>  [8d16259c3428c3badfe7d156546be05ab0796a9c]

        Consolidated branding in configure
        
        Removed individual options (intro* and startcenter* + images) in favor of a folder with graceful fallback.
        Grouped progress bar intro settings in a text file into the branding folder
        
        Change-Id: Ib56b80e43c474a944ac79c0a842d66487e9f91d5
        Reviewed-on: https://gerrit.libreoffice.org/1704
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [d7ecbd0e655efb193da1561649ebd13fdd2f5af1]

        the name field for SdrShadowColorItem seems to be redundant now
        
        Change-Id: I6e90cdfc9577bfa0ee1dd1018a41aa7979dfaf04

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [a50ee91a17374d3ccfe277d9a0d27599a6ada789]

        SdrShadowColorItem(long nIndex, ...) variant never used
        
        Change-Id: Ibae83ceac3c2e1f678c35a12d68ef3779879314d

2013-01-30  Caolán McNamara  <caolanm@redhat.com>  [015a93d6b6ba88382ca5cb13a59dda3e47e08eb6]

        make basic XubString free
        
        Change-Id: Iea5c01fe902b052a55c86ca3b879bcca12c80690

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [9a39ae6d2d1eb1443bee95232c6b045d60f9052e]

        Need boost_headers
        
        Change-Id: Ic0d13034a37ba354000de18e6f97b9cc31857bcb

2013-01-30  Stephan Bergmann  <sbergman@redhat.com>  [161b43abb76a4180a7069d04ed251ad2108c9663]

        Apparent copy/paste typo
        
        Change-Id: Ie4986f36f7f71df64b1c7c7b5e0190f4d5708c64

2013-01-30  David Ostrovsky  <david@ostrovsky.org>  [165387b4e714d87ee080add6e45bc47fcde8e556]

        WITH_LANG: add en-US if it is missing
        
        Change-Id: Ie12913691fa3d01bc7ad2fc0c108821d0937d250
        Reviewed-on: https://gerrit.libreoffice.org/1919
        Tested-by: Miklos Vajna <vmiklos@suse.cz>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-30  Michael Meeks  <michael.meeks@suse.com>  [74d2bcf697aeb631e927d8d87ea2ed5b96d816e6]

        fdo#60054 - sdremote - handle rotation without causing issues.
        
        It seems there was a misunderstanding of onCreate's savedInstanceState cf.
        http://developer.android.com/reference/android/app/Activity.html
        Apparently we go through a onStop / onCreate cycle when rotating,
        that triggered this.
        
        Change-Id: I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [f3d360e4ca526c4c1e9ca06c7db2e778a6f397fd]

        Cosmetics and more informative SAL_INFO output from InitGIA()
        
        Change-Id: I1d97ba1cc643fb1c940b94e84e348812efae115b

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [8cbf109e7050750632300d0b08ce1592464caa75]

        Fix SAL_INFO output from SetColor()
        
        Change-Id: I65e68de95ff30b74fe7052dc4a7429d49536b564

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [3230aa240e4028d4dc52c6da0b4cbf9870012e77]

        Cosmetics: Consistent indentation and whitespace
        
        Change-Id: I28a8b8ba01e7f1c16af745078f9075888e4b304b

2013-01-30  Tor Lillqvist  <tml@iki.fi>  [d1239373097d3e3693b1bab9b65e16558868c6d9]

        WaE: unused function 'GetGroup'
        
        Change-Id: I6105b293eef0c74688dfde5172c30590cfea62ec

2013-01-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a39c27633e75819e219bc5d179375fb4308a3ca]

        Let's stick with just one variant of ScDocument::GetString()...
        
        Instead of having 3 of them.
        
        Change-Id: I2de9b63c33b7362162a56ea391f8b68a468163fa

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ef6761fd95b52fc5f444dd076478300fa448ee0d]

        Slightly better way to skip pivot table ranges during spell check.
        
        Change-Id: I43e45cbd11f532f35ca9f0063236850ebc2e518e

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e29af062de877476f5382e8d7368c3de4409b47]

        if no cond format is valid use the existing protection, fdo#58826
        
        Change-Id: Ib52a546a98f681b918de5e3bd285c36407fa8254

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa7b61a087656f3b23b33492795a5bdd266776fd]

        make clear that this variable should not be used inside of ScDocument
        
        Sadly it is not as easy as it should to remove this variable yet. There
        are some users inside the import filters that prevent me from moving the
        variable into the UI layer but we should not use it inside ScDocument.
        
        We should inspect in the future if this variable is actually a good idea
        at all or if it create problems with multiple views and we need to use
        the current table of the current view.
        
        Change-Id: Ic1a378bacfcba65a3df8e5782e64eb15ca057d7d

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc4f4de5fde53a46ff835a150f3128db2f63f860]

        correct indentation
        
        Change-Id: Iacfb0838d6d66e010d4ac0a2e73040fa51841673

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2676f3c1ab75e192e67eb3edffae11863041274]

        no user of nVisibleTab inside ScDocument anymore
        
        Change-Id: I1ee09c7be958b0231f99df2ebadb0dc6a3a20246

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36d99c6cb26938a7cbeae77e64fcef5bd250025a]

        move these methods to ScDocShell
        
        Change-Id: I050e4d992c601c7af1a83b30137ab38fd05b8a74

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [036c7340738dd1212b57c80aba3efeb16c9ed737]

        make some more methods const
        
        Change-Id: I7e7557a91d18255beaf96b64aeba0915a2c2786a

2013-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d064b7abbed0e8b27847109e12620b1ddd8582ce]

        remove these unused static data members
        
        Change-Id: I8b3dc969fc371a47b89055e80ea762565e405f26

2013-01-30  Eike Rathke  <erack@redhat.com>  [8f9cb3dddd2ffe95ebd9934ddafc666a8df854bd]

        ODFF: write RRI as RRI, not ZGZ
        
        ODF OpenFormula defines the function RRI, the legacy OOo XML format
        stored that as ZGZ but that was not changed for the ODFF implementation.
        Correctly read/write RRI now but still accept ZGZ to be able to load
        existing documents.
        
        See also
        http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#RRI
        
        Change-Id: I617eaa37ff483e9a02a218e8432ba918f54bd61a

2013-01-30  Eike Rathke  <erack@redhat.com>  [d701e808782f5849f22c112311a9553f08c8d553]

        resolved fdo#60043 write correct IM* function names
        
        Prefixed with _xlfn. instead of programmatic Add-In name.
        
        Change-Id: I4f119f92096329432488503f36df670a4ce19b42

2013-01-29  Caolán McNamara  <caolanm@redhat.com>  [d210827c83e78fd0dbf6bd00828e29ac31b41abd]

        loplugin: remove some unused strings, etc.
        
        Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a5b9413bd098b4643a0ca73eaa4834e962e5647]

        bnc#484599: Prevent pivot table from getting sheared when cells are shifted.
        
        Change-Id: Ic6766105bb221aa4ebc700cbf99b4f6f5b3abf8b

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0941a1b0ad99be73f1b051aae79a7a433fefeadf]

        Let's stick with FooCol, FooRow naming as opposed to FooX, FooY.
        
        The latter always confuses me, which likely would lead to bugs caused
        by brain shortcircuiting.
        
        Change-Id: Ide7545d8d28e89265cad0d4457ab29cecc1869d3

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [95b55e75e546b016b7d8dbde9f4ac7f72636d32c]

        Boolean cleanup in InsertCells and DeleteCells.
        
        Change-Id: I11d8ba422b280a9a06dbc9bb13c2ccaae7435afb

2013-01-29  Xisco Fauli  <anistenis@gmail.com>  [a8eacaa870a4f39e096fb3801f457e1696815367]

        pyagenda: simplify Topics code
        
        Change-Id: Ie8417eafa70204accadff1c50d23c32fdda7bbb1

2013-01-29  Caolán McNamara  <caolanm@redhat.com>  [aa4ef13a517d4eee4db9d36283eca3240bdd873f]

        move color scheme options .ui to right place and adapt code
        
        a side effect of this painfully tricky rework is that we recover an apparently
        long lost initial "ON" column in tools->options->appearance
        
        Change-Id: I262feae14e9f8a21f46103e35256687e66a13c7c

2013-01-29  Caolán McNamara  <caolanm@redhat.com>  [e258b760563dc2a69a1cc8b0c8b7b4c15a2774ad]

        allow a custom border property for drawing areas
        
        Change-Id: I1e5777e5dcc04d0aa53d1ac4b9091f310ae59035

2013-01-29  Tor Lillqvist  <tml@iki.fi>  [fc480bcafd589b7fb32067a016d37213c80ad39a]

        Strip SRCDIR from the logging output
        
        Change-Id: I6069102f6b9df72a63a840758158f672fdd6c621

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [a2b651825926fd6d84073419d03a9808e284b48d]

        sw: unused includes in paintfrm
        
        Change-Id: Iee1e943db369532e88e1d5badcfb5106e9d6ef26

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [9803023cfeb41523d333111f19a5b3e055626788]

        SwXShape and SwHTML{Parser,ImageWatcher} are no longer friends
        
        Change-Id: Ibffbb6cba4fc3905a5d87be8305c9809bf67229b

2013-01-29  Luboš Luňák  <l.lunak@suse.cz>  [b1063033d5bb5c8e781fd0f71d3bc7392a291419]

        fix build with older icu version
        
        ... that's still allowed by the configure check
        
        Change-Id: I1abfdfc09522dcfbd487d87a6ff49a0b4803daad

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4b3cef45cc8c02ccc7139c644ac4b20079bbc5d]

        We don't need this hack anymore for unit test.
        
        I've addressed the root cause the right way.
        
        Change-Id: I1b3b13d28e4acc9f9ec814c0ad242166aa34a65e

2013-01-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0532733965f78f71a41983815d4e0525c07f9019]

        Bool cleanup with ScEditableTester.
        
        Change-Id: If4ae85bec451897f5c22397f4301200d1d3c77ac

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [80f5a837f2d42cc2bc972dcfe88e5f39aa514d9c]

        SwFrm::PaintBackground: paint gradients in one go
        
        Painting only the necessary regions works fine normal background color,
        but not for gradients, as the result is obviously different in case of
        gradients.
        
        Change-Id: I624410ed08604c13a810f784d6226d592295c5d3

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [ac8aee92c797dd7353978f1e7aec7336b7cb726d]

        sw: import draw:fill-gradient-name for Writer textframes
        
        Change-Id: I695cf16bc3b06823ae9e0546cb751e41eb201706

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [bb00150ef62ccd256b3e8ec2dabec5eb2d6a667f]

        xmloff: export Wrtier's RES_FILL_STYLE and RES_FILL_GRADIENT
        
        Change-Id: Id0adf3733ac4c2c08ded659c2d621ddbbbb434c5

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [81a46fc86a530f028a5bd2f5e52fe0372d50ee38]

        SvXMLExport::_ExportStyles: also try to export text gradients
        
        They are not exported automatically, as SvxUnoNameItemTable needs a
        Which ID, and it's different for drawinglayer and Writer gradients.
        
        Change-Id: I5dd7d828b1f0e577e26510e3c5ca74386d000f16

2013-01-29  Caolán McNamara  <caolanm@redhat.com>  [eb1ecd8bc2936e28be852722d6cb0c9fb0baeac4]

        Related: fdo#59922 add new unicode blocks, detect newer in future
        
        so that if a new ones appears in icu we should compile time warn
        about it
        
        Change-Id: Ic116dce40a2aedee417320bc5291bb5b7d0ac391

2013-01-29  OKANO Takayoshi  <kano@na.rim.or.jp>  [e789038a9b47d650ea4c31f30420b496109a1b54]

        Resolves: fdo#59922 Incorrect character range for "Katakana Phonetic"
        
        Change-Id: Ic541e2510567ca0f264730568c482fef521e6318

2013-01-29  Gokul  <gswaminathan@kacst.edu.sa>  [1f80073aac0443b191fa8ef596d864eb8dc63eae]

        Repeated call to namespace table
        
        Change-Id: I7cde7c609ee4e5e2cd9ab0be8f973b2626670f13
        Reviewed-on: https://gerrit.libreoffice.org/1875
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-29  Tomas Chvatal  <tchvatal@suse.cz>  [9efe8c8f2b8339d8d5b477eb98a409797ce2cafb]

        Explicitely check for gtk when enabling telepathy
        
        This is needed in tubes.
        
        Change-Id: Ia77968a68da4e781c6e5d4c202b3e5f751f1c952
        Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
        Reviewed-on: https://gerrit.libreoffice.org/1904
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-29  Stephan Bergmann  <sbergman@redhat.com>  [d841273ba54b173020aa8da18ba7841cf950c13c]

        Do not call putenv with a temporary string argument
        
        These bad calls to putenv suddenly caused the buildIdFile string (macro-expanded
        from bootstraprc's UserInstallation) in cleanExtensionCache
        (desktop/source/app/app.cxx) to contain nonsense at least in a local
        libreoffice-4-0-0 of mine, as getenv("UserInstallation") started to return some
        non-null pointer pointing to garbage.
        
        Change-Id: Ib93fd4e1caef016bd0e00bf09800b9532824ac4b

2013-01-29  Stefan Knorr  <heinzlesspam@gmail.com>  [f753b1b84798942f35cc86571922c28ba2a5b126]

        Partially Revert "New Save, Save As and Reload File icons for the Tango theme"
        
        Use diskette icon for saving-related actions again.
        http://user-prompt.com/about-antiquated-metaphors-in-icons/
        This partially reverts commit f76c017cf4f216e72da362e4d5466a2e5cc7281e.
        
        Change-Id: Iec9f0f5d6b62556e922f42247d058df817147da6
        Reviewed-on: https://gerrit.libreoffice.org/1889
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-29  Luboš Luňák  <l.lunak@suse.cz>  [f8a9131dc6b5c00613aeaa219506eb4caed81041]

        add missing export of variable passed to configure
        
        ICU_CFLAGS=" " && ./configure  does not actually set anything

2013-01-29  Radek Doulik  <rodo@novell.com>  [972609a87f1269a86fd1290a1e34eb9683e6426a]

        use ole obj preview image
        
        Change-Id: I7e88ca553fcb8449a337af36554dd1996bc6dd7d

2013-01-29  Tor Lillqvist  <tml@iki.fi>  [c5cf7905a2df4660695afe4f690e8d466931b58c]

        WaE: private field 'nMaxRanges' is not used
        
        Change-Id: Ie2d2a6b28be8167749822e22a85db057dfdd25a2

2013-01-29  Tor Lillqvist  <tml@iki.fi>  [730ccde0b937cdcf54370b9eb852e09f2236d569]

        WaE: private field 'pBtnOK' is not used
        
        Change-Id: I04b4d378c016b5c31c66e0fccfb9b8afe2a08d76

2013-01-29  Stephan Bergmann  <sbergman@redhat.com>  [a39c302d4babc20fc515a0e140d9fdebf6c9ec84]

        Clarify that constant groups cannot be typedef'ed
        
        Change-Id: Ie169ac426d6de107025023dae987cbce6179007f

2013-01-29  Stephan Bergmann  <sbergman@redhat.com>  [2a54af218c336150c6b0b3cb259ed7dce2f4ddf3]

        Clarify that bound attribute can specify getter/setter raises lists
        
        Change-Id: I49ffee7c1e65d8e79865e5b596d18111e0c64279

2013-01-29  Stephan Bergmann  <sbergman@redhat.com>  [b38cc6f5ab745373f399bfc558b4fe70c89c717c]

        Clarify that attribute setter raises list must not be empty
        
        Change-Id: Ic2d8b1e6f9dbaeee3e3ad9280236abd503de3ffd

2013-01-29  László Németh  <nemeth@numbertext.org>  [ebb1bb16d1822b938d482276e0882980f502eda9]

        fdo#59969 crash fix (insecure clear screen during Logo execution)
        
        Change-Id: Id0af5555685c67c02fecd8b10a40d4fb8135a2df

2013-01-29  László Németh  <nemeth@numbertext.org>  [9c8432cacdf755bda9d011a2c095c791672c6205]

        minor librelogo fix: remove ro lang. guess. (fix en_US detection)
        
        Change-Id: I6fbd5cef4f5935f7932bd9b64774315baee0e50d
        Reviewed-on: https://gerrit.libreoffice.org/1838
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-29  Miklos Vajna  <vmiklos@suse.cz>  [c4770788cba4bc3658285d955f5753e437b88998]

        xmloff: no longer necessary OUTSTRING() macro
        
        Change-Id: I60f588efb35d5968c21b7b0e0fc29bcbbd2dd50d

2013-01-29  Arnaud Versini  <arnaud.versini@gmail.com>  [78fde59e65bf1fbf8290e60b8cbe4b34e3489b93]

        Resolving crash in wizards fdo#59931 by NULL checking
        
        Change-Id: Iccc3f3b2913f21a3831ce55c706aa4dd1da53ad6
        Reviewed-on: https://gerrit.libreoffice.org/1909
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2013-01-29  Ahmad Harthi  <aalharthi@kacst.edu.sa>  [e252ac072276a6e9459a5573c862e8066b78c29d]

        More fixes to fdo#57422
        
        * Code cleanup + replacing drawText() with drawTextLayout().
        This solves mirrored LTR text in an RTL ui
        
        Change-Id: Ib89aee7c817811c7b3751dc6f941a34ed763d993
        Reviewed-on: https://gerrit.libreoffice.org/1521
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-01-29  karth  <karthikeyan@kacst.edu.sa>  [8c200d85cdbece5c65b35211644f1e98491f307a]

        Resolves the bug fdo#59117 missing borders of last column
        
          When writingmode is set to RTL, the table is start drawn from Last column
        to first column.  There is no problem with left&right lines, Because these
        are not depends on the LTR or RTL writingmode.  But the bottom & top line
        depends on writing mode.  As these two lines are drawn from previous cell to
        next cell(left to right) the nX value should be nX-1 in RTL writingmode.
        
        Change-Id: I3e21c7dd469ed5ba29e66f79da471b662632182e
        Reviewed-on: https://gerrit.libreoffice.org/1834
        Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
        Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>

2013-01-29  Takeshi Abe  <tabe@fixedpoint.jp>  [6db0a5f381f206801035ab1d786dbac8c31cc5eb]

        sal_Bool to bool
        
        Change-Id: Iae6343a71137c5ffbc9d38f56c01d5b182975912

2013-01-29  Michael Meeks  <michael.meeks@suse.com>  [ab8e37573628f2e5863e7fc0252103ab32203fc2]

        fdo#59881 - sdremote: revert un-necessary locking change.
        
        Change-Id: Id455dd87f01bbea0c5a4ae26734c0aba5699ac71

2013-01-29  Eike Rathke  <erack@redhat.com>  [53e28cba18bfc1210f119c899e7559e70de360ac]

        osl ensure on the correct member ...
        
        Change-Id: Ic41f95431203409b8412733870a4d8ec0fc93192

2013-01-28  Caolán McNamara  <caolanm@redhat.com>  [cea879072c2193cb5b3ede318fa3573df4926ae5]

        use SvtModuleOptions::ClassifyFactoryByServiceName to determine module
        
        Change-Id: Ic0f8101c2619bf83feddbe0bd74d0b88941bbbe7

2013-01-28  Vishv Brahmbhatt  <vishvbrahmbhatt19@gmail.com>  [0b7aef113cefd7a7fecc81910660d0cdc95add3e]

         fdo#59397 Use more precise wording at 'Find & Replace - More Options - Styles' Change-Id: I5013e8b2ce99478f2445756e181f009b93d4e746 Reviewed-on: https://gerrit.libreoffice.org/1905 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-28  Michael Stahl  <mstahl@redhat.com>  [5f356bd99726818dc44b316be3327dad057f7cbe]

        mysqlc: tweak gbuild conversion:
        
        - the mysqlc library did link against the mysqlcppconn only when a
          SYSTEM_MYSQL_CPPCONN is used
        - mysqlc is an EXTENSIONLIB, mysqlcppconn is PLAINLIBS_NONE
        - one N was missing in Extension makefile, and use
          gb_Extension_add_library to put in mysqlcppconn
        - manifest.xml, description.xml: update PLACEHOLDERS
        
        Change-Id: If45714f81056a6c1a4cb3380b50cc3dcc0443bb8

2013-01-28  Peter Foley  <pefoley2@verizon.net>  [b02d799732594eee67cab0f86dc3b09182f628a5]

        convert mysqlc to gbuild and add to tail_build
        
        Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2
        Reviewed-on: https://gerrit.libreoffice.org/1901
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-28  Peter Foley  <pefoley2@verizon.net>  [c322d509231f9e1220fb86be68f13c5f4b135ccb]

        convert mysqlcppconn to gbuild and add to tail_build
        
        Change-Id: I33a9ff3393b90c5b9f7d7fa85e8761c02160664f
        Reviewed-on: https://gerrit.libreoffice.org/1900
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-29  Tor Lillqvist  <tml@iki.fi>  [ef7b1133311ad6ff672a423d89c876d67f5f8f4a]

        More work on the CoreText code
        
        It no longer gets stuck in a loop so easily.
        
        The key thing I realized was that there is a fundamental difference to
        how the ATSUI and CoreText APIs handle text buffers and the start
        offsets into them:
        
        ATSUCreateTextLayoutWithTextPtr() takes a pointer to the whole buffer,
        plus start offset and length. These are stored as part of the layout
        object. Other ATSUI calls that use the layout object interpret index
        parameters as relative to the buffer start, not relative to the start
        offset of the layout object.
        
        CTTypesetterCreateWithAttributedString() on the other hand takes an
        attributed string that has been created from a CFString that already
        is based on a potential substring of a buffer. I.e. the CTTypesetter
        has no knowledge of the original buffer. All index parameters are
        relative to that substring of the buffer, as are return values.
        
        Change-Id: I7026f323d90a72e1ae1784a69f521e347baffaea

2013-01-29  Tor Lillqvist  <tml@iki.fi>  [654c1e56cb86e85eb5ee9df5bc7894ec24402760]

        Undo pointless field name changes
        
        The CoreTextLayout class is clearly based on the ATSLayout class, so
        in order to make it easier to compare code of the two, rename fields
        back as they are in the latter. Also add the corresponding comments
        where applicable.
        
        Once the CoreText code fully works and has superseded the ATSUI code,
        sure, we can change field naming convention if we want.
        
        Change-Id: I0d47ad0206fa895339506471bb638bd04f426490

2013-01-28  Robert Roth  <robert.roth.off@gmail.com>  [db86d20fce6ceb78c21840fc7e1889e08eeb2e21]

        Removed empty app.src from draw
        
        Change-Id: I4e9bd57db4510b48b84847dda23feed5b8817df3
        Reviewed-on: https://gerrit.libreoffice.org/1910
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-28  Tor Lillqvist  <tml@iki.fi>  [6f0de1a4ebcc2b9b88b66f2e0f1608ccd7b680eb]

        Sprinkle some SAL_INFO debugging output
        
        To make it easier to compare to what goes on in the corresponding
        CoreText layout code.
        
        Change-Id: I18478cb7e28827a512b50573c8f7ac84b1cf1ece

2013-01-28  Miklos Vajna  <vmiklos@suse.cz>  [984ac8a7b4af06147a113845899ec918d5934921]

        WaE: declaration of nWhich shadows a member of ´this´
        
        Change-Id: I0a56ecd13b59997c202acd327e0647f69a1b8db7

2013-01-28  Luboš Luňák  <l.lunak@suse.cz>  [668bec99efb4a15ca0fe364fa3c217baba8a6f27]

        remove stray SAL_CALL that breaks windows build
        
        Change-Id: Ia3e6f37460e96f463952072ffbf3e76386edb10d

2013-01-28  Michael Stahl  <mstahl@redhat.com>  [9ad661e5740142a95893e91e4c138caee2abe7c2]

        SfxPoolItem: fix annoying -Werror=shadow the hard way
        
        ... by properly prefixing the members.
        
        Change-Id: Idfdb93b19bf9fdd5309fb55d4e7e56da81ee822a

2013-01-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4651402a5399e00f62311bb3fe545413b0818a2d]

        Template Manager: focus in search edit when clicking search action

2013-01-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2064d3df551b651479c0602e197674d4efede15f]

        Template Manager: don't show any tab and show all folders when saving template

2013-01-28  Luboš Luňák  <l.lunak@suse.cz>  [8666cdd95e2b0f8148f45860358ca3f85ad7b9a3]

        cleanups for number() string function
        
        - add sal_uInt64 valueOf helper to handle its full value range
        - group deprecated valueOf() together
        - forward to the number() taking the largest type instead of repeating
          the same code every time
        - various doc improvements:
            - add missing @since
            - do not refer to non-existent number() overloads in docs
            - "use number" - "huh, of course I use a number?"
            - "code your own" - my own function? why?
            - + or += operators are not, strictly speaking, replacements for valueOf()
        
        Change-Id: Ib138a06c4ac4365cfffc534e6ab115d55180a70d

2013-01-28  Luboš Luňák  <l.lunak@suse.cz>  [dba8280c5667cddfd71562dc603c46c34339e685]

        consolidate the float number tests
        
        And remove some unneeded ones (the float actually didn't have
        the necessary precision on 32bit anyway).
        
        Change-Id: I52dd387fd319dd6a5b44333a71d012ebaaecbf18

2013-01-28  Michael Stahl  <mstahl@redhat.com>  [98bb5d242ad8360ec02fd0f4dbb4d19dec59dedd]

        fix previous string conversion:
        
        - SdrAngleItem::GetPresentation missing space
        - SwFmtFrmSize::GetPresentation spurious s
        - crstrvl.cxx build breaker
        
        Change-Id: I4f1ce51943dff002ce250aff6f37f090c727bb00

2013-01-28  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [0dc532bffcda35d15a4719c05bb258e470355b98]

        fdo#38838 Some removal/replacement of the String/UniString with OUString
        
        Changed SfxItemPool::GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; to use OUString.
        
        Change-Id: I656c1d321ff96f1f2e5b77f6adc103ef0a6fdf66

2013-01-28  Herbert Dürr  <hdu@apache.org>  [7e8e9031c6ef46d67d5579ca42d0c0f5975d4f98]

        fdo#51232: i#119987# fix Impress crash when pasting text under Outline view
        
        Patch by: Wang Zhe
        Testing by: Yan Ji
        Review by: hdu
        
        (cherry picked from commit 484621239c7f743f44579d2b199b0347dc4734cd)
        
        Change-Id: I340de4f1b626defa52ecc48938c63ec4d1ce5c1d
        Signed-off-by: Tor Lillqvist <tml@iki.fi>

2013-01-28  Andras Timar  <atimar@suse.com>  [7c54af2597f9af4914169449b83a59830303ebb7]

        Updated core Project: help  97ee0b3910f1652911f01443c27e9b77e7582332

2013-01-28  Miklos Vajna  <vmiklos@suse.cz>  [abe9599b9dea6d7b3ad840dee88848ac10f55a04]

        text::BaseFrameProperties: add FillGradientName optional property
        
        Change-Id: Iae428edb97e31ae578d2ab4679f6d346d5339a9f

2013-01-28  Miklos Vajna  <vmiklos@suse.cz>  [d8de1d6070b7e89fcb5e51307d20b081e83fd02d]

        XFillGradientItem: don't assume the default Which ID
        
        Change-Id: I2baced123f957fb47f7710c122664842e0b1bb1d

2013-01-28  Miklos Vajna  <vmiklos@suse.cz>  [a1bef744a24b072adc22035b5b15b376961351d8]

        SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItem
        
        Change-Id: I8863cbe1d01fceac0f4b4152264c1464c90e02b8

2013-01-28  Miklos Vajna  <vmiklos@suse.cz>  [06de72bea24a83e4a4efbc235853a40781bce168]

        SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItem
        
        Change-Id: I03b841ed703503425c9f1a2045d6399c8899815f

2013-01-28  Andras Timar  <atimar@suse.com>  [7d35334ed4941a230ab804b7505171459ee9000f]

        restore javafilters' registration under Windows
        
        Change-Id: I59e4c93bc7868a5ae4e73721b186c6a22f85c752

2013-01-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8877e4aeda044c2d74468b4a37bad9e96d7d6f3a]

        no need for the String version of this function anymore
        
        Change-Id: Ic661a5cb492c25a049dfaf1da0a501ceeae83c2c

2013-01-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c842966fa466d5f0be2bf66746da5e663eceb205]

        remaining ui parts for conditional date formats
        
        Conflicts:
        	sc/inc/globstr.hrc
        	sc/source/ui/condformat/condformatdlgentry.cxx
        
        Change-Id: Ibc1dc80faa64d97e3d600ce40a97a716804cfac8

2013-01-28  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [9cacd76701360e30cbee2ccee61a3722b19b4531]

        configure: accept building without themes
        
        If --with-theme=no is specified disallow any check for valid themes
        which would otherwise give an error.
        
        Change-Id: I45d2872145f3bd15e17beac4f69f8b4b1855d9a3
        Reviewed-on: https://gerrit.libreoffice.org/1879
        Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2013-01-28  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [69bb1336bfbbc9fbdc08027490b0174c904eee0f]

        RTL_CONSTASCII_(U)STRINGPARAM removed in comphelper
        
        Change-Id: I36bb19c123c1de54e04ba2e6c30b1cb0f7353047

2013-01-28  Stephan Bergmann  <sbergman@redhat.com>  [179c9c4f78c6cd7d0556cf85b36c586323331c8d]

        Only call data()/length() when self is valid()
        
        Change-Id: Icd9c12a10d2183a5159a3aa7a70e90494e8a8183

2013-01-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6d850419434c5df8cfdcd7682d49bc3d92b8de83]

        Silence some warnings
        
        Change-Id: I5a644fbe698b31bded3a5bf0fc96f1bf2be415e2

2013-01-28  Andras Timar  <atimar@suse.com>  [8d23edc10209bf0c1cddf393e4ff23a67ad35c63]

        Updated core Project: translations  69838a35694be5b656df1ee0c5e5da0e0cc4373b

2013-01-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a8fd6b51e96999bea19904f183ccb2bf847c5e4f]

        Use the BOOST_INCLUDE_DIR variable in Windows build
        
        Change-Id: I2f86aea9177f2f3d24aea40c47d530fd7d96d21c

2013-01-28  Caolán McNamara  <caolanm@redhat.com>  [61ab813abf4d2b1d02987535c5920d0328422203]

        add boost dependency and header-finding hackery to libmspub
        
        Change-Id: I5206cb1719164c6adc0dee46db40a8a63a45c19b

2013-01-28  Caolán McNamara  <caolanm@redhat.com>  [ffce5ac51518bbd43ac0ae14dbb0967ae2c50bb4]

        Resolves: fdo#59965 crash dialog title area text is missing
        
        Change-Id: I19adc5047d744acee243c94ff4e31531ae8c458a

2013-01-28  Michael Meeks  <michael.meeks@suse.com>  [58b05ce98e72fe47bdca02d2dabea20c36a494bf]

        fdo#59881 - sdremote: give up on threaded / UNO usage.
        
        Process incoming commands in the main thread in a Timeout, build
        thumbnail / previews there too - to avoid the deadlocks mentioned
        in the bug.
        
        Change-Id: I5f5e8d6fbc2e059d4194f72f3e086e1aa87ab2cc

2013-01-28  Robert Roth  <robert.roth.off@gmail.com>  [f99e540897103b6af3bb6b6c5a36e0a77f35b706]

        New table dialog from impress and draw converted to Glade UI
        
        Change-Id: Iedd44ae171a25d9d6599e4f44698d7458c486be6

2013-01-28  Caolán McNamara  <caolanm@redhat.com>  [b2891c46565fa9e86099bd08c48e1dd1e2e7c48c]

        Updated core Project: help  8c93e652fa9becc9779172593aab5a022e5528ce

2013-01-28  Noel Grandin  <noel@peralex.com>  [5a8ec562ccdc1c741ebb607e07c96e7182f147a0]

        fdo#46808, fix calling convention
        
        Change-Id: I72b7945a6a8838e97184a27661520de55ac45e73

2013-01-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [093a5c95a3724eb4795713c5cb4472611ca22324]

        Upload libmspub 0.0.4
        
        Change-Id: Icb47740815fabff2338196ec194a51a23f7adadd

2013-01-28  Caolán McNamara  <caolanm@redhat.com>  [0c5225b871b6b1a1121c3f803d946392a4676e97]

        add SV_BUTTONTEXT_SAVE and map to gtk-save
        
        Change-Id: Ib51e7c95a807c988da87068d8d2e49773a41282e

2013-01-28  Robert Roth  <robert.roth.off@gmail.com>  [a29032c951c53ac889de2a7644ae4ac9beef28dc]

        Show meaningful title for search key not found infobox, fdo#59865
        
        Change-Id: I5c99fc98552be705ddcb163320521620bdcbf7ef

2013-01-28  Robert Roth  <robert.roth.off@gmail.com>  [6d0f143554692eedbf2409ef2c12ee7c0e9defb8]

        Removed empty autocorr.src file
        
        Change-Id: Ic19ffbe0b629482a3cadaaf15a77ba2443312957

2013-01-28  Noel Grandin  <noel@peralex.com>  [ff6ad8900b30b50eca4a1bd5d051eac216d76f96]

        fdo#46808, make MacOS tinderbox happy
        
        Change-Id: I17a2a1861f35beedc8c9ec23738fbd042b1a1f63

2013-01-28  Noel Grandin  <noel@peralex.com>  [77856e81ce4d279f00d0f92e917099f4f5220034]

        fdo#46808, Adapt document::*PropertyValues UNO service to new style
        
        The services are:
           document::NamedPropertyValues
           document::IndexedPropertyValues
        The services already existed, they just did not have IDL files
        
        Change-Id: Ibafe9b5afb9b30785df4f66aa923f4b96ceabeed

2013-01-28  Noel Grandin  <noel@peralex.com>  [ce1b932bba8f90363399a9fa6515b91d7d679efa]

        fdo#46808, don't cache the result of comphelper::getProcessComponentContext
        
        Change-Id: I7eb3ce6794b5896ebc56d6f28f7e37b6929a6217

2013-01-28  Noel Grandin  <noel@peralex.com>  [f95a7c2c6d5c2158de12bb3ca6fd94b139e33c62]

        fdo#46808, Convert SvNumberFormatter to use XComponentContext
        
        Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c

2013-01-28  Noel Grandin  <noel@peralex.com>  [b772eb0c728a06bdf72866ef61f800bbf7ec15a9]

        fdo#46808, Adapt document::FilterConfigRefresh UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: I6894a3435159d9f529f2036354e70ee6358fc778

2013-01-28  Noel Grandin  <noel@peralex.com>  [83235caca899ba8088a24b8713ba49f52e4ba8ec]

        fdo#46808, convert code to use new-style service constructor
        
        Change-Id: I1b50f7ef6c01d13abd15ba3a76bd683a0151a914

2013-01-28  Noel Grandin  <noel@peralex.com>  [4ce614f50b572f5e80c1d26e7ffe72c1bb07a0d9]

        fdo#46808, convert some code to use getProcessComponentContext
        
        these VBA services should be left alone, according to Noel Power.
        
        Change-Id: Iee394f73fa99c18d6b70892bff9b0e2122f67d69

2013-01-28  Noel Grandin  <noel@peralex.com>  [614e31aa24b51a6e4f5c4f26d51b3d880db643b1]

        fdo#46808, Adapt sdb::TableDefinition UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: Iaac84da8baa3a060eef339d8e477f86ca49fae08

2013-01-28  Noel Grandin  <noel@peralex.com>  [29f17580a59421d7dd5f8c6bef980ae30cc63bb6]

        fdo#46808, Convert svl/lockfile code to XComponentContext
        
        Change-Id: I380944aa5e16b160ac76f939a839c513d4fbf232

2013-01-28  Noel Grandin  <noel@peralex.com>  [09cf6fe83a9d895dc6d5b3db91fd54aeaf4d0ea7]

        fd0#46808, convert some getProcessServiceFactory
        
        ... to getProcessComponentContext
        
        Change-Id: I8d5c2be0186db963ba8aac31e1b527145b8bca2b

2013-01-28  Noel Grandin  <noel@peralex.com>  [49cf14a3ca8dceed39baead918b1ddaaab5f4ab3]

        fdo#46808, Adapt document::GraphicObjectResolver UNO service to new style
        
        The services already existed, it just did not have an IDL file
        
        Change-Id: I245f78c165dbfde11a981efd7033c5c282f4e8ad

2013-01-28  Noel Grandin  <noel@peralex.com>  [4b37df18a18b61521e5fcbf358c6bc85639abdfc]

        fdo#46808, Adapt setup::UpdateCheckConfig UNO services to new style
        
        The services already existed, it just did not have an IDL file.
        
        Change-Id: Iae319545e5bf2384ede0992715a4879554605a22

2013-01-28  Noel Grandin  <noel@peralex.com>  [1a92a885d65860b4b09b426bb4b10f7a6a336571]

        fdo#46808, Convert some bits to new-style UNO
        
        Change-Id: I505910ae117588d54b79e72c12368224b4632fb9

2013-01-27  Julien Nabet  <serval2412@yahoo.fr>  [b8d4b8656f1f4e4782ba7460070e99babc8a499e]

        Some cppcheck cleaning
        
        Change-Id: I7217ab7500de5d8220b85e56aceb6e843bd0769f

2013-01-27  Julien Nabet  <serval2412@yahoo.fr>  [c3488487752d2083b9e8a45266fdc40df84be686]

        Fix ret value never used
        
        Change-Id: Ia1c1bf8d1eba3195f5eae2148d4c8c1ce2489140

2013-01-27  Julien Nabet  <serval2412@yahoo.fr>  [d5d202709f164edeb33e7cac7ddf5a8aa59f19ee]

        Fix uninitialized variables
        
        Change-Id: Iafd54c2b766bebf87cca211948a10695d585f0d9

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e820c249a4280fb38cf0ef7664006707382a687e]

        implement conditional date format import/export for ODF
        
        Change-Id: I11d5583c994d84fe1163c6158c0794ea1d879f2e

2013-01-27  Andras Timar  <atimar@suse.com>  [55fc2b96bb808381fff62b3d34f0e25c13de84a4]

        Revert "fix for fdo#39632 : Consolidate GetMsiProperty()"
        
        This reverts commit 95ee7d9cd3a0b0f397def8e607759c81feb8c592.

2013-01-27  Andras Timar  <atimar@suse.com>  [2d70b928a982a787aa975acd0770e3bf9ffb94b1]

        Revert "chmod 644"
        
        This reverts commit bf8e8e8bd03647632ed0b55c2b983a4d16cee40e.

2013-01-27  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a1808e0d38dd36d590a5bae26a02c49252d6162a]

        Remove more STRINGPARAM macros form dbaccess
        
        Change-Id: I283ccd03dc811dda2f10963f400cd517f42ea7b3
        Reviewed-on: https://gerrit.libreoffice.org/1878
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [3d033a8457180d9e4ccc2b1c1568d79087805209]

        move accessibility options .ui to right place and adapt code
        
        getting rid a pile of custom widget moving code
        
        Change-Id: I68879f9ebaf28629c4759315b318b390a985a544

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [a43f6eeae3affb4c1573e6b2b11872b38c2e54b0]

        Updated core Project: help  803567e90d6cc046b9253e6171feebab4a43778f

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [6b642358640fcb060d14105991f83172e06723a4]

        move SetAccessibleRelationLabeledBy relations into .ui and out of code
        
        Change-Id: Ieb43e08519b72d4baebd5d004e4c9fd60daa40d4

2013-01-27  Tor Lillqvist  <tml@iki.fi>  [afbd5787b5412f5ed8f862a9cae9dee5fd346f3f]

        MacOSXSpell needs boost_headers
        
        Change-Id: I4af00e2925df393523ad3d00bd3b95459ff77f9c

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [edfe47853aafd03e4cb2bc68772215d49f020740]

        move SetAccessibleRelationLabeledBy relations into .ui and out of code
        
        Change-Id: Iaf1a4a5ed813f48f9241f9e3ae7a732c22b7b9e5

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [7595340a63be2e0fc4362c0f57451830e4017d98]

        move entermasterpassword.ui to right place and adapt code
        
        Change-Id: Ia0308990eaf1b87de1c7fd673a2a25a45fcfb366

2013-01-27  Caolán McNamara  <caolanm@redhat.com>  [5e11ed7c4383d1b546e694d9b566690a581d589f]

        Updated core Project: help  c409b0f4447cd04b2c88253aecab3dceedc251df

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a82a9908cc5b911dd6783cab69ed3dcb6ba66bb]

        we need to parse the cell address after import, fdo#59843
        
        Otherwise we may have problems with sheet names from sheets that are not
        yet imported.
        
        Change-Id: I99a6507567b7d1018b790a90019cd563fa7323a0

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bd35614757e4e97913ed9b9d3344f800e8514b2]

        prevent some unnecessary cycles for large cond format ranges
        
        Change-Id: I48f03a897d1ca876bba0d0becf6b51a300970346

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6033eaf5b85e01da61628c65ee92292eb2974617]

        we need to use SCROW for row numbers, fdo#59894
        
        This caused an overflow and resulted in adding endless number of values
        until a bad_alloc was thrown.
        
        Change-Id: I954acd801eb18e2c2fe6a449048856cb95d0d8b0

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfc674c2cedfa8a07a67e71d1ca976e2556bef4d]

        remove some parameters
        
        Change-Id: Ib812d7092c0f375f253a3db2929b2ea6b63806fa

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b99893b40297c4e82616bea8dab6bc9d82d25b2d]

        remove unneeded variable
        
        Change-Id: Ic422a31252d60ddbafdfc05104b704ff9ffc4274

2013-01-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b02c52b467ff3259501350f2e6cb0de123f5b794]

        use isEmpty instead of getLength
        
        Change-Id: I9e5ce12776fcb31577a735296ab10b2c98c238f8

2013-01-27  Michael Stahl  <mstahl@redhat.com>  [7bc44705c0974719b7a198bb5dbf8f9d782d55a8]

        still not enough boost_header
        
        Change-Id: Ic0ee933fbee7368f0af2573ea33a5ce33f4043c4

2013-01-27  Michael Stahl  <mstahl@redhat.com>  [a156e66a4f14cf8473187d6f6b7aa6225d04dc41]

        need more boost_headers
        
        Change-Id: Ic58e334acb9d9c89e5466638286c0f42dc36df43

2013-01-27  Michael Stahl  <mstahl@redhat.com>  [8cad36dfcd6e4ae583332bf34b8bbf0ceb19aa9d]

        fix omissions in a53586f4efe26b8875107d04001f4ecec760c343
        
        Change-Id: I65e3fc3e34416b74365490a1cd7cba178ef7eb55

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [46fcf807a890b0f53b416bdcc0ad1200b18fec6c]

        add mnemonic widgets to caption options dialog
        
        and recover the original short-cuts
        
        Change-Id: I2d934cfb3b1ca0ab07489b23dde27fee073a5706

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [0111cbd6b69192aa4542fb5f39b7e40be0abf753]

        Updated core Project: help  c72e13bc83d8adf973470eda98c3885ba64389cc

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [5a61e283780969ff45039d3e033d1bfaac314d95]

        gbuild: fix silly "expandtabs" in makefile VIM modelines
        
        Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [fc81393c7f11ffb854fe024b64146b50cf462921]

        gbuild: remove various pointless calls that don't add anything
        
        Change-Id: I7eccac4fa8890c2873c6bbd7f8f5bf5b0dd006d2

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [a53586f4efe26b8875107d04001f4ecec760c343]

        gbuild: do not copy boost headers around
        
        - do not use gb_UnpackedTarball_copy_header_files for boost
        - adapt the optimization in concat-deps.c for new path
        - use boost_headers in all LinkTargets that require it
        - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus
        
        Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [20773c2bb04631d9bfd60167ed091752f0deecee]

        crashrep: fix conditionals: it used to be built in non-pro too
        
        Change-Id: Icf3901024aed39f3b8e280a4fed8244a2b83e80e

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [a64e6f49f1b6938845f7a765da24946a0f0fd749]

        CppunitTest_sw_filters_test: use external
        
        Change-Id: I915d22fb2d6937a276a35b67bac0eb8b925596f1

2013-01-26  Michael Stahl  <mstahl@redhat.com>  [7cf3b1ffcb8dc6dbb643e12febe5415972a7c2fa]

        idlc: silence annoying test spew on success
        
        Change-Id: I7c9ff31a8f4578afdb9056d6d204bd688c3c3473

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [e32c5058c43865eee0d81b3635b8b4c6d8c64f53]

        add mnemonic widgets to document info page
        
        Change-Id: I286847cb0f07a416b1810450eb2c873ca19c2932

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [b0a3c0faddcb56c6f44f93125a9dbad8f62185c0]

        add mnemonic widgets to description info page
        
        Change-Id: Ic9b5a0d39d91ee3546ab49e5c586b16b70298045

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [f8960c77899408a2958b6d6dc942e3b21a6996e7]

        add mnemonic widgets to statistics info page
        
        Change-Id: Ife142f262f3f78f25ba3b8b3eaa1a515b21b3da5

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [1cbb54fa67cf9a1181894d6a571b5e7d7d86e9ae]

        Updated core Project: help  d6a4e01ee6738f6a30401605ce2ee019fa94b649

2013-01-26  Andras Timar  <atimar@suse.com>  [a843a040ae44b65752c899cbd8179629875339d2]

        sfx2/source/control/templateview.src is localizable
        
        Change-Id: Ic21abffa3a889b96e2ce03c9ad997b3924133e66

2013-01-26  Julien Nabet  <serval2412@yahoo.fr>  [70c88fc75f6aced47a791ce53b761d6aaf773eaf]

        Some cppcheck cleaning
        
        Change-Id: Iab4ff990f71321b75f69bc61a5cda728956ca85c

2013-01-26  Julien Nabet  <serval2412@yahoo.fr>  [bc3be8493e3e14f85cedf175edff6db9a786d4dc]

        Fix Member variable m_pView is not initialized in the constructor
        
        Change-Id: I0b18698f23f7c2c446e60069d0efcb6d89b1e5d3

2013-01-26  Andras Timar  <atimar@suse.com>  [36949cadacde5ba83dea3ef6689d1934e1f87634]

        update LICENSE document
        
        added: lcms2, libmspub, liborcus, openldap, Mesa, fonconfig, clucene
        removed: gdiplus.dll, gtk+
        updated: MS Visual Studio C++ Runtime 2008->2010, Liberation fonts
        synced ODT, help and txt versions of the document
        
        Change-Id: I5c9957c63e3bb2d9dbd8fefc9e5ccb5dc0ea6006

2013-01-26  Julien Nabet  <serval2412@yahoo.fr>  [b780e8307bfeabf182225f302bb9d62934f0c597]

        Some cppcheck cleaning

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [d77bcb13c4afce1f894aadc6a3b058695641c2e1]

        add mnemonic widgets to internet info page
        
        Change-Id: Ic28d8e0918d81086232424fe98e34636f4f83233

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [cdf590bbdcfa3062069b2f36687fac7df9124560]

        Updated core Project: help  a01238220f1bfa2619f9ac37ef82a2f2800e8f16

2013-01-26  Andras Timar  <atimar@suse.com>  [c0b6fa74337ff3db7a4e489330250c4f6e69f7c3]

        Updated core Project: help  3a5cdb25465c2f423892c184755dad7c0075c1eb

2013-01-26  Stephan Bergmann  <sbergman@redhat.com>  [f1bca26afcc7593d0124c216c0400a9e2e47fc1d]

        Remove redundant braces around for loops
        
        ...that had once been workarounds for compilers that did not yet support the
        C++98 scoping rules for declarations in for-init-statements.
        
        Change-Id: I51dc42982b30bf3adea6de1a10a91c0b4b4acfbe

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [8e681942f771d7beae52b1e786fab16e6a653ab1]

        add mnemonic widgets to column page
        
        Change-Id: I1156a4785b96efb44bc98623e9a7f2cbbb5ee84a

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [53f0752535e1e23481ebe7632afd59beee8a311d]

        Updated core Project: help  b8c513606f96dac3a5f10dfba008ec6c45830cb9

2013-01-26  Takeshi Abe  <tabe@fixedpoint.jp>  [1f531d4f68b41044bdb38f90149b4d81e3024da7]

        sal_Bool to bool
        
        Change-Id: Ie452042fafd4d795b9830f9d8416c568a76b3d8f

2013-01-26  Takeshi Abe  <tabe@fixedpoint.jp>  [20ce7ff148e2b3393fc8176520f77827ccecbc76]

        Nuke unused #define
        
        Change-Id: I1615619ec92b83d75db2571d1f5bc6086caf705f

2013-01-26  Takeshi Abe  <tabe@fixedpoint.jp>  [fd516ce60e48aeae40f63eb34def41b6f38ff507]

        Drop unused function
        
        Change-Id: I0cf5126640428e7f7b3a5af922d76947344448a9

2013-01-26  Andras Timar  <atimar@suse.com>  [828dfdd4fb9fc133f4e3241e9722f23f3778db08]

        unify the spelling of 'Kazakh' language name
        
        While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form
        is the most widespread according to online sources (Wikipedia,
        LCID list from Microsoft). Also the 'Kazakh' form is preferred by a
        Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html
        In LibreOffice both 'Kazak' and 'Kazakh' was used at different places.
        
        Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a

2013-01-26  Michael Meeks  <michael.meeks@suse.com>  [e99b540d8985b87247519c951e6ef65a01b1f5c9]

        sdremote: kill memory corruption / mis-matched alloc/free's.
        
        Change-Id: I253f28d7c83371282adde86c8eaadd6f25beff5a

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [bfe49bf54812a70bcd9ac16342ff02bfd50f475b]

        callcatcher: update unused code
        
        Change-Id: I80e562eac2b8578073993c5ebf01943ecad4947d

2013-01-26  Caolán McNamara  <caolanm@redhat.com>  [9b5111e7f91f958e37ab25280d678afb9de4bead]

        get rid of some XubStrings
        
        Change-Id: Ie522330aa1470677ddcc8f9e6d76bbf4a63a9712

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aac5cb1d3203a52966a539df729716c51d874ea4]

        remove unnecessary calls to copy c'tor
        
        Change-Id: I78ef9901a42e65c5d7fb6f8048a114ba23f9ce98

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b17d6c14d226b1973c87ff161586c39899e403f]

        remove some data members from the class
        
        Change-Id: I69df18c7b613673834613d49ab0d58bbee9cc0df

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee715db9dbeb3a02c254e375eab57d6a5fc51a13]

        this test case must be changed a bit
        
        The old way was just plain wrong. Just test if the string is empty.
        
        Change-Id: I4eba5e6941da5904c8ff99ab48ae5bef0d02e14e

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0367a2679b480cbe03c41b02990f11f9aaf816e9]

        fix typo
        
        Change-Id: I9ec827e0c4000844c495f788e6fc166d41bdb944

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ea45e67c29b22b2c94375be3935f1343306a25c]

        show style when dialog is created with existing cond format, fdo#59778
        
        Change-Id: Ic1218179cd9c87ec15826adc861d505339a05f2d

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab121cf8540dc26b4877022b11e2ea50a4fd9b5e]

        don't use a pointer here
        
        Change-Id: If7e7785e032d7d95764e8325870655e276cfda8f

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [afc4864e2677b66182785f873d838081b2e331a4]

        stylistic clean-up
        
        Change-Id: I7663001236707eb4324b6d39d27b309e02f5af6e

2013-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f6570453722e9fc3a9bb28b32b64cee7d4bbdbb]

        startsWith is much better than indexOf for this
        
        Change-Id: I8d4fd1054352cdc67aae9b0ea92ddafc0291d211

2013-01-25  Robert Roth  <robert.roth.off@gmail.com>  [a9b1c62b1a4977dae03e04622612b952edd7b629]

        Cleanup after zoom dialog ui conversion
        
        Change-Id: I99cbb6e739af352091446da11d8150b24c2a6207
        Reviewed-on: https://gerrit.libreoffice.org/1873
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d785b3c41fa6d841ca69b26a6a1ea9ce7a92205d]

        bnc#590020: Sort data points stably.
        
        std::sort is unstable sort, which is not what we want.  Use std::stable_sort
        to sort data points by X values.  If we use unstable sort, it may mess up
        the order of the sequence when two data points contain identical X values.
        
        Change-Id: I6453a986185b326dc680fbcec6227ea332235b22

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0b94f5cfefe89cacc4fd4230396c1d34e4d2cfe]

        String cleanup.
        
        Change-Id: Ib796e2a101f08f01eb438e8d48c7bffbbd3b19b0

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ebed43f4d2bc42784c7acc6014aedb397b2356fd]

        Replace use of std::auto_ptr with boost::scoped_ptr.
        
        Change-Id: Ie821170f9d5b47660370498611d781fd5ba139c8

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [339f1cb3c2d9842a823f24dfa1cd872b92cd5b88]

        Make these classes explicitly non-copyable.
        
        Change-Id: I0dcf277a1b72afe294874b42efaf0b24e1b25b8c

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b660baccf969b44fc404578efadaff5e5c8850e]

        A little cleanup.
        
        Change-Id: I69729603bcaadffa06a56296a6ef37af2aef6c54

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20f03d3607089c16f34ece59a9384ca1d50e410e]

        C2U macros no longer necessary.
        
        Change-Id: Ia7b3d03e6d00dd2a57cd40dc9a63507652cac84d

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [8889c48ae5822ec053c5a289d78465d144ec53f5]

        Updated core Project: help  07bf3f5029f799b26d8a663de53c280094e84fb3

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [40d869caded7e7b9c7deac83ffc55e40f17ed617]

        Updated core Project: help  798a8c6cce95f7f873e73ab487aa0371239af872

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [c93da4ca9c0e02b8fda4bd82179171cf7ea7da1a]

        Updated core Project: help  885bbf91f7a826d9f65f30ecea1aea9c835260c1

2013-01-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [545737df40880875304bffc3f49800d1d2e99723]

        fdo#59056: Re-calculate cell anchor position of a pasted drawing object.
        
        Else it would re-use the anchor position of the original one (minus the
        sheet index which is correctly adjusted).
        
        Change-Id: I52d11eb9953ee7539c9d5da41edd7dd28604587c

2013-01-25  Stephan Bergmann  <sbergman@redhat.com>  [67d23e3a99bbaaa5a4dff1f8f3a10bd8abd198fb]

        fdo#57061: Use a new MIGRATION4 flag file for profile migration LO 3 -> 4
        
        ...to avoid missing migrations on Windows and Mac OS X, where existing "3" user
        profiles got the "MIGRATED" flag file erroneously added when running LO 3
        already, presumably due to 6b522673373797bbf53d795d53e0ec45175a5d67 "default
        config location has changed, look in old config dir when migrating."
        
        Change-Id: I8dd50a36450c167d47411834cc06a754affadf6d

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [e2250ec113e5534875e7480f5bf508d71fa46f4d]

        remove unused hids
        
        Change-Id: Iab2d62506c3985bd3f32e8140057ec136cfd3395

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [963fb917d777f28190d9674e6943ebb5436f435b]

        fix build, change overridden GetOLEStorageName to OUString
        
        Change-Id: I333090ae95218cd3438a8eb8b67ea9f07174ca8f

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [71b78b2b1c76b9a2e0e43c3f5e298b9538fc6282]

        Updated core Project: help  3dba68c2869157f2011789c2fdf05cb216438ece

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [8c79af8df5dd9428d8dc8cc3693c17ecb992383a]

        add mnemonic widgets in numbering position page
        
        and restore lost short-cuts
        
        Change-Id: I86221fc67095fda8a8cbcfbc10bb0ff61c818e3f

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [76a0143aa4c0fc171d8ac98ad4801349ead9619a]

        tools->customize->menus->add is already converted to .ui
        
        as is:
          tools->customize->menus->modify->add submenu
          tools->customize->menus->modify->rename
          tools->customize->toolbar->modify->rename
          tools->macros->run
        
        Change-Id: Ie97d74d0b55dd8f24836e24925125f65a0c562dc

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [917a1b2888e6c8c623d82d4649adc16185f62f71]

        Updated core Project: help  351c2d40cc93737f988ba2b35d0ca26d511f296c

2013-01-25  Ricardo Montania  <ricardo@linuxafundo.com.br>  [68ae1313fa9d0b42407107bb2ad930c836519301]

        String to OUString conversions in filter
        
        Change-Id: I944f4d57aba935e513a3d158a46322874fe0df15
        Reviewed-on: https://gerrit.libreoffice.org/1865
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-25  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [0699e938fe3ba517cd32dc38b8669161bf30aa4a]

        Converted Tools -> customize.ui with the submenus widgets.
        
        Change-Id: I1adfcbb66f4cf919e2e6e9e73dc79ba830a252cf
        Reviewed-on: https://gerrit.libreoffice.org/1823
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [302eebf0c88251a1514840a01a73316d898a6709]

        CDR: Actually apply the patch
        
        Change-Id: I9ffd7123b8f79128c559f30eade6ae49bf809981

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a50b16839f96a3afdb4be699b3c429c0510881a]

        CDR: We want ICU_LIBS always empty since this is a static library
        
        Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f1ebdbd541225f1f31334114f3456d0fd7572eb7]

        CDR: Override pkg-config with SYSTEM_ICU
        
        Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ab0195a5a40e441dea72cc2950e74cbd777115d5]

        CDR: fix large-angle computation
        
        Change-Id: Ia3f937b0b49093fbdbbe259b835a2d8a81633fe1

2013-01-25  Noel Power  <noel.power@suse.com>  [701cc2aa454b700f9e837d9ee3043598505a1405]

        export page/cell anchoring for xls drawing objects fdo#58360
        
        Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc

2013-01-25  Noel Power  <noel.power@suse.com>  [55f0c9e03250cf7563b37de9953fe239dceb4ba3]

        import page/cell anchoring for xlsx drawing objects fdo#58360
        
        Change-Id: I5f6cf9c5f28e8176c1057d50e39c67202bf1f143

2013-01-25  Noel Power  <noel.power@suse.com>  [1f41546e5786dbd0a248c67ba4f1cba409fe05a6]

        import page/cell anchoring for xls drawing ( & ole ) objects fdo#58360
        
        Change-Id: I26ee91e683f94b2fdfaadac960b840e088f1f155

2013-01-25  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [32ad9111191fd4f12f03120e8f3a416ee06fb7c3]

        Only call getScDocument when needed
        
        Change-Id: I2dca76af46e63b5dd833f5a60549d4b1a7b03d84
        Reviewed-on: https://gerrit.libreoffice.org/1861
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-25  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b0a2b73222482d1379e90b636efdf44a48ba3ab6]

        fdo#59779: Set the first page attributes on pooled styles creation

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [09b72749f45f519da5cf26275db6745a491c4265]

        add mnemonic widgets in numbering options page
        
        Change-Id: I84c1fa8f24504a06563145e224d01abaa5714cf9

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [7b195f146bb23d48fb9b204e299bfdd53df9f5a7]

        Updated core Project: help  745c3e5b1fdaa4882b4609d303cace6763e063e8

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [14d8cd11d6b4831811dbaeb6cfa1f81392251abe]

        Resolves: rhbz#902694 impossible short-cuts for OK/Cancel translations
        
        auto-adding mnemonics to the first character of OK/Cancel translations suggests
        short-cuts under various CJK/Indic languages which can't be achieved with a
        single keystroke combination
        
        Some platforms want mnemonic-ed OK/Cancel, some don't. So lets have two
        translations, one for each situation, rather than trying to automunge.
        
        Change-Id: I23e21e79b27ead86f535309ca0efc2adea86ae24

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [610ebd9a1100095b81835a476465b6ef126e8e1e]

        remove redundant HIDs
        
        Change-Id: I982b760084cf9ed259432b7c77a865e3f8f13fed

2013-01-25  Tor Lillqvist  <tml@iki.fi>  [a541135d0d843b62a54d0a637d3976a0df437d01]

        Avoid stray && in the system ICU case
        
        Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868

2013-01-25  Tor Lillqvist  <tml@iki.fi>  [d0c3eaf87f8335a70d25e8cd6e91f2c7d4e47302]

        Blind "fix" for when using system ICU
        
        No point in pointing to nonexistent ICU headers in solver if building
        against a system ICU.
        
        Change-Id: I5a151f3bfefd1913ad84a33d74af749558926312

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [fbe878da6216028f5943b7863be366adfa0be4fc]

        hand rolled dynamic positioning code can go now
        
        Change-Id: If30c91ea3828f8e4d8ed4c5ac95697fb2817d68f

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [4c05804b2ee2e98c1f2652f88283815a43e9d75e]

        split up into one dialog per .ui
        
        Change-Id: I5473ef07abb1f96aed4cfd96d4fa436ec2f13e64

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [18a0d02e076c77d2f07f01bc4ccec358661a82b3]

        some minor .ui conversion nits
        
        ObjectNameDialog:
          - Lets make it resizeable. Set a "width in chars" on the edit box to make it
            wide enough, that way we don't have to about setting a size request
            in pixels
        
        ObjectTitleNameDialog
          - Lets make it resizeable, as above.
          - The original had a scrollbar, so added a scrolledwindow to it with
            always vertically scroll
          - For the textview to give it a default height, rather than using
            pixels I let it take its width by expand to the above edit widget width
          - For its height, added a non-translated text buffer with 5 blank lines
            and tweaked the ctor to set that as its permanent height request
          - GtkTextView maps to VclMultiLineEdit instead of "MultiLineEdit"
            its a corner case, they should be equivalent, so just changed
            MultiLineEdit to VclMultiLineEdit
        
        NameDialog:
          - width requests as above
          - set name_entry as the mnemonic widget of name_entry
        
        MessBox:
          - I set the label to be vertically centered for the resizeable case
        
        Change-Id: I9ab9eb76aa64b4d7eaf1c9a738f9c29cd7f7820b

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [233f3e6d71c5a4c1cdf572198a3303dcc9697be2]

        Updated core Project: help  6ca6ab572bc8b1ab17b43bb277d4909fed910ed6

2013-01-25  Robert Roth  <robert.roth.off@gmail.com>  [45dc5f7f4ef579c848a83f5679658977303527bb]

        Object name, description dialog and messagebox ported to UI files
        
        Change-Id: Iad23998c9ccde22abad9d894af3dd6df7c92564f
        Reviewed-on: https://gerrit.libreoffice.org/1857
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71a8f79f4bdf567b6fce23091ca1663455cadba9]

        improve the tests for cached value import
        
        The test now also tests for Err:* import and checks that these have been
        imported as error values and not only as text values.
        
        Future clean-up:
        Merge the cached matrix test file into the cached value one.
        
        Change-Id: I9c0a06f058ff6620bd7ca169b3bee07a5430997e

2013-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a1f90a6c7fa0c0604acac6d76f9d4ef3ac20311]

        improve handling of error cells in cahced value import
        
        We are finally able to handle error cells of the type Err:* and the
        patch drastically reduces the number of string comparisons needed during
        cached value import.
        
        Change-Id: I4c0a2ed2561862615fe745d1a556e4004fd28d8f

2013-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [255bec2034fe80a53354b956e46591097880220b]

        improve tests for cached value import
        
        Change-Id: I8e5f8cb351792b53c89658074e41dff3a3c4d9db

2013-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de7985809f5e01f274e5d7a946e431ae475ea1e7]

        a few more fixes for cached value import
        
        Change-Id: I2b6baedc8232811df1e5525bd2884b54db5a8f70

2013-01-25  Tor Lillqvist  <tml@iki.fi>  [0ffe214cd51705f3e7ab464bb9f10ab173efa45a]

        ICU headers are now copied to solver
        
        Change-Id: Ib06a88278d6bf8912ae13de2c44e1cedeb046428

2013-01-25  Tor Lillqvist  <tml@iki.fi>  [c92da8b228166c961dd320ebcff3d17abac5edf9]

        Deliver the ICU headers for real
        
        Change-Id: Id740d54a36d9b094b728b840f362c7a8e182cfec

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4bcb81063ff0d00f4d2843a046c2b1cf04228d6]

        Trying to use wildcard to deliver the headers
        
        Change-Id: I684ad3e2050dd07958c4bf2267c20274958c5673

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [300c0fe3671837e863b5265de407d0d60e90f964]

        set mnemonic widgets in autotext dialog
        
        Change-Id: I1f9204c40024bcc7b5de407f134c2aa8f64414c4

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [d862063fc95b7f8a6b49402cb91811bcd2d4eb84]

        set mnemonic widgets in edit categories dialog
        
        Change-Id: I8b284dac86e47851db9f380d274ce5a2b2863046

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [9de187e918ae856b3383851be1fac7745e1333d2]

        set mnemonic widgets in exchange databases dialog
        
        Change-Id: I034763480bae904feec2329c50d6ee06d0ee863a

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [c9d9b4a5e4201e49c8632149b8cd3cb4aeec0a61]

        set mnemonic widgets in asian phonetic guide dialog
        
        Change-Id: I0f41fb345b8f0822c98f19bc9de2c7e9c15133a9

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [50068aabd05a4a7b610e1f1b339164e805bc42ec]

        set mnemonic widgets in table text flow page
        
        Change-Id: I00a5ca16a868251d58f9106365a2efcc7a86d3aa

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [dcdf61f5ddefca88123de49b52f0ca80e13833e1]

        callcatcher: update unused method list
        
        Change-Id: Idbd84e9d22d130361e7d9e0d7c27d3d6df73095d

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [dd20592c73a51159a408cd8d94a5c0b2a2b4104e]

        Updated core Project: help  7cd661f12ff18a7a95573e034d92e025198843a1

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fbe72cdfbe71a142b5444c82765d489d84b82afa]

        Deliver icu headers
        
        Change-Id: Ic62f18c8aa29b0f0b158f3d3a9988703def899d3

2013-01-25  Miklos Vajna  <vmiklos@suse.cz>  [2448539161d105c2b629ba090c732647d2e99c6d]

        Gradient::operator==: amazing how nobody noticed this for 13 years
        
        Two Gradient instances equal if all of their members equal, not any.
        
        Change-Id: I313c1b145005f295f47b27e7af7ec96d5ee6168f

2013-01-25  Miklos Vajna  <vmiklos@suse.cz>  [0544946effdd464e8bfcb8cc64969a6e76a36096]

        SwFrm::PaintBackground: paint gradient in layout if SvxBrushItem wants it
        
        Change-Id: I72eec18ac6265fd2e0df06eb68115d1d0034be15

2013-01-25  Miklos Vajna  <vmiklos@suse.cz>  [2a34dd723baac31e9ce0c639ce9244c0ced4ff06]

        text::BaseFrameProperties: add FillStyle and FillGradient optional properties
        
        Change-Id: I854cc5e4da2ce87ef4a7af6e9c0cf6f208714e4c

2013-01-25  Miklos Vajna  <vmiklos@suse.cz>  [2aec78c0d931a53edbee0adeaf1efc399e235f17]

        SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyle
        
        So Writer fly frames can have gradient info as well.
        
        Change-Id: If59ae9092fedabbe112f034e13fbe801815ebaaf

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8e9675d2330b3eff788843c75f657c284a07fe54]

        Trying to fix libcdr build
        
        Change-Id: Ifcadb0e7be11d32e370b578e21f5d8881bab640f

2013-01-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [851ca9c0c21baff00b2ee5a0f93e783c1605bae6]

        Uploading libcdr 0.0.10, hoping it works
        
        Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d

2013-01-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d46b2086f271d8cb8f3cc891363e7b4b128b6f55]

        bnc#798271: Don't delete the PropertyMapEntry instance prematurely.
        
        When using comphelper::PropertyMapEntry array to create a UNO property
        set, we need to make sure we keep this instance while the property set
        object is alive, else it would cause a very hard-to-debug problem down
        the road...
        
        In this particular case, the aExportInfoMap array instance was destroyed
        when it went out of scope, but the xInfoSet which references it was used
        afterward.
        
        Change-Id: I02132b6b2e6bef7b461f0f77c2c4a3e911e42014

2013-01-25  Takeshi Abe  <tabe@fixedpoint.jp>  [17deff0c9a066ab4208747062577ab700dac60ef]

        sal_Bool to bool
        
        Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c

2013-01-25  Matteo Casalin  <matteo.casalin@gmx.com>  [bc84545cb2c58f1f267ed2efb770bb5624ee7c70]

        OUString: remove namespace and chained appends
        
        Change-Id: I1eb7e61f3151c0469db26c69439e16be0f7063df
        Reviewed-on: https://gerrit.libreoffice.org/1833
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-25  Ricardo Montania  <ricardo@linuxafundo.com.br>  [0d6e43bd788c075675b549ff4f63f706406cefa5]

        String cleanup in filter
        
        Change-Id: I5678cd4f0bbfc1603bb7f3881adb4359a25ddbc5
        Reviewed-on: https://gerrit.libreoffice.org/1848
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-25  Joel Madero  <jmadero.dev@gmail.com>  [5d743ce2d1f548fafd34e31ada411df7f7e2fea1]

        fdo#48086 - add help for impress (insert -> animated image)
        
        Help file was already available, just added the button to the UI dialog for Presentation's
        insert->animated image
        
        	modified:   sd/source/ui/dlg/animobjs.cxx
        	modified:   sd/source/ui/dlg/animobjs.src
        	modified:   sd/source/ui/inc/animobjs.hrc
        	modified:   sd/source/ui/inc/animobjs.hxx
        
        Change-Id: I0dbc51f0630d8df001cb17c7465d0e599a5f7815
        Reviewed-on: https://gerrit.libreoffice.org/1849
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [fbfba66ac4990875e90f7af56113ca453d83f069]

        Resolves: fdo#59422 if loading a ll-TT trans succeeds, don't fallback to ll
        
        Change-Id: I169d9e95a2ac1f22bc94e46781bfcee07b133ad4

2013-01-25  Caolán McNamara  <caolanm@redhat.com>  [3f099e64b1d6602bd7b145f23e2a43afbe6ce54a]

        Set requested name on .ui page, and use sizegroups
        
        rather than making super-wide buttons, set them to not expand
        and use sizegroups to give them equal width of the largest
        
        Change-Id: Ic915ea42ec26b6dd4a32696957bc98e02fa3e282

2013-01-25  Eike Rathke  <erack@redhat.com>  [0adb958c451660ec0eea012480b6327dd2aefeb4]

        non-dbgutil build [-Werror=unused-parameter], fdo#59819
        
        Change-Id: I8eaa67bc2ab609bb6483cb307bf4bbc0ca654671

2013-01-25  Eike Rathke  <erack@redhat.com>  [1162738c6fbd8505ffa27b28118318cc522a5368]

        resolved fdo#59819 write correct OOXML function name mapping
        
        OOXML export so far used the internal English PODF symbols that worked
        only by accident. As soon as function names or operators differed it was
        plain wrong. Use the existing OOXML mapping instead that also the import
        uses.
        
        For example, in OOXML the IFNA function is stored as _xlfn.IFNA, Excel
        2013 could not read the IFNA that we wrote.
        
        Also, do not write a <definedName> element in OOXML for new functions
        that in the binary format are written as macro calls and need a defined
        name entry.
        
        Change-Id: Ib6de1f8b65d0634c2d78229ddb4922778a33923b

2013-01-24  Michael Stahl  <mstahl@redhat.com>  [2823789bec0c029d9714aff0ed65923e23177ef9]

        fdo#58204: PPT export: fix text rotation in shapes:
        
        EscherPropertyContainer::CreateTextProperties: do not write
        ESCHER_Prop_txflTextFlow for custom shapes.  This happens to export the
        rotation properly for the WW8 bugdoc of n#404221, as well as the PPT at
        fdo#58204 and both PPTs at fdo#34897, one of which (mangle.ppt) was not
        handled properly on master currently.  The author disclaims having any
        actual knowledge about rotation properties in MSO files.
        
        (regression from 24dd42f316e5cb16ba726c05ba486d53e033052d)
        
        Change-Id: Id3dcfb6221d031cdabb7f543b68752b467d9e1a6

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [7b9d0da45727f03081471653efe08157f58b2224]

        Updated core Project: help  f2d63b153483caab5009d0d4d2eab9a1bac77f82

2013-01-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [e2e99d0b11319333ece9827187ef4098fad47f3e]

        Remove RTL_CONSTASCII_USTRINGPARAM in svx
        
        replace equals() with ==
        
        Change-Id: Ic1aed52398beb2132d8c6824335b865ceb4255b3

2013-01-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [088af31770f6f5b6106988d544d57800c0946911]

        remove duplicate code block
        
        Change-Id: If25874a36a65d4f3fcb2ef1fa9b09fa9878dda01

2013-01-24  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [2dab78ee2199d70b951aee86b80aab4374cc7c4f]

        Change GetSavedValue() to return OUString
        
        removed temporarily added OUString(...GetSavedValue()...) constructs again
        
        Change-Id: I11477654d217a5ae127c1ef1b19cbff56ed052a6

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [0057803c228e10bc1247ebb35c28cfc9ffc4cc5c]

        add mnemonic widgets to table columns page
        
        Change-Id: Ib8ef7bb6f1efd2ce5580f1310688256a19186f73

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [092ead3edfd51964312ab538652af6b080051b51]

        add mnemonic widgets to border page
        
        Change-Id: I4faa14dc08a9016d7766b495bb51716f7f2db709

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [7d8caa3bacb99fa5fc7cf44c94aa907fcc45126b]

        remove XubString in Button::GetStandardText
        
        Change-Id: I13db34f37caeb44ab622b94d2e23ac1727182c8b

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [4ef25c4bcc43ed02f17d1b45c9e0669f701dc2fe]

        Updated core Project: help  c2d6b6a6c24b44bccab184368759052b366e82dc

2013-01-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [72bb1c410fd63de68d699b7b4bd28abb4f1da9b7]

        New test for importing chart object with references to cell ranges.
        
        Change-Id: I2167d1a2c7ea70415581caf29acf620e4b116e69

2013-01-24  Julien Nabet  <serval2412@yahoo.fr>  [c2f58887eca4b0fce0b56f0763ee5be0d04e671f]

        Fix Same expression on both sides of '=='
        
        Change-Id: I37ef5de92296b7ea7d7d44fa6701ad025d94435e

2013-01-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [585b080046eca4d2bb60c92e5cf6bf5e644e7590]

        calling loadDoc is simpler.
        
        Change-Id: I6a507825252f316c8106ea4b856bf166a010c15b

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [08706f37737a2b5c92ef3c6e492b152e75fcd11b]

        restore the helpid for impress animation dialog after initialization
        
        Document and centralize the uses of undoing the helpid clear after
        helpid->uniqueid hack
        
        Change-Id: I4e651235407a0eca26dc0acfc089ef8f8ce57b13

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [eeecaf597ae2fb45ab575fd6aab5fcbe3428c033]

        set mnemonic widgets in background page
        
        Change-Id: I6af5f5580ad0f1acb202484bf56593c332997fe8

2013-01-24  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [23baf527ffc9c082dcbc6a328019760725cc0c08]

        Template Manager: remote repositories only for experimental mode
        
        Change-Id: I79501bdcd25f362065d9b95efd1a43f6be84577e

2013-01-24  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5af61a8bb6fa890349334b6a22eb02a0dd79a90a]

        Translate German comments, fix some ws
        
        Change-Id: I962077a8c7d533c7eaf6d5ba68ec18966e5760a1
        Reviewed-on: https://gerrit.libreoffice.org/1817
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Julien Nabet  <serval2412@yahoo.fr>  [59bce03256c5c00616cf63ace140cb91fdd46aa7]

        Resolves: fdo#49784 CRASH when FILEOPEN particular doc containing .svm
        
        Change-Id: Ia86ec2f32259180a29857eee53d6d5c082e05bf7
        Reviewed-on: https://gerrit.libreoffice.org/1788
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [20371d26374b40fe28ac006d9392104b692fce32]

        add a layout aware SfxSingleTabDialog
        
        Change-Id: Ia4726eac4448dd22380d81d49c5e3b19aa097f73

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [bd272cd3daf873fcc69c2cc794ffda821be7fedf]

        rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialog
        
        Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [5f1e50030cdb3a4eacc3b78b2e197a7f57219bcb]

        set a default height for the number format category
        
        Change-Id: Ic119128aa433f76bcd8684b245d7db60ed3bcf36

2013-01-24  gokul  <gswaminathan@kacst.edu.sa>  [4e251439db75f75eaf3d26b28fa108c893a87ea4]

        Added Options.ui Widget and few sub widgets under Option->LibreOffice
        
        Change-Id: Id6ad009b79ef35e91b329ee7f3c534a17d856b59
        Reviewed-on: https://gerrit.libreoffice.org/1750
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  gokul  <gswaminathan@kacst.edu.sa>  [81b4daa2925e65a43bd59f8d37326b2312bcb05e]

        Added Few more sub widgets under options->LibreOffice
        
        Change-Id: Ifcf1d5e4c02b72fecc3d91ac85f96d5683bae6c3
        Reviewed-on: https://gerrit.libreoffice.org/1786
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7744ed922e0e22c7cdb8fbc7ecd685ecccc68dca]

        CMIS: use the proxy settings from the options
        
        Change-Id: I5b856ac166b67097e1921ec71eb5b7e1819fec41

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [04f21f9ad6c4b5be606f3c62fd10b3f1c2df283a]

        SingleTabDlgImpl::m_pTabPage never used
        
        Change-Id: I958fb2a42f8cc0ed87a98c68a303c8d6d6195079

2013-01-24  Michael Stahl  <mstahl@redhat.com>  [e2d60ae0bf885a39bb392729797b0fc6ec3a5fe5]

        fdo#59798: fix SDK MSI version "LOdev 4.1 SDK.0.0.alpha0"
        
        ... by adding POSTVERSIONEXTENSION after PRODUCTEXTENSION.
        (regression from e024a8d88dbca3a2d178ad88c069721a92156ddf)
        
        Change-Id: Ie130dd5be08247ae9202f98cd58a6922fed27f32

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [e029e7394b972fd72930c8c475f3768dd99fe673]

        Resolves: fdo#59586 Missing comma in particular PDF file
        
        regression from d9e4c74811855de15f1bf2045c2c9b061a2d4dc6
        
        - if ( LANGUAGE_KOREAN != aLang && LANGUAGE_KOREAN_JOHAB != aLang )
        + if (MsLangId::isKorean(aLang))
        
        should obviously have been
        
        - if ( LANGUAGE_KOREAN != aLang && LANGUAGE_KOREAN_JOHAB != aLang )
        + if (!MsLangId::isKorean(aLang))
        
        Change-Id: I5d4407729c46111fc080e24b6a86d6740faa0f81

2013-01-24  Michael Stahl  <mstahl@redhat.com>  [3c0f360995741c16e93f49b1a1e771d0f4e40dc7]

        fdo#59798: MSI installer spurious space in version number
        
        (regression from e024a8d88dbca3a2d178ad88c069721a92156ddf)
        
        Change-Id: I0a94f7265d310f0f5c48c747ffca49a7aeb05a01

2013-01-24  Tor Lillqvist  <tml@iki.fi>  [c1760a241b3f0362338d09460ac7dd2e1f2b25aa]

        WaE: 'bVal' may be used uninitialized in this function
        
        Seen in the MacOSX-Intel_1-built_no-moz_on_10.6.8 tinderbox build log,
        not in an own build.
        
        Change-Id: I1b5c87d3c1876821981d8f8a7b089b81659e5c7b

2013-01-24  Laurent Godard  <lgodard.libre@laposte.net>  [ab3f74fbea0337b006230a04f215d95a15ab254a]

        sc test XSheetOutline
        
        Change-Id: Iea0576e61963dbdb72c88fe332c7cfe3e8ab7ff0
        Reviewed-on: https://gerrit.libreoffice.org/1794
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-24  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [a01a537602204f2831b3caf78b7cb23c5e9194eb]

        Replace the frequent functioncalls
        
        The function getHorizontalEdge contains more function calls to the
        getRowCount().  Instead we store the return value of getRowCount()
        value in a const integer varible nRowCount and use it.
        
        Change-Id: I3e1460913099d1060d5005329e0b63e5ebcd362c
        Reviewed-on: https://gerrit.libreoffice.org/1777
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Joren De Cuyper  <joren.libreoffice@telenet.be>  [439ac45925039aa7a537feedab3e731e8a60a8e5]

        fdo#46718 Delete multiple styles at once
        
        Change-Id: I5f5982b2a2768d021f24693a285274544e07e40f
        Reviewed-on: https://gerrit.libreoffice.org/1737
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [557f75e7e1c1603f4fed9f0535c9cfda2a447569]

        set mnemonic widgets for background page
        
        Change-Id: I977d8d7f1d14ea6616cf4dc3dc49d201804b7c39

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [4b4cb23d22f99efc445be974c05030b23bc7d3d0]

        set mnemonic widgets on format table page
        
        Change-Id: I0a3a3461080289af1726cf5f62d10b76dec9e57c

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [19f46cbac2636f4d55bf932219b7e16056f70010]

        look into active tabcontrol page on help fallback search
        
        Change-Id: I13eda8a66e437c5f428b3ee3e9106f25cc9d02b7

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [1799f269026bf6ec81f1c5e896698bc64d3ee16d]

        strip customproperty from name of Mnemonic Widget target
        
        Change-Id: I64e43e472215df35872e447e381047e64002184b

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [8874f901355925920794021c4d07dffa559652f3]

        Updated core Project: help  3b379c4c53bbf69335694f214ca17393b9465ec1

2013-01-24  Miklos Vajna  <vmiklos@suse.cz>  [a577418d9f9fe0e622f60a5b61a6fadc98d819a9]

        oox: drop no longer needed STR() macro
        
        Change-Id: I95ebe1915edb53ae25f3f85512b7b843726d8473

2013-01-24  Caolán McNamara  <caolanm@redhat.com>  [0261744be26bb1b67aa4b9fde7365f6414584f4a]

        Updated core Project: help  17a2d59b68e705ae92509ea65bacacc2015f3127

2013-01-24  Andras Timar  <atimar@suse.com>  [535006f3657feb2a64b50fb879e73294ab726852]

        fix MSM name for x64 in the VC90 case
        
        Change-Id: I69ff4f69e3ef93ed36cdcda9c54513624e8c98d0

2013-01-24  Joren De Cuyper  <joren.libreoffice@telenet.be>  [1b375d580fb32739cc3b6625400337fa7380cdab]

        fdo#59101 - [Feature Request] Make Find hotkey (Ctrl+F) a toggle command
        
        Change-Id: I8cf518a18e4846f9e687d05c7f7c0eb774abba6f
        Reviewed-on: https://gerrit.libreoffice.org/1751
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2013-01-24  Winfried Donkers  <osc@dci-electronics.nl>  [c2a249f371eb8ac3bf70d92947efeb145566536b]

        fdo#56098 Paste Special options after cut incorrect
        
        Change-Id: Icf6aa698e69a2271cf68f420ceaec4aaffe94ad0
        Reviewed-on: https://gerrit.libreoffice.org/1671
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-24  Stephan Bergmann  <sbergman@redhat.com>  [59afa90803feb09d60e65c6d8f1e8486daad4085]

        Improve debug error reporting
        
        Change-Id: I6798f7f855ed65a7628b4a178497205bce2e6060

2013-01-24  Stephan Bergmann  <sbergman@redhat.com>  [d71e8fb17bd008751909ef2fabc6ff4f1e2db187]

        Unused #include
        
        Change-Id: Ib6a4e79d539f79911840acf783b5b62fab27acfe

2013-01-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [043e30baedb42dbc8799003ea2ae7987a97871ca]

        fdo#58562: Ensure internal data is always used when pasting to another doc.
        
        Without this, pasting a chart object from one Calc doc to another may
        occasionally incorrectly switch to range references *if* the destination
        document contains the "right" set of sheet names.  With this fix, pasted
        chart objects always switch to internal cached data source when pasting
        to another document, while retaining range references when pasting within
        the same document.
        
        Change-Id: If1dbc854c5faae62f06ece155fad470b229ca0c7

2013-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1d0fd4f969976e2133f8eaa37c1fb8360c20f68]

        small improvement of the code
        
        Change-Id: I2ac599fa2897dc4fe3256b50300cb467c647e320

2013-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ab1b83271e8e0d1ee9fa2ade4bd1dda63c5f5f3]

        disable these two tests for now
        
        Change-Id: I579694780b64e532b0e61017783bc4e72f8d2936

2013-01-23  Peter Foley  <pefoley2@verizon.net>  [774dd42dd11142371e21c6842b53d72c13c2d0ef]

        fix MSM name for x64
        
        Change-Id: Idc81352de3d2a9550457e8f56fd819c0296fd2a8

2013-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae516fabd96a948b62c4d3a522555fc955750c3e]

        import inherited number formats with cached values, fdo#59724
        
        Change-Id: I698f60daf4e591b57d8d99c130d2e524dc10c306

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [c3ea61ab29648bf93b3b4f809c7e98c40c1113f8]

        set all format->untitled X menu entries to the same helpid
        
        Change-Id: I1d112948f6e0595329f44e34d8d1cba37ae8fd6e

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [2556007cd86f12edc2c4abcf35ae743418548479]

        Updated core Project: help  a7662a33f70582067dd9dc303ec7228a28f36a12

2013-01-23  Andras Timar  <atimar@suse.com>  [17f038e3ee7e6ad98bf198311ce8eb241ccfb70d]

        Updated core Project: dictionaries  0aeb113339d2bdeb0cb7fe3a9a2b1ae1c3fd9367

2013-01-23  Michael Stahl  <mstahl@redhat.com>  [da1398c503784086ecd0a10dd8e809069d649653]

        fdo#59428: SwDoc::ChgPageDesc: always copy to first-pagedesc
        
        ... otherwise the first page will not be updated on page style changes.
        (uncovered by commit c41675a7d13dac64540ad420f905e80dbcbc023d,
         which should have fixed this too)
        
        Change-Id: I04f75b2a8e8929767fb36dd7085c3a273f07c93a

2013-01-23  Stephan Bergmann  <sbergman@redhat.com>  [c2445b03f4d27bbd7e14c4322704ce89b582839b]

        fdo#59728: Fix encoding of .py files as UTF-8 for Python 3
        
        ...where it could default to something like CP 1252 instead on Windows, while
        keeping backwards compatibility for now with running under Python 2 (where
        things apparently worked well with the original code).
        
        Change-Id: I0ddd06771a36e1cd2cc2ce78abd8bd667db7778f

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [817d14d5fb307df4f758a646d4d94735420a80ac]

        set mnemonic widget for a11y and non-guessing traversal
        
        Change-Id: If7983092a3842bf1841d8a19dc1776668c17d3f3

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [ba446dd58a4ad324d242afcd5b28d3b4dff5a881]

        Updated core Project: help  f96ff336fd0c754564e93da04d6531721ab745b5

2013-01-23  Noel Power  <noel.power@suse.com>  [bdb66834887ec58cd9c602841c185a6629b13d6b]

        don't use ScDrawLayer::GetObjDataTab to get Anchor fix for fdo#59325
        
        Seems ScDrawLayer::GetObjDataTab was used mistakenly thinking that only an anchor
        for that tab would be returned ( but actually whatever anchor is returned gets the
        tab set )
        
        Change-Id: I5d240f80a9974f6e4032875ed00350c94621bde7

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [e2ed38cbfdc75a49155444643d7123dead00170f]

        Updated core Project: help  2d030d074953cf178778c4afa2338915d4019e91

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [83e5a76f0e8803646de26daa736a9d3353d4ae85]

        convert autofit width dialog to new .ui
        
        Change-Id: I81bc6e119019f9bd4f90ae4ed77fbb65455260cd

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [d931b994a4bd2f8fe72f351a7d628a44a35f4abe]

        show errors as errors, not warning
        
        Change-Id: I32e514fbfbd323b688b25b9e2165d0c76e3c4db5

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [f1bde8cb0e00770e4f9a2e1cd2458906a7ec8a63]

        fix handling of subqueries in query design
        
         - don't remove parentheses around subqueries
           (without the parentheses, it is not valid SQL)
           * when saving a Field (name value) typed by the user interactively
           * when parsing SQL and constructing the initial Query Design view
        
         - automatically add the necessary parentheses
           when a SELECT statement is entered as column name
        
        Also:
        
        In code saving a Field (name value) typed by the user interactively,
        factorise some common code
        
        Assorted minor fixes (typos in comments, etc)
        
        Change-Id: I3843258323c903cba23238b0730ec4eb5875f792

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [5214bda61e413b5b2907bcffbbf0211c254b878f]

        SQL parser: no "as" rule anymore; now as_clause and opt_as
        
        Change-Id: Ib0c7151b311029318c213abb86e6541e3b27d040

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [ce59b1b3978cc148090385e086c8d48d742801d0]

        ISO8859-1 -> UTF8 in comment
        
        Change-Id: I8a67235e5110618f45fe9d9467bbb7ff90c7c712

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [09109f3dcde24fcd13426ce5b77bb40032f58947]

        OSQLParser::RuleIDToRule should not silently change s_aReverseRuleIDLookup
        
        Change-Id: I2b408a23162b1200bbcd530be7acb42435388b04

2013-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [22fef9910ecfcbbd7bd4c4c8268be2c4b4a5a96a]

        Make UNKNOWN_RULE the default value of connectivity::OSQLParseNode::Rule
        
        Change-Id: I4e56da8820d5c92d3b6e2ff2c749bdc0cef46d73

2013-01-23  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [7dbcd6e6926b0162ecc48f36bfe70bdf5f06d929]

        Converted Table-> Autofit-> Row Height widget
        
        Change-Id: I9cc578ff3355e720181e68f252d678696ecfeed1
        Reviewed-on: https://gerrit.libreoffice.org/1765
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2013-01-23  Stephan Bergmann  <sbergman@redhat.com>  [7a4275a142dcce310f63d50a0baa9fc067539580]

        Adapt configure --help output
        
        ...to 75e32e150133511d8f098a253a56426ed0302cec "default to --without-help and
        --without-myspell-dicts."
        
        Change-Id: I018b8033f3a9d485b5cf5a9392719748426de53b

2013-01-23  Andras Timar  <atimar@suse.com>  [a5794f08635ef5f526e25c45542c9ac009a07757]

        sort out msm finding/copying issues
        
        Change-Id: Id54b9a480b345b52f86c53f6a0a939c18807ec05

2013-01-23  Caolán McNamara  <caolanm@redhat.com>  [98f56121858b4bea54d056a073005a10648785c6]

        fdo#54629 MultiSalLayout::GetBoundRect always uses level 0 fallback font
        
        ...in X11SalGraphics::GetGlyphBoundRect
        
        In MultiSalLayout::GetBoundRect we loop through each fallback font and union
        each level's GetBoundRect to get the result, which seems reasonable, except
        that for each level that means a call to SalLayout::GetBoundRect which calls
        X11SalGraphics::GetGlyphBoundRect.
        
        Those sublevel SalLayouts don't know that they are sublevels so they never set
        the level bits on their glyphs. Which results in
        X11SalGraphics::GetGlyphBoundRect always searching for that glyph in the level
        0 font, so there's a mismatch between the font the SalLayout's are created to
        use and the font that gets used.
        
        Now, SalLayout::GetBoundRect is a fairly simple thing, it just calls
        GetNextGlyphs 1 by 1 and X11SalGraphics::GetGlyphBoundRect on the result of
        that.  So I *think* that if we remove the specialized
        MultiSalLayout::GetBoundRect in favour of the default implementation, then
        because MultiSalLayout::GetNextGlyphs is specialized to do-the-right-thing and
        set up the glyph ids correctly, then we bubble the ids down
        to X11SalGraphics::GetGlyphBoundRect correctly to get it to
        use the right font and we get the correct bounding size.
        
        defb4d60a2d22fd36a0ff3f077faa6a0932b45a4
        defb4d60a2d22fd36a0ff3f077faa6a0932b45a4
        
        Change-Id: Idefb4d60a2d22fd36a0ff3f077faa6a0932b45a4

2013-01-23  Stephan Bergmann  <sbergman@redhat.com>  [4aa908cf3a63bf4117357a8fbaeb2fd8dd5be310]

        Unused #includes
        
        Change-Id: I624f35026b8ee847d70d429c61cd93d6a603d8b0

2013-01-23  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [5923e540d4eab0dc331ea439377ec1eb407400b9]

        docx export: use 'nil' instead of 'none' to express no border
        
        Word2007 writes nil too, and doesn't properly import none.
        
        Change-Id: I32147bbf8c94f8dcf079bcecad48ffaaf3aa1968

2013-01-23  Takeshi Abe  <tabe@fixedpoint.jp>  [cd97df31f28d8941b53929493c9651fbfda46395]

        sal_Bool to bool
        
        Change-Id: I27471e2331ff4813850fc5d3ca398ae6e1d86758

2013-01-23  Andras Timar  <atimar@suse.com>  [4ef1bed7ec34809537d42b49a0e8581c3809ff93]

        Updated core Project: dictionaries  a392489288adb820663a793c38d144fea53033c2

2013-01-23  Andras Timar  <atimar@suse.com>  [8ec0a7c11f1745fc95c80af3422a7dc85109360f]

        Updated core Project: dictionaries  aeb40bcecda8f2e705db5035376a6047eb098825

2013-01-23  Aurimas Fišeras  <aurimas@members.fsf.org>  [cf2120872e37db6df4143d2693f39961e6d285c7]

        Updated core Project: dictionaries  143afd75257fd4c4b44f09ee402ec8caa09011ba
        
        Update Lithuanian dictionary (1.3, 2013-01-20)
        
        Change-Id: I25940b19e77e7fc6165f9845238830d16ed87bf5
        Reviewed-on: https://gerrit.libreoffice.org/1815
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2013-01-23  Andras Timar  <atimar@suse.com>  [bf8e8e8bd03647632ed0b55c2b983a4d16cee40e]

        chmod 644
        
        Change-Id: Idc06412b8be705ba0cd5695257fd961864e2ad6a

2013-01-23  Mathias Michel  <matm@gmx.fr>  [95ee7d9cd3a0b0f397def8e607759c81feb8c592]

        fix for fdo#39632 : Consolidate GetMsiProperty()
        
        And did it also for GetMsiProp() and *MsiProperty()
        Reworked some conditions related to that.
        
        Change-Id: I1cd082361126db3d9aced3a878b19e7052514864
        Reviewed-on: https://gerrit.libreoffice.org/1816
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-01-23  Thorsten Behrens  <tbehrens@suse.com>  [e1669188e2832cf0cc1caf111f70aff7ba17757a]

        Fix fdo#59616 - ensure BitmapEx has same-sized subbitmaps
        
        Lots of code relies on the fact that the two bitmaps inside a
        BitmapEx actually have the same size. Enforce that convention during
        import.
        
        Change-Id: I436ccc33b06c627cd6347747d22c24bfaf7ca932

2013-01-23  Abdulaziz A Alayed  <aalayed@kacst.edu.sa>  [e8e82bd2109b82ddd535cdac30303249c6b62942]

        fdo#44582 fixing horizontal scroll bar in sub windows
        
        Change-Id: Ifea57dec77c5b23771684a1e46267f8431478075
        Reviewed-on: https://gerrit.libreoffice.org/1806
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-23  Stephan Bergmann  <sbergman@redhat.com>  [409de33c5739db45b896935c79eba40b68e106ec]

        In exectest.pl support commands prefixed by shell-style variable assignments
        
        ...and properly encode the command passed to Perl's open "|...", which in turn
        apparently passes the command to the shell.
        
        Change-Id: I19ab8f677dced6c1421fd9b4910d8a84743c1506

2013-01-23  Miklos Vajna  <vmiklos@suse.cz>  [f2e6a55b803c4c7a200a4fbf8de342606d7d5939]

        oox: kill no longer needed US() macro
        
        Change-Id: Id1cd194a5968aa8578d0f2fefb3c75e3d74a25f5

2013-01-23  Tor Lillqvist  <tml@iki.fi>  [3f02531d4aaf270f452dd7e04f58a6b022df1af1]

        Use English
        
        Change-Id: I9c460c22a5c938851f7ce1db1527c0dadf09582b

2013-01-23  Tor Lillqvist  <tml@iki.fi>  [e37f024ce08f894e4bc926737d368806b3aea739]

        When we have symbolic names why not use them consistently then
        
        Change-Id: Iec2e6dfa5b8bdc30e275862cf9f84e5f32818933

2013-01-23  Tor Lillqvist  <tml@iki.fi>  [c260dda82a05f5496634eab1deefd5e9f22c4b02]

        More informative warning messages
        
        Change-Id: Ib6d94e6e695d4c675c05954fbf28af61bbaa05fe

2013-01-22  Peter Foley  <pefoley2@verizon.net>  [dbaa34c5dbc9ff615c6a57056cd2663ede8caede]

        convert crashrep to gbuild and add to tail_build
        
        Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5

2013-01-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62bf434229f9f86469dea3123bc6180bd9979c2c]

        reset automatic row height flag after import, fdo#59193
        
        Change-Id: Ied9cb4a2b6a17d8c7b65f4fec3cb17219a5afa5b

2013-01-23  Takeshi Abe  <tabe@fixedpoint.jp>  [c4b3af1e9f069d7d922974565ee66a30fd5744e4]

        It is unconditional
        
        Change-Id: Ib2864a57b67f6b29efafcac0a00751aea04968dd

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [1f3decec718d7b0e0dde3d35dbf024f4e95773b9]

        Updated core Project: help  580967fb938b22bf06f5f9488318f254f65aee85

2013-01-22  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [bd99ab11e38b57e00bc29bd7d54c231fbc1638e2]

        Remove RTL_CONSTASCII_USTRINGPARAM in svx
        
        replaced equals() with ==
        
        Change-Id: I8697cc700d9780306ac83f52253b60ea55be6853

2013-01-22  Arnaud Versini  <arnaud.versini@gmail.com>  [593e6ed34f89c8abba41a771d5de05aebd600fb3]

        Remove fprintf usage from vcl/builder
        
        Change-Id: I185cedfaff30063fe0d0deb64eecff8796ac1ff9
        Reviewed-on: https://gerrit.libreoffice.org/1813
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-01-22  Aurimas Fišeras  <aurimas@members.fsf.org>  [2ce7bc907fcc80209bb203871b261dad1463c45e]

        Update default dictionaries set for Lithuanian (related to fdo#59380)
        
        Change-Id: I42a2032e03035b0e45a800c068879e9820471dfc
        Reviewed-on: https://gerrit.libreoffice.org/1776
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2013-01-22  Michael Stahl  <mstahl@redhat.com>  [ca3859e781c1d63bde74fa21366b0fbde79c8ea7]

        warning C4099: type name first seen using 'struct' now seen using 'class'
        
        Change-Id: I19cc56b0ab48435f1e20e03f23ed1bb0d984871d

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [3b269d6d2d679536e9cbabc5b2d2339ef4bd75d2]

        API CHANGE: Remove support for individual constants from UNOIDL
        
        ...i.e., "const X = N;" declarations outside of constant groups.  This appears
        to be unused in practice, and removing it will allow to simplify future code
        related to UNO type information.
        
        This removes the definition of "constant-decl", and the branch mentioning
        "constant-decl" from the definition of "declaration" at
        <http://wiki.openoffice.org/w/index.php?title=Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification&oldid=137490>.
        
        Change-Id: I218626f02ebd46ee438bf5453ca1510c9ed8e5f0

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [147b7f0df3af28fbe6df36a2b25408fbe69cb876]

        Adapt idlc/test/parser/ to gbuild
        
        Change-Id: If57ab37dd4d062e3f6bbf5b75a0cde2524b635bd

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [4ceba05995b9fafdc00896e3253f405299ff1066]

        oox: kill no longer needed S() macro
        
        Change-Id: If3f1bb787d6debaa63e3bed3a48e44b5e34c27b7

2013-01-22  Petr Mladek  <pmladek@suse.cz>  [ffd2cc342f4ba54feeecbd3d31632131b45886ef]

        lo-pack-sources: run NOCONFIGURE=1 ./autogen.sh instead of autoreconf
        
        autogen.sh runs the needed tools with the right include paths
        
        Change-Id: Ia253b19566eeda31a1190a4fa7c543f7ffb63bfb

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [805433ed483b62dbb1bef3301e26bd28ca544c35]

        Tutorial step #8 clean unused .src|.hrc remainders
        
        1.   Remove the DLG_CHINESETRANSLATION dialog from the .src
        1.1. Remove the .src from AllLangResTarget_<module>.mk if that
             that .src is now empty.
        1.2. Remove from any .hrc files any defines which are now
             unused due to removing that .src hunk
        1.3. Remove any .hrc files which are now empty and remove
             any #includes of those
        
        Change-Id: I872f97e4d3ec7404f4d8978c32e397bb20e96783

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [125ff276ae727ef5c1283e364693064a57c4f4b4]

        Tutorial step #7 remove FreeResource
        
        1. Remove the call to FreeResource, the dialog is no
           long resource based, so it will crash otherwise
        2. make dev-install, cross fingers, launch app
           and dialog
        3. launch under gdb if it crashes, typically asserts indicate
           typos in widget names or mismatched widget types
        
        Change-Id: I50df1b5d73e904c8d64feb06f23a9331340e40af

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [c22bdc3cc47c769dd1e1c59103e59b5f6762a065]

        Tutorial step #6 convert remaining widgets
        
        1. repeat step #5 for each remaining widget, this time making up more memorable
           names for the widgets we want to access and updating the .ui with them in
           parallel with adapting the code
        
        Change-Id: I29eba9fd0f8680d170412d45a39ff1e562261267

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [c892615bfcfe1e6412c026d810c2bb411c3bbd30]

        Tutorial step #5 convert first remaining widget
        
        taking m_aBP_OK as a standalone example:
        
        1.   Change OKButton m_aBP_OK in header to OKButton* m_pBP_OK;
        1.1. Remove m_aBP_OK ctor call and change to
             get(<pointer>, "name in .ui file"), e.g.
             get(m_aBP_OK, "ok");
        1.1. Mass-convert calls from "m_aBP_OK." to "m_pBP_OK->"
             e.g. :%s/m_aBP_OK./m_pBP_OK->/g
        1.2. Search for anyremaining m_aBP_OK instances and adapt
        
        Change-Id: Iadb3ed674413c0b8eca3ba7a00bafaab112d8ff5

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [1b995cd4a6af8e8be60419ce76b7463ded72af8d]

        Tutorial step #4 remove redundant FixedLine/FixedText constructors
        
        1.   It's nearly always the case that the FixedLine can
             be elided entirely as its only a visual effect with
             no methods called on it except its ctor, so
             explicit mention of it can be removed.
        2.   Thats's often the case for FixedText labels as well.
        
        Change-Id: Icd7434ee28d044d169f1d1ea230fbe9df9156bdc

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [b12527bf0ec4964a16240f9535b6fcab53ed1cf7]

        Tutorial step #3 remove redundant button widget constructors
        
        1.   It's nearly always the case that the Help button has
             no methods called on it except its ctor, i.e.
             no changes to its default behaviour, so explicit
             mention of it can be removed.
        2.   Thats's often the case for the Cancel button
        3.   That's occasionally the case for the OK button
        
        Change-Id: Ic192962b2e55546cd448d7a69394ae13a743299e

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [63065fa781d2568f22a5cc70d9390a2407f40ad8]

        Tutorial step #3 change Dialog constructor
        
        Change-Id: Ibdd805d568da2006caaa2d0b756e809e48786f0c

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [0a28e23be70d1e61dd176259b12e63bb128972f7]

        Tutorial step #2 improve .ui prototype
        
        1.   Pick a button to be the default button
        1.1. Select can-default and has-default
        2.   Pretty it up a little
        2.1. Set 12 pixel row spacing to toplevel grid
        2.2. Set 6 pixel row spacing on second level grids
        2.3. Set 6 pixel col spacing on second level grid
        2.4. Add 6 pixel top spacing to alignments
        3.   Resize behaviour
        3.1. Select "translate common terms" to horizontally expand
        3.2. Select frame1 and frame2 to vertically expand
        3.3. Resize dialog in glade and confirm behaviour is
             as desired
        3.4. confirm with glade-previewer
        3.5. confirm with ui-previewer
        
        Change-Id: I3a77f92394afdc849b45c38e16aab6e0349165e8

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [230b9c2b37ad9f2726d74780716a5f654cc9b0f6]

        Tutorial step #1 initial .ui prototype
        
        1.   Give the dialog the right title, "Chinese Conversion"
        2.   save as chineseconversiondialog.ui to <module>/uiconfig/ui
        3.   add to <module/UI_<module>.mk
        4.   Add the dialog action area buttons
        5.1. use stock gtk-ok, gtk-cancel, gtk-help, etc. for standard buttons
        5.2. call them "ok", "cancel", "help" for consistency
        6.   Visually the old dialog has two frames, "Conversion direction"
             and "Common terms"
        6.1. Add a GtkGrid, one column, two rows
        6.2. Add a GtkFrame to each
        6.3. Copy and paste in the frame titles from the .src
        6.4. Format the frame labels to use bold text and not bold markup
             as per https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages
        7.   Conversion direction has two radio buttons
        7.1. Add a GtkGrid, one column, two rows to Conversion direction frame
        7.2. Add two radiobuttons, cut and paste in text from .src
        7.3. Convert vcl "~" mnemonic indication to .ui "_" and click use underline
        7.4. Group radiobutton1 with radiobutton2 and radiobutton2 with radiobutton1
        7.5. Set the radiobuttons that are not to be default selected as inactive
        8.   Common terms has one checkbox and a pushbutton
        8.1. Add a GtkGrid, two columns, one row
        8.2. Add a checkbox and button, copy and paste in text from .src
        8.3. do the ~ to _ + underscore conversion
        
        Change-Id: I49af68b8280876d8687fe9ecad4d80d12c9607c4

2013-01-22  László Németh  <nemeth@numbertext.org>  [2db08bf5b2e860ef884134acf7afdcc87ba6a7ec]

        librelogo toolbar: better tooltips

2013-01-22  Andras Timar  <atimar@suse.com>  [efddbb9409554d713616b32e8fafa5b4b913ed54]

        fdo#59713 add Bosnian Hunspell dictionary
        
        Change-Id: I84a561fe081040a56acd394b789e2ce1cb488457

2013-01-22  Aurimas Fišeras  <aurimas@members.fsf.org>  [c9b89297b34051e115d9c5587ae5b80641c1c6b4]

        Add Lithuanian translations of keyboard shortcuts (related to fdo#54165)
        
        Change-Id: I0e9460adeebb2e2a46ca3cd0e683cd4f0026916b
        Reviewed-on: https://gerrit.libreoffice.org/1775
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-22  Aurimas Fišeras  <aurimas@members.fsf.org>  [67eaa6c9f1cb599c158df008ccb75afb60bb8bef]

        Add Lithuanian translations of keyboard shortcuts (related to fdo#50415)
        
        Change-Id: Ie5df8819c59135625f504f7d5b6736ddab7aab53
        Reviewed-on: https://gerrit.libreoffice.org/1774
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-22  Andras Timar  <atimar@suse.com>  [2e013ec4e97c7071e3299eeb285c14727d1b8daa]

        Updated core Project: dictionaries  c41681db324e6693e7730ac0f2c5de843d7c78cb

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [9eef4168ac57c153f5f265ac3a547e796d062a72]

        remove always false and disabled m_aCB_Use_Variants checkbox
        
        Change-Id: I770c867a2cb014fd34c5289d47ff030aa774579d

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [9770ffa271f5ba6cbb4370ea9233bf209f0a27cf]

        remove unused chinese_translationdialog.src, see chinese_dialogs.src
        
        Change-Id: If32174be8ec197f83797a3e06b60c9114d4ce21f

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [4c9ca21ef827a72529ca135ccba2701a79350ed6]

        remove redundant a11y/l10n-confusing pages label and set mnemonic widgets
        
        Change-Id: I1773eaa2db904e1f7cec65bb294ff38e3ce06251

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [0769d264934210fe2bcae3024a137c3c9f19da1a]

        default forward VclBuilder GetAccessibleName to its label
        
        Change-Id: I54f1761a5151067cb28b1773a1a188dd92c66bd1

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [9f53172abd921d03bb7b1c5b0e5cf29f2cd65965]

        implement loading Mnemonic Widgets via VclBuilder
        
        Change-Id: I62677c1140e58fbf4f27750389200eca78c9ba7e

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [9975c632c3bd142f295fc1d9b1fd6059c3a2dbcb]

        rework accessibility to be layout aware
        
        Change-Id: I9f8ddfc5007dad6f090abae7e3e0a2d637da0b37

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [2a3a15fd73d119062228480c22056e9cc9e4d680]

        add a11y relations support to VclBuilder
        
        Change-Id: I5230483d653355c26db0e77afb258b802707bfee

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [f58c3774ed4a3e76f475b1def5874aa1295bc0fd]

        add accessible-name and accessible-description support to VclBuilder
        
        Change-Id: Ifa85b2e2bf562786cb9d69b904a24ab1b8e0413b

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [492498b86e2f39b81da3fec895f0efdcce3a9655]

        add AccessibleRelationMemberOf to AccessibleRelationSet
        
        Change-Id: I716eb70ceb8005aa54a417d01c67bc139dc61c6f

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [c9562064740baed3a9978723c5fe77b44a13a7aa]

        make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf values
        
        Change-Id: Ia413ac220c8d942576c29be6238c75c5061ec156

2013-01-22  Caolán McNamara  <caolanm@redhat.com>  [c294a21d6644ccdda63824da525621f77f4a7eac]

        revert removal of used a11y code
        
        reverting the a11y parts of bc34a22e76775799e068cfa2617152da4c608e7d
        so that we can now make use of them
        
        Change-Id: I8090a2f9602743628d3b948338b45ed2252501eb

2013-01-22  László Németh  <nemeth@numbertext.org>  [e9b0e18b4f5b14e29d9ddf3bef0c8030fba1cdb4]

        librelogo: start selected text;  am, eo transl. sup.

2013-01-22  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [f88c296212ac39055d2179ecf6e19f9f3848a032]

        docx export: fix table 'tblInd' attribute computation
        
        Change-Id: I3980ad8e372290973ed89488eb540267136af491

2013-01-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec8ff9ff68622a510319c404f4745a336e65d314]

        replace manual ref count with shared_ptr
        
        Change-Id: I11dbebe78f6945afd0b88b53e482dea47ddd192d

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [77479d619b3d22fc521be87a98587f031382b156]

        sw: DOCX export of TextFrame border/shadow testcase
        
        Change-Id: I26be6fbd5f0cd95218cdd7235e1fc10eeafb6704

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [d0fcf8340d5319524dd0f9d8fb24666229d5fd92]

        sw: DOCX export of TextFrame shadow
        
        Change-Id: Ia095a3adee271cf7235fb7c13824d7f265658897

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [f04bcdc4681e76b26b2f5e78232ccfb2d3cb891e]

        sw: DOCX export of TextFrame border width / color
        
        Change-Id: If88abe20eeec478d340f913973d4f4815dc0e510

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [6eb6fc826e54d4464ecc56911a9cb192382319ea]

        sw: DOCX export of TextFrame background color
        
        Change-Id: If488129c8b563b82932b58e16328922cc2653da8

2013-01-22  David Tardon  <dtardon@redhat.com>  [4ad425818402e96e526010ae00ee9a26d21c9ec3]

        silence MacOS X tinderbox
        
        Change-Id: I53e2c5789c9d96187b13bb0d52da9d70f24b39b6

2013-01-22  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [e13a3d566ecc34a46e037aca1b2d70e58501e422]

        fdo#38838 Some removal/replacement of the String/UniString with OUString
        
        Also used the new OUString::number(...) methods.
        
        Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808
        Reviewed-on: https://gerrit.libreoffice.org/1766
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-22  Noel Power  <noel.power@suse.com>  [df70e3fee18835303cff17294b1fd21b6dd9146e]

        blind fix for wae on macos
        
        Change-Id: Ib14021a2253fffd4badbf13db1f49a2309e4bb14

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [664e559abd472bf2b427e2c01144ea39fb5bc02b]

        Add link to additional sdk-examples
        
        Change-Id: Ifcc3594273de3507ec9b208e9e762bed0f969d72

2013-01-22  David Tardon  <dtardon@redhat.com>  [f8409911be702c988557903e44783e22a8029769]

        do not second-guess which classes use a stylesheet
        
        Change-Id: I76b23bcdca2e7394fd5ab67e8341f4cdb46f8a64

2013-01-22  David Tardon  <dtardon@redhat.com>  [24578b804007d8c3201e5ed32b8485e1725c33c1]

        rhbz#760765 copy custom styles on copy & paste
        
        Change-Id: Icaacf3bc1a02a017692432aec36aba06d3f5dde5

2013-01-22  David Tardon  <dtardon@redhat.com>  [34add900d03aa1ac194152f9f96d5b8b852a1175]

        use already defined variable
        
        Change-Id: Ibadc8327cef327625d6b4663c1487b126e2e6920

2013-01-22  David Tardon  <dtardon@redhat.com>  [c6a5e93b79e01e13185a909106d9dd6a68be63f6]

        clean linkoo output
        
        Change-Id: I5345a062206a065f01bb19ca808c467d94da5259

2013-01-22  Martin Srebotnjak  <miles@filmsi.net>  [b35b7f8285b60271eeae257ea350a615523391a4]

        Translate keyboard shortcuts also for Linux
        
        Change-Id: I4d2f85106045a22be61c6b42fad941e4d4cf88d5

2013-01-22  Noel Power  <noel.power@suse.com>  [f54ce3e7f6d6aab7e34c54ad8eff06650e076fef]

        lose uno api for font related xlsx import
        
        also fixes a bug where the font format of the first portion of a rich text string
        gets to be set as the default cell style for that cell
        
        Change-Id: Ib2e85e6f2a971940b94100c2bf45d85d8afa2869

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [aab9c9deee38de1776acebaa8c0877cf945dca83]

        Detect SvStream::operator<< calls with bool args w/o using -Wsign-promo
        
        ...as -Wsign-promo caused other problems and has been removed again with
        488823a140217e393298bc83e75084041a85ed45 "Remove -Wsign-promo."  It had
        originally been introduced with e8bbb76827dd7a0e30d7d1db34a812a84d85f390 "ensure
        correct export size type in stream operation," apparently to detect an
        SvStream::operator<< call with a bool argument that would pick the "int"
        overload instead of the "unsigned char" (aka sal_Bool) one (which would have
        happened to trigger the -Wsign-promo warning "by luck," given that sal_Bool is
        unsigned char and not signed char, say).
        
        Change-Id: I0bf4389753e53a535bd90ca2a98b6a5be63d179a
        Reviewed-on: https://gerrit.libreoffice.org/1798
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-22  Luboš Luňák  <l.lunak@suse.cz>  [b9c21b972ee044e2cfe5e8271ef232738669c7fa]

        refer more explicitly to sal/inc/sal/log-areas.dox for adding new areas
        
        Change-Id: If9eecbf69a4486dcd84d475719aa66f480faea0b

2013-01-22  Luboš Luňák  <l.lunak@suse.cz>  [98e90120119360a2b3e92310f98931fce5c12271]

        make fast string concat comparisons non-ambiguous
        
        Follow-up to https://gerrit.libreoffice.org/#/c/1803/ .
        
        Change-Id: I9131854a579ef57e38dfef7faa539bec98fc305b

2013-01-22  Michael Stahl  <mstahl@redhat.com>  [fea25896a87aa5826eb243069d34aae7d0333a4c]

        tools/string.hxx: add operator==/!= for OUString/String
        
        This has the disadvantage that it makes comparisons involving fast
        OUString concatenation via operator+ ambiguous, as can be seen in
        scriptdlg.cxx, but it allows comparing String and OUString wihout
        explicit conversion, which is nice for incrementally converting code.
        
        Change-Id: Ibfc728bdb161a01e0f8311915c97bcbba8b58c0b
        Reviewed-on: https://gerrit.libreoffice.org/1803
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-22  Olivier R  <olivier.noreply@gmail.com>  [c605119a8a69a04e3dcc958d1ac2796d4bb04a9b]

        Updated core Project: dictionaries  7d469f332804f6ed3efcdfd5f7217703aded1e35

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [36f3e5f3180c2d2cb104ba2b0c4b8c3249822f42]

        fdo#59515: Typo CLIPBOARD -> PRIMARY
        
        ...a regression introduced with 2fe852386c9450014f84910b0a282d684f40b56a
        "fdo#46808, Adapt SystemClipboard UNO service to new style."
        
        Change-Id: Ia98eadc0fc80762455c1e8cc33797b322b83e458

2013-01-22  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c37b23e4c29c0f9f442fac0a4d8f731bee6ea5b6]

        curl: fixed crashers in curl patch for system proxy
        
        Change-Id: Ieb8e782eab9c9bde1d2099d8cc32eceef9f00002

2013-01-22  Stephan Bergmann  <sbergman@redhat.com>  [5c4351eb98e074dcddcb8f491bb0c769c822ff4f]

        StringRefAddressSyntax is nillable
        
        ...00134920ec968ff492c88d8c5a6af22f1ebfa328 "New option for INDIRECT reference
        syntax" and e6ef9f128e85961921b0b319087010fce1d59a74 "Rename this option to make
        it sound more generic" had marked
        /org.openoffice.Office.Calc/Formula/Syntax/StringRefAddressSyntax (formerly
        IndirectFuncGrammar) as oor:nillable="false", even though it is given no value
        in officecfg, and the sole code reading it (SCFORMULAOPT_STRING_REF_SYNTAX case
        in ScFormulaCfg ctor, sc/source/core/tool/formulaopt.cxx) is prepared to read a
        nil value.
        
        Change-Id: Icab871c821f437cd095280e9af8b0c0c11bbef8f

2013-01-22  Andras Timar  <atimar@suse.com>  [208f8855a40d73aad1ee5086c7ee63b75376eade]

        allow space for translated text expansion
        
        Change-Id: I5706fc9201359c05c00d0a97009994d7d188d5bf

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [4a787e2078ca1a19e065cb356fc80f421213ad87]

        sw: DOCX export of TextFrames testcase
        
        Change-Id: Ie46a2627d247fb293606c6deab3254113b741336

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [a2bee4547a4997759e41aed8de0f2af95460a732]

        sw: DOCX export of TextFrame size/position
        
        Change-Id: Ie830fe9f7276fbc8f20e7d37424116d6653a6931

2013-01-22  Miklos Vajna  <vmiklos@suse.cz>  [736c25a9d372dd1761d3352240164c969fd3ed1d]

        sw: initial DOCX export of TextFrames as VML rectangles
        
        Change-Id: I0b204e9a81aad3e4f5fafc17bbd0c3935eb5cdb5

2013-01-22  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [9d7544b7502f27b961115ef9ad373b5e570d0dd4]

        Hopefully fix windows build
        
        Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa

2013-01-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [80d77c22665b3b69b40f5f20b56923e453bc15cc]

        Remove some unneeded variables in filter
        
        Change-Id: Ia2963498a197a795155a42b2588f983019d89f35
        Reviewed-on: https://gerrit.libreoffice.org/1773
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c870545523a84c10a0f8ca909bb696fab2869ab6]

        Remove more STRINGPARAM macros from filter
        
        Also, remove some chained appends, and sanitize some functions call.
        
        Change-Id: I5bfed073bd84e4dee4bc7e7b4715e413859beb50
        Reviewed-on: https://gerrit.libreoffice.org/1772
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [188c2d34422936a6a19dcbb7ffc3e77bfebaee33]

        Remove more STRINGPARAM macros from dbaccess
        
        Change-Id: I5a5af27d7c980f6b71011c33531a49a82d79fbc8
        Reviewed-on: https://gerrit.libreoffice.org/1771
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-21  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c69436f7b76237f2b99a29737dc897fb0a86bfd7]

        fdo#57950: Remove some chained appends in connectivity and..
        
        ... remove some RTL* macros.
        
        Change-Id: I919d17e14334c9220b47775355512df8dfa00bca
        Reviewed-on: https://gerrit.libreoffice.org/1768
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-21  Michael Stahl  <mstahl@redhat.com>  [d00bc09251a995cdefc38dbad85d1680c616d343]

        curl: it seems the build breaks unless this is formatted ugly
        
        Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75

2013-01-21  Michael Stahl  <mstahl@redhat.com>  [f55deeb525dd22194d4438f8b791bc344a77521e]

        fix previous string conversion:
        
        - unconverted assertion in dinfdlg.cxx
        - wrong replaceAt in SidebarWin.cxx
        - obsolete cast in SpellDialog.cxx
        
        Change-Id: I18450c0c6fdd275b7f81a7fce58cdf98bb806e27

2013-01-21  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [e3f11c10d8cc759d01afa4b8fd8bd98c81a03119]

        Changed SetText() / GetText() to take/return OUString
        
        replaced lots of Len() with isEmpty()
        
        Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0
        Reviewed-on: https://gerrit.libreoffice.org/1795
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-21  Julien Nabet  <serval2412@yahoo.fr>  [87f9d7da00857c649784a7d9eca046bf6e71ae3c]

        Fix Variable 'nMode' is reassigned
        
        See http://nabble.documentfoundation.org/Cppcheck-Variable-nMode-is-reassigned-in-fstat-cxx-td4030405.html
        Thank you Stephan!
        
        Change-Id: I780d422fe03c4c125cc89fee778d820a20553c1c

2013-01-21  Julien Nabet  <serval2412@yahoo.fr>  [bd2302200b7bc8005662b7034346866ae22da38b]

        Fix parenthesis and simplify
        
        See http://nabble.documentfoundation.org/About-parenthesis-problem-in-testintrosp-cxx-td4030420.html
        Thank you Lubos!
        
        Change-Id: If46b3d3aa304f2c16d66813ff337a70b3a520e76

2013-01-21  Eike Rathke  <erack@redhat.com>  [1b1f201b58b392a372ffc9070d41844997a2ec7d]

        it's a column count, so MAXCOLCOUNT instead of MAXCOL
        
        Number of repeated column styles were limited to MAXCOL effectively
        being MAXCOLCOUNT-1 and in an --enable-dbgutil build yielded lots of
        warnings when importing a document that has a style applied to all
        including the last column.
        
        For example see attachment of fdo#59583
        https://bugs.freedesktop.org/attachment.cgi?id=73282
        or fdo#59325 https://bugs.freedesktop.org/attachment.cgi?id=73014
        
        Change-Id: I74dbbe3065a46015b0b7c8f61d58690a1c08c855

2013-01-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [221ebb71ee329e55a8ca8f8d39f88ac01f93329e]

        curl: fixed crashers in curl patch for system proxy
        
        Change-Id: Ieb8e782eab9c9bde1d2099d8cc32eceef9f00002

2013-01-21  Eike Rathke  <erack@redhat.com>  [aa2b8bde171bf9562536dc14b2cf81d81e31b438]

        resolved fdo#59583 prevent inappropriate column/row label detection
        
        If followed by '(' (with or without space inbetween) an identifier can
        not be a column/row label. Prevent arbitrary content detection in case a
        macro function of the same name is meant (fdo#59583) or if it wouldn't
        resolve to a known function name at all, that earlier resulted in #REF!
        instead of #NAME? in the case of unknown function but label found.
        
        Change-Id: Id36a0c9ebad2d62867b4f9fe00ae78d464e77109

2013-01-21  Stephan Bergmann  <sbergman@redhat.com>  [c10758417ee87dde4989a53d3695ae71e40a9929]

        ...and some more curl code layout massaging
        
        Change-Id: Ifbd7dcc3fa8d18192d2ac2fc5faca1b0637c93c2

2013-01-21  Stephan Bergmann  <sbergman@redhat.com>  [3770ec8978fceeff87ad4a9abcdd6fab19ce355a]

        More massaging to avoid odd layout-related warnings/errors from GCC
        
        (...whatever it is that causes them to be raised at least in my build).
        
        Change-Id: I52889de876e448ae8e90ec328e65cda2025968e2

2013-01-21  Stephan Bergmann  <sbergman@redhat.com>  [1a0d5a73948049ed7ae1001899efdf125922586f]

        Tabs to spaces
        
        Change-Id: Ib0d64c9d93f7ae73a160ad242a6731b781edaf0f

2013-01-21  Stephan Bergmann  <sbergman@redhat.com>  [2ae6e77881028a287610f13d10f4c37242ff464b]

        Revert "avoid -Wsign-promo warnings"
        
        This reverts commit 1efe9a15f86a7a9dc08b57fd1dd12336522ba515, which is obsoleted
        by 488823a140217e393298bc83e75084041a85ed45 "Remove -Wsign-promo."

2013-01-21  Joren De Cuyper  <joren.libreoffice@telenet.be>  [129678d7649c0dbb5123ef7e80ae560e1d4553f1]

        resolve fdo#59619 Spelling error - heigth
        
        Change-Id: Ice59129d20c6b7e3aa0dbabfefabd14bad8199b6
        Reviewed-on: https://gerrit.libreoffice.org/1782
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-21  Stephan Bergmann  <sbergman@redhat.com>  [488823a140217e393298bc83e75084041a85ed45]

        Remove -Wsign-promo
        
        ...to avoid unhelpful "passing [enum] chooses 'int' over 'unsigned int'"
        warnings from those new calls to rtl::OUString::number as introduced with
        63bcb139b941a2eff1b5ad367046bca067e7d1f8 "Replaced O[U]String::valueOf(
        static_cast<> ) with O[U]String::number()."
        
        Change-Id: I2adb16e83865bd4cba4a1650eb54bb7f5cee31e0

2013-01-21  Joren De Cuyper  <joren.libreoffice@telenet.be>  [49ce84919aff654104987c86c3102304202fef6d]

        resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numerals
        
        Change-Id: I6123f8924d7502d3b97b3254ce4e5df724e4370d
        Reviewed-on: https://gerrit.libreoffice.org/1769
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2013-01-21  Petr Mladek  <pmladek@suse.cz>  [2f9cc7a486f89fe34e44f45399ddbeb240a3adb1]

        Add Asturian, Slovenian, and Spanish translations of keymanes for Windows
        
        Asturian by Xuacu <xuacusk8 at gmail dot com>
        Spanish by Adolfo Jayme Barrientos <fitoschido at ubuntu dot com>
        Slovenian by Martin Srebotnjak <miles at filmsi dot net>
        
        Change-Id: I29387f5908ea456abc5c464a03cc74c718ae6b74

2013-01-21  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [63bcb139b941a2eff1b5ad367046bca067e7d1f8]

        Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()
        
        Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de
        Reviewed-on: https://gerrit.libreoffice.org/1784
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d912979b4fefaaf3011fdca2005db6699ea45405]

        curl: patched to read IE proxy settings on Windows
        
        Change-Id: I46605f6c8dfacab0feb5a446db458eed8e5756ee

2013-01-21  Tor Lillqvist  <tml@iki.fi>  [862f694f54db1594c24bfbed8e1e8355553b1c7e]

        Fix spelling misteak
        
        Change-Id: Ie5d3564cf00c27c11597dd3ff1ba8dc82e250c0b

2013-01-21  Michael Stahl  <mstahl@redhat.com>  [ee860cbfc74f86ff3b7a9625997048f3357bb221]

        gvfs UCP: silence -Werror=deprecated-declarations
        
        Seems to me there's no point to that since GVFS itself is deprecated
        anyway.
        
        Change-Id: Ibceba3bbe33a3a37dd088d0f24bfdd4211095589

2013-01-21  Caolán McNamara  <caolanm@redhat.com>  [8cb7d461fb1466477a18500bf25d42fad14e83ca]

        Resolves: fdo#58749 wrong custom widget libname in columns page
        
        Change-Id: Ia11d30816b920b60367b8a0b7bd70d4bb4614ded

2013-01-21  Caolán McNamara  <caolanm@redhat.com>  [891e460b1296ba114bc7ef4142f8b3b761794974]

        ditch some pesty XubStrings
        
        Change-Id: I42a80b12d843b95e2ddc0872ee793ebbda050066

2013-01-21  Tor Lillqvist  <tml@iki.fi>  [11c423794d034d90b9e177ff5bc9656818268488]

        No use for help or myspell-dicts for Android or iOS

2013-01-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [62bc5c29ff518f849d5a29747355382f75d99364]

        disable odk if not explicitly requested and doxygen not in PATH
        
        if odk is not explicitly requested by --enable-odk
        and --with-doxygen is "yes" , i.e not a specific location
        and doxygen could not be found in the PATH
        then enable_odk is set to "no" as a default value
        rather than an implicit 'yes'
        
        Change-Id: I4f04ecc8dbe959001f6dfdccf0c97b61f79faff6
        Reviewed-on: https://gerrit.libreoffice.org/1789
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [75e32e150133511d8f098a253a56426ed0302cec]

        default to --without-help and --without-myspell-dicts
        
        Updated the distro-configs so that the default change
        does not impact build based on distro profile
        
        The intent is that with this change of defaults
        the build does only rely on core and does not need
        any submodules. Making a initial build simpler
        for new dev, since they won't be exposed to submodules
        unless they really need them.
        
        Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144
        Reviewed-on: https://gerrit.libreoffice.org/1791
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-21  Miklos Vajna  <vmiklos@suse.cz>  [7907cc0ef9751d553014bd3bab49be9e7fc31bca]

        fdo#59530 WW8 import of commented text ranges
        
        Change-Id: I3e2928922ebcec8188c1b5416108373c4f26dd62

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [af1d3c83a372b096b4c425a2bc976e7ef0cd7ed9]

        Another typo
        
        Change-Id: Ic2e9328d29593bbea7d54e5aed1b6a63a97434a3

2013-01-20  Andras Timar  <atimar@suse.com>  [0e57b184b21f50917372d311f11591ce3f18acb7]

        Updated core Project: translations  15bb868bbc35ef3de6919317bec0e70883fafeea

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [6978ddbf4738b4c53b9d2edbe6d5ad6a061d0d0f]

        Typo
        
        Change-Id: I94fb3020057fb1fb370ffdffee82e40da44bf35b

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [6172a95bb077fd43595e02084b5394516738844b]

        Some cppcheck cleaning
        
        Change-Id: Ie975903daa84ddafb2ba7d58e18b8ef20b331596

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [5bbc006823a8eba8dbcf06943f76c8fcb30ec7ba]

        pyagenda: table's cells are TextElement
        
        Change-Id: Ica2289b710369b8d319991fde311d10f64acd295

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [7f038472fb4640f01f028185dc5e19781e8a8459]

        pyagenda: Fix fdo#42543 in python
        
        Change-Id: I8dacaa369c62a3d4d183737f024edfe42b903d8c

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [be0dad06ddf15dc56163a07fa6b3f6a4fa44b6e4]

        pyagenda: simplify UIDialog code
        
        Change-Id: I869d13c8b40f4c52e30a0a40c148fd2a5ef9d31c

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [93bed66a1de719a7b2fb59445ff6847aaae6f1a9]

        pyagenda: Fix a problem with template's sections
        
        Change-Id: Ifbd5ba9800c1b52b2f0ed929b8919ff60fc48120

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [c71a811bbddcb33f5296a2b21598cee2ea36e6f5]

        pyagenda: Change to new model and remove unused code
        
        Change-Id: Ibdc1fb2fb09e5b209c761b7f9898ad019620b01d

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [0d9683c756390d188b76b2803ee2621d3f4b0f0f]

        pyagenda: follow same model as in fax and letter wizards
        
        Change-Id: I3e6265f80481995399f22d40df344cc1e55e2148

2013-01-20  Xisco Fauli  <anistenis@gmail.com>  [eaf6c1a6177ee9befe776f26aced2c2f1b4c818d]

        pyagenda: setControlProperty doesn't exist anymore
        
        Change-Id: Idf5bdb2ceb93a9dbdb3dd340e57079f8a6e47a2e

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [3207c85fc957a347aaf78e7328a52d85edab0f72]

        Another lacking parenthesis
        
        Change-Id: If5944101688b0219d2476e5c3b29f704634c3bcc

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [15e0f6d5931d78a6a994e6e81d891ca3e0a7cf0e]

        Fix missing parenthesis
        
        Change-Id: I65d54513bf6ff9ec62edcb3388302a8352f48898

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [3f3770235e7ee8a8eb53b3fa6bb10bc1456cf42f]

        Fix missing parenthesis
        
        Change-Id: Id372cde73af484d2d03149d7bbb9f23132cdabf8

2013-01-20  Julien Nabet  <serval2412@yahoo.fr>  [3e654a9a092682f79d52816d18ad41d2fd6231c3]

        Fix missing parenthesis
        
        Change-Id: I9b8b42465fc9246b9a85b5779a3073992ac82379

2013-01-20  Caolán McNamara  <caolanm@redhat.com>  [eef7932dce56a736f9c122bc792382e1acdd63b3]

        SwSplitTableDlg also unused
        
        Change-Id: I0eef94907586ecae8213da6f322366ddc8e0c686

2013-01-20  Caolán McNamara  <caolanm@redhat.com>  [8f1e22eb149ac91da02ad3f0e8869be11d400525]

        AbstractSwSplitTableDlg never used
        
        Change-Id: I8b3fa5a513d31002655af479ba41a85b713509bd

2013-01-20  Caolán McNamara  <caolanm@redhat.com>  [7b3862a5122d404845cc7dc227badb1cdfc92ac2]

        splitcelldlg.hxx moved into cui long ago, this copy should be removed
        
        Change-Id: Id019b80e12eaaed1d181af2eb2599cc1db26ee25

2013-01-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7728bb63086a73594fb59d6b0d55cf4975f0fc1]

        add missing data bar axis import, fdo#59578
        
        Change-Id: Id035741b2372c76f9afe54f59f2203c5edfbb0ae

2013-01-20  Tor Lillqvist  <tml@iki.fi>  [dc44862f0e711fe0cf93063f72ebe1dec598d922]

        Fix fallout from my earlier vcl changes today
        
        Change-Id: Iee869d254944383994d9c8da73603b71cafe85b8

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [0ff470cff6ecc436e723af6a60986c8eefaba7b7]

        iOS C++/UNO bridge fixes
        
        As the inline asm statement stores parameters into r0-r3 we need to
        include those registers in the clobber list. Clang happened to store
        pMethod in r2 as input to the asm snippet.
        
        iOS uses the basic calling convention, but __ARM_EABI__ is not defined
        so amend some ifdefs.
        
        Change-Id: If3d66c5f3baa4dfa13f82a2b5c2ef1ab559ce31b

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [806535be2bd4e562cd11fed412185dfb6ed1d719]

        Use SAL logging instead of printfs
        
        Change-Id: I6221e686fa36cd9061a2a0342a48aaadef903acf

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [9c5bb994031f5b0951a9f47f08358ba206b38402]

        More snippets, and cosmetics
        
        Change-Id: I150981237dc642e46751f0824aeda53dbdb59e5c

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [5d7fad31ff1491896b4a517ce6ac652f537b7ba2]

        Use default visibility for exception types even when DISABLE_DYNLOADING
        
        Otherwise the dlsym() lookup of the typeinfos in the C++/UNO bridge
        won't work. And it has to, because at least for iOS on ARM the
        dynamically created typeinfos don't match those the compiler-generated
        code tries to catch, so otherwise exceptions thrown across the bridge
        don't get caught. (Fascinating, I am able to talk about this stuff as
        if I understood it.)
        
        Change-Id: Ie0d4632743e18719782f55904fb76f45c944f20c

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [9900f80d9e62cd0cd32f5203c28597496e18d690]

        The UNO component file names are 'traditional' for iOS, no 'lib' prefix
        
        Change-Id: I104fde6ea294db55513ef11fe063e911e287cc31

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [a477138dfafc877ced227201d631e512f130bce2]

        Work on the iOS C++/UNO bridge
        
        Split uno2cpp.cxx and cpp2uno.cxx into separate files for the emulator
        (i386) and device (ARM). Much cleaner like that.
        
        Try harder to get the ARM stuff to actually work.
        
        Add the rtti.h and unwind-cxx.h files from libcppabi as such instead
        of cherry-picking stuff from them.
        
        Change-Id: Ia238a9ce048116ad796dfb168fd4e5d3b9712ad5

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [28f794086f4ed0f456ad67a293e81b019a971197]

        AquaSalBitmap and IosSalBitmap were identical so unify
        
        Call it QuartzSalBitmap. The more we get rid of that "Aqua" term the
        better. Aqua is the name of a visual theme, not of an API. The Quartz
        2D API is shared between OS X and iOS.

2013-01-19  Caolán McNamara  <caolanm@redhat.com>  [621d1fba84e13a28843fb7a7befb28e26a6d0a15]

        convert split cells dialog to our 99th .ui file
        
        Change-Id: If1a37074400540e3adce42de2bb7c88c2c599382

2013-01-19  Caolán McNamara  <caolanm@redhat.com>  [253e439c347fae54e6c4731d432eef842a889c9d]

        implement custom images for radiobuttons via VclBuilder
        
        Change-Id: I17e1956d0ff50e027c83ee7dbb85e3316bb88bd3

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [e3dfe8905fc3d7ec1d0dd0fc20ac1189d2636e53]

        Handle unxmacxx, too

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [c7e3f88b1291c35e09d08d14f82eadf60f7063cd]

        Fix Mac build fallout from PRODUCTEXTENSION change
        
        PRODUCTEXTENSION used to be empty. (No idea for how long it had been
        empty.) And apparently some of the "installer" Perl code implicitly
        assumed PRODUCTEXTENSION was empty. At least, producing the langpack
        dmg for Mac started to fail when PRODUCTEXTENSION was no longer empty.

2013-01-19  Julien Nabet  <serval2412@yahoo.fr>  [8ab3715d8e622d06cfaa404842de2d9f8ea66ef5]

        Again Fix others Consecutive return, break
        
        Change-Id: I67a453bb09b794c996f5f02a065abe8cef6ca3b6

2013-01-19  Julien Nabet  <serval2412@yahoo.fr>  [558aebe27b92eab29456e510d98347083118e8cf]

        Fix others Consecutive return, break
        
        Change-Id: Ia93de768b83a44135c1a8df852a6fbdee1c759d2

2013-01-19  Julien Nabet  <serval2412@yahoo.fr>  [259af2832e953adfde2b4439d4f18ea316e5b078]

        Fix Consecutive return, break
        
        Change-Id: I7e7586f430b4c33d4bdc786622fcf3680021d517

2013-01-19  Caolán McNamara  <caolanm@redhat.com>  [55786395b56e365cb0d6663f4d375b37aaf79228]

        convert outline numbering tabdialog to .ui
        
        Change-Id: I233c43132fe82f65f2f2dda9fc1afee0237610bd

2013-01-19  Caolán McNamara  <caolanm@redhat.com>  [b12a629ca43673b1e7dd440f36cb493a833293ee]

        allow access to menus via VclBuilder
        
        Change-Id: I02c1d46f5c111a2256b2f90837097666dfc49edc

2013-01-19  Luboš Luňák  <l.lunak@suse.cz>  [06e76156d2ea1ce8a112f9e2312d6074478de648]

        microoptimization for "" OUString ctor
        
        Now 'OUString()' and '""' should be exactly the same, and thus the latter better :).
        
        Change-Id: If42b2ca5889967aaa8ccdaf531b45c75c12d54fd

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [bae655a7c2c5bb7e612b068eea34ec5780c58513]

        De-duplication of CoreText code and headers for OS X and iOS
        
        Nominally renamed the AquaSalGraphics class to QuartzSalGraphics, as
        it isn't now then "Aqua" (Mac OS X) specific any more.
        
        Actually, for Mac OS X, because lots of code in vcl/aqua expects it to
        be called AquaSalGraphics (just like the alternative class used when
        using the obsolete ATSUI API on Mac OS X), use a #define to make it
        still be called AquaSalGraphics to the compiler's eyes. For iOS it can
        be called QuartzSalGraphics.

2013-01-19  Stephan Bergmann  <sbergman@redhat.com>  [c34cad49fadd376a61904e2201d85fbe908c348b]

        -Werror,-Wunused-private-field
        
        Change-Id: I4d340043d7af96dec4f56b28eae1dd727e241da7

2013-01-19  Caolán McNamara  <caolanm@redhat.com>  [70467371485ada5a30b88968607b93dd62b3383c]

        convert character properties tabdialog to .ui
        
        Change-Id: I73fc5fc19ae75971b0569b708f4104c79b9a9cc2

2013-01-19  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [494fa01eb08ebb251934fe1a868a702dfa19aca4]

        Remove some RTL_* macdros from connectivity and..
        
        ...also simplify a lot some functions calls.
        
        Change-Id: I07029055a7cbe0d1ea2e6c891e6c7347e3a370a9
        Reviewed-on: https://gerrit.libreoffice.org/1767
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [fcf7f3596054f24bebf767f9cabfc96dfa577480]

        Use SAL_INFO instead of home-grown msgs_debug
        
        If there is a need to optionally get a thread identifier or the
        function name into logging output (as msgs_debug did), we should
        figure out a way to do that in some elegant fashion in the sal logging
        macros instead of using some local solution in just one place in the
        code.
        
        Yes, the iOS and OS X CoreText code should be de-duplicated. Will
        happen soon.

2013-01-19  Julien Nabet  <serval2412@yahoo.fr>  [c228103ce6a5efe60de553073a9b20d977478bf5]

        2 small fixes
        
        Variable 'bRet' is reassigned
        ++it without checking it != itEnd
        
        Change-Id: I3bdb8fa723cca8a132dc7aa6b5c5e3c7bd0861cf

2013-01-19  Tor Lillqvist  <tml@iki.fi>  [0d816467302dae89fd2e326e97364d1d4db47e8e]

        Fix iOS bit-rot and unify with OS X CoreText code
        
        Adapt to the fairly pointless privatisations here, too. Unify with the
        OS X CoreText code. Yeah, probably should unify physically, i.e. use
        the same source files for both, with as little ifdefs as possible.
        
        Change-Id: I63bc477f0c979769bb995db37a3c4194e8091b30

2013-01-19  Julien Nabet  <serval2412@yahoo.fr>  [8a894b4af476641062bf340a2fb802558bf1cbe3]

        Fix pUnicodes unused
        
        Change-Id: I168c84d6b64fe23c3e93e36aad31f1c74dfd547a

2013-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c8e6ccaf6ea7a187e3d16f3d865cbed5eba0874]

        copy styles from cond format between different docs, fdo#59159
        
        Change-Id: I5472ab648b248d925f1f07cd4194c1201230ff20

2013-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e2170dd77ffbeda24aabb2b704deedd4440d7620]

        prevent to create cond formats with empty range, fdo#58778
        
        Change-Id: I54bac843dc60c419c23c6d3f22c8d2f4b5805327

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [c106167f5f6ec1bff9b2291ff8791ca6d4d411c3]

        PRODUCTEXTENSION: fix various obvious strings and such...
        
        ... to look pretty; most of these expect PRODUCTEXTENSION to be a word
        like "Beta" but nowadays it is ".micro.rc.alphabeta" numbers so there
        should be no space before it.
        
        ReplaceStringHookProc adds insult to injury by refusing to
        replace %ABOUTBOX variables unless some %PRODUCT is in the string.
        
        Change-Id: Ib676f3837ab0785529a226fc9359e8defacf3459

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [e024a8d88dbca3a2d178ad88c069721a92156ddf]

        installer: remove SHORT_PRODUCTEXTENSION
        
        Currently PRODUCTEXTENSION does not have a value, which is unfortunate
        because some places such as the soffice --help output and
        utl::DocInfoHelper::GetGeneratorString() which creates the
        meta:generator for ODF files (via Setup.xcu Product/ooSetupExtension)
        write an incomplete version number.
        
        Since there doesn't appear to be a point in having 2 variables here,
        remove SHORT_ one and use PRODUCTEXTENSION consistently.
        
        Change-Id: I5aac25bcedd785a098cba612643ea68fe19c77f0

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [9a5183ddad4d361c406823fb56bb68b27e43063e]

        installer: remove SERVICETAG remnants of product registration
        
        Change-Id: Ic87bb4666bcc4b28476dbfe2193a8330413547cf

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [2a9ecb89d40373286da00386a874098c857847c1]

        Makefile.in: rebuild configure on .in file changes
        
        Change-Id: I9359cca02f6c48efb50ce446d32695d14a0c81fa

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [bea63709d05514555d5283279cd66439f4ceed73]

        xmloff: refactor Generator version handling:
        
        Since there are now 2 forks of OpenOffice.org, we cannot rely on a
        simple total ordering of versions any more; add a new function
        SvXMLImport::isGeneratorVersionOlderThan(), taking 2 reference versions.
        
        Also extract the LibreOffice version number from the generator string,
        and extend the BuildId property to store this as a third number.
        
        This also allows removal of the "fake LibreOffice3 as OpenOffice.org
        3.3 release" hack, which is not future-proof.
        
        Change-Id: I44d8105eb537ac43fb9529a8b1b661ae0f2bba30

2013-01-18  Michael Stahl  <mstahl@redhat.com>  [0669d78ea76ab9bfeff27ea02d785973f3720d6b]

        fdo#59517: fix detection of ancient OOo ODF generator strings:
        
        SvXMLMetaDocumentContext::setBuildId: check only the prefix of the
        generator string, not all of it.
        
        (regression from 17ff7b41d15ab9928e2e2706faa26234a09802cd)
        
        Change-Id: I0cdd958d67cd13fd2368cc6958893ce3528a9e94

2013-01-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3fd16d489ef402893ee8df6913e6bd011d61d1fa]

        Try not to leak removed cell instances.
        
        Change-Id: I25da4a34a3e53bc001519194729e613eef167713

2013-01-18  Luboš Luňák  <l.lunak@suse.cz>  [ed26a93b2fc640f5b727ba7dbabc80990438f5b3]

        avoid warning about a comparison being always true
        
        Change-Id: Ie0bd47a16af56b7d3ae070d5b82ec46ed21834c0

2013-01-18  Luboš Luňák  <l.lunak@suse.cz>  [1efe9a15f86a7a9dc08b57fd1dd12336522ba515]

        avoid -Wsign-promo warnings
        
        I actually find the warning to be obsolete nonsense (the manpage talks
        about cfront), but at least for now.
        
        Change-Id: I4390b1779f6f8de062afd441f6855cb760adf93d

2013-01-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c55d52262ea1d5f869a9528fd051ee19e687f1cc]

        fdo#58988, fdo#58562: Populate draw clip document with data for charts.
        
        Without populating the clip document, copying a chart (or charts) into
        clipboard makes the charts lose all their referenced data, which causes
        the pasted chart to appear empty.
        
        Change-Id: I3675f76baed19b48cec403964c19df00725a044b

2013-01-18  Luboš Luňák  <l.lunak@suse.cz>  [c881b1b50e3be023efd4dfdebddd002545ed71b3]

        long and long long can be the same size (and thus also sal_Int64)
        
        Change-Id: I3961ec27d23915b038c3a803dc71e7d937ca331c

2013-01-18  Lionel Elie Mamane  <lionel@mamane.lu>  [8f766122f0c5fbbb5442e1a5dd6f4eab9744d5cd]

        mark *all* tables of a nested join as added
        
        Else, if the n^{th} (with n>2) table also appears in a (non-NATURAL) INNER JOIN, it is repeated later, leading to an error from the database engine
        
        Change-Id: I03e0f0ef51f45be9d7ddfa63a9dbe09dc500f8dd

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [a187122ff66dceca1fab1a6c2c1bbe8d9588741c]

        super-long language names make character dialog look real ugly
        
        so move language to the first column and let it span
        all columns, but not fill the availabl area
        
        Change-Id: I8c9a410861c3fb942569af7523313a84ae7f6c98

2013-01-18  Tor Lillqvist  <tml@iki.fi>  [202fb73ccd0ce574ab9197824c1b813738d93de0]

        Move comment to perhaps more relevant place

2013-01-18  Noel Grandin  <noel@peralex.com>  [2b31e751db38e7ba0e2ec668520f50daf5eb25d5]

        Create OUString and OString number(*) methods.
        
        API CHANGE: Adds new methods (several overloads)
           OString::number()
           OUString::number()
        and marks all of the existing fromValue() methods as deprecated.
        
        The purpose of this change is to clean up call sites
        by hiding the necessary casts.
        
        The casts are necessary because of overload resolution rules which are
        somewhat vague about which methods to choose when using integer types.
        
        See mailing list discussion here:
          http://nabble.documentfoundation.org/replacing-OUString-valueOf-static-cast-lt-sal-Int32-gt-td4027989.html
          Subject: "replacing OUString::valueOf(static_cast<sal_Int32>) ??"
        
        Change-Id: Id3d150a6525eb0334e41e2ec6640bb06cd790b43
        Reviewed-on: https://gerrit.libreoffice.org/1625
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-18  Stephan Bergmann  <sbergman@redhat.com>  [6f6ed9c7e2212e5e7acb2c5b827e4e4f1e156ecd]

        Avoid .memdump files left behind by xsltproc in the build
        
        Change-Id: If79896a2f73cacd9880e8beb9cc42993b49cc3b5

2013-01-18  Stephan Bergmann  <sbergman@redhat.com>  [2fcba16dc48ed7c0a507c18731a41a99f485ee46]

        Never pass -env: arguments across OfficeIPC connection
        
        Change-Id: I1874ad0542bc8dcbe9ec588599a054030fd5d7d8

2013-01-18  Stephan Bergmann  <sbergman@redhat.com>  [36e8d5d137260decabb7d2436fff2d3a93278f9d]

        Insert type rdbs individually into theTypeDescriptionManager
        
        ...to make it easier in the future to replace the binary rdb format with
        something else, but also keep support for the old format for backwards
        compatibility (extensions).
        
        This should have no performance impact, as the type description manager (a)
        caches information about requested type descriptions, and (b) has been changed
        to process the bootstrap rdbs en bloc without doing costly consistency checks
        (which are useful though when inserting an rdb when installing an extension, but
        which would exhaustively read all type descriptions from the inserted rdb, so
        would negate any benefit of constructing any type descriptions on demand only).
        
        Change-Id: I80b22770bd9a5e0ab686f04d9c70295f2e3d0bf6

2013-01-19  Takeshi Abe  <tabe@fixedpoint.jp>  [eed249f55522f3a9df0742430d1f738efafa00f4]

        sal_Bool to bool
        
        Change-Id: I36603ac94b190a67b61b63b5ae0d981c09fcb270

2013-01-19  Takeshi Abe  <tabe@fixedpoint.jp>  [8600bc24bbc9029e92bea6102bff2921bc10b33e]

        Remove unused static variable
        
        Change-Id: I2a0d2919b66d1450712660dbd0eb457d3f7f1c7d

2013-01-18  Luboš Luňák  <l.lunak@suse.cz>  [aafffe6d1c3734fb2acef4b2bb1385c1e2f49043]

        disable the test case for paragraph mark export
        
        I don't know what's wrong with it or why the problem shows only for
        me on openSUSE12.2, but it's been broken for several days now
        and there's not much point in keeping it that way given that it
        didn't work from the beginning.
        
        Change-Id: I608bc01e4ee914629db1aa75ce8463044fe20ca6

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [d3f397ed4166535b87c1b0c26e8a72c315fdca75]

        add new author to font copyright list and regenerate .ttf
        
        Change-Id: I725043c00bd3dd924ac022859bbf5957dc2450b7

2013-01-18  Mathias Hasselmann  <mathias@openismus.com>  [460346098714d119fc814b485c5b49bfc2c74023]

        Resolves: fdo#44718 Add Unicode 2034 (Triple Prime) to OpenSymbol
        
        This adds glyphs for prime (U+2032), double prime (U+2033)
        and triple prime (U+2034).
        
        Change-Id: I73297209f0410db607c1ae4787ba15c3ac08133f
        Reviewed-on: https://gerrit.libreoffice.org/1679
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [a8eecb6df5f11cbfc8a57b737ad82eacad79ccb4]

        convert table properties tabdialog to .ui
        
        Change-Id: Ide72fb6bfc604f13e9d01250aac8e9b011bd034b

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [4b529841d34ffdbcf6befe6f1eb70fe7ff8c159c]

        add a way to select the current SfxTabPage by name
        
        Change-Id: Ib7a07bc0e6ec9f47b83839fb3eb8f31c014dedff

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [f710a2db4c6d2994e2ab3d44bf5d3f825a8f5da4]

        remove backgrnd.src
        
        Change-Id: Ic868667955eca21c348a05e49ff30fa6fa8b7043

2013-01-18  Miklos Vajna  <vmiklos@suse.cz>  [2cacaf6ab0acf3188f43df02ef3fc87082e351b2]

        oox::vml::ShadowModel: differentiate between not having it and having it off
        
        Having it explicitly disabled was already handled, but apparently
        01d059c13e39f4fba75e2152b4db6b0b746bca71 turned on shadows by default.
        Fix this.
        
        Change-Id: I1401a28b36a9b5aea302f9a19a6d02a29e6b358d

2013-01-18  Miklos Vajna  <vmiklos@suse.cz>  [01d059c13e39f4fba75e2152b4db6b0b746bca71]

        oox: import VML's v:shadow to Writer
        
        Change-Id: I48ea2dcf81c91c0fe476ecff6cd074cb699af533

2013-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16d50ae144d4ddd86177bd35ddd0b79529fbf79e]

        add all the new conditional formats to the menu, related fdo#58778
        
        Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc

2013-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6d36a31df1726e45d5c4e3623354afe5c5ab814d]

        make sure we call SetInRefMode only once
        
        Change-Id: I16ff8b6aaa24b1f8522117197226db39f0617fad

2013-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1de8d78a8ee6ddd6f2b175330fcb709f56b35960]

        don't create multiple dialogs in the loop, fdo#59314
        
        Change-Id: Ia48262cdf8b07caf6622f2d4a48f366f3f26c0fd

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [77f6c7bb7d2241f605a111ff099ce50fb2562440]

        split out background page and adapt code to .ui
        
        I've being putting this one off for a while as its a complicated
        set of hidden pieces shows for different background types
        
        format->frame->background shows transparency option
        table->properties->background shows "for cell/table/row" options
        flipping as graphic/color should show different contents
        
        Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [a17a052ef226a431414312e02dbc52048aa001db]

        add a border property to ValueSet
        
        Change-Id: Iedd9f23a57e4c9153a6b10c4d5d060664c545553

2013-01-18  Andras Timar  <atimar@suse.com>  [da3ddc4f909182b3afeefb7f327efec42ba42412]

        Updated core Project: help  64c3fdcaa366e74afa672542f0a94b84be5008d7

2013-01-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [16ac315c41e7d94db2be2b97b7cb4704cdd249f3]

        Enable NTLM authentication (using sspi.h) in Windows build of curl
        
        Change-Id: I5e24338b937d32cd3a09f82bd3cf5a8b29f5d340

2013-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7af886d7784b321e6cda2a870b514607e355b112]

        reset one of the sort containers before refilling, fdo#57465
        
        Change-Id: I758af67efec980a56ec83d8e5e6f5f60a0523ac5

2013-01-18  Caolán McNamara  <caolanm@redhat.com>  [23c099a0236062724430efb986251637095c8d4f]

        Resolves: fdo#58730 workaround [UL|LR]Space 100% problem
        
        If all paragraph margins are 100% on import, ignore that as being the implicit
        default. That avoids explicit 100% being set onto the awesome [UL|LR]Space
        which takes a relative propsize of 100% as a flag that its value field is
        absolute and so rejected by SwTxtFmtColl::Modify as a candidate for getting its
        true value initialized relative to its parent, so it ends up as an absolute 0
        
        Always elide the property on export because writing individual
        margin-foos provides better backward compatibility with older versions
        anyway.
        
        Trigged by 3c5facfce42a0dbe362d6b9fa5ac374fd76f51a1
        
        Change-Id: I55f6ceeae287b7d8e99befa4bd3cc06738a21299

2013-01-17  Andras Timar  <atimar@suse.com>  [17b264b2269d2f1b1a9a44971a41c578c7b591fd]

        fdo#58712 add missing UNO command names
        
        Change-Id: I68919572b0e5f624e433375f5c523281a8416e70

2013-01-17  Julien Nabet  <serval2412@yahoo.fr>  [6ad708912c433c2d6035340258a002a12db5b895]

        Reduce scope
        
        Change-Id: I58a1f5d36939dd95648ea42b31331e757c65ee57

2013-01-17  Julien Nabet  <serval2412@yahoo.fr>  [4a3398ce12bcfd2475dbbc682b881844a58a2ccf]

        Fix duplicate if
        
        Change-Id: If08b51e8e0e5c21599d62b4f2fc0baa847e3d750

2013-01-17  Michael Stahl  <mstahl@redhat.com>  [33a1b189d23a94e2a1c3329f51009f925b8bd8ee]

        ItemSetToPageDesc: remove mysterious SvxPageUsage flag mangling
        
        These 2 lines (from initial CVS import) appear unnecessary since the
        only valid SvxPageUsage value with 0x04 set is 0x07.
        
        Change-Id: I4fe92e100955ff00831e0ef7bdad21e7105193ed

2013-01-17  Michael Stahl  <mstahl@redhat.com>  [8d301533f0c7764c94f8ad72fced2ce9d9de7585]

        fdo#59428: SwPageDesc::GetUseOn(): mask PD_FIRSTSHARE.
        
        There is at least one call in SwDoc::ChgPageDesc() checks if the result
        equals PD_MIRROR.
        
        (regression from fa0f42bafbf24e9141ddee728b160b5ab47077f2)
        
        Change-Id: Id37ca46eec5885f7f5230337d8a8a594845f7842

2013-01-17  Michael Stahl  <mstahl@redhat.com>  [0ed73a0817ad0ff0107cb297208252c0afe3b4a9]

        fdo#59437: SwFmtAnchor::SetAnchor: Anchors may be on StartNodes
        
        Assertion added in 90a0116ccb48388d91b21128fcac2e4609838581 wasn't quite
        right.
        
        Change-Id: Icac6c4e3932837ffaf170d9b18664e5b4ff579ff

2013-01-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1fb5ecdd7442247e0ed8154928b66fab0bcbe3ad]

        Const correct-ness in one place...
        
        And an avalanche of changes that ensued.
        
        Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5

2013-01-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f390be5a7f3dd0108e2257fa57cfcca6d0859e3]

        sal_Bool to bool.
        
        Change-Id: I6ad0385041618ebff879ec8533c13ef0ddbe239c

2013-01-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6b459c8598df19f62b0cd4cb4b29de3791a3991]

        Proper construction of the impl class, using initializer.
        
        And make sure the whole thing still builds.
        
        Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098

2013-01-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab1f30eed23944468427bf0e28659139b9eadea1]

        Unindent the class declaration.
        
        Indenting on namespace scopes is too much.
        
        Change-Id: I1d22103c02c16a128e627f53859cc09006fb02f1

2013-01-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [93b8ccb4ade28815e50cd0ce9fd8d48114a619ed]

        String cleanup.
        
        Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0

2013-01-17  Miklos Vajna  <vmiklos@suse.cz>  [f4483d31f33aca78afbd719e58db5d8a097411dd]

        VML import of TextFrame border width
        
        Change-Id: I9c0cf277e17c02c2de564d48ba79e1c25ea23db5

2013-01-17  Miklos Vajna  <vmiklos@suse.cz>  [88ebaff73533fdbbd7ecbf24a0e892f411c577a0]

        VML import of TextFrame border color
        
        Change-Id: I8c0cf9e3ac17b87cbfdd4e744632c5306e2abfc2

2013-01-17  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [0a51d18b5aec457b74bf4bf01d0363aab1dc0593]

        fdo#59396 Remove duplicate footer entries in "BrightBlue" Impress template
        
        This also removes an English text in the Master page: "Click here to edit..." and replaces it with a placeholder
        
        It would be nice to have this in 4.0 branch also.
        
        Change-Id: I1aadc20aa9916e40bbaf1b6f66ec58dfd02a35bb
        Reviewed-on: https://gerrit.libreoffice.org/1725
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-17  Jan Holesovsky  <kendy@suse.cz>  [c8ea31264f25ef789b66fc9c988f695342eb2f7a]

        Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.
        
        So far I am using the same color that is used for the workspace; should it be
        a problem, we can use a different color.
        
        Change-Id: I06fde7f31a9d37d2e387a7e3fd0b6d3d33f8d6e6

2013-01-17  Jan Holesovsky  <kendy@suse.cz>  [dbf3077f72881ec44e0bb33c9ffbf6363c381862]

        Personas: Clear the BitmapEx first, so that we can switch off Personas.
        
        [Also rename mpPersona*Bitmap -> maPersona*Bitmap, it is not a pointer.]
        
        Change-Id: I93cc56b1f30c4fe966b8de87b766e820d9e2cefa

2013-01-17  Jan Holesovsky  <kendy@suse.cz>  [aab4b03f605ff4273aa41bbbc6fdbf3ffae8daee]

        Personas: Fix fdo#59230 - make Personas fully work in non-NWF case too.
        
        Change-Id: I19a475f198fcb24c4d66134eb67da719fc99099e

2013-01-17  Jan Holesovsky  <kendy@suse.cz>  [301efb8ec61966c93c4445920c5720c0d8d8cae5]

        Personas: Fix one more potential crash.
        
        Change-Id: Ib7aca26c34aa8484e8c71873805ca8e8812526a7

2013-01-17  Laurent Godard  <lgodard.libre@laposte.net>  [654e275fc673b28ac264f10282a4cd3a9f61a45d]

        sc test for XSheetAnnotations
        
        Change-Id: Ie5ceb7f8d828eb9c1f4c92996ebb02c8a83f4cac
        Reviewed-on: https://gerrit.libreoffice.org/1738
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-01-17  Laurent Godard  <lgodard.libre@laposte.net>  [0bf016694e8df63e20e530f9880e87de567dc7e1]

        sc test for XSheetAnnotation
        
        Change-Id: I1fa77c874c6307ff71ea0aeee653acf1305f2646
        Reviewed-on: https://gerrit.libreoffice.org/1736
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2013-01-17  Joren De Cuyper  <joren.libreoffice@telenet.be>  [3ceff21427fb3982bc5bdaee2eaacbc813d30be6]

        Add close findbar button also on other LO components
        
        Change-Id: I8a18d0459d9584d00b8d7c747b0bb500e02988d9
        Reviewed-on: https://gerrit.libreoffice.org/1727
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-17  Caolán McNamara  <caolanm@redhat.com>  [f74efe63d9a70da723f046c1c6708b9254dfa887]

        callcatcher: remove newly unused code
        
        Change-Id: I3ec055cf7aff5674def54cb75d348f3fb3336c4a

2013-01-17  Stephan Bergmann  <sbergman@redhat.com>  [88b2c05411ac4a63f088b0cbce09b2d3669c4c2c]

        -Werror,-Wunused-private-field

2013-01-17  Tor Lillqvist  <tml@iki.fi>  [e116e22aade07f4931e40bad0fcbdb67c5a93ed5]

        Fix fallout from checkdll.sh removal
        
        The dmake build mechanism used to rename FOO.so files to check_FOO.so before
        handling them to checkdll.sh, which then renamed them back once the "check"
        was complete. The initial rename had accidentally been left in place even if
        the use of checkdll.sh has been removed.
        
        Change-Id: I60a2e110e27a15be906b770e86603d798cd055d1

2013-01-17  Miklos Vajna  <vmiklos@suse.cz>  [a8be8ad30f22031ad859f565cb066c76e2d3fa39]

        oox: fix misleading comment
        
        Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da

2013-01-17  Miklos Vajna  <vmiklos@suse.cz>  [796e9a796603397c79e160610c8541e16dfc4c82]

        fdo#52286 fix RTF export of sub/super script font height
        
        Change-Id: If71cb6a20842f2fbe8eae94955da2d53842999a4

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [b7aa16fe0da53001e056ad347ac5e10855376365]

        bInOK is unused, remove it
        
        Change-Id: I133d7d2e37d267afe521d6641582dc88f9054a41

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [8fd85527981e3a6a915192aaea6f1595ea9f037c]

        Resolves: fdo#58998 insert section applied twice
        
        regression since 0157f0b1ba364f7f9af2aacd1be9fbb5ddec2b4d
        
        my belief was that OK_Impl was only called in one
        place, in sw/source/ui/fmtui/tmpdlg.cxx, so I
        merged the use there into OK_Impl, but of course
        there was another use in sfx2/source/dialog/tabdlg.cxx
        
        Given that OK_Impl only called PrepareLeaveCurrentPage originally...
        
        a) replace OK_Impl in sfx2/source/dialog/tabdlg.cxx
        with PrepareLeaveCurrentPage, a no-op from the original state.
        b) add an Apply method that does what I want, i.e.
        call ok without closing the dialog, so we can retain
        the fix of fdo#38606 to have "apply" immediately
        apply the effect of pressing "ok" without closing
        and reopening the dialog
        
        Change-Id: I57e2e41c07ab9bf89ada98d1b9c3336db3493f19

2013-01-16  Michael Stahl  <mstahl@redhat.com>  [47d95d7591ec6218ad3c3ce75b232ee15d00c174]

        OXMLDataSourceSetting::convertString: try to make Clang tb happy
        
        Change-Id: I8b2509f28206fd5b6c20c88d9186a9a18f76f7a5

2013-01-16  Luboš Luňák  <l.lunak@suse.cz>  [92376b09e9c55b140dcd3241c9c881b8f1302527]

        fix build
        
        Change-Id: I1697e761061c21826f57d4b2f4694ee03cdfb05d

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [63de2b8f1493f24669c78df3bc2d48d13528bd9f]

        Resolves: fdo#59183 Copy 4 or more slides then crash
        
        regression from 17afe4cea7e01aef1e5270cc09f438bc6fde3211 which is totally
        forgivable as its riddled with asserts that suggest there should be no
        out-of-bounds accesses and there probably shouldn't and those queries are
        possibly bugs. But double-checking 3-6 it is the case that non-existant pages
        were queried for in that version too, so return NULL on out-of-bounds
        like the original pre-stl conversion code did.
        
        Change-Id: Ic918419b6cb76b083de6b6911dde9d6e00258324

2013-01-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2003d4ffbf9865bc87cbe081f48f98b287223820]

        Clean up SdrLayerAdmin too. Just a little.
        
        Change-Id: I3c8a195cd6c208c7ecd5cf326d3e7ccf3c02e935

2013-01-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5159695813b9dc08743de4bbcf7807f41e160b8f]

        Some cleanup of SdrLayer class.
        
        String replacement, proper use of initializer in constructors etc.
        
        Change-Id: Ic5e04c614ad044efcb32329a31540402524afe85

2013-01-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff3e2a4a1ec23548dd42cab2e9a748bcd9156119]

        Nobody derives from SdrLayer. Change protected modifiers to private.
        
        Change-Id: I9d5822a055d90094a43a01f5cdb1f6f4d1156c49

2013-01-16  Radek Doulik  <rodo@novell.com>  [fd447c820f3f42cb16f5af28572fe7a9047b6481]

        fix cell border line properties n#793408
        
        Change-Id: Id20fa233b7e7eb0f2f01f4c230d1fe3398f2f4ed

2013-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [8fcd3360f195736d636eb1f1ba58d51cf053beae]

        Sanitize/simplify some parameters of functions in dbaccess
        
        Some functions have parameters of OUString, so, we don't need this type of junk:
        	::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" )
        
        and we can use directly:
        	"LayoutManager"
        
        I believe this brings some simplification to the code, at first glance!
        
        Also in this patch, changed some equalsAsciiL to ==, this simplifies more code yet.
        
        Change-Id: I38b8076afb84d77ed51c7be407c7f899d80829ff
        Reviewed-on: https://gerrit.libreoffice.org/1707
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1cf1f9338cc37895e2a68b411ffdc44d66357822]

        fdo#57950: dbaccess: STRINGPARAM and more chained appends
        
        Change-Id: Iab1ba5eb6702d386e2775d7426c3398b606d2d97
        Reviewed-on: https://gerrit.libreoffice.org/1706
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-16  Luboš Luňák  <l.lunak@suse.cz>  [41cc024a39d070911a5daa75ff8aa9340c71147e]

        T_xxxFLAGS_APPEND fixups
        
        http://lists.freedesktop.org/archives/libreoffice/2013-January/043792.html

2013-01-16  Eike Rathke  <erack@redhat.com>  [02edfcaddf1a06775eab01ef742bb9eff640949b]

        check if $CALLXSLTPROC is defined and bail out if not
        
        Change-Id: I2cbaffc35699942318b24492d02cf06397740009

2013-01-16  Eike Rathke  <erack@redhat.com>  [83b729ebcf525d03ce4c0c85dd871c91968e78ac]

        also strip fo:script and *:rfc-language-tag
        
        For future reference, before this gets forgotten.
        
        Change-Id: Ibe8d0ac673a12b53cb53169ba9afe721029375ff

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [588997f0ebc5696574680098b128e66eff54f00c]

        fdo#58415: Don't ignore osl_getFileURLFromSystemPath failure
        
        ...in osl_getFileStatus et al, it would leave the relevant status string member
        unchanged (i.e., a null pointer) but would mark it as valid, so that later code
        to retrieve the allegedly valid string member would crash upon the null pointer.
        
        Change-Id: Ia8528f5dc27d94f3d14a2c416955a041b87863d3

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [6059652fba10c0c03b8270c75cc53d6f60ce86c4]

        Move addSingletonContextEntries to ServiceManager
        
        Change-Id: I2a4c5b1f1f735e2bf5a8670d2f957f84388f0164

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [882aaee5ff76dbcba74ecea615393628519e14e1]

        UNO methods are no longer called directly on ServiceManager
        
        Change-Id: I037ed9899873e614e9e10c89f1f8a74efa73d737

2013-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [3d6d07a7e34e0e767c653008c0eb16ce7ffe5f19]

        Get rid of GetVersionInfo and checkdll
        
        With gbuildification neither was actually used anyway, as far as I
        could see.
        
        Change-Id: I00d914e6571aed3110226f91ac1685a838031c65

2013-01-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c5fc0af6f551980d3e147f7d6cf1fdd320b8f1fe]

        Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().
        
        One less indirection makes the code a tad easier to follow.
        
        Change-Id: I8e1113617c09f91c0cad32277ee4e32c78f9f058

2013-01-16  Andras Timar  <atimar@suse.com>  [05923e058a6b90f05c90d5f9aef4de58233a51ac]

        fdo#59321 un-escape quotes in Windows Installer's idt files
        
        Change-Id: Iecd39e00ed61449a720354f95cbb695447797bff

2013-01-16  Michael Stahl  <mstahl@redhat.com>  [7dc663ec764d569957e0e1758b701dfb8f399647]

        SfxObjectShell::UpdateFromTemplate_Impl: template URL...
        
        ... is an URI not a system path so convert it to absolute URI via
        rtl::Uri.
        
        Change-Id: I1ce4c732340a52916dab658f43b96da9a81b3525

2013-01-16  Michael Stahl  <mstahl@redhat.com>  [beacee6fad46aa2c8fc813bb0150e5c7a5175b26]

        rhbz#818557: fix it differently: SwDocShell::_LoadStyles():
        
        Try to prevent pushing of SfxShells from this function via EndAllAction
        and SwView::AttrChangedNotify() by setting a ridiculous pre-exising
        global bNoInterrupt variable.
        
        Change-Id: I9c91ca882891c8dfcd9dc08ba197233cfefddefd

2013-01-16  Michael Stahl  <mstahl@redhat.com>  [5090267eada3d68a618769c5dbae8b2ee8d6dab5]

        fdo#58893: Revert "Resolves: rhbz#818557 crash with NULL shell..."
        
        This reverts commit a1d265be484f1c70f57ab3de9b2d8c27d2fd3aa4.
        
        This commit causes the crash, because apparently it causes some event to
        be delayed via SfxHintPoster which refers to some SfxRequest that is
        then deleted too early.
        
        Change-Id: I301f3b52001c1d8b1b60f5b1cfb3b093c9f81607

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [a0d852b2ade42289af1e9b066a48c97aedeff3b1]

        Resolves: fdo#55974 segfault while closing an Impress file
        
        regression since aa1927dc257b52edf96de220cc3797e02c83a0ae
        
         mpViewShell(pViewShell),
        +mpSlideSorterViewShell(
                  ::boost::dynamic_pointer_cast< ::sd::slidesorter::SlideSorterViewShell >( pViewShell )),
        
        both are boost::shared_ptr potentially to the same thing then, given that we
        reset mpViewShell in ::disposing we presumably have to do the same thing to
        mpSlideSorterViewShell.
        
        add unset check on mpSlideSorterViewShell usages while I'm at it
        
        Change-Id: I35f51977c40f946a49789abd9405a4ef84aea0e8

2013-01-16  Miklos Vajna  <vmiklos@suse.cz>  [1ca295eb999fa08fbf0d211f1a464544532a253d]

        sw: start using cppu::supportsService in unocore
        
        Change-Id: Ifa2154af314af98c7c81781f8cbd47ba1e48f730

2013-01-16  jorendc  <joren.libreoffice@telenet.be>  [cb701be950ebb7fbbc48a0b6e031915eb9c0d68e]

        add close option to findbar in Writer
        
        Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67
        Reviewed-on: https://gerrit.libreoffice.org/1557
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-16  Matúš Kukan  <matus.kukan@gmail.com>  [33b05d5de716707e54ae09afe88a7e02c63e388d]

        there is no standalone URE installation
        
        ..I hope :-). URE is part of normal installation.
        - removes script from scp2 and unused stuff from instsetoo_native.
        - removes also OxygenOffice mentioned in openoffice.lst.
        
        Change-Id: I1673c06aa84ae0eb2adda2df78a50a5c5d0761c1

2013-01-16  Matúš Kukan  <matus.kukan@gmail.com>  [8e65b38081b49b21e69a5efdf5a8fa20600d927e]

        --with-nss-build-tools is not used anymore
        
        ..since 6eff6fae6272e8ed5d74553597bb4b73db3f2864
        
        Change-Id: I93559aee05a20c1119612c896acaefb97fc90bb4

2013-01-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7c7520bad93185eb4a5a3b60241b53c989aeb4c8]

        Template Manager: show names on several lines
        
        Change-Id: I6990bb6ac52889de36f3ec2cce33e4dc2f3da2ea

2013-01-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [34856077702907aed5568ff3d4b98888ced37edf]

        Template Manager: show folders with 4 previews inside a rounded rect
        
        The previous display had the inconvenient to be misleading if there was
        one or no template inside a folder.
        
        Change-Id: I16faa2556ca02380bd4dac0d821ecac45b98b8c3
        Reviewed-on: https://gerrit.libreoffice.org/1678
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-16  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [c56651e76c2dc8068d53406dcdd6cb6bd1bd9bce]

        Fixed Undo/Redo buttons icon orientation for RTL languages (ar/fa/he)
        
        The icons were in the wrong direction (the arrow pointing to the
        opposite side)  so I flipped them horizontally (and changed colors
        when necessary).
        
        Note: icon-themes is based on languages rather than interface direction
        so there might be other languages I'm unaware of.
        
        Change-Id: If44bed902d763ebbc41ca422399bfd48cc390f93
        Reviewed-on: https://gerrit.libreoffice.org/1712
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2013-01-16  Joel Madero  <jmadero.dev@gmail.com>  [f87097e9c8bf5fddff9a92fb887559f10ab9aae9]

        fdo#58364 Change Align in View->Toolbar to Align Objects
        
        Per request on fdo#58364, Align Objects is a more concise label for what
        the align toolbar does.
        
        Change-Id: I6e846ceafbf020d8669cd93f520226000166d0ed
        Reviewed-on: https://gerrit.libreoffice.org/1701
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [26af997c55106fd067b32caaceedde3f2c10c1dc]

        use the theme width for the scrollbar, not a random 16 pixels
        
        Change-Id: Ie823124e8f156099e5b1708afa5b830153fcce3e

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [f1088250485fa91b4131102c5275e73653bc0c2c]

        Resolves: fdo#59182 make the special character dialog behave
        
        lock down the sizes of the widgets which depend on the (variable) font in terms
        of widgets which are invariant so that they don't jump around to their optimal
        sizes as the selected font changes.
        
        Change-Id: I65ea24adb43f9faa974025b6db1c35766b577cd7

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [463f2d4fe211e991d551be67be74cf2090afdb7e]

        Related: fdo#59182 make SvxShowText::GetOptimalSize match its SetFont logic
        
        SetFont takes the window size to determine the best font size, so reverse that
        SetFont logic to get the desired optimal window size.
        
        Change-Id: I0d2e35a780552ca52aec20809bcb77d37b6a1bfb

2013-01-16  Caolán McNamara  <caolanm@redhat.com>  [3c8d3ef10267fb0a50686f49c15a3e4ab35503d1]

        Related: fdo#59182 stop SvxShowCharSet resizing itself
        
        instead of resizing itself when given a size, leading
        to lots of flicker as the widget fights the layout,
        instead accept the given size, center the drawing in
        that area, and tweak the cell highlight drawing
        code to fill that extra gap space when edge cells
        are selected
        
        Change-Id: Iee0b44c0939cf32284907ad1fcd57e2e722837d4

2013-01-16  Jesús Corrius  <jcorrius@gmail.com>  [42c0fa1b60fa0780ed4ac57679f118cab8f1f143]

        fdo#54165: Add key replacement names for Estonian (Patch by: Mihkel Tõnnov)
        
        Change-Id: I6cb2eddf3fa2fbd492214fd092b394227d1e52c0
        Reviewed-on: https://gerrit.libreoffice.org/1695
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [41e2b320209997767497f49f83f9520fb76261ec]

        Register theTypeDescriptionManager normally in services.rdb
        
        ...no need to handle it specially during bootstrap.
        
        Change-Id: I666dc9c0040a30a7d81ec1815c338be1407281bb

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [dcdda1d61092aad74cd77023be58ef823b424126]

        Unfold remainder of add_access_control_entries at call site
        
        Change-Id: I6e1a5a0223c1ea3e1a8c8800fb4cb032719ecf4f

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [e1e308bc4564f596bde5cd4c96b75d3b8c672e95]

        Remove support for UNO_AC* bootstrap variables
        
        ...they had effectively never been used.
        
        Change-Id: I514f2b844661e144cef758eb3ce7c4607ffad635

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [fb8f3fac70ecfcc2b8612dbf71308cbea39ca789]

        get_this_libpath only used in paths.cxx
        
        Change-Id: I60bbb6fce36d20d476adc963ad2182f71e9c19c7

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [9e2972dbf1a9526f30ffd3e001a6eaf473d76ae9]

        API CHANGE: Remove obsolete cppu::bootstrapInitialSF
        
        An aborting stub is left in cppuhelper/source/compat.cxx to avoid having to
        incompatibly change cppuhelper/source/gcc3.map.
        
        Change-Id: I28359397fa9c06ac955ee646b5ad3486e9200a10

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [fc9d23ff550194ba50fc6506ec901c22681d1b1c]

        Reorganize defaultbootstrap so that typedescriptionprovider can use servicemgr
        
        ...instead of having to rely on the odd bootstrapInitialSF and explicit
        loadSharedLibComponentFactory.
        
        Change-Id: I2fb212024c483254da015db3af43d9002051dddc

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [556f94881225cdf1ae34dc9955bd5c04ffee9f14]

        Do not hide information about UNO bootstrap failures
        
        Change-Id: I42ce84a00c4de60d30093f58214f76647ff03097

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [aed1f0d5d543c534b4b9c3517802a24e700f0b5a]

        Simplify defaultbootstrap.cxx
        
        Change-Id: Ice206b1dabf8dbcad613f886574e737c039d2119

2013-01-16  Stephan Bergmann  <sbergman@redhat.com>  [3250fad6374ef276e198faabbb1d655adeeb28f0]

        Extract servicemanager and typedescriptionprovider from defaultbootstrap
        
        Change-Id: I94fe7e68c5a49e591a625e9bf62108acac69428d

2013-01-16  Gokul  <gswaminathan@kacst.edu.sa>  [bd20b86ee762d4a14766a755d44efdeb50cef7e7]

        fdo#42387 Fixed Merging of cells in RTL Tables in impress
        
        The problem was in calculating the cell area, the width should be
        subtracted to Right end of cell instead it was adding width to Left
        end of the origin cell
        
        Change-Id: I3f31e0c4e0acae84ab5052823fc49932255137d3
        Reviewed-on: https://gerrit.libreoffice.org/1686
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-16  Tor Lillqvist  <tml@iki.fi>  [47a95b1f165169034402f9df0179776c4001e415]

        Generate also the ABOUTBOXPRODUCTVERSIONSUFFIX from the AC_INIT
        
        Change-Id: I9b7ce03daac7ae223cba1b8741042431aabe7f59

2013-01-16  Tor Lillqvist  <tml@iki.fi>  [c59d3710605d2ad97c3aa6da2298d5d6a4004d67]

        Remove unused variables
        
        POSTVERSIONEXTENSIONUNIX and LONG_PRODUCTEXTENSION are not used anywhere
        
        Change-Id: Id1f2db293fff134075b6658b738dc3be8d17a279

2013-01-16  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [40411d73bb00f5bc1e65dc1d13727e55d0335fd6]

        sw unit test: force layout compute after loading document
        
        Change-Id: I35173bbc2a4e33dfee555aa71f053e219ef01d1e

2013-01-16  Tor Lillqvist  <tml@iki.fi>  [cf9017ae189167962902e8ce28f5f36e89b30069]

        WaE: unused variable 'aImgSize'
        
        Change-Id: I192671cdec129b7c78638efb0c4339bfb265c47d

2013-01-16  Takeshi Abe  <tabe@fixedpoint.jp>  [e2d76d285611b5ab5b88f1849b7ffecd84c4aa65]

        sal_Bool to bool
        
        Change-Id: I6997b288f444c7f0a982e88a9549569ed816493e

2013-01-16  Takeshi Abe  <tabe@fixedpoint.jp>  [604936e0dcf256fa5a2fb95054a2d06810dd9191]

        Drop unreachable branch
        
        Change-Id: I90ce9190b652956e3ddb248bf570cf829da3a387

2013-01-16  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [6819f9b834581acd5507cd2301bda8b5395b937d]

        docx export: fix regression on table borders export
        
        The removed code was supposed to allow LO to write cell borders only
        if they were different from default cell border.
        Bug #59275 show that this is incorrect.
        
        Change-Id: If31914c412480fdadb775ca6675999ecde3e6bba

2013-01-15  Miklos Vajna  <vmiklos@suse.cz>  [30798fbedb93bca8988ca3a0f626dedc3df052d3]

        sw: kill no longer needed ASCII_STR() define
        
        Change-Id: Id7f221ba96594502d04bba05375cba03b0f36970

2013-01-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [a9470e9b3017ef8c79f38021b3e7823dbe24a93e]

        fdo#57950: Remove chained appends in filter
        
        Also removed a lot of *STRINGPARAM macros.
        
        Change-Id: I46856d33bb28e37ab115860095644c7e95cf3c4e
        Reviewed-on: https://gerrit.libreoffice.org/1687
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e9aff4b508a1ccd1e5a40fadce3ca78db7b49b86]

        fdo#57950: Remove some chained appends in shell
        
        And remove some *STRINGPARAM macros.
        
        Change-Id: Idebee475e4b383f5f390040515bdfa7c49a24c1d
        Reviewed-on: https://gerrit.libreoffice.org/1682
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [279b6f39cf4a13667dd8bcbe8766f900593633c9]

        the first icon in an icon set should be the negative one
        
        Change-Id: Ica3c48739c0f8597a72ea4d2346e406f147586a9

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e13802770cd77071063af9946af2f189a83aa8b]

        also support showing the icons in reverse order
        
        Change-Id: I919895589025ea360448b742e5ec6d6de4ca964c

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af1db964b82c6f1583a7e851656f765a222b14c1]

        support to hide the value in icon sets also for OOXML
        
        Change-Id: I506b9e14166576ceced880e5032d492e83b7a52d

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [50f8fcbcc388243f821c52d75bb516858abe688d]

        support to hide the cell value when using icon sets
        
        Change-Id: I1ed002758a3c073f950cec2b2222cfc0d3684df7

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6240d455e179e202bbadffd170965a1e61d5f896]

        move this class from the header file to the source file
        
        Change-Id: Idd4f79718326770426b6e297c1753af062c7396d

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6ec7b16f2fda4d6624b06506ccfa2a4c5bc4cbb]

        create correct icon set information, fdo#58610
        
        The old code was mixing two different concepts. In the UI we used that a
        ScColorScaleEntry means <= this value while in the filter and the render
        information generation it meant >= the value.
        
        Now everything follows the >= pattern.
        
        Change-Id: I67c03d93c5c6051054b90f6e8200206c3616d49b

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d81787416087827200ee12a8fbd25747fbfc3959]

        add test case for fdo#59293
        
        Change-Id: I5972a2805d8bc03b84a42fbba4b67923b3b77249

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b7db7ec86cc2aa8119fd29ec844d6b52f6c4fcf]

        Revert "fix icon set rendering information creation, fdo#58610"
        
        This reverts commit 0f6adf7a8cbccdb0a2697176a6e0e8cf58edd5fe.

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [c25bee9ca3c3015c46c8fcb28654e5bed8a4d912]

        make emailmerge work with python3 and python2 at the same time
        
        Change-Id: I6289b522513a2fc86e261c85a04ca9c89fd55b63

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [5cd7c8906150b94c224ab9bc9f850684198c7f04]

        Resolves: fdo#37449 apparent access into empty codepage bitset
        
        Change-Id: I2efc3ea10cd4313eaa1894fdfbffd113a125e2ba

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [932e916a9c47071eec9eaf43eff9718f4be2d9bf]

        tidy mailmerge debuging messages
        
        Change-Id: Ibca2af0efa448ed4c2c5b7ad73febf16cbf03480

2013-01-15  Andras Timar  <atimar@suse.com>  [9e43e4867b30f4869f2a341f02556a68bede3c24]

        make translatable a few more ui strings
        
        Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185

2013-01-15  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [57ca766ab44e0d55ce21ee734aa0aafbff94eb45]

        docx export: add test case for paragraph mark export
        
        Change-Id: I2701ee12221460f8ff19397ea215cc1484648d18
        Reviewed-on: https://gerrit.libreoffice.org/1650
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-15  Andras Timar  <atimar@suse.com>  [bf442dcaa02f844d7b69d6851287a186f77344b3]

        fdo#59212 UI elements were untranslatable in Basic Macro dialog
        
        Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [e48a060eb80b76c943e7dbd815b63429905a14b6]

        make emailmerge work for me with python3
        
        Change-Id: I4f79aa69b39d2be8fcceacc90b858f116f875385

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [a5dc04633d79f5abee85d919e097983117d2abd4]

        fix mailmerge output as plain text, explicitly pick correct .txt export filter
        
        Change-Id: Ie277dc58d9e562ffa2a0edd17c18aafe4f4bd4de

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [03f7d96997e8d9cde6b82936792dee4d3a756eda]

        split out border page and adapt code
        
        Change-Id: I1c6b8c0fdbd82d54920e168afbe5c33a29244202

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [f70713257f47f341ffa6b500b973597d2dfc9657]

        teach ValueSet to calc an optimal size
        
        Change-Id: Ibb0eb8caf61a8310850f6b9889cdb1304c5be5e4

2013-01-15  Caolán McNamara  <caolanm@redhat.com>  [356f6c5d89dd4dd92b2351898e07f99b96cb34cc]

        teach FrameSelector to be resizable
        
        Change-Id: I0fd91d707b89197d57dc6eaf7dcebfdb055d73c6

2013-01-15  Ariel Constenla-Haile  <arielch@apache.org>  [8a324a3ba599bee03311e5f6ba6e1c83edc1e343]

        i118814 - Allow set connection timeout in Mail API
        
        Conflicts:
        	scripting/source/pyprov/mailmerge.py
        
        Change-Id: I7a3eb3b29f41eed154abd45e1aa5be824983f5de

2013-01-15  Ariel Constenla-Haile  <arielch@apache.org>  [a5cefd4007be4789f550ee559aa832ddb04c2dc3]

        i118791 - Encode ReadableName in UTF-8 only when necessary
        
        Conflicts:
        	scripting/source/pyprov/mailmerge.py
        
        Change-Id: I5275bdbbc21f422248a32b824ea6de965c23abd0

2013-01-15  Ariel Constenla-Haile  <arielch@apache.org>  [3f2f92b753474883b5cd97aff3e00ac55fd23f3f]

        i118736 - i118787 : fix XMailMessage implementation in mailmerge.py
        
        (cherry picked from commit 4166969f3b8ed05e91c10a724ce7bd39074012a1)
        
        Conflicts:
        	scripting/source/pyprov/mailmerge.py
        
        Change-Id: I794735f02db1efe04b323fed9db5458242e5c16a

2013-01-15  Winfried Donkers  <osc@dci-electronics.nl>  [fa058a4cd6580d5538c49d565499fb5cc4ecfe53]

        fdo#40465 solve regression when zooming with cursor not visible
        
        Change-Id: If8dfff1a27218c7821823fcad04bab9f924fec70

2013-01-15  Stephan Bergmann  <sbergman@redhat.com>  [32afbf1ae15426defc2c1b58f754d0e6d5c406e5]

        Remove obsolete rdbedit tool
        
        Change-Id: Ibc0885e4c073c09a673f08297bfc5de42f2b3c28

2013-01-15  Stephan Bergmann  <sbergman@redhat.com>  [f74c5f27f04940654320ce5bbfcd41b58a046288]

        Remove obsolete checksingleton tool
        
        Change-Id: Ief63ba65ea90636f9a2803a98bbe43d73c101ef5

2013-01-15  Tadele Assefa  <milkyswd@gmail.com>  [4cb248cfae9ac6e7e96528ff7430fd3de7127780]

        fdo#59197 added Sidama_Ethiopia [sid-ET] locale data
        
        Change-Id: Id40a5f1d726b9d2b4cf78fbbf51d980517c743a1

2013-01-15  Michael Stahl  <mstahl@redhat.com>  [2bea148c8e2b8b98e282d5ef9d655b234b487639]

        Updated core Project: help  a915dcd521181918307d16fb2168d436e5370043

2013-01-15  Stephan Bergmann  <sbergman@redhat.com>  [d55155cad0926f61b5745260196b93e95471d06a]

        Include <cassert>
        
        Also, move assert into uno_type_sequence_construct so that all its callers
        benefit.
        
        Also, change some OSL_ENSURE to assert.
        
        Change-Id: Idd0a03c4aa6eed1db453db84602c01ff16f0d72c

2013-01-15  Andras Timar  <atimar@suse.com>  [9f813d9f692d10f6d151c27617c2c5a36fac8c19]

        fdo#58026 typo fix in Addons.xcu of Google Docs extension
        
        Change-Id: I44e6ade6f9c89cc8086a7a69a0f7a81470c85ba8

2013-01-15  Miklos Vajna  <vmiklos@suse.cz>  [078e8583eaee630dc24e4c355914b532cadeb316]

        clean up copy&paste tests duplication
        
        Change-Id: Idc3e959ba701f9967f7bdb95bd920c8e7416c80a

2013-01-15  Miklos Vajna  <vmiklos@suse.cz>  [b6a2083b9dfe5aceb0900315363ef41e2f3abef5]

        fdo#59338 fix RTF paste into footnote
        
        Change-Id: I89501f267fd4256eb3b1316ef41a0f9b0786e0f0

2013-01-15  Noel Grandin  <noel@peralex.com>  [63d0f95dd61ea85da08c6be0b53f323e57069f3f]

        fdo#46808, fixes for windows build
        
        Change-Id: I92e4af840a180361c49de71a7875d6a05fa503ca

2013-01-15  Andras Timar  <atimar@suse.com>  [1e1b1687c8518f6d1c7ee77b18d464ac1c00852b]

        fdo#59158 About dialog Website button link fix for zh-CN and zh-TW
        
        Change-Id: I85007bf689bb6c7119a4971f0bd925beccb8bd30

2013-01-15  Noel Grandin  <noel@peralex.com>  [2a90016e87478543c791e3de2bb1f67318f4f236]

        fdo#46808, fixes for windows build
        
        Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014

2013-01-15  Miklos Vajna  <vmiklos@suse.cz>  [e2a1d1c49117e3321a59daff35500394a7e60cda]

        uno::Sequence: assert on negative length
        
        Change-Id: Ie94a6042863bb0d91f2b61ac8a048182aea41c0a

2013-01-15  Noel Grandin  <noel@peralex.com>  [abcbababca2ff10bb78d36cf1a625b9d615eaa9a]

        fdo#46808, Convert comphelper::MimeConfigurationHelper to XComponentContext
        
        Change-Id: I74b4f0c4a84f02b218102405eaba24cf47f654ce

2013-01-15  Noel Grandin  <noel@peralex.com>  [251f1b0b38be7d1267339898e44e320f05849e22]

        fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new style
        
        The services already existed, it just did not have an IDL file.
        Adapts
          com.sun.star.embed.OOoEmbeddedObjectFactory
          com.sun.star.embed.OLEEmbeddedObjectFactory
          com.sun.star.embed.EmbeddedObjectCreator
        
        Change-Id: I8ba01c7fd956a46c87d02dc7d61bdd5fcdf21ab8

2013-01-15  Noel Grandin  <noel@peralex.com>  [64fc0ccde17bbe80fb25f9e07ba68f6aa304c3ef]

        fdo#46808, Convert starmath/mathmlimport to XComponentContext
        
        Change-Id: I93e103851117b27234393341360b2eddbe1b0e1c

2013-01-15  Noel Grandin  <noel@peralex.com>  [23ef230fa0db1f6599ef22edc25e5ce16cc43c41]

        fdo#46808, Use service constructor for presentation::SlideShow
        
        Change-Id: Ib757190a9452e8cb69bff417ebd7b558038e1537

2013-01-15  Noel Grandin  <noel@peralex.com>  [28f0a6de18d79432d30becdd20d25301f93e86e9]

        fdo#46808, Remove unnecessary call to getProcessServiceFactory
        
        Change-Id: I8427c2753a75a548a6b2e56516f62cb736562ffa

2013-01-15  Noel Grandin  <noel@peralex.com>  [549578a4ea996260437b355c39896593afc60726]

        fdo#46808, Convert services in i18npool to XComponentContext
        
        Change-Id: I3aeaca995bc9a3d865b6955aa47cee4d9eb07750

2013-01-15  Noel Grandin  <noel@peralex.com>  [f6c759a6e5ead55b857e5d4898aa423b7616e816]

        fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new style
        
        Change-Id: I98bfbc8e143b9ad9d486f97380186fde9b4423ec

2013-01-15  Noel Grandin  <noel@peralex.com>  [2fe852386c9450014f84910b0a282d684f40b56a]

        fdo#46808, Adapt SystemClipboard UNO service to new style
        
        this is the datatransfer::clipboard::SystemClipboard service
        
        Change-Id: I00227a2d84e2f1eaf9ca1ebb4fbe1f1548a6621d

2013-01-15  Noel Grandin  <noel@peralex.com>  [54f141882400731e75d25ac137fa516d9093f4fc]

        fdo#46808, Adapt frame::SessionListener UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I88b914995eaa52708c1d51271455478fedb65a63

2013-01-15  Noel Grandin  <noel@peralex.com>  [92f14ced5e6f613772792d863a8c2cfeddfdae04]

        fdo#46808, Adapt frame::TaskCreator UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I157c53d09b612da0178432100b8928013f811706

2013-01-15  Noel Grandin  <noel@peralex.com>  [e7018375cdf0e5e542631df9dee6023ff80b7840]

        fdo#46808, Adapt frame::StartModule UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I400551d34d074cc8cf36fad58badc921422a2efa

2013-01-15  Noel Grandin  <noel@peralex.com>  [435989ad0616a36d03975096919721e8506f5516]

        fdo#46808, use service constructor for awt::TabController
        
        Change-Id: Id02a77bf58dac179aae6df4df72e56e41c8693d4

2013-01-15  Noel Grandin  <noel@peralex.com>  [1e618a8df61fd585d9e546148790b3856bf9c68d]

        fdo#46808, Adapt ui::AddressBookSourceDialog UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I34f9c29b7d5c91735cf1763b74d02516466bc78c

2013-01-15  Andras Timar  <atimar@suse.com>  [b920a2a8682b21f29c63a269e6383647025cf635]

        fdo#59370 Default dictionaries set for Russian UI
        
        Change-Id: I38c5ae35291fb79f2a95f911ce2ff86234d5ee8a

2013-01-15  Andras Timar  <atimar@suse.com>  [44a715eebc2df81a192bfb4e79b03bc9e1691d6b]

        fdo#59381 Default dictionaries set for Catalan UI
        
        Change-Id: Ie207ed693847fc9791851e22eddb7b7e8ba76b41

2013-01-15  Andras Timar  <atimar@suse.com>  [0736a62dac9ecbe07dac121d492bdc4fe64befe2]

        fdo#59380 Default dictionaries set for Spanish UI
        
        Change-Id: Idaa9afd9751c1272ea3dc1d621b8d40a8a7dbbd7

2013-01-15  Andras Timar  <atimar@suse.com>  [6833cf12a077dd07103c58a3bb2407d751a33767]

        Updated core Project: dictionaries  a272609545d3153107828949911fc04c1e87b329

2013-01-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [107504d938a4b6893e8d3d30adab7b47a726d314]

        WaE: nil is not a BOOL
        
        Change-Id: I503e8fa4d84590e2ac0f569b611706aa672c9204

2013-01-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f5528e26eba18eb5e691a007b45aa23851931be]

        cosmetic cleanup (trailing spaces)
        
        Change-Id: Iaf978c557066c9fe300f74ce373907b93a0c7861

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [253f9c5680e9a7b4bb5f2312c3a58eda0f77a820]

        with the new recalc of matrix with errors, this assert is no longer true
        
        We need a new test case for this with a matrix that does not contain
        cells with error values.
        
        Change-Id: I7fb9efb5077cf6e43cbfd32c64274777d371b956

2013-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f4269b9798c348b1ede4ad0d777f6a0977b7e16]

        for error value in matrix force recalc, fdo#59293
        
        Change-Id: I202526bb3cf6e0f6c55913b44a15694e0794e273

2013-01-14  Andras Timar  <atimar@suse.com>  [9ad64e2c8c9e8b192bb97fcf0ef40061ec379f40]

        fdo#58854 'Insert' button was untranslatable
        
        Change-Id: Iedb17e216083fdb8990fe9dc663b27eaa352ecf3

2013-01-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [25f5a30c85f960dfdfe918531f9c788fe307cb2f]

        Keep this simple. No need to wrap literals with OUString any more.
        
        Change-Id: Idedd6be54cf74efc69a48d39018011aba018973e

2013-01-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [230072a6be455c45ec37229caa97563e08f7d7b4]

        Figured out why testFuncMATCH was failing. Fixed it, all green.
        
        Change-Id: Id45f4c853bf689afa8a46edc02e1e5f8c43894bc

2013-01-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1712337d4dbdca7453a8ff701d429637edb9934b]

        Add new unit test to test pivot table functionalities via ScDBDocFunc.
        
        This change also introduces the following changes:
        
        1) Special initialization routine just for the unit test runs.  In
           particular, SfxMedium instance needs to be set even for a brand-new
           document (as in the actual run-time), or else the document would be
           always labeled "read-only".  This prevented us from testing various
           code in Calc, which this commit fixes.
        
        2) Several cppunit checks that checked for incorrect results, which
           passed because we happened to be getting those incorrect results
           due to the issue with the SfxMedium instance not being set.
        
        3) Unfortunately now the test for cell function MATCH fails for some
           mysterious reason.  The test is disabled temporarily until we figure
           this out.
        
        Change-Id: If231fd99e0ffddcd74f65c7cb5476e7a25f0ac7d

2013-01-14  Michael Stahl  <mstahl@redhat.com>  [8bab53a19828b888ca689dafaf98aa3ba82228a8]

        wizards: Document Conversion: remove StarOffice mode:
        
        With the removal of binfilter, legacy StarOffice format documents cannot
        be converted any more, so remove the associated code.
        
        Change-Id: I49da6b56eb893acebce0de43846128abaede6a71

2013-01-14  Michael Stahl  <mstahl@redhat.com>  [907b63a0f3f754d4a975717ffec9cbc03214f0f3]

        mailmerge.py: fix the debug strings again
        
        Change-Id: Iceac0952b6fc9765cb12f6694260070c1c17296b

2013-01-14  Michael Stahl  <mstahl@redhat.com>  [c5192576bfe0d61302cc2fcbf870e8ec6d870d8e]

        Updated core Project: help  89d2680dda47ae81b2a50a0e9e1239f90b99cdb7

2013-01-14  Julien Nabet  <serval2412@yahoo.fr>  [460c55f620a1bab7aa8f740dc85a60ce0cdf583c]

        Modify constructor, remove setters + unused define
        
        Change-Id: Ibf878c44ae761e59a04b6d5023296c5918cbf85e
        Reviewed-on: https://gerrit.libreoffice.org/1665
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Miklos Vajna  <vmiklos@suse.cz>  [d276d3f3ae112a11c8cb5768650d147cbb94275e]

        fdo#44053 fix this again and this time add a testcase as well
        
        This was about importing RTF tables where different rows had different
        number of cells. In the meantime, a better implementation was added for
        DOCX, just using that for RTF fixes the import of this bugdoc.
        
        Also fixes a crasher while loading ooo43817-1.rtf.
        
        Change-Id: I0970275272eca7f33a442bd6acc97a4f8d9dabeb

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [34d63e34d9f65ce83564ac310c5857d17147e27f]

        Use std::back_inserter
        
        Change-Id: If87f96b5c616ee6ec70de6aa7f2a58c044f04f3a

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [e19242c377aa548173e75b57f01108972194f1db]

        Remove obsolete typesconfig
        
        Change-Id: Ic3fd543351637c610621814bb8c8f4fa3cab64fc

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [6bbe55c4f563bd6944d276760d7c30527136313b]

        Simplify code
        
        Change-Id: Ib35cba4544726c1653d36072f3499dffec3cced3

2013-01-14  Caolán McNamara  <caolanm@redhat.com>  [0dd3b8b24364d31a00ef30b70dcc6fb63c5d96c9]

        Resolves: fdo#58324 keep both halves of surrogate pairs if glyph isn't found
        
        Change-Id: I8fda443bb224a7a99b992611221a65e9869da8b9

2013-01-14  Caolán McNamara  <caolanm@redhat.com>  [830f44b1ca0e121d3e27a031054313e3f194ab1d]

        we only ever want the preferred window size from GetOptimalSize
        
        so remove the MAX and MIN options and simplify the whole lot
        
        Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea

2013-01-14  Caolán McNamara  <caolanm@redhat.com>  [d652af7d071bb5e5c3f7592d6dc7e7c400e711d3]

        merge the 'holy default' default window sizes to a single place
        
        Change-Id: I247a52cf547da268e5aa6f7c9fef000c598b661b

2013-01-14  Caolán McNamara  <caolanm@redhat.com>  [02d4f6a2494621a17bb59d743ed499cce555839a]

        split confused ImplInitDigitMode method into seperate functions
        
        a) ImplCalcDigitLang that determines the digit language
        b) ImplInitDigitMode that just sets the outputdevice according to that lang
        c) and convertDigits that physically converts the digits in a string
        from one language to another
        
        then change the body of convertDigits to use GetLocalizedChar from vcl rather
        than its outdated copy of the method, which teachs editeng all the digit modes
        that were added since the method was originally copy and pasted.
        
        Change-Id: I2ef7d5d3396c106d4f8fd90142c9d9cf99064bee

2013-01-14  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [1f2c079dd2bc9a2f5aa3597a8222bde3073a04da]

        sax: add methods to duplicate current top marker and reapply it later
        
        The need for this is ooxml: we need to have a duplicate entry (rPr)
        like this:
        <p>
          <pPr>
             <rPr>...</rPr>
          </pPr>
          <r>
             <rPr>...</rPR>
          </r>
        </p>
        This patch allows to do that by setting aside a copy of the <rPr> line,
        and then merging the copy when needed.
        
        Change-Id: I3868a822aa9e5210f3d814c68398a38f95072cd5
        Reviewed-on: https://gerrit.libreoffice.org/1648
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [8c178a50334109b34ef456ca6aa51cd3d98699ae]

        docx export: also export rPr in <pPr> (paragraph mark styling)
        
        Change-Id: I179363e7d0acc3d6a1f95dcfe975275a9243e863
        Reviewed-on: https://gerrit.libreoffice.org/1649
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [ee9f23bb94b4c2c8c4db6466ecca272a092e9492]

        docx export: invalid sectPr added at the beginning of the doc
        
        This reverts commit 60fa5057039d2413d56813df4d45e5cfdfbb40ac,
        which was a revert of 723f772d (fix for ooo#106749) with an
        alternative fix to avoid a regression (fdo#56513).
        
        This commit contain a fix for the sectPr issue, and does not
        regress on the 2 previously fixed issue.
        
        Change-Id: Ibc551b38d25554c59b7c4ac5a447a0d60323f53f
        Reviewed-on: https://gerrit.libreoffice.org/1647
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Miklos Vajna  <vmiklos@suse.cz>  [e85b4e8531125c5b437db515981a344138b8fdd5]

        document SwPaM::SetMark()
        
        Change-Id: I2a57cdea7e952c52f5ee93466a7b81da73b75a7c

2013-01-14  Miklos Vajna  <vmiklos@suse.cz>  [55b7d15ae984d4ff772e147414c775d2ad69c9f0]

        SwPaM::HasReadonlySel: sal_Bool -> bool
        
        Change-Id: If4c9cb523c6ac357683522029769a82ba10667f1

2013-01-14  Miklos Vajna  <vmiklos@suse.cz>  [bf670bcd5e60eae95a6bd297391799f13e55db9d]

        fdo#57938 testcase
        
        Change-Id: I5a219011952f37861b0688e17afca1b3b07fdc31

2013-01-14  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [b1859c3a6d32dff66550c33831df241035d91aa9]

        docx export: add missing arg to impl_pageBorders call
        
        The missing argument could cause data loss due to ill-formatted
        document produced.
        
        Change-Id: I65dee7f42c633ae9602d454e2f03ebc821c9c0ab

2013-01-14  Miklos Vajna  <vmiklos@suse.cz>  [50b6dc0099ff61050b82a2e37e70d643151e7ce7]

        fdo#57938 SwPaM::HasReadonlySel allow editing before commented text ranges
        
        Change-Id: I229602e7783c76e7fc57b78a408f90c1f6a8cda5

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [a6f5e5238ca4536eff6c52cf10e52bd116723d72]

        Fix one more use of removed ViewHandler.py
        
        ...in the style of d6308705133ccde121dcd40f94a1d4367356630b "pywizards: get rid
        of ViewHandler" and 155600869800a0b51f9787b8a1879d3c680342c3 "fdo#59248: Remove
        remaining dangling view of ViewHandler.py," though the Python version of the
        Agenda wizard appers not be used yet, anyway.
        
        Change-Id: I993306d6ffa87d0938763706d41e12b2ffdf57e6

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [3495f4817b80c3fc9846ed2bddfc492d39f01679]

        Work around "may be used uninitialized" warnings
        
        Change-Id: Ib31ebaf6a6117689737705921a7af558257e8cd1

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [155600869800a0b51f9787b8a1879d3c680342c3]

        fdo#59248: Remove remaining dangling view of ViewHandler.py
        
        ...that had been left behind by d6308705133ccde121dcd40f94a1d4367356630b
        "pywizards: get rid of ViewHandler" and caused "from .LetterWizardDialogImpl
        import LetterWizardDialogImpl" in CallWizard.py to fail.
        
        Change-Id: I51dcb2812863f502bc06e3e3b07285f6c31714ca

2013-01-14  Eilidh McAdam  <eilidh@lanedo.com>  [18be0ce63bbff4132c198e29a34cf3e5a27369d5]

        Fixes image drop shadow export to DOCX.
        
        Word has problems if the effect extent element is omitted. This gets
        the minimum required extent using the shadow position.
        
        Change-Id: I69d0d7a694c34f50289253e5cb7c4265198deaa8
        Reviewed-on: https://gerrit.libreoffice.org/1655
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Michael Stahl  <mstahl@redhat.com>  [1a5b3d8e4d88aa27647cc7b99623dd6f6e706bbc]

        fdo#59249: mailmerge.py: adapt to changes in smtplib:
        
        Apparently the login() method in Python 3.3 expects str arguments for
        user and password, since it calls encode on them, but for Python 2.6 the
        "encode" calls were explicitly added in the caller since login() does
        not encode itself; add an ugly version check for that.
        
        Change-Id: Iebfce44073a837e9cb845855ba448d5b6a2ebd11

2013-01-14  Michael Stahl  <mstahl@redhat.com>  [b08dc0b7777f48cef97e90ae1f4633591add680b]

        Revert "fdo#59249: mailmerge.py: some more bytes vs. str mangling"
        
        This reverts commit 9dec0c79011a0c09068d86fba9387c67da84a39b.
        
        Was nonsense because login method actually expects "str" arguments.

2013-01-14  Matúš Kukan  <matus.kukan@gmail.com>  [fabae54c51c25dcb28febe8181de8a5ee360ce1b]

        append library specific compile flags at the end
        
        Change-Id: If9d4640b59dd411734a581c66f9310d31ab9fbb7
        Reviewed-on: https://gerrit.libreoffice.org/1632
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-14  Andras Timar  <atimar@suse.com>  [c87be4c207e98b8449cc66a7eea7e1a6e3140ba9]

        Updated core Project: dictionaries  0f7aa36b2804a7934b4089e50f4225264c46c806

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [cb50efb8cbff5bd40b713cc86fb00c1870f4a160]

        Ignore and distclean generated files
        
        (Modelling .gitignore-per-directory instead of a single one in the root dir
        after exisiting config/.gitignore.  No idea which approach is better.)
        
        Change-Id: I0ae90103ada4bfff48e90afcf3903bd3ba909314

2013-01-14  Radu Ioan  <ioan.radu.g@gmail.com>  [d4bca924dd7ebe1b57f15de3e741f0fffcb67225]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        - Clean up OSL_
        - Clean up DBG_
        - Clean up OUString
        
        Change-Id: I002d17ffbbd8371b0518ede34931b2eea30865a3
        Reviewed-on: https://gerrit.libreoffice.org/1602
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [56c4deae00e42719652b3f8cc3375180d7fd801e]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        ...comparing enum aToken.eType with -1
        
        Change-Id: Ied886e8e455e6deae762da78e366dc12e37a76cf

2013-01-14  Stephan Bergmann  <sbergman@redhat.com>  [8cc6699ade4e1e1b7b00d7034b12c3aec2ed50e9]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        ...comparing enum eOption with -1
        
        Change-Id: I927b71d1e9988a39ffc1be585ab4bdecfd16b226

2013-01-13  Caolán McNamara  <caolanm@redhat.com>  [612981fc8fd7a35d8112951e05e1b2cf0f5f1c08]

        callcatcher: update and remove newly unused code
        
        Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc

2013-01-13  Caolán McNamara  <caolanm@redhat.com>  [62188aac68b30affbe144f8bd06f346f0e749cf9]

        grotesque TextControlCombo can now go with widget layout
        
        Change-Id: Iced5ea01d08101173ede4d5676bcbd95084e3ea7

2013-01-13  Julien Nabet  <serval2412@yahoo.fr>  [2ab24c8f11d20892532da8601ff76f22e0a05a5b]

        Fix 2 scopes can be reduced
        
        Change-Id: Ieb216aff08307ca684e11dbd7f59d1f7719ca274

2013-01-13  Julien Nabet  <serval2412@yahoo.fr>  [6086949c9e29339d097585137e571aa780c24257]

        Remove unused function useFont
        
        Change-Id: Icaa3e130ebd4eb168a62a2b45cf8f7a222c0764e

2013-01-13  Julien Nabet  <serval2412@yahoo.fr>  [a2dd3feaea16a765956aecacdd6cc21ab5404a5b]

        Add missing parenthesis
        
        Like this since 29/06/2001 (5ef2de612d973bc747ff4a107e4e4c4ecb273429)
        
        Change-Id: Ic86d6ca473a8bdf8f4c6f216fb6dd20af4694911

2013-01-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [88fae025760982d1fa46265e6c730419a5853ed6]

        fix the previous commit
        
        Change-Id: Ibbdf8212e8336817eaacf5d125472804d7678905

2013-01-13  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [6f3c367f9c2bff7520f2a55f1795fd718abea938]

        fdo#38838 Some removal/replacement of the String/UniString with OUString
        
        Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff

2013-01-12  Caolán McNamara  <caolanm@redhat.com>  [d28ccfbcdd459d21f8791cd7a61a52a12d3adbbc]

        fix compile with higher debug levels
        
        Change-Id: I95c932f94c4124ef40c67f7f270be05dfafd8f65

2013-01-12  Caolán McNamara  <caolanm@redhat.com>  [c681b22963bcfb1a34e143add9d10f81f1e35151]

        split out table columns page and adapt code
        
        Change-Id: I37fc7936357676dff135e85db17040324d2f3534

2013-01-12  Caolán McNamara  <caolanm@redhat.com>  [90455e84916afcf8fbb287140036ba7f024b84bc]

        default spinbuttons to left align
        
        Change-Id: Idccab2fcf985ede4f07897131e9cae3499030b0f

2013-01-12  Caolán McNamara  <caolanm@redhat.com>  [35dac7a55eeccb9e2362c0a542e011d76b17a32f]

        these members are private now, use accessors
        
        Change-Id: I397a6e5c8585cbc37ec8f28ab6b05914976e163f

2013-01-12  Eike Rathke  <erack@redhat.com>  [42a9b2399e6bbe4f29347da9933b02dd2d9ad1ca]

        fdo#59292 OOXML TDIST is ODF LEGACY.TDIST
        
        Commit 3deb83d7a74a0fe026791e7a336ac6ffad9c0026 correctly renamed ODF
        TDIST to LEGACY.TDIST but did not adapt the OOXML filter mapping.
        
        Change-Id: I107859722ac0e9f7ff9725f1d55080340973d86e

2013-01-12  Eike Rathke  <erack@redhat.com>  [bad3ddbbb0fbef8a39cbe89db77d7c7053edf0ed]

        OpCodeProviderImpl::initFuncOpCode: warn if there is no opcode mapping
        
        During loading an xlsx document in an --enable-dbgutil build
        OpCodeProviderImpl::OpCodeProviderImpl() spits out a warning
        "OpCodeProviderImpl::OpCodeProviderImpl - opcodes not initialized"
        
        OpCodeProviderImpl::initFuncOpCode() now gives a clue which.
        
        Change-Id: Ia0bc53ce5a590e6904c660cd725d907efa5a731d

2013-01-12  Eike Rathke  <erack@redhat.com>  [0dce7abb566c87d6263108a1a81850b83098659f]

        fdo#56124 IFERROR IFNA Excel import/export
        
        Change-Id: I796e99f8893cb48fa2351f7799bb247a3488ce69

2013-01-12  Tor Lillqvist  <tml@iki.fi>  [484bb96aa975d834e326d927d36ee17808b8b6b5]

        Update comment
        
        Change-Id: I7afe33dc6ec3ce8f8fa3abe73463ff5293920a41

2013-01-12  Tor Lillqvist  <tml@iki.fi>  [e1a467e618d2ba7aa7abe5ae3d19c048175108ff]

        Expand also openoffice.lst for version numbers from configury
        
        Change-Id: I7bad1639488616db3823e25d6508e8e57f2212ef

2013-01-12  Caolán McNamara  <caolanm@redhat.com>  [4a478876e2ce355072c0865f0008807f9d9a796a]

        split out table textflow page and adapt code
        
        Change-Id: Icc32df960b7a1d794ce5342daa594344d9279477

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b3782fad3be3319775d94447a27e8fdf16ad08e7]

        Still trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267
        
        Change-Id: I9caea65444cee86897b25f7d8f604af71e91be9a

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [99f5c1f0567f1351feca598c0f9c2f780d56ac72]

        Further trying to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267
        
        Change-Id: If1d8e1e77fce5a04531ac4f79630991bb9e24392

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9fe5296965710d6fe735553e0ff15a068c3b9d7b]

        Try to fix 08def320062ad7c5cf98e577a2af1fad7c8eb267
        
        Change-Id: I213717c9e6a9b83932b839d082e59c524c1b78e0

2013-01-12  Andras Timar  <atimar@suse.com>  [103850679245b6dd7fcea1622ef6c8696a47ef8b]

        'Calculate' string was untranslatable
        
        Change-Id: I289e3f2c16ac1cd109e511af11f9a8fa38894edb

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [3c91d336bf92cc297bab70112a5c94ac26fa863b]

        RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/generic
        
        Change-Id: I9d1ebdba22dc59f4761b3ff53d6d5df02a3496e0

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [08def320062ad7c5cf98e577a2af1fad7c8eb267]

        RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/[source,null]
        
        Change-Id: Icedb5ad5c1023829689d56367043451b8fe95eed

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8cfc269842792b014ad53206706e7103b12e0b30]

        RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/window
        
        Change-Id: I0210aa9984040dd8ecbe126097cf2de8d90d843d

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [512e92b537b0b6aeacc83d08efb8ada8620f9f50]

        RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdi
        
        Change-Id: If1697c5f6b2ee31959a37a20003321d5016bd63c

2013-01-12  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [24a2aa1403bd71261a6e21e8cbbd2232257c87e6]

        RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filter
        
        Change-Id: I5d9b930cb00e485d157ba95ff344fc93c29b54ec

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d928a8198a4ec9a45228b18bfb221195bdae6bbd]

        make the list box a bit larger, fdo#58609
        
        Change-Id: Iffff862ee7e20a7e534286785a12508a6442f78c

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f6adf7a8cbccdb0a2697176a6e0e8cf58edd5fe]

        fix icon set rendering information creation, fdo#58610
        
        Change-Id: Iad5dec601b54893ed809ab908671698919779ddb

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6f919c7288a7b59e9bad51d1452afba9a93c241]

        we don't need to cast here
        
        Change-Id: I260c7a050c5998e5dca634ea5d5f43742bf604fe

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [200e0c8d88fc68defebbd7b79fd4d1d2e1b9c6bd]

        fix a bunch of more crashes when setting personas
        
        Change-Id: I6c2c398e074a41c3173bff57bc12496b4c2032b4

2013-01-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [13d50871e328a640a5baa283cf669407738e8cdd]

        Maybe this will make the Windows tinderbox happy...
        
        Change-Id: I9e838d2e4cadd79c55a5648b006f40d3dcd04518

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fbc389bf17b7a2259380ade43fe15fd952c13eef]

        Remove more duplicated code blocks.
        
        Change-Id: I4b392a10b324ba082764df92a8640edb3e225666

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7eca12e396766dcf6ad7bf76ee3c0dfa49ac99c4]

        Remove duplicate blocks.
        
        Change-Id: If994ea2505078ea7133c162c95df4f89a3c5ba99

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb5be2219787ad7c0a50c5daaaca217179c6811b]

        Redo DataPilotUpdate() as well.
        
        Change-Id: I8c53c233f42b6640ef8d77982082945e07882979

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4dbce30757f3cbe8e083e2c85c2456554ba81402]

        Actually let's do these earlier so we can bail out early.
        
        Change-Id: I1903efe4dba876e4d373cc329c66595840d7be81

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [676c5a2a9235459a948eddf5bb93ebeb6c23dac3]

        Check this first before instantiating heap objects.
        
        To prevent memory leak.
        
        Change-Id: Ia4a5bb3fbad8bdd5646bc92c405458b929b5f7da

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [37cdf01c4e6de756c3ea3e05f9a648dc32c8e3d3]

        Remove duplicate code blocks.
        
        Change-Id: I403b6a1e3639c221b007f38ad07daf19dfd8e643

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5ae038858f9e54516f376571de8c10c35d9d65db]

        Remove all checks for NULL pointers from DataPilotUpdate().
        
        Now we can safely assume that both pOldObj and pNewObj are non-NULL,
        and they are not equal.  Remove unnecessary checks to make the code
        simpler.
        
        Change-Id: I263dc377aeb245dc9261b40ee0605e2cb54c28f2

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4932e51c77b18935d0ed562258b44404abac6817]

        A little cleaning of RefreshPivotTables().
        
        Change-Id: I0cc99d68545f5b7e27132930626afa830fc86633

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1a08de8483342400b39b3c0a0f37da00a6109fb]

        Add a variant of DataPilotUpdate that removes pivot table.
        
        This one became pretty small.
        
        Change-Id: Ic1e1e2b7afc35e5d1141a34722a6fe395832d936

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [12ff4cc60a87c0e9eddb1f354fd02e59d480b2de]

        Create another variant of DataPilotUpdate() for new table creation.
        
        Again, this version has much less branching.
        
        Change-Id: I9138471261f2d4df14b64e603a88d4495b6ea45e

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ecb7b8b698e47015b23cd4f7f7812df55c682a1f]

        Let's remove this underused bAlive flag....
        
        It's no longer that useful in today's pivot table design.
        
        Change-Id: I665a7707126793dfde17a2221ba563d22a59aad1

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab3c544633612a2079a918bf05bb59a21e17f208]

        fix crash with new personas when notifying windows
        
        Change-Id: I41e4c747c4662fb066746c0ca87d17ea6742080e

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f7515957e09bba964530123eebf500588e2e2a4d]

        adapt function description to changed place, fdo#58957
        
        Change-Id: I1abdae0f924bf919fbf43e5a07f950a8a10861a9

2013-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5dad4d7a23253217573748f1d3a3a90da10c1b60]

        correct indentation
        
        Change-Id: Ibcbcb69c96e8bbd6bccc0f852240a2a6cef2c1c0

2013-01-12  Eike Rathke  <erack@redhat.com>  [16ab898a4139ab1743f68caec86aaa2fb2ba10e0]

        at least use correct test data ...
        
        Change-Id: Icb5bb61108f6bb674016ce044ecbe6a366b4f9c6

2013-01-12  Eike Rathke  <erack@redhat.com>  [c34ca5c2a638476b76ae448b16a13358fd2be926]

        make this compile with a not so recent code base
        
        Change-Id: I9b3f8ca9c5af326735ff9c95359e6a0917d6898b

2013-01-11  Stephan Bergmann  <sbergman@redhat.com>  [1593c48768511472bf4038b8fe90d31aa2487e2c]

        Actually call testFuncIFERROR
        
        TODO: Commented out for now the tests that currently fail.
        
        (Also improved the code by calling CPPUNIT_ASSERT_EQUAL_MESSAGE.)
        
        Change-Id: I726089ad046b97ce64fd655269b2be652e78efe9

2013-01-11  Eike Rathke  <erack@redhat.com>  [3201c72db76fb1baabe9becf32e7788a88fe66ac]

        fdo#56124 IFERROR IFNA function names were swapped
        
        Change-Id: I3d13ab04b126a3268352df93a7ed4a35d7a085f2

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [e610e5f28e4b2b774a897ee7cf6d8098ade30a7f]

        Resolves: fdo#58865 hard-coded LibreOffice strings
        
        Change-Id: Ie03106c3089f6d1bc0172a2e2c702b5725e55acf
        Reviewed-on: https://gerrit.libreoffice.org/1656
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [89cb169b49de363ac290c23cb228675d022f5cda]

        use sizegroups instead of explicit code
        
        Change-Id: I2376e69adf235d1e6f89296c50a9cea76041f9d7

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [b6f8bc08cdb514639fcc15d6ad76406478e44f54]

        split out format table page and adapt code
        
        Change-Id: Iecc66a0a26c6944bd398f79eb760694405b17e70

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [00dc46b5832247a4bb018032305f629068523e6f]

        Use a sizegroup in the numbering formatting page instead of using code
        
        set the two additional frames we want to take the height of the category frame
        set to preferred size of 0 in order for the set of three to all the take the
        category height via the sizegroup
        
        i.e. there are a gadzillion currency formats so show eight of them at a time
        
        Change-Id: I4badd8852fc56553a94616ce8845aa40b22f2dc1

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [a84663a612053389703472dbd7aac4a4b9e7df7b]

        create VclSizeGroup analog of GtkSizeGroup
        
        Change-Id: I01015184223960a5bdfb895fedc79e982a408082

2013-01-11  Caolán McNamara  <caolanm@redhat.com>  [d19eab221f168aed12249ffc8a36a9f1aca5a94e]

        split out the ComboBox code that determines the positioning of subwidgets
        
        and re-use it to get a better calculation of the optimal size of a
        widget, rather than taking the current position of the subedit
        
        Change-Id: I85cb3ff98f23d21d7cfdcc28188e36616a19b5e8

2013-01-11  Michael Stahl  <mstahl@redhat.com>  [823ab0f98c81e68847b7a0e0667329c679b37f6c]

        ScDBDocFunc::UpdatePivotTable: -Werror=deprecated-declarations
        
        Change-Id: I0d1b8176c9796ae39bc692d48e4481bdedb6ff09

2013-01-11  Michael Stahl  <mstahl@redhat.com>  [9dec0c79011a0c09068d86fba9387c67da84a39b]

        fdo#59249: mailmerge.py: some more bytes vs. str mangling
        
        Obvious problems are in debug code only.
        
        Change-Id: I45aafb4f194a5a020bb95bd96c2d92ca7ee578f8

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [f902073e4790ab3de1d48758d4e38ba583809030]

        Update style of initializer list to preferred convention
        
        Change-Id: Ia8874a881d2a625500bbf74997ab75457e6f6b7e

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [b0cf4b3ef6438b1e049ed7db5840d698f3200a34]

        Update name of data members to preferred convention
        
        Change-Id: I2ce959942f95a123d2ec75a7df2194dff11fac64

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d99abd61a9091426bfccd871d6a8f036d5f49479]

        Let's not return here to prevent memory leak.
        
        There are several heap objects that are deleted at the end of the
        method.  Returning prematurely would leak those objects.
        
        Change-Id: If70cb3c9c02e47229d10b30f1542f7b25534d593

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [feef29286f0a7c6abd512a07fce9ef48327e0a78]

        Create a self-update variant of DataPilotUpdate().
        
        DataPilotUpdate() is getting more and more complicated, with so many
        branches.  Since self-updating a pivot table object is common, let's
        create a variant just for that.  This variant has much less branching.
        
        Change-Id: I75b0512258a09961ef13516d8d9bc8a2939287e1

2013-01-11  Stephan Bergmann  <sbergman@redhat.com>  [ac56d9373a66378a04048993ed5aec65cf39f149]

        Can't convert 'Enum' resp. 'bytes' object to str implicitly
        
        ...when you set dbg = True
        
        Change-Id: Ifc170e9336a662dce2ae59227baf3bea692eedac

2013-01-11  Stephan Bergmann  <sbergman@redhat.com>  [7a7e19c166df326c45f76a142b478b0629f784c9]

        fdo#59249: String literal needs a "b" prefix in Pyhton 3
        
        as the corresponding test is otherwise seen to fail, with user being b, but I have
        no idea if this is the most Python-3-ish approach to fix that, or whether more code
        needs to be fixed, too.
        
        Change-Id: Ia7fbcbca3cf578ffe1bd5ce3c7c5b709cc77317e

2013-01-11  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [194ba3a2cacbb5438dfcb8fb35167055e01ca251]

        docx import: fix incorrect nested table margins
        
        Change-Id: I07f0f47fcbd3d463d7831820cde338d8d59d9b68

2013-01-11  Miklos Vajna  <vmiklos@suse.cz>  [f132eaa5a6ec6fd3051442bda9caf94a3341c680]

        fdo#53487 SwUndoInsert: take care of fieldmarks when deleting field chars
        
        The problem was that while SwUndoInsert removed the field characters, it
        didn't remove the fieldmark, so after unding a comment insert, it wasn't
        possible to re-insert a comment.

2013-01-11  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [1874df3041789729478ef99ff156ccee489c6a7a]

        doc export: add unit test for bug i106749
        
        Change-Id: I1df4cbb013d94cff7ae5195427044b1e1b2d8895
        Reviewed-on: https://gerrit.libreoffice.org/1646
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [87c66e9e3d7ab1351fac8db9aad80ed01e7634b6]

        sw unit test: add call to CalcLayout before using the layout
        
        Change-Id: Ibb3f8175729cb579a687275a11884c397152fe94
        Reviewed-on: https://gerrit.libreoffice.org/1645
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [40e0a5d73a5b7a0f23015ee481a94639400f581d]

        doc export: add unit test for fdo#56513
        
        Change-Id: Ie87648368f877af56878bc83fe3d5ece66f77304
        Reviewed-on: https://gerrit.libreoffice.org/1644
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [58aeb8e6aadd8511a700ec1c289bdc229f7592c9]

        sw unit test: layout dump must be resetted in 'reload' method
        
        Otherwise tests relying on layout dumps will parse the wrong dump.
        
        Change-Id: Ib7b4bc3a231eb3082567a1d1ed38c96835d43add
        Reviewed-on: https://gerrit.libreoffice.org/1643
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Eike Rathke  <erack@redhat.com>  [3914d00c32c4226d3a73ffdd8985c887016887e0]

        fdo#56124 changes to "add functions IFERROR and IFNA"
        
        * reimplemented actual ScIfError() function for matrix cases and simpler
          pop/push of non-error values
        * various smaller adaptions, see also inline comments of
          https://gerrit.libreoffice.org/1522
        
        Change-Id: I80a8235a2cbb548c0ef993862e76741af46e30d2

2013-01-11  Winfried Donkers  <osc@dci-electronics.nl>  [5fd9feafa5d73121636af9397d42e046cc394719]

        fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2
        
        Change-Id: I6403b51ac8c710ad3b8d2625e1482971f50e6b1d

2013-01-11  Alexander Wilms  <alexander.wilms@zoho.com>  [0f4afa41ec8e2f438fbea9e4d7a123f668b124ca]

        Updated icons
        
        Change-Id: Idff204b862fe7c5a974b7b51ba147b558bb02e67

2013-01-12  Takeshi Abe  <tabe@fixedpoint.jp>  [eccae3ee63cc561c0b0ace0b95e9a2344081bb9c]

        Drop deserted m_aTransparentText
        
        Its usage was gone with adda1a25f248586b46682bb9e19cd7a6b2c9debc.
        
        Change-Id: I055c15f5154c6f78d2314d4b502ca3db751ab891

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [40cfbd62e9f3aa52036a339cbbc9e542647017d3]

        Use member initializer list in constructor
        
        Change-Id: I8d4f8b95909b91917b456f49d7a3ac270703cc96
        Reviewed-on: https://gerrit.libreoffice.org/1640
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [6704bb8eb0ac93da96cf58aac28c4f04e794dfd6]

        Prefix class data members
        
        Change-Id: I6734df58b589088809c712c3906f0cee3fd6a103
        Reviewed-on: https://gerrit.libreoffice.org/1639
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2013-01-11  Stephan Bergmann  <sbergman@redhat.com>  [4fbf6df784529d48cf194a2d9c495ffb47933d59]

        Fix workaround for thead-unsafe getenv again
        
        ...from d19c40f45dc8e8bcd9db4c6b83bdcf6367f6fbe7 "Work around some potential
        problems with thread-unsafe getenv" that had been broken with
        60628799633ffde502cb105b98d3f254f93115aa "Notice if SAL_LOG is changed while the
        process is running."
        
        Change-Id: Ibd6dbc9921ae1f8dee114380f01a076b0770788c

2013-01-11  Luboš Luňák  <l.lunak@suse.cz>  [03910bdfd964ee34bdd93fda3339908cad2b01f4]

        point to our wiki page on clang rather than clang homepage
        
        Change-Id: Ia54040c7ed02e6a2d62dd93890a7d1467dd83a40

2013-01-11  Luboš Luňák  <l.lunak@suse.cz>  [a18aa3016b6e97d3702c99a7dff37022e9ae2580]

        remove block that is a complete nonsense
        
        result of incorrect merges
        
        Change-Id: I43f5ef2afbd5390f937f1220613ffa7d1f284634

2013-01-11  Luboš Luňák  <l.lunak@suse.cz>  [d9a5c6bdf0106c9cf7eb6a94c8ed0b68867b29e9]

        fix detection whether to ignore a source file or not
        
        When compiling using icecream, the whole input is one file fed from stdin,
        so getBufferName() is "<stdin>", so get the filename from #line directives.
        
        Change-Id: Ie87937b10b0c7e8ddfa57a405b80fd9bde68dd0a

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [3527efa7e078ce11ac537d8f8591b159c05e760f]

        Output version number as text, not binary
        
        Change-Id: I1ada5bd38a55fa2815c03260a2465c1908b5019f

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [f5cde53719544c7445ab6fdb465e332ac5678b02]

        Set version number in AC_INIT() in configure.ac only
        
        Output a solenv/inc/minor.mk based on that. Get rid of RSCVERSION and
        RSCREVISION. Automate the end of the copyright year range, although I
        am actually not sure if that is OK.
        
        Change-Id: Ibae2d139b1dd468ee80d18a2a41b786a532df809

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [3c91ac17ae401a1a2bb5752892fb108872096160]

        WaE: unused parameters
        
        Change-Id: I8457b72f0f844fe9fb4bf5b670248224e7d60911

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [fc4003e960340d6ace29c59b6d9f00f5b19308b0]

        Make the LIBO_VERSION_* macros integers, not strings
        
        Change-Id: I6083de4a3f88d50cf4e923aa7fb495fe1711b632

2013-01-11  Noel Power  <noel.power@suse.com>  [066bdb31f7ff801b7a36c79c43ecbd527ffb2a88]

        support saving/loading hyperlink cell attribute in extended odf
        
        style:table-cell-properties has new child element style:hyperlink which
        will store the hyperlink info in attributes xlink:href & xlink:type
        
        Change-Id: I184310d124c4242cd62fdabb45f9773094cfc229

2013-01-11  Michael Stahl  <mstahl@redhat.com>  [fd5a921a00f034817f67e7e00bd61f0a3f851441]

        SwpHintsArray::Resort(): remove mostly unused return value
        
        Change-Id: Ia330e545c2727efb6e1b12c4c317f86f9ebdf955

2013-01-11  Michael Stahl  <mstahl@redhat.com>  [c59355e936446fe55960209e543b072acb6b2170]

        fdo#58793: re-implement SwpHintsArray::Resort():
        
        The previous implementation uses sorted_vector::insert, which relies on
        the array already being sorted.
        
        Change-Id: I4a2e49e7d8fcfd934f8990be61f83d00d1a09ddd

2013-01-11  Michael Stahl  <mstahl@redhat.com>  [689d9af3e3adb12c507e141cc25ac35ec88bb5c5]

        sw: FN_FORMAT_RESET: do not reset Ruby text
        
        It does not seem to be "formatting" to me, more like a content entity.
        
        Change-Id: I89ceb9aec47a382a06abf0933830864a84000194

2013-01-11  Stephan Bergmann  <sbergman@redhat.com>  [69f2f50c99ba218b185d94b118b38ea92b6560a0]

        Further socket callback clean-up
        
        Change-Id: Ifcbb87cff50584934f214634c1b6f1d0a43ae8f3

2013-01-11  Arnaud Versini  <arnaud.versini@gmail.com>  [48e236dabd6c89bda4e9e599e2ac1173f27e1b39]

        Remove useless callback in unix socket implementation
        
        Change-Id: Ibe46e2f1628f4d2e4840429703e0d5a69059a188
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-01-11  Miklos Vajna  <vmiklos@suse.cz>  [c031fde0518257b3272d5baa3de29ba5a0a90a89]

        RtfExport::WriteInfo: use config_version.h

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [8bb976bae46a88ae3534078ec22ba8a25da68249]

        Fix format
        
        Change-Id: I2a7c8e88b689f913f8e37ecc3cfdda43ba60aea3

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [9d3789af2b509a8a8a1c9a923218d67104f11f3f]

        Remove unused class members
        
        Change-Id: I44fe6ad3dacc65e28256aca98588b7dfe92d73ae
        Reviewed-on: https://gerrit.libreoffice.org/1638
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [a0477d991661de605aec4fec87ca52e32ec8f743]

        Character conversion: do not destroy sequence while iterating on it
        
        Change-Id: Ib77e15b776384cc75880a907a6425c6105bc3fab
        Reviewed-on: https://gerrit.libreoffice.org/1636
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [bbab2d865996e7f3ed52f4d70358bb16bb73a81b]

        Remove unused #define
        
        Change-Id: Ic92663d13892d7e4978b5f3a10ed7f473e091835
        Reviewed-on: https://gerrit.libreoffice.org/1641
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [1af49927f56c97baf4dec4d0a54faff251126db7]

        Use forward declaration instead of (doubled) #include
        
        Change-Id: I1cfb65a809e5dd56fb395c2f801bce5e5d75acfe
        Reviewed-on: https://gerrit.libreoffice.org/1642
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-11  Miklos Vajna  <vmiklos@suse.cz>  [2c1eca7bd70ff5f66132aeb8d3919a1362fb3e57]

        sw: more unused includes in docedt

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [e103887c8c158e7059a586ef5a5f7b234c547dfe]

        QUARTZ is equivalent to MACOSX
        
        So just check MACOSX in the sources, and don't pass any -DQUARTZ to
        compilations.
        
        Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [4d23222b15ac0034e265441c71405a48403721f8]

        Avoid crash
        
        (But the OpenGL transitions aren't really usable on the Mac. At least
        not when built against the 10.7 SDK.)
        
        Change-Id: I6b65b417a40be182b7b4077b420b4bdb52fb67c4

2013-01-11  Matteo Casalin  <matteo.casalin@gmx.com>  [36c5abb012e48f0c7e8b8b0d50e562b423e43869]

        Remove unneeded #include
        
        Change-Id: Ic0c82079aeb586af97c864aebf966f01643ebfd6
        Reviewed-on: https://gerrit.libreoffice.org/1637
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [fee278b222f1a8d15706b78cc0e39a1300c19186]

        Warning is now unnecessary as there are no real TABs any more here
        
        Change-Id: Ia286635b9f225fdec1afc6e6af2a898676ac8554

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [079de44b00be0e6e06388415b65f1195c9005921]

        There are several TABs on one line in this "here document"
        
        So replace all the <TAB> with real TABs. (Sure, only the first TAB on that
        line is part of the Makefile syntax, the rest are just whitespace.)
        
        Change-Id: Ie500c304ffff00b72ee1cdf81716627bbac689f0

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [9b0ab09b45142bc26d51e16613d06bb415dc0d0c]

        No "core dumps" on Windows, and not on iOS or Android either
        
        Change-Id: Ie5d3257d3a289856399f7a3266e3caf66831e00a

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [90ef2f1d636cc2f3397b820d0ed61f48d4b4ea36]

        I meant -1 of course, not -127
        
        (As the signed char equivalent of 255.)
        
        Change-Id: Iefb3ebdcf324f0a1925bb3e5d01d7d86e5c62482

2013-01-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6e0b18ddde4310f85d3d6b7c27a93f78b541d976]

        Makes no sense to 'continue' at the end of the block.
        
        Change-Id: I2b02430944c5c6ecf67d2b7cd02c66bb549c93f9

2013-01-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3db92283955741b490dc2d4f9e1782b179fee894]

        fdo#59084: Sync dimension members after reloading the group data.
        
        Else the syncing would end up syncing to the older version of the
        group data before the reload, which (as you can see in the bug report)
        may lead to a crash.
        
        Change-Id: Ibd674a97a59205e5e28efd007f8857731e8df4d3

2013-01-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6fae3211507884e23b305c1f55e7b1be7951f7a9]

        Dump field member IDs cached in the filtered cache object.
        
        Change-Id: Id792e9e58a2c62b742eb07b400d30c5027bbc87b

2013-01-11  Tor Lillqvist  <tlillqvist@suse.com>  [c5ade001383bf6fd0c339b73a5d29634de5e4062]

        Update, not all of this is from "Mesa"
        
        Change-Id: I7696b6ab6b8c9a4dea99a47f091aefd643b9829b

2013-01-11  Tor Lillqvist  <tml@iki.fi>  [294ec42e765ae478c00b3a2051e04224c30f47a4]

        Copy/paste error
        
        Change-Id: I9e4ba84eb1cc3dff8c39369a9da32dd49839ecef

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [ab4a0f1165e43d5052603a1c66a07585edd2919e]

        Add note that these files are unused
        
        Change-Id: I7fd226bf61d9983d843453919a0406442daaea70

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [e2eb5c8d60ba789eb2c3b653cc70b922e6768167]

        Rename the "unx" folder to "generic" to match reality
        
        Change-Id: I73eb1f36e2a7be5d97e8da837bbf4ffad8282897

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [bb981d3687a490ccdba6897234c4abd9a17f778c]

        We always define QUARTZ for Mac OS X
        
        Change-Id: Ifc780f9afa0b52f260fdb7cb596db985d5bf0638

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [b51d0ec93d11bd34766ef95dc09d8347cfbe86c6]

        Make the OpenGL transition code buildable for Windows
        
        Whether it works at run-time is another question;)
        
        Use the same source files as for X11, with relevant conditional
        coding.
        
        The Windows OpenGL import library corresponds to OpenGL 1.2, so we
        can't directly use APIs from OpenGL 1.3 or newer. (Even if they as
        such are present in the "Mesa" headers we use.) So look up also
        glActivetexture() dynamically.
        
        Change-Id: I2280e2ad7e190356e9409cc28142fa9fc33e078b

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [67ff1e9f981876e60df289c4cc3061c2ca4cc4cc]

        Add wglext.h for potential use

2013-01-10  Luboš Luňák  <l.lunak@suse.cz>  [43f3be84c2ee77c3cd97fb729048f1c45f98b295]

        include PCH headers for headers changes
        
        Change-Id: Id94a4322428e27010757ef36b166f8b01697778f

2013-01-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [831d1b6e62e91e67f171bd00305651043731d496]

        fdo#58069: Invalidate sheet stream cache when directory path changes.
        
        To properly regenerate hyperlinks (among other things) which depend on
        the full path of the host document.
        
        Change-Id: I44fdd5b0ef0a57bf4fae13f29f1ebacfe1ab19a8

2013-01-10  Michael Meeks  <michael.meeks@suse.com>  [0260f0b256c3675bb6d836c0a2babb7626577b7a]

        export cleaned up dotted version in environment and GtkWindow user-data.
        
        Change-Id: If865127a9a5560f4b3636fb870699e2f3bac0e83

2013-01-10  Michael Meeks  <michael.meeks@suse.com>  [364cce0a511d3e7a3bbc51e09895999fbdf0dbe1]

        add LIBO_VERSION_* macros and a config header for them to live in.
        
        Change-Id: Ia6735e3e7f3231722231e9d7a4c9839f08038b96

2013-01-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3d78fe6b23eb3d6552bf5ed65f3a8ead081533d1]

        fdo#58531: Register cells with external references at compile time.
        
        In the old code, we would do this during interpretation.  But we need
        to move that to the compilation to make this work properly without
        full recalculation during ods import.
        
        For 4.0, we'll just add calls to insertRefCells in ScCompiler.  On
        master we should remove these calls from the old places to avoid
        duplicate calls.  Duplicate calls for the same external file ID - cell
        address pair will not hurt; it just adds more overhead.
        
        Change-Id: I25cf2e08195da17c6c8f7d19c74d744df6e1638e

2013-01-10  Thorsten Behrens  <tbehrens@suse.com>  [9a11737360528249437bccbb374201453f5cddfe]

        Doxygenify helpful basegfx comments.
        
        Change-Id: I60a49e643c336c8834862735f93f1b41d6dad348

2013-01-10  Miklos Vajna  <vmiklos@suse.cz>  [fd0da52d371ca13d66be3b04d89f9d9cf73baddd]

        fdo#57938 SwPaM::HasReadonlySel: commented text ranges are not read-only

2013-01-10  Radek Doulik  <rodo@novell.com>  [da09115cffeca384ab91ffe4d7af4d8eab6cee82]

        implemented EmfPlusRecordTypeFillPie record
        
        Change-Id: I15e7464a6a295bb4c1313c0a65ee33b6443c61c8

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [2c403c7f36561410418ebb9f86664e46a8c1c968]

        Resolves: fdo#59112 re-scroll to current entry when dialog resized
        
        Change-Id: I96486f6edad11520bf9bb43b700b1716d9b2f170

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [ca6aefe0839286515c6874b917e980eaa6d03282]

        these are phony targets
        
        Change-Id: I6de7842d5f03c6df5bffefdf77a90b5efee2fc78

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [26637fe8f241c6ae00f8fdcd5d2a647c7c3cb411]

        optimize for build targets in one place
        
        Change-Id: Ib886a323c1ade6dcd455a44d3dfc6702086416e3

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [0723e6c57e26364821bd7edc6658000135faa723]

        remove effectively unused gb_PARTIALBUILD
        
        Change-Id: I5d00db54748de0e1ce3de3dd9c99a88a82e7917b

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [ff86a901c4a0c20b8992176126e9274ed895a637]

        dev-install target is used from toplevel Makefile
        
        Change-Id: I5b53046e9389eac2126e910752d131e7b65bf53c

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [417943f071cc6c7ebe4dad69dfdec411cc7de975]

        Get rid of last actual TABs in this file
        
        Change-Id: Ic92c47834add4f5d0350343e6b7ea8294477b495

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [f340cbb6af86c7046d34202d2781a68b0d991001]

        De-tab
        
        Change-Id: If0e93181affadd7c608625c494daf6da78ba9bbc

2013-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [dc7e074fc89677d87194b2836c18755788c22f1c]

        Make it possible to even try building the OpenGL transitions for Windows
        
        Change-Id: Id9b688a22518aedb8959120f909832f0cd84b324

2013-01-10  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [b0a827aa839afefd580c438ea72a7e5ca0b88aea]

        Fix some errors and remove duplicate code on Presenter
        
        Fix the toolbar text if the interface were RTL.
        Remove duplicate code from PresenterToolBar.cxx
        
        Change-Id: Icd6f71ce2daa896494c8efe76779d49e16c547bf
        Reviewed-on: https://gerrit.libreoffice.org/1474
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-10  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [eb0d07d3f2937315700dabf72d366f5ef4d4200d]

        fdo#57422 - presenter console RTL support needs completion
        
        This patch will fix the text direction of the text that
        appears when the mouse come over the slide in
        Slide sorter view.
        
        Change-Id: I2d3c5563b22dcd40ae4f70ed0ed06ad17f6c4132
        Change-Id: I812e011b4e0aaeeb7ec6114a655240effc8c606a
        Reviewed-on: https://gerrit.libreoffice.org/1284
        Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-10  Tor Lillqvist  <tml@iki.fi>  [6312695ad694598951f2cdd4ac26c53457fedb79]

        The "unx" and "win" OGLTrans_Shaders.cxx files were effectively identical
        
        Just some OSL_TRACE/SAL_INFO changes in the "unx" one. And it isn't
        like the "win" one would actually compile for Windows as is anyway, as
        it unconditionally uses glX stuff. So certainly it is better to have
        just one copy, and if we want to make the OpenGL transitions build on
        Windows then add ifdefs for Windows to it.
        
        Change-Id: If6887e24a0fc03c7e0e77f003d08feb51c264f30

2013-01-10  Rob Snelders  <programming@ertai.nl>  [dcd974c3ca70065ba1d984ad6bd5514848cd58a9]

        - fdo#46460 - Missing Circles and Ovals toolbar
        
        Change-Id: I08f2cef9c16ac998663f634653dad37a201f50c5
        Reviewed-on: https://gerrit.libreoffice.org/1456
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-10  Gokul  <gswaminathan@kacst.edu.sa>  [0a2ac508bc60ceeed7f2b4668b784f2bfddb640f]

        Added Table Properties Widget
        
        Change-Id: I019b99e6194458b8b311b0cc3f2e231ef898ece0
        Reviewed-on: https://gerrit.libreoffice.org/1511
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [c82390b5afb4f400ba16c3932ef8ad6a714baac9]

        adapt code to Asian Phonetic Guide .ui conversion
        
        Change-Id: Ie7bf21269e11fd1b3982999fa16597ba9caba674

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [b350eb3cdc0e52362dc227c3d8336504d89fb42b]

        aAutoDetectionCB is always hidden and always unchecked
        
        Change-Id: Ic8ed8fa3e883da387e8cf0f2bd953081cf75ebc3

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [ab893f2523545d4b06ef5c992026d6d4a777ae98]

        Show takes a sal_Bool, 0x2000 gets truncated to 0, instead of true
        
        Change-Id: I2226213019077e5882b6e27650f9a673e12710b5

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [cc28bdc494d59181db58ade3bbafab3dc91c40a7]

        split scrolling support for internal/external scrolling support
        
        so for widgets that support their own scrolling we
        throw away the intermediate scrolling widget and for widgets
        that don't we retain it.
        
        Change-Id: I12444bcf1c6c5b51469ef75f0011ce0d965ebc62

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [1a87393fbb65416b8b50f62f21f871e7f07e3d90]

        add a stock apply button text and map to gtk-apply
        
        Change-Id: I97522b314088d4b5fd1f7b2b46e49d00c155c5c5

2013-01-10  Caolán McNamara  <caolanm@redhat.com>  [e353b8de425738ef6d24ff39e4893527f23af7df]

        maName is now private, use GetFamilyName()
        
        Change-Id: Id3e0484175fb62e96bdf6dd9abb95ec35117aebf

2013-01-10  Stephan Bergmann  <sbergman@redhat.com>  [8dd405d32cb331818dc8f9bd1af3c5a074100f0f]

        fdo#58909: Missing BAK_EXTENSIONS bootstrap variable
        
        daeed90f4586eb9533041fb89bee163a5193596c "re-base on ALv2 code" had incorporated
        from <http://svn.apache.org/viewvc?view=revision&revision=1172102> "imported
        patch extensions_i117681.patch" the parts using BAK_EXTENSIONS in
        desktop/source/deployment/manager/, but not the parts setting BAK_EXTENSIONS in
        scp2/source/ooo/.
        
        Also, setting the stamp for "bak" in PackageManagerImpl::create needed to be
        adapted to bee742eb7a0d5dfe23e61d9ee49a29286de90256 "Fix sense of r/o detection
        code, and clean up" and 61eeb689d7605a23c3e71c652b57ee65cf5b28dc "fix smoketest
        - need to check read-only-ness of non-existent paths."
        
        Change-Id: If7cc363b3cf21fd13fb467f5f672eda5312515c8

2013-01-10  Petr Mladek  <pmladek@suse.cz>  [fbd9b4b9977fc12d826a00f6c4b2c4563eb74ff7]

        Updated core Project: dictionaries  9cfd4282a7a522bed2dc4f4b9ede2c8ee444c29b

2013-01-10  Petr Mladek  <pmladek@suse.cz>  [bcd01e43810272e7219c44bafb3d40e6914c911d]

        Add Swedish hyphen dictionary provided by Niklas Johansson
        
        Change-Id: I0a425c066726e0364dce414f622106e954aa29d3

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [c85fa091125330f0764ac7b58b79a3b0dcef41ca]

        Updated core Project: translations  620e5cb6954b4fdb1be1cf38b83844ae319600d8
        
        remove unused files, now that we don't build translations module
        
        Rule for generating .pot files moved to core repo.
        
        Change-Id: I56aca0ad9a469407d1bc8c7b0dd0e34a5395cf26
        Reviewed-on: https://gerrit.libreoffice.org/1621
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>
        

2013-01-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4f6cd9a3dc5e83e7394dfb35161abb94699e59fb]

        fdo#58328: fixed items types made versioning work again
        
        Change-Id: Ib74f8f1a79ca04c42db9bd2c35ae6c4729edad69

2013-01-10  Tomas Chvatal  <tchvatal@suse.cz>  [6af200ec0cbc78fee7b835de06a1588c7645fdc7]

        Add configure switch that allows hardlink deliver
        
        This switch just makes possible to configure in ln delivery instead of
        cp based one.
        
        The feature was already in the place, we just make it visible as
        configure option now.
        
        Change-Id: I778ef3b03e6b9a57057e66ff6307e7da46bcd935

2013-01-10  Tor Lillqvist  <tml@iki.fi>  [b3d5e78dd78390513021b46bc44036cdde2f1b45]

        It's not that new any longer;)
        
        Change-Id: Ide189c5f3ace0a5a7478ae1a70c315fe3e461667

2013-01-10  Tor Lillqvist  <tml@iki.fi>  [26c142ca5f2b405b02ab5701dfaeab7bf281a727]

        Kill the ancient StarOffice "patch" concept
        
        For Windows, superseded by Windows Installer patching (i.e., creating
        .msp files), which is something completely different. (And quite hard
        to get working... but still a saner approach, I think.)
        
        For Linux, many distros use delta RPMs or similar, so no home-grown
        LO-specific patching mechanism is needed.
        
        Remove the -patch and -patchinc command-line options to
        make_installer.pl and all code that was invoked only when using those.
        
        Remove the PATCH and PATCH_ONLY flags in scp2.
        
        Remove the patchmsi.dll Windows Installer custom action.
        
        Change-Id: I09e949e601a969f88eff60067faa2352f4f89537
        Reviewed-on: https://gerrit.libreoffice.org/1605
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [a5838b19bc774efd261c1d6c78a2b6eb62f1b502]

        add rule for generating fresh pot (po template) files
        
        Moved from translations' custom makefile.
        
        Change-Id: Ife58bfa3ee607b06617d7db80408afb453b9a10c
        Reviewed-on: https://gerrit.libreoffice.org/1622
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [0f2a3a3bdc157d997fe1967e10300fc6fecf2bec]

        Removed some RTL_* macros and rtl:: prefixes in dbaccess
        
        Change-Id: I467ad9307536e6cdd32ebcdd40539bd5f8614c85
        
        Conflicts:
        	dbaccess/source/core/dataaccess/documentcontainer.cxx

2013-01-10  Tor Lillqvist  <tml@iki.fi>  [b3aad508592e8febab229150a5ba284a3f186a97]

        Be truthful to the compiler about registers clobbered by asm snippet
        
        The asm code loads values into parameter-passing registers r0-r3.
        (That is one of the very purposes of the asm snippet.) We need to tell
        the compiler that. The compiler does not analyze the asm snippet and
        has no idea by itself what it does.
        
        Otherwise the compiler might well put one of the input values to the
        asm snippet, like the "pmethod" (the value of the pMethod variable)
        into one of those registers, so that when that value then is used in
        the asm snippet, *after* r0-r3 have already been modified, it
        obviously is totally unrelated to pMethod any more, and the result is
        that the code jumps into hyperspace.
        
        Apparently this has worked purely by luck, or thanks to GCC
        conservatively avoiding using the r0-r3 parameter-passing registers in
        this way. The problem was noticed when using the same code with Clang.
        
        The above analysis tentatively confirmed by Caolán and Jani Monoses,
        who wrote the code.
        
        Change-Id: I3018c2e2ccb83e7a71144425fa404ad28bb955d6

2013-01-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [469cec21f7da6a680897615f912d137f94e62ee9]

        fix Search->indexOf conversion
        
        Change-Id: I2b02b62311c00fc47892ea7e24d8bc01ac4fb149

2013-01-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [24edbb1900e95d3fee6c27006191e9ab67f60c21]

        valueOf sal_uInt16 -> valueOf sal_Int32
        
        Change-Id: Ibd92f5ebe3079dd0b75a0f429efc68842a4305ec

2013-01-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d158a09e56e3944458d63a6c572f60dbe4632dad]

        handle shapes anchored to the wrong sheet without crash, fdo#58858
        
        Change-Id: I00d127dbb6151e3100be931079cbf8907ac69ddd

2013-01-10  Michael Stahl  <mstahl@redhat.com>  [e521930ea1c855c236efb67793e540d07c201d35]

        fdo#58327: writerfilter: RemoveLastParagraph is tricky:
        
        What happens here is that the xCursor->goLeft( 1, true ) selects the
        entire inserted table, which is then deleted.  That causes annoyances,
        such as an assertion from ~SwIndexReg because as collateral damage the
        SwTxtNode that SwReader::Read's pUndoPam points to is also deleted, as
        well as missing tables in the document.
        
        DomainMapper_Impl::RemoveLastParagraph() can avoid this by not using
        setString() but instead disposing the paragraph, like it already does in
        other cases.  But don't do it for new (loaded) documents, because it may
        kill flys in that case, which i strangely couldn't reproduce when
        pasting as RTF.
        
        Change-Id: I87302b8916e39ca42bc4fedfee40ac38fadd0939

2013-01-10  Michael Stahl  <mstahl@redhat.com>  [b05250de08f5dad8c6ac1d86d0c63981d800744f]

        gdb: print something also for non-recognized node types
        
        These do not occur as such but while a node is being destroyed it is
        still in the nodes array and may have some base class types; without
        giving these a value gdb will just stop printing the nodes array then.
        
        Change-Id: If78c4f633312cf8bad0048b704fe20bd09c7c28f

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [6880e2d31a38d5f4b44ba4f5b4a2b3e361a66312]

        hack for apple's gcc-4.0.1 bug
        
        My self-built 4.0.1 on Linux handles this fine, but 4.0.1 is not used
        for LO building except for MacOSX. This specific operand combination
        is rather unlikely, so this shouldn't actually cause any problem
        in practice, hopefully, but I'd still like to check this where possible.

2013-01-09  Miklos Vajna  <vmiklos@suse.cz>  [4b1db520a032635afcde2b65369ab4722bfc862e]

        extensions: kill no longer needed C2U and C2S

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [f5d047dcb80d760d46e90a1dacad206ddf55d827]

        second try with wcscpy()
        
        On mingw sal_Unicode is not wchar_t (see sal/types.h).

2013-01-09  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0968c304371a9e49d79f89e99c4ca4bf66f7b649]

        RTL_CONSTASCII_(U)STRINGPARAM removed in canvas
        
        ::rtl:: prefix removed from OUString as well
        
        Change-Id: I4de29a9c487ff2b87fdb5efa8e75aaf5b88402b0

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [0a28778e9a2a02382ab5ccd79035500334504f17]

        mingw tinderbox doesn't know wcscpy_r()
        
        Moreover, according to MSDN, wcscpy() in C++ is a template that doesn't
        need the length passed, so this shouldn't make actually anything worse.

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [c57906c8f614047a488eea6eb77c535bf90a889e]

        OUString::valueOf sal_Int32 cast once more

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [79c293dd53a7cb3aaffceab2ee0ccd7c80a22667]

        ok, that was a funny way to write "0"

2013-01-09  Gokul  <gswaminathan@kacst.edu.sa>  [21be5156d45139d27a1ec18367ed271fdc9373a3]

        Added asianphoneticguide.ui
        
        Change-Id: Ia49f0c8982e901fdb869d451cc3f272f629afc81
        Reviewed-on: https://gerrit.libreoffice.org/1384
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-09  Stephan Bergmann  <sbergman@redhat.com>  [0c22641b4c44938924187ddfb945f494a183ba47]

        Fix oo_sdk_ure_home calculation in SDK's cfgWin.js
        
        This appears to be broken at least since
        bde5b815873450dc9520c4dd300829eb5bd72daa "INTEGRATION: CWS jsc21 (1.11.2); FILE
        MERGED: 2008/05/27 16:59:34 jsc 1.11.2.1: #i88797# adapt for new structure"?
        
        Change-Id: I6385ca10cdded13e6d1aaf08d353f5029843d38d

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [f5a8fa8b54e0a4a70d7439a054868d5bbdfd593b]

        adapt code to Exchange Databases dialog
        
        Change-Id: Ife2d92131f7cd758628ae686cde734dab56e4499

2013-01-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b6fbc8642928893ca608a35b802032cfe42e40bb]

        fdo#58539: Correctly set cached matrix formula result.
        
        During the import, a cached matrix value only has an empty matrix
        of correct geometry, plus the token type of the top-left cell.  The
        rest of the elements are imported as hybrid values.  For now, this
        seems to do the trick.
        
        In the future we may want to change it to fully populate the matrix
        cache value during the import, and skip setting the hybrid values for
        the non-top-left elements.
        
        This commit also make several other trivial changes:
        
        * Mark pRawToken mutable so that we can mark those IsFoo() methods
          const.
        
        * Move the ScCompiler instance from static instance to member of
          ScXMLImport. Since we don't need the instance to persist once the
          import is over, this is more appropriate.
        
        Change-Id: I1abde03c0fcd91b02ef4dbf8b5526f7965eaf19c

2013-01-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b7d0dd5252bdec31fcc925037aa7916b9fffeca7]

        Remove some RTL_* macros, rtl:: prefixes and simplification in dbaccess
        
        Change-Id: I2a4381cbe1e716cd2de1fb596053646d1a74d4b0
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmai.com>
        Reviewed-on: https://gerrit.libreoffice.org/1572
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-09  Eike Rathke  <erack@redhat.com>  [241ccc2568dd685d224f8a2b051c3e3a018d9400]

        resolved fdo#58503 restore awkward handling of empty locale for legacy
        
        Partly reverts d7a5ec62e91ce3dc5b784815254218f16181f676
        
        An empty locale was treated as LANGUAGE_NONE, effectively being
        interpreted as absence or undetermined or multiple or all depending on
        context. Restore this behavior as it was an undocumented feature of the
        API.
        
        Change-Id: If4b1641e776d10dea0d3037f7a62725c2b8d612c

2013-01-09  Abdulelah Alarifi  <asalarifi@kacst.edu.sa>  [a0bf71323741c5c58b77651fe656c73419dbf09f]

        Converted Exchange Databases widgets .ui
        
        Change-Id: I67301dbd5b77cc5439f80b6bf4c241ca953216fd
        Reviewed-on: https://gerrit.libreoffice.org/1595
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3c08052394409a9c8aac07557a343070235672e7]

        Template Manager: delete popup menus in the proper order
        
        Change-Id: Iafccfaa572b945d8d75d926ccc1935320b9d70d9

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [1a162570d0050a7526a442f90f09c4bb0eb95d97]

        adapt code to edit categories dialog .ui
        
        Change-Id: Ib03ec188ba30d122ff687937209b989d418fe7ac

2013-01-10  Takeshi Abe  <tabe@fixedpoint.jp>  [3fa2c6da4a912856f4a0572fafe7b32fc7d57e88]

        sal_Bool to bool
        
        Change-Id: Ib83c02d53fbae6a70781d9d9d7ab015b016c72a8

2013-01-09  Michael Stahl  <mstahl@redhat.com>  [68d40d2cae3700f4134375fcaf9649ac626ada7d]

        fdo#58242: sw: fix more crashes when not on SwTxtNode
        
        In getCrsrPropertyValue etc.; also add a unit test for the problem.
        
        Change-Id: Ibd459a43393c39b4fed9fb89aae4a5f7bacff007

2013-01-09  Noel Power  <noel.power@suse.com>  [11b380874a36869452246cc77c392d1767e60e95]

        fdo#58242: getCrsrPropertyValue: fix crashes when PaM not on SwTxtNode
        
        Change-Id: I67042b5d689457921a928454c9051f0402be17e6

2013-01-09  Miklos Vajna  <vmiklos@suse.cz>  [555bc780c83114220012e198b5471a0d7452fb32]

        fdo#58933 RTF import: avoid fake pars / cells when having graphic inside cells
        
        Regression from 8063e36115a11ddf3db05928db9287947beee74d.

2013-01-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1ce372eec4dd0e4e807baa7bbf568245b955f99f]

        Template Manager: filter the results when opening the dialog
        
        Change-Id: If6cc5f6d5e502c1fc5da210179263be63fc8c8a6

2013-01-09  Stephan Bergmann  <sbergman@redhat.com>  [d8385c2cfc63b25414f37699faf0143ee9f5ded9]

        Always default-select English dictionary
        
        It was discovered that on a Russian Windows, by default only Russian and
        German dictionaries would be installed, but no English dictionary.  This is
        because since e2fac98819c00b4fb50f9de9d0f32d20092f3191 "fdo#53009: For msi
        installer, only default-select a subset of dictionaries" only those dictionaries
        mentioned in setup_native/source/packinfo/spellchecker_selection.txt were
        default-selected, but it apparently was a misunderstanding that
        spellcheker_selection.txt for many locales does not list "en" even though an
        English dictionary should always be default-installed.
        
        Quoting Andras Timar <atimar@suse.com>:  "AFAIK en-US localization with English
        dictionaries is always installed in all 3 supported platforms by default.  On
        Windows default install should always select en-US and English dictionaries.  If
        it does not do so under certain circumstances, then it is a bug in my opinion.
        We removed en-US entry from the spellchecker selection file for this very
        reason.  It would have only bloated Mac and Linux langpacks."
        
        So this fix simply makes sure that "en" is included in every line of the
        generated spellchecker_selection.hxx that is used by
        setup_native/source/win32/customactions/sellang/sellang.cxx to determine which
        dictionaries to select by default.
        
        Change-Id: I3db68585dc6269a7db2f6cbf6b79796dc09d05e8

2013-01-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [52006aa4050a07fcc238f3cc9e1faa1ac95d08ec]

        Template Manager: removed All category
        
        Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca

2013-01-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0c6d58df4c3994d485c174909d4317cb8616c067]

        Template Manager: don't deselect item after setting default template
        
        Change-Id: I860fb2c91d6843a1d5345ab2cf9270473f73f5bc

2013-01-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4419f2438d2d63387d6aab5dfe60b4aa3f251eb5]

        Template Manager: double click on the whole item instead of only thumbnail
        
        Change-Id: Ie07d41e5dcb09977d89752e724fcbabd6c5d7df1

2013-01-09  Jan Holesovsky  <kendy@suse.cz>  [a4a3fcb906c552a869ec15e9d1afad5cf658e6a4]

        Personas: Improve wording of the choices.
        
        Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130

2013-01-09  Michael Meeks  <michael.meeks@suse.com>  [8948b137acc954778b6198b3e333945eb8c63d31]

        lame_OUString_valueOf_sal_Int32_casts += 6;

2013-01-09  Michael Meeks  <michael.meeks@suse.com>  [004c72330a132bbff09267459b35decdea3d8cf6]

        lame_OUString_valueOf_sal_Int32_casts += 2;

2013-01-09  Michael Meeks  <michael.meeks@suse.com>  [2be3423657ddb067d17b4af0869b2300a0f0bc3e]

        re-apply calc /tmp unit test file leakage.

2013-01-09  Jan Holesovsky  <kendy@suse.cz>  [1c04ef068cf56568e5077cf9ed565481e7708901]

        Personas: Improved wording (URL -> address, and related changes).
        
        Change-Id: Iaa2841b245ccd3de513296a10e33a93bc1cb68a2

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [9c4d77f22d58f5b500c95f65a431628a8d8d6e6e]

        Resolves: fdo#59131 resolve default backend on printer->setup
        
        For setting permanent defaults via spadmin we don't want to resolve the
        default backend on saving "default", this happens during the print
        initialization stuff.
        
        But when we tweak the printer settings for a single print job and reset back to
        default, we need to resolve that to what backend we want
        
        Change-Id: Iac2370624b6d248c9658fb0fbc2f2d449849d81a

2013-01-09  Luboš Luňák  <l.lunak@suse.cz>  [e070b852074dd6f90128832ac0da3ef96e868d77]

        lame_OUString_valueOf_sal_Int32_casts += 6;

2013-01-09  Jan Holesovsky  <kendy@suse.cz>  [ad4c7b5130767008c55b5711ddbdbe7b08bd6f4f]

        Personas: Fix typo (Backround -> Background).
        
        Change-Id: Ib12a0726883ee1aaac87d4d02c7bae595f7f9e39

2013-01-09  Matúš Kukan  <matus.kukan@gmail.com>  [06bdea2aa9d6b7e2f47f2012a1d8aaa701ad5932]

        Library_mozabdrv: use nss3 for prtypes.h header
        
        Change-Id: Id7c030410db0a67c22f2cbaaed417c4371bca361

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [9453d3d484c5410be81bae8ff89b492d7cf92052]

        always show preview in autotext dialog
        
        Change-Id: I4fe95db707cdaafb220435f281cce88284afd26d

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [7e2b1e9218b194ba244dfa23089ec30fd978f3de]

        implement a VclEventBox akin to GtkEventBox and map
        
        rework EventBox to inherit from VclBin and rebase SwFrmCtrlWindow on top of it
        
        Change-Id: I25f037b33bf244d3d39f57bfe11cabfaf992bf1c

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [397722b55e06223377f812e29f3b51d997b837f5]

        workaround bizarre horizontal-scrollbar enable logic
        
        when we really want no horizontal scrollbar, and
        want to be in online layout mode for previews
        
        Change-Id: I2d0e279a6f112ad7edbd6b523ea07b6dd2061ebc

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [f5391df4548789acf71a45550742a2d3bbb3b7e4]

        rework unotools doc previewer
        
        split the very opaque SwFrmCtrlWindow into an
        EventBox which works like GtkEventBox, this
        a) contains a EventBoxHelper window which EventBox ensures is
           its first child
        b) EventBox ensures that all its children are the same size
           as the EventBox
        c) The EventBoxHelper is transparent and in front of the
           rest of the children, so its intercepts all commands
        d) EventBoxHelper forwards command to the EventBox
        
        so you can inherit from EventBox and stick a child in there
        and the upshot is that the child doesn't get Commands, but
        the class inherited from EventBox gets them instead
        
        Change-Id: I783cd6bbd194e28a1744147e8175cba7895158be

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [e3ee30f028d449dbad342b18ae26f71f571a8dbd]

        adapt code to .ui autotext dialog
        
        Change-Id: I34fe1d6ab2e36b3c3e7e9199872c56aff184bf66

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [0741054cb9f58fe6e021fe04fb477f0e56366d9e]

        glossary/autotext isn't a toggleable dialog
        
        Change-Id: Ib42e171ba9f8c0d30739decdd729bc36bc9c777a

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [5223d2e8c5be11b0821b1997076377485d3b200a]

        allow menu items to be enabled by name
        
        and to get the name of the current enabled item
        
        Change-Id: Ie4688fe5697d0bdb4c05da3c1e3bc29a3b86d6f0

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [d9e3efbc0ed6193119565530e390a1c1c0a5f6b7]

        add a CloseButton to vcl for convenience
        
        does exactly the same default action as a CancelButton except with "Close" as
        the label
        
        Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414

2013-01-09  Caolán McNamara  <caolanm@redhat.com>  [f8a4ce67987e5cb47f07dc61eeb450e1d5b9c541]

        Resolves: fdo#58589 recovery dialog title area text is missing
        
        regression since efc6b840a0423099d6c3e0d33c14d34637fbba4c
        as that changes the order in which windows are drawn
        
        Change-Id: I37388229533127ab915bec351f094fcd4786b2a3

2013-01-09  Jan Holesovsky  <kendy@suse.cz>  [0721b5b83e34de1e2fcb320d6a7deae1ad109d61]

        Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.
        
        Change-Id: Ib1d84b37d452785d12502095c0eedaac4a25fb6b

2013-01-09  Lennard Wasserthal  <Wasserthal@nefkom.net>  [0d91792ae34ca6531fbd6244d7717a2738f6a607]

        Documentation for sfx2
        
        Change-Id: Id0df71664891ad2ced5336a7eea65c03353bbd92
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1599
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-09  Christopher Copits  <ChrisCDev@live.com>  [f900c56a32c1b29ea6330a85dcfa38bb7fbe6ae3]

        fdo#45964 - Wrong behavior of words list in AutoCorrect > Word Completion
        
        The MultiListBox control should be initialized with the SimpleMode attribute set to True.
        
        Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead
        Reviewed-on: https://gerrit.libreoffice.org/1571
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-09  Jean-Noël Rouvignac  <jn.rouvignac@gmail.com>  [a2296128ccc1c678f0a8a591c36b5546683f482d]

        Some removal/replacement of the String/UniString with OUString

2013-01-09  Michael Meeks  <michael.meeks@suse.com>  [2f320afd978f15a8197f11614251b1e7014487c9]

        cleanup speedup patch pushed in error.
        
        Change-Id: I24eb1c00d7e36cff85a9446ca024fd1d0652120f

2013-01-09  Matúš Kukan  <matus.kukan@gmail.com>  [c26e2328ff09fecbf3fd74d41f0895555f118426]

        turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variables
        
        And one OSL_ASSERT too.
        
        Change-Id: I51f0083b9b9336e80c3b6a898c295173ad48f77c
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2013-01-09  Miklos Vajna  <vmiklos@suse.cz>  [4d1a877dbf74b8e6e5908bb2c0eec570a5fb3184]

        Revert "fix a few /tmp file leaks"
        
        This reverts commit 92045e69dab8be60a1c84774f04c437066c3c2bf. Broke a
        unit test and made all tinderboxes red.
        
        Requested-by: Stephan Bergmann <sbergman@redhat.com>

2013-01-09  Noel Grandin  <noel@peralex.com>  [a280ba47ee434a46d7d29008534f5c662088abc5]

        fix windows build
        
        broken by my UNO changes
        
        Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4

2013-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [028c21ba5075edc90f1367061b294ef392e66ec7]

        accidently moved that line around
        
        Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f

2013-01-09  Noel Grandin  <noel@peralex.com>  [46fe5e5e06dba9a450f9339b0bf662547a6966e4]

        fdo#46808, convert UnoControl and sub-classes to XComponentContext
        
        Change-Id: I4ade267a44620f5a3af8009ac57a2456c62b83bc

2013-01-09  Noel Grandin  <noel@peralex.com>  [0b6a0657491fdd126541018ac32810f80698ebd0]

        fdo#46808, use service constructor for i18n::Collator
        
        Change-Id: I95d2a458ad05c9a248ceb3ca11cb41339cd5d395

2013-01-09  Noel Grandin  <noel@peralex.com>  [b23fd68eeeddd6973f5ea79da4cf7638094ad8d4]

        fdo#468080, remove unnecessary XMultiServiceFactory from framework
        
        The ActionTrigger classes in framework were not using their
        XMultiServiceFactory parameters, so remove them.
        And follow that through by cleaning up places that no longer
        need to store XMultiServiceFactory references.
        
        Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be

2013-01-09  Noel Grandin  <noel@peralex.com>  [e88e974e7cd9d92ca338ba6c56baa0aa9a4b0636]

        fdo#46808, convert OGenericAdministrationPage::setServiceFactory
        
        ... to XComponentContext.
        
        Change-Id: I8f9a811dafc831db59d6a462f8b405d7568e34cf

2013-01-09  Noel Grandin  <noel@peralex.com>  [ea638e605616a2db08f88e2e14d4928854834694]

        fdo#46808, convert DataSourceInfoConverter to XComponentContext
        
        and change it from a class to a simple method, there is no need
        for it to be a class.
        
        Change-Id: Ia8c263682d81371767f43acf1028c815923b4845

2013-01-09  Noel Grandin  <noel@peralex.com>  [77d215ae2ed9bd08444a5128729066b6025bef27]

        fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContext
        
        .. everywhere that was using createWithServiceFactory, and delete the old
        method.
        
        Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014

2013-01-09  Noel Grandin  <noel@peralex.com>  [fd5a2eb07011e8aedfd5ef0a82edaf07221554ba]

        fdo#46808, new method OConfigurationTreeRoot::createWithComponentContext
        
        and use it to replace usage of createWithServiceFactory, and thus
        replace usage of XMultiServiceFactory.
        
        Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a

2013-01-09  Noel Grandin  <noel@peralex.com>  [3a50e97499d0c1ff6307dcfe9883aea1af300947]

        fdo#46808, Adapt sdb::OrderDialog UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: If24e9d6069bf7454bb0add3be8c4bc5916cc4d1f

2013-01-09  Noel Grandin  <noel@peralex.com>  [b498ff10d202287eabb27aa286c860cb766f8423]

        fdo#46808, convert some starmath code to XComponentContext
        
        Change-Id: I60f1d4a6ce0089f828428fa3ae6707a8c086a0ad

2013-01-09  Noel Grandin  <noel@peralex.com>  [2e0d1719f285f293c6a4486895ab69b6d0e51f4c]

        fdo#46808, Add service factory method to ucb::AnyCompareFactory
        
        Change-Id: I18774fabdaf27376898ed661be21a72c6f52410d

2013-01-09  Noel Grandin  <noel@peralex.com>  [6cc2ceadbbb0d18688559ef745912ef86cd29add]

        fdo#46808, Adapt report::ReportEngine UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I5839ccbd99d6a9dbc1e4be930caec2c0089adbda

2013-01-09  Noel Grandin  <noel@peralex.com>  [42adbfccad151a29e56ea1ed8eeb323cd4b7dae4]

        fdo#46808, Adapt embed::HatchWindowFactory UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: If00396effd92ed72ea942da5eb1fe60b6380c665

2013-01-09  David Tardon  <dtardon@redhat.com>  [9c634c95e2939b1cdad5ea61e24cce58da3857b9]

        remove workdir too
        
        Change-Id: Ib6d1a21fcc2a4dd6dda1e46a99551b38b5035d1f

2013-01-09  David Tardon  <dtardon@redhat.com>  [2e8fb5803f2c9caed25e7a0a1c4cd1dba69f8cb0]

        create dummy translation files to avoid delivery failures
        
        Change-Id: Idf4a12987295e0454d0330d76f251e3dd00c8403

2013-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d5b628720d78ccf842152db955a145473edbe14c]

        move some OSL_* macros to SAL_WARN
        
        Change-Id: I8a5e158eabdbb92eec27a5753004e4f5e826c412

2013-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46c8aadec35b7057e00053d7b808d60e5bdabc72]

        set the list box entry for 3 entry color scales
        
        Change-Id: I5718d22e0c31bd645998bcbb508b31370cf36250

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a796fdf07ba6196eaa1ed41b2846c99a9eda421a]

        Explicitly initialize SfxItemPoolUser in copy constructor.
        
        To keep MacOSX-Intel tinderbox happy.
        
        Change-Id: I8dbc8330fd688fc1c1ed005d1603ff52f8b7a16d

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63c19c881247bbb7730bdb767697018f61340697]

        Remove unnecessary virtual keywords.
        
        Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [64520a6fc0b7e64a6c4e9679fca2f9c88293c13f]

        BinObject is no more. Change the method names to reflect that.
        
        Change-Id: I723a7da307379c6f2e8256fe41023b4b96739f12

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4da3a0108468a3e7fd4aae32129b9c0fbe4635a4]

        Turn EditTextObjectImpl into a real impl class.
        
        Change-Id: I0f0bba62da60a3397b733253dbc0891c69bd5b9c

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [678de8255795e7f3b654bf2022da26a4fdb48775]

        Let's not have "which" value in EditTextObject.
        
        In fact, this value is always EE_FORMAT_BIN, and that's not going to
        change.
        
        Change-Id: I9324bf878b5766ef7a27461ba2bdf17742396f3d

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [71135683d125ec81feee07d771d3dd6ffd0c0fd3]

        Rename BinTextObject to EditTextObjectImpl.
        
        Change-Id: Ie1e046624e671e87c7b3cf322572a7ed3f98726a

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9260badb6f3d78b4e2bfcf79394b52befad12482]

        More SfxItemPoolUser up to the base class.
        
        Change-Id: I44819d66273e22db9f82d095061e3df627b64dae

2013-01-09  Michael Stahl  <mstahl@redhat.com>  [741e8b7b9d8e1a8f758edfe1c017801aa3d51247]

        fdo#58074: store page number in SwPageNumberField
        
        Should hopefully fix the problem, which is essentially that all
        SwPageNumberFields share a single SwPageNumberFieldType, which is only
        updated properly in SwTxtFormatter::NewFldPortion, hence all expansions
        of a SwPageNumberField other than that return wrong values.
        Does not fix the problem for fields in headers though, which appears
        much harder...
        
        Change-Id: Iecf363c8acbc2aaa418cc0c980e0b62c8e0e7d14

2013-01-09  Michael Stahl  <mstahl@redhat.com>  [9669d2bdea00b86874831d0c2555e7f85f2ca209]

        that ExpandField looks like it wants cache only
        
        Change-Id: I3991d2f40fab9795d7f1754665f2ebfa165c310c

2013-01-08  Michael Meeks  <michael.meeks@suse.com>  [1c010bd28862788038703ff7fdbbde1764cc7098]

        avmedia: cleanup unused listener logic in gstreamer, and update docs.
        
        Change-Id: Ic64a4e0ed1ad194d94f5451b60e926f13ad85578

2013-01-08  Michael Meeks  <michael.meeks@suse.com>  [ee0bf5d58bc59052923c4ced928a989956e71456]

        fdo#44736 - set and fetch multiple properties concurrently
        
        The domain-mapper calls SwXText::insertTextPortion very extensively
        accounting for about half of import time for large, lightly formatted
        text documents. The vast majority of the work is consumed managing
        char + para properties - so try to batch that, making it 70% faster
        for my lightly formatted test. Saves around 25% of load time for me.
        
        Change-Id: I2582adee1bf35b07b90af810cb0d19dadc1d348f

2013-01-08  Petr Mladek  <pmladek@suse.cz>  [c17e15a42735b5c6a756e90263a91f8e05f9c457]

        clean up of the code that defines the download file names
        
        Change-Id: I3241801d49673cac33eb923fb986c6ceb2c39503

2013-01-08  Petr Mladek  <pmladek@suse.cz>  [a575f1243374e252e656888e04433adc5a3c4768]

        more easier and better sortable download names
        
        + get rid of "install_multi"
        + move "SDK" and "Test" from the main name to the name suffix;
          use same position as "helppack" and "langpack"
        + move the content type identification "arc/deb/rpm" just
          after the <arch> string
        + use "archive" instead of the unclear "arc" content identification
        
        The new names look like:
        
            LibreOffice_<version>_<os>_<arch>_<content>
            LibreOffice_<version>_<os>_<arch>_<content>_helppack_<lang>
            LibreOffice_<version>_<os>_<arch>_<content>_langpack_<lang>
            LibreOffice_<version>_<os>_<arch>_<content>_sdk
            LibreOffice_<version>_<os>_<arch>_<content>_test
        
        , where the string "_<content>" is one of "_archive", "_deb", "_rpm".
        This string is missing for .msi, and .dmg installers because
        the content is described by the filename suffix.
        
        Conflicts:
        	Makefile.in
        
        Change-Id: Ifecf947ba32e3381ef284d433096f7b37a02e9f5

2013-01-08  Michael Meeks  <michael.meeks@suse.com>  [92045e69dab8be60a1c84774f04c437066c3c2bf]

        fix a few /tmp file leaks
        
        Thanks to Jean-Baptiste Faure for digging for these.

2013-01-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [28c7e8fb60596c20dedc87c22510a937d6fd30fc]

        Updated core Project: dictionaries  f310b731bbbaf968b513bea1dd460e5d96b0c61c
        
        Update pt-BR spell & grammar checkers
        
        Change-Id: I26606dbbcaf90ac6caaaf56f0cdfa3b73364ce18
        reference: VERO beta28
        Reviewed-on: https://gerrit.libreoffice.org/1598
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
        

2013-01-08  Stephan Bergmann  <sbergman@redhat.com>  [57eff6cf9db5d765482a2c41698915c37927ae57]

        Fix MigrationImpl::subtract
        
        "The original code is broken to begin with, as it ignores the return values from
        the std::unique calls, so excess elements remain at the end of va and vb."
        (<http://lists.freedesktop.org/archives/libreoffice/2013-January/043552.html>
        "[PATCH] Simplify MigrationImpl::subtract in desktop;" see that mail thread also
        for the inspiration to use std::set_difference.)
        
        This fix is not very relevant though, as there are no "ExcludedFiles" lists in
        officecfg/registry/data/org/openoffice/Setup.xcu, so the second argument is
        always empty, so the return value is always a (sorted) copy of the first
        argument, and the "IncludedFiles" lists in Setup.xcu produce no duplicates, so
        std::unique does not shrink the first argument anyway.
        
        Change-Id: Ie9fb64ee40fef6e7bdf0f5d0eca5717fec7b0d50

2013-01-08  Andras Timar  <atimar@suse.com>  [abcff79a15e39add5f89512984980ee0f3821b68]

        require .NET 4.0
        
        Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c

2013-01-08  Andras Timar  <atimar@suse.com>  [23be19789c80b4236a21ccf090342ae47c832dc9]

        Revert "require .NET 4.0"
        
        This reverts commit 9dc3ee9a68749bb30536dbe767384d59827dee3d.

2013-01-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f10a3305473c83893a2c3062ce9fb8c9146fd1dc]

        Template Manager: clicking on selected item should deselect it
        
        Change-Id: Id13ce13ec222fc10cbfcad7fec5e7eeb5957312c

2013-01-08  Stephan Bergmann  <sbergman@redhat.com>  [a6f978e1c3a27c7045ec3be129d8d6883f021015]

        Logic (only update ret if it does not indicate an error yet)
        
        Change-Id: I717ff4de7cf406b01383f8f181b81695242a2ca8

2013-01-08  Andras Timar  <atimar@suse.com>  [9dc3ee9a68749bb30536dbe767384d59827dee3d]

        require .NET 4.0
        
        Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd

2013-01-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [49d7492e1dd89c52b798e5ac8ab01d4a0f771a35]

        Template Manager: clicking on empty space deselect everything
        
        Change-Id: I7cfbbd3a4f4283b9438a97eb383b460cad1f5a63

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ec3861d69a8c18488706564b27dbc344e3b5cd1]

        Remove one variant of HasField() which takes arcane TypeId.
        
        Change-Id: Ic8236b291ed5f318f67378bbc57b7cf027cbb92a

2013-01-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [59555e5b38d62b92397d7f3eac5097211ed261c4]

        Template Manager: unselect folder when double-clicking
        
        Change-Id: I11ad88b3a69d3e2a00e859ee33cbc22c5d525618

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab3be69580024da53653e06b34f515bef6ef690e]

        Let's not have two variants of this getter. One is enough.
        
        And let's stick with the one that returns the data pointer.
        
        Change-Id: I931be0d73adcf6f3888d05ef58bc0f905f5a6958

2013-01-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7d620e26070fda48f91a8ebe0a088224d6d19f75]

        Template Manager: fixed select template and scroll caused trouble with toolbar
        
        Selecting a template in the first row and scrolling down made some items
        in the toolbar disappear... Fixed this by checking if the item to update
        is already in the selection.
        
        Change-Id: I2ddffae3a1c6092241afcf2acd212fe07b3a65ce

2013-01-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8a2bfe697bf71c8a2ca3c6ba1ef5e6324d4163aa]

        Templates Manager: merged the Double Click Handling into TemplateAbstractView
        
        Change-Id: Iafc1650d57d29fbc24921498f18da6c0e510b37a

2013-01-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [94874973769fee81f8ab35b2aeb0dc22812a2b48]

        Add new ods import test for rich-text cell contents.
        
        Change-Id: I23eb8d53b8a2c48514900a5ab07ed7ec71d3ef99

2013-01-08  Miklos Vajna  <vmiklos@suse.cz>  [d7853c1fab14c943b6b2535580f64810b22e225d]

        n#793998 testcase

2013-01-08  Miklos Vajna  <vmiklos@suse.cz>  [bdfc6363d66aa079512cc8008996b633f693fed1]

        n#793998 sw: add TabOverMargin compat mode
        
        In case the right margin is larger then the tab position (e.g. the right
        margin of 7cm, there is a tab position at 16cm and right margin begins
        at 9cm), we have a conflicting case.  In Word, the tab has priority, so
        in this conflicting case, the text can be outside the specified margin.
        In Writer, the right margin has priority. Add a compat flag to let
        the tab have priority in Writer as well for Word formats.
        
        This is similar to TabOverflow, but that was only applied to left tabs
        and only in case there were no characters after the tabs in the
        paragraph.

2013-01-08  Miklos Vajna  <vmiklos@suse.cz>  [f7623118c415581434937f31f4c56d38a9d02286]

        SwModelTestBase: clear layout dump cache after testing a document

2013-01-08  Miklos Vajna  <vmiklos@suse.cz>  [ec376c2934e77fd1b56da892cfe2c1393f4c8156]

        sw: dump size of tab portions

2013-01-08  Stephan Bergmann  <sbergman@redhat.com>  [371727c78fdfd80b4d4ec33dc2129da96c38e777]

        DynamicErrorInfo objects must be allocated on the heap
        
        cf. "delete pInfo;" in ErrorHandler::HandleError_Impl
        (tools/source/ref/errinf.cxx).  This reverts the remaining (non UNO related)
        changes from e48d47469508dee55ae6abcb3988222b5612e1e9 "fix some memory leaks in
        sc" and 5ea7e74c29f7279b6c31d38185ace576f68f4fb2 "fix some memory leaks in sd"
        that had not already been reverted.  Whether any of these instantiations are
        really leaked (i.e., never deleted again in calls to
        ErrorHandler::HandleError_Impl) is unclear to me, but that would need to be
        fixed in a different way.
        
        Change-Id: I6d9e7a2f6fce6d6a4d5d390c09a5a12f593028a6

2013-01-08  Jesús  <jcorrius@gmail.com>  [28f5f06d7099f0d634ac3e7f48c993e7c1116c1d]

        fdo#54165: Allow localized shortcut names on Windows
        
        Change-Id: I2de53cd8d888ecf819271e96f8eb2cc4a90e554d

2013-01-08  Noel Power  <noel.power@suse.com>  [92afb61d8bb1b264a945371065115981ecaed0f1]

        support new hyperlink cell attribute
        
        Allows a hyperlink attribute to be set for a cell, allows for import of say a
        hyperlink associated with a formula cell. Since this patch does not add
        any file format support it is not possible to save such an imported hyperlink
        to ods. Note: such a hyperlink would not have been imported in the past so this
        should not be an issue
        
        Change-Id: Ieb234bb6e98e4a2630b596a90972a75be12a92d4

2013-01-08  Tor Lillqvist  <tml@iki.fi>  [eb54843c8556cd39efb4ade347652ad118c5de66]

        WaE: struct 'Size' was previously declared as a class

2013-01-08  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [639fe001aebef325d577c0e8e3283575563e6298]

        Translate German comments, cleanup whitespace
        
        Change-Id: I4cea9568c5f24340c6bdac387efe8e94f8edb95a
        Reviewed-on: https://gerrit.libreoffice.org/1568
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-08  Tor Lillqvist  <tml@iki.fi>  [0b8352aaf9fc4704ac89def9993b0176c84e73db]

        More fallout from the ImplFontAttributes privatisation
        
        Please, no more pointless changes like that. Or if you insist, please
        do the required tedious changes in *all* affected source files (also
        platforms/configurations that you don't build). They could in this
        case, to a large exent, have been done "blindly" in a mechanical
        fashion even without being able to build on all platforms.

2013-01-08  Julien Nabet  <serval2412@yahoo.fr>  [1f5ae5e8c18138d8537e5b080d87d0b61f451449]

        test on the return of pOleObject->Close
        
        Change-Id: Iee64f6f369e2312d479fa81e7a59fb962ed8d90e
        Reviewed-on: https://gerrit.libreoffice.org/1567
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-08  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [f8552dca6b0142ce58bc2bdc25cfb170aa29506a]

        Optimization in for loop condition part
        
        Change-Id: Ia9a52598e9c295fee8be040530ca232fddbd14c3
        Reviewed-on: https://gerrit.libreoffice.org/1560
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-08  Winfried Donkers  <osc@dci-electronics.nl>  [d14f7e4ec48f9a9eee0585fb5ee72512e9f4bd19]

        fdo#40465 fix to maintain correct focus whilst zooming
        
        Change-Id: Ifed6e9a1fcb23e3565843842c3db695ab51b3d54

2013-01-08  Muthu Subramanian  <sumuthu@suse.com>  [228ba082d3148f13eed79e9cdd682953cccaab1c]

        n#791985: Automatically rotate chart labels (if overlapping).
        
        This bug fixes two issues:
        * Overlap detection seems to be approximate and
          doesn't work for rotated text. Added a workaround
          for labels rotated at angles 45-135 and 225-315.
        
        * Auto rotate labels, which overlap. This is done
          only for labels having zero degrees rotate.
          For forcing angles, use 'enable overlap' or
          non-zero angles (1 degree).
          Of course, zero degrees plus skipping of labels
          would no longer occur. Better solutions?

2013-01-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [1966f0517e62ca9544a5fe5c65c28d35b90c83d9]

        Mac follow-up on privatisation of ImplDevFontAttrib
        
        Change-Id: I534935deee99de144bd13fbf6a771ff159a320d6

2013-01-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [5b75a5167027c653069a48a7aee54b27acbc011d]

        fix api change in Menu
        
        Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573

2013-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [002531190d88c7e8f7dc9287af32d54c56b5495a]

        correct label for data bar dialog, fdo#58608
        
        Change-Id: I91cdb23a25092f44ff76784b5347134a3c9a3528

2013-01-08  Takeshi Abe  <tabe@fixedpoint.jp>  [ff927ba4272aa8f115472577ec9393df19016f2a]

        sal_Bool to bool
        
        Change-Id: I4e4063321da69d45d14a2fc870c33ea8ae46e4ef

2013-01-08  Takeshi Abe  <tabe@fixedpoint.jp>  [dce241f933f076e256ef8f2c3e8b8e5e9e3efa7f]

        Remove unused extern
        
        Change-Id: Ib3dc0693031975c4f797000ad383853092727cc8

2013-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [bd2de1201f0a745cbd8a962f957a7f2c8a219c88]

        openldap: clear d.lst
        
        Change-Id: I197d03e55cd5c996ca85d4a31f1907722de2fa20

2013-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [2baa4b333fe3046f106e114a01dfe0411a6cc6f0]

        nss: depend on python3
        
        nss is not in tail_build because of moz, so expat, external, openssl and
        python3 must go also out.
        
        Change-Id: I52a3b02ff477ae52abc298d96770755ebc392d57

2013-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [ea96f22f2d1218111c47f5ac9a12f8d5a32f6d6c]

        RepositoryModule_ooo.mk: add android
        
        Change-Id: I8d75da8c28b5b1386b860b2d8bde5f386ad1f928

2013-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [67cb70c80d5665270d7814420b51556ff0787b8d]

        module packimages is gone
        
        Change-Id: I4a6c6b8680f0cbd9a64442b8e57bb229fc2b6e4d

2013-01-07  Luboš Luňák  <l.lunak@suse.cz>  [eda0cec9ac990020e9da804ec3ed38e2cbfeeb77]

        Revert "dummy commit (WIP)"
        
        This reverts commit 6eb0522395c236ae6930a300992ad092449f9592.
        It does not compile and the message and contents suggest it probably wasn't
        meant to be pushed.

2013-01-07  Julien Nabet  <serval2412@yahoo.fr>  [8269d576ec5dcfd4ca76ae219e85935efcdc008b]

        Fix type SMPT->SMTP
        
        Change-Id: I09dfd8c2385e6257248b6a43ee4e2ce97ee6bdfc

2013-01-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ba80e59ceaceabd04b0426154b3402062731d5b]

        Adjusted all test methods for loadDoc.
        
        There was already a method that did the same thing (loadDoc). Let's
        stick with loadDoc instead.
        
        Also took advantage of automatic literal to OUString conversion while
        I was at it.
        
        Change-Id: I184f6278dd4bf8e3f2f7e5eda1e5e293303df68c

2013-01-07  Petr Mladek  <pmladek@suse.cz>  [568e489be45bb57c344326beec96a8b708d7e654]

        another fix of install test to work with "LibreOffice" installer name
        
        It is done by gbuild these days.
        
        Change-Id: I5a01d42f8e25eacc3f1c63d6f52e4144c7312cff

2013-01-07  Andras Timar  <atimar@suse.com>  [2dea3c582d2bc51b6dac8ac3065df040c9b641d0]

        'distrib' switch is unused in help
        
        Change-Id: I54539f75a682fa873684d07566207973cd1ead28

2013-01-07  Andras Timar  <atimar@suse.com>  [fc89654e4f562a2682f6e9ed932f91c5cdfd3cff]

        remove unused meta variables
        
        Change-Id: Iec9ad2da61668d00438462c38a135381e37ca668

2013-01-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0bb184196e2b6a10640155a02d0eac263a1f48e4]

        Remove duplicated code blocks.
        
        Change-Id: I332a39fe86fee385bcd2cce33fe2096043111472
        TODO: Do this in the other tests as well.

2013-01-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f6bf087a039a7c275207eba4a35e0ad814cf2813]

        Append ODS to the test method name.
        
        Change-Id: I024d142b59ccceed944d641b6306f47dcf03ef9d

2013-01-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [58ae10ed582d845412210042db97a9c47a66a55b]

        RTL_CONSTASCII_(U)STRINGPARAM removed in canvas (WIP)
        
        Change-Id: Id8db06826b77a2b59df51dc0829cd9e7539045fa

2013-01-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [6eb0522395c236ae6930a300992ad092449f9592]

        dummy commit (WIP)
        
        Change-Id: Ibeee6553312323b75b2403ad6832595f228e0e3c

2013-01-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f1043aaed082824ca423eee10be5802873e058f3]

        added token for handling of svg:linearGradient and svg:radialGradient
        
        Change-Id: I38014a8d9e21359cb943f813484478293360a2e6

2013-01-07  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b3a1909a792956ce3a6ab52675017304969d7a66]

        added Converter::convertColor with opacity parameter
        
        Change-Id: I0f3759d8f75f2739b2815c37e8c81bc97e097ec8

2013-01-07  Petr Mladek  <pmladek@suse.cz>  [0d957d1c10eeb6e0d15cc2fbc56239c1ec40fb6c]

        fix install test to work with "LibreOffice" installer name
        
        Change-Id: I0f2850d2e52f47e7e66e51596692f3ed27d19adb

2013-01-07  Petr Mladek  <pmladek@suse.cz>  [44cd995f02d2b46e5b0bfb3cbd743a366d4284f7]

        use "LibreOffice" instead of "LibO" for final download file names
        
        "LibreOffice" is the name of the product and we should promote it.
        This change has been proposed on the ESC call.
        
        Change-Id: I755ea5b2ec7b6357a7fd2c86ec8479737696042b

2013-01-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [40ce68b3318b2c9205a5e58ced9a7e733951594d]

        New test for pivot table with field references.
        
        Change-Id: I65d932d6c258b965a6084acb07298387b7274215

2013-01-07  Gokul  <gswaminathan@kacst.edu.sa>  [8a77d4c1a9e72e54651256132250381d63d9f201]

        Added Autotext widget ui
        
        Change-Id: I8b06549f8b75118b3818d255196ede0419fc9e1f
        Reviewed-on: https://gerrit.libreoffice.org/1383
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [ca100d7bacf63b595723698af58f165eb8e79887]

        adapt code to bullets and numbering dialog .ui
        
        Change-Id: I219f851d570dcfb54a6162d2a881dff70ae10e79

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [6b3686e54520b5cf02d6ce03aa421c755a33b140]

        allow associating tab page names and tab page creation ids
        
        so we can refer to the .ui name of the tab dialog and pass
        in the page creation id to associate with that
        
        Change-Id: If3df6d3de9dc7da482a45d7d91b610b81981d5ed

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [0cdf12e0ee217916e25593184d38306a05388fbb]

        split out numbering options page to cui and adapt code
        
        Change-Id: Ib2fedda13ff0b0d94f818bf6d9daf40a02fa8302

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [6773db03a657413a24b87e9ef3a6c68020936e0e]

        allow menu items to be referred to by a name
        
        Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [b2a106249f1624a61a9453bf50f1a17d75ea1825]

        split out numbering position page to cui and adapt code
        
        and move SvxNumberingPreview from svx to cui where its
        ::Paint impl already lives
        
        Change-Id: I2b7bebeb9914d74d0f391d3b178b0ad3d778c479

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [2088176dff6d83eb026e888ea96a136582f665b1]

        we will want to have different helpids, so split numbering pages
        
        Change-Id: Ia87b30cf17540312b348d9ddeb48154cc1636d01

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [6dd888e8998b94cf8a3092485c90a35fd4d05109]

        callcatcher: update unused code
        
        Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [5d4a4f75981a9a8c199164959d3acee438d864b4]

        pick out graphic numbering page to cui and adapt code
        
        Change-Id: I8bfd09a1f48fe892fb1a99962d0a46de8b7cb1ec

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [ad1e2d087b3b313174bdbbc929ace3788074a2f4]

        split out pick single and outline numbering page to cui and adapt code
        
        we can share the pickbulletpage .ui with these ones
        
        Change-Id: Ieaf2c8f2257bfdb36423dc363729b58b465cb250

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [9394499a9b814e387fd7c9f937adb497a9e94560]

        split out pick bullet page to cui and adapt code
        
        Change-Id: I6fa93885f1ce51fb0e3d69265784340614146636

2013-01-07  Caolán McNamara  <caolanm@redhat.com>  [6eb461ed4861a735663c5ca7f7e6423b3a076a5b]

        default .ui ListBoxes to simple selection mode
        
        Change-Id: I4cadf53fbdf25a399008155feaedc7e8b52ec303

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [ddb4d8dff3ab92ed651442540756736b9d0ace46]

        Revert "Depend on python3 (for Windows, but shouldn't hurt elsewhere I hope)"
        
        Seems to cause even weirder problems in the tinderboxes.
        
        This reverts commit e855dfbc3eb5a97ab57743a28b14555fd4b3375f.

2013-01-07  Stephan Bergmann  <sbergman@redhat.com>  [c2fe5679e9eb8c3a18b286bbd8b85a6a17fe6858]

        Avoid infinite recursion in -gdb.py printers
        
        ...when printing the pThread argument in a
        cppu_threadpool::ThreadPool::waitInPool call frame.
        
        Change-Id: I5c94485a0218be449c9dab67701a634eef3e08a1

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [e855dfbc3eb5a97ab57743a28b14555fd4b3375f]

        Depend on python3 (for Windows, but shouldn't hurt elsewhere I hope)
        
        Change-Id: I52a3b02ff477ae52abc298d96770755ebc392d57

2013-01-07  Andras Timar  <atimar@suse.com>  [be2a308401e6381219bbc7d714c56c650c6dc2cb]

        Updated core Project: dictionaries  d047a0fa0746ce527720d15a36907e52dc67bf47

2013-01-07  Tor Lillqvist  <tlillqvist@suse.com>  [4b4ca80c6b2b950d109c1c2ccea289de7a92b725]

        More ImplFontAttributes change fallout, in --enable-dbgutil code

2013-01-07  Michael Meeks  <michael.meeks@suse.com>  [2e5683f002bcc6df785c41471f43e4b88a571544]

        fix misleading comment.
        
        Change-Id: I8f56239738742a6dae8cbaf3e6b7075f9db03255

2013-01-07  Luboš Luňák  <l.lunak@suse.cz>  [d7fbc4ad10c954e8705716721018edf546862a46]

        further windows build fix for vcl changes
        
        Caused by 1e1ba8611fb134fb693354daae8931e93e46124c and not fixed
        in 83f684c86c22df40ff1ef5fe7dc4b829a66c2645.
        
        Change-Id: I43853f1d933a70789c4b89a22d06d2d383493758

2013-01-07  jorendc  <joren.libreoffice@telenet.be>  [2001cb9db7e1d13e8bd142fa99c51aa5f96174f2]

        typo fix
        
        Change-Id: I7530e477a6cf4ab52772b7ba1c5e3d41dc2d6fae
        Reviewed-on: https://gerrit.libreoffice.org/1563
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  K_Karthikeyan  <karthikeyan@kacst.edu.sa>  [aaaa5350075ad5f589c242ec40f9f6ab7fe822a5]

        Bugfix for improper function call, column count was compared with row count
        
        Change-Id: Iacf59548209d2be8b36839ae12bed9cedb7bdded
        Reviewed-on: https://gerrit.libreoffice.org/1562
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [aea18e985ed07691bca39aae3dc3c58d33ae3dd5]

        fdo#57950: Remove some chained appends in chart2 and more
        
        Removed a not needed variable;
        Removed some rt:: prefixes
        
        Change-Id: I24a7a0c5adcee17eab4c9d6442b472a5992f261e
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1549
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-07  Christopher Copits  <ChrisCDev@live.com>  [dbfc8777bf73872d1b96f956b9e778d9099d52b3]

        fdo#53521 Crash when running BASIC's "shell()" with a non-existent program
        
        The problem is that the process handle is freed regardless of whether osl_executeProcess was successful or not. Therefore, a segmentation fault would result, as a random memory address would be freed. This patch checks whether osl_executeProcess was successful. If it was, then it frees the handle; if it wasn't successful, the memory is not freed.
        
        Change-Id: Ic3af07be06e7af7730a3bcb1680c659a88b66af3
        Reviewed-on: https://gerrit.libreoffice.org/1530
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b380744c205089aa0b480e059bec645631010444]

        Remove some RTL_* and some rtl:: prefixes in chart2
        
        Change-Id: I47889319530d8f03bd7c78e937de55cf380d2d41
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1550
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [36e1e0ce128a25ce63743bed18a599a6915f3ec3]

        fdo#57950: Remove some chained appends in dbaccess
        
        Also simplify logic a little bit.
        
        Change-Id: I342f8d1d22e70023d23c6c8ca3976d501e18fb90
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1559
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2b0b5f7df0e3c7deab2fdccec49b6bbb4186f58a]

        fdo#57950: More fixes for chained appends in dbaccess
        
        And also:
        	Remove some RTL_* macros
        	Remove ::rtl prefix
        
        Change-Id: I9c3902672518559e8a139c37bc1933843bebfe5d
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1561
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-07  Miklos Vajna  <vmiklos@suse.cz>  [83f684c86c22df40ff1ef5fe7dc4b829a66c2645]

        vcl: port WinSalGraphics and friends to new getter/setter methods

2013-01-07  Werner Koerner  <wk661lo@gmail.com>  [06bdc1e3ae8e93154dc9b9487691b547348c8634]

        Fix wrong bracketing
        
        Wrong bracketing, item is put at a which-id of sal_false.
        
        Change-Id: Ic4216519d74de75690b21a3efa5083e79aa5b83d
        Reviewed-on: https://gerrit.libreoffice.org/1498
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Aurimas Fišeras  <aurimas@members.fsf.org>  [3616640054f4fc18c6e7307ba17e7d89a0f5ae69]

        fdo#57203 Unknown option: -Embedding
        
        Ignore this option on Windows.
        This work-arounds a regression introduced by f4a4ba9ac
        Windows appends -Embedding when LibreOffice is called by COM+
        Before f4a4ba9ac this option was silently ignored.
        
        Change-Id: I8a727895c9ec8fa4b06aea8ad66b2791ada66dd5
        Reviewed-on: https://gerrit.libreoffice.org/1514
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Werner Koerner  <wk661lo@gmail.com>  [475469626b3a92528a9584d6c34f2b44b7eb8d1c]

        Fix calls to SfxPoolItem* Put with a Which-ID of sal_false
        
        Change-Id: I39914909fd394532e7a32c791d4480530393c1c0
        Reviewed-on: https://gerrit.libreoffice.org/1499
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Matteo Casalin  <matteo.casalin@gmx.com>  [a4c7ded1fd2a879e66760a8fc3846af538da4b9d]

        Cleanup: #include <tools/gen.hxx>
        
        Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
        Reviewed-on: https://gerrit.libreoffice.org/1484
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [07969f6effe89b8cdc65764135337054751f280e]

        Code enhancement remove duplicate code from presenter console
        
        Change-Id: Ibbb131b64c66307d38a135ac570c1e2ed37bef6c
        Reviewed-on: https://gerrit.libreoffice.org/1480
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [37c6106f3a74f249cd421454d20f8ce561f71eb0]

        Since 6eff6fae6272e8ed5d74553597bb4b73db3f2864 Python needed on Windows
        
        Change-Id: Id49730b7ad2f7122a2c9b0415330b6fb803ec21c

2013-01-07  Stephan Bergmann  <sbergman@redhat.com>  [91dda10001e984743186c6ace06be0718d510d63]

        Revert "Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected"
        
        This reverts commit 504b6f0cec5cad01a64e723434d636bfb867ecfa, which was a
        workaround for broken 5ea7e74c29f7279b6c31d38185ace576f68f4fb2 "fix some memory
        leaks in sd" now fixed with 5ea6f6d400e59e037032fb3091c3f6880b562ce9 "UNO objects
        must be allocated on the heap."

2013-01-07  Stephan Bergmann  <sbergman@redhat.com>  [5637b244cfe0c6b886188f71d3f974ef72abb9cd]

        UNO objects must be allocated on the heap
        
        This was a regression introduced with 6da90944b5134d65bfbd7dcaf024956aa139efc1
        "ugly memory leak."
        
        Change-Id: Ie976d7ddcdac974aeeba14ffd64c4641b5d096a4

2013-01-07  Stephan Bergmann  <sbergman@redhat.com>  [9b62bbc91e91b6b724dbf95c6977cc6cc049edb1]

        UNO objects must be allocated on the heap
        
        This was a regression introduced with e48d47469508dee55ae6abcb3988222b5612e1e9
        "fix some memory leaks in sc."
        
        Change-Id: I482516d31b857801c321ed252d19f06b4b11542e

2013-01-07  Stephan Bergmann  <sbergman@redhat.com>  [5ea6f6d400e59e037032fb3091c3f6880b562ce9]

        UNO objects must be allocated on the heap
        
        This was a regression introduced with 5ea7e74c29f7279b6c31d38185ace576f68f4fb2
        "fix some memory leaks in sd."
        
        Change-Id: Ibcb2527b396886a5a904d8843c8560765ed859f5

2013-01-07  navin  <patidar@kacst.edu.sa>  [1e1ba8611fb134fb693354daae8931e93e46124c]

        Change public variables of class ImplFontAttributes to private.
        
        Change-Id: I56ff5d7d2420c334c6fc9e4c552f8b5c4715d93f
        Reviewed-on: https://gerrit.libreoffice.org/1551
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-07  José Guilherme Vanz  <guilherme.sft@gmail.com>  [b40d74a4430d7c6e1def1720335b4e87aa07c803]

        Cleanup code
        
        This commit is just cleanup in oox
        
        Change-Id: Ic4036c7216c2986d9b237917cb4ae1d829d85003
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1556
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [2e22005234867e5e3036841a9c6c87c557011386]

        fdo#57950: Remove some chained appends and more in dbaccess
        
         - Sanitized some OUStringBuilder, avoiding creating a new one and after
        	make some appends
         - Removed some ::rtl prefixes
         - Remove RTL_* macro
        
        Change-Id: Ide3d78f20c68774cd4864b82cb8d29784228d1cd
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1552
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-07  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d6f25fdf04b6a235650ead537cc42d9a505243a4]

        fdo#57950: Remove last chained appends from avmedia
        
        Change-Id: I0906bf7493828c5923f3243c6849a2eca5f37bb0
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1548
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-07  Peter Foley  <pefoley2@verizon.net>  [6eff6fae6272e8ed5d74553597bb4b73db3f2864]

        Get rid of nsinstall hackery
        
        This removes the need for using NSS Build Tools on windows.
        It also removes the nees to build nss for the build system while cross
        compiling.
        
        Change-Id: I13c9fdb575223f2940d3e4eda00e77ba9158f2b7
        Reviewed-on: https://gerrit.libreoffice.org/1534
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-07  David Tardon  <dtardon@redhat.com>  [85e36d2baa54eb7b65cc680389eacb2b5884c100]

        deliver qtz translations for .ui files
        
        regression from 76091d814ca084ba66fcb9db8bc4565c47ee16a5
        
        Change-Id: I70c27cd3f72c453a1b4c2fb65b6172c8c251a741

2013-01-07  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [2c78a8cd8a299fc7ec44947f0f7cb0de7d28f391]

        Better wording for Spellcheck buttons/context menu
        
        Change-Id: Iddf82427c17a1caf72897e7af7592052c8e4fa71
        Reviewed-on: https://gerrit.libreoffice.org/1541
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-07  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [879cd2d663a9ff8da23e8ec20202b803925a31cd]

        Change 'Add' to 'Add to Dictionary' in the Dialog also
        
        Change-Id: I4bcf53239f001ed2d6ea08a743257ed0d6428752

2013-01-07  Miklos Vajna  <vmiklos@suse.cz>  [322d9ca5b0545ec1ae5ac5e3b704e4ba99b68e22]

        WW8 filter: zoom factor testcase
        
        Change-Id: I89944f0a242174cc4b3c1fcf4f3f2fe744287ee3

2013-01-07  Miklos Vajna  <vmiklos@suse.cz>  [10d6d0d00735e5c0f31d602ce94502c00d2371d5]

        WW8 filter: export zoom factor
        
        Change-Id: I5c64d8311439430e3b21a90381ef51a1061bb0b9

2013-01-07  Miklos Vajna  <vmiklos@suse.cz>  [6e9ab7e0ca443cca46cd39a313583f4b90549e1c]

        WW8 filter: import zoom factor
        
        Change-Id: I557cf89642ff618aaddb2f036652d126b25555c9

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [504b6f0cec5cad01a64e723434d636bfb867ecfa]

        Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected
        
        Change-Id: If7ab2dade60f5de62cfbea6d1d021a30e8a60f57

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [c441a51fd04a81020529b5f2bdaab72c9b332143]

        mkdir before touching
        
        Change-Id: I262d479e0db7197e9afc7d8e9002862ae4f82a01

2013-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ea7e74c29f7279b6c31d38185ace576f68f4fb2]

        fix some memory leaks in sd
        
        Change-Id: I7c7d0772a3d10601c6d1a9ea22c697abe762036d

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [32e927952cff4f715eceb861a3c4c8ab088be405]

        Add a sample document to the test app bundle and try to load it
        
        Change-Id: Id0f13351108cbcd748f3c403fe7a6716145f1892

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [d9388579475a11054fbe7476b307f8acfcaa04df]

        Call SetOutputSizePixelScaleOffsetAndBuffer for non-Android
        
        Change-Id: I59febb87f3da3098e1644087b498d9821b5d7047

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [80acb4482d392ff40c56211c1048514fbda23aa5]

        Add some DISABLE_SCRIPTING ifndefs
        
        Change-Id: I2bb4f00ece212fe3c4741deea0bcad50e1fd60e1

2013-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e48d47469508dee55ae6abcb3988222b5612e1e9]

        fix some memory leaks in sc
        
        Change-Id: I1e3b9a55561f941346cb9f553f960dc2bafbb1b6

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [129e7572849852eb223f6b13bad48b727955af7e]

        Fix usage instructions now that we use __lldb_init_module
        
        Change-Id: I3ba7009f6c44312afda6e3aaa78ca82dd6ece545

2013-01-07  Tor Lillqvist  <tml@iki.fi>  [ad887fc3bf6237cfaf08e8f28a4f960b38e83365]

        Add lldb pretty-printers for UniStringData and String
        
        Change-Id: I17c7a42d6e401f21f04440ee14616b07bfa0068e

2013-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6da90944b5134d65bfbd7dcaf024956aa139efc1]

        ugly memory leak
        
        Change-Id: I200713987eb1c19f7d795190e7acef02af569cc8

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [2ad9d21ac7111f6a3e68f55980f1308a32d3a954]

        Let's save a bit of disk space
        
        Change-Id: I23c9d218792cd3debf30ea59c81e6687a656af31

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [ea9a321d1229914c6342e032da19f47cbeb9de1b]

        Avoid duplicates not just for iOS but DISABLE_DYNLOADING in general
        
        Change-Id: Ic449e706f4a8c3c2ed06d8602c6e83755441e0da

2013-01-06  Luboš Luňák  <l.lunak@suse.cz>  [62532ad485698b70924c54a222890ebcb714dc39]

        do not set our clang timestamp to the timestamp of the clang binary
        
        If the clang binary comes from a package which had been built before
        any of our clang related sources were changed the last time, the timestamp
        would be older and so there would be no rebuild. So do the stamp handling
        the usual way, clang upgrades will work fine, downgrades will not, but
        that's the same problem like with downgrading a library and its headers.
        
        To somewhat mitigate the problem (Clang plugin doesn't get cleaned by
        'make clean'), include the full Clang version (which includes SVN revision)
        in config_clang.h and make all Clang plugin code include that, so
        at least configure re-run will trigger a rebuild if necessary.
        
        Change-Id: I993197f79e92e36105092c92c33b2e1db343e975

2013-01-06  Andras Timar  <atimar@suse.com>  [a4298f86f5a6cd4033af541103d0a33a241edeeb]

        Updated core Project: translations  e5f69f7b241f21f0b85f7a62ccff9de841875828

2013-01-06  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [93a9e52dccf15b53fc1935145df24306e3a4fc3e]

        fdo#58671: Remove accelerators from Undo action texts
        
        These three texts appear in Undo dropdown list, so they don't need accelerators
        
        Change-Id: Icec8e199c7cc3990b6316937e49aacb7eb1015fb
        Reviewed-on: https://gerrit.libreoffice.org/1473
        Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com>
        Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [9bdaff431bdd71717c64f002f3df0f110c146a08]

        Typo

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [1a23b4687aa4fdf0bf1df246cacaba6a3a028f39]

        No need to have a ProductSource in versionrc/version.ini any more

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [3968133721f2d44fa861d369e4d6765c4ffbb6eb]

        Argh, I thought I had compiled this;)
        
        Change-Id: I5619e26e5afbe8e6532204feb60b87f6a7875ee0

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [bf850f6799e505e6d1735540e68e01c6b18ef22f]

        Streamline a bit for Android
        
        Change-Id: I8233f6409d75bff23738e121efcdbd340035da9d

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [4a11f5c28a2d7b4d50d67f26cba889169977a0ce]

        More hacking on iOS stuff
        
        Get the app bundle directory from Xcode's SCRIPT_OUTPUT_FILE_0.
        
        Copy .rdb, registry, .res files, set up the various rc files.
        
        Don't list a bunch of .component files on the command line, surely
        that is not sane.
        
        Change-Id: I6fb8bd4bea8d5afd30900daa1b916defb894e78c

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [392510d7e483e8c181540dfdbabf4de53e4dcbe1]

        UNO components have the "lib" prefix only on Android
        
        That they do is a leftover hack from before we started using the
        DISABLE_DYNLOADING thing on Android, it isn't actually necessary any
        more. Earlier when the UNO components were actually dynamic libraries
        on Android (too, as on desktop OSes), they *had* to have names
        starting with "lib" or they would be silently skipped when
        packaging.
        
        Change-Id: I11a4689f316e1ffb640a5c3110c63296d2833a84

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [f3fa6d32e0698b99abfc00888a75590693e1d386]

        I don't think InitSalMain() needs to do anything on iOS
        
        Change-Id: Ib59f9cf7c60796fd091de64fabdd6c10a3fec5e5

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [35b86ad73ccaf24377faaf0e73ead06ca2425b38]

        Handle APP_DATA_DIR for iOS, too
        
        Change-Id: I7259358c917ef9e7cc93d8f6886c9a935887183b

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [617e5f8ac930d82129a14fb52df925cd0ff524ae]

        Hack a bit more on the iOS app build mechanism
        
        There was quite come confusion as to where Xcode wants the Run Script
        phase (= our gbuild mechanism) to put the executable. I think I got it
        right now. Xcode can be quite scary as soon as you do anything out of
        the ordinary. (But then, what isn't.)
        
        Change-Id: I22bbdfaef88174815bff66d6c7241f4ba2360246

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [b95d3caa95384d0fb00ac59f875869371cc70677]

        Use same options as Xcode does
        
        Change-Id: I34e06bdb24ece278c928c6cbba8b01a38c86ff85

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [4427bb0c588382d56d5368e691a29c4c0bbdf944]

        The "ProductSource" (MWS name) makes no sense any more

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [f79da8fa288fbbe4742ad416844aad53ee8d00f5]

        Bin obsolete comment

2013-01-06  Tor Lillqvist  <tml@iki.fi>  [73090aae235d69e394c56be3f90c8433247c0f48]

        WaE: format specifies type 'int' but the argument has type 'sal_Int32' (aka 'long')

2013-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [f4f23167b6acf2ca7a044cb61dfe347a2ddbe20d]

        sal_Bool to bool
        
        Change-Id: I5a29ca056af443643bfef823d0a064c5d834d24f

2013-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [2a0e3c1026579b02d650b602b1c0f737f6133d01]

        bSetReturn was always true
        
        Change-Id: I94cea45c0e9d2890160a97d1ef198ae3f4f140d4

2013-01-06  Julien Nabet  <serval2412@yahoo.fr>  [989863d849b1e703e78afc413088c3ae51093139]

        != instead of < for comparison with end iterator
        
        Change-Id: I6b1d524a7771678758c5cd8d0ef46cb03aba7655

2013-01-05  Luboš Luňák  <l.lunak@suse.cz>  [428a815fbcdab7da1a4a9d47137340bf10893c6e]

        I hate arbitrary integer types
        
        Change-Id: I4c8edfc0ee0390d595c43e384bf6e5f595a7b84f

2013-01-05  Tor Lillqvist  <tml@iki.fi>  [7f00e84f0a293b8662dd2a7fa57c654ebb37f556]

        Remove accidentally committed logging code
        
        Change-Id: I8dc055336d1577475282198528a57efc60508cef

2013-01-05  Tor Lillqvist  <tml@iki.fi>  [60628799633ffde502cb105b98d3f254f93115aa]

        Notice if SAL_LOG is changed while the process is running
        
        It used to call getenv("SAL_LOG") just once and assume it never changed.
        
        Sure, I don't expect that LO code will start changing SAL_LOG back and forth
        all the time. But it is definitely useful in our Android (and iOS) apps to be
        able to call for instance putenv("SAL_LOG=+WARN+INFO") as early as possible,
        before explicitly using any LO code.
        
        That used to work earlier, but not any more with the getEnvironmentVariable()
        thing, as the new logging mechanism gets called while initialising some static
        globals (i.e. before out app code had even started), and that then caused the
        one and only call to getenv("SAL_LOG").
        
        This meant that we didn't get any debugging logging from SAL_INFO and friends
        in the Android app(s) any more.
        
        Change-Id: I932facff4118e5f016c95a4c1461e871184d3fc6

2013-01-05  Andras Timar  <atimar@suse.com>  [16bac2ba920a2d04ef83e36299aec42ff0ac8c18]

        Updated core Project: dictionaries  a84489515d2207b1c34646be7d6f532b84a37439

2013-01-05  Tor Lillqvist  <tml@iki.fi>  [1b65d9ed728bff7123d4385248ce6671c4de8bc0]

        WaE: defined but not used in the DISABLE_EXPORT case
        
        Change-Id: I14e851a74955ff4053026e7fb664759cbf24c86a

2013-01-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a472d6176c7d2a88fbea0f25de17924753b052b2]

        sal_Bool to bool
        
        Change-Id: If855e5fafb8f1291d69d5e50fdaa9ef165071293

2013-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cd31cd46f38e00d4fb31cf055b9bcbb5e94e5db]

        don't set formula cells with possible error val clean, fdo#59039
        
        Change-Id: Ide96d7f052ee4c8f56b33629ae48c6425a8ca19f

2013-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e102b36977a62931b0de4176bcd92a307408d8b]

        enable the unit test

2013-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ddd869873603f929d7c342d62a8d52d19de83ec]

        Revert "workaround problems with row import, fdo#58539"
        
        This reverts commit 119483d9b0af6b4830733161fcf56cea10ed01d7.

2013-01-04  Michael Stahl  <mstahl@redhat.com>  [374f7465729c98f2cc8af72f876a8eab01d192a6]

        rhbz#891082: CMXDocument::isSupported: catch exceptions
        
        Change-Id: I715975dfa93d736cb537076feab4afe6b75c162a

2013-01-04  Michael Stahl  <mstahl@redhat.com>  [1c52268a5bc6d79c6ee1344e4e341c7e3820d4e0]

        rhbz#890080: crash in SwXTextDocument::getRendererCount
        
        No idea how to reproduce it; pSwView is checked before use except here.
        (possibly regression from 2f9f480b22f2fff59d9c48b4b46706c3d5223e66)
        
        Change-Id: Ia7667e879a6944e084a45c06133efc1ac2d8b3c0

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [3f3d0c52ae29b6ab6b2c10a5557714361aa76a26]

        Personas: Broadcast the information that the Persona has changed.
        
        Change-Id: Ic563204c1a1a64d315e3e73dff30b6a6d05cfd87

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [c223e5ff859171adab1597025b30ec2501fc5771]

        Personas: More robust Persona URL handling.
        
        Change-Id: I55fa2570decd52e978747e589887f2fe972812c8

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc84ff4a51790f52f2e729cc61f7515fbbd51f35]

        add unit test for dependency tree during ods import
        
        Change-Id: I92bff38304959237042b9a0078be25948d642b25

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [540f090a68ae4375a36d0ee6dfbb4a82f28ac704]

        Fix build on linux.
        
        Change-Id: I5753a822e9f18d1afa831ece6134e030f88ad47f

2013-01-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4a11267d8140143dce0bdb51791f5e703187a7e9]

        New ods test document to check the import of row height values.
        
        Test disabled as it currently fails.
        
        Change-Id: I33ea3c95357fd7fdb9deaba30372567cfb69ebd6

2013-01-04  Matúš Kukan  <matus.kukan@gmail.com>  [149277ba2f630261ab9880523bf742318a7a7f12]

        fix the if filter-expression
        
        Let's use the orginal patch from https://gerrit.libreoffice.org/#/c/1479/
        There is difference, visible e.g. by 'make help testtools'
        
        Change-Id: Iaf929ed1d315f038eb29fca1b4ba37e2143c6294

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [4a4627eba410df933d004170d9f5638526acaed2]

        Personas: Fix copy constructor + always reference the Application settings
        
        ...to avoid reading the bitmaps more than once.
        
        Change-Id: I7577f5df96a5a28f1ac1f800867af5eee298663e

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [6112d7b94201f785a722d1d9d9f4da826452d5c5]

        Kill workaround of i#75264 - it breaks drawing of a perfectly fine bitmap.
        
        The case where it broke was a bitmap that is very wide (3000 pixels), but not
        too tall - and the small height satisfied the aPosAry.mnDestHeight >
        3*mnOutHeight condition.
        
        Such workarounds that are triggered only in very rare cases are a bad idea in
        general, unless there is a unit test.  I've tested with the document from
        i#75264, and it works for me - there were some improvements in the bitmap
        scaling, hopefully the root cause is fixed by that, or maybe I just have more
        memory; who knows.
        
        Change-Id: I4b7a749378ef35469db78dfc680fc77f87bc4382

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [3fc8c364cc58429bd840f47a80a9258de21ed131]

        Personas: Make the Persona working in the top docking area too.
        
        Change-Id: I1d3986675ceb7a2748a77b736beb8a654a514e0d

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [46505e82ad0f2bd9586e6c853e6e68635dc54007]

        Personas: The Personas implementation is actually not Windows-specific.
        
        Change-Id: I33d13cfece22c080e2204d7df10d3e9414b507b7

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [9ae27252a6a07f4b67a43be6c9289983f43b2e95]

        Personas: Make the Persona in the menubar working.
        
        Change-Id: I21a45159f6b27aa7beff5ec07530b14480675729

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [8dd6431da661390f16c1b425eab0b497c9c2c33a]

        Fix base location of the bitmap Wallpaper computation.
        
        The nX / nY is correct for clipping operation, but not for base; visible with
        WALLPAPER_TOPRIGHT style.
        
        Change-Id: I8de92b68b822a156bc376201e97ce458d1a6ba08

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [a2500801cf2d337f176b074f9159df4925420af4]

        Personas: Read the bitmaps in StyleSettings.
        
        Change-Id: I52b67c82f69059a7d2babf1b49e59f27062cc02c

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [0c22f3eadd3ffb461eada94f4b019fbb2161f197]

        Make LO buildable again after the GraphicFilter move.
        
        Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c

2013-01-04  Jan Holesovsky  <kendy@suse.cz>  [255c03d6ad4ed13c456ee621e0af765684a475d2]

        Move GraphicFilter class to vcl.
        
        Change-Id: I2318eeda59cee1cfdb074f9a90fd7d8d80aab19f

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7524b9e8bff832b305ca9ec735664607c50224f]

        don't forget the dependency tree during OOXML import, fdo#58863
        
        Change-Id: I8863faddd1bca0b55764d09c4ef9f959264b53ae

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63b5af3d1f355a5f9649302058b32124ab262a20]

        don't forget the dependency tree during formula import
        
        Change-Id: I0a9137e4f72477c0cffde6056d8952aa08e13f35

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [86024f7ff841e016c4b4616802eaadc744a5b8bf]

        remove unnecessary german comment
        
        Change-Id: I954015fb76089ae7d83344e8d99f6bc04587016f

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9358e8f4622dd287daf9aa9a9f2bb6f7468122f8]

        correct indentation
        
        Change-Id: I9b57ac13a8d508c260666535ee60783dee889508

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dfcfb0d91d23a4d1669157464bd563037766f6ec]

        put the function in the anonymous namespace
        
        Change-Id: I8ee07fb9d6d9144ec981c2fabc17b4005ecc87bb

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [a0d2c3c59fbe9324395152e544890fe298b60432]

        adapt RtfSdrExport and oox::vml::VMLExport to filter changes

2013-01-04  Ricardo Montania  <ricardo@linuxafundo.com.br>  [6d0b3fe0911c3dda143a64f186d85d1fc3af60bb]

        String cleanup in filter
        
        Change-Id: I2b8bd3535a5ba5323b9a17941c4345f4c1e0e822
        Reviewed-on: https://gerrit.libreoffice.org/1507
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-04  Jesús Corrius  <jcorrius@gmail.com>  [5dcb323352b175bfdcd994c4941433df98ffd4dd]

        fdo#50415: Add Catalan translations of keyboard shortcuts
        
        Change-Id: Ieeab5b84674d26e4d29324614641813d8b65c517
        Reviewed-on: https://gerrit.libreoffice.org/1543
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [ccccd115f128f645ebccc9f5c0a8e1bf6223c286]

        sw: forgot to adapt this

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [b08ded38b0e0eeb8d150e7f71137833396e22387]

        oox: kill no longer needed CREATE_OUSTRING

2013-01-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b53d03f4c970f13f9849c01f1d0b6ad42185148d]

        Remove the last use of SC_DP_MAX_FIELDS.
        
        Now the pivot table core no longer uses static array for result data
        storage.
        
        Change-Id: I70a44011e2c12a1739c0507b1723c21a4808758c

2013-01-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [352306eee03e78ddbfe06fc107a3e4a6072ecd76]

        More on removing use of SC_DP_MAX_FIELDS.
        
        This time it's in ScDPSource::CreateRes_Impl().
        
        Change-Id: Ie2657045aeb8770c083daa34dc1a7e60c9921b65

2013-01-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3b4f995cfd153e4d45d09f5f0fc54d1bb9c11889]

        Remove SC_DP_MAX_FIELDS from ScDPRunningTotalState too.
        
        Change-Id: I60bf45fd5148692adafb050189247f211293a3d1

2013-01-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4cc17f3b959110f1eb0c616847c0a821ce384186]

        Remove hard-coded upper field limit from ScDPInitState.
        
        This was going to cause trouble sooner or later....
        
        Change-Id: I5eea2ba7b1cc4e358a0192b4863d79596549bad9

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [d5ea81b87b8a19b23007691c8b14e6787ecb0290]

        handle case of SRCDIR == BUILDDIR
        
        Change-Id: I9daea65dc28ab13776a7c4319e5d5811515fe160

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [258aca9924d9e47737d750356d45227126dcf6a7]

        rewriter plugin for removing forward rtl string declarations
        
        Change-Id: I12bf38985ae62756973c05aacf762ae3c405ac9b

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [c26e655264f03bb8bc484130ab2f539a9f831f16]

        support for removing a statement as a whole
        
        Change-Id: Icb7b017a0c76a6169f0f629bb40bf97449c75837

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [217e3f2ea1e8983328364607f244daceeafca167]

        better handling of which files are processed by clang plugins
        
        Check that only LO's files are processed, as there's no point otherwise.
        Also warn about files in workdir/solver/builddir, as those are either
        generated or copies. Try to automatically match include files from
        solver to srcdir though, as that's where include files are usually
        included from :(.
        
        Change-Id: Ie8389e903f623a9d0e75015091acc0da78e76c3a

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [1cec392ef50699cc0f310823e4e5fdbb9b272f0f]

        n#793262 testcase

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [60ec497e0e91354a616978be531d15d3efa3f559]

        n#793262 DOCX: import w:tcMar inside w:tc
        
        These were ignored previously, and in case they contained some margins,
        the resulting table was potentially smaller than necessary.

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [e8b661dd0aed9b35104e910acbb814748a2c3af0]

        n#793262 fix DOCX import of last empty header/footer para char props
        
        At the end of the header/footer import, the last empty paragraph was
        removed. In case the last but one paragraph was empty, but had character
        properties (e.g. a custom font size), the removal changed these, and
        used the character properties of the last paragraph instead.
        
        Simply dispose the last paragraph, this way character properties are
        always kept.

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [2f3749efd781c2095a5782eee1b070bc3dc0fcc0]

        remove executable bit
        
        Change-Id: I41a0633cc6ebe2db8ad662132d727fb2ec3282ab

2013-01-04  Luboš Luňák  <l.lunak@suse.cz>  [bba8b65fdc5f19908794b338376ede3e3ea24463]

        SunPresentationMinimizer uses uno interfaces
        
        Change-Id: I186af92084de6a7eee27d742d0377da09936473f

2013-01-04  Miklos Vajna  <vmiklos@suse.cz>  [645f17ba755a677f649313ddc95749a4aee2770e]

        sw: Add -> Add to dictionary in olmenu as well
        
        As done for editeng in d39f1fb508128c23c39c24e04b20a2f56c03cb5e

2013-01-04  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d39f1fb508128c23c39c24e04b20a2f56c03cb5e]

        Spellcheck menu: Rename 'Add' to 'Add to Dictionary'
        
        Change-Id: I601bf1fc34f3e4cccef02d1d4a5ecd1959007cf7
        Reviewed-on: https://gerrit.libreoffice.org/1539
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-04  José Guilherme Vanz  <guilherme.sft@gmail.com>  [812ee7a6dc29b55acfbeaa1a43e632adbaf72e6b]

        Removal rtl and string cleanup
        
        This commit removes ::rtl:: prefixes and string cleanup in oox
        
        Change-Id: I434462635392c750e2359f9d656d5e1885f2a0dc
        Signed-off-by: Jose Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1520
        Reviewed-by: LOH KOK HOE <huahsin68@gmail.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf019c9a7baceec3b4dc849d7cba8923c6d2a425]

        OSL_ENSURE -> SAL_WARN_IF in xmlcelli.cxx
        
        Change-Id: Ia60e07dca17cbc728385c411f67bd3d9041b15ee

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [94f7417b038fad6f2a92d1c7c5f8f00c3e64711b]

        don't overflow SCCOL during repeated cell import, fdo#58539
        
        This is the fix for the third and last crash with gnome#627150
        
        Change-Id: Iaf8611500fdb485017814b35789332c6c89530c0

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bcfb6f06bf5a4708b8858469b4118af4222db5a]

        add some more safety checks for row and column import from ODS
        
        Change-Id: Ic714c65cfe93198c462ba55752223f4e60e5aad9

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e85d9c62c69ee39dd4c6ae7cd556fdf53f5e01d]

        workaround problems with row import, fdo#58539
        
        This fixes another crash with gnome#627150
        
        Change-Id: Ibd259c77f8df04b52c9fee0699e0edd1ad30e94e

2013-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e26f941e162da811fcc449f2f6cce083d21100c]

        initialize it irectly in the constructor
        
        Change-Id: If3ad494073d3fb491a0f8e981a28db5bbb917661

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [107cb122e962df7fff51f746a65cee91b2c71d22]

        fdo#58004: Let's remove these upper bound truncation.
        
        We may still need to set an upper bound, but we shouldn't do these
        all over the place.  Apparently we now allow more than 256 fields, so
        doing this would only break things for fields whose indices are greater
        than 255.
        
        Change-Id: Ic2e374ec01267044c2e40664775e7f62b1461f41

2013-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [6a393297ce6d99bbc4edefbf01ab9c5c6f0eff84]

        sal_Bool to bool
        
        Change-Id: I6c04aea3a0bba0308206bb3c9d8435606b7a4d81

2013-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [323c5ee69d5814f8400c0af3038023df9336b59c]

        Drop undefined declarations
        
        Change-Id: Ib0940004ba6873fda5d3821521ab2f1127acc3f0

2013-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [323e55d706815f7e35e431b189d27ff95209ac94]

        Drop unused variable
        
        Change-Id: I7224b6a52ffa292c94ea44e779ee92d2524c0bb2

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bcb152889759c76aa9681aa72fcf7a92e5c3a2d7]

        API CHANGE: unpublish more Data Pilot interfaces
        
        Change-Id: I2e957f174bcafadf4f2cbad7ba3b2e40d22be4e4
        STRUCT: /UCR/com/sun/star/sheet/DataResult
            published in 1 but unpublished in 2
        CONSTANTS: /UCR/com/sun/star/sheet/DataResultFlags
            published in 1 but unpublished in 2
        STRUCT: /UCR/com/sun/star/sheet/MemberResult
            published in 1 but unpublished in 2
        CONSTANTS: /UCR/com/sun/star/sheet/MemberResultFlags
            published in 1 but unpublished in 2

2013-01-03  Stephan Bergmann  <sbergman@redhat.com>  [80263a1bf7581e27e31e55150d49786f07fba8c8]

        gb_UITarget_LANGS got removed with b209dec8bbc9be5471438837a4da64adfa350298
        
        "create all translations for a .ui file in one uiex call."
        
        Change-Id: Idc180b4809b26f45407d3b41b2011edeea886edc

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a39ceea669d964aab16378a7555b07f70d1f069d]

        fdo#58004: Fix out-of-bound access to std::vector.
        
        Two things were wrong with the old code:
        
        1) it didn't check for out-of-bound access, and
        2) used SC_DP_MAX_FIELDS as the upper bound of dimension members, when
           in fact SC_DP_MAX_FIELDS was the upper bound of dimensions themselves,.
           not their members.  We shouldn't impose such upper bounds actually,
           at least not in the core implementation.  We should do that in the
           UI code if we really have to.
        
        Change-Id: I307d4f34d2b0be84f0fd2b93a6270ffce2448bdf

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e213aae481cbf7106bf13350835c9c488b035df]

        Let's first fix this horrible formatting.
        
        Change-Id: I562ad42818fa7a6bfc765b7484a28ff1800b2949

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [15938c2480a0de8c3ce5bc7289cf3df2d73918ac]

        fdo#58963: Revert "fdo#39983: Support Mac OS X 10.7 full-screen mode"
        
        It caused breakage of the existing slide-show full-screen mode. So
        let's revert for now.

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9db8c02a38bfff08a9bae3b2901c316a4f3eabe]

        fdo#58004: Apply source number format over one specified by the style.
        
        Pivot table output applies several pre-defined styles, which also include
        number formats.  But, the source number format, or one set by the pivot
        table should take precedence over the one specified by the style, or else
        it would lead to a very peculiar behavior.
        
        This is especially the case when the documnet has its 'Default' style
        specify a number format that's not 'General'.
        
        Also, we should take all number formats into account, including the ones
        that are 0.
        
        Change-Id: Ifa794314a2881c5146e24eb7be892585a823048d

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [55e61ec26d44847ffa55537a6bbe49bdf2fe1d03]

        Use -Wl,-dead-strip
        
        Change-Id: I33a5dad31372b3add97ce31f6f9488a13f944f51

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [b99acf9b2a6c38de3466cd90eea0a4a289142f79]

        Fix typo: s/VISIBILTIY/VISIBILITY/
        
        Change-Id: I6c031e9d2e9211409b28ce0c20a3cd11119ab86e

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [3e1a0ff45ea8fcb95505e03b5ce2418c077c214c]

        Factor out gb_ObjCxxObject__command and gb_ObjCObject__command
        
        They should be the same for Mac OS X and iOS, so keep just one copy,
        in com_GCC_class.mk. (Actually the iOS one was missing the
        gb_VISIBILITY_FLAGS, which caused some linker warnings.)
        
        Change-Id: I340fd7e262459bcc2b083c807b783d64d52040ee

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [449d657b10446e77b388ff01d4f595b50ecf7c49]

        Don't do dynamic lib tests when we aren't going to build such
        
        Change-Id: I3190fba16638512dbc4247fa3fa95c39fa377b34

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [13eca8620a34670a1941e7546825f063b4d28efe]

        More hacking on an iOS "Viewer" app that doesn't do much anything yet
        
        The Viewer app is intended to eventually resemble the experimental
        Android DocumentLoader app.
        
        Build using the gbuild mechanism, which is also invoked from an Xcode
        project. This seems to work out fine, the resulting app installs at
        least on the simulator, and you can debug all the LO code involved
        even if Xcode (obviously) has no knowledge of the LO source
        files/classes/etc.
        
        Change-Id: Ic96178d80b8d6467cac969b29e37f0d39513acf9

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [f6c44ad3f7351e5285f26c4504fae7c8155db1a2]

        Do build executables for iOS
        
        The ones that are included in an app bundle, that is. Link them with
        all our (static) libraries.
        
        Change-Id: I36262dc32d09d28b43fcd702e9af1666c1daee3a

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [40900fbd7dfe7614f2d6f49d53b2166ee7669f15]

        Add iconv library
        
        Change-Id: Ice30031754e00958e9b1906ed767f56d481889c3

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [8df455d7b9d3fb4df5f35b49453756133724de81]

        Make the rtl_uString pretty-printer work better
        
        Change-Id: I4c376f53af0a20203a4c8ea34abbf607ac7e987e

2013-01-03  Tor Lillqvist  <tml@iki.fi>  [92dbf9df486c3f77f48756ffae424990158d9963]

        No point in the DllPlugInTester executable on non-desktop OSes, I think
        
        Change-Id: I46e4081375e2f7eda0c9f443cf28dcfe575a7dba

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [9c06700874bc7fbbf6b663133954a0898957c075]

        fix build
        
        Change-Id: I2588b69280abbc510ee2fdc9845df56616db8b95

2013-01-03  Matteo Casalin  <matteo.casalin@gmx.com>  [ca8281721366b190be186b0649ce48eb1d61854d]

        Avoid unnecessary operations on an OUString
        
        Change-Id: I1820711664a6aa18587e1e4a3d74a8e4cbfcc07e
        Reviewed-on: https://gerrit.libreoffice.org/1537
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [f6b4d0313dbaf1089254a1bfae9ccfbc3f413eb3]

        fdo#57950: Remove chained append and simplify strings
        
        No need to two strings here, since just destFolder is used.
        
        Change-Id: Ie1bfd5744113764caaec11d9fb9c771f9c67e1c4
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d905daa0d05010ffe938790c513e25df3301b310]

        fdo#57950: One more chained append in basic
        
        Change-Id: I179b5bfd1d85152a53bb821ab9eeb78efb8a6083
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1516
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [695f4a18e6e538f8d6080f486695e4f58f8bd574]

        fdo#57950: Fix some chained appends in basic
        
        Change-Id: Icac8ec992d993748a063aa95cc6f58c24fa87444
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1515
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [87f2e713ea819d1e36084ba7813ee6671237206c]

        do not set LD_LIBRARY_PATH twice for unittests at all
        
        It is already set by gb_CppunitTest_CPPTESTPRECOMMAND (or should be),
        and doing it here again causes problems avoided
        by 265feeb31ffc08cd4ccbe48398cd41d9cf1e2a25 , or when ICECREAM_RUN is set.
        
        Change-Id: I5ebe8ad735ea6ff8cb1c205c55c45b93550c8b55

2013-01-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bc348ae930b57f546238a8d24efebdd0972753c]

        make sure the column index is valid, fdo#58539
        
        This is the first part of the fix for gnome#627150
        
        Change-Id: I02cd8c553dd6b9a026c0ea38d77c6831fef6498e

2013-01-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95dbe79206b107a987914f8f97f26ca79da5dd2b]

        simplify this code a little bit
        
        and restore some of the old optimizations
        
        Change-Id: I1b42ed135bd3f8dfb663740a1bd2dbfa1216a388

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [93ff02a31364bd334d8bee2e4bc6715f9f30d847]

        RepositoryExternal: typo in gb_LinkTarget__use_sane_headers
        
        Change-Id: I011a946311498cbe42ebcd5cd6517f855ea5e8d8

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [11199dd01b909d75e97df9617cc5bbb71c43fe3c]

        Makefile.in: un-break "make accessibility"
        
        ... caused by missing new-line after "\"
        
        Change-Id: Ibdccf7f18e909308fbc1e58b6ddd3301e08a2223

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [db7ec711cfff06daa1d61fdded9d7c330d3aafc6]

        writerfilter: remove Junit complex test
        
        The test just loads 4 documents and has been disabled for months.
        Also remove the test documents because they are duplicates and are
        also stored in writerfilter/qa/documents/.
        
        Change-Id: I9f51240483d800bc104c3842b8158dec90b3e69b

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [3f27da0a672d0eac84b2a7b411228bc667c4a2cf]

        gbuild: replace all use of PRODUCT with ENABLE_DBGUTIL
        
        Also fix the wrong check in cppunit/ExternalProject_cppunit.mk
        which caused cppunit to always be built without -D_GLIBCXX_DEBUG.
        
        Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [1fa1c73f6801b3cea6cc01d4ea815929ef213103]

        cppunit: CXXFLAGS should be set only once
        
        Change-Id: I67e38db4b41849ac4be4ad20825391c84c7ed412

2013-01-03  Michael Stahl  <mstahl@redhat.com>  [49440d2588466b257b505a7e580d58b46d58b158]

        .gitignore: re-add VIM swap files
        
        Change-Id: I08ab04005720e0de826d6a0cd33211e3a70d5965

2013-01-03  Tor Lillqvist  <tlillqvist@suse.com>  [844095f29af4ea2d9b42e1231456c4556a8f96f3]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: I927f7ea5cae396bb10ffc2568ec68ae69b8f3f82

2013-01-03  Noel Power  <noel.power@suse.com>  [446ac227bf3477ac3041d87bd0d880c3d61f4208]

        fix fdo#58779 fdo#58403 re. raise print dialog
        
        adds another tweak that had been removed with some print related rewrite
        
        Change-Id: If63072c9b2c6158d46f26933fd54766fd808569c

2013-01-03  Matteo Casalin  <matteo.casalin@gmx.com>  [95fc4bdb8ee6cefa3514895ba2f12789e2879956]

        Remove unneeded 'else' and fix 'else if' style
        
        Change-Id: I774af9ca0631e931ddc8c5025981dabca557e325

2013-01-03  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [52ad6005d3350127234667384266ae7a368fe067]

        sal: use pread / pwrite on every *nix
        
        pread / pwrite don't look as a Linux and Solaris privilege.
        
        Change-Id: Ifb2e88445d4064c13a406007bfd523ae0caa38e5

2013-01-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c40cd8a4f203a4f817a77ab850e5027f8bae9b91]

        Remove all occurences of RTL_* and ::rtl prefix from basic
        
        This is a big commit, so thanks for your time reviewing this :)
        
        Conflicts:
        	basic/source/sbx/sbxscan.cxx
        
        Change-Id: Ib9bc710b87475b5695764557321e5dcef25e5933
        Signed-off-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [329f3cd02546dfe58bf00f6ad3b71bc84a8d4320]

        fdo#58539: Check for mxValueLink being NULL before dereferencing.
        
        Or else Calc would crash while loading the xls document from
        gnome519788.
        
        As an aside, this xls document appears to be corrupt. Trying to
        open it in Excel (XP and 2007) causes Excel to offer to repair it,
        while fails in both versions.  Excel XP is somehow able to open it
        with some content preserved. No such luck with Excel 2007.
        
        Change-Id: I04616a4c926862461a2efdd99ccabe36122d6825

2013-01-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a8a3e46978b3397ca8aba38917bd5dbc808c9b8]

        fdo#58539: Properly initialize a member pointer value.
        
        Or else it would crash when loading the doc from fdo#55174.
        
        Change-Id: I21eb77f97dcab467c185dacaf9f00753bb4fc18c

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [58e76a64b46791406277d574deecb081f230b910]

        one more place for forcing windows path in nss build

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [dfbcb34441fed0d38e7c86f32d659ba8ab52640f]

        force nss build to pass windows path to cl.exe
        
        Not sure what's wrong exactly, but on one tinderbox cl fails because
        of "unknown" argument (unix path to the source file). Work it around
        by explicitly converting the path to windows path.

2013-01-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5693934456f917861af7cb02734578b049a46940]

        limit the number of imported digits, fdo#58539
        
        This should fix the crash with gnome#627420.
        
        Change-Id: Ibfff498282dc1c6fe9124ced645392107ef8829f

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [96e7e3564b473944218ea2f5440c70399e978e14]

        add missing nss windows libs

2013-01-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa1b00095011def26cc291e74948817632e3545d]

        don't overflow column number during import, fdo#58539
        
        This should fix the crash with kde#245919
        
        Change-Id: I7c3af01e27233d2f94d5585247c59e7d5b6ea8ca

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [669c27ca0575e046b37db7ecc0a3d24ed2001a62]

        system-zlib for mingw

2013-01-03  Luboš Luňák  <l.lunak@suse.cz>  [ec51a95936499cdab17e5b892cc8abb648fc710d]

        libs should be listed after the libs that require them

2013-01-02  Tor Lillqvist  <tml@iki.fi>  [2ed074578b00582e40cf6380f629570d1eee3f71]

        Unbreak build with just the NDK without a 64-bit add-on tool-chain
        
        Change-Id: I05c558b557cf083feb570f8ac14ecb75c1c21eb6

2013-01-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c27e334661b62897a81a450ea9188f80e053261e]

        fdo#58539: Avoid throwing exception not specified in the signature.
        
        This should fix the crasher with the fdo#45266 document.
        
        Change-Id: I41cf02f211e289b85c31b2d2d60e0c4d849b7e8e

2013-01-02  Luboš Luňák  <l.lunak@suse.cz>  [ebaaefcbf34d037aa8091ffbef3b7f8adc7a9ac5]

        try to sort out libsqlite3 handling in nss

2013-01-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [79f1ef44e77074d8f5a1d32e0447118e5b9c4e70]

        fdo#58539: Resizing matrix should also resize the flag storage too.
        
        Or else resizing and then putting empty elements may crash.  The flag
        storage is used only for empty elements.
        
        Change-Id: I1ada8f795a01336af185e6180bc03247c44472ba

2013-01-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c1f9efa4ac8a406cf10f3b5585f45ee0114621e4]

        fdo#56278: Write a unit test for this.
        
        The reported bug description was very concise and unit-testable.  We
        should turn it into a real test.
        
        Change-Id: I7383316e8fcf799a59b1c32a1722fd4b6b224d1c

2013-01-02  Miklos Vajna  <vmiklos@suse.cz>  [8275c8fc33b63aa40a0a8a8c215f32b9986edab6]

        sw: fix loplugin warnings
        
        Change-Id: I090a51c112c960b8cc9b208bc7378a5aa3754552

2013-01-02  Tor Lillqvist  <tml@iki.fi>  [b24f82fda9558a8b07a6df9ac898d0e166113a10]

        Can't build the NPAPI plugin stuff as 64-bit for OS X
        
        It uses QuickTime and Carbon.

2013-01-02  Tor Lillqvist  <tml@iki.fi>  [0f6f38b5d7288dd71a26040aee04b1ca4f6e0bcf]

        Fix 64-bit OS X build: don't try any universalness

2013-01-02  Eike Rathke  <erack@redhat.com>  [79a3c9b186534c5e3adde2266d3e7fd6527b11b9]

        partly revert 92a9b7780c6e13a4da3b12794342edbc4c09ef51 for ICU < 49
        
        Re-enable build with ICU 4.6 and 4.8
        ICU versions prior to 49 don't know Conditional_Japanese_Starter and
        Hebrew_Letter
        
        Also, the change in i18npool/CustomTarget_breakiterator.mk
        
        - -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \
        
        with i18npool/source/breakiterator/data/line.txt
        
        -$CL = [:LineBreak = Close_Punctuation:] ;
        +$CL = [:LineBreak = Close_Parenthesis:];
        
        did not produce equivalent results. Instead use
        
        $CP = [:LineBreak =  Close_Parenthesis:];
        $CL = [[:LineBreak =  Close_Punctuation:] $CP];
        
        Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7

2013-01-02  Luboš Luňák  <l.lunak@suse.cz>  [3b1102ad193d55b98c7c72e706173353c35bb1b6]

        looks like libnsssysinit is linux-only

2013-01-02  Tor Lillqvist  <tml@iki.fi>  [2210bade74626de68e51adb9759b81f62d7c0b01]

        Check also for a (self-built) 64-bit NDK tool-chain
        
        Also make the --with-android-ndk-toolchain-version option mandatory. Otherwise
        it would be possible to leave it out and that would appear to work in the
        configure phase but in fact mix stuff up when using a self-built 64-bit
        tool-chain merged into a r8b,c,d NDK.
        
        Sigh, maybe we shouldn't even try to have the configury generic enough to work
        with any NDK version (which probably it doesn't anyway), but explicitly accept
        only a small set of NDKs, like r8b,c,d (which probably are the only that we
        work with anyway).
        
        Change-Id: Iecdf3a2d841e7b29598228ae49f48eca9640a82c

2013-01-02  Miklos Vajna  <vmiklos@suse.cz>  [49fc6c6b85e4902dc9b776d82ec17ea7c01a8dd1]

        sal: missing jvmfwk in log-areas

2013-01-02  Luboš Luňák  <l.lunak@suse.cz>  [e912ea714ec40c5046d1c1425c1e58fd6e689df1]

        try to fix nss on macosx

2013-01-02  Peter Foley  <pefoley2@verizon.net>  [c003d25d24786073229d0f8e545b2863c27fa282]

        convert nss to gbuild
        
        Change-Id: I59edc4c437abccc201823d97f1cbec230d273b05
        Reviewed-on: https://gerrit.libreoffice.org/1529
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2013-01-02  Luboš Luňák  <l.lunak@suse.cz>  [dc277bc6a1c357fe725db2c567d3e1cf16fb7806]

        use MINGW_SYSROOT consistently
        
        Restore all cases to expect /mingw/ included in the path.

2013-01-02  Tor Lillqvist  <tml@iki.fi>  [ca3aba4cdf766cf33b0dbbe495c9e6f57f069822]

        DBGHELP_DLL is set in download.lst included at the end
        
        Change-Id: I5465c9176b0b53f9a148fe50373f38c71f179746

2013-01-02  Werner Koerner  <wk661lo@gmail.com>  [ce9deff347ebdb1ab6faced894e8de9979eabb0e]

        Change if-statements to switch
        
        The bit-values do overlap, 3rd and 4th case were never reached.
        
        Change-Id: Iaaf39a11811c4e28c34260a7eab7fa0476165d1b
        Reviewed-on: https://gerrit.libreoffice.org/1497
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2013-01-02  David Tardon  <dtardon@redhat.com>  [76091d814ca084ba66fcb9db8bc4565c47ee16a5]

        only package .ui translations that can be produced
        
        That means that there is corresponding .po file for given language.
        
        As a slight optimization, do not even try to run uiex if _no_
        translation would be produced.
        
        Change-Id: I901e88b20edfb55e4f8bc661bacf8218b603bdcb

2013-01-02  Luboš Luňák  <l.lunak@suse.cz>  [8620f8b51dcc2c9f50364d42e756fd8b11bdc1e3]

        fix use of MINGW_SYSROOT
        
        This got broken in a084ea60680372efb7998f7369c9fc99eb85c50a.

2013-01-02  Noel Grandin  <noel@peralex.com>  [265feeb31ffc08cd4ccbe48398cd41d9cf1e2a25]

        fix 'DEBUGCPPUNIT=TRUE make subsequenttest'
        
        When running a unit test under GDB, we do not want to prefix the
        cppunittester executable with the LD_LIBRARY_PATH, because that has
        already happened before the "gdb --args" part of the command line.
        
        Change-Id: If3f81ba3fc3e5260142d7e9c2d4a78e9ca63382c
        Reviewed-on: https://gerrit.libreoffice.org/1532
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-02  LeMoyne Castle  <lemoyne.castle@gmail.com>  [252136551f2c032b62f9650a06389f2b4fe6e6c1]

        Paren fix for Ubu 10.04 build (and fdo#58417 ?)
        
        The form: OuterCtor( InnerCtor(array[i]).method() )
        with explicit ctor(s), unused optional arg on ctor+method
        --> error 'parameter can not have variably modified type'
        gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1).
        Min fix: force precedence/associativity in type resolution.
        fdo#58417 BTs inside 1 of these ctor calls.
        
        Change-Id: I4d8b979df0fc827758b1e9a336031671425486ea
        Reviewed-on: https://gerrit.libreoffice.org/1531
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [73731b01cd65defdf9b42a9754bede3ba84221d7]

        docx import: don't apply complex font size to non-complex font
        
        OOXML spec says:
        "[szCs] specifies the font size which shall be applied to all
        complex script characters in the contents of this run when displayed"
        
        Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287
        Reviewed-on: https://gerrit.libreoffice.org/1454
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2013-01-01  Luboš Luňák  <l.lunak@suse.cz>  [59074c09b838ebaf63f5d3e7578bb473080ec0ee]

        remove use of #pragma optimize
        
        All these are years old, guessing from some comments as old
        as Windows 9x support. These workarounds do not seem to be needed now.
        
        Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd

2013-01-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f9f9fa1ef72c78accfbc25b33748a1046aa01843]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop
        
        Change-Id: I23bd979aa39a8062f65f66e701cfd8ca3a18da8c

2013-01-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [ffaf6adba6da2af0bd9ceb7f94b4e4eff055ae20]

        RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia
        
        Change-Id: Id9ae8600d7f688bd733148663ef501b6ba2bc7d1
        Reviewed-on: https://gerrit.libreoffice.org/1528
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2013-01-01  Peter Foley  <pefoley2@verizon.net>  [cdb86989d118eb9944537be5178275c6d8d7e038]

        MAKE not GNUMAKE
        
        Change-Id: I0f57a5a3f9d4f710715a478439e87409378f151e

2013-01-01  Luboš Luňák  <l.lunak@suse.cz>  [0ce5edfbcf8d404afd5f2fbf4376cc94521a541a]

        no non-ordering dependencies on <whatever>/.dir
        
        As that'd be like forcing a remake every single time.

2013-01-01  Gokul  <gswaminathan@kacst.edu.sa>  [1009d4febc5a3d79786d5c2d01799241092afd9c]

        Added bulletsandnumbering .ui
        
        Change-Id: I224baa5e62454afd998d1cb35144b1594d54d759
        Reviewed-on: https://gerrit.libreoffice.org/1352
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-01  Jack Leigh  <leighman@gmx.se>  [e350815692a9f660f2dabddc0f76262697b64a1b]

        fdo#58651 improve layout/spacing of positionpage.ui
        
        Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574
        Reviewed-on: https://gerrit.libreoffice.org/1472
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2013-01-01  Caolán McNamara  <caolanm@redhat.com>  [2e00c0efbe03b3390200ea515da57aa57b0cd1ed]

        move xmlsecurity .ui stuff to right place and adapt code to use it
        
        Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00

2013-01-01  Caolán McNamara  <caolanm@redhat.com>  [504b79c6cae6e15793420a63384e59b5d1f7037a]

        hook SvxSimpleTableContainer child positioning off Resize
        
        instead of SetSizePixel etc.
        
        Change-Id: I17246821f1805bda9da0503e4fab05be5724512c

2013-01-01  Caolán McNamara  <caolanm@redhat.com>  [5dc0c03f797e53aef7411c26782b6d39b7e93d0c]

        implement spread button layout
        
        Change-Id: Ia17d3f4d14319adec6b0b20dced5daf5b8018c36

2013-01-01  Julien Nabet  <serval2412@yahoo.fr>  [f843850ee9994653673ef5591aae875d7fb22fed]

        fdo#47466 FORMATTING: Autoformat empty rows causes app to crash
        
        Thank you John LeMoyne Castle for your support
        http://nabble.documentfoundation.org/Wrong-indentation-which-leads-to-segfault-in-sc-source-ui-docshell-docfunc-cxx-td4026726.html
        However, the weird thing is I reproduced the crash with master sources but didn't with 4.0 branch nor with 3.5.4.2 Debian packages
        
        Change-Id: Ia5366f479a1066106551b77b5a6315fb78e1bf7d

2013-01-01  Julien Nabet  <serval2412@yahoo.fr>  [2e1abe1c59b1121ffb5d46afe82ce985cb70c4db]

        Fix some 'bRet' is reassigned a value before the old one has been used
        
        Change-Id: I815b943871f11ae2bbe2d5ecfa6e096fb7bb463f

2013-01-01  Andras Timar  <atimar@suse.com>  [4f21a0de363116cde65151d09ef4af9aff08886c]

        Bump copyright year to 2013
        
        Change-Id: Iab660dcfffc2a511092398926338ed06f6408925

2013-01-01  LeMoyne Castle  <lemoyne.castle@gmail.com>  [4ae569eb3e6d587aed6885b46c78f0d9bcbbb0b2]

        Minimal fix fdo#58766 Macro Recorder opt not saved
        
        Load of the last Misc. config item is skipped due to
        its index  == # of strings in array in GetPropertyNames.
        Omission in middle drops last item -
        never gets to the Enable Macro Recorder option.
        
        Change-Id: If99e0aa89e82ffc362f5e4bda712881a546e510a
        Reviewed-on: https://gerrit.libreoffice.org/1523
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2013-01-01  David Tardon  <dtardon@redhat.com>  [2e9ec0a8bcb29681c54b16fadf6b47cab6a6b0db]

        simplify processing of python.sh
        
        Change-Id: I583407233fad1f7aaccc137642e5f134c3ba2874

2013-01-01  David Tardon  <dtardon@redhat.com>  [085e0adf53baff298059980a54758d81b08bb059]

        just pass the define through -D
        
        I am constantly amazed at the creativity of the original makefile
        writers. An extra header file, processed by sed, rather then adding one
        item to CDEFS? Really?
        
        Change-Id: I41ae8b10fc447ea5ab91e767c8afb87e39b9b5f5

2013-01-01  Tor Lillqvist  <tml@iki.fi>  [ae5c574ac24ed8979dcf03da87cd14c078db2a07]

        WaE: private field 'mPreviouslyDiscoverable' is not used
        
        Change-Id: Ib3f16646035fe29aa64608a17f1a3063f9ebde95

2013-01-01  Tor Lillqvist  <tml@iki.fi>  [a754161b51a10d01fe78b02c7213d3cf2b63fae5]

        WaE: duplicate 'const' declaration specifier
        
        Change-Id: I70b12a4de7edd785f87e4de3f398e90bf54ca84f

2013-01-01  Tor Lillqvist  <tml@iki.fi>  [436d8669eae4d95976b6d29b04c2f180ebc1ea67]

        WaE: unused private field
        
        The fields were not really unused but the compiler can't know that,
        and it was done in a horribly hacky way anyway.
        
        Same fix as sberg did for the corresponding MacOSX code. (Yeah, should
        factor out the commonality. Not that I know whether the VCL code for
        iOS will ever be used.)
        
        Change-Id: I573073c3f5c15f0a40ed72c9d58578fc80f65b93

2013-01-01  Tor Lillqvist  <tml@iki.fi>  [993c3bff0173f5c9f8941e6b036d3e57f4b68cf1]

        We don't use these when DISABLE_DYNLOADING
        
        Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e

2013-01-01  Tor Lillqvist  <tml@iki.fi>  [5275fabcb0c3941e32c23b9a9f66f395ab10b251]

        WaE: private field 'hModule' is not used
        
        Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132

2013-01-01  David Tardon  <dtardon@redhat.com>  [00234d0578419c3d0847dd89554186146121f60e]

        replace bashisms
        
        Change-Id: I4d7709effb8cb98827e6bdd62e422186d61ed2a0

2013-01-01  David Tardon  <dtardon@redhat.com>  [55563832c492e5b03a88763cf15384655ba31181]

        check for python.exe too
        
        Change-Id: I6f66348f8e40a7f977f33e145171489d7c57b8be

2013-01-01  David Tardon  <dtardon@redhat.com>  [3f22967547f529e46651c9247d696dd7668943dc]

        fail early if python version cannot be determined
        
        Change-Id: I8fea82f8d4f779b0e7f8550fb67b794d6ae913ba

2013-01-01  David Tardon  <dtardon@redhat.com>  [3638ffa2a3d8007c3e6dc83ba7ff712fc1609bb3]

        always set library path
        
        Change-Id: Id8984f64615ac5d2ecfccca5d1d44ea5db76811c

2012-12-31  Peter Foley  <pefoley2@verizon.net>  [c97a46ad210c4747af2309d0c75d9a0bdb642ed4]

        fix postgresql on win
        
        Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde

2012-12-31  Peter Foley  <pefoley2@verizon.net>  [120553e5585b7a6efef796d0b4e5f7159979ead9]

        add fontconfig to tail_build
        
        Change-Id: Iff855964f085a94633cfe25462dd9f5e44a8a828

2012-12-31  David Tardon  <dtardon@redhat.com>  [acfd176c3052692c85f4cac3103695be4e8f74df]

        name the libs to deliver correctly
        
        Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0

2012-12-31  David Tardon  <dtardon@redhat.com>  [b87e86c5b1ce547a804cfc8ed7d5cb7bc82a5ce8]

        fix typo
        
        Change-Id: I547cbac3e8c14485a01716f099c37a96e5876ee4

2012-12-31  Peter Foley  <pefoley2@verizon.net>  [9ddba6644024254a348c3569835df6ffae8c985a]

        convert openssl to gbuild and add to tail_build
        
        Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3
        Reviewed-on: https://gerrit.libreoffice.org/1495
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-31  Peter Foley  <pefoley2@verizon.net>  [b4b6c459830ba6a070a813a533530feff3964ab0]

        fix icu deps
        
        Change-Id: I02c6554d0bbfd39a2693de742712e98b059956a3

2012-12-31  David Tardon  <dtardon@redhat.com>  [ba98416d9585085d116bc5da69f0c0b249af57df]

        add missing \
        
        Change-Id: Ia674a80cc2fcdd4cabc97182e368a89604816d43

2012-12-31  David Tardon  <dtardon@redhat.com>  [dd9655868e60af0f67de715f1f04aa0989b6b58b]

        fix gb_Helper_execute
        
        Change-Id: Ia3aa20d59a2d2a6e691242a420b3816fe0621325

2012-12-31  David Tardon  <dtardon@redhat.com>  [f8ed393b654066b7bb4e734e69da40abe3f715d5]

        drop CustomTarget_mingw_dlls from Module mk
        
        Change-Id: I46da6fa9d301c2e4926ec804b87a099695ca89b9

2012-12-31  David Tardon  <dtardon@redhat.com>  [b1eb1db8c68c9d5de2097c28f5224132a199fdae]

        copy dlls directly from mingw sysroot
        
        Change-Id: I23678af155776eba266c15bfa2339b417d467e27

2012-12-31  David Tardon  <dtardon@redhat.com>  [fe602cee781e9b143b68b8ece9ba702e8f6e26e1]

        fix another typo
        
        Change-Id: I30daf07135d89494b4fbcdf50797254e73f80ea9

2012-12-31  David Tardon  <dtardon@redhat.com>  [d2ab4e79566d0c09052231af4f198b20a22116e4]

        get_target -> get_workdir. sigh
        
        Change-Id: I4dbb8ab85bac63de42545b80c532f9593ea0afcc

2012-12-31  Radu Ioan  <ioan.radu.g@gmail.com>  [e4429d43f55c52f16130a745d428b89cbf2f0394]

        fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT
        
        Changed some OSL_ and DBG_ to SAL_
        
        Change-Id: I192994238b949ffc51697a356a2f49072d5cedb2
        Reviewed-on: https://gerrit.libreoffice.org/1519
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-12-31  David Tardon  <dtardon@redhat.com>  [7d6112773e806630eeaffbfedb6ee89e81d2f8fc]

        I did not want to push that...
        
        It does not work, anyway.
        
        This reverts commit ee18b30b0391a443a51d7b97060f118478c202af.
        
        Change-Id: Ibe21a2a62ecbfaf8dcd87113bde386050ffde25a

2012-12-31  David Tardon  <dtardon@redhat.com>  [a084ea60680372efb7998f7369c9fc99eb85c50a]

        do not second-guess the location of mingw sysroot
        
        Change-Id: I669b6c7b90f2b803f68df86704b357967481f6ce

2012-12-31  David Tardon  <dtardon@redhat.com>  [3204d0383a181766907a5c90ddc1d3cf97fceea2]

        always set library path
        
        Change-Id: Ie3248563815c2558c573e525e79024ef083345b7

2012-12-31  David Tardon  <dtardon@redhat.com>  [ee18b30b0391a443a51d7b97060f118478c202af]

        move gb_Executable_get_command back into Executable.mk
        
        Change-Id: Ia556cbfda5c5c3d9e1b2b7b1f488b079ce420367

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [877113907606df20d465eee9b698c86d2299de18]

        Add b_Helper_set_ld_path back in more places
        
        Change-Id: I05d1fc218fad0987958600a2638953672281919e

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [fe20c74c3ff788e63174b4436357adaf3c965a52]

        Deliver raptor.h and rasqal.h
        
        Change-Id: Ia9aae74702d562516825735642a4d707f845cbb9

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [341b467102d7b7d04752570611255332a4dc2692]

        We need b_Helper_set_ld_path here I think
        
        Change-Id: Ie6dc76859ff51e1d25abbf65de1abfba46dd4252

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [d6c090c1c7fb3749716c18be4ec8adcacfeffad9]

        Revert "bestreversemap uses URE (libuno_sal)"
        
        Sure, but this was wrong.
        
        This reverts commit e795b4d80dec9eb1e9b63daa4e31c03d8d68f220.

2012-12-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [be2b3e51ed599801a999b0db7a6f19222be207d9]

        Remove all rtl:: prefix and RTL_* from basic/qa/cppunit/test_scanner.cxx
        
        Change-Id: Ie9bb6018955faa41c359d18c6b2c10b58fd20db9
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1512
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3d623f39335870e4c6706e6b985f0218e2faafa6]

        Remove some unused functions
        
        Change-Id: I618de5d34d891b1b183cca12b71aff4128b2f92e
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1517
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-31  David Tardon  <dtardon@redhat.com>  [9eb90b97e80979d384640763507004b2df102379]

        the wine .def files are in $SRCDIR
        
        Change-Id: I18469885d2d66b72aa89ef7a0faa449563e49ebc

2012-12-31  David Tardon  <dtardon@redhat.com>  [fe367205f592a8672427a8ab17009a8fc2695ca5]

        configure only looks in $MINGW_SYSROOT
        
        Change-Id: I8882525ae6ae24957d9e34fc1ab8d5525251889c

2012-12-31  David Tardon  <dtardon@redhat.com>  [93d73b21a6e9fbc62bc5cf80cb360b74aef76fad]

        drop some unneeded explicit deps
        
        Change-Id: If19289a78a8d6ac01ce2951fbef9e3ba575ed680

2012-12-31  Noel Grandin  <noel@peralex.com>  [63894cb4fed44aed01092cdee1fe30463eb5223e]

        fix fdo#58451
        
        I introduced this bug during my "shiny UNO" conversions.
        We pass around SQLException as an Any in the IDL, so we need to treat
        it like that it the service code.
        
        Change-Id: Ib55b1e156c93fb1488b21ab4d1423b25cb13a5cf

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [e795b4d80dec9eb1e9b63daa4e31c03d8d68f220]

        bestreversemap uses URE (libuno_sal)
        
        Change-Id: Icef3b0276b1560efd4bb14f59bf44f997b0a5221

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [24d874b97c3fa357319862515b41f77f44a9efad]

        redland depends on rasqal
        
        Change-Id: I703f80173e8108e0abcf7af824ef208216f60578

2012-12-31  David Tardon  <dtardon@redhat.com>  [35aec8c0c028a0f071c184521a23c382333e5e3b]

        fix stupid typo
        
        Change-Id: If10b00f0e19d7199380af16fedbdf2e9d0ad6871

2012-12-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d6fd3ccb105e164fdc826f1cafff2f5323194794]

        handle strings correctly in ScCondFormatEntry::GetExpression, fdo#58781
        
        Change-Id: I418837d4363c14779a4b2a7ce78c8b9e8df7f0d1

2012-12-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [faa7667d4a249d1a497610a10c64ac54799c08f4]

        don't add a new cond format if we just want to edit one, related fdo#58781
        
        Change-Id: I2f48daa9b317c59515366206f9f17c7d219db5d0

2012-12-30  Radu Ioan  <ioan.radu.g@gmail.com>  [3b1da9e650db388baa6d649219e2a0e45b58f062]

        fdo#39440 - cppcheck cleanliness
        
        removed some cppcheck warning
        
        Change-Id: I81963001e4737c583764b07bea9abf59a61dead7
        Reviewed-on: https://gerrit.libreoffice.org/1518
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [afb9d7d84cb25d91335467dd5e121f353e37a3ff]

        Fix misleading indentation
        
        Change-Id: I72050f4d3b0f617e04a8b404ecdc99e5e2806f18

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [d9584d9a6b017ee8b6f95a14fdec1223eb7dab6b]

        Fix redland cross-compilation at least for Android
        
        Fix typo: It's SYSTEM_LIBXML, not SYSTEM_LIBXML2.
        
        The xml2-config from our patched bundled libxml2 needs LIBXML2LIB.
        
        Need to find raptor-config and rasqal-config (for the HOST platform, that's
        fine as they are shell scripts. not binaries) in PATH.
        
        Change-Id: I58376d4ffbc9954c375b4e2b9bad3f68ed12e3bf

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [0876c627ddada2855e92203859b815a5f35262c8]

        Fix typo s/ANDRIOD/ANDROID/
        
        Change-Id: Ib3ebaf542bc74ce8c8d5cd967d3e55217b62381e

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [960dd22f2b2753d2f066af3c4caa09665208e89c]

        gb_Executable_get_runtime_dependencies should be empty when cross-compiling
        
        Change-Id: I3d8a454a6c3e2ccf5661742d26c85224bb4773bd

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [fca6f2eba2119ee90fc4276390315e2832478b42]

        Avoid Emacs warning "suspicious line"
        
        Change-Id: Icb8f4adb0794bd2857c48dbc6756b3258b8bbefd

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [0599c27c37f37a066edb1f8cefd70f83a58bf33f]

        Remove misleading indentation
        
        The indented line is not part of the if function on the line above.
        
        Change-Id: I7ae7c1223af74cc5ffcf9d1d32fb848212859ac9

2012-12-31  Tor Lillqvist  <tml@iki.fi>  [a709e8d9d8e8b625a1f1694906057a2f6696dade]

        Revert "fix redland for android"
        
        I don't see how this would help at all?
        
        This reverts commit ecc9896c9be9669ec1ea13a99c9aa624356b07aa.
        
        Change-Id: Ibac7faa17ca3e6d1ba4426c270428327cc90d5ee

2012-12-30  Miklos Vajna  <vmiklos@suse.cz>  [08b4efb4e1cd01311719caffea4117fd8770f20f]

        fdo#54612 don't crash on RTF_DPPTX before RTF_DPPOLYCOUNT
        
        Change-Id: I35bf580df157dee429d9dca193945ea95616d678

2012-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [f84bd3f065b31e3f7a8acb5590a6561838b5aa7c]

        remove accidental adding of concat-deps
        
        Change-Id: Ia0e60c5246e5e45b934548ebbf09a2f67910785e

2012-12-30  Julien Nabet  <serval2412@yahoo.fr>  [b18519cc1373e82b61e6c75b585903ff491c49e9]

        Fix Memory leak: buffer
        
        Change-Id: I300b329de802aa88c71bdf9da0a878a1577364b7

2012-12-30  Julien Nabet  <serval2412@yahoo.fr>  [c183d8c0cdc849673bee180f780604700eac85fb]

        Satisfy cppcheck even if unused
        
        Change-Id: Ia6ded9ef24a8c519e552c291696b4c346627bb1b

2012-12-30  Julien Nabet  <serval2412@yahoo.fr>  [2fbd64cef870568da1479a03f6ea778bab68a09b]

        More cppcheck cleaning in sc
        
        Change-Id: Ie040fa7ed9a3304bd4a10e404b7a0a4e45cbd69c

2012-12-30  David Tardon  <dtardon@redhat.com>  [e4cb67b4dabe40fdf8ce703d6739db7863c52fb4]

        these functions must be defined early
        
        ... because their result is assigned to variables in various gbuild
        classes.
        
        Change-Id: I07c0fc54e10ddd76a6246ac4e9ed56541c9c1257

2012-12-30  Julien Nabet  <serval2412@yahoo.fr>  [dd4173e9bd4877721b2225975f9d01b1c88c1a9b]

        Some cppcheck cleaning in sc
        
        Change-Id: I620a9329d50397a7ea498dc4703978026ad337ae

2012-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [34f9e32c6f5b1233976f356dfeb1fe846cc095af]

        restore submodules
        
        Change-Id: If2178d8143b2c1bf8a10fd92ee575d53b29db331

2012-12-30  David Tardon  <dtardon@redhat.com>  [ec851e995426c770dee42e62638a5687be4bcc31]

        Revert "change translations"
        
        This reverts commit 7cdd83467a51c4a83b43ddc01e645dcc0fd549cb.

2012-12-30  David Tardon  <dtardon@redhat.com>  [ceb0d0635c7dcdca577d20887c6cdd37517697d1]

        use runtime deps in gbuild classes
        
        Change-Id: I007e0293c354d6f930dffb4a9a2c2df5640a673b

2012-12-30  David Tardon  <dtardon@redhat.com>  [7cdd83467a51c4a83b43ddc01e645dcc0fd549cb]

        change translations
        
        Change-Id: I8cbe4f73343fddccc878a8b1929eff7e9a6c4db7

2012-12-30  David Tardon  <dtardon@redhat.com>  [edf6730fd572788bac28f9fdeb84d25edfe04c0f]

        add runtime deps for custom targets
        
        Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008

2012-12-30  David Tardon  <dtardon@redhat.com>  [0d6f8e5c048d3caef43bf26f2ae683224dec6921]

        allow setting runtime deps of executables in one place
        
        Change-Id: I325287cba773df848a8797486c149502abae9c9d

2012-12-30  Peter Foley  <pefoley2@verizon.net>  [ecc9896c9be9669ec1ea13a99c9aa624356b07aa]

        fix redland for android
        
        Change-Id: I98f0c80d6dc4634b64aed7ae2a1e90f90027b90e

2012-12-30  Peter Foley  <pefoley2@verizon.net>  [c20147bb64dd12248b26a0ef5437dd89651bba70]

        fix fallout from string cleanup
        
        Change-Id: Ibd1bf217a6cb2b34eac67b0c3066f5800b584905

2012-12-30  Peter Foley  <pefoley2@verizon.net>  [18bd1e7364428cdb359762158c685223a82de99d]

        convert redland to gbuild and add to tail_build
        
        Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f
        Reviewed-on: https://gerrit.libreoffice.org/1493
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8736d50780c915cc0dc3d06f0aa4a8b3801cde5d]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment/manager
        
        removed OUSTR() as well and replaced .equals() with ==
        
        Change-Id: I3cbf3654f64bbc906352efc34d1458b00db3ddef

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [d1bab2c27356ae652951bd005d187ab6cddd7539]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/app
        
        removed OUSTRING() as well
        
        Change-Id: Ib074d4729370a921b6b51d50360e4fa92f3d5ddf

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [55bdbf3dac0bbcc0af4f7662e0cfaf99f668d9e9]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop
        
        subdirs registry and deployment
        removed OUSTR() as well and replaced .equals() with ==
        
        Change-Id: Ib4ca45ba7fdff2179d744dac5a034dc35558d92b

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0f3ee5e0d60e9e8b8c7e18393dda46532c72d658]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment
        
        removed OUSTR() as well and replaced equals() with ==
        
        Change-Id: Ica293711467cd93c8b4df3d52bb72bd0710ca05a

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [99e157ce644ebc86aa9ca778f88df572b90e4e6c]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/migration
        
        removed OUSTR() as well
        
        Change-Id: I420f2e9214db86e1edefae0ed14a6a1faf065cfc

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f8ff0def93aedaffe8a15b84cba476757bf1691d]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment/misc
        
        Removed OUSTR() as well and replaced .equals() with ==
        
        Change-Id: I99e8fcd936f0b2ec1d17d4d0a0be5832108c0f3b

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [e67cea929c62609526b65d36945b8dc4abf48be3]

        Revert "SVG: add check if polygon is closed"
        
        This reverts commit 0144c952282a4555b7ab0cfcf9d35bf753e5d8cb.

2012-12-30  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [8b1c57d474db0dec61e6e6445f883f93143c9ad7]

        RTL_CONSTASCII_(U)STRINGPARAM removed in desktop/source/deployment/gui
        
        Removed OUSTR() as well and replaced .equals() with ==
        
        Change-Id: Ie12ac42a76beb35ff2570d92584fc415e6e061cf

2012-12-30  Radu Ioan  <ioan.radu.g@gmail.com>  [c5132e30fb09477aa46d810dd86727b3aa8cf20e]

        fdo#39440 - cppcheck cleanliness
        
        Correct some strings
        
        Change-Id: Ic019cb11b87cd51e7ffd1fb8f16b79dff381936c
        Reviewed-on: https://gerrit.libreoffice.org/1508
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-29  Julien Nabet  <serval2412@yahoo.fr>  [26a0979711f89915508359a9804765d934631ec2]

        bHOver isn't used in second loop and afterwards
        
        See http://nabble.documentfoundation.org/Questions-about-function-lcl-GetMergeRange-sc-source-core-data-fillinfo-cxx-td4026455.html
        
        Change-Id: I6fbd51917be1716b20a61a310186f4ca795dd639

2012-12-29  Gokul  <gswaminathan@kacst.edu.sa>  [86c2f4690b1fc5c65c1d36ca140ba65654debfca]

        Added Digital signature widgets .ui
        
        Change-Id: Ide3a4f97ff229edc6c1cab8f62a66b43c33439d1
        Reviewed-on: https://gerrit.libreoffice.org/1351
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [396a3e7c7b315e158115eb487a8dbf16a594e48a]

        adapt spelling dialog to use .ui
        
        Change-Id: I51fdb40378253780cd15127f0c79eda54dce15f0

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [7d48d41d9e7bee273628ed55a4bac720751ba328]

        don't remove blank rows/cols more than once
        
        Change-Id: I7b46ac1f9fcca5a3ae9dbb6b6c4f92917f522295

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [fd38d60c54cf59eb533089fb478bd7d686893ac7]

        now that the print dialog is fixed the SYMBOL_PREV/NEXT hack can go
        
        Change-Id: I870a46e1b1e2bcd05795e423d3bb67a61e4c22d0

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [5aa0ac02a0cb9b7a387366f841bc603cbe396eaa]

        callcatcher: update unused code list
        
        Change-Id: I47467b53705f8059a829126a598e29a1105df13c

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [d906615e35c1a255c58c3f2085c8e2f110eb522a]

        Don't display grammar checker's vendor name in the titlebar
        
        There was always something a little underhanded about the introduction of
        advertising of vendor names of the grammar checker.
        
        Change-Id: I85a10770ee0891ebcfbf26b366f664811ebcf84b

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [248b095c59f8d98ef7ed46aebd495ff1d0bef001]

        move spelling .ui to cui and clean up a little
        
        Change-Id: Ia8abf9bf62e08239327a5f755373e6675136239c

2012-12-29  Caolán McNamara  <caolanm@redhat.com>  [92a9b7780c6e13a4da3b12794342edbc4c09ef51]

        follow logical consequences of a minimum icu version of 4.6
        
        since commit f20ed8959bc0a984177377a734d34f767653625b
        
        Change-Id: I4f2fc5d9eb7a581b9ed707a3c3f96be817141846

2012-12-29  Julien Nabet  <serval2412@yahoo.fr>  [c4b2921fc21eed2ec7a5333a3d24cdba46be1203]

        Some cppcheck cleaning
        
        Change-Id: Id027823617d2328b9e827268825812634731a828

2012-12-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [b2e5700d0961d8f2e2f0596fb309eb3d1006193f]

        Remove rtl prefixes and some RTL_CONST* from basic
        
        Change-Id: If15d7c97de5295ea7d7f341e6b34acbfc917218d
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1504
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1d1abd28c2d4aab7c6ccfe94e49bd974fa5982bf]

        Remove last usage of RTL_CONSTASCII_STRINGPARAM in basctl
        
        Change-Id: I5bc79699e794de47611d785b9ae48b4badf9f2f6
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1502
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [85f27205f41e7b6e63ea7fa0de9e3cb6a15b9bae]

        Remove last RTL_CONSTASCII_STRINGPARAM from animations
        
        Change-Id: Ib774bc7f70492910a2f3e7ac3088c4e07127b563
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1501
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-29  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d204c1a47ef7215ca3e1ef198e81d9eeaed2095a]

        Remove last RTL_CONSTASCII_* from accessibility
        
        Change-Id: Icb8f66c9f6ad70828aa55580a1f3aae8b2af1593
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1500
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-29  Peter Foley  <pefoley2@verizon.net>  [a7ef93ed1b6b19bc343c71eb9b16f8616517e6a6]

        drop executable bit
        
        Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e

2012-12-29  David Tardon  <dtardon@redhat.com>  [27a66ce174d8c5c2947056cbf39533be55e14170]

        gendict is internal tool, not part of ICU
        
        Change-Id: Ica89dc89663ed3fa611e36245732b296386b5bf7

2012-12-29  David Tardon  <dtardon@redhat.com>  [d7f1952b3f41b072763da5b2ebcc1779fa8457bf]

        we use idxdict these days
        
        Change-Id: I89ba8543191b3c5eea95a3a0906af121726c1bcd

2012-12-29  David Tardon  <dtardon@redhat.com>  [fad69045a041be33d3c4c5a2114f82e18eeca6cb]

        drop executable bit
        
        Change-Id: I6661b25be4a181b255b3e0da0fddfd6cd111dbb2

2012-12-29  Julien Nabet  <serval2412@yahoo.fr>  [cf068828d334fcb0998755118e262d16c9db5b3a]

        Fix SimpleGuesser::operator=' should return 'SimpleGuesser &
        
        Change-Id: I29205bc8db7569cf123a52dd248a9165ebaef3a3

2012-12-29  David Tardon  <dtardon@redhat.com>  [6306926e038fd7ad49c0089ebce8be0f0f8da3c7]

        register ICU tools as external executables
        
        Change-Id: Ia6c96d3db5c232cb393832c1dd4e33295827bb99

2012-12-29  David Tardon  <dtardon@redhat.com>  [2e6d024ac589fd1df7f41a30cfdf47a2f1ded932]

        fix internal python deps on MacOSX
        
        This means we can put python3 back into tail_build, IMO.
        
        Change-Id: I38b43f8fb0a0f91c42acb5acb3066b1e8596ceea

2012-12-29  David Tardon  <dtardon@redhat.com>  [bbf2f413958e7be2bef34c62932fc76f83e7ed18]

        rethink external executable setup
        
        Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca

2012-12-29  David Tardon  <dtardon@redhat.com>  [2f0e0daf9b94dcb15af84c4a00682d14ebfc5000]

        sw_swdoc_test needs more services
        
        Change-Id: Ia548732840d0fb15ee567629045ab430855cf849

2012-12-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [07e15b1ff368e4168e72e61bb924a6760b81d89f]

        po.cxx: use static and const to increase efficiency
        
        Change-Id: I146808171df2240aaa7901978f94cb260a3def6e

2012-12-29  Tor Lillqvist  <tml@iki.fi>  [f98407403f916f9a7474e93c674fc7ac360c3539]

        Revert "String Cleanup and news OUString methods/constructors"
        
        Broke a unit test and made all tinderboxes red.
        
        This reverts commit 3179055dc3e267c961a5618c810fbc0df1858d72.

2012-12-29  Takeshi Abe  <tabe@fixedpoint.jp>  [3c33d78d6bae9768b34418c7ac54076613d808c8]

        Remove unused struct
        
        Change-Id: Ia789733d2010c7e2c6e687ba07ba3e282945406d

2012-12-29  Takeshi Abe  <tabe@fixedpoint.jp>  [ebfc9d5fed1f88b72aca718fc0092bf26b6dc8bd]

        sal_Bool to bool
        
        Change-Id: I68cbf5f58eb5e8d1595d4c2a0e5656a154df3b0e

2012-12-29  Tor Lillqvist  <tml@iki.fi>  [11ce98e1b9d2523bb64a49d3c2dc941b70be4ef6]

        WaE: "PAGE_SIZE" redefined
        
        No wonder such a generic-sounding term is defined in some system header, like
        in the Android NDK's <asm/page.h>.
        
        Change-Id: Id813afb836d358a3749a8a9fb1c9fb162f881c04

2012-12-28  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9f82a20777b6d16b2ea541619c3ad270e08e258c]

        fdo#58842 Handle case of non-distinct statment
        
        Change-Id: I1797dd4e0bc6a2e4ec475c860e6b903085d2aae1

2012-12-28  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [7dd273da8a2c6ccd851d756f1cc7f6ea6f0961c8]

        Delete some lang variable
        
        Change-Id: I4df609dad5de0cc45f00f4c4054b59fa014bb432

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [05cc878bb4567aa15841fe316b1e898ae43fe7a7]

        Some cppcheck cleaning in sw
        
        Change-Id: I3dd51a8ddd0c01c453331934869413d5999a826f

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [b2b400770586d545c3066672557a84f1e2f01b55]

        Replace %d by %u in some format strings
        
        Change-Id: Ica066dcdff68c50c10378752be9c3497104b2a0b

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [a5ee0319aa5162db9e4611449760568d9a2cb37f]

        Fix "scope can be reduced" for 2 variables
        
        Change-Id: I200d7c545e82fd2167f22f5522033d6e64b975f8

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [37abf7e62941af5c697ae4cd0c3dcd58d88f156e]

        Simplify this
        
        Change-Id: If1a8a2441398ea9f20d6ec45e649967673c7a6af

2012-12-28  Ricardo Montania  <ricardo@linuxafundo.com.br>  [3179055dc3e267c961a5618c810fbc0df1858d72]

        String Cleanup and news OUString methods/constructors
        
        Change-Id: Ia6142020330d0e12650fdc519b66f00e607eac42
        Reviewed-on: https://gerrit.libreoffice.org/1491
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-28  Peter Foley  <pefoley2@verizon.net>  [c4f444dc40a1e8429250996dc2b39200c91ea1ce]

        fix icu deps again
        
        Change-Id: Iecc35559cf77e844a84e1f058cb57c02d53493a2

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [4df5fceade2ff3d70e2ceee2cb77c5f7cb4f8b80]

        Fix The scope of the variable 'fReduceFactor' can be reduced
        
        Change-Id: Ic885f5113ab1f83e493a3615b012724dc06f8970

2012-12-28  Peter Foley  <pefoley2@verizon.net>  [38c57836baeddd3276cdddd4b062f74210f470c2]

        fix icu deps
        
        Change-Id: I1763b73e80a19244d0fd788580c825c284347a35

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [8394c5a19170af5e62ba1a5adc236465e5d65bde]

        Some cppcheck cleaning + Related fdo#57950
        
        Change-Id: I7ac04bf39004f8fd86404710ef2f15cf9678f63d

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [f52e8908a6924ad7786874ca45deb46f0dfe4e30]

        Some cppcheck cleaning in basic
        
        Change-Id: I01ad0d95a94ede6998850937c58495920e7a4113

2012-12-28  Peter Foley  <pefoley2@verizon.net>  [479a0be4ec6adb9cc254f597f90388d9cde8b8ec]

        fix typo again
        
        Change-Id: I9f52afff1bf513a09fd3ca82ba49e84b545347f9

2012-12-28  Miklos Vajna  <vmiklos@suse.cz>  [53d335910f8843b3e9484fe481aa667ffe7b4485]

        fdo#45533 make it easier to debug RTF copy&paste
        
        Previously there was only a compile-time switch to dump contents of RTF
        paste. Remove this, and add two environment variables instead:
        
        - SW_DEBUG_RTF_PASTE_TO: to dump what would be pasted
        - SW_DEBUG_RTF_PASTE_FROM: to paste contents of a file, instead of the
          real clipboard
        
        Change-Id: I65f89417ec1cf781ace41df7916791f2199fe104

2012-12-28  Peter Foley  <pefoley2@verizon.net>  [c1be14de66aebfa1ce18ff3872876042c9ad7b1e]

        icu typo
        
        Change-Id: I5db8ac697c850e555e3edc584ab97e08942e8b54

2012-12-28  Luboš Luňák  <l.lunak@suse.cz>  [22b999c3f977b1e13d2167b065253febaf73f3f6]

        fix the sw_swdoc_test crash
        
        Keeping a reference to an expired temporary is a rather bad idea.
        
        Change-Id: I4d93d644b7db957ea49bcf1127647b7e5427f469

2012-12-28  Peter Foley  <pefoley2@verizon.net>  [12ee1efbcd53d1550d209c89bf5553bc0d9794a9]

        fix icu build
        
        Change-Id: Iacb4deeb29d20d8369e09d55c0b0d36324a48ce8

2012-12-28  Julien Nabet  <serval2412@yahoo.fr>  [ffe1a2a92236a9b918b5c31d03d04332f2c63876]

        Remove useless line
        
        Cf http://nabble.documentfoundation.org/Cppcheck-reports-an-assignment-which-isn-t-used-in-sd-source-ui-func-fupage-cxx-td4026217.html
        
        Change-Id: I0061cbec5a92ac0499eb6c80d6ffe13862aad03a

2012-12-28  Miklos Vajna  <vmiklos@suse.cz>  [4fd5136cbd1baa86361e84e3e3b146ba29d7d316]

        xmloff: mostly kill CONSTASCII_STRINGPARAM usage

2012-12-28  Miklos Vajna  <vmiklos@suse.cz>  [c3b0f13546b30e5db3aecd311c7178e4e0933208]

        fdo#45183 fix RTF import of tables with different row widths

2012-12-28  Jan Holesovsky  <kendy@suse.cz>  [45a85b5af82d130bb3eea2b6a168f4ceaff9975d]

        Get rid of C2U in unotools.
        
        Change-Id: I0ec321e1e4cdf7f20dba31f42ff493b2f3c7e74d

2012-12-27  Julien Nabet  <serval2412@yahoo.fr>  [8c3c491d4f419b496ac25f306b4b4ea7966465d7]

        Some cppcheck cleaning
        
        Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380

2012-12-27  Christopher Copits  <ChrisCDev@live.com>  [a8fdb0ba4d83e7df5b8c325aabf4ba2fa28e9545]

        fdo#58222 The BASIC HEX Command now returns uppercase hexadecimal characters
        
        Instead of returning lowercase characters with BASIC's HEX command, uppercase characters are now returned. Digits from 0-9 are not affected. This change utilizes on OUString's toAsciiUpperCase() method.
        
        Change-Id: Id6ea93a7635c1913c8592bf5519bdd7391f4e3bc
        Reviewed-on: https://gerrit.libreoffice.org/1428
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-27  Julien Nabet  <serval2412@yahoo.fr>  [a1ff0ec108822d593bb293b6d37a34e6e7c012e5]

        Fix 'Primitive::operator=' should return 'Primitive &
        
        I applied the same for Windows part, hope there won't be any building pb
        
        Change-Id: Id62c8c5f60e7a525d82c36ced944b71cc5c28b78

2012-12-27  Julien Nabet  <serval2412@yahoo.fr>  [8068f50276659058ef02958996d8ef84cd89017f]

        Fix 'PropEntry::operator=' should return 'PropEntry &'
        
        Change-Id: Id9a772771fe1f1694d1e247c20447461175495ff

2012-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac9001b5dcc480942c19d9e06ece70cbc24444e1]

        fix UnpackedTarget strip_components snaffu
        
        Change-Id: I002470c2888d6dec876af18c2c016cc789eb399e

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [879f3aa79f524658f0698717e3eef5c361310531]

        Fix icu cross-compilation
        
        We need to pass the location of the icu build root for the BUILD platform with
        the --with-cross-build option when configuring icu for cross-compilation (to
        the HOST platform). I.e. we always need to build it for the BUILD
        platform. Surely this could be done in a more elegant way, but I got lost in
        the mess, and just hacked it in the cross-toolset rule in Makefile.in.
        
        Change-Id: Ia5e9d13d01067c6dded1fdc86c56f8f39aae6bc8

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [b3c6ae8f5022b5f600043857151c1aff3b6a01ba]

        Surely we want to pass *relative* pathnames to the tar pipe
        
        Change-Id: I874957a399c306bfdb057322edb09c0b56373f10

2012-12-27  David Tardon  <dtardon@redhat.com>  [f45a07d6f4eefc75d983d7aca2b57d075749b4e7]

        fix delivery of qtz "translations"
        
        Change-Id: I2f0ae1eff5bd009a7cb467b38c1743eff51dc563

2012-12-27  David Tardon  <dtardon@redhat.com>  [4faaf5579937e2e2fc91aef28ba4974020d2fa9f]

        simplify UI packaging
        
        Change-Id: Id829cd4f12cb4d3fc8cb08dc5b297ee3cfc7591b

2012-12-27  David Tardon  <dtardon@redhat.com>  [b209dec8bbc9be5471438837a4da64adfa350298]

        create all translations for a .ui file in one uiex call
        
        This should help a lot with Windows release build times (i.e., move it
        from "glacially slow" category to just "slow").
        
        Change-Id: I6d397eb5d1ec1779616c3eef8e51f9cf29d5acec

2012-12-27  David Tardon  <dtardon@redhat.com>  [c27b2e377f612de2476ff0aa0ddc909ff214fcb2]

        let uiex produce more translations in one run
        
        uiex differs from the other *ex tools in that translation for every
        language must be in a standalone file, named after the language code. So
        uiex should take an output _directory_ instead of a file.
        
        Change-Id: If3ed966147c6d11d1fe85c484463f1bca4eec172

2012-12-27  David Tardon  <dtardon@redhat.com>  [58aca95aab6a4023468c14078aad771e49d0c103]

        drop unused include
        
        Change-Id: If62a89dc2f442f94cd0e36f4447ebc4899ee0ab3

2012-12-27  Julien Nabet  <serval2412@yahoo.fr>  [c047ef2bf7b89fd4d6d0c8dfdfcfb4fe636735b2]

        Fix Possible inefficient checking for 'm_GlyphsList' emptiness
        
        Change-Id: I65c30e751fc01b63a54aa9c31b4b2a792b795a79

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [f172cd7f0aac39be1296f6f34a1f9c915db90655]

        gb_Library_DLLEXT already contains the full-stop
        
        Change-Id: Idfea805082acaf4afa3fc198226379345ceda726

2012-12-27  Peter Foley  <pefoley2@verizon.net>  [b92a0d9208e1b1a33818a3c451e9952963295f6c]

        convert icu to gbuild and add to tail_build
        
        Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6
        Reviewed-on: https://gerrit.libreoffice.org/1488
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-12-27  Luboš Luňák  <l.lunak@suse.cz>  [e7f7053b227cf109c3cf733d0c698e51aed159a3]

        remove no longer needed hack

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [f7ad8786736c4682c2ee45c33665c8364bab6547]

        Get rid of duplicated and apparently unused historical leftovers
        
        Change-Id: I3ce6d7c9cfba9f1391e9cb26df2573ea969d2f94

2012-12-27  Miklos Vajna  <vmiklos@suse.cz>  [6cac123a8de8357cf11d9b5f818233889d729939]

        fdo#45183 import RTF_SHPFBLWTXT

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [09b08d4adb758b8766f22f2bac9a1fa2d94f6b53]

        More MSC -> _MSC_VER, sorry
        
        Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [6943c7b11c92f3d4971704abcb213f57eaa4e115]

        Sigh, my git grep regexps missed some cases
        
        Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [d72a0b5c618a37b70ba4d111b457deefad8f025f]

        Check for __GNUC__ instead of GCC in sources
        
        We still have checks for $(COM) being GCC or MSC in makefiles, of
        course. But there is no reason to pass -D$(COM) to compilations.
        Checking the built-in compiler-specific macros __GNUC__, _MSC_VER
        (etc) is the right thing to do.
        
        Change-Id: Ia961a29ba74e2c4977e5300a92318f38104c6592

2012-12-27  Tor Lillqvist  <tml@iki.fi>  [c318f3b0224a57102614be0efec4b49c80a3aa82]

        Check for _MSC_VER instead of MSC in sources
        
        Change-Id: Ibaf2501e6b655913963a53c1cd63668f1c4cccb2

2012-12-27  Miklos Vajna  <vmiklos@suse.cz>  [90649a207822e1fb402599987b1ac3d4705b1330]

        sw: kill no longer needed C2S and C2U macros

2012-12-27  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [47139512bc5df08704fd9df362c7de86b99fe7e8]

        fdo#57950: remove consecutive append in basctl with StringBuffer
        
        Change-Id: I43464dd702c6b4a63df39b6a4b35bec63712d5e6
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1486
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-12-27  David Tardon  <dtardon@redhat.com>  [0abaaf092451f1450c3a939f8872fdd27437b8d5]

        fix delivery of libjawt.dll.a
        
        Change-Id: I57b1c99d1e4a92ca7d61f6c54683016945ffa14c

2012-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [699132c269a6c6d9e815fc582e2e6a106e469233]

        Remove deserted variables
        
        Change-Id: Ied7eef51ad46e79f8e3d55f8bdcf38d15fa68c09

2012-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [f832713838ced5030f9e0ae78b13c85545f69d6f]

        sal_Bool to bool
        
        Change-Id: I788473f88d78cd3818dfed20112fa36cea81de0d

2012-12-26  Peter Foley  <pefoley2@verizon.net>  [01402f9d4ba0bc8bf8634ced4bfd6d41060d6913]

        dont build postprocess twice
        
        Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [e90807267808eb062b93d762c50c02113ca40db5]

        PCH for Library_vcl

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [13e3a3e5525f196affc6bc7a1abbcb7323eaa9c3]

        PCH for Library_sal

2012-12-26  Tor Lillqvist  <tlillqvist@suse.com>  [e36f556026defbc88b1a5a4400130cd753a46148]

        Cosmetics
        
        Change-Id: Ib7225307f51c8764c4b2b0e4ce45702d7919a017

2012-12-26  Tor Lillqvist  <tlillqvist@suse.com>  [92dfaaa0bfd08de58ccf9387c805ade24c04b41b]

        Subsystem 5.01 is invalid for 64-bit code, says the linker
        
        Change-Id: I77f714bca9ddebffd6241d901661471aa27f03d5

2012-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e41982ac165092ed024b8ab318eedc7fcf4c6a9]

        text:p is not allowed for chart objects, fdo#58571
        
        Change-Id: I24c485d31ea3f0540164ff65074b392be1e557e6

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [a6077f6d7e79c4aeba59c749da21319fe0256d57]

        fix windows PCH build

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [5051b6ed72aaa8942469a2544013d79dd6917967]

        PCH for Library_dbu

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [9bb21aea18b9fb8a0a46b8f4f9b277cb1840e27e]

        do not bother trying to keep PCH and non-PCH dependencies correct together
        
        When compiling using a PCH, includes included using the PCH usually don't
        show up in compiler dependencies output, so the only the PCH has a dependency
        on the include, and the source has only a transitive dependency. Switching
        to non-PCH (e.g. ENABLE_PCH= on cmdline) means the dependency is lost.
        Trying with the PCH timestamp was a nice try, but it can sometimes still
        miss something. So whoever wants to switch needs cleaning first or
        just know what they're doing.

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [47b17ca76bd6d0753131a5cb5760213649b3b7fa]

        ignore #include inside #if

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [32bd430f4d636b564a4cf796148705fd6ef72304]

        PCH for Library_svt

2012-12-26  Tor Lillqvist  <tlillqvist@suse.com>  [96d3a20f387191013bd3fbd485e31e39166b979c]

        WaE: unreferenced formal parameters and old-style declarators
        
        Change-Id: I3bdf909d169696b0ce79ee9830aa99ae880636db

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [6ede7ad5939562eb4be824542957c52012dbbe0b]

        fix build

2012-12-26  Luboš Luňák  <l.lunak@suse.cz>  [28195613d367970ca5d3af6f877b6000a8a1963a]

        fix dmake build of module external ... I think
        
        Not that I have any clue about dmake, but without this it seems
        like incremental make doesn't remake external if necessary, and
        with this copied and adjusted from other non-tail_build module
        it seems to work *shrug*.
        
        Change-Id: If6818860d12ed752814574028895870a60d6a7d1

2012-12-26  Luboš Luňák  <l.lunak@suse.cz>  [3a5f326c7553fac3d9741b2d99f720461289f81e]

        fix operator lookup with clang
        
        I'm not sure if this is clang being more strict or buggy, probably the latter.
        
        Change-Id: I900ba2cd2b1d4c23e41e4787be4263954ce8b4c0

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [34e53da47bee5c1799339e8e550662d55f01555a]

        add a systematic solution

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [6340adaf8b22cb36ce71a0eecfa066f350cfae7e]

        LC_ALL=C for consistent sort

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [9f44fe19eb4d9bc668f1325a5dd53c3823c86312]

        INCLUDE_STL does not exist

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [beec35375e60399044e6c07defe2703e976a30d7]

        fix typo

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [458b102b8105dccde35f306d5d1fbc7d21bef8f1]

        disable ccache too when running clang as rewritter

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [8b727538e84f1da8d04ed1f28b992e86d9c9199e]

        better error handling when writing modified source

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [e1b11cc461423f4b8f2709bd83cc7c7014c3de1c]

        config_clang.h

2012-12-26  Lubos Lunak  <l.lunak@suse.cz>  [8c0cb89a4f00704223101c8a380da1ceb33d706a]

        multiple include guard for config_global.h
        
        Strictly speaking not necessary, but it should prevent compilers
        from needlessly opening the file repeatedly.

2012-12-26  Philipp Riemer  <ruderphilipp@gmail.com>  [4cf17dc564669bde2bdb15de3677761f3ec59d76]

        translate remaining German comments in sw/inc
        
        Change-Id: I76b03fd1fe374562fc7714361d08bc683ca8cb01

2012-12-26  Muthu Subramanian  <sumuthu@suse.com>  [e481740cc894ea21c8e7a49100d56ca572a21a76]

        n#793999: PPTX Export - background image fit to slide.

2012-12-26  László Németh  <nemeth@numbertext.org>  [8d7f13d24c4853c460c53dbcf1ad2f8d8dc2fd05]

        librelogo fixes, ca/cs/et/pt_BR/ro lang. guessing for translation
        
        Change-Id: Ia3f753a192a262fb8b86c8c0c654db3bcaf3863e

2012-12-26  José Guilherme Vanz  <guilherme.sft@gmail.com>  [ed338bc212725f422f0def21aafc82f05e350646]

        OUString cleanup in oox
        
        Change-Id: Id3c121acddd515621325c93735bb3dd88592749e
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1485
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Muthu Subramanian K <muthusuba@gmail.com>

2012-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef48f2fd617aad8a19c2d5613db8fa513b2ef455]

        add a unit test for new method in ScRangeList
        
        Change-Id: Id27973cc82c71daffec62cbaccba30777c08612b

2012-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c528f40e0aea9386d175b007974c02d265f96c6]

        one more improvement around cond format rendering, fdo#57896
        
        Change-Id: I5eb267ec2d1666edd53f5b9d58fd2a0cec044aa1

2012-12-26  Tor Lillqvist  <tlillqvist@suse.com>  [53a5bf7529255e59d63645ee6a453ed56df39a9d]

        Fix the MSVC build with --without-help
        
        It tried to build helppack installer(s) anyway as it looked for "HELP"
        in BUILD_TYPE and was fooled by the "DBGHELP".
        
        Change-Id: I9a271a464a776f4f4dad8ea1bef662966b88f944

2012-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [7af975da68a51aa640ca6cd239f98ee1f7b9ef45]

        Drop unused variable
        
        Change-Id: Iccfc052323f61f8b5416c7e4c68df3c7aeeb3b1c

2012-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [31e7ef32646dee9aea1b455e9f408ec0dc0be54a]

        Nuke unreachable code
        
        Change-Id: Id6db5aafda2f240225e6655ca7d5f594b072be31

2012-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [5bfe7ed9e7a3fdb3106ab8d61624ba0136073fb9]

        sal_Bool to bool
        
        Change-Id: I42b4d27101f663a75aa8fc1c13e5ec3f03c8a2da

2012-12-26  Tor Lillqvist  <tml@iki.fi>  [8b456d10989438616466e95bf2062efc2ba32659]

        Add config/config_graphite.h.in

2012-12-26  Tor Lillqvist  <tml@iki.fi>  [56b555387be3478c3f2a2749b7e1e4239683d846]

        Drop obsolete options

2012-12-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eaecc7971f7024a0f5aa7df1d933bd60a9f1357c]

        simplify cond format copy&paste code, fdo#58677
        
        This should also help with fdo#57896 and some other problems I found
        
        Change-Id: I8cb3eb69a7ec1413cb57ce81c5f4d806250474e5

2012-12-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a06a44c3b342648139e7fa0ff850a4176df60538]

        one more fix for fdo#58686
        
        Change-Id: I02e29441fa5d9573cb179dfde2357416102ff341

2012-12-25  Tor Lillqvist  <tml@iki.fi>  [c29098917a1118d4b435df2b5f542adc8505e123]

        Get rid of (most uses of) GUI
        
        GUI only takes values UNX or WNT, so it is fairly pointless. One can check
        whether OS is WNT or not instead.
        
        Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34
        Reviewed-on: https://gerrit.libreoffice.org/1304
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-25  Peter Foley  <pefoley2@verizon.net>  [e5ccda4bb32eef8cab99c4d43c1571ec4bad3980]

        fix officebean on mingw
        
        Change-Id: I18994c4c825748344f8d203e1a6be6b242249409

2012-12-25  Peter Foley  <pefoley2@verizon.net>  [43a9cd8a9c6fe9db2f899cf35095baf6f559c6b2]

        add libpng to tail_build
        
        Change-Id: Icac37cd3e82c5dd4bb6339c57e70f47054a17c12

2012-12-25  Peter Foley  <pefoley2@verizon.net>  [01c7923d726c842cbd30daaeb1bccc985f10c240]

        add zlib to tail_build
        
        Change-Id: If891480564760044ad0af792f8c21a8ca1a06580

2012-12-25  Peter Foley  <pefoley2@verizon.net>  [0897b55183dc76f5c9833fb2649116f560a1f034]

        build fix for editeng OUString cleanup
        
        Change-Id: I82fdca86631d5b364224d151d85da5baef1a54a8

2012-12-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [db99a31c4e4e7c74d4c4bb7caa747a5752a32757]

        fdo#58673 Generate the same keyid for pots as for merge
        
        Change-Id: I65c71d22570c62c84d359b12aa5375016be1f69a

2012-12-25  Lionel Elie Mamane  <lionel@mamane.lu>  [5c0ca47ea05ac169c3aa6af5e95321b5de3e439d]

        ODBC: binary data is not null-terminated
        
        Change-Id: Ibc90fabf7534b537948c12de76b611daf5ca9808

2012-12-25  Lionel Elie Mamane  <lionel@mamane.lu>  [12bad6a4e958d01bd5b6195e612543829aebe978]

        no reason to treat CHAR differently than VARCHAR
        
        Change-Id: I19a9f1b26d36bc6eb9e878506e51e8a65b34da9a

2012-12-25  Lionel Elie Mamane  <lionel@mamane.lu>  [2f54f2a4ac508de3984d2865da984b9ecf30f602]

        fdo#58693 ODBC SQLGetData returns byte length, not data size
        
        Change-Id: Icd2f6503d9452c36f858180e4193af993ae7e288

2012-12-25  David Tardon  <dtardon@redhat.com>  [26eaea11f3ede272dd18289e1caa550daa153fb0]

        fix dbghelp.dll checksum
        
        Change-Id: Iee6b3eb7658d75f7f677066f29a2bccc8e119da1

2012-12-25  Tor Lillqvist  <tlillqvist@suse.com>  [a737ae58cc95585e90aa946074b68022d9a2dc2b]

        WaE: unreferenced local variable
        
        Change-Id: If234ce4af0f988c135a90a98312e24e4d80ca92c

2012-12-25  David Tardon  <dtardon@redhat.com>  [bcb69319656df163b031bbce1fcddc05bd49aca6]

        fix download of dbghelp.dll
        
        Change-Id: I200a623b70906a07b1549ff76472678e158496a4

2012-12-25  Tor Lillqvist  <tlillqvist@suse.com>  [ee6f9b5419af4e58354861ac775c207573989fc9]

        WaE: unreferenced local variable
        
        Change-Id: I3a1eff09724ec79ebc87360e37ccb412b7173a59

2012-12-25  Tor Lillqvist  <tlillqvist@suse.com>  [43df436f6098b429dd6918a66ab8fd9073ac1728]

        WaE: Fix needed with MSVS 2010, too
        
        Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815

2012-12-25  Peter Foley  <pefoley2@verizon.net>  [5b0d2d02a51dcf6c4235124f7d92280877fbb3df]

        convert external to gbuild
        
        Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43

2012-12-25  LeMoyne Castle  <lemoyne.castle@gmail.com>  [2d8a50d3f8a5af914e2e184796bfab05df52c539]

        Fix for rtfexport subsequenttest
        
        was re-using previous data buffer in later write to file
        fixes crash in subsequenttest
        should correct some image garbling in rtfs
        
        Change-Id: I922d04b621a85997611f537fe1f1ca9460676056
        Reviewed-on: https://gerrit.libreoffice.org/1464
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [071b7eea798acfbe765c462c5d5b9a45abd13f63]

        OUString cleanup in editeng/acessibility
        
        Change-Id: I253444e2859685cae88aa65fae755af2674bd4b4
        Reviewed-on: https://gerrit.libreoffice.org/1471
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [cd546700457c61b209deae7a4b75b5932127c1d0]

        OUString cleanup in editeng/acessibility
        
        Change-Id: I5f8b73aab1e67a5ac071427574fa943a844fbf96
        Reviewed-on: https://gerrit.libreoffice.org/1469
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [0e028d6ceb2a3900af06f50efecfdc0565b5e7b2]

        OUString cleanups in editeng/accessibility
        
        Change-Id: Ie280c48cabec4ef9e0c623f8966a65027b975fe4
        Reviewed-on: https://gerrit.libreoffice.org/1468
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-25  Takeshi Abe  <tabe@fixedpoint.jp>  [de9475756effa8102cc4090db8d03393a02fdc65]

        Remove useless declaration
        
        Change-Id: Ia42f2b93b8f34a3339cb8fd84468d4347a7bbb08

2012-12-25  Takeshi Abe  <tabe@fixedpoint.jp>  [879006b722a618519ce84215b491c1d4f9426e5a]

        sal_Bool to bool
        
        Change-Id: Ibbf9e257fff19ab6305bd401a1746e6d0bcb47fd

2012-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [ae20a668cc3a26da59d1dcd752a9c0be79196599]

        Do not run autogen.sh if we don't want to. (for help, clean, distclean)
        
        Change-Id: Ic283ca4181fe5131a557bfb2cfd3d79ac1e9f82d
        Reviewed-on: https://gerrit.libreoffice.org/1479
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-24  Peter Foley  <pefoley2@verizon.net>  [6763a59564c3b34c46e4acd8ea9f5feb42f35969]

        connectivity is now a gbuild module
        
        Change-Id: I2c0b387aed6ae229f9ebe4e8b30abea37884a657

2012-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [0e6212c81a837180db5b8ea29d0d2a529b4b1924]

        merge Makefile and Makefile.top again
        
        Using MAKE_RESTARTS as indicator whether to source environment.
        'make foo -o bar' should work again.
        
        Change-Id: I6086b661559b39897f1d5378919541fb786bdf0e
        Reviewed-on: https://gerrit.libreoffice.org/1478
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-24  Tor Lillqvist  <tlillqvist@suse.com>  [4a3018e4eceb981aadbadbe3eadff4c17f018357]

        MSVS 9.0 uses mspdb80.dll, go figure
        
        Change-Id: Id37b276983b86455dcbdcd40fd1e3d3efba33011

2012-12-24  Tor Lillqvist  <tlillqvist@suse.com>  [20cef85bafa9ecde0d87e1f2aa97322a326624fa]

        Further Windows SDK cleanups
        
        Change-Id: Id9b7f19fe9035bd25253e1d98023f7eb3d3a7f2b

2012-12-24  Tor Lillqvist  <tlillqvist@suse.com>  [4ab80620f0025e165dcd904bad371ac1973c9ae4]

        WaE: C4564 from MSVS 2010
        
        Change-Id: I675b1cbda896e1a5e15d34f3973e8fcd6ea6c45b

2012-12-24  Tor Lillqvist  <tlillqvist@suse.com>  [6791f1d54e8b8f373078ce66885dbc2bfafd9a41]

        WaE: C4538: const/volatile qualifiers on this type are not supported
        
        Disale warning C4538 in two places where apprently that warning is
        generate for some bogus reason.
        
        Change-Id: I93be435b3ce3cb8ca72535416511c793c12bc76c

2012-12-24  Tor Lillqvist  <tlillqvist@suse.com>  [ba6c014d9c3e2267cfa08e753ea7ba651a03f2fe]

        Simplify Visual Studio and Windows SDK related configurability
        
        We had too many obscure options for the MSVC build. The configury
        logic tried to take into consideration Registry keys or file locations
        that likely never happen with the compilers we suppport (2008, 2010 or
        2012) or the Windows SDKs from the same era.
        
        Now there is just an option --with-visual-studio that can be used to
        specify which Visual Studio version to use in case several are
        installed. It takes as parameter the "year" version, 2008, 2010 or
        2012. (There is also --with-windows-sdk that takes the version number
        like 7.1A or 8.0, but I expect that this option will not be needed.)
        
        The code tries hard to use sane defaults in all cases.
        
        It is quite likely that there are bugs in the new logic. Those will
        have to be fixed once noticed. Hopefully the basic idea is sane,
        though.
        
        Change-Id: I0a53acd334d35cbf2cd2fbc76a38d636e0d0123d

2012-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [505d5836fcb49a4cf3b5e487d7e1dd23c0e607c6]

        merge packimages into postprocess
        
        Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758
        Reviewed-on: https://gerrit.libreoffice.org/1476
        Reviewed-by: Peter Foley <pefoley2@verizon.net>
        Tested-by: Peter Foley <pefoley2@verizon.net>

2012-12-24  Peter Foley  <pefoley2@verizon.net>  [f0549b519dda504ada91ca6aaba25d22b5d786f6]

        fix postprocess xcu warning
        
        /home/peter/libreoffice/solver/unxlngx6.pro/xml/pdfimport/pdf_types.xcu:2:
        warning: failed to load external entity
        "/home/peter/libreoffice/component-update.dtd"
        <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
        
        Change-Id: I4198341f5c01da5d6f2c3780437eb492717bc58a

2012-12-24  Julien Nabet  <serval2412@yahoo.fr>  [4df49447134a08b58a579f5bb65c6e1055b855bd]

        Some cppcheck cleaning in sd
        
        Change-Id: I48b86bf206808e1d19343622b640c80b61b40a48

2012-12-24  Julien Nabet  <serval2412@yahoo.fr>  [d605a49f84e0b8ae25ff7dd42399d3a31747b057]

        Some cppcheck cleaning in framework
        
        Change-Id: If0bb2734bb2c71f69c85496fd59ca860aa14fd75

2012-12-24  Julien Nabet  <serval2412@yahoo.fr>  [254b11a2c6de6210864f60de491e1917abfbcb14]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ib799053921886d1bd524bf4ffe3f586e4c676572

2012-12-24  David Tardon  <dtardon@redhat.com>  [31b93b8600a3e219d33173aa68d9ab570e477e50]

        fdo#56980, fdo#58267 don't leave stale SdrObject refs around
        
        When a new SvxShape is set on this SdrObject, remove itself from the
        previously set SvxShape (if any). Otherwise it will try to reset the
        SdrObject's SvxShape in its destructor...
        
        Change-Id: I89d952a722b643a06f8eea87aad68f8bd230f811

2012-12-24  Miklos Vajna  <vmiklos@suse.cz>  [4a507f732d82c188ad81b022cbe3037951e58ac3]

        fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROW

2012-12-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e0dbe9f8c1fa9d2c50895985fe2c374fa9364ac]

        be safe against invalid cond format cell info, fdo#58686
        
        Change-Id: Ie89aee95755d9abd3b82062fac271cfe774174ec

2012-12-23  Miklos Vajna  <vmiklos@suse.cz>  [07c80d23fadcc2334fe7c6f9ce7b5dafeb88d623]

        fdo#58076 fix import of RTF page margins vs partial section props
        
        The problem was that \sbknone (being a section property) triggered
        creating a section, but the document doesn't have multiple sections.
        Make sure we don't send section properties as long as no \sect control
        words present.

2012-12-23  Matúš Kukan  <matus.kukan@gmail.com>  [68aecf0dd81b6660e78e8dd758ec9431727f4f0b]

        remove unused variables [-Werror,-Wunused-private-field]
        
        Change-Id: I3cb08dd52c5a34be6585ac9fc0c4b6bb04b6ae8c

2012-12-23  Tomáš Chvátal  <tchvatal@suse.cz>  [66b338b4f9fa13f69e69a8c0e8a3ea06e49fd764]

        Fix path for icu overflow patch.
        
        Change-Id: I1befe2e2c5f8474a4af894e949c4b24e041a977b

2012-12-23  Tomáš Chvátal  <tchvatal@suse.cz>  [80af815ce0e4453a1960c39aaa8ebb4f5e412136]

        Add icu patch to avoid buffer overflow, taken from obs
        
        Change-Id: I42ae81279fedca04b7ba08269a6c47f174cf6b01

2012-12-23  Tor Lillqvist  <tlillqvist@suse.com>  [9c655c4c55e3be85a6cef0bd04f95e4d47e211f1]

        Fix that actually compiles, at least with V2012
        
        Change-Id: I04a29decfeec5e05b50070904189bbeccaf25910

2012-12-23  Tor Lillqvist  <tlillqvist@suse.com>  [7552dc46259eb022ff6de7383c9886941df0477e]

        Try to fix "cannot convert from 'const char *' to 'rtl::OUString'"
        
        Change-Id: I0950c45af8505e0801431eb711108ea43f88c242

2012-12-23  Tor Lillqvist  <tlillqvist@suse.com>  [19340f79a8e8fbd291d1b431848ad7c44aacded3]

        We only build for Windows on Cygwin
        
        It is pointless to test for both $build_os = cygwin and $_os = WINNT.
        
        Change-Id: I89b5196439f79284ca1a3fb08369decf20810b5b

2012-12-23  Tor Lillqvist  <tml@iki.fi>  [305ccd4f4754e47de021b38081729c30f161bef5]

        WaE: non-constant-expression cannot be narrowed
        
        Change-Id: I401fd149e62d74a96edfc2a7e5105fb2cc95f0c7

2012-12-23  Tor Lillqvist  <tlillqvist@suse.com>  [bbfd7f0db44d6b7a848131213534f52dff3ab30c]

        Indent consistently
        
        Change-Id: Ie2cdbf1291ec340053238b72dd155f20aa2aaddb

2012-12-23  Tor Lillqvist  <tlillqvist@suse.com>  [50501e857c70ac4650f2ba1da13dc4f60f3bdc19]

        --enable-foo=TRUE is not the normal way to do it
        
        Change-Id: I665bf0bdb4e0d4c104a08f37a8afa9de4ad4a9f4

2012-12-23  Tor Lillqvist  <tml@iki.fi>  [86c0b5d23af740460107668704949f90ae0cc7b8]

        Use CXXFLAGS_CXX11 here, too
        
        Change-Id: I82735e3f09f22763ef48aab18dee867159dbf842

2012-12-22  Tor Lillqvist  <tml@iki.fi>  [0699cbf1ab315ac9ba1594a0fa4fe1041cd356fa]

        Make the patch apply the gbuild way
        
        Change-Id: I0d0d6e7ef42b3fbddbb8f4267099ea3b029c01ac

2012-12-22  Miklos Vajna  <vmiklos@suse.cz>  [764c3670cf70dbd8a0a0f742576d9c07d51a72a4]

        sw: kill C2U in ui

2012-12-22  Miklos Vajna  <vmiklos@suse.cz>  [71061656d459abecfe55e8725900d699174325df]

        fdo#57886 fix import of RTF_MLIMLOC
        
        The RTF spec says control words are case sensitive, and page 252 of the
        v1.9.1 spec defines \mlimloc, but earlier page 118 and 125 also defines
        \mlimLoc, so let's accept both.

2012-12-22  Tor Lillqvist  <tlillqvist@suse.com>  [6869aaa2b36316e50b512e0ba4819743d834ceaa]

        C4701: potentially uninitialized local variable 'bTestEqualCondition' used
        
        Change-Id: I01c9a166d0faabed4a92a0aa42a123432cb7e847

2012-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [2b3c23c8a030a5df5c54812ebbb961068d76a4dc]

        Drop unused #define
        
        Change-Id: Id432bec2ad19b0ff71135cbe65f6e8ba42bf036d

2012-12-23  Takeshi Abe  <tabe@fixedpoint.jp>  [ac0f9d3214c25cd0086fd69c45a0ce922a2b950c]

        sal_Bool to bool
        
        Change-Id: I25394e009009ae9c111e929d493eb949c042e1bc

2012-12-22  Peter Foley  <pefoley2@verizon.net>  [7c2267becaed861be3932368f78a5983e239fce7]

        bridgetest_climaker seems to work now
        
        Change-Id: I50d55f5e5cc7987550ade689ca3754c818efeb62

2012-12-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb97ecdbcc8d8dafd39e728b21bc68efee4eccbc]

        storing the chart doc while loading is a bad idea, fdo#57530
        
        There seems to be no obvious reason why we would need to store the chart
        doc during xls import. The chart test docs don't show any difference
        without this call.
        
        This speeds up xls chart import quite a bit. With the test doc from the
        bug report I'm able to open the doc nearly instantly now.
        
        Change-Id: I0b80462b9d1c405ab1d4cf456e12ebfe4428db98

2012-12-22  Julien Nabet  <serval2412@yahoo.fr>  [8e25844811ebcf313f4ae9d0caae1f97fd230a7d]

        Some cppcheck cleaning in editeng
        
        Change-Id: I94bf89867cec9cc24f8b96635c515d9477b561a9

2012-12-22  Michael Stahl  <mstahl@redhat.com>  [bb51791ae49ecded0f618b4534893adb8fcf917e]

        fdo#38090: vcl: remove ImplFontCache::maFontNameList:
        
        The font cache in VCL returns different fonts for identical parameters,
        which causes layout differences in Writer.
        
        first we search the font with language 1054:
         debug: XXX 0x2103950   add to maFontNameList: TH SarabunPSK->waree
         p maFontNameList
         $9 = boost::unordered_map with 1 elements = {
           ["TH SarabunPSK"] = "waree"
         debug: XXX 0x2103950 found in maFontNameList: TH SarabunPSK->waree
        in this very same invocation the "waree" is then rerouted to Deja Vu
        (which can only be because it was called with language 1033):
         debug: XXX 0x2103950   add to maFontNameList: TH SarabunPSK->dejavusans
         p maFontNameList
         $11 = boost::unordered_map with 1 elements = {
           ["TH SarabunPSK"] = "dejavusans"
         }
         debug: XXX 0x2103950 found in maFontNameList: TH SarabunPSK->dejavusans
        
        - the selection of different fonts happens in
          FcPreMatchSubstititution::FindFontSubstitute.
        - we never get a direct cache hit from maFontInstanceList because there
          are some differences like WIDTH_DONTKNOW, and the maSearchName
        - the first time a font is searched, it ends up in maFontInstanceList
        - the second time a font is searched, it may end up in maFontNameList,
          which maps _only_ based on the name (appears to be an invalid optimization)
        - once we have TH SarabunPSK->dejavusans in maFontNameList we can never
          select the other one because apparently dejavusans covers all languages
        
        Change-Id: Ibd73de88d8fc3b6e1319eb34c261e55ea217a988

2012-12-22  Michael Stahl  <mstahl@redhat.com>  [cec68bceba9aa1e984d74897fcd7bf4db702d14b]

        fdo#47553: UniscribeLayout: adjust mnSubStringMin
        
        ... to actual minimum so that the fix for fdo#33090 in
        UniscribeLayout::GetNextGlyphs subtracts exactly the right number.
        
        The original value of mnSubStringMin is guessed and may be up to 8
        smaller than the actual start of the first VisualItem.
        
        For the bugdoc it happens that sometimes it's too small by 8 and then
        the wrong entries in mpGlyphs2Chars are initialized and then apparently
        there are single glyphs that represent multiple characters and so
        GetNextGlyphs returns a -1 character which is invalid.
        
         ->GetNextGlyphs dir 1 36 mnSubStringMin 28
         ->GetNextGlyphs g2c #1 [8] = 36
         ->GetNextGlyphs g2c #1 [9] = 37
         ->GetNextGlyphs g2c #1 [10] = 38
         ->GetNextGlyphs g2c #1 [11] = 39
         ->GetNextGlyphs g2c #1 [12] = 40
         ->GetNextGlyphs g2c #2 [4] = 40
         ->GetNextGlyphs g2c #2 [3] = 39
         ->GetNextGlyphs g2c #2 [1] = 38
         ->GetNextGlyphs g2c #2 [1] = 37
         ->GetNextGlyphs g2c #2 [0] = 36
        ...
         ->GetNextGlyphs init nCharPos -1
         ->GetNextGlyphs g2c [2]  nCharPos -1
         ->GetNextGlyphs set pCharPosAry -1
        layout[0]->GetNextGlyphs 768,1024 a1800 c-1 0
        
        Change-Id: Ie33ec797a412aa898bec3f4e8f97b88dcfed4d11

2012-12-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [d6bbdaf02d614babebeebb2fcdc00035760c2f69]

        clean-up .gitignore
        
        the general goal is
        
        1/ to avoid the bloat of pet conviniences rules that
        can be managed using other git provided means
        
        2/ to work toward the goal of a read-only-source-tree build
        
        Change-Id: I5ff9836e135507dcc53b37fd1098aa7876612bfc

2012-12-22  Julien Nabet  <serval2412@yahoo.fr>  [3567a7e324a47dbafc91b7d39031dd58677eaa6c]

        Some cppcheck cleaning in embedserv
        
        Change-Id: I49d81f482c6b97627e6e7cc3741246b70383eb5a

2012-12-22  Julien Nabet  <serval2412@yahoo.fr>  [c0997ff4c829edfcf6123794cfbb4b8d999deb16]

        Some cppcheck cleaning in formula
        
        Change-Id: I410ab7bbd74b616fcb0a3ed3b0c917cebeac23c6

2012-12-21  Ricardo Montania  <ricardo@linuxafundo.com.br>  [8efbd993d52289a4cf1193d2513df9e83bd583a8]

        More String cleanup in filter
        
        Change-Id: Idf628ad51ebe9c841090a5e04c7986c15c726480
        Reviewed-on: https://gerrit.libreoffice.org/1463
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-21  Miklos Vajna  <vmiklos@suse.cz>  [60c01fe42f90876f9a636780aa3b23ccf6a1398b]

        sw: add csv output for extra filter tests
        
        Like the minimal filter tests, these tests are invoked from a single
        cppunit method since commit 0a30cb22a141c26b4eab43a478d32df0769596ec, so
        some info about exactly what file failed is necessary. If we are at it,
        also print the (re)loading time as well.

2012-12-21  Raimundo Moura  <raimundo.smoura@gmail.com>  [aa36bcc1ae4871ef41afe8e581342c2a8d35816d]

        Updated core Project: dictionaries  f0c914a43e7e6540300da25c935a77aebb672094 null Brazilian spell checker and grammar checker update.
        
        Change-Id: I8967a353bbac45f9ea29cbc449e60fbf63f287a0
        VERO: Version 3.0.0 beta 24
        Reviewed-on: https://gerrit.libreoffice.org/1459
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
        

2012-12-21  Michael Meeks  <michael.meeks@suse.com>  [896e326ace53bedf9b17fa624d260032b91bcfd1]

        getFunctionSymbolByName: make fall-back locale actually work
        
        Change-Id: I7313cca3335e1b41df2a70fe968bc1e6386a1e36

2012-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [781548472b9ac4609ecfff5918444564cbb75500]

        VS2012 WaE: C4211: nonstandard extension used : redefined extern to static
        
        Some screwup with hypot(). As a workaround, include <math.h> early.
        
        Change-Id: Ic8c6abc45f8502097c6b6b619108d50ea3c22392

2012-12-21  Tor Lillqvist  <tml@iki.fi>  [d978085ab2ffb2380bacf01af42a06f7fbd3d179]

        Try harder to fix build against 10.4 SDK

2012-12-21  Michael Stahl  <mstahl@redhat.com>  [debd56b20ec505b57e70b6fd811539a36e3d5b93]

        gbuild: AsmObject: support user defined AFLAGS
        
        There does not seem to be a point to using CFLAGS here, usual convention
        appears to be to use AFLAGS.  Not target local, since right now there is
        no need for that.
        
        Change-Id: I5d2f45777c226c0afc632adc21e446f09740d75d

2012-12-21  Quentin Pradet  <quentin.pradet@gmail.com>  [4ef5ed9d21de767ce1b4c70d73cf15994b38dcdb]

        fdo#57545 remove redundant capitalType functions
        
        capitalType functions from the hyphenator, thesaurus and spellchecker
        dispatcher have been replaced by a unique function in linguistic/misc.cxx.
        The capital type is now represented as an enum.
        
        Change-Id: I0c2768b06f995cf34c105de117c7bab138c727a9
        Reviewed-on: https://gerrit.libreoffice.org/1460
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-12-21  Muthu Subramanian  <sumuthu@suse.com>  [bcd97c4adc2daa64cc2f9f074ac9726925ca93ea]

        About Dialog: Use edition path as well.

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [901fe015dbbd4ea7b0ca579aa470d9f3430a6ac7]

        Missing includes
        
        Change-Id: Iad4deb829f71a9824e881d9f5782a474167d7a28

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [03739641088846c4cf76a0752619905a8a65f88c]

        Remove support for XML .rdbs froom SimpleRegistry service again
        
        ...this was a transitional hack to get XML-format service.rdbs in.  Now that
        registry-based bootstrap_InitialComponentContext is gone, XML-format .rdbs need
        only be handled in cppuhelper/source/defaultbootstrap.cxx (so the
        textualservices stuff once duplicated to there now effectively moved there).
        
        Change-Id: Ifb93558768095c1b462fe4057ebf8724968cca77

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [f3051abde54e7a0bc3e2d184e31ac011e96d3e6b]

        API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.
        
        ... com.sun.star.comp.helper.RegistryServiceFactory (juh.jar).  Superseded by
        default bootstrap mechanisms.
        
        An aborting stub for non-inline cppu::createRegistryServiceFactory is left in
        cppuhelper/srouce/compat.cxx to avoid having to incompatibly change
        cppuhelper/soruce/gcc3.map.
        
        Change-Id: I590e50b8f57e86d4bb3e00d157c9e5907c02f267

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [b1959dbfadc7483a8e4601310e327beed3c56dc6]

        Remove unused cppuhelper/servicefactory.hxx includes
        
        Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [373734a1e2699b10cbe02a2fe41c2b92ac77bc9d]

        Adapt i18npool saxparser to defaultBootstrap_InitialComponentContext
        
        ...instead of deprecated cppu::createRegistryServiceFactory.
        
        Change-Id: I64431f3d404e24267953de3fb94e3e5241db30a8

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [34135e330b24d45b48f06a048b00e14dbc016d10]

        Fix in-build uno ini deps for cross-compiling
        
        Change-Id: Ie65482f328a0932c3543200d1906940b1eb46897

2012-12-21  Stephan Bergmann  <sbergman@redhat.com>  [f94172e639a9bcd9a8af17c751c3d6e9541315a7]

        Remove unused defines
        
        Change-Id: Icb8ccabba162a838187d737ff30888f64dd695b6

2012-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [a7599b1e601725b18e1bdb996982eb6f00598eb4]

        Previous fix did not help, have to just ignore the "Unreachable code" warning
        
        Change-Id: Ic62056e2df9a17fd6716ae90e4372dec1d5dd40f

2012-12-21  Tor Lillqvist  <tml@iki.fi>  [445d350c5c2595cb41ef97e2c871c991483dd803]

        Try to fix build against 10.4 SDK
        
        Change-Id: I433512dbd533fe6c84e94059f378c4a7a6e8671d

2012-12-21  David Tardon  <dtardon@redhat.com>  [eafaec9539882ca4a8e4260ad01931a0e8905e8c]

        use external for sane headers
        
        Change-Id: I6fc53e185254a37df7d03ab6f91210b8e397db2e

2012-12-21  Miklos Vajna  <vmiklos@suse.cz>  [b91fa392bc731376cff205d6d3e5cb245dc4179c]

        fdo#53604 fix RTF export of empty footnotes
        
        Regression from d4069372484f18b242a42a1996767f57b031fff6

2012-12-21  Tor Lillqvist  <tml@iki.fi>  [b2e5a39babba902707dab28d81b843d1aef055dc]

        fdo#39983: Support Mac OS X 10.7 full-screen mode
        
        Should be good enough for now, at least doesn't break any existing
        functionality if you don't use the system provided full-screen
        buttons. Should continue to compile against older SDKs but still work
        also on newer OSes.
        
        There are some known glitches. For instance if you choose View:Full
        Screen, the window does go into the system full-screen state, but if
        you then use the system unfullscreen button on the (now no longer
        disabled, but hidden) menubar, LO keeps displaying its own small
        floating unfullscreen dialog...
        
        I also occasionally managed to get some menus in the menubar borked
        with no text!? But as traditionally a full-screened LO has no menubar
        at all, technically that isn't a regression;)
        
        Partially based on my own old patch, partially on
        http://svn.apache.org/viewvc?view=revision&revision=1423520 ,
        http://svn.apache.org/viewvc?view=revision&revision=1423523 by Herbert
        Duerr <hdu@apache.org>.
        
        Change-Id: I546c58f7cee9f8cb6c746eb014d8d5a8af3619cb

2012-12-21  Michael Stahl  <mstahl@redhat.com>  [06968a96afd334c276b425bf6b809c011f88b716]

        fdo#55044: OutputDevice::ImplDrawAlpha:
        
        reset members before calling GetBitmap(), as apparently they are used by
        GetBitmap(), resulting in missing/not rendering parts of the preview
        image in the bugdoc.
        
        (regression from c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797)
        
        Change-Id: I02a6abb822900e1a28a1c632a122c1e093b73553

2012-12-21  Michael Meeks  <michael.meeks@suse.com>  [9c6006b961f690728f4035c10f8b9fe9fdb6f332]

        fdo#58590 - cleanup and accelerate break-iterators.
        
        Doing word-count by switching per-word between two different
        kinds of word iterator was insanely slow. This preserves an
        ICU break-iterator for each type of word-breaking.

2012-12-21  Miklos Vajna  <vmiklos@suse.cz>  [8808f482a2d28919e4d3eddfccfe6e4daf697601]

        sw: kill C2U in dbui

2012-12-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [0cac67b2703e7956c460e2e1f741c3453a2b173b]

        set-up the hooks for submodules for recent git setup
        
        Change-Id: I52482d017966e1d9671f92f43ec9d8cac6daf602

2012-12-21  Luboš Luňák  <l.lunak@suse.cz>  [d0d07cd2975c1fb783d0f8591dd3a4931d1c5be5]

        ugly workaround for msvc+ccache problem with gbuild MSC define
        
        Change-Id: I06ab10df77e2b3598f7268173206429596a50217

2012-12-21  Noel Grandin  <noel@peralex.com>  [b0654e6b9c95251de31e96c40e17bf09016d09b2]

        Another fix for my UNO changes
        
        Fix linking in MACAB driver.
        
        Change-Id: Ib5e16e9ca661ecc4e841150a5cc86d298239e083

2012-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [0c4c0f610ae0f44c3ee23290aab1bd31e8f14d9b]

        WaE: Unreachable code
        
        Change-Id: I366729dbd7f5f861c9233c0927b79ff7859114e4

2012-12-21  Noel Grandin  <noel@peralex.com>  [1b718682ade370c06b2d9539084ab889905ab187]

        Fix MACAB driver for my UNO changes
        
        Change-Id: Ib513a633e3c887f310711c44d4155be4f998a702

2012-12-21  Noel Grandin  <noel@peralex.com>  [53990ff94787d08dfc8cd1518120eb201836003f]

        fixes for UNO changes
        
        Fix KAB driver
        
        Change-Id: Iba44875122b813fb7ed2f09e3a8d9dbbef91d085

2012-12-21  Noel Grandin  <noel@peralex.com>  [8df23e8bfacb3ed1570aa4e8589040e3beda0395]

        fix for my UNO commits
        
        that'll teach me to update code I can't compile
        
        Change-Id: Idc6f82ad4baccff4479639ffd316c521a2156888

2012-12-21  Noel Grandin  <noel@peralex.com>  [40e526e497cb449441149062f9cec4e6f823732c]

        Fixes for my UNO commits
        
        - fix missing SAL_CALL annotations
        - fix missing namespace usage
        
        Change-Id: I8fa462bcbeaad63ad6a73cba68236b74bbe97e70

2012-12-21  Noel Grandin  <noel@peralex.com>  [bb121c864cc3c101ef733a4088c7ba3e36eced14]

        fdo#46808, Convert frame::Desktop to new style service.
        
        I had to drop XEventBroadcaster from the merged interface
        because it introduced method name conflicts (addEventListener).
        
        Shouldn't be an issue since it was scheduled to be dropped anyhow,
        and the service implementation still implements it, so existing clients
        will be fine.
        
        I dropped the interface XPropertySet from the combined IDL because nobody
        seems to be using it, and it's primary purpose appears to be to set weird
        flags.
        
        I dropped the optional interfaces
           XStatusIndicatorFactory
           XDispatchInformationProvider
        from the combined IDL because the service does not implement them, and
        nobody seems to be using them. I suspect they were mistakenly copied
        from XFrame.
        
        I also did not convert the Title, UserDefinedAttributes and LayoutManager
        properties to attributes, again because no-one is using them.
        
        Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af

2012-12-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6d818ed651aaafcfb12ebc21449d35947d2e85a9]

        Updated core Project: help  d5d84f0ec4584e32147eeab355d0ab73e7dd9172 Removed help for the old template manager

2012-12-21  Noel Grandin  <noel@peralex.com>  [6e5cb64670936ec86067c48b96e6b51715b6f18c]

        fdo#46808, Adapt sdb::FilterDialog UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I2267bec182ad1cc8f6a37939861a7368a17fcef2

2012-12-21  Noel Grandin  <noel@peralex.com>  [ec6843f51f38903b16750752e50dc0b05023edab]

        Fix published/unpublished discrepancy in IDL
        
        Change-Id: I96a45f742ef7170b8fbafa6e5c5286dcbc41f503

2012-12-21  Noel Grandin  <noel@peralex.com>  [648e06f246ce9ee52a3f49394dff66ef5ce41c3f]

        Fix a bug in the merging of the URD files.
        
        The service name was incorrect.
        
        Change-Id: Iad05ae85cdda6ef9cc357db98838f44bd68651b9

2012-12-21  Noel Grandin  <noel@peralex.com>  [2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc]

        clean up all the UNO IDL module header guards
        
        .. so I don't keep tripping over the bad ones during my UNO cleanup work.
        
        (1) make them all use a similar syntax, makes it easier to run my automatic checker
        (2) some of them were just cut'n'paste accidents waiting to happen
        (3) remove unnecessary header guards in the __including__ file. That is very brittle.
        
        Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e

2012-12-21  Noel Grandin  <noel@peralex.com>  [e93a0018871ebea4da1959c72c06f3c7f4dc7b27]

        fdo#46808, Adapt frame::PopupMenuControllerFactory UNO service to new style
        
        Required creating a new merged interface.
        The service interface is going to be shared by some other services,
        which is why it's name is != the service name.
        
        Change-Id: I9af3c27b367807147a0052fb6fa4e42eb1ad32de

2012-12-21  Noel Grandin  <noel@peralex.com>  [ecae523d9603eaf7ff0acc98682576813e50c94a]

        fdo#46808, Create new-style frame::ToolBarControllerFactory service
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I70d0e1a3fe77deaeec399761cadefb20954f1c92

2012-12-21  Noel Grandin  <noel@peralex.com>  [cd0b83b531e7cfa424299f1e263e08ff77e1a7a5]

        fdo#46808, Use service constructor for frame::UICommandDescription
        
        Change-Id: I8950afd1e49fda9e3336a79024e603262d717dad

2012-12-21  Tomáš Chvátal  <tchvatal@suse.cz>  [5f841460593a3bf9741dfc9c32c617a7b8f73587]

        Require l10ntools on officecfg
        
        Change-Id: I31f212f21f57b37b2b4f1f5dd753a4211c58bcdb

2012-12-21  Jack Leigh  <leighman@gmx.se>  [40dc1210cbb785136e24150f06596cacf8e4ffe2]

        tabs to spaces
        
        Change-Id: I4f1c834f28cb49ec0dcb824280d348226ad7e514
        Reviewed-on: https://gerrit.libreoffice.org/1458
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-12-20  Julien Nabet  <serval2412@yahoo.fr>  [bd9eaa10d31aac7a5a04e092a4cf744d36470d0a]

        Some cppcheck cleaning in connectivity
        
        Change-Id: I72cf68b193a4d6b16255f8b92e4c0262cd6cac78

2012-12-20  Tomáš Chvátal  <tchvatal@suse.cz>  [f20ed8959bc0a984177377a734d34f767653625b]

        Require icu 4.6 or later with system icu
        
        Change-Id: I8c0da25a000e10d65479665a61be054fdb2486a5
        Reviewed-on: https://gerrit.libreoffice.org/1453
        Reviewed-by: David Tardon <dtardon@redhat.com>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2012-12-20  Julien Nabet  <serval2412@yahoo.fr>  [e9498c5e1ed125319e64e2e81b9cef869bda7ea4]

        Some cppcheck cleaning
        
        Change-Id: Idb363bc9d1d9f650d85e002ae0c6dda4a298fcd2

2012-12-20  Julien Nabet  <serval2412@yahoo.fr>  [5ee129fbc039b0fc91048e62c7db1755b83aa01c]

        Some cppcheck
        
        Change-Id: Ifec449ea334d9055bb33beb0518ab2e01d885d0d

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [94f21050aefc56769e49022c6444fd8cd8a4f37d]

        Resolves: fdo#58325 give each font category a separate info label
        
        Change-Id: I1cc38341c2a9d28ab275765e488e5dac334ca0fa

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [a2dd3acd205cb8df959ac03e99b1d1991cc562a8]

        fdo#58427: fix another crash in SvxFontPrevWindow::Paint
        
        In Writer, Search&replace -> More options -> Formats  used to have a
        window title of "Example" but not any more;  let's add another fallback
        for the example text to makeRepresentativeTextForFont, which seems to
        give "Lorem ipsum" here.
        
        (regression from widget layout)
        
        Change-Id: I8dd9c099be31ed4390b04e8069a74960b58c6084

2012-12-20  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [11c4f731813843ca269369d262bb5e0f5c47829f]

        vcl/headless: some more string cleanup
        
        As suggested by Olivier Hallot and Lubos Lunak
        
        Change-Id: Ie5d9f379294b004992dab0b98d6dfa4aa5456159

2012-12-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d98b888258e413214275c8e7f035325fe9339b78]

        Forgot to add checkbox to the dialog & saving the option when checked.
        
        Also remove a printf statement.
        
        Change-Id: I29c89a19f0c75b21f912d12903d1fceea535a6c7

2012-12-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3d21bda6a739a5a026fdaa6aa51aee563da75ca4]

        Make use of the recalc option when loading ODF documents.
        
        Change-Id: If33dd77c1b54cdfb5a8ff75c5b6e13db09b0c19f

2012-12-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8bba6a94a470224171df1abba697ca5d82d6167b]

        Add ODF recalc option bits to the UI and configuration.
        
        Change-Id: I2a72956f3e91b650b7434c676722d34b2f3394e4

2012-12-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aa5e5de62dd80a4c8be64f809d1607c4d7407fa4]

        Add new option for recalculation policy when loading ODF into Calc.
        
        This applies only to those documents that are generated by non-LibreOffice
        applications.
        
        Change-Id: I98a7877df36c5de74e4f6f6d09a67e171cbab4a3

2012-12-20  Noel Power  <noel.power@suse.com>  [6c336f4e07835f3f7969531f5fc69c6ac153920a]

        fix fdo#58403 fix processing of arguments from ".uno:Print" request
        
        Change-Id: I011c2ea45d33ead14910e149a99ee8e587ef79b9

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [f8d7ddc805d4f1c013d4eab354bb2d86dcb2dda7]

        convwatch.py: make it run on Python 3
        
        Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2

2012-12-20  Ricardo Montania  <ricardo@linuxafundo.com.br>  [b8be6d8a6854f69ce098c59ba399f8c7f37474fb]

        String -> OUString in filter
        
        Change-Id: I5d7b3aa2348cb4f0e8b05be0777b510ec5eb5db5
        Reviewed-on: https://gerrit.libreoffice.org/1420
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-20  Xisco Fauli  <anistenis@gmail.com>  [f848a9007dd7c06a06903b32f51ecbff8fa14b94]

        This println shouldn't be here
        
        Change-Id: I38ee1e764d562a951095c558333414c5afd12100

2012-12-20  Noel Power  <noel.power@suse.com>  [9bf0f44d5aed9b8a11d0762571dd1e4e0a52390b]

        fix dialog language support mess fdo#42978
        
        during some rework ( not sure if it was me or not ) we try to register
        ControlContainerBase on construction as a XModifyListener ( but it's not ). Patch
        make ControlContainerBase implement XModifyListener now. iirc the code in question
        was moved from UnoDialogControl at some stage and it appears some balls were
        dropped :-)
        
        Change-Id: Ifc7084bd7260ceb06334117582facb95bafb6fed

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [032d5ba4fa3389b968ceb0b6c3de587f979f3c04]

        extensions: oleautobridge: avoid boatloads of warning C4005
        
        ... "macro redefinition" mostly from tools/postsys.h by wrapping all
        inclusion of namespace polluting native windows headers in a single new
        winwrap.hxx that is then included by the other headers; also cleans up
        some inconsistent definitions of _WIN32_WINNT
        
        Change-Id: Ibfe82a531615d559db2e61e4cdf399e68d0b3223

2012-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f011e84a75651204f72d61773772f6a30841d18b]

        Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9
        
        This dialog is still of some use with some Writer Wizards and templates.
        Re-added the dialog, but moved the menu entry to Tools menu in Writer.
        The menu entry has not been added back in the other applications.
        
        Conflicts:
        	sfx2/sdi/appslots.sdi
        	sfx2/source/appl/appserv.cxx
        	sfx2/source/doc/docvor.cxx
        	sfx2/source/doc/docvor.hrc
        	sfx2/source/doc/docvor.src
        
        Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd

2012-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [29c7c90fd26cd04fb1f0ba648609df36ebcc53ff]

        Removed File > Templates > Address Book Source... menu entry and its code
        
        Conflicts:
        	basctl/uiconfig/basicide/menubar/menubar.xml
        	extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml
        	framework/uiconfig/startmodule/menubar/menubar.xml
        	sc/uiconfig/scalc/menubar/menubar.xml
        	sd/uiconfig/sdraw/menubar/menubar.xml
        	sd/uiconfig/simpress/menubar/menubar.xml
        	sfx2/sdi/appslots.sdi
        	sfx2/source/appl/appserv.cxx
        	sfx2/source/doc/docvor.cxx
        	sfx2/source/doc/docvor.hrc
        	sfx2/source/doc/docvor.src
        	svtools/source/dialogs/addresstemplate.cxx
        	sw/uiconfig/sglobal/menubar/menubar.xml
        	sw/uiconfig/sweb/menubar/menubar.xml
        	sw/uiconfig/swform/menubar/menubar.xml
        	sw/uiconfig/swreport/menubar/menubar.xml
        	sw/uiconfig/swriter/menubar/menubar.xml
        	sw/uiconfig/swxform/menubar/menubar.xml
        
        Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f

2012-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b4c18dc0ea32af9f070d43278e547ee0b2e540a4]

        Templates Manager: removed the old dialogs and menu entries
        
        Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea

2012-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6085c81008d768298acfa69ee6ef531ac3c57aab]

        Rename 'Templates and Documents' menu entry to 'Templates'
        
        Change-Id: I54b99b8ae9de07848acdf643b61ee45df97d014d

2012-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [63b96d45415293ff1fe83d721c8d3ae6abc2e448]

        Template Manager: one filtering code to rule them all
        
        Change-Id: Ice3523a98b575b3dfd39ca6edf5fbacc1f229480

2012-12-20  Gokul  <gswaminathan@kacst.edu.sa>  [fd1ae388b5171955a82f63b65b03a1c0105ade70]

        Converted Spelling and grammar Widget
        
        Change-Id: I10af600300fb90c31a0ada086b6f8d121d625afa
        Reviewed-on: https://gerrit.libreoffice.org/1306
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-20  Jack Leigh  <leighman@gmx.se>  [4b0a9e7ce34c8c0870c119cef18d7e1b7565cd8c]

        improve padding on character dialog pages
        
        Change-Id: I778dd8e427618a9761cc90683e7d8ac986e27c94
        Reviewed-on: https://gerrit.libreoffice.org/1429
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [c2f774aa1f4bf0fcd90d158874d27a6d915843d1]

        optimize: changing focus shouldn't have an impact on widget size
        
        Change-Id: I98385c9b75125c2785a52ab1a2e6c2c4a6798213

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [f97ffd1c019d19f2b32bb80a93f69cb188b828f0]

        The LineListBox drew lines wider than can fit in its text area
        
        it takes the outputsize of the entire widget and take a little
        (not enough) off that as the line width. The line is always
        wider that space available, so with widget-layout enabled it
        will request more space. On the next update of the lines it
        repeats, so listbox grows ever wider.
        
        Change-Id: Ib43239d297bb0ba0dc1096acf347ef17b5e41273

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [c38a1de224b911387fba74ae3039d634509085fb]

        convert columns dialog (and sections/frame/page tab page) to .ui
        
        Change-Id: I7ce64b63acba1581754e5a75ea48e3df654973ae

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [2ecf108c23c041619bb8b25338dca84ff89fe8eb]

        make a PercentFieldWrap that wraps a MetricField
        
        rather than inheriting from one, which means
        we don't need yet-another-custom-widget
        
        Change-Id: Iddaeedfe45fb06ee72e59143974c9a4d0d2478f6

2012-12-20  Caolán McNamara  <caolanm@redhat.com>  [3c70c8e449253b4219c12ee4ef50384030a474ef]

        implement small-size variant stock image buttons
        
        Change-Id: I82d5a957b5c38b8aa19e28ceb8d6850c0bf7526e

2012-12-20  David Tardon  <dtardon@redhat.com>  [049afdad58b7b07698b6002659f075aa555688f3]

        rhbz#782736 use right device for converting size
        
        Change-Id: If433376df24a3646d80f30e1dfa45463653ea72b

2012-12-20  Stephan Bergmann  <sbergman@redhat.com>  [10cad89df88b1b9a4bca85928319918f5bc79e2a]

        Drop useless typedef
        
        Change-Id: I0521f9ead0ee317f4eafefafb9c91f942b977cd1

2012-12-20  Stephan Bergmann  <sbergman@redhat.com>  [b1a4afa3b45d7b256eaf5aa88497b092f0139c84]

        Always have UNO_SERVICES/TYPES set in in-build uno ini file
        
        ...so that 16f856a5ca827602362692907dfcf287aa91602e "Adapt climaker to
        cppu::bootstrap_InitialComponentContext removal" does not fail.  Starting uno
        processes from within the build should thus use URE_MORE_SERVICES/TYPES now,
        too.
        
        Change-Id: I0a7cfacc804814a2688e54275ebc3e39540d307c

2012-12-20  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [6cd49f7f225a28a1f5e79a47f809ecb13761ef7a]

        vcl/headless: remove rtl namespace prefix from OUstring methods
        
        Change-Id: Ic3948384bc1709d648507c41542c34437abea468
        Reviewed-on: https://gerrit.libreoffice.org/1422
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [9123db4ce8f1c20cf7b4f5a8ceaa66b6321ede14]

        Group undo actions when showing/hiding several notes once, fdo#39454
        
        This is a complement for fdo#39454 bugfix.
        
        Change-Id: I3f406ae151b92419a86abb8f050c8b032d080838
        Reviewed-on: https://gerrit.libreoffice.org/1452
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [357bb0d5afc44f74eafca4c9c28619226f5610f8]

        SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNds
        
        There are now no callers that need it, and it is alwyas 0 anyway.
        
        Change-Id: Iddee488084e644ac82e9dbf9f251d5ef4bd7c59d

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [cdceee72ae4f1642d50b6df9e0afc2fd365bc7d6]

        SwUndoInsert: replace SwPosition with SwNodeIndex here too
        
        See previous SwUndoInserts commit.
        
        Change-Id: I8d255e85a72bb93be280f87bab096d69f1e9f573

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [72e3dd4d8ab6fe4368972a761c70185d1742855d]

        SwUndoInserts should not use a SwPosition:
        
        There is a problem here; to see it paste something 3 times, then undo
        twice and close the document, there is a SwIndexReg assertion because
        the SwPosition in the one SwUndoInserts points to a node in the Undo
        nodes array that is removed by the dtor of the other SwUndoInserts.
        
        This is because the Undo objects are destroyed from the outermost Redo
        backwards, which is usually a good idea but does not work for
        SwUndoInserts, which (as they currently are) must be destroyed in the
        other order.
        
        But with the previous change to only store whole paragraphs in
        SwUndoSaveCntnt it is possible to replace the SwPosition here with
        a SwNodeIndex, which points directly to the SwTxtNode and thus does
        not care if the position of that node changes due to whatever order
        other SwUndoInserts are removed.
        
        Change-Id: I4f0cf308d26f6b2e5aaa8997951c03ae7b2f0951

2012-12-20  Michael Stahl  <mstahl@redhat.com>  [91a90acc033cfadb0cc7bf271fa9ea92c4c52e88]

        SwUndoSaveCntnt: simplify Move{From,To}UndoNds
        
        If we always create a new text node in MoveToUndoNds, there is no need
        for this silly and fragile adding of a "space" at the end, and clients
        can rely on having a unique start node for their content.
        
        Change-Id: I60937f33bac8ae2f9732eebfe6e8083b6bb2f210

2012-12-20  Luboš Luňák  <l.lunak@suse.cz>  [5f75082ef17c713a9e41a05d222fe9dda9c3136e]

        incorrect if/for body alignment
        
        I checked history of all the questionable ones, and the itrform2.cxx
        one was a genuine error.
        
        Change-Id: Ibfcd8732ba4a66a8c038940ae10f8b27fee466c9

2012-12-20  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [53f23ca68dda1011f97bb28d672c7198e9e12c90]

        fdo#56970 Fixed insert new sheet button for different directionality
        
        Fixed position of insert new sheet button (+) when using a sheet with
        a different directionality than that of the interface.
        
        Change-Id: Ifc7020c4eb7a1686c23b4d827c47494b88a236b5
        Reviewed-on: https://gerrit.libreoffice.org/1385
        Tested-by: Lior Kaplan <kaplanlior@gmail.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2012-12-20  pkoroau pkoroau  <pkoroau@gmail.com>  [7a5272dc29c6efdaa99f97a627e6d9b695ae32f6]

        fdo#38837: Timers must end eventually [Writer idle timer]
        
        Change-Id: I36c6c56d7277b9b3853b846c86c1f4dd47ebdb08
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-20  Luboš Luňák  <l.lunak@suse.cz>  [4241ef2325d803914e9c29d8d6ec0e7c49f6996c]

        when clicking at a text placeholder, put the cursor at the start
        
        Rather than at the end. There is still some flicker, because
        SwEditWin::MouseButtonDown() selects it first too and puts the cursor
        at the end, but I've wasted already way too much time and trying
        to avoid that or the flicker.
        
        Change-Id: Ib0f00f3f955e64427dba8dd1c6ae7123afc17b34

2012-12-20  Luboš Luňák  <l.lunak@suse.cz>  [bdd9d06c129344f8a10cbb691c129dc914600862]

        incorrect if body alignment
        
        Change-Id: Ic5076bc7be30e72686840c06f1f9b441b774f3ba

2012-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6fe0d1b7e46564cdfaa4134964ce35ce650b3026]

        No StarOffice directories in our build
        
        Change-Id: I609c6f3c071d304f222cd2d15a6ad52dc34652c7

2012-12-20  Stephan Bergmann  <sbergman@redhat.com>  [16f856a5ca827602362692907dfcf287aa91602e]

        Adapt climaker to cppu::bootstrap_InitialComponentContext removal
        
        Change-Id: If7172ff8b8724d0c915aabd42608594ab0c71042

2012-12-20  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [2c9ab4bd1bd895478ca6c5887b05ff29a73f1215]

        Add ability to send SAL_* messages to syslog
        
        Use environment variable SAL_LOG_SYSLOG=1
        
        Change-Id: I0c260ca69fbeefb0c2e8cc46ca6955e92791c05b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [585e4181f09d1860413051c8f111ecf4f9deb786]

        Use a working timestamp engine by default
        
        Change-Id: I6771f427148f9f46abacaa5f096b98693f3673f9

2012-12-20  Stephan Bergmann  <sbergman@redhat.com>  [4882b97393288d903d9dc8a33a9a9b2fc26aa85a]

        Spurious leftover from debugging experiments
        
        Change-Id: I538468b606cc29fd56362dbeb99c2698efac0f58

2012-12-20  Stephan Bergmann  <sbergman@redhat.com>  [e3982fc537aa46595def41250526c331a02cd4e6]

        API CHANGE: Remove deprecated cppuhelper/bootstrap.hxx functionality
        
        cppu::createSimpleRegistry, cppu::createNestedRegistry, and
        cppu::bootstrap_InitialComponentContext for registry-based type/service
        information, superseded by cppu::defaultBootstrap_InitialComponentContext.
        
        Aborting stubs for the three functions are left in cppuhelper/source/compat.cxx
        to avoid having to incompatibly change cppuhelper/source/gcc3.map.
        
        Change-Id: I8e714c021c246b15a6e6fb7f25d754dceff17c8a

2012-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6f1541dfb3b7732af6da3604c6d9e240eaf54cb4]

        Thou shall not mention qtz twice, thy packaging breaketh
        
        Change-Id: Icd65d8a456cf59b6e4b6b6bfb095c0bff498bcbc

2012-12-20  David Tardon  <dtardon@redhat.com>  [ea47c12cc8ce6f8b05905d11f1a3fd3f634f585a]

        this custom target is needed by pdfimport_s lib
        
        Change-Id: I853927f5057d60962dc858335c4350881768b2b2

2012-12-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8c8402061bb3908d195e3d1b462409d8bcc8e279]

        Refactored pivot table dialog code for better modularity.
        
        Moved much of the field area specific storage from the parent dialog
        to its child field area control. It's much cleaner this way.
        
        Change-Id: I603fbebc2d9d62742a3808d6f72ca23357d84046

2012-12-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [0de82fe25545a58e956addc5de81891852e9e5de]

        sal_Bool to bool in sw/source/ui/shells/grfsh.cxx
        
        Change-Id: I10727407c04b46eb80fb7b9b7f5ddcb0c7d628fa
        Reviewed-on: https://gerrit.libreoffice.org/1425
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-20  José Guilherme Vanz  <guilherme.sft@gmail.com>  [509eb776639ea620cc8f834772ec03cdb90831f8]

        Removal unnecessary using declarations
        
        This commit just removes some unnecessary using declarations
        
        Change-Id: Ia1c7cc925b2db5b1172fae91dc703883d6539eaa
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1430
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-20  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [aa6373650746c261d76e61f9e00de12d521dcb75]

        fdo#39454 Allow (show/hide) comments for selected cells (cell range)
        
        Change-Id: I1a4caea70ef8e2fc177a966e7e267ca4df139864
        Reviewed-on: https://gerrit.libreoffice.org/1412
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37f238837cdd2532363efe2af1735ab24cb9a1b9]

        some small fixes for UI around date cond formats

2012-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31eee6b372539f0f1ccb82d9a8012e878d498d56]

        handle last week/next week betweek different years, fdo#58340

2012-12-20  Takeshi Abe  <tabe@fixedpoint.jp>  [1e65f0176a9243274971321ffa5b6462130904ed]

        sal_Bool to bool
        
        Change-Id: Ie4aac09e9aa7232c61cfdcda7b2bffd5002036a7

2012-12-20  Julien Nabet  <serval2412@yahoo.fr>  [f3ea8bb8f69db2398a3858de0dc9c3b0d8cc9774]

        Some cppcheck cleaning
        
        Change-Id: I04a7a1b119cb6cca4bf0dd0d576e5e051f99cc6f

2012-12-19  Julien Nabet  <serval2412@yahoo.fr>  [d507c57a86cde92428aaa029053b27154373a4f3]

        Some cppcheck cleaning
        
        Change-Id: I750058d7e25de26bf82e76ff09c69257ae09c5ba

2012-12-19  Peter Foley  <pefoley2@verizon.net>  [3e88ca86e9e3735ae8fbf144fcf51417c75baac8]

        regenerate pch
        
        Change-Id: I4e18ce06db42e13479809ba8eec70033943271cf

2012-12-19  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1]

        Fix localization of modified lists
        
        Two cases:
        1. The items of PairedList have unique id so it works well
        when change order of items. Thus when there is no poentry
        for some of the items than use the original strings.
        2. The items of other lists have only an order number as id
        so when order changes than id changes too, which means
        poentries do not match with original items. To avoid
        pointless lists fill the whole list with english items.
        Actually it is a rare case when only the order change,
        at most time it goes hand in hand with changing of count
        so use that to decide when use original list. This whole
        translation ignorance lasts until next po update.
        
        Plus delete one call of MegreRest() function because
        it was called twice for some macro defined strings.
        
        Change-Id: I4b34a1831991608583f53e1885c4eb2aea605493

2012-12-19  Miklos Vajna  <vmiklos@suse.cz>  [bee957fc48867aa1b98b8672b02a187a461f4e38]

        fdo#57881 sw: make UseOnPage independent from SvxPageUsage
        
        UseOnPage got changed in commit
        fa0f42bafbf24e9141ddee728b160b5ab47077f2, but SvxPageUsage got
        unchanged. Given that right now other applications don't support first
        page headers / footers, leave SvxPageUsage unchanged and provide
        conversion methods between the two types.

2012-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [54b6b5ddaf6b36717eeb44d8dc6f3957056a1938]

        remove bin/repo-list accidentally added in c2537d7d1c291ba643953849c
        
        Change-Id: I2ff51793718a26f62157c3847034ac3fae905292

2012-12-19  Tomas Chvatal  <tchvatal@suse.cz>  [f9f89ee1dc05d5cac1e155f84028ffda65620d55]

        Add librelogo to lists
        
        Change-Id: Iee20612a194b563d89c02a286993cd16fd196bbe

2012-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [89ee3fcced34ed84f5eae77d24c3956de5f727b0]

        l10ntools: remove wrong dependency on offapi
        
        Change-Id: I1de82c254438bd3f706caa3c3b3221cfc4de5ff1

2012-12-19  Eike Rathke  <erack@redhat.com>  [8041285b369e58df477b5e92df4bde68e96056a2]

        resolved fdo#54344 let date pattern match overrule incomplete format match
        
        Change-Id: I69a0c62ab5b4da036a77bd6c3b2baec0af7c8339

2012-12-19  Tomas Chvatal  <tchvatal@suse.cz>  [ae9676e099f2929fb1f12052ca81c7ba54b82fba]

        Respect TARFILE_LOCATION variable.
        
        Thanks to Matus for pointers.
        
        Change-Id: Iff2254a3f59ae95c11988a33f322ede5d04b5452

2012-12-19  Eike Rathke  <erack@redhat.com>  [f2851a270eb9c617fce9bfdde5c8f2428ced7014]

        resolved fdo#54336 accept abbreviated combined date/time input
        
        Abbreviated combined date/time input was not accepted if the date
        acceptance pattern ended in a separator, like "D.M." with input
        "D.M. hh:mm".
        
        Additionally check that for "D.M. #" input against a "D.M." pattern the
        '#' (any number) is not interpreted as year if the input so far was
        recognized to possibly match a date without time, in which case the
        count of numbers in input must match the count of numbers in pattern and
        input here is not a date.
        
        Change-Id: I3b123b872fbab9dab58afe3b6754b8ad70a61356

2012-12-19  Xisco Fauli  <anistenis@gmail.com>  [d6308705133ccde121dcd40f94a1d4367356630b]

        pywizards: get rid of ViewHandler
        
        Change-Id: Ie0098f0342a5863ffeb9dec96104efb7d94d7ae2

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [c3b822e46c04c3b294b1cb1e633ab8e62ad3412b]

        don't use shared empty string if extra space is to be allocated
        
        fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [f484a8949334cdb659f3a0c222052fc05a9e76e5]

        Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised with """
        
        newFromLiteral doesn't cheat, it's broken
        This reverts commit 8b9b779e9fc1de7186217b7be75ef02bb66e2da9.

2012-12-19  Noel Power  <noel.power@suse.com>  [8b9b779e9fc1de7186217b7be75ef02bb66e2da9]

        fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""
        
        don't call rtl_uString_newFromLiteral when literal has zero length as
        that cheats and doesn't assign a buffer. what we really want to do
        is assign a buffer with initial capacity ( but no content )
        
        Change-Id: I9d642c453dee747aca6365abb15408c05f86bb52

2012-12-19  Noel Power  <noel.power@suse.com>  [551cd207621be5922c528d32a6b349bcd8b10925]

        fix crash for fdo#58306 by avoiding literal assign
        
        OUStringBuffer doesn't handler append ( if it had been previously assigned to "" literal )
        
        Change-Id: Ief4379490a4873fbee4117db5833111943b86334

2012-12-19  Noel Power  <noel.power@suse.com>  [a6636235e6b6f33f77bee31cd06115b7a0fdeff6]

        post OnPrint event ( application & document ) when printing starts
        
        this event used to get posted, somehow it seems it got dropped somewhere along
        the line ( looks like the printer and printer monitor code got reworked )
        
        Change-Id: Ib75ee9e7ecd41614275033d2be2a351785326e24

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [5a1d51139c580dc64578d36dc1b4a31a4e5e0ef8]

        API CHANGE: Remove support for uno executable's -ro/-rw arguments
        
        ...and instead require users to specify URE_MORE_SERVICES/TYPES (resp.
        UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables.
        
        This removes usage of deprecated bootstrap_InitialComponentContext from the
        uno executable's code.
        
        Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [9be06943013547b0e0d74bf5c98f3146584ae841]

        add in extra widgets needed for RTL and for insert->section
        
        Change-Id: I1da651b8682e11fc61bcf4b3bc98c8b5b630d7fc

2012-12-19  Gokul  <gswaminathan@kacst.edu.sa>  [a0cfda2c5656d4782716e99314482efb966c4463]

        Converted Formats->columns.ui
        
        Change-Id: I7be50faa10d0106452256f02ec2f4b9cacd3c6d2
        Reviewed-on: https://gerrit.libreoffice.org/1346
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-19  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [4ecfcfebbabb950654f699f0168fd3823ea60b94]

        Little optimization when detecting if there is cell notes to be deleted
        
        Change-Id: I6f7a79459f3d0431adc45f339854b1a9339444c0
        Reviewed-on: https://gerrit.libreoffice.org/1415
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [d15fbd21db2fa420f095ecd82dfedd5db393c2ea]

        No more .memdump files left behind by xstlproc in postprocess
        
        ...since e37eb6345dcc09620889a9b8622ea0b7b57da0e0 "postprocess: convert to
        gbuild"
        
        Change-Id: Ia7f29efebb2872e096d36ab04f5d13bc2d437d71

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [3f141809c84c8ac9a56c3cbf8ac7e872e44a6e0f]

        Make testtools use defaultBootstrap_InitialComponentContext
        
        ...instead of the ure executable's obsolte -ro arguments (leading to usage of
        deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead),
        similar to 0c1dc375b4bf0c8ff01fe51921767faa703b1295 "Make ure/source/uretest/
        use defaultBootstrap_InitialComponentContext."
        
        Change-Id: Idd35e27959f7650decfe78364d86614bafbbbec7

2012-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40af27d941ab578a341eefc63163b92d399262e7]

        even simpler way to get the whole range

2012-12-19  Rodolfo Ribeiro Gomes  <rodolforg@gmail.com>  [94deef9b29346a027b88f934b0ca83ef6a8bf846]

        Little optimisation when getting the whole range
        
        Just avoid "if" statement every iteration since the condition
        is true only at the first run
        
        Change-Id: I0f2f93196b2b28d457dfbb7b18f568abb45adcbb

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [978aaaf6b422e11ffc55b16cd004ab27a3adc73b]

        set a more sane default height on headerbars
        
        Change-Id: I2af5adb064888336dd1ea622bb274c45052e2e61

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [0290ff79eacb02c800976ac13408354624811008]

        convert document properties tabdialog to .ui format
        
        this includes allow us to add tabpages to SfxTabDialogs by name (and getting
        back the matching pageid) where the name of a tabpage is the name of the label
        widget for the page in the .ui notebook.
        
        Change-Id: I48bfaa9ac8daa443ca72540e2024ddb9df34faa5

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [ae4f2c72b7a93085025859cbf1698651831e1b44]

        split out custom properties info page and convert to .ui
        
        The CustomPropertiesWindow could be converted to something that inherits from
        one of the new containers and remove a load of that custom positioning code but
        for now just minimally retro-fit the existing manual position setting code of
        the custom scrolling widget.
        
        Change-Id: I6c85286f3652a11bf8c8d827c4986b5b9d745523

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [8c2da9a4ba786b08d1aa07e01060bbf1eb9f167f]

        split out custom info page and convert to .ui
        
        Change-Id: I4353c839f6b081fcffd33edb2eb6722e91379cf5

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [da5390f5613c2daa18f0f30760e47e7a102694df]

        split out internet info page and convert to .ui
        
        Change-Id: I1aa0dea1e0867b4cf6c4ca099d8c0281d400b24c

2012-12-19  Caolán McNamara  <caolanm@redhat.com>  [243587069c20e062320b3698a08966613ece4bbb]

        a GtkComboBoxText and GtkComboBox are effectively the same thing
        
        Change-Id: Iec7b9a0d04c3974a081813aee285f7482de904aa

2012-12-19  Muthu Subramanian  <sumuthu@suse.com>  [abd87f5085267ea514ebd34b23e42fb9b4b6466b]

        n#794350: [PPTX] Flip gradient fill as well.

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [eaf3c60194e440e8a9bebac46f8d55ba6246001a]

        fdo#58331: Handle IllegalArgumentException routinely thrown for legacy exts
        
        ...that was no longer handled properly when installing such a legacy .zip
        extension due to 31170413ae3786bf44564e813d7291354e939a77 "API CHANGE:
        com.sun.star.lang.IllegalArgumentException."
        
        Change-Id: I6f5f4be0eed16496d8d3c3623d6676c7c669c5c4

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [28e4c0250e67a344b4d6088bdca2e680a4bffad0]

        fix KDE file dialog setting checkboxes to true
        
        No idea how long this has been broken, or if it ever worked,
        but inserting a picture sets the 'link' and 'preview' checkboxes to true
        for the next time (as getValue() returns void*, which gets silently
        converted to bool *sigh*).
        
        Change-Id: I6af0e09ac5e475fc9ff04cd7f937af0bc7aeea77

2012-12-19  Eike Rathke  <erack@redhat.com>  [fff4d120866a0be3cd8185f2c67bb9f59b1a6a3f]

        added [hr-HR] D.M.Y. date acceptance pattern (dot after year)
        
        Change-Id: Ie212f2e91b3ef262997bcd125817769ae24c16c3

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [1385f3736c0b80b7c31c03c457808db2ca4725d9]

        fix last commit
        
        operator== is case-sensitive
        
        Change-Id: I9b0a99ffdd53780ab14d569b3fac17a7983d5b96

2012-12-19  José Guilherme Vanz  <guilherme.sft@gmail.com>  [dbc484ce448b682f70a774430942063e91ee1909]

        Removel ::rtl:: prefixes and macros in oox
        
        This commit removes ::rtl:: prefixes, macros and replace old String class
        in oox
        
        Change-Id: I2672c859a45bc1221415479218c352bab4fe9b1a
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1335
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-19  Michael Meeks  <michael.meeks@suse.com>  [1e9f373e35fd54e5cca4bf1eb5bf86230264d235]

        serialize all unit tests runs with icecream_run.
        
        Change-Id: Iaed997a4c9a36d618934c5870c65c3006c44561d

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [9c17f2b24bc97b46640b1728fb04d65b88c09f75]

        wrap vararg sax functions in typesafe overloads
        
        Now automatic conversions can take place (no getStr() needed),
        and there are compile errors when used improperly. The FSEND terminator
        is also no longer needed, but it's better to dump it only after
        forgetting it no longer silently breaks backports.
        
        Change-Id: Ib47e6eda2d5e12ce889b69bf2affbda3679c2d3f

2012-12-19  Luboš Luňák  <l.lunak@suse.cz>  [a6d5ed529a373863eb670cc75bd797057a339745]

        -DENABLE_GRAPHITE -> config_graphite.h
        
        Change-Id: I94c7865b68c65540765c9fbfba6f669055dad4ba

2012-12-19  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [2de803d056e633952f8d8f676b4f7fbcf6c7948c]

        Remove duplicate code from Presenter Help View
        
        Change-Id: Ie33419ffe04dccc71956f7475d7b7a4acee7df12
        Reviewed-on: https://gerrit.libreoffice.org/1391
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-12-19  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ecfdf8a42401b9762fb78ae693b19bdc76403508]

        Changed Writer follow-up Style for "Title" to be "Text body".
        
        "Text body" is the most sensible follower for this I think.
        
        Change-Id: I4fc091446ada5f4aea82ba79dba84f2874bca760

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [e43fd91b5165a219a4b811209c7efad17379308f]

        Fix for making absolute the registry arguments of the uno executable
        
        a25bec0cb20671a8a8e2eacd61138773f4275875 "Properly absolutize all registry
        arguments of uno executable" at least broke testtools/CustomTarget_uno_test.mk
        on Windows, where some -ro argument system path starting with a drive letter
        ("C:/...") is passed in, which rtl::Uri::convertRelToAbs mis-interprets as a
        URI with scheme "c".
        
        Switching to osl::FileBase::getAbsoluteFileURL started to break Linux, where
        osl_getAbsoluteFileURL for whatever reason calls
        osl::FileBase::getSystemPathFromFileURL, which in turn for whetever reason
        rejects relative input that starts with "/".  The easiest fix that appears not
        to break anything else appears to be the workaround now added to
        osl_getAbsoluteFileURL.
        
        Change-Id: If03e7136ecc2c26a8f31e591257b1886f3ab129b

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [174b6db5a01314c1651e0787272669950d1be823]

        Clean up indentation etc.
        
        Change-Id: Ia53747fb0df923a421646e4f637b08950da2d3c5

2012-12-19  László Németh  <nemeth@numbertext.org>  [71f9633d6764514dc4460cb145af8c7b14dbb0a0]

        some not important Python3.3 port (pythonloader DEBUG mode)
        
        Change-Id: I9a6ee04524c0ecd10301c17d2ca6da156d1c2160

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [e87e9ab402f34bd347a991a19aef40e14b2abdb6]

        Missing "_" in prefixes
        
        ...likely gone unnoticed until now as that nested if is not normally taken, the
        createInstanceWithContext call at the top shall normally succeed.
        
        Change-Id: Iabc917473cf6902cb2afc21b735411d8136278fb

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [0c1dc375b4bf0c8ff01fe51921767faa703b1295]

        Make ure/source/uretest/ use defaultBootstrap_InitialComponentContext
        
        ...instead of the ure executable's obsolte -ro arguments (leading to usage of
        deprecated bootstrap_InitialComponentContext with an XSimpleRegistry instead).
        
        The com.sun.star.lang.MultiServiceFactory service is (only) implemented by the
        cppuhelper/source/defaultbootstrap.cxx ServiceManager itself, but it doesn't add
        itself to its list of know services, so cppmain.cc should not test for it.
        
        Change-Id: Iaaf8d466fe3607ab9bac6aba09396809e53404f3

2012-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9780454ab8eb6a3f25c1bcff08dc30aaa9cc1bfe]

        Remove obsolete regsingleton
        
        Change-Id: Ia8b83e69401dccd37c3350e381093af1dd5b17af

2012-12-19  David Tardon  <dtardon@redhat.com>  [2395a3fb74a90cc3166dbe4722250376eff58547]

        fdo#58129 fix ppt export of paragraphs
        
        Change-Id: I8784c7a84e7f1d3173b6e134377e9232906d77ba

2012-12-19  Tor Lillqvist  <tml@iki.fi>  [991466907b91255c47caf7726e3de1854849133e]

        Add a few missing files to be expanded (from *.in) to CONF-FOR-BUILD
        
        But note that currently the config/config_*.h files are created and used so
        that those created for the HOST platform are used also when compiling (the
        cross-toolset) for the BUILD platform. Seems to work by luck so far, but this
        is really broken. We need to have the config_*.h files separately for HOST and
        BUILD.
        
        Change-Id: I500694eee8bb2a8d2d7afbf78171c0e2ea1e66b3

2012-12-19  Tor Lillqvist  <tml@iki.fi>  [6f9eadb0c4a2095e1dc64997cf88806b96e17574]

        Revert "The Impress remote control makes sense only on desktop OSes"
        
        Nah, sure it makes sense also on tablets. Consider having your tablet attached
        to a projector while you dance around on stage talking and controlling the
        presentation with your phone (or other smaller device).
        
        This reverts commit ccd519c582cc897b9276b5d04801688c253c1e94.

2012-12-19  Tor Lillqvist  <tlillqvist@suse.com>  [20bc196507364e22d07277a9e7a2b2acfffb22b3]

        One more /p:VisualStudioVersion=11.0
        
        Change-Id: I46f3bb4af352a3df2582003f1c5f0f4069afb93e

2012-12-19  David Tardon  <dtardon@redhat.com>  [7fec8dfcaca4efc92516f9af51a3157f1a11ccd7]

        fdo#56267, fdo#56980 propagate shape change to subclasses
        
        It turns out (as witnessed by fdo#56267) that my fix for fdo#56980 only
        cured the symptom, not the cause. The real problem is caused by the
        following sequence of events during ODF import:
        
        1) an SvxCustomShape object is created (XShape iface)
        2) an SdrObjCustomShape object is created for the SvxCustomShape, but it
           is not associated with it (yet)
        3) another SvxCustomShape object is created internally by the
           SdrObjCustomShape and they are associated
        4) an EnhancedCustomShapeEngine is created for this SvxCustomShape by
           SdrObjCustomShape
        5) the SvxCustomShape from point 1 is set to the SdrObjCustomShape
        
        At some point (I did not follow this explicitly) the SvxCustomShape
        cached by the EnhancedCustomShapeEngine loses its (weak) reference to
        the SdrObjCustomShape. This leaves it gutted and all subsequent calls to
        render() return an empty XShape.
        
        The solution is simple: let SdrObjCustomShape know that the associated
        UNO shape has changed, so it can drop the custom shape engine.
        
        Change-Id: I267838ea4857dfcd646f40c811f3ae572237a1e6

2012-12-19  David Tardon  <dtardon@redhat.com>  [c3fed9f4ea354427c205bd407fcfa3d04093ba50]

        Revert "fdo#58399 - revert attempts to untangle and accelerate this mess."
        
        This reverts commit bb3f2900a867fdcb6df916fff58199b4ce94dd05.

2012-12-19  Tomas Chvatal  <tchvatal@suse.cz>  [c2537d7d1c291ba643953849cc230cd99fa9d608]

        Add py script provider to pyuno
        
        Change-Id: Ib2791daa0e2c219aee089c4417289316bd0759c9

2012-12-19  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [413d1a932eb4c47510dd05905c1ff467cb186d04]

        Remove unused method from sc: importBiffRecord
        
        As Thomas Arnhold pointed, these method eems to be useless.
        After removing and running calc, it seems to work perfect.
        
        Change-Id: I3e3eb7ba3e2e71bb615f64d5f63ca7f8cac00e9c
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1410
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-12-18  Tor Lillqvist  <tml@iki.fi>  [12152d253e48353254645b768c28d67e1e280a70]

        Replace GUIBASE checks with equivalent OS checks
        
        The idea is to get rid of GUIBASE and GUI checks as much as possible.
        
        GUIBASE=aqua <=> OS=MACOSX
        GUIBASE=WIN <=> OS=WNT
        GUIBASE=cocoatouch <=> OS=IOS
        GUIBASE=android <=> OS=ANDROID
        
        Don't set GUIBASE to these values any more in configure.ac
        either.
        
        GUIBASE_FOR_BUILD is not used anywhere.
        
        Conflicts:
        	configure.ac
        	postprocess/packcomponents/makefile.mk
        	postprocess/packregistry/makefile.mk
        
        Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3

2012-12-18  Rob Snelders  <programming@ertai.nl>  [3b87d3dd507cd48286160e62383f48e2f70f0067]

        fdo#58370 - 'Send Feedback...' URL invalid in other languages then English
        
        Change-Id: Idfd689c86700fe3b6ec2af477973a2cb484fc29d
        Reviewed-on: https://gerrit.libreoffice.org/1408
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-12-18  Xisco Fauli  <anistenis@gmail.com>  [8347fa7f8ed75a341e22733e53e7d64e7a930db2]

        pywizards: Delete all empty TextFields after finishing
        
        Change-Id: Ic1c0c6e6f6174d4337abf06f32d9fd8072c2511d

2012-12-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87bfd731cbb9610252b39e9ef1d0d3d6c6c71f09]

        Check the validity of row ranges after after the data area shrinkage.
        
        Or else it might crash again in the pivot layout dialog.
        
        Change-Id: I2254e5901f4736fffc6940346a866fc1f22b7c7f

2012-12-18  Eike Rathke  <erack@redhat.com>  [91d3c0ce2b808e917ee45f18f2c40a58329d2c19]

        resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...
        
        Bug crept in with String to OUString change of
        1599fc9e54a7c4855bee1c30d92dd1f5be05f530
        
        Change-Id: I25a6b40de10785bc861fa2b353edada0e4a623c9

2012-12-18  Xisco Fauli  <anistenis@gmail.com>  [7431458606db21d695b0b891f25d3617030bf0f4]

        pywizards: Fix finish in Windows one and for all
        
        Change-Id: I450e2f32a3579778163655b65cd112f952f0456f

2012-12-18  Michael Meeks  <michael.meeks@suse.com>  [09123760860f99756d37b70557d83f707fda6b17]

        fdo#58473 - fix transliteration crasher caused by writing const string.

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [058702256211804a449ae7e16b4fc4bd16236f40]

        sw: update README of qa/extras
        
        Change-Id: I7fc9fb44cbcabfc6d9e766777a3425794beb2bb2

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [df271449deecef88abdddeb2f5248da32b922311]

        restore accelerators for format cell numbers tab
        
        Change-Id: Id0c55d52c233ef276a38edc6e0b96d3c000e2046

2012-12-18  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [75c05bd7d2e0e2fb41d4218eb0bb8f5631ca46fe]

        docx export: graphics relativeFrom attributes now matches import code
        
        Change-Id: I9f543c08f5e19c11c7e1b8020b8c5f62ae040f6e
        Reviewed-on: https://gerrit.libreoffice.org/1342
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-18  Tor Lillqvist  <tlillqvist@suse.com>  [a65f6ef56ea9b8382451500ea8454db4b9738e2b]

        /p:VisualStudioVersion=11.0 here, too
        
        Change-Id: I7843d3e9565b6577d7c84e547f5b913672cfe1d8

2012-12-18  Christos Strubulis  <strubulis@gmail.com>  [5198c4a41f9cb793abd1276e75a640f7391ce0c3]

        Replace chained O(U)StringBuffer::append() with operator+
        
        Change-Id: I0fcd70cff092c7d90b57b9af9dcec99f23750f1c
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [84a99c009e76582e79cc8341e2931d5b8261bb68]

        Related: fdo#50284 apple's modern symbol font is unicode encoded
        
        So codepoints that are from the legacy range need to be converted to their
        unicode equivalents even in the presence of an installed "symbol" font on
        MacOSX.
        
        This should work out ok if input codepoints that exist in the apple symbol
        unicode are used, they should be left untouched by this conversion.
        
        Change-Id: Ia9996e2d9bf632c86c8d26832d77c7c662cf1076

2012-12-18  Tomas Chvatal  <tchvatal@suse.cz>  [259cdd64ac850fa9105bd21001d466a82671f75e]

        Do not define CPPCONN_LIB if using system version
        
        This is used for dlopen internal library only anyway and breaks
        when building in strict-multilib environment.
        
        Change-Id: I9dea9e37161aab17ab605bec33482ddb48beeb46

2012-12-18  Michael Meeks  <michael.meeks@suse.com>  [15aac31ebac23ef745400a8d9c146aef85923c9d]

        fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.
        
        Change-Id: Iff0537a69b2c6ae929da6a05f26c0d55415d6d8a

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [626969aa7cce72692767e265a2a98ef111202487]

        fix conditionals detection
        
        Change-Id: I50b335375b8b2ac67c50f887a4eb58456b9cea33

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [17e0f42234c67df60e5599289fdb2cda683bea6e]

        indent
        
        Change-Id: I4c41f5f8b0498deacbe296804047befa5f19fa3d

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b7215602c00f392e30e0e23e21f32dd37fba07dd]

        API CHANGE: Remove obsolete regcomp from URE
        
        Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [b980eca67edd8e3dd43d8717dbd90a2104450f85]

        Adapt ure/source/uretest/ to passive component registration
        
        (regview only works for old binary .rdb files, so test-regview needs to use
        types.rdb now)
        
        Change-Id: Icd68122c08ae723010c42a8515e09c2d81f0cdda

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [a25bec0cb20671a8a8e2eacd61138773f4275875]

        Properly absolutize all registry arguments of uno executable
        
        What was found to not work is something like "-ro services.rdb" referencing an
        XML-format services.rdb that itself contains relative uri attributes.  The uno
        executable would not make an absolute file URL from "services.rdb" due to no
        leading ".", so trying to absolutize any relative uri attributes against the
        relative .rdb URL lead to MalformedUriExceptions.
        
        Change-Id: Ib41fc8e42b9848f5e77f44c86e1857a3d287d634

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7b01977c7a50ab5b16d894a0760d61bf04970766]

        Improve error reporting
        
        Change-Id: I430344cfe70134fb18bd884056261b11924c71d0

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [7068cad92490e45c75214ba33a9102df24b6653d]

        -fvisibility=hidden requires HAVE_GCC_VISIBILITY_FEATURE
        
        ...had been forgotten in f98379816411f932ccdafede5f9b25c260c17361 "Make
        ure/source/uretest work again"
        
        Change-Id: I9175118126124eba4ea750914d588f6c1ccb2604

2012-12-18  David Tardon  <dtardon@redhat.com>  [d397024411d2d73161e6a7410ccc82ee222648d8]

        fix assertion
        
        Change-Id: I67bf571062c5246402979170e0395ede320dac82

2012-12-18  David Tardon  <dtardon@redhat.com>  [cd69be65786cb49d0748433360b05db8c4f6d890]

        fdo#49277 use correct default tab size
        
        Change-Id: If8e1936b897bfe0f3ae0d791c573267df3381954

2012-12-18  Tor Lillqvist  <tlillqvist@suse.com>  [4ea11e31e9f70e8ea33fbbf217370a7d911fdacb]

        /p:VisualStudioVersion=11.0 here, too
        
        Change-Id: Ifa463327e9f33696012b3add0640b12f6d585178

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [8e5fe8dc9229043d18f581f2c56d58daff2bf87a]

        avoid infinite loop when parsing malformed ooxml math (fdo#57886)
        
        Change-Id: I2f66bc335795a9e84f532fb28d3585aed783ebd6

2012-12-18  Noel Power  <noel.power@suse.com>  [015bcb0840a584a660cefec412493107b74f4712]

        finalize pivot *before* scenario sheet to ensure table numbers are correct
        
        Change-Id: I15cf378b51b1ecfbd05c7013e5a5b69fb87fdafb

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [decf6bf7207ae36bc5882f2e945a7d3f8587cf03]

        update PCH headers using the current pch script
        
        Removing PCH for sal, as that one is too complicated to be updated
        automatically right now (#include <premac.h> needs to be handled,
        
        Change-Id: I3ffe9526942f58d0f66430af109b13f7ec1d6c90

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [eb976220e0d1fb156fe1e3e839a85c9ed78fea73]

        update update_pch.sh
        
        Change-Id: I8353ab9808e5a496ec1b484ef7c80949534ab640

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [a2279bb2f52ee5bbe8d38433aac55aa1a16661fb]

        split out security info page and convert to .ui
        
        Change-Id: Ifb962186a80941beb57b75815fbb9d425ef44ee0

2012-12-18  tino  <ttk448@gmail.com>  [32e90d832a19ea6a6b642858ee482691a505578d]

        added RID_PRICING_DEFFUNCTION_NAMES string resources
        
        Change-Id: I2a4e596724abb82dccbe4a8e9110bbb9b9479ff7

2012-12-18  Michael Stahl  <mstahl@redhat.com>  [5f189199021929a50be244498cca05bc3dcf0816]

        DiscoveryService: include errno.h
        
        Change-Id: I8bf8ce8324e6ebe89dca1c58f02d973b8998ff2a

2012-12-18  Tor Lillqvist  <tml@iki.fi>  [ccd519c582cc897b9276b5d04801688c253c1e94]

        The Impress remote control makes sense only on desktop OSes
        
        Change-Id: I48166fd5ee3dec8c140ef1905023db72c2aa2bd4

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [f34cd255366bd045c5728918a390b7c843470554]

        split out statistics info page and convert to .ui
        
        Change-Id: I0c940128e535cfadbd7ac917601dd9da0d0a347a

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [159fc90e1692f3cc17261c0db9fec48eb6bef28b]

        fdo#58376 testcase

2012-12-18  Michael Stahl  <mstahl@redhat.com>  [1f5401e6c9c260354022aeab6a02512bdbfa7a4b]

        DiscoveryService: -Werror=unused-but-set-variable
        
        Change-Id: If0175642ebcbe1f4f6cc7640d87385c96e097180

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [e5546342cb4e4f106257a7f7594d4356e6adbff3]

        Let JavaVirtualMachine::getJavaVm start the VM it already found
        
        Since b69951996967a1c79e3a55dd13dd5609b19db6a1 "Drop support for /etc/opt/ure
        and ~/.ure from LibreOffice 4" there is no place any more where a plain URE will
        store information about a selected JVM, so JavaVirtualMachine::getJavaVM will
        go into an endless loop of jfw_startVM -> JFW_E_NO_SELECT ->
        jfw_findAndSelectJRE -> jfw_startVM -> ...  The solution is to pass the JavaInfo
        determined by jfw_findAndSelectJRE into the second invocation of jfw_startVM
        (for which the parameter list of the latter needed to be changed), instead of
        relying on jfw_findAndSelectJRE and jfw_startVM implicitly communicating that
        information via user configuration files.
        
        Change-Id: I5799f04c457e8a849c67ed827dc5e134c6563362

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [39da5cf13337d2945b802587f5b0d9d4ef0512dd]

        SDK's include/stl is long gone
        
        ...since 1628005298923ad15cc78dbad63669b701f5fd04 "Trying to remove the stlport
        mention from the code"
        
        Change-Id: I8785274bc2fdc9d97200aea245e1e8182249cde6

2012-12-18  Stephan Bergmann  <sbergman@redhat.com>  [0a354ba6f865bcda4b9fdfe05912d07f54671cc6]

        Duplicate definition
        
        Change-Id: Ifd8d8ee0c101f77a0c8832a8e4379eabd6334e85

2012-12-18  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1d9f281c8c3d098bc70e0e0cbe081c696fe2b7b9]

        Remove unused ScTabPopShell
        
        As Thomas Arnhold pointed, it seems that ScTabPopShell is useless. I did a full
        compile without ScTabPopShell and run sometimes cal, writer and all still works.
        
        Change-Id: Ia05d4fb53999b816101b5757153942df0c606022
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1392
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [2c261400e79d790453ad3d4beb72b397c0795d90]

        bah, missing file
        
        Change-Id: I09626f2d7b5b786e35e02964554d7f5c0239d952

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [5b7810581c573c4406a0e4529193dd3a7871a56c]

        SwFrm::CheckPageDescs: if bOdd is false, we want left format

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [1b67d91b0065c46ca7b36db0836c9159ca8b50cf]

        fdo#58376 SwFrm::CheckPageDescs: fix crash on fallback
        
        The problem was that fallback worked like this: if we have no page
        style, then right falls back to left, and left falls back to right.
        This is no longer enough when 'first' is missing: for odd 'first' pages,
        first we should fall back to right.

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [4dd309ed472f4860ed60ccdd38226c3fcbdfb59d]

        remove manual entry of 50 to 600 now that we support items in .ui
        
        Change-Id: I68e5547916af4986dfab31aac9e25cc8fad8d0e0

2012-12-18  Caolán McNamara  <caolanm@redhat.com>  [6154e1b4e9c39adac57b0131ceee3a6d2be86fa9]

        split out description info page and convert to .ui
        
        Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86

2012-12-18  Rene Engelhard  <rene@debian.org>  [351b71edc0bb3076578dfcc4a32d349448e7c24c]

        set numbers in svx/uiconfig/ui/compressgraphicdialog.ui to translatable="no"
        
        as otherwise we get
        uiex's output is invalid:
        svx	uiconfig\ui
        
        Change-Id: I39b776cdb3561be0bffb8e9ebe3bf9f2660162f6

2012-12-18  Tor Lillqvist  <tlillqvist@suse.com>  [c0e21788c1c9b98493b41a0020f660f4fa5983f3]

        Store some (sadly ignored) return values in variables to make debugging easier...

2012-12-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [687138f72c607e02f9dabf0ca6c936209e4c76b7]

        Fix the regression in fdo#47499: wrong fill colour
        
        Change-Id: I986a5f4c944f9fe9e985c408a72f766d9b1eed12

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [fa655c0038ad6f9d4e26b78e5438953615e9bdb7]

        SwMSConvertControls::InsertControl: typo

2012-12-18  Miklos Vajna  <vmiklos@suse.cz>  [bc1387714118773b3ac27903080200fc7c9a50d7]

        sw: kill C2U in filter

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [fd17055017b7bb4c02c247ce1136447126cdb5e6]

        sfx2 renamed templatelocalviewitem.hxx to templatecontaineritem.hxx
        
        Change-Id: I7133c5b1ba41b01e695d006af8e5e3bb29997ec6

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2a383bb7e3b9c3429cc6b7090fcd99c0209c4275]

        sfx2: renamed TemplateLocalViewItem into TemplateContainerItem
        
        Change-Id: I8ff318a7bcad21c4fe8d5dda818fad5763a6ff02

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0bb7f12f53b46e105ab3e8fcb281f3cc9466753f]

        sfx2: rename TemplateRemoteViewItem to TemplateRepository
        
        Change-Id: I7a7479f0264f38aa0193d50acfe58b20ff57d8d0

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9ab9436aa84a6a7c4cc23b517be7025664595dfe]

        sfx2: renamed templateremoteviewitem.hxx to templaterepository.hxx
        
        Change-Id: I5fb96df9ae95b42eb4e2485068488e8c81929563

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3016b60bcb938eb2d4a5e5d7f9f4c0f5c136522e]

        Template Manager: moved repositories storage to dialog
        
        Change-Id: If049e05b7cec060cbdbc5a366a4019f088325e1f

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [58fdb89bc384019e4eaf181a956fe4ca7ed5dd07]

        File picker: add Path field for CMIS like other protocols
        
        Change-Id: I9745831da13646d351858f221b1367374ebf737f

2012-12-18  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e468ca20c8e25df8a15c38aa3eb9c289f89f27f7]

        removed useless #if 1
        
        Change-Id: Idac86a48ceecf6fac1d84f8c4fb168ebe427717a

2012-12-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a028afd55decfd269268d0d1e6adcfbdc9d85d0]

        we need to use a copy of the original ScPatternAttr, fdo#58338
        
        Change-Id: Ic231347cb864bff073d46ddef06f65b7517c45c3

2012-12-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6859c0230444e57dc8526e398c4c3c6f5bb218cc]

        fix the test for cond format export
        
        Change-Id: I01e0b3e76e39bf26d2398745bf706cfa60d5621f

2012-12-18  Luboš Luňák  <l.lunak@suse.cz>  [d35fa4161f83c84408c192c642978fe1aa528752]

        class vs struct mismatch
        
        Apparently this was enough to cause a linking error with oox::vml::TextBox::TextBox
        on Windows.

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3df19b23d80a23e8f42cf766499b1a23ecfe923]

        first check that the number of cells has not been reached yet, fdo#58346
        
        Change-Id: I0fea5719f524584acdbbc560c47b3c427c174845

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92a8be9fb4877d43e099c99d067bd3f06397d212]

        UI does not update correctly for icon sets, fdo#58308
        
        Change-Id: Iceeab1ea3624fbefa8cb626899262e857b445ac1

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f0bc524daf8ed27a8f9fbb2cdb31460d5be077d]

        workaround FORMULA is not part of the condition is in the UI
        
        Change-Id: I6c51ecfbddeeaed3f8747cde90996f7e236a0afd

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a8406aa3e0225989d57b185958b0c43b1304ec4a]

        fix the month date formats, related fdo#58340
        
        Change-Id: If9f716fd2d2f5a8488451121067ee068673b3b7a

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c0e79f821260f0b72f35af74bb47f7ff91d5954]

        remove unused ifndef
        
        Change-Id: I759d2c7cea6a27fe676d1c1a17586445aa013ee9

2012-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e4348d0f60f2b6b3ad71eaa8777ef8f98694298]

        checking for the month is wrong, related fdo#58340
        
        Change-Id: I9920e8ad84da58f32a61a4bd864ea80b011ad746

2012-12-17  Michael Stahl  <mstahl@redhat.com>  [a923084f872b8ce13f6213827fe5b1c711e6b15f]

        fdo#58286: sw HTML export: fix missing end tags on FrmFmts
        
        SwHTMLWriter::OutFrmFmtOptions must return a value that includes the
        parameter rEndTags.
        
        (regression from 3852a6f54880af8ed9161227baa555580c7d4517)
        
        Change-Id: I280a0de57e254f75b69d08d93e23bf7c765058ec

2012-12-17  Werner Koerner  <wk661lo@gmail.com>  [3d969a60852d505cfa02a6b3410d4461718138ba]

        fdo#58196 Viewing: Reenable mirroring for scaled-down images
        
        commit I6feb744712956a92d6140d079dc3a85ee8511930 (Stepwise
        rebuild bitmap rendering from scratch to avoid rendering bugs)
        missed horizontal and vertical flipping for images scaled down
        by more than about 60%.
        
        Change-Id: I68241792d2b43edde33f478c998d447debd8fd13
        Reviewed-on: https://gerrit.libreoffice.org/1332
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-12-17  Yong Lin Ma  <mayongl@apache.org>  [6560cae1b5f81cb753a7216cb22d4e7f9d175cd1]

        118878: Writer crash after column number and width of frame are modified
        
        Patch by: Lin Yuan
        Review by: mayongl
        Reported by: Ji Yan

2012-12-17  Michael Meeks  <michael.meeks@suse.com>  [092a4385c2616943baccc8ec43ca29c1dcfba9fa]

        fdo#53525 - Revert "writer:crash(i118878) when adding
        
        columns and chang. properties in a frame"
        
        This reverts commit de1c42d9f552bc57b28d50f4313bc982c63b84d4.

2012-12-17  Michael Meeks  <michael.meeks@suse.com>  [439d600138515d10b40a00653f8ac51e5ccfc1e5]

        32bit compile fix for OString::valueOf usage.

2012-12-17  Arnaud Versini  <arnaud.versini@gmail.com>  [e3420747c2883b56375d9f4e9a1ab675450744a0]

        Revert part of 34e79c19babc0e6cc281025b40635b91dca444f3.
        
        undefined reference to `sal_detail_initialize'
        
        Change-Id: I92074e108dc405e1484503cb39c8c46b2cf50ce0

2012-12-17  Michael Meeks  <michael.meeks@suse.com>  [bb3f2900a867fdcb6df916fff58199b4ce94dd05]

        fdo#58399 - revert attempts to untangle and accelerate this mess.
        
        Reverts commits:
            76350361f386b78e1bc9edb75af89e7ff3afe356
            67f899e1d2db0dccde4b9587a52b7157fe1fb0be
            1d77d4eada214e14938336070b248c18705939ff
            1d16f59023b1b19d01ca69b8c9735be6d3baf5d9
        
        The bug has a great series of linked bugs and stack-traces; the
        weakref / mixed tools & UNO lifecycle here is simply hideous.

2012-12-17  Xisco Fauli  <anistenis@gmail.com>  [355c30789e311aa13d7421ce653dc80a9030c2e2]

        pywizards: absolutize fails in Windows with backslash
        
        I don't have a way to test it in Windows, so I hope it fixed now
        
        Change-Id: I0f24aadb26c0d091fa95d9fcc655fa876c4b18db

2012-12-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97b583a7bfb5dc9000290c3bdc8df8751a97d65d]

        Change the order of always, never, ask enumerations.
        
        This tri-state option is commonly ordered ask-always-never or
        always-never-ask, but not always-ask-never, which is not very common.
        
        Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49

2012-12-17  Noel Power  <noel.power@suse.com>  [f828e91d1b2f0491e3d1c724ddd12f1b9177f466]

        fix problematic calc object selection after object create  (at non 100% zoom)
        
        sometimes difficult to select custom shapes etc. created at non 100% zoom
        levels. workaround was to use selection tool to select an area.
        
        Change-Id: I112a60ebf37a37b16f6af5e70358853088e648a8

2012-12-17  László Németh  <nemeth@numbertext.org>  [a108f4b14e119736c6a24f00cbfe87acb71e1e4a]

        LibreLogo: fixes for the Slovenian and other localizations
        
        Change-Id: I52f8526f91b93420e2da6ad69e86ddbf70ad01bd

2012-12-17  Arnaud Versini  <arnaud.versini@gmail.com>  [542ad7f1c5ac7794c42248ac13e9b33f84888490]

        API CHANGE: Remove useless deprecated rtl/memory.h
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, adapted some function
        definitions in sal/osl/all/compat.cxx to avoid "must return a value" warnings.
        
        Change-Id: Iac156b004464018225bbfda24f0a234f9ebcb19f

2012-12-17  Peter Foley  <pefoley2@verizon.net>  [34e79c19babc0e6cc281025b40635b91dca444f3]

        add script to regenerate pch files
        
        based on a script by Lubos Lunak
        (http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/40210)
        
        Change-Id: Ib32de8be8a57b3b430f4b5b298b7f417e5a02ccb
        Reviewed-on: https://gerrit.libreoffice.org/1350
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f55f86e016e8d1b509be1e7ba59919301dc17d67]

        Re-arranged formula options page to make room for re-calc option.
        
        Change-Id: If144ffa1c5d868f41f6303b0f99fbe2e4d23a6b8

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [0d777f33a1d818a7fd27d755e54db64823f46636]

        Resolves: fdo#31055 fallback to a default bullet on symbol lack
        
        a) fix up some entries in Wingdings for which we do have a suitable mapping
        after all
        
        b) on complete failure for mapping to OpenSymbol show a default
        bullet, which is better than no glyph
        
        c) document that the original tables were against StarSymbol which
        had extra glyphs (and/or I thought it had)
        
        Change-Id: I5e43cc0a5216e76d00b7df1a69967e08c3656e21

2012-12-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8d5479cde68b8e70c4bfa2a6edae030260c740e4]

        Use check box "Always perform this in future" rather than 4 buttons.
        
        Change-Id: Ib04debaf3c2d06e694e965c1ece01d6cc7a43fa8

2012-12-17  Stephan Bergmann  <sbergman@redhat.com>  [77d3777c8934171a9557a96872d020cf12443fb9]

        Remove --with-stlport from LO 4.0
        
        The STLport was only built for the benefit of old extensions on platforms that
        once used it themselves (Linux x86, Solaris x86 and SPARC, Windows).  We
        deliberately break such old extensions for LO 4.0 by no longer shipping that
        backwards-compatiblity cludge.
        
        Keeps STLport listed in readlicense_oo/ because of
        o3tl/inc/o3tl/compat_functionality.hxx.
        
        Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?).
        
        Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from
        l10ntools/inc/helpmerge.hxx that was once added with
        854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01
        (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename
        -> MoveFileEx" but now starts to cause trouble on Windows.  Also disables
        warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both
        tools/wintypes.hxx and the Windows API) in a number of places that include
        windows.h -- however the old STLport caused those warnings to not show.
        
        Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829

2012-12-17  Luboš Luňák  <l.lunak@suse.cz>  [c075b8068bff1b3c6025638aaf0acab5bbebab4d]

        OUString::reverseCompareTo() string literal overload to match the AsciiL one
        
        Change-Id: Id5ca706aa3fd1831990db2310933c6b94ca376cb

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [1b0591e934540db3bb31342ccc7849ed49338a96]

        Resolves: fdo#58237 set listbox to be expandable
        
        which is currently also a synonym as shrinkable
        so the listbox is shrunk to fit.
        
        we do need to get around for forcing widgets to
        stay within their available space in boxes (should
        work fine in grids)
        
        Change-Id: I38a570b2d59952f3457252c57399e2d6ab9e12c6

2012-12-17  Miklos Vajna  <vmiklos@suse.cz>  [83193b44d08e5c5eb9fbe2262cea5f1d019a2462]

        oox: try to make Windows build happy
        
        Change-Id: Ib7340d79fc29ef0d0c46083a6aac6c27aba2629b

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [daca24d2779260042ee84229f0f476a03e2a5ca0]

        cppcheck: I wanted to check for 'e' and 'E' here for 'end'
        
        Change-Id: Ie5a1da69c1282c518ec33835fefe723b0fdf3a40

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [65b241eb0bc25597336a0b1b15af85c3428e40cf]

        sort style list in outline numbering
        
        Change-Id: I17139da65d0adbdaaa2c7bafb066fc6f74c42700

2012-12-17  Julien Nabet  <serval2412@yahoo.fr>  [ec1f1c16e36b1fa5138604ca08fff1888cf7513c]

        Resolves: fdo#58284 outline numbering list is of wrong type
        
        Change-Id: Ifb1fa41bef033b4f0624f46a945d5a5c47bada4a

2012-12-17  Michael Stahl  <mstahl@redhat.com>  [bfbbb83857834ac21ec61e201de3b778625b8d1f]

        argh... remove accidentally committed concat-deps
        
        Change-Id: I212bda7ac80c9903bb72ec919c4c8fc232a89cfc

2012-12-17  Andras Timar  <atimar@suse.com>  [ce2f7954fdd9c537f8904c15c150171bc14642dd]

        fix ascii escaped unicode generation
        
        Change-Id: I732a480e71c3f26ffde527c5e0eea36f814b8b03

2012-12-17  Michael Stahl  <mstahl@redhat.com>  [de1cbc17952a7e5838c0ded2ed3042171cb997c4]

        Revert "hide rc.exe splash screen"
        
        This reverts commit c2e3d09bb740749e1a6e045ff08bf32e5812fa9e.
        
        Quoting from my last revert of the exact same rc.exe -nologo:
        
         commit a6e3c2b4800144df40e5f78f6f912cdc6a575a32
        
         gbuild: Microsoft Resource Compiler does not do -nologo
        
         At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only
         complains about "invalid option: -ologo".
        
        Change-Id: Id6affdf4c833796691c903257dd515cc0d0e861e

2012-12-17  José Guilherme Vanz  <guilherme.sft@gmail.com>  [9a30ab1b99a1041bf5f232c2bc3fbe4bc370342e]

        rtl:: prefixes removal in oox
        
        This commit removes some ::rtl:: prefixes and macros in oox
        
        Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1334
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [b53a329a7fef6262e437f8de0a771633a731704b]

        Resolves: fdo#58373 restore label for font is printer/both or unavailable
        
        I removed it because it only refers to the Western font and not the
        two other categories. But apparently there's demand for it, so
        better to restore it as misleading as it is for non-Western
        
        Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [151cc93f7363d2dd939be790fad7a5a32748eb30]

        split out document info page and convert to .ui
        
        move svt::SelectableFixedText to vcl and implement
        "selectable" GtkLabels by mapping to that vs
        FixedText for standard GtkLabels
        
        Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f

2012-12-17  Miklos Vajna  <vmiklos@suse.cz>  [ffe1f48310f9a1dd4b64315bb16c312482b3f287]

        n#792778 testcase
        
        Change-Id: I0f86c70f5068b32e2a1cf1ac605e32b7e5903e94

2012-12-17  Miklos Vajna  <vmiklos@suse.cz>  [d5c934d150cb6cea5f96cbbee4fb5e8312bf027e]

        n#792778 DOCX import: parse group shapes in oox only
        
        Previously textframes inside groupshapes were tried to be imported as
        TextFrames, but then their addition to a GroupShape failed, so the text
        simply ended up as a normal paragraph. Fix this by importing members of
        groupshapes as drawinglayer objects, just like how the WW8 import does.
        
        Also fix two testcases, which implicitely tested that the groupshape VML
        element is ignored on import.
        
        Change-Id: I1a9fba8a5fd532203a825e55b1d5996277ea12fa

2012-12-17  Takeshi Abe  <tabe@fixedpoint.jp>  [2bbb4b9c5bf9c61c5b0b7fdfcce5b97e04a63a8a]

        sal_Bool to bool
        
        Change-Id: I8fe2b267454a3a4c235e6de7f44aa127657d0429

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [5af4fff6d4dede7e60d407766f30e7191eeeee66]

        convert print properties tabdialog to .ui format
        
        the dialog itself that is, two of the pages are in .ui
        format and the rest are pending conversion
        
        Change-Id: I5a22cf1603abb0400272ce8969c0b43a00ed7739

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [be61350e8b078fbc34d820868d67f7e393bf93df]

        split out printer paper page and adapt code to .ui
        
        Change-Id: I95266926801ab5cb63ec012b37cd35757ec541ef

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [126ec8f96680ad5222b10a4bf6aac9ff8b58fe88]

        Move forcing existence of tabpages to TabControl::GetOptimalSize
        
        rather than just for SfxTabDialog, do it for all TabControls
        
        Change-Id: I29a19c51c7ce3baec428df716e2ee3595e496c39

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [cbcb304b8be5d0824872625b5373729a79042f0f]

        allow tabpageids to have names which can be queried
        
        and in the .ui builder set that name from the name of the
        label widget matching that tab
        
        which allows human understandable names to be used in looking
        up the pageids for a given tab page rather than fragile
        by_position so tab pages can be freely moved around without
        busting the code
        
        Change-Id: Ieaff1408b25545c561a0b28c51ec205af6e1400f

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [98818ee54e3555e2ed8fe3a2160095a1fe84b818]

        mnTabPageResId is not used anywhere, continue to skip the resource though
        
        Change-Id: Ief4707613352b1382fb23e5914fd05f6c7618327

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [68d421bdac59295bf91457def4cc041ea5c3d8d0]

        callcatcher: update unusedcode code list
        
        Change-Id: I3ba30e0745c8f2adac29a6c4ff15a8156cee4baf

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [0d5644bbe90e87ccd646276bfc545c3201caa005]

        UniString::Fill -> OUStringBuffer::padToLength
        
        none of these strings starts out before "Fill" longer than the size they are
        asked to be filled to so there are no trailing unfilled bits to consider
        
        all of which means that we can get rid of UniString::Fill now
        
        Change-Id: I8da21e9787017da9243a2c1d7118d3fbcca2a7fb

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [2be589381e8e8969764e0de1ad079fca959afb8a]

        remove rather pointless uses of aEmptyStr
        
        Change-Id: I66fdf76c9e6aceca594bac6e1007676250ac7301

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [fd84daf696a368c2c7561b5253b32a63ecdeca4a]

        UniString::ToUpperAscii -> OUString::toAsciiUpperCase
        
        Change-Id: I70f2238021c79a34b97a6bdbcc374d8b1ffb2a31

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [a1175f3d6ba3e16f81bb12b55c590fc605695b5f]

        String aNam uppercased but otherwise unused
        
        Change-Id: Ifd8c5edd3711357374efb2aba0ed108a36d3c740

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [bba34cfa6df4f8b7ca181d517dca675c0dc23b81]

        use return value optimization
        
        Change-Id: I08e6b49c9250d3542777f207e93f1d7b6d1a92a7

2012-12-17  Caolán McNamara  <caolanm@redhat.com>  [7b028f4aaefe626edfa5283363e21146ceca4acf]

        String::AllocBuffer -> OUStringBuffer
        
        Change-Id: I66489516df4b363fd7ed61e90471efaeb1235333

2012-12-17  David Tardon  <dtardon@redhat.com>  [243630f394d5a332a7b214970b1f9924650f0255]

        fdo#58362 do not crash on customize toolbar
        
        Change-Id: I7102a1635329b3bcdd3bf6bc250555cc71e0977e

2012-12-17  David Tardon  <dtardon@redhat.com>  [7cc485c88f1722b14bdc0dc07b7ada7ab3cf65d9]

        drop useless check
        
        Change-Id: I3da8370930bafa6e1744291391c71871d203bb00

2012-12-16  Matúš Kukan  <matus.kukan@gmail.com>  [2295d4b50b2a97e318856e552ee0e3c9a8f27346]

        postprocess: hopefully solve dependency problems
        
        Change-Id: I48c3a6c621e5faa46eba9eb4f34428b2f947a86f

2012-12-16  Andras Timar  <atimar@suse.com>  [0c87eb68aa658bd13fdfc1d530e65c2e1fe3c308]

        Updated core Project: translations  c6cfd71c3d302bdb0999888f9c867d70acb40708 update translations for LibreOffice 4.0 beta2

2012-12-16  Thorsten Behrens  <tbehrens@suse.com>  [706910e577fca1976c394e9667a403fd16f52133]

        Remove unpublished Accessibility examples from ODK.
        
        Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd

2012-12-16  Xisco Fauli  <anistenis@gmail.com>  [ce212151b4ff75c221e7fc7bbd6d146d7f5c6fb6]

        pywizards: Fix "Finish Wizard" on Windows
        
        Change-Id: I7ed2cef99e989aba387917fdeb16a82debd1053f

2012-12-16  Xisco Fauli  <anistenis@gmail.com>  [cc18d924d145abab9c503dad68aec3e1afe78786]

        pywizards: handle UnknownPropertyException
        
        Change-Id: I922d27f584ef39d543ee2bba997680dbea06d95f

2012-12-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [a18c4b0f38eddc3c106091a3cc2f17655eedf286]

        dumb down the recipe to accomodate the feature-poor BSD 'find'
        
        Change-Id: I25bf1a16768e964b2771099262215ea157e39358

2012-12-16  Matúš Kukan  <matus.kukan@gmail.com>  [74b960ef3cd96f0f0e170234bc0947bfb51723f4]

        add missing dep: gb_Package_use_custom_target
        
        Change-Id: I888d9efe8bad905c108a6c824f2e2c7228fdd56d

2012-12-16  Luboš Luňák  <l.lunak@suse.cz>  [5402ff6cd96c8142b9a54f7cc7f3ed1e7adea2b9]

        PCH for Library_sc

2012-12-16  Matúš Kukan  <matus.kukan@gmail.com>  [3bbe79eef841ae4a756593557641e32fa28c0184]

        postprocess: execute packconfig.pl inside postprocess/packconfig directory
        
        Change-Id: I2af8ab42eacdd1db7dfc6758c72fcd500b237ebc

2012-12-15  Eike Rathke  <erack@redhat.com>  [63e10bf2383d22a5b3fafd95a688c2389f0076bc]

        check conditions before checking for matrix fragment
        
        Was omitted in ab0096ed68cdc08906f518d3499a8e1afc5ba80c
        
        Change-Id: If3e1c141f02751ca7e6104ba21c246926fca843d

2012-12-15  Eike Rathke  <erack@redhat.com>  [9a0bc6d06e30377d2ddf05bf5975dc8c850c8f97]

        add missing *IFS pieces to Excel filter
        
        These were omitted in ba950a50b0d0863e18ef781214eaaff9a8684790 because
        oox/source/xls/formulabase.cxx was moved to
        source/filter/oox/formulabase.cxx
        
        AVERAGEIF, AVERAGEIFS, COUNTIFS, SUMIFS
        
        Merged from Apache OO, parts of
        http://svn.apache.org/viewvc?rev=1381452&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        Original Committer: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        
         # HG changeset patch
         # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
         # Date 1299664669 -3600
         # Node ID 89feb2fb2947d76a15e2de8bc1def1edf20e4f88
         # Parent  1bf6d73db8a4ee709aa4d9d9d827efafc9c611d2
        
        Change-Id: I0756e1da4aa2acaefb86b5813e047b2768c192a1

2012-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [e37eb6345dcc09620889a9b8622ea0b7b57da0e0]

        postprocess: convert to gbuild
        
        Change-Id: I6c81fa0f1b8d7273541d5d9883b5fc96a5091bbd
        Reviewed-on: https://gerrit.libreoffice.org/1080
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-15  Eike Rathke  <erack@redhat.com>  [cc036a9b113c76cefba964cdac5a6f941c7a314c]

        AVERAGEIFS with FUNCFLAG_PARAMPAIRS
        
        Change-Id: I51fa0259df84327db7dd07ae9ed5b109d40b6660

2012-12-15  Eike Rathke  <erack@redhat.com>  [98a4e4f2ad405b60484f033570e2d2164656007b]

        EvalMatrix<XorEvaluator> for Xor
        
        Change-Id: Ib0fdf7f8916a9d31fbcbedad925361d0cbe03b10

2012-12-15  Eike Rathke  <erack@redhat.com>  [c86a9c4f045dfc8bbcad27cf36f1c6a8178a48a7]

        EvalMatrix: do not short circuit, propagate errors
        
        Change-Id: I3118fb2a4d30e1626a05e9872b34a3c33bd487be

2012-12-15  Eike Rathke  <erack@redhat.com>  [cf309b04a0780c042393bcacf1666ce6053cdc2c]

        aString not rString
        
        Change-Id: Idb1f2db3377bbbf71067a27944b2f07865798972

2012-12-15  Eike Rathke  <erack@redhat.com>  [470a581bcb7b1ffeecb434560ccd8ef0d1ba6d73]

        ScInterpreter::IterateParametersIfs() with external references
        
        Added handling of svExternalSingleRef and svExternalDoubleRef for
        SUMIFS, AVERAGEIFS and COUNTIFS.
        
        Change-Id: I99bf6860f2bda5a99aeb85d4e4971032b1c7da0d

2012-12-15  Eike Rathke  <erack@redhat.com>  [2a8470dca4726d512a33ac3af4ba140aed86909e]

        tabs to spaces
        
        Change-Id: Id832383518af0dd77e401e40512a890265b5d83e

2012-12-15  Marina Plakalovic  <makkica@openoffice.org>  [07df025a730be05d087559b939858260df003b97]

        calcishmakkica: #i114428# merge some XOR related code
        
        Merged from Apache OO with adaptions, parts of
        http://svn.apache.org/viewvc?rev=1381446&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Marina Plakalovic <makkica@openoffice.org>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1284060031 -7200
         # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4
         # Parent  237cb91dd986ff11eb100cc631206cda102e91f7
        
        Change-Id: If456792f23429a80582a48b022d268e6179316a1

2012-12-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [ba950a50b0d0863e18ef781214eaaff9a8684790]

        calcishmakkica: #i117283# support new functions in Excel filters
        
        AVERAGEIF, AVERAGEIFS, COUNTIFS, SUMIFS
        
        Merged from Apache OO with adaptions.
        http://svn.apache.org/viewvc?rev=1381452&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        Original Committer: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        
         # HG changeset patch
         # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
         # Date 1299664669 -3600
         # Node ID 89feb2fb2947d76a15e2de8bc1def1edf20e4f88
         # Parent  1bf6d73db8a4ee709aa4d9d9d827efafc9c611d2
        
        Change-Id: Ia70075284c5921faea58cae986e4e5eb090b1fab

2012-12-15  Eike Rathke [er]  <eike.rathke@oracle.com>  [65721e490a753178c9e90dbe9eecb70124d94117]

        calcishmakkica: init vars
        
        Merged from Apache OO.
        http://svn.apache.org/viewvc?rev=1381450&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1298043566 -3600
         # Node ID 346e0beefed21519bbb6545bccfea022dd75ed66
         # Parent  2416febcae5c81a24b40439f09f91e40a686b911
        
        Change-Id: I5c2b6f9a34336a734bd96e067ec57a2f58d4488c

2012-12-15  Eike Rathke [er]  <eike.rathke@oracle.com>  [f28cafdc1d637ffb1409fa104e867ffcf00580f4]

        calcishmakkica: WaE wntmsci12
        
        Merged from Apache OO.
        http://svn.apache.org/viewvc?rev=1381449&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1297940971 -3600
         # Node ID 2416febcae5c81a24b40439f09f91e40a686b911
         # Parent  0d84fd3534ea7cda60f795f7dc5d99db58d8cc6e
        
        Change-Id: I46835f0cef9bf83b76e7501a5291f7724b23f871

2012-12-15  Eike Rathke [er]  <eike.rathke@oracle.com>  [9d73ad60be888fd83551367712eb9c1f12f838ce]

        calcishmakkica: #i90269# #i95144# #i101466#
        
        * For SUMIFS, AVERAGEIFS and COUNTIFS:
          * All ranges must be of same dimension and size.
          * Bail out if error encountered for any parameter, without calculating
            remaining parameters.
        * Adapted ScParameterClassification to cope with paired repeated parameters.
        * In function resource have a trailing blank for repeated parameters so the
          number is appended with a blank between.
        
        Merged from Apache OO with adaptions.
        http://svn.apache.org/viewvc?rev=1381448&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1288820521 -3600
         # Node ID 79da8a1033b663c919f0dc48799f70256bffa497
         # Parent  02cf226fcde498f6fd926d45df497e9fb412fe0f
        
        Change-Id: Ica4faa4e7a46cd5f480cb898785daa51a50ec23b

2012-12-15  Marina Plakalovic  <makkica@openoffice.org>  [f2cb873631b8b21b54a55beaba532f4bd616a9c6]

        calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS
        
        Merged from Apache OO with adaptions.
        http://svn.apache.org/viewvc?rev=1381447&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Marina Plakalovic <makkica@openoffice.org>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1288810126 -3600
         # Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f
         # Parent  528da6bfd0daed4355d745590d5ac3a319b08fb4
        
        Change-Id: I08754653cd2ff20536ad3e9f260f747cb127ccdd

2012-12-15  Eike Rathke  <erack@redhat.com>  [ef54346f1912c635d74c7dee8703f5f46647881d]

        changes to "calcishmakkica: #i101466# implement AVERAGEIF"
        
        changes to commit bcf8581d3dbbfbc4d3e507371691378d8cab050a
        * adapted IterateParametersIf() to current ScSumIf() code
        * added AVERAGEIF to unit test
        * moved ocAverageIf to proper position in parclass.cxx
        
        Change-Id: I51c793570cea9c75faa9be13abd91e8df3b5fd5a

2012-12-15  Marina Plakalovic  <makkica@openoffice.org>  [fff5031898f743c3adf5fcc35bc95fff48094ebb]

        calcishmakkica: #i101466# implement AVERAGEIF
        
        Merged from Apache OO with adaptions.
        http://svn.apache.org/viewvc?rev=1381445&view=rev
        Original Apache OO committer: Andrew Rist <arist@apache.org>
        
        Original Author: Marina Plakalovic <makkica@openoffice.org>
        Original Author: Eike Rathke [er] <eike.rathke@oracle.com>
        Original Committer: Eike Rathke [er] <eike.rathke@oracle.com>
        
        slightly reworked patch by <makkica>
        
         # HG changeset patch
         # User Eike Rathke [er] <eike.rathke@oracle.com>
         # Date 1284055400 -7200
         # Node ID 237cb91dd986ff11eb100cc631206cda102e91f7
         # Parent  1c32319bb02fdf173de6a609fca9f2e9c9f4c73a
        
        Change-Id: Id168462272dc8d618513319ebab41fde5c728b08

2012-12-15  Andras Timar  <atimar@suse.com>  [9c321f0d21281cc6b1d5303f24de00d5bb2849db]

        fdo#58018 typo: s/xml_lang/xml:lang/
        
        Change-Id: I31ac7c7e11a7dcb4c99c9ef2890190bcd7b0fe26

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [3e49d72847c78e9731f52ae2dd5013fe7ab4a2af]

        Some cppcheck cleaning in chart2/
        
        Change-Id: I1f8fcdd78029344c735cd4364c8b081d692e2f4e

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [255528baadeb2c71b138a58c67937a0e548004b1]

        Some cppcheck cleaning in sw/
        
        Change-Id: I73365ed32a47e41c6f58191ee111d9b05741b421

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32877bf72b1e50fe968c1d4b56329ba47e292771]

        force size recalculation if existing cond format is displayed, fdo#58339
        
        Change-Id: I916c78452dd3dc7f29940ce784ca79d687f375a0

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a3859fe23aad49ed2e046f1b822bf21add2db5c]

        don't overwrite color scale information in dlg if already set, fdo#58337
        
        Change-Id: Iaa9cc441c15acef0d5f0ee6bb230466c358e78c8

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [468edb6ac0cdc145a5b2a43339e5086b9f158b0e]

        don't overwrite data bar data if already set, fdo#58336
        
        Change-Id: Ied2d9a80ec96d25a1479c03ac4e925c3be9ac8d1

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [41652990f29a775ddce784237c8b1044bf723d9d]

        COLORSCALE_AUTO needs special handling
        
        Change-Id: Ic9d3a3a6cbf191a888dbb7aa6d7281379a0c2b46

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [b98b779401433a3c7146aa8f9750c64e60c46e93]

        Some cppcheck cleaning in vcl
        
        Change-Id: Ie8fc421d4b9cc7340d5c634e3e2593795bf2be68

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [74fcda22f78c73eb38473bc202aebd6584ab9c6c]

        Some cppcheck cleaning in sc
        
        Change-Id: I4d5c955d1587e3ad4acfa1671c49d7bc68a6829a

2012-12-15  Peter Foley  <pefoley2@verizon.net>  [c2e3d09bb740749e1a6e045ff08bf32e5812fa9e]

        hide rc.exe splash screen
        
        Change-Id: Iae5dbc06e56bd7e82608434034014d305804bd18

2012-12-15  Peter Foley  <pefoley2@verizon.net>  [f7e37ae44f018720974ac6e241488904f3b666ee]

        Revert "define must be overridden on cmdline"
        
        This reverts commit 0743ccea543dfcad5c4875b943330fd894a5132a.
        
        This seems to be unnecessary and generates a lot of warning spam.
        
        Conflicts:
        
        	sd/source/ui/remotecontrol/BluetoothServer.cxx
        
        Change-Id: Ib0cda3ca560a5ddc4ba86d5a0c80774a992d7296

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f901a2f451a552853c1dd38309dd55b22616fdd]

        it is only important if one entry forces an update
        
        Change-Id: I4c72c9155e7b2db12ccfbc9bd50e76e09fbf1276

2012-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [798d758577f3f5445bcc5ff71eeb99976228ca99]

        use more gb_Helper_optional for consistency
        
        Change-Id: I8f68addd1e94d658ed43b8c1a59bfd51ed9b71b8

2012-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [6af14cc8ecd69bbbff94fa47c14f53c94e8751e6]

        src.downloaded is gone
        
        Change-Id: I09a6ad82bbb54ce8329e8b2f6152e9f5a1880a68

2012-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [9d1fedcb769e7f003e622bab174455e0ca6aab8b]

        fix typo
        
        Change-Id: Idcce1864902889bbbde00e5a9393195d4b591ce2

2012-12-15  Andras Timar  <atimar@suse.com>  [fb7bb64f5b0abe48146498d2f05713a61e4a706c]

        fdo#58145 dmake rule for ulf localization was not converted to use po files
        
        Change-Id: I7a47994fb74d2b7aa3e2069b91d02d7993ba993b

2012-12-15  Andras Timar  <atimar@suse.com>  [1cfc20a7bcc24b7fe172207661e2fe495b0fd317]

        fdo#58156 use WITH_LANG_LIST instead of WITH_LANG
        
        Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c

2012-12-15  Alexander Wilms  <alexander.wilms@zoho.com>  [4bee4ca98720b12eabebbb520d1423e466e950e6]

        Icons
        
        Change-Id: I795d5a7def32a69fb07000a4ae7a0c9f92a13031

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [5931dbb53ebb2ff1e5670ad6537a41f996c0277c]

        Oups changed this file by error
        
        Change-Id: I9bf2a5f260828ed58abdc312ba3df7c2ed1c18e5

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [b82b9a93caaf27855d6059885de29d1989a1907d]

        Some cppcheck cleaning
        
        Change-Id: I73b5eb0f12f0e9fcc4b691fadca17cd97e5fd079

2012-12-15  Andras Timar  <atimar@suse.com>  [4b939e617819e13fa754d4997f1dacdbbe3f1cf9]

        set LCID of qtz
        
        Change-Id: I7cf9f4297d6f55a07f449c4ff25976d669ef819e

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89872cc04d8c7053c35eee21509706fd4ee53c5a]

        no need for this using statement
        
        Change-Id: Ie956d5368560d6851f3bcb5174d712e35f09c368

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4578832a84b1818943da907c4e292af64c49beee]

        use correct cond format dlg setUp for colorscales, fdo#58232
        
        Change-Id: Ib119b09b110d6563bc0abd304f60031a8592d7f1

2012-12-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7073310431becb1a69af0c7187b9844ce7901cd5]

        make editing conditional formats more obvious, related fdo#57895
        
        Change-Id: I2ea95a204fbbd0d36a8fb1374e41aa5aae3cf410

2012-12-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [696644dbfb25dea3030da92b2ab40cd70da90f05]

        fdo#35943: Better performance with pivot table refresh.
        
        When the source data range contains trailing rows, simply skip them, and
        don't even bother iterating them.  Apparently sometimes users specify a
        data range with a huge amount of trailing empty rows, which would slow
        down the pivot table refresh for no good reason.
        
        But we do still need to keep the original end row position, in case the
        pivot table needs to include empty cells in the output.
        
        Change-Id: I2c73c368837b8e322e12b25ddf31429488961f06

2012-12-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33c5cd785762f272d2a88230af48261342800c3f]

        Do extra check on source range to make sure no funny things happen.
        
        Like a crash in the pivot layout dialog... :-/
        
        Change-Id: I9a330ee3f39ebacb7299d24868bb13ee2a9c3ec5

2012-12-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2d754521853b9ae89f4d9621150857f6592603b9]

        Fixed accidentally modified default view options.
        
        It was unintentionally caused by
        6ea8ea456cf5df267284278ecda42aa9b089a682.
        
        Also made the default values easier to see.
        
        Let's not do
        
          foo1 =
          foo2 =
          foo3 = true;
        
        type of assignment which may give the reader the wrong impression.
        
        Let's do
        
          foo1 = true;
          foo2 = true;
          foo3 = true;
        
        instead.
        
        Change-Id: I181b80d2aae96d65b662b187bc884913fec836db

2012-12-15  Alexander Wilms  <alexander.wilms@zoho.com>  [4b3161e238e643e1538d3eb36ebdac3eeba1cda1]

        SVG: Remove unused definitions
        
        Change-Id: I0df6eba8723ca4cf1c46c02c0543917448cf62d1

2012-12-15  Julien Nabet  <serval2412@yahoo.fr>  [edf999c3f42cc97a0340cf253a80885a24cedf24]

        Remove unused ThumbnailView::GetScrollWidth()
        
        Change-Id: I8d3337e6ff30276c9de6c5de4836ea75ed6c8d99

2012-12-15  Andras Timar  <atimar@suse.com>  [1a0134feb001416015a27184efd51265ea2e0d0c]

        typo in configure.ac
        
        Change-Id: Ic20c758034309a7b67966d73066770c4b870f146

2012-12-14  Julien Nabet  <serval2412@yahoo.fr>  [0d14248a51a3995171d9295d55a465072775e305]

        Remove 2 unused methods from CompressGraphicsDialog
        
        Change-Id: I51ce4a231a43dc32a36303d293c718ee44b371a1

2012-12-14  Julien Nabet  <serval2412@yahoo.fr>  [00438a182db9d0edcc2339c8a35a79280c60d1a5]

        Remove some newly tagged unused methods
        
        Change-Id: I95d2c24ffefe6835c9505d149dc94847f1140b9c

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [3a9e1e71d9a28b2c6bc96757e629b231d2276d9d]

        Do not defer ~XMLRedlineImportHelper activity to ~SwXMLImport
        
        At least with one Clang build, executing sw_unoapi test aborts at shutdown of
        soffice.bin with
        
        20 __cxxabiv1::__cxa_call_unexpected
        21 XMLRedlineImportHelper::~XMLRedlineImportHelper
        22 XMLRedlineImportHelper::~XMLRedlineImportHelper
        23 SwXMLTextImportHelper::~SwXMLTextImportHelper
        24 SwXMLTextImportHelper::~SwXMLTextImportHelper
        25 UniRefBase::release
        26 UniReference<XMLTextImportHelper>::~UniReference
        27 UniReference<XMLTextImportHelper>::~UniReference
        28 SvXMLImport::~SvXMLImport
        29 SwXMLImport::~SwXMLImport
        30 SwXMLImport::~SwXMLImport
        31 cppu::OWeakObject::release
        [...]
        79 binaryurp::Bridge::dispose
        [...]
        98 desktop::Desktop::DeregisterServices
        99 desktop::Desktop::doShutdown
        100 desktop::Desktop::Main
        
        due to ~XMLRedlineImportHelper calling setPropertyValue on an SwXTextDocument
        that is !IsValid() and thus throws a RuntimeException.  SwXMLImport::endOocument
        already contains ClearShapeImport with a comment that indicates it is necessary
        for a similar reason, so add a ClearTextImport that ensures any
        ~XMLRedlineImportHelper activity is done before the SwXTextDocument becomes
        invalid, and not only at shutdown of the remote bridge that still holds a (Java)
        reference to SwXMLImport.
        
        Change-Id: I9891879c91bfea79fa9e22691be1826f61fdd70a

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [da07b237caa815540405e9e4980beb16403ecd30]

        Add exception messages
        
        Change-Id: I17dc1673d5126e00328baa1e7a8ed9b59572f08d

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [b25f4796a3c2d81d5af16183b162eb98e9f9d549]

        SwXMLImport::CreateTextImport -> xmlimp.cxx
        
        Change-Id: Iea502cbe8becaf460f50e1ec954cf2cb6c18e252

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [56f1f4512dbe366d5ba55a2363d1cf1a47f7be56]

        -Werror,-Wunused-private-field
        
        Change-Id: I7a65695e8ccca57cf3bd0fd3495ecbd6fe147fa9

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [00427faebbe66dde8bd2253e67b19e96f982fe27]

        split out printer device page and adapt code to .ui
        
        Change-Id: I7eacd837aacba452ab55ce707c3c032b2efadfb3

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [c60ef32a644a707bf7d8a1f0e8408771c48b0c46]

        add support for loading comboboxtext item strings from .ui
        
        Change-Id: Ic7a43fceb455a119d5b5b17ae79357d92d9ccb3d

2012-12-14  Takeshi Abe  <tabe@fixedpoint.jp>  [de5f128cb394baea1e4e67552b8c30709c596334]

        sal_Bool to bool
        
        Change-Id: I43a98cfaf0a508e99f7f6b413e67d4c1ebdacfba

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [f350e8ebe9a0aea0c13db3f6d8b5a35f20145e09]

        ps level 2 and level 3 both assigned the id for level 2
        
        Change-Id: Ia35c9fbcc023d29a5a0ecff04fa688aa00ce30e8

2012-12-14  Matúš Kukan  <matus.kukan@gmail.com>  [bef07dc079523e9955c10e7792cbcdb818237cf2]

        let's have plain 'make' without '-r' even faster
        
        Change-Id: I8338a6be0afbad456d1c5ca5d5a1b8a26ffca8ad
        Reviewed-on: https://gerrit.libreoffice.org/1257
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [32e7b29f51c4f6bce08a23e454ec47b83849c9df]

        drop converted TP_OPTPRINT_PAGE page
        
        Change-Id: Ieac443b40fd5fa3b1b13b492e1b97a5df35835b5

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [4409350a017bb0c455593fbb08270f4783e5c28e]

        merge NONE strings
        
        Change-Id: I4a2babc74c39579c26ac89445769a6f52ae68221

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [55b379495007d3d694fb3533baa0d607c710d582]

        callcatcher: update unused code list
        
        Change-Id: Ie975cd2df17461de1bb94a23d4daf081f6588fe7

2012-12-14  Caolán McNamara  <caolanm@redhat.com>  [ea26d97b2189d5b92bfec9c61253b2c740c38170]

        Updated core Project: help  1909df07cbd54bf753514cc6dc4137b7b69af63c update help ids for number format page .ui conversion

2012-12-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f15e01ab033e93f58d29791ef6ffc932599fb33f]

        there was SearchAndReplace which replaces the first occurrence
        
        Change-Id: I2fd4356ed8dcf2567912e417aa57b12b4a23a245

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [fef2ef3b91a42d59d1a24a3d17dfd13f2debf094]

        -Werror,-Wshadow
        
        Change-Id: I9828e16c295d3634bd5f0c6910cf28e2f4dde3d2

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [65674e4801cd5eac58f899d34f8e34a65532633b]

        -Werror,-Wunused-private-field
        
        Change-Id: Icd62aa1f8008c1dfcc7d2ab3eb2ffd2188905fcd

2012-12-14  Eike Rathke  <erack@redhat.com>  [d8f34ebb234789da18f0c8f5461f580b4129bff1]

        fix ugly and misleading indentation that crept in with rebase
        
        Change-Id: I8990411b5004358925dcb3a18a9b6f1a64c0b065

2012-12-14  Andras Timar  <atimar@suse.com>  [57c0daf5ba0627526fe4aba0b8f4fea47d1fc938]

        remove echo line that I used to debug the makefile
        
        Change-Id: Ie2898f6b6cefed8d7b3a018760882c4bb345dc10

2012-12-14  Andras Timar  <atimar@suse.com>  [c7b1a2fe811f1d5a233cd790cec9067cea246845]

        Make KeyID (qtz) work again
        
        Conflicts:
        	configure.ac
        
        Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058

2012-12-14  Werner Koerner  <wk661lo@gmail.com>  [a9a734a680dda8c177f92cf2f14061c9b785ec8d]

        calc: fix mathematical error in CritBinom
        
        CRITBINOM(462,0.8,0.9), expected result 381, calculated value is 462.
        Similar errors in BinomDist, B, CritBinom and NegBinomDist were
        fixed by commit 5cf55f5b7800e443c4f087e72ae05abc8b7fef45.
        
        Change-Id: I9b12a1c4410ec72258ae1fb68409ad00c922b94c
        Reviewed-on: https://gerrit.libreoffice.org/1301
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-12-14  Radek Doulik  <rodo@novell.com>  [c6f104e0c9a8d1953b74de4c4d13ba38a61e60d0]

        fix emf+ rendering
        
        Change-Id: Ib49898362f7e648a8ce9c27b5e5b4f0b2ad93afd

2012-12-14  Eike Rathke  <erack@redhat.com>  [63d116cb0e7654d2b4f0cf9b6a5223f98d755001]

        upstream has moved to http://tagoh.bitbucket.org/liblangtag/
        
        Change-Id: I844ae1363ff37578fe734125bc6ee6aa8fb352c6

2012-12-14  Lior Kaplan  <kaplanlior@gmail.com>  [88909169372fd342f8e93aff689f744c18f14fe3]

        Remove xml2cmp leftovers: Remove FlatXmlFilter_cpp.uno.xml from make files (follow up for a9916dabb48df8ea857ce6b255563e31352988a8)
        
        Change-Id: I816c9dd797fbf49d300cd0442c87f343bd1308d4
        Reviewed-on: https://gerrit.libreoffice.org/1336
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2012-12-14  Tor Lillqvist  <tml@iki.fi>  [d13ff131bf8da692dd1d88c18e97999b8cb5b639]

        Use replaceAll() correctly
        
        Change-Id: Ic109d8c4777c4e927d665a5dc5dd76061763ba11

2012-12-14  Stephan Bergmann  <sbergman@redhat.com>  [cbb9bc55b44edea0c7b0a22bfe411c414fadbc69]

        Create a TYPEREG_VERSION_1 RegistryTypeReader
        
        RegistryTypeReader is deprecated anyway, so was never lifted from
        TYPEREG_VERSION_0 to _1 back in the day of implementing "shiny new UNO."
        However, that now caused problems when trying to use
        offapi/type_reference/update-rdb.sh to unpublish an old-style service.  Quoting
        my summary on IRC:  "the problem with regmerge was that regmerge is still using
        an old API that only knows old rdb blob format, the format got extended 10 years
        ago to accomodate things like 'published' or multiple-inheritance inrterfaces;
        removing the 'published' from an old-style service no longer requires it to be
        written in the new format, so the two rdbs to be merged had that blob with
        different formats, and regmerge's 'checkBlop' only knowing about the old format
        barked that those blobs were completely incompatible; oh my :)"  I hope this
        "fix" does not break anything unrelated (but usage of deprecated
        RegistryTypeReader should indeed be rather limited.)
        
        Change-Id: If04a67f8ba00fbbea3352182e5ce0d868de7c0b5

2012-12-14  Tor Lillqvist  <tlillqvist@suse.com>  [cbbdd2f07ee68286614748ae6c64c3058a238c80]

        Correct the function names in two SAL_INFOs

2012-12-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1360b28b477f980a2c58659ffc298d0dd2cda20b]

        bnc#791706: Support multiple selection in page fields.
        
        This change allows selecting multiple items in page field popups in
        pivot table.
        
        Change-Id: I692e13c0815211bac6da47fefd83bba18c901c5c

2012-12-13  Eike Rathke  <erack@redhat.com>  [34b7826f9814b09dcd6aba15552bef1c330f3db2]

        added some FIXME-BCP47 markers
        
        Change-Id: I085ca72b6c2dc1e73f4af7233017895bf92b2ef8

2012-12-13  Julien Nabet  <serval2412@yahoo.fr>  [aaa77d7473023fa9e5879d897230ff6dcb091f20]

        Some cppcheck cleaning
        
        Change-Id: Iaa53d523436d36483b901a913c2c66edbb451f6c

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [24d5698e14e7a9de21d535a1be329e4fecb3d533]

        fix non-PCH MSVC build

2012-12-13  Eike Rathke  <erack@redhat.com>  [3d0614275554ec9914917629b581f244788ebe63]

        removed unnecessary double-step conversion
        
        Change-Id: Ib5f89c40c0afb0a4e887ae97fd66179c29f0b5d0

2012-12-14  Tor Lillqvist  <tlillqvist@suse.com>  [5c19504b50a7098070ddee0dda9d3d28254bfe75]

        Make MSBuild actually run the 2012 compiler when that is what we use
        
        The /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 options are
        needed to indicate that we want that. Otherwise MSBuild, when
        presented with a .vcxproj file created by VS2010, will assume it is
        the 2010 compiler that should be used. This will then lead to link
        errors pointing outthe incompatibility when linking the static
        liborcus into the scfilt DLL.

2012-12-13  Eike Rathke  <erack@redhat.com>  [1d486e6c65806a9ca4b9e06504056cc16f687475]

        added FIXME-BCP47 marker, adapted debug check
        
        Change-Id: I334b00c907099517d327bf6314c4e853530a58cf

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [78fc1e1b954e1b09a0a0e779202d892759564489]

        PCH for Library_oox

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [68a7d2c412ddd3ead977af1d0a6bff31cf601248]

        PCH for Library_svx and Library_svxcore

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [0ba0980b1c9d8901c5e864003bd1d4baad5c824c]

        PCH for Library_sd

2012-12-13  Eike Rathke  <erack@redhat.com>  [623410669fa2d5da9a2ce4e3c4b81ce23605a6df]

        fdo#58060 use acor_und.dat and LANGUAGE_UNDETERMINED
        
        Previous versions used an empty language tag for LANGUAGE_DONTKNOW with the
        "[All]" autocorrection entry and read/wrote from/to arco_.dat file. An empty
        language tag otherwise is used for system locale and doesn't convert flawlessly
        with the new LanguageTag system. Instead use LANGUAGE_UNDETERMINED with the ISO
        639 code 'und' so the file name is "acor_und.dat".
        
        During user profile migration an existing 3/user/autocorr/acor_.dat is copied
        to the new 4/user/autocorr/acor_und.dat
        
        Change-Id: I593f24829c6efd58f36e93ebd3385a3c925f7217

2012-12-13  Noel Power  <noel.power@suse.com>  [5deba0e70c9287e6e933df458c21cc3e72f3aa70]

        fix fdo#58237 import hyperlinks for shapes in xlsx documents
        
        Change-Id: I9c64c0f4d1eb8533b65f35d5e85e1ab4881a2b67

2012-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [64f98aa1f492911c6ce1b76c394bd87abee330a2]

        /p:VisualStudioVersion=11.0

2012-12-13  Noel Power  <noel.power@suse.com>  [45b448b202b87ef66812d25c69e308f405ac221e]

        Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"
        
        This reverts commit 2551fec6d2a73d10cfa2aec85ae7d00e237e0294.

2012-12-13  Noel Power  <noel.power@suse.com>  [70b960b966d36b1cb12bfb0c71d093fa0c5a3288]

        fix sometimes data corruption with xlsx import ( with scenario sheets )
        
        formula import is buffered 'till the end of import. The processing of the
        formula data need to happen before the scenario import happens. This is
        necessary because sheet numbers stored in the formula addresses can become
        invalid as scenario import insertes new hidden sheets upsetting the previous
        table order
        
        Change-Id: I9357f028f31bec1b1504ca991f5534f80d79c9bc

2012-12-13  Noel Power  <noel.power@suse.com>  [2551fec6d2a73d10cfa2aec85ae7d00e237e0294]

        fix fdo#58237 import hyperlinks for shapes in xlsx documents
        
        Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f

2012-12-13  Caolán McNamara  <caolanm@redhat.com>  [d3a9e97164c0071d8b18f8dcf4197ec7c5c5c2f9]

        Resolves: fdo#32181 #i68503# don't emit pesky space unless in tagged pdf mode
        
        which means that they are not there to be underlined
        
        Change-Id: Ic02372c5284384e18198ebea44c36e83ccb6bf2a

2012-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [355cbe5ca531abca784b9df7c002cf4b4feba74c]

        Add VS2010 project, avoids unreliable vcupgrade

2012-12-13  Caolán McNamara  <caolanm@redhat.com>  [20379fca091aa36bbd49a1ddc312c4210d383e78]

        Updated core Project: help  ca261267f5f67d4932e0046e0358e8d0fb8b4d1b the .tree files are xml, so need xml comments not c++ ones

2012-12-13  Bryan Quigley  <b@bryanquigley.com>  [664d465a4b0f02200748067c0693eb95444174d4]

        Removed save to Office 6.0/95 formats
        
        Change-Id: Ifeeb85afbd2531be772e27e10c6283158f0dac09

2012-12-13  Jack Leigh  <leighman@gmx.se>  [b040da8d0ea66a783635760ba6494a0f09cd2deb]

        fix alphebetization
        
        Change-Id: Iabf4d1e4d02c81cab580c07b65bb17da1877c6b1
        Reviewed-on: https://gerrit.libreoffice.org/1323
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-13  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3ddd4502c4d4e234017e01ead26813caf81593e8]

        Fix adding keyid to po when read from file
        
        Change-Id: I29fdd23da97f1102974a6b5821c224264a37efc3

2012-12-13  Gokul  <gswaminathan@kacst.edu.sa>  [caa03b3c9b979cde94896952ab909d302444b9c0]

        initial base for printer properties dialog
        
        Change-Id: Ie6606684f28aeba84820b1832217a347c5e0502d

2012-12-13  Gokul  <gswaminathan@kacst.edu.sa>  [5c2a26c2dafffcc8477b5f1e3cb74d285c8ae7a7]

        initial base for printer properties dialog
        
        Change-Id: I98296c4665230fb056be45b66c9e428305ba1eaf

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [af0a4a7a4efe19c88cf7cf567f49abe21a69df3d]

        Template Manager: fixed typo in .src file
        
        Change-Id: I27195076b6a0a8f48c676d884d671fc9a746ce6b

2012-12-13  Caolán McNamara  <caolanm@redhat.com>  [0157f0b1ba364f7f9af2aacd1be9fbb5ddec2b4d]

        Related: fdo#38606 keep style dialog open when apply is clicked
        
        i.e. don't close and reopen, just stay open
        
        Change-Id: I11cdc492e3c4adfb75c9a0dfa52e5ba351914858

2012-12-13  Caolán McNamara  <caolanm@redhat.com>  [263da33c4948e879d169e8f714cad43f0143fa8e]

        expand edits and comboboxes to fill dialog if resized
        
        Change-Id: I468cb3dd2664d7ab05b0c9bd3ffb8e652c7af066

2012-12-13  Caolán McNamara  <caolanm@redhat.com>  [d29529cf9badda40eeb151a355fa0e6bd50912db]

        add get_content_area and get_action_area to Dialog
        
        Change-Id: I147cea986b8152e54586a0296e446652bd695a18

2012-12-13  Stephan Bergmann  <sbergman@redhat.com>  [4ce2602befd59e69264d8e4ced8730b40c2b947c]

        Related fdo#33484: Terminate OfficeIPCThread by closing the accepting pipe
        
        ... (and setting mbDowning to indicate an error returned from accept() is due to
        termination) instead of setting up an extra pipe connection to send an
        "InternalIPC::TerminateThread" message (which allegedly caused deadlocks, see
        <https://gerrit.libreoffice.org/#/c/1311/> "Change Idf933915: office ipc: use
        timeout pipe feature when connecting to self").
        
        Change-Id: Id302ca13112fc409685e7665b38f1030704a0ccf

2012-12-13  Stephan Bergmann  <sbergman@redhat.com>  [e956803c8fbd8d432b860a55c3ba8399bcd03361]

        Reduce scope of OfficeIPCThread::maStreamPipe
        
        (Also, its destructor will close it when it goes out of scope.)
        
        Change-Id: Iaa9bebce3c0bda780f4c80c193ce619c2e6d5768

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [cc9329c52c8327f0d8b52162755959bac9364265]

        Bad compareToIgnoreAsciiCaseAscii result comparison caused endless loop
        
        Change-Id: I6ef5aa87623a0d61942183b7eb888fc0f9cf6af0

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8f54315f716ab37331caf80d4cf3d5aeacc78644]

        Template Manager: make it sizeable
        
        Change-Id: I14d3c73b714b9cbfefad7adcb02efb790c8a1e5b

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [15dd189e1b73e2a638804cec8ff88751d395e1c0]

        Template manager: slightly smaller items to show more of them
        
        Change-Id: I43aa0655fb46729747829f7e6ef111efc8df90f7

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7bacb834d36b06030378c64997cc20e852b195f1]

        Template Manager: add path controls to overlay and removed name editing
        
        Change-Id: I0d27edff4ba6c25fd9dc85c80ac5e3287fbd4207

2012-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e4e8f246452da4a81ffd92664c9731e0e195b032]

        Revert "Template Manager: better show the folder overlay."
        
        This reverts commit 7bebd970852a34c8421b499d06d75444c08221bc.

2012-12-13  Jack Leigh  <leighman@gmx.se>  [f82b7a2aea7bcbc6dca13fc251b11685d62b8380]

        migrate 'Caption options' dialog to .ui file
        
        Change-Id: I58dbb70faf22c5958b65e5192664b7d12d62f04c
        Reviewed-on: https://gerrit.libreoffice.org/1312
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-13  Ricardo Montania  <ricardo@linuxafundo.com.br>  [3d5789d48d6602832abd33268e31afa4080cb87a]

        String removal in filter
        
        Change-Id: I170d132e9329dd58ed6dc9bbf4094c234d122592
        Reviewed-on: https://gerrit.libreoffice.org/1309
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-13  Michael Meeks  <michael.meeks@suse.com>  [3f390ae06bc960b85ee52d0df1ebe6e84358aafa]

        Updated core Project: help  df4d4db7408ed3fc135eded6787bad80853619fd re-base on ALv2 code. Includes:

2012-12-13  Takeshi Abe  <tabe@fixedpoint.jp>  [20f2aaced1dabbd62ea516368b85e0e881d42165]

        sal_Bool to bool
        
        Change-Id: I56e3889774b13fc040f72d576b8ea530bf31f9a5

2012-12-13  Eike Rathke  <erack@redhat.com>  [09bc1464ec9dde61e69cca393e65e72143bdd383]

        introduced [mul] multiple and [und] undetermined language codes
        
        Various places use an empty locale or string to indicate different
        meanings and/or variants of "this is not a real locale but I didn't know
        what to use else" or abuse LANGUAGE_DONTKNOW in one or the other way. In
        preparation of changing that awkward situation now offer the ISO 639
        codes for multiple languages [mul] and language undetermined [und],
        mapping to LANGUAGE_MULTIPLE and LANGUAGE_UNDETERMINED.
        
        Change-Id: I687de23ffc00a9a056f2837b024e0a62658e3df2

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [b988f64d37f1e46fb5a9449758b379fc01661fa2]

        do not disable msvc warning 4005
        
        And in fact make it an error with PCH, as there's it's very likely
        a PCH-specific problem.
        History refers to i76713 when introducing this, and that was something
        about .NET 2005, so this quite likely no longer applies.

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [481bc6cf3d8ab8b7f37c709bbe4e7f83b60ef8ec]

        substitute BUILDDIR in gb_Helper_abbreviate_dirs too

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [40a0f91d63530959e04f7851e3390561780f9ad5]

        NOMINMAX on Windows is defined globally

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [4a4d3e08f6abb2bb20f8937e4d704d372bd0bd25]

        update PCH headers

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [c206fffbdcdb2b31b9c933a9106faa4dd6e146ee]

        PCH for Library_msword

2012-12-13  Luboš Luňák  <l.lunak@suse.cz>  [ec89369f9f1c522c2c15fe1eaf6808f54233a4e3]

        link embedobj to tools library
        
        Usage introduced in dde234b6955a421d51d2b37e4fc3972c660146f0 and MSVC
        wants an external symbol even if the function is inline, for some reason.

2012-12-13  Noel Grandin  <noel@peralex.com>  [805ec83f188af51906a8d3a25ba9f5bc2e7f61c8]

        whitespace cleanup
        
        Since I'm hacking in this file anyhow, make the class definition
        a little prettier.
        
        Change-Id: Id47f1084fe103e85cf1dacc84a9e536774767e61

2012-12-13  Noel Grandin  <noel@peralex.com>  [c317b7f963f6d3fb2f325bc212c148d61b3dfa31]

        make the "inline" method attributes match with the method definition.
        
        And make the whitespace layout a little cleaner.
        
        Change-Id: I12b042600f061e74825de92ce836ee34ebdfabdb

2012-12-13  Stephan Bergmann  <sbergman@redhat.com>  [82c53d537a05dadf4d7fd7ea41292897bf2d47c7]

        Missing dependency
        
        (WriterWindowState.xcs is in writer.xcd)
        
        Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc

2012-12-13  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [0dce7eae55bf90d2a7171a1fb8663d66ba4ac6d3]

        startup: more reliable startup of multiple instances
        
        Until now, when a new soffice instance (S2) started and tried to
        connect to an existing soffice process (S1), S2 may have failed to
        boostrap due to race condition in communication over the shared pipe.
        
        S1 can be shutdown after S2 connected to it but _before_ S1 handled its
        arguments (code run after 'accept' method in OfficeIPCThread).
        This patch introduces a new message, sent by the main soffice after it
        has called accept if and only if it's not shutting down (see mbDowning
         member).
        The other soffice waits for this message before enabling going in
         PIPE_CONNECTED mode. If soffice fails to receive this message, pipe mode is
        left unchanged and after a quick pause, it will try again.
        
        Change-Id: I2e099a5804e1e8dd535cfd31ef454cffa44efa62
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-12-13  Stephan Bergmann  <sbergman@redhat.com>  [53fbd30b3cd6465251b1b07f4728813d524fcd82]

        Make registry's mergeKey fail if it cannot process regFileName
        
        ...so that regmerge fails for bad regfile arguments.  Add -v to the regmerge
        calls in update-rdb.sh so that an error message is printed in case of failure.
        
        Change-Id: I6613b9756b4e5628772541580938f6c80fd9bc9e

2012-12-13  Noel Grandin  <noel@peralex.com>  [d04ee940a04922f6fc511882cff956a03b39583b]

        second attempt to fix my UNO changes under Windows
        
        Change-Id: I18764f58effcf46581e7456742df2267f41090f5

2012-12-13  Muthu Subramanian  <sumuthu@suse.com>  [634ee953f1d090871834f6bc53faafaa7b96b874]

        fdo#56402: SVG in About Dialog.

2012-12-13  Noel Grandin  <noel@peralex.com>  [6b5059c7b7129c3b9f00d784b6fa5248a24a6d4b]

        fix my UNO changes for MS-Windows build
        
        Change-Id: I137eada05aa74ab8f0a524f17f519e11c27fceb5

2012-12-13  Rob Snelders  <programming@ertai.nl>  [8a4db529db50dca5df7b56f770fce2da7725fdda]

        fdo#31309 Taskpane items visibility can't be restored
        
        Change-Id: I9959b8e0a21252638a4f39f88bf5049ea905f4bb
        Reviewed-on: https://gerrit.libreoffice.org/1231
        Reviewed-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-12-13  Noel Grandin  <noel@peralex.com>  [dde234b6955a421d51d2b37e4fc3972c660146f0]

        fdo#46808, remove awt::DisplayAccess service.
        
        This service was never documented in an IDL file.
        All it did was provide a wrapper around some VCL module API.
        Now that we can link the VCL stuff into SD and SDEXT, just
        access the API directly.
        
        Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d

2012-12-13  Noel Grandin  <noel@peralex.com>  [37b6871fa1fb12c4b2b45db5f3e6ac583577f538]

        Remove unnecessary member field
        
        If SfxPopup is always going to use
        comphelper::getProcessServiceFactory, it doesn't need to store it
        in a member field.
        
        Change-Id: Id8806bcc4cc92e66e94d4a5c54c3413570963335

2012-12-13  Noel Grandin  <noel@peralex.com>  [b552f521f6bbf917ae41ccfcddeb498c75c824e3]

        fdo#46808, Adapt ui::UIElementFactoryManager UNO service to new style
        
        Required creating a new merged interface.
        
        Change-Id: I12be54e7e4c0614a31a04715342aa244d1687c42

2012-12-13  Noel Grandin  <noel@peralex.com>  [bb8900baaaaa489442a5bd805bb42d43cd6fc152]

        fdo#46808, Create new-style ui::WindowContentFactoryManager service
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: Ie059e8d81fdfb4c3a5eca274a2406f806ee77b5c

2012-12-13  Noel Grandin  <noel@peralex.com>  [c1e42d60c572d23c61a703cd66495eab1cea4e05]

        fdo#46808, use service constructor for ui::WindowStateConfiguration
        
        Change-Id: I0b7f773a7db47049d7df4138d07e7fc38c657a65

2012-12-13  Noel Grandin  <noel@peralex.com>  [9779ae8bdeffe1c296803dffefa0d69b0fb8f975]

        fdo#46808, use service constructor for ui::
        
        ::ModuleUIConfigurationManagerSupplier
        
        Change-Id: I06e8b3ef9b525da014a2bb7702587d360779aebc

2012-12-13  Noel Grandin  <noel@peralex.com>  [e52a5e298b55125534cd8548ed4c1f8b694bfef6]

        fdo#46808, use service constructor for ui::GlobalAcceleratorConfiguration
        
        Change-Id: Icab69ba138b28c3baed4352da86a1b3b0c0cc195

2012-12-13  Noel Grandin  <noel@peralex.com>  [2f998bdf8f5c504f09833febe0cd16ce743f57a5]

        fdo#46808, use service constructor for embed::FileSystemStorageFactory
        
        Change-Id: Ic523e4b0a662a68a1a222b7697fcdae56d69903c

2012-12-13  Michael Stahl  <mstahl@redhat.com>  [90a0116ccb48388d91b21128fcac2e4609838581]

        SwFmtAnchor::SetAnchor(): assert that position is on SwTxtNode
        
        Change-Id: I1c2a1cc2de4984cdcf1e5b8d0eafbd1471538e4a

2012-12-13  Michael Stahl  <mstahl@redhat.com>  [2fc4af311656e7d019ca802d23444e5161f820ee]

        fdo#58142: fix frame selection in SwPageFrm::GetCrsrOfst:
        
        The function does not handle the case where a paragraph was hit but no
        background frame was hit properly, which may or may not (depending on
        the platform) cause it to return a position of a frame when that is
        undesirable, such as when called from SwWrtShell::UnSelectFrm().
        
        When UnselectFrm() leaves a frame selected pasting multiple pictures
        leads to a crash.
        
        (regression from e8fbe97900f13305b17015d9044993bde4adab36)
        
        Change-Id: I3604825f654c523a37f47a9fc660647d8b3e7077

2012-12-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e209615b121f92f3668fc68903aa31e7ce6fdac6]

        Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("
        
        This reverts commit 307ac3f53d670a28e60471859aed03e4e13519d6.
        
        That change causes nasty side-effect of leaving behind borders and buttons
        that should've been removed when pivot table's geometry changes.
        
        Change-Id: I46fa84c128e755516fc699810c53c869188c6452

2012-12-12  Luboš Luňák  <l.lunak@suse.cz>  [7eac2e42882fc36816b8b1f79e85abbe21bd40a0]

        BUILDDIR should be presumably set to ... BUILDDIR :)
        
        Change-Id: Ia59aca8cc5c224af3bcecf79ee983afcacc80f76

2012-12-12  Michael Meeks  <michael.meeks@suse.com>  [a61928d2f7512d573e598b23c7fd3cf341f97780]

        fdo#58060 - use empty-string for LANGUAGE_DONTKNOW ie. acorr_.dat
        
        Change-Id: I399dcc41484c8b86f13c80bc1e92af919c9aeaff

2012-12-12  Eike Rathke  <erack@redhat.com>  [a60b149eede0c79dc08f00fd76d648a9cce0e660]

        reworked solution for i#118012 crash during deletion of rows
        
        commit 16155fdc39c004dc924a3b6919eb7c86da23c119 introduced a bottleneck
        in area broadcasts with the change from
        http://svn.apache.org/viewvc?view=revision&revision=1297916
        
        That for each broadcast copied all areas in the affected slot(s) before
        broadcasting, just in case that during Notify() an area would be removed
        from the same slot invalidating the iterator, and attempted to find the
        area again in the original set. For documents with lots of areas in a
        slot and/or lots of slots that would be a major performance penalty.
        
        Reworked such that to-be-erased area entries are marked and remembered
        instead and cleaned up after iteration.
        
        Change-Id: Ia485941746f435f8410d2084868263e84f25ffcb

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2316fe0dfdac3a295ec982a4f34648d0de367951]

        Template manager: no need to extract file type description
        
        Change-Id: I18d01542f009a5c6c1f688a8df04c14d3c8edc9e

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [35211d334e36dc970624705dd9a663b5be8c2479]

        Template manager: filter on extensions, file type is localized
        
        Change-Id: I4b4a4f8aaf253e663bbeb4f061c6aa87411b730f

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a5bfc2c6be6795dea5d615a7c3b5c6018354ace0]

        oops, introduced some typos in the allowed templates extensions
        
        Change-Id: I144141ade5ff8c719e9eb21e3b904cbbdca14f00

2012-12-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0315ef5bbc168896b1d7d8ac5c1657f861fa6a93]

        API CHANGE: unpublish Data Pilot interfaces
        
        Change-Id: Ic7547e48f6b00409ed9fe5bf7c3e6921529c9598
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSource
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimension
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceDimensions
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchies
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceHierarchy
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevel
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceLevels
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMember
            published in 1 but unpublished in 2
        SERVICE: /UCR/com/sun/star/sheet/DataPilotSourceMembers
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XDataPilotMemberResults
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XDataPilotResults
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XDimensionsSupplier
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XHierarchiesSupplier
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XLevelsSupplier
            published in 1 but unpublished in 2
        INTERFACE: /UCR/com/sun/star/sheet/XMembersSupplier
            published in 1 but unpublished in 2

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [6a10f561d9e9cde17534bad7bf0497c9f74ece9e]

        Clean up offapi/type_reference/ documentation
        
        Change-Id: I07d79291d161cf5c1ecc9db557d5025437ca2cc1

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [3a14fa971f132b6d02cef5e97166972c7873a582]

        Clean up configuration access in Desktop::CheckFirstRun
        
        Change-Id: I8765f0939302bd7ed24de4539e682330f4f4d59b

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [058deb4a4c422dea78b9a39bd294b7b50965d10d]

        fdo#32958 join editor: remove empty lines
        
        Change-Id: If150261bae55cf91c8a344f34c79194ad29db903

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [6e41b5204b9574046e34bd65a009c059b5a43743]

        typo in comment
        
        Change-Id: I0e6dd24e2cd65a35886f75cde9197c5b957c6d57

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [9503a458f9bf6e422710d30db617d42d7eaea02d]

        query design / edit join: valid only iif column names everywhere
        
        Change-Id: Idfb0e16c4cc2581a46e26fe97948897dc4b11dc0

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [84bcb75ee0190c3199f03de1ac79cf016b2770bf]

        be more cautious in debug mode
        
        Change-Id: I46b89b10287ac755e2b727b46d6fdd19f44bcdd3

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [3e3dbd1411878e5f83e35567f1f62a1e2f3d7986]

        argument has no effect anymore -> remove
        
        Change-Id: I91f8f552b1324b57ce75e96b858b7a3379decb20

2012-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [236be16a385832258f38fbd19bd1b32ddc538fd4]

        Move comment to its rightful place
        
        Change-Id: I72803b26a79804cdc1b590a7fb4bc99ff831963e

2012-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [b7f2fc6696eba3d16e07a2c4881b6ed000bc9795]

        One more MSBuild build fix for VS 2012
        
        Don't know why others who have built with VS 2012 don't have this
        problem (?), but otherwise I get:
        
        Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" on node 1 (default targets).
        C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(518,5): error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. [Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj]
        Done Building Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" (default targets) -- FAILED.

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7b66f322966d974ae7b3456f2e1b71e6e4807622]

        Template manager: use tabs instead of buttons to filter the documents
        
        Change-Id: I2ec7baffaf5e88c7daf6040bdac8e173651b42f1

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [5613bcfc6dc0ea45f8baeef9a8469a77c31365f5]

        Consistently acquire solar mutex in all CreateSalInstance variants
        
        ...where all but the variants for Android and --enable-headless already did so
        (and curiously the DestroySalInstance variants for Android and --enable-headless
        already contained code to release the solar mutex).  See the thread at
        <http://lists.freedesktop.org/archives/libreoffice/2012-December/042535.html>
        "--headless broken with --enable-headless" for further details.
        
        Change-Id: I01be2e237e203a151ea8b1f3adfbcb3e63247cd7

2012-12-12  Caolán McNamara  <caolanm@redhat.com>  [0ec2577476fd6633a24d0daab4a7f8848f3fc217]

        loplugin: some unused variables, etc.
        
        Change-Id: I2bf601bae34285675e19551781d4fdaca88d3dc6

2012-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [81e3673b5316527b9ddc5fae04d3e3d7d2f8353e]

        Remove unused inline function
        
        Change-Id: Ib229ff454769113d1e3798f8c8b2d6a2c8019efa

2012-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [0c202871460959132176d9ea42a5ad7daad2ddf2]

        sal_Bool to bool
        
        Change-Id: Id8c5f0a67b5906f78a1fd82f06c491f3276b827d

2012-12-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0a9fd66e283566a26588c64f396fda6b32ab0415]

        Remove stray debug statement
        
        Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2

2012-12-12  Caolán McNamara  <caolanm@redhat.com>  [166d8257979aac6775319a9e1f305bc94df97e29]

        Resolves: fdo#57469 allow tab to traverse into custom widgets
        
        The magic WB_TABSTOP bit is the one that allows a widget to be accepted as a
        candidate for getting focus when pressing tab
        
        Change-Id: I7d964bae6b84184ccbc4652d66cf3d2637566405

2012-12-12  Caolán McNamara  <caolanm@redhat.com>  [0c870ab35f0648ac5e87adc84ad4c711c4774330]

        uncalled destructor
        
        Change-Id: I76a06834dcaf751359d0e4241e8f886d20530f1e

2012-12-12  Caolán McNamara  <caolanm@redhat.com>  [a705b8fe9d4f57fb51e2e4bf474dfde4bf58337e]

        callcatcher: update unused code list
        
        Change-Id: Iff29c1f0a795d920a071eadc64e6639ff7506fff

2012-12-12  Caolán McNamara  <caolanm@redhat.com>  [6f6056b62e2107b325624832d851b09711a11dd8]

        Related: fdo#55570 presumably we can attempt the insert...
        
        and rely that it won't replace the original on pre-existing key and use the
        usual .second == true flag rather than lookup and then insert on
        non-pre-existing key
        
        Change-Id: Idba65bfb2efaa5812b965a8811ff425f0b0939d8

2012-12-12  Michael Stahl  <mstahl@redhat.com>  [37c6cfde4db921699a1b2660beeb581a9e963630]

        officehelper.py: fix obvious Python 3 issues
        
        Change-Id: I40691cd6b1a0a6777e6469bf242fb41dac423587

2012-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [94a1b9c46fc76126296b298aa5447e5217a69ee3]

        Fix VS2012 build at least for me

2012-12-12  Michael Meeks  <michael.meeks@suse.com>  [6c98ad71478cb72b51634b32d6e553ccaec30190]

        fdo#58029 - substantially accelerate re-rendering of complex forms
        
        Some writer VCL Windows appear to have thousands of children. Remove
        an N^2 in handling them, and let VCL do the job instead. i#103611
        continues to stay fixed for simpler code.
        
        Change-Id: I63ddc0647f22c7e60feaaff6b795712c04693c05

2012-12-12  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [cfa0588e04ee3d132081212ac38fda7c83c45024]

        fdo#57422 - presenter console RTL support needs completion
        
        Fixing the number problem that on Title on standard view.
        *Remove duplicate code
        
        Change-Id: Ib310be580766a3197e5481c4185f0261fece0906
        Reviewed-on: https://gerrit.libreoffice.org/1305
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-12-12  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [a77fa7ee84424a5844d836e83978ab0197716bef]

        fdo#57422 - presenter console RTL support needs completion
        
        This patch will fix the RTL layout on Help view
        
        Change-Id: I1cba5691649a0494efb9db63b8292525ff0c3656
        Reviewed-on: https://gerrit.libreoffice.org/1302
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-12-12  Miklos Vajna  <vmiklos@suse.cz>  [cd96cf04314e2bcd73340b52cb9d372e884a4355]

        oox: fix doxygen madness in core
        
        Change-Id: I9aa9eb12bc97281a1ff7d492ace446e70887908f

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [1e40e188fa8c70022a48434582623c9255ffd2e8]

        Simplify documentation
        
        Change-Id: I5f382f2c0273bd1a175b97fb5fe755f13f1b8bba

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [c914836f215a874c0605d6ea7ab63c6cfe779c77]

        Remove generated Makefile upon distclean
        
        Change-Id: I464d2541419baae499b3a16e7361c925b273381b

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [6b05167fe296abc94baedcb383da1eecba34d335]

        Clean up list of distclean files
        
        Change-Id: I7a4213b9d387b0c8d80b8dd3eb9631493e83af45

2012-12-12  Stephan Bergmann  <sbergman@redhat.com>  [a9916dabb48df8ea857ce6b255563e31352988a8]

        Remove xml2cmp leftovers
        
        Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [32ca77577f781010aa4549016adaebff1a5a3624]

        Template manager: dialog has no parent to show 'X' button
        
        Change-Id: I1d7806a125fb34000f588f0936b48dd7ce411356

2012-12-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d4dc0293a839e615f302d27b92e008d5d0f7d511]

        Template Manager: better show the folder overlay.
        
        Still to be improved:
         - Add some shadow
         - White background colors is may be not ideal
        
        Change-Id: Id89320ebef8ee95ed24a844bbd98e3bd6bebc678

2012-12-12  Andras Timar  <atimar@suse.com>  [31f1a12ca545a0cafcf855346c77752ee17d0efe]

        LibreLogo should be an optional module
        
        On Windows it is installed by default, but can be disabled in
        the installer easily.
        
        Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38

2012-12-12  Tor Lillqvist  <tml@iki.fi>  [70d0f2cc1607a112f76f4fca22bed3d61eef6122]

        WaE: warn_unused_result
        
        Change-Id: I17c916a751a5bf5ab70bd59d247f865676c9e1e4

2012-12-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [dddca20c4871c7f7694510123f2366c3a179c06c]

        Skip poheader
        
        Po headers can be various and they don not
        contain any needed information for merge so
        skip it without any checking.
        
        Change-Id: I6d81b7c85bfdbfd961361d98131ed80ba304e9ba

2012-12-11  Michael Stahl  <mstahl@redhat.com>  [2462391f4cc2ffad4fb218afe83ce0ed38f45207]

        mailmerge.py: fix obvious Python 3 issues
        
        Change-Id: I796696fbfe1756d625dcabc56c8769bed3d5dbc1

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [7c29452986dc1c25f56d79e68b88dad0ee2ecc45]

        warn if a .ui has buttons but none of them is set as the default button
        
        can probably only do this for full dialogs rather than .ui snippets
        
        Change-Id: Ic8269e1c909fee3acec6ac06c36b9107cb6ff5db

2012-12-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a67906259a748b658daa6ee33f23a04755e21b66]

        fdo#58149: Recalculate HYPERLINK formula cells on load.
        
        The current implementation of HYPERLINK relies on its result being
        1x2 matrix while only the first element is displayed visibly.  The
        second element stores the URL which is only used when querying for
        the URL (tooltip or launch URL event).
        
        Starting with 4.0 we load cached formula results to avoid full
        recalculation on load.  That unfortuntely ended up breaking the
        HYPERLINK because the result was a simple string value rather than
        a matrix; hence the need to recalculate it on load.
        
        But unlike volatile formula cells, cells with HYPERLINK don't need
        to be recalculated on every cell input change; only once when the file
        is loaded.
        
        P.S. This commit also reverses the logic of bNoProgressBar flag for
        CalcFormulaTree(), to make it easier for human brain to process what
        it means.
        
        Change-Id: I7a24d96d225910b88071a8fe6320f59bf7a47163

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [e9b366c58ec83b883de517ddb96e1558a5887c47]

        tweak caption strings for frames to be start/end
        
        rather than above/below seeing as the caption is entered into the frame
        (rather than outside the frame) at either the start or end of the frame
        contents
        
        Change-Id: I633ab6a03e9d47aab72cbade1cd812c8aa6c5a94

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [a0edd406695b92b9c8fbc0dabda9713903319e09]

        titlepage.src is unused now
        
        Change-Id: Ia2846861e103d719e6dd7cc80ddd200d4c69c1a2

2012-12-11  Stephan Bergmann  <sbergman@redhat.com>  [b5d7ac8dc9bc778d1166c3eac91d765ee5a9691f]

        Windows-only fixes
        
        Change-Id: Ida4d7fc3f830cdc8a9c1ab9842d359763c6efae1

2012-12-11  Stephan Bergmann  <sbergman@redhat.com>  [fcfe2d7355351c605e8dcfef2efec35ab5657147]

        Revert "performance tuning of helpex"
        
        This reverts commit f1335171987272b66c2e1e0b02cddb28d44502ec.
        
        lcl_EscapeTextBlanks in l10ntools/source/po.cxx looks broken to me; for one, there are
        't' vs. '\t' and 'r' vs 't' typos, but then it also does not allocate a large enough
        sBuff, so *out++ writes past the end -- keeps SEGVing for me here.

2012-12-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [e1087161cfdded730db5710b2ed594eba5a53b1d]

        export BUILDDIR in config_host.mk to allow partial build
        
        Change-Id: I865a22e48a3125f40de786933ded8a70c0329a39

2012-12-11  Arne de Bruijn  <mail@arnedebruijn.nl>  [45ca417bf90ea7873c4d75cd0611fcf0cf7a33a9]

        fdo#57320: sw: HTML export: hidden text should not be visible
        
        Change-Id: I974675b43b56d064a693bcb2d356580243c19393

2012-12-11  Arne de Bruijn  <mail@arnedebruijn.nl>  [23dee56dca5cbbed4cf97180b8dcfe12a6a8fa8f]

        fdo#57254: XHTML export: hidden text should not be visible
        
        Change-Id: I7bcad8ba3dd84974a997849347965d7e43f1922a

2012-12-11  Ariel Constenla-Haile  <arielch@apache.org>  [374c9af20d93029d999ca21beb2b989e0a428b98]

        i118798 - Fix Pyuno dead-lock
        
        Fixes fdo#57569, thanks to Miklós Prisznyák for the hint.
        
        git-svn-id: https://svn-master.apache.org/repos/asf/incubator/ooo/trunk@1232123 13f79535-47bb-0310-9956-ffa450edef68

2012-12-11  Stephan Bergmann  <sbergman@redhat.com>  [6531960ad606f52ec84956c695b1fd40fda1bb35]

        Blind Windows-only fix
        
        Change-Id: I66c2c0262d3b1255ec90c1e4ac6c992c91b4a821

2012-12-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b30b0010c00c0cbfe4bd7e035255a6328ff68dee]

        Support non 'Calc A1' reference syntax in HYPERLINK function.
        
        It uses the current formula syntax set in the Formula options page
        to interpret the URL in HYPERLINK function.
        
        Change-Id: Ic394d10b1e781fcd6a6949f62949c5cb137328bc

2012-12-11  Stephan Bergmann  <sbergman@redhat.com>  [693332c0b4a8e340b8350f548dce07456975531a]

        Fix SDK examples
        
        Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4

2012-12-11  Jack Leigh  <leighman@gmx.se>  [1b6598c9e71cdabbdf73a15c5033c0f33d071be5]

        fix variable naming
        
        Changed to pointers by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95
        but names not updated
        
        Change-Id: I45d04c209842a26fb731ad495e969c9477a6984d
        Reviewed-on: https://gerrit.libreoffice.org/1298
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [06ef6fe699c5765bf53f94b25b8c56aaf6a205ca]

        convert Template Management dialog to .ui
        
        Change-Id: Ifebd5ad91d1c8b456c458b01738261dfe34a6f83

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [5e1a877170d336b9d055122ea5ed1adee7aed631]

        pLeftBox and pRightBox unused, GetOther doesn't exist
        
        Change-Id: Ibc4034cf4eb2d610fdb6dcabb3d547bf2f9f1172

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [f00b77c856067b77a6dc5c2d90cc1205d87de03a]

        SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive name

2012-12-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [f1335171987272b66c2e1e0b02cddb28d44502ec]

        performance tuning of helpex
        
        callgrind (on text/swriter/guide translated in 'fr')
        
        before Ir = 889,687,925
        after Ir = 406,372,177 (405,668,292 w/o the 'native' memory allocator)
        
        time confirms:
        before 0.288/0.272/0.016
        after  0.146/0.131/0.015
        
        the output before and after were diff-ed and every generated xhp files
        are identical.
        
        All improvements where done still using 'normal' sal and c++ API.
        
        There are still some low-hanging fruits, like XMLUtil:QuoteHTML
        (probably 20-30 millions Ir to shave there)
        
        The destruction of XMLElements is also singularly high
        (11% of the remaining Ir count)
        
        But the bulk of what is left is OString management (alloc/acquire/release/
        free/copy), and I/O using streams
        
        Change-Id: Ia316c953cd4bd46fc33a58a0c10f26b0ffa042c2
        Reviewed-on: https://gerrit.libreoffice.org/1262
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [d449869617a3e07aef483437158ca7f634ee7263]

        ./g cannot reference builddir
        
        Because either it's called from there, and then it's the current directory,
        or otherwise the srcdir has no idea where the builddir is (or even how many
        of them), and there's nothing to tell it.
        
        Change-Id: I88c5fe8f015cc63a5aa7c327eb82ed751c3e8aa0

2012-12-11  Alexander Wilms  <alexander.wilms@zoho.com>  [9e0634736dd4445b10ebbc5ce49d32c1750e6c9d]

        Updated icons
        
        Change-Id: I2e93877283b0ea2a3b7162978a515d52396dfa72

2012-12-11  Radek Doulik  <rodo@novell.com>  [9f19422c546c4d8d556699df394622386afca5f3]

        use effect references
        
        Change-Id: Ie0d295cd7db695f777071edcd9b792056ac783ef

2012-12-11  Stephan Bergmann  <sbergman@redhat.com>  [20b720ba3790d657ea3112fde0678c262908a1b6]

        Introduce SAL_DELETE
        
        Change-Id: I7ac7392646ea34fb2e6a9f15990aca05a2c1e484

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [2ac26dc83f2ce9c2b41f9d9b33dd4c0cdd8d1272]

        adjust clang plugins for srcdir != builddir
        
        Change-Id: Ie4c934b52c4b010703e91f84b83e1fe590b5d187

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [c8c056fd203bc60bedb55d45bd8ca81b168391d8]

        BUILD_DIR -> BUILDDIR, to be consistent with the other *DIR
        
        Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a

2012-12-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae4e327739112ba326a2945fc0d5550739f3083d]

        Prepare for read-only source build
        
        This patch allows to do
        
        mkdir <build_dir>
        cd <build_dir>
        <src_root>/autogen.sh
        make
        
        Only the remaining dmake modules are poluting the <src_root>...
        which will get eventually convererd to gmake...
        
        Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338
        Reviewed-on: https://gerrit.libreoffice.org/1273
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [8532cbd3e685d7a1e4e26bf7c2b7bf0b1c38c5be]

        simply use string literals
        
        Change-Id: Id82c9dc43d3af21d434ed5f9b7ef3bdae9c4289b

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [a930214c40389b82ee1060ed65669dc772ed36ea]

        support 'active' property in ListBox
        
        Change-Id: Ib1219e8e7031febd4f9cc599cb19426f974eac9c

2012-12-11  Takeshi Abe  <tabe@fixedpoint.jp>  [7ba2c823cac8998dfc0c2e19470f5edee70e63f0]

        sal_Bool to bool
        
        Change-Id: Idf6003acc7ee07997150f77c886947dc1476218f

2012-12-11  Takeshi Abe  <tabe@fixedpoint.jp>  [0083b0d55cbd86f44f6713789eab7501524b2960]

        Drop unused function
        
        Change-Id: I4d33262fbff0c802379eea2c048048c85f4c373c

2012-12-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [abca8e3afa1c9c42266e89b863ee69cca4b93e21]

        use SAL_WARN_UNUSED_RESULT for OUString::replaceAll
        
        Change-Id: I30754e4d0cb0c490e6c125ba034e2e0eac3751e7
        Reviewed-on: https://gerrit.libreoffice.org/1297
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [e4cdeebc488e41d64cee1ccc531fc04ce727b03c]

        add popup menu support to .ui loader
        
        and hack up a mechanism to support menubuttons and map
        the popups to the menubuttons
        
        Change-Id: I6f3bd0e83b2c55f71aa85924fdc32d3a73ce0197

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [89d3780bbef785db53bafc623750bcba2ce25dc1]

        use a ListBox instead of a MenuButton in the thesaurus dialog
        
        Change-Id: I0cbe7b4c6d329f2780cb3cac9bce6d722b7de469

2012-12-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c88508bc53e7df7ead7bc1b102da3d7dd81f7688]

        OUString::replaceAll unused results
        
        Change-Id: I8d8dd139e57fb00decda8705157480439009cde8

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [88096c2d4a139d943a73db416b25a55c925e8fb7]

        matchIgnoreAsciiCaseAsciiL() -> matchIgnoreAsciiCase()
        
        Change-Id: I6767c62265dcfbb55ce086385802db59d4d0b177

2012-12-11  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3472541ab7118ad6c81cd401ce9018be7c662659]

        Remove RTL_* from uui
        
        Change-Id: I411133e81a9b548aaef2333c705c1376f45304d7
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1294
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-11  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e6ba54ceb8ac402570a126922d42db0a8341fc2b]

        Remove (RTL_CONSTASCII_USTRINGPARAM from lotuswordpro
        
        Change-Id: I4912ffc42edbfa1456835e61163812c371eb14c6
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com
        Reviewed-on: https://gerrit.libreoffice.org/1293
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-11  Radu Ioan  <ioan.radu.g@gmail.com>  [3e64874e7cd234ff563ac11450cfb2b6e2db4bf6]

        rtl:: prefix removal from configmgr
        
        - removed rtl:: prefix
        - removed RTL_CONSTASCII_USTRINGPARAM
        - corrected some misspells
        
        Change-Id: I88bb0beec718a7fe38c61220aa61401419f23b42
        Reviewed-on: https://gerrit.libreoffice.org/1291
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-11  Eike Rathke  <erack@redhat.com>  [90874ab3c75fd161a672a24538cbce909f284e97]

        do not trigger liblangtag init during startup
        
        Initializing the liblangtag database stuff takes much percentage of
        startup time, avoid that.
        
        Change-Id: Ieb12ff71c2b1421a5644acebaef4c8366694c249

2012-12-11  Eike Rathke  <erack@redhat.com>  [4d24507451fbc2b7d72cf5f7048a424d52b63850]

        avoid liblangtag processing for known locales, and know 'qtz'
        
        For "simple" known (to us) locales avoid the overhead of liblangtag,
        also in preparation of not having to initialize its database during
        startup.
        
        This also enables recognition of the 'qtz' pseudolocale for key ID
        resources again, see fdo#57413
        
        Change-Id: Id52a1ddc37b42063e3bf68a6dbeaeacfbfa704ef

2012-12-11  Michael Meeks  <michael.meeks@suse.com>  [055fca04a4e00b14e68fa5860b417cb25e471299]

        fdo#42553 - fix square gradient rendering by vcl.

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [017ac0b09ba511ad726149e9e5aaf1483ef88064]

        enum is not something that has external linkage, so no point in visibility
        
        and apple gcc-4.0.1 chokes on this
        
        Change-Id: I4799d66f483f10d9b633077a16d25208c8b595e0

2012-12-11  Michael Meeks  <michael.meeks@suse.com>  [b8511cef9a452adc90b8dccc23ee1b29c1da63fc]

        fdo#35680 - fix wrong gradient rendering when grouped.

2012-12-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5d309c7e2e8a3dbeb497c2216476ae83340925f1]

        Fix a bug with fixed line-heights in Visio files
        
        Change-Id: I861c49d2b0dfc57d6e777b14742cb324e4d4d0a8

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [f7cee036655926b428cbb7f0c930b74300001121]

        prefer my own cjk char-as-word counting
        
        Change-Id: I120acd40b83cad074869b404d4e74b5ec69d493d

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [7c1ca63995f3d35a79614f2144e1d776619c0be1]

        add regression test for EDB-23279
        
        Change-Id: I9d31602750dc6516b7bee5c0796328cee07b10ea

2012-12-11  Miklos Vajna  <vmiklos@suse.cz>  [12ebc9c7a6e669155bd6f4dc8e40199b0e9e85df]

        sw: splitted -> split in SwRTFReader
        
        Change-Id: Iffa3296a15cbfaef8b7eca0648d9d954c92b3d4a

2012-12-11  Lionel Elie Mamane  <lionel@mamane.lu>  [c9a40d21fa4f657ae52d2765d284d12ccbe51c4f]

        When parsing does not give a table name, take it from the column
        
        Change-Id: Ie8a2c7e473d717cc22c51205dd8cdc59934de8b1

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [22dadc5d1584fb7d161b4dabb9ff5152d5db5445]

        fix include guard

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [bbbbe235c97f8fd0747f91a7b96f961b85091fe1]

        'using namespace rtl;' in a header is baaaad

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [15b91684a608ed485e62b2320bde61817c47631e]

        remove wrong and unused forward declaration for 'class vector'

2012-12-11  Caolán McNamara  <caolanm@redhat.com>  [0efcfcdf40661dddd023d8b516d6461d164e4ab7]

        cppcheck: size() == 0 -> empty()
        
        Change-Id: I23b6b8fdbb9c4f367a590a21e40e7bbaa76f7fce

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [621b0f29b1fee2ebb318bbaed51d64d67b2fcddc]

        PCH support for Library_sw
        
        With MSVC2010 compile time goes 20 minutes -> 7 minutes. With Clang
        it's however 7 minutes -> 10 minutes, apparently the overhead
        caused by all the extra data is bigger than the gain.

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [b1ed6678735b30a62ed329e82ea1e7e573e93484]

        this class is apparently a dupe of one in editeng

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [64c3dbc331fafa20fdbd4cfb4f8f46598c24624d]

        include PCHOBJS in target's objectlist
        
        Otherwise gb_CppunitTest_use_library_objects won't work with MSVC.

2012-12-11  Luboš Luňák  <l.lunak@suse.cz>  [d704f2c91f32d3febfe93ac74cdbf72f698eb3a3]

        make PCH depend on LinkTarget/headers
        
        Rather than LinkTarget/external_headers, as this doesn't really make
        any difference, except if PCH is made to also use headers from the same
        target (not a very good idea for development, but might be useful
        e.g. for buildbots).

2012-12-11  Ricardo Montania  <ricardo@linuxafundo.com.br>  [a0c0b8cad98c8da86ba4d44c1c0a3bd84ffc465a]

        String -> OUString in filter
        
        Change-Id: I9041129289c24c4ee8a7a6d50e34b785969e8204

2012-12-10  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [e299004c7ab6b37cfe6c68aaf2fecb2a2e9c41bf]

        Remove UniString from uui module
        
        Change-Id: I6eb52f42c3364970553015492b9c488c04febed6
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [17b272effc206875fe4165e58d6452f0ecd82222]

        operator+ for stringbuffer
        
        This is to complement the RTL_FAST_STRING variant, which allows any
        combination, so even two stringbuffers.
        
        Change-Id: Ic15d81246b3d0f3e22b51c0516409e95c3a4dc8d

2012-12-10  Christos Strubulis  <strubul@ubuntu.(none)>  [c13ad097fb224a2fd110234db7a60f133735dfa6]

        Replacing '__LOADONCALLAPI' with 'SAL_CALL' definition
        
        Change-Id: I692a9cfdca5ad50170eea2178a6aa87e8154b951

2012-12-10  Michael Meeks  <michael.meeks@suse.com>  [e7e4d6778661d039d6ee9cba1da1a22cea542f3e]

        fdo#55570 - use a hash instead of set initially until sorting needed
        
        This rather substantially accelerates the first use of autocorrection.
        Interestingly, it also appears to accelerate the sorting of the items;
        potentially inserting sorted items into a set is a pathological balancing
        case, that is avoided by the hash algorithm's randomness.

2012-12-10  Michael Meeks  <michael.meeks@suse.com>  [cccb0bb123ac89a0a4cb8ba335ce5cb64cdc87cf]

        fdo#55570 - re-factor SvxAutocorrWordList to hide it's innards

2012-12-10  Michael Stahl  <mstahl@redhat.com>  [c479ccc438edeb7197a2d05bdb99067365d7bac0]

        fdo#57780: sw: lcl_ArrangeLowers: register drawing ...
        
        ... objects at the right page.  This was effectively disabled for all
        anchor types except FLY_AT_PARA by a misplaced ! in the conditional,
        and C++ not being a type safe language.
        
        Change-Id: I64af2141e577ac896292eecd9f8c46c62a0548db

2012-12-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3c64d866379c3ae78b95b68fffe62685037da707]

        no need for wget/curl when not fetching anything
        
        Change-Id: I097675450a0eed87eccf90356c81657485609d13

2012-12-10  Tor Lillqvist  <tlillqvist@suse.com>  [c74fe188b178fab821084bb82d4574f77dc2e1ce]

        Create executables that can be run on Windows XP
        
        Specify subsystem version 5.01 in the linker options. Otherwise, when
        built with the linker in Windows Kit 8.0, executables are created with
        the "operating system version" and "subsystem version" fields set to
        6.0 (which means Vista).
        
        Attempting to run such executables on Windows XP fails with an error
        that claims them to be "invalid Win32 executables" (which is a blatant
        lie, of course).
        
        We can well set the subsystem version to 5.01 as we don't
        unconditionally use any APIs that wouldn't be present on XP.
        
        Note that you need Visual Studio 2012 Update 1 to be able to create
        code that runs on XP. The original version creates executables that
        importx entries from kernel32.dll like GetTickCount64 that aren't
        present on XP.
        
        Apparently it doesn't hurt on XP that DLL headers specify a "too new"
        subsystem version.

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [ee433794558b1a1e31dc8dddb77e117608ea1428]

        Revert "Use XNotifyingDispatch to avoid races"
        
        This reverts commit 21ea372541a81972aa33cb2226dbc2ee3886e23a.  Looks like
        neither XNotifyingDispatch nor XSynchronousDispatch can be used to avoid this
        race; sigh.

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [67a624f47f26358bcf1f1ec240b79fd70b8be1f7]

        Fix SDK example
        
        Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [70fd650dbdf5605a1f247252a90e80411b5d70f0]

        No config_global.h in SDK
        
        Change-Id: I6e9947f056c0b70d629ac27d57b3d7d115f8d487

2012-12-10  Andras Timar  <atimar@suse.com>  [16dcaa433dcff4a9eb3401eebc1735f6b8748d0d]

        Updated core Project: translations  85f724f5aa1d6a59662a7d1c7ea406a641814bd2 fdo#58068 fix invalid .po headers

2012-12-10  László Németh  <nemeth@numbertext.org>  [1a2ea259717e8cebf9744ceb92acc34efaef443b]

        some Python 3.3 port (not important for LO 4.0)
        
        Change-Id: Id151d59a9bab2454b9d359aefb5c35a9f05bb9ce

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [02e2202894652751f59a0709e1b767e8ed2ab30c]

        do not try to use -std=c++11 after all
        
        The very same libstdc++ that breaks with clang and -std=gnu++0x
        has also the ABI breakage that prevents using C++11 anyway.
        Moreover, there's still the idea that we should preferably use
        the gnu variant, just like the default is -std=gnu++98, rather
        than strict C++11 (the gcc manpage for -ansi e.g. says that
        some builtins are disabled in this case).
        
        Change-Id: I4dac01374ee7a34796161f6e0e76eb962953e709

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [06448095946f635dd5753fd2db6079ca14bcfde7]

        Reported graphite2 patch upstream
        
        Change-Id: Idca64b8925199f3d275e7966c1d0e13fee4967a8

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [ad2e7f5be349627326ba92a565692f0ee955f44f]

        Fix SDK example
        
        Change-Id: I3d31e0ad7e5015340a045230678760e3b20c59a1

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [f2609cc70fa4bb62a7ae876e97a3c7003bc1e99b]

        Do not fail for unset OSL_DEBUG_LEVEL (as happens in SDK)
        
        Change-Id: I0e9b8a251ed790d1505566ef4fa991309986522d

2012-12-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1e9261aefd9cf19a12c3ce8fde883b21c3b29fb9]

        Template manager: paint white background under thumbnails
        
        Change-Id: I55bbda1a7d04e462737b8cf24aba755b8ce96e8a

2012-12-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [87e5851af82a11d9880e235c0f66980dcb5e5af7]

        Template manager: toolbars height was too small
        
        Change-Id: Ie2cb1f4947baf99d90bfaaf62834482c8f7e6a05

2012-12-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7b5f71239ef376503731aa450a4ffa6bd1e019cb]

        Template manager: fix preview for folders after using filters
        
        Change-Id: Iadd38ee0bee7634c0924f48e204baa05566b7586

2012-12-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [99584c777f0d795644cfa04f16c4bd526cebd052]

        Revert "Template Manager: ban double-click"
        
        This reverts commit 5487769838570ba5f1b35529689321e1842bae31.
        Come back to a more consistant UI:
          - single click for selection. CTRL modifier for multi-selection
          - double click for action
          - removed item's checkbox
          - get rid of the selection mode
          - no hover on items
        
        Change-Id: I82863c77ed6a45410242a244545505a5b898ba56

2012-12-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [35a19a8f048d282bf5389e9497f89d2b9dba1fe6]

        Template manager: white background for the thumbnail view
        
        Change-Id: Ie5497713b83da23801f58f4c6d990e28042a3df9

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [9fe54eda44769b38ab0c149abcdc6a12ae187280]

        move template management .ui to impl home of sfx2
        
        Change-Id: I000906b6149dd1f152f8ac2055e1dbb87b58b9d2

2012-12-10  Gokul  <gswaminathan@kacst.edu.sa>  [3d788245347f4160eed7c60ee85b47e6a61e9888]

        Manual convertion of templatemanagement.ui
        
        Change-Id: I499e9c1bfb23ac7e437eaa366dfee2016afd1d36
        Reviewed-on: https://gerrit.libreoffice.org/1286
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Lennard  <Wasserthal@nefkom.net>  [1b0d9fa747c4a7fcdcd1c057bc2b31345f4bfe76]

        docx import/export non-breaking hyphen and soft hyphen
        
        God made non-breaking hyphen
        and saw that it was gone
        he told us to fix it as soon as hell
        we promised that we would
        
        
        Change-Id: I1d2bb8f7542f5ffec36fafdbdb07ace1cb62fb4a
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1279
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [34c157e0032e182a044979ce210009decb20e755]

        improve the recalc dialog for ooxml
        
        Change-Id: I94ea2d52f86a340ce3802ea4b63642cfc637bd2d

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [688c668003739042c2431ec3f7a94d6b3ac6998a]

        little help for userfriendly gbuild make targets
        
        Change-Id: I6b650781b11163eb99828d0d933ae9a38e0e09fa

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [28ae80a89dd44f32044a155a41c1106692feae61]

        userfriendly make targets for build and clean
        
        So that now it's possible to do just
        'make CppunitTest_sw_macros_test'
        instead of
        'make /home/llunak/build/src/l2/workdir/unxlngx6/CppunitTest/sw_macros_test.test'
        
        Change-Id: Ibd1e9ef4fc825043a71bd669b2f5c37ffec68e33
        Reviewed-on: https://gerrit.libreoffice.org/1253
        Reviewed-by: Peter Foley <jpfoley2@gmail.com>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [a7320cbe406c0276a3c113a1adac93ed7a894dc2]

        de:Interner Test -> en:Internal Test
        
        Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61

2012-12-10  Eike Rathke  <erack@redhat.com>  [b1184f8a4e4a3949d38407c5f1d5155c2c2b42d5]

        fdo#52240 added [hr-HR] date acceptance patterns D/M/Y;D/M
        
        As per https://bugs.freedesktop.org/show_bug.cgi?id=52240#c59
        
        Change-Id: I9f5ba81c5fd6732ca7e90e0480fcc02ed2709674

2012-12-10  Eike Rathke  <erack@redhat.com>  [638993d9b80b3793dfd31db0dacba3746ceb98fd]

        fdo#52240 added [no-NO] date acceptance patterns D.M;D/M/Y;D/M;D/M Y
        
        Also referenced by nb-NO and ny-NO
        Changes as per http://erack.org/blog/archives/18-comments.html#c351
        
        Change-Id: I9e07f4307800e99fdff21bccde91af4178b244f3

2012-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [9d09dcfd23e70adb4834253f697c479dab4cf673]

        IsDbg() is no longer called
        
        Change-Id: Id1860de882a4999eaa7fc253e1332f1c298f287f
        Reviewed-on: https://gerrit.libreoffice.org/1277
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [5abad485f0efa4e71f99d47e6d053298102eb2b3]

        remove AC_DEFINE(HAVE_CXX0X)
        
        There should be no #ifdef for that anyway (given compiler support
        each feature will need its own check).
        
        Change-Id: I1998bfff362f2aef23717735834cacf87d3db90b

2012-12-10  Jack Leigh  <leighman@gmx.se>  [5cb4004a443910c6eefb0b58f1fc4ed3e20ba36c]

        fdo#38895 fix toggling of numbering separator on Autocaption page
        
        Only enable the Edit box if the overall option is enabled
        
        Change-Id: Ica0f973d22b89a37bd690c285d7cc0ae5204b7a8
        Reviewed-on: https://gerrit.libreoffice.org/1272
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [a86919b485bef8850ef62cf8ad3543ba58e0f331]

        new autogenerated PCH header for writerfilter

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [80187ea7e72cc20c4c25bcb535ba03e5fc497c19]

        new autogenerated PCH header for xmloff

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [4fec28cd468bb8a975eae69b625bd83cded52f7b]

        new autogenerated PCH headers in connectivity

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [9d79940af0bfaba3954ff2b1cd18e82be4fb61c4]

        make all cxxobjects depend on the PCH timestamp
        
        In order to make sure the PCH is built first. It needs to be this way,
        even in empty gb_FULLDEPS mode, because making just LinkTarget/headers
        depend on PCH would mean generating (both) PCH before anything else,
        bringing back the problems related to this.

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [5437b4a0b96316f5200d8b8507dc5fb62336e1d5]

        start precompiled_xmloff.hxx from scratch

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [b6ba7e729a4b0a00ebf07188ae4d4b84e1d4074c]

        fix debug/nodebug for PCH
        
        not actually sure what this is for (PCH for -g and no -g need to be different?),
        but this way it at least makes some sense
        `

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [b49ad8bb9cd80d236fb825462920082bdd9e26d7]

        do not include removed include files

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [ac8ad75c10f040a0bae0950d36c5b5e06627e0ab]

        fix visibility with PCH

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [f7745c6624a02c2fb222a906be7d8b83c9394c20]

        fix PCH dependencies

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [c55d7ea762ee832c6eac854f2dcc66724e86bea8]

        warnings as errors for msvc pch warnings that really shouldn't happen
        
        Change-Id: I53c512fca77b4c9843d23e92811de8f2bd8b5a59

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [caa75df6e832382191fa15bcc0a5002c4123cc61]

        remove unneeded PCH stuff
        
        Since the PCH is now explicitly included using the command line, it is no
        longer necessary to have include guards or #ifdefs for enabling it.
        
        Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [eb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481]

        no longer necessary to add include path for PCH header
        
        MSVC uses full path with -FI, Clang uses full path to .pch file.
        
        Change-Id: I403a8a919a8b672d1e98c2ea1fee50097e535351

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [5fb9283448684dbc5cdc993f1fa5afac1b2eeffd]

        use PCH with generated cxx sources too
        
        Change-Id: Ica342d70488f735fbaf94423cb425a91b359c9ca

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [3dff0ed5c49dccdf04a3a526434837fbd879ddee]

        testing PCH for writerfilter
        
        Change-Id: If5425c2727b94a61cacb64ac65c871ee28b371e1

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [2d2bb1e3aa14c9e8b663484eb7af7e48d6d1e712]

        use noexceptions .pch only when actually needed
        
        Let's assume that all cxx objects use exceptions by default, unless explicitly
        added using add_noexception_cxxobject. This should avoid the need to generate
        noexceptions .pch in most cases, as noexceptions cxx objects are currently rare.
        It also avoids a bug in MSVC that makes .pch generation fail with error C1033
        (e.g. comment from 'Fish Fish' in
        https://connect.microsoft.com/VisualStudio/feedback/details/98831/fatal-error-c1033-cannot-open-program-database-debug-vc80-idb).
        
        Change-Id: I31c575a34539d58c42754ecfe6639c5b5e5854f1

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [9bf210cfc044c8cd4db5cb2db117c00630b973d9]

        no need to make whole linktarget depend on .pch
        
        With the timestamp file for .pch this is no longer needed, as those .cxx
        that actually use it depend on it. This should also mostly avoid needing
        the noex .pch variant at all.
        
        Change-Id: Id56d8f6025617808f03bf543fa4e6cb811ea67be

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [df1834f2fdd276c5cb669901c2d91e8fe2f1470c]

        testing PCH for connectivity/flat
        
        Change-Id: I164ec06dfb0630784292b39110e1a939d361d98f

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [f4cb6f064d225df83f9ccabfcd7e26174577f461]

        testing PCH for connectivity/file
        
        Change-Id: Id9083967c67967ea067672b756fa31912af96dcf

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [cd4d3d7f4eb90da1843ffd011e7d58f4231d4cd9]

        rebuild all dependent .cxx files that use a PCH that gets regenerated
        
        This is the best I could come up with, create a timestamp file for every
        link target and make it depend on the precompiled_xxx.hxx file for those
        using PCH.
        
        Change-Id: I68a53a1315ba172543b0d8de4122c2856b37d72b

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [1143d490cfb4fce99e14376f8e1adea2dd361e44]

        fix clang .d generation with PCH
        
        Change-Id: I2c9083bf0a9d8a4f57339bcb768258a336e36934

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [1b01819fcab9c3232e2512d5761670041355d106]

        fix PrecompiledHeader vs NoexPrecompiledHeader mismatch
        
        Change-Id: I48831199a91ae35d6bd3da120206d813515b9c65

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [749870656d91d11bca846a9e99c1977068230e5d]

        rename to gb_Library_set_precompiled_header
        
        There can be only one precompiled header with some compilers anyway.
        
        Change-Id: I59e84bee2f57f36753b59b7518d701573affac12

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [7ad8aefc283a98be18d3c0b0aec8751227268c6b]

        #define _BSD_SOURCE to 1 (that's what compilers set it to, at least)
        
        Change-Id: Id192488bb89d7f57dbd7ae3ddd33fb2b7569172e

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [f24bae90c006c3522e3034b48d62c7e6cc7e45a8]

        enable PCH in configure only for msvc/clang
        
        Change-Id: I83a5a2cc6a673165a230ac0c916fdd533a4ccaae

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [f2d96655e0d78acefe6fe4707f09abec79243856]

        use PCH for LO headers in xmloff too
        
        Interestingly this makes it slower with Clang than less headers.
        
        Change-Id: Ia28d27ca9c8154c907dae1629ca893fc4765f075

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [022712c56a985cb78f0eac0e74a5b618f68eb379]

        include guards for precompiled_xxx.hxx files
        
        It seems this makes clang somewhat faster.
        
        Change-Id: I5a22763acf7991c45d7e9fd25eb0b5bda1fae27f

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [24ae46df5ed90c4f563e8acfbf66ce3bb14e6f5d]

        PCH support for Clang compiler
        
        Change-Id: I17a9f3c0b16cef7ea4ef3db938337545beef3609

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [ac893720de5b0815d57b87ae5f9a08764df08a93]

        PCH for xmloff, including LO headers
        
        Change-Id: I50e8eb58ef9b764cfb847b36b4e42f95bc437233

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [6a71f121bd4b1ab5567fdb07a048715c4fd38097]

        xmloff precompiled headers
        
        Change-Id: Iae5ec6d6af8ebfa38f560dddc5a93a0386772f4d

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [ef4df30063e4674857a730a51c9689997ba8d9f6]

        more headers to be precompiled for sal

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [e3f5eca10e13df570833725dfe5127a3bfc22b10]

        it's not actually necessary to manually include the header for MSVC PCH
        
        -FI does the job
        
        Change-Id: I4d1251fb64cfc64243b9c4f0292587cc2fc235ab

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [9556b88859c6a114255d7b3e7181d83b02fc250b]

        update .d generation when creating MSVC .pch
        
        This has changed since PCH support was removed.

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [7ecbce0c2dbc5633d688a7aa5abe80f0097a389f]

        include debug/optimizing flags when building PCH
        
        gb_LinkTarget__get_cxxflags is called to add these for each normal
        cxx object by gb_LinkTarget_add_(no)exception_object,
        so PCH needs them added too.

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [38a4163075549677a49b34d3aee8e4dfe080acbb]

        testing PCH support in sal
        
        Change-Id: Ie8c981a0d02f06738d2082abf6ef345f24449ffa

2012-12-10  Luboš Luňák  <l.lunak@suse.cz>  [d29a5b367c20c979ec9349dda85a4b947742cb2a]

        bring back precompiled headers support
        
        This is mostly a revert of 992757cc5ebfb1df42636b8d3269cdbc10fc4148
        and bc78ac68c2492e63a680f68b524c4a51179ea83e, with tweaks to apply.
        Also only MSVC support for now.
        
        Change-Id: Ia926b3c28125b52012156ccfd47932837b09d20a

2012-12-10  Radu Ioan  <ioan.radu.g@gmail.com>  [d85029d38034a392079316daeca2ca6a82f65349]

        rtl:: removal in fpicker
        
        - remove rtl prefix
        - remove RTL_CONSTASCII_USTRINGPARAM
        - correct some misspells
        
        Change-Id: Ifd2eb59ff7d70fd3df42f063fcca781ef89b7d12
        Reviewed-on: https://gerrit.libreoffice.org/1270
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [8f7855b61a29e47db70be92541422594ad99d13f]

        some minor cleanup of caption dialog
        
        ensure that some button in the dialog is the default button
        
        ensure the CategoryBox is sorted like the original was
        
        drop HID_DLG_CAPTION help id
        
        put a big more spacing between groups
        
        Change-Id: Id9e020a9dcad50c0d0b0ecb3bdbe7fd5434c8100

2012-12-10  Jack Leigh  <leighman@gmx.se>  [6bf7198ebd12d4ac60f9039a30339867e8a3ce8e]

        migrate 'Insert Caption' dialog to .ui file
        
        Change-Id: I490c8057f1263f12f50b59c97ca9807138daab5d
        Reviewed-on: https://gerrit.libreoffice.org/1266
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Rob Snelders  <programming@ertai.nl>  [20778d72fe4c785ebe9039767afa07f35b045541]

        - correct variable-names
        
        Change-Id: I2c0106d18586201f8c0fa444652ecefb493d61bf
        Reviewed-on: https://gerrit.libreoffice.org/1267
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [217ba33cb02c86ea25bf62748e1bcbdd1218795b]

        Try -std=c++11 if -std=gnu++0x does not work
        
        ...like when using Clang against GCC 4.7 headers that unconditionally use
        __float128 which is a GNU extension that Clang does not support.
        
        Change-Id: Ie27b5f17df4a10c9682fa750677e6cd8ef5eeeaf

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [4479a8896abfc10de2166623c743a73c9e11bb1e]

        move .ui to be consistent with the other ones
        
        set one button as the default one
        set the ??? placeholder texts as not for translation
        
        Change-Id: I71928318e762c1e331a90b9bc865bca3dca56423

2012-12-10  Miklos Vajna  <vmiklos@suse.cz>  [5bc835d48f1e5373b3a31bd166fadfdf19b3588f]

        oox: v:textbox's inset attribute should be imported in Hmm, not in Emu
        
        Trivial reproducer: http://people.freedesktop.org/~vmiklos/2012/simple-textbox.docx
        
        Change-Id: I030f7153326affc5a01e7ede1ddf1164fa500071

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [aaeba64fa50d92a219106dab10ad17d8c34fbfa3]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        Change-Id: I4356413b23fdbaaa1bf2e94ad7aed3ceed1f9261

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [72c2f30cbfde203a926b4acee5ed3d7ea9b9867e]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        Change-Id: I99ae1590067d66f0af968833bc75d773ad3cb15c

2012-12-10  Stephan Bergmann  <sbergman@redhat.com>  [71a1df3e42eed9005d55ff58161cfd239e6e462d]

        -Wc++11-narrowing
        
        "non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned
        long') to 'uint16' (aka 'unsigned short') in initializer list" etc. with Clang
        -std=c++11
        
        Change-Id: I15ff37bbc3d20c14db850678a9b9e295b900de85

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [d0b590fe19b45e2248adff22c6fe61a4049a7db8]

        callcatcher: remove unused rtf filter and associated methods
        
        update and remove newly unused code, mostly original rtf filter
        
        Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db

2012-12-10  Caolán McNamara  <caolanm@redhat.com>  [993dae8a904b07b6db2b8854feae353f42836c5a]

        guard against div by 0
        
        Change-Id: I7dbdc374246130acafb0f3ea1a4e91ec93c4473c

2012-12-10  Miklos Vajna  <vmiklos@suse.cz>  [3514ad82c4200be292ef6eaa1e94c5c6a41884e4]

        sw: unused SwRTFParser
        
        Change-Id: Iaabd3d992f5e8cd8166afd3520fa8552b6219e27

2012-12-10  Herbert Duerr  <hdu@apache.org>  [9aec18854afb1ec2d28c334861924ad6eacf26af]

        i121446:fix SwAccessibleParagraph::GetGlyphBoundary()'s ret val
        
        Change-Id: I651ed02aa65b556c2315c8d9ed49ab7dc59687c8

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [7f78980ea260999c88878e362a4d6948d41ddbd8]

        WaE: non-constant-expression cannot be narrowed to float in initializer list
        
        More of the -Wc++11-narrowing warnings.
        
        Change-Id: If371de0f480119d9b6f5fdc10b67484eb63c9d61

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [6981889b0ab9618defa81d7a59f87aada05adc5e]

        WaE: unused parameter
        
        Change-Id: Idd9e548ac4258332d741bd7bb1d39d521d8e5c7a

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [56ec8f4ef1935af73b874ab11928bac4c867b40a]

        Fix warning: missing header for unified diff at line 3 of patch
        
        Change-Id: Ie52c139ee7cb4f7f2bb8f6d5225eed200e1fdc00

2012-12-10  Noel Grandin  <noel@peralex.com>  [24f0aa76c005d1506a6d13945c39dafc6e9b8d91]

        fdo#46808, use service constructor for embed::StorageFactory
        
        Change-Id: I26cd1cf86118122f392f16801a646df753a7df26

2012-12-10  Noel Grandin  <noel@peralex.com>  [b9a4a0b9658015a0d55c42de1f5e56941e20d268]

        fdo#46808, Convert connectivity::SQLError to use XComponentContext...
        
        ...instead of comphelper::ComponentContext.
        
        Change-Id: I40384c2d7cfcabd06506321d686dd8e7c7c5f266

2012-12-10  Noel Grandin  <noel@peralex.com>  [9fc4553b6433fbb6565a5b946c4256c0bfe345f1]

        fdo#46808, Adapt sdbc::DriverManager UNO service to new style
        
        Change-Id: Ic2be6bd08aaabc81d0fbe0269ca577868defe934

2012-12-10  Noel Grandin  <noel@peralex.com>  [d01fba6afc39092ae3ae85c38ac21bb7d26d63e2]

        fdo#46808, Adapt sdbc::ConnectionPool UNO service to new style
        
        ConnectionPool was already a new-style service, but since it was
        not exposing all of it's interfaces properly I had to create
        a unified interface XConnectionPool.
        
        Change-Id: Idfa3fa3335173ceeab1785b4049422874b6c9d5a

2012-12-10  Noel Grandin  <noel@peralex.com>  [b8a403467e6209437c3c113ff2df95df6ffec61a]

        fdo#46808, Create new-style sdb::ReportDesign service
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: I681754040e1de8d96fe5bdc1b442bfc4de76c7c7

2012-12-10  David Tardon  <dtardon@redhat.com>  [99de6a78be62ad2a042270274b060e0c7ce7a45c]

        do not return reference to a local object
        
        regression introduced by fdb7fe63db5ba17036a71fe4f7f25f834bef8f95
        
        Change-Id: Id3f89b61b464763a37c5f063c0d541154ec40105

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [782c243045a1c7ee95b2d7ea6bca64812a9049e1]

        Fix error: no matching function for call to 'sal_n_array_size'
        
        Change-Id: I8c5eb0f36d2be76182c3aae68fd9fa0b25a624c5

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [e8edaed36e50ee33d1d241ce7ebfbeb0911ccf02]

        WaE: narrowing from int/long to float in initializer list (-Wc++11-narrowing)
        
        Warnings from Clang now with -std=gnu++0x.
        
        Change-Id: I3a77e3171b0a298d8a35dd18270453a8a0bc4f07

2012-12-10  Tor Lillqvist  <tml@iki.fi>  [a55c3a3875bb78fd7d2e802cde89f690e0d7fbfa]

        Avoid "deleted function definitions are a C++11 extension" in a better way
        
        Tell also Apple's Clang to compile to the "gnu++0x" standard.
        
        Change-Id: Ia9f5f2f5a62ac8c0cbbfbbdffede6f308aea8534

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [d83b27aed3097a8e25e8e56e2af796205f826270]

        Python/pep8: fix E711 in filter/../pyAltFCFGMerge
        
        Change-Id: I0c6fab8829ad7cc434791a0ef1743eb1d50417d9

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [50bdce1a194d8a9ba5c1e2bc4fb622023d3009a3]

        Python/pep8: fix E711 in wizards/../web module
        
        Change-Id: I1efbf6ed09cefb5d69ac615d77cfee7eff6383f2

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [c9bce39210b51e537b7eacd05e6af796a510f52b]

        Python/pep8: fix E711 in wizards/../ui module
        
        Change-Id: Ia54399c218e9d402ce09fe652908c584bf0d02b1

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [fbfda39d26da6747edb3a4c6d593be7e6b2b0f1d]

        Python/pep8: fix E711 in document module
        
        Change-Id: I76efd29101d191fae6560d177a79710329ac2596

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [5020526b6e04fe21c0d7027e2e3070dad08dd6d9]

        Python/pep8: fix E711 (is or is not None instead of = or !=) in common module
        
        Change-Id: I98fc203e5820475cb6849c3708266face92f9403

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [36638e6a876fbeb6217e7ea4ee00fbc022a013c8]

        Python/pep8: fix E711 (is or is not None instead of = or !=) in letter module
        
        Change-Id: Ic6ff028008aea87d1bf2126dccd2afb1bf3733d2

2012-12-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [be487d6ee1b97901a903fe5c6dd7ab2cad702b04]

        Fix result of wrong revert order
        
        Change-Id: Ifebe135badbda741d768d2680267623aff6c2b56

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [a0f86c9c1d2ec16f87688a16a52f3e40e3e04391]

        Python/pep8: fix E711 (is or is not None instead of = or !=) in pyuno module
        
        Change-Id: I8ee9abc9a31a6d7791a006ed589d83d5858de267

2012-12-09  Tomaž Vajngerl  <quikee@gmail.com>  [815f40a6ca428867d4c31249bf0eb8075f050158]

        Reformat code in PreviewRenderer.
        
        Change-Id: Ia17c14a0bf3908fb9201996b64b5c1059ada3205

2012-12-09  Tomaž Vajngerl  <quikee@gmail.com>  [fdb7fe63db5ba17036a71fe4f7f25f834bef8f95]

        Compress graphics dialog converted to new widget layout.
        
        Change-Id: Iff1ffba10c5aaf3d438acf0a69467a0ac9e0f7cf

2012-12-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [38364f5adc77c516721ad26297562d0b1bb66b8d]

        Revert "Make sure all list item is stored"
        
        This reverts commit cd8948d1fd4430bc4186b3525eaec7d531da3fb2.

2012-12-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c03c144d4a8453d0b4e94def8d0f5780d07643b7]

        Revert "Make src lists modifiable"
        
        It is more difficult than I think first
        and it needs to solve in an other way.
        
        This reverts commit e1a91a9ceda6020bb256739e83dc371a50af3b1d.

2012-12-09  Tor Lillqvist  <tml@iki.fi>  [dc6277ef41dcf529760ad894e0aa124f18722c33]

        WaE: deleted function definitions are a C++11 extension
        
        Change-Id: I8f070fb53c0310761c3a0a2407d48ca1c1ac5e18

2012-12-09  Julien Nabet  <serval2412@yahoo.fr>  [7914f867139c06fd751f6e37c9ed3e563388ed62]

        Python: fix deprecated + "== None" instead of "is None"
        
        Change-Id: Ic19c2ac5817cf5f6359bccda14795ec4f17aad7e
        Reviewed-on: https://gerrit.libreoffice.org/1275
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2012-12-09  Stanislav Horacek  <stanislav.horacek@gmail.com>  [f09841cf73f129bb85c870888f9e1215ae99bf83]

        Updated core Project: help  56562e9b04dcbfd63012eecddb53b76dc4cee84b fix typos in LibreLogo help

2012-12-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cd8948d1fd4430bc4186b3525eaec7d531da3fb2]

        Make sure all list item is stored
        
        Change-Id: Idf73871086dd7a3be7371506c034ec7af48d1642

2012-12-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e1a91a9ceda6020bb256739e83dc371a50af3b1d]

        Make src lists modifiable
        
        This work when appending elements to the end of
        list or deleting elements from list.
        
        Change-Id: Ic0b920f79c72ebc3bf70555506466660b13d2aca

2012-12-09  Andras Timar  <atimar@suse.com>  [c2e25b82f0cf43afc86126f1fb5066693cd00d07]

        Updated core Project: translations  d9a4b60f9ae7e15c44675ea56fe6a06613c419ae fix of damaged files from beta1

2012-12-09  David Tardon  <dtardon@redhat.com>  [92ccb9a9262d24087f95a8c2c6e0839cce6d9e13]

        add missing dep on tools/urlobj.hxx
        
        Change-Id: I8529f58d9acd6d9203f7107b269638fd05167a65

2012-12-09  David Tardon  <dtardon@redhat.com>  [56ac41cf8de47726f0552844299b61c2c12302cc]

        add missing dep on sfx2/sfx.hrc
        
        Change-Id: Ib8853b97561d982509e3a5e2d0160a2fa34397cc

2012-12-09  David Tardon  <dtardon@redhat.com>  [cf64f0afb117fd9f4390964dca38fbee9010e873]

        add missing dep on oox/helper/helper.hxx
        
        Ultimately, most of the stuff in this header ought to be moved into
        comphelper or other "common" module.
        
        Change-Id: Ib31500b2d18f0371efc9f1217aa481367c0abfcc

2012-12-09  David Tardon  <dtardon@redhat.com>  [b0ea67981e16336220e54d6e71f5b095c3084ed7]

        add missing dep on boost
        
        Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc

2012-12-09  Tomáš Chvátal  <tchvatal@suse.cz>  [0b8077bc0cd027aa51091a004ed7fe1fcab5f5ce]

        Do not keep deprecated switches around
        
        This is pretty bad idea, because when you really remove them it prints
        nice warning, this way tho you have no damn chance to see it unless you
        read the ./configure --help.
        
        Change-Id: I2fc9ffc1dec4d69522e2a7c90cb5cf06f3d70c3d
        Reviewed-on: https://gerrit.libreoffice.org/1271
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-12-08  Julien Nabet  <serval2412@yahoo.fr>  [44b0bf91df1af9920b1c22a2f54bd70c9c44231b]

        Add missing breaks
        
        Change-Id: Icaa08718c37c2c8823a21b6a3ae4ef8b62b52550

2012-12-08  Tor Lillqvist  <tml@iki.fi>  [3de4b440a27aa0f9f6bb42af08bb143526be6358]

        No .libs directory when DISABLE_DYNLOADING
        
        Change-Id: I4e72093ade16bde4715cd60bf98779c462dd09e5

2012-12-08  Tor Lillqvist  <tml@iki.fi>  [f3fc7bd5c893f57c2f27e634af353c4eefc7f9e4]

        There is no --disable-mozilla option
        
        Change-Id: I279b20d30c0c7ccbe82583ad97e2c4e65cb30221

2012-12-08  Tor Lillqvist  <tml@iki.fi>  [aee92768a4eb0ec2b60d05ce952d1865f9b282ce]

        There is no --disable-build-mozilla option
        
        Change-Id: Ib879ae35358d0f45cc874de501d42532f69ac460

2012-12-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [649c6b38911e9b77d21efba5fa1d6affa9fc4b0e]

        RTL_CONSTASCII_USTRINGPARAM clean up
        
        Change-Id: I4d57a449c2bd61be0cb7b7ed9016b3ee71825b57

2012-12-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [da8af42a2d783588359d33f79d15b94fa0d91bb4]

        Removed RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: Ifb14257ef20c14f8e1551a1470d0dbea1dc0759b

2012-12-08  Miklos Vajna  <vmiklos@suse.cz>  [257a4090af068085143d71d60e6032ba0b998804]

        fdo#49934 fix RTF import of column break in case no columns are defined
        
        It turns out on that case the column break should be parsed as a page
        break.
        
        Change-Id: I5dddc8f334fab35bc2ff03fd8127989ab6a601f3

2012-12-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [0144c952282a4555b7ab0cfcf9d35bf753e5d8cb]

        SVG: add check if polygon is closed
        
        Change-Id: I6e2b405dd1727fd6f6634fb0a68ccaf30d3644cf

2012-12-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [f21e7f8d5875f0cb7592279ac515124b8ca7186c]

        SVG: handle degenerate cases of the basic shapes correctly
        
        Change-Id: I2dc488ba38ca5f63c716f5f7327b47769d289fff

2012-12-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6858182d246f21c5b06af09d8ff0e6fd04ef26c3]

        bnc#791952: Setting properties for all data labels.
        
        You can set different properties to individual data labels.  But setting
        new properties to all data labels should overwrite the individual settings.
        
        Change-Id: I934bad89326115aa83feb86275cf380d701a5686

2012-12-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e6591c6e940cc694aa68c97e287e59572f690d74]

        bnc#791952: Use "center" label placement for "Best fit" in pie charts.
        
        It works better this way for Excel interoperability.  In Excel, Best fit
        is slightly different than the center placement, but the two are pretty
        close in pie charts.
        
        Change-Id: I7f04a1babb04fd488d8cf90df247c294fa9d7b67

2012-12-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6a2feffc024a6af8e44a3a07c9a2f2599bf92bf]

        bnc#791952: Better placement of 3D pie chart data labels.
        
        This value appears to control the logical vertical offset of data labels
        along the z-axis for 3D pie charts (no effect in 2D pie charts).  With
        -0.5, the data labels appear lifted from the top surface of the pie chart.
        With -1.0, the labels get placed right at the top surface, which improves
        the precision of data label positions.
        
        With this change, data labels that are centered are really centered inside
        their respective pie segments.
        
        Change-Id: I26d5d7cb7f68bd09131b70bcb4fc030ac924bcce

2012-12-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4b9740b4ec3987e1d4d2ad6d20b4dcf996a4fa2e]

        Remove duplicate defines and put it into a common place.
        
        Change-Id: I55415985f37970e4d1ba8605e6d22c45198fe19f

2012-12-08  tino  <ttk448@gmail.com>  [8450a99c744e9005f19173e4df35d65640bcf5c4]

        fdo#33365 added wrapper for boost random, use that in RAND()
        
        Change-Id: Iafc524d12c76423f74dc16b42595e52fbc5a1e54

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [e9b21193ed395061b155955e5098f69af92b4fc0]

        remove config_xxx.h files in distclean
        
        Change-Id: I40ff08ccd2c887c632672631b1df53970112dca8

2012-12-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [76c19172de03a1fd0cbf3febc6a68a7138b7b0c4]

        missing delivery in cppunit on Mac
        
        Change-Id: I45e608da450b34c516974cfa1bf6267f5d6ddd29

2012-12-07  Julien Nabet  <serval2412@yahoo.fr>  [a99bf813c0079c26f2a2c940c3db8d8597e3047f]

        Some cppcheck cleaning
        
        Change-Id: I5e8c768981dc6b8029bdc7eb8887562ccc18a5e2

2012-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [632cdffd08df8cdaeba47c6c42c7f718aaf9e751]

        fix Wshadow warnings in boost random
        
        upstreamed as https://svn.boost.org/trac/boost/ticket/7774
        
        Change-Id: I73d25ff16733a0b5c61250fdd98bee13b9fb7173

2012-12-07  Michael Meeks  <michael.meeks@suse.com>  [74471fbf16bb8a132025c280b2bf0535aa202ef9]

        remove bogus assert and add emacs modelines.
        
        Change-Id: If4b6478ab67211e00c52fb9b17189f6f054b3482

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [135fbb750e6cf9438f408499b4cf7034c6e5918e]

        get cppunit/disable-dynloading.patch to apply

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [a72bee7786d370b95416cc5a5bee70dbeca643f0]

        avoid annoying warning about missing file included from Makefile.top
        
        Change-Id: I669273a90a0ed62256c2b0a7f4ea74c522919ef5

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [49a9d370e6598284c0a337d0f4f7ec329187de53]

        add rtl::OUStringBuffer::append(bool)
        
        The same as 563fa900ba22bf83dfa58e67807ed0337f810576 , but this
        time with extra care to not break anything with pointer->bool conversions.
        
        Change-Id: Ifcea840e96da0fbfcf92b54141fb8ef9c5eb94ff

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [1aad4689babec28f47b99666b303ab8bfffc3106]

        use config_xxx.h files instead of -DHAVE_XXX on the command line
        
        As the latter does not quite scale, and also source files depending
        on the setting/feature did not rebuild in case of a change.
        
        There are intentionally more config_xxx.h files (so autoheader
        from autotools is not used), so that a setting change does not force
        automatically a rebuild of everything. Running configure does not
        touch those config_xxx.h files that have not changed.
        
        There's config/README with a howto.
        
        Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5

2012-12-07  Andras Timar  <atimar@suse.com>  [e56c274f815a9b0cc55489537fad8c59273d2c94]

        Updated core Project: help  6ff9e113ec347757b3f5c91836c55902bd0e0ac9 fix empty extended tip

2012-12-07  Jan Holesovsky  <kendy@suse.cz>  [08d2a6532ece404f12dd5dbc84f0d6122db5abd5]

        Emacs modeline + whitespace fix.
        
        Change-Id: I89b08c4125495d8d1b06ca9509e31dd5222dee22

2012-12-07  Jack Leigh  <leighman@gmx.se>  [dd629829c78c294ccbc93c885bbaae11bb72b20b]

        don't display caption number separator on category 'None'
        
        Change-Id: Id01fb900a3e558d5f9d4613e18f3761cf6a670bf
        Reviewed-on: https://gerrit.libreoffice.org/1265
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-07  Caolán McNamara  <caolanm@redhat.com>  [8f45d08f5b918598f1dbeba41ad185edfc446968]

        fix bogus warning about invalid pool ids
        
        Basically theres a missing else.
        
        make it tell me what it's complaining about while I'm at it
        
        Change-Id: I4f32f483e3826066aed4c31a3355c193525f3c5c

2012-12-07  Caolán McNamara  <caolanm@redhat.com>  [74ca0e86063f698c8d36d935cd2b791c6b2874b4]

        drop some static OUStrings
        
        Change-Id: I41d5df892d8b710b82ed886b2390b53535b8a67b

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [21ea372541a81972aa33cb2226dbc2ee3886e23a]

        Use XNotifyingDispatch to avoid races
        
        Change-Id: Ia91bd08122052f5ea206eb9e6c03524e6e3ec245

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [a6d6d1c24ba497ac8586857baed9d4fb155a17b1]

        CLANGPLUGIN_CPPFLAGS did not actually work
        
        ...it just appeared to work on machines that happen to have /usr/bin/clang.  So
        hoist CLANGDIR/CLANGBUILD from compilerplugins/Makefile-clang.mk to configure.ac
        instead.
        
        Change-Id: Ie5d9c6bb8e9d0caa1583d78c8693f06b69873095

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [45237f80237f202b278f0561e6b93db2a2306b6a]

        remove unwanted SAL_CALL

2012-12-07  Takeshi Abe  <tabe@fixedpoint.jp>  [a25b3dd6c474f2a496c0ba2b1d24926ea60417da]

        sal_Bool to bool
        
        Change-Id: I4f4ffff778ff0bb14ddb3e4ae5f9b76104fc8bed

2012-12-07  Michael Meeks  <michael.meeks@suse.com>  [a48e2fd9049797110b3b2505c363557284987ca8]

        fdo#44736 - convert RTFSprms to a copy-on-write structure.
        
        Also try to avoid copy/delete thrash of RTFParserState.

2012-12-07  Luke Deller  <luke@deller.id.au>  [7d88aac6029353c293dfdacbfa462d62c0da69ea]

        fix for fdo#57551: landscape/portrait sequence lost in FILESAVE as .doc
        
        Change-Id: I4d888fc7e9b68ee4c693b565d8ef23dcb825f7ce
        Reviewed-on: https://gerrit.libreoffice.org/1251
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-07  José Guilherme Vanz  <guilherme.sft@gmail.com>  [f0a5e3934ee2261284932c2e8dc48b8ce6605686]

        ::rtl:: prefixes removal in oox
        
        This commit removes some ::rtl:: prefixes and some macros in OOX
        
        Change-Id: I0c5ad9805ec2e8ed1092c56fe32e6901fdbd2b67
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1261
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-07  José Guilherme Vanz  <guilherme.sft@gmail.com>  [74e858693e4c8e5b87730033706656a220f71cfc]

        ::rtl:: prefixes removal
        
        This commit removes some ::rtl:: prefixes on oox
        
        Change-Id: Iae9a89f8a869934b6273a1b97c0a9243b0504fb3
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1260
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-07  José Guilherme Vanz  <guilherme.sft@gmail.com>  [a5e6a1faa36c72be6fcc16404f5daa4993d73bce]

        ::rtl:: removal in oox
        
        This commit removes some ::rtl:: prefixes on oox
        
        Change-Id: Ibb3be70695c48eb0a02fdf285a0c049e244d613e
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1259
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-07  Caolán McNamara  <caolanm@redhat.com>  [d4ca0036d723963b1874901f7185072a70789a99]

        eEscape can never be FN_SET_SUPER_SCRIPT
        
        orthogonal enum and slot id things
        
        If it was supposed to be if(eEscape == SVX_ESCAPEMENT_SUPERSCRIPT) then setting
        superscript would instead sets subscript. Seeing as this is wrong since day 0
        and the code should never goes into that branch I reckon its a forgotten
        remnant from before superscript was implemented as it is now and its better to
        remove the code entirely
        
        Change-Id: I73010cf9428c96dfc75033c138694c5781a73c50

2012-12-07  Michael Stahl  <mstahl@redhat.com>  [01cd24df1ec7eaa53e9e2156d4d6890a7cc5996a]

        fdo#55289: fix crash in SwXShape::setPropertyValue:
        
        In the libreoffice-3-6 branch the docx import crashes here when setting
        the anchor position of a shape, because the previous setting of the
        AnchorType was not done properly: the position of the anchor in the
        SwFmt did not match the actual position of the text attribute, so we get
        these assertions: "Missing FlyInCnt-Hint." and crash.
        
        This cannot be reproduced with the docx import on master, because on
        master a different intermediate AnchorType is set, and transitioning
        from that happens not to cause the crash.  But it can be reproduced with
        a unit test.
        
        The regression was introduced in libreoffice-3-6 with
        backport commit bbbb10a0774b9da546557632cd09c4f6958f8939.
        
        Change-Id: I394643e11862543177ba57958a26cd8ce06dc09c

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [d23508eebba52d7e40c84b3cea17868192519654]

        Revert "Use XSynchronousDispatch to avoid races"
        
        This reverts commit 16383552c8477ac4620d6260a2b7981a9a6aaf17, which was broken,
        but toplevel "make .../workdir/*/JunitTest/sc_unoapi/done" did not trigger
        qadevOOo rebuild, so got unnoticed at first.
        
        Change-Id: I6031cf9f67a8cc69cbabd197bd01462968eeb07e

2012-12-07  Caolán McNamara  <caolanm@redhat.com>  [6a7371d266b7050a9c07b3abce84ef23904525ac]

        loplugin: various unused variables
        
        Change-Id: I59cfea1b755fb4da5cdc9032e719e4e1579a906e

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [16383552c8477ac4620d6260a2b7981a9a6aaf17]

        Use XSynchronousDispatch to avoid races
        
        Change-Id: I517ae0f3a17e769da20219d69d7ff4bac44623cd

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [14acb6b69800c0850157c2ba15b50c5527e46939]

        Unused variables
        
        Change-Id: I8d0d72ac2c3d7f0b0576980c770cb62af983d074

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [98108afb23f04d46c81b8b7d97fc2c71f57207a8]

        Proper indentation
        
        Change-Id: I9fe211563c8b2b2718be25180294421af5593886

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [55a58245c9608cee41c852ac29d432cb611871ab]

        Proper indentation
        
        Change-Id: I4f85be9a33be6d9a3c756f2422eb7574beac1e1d

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [95af0a93c18aca545c40f9bda5e48bf60f61b3c8]

        -Werror,-Wunused-result
        
        Change-Id: I91633af096dd82960867f3ef6eb962b7b20c3960

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [6a31768bd5dc4637f4a62b568c38a8277f6ed3bc]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        Change-Id: Ia9d77ea28c714a9bf3fc3a6c9ed832c9c4619089

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [01872509d4d46e9e86d4371c9ef2034ab4b43fe4]

        -Werror,-Wunused-private-field
        
        Change-Id: I4a37e6aacbcce18f17e4b2eebecf43c0b1679f62

2012-12-07  Lionel Elie Mamane  <lionel@mamane.lu>  [d497d70a9bec0d174696177d93c141387cd0dbd0]

        no SAL_CALL for internal utility functions
        
        Change-Id: I7b945946d5e45d5518ab48fc8fe6cd66fba8d040

2012-12-07  Caolán McNamara  <caolanm@redhat.com>  [d1660f19d5c8c60d8549b594a36d13a5edcf15a3]

        an app can have print options without a print options dialog
        
        e.g. draw and impress have print options, but no print options dialog
        
        (It's plausible that we should merge the print options in the print dialog with
        the print options in the options... dialog of the printer settings dialog)
        
        Change-Id: I25c029ad8ba482b1e8d8d5974cc8de99584b9a55

2012-12-07  Miklos Vajna  <vmiklos@suse.cz>  [8dd1581a4f65eacc2a0f62b79873b533e8237a43]

        sw: unused RtfReader

2012-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [113379e0507e83d3336993d79a49abc75928b42d]

        We definitely want a log file to check in case something goes wrong
        
        Change-Id: Ie8ab243e72decae63717cf78d8e7038a74b4c1ae

2012-12-07  Noel Grandin  <noel@peralex.com>  [06fa6ebbd5f7e3943afbf3552d31cdc0d1edb31a]

        fix missing SAL_CALL attributes
        
        Change-Id: Ibdf93f27f08d4a76867c6871557d2d4967e7b9a5

2012-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a69efa6e2b1b207b78608861c1cb5d8aadda3150]

        Make the usage notice correspond to reality
        
        Change-Id: I4142af0181629c627e1137ce406249040f28e51f

2012-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ebff822d9338eb8739922d5b18baef875ba8d966]

        Add --enable-windows-build-signing option
        
        Change-Id: I9630a486043c97aa9e31873c63f807cedb869a24

2012-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [549b5d030ab60dbf6d0279634b22702e70078dd8]

        Allow signing of dlls and exes with default certificate without password
        
        Change-Id: Ic39276df49cb317936baf7956dd74a1a7f42cbff

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [b66e034904c7d5b0aa60170240deebc84811aa16]

        cppunit is PLAINLIBS_NONE
        
        Change-Id: Id6401999d20069f17133a765195cd49b50ff532f

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [39a6e45bfd60db59321ecbfc406a942b346bb0ff]

        cppunit is PLAINLIBS_NONE
        
        Change-Id: I98765698773f9b349d6aac200ee2e55c25e7a47a

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [b5b316ad7f5f5b77abe1e9e2e93f6aee62d2373b]

        One more typo
        
        Change-Id: Ie08b5ebf76f22a42c99729a284bf1931a7cf9bc9

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [6f067655b316f3e06bad8f786d31369e1174ea23]

        Typo
        
        Change-Id: Iff8315535293613423199aaffeac904e721928bf

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [973a16f9e6a6da4f975413af253265618d1b0b67]

        Adapt to XComponentContext
        
        Change-Id: I2f2c745245722f90b8101995367c55878d568703

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [3ef014c828e2e1f3f0356e2f3cbc8b0a892f0f24]

        Unused include
        
        Change-Id: Ica71cc0eec1054386221c779948381e274ee6475

2012-12-07  Stephan Bergmann  <sbergman@redhat.com>  [5da74dcdea45c0367a54486fab8b790215022678]

        Clean up SerialNumberAdapter implementation
        
        Change-Id: Iebf992544cb71fd2e2f4541a5a63fc962150e390

2012-12-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f0b22ccfdd94e557b4c3db5e0aea570341d8830c]

        bnc#792528: Play it safe for non-Excel documents.
        
        Excel is not the only one that use charts. Let's also store the static
        label value to maData in case it is used for non-Excel documents.
        
        Change-Id: I1faed76e2ff396873039bccb3e1b7dcf27aba8c6

2012-12-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a5c3dc392f451f9718ef2fe2076d41bdd9b87ee]

        bnc#792528: Import static data series labels from xlsx correctly.
        
        Static data series label is a data series label whose value is a
        string value rather than a cell reference.
        
        Also, when inputting static string label in the UI, we don't have
        to manually check for quotes; the formula compiler will take care
        of that later.
        
        Change-Id: I1657fc9879a7f652bba84898e308c3a5d5ba87a3

2012-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c46411ebd5ba696347dc9025c3b045f65f74205]

        also with cppunit_dll.vcxproj

2012-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e95efd9704b39a6eeb05f34eec2f0e3d142ab5e9]

        switch to cppunit tarball with vcproj and vcxproj files

2012-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ff25fde3e60fd27c859c86152f9e859b9f53909]

        Revert "fix pretty broken cppunit gbuild conversion on windows"
        
        This reverts commit 58cb1a2f25ceba89766797af4ce3ce1d590b3915.

2012-12-07  Luboš Luňák  <l.lunak@suse.cz>  [58cb1a2f25ceba89766797af4ce3ce1d590b3915]

        fix pretty broken cppunit gbuild conversion on windows
        
        The original dmake makefile.mk even said the files were missing ... ?

2012-12-06  Peter Foley  <pefoley2@verizon.net>  [987d991ecd25b295f9694920b84823f148e6c8b5]

        formating cleanup
        
        Change-Id: I851f4f82caa8483a296da3c8337ccbedccf7c5de

2012-12-06  Andras Timar  <atimar@suse.com>  [56da3f2a9fbf9e8787c8bc14d171fc77eb53d876]

        Numbertext 0.9.5 (Python 3 fixes)
        
        Change-Id: Ic5d8f8a975861c63354d28f5043abb5ead29192b

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [eafb82821386e4c14f4a072e4b541dc60f4d7af2]

        OUStringBuffer::remove( int ) -> truncate( int )
        
        Although this may seem consistent with remove( int, int ), it is
        in fact rather misleading API. The biggest offender is most probably
        buffer.remove( 'a' ) , which definitely does not do what it suggests
        to do.
        
        Change-Id: I287619cd4b953228b93fa68fb381d66c344c3865
        Reviewed-on: https://gerrit.libreoffice.org/1256
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [cf543d8a78170f4fa3c2ca340f21e61d913a90eb]

        SID_SAVE_ONLY_USED_SYMBOLS missing from starmath print options itemset
        
        Change-Id: I91a39db4d967009ca8fa5ee2fe910a660a556fd2

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [33af123fa0798eceaac6243111d57c7662a24c6c]

        Avoid seeking a cursor to where it already is
        
        Change-Id: I817aef57f3e028d77cf13f8cca1ecc7afcea9725

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [dbafb1663e124cc9d440f4941147a14ae37ab63d]

        Don't force refresh when higher up code did not request it
        
        Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [bd60c90f854954aad4361e6de9829e0db2ac2ccc]

        fdo#53281 Don't cache whole row in KeySet
        
        This was done for the sake of ODBC,
        but the cost was imposed on all backends.
        
        The ODBC problems are now solved cleanly (and more efficiently)
        in the SDBC<->ODBC layer.
        
        Change-Id: Ib8a864da08deaaacc96a379fb72b3b7cbb34598c

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [82555fdad50b68bdfe7912c58a1ec42889c86177]

        fdo#47520 ODBC: overhaul data fetching
        
        fetched data in the current row is always cached.
        This avoids trying to fetch the same data several times, which is tricky in several scenarios in ODBC.
        
        Numerous cleanups in passing.
        
        Change-Id: I17246aa614276e141161a64c716881242c559310

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [e8951fb7d8e61c2ce67d14cbf87c4d0693b8377a]

        comments
        
        Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [0c4f3eb65729a95e0785db0757f46eec38f3934e]

        Refuse to set fetchSize > 1, the rest of the code is not prepared for it
        
        Change-Id: Id49a9db96cdb0aaf901a00a5439b36c1d0386c41

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [bcb20ec9882217d676453d5a74fe277a21b21c20]

        comment meaning inverted wrt to reality in code
        
        Change-Id: I9974921bd62bf4f57e13ffb681b2a90e1403c90b

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [8c0cf0bcee91c90933355b3a94520ea60b28e456]

        setBound(true) is the default
        
        Anyway, setting bound only on the *last* column we are going to fetch does not make sense.
        Either all of of them or none.
        
        Change-Id: I54e8e6b7d33863d1662167b370739cb7d39c0bc4

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [7e93a26f1d9eccc509ddac1d446c0fdc1904ac9c]

        janitorial: const annotation
        
        Change-Id: I6ac4f2700e15bc53a9a666aa5e2222748618dbf1

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [5d9775db8bed6a0e30af2ac0efe0ecabec0ecde9]

        janitorial: alignment
        
        Change-Id: Ibfe513ac8fbcd982784110ac1d3fe84061228bf9

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [ee5e1bca4b1d0f972eb3f9ab0ec79cf6423fd642]

        ODBC: clean up our use of SQLGetData
        
        Change-Id: I813efb928a88eb0a78faaba4ba0d4186c8a9413c

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [a62e53830c95eb3db5976232d3375add94749896]

        stylistic: use sal_Int8 rather than char for binary data
        
        Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [2dac905bd4cbb259e6821bb43714df5f30a2504d]

        const-ify arguments of some OTools function members
        
        Change-Id: Ie19a5277a9b847a9e440d137cf7ee18943c77832

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [1bb035777d6ba48fdc6e8a0e5d0e1f47e087f322]

        Variable-sized datatype -> cannot predict length of needed buffer
        
        Change-Id: I29b8c0352b06fb86e924aaf8108de6835eb9cb89

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [249028838a4f87aa8c8addc4531239171d8016c2]

        comment on our usage of SQLGetData extensions
        
        Change-Id: I9580fa4828db8f19b84ce8f88f8cbc7ab72985b6

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [1bb331a44f922e0250905f59354dc1ffdbc7e044]

        statically assert our own ODBC_SQL_NOT_DEFINED does not conflict with SQL_UB_*
        
        Change-Id: I2f571e06fd498ebe9378105030215ccb134bf974

2012-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [b8b22f37ec3c26fb2b18b0d699e5e58e560b0d24]

        statically assert that ODBC uses UTF-16
        
        Change-Id: I13a8a152d7bfba351632e50d440fba8af375bec3

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [9fa72ccc425dbfea695c879020f0d5462d07d753]

        convert Printer Options dialog to .ui
        
        Change-Id: Ie9f5823170c58f785328e41edcfa1ad70a949529

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [f06ba36094680e8806a6ede65a851c672bab1b67]

        adapt code to use gokul's printoptions .ui
        
        Change-Id: Ibc66c52567911075841d6d5f53c66abf4abf7eeb

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [0e1528f1b4cd76804f5df0d75438a6f392a77d1b]

        just use return value optimization
        
        Change-Id: I2c7937c238d90192383e20923f62233821445c10

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [4ee829af622a2932ffad8f9712e2563579746cf0]

        -Werror,-Wunused-private-field
        
        Change-Id: I1866be3b7feb42f0b1a24bf214a1276b76f883b5

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [1fd91ad2c94e80ebbc121b1f3b6bc76ad2257500]

        -Werror,-Wunused-private-field
        
        Change-Id: Ic4c805079529f13b6cabe78f0c7d33b76c0b7ce6

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [a1f85dd9db88c157d8943f7bf2a101bf8e281023]

        -Werror,-Wunused-private-field
        
        Change-Id: Ifa4d44865873bfee8a95c5287e3d8b4f13fa534b

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [24d7831da52dbb0fdc2f1aa2a5f25f3fa4477acf]

        -Werror,-Wunused-private-field
        
        Change-Id: I1440856b2a54302f3d95ed1d915fb64523f0db3b

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [d35849b6f718990869b01209865bb70cb7343ceb]

        fdo#57927: Clarify msi installer only installs subset of dicts by default
        
        ...since this was changed with fdo#53009 in LO 3.6.3.
        
        Change-Id: I95b8da1311c666945e9bbe15d22da59add6b6227

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [d96c0ee8e9ad0f777bed009e87401e6f684af446]

        -Werror,-Wunused-private-field
        
        Change-Id: Ia567a2e7f8089ad193af98443e5d662e744fcff7

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [b13abba277397464a2cde3604aaca780191e5d97]

        -Werror,-Wsometimes-uninitialized
        
        Change-Id: I8996a06a19e7500b212acf863c44231214427f79

2012-12-06  Noel Grandin  <noel@peralex.com>  [4b90e055067a829f504b53d59aadc2e97138a79b]

        fix missing SAL_CALL attribute on method
        
        Change-Id: Idd0581d104c5a3e1286763c2deb8d385e04e207b

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [959091ef42a714ef034ee42c2b7bd24ecf4daadd]

        disentangle printeroptions from print options
        
        Change-Id: I09c92f5e3de73c37b18c1a4bd1468db0f56a1826

2012-12-06  gokul  <gswaminathan@kacst.edu.sa>  [66f90ced2d912e17f8ab8b5e635af0268cdf0fbd]

        Manual conversion printeroption widget
        
        Change-Id: I4fa6144c242519d57a6ce92ea8dfe776bc12d765

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [42db3c8036947142771577fd301894e9aa9a995b]

        commit delete various unused makefile.mks
        
        Change-Id: I382423164fd65679d3b893ea0d9729508813b425

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [4689f1c4cf96b43bf7470e31f05614c2a1c16f2d]

        -Werror,-Wunused-function
        
        Change-Id: Ida1f703b4552d891f8fe3defd373ec45697ae5b5

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [150a965248da361440b5cc195c810751ab11e92e]

        -Werror,-Wuninitialized
        
        Change-Id: I885851dd3121e34a3f860a449d4d23d185a4d278

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [23451f2a65527a8e525a6964cb9f6a30f9e2858b]

        -Werror,-Wshadow
        
        Change-Id: Idd8404cd882181e571da5fd5c02890a0bf4d1a0a

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [de2c6007fc584150210eb29d15044fca0d8321f7]

        Do not accumulate warnings across configure runs
        
        ...and remove temporary file again.
        
        Change-Id: I199b054d8e7b87d1c9268abbe628393d480e42f7

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [43137f06505324b73ff66420c63e40b37a8d0618]

        convert number format page to .ui
        
        Change-Id: Icaae0aa69156ebffab5750a1820a0a7a94a39022

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [b01fb7736688e287feb9f893657f4fa29a7e26b1]

        remove remnants of lomenubar
        
        since 4e7f9650e2a32b648cbd50ab113955920f960354
        
        Change-Id: I7745a59bdd5986552a476f73c2b5a4d10b277726

2012-12-06  David Tardon  <dtardon@redhat.com>  [5b567649c166c88116733f416bade285acd14f35]

        udkapi.rdb is enough
        
        Change-Id: Ia9919b2d85264ba3c0bf12a66646821e5c6badb4

2012-12-06  Peter Foley  <pefoley2@verizon.net>  [143835b928d00b922c29471bbeca4772237b4df9]

        convert cppunit to gbuild
        
        Change-Id: Idcba54973940b9f197f2fd84a906b50468d1b166

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [8cf32d61a75b1dbb496b38cd95c54b972aea183f]

        int vs oslInterlockedCount ambiguity
        
        Change-Id: I096b1232427ad6996e0b2cfafc9ba38386e19208

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [f0d75874c3106b9e25e36ff338c7935813ad0c11]

        unittest for fast string operator+ not allowing unwanted combinations
        
        Change-Id: I5891efcec7db373407a661636108fd979839db52

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [9b7ec76111ed966e93f6e0802aa6c8e021dcd4a8]

        use rtl_(u)string_alloc where the contents clearly don't need to be cleared
        
        Change-Id: I3e8d8f123aaa43ee3721fae6f220a8c5f959a0ea

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [81e16cea9a11185c209894973db8d1990fa9cce6]

        mvoe rtl_(u)string_alloc to sal
        
        No point in hidding something useful like this in some helper lib.
        
        Change-Id: I7332d7f6bd428378cd19e7e95ad130771a541140

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [f82a55ec476955d9d4467725a4ea3ce9e514d8dd]

        acquire on the shared empty string does nothing
        
        Change-Id: I03a38c387044bda8cec6287ab41c6d202c496473

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [dd23ac402f58e2c1596e68de91efbd81ee6f623b]

        pass string by reference instead of by value
        
        Should not make that big difference, but still. Should not be BIC in practice
        because it's inline.
        
        Change-Id: I53ec7dec46356fb63b0f6f73579cff1ca8495fbf

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [88c00598b2a0bae1bdfe88d4300afec2512183d8]

        support for fast string operator+ in operator+=/append
        
        Not much point in building a string instance that will be copied elsewhere immediatelly.
        
        Change-Id: I38b7d3696f2c619e6424eb3959b00cd2c7738c47

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [b88a26f02276ec2e98287cd2e5f2abea1ea9e949]

        rtl_(u)String_ensureCapacity
        
        Ensure there will be enough extra space in a string, to be used for string
        appending. A bit like rtl_(u)String_newConcat(), but without the function
        actually appending anything. Unlike the stringbuffer variant this does
        not allocate any extra.
        
        Change-Id: Ic6f84bf014a713f9912c81d8f1405c593978822d

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [5c61b8e87b6a8cda82a0857fdae4d2b2215552fb]

        add doxygen tags to the internal fast string stuff
        
        Change-Id: Ie5026c116f9cc7d5b10981d53881f8a0d7986a68

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [3560c7624934eab8f8cc406828d55197b96740fe]

        remove needless friend declaration
        
        Change-Id: Ib816e8126193a3477fca1334d7526743da0d4423

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [585ae2a0530d75189421c903bc12ee6c1845bd45]

        ostream/OString operator<< no longer needed
        
        Change-Id: I223a9088a3465a51ea44ef28ac604f3d864f933c

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [57369e6addb5d7a9cbbb1e17deb3ff7375b88353]

        reduce a bit the rtl vs rtlunittest mess in string headers
        
        Change-Id: I27bf6d5466313a7e4a1363f481b2bd7eab142a5c

2012-12-06  Luboš Luňák  <l.lunak@suse.cz>  [4566d3c24809b51d9209d1d7183feaffe0a393c0]

        committed by mistake
        
        Change-Id: I40a4aa2239736a081a94b04c2f510866be5ac54c

2012-12-06  Noel Grandin  <noel@peralex.com>  [19854e653be1dc01f5b655fca851a6e3a651a940]

        fdo#46808, Adapt sdb::ErrorMessageDialog UNO service to new style
        
        Change-Id: Iaf12324e6aa64b268555b0f4c82f04f4c0f6f123

2012-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [8909b2c384154baa2174aa53b433b12b02871e75]

        Drop unused declaration
        
        Change-Id: I8673787aac659acfc638b3040a6178e6c21a51f7

2012-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [6488d6941dd25f49aa3254f38a5f3185f2fd3e5e]

        sal_Bool to bool
        
        Change-Id: I942cad6ec0e06d4f98fdf8e2557e11603b951e7f

2012-12-06  Miklos Vajna  <vmiklos@suse.cz>  [4839c0ab201fd4dd7b32a5d6c9f6e202a88ad09d]

        sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filters

2012-12-06  Noel Grandin  <noel@peralex.com>  [495111b249e1ef17be96dbdfbc5a13de6d5dd5f9]

        fdo#46808, use service constructor for sdb::DatabaseContext
        
        Change-Id: I4d845f289f324912b0fc4d8e26a2947e2d2f889e

2012-12-06  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [1faac45905a2dc28b36f7957cb008e8c0e7fa3c1]

        Translate German comments in tbcontrl.cxx
        
        Change-Id: I071feef9c7df4ad5ab72cd9caef5cbcbec1ae53d
        Reviewed-on: https://gerrit.libreoffice.org/1249
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-12-06  Noel Grandin  <noel@peralex.com>  [773ad75b0dbc4dac1cae704c726b5a2d67ae1146]

        fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style
        
        Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9

2012-12-06  Noel Grandin  <noel@peralex.com>  [584cd8d1c23d47becb776e382f853ffe77ce9fc2]

        Fix: <errno.h> needs to be included under Linux
        
        Change-Id: I00cbeaa3d00b6001b1b9adf00059f27d7affb08f

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [ec530530b7c4afbc7b521aaf05ac4e3d527fdf7e]

        Fix Linux-specific code
        
        Change-Id: I36971b78dcc2fb0ab8570c8b80feb51bf6043e54

2012-12-06  Jan Holesovsky  <kendy@suse.cz>  [1d3a86cfb11b3490806444e70683a8fa1fa1487d]

        Personas: Hide the Persona UI on non-Windows.
        
        Change-Id: I6b2c9a33cb1c2144eb42a577071ade5b44b38964

2012-12-06  Michael Meeks  <michael.meeks@suse.com>  [c8a733079f6718dc908edd4af8d9befeac157e80]

        cppuhelper: add compatible symbol for obsolete method.

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [2f80337e5eccbb7c57493eddd1d4e62de0fb1276]

        Resolves: fdo#57939 use different layout instances for differing kerning flags
        
        use different layout engine instances for different kerning+ligature
        combinations
        
        Change-Id: I951dec2dfdd25df2c60f617e70a094bd0753aa77

2012-12-06  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [b22881c8166708d6fd42fbadad47ff880ba19ed4]

        Modify the default Style list in Writer, give them a custom order.
        
        Asking on UX-Advise, there were no negative voices for this change:
        http://nabble.documentfoundation.org/Libreoffice-ux-advise-Default-Styles-in-Writer-td4020441.html
        
        Change-Id: I780eaecc29c88493f09194399dfc00be1484c549
        Reviewed-on: https://gerrit.libreoffice.org/1248
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2012-12-06  Andras Timar  <atimar@suse.com>  [e43d62fb39e0b6b3e59b22110460d23b6d507b59]

        rm intermediate files that are input of helpindexer and should not be packaged
        
        Change-Id: I8b3e526fd413bd3ced75bf1cd81f9be2540bf9e8

2012-12-06  Noel Grandin  <noel@peralex.com>  [6d77e0cb1571bf7868672619ccc424a03550ac3b]

        Bug 57917 - --enable-ext-oooblogger does not work with Python 3
        
        Remove the oooblogger extension. It is unmaintained and the original
        author (caolan) wants it dead.
        
        Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235

2012-12-06  Jan Holesovsky  <kendy@suse.cz>  [1ec666e2c2570e246d2603e6bf5754aaa08f4b92]

        MinGW: Fix BluetoothServer build.
        
        Change-Id: Ie04d3c1703bcf22b746d1ee965f9ff3155a9ffeb

2012-12-06  Michael Meeks  <michael.meeks@suse.com>  [9d7c1dcbbbce69bebec54d85004a0da5074775cd]

        re-base on ALv2 code. Includes:
        
           Patches contributed by Ocke Janssen
           converted reportdesign.
           http://svn.apache.org/viewvc?view=revision&revision=1396797
           http://svn.apache.org/viewvc?view=revision&revision=1394326
        
           Patch contributed by Oliver Rainer-Wittmann
           sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
           apply print settings to new printing routines
           http://svn.apache.org/viewvc?view=revision&revision=1172115

2012-12-06  Michael Meeks  <michael.meeks@suse.com>  [c95f6b679a548f7b79d10005b0415d7a0233e4b4]

        remove obsolete stdidlclass.

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [efca6f15609322f62a35619619a6d5fe5c9bd5a4]

        fix patch path
        
        Change-Id: I3da11f199cdb6b9394e99fc549cff2388a04d6b2

2012-12-06  Caolán McNamara  <caolanm@redhat.com>  [458530deaae92a328fd51c043af1039ad3fbff82]

        fix xmlsec build under RHEL-5 (again)
        
        last fix was removed with ec6af4194e80f5f0b2e46ca59802ff397a2a4a24
        
        Change-Id: Ibb459d5c43356abb782dbd6a88f712bd1e01b54b

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [43b8e719d22bd115ecbd71e48be8aae42ed61a0d]

        API CHANGE: drop obsolete rtl/oustringostreaminserter.hxx
        
        ...its functionality moved directly into rtl/ustring.hxx
        
        Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5

2012-12-06  Stephan Bergmann  <sbergman@redhat.com>  [c4a8ba908cca0228336330ae72e5d7ad29a6ed2e]

        Put stubs for removed functionality into compat.cxx
        
        Change-Id: I634c6c699f8573113cdf0763c2cc83dcc04b0b0e

2012-12-06  Jan Holesovsky  <kendy@suse.cz>  [93fce951784cd561f308c5019aa0b3a178116a92]

        Personas: Force selection when the 'own' clicked, but nothing chosen yet.
        
        Change-Id: Iaf5a82a7f12ed7112f86bfa1c5f243ab00ca4285

2012-12-06  Jan Holesovsky  <kendy@suse.cz>  [4774eff21caa200fff6ffc03c9f7304d49c1d6e7]

        Personas: Read the info from the Persona page, and store it.
        
        Copies the bitmaps to user/gallery/personas/ in user's profile too.
        
        Change-Id: Ibb673320042633850df8bb7a6a849be2c3fc13b8

2012-12-06  Muthu Subramanian  <sumuthu@suse.com>  [f1fee2a65c8c1968798e1246a4b455d9160d8eb9]

        n#780748: Basic EMF+ implementation.
        
        * Minimalistic implementation of EMF+ export
        * Currently exports transparent polygons.

2012-12-06  Jan Holesovsky  <kendy@suse.cz>  [d5516e8fe2933b482058b0d6ec2e256e21ae93a3]

        MinGW: Fix configure.
        
        Change-Id: Ia4f72b7bfe12f8f7e526b7dc2a2a2ba3d6eae861

2012-12-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [abb1e3352b21d26e2ea00f504162540daa7d69f2]

        Avoid activating window pane when launching popup window.
        
        Else, activating another window pane where the cursor is not would cause
        the pivot table field popup to immediately get dismissed after launch because
        ClickExtern() gets called from ActivatePart().
        
        For example, imagine a field popup button is on C2, the cell cursor is
        on E5, and the window is frozen between rows 2 and 3.  Clicking the popup
        button in C2 would launch it for a brief second and dismiss it immediately
        afterward.  Conceptually, launching a popup in another pane shouldn't
        activate that pane anyway. So it makes sense not to activate it for that
        scenario.
        
        Change-Id: Ib970cb898fb9c79d254411e2519cfce74c60b72f

2012-12-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af3030e6bc0ac443387bca80d2969ad1caa2606b]

        OSL_* to SAL_WARN in conditio.cxx
        
        Change-Id: I866217341572a79f653fb9900789a7e523b620a6

2012-12-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [332b61dc04bf10906edf89f9fe34a96fde1eeac0]

        Different set of icons for Calc's XML Source dialog.
        
        I made them, so they make not look all that polished but at least they
        are functional.
        
        Change-Id: I7964a7d42176f69a68ac831fea032dc521c5fe3f

2012-12-05  Peter Foley  <pefoley2@verizon.net>  [f9a687719960a6636186cbd2db917ad660139a11]

        kill oowintool
        
        Change-Id: Ifb0c8a34ecb7b77a92fb67ca947b4ed46f51fd9a

2012-12-05  Peter Foley  <pefoley2@verizon.net>  [3be458578445b82c718b1a8512d16d706fc2329b]

        we dont execute config.guess anymore
        
        Change-Id: Ia2a0158b2824748625e4ece26d3a145fefd519cb

2012-12-05  Peter Foley  <pefoley2@verizon.net>  [0743ccea543dfcad5c4875b943330fd894a5132a]

        define must be overridden on cmdline
        
        Change-Id: If85a60d9db69ab96c8a77b7715fc2a51fcd7ba51

2012-12-05  Peter Foley  <pefoley2@verizon.net>  [0f6286ae723e5c677ca02b9376797a3ea047fd45]

        dont create warn file if no warnings
        
        Change-Id: I338b76971c4fd94455231d58e9d0bcce4524e829

2012-12-06  Tor Lillqvist  <tlillqvist@suse.com>  [1a65a1b4fb54583a1fb1e5b6e7325bfc8a210c34]

        Set OOO_VENDOR to the login name as fallback
        
        If OOO_VENDOR is empty you get annoying warnings from the Windows
        Resource Compiler at line 55 in solenv/inc/shlinfo.rc.

2012-12-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8e43393c9514f39e6b43e581503b61177a00bd36]

        Don't forget to set focus handler for the reference edit boxes.
        
        Or else the reference mode wouldn't work at all.  Also rename the
        pointer that holds the current reference edit box instance, to be
        consistent with our other reference edit dialogs.
        
        Change-Id: I72e98b5a81b4c313d41c5bd0e429781997cf78b2

2012-12-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6e57e691fa87b4b60678cc3f9a89ac7034a0ebdd]

        Same logic without using the boolean variable.
        
        Slightly simpler to follow its logic.
        
        Change-Id: I988158c93c813fbeffe8e0319c7970d2d3cf3e02

2012-12-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [56bb08e75c12cb85041607f7f34451018b09414f]

        fdo#57497: Remove group table data when all group dimensions are gone.
        
        Otherwise ungrouping date grouped dimension may crash, or produce
        incorrect results.
        
        Change-Id: I3634e3c0bf8336fc1221f5d234cb7e01eb1f07c6

2012-12-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e2a35977ca056d7bf1dae3a9c41ae135a85892fd]

        Template manager: keep thumbnails ratio when scaling down
        
        Change-Id: Ic597dd9fd12895c0d21f678cba44feba9f6fcd47

2012-12-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [57ed5702fda24dce9da13bafbd4b3f385bf9c5d5]

        Template manager: pickup non-empty thumbnails for folders
        
        Change-Id: Idcb2987dc98ea9d00c8b160902446e71e8d6daff

2012-12-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [337ac3bd696046e734c4bcc0c91294c59514274b]

        Template Manager: put all the ToolBoxes in a Control to ease painting changes
        
        Change-Id: Ie63638a2b69594edf21e8025b1531842390f409d

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [e25f17abf519dffce44d474f45b145ced555dc3e]

        be a little more generous with spacing around images in buttons
        
        Change-Id: I14c2b43a97e061759bf7ea48c18a3400556d45da

2012-12-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0849f7317907d899157f506b235f445b449bcbd6]

        findbar: show up/down buttons when searching for selected text
        
        1. Type and select some text in Writer
        2. Ctrl+F
        Result: the text appears in the combobox, but the up/down buttons are still
        disabled.
        
        Change-Id: I9cd9f0bad52967a9934577c9bb743085b108fa94

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [f995e0f7bbfc52cdfbef92b6c9d9c427a34a68e7]

        Adapt to current Clang trunk
        
        Change-Id: I0aadc7019934841d6864258695a17503918b6c20

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [30c77b4c3ffdb878eff8ee55af60a02820e242ae]

        -Werror,-Wunused-result
        
        Change-Id: I25cf94e9abaf976df9a8a0b8ee5f9955d623b006

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [c2b8f129f378a23d626c4985238faa813cbaf381]

        allow arbitrary icons from our icon-themes as button images
        
        Change-Id: Ibe02b485e265ac6274b0aab51676efb0e1d280ae

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [ffc75b57349418db21ebf71086a7750d38f1280b]

        Revert inadvertent chmod
        
        Change-Id: Ia433a842feb1d4bf2e2398de61144e45ee33d0da

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [e4bbf6d3cfda9bf879a6c2b69b7b7d767f60b991]

        WITH_MOZAB4WIN=NO still needs mozbootstrap
        
        Change-Id: I9b9cd072c885387988492a6a945a9ca099635ecf

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [dfd474710f959dcf78038deb990c3618b467ec67]

        warning C4702: unreachable code
        
        Change-Id: I93b5a0c938b8c0bdf69a03aea0f1aa6bac9fc414

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [149858e94e0c6639ddf7a6de6daf176bbc885320]

        Adapt to Clang 3.2
        
        Change-Id: I9e51867198d7677c26cbd97f5d9c85ac13dc90c5

2012-12-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9bcd98fd13c12698633ca0dee3656689678b84b4]

        Template Manager: ban double-click and right click to start selection mode
        
        Change-Id: I49383a884b5806679ec6f79d49b8bc194d28d557

2012-12-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3eaa0cb7552381c7924722619b237a4d5ca21ff7]

        Template manager: use icons in the toolbar
        
        Change-Id: I4f1e199c9c678f5443cc736ffa8f74d9748b6f0f

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [9f417544f83fb5645abd7b74382bede2246c73b8]

        warning C4100: 'aDiscoverable' : unreferenced formal parameter
        
        Change-Id: I7bb5e40e8da943926f7fd8b1f76e010d073362c9

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [67338cc75dea10dd7643d23ee794300e0ebe8936]

        Drop support for old ...configuration.PackageRegistryBackend/registry layer
        
        ...that cannot appear in a LO 4 user profile.
        
        Change-Id: I91eaf50289119fd26a54a99067ecfd3f323d61d6

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [f4d8090a484f99970f00bab2aa9b9f8d6cbe4fdc]

        Drop support for long-gone share/registry/modules layer
        
        Support for "module" layers in configmgr/source/components.cxx is still needed
        for gb_CppunitTest_use_filter_configuration in solenv/gbuild/CppunitTest.mk.
        
        Change-Id: I0563145bdfc31e8024a9025e1e390e3c0c4394bb

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [5cc746ae08e69384b1165dba2d313f3e4b6378a8]

        Updated core Project: help  22de25aee5060ad81e2c37d3012eb0eab509614e update help ids for calc sort .ui conversion

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [4a1044229afd6b52ca10e5c55f1957b153a8c6ea]

        Resolves: fdo#57532 restrict page sanity check to non-storage chunks
        
        Change-Id: I47c24131e95b9a8a691dbff4710869ba91df8306

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [625ce5e92ba1850c841ce591f7bc395243af46a6]

        allow arbitrary icons from our icon-themes to be loaded via .ui
        
        Change-Id: I5aab159bbbd4c20788085ae3069522f248289ab2

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [e27338143b4f8aaf8653e28a5bd6e123c7718128]

        drop now unused sort resources
        
        Change-Id: I2192872005f6cd1e85b359f209c8450034a010b1

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [fdc0ad65e1bad6871c7f44a61dbe4b1501e731c3]

        restore swdoc test
        
        4b586bd622c94e617075f4e176087584ae5fe47d (presumably accidentally)
        removed it
        
        Change-Id: I7c9ce15f5393a31bdc33aad8edc91375859501c1

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [b6378a4ef6fe7bff0fbe4af604a32ca7cc0f617c]

        move numberformatpage to cui
        
        Change-Id: I3aeb2694443aa7e73ed9ae97af094c1b3a4f4d90

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [40d413ee4c88d4c2b68e0c373c6657f000705285]

        Move flag file extensions/bundled/buildid -> extensions/buildid
        
        ...it does not only control bundled extensions.
        
        Change-Id: Idc4c9d3c6788fc77e90aa2478d50f2b0151a1238

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [0b4ba827060757ee0ce23030bc8e25b5ddb9581f]

        Remove hack for LO 3.6.x downgrading to preregistered bundled extensions again
        
        With LO 4 using its own user profile, the problem of sharing a user profile
        between LO versions that do and do not use preregistration of bundled extensions
        can no longer happen, and so e9631f40ee49a244b6c6816e5cfb36814b9bafba
        "fdo#53006: And detect LO downgrading scenarios..." can be reverted again.
        
        Change-Id: I515077340823b8b277ffb6758b0d6a3cf8bfd0d5

2012-12-05  Luboš Luňák  <l.lunak@suse.cz>  [9802c4500978198034116c27fc6add66b0c37769]

        serialize valgrind using icerun
        
        Change-Id: I9225f668d0e585126cec07daf7621d6c6cade841

2012-12-05  Luboš Luňák  <l.lunak@suse.cz>  [7a3988aca2c649253575bee6a582189f846c80b2]

        and valgrind leak errors or other info is probably not useful in unittests
        
        Change-Id: Id3d899e7e9ef86d0f3a24502af74ec3a554037ea

2012-12-05  Luboš Luňák  <l.lunak@suse.cz>  [b82f2f3b3a38a356ee71beab669d0aef6a941a02]

        make unittests abort build if valgrind finds any error in them
        
        Change-Id: I4b71b82cb426a185c6534f5a6a7c1eef422b2699

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [a2863a411dc3fa55bd9025071eccf46bf11230cd]

        move printer setup .ui to svtools and replace .src with it
        
        Change-Id: I8959b08aee2d2974552b8d33c03436973352d599

2012-12-05  Caolán McNamara  <caolanm@redhat.com>  [b395637a39fca0512f159159495a06cf3cb2b8de]

        the builder now always owns all its widgets
        
        and improve warning about un-found toplevel widgets to not
        warn about unfound widgets if the toplevel id is found
        but refers to the passed in parent
        
        Change-Id: Ieaea3cf4d0342e0f65b330a06777d81a119ace14

2012-12-05  Noel Power  <noel.power@suse.com>  [307ac3f53d670a28e60471859aed03e4e13519d6]

        fix for bnc#791731 preserve cell formatting of datapilot area (
        
        also uses the cell formatting to set up the field buttons background & text/font
        attributes
        
        Change-Id: I5f5a46bfc7f0b7aabb8872c25b3c3134e90611ac

2012-12-05  Tor Lillqvist  <tlillqvist@suse.com>  [34a5932cd29bcc48859aed501eb8b262c949e45e]

        Fix comment

2012-12-05  Andras Timar  <atimar@suse.com>  [4d0739e497f68e83943b72f840a228ed8e91d506]

        Bye bye ODMA (LICENSE.odt)
        
        Change-Id: I5e83d9fd524e5a414e0bd12879c53f20e0df9fd4

2012-12-05  tino  <ttk448@gmail.com>  [8d0dbbdad4b06da7d90d39acf1870fb62543d6ea]

        changed function names and variables to conform with UNO style
        
        Change-Id: I3de884b54083a6916a5baed4d475016aa9d4ddec

2012-12-05  Stephan Bergmann  <sbergman@redhat.com>  [4565afec9e87090aef6ced9ae582910e4c46d2d9]

        Clean up scp2 flags
        
        Change-Id: Ib4f5c28478d24a97131b6d9b3b1539d4982f762d

2012-12-05  Tor Lillqvist  <tlillqvist@suse.com>  [d9cf110dae8030c93c4cc7909b30c779b523359f]

        Bye bye ODMA
        
        SUSE has no interest in it any longer, and I doubt anybody else has
        either.

2012-12-05  Tor Lillqvist  <tlillqvist@suse.com>  [54c08da6c7d9f8fc28ac6c5fd15fdfbe8b0cfc03]

        Check WITH_MOZAB4WIN

2012-12-05  Tor Lillqvist  <tlillqvist@suse.com>  [17f7ee8442472e3ef743891b4d4f1a6a8c063472]

        Let's try to enable compiling the Bluetooth code for Windows

2012-12-05  Alexander Wilms  <alexander.wilms@zoho.com>  [bf5cf1a30bad7d831a501e5bf037ed83df8b2009]

        Icons
        
        Change-Id: I3b2eaf95f4585e9103e65528936acd13ea1e2630

2012-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c63d52506b66563eefcf29c803b23bb9b812491]

        remove unused parameter
        
        Change-Id: Ica799b8a036a3055ea50ecc90ca85acc1ec51f21

2012-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b586bd622c94e617075f4e176087584ae5fe47d]

        correctly parse range in cond format dlg
        
        Change-Id: I92d19cd71f7f1c9e90b2d3039a5c3c6a0143d1c7

2012-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c60abfdb617039cedc53982c7c8eca640e28cac]

        adapt cond format range when copying sheets, fdo#56742
        
        Change-Id: I9b28ac161f326ebeeaf0fa22e0a96915187d7c94

2012-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1cff220853c803f40ff4284fd6046a86cc15d43]

        unnecessary forward declaration
        
        Change-Id: I5a4a60a3d374b71625646378e938b51fc9dbaeb2

2012-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [2e053cf5ea4d93a2e1845e795a9c7fe1e08c84af]

        sal_Bool to bool
        
        Change-Id: Ic1cc3312e61e602c33be7444f8d4bbad9268ae77

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8f4fd2c34fbe9501c12a35eb4b392ea93524b9bb]

        Actually let's use the internal API directly here.
        
        Change-Id: I1690723b11db2d6f1f5101913ab68596a44c467e

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3f629a1df701e29a03b4809984ef14e4db5ff71]

        Fix the testPasswordExport test.
        
        Change-Id: I9ef9be5d31a08813db9ecfed8eeb0ba8579309e9

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [75e4c6fc621e57734a1dddaccc7e3cbe3ba03d8e]

        Remove duplicate code blocks.
        
        Change-Id: If44f44ad076313ab67968fd70f244d781356028d

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [922714c21c1c58792542e512869ada3e2a267afc]

        More adjustment of file load code in the unit test.
        
        And remove the try catch block, which shouldn't really be necessary
        there.
        
        Change-Id: I91db12203332b31b208b107db810c33705a57f0b

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [346905d44d9fd6744074fc7faf6368de54e5e31f]

        Disable user interaction here too, to prevent dialog launches.
        
        Change-Id: I6b193ddf7e03dd6706326e9fe8a523423435812f

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [29ae7be080398049644358a1044c4b253dd9e466]

        libcmis, libvisio get a boost dependency too
        
        Change-Id: I43a0e613614f98351c157895812ce3ca5808f703

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [d91ea14ab173619771f1ac6034610ec298b179ca]

        WorkbookFragment::finalizeImport(): catch DialogCancelledException
        
        ... so sc tests don't terminate with unhandled exception.
        
        Change-Id: Id6bcfa8b181bcb1f6df63a7918e88c68ff7940e5

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [5d84af7e83404f22d3c9cd0b0bb88fb84d0550e7]

        fdo#57553: Picture dialog Macro tab page: lazily init
        
        ... because JVM startup is annoying, so delay it until really activating
        Macro tab.  This patch is sort of lame but with the change in
        bd2c14ec78a7549d4a19738154cdd5ea890f61c4 what can you do...
        
        Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [60b0a466ec6df97df14e7341228b8f8c2c48f8dc]

        workaround for gcc-4.0.1 bug
        
        Apparently it cannot do proper name resulution here despite the using namespace
        near the top of the file.

2012-12-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1732d9e96fc11417fb966f2127001711fa3af4f1]

        Ask the user if she wants to do full recalc on load, for ods and xlsx import.
        
        But allow it to be disabled for filters tests as well as external document
        loading.
        
        Change-Id: I5b8533532c6be8b7c2cfcbe15faf780d621aec65

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [65e36f20761ff191816f9a7e32da750ca3001e45]

        sort printers
        
        Change-Id: Idd9e10211eedbe23cabc92a7f1b1c0416fef480e

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [0bde9091b00516096657cb7ed82898d486072355]

        remove ability to auto-replace .res widgets with .ui versions
        
        it worked, and was sort of cool, but complicated and potentially fragile and
        I've lost interest in maintaining it as a stepping stone towards full .ui
        conversion in favour of just fully converted to .ui
        
        Change-Id: I27cfd4061ef15cd691ac6ddaa7155afd025182ec

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [839272421fcf4c7bd1ebb0e526fb1476a0cb84c6]

        sort dialog can be resizeable now
        
        Change-Id: Ied1969d849c08f450bf826fb24624cd9fa54695a

2012-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2cce815d17ecab4a9440d3cae2064db60fa5d2c]

        also workaround strange crash with ref edit field for formula condition
        
        Change-Id: I96a08b04215fdb22af5e1d2b21512544ebcc0f3a

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [0990da105f89004f6071cf8cfee271e8b5f2d2c8]

        clean up more sbxToUnoValue declarations
        
        Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [7fe270b5718b8791128b9b8faee8b3e7d04f2be7]

        warning C4273: sbxToUnoValue: inconsistent dll linkage
        
        Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60

2012-12-04  Tor Lillqvist  <tml@iki.fi>  [be76d34849f95568e333a2af28bf61411eab3124]

        WaE: unused variable 'pDrawView'
        
        Change-Id: Ide676ba1127a69dd2b787a57623a23d1ee13aaac

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [1eddfce9894fd05315173744f495619189093dc7]

        LIBO_UDK_3.7 -> LIBO_UDK_4.0
        
        There will be no 3.7.
        
        Change-Id: Ib2808aa259baaa7eac42c7ec7a640105fc8c07a1

2012-12-04  Stephan Bergmann  <sbergman@redhat.com>  [bd9c4510ff13ab7e935ed12c5b6d1f132c6f2b79]

        Take extra cache/uno_packages/*.tmp_/*properties files into account
        
        ...when migrating user extensions from an old user profile.
        
        Change-Id: I4425eba1e840bfdb33782bb3ed0542ce48b2f75f

2012-12-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a6f8eb4ed1e237b49c19ed015487504f81051005]

        Fixed removed entry for SID_STYLE_HIDE in sc/sdi/formatsh.sdi
        
        Change-Id: I374173f5a91235fa16ca84e6a26d947cd0009e0d

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [00e93626d109594bb3eb58405c0b2cc205e6711c]

        replace #pragma weak with __attribute__((weak))
        
        They do the same in this case, but clang doesn't know the former and warns.
        
        Change-Id: I4895f80d4b25c147e073f3fea7db6fd2acfb84a4

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [8a5961a7ee750ae2a2bcd73a4859486d00f00b6d]

        remove unused variables and code
        
        Change-Id: I4cd76fb5bb3187a9a25e9a73556c8ee3be1a5361

2012-12-04  Noel Power  <noel.power@suse.com>  [cce13e3f6a42c10232653dbd52088743f935c7d0]

        fix problem with captions inserted at problematic zoom levels
        
        also makes sure that caption drawn ( when hovering over note cell ) is drawn
        at the correct position also ( e.g. corrected for zoom pos )
        
        Change-Id: I7c06dd74d26e37d69bcc5a5734fae676aa7599e7

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [62b9b25da8b182d0bdba99f70d6123dc2666e382]

        bump minor.mk to 410
        
        otherwise build dies with solenv/inc/settings.mk: line 50
         Error: -- Expecting macro or rule defn, found neither
        
        with a SOURCEVERSION of OOO400 in minor.mk and a
        WORK_STAMP of OOO410 in config_host.mk
        
        Change-Id: I79cd39285c43e21c791dc5c8565ad58003553ad9

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [16d7ace9eea35284e012bd2519d691946dadff58]

        rework the calc sort dialog to use .ui snippet
        
        this should have the side-effect that the scrollbar is in the right place, and
        not jammed into some odd place in the dialog
        
        Change-Id: Ie1648568de755172b77378b19e0b59b5056c116f

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [f41a2804dd4a23352b7af2dd28c03df02debfb13]

        make sure ScrollBar OptimalSize is up to date
        
        Change-Id: I12e95c3594ffbb508c7f79bd512e07aaf44a6eab

2012-12-04  Caolán McNamara  <caolanm@redhat.com>  [953cb304b16d04e8ec6e023643b9393395e2d99a]

        export VclScrolledWindow for external-to-builder use
        
        as a work-in-progress
        
        Change-Id: I6065f3a4db5056cd925152dccd275de0d17b77b9

2012-12-04  Petr Mladek  <pmladek@suse.cz>  [0178ef0039a10a9d2adfe081845ac2e6e8e0ef05]

        bump product version to 4.1.0.0.alpha0+, build id to 0
        
        Change-Id: I0a8e86dc862b05e8c92738a565ae1513ea9e60b0

2012-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0db40b4672fb9714d9e5dbe12615fa511463d9f7]

        superficial specialcasing is superficial

2012-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3b9483e397c91902a3d7ccc8fbc551ff335ff65c]

        make 'make tail_build' work again from the toplevel
        
        also:
        - tail_build.all
        - tail_build.build
        - tail_build.check

2012-12-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [878ecbaf8985be0517fdbb2785b3864fbc9afcf6]

        revert the huge performance regression in gbuild intoduced with 0a45deba2be4a77db7540bd050b25bd6c26d7513
        
        - we should default to make -r
        - everything else grows exponentially with the number of targets
        - gbuild should now have sane noop builds again even on make 3.82

2012-12-04  Jan Holesovsky  <kendy@suse.cz>  [ad0e96c2ec27ed6266715c724464809e6d86979f]

        Personas: Allow to paste Persona to the selection dialog.
        
        Change-Id: Ife095eb27fac135c0c2285259dd1008e9b7cefc5

2012-12-04  Jan Holesovsky  <kendy@suse.cz>  [23c3f4a72cfbcc59d39be7b9832ef6439f440d29]

        Personas: Make the [Visit Firefox Personas] button work.
        
        Change-Id: I024bcd527b643076642a233d8e71003c006b5c15

2012-12-04  Jan Holesovsky  <kendy@suse.cz>  [03f04a9ee298ad968d00910f0f96a0a834ec7cda]

        Personas: File dialog for the selection of the background image.
        
        Change-Id: Iafb5c62f310a6fd1658a7fa80346fa3510fc38e7

2012-12-04  Jan Holesovsky  <kendy@suse.cz>  [2437cf972a9dbf7ab11e18e7fd8b43ef5f6a63e0]

        Personas: Configuration entries for Personas and BacgroundImage.
        
        Change-Id: I47b1a5bacaeb5bd54f11630e5d3f2652be2bdfb4

2012-12-04  Jan Holesovsky  <kendy@suse.cz>  [14005c28404028a1fda3c9240f3f69bb90764378]

        Who wants RET_OK / RET_CANCEL to be sal_Bool?
        
        Change-Id: Ibda7e501b8f116f231a012a0ddee82674bfb5cc0

2012-12-04  Petr Mladek  <pmladek@suse.cz>  [19107879c793cb5f933f07edee5f5d8f8e80816d]

        package moz stuff only when WITH_MOZAB4WIN == YES
        
        Change-Id: I2228d246e6d94f27d18d597c3833578592487b94

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [bda7beac5b9ea434ddd3185e71d253c9ba11c098]

        sal: warning C4267: return: conversion from 'size_t' to 'int'...
        
        ... possible loss of data.
        
        Minimal fix that inserts casts when calling strlen; other option would
        be to change all length() to return size_t...
        
        Change-Id: I5d1e0b0c7175a1957aad3acd89884fcd37089454

2012-12-04  Radek Doulik  <rodo@novell.com>  [c349164824d7c4d467a7a9a9148a7cd6555e3684]

        added Change picture menu item to graphic shape popup
        
        Change-Id: I6e4927b847ca6990990be1075c8371404736e27e

2012-12-04  Radek Doulik  <rodo@novell.com>  [869031d702639852cac51cdb8306ff31420b3f3f]

        changed behavior of insert picture
        
         - when single graphic object shape is selected, replace the graphic with inserted picture
         - otherwise proceed as before
        
        Change-Id: I767c3ab81abf26c34b612d6aac1f282aa0a53f6c

2012-12-04  Radek Doulik  <rodo@novell.com>  [8e3282344a19932e6dd3f919d2ff1be67adce9ed]

        refactored GetEmptyPresentationObject, added GetSelectedSingleObject
        
         - also extracted part of GetEmptyPresentationObject into new GetPage() method
        
        Change-Id: I3002c3fae8236db1e443f0f454158e7298b56d70

2012-12-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [44ee3ce747058eaf7ca241fe482f4aab54c9bc92]

        fdo#40339: line style toolbar dropdown list not updated
        
        ... because XLineDashItem::GetName returns the so-called "api name"
        (from RID_SVXSTR_DASH_DEF_START..RID_SVXSTR_DASH_DEF_END range), while
        the listbox is filled with corresponding translated names.
        
        Change-Id: I9edeeee6f6219f2b31fb02c24c70f3fef4f0efcb

2012-12-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [03dc19955cbf3d302e9b7621f135f1e1bf949cca]

        Writer styles: add the non-hidden pooled styles if mask is SFXSTYLEBIT_ALL
        
        Change-Id: I36054bf58f857b104abd83913d45f32f0c930c19

2012-12-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e337f82d551bb55a5981a1ee2f79867f45d97954]

        Checkin/out: some cleanup in UI strings + translators comments
        
        Change-Id: Ifd1b4f2385523fb845332aaff84eb3528258a469

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [9d203cb549d59d4a641e445852e0879b3425654d]

        avoid build error (message) from icu
        
        The build actually finishes successfully (or maybe "successfully") though.
        
        Change-Id: I1ecc7f6f77a087dce7f78ad9afdce15e1a2dffa9

2012-12-04  David Tardon  <dtardon@redhat.com>  [104a855ade9102d694293c1059f99946752f76d8]

        fdo#52640 fix right-aligned tabstops
        
        It is no good to change temporary object...
        
        Change-Id: Ib1178e154341dd0216fd965d3ed6c264de40d634

2012-12-04  David Tardon  <dtardon@redhat.com>  [54107c9b3c0e07d70b9afb7d367dea14bf98e4cd]

        more explicit ctors
        
        Change-Id: If91343890d9ed29ff2887e47c7c0a332baa5a8e1

2012-12-04  Stephan Bergmann  <sbergman@redhat.com>  [a75a79e32718f98bf1f84199c944a831bec75a6a]

        Adapt scp2 to WITH_MOZAB4WIN
        
        Change-Id: Ibef1ceb454eafba7129c774b8ced8c743ea3ce3d

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

        Change some default config for Windows release build
        
        Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93

2012-12-04  Rob Snelders  <programming@ertai.nl>  [2a9c83fa8ac7e94d7124889e760c7343ccf3c19b]

        fdo#56877 CRASH when profile contains invalid RecentlyUsedMasterpages
        
        Change-Id: Ia875d6b04b5ce6a026a57aaef2c17fc02a503ae9
        Reviewed-on: https://gerrit.libreoffice.org/1224
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [75a2c5014826e3095a49799eaa40f461dfddabcb]

        RepositoryExternal.mk: try to fix python3 external on Mac
        
        Change-Id: I934d6b89624482e9bca763a1b6c8efac86dff39e

2012-12-04  Thorsten Behrens  <tbehrens@suse.com>  [f4ad79dcc50b0d40fba3b979eb5d59ee8a19dcf0]

        Fixup: putting back dummy methods for removed semaphore
        
        We don't want to change sal SONAME just yet.
        
        Change-Id: I3a9de9a53a4ba845c00a26450e281534ca5d97f6

2012-12-04  tino  <ttk448@gmail.com>  [e9f31eaa49f9494113e72deaf0fe079701844ea4]

        adding calc add-in for option pricing
        
        Change-Id: Ica4b621a7ae7e5ab447192ae3fe7b8911295bef2
        Reviewed-on: https://gerrit.libreoffice.org/1232
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  gokul  <gswaminathan@kacst.edu.sa>  [4feaf5a8a05016e596f78244b2e0b69e35205de9]

        Added numberformat.ui and modified labels of present ui
        
        Change-Id: I1a58b92044a6db54cffbabc46e054c9638367000
        Reviewed-on: https://gerrit.libreoffice.org/1234
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  gokul  <gswaminathan@kacst.edu.sa>  [141ddd5b872c1aa72bec1be2cd113ee97b9514a5]

        converstion of Printer setup widget
        
        Change-Id: Id53e0e9b0e1ca92497bc994f6bd30ba191f9f5ef
        Reviewed-on: https://gerrit.libreoffice.org/1236
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ffd30f7bf1bd0df32dff0835a288d6bcc6361dd5]

        kick python3 out of tail_build for now to fix Mac build breakage
        
        Change-Id: I07fd96b7f956ea2c275f2112f403b9a29b3def8e

2012-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [18ea351e9a9c73add62a0469e707ff3457c084c8]

        WaE : call base copy constructor
        
        Change-Id: I6a31d51e8c20d2f8d8b2d14092e2ce84bf2aa95d

2012-12-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [708447f2a5011ef76cb5ed6aa02bbac45e93a532]

        Styles & Formatting: added Show menu item on hidden styles
        
        The command to show hidden styles again was missing.
        
        Change-Id: Ic25b0cfc4d021d949124b8c4ef4016d6dba7e39f

2012-12-04  Thorsten Behrens  <tbehrens@suse.com>  [d911673a64250ece50f6ca5578385adabcae5e5d]

        API CHANGE: remove long-deprecated Semaphore & related stuff.
        
        osl::semaphore was not portable & thusly long-deprecated. Also
        killing further unused clients of that code in salhelper.
        
        Change-Id: Ie1c1924e06e8ce3be33fd1dc2c6933f2de8b5217

2012-12-04  Stephan Bergmann  <sbergman@redhat.com>  [2d655683dda815021011d9dd135a263f0003bed5]

        Typos
        
        Change-Id: I40aff76df4ddef3774632a3dcdf67b943229feb3

2012-12-04  Jack Leigh  <leighman@gmx.se>  [42b0bb5fc9d660342cecd8b6db7cd42c9be62629]

        clarify ui warnings in builder
        
        Change-Id: I3d55ba0e8d284a69d6ce7d3d7ec49d4ab5d9b682
        Reviewed-on: https://gerrit.libreoffice.org/1230
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Eilidh McAdam  <eilidh@lanedo.com>  [7d632ff29e601c2e680c4a689997fbf552592a4b]

        Support added for fine dashing on table borders.
        
        When reading in docx documents, fine dashing provides a better visual
        match for some border types.
        Added in this patch:
         - FINE_DASHED in BorderLineStyle UNO enum and in internals
         - Import of docx table borders using this border style
        
        Change-Id: I39cfa18c915ec94d8e4ecfc6a2ca637076d1e468
        Reviewed-on: https://gerrit.libreoffice.org/1123
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Eilidh McAdam  <eilidh@lanedo.com>  [67f42de08bb5d075d554cf5aa1a4c106fe9e4f5c]

        Export finely dashed borders to docx.
        
        Change-Id: I4a65f8e874abe406a9cd2d3a088ea52f0850088f
        Reviewed-on: https://gerrit.libreoffice.org/1124
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Eilidh McAdam  <eilidh@lanedo.com>  [acef2d6cd075705eab015a4125badeca39078ef1]

        docx fine dashed table border import test case.
        
        Change-Id: I27ee8e360b8fd530f8cfefc58c8a0f96d706b979
        Reviewed-on: https://gerrit.libreoffice.org/1125
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Noel Power  <noel.power@suse.com>  [ab96b65e0d4fab541d8b31b46e3f37db0fb548b5]

        fix for fdo#57836 throw when attempting to store basicide model
        
        Change-Id: I8769a63be61d45817757be3ad23ffc7b01173041

2012-12-04  Mathias Michel  <matm@gmx.fr>  [a0c53a961a0af21f69f592b43799cd635c994810]

        First fix for fdo#56902
        
        Restrict moz to windows, and build vars also
        impacts nss, connectivity
        
        Change-Id: I27aae1398f3f8a4d046c2c7805d64bc7523c7282
        Reviewed-on: https://gerrit.libreoffice.org/1233
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [7afb54926b55e02ccd9bbb80679e2591d73dc0ca]

        fix non-fast string operator+ debug build
        
        the asserts I've added need string.h , which was not available in that case
        
        Change-Id: If8dbedcb48400e5edd0bde0214640c2c392fde2b

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [aaee2f77bdb40c94b5ad6d8b2a4da96cce86efec]

        Revert "fix python3 build on SLED11"
        
        Failures to build some python modules are actually not fatal, I just got
        confused because the whole python build runs in parallel to the normal make.
        This reverts commit f4ae375c00deb2297074c59b62db87de080bf591.

2012-12-04  Stephan Bergmann  <sbergman@redhat.com>  [4e593d047b9c10de085dffa3fa3dd4602361c407]

        Fix fast concat of empty strings
        
        Change-Id: Ice9c6974f44be3bc4c9b3533de2a9beb5b146ca5

2012-12-04  Andras Timar  <atimar@suse.com>  [94ff635f806536b358731d046b7d9e6ce48eb0a2]

        Updated core Project: translations  29912248a458e96bf58166bf780bef9f535002aa Slovenian update/fixes

2012-12-04  Miklos Vajna  <vmiklos@suse.cz>  [41890bf714803969515578b47e63fa9730ea7090]

        fdo#54473 fdo#57133 fix RTF import of character styles
        
        Regression from commit d2d77fd86e6cb7341e113557e2cfe3d7948759bd
        
        Change-Id: I7accc5c383de3fa53c12527766c3fc155bfa9863

2012-12-04  Andras Timar  <atimar@suse.com>  [5da8bdb4d4bde5175c9e89182956043ffc991c50]

        Updated core Project: help  0c00fcce7d3e777b1734f97ef67c28c609b99f44 forgot to add this makefile

2012-12-04  Tor Lillqvist  <tml@iki.fi>  [32728f7192906af04f3a1362360097f8475bcfd0]

        No member named 'getStr' in 'rtl::OStringConcat<rtl::OString, rtl::OString>'
        
        Change-Id: I6e2570569d8f8b6ae55d66e2d99fe1ac4d69a7bc

2012-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c2dfa9b41f82cfa763c500d34fe2a32a075f566]

        activate basic gnumeric support in experimental mode
        
        Please note that this is nothing mroe than a technical demo showing the
        great opportunities provided by orcus.
        It only imports some basic objects for now but provides the basis for
        the future calc filter framework.
        
        Change-Id: I6c6fb8d07e33482b2efdcbbe9a0f43224c5aa5a1

2012-12-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb9cc446b39cafea018d2492fb4842a94aed7b77]

        shared formula import for orcus
        
        Change-Id: I97970c19d69263c34ed0cdb0ed789086608d4bf1

2012-12-04  Michael Meeks  <michael.meeks@suse.com>  [16155fdc39c004dc924a3b6919eb7c86da23c119]

        re-base on ALv2 code. Includes:
        
            Patches contributed by Herbert Duerr
            i#118735 prevent endless loop if vlookup/hlookup doesn't find anything
            http://svn.apache.org/viewvc?view=revision&revision=1239673
        
            Patches contributed by Andre Fischer
            remove lp_solver
            http://svn.apache.org/viewvc?view=revision&revision=1199180
            i#118160: Added external CoinMP library.
            http://svn.apache.org/viewvc?view=revision&revision=1233909
        
            Patches contributed by Armin Le-Grand
            i#118485 - Styles for OLEs are not saved.
            http://svn.apache.org/viewvc?view=revision&revision=1182166
            i#118524: apply patch, followup fixes to 118485
            http://svn.apache.org/viewvc?view=revision&revision=1186077
        
            Patches contributed by lihuiibm
            i#108860 - Fix range validation.
            http://svn.apache.org/viewvc?view=revision&revision=1242846
            i#118954 Chart data will lost after copy to different file
            http://svn.apache.org/viewvc?view=revision&revision=1301345
        
            Patches contributed by Ariel Constenla-Haile
            Fix Linux build breaker: extra qualification on member
            http://svn.apache.org/viewvc?view=revision&revision=1301591
            i#118696 - i#118697 - Fix some Sheet Tab Color API issues
            http://svn.apache.org/viewvc?view=revision&revision=1225428
            i#118697 - Fix uninitialized variable
            http://svn.apache.org/viewvc?view=revision&revision=1225859
            i#118771 - ScUndoImportTab should preserve tab background color
            http://svn.apache.org/viewvc?view=revision&revision=1230356
            i#118921 - Repaint linked sheet tab background color after updating link
            http://svn.apache.org/viewvc?view=revision&revision=1245177
            i#118927 - Undo/Redo "Update Link" does not reset sheet tab color
            http://svn.apache.org/viewvc?view=revision&revision=1245241
            i#118747 - Copy tab color when transferring sheets across documents
            http://svn.apache.org/viewvc?view=revision&revision=1230355
        
            Patch contributed by Oliver Rainer-Wittman
            i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and
            <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container
            iteration in order to avoid destroyed iterators during iteration.
            http://svn.apache.org/viewvc?view=revision&revision=1297916
        
            Patches contributed by Mathias Bauer
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            http://svn.apache.org/viewvc?view=revision&revision=1396797
            http://svn.apache.org/viewvc?view=revision&revision=1397315
        
            Patch contributed by Daniel Rentz
            calc69: #i116936# fix VBA symbol Cells
            http://svn.apache.org/viewvc?view=revision&revision=1172135
        
            Patches contributed by leiw:
            i#118546 CPU 100% on switched off AutoCalculate with Conditional
            Formatting on date values
            http://svn.apache.org/viewvc?view=revision&revision=1301380
        
        Re-add new function documentation. Many various cleanups.
        Add missing calc66: #o11817313# also look at formula result
        number format, remove redundant binaries.

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [68dad00d0d548f94ae943fa585eb614cb6714d66]

        calc66: #i116940# update link URLs after CompileXML, count only
        
        allocated sheet caches in link API
        Conflicts:
        	sc/inc/externalrefmgr.hxx
        	sc/source/ui/docshell/externalrefmgr.cxx
        	sc/source/ui/unoobj/linkuno.cxx

2012-12-04  Michael Stahl  <mst@openoffice.org>  [02d54922c060a42190bbb5757433fc7189008a33]

        sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:
        
         SvXMLMetaDocumentContext: refactor to not require DocumentProperties,
          and always set the BuildId from the meta:generator element.
         {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context.
         sc, sd: add OrganizerMode property to ODF import.
        Conflicts:
        	sc/source/filter/xml/xmlimprt.cxx
        	sc/source/filter/xml/xmlwrap.cxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a3330e1b9b1e196b59c65f0bedf1e071cb927682]

        dr78: #i109800# SHEET record may not point to BOF but to any
        
        record in the sheet substream (but now with reading that record too)
        
        Conflicts:
        	sc/source/filter/excel/read.cxx
        	sc/source/filter/excel/xiescher.cxx

2012-12-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [5cf55f5b7800e443c4f087e72ae05abc8b7fef45]

        calc66: #i75279# improved accuracy of BINOMDIST; patch from Regina
        
        Conflicts:
        	sc/source/core/tool/interpr3.cxx

2012-12-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [e21858afef0f805d73a00dc66e092c159d369033]

        calc66: in ADDRESS function handle sheet name of external document
        
        - Previously, 'Doc'#Tab was escaped as '''Doc''#Tab' to form one sheet name.
          + Split 'Doc'#Tab to isolate Tab.
          * Enquote Tab only if quotes not already present.
          + Recombine strings to form 'Doc'#'Tab' (or 'Doc'#Tab if Tab wasn't necessary
            to be enquoted).
        - A sheet name given as empty string lead to a ''.A1 address.
          * Use sheet name only if not empty to form A1 in that case.
        Conflicts:
        	sc/inc/compiler.hxx
        	sc/source/core/tool/compiler.cxx

2012-12-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [0352490c51b634fdedc3dc29ea1a3634c271b346]

        calc66: #i113183# in SUMIF and COUNTIF external references treat numeric strings the same as in-document As in ScTable::ValidQuery() match a numeric string for a number query that originated from a string.

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [ff132d6764e0013b01d729ed0b9d65f09aa80247]

        calc66: #i117315# round-down single row height values in GetScaledRowHeight

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [0585057592662d399179ef039edeed93e73f3642]

        calc66: #i112034# also use correct sheet for clip param

2012-12-04  Christian Lippka  <cl@openoffice.org>  [95d1169195a0e303e4a882c7e37faab0b6bc94a6]

        mib19: #163566# do not throw assertion if container is not available

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [f528f48a55e7acffaba70f719afa07b37863346f]

        dr78: remove unused member

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [51ab4a0979895d03711f4b7da58365185aec08ad]

        calc66: #i114511# don't count cursor movement or clipboard copy
        
        as modification when editing a cell
        
        Conflicts:
        	sc/source/ui/app/inputhdl.cxx
        	sc/source/ui/inc/inputhdl.hxx
        	sc/source/ui/view/editsh.cxx

2012-12-04  Niklas Nebel  <nn@openoffice.org>  [cad7570522e1822810a876fc6aa9ad9c5aa277b5]

        calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (avoid assertions)

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [32034b60ae416b06926371b5cdf06486e319c68a]

        dr78: #164376# oox import performance: step 2 - move every access to XCell
        
        interface into SheetDataBuffer class, delay creation of array formulas and
        table operations, let XCellRangeData::setDataArray() accept formula token
        sequences in addition to plain values
        
        Conflicts:
        	sc/source/ui/unoobj/cellsuno.cxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [191bf98991e1934bfef115a1cec463ac250b0191]

        calcvba: #164410# improve VBA compatibility implementation in various areas:
        
        Excel symbols, MSForms symbols, document and forms event handling
        
        Conflicts:
        	sc/source/ui/docshell/docsh.cxx
        	sc/source/ui/unoobj/docuno.cxx
        	sc/source/ui/vba/vbaapplication.cxx
        	sc/source/ui/vba/vbaapplication.hxx
        	sc/source/ui/vba/vbaeventshelper.cxx
        	sc/source/ui/vba/vbaglobals.cxx
        	sc/source/ui/vba/vbarange.cxx
        	sc/source/ui/vba/vbawindow.cxx
        	sc/source/ui/vba/vbaworkbook.cxx
        	sc/source/ui/vba/vbaworkbooks.cxx
        	sc/source/ui/vba/vbaworksheets.cxx
        	sc/util/makefile.mk

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1b39a9b8dc6023b50f266a4ab07ed43ebee16ea2]

        dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObj
        
        for note captions.
        
        Conflicts:
        	sc/inc/notesuno.hxx
        	sc/inc/shapeuno.hxx
        	sc/source/ui/unoobj/notesuno.cxx
        	sc/source/ui/unoobj/shapeuno.cxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c40fa0a254530945db54bac192c7a52400238988]

        dr78: #i71453# BIFF2: use formatting information from cell records
        
        if XF records are missing
        
        Conflicts:
        	sc/source/filter/excel/excform.cxx
        	sc/source/filter/excel/impop.cxx
        	sc/source/filter/inc/imp_op.hxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7766710bfdbf62f0692e8fe16fbd394a70d94087]

        dr80: #i117511# remove some assertions in xlsx/xlsb import filters
        
        Conflicts:
        	sc/source/core/data/document.cxx
        	sc/source/core/tool/address.cxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6641d76c8b2a66e14bdb827de9b658d42a595094]

        dr80: #i117511# remove some assertions in xlsx/xlsb import filters
        
        Conflicts:
        	sc/source/filter/oox/numberformatsbuffer.cxx
        	sc/source/filter/oox/stylesbuffer.cxx

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4d6827a99493f5c18adde21d12f00c3ef85efb7d]

        dr80: #i117511# removed one more assertion

2012-12-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [bf2fe6a502f82457f56e527f411b8fba36e5698a]

        dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell

2012-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [2b1c49001a7889d1552b599d83af26ffee892201]

        mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very well
        
        Change-Id: Ie8a6a06cd923192891453c9291f37709dfc15079

2012-12-04  Luboš Luňák  <l.lunak@suse.cz>  [f4ae375c00deb2297074c59b62db87de080bf591]

        fix python3 build on SLED11
        
        Apparently all recent systems use ncursesw, for which there is
        -I/usr/include/ncursesw, but SLED11 uses ncurses lib, and there's no -I for that.
        
        Change-Id: I61ec795aae45e1074075351eca62299784d08b09

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [324d189c9059392dbdf800d2ba02590791355050]

        API CHANGE: remove com.sun.star.text.DocumentIndexFormat
        
        This service is deprecated and has never been implemented.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/DocumentIndexFormat"
        exists only in registry 1
        
        Change-Id: I55777a2ded54ecc19afced6deb191fb3437b2ca4

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [d34ad7274cd45086aef54b4072a665da0a8015a8]

        API CHANGE: remove com.sun.star.text.LineNumberingSettings
        
        The service is deprecated and was never implemented.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/LineNumberingSettings"
        exists only in registry 1
        
        Change-Id: Id720f8685eba6c78ed7f57c2365db6ab3c7ba8a4

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [57d97807f704883b1631323da254163e187b2dc5]

        i#25473: this was fixed by previous commit, so enable...
        
        ...those tests again.  Also there does not appear to be a reason to
        exclude MAYBEVOID properties.
        
        Change-Id: Ic73adb8800aee7f65e86394cecfe13b7b24eed13

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [af80ccd5b6206cfce63cf3f98781f09ed6d79f7f]

        SwXStyle::getPropertySetInfo: split world's stupidest static
        
        ... variable into 2.
        
        Change-Id: Ib0e2cdeb4ee6124b4ead532a168bb472dfdc6f7a

2012-12-04  Michael Stahl  <mstahl@redhat.com>  [3d9bb8e82548b8cf35771d044c0175f6a7e8ccdb]

        SwXStyle::getPropertyDefaults: handle non-itemset based properties:
        
        These do not occur in ItemSets and thus cause
        fxItemPropertySet::getPropertyValue to throw.
        
        This caused sw_unoapi test to fail in sw.CharacterStyle on the property
        "Hidden" that was added in d9ef61fb546af443736057557552e3a95c569c11.
        
        Change-Id: I5b7b5b366120470a0f7d64b9b109b5c84c52b515

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [fa4d109a77f5fdbae6be51138402a35b5e551dc1]

        one more strange mingw string problem
        
        For some reason neither OUString(aValue) nor (OUString)aValue work.

2012-12-03  Andras Timar  <atimar@suse.com>  [7fb4100d395c6b551bc40b9138db82428be2891a]

        Updated core Project: help  7c70118da4116a56150f0c4f403bc9360ba249f9 translators wanted LibreLogo help in a separate file

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [047ea102304c5b2d15ea12b088f1f3b929a76e36]

        workaround for a strange mingw problem caused by fast string operator+
        
        error: no matching function for call to ‘transform(const com::sun::star::beans::NamedValue*,
        const com::sun::star::beans::NamedValue*, com::sun::star::uno::Any*,
        <unresolved overloaded function type>)’
        
        Change-Id: I7d38a7ee13497fd11b2cea340e2f800dd78f485f

2012-12-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [150270b097a0da7963460d568d8e599db623af2d]

        Oops I didn't mean to change this.
        
        SetRowHidden() is more light-weight than ShowRows(). Let's stick with
        SetRowHidden() here.
        
        Change-Id: Ieb83078b5546107a3ee2ea3b8b73df9627525abe

2012-12-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2792670a53deca5ccd5b0f23faa7f1816684945d]

        Use mdds::flag_segment_tree to store column flags/widths.
        
        Just like we do with the row height / flags.
        
        Change-Id: Ia55dc81fa8d238251c800fe5f87890b9ae4b4901

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [8b568c1dd472021ebeb9d1536a8aab7e0b286074]

        fix build with fast string operator+
        
        Change-Id: I38688ccef4c307786b7287b47f0607c67400defc

2012-12-03  Julien Nabet  <serval2412@yahoo.fr>  [ece13b024a34ffe46ee8d8fca4eadfec86bf2bf7]

        Related: fdo#57515 Crash when creating a Table of Contents
        
        Change-Id: Idfdb62e495987a15bc5fc36548074ced7426e21c

2012-12-03  Andras Timar  <atimar@suse.com>  [6bce9b609e9811f5bb3a6168e8828663a25f5927]

        Updated core Project: translations  a24d6519ec38959686a76da10b9f0de190c20355 translators wanted LibreLogo help in a separate file

2012-12-03  Xisco Fauli  <anistenis@gmail.com>  [7236370a4f0228878ecb2b7dd160f009f8ddefd1]

        pywizards: handle exception
        
        Change-Id: Ia53cf4e2ab8f2e2905b1dc24ac7d6b17e9330154

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4dead7b1e54d3a0441a1eb6a7c067e3c8a9d9f5b]

        hide the manage cond format dialog when opening the cond format dlg
        
        Change-Id: Iee1e8344610e42f22c405c698fdfd82d59ca836e

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b9ba386d897e1ee53589b5a4a22918f6b5fd5e7]

        workaround strange crash in dynamically created ref edit fields
        
        Change-Id: I8fc509e2e7f6e52209d49d7c866744dd2d3ba000

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [6e27a552b257c042ef1a6a0ec097636362d1760d]

        WaE: BaseReference::_pInterface may be used uninitialized in this function
        
        Change-Id: Ic9424fd0cac9f2ff91866549b370080a9a88aeea

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ec762f00cf5dfbbbd73b55059ac832cc251c73b]

        make the Add and the Edit button work again
        
        Change-Id: I956ff1fce8f897553c8a16d45e0bfdd529b9fd66

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [302bdaf2f4e3dac8c719ab0f51624209fb81ac28]

        use the new possibility as modal dialog
        
        Change-Id: I407740279d8b0e48b7b934655deb590b3abf5aa9

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df46e7452db180f2db2f786951ec1b0816454558]

        forgot to remove the ref mode after closing the dialog
        
        Change-Id: I3c0079fbbd5f763497549c5cf9dcd36c6b20ac77

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be80b108daa0aa1db78b70c9c477d652b11d14a0]

        should call Execute in the right place
        
        Change-Id: I4a4b6047aed045349b24a3af70b739df7f93dc60

2012-12-03  Michael Stahl  <mstahl@redhat.com>  [affd2b5c4fba727c1b119bdcbdb71325c10ef954]

        SwXDocumentIndex: implement css.util.XRefreshable
        
        ... as has been promised since the OOo initial import in deprecation
        notices in XDocumentIndex :-/
        
        Change-Id: I5dd7e482e0e6d60dcad3de883d5815f729e6b80f

2012-12-03  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [aa61177f1d339422acb3322c8851962cd1ca7466]

        fdo#43901 & fdo#42577 RTL tollbars mirroring & fdo#56412
        
        Change-Id: I32dd8cdd34965bf8dd31729a79b65d8ee78af7dc
        Reviewed-on: https://gerrit.libreoffice.org/1187
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-12-03  Miklos Vajna  <vmiklos@suse.cz>  [3f53b0f637de1d7b70229eddb418b0c235097822]

        accidently rolled back dictionaries
        
        Change-Id: I7b605e317b08c27357907929614bd2386006ae31

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [13d277b5504a47ae2e2320685669b27b5ed3a3ba]

        fix capacity in stringbuffers
        
        rtl_stringbuffer_* functions silently allocate +16 extra for capacity,
        but rtl_string_* functions do not. As intuitive and obvious as ever.
        
        Change-Id: Ia0bb63dedf31f6ad5c687187221d7385043b5456

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [371443a8045a8f777323472f9cb702f00084b0dc]

        avoid unused warning in non-debug mode
        
        Change-Id: I9687f5388a8c01075ee6e359ff9350edff296f4d

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [7b57e37c68f2c4cece3b0e0db61f4878277dd1bc]

        there should be no support for OString in Any
        
        Change-Id: I53d047381a89d52c43378dd304ba6e0774f59968

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [5db72152fe67c7f538f67c284b6767a52c12aa69]

        assert on strange lengths of string literals
        
        It's better to detect corner cases this way rather than get possibly
        incorrect results. And strlen() should be easy to optimize out
        for string literals.
        
        Change-Id: Id762e256207668a0cbefe4e13d5f2067f373e783

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [084a2c52c27a095bf32815512340b485c5b05eaf]

        make sure fast string operator+ is used only by LO code
        
        Change-Id: Iaa8fc379e4d032931c0f60a3e3525783d8d28964

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [ce90f99a2d66c2b998ad3f9f028e2ea623a757f5]

        fixes for where fast string operator+ is not perfectly source compatible
        
        Change-Id: I80af0399037e4f68113338139e7f2ad2400e65ab

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [249f09885bc06f580ec3aea5ccd7a09d8e91541d]

        make sure uno::Any works with fast operator+
        
        The result of the operation needs to be first converted to O(U)String.
        
        Change-Id: I24dafeaebf68a0eff3edf1d1cf713bfc10bbd8f4

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [c94b9c48664062396e9f8a12176970f6c90c0003]

        tools String support for fast operator+
        
        Change-Id: I13f49a49f86a7097fce115d62271ad82609036f1

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [d3e763d65c44d1838eeebbc5a581bcdd18040d8e]

        comphelper::string::ConstAsciiString support for fast operator+
        
        Although an ever better option seems to be replace this overblown
        const char[] wannabe with the real const char[] thing.
        
        Change-Id: Ibdf5e498585d9e2fb589a49800f7ceee1545fc30

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [d87f5d30879aca73fff271c254589fc41a91fdd0]

        support for fast O(U)String concatenation using operator+
        
        Operator+ now, instead of requiring O(U)String operands and returning
        another O(U)String object, keeps a track of the whole concatenation
        operation using temporary O(U)StringConcat objects and performs
        the whole operation only at the very end.
        
        Change-Id: I94b3348300a137498514d26e96459c1698328520

2012-12-03  Andras Timar  <atimar@suse.com>  [86a53cea0f9066d347cf802f4470ebaef9a5434a]

        Updated core Project: translations  71e49b30d824208cf50bdabb96eff990513635c2 Fix invalid headers/entries in Slovenian files

2012-12-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d9ef61fb546af443736057557552e3a95c569c11]

        API CHANGE: roll back the XStyle changes to add a new Hidden property on Style
        
        Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756

2012-12-03  Horacio Fernandes  <horacio.fernandes@gmail.com>  [b49ea0c9d24aa48d62590cb3443c3ad4143d2e2f]

        fdo#57215: Fixed wrong text rotation in SVG Export
        
        Added text rotation to "non-positioned characters" in SVG Export.
        
        Change-Id: I831644329625fa74e5a2436096d26ec22d8b0319
        Reviewed-on: https://gerrit.libreoffice.org/1227
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-12-03  Miklos Vajna  <vmiklos@suse.cz>  [b9915592cb5aea0b52be4beed708a198486a1f3b]

        writerfilter: unused createStreamHandler
        
        Change-Id: I3c0417c1d5ff6fa515f3c494d4a5b4d545836988

2012-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2848788ec7212829af17a1318354524a112f9a4f]

        No reason to turn "throws nothing" specifications into comments
        
        ...as had been done in 0295bd6b3f21dd648af6145ca23d90467f3cec73 "Remove
        exception spec from idl-generated c++ headers."
        
        Change-Id: I1b900a91be6db6cb4d7b60759e844117aa6b027d

2012-12-03  Markus Maier  <maier@fs.ei.tum.de>  [b573404e202028dfb3d0f205a6aa55f808eefe3f]

        add sort key snippet
        
        Change-Id: I0facdfe0fa6010d15fceeb4153faae200bd779e0

2012-12-03  László Németh  <nemeth@numbertext.org>  [357ad1331bd84a46da209703cdac5cca941c8c93]

        Updated core Project: dictionaries  1595bf11e295d96123fcb327ba9919307aa5b127 Python 3 port of ru-RU grammar checker

2012-12-03  László Németh  <nemeth@numbertext.org>  [c3c755ae087f297aa4f2a23bee9d0468de630ed1]

        Updated core Project: dictionaries  c8d1509a60f2aa93ae47c33252fcb95c6691f4b3 Python 3 port of pt-BR grammar checker, again

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [2401ebdd3667e776fab5e66e4e2d39106369276e]

        drop unnecessary resource ids
        
        Change-Id: Ie0018bde73eed6049d1ef2287157b86151766e83

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [8ad593d06ae291c3c6f98f8354bf51c38d8ce27c]

        Updated core Project: help  9a488450c8fec4ec520541d50683b07b9bd86b22 update help ids for insert script .ui conversion

2012-12-03  Andras Timar  <atimar@suse.com>  [6ef529fd801a2f9c1a3281d0ba7ce8e6dc6235ad]

        Updated core Project: translations  bee57a42763198875bd55df904b953a41754c2f2 update sl translations for LibreOffice 4.0 beta1

2012-12-03  László Németh  <nemeth@numbertext.org>  [e4974a1af0e28b67613889feeaa94d54d6aee851]

        Updated core Project: dictionaries  e8b71b395574c8b812c46d8d1ebba81354e1ad2b Python 3 port of pt-BR grammar checker

2012-12-03  David Tardon  <dtardon@redhat.com>  [76350361f386b78e1bc9edb75af89e7ff3afe356]

        fdo#56980 drop cached shape engine on invalidation
        
        Change-Id: I9591375e1f7d1b6f69ca9a39add52a94ac852c7f

2012-12-03  László Németh  <nemeth@numbertext.org>  [350991bcefab2c9f8c0e5a7a2cec1e1b4c98cd69]

        Updated core Project: dictionaries  dfc828a573002fa6dfa025e66d7e944de6bbac3d Python 3 port of br-PT grammar checking

2012-12-03  Andras Timar  <atimar@suse.com>  [c1963b04dd82b49c52a59cad9b0299df167390fd]

        Updated core Project: translations  9e3b72859ec7871fdb2884860b54fd2a8de30f3d update translations for LibreOffice 4.0 beta1

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [84fd33b7c4e7bf5f8ceb2a8c25426a5b1c713489]

        convert outline numbering numbering tab over fully
        
        Change-Id: I8ff97ad9ecc6367d98dc31829f82d074f99f5934

2012-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [49e235c0b10ba2f1cfd0cb8d039c7dcf62d8acc5]

        better have the SolarMutex here

2012-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7d816667b52892492162469b26b7040914e49494]

        fixup numbering in position

2012-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bb49f968c15217a8cdcf74ea08e2f08f2323f627]

        kill the separate thread, it shouldnt be needed anymore with the dialog

2012-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [291614e3f7f510c5c21903f3e5c56b71a648f60a]

        fix log area as per sal/inc/sal/log-areas.dox

2012-12-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9ea7b2053eea6cf9e97f4846d97f741eed426033]

        fdo#45651: fix drop down listbox text color with dark gtk theme
        
        Change-Id: I9ba0b27924d1698bad2c34da75fff57f75a737f0

2012-12-03  Stephan Bergmann  <sbergman@redhat.com>  [21e3eed67ee8f70bf816b389d4680abc3afa160a]

        Clarify need for solar mutex
        
        Change-Id: Ica3430e75c91ccf4861fce660c45b90c5584fb9a

2012-12-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8efb69e260ecbcde5ee67ab41ed7a9630783c29a]

        move base check for bibliography to sfx2
        
        - in the libbiblio component the frame is already created, and a frame
          that is loading is vetoing a terminate
        - thus move check to sfx2
        - use the fancy svtools::RestartDialog
        
        Change-Id: I500aaeac44d52969575f50f6b79d0c07a08c977e
        Reviewed-on: https://gerrit.libreoffice.org/1207
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-12-03  Naser Sharifi  <sharifinaser@gmail.com>  [847455f935dfdccf52cd786ea95b445cc6d02b36]

        Improve English comments
        
        Corrected types and grammer errors in comments
        
        Change-Id: I47ce77a8d36d71677720be6dd80594ec76970376

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [9715794fcd076bc07eb6435a27b1d71f7e2b5e07]

        VS2012 knows that std::abort() does what it says on the tin (WaE: unreachable code)

2012-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [6a9ee33ac962539d5533fd8392a97a7ccdd4e278]

        catch exceptions by (const) reference
        
        Change-Id: Ie42b169437c89d0d94f6749bee21301fa44b98cf

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [d43d756500114738ac845c6e24cba8c897ed659d]

        WaE: BaseReference::_pInterface may be used uninitialized in this function
        
        Change-Id: I061dc4ee8c8fb5b369e3ed78f0fba136ef8b02d0

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [b4d5ababc26b57d0d8688ed671825acd2c4cfc05]

        convert outline numbering position tab over fully
        
        Change-Id: I49e9d40d942dd7a23bebaa4783b0ff59e06890b0

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [ba65900509659aaca010bfddb1b09861235d9844]

        Use -W4 instead of -Wall, and don't disable warnings that are off by default

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [88cc248d0d00bb00d7d686a858044663ad6c9c30]

        WaE: BaseReference::_pInterface may be used uninitialized in this function
        
        Change-Id: Ia127816f994f7ce6fc7230a0a7dacaa7396ba825

2012-12-03  Stephan Bergmann  <sbergman@redhat.com>  [2a6980107015a30e01873a45f8798b8a20ccfd73]

        --without-system-libpng for "universal" Linux builds
        
        ...so that e.g. Fedora 17 does not require installation of libpng-compat package
        for old libpng12.so.
        
        Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05

2012-12-03  Stephan Bergmann  <sbergman@redhat.com>  [c2500a004dbb4830202b49d8031e35e66c7c739d]

        -Werror=unused-parameter
        
        Change-Id: If1aad98965a90ac6b2e5488f21fe0d84c9b4af47

2012-12-03  Andras Timar  <atimar@suse.com>  [c4c861b02d629739f19212e1757803dc1aab302e]

        remove line feed from label text
        
        Change-Id: Iebd0054605ace7dfd15ee106be6f594ea1e7e0c6

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [356e361221a5be32c8b6e002670136be9b14175a]

        fix sort page name
        
        Change-Id: I0fca18232b31f031312f49b8232f0ddda099802c

2012-12-03  Caolán McNamara  <caolanm@redhat.com>  [67c0afb0b0e485457298f2d88e4c51d2acc84bf0]

        fix higher debug level build
        
        Change-Id: I44fadc907e5d626cc1912a3d8a82724702ad0462

2012-12-03  Takeshi Abe  <tabe@fixedpoint.jp>  [dc2de899bfaf37a03e0e293ac6dfacda16511a05]

        Make it local
        
        Change-Id: I69e343a7cf64ce888fc508a27ca316a9c85093b4

2012-12-03  Takeshi Abe  <tabe@fixedpoint.jp>  [0ea431f0deaa9d8d9876ad389475746f9ad1ac30]

        sal_Bool to bool
        
        Change-Id: Ife2f52b70bd40a8f5c7582b9bdb7b19dd8c354af

2012-12-03  Luboš Luňák  <l.lunak@suse.cz>  [8008e0206b10eca595b92bb2e6cd1257fc95f5b0]

        libmspub apparently needs boost headers

2012-12-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e14b5f33ceae3280b46eb97a88b949d002639568]

        Template manager: edit opens in _default frame
        
        Change-Id: If543da8dcd0b0c7a0c155ef08cbc67e1d3905b90

2012-12-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3a5f4018d85d20d0a8ddcf8c3ab6792be239a4ab]

        New template manager out of experimental features
        
        Change-Id: Ieb6b590060b1ca7a497049e974909c9661f1cc14

2012-12-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ac4d26e3fc2728ee80f33a485540d50b48927ddc]

        Upload libvisio-0.0.23, fixing regression fdo#48601
        
        Trust more the cached colour hex then the colour index
        
        Change-Id: Ica5917c94de4c7bb2a5be61c6b22f06807be0742

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61d43ea6aaaa953e2243548932e03649bb36f7b4]

        remove commented out methods and parameters in ScAnyRefDlg
        
        Change-Id: Ie9e9baf42c93353a68ef35b456cd621bf42344c5

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c65e7ce3897fd9f9524e23039d39fad6d52fca28]

        remove debug output
        
        Change-Id: I48b549ab93dc3b937e00f6f35185a6c1c4327bcc

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [204e3eb3813524bf21aae58a76f54f29b969e9ed]

        ugly hack to avoid virtual method in Window
        
        Change-Id: I7ffc13167f5ecbfe3afab6451e1ef52e81130d48

2012-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06842a8583d3d77de74964cdce4fba811818bf90]

        first working version of modal ref input dlgs
        
        The following things still need to be changed:
        * don't use virtual method in Window
            * Use a WinBits flag for it
        * move all the dialogs to it
        * fix the ugly hack for range name dlg
        * fix all the uncommented code in winproc.cxx
        * general clean-up
        
        Change-Id: I2a8cfc1c4abf591878b11aa4829a9ff910540eff

2012-12-03  Michael Stahl  <mstahl@redhat.com>  [99e31f6ead140594deb98fa8e794708403b8113d]

        API CHANGE: remove com.sun.star.util.XSimpleErrorHandler
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import.
        
        EXISTENCE: published key "/UCR/com/sun/star/util/XSimpleErrorHandler"
        exists only in registry 1
        
        Change-Id: I28b2a9dd0180994c077d960bf932fbdea0f282c4

2012-12-03  Michael Stahl  <mstahl@redhat.com>  [00cb5762b7af2b5e2e72d36e4553d4e14b5e8bbe]

        API CHANGE: remove com.sun.star.util.XCancelManager
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import.
        
        EXISTENCE: published key "/UCR/com/sun/star/util/XCancelManager" exists
        only in registry 1
        
        Change-Id: Ibc67f79b4664f8ff9aadacdd36cd8e80c9ff477c

2012-12-03  Michael Stahl  <mstahl@redhat.com>  [0c0dd979941f36658034f26920099c152f0aad80]

        API CHANGE: remove com.sun.star.util.XArchiver
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import, and there does not appear to have been an implementation of it,
        though strangely there was client code using it until 2007.
        
        EXISTENCE: published key "/UCR/com/sun/star/util/XArchiver" exists only
        in registry 1
        
        Change-Id: I8efa29a3d375d7c5c77ae47592b23bec4072d7a0

2012-12-03  Michael Stahl  <mstahl@redhat.com>  [d859632d9fceb944620b483cb567545b9995ae73]

        API CHANGE: remove com.sun.star.view.XPrintPreview
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import.
        
        EXISTENCE: published key "/UCR/com/sun/star/view/XPrintPreview" exists
        only in registry 1
        
        Change-Id: I995b7b4fbbdac5582e015daf11d4c644abc53b73

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [814f2072943dfe8befead0bba2f2168c1061ff4e]

        Add -wd4986 here, too

2012-12-03  Tor Lillqvist  <tlillqvist@suse.com>  [3e6bc1522fe7ef734f5ed51e4bffea62d96e6707]

        More -wd fixups

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [2be88223b930c704a358abfcababc6cf64184e1c]

        sdext: there is a severe shortage of boost dependencies here
        
        Change-Id: Ide652d073edc3321995b787b01ea9c0bf1920827

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [3cfbc3409a0bacbdd6572be2c39c004611778bfc]

        gbuild: call gb_ExternalExecutable_collect_registrations...
        
        ...after reading platform makefile because at least python uses platform
        dependent gb_PYTHON_PRECOMMAND.
        
        Change-Id: I894dfd56b4a96828556f657ae63c6f69eebdea0b

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [8f4ddb1910495419a8b7af84ec7dc738958ae79c]

        pyuno: clean up that zipcore a little
        
        That $(shell find...) is now entirely pointless with python3 in
        tail_build; depend on package instead.
        
        Change-Id: Iacc8a7d201f8ec2e41adf3e2351a755e955c0997

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [918e2682a3b7b9af1f4a3ec3a38c3735062bd8c9]

        libwps: tinderbox says this wants to use boost...
        
        Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [4a7386c9da4198760910f1f0775056903d872649]

        API CHANGE: remove com.sun.star.util.FileIOException
        
        ... and derived com.sun.star.util.DiskFullException.  These exceptions
        have never been used since the initial OpenOffice.org CVS import.
        
        EXISTENCE: published key "/UCR/com/sun/star/util/DiskFullException"
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/util/FileIOException" exists
        only in registry 1
        
        Change-Id: Id3a1b9e43350b15b90864628dc2dbf77027d64a8

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [eb0cfb3bf220892e4885945452930790f5e22000]

        cppumaker: do write exception specifications on --enable-dbgutil
        
        Exception specifications are useless for production code, but make
        for useful assertions in dbgutil builds (on platforms where they
        are enforced at runtime).
        
        Because we do not have API tests that exhaustively trigger all
        documented error conditions, much less the undocumented or wrongly
        handled error conditions that would cause the implementation to violate
        its API specification, there is likely some benefit in having these
        runtime-checked specifications in debug builds, in the hope that our
        various tests which may incidentally call various API methods, or
        general soffice usage, uncovers these bugs.
        
        Also, there may be some benefit to making API implementers more
        aware of the exception specifications, to quote Stephan's mail:
        
         To be able to programmatically react to an exception raised by a UNO
         method (which is the raison d'être of non-runtime UNO exceptions), the
         specification of that method must document the method's behavior with
         respect to raising that exception, and any implementation of the method
         must adhere to that specification.  However, with that part of a UNO
         method's interface moved out of sight of a programmer writing a C++
         implementation of that method, I fear that adherence to specification
         will degrade in practice.  And that negatively affects an area where we
         do not shine anyway: reaction to errors.
        
        This partially reverts commits:
        0295bd6b3f21dd648af6145ca23d90467f3cec73
        155cd09b5eebe0c1eab0610a7f1f04f09de4b217
        
        Change-Id: I9c7664c9f1b238f4f9501aacb065981236949440

2012-12-02  Michael Stahl  <mstahl@redhat.com>  [1658e4efac5fc851b322103ed40545fa263ae280]

        RepositoryExternal.mk: clean up awful icudata/icui18n duplication
        
        Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [63614919195934a764eacb509d75d15f8b243a48]

        WaE: explicitly do nothing when nothing needs to be done
        
        Removes compiler warning
        
        Change-Id: Ied96ef294f25cca54887ca6a86ec07ecb2b1fae0

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [c25bb400bbfe20b3b13237ed10935ec9d0f6d769]

        fdo#42165 make nested joins as per strict ANSI SQL
        
        Change-Id: I605d3811b27c33e35670306bb03b5a796ab72bc0

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [b245079a50c94dc503628619f6342b70dcdc6e66]

        Expand comment
        
        Change-Id: I7d699222940a6ee99595d84dd8b2068e9b86ee67

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [66e5cf7096a2dc2287f9265087d45c57f1069b9b]

        Catch all exceptions to respect specification
        
        In particular, getMaxRows() can throw SQLException
        
        Change-Id: I1f49afe8258d98000bff34e18f4d98967c46e1b3

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [6174694ee7efe7b94d0bb1987be1c48f1ca25cf5]

        janitorial: prefix increment when don't care about current value
        
        Change-Id: Id19369bb9d9cb2a0bab0dacb200cf5bf488c3b20

2012-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [0fe6d567be1a58a466b07e8c3732f0cbcc436443]

        janitorial: simplify code, no behaviour change
        
        operator[] on a map implicitly adds an entry and default-initializes value part
        
        Change-Id: Iab7817fb7fef5e9a6afdeb74be0d523fde59b5c1

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d05351723055dd56e8732c4ac2104cd8111e2a54]

        this method is not implemented
        
        Change-Id: Ief364d7c835d75e6caf4fb0d639d8e67b7bdcd2a

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e3fbd15986804fa86a3c3a6ff49047da9c5d7f6]

        we don't need the last entry for icon sets
        
        Change-Id: If76187689bc63199dc0249626ed4ab4c904ecf18

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cee68472a07069776093987d579fa1ac2cc2fd8a]

        small fixes for iconset UI
        
        Change-Id: I724397b50404753a9ca235d9e0eca13bdcf5b341

2012-12-02  David Tardon  <dtardon@redhat.com>  [ff7735d7a1e0aa9ed753553cf20acf10fbd3f81b]

        fix build with internal libxml2
        
        Change-Id: I2dbef5bbe93cd8561ae0fba24f8d30771747098c

2012-12-02  Luboš Luňák  <l.lunak@suse.cz>  [f728eda90912ee0e2072e422dcf7eb6589d24497]

        unlink() doesn't work that well with URLs
        
        Change-Id: I1d0cbd8b8cbbd3ea5c73d0cea6d9e354b1740c7c

2012-12-02  David Tardon  <dtardon@redhat.com>  [5e0bd1f73ae267c317eb625fbfe7bb61e82dfb0f]

        recover lost config. spool module ctlseqcheck
        
        Change-Id: I22809a29ea085459c4a6e737918f7c3f42eca6a7

2012-12-02  Caolán McNamara  <caolanm@redhat.com>  [1a8f7865450047e6e5b01598c5658026f392388e]

        ensure lockfile doesn't leak
        
        Change-Id: I6a4c7024da154104d985bca25b26a8243174ec8d

2012-12-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [1eafd90aee0c945b941db99d70a25d1b633c1401]

        Remove unused method from desktop
        
        Change-Id: I17b269c70bbf82aa5a4345d488777ac98d1d6938
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1221
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-02  David Tardon  <dtardon@redhat.com>  [9ef9bba9fe1d7a5b86f3287064fbf7023771f0a4]

        ditch unused makefile
        
        Change-Id: If859e46758c622f4841b8b0389abe2485f4af85a

2012-12-02  David Tardon  <dtardon@redhat.com>  [c2eca359af3eb88ebde341df5b87c24e178f5d5c]

        move setting up of ext. executables out of gbuild.mk
        
        Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a

2012-12-02  Tor Lillqvist  <tlillqvist@suse.com>  [f02ac6e7c8da9e6e3b2263f028637723a8cf4829]

        Don't disable warnings that supprted MSVC versions don't generate

2012-12-02  Tor Lillqvist  <tlillqvist@suse.com>  [018278c51ea514fe8ab96a7061d10fa67754d6a1]

        Document the warnings we disable

2012-12-02  Tor Lillqvist  <tlillqvist@suse.com>  [09849846eec9531bc48fa547b5c24c550b777734]

        Argh, I meant Visual Studio 2010

2012-12-02  Tor Lillqvist  <tlillqvist@suse.com>  [afa3ed9eafd50de4fa07b37acd4a317d515bf09d]

        Disable MSVC warning C4986
        
        This is a new warning in Visual Studio 2012.
        
        Otherwise, when using /Wall (as we do), you get tons of warnings from
        the compiler's own headers:
        
        .../crtdbg.h(1041) : warning C4986: 'operator new[]': exception
          specification does not match previous declaration
        .../new(79) : see declaration of 'operator new[]'
        
        It seems to be generally recommended not to use /Wall with MSVC (that
        option does not really have the same intended use as gcc's -Wall,
        people say), but use /W4 instead:
        http://stackoverflow.com/a/4001759/259398
        
        So maybe we should change that -Wall to -W4?
        
        Also, we should go over the long list of -wd options and check each
        whether we really want it or not. Maybe, while at it, add a comment
        for each giving its one-line meaning.

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e93dd02e30fa6b06a04dcd83a1403a655cf08041]

        workaround broken WaE eGrammar may be used uninitialized

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [704fdf2b23d0e0480f29e0e56f631c2835eed02b]

        create icon sets in UI
        
        Change-Id: I6c55cc1d1a1dbd4839b823df08f8c42a7b880132

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f7cd8c619ef3db4b3a41b25eb9c4e5e798f2c155]

        correctly show existing icon sets in the UI
        
        Change-Id: I8970d3b0cc3263f46cfda45ae3b919a441bc0228

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6efd796a303d631b263ad2177438248251c6d98e]

        initial support for icon sets in the dialog
        
        Change-Id: I5da2500b96ba3b03bf822cf428c001204010989e

2012-12-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8c4719fd489ab70d5ae77e5f257254ef653a1f25]

        support shared strings enough for gnumeric import
        
        Change-Id: I1cedf79d0465e8b8e4b8e85bea65bd35174e51a2

2012-12-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [2291423c5e37c0c6de177880384b119dcad2b261]

        No lang no qtz
        
        Change-Id: I6b5649077fda265a2aff253b5e2534bfd818b3bc

2012-12-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [05ac3878bba25f39077b98ad2ac2fee908aea265]

        Ignore qtz in ulfex and some other places
        
        Installation not works well with qtz so ignore
        it in ulf files.
        In those executables which work with one lang at
        a time it is unwanted to store the useless qtz strings
        at all call.
        
        Change-Id: I1d65ec340da1832404001ad18820407e56615db6

2012-12-02  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [fbb7f5f010aed4084c5c4c42ceba8ecbbd1a8faf]

        Make qtz work in UI
        
        Change-Id: Iced0b874405942782574fe46b58c3caafb2deeb4

2012-12-01  Arnaud Versini  <arnaud.versini@gmail.com>  [82949bd170719fcdfaff4a53809551ceb5136da3]

        Class MediaDescriptorHelper doesn't need virtual destructor.
        
        Change-Id: I6711ef712a8a04d6fc8991f7056d1440964832ef
        Reviewed-on: https://gerrit.libreoffice.org/1220
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-12-01  Arnaud Versini  <arnaud.versini@gmail.com>  [04962221c3a0be2ef46fcc9b8f4da58b9947a6ee]

        Remove useless getpid implementation on Linux.
        
        The new minimal target have a proper getpid implementation.
        
        Change-Id: I1cf209d8b4cb651866287c3a682ebd0806ab35b9
        Reviewed-on: https://gerrit.libreoffice.org/1219
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-12-01  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [c140d0a585dd82af370c7310b57f56392b3889e1]

        Insert Table Dialog: Rename button back to "AutoFormat", Accelerators changed
        
        As requested in here:
        http://lists.freedesktop.org/archives/libreoffice/2012-November/041788.html
        http://lists.freedesktop.org/archives/libreoffice-ux-advise/2012-November/001597.html
        
        Change-Id: I2cd3f4422dcbd62b1e72661d1df890bd0202c1ef
        Reviewed-on: https://gerrit.libreoffice.org/1217
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-12-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3321acda38866be7bd45e70c0f1e674d093b7f30]

        oox: fix build
        
        Change-Id: Ic0fc64b94d27e1de4d2241f960b0d4f3ae1762d3

2012-12-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [02a236be613b5b5fae1412bb01e28c0ba1d6b725]

        fix String->OUString conversion
        
        OUString::valueOf(sal_uInt16) means OUString::valueOf(sal_Unicode),
        we want OUString::valueOf(sal_Int32)
        
        regression from 2cb8883cfd1c6ffe293497f064f90f76d12eff32
        
        Change-Id: Ie1ea4de258b9f94f1c0cfec4335512e15be02e68

2012-12-01  José Guilherme Vanz  <guilherme.sft@gmail.com>  [1611806226329e5532e6393d0ac2275d7e99eb61]

        Removal ::rtl:: prefixes and macros in oxx
        
        This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
         RTL_CONSTASCII_USTRINGPARAM macros in oxx.
        
        Change-Id: I12bfb2528e8a9aaf3f119a1e6f0ae0246d16a772
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1211
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [b30bfddc2b75aa5a540c4eadfc4f7eca90a8d67f]

        do not redirect output in build.pl, i.e. dump build_error.log and other logs
        
        Given that nowadays almost everything builds inside tail_build, this feature is somewhat
        pointless, as this almost everything is in that one tail_build log. Moreover:
        - stdout is never a tty, breaking compiler output colorization
        - for some obscure reason I do not get, this makes 'make python3.all' work with msvc2010,
          whereas previously the invocation of MSBuild.exe somehow prevented the rest of make
          rules from running. Plain 'make python3' that does not go via build.pl works though.
          No idea if the problem is in gbuild, build.pl, cygwin, make, MSBuild.exe or somewhere else,
        
        Change-Id: Ibe6e11109e2eefaa65646071c2db01871e5e751f
        Reviewed-on: https://gerrit.libreoffice.org/1216
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-01  José Guilherme Vanz  <guilherme.sft@gmail.com>  [3066167ff05cc78ac21dbb9173264dda3f91550e]

        Removal ::rtl:: prefixes and macros in oxx
        
        This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
         RTL_CONSTASCII_USTRINGPARAM macros in oxx.
        
        Change-Id: I1139b10256387bb71e8a425153d46add181538bc
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1212
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-01  José Guilherme Vanz  <guilherme.sft@gmail.com>  [f73201e54af8c3e36342811653dd5fbcafb291fb]

        Removal ::rtl:: prefixes and macros in IO
        
        This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
         RTL_CONSTASCII_USTRINGPARAM macros in IO.
        
        Change-Id: I410016990579e4a05843cfe396832a5fc8435e70
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1210
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-01  José Guilherme Vanz  <guilherme.sft@gmail.com>  [8967f80a50cd59199cf77d3b2eccdc57095d8c02]

        Removal ::rtl:: prefixes and macros in IO
        
        This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
         RTL_CONSTASCII_USTRINGPARAM macros in IO.
        
        Change-Id: I9446ddf13ba18d2d80639afc9e1b61234945b115
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1200
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-01  Ricardo Montania  <ricardo@linuxafundo.com.br>  [dd4edd93696140b7fae61268511886845d777645]

        fdo##38838 UniString Removal in dbaccess
        
        Change-Id: I6c4f8e9834fdd78851f5274ce2b141cfb49e6458
        Reviewed-on: https://gerrit.libreoffice.org/1208
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-12-01  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [cca017e1e00f5029dcc261c7c9cc9017f514c108]

        Not make qtz properties in release build
        
        Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34

2012-12-01  Julien Nabet  <serval2412@yahoo.fr>  [ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7]

        Lacking "/" at the end of .icedove
        
        Change-Id: Iabdce8e6032889034e265d3df331452b273e5ed1

2012-12-01  Julien Nabet  <serval2412@yahoo.fr>  [1c6b63fa9aac2a80ca952e98678e186b9097db50]

        WaE : declaration of ‘bHidden’ shadows a member of 'this'
        
        Change-Id: I524691b2f27ac1d57a1a1704b12aed44fb326c16

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [4cdce3d614eb9850e3f4596a5233464e8b4d5163]

        fix libxmlsec delivering with mingw

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [127a00a46358673047790b83a8433b909b46412c]

        our xmlsec setup calls autoreconf, so patch Makefile.am too
        
        Should fix release tinderboxes.
        
        Change-Id: I90fc650dc089e94328ecb9d526f0905f5be5ce3c

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [7580038e24b546a5288ab16f8507f73f1c6fd738]

        vsnprintf() is not portable
        
        http://perfec.to/vsnprintf/
        At least MSVC2010 implementation returns -1 when the result doesn't fit,
        so the excepted size is not computed correctly. Let's hope 16k is
        big enough for everybody(TM).
        
        Change-Id: I636487c7723651bfa74513018be786a45b6c796d

2012-12-01  Caolán McNamara  <caolanm@redhat.com>  [32c26ffb1f7585318a11f684a9886b58cea5b307]

        Resolves: fdo#56549 crash in format->autocorrect->apply and edit changes
        
        regression from cad9afa15f53d547733fa55f1353772f6d696611
        
        Change-Id: I1aa36bf86969a5a90456817d360d59125948e519

2012-12-01  Matúš Kukan  <matus.kukan@gmail.com>  [c8c72d903a9e2ea81cf8511cbfc292c832b04609]

        oops, fix typo for ./download
        
        Change-Id: I85a6e503ae8eb45c36ff6696426e3a1d18fef5bb

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [e1083e6656a378c2c37b6701b59c3fc2d10450d9]

        fix(?) libxmlsec build with mingw
        
        for some reason there was an infinite loop during build, not sure why this
        makes a difference, but surely making it consistent with the other cases
        can't hurt

2012-12-01  Miklos Vajna  <vmiklos@suse.cz>  [794c1f97f57710846c22c21234e9adacedecd24a]

        writerfilter: remove unused WW8Analyzer
        
        Change-Id: I711bc4d6b7100a1b089ed5bfeec7ff14f2727138

2012-12-01  Miklos Vajna  <vmiklos@suse.cz>  [08162021840608c05eec552a4fda461d2ec6d2ac]

        sw: remove unused UNO wrapper around old internal RTF import
        
        Change-Id: I460f75d03a0af53da7523e290136126e95e01192

2012-12-01  Miklos Vajna  <vmiklos@suse.cz>  [aff20299c1860d800e3edc8fdd17afbaa33c6a88]

        Updated core Project: help  14779b36c86679fafbab25f3886b2fb1faf79daa add help for enable remote control checkbox

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [dfe4dec45fd9fc346614a30aed11a1b3ad117c58]

        fix patch to apply after gbuild changes

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [083ef62d1342d1c4418d568ebb3f189debcc3851]

        files need to be added before patches are applied
        
        xmlsec1-mingw32.patch patches keywrapers.c

2012-12-01  Tor Lillqvist  <tml@iki.fi>  [91b8f74987996a7dbc7d9c6b97a4bbdcfe3c2652]

        Fix OS X build at least with current tool-chain
        
        Pass correct -I flag to acloal in the ACLOCAL environemnt variable,
        and set that environment variable for the running of autoreconf for it
        it to have any effect.
        
        Change-Id: I64238b6b96539dff28c2ddc16cc17f18ebb22129

2012-12-01  Miklos Vajna  <vmiklos@suse.cz>  [4cdb960a79aff565f956f618116f3ea4b3836aa4]

        sd: hide 'enable remote control' checkbox when built without bluetooth
        
        Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [214bfee28551ca6aaa9e70f2b2838faf536f06d9]

        unused variables
        
        Change-Id: Ia8b2ac25d3949508b132d1b0b05e5384633d935f

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [0222bdb752fef6363c5118efdf30b59817f4445e]

        but back a unittest check about invalid char[] -> OUString(Buffer) conversion
        
        It's invalid, so the additional ambiguity here doesn't matter, but I'd
        still prefer to check that it remains invalid.
        
        Change-Id: Ie05d393ad7f51738383bb98b911938506abd64fc

2012-12-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [10cecb81dbd897aaea5188c9249770877ac20771]

        OUStringBuffer constructor from OUStringBuffer should use const arg
        
        Change-Id: I9f9e072c0a7ebde2de9be811f2378143b2b7abc6
        Reviewed-on: https://gerrit.libreoffice.org/1209
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-12-01  Andras Timar  <atimar@suse.com>  [31cb1067c0b387646ef45b54e628d81ffb64105b]

        Updated core Project: translations  965f3562a25b75fc3401d3b44ed96e2e5093ed72 generate filelist of pot files

2012-12-01  Tor Lillqvist  <tlillqvist@suse.com>  [b8f3214f5ce0c6ac3eaab30abf2d281dbd1f6fd7]

        Don't require configure to appear executable
        
        Makes autogen.sh work on Cygwin when the build directory is on a
        vmware Shared Folder volume.

2012-12-01  Luboš Luňák  <l.lunak@suse.cz>  [a1c05acd19482b5da1f71ac03071d70277568766]

        fix SAL_WARN_UNUSED placement
        
        Change-Id: Icd320e2a7459b1850de42c83854ab8a905d97a56

2012-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [399b92edc74cc06f800b17cd96059aa1f58e6501]

        OUString::valueOf ambiguous overloads

2012-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed10194ea833b42b486bdc5b4c18ef7e63862b89]

        Revert "filter: try to use the Python implementation of FCFGMerge"
        
        This reverts commit ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a.

2012-11-30  Andras Timar  <atimar@suse.com>  [9bfa09273ea0b7c9a351802d105230930951b901]

        better error reporting in localize binary
        
        Change-Id: Ic98a786fffd9d92b51669e2beaed434db1aca519

2012-11-30  Andras Timar  <atimar@suse.com>  [f66d0d6de34c8bf67a44e5696b28b3d857373b6a]

        Updated core Project: help  2fe3e715144881d57cce1d8aac7e0ca9c72c9bc8 tweaks in order to parse LibreLogo help (not perfect)

2012-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4026e1824de8ff9b5d006ae6eba491f91bc4e599]

        prevent uncloseable cond format dlg

2012-11-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a0dcf961879ab644a52f801f65466756cb144b72]

        Hidden styles: ODF import/export
        
        Change-Id: I1138314eba33dc8cf8d1f60e77ac419b4550bbcc

2012-11-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [316656755caabf4797391c46338c58945908837d]

        API CHANGE: Added XStyle::isHidden() and XStyle::setHidden()
        
        Change-Id: I44770c05d51104b45d94145db8263187205daa84

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [ebb4150463ef97571d8f4ffc0b8189ff94d5cf1a]

        filter: try to use the Python implementation of FCFGMerge
        
        ... seems to work here, and if nobody complains about broken filter
        configurations we can remove the Java FCFGMerge implementation.
        
        Change-Id: I0cf2de604bb9c34678174bdf951e70d499ea7df1

2012-11-30  David Tardon  <dtardon@redhat.com>  [0cdc6ea49f0b6d915bf11769991101019e5f7c18]

        drop one more #include <rtl/locale.hxx>
        
        Change-Id: Ie01d49341ea1317153f4e57841a0a401a329140a

2012-11-30  Ricardo Montania  <ricardo@linuxafundo.com.br>  [ae2e02261de0c77394f28c19f07153dcb43bc330]

        fdo#38838 UniString -> OUString in cui
        
        Change-Id: I16eae4aff2b946421df2b65ecfbd1d9b2e2256b6
        Reviewed-on: https://gerrit.libreoffice.org/1203
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [f36aec428390eb7145a466e9773e04271038247d]

        eradicate all traces of OLocale and rtl/locale.hxx
        
        ... damn language tags breaking builds left and right ...
        
        Change-Id: I73224cb3fb2bb98779fdcace700cad2a4fb7cd0e

2012-11-30  Ricardo Montania  <ricardo@linuxafundo.com.br>  [2cb8883cfd1c6ffe293497f064f90f76d12eff32]

        fdo#38838 UniString -> OUString in cui
        
        Change-Id: I9b629cad4d9b6d4c086bfff47f1d3e9779b2c24d
        Reviewed-on: https://gerrit.libreoffice.org/1202
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [aab4574d4b0b055385be8d9b2a752863ba8a1a64]

        API CHANGE: remove service com.sun.star.text.PrintPreviewSettings
        
        This service was obsoleted by CWS printerpullpages: the implementation
        in Writer was defunct in OpenOffice.org 3.3 and completely removed in
        OpenOffice.org 3.4.
        
        Change-Id: Ia4dd6f1f1d8fc399583032b44d99663532409b5c
        EXISTENCE: published key "/UCR/com/sun/star/text/PrintPreviewSettings" exists only in registry 1
        SERVICE: /UCR/com/sun/star/text/DocumentSettings
            service1 contains 1 more references as service2
          incompatible change: Reference 2 ('PrintPreviewSettings') in 'r1' is not longer a reference of this service in 'r2'

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [4323fd8b7a766ab197a1f9a38594cacc51f4d017]

        API CHANGE: remove com.sun.star.text.XHeaderFooter/XHeaderFooterPageStyle
        
        These interfaces have been deprecated since OpenOffice.org initial CVS
        import.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/XHeaderFooter" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/text/XHeaderFooterPageStyle"
        exists only in registry 1
        
        Change-Id: Idd1bd6086b7bd892a3588750143635897486e9b0

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [8674c120cf4eb0f180ec40044a060ef1b345e40c]

        API CHANGE:  remove com.sun.star.text.XLineNumberingSupplier
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/XLineNumberingSupplier"
        exists only in registry 1
        SERVICE: /UCR/com/sun/star/text/GenericTextDocument
        service1 contains 1 more references as service2
        incompatible change: Reference 10 ('XLineNumberingSupplier') in
        'r1' is not longer a reference of this service in 'r2'
        
        Change-Id: I24ff18d0fe22d3caa893a7d5c766d352b7ca99c3

2012-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [57045024d66e4ffbd04be3c646805aac3ef32deb]

        de-cargocult singleton creation

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [8231ae65cdcd587ee8982df72c7c45361a374127]

        API CHANGE: remove com.sun.star.text.XModule
        
        This interface has been deprecated since OpenOffice.org initial CVS
        import and the purpose of an empty interface is dubious anyway.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/XModule" exists only in
        registry 1
        
        Change-Id: If3c849d61d5433b8d426e2e89c3b818a7fff1e7d

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [7a8d933585f5165393a9357edc55606c54cb36eb]

        API CHANGE: remove com.sun.star.text.XTextEmbeddedObject
        
        This interface was apparently never implemented in OpenOffice.org.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/XTextEmbeddedObject"
        exists only in registry 1
        
        Change-Id: Ib802fa3f035d1842c9ee8018ef15f35a4680fe2b

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [3e0d7e60bc00b36cca0755a6b02879e0a1cc2484]

        filter: add missing dependencies on python
        
        Change-Id: Ibaf38ad8000f7c4276aed91250c4bff1c78dd091

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [47f73da0dd4bc94856a50bfd8b666a979e851326]

        Personas: Tweak the Select Persona dialog to be nicer.
        
        Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd

2012-11-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1d6b6298199c2809de49f68714834aa94fb0143e]

        Fixed style iterators filters to show only hidden styles when required
        
        Change-Id: I60d4dff4fc6eabc3882361457e19ae66f148d114

2012-11-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [715d79bcc59d68c77dc84a1038998dd873df92e9]

        Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden styles
        
        Change-Id: Ie74ec3c15ba270afd0a6864bd5824a5bc0e3ea8b

2012-11-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2fd9c2bf9af0c50dae3af3dbe5e22965ccdb4ae7]

        Allow to hide styles in the "Styles & Formating" dialog
        
        In its current state, the feature only hides the styles. Things to sort
        out are:
         + Add some automatic filter to show hidden styles
         + Make the visibility persist in the file format
        
        Change-Id: I5904f41bb567add7b6bf501c6c5297f9f149a915

2012-11-30  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [36b7794d832dbc87c250ef02eee643c4ce68f87a]

        Remove rtl:: from a test in test/
        
        Change-Id: I151dc2e733c6c3a56d316b931934ff80aa076580
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1205
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-11-30  Paula Mannes  <paulamannes@gmail.com>  [a14cc2331855c919761121c3ff234387921413ac]

        Removed useless method from languagetag
        
        Change-Id: I683c54ed278d5a6ba12eaefb8040c3753a24f119
        Signed-off-by: Paula Mannes <paulamannes@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1204
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [9f5ef935986cdf84189cbe2a7a0b0e90de0c3b1c]

        warn if an explicit requested top level widget name wasn't found
        
        Change-Id: I8e06bd91e5a20fc0d007aa5f7d1e01bd0ead86ab

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [247c460449176349e66676efd59a6cd2655a652e]

        fix build for me
        
        Change-Id: Ic29ff474101c88fbc428d229871659d99dd92d05

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [0eaa504b49114becc571dd1887d6b93e3b364666]

        One more blind Windows-only ucp/odma fix attempt
        
        Change-Id: I7b0e2eaba06b77fa7f71c66f25839c8de6c61c71

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [ed654c4aa7f9f10fcb16127349009bc0c38b12e8]

        Revert "fdo#43869 use the old rtf importer for paste"
        
        This reverts commit bb147bbb801b53dba8928340df7e2aa2d4545349. It's no
        longer needed, now the new importer supports importing to an existing
        document.

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [1b7d7f8e2f78de0b685ea6b43e4379ff067d9097]

        tweak dialog to have a default button and fix up for current glade behaviour
        
        Change-Id: I23b314890d8842bd368af69fa8bd2bcf71e592dd

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [c581cb503c9f99cdd0079c120f4f143f4bfddd39]

        API CHANGE:  remove com.sun.star.text.HypertextDocument
        
        ... and derived com.sun.star.text.AdvancedTextDocument services, which
        are deprecated since 2001 and actually unimplemented.
        
        EXISTENCE: published key "/UCR/com/sun/star/text/HypertextDocument"
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/text/AdvancedTextDocument"
        exists only in registry 1
        
        Change-Id: I3f538951401f8696b18e94ad8b2cd07f9c0820b2

2012-11-30  Peter Foley  <pefoley2@verizon.net>  [921f31fb3629fe3bf278ddb49aacf28e0ffdeafe]

        add python3 to tail_build
        
        Change-Id: I01c3d280b4ff05ddbce77343ced6934b26bd3ceb

2012-11-30  Peter Foley  <pefoley2@verizon.net>  [ec6af4194e80f5f0b2e46ca59802ff397a2a4a24]

        convert libxmlsec to gbuild
        
        Change-Id: Id0ad4e1c8e3e1ac03c625fb77b70fe0aa8ddfcdc

2012-11-30  László Németh  <nemeth@numbertext.org>  [694a2c53810dec6d8e069d74baf51e6cdda91faa]

        Updated core Project: dictionaries  8be323a6b7496003419e2587bc4573949fe142dc Python 3 port of Lightproof en/hu modules

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [8eb4867806ac5d245e7cecaffbc0c026b2cf9d0d]

        set expected dialog name
        
        Change-Id: I6d9e91461389f3bb57dee194d36645f79321f2a0

2012-11-30  Eike Rathke  <erack@redhat.com>  [73bda5058bcef6be9a3185aa46375c7b147ffa22]

        ditched rtl::OLocale
        
        Change-Id: I3f4a09c82df1bc71759331705c502320f973d4bb

2012-11-30  Eike Rathke  <erack@redhat.com>  [84f24288ee5883cd533985ee9ff66b60046bd4ac]

        added rtl_Locale convenience ctor
        
        Change-Id: I195506b32a5cbf751ac90ad1ab13680097c8c428

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [7baca04727fbd3297c6e4b9815bf2a4695175e2e]

        fdo#57708 testcase
        
        Change-Id: I5064cb9bb9700483eac4d56a56e671a392e82f73

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [8063e36115a11ddf3db05928db9287947beee74d]

        fdo#57708 fix RTF import of pictures right before text frames
        
        Change-Id: Ibfeaadd5b48fd48c2c1f20de5dc272d9a326bfc4

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [b836bf389d1150c9cafbb0aefa641af2316e536c]

        fdo#57708 fix fake page break problem during RTF import
        
        The core of this change is: so far the continous section break at the
        end of the document was sent as a normal section break. This was
        introduced in commit 892d33c8d5033b4f8f7889bf91d257f55adf0e1f, probably
        as a workaround (sadly it's not documented and I no longer remember).
        Don't do this, since it causes additional page breaks during import.
        Instead, fix properly whatever was broken after getting rid of this
        workaround.
        
        Change-Id: I28c372d539c150fe21ff9db31209f9935a5e9063

2012-11-30  Jack Leigh  <leighman@gmx.se>  [42f6308d1b4c352b8949a4ab8c2c77388d4a29e9]

        migrate 'Insert Bookmark' dialog to .ui file
        
        STR_REMOVE_WARNING moved to globals.hrc so also misc.hrc no longer
        required in swrenamexnameddlg.cxx
        
        Conflicts:
        	sw/source/ui/misc/bookmark.src
        
        Change-Id: I5c34c14df36a78133ff08c0f2f0ce1a01292067f

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [20759742222c18ba507b31986622530904efc943]

        Personas: .ui file for the Select Persona dialog.
        
        Change-Id: Ibc493a486e5752525520cd7e21d6287d49edf681

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [1092748ad0f554e574afb8bf9cc6832e4dc89097]

        More wrappers needed for my glade :-)
        
        Change-Id: I63c44abce5c4a3a8175413347da9af2980e6b47c

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [4e31658c6998b401c302836ce2aa8015eb64633b]

        Personas: Enable / disable the push buttons according to radio buttons.
        
        Change-Id: Iece525f43238a3494b8a76d5a3d84886cd5c1317

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [4102ed7c5018c9fadb445d0ea49e29d1af75194a]

        Personas: Introduce Tools -> Options... entry for Firefox Personas.
        
        Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [318e8eef3c9c6c44ba20f02560061614199e8d9f]

        Introduce GtkHBox and GtkVBox aliases.
        
        Change-Id: I4157ba0f33a0423c975a4f81c056f5305c022566

2012-11-30  Andras Timar  <atimar@suse.com>  [ce7c249d9355238ea6d0cba2ed1f5cb4337ed83d]

        Updated core Project: help  b91788bdfe56875a9342d011439f954e50d9c751 <empty> -> <Empty> to please pofilter

2012-11-30  Jack Leigh  <leighman@gmx.se>  [99d0ddf89c1c13f6b897d6b11009b777c6d735ca]

        migrate 'Insert Footnote' dialog to .ui file
        
        Conflicts:
        	sw/source/ui/misc/insfnote.src
        
        Change-Id: If16285d85bca187b2e929f0327b15f103b5d786f

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [e65e90562432a8b8279a9c79a5e347aad0090e81]

        Find a more sensible place for css
        
        Change-Id: I33fe83c47954f62d8b678430e97cf711a98568d1

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [299036996af6ae8897b1f2e07bbab7074955dfe8]

        [oneway] removal cleanup
        
        Change-Id: I1d60bb4042753bd18475166054ad57dceb2fc97d

2012-11-30  Peter Foley  <pefoley2@verizon.net>  [81b959dd976d4caf8a5be9ef7e9cc343ab2f6289]

        cosmetic fixes
        
        Change-Id: I763412bd1b6713b91c2e4a8d575ee2a14e9d5cf2

2012-11-30  David Tardon  <dtardon@redhat.com>  [1b123a4bd821e1d43c64418652b69a782cd243a2]

        avoid circular dep between vcl and framework
        
        Change-Id: Ibcb547b2b911d382eafa1fd8a9adb2e8b6efbfe2

2012-11-30  David Tardon  <dtardon@redhat.com>  [334a58130bdd4afa0bbc2e65d78f8f5709b0b618]

        add missing deps for tools/link.hxx
        
        Change-Id: I5e83cd97978ea61c749f1d9be17ec0e9e0809127

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [6bf05adf3f46ca74ccda0d3c82399ab63343c35d]

        un-deprecate com::sun::star::xml::NamespaceContainer
        
        as it is apparently used, though i don't know if those properties are
        intentinally undocumented implementation details or accidentally
        undocumented due to lack of time.
        
        Change-Id: I0b5c564a8d49fb28aca3a6c1e15816f37ed20519

2012-11-30  Jan Holesovsky  <kendy@suse.cz>  [1d6713a72631cf38267cc0a154a6c25244f26ab5]

        Fix indentation.
        
        Change-Id: I49ebb9f7b1605884ebb2071b1017e9dec5d05577

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [c7d9febc31fecc2cfd7bfe28e987d010b8ad42e0]

        sw: test a bit more in qa/extras
        
        For this test document, the first paragraph is part of a textbox, when I
        reduced the original bugdoc, I forgot about this.
        
        Change-Id: Ia8d8aa5992d717a55c4115e4eb6d29f37e365df0

2012-11-30  Andras Timar  <atimar@suse.com>  [14569b316aec7b778caeeb55cba21af023dc4780]

        add Sidama (sid) language
        
        Change-Id: I7c7fb38d7df5aecda8e81443aa7045479e0efceb

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [08597f2897e5ac752147c8f2c4a91bb557ed4580]

        Related: fdo#44664 spadmin support for forcing "postscript of driver level"
        
        pdf of 0 and ps of 0 == automatically pick pdf if pdf is default backend.
        Which means that spadmin wasn't able to disable pdf if one selected
        "postscript of driver leve", though picking an explicit postscript level
        would work.
        
        So we need to tweak things to use the pdf flag to be either automatic,
        explicitly pdf or explicitly ps
        
        Change-Id: Ic5382a3eb9cbcff39d363723825e75851d73520e

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [13436397d2494505d68d8dacc98d2c49ba4f3b36]

        SetTopEntryStr declared but never defined
        
        Change-Id: Icfca11faebceab2dbb1dd065f0569203159b4ee9

2012-11-30  Caolán McNamara  <caolanm@redhat.com>  [df46204c5cd3b3209709b537348b4532cc6c9bc4]

        shake out unused option instances
        
        Change-Id: I2a7ac1ed79455f28f2ba2043b9183a77c63e68ab

2012-11-30  Noel Grandin  <noel@peralex.com>  [7369ac227531330b96981359c6e346da1c0e1bd1]

        fix build on windows in ucb/source/ucp/odma/*
        
        because I messed up the UNO changes in
        commit 58e9686da63f8082c5d3078745a8ed89f0d79b4d.
        
        Change-Id: I0d2a9dc1c33009c963bc13301dafbbc69e15a1da

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [27520df57c887488ff4fd5580a9e932f67bd3976]

        fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2
        
        Change-Id: Icce6ab9d6d815e9aff4980fadab71a4197593e0e

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [f6cf7115599a713db7cd177fa87dbce7cc883810]

        Add a SAL_INFO
        
        Change-Id: Icca6e25a7c9de408570bf5ceb88aefea692cdc8d

2012-11-30  Miklos Vajna  <vmiklos@suse.cz>  [3f13a8255be93cd3b697f42d691b35418eb87114]

        dmapper: couple of null pointer checks for the unit test
        
        Change-Id: Ie0b12f416da2dda95fdb4e46482a50fee0245ffe

2012-11-30  Thorsten Behrens  <tbehrens@suse.com>  [66a175834c39ccde9475eac3adb72a843110d01f]

        c++ API: use css alias in generated headers, adds global css decl
        
        This changes all generated API headers (.hpp and .hdl) to use a
        namespace alias 'css' instead of the pointlessly long com::sun::star
        
        Makes the change in cppumaker & associated tools, adds a global
        namespace alias definition in sal/types.h, and removes a kiloton
        of local, now pointless-to-harmful versions of that alias from all
        over the code.
        
        Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f

2012-11-30  Thorsten Behrens  <tbehrens@suse.com>  [90eac3e69749a9227c4b6902b1f3cef1e338c6d1]

        API CHANGE remove [oneway] method attributes
        
        Remove non-functional and broken [oneway] attributes from all idl
        files. Change idl compiler to no longer digest such idl.
        
        Change-Id: Ie14c5012beccb6242d7cd592d434a88091b695d1

2012-11-30  Radek Doulik  <rodo@novell.com>  [28315fb6a40dd0f43990272b11037f60d26afda7]

        do not write rotation when it is equal to multiple of 360 degrees
        
        Change-Id: I0338964e8f8ded9ce0c488a437d3bf023d08047a

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [04553f43e8bf12c8ecbbfb24f87199767c34c4f4]

        API CHANGE: remove com.sun.star.ucb.Cookie related API
        
        The implementation behind these types was removed in LibreOffice 3.6,
        for bug fdo#48870.
        
        com.sun.star.ucb.Cookie
        com.sun.star.ucb.CookiePolicy
        com.sun.star.ucb.CookieRequest
        com.sun.star.ucb.HandleCookiesRequest
        com.sun.star.ucb.XInteractionCookieHandling
        
        EXISTENCE: published key "/UCR/com/sun/star/ucb/CookieRequest" exists
        only in registry 1
        EXISTENCE: published key
        "/UCR/com/sun/star/ucb/XInteractionCookieHandling" exists only in
        registry 1
        EXISTENCE: published key "/UCR/com/sun/star/ucb/HandleCookiesRequest"
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/ucb/Cookie" exists only in
        registry 1
        EXISTENCE: published key "/UCR/com/sun/star/ucb/CookiePolicy" exists
        only in registry 1
        
        Change-Id: Ia7516eda8913aa721da386882543adaddbba7e2f

2012-11-30  Noel Grandin  <noel@peralex.com>  [3d4288c1c0b593421c7f6619c88584bdb7c53337]

        fdo#46808, remove some more XMultiServiceFactory fields
        
        Change-Id: I8d039a933c9fde1a24b35954bb5a1f151e9aa160

2012-11-30  Noel Grandin  <noel@peralex.com>  [2cf0f6ea36e1525193544258eef2828a54345510]

        fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory
        
        Change-Id: Iea7b21621c5d341468976507684a9c01f0822034

2012-11-30  Noel Grandin  <noel@peralex.com>  [48f2b7a7af3d4e9bf1b3c27e9aa5e12e60878051]

        fdo#46808, convert ucbhelper::ResultSet to XComponentContext
        
        Along the way, remove the XMultiServiceFactory member from
        a few classes that were not using it.
        
        Change-Id: I9ee2c2ebc01144301ed8e489bd92b4695ff263d0

2012-11-30  Noel Grandin  <noel@peralex.com>  [f96db7d0ddeb737cf0e14eea6120daab860c54b7]

        fdo#46808, use service constructor for i18n::Collator
        
        Change-Id: I15a360723e335345aad09e73fcb0f6815ed9e0d4

2012-11-30  Andras Timar  <atimar@suse.com>  [af06afdbe8c61604b4498ce1e11660dd3b647dcc]

        there is nothing to localize in 'scripting' module
        
        Change-Id: I093e13218dce5d7d73841b34af15f001122e0259

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [4b5e98967f62607d3c6f75ea2490bac4787cc62b]

        Remove SvtStartOptions
        
        ...the single remaining user can use officecfg/Setup.hxx instead.
        
        Change-Id: Icc1b56d820a9fcd7ecc52e279bcdde3aac4499d4

2012-11-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [79080b68f3d367e1ef82155d221e221b2a96a4c8]

        Include <iterator>
        
        Change-Id: I8a3db271ed0400decc00b88c75603cc73ffdd1db

2012-11-30  Michael Stahl  <mstahl@redhat.com>  [accebf15ae5d8f93399cbe93ea4e8ba22aedd5d2]

        wrtw8sty.cxx: convert anachronistic SvArray calls
        
        ... which came in via caaeb0a046a0c712224c21e3e8531e67efd4216f
        
        Change-Id: I76066f1847075e645f4847c9ce44a599ed8703f4

2012-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [5189b345329c91113db247fbc95bce43efb42078]

        use static_cast<cppu::OWeakObject*>(this) for exception's context
        
        Instead of *this, as per advice of sbergman
        
        Change-Id: Ibcac78974941d06de5cf865ddaed468ffdeccaa8

2012-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [a28b4c1e3e5855c208c9d940de8e922de33eb129]

        Do not override the message of an underlying PropertyVetoException
        
        Change-Id: I9c1026ad87f3031f1c56066ab24d23d3a6d8782b
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [1c1d3b6727af2b937d83cc63a94b00f51bb0dff8]

        Do not migrate old (per-user/shared) script provider extensions
        
        ... for BeanShell and Javascript, which have been changed from bundled extensions to plain
        code parts a while ago already; but just in case...
        
        Change-Id: I92f25a9607f8cdf7ec6c90ee615281317d1ec6e4

2012-11-30  Michael Meeks  <michael.meeks@suse.com>  [caaeb0a046a0c712224c21e3e8531e67efd4216f]

        re-base on ALv2 code. Includes:
        
            Patches contributed by Oliver-Rainer Wittmann
            sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
            apply print settings to new printing routines
            http://svn.apache.org/viewvc?view=revision&revision=1172115
            sw34bf06: #o12311627# use <rtl_random> methods to
            create unique ids for list styles and list ids
            http://svn.apache.org/viewvc?view=revision&revision=1172112
            sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> -
            clear list structures completely
            http://svn.apache.org/viewvc?view=revision&revision=1172122
            i#118572 - remove ui string and help content regarding usage of
            Java Mail in Writer's Mail Merge as Java Mail is not used.
            http://svn.apache.org/viewvc?view=revision&revision=1197035
        
            Patches contributed by Mathias Bauer
            cws mba34issues01: #i117718#: provide filter name in
            case storage of medium does not allow to detect one
            http://svn.apache.org/viewvc?view=revision&revision=1172350
            cws mba34issues01: #i117721#: directly provide
            parameters retrieved from SfxMedium
            http://svn.apache.org/viewvc?view=revision&revision=1172353
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            http://svn.apache.org/viewvc?view=revision&revision=1396797
            http://svn.apache.org/viewvc?view=revision&revision=1397315
            cws mba34issues01: #i117723#: convert assertion into trace
            http://svn.apache.org/viewvc?view=revision&revision=1172355
            cws mba34issues01: #i117699#: keep layout alive until swdoc dies
            http://svn.apache.org/viewvc?view=revision&revision=1172362
            cws mba34issues01: #i117943#: missing color attributes in RTF clipboard
            http://svn.apache.org/viewvc?view=revision&revision=1172363
        
            Patch contributed by Henning Brinkmann
            imported patch i#103878
            http://svn.apache.org/viewvc?view=revision&revision=1172109
        
            Patches contributed by Michael Stahl
            sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes
            http://svn.apache.org/viewvc?view=revision&revision=1172119
        
            Patch contributed by imacat
            Fixed the Asian language work count.
            http://svn.apache.org/viewvc?view=revision&revision=1241345
        
            Patch contributed by Pedro Giffuni
            i#20878 - Add comment with BZ issue for reference.
            http://svn.apache.org/viewvc?view=revision&revision=1244517
        
            Patch contributed by Andre Fischer
            Do not add targets for junit tests when junit is disabled.
            http://svn.apache.org/viewvc?view=revision&revision=1241508
        
        add writerperfect dependency.

2012-11-30  Michael Meeks  <michael.meeks@suse.com>  [05af023b6a8f93405b13c4ddc4e23c29ed2a827c]

        Revert "i#116420, fdo#33477: Implemented VertOrient on Writer table cell..."
        
        This reverts commit 2d96b310b4894dd06eb541474a5dc05346a28efd.
        
        Conflicts:
        	sw/source/core/docnode/ndtbl1.cxx

2012-11-30  Kurt Zenker  <kz@openoffice.org>  [1cff635d46edbb19b26fcd27adf1ed606d916429]

        masterfix OOO340: #i117701# prevent warning in xmlitem.cxx

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [1f3496e204cd305264d27a362f34fdcb6fa5f693]

        Turn Python Scripting Provider from bundled extension to plain code
        
        To avoid unnecessary confusion between the newly plain code and any instance of
        the old extension still installed (per-user or shared), I renamed the UNO
        implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython
        to org.libreoffice.pyuno.LanguageScriptProviderForPython.  Also, existing
        installations of the extension are explicitly not migrated to new user profiles.
        
        Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [cf1612dc836c161e70478d6e797ff0fe35e4ed10]

        f532752756c81a295116b0889fe4e9d31b7c3bb6 had rolled back helpcontent2
        
        Change-Id: Iadd945b4e6b7ceaff43c773f199213b9493948ed

2012-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [773df2cb86bebd47f2b28b96270989560b373574]

        Nah, wrong to use  /p:PlatformToolset=Windows7.1SDK
        
        It must be my local installation of VS2010 that is somehow screwed up
        when building here it doesn't find <windows.h>. I need to fix that
        instead.
        
        Change-Id: I37a5f8b41f193b108f33464a6a127c0a5969d232

2012-11-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e46e96ca7cf6c75749141f0267983e9b4ddc6519]

        Disambiguate for Visual Studio 2010
        
        Change-Id: I5251c0d04aef6b0f9d8e306a9b8ff9469521c3eb

2012-11-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [860e001458f93b0568562aa5a2400d8d421c4aef]

        Missing include
        
        Change-Id: I55ed111ca1a492fb2467bb1b987ae79120309aaa

2012-11-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [415a3dd3028e6e5f5167492b472ab0d5962dc737]

        Fix Windows build with VS2010: forward declaration not enough
        
        Change-Id: Ic1b6673dd85caf5f340974cde09c104a5a13b395

2012-11-30  Andras Timar  <atimar@suse.com>  [034b56290e1afddcc3861df20a68687462a39c18]

        do not extract strings from da/hu dictionary help tree
        
        Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [fd4e7b1c90286a43aab80b42df6d2a03c6fd67af]

        Unused SvtStartOptions instance
        
        Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [a83c6301d856d7f63ef3c9a9b372220da58e5ffb]

        Remove deprecated and unused entries from /org.openoffice.Setup
        
        ...but ooSetupInstCompleted is apparently not (yet) deprecated.
        
        Change-Id: I21237f804266e1f119bcf51f957ff4f22a64e3b2

2012-11-30  Stephan Bergmann  <sbergman@redhat.com>  [0b58adfe5293d5a072a3e770a58355ffb55aa596]

        Clean up indentation
        
        Change-Id: I2a26c044103e6051a0790100087f42c41b12465a

2012-11-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc486a467a722b039f4950feb21b7346a8d70a5b]

        Don't forget to clear this when loading a new XML file.
        
        Change-Id: I97a1e01e983660304e78f05d5a025080d30aab46

2012-11-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [24a2e032ed0d5f1dcddf583424dfe9ab4c214ebf]

        Highlight the reference entry after ensuring that it's mappable.
        
        Change-Id: I9b245c56c58b2db741e7c69c5ad480179db25ee8

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [af659d4ca2769669fe1066514f6d6279f1b8b8cb]

        Let's make it so that selected = highlighted + logically selected.
        
        Being selected but not highlighted makes no sense.  This way, an entry
        can be highlighted without being selected, but can never be selected without
        being highlighted.
        
        Change-Id: I6c469a1d2cf0df79c2e5e4ff4120af5efd5f6103

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [949a4e15de7560f72481f2ff90f9f3b3571a8e90]

        Selecting a child entry of a recurring element should select all sub-tree.
        
        And use the parent element entry to set the mapped cell position.
        
        Change-Id: I1def045000e707903dcc91ab46da3c66195506da

2012-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [dabd8121433bf7c363ba9cb99357e5b84e69db91]

        clang still thinks this is ambiguous
        
        Change-Id: I112d26a55e956a24991ed43621a034f5bc4aa246

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a013ffa4f71faa77a35352f00bf72195fa7aa499]

        Introduce a 'highlighted' state which differs from a 'selected' state.
        
        And use that to only highlight child entries which should logically be
        treated as not-selected but should have the same appearance as the
        selected entries.
        
        A 'selected' state is logically registered as 'selected' as well as
        visually.  A 'highlighted' state should only appear as if it's selected
        but logically it's treated the same way as non-selected entry.
        
        Change-Id: Ic4bc6923c7678044cf552194ad9865371465c614

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a49685adc7e926f320427ee15003acde71053c4]

        I didn't mean to check this in....
        
        Change-Id: I39738ca7fef022a1c9c728cdcd3fa10429a05564

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dcfcf711b6631fd018aa755000d6b93040ae0382]

        Use bitfield for better readability.
        
        Change-Id: Iaa254703be5f798e749eaccfa3b7136e26054b65

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f532752756c81a295116b0889fe4e9d31b7c3bb6]

        Remove unused method & remove header include by using forward declaration.
        
        Also, SvViewDataEntry has lost one friend.
        
        Change-Id: Icf6d4127de38fed485cd260edae97748b1f78ede

2012-11-30  Takeshi Abe  <tabe@fixedpoint.jp>  [dffb58f927ed68b58de1d5d6ad0df6549eb21d70]

        sal_Bool to bool
        
        Change-Id: I3b201985d204995c4b9eb707e7ef650c55985751

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [469a202f5c387b71f698bf09ce0daefbcfd65dd3]

        Get it to build.
        
        Change-Id: Ie239d3d0f8f4ec81a4c5dbed3a1a132117875c7c

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5388cd54ac145fb42ef81b5b166520958c21da52]

        Now we can officially hide these flag values.
        
        Change-Id: Ia203700da59e6962112889404f12041ea8648e19

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d99a7f66f42fb007ed625222812247a1f4650ffe]

        More on removing direct access to tree entry's view flags.
        
        It turns out that this flag value was used only to check for expanded/
        collapsed status, in which case, substituting it with one boolean should
        suffice.
        
        Change-Id: I2071ec83613d2206643db8681bebcfab7d1213a3

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [74a16a90ff3befd7fc336cf203a9b797df9fc5b6]

        Avoid direct use of flag value.
        
        Change-Id: I4279c352a990b2ffda482e9c69b63b18b3c13dc9

2012-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [1ea411fb15930d734fb31c28dde01d919bd22f38]

        We need to tell the MSVS 2010 build to use Windows7.1SDK
        
        At least for me it wouldn't build otherwise. But yeah, what it
        somebody uses MSVS 2010 with another SDK? It seems that the solution
        only offers the SDK 7.1 as an alternative?
        
        The default was v100, whatever that measn. Could it be that my MSVS
        2010 installation is borked? Or that I did not have to install a
        bundled SDK with it, because I already had a separate 7.1 SDK?
        
        Also simplify a bit, no need to $(filter) on VCVER inside ifeqs that
        already check the very same VCVER.
        
        Change-Id: Ifef98c9466fc24db27d9e38c6878c77adfb4ed75

2012-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [38fed61f63d4f4078a51916acd8ebd34b9e3f695]

        Kill the ProjectReference to ssl.vcxproj, too
        
        Otherwise it would try to build the ssl.vcxproj which we don't want
        (because we want to use the openSSL already built from solver), and
        which fails anyway because for some reason it wants to run
        python_d.exe.
        
        Change-Id: I7471bc26ae96be84b976ba35bb959d75678df980

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [28327c28ced32f181ed9b5c4921fd844e549980d]

        API CHANGE: remove com.sun.star.system.XProxySettings
        
        ... and related services:
        
        com.sun.star.system.SOffice52ProxySettings
        com.sun.star.system.ProxySettings
        com.sun.star.system.SystemProxySettings
        
        The implementation for these has apparently been removed in
        OpenOffice.org 2.0 or thereabouts.
        
        EXISTENCE: published key
        "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in
        registry 1
        EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings"
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings"
        exists only in registry 1
        
        Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ded6f06ec585da0edee36eec749d21d75b5e5f30]

        Forgot to remove this.
        
        Change-Id: I4aa4538fd1bf046ff3f7bff278b96f482de1a9b9

2012-11-29  Peter Jentsch  <pjotr@guineapics.de>  [60ce4dc080c2b0da2a9d5776176755d97a1b161d]

        fix fdo#57647 intradocument xrefs broken in xhtml
        
        Change-Id: Idce1f295dbf74eb3f02da1f32f290c20126c516b

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [487ec7193b7b470bbbade008c1a3e81fd74a127c]

        API CHANGE: remove com.sun.star.style.XStyleCondition
        
        This was apparently never used or implemented.
        
        EXISTENCE: published key "/UCR/com/sun/star/style/XStyleCondition"
        exists only in registry 1
        
        Change-Id: I814b56dc5830862817303fe385c35142382cbe65

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [f2586285f24977827a1dae06b8b4abd034cb7508]

        API CHANGE: remove com.sun.star.ucb.InteractiveCHAOSException
        
        ... and com.sun.star.ucb.CHAOSProgressStart.
        
        These are apparently remnants of a predecessor of UCB called CHAOS that
        has been removed long ago.
        
        EXISTENCE: published key
        "/UCR/com/sun/star/ucb/InteractiveCHAOSException" exists only in
        registry 1
        EXISTENCE: published key "/UCR/com/sun/star/ucb/CHAOSProgressStart"
        exists only in registry 1
        
        Change-Id: I6502874d6026665c0696a4226396714fc44819ee

2012-11-29  Lionel Elie Mamane  <lionel@mamane.lu>  [924f093676c0ac44edf80fb8dde456472db164db]

        clang says call is ambiguous
        
        Change-Id: I29e510a922c262b294a94596db9c2deea271e811

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [251dab0145e15a372ff0fe41ce9647e9df8e9ffd]

        Pass pointer to view data entry to Paint() instead of its raw flag value.
        
        We need to hide these flags away.
        
        Change-Id: I112003a88a92174f5012b3356ba261a039eeccc1

2012-11-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [764878deacb5018539ff5df71af8bf7e6677a93e]

        Highlight all its child entries when a recurring element is selected.
        
        Change-Id: I5d91d702fa0b55d9a9a63ef66a5ce243943e77a3

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [ec83990d247433feaba2e89b61430732d377b363]

        DomainMapper_Impl::finishParagraph: also handle insert of multi-para frames
        
        Change-Id: Id2e761ab1c9fc9c5fd0837d1801af95674d0f99a

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [3e2ab7dad94070f91b4f002e17e862e85cce513a]

        DomainMapper_Impl::finishParagraph: fix frame conversion vs insert pos
        
        Change-Id: I3aefc2185412b1dc370dd723cc57ed59e60a36be

2012-11-29  Peter Jentsch  <pjotr@guineapics.de>  [3f6946cfd7021dccdc3c2787442d20c168c197d1]

        fix fdo#57641 table alignment broken in XHTML export
        
        Change-Id: Ibbb88c1ecaaac14866145753e383609db2a3dd1a

2012-11-29  Andras Timar  <atimar@suse.com>  [ab5af23e7240959e77b4329b55da72f235859d27]

        keep indentation in Logo code examples
        
        Change-Id: Ife5aed42af9daeebba4d70899383d2bd0213aded

2012-11-29  Andras Timar  <atimar@suse.com>  [16fdc21a36271022b53a8905d41b9d29cb725af4]

        Updated core Project: help  4d46d7ee993ea549cf959bc012a616308b3496c9 cosmetic and typo fixes in LibreLogo help

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [fa480443913a08a59b13807b7c76c822c7864274]

        toolkit: s/EventEvent/Event/ in a11y complex test
        
        Change-Id: Ie8bf5881bb99d1d0c5202aadee69e330a5976528

2012-11-29  Lionel Elie Mamane  <lionel@mamane.lu>  [1fefd633220e5d9a7b1d511e3ebac7c008d97a97]

        fdo#57611 don't crash when setting too small size
        
        setHeight/Width needs to be authorized to throw com::sun::star::beans::PropertyVetoException, which is already handled adequately
        
        Change-Id: I077fbf7e3b871a59446fb3e23cc9fa1e2e9272a2

2012-11-29  Lionel Elie Mamane  <lionel@mamane.lu>  [efd2438e824edd616075e62e948d4ed771f1251f]

        Enhance error message for too small FixedLine size
        
        Change-Id: Icc9ac2789637db3d30ad452998cf0d857c9f5bea

2012-11-29  Lionel Elie Mamane  <lionel@mamane.lu>  [8a5fddc656705cf0175c1f5eda98a153a0953b52]

        Enhance error message when setting a CONSTRAINED property to Vetoed value
        
        Change-Id: I8391c874723bddaabe2fde12f22d9f50a444d3df

2012-11-29  Thorsten Behrens  <tbehrens@suse.com>  [a3787e3e368d0195511af6a1c04e002bcebeb055]

        Fix missing place after a11y API change.
        
        The accessible event listener registration changed name.
        
        Change-Id: I869cd6341dbe52e9533f167891ce000fa8928976

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [0a9e0fbcecab9fda2ffa2e87e5f338add18daf62]

        API CHANGE: remove com.sun.star.xml.UserDefinedAttributeSupplier
        
        This service is deprecated and has been replaced by
        com.sun.star.xml.UserDefinedAttributesSupplier in OpenOffice.org 2.0.4.
        
        Adapt all services including the removed service to use the replacement.
        This should have no impact on client code as this service is just
        glorified documentation anyway.
        
        Change-Id: Ie3db10dc34a53d77fa426b5f3bb39dc78d21b946
        EXISTENCE: published key "/UCR/com/sun/star/xml/UserDefinedAttributeSupplier" exists only in registry 1
        SERVICE: /UCR/com/sun/star/chart/ChartArea
          incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartAxis
          incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartDataPointProperties
          incompatible change: Reference 3 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartDataRowProperties
          incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartDocument
          incompatible change: Reference 0 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartGrid
          incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartLegend
          incompatible change: Reference 2 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/ChartTitle
          incompatible change: Reference 1 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2'
        SERVICE: /UCR/com/sun/star/chart/Diagram
          incompatible change: Reference 5 ('UserDefinedAttributeSupplier') in 'r1' is not longer a reference of this service in 'r2

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [90227b15f095d706795a86564d716a5dbcf2c7e2]

        chart2: replace use of deprecated UserDefinedAttributeSupplier
        
        ... with UserDefinedAttributesSupplier
        
        Change-Id: Ib289aaae114d89238a665d0a58eda6fa8d0c482b

2012-11-29  Tor Lillqvist  <tlillqvist@suse.com>  [73f509f3b988ea05afdc3515ba79b6019edaf590]

        Shorten more
        
        Avoid mysterios error message "Already existing unique directory:
        LOdev_progr_pytho-core-330_lib_plat-linux" by shortening "_plat-linux"
        to "_plx".
        
        Change-Id: Ib1594d9164a328f1ca7332f60bb27720746ed916

2012-11-29  Lennard  <Wasserthal@nefkom.net>  [a9fc1456719da3cecda6a97454bad0642e493035]

        fdo#45495 pptx Export saves rotation of pictures,shapes,text
        
        and Circular and Rectangular shapes, and Tables
        drawingml was Pivot corrected.
        There is still some work to be done concerning customshape pptx export.
        Tables cannot be rotated anyway, but in contrast to Lines, you don't doubly-save the rotation.
        Patch Version 2. Here, acquiring of the angle from the shapes is done in WriteShapeTransformation.
        
        Change-Id: I0d650e669a690164796150615416fab8bb90242b
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1030
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-29  Eike Rathke  <erack@redhat.com>  [954ce6f102855be1bd5c84432003d529773b39a8]

        initialize index for IsNumberFormat()
        
        Change-Id: I6a97cf9e8607eb6cf70d3b5d94e75c68c8f96c95

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [28f54b564e5fd607502bff8c876aaf8064880322]

        use Markus's sort page
        
        Change-Id: I7be1c78b01258831e1a313bc57dc6e20ec4af0ed

2012-11-29  Markus Maier  <maier@fs.ei.tum.de>  [b67a51b40a4876f4bd97a2917103112006710b0c]

        add sort tab page .ui
        
        Change-Id: Ib5471b2a4cae45cf8aa32b438bac7f5cda35f71a

2012-11-29  Petr Mladek  <pmladek@suse.cz>  [4497b12f586ed668bbe764ff526a13aa375b82cc]

        add --with-extra-buildid configure option
        
        It can be used to show extra build indentification in the about dialog
        just under the version string.
        
        The plan is to show information about tinderboxes and make the life easier
        for QA guys.
        
        Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223

2012-11-29  Luboš Luňák  <l.lunak@suse.cz>  [c8fb25f22e07a82aac86d6edc2af5ea9a492664b]

        Really prefer visual studio 2010 and then 2012 before 2008
        
        A followup to the incomplete previous commit.

2012-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2eb8ecf5540f930f5bdd30aeeb2d56e9e585595b]

        Prefer visual studio 2010 and then 2012 before 2008
        
        Change-Id: I7de1eb056c799cfce91bdc3fba3b9c1e3ab612b0

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [049933c035157129cc0409bb100dfc5353847a63]

        sw: fix RTF export of text frames anchored to empty paragraphs
        
        Regression from d4069372484f18b242a42a1996767f57b031fff6
        
        Change-Id: I28e095819e0c2f1a4b110741ace366329937f863
        Reported-by: Michael Stahl <mstahl@redhat.com>

2012-11-29  Eike Rathke  <erack@redhat.com>  [c506650b21c628e603ce7dc3dc30238c480342d2]

        resolved fdo#57668 additional date formats using '/' separator
        
        Change-Id: I0736670512dd54e67fc08b65b9fad56ab904c92d

2012-11-29  Eike Rathke  <erack@redhat.com>  [e11060e697f813650279035e533df616991fda0f]

        added formatindex="..." comments for locale data files reference
        
        Change-Id: I61199efa5d12eaa5b0e8a8e1277418763043edce

2012-11-29  Tor Lillqvist  <tml@iki.fi>  [5c159626c6b3ace5becf03aad5ed9a1851065c15]

        Always use Java target version 1.5
        
        It has been way too common for people to accidentally have a javac
        from JDK 7 create class files that are of the newest version, which
        older JREs and Android's dex then don't understand.
        
        As many of the distro-configs files specified
        --with-java-target-version=1.5 anyway, let's just hardcode that for
        now.
        
        Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1

2012-11-29  Thorsten Behrens  <tbehrens@suse.com>  [70626249cd247d9acdad417b8eaf252bae22c059]

        API CHANGE a11y unpublishing and add/removeListener rename.
        
        The a11y API has never really been picked up by tools vendors, let's
        not tie ourselves up here for no good reason.
        
        This unpublishes all css::accessibility, and dependend API.
        
        With that, we can change the rather unfortunately-named add/
        removeEventListener to be add/removeAccessibleEventListener, thus
        not conflicting with the XComponent methods of the same name.
        
        Change-Id: I595598c3a8e46415f80b2780f333333174865fe4

2012-11-29  Thorsten Behrens  <tbehrens@suse.com>  [dda524a71145441b336f5f9f6e559fa31d32d3d2]

        Prettify cppumaker output.
        
        Don't use extra-verbose RTL_CONSTASCII_USTRINGPARAM anymore. Write
        nicer nullary method prototypes.
        
        Change-Id: I1efdd6edd624c32852f47e5d2b266e90536b917b

2012-11-29  Thorsten Behrens  <tbehrens@suse.com>  [155cd09b5eebe0c1eab0610a7f1f04f09de4b217]

        Remove some commented-out or otherwise unused code.

2012-11-29  Thorsten Behrens  <tbehrens@suse.com>  [0295bd6b3f21dd648af6145ca23d90467f3cec73]

        Remove exception spec from idl-generated c++ headers.
        
        The general agreement in the project is that c++ exception
        specs are pointless and add bloat in production code.
        
        See also this rant for more background:
          http://drdobbs.com/cpp/184401544
        
        This removes the code that generates the exception specs on the
        generated c++ headers, and fixes up the few places that broke
        subsequently because of widening exception specs, which in turn
        was due to the rather unfortunate decision to not have a virtual
        dtor in XInterface.
        
        Change-Id: I60db26e1cc4d4fe6eeef5975e39497841e92588a

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [2e1ab301c581992d76e25c767294f87c5f25da9c]

        RepositoryModule: add python3
        
        Change-Id: I02c946c22daf68c664be6c3b07a8dfc6e486493a

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [49286faa3f99ccf6990ad651208188eb1d817061]

        python: replaced by python3, so remove it
        
        Change-Id: I3dc55f05502af56bd30825d297a6964295e6efa3

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [cf545e15fb4fa91f600c807e3418a7bc7e4f3dd5]

        button placement consistency
        
        Change-Id: I0f0b5ee875062123e9da4c740e82350f0250cd79

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [59b98580bfd70205a9ebdb0ba67e74225d875b43]

        Resolves: fdo#44664 Provide a way to set the default print job format.
        
        a) In the print dialog you can temporarily override the default print job
        format for a single print job
        b) In the printer options dialog you can override the default print job format
        for a single printer
        c) Under tools->options->print you can override the default print job format
        for all printers.
        
        Tidy up the restart dialog in passing
        
        Change-Id: Ibea94bab6a79c3590dbf34583013db4e2ac06f45

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [7e1b156a4103bbb6d1dc110ffac53528c00b5dd2]

        fdo#57655: Improve wording
        
        Change-Id: I364155ffc76f6917e4d06c6231401609f75f3ed5

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [ef322b54fa92877cb237a157d66408112dcc2573]

        Fix ScCondDateFormatEntry::mpCache
        
        Change-Id: Iec348a367cedce8022f9be4be80adeaefab7b0a6

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [64ef3208df5115f0574f9d729c51f1cdb2fb05ed]

        uui: oops, overlooked css.sync2 using code in uui
        
        Change-Id: I42a0a94eddb58ec13d019d29fe8b88ae63d3c138

2012-11-29  Eike Rathke  <erack@redhat.com>  [214465477d80443b58d41124340702424532173b]

        i18n is not a deprecated draft
        
        Change-Id: I5d8f0626448da30bad2dcef745868498000c619d

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [ee929741fe528399e9c1abb075d109f2aacc66c7]

        API CHANGE: remove com.sun.star.sync/sync2 modules
        
        The modules were entirely deprecated 10 years ago, and there is no
        implementation for any of it.
        
        WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in
        registry "/master/offapi/type_reference/types.rdb"
        EXISTENCE: module "/UCR/com/sun/star/sync" with published children
        exists only in registry 1
        WARNING: could not open key
        "/UCR/com/sun/star/sync2/BadPartnershipException" in registry
        "/master/offapi/type_reference/types.rdb"
        EXISTENCE: module "/UCR/com/sun/star/sync2" with published children
        exists only in registry 1
        
        Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [0d3a25c8dd8c47e72dc1b241480280ace745dd94]

        offapi: remove empty modules "test" and "pgp"
        
        Change-Id: I52f92b8293a6a09d494f1ce2e067d5cfcc217c31

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [9a19ef1a041d708f64cc20364b99d929ed01c406]

        make the options dialog layout incrementally convertable to .ui
        
        it will now allocate the fixed reserved size for its tab pages to
        layout-enabled tabpages
        
        Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fdbb10a0e3f1e36cc28ea5547e08e6ad4b5de526]

        simplify

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [63c07405de27649f1e9ea541c0b4223a80b0f425]

        API CHANGE: remove com.sun.star.installation module
        
        The entire module was deprecated 10 years ago, and there is no
        implementation for any of it.
        
        WARNING: could not open key
        "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry
        "/master/offapi/type_reference/types.rdb"
        EXISTENCE: module "/UCR/com/sun/star/installation" with published
        children exists only in registry 1
        
        Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff03b83d71ecde2ec59fd448d6ddab2ab736841b]

        mkdir for happy tinderboxes

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a212733b19f0a58d729cc9ce5f55bf1b1a6a0453]

        sigh, demote to a warn again, as otherwise we might run into caching issues

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6e6b3f3f1d001fc8cad16039585878b6d27c26a4]

        rebuild modules.mk when rerunning autogen

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [5f45e7424bc548ac524f888896d966eac1363480]

        drop need for libtool but keep buildable on RHEL-5
        
        Change-Id: Ib732594a6b27fb0b42d055abb2f7382f021d63c9

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55557d774ac72a9051b233ecbd201f9b4e14c247]

        rebuild modules.mk when modules change

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aedac4f3827b82cf129a575cbf35c9737fab603a]

        a module is either dmake or gbuild, so error out now

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [3b28e82a9423a045cc3381206de5d60cc132586f]

        offapi/UnoApiMerge_types.mk: remove duplicate license header
        
        Change-Id: I01dc14900a20fd2bfa33d44b6b445d0490ab7545

2012-11-29  Michael Stahl  <mstahl@redhat.com>  [b0d9c833c4312bce1694934b367756b4b55670f8]

        API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]
        
        The implementation of the 4 textfield.docinfo.Info services has been
        removed in OpenOffice.org 3.0.
        
        com.sun.star.text.textfield.docinfo.Info0
        com.sun.star.text.textfield.docinfo.Info1
        com.sun.star.text.textfield.docinfo.Info2
        com.sun.star.text.textfield.docinfo.Info3
        
        EXISTENCE: published key
        "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry
        1
        EXISTENCE: published key
        "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry
        1
        EXISTENCE: published key
        "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry
        1
        EXISTENCE: published key
        "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry
        1
        
        Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [0c4a7499619d54038aae39c869ee2de5836b03d2]

        sdremote: disable wifi by default in the client
        
        It can be still enabled, but it makes little sense to have it on by
        default when the server is off by default.
        
        Change-Id: I625f90fd67781244cc4fffa90127fd1c8707c580

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [5386ce98300bbd1a8d2bda1342f6963ebb4e1a06]

        sdremote: allow accessing options menu from the selector activity as well
        
        The options menu had 3 items, only one required a connection, so show
        the rest when selecting servers.
        
        Change-Id: I70797be5fc8f0550380286e0cff2abbf4664591b

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ecc8cee84f507fe950d71297fc6771aad82765cc]

        reportbuilder does not look like dmake anymore

2012-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d02dc6167a9099b2306f8da0f1a9cf2d748ba30f]

        generate module list on the fly

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [79e5ee5f6949f4b8645ef32dba61705d02473c60]

        Isolate PDF Import so it can be made optionally installable
        
        ...which can be attractive for installation sets that use --with-system-poppler
        but do not want the LO core package to depend on a poppler package.  See the
        comment at the top of scp2/source/ooo/module_pdfimport.scp for details.
        
        The build-time --disable-pdfimport configure switch is gone, PDF Import is built
        unconditionally for all platforms but Android and iOS now.  (The
        ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase
        consistency across those variables.)
        
        Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [053108588dd634838457ba81e7dc70e82aa50e02]

        Support optional dependencies among .xcd files
        
        ...that are effectively ignored if the depended-on file does not exist.  This
        will be needed by a subsequent commit to make PDF Import optionally installable.
        
        Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [6042f8610e18bb7d41654b896adff0b41a06bbe5]

        update sd regression test to match new default shape colors
        
        since 895890563cb0cc5fa872bdfd06918a46cdda172d the default shape colors changed
        I just updated the test to match. I'm going to assume that this is the right
        solution rather than reverting the default colors or munging the pptx filter.
        
        Change-Id: Ie654d1b1e7cd8c904381e6fe835cca9787d45315

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [94001499e0d7453c7012241334a9911dfccef76b]

        .dot files sometimes rejected by writer
        
        because CWW8 appears twice, once for normal .doc and once for .dot. So a .dot
        files is tested twice if it's supported by the WW8 filter. Depending on the
        (effectively arbitrary) order they appear in the list .dots may fail the "is a
        normal non template .doc" test after the "is a template .dot" test and get
        rejected as a CWW8 candidate.
        
        Change-Id: I88aec29fdd5f9ec4dd4ad2813ff3c6b8fa5c5461

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [deba3112b6d752f305f562c059dc16657b459864]

        optional ppFlt argument never used
        
        Change-Id: Ib2c68091f14d04818ae5e7db0ad7b8a1ec151f4f

2012-11-29  Caolán McNamara  <caolanm@redhat.com>  [f8eb694c0a50f9f6f874f000e47adb1ca22453e5]

        Simplify SwIoSystem::IsFileFilter
        
        bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); is already inside an if
        bRet = bRet && (pFltr->GetUserData().equals(rFmtName)); condition
        
        bRet = xStg.Is() && IsValidStgFilter( *xStg, *pFltr ); is already inside an
        if ( xStg.Is() ) condition
        
        Change-Id: I2115041d99b6fcbae7a829557c37627d03b5ee24

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [af7bd0c91f0a6a1d40b4051cb8a8c1c19f7108e3]

        android: WaE: variable never read
        
        Change-Id: I35f465a085081563214d4e5c9e7fb8a7ac0ef6f7

2012-11-29  Petr Mladek  <pmladek@suse.cz>  [3e0e88f6751f08e3e68db48e05657f3e6b24914a]

        lo-commit-stat: allow to filer cherry-picked commits
        
        Add --cherry option that filters commits using the "git cherry" command.
        
        Note that you need to pass git arguments for "git cherry". It means
        "old-branch-or-tag" "new-branch-or-tag".
        
        Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b

2012-11-29  José Guilherme Vanz  <guilherme.sft@gmail.com>  [fead8bc949a3c61b29f353486feed3a882758c02]

        Removal ::rtl:: prefixes and macros in IO
        
        This commit removes some ::rtl:: prefixes and RTL_CONSTASCII_STRINGPARAM,
         RTL_CONSTASCII_USTRINGPARAM macros in IO.
        
        Change-Id: I823fcdfe46d4d4093118f6eaab89c1ce42883a6c
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1194
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-29  Tor Lillqvist  <tlillqvist@suse.com>  [43bf22bb404c4d5339564229eabd32a5c0c9381a]

        Unify options and their order in the Android distro-configs
        
        Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d

2012-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [77d4f6700a4b1868fa8ea9292f8471e088e265cd]

        Uploading libvisio 0.0.22 release
        
        Change-Id: I86da676cd38c8e237cf63c167f877f1e6cb25bf6

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [373074611cdb6ac3931143a03a3505cb489f1442]

        Improve error message
        
        Change-Id: Ibaee8bd83e9f34e0258b48d87151ec03c8301a3a

2012-11-29  Matúš Kukan  <matus.kukan@gmail.com>  [3051f8be18ab878399a9850474876d4c8bd01e5d]

        create its own target for download..
        
        ..which is created (touched) *after* successful download of all tarballs.
        fetch.log is not a good target because we touch it along the way.
        
        Note: This is necessary only because we write pointless? date into fetch.log.
        Otherwise 'download' could be phony target, thanks to the rule being empty
        if we don't need to download anything.
        
        Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe

2012-11-29  Miklos Vajna  <vmiklos@suse.cz>  [ffb8f58ee9da347c3cb9e1c6f87576348278f2f8]

        distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.conf
        
        The current latest Android SDK doesn't cope with Java7 otherwise.
        
        Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [4fbefd7fea8c78a48a4f74527c33445e9130e625]

        Make ODMA file picker UNO component passive
        
        Change-Id: I0f036781914b8aeec15dbfc8c99acefae935d1b7

2012-11-29  Stephan Bergmann  <sbergman@redhat.com>  [4a223b6ae7f84844035f56c037599d0c348d2d99]

        Remove useless ODMAFolderPicker
        
        ...that effectively is just a wrapper around a SystemFolderPicker service
        implementation, as its m_bUseDMS is always false.
        
        Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b

2012-11-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1e002d8c56a3d45ff8a22006cabc3fefb54780d6]

        use $PIPESTATUS instead of pipefail option
        
        as pipefail is not supported in bash 2.x (used on Mac/PPC)
        
        Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71
        Reviewed-on: https://gerrit.libreoffice.org/1190
        Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
        Tested-by: Matúš Kukan <matus.kukan@gmail.com>

2012-11-29  Tor Lillqvist  <tml@iki.fi>  [8b2dfe517571fdf001a54ad6b10feb1badac6815]

        Fix indentation
        
        Change-Id: I7efac64042fdd0b985114b06314cd7b81a6ecf6d

2012-11-29  Tor Lillqvist  <tml@iki.fi>  [49c728d4179d12551c9394c1f58191f71f1f6e66]

        For now, we need a system Python to run build-time Python scripts on OS X
        
        Change-Id: Ia46126f9f56668a14a66679b697ce54cec6ea0b8

2012-11-29  David Tardon  <dtardon@redhat.com>  [314e18d44b8d40fe29a6c94d6bbbf5ad17ca889a]

        add dep on .po file
        
        Change-Id: I1f752dd5a912f4ecd4db6de72e0a8eccada3091a

2012-11-29  David Tardon  <dtardon@redhat.com>  [e174c78a55c16556bf27f12c9e7c3319116eb072]

        add missing dep on propex
        
        Change-Id: Ic2312b6f97cd773f2c271ba6f76d69d896a959b7

2012-11-29  Alexander Wilms  <alexander.wilms@zoho.com>  [895890563cb0cc5fa872bdfd06918a46cdda172d]

        Change default shape color
        
        Change-Id: I922fe667d6bf892916681988cd8599c7db9dc106

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [679480f3d766afe80e55410ab76b46d48dc7bef1]

        Fix static link failure with liborcus on Windows.
        
        Change-Id: Id32a511970ebbebf4fbfff5fdd52bbe88cac96fc

2012-11-29  László Németh  <nemeth@numbertext.org>  [ea8c191ca4d5a4d2676b4fcfdad3950a5d17737e]

        LibreLogo: fix typo
        
        Change-Id: I4072d93ccdc9f86fde7f333e1181d914dea45f6b

2012-11-29  László Németh  <nemeth@numbertext.org>  [9dd61cb56c68de4bbe49d1cc4e560e69c66f059f]

        LibreLogo: fix Python 3 support
        
        Change-Id: I3793cfd47083775fe2171eecc550e93b20ea0ee9

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [2787c0cf72bd1d33bb7feec4e3370d89bf9a5347]

        API CHANGE: remove com.sun.star.setup module
        
        This module was deprecated 10 years ago; the only thing in it that was
        actually used recently in OpenOffice.org is the ProductRegistration
        service, but the implementation of that has been removed since it
        is of no use to LibreOffice.
        
        WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in
        registry "/master/offapi/type_reference/types.rdb"
        EXISTENCE: module "/UCR/com/sun/star/setup" with published children
        exists only in registry 1
        
        Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [be1136a3f1bff15c96e4f6940400157f5f105ffc]

        python3: use version variables instead of hardcoded number
        
        Change-Id: Ic91cab680b86d8064212e9833c81b37db2002720

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [215ec266e11e1a45c24fe982cd28b4d360680d3c]

        Try to reduce direct access/manipulation of the flag value.
        
        Change-Id: I252c1ad55099a821d3c1fec3c64255c4f26a0396

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [918fa06314554d70fbc227b4c6ccf1000a29bb22]

        Let's call this mapped cell rather than linked cell.
        
        Change-Id: I861b3ad248ce680ae3ced4c10eee151883ed4a9e

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [3e1f769bdaa61e031c4a049eb29b581e5311e760]

        OUString::concat() does not modify in-place
        
        Change-Id: I71286414fe173bf9f698fcfbeb48524914dea2e9

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [b2be75d95899a3babc16b2a590f8568cfca8124f]

        Resolves: fdo#41554 ww6 file cannot be opened
        
        it falls into a (apparently) ww8 specific old school macro
        parser we use to scrape out some toolbar info and tries
        to allocate some nutso numbers which throws and aborts
        the import.
        
        Skip importing these in ww6 document, and tweak the code
        to be a bit more forgiving in ww8 documents where the
        load fails via exceptions
        
        Change-Id: I9bba60db3b95ece54f68d4fa23031f46545697da

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [9324268b51383a5957818f810c83a770258b94ce]

        pywizards: make sure it has the attribute
        
        Change-Id: I247fba15396a9c58eae0967099949abf17330a91

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [acea3cd3aaa511718bdc60320753f38d28cbdf8f]

        pywizards: remove set/get controlproperty
        
        Change-Id: Ib8fb5ee973e9f555d85cb08d2945199deb4ba9aa

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [700e75f09dce3336751fa66eb2aa04f4a4b69f6a]

        pyfax: fix a mistake i did yesterday
        
        Change-Id: I8e3762b2cb28c6d7273e177014f2ac374d393db4

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [c94a6f623982366226a8b99a1edfb6b14d1f5ec5]

        pywizards: Clean textfields
        
        Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [d3f933beb5f28f3581f324cf5ebd05612b856072]

        pyagenda: remove helper here too
        
        Change-Id: I3a9e55107888d95faa0fbc6061a23168a7b06441

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [07f5a7c8ab3c2d36703235b49b66441d804046e1]

        liborcus: must be built with -D_GLIBCXX_DEBUG for debug STL
        
        ... in --enable-dbgutil mode.
        
        Change-Id: I095bc8f29570afd9912a615e98ef05e4249ea8f7

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [e9ab377670ab12861700f22cb3f88af2e8292ff7]

        remove removed udkapi modules from more files...
        
        Change-Id: Id57598aebe25b3aeffb7f66ad4f9c2b2159fc240

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [32e534a3d0fc2f5ff2fc2fe18c7d31f5b619031d]

        OUString::replaceAt() does not modify in-place
        
        Change-Id: I97460379a248d13c9766b315a069647b70770135

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [1f90b032a6d8f2fce49334190e321b81832e3466]

        OUString::replace() does not modify in-place
        
        Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [064ef013dc4498b6a546b153d22c5711bc29bde3]

        OUString::replaceAt() does not modify in-place
        
        Change-Id: I59ebf6dc5bc75f8ded82b19dbc736a6aae48e74b

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [07ab53c03ffdaca1851ad6d9d1353edf4478c938]

        SwRTFReader::Read: catch all exceptions
        
        ... so the filter does not crash soffice with unhandled exceptions.
        
        Change-Id: Ia09815009dfb0c9e5163b94aecb76e3e70e6f945

2012-11-28  Miklos Vajna  <vmiklos@suse.cz>  [232ad2f2588beff50cb5c1f3b689c581ba317583]

        API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methods
        
        So we can use the new RTF import for clipboard pastes in Writer without
        inserting text content to the end of the document only.
        
        Notes:
        
        - SwXText::insertTextPortion: the MovePara() call is removed, as all it did was
        trying to move the cursor beyond the end of the document.
        - SwRTFReader::Read: the double fake paragraph insertion / deletion is
        motivated by the ODT filter.
        - RtfFilter::filter: if TextInsertModeRange is not passed, then the behaviour
        is not changed.
        
        v2:
        
        - added missing @since tags
        - added insertTextContentWithProperties() method
        - removed unused appendParagraph() method
        
        Change-Id: I24cddb00a78e3b798e7d88764e59e6a77a6e98a4
        Helped-by: Michael Stahl <mstahl@redhat.com>

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [85693bffad5c863e5cd4d4b3664856a9fec607d5]

        OUString::trim() does not modify in-place
        
        Change-Id: I20e51370920b8a7ca3152c0c2e4d3d65c46a20cc

2012-11-28  Andras Timar  <atimar@suse.com>  [78234602ceb6aaaff9996240b388be12fcff968f]

        LibreLogo integration (extension -> normal code)
        
        While efforts have been made to make LibreLogo work with Python 3.3,
        there are still a few bugs, for example large Logo programs do not run
        correctly and Translate button does not work. Bugfixing is in progress.
        
        Change-Id: I4227ff86084f51047861897189d2317322296139

2012-11-28  Andras Timar  <atimar@suse.com>  [5c34ee433b9f1191d14d64214a923b321e667a4c]

        add comment for translators
        
        Change-Id: Id60e37ebc73f86577c7084349418eb166d9e77e1

2012-11-28  Andras Timar  <atimar@suse.com>  [f627704d65b6633a5112dc7def1dad8d119d3f8e]

        Updated core Project: help  c9e185d454bd5f7a3bfb8e8018f598746f1d44a0 LibreLogo integration

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [6bfc84d14c056818345320b2918963a39cceafba]

        get vcl building on RHEL-5
        
        Change-Id: I01dc490d09fbe4bd0cce34b7e93afd36dd517f25

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [60e7472b9dcaffb8ca04f9dba7ee04d7a3e7513c]

        OUString::concat() does not modify in-place
        
        Change-Id: I298f33a23e44146d7ce5fbf72d176020804e03d6

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [287a18429f007207571f9f308c0ae5f76ab03afa]

        jurt: actually, why does this not simply use InternalUnoApi
        
        ... which makes things much simpler, and the custom target now only
        contains Java classes.
        
        Change-Id: I4aead3a2468085212e2384cad97e34f9cfce7270

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [6032ed44430e1f3b34cb89a40a8f8ad52e50a53f]

        jurt: remove that with -f because it may not exist...
        
        Change-Id: Ic93cf3d81bf2cbda9365998f4e41d582a5436227

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [9ebc1ab13854f44af64b2d63717e631542d9374c]

        OUString::trim() does not modify in-place
        
        Change-Id: I68227dcf77b9082708503d2c0d9bf829d78a442e

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [5f82ec11789a201e38565f59ce7d598b3d17827f]

        OUString::trim() does not modify in-place
        
        Change-Id: I9efc0ef7e8fa433352dcbc3d3173b95fdf838e20

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [c87389c7680481da2a96d4f4e0615913f0054da9]

        Add  comment about Windows SDK 8
        
        Change-Id: I91abacdbe75b36a61e110068e300c54c08c7ead2

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [13fa5d94f287f6e6bba767bd491731667f921b48]

        Make print_al_home more reliable
        
        Change-Id: Ib979916a32a9a9ea8ae1e711559613e8b6b3dfe9

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [adcb31d12166a6117b2800eb3a7d32ace9efd9f7]

        Use uniform spacing before the "then" of if statements
        
        Change-Id: I657f14b26f76b874fd6d84eb6ae2009dfcbd0f88

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [22daf988cee75a7ba4ccb63b4ddcda7cdba62a01]

        More informative logging for the search for midl.exe, csc.exe and al.exe
        
        Also adapt to the "bin" structure of the Windows Kit 8, where there
        are no tools directly in "bin" but only in the "x86" and "amd674"
        subdirectories.
        
        Change-Id: Id3aaaaaba6f4386a54e7becbb2d4fc66a8f5a0d8

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [a3ce60eb3c8bb5c69ab41556398efa8316286477]

        We only support MSVC 2008 (_MSC_VER 1500) or later
        
        We can drop or simplify many conditionals.
        
        Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [abfe16cec61eae33c64cb1901f0fc740b0466f60]

        Get it to build after the rebase.
        
        Change-Id: I86bc4fb6aa4158f0efc3ab765841abcea9063693

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f29c3435caf60b567bc67684b4633c57f6610fab]

        Add preliminary icons for use in XML tree from Alexander Wilms.
        
        Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [343538e2cca56393e6ee8ded07f1074c0b995c71]

        Use the method from orcus to get the short version of xml namespace name.
        
        Change-Id: I5d64ae380982c09f53dacb1eac721430674e9a31

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9d6ed5dd8ba3824ba0f1a9d179cfd9b2f8ba75b3]

        Correctly handle xml namespaces when importing xml content.
        
        But it's still not working. I need to dig some more.
        
        Change-Id: I06d4d70e1a4234b031741a496f2651d016c35ecc

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3db55f9da3577653911c683091c72722288bc456]

        Display XML namespace IDs in the tree.
        
        Change-Id: I7223b6ac750a5c96ce9638b490eeae109ed854ef

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5e4222bf11cbf8e7740c50bf1d206c2b1bc43b63]

        Adjusted for the orcus interface change on the master branch.
        
        Change-Id: Ie99a1f90c55abf41f9f069fe26f19ed2f4370ae1

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [814ae3e4dc75befa8540eb77a0a9a704ff8dd21f]

        Store the xml namespace repository with the context.
        
        We need persistent xml namespaces between loading the structure and
        importing the content.
        
        Change-Id: I4b56a7e952ab89b93ea2590c8f0d6b5cb141f039

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b3009bda41b58036c7a843611e6b46e5b3463d0]

        Method description.
        
        Change-Id: I754ef846c3bc2d032a818dce6c223da89b3f8ccd

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1157cbc99391c121bbe5e75291ce7a2cc75f5eba]

        Separate the XML part of orcus filters into own class.
        
        Along with other reorganization of the orcus interface code...
        
        This XML context object will be used to store data specific to each
        loaded XML file, such as XML stream, namespace repository and so on.
        
        Change-Id: I21c43ab0026954c5d52f4985a169934f8fb9f704

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [83c2f4c830559ce3aa0b448a604c93882af4f231]

        Get it to build after updating liborcus from latest master.
        
        Change-Id: Ie9cace11bf869777ff0986d38e856e68ad8fdb57

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c85b1974be6f1bf96be1cc9a94c75dab99c1eb9e]

        Now I can remove this ugly const_cast.
        
        Change-Id: Ifc4d0028d334bd6fa9dfdea86543b5eaf25313e0

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [40eb44c1cdce10bd4bdc7e1a8da08591a5178b75]

        Enable the 'Import' button only when linked data exists.
        
        It makes no sense to allow import if there is no link specified.
        
        Change-Id: I3ff4bfa7fd78c79a2c4ee74c7a1a34d2b7a2d1c4

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [582931ec18c90ab4e60396256505d97578de6d84]

        Set initial focus to the 'Open XML source' button.
        
        This helps with keyboard-only navigation in this dialog.
        
        Change-Id: Ie3d580ba921c93ae256ad0a503615de7a037323a

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fafbce473e135c9f3a266f3d04b2e214881c6f24]

        Just call it "XML Source" in the menu for now.
        
        Change-Id: Ic802bd38e976df52ad5216820187ef1334eac5a6

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [134c7e65df34b445ac6fa7b7ae63832396cc59ce]

        Setting a reference via ref picker should update the link ref data.
        
        Change-Id: Ie1559e1ece8d57b09e68676f88991c67ff8db03e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a3bfca5862619260f8050e45085a7a74e1054ae]

        Broadcast and re-paint when the XML import is complete.
        
        Change-Id: I8bf7a3331a24d39ce327264cd43ccb5910ce1251

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [78ac5e853302566b191dd902ef75c1e16c48ccf1]

        Remove debug statements.
        
        Change-Id: I3e3d4863bef27e91b95f9e6cbe5c2daa81ece0b2

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f10c5f33c17093bac8dd09b1a3b6ea39bdb6020c]

        Register range links to orcus_xml too.
        
        But range links fail to import. Looks like sheet names are corrupted.
        I need to debug this...
        
        Change-Id: If2aeb3b81db65749f05edfbdd2f3388be4f2539c

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eb85e45358d641a9beb246a97c3144b3d4a591ee]

        Implement the required get_sheet() interface method.
        
        Now we can import single-linked elements.
        
        Change-Id: I0e2f2fd618bf6dadfcc18e8b96e235e3c08f443b

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [071928f290135dcc10d6de2365b32302c563e5f1]

        Set all single cell links to orcus_xml, and start reading the file.
        
        Alas, data won't get imported because I haven't implemented get_sheet()
        interface method.
        
        Change-Id: Id53b2c68b2fdf4c03fa6d6de25dd7762a51bd610

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [971f0e32f249fd3e7fbc805c7a9b44c88122fcd9]

        Not a good idea to close the dialog first then start the import.
        
        Because that leads to a crash.
        
        Change-Id: I7ca7d94e1164a44bbef9e9b41e3f8c5bcf113c22

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ffceb198ef26579e2d3d6659384f76184ccc3e2]

        Press 'Import' in the dialog to start importing XML.
        
        For now, the dialog only calls importXML() when the Import button
        is pressed, and the importXML() function still does nothing.
        
        Change-Id: I3427d343f88ba2a9b076ffc0ee4bcc44055d7717

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [450bca12a14b090feb8e288da0ea2c5e2555b9ce]

        Handler methods for OK and Cancel.
        
        Change-Id: I8637543dc10ade3e75205031581eeaadd1b7ca4d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [19d0fcd04ee36e66d64b0f3e3faf751f0c6cdc63]

        Added OK button next to the Cancel button.
        
        Change-Id: I05782d9be74b3fddd34b79f3e15b43800b654d87

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e801413b55ea756cfebf313ecfb23181cdeed0e1]

        Re-order the controls, to get the tab order right.
        
        Change-Id: Icc776b86c8d5a4cb5eca8970478531449245c06e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [722c6fa9da996ef8513a51e5cd89087b6ba48183]

        Put the tree control on the left side.
        
        As discussed with Mirek in Prague.
        
        Change-Id: I0f66516a0b226ae66225f3fe8341b132a0b90c6c

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b92138385b528167c9b783a70867a4f63ebb526]

        Get it to build again after the rebase.
        
        The breakage is mostly due to my tree control rework on master.
        
        Change-Id: I1db09fa18b4d997cf77fea2968e787cbce3b0a72

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [35c5281f7422f55f069c2eadd1b7b7bd8a0dc34b]

        When setting a link position to a repeat element, set the range parent flag.
        
        Change-Id: I86b999297f96c4a2e55682d1da9a6c2e62f5f472

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6fb12c68756b5f2b41fd39571603096545efae09]

        Don't allow reference mode when the control is disabled.
        
        Change-Id: I9ba6121ee67f3f4fc0b4a1fb3b14036fce2e88e9

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8cb7229b3179d9cea0d360079bb051445bc1cdf9]

        Handle selection of repeat element.
        
        Change-Id: I73eb83fbbd6deb39ba3e736410b8d5b50f3dffaa

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [468dd7eebb8ceb35692660584b70de1af36fa59b]

        I need to check for repeating parent elements too.
        
        Change-Id: I52e87c93e6f3d0108cf517c33f605490dd9a1fc4

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4f0516315c35882ef09fe3f44c3f2f5a7f12dc8d]

        Take care of the default element and attribute selection handlers.
        
        Change-Id: I87aec99679f8beca2be82d6d7df275917ba66d62

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc635c24f3f5ab761cd640bacc5ae12adc4d0846]

        Keep track of linked cell positions.
        
        Change-Id: I33e39e53b618270561ba7bfc236e8d8558bccffa

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6f2013f164c2550073346bf175c1173c1032b598]

        More progress on the dialog.
        
        Change-Id: Ib07d6d5de7cd0d72356bbb7859342f5038f05f95

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0b69fbe315398fb5d1117d14ca347c171967dec9]

        Display selected tree item name on the dialog when clicked on.
        
        Change-Id: If7f7d938f4eacfc921a1e591fa4e59c5c9cf127e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4de096fad46e0e5d7f78988365a23403787013a1]

        Set user data to each tree entry.
        
        Change-Id: I708bbbae7696a66f7acae8a8d01c98a3c81d32e8

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cbc00f54a062d7ab94c6a751f170274f673fa461]

        Use param structure to consolidate parameters for loadXMLStructure() call.
        
        Change-Id: I3e5895cd6b2bae4fd18aa13ebf88321f32a95f8d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3aab0b5fad67d157a659d661f6b3b6ab10583ddc]

        Get it to build.
        
        Change-Id: If281653d848f9940befcb59210bcacf918c422ee

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [84b43827fee71f1c5b6630648955898d039f9b7e]

        I forgot to remove these.
        
        Change-Id: Id84d391b346c7044e3c3b5fd58b42365a8ebc79d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0dd4b64cd81316867fee3d86c48bfb55a3e4c87]

        Disable update while populating the tree control.
        
        Change-Id: Ic0f5822072a817addc7d296eceadf59467e5ba0f

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f7aae88a1cf539d18ccd3ff9d5c194121dada6a7]

        Use sensible directory path for file picker, handle tree item select.
        
        Change-Id: I2638b1d870ee6b7e6c8697a38df07872184df8c6

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3911c022ef8d0b1b682d96e57281015298bfa9f7]

        Get the reference edit box to work properly.
        
        Change-Id: Ifd01fe05312c0ece867100019a9f84162e5778c4

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d034b9130f1481ad437812367855f577ce06da7]

        Turned the xml source dialog into a reference dialog.
        
        Change-Id: Ifb3ebd3c0166343f42dd53bcee83c6b31c84f081

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [06114f6a9659b722a1692ba25a6941b15cb08901]

        Use different icon image for the attribute entries.
        
        Change-Id: Icd053ba7906191f3bc937cdb3c76d037fd67dab5

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b104b8feba6b18973d06a84a1238d0bdc501d16a]

        Add detected attributes to the tree too.
        
        Change-Id: I6d4b757f599ac8d33be3775ee55eaef61d89871a

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [19b2f5dfb63f3c4d7b00d10a389b4d19f5d5fcea]

        Use different icon for recurring elements.
        
        Change-Id: I3869e4a1f2f4b68d57641395daaf79d911a1a891

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d979234d3205e290efae6a643c9156260d149ef]

        Pass the 'repeat' flag of each element too, for recurring elements.
        
        Change-Id: I2d5ad0724b45d448b18a04ec58f5f06c7aa86e2b

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3835a60596486d309fb7259c7c1497d5baafd7eb]

        A little cleanup.
        
        Change-Id: I04ac6b95fec116f13507f8f012320d522120fef3

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9be2a89ae56c39ec429cd30587bbde938572c7af]

        Populate the tree box with real xml structure tree.
        
        Change-Id: Ia91340cee5e25b118ae72a62e0d94cdc976bc14e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ab89bfd69459472607acc7e4a24acd6373425360]

        Pop up a full path in case the path is cut off.
        
        Change-Id: I7a5c1fe86c4162de6d3dec301cbea6299d07212d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5067591aba2f04bbf18621c9f76b03eaa29d1c08]

        Call orcus filter accessor from the dialog when a new source file is set.
        
        For now it doesn't do anything.
        
        Change-Id: I8e41c7e15c3b99ab0ddec8e68242176c97f368fc

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8ca9f3c53e231bd528ff0f0a8af511ba9f517172]

        Use file picker dialog to pick the source xml file.
        
        Change-Id: Ie927d8a83fa93e3f61c2c2133fe655854667854c

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [650dbb4f1600aaceec1394c62355f3702ea28a05]

        Some basic dialog layout.  It's not functional yet.
        
        Change-Id: Icd46699b8249768fdda1ee140fdacca182a731c0

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [54a7c1b258f5e12126b263ab6f442f5862896f59]

        Use the resource file correctly.
        
        Change-Id: I40af0beaf0de25347e8241c08e3be5f92ac16f93

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [23b7be340e94bae597e63ca5bd7fb51f5a436788]

        I forgot to add this.
        
        Change-Id: Idf3600f0194326365e90fbf683cd2133656d3d91

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8fe987cc7cae234e66bba2c9ed98514bdc39b610]

        Launch the dialog for real.
        
        Change-Id: I974599f3bd30f5a70bad69d9fde727fef965933c

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2cefc2f4c1ea641d84ecfda3824a9ca7afb5597d]

        Abstract dialog instantiation code.
        
        Change-Id: I28e7b354928d349d9f6c90092ead2010cfe3c29b

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1709b198fc162d34bbef5ca8270f6eb71b9efde]

        Add new skeleton files for the new xml source dialog.
        
        Change-Id: I2ac196ea74185fd7f10919ad64434855c5c8b5fa

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [12e4634c599cbde5546f6076077e8941df2595c6]

        Separate method to launch xml source dialog.
        
        Change-Id: Iac7898d695cd7659f44944d6615a91d4e2b6a52e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e51254d933dd878bb60d59f04bc95d399001d3f2]

        Add new slot ID for 'Manage XML Source' menu entry.
        
        Plus unwind the mess of slot ID collision between sc and svx.
        
        Change-Id: Iad236e50f58160d85c997d6f8f6dfce405fd82bb

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [8a961ac1114023ffaa844c09291de55fe81d4eb0]

        OUString::trim() does not modify in-place
        
        Change-Id: I522e579253d3b59bcc72010bfbb5d09d9f558fa1

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [625e173aaf1816686853f6142227519dc7c37544]

        OUString::replace() does not replace in-place
        
        Change-Id: I5a1d713ee8e9c913adad57b7d8fb0597f96a2db4

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [802619d745710d51957aad30b5f3ec7f4c039ed9]

        odk: adapt to removal of modules test, util.logging
        
        Change-Id: I824e9fd5477a734843b5c021a30bf6bad7734dfe

2012-11-28  Rob Snelders  <programming@ertai.nl>  [7226672d4b894192d5312885c1c13a6394c27187]

        rename the URL for feedback to something more positive
        
        Change-Id: Iea248eeb3c3eacf9b0f123daa52516f5c1f0259c

2012-11-28  Eike Rathke  <erack@redhat.com>  [66308dd049b98476127265e9cc9ac32f19dfccaf]

        changes to Congolese locales
        
        Changes to commit a81a9109ed43e0b3880c9bd88e58f2b21065226b
        
        The ..._CONGO identifier and "... (Congo)" resource string changes are
        only to match the current convention that if a locale is not of the
        default country of a language we mention the country. This helps in case
        we later add the other locale of a language. Having two Lang-IDs then
        with different sublanguage and adding the ISO locales is good practice.
        
        For axk-CG it should be LANGUAGE_USER_YAKA_CONGO instead of
        LANGUAGE_USER_AKA and the resource string should be "Aka (Congo)",
        because it is not the default axk-CF (Central African Republic), see
        http://www.ethnologue.com/show_language.asp?code=axk
        
        For kng-CG it should be LANGUAGE_USER_KIKONGO_CONGO instead of
        LANGUAGE_USER_KIKONGO and the resource string should be "Kikongo
        (Congo)", because it is not the default kng-CD (Democratic Republic of
        the Congo), see http://www.ethnologue.com/show_language.asp?code=kng
        
        However, changed name to Koongo instead of Kikongo because that is the
        default name even for Congo, see
        http://www.ethnologue.com/show_language.asp?code=kng, and used
        LANGUAGE_USER_KOONGO_CONGO instead.
        
        For njy-CG it should be LANGUAGE_USER_NJYEM_CONGO instead of
        LANGUAGE_USER_NJYEM and the resource string should be "Njyem (Congo)",
        because it is not the default njy-CM (Cameroon), see
        http://www.ethnologue.com/show_language.asp?code=njy
        
        For puu-CG it should be LANGUAGE_USER_PUNU_CONGO instead of
        LANGUAGE_USER_PUNU and the resource string should be "Punu (Congo)",
        because it is not the default puu-GA (Gabon), see
        http://www.ethnologue.com/show_language.asp?code=puu
        
        For yom-CG it should be LANGUAGE_USER_YOMBE_CONGO instead of
        LANGUAGE_USER_YOMBE and the resource string should be "Yombe (Congo)",
        because it is not the default yom-CD (Democratic Republic of the Congo),
        see http://www.ethnologue.com/show_language.asp?code=yom
        
        For each of these ..._CONGO lang-IDs introduced the default ID and made
        the ..._CONGO ID with sublanguage 0x20, adapted corresponding IDs in
        *.xml files.
        
        All IDs in those *_CG.xml files needed to be corrected anyway as they
        all had a replaceTo="[$CFA-63A]" copied from sg_CF.xml, the ID needs to
        match that of the LangID instead.
        
        As all LC_FORMAT element section were identical, made them refer to
        kng_CG instead of having duplicated copies, same for LC_CURRENCY.
        
        Removed the executable permission bits from *_CG.xml files.
        
        Change-Id: Iae06af5fbf19e3a3c83a4f4b4dcb857213df629e

2012-11-28  Jeremy Brown  <jeremy.r.brown@gmail.com>  [c69221a2f12331cadee4dbed50de30bf8aa230b0]

        Add/modify locales & language list entries for Congolese languages
        
        Change-Id: I9f65022cee5dc0201ab45192b3731115ba50f27d

2012-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5dcf5e9b888257a01045fe746214e2ed0d7db657]

        cache calls to Date::SYSTEM
        
        Change-Id: Iccdfeb45519dfc7e1373bf1303ecfc0c83f4cbc0

2012-11-28  Laurent Godard  <lgodard.libre@laposte.net>  [03949c87206046d3a2ed2bf41f5c020458d07a8f]

        fdo#49704 add split cells menu entry in calc popup
        
        Change-Id: Ia4f80cba29f30d4c684de6f78d8831513afa445c

2012-11-28  Alexander Wilms  <alexander.wilms@zoho.com>  [90edd84687080569b536da9d9d2f09be3923596f]

        Updated icons

2012-11-28  Jan Holesovsky  <kendy@suse.cz>  [69c6ba951419413f7368f83506143327d4bd305c]

        Update the Python checks for cross-compiling.
        
        Change-Id: I1066c9108fd31682bd238df50bdf1cab0a05d3ec

2012-11-28  Jan Holesovsky  <kendy@suse.cz>  [332bd4296e9e6ba620122b69d8941338798a6c63]

        MinGW: Bundle also the libpoppler-*.dll
        
        Change-Id: I181e408e7bc585d93fbeb2ce76a32bc350845c91

2012-11-28  Jan Holesovsky  <kendy@suse.cz>  [264cf8bffa598326b255e352d4e4a7a791cf8409]

        Windows: Draw line between the bottom toolbar(s) and viewshell too.
        
        But do _not_ draw such a line for the vertical toolbars, it looks
        distracting.
        
        Change-Id: Icc1083c8c69f26740b5999b11214ee60078ea218

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [6111068d52a3d60a326866a2bccc998f50b66398]

        testtools: add com.sun.star.test.performance.XPerformanceTest ...
        
        ... back, which was removed from udkapi in
        771914ab1482af600b11dfe789182604802d1046.
        
        Change-Id: I266f2d4fd01dc01a839f5c608ec8c45be76165c0

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [76324b35095a9fe2d65e224fba554d12e4af7a70]

        ridljar etc.: javamaker invocations must rm -r targetdir
        
        ... because otherwise types that have been removed from the input rdb
        still end up in the resulting jar file.
        
        Change-Id: Ia73ecffcc9d831f2627ac0fcc5f57acf1f52a799

2012-11-28  Miklos Vajna  <vmiklos@suse.cz>  [d9e14c63e3bdd5e289c846ca9448e3864ccbe566]

        sdremote: add rules to localize the apk
        
        Change-Id: Ib2034d7ce27ce9d9d9f0d325ea403fb48aeb796d

2012-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [3eb4e090a1a736419be44b1842194666d702d65f]

        fix name of liborcus tarball
        
        Change-Id: I170543c8730b11540abb37485df0d984d2628809

2012-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [0af524741660bd0ad734ebe7922b81e3af0297d4]

        sysui: remove some unused stuff
        
        Change-Id: I6d18017311013f3bb63451c4b6f59f82f02f918a

2012-11-28  Matúš Kukan  <matus.kukan@gmail.com>  [33a6f881805122b7d2c2124d3d5fc8914dae94c5]

        bin --enable-oxygenoffice; it does nothing
        
        Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91

2012-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [4db2a6f682d1c1a2bd869831b684844b92c6852c]

        sal_Bool to bool
        
        Change-Id: I7b00701ed44bb747a3f85e1638f0f82c1ee15299

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [150e32777c99a5d67a51726972f46c06dae8a6ac]

        Resolves: fdo#57640 we really want to *titlecase* the initial character
        
        http://srfi.schemers.org/srfi-13/mail-archive/msg00046.html summarizes well..
        "
        - Titlecase <> uppercase
          Unicode defines three kinds of case mapping: lowercase, uppercase, and
          titlecase. The difference between uppercasing and titlecasing a character
          or character sequence can be seen in compound characters (that is,
          a single character that represents a compount of two characters).
        
          For example, in Unicode, character U+01F3 is LATIN SMALL LETTER DZ.  (Let us
          write this compound character using ASCII as "dz".) This character
          uppercases to character U+01F1, LATIN CAPITAL LETTER DZ.  (Which is
          basically "DZ".) But it titlecases to to character U+01F2, LATIN CAPITAL
          LETTER D WITH SMALL LETTER Z. (Which we can write "Dz".)
        
              character	uppercase titlecase
              --------- --------- ---------
              dz	DZ	  Dz
        "
        
        See TestCharacterClassification::testTitleCase for titlecase regression
        tests.
        
        Change-Id: I198379832d1910632bb6358149a5276b68d7c6eb

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [6541e4474df1bfc6d0e8880aaa513f456b64a58e]

        we want the fingerprints and config file all in the one dir
        
        Change-Id: I86f6bedf1b0f171dca3ce5b34e8c34796f9f7edf

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [29714cdc5a2752fe595911ecfbef98b31de6f0f4]

        New place to specify the tarball name.
        
        Change-Id: Ia0fd46ae58bb2ae58e8ad9bdb16e1e948659492b

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [89288d6e4f5a9c8578a5c34b236a53f5c361e785]

        This is now struct, not class.
        
        Change-Id: I36bceeb27ff03e09f78c794cdefb4093d94b23b9

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3ee369076f0097f3415923bde06a1a760fa2d78]

        Remove patches that are no longer needed.
        
        Per feedback from David T. the patch author.
        
        Change-Id: I6adae0a70926f6e402ba1f7680806e6c6097616e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [edf0652d878587f9a0d0d79361f045e02ce44bff]

        Fix various build breaks.
        
        Change-Id: Ie33a4a02f9820e0d52ca3f17c6b410ebe1e6e8f0

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [62d7eb4700f86b5a3fc43043ec3ca2efa025cd2e]

        Finally merge SvViewData and SvViewDataEntry.
        
        Change-Id: Ic85e2a239990aeaa017eaef95ea25487dd1ec968

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8369a21642c3f7abd3b3784ee1a27b5cc02562e0]

        Use std::vector over c-style pointer array.
        
        Change-Id: I91ab1fb269070deb8389cf4e8473a223c1bbca1d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c391ebbf8c8472911af52bbf3ff028ccee5155be]

        Make SvViewDataItem a struct, with only one public data member...
        
        Change-Id: Ib6b710f87fcdfe465fb78a397100f82da11b3611

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [22040a74cc0a598b54cc33259b5f39b6bd5ada5d]

        sal_Bool to bool.
        
        Change-Id: I63bff9f8ba19e8f037edf29bc82555b8c6e77d1e

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [591e284d3b2d416d3eff5d91b2ec7f7fee6c38a0]

        Deliver this new header file.
        
        Change-Id: I71c4ec404acfef12cc2a9bf0fc9c0e98bf45cb2d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [80ee754ca184ab98fa0d23b58294255f8592422b]

        Move SvViewDataEntry and SvViewDataItem into these files too.
        
        Change-Id: Ib25e7b4ff692804e4e4b617ffba228c4b2cae1db

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf9b196bf8b925f6059c638251e93011e6ebde23]

        Make these methods non-inline.
        
        Change-Id: Ifa0a78213edbdf997985bf89bc769219223feab9

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ce2977569c5d08e66b325590ee470504afb928f]

        Extract SvViewData into separate header/source files.
        
        I'll merge it with SvViewDataEntry next...
        
        Change-Id: I542732213f52a3efafaa059dd46668888d4c20f1

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3bf14d298342806125e54a075ea4c8ec6132aa38]

        Hide this, and don't expose method definitions of exported class.
        
        Change-Id: I52ff833c9b552f4593dedf771f6370bdeedf2b7d

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f662c726d5fb53aa3374866dab1f8c8246ca804]

        Get it to build on Windows with liborcus gnumeric bits enabled.
        
        Now scfilt must statically link zlib because gnumeric uses gzip
        compression.
        
        Change-Id: I79c527d381d3c2f9bccdf091ff2b0799efee4700

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [337efa331a55623335b6e806b6be4af729d57320]

        orcus from master now has a new interface.
        
        Change-Id: I1d03d5dd2b12cdc1eab2d599199c333d49d306b8

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d2691d7cce5fe0f433597666628265f22500a923]

        Temporarily disable patches that don't apply.
        
        Change-Id: I77cd13301fb4ab98ba1ded49e5b4aa1f3974c8e1

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d7636ee3d3ba2003389d97e0a29328b5fd69ec2c]

        This one has been upstreamed.
        
        Change-Id: I1f55575b07cfc3cddd27b3d42ab354405f13fa60

2012-11-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ef1f2cad18b49f10edcbe28c5a1225302fd199d]

        Update liborcus package to (pre-release) 0.3.0.
        
        This is not the official 0.3.0 release.
        
        Change-Id: I1d097ed30ea6c1835ac10d6be77e45a644449497

2012-11-28  Noel Power  <noel.power@suse.com>  [c4e649f0cd013e86adbd794859bcc3cb9ee3aa61]

        Sync draw object to calc grid for better alignment when zooming
        
        There can be some serious rounding errors involved when calculating where to
        draw the grid lines for the various row heights in a document. This can be
        especially true for a document that has many different row heights.
        This results in draw objects appearing to move relative to the grid line at
        different zoom levels.  This patch attempts to fix this problem adjusting
        the position of the shapes as they are drawn to ensure their position
        relative to grid appears to be stable.  We do this by translating the position
        of the shape to the corrosponding position of it's cell anchor. Of course not
        all shapes are cell anchored and in this case we position the shape relative
        a temporary synthesized cell anchor.
        The patch essentially does the following
        
        a) calculates the offset to be applied for each shape at the current zoom level
        to ensure that the shape will be drawn relative to the correct cell grid
           see drwlayer.cxx, drawview.cxx & gridwin3.cxx, svdobj.[ch]xx
        b) apply the offset in the drawing layer for each of the different drawing
        primitives see svx/source/sdr/contact/*
        c) making sure the position and size of the newly created shape ( at any zoom
        level ) are still as expected when zoom level is changed.
           see. sc/source/ui/drawfunc/fuco*.cxx &
        d) making sure that overlays and handles are displayed at the correct position
              see svx/source/svdraw/*
        
        it could also be that a full blown transform might be needed to additionally
        scale the object ( to ensure that the edges of the object stay stable relative
        to ajacent grid lines ) If necessary we could do that in a later step.
        
        Change-Id: I02232f8ba192d58dbf96b80adf66c281cd0f65e8

2012-11-28  Andras Timar  <atimar@suse.com>  [24c0e7ed9971663dfcaf9c4c1182dd6da9df005f]

        Updated core Project: translations  e1891b8f9c50ca687723f1afc13fbef209475875 null gerrit test
        
        Change-Id: If486af2d74b30d41834321f69fe248c2771be943
        Reviewed-on: https://gerrit.libreoffice.org/1189
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>
        

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [736200cdbbf26640fe0c2a905f03239be31402d3]

        get orcus to build on RHEL-5
        
        Change-Id: Ic18aa0eb1b48d57db81acd0d3d38ed33e3d71534

2012-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d4ce886672194a76ef1de327c97c484f7a50e51]

        prevent some nasty ScRangeList->ScRange->ScRangeList conversion
        
        Change-Id: I9dac82ffeed920ce39aab16d89a91e2f9083908b

2012-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9b7b4ab6bdec13341c8bdd4b359e5a2f501774c]

        use the correct flag to remove notes
        
        Change-Id: Ib7713cace98c732e9fbcc4e9689ca223544d5e4c

2012-11-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [381fe610a2216b898a91437fcc1330a7a43ef09f]

        workaround Excel bug when importing OOXML documents
        
        Change-Id: Ifc3b56d081b1318a0e201cb6cd7fd85ce2dc2534

2012-11-28  Stephan Bergmann  <sbergman@redhat.com>  [79bc947773f5c083f5245a81b9e54117add9fa88]

        warning C4701: potentially uninitialized local variable 'fVal' used
        
        Change-Id: I412ab50b7c6e7cf6e32a42fb92cdbab513f42dce

2012-11-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [20481510003524af3e4b50c073a4f9bae87acb1f]

        add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriate
        
        String used to do some operation by modifying itself
        whereas OUString never does that and when a modificaiton is needed
        it create a new copy.
        
        so it is very easy when one convert String code to OUString code to
        miss stuff like
        
        sString.ToUpperCase()
        
        which need to be converted into
        
        sString = sString.toAsciiUpperCase()
        
        and not
        sString.toAsciiUpperCase()
        
        This patch make the compiler generate a warning in that later _wrong_ case
        
        Change-Id: I4a9c0b4c7d0b75ad8850ac23b86e8508a334f5fe
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-11-28  Stephan Bergmann  <sbergman@redhat.com>  [04c79bcbbc3e646d7c9ae4f9388eb0134ec9a8b8]

        Clean up previous rtl::OUStringBuffer changes
        
        The OUString assignment operator is less transactional than it could be, but is
        also not necessasry, as OUStringBuffer has a non-explicit conversion constructor
        from OUString.
        
        Added some missing @since tags.
        
        Change-Id: I830be93fde78422c5a7eff9437b53e2d2d70933a

2012-11-28  Stephan Bergmann  <sbergman@redhat.com>  [6676c4ebbd264448e1d7871c91c1b3ba72c0dda0]

        Fix rtl::OUString::compareToIgnoreAsciiCase
        
        Change-Id: I40005ef4fad4d44314ec2fb2881fec82e926970e

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [47dfe5b8fd4abf9b5cb3c52db4ea6f4af6ea6b9c]

        patch twiddling breaks autoconf -i on macosx
        
        Change-Id: Ie5bac151578cf3b58253900bbef4bc4645e2c43d

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [3e6b35fc96de29ba077f8f266ccfd73cb93561b3]

        API CHANGE: remove com.sun.star.util.logging module
        
        This module was deprecated and replaced with com.sun.star.logging in
        OpenOffice.org 2.3 (i#76119); there is no implementation of the
        interfaces. Removed types:
        
        com.sun.star.util.logging.LogLevel
        com.sun.star.util.logging.Logger
        com.sun.star.util.logging.LoggerRemote
        com.sun.star.util.logging.XLogger
        com.sun.star.util.logging.XLoggerRemote
        
        WARNING: could not open key "/UCR/com/sun/star/util/logging/XLogger" in
        registry "/master/offapi/type_reference/types.rdb"
        EXISTENCE: module "/UCR/com/sun/star/util/logging" with published
        children exists only in registry 1
        
        Change-Id: Ief1beadf0e32dee03f555599909ac5f31a5034dd

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [61d16504fc1aac2545589a85660c1c89aedbc372]

        API CHANGE: remove com.sun.star.beans.XIntroTest
        
        This is evidently only intended for testing and not implemented
        anywhere.
        
        EXISTENCE: published key "/UCR/com/sun/star/beans/XIntroTest" exists
        only in registry 1
        
        Change-Id: Ib12117c7761a7cb95d71705127753579004d5e79

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [771914ab1482af600b11dfe789182604802d1046]

        API CHANGE: remove com.sun.star.test module
        
        The com.sun.star.test module is intended only for internal testing of
        the UNO implementation and should not be part of the public API.
        
        EXISTENCE: published key "/UCR/com/sun/star/test/TestEvent" exists only
        in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/test/TestFactory" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/test/XSimpleTest" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/test/XTestListener" exists
        only in registry 1
        EXISTENCE: module "/UCR/com/sun/star/test/performance" with published
        children exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/test/XTest" exists only in
        registry 1
        EXISTENCE: module "/UCR/com/sun/star/test/bridge" with published
        children exists only in registry 1
        
        Change-Id: If9e607ef944b5b1b0a1af60cc9210fa4d8993bb4

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [6eb7ee11c6a8286de7141e3938e10c96e4f3d81d]

        API CHANGE: remove com.sun.star.corba module
        
        The com.sun.star.corba module is entirely deprecated and unused.
        
        EXISTENCE: published key "/UCR/com/sun/star/corba/ObjectSystemID" exists
        only in registry 1
        EXISTENCE: module "/UCR/com/sun/star/corba/iiop" with published children
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/OpaqueData" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/ObjectKey" exists only
        in registry 1
        EXISTENCE: module "/UCR/com/sun/star/corba/iop" with published children
        exists only in registry 1
        EXISTENCE: module "/UCR/com/sun/star/corba/giop" with published children
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/CorbaString8" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/OneThreadID" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/CorbaUnion" exists
        only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/LogicalThreadID"
        exists only in registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/TCKind" exists only in
        registry 1
        EXISTENCE: published key "/UCR/com/sun/star/corba/ThreadIDs" exists only
        in registry 1
        
        Change-Id: I0331d0462f2187ba8d8eacf2a5b3f6af20963304

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [b4a004e65655446c0bec8a134444b43f375b7471]

        gbuild: UnoApiTarget: delete RDB file before rebuilding it
        
        regmerge does not by itself remove those parts of the RDB that
        have their IDL files removed.
        
        Change-Id: Ie3972779deb7de4250e1a5f0f66c2e964fc60043

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [02826093583fab44670cf5b32f478405f52b60ea]

        write a makefile to rdbedit to build again
        
        Change-Id: I8e35bb672084344684da401e736a1492c016f966

2012-11-28  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ee9a6d9e854db07462a372ed530da1572cb4e349]

        Remove useless method SetBackgroundBitmap
        
        Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap.
        In my XFCE, removing this method didn't chnage anything. So this needs more
        tests in Windows and other WM's.
        
        Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-11-28  Thorsten Behrens  <tbehrens@suse.com>  [5d533bb75efde6dbe6f2d402d20cf5466135f1a4]

        Make all-screen presentation work again.
        
        Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1

2012-11-28  Thorsten Behrens  <tbehrens@suse.com>  [adf342ca1833a0a6bec3b1180ba73c5ae274397f]

        Remove commented code.
        
        Change-Id: Ia09c147a084765072f5457d799fccad61adad017

2012-11-28  Thorsten Behrens  <tbehrens@suse.com>  [4367079f509417132ab6726dd169e8b59730c2ae]

        Fix a warning
        
        Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674

2012-11-28  Michael Meeks  <michael.meeks@suse.com>  [837e2808f7ed0ef7e40f2596a7a1781b52b606a2]

        re-base on ALv2 code. Includes:
        
            Patches contributed by Armin Le-Grand
            #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
            http://svn.apache.org/viewvc?view=revision&revision=1293316
            #118485# - Styles for OLEs are not saved.
            http://svn.apache.org/viewvc?view=revision&revision=1182166
        
            Patches contributed by Andre Fischer
            http://svn.apache.org/viewvc?view=revision&revision=1172128
            http://svn.apache.org/viewvc?view=revision&revision=1172133
        
            Patch contributed by Ariel Constenla-Haile
            i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
            contextmenu  - CWS contextmenu1
            http://svn.apache.org/viewvc?view=revision&revision=1182915
        
            Patch contributed by Zhang Jian Fang
            #118876#, Add check if the OutlinerParaObject is created successfully
            http://svn.apache.org/viewvc?view=revision&revision=1243381
        
        restore a re-based rdbedit.

2012-11-28  Michael Meeks  <michael.meeks@suse.com>  [6d2fa52272e3418d1c6baa64e75ee45ad1ff6172]

        Revert part of "impress210: check readonly"
        
        This reverts commit 416435e1dcbc175787a5a9e03142f7f766b6a648.

2012-11-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d7a9f7fd98ef3ea442d670049f2db1404ff732be]

        impress210: #i110321# check if pages exists for last page
        
        Conflicts:
        	sd/source/ui/view/DocumentRenderer.cxx

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [88b223b0baf8eb5599c8c67f9e2a761bbbd819f5]

        impress211: #i110990# Fixed 64bit compiler problem.

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [22e54a9d0ee80b156ddb74a3d80330d48213ce9e]

        impress211: #i110990# Fixed remaining problems with display ids and indices.
        
        Conflicts:
        	sd/source/ui/dlg/present.cxx

2012-11-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5c3614639cc448e5bdab6ed303de26a5ef9ce894]

        impress211: fix a warning

2012-11-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a46904855c32c306f42fce76735045d82013d993]

        impress211: fix a warning

2012-11-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9177901fd6491be2937126839e5b96b1bb77ae7c]

        impress211: fix some warnings, types

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [8bcf6ba5586818f4100113a6b685e891de84a5ea]

        impress211: #i110990# Fixed slide show spanning multiple displays on Windows.
        
        Conflicts:
        	sd/source/ui/dlg/present.cxx
        	sd/source/ui/slideshow/slideshow.cxx

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [cbb599f657acc1953ef77d4f4fd895f75f9c7dad]

        impress211: #i88880# Fixed dragging of slides from navigator to slide sorter.
        
        Conflicts:
        	sd/source/ui/app/sdxfer.cxx
        	sd/source/ui/dlg/sdtreelb.cxx
        	sd/source/ui/slidesorter/controller/SlsClipboard.cxx
        	sd/source/ui/slidesorter/controller/makefile.mk
        	sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [b3a2432e7df44c7f6387a41a246050d1bfba8984]

        impress211: #i116339# Added call to Reschedule to compensate for missing yield.

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [a19fac0de93bc45187628fa9cd5238ccb9cee0bf]

        impress211: #i114732# Revoke comphelper notification client only when it was previously registered.

2012-11-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [60157eabf35827a360ebc84c6381e1224685badc]

        impress211: #i115688# Forwarding result of ::Window::Notify().

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [2983b776bf776574245692e18740400b4608cb9e]

        I suppose we need to move Collator from noheader to idlfiles to build
        
        Change-Id: Ide2bda72aafaa3d1e38436cfe625c0d84885301f

2012-11-28  Radek Doulik  <rodo@novell.com>  [b71f8ba4d2330335f8024164a0ca06cb62b0a64d]

        use snap rectangle instead of logic rectangle
        
         - so that pictures inserted into rotated placeholders are placed
           in the transformed rectangle and don't endup at wrong position
           e.g. outside of slide
        
        Change-Id: I2f3d206b43639c094f7dfb1d25e42b9cbf7dd102

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [49f2a69fa7d8eaa23d77519ac29748f4dc3e4c5a]

        bigendian utext mixup triggering regression test failure
        
        text takes a pointer to a sal_uInt8 buffer but
        utext takes a pointer to a sal_Unicode buffer
        
        passing a sal_uInt8 sequence of e.g. "\x0D\x00" to utext only happens
        to work on little endian machines to represent 0x000D, its 0x0D00 on
        bigendian.
        
        for more excitement text and utext do not share the same logic!
        Various special chars are treated different in text vs utext so
        we can't simply blindly change utext() calls to text() calls and
        get the same behaviour without reworking those.
        
        So keep the text()/utext() calls as they are, but change what's
        passed to be the right thing.
        
        Change-Id: I66696530c4a9482690c461146bdcf0a507b39b68

2012-11-28  Noel Grandin  <noel@peralex.com>  [38cc919efb965e7982d23d5b1c91a639cc2c6fdd]

        fdo#46808, use service constructor for sdbc::ConnectionPool
        
        Change-Id: Id12226af5e537b1eeacbb062ad937a3551e245c0

2012-11-28  Noel Grandin  <noel@peralex.com>  [7470cc532fe408dc9d8735cde0e2eb5bb62fd69c]

        fdo#46808, Adapt reflection::ProxyFactory UNO service to new style
        
        The service is deprecated, but we still have a handful of in-tree
        users, and converting it lets me thread XComponentContext through
        a bunch of classes.
        
        Change-Id: Iffdfe537ada6b9e4a89f9b3c8dd82ca85f4bfaba

2012-11-28  Noel Grandin  <noel@peralex.com>  [56ea15091c69d280310aa8b28bb1e9488eaad756]

        fdo#46808, use service constructor for i18n::Collator
        
        Change-Id: If6ad17fa9e274beff7ba872a095ced65438962af

2012-11-28  Noel Grandin  <noel@peralex.com>  [7e708545e4e32910d93cd471eb8438dca4ab47b6]

        fdo#46808, remove some more XMultiServiceFactory fields
        
        Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3

2012-11-28  David Tardon  <dtardon@redhat.com>  [60f6c7578b2ba9e78d1aa9589b315aec6b489a16]

        fix first run of shader-using 3D transitions
        
        The slideshow engine emits viewChanged() immediately after the
        transition has been initialized. Because the ShaderTransition data were
        not fully reset in finishTransition_, no transition texture would be
        generated on the re-initialization in viewChanged(), thus there would be
        no transition on the first slide.
        
        Change-Id: I04fef9a6c09537995d83889be2fe15569a1ddc2c

2012-11-28  David Tardon  <dtardon@redhat.com>  [5ff406634d41b16db2c238d284d7fd7cae66299e]

        fix 3D slide trans. initialization
        
        Change-Id: Iafec5485d0a097f386070370b989d5e77f631d99

2012-11-28  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [ada84dbf0a414fd9f6c009d8532200667af1b6b4]

        Updated core Project: translations  94b27f6e07ae87637c4f6cb0dd1af3c9c6210e97 Move extension.po Translation file to here

2012-11-28  Michael Stahl  <mstahl@redhat.com>  [d61d02ba66308161150bedc472e8f766811d8662]

        gbuild: UnoApiTarget: fix spurious rebuilds:
        
        Since commit 800f388206b15db545d8b96d5546b766a4fc7b32 there are spurious
        rebuilds when a IDL file is rebuilt, because the rule for the idlc
        invocation was changed to rebuild all IDL files, but the dummy rule for
        .urd files only touched that when its own IDL file changes; this means
        that the header target is not seen as outdated in this make run, but it
        will be outdated in the next make run because then the .urd file
        timestamp is checked and is newer.
        The dummy rule for .urd files must touch the .urd file if and only if
        the rule for the .done file re-builds that .urd file.
        
        Change-Id: I37938aef0621c7d46809e02a06d22248de28271b

2012-11-28  Miklos Vajna  <vmiklos@suse.cz>  [169ee4037c6e31ccf77b992c8b226320640ccee7]

        writerfilter: remove copy&paste
        
        Change-Id: I7a5be1963e41dfba1394291becb53318cf4ae8f2

2012-11-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [deb098d9726a3dacb605695de0ee304d6c2b3034]

        oops. mixed-up OString and OUString
        
        Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7

2012-11-28  Noel Grandin  <noel@peralex.com>  [90a27e2eb905c1a4203a4a652315c16a60d8aa26]

        fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory
        
        Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [d5104498bbcce24d0b8f546b183245373768faa4]

        get autoreconf to succeed under RHEL-5
        
        Change-Id: Ica5e55881389a4f83081c41418ea7aa03c633f55

2012-11-28  Caolán McNamara  <caolanm@redhat.com>  [d860b4f45144636c36bfd5b6f9f1b2a14ce36333]

        defuzz patches to squeak by RHEL-5 patch
        
        Change-Id: Iac990e65e3af852a527e67154c66e8ad39ce4767

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [dd12118b099c20595e12cdefef2f7a5936b100c5]

        Make it possible to tab-complete "solv" to "solver"...
        
        Change-Id: I55895a1b55696ed20e3fcdcafa919879bf304398

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [b4dd218f9eca2c4edf887761241843e70c6b5e8f]

        Add vbaswobj and writerfilter components
        
        Change-Id: I63c88bcb41a48142f8b3c20ff4d66ae28811411b

2012-11-28  Tor Lillqvist  <tml@iki.fi>  [759aed9b78b77b40ab244e1c3e3f156f2b32369d]

        De-duplicate _ReadFieldParams
        
        Change-Id: Ib08f5ab8e6155f1b9be100377657678b8c480060

2012-11-28  Lennard  <Wasserthal@nefkom.net>  [1f1ebf7d91d1b19c05d7114853ecdc40c8444a6a]

        fdo#34897 numbers were wrong, code unnecessary
        
        Text flow is perhaps not intended to specify rotation, created data may misbehave on
        other applications, and there is no reason for this unnecessary special case.
        (Especially obvious because there is no text flow that causes 180 deg rotation.)
        Theoretically, you could delete all three if-cases as in the earlier version of this patch,
        but that ?could? come at the cost of backwards compatibility.
        
        Change-Id: I0b1cac78e549c2126d7e45298629e28fc76ac95d
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1165
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2012-11-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [9865cc0aee96b6b19bf673df3efb0d9d1755744a]

        fix misuse of toAscii(Lower|Upper)Case
        
        OUString are immutable so these api, contrary to what happen
        with String, do not change the object but create a new copy
        
        Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c

2012-11-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd773e669a0958f5f989e17a87ef815ecfd02476]

        clean-up a lone lost 'String' in writerperfect
        
        Change-Id: I848ac4d934ffde0ae9c4b8b674fcb46c7bd17769

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [1b6e55eb350e22147a22ad22c1c4f08fc6ed19f5]

        De-fuzz
        
        Change-Id: I47e206350331e3edeef9edcb0514eacb66db7c07

2012-11-28  Tor Lillqvist  <tlillqvist@suse.com>  [36f2d5266a0fdea67d8868048341fb0638184756]

        icu4c.8320.freeserif.crash.patch is already in the ICU we use
        
        It added code that already was there.
        
        Change-Id: I766184e4996a4abcd3f2b383c1aae3b558954fbd

2012-11-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [422ed6bc3a7811121dea060a9e36d64de434f261]

        fix windows miss in svl OUString work
        
        Change-Id: Iff20613231058db92d65cfecc5e4b16dd5395589

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c617be8307033394bde4255c05b72dbd01ae0056]

        remove legacy String svl's Put*Entry family of function and convert users
        
        Change-Id: Iebf4017ce4c2c48389716eac1bbf7f386ac7a296

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae0fa7cc62e1f57d22e68b2ef45086aeb1dfe41c]

        String=>OUString in svl's inettype and fall-out
        
        Change-Id: I7d64d117183738b86d1869ed629d73675de9c679

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e55f0825c39c2d4f6991f40bcebadaef4f75337f]

        OUString has a matchIgnoreAsciiCase but no compareTo version of it
        
        Change-Id: Ie02dc3511e262a3b13df38ddbe0b3136f291ac9e

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c33019b36d613f951787ce9836e34d74bfbd6a1b]

        String->OUString in svl urifilter and restrictedpaths
        
        Change-Id: If11b8752c3aa21554c3ee06de07d63639695e284

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [6922a0b190e3877cfae1ca08bfe86e0a010e9d86]

        String => OUString in svl numfmuno + clean-up legacy of GetPreviewString
        
        Change-Id: I20f080b76b864208f0706bef9e87cb299f3845aa

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [0860d2bca15536e1277a136c8d1390c5fa3bd271]

        String => OUString conversion of svl's PasswordHelper
        
        Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ad6f9f2f00df27eec2fc6e640eb1a662644de6a4]

        String=>OUString of svl's urihelper
        
        Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7709b460394283fd5b1d2779b6af3585f80a991]

        String => OUString for svl's zforfind
        
        Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [43d1153b2993121d0508d774c1285b359e6e3907]

        cosmetic prep work on zforfind
        
        Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ca3cd8bfc47f59c610c89d3ef3daf841bef6fc03]

        another round of String -> OUString conversion in zforlist
        
        Change-Id: I9979927af016f0b782ae9481a6207649f6455558

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [fb4685458544670fba5f627d4572ea780f9f7785]

        more wrapper in zforlist to isolate String/OUString issues
        
        Change-Id: I53e5e60f59739bdcedb6e7b13006850e0e5b22c0

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [7796d003bd6e0c5b2e4325ea79b4ad022e8e5938]

        use const in SvNumberformat::GetOutputString when possible
        
        Change-Id: I364b1ac36f999f4309b3aab2ef0c55ff2147ef43

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [cfce380c1bc5f048b24aff6dcf63bca67d26a980]

        make GetIndexPuttingAndConverting String/OUString agnostic for now
        
        plus convert GetKeyWord() and GetStandardName and some
        more zforlist implementation conversion
        
        Change-Id: I64abe35a4875d84518a1904ef3121269b79a6df0

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c7db7de3deec8384c7246c5c6c4886bd37fdc96]

        String -> OUString prep clean-up
        
        Change-Id: Iacd7a20a49c40b6f4db07a14a17cc6301eeb086d

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1a8ac8b2df40edd0b17825e2ca0cb170061d0ff1]

        String and OUString cleaning in xmloff
        
        Change-Id: I85d7fd7733814c60a048a7f87d43fbcbb83b0eb0

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [739146b75d8f3e537759925ba6e17cddd28e1acf]

        convert the last SvNumberformat::GetOutputString and users to OUString
        
        Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [621cdc7a446e500a6c1b7fd417199be34cdaf3da]

        migrate user of InsertBlanks to OUString
        
        Change-Id: Idc7379daf25a226622e5599124df2ab68b98902a

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a8fe23a16082deb749b0ad8bfef93ef90ef9ce07]

        clean-up few more String out of zformat internals
        
        Change-Id: I83f7794a3cc413c7720ad605a22c00efe966e1a5

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [389713cfaaa7b7f9736414abf2f184997b9bcf2b]

        no need for String version of ImpGetOutputStandard
        
        Change-Id: Ie498b7603cd493b00698c2fa1858ba9a77832ea3

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee8f9c9426b10f9b69adb1bae9b82602627d239e]

        migrating SvNumberformat::GetOutputString implementation to OUStringBuffer
        
        Change-Id: Ib6c6d1a31b037b6e687b063257a9dc813ff3be91

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f76691ac67cd358879465239abfcf8bb1732419]

        support OUStringBuffer for ImpGetOutputStandard
        
        Change-Id: I03aa6278ee3cbbb85ffa9cbe5437493dbc7e463b

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [db650a359b350e10be3ad28ecb9b5b69300203a7]

        remove String usage from SvNumberformat::Save
        
        Change-Id: I07d379c9a38a60b5950ff4e2970e46f18cac2de2

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [087dd70dac798ffe0448e2183614182442ebcc60]

        convert first and replace after
        
        the original code was converting one character at the time from
        whatever codepage of the input stream to unicode just to be able
        to substitute the 'euro' character that apparently is somehow
        not converted properly (why this is hacked here rather than fixed
        in the code page converted is another story)
        
        the change consist in translating the 'native' euro character in whatever
        the converter think it should be, then converting the whole string at once
        to Unicode and finally replace the 'bad' euro character representation
        with the the 'good' one.
        
        This turn the allocation pattern for O(N) to O(1) where N is the length
        of the string.
        
        Change-Id: Ie7ffeb813346953f539cf6dc34b43f890d8b970f

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a49ced0b692d3af81a67da7d6d46d467dcea1f09]

        no need for String in SvNumberformat::ConvertLanguage anymore
        
        Change-Id: Ib849ffb115f7501d90dd56356c56c90edf9fd5e0

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1facdbd5cebc72259dbb99b533843b1075c64448]

        remove String use in SvNumberformat::Load
        
        Change-Id: Ie7cb50605d9e1e1a21d50a962bdc9b9880c8d06a

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [bedca5cee7d0c1adbf42b894aaec5098d9224443]

        convert ImpGet[Date|Time|DateTime]Output to OUStringBuffer
        
        Change-Id: Ie4ab10b81897ac32228dc1267b3da00250ff82ea

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [114ed543a157adfc2792dc726186a75da9f3665a]

        convert ImpGet[Fraction|Scientific|Number]Output to OUStringBuffer
        
        Change-Id: Ia865ef3859bb120578e2d92a866ddadbeaa943df

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a1b5e7ff56e75b16dbfd9048bb2b8154c098e4a]

        add API to OUStringBuffer to make assignment/copy more versatile
        
        Change-Id: I95cd8e97044cd5a65500d3a674995f417c4f2e29

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [43c6bfa9287d5c2ed1e771d468daaa5c9cc79f33]

        migrate ImpNumberFill implementation to OUStringBuffer
        
        Change-Id: Ideb89b8ced5c3ac2b07a7e270b90e92beef02aad

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e59a75c9fdf1b7b0bb997ee1788c31efffeb2cec]

        migrate ImpNumberFillWithThousand implementation to OUString[Buffer]
        
        Change-Id: Ife0fbb28ba2686a9a251757e109f2ac451296192

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [61c7f9b6ce4d4624ddc5403c29fc607ac5acbdf0]

        spin Scientific formatting in its own imp function
        
        Change-Id: I8d9e0d01642c04ca7742b68e8926b3966418f841

2012-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ad62ed4c84c5339e3d47d9d23ef1bb0268965e03]

        spin fractional formatting in it's own imp function like the rest.
        
        Change-Id: I5a7d5fb1da268a3a3506a02f1735107666f02d92

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [519c947f213ec69b0c92d3ea76193270644263ea]

        remove helper from makefile
        
        Change-Id: I617a4ca3d5dbc1494d26e12c3bbdc59e85995ce2

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [47e7436d61539a77aa4e97de952262d858483cb7]

        pywizards: remove helper class
        
        Change-Id: I899cab320edb3712b17e339b0931a0deed4425e8

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [03a0ea88e94205bf14feffccf981e4aac82a28ae]

        pyagenda: make buttons work in Agenda Items
        
        Change-Id: Iadc5088b1e95fec0ae34c35cf650e9d53ceb6bf4

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [e87d8747cf526af4cbb90502854c3b705aa52caa]

        pyagenda: fix Topics in python3.3
        
        Change-Id: Iea0036eef5d978aa227ba5ff297969f7a44ed3ab

2012-11-28  Xisco Fauli  <anistenis@gmail.com>  [ee1df64d6cc0c2b8684063e2ae33676fd50440a7]

        pyagenda: fix date field
        
        Change-Id: I7952deeae094ae6d7c44fe4351225434d70e5c52

2012-11-28  Peter Jentsch  <pjotr@guineapics.de>  [b75e9576bfaf9f95532f2a9d6917cffbf37a57e0]

        fix fdo#40097 - Cross-references and TOC links broken in XHTML export
        
        Change-Id: I90bd2a8d5f788350f8f2bc8c443776e6598624b4

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [9a00c7fd817508ad02901fa374dc63b63b535f96]

        "fix" --with-linked-git case
        
        Change-Id: I26a464a6b1a22997eac52706cb2d4b10c2bad443

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [721b1aca38a851c390f8e00ea96b761198db8bd5]

        String::Fill -> OUStringBuffer::padToLength
        
        Change-Id: I1a2bba922d583b9f38bb6617d46c4fc0874f4844

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [96248beb79e299203ae6aafea9798a0668707294]

        drop empty make rule
        
        Change-Id: I95b8c28a5f7ad7de8b51096fb44f98b48042ca8a

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [42606e3def6cc546dec9a4e558a15605dd67b6fe]

        move more from download to Makefile.(top|fetch)
        
        Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [df50d2dcfeb382a051528e4f64bad4c0b8fe83f8]

        download few tarballs directly without md5sum in name
        
        ..and add few fixes, like:
        * use 'set -o pipefail' to fail meaningfully
        * include download.lst at the end of config_host.mk
        * MOZ_ZIP_* do not have md5sum, do not check for it
        
        Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [cb3fc7ff18545412827cb017818890eda7e2f564]

        download also tarballs needed for build platform
        
        Change-Id: I21fc00bd0b5acfd81e378d2e3c0ceb976b8f2a4e

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [e80393462d62be97d7efabaf1b17e269efb37637]

        support for --with-all-tarballs
        
        - this is needed for packaging, so that all possible tarballs can be
          available in the complete source package
        
        Do not define tarball names in configure. Move the variables into
        download.lst, which is going to be included in config_host.mk.
        We already have conditions for getting tarballs in Makefile.fetch.
        
        Change-Id: I160aff6426a253814eea07d2467e4942478f653a

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [6d69a50e769ebee5d0cd75a27fd1a5cdfaace284]

        add fetch_Optional to have conditions for download in makefile
        
        This is prepare commit for --with-all-tarballs.
        We probably don't want to define the tarball names conditionally in configure.
        
        Change-Id: Id41f73dd7094b3384ce43caf62018f53b3d86a81

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [16aa073855da37d75d0f48e7fbdf92d14ef8c264]

        move ooo.lst and download parts to Makefile.fetch
        
        Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d

2012-11-27  Matúš Kukan  <matus.kukan@gmail.com>  [bec854077c372f32a904e21b818a6639c18671e0]

        move check for wget and md5sum to configure
        
        Change-Id: I1951f25ddff112e8184c90006cd6e87a1c02a930

2012-11-27  Peter Jentsch  <pjotr@guineapics.de>  [143f0b895fb2c0a1449af4f6f307487900921cbe]

        removed obsolete xml validation service and xml source view.
        
        Change-Id: I637531c09b391ef458ae6395518129d981662ff2
        Reviewed-on: https://gerrit.libreoffice.org/1166
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-27  Eike Rathke  <erack@redhat.com>  [c8209ae6ae2a2e33c63fda48efc7c3381cd095b2]

        added FIXME markers
        
        Change-Id: I7f9b5f9843c6f20fec17cec1e43d49624922b4fe

2012-11-27  Eike Rathke  <erack@redhat.com>  [76c22d36f15d1c2447ba9c7470a2d173e398bc03]

        Desktop::GetDesktopResManager: handle language tag
        
        Change-Id: Ica043b923e0918f65fb6b18c4205ba91784ef3c2

2012-11-27  Eike Rathke  <erack@redhat.com>  [cb523b62a4a63b70054d7a16385faf5f3a76be28]

        SvxLanguageItem::PutValue: empty locale is not LANGUAGE_NONE
        
        Change-Id: I8d788f53b54a7429124a653417d422db300238d7

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [da64cd182e9158439c2d256fae48c6e9862dd959]

        android folds libsal_textenc into libsal
        
        Change-Id: I749238e38b64abde9b601fcee99bdd1f753cdcff

2012-11-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [50a7098b2ee7047cda459e60720e5206eb3d4963]

        More ::rtl::OUString -> OUString in canvas
        
        Change-Id: If99dfc98ace1bf62cd5ab05c596f4f6ffc5fbd2f
        Reviewed-on: https://gerrit.libreoffice.org/1175
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [47b78e10c1510a86c509eaf190b8d6df1d160f15]

        add dependency on sal_textenc dlopened lib
        
        Change-Id: I527536083d546afbb5673a16bc5527915ea9d3f7

2012-11-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [ad2eedc8eb9d2a6f2dd22a66290acbd0e755a73e]

        ::rtl prefix removal in canvas
        
        Change-Id: Iab6aaa9f06dfe69c85db5e87f9512db0eb44caa8
        Reviewed-on: https://gerrit.libreoffice.org/1181
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [5d9edbd3413c427cce87c1e30027d8379a976435]

        Revert accidental submodule changes
        
        This reverts commit c7d1daac6f2ce4d891df8a39356641e19a5aa8f2.
        
        Change-Id: I9c679231ea3daf18bc789cdf7d122283238405fe

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [c7d1daac6f2ce4d891df8a39356641e19a5aa8f2]

        sigh... apparently 6215da2dfb96ed6b36ef42bc1afa1ab43c803f3d missed a )
        
        Change-Id: I3cfe61034b02d050c3b825ed83e68740760af8ae

2012-11-27  Eike Rathke  <erack@redhat.com>  [b1d3900317bba8f3d0ab773e517a40b40934e0f7]

        do not resolve LANGUAGE_NONE in MsLangId::getRealLanguage()
        
        LANGUAGE_NONE was resolved to UI language, don't do that, if desired use
        LANGUAGE_HID_HUMAN_INTERFACE_DEVICE instead.
        
        Change-Id: I4a45653c9dfef7cc2cddb941ea1174189708cea2

2012-11-27  Eike Rathke  <erack@redhat.com>  [201a3b83d0868c8b0a884a17779b6a4838ed0615]

        we don't need to convert a system locale
        
        Change-Id: I1b964fc34f078ddf400927ddce4c19130db43ad8

2012-11-27  Eike Rathke  <erack@redhat.com>  [52b10fdedb9a056cd8f4ef5f01863a3bb1e249c1]

        get rid of LanguageSelection::IsoStringToLocale() and use LanguageTag
        
        Change-Id: Id327a4164435ee2e22980827ab21a5affdb8de9d

2012-11-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [6215da2dfb96ed6b36ef42bc1afa1ab43c803f3d]

        honor USE_INTERNAL_RIGHTS from scp2
        
        Archive::Zip doensn't restore file permissions when unpacking, so
        stat'ing the extracted copy is useless.
        
        Change-Id: Ifdc586fbe76bc55af35f10c6ad9468ae69947f13
        Reviewed-on: https://gerrit.libreoffice.org/1167
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-27  Andras Timar  <atimar@suse.com>  [396f374e5c6125b65655703da48def879a5a29f0]

        Updated core Project: dictionaries  afc12cc53bf96f765b4513868d3b7530c66711f1 fix pt-BR makefile

2012-11-27  Noel Grandin  <noel@peralex.com>  [9df0baaf0b2d0dc22b88d13848014b402937aac6]

        fdo#46808, convert i18n::BreakIterator impl to XComponentContext
        
        Change-Id: I2e6800d0f5a6346fc743d5a57bab34d1e36b4ee4

2012-11-27  Noel Grandin  <noel@peralex.com>  [c2bbc9797c2fef9078c11460100996972bebd971]

        fdo#46808, use service constructor for i18n::NativeNumberSupplier
        
        Change-Id: I092ca8f912e26f0743909920c6e740d648b8677e

2012-11-27  Luke Deller  <luke@deller.id.au>  [60fa5057039d2413d56813df4d45e5cfdfbb40ac]

        fdo#56513 second header/footer lost saving as .doc
        
        This reverts changeset 723f772d for i#106749, then applies an
        alternative fix for that issue.
        
        Change-Id: Ib5a1788b67517c8d3cf80fd76801e30587535366
        Reviewed-on: https://gerrit.libreoffice.org/1170
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-27  Miklos Vajna  <vmiklos@suse.cz>  [a33727bf547c1d8e8435e06f3d4d1ef80ed7fc0c]

        Updated core Project: help  05bd6789ba844772f9757fa1196175e9591ccd74 redlining_navigation: add missing paragraph ids

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [11e776023c89b3de690b37ffaed18ec996b9c207]

        python3: try to fix clang breakage in libffi
        
        Thanks kendy for digging up the patch.
        
        Change-Id: I97bc96081736596e84206b95a8d6b658ec3ffae5

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [ee352d11aa5911d510d691bd925cf877f2f16943]

        python3: fix MSVC "implicit int" build breaker on tinderbox
        
        Thanks to shm_get for guessing the cause of the problem.
        
        Change-Id: Ieca7199c0c267dc2acaa9ece3ef55747e6a4f816

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [ca3590466c57c2613be785c5c0b8b75bdb9a535c]

        remove comment obsoleted by 49313b0626356f4726dc3bd52b237bbb81928a36
        
        Change-Id: Id32034c2a584110be44eebee721147b9cbee0ddb

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [919263362c86479b43c00ae29d6156d4d6cdd545]

        pyuno: add python_headers external and use it for wrapper
        
        Change-Id: Ie151a1200037b6060eab00d6f0f0889134826e5e

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [9d921baa17c3ee8d3c7be0cab5980d0f66319891]

        clean up PYTHON related version etc. variables:
        
        - configure defines PYTHON_VERSION, PYTHON_VERSION_MAJOR,
          PYTHON_VERSION_MINOR
        - remove pyversion.Makefile
        
        Change-Id: I19ac8df18a520ad56bf63ea038dc0769b8249d0b

2012-11-27  Olivier Hallot  <olivier.hallot@alta.org.br>  [0c8e2ee3b4bf133d59fd956715418196e0922187]

        Updated core Project: dictionaries  404c7ad8ccb9e71e8a7f575d638e4522b2a16657 Add Lightproof grammar checker for pt-BR

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [6e1fba8a7262325eb7adf8f90c0f53359ae3e555]

        try and make error message a little more useful
        
        Change-Id: I20070965dbf2632461fc74cc8a9795c7ddded269

2012-11-27  Miklos Vajna  <vmiklos@suse.cz>  [79c1b16a96a65afe444c82217b09006d82cc1fb4]

        sdremote: make it possible to have only bluetooth enabled
        
        Previously bluetooth didn't work without a running TCP server. Now the
        TCP server isn't listening (unless experimental features are enabled),
        and yet bluetooth can be used once the remote control setting is
        enabled.
        
        Change-Id: I44248642d7e12ded2d4c731d0105bcab88c7fd5a

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [0ca4133d8a8cc7f7c5c1f8a3ac151b63527be6fb]

        warning C4309: '=' : truncation of constant value
        
        plus warning C4701: potentially uninitialized local variable 'cChar' used
        
        Change-Id: I41df38d0fe8e915cc2a366e0be509c4a0205b105

2012-11-27  Muhammad Haggag  <mhaggag@gmail.com>  [45f8c979eb48e631baa8817ea73a14d952d5a275]

        Updated core Project: help  df872eb038151f90ee6a128f33acbbd96c000a70 null fdo#48317 Help content for next/previous change navigation.
        
        Change-Id: Id0b44f449bf099b7e79c33cb7f060c0b05457145
        Reviewed-on: https://gerrit.libreoffice.org/1163
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [49313b0626356f4726dc3bd52b237bbb81928a36]

        Make python3 work with custom VALGRIND_CFLAGS
        
        Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703

2012-11-27  Muhammad Haggag  <mhaggag@gmail.com>  [a0a58556f36cbf396f5139e18881720ed838ddd4]

        fdo#48317 - Support jumping to next/previous change
        
        Added two new writer commands: NextTrackedChange (FN_REDLINE_NEXT_CHANGE) and
         PreviousTrackedChange (FN_REDLINE_PREV_CHANGE).
        Rewrote the logic for Accept/Reject change (FN_REDLINE_ACCEPT_DIRECT and
         FN_REDLINE_REJECT_DIRECT) to work well with the newly introduced commands.
        
        Change-Id: I03d583bef4225409f69934f16db1854564c2db5f
        Reviewed-on: https://gerrit.libreoffice.org/1156
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2012-11-27  Eike Rathke  <erack@redhat.com>  [d5b7bcbd263162b31780b53070f90fe8b3366786]

        avoid unnecessary LanguageTag conversions
        
        Change-Id: Ic85bfad73814e9d2a28efc368526f3c1b5a84ad1

2012-11-27  Eike Rathke  <erack@redhat.com>  [cb5df8a899a2f6795f857c4d300b6a3cf8977d20]

        added a FIXME marker
        
        Change-Id: If6f15e57154da159999d570178eea896e43c4d45

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [9e8ee8d23eeb96f9aea6f5c6bd43b75e1bf93c7d]

        remove un-used and non-compiled files.

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [543af40d1acf1ab947c230ea9766d75af2d49cde]

        Fix --enable-dbgutil build
        
        Change-Id: I79beddf3f5d588e47e47c50e1a9b06b70aca99c0

2012-11-27  Andras Timar  <atimar@suse.com>  [869dab55c133a80096e516a5d2b0f0c4d573fab6]

        add new tool "stringex" to extract/merge strings from/to android UI
        
        Change-Id: I8210957cedf911418044da340642cf97396f3e14

2012-11-27  Andras Timar  <atimar@suse.com>  [a511a4f2a9e911ba2a8cd8bc452e1fc80d9462d8]

        add \n to end of warning message
        
        Change-Id: I6c6f75d7e6fb4379db09a9c155eea9a0cb22ea0f

2012-11-27  Caolán McNamara  <caolanm@redhat.com>  [bfeeed3e986f3ce5090d5a03c50546cbda3b99e6]

        implement a new iscii (devangari) <-> unicode converter
        
        this time with support for the multi-byte encodings possible
        in ISCII
        
        Change-Id: I1dc09e8836676ab614b531e8dc10f91a90b7c4fd

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [29315d772c43ece37802c53214a0942daaa7a044]

        Remve obsolete DBG_CTOR/DTOR stuff again
        
        ...which 0a063f3a36eaf7b90ab6a5cd5b2ad6a63ce9742c re-introduced in error?
        
        Change-Id: I2866165bddc74361dcb72e37cf98fb801f629e9e

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [e5e8136c6a7f1c30ec733b7bd0992c5d8007b260]

        re-factor lifecycle issues in FormattedFieldWrapper.
        
        XAggregation.idl has some rather helpful comments on how this
        should work.

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [0a063f3a36eaf7b90ab6a5cd5b2ad6a63ce9742c]

        re-base on ALv2 code. Includes:
        
            Patch contributed by Christian Lippka
            impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx
            http://svn.apache.org/viewvc?view=revision&revision=1167619
        
            Patches contributed by Mathias Bauer
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            cws mba34issues01: #i117712#: fix several resource errors introduced by
            IAccessible2 implementation
            http://svn.apache.org/viewvc?view=revision&revision=1172343
            cws mba34issues01: #i117719#: use correct resource ID
            http://svn.apache.org/viewvc?view=revision&revision=1172351
        
            Patch contributed by Andre Fischer
            Do not add targets for junit tests when junit is disabled.
            http://svn.apache.org/viewvc?view=revision&revision=1241508
        
            Patches contributed by Armin Le-Grand
            #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested
            http://svn.apache.org/viewvc?view=revision&revision=1240195
            fix for #118525#: Using primitives for chart sub-geometry visualisation
            http://svn.apache.org/viewvc?view=revision&revision=1226879
            #118485# - Styles for OLEs are not saved.
            http://svn.apache.org/viewvc?view=revision&revision=1182166
            #118524: apply patch, followup fixes to 118485
            http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68
        
            Patch contributed by Regina Henschel
            linecap: Reintegrating finished LineCap feature
            http://svn.apache.org/viewvc?view=revision&revision=1232507
        
            Patch contributed by Wang Lei (leiw)
            #i118760# split the first table cell vertically, then undo&redo,
            the Presentation app will crash
            http://svn.apache.org/viewvc?view=revision&revision=1301361
        
        cleanup globlmn hacks, undo dependent fixmes.

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [b13e1d306e3302b23745b91d291f023f94613f31]

        Revert "sb140: #i114718# avoid references to object across XAggregation::setDelegator boundary"
        
        This reverts commit 390eaa736364a59e479a849598677b1a6a87f24e.
        
        Conflicts:
        	forms/source/component/FormattedFieldWrapper.cxx

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [4dc7b3b830649314e0552b9da4c3fc05de66c60a]

        correct free slot count.

2012-11-27  Michael Meeks  <michael.meeks@suse.com>  [5bb7bb58e62309e59d015310cf0221902d910d52]

        Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling test"
        
        This reverts commit 52b32f617521fd160b043754f77f3a549fddc926.

2012-11-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [52b83062e4111cedf5f3d77e23a2767155cf607b]

        fs34b: #i117507# serialize_node: do not reach out into the implementation
        
        of the UNO DOM node (which isn't possible anymore), but use the proper
        UNO API for serialization
        
        Conflicts:
        	forms/source/xforms/submission/serialization_app_xml.cxx
        	forms/source/xforms/submission/serialization_app_xml.hxx
        	forms/source/xforms/submission/submission_put.cxx

2012-11-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2884799ea8c635ea5849fed3bea77b099a541de0]

        fs34b: added some diagnostics, so next time a bug like #i117507# happens
        
        we will not - at least in a non-product build - silently ignore it
        
        Conflicts:
        	forms/source/xforms/submission/serialization_app_xml.cxx

2012-11-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0c696c1628a0271242f4a89d343c7e125f493726]

        fs34b: #i117459# fixed the test - do not create multiple children of a document, this (rightfully) throws nowadays

2012-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [fc61f0dbb9aabdfd2345c36e3a6fb70b3d72a323]

        sal_Bool to bool
        
        Change-Id: If000e5980fc7982a21f62b1c90b362abc52019a0

2012-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [8b30ab19eb6093b9742f957c53823dc346dcda2b]

        Remove undefined function
        
        Change-Id: Ie9867136a13ced288b90b030b49e7377715647a4

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [872d76228fc440d22924b69a391f027dbdc8e693]

        Introduce a Restart dialog that allows to automatically restart LO
        
        ...instead of just telling the user to restart manually.
        
        The one existing dialog (duplicated into svtools and cui) that got replaced by
        this is the dialog asking to restart when the choice of JVM changed.  There are
        more similar dialogs that would benefit from replacing them, like
        RID_SVX_MSGBOX_OPTIONS_RESTART (cui/source/options/optjava.src), but that one is
        called when closing a dialog nested within the Options dialog, and calling
        OfficeRestartManger.requestRestart in such a nested situation still leads to a
        crash.
        
        The design idea is that when more similar dialogs are replaced, restartdialog.ui
        contains a list of hidden GtkLables with the appropriate prose why a restart is
        required in the given case, and restartdialog.hxx's RestartReason enum contains
        corresponding values that will show exactly one of those GtkLables.
        
        The new svtools/uiconfig/ui/restartdialog.ui is probably still pretty rough and
        could benefit from some UX love.
        
        Change-Id: Id939188ee22f24301a8a3598b83afb31339bded5

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [602b746330d21ae1b9c0fc60eb0980ed92cd5680]

        configure: switch system Python minimum to 3.3
        
        System Python 2 can still be used by setting PYTHON, PYTHON_CFLAGS,
        PYTHON_LIBS manually.
        
        Change-Id: I4c2eccad3866ae2b037752e9e06768c444e0aa9a

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [38a22a9026a3d8a67f3e16ec650960a10b527d25]

        Switch from python to python3
        
        Mac specific parts of patch by:
        Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        
        Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [6f8f95fed7a4bd741bf035f53a758ac0c6da66b2]

        warning C4805: '!=': unsafe mix of bool and sal_Bool
        
        Change-Id: I42e2de6b4837c2fa334003e670a1aed8881476e5

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [59a9bac2bf66d4a9e96eea41831b7fb016fb44e8]

        dbaccess: warning C4530: C++ exception handler used ... specify /EHsc
        
        Change-Id: I273b800c36038be64cdc9f85872ee95983077da7

2012-11-27  Tor Lillqvist  <tlillqvist@suse.com>  [b0505048022efeb5c577232534a1c404d435e8b9]

        Simplify SVLIBRARY
        
        No need for a __DLLEXTENSION macro that is used nowhere else, and
        which is in the namespace reserved for the compiler implementation
        (two initial underscores) even. Just one #ifdef tree is enough.
        
        Change-Id: Ib2612ceba385250792c52066a720b220eb294aea

2012-11-27  Maxime de Roucy  <mderoucy@linagora.com>  [df25641bc1f38d2c9228cea42318a58c4dc2ead5]

        fix bug 53508
        
        In the format paintbrush function :
        Apply the paragraph automatic attributes to all the nodes in the
        selection instead of just the last node.
        
        Change-Id: I655f00cbf44d3d80c19a7ef623bc1c7cb505ead9

2012-11-27  Stephan Bergmann  <sbergman@redhat.com>  [cc360f0a483e7c68ece7a30424f204d660d74b1c]

        fdo#46808: Missing adaptions to XFolderPicker2
        
        c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt
        ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker
        implementations at XFolderPicker, so creating them caused DeploymentExceptions.
        
        Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0

2012-11-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [41f08d42696fdb1f38baaafdde63088febdfd06d]

        Some ::rtl::OUString -> OUString in canvas
        
        Change-Id: Icfcd96432327873f23351a85f8015f0a945dbf47
        Reviewed-on: https://gerrit.libreoffice.org/1174
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [cb1b0ddbb40ea2afcc41d117ab4abb04ca0e58bf]

        accessibility: WNT only IllegalArgumentException java problem
        
        Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf

2012-11-27  Michael Stahl  <mstahl@redhat.com>  [d84d147ddb7739d73cd28f82df9ab4d6569c5597]

        offapi: remove DocumentInfo types from type reference
        
        Change-Id: Iaf887b7a6f228b39aa05104c56618cd1a02c7227

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [ea2bba59687f4d4dc5f729eb93149867e9fad3a1]

        pywizards: don't set attribute when it's None
        
        Change-Id: Ic80b77f90635f58ab7e90da8b1c5e7d34a43d0f6

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [4024753450099e60f671e2c73c089a3b5e7e7648]

        pyagenda: let's delete the locks and see what happens later on
        
        Change-Id: I6f878d454a264f2c5a9c450b09d690b0230fb89a

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [9ed87bd9a4011fab10c69739884e60e30731481f]

        pyagenda: adapt exceptions to python3.3
        
        Change-Id: I87865aa01b1c05f46d39ab98279d3dc67df23c78

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [f835b7e321909dfaac925b1bfd7ccca35a59bd45]

        pyletter: adapt this wizard to python3.3
        
        Change-Id: I6617478a335cf1b5b6b128f86148029dc7bd81af

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [5b56643fd426f9e2369a2e78e62768567d65e589]

        pyfax: make this wizard completely compatible with python3.3
        
        Change-Id: Ice2eaaa014ee4858658c5643b51b6f70faefa128

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [c279c575950b08e45f5f1d9c7935716a76d67139]

        pywizards: No need to use unicodedata here
        
        Change-Id: I30eb17dd740978e2ce03ada0ec11a4db65205f41

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [944a7aa48aefdcafddcc75a5bfff68eeb6d4e343]

        pywizards: adapt listener to python3.3
        
        Change-Id: I887ad72ce6ee4001ea2ac8731ffadaf196c0b5d7

2012-11-26  Xisco Fauli  <anistenis@gmail.com>  [d03f2be8e1b01e2c5504fac837240ea473a03c98]

        pyfax: adapt it to python3.3. it can be already launched
        
        Change-Id: Id0c98e95d6b40dabe0dc07af232bda84989d1815

2012-11-26  Peter Jentsch  <pjotr@guineapics.de>  [7ce4ca1c49c1183ffb32b0e7f85e29e3d5b2eb37]

        fdo#56598 - no whitespace after section numbers in XHTML export
        
        Change-Id: I437b936e37ab577f29736bf413312ba9af393987

2012-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef5fa06e6e918103cac2fc4844dbb62a3522b4e8]

        no need for this copy
        
        Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb

2012-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80904d027f5a7adb0fec7da99536f8cc02bdd2d9]

        implement OOXML export for date cond formats
        
        Change-Id: I0485edfb6571ff9db9e52b54099a24c92f566dc9

2012-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [179b568a82e1506dced0d2f94c607f7bee2459fe]

        easy performance improvement related to fdo#48312
        
        Change-Id: I61287dc910fb168c18fa7c9e46b8c29ae1300858

2012-11-26  Michael Stahl  <mstahl@redhat.com>  [264c136697bed318b324aa7412f22778b3c7020d]

        configure: check for Python2 >= 2.6 as well
        
        Change-Id: I568dc7c83cf60f2782ac730dc5efcb0e4b8de8a2

2012-11-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bee01c825b77a57b39e1b6baea6b6fdf1f0052e5]

        python3: build LibreOfficePython.framework on MacOS X
        
        Change-Id: I0815aa0f5b50166f626f721be56969c0afd655a8

2012-11-26  Michael Stahl  <mstahl@redhat.com>  [e6f81b1898a59280f41177206b777a7a0d32f3fc]

        API CHANGE: remove com.sun.star.document.XDocumentInfo
        
        The following badly designed interfaces and services were deprecated
        in OpenOffice.org 3.0 and are now remove from the API:
        
        com.sun.star.document.DocumentInfo
        com.sun.star.document.StandaloneDocumentInfo
        com.sun.star.document.XDocumentInfo
        com.sun.star.document.XDocumentInfoSupplier
        com.sun.star.document.XStandaloneDocumentInfo
        
        The supported replacements for these have been introduced in OOo 3.0:
        
        com.sun.star.document.XDocumentProperties
        com.sun.star.document.XDocumentPropertiesSupplier
        com.sun.star.document.DocumentProperties
        
        http://www.mail-archive.com/interface-announce@openoffice.org/msg00432.html
        
        Remove the implementation of these interfaces and services in sfx2
        (SfxBaseModel, objuno.cxx)
        
        Also remove unit tests for these services in qadevOOo and sfx2.
        
        Conflicts:
        	offapi/type_reference/types.rdb
        
        Change-Id: Ib0b48a4e53a8079c82fac3bb49a829812f8e5256

2012-11-26  Michael Stahl  <mstahl@redhat.com>  [31170413ae3786bf44564e813d7291354e939a77]

        API CHANGE: com.sun.star.lang.IllegalArgumentException
        
        ... derives from com.sun.star.uno.RuntimeException instead of
        com.sun.star.uno.Exception.
        
        Only test that breaks with this change is jurt_uno/AnyConverter_Test,
        which for mysterious reasons effectively tests that
        IllegalArgumentException is a subclass of Exception and not
        RuntimeException.  Presumably this is just a generic exception test that
        happens to use IllegalArgumentException.
        
        Some further testing indicates there are no problems expected at
        runtime:
        Running "make subsequentcheck" with all Java test code compiled against
        a ridl.jar that does not contain the change, running against a soffice
        that uses ridl.jar and rdbs with the change + ridl.jar with the change
        on the test side yields exactly the same AnyConverter_Test failure, with
        no other failures.
        
        Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d

2012-11-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1d095efaf989730c298b2ad99720eacf68f71229]

        Some ::rtl::OUString -> OUString in bridges
        
        Change-Id: I5412773f9cebc633a78ee5733b62f64b6d1599d4
        Reviewed-on: https://gerrit.libreoffice.org/1068
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-26  Rene Engelhard  <rene@debian.org>  [7af306fb2508f01b91749542fd383acc0e675e34]

        check for python >= 3.3 in configure when building with python3
        
        Change-Id: If25d4d1d583caace32934d7a7230bb86330cfbed

2012-11-26  Peter Jentsch  <pjotr@guineapics.de>  [5781a5ea3d502332cda77ab75aa7ddd1c9ca36f7]

        fdo#57575 (xhtml hairline borders), fdo#57538 - xhtml right just borders.
        
        Change-Id: I9788e80829e4e9af17b4e2fd203849ca0b5e9899

2012-11-27  Ivan Timofeev  <timofeev.i.s@gmail.com>  [52252bb529a41979aa4f11d529ae555401ae8563]

        findbar: use new SetPlaceholderText method
        
        Change-Id: I2e9b825110ed2e83c053b2084c4e6c868d1e9d9f

2012-11-27  Ivan Timofeev  <timofeev.i.s@gmail.com>  [37c4a408ebd2895ca06e6a22c54591494e9ec52c]

        vcl: Edit: add placeholder text feature, import it from .ui
        
        Change-Id: I65d305b07dba5ddd80a108d5ef1b36f75eb67243

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [95b4c0322d486d7899917ed22dd1f8193af77dcf]

        use secondary-group packing to left group help and adapt to OK->Insert change
        
        Change-Id: I0325f42e78efbf819c6883b69d5a8903e05ac36e

2012-11-26  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [db8aa2fcf00d0df8f99b12dc2c8213ea66ba894f]

        New Layout for 'Insert Table' Dialog
        
        As discussed in http://nabble.documentfoundation.org/Libreoffice-ux-advise-New-Layout-for-Insert-Table-Dialog-td4020074.html
        
        Change-Id: Icd1a77d845aa14a918077ccefd7f9892ad05f199
        Reviewed-on: https://gerrit.libreoffice.org/1172
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [9d83ad0e99ab182506be99f7d6a2bec7f6fbe8c6]

        Use -dead_strip ld flag
        
        Change-Id: I39bb14e47654afd5425098fb4aad80a29f058d67

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [497a7ac1dfed80339e50c4f964fa2bb0b68d1aa1]

        Drop the components we don't have for iOS
        
        Change-Id: I15981bf4827c29a7e1ce8e33d8b6fdc159e05522

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [db7b486f8818ce99711f281216efb49e52c5d0b5]

        Use the weak attribute for iOS, too
        
        Change-Id: I090da1c6c9e48ef12f2a168eddb1a2cb91a8f533

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [79d82c21fcc6bde1d75f23870488f85a15e207c6]

        Make it link again
        
        Use the wildcard function to get all ibraries and component, like for
        Android. (We won't of course actually link in all code from allof
        them, just what gets referenced to by the getFactory methods
        referenced in docloader.mm. Plus possibly unintentionally other stuff,
        to be investigated...)
        
        Change-Id: I6516964c83e7bf120de586550c40615b4337f760

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [efb1d98765b3bdf0e71dfc7df7850563d18a6c58]

        Use same component map as in the Android DocumentLoader
        
        Change-Id: I10c8a6806fd106128e151d470a51caa54aa074e8

2012-11-26  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [d042c3ccd88ed0ae7bc4027e9b3478f1d5170657]

        Fix bug in localize, created by recently changes
        
        Change-Id: I329c72fdca6ade502d4fdedaccc410dd4b7ea874

2012-11-26  Miklos Vajna  <vmiklos@suse.cz>  [64cea833fb9e5534885aa29844255be2ef32db1f]

        Give sdremote a separate option, apart from Experimental features
        
        Change-Id: I34f299acaa489d5c619c764c917b8a8d26b71557

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [0052235753832c28e66e367c8bff244dcf7affb7]

        set default script text in .ui
        
        and move last javascript string into global strings
        
        Change-Id: I51f0e18e77ab1696d5b70c98698b81ac6122f970

2012-11-26  Andras Timar  <atimar@suse.com>  [1a622833635d76134426db76b32cf730443a0eab]

        unifications/fixes before handoff to translators
        
        Change-Id: I954140a076987f61123dfb8fd74ef830afff4628

2012-11-26  Jack Leigh  <leighman@gmx.se>  [0c46736bb2789abb8aa3eb6308c03bc2538c7586]

        Migrate 'Insert Script' dialog to .ui file
        
        Change-Id: Icd3cd8579e9fa8fa4d01fc234317b3b0b03525aa
        Reviewed-on: https://gerrit.libreoffice.org/1152
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-26  Radek Doulik  <rodo@novell.com>  [a04735e037289585aa4c4fb68c6907b38a828f41]

        fix crash on impress quit, when custom shapes were added during editing
        
         - reset connection to this unoshape in sdr object so that it doesn't
           try to delete uno shape later when it might be already deleted
        
        Change-Id: I1195bfdaccceb9d7e3e0f0a48aaacb16f7a46ced

2012-11-26  Stephan Bergmann  <sbergman@redhat.com>  [3bdd04fc0466154e16243cf233fb2bb3ad4043a0]

        Improve error reporting
        
        Change-Id: I46e97b59716e5d716ac5d76a0bd6af5eea05a57f

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [185fe1de1f437ec2a60cbab3f30bd505e9d14d36]

        WaE: use of logical '&&' with constant operand
        
        Thanks, Clang. The code was indeed (obviously) wrong.
        
        Is fixed in upstream boost:
        https://svn.boost.org/trac/boost/changeset/72270
        https://svn.boost.org/trac/boost/ticket/5145
        
        Change-Id: I5efbb60a8518e387785f2fb65cd821f1938534cc

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [65f82ca62922e2c487ba72b6d67ea7e3a03f8ebc]

        get textencoding tests working again
        
        Change-Id: Ia3e0b7be14800e1d50c3e785153b45d2b4a7dd6d

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [5eb649a89b83de4b08c217ae46ddbdb64576a7b7]

        fix unicode to dingbats conversion
        
        enabling the text encoding tests show that the unicode to dingbats conversion
        is wrong in two places.
        
        a) 0x27CF should be 0x25CF
        b) The unicode range starting at 0x2460 should map to 0xAB not 0xAC
        
        Change-Id: I3899e1bbfc3f20ef67eb75c703ad7f23abe81509

2012-11-26  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [54f2fad47b002c498b66b899a3cbcdad4bd11197]

        Varnisch localize.cxx
        
        Use getenv method instead of osl_getEnvironment.
        Delete rtl and std namespace identifier
        Use OString every possible place to decrease
        OString<->OUString conversions.
        Add some block to minimize scope of local variables
        and add comments to make clear each block task.
        Move propex "en_US exist in file name" check to
        localize to save some extra process time.
        
        Change-Id: I9a0455f7524f71e34efe4d32998d2d21601f14e1

2012-11-26  Stephan Bergmann  <sbergman@redhat.com>  [2981921b49c9bc5748a01dec9ee039aace0bc80e]

        Missing dependency on lng.component
        
        ...at least, failure of Linux-openSUSE-x86@18-Clang tinderbox makes it look like
        that is a problem.
        
        Change-Id: I0e0b135d845d06ed2adddfd246a3ccaab91905a3

2012-11-26  Luboš Luňák  <l.lunak@suse.cz>  [8bf500c365e3cf24086a672f63b0b5d5b60ff4a9]

        make presentation spanning all screens work (bnc#758138)
        
        This reverts an API "improvement" from 6ee5dfa150d408179e20a5525ff7ec46649e0e58
        that tried to use -1 as the current screen/display but failed. The check
        for nDisplayScreen being in range broke all-screens (which is
        represented as last_screen+1 value, which is broken in its own way, as e.g.
        the screen count can change). The same way -1 as the default value is broken,
        as everywhere else invalid invalid screen number means spanning all screens.
        The extra overloads without a default value should take care of that.
        
        Change-Id: Ie118038eacacebc007c25860732d5904ad0de2b9

2012-11-26  jailletc36  <christophe.jaillet@wanadoo.fr>  [8d87128c6bcbac26520a8fef7ae5a6256a824104]

        Remove useless comment.
        
        Change-Id: Ica37d08671700adea3b0d48c1d72b6d26f56dcfb
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1169
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2012-11-26  Rene Engelhard  <rene@debian.org>  [669f0da19beb577ffded49b2678f4968aa35b5c0]

        use correct PyString_Size for python2
        
        This reverts commit 8ea4657f64e7575696be4bba5b2a4309ac029ae4.
        
        Conflicts:
        	pyuno/source/module/pyuno_util.cxx
        
        Change-Id: I252688b72610864613ceb80aac9030062e63fdac

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [2ea580358671a840dbd70db13db72a6e5b8be062]

        Revert "Skip a bunch of files in the disable-export case"
        
        Causes too much pain in scfilt, let's try without for now.
        
        This reverts commit 421c8febe88920bb6ebdfb05ce85568f241ddd0e.

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [a6e64c35cbac9d3fd5cb2e377575c746a40eaff8]

        Indent consistently
        
        Change-Id: I2f0a472a92d9db5d18225fd47a90c98fd26d9435

2012-11-26  Stephan Bergmann  <sbergman@redhat.com>  [f902bcda6e769c59231e40a45430b83fc2006199]

        Make ~Window more robust
        
        ...in cases where the Window(WindowType) ctor did not call Window::ImplInit, so
        many members are null; if then a derived class's ctor throws an exception,
        ~Window must be careful not to dereference those null members.
        
        Change-Id: I12c4b1b5d7f3633387b85acf9da6d57c42e793b4

2012-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1ba48f312e9a5a1c8383775a0f0ef951832f4d4]

        we can now update formulas in cond formats correctly, fdo#48970
        
        Change-Id: Ifc5931eeb7325f606822ceaf23ed6af73467c782

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [86b966257e63d4dbae1eb43aa16730a61811299c]

        removal of ISCII code left a bogus hole in table
        
        Change-Id: I341e36a59172116c9f90c67c6ab23d9e4f2c5847

2012-11-26  Tor Lillqvist  <tlillqvist@suse.com>  [febad365b8eba7712ec820d17bbfac9bea41cf6b]

        Clarify --disable-export meaning
        
        Change-Id: I7074ece89025f4a82c7ce1818576591f8852cd3c

2012-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [6313953d87e5328fffe192233dc67d52250231c6]

        sal_Bool to bool
        
        Change-Id: I31fa2f4a711f01ca134e8a977eb2147637fc7830

2012-11-26  Stephan Bergmann  <sbergman@redhat.com>  [9f12780c94e192949b2823552cfdd7d3d513277d]

        Fold boost crc-shadow-warning.patch into 6397.warnings.patch
        
        Change-Id: Idcb00cba13ae3d7d5ee6288065c98accf636142d

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [0789a8ef9176b1f84b61d9d7bd9556395a21b8c8]

        WaE: some additional warnings
        
        Change-Id: I6a86661dfceb4ecaeadb4fb045e924f2b65e1ad2

2012-11-26  Caolán McNamara  <caolanm@redhat.com>  [e54dc7b8a4823db1050a11ec72f814bbecd3ba4a]

        WaE: comparison of char to EOF always false on ppc
        
        Change-Id: I77b27ea765230d13b9b81faf5b5cf5acc4897616

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [215b2f5e599c308d3b0f0e118fe15e131adec03f]

        Add Emacs mode lines
        
        Change-Id: I01be3f5438ccbe5afc0b35bbb44911d665cc19d0

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [421c8febe88920bb6ebdfb05ce85568f241ddd0e]

        Skip a bunch of files in the disable-export case
        
        Change-Id: I58237ce2fdfc55a564e2cf9f00a5eeebed48c046

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [4664dc52d990f6baab3f66f56dd3950dd6f7da8d]

        More DISABLE_EXPORT tweaks
        
        Change-Id: I23652e60de720af4da13f29f221001813b927eb2

2012-11-26  László Németh  <nemeth@numbertext.org>  [4d160f28b510ce9277b5d6f85eb83b87beb717fe]

        fdo#37954, #i18737# accept capitalized lowercase custom words
        
        Change-Id: I3f8a7d1912952730151e2444f426aff8b2ba4c97
        Reviewed-on: https://gerrit.libreoffice.org/1162
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Németh László <nemeth@numbertext.org>

2012-11-26  Stephan Bergmann  <sbergman@redhat.com>  [cf71223c328025efe60215c7774fd87f7941a7b3]

        error: declaration of ‘bit_count’ shadows a previous local
        
        Change-Id: I411945fafce71c327d137a2dd09501fa98cc31c2

2012-11-26  Miklos Vajna  <vmiklos@suse.cz>  [33ab92fe567081c9f704262c2bc959f0498b06d5]

        android: make this a bit more readable
        
        Change-Id: I765458daa808245ec736a3d184ba64c2dcd3a10b

2012-11-26  Miklos Vajna  <vmiklos@suse.cz>  [593e4a11edb42cf7311ee341b0dbb1e7b1497c1c]

        android: extract duplicated casts to helper methods
        
        Change-Id: Ib77731839ad9e46626a7a07d4b2c6c7e32d4bba1

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [ef348c6fc6444343ee8248f3ac1586a97477ba5c]

        Sprinkle some DISABLE_EXPORT, saves 100K of code in an Android view-only app
        
        Change-Id: I1b2840dcd11e38253f3620421b8774b8e0c21cf3

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [29f9c062175a87f7862e139a0ded7d2b15731197]

        Let's not break "make clean install"
        
        Change-Id: I1a1694bf4ad463ed18c99c5471c53ca26578dfdb

2012-11-26  Tor Lillqvist  <tml@iki.fi>  [a9747280ef8579a29da81167bdb6f1dd9b9c8b62]

        It's an emulator, not simulator
        
        Change-Id: I01665f9030c9a544a89d3857f96bf3073c706435

2012-11-26  Miklos Vajna  <vmiklos@suse.cz>  [94dda1701b0b59b0c1faa970035ae81c511519fe]

        sw/qa/extras: default style change name changed
        
        Regression from 2e4f4171d6a29858108922619d680606b633d8f2.
        
        Change-Id: Iaaf1cf180458e9b745875aae457e1e3355566385

2012-11-26  Lionel Elie Mamane  <lionel@mamane.lu>  [91fff62c87512e16d4f0446c337242e462dc2aec]

        Typo in comment
        
        Change-Id: I63e866d5ad6ae76c8e19d04f3be1476f82966e31

2012-11-26  Lionel Elie Mamane  <lionel@mamane.lu>  [ffdd9120403de0ff892fcc5e112de757c63e7630]

        Assert that length of bookmark has not changed after editing line
        
        TODO actually handle such a change
        
        Change-Id: I1cd6b92a44d50e95c5d1408a01962d49a0ab3e83

2012-11-26  Lionel Elie Mamane  <lionel@mamane.lu>  [25156680b5228bf72d4061e9052d15518c638418]

        rearrange controls on table data view navigation bar
        
        The settings for font size confused pixels and points
        ----> correct that with the kind help of Kendy and Thorsten.
        
        When font size was adjusted, control width was not recomputed
        ----> first change font size, then compute widths.
        
        First label glued to left of bar
        ----> add 1 pixel of space.
        
        In "row number" text entry area, center the text horizontally.
        
        In "row count" label:
         - justify text to the left for a "complete sentence" emulation
           with the other controls
         - use thousands separators + adapt width for that
        
        Less space between last button and scroll bar.
        
        A bit less space between controls in general.
        
        Change-Id: I2bb1e52d9555ecb054f16f762cf4ed5040814f10

2012-11-26  Peter Jentsch  <pjotr@guineapics.de>  [6aabe09ac092c51d4b394bde9c7ea0055b952e33]

        fix fdo#56596 - FILESAVE: huge excesses of white space in xhtml...
        
        Change-Id: Ideb395c1f1bc22d5b23d1c949ec6221e04590a2e

2012-11-25  Peter Jentsch  <pjotr@guineapics.de>  [2a9c7f044f03533604e34216d5b8f6e217609832]

        fix fdo#56595 - FILESAVE: ToC links broken in xhtml export
        
        Change-Id: Ic79d4356902570084e024d8891307668b17d97f3

2012-11-25  Peter Jentsch  <pjotr@guineapics.de>  [c8836e0b6d67ff7f4be04fe72ca9834fc5b5b0b7]

        fix: fdo#55610 - FILESAVE: CRASH when exporting particular .odt to XHTML
        
        Change-Id: I2456f35a2aab9cefb11d2412c86ddaf06fc3afd4

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [a08f4a983de1170d9d2cc3490a392469886980cd]

        Apply Style: Fix the styles preview on Windows.
        
        Change-Id: Ic684e52df585add9ff0f068fa4871ada3916be16

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [7bddbf6b972dff1c9caeb4d4fb485b93c4cb9353]

        Fix doxygen comment.
        
        Change-Id: Ia08f5da3e1da257b7d45ffefbd14cf474ee5a95f

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [2e4f4171d6a29858108922619d680606b633d8f2]

        "Default Style" is better name than just "Default" for page styles too.
        
        Change-Id: I82ca81ed34db3ba79233534bc5616196ccde7276

2012-11-25  Julien Nabet  <serval2412@yahoo.fr>  [b7617d50dca359c847b7dbb62447fcfe885eb360]

        New try to fix pystring size
        
        I don't know if it's ok but compilation doesn't fail
        
        Change-Id: I6960b2cd4587b3f49ccfa7fb24874c288ccfce6a

2012-11-25  Michael Meeks  <michael.meeks@suse.com>  [a7396e4654f9720c763505ea2da7460c9243f864]

        fixup trailing token error.
        
        Change-Id: Idf7d0f4490dc419171e3e60252e31e07b6ce4e97

2012-11-25  Peter Jentsch  <pjotr@guineapics.de>  [bd2590174385761560d2b3b29fa5ef8f772985a6]

        Updated core Project: help  cd65acbcb541da83c39c3f1eeb6672a7bcc123d6 removed help content referring to obsolete XML filter options.

2012-11-25  Michael Meeks  <michael.meeks@suse.com>  [8ea4657f64e7575696be4bba5b2a4309ac029ae4]

        attempted blind fix for pystring size.
        
        Change-Id: I637292be9791484a58b60e8889962176a37e2c07

2012-11-25  Markus Maier  <maier@fs.ei.tum.de>  [b05dc2e3910d22bb919ada64a0cb21c67c0f3623]

        German comment translations
        
        Change-Id: I0d169b7cd0f47b6986063d0cc0b6697b1d575e6a

2012-11-25  Tor Lillqvist  <tml@iki.fi>  [b60f7e4e1c8a4db1dc0b5b1583cc1170c70590db]

        Add newline
        
        Change-Id: Iadb52498dc3906df7488fb534fd04336b3e468e5

2012-11-25  Tor Lillqvist  <tml@iki.fi>  [ae6431798edd4f73892df746adb7795a645a9e99]

        Make the android_version_setup work better
        
        Change-Id: Ibc8f9df533c1fef3c1e428e62622ac2c56552498

2012-11-25  Michael Stahl  <mstahl@redhat.com>  [0e7db6c33bfa2c31439eb602065377428c8c700b]

        scripting: Capitalise.py example: fix Python 3 syntax errors
        
        Change-Id: I000e32ed1701c657046ae3b7f836012a7fd56fe4

2012-11-25  Michael Stahl  <mstahl@redhat.com>  [6af846d0a13a8fb6e5153a0759e4952907bb86e5]

        scripting: pythonscript.py: adapt to Python 3
        
        - "unicode" compatiblity
        - convert "exec", "print" statements
        - exception syntax
        - use "ast" module instead of deprecated "compiler"
        
        Change-Id: I2995b79d8854433824fdfafe8314ee5c7a3eacf6

2012-11-25  Michael Stahl  <mstahl@redhat.com>  [af2b7fac27aa812229c6611fd35a77aa51b290f2]

        pyuno: fix handling of "str", "unicode", "bytes" types:
        
        Replace currrent wrappers of Python 2 only PyString_* functions with
        better abstractions that handle default "str" (PyStr_*) or byte strings
        ("str"/"bytes" depending on version, PyStrBytes_*) and adjust all
        invocations to work on appropriate string types.
        Fixes obvious "attributes typeName and/or value of uno.Enum are not
        strings" exceptions with Python 3.
        
        Change-Id: I255dcb1bc198fd7f6a62b83b957901521071a480

2012-11-25  Michael Stahl  <mstahl@redhat.com>  [a38b59265c08276fce6d73ce541cadb41aa6d347]

        pyuno: adjust uno.ByteSequence to work with "bytes"
        
        This is necessary for Python3; "str" type is still accepted so it runs
        on Python 2 as well.
        
        Change-Id: I51098feca00e4cd8ce3ceebf663d4ce79252cbcd

2012-11-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [87c923be603d0b3706c481281549a79c8b8bcd41]

        fdo#57499: VclContainer: enable child transparent mode
        
        Change-Id: I42aa0c578a927777725e5be4f8534f68bc709cd6

2012-11-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7f0581e15e1ac3b42ec3a98f3497d4900ac50bcc]

        findbar: disable up/down buttons by default, there is no text to search
        
        Change-Id: I67550f0b40e1c0d294bf8837a2e6ad3bb30dac8a

2012-11-25  Rob Snelders  <programming@ertai.nl>  [6f3f04597f9c4260511d3bd352f1c89a29fa1973]

        Work around make 3.81 pattern rule problems
        
        Change-Id: Ife5cccd8c7011199e370cd68a76a077451675a55

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [d44914633ac1b52691cf7c33d1dea2115df6e109]

        Apply Style: Support styles with background.
        
        Change-Id: Iff3e3c4f3bd2ea09c39db80ed5400efadeafee30

2012-11-25  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [d02dc1da4a3cff852b4f29bef2fb8ce88140ef7b]

        Some cosmetics in l10ntools
        
        Add comment to new classes
        Delete unneeded getLanguage() method
        Make inline GenPoEntry's setter methods
        Fix some typo
        
        Change-Id: I8f337b8c57e1eab7696415dc7297c64e2436f35d

2012-11-25  Takeshi Abe  <tabe@fixedpoint.jp>  [b19be5c73cadfa398f6f40e74ec23b9f79a9e3b7]

        sal_Bool to bool
        
        Change-Id: Ieb7ddea4c5934717a22e2fdc78883a5d13cfc448

2012-11-25  jailletc36  <christophe.jaillet@wanadoo.fr>  [e609841e8f96d4898f080d1b06a753dbe346db36]

        cppCheck: remove dead assignment and dead variables
        
        Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1153
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-11-25  jailletc36  <christophe.jaillet@wanadoo.fr>  [ff7eb03c4ad1027eb7dbcac73858f726ae558915]

        cppCheck: Possible NULL pointer dereference
        
        Change-Id: I1d740eea5c26e0515835c4dc6199a387b6fa8f6b
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1154
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [a10fc29879faf726eaf0a3d3348b14a455eac75e]

        Make XRestartmanager.requestRestart work from inside Desktop::Execute
        
        Change-Id: I285f4ea088c08139593d0daad9a36a755985dec6

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [c19853cd874b0a8b628e808c7d7680360cfe4d2b]

        OfficeRestartManager clean-up
        
        Change-Id: I21c6d9d2b23512e76cf46ebdbc765da780f8ec5c

2012-11-25  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [8ca933ae8af6656b2f23fe3a2fa17b2034d5c615]

        Fix the Ignore system input language label truncated
        
        This fix label Ignore system input language truncated on
        Options-Language Setting-Languages dialog
        
        Change-Id: Iaa9606160d7cfc96fcbb02116020cd8d46ffb4e7
        Reviewed-on: https://gerrit.libreoffice.org/1155
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [7861bf081e2802a16f0be31edf7b3d1667f238dc]

        Update to be able to at least start the MinGW build again.
        
        Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [71103fd8d95e67e13652b13a7d58c6d70b6ad593]

        Work around Windows' missing symlinks
        
        Instead of creating a single solver/*/installation/program -> ../../bin symlink
        used by all gb_CppunitTest_use_executable together, individually copy each
        gb_CppunitTest_use_executable into a true solver/*/install/program/ diretory.
        (Renamed solver/*/installation/ to solver/*/install/ so that old existing
        solver/*/installation/program symlinks on non-Windows platforms would not
        interfere with the new cp rule.)
        
        Change-Id: I4ce82b41856056669ad074ff2ef8004fdc6533c1

2012-11-25  Miklos Vajna  <vmiklos@suse.cz>  [2d7eaeb6322864eb68b765c9c71d60532cba479f]

        SwFEShell: fix doxygen comments
        
        Change-Id: I49c0e34cf7e73e04be9020ef27b3d7e7e78028f0

2012-11-25  Eike Rathke  <erack@redhat.com>  [85b942009d77587b70746b395d06dcc509e350a2]

        added i18nisolang1
        
        Change-Id: Ib36d8c32c874cbdddc6ed3fe9ea6c7465ac334db

2012-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5edf0adc8594aedd3c26d424ffd99c734028b138]

        disable this for now, fdo#57500
        
        Change-Id: Ie69893e3012b8e358402b325f1254ee905d88cc3

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [4533b4b2a541d50b586f02236eb1eb90dfbd042c]

        Update MinGW build reqs.
        
        Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6

2012-11-25  Julien Nabet  <serval2412@yahoo.fr>  [a4f0c2696b1b32a9a233d377c28570135c29b5a1]

        Fix typo
        
        Change-Id: I8f5aba83864aa46bd6bd0535f340af06e475671d

2012-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93e57ac549abc41bdc875b9cbe5869c251f879a7]

        style list should be sorted, fdo#51588
        
        Change-Id: I771a17f2cc20602f2e6f8b18142eb990c473f2d4

2012-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc999eddee0dbff7cd90130c1f8b486517404103]

        approxFloor is better than just tuncating
        
        Change-Id: I5c204de2dbf7448b8a8ab16e7178a5e1de900d28

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [e215acdef09cb8c45bdb86b4fa821a46a5b2cdcc]

        "Felder" -> "fields" not "errors"
        
        Change-Id: I260ebf94f041fc690ed76ac9e55c75a3b038a412

2012-11-25  Jan Holesovsky  <kendy@suse.cz>  [8aa929fb02b24a7c26150e61728fc900a74229ec]

        Make the font combo box in the toolbar a bit smaller.
        
        Change-Id: I4ea350f7557b53e8edc44679f83d67e4f5326ae1

2012-11-25  Jean-Baptiste FAURE  <jbf.faure@orange.fr>  [d4181e5b54577c4bda025d447aeb08d9b0e441af]

        Allow the version number to be on 2 lines in the About dialog
        
        Change-Id: I641c668b0ced2564039ed1e3f2469cf4d220de5f

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [7de4f83848f6277251e48606ce2c670ea9866926]

        Adapt to OUString-oriented SearchForward
        
        Change-Id: I0aec0bf6d2d3010292f5dee314074457c24ee408

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [db8826007035255a4b3e4a3ef0377d28415a3a93]

        Implement MQueryOp::RegExp functionality
        
        Change-Id: I9daf60f42dcba4e4c6444ccd8ad94258424621fe

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [5d0402cfccd7efaeb4f65c48c295af91e52df0da]

        Make ~SearchParam non-inline
        
        ...so clients do not need to link against tl merely because of ~String.
        
        Change-Id: I1cf1dd17c6bed96f6bea765747adbbe962a93fb1

2012-11-25  Stephan Bergmann  <sbergman@redhat.com>  [8b52b40b1d5111e8fab1f13e903ab4b2c56d892c]

        Removing some redundancy
        
        Change-Id: I473e1d09f783b5265f07ff4a7c340c7f52088ab8

2012-11-25  Peter Baumgarten  <peter10691@gmail.com>  [af30deff1c3837726b52fb9188098ee2a5f8c165]

        Comment Translations
        
        Change-Id: I67e4d5603210fe9cf0ee2f26ab23c2eeb5b13854

2012-11-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23fa98c829a1e7f677969690c711dc66c36765f9]

        remove this overoptimization
        
        Change-Id: Ic87237bdf3f98fe90a882946d1d281d4dbd84e5f

2012-11-25  Miklos Vajna  <vmiklos@suse.cz>  [9f5263c477b82fef5aa9c3e79fb6af92aa049e24]

        fdo#44736 RTF import: ignore direct formatting which equals to style
        
        Change-Id: Ie82f18381a95adbfedf7ea02d6844685e44b151d

2012-11-24  Stephan Bergmann  <sbergman@redhat.com>  [7bf64a5af4088c0f6d4dbf7f493e94fa63e2a4b2]

        Turn PDF import from bundled extension to plain code
        
        No need for dirty hacks linking in basegfx objects statically any more.
        
        To avoid unnecessary confusion between the newly plain code and any instance of
        the old extension still installed (per-user or shared), I renamed all relevant
        UNO implementation identifiers from com.sun.star.comp.documents.* to
        org.libreoffice.comp.documents.*.  Also, existing installations of the extension
        are explicitly not migrated to new user profiles.
        
        The xpdfimport executable is now in program/, its xpdfimport_err.pdf in
        share/xpdfimport/.  To simplify finding the _err.pdf from xpdfimport, its full
        pathname is now given as additional second argument to xpdfimport.  To find
        xpdfimport executable from CppunitTest, CppunitTest creates a symlink from
        solver's unittest/installation/program to solver's bin, so that
        "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets
        BRAND_BASE_DIR to solver's unittest/installation).
        
        The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even
        though it was included in the .oxt) and has been removed.
        
        The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport.
        Having it still conditional requires some pdf_Portable_Document_Format vs.
        pdf_Portable_Document_Format_import foo in module filter.
        
        Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523

2012-11-24  Stephan Bergmann  <sbergman@redhat.com>  [774003e87946ca9dc63b1c1c550be968016d1e53]

        One DBG_ASSERT -> SAL_WARN_IF
        
        Change-Id: I480be6ca8d84fae30a598a6b3a012606630343e5

2012-11-24  Andras Timar  <atimar@suse.com>  [536acfa5e448fd3767a1ce8601fa7a38a13bb15c]

        Updated core Project: help  14a35bc7c9a2a012e7d994588a2fcdf52158ebac fdo#53902 add help text for Help - Send Feedback...

2012-11-24  Andras Timar  <atimar@suse.com>  [e33b4306991c23adcc40485b0568948ee9a3820c]

        Updated core Project: help  bbbef57fbadf577d3b799d14288dd958550e68f0 fdo#55909 add help for date acceptance patterns

2012-11-24  Xisco Fauli  <anistenis@gmail.com>  [be3b55d5ec59e87edf93215fea91df312fa82dfb]

        pywizards: fix textfields
        
        Change-Id: I6609c554ef161a0abafbdfa65f8076a42eec93b2

2012-11-24  Xisco Fauli  <anistenis@gmail.com>  [a615abcd121bb0d6fd27a7ac883798d45b290970]

        pywizards: sort lists again
        
        Change-Id: I9b3f1faba3eb3ffc59294b6bfe6816a19fc05185

2012-11-24  Xisco Fauli  <anistenis@gmail.com>  [63510b3c69761ec1de3c1acd30cf6e4e3a55184a]

        pywizards: better us os.path
        
        Change-Id: Iae2bfba899ba23e743f72f5c675177771be66c7a

2012-11-24  Xisco Fauli  <anistenis@gmail.com>  [e5f040bf7c73104ad472c4fd959dc6f8d96b57c2]

        pyletter: Fix letterhead
        
        Change-Id: I73977b203778dca42ef548b4c24412b794701e5a

2012-11-24  Andras Timar  <atimar@suse.com>  [4fa0236f1ca1af24a16f5edc5698bc14fde0f0d0]

        Updated core Project: help  80899ee8568c141e25dbb9a04bd13507c89a0870 fdo#56103 wrong tooltip help corrected

2012-11-24  Andras Timar  <atimar@suse.com>  [bace92249f819aa6d3a0f37a64bf558613dccd6e]

        Updated core Project: help  a5e037cf6062e6b21e8c674a45f8b9ae80da40e9 missing spaces

2012-11-24  Eike Rathke  <erack@redhat.com>  [f1beaad9e60d35b39b1b9a3a517385ecbc9c5d41]

        some more LocaleToLanguage() replacement
        
        Change-Id: Idde3595e92744a8bfc81a0c4714fde67e2220ea5

2012-11-24  Andras Timar  <atimar@suse.com>  [cf0a7fe1159e9be1afd119616aef6a9e322edc50]

        Updated core Project: help  f3c69d4462504bf8f54ab3de7eec7120d04ebe0a fdo#57421 hoint to enable macro recording

2012-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a6c1e4186a4f7e246103f541beccbc7d8a027ef0]

        lp#527938: use new-style service and session installer in bibliography
        
        Change-Id: Id06e64ffb6c63cfba2f9948579dc03a4f54b6d45

2012-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [db160a3cd5aa8d42ac90efd91b4c1825a9fe3156]

        fdo#46808: move com::sun::star:sdbc::DriverManager to new UNO-style
        
        Change-Id: I9807fbe8bce95e7e801ac584d89b3b1da97d8662

2012-11-24  Eike Rathke  <erack@redhat.com>  [d7a5ec62e91ce3dc5b784815254218f16181f676]

        get rid of CreateLocale() and related
        
        Change-Id: Iba035ff20b149b3d85a8c0ea25430892c3e40e3f

2012-11-24  Andras Timar  <atimar@suse.com>  [3bd0013044e41e63cdf790b67af1f0a202dcba87]

        Updated core Project: help  df35c1baaacbf33b104745d04a0b58427d690b0b fdo#51576 mention that $ matches paragraph break

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [81e4968fdde5bfc68e916db25d43125631daa972]

        use 2 decimal digits
        
        Change-Id: I4444c7b0072996efe38c643ac8a6b6a432981329

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f4da07012a6932c23e06f76a50571b2408b40535]

        use consistent spacing in Outline Numbering dialog
        
        Change-Id: I10d9148127060428a67844a45642bd7d01516de4

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b8de82bcf0f4b56d3c9c59f1d07e01624a4b039d]

        fix typo: "Tap stop" -> "Tab stop"
        
        Change-Id: Ia04ccf1dd918f2a52af66b132ab54432cf2e3ca5

2012-11-24  Andras Timar  <atimar@suse.com>  [e3fbfaf99bdb00694dc64ba22643969b7dad5c1e]

        Updated core Project: help  b228822fd4f25fbdb5c367698e14dfc4a0f0af00 fdo#33150 remove hrefs to www.openoffice.org

2012-11-24  Jan Holesovsky  <kendy@suse.cz>  [a4910e36ef5391f6b22fb3c0ef6d317f47cb6709]

        Apply Style: Correct the font size when it is too big to fit nicely.
        
        Change-Id: I6bfa1d5d4064de70974508fe6122f5289972e9a7

2012-11-24  Jan Holesovsky  <kendy@suse.cz>  [c7bd4073e4fc82e37d5484c1cf80f578a183a20e]

        Apply Style: Preview more properties.
        
        Change-Id: I708cea6d5d0fcb675d69312cea212b93ce4e8e39

2012-11-24  Jan Holesovsky  <kendy@suse.cz>  [c2e57626e5f6e59767032a1a2ebf7fd4cfdbcc54]

        Apply Style: Preview the text color too.
        
        Change-Id: Id9429b058842b1437e3d3cad171181ea604cc7fa

2012-11-24  Jan Holesovsky  <kendy@suse.cz>  [7e862a2dff0941678cc57b9fe796803874096ba0]

        Apply Style: Preview styles directly in the Apply Style combo box.
        
        Change-Id: I5042b5bc61da65dc85cb406e5137e0395b699fbf

2012-11-24  Andras Timar  <atimar@suse.com>  [10370f3d55205d61b8316cb068804c3b6d00c11c]

        Updated core Project: dictionaries  84861864e2555282a23235225dd15dc1c6d30249 fdo#33150 replace href to da.libreoffice.org

2012-11-24  Eike Rathke  <erack@redhat.com>  [117184c3e14bb01cc4482bb2a47569008358e6fc]

        kill a few more SvxCreateLocale() & Co remainders
        
        Change-Id: I2b70bf76a495b9edb79b5b3c4ae1b06abed30f54

2012-11-24  Andras Timar  <atimar@suse.com>  [d15436e5a98e45f0e8d54bcaabae9ca0875a4e92]

        Updated core Project: help  ada1ecaf116330090c217d5cca88169d30d726d5 fdo#52988 Report Builder Extension is bundled with LibreOffice

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c54534415dd71afffaff929617a4ddfcd599b152]

        we need to catch the exception here, fdo#57451
        
        Change-Id: I203aa640e7d4373f3a090a4988c28c6059b93064

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [144a8586b8a3cc16a00807f5968886e73c44c0d9]

        this method actually can throw, related fdo#57451
        
        Change-Id: I26b79829029e127eb8b9ab4fbea3e0f02035ee41

2012-11-24  Eike Rathke  <erack@redhat.com>  [41956321ceefb5836feb2c119b66de7bb557740f]

        get rid of Svx...Locale...() double conversion nonsense
        
        Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc

2012-11-24  Peter Baumgarten  <peter10691@gmail.com>  [6395c843710b59e391f10f3532442ae11fe64357]

        German comment translations
        
        Change-Id: I91e022fac89518cceca8e53807f7a14fe92e0e85

2012-11-24  Andras Timar  <atimar@suse.com>  [67e9f1a0ad9ad49cdafc485142b13e0a1f5903c5]

        Updated core Project: help  31b8a30979690acf6372ef4be7f30f3c4a455325 fdo#55660 Mediawiki will not parse <font> after this

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [4a19c5bc3c679f83ac0d906e39dc1c51cbea97af]

        Avoid android deployment target to be the default one accidentally.
        
        Change-Id: I5345850789cd85966aa92064d1a95b7793521e9a

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [2739333e553a578bfdb4b20c7c6832297c87844d]

        Prevent bluetooth list update from crashing incessantly.
        
        Temp fix, need to fix the race here.
        
        Change-Id: I95ef1ce206ba0e9059b59c10cf7a76d39df1b8b7

2012-11-24  Michael Meeks  <michael.meeks@suse.com>  [aaaf5126c6a465b2758c111f41bb4f55d39b3fe0]

        android: adapt the ant clobbering to a given SDK version.
        
        Another volunteer fell over this, and (I hope) it's easy enough.
        
        Change-Id: I7149d16fd8b7749afeeccef2ebc8f493200f1900

2012-11-24  Andras Timar  <atimar@suse.com>  [4ae193b308e86b91393b60a1a5f84037a4c40f30]

        Updated core Project: help  7be4495e86db83bb0fd27b36629a378d957f7ba9 fdo#57227 Amend help text of 'Ignore All' button

2012-11-24  László Németh  <nemeth@numbertext.org>  [0ab3d629c7f921088a03741377bbe031bedc9ba9]

        fdo#57483 remove check capitalization (ugly 1980 thing)
        
        Change-Id: I9a18e463c1eac01bc855e0b4826599e25692d441

2012-11-24  László Németh  <nemeth@numbertext.org>  [41c2b0375773b2d2945d75e255ea6bb6c7fd378d]

        Updated core Project: help  48c8755aca088c7af28cd8ef47c4834175914dff fdo#57483 remove check capitalization (ugly 1980 thing)

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0ff8deb1130335537df5543da6b4b6eadfe2e99]

        prevent 100% cpu on switched of autocalc with volatile func, fdo#42260
        
        Actually conditional formats with sitched off autocalc are not working
        correctly but this patch does not make it worse
        
        Change-Id: I44a4450fb7845e5cb2d9b2ac605540722a5bd48e

2012-11-24  Andras Timar  <atimar@suse.com>  [1a9745b511be43ee9015654eb65d9e933c127816]

        do not generate KeyIDs (qtz locale) when ENABLE_RELEASE_BUILD is TRUE
        
        Change-Id: If16741960b23ee05101849d17f1374d17751aa41

2012-11-24  Andras Timar  <atimar@suse.com>  [5ca6c75f2b1ea2dabcf8e89a20281931304b9467]

        remove useless comment (old bug database)
        
        Change-Id: I85f661934a9ce84017018694e90aca5d050afb65

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [add3633a6ec53b038ebd29b70125d0eb259549d6]

        autofill should adapt the cond format range, fdo#57050
        
        Change-Id: Iec5e4f75f92f4bfcc49d3e3e36090d0c7d0f8be3

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1def6b029ad941d0b2cbecd8f682ae0d33ddd79]

        don't make 2D refs 3D refs in the cond format import, fdo#36379
        
        Change-Id: I1c190e29ab26fab7e3ae109ea3135d7654a7cb9a

2012-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c522cf5836b7263981a8f9de38af54c64ef873a]

        sal_Bool to bool
        
        Change-Id: I9d221cd10fcc6ef92b6accfcabd586717a7dcad8

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b82ecd0448ca97df79243b2d22547324d08dc130]

        fix build
        
        Change-Id: Iebbb690f3beacca026d584636b9ef505dfe9ac89

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b997d899f5c9d3a89998a7da27ce9b0d1ee93104]

        Title Page dialog: don't stretch spin buttons
        
        Change-Id: Ifce5de33ae60c775b5324102f16304018e24c75e

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [aaa5fa46e6a95f81be0b72e0c68061bcec0ce0d5]

        PrintDialog: add some space between preview and tab control
        
        Change-Id: I2bab3de95b6cf22ef1c40d3062c7402fac4ab5b1

2012-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [59e59a16c1e9189458aafc9875eab989484f5191]

        fdo#57472: VclContainer: make it paint-transparent
        
        Change-Id: I02f09ecf7edb8a8b01b996782ee9618988b5f56e

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [895a367d4fb7e5dedefe45937a06d4ba25641d27]

        Revert ImagePreparer to plain osl::Thread, suicide in onTerminate
        
        This amends 4ab63a3aacdaa819fa98957fa017978e768931bd - since osl
        will still call into the object, e.g. for onTerminate. Kill
        ourselves there.
        
        Change-Id: I2e88f3a61ba32971e08d4cbb1590d3325d1c5364

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [c50fdef7cf89e8c59db5a8539bbe51c3430d9271]

        cleanup - no need for salhelper::Thread mostly
        
        Change-Id: I27461e094141efd364a2c21da75151da490da2f3

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [cbc5fc321fefd2ce864276fab5e66eb2465e3e94]

        Add install target for sdremote makefile
        
        Because I'm too lazy to type this all the time.
        
        Change-Id: Id415087247f89a77a9d7bff5efbcceb8d020b09f

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [3d82022ffcd8172e64784bdad19b3f8701453bd1]

        Refresh notes content of PresentationFragment when data arrives.
        
        Change-Id: Ieee87f41833eff90a1971272c8cfacaa76a3558e

2012-11-24  Thorsten Behrens  <tbehrens@suse.com>  [c2c9d8a99b7cdac0268e6bdaa042aeca7481ffb1]

        Fix crashes in android remote.
        
        Several objects become invalid after ending show prematurely. Data
        transmission may be flawed, don't rely on valid base64 etc.
        
        Change-Id: I9bb6929b9cd6b3183948662b472f92e2fa67a7e6

2012-11-24  Peter Baumgarten  <peter10691@gmail.com>  [fa6be97997f6142884accef5a88d6491bb1b3b76]

        Translation of German comments
        
        Change-Id: I729049b8fa9c26926423c6990a06377e6884e840

2012-11-24  Stephan Bergmann  <sbergman@redhat.com>  [bda29669185b2e0277d9b78f1ef52383f44a1f3b]

        CppunitTest_svl_urihelper calls non-inline LanguageTag functions
        
        Change-Id: I077ad299d5e657ae7b2af67a3ef678a50664b4e1

2012-11-24  Stephan Bergmann  <sbergman@redhat.com>  [5234c1bf13014e1e12aab12e91754b36dac50a82]

        Move in-build liblangtag data to solver's unittest/installation/share
        
        ...let BRAND_BASE_DIR point to solver's unittest/installation during CppUnit
        tests, and get rid of LIBLANGTAG_SHARE special case.  (Intending to add further
        code to CppUnit tests soon that requires a fake BRAND_BASE_DIR, so clean this
        up now.)
        
        Change-Id: Ia5f0f247e54952f901c37ca31eda53f9c6591458

2012-11-24  Stephan Bergmann  <sbergman@redhat.com>  [47ba53c3c8675b0a308f7478f0d1238922c8c438]

        Remove unused liblangtag/CustomTarget_langtag.mk
        
        Change-Id: Ia45446db1263b8969cf933e5d34130102605b3e9

2012-11-24  Eike Rathke  <erack@redhat.com>  [4b93c37a7c90f9cb37bc9afb2f25f565ff680980]

        link with i18nisolang1
        
        Change-Id: I1ae06b7d9012e57ba66cca013bca47e5a9455b72

2012-11-24  Eike Rathke  <erack@redhat.com>  [9626159f7a773cd11b1eb6b5aef8e1ce2ba2131a]

        use LanguageTag
        
        Change-Id: I01b968c4abe705b1694632377d4bf21fae1d9cd6

2012-11-24  Miklos Vajna  <vmiklos@suse.cz>  [9343d996f5150b6aa8d2dd184a7ba918c7ee204b]

        SwRTFWriter::WriteStream: fix leak
        
        Change-Id: I86205aeeefd727090b780bc41a959200affa9920

2012-11-24  Takeshi Abe  <tabe@fixedpoint.jp>  [233369b1e7990c6a3d03810b81eae0ee9175771d]

        sal_Bool to bool
        
        Change-Id: I1bd921c55223671d3474c882b059b46fb87fd694

2012-11-24  Tor Lillqvist  <tml@iki.fi>  [05bb624ca75f9960c7b5a5f8c02b4e7b011585e8]

        Try to get rid of the SVG export code when DISABLE_EXPORT
        
        Change-Id: I89d226a8442558fbdff84de2115fa013c1690239

2012-11-24  Eike Rathke  <erack@redhat.com>  [79abef83e1356fcadc1c647c181b1f81531c0818]

        use LanguageTag
        
        Change-Id: Ifa60bb0fc3cfde40a9a01478cfacf3ba2baba2b9

2012-11-24  László Németh  <nemeth@numbertext.org>  [f3afa63ef9f4e28c89bf8ee777724ccd1059bd4a]

        LibreLogo: fix drawing at the left border, eg. for crop marks
        
        Change-Id: I4798f3575aa90f06c9458ae89d94f72312cf53ab

2012-11-24  Andras Timar  <atimar@suse.com>  [d1bfce298bb0414cafcd94cc8cd4694bdc3b4811]

        missing po files should not don't break the build
        
        Change-Id: I686341c79e77f16c6a4cd81cf9fedcd25c4e4996

2012-11-24  José Guilherme Vanz  <guilherme.sft@gmail.com>  [1994d859e3fd1ccbf41fad0afddba7d8a514a63d]

        fdo#51304 Remove @author annotation
        
        This commit removes @author annotations, some templates comments. It has some
        cleanup.
        
        Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1146
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-24  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3be15a051444d4d2f805d95e27831d5f466c1497]

        Removed horizontal rule ugly 1990 thing
        
        Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c
        
        Conflicts:
        	sw/source/ui/misc/insrule.cxx

2012-11-23  David Ostrovsky  <david@ostrovsky.org>  [47cf2c9441d2d73c8626ba42dcbad0331274cf43]

        restore --enable-symbols option
        
        Currently there are 4 different debug options:
        --enable-dbgutil (the recommended one)
        --enable-debug
        --enable-selective-debuginfo
        --enable-symbols (for advanced users only)
        
        In this table the properties of each option is shown:
        ----------------------------------------
        options\properties | O | S | D | T | U |
        ----------------------------------------
        production-code    | x | - | - | - | - |
        ----------------------------------------
        --enable-symbols   | x | x | - | - | - |
        ----------------------------------------
        --enable-debug     | - | x | x | x | - |
        ----------------------------------------
        --enable-dbgutil   | - | x | x | x | x |
        ----------------------------------------
        
        where
        O: optimization
        S: debug symbols
        D: debug STL
        T: trace facility
        U: additional debug utility (object counting)
        
        Note:
        --enable-selective-debuginfo has the same properties as --enable-debug
        
        Change-Id: Ib8a28c6162f47526d6bb33f81f53835cd11894b2

2012-11-23  Rob Snelders  <programming@ertai.nl>  [80086a82883239cad5a6e667c8ff174623e190a2]

        Get more information to the BSA from the send feedback-menuitem
        
        Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c

2012-11-23  Eike Rathke  <erack@redhat.com>  [af60316514f3ae3d4c475819bf86f2af837171e3]

        some i18n wrappers with LanguageTag
        
        Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d

2012-11-23  Eike Rathke  <erack@redhat.com>  [37f5b864014e9ad17a561b77ea9f6141650e92ad]

        prepend module local include
        
        Change-Id: Ib5ec2902a0642a25462e1e296087804dffbb04ce

2012-11-23  Julien Nabet  <serval2412@yahoo.fr>  [e40e6b26eb020683769e06530820d9dcdde30830]

        Remove some other newly tagged unused methods
        
        Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9

2012-11-23  Julien Nabet  <serval2412@yahoo.fr>  [db4aab0e114df7eda1a53a218de41a38c5bde7f2]

        Remove some newly tagged unused methods
        
        Change-Id: Ie55dfd19f223df62c091ffc4fdf28789b308a1c7

2012-11-23  Rob Snelders  <programming@ertai.nl>  [5eb9c58c31ac0ab1042ef1c2cc8b61e932dddf8d]

        fdo#56726 - HTML Compatibility for obsolete "Netscape Navigator"
        
        Change-Id: I51cc07d45bd285a5e6806467d10ce758189d0de6
        Reviewed-on: https://gerrit.libreoffice.org/1051
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-11-23  László Németh  <nemeth@numbertext.org>  [7d081c94c26ca430c51b5e88dcbd8b1884a52fc3]

        Updated core Project: dictionaries  3938d334ff4ce612a01b8cc178b0e79782577a62 fdo#57461 fix Lightproof/Hunspell synchronization

2012-11-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0657fcc8c918aac0e99b5c2406328c175be606e7]

        Toggle Header/Footer edit when loading if needed
        
        Change-Id: Ia8b469ccbb2d41c70429c725708bc853edcdd537

2012-11-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e8fbe97900f13305b17015d9044993bde4adab36]

        fdo#52182: Fixed click in frames located in header/footer
        
        Using a distance to click to select the best object to select between
        normal text and background object.
        
        Change-Id: Ib5b53161c7af2c16f4df379382f2e53fc6d8092b

2012-11-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7d43a3b02fee1c89cf706e7f917ae5d462974fe5]

        Show typeid in layout xml dump for debugging purpose
        
        Change-Id: Ie36ba37d521b4a73455488cee61ef55a6fcc9c0f

2012-11-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [7e2f98d0a0c4a0f36a94353a256e7cc5caa3113b]

        Header/Footer: fixed the selection of frames anchored to header/footer
        
        Now, double-click actually selects a frame anchored in header/footer.
        Code has been cleaned a bit as well.
        
        Change-Id: Idb7f3520527a0cb6efe0ea41c62f452bc87c4e8d

2012-11-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [289185fd02d6d9734b6dbde01f15c4e6c5beacbb]

        Header/Footer: fixed click on frames over the header/footer area.
        
        The main problem here was due to the click to show the separator when
        there is no header or footer under the frame. That code was just exiting
        MouseButtonDown too early, which isn't good.
        
        Moved the seperators showing code out of the SwCrsrShell as it has no
        clue about the document-position and may lead to problems.
        
        Change-Id: Ia62333b52c5d0659bbe7ec4fcfe6e664db132435

2012-11-23  Jan Holesovsky  <kendy@suse.cz>  [e1b59fc0c4124457d4a1d29c6c4cc222ef665518]

        Fix --set-push-urls.
        
        Change-Id: Ic3a424b5ac8c2168747bc7253f421bf5367beac7

2012-11-23  Jan Holesovsky  <kendy@suse.cz>  [600e3597860105861086dfa8503759297ebe8c55]

        Improve the error messages.
        
        Change-Id: I1c5e2440e0d3c520221cc19bf2d6152970e156c1

2012-11-23  Miklos Vajna  <vmiklos@suse.cz>  [292422a7dc4fb4b8b3d9d9b90107fd829ff18100]

        writerfilter: sort RTF keywords only once in RTFTokenizer
        
        This pushes down import time of
        http://people.freedesktop.org/~vmiklos/2012/footnote-10k.rtf.xz from
        10sec to 5sec on my machine.
        
        Change-Id: I39b7e4ea59fb5c05c1d3940920950ebc47adb48b

2012-11-23  Andras Timar  <atimar@suse.com>  [1474acef8a77926ae07d109256fecd2392b37510]

        build XHP first, then TRE
        
        Change-Id: Iab898ad984203e32df72f5ed643e3846a92548ee

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [8f703e108acad813188f1698ab5be31981da017d]

        convert the other test over as well
        
        Change-Id: I82a68d8453b9053ac08e85e02fa011fcae852ca0

2012-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [35c6bd77044c7c1c10bb5d42d781805751a1d8d8]

        String to OUString in conditio.[ch]xx
        
        Change-Id: Iea2da3947a76e45fb323abed3b9a14ccc3fdfbdc

2012-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8eed7ad9d4fda19578c13c8d2142005ff0023d7]

        support undoing conditional formats correctly
        
        Change-Id: Ice698827b3bc559a1e5ad0ea929145fa8c0dfffe

2012-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac5b0cd66a0fa0158a8ec35b2853c18450d9965c]

        this should be IDF_NOTE
        
        Change-Id: Id460ed774b4ccedd5e72ba41756fc7c78f8c2313

2012-11-23  Andras Timar  <atimar@suse.com>  [356cb10f7e61b4db240bf869c5bf8d34d5f73ccb]

        update l10ntools README
        
        Change-Id: Idd31818e2fca33951bceb6e4b64fa57b43f8e7be

2012-11-23  Andras Timar  <atimar@suse.com>  [a5222d40693d50bd2094afff79f79fecb93b0f3f]

        remove remainder of gsicheck
        
        Change-Id: I463fd97de5106da44326db77e7f9589926f71b20

2012-11-23  Tor Lillqvist  <tml@iki.fi>  [7e749c341042da1903f0dfe4d76803c9a5e950c5]

        Surely we can bin all indentation in the JavaScript
        
        Change-Id: I8b889402345bd86c4a9ced62a22ad4137c673693

2012-11-23  Tor Lillqvist  <tml@iki.fi>  [4b8d8aeec472bd358f4e43e7fc6288644ce2d634]

        We prefix each line with four spaces, not append, but why?
        
        Change-Id: Ia654664700b0b9262a5803d2976c22b61e44e758

2012-11-23  Tor Lillqvist  <tml@iki.fi>  [d7edcee5a954a34757f3ec4a694ce828a26aad81]

        Why write Emacs and vim mode lines to a generated file one should not edit?
        
        Change-Id: I3f815bc7e825728421d5d87832f9a5ad1bcb53cc

2012-11-23  Stephan Bergmann  <sbergman@redhat.com>  [44ea5d14140cccdc77a5fd8e2473804e879880df]

        Adding SAL_DEPRECATED_INTERNAL to an implementation function is pointless
        
        ...as there are typically no direct calls to it anyway.  What is apparently
        needed is to decorate the cppumaker-generated headers instead:
        
        * cppumaker obtains deprecation-information from the documentation strings in
          .rdb files.  As these are normally generated by idlc without documentation
          included (no -C), idlc got changed to nevertheless contain documentation
          consisting of just "@deprecated" in this case, to allow to easily tunnel this
          information to cppumaker always.
        
        * The mechanism of parsing for "@deprecated" in documentation strings is
          somewhat crude, of course.
        
        * For now, cppumaker only decorates C++ functions that correspond to UNOIDL
          interface attributes and methods.  More should be possible (but, e.g., being
          able to decorate a complete C++ class corresponding to a deprecated UNOIDL
          interface type depends on whether all platforms would accept
          SAL_DEPRECATED_INTERNAL at the same position in a C++ class declaration.
        
        * This could also be extended to other languages than C++/cppumaker.
        
        * Always using SAL_DEPRECATED_INERNAL instead of SAL_DEPRECATED for decoration
          is to keep things simple and our codebase working.  Improvements are possible
          here, too, of course.
        
        Change-Id: Ia2917892f780d477652e4cd9f286588a6898c3f5

2012-11-23  Stephan Bergmann  <sbergman@redhat.com>  [ae41f950425f8f832e4a41e47c788b45fdbf243b]

        Ignoring dependencies on .hdl files is unsound when cppumaker changes
        
        ...as it will do in one of the following commits.
        
        Change-Id: Ic13c0d398943d34dffbc1a87efcac213d6699ca9

2012-11-23  Stephan Bergmann  <sbergman@redhat.com>  [800f388206b15db545d8b96d5546b766a4fc7b32]

        Only rebuilding .urd for newer .idl is unsound when idlc changes
        
        ...as it will do in one of the following commits.
        
        Change-Id: Ie243504db965e3a4803c593b9c09f12d2cb0fcfc

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [13fe193ae9f03c4bcc2fa22993470b8c37cc3c6d]

        Resolves: fdo#57236 crash on export to html
        
        SfxItemSet takes a sequence of (start, end) property ranges
        not a sequence of isolated properties
        
        reading 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889 it appears that the properties
        the new code wanted to query are included in the original ranges already
        
        Change-Id: Ifecdf23270d7f3d875d1c0cd942bab659bbabf29

2012-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [10ffbbd269ae14677e7fced9da0268146faae919]

        sal_Bool to bool
        
        Change-Id: I5f454a00d10264adc0c7312459ca0a7ad261c3ad

2012-11-23  Tor Lillqvist  <tml@iki.fi>  [1781da99f62454df0fc04da1f4013528ea9fff96]

        Add experimental --disable-export configure option
        
        Even for an Android (or iOS, presumably) app with just viewer
        functionality, some export code gets included in the single .so or
        executable.
        
        For now, when we know that we are producing only viewer apps for
        Android and iOS anyway, it might be a good idea to be able to
        carefully bypass some particularly pathological places in the code
        that generate large amounts of code and/or data that is useless in a
        viewer app.
        
        Change-Id: I59b97024ff2855e7bbe53d6ec8782797705f61d8

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [b3edb2410387e0ad63ee663cd3b706076bea3edb]

        try to fix and reenable starmath unit tests
        
        Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [0ad608e83b7a61680d1397d2f5355235f52419d9]

        vertically center button rather than stretch it
        
        Change-Id: I63b7c8a671e1ca4a41e047fdca313e1af972861f

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [246ffb108c7e1f762f8d497750ad2414b85b99ef]

        loplugin: if else alignment
        
        Change-Id: Id28afb74a945a4092965af60963e862d6aba50b3

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [4ee0ee4971119b0460fc3e7819a23acd34202dc4]

        split qnametostr up to try and make .o's small enough for ppc64
        
        i.e. relocation truncated to fix: R_PPC64_TOC16_DS
        
        while I'm at it merge the standalone header/footer files into the .xslt and
        simplify the makefile.
        
        Change-Id: Iee0e9b5dd96868f49f1bed22fb5dc6d28c8cef81

2012-11-23  Caolán McNamara  <caolanm@redhat.com>  [b5a89ad137d0750b65f0820ebc9fa4e13a84067b]

        callcatcher: update list
        
        .ui conversion has finally make inroads into core vcl widgets, no
        WorkWindow are initialized from ResIds anymore post conversion
        of the xslt filter dialog
        
        Change-Id: I4a1764d9fb9be9e252630e3afc9972221bc16be6

2012-11-23  David Tardon  <dtardon@redhat.com>  [dd66b3f847f0061dcd9822104bbe6f45afbada63]

        drop useless (and problematic) hunks
        
        The additional dependencies might trigger re-run of automake, which we
        really do not want.
        
        Change-Id: I5961c76c0ea047cbf7df541504349dd079137fd0

2012-11-23  David Tardon  <dtardon@redhat.com>  [26aae9238565de48324625315f2a44dba6f664d7]

        ignore warnings in generated scanners
        
        Change-Id: I7c1e17ffba5b4e6d4f4229da8a93ac3db621253b

2012-11-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [444dc2255a824d392f46fe00a2bac6b60bf2d227]

        Include gio headers only when gio is enabled
        
        Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210

2012-11-23  David Tardon  <dtardon@redhat.com>  [f1035c16609e03827f912d53e183e54585169f0d]

        fdo#55435 orcus needs Boost.System with recent Boost
        
        Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [e2036d4ec1133c337d1f47334a1a2d558b61dc70]

        Related: fdo#53909 add regression test
        
        Change-Id: I8891401e5914b2908308cda3896a45d380688bc1

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [ef9f9b750eac2966634c385a2021716c4de0e4cd]

        Resolves: fdo#53909 STG_FREE sector locations rejected
        
        Change-Id: I6f71c7e3cfeeba8a76096d5be68838b8d401c580

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [bcb3d607ae26980c0e5e3a95d481f985275142f2]

        Mark patch pushed upstream
        
        Change-Id: I561ef2f20037e60c1f8735c7be8c89b899b99204

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [b5c45ea4ee23f85fc73337379770bbfc53f59da4]

        update autoscrolls on text modifications
        
        not just on SetText or Resize
        
        Change-Id: I9991125d8f5eaa527e2cf274222c94b6d6cc1069

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [df0cef5bc7b15c40caa9b3224d5f033063856afb]

        make left-right traverse through radiobutton groups
        
        lets preserve the traversal order from the initial
        grouping order, so convert the radio group set to a vector
        
        Change-Id: If057f0c5d5f2eac2e8866a8a39efde8035c4fc4a

2012-11-22  Eike Rathke  <erack@redhat.com>  [1b329fd5ccc0ff270d776dfd03571da3f4d6f34d]

        get rid of unnecessary LocaleDataWrapper temporary instances
        
        Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7

2012-11-22  Michael Stahl  <mstahl@redhat.com>  [677f13f0e2567bcf667b016ef5e173766cc89cbf]

        PPTStyleTextPropReader::Init: -Werror=sign-compare
        
        Change-Id: Ied7cfc6b1ab22d1af8a8d9e6a6c2eba77f90bcb6

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [08ac75fce3cffc0457455b56d6bf8ead285a0dde]

        Use xmlDocCopyNode to merge nodes into different docs in liblangtag
        
        ...otherwise, at least an --enable-dbgutil --without-system-libxml build will
        issue warnings at soffice.bin exit, as liblangtag merged together docs with
        xmlCopyNode (instead of xmlDocCopyNode) and xmlAddChild, and libxml2's
        debugXML.c xmlCtxtCheckName then stumbles over the merged-in nodes whose strings
        do not belong to the dict of the doc they got merged into.
        
        Change-Id: I5d7889670b897cbeb9ca8a555d8f2d770a8ee692

2012-11-22  Eike Rathke  <erack@redhat.com>  [a4471c3321105d062f7e3f894065eace5574ff9a]

        exclude language(-Script) only tags from pRegionT==NULL check
        
        Change-Id: Ie5423578e34a295aad3a03d2b29f3a6b1a6572ce

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [5124b6d83ec6e7755fa96315fb522b9e8f05e652]

        warning C4309: '=' : truncation of constant value
        
        Change-Id: I18bc0505870181fe2c667e3281ed5a90abeac476

2012-11-22  Thorsten Behrens  <tbehrens@suse.com>  [4ab63a3aacdaa819fa98957fa017978e768931bd]

        Fix race & deadlock in sdremote
        
        Neither deleting the thread from the outside, nor keeping a reference
        inside the thread to an object that might die beforehand is a
        terribly good idea. Thread now commits suicide when loop finishes.
        
        Change-Id: Ia97903765cde1d340d5bcc8161e6fa6b699d0047

2012-11-22  Thorsten Behrens  <tbehrens@suse.com>  [ee81525263b9690a79cd32e7fb769ec0d33117cd]

        Fix seemingly hanging thumbnail preview.
        
        5 secs timeout between slide changes is probably a bit much,
        reducing to half a second now. Had the coverflow frequently stuck
        at earlier slides otherwise.
        
        Change-Id: Idabe17e1fc8fe2050990a68c357a00dd2d20c08b

2012-11-22  Thorsten Behrens  <tbehrens@suse.com>  [07af8451feabd828d09c0f444368fa50c5651527]

        Broadcast even initial slidenumber to coverflow.
        
        A new slideshow should start at the correct slide, thus it needs
        to be communicated to the thumbnail fragments.
        
        Change-Id: Ib8107b4391f0df9a8d7b23f03d4da36ab42fddcc

2012-11-22  Muthu Subramanian  <sumuthu@suse.com>  [e36d227ee584aa07fa48dda7710ac6b7a850fcc3]

        n#782833: (PPT) Fix font size at end of para.
        
        Font size at the end of the para when there is a
        new(empty) line is set using an extra charprops definition.

2012-11-22  Eike Rathke  <erack@redhat.com>  [8eafec91be723cbe5342899863232e800e77d828]

        added i18nisolang1 for win fps lib
        
        Change-Id: I3c1aeb7f7ed879ac14de8fd6f031e7fe189c10ff

2012-11-22  Miklos Vajna  <vmiklos@suse.cz>  [a3b8cfa65c7883295cd899e71fd2979958a880ce]

        android: clean up no longer needed onSaveInstanceState()
        
        It could not be used to save whole objects, so get rid of it and use
        onRetainNonConfigurationInstance() exclusively.
        
        Change-Id: I7cc3951b60a054b5b2488b49791b58707dc8a68b

2012-11-22  Andras Timar  <atimar@suse.com>  [d90d76fdeae2553639d19d2286ef454b9a336688]

        Updated core Project: help  fa745869546271e13d89b3ffbf5a18ebf70efaa4 s/en_US/en-US/

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [cbcc8c80d9972c7a908e144e34bb4e347d4ec641]

        support setting textbuffers on textviews
        
        Change-Id: Iaab4f17539c65c11870ce9b0635dc5ab47f1fa88

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [4546ef5664e7098228d890d112935737d273701b]

        *height* not width
        
        Change-Id: I6ca792b9658e89d1b3dd147332e57625eb31256a

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [b7e6c8459b15a4fdb9ebb269b27cdeea82c8c5c2]

        Use unabbreviated git SHA1 for buildid
        
        Change-Id: I508b97ff41726d2efd8d518e504aef3ba3e8f9b4

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [b91e719f551c83467fcda32dc29f55025db03e09]

        Use ENABLE_GMENU_INTEGRATION consistently
        
        Change-Id: I576bfa41b0dce0cba8c92c123f8747cf619fcffb

2012-11-22  Luboš Luňák  <l.lunak@suse.cz>  [c9f38e2f0dedfbfbbeb7e901f49b439ba90424e9]

        fix export on windows
        
        SAL_DLLPUBLIC_EXPORT means exported
        SAL_DLLPUBLIC means export/import of anything in sal/

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [09fa15193e98592b8d183e00dd3a1b7c9878b603]

        Simplify: Drop URE_MORE_TYPES and URE_MORE_SERVICES
        
        Change-Id: Idf6b9763051b4ca2bb5c5c5e073cdae7abaf9df4

2012-11-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [285baf1c56b406c99c95ed5596143cc3071703f5]

        Updated core Project: help  4791cbfa5e27f68938d0219ecb1b200edf6443f4 Too long commandline fix

2012-11-22  Eike Rathke  <erack@redhat.com>  [3218639f64e264f08dff9afe7fe756353a1acd33]

        and one more GetLocale leftover
        
        Change-Id: I1e27288d6a2d04b9ca2a30b9ccdd96565c8ff0f1

2012-11-22  Eike Rathke  <erack@redhat.com>  [d02c1ca7f359ca3c250ce6ec0f7c534cef78575b]

        one more GetUILocale leftover
        
        Change-Id: Ic3bd623f4c87f36bee9042f6a29039ade1f3372e

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [129831703f0539bf06279f47f915098e5a7287f8]

        Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for Android
        
        It expands to what lo_get_app_data_dir() returns, i.e. the activity's
        getApplicationInfo().dataDir.
        
        Use it in the LibreOffice4Android app's rc files instead of a
        hardcoded (possibly device- and/or OS version dependent) path.
        
        Change-Id: I8145f2c86eeded39232fb251a79fa64f31f77f55

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [9cb4f96790a28470829a5aff11e8b2dd8e94c40b]

        Add lo_get_app_data_dir()
        
        Change-Id: I13ab54ce5c6d67f1623b7f1923678091660d202d

2012-11-22  Michael Meeks  <michael.meeks@suse.com>  [37abb0b9ef0c29796ca08b68073e150874c73e6c]

        add version string to GtkWindow's to help theme authors.
        
        Change-Id: I3b03dc67de563e5d87fb85c0566fc411e372c690

2012-11-22  Michael Meeks  <michael.meeks@suse.com>  [c90f5c66512f35025d7ecc6ad5eae9ccef6c1290]

        create SAL_DEPRECATED_INTERNAL for annotating API
        
        It flags methods that we don't want used externally, but havn't
        finished removing internally.
        
        Change-Id: I818ee0ea2bf5294be816256a0e7f1868f26806b8

2012-11-22  Eike Rathke  <erack@redhat.com>  [0a14f43e69112073dd093ad26520527754feb9de]

        AllSettings LanguageTag also in aqua-only files
        
        Change-Id: Iaecb5a3dfad8ca04085888102d69350eb1a6ae1b

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [6344b00ea1d0ceed64212172f7f2b7c7a77cdabf]

        Adapt some GetUILocale leftovers
        
        Change-Id: I0400858249d4722a3b5583febd82200e62a64b20

2012-11-22  Eike Rathke  <erack@redhat.com>  [d98e8a22a0acf6468614e99da7192894ca7f06d7]

        AllSettings LanguageTag also in win-only files
        
        Change-Id: I7a64a3d582d064608583a80d206745a77f474cfa

2012-11-22  Eike Rathke  <erack@redhat.com>  [c6c3bf968fed804bc31f6b3a5af74a7141dac139]

        silenced a SAL_WARN that was HACK macro, use SAL_INFO instead
        
        Change-Id: Ifea40945c1ac9596a97bf8b84aab734a86be8f38

2012-11-22  Eike Rathke  <erack@redhat.com>  [9955dbebbdf1b7d36fec272dfea46f57fab47e19]

        AllSettings with LanguageTag
        
        Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d

2012-11-22  Michael Stahl  <mstahl@redhat.com>  [9c5d6ea5efb5f56a4ac96b4a8505ed84abbbc6bf]

        sw: remove WorkaroundForB6375613
        
        ... which is incidentally the last user of XDocumentInfo.
        
        Change-Id: I47dc31c8739aa1d50c2a3b26ac51a239417fa5b0

2012-11-22  Michael Stahl  <mstahl@redhat.com>  [117fdb9898dcc379b4f83437e858c57fd1d11911]

        convert users of XDocumentInfo to XDocumentProperties
        
        Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [fe3303b3dce8f4cecf15b859c465ced6ff547386]

        Similar changes as in ../LibreOffice4Android
        
        Change-Id: I6a0969a2004c52f117d6b250e3af42904bf16a0a

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [722fffd68854c57c5d8f82bd71d8799d9982f016]

        Some svgio clean-up
        
        Change-Id: I48adf3b0500f3e4e37fbe444f8a0773d273e09d2

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [90ddb6cce222580fc7dc3450c033e39edc01aecc]

        convert text xml filter dialog to .ui
        
        Change-Id: I619b1495df376854a614239d59f68c565bbe9086

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [5c74680a377f6f55b136b2ab406b1608a215f432]

        use MNEMONIC_CHAR define
        
        Change-Id: I824bd1ad981e0b37e273a054e2a64cb500776180

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [b8adb1e66085d39014ad26593097eb16a8fb59df]

        seekrel(-6) + read(4) into discard + seekrel(2) == noop
        
        seek backwards 6 bytes
        read a 4 byte value into a variable that's never used
        seek forward 2 bytes
        
        Change-Id: I1e3ac7606dedb394c571e4589b34cfe050a28fc8

2012-11-22  Caolán McNamara  <caolanm@redhat.com>  [810aab9e2f4927a7fcfacae62d5b36b074985250]

        loplugin: unused Point aPos0 and Rectangle aRect
        
        Change-Id: Ib0960cca6141ac28958c80aa8d716a98abef1f8d

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [f5bdeec992923a0eb3fb3357c1afe3d7fff93840]

        Use xcrun when available to run install_name_tool
        
        This hopefully should help in situations like Jonathan Aquilina's,
        where /usr/bin/install_name_tool does not correspond to the tool-chain
        used (but is from an earlier version of Xcode).
        
        Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03

2012-11-22  David Tardon  <dtardon@redhat.com>  [642b86aa541aa977143ac5a084550f3390423926]

        fix 3D 'fade' transitions
        
        * canvas bitmaps created without transparency get an appropriate color
          space
        * implement a color space for OpenGL RGBA to use instead of
          canvas::tools::getStdColorSpace(), which apparently uses VCL's
          interpretation of alpha (alpha == 0xff means full transparency,
          alpha == 0 full opacity).
        
        Change-Id: I97f30533206b75132abd0bb0d290a279f15ae8a9

2012-11-22  David Tardon  <dtardon@redhat.com>  [e02f655318c14e58b151c9be0109f3100c38f876]

        fix Fade Smoothly transition
        
        Change-Id: I833bd800491bce81ccaef97d9320a4df10aaff79

2012-11-22  David Tardon  <dtardon@redhat.com>  [d6ce23bbf2ea9a326eb377e6fcef3f6034c9c31a]

        refactor OpenGL transition creation
        
        Change-Id: I1f2de591906f3560cc60d1323e8dcfb66448f4eb

2012-11-22  David Tardon  <dtardon@redhat.com>  [db5d4214bc85836e390cca9b346307a8568d3b9e]

        always set event description
        
        Change-Id: I8d83c0d65fff0b0d3d08f32aa3d5c0bb5e7e9c8a

2012-11-22  David Tardon  <dtardon@redhat.com>  [112b481a7f12ce89feeab58975a1a6ee0e614821]

        OSL_TRACE -> SAL_INFO
        
        Change-Id: I3c3dbe958fe50cc95b8427ac4daaca1a5bec784c

2012-11-22  David Tardon  <dtardon@redhat.com>  [302f567e838b24f54a5da42f8b363ee523ac35e7]

        make conditionally-compiled code easier to read
        
        Change-Id: I6e855fd09ded2afc14379b75a7ab66b99588dd6b

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [89488e43b27a97ffdc7213e38d0ea1584a81c571]

        IPC_STATUS_2ND_OFFICE -> BS_TERMINATE -> EXIT_SUCCES rather than EXIT_FAILURE
        
        Change-Id: Ic2dd861de07f90676bb263c7ea6c00c2b4335de5

2012-11-22  Tor Lillqvist  <tml@iki.fi>  [8c991b910af6fdf09fddfc32ec8ea6ecd657ebe8]

        Probably want to check CROSS_COMPILING here, not (just) iOS
        
        Change-Id: I5b9f6323e80b69e5baf81016ac92eda0b5bdd13d

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [6ebe207712eaf2233a2d45658e1d9b91706e75fc]

        Forgot to add gid_File_Lib_PresenterScreen to module_impress
        
        Change-Id: I3b3095222444ad6b0aea85c1141d0107b4c3509e

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [0d402b449e82e1bf6bdf3415769c5b342130490e]

        Do not overlap FT_DOCTEMPLATE_LINK, BTN_DOCTEMPLATE_PACKAGE
        
        Change-Id: I6edcd6641dbcd62ceb49f5b975eea6a40a47f6ab

2012-11-22  Andras Timar  <atimar@suse.com>  [2eebb6899643d0a2aed49e4c8e7c2e289959fd1f]

        add xml-lang attribute to title tag
        
        Change-Id: I847c8db18730126d00f4d160ec7585611377bc38

2012-11-22  Stephan Bergmann  <sbergman@redhat.com>  [1465fd6537b6b5bd8ee9b9414519a26fbc0b5621]

        Fail fast
        
        Change-Id: I17d6ab71ec7bcf40dccb2c9ffe3d9f2e6b10f01c

2012-11-22  Andras Timar  <atimar@suse.com>  [53368ae38955c171039132090507b6000b35862f]

        move Presenter Console help to main help
        
        Change-Id: Ic54a0ade61a0c91e158de6afd3f702b9f286cb67

2012-11-22  Andras Timar  <atimar@suse.com>  [d38a2e3ea04d354492df18aa16d2304babe87dfb]

        Updated core Project: help  53421e107f2e8c933e463e03a6bb7a0178b3ff85 move Presenter Console help to main help

2012-11-22  Andras Timar  <atimar@suse.com>  [30207e68341d178bb95ed0ab034bb555693a8054]

        Updated core Project: help  36f2b829ab8724644735e18b62b703be6e2f1d77 move Presenter Console help to main help

2012-11-22  Takeshi Abe  <tabe@fixedpoint.jp>  [47002916baea9c8364733379685396ac3d1f4aac]

        sal_Bool to bool
        
        Change-Id: Ib7d74ba8fe3cfc6cf9695d13a1537dacdceca627

2012-11-22  Takeshi Abe  <tabe@fixedpoint.jp>  [20553c9a932804b4759d0a5eda009e74cf538fde]

        Remove unused code
        
        Change-Id: I21800d9da3f31f3a53298e824f0f70b9cf8c0431

2012-11-22  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [9300ec6ebf852c962b1cde32026dab11091c852c]

        Delete tree_strings.xhp from librelogo
        
        Change-Id: I66c8768b216ca91271b1c42a81ae3cdaee9dafca

2012-11-21  Zolnai  <zolnaitamas2000g@gmail.com>  [c63cfc95f7b4382f7ad30c5c884a2ec2428fa1ef]

        Updated core Project: help  0d7698e9affe313d6cb83272958c5600f5736fc5 Delete obsolete part of tree localization

2012-11-21  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [9c4f31c168e12fc5432ebdd15f247c285358ffc8]

        Get language id from path of po file
        
        Language ids in po headers can be various so
        its simpler to extract from path.
        
        Change-Id: I3e9447359f3c054aea32b5417b2168025168c556

2012-11-21  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [8ae3ddca7e99d2bdbaadd5e0c82de2f0fbd30f91]

        Fix language id checking
        
        The result of GetLanguages() is a vector, but
        behind it the language ids stored in a set, so
        the order not depend on which id was inserted first.
        With language ids which are after qtz in alphabetic order
        this checkings works wrong.
        
        Change-Id: I4e15d4de576b1fc567692109311c053b0d93ea60

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [a9a3095266c13d45d196e1b33a8f9a4fd84e30ea]

        None of this for non-desktop OSes I think
        
        Change-Id: I8c4a6d8e5ee7cddf069c7d1b3ab43efd8e359b3f

2012-11-21  Rene Engelhard  <rene@debian.org>  [5c0424c271684f109976fa3ee173a54285b3c4d3]

        use proper URL for UCPP in Executable_idlc.mk
        
        Change-Id: I882abb339bb160f74cfd00c1c005585d4478ac8d

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [2c6a6113c26d44bf52e3ae098fd59d422207b058]

        Use --disable-cairo-canvas here, too
        
        Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41

2012-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [cecc926070ee3d2ad6296fc5e0cfcde8642bb140]

        Clean up remains of NativeActivity-based Android app support
        
        We haven't been able to build NativeActivity-based apps (like the
        android/qa/sc and anroid/qa/desktop thingies) since we switched to
        DISABLE_DYNLOADING and a single DSO liblo-native-code.so anyway.
        
        No lo_main() any more. <sal/main.h> should not be included ever when
        compiling for Android of iOS now.
        
        Lots of stuff binned from vcl's androidinst.cxx, in the (vain?) hope
        that it will reduce the amount of never invoked GUI code that gets
        linked in.
        
        Change-Id: I25f584864c40110774c728a23151e089620442d9

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [679628f248a94d54e78c8531d13e65f3ae221876]

        initialize nCheckPos before passing it, undefined to SvNumberFormatter
        
        Change-Id: I8e80de82354ed0adf66b39175a5c9b993c541821

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [83833aa79c4dcf50cfd3b230a9c33fa91302ae2f]

        Don't bother with -Wl,--stats, I'm not loooking at them anyway
        
        Change-Id: I1bbe00e42d6d36c9dd86f576b5cc8998e99819b8

2012-11-21  Andras Timar  <atimar@suse.com>  [761794fdcea300ef309a2f953e7d4d6717724f85]

        Updated core Project: translations  ed3c1d45520761d3ef9a13b2ce19b05f9dba5421 missing Language codes in Serbian po files

2012-11-21  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [855f9a0f0b7550e484362a56a9dfedbc92961bce]

        Po files' header has modified language id
        
        So they must be changed to match with real id
        Plus add more usefull error message
        
        Change-Id: Ife941756bd108ed9adb73dd2d30bd7fa79eb3e35
        Reviewed-on: https://gerrit.libreoffice.org/1148
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-21  Andras Timar  <atimar@suse.com>  [aad50d19d16ffabf4dd265b11c25e53247210f1e]

        Updated core Project: translations  d0d5e5386afaaf4a7f123fae23bbd34872c57d87 fix Language in sh po headers

2012-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c31558e9739ea6cf0cfa58d5cbda8d808eb0527]

        svl: convert SvNumberformat constructor to OUString
        
        Change-Id: I4031e0a89737687ff167360b987961e8b0e362fe

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [ed9a361801ccebbcb945199c366663a24d3121bc]

        android: fix cppunit testing

2012-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [2586871390dc5a03e4cf5f4f6f5a2af182b89db0]

        Use correct variable in the iOS and Android cases
        
        Change-Id: I759ea062c6a0cc1d9a2aafba502057f53596459c

2012-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [37ca44e4a95c80d9ebc828fc451a5eba6db57d3f]

        This function should obviously be exported for it to be callable
        
        Change-Id: Ia63e27ec40a66c52b52292549ea03899c1b3801e

2012-11-21  Eike Rathke  <erack@redhat.com>  [6a05d3f816df5cbcaa88bed5bce445c6a78f9ca6]

        added operator==() and operator!=() to LanguageTag
        
        Change-Id: I4f339ecaeb147a05f8882065e859902f8c14ac47

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [4cf30c6c2a27edfe12016e1306a033d1db071b43]

        Save more space: compress the .rdb files in the .apk
        
        This means they will have to be uncompressed and copied into actual
        files when the app runs for the first time, but that is a small price
        to pay for reducing the .apk size with over ten megabytes.
        
        Change-Id: I5bcf3c228197519edd1ca8cbd804b5f027d7699d

2012-11-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c50bf20fe2753576f3d82deefbdd8f1e0b41a54a]

        accept svg documents in svg: namespace (hack)
        
        Change-Id: I7678e25a2229abc2147510fe08165dc2faf5d977

2012-11-21  Eike Rathke  <erack@redhat.com>  [b8a467b70756b83c8aeb77f385ea1e368350d370]

        obtain LanguageTag from SvtSysLocale
        
        Change-Id: Iaee25f1d92349704eaae45e6582d31dfa718ddcb

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [be677b568690415ff90e7937d7269d3b41b39c16]

        include necessary header
        
        Change-Id: Ibfad213031a2ff07a752cf6b14a2fe35b6e285f4

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [3b1dcf2e35af2e5ec3405572a709876d0cfa63eb]

        debug helpers for Point, Size, Rect, etc.
        
        I'm kinda tired of typing it out (what kind of imbecile lumps all these
        classes together into one header and still can't decide whether accessors
        are Foo() or getFoo() and the capitalization of that?).
        
        Change-Id: I15b69280265ae8570378f9f905cca66d546a252c

2012-11-21  Stephan Bergmann  <sbergman@redhat.com>  [ea91c7d90d74e1ca039ba669b5d3e14fa359c0fa]

        Turn presenter screen from bundled extension to plain code
        
        The immediate trigger was 5e5c11c664f67ff9fd1120905b09a32bea3b2f6c "fdo#42070
        Fix RTL support in presenter console" causing build failures on Mac OS X when
        linking the extension against vcl, but there should be more benefits of going
        from a bundled-anyway extension to plain code.  (Not the least to get rid of the
        com.sun.star.drawing.XPresenterHelper hack.)
        
        To avoid unnecessary confusion between the newly plain code and any instance of
        the old extension still installed (per-user or shared), I renamed all relevant
        identifiers as follows:
        * UNO implementation com.sun.star.comp.Draw.framework.PresenterScreenJob ->
          org.libreoffice.comp.PresenterScreenJob
        * UNO implementation com.sun.star.sdext.presenter.PresenterProtocolHandler ->
          org.libreoffice.comp.PresenterScreenProtocolHandler
        * protocol handler schema vnd.com.sun.star.comp.PresenterScreen ->
          vnd.org.libreoffice.presenterscreen
        * configuration schema /org.openoffice.Office.extension.PresenterScreen ->
          /org.openoffice.Office.PresenterScreen (it appears this contains little to no
          user-changeable data anyway, so not migrating it to a new user profile due to
          the schema name change should not be problematic)
        * job ID onDocumentOpenedJob -> org.libreoffice.PresenterScreen
        
        Even with these precautions, having the presenter screen installed both as plain
        code and as a (per-user or shared) extension still leads to a crash when
        activating presentation mode (likely due to how both codes want to take control
        of the screen).  To mitigate this, existing installations of the extension are
        explicitly not migrated to new user profiles.
        
        The sdext/source/presenter/bitmaps/*.png files were moved to
        icon-themes/galaxy/sd/res/presenterscreen-*.png and are now accessed via SdResId
        (adding the relevant data to sd/source/ui/inc/res_bmp.hrc and
        sd/source/ui/app/res_bmp.src; not sure whether these locations are already
        ideal).
        
        The code itself has been left mostly unchanged in sdext/source/presenter/, and
        it still clumsily communicates with sd core code via XPresenterHelper.  There is
        a lot of room for improvement here.
        
        The help data is left untouched at sdext/source/presenter/help/ and needs to
        be incorporated properly into helpcontent2 in a follow-up commit.
        
        The --disable-ext-presenter-console configure switch is gone.
        
        Change-Id: I71adb7ae6dcdbd1802151fce6e3871d8a2026332

2012-11-21  Petr Mladek  <pmladek@suse.cz>  [397f3e5d7b0b079ef3a6ef4b859ea2b2ab814b67]

        fix build with poppler-0.21.1
        
        heh, they put back UTF8.h
        
        Change-Id: Id915b1a1e41440a4b53058779355e99e3592e5fa

2012-11-21  Miklos Vajna  <vmiklos@suse.cz>  [3ef3601f79ed6df6e000002e207eac13666c53d4]

        android: add 'go to page' menu item
        
        Change-Id: Ie9d04ef9aeef5cacd1c3b8557111ee3a6194ccd4

2012-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf246fce77cdfac7e031d93a912d0bf2071a6e5e]

        a replace() to OUStringBuffer
        
        Change-Id: I2cbfeea9800ad656c49ce1cae7ff1f4b830f1442
        Reviewed-on: https://gerrit.libreoffice.org/1139
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [07f4845e485c5582089fa5551b874be600a94018]

        unlink file before copying over it, to avoid it getting truncated first
        
        Change-Id: I60cd57a5ae54bbe72c29568c1bbec65da3719491

2012-11-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ec6013c88a7fa59f61a928c2ee7aabed8cbb96c7]

        Revert "Xlib import via generic pkg-config"
        
        It breaks our baseline Linux release builds where x11_extensions
        headers are actually used.
        
        This reverts commit 3f00bc6717964c2d4db26093b64a68f93c7de906.

2012-11-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [024cf92581add62866544ae604ff53c89a764ace]

        Package svgio
        
        Change-Id: I847e50c9dded10affaef77c51561f04412d635ad

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [c1200f5eeed0d1ce974dd551c330f72546317630]

        unused variables
        
        Change-Id: I216b6ddff479ecf45a9950c05d4d65d55afbc7a1

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [754dc17b3f5d786329d454a4aed5fc9d1c91b0d9]

        fix sal build
        
        since reversion due to f78a2bcce88dd5c12052ae3e55c561cdd48b05fe
        
        Change-Id: If60bb1931c1305068a86257fbbaa18029872e22e

2012-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [95841e1393868f0fa7d015b31accea960d35a7b6]

        add strip* Family of function to OUStringBuffer
        
        Change-Id: I225f95601009704c93484b6a68a0efd2446d4b48
        Reviewed-on: https://gerrit.libreoffice.org/1140
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [19c54819a9d8f03788a97ecd4296093f72643069]

        apply packing properties of pseudo-scrolledwindow to self-scrolling child
        
        Change-Id: I13b0b625109237a0ec9711ed2efdc34cd3e0d32b

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [eae732641ff2a60bb5bc50e60f8404aae7a7decb]

        fix day of week naming in sal unit test.

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [d04ac66578b41345305d620d3eaf6ca7ee83c6c3]

        dung out berkeleydb gnumake / configure bits ...

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [f78a2bcce88dd5c12052ae3e55c561cdd48b05fe]

        re-base on ALv2 code. Includes:
        
            Patch contributed by Herbert Duerr:
            #i118662# remove berkeleyDB from module xmlhelp (author=orwitt)
            http://svn.apache.org/viewvc?view=revision&revision=1213188
            #i119141# remove ISCII converter for now
            http://svn.apache.org/viewvc?view=revision&revision=1306246
            make exceptions for cppunittester verbose
            http://svn.apache.org/viewvc?view=revision&revision=1174831
        
            Patches contributed by Pedro Giffuni:
            Avoid some uses of non portable #!/bin/bash in shell scripts.
            http://svn.apache.org/viewvc?view=revision&revision=1235297
        
            Patch contributed by Oliver-Rainer Wittmann
            88652: applied patch, remove unicows deps
            http://svn.apache.org/viewvc?view=revision&revision=1177585
        
        drop OS/2 code, remove in-line assembler ARM atomics,
        and obsolete armarch header.

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [e5111574fd904b38a3980ca4ea3d21cfcb22dea6]

        Revert "sb140: sb140: #i116981# clean up memory upon exit"
        
        This reverts commit 2d5dd9a9604aeb5fd4e347d7a46acc11da9985a5.
        
        Conflicts:
        	sal/inc/rtl/bootstrap.h
        	sal/rtl/source/bootstrap.cxx

2012-11-21  Michael Meeks  <michael.meeks@suse.com>  [1e8728c4df87952f821f19edbb28b3fc419107dd]

        Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"
        
        This reverts commit 8c015fbb85f00fe1cc82e00ea1771ad9fba821d2.
        
        Conflicts:
        	sal/osl/unx/file_url.cxx
        	sal/osl/unx/makefile.mk
        	sal/prj/build.lst
        	sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx

2012-11-21  tono  <tono@openoffice.org>  [8004db554686f5bc54fca383362dab813ec4a442]

        mingwport34: i#117493: mingw port of i109096
        
        WCHAR is not compatible with sal_Unicode in mingw
        Conflicts:
        	sal/osl/w32/module.cxx

2012-11-21  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [3f00bc6717964c2d4db26093b64a68f93c7de906]

        Xlib import via generic pkg-config
        
        Generic importing Xlib+friends via pkg-config, instead of scanning
        through a list of directories. This is very helpful for non-standard
        installation pathes and crosscompiling, as the generic pkg-config
        infrastructure will handle it all.
        
        Also dropping the obsolete bundled Xext headers.
        
        Conflicts:
        	vcl/prj/build.lst
        
        Change-Id: I6ee381030ff9f1d2d83062a17ab55ad3d847a4c6

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [0f834124b11d9fe2485455937b8e668813914c69]

        udkapi.rdb could never be used anyway as it is not mentioned in any rc file?
        
        Change-Id: I5897f3d7e8d3d16481c644ee688bcf001d1b7b8c

2012-11-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d5e8be8bab87b91710d3cec9039d2feff78b50ba]

        KDESalGraphics: fix CTRL_LISTNODE drawing in expanded state
        
        Change-Id: Ia70f1b3e2afb459bf91748f9e4ba0a0cbde74260

2012-11-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [dd2a12d5199c36950b1480a9aab96e07dc4afcd2]

        KDESalGraphics: transparent background for some widgets, fdo#55952
        
        Change-Id: Iea8537b0d69efaa7323c739c614272f6525435dd

2012-11-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [45ccace028a4ad40fdbaffad050741db583259c9]

        String -> OUString
        
        Change-Id: I23e0181c1aefc9efbac81216a18cdd7042a7679e

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [7119a76da2f35fbfae65d3b71caec08d64700714]

        remove from Packages_scripts the removed scripts
        
        since 4a51910761b1f528cc21a4d0cc7035108d46aa63
        
        Change-Id: I17b670769da4ac1c91dabda2aa3d42c458c12135

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [76a28511a0703be60168c8d1a6d9d288e7414fad]

        fix build on ppc
        
        Change-Id: I4b09aa9eeb2c34d19043148144383ad4e37a8d10

2012-11-21  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [42925ee1fd33bcbcf8359404d4abf687acc79315]

        dropped dead code from svg
        
        Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a
        Reviewed-on: https://gerrit.libreoffice.org/1078
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-21  Andras Timar  <atimar@suse.com>  [4a51910761b1f528cc21a4d0cc7035108d46aa63]

        remove 3 unused Perl scripts from l10ntools
        
        Change-Id: Ie2e8fa776b5a7a7293498607fe55dcdfce273594

2012-11-21  Andras Timar  <atimar@suse.com>  [7e8cc51f61cc712252d20be8c0735a58190036ac]

        remove qtz temporarily, until it works again reliably
        
        Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895

2012-11-21  Matúš Kukan  <matus.kukan@gmail.com>  [93abcf4e4bb1a460d7695b6374bf4a92c9203512]

        get ICU_DATA_SUBSET_ZIP into ooo.lst when cross-compiling
        
        Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817

2012-11-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a0a5eed63b871e2febb36e27e9dea4b7e57f681b]

        VclContainer: use transparent background
        
        see http://lists.freedesktop.org/archives/libreoffice/2012-November/040587.html,
        screenshot at [3].
        
        Change-Id: Iaf72b3734564301244365773f05c6df01a6dea62
        Reviewed-on: https://gerrit.libreoffice.org/1143
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-21  Alexander Wilms  <alexander.wilms@zoho.com>  [cf5603c440b1c3114e5867928a71e3b65b132793]

        Moved buttons for consistency and improved widget spacing
        
        Change-Id: Ia4faf04589503b1f299b3b53770f82b5d19fcd25

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [ae81246917f581a7a498a371b9a6137cde542b3e]

        We don't need the library search path anymore
        
        As we don't use any dlopen() etc wrappers now with just one single
        DSO, we have no use for the library search path either.
        
        Change-Id: Ifaf11c4785a90fe5c7dafb3310bc7933ea31238c

2012-11-21  Thorsten Behrens  <tbehrens@suse.com>  [1c84f6f475a448333f844b0e25d895d117b90563]

        Fix build for old gcc
        
        Workaround extra temporaries created by gcc-4.0 on mac - since here
        PoHeader has private copy ctor.
        
        Change-Id: I6faf99f78c11452f6adf6f1f18e1ceda9e23e7a2

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [970b53e050014006997410be046366fd8f1023f1]

        Enable storing some files gzipped in the .apk
        
        We gzip them separately in the Makefile and the gzipped result will be
        stored without (further) compression in the .apk.
        
        Use this to store the ttf font files. Shaves off a bit .apk size.
        
        This might seem a bit odd way to do it, why not store these files in
        the normal Zip compressed fashion in the .apk? It seems hard to tell
        Ant (based on path, not extension) what files to compress and what
        not, so we have to keep telling it to not (further) compress any files
        at all.
        
        Change-Id: I0d40d8811e6c9df6b28c285845b1db225507f5d4

2012-11-21  Thorsten Behrens  <tbehrens@suse.com>  [f5cc79a1202f3c8933d846756cf0a9fe8df49682]

        UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever set
        
        Change-Id: I6b7dfd5dd80f45c216c9ec240a390b6434a12672

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [a8c2cb0e6d0b9b301887be176694592f8ecda0c4]

        SvtURLBox derives from ComboBox not Edit
        
        so should use ComboBox in .src file once that's done we can remove the dummy
        Edit's which seem to exist only to get the right size/position onto the
        SvtURLBox. All of this removes the resource assert spew on loading
        the built-in filepicker
        
        Change-Id: I9e6249bc34ee563fc73784c46bb733901d4d55d6

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [fc54a7bac751e8497ecaa92900954024a0b53cc9]

        deliver also .so.<version> libraries
        
        Otherwise dynamic loader doesn't find them there.
        
        Change-Id: Idabec8e0fca48562164d90f5d0afdf3ebf5615cb

2012-11-21  Thorsten Behrens  <tbehrens@suse.com>  [463f34737e01ca277a7b87741aed8daad9bc45cf]

        UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not on
        
        Change-Id: Iba9e6c3d2483a20ed3ec33b85b4c5f78830fd2f6

2012-11-21  Stephan Bergmann  <sbergman@redhat.com>  [d85fd8a85501547d5bb87822d2589a07aed7f2d6]

        Fix install-gdb-printers for Mac OS X
        
        Change-Id: I685d277806e757fc6247f34d4db7386955dab7b7

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [3fa0d17b39bebabcf18e35df38572e4d51d05251]

        add regression test for CVE-2012-3755
        
        Change-Id: I68352532016a9db370ddd6e69e4efe962763f001

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [fd760bf54122b3c20e4d142a4006909aa5143003]

        bump xmlfilter settings dialog for new helpids
        
        Change-Id: If15ba82db3910bf0948f6dd4ed984a05e68a6080

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [9aa8f75a9cd3f42319945b2ac147fba2919fb5df]

        remove OUSTR define
        
        Change-Id: I7b78fa23760af3641dcaf47bc90a995ae215404b

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [e53da8804d00182cf83f67880e2799b15b70a46f]

        xslt dialog is supposed to be a modeless dialog
        
        and fix the lifecycle to die at the right time
        
        Change-Id: Ibe8f683ed162500a93e02a56d8607bd2ee431ded

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [e9be9ba808359d87675e20cc1c5c7e2c78e59c7d]

        make the word count dialog the right size with disabled CJK word counting
        
        we want to hide the CJK word count features unless CJK UI is enabled, or if
        there are CJK chars in the word count. We want the dialog to fit to the best
        size, so force the dialog to resize after it's visible (like a vclexpander)
        if in non-CJK mode and some CJK chars appear in the document.
        
        Change-Id: I328dcf2b111d5c5f527757ca11695ce4e9c43353

2012-11-21  Caolán McNamara  <caolanm@redhat.com>  [9ac1f0aae7d1e288518e024683fade15f2713528]

        Updated core Project: help  bfe8b1eea5e372ff7198d841caa20c72a57610e0 update xml filter settings dialog helpids to .ui

2012-11-21  Matúš Kukan  <matus.kukan@gmail.com>  [e22be4a8e4da40dd6609147513aea36bc8f5cfb9]

        scp2: more cairo fixes
        
        Change-Id: Icaaf0c8355d992fcf652c275ea1ebff98f6d3d58

2012-11-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d34ce24fb22566ed3db91aba71a003d5919a3f00]

        Uploading libvisio 0.0.21 release
        
        We can now open ALL Visio file-formats that ever existed
        
        Change-Id: Icfe91421c8ddbba206e2cc0ce59bf718883e5477

2012-11-21  Thorsten Behrens  <tbehrens@suse.com>  [4f4870ef032aa45242761205d31dc7ccd4f99fad]

        Improve gbuild help text with PARALLELISM env var.
        
        Change-Id: I30c9700127d04aee200386c94307a45da41b0025

2012-11-21  Stephan Bergmann  <sbergman@redhat.com>  [0b21dd2593fae41ee430717d7d65e2cfca25b8e9]

        Fix datasource choices offered by the Address Book wizard
        
        ...as at least on Linux, availability of Mozilla/Thunderbird is independend of
        WITH_MOZILLA/--enable-mozilla now.  This fix might not be perfect yet, see the
        TODO comment in the code.
        
        Change-Id: Ie5343a23187648f5e56d82753b6c222e6da7ec54

2012-11-21  Tor Lillqvist  <tml@iki.fi>  [e860c78e2390c8d4e924411ac41e045d2a1c3968]

        Use subset of ICU data in a bundled ICU
        
        Change-Id: I71673271ec3e10d16f17f5640cbf6a90a1bfb9f4

2012-11-21  Miklos Vajna  <vmiklos@suse.cz>  [14785648d5534855a0c7f322aa97a7b58a4cb3a8]

        scp2: adapt after cairo/pixman gbuildification
        
        Change-Id: I812326e602b5a864cf4e5502ed8a943da801a014

2012-11-21  Thorsten Behrens  <tbehrens@suse.com>  [33e63a1562cbb63b6db36812d159eac2cfa8fcc7]

        Fix fdo#57353 correct moveTo handling for emf path recording
        
        A moveTo following an existing path really should create a new
        subpath, not add to the existing one. It's the equivalent of lifting
        the pen.
        
        Change-Id: I196ca9435f8b4225837add964aec7afceb1d6d88

2012-11-21  Stephan Bergmann  <sbergman@redhat.com>  [4166e79430fdf559fe3db37b6450fa92c2124a06]

        Fix submodules
        
        4c543284b5d4076a1478e6a113724f9353341d6a "Added Tango icons" had erroneously
        rolled their heads back.
        
        Change-Id: Ic6a31e894a7bd2c880ea2537d3bd1fa7b90001c1

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [7855aef5a5abea4c3c5630da042c868c59c5ace4]

        we use gtk only for unix gui
        
        Change-Id: Id783d15cd18a101ef137df0bbf59e472d4a0a490

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [e8f1df149e88ab494db4d32818ba9420d941208a]

        cairo will be tested for with guibase unx even without gtk
        
        Change-Id: I0f433e1fc42e3aff955867d8af3e4c1935794b7b

2012-11-21  Stephan Bergmann  <sbergman@redhat.com>  [20362a86f8ff9cb7f522a5ddf1c01b462026e91d]

        "newtrans.1.0" -> "translations"
        
        Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36

2012-11-21  Luboš Luňák  <l.lunak@suse.cz>  [7f0bf0941c29fd0e1a83b6f4823f5c220f9cf365]

        dirent.h doesn't exist on windows
        
        Change-Id: Id2afa8a9ef944285a34f51cd685cd0ff5a9b6041

2012-11-21  Xisco Fauli  <anistenis@gmail.com>  [24d78519af498dc5a116fcdd8f1bb1b457c33a4f]

        pywizards: fix daily build. it failed when importing collections
        
        Change-Id: I74ec9b1562ed9f06a871b4da926129500d54df41

2012-11-21  Xisco Fauli  <anistenis@gmail.com>  [51767739403dea1511f58bf6c5cebedc1a9d823d]

        pyfax: replace xrange
        
        Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9

2012-11-21  Xisco Fauli  <anistenis@gmail.com>  [12634c14249fc3e1d09cb6688c9709818f5522de]

        pyfax: fix a mistake
        
        Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81

2012-11-21  Xisco Fauli  <anistenis@gmail.com>  [34fbbe1af85c8120a2e76b37497d6282e87c1af6]

        pyfax: exceptions are python3 compatible
        
        Change-Id: Ife2a935b25928db154756494798a5e9b619f902a

2012-11-21  Alexander Wilms  <alexander.wilms@zoho.com>  [bb16e912760df54dd77ffc216cc5dee68a48e140]

        Remove duplicate files
        
        Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf

2012-11-21  Alexander Wilms  <alexander.wilms@zoho.com>  [4c543284b5d4076a1478e6a113724f9353341d6a]

        Added Tango icons
        
        Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7

2012-11-21  Takeshi Abe  <tabe@fixedpoint.jp>  [1aad15bf3968e243ff2ee2572e5bc3fc5cd8f108]

        sal_Bool to bool
        
        Change-Id: I0845702a9d0d590b0410df8bdcc3a12661f87714

2012-11-20  David Ostrovsky  <david@ostrovsky.org>  [4b9c10e298a5285edbeb87c47303c151209abded]

        fdo#57285 restore acceptsURL logic
        
        Change-Id: Ib03c7e4a78510eb0300d78a0ae3e83ec6a17f72f

2012-11-20  Matúš Kukan  <matus.kukan@gmail.com>  [d23764182ccb5d1e96774cc958a7afaaa659e114]

        check harder whether to build cairo
        
        Change-Id: Ica2b9f1535f92c1b1cbceb7ec99ea96696742568

2012-11-20  Michael Stahl  <mstahl@redhat.com>  [adbe531ef00b8149f9c09c27928746a6ed595043]

        cairo: to actually use the right cairo-version.h...
        
        ...it is necessary to overwrite dummy src/cairo-version.h because that
        is included with "" from src/cairo.h which means that at least GCC 4.7
        looks in the current directory src/ first...
        
        Change-Id: I4a254021ad318ffb428242443f7e1e29c876915c

2012-11-20  Michael Stahl  <mstahl@redhat.com>  [de14220ae5b5e512007df004acec16812992f5f4]

        cairo: add missing dependencies, and add include dir...
        
        ...to find the right cairo-version.h
        
        Change-Id: Ia609f7498aae97a68e908101bdeae274d940d2e8

2012-11-20  Matúš Kukan  <matus.kukan@gmail.com>  [827c3806ada71b1e6701608621fd729cf54b1fc8]

        repo-list is gone since 664012b313f3c3cd5666fc6f943fc8152e503e23
        
        Change-Id: I2178f60a75a0436c66f825fe001e23f6aefb0e97

2012-11-20  Matúš Kukan  <matus.kukan@gmail.com>  [81fc9abeb87e9322f354fc9743cac12d95820d04]

        tail_build: forgot to merge build.lst after cairo is in
        
        Change-Id: If745adf8541c980fa5cb1aa1b9f1ce9fa716504a

2012-11-20  Andras Timar  <atimar@suse.com>  [6c1282c1fa0d1724f88538f75229f1f5a8d177ab]

        fix typo
        
        Change-Id: Ic5c3c2d9cb2ad4186aad7bd16693c972d4a257f3

2012-11-20  Andras Timar  <atimar@suse.com>  [c75ed68f056342477586ebd4214786f5a440005e]

        translations is a source-only module
        
        Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [7ad55015326edc0c9d21c446cdb9cff9ea12cc4c]

        work around ambiguity with msvc and old gcc
        
        C:/cygwin/home/tinderbox/master-build/l10ntools/source/po.cxx(188) : error C2666: 'std::fpos<_Statetype>::operator !=' : 2 overloads have similar conversions
                with
                [
                    _Statetype=_Mbstatet
                ]
                C:/PROGRA~2/MICROS~1.0/VC/include\iosfwd(116): could be 'bool std::fpos<_Statetype>::operator !=(const std::fpos<_Statetype> &) const'
                with
                [
                    _Statetype=_Mbstatet
                ]
                or       'built-in C++ operator!=(std::streamoff, long)'
                while trying to match the argument list '(std::fpos<_Statetype>, long)'
                with
                [
                    _Statetype=_Mbstatet
                ]
        
        Change-Id: Id1375d68996414c5ccf75d5d3ebc0afad061e3d2

2012-11-20  Michael Stahl  <mstahl@redhat.com>  [ca00713a613f3f5babf83707838fdbecfffd88a7]

        offapi: rename XModify.InstalliGStreamerResources
        
        ...since GStreamer is not an Apple product it should not be
        called iGStreamer.
        
        Change-Id: Ia2b73ecb56dd7aee88b23b560430ffe94b455665

2012-11-20  Michael Stahl  <mstahl@redhat.com>  [079485a6486b76090e64e899e44e8598cd2159e7]

        sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/
        
        Change-Id: Iefbe31af8d6ec421c6006423b6ee3a6375e3d453

2012-11-20  Andras Timar  <atimar@suse.com>  [ec8dcf58e95bda4c394fc15b5eae72c408f19aca]

        Updated core Project: dictionaries  e295c6f831f0435fc5a68ea0fd1a50bcba76ea16 translations is a source-only module

2012-11-20  Matúš Kukan  <matus.kukan@gmail.com>  [2cb7ba189d308bb8ee30086ebf237518eba8cef1]

        cairo: convert to gbuild
        
        Change-Id: I1f3dd368a0d0b78b73df3baad214a1079bbbd1d3
        Reviewed-on: https://gerrit.libreoffice.org/1144
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-20  David Ostrovsky  <david@ostrovsky.org>  [835d0fb70097b41eef057493bb1fb67c12ce5306]

        WaE ignoring return value, this time really
        
        Change-Id: I5647f318000d83f1f363153c1bc7f4ae4effc88c

2012-11-20  David Ostrovsky  <david@ostrovsky.org>  [b420358033faf43ceabb38418902cecffd1c643c]

        WaE ignoring return value
        
        Change-Id: I3a8fa34eb739e4595f8a9d279e33b9191adc2443

2012-11-20  Matteo Casalin  <matteo.casalin@gmx.com>  [53ad646f54f8aa33b86c696c04500fd08ea6f3b6]

        Enforce use of accessors on gen.hxx structures
        
        Change-Id: Icd1b2937fdeaba6de1877258731f53ddf996002e
        Reviewed-on: https://gerrit.libreoffice.org/936
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-20  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [5e5c11c664f67ff9fd1120905b09a32bea3b2f6c]

        fdo#42070-Fix RTL support in presenter console
        
        Problems that still exist:
        1-Help layout.
        2-Slide sorter view (slides alignment).
        3-Note view buttons.
        4-Scroll bars.
        
        Change-Id: Ie78519358d2f6d847692ee870ecdc1790c5244e6
        Reviewed-on: https://gerrit.libreoffice.org/1053
        Tested-by: Lior Kaplan <kaplanlior@gmail.com>
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-20  Andras Timar  <atimar@suse.com>  [4012983def85bd75e7b611bd8e4fa636817dbb01]

        Updated core Project: translations  ae82c7e8c304794a9a534c6dd202b5d94c32e82a add missing po file for filter/uiconfig

2012-11-20  Caolán McNamara  <caolanm@redhat.com>  [0894db6f532a0a27d8da57d3e191d2ccb198ebf0]

        Resolves: fdo#56882 font list in insert symbols not sorted
        
        Change-Id: I1f793bf2656ee7feb59927962dc2c38587dba272

2012-11-20  Caolán McNamara  <caolanm@redhat.com>  [bcafd193e743fca4ab6198092b34d000787e06f0]

        convert xslt filter dialog to .ui
        
        Change-Id: Ia07df75b00b7d34da9dfeeddb47280ddba23b897

2012-11-20  Caolán McNamara  <caolanm@redhat.com>  [3f2f4f15e20b7f295f26cddadfc712c189719aee]

        loplugin: fixed busted indent
        
        Change-Id: I47180d899701de5436e518bebcf82620f4ce9669

2012-11-20  Caolán McNamara  <caolanm@redhat.com>  [9b6b25e71338ac298d495d9bc5f046ef0d0b980e]

        WaE: -Wempty-body
        
        Change-Id: I07e0b3b466a0fac4c8ddf279b546f807501bc2e7

2012-11-20  Eike Rathke  <erack@redhat.com>  [6a9f0cdc021bdc591cb140bb3c2d609723430b0c]

        use LanguageTag
        
        Change-Id: I9aa7ff4a1aedee6fa029e3d94301788be1a3761a

2012-11-20  Eike Rathke  <erack@redhat.com>  [9a320f283f32f421e7fd14c030dbba2ad981d05f]

        use LanguageTag
        
        Change-Id: I5fe231f26d29dbab214d414790936b2b484c2fe6

2012-11-20  Eike Rathke  <erack@redhat.com>  [7752d65999fd64454deb259ef134456e0bb4709f]

        use LanguageTag
        
        Change-Id: Ia5d328b995460f11602f3a1e4d49946d10dfad73

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [71ee467a12a4fbc9914e0d421431f32c953c26d0]

        No more tubes res file
        
        ...apparently gone with e74fc93e4aba7887e6a278cc44c4bc0962471065 "tubes: use new
        .ui format for contacts dialog."
        
        Change-Id: I7f492e252b58d641a5cb8c722011df99a5a7d966

2012-11-20  Eike Rathke  <erack@redhat.com>  [ee6bfe1910b6b3a255f3e393689397fc2c94cdda]

        use LanguageTag
        
        Change-Id: Ic81a3f3ffd00431ddc8082a210dacaa77ce862f4

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [9de9c430ca36751b63744ccb2f31e5b075e599b0]

        Blind fix for MACOSX-only MsLangId::convertIsoNamesToLanguage leftover
        
        Change-Id: Iec2845cb3717520e1126ac4e9743413d5f3a5119

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [2aa31da545efa130e6e0a3d0aeb32ae0514d16e9]

        clang plugin warnings
        
        Change-Id: Id58c593577c432537b3ca07087aeb17ed10772b6

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [1ed9af9a4419b50a76eea56eb2e4c684e616673b]

        skip 'else' from a macro expansion too
        
        Change-Id: I1a6d70d1554dc5bf8f46940ed62b47ab34983aa7

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [13cca3de54265b884fc80a10450096c7e1061b36]

        incorrect body alignment
        
        Change-Id: Ie62113f0018e71c984845f1684a4876809b901c4

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [0465fa4a8c60bdac8970762ac4a4b07d92c865c7]

        unused variable
        
        Change-Id: Id6de037a510b129799c89dc4a7fdb105ac006b2a

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [7753bbb8b160251525ac2f661ccb60f9fc98da50]

        Fix libxml2 usage in l10ntools
        
        Change-Id: I746af9162d5cd01e0ce0a9f469f0771d7934ba2d

2012-11-20  Petr Mladek  <pmladek@suse.cz>  [93d021a7803bc897b0f52928a7562bb2b9860566]

        lo-commit-stat: allow to generate more logs at once
        
        It takes ages to get bug summary from bugzilla => it is worh to
        generate normal and wiki logs at the same time. Why not produce
        all logs with one call
        
        Add --commits option. Also rename --wikibugs to --bugs-wiki.
        
        Use .wiki suffix for wiki logs. Also rename "commit-log" to "commits".
        It is enough to use ".log" as the suffix.
        
        Change-Id: I92bbc4d56a0ae9e23401be0677256059c777d712

2012-11-20  Petr Mladek  <pmladek@suse.cz>  [01db9edab12bbb8e820274903c1d58670488b8ed]

        bump product version to 4.0.0.0.alpha1+, release number to 1
        
        Change-Id: Iaf5af009ac86909bb293be4ab8ae3902215b3bfd

2012-11-20  Andras Timar  <atimar@suse.com>  [bbd16d4c40dd0a5c7547ad84bb7950b9a488161f]

        Updated core Project: translations  2333133e2c4422089ab79519effc359578bebddf add tudes po files

2012-11-20  Eike Rathke  <erack@redhat.com>  [b134b6dd76843ba4423006bc22ecd527e98e683a]

        slowly stabbing MsLangId::convert...() to death
        
        Change-Id: I0134593f8ba664b7a8e8a14f54485b96b749418d

2012-11-20  Andras Timar  <atimar@suse.com>  [d5d7232fb5eac4a449cd35ab605075a30c7324d3]

        fix readlicense_oo makefile, po file moved
        
        Change-Id: I1ff2085b773c3e46915140d816e940ddf048998f

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [88ada48f9da15934ae5d110106f8d96ec4542fd8]

        -Werror=trigraphs
        
        Change-Id: I47f285e94d9437e837a0aaa25c0682b4d2187974

2012-11-20  Andras Timar  <atimar@suse.com>  [fa88b3717d58410f6318c520b0397000f86b9720]

        Merge branch 'feature/killsdf'
        
        Conflicts:
        	desktop/prj/build.lst
        	helpcontent2
        	l10ntools/Executable_gsicheck.mk
        	l10ntools/Executable_uiex.mk
        	regexp/inc/regexp/reclass.hxx
        	solenv/gbuild/AllLangResTarget.mk
        
        Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b

2012-11-20  Andras Timar  <atimar@suse.com>  [54cd57e03e115d6b009409e6df374603452b1378]

        Updated core Project: translations  b2cf0bf6fb5d098ed7997099349b74de8fb5e1f1 initial import of LibreOffice 4.0 translations

2012-11-20  Tor Lillqvist  <tml@iki.fi>  [56d3de7360434e4f15d7bd92d50888e8bc092ad6]

        Bin pointless _SOLAR__PRIVATE which was always 1 anyway
        
        Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6

2012-11-20  Tor Lillqvist  <tml@iki.fi>  [a0adefdc4991baa8a3c402f3b01270b73fd28362]

        Update to match SDK r21
        
        Change-Id: I7bc54a295c7155a1a173c28f45118a6d2983d0d2

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [c0ae8f9a03ab292de8bfdce29c3ccbb9965a3068]

        Improve error reporting
        
        Change-Id: Icdafde88e3984cf3689f591216a890392892dfce

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [50b4b0db8bcf33e26dc332d558f0e03c65ad742b]

        Add comphelper/configuration.hxx functions to unusedcode.exclude
        
        The functionality in comphelper/configuration.hxx is used by C++ headers to
        simplify configuration access that are generated via
        officecfg/Package_cppheader.mk.
        
        Change-Id: I85d26309ec8c4f8ac5cde773fd3298a699bad030

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [954f991ba8b109a5e642fb6520ba076c3d1715ed]

        "tubes" missing from l10n project list
        
        Change-Id: Ieb04a22f83e698521aa90fe16fce4f66c4635034

2012-11-20  Miklos Vajna  <vmiklos@suse.cz>  [4460f406a4c33be48f31f296c6ca9d85ef2bd4c1]

        android: don't load the document after every rotation
        
        Change-Id: I0af154bc5bc6cc79ab45a85a5a06e4539442ec81

2012-11-20  Andras Timar  <atimar@suse.com>  [fd91019804398c0643951eb291a45d3931968ae3]

        Updated core Project: help  66abeb18556b468ea3d97cea78dcd8e9f0c94380 translations is a source-only module

2012-11-20  Miklos Vajna  <vmiklos@suse.cz>  [a1d9caffa38b8acdf241feb94a2f8b66dfd5ea9a]

        android: move toolkit and dummySmallDevice to bootstrapContext as well
        
        Change-Id: I4b6ce49aa5e6d391e832dc1023e47d694a480948

2012-11-20  Jan Holesovsky  <kendy@suse.cz>  [783d13a9276931e274a90b9b53de2c92dc8c055e]

        Rename style called "Default" to "Default Style" + First Cap Some Others too.
        
        Change-Id: I71b74ceabfdaced541529143d15d020ac17d2e26

2012-11-20  Jan Holesovsky  <kendy@suse.cz>  [7407673dee25cd76ff4196179c5a0062b081659f]

        Revert "Hide the rulers in Writer by default for a cleaner look"
        
        Terribly sorry to revert this - but the UX-advise consensus is to show the
        rulers by default.
        
        This reverts commit ae991a10701caac3db2483a8aef05e4e8385765c.

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [a6139f6fe6d4615c993a9b52b63b7d93c0c8ad4f]

        Key different browser plugin features to specific flags
        
        This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser
        plugin features to --enable-nsplugin."  The problem with that was that Mac OS X
        supports pluging browser plugins into LO documents (which was originally
        controlled by --enable-mozilla) but not plugging LO into browser windows (which
        was originally controlled by --enable-nsplugin), so controlling the former with
        the same switch as the latter did not actually work.
        
        Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones,
        ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and
        ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows).  The
        --enable-nsplugin configure switch is gone completely, setting the feature flags
        is always done fully automatically now.
        
        Change-Id: Iecf706637465e865c987563b5de489fa90b4c904

2012-11-20  Miklos Vajna  <vmiklos@suse.cz>  [4c359c22e12a8cd6b6b40af60e1a39261737ad2a]

        android: don't bootstrap after every rotation in DocumentLoader
        
        It seems that previously onCreate served 3 different purposes:
        
        1) bootstrap UNO machinery
        2) load the document
        3) create the view
        
        Ideally it should do the first two only if not done already -- as a
        first step, this commit extracts 1) and does only once.
        
        Change-Id: I087a6b934c05295263080f571c95ef152e4602cb

2012-11-20  Michael Meeks  <michael.meeks@suse.com>  [9b3d96fddd214b808f241197c42af0434c6bba82]

        fdo#57059 - fix crasher rendering borders for very small windows.

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [3d55b14aa23ac49c499ee654f793e722f517d858]

        remove license header that confuses lngconvex
        
        This is not C++ source.
        
        Change-Id: I05fe98ef019df23fd4be0d7e281ebb877b545484

2012-11-20  Luboš Luňák  <l.lunak@suse.cz>  [b0126a2ea297c692214ec11302d2a7b3cf70edde]

        do not use exitcode 0 on failure
        
        Change-Id: I47ce1502e8ffd58709a64a3ca520d59cb765bfaa

2012-11-20  Miklos Vajna  <vmiklos@suse.cz>  [a54e92737e3e2b642c1f8564d51d985c7433bd29]

        README.cross: typo
        
        Change-Id: I92a82a29fe217faaefe7e67228d59a9fb43526d5

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [98f97b45f576f1872cbf8f81df94cd4c48e0fc54]

        These should talk about "OpenOffice.org" after all
        
        Change-Id: I43ddfad9a91484551763fd6e3a89f17382b7a392

2012-11-20  Stephan Bergmann  <sbergman@redhat.com>  [fecd6bc21dca9d2eb04cb7bc0463e571bdf72ab3]

        Remove merge junk
        
        Change-Id: I291baa1e78d0033d242b407f96f37cdbab9fe62b

2012-11-20  David Tardon  <dtardon@redhat.com>  [d42500f1f0a980273e919d1c61ce32e97757daaf]

        lngconvex needs liblangtag data
        
        Change-Id: I788437db6a4031ee6ff406fcf56c5765158285dc

2012-11-20  José Guilherme Vanz  <guilherme.sft@gmail.com>  [4395680011e5e882d41cd1b3a4a0e14eda7430a8]

        fdo#51304: Remove @author annotation
        
        This commit removes some @author annotations and some cleanup.
        
        Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1122
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-20  Takeshi Abe  <tabe@fixedpoint.jp>  [677a3f75e77b35f256b77b1de727790b468ab899]

        sal_Bool to bool
        
        Change-Id: Icc13eb7a8c6720ac53163e3ee7842a22c2862ab3

2012-11-19  Zolnai  <zolnaitamas2000g@gmail.com>  [a7261b424716463a7bb157f0d79084c868e10015]

        Updated core Project: help  a6e68151d44f357d5828d3a75193d67863226b12 Fix dependacies in help

2012-11-20  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [073ff5518f2e341dde7d7ce732cfecb029c85ce6]

        Generate qtz properties
        
        Qtz has no own po files so use one of
        configured langauge's po files (en-US excludex)
        Plus copy all properties files independently of
        localization
        
        Change-Id: Ica7ccb7d3111f2fc2b3bbde4b839cb564967130a

2012-11-20  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [23ffae787b9b052748f7f3a6f67c4e2f8f2c9cbb]

        Reardme.xrm move up one directory
        
        just as the po file belong to it
        
        Change-Id: Ia5deea8816cbb5fc29669d6aa8c3c81472b0ed3f

2012-11-19  Eike Rathke  <erack@redhat.com>  [9b24ce6da284505aed2bbaf4ad2790c161fbc232]

        use LanguageTag
        
        Change-Id: I28aff5533ec6cc31a3d6f3de3198452bd716ba62

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [160cfb5e5e4ab6c9e6062c74ba6ed1c610a4981a]

        Bin the HACK() sillyness
        
        Change-Id: Ieeebc4098404fa006d66bb8b656172a4348b1dc1

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [debea9d3250e809e323461324514e9d073d06e3a]

        no matching function for call to 'max(int, long int)'
        
        Change-Id: I7533098781b0b6987cd852d74a688aac6e0af056

2012-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [96682a78cfe076714616a880f214248b4498ebf3]

        Fix misleading comment
        
        Change-Id: I70155825cb591b9ef60d82d81e2a51e9e25b96e4

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [01e9e5672fe808a7e8a8a772e0660bd40f915645]

        Xcode says "'hash_set' file not found", and it seems unnecessary?
        
        Change-Id: I95ee1f5c04571c692e8e7ef7faa75fcae76eef93

2012-11-19  Michael Meeks  <michael.meeks@suse.com>  [daeed90f4586eb9533041fb89bee163a5193596c]

        re-base on ALv2 code. Includes:
        
            Patch contributed by: Jurgen Schmidt
            remove onlineregistration with dependencies
            http://svn.apache.org/viewvc?view=revision&revision=1240245
            imported patch package_eventlistener.patch
            http://svn.apache.org/viewvc?view=revision&revision=1172103
        
            Patch contributed by Pedro Giffuni
            Accept Google Chrome OS fonts as equivalent to MS fonts.
            http://svn.apache.org/viewvc?view=revision&revision=1233155
            http://svn.apache.org/viewvc?view=revision&revision=1233408
        
            Patch contributed by Andre Fischer
            Do not add targets for junit tests when junit is disabled.
            http://svn.apache.org/viewvc?view=revision&revision=1241508
        
            Patches contributed by Mathias Bauer (and others)
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            cws mba34issues01: #i114600#: remove forbidden characters
            from list of unencoded characters
            http://svn.apache.org/viewvc?view=revision&revision=1172370
        
            Patches contributed by Oliver Rainer-Wittman
            some clean up in JPEGReader due to memory constraints
            http://svn.apache.org/viewvc?view=revision&revision=1299729
            119114 - method <UpdateDialog::addSpecificError(..)> - create
            entry with correct type
            http://svn.apache.org/viewvc?view=revision&revision=1305265
        
            Patches contributed by Ariel Constenla-Haile
            i118707 - make toolbar control's popup window grab focus
            http://svn.apache.org/viewvc?view=revision&revision=1225846
        
            Patches contributed by Herbert Duerr
            #i118662# remove usage of BerkeleyDB in desktop module
            http://svn.apache.org/viewvc?view=revision&revision=1213171
            minor cleanups in dp_persmap.*
            http://svn.apache.org/viewvc?view=revision&revision=1215064
            flush early to prevent problem with extension manager not
            cleaning up its objects
            http://svn.apache.org/viewvc?view=revision&revision=1228147
            i118726 do not flush *pmap file while reading it
            http://svn.apache.org/viewvc?view=revision&revision=1230614
            #i119048# migrate BDB extension entries using a simple heuristic
            http://svn.apache.org/viewvc?view=revision&revision=1300972
            #i119048# handle edge cases when importing BDB hash files
            http://svn.apache.org/viewvc?view=revision&revision=1301428
            #i119113# fix of-by-one when importing BDB files
            http://svn.apache.org/viewvc?view=revision&revision=1305420
        
        restore our encryption settings, icon themes, and dictionaries.
        removed wrapper hacks, kill obsolete bundled extension blob /
        pre-registration handling, remove duplicated quickstart code.
        remove OS/2 conditionals.

2012-11-19  Michael Meeks  <michael.meeks@suse.com>  [19e8dd66cb8a66536e19fc7780fbc1101be13710]

        Revert "sb140: #i117084# do not leak Lockfile instance"
        
        This reverts commit 1d38dbab29245e430792f7b3a4c14c94cd011504.
        
        Conflicts:
        	desktop/source/app/app.cxx

2012-11-19  Michael Meeks  <michael.meeks@suse.com>  [0d89cf29adf79fb0fc673b836ffd39ccf65b3383]

        Revert "sb140: #i116910# do not leak Thread_Impl"
        
        This reverts commit e700031cc4f60f62d862940cd40de73e32f9104b.

2012-11-19  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [7e7c1fd57629a332f012df3ece04359aa0333d94]

        impress211: #i110990# Fixed slide show spanning multiple displays on Windows.

2012-11-19  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [7429ab2e2caa49466a455ad3e2e04057524225d0]

        Use icu regex in l10ntools instead of i18nregexp
        
        Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d

2012-11-19  Eike Rathke  <erack@redhat.com>  [fe985aaa8ef3931bef5507806e8f3b795a107487]

        use LanguageTag
        
        Change-Id: I4c55e30ec64f4e4d0217f226bc99ff693d054093

2012-11-19  Radek Doulik  <rodo@novell.com>  [f3221085e3b84e0c84c1adca3d76ab4c293678ee]

        export embedded spreadsheet(s), fixes n#780830
        
        Change-Id: Iee8328a695b554d97f6805b64b98706b9e3d7ab9

2012-11-19  Radek Doulik  <rodo@novell.com>  [787704495a615f1ea749ba80b0e218c3aae684d9]

        limit buSzPct range
        
        Change-Id: I41411301ee131f92b9725208e53133ee0f8a6f82

2012-11-19  Petr Mladek  <pmladek@suse.cz>  [39afe720fe2c0ccaa9a806d842de0cc1f34bc106]

        lo-pack-sources: use module instead of piece
        
        we use git submodules, so it makes more sense (hopefully)
        
        Replaced options:
            --no-lo-pieces with --no-submodule
            --piece=<piece> with --module=<module>
        
        Removed hopefully unused option:
            --no-lo-core
        
        Change-Id: Icbf742991ccda2f7833a5b50d51cb1421885383d

2012-11-19  Eike Rathke  <erack@redhat.com>  [36e2f00bca174342ba1391e49c56c4602ec97394]

        use LanguageTag
        
        Change-Id: I93bc72d3938775b4e7c599b0477a76ed0ce5d4ac

2012-11-19  Petr Mladek  <pmladek@suse.cz>  [0746c95f260c0b722547e760c28cd0daecc8ceba]

        lo-commit-stat: make it working with git submodules
        
        renamed options:
            --no-piece to --no-submodule
            --piece=<piece> to --module=<module>
        
        Change-Id: Ic4f1e3f4bdbe4f4fc175fea82e670310753ce130

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [f9059d4eee8e53c0a6b531fff16e1fade58cb8b0]

        Key all browser plugin features to --enable-nsplugin
        
        ...instead of having them spread across --enable-nsplugin (plug LO into browser
        windows) and --enable-mozilla (plug browser plugins into LO documents).  The
        ultimate goal is to clean up the various configure options mentioning "mozilla"
        and WITH_MOZILLA.
        
        Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6

2012-11-19  Petr Mladek  <pmladek@suse.cz>  [b479f7f7675b8a539b35faaa6edcd282e09bba97]

        lo-pack-sources: use the same top-level directory in all tarballs
        
        It allows to avoid symlinks more easily.
        
        In addition, I did some clean up. I removed support for packing pieces
        from standalone checkout. I guess that noone is using it.
        
        Change-Id: I3c712f5eb12108229a157c636e0a63eca4ae0d6b

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [ea64122c013f0b6c9fc862eeba81b154901ae6ab]

        Further SYSTEM_MOZILLA/SYSTEM_NSS clean-up
        
        ...past 8648c974ea5e222027a5ac1c9a01cd9ac6e344a8 "Clean-up 'SYSTEM_MOZILLA' ->
        'SYSTEM_NSS.'"  Looks like -DSYSTEM_MOZILLA in RepositoryExternal.mk's
        gb_LinkTarget__use_nss3 was only relevant for
        xmlsecurity/source/xmlsec/nss/nssinitializer.cxx (for which it had been set
        explicitly in xmlsecurity/Library_xsec_xmlsec.mk, and renamed to SYSTEM_NSS
        already).  And looks like xmlsecurity/Library_xsec_xmlsec.mk's explicit
        SYSTEM_NSS code was more or less a duplication of RepositoryExternal.mk's
        gb_LinkTarget__use_nss3, so made that DRY.
        
        Change-Id: Ie6eca2c4eb7fb70f6a36c97d8681b4140f9870cb

2012-11-19  Michael Stahl  <mstahl@redhat.com>  [7615f62b81be351daba463d79598abe5665e0adf]

        warning C4805: '==': unsafe mix of bool and sal_Bool
        
        Change-Id: Ia3a21febe934b73401a008091c84766a2b798ca0

2012-11-19  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [7228c24e38363ed4684936f69eb49a7905b5a16b]

        Stop a memory leak in text_textsearch.cxx
        
        Change-Id: I4dad05dbbe668ac7d7058cb43989f6a9f8e488a6
        Reviewed-on: https://gerrit.libreoffice.org/1118
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [a05e1e4967a21f3dd5a49215d97df99a7ec84f18]

        fdo#57224: Fix logic of considering optional/ambiguous value as "disabled"
        
        ...so that only a "not-registered" that is non-optional and non-ambiguous is
        considered as "disabled" by user's intention.  Other combinations can occur for
        broken extensions (that will thus become disabled again anyway when we try to
        automatically enable them) and for originally enabled extensions for which
        cleanExtensionCache in desktop/source/app/app.cxx has forecefully removed
        user/uno_packages/cache/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
        (and which should rather be kept enabled).
        
        Change-Id: Ic85b609ec9b3634cfa94a77151d42c07b9488030

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [8648c974ea5e222027a5ac1c9a01cd9ac6e344a8]

        Clean-up "SYSTEM_MOZILLA" -> "SYSTEM_NSS"
        
        Change-Id: I47ec3aeb14445b697bf8f5af34c5d16a14069735

2012-11-19  Eike Rathke  <erack@redhat.com>  [8ac150eb163b4ce200068313db26121a8b808d46]

        use LanguageTag
        
        Change-Id: I4ffa1aa2dce0bf1d0c87d56f72589112ec1222a1

2012-11-19  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [c82935d52db04230c77b4a6df7dda07507b34805]

        Extend localization to mysqlc
        
        Change-Id: If67b4991dec8c20d02d41032923bbd5945a5704a

2012-11-19  Michael Stahl  <mstahl@redhat.com>  [ce1d0822d0a0fdb4ed3f2583cc1f63ef98381097]

        warning C4100: unreferenced formal parameter
        
        Change-Id: I49da06b94bdc91b1cdc4bb3d047804d353b0aba8

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [d7c5f37d137041d7bc8abaed6b3a454899e9670f]

        Some clean-up
        
        Change-Id: I02c56a86454b5ed6df29c3af60b3da2c7bd4b7e1

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [6f9c3bc8edc93be07273d9de13dda19ea6c1da4a]

        fdo#57224: Preserve disabled-state across reinstallDeployedExtensions
        
        Change-Id: I8d65b76fd93b63b51db88b7b09902ba64732dd97

2012-11-19  Mathieu D  <call.protected@gmail.com>  [aafe2fcbcb754b2fff8d7c3bf1f61781df259b67]

        database names are case insensitive, fdo#51309
        
        Change-Id: Iac9ac4e48115ea09aeffa11bbd8da399266aede9

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [98e9b5dc402171fd370dca8cc8ec9f7b3f3c8684]

        Use gb_VISIBILITY_FLAGS
        
        Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba

2012-11-19  Michael Stahl  <mstahl@redhat.com>  [1f8d5eed2a1055438b226838b2480677030619a0]

        python3: fix typos in makefile
        
        Change-Id: I61ea54ff5a5771ad2dee1b3514c97fbdd9f241b9

2012-11-19  Michael Stahl  <mstahl@redhat.com>  [760ef2ef7457aad9486a12a7f21da2b298749bf1]

        SvNumberFormatter: warning C4701 pot. uninitialized variable nCheckPos used
        
        Change-Id: I497d7ddc90bdfed9cd49e0b0c988a74f733bfa36

2012-11-19  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [4e0766bced731504dc141857b865dfcbc9b4fdfa]

        unusedcode exclude file: symbols known to be required
        
        The file unused.easy contains a lot of symbols which are known
        to be required, even they're currently not referenced by anyone.
        
        Change-Id: I048c1656b240f7d601e4c99b8d9c4969b3954c87
        Reviewed-on: https://gerrit.libreoffice.org/1084
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-19  Michael Stahl  <mstahl@redhat.com>  [fe71e7bd0c7630b6452e418df14d780dd87ba946]

        SalColormap: -Werror=conversion-null
        
        That is actually XID, not a pointer.
        
        Change-Id: I9fa807fc4f33c07b2b4ebbb5e1b7163eb53411c3

2012-11-19  Miklos Vajna  <vmiklos@suse.cz>  [ad913681c0e0cdaaa706329f518f59ee54b86d43]

        n#780645 DOCX import: add support for fixed column width
        
        In general, DOCX tables provide a grid for the table, then use spans in
        case different number of cells are used in different rows. In this case,
        the cell width is ignored, as the wished width can be counted from the
        grid and span values.
        
        However, it's also valid to simply provide more cells then the amount
        defined by the grid, and in this case the cell width should decide the
        final width of the cells. This commit adds support for this later case.
        
        Change-Id: I0dd6c1f0c06f81c2afa00489b7ad1f33ff300a7c

2012-11-19  Stephan Bergmann  <sbergman@redhat.com>  [63cb9b5ee42c3e08e7fc29461487426af891c983]

        Clean up desktop/test/deployment/{active,passive}
        
        Change-Id: I7f5bbbd1d8a2491c86c2875ae155ef4b10154377

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [f83cf4e4c093012f966656e416b5ed5a44c75155]

        Try to use -fvisibility=hidden when DISABLE_DYNLOADING
        
        Change-Id: I92a5de2344e82f99ac94608e1455afa8c33bd54a

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [b6c016da23d309b4ac7d154bc33a22397974ed73]

        Use gb_VISIBILITY_FLAGS
        
        Change-Id: I6be70c0b8d73f4d1d1428c0df94ea6d8bdc782f7

2012-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [7238177ba30d51f68d7f43dc3f87283af17f382b]

        Drop ILLEGAL_POINTER sillyness
        
        Change-Id: I19316f0fd04f75d980719676c928c3455e0f07b7

2012-11-19  Tor Lillqvist  <tml@iki.fi>  [f36b2f43208b343189952ca70a922e7759dae3b2]

        Using --with-system-expat does seem to work also for a "bundled" one
        
        Change-Id: Iff8904ac0c856dd3175b429b4919a04a57c1b6ad

2012-11-19  Matteo Casalin  <matteo.casalin@gmx.com>  [4ac093519d786c271df212510084ed8074343a28]

        remove unnecessary #include
        
        Change-Id: I5b05a7aded3ed80e0269155100ad075bffecf9ea

2012-11-19  Mathias Michel  <matm@gmx.fr>  [67fca36dbecaf0d35322f930d6462ab0d4ea56c5]

        Better handling of well-know prerequisites under windows
        
        Add moz prebuilt & msvcrt80 copy
        
        Change-Id: I335c25904c16db534a4878ff6a17db202eaef4f5
        Reviewed-on: https://gerrit.libreoffice.org/1100
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [30fa6e86a5bc4e8553f353ecbc17d4ae67874c9b]

        WaE : shadow variable
        
        Change-Id: I394817653afa738e7e3d19a1d82f892fb3b35c19

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [731ba0ef925f2005ec54e856e0bc3c54a3874707]

        convert a GetOutputString variant to OUString
        
        Change-Id: I4bed439df3d4f4c0a87a6e406048de2af6995b89

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [271b11a3d56ba0c5f542a142ab859a0819530dba]

        migrate one GetOutputString variatn to OUString
        
        that create some clutter on some of the caller, this will
        be resolved as things progress to ward OUString only
        This is done that way to be incremental and avoid creating too big patches
        
        Change-Id: I4a881d85cc2ee1eb53bc0c0d0902838b1d3720a2

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc63555fd02217e3b68caccfa5c8a0171aca149c]

        PutEntry familly of functions use consistent pairing OUString/sal_Int32
        
        Change-Id: I23ae9d3e8bf71ef9ece75ea013d18c36ab2e69d4

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [82a134c1569e9ca10dd096e866afd1b42454a8d2]

        add a variant of OUStringBuffer::remove() to truncate or empty the content
        
        Change-Id: I9f5f6106ec81c33383f5936335dc965b84360116

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [357a6f8e3b6ac292c7a692fbcddf305744032f70]

        svl: cosmetic prep work to OUString conversion
        
        Change-Id: I2b87838136f01ff463c66863803eea3c9cd17df9

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [1599fc9e54a7c4855bee1c30d92dd1f5be05f530]

        svl: OUString conversion of most of zforscan
        
        Change-Id: I02ca7f7770e2d53371e7c597c087c4a370ce8d3f

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [6dbf5f7ea0187aa6c4e1c45fc2d2cd03b2b67b0a]

        svl: convert Color to OUString
        
        Change-Id: Icaa3e29fbd5674271e69fa17ed9249c65b4a9c40

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [4e6a7df7c53389b043274be37b17679bd456d89d]

        svl: aNameStandardFormat can be OUString for free
        
        Change-Id: I61f57ed6a5aad0bf7a69319c36b080213b74ad6a

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [ead89ae2019b0533306d7b485ddcc71c57362599]

        svl: convert KeywordTable to OUString
        
        Change-Id: I93daafcb6cc161f10ec87fe9f1dc877e2154299d

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7455a4a79f3be532b6a9cbbfb6bc00d86636902]

        svl: convert ImplEnglishColors to OUString
        
        Change-Id: I5ec8f1061aa41ac0c4bb46d9159be439892706a1

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [566adca89eeccc53d72704cc43f0c4afc4254fce]

        xmloff: simplify the use of AddToCode
        
        most use of that API is to add a single sal_Unicode, it is
        silly to manufacture a full OUString just to pass that via
        AddToCode to then append it to a OUStringBuffer
        
        adding AddToCode(sal_Unicode c) to simplify these case
        
        also remove a silly iteration over a OUString's character to
        re-add each character one by one via AddToCode()
        
        Change-Id: Ia8a58551a1c24312baaa250b8d36fe21c46127e7

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [d35ce2d9be2c67239b74e8f699e1c04558bfc0af]

        xmloff: convert lcl_FindSymbol to OUString
        
        Change-Id: I6d93cb64126d60c35fda58039989d57b18a44773

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [c77cebdf33b5fde38879233ee8c6fb6390bfcbb8]

        svl: convert GetQuoteEnd to OUString
        
        Change-Id: I79bd0aecb98b7b47ee892ed4ce1b53abcd09ff44

2012-11-19  Takeshi Abe  <tabe@fixedpoint.jp>  [52c492ca729295ab53b110edf525a3eed25872f7]

        sal_Bool to bool
        
        Change-Id: Ia6a4cd46b3bda875baeb9fcdda98a1964aedf841

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [3f469dd69c2eb9d8f193da7f88d05719762b600c]

        Fix some encoding problem in treemerge
        
        Change-Id: I275ccba8f07ccaba1ead0ad83a382d3ad19c722a

2012-11-18  Andras Timar  <atimar@suse.com>  [d7c69b2e9dd0986ad82a615d22447a223244096c]

        Updated core Project: help  c3cfcf7098787f11ca987ef8db65fbb670d8da6e do not localize a single non-breaking space

2012-11-18  Andras Timar  <atimar@suse.com>  [b4cbfaa0d84513415d39965dc300b454e6fedd08]

        Updated core Project: help  55742016f74d1ec3a8f6f146457b34db675dac15 remove obsoleted part from makefile

2012-11-18  Ztamas  <zolnaitamas2000g@gmail.com>  [4a91105b826dea43a43ec03a64a8c28f1aa72155]

        Updated core Project: help  c96494d43ebda1848c55a31ef187646783dead00 Localize tree files in help

2012-11-18  Andras Timar  <atimar@suse.com>  [8d1775f2e581119812b2e0a04d5f1441cc47b969]

        fix makefile
        
        Change-Id: I72de89aed6ac8901ee2b633c0236191ef3cfb7c1

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [06d5579c9291b6061ee89eed8f505f436375e15d]

        Localize tree files in help
        
        -Treex works well when po is not exist, send a
         warning but make en-US tree-s.
        
        Change-Id: Ib2b790742c022211a8d250b66891cef045941398

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [5d84ae59e70b8b1017959a68934ac1f455ce2b13]

        Localize xhp files in help
        
        Make helpex to be able to work with more xhp files at one time
         - Add new input flag "-mi" which means multiinput
         - Input is a file include pathes to xhp files
           (these are in the same directory so their strings
           are in the same po file)
         - Output is a file include pathes to dest xhp files
         - Merge reads all po entry from the specified po file
           if MergeDataFile ctor's second parameter is empty
        
        Rewrite makefiles to work with new syntax
        Plus Delete some unused code
        
        Change-Id: I5eb12d7a6f5e9cda378788410d3c50052eb752b8

2012-11-18  Andras Timar  <atimar@suse.com>  [fedd4a578e8e22f8a40990a3272056f5b7572110]

        fix makefile
        
        Change-Id: I148f01cb77548b600a799f5eda5970ab236d9663

2012-11-18  David Tardon  <dtardon@redhat.com>  [1444a0de4414a6d01a8c23986f58229361c57f84]

        add more modules to cross_tail_build
        
        Change-Id: Iaae38e666f5d5f9746065111a22a58187970554b

2012-11-18  David Tardon  <dtardon@redhat.com>  [133fa98bad1b897f70ef3b99eaa11fbc8f5ed433]

        use gb_Helper_optional
        
        Change-Id: I9e6b10e2b019ae0805862e29fc934d1ebe3f86f5

2012-11-18  David Tardon  <dtardon@redhat.com>  [cee02eb76c2ff4db16b31a6500cb1820c84ec18a]

        Updated core Project: translations  de54a2fcdee6bd2d8005a819d4a3a822b2a8043f glib is gone

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [c48c4ace3630451c771afa20080f9bfb7ba05c03]

        Correct skipping source file line of msgctxt
        
        Change-Id: I7aed7a75c6e9b36efca9837c0137075065bcd1e6

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [d15706ec0ac0e1eaec1b95fe0271d17393915e32]

        Revert "Write source file into po entries' msgctxt"
        
        This reverts commit b0f07bbbc4f179d442ff96471669f02e82686657.

2012-11-18  Zolnai Tamás  <zolnaitamas2000g@gmail.com>  [ce48aa1488652ba8b24ada4d62b75aacf3ef6717]

        Revert "Correct skiping source file line of  msgctxt"
        
        This reverts commit 7f81bbb1c7f090d9e962e5c2cb7b694298bfe1c8.

2012-11-18  Ztamas  <zolnaitamas2000g@gmail.com>  [7f81bbb1c7f090d9e962e5c2cb7b694298bfe1c8]

        Correct skiping source file line of  msgctxt
        
        Change-Id: I64635dd7a6352300ed5fb6949a1b78c2a070c660

2012-11-18  Ztamas  <zolnaitamas2000g@gmail.com>  [b0f07bbbc4f179d442ff96471669f02e82686657]

        Write source file into po entries' msgctxt
        
        So (msgctxt, msgid) pair is unique in one po file
        
        Change-Id: I64635dd7a6352300ed5fb6949a1b78c2a070c660

2012-11-18  Andras Timar  <atimar@suse.com>  [124dc60e5519ee4d1c2454050b6f54a7b020905d]

        Revert "put filename into msgctxt, because po entries must be unique"
        
        This reverts commit 889574a50c8f5bdffed9f3eb70426cedae0a589c.

2012-11-18  Andras Timar  <atimar@suse.com>  [889574a50c8f5bdffed9f3eb70426cedae0a589c]

        put filename into msgctxt, because po entries must be unique
        
        Change-Id: I700b668863c2b20cdf60fa672a994b8ae4dc613a

2012-11-18  Takeshi Abe  <tabe@fixedpoint.jp>  [3322f0d2f8ee593948ade983d2a24db6bfbf23c7]

        Move #include to appropriate header
        
        Change-Id: I58c33b91f205641f9cc8cdfcd9ecfadc77341b82

2012-11-18  Ztamas  <zolnaitamas2000g@gmail.com>  [302a099e5264742204b625f1cce949892d8a84f9]

        Write source file into po entries' msgctxt
        
        So (msgctxt, msgid) pair is unique in one po file
        
        Change-Id: I64635dd7a6352300ed5fb6949a1b78c2a070c660

2012-11-18  Miklos Vajna  <vmiklos@suse.cz>  [66d3da3505ef4964be9a4dbe0363af8f0c519270]

        sw: move swmodeltestbase.hxx to qa/extras/inc/
        
        If we already have such an include dir, let's have all headers there.
        
        Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7

2012-11-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [e3e7dfa01119b5f5ab7abc3c6e26049de5d3cc45]

        basic: fix OUString copy overrun in Mid()
        
        Change-Id: I91cdd3a52917b89ab2a452e0eeb7a9e00dc35e8b
        Reported-by: vmiklos@suse.cz

2012-11-18  Alexander Wilms  <alexander.wilms@zoho.com>  [894675a6691de72d3ab2a6f4c5314ff842e90578]

        Improve icons
        
        Change-Id: Id05bef4031d34d6da94e386c8fa8ff52134e4ea1

2012-11-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e059883fb343471fa651f4601f59acc5f37333b6]

        gtk: don't make editboxes taller than needed
        
        Change-Id: I248d6668d1e9c5ec834cd8268d853ec03a2f859b

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [04f2f05aab9fa0ab3e4b08b56dccbec509eecc6f]

        Updated core Project: help  a7a588e642828e3fea108ce1b3c24bd5ed693a3d update helpids for extension manager dialog .ui conversion

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [fd4f65e9524c71b4ad2a800b7b16de9bb51230b3]

        valgrind: use of uninitialized variable
        
        Change-Id: I57de2d1ab4597cf3ef9eae08dfdbda1d5abff621

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [fe0ed1e8bbc0cf8d0957474dcbd42b7153adb09b]

        valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trap
        
        Change-Id: If5c4c0b59aa91ec3775e2c15c4edb57bd7ac9aa7

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [c8383757fb031b2211cb6d1fdec7ac9045e72916]

        valgrind: Invalid read from sequence released during assignation
        
        Change-Id: I3bb665e15e6f4ae7ada94a33a58633bd548d34f4

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [aa2f6cf0012214953c72b3b37bdde560ced2430b]

        valgrind: use of unitialized variables
        
        Change-Id: I42ef4af662bbfd792e9d98aba5b5e272fa4d8091

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [91672c8b9d346390f854ddf3fa3c2fdb681ceaff]

        accessible names set *after* resource was freed, so names were null
        
        I've seen so many of these accessible resources in the wrong place
        or otherwise broken that I wonder if any of that is really working.
        
        We can eventually move all this foo into the .ui format and implement the
        accessiblilty stuff in the builder
        
        Change-Id: I82e87df05d5cd3777ed5ab8b83c424ff759124e9

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [e87c9d8497b570b59d471404dada098bb20a0b40]

        drop old help ids not in use anymore
        
        Change-Id: I3acf29ac52a51e688fb41e2c978f458170cd9b12

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [052a6a99e65a152aa9a08708ab89c8971b9b2f0a]

        honour child alignment in all layout widgets, not just grid
        
        i.e. so that the original cmis checkin dialog of
        207ed1b1a17ca6d785cad936ecadcd160acc2b83
        would have worked without rework as grid of
        5cc34dc91211b6173139d1a1a76c494c4a1f9a75
        
        Change-Id: Ide047cfca63558867c427d4fcbb91ad182fb71e4

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [d00ee312b2b499da11752f89d8791e562c7f70b9]

        honour widget [v|h]expand in VclBox as well as packing expand
        
        Change-Id: I5ccd28c8d9d62d5a7bec118312752f66a9a4d609

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [77d6f58dddcc9aba0c9262c9ebb62f56e2845838]

        convert text import options to .ui
        
        Change-Id: Ice6228f0548507b0400c25f40d8aa7cb557c8088

2012-11-17  Caolán McNamara  <caolanm@redhat.com>  [3b238706737c36d4772ec3f95b52fbde978bf20a]

        callcatcher: remove another layer of binfilter-released methods
        
        Change-Id: Id5bedd660b2ada460ffc48ce28d4f8ab9cd89226

2012-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f44928cbd51fc7d08e2b81dcdf837650cd215847]

        delete also note caption, fdo#56548
        
        Change-Id: I1d792082e79d6bb68004a84c172cc3bb5c194826

2012-11-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03798c0c6ee38878cac855835f1ab5ce8f4795f4]

        fix error introduced by previous commit

2012-11-17  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [73e36094b20f9bd0e0d88a1d567cc74800365e98]

        translated german comments to english
        
        Change-Id: I4df4f471578f78f586d4a69b5eb7561415f3994b
        Reviewed-on: https://gerrit.libreoffice.org/1098
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-17  Andras Timar  <atimar@suse.com>  [04ac967ffbfd0759449b2a9ea617565f41e6a79c]

        Updated core Project: translations  5725ed0f5cc08edb30a277915200b6f89a8baab5 Revert "build only POT files from translations module"

2012-11-17  Andras Timar  <atimar@suse.com>  [1507cdc33258a51848d86ab57a61ee3c9d4ffcee]

        Updated core Project: translations  b8a35154024f936d418d76e95b11dd3e2517be4a build only POT files from translations module

2012-11-17  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [695c1946e6898b20035c9f373a6fe5377f23213e]

        Fixed previous commit on autogen.sh default config
        
        Change-Id: I29cc49dcc284b462ac29d0d040e331f3e6d08e74
        Reviewed-on: https://gerrit.libreoffice.org/1097
        Reviewed-by: Rene Engelhard <rene@debian.org>
        Tested-by: Rene Engelhard <rene@debian.org>

2012-11-17  Zolnai Tamás  <zolnaitamas2000@gamil.com>  [fea5e609ba800118cdb5d84c8bd78d00e86e003e]

        Last changes in renewpo for migration
        
        Order PoEntries by their locations in original po files
        by adding serialnumber in po2lo and work up them in this order
        in renewpo. So the order will be the same in new po files.
        
        Change-Id: Idb0547a2e1262008b374fe450ec3e01af0cff839

2012-11-17  Zolnai Tamás  <zolnaitamas2000@gamil.com>  [f6147cbe1c6097314a91299cb8a352bb40eeb4d6]

        Handle dictionaries in the same way in localize
        
        By now, not needed to handle dictionaries
        in other way, because its root moves up directly
        to core.
        
        Change-Id: I90d6a67c90b00eea290f17e277fb13c0a6b0b5cd

2012-11-17  Tor Lillqvist  <tml@iki.fi>  [d3e0fe82132f81cbcce9703921884338a78f3071]

        Make building python3 with current MacOSX tools proceed a bit further
        
        I used the latest Xcode and the 10.7 SDK. Configures, and compiles
        (for a while? all that is expected?), but then fails with cp:
        .../workdir/unxmacxi.pro/UnpackedTarball/python3/python is a directory
        (not copied). That is from ExternalPackage_python3.mk.
        
        No idea how well, if at all, it configures and builds using the Xcode
        2 or 3 compiler and 10.4 or 10.5 SDK.
        
        Change-Id: I3ae838263a4db1b67e7c835e567540fac60b98bf

2012-11-17  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [c1caa1dca8dfca3f28a23e861a47a619753804ef]

        autogen.sh: support for default distro config
        
        Always try to read distro-configs/default.conf (if existing) before
        any option parsing.
        
        That way, downstreams (distros, etc) can just place there site config
        into the tree without having to pass any additional options to autogen.sh,
        and even automatic invocations will always have the right parameters.
        
        Change-Id: Ic5bf68adc719476d374cf03e31e054b69c931b72
        Reviewed-on: https://gerrit.libreoffice.org/1096
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-17  Takeshi Abe  <tabe@fixedpoint.jp>  [30bd9fbd9317aeee15edbf98e50be59236c60a67]

        sal_Bool to bool
        
        Change-Id: I4700455a1f2057ac2cc32da0260c810311c84a4f

2012-11-17  Eike Rathke  <erack@redhat.com>  [3dd3fc17a6b8f5dbc3d795ac80ad737647ab553c]

        use LanguageTag
        
        Change-Id: Ibb2788febb2af2c140f310104757439f72496e3f

2012-11-17  Eike Rathke  <erack@redhat.com>  [c90231291b5fa033ec3b079427c522177083a585]

        use LanguageTag
        
        Change-Id: Ie3079b1acde5cc98e0cffb37e3ff696aac8fe5f2

2012-11-17  Eike Rathke  <erack@redhat.com>  [08bece4ae2c1a10276f91c149b3e065d4da67806]

        use LanguageTag
        
        Change-Id: I35eaada40120b6d7687e35475b48f832043ed3ba

2012-11-17  Eike Rathke  <erack@redhat.com>  [a92cae04ddf608948617843d8f992e9743421a7f]

        use LanguageTag
        
        Change-Id: I1279cf9266b90a8c0936788824ca277b6dd40a6c

2012-11-17  Eike Rathke  <erack@redhat.com>  [4d79f55efd042cacfe252758228f8813552b4cbb]

        use LanguageTag
        
        Change-Id: I4f49c5ada6b9dfb8fe143157470e7d73e04c3354

2012-11-17  Eike Rathke  <erack@redhat.com>  [feec7a873ff803f7815c2d85adc7143a89f203d6]

        use LanguageTag
        
        Change-Id: I3057ceee83c8ac3e88d0358f3de44d36fb1cde6f

2012-11-17  Eike Rathke  <erack@redhat.com>  [2a5afded31f8bf00a966fd7eaee3b4882541ff0e]

        use LanguageTag
        
        Change-Id: I5e2a41eb94876302f61c261a350b6cf72db41a86

2012-11-17  Eike Rathke  <erack@redhat.com>  [2b0a014dce8bf811d82fdfb3c287a6e9dfab95de]

        use LanguageTag
        
        Change-Id: Ibe18dc1b768c928e8f53ff4bf98adab40d808025

2012-11-17  Eike Rathke  <erack@redhat.com>  [cd52a285c183db9da7a2e40a0c314f6258f1d7af]

        use LanguageTag
        
        Change-Id: Iea2c5ae21c8d7c143f9f4a0e3c42c963cfc28d33

2012-11-17  Eike Rathke  <erack@redhat.com>  [715957c39a8e12a24dd592f55565be62da78c450]

        we really don't need lang-conversion here
        
        Change-Id: I1f72ca29b2f5b286bfae906dc3ee16581a2b1c36

2012-11-17  Eike Rathke  <erack@redhat.com>  [577b95a96092b50b454ad2d5a12edc35120db1d6]

        use LanguageTag
        
        Change-Id: I1ec1f619cb6b427b4376d28292d3412ba6eb67ee

2012-11-17  Michael Stahl  <mstahl@redhat.com>  [8a6c5b2fcbf2b6d87529e91f58aa41c02d0fc990]

        python3: add module for internal Python 3 build (not active yet)
        
        The module builds here on Fedora 17 and with MSVC2008.
        MacOS X is unfinished and probably breaks, which is why the module
        is disabled now.
        
        These patches from module python were dropped:
        
        Integrated upstream:
        - Python.mipsel-py4305.patch
        - Python-2.6.1-py4768.patch
        - Python-2.6.1-py2422.patch (modified, use --with-valgrind)
        - Python-2.6.1-urllib.patch
        - Python-2.6.1-py8067.patch
        
        Obsolete:
        - Python-2.6.1-svn-1.7.patch (migrated to non-toy HG now)
        - Python-parallel-make.patch
        - Python-2.6.1-nohardlink.patch (no idea why that would be needed,
                                         NFS should support hard links)
        - Python-2.6.1-sysbase.patch (Solaris 11 setsolar specific patch)
        - Python-2.6.1-cross.berkeleydb.patch (berekeleydb removal)
        - Python-2.6.2-bdb48.patch
        - Python-2.6.1-vc10.patch (upstream supports vc10)
        
        An attempt to cross compile with mingw that proved unsucessful according
        to dtardon; there is upstream work on this topic that is possibly
        already in 3.3: http://bugs.python.org/issue8067
        - Python-2.6.2-cross.patch
        - Python-2.6.2-cross.fix-configure.patch
        
        Change-Id: Iba9a3cab955983e173e12110f93a6f381d86f9ce

2012-11-17  Michael Stahl  <mstahl@redhat.com>  [7728967fecb9682e1cfaf385827e600a80ac0ed6]

        RepositoryExternal.mk: add gb_ExternalProject__use_expat
        
        Change-Id: I4cb6417ede15253de1815b3f58dd320ab5aee296

2012-11-17  Michael Stahl  <mstahl@redhat.com>  [8e5ea6dcbf80d2969f15cd947933f672c405ddb5]

        pyuno: fix breakage because PATH_MAX not defined with Python3
        
        Change-Id: I12e55c8810193591d9cd017bf5d89078b3915ddb

2012-11-17  Michael Stahl  <mstahl@redhat.com>  [e60f936ecede4dc97a41b9d278c038c638c5770a]

        pyuno: Runtime::pyObject2Any only allowed to throw RuntimeException
        
        ... so wrap the InvocationTargetException that happens when loading
        Python 2 only LightProof into Python 3 so LO does not crash.
        
        Change-Id: I4da230b46ef23c184718e858bf178f340f4b9c1f

2012-11-17  Michael Stahl  <mstahl@redhat.com>  [52a485a61a4a47263b2fd7cda44009afbfa3a8e0]

        solenv: installer: error.py legitimately occurs in urllib
        
        Change-Id: I5a45d0f504ea05d80220d961006b1b1189cebdca

2012-11-17  Eike Rathke  <erack@redhat.com>  [21675d2d49be13ba48d4fb444b618944a454bd9c]

        use LanguageTag
        
        Change-Id: Ie060f2357a17be818d34c9393ac4ac606331d081

2012-11-17  Eike Rathke  <erack@redhat.com>  [42455e14477b0923b7f0388c3c8672b0fbf8dfd5]

        use LanguageTag
        
        Change-Id: I800638b4e4493988c30470359a78850c4149500b

2012-11-17  Eike Rathke  <erack@redhat.com>  [0ef605d9abc0639875c4e0757d2250bbe847bccb]

        use LanguageTag
        
        Change-Id: I75839c1b4a0ddfa9ed5c4f44124c7eabf4005717

2012-11-17  Eike Rathke  <erack@redhat.com>  [8efe5ff8a0fcaa01cafbb156e9b20dc34c4c97d4]

        use LanguageTag
        
        Change-Id: I7277f40dcba1e079ede32a01f526342a5cde435b

2012-11-17  Eike Rathke  <erack@redhat.com>  [4767bbb00dc9eacce6f6d60fd4c55107333cee2d]

        use LanguageTag
        
        Change-Id: I740e221ad16974c88b98c114850e663f25723b76

2012-11-16  Zolnai Tamás  <zolnaitamas2000@gamil.com>  [3777191e95400d76bd7dcd71ed1249a6a001317a]

        Delete empty x-comment from shells.src
        
        Change-Id: I7899b18d30f8093598761204e7fae6bae93f6e5f
        Reviewed-on: https://gerrit.libreoffice.org/1090
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-16  Eike Rathke  <erack@redhat.com>  [378e437fbe313e87b7e56f8f0a1fc4009470679c]

        use LanguageTag
        
        Change-Id: If056193c803f70f8707373ed7ff7b1abbf953852

2012-11-16  Miklos Vajna  <vmiklos@suse.cz>  [9e818a2381e75928fbd2a208f79ff67712bdad59]

        Add back lost dictionaries submodule
        
        This partially reverts commit 43cd14d317dd463a9e7c15fd6bcd6b289f96491f.
        
        Change-Id: Ibc53b327c8d3a048a4d595d181088dff2823b6a7

2012-11-16  Eike Rathke  <erack@redhat.com>  [97760eb090ed7d5b9c05ac8ad02a27de1144ecc3]

        use LanguageTag
        
        Change-Id: I1f0516cc17741e8f87655ad251930a9da7bdb205

2012-11-16  Eike Rathke  <erack@redhat.com>  [15e274a37c75eedb6e2fae07e4689cef67cdf2d7]

        added LanguageTag::makeFallback()
        
        Change-Id: I6a89dd2c5e34035ac1e6c9b7e4723d881c5ceaa9

2012-11-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [43cd14d317dd463a9e7c15fd6bcd6b289f96491f]

        Fix the Windows build breakage by reorganizing svtools headers.
        
        Also removed a fair amount of implicit inline methods to promote use
        of more forward declaration.
        
        Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627

2012-11-16  Caolán McNamara  <caolanm@redhat.com>  [50d6578f2cf1747d0471e1b6f9585c216ebfa7fe]

        Resolves: fdo#57107 processing translatable child nodes twice
        
        I'm rubbish with xslt.
        
        Change-Id: Idc92a602aca7dc2a96cf185b1904e1373435a8a9

2012-11-16  Eike Rathke  <erack@redhat.com>  [032164972c7f4c720937e6117c0e147cfdd448b0]

        use LanguageTag
        
        Change-Id: I28b1dbb21e40585aaf2451e12ffd4f03783d4c4b

2012-11-16  Eike Rathke  <erack@redhat.com>  [c3bde3cd13e3af65290d5cdab7bf951a6325e370]

        use LanguageTag
        
        Change-Id: I2f8fd72cb49298f59d5eb406f03a1fc4128d1c8d

2012-11-16  Eike Rathke  <erack@redhat.com>  [ee30270f590902e0971410dad7991d56a8506549]

        use LanguageTag
        
        Change-Id: I1d7ba0066ab871ac471a57bbbf0bbf07bc6350cc

2012-11-16  Alexander Wilms  <alexander.wilms@zoho.com>  [4b4cbca62d86985a2553104f81227ecc34086e99]

        Renamed template manager icons
        
        Change-Id: I417922244fefb077a850d464c0c77cf0efb3bc89

2012-11-16  Noel Power  <noel.power@suse.com>  [41c77ac5e814e8f0080468ca79fe7c2473402720]

        targetted cleanup of misc. vba pieces.

2012-11-16  Eike Rathke  <erack@redhat.com>  [ec2e175384f89d183def1d53f33a6bb394278c87]

        use LanguageTag
        
        Change-Id: I568af42912ce1ec7701dc0043dfbd9d69243d533

2012-11-16  Eike Rathke  <erack@redhat.com>  [3eb4304af99265c898835cd307ba7d689038996b]

        added LanguageTag::getIsoLanguageCountry() method
        
        Change-Id: I8917c2958f021f11933d9da7fec8ef01609387c8

2012-11-16  Petr Mladek  <pmladek@suse.cz>  [d0776ccbd5a7b69dc85fba214e0916f1b6bd2eb1]

        bin/lo-pack-sources: fix to work with submodules
        
        I still want to use the same top level dir in all tarballs but not today :-)
        
        Change-Id: Iddbc8f91a84c4c73133a0eb4305d8aef7dc5c043

2012-11-16  Eike Rathke  <erack@redhat.com>  [2694fed55757e0827f16e881371d87ec9dcb74f9]

        use LanguageTag
        
        Change-Id: I48187540869ba8750e83b1c5e9aa5cb84b1a5c9c

2012-11-16  Eike Rathke  <erack@redhat.com>  [59d33fcc19ec380f9af6e7c24a5e22e8e50428cc]

        use LanguageTag
        
        Change-Id: I28aff5533ec6cc31a3d6f3de3198452bd716ba62

2012-11-16  Eike Rathke  <erack@redhat.com>  [e055182f274228c368503195745096c020c58ee2]

        use LanguageTag
        
        Change-Id: I5138eb613ba78c2bc876e45e6845eef4d1212314

2012-11-16  Tor Lillqvist  <tml@iki.fi>  [26b8cd2b3ef8fed72ba52e0b8f9b002f7cfd23c4]

        Reduce dynamic symbols and strip all local ones from the Android single .so
        
        Use a version script ("version map") that exports only the Java_* and
        JNI_OnLoad symbols that the JNI machinery needs. No non-dynamic
        symbols are needed (in the .so that goes into the .apk; the one kept
        locally for debugging is not stripped).
        
        Change-Id: Ie874e59c593ec9e5d08ba369612cef1a3ea85fe4

2012-11-16  Michael Meeks  <michael.meeks@suse.com>  [25dd02d8b9ad66e06fb2f6e9d38e27753af2817d]

        android: disable liblangtag for build and target.

2012-11-16  Stephan Bergmann  <sbergman@redhat.com>  [61763f73998c600be321e5c415c0e3e179a790a0]

        Adapt component prefix for old GStreamer, too
        
        Change-Id: Ie9c46ab5d6e1b824a2b6927c8632bf57847c0274

2012-11-16  Stephan Bergmann  <sbergman@redhat.com>  [ef670259c7f770397e19c58fabda7b5e91b88291]

        Use sal/log.hxx instead of fprintf
        
        ...and some clean-up.
        
        Change-Id: Ia958628a3d0fdada3f8e90cfc0b0ceaa45563206

2012-11-16  Stephan Bergmann  <sbergman@redhat.com>  [34b2748eb38f9487fdfcb81141b64844d3d2a734]

        New-style services are "_hohdl"
        
        Change-Id: Ib184b14c8e3dfcea7ed826ca60ba22b9ca48707e

2012-11-16  Rene Engelhard  <rene@debian.org>  [e3a8f1757434516117e9634babe7240ed50a0b38]

        one more fix for ENABLE_SDREMOTE_BLUETOOTH logic
        
        Change-Id: I291eb59b54410f24a1a4b227bea2b55d3e3355b7

2012-11-16  Rene Engelhard  <rene@debian.org>  [e4c0363a87bed8d78dc6f8bf04c733f2c36ff8a4]

        improve new enable_sdremote_bluetooth AC_MSG_CHECKING...
        
        Change-Id: Ic63e5d9406b39006e76e3044213d58405e4fa557

2012-11-16  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [0e682df529bb9216e009da39c449dab29ccf2807]

        renamed --enable-bluetooth to --enable-sdremote-bluetooth
        
        The current configure option --enable-bluetooth is a bit misleading,
        it doesn't really tell what it's actually for. Therefore renamed it,
        so it's more clear that it's an sdremote backend using bluetooth.
        
        Change-Id: Ia8b46ee001ea112b80521baa502dcab2bb7e83aa
        Reviewed-on: https://gerrit.libreoffice.org/1086
        Reviewed-by: Rene Engelhard <rene.engelhard.re@googlemail.com>
        Tested-by: Rene Engelhard <rene.engelhard.re@googlemail.com>

2012-11-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [dcb080347ca127044313bbb3c11c37761cc2a7a2]

        n#780277: select field when clicking it instead of having cursor before it
        
        Change-Id: I93d623b62e9357a71bfca3403cc98092ef58c7e4

2012-11-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ac1e59a1abea03d55286d6b2268572e1199c15ef]

        CMIS: added OpenDataSpace default URL
        
        Change-Id: Ief298ad4ce724a31edfba977609358893bf4365d

2012-11-16  Eike Rathke  <erack@redhat.com>  [7ccdadb57c18e53e887ac294a26f3756e7843927]

        use LanguageTag::reset()
        
        Change-Id: I592cb042465ceda960a0b34dfe3eb6d669868acf

2012-11-16  Eike Rathke  <erack@redhat.com>  [2eb9470c14b665f69c87035fe33a71860fcf2600]

        added LanguageTag::reset() methods
        
        Change-Id: Id78a989ab981d658dd8f331b030e00ce201c8bc9

2012-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [6527f30e24e889810c9a895508dec0c9e6309076]

        add a script to generate the source tarball post submodule
        
        To simplify things, we generate the source tarball with
        all the submodules included.
        so building from source should now be:
        
        wget the tarball and untar
        cd into the resulting directory
        ./autogen.sh + make
        
        Change-Id: Ie8e65a81309cf11728c5144c9001f7d96670f815

2012-11-16  Eike Rathke  <erack@redhat.com>  [3f4c6698d56a345f7624ebc0aad4f0b041f0fc3e]

        need more coffee
        
        Change-Id: I0ca6898de11e42a36453e3f0fae8d86d84c9352f

2012-11-16  Eike Rathke  <erack@redhat.com>  [9f7cf6c8e50d4eadd2aac2d2bec675f7d8d78d07]

        correct include order and include languagetag.hxx
        
        Change-Id: If7b7d10765faba62907eca35f77b8e8d4a1e9391

2012-11-16  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [60d2248aef20aa1363ef8624ff303c854c68dafe]

        fixed java classpath parameter (required for gcj)
        
        Change-Id: I0ad426a8791ab514978e01914f9f797b45d0c79a
        Reviewed-on: https://gerrit.libreoffice.org/1073
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-16  Eike Rathke  <erack@redhat.com>  [5138bde880dcd9c7cf7f0d5ff57510d4d6702846]

        merge failure
        
        Change-Id: I5c716353b231d9c36972bce8c99d9c3c3e74b1e4

2012-11-16  Eike Rathke  <erack@redhat.com>  [2814ecb92f9dc1f60094cfa41ab1fa6eaa03471b]

        converted to use LanguageTag
        
        Change-Id: I25c5d965d953146e91903cf2ff8e6b58f978ad20

2012-11-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b6c6fc8cedcc7ffc774b8e7373087c7b09479dff]

        template pack installer
        
        - so this adds a button to the templates dialog to install
          https://launchpad.net/ubuntu/+source/libreoffice-templates/0.1.20120814-0ubuntu2
          which is packed from
          http://cgit.freedesktop.org/libreoffice/templates
        - could be packed and used like that on other distros
        - disabled when service is not available
        
        Change-Id: I55d5bada25693070aae5e5f9e0e77bf8aa52e982
        Reviewed-on: https://gerrit.libreoffice.org/1071
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-11-16  Eike Rathke  <erack@redhat.com>  [0d0c51d155dfc6a51a5da3c4d61ab6f40c5e0e5f]

        return const reference for getBcp47() and getLocale()
        
        And use the rtl::Static pattern for statics.
        
        Change-Id: I80d8cc0a4a35771f86bec27edf41224d71cdea14

2012-11-16  Miklos Vajna  <vmiklos@suse.cz>  [3dab6fba4a53c12da0fc886cca61b9a89a311a4e]

        README.cross: update Android arm configure options
        
        Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d

2012-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [a4c9ef33c7a75ed4d7b5b4582bc471b86dacd774]

        Revert "WaE: unused parameter 'argc' and 'argv'"
        
        Nah, just don't bother using --enable-werror with an old system
        cppunit that has the unused argc and argv in
        CPPUNIT_PLUGIN_IMPLEMENT().
        
        This reverts commit 7e6689e3ed8972871718f6f8d06968efde264612.
        This reverts commit 07b6dc8610785026860f6dfcf6aab1c4ad1f45f2.

2012-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [7e6689e3ed8972871718f6f8d06968efde264612]

        WaE: unused parameter 'argc' and 'argv'
        
        Change-Id: I2276dffa8c241cb22ac11134387904a1eccb48af

2012-11-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9210b95bcfd65ae558f445666d9b880e794d4c74]

        Make GetParent() const-correct.
        
        const method should return const pointer if it points to an object held
        internally & prefer taking const pointer as a method argument if possible.
        
        Change-Id: I4dc8c31d55aa0054ea6db521be9ad45fefef8d07

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29206b09ca6bf2dfc5596b91fc80a0c1b62dcd6b]

        ui part for conditional date formats
        
        Change-Id: I96893aaa016e6947d354aac4d7bc88da693095da

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee1af6790434bd9364334ffe14cdba21979b6381]

        implement remaining conditional date formats
        
        Change-Id: I0a514f305367f556be2fea6650afb63bff4c5a8c

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3ddf0922ba08e3237379151f169c7e508914a39]

        implement date cond format import from OOXML
        
        Change-Id: I4c0fc2dad8510260ee58848f99736c91ae58c57e

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95634322a93dfab4378206d4269f3d5cbcdaedc1]

        initial work for date conditional formats
        
        Change-Id: Ifba8a4061e898a031004c20222e78eb825f07e4e

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ced69036671bd995b5af0e521cf913a0fb11753d]

        String to OUString
        
        Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23

2012-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca97c8679bc3646160649a5a2f28878a971512f8]

        remove strange comments
        
        Change-Id: I307ac354550119f87e7eee0d747b36715c9e0ccc

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [6b6783b50cb36ea607a36e6497cf4a7d5f96d989]

        Fix GLIB_MAJOR/MINOR_VERSION checks
        
        Change-Id: Iae16aad5adef480c941846dc9fb298b3a6dd9582

2012-11-15  Eike Rathke  <erack@redhat.com>  [4e9bdee0bbef65d2419f36e504292e3341a81004]

        LanguageTag getters with optional bResolveSystem parameter
        
        Added bResolveSystem=true parameter to getBcp47(), getLocale() and
        getLanguageType(). Other get...() and is...() methods now always resolve
        to system locale.
        
        Change-Id: I2d9718b8bd36aac5e047afd6921d462e52c6a235

2012-11-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc0c8e56436d35e726efe7f8d06cf403fcaf827e]

        Store tree list entry items in ptr_vector & const correct-ness.
        
        Change-Id: I0e02b9ceb98f26a2b130ec978a992fcf889e718a

2012-11-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a2baeffbde83535c8cb2056006345b4d01265b90]

        Rename SvLBoxItem::IsA() to GetType(), and mark that const.
        
        Change-Id: I542835154e40b25d68fc3995d911810e26e30501

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [67582fd2e3180fde45c11e85f8c3eb5e20ef8bc0]

        glib / dbus version checks strangely ommitted from the merge.

2012-11-15  Andras Timar  <atimar@suse.com>  [6e1c579f3ba822af3f4449d16a39c5fa4a1f2093]

        Updated core Project: help  fa665d0f817d7446b290a16434411d6af0ad6f91 typo fix

2012-11-15  Andras Timar  <atimar@suse.com>  [759f5b317837183e40353e2d5dd0700f6ebb6f3c]

        Updated core Project: help  ff39701b0e841035089929ab7811c7431ab9b39b format Basic code examples

2012-11-15  Tor Lillqvist  <tlillqvist@suse.com>  [2bcae2745eac9a66913152fd1cda27aaf094624d]

        There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28
        
        Change-Id: Ief126965cf02283cdb7b5f65ccf9fca28b4f9a40

2012-11-15  Tor Lillqvist  <tlillqvist@suse.com>  [07b6dc8610785026860f6dfcf6aab1c4ad1f45f2]

        WaE: unused parameter 'argc' and 'argv'
        
        Change-Id: Idb3c4e4be025b78288fb6c705181d7f7a88c2c9f

2012-11-15  Jan Holesovsky  <kendy@suse.cz>  [18ad2ef60ec192089dd5ac9a01e0ccefc8207c7d]

        Windows: Draw the horizontal line between the toolbar and view shell again.
        
        This is necessary after I have removed the 'special' border of the view shell.
        
        Change-Id: Ie29d60fbff0c6c38ed285ba30eb948ef83c43827

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [13ef9dcc206d30ebd4d63afb186d379dc849b36c]

        Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)
        
        ...to avoid confusion what that is actually about.  (Especially, it is
        completely unrelated to --enable-mozilla.)
        
        ATTENTION:  This renames the configure option --with-system-mozilla-headers to
        --with-system-npapi-headers.
        
        Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [fc45189c7af475635cd7a6a51d5c7409e10deb27]

        Replace medDebug with sal/log.hxx functionality
        
        Change-Id: I30bf94043b5b638260704629356d010c8ea6b4e0

2012-11-15  Luboš Luňák  <l.lunak@suse.cz>  [6adc24cd861cdde45d8f55943a836246470fa72c]

        Revert "use intrinsict to inline InterlockCount() on Windows too"
        
        This reverts commit 5ae27819974e3492b6f4d33fa51ef2a9d77b5ce5.
        
        The commit breaks smoketest on Windows, for reasons unknown:
        C:/cygwin/home/tinderbox/tinderbox-master-build-libreoffice/smoketest/smoketest.cxx(197) : error : Assertion
        Test name: `anonymous namespace'::Test::test
        assertion failed
        - Expression: connection_.isStillAlive()
        
        I can't see why the commit should matter, given that the functions
        should be equivalent according to my reading of the docs. And debugging
        this on Windows is pain squared, so I can't even figure out what is
        going wrong where. Feel free to try your luck.
        
        Note that when debugging this, the code triggering this seems to be
        run only if SOLAR_JAVA and JAVA_HOME are set, so 'make verbose=t'
        and running just the command without this hides the problem.

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [ad5a7fbf8eb3be526a2c235fb41aba5792d806ec]

        -Werror=overloaded-virtual
        
        Change-Id: Ic444c979d4975198d9818d7257c85cd44639fda7

2012-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [91029b7a1781c42ea70902be724accc9d70d2a21]

        Drop unused #include
        
        Change-Id: Ibbeb1e154b2d4829b853dc4c47ef6bf5b6955470

2012-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [87dbf96874f223921722945ad4d7937f95d742c8]

        Delete array
        
        Change-Id: Ia02e936ace65e576f9df086d4608e514f3b0001e

2012-11-15  Jan Holesovsky  <kendy@suse.cz>  [2c1555a5504162ec36704cc0156f3c0f2b0bc59b]

        Fix linkoo to work with MinGW again.
        
        Change-Id: I26bcc8f2026872729f5f4658c46c3226df3749f7

2012-11-15  Tor Lillqvist  <tml@iki.fi>  [f1dfc1f23f83f410172170d7b80d8f987f04635a]

        Bin leftover debugging printout
        
        Change-Id: I9ff9f53cedb34ff896104b39322edab91aa5cbdc

2012-11-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8cd76e0fd8de4ee3173f819d690efc47b43f8c38]

        Fix packconfig.pl when WITH_LANG=ALL
        
        Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da

2012-11-15  Tor Lillqvist  <tlillqvist@suse.com>  [d8edf07ed9e7a3e2f2ab43ffd2935b93326f2caa]

        Bin use of UTF-16 expat variant in the Windows shell extension
        
        Thus we can drop that variant completely.
        
        Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c

2012-11-15  Tor Lillqvist  <tml@iki.fi>  [42782fddff98eeab5c8249918e9ba000f08c22e8]

        WaE: 'const' type qualifier on return type has no effect
        
        Change-Id: I06cc8b77e49ec2a22534e1f45d93dfa0d0a0689f

2012-11-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [14f56cff838d351b3286f4ec473d742443631e5a]

        Revert "Don't bail out when you don't find uiconfig translations"
        
        The can is only kicked further and it fails in packaging
        of languagepacks, so revert and investigate more
        
        This reverts commit c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14.

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [17ff7b41d15ab9928e2e2706faa26234a09802cd]

        re-base on ALv2 code. Includes:
        
            Patches contributed by: Armin Le Grand.
            #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task.
            http://svn.apache.org/viewvc?view=revision&revision=1195906
            #118485# - Styles for OLEs are not saved.
            http://svn.apache.org/viewvc?view=revision&revision=1182166
            #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles
            http://svn.apache.org/viewvc?view=revision&revision=1293316
            #119337# Solves the wrong get/setPropertyValue calls in
            SvxShapeText (and thus in SvxOle2Shape)
            http://svn.apache.org/viewvc?view=revision&revision=1344156
        
            Patches contributed by Mathias Bauer (and others)
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            cws mba34issues01: #i117717#: remove wrong assertion
            http://svn.apache.org/viewvc?view=revision&revision=1172349
        
            Patch contributed by Herbert Duerr
            goodbye Registration and License dialogs, don't let the door hit you
            http://svn.apache.org/viewvc?view=revision&revision=1172613
            help gcc 4.6.0 on 32bit ubuntu 11.10"
            http://svn.apache.org/viewvc?view=revision&revision=1245357
        
            Do not add targets for junit tests when junit is disabled.
            Patch contributed by Andre Fischer
            http://svn.apache.org/viewvc?view=revision&revision=1241508
        
        Revert "sb140: #i117082# avoid unncessary static class data members
            commit 21d97438e2944861e26e4984195f959a0cce1e41.
        remove obsolete FreeBSD visibility special case.
        retain consolidated BSD bridge code, remove OS/2 pieces.

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [f2d8b05b73f058cd4b9e3e8b5a3e54c5047c2c8a]

        improve junit test failure messages around CLSID.

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [f4f5c0478a1a13281ce5f184d33895e791e87067]

        gtk-a11y: unwind re-enterancy / lifecycle hazard at least a little.

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [10511acd0839635ce6595d9e5b8aa9136b6bde38]

        Revert "sb140: #i117295# use rtl::Static"
        
        This reverts commit d3794d2d8ab2ee3f8118d61538bb753335b37f23.
        
        Conflicts:
        	bridges/source/cpp_uno/cc50_solaris_intel/except.cxx
        	bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx
        	bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
        	bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
        	bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [d8845ef02f76801f270f936411ce6b36f8caaca8]

        Revert "sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever"
        
        This reverts commit bb157a42865a2d591f378577c4cfb7c731e18a08.

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [dbf239ddda094a43de2e052db72de232d89f214c]

        Revert "sb140: #i116786# use auto_ptr to track member lifetime"
        
        This reverts commit 335f7fa8c2ef418df7010dd996a2a32bbbdff459.
        
        Conflicts:
        	framework/source/layoutmanager/toolbarlayoutmanager.cxx

2012-11-15  Michael Meeks  <michael.meeks@suse.com>  [1099f6d52b1b8319c0eb9364ead75540318cfdc3]

        Revert "sb140: #i117310# remove unnecessary dependency
        
        on XTypeProvider::getImplementationId"
        
        This reverts commit 27b9f9f348b720e08f37db829533372dc4b73248.
        
        Conflicts:
        	xmloff/inc/xmloff/txtparae.hxx
        	xmloff/source/style/SinglePropertySetInfoCache.cxx

2012-11-15  Kurt Zenker  <kz@openoffice.org>  [ced21f28931e749a16a676420c31c1e880fb8854]

        masterfix OOO340: #i117696# do not write fo:margin
        
        Conflicts:
        	xmloff/source/style/PageMasterExportPropMapper.cxx

2012-11-15  David Tardon  <dtardon@redhat.com>  [94c50851dde2c0750d589f92448e87d5f61689d7]

        use gb_WITH_LANG consistently
        
        Change-Id: I50f5b8c95d82781029f3ae3dda1865dea9b336d5

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [c06e51aa4384fc5f10f1f9b09c097465881b42cd]

        ooo.lst: add also tarballs needed for build platform
        
        Change-Id: I121b9f8822afc379a619eaa52c5e050457f1d8c3
        Reviewed-on: https://gerrit.libreoffice.org/1082
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14]

        Don't bail out when you don't find uiconfig translations
        
        Change-Id: I54bf71bdd7e088ab5c11234ec31963817a314006

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [52a059349b0f1b0a933909a9ffcbabd47385902c]

        RepositoryModule_ooo: add svgio; use more gb_Helper_optional
        
        Change-Id: Ied60932e1a0e66b9721afbfd186f05e188edb70c

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [e7d9492921fb064c1b155b5f3de49ea8d2f56e6e]

        add jpeg to tail_build
        
        Change-Id: Id67be2a0722930094c61ad99912934ebce5a4631

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [cd992e621baba38c757fc1992082c06537bc8caf]

        gbuild: add gb_CustomTarget_register_targets
        
        Change-Id: I044bae6995f78ea70dea9da101036a6cf578d48f

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [b8bd25548eb8d13db07ed976c47071a951ded786]

        let's have only one orcus library in solver
        
        Change-Id: Ida46affca95fcd582206d79ff7a5b4d48ed92e12

2012-11-15  Matúš Kukan  <matus.kukan@gmail.com>  [d106203216ca2dc741994b4275df9424e5f3466a]

        remove duplication
        
        Change-Id: I6a42370873708e4b016e75829064da6080acf811

2012-11-15  Muthu Subramanian  <sumuthu@suse.com>  [e8fe57fc3f007db04a47a5b24aaf37b1c32d0d98]

        n#782833: Rotated text in emf images looks thicker.
        
        Any rotated text in an emf image (image size != original size),
        has thicker fonts.
        This is kind of a regression caused by commit
        8c2902ecbf135fae070ea032fa10a59bb76ec1b0
        So, partially reverted it.
        The code was kind of a workaround/copy-paste, so I am assuming
        it is safe to revert.
        
        Side-effects: The dotted borders (in calc) look a
        little lighter and not so very visible in the page-preview.

2012-11-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [812b7362c18a70fe97b3ebb8e1a6e32ff189f48e]

        Migrate places configuration in user profile
        
        Change-Id: Ia4494c3a1164026f5da25d2040a5cc187016b958

2012-11-15  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b4fc58675b98d68544acc4aaa292548f10cb5c3b]

        PlaceEditDialog: simplified CMIS by adding template URLs for common servers
        
        Change-Id: I041d58d09e132e481cfa278300c494c9f1d75f29

2012-11-15  Tomas Chvatal  <tchvatal@suse.cz>  [c78d7a8a0e255d6603f8ce2e7f5566e127b0f0ef]

        Drop the check for unordered_map.hxx
        
        The check itself was always failing unless you added 0x to cxxflags
        and we can safely assume the header to be there.
        If the header fails during compile time it throws nice
        error explaining what is going on anyway.
        
        Change-Id: Iedff10f3b2562f731063107df7220efa124aca08
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-11-15  Alexander Wilms  <alexander.wilms@zoho.com>  [1aa00c88c958008735f5c92fa2a546d15a0703e2]

        Add icon files for template manager only
        
        Change-Id: Idbe03cbc209db9951d0dbdb19e4e5e7e184fdb76
        Reviewed-on: https://gerrit.libreoffice.org/1027
        Reviewed-by: Stefan Knorr <heinzlesspam@gmail.com>
        Tested-by: Stefan Knorr <heinzlesspam@gmail.com>

2012-11-15  David Tardon  <dtardon@redhat.com>  [c15b9dd7dd4ffa9d3d82703aef3d92eda3af16f0]

        mark another non-localized .src file
        
        Change-Id: I0d67eedf37dc561aa8a8944e0670607e71723824

2012-11-15  Eike Rathke  <erack@redhat.com>  [4a2236a4a8c069a7ab82ac9c2fe3d6bd5630d1aa]

        changed tabs to spaces
        
        tabs creeped in with b4d1aaa074e2be9fd778134c40f99d2ab8a01e93
        
        Change-Id: Idb73a4db82970a3af06e7d50e4d71d4a3ece44cf

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [b69951996967a1c79e3a55dd13dd5609b19db6a1]

        Drop support for /etc/opt/ure and ~/.ure from LibreOffice 4
        
        For one, /etc/opt/ure was probably never used by anyone anyway, so meant just
        needless file-stats during startup.  For another, accidentally created
        ~/.ure/javasettings_*.xml that later became stale were noted to cause trouble,
        so that source is now closed.
        
        For this to work, jvmfwk needs to be silent now if it cannot read/write any
        shared/user javasettings_*.xml.
        
        Change-Id: I332b5ebb9549dc6ccf7c99c439d9a3b61aeb5829

2012-11-15  David Tardon  <dtardon@redhat.com>  [7a11b9cc6d8a4116771333445637bb5b251420c8]

        ensure translations are built before using them
        
        Change-Id: Ia172f144616d7468466a057bb1a431b3047209fd

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [9c52986f26f4c33bd68d0f73006bd97e9820df7d]

        Revert "Use different symbol names in the two expat variants we build"
        
        This reverts commit 78c7bbc3ce92493ca98c605f92733e31ad87ef70.
        
        It is no longer the case that both expat_utf8 and expat_utf16 are linked
        into the same library: we only use expat_utf16 in shell Explorer
        extensions, which cannot be linked into libmerged anyway.
        
        Conflicts:
        	expat/expat-2.1.0.patch
        
        Change-Id: I579c10d405d8a40cafcb2dbe09e967c6079f7b16

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [814b0b45de540f06b51372a8adc43d3a8635258f]

        gbuild: UnpackedTarball: print which patch failed to apply
        
        Change-Id: I5536d92c381a0df425a7d70387f1ebc457e68186

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [40d9a584bbafebd5ef10af4b69cad10e142981bd]

        helpcompiler: evidently does not care that it uses UTF16 expat
        
        ... seeing as there isn't actually a handler in the compileExtensionHelp
        function; possibly dead code there.
        
        Change-Id: I96b3edff6be2d58d0c1852eb1043547c33e97c3a

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [9a72eb0fa485359c1c6738f212677d60313fd9ac]

        sax: no obvious reason why expwrap should use expat_utf16
        
        Change-Id: Id2d476c4fc13ccfb501ef920f75e2a95a7ce3734

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [70527511fac91d81f59f79b216a391d547f28d1d]

        expat: get rid of expat_xmltok static library:
        
        Just compile those files twice.
        Also rename the UTF8 library to plain "expat".
        This allows python to simply use that library and build "pyexpat"
        succesfully.
        
        Change-Id: I7e37ec5b87b70c2cf8c86e06709f0e8d0a67f09d

2012-11-15  Michael Stahl  <mstahl@redhat.com>  [e097ec36d7c6488049ba16ec75ec40e0e2bb0789]

        tweak some build.lsts...
        
        Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2

2012-11-15  Stephan Bergmann  <sbergman@redhat.com>  [5e6401ffc58959394e2e06bd7ed68e6d03cae31f]

        Drop obsolete includes of deprecated rtl/memory.h
        
        Change-Id: I532558f5502898e036e01d64faa854c68e7109c9

2012-11-15  Miklos Vajna  <vmiklos@suse.cz>  [eac3e6e746300df379226941ba75c4e0ce1feb7a]

        n#789482 DOCX: export track change data after w:hyperlink
        
        Change-Id: If204523d7da544b11b2d809993ada180476104ef

2012-11-15  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [dd77f79f0acf202ba7ff40cdd5b7411d277b9d1c]

        Remove unused methods from writerfilter
        
        Change-Id: I63b0510fea80c12579985fbc4d4eb4646376e25b
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1074
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-15  Andras Timar  <atimar@suse.com>  [1ce76674a7188acb19a48ea2e828cd13e4e4699c]

        warning: no newline at end of file
        
        Change-Id: I6bbb57bfc46fe6afe5652a1c83097d4f18e5ed03

2012-11-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a43a76cd5aa2f145f2cb43fcdbc8f21fb6c89af0]

        Differenciate error messages to know quickly what failed
        
        Change-Id: I4a445c345706351da8f022180d142249340acd2f

2012-11-15  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [823b334ad73c1caa961b8ff55bf59600ae137741]

        dropped unused method: FileStream::open
        
        Change-Id: I3e6c1341666fddcfd1bd272a0943ca1de3e5d629
        Reviewed-on: https://gerrit.libreoffice.org/1072
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-15  Noel Grandin  <noel@peralex.com>  [d2f6a87ac7adb3f60f7eae7c5a8f8a9076b7a75c]

        fdo#46808, use service constructor for i18n::NumberFormatMapper
        
        Also create a utility constructor for LocaleDataWrapper, which
        simplifies many of the calling sites.
        
        Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba

2012-11-15  Noel Grandin  <noel@peralex.com>  [5837402fb1daa437d9a1a37edc9ede57319944f1]

        fdo#46808, use service constructor for ucb::SimpleFileAccess
        
        I upgraded the service to return XSimpleFileAccess3, since it
        already implemented that interface, and it's backwards
        compatible.
        
        Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b

2012-11-15  Noel Grandin  <noel@peralex.com>  [3f15a663b273e4a437fd68335d6eab2b11fc80c9]

        fdo#46808, use service constructor for i18n::TextConversion
        
        Modify the service to return XExtendedTextConversion,
        since that is backwards compatible and the service
        implements it.
        
        Change-Id: I2923969135c396d643c501ed56e0528c0bd7c14a

2012-11-15  Arnaud Versini  <arnaud.versini@gmail.com>  [ed80674ec793f640916ad4162ee4121aeceac7f6]

        Mark rtl_*memory as deprecated
        
        Change-Id: I0e5e85d6b23961baa9ef3ed4247e39497bb063d7
        Reviewed-on: https://gerrit.libreoffice.org/865
        Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d5430f3309b4e206ac139d35b1a9428a66062e85]

        remove losessioninstall from module_hidden as it is in gnome now
        
        Change-Id: I62fbf218bc79e79ce9f836ea8a8a9dfaf8955213

2012-11-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8aef1922f7cbe1a285320c81ef93eeffbbecfcac]

        Trying to avoid dbus stuff when ENABLE_DBUS!=TRUE
        
        Change-Id: Iec606a754c405710c45d78bd061ca1650522a747

2012-11-14  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [8c004e70aa44910d28d27e0b4cf837b3bbb85c5c]

        fdo#42558 Re-adding the "None" option to the page numbering
        
        Change-Id: Iedb239232854f185ea0005f745356800788cf0fb

2012-11-14  Eike Rathke  <erack@redhat.com>  [8165bfa2afbe828caf37df57b83cb31bef2559cb]

        resolved fdo#56278 broadcast deletion to dependent formula cells
        
        Consolidated changes for fdo#56278 fdo#54074 fdo#53364 fdo#55059 (and
        earlier i#99844 and i#101869). The replacement cell for the broadcaster
        to inform listeners, if any, is transferred the broadcaster and owns it,
        the remembered formula cell never does. When broadcasting the change use
        the replacement cell instead of the remembered formula cell. Don't
        fiddle around with ReleaseBroadcaster() at the remembered cell, we don't
        delete twice and now also don't leak.
        
        Change-Id: I5cd4dfe33e91a40dce53538b2eae2c80a7064c4c

2012-11-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1654a1e71bc66ccfb0f809c7a2eac1522b684cd4]

        gb_LinkTarget_get_preparation_target is not defined (2nd try)
        
        gb_ExternalProject_use_unpacked has completely different different
        side-effects, so use the manual way/the actually expected part of
        the rule
        
        Change-Id: I35edb19c3e768608bbb70314cac7ca908a426c7c
        Reviewed-on: https://gerrit.libreoffice.org/1067
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-14  Tor Lillqvist  <tml@iki.fi>  [6d5d057a1963fb6fdd044b7cfa1c818e84c9d4c2]

        Revert "gb_LinkTarget_get_preparation_target is not defined"
        
        Nah, this then caused a repeatable other problem; in liborcus:
        
        /bin/sh: line 1: ./configure: No such file or directory
        
        This reverts commit dff0a481db662816b06f8496b30786cee5fc3dd5.

2012-11-14  jailletc36  <christophe.jaillet@wanadoo.fr>  [de51745f588a2e2aa933e4c33fae3d9a10385eb1]

        Turn some memmove into memcpy when it is safe to do so.
        
        Most of the changes are related to newly allocated memory, so we are
        sure it can not overlap with the source of the copy.
        
        Change-Id: Ie6ccf1bbb07b792fb18601a38dfaa55755d14b7d
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1033
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [5b1fcd5262f087e3d1cabb240d1761064baeafc6]

        replaceAll returns a new replaced string but leaves the original alone
        
        Change-Id: I79ef3158d520d2c328838e83ad8382483be332a8

2012-11-14  Ricardo Montania  <ricardo@linuxafundo.com.br>  [752cb97a8fb189b6e11d3a55704222b9aba1b11a]

        fdo#38838 UniString removal
        
        Change-Id: I7bf9b0e94bff9047544f6aba9669b8e0a3d3a2a5
        Reviewed-on: https://gerrit.libreoffice.org/971
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dff0a481db662816b06f8496b30786cee5fc3dd5]

        gb_LinkTarget_get_preparation_target is not defined
        
        and in turn build breaks because boost headers are not ready.
        use the suggestion by mst and use gb_LinkTarget_use_unpacked instead.
        Also use gb_ExternalProject_use_unpacked for consistency
        
        Change-Id: Ie52ba7cd99ae6622b11f32eca8895ca004b8ae95
        Reviewed-on: https://gerrit.libreoffice.org/1066
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-14  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [f0d8553ea7133202ee25964dcf2716e4c69db91e]

        source file modes fix
        
        Change-Id: I8975f26f205ba33044285729da54e0210f872fcb
        Reviewed-on: https://gerrit.libreoffice.org/1065
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-14  Petr Mladek  <pmladek@suse.cz>  [c82b6096efb856220b8d1dafd9ba3e1f167e2d89]

        migrate also configuration from ~/.config/libreoffice/3 on Linux
        
        We have serached the older configurations only under ~/.libreoffice so far.
        
        Change-Id: Iff74ba7c54c221964c413ce2633fcce5e3edcb9e

2012-11-14  Thorsten Behrens  <tbehrens@suse.com>  [899c338ccde3053aaa9751cd932fc0bdefca9d95]

        Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
        
        Change Writer and Math to save ODF with compressed meta.xml as well,
        since there's no reason not to.
        
        Change-Id: Idde0dc9eafb03f0c84e52353289d857615aa3748

2012-11-14  Thorsten Behrens  <tbehrens@suse.com>  [54ba550c31c7de1e7d1bf99042883aa4ae6863c6]

        Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
        
        Change Calc to save ODF with compressed meta.xml as well,
        since there's no reason not to.
        
        Change-Id: Ib591b0e771a6f394d955f2ea9b43d6fb7c30ecdf

2012-11-14  Thorsten Behrens  <tbehrens@suse.com>  [38a2e86db2d1f23b95f705bfe1b626f419f4e290]

        Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
        
        Change reportdesigner to save ODF with compressed meta.xml as well,
        since there's no reason not to.
        
        Change-Id: I9129f83ea8e5e8a20e3b6395643e8ca93c32f04a

2012-11-14  Thorsten Behrens  <tbehrens@suse.com>  [9b2440f985f8676393094140cfd919ef82161e31]

        Fix fdo#51121 OWA misbehaviour with uncompressed meta.xml
        
        Change draw/impress to save ODF with compressed meta.xml as well,
        since there's no reason not to.
        
        Change-Id: I856e716b1e673cffe3b483628d934ab2c7d7271b

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e7f9650e2a32b648cbd50ab113955920f960354]

        remove ancient lo-menubar implementation now that we have the shiny new one
        
        Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [96998ea61d58a4b5c67ab1c7589c069b3ce08d88]

        add asian/non-asian word count to UI when CJK mode is enabled
        
        Change-Id: Ia54ba045a862d17e6967cee0f3f6f7409632233b

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [57601d3849a7aaaa08dce8d910832892204d2922]

        Reset xmlSetGenericErrorFunc after use
        
        ...otherwise, unrelated libxml2 clients that try to report errors during exit
        can fail if this function is still set but the infrastructure behind it is
        already gone.
        
        Change-Id: I7c41fb6770dbff27a71b4b0f82330c608e6e8363

2012-11-15  Takeshi Abe  <tabe@fixedpoint.jp>  [5bac137d48c2436316043ca2be558b9eb00fe87d]

        sal_Bool to bool
        
        Change-Id: I95a8effcc90a9651e30dc43f8db6edeaa7ace5ef

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [62af61b8f076c00eb045dca1c46275882e17ce6b]

        fdo#57055: Re-enable call to librdf_free_world
        
        cf. <https://bugs.freedesktop.org/show_bug.cgi?id=57055#c1>
        
        Change-Id: Ibcd55720bbd17b72a5cd0cc9fc6417195fbcdfd1

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [14ad313a242ec8791956e3e4a9460f743c0c8d7a]

        hud_activated here surely should have been hud_active
        
        Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [1aafcb90209ebdfdeb974fad8bdc28ebfffaa486]

        oox: reduce exception count reading missing attributes.

2012-11-14  Enrico Weigelt, metux ITS  <metuxitservice@googlemail.com>  [8ea17cdae772fa5e4853d576c766088a8fb3b206]

        dropped obsolete --with-system-gettext configure option
        
        Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9
        Reviewed-on: https://gerrit.libreoffice.org/1060
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [f23df687f6975e9ebd4545366fa6d7f76766918f]

        Resolves: fdo#57107 processing translatable child nodes twice
        
        I'm rubbish with xslt.
        
        Change-Id: Idc92a602aca7dc2a96cf185b1904e1373435a8a9

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [18f08d180db8e821f5c39359e08c177bcfecb58b]

        Resolves: fdo#57090 visual glitches on MacOSX with borders + layout
        
        We need to force a resync of the borders of a borderwindow onto
        its client window when the borders change when layout is active,
        otherwise we are doing out calculations using the old borders
        and it all turns into a pile of junk
        
        Change-Id: I7dbff0b30aad41779f0f295498af6a492ddf5430

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a857cd94f558e9215f48601197939356ed774faf]

        update license header for Canonical contribution
        
        Change-Id: I5bb1b92929686ced48415c4d0198fa3fa2f2f0e3

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [349fa28a5998d10b110da1a7fcc6b5b24d5940b1]

        cleanup gmenu conditionals, remove redundant casts.
        
        Change-Id: I51ee0f6c8671c914626cf4332408b4e2b4918b47

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [dc3ada4db5f6311aaf3154aed0bba17d96c2af9a]

        misc dbus menu integration fixes
        
        Re-declare GMenuModel / GActionGroup if we don't have a recent enough gio.
        Fix a number of compile warnings.
        use the standard gnumake macros / linking for ENABLE_GIO & ENABLE_DBUS
        Initialize GDBusInterfaceVTable cleanly.
        Take the Solar Mutex on hud_activated.
        
        Change-Id: Ie0c1d6e75c4be857f0db1adad36418dd1693f63e

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [e5e55d450d674bdfde6c86992274d8e22f949eb6]

        gbooleans are true if non-zero, bin == TRUE comparisons.
        
        Change-Id: Ieb6c73993b3ef3854d81fdeb81661d75f1fe954f

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [f5804cddbc2d103cabf7054905dc1bd59512b9b6]

        remove unused prototype
        
        Change-Id: If3deb18695d0bef3545d6aef5e598435996a7207

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [95493223f2a7198ddc9998c128a1c49e13fccb65]

        fix typo with ENABLE_DBUS.
        
        Change-Id: I4955fc9991ee88edde0d332b7e399ef5b807c4cc

2012-11-14  Michael Meeks  <michael.meeks@suse.com>  [041f2fb1059d8ab02abffa0972dad1400a1aa584]

        remove redundant commented code.
        
        Change-Id: Ia311bdd148cf4c346c187d3b37964b12cded1212

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6bea834b4a4cc50b5eb3d53cf685ecb5e5ada315]

        only enable unity integration with enabled dbus and gio
        
        Change-Id: I418e3c57e7c201529020864b1f4677ec4c24e2c8

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [62a803dc46c1ffb5cba7f094868ce339feeecfda]

        Removed AbstractMenu class and cleaned up useless code.
        
        Change-Id: I4094302b83342fd42bccad4966b51624215d71ff

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c36c5b516168ea63767e8642c0958edcb4704a1d]

        ImplSelectWithStart is actually already defined
        
        Change-Id: I4bc0f6f9b8f1d87236d19f3757eeeb1f2702552a

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [221d698c33ee8bb9afad51b2c38c00bf8a28a3ad]

        revert messing with OSX
        
        Change-Id: I53686801301122c7964b9a6cce276845329f784a

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [65e769aa4d9ec9a4e68ef1d8a1a3e85c42d2045c]

        more cleanup
        
        Change-Id: Ia8cd81ca5944d3b33ddc684e5a65bedce444f85b

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f7e72128708b4ea49bcf2777333340a89edea06]

        cleanup line noise
        
        Change-Id: Ief6e0b235a0707a805a0dbe9f0a32136a132dcf0

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a5efd0740afc85b2a1fc26a4467f570e75691dcb]

        remove superflous #include
        
        Change-Id: Id49d11b9f88abe14e814c14e8ee8cbb469e029f8

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [3292fbf3f00afd34cba4da1d00d883a6449e1f39]

        Menu is fully updated when receiving a HUD activation event.
        
        Change-Id: I4d275bc01ac0baa265d22dcd849020e8f51fc447

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [8a253188410c82f696da7201d28a02d905154e6d]

        Menu is now subscribed to HUD awareness protocol events.
        
        Change-Id: I0649ac50a93b3b6379642fac4d5d532d46251d72

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [e3055bccc7eb59ed898bffa260986c19b6285783]

        Added missing files for HUD awareness support.
        
        Change-Id: If3544734e8c4a1c632a24976e9340ef84869d22a

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [5339d69bbcebc1d438c3e520acaacada32ace7ab]

        Added files to implement HUD awareness protocol support.
        
        Change-Id: I1ce292811b0ac53c35b5a9026a1c1a4f4ef02cf4

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [bfb960d67c6af9ac049ed7575f80e3af0513c705]

        Duplicated commands are now handled properly.
        
        Change-Id: I80dd2d05060dcad3c6375a4e1c7b2109e451169b

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [0b4912b564e63488790b79af17984ac709f0c7ea]

        Removed pre-definition of class GtkSalMenu.
        
        Change-Id: I56652b6074d0138128178b479503a21e0bcd0c7f

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [a6838b9464b2e0935525fc8d2c7a3560c86ed482]

        Added ImplUpdate method to provide recursive and non-recursive menu updating.
        
        Change-Id: Ifd4b3f0d68f4919a10f97d6681bfd0002fa48c7a

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [376e6c3d8348cfa0942f2abbdaf6c4a7c70a93b7]

        Some code refactoring.
        
        Change-Id: I47d9be121898ca66f73488be4b46cc16cc4013a9

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [23395948b9fdd25fa077bc4a89755ce225739689]

        Only activated submenus are generated when activating them. (Broken)
        
        Change-Id: I9548a2c8dfec114de3133d55ca00362793b71a6c

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [865b765065f631aa97a8139a0edaedda7d509547]

        Removed the declaration of FlushConnection method in GtkSalFrame.
        
        Change-Id: I22262dd1655405ca9707a69bc036c900940d7df0

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [4ca439fb87da80ce431049abe43a07c82b62f4b4]

        Fixed menu visibility and cleaned up some code.
        
        Change-Id: Ibda3c5d6f50d12041065f28ddd41eab57ae9560e

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [34504e4af678b52b6d6cfe7519ee1934f89c95dd]

        Chart menu works now.
        
        Change-Id: I95861a5af8b9c72c74840868d0530d5855b87785

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [4e112800895748775a4e3d194985f3baa78f1270]

        Menus now work properly when opening an application from LO's main screen.
        
        Change-Id: Ib4947f5b48f508d66beab6952098c8d27e03ad21

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [b561590534afc4152282db44c24cb4788bd03730]

        Added a hack to make "Slide Show" menu item on "Slide Show" menu work.
        
        Change-Id: I6c3865227702325e7f1545be893eb05b19c2e09f

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [097e8668a416362ed5f80c0d33888678da416f5d]

        Menu is always visible now.
        
        Change-Id: Ia6153c6630af2b04f3b022051aa1f7c48e2bfc1e

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [ce989d9a550fdd07b0af7809935bba0c1f1ca14e]

        Fixed a crash on non-Unity WM.
        
        Change-Id: Ia8f82024e56ad83c8979d60df3c94e8209fe2552

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [171b188e41360e9e87043a861beeaff002a5d53d]

        Menu is properly visible on non-Unity WM.
        
        Change-Id: If9fea1f3b700a0d957aa1ed11913b2a7982050c2

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [58b5f1714ddab4afec382f535887cf6f98a4c11b]

        more SolarMutexes

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [839a18eb41aa6c3dd74b66fa4f50636a39f327ac]

        grab the guard early

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [668e03678313a57e1c7ecbe2f73e2bf8a6215c69]

        Menus are now correctly built.
        
        Change-Id: I1a4f5750c37ddfc4b4949033138efbd2372f01c5

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [7dd3bb2cc6e0a72090ff3ac7a3e3824effa498e8]

        All special items are now correctly displayed.
        
        Change-Id: Ifce96d3e740a7ac89132dd23f9f51447e4372716

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [26b2caf17928fd7cddff3e4a45e93b98a830641e]

        Spare items and its actions are now removed.
        
        Change-Id: Idb46b5dec4351e16c5c49a355c7d3cde3aab0789

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [5178cabb0953c90d1b0b63525869fbe27f307cee]

        Extra menu items are removed when needed, but not their actions.
        
        Change-Id: If817b03cc7b30bfeb751e47fff4aa571fdaaafdc

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [30e4465c44cb729b9238f33c4f21dade2a83d6f1]

        Hidden items are not shown anymore.
        
        Change-Id: I957c8c7690321be58e8daaf2fb65ebef136d95bc

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [cf7908f875a6091e8fe8dd7bfe87dfbd9ac5078e]

        All accelerators should be displayed now.
        
        Change-Id: I4599e9f23ba0b1150a3a24cb5d10736895c38891

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [80124d87e900fed5fed862b13dfb72c0732cdd8e]

        use sal/log.hxx style logging

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [03010b90d215c3525fe86cddff61c2b353a90db6]

        revoke the watch when dying

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c7be8f17f57ea9661fd33435b34c58963f9255fc]

        some moving around of casts

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3720fc2b042923790d66d7d6c7a8a5e959784d2]

        remove submenus in the menu model, if they are gone in the vcl menu and do the same with superfluous additional entries/sections

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9694d884409021e1b8995392b64acdd01658733]

        remove UpdateNativeMenu2 and clear remove submenus on updates

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3a324cd0d8b00b7b6c28225dbba9d88d3f8ded71]

        move UpdateNativeMenu2 back into UpdateNativeMenu

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [920dc60a8c019ed464634fec1657fedb167ff373]

        tweak menu destruction

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [17a2807b3662f91a17a924473972802cf225ecaf]

        make UpdateNativeMenu2 and CanUpdate members

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec39d7d1a18684025dbd868ecb49a6934bfa72f5]

        refactor out dbus setup

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a1103f315aeda548e7c1025f841812a858dc1e52]

        tweak on_registrar_available to just touch the window props, the menu has to take it from there

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5db3adb30f8c838f7c41fdc5673f60d914389a3]

        activate/deactivate do not need the solarmutex, better NULL the menu when freeing it, SetFrame should only be used on a menubar

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f787871195817c0dddf905ba3c499587c6f5f091]

        update when registrar is available, dont set menumodel on SetFrame, we do that on update

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6a191f8184ecc5afc31de2f16455d445911ef2e]

        make UpdateNativeMenu a member

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab5632a6aff841b17c0362c0715099abc573cd79]

        remove obsolete GenerateMenu wrapper

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [64eb789f1ca92fb7a2e5f650af9a20fcc4b65d83]

        grab model from frame on update

2012-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [05888c86739f5ec77d96b62a997e8fce90d090c1]

        moved dbus and menumodel ownership to frame, where it belongs

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [ea2261fac59fde0129bcdafb3e8f8ee94afc635f]

        Fixed a crash updating the menu after opening an application from main screen.
        
        Change-Id: If7b603dca5aa33e50a63e04fda3bce594840cc57

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [e53963cb8ae0316ff5cab87d7c1a9c86e0785412]

        Removed some debug messages.
        
        Change-Id: I27d9d82d6fcd27323c86d24a675198186c185281

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [ec982cfce1b1877eee7105a4e1a45233ea49647d]

        Memory management improvements on GLOMenu and GLOActionGroup classes.
        
        Change-Id: I1c4fb268a08c2b343ac99ee9294f536c1444f707

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [c8367ada13be4f3c0994ad032c09ea475e02a19a]

        Improved memory management of GLOActionGroup.
        
        Change-Id: Iaeee32c2990cb6514605d3f7bc959682d87d5d38

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [c1bf7fd49db152b16cf07e7060338a6bc27d9e0d]

        Fixed a crash when opening an application from LO main screen.
        
        Change-Id: I942bcf761c7b9ba11c47bc618d55bdc85a472705

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [6b42d547cfbe87e934f65c74cb180f5f1c10c6c2]

        Menus are generated on demand now, but with some issues.
        
        Change-Id: Icec9b685e720a369cff4d2bbfc5bf4ba6614e390

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [b789263fb7bf537cc85d3df3022282ab8f32bccb]

        Initial integration with Gtk+/Unity menus about-to-show feature.
        
        Change-Id: I064cf73e23b175140bdac2616ac922c349f0f051

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [cfc3eded6233996ad7103d256b8a36e8d31df3b9]

        Some code reordering and cleaning.
        
        Change-Id: Ide46f6f68f3ba2632988b490820cb1ca576bab43

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [1d4719b3a75babd6a7368bc06dd18b4251ffed93]

        All Special items, including window list items are displayed, but with issues.
        
        Change-Id: I23a6857f7aa738c48061ab51f3c015c41abc84cc

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [1f4f5a55556dae157eaeec14d34f3f706d93b983]

        Fixed crashes when executing some menu actions.
        
        Change-Id: I80bb1ed74e823d4b66df05eb15c9b5ed2e58b7f6

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [44192ffba03ffe5b1f387f90893dc0ca22bc8762]

        Menu is now shown/hidden when needed.
        
        Change-Id: I4a5d155918f7147c3c2933fedad96d959accca61

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [e935a8da3c6e5d790f5ddc3a45faf1297d1f62f1]

        Radio buttons are now displayed correctly.
        
        Change-Id: I8a07fc7ca31b3f39e4fd2fd2c926d9ab461b4af3

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [9b6a1ca9559cca4d0a151d7e100215aeac8f796c]

        Cleaned up some code.
        
        Change-Id: Ibab1dbac24c46dc44c0481a042171939cf8ffd9f

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [0099aaae0f4848b2a000f385fc0a533d327194af]

        Added code for accelerators.
        
        Change-Id: I427b15dd6faca18d34d94ba0a25fd8b6b9844bea

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [a5e35f8d8042c6c8b444de9eb8162bf8e917f533]

        Added code for special items.
        
        Change-Id: I8fb03bee33da052654559329a84d9a753d091ae1

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [34839e9a56739e79cbae2a843b51ea2a0b540fc9]

        Cleaned up some code.
        
        Change-Id: I47bc6a29a01a2cacd3e77a9ec9ac4f9b6223093f

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [e200325abbfe20b0d14fb302faf50e67a9cb4d60]

        New menu is now correctly displayed, but still have some problems.
        
        Change-Id: Ic69451bf9a4e5f63c4f0050b5967b8f2fc28d7cb

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [8bf38ff19f7e2c1b58adf8be871a2f5a076d68d1]

        Menu is now generated in one step. DBus traffic improvements.
        
        Change-Id: I67e2b804fb0b7af854f695b1a0c7e8354fe91d0b

2012-11-14  Antonio Fernández  <antonio.fernandez@aentos.es>  [ec081154b6d27ebca2ab7ac1553fc38820dc4ee3]

        Radio button action data is now properly set.
        
        Change-Id: Icbd44308631278e6ab65cef123d4d32befff87fc

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [1475c67cc5552e9fa9a8e613eb7a034e489cf0d3]

        Added code for accelerators and special items.
        
        Change-Id: Ibd62c4655d671e2920dea5140df8f481c2892fbb

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [3411a8a23a1cda4fecaaf3dd2b3e83082b6419d0]

        Menu is correctly displayed in all instances, but HUD remains broken.
        
        Change-Id: Ia1089150ae9853649754a4de733ca4a7f8c3caae

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [f39fff93a461e930fc61bde43db6df53508d4c8f]

        Menus are now working. HUD integration is broken.
        
        Change-Id: I0f5fef169b2656a713416e28648a3260b22b43b0

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [73f0064fbcbe28ad8aecd1c41637cec18776908c]

        GLOMenu class is now mostly implemented, but menus are buggy at the moment.
        
        Change-Id: Ib7c657efdd167f66e94717dda71d722196ae1667

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [b29792bfd3e6aae9fdb94d7f072c23ea1629a7ef]

        Items are not duplicated anymore, but launching a new instance crashes.
        
        Change-Id: Ib3966c8578b0c4695c1f2cea89c3df234f597922

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [7a22cf8f880944aace65e81f56dd988dec5d0269]

        Accelerator string is now set, but not displayed.
        
        Change-Id: I8b1f83df1d121b1d6e126b9f10772a90f26d0efd

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [25db814902b123a3d5e4708f0da3daf606f7537d]

        Actions are generated during the item info filling.
        
        Change-Id: I79be19a8ca565da9ca9bb8b31efc4e6e1463ba31

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [253e16488551a263603744696b03026177ff2845]

        Fixed GTK3 build.
        
        Change-Id: I903f225f879644cbcf6ec02f68cc6c68c41ee878

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [bd777c0952266a988001d2008117b3b5cbf9d091]

        GLOActionGroup partially implemented. Menus work but no special items shown.
        
        Change-Id: I7c48fbc5763daf789e7347cfedc62f14be53c934

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [bbd5e6acb0da1382644e6e39bdd7ca6e96a6d715]

        Menu is now displayed properly in all windows.
        
        Change-Id: I9f8cffc3d19bb4c75c1153ff9f06fd5bab3440f6

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [7ebd6dc75d6ea590198ad5fef526d07f2e919c3d]

        Menu is published once. Only special menus are updated now.
        
        Change-Id: Ie7643e81c61ae0794bdf8a6e1e7d292f9550674b

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [62f6cf56fde7151a58f12cb05bdbd248cd59c369]

        Fixed a regression with popup menus. Added a method to update menu every sec.
        
        Change-Id: I419a304f2c90d07ee7a5365e0397040b7eb953d7

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [acd0d512e9d06459753c6ab4bf65566995198041]

        Cleaned up some code and did a small refactoring.
        
        Change-Id: I06b987a06ccadd00ee67db8e781ec5a9e42fc89e

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [a881d31f81d2195ae475d8c26ecff295d29c54de]

        All menu labels are now displayed. There are some issues with repeated labels.
        
        Change-Id: I1b92b91f34003f20aaa56558c1c0e231d1de6f94

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [2b91cea7a2887d53a742c2f52dbcebd79fc0bd3c]

        Menu is displayed correctly in additional instancesm but not in the main one.
        
        Change-Id: Id7d79e47efd73ddc2eeac285c28179a5aa9ecc37

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [f847064bd9b82ab4feb9d914679fcec9fce3231c]

        Menu model hierarchy is now updated everytime a menu item is changed.
        
        Change-Id: I8d591902405ae84ee8758da0ace6680b0516dbc6

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [f9de89386c9ca1e62afe12e7c3a4a87e90f04fef]

        Items are now correctly enabled and disabled.
        
        Change-Id: I93e3e4bf804ff1ec95368f2918581af33d22263c

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [d687291aa9bc66929471e7b07188c4fcd1ba591b]

        Most actions seem to work now. Enabled ImplSelectWithStart() for all builds.
        
        Change-Id: Ib309112de07d125fbe3b61ea20d5e26d1016912b

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [e61bb047cb7056329ee768f788d22e7db5602b85]

        Some actions are now performed from Unity menubar.
        
        Change-Id: I854794ab11f63306a2e976d16876fc79564e44ff

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [36c1c2c2754dda6e8d2b2802e3881465adaafbec]

        Added GLOMenu and GLOActionGroup. Menu is published with actions (not working)
        
        Change-Id: I3400980e4605fbf78755532c696e021d3466675b

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [ba8ab7935c9d12b3f5ce1df64fafc2e4f68c4510]

        Internal native menu is created in steps, but is incomplete at the moment.
        
        Change-Id: I323b80b74218be853fe2893b3f328ff3ef74d4cb

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [c8635ff858e85031780c36258321bf7c51d4c2ff]

        Native menu is completely build in one step.
        
        Change-Id: I772c267b3c136e6baab2623dbf5538b5076d43ff

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [818acaaa0d77e363c74112c435ab8bea425f34ae]

        Menubar hierarchy fully generated. Native GTK menu is published on DBus.
        
        Change-Id: I340d3e14b590b4a694082cfb3e2200d6ad8ef39a

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [a09c7f8e2b4d717bb488040ca096ee79c3e07609]

        Added a "freeze" method to Menu. Menus are now displayed on console.
        
        Change-Id: I71bfc2c0272154b9ff5c2dabe7508a98950e199c

2012-11-14  Antonio Fernandez  <antonio.fernandez@aentos.es>  [8dfd4a3a342dcd4ccc1cd8cdf874cf322422962f]

        Refactor of Menu classes from VCL module and Framework module.
        
        Change-Id: I47aa65d3851692d38ee0741031d72fb02e9da785

2012-11-14  Noel Power  <noel.power@suse.com>  [0cd1ae1f9b85261e6915471938c5f6c3e0ec9283]

        don't always show integer part for fraction formats with hard denom fdo#56205
        
        fixes bug when you have a fraction format with a forced denominator e.g. '?/5'
        which showed the integer part of the fraction ( as if the format was '# ?/5' )
        but even without the space
        e.g. before fix
        pi 3.14159265358979 with format '?/8' would be shown as "31/8"
        
        after the fix
           3.14159265358979 with format '?/8' would be shown as "25/8"
        
        Change-Id: I1feb8b78af94b90db1bcc30da248077243dd8dfc
        Reviewed-on: https://gerrit.libreoffice.org/1047
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-11-14  Tor Lillqvist  <tml@iki.fi>  [b537d0219f51c909f5409c8a0cee28cfc318c0f2]

        We need also PATH from the BUILD platform environment
        
        Change-Id: I339760db569cefd43353a205b0c364f6c5976448

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [fc5bb7d4772af52b8bd464ab7ea713030f6965b3]

        Clean up
        
        Also, avoid global static data in sb lib, so that gengal.bin now also works well
        on Mac OS X, cf. 12fa9ece663f24eff44197befe546a92e6c90724 "Avoid global static
        data."
        
        Change-Id: I23f2a7abc0c06a752ded1c1c64619b3aab009190

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [c3edb00e13c108cd27f20f7caf6eabb4e30ba539]

        Report errors for invalid DateAdd/Diff/Part Add parameter values
        
        ...so that e.g.,
        
          DateAdd("x", 1, "1/31/2004")
        
        (where "x" is not in the list of valid values for the Add parameter, "yyyy",
        "q", "m", etc.) leads to a Basic runtime error rather than going into a
        seemingly endless while(nNewMonth>nTargetMonth) loop at the end of
        RTLFUNC(DateAdd) (basic/source/runtime/methods.cxx).
        
        Change-Id: I15c3bdb62723ffddf36ff2396ffb294369d93ff8

2012-11-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3dee92e135ea71e9ee448a43dbf879d62e38f1ec]

        library definitions for lcms2 and curl are in Extarnal*Package*_foo.mk
        
        using external_project breaks a uniprocessor build since the libraries
        are only partially copied to solver.
        
        Change-Id: I0a83486e466e1c062a1dad89d9ea3d9e78d8c9b1
        Reviewed-on: https://gerrit.libreoffice.org/1048
        Reviewed-by: Peter Foley <jpfoley2@gmail.com>
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-14  Tor Lillqvist  <tml@iki.fi>  [3d98192d1dd723f1a12c1fd54bee739dbe854124]

        Copy also bin/get_config_variables to the CONF-FOR-BUILD directory
        
        Change-Id: Ifb9980257b639651c88c5ec65ba9362bccbca183

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [4c4a95946b5c067f8e1ebdd3589f282380cc430f]

        Include clean-up
        
        Change-Id: Ice3b97269640c0d739e5b4f4b27a0e07fc854f9f

2012-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [06b68aaf9bb9cd4084ca78ff69cb30b947d8f996]

        allow to override PARALLELISM and CHECK_PARALLELISM at make time
        
        this allow for
        CHECK_PARALLELISM=1 make check
        
        Change-Id: Id7dee09440dda54588965a846f950176d2b4c671

2012-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c319154f85c9905842c2f0adb32d1ffda980ba7]

        stop sourcing config_host wholesale, use get_config_variables instead
        
        Change-Id: I1390da403a2f0aab0f4e8323daa9f2fad4ba2550

2012-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [5e026220bcc5947d33536a333192d1844b78253e]

        bin/distro-install* are called from Makefile so the env is already there
        
        Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e

2012-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [02b013cf9efd76c770f95e6d4c050c828f280003]

        use get_config_variables in ./download
        
        Change-Id: Ibe36598dfc6aa5205d43556c5e809be8c716f626

2012-11-14  Ricardo Montania  <ricardo@linuxafundo.com.br>  [6e67ad64efbf793952bae2e656a184293c157d99]

        rtl::OUString -> OUString in bridges
        
        Change-Id: I292f2007771ab12a30de6cd5a6a1ed436adcff66
        Reviewed-on: https://gerrit.libreoffice.org/1057
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-14  Petr Mladek  <pmladek@suse.cz>  [bae7ec75a1ce284a713c446ed2b4b05299a96f13]

        do not remove logging directory under hands
        
        the installer is called several times for langpacks and helppacks
        in parallel; it has removed the whole toplevel logging directory
        and the logging failed
        
        better solution would be to remove only the lang-specific subdirectories;
        well, the installer removed only emptry directories in the past, see
        2584a460b5e560fce8719879414311b16b2c63d9
        
        Change-Id: I9dc9591346c7447677f46bca15085a3877e067ce

2012-11-14  Noel Power  <noel.power@suse.com>  [52ecc7125d546a85cdf91f209015a0a102242a7c]

        fix wae ( bVisible not used )
        
        Change-Id: I61570274857f4c2b4e1be56321a673496a685b82

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [690ce9f1b95c0bb2e8401771c376d3052009c9af]

        callcatcher: more binfilter freed up methods
        
        Change-Id: Iea3716e5c7a21f083f36ce4b8d43ae9fc85227f7

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [fb0b27491dbb0186ac20574b47c904b4c44eac83]

        loplugin: unused std::strings
        
        Change-Id: I1b1bbed72cf3e54115ce1a10c31f80eb8e3bea28

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [a0b51cd8d415a2eab36671e9dba0f42c4a98d943]

        add regression tests for .bmps/.rles including EDB-22680
        
        Change-Id: If351421b9de11870bb81010626377db8585a1edd

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [69984a278565506525a9f306355deca5c7acbf1a]

        add a regression test for EDB-22681
        
        Change-Id: I62adf5eef023de163114266de56c14310f3aad34

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [7768cbe901d7f7af85c74ff506eb442b2205e5fa]

        callcatcher: neither setNumberFormat is used
        
        Change-Id: I782eace543ae5618004c61b9b84a0646cc463df6

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [c17f51c74ce8ef4fc4827766ce9c1c338a3e54c4]

        The additional methods of SO2_*_REF over SV_*_REF are now unused
        
        so they can now be replaced by SV_*_REF now
        
        Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078

2012-11-14  Caolán McNamara  <caolanm@redhat.com>  [a94b6ec2d57cab51d79329ea62d908f3b3713505]

        callcatcher: update unused code post binfilter death
        
        Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7

2012-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [288a3e6ef7e04c95be1ed26a5df850fbf4e6ea24]

        add a way to extract variables from config_host/build and shell-export them
        
        usage:
        . ./bin/get_config_variables [ --host | --build ] variable [variable ...]
        
        --host is the default
        
        Change-Id: I37d90faf613dfbdb060c18e25370175fde26f3bf

2012-11-14  Noel Power  <noel.power@suse.com>  [5db100f83ca595ceadf85db7963e5dc42f614027]

        allow hiding of rtl or ltr buttons on toolbars when ctl selected fdo#33356
        
        Change-Id: I56ce5da755578e35215aa5ca2d37835dcbffbf7d
        Reviewed-on: https://gerrit.libreoffice.org/1054
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [aa77b7d426f93204e1ec1d7bcd6a6752ccaddc72]

        Clean up removal of binfilter tests from smoketest
        
        Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533

2012-11-14  Miklos Vajna  <vmiklos@suse.cz>  [c4b91ae3178011c66c76c711c1a6469ba658872e]

        fdo#55525 import RTF_TRLEFT
        
        Additionally:
        1) Make sure cell margins are zero when they are not defined.
        2) Handle cellx values in case of a negative left margin.
        
        Change-Id: I9b8fb700b6459e622396c98e4344aba79f62c96e

2012-11-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8030ea8a94405751ed47d2adf8ab239ba284a323]

        Deliver the right curl libraries
        
        Change-Id: I999591422ec9fb26025d7eda19d2e1271b310534

2012-11-14  Stephan Bergmann  <sbergman@redhat.com>  [cc6798946dd8ab54d3fac1e49e9a201724e6d747]

        Turn "odd number of Which-IDs" into a true assert
        
        ...as it leads to crashes anyway (as witnessed with what got fixed with
        09ee17974f31ca188df532a2fea33a79ca367ebe "Fix Which-ID range of
        OfaTreeOptionsDialog item set").
        
        Change-Id: I9ad24d3dd11530ad002a5277d22b60e651e67d70

2012-11-14  José Guilherme Vanz  <guilherme.sft@gmail.com>  [dc157e8a31fda636a933fa8e0f1662abfea73ec7]

        Cleanup unusedcode.easy
        
        This commit removes some unused code from unusedcode.easy
        
        Change-Id: I204edb6a29e23af244e7997622c5a9b3f596cb2f
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1052
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-13  Peter Foley  <pefoley2@verizon.net>  [661d5a479c7c7340a4b33d7d01ee0c5d03a6e6b3]

        fix liblangtag for win and cleanup autoconf
        
        Change-Id: I6d69eb2af6a3b1a693ad782f2a0e51f6b0ef932c

2012-11-13  Xisco Fauli  <anistenis@gmail.com>  [923bcb6ad44812faf78d9d8a34be2bf8cfc625d9]

        pywizards: Use local variables
        
        Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09

2012-11-13  Xisco Fauli  <anistenis@gmail.com>  [29f0cbffd0001b9df75969b11b0658a80b1f56af]

        pyagenda: fix finish wizard
        
        Change-Id: Ic0a4c4491cfdf0070552f38f706aea0cb53178be

2012-11-13  Xisco Fauli  <anistenis@gmail.com>  [66ec3084378db0cfcc5de76945e0c29e9018dd79]

        pyagenda: forgot a method
        
        Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3

2012-11-13  Xisco Fauli  <anistenis@gmail.com>  [4aeeebfeb97d1d813fd3c2c11d26db492943bec5]

        pyagenda: remove unused code
        
        Change-Id: I6e43be661c44f24be458e02168557e6cef4dd99a

2012-11-13  Xisco Fauli  <anistenis@gmail.com>  [82b061570a7578d9d3a9768a5b6392c388f40c6c]

        pyagenda: Fix "the document already exists"
        
        Change-Id: Ie91d4d2f50ef1f13759904d6eb862f2d7c2140e7

2012-11-13  Peter Foley  <pefoley2@verizon.net>  [e1f742a601c1c1c0535d796e7a7705990a9da891]

        fix system boost
        
        Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54

2012-11-13  Andras Timar  <atimar@suse.com>  [6cfa7552eebf69daab1ed3acc2a9954d52f00aad]

        fix XML tag check in help and readme translations
        
        Change-Id: I88a3ad382df41da96fcab38c3c06d5871228e082

2012-11-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ee088ece2abbdff699f44aa4a5b7e3c8b82aa48]

        fdo#56776: Change in formula options should cause repaint.
        
        Else Calc would fail to update the column headers due to A1 to R1C1
        change (and vise versa).
        
        Change-Id: I2c403212f5bc539aea92370e60da96f480549d6d

2012-11-13  Stephan Bergmann  <sbergman@redhat.com>  [12fa9ece663f24eff44197befe546a92e6c90724]

        Avoid global static data
        
        ...that (indirectly) allocates memory via rtl/alloc.h, thereby causing the
        rtl_cache_wsupdate_init thread to be spawned before main, as on Mac OS X that
        would interfere with the code in sal_detail_initialize to close all file
        descriptors >= 3 -- on Mac OS X the pthreads implementation makes use of KQUEUE
        file descriptors.
        
        * This commit removes enough global static data to make ui-preview work again on
        Mac OS X (where it crashed at startup when the main thread closed the KQUEUE fd
        used by pthreads implementation threads).  gengal uses further static data (at
        least from module sb), so needs further clean-up.
        
        * Avoiding global static instances derived from class Application required the
        introduction of vcl/vclmain.hxx.
        
        * That the vcl library was linked against the static vclmain library (which only
        provides an implementation of main) appears to me to be a historic relic (all
        executables should either include a SAL_IMPLEMENT_MAIN or link against vclmain),
        so I removed that.
        
        Change-Id: I048aa616208cb3a1b9bd8dcc3b729ba1665729bd

2012-11-13  Noel Power  <noel.power@suse.com>  [4be8c3205afd55fa7e1f578384d3c91ebd8b5ec3]

        save fixed denominator for fractions fdo#56419
        
        Change-Id: I612ff2340b272661067cb6a54106e91443fec91e

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f3d2d9aaaf72291a5733b5ba0edd1c7b75e4f345]

        Upgrading postgresql to 9.2.1
        
        Change-Id: If6e58db174159111dec9c6ab39258d757a3e6ba5

2012-11-13  gerhard oettl  <lodev@ogersoft.at>  [c1c4555ae73697fbe4c689fa1727b3281d83ad01]

        Make wget a little more independend from the local .wgetrc config.
        
        wget --config=/dev/null would ignore ALL local settings,
        but interfers maybe too much - proxy auth for example.
        So adjust only some settings.
        
        --
        M  download
        
        Change-Id: I3dad22c4a4e18a480a7157ad3cc903c6a0725a4e
        Reviewed-on: https://gerrit.libreoffice.org/1046
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [9723d0c14c90454496b7a05289bd6994e28c0aa5]

        macosx theme has a gap between edit area and up/down area
        
        in spinbuttons, so adding just the width of the up/down buttons
        will not take into account that intermediate space in determining
        the optimal size
        
        Change-Id: I219a02b3313e87f4c927d52de34eda040b13133e

2012-11-13  jailletc36  <christophe.jaillet@wanadoo.fr>  [c5aa953e005709c113f6ac11b9028e0a551a84eb]

        bcppCheck: redundant assignment and Possible null pointer dereference.
        
        I also turned a memmove into a memcpy. The 2 memory areas can not overlap.
        
        Change-Id: Id4f984f9eb5dea1ba59631281d6967d259948e5b
        Reviewed-on: https://gerrit.libreoffice.org/1015
        Tested-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2012-11-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [000928b3b38fa7cdd3bca90419ed680eb59ad646]

        PlaceEditDialog: removed now useless hrc/src files
        
        Change-Id: I6966c621343a9c1c7a7f703c026f7e6d39976154

2012-11-13  Stephan Bergmann  <sbergman@redhat.com>  [09ee17974f31ca188df532a2fea33a79ca367ebe]

        Fix Which-ID range of OfaTreeOptionsDialog item set
        
        ...by properly re-merging
        <http://svn.apache.org/viewvc?view=revision&revision=1172345> "cws
        mba34issues01: #i117716#: fix missing resources my removing unused code"
        (changing the start ID from SID_OPTIONS_START to SID_INET_EMAIL_NAME) brought in
        by 015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code" (but
        erroneously dropping the start ID) with 5fcecf9b88a0879081d8239cebbc03e30150985a
        "hrc cleanup: Remove unused defines" (removing unused SID_INET_EMAIL_NAME).
        
        Change-Id: I3f10b5ec166a8bf4763ef8e44d3095bb816277d0

2012-11-13  Eike Rathke  <erack@redhat.com>  [5391bd1e54157457abe1098b29f067d6e0059113]

        resolved fdo#55369 accept fraction input if preset
        
        Accept fraction input without integer portion if the format was preset
        as fraction, e.g. 1/5 instead of  0 1/5  and don't force to date.
        
        Change-Id: I188593c57e5779aae029a1aa2ebd2c18de441804

2012-11-13  Miklos Vajna  <vmiklos@suse.cz>  [677ca1d59618c592786292ac275497e0ce753604]

        android: remember displayed page during rotation in DocumentLoader
        
        Change-Id: I1948dcc76026e4c906407932aa67371e5e9e8bb6

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a4053378b7a98d8a18415ba5acd8b69ba28793a2]

        Solve scope issues with older gtk
        
        Change-Id: Icceb9586b4051009a8843b4672b79daf22e07830

2012-11-13  László Németh  <nemeth@numbertext.org>  [a2020262db475dc5e4af0c2692946e878ea4842a]

        fdo#56954: fix Ignore menu item of grammar mistakes
        
        Change-Id: I5cec602c686d5199b516a7e5135ababeb0751444
        Reviewed-on: https://gerrit.libreoffice.org/1024
        Reviewed-by: Németh László <nemeth@numbertext.org>
        Tested-by: Németh László <nemeth@numbertext.org>

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [4afc70d295399e9e978053c2ae7d2fe29371abd5]

        fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absence
        
        Change-Id: Ie789bdfbf26c9cf652d43d6badfad6fec1a3eb9e

2012-11-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2fa60c6dacd160f0365565cba9baf373c2873582]

        fpicker: moved the PlaceEditDialog to .ui file
        
        This is a preliminary step to CMIS server selection simplification.
        
        Change-Id: I74f333a9f233bbaabb4d6b6ba48fb8e86df2f508

2012-11-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4f679851dc2edcfdc4d7c45cb097acc0c80dab46]

        CMIS: after cancel-checkout mark the document non changed
        
        Change-Id: I626bd6ab29da29d4cd312b56208e4a2d0697c2fe

2012-11-13  Michael Meeks  <michael.meeks@suse.com>  [dcb921b8d29ea2dcdbfaccf845fcbd38d71af10c]

        static libraries also require boost.

2012-11-13  Michael Meeks  <michael.meeks@suse.com>  [495d579b281ac199ca6d8d793025ee2535a8ab5e]

        cppumaker and javamaker also use boost.

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9fe9011fcf59b044fe8c2fa13bcb37949349536b]

        liblangtag really does not need to be a shared library
        
        Change-Id: I73f9422268f58ded971150f1ef16643885669ea3

2012-11-13  Andras Timar  <atimar@suse.com>  [0a7189a3b2d8fc78e9b3ce1b5fff2622557258a5]

        remove obsoleted gsicheck tool
        
        Change-Id: Ib25a6feae34533fa3752fe57e857613ca113ee3a

2012-11-13  Andras Timar  <atimar@suse.com>  [deaceba0c27040ad9982b16e2be8745f6bd1605a]

        XML tag check in help and readme translations
        
        Change-Id: Iec88ae875e00777f499cd0044f256275d854dca8

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2db711ac490f966acd8fb09acb66bd3fdff59664]

        Fix the pthread branch of lt-atomic.h
        
        Change-Id: I12b8c5e43dbe96fe9e2b2175dc6bb6bf15a8bdf8

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e925a34534ac525a499a14e62dc66cb1330d03e]

        Oops, a typo
        
        Change-Id: I02dcde7d83df864561a5d4af8cda5e57f30f811a

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f9326a150a10f6bdc9509f7319d7af5079f29b46]

        Shortcircuit liblangtag's builtin detection using config.cache
        
        Change-Id: Ib53ab293d90b9b8a68d97b10d2ad020c69ab46f5

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [1e1bcd008ec2767a24bebbd5f3059d73cc54f6df]

        favour expandables over non-expandables for shrinking scenario
        
        if grid contents change their mind and want to be bigger than
        available space, then somethings got to give, prefer expandables
        as shrinkables too
        
        Change-Id: Iefd87adb722548c11df04f194cf6d6e17665289a

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [19f4ebd8a54da0ae03b9cc8481613e5cd20ee1e7]

        use SetControlForeground instead of SetTextColor
        
        because that's persistent across unrelated style
        changes otherwise setting e.g. alignment will
        reset the color to default black
        
        Change-Id: I2b975c3914a59a93e54d72aa0975a066b5edf533

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [b1cf29092494e59a59b4f8f5786a7617ed270073]

        merge SetDescription into SetText
        
        that way the display text always matches the link text
        
        Change-Id: I3f4901803bd9354d2cd0fc29d7d91ccd8e3def54

2012-11-13  Caolán McNamara  <caolanm@redhat.com>  [f88473c56a718574e3cf45725f568cb4e1397aa4]

        convert extension dialog to .ui
        
        Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1

2012-11-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c814fba439237cb11f5d880eeba4bb8457752f02]

        Fix icu build with GCC versions that don't have the builtin atomics detected
        
        Change-Id: I9f943f807e0966aafa66dbb865941cf975ad9fe2

2012-11-13  Tor Lillqvist  <tlillqvist@suse.com>  [3e5aaeb07e24e733b2abed8305d2ba2fa4fa89b0]

        Cosmetics
        
        Change-Id: I6a3762c42d88752c1c3dd0acd6bfb41b1ace062a

2012-11-13  Tor Lillqvist  <tml@iki.fi>  [97d8b882210c5a7f3bf6b3d53bfef1fb9a487acf]

        Revert "fdo#38878 upgrade xpdf to poppler"
        
        Also revert my two minor follow-up popper commits.
        
        Poppler doesn't build on Mac OS X. It uses fontconfig, and we don't
        depend on that on the Mac.
        
        There is a patch from 2009
        http://lists.freedesktop.org/archives/poppler/2009-July/004932.html
        (actual patch at
        http://lists.freedesktop.org/archives/poppler/attachments/20090712/f3b154d0/attachment-0001.obj
        ) that makes poppler not use fontconfig on the Mac, but it was never
        upstreamed.
        
        And that patch uses the obsolete ATSUI API, which we want to stop
        using in LO code, not introduce new uses of.
        
        This reverts commit 39f9eb0d856293a974e2f024b29dca20068af073.
        This reverts commit 0941c211858416f6117548e093b428b64785f98a.
        This reverts commit a6e9bb4c7bad649cb44efaeef67fa18090348c53.

2012-11-13  Tor Lillqvist  <tml@iki.fi>  [39f9eb0d856293a974e2f024b29dca20068af073]

        No -fno-check-new in Apple's Clang at least
        
        Change-Id: I535fe7660460b7ceb66c4fb3f21449e2cceea7e1

2012-11-13  Tor Lillqvist  <tml@iki.fi>  [0941c211858416f6117548e093b428b64785f98a]

        Fix misleading (but skipped) path component
        
        Change-Id: I579f7038222817ed16e9326c93b2bc26bf4e69e9

2012-11-13  Peter Foley  <pefoley2@verizon.net>  [a6e9bb4c7bad649cb44efaeef67fa18090348c53]

        fdo#38878 upgrade xpdf to poppler
        
        Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029
        Reviewed-on: https://gerrit.libreoffice.org/1036
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-13  David Tardon  <dtardon@redhat.com>  [a2b3ee4abf39e47037fa9adbf44a8742379098f7]

        do not build package unless needed
        
        Change-Id: I7e61de3009e20aa13bdc2a333c803130eb88f36d

2012-11-13  David Tardon  <dtardon@redhat.com>  [7b360a456b00c914b97afaa8a6ed3c0eaffd613e]

        internal libexttextcat is built statically everywhere
        
        Change-Id: I92e42a4a677ab352e9b5a01d19c50493682eea8d

2012-11-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [32315e1053a6172a9de477fd537e5435050232ff]

        do not check in solver
        
        - having solver checked in needlessly prevents it being mounted on e.g.
          tmpfs
        
        Change-Id: Ief5e141a09b42ab9f504ca4e17bb17cff1f33a36

2012-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [49082c20dc5d65fbf0a64c9f6d7aba626523c9a1]

        sal_Bool to bool
        
        Change-Id: I392709e11df3b2babfaa2cf4f90caf7ef29b10aa

2012-11-13  Takeshi Abe  <tabe@fixedpoint.jp>  [0cd4f312e3957a60ff5168f7fe77d736ee2ca4d4]

        Drop unused functions
        
        Change-Id: Iff3dc8149cbe6dbf3827fa6817676777a528e93b

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [655ef3e507d1bc41e67cd7529f827ac58fb9bab0]

        WaE: fix windows build of npshell.

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [a2d6af3be3ce47abb77411dbc67c2180d9b0160b]

        finally get the unit test name right; wow.

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [7bbcbe0727e3eee2e1860e2a038d5bd2baf7d38c]

        add the right icu externals to the right target.

2012-11-12  Rene Engelhard  <rene@debian.org>  [9faaeff44df391ef67b702e73619d3e6bd7c8424]

        fix sal build with system-boost
        
        Change-Id: I56ce5fc99c654c63df87844c78f652c4ff13ce2c

2012-11-12  Stephan Bergmann  <sbergman@redhat.com>  [6ce21d57d9a627a95bfb2f10519ae3cd032f521b]

        Typo
        
        Change-Id: I2d28680b9e08baf7ec11098b698f881f3a420cb6

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [c89602036aa127684e118b2606258201f1906152]

        fix identical issue in textsearch unit test.

2012-11-12  Stephan Bergmann  <sbergman@redhat.com>  [9081e07c9c92267d86a90752b28bd42b592782a8]

        Enable NPP_Initialize/Shutdown again
        
        ...calling which had erroneously been dropped in
        bdead69dd3c947743907681c8a2f16ca1f50cd9c "Add switch for system/internal
        npapi.h."  This makes the npsoplugin browser plugin work again.
        
        (Also, init write_fd to -1 instead of 0, so that a missing do_init_pipe does not
        accidentally cause writing to write_fd succeed in writing to stdin.)
        
        Change-Id: Iced734512a43c8dfea46088f7ac16f159e7dd807

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [ce629d95a6eadea43a3b5b4208f3965767f9fcea]

        Another attempt at fixing icu linkage as externals.

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [867a7238157fb6c96b5257a096db2421773e44ba]

        get macosx to run again
        
        Change-Id: Id250a54d6789b06df1946ecc6a9d29d24fc57c70

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [23d71899fe45ea5ab09045decaf4b357349bfb52]

        Un-break accidental mis-merge, or something
        
        Change-Id: I13146dc6d1d854dd620f79f2f7e7b22f8bdb71b2

2012-11-12  Ivan Timofeev  <timofeev.i.s@gmail.com>  [776f0184d11965ccf8232ff47206d1e1566a6fd2]

        Related: fdo#56198 avoid gtk warning, take 3
        
        We need to check at run time, not at compile.
        Thanks to Michael Meeks for spotting!
        
        Change-Id: Ic8175d6af0bb8ec167f108925aaaf31f970fbd05

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [faef84abca7860227730351d7d1cd4e3c4b6e0e5]

        Do stay backward-compatible also in 4.0 and later for now
        
        Change-Id: Ie8f2de8f11f8fec3a9f014bbcc46a506dfb3058d

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [66ae7df4726ac4a959d77ce258ad1c323f254b9f]

        Fix misleading comments
        
        Change-Id: Id85c063c7a5a44c3c71e4eee04342fdb1a38f487

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [feaef69321d473d29d3ffa65c950870382f0f5bc]

        Don't bundle gdiplus.dll any more
        
        It was needed for Windows 2000 support.
        
        Change-Id: I1c0bec3fd3c76005b843d62c636410201abfa8e1

2012-11-12  Lior Kaplan  <kaplanlior@gmail.com>  [dcbf9238ba3354aafbcbfa0c15980587cf31fe96]

        fdo#46807: Add LRM before Shekel sign, forcing it to appear left of numbers
        
        introducing new Currency element and marking previous as legacyOnly
        
        Change-Id: I40a762bf03a15f241fc80279bb61be9a2710d2f0
        Reviewed-on: https://gerrit.libreoffice.org/967
        Reviewed-by: Lior Kaplan <kaplanlior@gmail.com>
        Tested-by: Lior Kaplan <kaplanlior@gmail.com>
        Reviewed-by: Eike Rathke <erack@redhat.com>

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [701b6faef5051af92428efa737f98394e6358f25]

        revert accidental removal of some tests
        
        Change-Id: Id2680f16607a3c9bf87c76c8eb2c1f8a84948510

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [a9966a47409a0149d936ba2a2650bc20cc52cce2]

        WaE: C-linkage specified, but returns user-defined type
        
        Clang says: 'osl_detail_ObjectRegistry_getMutex' has C-linkage
        specified, but returns user-defined type '::osl::Mutex &' which is
        incompatible with C.
        
        Let's continue disabling that warning also also in 4.0 and later.
        
        Change-Id: I892bdc7e7aa6d546adf6b1c388e4c149db738948

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [49b8408e028881b8628ca472a028318ec7b32282]

        add test for EDB-22591
        
        Change-Id: I58b22ab27de3069ae10f68ab0e844a439e6049ce

2012-11-12  Andras Timar  <atimar@suse.com>  [163f057f6937230c6a5ae9701ea20eb317eb8305]

        update license document with new fonts
        
        * added Open Sans, PT Serif, Source Code Pro and SOurce Sans Pro fonts
        * removed stax, saxon, minizip
        * copy&paste error fixes
        
        Change-Id: I65a7812eb96a449210c14ad0a2898bf21eafda5c

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [632393c9e6484918a409be96d1c93ed3d6b71ec4]

        add missing use exernals for icu pieces in textsearch

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [62336df8416ed13f62f7cfad4eb3b1b5c0249a9a]

        The icui18n library is called icuin in a MSVC build for some reason
        
        Change-Id: I2fe03d438f52c31d0615f124f4d0a7ced2136928

2012-11-12  José Guilherme Vanz  <guilherme.sft@gmail.com>  [ea7a809700ea0ee6d830e493c57ff272364e344a]

        unusedcode.ease cleanup
        
        This commit removes some unused code from unusedcode.easy
        
        Change-Id: If3cad67a508cc85dbffd70d6344e1427bac0c775
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/1021
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [040e022d06ecadc36d3ef5c52178095a4d2c828a]

        move svtools's FixedHyper.hxx to vcl
        
        merge with fixedhyperbase and map GtkLinkButton
        to FixedHyper. Convert to String while I'm at it.
        
        Change-Id: Ibc61fd29c01796561eeef952a159c82ff215a095

2012-11-12  Eike Rathke  <erack@redhat.com>  [bfd8721577f0b26e890ab1528e2a71ad4889cb70]

        fix gb_SPACE in LIBPNG_CFLAGS
        
        Change-Id: I901390b39573f7cf8b3a8971e32e52e9d479d645

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [2b4fd2c89a38ccac13c72f2e94501a8702e7da4b]

        re-base on ALv2 code. Includes:
        
            Patches contributed by Pedro Giffuni:
            Avoid some uses of non portable #!/bin/bash in shell scripts.
            http://svn.apache.org/viewvc?view=revision&revision=1235297
            Reduce the dependencies on non standard GNU copy.
            http://svn.apache.org/viewvc?view=revision&revision=1238684
            Correct /usr/bin/env path.
            http://svn.apache.org/viewvc?view=revision&revision=1235619
        
            Complex Toolbar Controls Extension from the SDK
            Patches contributed by Ariel Constenla-Haile
            http://svn.apache.org/viewvc?view=revision&revision=1190390
            i118615 - make epm more verbose
            http://svn.apache.org/viewvc?view=revision&revision=1204288
        
            Patches contributed by Mathias Bauer (and others)
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            http://svn.apache.org/viewvc?view=revision&revision=1394326
        
            Patches contributed by Juergen Schmidt:
            jsc341: i117327: take care if no dependency node in current
            description exists, create one
            http://svn.apache.org/viewvc?view=revision&revision=1172101
            jsc341: i117327: add extra extension dependency check
            http://svn.apache.org/viewvc?view=revision&revision=1172098
            make initial branding changes
            http://svn.apache.org/viewvc?view=revision&revision=1231878
        
            Patches contributed by Ingo Schmidt
            native373: #i117733# no linux jre installation on 64 bit systems
            http://svn.apache.org/viewvc?view=revision&revision=1167536
            native373: ##164464# improve debian support
            http://svn.apache.org/viewvc?view=revision&revision=1167537
        
            Patch contribtued by Armin Le-Grand:
            Changed various aspects concerning usages of old vendor names
            http://svn.apache.org/viewvc?view=revision&revision=1293313
        
        fix for neon webdav, remove coinmp bits, improve odk script,
        cleanup & remove OS/2 conditionals, system ucpp fixes,
        remove OS/2 conditionals, restore our license filenames.

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [08894f7c7def58431be699c3e59ef7bbc0c725a4]

        add native XTextSearch / cppunit test framework.
        
        ported from the broken java ver.
        adds a native ICU regex sanity test.

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [62c67b2f25b5d0ef3542cca2ad3f0b3290b8aa91]

        remove obsolete regexp pieces.

2012-11-12  Michael Meeks  <michael.meeks@suse.com>  [983a62b54717141b701ebedf7bf3cfef7975c885]

        re-base on ALv2 code. Includes:
        
            Patches from Herbert Duerr:
            #i118925# fix old word-boundary emulation
            http://svn.apache.org/viewvc?view=revision&revision=1301596
            #i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK
            http://svn.apache.org/viewvc?view=revision&revision=1301104
            #i118887# ignore zero-length matches in regexp search
            http://svn.apache.org/viewvc?view=revision&revision=1242235
            fix transliteration flags for search pattern preprocessing
            http://svn.apache.org/viewvc?view=revision&revision=1236199
            fix minor typo in comment
            http://svn.apache.org/viewvc?view=revision&revision=1234799
            improve standard conformance regarding unicode UAX#29 word boundaries
            http://svn.apache.org/viewvc?view=revision&revision=1234786
            emulate word boundary matching of old regex engine
            The new ICU regex engine has much improved unicode capabilities.
            The old regex engine had the extensions \< and \> for matching word boundaries.
            For the convenience of a smooth upgrade experience these artifacts now get mapped
            to \b which is supported by almost all regex engines.
            http://svn.apache.org/viewvc?view=revision&revision=1234777
            #i118723# fill in regexp matcher group details
            http://svn.apache.org/viewvc?view=revision&revision=1228084
            use ICU regexp instead of LGPL i18nregexp
            http://svn.apache.org/viewvc?view=revision&revision=1177610
            #i119031# default to preserve ASCII in ignore-width transliteration
            http://svn.apache.org/viewvc?view=revision&revision=1301101

2012-11-12  Petr Mladek  <pmladek@suse.cz>  [bf83aaf609cfec6ebc7d2bfa0f088e972ba28e22]

        bump version to 4.0.0.0.alpha0+
        
        Change-Id: I04cb89d04ebebcaef2276813864f79365f6899fd

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [0d08bef014415c37c9914ca1e369e2a436a31e1c]

        fix to make MacOSX run again
        
        Change-Id: I7a021c38e1c2e39641a28d95cc9cc7e3d5ee8225

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [15055466e09872b69dbef87e5a37a8cc451d7307]

        fix annoying Ressource typo
        
        Change-Id: Ie6cf3cc8e672ad9499c55bda7c29b50140c6a57a

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [592f1e5b04ed3a2abb3286204b053afe9f2a49a9]

        bump to libexttextcat-3.4.0 for fixed Polish detection
        
        now we are "post convert libexttextcat to gbuild" of
        31219f0f97d081d94d927b5c3d08bb8677b22506 and no longer
        need the deleted makefile.mk under windows
        
        Change-Id: I1052ab7f6db28182c700f55b25ef897339dc69dd

2012-11-12  Caolán McNamara  <caolanm@redhat.com>  [81a7805906da2b10cd268adbf7b3ebe173cfb4ff]

        fiddle system-db test to link on RHEL-6
        
        Change-Id: Ic256a10dd45123ae45024f4e77edd3214bc4c931

2012-11-12  jailletc36  <christophe.jaillet@wanadoo.fr>  [273a60af9aae1a0b87d2ff43bdfb0cd849b29d27]

        cppCheck: clarifyCondition
        
        Remove some warnings about:
           Boolean result is used in bitwise operation
           Suspicious condition (assignment + comparison)
        
        Also reduce scope of a variable.
        
        Change-Id: I553e5a09ed1d6276be61efbbb2c28d165a69af39
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1031
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [fb9522a229c2d7b45d5d9d6e2c4e27ddfde351cf]

        WaE: declaration of pPV shadows a previous local
        
        Change-Id: I1993834b670f9c536bc963527cfb46fedeebd72d

2012-11-12  Arnaud Versini  <arnaud.versini@gmail.com>  [aa09c0b8b2899c61300c90fa3472381e4d0eaf25]

        Use memcmp instead of rtl_compareMemory in svtools
        
        Change-Id: Id051a39774446595b5082316a470c23246de8124
        Reviewed-on: https://gerrit.libreoffice.org/1034
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Miklos Vajna  <vmiklos@suse.cz>  [29719a369dac06d5a469a356b74ed84e3e3d2e6e]

        sync android manifest with project properties: sdk version
        
        Note that with having a targetSdk >= 11 and minSdk <= 10, we can enable
        hw acceleration without loosing compatibility with 2.x devices.
        
        Also, remove android:configChanges="orientation", as it seems to improve
        rotation experience a bit.
        
        Change-Id: Ia3be9bb3b998d604a032eb5c60f9bb0ec71dfc68

2012-11-12  Jeremy Brown  <jeremy.r.brown@gmail.com>  [b4d1aaa074e2be9fd778134c40f99d2ab8a01e93]

        fdo#36324 fdo#42929 - option to ingore system input language changes
        
        Created a new checkbox on the Langauges options page:
        [] Ignore system input language
        
        This is unchecked by default so that the current behavior remains the
        default, i.e. newly entered text will be flagged as whatever the
        current system input language is.
        
        When checked however, this instructs LibreOffice to ignore the system
        language (on Windows for example, the language from the Language Bar)
        when determining the language for newly entered text. This is handled in
        the lcl_isNonDefaultLanguage method of sw/source/ui/docvw/edtwin.cxx.
        
        The option is also saved in registrymodifications.xcu
        
        There are two main use cases:
        1. This allows someone to use a single "international" keyboard on
        Windows to type in multiple languages, (e.g. English, French, Spanish)
        without changing the system keyboard. The person is then responsible for
        setting the language for each word or run of text themselves in
        LibreOffice. This seems to be the preferred workflow for some
        translators and some educators developing language materials.
        
        2. This allows someone writing in a minority language that is not
        represented in one of Windows' locale options to still be able to type
        in LibreOffice in their language using a keyboard tagged for another
        language. Once they set the language in LibreOffice (e.g. to Teke-Eboo
        [ebo_CG]), they can type with a keyboard as being for "Swahili" but
        still succeed in entering new text in their language. This allows
        spell-checking to work properly without them having to select each new
        word they enter and reset the language of that word to Teke-Eboo (as is
        currently the case).
        
        Change-Id: I86248f5865b69048eb1f3e427a8c03b093138796
        Reviewed-on: https://gerrit.libreoffice.org/1029
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [fa637c4dff0a59922a726ff42fdf1f5f0354d2d6]

        Mention the fragility of its MSVC configury
        
        Change-Id: Id2ee3c5dae27a1b7f33872d6421f53a40442d805

2012-11-12  Lennard  <Wasserthal@nefkom.net>  [6fbba11da54b52554941f00b07e42cc5d7a1643c]

        fdo#55430 click object in front of current after editing text
        
        additional patch for 55430,
        patch 85ea03ae536831649b104694d08dced4d4c8663f
        failed when underlying object was in text mode, switched
        back to normal mode, but still had the MouseButtonUp handle for text mode.
        This one compensates that!
        
        Change-Id: I69aecacc264c9a9b766ccfa48c0deb1f153e88da
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/1037
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Cor Nouws  <oolst@nouenoff.nl>  [bca28d7a8020948803f9879aaff7eb16774dc548]

        fdo#42099 set option Writer Print Automatic.inserted blank pages default OFF
        
        People often get confused when doing mail merge
        or having a document with different page styles.
        
        Change-Id: Ia3f2be5e98d57e988fcbb3eba89cc26323400082
        Reviewed-on: https://gerrit.libreoffice.org/1040
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [40e9afbf745bdac5f8fb27fd8f2205cde6683697]

        Fix MSVC build: put the CFLAGS inside CC for preprocessor check to succeed
        
        Change-Id: Iafc7f735a99f3e3ac335efa8610ff415d3deae3b

2012-11-12  Petr Mladek  <pmladek@suse.cz>  [1cbfcdd9675e63a3ed385b4532d200b785099875]

        distro-install: correcly pack KDE and TDE addressbook (bnc#779697)
        
        Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26

2012-11-12  Stephan Bergmann  <sbergman@redhat.com>  [8f6351483c4850452b3c6db56159507b993833a9]

        Improve PDF Signature
        
        ...in two ways:
        
        * Change the signature type from "certification signature" to "approval
        signature" (by removing the signature reference dictionary with a
        TransformMethod of DocMDP; cf section 12.8.1 "Interactive Features: Digital
        Signatures: General" of the PDF 1.7 spec).
        
        * Include a call to NSS_CMSSignerInfo_AddSigningTime after all, which appears to
        be the only way with the Mozilla CMS API to cause the SignerInfo included in the
        generated PKCS #7 data to include PKCS #9 content-type and message-digest
        attributes as required in section 9.2 "Signed-data content type: SignerInfo
        type" of RFC 2315.
        
        These changes cause acroread to change from reporting "Signature is invalid:
        There have been changes made to this document that invalidate the signature" to
        "Signature is valid: Document has not been modified since this signature was
        applied", but now also warning "N Page(s) Modified" (where N is the number of
        pages in the document).  I have no idea what still causes the latter complaint.
        When comparing the PDF output with some signed PDF generated by other software
        (for which acroread does not complain about modified pages), there is no obvious
        difference left.
        
        Change-Id: I4af659a747ce8cba809b331613ddfbcf36aae3cc

2012-11-12  Miklos Vajna  <vmiklos@suse.cz>  [f8b5e1cb1e2a0b294b7c967a8e040e11d2da74f7]

        setup_native: get install_linux.sh working again
        
        1) Hide rpm database dir like the old Java installer GUI did, so the
        user sees a single /opt directory only, like with dev-install.
        
        2) Allow installing to an existing directory, no reason not to allow this.
        
        3) Use --nodeps when using a custom dbpath, since in that case even
        /bin/sh won't be provided by anything.
        
        Change-Id: I70d74cc5db287668f4c926005001e05096f43a10

2012-11-12  Stephan Bergmann  <sbergman@redhat.com>  [a71da0382ee57603f227ee6f386cc79213f7292c]

        Missing "/inc"
        
        Change-Id: Ia68a683bdafe6dc89ac98635e797b84a2e0ff615

2012-11-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [fbec66f28af71d5aa61ca322d09db4273c0356e2]

        remove abandonned, undelivered 'migrationanalysis' module
        
        Change-Id: Ia3665f109b6a52138264854692a6e2b16240dca4

2012-11-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [144f6d4424f5857db0d05a4399f210a2a36d3ddc]

        codemaker use boost, so declare the dep
        
        Change-Id: I64794acd804ed5059f54422d74bdd0ba1688cc91

2012-11-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb240530443b964ea45bf80a5e3711e11a3f09c5]

        remove conditional formats withiout range after import, related fdo#56983
        
        Change-Id: I9a8c02369c3e5a12310a46229bdc1671f75593ad

2012-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [51533c729fc57dea539163f45fb5152a864467f0]

        fix liblangtag 'delivery' on Mac
        
        Change-Id: I6ca26a6637ebe36bd5055fc6283258ae288df461

2012-11-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1ac2538e9b287444500618ab4d2f0f06c25cf34]

        implement the missing icon-sets
        
        Artwork by Astron
        
        Change-Id: I35261a233bee7ccb0181238e87d83e9c503b188e

2012-11-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd545dcf511daedd548c11159b8c244f272e9cb6]

        make sure that the sort vector is large enough, fdo#56958
        
        Change-Id: I7099e984a8b05ccd3324f3b9231c193e716eaf83

2012-11-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c45b6496e87fe74570a41821bc5f4fbdb3d3cf8e]

        only set entries for existing sort entries, related fdo#56958
        
        Change-Id: Ib48606402fb90b259f705badeac294d7c336cb9c

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [1de3d97c39769e312b221ba9bf793046b73d7364]

        fix liblangtag
        
        Change-Id: I89153efde9441180f5bb49968d11d77fc951f774

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [54c22652d3b33703721bfc3187da21516bce7d9a]

        fix transex again
        
        Change-Id: If66ff22becad085e320ae34a36415d37c537265c

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [c6ccf161591cfaa0d78735ed3c0ae06f8e33e035]

        fix langtag so name
        
        Change-Id: I0b61fc9436ac08368991251b04343e0a53c2257c

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [8a113724df548bbad5f2739b541db465586ad3ee]

        transex needs boost
        
        Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [782151a79153195f3391cfff0d685cd4968063b8]

        convert liblangtag to gbuild
        
        Change-Id: Ib019e248b16a39ea058cdebeaa1f37a967a00d6c

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [49217ff3d858f3def673432b69211487439203bc]

        fix libexttextcat for windows
        
        Change-Id: I6951ae066e9b0d15de85d30f8a641348998fecca

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [8b13129a700752dcb93b9ebaba4d9177ddb10336]

        fix zip file paths
        
        Change-Id: Iab0a88ce0812d286b5fc5effa697c3a251bae498

2012-11-11  Peter Foley  <pefoley2@verizon.net>  [460269a3ad76785a0246312aff85581895df36e9]

        codemaker_java needs  boost
        
        Change-Id: I64a6ae7bfed878d1fafda9125920340ec3eca378

2012-11-11  Stefan Knorr  <heinzlesspam@gmail.com>  [1d4e242b9edd30e38794d22972c3f5527a5340db]

        Correct typo in new template dialog: Spreedsheet -> Spreadsheet
        
        Change-Id: If0dc7cf7694a2e11839d033b98603263f7600896
        Reviewed-on: https://gerrit.libreoffice.org/1039
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-11-11  Andras Timar  <atimar@suse.com>  [06ec1c089519ef3249464aa09eadf03a8db93a39]

        Merge branch 'master' into feature/killsdf
        
        Conflicts:
        	Repository.mk
        	RepositoryFixes.mk
        	connectivity/prj/build.lst
        	extensions/prj/build.lst
        	filter/prj/build.lst
        	fpicker/prj/build.lst
        	l10ntools/StaticLibrary_transex.mk
        	saxon/build.xml
        	shell/prj/build.lst
        	solenv/gbuild/AllLangResTarget.mk
        	solenv/gbuild/Configuration.mk
        	solenv/gbuild/UI.mk
        	ucb/source/ucp/webdav/webdavcontent.cxx

2012-11-11  Michael Stahl  <mstahl@redhat.com>  [dcc1247f426989bcbb0d20e561dd60311da8feb2]

        filter: remove obsolete binfilter filter configuration files
        
        Change-Id: I43fe95e7957c018f1013c543367c548fcfa1d9c3

2012-11-11  Michael Stahl  <mstahl@redhat.com>  [3f899eae02eaad0b967de749fe09b869ba93ad6d]

        oox: ZipStorage: better exception tracing
        
        Change-Id: I2b81f92cea8a8c9577c3f9ca33b915942708330c

2012-11-11  Michael Stahl  <mstahl@redhat.com>  [9decde005bc32c7fa495621548f6310737a89120]

        sax: FastSaxSerializer: cannot do anything without a stream
        
        Change-Id: If2fbfe776039fe1a3104d541279ab52f219f45bf

2012-11-11  Michael Stahl  <mstahl@redhat.com>  [0c2206081de38a41597aadfb2255540d6308be63]

        SfxMedium::GetOutputStream(): re-use existing XStream
        
        The ScExportTest::testConditionalFormatExportXLSX() fails on Windows
        because of how SfxMedium handles its streams:
        1. SfxMedium::GetOutputStorage() creates some temp file
        2. SfxMedium::GetMedium_Impl() opens a XStream on the temp file
        3. SfxMedium::GetOutStream() wants to open a SvFileStream on the temp
           file, but because the file is already open and the sharing options
           are set to deny sharing, opening fails with ERROR_SHARING_VIOLATION
        
        Prevent that by re-using the already open XStream in GetOutStream.
        Hopefully this does not break anything, and there is already a comment
        in CloseInStream_Impl() indicating that m_pOutStream and xStream are
        related.
        
        (interestingly ERROR_SHARING_VIOLATION is documented to occur if
        _another_ process has the file open, but evidently it happens here on
        NT 6.1 for the same process...)
        
        Change-Id: I6d2ec36fd45a0317e947ddfb436472a8b86fbe26

2012-11-11  Julien Nabet  <serval2412@yahoo.fr>  [f3aa69b0257744df7105606c1a8f0d1b44ac8d0a]

        Fix the scope of the variable 'pApprove' can be reduced
        
        Change-Id: I1ce2682224fbb0c93bc7ec97a31a59020ac6be02

2012-11-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1e3e415dbe877666e1575128a7ec3d5d9c076ffa]

        Related: fdo#56198 avoid gtk warning, take 2
        
        from http://developer.gnome.org/gtk/2.24/GtkSettings.html
        
          The "gtk-primary-button-warps-slider" property
          ...
          Since: 2.24
        
        but it is 2.24.13 indeed:
        
        https://mail.gnome.org/archives/ftp-release-list/2012-September/msg00195.html
        
          News
          ====
        
          * Implement a gtk-primary-button-warps-slider setting
            that lets us adjust scale and scrollbar behaviour
            according to platform.
        
        Change-Id: I4d3170801973e3e6101736971de58d70b673fd58

2012-11-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0292fbde1763e4a406be15b1771780a6a0c9aa47]

        Related: fdo#56198 avoid gtk warning
        
        Change-Id: I230c2923960862f7e705f03a5c8a5763c002256b

2012-11-11  Miklos Vajna  <vmiklos@suse.cz>  [13bfe67103e6c0a9d3fa9db48dc4448e35ad006b]

        configure: don't pass --disable-mozilla around, it's the default already
        
        Change-Id: I439db77e36af700b34ab9656704cdb3b3359c9ec

2012-11-11  Arnaud Versini  <arnaud.versini@gmail.com>  [c4344e484b94805b32cce2e3cbc96a18d501f404]

        Update dtrans commented code to use string.h function instead of rtl/memory
        
        Change-Id: I244e436086746420cc66b0ed7d59bfcdc6606076
        Reviewed-on: https://gerrit.libreoffice.org/1025
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-11  Matteo Casalin  <matteo.casalin@gmx.com>  [e7037b2e7e487d6075d17fcff7cd95a6e98700c0]

        Kill set_oenv remnants (by just renaming the required timestamp file)
        
        Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b
        Reviewed-on: https://gerrit.libreoffice.org/1026
        Tested-by: Tor Lillqvist <tml@iki.fi>
        Reviewed-by: Tor Lillqvist <tml@iki.fi>

2012-11-11  Tor Lillqvist  <tml@iki.fi>  [cee6c4b193eff4f499e60867766c13fda3818239]

        Use hidden visibility now for Android with icu built statically
        
        Change-Id: I46b97d31f8aac046479d030c988413017c5b940a

2012-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ddf7e2c150f6d7b93607b012bc9852845ef88d64]

        make handling of doubles in sc tests easier
        
        Change-Id: Ifc8def986f7d1659d71be7b4716bd9ab5fa4647e

2012-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fdbf9a258f04f7f8c7bbe0219e6abee66680e01e]

        blind fix for libexttextcat

2012-11-10  Peter Foley  <pefoley2@verizon.net>  [093acfe13c8f63807c0d004b78844c6f39d1160c]

        cleanup libexttextcat naming
        
        Change-Id: I8aee95e0f93deaaf08046f544713af010a7f1e44

2012-11-10  Peter Foley  <pefoley2@verizon.net>  [bd5ce1784c0f139e287f3d0f7ab50b030453e6b8]

        try to fix libexttextcat for mingw again
        
        Change-Id: If212bfe5cc191c253185df0c459f7abb8be51da2

2012-11-10  Peter Foley  <pefoley2@verizon.net>  [de1030f2bc6609d8fe0a914f708fb6e1ede94af4]

        l10ntools needs boost
        
        Change-Id: Ie4b697b6549e300dcf8c0d788e6c9c0f50e677c2

2012-11-10  Peter Foley  <pefoley2@verizon.net>  [3ab6409075e61dc9a1f20b58eb46ce2bda0c8176]

        sal needs boost
        
        Change-Id: Icdda77d0fda4faf071566a44c2b93285a6437d38

2012-11-10  Peter Foley  <pefoley2@verizon.net>  [cdb6eca477c2c5553fa06d9e5e28b6e67aa58865]

        liborcus needs boost
        
        Change-Id: I83c6bd1bfb44e74b9f659a970b5c32d7475addfb

2012-11-10  David Tardon  <dtardon@redhat.com>  [70dcf3426d7519429e0afae3809dc9dbcd01ce45]

        fix typo
        
        Change-Id: I4a2bc7307e40ddb8a9a039c1d1b738338dcc5122

2012-11-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8e0d67bed54633d555a4601a5d79e2d5ba7ab2bb]

        Add some check to renewpo
        
        Change-Id: I7b90785516f172f7b552a9e5ae30d02f7c52d7cf

2012-11-10  jailletc36  <christophe.jaillet@wanadoo.fr>  [0f69e050cf8e3caeff6f542c623dab1c57948e60]

        Update
        
        Change-Id: I78f7f7ae7373e00e0750abc4566c71a8b9c1640a
        Reviewed-on: https://gerrit.libreoffice.org/1019
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-10  Miklos Vajna  <vmiklos@suse.cz>  [e2a54eb75c6d754d48a546fda4df65fdcc19111e]

        DocxAttributeOutput::FlyFrameGraphic: add assert to avoid misuse of the API
        
        Change-Id: I5d09e297294439fafad94177d8e87ccdf829b18d

2012-11-10  Miklos Vajna  <vmiklos@suse.cz>  [26364f4fd346c36f2c3ba4c2228d62de845fe13e]

        deduplicate OString std::basic_ostream operators
        
        I wanted to add one, based on OUString one, and Stephan on IRC agreed
        it's a good idea. Then it turned out we already had it in sal unit
        tests, sdext and unodevtools as well. Get rid of all these, and have a
        single implementation in string.hxx, so it can be used everywhere.
        
        Change-Id: Ibb820f20a138d055fd87036253c627fb862a31fe

2012-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f97d3140735126d0b89a0675985776cf2acb6d4]

        adjust README.cross to reflect binfitler removal
        
        Change-Id: Iee3fa02bde03ced462460e4ba3e17200f47a27e5

2012-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c8139c6f1a8dc8dc2b0d13919afffbee869605cc]

        do not even try to do binfilter test in smoketest
        
        Change-Id: I81fa1217feda5b4faf73add5304e8a191bbfbdc3

2012-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbd4b99c8199347f1a40655cce39ab44df04a17a]

        binfilter is not a dmake module anymore...
        
        Change-Id: Iec1e114fd6803624ad5ef6812ab50c8e8a4695fa

2012-11-10  David Tardon  <dtardon@redhat.com>  [40c1e728c40ac03a2744bccefd0fb64ed5209776]

        WaE: unused parameter
        
        Change-Id: Ib9956bd2671434fc15905e7c4fd56bd8f7162b60

2012-11-10  jailletc36  <christophe.jaillet@wanadoo.fr>  [fabf0ef1f1f8fec3a349ab5c14e3fdfc9047f376]

        cppCheck: remove dead assignment
        
        Change-Id: Iea8388c16de3399853dc384e7df6bfcc92170ea2
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1018
        Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com>
        Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>

2012-11-09  Peter Foley  <pefoley2@verizon.net>  [bee51e6bb9d400fbf75ed47f7f2ac755ec05f28d]

        fix libexttextcat for mingw
        
        Change-Id: Idb8c0587fd180416af2079d94fcc3e1fb5c734b4

2012-11-09  Peter Foley  <pefoley2@verizon.net>  [0d909e7532176e59a393d6fecca9a50ab4e26e9a]

        add boost to tail_build
        
        Change-Id: I9cb276963155004361be86ec7a05c3597ff4ba4b

2012-11-09  Peter Foley  <pefoley2@verizon.net>  [31219f0f97d081d94d927b5c3d08bb8677b22506]

        convert libexttextcat to gbuild
        
        Change-Id: I633892a6d611e6481e49f9bd2739d3886563a24a

2012-11-09  Michael Meeks  <michael.meeks@suse.com>  [a73c98a708ee41b8c4cf4f2063c5bc4b30044284]

        Better fix for fdo#56473, Crash when inserting a simple macro
        
        old code used to use XCell->setString, new code uses rDoc.SetString which by default tries to detect number formats. The ScColumn::SetString that eventually
        gets called seems to do lots of additional checks ( and apparently even if
        an ScSetStringParam instance with mbDetectNumberFormat ( false ) was passed
        it seems that it will still try to detect decimal number formats. With that
        in mind I restore and un-unoified version of what XCell->setString used do
        
        Change-Id: Ifaef74c78b198f492a390a3d5dc1721622a01ea4

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [7cf93f92cc3c6126c1cbe4ccef7ec3f76f1a6ca9]

        fix that silly config_host.mk shell sourcing nonsense
        
        Change-Id: Ia563ee1e100bc86e9b7196bdce6311e24bc36f9c

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [2fb005c2e0bbdc8b968ef07fa9dc0c6cfd6a43c1]

        more losessioninstall fixing
        
        Change-Id: If026dd160e2abe51470273115cbdd8b556ee9356

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [2154fca1fb30dc4b26cac8a98c27d51c78ff6a8f]

        scp2: try to move losessioninstall so it does not break WNT build
        
        Also MSVC does not like libraries that do not have any objects.
        
        Change-Id: I172fe0b61db9de6c7c4975a7b7c7fa63624b1865

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [3bdb950f5edac0cdb09318cea307b4342a0fd714]

        RepositoryExternal: fix gb_LinkTarget__use_valgrind
        
        ... which i've also managed to break, unaware of its existence.
        Consolidate 2 different ways to use VALGRIND_CFLAGS.
        
        Change-Id: I245c7a9a2b6bc904a227a15063cf5d8a2f64313c

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [d91c37274fda0d18eeba684e905c2a2201d85134]

        configure: oops, let's try to fix that valgrind thing again...
        
        Change-Id: I151aa45838edbaa713b40716e45a75e812b7c782

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [89f80c167112837346ec5a63873f620a07a76493]

        configure: why not set up VALGRIND_CFLAGS all in one place
        
        Also unbreaks the build because VALGRIND_CFLAGS is now never
        empty with cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891.
        
        Change-Id: Ide5ca799b3656ccaff483ca05dbc18682136345f

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [7b213e05a4f6aecd8b5388fb8fa8cec355302b07]

        shell: explicitly linking gb_STDLIBS breaks the build now
        
        Change-Id: If693e440327331ea007722ff575b8015d727e5bc

2012-11-09  Eike Rathke  <erack@redhat.com>  [cfe101e31c16984d1061d8aa1d4cfdc07e33471f]

        LanguageTag conversion helper define
        
        Prepared private methods to force compiler errors during conversion to
        LanguageTag. Commented current usage on some methods.
        
        Change-Id: If365e24c7cf06bdf33ecd0bc15ddbfe33cd347c0

2012-11-09  Noel Power  <noel.power@suse.com>  [f39238693096fe0001f8d526f22b920fc0be185b]

        fix for fdo#55875 numbers as text converted strangely
        
        old code used to use XCell->setString, new code uses rDoc.SetString which by default tries to detect number formats. The ScColumn::SetString that eventually
        gets called seems to do lots of additional checks ( and apparently even if
        an ScSetStringParam instance with mbDetectNumberFormat ( false ) was passed
        it seems that it will still try to detect decimal number formats. With that
        in mind I restore and un-unoified version of what XCell->setString used do
        
        Change-Id: Ifaef74c78b198f492a390a3d5dc1721622a01ea4

2012-11-09  Luboš Luňák  <l.lunak@suse.cz>  [136d8962d7a29b833a24b0461958b47fc4d23d18]

        remove make-specific code from config_host.mk
        
        Apparently some people still try to source it from shell (scripts).
        
        Change-Id: If26a5c5eb83739d3ccce043afd095000d355a543

2012-11-09  David Ostrovsky  <david@ostrovsky.org>  [7704c7a3e6f064e1d7cef7bbf510ece1435c3bd7]

        use dir function
        
        Change-Id: Icba39756a54d1225514048c55ddad0f31ce31699

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [691c8fc64ce0711e8be93f4c454c537e51b1163e]

        libcdr: move LCMS2_CFLAGS/LIBS setup to configure
        
        Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891]

        configure: define FOO_CFLAGS/FOO_LIBS so that they are never empty
        
        This allows us to simply pass the already exported variables to invoked
        configures, where the non-empty values will override the detection logic
        there.
        
        Change-Id: I7353a313814c58922e34843aeae380e5afa442ca

2012-11-09  Michael Stahl  <mstahl@redhat.com>  [5f78685ebf4be192cbf5168424e5ca98bbe48d6f]

        oox: make things easier to debug by tracing exceptions
        
        Change-Id: I05df8435874eb65f3acedaaea50b4910e9fc9111

2012-11-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8cd6a947d92a5657e4133693df5392c34bf115ca]

        making org.freedesktop.PackageKit.Query and .Modify available
        
         - partial implementation of the SessionInstaller interfaces
         - accessable via service:
           org.freedesktop.PackageKit.SyncDbusSessionHelper
        
        Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b

2012-11-09  Caolán McNamara  <caolanm@redhat.com>  [812052063db50b8fb432bde85fab017f5a7e8d6e]

        center these buttons vertically, rather than fill the row
        
        Change-Id: I9acf8198ac19c3e448bb7d65116e408ac179993e

2012-11-09  jailletc36  <christophe.jaillet@wanadoo.fr>  [d34e2f8bf150210355d6717be7b2ad95c869af25]

        s/aIter++/++aIter/
        
        Change-Id: Id80013cbab8f1633db59d2d4492c7363224871bd
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1016
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-11-09  Miklos Vajna  <vmiklos@suse.cz>  [09189c3facdc87c16bff5fdd2b03c27981891229]

        README.cross: yes, that list was almost enough
        
        Change-Id: I581fb38e3f3d24987dcf92e73caf736203fa9385

2012-11-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8226caa2a5b8b8dd8e355a2abf84b5d84e899b3b]

        This is a bit more elegant
        
        Change-Id: I0f458caa1bda23882c76cbae414b738a5d04ab32

2012-11-09  Peter Foley  <pefoley2@verizon.net>  [44b96a2fce52b6e3e683dc917fab219cf75001db]

        fix lcms2 for mac
        
        Change-Id: If2477b9a391d75672a349ba240ceb61e0b06611a

2012-11-09  Eike Rathke  <erack@redhat.com>  [1b28795d14d8fe4e326b545ecbd6bb0838dab303]

        adapt to liblangtag 0.4.0 types
        
        Change-Id: I0ab5a25cafdd246828ba09db8d01bb498e7012ab

2012-11-09  Eike Rathke  <erack@redhat.com>  [22f4062b88ea61ceecc2cf83c27969a091620fb7]

        ensure lt_error_t is free'd and enable SAL_WARN/INFO again
        
        Change-Id: Ida7914d7301c16ed1771be3d874c716c8fbaf8b4

2012-11-09  Tor Lillqvist  <tlillqvist@suse.com>  [5a32d167da40d9f95a1dd86873e4b569986f8b12]

        Fix comment
        
        Change-Id: Ie648ce55fdc11f907f5f5b3b958c13c695f392c5

2012-11-09  Jan Holesovsky  <kendy@suse.cz>  [638f6cb6a666aa611d3e0bef5a29e5824b0574ee]

        bnc#681110: Fix squashed glyphs with Cairo canvas.
        
        I suppose it is the same misconception as in fdo#55931 - I am convinced that
        the font metrics should not be used here.
        
        Looks to me as if in the past, the font width computation was broken somewhere
        deep inside OOo, and everyone instead of fixing the root cause was just
        working that around by using the FontMetric; and then one day the root cause
        was fixed, and all the workarounds broke ;-) - but that is just a theory.
        
        Change-Id: I741bf8f4eaea4f7d8bc698dc9a8124109dfb8c20

2012-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [c61a3ff06e57c7c324e69419aaed0f92b37befd0]

        add indexOf family of function to OUStringBuffer
        
        it is fairly common when converting String to OUString
        to find code that search for thing and replace/delete
        these things... the later need OUStringBuffer, the former
        OUString.
        This add the search feature provided by the indexOf family
        of function found in OUString, into OUStringBuffer
        
        Change-Id: I2de818e6317a94ed520f338ebc9ed08d5f17765c

2012-11-09  Miklos Vajna  <vmiklos@suse.cz>  [bd6ae389008e110be62a335dfcd82c655d512e63]

        fdo#51550 fix DOCX export dataloss on non-math/chart OLE export
        
        This is still not complete, but having the replacement graphic only is
        far better than having nothing.
        
        Change-Id: I141a3de1a449f4261c7086e10f2c141b3f6cdb10

2012-11-09  Luboš Luňák  <l.lunak@suse.cz>  [52a7a8e81a0cc3327de5ee27d02f9320c2cee3e4]

        fix libcdr with system lcms2
        
        LCMS2_CFLAGS must be non-empty for it to override pkg-config.

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [9a745cbf549aa391be2b67f41c83056bd44db97a]

        Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT
        
        Use it in the cases where I yesterday changed SAL_DLLPUBLIC_EXPORT to
        JNIEXPORT. It turns out that on Linux JNIEXPORT does not enforce
        "default" visibility, but expands to empty.
        
        Change-Id: I033b3cf538715fb596e965e17f3da12fb987df63

2012-11-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0aa1baa80b439740f176249d4f05007f715cf2b0]

        Trying to fix lcms2 again
        
        Change-Id: I376b03d12f8ae59fcf75046c42bcd6ba5d29af2c

2012-11-09  Luboš Luňák  <l.lunak@suse.cz>  [0f25bad134dbd103c614b1299e800e3be22d5e0d]

        fix binfilter removal

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [031b9d7d864161a595a8f1476abc12afaca9ada4]

        Use JNIEXPORT to really export these for Android
        
        Now with DISABLE_DYNLOADING, SAL_DLLPUBLIC_EXPORT actually means
        hidden visibilty. Which is OK in general as with a single DSO (or a
        single executable, for iOS), none of our "normal" entry points need to
        be visible froom the outside.
        
        So for the JNI entry points use JNIEXPORT. On "normal" platforms it
        should be equivalent to SAL_DLLPUBLIC_EXPORT.
        
        Change-Id: Iad634950e635ac03a0e90cae6d00afd9fb4eeb64

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [1aa912ed1e525b879bc90d48aa9f0a1469c47c11]

        Use JNIEXPORT as in the corresponding headers
        
        Change-Id: Iae8f93d096178532e2384a13b36e1385269aa14f

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [a5b985ce6764f20fe42d8c5d14e1c5739c8d32b8]

        Let's try to make this significantly smaller by keeping only text doc support
        
        Change-Id: Ib766a4ed49d089488fc4ec67b941be2f38ba3ac3

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [631556a0876d5bac3e50068228a7f4ea48cf9dc6]

        When DISABLE_DYNLOADING there is no need to export much any symbols at all
        
        Change-Id: I0261d30f20c88fc324194f687ebba3afd980117d

2012-11-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [060219ac1a2350cfe89d5415b925dca8150f864d]

        binfilter.die.die.die
        
        Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
        Reviewed-on: https://gerrit.libreoffice.org/1014
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-09  Tor Lillqvist  <tml@iki.fi>  [325ac9d353057767da9648fab332eac9c4a6ef0c]

        There is no mnTrailingSpaceWidth here?
        
        Change-Id: Iedef29260ef10ecf9d5d95dfd87e1c5aaebfc3fb

2012-11-09  Tor Lillqvist  <tlillqvist@suse.com>  [c9930a0bf316e398d088399b3de26f5dd2c33042]

        Fix path to the VC2008 project
        
        Change-Id: I9f520ca7fb88c6843582595cd2d999d8060c9528

2012-11-09  jailletc36  <christophe.jaillet@wanadoo.fr>  [e9fc811e2bc995220954b4c471b93a7f06a82359]

        Cut and paste typo ?
        
        Corrected according to surrounding code. I don't know if or when
        this code is called.
        
        Change-Id: I4ed63439e47a89cc982d792c619c4c58335daf93
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1009
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-09  jailletc36  <christophe.jaillet@wanadoo.fr>  [faff21dcaa3f04be5aedbb966f0a6794404dfcaa]

        Same, cut and paste typo ?
        
        Change-Id: I34e1de922544e5e0f0ea0e03be5d238d600aa833
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1010
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-11-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa4b644b67c7547b94b1e1d2749cf6ccb6e718ab]

        remove unused methods in ScConditionalFormat
        
        Change-Id: I36e57f8eac028e72fedd81a5fb05698ff1c57fe0

2012-11-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b710bef572cff000f61a9df6a691fec5d5af857e]

        add initial xlsx cond format export test
        
        Change-Id: Ie2c55af903ef0fdf21444ee1f59d25382648d9fa

2012-11-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9f84939fd9b45f07003cf115f9c39c8e2e83254]

        make the eport test easier to use
        
        Change-Id: I10a524c49169611e2bf2e34988667e46474e17a8

2012-11-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5809563ecdddd633ede17617d8e13f0275afde9]

        remove unused define
        
        Change-Id: I5d529cef6e75ccdfe57800bceace99353d4b4b47

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [a8251cfed18a33a7f2e33e64060ec616d8d21fcc]

        make does not like commas
        
        Change-Id: Icc1e7f5be1a4c06242793948a07de20cf3e03b61

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [8905c0e4b0a01297875359282ba4bdd748be0cf1]

        fix system lcms2
        
        Change-Id: I1dfb345d3047b59c79454d60747d192a761071ef

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [7816667a62cc4144320c1554f8dbb8b4011e37b7]

        blind fix for mingw
        
        Change-Id: I10433beb4c2cea508760083812bc63f4eab02ed0

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [d035b3fb1f4bc904488b015b332d252b2a544fbf]

        fix gbuildified lcms2 on mac
        
        Change-Id: I8359e1d441cf7bd8fb01233fe0303dbd6b35895b

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [f745212f9650b481dc546c04ae26f3f58bfedd01]

        convert lcms2 to gbuild
        
        Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [70ec826eeb8f0b311095869e23be1db95fc9d109]

        New unit test to ensure correct matrix creation.
        
        See fdo#56829 for what inspired this test case.
        
        Change-Id: Iee15d85a35ae96769d21ce7061b352860a5b587b

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [78bf3c9abd4a8cd939e7ba4399ae4aab9f3b2982]

        fdo#56829: Correctly pass element values to matrix.
        
        Change-Id: I20045ae0ddcec228b153c4005855dca9c4ddbfca

2012-11-08  Eike Rathke  <erack@redhat.com>  [45d196c0cc74a8c1ae702514d67ca09b3afb3d5d]

        corrected Windows lt_atomic_int_dec_and_test()
        
        check pre-decremented value for zero
        
        Change-Id: Ib2289cb6064941db2072b2dfbd6ad5f03bcff7aa

2012-11-08  Peter Foley  <pefoley2@verizon.net>  [b0050ee6da42d0ce02d58d8dc901f9ab11536906]

        Revert "readd SYSTEM_LPSOLVE define in sccomp after gbuildification"
        
        Should be handled by lpsolve external
        
        This reverts commit f66e86f302a4ab0d0862079bdab3b506733c897f.

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [732e9ff2bada3f8f9db5f39da832e6f98182978e]

        connectivity: fix re-introduced bug fdo 35023
        
        regression from f42a9309760565d24619bad9ee1f5561ce89c14b
        which forgot to adapt getImplementationEnvironment to new prefix
        
        Change-Id: If5a6f804b8f9f91e22f093a76f6b81a2b62991ab

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87003581c0cf1068172259c8b9949349fe7ff6b5]

        fdo#54898: Test equality by order index (integer) which is more stable.
        
        At the point where std::unique is called, we can use order indices to
        determine whether the two items are equal. This should be more stable
        than using CaseInsEqual() to assess equality.
        
        Change-Id: I88310fc7beede19fb1c629b9b7e3cb9a069b2b23

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4ca546deacda936763b372a202123ce5234086a3]

        New unit test for pivot table's handling of double-precision values.
        
        Note: This test passes just fine on master. On the 3-6 branch the test
        itself also passes fine, *but* when re-creating the same scenario from
        the UI, it fails only with the 3.6 build.  I have no idea why.
        
        This test is modeled after fdo#54898.
        
        Change-Id: I32eb9b2f2bdc12ef801daf0ccb9a3db2d5efd8d6

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5be8ac9731f5e53a7a678033c2fa3face3e63d11]

        Function object for printing bucket content. Used only for debugging.
        
        Change-Id: I8090ef9bbcbf335f742c2bb8843dd72a757ef048

2012-11-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [388ce83891a10a12ef2264ac43fa875a5bd35f1e]

        Dump source data for each field re-constructd from the index array.
        
        Change-Id: I863ec02853042662accc2005fa1cd9340f950740

2012-11-08  Stefan Knorr  <heinzlesspam@gmail.com>  [84ba49c55dccdd619d46e588162fb62dc31b287f]

        Add more fonts
        
        (PT Serif, Source Code Pro and Souce Sans Pro under OFL; Open Sans
        under ALv2)
        
        Change-Id: Ic783f0d5841cafce6dba60213b0a658978ff2cfd
        Reviewed-on: https://gerrit.libreoffice.org/1007
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-08  Rene Engelhard  <rene@debian.org>  [f66e86f302a4ab0d0862079bdab3b506733c897f]

        readd SYSTEM_LPSOLVE define in sccomp after gbuildification
        
        Change-Id: I3c6f160b7d19531df317d39723d1633ce58cccf9

2012-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7a2fe051069f6da49faff06fda96eba13912524]

        fix 89e47b8bf1ba3f86204ae3ab997432c26b0eea6b, dereference hash object-ref
        
        Change-Id: I3354f1c6b1eb5b1a78c25ff6ac23218336fd8bea

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [7093444335d70db33bd798d72c6d64bb708713cd]

        xmlcondformat: warning C4701 pot. uninitialized variable pEntry used
        
        Change-Id: Ic7edfe9c919cc2c0e3cd8b68d130919c4054686c

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [af452fda333da53132a4301c372c321798be9cae]

        fix more warning C4804 unsafe use of type bool
        
        ... from commit bbf1bcd9ad9cc0368aef4a4de41e9538f6ad91b0
        
        Change-Id: Ic8e52f6848e09a274133f2d8fd1c4044cae4b039

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [cab7e3037c200a9d621d7ede015c9426556194dc]

        VBA_InsertModule: warning C4804 usafe use of type bool
        
        Change-Id: I30ccda99df845a0c088fb8e3c3dae8a7be9775f7

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [e06575d46c6f3b24faf912018baea0eec9c82e4d]

        scripting: warning C4804 usafe use of type bool
        
        Change-Id: I2db644a3c18658b07834fe6653b17713fd8201a7

2012-11-08  Miklos Vajna  <vmiklos@suse.cz>  [16d8a8c3389059b4597dbf98733bdd37a43c4d09]

        oox: fix doxygen comments in dump
        
        Change-Id: Iab40d3d9778fffb7bbb076a9c2716d3fd11fc937

2012-11-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [643ffdf621a056a266c1c6121388e4d0b06adb0d]

        Add an extra empty line to lngmerge
        
        It worked with eof before so an extra line
        is needed.
        See also this commit:
        06175e8b19625cb5a43b1ae5ae63e419cee7e053
        
        Change-Id: Ic3f43a52801429258df620229269b8426f1e2995

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [a084c6edd402fc65a87088bf88c7e4f134beba1b]

        add a SV_RESID_BITMAP_REFRESH id and map to gtk-refresh
        
        Change-Id: If860b33ab86b195952cd7879de16c65221a21ab5

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [c315a001d84070705a52121e36a626d138fab012]

        center vertical items in first row
        
        Change-Id: I08415c11d2e923ae0be005f019cfe6996d8d71a4

2012-11-08  Luboš Luňák  <l.lunak@suse.cz>  [2fd5586337fc7b1048160582abff4aafc6a33902]

        I hate sal_Int32, episode #1326.
        
        Change-Id: Ibfda2b553bae1ad040f722dde46a352a313218fc

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [aa783547ba3c944d191688f2d4dc88c680c3e997]

        missing brace
        
        Change-Id: Ib54dd8fe55f7c527e4f163e7ae559e9c3483407b

2012-11-08  Luboš Luňák  <l.lunak@suse.cz>  [5c87553432058f5241eda1dbfbfa1ec840fe3890]

        testcase for a recent bnc#773061 fix
        
        Change-Id: I60874c6ad8ccb9767961ed0064b9a15bfc1b07d5

2012-11-08  Luboš Luňák  <l.lunak@suse.cz>  [f2c55815128fde9f760c5cbf81e3ab18402c5b3d]

        implement inset attribute of <v:textbox>  (part of bnc#773061)
        
        Change-Id: I1ec9b5d9fed86c44dc0a412c2323033ea67985c9

2012-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [6063fd0402e0b63aec4a6740e94e4f76fcc312c1]

        fontconfig's configure looks for <expat.h>
        
        So we need to use the expat subdir too in
        --with-expat-includes. Apparently until now it did not find expat.h,
        so it fell back to libxml2 instead then, which was sometimes found OK,
        sometimes (on tinderboxes) not. (It even went looking in the *build*
        platform /usr/include, eek!)
        
        Change-Id: If0595b810d531b5aa7110f375d4d0dfb0b01617b

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [62b4827f238acabd970a98272967d7c2b0545ea2]

        Use --gc-sections
        
        Change-Id: I6694f1820dc8c2cdae2522357932ab0065754a75

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [8d32dc82e6336ab71e35599d42f058e4c23a44f8]

        Produce a linker map
        
        Change-Id: Iff4f7be61310884dea1c29f6fe931dd35cadc552

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [49db8203a3c6894e4a8be85df4e030394ace9b81]

        sort secondary group after primary for vertical containers
        
        and continue to sort secondary before primary for horizontal containers
        
        Change-Id: I5ecc08fe796845b7ed115a077ace4750c50bf1c0

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [3f7f957e68203bc7629934651196c9fbcce6108a]

        convert macro dialog to .ui format
        
        Change-Id: I5c832f3eaa6aefe2d652173289ef306e8743d4e0

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [daccedee4bab468687be51c8452b09e71289dc23]

        WaE: unused variables on OSL_DEBUG_LEVEL > 1
        
        Change-Id: I38b3e6502ba9159044e2b623ec0ee868b5a8d7a1

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [89e47b8bf1ba3f86204ae3ab997432c26b0eea6b]

        put .ui translations into the langpacks
        
        and drop .ui suffix from the translation files
        
        Change-Id: I01e0e2f17c97584230b8da4ee0dd08a0444d77fd

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [144fbefbf858ab6a680437fa69f406967b6ae9e3]

        refactor packconfig to hopefully be unchanged, but extendable
        
        Change-Id: I25fe2f7e3277bd9a9509b0bec81f8d76b2bf8c8f

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [0ab6421028ba715dfc7c152d0185333e0a5f79f9]

        Use -ffunction-sections for Android
        
        Part of work towards making the linker more eager to drop unused
        functions from the output file.
        
        Change-Id: Id4edb50ef4048f02277a13885b5f81707cb9c8a3

2012-11-08  Matúš Kukan  <matus.kukan@gmail.com>  [bc5cff54c3965e526657a4a4b4637e68a36f5e52]

        ooo.lst: these appear to be unused
        
        Change-Id: I8f237a4ff438d8b57a458c17f3d13934fd4b5407

2012-11-08  Matúš Kukan  <matus.kukan@gmail.com>  [f6abeab070c861689b10961a6134a0c550d5d568]

        move more tarball names to configure
        
        Change-Id: I10e3a1f9d375ded2087b7bbd9c3d98b35e7868be

2012-11-08  jailletc36  <christophe.jaillet@wanadoo.fr>  [a599f5b4b51848e3b397d471c9d12b373caadcef]

        cppCheck: Unused variable and Redundant assignment
        
        Change-Id: I67084c1cb9dc23eb77787d2a6d57a5b70126873c
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/1005
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-08  László Németh  <nemeth@numbertext.org>  [cdea8177d1053543e285c4a382edb9099792078a]

        LibreLogo fixes (default properties file, help, tooltip)
        
        Change-Id: Id9f878c0cf59e75fbd5e2f056e48f0d6a7da108c

2012-11-08  Caolán McNamara  <caolanm@redhat.com>  [67f899e1d2db0dccde4b9587a52b7157fe1fb0be]

        Resolves: fdo#56460 don't crash on close of files with custom shapes
        
        Change-Id: Ib9e7cdae3c7facb59c4630ca21c252698170379e

2012-11-08  Michael Stahl  <mstahl@redhat.com>  [6a0ba09f19f2be35ce33a4aef197b0d3e1915388]

        download: check that "mv" succeeds too
        
        As reported on list, may fail with weird wget config files...
        
        Change-Id: I258809c3488181dcc7584f5349930287dfacb7b8

2012-11-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ed879cdf2957fcfb013a894dd1ed8bf512f10301]

        Correct typo in po header
        
        Change-Id: Ic98467f5c32a0a84af62f68fbe84c68c3e37f1c1

2012-11-08  Andras Timar  <atimar@suse.com>  [639c1043260c7737e46eb0bead2f5bbe1e758edf]

        missing license headers (librelogo)
        
        Change-Id: I9712e9b2910ae3aa44e93958067433d00d23b824

2012-11-08  Andras Timar  <atimar@suse.com>  [e549e16f581e4589b96128ec30180c418164ab93]

        set context sensitive help for LibreLogo toolbar
        
        Change-Id: I0bf59fb14fb7257c1e51572c8f8fa2a3b1fb2fa7

2012-11-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9e682e30e7cd2d90ad37921934fbf0f5f1897eb3]

        Localize.cxx add correct header to po
        
        Belong to dictionaries modul
        
        Change-Id: Ifd8303fd294de2369383cc2ce7ebdd1487c90463

2012-11-08  Jan Holesovsky  <kendy@suse.cz>  [c02d3ac6a49533108d7649cd9edc37f4bafb90f5]

        Windows: Enable nicer toolbars even for XP, not only Vista and higher.
        
        Change-Id: I26837290d1416637032d2dfcfa45b4003c874309

2012-11-08  Jan Holesovsky  <kendy@suse.cz>  [c26d253eaffcffcecfe91bc7d210ccbe47c1786e]

        MinGW: Deliver liblangtag-1.dll correctly.
        
        Change-Id: Icea86ae6f6c07d43c212bc02defb860759ff65d6

2012-11-08  Jan Holesovsky  <kendy@suse.cz>  [3d4c9f20c2e468e28f4d217d66862de2cb1cb365]

        MinGW: Silence [build LNK].
        
        ie. don't show "Creating library file:" message.
        
        Change-Id: Ic6e40ac8955e4b8677cec57c51e2346901133e0a

2012-11-08  Jan Holesovsky  <kendy@suse.cz>  [02084b175fd3cbaa77889b102e4e0ed41b0cae45]

        Revert "Don't export zlib symbols"
        
        Not needed after having fixed the MinGW visibility checks.
        
        This reverts commit 2f0b0e54f45cd9694d07d9e0399cd39bc465c09e.

2012-11-08  Jan Holesovsky  <kendy@suse.cz>  [f102d993270fbb7b429cec5c34cfd73acfe213b1]

        MinGW: Fix visibility checks.
        
        Change-Id: I7f2718a60d55f5d99275646875a64e53c805b210

2012-11-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [28f2c6b826f1693dc5136d552e5446d3d52aa329]

        fdo#35427: repair Tools > Options > Writer > View - Show Scroll Slider options
        
        Change-Id: I2bacd52a182a2dba3dbe6c6d63861470e87b6066

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [7f26dac751473045b894e97ca4090957bbb865cd]

        Fix thinko
        
        Change-Id: I84f023a906671a5dfc99e1c6c0a74ae317258dde

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [cb59a80743f9fc268828124707aca131a9b84b9c]

        Untabify where appropriate
        
        Some TABs had sneaked in again. The intent is that no TABs are used in
        this file, except in the couple of makefiles embedded as "here
        documents" where TABs must be used because that is what Make requires.
        
        Change-Id: Ia72968ae69aafd7c484cf8d47f6a9b1cfb12d24d

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [386d7762aee953f052c945bd1039bb01ead66182]

        Avoid pointless warning when building experimental code anyway
        
        Change-Id: Ied9a4fb4eed0a7fda8e6b1bd03a3dbc476797587

2012-11-08  Andras Timar  <atimar@suse.com>  [3be8c2274f6c7e19ce252711be13639bec2c74b8]

        librelogo: remove hardcoded version number
        
        Change-Id: Ida88fd3226eb1a1aafac6068268e18d5052dc601

2012-11-08  David Ostrovsky  <david@ostrovsky.org>  [b5cb48fa32bb55af0a9bcc630271c2cece0a3ece]

        add mkdir command
        
        Change-Id: I7a337ed15b86417faa5ac03089e8c315be95b717

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [2904b3a921a429f612e736c5c8f766daabe0e491]

        Check DISABLE_SCRIPTING and DISABLE_PYTHON
        
        Change-Id: I31125a47e552b136bba8ff9253824bfa1de51cdf

2012-11-08  Tor Lillqvist  <tml@iki.fi>  [77eb292dbaea0ec54563781a5df15a58868f4534]

        Remove accidentally leftover plus signs
        
        Change-Id: I231f5ddc5809033acad1c6284c37fd54796ce1e4

2012-11-08  David Tardon  <dtardon@redhat.com>  [bae23b5f78bca8c5c7e798d7a18e322d45d3cc33]

        propagate dep on schemas from another configuration
        
        Change-Id: I1861fabd097249123688b22cded6e4a1b7557586

2012-11-08  David Tardon  <dtardon@redhat.com>  [ff923d03a095893952d3c205959118ddb3f09df8]

        librelogo configuration needs registry schemas
        
        Change-Id: I4f3cd813a15c2e5666824859a5fd904acef0ca70

2012-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [e6bfea03efffeba0f4eb92f7359c3b3924c9a9ec]

        Ask MSVC to be less verbose: -nologo
        
        Change-Id: I332b322343ccbabe55c247f9bd934a0394ebd429

2012-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [b261177e5d81a662c76d523e447d80c108ebdf5b]

        round() is not portable
        
        Change-Id: I0f19fe7866e2ae85608e8a6380d52b66a47a98ec

2012-11-08  Xisco Fauli  <anistenis@gmail.com>  [0ff42915684fe773e58f5c77ce3c78470123412b]

        pyagenda: remove duplicate code
        
        Change-Id: I673818e6ab3ed5c430b9891af5c4bd5fe7ab146f

2012-11-08  Xisco Fauli  <anistenis@gmail.com>  [531b7136b389ca0600865bd3a1b255bc71e67275]

        pyagenda: remove duplicate code
        
        Change-Id: Id0842c128038bc4ec2f0c3b0145c8bb9fac5142b

2012-11-08  Xisco Fauli  <anistenis@gmail.com>  [d6ee3e33c9bbd485d7685a790ec0ad97f8c5c05f]

        pywizards: Simplify textElement and move it to text folder
        
        Change-Id: I1f9cde45c693de5bad091272f015e5cd7fb6beeb

2012-11-08  Xisco Fauli  <anistenis@gmail.com>  [a434b93b25c6aa652b925a8aaba1e3e0ec6986a9]

        pyagenda: better refactor it little by little
        
        Change-Id: I002a8e27139243172deb2868fdf2fca32944be03

2012-11-08  Xisco Fauli  <anistenis@gmail.com>  [1d615feed25842544a5ab3ae4265dc9c2de6f107]

        Revert "pyagenda: rework AgendaTemplate.py. Still some work to do"
        
        This reverts commit 9545c85db39144705fb50409b7f4b7a3cf472150.

2012-11-08  Takeshi Abe  <tabe@fixedpoint.jp>  [88e457dc60b7a7e5f4048e00c0418bc57537c029]

        sal_Bool to bool
        
        Change-Id: Idfbc33106b20b06c5247c50d099972305f016a51

2012-11-08  Thorsten Behrens  <tbehrens@suse.com>  [b668d3aaf5690bd067c0ed283e9492ae576117f9]

        Fix white line at the bottom during slideshow.
        
        This partially reverts 0a5b49e7199198974113dc2e8b68257b881fb9fb,
        which affects _all_ Impress views, including slideshow.
        
        Change-Id: I297c09bc3c6466e83acfd423fc24d75da9df2833

2012-11-07  Peter Foley  <pefoley2@verizon.net>  [7f071c1067c7fa675e741a9050bcbb1d13f0a5ca]

        fix lpsolve for android
        
        Change-Id: Id7643c33e7d311e04ab7035f68f3c3415fda0fb2

2012-11-07  Peter Foley  <pefoley2@verizon.net>  [29d5e29a313d8100fad63841224306c1083382a9]

        fix system lpsolve
        
        Change-Id: I452b0514da11bbcf16a2f69b214fca90a1c76e2b

2012-11-07  David Ostrovsky  <david@ostrovsky.org>  [c68cd0125dcf8d9f57ee0e1a540a939859e8eed6]

        enable ado driver unit test again
        
        The problem is that ado driver creates a link file in the tree
        leaving it dirty: tinderbox doesn't like it. Instead of reading
        the mdb file direct from srcdir we copy it first to workdir and
        read it from there with the new function: getPathFromWorkdir.
        Thank you Norbert!
        
        Change-Id: I504bc26b80686db55a505bac19a95cc9c6022fcc
        Reviewed-on: https://gerrit.libreoffice.org/1004
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [db8ab560b45e6433946335fdabc85dfa9c75374b]

        lpsolve: why would it need hunspell
        
        Change-Id: If2173e32340cdfe4068dd36b4245ceb6d0bcf2bd

2012-11-07  Peter Foley  <pefoley2@verizon.net>  [085346f80da394ad5008f40679a0d3519f7a82a3]

        convert lpsolve to gbuild
        
        Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
        Reviewed-on: https://gerrit.libreoffice.org/1002
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-07  Andras Timar  <atimar@suse.com>  [74abeff02b750fb22fc3d56299abc2cd12d357d3]

        integrate librelogo to the build
        
        Change-Id: I4cd29f6a893d72a49233bb53d19701d0bdd0e078

2012-11-07  Andras Timar  <atimar@suse.com>  [0facaa9fe659efa0e0a3ddbeea81e83e1fede191]

        Updated core Project: translations  e56b8e6646a90ecd054fae9d09ea4b0cbc6c66eb add librelogo files

2012-11-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7c0606c94246909807433d91fc79b0c2ac6f95bb]

        check for builtins pollutes CFLAGS and in turn breaks pthread check
        
        since the -march=i486 is not supported on PPC, all further compile
        checks done in liblangtag's configure break.
        So moving the corresponding patch out of the windows patch in a generic
        one and also apply that for Mac.
        
        Change-Id: I65716bc9d7ff19976e5e82ae869c7594978e93e3
        Reviewed-on: https://gerrit.libreoffice.org/999
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-07  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [428d9e15f98630df9a652be2b2f5064ac1bc7a89]

        Delete unused files
        
        Belong to extensions which become
        unneeded because of treex
        
        Change-Id: I86ca7494a9022c1e72d64b2ec5cbd41d6e292a00

2012-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1a142e8b5c5a45032a4c940afe90320d5023c324]

        Make libvisio build pick the right zlib headers
        
        Change-Id: I159cd926e5b373ca7bbecea87a4798b08b89b7ef

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [e06c6c4cfc55a95ca6a340ac8527fe2d61b3f003]

        split idl with multiple class into one idl per.
        
        Change-Id: Id0b8be359dc6f9cc24aa784ab34b066928ad17bd

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [4eaac3770982c5072891fa9dd47d9b4a8bc01507]

        rebase XSecuritySAXEventKeeper
        
        Change-Id: I7ca3461ece4a18cdc9642ba02d18d53a7fdbc576

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [7b1d2ccee8cf7d9804c037f1e24184625a2c8a51]

        split idl with multiple class into one idl per.
        
        Change-Id: I7f6de24d77b8032f1fb0383685379b276daa14d8

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a078b50d49fe3fd70e9a5d81e329f625b55c448]

        rebase XDatabaseDataProvider
        
        Change-Id: Iacb4b5f52eae6b434a2f95d497995dfae400fc9b

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [7057666b5e85756b90034235639080a24885d04d]

        split idl with multiple class into one idl per.
        
        Change-Id: I3a6cfc4214bd56b35a4778861f13cfeed6596a4c

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [e8f250201de6c59cbb04331f92c9e08548a3002c]

        rebase XTargetPropertiesCreator
        
        Change-Id: I0803be54f9626f8734f1e842661da99dc0f99615

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [d22ad824c27b5e26159ab04b169b56e0f3076d6e]

        split idl with multiple class into one idl per.
        
        Change-Id: I5b23bd5ef9c2e2c15066f460bcb2628f479996e1

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [ca440343dba0e63b07820a109885202a09403bbd]

        rebase XPresentationHelper
        
        Change-Id: Ib3c0ff5ebe0bfb56d5f3f4debf9f47b0687121ae

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [5fe755a0a253950c4792fb9b867440f24c4eb3f8]

        split idl with multiple class into one idl per.
        
        Change-Id: Iee527b866365215dd88f7dfb2767900c6a989c23

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa0db4b951878aad26aeae4eb2e2e18d0ccce1d3]

        rebase XUntitledNumbers
        
        Change-Id: I59c62bb5a8cad34a1da3e118a23f9e7320e44a06

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [a80b3c06ee0457d536071d770ae4c16fcaf3ff05]

        split idl with multiple class into one idl per.
        
        Change-Id: I0703a647e2dd2082cee004b0bcd0d4988997e447

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [a0704a33a8ec2372f4b62a3a6094ae27d05c3464]

        rebase XSlideShow, XTransitionFactory
        
        Change-Id: Ia68d6904d3b3059f13a303d066080bab040087fe

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [03fff01af264521952263ba2fcd3ea5517b5f61f]

        split idl with multiple class into one idl per.
        
        Change-Id: I8b3e3203e8a360fb7f49892a9ac5927da7c3a764

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [27090ec011e6556906075e0ded54413e5d46b708]

        rebase XFormatCondition, XFormattedField, XFunction, XGroup, ....
        
        XImageControl, XReportControlModel, XREportDefinition
        
        Change-Id: I2c075de49b0b057917db7de5e997dbc1c2a13578

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [e49fc4bad3adb432a6511822bb74bf19e75aa73d]

        split idl with multiple class into one idl per.
        
        Change-Id: I81e9968a5cf7f0045dfd5e6733ad395539e54f90

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d6d34f19c42bdf6e2fe4c79efec9159e22a92ef]

        rebase XCanvas
        
        Change-Id: I4c401fa166f521b341c9affe80de54401b727ef7

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [47bb0df52e4749a3e22d519c228500d645bbdc56]

        split idl with multiple class into one idl per.
        
        Change-Id: Id80cd0761d459e6f5b77559aa157cd4e976edab4

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [bfbd4e37b14547f31eaddc73bbff0759adac0567]

        rebase XTextSearch
        
        Change-Id: I8cfe0e3e11a3720cd6cc174b045464f10f5612d3

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [18fb67927e6d8bef59ca9e27953417efce69a2c0]

        split idl with multiple class into one idl per.
        
        Change-Id: Ib80e0dde0da395c7b89dea91c40c4c7ec319b466

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [9c7872ac6e85fffbda517169b88e2118418bf070]

        rebase XColorSpace and XBitmapCanvas
        
        Change-Id: I9283e1d444a52970905d9af4d451d52834f1537b

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4400faefcf1340caaaf447522c602ee0540b154]

        split idl with multiple class into one idl per.
        
        Change-Id: Ic8b05b405c727853c5d5ce42427532797c965a45

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [569d19f36b3ef06db84e8860072e5eb890a550bb]

        rebase XStringRepresentation
        
        Change-Id: I10e680422598442e76dad24e06b56cb10a5ac936

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [683758efb22d08a4cf211a6d985148f513da2a90]

        split idl with multiple class into one idl per.
        
        Change-Id: I9506586cf110f864a2125775a8906d5c07d9210d

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e68b7e79cb7071de500dba00d24b9f157c0ec22]

        rebase XSlidePreviewCache
        
        Change-Id: I102c63d92611b69dc6a6cdc1c38555627c7ce2c3

2012-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2f0b0e54f45cd9694d07d9e0399cd39bc465c09e]

        Don't export zlib symbols
        
        Change-Id: Idd90a8ee15e275036f38d0b149ec4a599948e9ba

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [eed17d1f23bbefd5aae24cb7e75ecb37c8f28b4a]

        concat-deps: tweak boost handling to depend on unpacked target
        
        Change-Id: Iae93f7a81959a5d9c23e9bddb65e6154655374e6

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [a8f357cffdf7242b86e3b0e276034069e1be13c2]

        concat-deps: on Windows, compare paths case-insensitively
        
        Change-Id: I5e5d9b39cb0440644bf3ffb8dca4913dc123f672

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [eb94d42df886db5c1ff56e57ac5da5e012bdead3]

        concat-deps: bin pointless duplication
        
        Change-Id: I8aedf930bc007bf83f8111db9a5565668142321e

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [c8a8f5e669973cbbc57fe1ed2f87548cd3313714]

        concat-deps: properly recognize colon that follows target
        
        Should fix cases where for weirdly formatted input files the target was
        mangled erroneously.
        
        Change-Id: I28d94a6c714b5f893ac873f84fe2022e96cf1327

2012-11-07  Miklos Vajna  <vmiklos@suse.cz>  [d6a21d8761b2b8533e259bc0bf220bf27a58d4f0]

        BasicScriptListener_Impl::firing_impl: actually this is the default
        
        Change-Id: I0fdb522a1119da4a75094db86217449e9d940d19

2012-11-07  Miklos Vajna  <vmiklos@suse.cz>  [a166418b48ddcc24139a54f9a9b8a902fbb1e641]

        basic: fix String -> OUString conversion in BasicScriptListener_Impl
        
        Regression from commit ac476e78848ad02fd399633acbe9cb72e40d1235, the
        second parameter of OUString::copy() is not the end position, but the
        length. In practice this makes xray usable again.
        
        Change-Id: I9f345648c851b61e2e3c581bc605af7df4c12c87

2012-11-07  Jan Holesovsky  <kendy@suse.cz>  [f9c89b0662a3ffbf8af082451beda45f1087738d]

        Eat unneeded spaces at the beginning of .d files, they confuse concat-deps.
        
        Change-Id: I541fb875d4d0bc46eb1bbb21793343c0283fd412

2012-11-07  jailletc36  <christophe.jaillet@wanadoo.fr>  [c8eb6910cd41901daf2f4192c0b3e583a20adc90]

        cppCheck: Various clean-up
        
        mailconfigpapge: shouldn't it be a logical AND instead of a bit-wise operation ?
        HeaderFooterWin, drwtxtsh, formatclipboard, wview:	redundant assignment
        fldref: unused variable
        
        Change-Id: I5016c12527a8811676ff10f07f7be9e855c66814
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/996
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  Thorsten Behrens  <tbehrens@suse.com>  [f3acd7232371fd67a80062a045a1a09e3c8d5ab9]

        Documenting results from src code archeology.
        
        Kudos to mst for remembering the Writer core comments from Juergen
        Pingel.

2012-11-07  Stephan Bergmann  <sbergman@redhat.com>  [14800ce5f2a23ab45b01a631b9253f7f6f3a7ce5]

        Improve logging
        
        Change-Id: I5ff457c76970356a5748f6f319f32a1f49b86ca1

2012-11-07  Eike Rathke  <erack@redhat.com>  [6188a8db559c2a54e545d5b7ec2750521f1bfade]

        document the documentation
        
        and get rid of ugly DOS line ends.
        
        Change-Id: Ib20e594a26eb27d0649f64548eb55bc975218274

2012-11-07  Stephan Bergmann  <sbergman@redhat.com>  [74670bf04e0dc693de6ea060d0dd2c10ee3b184d]

        fdo#56818 Work around deadlock caused by differing lock orders
        
        Change-Id: Iaabe36bf0c1f051f9cebc2b65e614063698959fa

2012-11-07  Eike Rathke  <erack@redhat.com>  [628ec2a1ce1370b04b832437fce9a661f3d8f754]

        enhance documentation of Currency legacyOnly attribute
        
        Change-Id: I05f2f5e51490b6830a01fe72b11dd9da174719fd

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [08bf96de152609ee7586cd762db0b42f458920d6]

        Avoid "Warning: -- Macro `CC' redefined after use"
        
        Change-Id: I99352369cd29d695ef09b6bdc58ff4f10ac73880

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [52e51f0fe7e3badee58cc8c63f73bf63f9cc79ec]

        Should not call lt_mem_add_ref() with a NULL pointer here either
        
        Change-Id: I34f7ccca0fdfa71a53c2a80ae51178c5461b5640

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [2e7675b21707fc4efd012bda336a88307ecfc6ec]

        Must not call lt_mem_add_ref() with a NULL pointer
        
        Otherwise will get the
          lt-mem.c: line 216: assertion `p != ((void *)0)' failed
        message.
        
        Change-Id: Ic585ad638211fda66a54725c5a4bd041499349ef

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [fd58e9d5a969efa9ef983998d4a40f301c7ff695]

        Use -Zi when debug info wanted with MSVC
        
        It really sucks to have to propagate debugging options to the compiler
        in an ad-hoc fashion like this. But then each dmake-based external
        library module really is an individual, especially the ways they are
        built with MSVC.
        
        Liblangtag is especially exotic, as it uses autotools and libtool(!)
        also for a MSVC build. Which works, but just barely, almost by
        accident. For instance, it ends up using the Cygwin ar and ranlib on
        MSVC-produced object files. Which luckily seems to work at least with
        MSVC2008.
        
        Change-Id: I1c5244b2a599775c04ae8a003e4a096a0a11648f

2012-11-07  Caolán McNamara  <caolanm@redhat.com>  [5cc34dc91211b6173139d1a1a76c494c4a1f9a75]

        using a grid instead of a box
        
        because I haven't implemented widget prop expands yet in boxes, but I have in
        grid, not too hard to do, just need to get around to it
        
        Change-Id: I6120df6061f622e14f8160f0bb098fcaba15abab

2012-11-07  Caolán McNamara  <caolanm@redhat.com>  [2f534d934fb10707146af977f6d1db7a19277645]

        fix packconfig help message
        
        Change-Id: I71b55505047104c7e7d64ca93fc59429754892d1

2012-11-07  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [ae991a10701caac3db2483a8aef05e4e8385765c]

        Hide the rulers in Writer by default for a cleaner look
        
        This is consistent with Impress. Might need to be discussed with ux-advise
        
        Change-Id: Icbe719207410d952c76d96c84450fd5a5831ea15
        Reviewed-on: https://gerrit.libreoffice.org/956
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [d8b07e5ba238d529a7610dd302269ee05c5e8fbc]

        fdo#47157 Add more keywords to .desktop files
        
        Change-Id: I34d0bf75d7cf8c5ec764a1bfa0ad0e4c5ab8ae4e
        Reviewed-on: https://gerrit.libreoffice.org/953
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  László Németh  <nemeth@numbertext.org>  [c2a393fbaed468d1ffb3004f267dbbf11890bbd0]

        LibreLogo Writer extension
        
        Change-Id: I31a61f0773689a054b5d5008ca9d4eb0bd9d7a19
        Reviewed-on: https://gerrit.libreoffice.org/998
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [207ed1b1a17ca6d785cad936ecadcd160acc2b83]

        CMIS: added CheckIn dialog
        
        Change-Id: Iba938986478b880b7026285f607972a2e4d72283

2012-11-07  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b7686e41f1bbf655a4e3a5f142a5520faecfa6bc]

        CMIS: fixed <wsse:Expires> output: c_str() on a temp string object isn't good
        
        Change-Id: I7de9dd2372cd7b61a3bc03bdca0023a3bc7484bd

2012-11-07  Tor Lillqvist  <tml@iki.fi>  [192a0eb2beccee5349c3c7b60208aa95eb985f35]

        fdo51023: Revert e4450c54aee85b295b933e91d207fd8220c01107 for Mac OS X
        
        See bug for discussion. Basically, the root cause to the problem is
        that on the Mac, all the drag-and-drop action happens during the call
        to pSlideSorterViewShell->StartDrag() in the Initialize method. Thus
        no wonder that mpDragAndDropContext is null in the ProcessDragEvent()
        as it has not been initialized yet, and is in fact initialised
        pointlessly only after the drag-and-drop already has finished.
        
        Reverted just for Mac OS X and ifdefified in a straightforward even if
        ugly fashion.
        
        Change-Id: Icfb62fb24a5c72fda39c8bcea125267c99ecf624

2012-11-07  Jan Holesovsky  <kendy@suse.cz>  [7551d099d853fe5fbafc4d6a3bf4d71ac0e66dd1]

        There is no --with-system-glib any more.
        
        Change-Id: I43690a0196e54d45567f30151d95cf10f0ac3c38

2012-11-07  Jan Holesovsky  <kendy@suse.cz>  [ac449bffdc4ed8ac8aaa9eddd98e975cc61b5635]

        Fix MinGW build.
        
        Change-Id: I12fb6b8b8fdb7b9b00070c6d2a87da5d7d2fed13

2012-11-07  Matteo Casalin  <matteo.casalin@gmx.com>  [05c9b36b53240ca085d3273531fe56fe4c236826]

        Remove unnecessary #include
        
        Change-Id: I3c33ce1eecad649c3d23719b51d51057d41d9a2e
        Reviewed-on: https://gerrit.libreoffice.org/980
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  Stephan Bergmann  <sbergman@redhat.com>  [2ece91f79be01c1540328111ede717492222388b]

        Always package at least mozbootstrap
        
        ...if not even mozab.  Otherwise, there is no implementation of
        com.sun.star.mozilla.MozillaBootstrap and "File - Digital Signatures... - Sign
        Document..." cannot show any certificates from Mozilla profiles.
        
        Change-Id: Ie9b73fad798b2c2a3b52ba374ea967401694f685

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [949e06a801aa8b3939d621a450bf2b62c97fca16]

        gbuild: fix "missing separator" errors with --enable-crashdump
        
        Add missing backslash in com_MSC_class.mk.
        Thanks to Julien Nabet for finding this problem.
        (regression from 85b6a93cf41fb05e726027e34fcd805330e20414)
        
        Change-Id: Iaae670c58e42bc22691b141495598276fa23bf02

2012-11-07  Ricardo Montania  <ricardo@linuxafundo.com.br>  [595771d00dd7993ad34f38bcb6dfee880e75dffd]

        More ::rtl::OUString -> OUString in bridges
        
        Change-Id: Ibd29c68077dd8f27c95cd4cb62cd8dad0e18aacf
        Reviewed-on: https://gerrit.libreoffice.org/976
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  Ricardo Montania  <ricardo@linuxafundo.com.br>  [da67a17d2dc3000b1d72ef9a02a48f509a009b45]

        ::rtl::OUString -> OUString in bridges
        
        Change-Id: I3a4fa7b108c58f100d2c8a586ec6c76af902e138
        Reviewed-on: https://gerrit.libreoffice.org/974
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [f0e797a351babf2282bac801c33a485671accf1b]

        basic: adapt dllmgr-x64.cxx to OUString changes
        
        Change-Id: I9e5ff5be1f001a9f55953fd516fb5ef7fe94bf44

2012-11-07  Michael Stahl  <mstahl@redhat.com>  [8479ff19d9df5ad3f88bc370b49c4003e8bcd39c]

        mozab: adapt to XComponentContext changes
        
        Change-Id: I6b8cdd69edb1e25cd7545cea5a3ffdfcff5000a0

2012-11-07  Caolán McNamara  <caolanm@redhat.com>  [2efa35a812a6f1e35e4959a357f50feff7e598f5]

        Resolves: fdo#56198 collect scrollbar click preference settings
        
        for gtk and merge with aqua equivalent so as to alternate "jump to here"
        behavior for primary button vs primary means scroll by single page. Secondary
        button takes the alternative behaviour
        
        Change-Id: I0a96f3131f41ec87052da39cbe96bfd895ca53f6

2012-11-07  Caolán McNamara  <caolanm@redhat.com>  [b634cd4473bcd8170bfd7d53596893e65208ad88]

        remove label-less frame parent
        
        Change-Id: Ic75fe1e53a411b6d1357b8117a88697f493d3c9d

2012-11-07  Andras Timar  <atimar@suse.com>  [bc34145b403a9d5ff138a26310835ee9a6ac0496]

        update LICENSE document
        
        * add liblangtag
        * remove gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvg
        
        Change-Id: Ib5cb1e4d85a519eb8523e3ce5cf5896cf4fa38be

2012-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fca7d16e8c6b954caccc3042e6994602e254cba5]

        Windows absolute path does not need to start with path separator
        
        Change-Id: Ic76cf78c0b61778008c0aaa0b76a2c622c3e48c5

2012-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c14f33699780e74f56c8633e564bfd5a7ec8f5bc]

        Don't patch an xml file with its own content
        
        Change-Id: I7967230df84e794376abfe9f24dd8f9e01e9aed8

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [7aa973919d49cce56cf3f3abbba5253c15d975a2]

        Fix String -> OUString fallout
        
        Change-Id: I038848aed0c64c39ca93da89b4a78bd3a1f6d7d0

2012-11-07  David Tardon  <dtardon@redhat.com>  [bba04ae9ecefd56ead6e59070f50988d170a2ab3]

        drop glib external from mergedlib
        
        Change-Id: Id5f1410ee578cdd528d3c61c4822faf4ba41d037

2012-11-07  David Tardon  <dtardon@redhat.com>  [3c950c36620bfadb2acc539b438e771cbedfa2a5]

        drop precompiled header crack
        
        Change-Id: I37cddf2e6bd055f07a47430d75b985fccb7354c1

2012-11-07  David Tardon  <dtardon@redhat.com>  [14f756e680d0fec918f53c03595009acb8639d62]

        add missing package name
        
        Change-Id: Ie5efa51790a435cff7ff5489edf8cab0be2ab185

2012-11-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [27239ad23006b1fd1ddb21467f4c1fd637b560d5]

        basic: String -> OUString
        
        Change-Id: I42479b4bade5111e38d69f04c889c166f340d5ba

2012-11-07  Miklos Vajna  <vmiklos@suse.cz>  [f510217832a6edaf6a44169cabdf739985d00125]

        oox: fix doxygen comments in helper
        
        Change-Id: I1e9b2075cbbb7a2ad7de64dd449cb42bf95ecc20

2012-11-07  Takeshi Abe  <tabe@fixedpoint.jp>  [eb020150e174335a9956f5259ddced0026163373]

        sal_Bool to bool
        
        Change-Id: Ia1001ff0f4778bdf5e22bf2800f533dfba80c048

2012-11-07  Rene Engelhard  <rene@debian.org>  [b31416123ba8c073b707cb500806f0efb5a018b0]

        move CppunitTest_sal_osl_process to gb_Module_add_check_targets call
        
        Change-Id: I602e1d42fde19b9557e1a21ba4d3fe704dd3f834

2012-11-07  Matúš Kukan  <matus.kukan@gmail.com>  [e7fee7d4a5add0aa3547221953ad2e155c28ad15]

        add dependency on fontconfig to cairo
        
        Change-Id: I7c97169ea56c8290d0866e2e226cd4ecf4debc25

2012-11-07  Matúš Kukan  <matus.kukan@gmail.com>  [0f063b37863759c3c843cff94fdb166efeb3bed2]

        these modules are gone
        
        Change-Id: Ia39005c3c8a0f8287e591455d663828fba1f639f

2012-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aacefd4711bd84e59e23b1a91d21ff18f64e951c]

        Fix windows linking of i18npool
        
        Change-Id: I9e66d0528a8b095897e27216352979c4bcfb4eae

2012-11-07  Tor Lillqvist  <tml@iki.fi>  [4c1c61ce5701a3d2d273892dc8412eee08d0dca4]

        Revert "Try this crack then instead: explioitly build freetype first for Android"
        
        Nah, that didn't work either, cairo needs fontconfig, too, and that
        needs expat, it gets complicated, sigh.
        
        This reverts commit 35d5eeff13ae7ed91c27f05b8d8411039ac43d64.

2012-11-07  Tor Lillqvist  <tml@iki.fi>  [eb66f794d96a78cfca575f858bc9c65d1dee43b7]

        Put the __attribute__ in the correct place
        
        Change-Id: I8444fe62254cefe950f356e2f0bca5625420cd75

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d3e5956abf0ff1dc022fb8b9575606c6aa790e35]

        Adding msvc projects to liblangtag, in case needed
        
        Change-Id: Iebd6b7d925f402c41103cdd157d7009a9eda8e62

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [35d5eeff13ae7ed91c27f05b8d8411039ac43d64]

        Try this crack then instead: explioitly build freetype first for Android
        
        Change-Id: Ia7674bb1849ef870e540412fd496b2eaddfc09c5

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [36a3b74d8c205039f45156f8b1f62c78168d4aa9]

        Revert "Depend on the internal freetype when needed (for Android)"
        
        This caused some circular dependency issue.
        
        This reverts commit 78c5ba99f30cab3cd9c9b2f0dfa88926b2d29833.

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [5886b37b986ee6882537117a137bd29c06ac4163]

        Make sure -MD is used with MSVC (use the MSVCRT runtime)
        
        Change-Id: I864e45b6925fa35d4b75c9214b799f664a5c1247

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [28c1c143ab7e306cd1e6a7efe6e13a02c7ac15da]

        Use HAVE_STDINT_H instead of _MSC_VER
        
        Change-Id: I921f5adc72bb0c83389f74659127c4512fc93738

2012-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [84d252489db5fec6d0aebc8e5a8619876ac42355]

        Configury fixes for MSVC, avoid accidentally using -march=i486
        
        Change-Id: I2c3083ce84872e415e61c61e41473a3da14ed88a

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [cd4e44ee7ad6d06b4d5378d9a986a3ce67886ba0]

        Ignore the static and debugging libxml2 libs that get built with MSVC
        
        Change-Id: I499e5136d2bad8eb2b7c78a9ae85bf337661148f

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [052bd11da0ef5590e621862d5a5f2a0b296c8475]

        Pass V=1 when verbose to see compiler command lines
        
        Change-Id: I0fee18b1d5470c493b583e067b7ba6ff8b741b75

2012-11-06  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [94f01299a363644c35c4e0d99ecb912327bbd9d6]

        New Layout for Word Count Dialog
        
        Change-Id: I653b0546fc677bf8cfceac38cb0f98a1b106d0e2
        Reviewed-on: https://gerrit.libreoffice.org/995
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-06  Rene Engelhard  <rene@debian.org>  [ae4e4a11d4300f7448cb6bd170fcb034542caddc]

        typo...
        
        Change-Id: I2c7968194afbcf74967cd16c639dce7de858a513

2012-11-06  Rene Engelhard  <rene@debian.org>  [c75cf529f72f340ccccc2fc99dfc3c3e87cce84b]

        add AC_MSG_CHECKING/RESULT for ENABLE_SYSTRAY_GTK check
        
        Change-Id: Id82e2102f3742e16750440a0db77a81175fb647d

2012-11-06  Andras Timar  <atimar@suse.com>  [112d9e66d4c81168e955178c5c35480cb6303bb2]

        fdo#56346 add a few more Uralic languages to languages dropdown
        
        Change-Id: I4adad5b494e61d033d6525a07260f7b4b8cb4e9c

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f8961503e888b35071f151adf1904cb7b932e2f1]

        More work trying to build this thing on windows
        
        Change-Id: I064ef350fa1b01642917a4797f3a6e0a810174d0

2012-11-06  Caolán McNamara  <caolanm@redhat.com>  [1e98bb470a7cb27558ea84eec8b8e30d467835f5]

        leave gio blank for sfx2 --disable-gio case
        
        Change-Id: I670e5c04b56a59321efc59e7a92961362f47f706

2012-11-06  Rene Engelhard  <rene@debian.org>  [ac3c7ba458040410736b46927dac91130d8adb08]

        make gb_LinkTarget__use_gthread/_gobject work again; used in vcl/connectivity
        
        Change-Id: I30b249de52822dbd8c327c2213c5a7868a460fdd

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [93e83584c491cb53aec34dab2375bfc07337075c]

        Start making liblangtag 0.4.0 build for Windows
        
        Harder than I expected. Still incomplete. Thanks to Fridrich for the
        atomic stuff.
        
        Change-Id: Iacf6d3708ee04c75b98da4ffe250194657fda7c8

2012-11-06  Tor Lillqvist  <tml@iki.fi>  [78c5ba99f30cab3cd9c9b2f0dfa88926b2d29833]

        Depend on the internal freetype when needed (for Android)
        
        Change-Id: I02014d61cdbd77a40d0c797b3d4f3d26cff667de

2012-11-06  Tor Lillqvist  <tml@iki.fi>  [e10124b20efb8cb7caf0f02fc537147a6505aa1d]

        Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvg
        
        Now with librsvg no longer used, and liblangtag no longer using glib,
        a bunch of bundled (in some configurations, always on some platforms)
        3rd-party libraries are no longer needed.
        
        Initial work by rene, continued by tml.
        
        Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [7b58bf4c0bd6614e8ebf8d4fee880a235834323c]

        Try to unbreak the Android build
        
        Change-Id: I8fd77369cab201cd8ba2681398c23e81b186418f

2012-11-06  Michael Stahl  <mstahl@redhat.com>  [0d26b10ab6776e741d5744079e5ceb2226ffd1c0]

        jurt: remote test: synchronize updates to counters in TestWorkAt
        
        Apparently it is possible to lose updates there, or at least i've had a
        failure where only 34 out of 35 increments were performed when checking
        in passedAsyncTest from JobQueue_Test.testStaticThreadExecutesAsyncs.
        
        Change-Id: I823ac65980e4e94be21305a10b98b4cfca247c81

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [c67b80892e6e35171882de926b1aa48447106f07]

        Fix some file modes
        
        Change-Id: Ib1746fff848a4f5cc7dd1baec68d9acdc4f7ac1e

2012-11-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e0b4a73048d7ee97e51f7a1cf4d562ddad7b4c0]

        liblangtag: fix 0.4.0 breakages on Mac
        
        Change-Id: I354d82a86e4e45d49578ccea083d258f1660b60e

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8bd7e9a168a93dd148540871ab0d9dc2535e948e]

        Tiny cleanup
        
        Change-Id: Ie5d2a6bbcf94c0906441a03b72100706884d0dcd

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4708f9527dff6a3838dab8940c55655c4f30e8b3]

        Remove last remenants of glib from liblangtag and try to fix build
        
        Change-Id: Iae3aa684ce54e5025545179c35affc75eaf88dab

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [8246bdb500a6d83ea9b61f58fb74e051432e32d7]

        fdo#55138: Do not double-expand bootstrap variables
        
        For some reason that escapes me now, the old code double-expanded URLs in
        CONFIGURATION_LAYERS and in extension layer's configmgr.ini SCHEMA/DATA.  That
        produced wrong results when the pathnames represented by those URLs contain
        any "$" characters, as apparently routinely happens on Windows with roaming
        profiles.
        
        Change-Id: Iff149e7d8736cbcda579376cdc89e24cf99ccc97

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [4de42d02f865464057ca5681c67f63fece355173]

        Add some rtl::Bootstrap unit test
        
        ...there is still additional old cruft in sal/qa/rtl/bootstrap/, some of it
        might be worthwhile to resurrect.
        
        Change-Id: Ie334431abc8de839fa2e655cbd3dc4d014c38f15

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [c6d03e72014d15825a47aab3c2a1bc73cbba2df8]

        Some white-space clean-up
        
        Change-Id: Ice25e13891865c2c7a223a3708d200272645140d

2012-11-06  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [7705a50ba330cd3fa08f5edfe6617d9acde8e8a5]

        docx import: round float value to int when computing cells width
        
        Previously, truncating float to int was introducing accumulating
        rounding errors, which lead to visible change in column widths.
        
        Change-Id: I4557c716fba48dfd9a6c1c4d2cd0d0aa7aeae865

2012-11-06  Caolán McNamara  <caolanm@redhat.com>  [fdc76a03f50e1291a90035befac67b8205c7e770]

        WaE: duplicated variable name
        
        Change-Id: Id42116f2ddfe679b1a995590e35a619ff8d82d7e

2012-11-06  Matteo Casalin  <matteo.casalin@gmx.com>  [b4410c49063a5ba1c005929ffa8fb06b41cfef91]

        Make HangulHanjaConversion an abstract class
        
        Change-Id: Ie39801fc14a66af8b338188c74af9f6e52031e60
        Reviewed-on: https://gerrit.libreoffice.org/987
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4b4ddbc7d806de1c847be904ddad653c95f30b60]

        Fix liblangtag name in scp2
        
        Change-Id: I98d90b76dba619b75fd0cdb726678cb98705dc63

2012-11-06  Petr Mladek  <pmladek@suse.cz>  [524461f1721d0fb7c5bd115d72ca82711e0ff950]

        fix build with icu-4.0
        
        use functions already provided by icu-4.0
        
        Change-Id: I238a499ae1bc2a7efeb4d61fbe780e24d7d36a7a

2012-11-06  Petr Mladek  <pmladek@suse.cz>  [29decbdb14d5411d96bd0220f67d12ac94744b7c]

        SUSE builds use the vendow SUSE now :-)
        
        Change-Id: I32ecaaea616a1c0ffa62f72a1f3fb3a14d5144c6

2012-11-06  Luboš Luňák  <l.lunak@suse.cz>  [6e4d4adc5638d8d51d1df05e22def0c8a32c679f]

        use the generic LO claim from the about dialog for KDE's internal data
        
        It's not really visible anywhere anyway.

2012-11-06  Matteo Casalin  <matteo.casalin@gmx.com>  [53a227a707a52f1109f7e69022558afd2486659a]

        Don't play dirty tricks for const objects
        
        Change-Id: I92c2362b71cf3614b091c893c0fdb3248edb3ddd
        Reviewed-on: https://gerrit.libreoffice.org/973
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-11-06  Tor Lillqvist  <tml@iki.fi>  [f354ba7a3aba1301f3951fdd9f74a38bd94255af]

        Unbreak compilation of the iOS vcl code
        
        Note that this is code basically copy-pasted from the MacOSX ("aqua")
        back-end with some small edits, and it is not clear at all that it
        will eventually be used in this form at all. But until then, let's
        keep it compiling.
        
        Change-Id: Ia1bd63f2ecc621cd4ce699ffc754cab423321d42

2012-11-06  Alexander Wilms  <alexander.wilms@zoho.com>  [b9c98414ec9084cf97b5dcc911fb9941b5e57ebb]

        Added Tango colors to palette

2012-11-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [dda117265966c44f36bcfd8979b7b5aa45318752]

        cppCheck: Various clean-up
        
        xfdrawstyle.cxx: correct a copy/paste typo in constructor
        number.cxx: remove an unused variable
        inftxt.hxx: redundant assignment (pWrongList is assigned twice)
        
        Change-Id: I148e23272ffa169ef16052c475e5f24a87383e5b
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/983
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [282d0a2109b6909df778bafa0ef37a8baa972a80]

        cppCheck: Possible inefficient checking for emptiness
        
        Change-Id: Ief04fa81abbba9e66353c57eb586f864c37deed0
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/986
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [739f99e2eaa0f3271a9471b6fe776c0dc370eacb]

        Require system liblangtag 0.4.0 at least -- abi change
        
        Change-Id: I4a869e9307ebc47b1cd8d759d9dfa3bb781f47c8

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e02f49a0f0acfcbf2cedd126de25a7bb9643a4b]

        Adapting to liblangtag 0.4.0
        
        Change-Id: Ie70a38a1481a280760a435f4809020ed5a327627

2012-11-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2254f5022d9e1b1320f9bbd7a9df8292e2dee9f4]

        Upgrading to liblangtag 0.4.0
        
        Change-Id: Ia3e08af69fd3f7a3d2d523272ba849fc43a42c67

2012-11-06  Lennard  <Wasserthal@nefkom.net>  [85ea03ae536831649b104694d08dced4d4c8663f]

        fdo#55430 allow clicking objects in front of selected ones
        
        Prevents that selected objects shadow selecting others in front of them.
        
        Change-Id: Iee4abf4eddf79ef7ed331221b0a0b23d3370ae2b
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/927
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2012-11-06  Luboš Luňák  <l.lunak@suse.cz>  [6f79b2e35be0778bfec3e1854483f2e9a68f68f3]

        Revert "if/else placement"
        
        This reverts commit fd1e39cad891282e4343be4d5e80125d7954b347.
        I don't see how this cosmetic change can actually affect anything,
        but tinderbox #27 seems to claim one of the unittests fails because
        of this one single commits, so let's see.

2012-11-06  Michael Meeks  <michael.meeks@suse.com>  [7b32f67d1ab25905fd8866ba10ce39a287b86381]

        add missing ki18n helper.

2012-11-06  Michael Meeks  <michael.meeks@suse.com>  [44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70]

        re-base on ALv2 code. Includes (at least) relevant parts of:
        
            linecap: Reintegrating finished LineCap feature
            Patch contributed by Regina Henschel
            http://svn.apache.org/viewvc?view=revision&revision=1232507
        
            Patches contributed by Sven Jacobi
            impress212: #i81610# fixed animation export
            http://svn.apache.org/viewvc?view=revision&revision=1167620
            impress212: drawinglayer gbuild environment changes
            http://svn.apache.org/viewvc?view=revision&revision=1167627
            http://svn.apache.org/viewvc?view=revision&revision=1167628
            impress212: DffPropSet -> minor code improvements, removing table
            http://svn.apache.org/viewvc?view=revision&revision=1167634
            impress212: #158494# fixed excel import (text rotation)
            http://svn.apache.org/viewvc?view=revision&revision=1167638
        
            Patches contributed by Armin Le Grand
            Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement
            http://svn.apache.org/viewvc?view=revision&revision=1220836
            #118728# changed indentifying definitions for Svg file detection
            http://svn.apache.org/viewvc?view=revision&revision=1229961
            #118838# LineGeometry creation for complicated cases optimized to
        	create single Polygons
            http://svn.apache.org/viewvc?view=revision&revision=1236232
            #119176# corrected file type detection for SVG for svg files
        	without xml header
            http://svn.apache.org/viewvc?view=revision&revision=1309445
            #118728# Extended Svg file detection
            http://svn.apache.org/viewvc?view=revision&revision=1230531
            #118529# solve break converters and convert commands for OLEs and images
            http://svn.apache.org/viewvc?view=revision&revision=1186168
            svg: added WaE changes from branch svgreplacement to trunc
            http://svn.apache.org/viewvc?view=revision&revision=1222974
            svg: corrected missing member initialization
            http://svn.apache.org/viewvc?view=revision&revision=1226134
            fix for #118525#: Using primitives for chart sub-geometry visualisation
            http://svn.apache.org/viewvc?view=revision&revision=1226879
            #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert
        	metafiles to bitmapEx ...
            http://svn.apache.org/viewvc?view=revision&revision=1293316
            fix for #118525#: removed no longer used variable maOriginalMapMode, one
            more exception eliminated
            http://svn.apache.org/viewvc?view=revision&revision=1227097
            #16758# Added buffering to the VDev usages of the VclProcessor2D derivates...
            http://svn.apache.org/viewvc?view=revision&revision=1229521
            #116758# Secured VDev buffer device to Vcl deinit
            http://svn.apache.org/viewvc?view=revision&revision=1230574
            #116758# added remembering allocated VDevs for VDevBuffer to be able to also
            delete these when vcl goes down; it should never happen, but You never know
            http://svn.apache.org/viewvc?view=revision&revision=1230927
            #118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive
        	representation instead of TransparencePrimitive2D
            http://svn.apache.org/viewvc?view=revision&revision=1231198
            #118822# secured 3D geometry creation (slices) by subdividing the 2D
            source polyPolygon early
            http://svn.apache.org/viewvc?view=revision&revision=1234749
            #118829# enhanced Svg gradient quality, obstacles avoided
            http://svn.apache.org/viewvc?view=revision&revision=1235361
            #118834# Unified usage of TextBreakupHelper as single tooling class
            for i18n text primitive breakup
            http://svn.apache.org/viewvc?view=revision&revision=1236110
            #118853# added square pixel size limit to conversion of
            TransparencePrimitive2D to Metafile action
            http://svn.apache.org/viewvc?view=revision&revision=1237656
            #118824# coreccted mirroring and boundrect when the graphicmanager
            is used for bitmap output
            http://svn.apache.org/viewvc?view=revision&revision=1240097
            #115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for
            various optimization scenarios
            http://svn.apache.org/viewvc?view=revision&revision=1241434
            #118783# Corrected errors in ID strings, corrected Svg line/fill export,
            corrected polygon close state
            http://svn.apache.org/viewvc?view=revision&revision=1232006
            #118796# corrected null-pointer usage in SVG text exporter
            http://svn.apache.org/viewvc?view=revision&revision=1240262
            #118729# Use GraphicStreamUrl and GraphicUrl to allow multi image
            import with linked graphics, too
            http://svn.apache.org/viewvc?view=revision&revision=1229962
            #118898# corrected error in GDIMetaFile::GetBoundRect in handling
            MetaFloatTransparentAction
            http://svn.apache.org/viewvc?view=revision&revision=1293349
            #118855# Corrected handling of possibly created empty clipRegions
            after PolyPolygon clipping
            http://svn.apache.org/viewvc?view=revision&revision=1237725
        	#115962# Better (but not yet optimal, see comments in task) handling
        	of MetaFloatTransparentAction in PDF export
        	http://svn.apache.org/viewvc?view=revision&revision=1241078
            IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, ...
            http://svn.apache.org/viewvc?view=revision&revision=1200879
            118779# Added svg content streaming in/out to ImpGraphic stream operators
            http://svn.apache.org/viewvc?view=revision&revision=1231908
            linecap: correctons for WaE and mac drawing
            http://svn.apache.org/viewvc?view=revision&revision=1232793
            svg: uses current system Dpi for Svg replacement image creation
            http://svn.apache.org/viewvc?view=revision&revision=1233948
        
            Patches contributed by Mathias Bauer (and others)
            gnumake4 work variously
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            http://svn.apache.org/viewvc?view=revision&revision=1396797
            http://svn.apache.org/viewvc?view=revision&revision=1397315
            http://svn.apache.org/viewvc?view=revision&revision=1394326
            Remove duplicate header includes.
            cws mba34issues01: #i117720#: convert assertion into warning
            http://svn.apache.org/viewvc?view=revision&revision=1172352
            118485 - Styles for OLEs are not saved. Submitted by Armin Le Grand.
            http://svn.apache.org/viewvc?view=revision&revision=1182166
            cws mba34issues01: #i117714#: remove assertion
            http://svn.apache.org/viewvc?view=revision&revision=1172357
        
            Patch contributed by Jurgen Schmidt
            add some additional checks to ensure proper reading operations
            http://svn.apache.org/viewvc?view=revision&revision=1209022
            mostly prefer our stream / bounds checking work.
        
            Patches contributed by Herbert Duerr
            #i118816# add clarifying comment regarding Font::*Color*() methods
            http://svn.apache.org/viewvc?view=revision&revision=1233833
            extend macro->string handling for empty strings
            http://svn.apache.org/viewvc?view=revision&revision=1175801
            avoid magic constants for SALCOLOR_NONE
            http://svn.apache.org/viewvc?view=revision&revision=1177543
            initialize slant properly in ImplFontMetricData constructor (author=iorsh)
            http://svn.apache.org/viewvc?view=revision&revision=1177551
            #i118675# make check for extension updates more stable
            http://svn.apache.org/viewvc?view=revision&revision=1214797
            #a118617# remove VBasicEventListener.dll binary
            There are no known users depending on its CLSID
            http://svn.apache.org/viewvc?view=revision&revision=1203697
        
            Patches contributed by Ariel Constenla-Haile
            Fix build breaker on Linux/gcc
            http://svn.apache.org/viewvc?view=revision&revision=1221104
            Fix crash when trying to instantiate css.graphic.GraphicRasterizer_RSVG
            http://svn.apache.org/viewvc?view=revision&revision=1215559
        
            Patches contributed by Oliver-Rainer Wittmann
            sw34bf06: #i117962# - method <SwFlyFrm::IsPaint(..)> - consider
            instances of <SwFlyDrawObj>
            http://svn.apache.org/viewvc?view=revision&revision=1172120
            sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
            apply print settings to new printing routines
            http://svn.apache.org/viewvc?view=revision&revision=1172115
        
            gnumake4 work variously from Hans-Joachim Lankenau
            http://svn.apache.org/viewvc?view=revision&revision=1397315
            http://svn.apache.org/viewvc?view=revision&revision=1396797
            http://svn.apache.org/viewvc?view=revision&revision=1396782
            http://svn.apache.org/viewvc?view=revision&revision=1394707
            plus some amount of re-splitting of legacy headers.
        
            Patch contributed by Pavel Janik
            WaE: Remove unused variables.
            http://svn.apache.org/viewvc?view=revision&revision=1230697
        
            Patches contributed by Takashi Ono
            mingwport35: i#117795: MinGW port fix for vcl2gnumake
            http://svn.apache.org/viewvc?view=revision&revision=1172091
            mingwport35: i#117795: MinGW port fix for vcl2gnumake
            http://svn.apache.org/viewvc?view=revision&revision=1172091
        
            Patch contributed by Christian Lippka
            impress212: #i98044# re enable Text menu for outline and title shapes
            http://svn.apache.org/viewvc?view=revision&revision=1167639
        
            Patch contributed by Andre Fischer
            118674: Made category B code optional and disabled by default.
            http://svn.apache.org/viewvc?view=revision&revision=1215131
            118881: Ignore empty paragraphs after bullets.
            http://svn.apache.org/viewvc?view=revision&revision=1296205
        
            Patches contributed by Philipp Lohmann
            ooo340fixes: #i117780# use rtl allocator
            http://svn.apache.org/viewvc?view=revision&revision=1172087
            ooo34gsl02: #i117807# fix an off by one error (index actually
            inside the pfb section header)
            http://svn.apache.org/viewvc?view=revision&revision=1167576
        
        various cleanups, related compilation fixes, warning cleanups, re-working
        of obsolete stl template pieces to use boost instead, changed string
        classes, re-adapt KDE about data, about dialog, fixing warnings,
        and other fixes & improvements.
        Disable svg import / render for about/ branding code-paths for now.
        Restore full icon theme set.
        Remove OS/2 conditionals and sources.
        Remove conflicting gtk/full-screen monitors support.
        Retain existing svg rasterizer files - temporarily disabled.
        Standardize stringificaiton and fixup dllpostfix issues.
        Rename SvgGradientHelper::== to equalTo to avoid overloading issues.
        Use the flat GdiPlus API for LineCaps calls.

2012-11-06  Armin Le Grand  <armin.le.grand@oracle.com>  [eff92f2501cf070cd912508b2ccc3c0108d0327c]

        aw084: #i108052# Added code to mimic old behaviour
        
        and call user layout link when empty paragraph is rendered

2012-11-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1865174e30d23f3eb85b7600cb33f29b8d4557d4]

        impress211: fix a rebase problem

2012-11-06  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [2a755f3af94d8bb0184d1045ac46f0f1f5bcf46d]

        impress211: #i110990# Fixed slide show spanning multiple displays on Windows.
        
        Conflicts:
        	vcl/source/window/window.cxx

2012-11-06  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [73f89b5d36dbae26072a1e749f10dfd6ffb6dd6e]

        impress211: #i116911#  Accept -1 as special value for multi monitor support.
        
        Conflicts:
        	vcl/source/window/wrkwin.cxx
        	vcl/win/source/window/salframe.cxx

2012-11-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [784909a789f9ba7eb7cf7a6dbf5d8172f49bcc97]

        impress211: #i116339# implement bHandleAllCurrentEvents
        
        Conflicts:
        	vcl/unx/generic/app/saldata.cxx

2012-11-06  Michael Meeks  <michael.meeks@suse.com>  [138322482296aca2aa20399dbb42afe2effee21d]

        Revert "calc65: #i116318# Fixed the painting of axial gradients."
        
        This reverts commit de2dd7a15678d2968cd7c22d74e7056c35a051f3.

2012-11-06  Caolán McNamara  <caolanm@redhat.com>  [deaa86b263e47965eeb67ebb179023bdf5ba82c2]

        Resolves: fdo#56554 hyphen in RTL date field split RTL processing
        
        If we split a range into complex and non-complex, and then decide
        that the non-complex range is RTL after all, then extend the
        original complex range to cover the additional RTL sequence.
        
        Which keeps the full chunk together to be processed correctly
        
        Change-Id: I66a5d585cb22fdb5b6c1de2a8665a9c2c9134f88

2012-11-06  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [99338b4b11fab0a857029d35edf6421be05353c7]

        linkoo can now link the en-US .ui files
        
        Change-Id: I22b74096d01d56282771f01eb5e966980607632c

2012-11-06  Noel Power  <noel.power@suse.com>  [a7d38322d6211863024456602da1dff23a8316dd]

        add license info
        
        Change-Id: I56653d99e1fac5e1b7cd2a69b4b160df4b75bb5d

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [2d1253b40a40307b48023b6fa3223f092b790672]

        XMultiServiceFactory / XComponentContext fix
        
        Change-Id: Icf337b7bb0894a61b2a36a594ff259c601ddaabb

2012-11-06  Miklos Vajna  <vmiklos@suse.cz>  [7b7bee4ed5722ce59ffd3394a0330d71d69d66b3]

        fdo#48442 fix default hori/vert frame anchor during RTF import
        
        We used to send nothing when we got nothing, but this is not correct:
        \pvmrg and \phmrg is the default in RTF, but not in Writer.
        
        Change-Id: I9f69e282e68f0828c8b5ba98657cad1dd0715eb3

2012-11-06  Tor Lillqvist  <tlillqvist@suse.com>  [13d21b1f039870c3f6b4b0b55466648fa503b001]

        'xMSF' : undeclared identifier
        
        Change-Id: Iba7a18b0c28da6a3955e62fe54ba96842e571064

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [798ecdf4ec21199d21661632ed6b17de5e79e120]

        Improve check for -Wself-assign-field
        
        Change-Id: I57e43362f896ad08d4af408f4fac63d26b71bffa

2012-11-06  Stephan Bergmann  <sbergman@redhat.com>  [77ac46dcf20d5f0ca341e6a039551b8117c6571b]

        fdo#46808: Further fix of Windows-only odma_provider
        
        Change-Id: I6559dd00ea6f238a4f31e384fd31b4fb05ebd5c1

2012-11-06  Takeshi Abe  <tabe@fixedpoint.jp>  [91b2da3bc41a09a4d3bbc608268236a7e42f2685]

        sal_Bool to bool
        
        Change-Id: I3e8b7db8422680b865c10c7ead4ad782e2d5c5e1

2012-11-06  David Tardon  <dtardon@redhat.com>  [efe0cbe6da64b2e150331112becade0ac3a53555]

        fdo#46808 adapt evoab driver
        
        Change-Id: I4debeba1b9637fdaaa369a28c9a6c98a4729d76e

2012-11-06  David Tardon  <dtardon@redhat.com>  [b50610f0fa35cf1a5f1e8f26f2a33dba5f0ffd01]

        fdo#46808 adapt GIO provider
        
        Change-Id: I63d2c4a3e4b83ef94c309223c78fb2f93ccf251e

2012-11-05  Peter Foley  <pefoley2@verizon.net>  [a6ac5b2a9e4298f7e187dd42eaa8a8587b1693c9]

        fix build with glibc 2.16
        
        Change-Id: Iaa983064dc8643bceb18cba3a2b720b3a5830b78

2012-11-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d84c6f8178dfebb618259f54409b4e67e7efe419]

        fdo#53531: Time field can be represented with an extended time field type.
        
        And Calc's header footer currently don't distinguish between time and
        extended time.  Time fields in the header / footer are always dynamic
        and never static.
        
        Change-Id: If628d179968c270a63d38cdc3bf6018c01241ac1

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [65d4e59fedc4ce6b0aa1ead3f55cecf5921a0c6f]

        fdo#46808: Adapt macab driver to recent commit
        
        Change-Id: Ie6e9c58cc4762a0159680a71ce2e03340dac6f7f

2012-11-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e434730ee910b4fd0b55b2f1b7fdc21e0fbc4f2]

        This is no longer true.
        
        Change-Id: I68bed64284f202107aed12106d55ee761f70e1df

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [daac674cbe95b366456b5870ab347ba87feff6fc]

        Updated core Project: binfilter  63f492b8333f5994294c8ea88fd8c5aa163ec6ff fdo#46808, use service constructor for i18n::CharacterClassification

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [14ee630a1740543a1e03cb23740d6db0adfb0f8f]

        fdo#46808: Work around cyclic comphelper use in ucbhelper
        
        ...by duplicating getComponentContext for now.
        
        Change-Id: Idad067b52e5ad9ed8a4f6676bc17db6c14807d56

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [6eec9d651d875d64d11b63c2c2070475a17f8ce1]

        fdo#46808: Adapt odma_provider to recent commit
        
        Change-Id: I217f2732f7a2ddb4f0fee19b304b162a79a17351

2012-11-05  Noel Grandin  <noel@peralex.com>  [0666e43c45876199ddc71e378554878cca6f0539]

        fdo#46808, use service constructor for i18n::CharacterClassification
        
        Change-Id: I0499ad7de27b1539e97f01ab8aa0ef2d6713ae76

2012-11-05  Miklos Vajna  <vmiklos@suse.cz>  [ebc61e11cdb02f5cc33aeabead3d191eaf0d23d3]

        fdo#52989 ignore provided size of JPEG files during RTF import
        
        See commit 66fa759b for rationale, this fix just does the same for JPEG
        files as well.
        
        Change-Id: I6a9ead5f4b4b9c4661cae99501bd7c14a2a79409

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [bbf0a6cf77bafb23c2fa20ac42713baf113e8c6f]

        Updated core Project: binfilter  ce44bd325ea92465dc64c7733cc88a58fef6ec91 fdo#46808, Adapt i18n::Transliteration UNO service to new style

2012-11-05  Stephan Bergmann  <sbergman@redhat.com>  [7c884716a7bac9ebb18c748cefb89426563a195e]

        fdo#46808: Slight simplifications of previous commit
        
        Change-Id: I9e0158faa24d388176427529500f073b8b6f34bd

2012-11-05  Noel Grandin  <noel@peralex.com>  [d2c45d0460cf99aadde1aaec11e032f488fa277b]

        fdo#46808, Adapt i18n::Transliteration UNO service to new style
        
        Simply make the service implement XExtendedTransliteration, since all
        of the implementatins already do that.
        
        Change-Id: If03bf56a8d33931ad0230743a4603e2ae9b104ac

2012-11-05  Noel Grandin  <noel@peralex.com>  [ec1c96a9b69a5a2546fe2564cd92fe9e33471fbc]

        fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier
        
        ...which has lots of nice knock-on effects.
        
        Change-Id: Icc93fdb70f24903b08702654db4e1105eb1d438e

2012-11-05  Noel Grandin  <noel@peralex.com>  [41a71413f4ebe69a48ee068fd5c785d6015c0cca]

        fdo#46808, use service constructor for ucb::PropertiesManager
        
        Change-Id: Ib0c7375ac9f72647b10adcb2cea8a0f8e2fdcca0

2012-11-05  Noel Grandin  <noel@peralex.com>  [b70a330d4f06daaeeff940b2f935c8089d8a7be6]

        fdo#46808, rename method
        
        Rename
            utl::OConfigurationTreeRoot::tryCreateWithServiceFactory
        to
            utl::OConfigurationTreeRoot::tryCreateWithComponentContext
        
        Change-Id: Ib39b44b21d206b5fdfa4162106fbdeb30b1dd37c

2012-11-05  Noel Grandin  <noel@peralex.com>  [8ec2fed7c88674258ce716e69ae31d8f9be7223c]

        fdo#46808, use service constructor for ucb::Store
        
        Change-Id: I62719ef9d58215e287af3e1be52404993722ec67

2012-11-05  Noel Grandin  <noel@peralex.com>  [1dedb15b17a8e8bf04f248809ef48db663034254]

        fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style
        
        Also create an NSSInitializer service IDL and split it's interfaces
        out from SEInitializer.
        It looks like this was the intention all along, but someone
        took a shortcut.
        
        Change-Id: I53ac1cb5d38b78b6718fe22c9666eae1f194a3b7

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [4c49af256a456af48f0b29262c0b23aa1f6a9cd5]

        Related: fdo#56554 fix multi-script html field export
        
        Change-Id: I05257bed8161e0a63814c9a563d79e5750f626ff

2012-11-05  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0853451b46f7227ea41a049e8de580ac9a4d5bf1]

        Correct propmerge
        
        If there is no po entry for a string
        than use the original en-US string
        
        Change-Id: I4296ae9c189a3c65cf93a806edbf1317651d1486

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [5c87141d350a66a9e5c8f1bf179d87420ccd9b60]

        Updated core Project: help  6291844ea9c4c1d6863c62cbd33e841ff21d3e7a adapt macro help ids for .ui

2012-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [c39ba09616c2f898ad691332b53354aa392a02e0]

        Revert "Add the concat-deps executable"
        
        It is already elsewhere, I was mislead by a leftover old one.
        
        This reverts commit 75f7241fb74fed8d523cbdc3f0629611bd5f61e1.

2012-11-05  Tor Lillqvist  <tml@iki.fi>  [75f7241fb74fed8d523cbdc3f0629611bd5f61e1]

        Add the concat-deps executable
        
        Change-Id: Ic782353cbe77c2d30e8afac4807fe2c6fd882733

2012-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [ff8f891feba2b3447d5d7aa88747eaf958d37703]

        No need to mention "/solver", I think
        
        We already mention /*/unxlng???, /*/unxlng???.pro etc which should
        cover the normal $OUTDIR. We do now have one git-managed file in
        solver, README. Not mentioning /solver means git status will notice
        other files or subdirectories accidentally or misguidedly added in
        solver.
        
        Change-Id: Ie70b9ff32ac9c7282cef8d28ff04f3a22e4a78f6

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [cb76b15e60b870ffbdccdf501f1440675ccfe088]

        adapt macro help ids for .ui
        
        Change-Id: Ie6b528c5bde7b1b4167e483f0e0c5a5c1ff89470

2012-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [acc0535133c571642a9a1e3025255f34873f1699]

        ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurr
        
        That code was there since the beginning, but unreachable.
        Consequent cleanup removed it.
        
        Change-Id: I2564038ce58d7aff3860f154acac37266c155146

2012-11-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0f994fd7024fd44ef0c7e2e30d30b346ae767b3b]

        Fix libvisio with internal boost
        
        Change-Id: I7681844a78af455543a0dcd4d9a96087d2957e61

2012-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [6fbf08381e8ca59f801e3769dda8fa920e0632d2]

        Add solver/README
        
        Change-Id: I3905a8dc94e6b36612407cb961fdf9ca880b853d

2012-11-05  Michael Meeks  <michael.meeks@suse.com>  [ed7d5822c0008a7416bd9cc19d6b0c0e58a352ae]

        cleanup README files.
        
        Convert DOS -> unix newlines.
        Cleanup and clarify several files.

2012-11-05  Alia Almusaireae  <almusaireae@kacst.edu.sa>  [4aed4f436cf8e4b0f3f034dfb1d1025b05a61f0a]

        add a README files
        
        Change-Id: I4bd9a7d00df220e2a3deae3cc1b7b0f4a1098e24
        Reviewed-on: https://gerrit.libreoffice.org/989
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-11-05  Lionel Elie Mamane  <lionel@mamane.lu>  [b0d37e7f010bc159585e20c2792dcb9c4f3863c8]

        detect even more memory mismanagement on glibc
        
        Change-Id: I3a06e5970638c755e89f8ffdf96b68d3c6cdbe61
        Reviewed-on: https://gerrit.libreoffice.org/969
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-11-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [64ab61152cddafec62e0a4106f9844fb137ff83c]

        Uploading new libvisio 0.0.20 release
        
        Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [70892959541ad6259e5b9039d8dfaf63bd1b0516]

        replace %PRODUCTNAME
        
        Change-Id: I2fa2786366adf0b3d8875baa98a9a558cdf497db

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [be838ce7ff1db338e35f7d30b8bc6243ab3aaebb]

        WaE: extra clang warnings
        
        Change-Id: I5825c8004e29000cc6c15679f92aac3d18172b38

2012-11-05  Caolán McNamara  <caolanm@redhat.com>  [be968802f265394b42db9a02d9ed961394aa4663]

        convert basic dialog to .ui
        
        Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a

2012-11-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659]

        CMIS: added confirmation dialog for cancel checkout
        
        Change-Id: I12317bd8c91756c7960f04d2fad38dd509840932

2012-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [9c248f9265747351f32bf52d608a91393bfdf1e2]

        bnc#785727: Add more safety checks, exact bug mechanism unclear
        
        Change-Id: Ieef2ce470613f6adfbb134d2bd59f2a6fd4a848d

2012-11-05  Miklos Vajna  <vmiklos@suse.cz>  [a0796a641224adb15be153b7b0a94ccd788daf65]

        writerfilter: drop debugservices uno component
        
        I tried to ask all developers hacking writerfilter, and seems none of us
        use this at all.
        
        Change-Id: I46e59c49c47ec829e5e84cb814e515bf2e8cdafb

2012-11-05  David Ostrovsky  <david@ostrovsky.org>  [33973b8185b2808fe1e158aa2cd6b68d657fd9ce]

        disable ado test to make tinderbox happy
        
        Change-Id: I2c1aa64db61e281dc1cddc2e7d89d9b109dcf287

2012-11-05  Matteo Casalin  <matteo.casalin@gmx.com>  [efda195ac9a5f52c7df9dba1ace6c53b8da0f260]

        sal_Bool to bool
        
        Change-Id: I8a4890c6b0e466417387a09259e32dff57c640d6
        Reviewed-on: https://gerrit.libreoffice.org/979
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2e91c7d8cb027f3f8f06130e3d6552a0c6750ab]

        fix several bugs around cond format export to ooxml
        
        Change-Id: I4d9c8ea0cc778f5620136548324054b625938887

2012-11-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f96fa7b59c48f5f00d5987265a7a73091472b24]

        implement new cond format import from odf
        
        Change-Id: Ib1d80a25c29c1172d8d453d6f6b17ec081c8fef1

2012-11-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c412b2196343bdd13f4ab59314805a3b92b32071]

        add export for new cond formats to odf
        
        still missing:
        above average
        below average
        
        Change-Id: I32d4de1d5de3e61d05d75065952dca90bd81370a

2012-11-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5f449fe9c26a56271c68d70839348fc0047878c]

        export dxfs at the correct place
        
        Change-Id: I2ab31904169adad4f173d4655d0511855de77464

2012-11-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a59d4707bd9eaa4c5aae0195220ff45ad11ec5c9]

        fix ooxml color export
        
        Change-Id: I4b94883f594e13e9923bdd05593447a152fa8b0a

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b61693a154bb9c2a2de5e2646893b087eb8f9f4]

        Enough with that...
        
        peter's gbuildifications caused and ocean of red, that
        1/ was not followed up by any attempt by the author to fix
        2/ I wasted a good part of the weekend to de-entangle with
        only partial sucess
        
        reverting the whole mess for now...
        to be resubmited when a bit less borked...
        
        This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a.
        This reverts commit faef2e51d0c7b74334a11400b205daf382805780.
        This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42.
        This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421.
        This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad.
        This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29.
        This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c4c160a4519f20d50e7189ef92aac99b83c4cc6a]

        libcms2: mac has issue with long long
        
        Change-Id: Ibd1ec8d540597e611609dafdffb39266a2ec064d

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [faef2e51d0c7b74334a11400b205daf382805780]

        fix some lcms2 gbuildification breakages...
        
        Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13

2012-11-04  Matteo Casalin  <matteo.casalin@gmx.com>  [94a6776e2ae4e61bc58081ff6d734890f1458c5a]

        Remove unused local variable
        
        Change-Id: Ib8dc3b5b37c8777acca3f16ece81f4e1c01c582d

2012-11-04  Arnaud Versini  <arnaud.versini@gmail.com>  [c954e6e1317f82e06fac66556674bc066b429469]

        Fix fdo#56603 by NULL pointer checking in SwDrawTextShell::Execute
        
        Change-Id: I2dffbac1450682e4d116f10ca86a2837514f70a4
        Reviewed-on: https://gerrit.libreoffice.org/984
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0159e9e193011053ebe4cc988bd6c740bf232f44]

        we don't need to use the indirection here
        
        Change-Id: I138f35852951db5411c535b467fb82d844d8f25c

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [491abc60c1ea0d708173d3614e9097b01a67f607]

        implement text cond format import from odf
        
        Change-Id: Ic3616bf28711a3a5f0ea35caacaf181458eb5bb1

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14b78ada71d0a6fff0336c7bccd4dfdbc32d33bd]

        add the new cond formats to the dialogs
        
        Change-Id: I5383d74abaa1d568a4be8271d0e081f914ac4067

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7365db393b5c9f7035c9a8ea36e44904e641a269]

        implement text cond format export to odf
        
        Change-Id: I3992fb7150fff1422a04d85ead5f666f2d3f1bfb

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63ea94f1e5134e09fe33c8d36375d3608a5861ce]

        clean cond format ooxml import code
        
        Except for the base cell we no onger need to modify the formula
        
        Change-Id: I57426910b570b4c4605a5d6e265c165324233a8a

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13fa07a4e369ad24ce7279292fb6604f57f86691]

        implement text cond formats ooxml import
        
        Change-Id: Icf6677131c6602e539515d73b1f08abd6e883dc9

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bca1f6b9cae0aacf4b49b237a913510c91ca10d1]

        implement text conditional formats
        
        Change-Id: I29e837c3495264b04c25a8d6977e3f8dd1efd73b

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13deb4cd8fca3f222003e0ace9875b80fda433d2]

        switch from String to OUString
        
        Change-Id: I755d6e6e9c1118792578de52bd3af484f88072be

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a87ed2c3dbd71dcf7d791b5d3fb756872582aa5]

        implement (no) error cond format import from odf
        
        Change-Id: I97d049360c9d7868ed1b92e3453f9523747b526a

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f506e99344158f0215228ab478bd3a19391d7220]

        implement export for (no) error cond format export to odf
        
        Change-Id: I5652803231651393b5f01d7c20e853819aef539d

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d1004f604cbdb74b16e963ac6ab8252c7124f0b]

        make the drop down box larger
        
        Change-Id: Iee7d2480eebd94497d8a8547fcd57b1bbc157c64

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [057ce1fe2911f51be97199bf95e175db8aebfa42]

        lcms2: fix deliver for Mac
        
        Change-Id: Iee360073d30e490231b4383720d95bdb7cb0fd30

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7d34af344900233ba08aee2a56a3daf85ab2421]

        lpsolve: missing owner for add_file
        
        Change-Id: I6cf49b204ca8fd00ba5475cb3effbe72546e3a6f

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [befae0ceb80deb4623f3e41ff88b6dcb63eca0ad]

        lpsolve: fix botched test to detect MACOSX
        
        Change-Id: I186a6191959b0b0826f3578c8d5eced12c258f3d

2012-11-04  Peter Foley  <pefoley2@verizon.net>  [433b43bcd2dbd146a9d6342fab0704d653c50d29]

        convert lcms2 to gbuild
        
        Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c

2012-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [198a18b246ac8105cd868138e0ba172f8e83c0d5]

        avoid 'else ifeq' construct in make
        
        Change-Id: I075313f99c88241348a9c1184d1e1a54de6154cc

2012-11-04  Andras Timar  <atimar@suse.com>  [5140baaa0283a87b8d78601619e0a58fe14adc01]

        MySQL Connector display name
        
        Change-Id: I36f2504cd7458d558b786aedaf79b2e3fa1444d5

2012-11-04  Julien Nabet  <serval2412@yahoo.fr>  [9ce3dea2fa630680f0648da77f9828281079abc4]

        Revert last commit
        
        Change-Id: I45496eb188339092e7b718064b9a2e88d2d9dd01

2012-11-04  Julien Nabet  <serval2412@yahoo.fr>  [376c1dfffe1c87f87265f8d22d484fd6bb6185dd]

        Try to fix a missing endif blindly
        
        Change-Id: I05474288e19b9bf6d7cad79b60a5c2ed2af41466

2012-11-04  Julien Nabet  <serval2412@yahoo.fr>  [99ddd576935c6114d00e5a51756d3dd78070af58]

        Fix .Len -> getLength
        
        Change-Id: Ibe3e97a6fa59098b9234e4aae04118abc4e37eea

2012-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [f2d4303a0e93c9b541e3e9efd3f2dd2d756db209]

        sal_Bool to bool
        
        Change-Id: I51b096bab5f5c12a9c4c6633aa3150c50e9ffa47

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [445e66f775c828fa10960142f9a9013e8cdc1110]

        gbuild: add beginning of gcov support
        
        Change-Id: If5b551c46de4afae2393a6320d08c191feafc358

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [7378043546f1a4b3dc89cdce648bc4c4ef067525]

        unottest: add get(URL|Path)FromWorkdir to locate $WORKDIR_FOR_BUILD
        
        Change-Id: Iec4e609e023262f357a7552b75863aeae9385205

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [b68a0f659500c2db86aa99df78bac292e3e93d79]

        basic add a generic unit test fixture
        
        basic_coverage is a generic unit test that scan
        qa/basic_coverage/*
        
        each file there is supposed to be a well formed Basic script
        that define as least a Function doUnitTest as Integer
        that return 1 if OK, 0 if not OK
        
        Change-Id: I6c3cfac1e7ce4748f46c04344102a0eff69b6a49

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [d92814f462432b52b1ef4d0dc335d22af881397b]

        basic: preliminary cosmetic clean-up
        
        parsing 1000s of line of code is hard enough without having to fight
        with weird indentation and irregular formatting.
        
        So as the review progress, in order to follow the code, cosmetic changes
        were made...
        
        In order to minimize the task of the reviewers and allow them to
        concentrate on what matter, an effort is made to collect these
        cosmetic changes into this separate commit.
        
        Change-Id: I3c9b04a0150d0d0a048c2e976fe24de4f2b6b98a

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [4316e643ef345b0f673b4a03a80a4b7cb3185588]

        WaE uno any conversion does not like int
        
        Change-Id: I54abaf2cd4dd896b39b4b6993d6d2f7c37f35e18

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [a884fe58a18a1007044de7141dfa70d1ac5fab4e]

        basic: OUStringification of ddectrl
        
        Change-Id: I2af40d7c8117aff8ce62a8ea0eec579664f8bdeb

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [c5b7d8f9d9b9a3c74334af620879e99ee1858679]

        basic migration to OUString
        
        Change-Id: I1f9403174b3779801d91ba20d846191ed9a09eed

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [6702bc37d4bc28ec45c6c25f6a953997f6999270]

        basic: convert StepPAD to OUString
        
        Change-Id: I19d05f455767c973a47d0233b3af20af1ac3a20a

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [8ce4050497566182a0d9620e85cb28b5b13df67d]

        simplify and use OUString for StepLOADNC
        
        Change-Id: I92c86f672cc79506c2c7c56bb3402b4436f71c98

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1435d9ea65982ede988b6b7009d7ff219491929]

        basic: use OUString in DimAsNewRecoverItem
        
        Change-Id: Icfecff549161c3c429524549b65752671792a94f

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [973d0618393375fafeefbc3a2bb6f3cd73428889]

        basic: unnecessary round-trip via String
        
        Change-Id: I691a59b8ab9e6352a9257dac35b8e378e6ef9666

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [5120d8c59dc019c09b38cd97c1581b7a4cbf9d2f]

        basic: avoid String<>OUString issue by by-passing them completely
        
        Change-Id: If741661f1151950a2180fa5c6504957b44a7e998

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac476e78848ad02fd399633acbe9cb72e40d1235]

        basic: clean-up String from eventatt.cxx
        
        Change-Id: I78f39310dbb0a024af4268f503a6150451f12778

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbf1bcd9ad9cc0368aef4a4de41e9538f6ad91b0]

        basic: String -> OUString in basicmanager
        
        Change-Id: I6607bfe8b6bf4d29ffd01cd88a19af5e53d616b5

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [c5e5699c80cfb32a164696a2c5144b5ccb0a91a9]

        svformatter already accept OUString input
        
        Change-Id: Icca8c40db4a4449876e115a0746319f3f893e846

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [6f978fa97760206baa9f78b917a9e20c7a489929]

        basic: use OUString internaly for error messages
        
        Change-Id: I9ea243f93b7477814037deca2f332c3359ce527d

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [dcdac24cd6284405278d3f3e7055e67416854f1d]

        cosmetic prep-work
        
        Change-Id: I732a8506a25f48c89cd0dc590e7305d355aa0762

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [363d2c6f8bb3de234f1576a5995677d4b9a65fba]

        use OUString for intermediary result in PrepareNumberFormatter
        
        Change-Id: I9435d926beb2fd7ebe350f61634673eed7228fbe

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [de8d81b15777351148ed561f2e85aa22f48f2339]

        cosmetic clean-up
        
        Change-Id: Ie9569fba8b03656b9a50e9add06c8e13d0026624

2012-11-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf38d7f7a8fa4efd100cb368dc19c6472c4094a0]

        basic: implement RIGHT with OUString
        
        Change-Id: Iff2150cf45569ca3d95f461495f49c455178cb5e

2012-11-03  Peter Foley  <pefoley2@verizon.net>  [6a0698554cbe86b2763873e26e1fce65e6c2fa6d]

        fix connectivity test with Win8 sdk
        
        Change-Id: I1a7f15c4fd97e3a134698e8b6f7e2a93701674fe

2012-11-03  Peter Foley  <pefoley2@verizon.net>  [93e2c4a9d257ebbe794fbaba888229857e7c42d8]

        convert lpsolve to gbuild
        
        Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680

2012-11-03  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [bdcdbf5da0aa17f7a347ab25b5f6e0b1bea87d62]

        Remove unused method and also remove not build test
        
        These tests are not in the main build, so remove it all.
        
        Change-Id: Ia0e13c984fe11b543a66d3150082cbdd7f34296a
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/977
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aca832667b04186caee31ce551318bd833c5d950]

        fix the remaining UI places that needed update for new cond formats
        
        Change-Id: I9df9a2adadf2e4181e1f601259eadf6bbc6007ca

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13b44426ce1035b2a64ef2b51b9ecaa246e8666d]

        fix ooxml (no) error cond format import
        
        Change-Id: Icb04a12a9db082e1cc64565cb8d31b50963b799e

2012-11-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [3a6b23a36bbc0fdbfc8cc609c6344dd98e3d3fe5]

        Fix copy&paste in test
        
        Also, change CPPUNIT_ASSERT_MESSAGE to CPPUNIT_ASSERT_EuAL_MESSAGE_EQUAL,
        as suggested by Markus Mohrhard.
        
        Change-Id: I1333e125dafaa98dafc493bd25eb20f0b09c792e
        Suggested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Signeg-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [951910adf41d88bf12f916f5c5afcb48cc6be4f9]

        add strings for (no) error cond formats
        
        Change-Id: I0479fe508b02590da80a7fda5e4f4374da2e0294

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97b6b6f4d0e6293759a02db089c9210b8c7287c1]

        add (no) error cond format export to ooxml
        
        Change-Id: I11537a22f72130d796887581611449c849ab0876

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52a6d6f5c9af1e5ad0a884eb221a5429a954d887]

        add (no) error cond format import from ooxml
        
        Change-Id: I668a9b843cf281a167ca87d24b717c782bbc1e1b

2012-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [947003702ecdf8d093f37a43f669a6b7aee95bbf]

        add error and not error condition
        
        Change-Id: Iaf087a470fa7353877ac726af907e6d4a31cba99

2012-11-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0fd7f81ec6765133bc2a964afd832631cd1bbf31]

        Implement new treex executable
        
        Which localize and update help tree files
        instead of update_tree.pl.
        Use it to update extensions' help.
        Next step: use it with general help.
        
        Change-Id: Ife9696bdd8b973ef3cf30626533e38720408179b

2012-11-03  Peter Foley  <pefoley2@verizon.net>  [dd584cb4eaad85d458ee2dc58480ec3ea7a2a311]

        convert hyphen to gbuild
        
        Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604

2012-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bcf400f379613d52787f213ee867a24637d4ead]

        this should not have been commited
        
        Change-Id: Ida651d386379e7f43cadce3a2fe8c6d99fd41c5e

2012-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e1f89f08bd9712edeb0a0770193cb21633c054c]

        hide the second edit field for all necessary cond formats
        
        Change-Id: I56c5ba7829540d0c619adb8ff68eacc736ff92ff

2012-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [338c7073e45df2463dfe1e85babe34bc10017a1c]

        improve cond format export to ooxml
        
        Change-Id: Ie89d5595c528b546b5de870421bf7d27a928c739

2012-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [167ba3fee2f3f52420197d7791a3125787a93247]

        add an import test for the new cond formats
        
        Change-Id: I2c25604df183ce27845f9e01bb27ab92fc8ffbec

2012-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81fd504f0b39130770144ac73c39e7309a836731]

        be more forgiving for empty cells in tests with csv files
        
        Change-Id: I69f66cc580da0aab79e7df15ad5201624ce0f9f2

2012-11-03  Miklos Vajna  <vmiklos@suse.cz>  [7fe8d9328c619523897aa0e84b4bb9f5ab11b743]

        xmloff: drop unused OUStrings
        
        Change-Id: I040e9a5c9e60a27aa82fd624cc01edfecf5cc8de

2012-11-03  Ricardo Montania  <ricardo@linuxafundo.com.br>  [b524b0bd98e4f841c88b91bff4bd23e68897a501]

        fdo#38838 UniString removal
        
        Change-Id: Id1a17001caa0f6350de10d8af016630f4c76a55b
        Reviewed-on: https://gerrit.libreoffice.org/970
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-11-03  Miklos Vajna  <vmiklos@suse.cz>  [ea9a335084785349ca87bbcd0a43dc3b4f7724ed]

        document writerfilter.profile log area
        
        Change-Id: I882de51f0605c4556d97b735fa3e85f686799c61

2012-11-03  Matúš Kukan  <matus.kukan@gmail.com>  [30c4c07c36aeeaa5f054d75f7697d8f93b398eab]

        download: fix if/else logic
        
        Change-Id: I3d465d17f4db8d2cf1253f9f6405051136d31c07

2012-11-03  Matúš Kukan  <matus.kukan@gmail.com>  [8835ac678f54ec881c5072290fe54be0cc9b5196]

        bin pointless post_download.in
        
        Getting dbghelp.dll with help of dbg_x86.msi was removed.
        It was most probably obsolete.
        
        Change-Id: Iab4c63b2ad883e3d1db3df965eecf15dccb478eb

2012-11-03  Matúš Kukan  <matus.kukan@gmail.com>  [75a087c80730bdce257756d863397da8268469b5]

        compile concat-deps in solenv; also put them into $(OUTDIR)
        
        Change-Id: I4ef21f14a77442b60059c649b83435c775670060

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [d32878608ecfdeceaddb266ac69198ef69b62c12]

        fix copy ctor
        
        Using operator= in a copy ctor is a rather bad idea when the operator= accesses
        uninitialized data members.

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [155f09b32f71e15c7c322e7a8f3452be9310f69f]

        Define gb_CPPU_ENV befire use
        
        Change-Id: Ic2d06a2986cb27adb278570feaa2937c58619ea6

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [ad410afdfa5609e0bf4ea643d9b027064371588d]

        fix strange copy ctor that triggers a missing base initialization warning

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [363cf6579930565094b908e7c9390bea29f290e8]

        ado headers need -fpermissive with gcc

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [5cf2d86ac8347c3456b25f1fadacd8088d9b03b8]

        fix copy&paste

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [3df6e50bcdec2204f38aab14c88fc7842b1dc414]

        Set BUILD64, not sure if actually needed
        
        Change-Id: I9e301d5887a7ca13c9abed56da433ef8b1498a07

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [ed19103fd482830378e633497bef5a2bef31b56b]

        Convince nss to build with 64-bit MSVC
        
        Change-Id: I1b840a03e87e1ca73239c0a3ee17741de97d1543

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [929182933533f75f93da6042649cef2c81d4de90]

        Don't bother building a static or debugging lpsolve lib that we don't use
        
        Change-Id: Ib34acf0ae4c18f40809a0a16438527dbcd9ffc80

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [903346aa8d8f278cc1a408bc4bc3e723f3f357a2]

        More x64 MSVC fixes
        
        Change-Id: If3a81a27b008d396d5cee05337feb2cc58e498d6

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [6bdc5883b2f277ec36ffc1855b132aeab7e3e80b]

        Command line warning D9035 : option 'o' has been deprecated
        
        Change-Id: I85f6bf69d9b3294800de2144ad269d3b06f3296f

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [20d305aac14544f1162cfc6b62bfe4b0f59c63a1]

        Experimental, work in progress, 64-bit MSVC build setup
        
        Change-Id: I8e427e1e328ab61664e3e976da1be8df40295904

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [f922e65666d25fe29ce85ecf63091b62f1dfbe49]

        64-bit Windows build modifications
        
        Change-Id: I747e05ba7ad3e79f7e16d3a370a7b17dde04dfd7

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [2bd8cff7b2701d7a8f67cf97402e20aaad15d8e8]

        Add --msvc-copy-dlls-64 option
        
        Implement it in a somewhat ad-hoc way.
        
        Change-Id: I6558d30672a02c4fd22f1eedbe1a7f187164f031

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [4dec0575a36b21cb333f4d397f146aba9c8e63f3]

        Don't bother with dbghelp and gdiplus when building 64-bit
        
        Change-Id: I2671c1dc2994c4cb7d5aca24c8f312b3bd3034cb

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [fd1e39cad891282e4343be4d5e80125d7954b347]

        if/else placement
        
        Change-Id: I1f1cd86b66123f9c14423de685263f295629e4b2

2012-11-03  David Ostrovsky  <david@ostrovsky.org>  [1f02853eccd33585a4964c370b15fcd356dfef9d]

        fdo#53070 add complete unit test
        
        Change-Id: I34f7a8ae58fa6af4c8cfdd13330420f1576fa2c9

2012-11-03  Luboš Luňák  <l.lunak@suse.cz>  [25515ae603dfcbbc8488f468f3dbb8e81b724518]

        msvc can't handle #if inside macro arguments
        
        Change-Id: I4a4ae336c46dc44afb5259ca5d094a9590d39017

2012-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [cb225ab3a25bef4ac304ec314b61e75369440e38]

        Don't look for a x64 compiler separately if we are building with it
        
        This change just to avoid misleading warnings. Will have to verify
        later that a proper 64-bit Explorer extension gets built in this case.
        
        (There should be no need to build a separate 32-bit Explorer extension
        when building a 64-bit LibreOffice. After all, a 64-bit LO can be
        installed only on a 64-bit OS with a 64-bit Explorer.)

2012-11-03  Tor Lillqvist  <tml@iki.fi>  [bef4daee6631f92e737df31af6d3a8779dfa9720]

        WaE: unused parameter
        
        Change-Id: I3bc0896d1bb8c281e535d8a55ced1dec707b1d76

2012-11-03  Tor Lillqvist  <tml@iki.fi>  [157995fa389596ef03b2c5fa8158a8285cc57803]

        isfinite() is hard to get right
        
        Change-Id: Iae369a1b057d207f18c8c0ea8ac4fb5437ff1da5

2012-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [2a9fd5d68304beebcffd2f6a66e65c95eb433c40]

        sal_Bool to bool
        
        Change-Id: I35412e2d2e36e3eabdff2a6692bf6edc68a2d724

2012-11-03  Takeshi Abe  <tabe@fixedpoint.jp>  [f70cf02d9073a2a7557eb01bac401213d5c11314]

        make it static
        
        Change-Id: Iaf29abb4f7067898318476538773663713e09067

2012-11-03  David Ostrovsky  <david@ostrovsky.org>  [ac2cfed553b8c9303f86758e9fe8b70911db00cd]

        fdo#53070 fix access violation
        
        Through that different initialization pIUnknown
        got random address. The consequence was that
        if (pIUnknown)
            pIUnknown->Release();
        ends with access viloation in
        WpBase& WpBase::operator=(const WpBase& rhs)
        
        Change-Id: I8b3c5de233d0868fea052c990cc83aed917117ae

2012-11-03  Andras Timar  <atimar@suse.com>  [c1b4077d1ffa57d325bf1149ac198d91cf981e3b]

         escape quotes, unescape double escaped quotes fdo#56648
        
        Change-Id: Id4135db2ec40865cddab533da15b2705dc7b73d5

2012-11-03  Matúš Kukan  <matus.kukan@gmail.com>  [56e40f3c602f7c85f61e5a196e3d820935b0c139]

        librsvg: selectively export symbols we need
        
        Change-Id: I892bea3b3a30ef84937e410b10f37a814213363b

2012-11-03  Matúš Kukan  <matus.kukan@gmail.com>  [d281a19e1d06856f863788f3344ad42ed1566669]

        these have been converted; use _tarball variables
        
        Change-Id: I9215fbfaf5c2e5d40e7257cd52d8d9544599ea63

2012-11-02  Andras Timar  <atimar@suse.com>  [c3c6fab79bfd33fbc170b8dca86a480f4676ba35]

        remove dmake files from more_fonts module
        
        Change-Id: I25fa2d5e89614177ecc87e74a85ece4852f032a6

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0712695c970371bce2a2f5074a7028ef97cdb715]

        More methods that can be marked const.
        
        Change-Id: Ia3eb38ae6500463c41e6935a169fa1ac08edc681

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [13b1964518036d4453b0e713a183250fcf3da346]

        Mark these methods const.
        
        Change-Id: I9b9a8c156e1da89045ba3210960732ccbf2c9dd0

2012-11-02  Julien Nabet  <serval2412@yahoo.fr>  [465ab1c1263b76e3284f18219678e46a211c5605]

        Related: fdo#56473 IDE: Crash when inserting a simple macro
        
        After having discussed with Michael Meeks, a better way would be to be iterator free
        Now, should all textwindowaccessibility part be iterator free?
        
        Change-Id: I8079b3ffbc9d37bc2c3b9ede088485dd3a7e410e

2012-11-02  Tor Lillqvist  <tml@iki.fi>  [19bce817279c7fd150af0422c224975e57ff9f41]

        Try to use isfinite() for iOS
        
        Change-Id: Ia333afbefa4c112f478d2619efbe032e70925417

2012-11-02  Louis Possoz  <louis.possoz@quelfutur.org>  [9fdf86df4eb65a0cd2a178998daf751afc34805e]

        Fix bug 50931 : Cannot import HTML <br/> and <hr/>
        
        Change-Id: Ia4932c2e1f451ae45675a32de42a5cf971224211
        Reviewed-on: https://gerrit.libreoffice.org/915
        Tested-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0770e163ecf753004f73273f6caf060a02b65173]

        Set initial focus to the check list box.
        
        This is so that when launching the autofilter popup via key stroke,
        the user can immediately type-ahead to find a match within the check
        list box.
        
        Change-Id: I8a33a52afc6005b4a7428d5f7046eff986da80d2

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3250b90677fc7ae449cb3ff887ed3da35b4532f]

        Enable "type-ahead" search in the check list box in the autofilter popup.
        
        Many people have asked me for this.  This is also enabled in the pivot
        table field popup (since the two basically share the same code).
        
        Change-Id: I99255839353d62c0760dd4f3a66cc7e9924ce1c3

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [94fdd16062ca6fae8e18352ae0a7547e6b65fd61]

        Launch pop-up right-aligned in case the cell is wider than the popup.
        
        Or else the popup and the popup button would get separated.
        
        Change-Id: I4c8dda2bf5cebe0fe0e0ce64c9c213e2926d9570

2012-11-02  Thorsten Behrens  <tbehrens@suse.com>  [46aec3014b16286df97ed0c7a47f509fffb564c9]

        Fix crash during polygon handle travelling.
        
        Improving on 7d5922ca8f04604aba57708ee20fb4cdeaea2e44 wrt. bound
        checking and non-truncation of index magic values.
        
        Change-Id: If33495075472fdf242b2de0893fd44109ec7bc83

2012-11-02  Luboš Luňák  <l.lunak@suse.cz>  [091b9e46ece9bb94a67c8867e0d33f4e4bee6fad]

        change std::clog debug output to SAL_INFO, so that it can be turned off
        
        Change-Id: I92af860af6ac82302458cdd894f3ad038a863b49

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3344dd85ee31b195a3709d16e734245e1d0a4b6]

        Correctly handle cell note shifting when immediate row/column is deleted.
        
        Currently, having a note e.g. at D5, and deleting cell D4 and shifting
        the cells below upward will remove the note at D5.  But the correct behavior
        is to shift that note up to D4.  This change fixes it.
        
        Change-Id: Ia37f1ce67a003deab424f2b805a2ce333fc10ed4

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6bac39f309e11a515a2b2ecdf43a4b49ccd53502]

        More test cases for cell notes that currently fail.
        
        Change-Id: I23a5a39ab13106a27a02adbec0ff1ab64a43abef

2012-11-02  Caolán McNamara  <caolanm@redhat.com>  [0633cd04b8739436fe1a10a67a4804ecdb724198]

        tidy dialog a bit
        
        Change-Id: I301e24aeb3f8b49dbf9902b7fb00c2992ece5e42

2012-11-02  Philipp Kaluza  <floss@ghostroute.eu>  [fb3a7529bc77211d795936a960211f147f658d8f]

        WIP: first stab at converting the insert-row dialog
        
        to UI format
        
        Conflicts:
        	cui/UI_cui.mk
        
        Change-Id: I1b1888f667b31b6ca22d1eca57aeb9da7ce45b71

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e8487c8a3f3ece74143928352e1e8a7dfb72d424]

        Fix incorrect shifting of cell notes upon cell insertion / deletion.
        
        Steps to reproduce:
        
        1) Insert a comment at D5.
        2) Move cursor to C4.
        3) Right-click and select Insert.
        4) Choose shift cells down.
        5) The comment gets shifted down but it shouldn't.
        
        The same thing happens when deleting a cell and shifting content.
        
        Change-Id: I5a71845cca6abde6b7c940e152e155da26343cef

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e127cb937698938e233e7b469a10e35585ddb88f]

        Added comment for the note test code & added test for new scenario.
        
        The new test currently fails due to bug.
        
        Change-Id: I447f43039f32c33eb55c182515e826a8250d7525

2012-11-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [14f230d30fd10d1b390102fa30f4bd8a3da6eb6a]

        A little more check won't hurt...
        
        Change-Id: I1cd3fb194b78eb11cb91b7779cab32a461046d9f

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [09c38e8ffdd24862e885810adc610bfc3e51ff6e]

        connectivity: port ado driver to new OColumn, too
        
        Since the ADO driver does not support Catalog&Schema, just leave it empty
        
        Change-Id: Iff9a5105e70a7b9a23f24263b0e74b4fc6d91332

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [b71c8a455689216ed030fa6715a94f29f224f967]

        janitorial: spacing
        
        Change-Id: If8600f1b3d9346c54ffbba77826ff5ac4f1ed15f

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0350ca23c3c87e29aab5be0ebb8b44db6834977]

        fix unique/duplicate cond format export to ooxml
        
        Change-Id: Ie1ac8d8df351d149851cff8b7344335b30d46b83

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c07b0b6c32d2caacdaa11e47350b1c4f854a0b1]

        fix duplicate/unique cond format import from ooxml
        
        Change-Id: I3ceecd5f066fedf67f97c8c122b03d3d0f2fbb0a

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7cc964a33e2b5c230c46ae279ea9af9f46bdc89a]

        start exporting the new cond formats to ooxml
        
        Change-Id: I8dbc07719263b17f2066c2dfd6e0bfef70630d53

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95cf9d5a48232e45cded632ef440420db1c26866]

        warn when trying to export a conditional format that is not supported
        
        Change-Id: I617613e745c16558fd2ef97d4d072f00d59b8c5d

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4cac2d83bec0d3dc6aa8227db2c29ed9b658581]

        also add the new conditional formats to the manage cond format dlg
        
        Change-Id: I4275ca59917d7dc5cd36f948ab28e564bb9bfb56

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc55b6e101a03d091d5061aae6fcc8bb26950da1]

        add the new conditional formats to the dialog
        
        Change-Id: Ia8c98626cf077abcf705e3d8e37478a32673622e

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [931d715de533f0b4712eb2d7420359548b6f7c64]

        this case should never happen, use assert to be sure
        
        Change-Id: I4e8b3de643e32dffa1aea9e512b2945e34dac95a

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a38429ce0b3ef389bd58590eb42e6edf6bdddef]

        we don't need to pass this parameter
        
        Change-Id: Ia330894b43c94d1dee09e7013999d22114ca52ac

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e78db23c1194a371961e2136a62fb149a8a764d]

        implement the above/below average import from ooxml
        
        Change-Id: I75421cd66469d73a2614a6528801f9d1e17a0901

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [44990c104508c889e459ea6fea3cc13da2fc34a7]

        implement above/below average conditional format
        
        Change-Id: I9ea745818552a8e2553b0de17f2e83d8b8da3d3b

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1fdd5adb63f84fe7c65374b1a7cf9bd96e7d6b6]

        implement ooxml import for new conditional formats
        
        Change-Id: Ia854ef42c23ac8dd4f6d4afa180ecc57b741a3b8

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d0ae90546d46a39bb42ea60e3f835ca68e6abdb]

        implement top/bottom n percent
        
        Change-Id: I463cd96831cd47b4e2ed878761e7196098a2e163

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [442cd0fa1e33fd6128d311ca4f76da4247fd35ba]

        only get cond format data for visible cells
        
        Change-Id: I99cea6cd34f0493869b68f237ad2f7d3b6945fa2

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b9a263a55859a46d301b7ae9574fe0bb5050c55]

        change ooxml cond format import from API to calc core enums
        
        Change-Id: I59b6df511ddab6cb2cb29b8b8b1c635a188594a1

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a62cc8538777d75c53dcf34cc617120b5e04ada]

        implement top/ bottom n elements conditional format
        
        Change-Id: Ie6aebf91689b6e260225548802d699cf70dadb94

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea10345008871e54d2c8057850230a3dfb4e5c52]

        irename this variable
        
        Change-Id: Id311b06a6e94ef5c47d718a300ae308b11265b8b

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4dcc3117ded80834610639162257ca2466fd14d]

        remove empty methods
        
        Change-Id: I0af7aa408d4089015257430d3001f0bfcd77c955

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5787bb3ffda46341475a0096da07d32e0b81f50f]

        rename the class to reflect new useage
        
        Change-Id: I8ec856467287daf6ee383f9d73980d556da665e9

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3247394f9244212aadff733692e2c9ba76fc30e5]

        implement icon set import/export from odf
        
        Change-Id: I7fb265194811ef8ba0b7aed04d4bd28181612ebc

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f73571b5897a53be28ee61d1d1693a5d64065f85]

        extract filling the cache for conditional formats
        
        Change-Id: I90c4f7ac5c462a507cf0d44b7837facdd2bc3643

2012-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2829bc140b0da4d2d2a2e9d4381a774180ffe5c7]

        remove misleading comment
        
        Change-Id: Ie169423e88539fb6557a36ac3db44386ceb77bbe

2012-11-02  Lior Kaplan  <kaplanlior@gmail.com>  [087f8ca17e94ffb3b1525a4d6e9be1c6b81184f7]

        Consolidate ₪ appearances to a CURRENCY template
        
        Change-Id: Ibde3ac38e27e5abb42aa5d538762a3a5a7401f2b
        Reviewed-on: https://gerrit.libreoffice.org/966
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-11-02  Ricardo Montania  <ricardo@linuxafundo.com.br>  [89519528563a0e740fe22acaf9ab90f83af99695]

        fdo#38838 UniString replacement
        
        Change-Id: I1323b2caf395c10b34e7467284402c0e3082f6a7
        Reviewed-on: https://gerrit.libreoffice.org/965
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-11-02  Tor Lillqvist  <tlillqvist@suse.com>  [85b7df9800d8aded628a424ec7e19220a2967966]

        Bin help for nonexistent switch --msvc-find-msms-vc100
        
        Change-Id: I14fb49acdbd242c0e68957ec72cba558df273c4a

2012-11-02  Tor Lillqvist  <tlillqvist@suse.com>  [6474d8cb2e9d3a890a10593b4d6213f6895026e8]

        There is no --with-zip-home option
        
        Change-Id: I560b4504263c824154f488aab2fa62c1d26e03bb

2012-11-02  Tor Lillqvist  <tml@iki.fi>  [247b848902a2e939ba0c90a473c3ed23eb10b813]

        Pass $(INCLUDE) also in gb_AsmObject__command
        
        Change-Id: I85368b32b06409ce8b2dd204093394d224c5f089

2012-11-02  Arnaud Versini  <arnaud.versini@gmail.com>  [62e18c4f3c202c5caca6ed5efa61c4e1985240b9]

        Use memcpy instead of rtl_copyMemory in ucb
        
        Change-Id: I1bdb02c6d607a10fee03d3044bad20cb811e9939
        Reviewed-on: https://gerrit.libreoffice.org/961
        Reviewed-by: Arnaud Versini <arnaud.versini@gmail.com>
        Tested-by: Arnaud Versini <arnaud.versini@gmail.com>

2012-11-02  Caolán McNamara  <caolanm@redhat.com>  [3cdd4964f086f2c771237be7ad70b68f6e9e92cc]

        ditch SISSL using workben code
        
        Change-Id: I9a55180e0a0ef1bc14ce7c84265fb3d5508bd541

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [3b6ba84a21f90bd1619999cf2445c62c71124513]

        connectivity: port macab driver to new OColumn, too
        
        Change-Id: I88a64a19d9f2812a77f0a71f31fe8314732ec44f

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [25a868011c15cb51e38566deff116b01fa8419cf]

        include stl headers for used features
        
        Change-Id: I6b0d3b3feea88b6e3605f751df9e1154e4231127

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [e3b12f1762c4a7237e0c085484359dbe47ca76e0]

        connectivity: port kab driver to new OColumn, too
        
        Change-Id: I19657ee92b5d0e1e51d11dd2aa69191fdb0f4f50

2012-11-02  Caolán McNamara  <caolanm@redhat.com>  [f2a7c93d7b970b654c41140bb6e24eb967698982]

        stray )
        
        Change-Id: Ib0573685773745ac8698d76faa5ebe2cd1a109b3

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [faddfd35e2c11554a6892300c3d3540ea4e6be22]

        connectivity: port mork driver to new OColumn, too
        
        Change-Id: I2433bd2cc289b9ded1c825ea3dbe1db2ccf4bae9

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [b76d45e3153f47125f841c8d6c5827291d1536b8]

        Revert "detect even more memory mismanagement on glibc"
        
        Intended to push a whole series of things, but *not* this one.
        Was still under discussion at gerrit.
        
        This reverts commit fcee486849c2e5a07c0eef630beb427742f54d8e.

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [ed4a1ac385fb3d32f9bd24f8e03b9e0b944ca7db]

        janitorial: use adress-of-value instead of manually repeating type
        
        Change-Id: I137d4f794c7c738deedddfe8ea5e0dc783b49e7c

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [4239da6f88e4901ad87fbde37d9b0b0bec1e66c6]

        WaE janitorial: unused variable
        
        Change-Id: Id2846bd6db9bace6cffacf3a9fc4116ae727facf

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [10359585eb1fa338b686c288c1d3b3e0fe9fca66]

        Columns should know their table
        
        For example dbaccess::OSingleSelectQueryComposer::appendOrderByColumn expects it
        (via impl_getColumnName_throw via getTableAlias)
        
        There is some vagueness:
        Should the TableName property contain just the table name,
        or the *composed* table name
        (that is with catalog and/or schema if used by this DB)?
        In the case of a query, should it contain the table name (alias)
        *in* *the* *query* or of the original table?
        In the former case, what meaning do SchemaName and CatalogName have?
        They should be empty?
        
        For now, commit as such and deal with the fallout, if any,
        when it hits the fan.
        
        If we really need to store these *different* values,
        (that is, some code validly needs them)
        it would be easier / cleaner / ...
        to define *different* properties
        for these *different* notions.
        
        Change-Id: I032e619a60e7563cd51478db16cb5e0e5452bfde

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [20380f26b47faffe0cf541f46b8706439a5d4219]

        Retrieve CatalogName only once, too

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [6747cc436886b8bb07852fe71a0b404eb9300f48]

        janitorial: alignment
        
        Change-Id: I5ff8335d9c7324a101d055ff9666fce867bac8ff

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [d85a26ba035b45586ad7eba5791f0fe533b38d42]

        janitorial: space between arguments
        
        Change-Id: I430929a19d7f5c9c6859c12a0952f9d335de4520

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [d613ca982668741a0eabde3dde597b1dd49ea59f]

        janitorial: use adress-of-value instead of manually repeating type
        
        Change-Id: If2422a618f98685d029289a5357fa7d7860567e7

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [dc225ed80f964f3d0bc2117d1625ca143891915e]

        janitorial: alignment
        
        Change-Id: Ia5e4729c2c85dfacc4505c3674a113a6a4415ab0

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [76dd7fc60ba06846fe9af28c3ebdeb0dec6147cf]

        Don't abort when column has no (Catalog|Schema|Table)Name
        
        Especially since the rest of the function is prepared to handle
        no/empty (Catalog|Schema|Table)Name.
        
        Change-Id: Ic0bb59ead5789e671c90887ef850588f4924f5e7

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [806d18ae7b8c241fe90e49d3d370306769c50a10]

        optimisation: take ref to OUString instead of constructing temp object
        
        Change-Id: I9dcb821cd71f89fa5b3d8274fd93facc1f43863f

2012-11-02  Lionel Elie Mamane  <lionel@mamane.lu>  [fcee486849c2e5a07c0eef630beb427742f54d8e]

        detect even more memory mismanagement on glibc
        
        Change-Id: Idba21b12582e9ae7d240d9d3527f9ac5893252f7

2012-11-02  Caolán McNamara  <caolanm@redhat.com>  [61128761b27beea9d6f550d8eaa23eefa2750108]

        loplugin: unused UniStrings
        
        Change-Id: Ia6a10bf30685f25a13c091f04566c62888524c94

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86b1ccc71cd8bc38599576ce6acab9cfab4d9231]

        New unit test for shifting cells.
        
        Change-Id: Ic004490ffaf1da5cdb43f0a1336437eb312813bf

2012-11-02  Caolán McNamara  <caolanm@redhat.com>  [069e4f80333b5d4027d91d334bc8dae6f5a68533]

        WaE: extra clang warnings
        
        Change-Id: I69b105c39f67372331910b6957214d62e1f3818c

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [157b804ba1dad4b857bd723c454ab907b623a980]

        Add comments to make it easier to follow this non-obvious code.
        
        Change-Id: Ib3d3e5b57799c22916845899839ddcc9a81e9b98

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f978013f9b8d5256aa029a3572d905bebb55c5f4]

        Remove the correct range, or else maItems would end up with invalid pointer.
        
        nStopPos is non-inclusive, and STL's erase() method also expects a
        non-inclusive end position (like any other STL methods do).  It's wrong
        to -1 here which would end up not erasing the last element containing
        a pointer to the deleted cell instance.
        
        Change-Id: Ia3ef4469b50695038836ff7b9b48172256032786

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1c2ef32a78e1b59a7cb49218d78cf5abc70c8518]

        Now this bConsecutive flag makes no sense.
        
        Treat as if this flag is always false.
        
        Change-Id: Ie1364ac54f95263aa316bf81f631e607843934d5

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [79979dd23104bf35aaa18bc3e80449fe5537499c]

        This if statement is never true.
        
          SCROW nRow = maItems[i].nRow;
        
        and nRow will never be modified afterwards.  So
        
          if (nRow != maItems[i].nRow)
        
        is never true.
        
        Change-Id: I4f867a704d50138aee8c5e7f37464880470098c2

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1f422ffb23747cdc16dbeca5d0222d66fbab383c]

        Prefer early bailout to avoid big fat if block.
        
        Change-Id: I028606c41b1486349f96b62e0ddb071ad46e9e55

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [1219bcb0c4f1dd1753c8bb63baf957f878971b70]

        WaE: MacOSX, clipboard id just has to be non-zero
        
        Change-Id: If4edbe6fdb56e4b8fd8545404267dea7009a8c7a

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [52faa1f933f07ac93752dffdc1a35620029252e3]

        Explicitly call these methods to init / update note positions.
        
        Since we don't use inc / dec recalc level, we need to do this.
        
        Change-Id: Ia99b4dbfceefd1ed951a61374250c5c61e39a62a

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b10833d4db6046f2d32ea44a60cb19a626d80447]

        No more "increase / decrease of recalc level" for drawing objects.
        
        That scheme made it extremely hard to determine when the object's
        positions get recalculated.  It's better to figure out when to recalc
        drawing objects' positions, and call SetDrawPageSize() manually at
        that point (and only once!)
        
        Change-Id: I05d9b693cfc9310f5472ed8287c7a2e36646f4d7

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf0a88962f5c7835d417fb272e4792fb921139af]

        Double allocation switch no longer used since we switched to std::vector...
        
        for cell storage in column.  And std::vector internally does double allocation.
        
        Change-Id: I4363e7593def3feb71100487c7f88c05797596e7

2012-11-01  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [f3c09cc3c41e7ec1faf9dfef269a99a8ef7d5838]

        configure: don't accept -enable-headless where it won't work
        
        Don't even try to build --enable-headless where GUIBASE would not
        be unx.
        
        Change-Id: I6e5a6d3071317171f42c0b1336502cec50ba72fa

2012-11-01  Michael Stahl  <mstahl@redhat.com>  [a4ec5de5ed537604ef0229990dc449821ad13a4f]

        SwNode: reorder that to avoid -Werror=reorder
        
        Change-Id: Ic58a5503dc6b7991c8804feef05b814d1055bfb9

2012-11-01  Arnaud Versini  <arnaud.versini@gmail.com>  [6f79559e1f91b4738f5227651eb1c6c23a14cd19]

        Better way to initialize SwNode
        
        Change-Id: I6bc397d9ecd44975ebfa58014c6fe7cd470e4ada
        Reviewed-on: https://gerrit.libreoffice.org/960
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [e269e30a8bcbbe254e2819ac16ef8681fee0dbf5]

        Translate German comments and improve some Germish
        
        Change-Id: If733d06e2213af824884e49bd3414df1c23cb157
        Reviewed-on: https://gerrit.libreoffice.org/955
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-01  Noel Power  <noel.power@suse.com>  [40a772d8746023c0a055d0a417610b3f3b9c034e]

        add some new ado constants bnc#787452
        
        Change-Id: I1079cf87d223fc03e8cef53f69fa76ea4386c9b8

2012-11-01  Michael Stahl  <mstahl@redhat.com>  [3a1d4f029374086023bb908625bd2a5973e0b062]

        tweak comment translation
        
        Change-Id: I729612b2ffeea9c3c64f8f0c0c2313f48b965270

2012-11-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c1cc17bcc96b188d313a89bc31c64d6187aa60ce]

        Translate German comments
        
        Change-Id: I8cf27a705332c6e7ea62474c78d59911406d378e
        Reviewed-on: https://gerrit.libreoffice.org/954
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-11-01  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [002f8b272bc343477c649c648c5ceb2ccf0fba89]

        vcl/headless: [HACK] workaround solarMutexx splat with headless mode
        
        Apply mmeeks temporary solution until a proper fix is found. With the patch
        applied unoconv testsuite runs fine.
        
        mmeeks analysis of the problem:
        
            It looks really interesting :-) it's hard to tell (from valgrind) where
        the threads were pre-empted [ actually logging that might be quite a
        nice feature to add to for valgrind ;-], but there is already the
        SolarMutex guard to try to stop this from happening.
        
            I append the odd trace with some thoughts.
        
            It is -possible- that we never get around to taking the solar mutex in
        the first instance in 'main' - such that by the time we come to release
        and re-take it in vcl/headless/svpinst.cxx:
        
        void SvpSalInstance::Yield( bool bWait, bool bHandleAllCurrentEvents )
        
            the count is zero - could you add some fprintf debugging to check that
        - just dump nAcquireCount
        
        ==28574== Thread 1:
        ==28574== Invalid read of size 8
        ==28574==    at 0x739C702: SfxStateCache::SetState_Impl(unsigned short, SfxPoolItem const*, unsigned char) (statcach.cxx:454)
        ==28574==    by 0x738042E: SfxBindings::UpdateControllers_Impl(SfxInterface const*, SfxFoundCache_Impl const*, SfxPoolItem const*, unsigned short) (bindings.cxx:1500)
        ==28574==    by 0x7383C5B: SfxBindings::Update_Impl(SfxStateCache*) (bindings.cxx:437)
        ==28574==    by 0x7383FD7: SfxBindings::NextJob_Impl(Timer*) (bindings.cxx:1646)
        ==28574==    by 0x92BF4AD: Timer::ImplTimerCallbackProc() (timer.cxx:142)
        
            The YieldMutex -should- be held at this point excluding this other thread (?).
        
        ==28574==    by 0x95D152D: SvpSalInstance::CheckTimeout(bool) (saltimer.hxx:57)
        ==28574==    by 0x95D17D7: SvpSalInstance::Yield(bool, bool) (svpinst.cxx:288)
        ==28574==    by 0x92B4530: Application::Yield(bool) (svapp.cxx:434)
        ==28574==    by 0x92B45E6: Application::Execute() (svapp.cxx:413)
        ==28574==    by 0x50AED58: desktop::Desktop::Main() (app.cxx:1711)
        ==28574==    by 0x92BDFB8: ImplSVMain() (svmain.cxx:173)
        ==28574==    by 0x92BE8E4: SVMain() (svmain.cxx:210)
        ==28574==    by 0x50E1CF4: soffice_main (sofficemain.cxx:83)
        ==28574==    by 0x40069A: main (main.c:25)
        
        ==28574==  Address 0x1466bdc8 is 56 bytes inside a block of size 72 free'd
        ==28574==    at 0x4C27FF2: operator delete(void*) (vg_replace_malloc.c:387)
        ==28574==    by 0x737F479: SfxBindings::DeleteControllers_Impl() (bindings.cxx:325)
        ==28574==    by 0x7380572: SfxBindings::~SfxBindings() (bindings.cxx:264)
        ==28574==    by 0x7380718: SfxBindings::~SfxBindings() (bindings.cxx:275)
        ==28574==    by 0x758B91E: SfxFrame::DoClose_Impl() (frame.cxx:178)
        ==28574==    by 0x75AAFC1: SfxBaseController::dispose() (sfxbasecontroller.cxx:1041)
        
        sfx2/source/view/sfxbasecontroller.cxx:
        
            This method has a live:
        
                    SolarMutexGuard aGuard;
        
        ==28574==    by 0x16B8E785: framework::Frame::setComponent(com::sun::star::uno::Reference<com::sun::star::awt::XWindow>  const&, com::sun::star::uno::Reference<com::sun::star::frame::XController>  const&) (frame.cxx:1380)
        ==28574==    by 0x16B8E1CF: framework::Frame::close(unsigned char) (frame.cxx:1633)
        ==28574==    by 0x758BE87: SfxFrame::DoClose() (frame.cxx:140)
        ==28574==    by 0x797F51C: SfxBroadcaster::Broadcast(SfxHint const&) (brdcst.cxx:49)
        ==28574==    by 0x7511211: SfxModelListener_Impl::notifyClosing(com::sun::star::lang::EventObject const&) (objxtor.cxx:173)
        ==28574==    by 0x7534972: SfxBaseModel::close(unsigned char) (sfxbasemodel.cxx:1491)
        ==28574==    by 0x1E776909: SwXTextDocument::close(unsigned char) (unotxdoc.cxx:578)
        ==28574==    by 0x7537FB0: SfxBaseModel::dispose() (sfxbasemodel.cxx:788)
        ==28574==    by 0x1211D6E7: gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) (callvirtualmethod.cxx:128)
        ==28574==    by 0x12120FEE: cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) (uno2cpp.cxx:246)
        ==28574==    by 0x12121ACD: bridges::cpp_uno::shared::unoInterfaceProxyDispatch(_uno_Interface*, _typelib_TypeDescription const*, void*, void**, _uno_Any**) (uno2cpp.cxx:440)
        ==28574==    by 0x15D5CE5E: binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny>  >*) const (incomingrequest.cxx:251)
        ==28574==    by 0x15D5D8AB: binaryurp::IncomingRequest::execute() const (incomingrequest.cxx:80)
        ==28574==    by 0x15D61B4C: request (reader.cxx:89)
        ==28574==    by 0x663A506: cppu_threadpool::JobQueue::enter(long, unsigned char) (jobqueue.cxx:115)
        ==28574==    by 0x663B00D: cppu_threadpool::ORequestThread::run() (thread.cxx:179)
        ==28574==    by 0x663B4E9: threadFunc (thread.hxx:196)
        ==28574==    by 0x4E467AE: osl_thread_start_Impl (thread.c:261)
        ==28574==    by 0x5E53EFB: start_thread (pthread_create.c:304)
        ==28574==    by 0x5B8E89C: clone (clone.S:112)
        
        Change-Id: I84aea49aff1dbc6c0d34e522d57d5af90eebfc62

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [e217fc455208a1f83bad0af06b9cf96bca3b254e]

        Resolves: fdo#54466 right-aligned label text slightly clipped on right
        
        aae8a0c8ea27a1a6451c28d66de1ee7f0f0323ef with rather unhelpful
        "#99188# enlarge textrect to get rid of rounding problems" comment
        appears to be the root. Lets assume that commit is necessary and
        just adjust alternatively for right align
        
        Change-Id: I0b60c12199226ca757596c034599b81c1a4db433

2012-11-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [10742e6eed87d33bf7619ce7819036b0545f0102]

        Unit test for cache filtering, to secure the recent bug fix I did.
        
        Change-Id: Ie5068b45520b6c82af41062d97ec65d006b4b3ba

2012-11-01  Julien Nabet  <serval2412@yahoo.fr>  [5bc36d13dfa5e3a386f24446c3f794d24863e1d2]

        Revert cf0453d94b1af305ee385e9e2522bcc5e589530e
        
        After having talked about on IRC with Michael Meeks, it seems UX team prefers that way.
        In brief, it was on purpose. Thank you Michael for your time
        
        Change-Id: Ib99425a212ac5463b0465e1e755e2537bb4d51b8

2012-11-01  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4e0b79b546f16abce81b0f22b16664c66bd2a146]

        Remove unused method in formula module
        
        Change-Id: I67259c5a3894be406b2d38900368a3f8aac86921
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [cd11b9f2c1bd3e3c3f9e4dc8788bf487c8c421cb]

        another some more regression tests
        
        Change-Id: Ic13269fcf55b4e51a8124da6d2de75fb5bec23e0

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [a6e4a84197aa7a658e2ffb76c0326016dda76d8b]

        add .odg regression load test
        
        Change-Id: I5f7dc2a389c020a90b8087aefc90c054a809ef25

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [c2913591d895666c7b8019e3307355511a7a5f95]

        rework filters test to squeeze through extra flags
        
        that are needed to load .odt, .sxw etc files, and
        add a regression test for CVE-2012-4233
        
        Change-Id: Ie178725ded3d76942030d12f23074de519cf62de

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [2ffd82c350efb7d04ea0019fc1845f314940f995]

        XubString->OUString
        
        Change-Id: Iea7d8681cdcd45d545826af63fc689640dfe29f0

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [5346394e9fb82c4a15ca7202f5d7ca6d27165aff]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: I7b59ddc4f9170c33e948f30194a662f27b871fcc

2012-11-01  Tor Lillqvist  <tlillqvist@suse.com>  [57fb462cea757a2757aee8fba3144e68839fcaff]

        Don't let NSS use the MSVC debugging runtime in an --enable-debug build
        
        In an MSVC build, not exporting BUILD_OPT to the Mozilla build
        machinery causes the produced DLLs to use the debug CRT. The exact
        mechanism is a bit of a mystery, and I didn't feel like spending too
        much time trying to understand it.
        
        Using the debug CRT is confusing and wrong. Nothing in LO otherwise
        uses it. It also makes testing a build much harder for me at least, as
        I do that in a fairly pristine virtual machine with no MSVC debugging
        runtime available. (The normal CRT is bundled in the LO installer.)
        
        Change-Id: I27f774d92a3986d40162c870202bcdddd94aa7c6

2012-11-01  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ef941c6e78cbab5d9d25b1fe57e483deead03a32]

        Delete useless slashes
        
        Change-Id: Ib8cb85314b286948884ef9a72024c9fece3de93e

2012-11-01  Caolán McNamara  <caolanm@redhat.com>  [33781373bd4da103492f7a6c1f5482e60d58f108]

        add test for EBD-22330
        
        Change-Id: Ifd59198a2d09e26377267c8b509c5340d83240e3

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [507cf0c4ddfac44a43caf4405e220bdd00dca438]

        Rename the files to reflect the class name change.
        
        Change-Id: I6223cd12ab539cd19555c0b23f2bce73f519a31f

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a2a2c42814a2b3d00c85f7ba48fcc0f9f04a111]

        Rename ScDPCacheTable to ScDPFilteredCache.
        
        I always wanted to do this.  The new name reflects what it really does
        better than the old one.
        
        Change-Id: I3c90cce06d482f1453936ff3916eef9663bb417b

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a06befd20b01290a61e8157bd72c20eddcd15a0]

        Since the cache there is never NULL, let's take a reference instead.
        
        Change-Id: Idd3ca250ea51c9e17b4566febf13d9c8ca9c6a8f

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8617c5a251ce725aa7c6743be28abd3db116255f]

        The cache inside ScDPCacheTable (I should rename this) is never NULL.
        
        There is no point of having hasCache() method which always returns true.
        
        Change-Id: I309d3c33899cdab2049af5199ae8d41f7cbd5f99

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6c2c355375950e84fd9b8cd0a2d4717ef21ea2e6]

        These comments are no longer correct.
        
        They were correct up until IBM re-worked a whole bunch of stuff during
        the OOo 3.2 (?) development cycle.
        
        Change-Id: Ia9a9e30287f6c8451a6cfa98f3515d703e3c67cc

2012-11-01  Takeshi Abe  <tabe@fixedpoint.jp>  [3034266024e492f7c71dd52265429abd9df10a47]

        sal_Bool to bool
        
        Change-Id: I10f8d534d664c5f27a32214c00aeee890d993d18

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a05cfc077aebd71c8e882ec2c83cd7bd2b818401]

        fdo#56627: Handle empty cell values separately in filters test.
        
        Perhaps this will make valgrind happy?
        
        Change-Id: I11f965d13f8d71b2ab9f9624367fd70713644f10

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [117e87ffda86623825b0a6715ed754e721c09200]

        Use 'e' prefix for enum values.
        
        Change-Id: Iae3eceb38a6f9bc53805445799534ec8ee44a9a9

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [af8098f671bbe523700c5bedc78bfe6ac263496c]

        valgrind: Conditional jump or move depends on uninitialised value
        
        Change-Id: I20bbd2d5ed7ba3c84ee33544f4a1a39c02729c23

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ddd44eb48fa03ea36fe32a3f7c9023828c1e449c]

        fdo#56617: Fix crash on closing beanshell dialog and the macro window.
        
        When removing an entry from the tree list, we need to
        
        1) first remove the entry from the list,
        2) broadcast its removal with the entry instance, then
        3) finally delete the entry itself at the very end.
        
        in this exact order, or else interesting stuff would ensue.
        
        Change-Id: If42b141921ffe4ed36dce31f93a4a084204815bf

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2de94dfb1961b14c0f7389134c8866c833c28eca]

        This destructor should be virtual.
        
        Change-Id: I48cd5988056c8dee10241d5ba3b469ae7e5191b9

2012-10-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b4599944f2743b9f82c9ef09e28a84b4004ab3c8]

        Make SvTreeList non-copyable.
        
        Change-Id: I9bb589e8a349a1404f9c09a60a82e824918744fa

2012-10-31  Michael Stahl  <mstahl@redhat.com>  [388ec32d79616bbb9a69f67dea0bad1751d46f48]

        configure: fix --with-parallelism, --without-parallelism
        
        "make -jyes" considered useless
        
        Change-Id: I044e95f76e8ea961e781e75c4b6923e700e0d375

2012-10-31  David Tardon  <dtardon@redhat.com>  [f09e4ae2737acb4b3e309e7342162439904939a1]

        add missing deps on sal headers
        
        Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [8b774b7eb1bb78245214775113830418624bbecf]

        fix crash traversing tools->options with keyboard
        
        Change-Id: Ieba85dd0093c9f704090075d2eb75f1eefdd72de

2012-10-31  Stephan Bergmann  <sbergman@redhat.com>  [cba921ea0b293acc4b4e64f043f2e56d3e4cb15b]

        Work around new calls to GetFilter()->GetMimeType() on null filter
        
        ...introduced with 75bc673b60d3eb40713868ce3d1b4f62dd6e1208 "Travelled MIME type
        through UCB for CMIS UCP to use it when creating documents" and causing crashes
        in sc_unoapi test.  Many SfxMedium instances appear to have a null filter, so
        this workaround at least fixes the crashes.  No idea what a good fix should look
        like, so will ask Cedric to review his commit.
        
        Change-Id: I27180265b6c79c7ed5f459b03c9e188ff6a0f56d

2012-10-31  Stephan Bergmann  <sbergman@redhat.com>  [c936fcb0f3e1048e3b7085b1564f8e1f24a44f16]

        Some more configuration::theDefaultProvider simplifications
        
        Change-Id: I91ded7801f4959f2dac7b5b3e4c8d1f3929f4ed9

2012-10-31  Stephan Bergmann  <sbergman@redhat.com>  [56d7afee15ccd57b6c9ed31ad4bd071a6e66f075]

        Missing "static"
        
        Change-Id: I8474e5da02036f065057a5610def6701db4cedc7

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [4dd6c44628ab4e6b4debf22e58e01f9263a5a878]

        Related: rhbz#871516 plausible reason for crash in MathType::HandleRecords
        
        Change-Id: I431c0615de56ddc0fa2c0ea06567d32419d29440

2012-10-31  Rene Engelhard  <rene@debian.org>  [bb6a12caede53029ecb99810f2f58daae4e11af7]

        fix sdext build with poppler >= 0.19.x
        
        Change-Id: I655e8e15c7f7a8c292b3a1820ee48c29e847d05a

2012-10-31  Tor Lillqvist  <tml@iki.fi>  [e5b645bc60a0b058632a75613d31db3398ed20f5]

        Don't build the epm tools for the HOST platform when cross-compiling
        
        Change-Id: I98aa2bcb90385096915c9cddea6a9e68ab95d29c

2012-10-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [036e4a5a89c020ddccf91a7fc8704bf6ec0b5d6c]

        Remove unused method from test
        
        Change-Id: Id54d9bd2963573c4b8e77de0dfafe33ea5882d32
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/947
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [664012b313f3c3cd5666fc6f943fc8152e503e23]

        remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)
        
        use plain copy instead of git-new-workdir when using --with-linked-git
        configure switch (point it to your master copy of the core-repo)
        also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and
        bin/repo-list[.in]
        
        Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06
        Reviewed-on: https://gerrit.libreoffice.org/912
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [2a088faa707657cbeb21c2c7ed2ac201d1318718]

        remove stray unused temporary debugging objects
        
        Change-Id: Ibb9bbf018e4e9c1487ccdf6505a2a15d7c24eb24

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [1ab05ab9258a3c120601c03710271ddfdf13a5c6]

        Updated core Project: help  eab79dba5c42eaeb6ecac4a9b6eeb0e6500f3301 update macro dialog help ids for .ui

2012-10-31  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [c21f65b4d94cb250ceee8a8c1eed21fa8876a470]

        Remove unused method in editeng
        
        Change-Id: Ia283f2e70fa623d0155b6de51ad5441163505cc0
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/945
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-31  Michael Stahl  <mstahl@redhat.com>  [5115050d01ae4abbba18d07300614fad31dacadf]

        convert union SingleLineBorders to struct
        
        MSVC warns about the anonymous struct, and the way we write and read
        from the union is undefined.
        
        Change-Id: I683f54d90393a744e5c94857cd87800bcc8f9ffe

2012-10-31  Michael Stahl  <mstahl@redhat.com>  [70c3a6be0698e36ff80b7fc590d807ff37aab581]

        sc: fix erroneous casts of ScCondFormatItem
        
        These cause valgrind warnings in sc_unoapi.
        (regression from d2b49b5b9bffdfa34174af96d85a392fde21fae1)
        
        Change-Id: If3128410bfabc23ff85c24156a8602379b8b7edd

2012-10-31  Miklos Vajna  <vmiklos@suse.cz>  [819b0cb95b38c4c49d34011da68c747e2152059b]

        NS_ooxml::LN_CT_TrPrBase_gridBefore/After testcase
        
        Change-Id: Id488ffa6a6b01937fe32e4c80af45c40ebf673ec

2012-10-31  Miklos Vajna  <vmiklos@suse.cz>  [2caa5ab919fc86fc41fddf0a33f9239ad37b00b3]

        n#785767 import NS_ooxml::LN_CT_TrPrBase_gridBefore
        
        Change-Id: Id7f1471b49af52e6f6b0515ccd1fe8e12c50d9b5

2012-10-31  Miklos Vajna  <vmiklos@suse.cz>  [7799ceab2639f1e3bcd35c6cf7e7b064bb1b6e9a]

        n#785767 import NS_ooxml::LN_CT_TrPrBase_gridAfter
        
        Change-Id: I4cb64ae2b2f2dbf643e38c5208eb759f265acafd

2012-10-31  Tor Lillqvist  <tlillqvist@suse.com>  [0f2976e8fb65dd8685b51d3fa1cf2a7b6f001d5d]

        Don't let a DEBUG env var pollute the GLib nmake build mechanism
        
        LO builds GLib, gdk-pixbuf and Pango using their ancient nmake-based
        build mechanisms (that use the make.msc from GLib's build/win32
        directory). This compiles against the debugging runtime (the -MDd
        switch, msvcr90d.dll) if there is a DEBUG environment variable. We
        don't want that. None of LO's own DLLs should use the debugging
        runtime even in an --enable-debug build, and the debugging runtime
        doesn't get included in the installer.
        
        Change-Id: I04d2dcc0d5bb245af4afac976b6c1fecbf2095e1

2012-10-31  Eike Rathke  <erack@redhat.com>  [075e9ca0b96f37b3561824c23af60872d6a9d80a]

        resolved rhbz865058 retard overflow of internal table of number formats
        
        Due to an insane amount of ridiculous "user-defined" number formats the
        internal table may overflow during import, stave off and increase the
        number of available slots to another arbitrary limit.

2012-10-31  Noel Grandin  <noel@peralex.com>  [0ac9a10d312dc8f12a74720ce211823ce4addf7b]

        fdo#46808, Deprecate configuration::ConfigurationProvider old-style service
        
        ...in favor of existing new-style configuration::theDefaultProvider singleton.
        
        Theoretically, ConfigurationProvider instances can be created with specific
        Locale and EnableAsync arguments, but this is hardly used in practice, and thus
        effectively all uses of the ConfigurationProvider service use the
        theDefaultProvider instance, anyway.
        
        theDefaultProvider is restricted to the XMultiServiceFactory interface, while
        ConfigurationProvider also makes available XComponent.  However, dispose must
        not be called manually on theDefaultProvider singleton anyway, and calls to
        add-/removeEventListener are so few (and in dubious code that should better be
        cleaned up) that requiring an explicit queryInterface does not really hurt
        there.
        
        This commit originated as a patch by Noel Grandin to "Adapt
        configuration::ConfigurationProvider UNO service to new style [by creating] a
        merged XConfigurationProvider interface for this service to implement."  It was
        then modified by Stephan Bergmann by deprecating ConfigurationProvider instead
        of adding XConfigurationProvider and by replacing calls to
        ConfigurationProvider::create with calls to theDefaultProvider::get.
        
        Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd

2012-10-31  Luboš Luňák  <l.lunak@suse.cz>  [d27c92961b78da138d3563ab596cca416af9eb38]

        --with-system-glib for mingw
        
        After 047bc54675193bb10a74b865a057fc0438fb824c it is no longer triggered
        by rsvg alone, so I guess this is the right way to get system glib on migw again.

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [22e9d19d750420015771b4b92fbbdeb4bc956233]

        fix old big fat leak in macro and organizer dialogs
        
        Change-Id: Ie8a6c2a8850ad3dd6cd2be878aedfbf81d2473f7

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [918d15412980cd8e8c0bc5e2b1413907708aab1f]

        fix fractured indent
        
        Change-Id: I7c7f951b352ed2e9ef7604a5be324223f21e96dd

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [79b9cd76f88c2b7f808aaedffb7cbd5dd5889f65]

        convert run macro to .ui
        
        Change-Id: I4e83afa3d164ba0ae8640f4b5f2712b88c1e305f

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [502be5d920d4ebdec95d2c8dde5b0996b826a8e8]

        default ScrolledWindow to autoscroll
        
        Change-Id: I5297e4b9480066000bf6d72e54a5d8117528b90c

2012-10-31  Caolán McNamara  <caolanm@redhat.com>  [b57f978104ab72592d047b0188191d5c78c24220]

        support cursor-visible property
        
        Change-Id: I2dfb2fa16c64035ef529cec650df7e4bd9c80483

2012-10-31  Petr Mladek  <pmladek@suse.cz>  [5f8fdb3f250441c7d225c494b7d418448d5fe658]

        define fallback alligment values also for Linux i586 and x86_64
        
        The macro AC_CHECK_ALIGNOF does not exist on SLED10
        
        Change-Id: I30fcc8f3715b1855418ea406d0e7b038c7bfb4b3

2012-10-31  Luboš Luňák  <l.lunak@suse.cz>  [ad3f2bd585706d0880b75c8cbf8302104756dc3c]

        do not strip debuginfo if any explicit C(XX)FLAGS have been given
        
        Because there may be -g explicitly specified there. This is in line
        with using buildsystem's -O/-g flags only if nothing has been explicitly
        specified.
        
        Change-Id: If0309b6a7c52de19c4903978108e4e24362d3351

2012-10-31  David Tardon  <dtardon@redhat.com>  [069704d390d70afe507b5f049a472a6aefaed64d]

        fdo#55514 libgmodule is needed too
        
        Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b

2012-10-31  David Tardon  <dtardon@redhat.com>  [13b967e0edf0372fbd76e3ec5282fac7de6763a8]

        fdo#55514 put liblangtag dll into the install set
        
        Change-Id: I81019488c06d83e80ff63f43d416fa0b74be8e15

2012-10-31  David Tardon  <dtardon@redhat.com>  [a6f97a750dda531deabc00223c89abf043640701]

        fdo#54327 put system nss dlls into the install set
        
        Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be

2012-10-31  David Tardon  <dtardon@redhat.com>  [6b9e9763681cbc85332bf8dde843fb9c485dc536]

        fix library names on mingw
        
        This is a bit hackish and could benefit from further cleanup.
        
        Change-Id: Ibb8eddf88bffdea41fd94fea09ad6499d05ae715

2012-10-31  David Tardon  <dtardon@redhat.com>  [8055b03d537c1e1a4e0a384acf59dbd786223352]

        drop unused patches
        
        Change-Id: I8e4dc4c6a727ecb54b1555701d19554f9766d79d

2012-10-31  David Tardon  <dtardon@redhat.com>  [a17b98bc88736ca4a6fc6ccadcbed2c11f5f2351]

        fix mingw build of graphite
        
        Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5

2012-10-31  Petr Mladek  <pmladek@suse.cz>  [bf176d11892d6ebe949c3c73841800f3a0c8a0d6]

        fix build with system poppler-0.21.0
        
        UTF8.h is split and renamed to UTF.h
        
        Change-Id: I3c0c271324f79189aa2d10b9f159d2cb5743eb64

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [99f376d2d143fa169fbf6e2527a897277d586524]

        Fix broken sw unit introduced by commit a522818
        
        Change-Id: I78a191e39dee00d31ddd773e7b49af73be3136cc

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [103d75da5f47a2f19e2242ca377fd8ec67548126]

        sw unis tests: added basic/util/sb where needed
        
        Change-Id: I3a16f891b099f80bc3a606ed821d7301fc446653

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6ffa5b9f5353d1faffc25dee7afa95306fb9a0ea]

        Show URL of failing document in unit tests
        
        Change-Id: I5434b6615338dfc6780c6ff877c6eebfd20b763b

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3a6233a0406acda6b9b9611cc0cd5c4e73e3f9c3]

        Add PATH to have curl configure find ns{s,pr}-config in solver
        
        Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1a9261124eed5baa04b069a1cb1b51f24423ec9b]

        CMIS: added cancelCheckOut and checkIn implementations and menu items
        
        Although the implementation is here, the dialogs to show when clicking
        on the menu items aren't there yet.
        
        Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1eb7a921641107cdd802e8bbc6117d6f303f73f5]

        CMIS UCP: fixed crash when URL to server is wrong, or server down
        
        Change-Id: Ibe11358794a3ff714d2e1fafd900cc3262ca266d

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [23722506efd84a9b7b447578de32c0eef9bf8b98]

        CMIS: added CheckOut in the File menu
        
        Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [793ea6fe90209dbf2b659a44a302306a05888011]

        CMIS: don't show up checkout info bar if the document is not versionable
        
        Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bb93b038a70ef7a810b6b9d447856ed77c590e40]

        CMIS: display errors when clicking checkout button
        
        Change-Id: I38d5cb95e1c45e1c57b11ec81523d4cca7568d34

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1008e9468d32dad8dbfd7f24e6af626d766fe308]

        Load CMIS properties after saving files
        
        Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [75bc673b60d3eb40713868ce3d1b4f62dd6e1208]

        Travelled MIME type through UCB for CMIS UCP to use it when creating documents
        
        Change-Id: Id067932355607d3d60994862201b531f9844506d

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4cc2571e49de162f52ac9ec171f98732bb256517]

        CMIS urls: remove +atom in the internal URLS as the binding is guessed
        
        Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c88c9b4ff2c408c0a383d5c7c658210b96e1430a]

        Fixed position of extension colors in Appearance options page
        
        Change-Id: I026e26fda195ddf4b14e250040358ddf31fda21f

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2cc05f7b85a37be41614793ffd56755c39eb96de]

        InfoBars: Hight Contrast painting
        
        Change-Id: I3ba70be099bc4364d8f6d2d0700add83353f2900

2012-10-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f7b6ff632718c448f8e74d17fdbf2e03297930dc]

        InfoBars: implemented Resize
        
        Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184

2012-10-31  Noel Power  <noel.power@suse.com>  [2ed931303b10386153a1337fa15b225aabd40cb4]

        fix the strange ww8export tinderbox failure
        
        Change-Id: Ie1804a3790aee23a8fdf86e27085de81f5e50c11

2012-10-31  Stephan Bergmann  <sbergman@redhat.com>  [ced1151a1ad00fb2913a4c0f54e4544f4e566c05]

        Get rid of vcl::unohelper::GetMultiServiceFactory
        
        ...which effectively is just a glorious wrapper around
        comphelper::getProcessServiceFactory.
        
        In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the
        rSMgr parameter to InitVCL.
        
        All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work
        fine.
        
        Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863

2012-10-31  Ricardo Montania  <ricardo@linuxafundo.com.br>  [6bc62f4f43c7458399169ddb2cba30ae4188b1bd]

        ::rtl::OUString -> OUString in basegfx
        
        Change-Id: I2e0189135d5f30b20e625b849cedbef2eb639ed9
        Reviewed-on: https://gerrit.libreoffice.org/929
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-31  Ricardo Montania  <ricardo@linuxafundo.com.br>  [9cb8bef68b67b5f2fba3bee38cd8449ea804b86e]

        ::rtl::OUString -> OUString in basebmp
        
        Change-Id: Id9cde5559165c61da825938153e92df999233a59
        Reviewed-on: https://gerrit.libreoffice.org/928
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [acfdd93f31ae59bb688c27d2fd57e1940a6b9370]

        fdo#56325: Don't forget to build_tree() in fillTable().
        
        Else you'll get the wrong answer in isRowActive(), which always search
        flag via tree.
        
        Change-Id: Ic764b08c3fa3e2e24ea656bb03cc9d393e06fb13

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [10844794fcba4a0012d3746194c5be0af7f4799a]

        Somehow that comment makes no sense.
        
        Change-Id: Ic6d11b8660048dfc074c6e0bfe6b367aca6baef2

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ad39f5eca2603377baa3b7452218c99daad93ec2]

        dump() method for ScDPCacheTable (for debugging only).
        
        Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [beebcb6b671702952c4bc0fb9794345142a6452c]

        Somehow the indentation was messed up in this method.
        
        It was using a 3-space indentation as opposed to 4.
        
        Change-Id: Idfb0e455c5d0afcad0a8b943dee9fd2679e6209d

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [15b69ac3e3c91e3f3637960f5c11bdbe9ab42de3]

        Fix the build with DEBUG_PIVOT_TABLE=1.
        
        Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8

2012-10-30  jailletc36  <christophe.jaillet@wanadoo.fr>  [41e338a27daf3c6eb882cce832a42070f901fa2e]

        cppCheck: unusedStructMember
        
        Kill unused class member and struct definition in
        desktop/source/splash/splash.cxx
        
        
        Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/943
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-30  jailletc36  <christophe.jaillet@wanadoo.fr>  [bb43dc240c8fb4c09033eda5dac15ea41e7647db]

        cppCheck: avoid obvious 'redundantAssignment'
        
        Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/944
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-30  Michael Stahl  <mstahl@redhat.com>  [b660210ed809aacfc4095542e93e22c51500c377]

        writerfilter: remove PropertyMap::InsertPropsNoOverwrite again:
        
        Turns out nobody calls that, so the boolean parameter to insert method
        was not just ugly but entirely pointless.
        
        Change-Id: Icb928747d51487d6884a16dcc1f4e22b00c7c22b

2012-10-30  Michael Stahl  <mstahl@redhat.com>  [4d13a68d75bc7e125d57ec34322c54967d12ecbb]

        writerfilter: clean up PropertyMap::insert mess:
        
        Rumor has it that MSVC 2010 has problems choosing the right overload in
        PropertyMap::insert call, which is no surprise as that is a ridiculous
        piece of garbage.  Special bonus points for having another class
        TablePropsRef that must have a call compatible method because it's used
        as parameter to the same templates, and for the call with a pointer
        converted to boolean implicitly in StyleSheetTable.cxx:163.
        Also remove the silly boolean parameter while at it, just have 2 methods
        instead.
        
        Change-Id: I022d5dd7008f3e6c510d94e19fbacbf04bcf1986

2012-10-30  Matúš Kukan  <matus.kukan@gmail.com>  [30e6227c6f31bb9273dc4e3a429033c4069e72ad]

        postgresql: forgot to change include path for openldap
        
        Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f

2012-10-30  Matúš Kukan  <matus.kukan@gmail.com>  [ed0b160041c46d74c81ba849f1f841eb5bdaba1c]

        fix parallelism variables and let's have only --with-parallelism from now on
        
        Rationale:
        - it is advised to use max-jobs and num-cpus with the same value in wiki
        - max-jobs was used only for lcms2 and few gbuild
          modules outside of tail_build anyway.
        
        Also fixes:
        - really use CHECK_PARALLELISM when meant to
        - EXTMAXPROCESS is not defined in gbuild;
          use parent's jobservers in sub-make where possible
        
        Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88
        Reviewed-on: https://gerrit.libreoffice.org/930
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [036f86db553494c781f58cbb5cbb567774217ec4]

        Apparently CheckIntegrity() was only declared but never defined.
        
        Let's remove it.
        
        Change-Id: Idbc6c58fb6ce71c80534396111c4d5b17a9764c7

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9106fc3aa811002bf66b69951a754daccff98d67]

        Avoiding deleting the removed entry.
        
        The tree list entries are now stored in ptr_vector. We no longer
        have to manually call delete on it whenever it gets removed from the
        list.
        
        Change-Id: Id183aadbdc3b1565d1c702dc0fc099df9dcb6e2c

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [2f6dcb048c3acd60099ca316082e284fb69ef55d]

        Updated core Project: help  d8b9fe2b21d1a3e0fdd7ca0ce41b7c136d7fcf76 typo sw->swriter

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1a8b6a61447f1ba7fa7dc626a7563fae57f856d1]

        Intentionally add a formula cell in column 1.
        
        Column 1 only consisted of static values prior to this. Inserting a
        formula cell will break the range-based formula sharing and dependency
        tracking but it should still continue to work.
        
        Change-Id: I5187ccf15ec1dffe4b6b10086f815b18c21e17c1

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [08dee0ce8d5d49b3ff2e993bfa44cf49c0c643e0]

        Another test case for column formula arrays.
        
        We will later handle this use case using shared formulas.
        
        Change-Id: I6403ae4adddc865d0418290e1549a91ef4eeb318

2012-10-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8cd13f7e04e920e3d6e1fddf88f61dac08894e06]

        New unit test for formula dependency tracking.
        
        Change-Id: I5dad87cd67f8644509087394faa7c4880deb8ee6

2012-10-30  Michael Stahl  <mstahl@redhat.com>  [16e72215c96ee734e2cf6d15a465577d289a1549]

        desktop: tweak xmlCleanupParser hack: disable on return from main
        
        Lubos has apparently a case of xmlCleanupParser run as an atexit
        handler, from KDE's Strigi library; hopefully this should help
        to avoid the abort then.
        
        Change-Id: I50d2e92e5078016943f71a62070743ab8d6628bb

2012-10-30  Miklos Vajna  <vmiklos@suse.cz>  [a7339737f4bab4daf0c5843e36e2988919e6691f]

        sw: work around random crashes in ww8export
        
        Change-Id: If11bff5804770976f069a49a1c508744d6e1987b

2012-10-30  jailletc36  <christophe.jaillet@wanadoo.fr>  [4ece397f21fdb97841a0d355e2d62d446e2c89ac]

        cppCheck: Remove some 'redundantAssignment'
        
        These iterators are already assigned with the same value a few lines above.
        
        Change-Id: I4051db7599824cf407af9ec91ef8f6633467ea36
        Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
        Reviewed-on: https://gerrit.libreoffice.org/938
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-30  Miklos Vajna  <vmiklos@suse.cz>  [2f6097e677dbb7e5387599f3bed4aa2d40755c88]

        fdo#56512 testcase
        
        Change-Id: Ib075209a2b61041ed40685093bc277243a0bef04

2012-10-30  Miklos Vajna  <vmiklos@suse.cz>  [b99b91763f96dcd5ff24c2d4cd9233a493b58aa0]

        fdo#56512 fix RTF import of non-unicode Hebrew text
        
        The trick here is that we can't just fall back to Hebrew encoding for
        the whole document, as that would mirror shapes as well. Instead, check
        where \rtlch is used, and there fall back to the default encoding.
        
        Change-Id: Iaf155912fab6a559ed165870b8524c23cabcb86d

2012-10-30  Miklos Vajna  <vmiklos@suse.cz>  [b72fca4ec4ad00786192bad68eba245cdeb6a692]

        SvTreeList::GetEntry: detect an out-of-bound and return NULL in that case
        
        That's how this worked prior to stlification.
        
        Change-Id: I4b1a9735c92efc181a2d1f47cafb04d2855fdfe2

2012-10-30  Stephan Bergmann  <sbergman@redhat.com>  [37cc83e594fa8ca131fc5fb98506287b7daedffd]

        In "unopkg gui" dispose component context from DeInitVCL
        
        ...the same way it is done in soffice.bin.  framework's Desktop::dispose()
        requires the solar mutex to be still alive, which is destroyed in DeInitVCL, so
        if the component context/service manager is only disposed afterwards, the solar
        mutex is already gone.
        
        This required moving disposeBridges() around, but it allowed to get rid of
        DisposeGuard.
        
        Change-Id: Ibec3d19040fdae23f492cd1e29084e673403e00b

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [25db3f9d3605fd1ab5b8dee86d2d13b6cb80c9b1]

        Updated core Project: help  c532aed5026dbdef6992b3aa1e2714de02781b4a update endnote and footnote help ids for .ui format

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [d34c069e699faf6e81c514091f4c812ca1063abb]

        make that mingw suffix patch mingw only
        
        Change-Id: I5a8dc6ddc620bf4a4bdccfb17ffbf1155fa53987

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [f046e85cc9feb7bcb221c2a83f004c5f238235d5]

        convert end/footnote dialog to .ui
        
        Change-Id: I22c7e030a77f125f70b1b532b3c07c5a405b18b0

2012-10-30  Michael Stahl  <mstahl@redhat.com>  [41946925ee87808e31956ee2cf5a92c1e5d3613a]

        more_fonts: convert to ExternalPackage for incremental builds
        
        Change-Id: Id24975e0bc9a28f6c66599c4b58c01471dd2d8ef

2012-10-30  Michael Stahl  <mstahl@redhat.com>  [9148ad0206a407abbbed658da75d5de98ae2945a]

        extras: extra_fonts needs to be a ExternalPackage
        
        ... so everything is re-delivered on an incremental build when unpack
        happens.
        
        Change-Id: I0d6dae6bdbafc94898546146140069d4c67f5c8e

2012-10-30  Radek Doulik  <rodo@novell.com>  [d941d4d723afbc0b9e88bd19cb50ad711158e3a5]

        fix character positions translation (partial fix for n#757387)
        
        Change-Id: I042d6de9533f0f33e1fb64c3b92dc1bafaa6149f

2012-10-30  David Tardon  <dtardon@redhat.com>  [0afd117a2598c1cdc4efd7952fefbfbceee67dd3]

        fix mingw cross-compilation of libxmlsec
        
        It works on Fedora 17 with internal nss, at least :-)
        
        It would be nice to clean up the patch and throw away all the crack
        related to cross-compilation on Windows, but I am really not much
        interested in that. Also, I am lazy .-)
        
        Change-Id: I008e13b0c4eef9cef361af058e1f32deada8e2aa

2012-10-30  David Tardon  <dtardon@redhat.com>  [5644397e44833ec43362c2d36d308c80bce8116f]

        fdo#55514 put liblangtag dll to install set
        
        Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e

2012-10-30  David Tardon  <dtardon@redhat.com>  [46412b411d4b3ecd86dab85717788beed89d3489]

        mangle file mode to avoid breaking rebuilds
        
        Change-Id: Id436bdbf3a307a3a3c9735ad911e397a21ab701b

2012-10-30  David Tardon  <dtardon@redhat.com>  [047bc54675193bb10a74b865a057fc0438fb824c]

        liblangtag needs glib too
        
        Change-Id: I24b3c5dd299e0196a7a508286e27a79869f8f044

2012-10-30  David Tardon  <dtardon@redhat.com>  [9da51784c9cdafb274579c1dac9a9b28b9b80a0c]

        fix mingw build of nss
        
        Change-Id: Ic3bcc1297cde1c0680637d02c0e60528d2e60e52

2012-10-30  Tor Lillqvist  <tml@iki.fi>  [562c486349ed679802ca334b71b74c7a0f91987f]

        Build platform configure needs solenv/bin/getcompver.awk now

2012-10-30  Tor Lillqvist  <tlillqvist@suse.com>  [5d95db97b8004ab557fe9a86082927d85bb0b053]

        Fix MSVC build: LIB is not in environment so set it for the nmake command
        
        Change-Id: Ic2f43692f003f6d3a88681d61fe21f52276b0b7b

2012-10-30  Tor Lillqvist  <tml@iki.fi>  [1f2c5dc6be09e372bc39757d786d32a326732c59]

        Try to fix Android tinderbox build
        
        For some reason $(LIBS) seems to contain a bunch of unneeded libraries
        including -llo-bootstrap when we get here. Those won't be found by the
        basic configury as there are no -L switches included, causing the
        lovely "C compiler cannot create executables" problem.
        
        Change-Id: Id7cfba191bd16649c7948194eb7ebdbfbfb74f3e

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [bd2c14ec78a7549d4a19738154cdd5ea890f61c4]

        we have to have all tabpages in all modes now
        
        Change-Id: I05a587d4b0556cb9eda49583441b3f57d923a800

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [b6b71d74fddca5e260ab2a3d6307603f5b469108]

        squeeze all Exceptions through RuntimeException for exception sig
        
        Change-Id: I50377a12c2baadf48767e1d4c265417d3c8ab765

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [ce3d66c29da891eee999a2e702c05ecd6babf5ff]

        cancel on insert frame was inserting a frame
        
        Change-Id: Ie95947935b5891642f22c81a15ae1d9ed24fd3f2

2012-10-30  Tor Lillqvist  <tml@iki.fi>  [23a324d282865d2a95142e0c758d266f1a0dc080]

        Try to fix a highly parallel build of libcmis with a non-system curl
        
        The problem us that gb_LinkTarget__use_curl only declared a dependency
        on an *unpacked* curl tarball, but the curlbuild.h file is *generated*
        during curl configury. So something that depends on a (non-system)
        curl needs to depend on curl having been configured at least. Let's
        try like this.
        
        Change-Id: I87b2a3292807d9bb873c3656caf58c4d98d8f622

2012-10-30  Stephan Bergmann  <sbergman@redhat.com>  [ddcf2363bad1d84874dfe4e31e4783ffd761d5bb]

        fdo#46808: Improve previous commit
        
        * Removing m_xLngMgr.is() check from SfxThesSubMenuHelper::GetThesImplName was
          unsound with SfxThesSubMenuHelper ctor swallowing Exception; best fix appears
          to be to remove the swallowing.
        
        * Prefer forward declarations over #includes.
        
        Change-Id: Ie4e7dcd6cdb14046516d119605bbf78e81359768

2012-10-30  Noel Grandin  <noel@peralex.com>  [43d9f35c2665e55cfb5ee911a554ef71933ad4d1]

        fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new style
        
        Create a merged XLinguServiceManager2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I297bada1066cd74809108641b56ee4d5898112ec

2012-10-30  Stephan Bergmann  <sbergman@redhat.com>  [273ee9838cb87d6cf910a92969592709eba650f9]

        Rationale for webdav-neon vs. webdav
        
        ...regarding 03ded70913f957460f90608465e4d0a182879074 "rename
        ucb/source/ucp/webdav to webdav-neon" followed by
        015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code," copied from
        libreoffice-dev IRC.
        
        Change-Id: I7388007f5f8cfd34aa19cb68ee3bc59b2905153b

2012-10-30  Stephan Bergmann  <sbergman@redhat.com>  [5bce80add81dea7b241e8593fee8bf25cb80c4e1]

        Properly spell out "dbaccess"
        
        ...so that these tests also work from a toplevel make.
        
        Change-Id: I82899ce6f1760b34b365ee5cfacbadb1f40de766

2012-10-30  Noel Grandin  <noel@peralex.com>  [e6abcd4fe7eb7cc12df372a298d06b57f822251f]

        fdo#46808, use service constructor for security::CertificateContainer
        
        Change-Id: Ia8bcd2efd8137922024fb2ed2f2e4197f4ee25e1

2012-10-30  Tor Lillqvist  <tml@iki.fi>  [685852d89235c58df32c4cae4069cbaa24caf62f]

        Correct location of the libtool-built libcurl
        
        Change-Id: I0b997cdd3c133fa2212d519a136fa17f08a68730

2012-10-30  Stephan Bergmann  <sbergman@redhat.com>  [c38d460d8112079c83c6a5175bdc8cc019328c1c]

        Reapply eda255b38d871bb7d20432e5730cc8c68b3e2942
        
        ... "SvTreeList: fix singular iterator compare assertions" after commits that
        broke it again.
        
        Change-Id: I527fe37e2a0a9f6fbba468261892379920f02c10

2012-10-30  Miklos Vajna  <vmiklos@suse.cz>  [fd443f82bc7b59e97e9a49c54fe72ec18517d627]

        scp2: adapt to curl gbuildification
        
        Change-Id: I51cd4e315f99099b9ee62761f404dbb640bc3106

2012-10-30  David Tardon  <dtardon@redhat.com>  [551e8e10bc46bb82c0c99c65cd2df85fc4329cdf]

        fix typo
        
        Change-Id: I326409a90162395150a72dcb108b180a07f1afb9

2012-10-30  Takeshi Abe  <tabe@fixedpoint.jp>  [136ae4bc2fadd558cb044217339f6b7b2e58843e]

        sal_Bool to bool
        
        Change-Id: I87d6e518aebcd0074f673b84b66df27ae9a0a15a

2012-10-30  Takeshi Abe  <tabe@fixedpoint.jp>  [b56eb7154428045239493b6fa21b24504b147603]

        bInsWithFmt was always true
        
        Change-Id: I72d764cd88dcd6516edfd11dd39d54f166340de2

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [04f4a0c1366d1863b93d7d84a8534791696b7477]

        Somehow this change was lost during git rebase.
        
        Change-Id: Ic20584b5da2920dc8f2761b7f2c65c58713c5895

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7e04bc142e7ce35623fb1336a04baae9c523ebbf]

        Remove unnecessary type casts.
        
        Change-Id: Idda5d6ad4d8991efb97d75b7ee743bc98b3e4c03

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3562ffacf7408eeb5da10aedd63a7f467304603d]

        These are not used.
        
        Change-Id: If3fdbf7118b94ae9d71ca388f07e3b0a5b4e5787

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f42fee3378727c7ecbe676cf58ad7a9612fd741e]

        Finally removed SvTreeEntryList.
        
        Change-Id: I9e9f6fa6a198bbab7397f7e10a3c39ecdd9e00f9

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a44d1068f4af081f68a876ee3dc2f4ec61f3393]

        Remove remaining use of SvTreeEntryList.
        
        Change-Id: Id29111b0dd9a14fc2dbb18447293b2ac01e20df4

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51ec031fe7a6a54a54f84fe77e17fd2f09d87bb7]

        Remove use of SvTreeEntryList from RemoveSelection.
        
        Change-Id: I8ed7ed76536cb71eff9f7a362220462f0ec112e3

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9d131fd36373af5f693355d006e2e9b6c02a7793]

        Let's use const where we can.
        
        There still lots of other methods that should take const pointers.
        But one step at a time...
        
        Change-Id: I1bae409ddb1939943db8c6f40d1b180f82f42bce

2012-10-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb01d8e132ab9097ed30b3bc4c7585622df591ad]

        Use SvTreeListEntries to store child entries.
        
        This replaces SvTreeEntryList.  The only thing to be wary of is that
        now we use ptr_vector to store child entries, which changes the scheme
        on the life cycle management of tree entries.
        
        Change-Id: I92b6e41ea500bc9b9227259c010887b798194909

2012-10-30  Xisco Fauli  <anistenis@gmail.com>  [9545c85db39144705fb50409b7f4b7a3cf472150]

        pyagenda: rework AgendaTemplate.py. Still some work to do
        
        Change-Id: Ife802611e8aef10e5d06f04617662753d6f2ee21

2012-10-30  Xisco Fauli  <anistenis@gmail.com>  [4e63e4ba815ea61d0d4c28dae0117ce9890e2b5e]

        pyagenda: Add callwizard
        
        Change-Id: Icbceb222d400652f4e8757a9aa2967bee60bc09e

2012-10-30  Xisco Fauli  <anistenis@gmail.com>  [ec20c94a3034b6991f98821a2a4d511dd93682d3]

        pyagenda: now it's possible to call the wizard remotely
        
        Change-Id: I25c49f58e580a0d08a2b0d0fce9d76e372c69d19

2012-10-30  Xisco Fauli  <anistenis@gmail.com>  [02dd4619b20d53158f6a48f30ceb299a029883eb]

        pyagenda: Remove duplicate code
        
        Change-Id: Ic839031a50c4bd84efaebe89dbbe975bf81db789

2012-10-30  Xisco Fauli  <anistenis@gmail.com>  [6fa0930ed4208e6fb13bc986616ad7441bbd4bd1]

        pyletter: Translate the templates at runtime
        
        Change-Id: Ie0b149b4a8928e5b61153a6ed62b66d02f916f20

2012-10-30  Caolán McNamara  <caolanm@redhat.com>  [4a11a47103fcbd7646234fc9565a409b8055507e]

        trivial empty-init String::Fill -> comphelper::padToLength
        
        Change-Id: I6c41b8f4d3ad739eff545063bd1f8fe8f4fba65e

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce26903f7037c44a723716dfb38766ab9611c224]

        export icon set data into OOXML
        
        missing are still the Excel2010 extLst entries
        
        Change-Id: Ic0c728613b1ee48482cbd9cef2aeccd0e0f25f72

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [29c5324696d863f0804405267f6787a4688122b8]

        fix warning
        
        Change-Id: Ib9fe916eae980949978b0a5a78dfabea6581a43b

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57bdc45e57cfa01330d21e3a37df133276239387]

        add icon sets to manage conditional formats dlg
        
        Change-Id: I309ca58d708f0df87365a21fdcf9acb829f08a9e

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef4edac451093e0d281bcbc2dd43b262330ea43d]

        fix crash with overlapping conditional formats
        
        Change-Id: Ib2d3b9434038b25f2dc175809e211d7651998583

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f5aab85e3ce0320e449b17782f7cc284b48344e]

        implement basic support for icon sets
        
        already supports ooxml import
        
        Change-Id: I3e54aa1632a78f853bb13a3a4f76e9d66ea0b9ac

2012-10-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b2c67c557d427d37a18a66f8acad6fdca726c6f]

        extract same code into shared method
        
        Change-Id: Ib8c141309227aa711944bed202258d131ed1367d

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [22b055914f5f1726d45a9802143cff7ada9ededb]

        Revert "libwps: ensure that generated cxx files get built after unpack"
        
        This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c.
        
        Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [6fcc7d5848c46e8abbcd86085f5a55f8d25607a3]

        Revert "libwps: need to depend on unpacked private headers:"
        
        This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde.
        
        Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972

2012-10-29  Luboš Luňák  <l.lunak@suse.cz>  [edc761452e8478c50e49350b8a7b426a865eeac4]

        new toplevel make target dev-update to update non-symliked dev-install
        
        Should be especially useful on Windows (e.g. 'make sw dev-update').
        
        Change-Id: Ie80b7f1caae0fc1edc7cf791494c7648ca7b8d82

2012-10-29  Luboš Luňák  <l.lunak@suse.cz>  [e922d0ce1081bb90da30735c2cb22b6ce2ca7220]

        fix absolute path test in linkoo
        
        Change-Id: I0ac41af09ac6582c3f75239f2163c895665cd572

2012-10-29  Luboš Luňák  <l.lunak@suse.cz>  [a6ec2349fa866c9af18feb7d13873a19e81449e0]

        fix windows detection in linkoo
        
        Change-Id: I18d1dbdc9d7ed6027969424a196532084537fe87

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [1f62a036155b7559703c08fcbc8204498ed7343c]

        gbuild: remove .a file before AR invocations:
        
        Solves 2 problems:
        1. it can happen that AR decides not to write to the .a file at all,
           because no input file is newer than the archive content; then the
           timestamp of the .a file does not get updated
        2. if an object file is removed from the makefile the .a file would
           still contain it after an incremental build
        
        Change-Id: I30737c6454dc06c89ccf233e06d430d2ddc5bc33

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [3f0f07c748375ec9165ea3a3d1751f84d3528972]

        gbuild: solve the UnpackedTarball header problem in concat-deps:
        
        Mangle all included files in the UnpackedTarball directory in
        the generated dependency files to point to the target of the
        UnpackedTarball instead.  This will cause all files that include them to
        be rebuilt on every unpack, which is sound and much easier to maintain
        than manually enumerating all internal header files somewhere.
        
        Change-Id: Iaaa9b27450549d26b40d32ae0f740c2d5ef0edc5

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [45c7a7f5dc3057b283513e4516b7b59f21e46fde]

        libwps: need to depend on unpacked private headers:
        
        The generated cxx files that are built in the StaticLibrary depend on
        the header from the UnpackedTarball.  When the tarball gets unpacked
        again in an incremental build, the headers may have changed and the cxx
        files that include them must be rebuilt.  This works for those headers
        that are added to a Package, because they are make targets, but not for
        those that are not delivered and just sit in the unpacked directory.
        These need to be manually enumerated in order to turn them into make
        targets, which is not entirely satisfying.
        
        A little grepping in the .d file for the StaticLibrary can help:
        
         grep "UnpackedTarball.*\.h" workdir/*/Dep/LinkTarget/StaticLibrary/libwpslib.a.d | sed 's,:* \+[^ ]*$,,' | sed 's,^.*UnpackedTarball/[a-zA-Z0-9]*/,,' | sort | uniq
        
        Change-Id: I9fd4ee0cd6646c834118cf172e39a24d2833c439

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [7963c0952823affb8045817cba677ed7b6e4051c]

        libwps: ensure that generated cxx files get built after unpack
        
        Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27

2012-10-29  Matúš Kukan  <matus.kukan@gmail.com>  [7a030393a022622ab2179034332b55da0eb4783b]

        add more missing use_unpacked
        
        Change-Id: I92395d5883ce862f1dca7b88aa4291a9608c1a52

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [ee582e991af816baa1c7d784126114bcb8d005c6]

        Missing #include
        
        Change-Id: I63e68bd37b46f339d09d97a6bf6edfeaa6a7df1d

2012-10-29  Matúš Kukan  <matus.kukan@gmail.com>  [9f3a3ab69ac8969805724c6c80b755dcb81af079]

        tweak curl gbuildification
        
        Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765

2012-10-29  Miklos Vajna  <vmiklos@suse.cz>  [485498d3d94c5536178a653fa0c8384ff93dbceb]

        sw/qa: fix build in ooxmlexport
        
        Change-Id: I22d94cf0584be892da6ba17aadabf45f47809252

2012-10-29  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [ec06049af9c40646772a8c8f7c3cf42d776b172d]

        docx export: unit test table/cell borders export
        
        Change-Id: Ibd651c0d027dcf8b63b9208ffdcbcfaee3165b38
        Reviewed-on: https://gerrit.libreoffice.org/910
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-29  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [78a5ce35db4cc762bbbc68e39dba1f73367ec520]

        docx export: explicitely use 'none' type for disabled cell borders
        
        Otherwise, the table default borders will be used.
        
        Change-Id: Iebab1204dc40f79e10164e4815bbdbbe054ef144
        Reviewed-on: https://gerrit.libreoffice.org/909
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-29  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [69299e517b8f87089339c2b674be174a3f8b69be]

        docx import: handle start/end attribute in tcBorders
        
        Change-Id: I148345485534ae50b616857d971ef1c8b1594f28
        Reviewed-on: https://gerrit.libreoffice.org/908
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [96f67ece2e51bd62effcb4ab04985b0734ec6c58]

        Updated core Project: binfilter  9e1d8c9cfa1197c4fa5685240549fed3134e4f7c fdo#46808: Adapted to core CalendarWrapper changes

2012-10-29  Noel Grandin  <noel@peralex.com>  [8fff6bf6bdab6b7addcbbf472a226706edda1edb]

        fdo#46808, Adapt i18n::LocaleCalendar UNO service to new style
        
        Did not need to create a new interface, because XCalendar3
        already covers the whole service interface.
        
        Change-Id: Iaf094014c16e872d2003ca6e8e7588abd081d882

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [d29818290376f10f318ba805a79643384b34986e]

        fdo#46808: Fix previous commit
        
        Removing the xJobExecutor.is() check from
        SfxGlobalEvents_Impl::implts_notifyJobExecution was wrong, as
        m_xJobExecutorListener was a WeakReference.  However, it appears there is no
        good reason for the latter, so the situation can be corrected by turning it into
        a plain Reference.
        
        Change-Id: I5690d226b3e8fdd97f75a37502e600b460ec674c

2012-10-29  Noel Grandin  <noel@peralex.com>  [eebcaa02585bda0656ca1032082c4dd676de732d]

        fdo#46808, use service constructor for task::JobExecutor
        
        Also remove some unnecessary fields.

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [96b60cf69bf973136c5755fe741a6c210b4915f7]

        Improve previous commit slightly
        
        Change-Id: I01e007a9e1dee12a8081e8b165fa7e090d594612

2012-10-29  Noel Grandin  <noel@peralex.com>  [39c556da3180bc507d9fae5e26bcdf81ea193938]

        fdo#46808, Create new-style frame::AutoRecovery service
        
        The service already existed, it just did not have an IDL file.

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [7f4e5c8c6f293782fa772c7cf6ad7f8e5992db8b]

        Improve previous commit slightly
        
        Change-Id: I198f25f556efd4ec3f6582cf8bfb40675c6e3570

2012-10-29  Noel Grandin  <noel@peralex.com>  [9b63e4e6e46ee7560d99c3d4cff5e085efc14949]

        fdo#46808, use service constructor for frame::DispatchRecorderSupplier

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [ec4a5ba7f2f205ace9a8e64fb59eb6d43ee5f2ab]

        Improve previous commit slightly
        
        Change-Id: I25595ea67eb521e118f4b00337ef2a55dc52256a

2012-10-29  Noel Grandin  <noel@peralex.com>  [3f8f2f4a520b022f43427f98e59f039bdd5fc431]

        inline #define that is only used in one place

2012-10-29  Noel Grandin  <noel@peralex.com>  [c326564fa80d812b7f95330e6d79a57fa19ca281]

        remove unused #define

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [5b5f2b3edce117501820242130c092370a3edb3d]

        Improve previous commit slightly
        
        Change-Id: If39ae761165bc4debd3c7d994be0446149f2c4ac

2012-10-29  Noel Grandin  <noel@peralex.com>  [fecbe0ec96c1a172d381cc65020c0629a2e8e457]

        inline #define that is only used in one place

2012-10-29  Noel Grandin  <noel@peralex.com>  [47943bec0b8f7945b9647bf6c0a43dc6535b4637]

        remove unused #define

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [14d45795b2a555ef8121d3f1c406fe0d59cfdba5]

        Setting CLASSPATH/XCLASSPATH appears to be a leftover
        
        ...from the old dmake and/or Hamburg-specific set up.
        
        Change-Id: I441ce66dd91d353196cd9d1a9853720195a6fcdc

2012-10-29  Peter Foley  <pefoley2@verizon.net>  [0f075129c95f7aee782bf08b2edbe7c71db1c7b2]

        convert curl to gbuild
        
        Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee

2012-10-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a3d9253615078a35836c9e79dd694c4540dd5dde]

        String -> OUString
        
        Change-Id: I9d86ea5b27e8b8db75bf7a2ea9965621c857adb7

2012-10-29  Miklos Vajna  <vmiklos@suse.cz>  [f5d972265a4fec02639bbd68ecb0a6cd4f4253a7]

        Revert "n#778140 fix import of w:fldSimple character properties"
        
        This reverts commit 393262b325338b568c86b9183f37fc950cfbf127. It turns
        out that this hack is not really needed for n#778140, but it causes
        problems, for example in case of n#775899.
        
        Change-Id: I00b9f7112f951935450c683c5942b0d6c2b7fee2

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [573af9266c4d17445f0c75e1a71b629c845b83b8]

        libwps: fix gcc warning too [-Wsign-promo]
        
        Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [424bd89ac2a11ba6dd2ede9454c3af90a5ca7f9c]

        libwps: fix sundry MSVC warnings
        
        Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d

2012-10-29  Miklos Vajna  <vmiklos@suse.cz>  [68338abfd657ad5511a8a77b431ace8ad465c35e]

        DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacing
        
        commit 5d4bd2f97128adecc5b11699e98c934be3c3a462 unconditionally enabled
        AddParaTableSpacing doc setting, which broke the layout of some
        documents, e.g. n#778836. Fix this by doing what the WW8 importer does:
        enable the setting only in case the w:doNotUseHTMLParagraphAutoSpacing
        tag is present.
        
        Change-Id: I104259a1f37f28e3c4362eb638a134b593fcb851

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [e5eb833917266cd085e4e9fa5c923f8fcc0da985]

        gbuild: gb_Library_PLAINLIBS_NONE zombie cleanup for android
        
        Change-Id: I4599c252ba1d37e5377e405ac1a0e7bf4e22086a

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [e755317aca5487dbcb35f4eabdaa2041de693797]

        l10ntools: add missing dependency on sal headers
        
        Change-Id: Iced89d43299767a30d31d1c5e3abf3e8c91f76cc

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [cbe020b979e841b3bfc6da1b324fd02f1b9390d8]

        Need -lm for Android for the exectuables that fontconfig builds
        
        Said executables will not be used for anything, of course.
        
        We can't use gb_STDLIBS, which also contains -lm after my previous
        commit, as fontconfig is C, not C++, and gb_STDLIBS contains
        -lgnustl_static, and only our $(CXX), not $(CC), contains the -L that
        points to where -lgnustl_static is to be found.
        
        Change-Id: I40c459580f357d913ddc55eae00e16f90f81d510

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [6db0190b716e36e33dbbef0c9a40750ce53b94dd]

        Use also -lm to be on the safe side
        
        Change-Id: I2bee6cc4f985ee47dbe4d2e35acf688042970519

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [e8768f245a2be0eb8437e392d65e6d4973b4b613]

        Need gb_STDLIBS for mythes, too
        
        Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [0ac7d3a1da9a573840897eb7dc64cb425a3d2170]

        gb_STDLIBS already has the -l options
        
        Change-Id: Ic498efe935194e95c593c5378d882664b7ad14ef

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [87cac6bac2bd2145a5e41a3ce1ec1c2029ca010a]

        gb_STDLIBS should contain -l options for the linking command line
        
        Change-Id: Iab93d5dc4b3c19d3661846b16956573078fa4cfd

2012-10-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0c7f8e6d0c2a414150c5f77d3419479bb8eeddb0]

        Delete some unneeded checking from export2.cxx
        
        Change-Id: Ib41c81629fbc5a8bd709391091c2777d49f9d9c4

2012-10-29  Tor Lillqvist  <tml@iki.fi>  [6571f071ce98f4066b5213b6c08e8a3eb4043cd2]

        Pass gb_STDLIBS in LIBS to the hunspell configure
        
        Otherwise the executables (that we won't need of course) won't link
        for Android.
        
        Change-Id: I993f404caa77e8ceadd669230eba43469cffc5a1

2012-10-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8f57a9d2a186a2cd5d71ed8bbed106ab927322d4]

        Correct some naming in propex
        
        Change-Id: Id5b17be8155f13529439dd9a46b42f6ffeed79b1

2012-10-29  Niklas Johansson  <sleeping.pillow@gmail.com>  [d72b774bf68085afbc23b9166f27ed77cdda870e]

        Updated core Project: help  23d7515757534fca7d50e1201745586adde4b8f6 fdo#42135 Add help for the button export in Macro Organizer

2012-10-29  Miklos Vajna  <vmiklos@suse.cz>  [411cc0f12a1f8030978a4b33839c50007bdee0de]

        import RTF_DPROUNDR
        
        See the fdo#42407 bugdoc for a reproducer.
        
        Change-Id: Ia683a87215c71a238db322cb60ce5e31309eb7e9

2012-10-29  Michael Stahl  <mstahl@redhat.com>  [67a23b6af991d383de5d431db9cc88d18f488b7c]

        move setup of HUNSPELL_CFLAGS etc. to configure
        
        Change-Id: Id50ca2e0804d9e56334c9f7149dc4080a7fee729

2012-10-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cda6b4e991f45ec870a311ab736038bd93227900]

        fdo#56366: INetURLObject::decode: do not clip utf-32 to 16-bit
        
        Change-Id: Iaedc9f5b9f25f43b8b8deaf28129423abbb91672

2012-10-29  Stephan Bergmann  <sbergman@redhat.com>  [12f7e27917cb014dd78e87c38e9698aa5c148114]

        Revert "Use relative submodule URLs"
        
        This reverts commit 5e48667f6bdd2f5e05b3f41d080fda06bd3d7c16 for now until
        <https://gerrit-review.googlesource.com/#/c/36190/> "Expanded submodule
        subscription support" is fixed, as it inadvertently caused gerrit to no longer
        automatically create corresponding core commits whenever receiving submodule
        commits (whether or not that is actually a good feature).

2012-10-29  Lior Kaplan  <kaplanlior@gmail.com>  [9a4f81c333f23462f4fa462d8fba539b0b10a9a8]

        ./g doesn't support -s option or log command any more, use git directly
        
        Change-Id: Icb8fa341fe76abb03ba59cbc57e8b54dbb9acbec
        Reviewed-on: https://gerrit.libreoffice.org/935
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-28  Caolán McNamara  <caolanm@redhat.com>  [0dd085f8f327b08cf5d69c3e1b93ff82016995fb]

        UniString->rtl::OUStringBuffer
        
        Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5

2012-10-28  David Ostrovsky  <david@ostrovsky.org>  [8865b7f013bcd9b4ce41dd98be28ba28aeb22e66]

        fdo#55290: use the right native library name
        
        It turns out that the native library cannot be renamed after creation.
        The right name must be used from the beginning, otherwise
        publishing is failing with the follow error (gacutil -i):
        
        "Failure adding assembly to the cache: Invalid file or assembly name.
        The name of the file must be the name of the assembly plus .dll or .exe."
        
        To rectify that create the native lib as cli_cppuhelper.dll,
        rename the signed assembly to assembly/cli_cppuhelper.dll and
        teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll
        (and not cli_cppuhelper.dll).
        
        Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [0cc05a8f1db4c289dff0e95de6161cf3f3af58e6]

        fix mythes build
        
        Change-Id: I505a4a780e8fedbb41cd031d71d6a5e53c36624e

2012-10-28  Rene Engelhard  <rene@debian.org>  [99ef1f57a18794e784aa9921d62310395496320c]

        add mythes stuff to RepositoryExternal.mk for system-mythes
        
        Change-Id: I004825342646f839f72d8c180efdba6a7f835da7

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [327db9fe01dc727961ef9dfbc75b4dcbd2fea2eb]

        fix hunspell and mythes library names
        
        Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a

2012-10-28  Lior Kaplan  <kaplanlior@gmail.com>  [30762128a8cbe218433a7d44c04b308809c9bd48]

        Update reference link for Hebrew Numbering System
        
        Change-Id: I5b761341b1bfbd3462ab5ffa21608182584f757a

2012-10-28  Peter Foley  <pefoley2@verizon.net>  [2e4ab69246bc93fbc8cbbfc9f74c03612e611e11]

        convert hunspell to gbuild
        
        Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca

2012-10-28  Peter Foley  <pefoley2@verizon.net>  [0b79b4e4657a3ac8fdc27e0e2922524c1f819d5a]

        another mythes fixup
        
        Change-Id: Ied0493987630a294897d0646cd022580ffd9544b

2012-10-28  David Ostrovsky  <david@ostrovsky.org>  [9e716494a8f7a1ffbfd519ffc388df0226f4046f]

        fix some VS 2010 specific issues
        
        Change-Id: Iae27a96c1e2ed72d2744fcbe100d6ada7dc41c82
        Reviewed-on: https://gerrit.libreoffice.org/914
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-28  Peter Foley  <pefoley2@verizon.net>  [1d1bab408421030cb260d67a519d478db87bdff5]

        fixup gbuildified mythes
        
        Change-Id: I3a31c7c9ff66e2b6a13b22dce85854777b66355e

2012-10-28  Takeshi Abe  <tabe@fixedpoint.jp>  [a94b902736ad2cc74224cad4ae64f83880ece632]

        sal_Bool to bool
        
        Change-Id: Ia71a4dc13e09a5fc42c282efc2b0d46b2ff007ab

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [c3a586a716424a0f22858823622328ce92cb9640]

        openldap: convert to gbuild
        
        Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [eb28dd59b86f572f83eb60c826c08509da9ca6ae]

        ooo.lst.in: keep the list sorted
        
        Change-Id: I2855b7d324aa433d126cc059db70e9cb821a83da

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [51fca817e2b51159c2bc8d44aadf7ff02f9b1b5c]

        epm: convert to gbuild
        
        Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [c32566bf8b983d50a6d5cf736f7f04f5653807a4]

        librsvg: clear d.lst and don't deliver unused headers; it's dlopened
        
        Change-Id: If48f940d30d8fbf439639e100d37da1397e2d682

2012-10-28  Peter Foley  <pefoley2@verizon.net>  [061674ff28cbbe946d54a3eec06c65fcbb560704]

        fix mythes
        
        Change-Id: Ie612045398d267e69eca25e2f57cd6f6eca28f5e

2012-10-28  Peter Foley  <pefoley2@verizon.net>  [7e2c27cfb08d3444fbf896d6ab9138a0fbc09ece]

        convert mythes to gbuild
        
        Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4

2012-10-28  Caolán McNamara  <caolanm@redhat.com>  [3fd0889013f0ae6b91a363a979bd64dd2eefe317]

        add SAL_WARN_UNUSED to some classes
        
        Change-Id: Ibcc3ea7ebd60c46930f0c2419c8286fed9671061

2012-10-28  Julien Nabet  <serval2412@yahoo.fr>  [316a0487dcf9bb15db159552e70dbfc43b785618]

        Variable X is reassigned a value before the old one has been used
        
        Change-Id: I196145550e5f0e53f9498ddd127fec588be064b9

2012-10-28  Julien Nabet  <serval2412@yahoo.fr>  [bf7240d0676b4350892e01fa8c1ba5eb6a3913c6]

        Resolves: fdo#56473 IDE: Crash when inserting a simple macro
        
        Change-Id: I7bb6fe0005b9afa2d853a13a30d5b0c48ba8bdf2

2012-10-28  Julien Nabet  <serval2412@yahoo.fr>  [cf0453d94b1af305ee385e9e2522bcc5e589530e]

        Resolves: fdo#38193 WRITER, DRAW: Media Player is missing in Tools menu
        
        Change-Id: I0952292ebf1a04743f2bc534c2cfe282b516eedd

2012-10-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8da658bd33b9c781d83c59181a2ff023b163042f]

        String -> OUString
        
        Change-Id: I2f0acb27f85a230109e827d415aabc029b90cd45

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [72258d123467979ea7c4f1ecc029e6fb78907fad]

        add languagetool to tail_build
        
        Change-Id: Id42c86bc5e6deaaa3215beefcf06474b5049e6e3

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [b76bca11b1012253db4fb63aefb8423ad30b84f3]

        fix x11_extensions delivering
        
        Change-Id: Ib9de68943db9a29f2cd00d1388e473b242a2a866

2012-10-28  Matúš Kukan  <matus.kukan@gmail.com>  [ab594aaaa4403a0540f1f1be15797f01cfbc8f54]

        RepositoryModule_ooo: add missing modules
        
        Change-Id: I1c2702ccf7433eaec0403975d37f1dd35f63b260

2012-10-27  Matúš Kukan  <matus.kukan@gmail.com>  [8bee0e06b7b142b0cd3a01ebc13f499710ee6319]

        tabs vs. spaces cleanup; and use QADEVOOO
        
        Change-Id: I881f9c80accabb1ca1110a6872d12fcf5b5c7f69

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [bb90189d7cf45277edb9d907c2468848074652c4]

        sprinkle some more SAL_WARN_UNUSED around
        
        Change-Id: Iaa1508584f005cba6e2ab63d4053cde4ce8637df

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [2914d52fdf6ef3b672190ccbb2c8be5a6760187e]

        remove xmlreader from string now I don't need it anymore
        
        Change-Id: I8d280a5fa352bf4514a5e593b34be767648f4e64

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [1692cf6854ff7adbb2bd47f2f7ec2b3de51864f3]

        drop unnecessary usings
        
        Change-Id: I65b7c81a45925894ef78f141219fd00652ad5c1d

2012-10-27  Peter Foley  <pefoley2@verizon.net>  [bce37dbd616bb21d81a7e49ee3b8f8a3903e82f5]

        fix linking on windows
        
        Change-Id: Ibd2fe3cf8775cbda51f768ceaeb92b66a91c3850

2012-10-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [b596ce9bb1feafe5c09fa87582d96acceb6ae37d]

        OUString cleanup finished in basctl
        
        Change-Id: I6d18f5cde7866828ca95ccff702eb86d2e40c58d
        Reviewed-on: https://gerrit.libreoffice.org/925
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [fe6913b9687cb80a821e103e2756a6ada08a0b3a]

        OUString cleanup and some identation
        
        Change-Id: Id222047750b7527e35977b73213ceeb12a53b57a
        Reviewed-on: https://gerrit.libreoffice.org/924
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-27  gerhard oettl  <lodev@ogersoft.at>  [96ed67aadfb4e30b9870451eb3db90fae704df01]

        rtl::OUString to OUString clean up
        
        unsing rtl::OUString, etc clauses had to be reinserted in
        sw/qa/extras/rtfexport/rtfexport.cxx to pass the test
        
        Change-Id: I3767ea89c8cfd9afe2dc8a80e5c7284be9d1cf57
        Reviewed-on: https://gerrit.libreoffice.org/926
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [3149d338fc2d766f7e0e974ecf1993b42f32e98d]

        usual int == sal_Int32 on 64bit and long == sal_Int32 on 32bit woes
        
        Change-Id: I879ed580de72df91e269d38add23cddd29c71982

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [6df1405b6891ec8f3280e61a3cded41c7f048041]

        loplugin: various objects that are never used
        
        Change-Id: I379540dcce5cd0adae0f0f670821af92ab6432f4

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [850b4ce0418766d084a97d8850187faed7fdba84]

        t4 is always true, probably some debugging thing
        
        Change-Id: I8038174c64d2ed5eb3cae503dbde49be96dd7d5c

2012-10-27  Julien Nabet  <serval2412@yahoo.fr>  [d4fb3b42b81a9b5a973dcd29759579593cd01f06]

        Remove unused overrideDataPath
        
        Change-Id: I7dfaa933d918023999bfe78a497da7dbd59f7fc1

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [6affa4be69aa31e27af9d50e9ab6bd740319c379]

        callcatcher: update list, stop hiding uncalled tests :-)
        
        Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc

2012-10-27  Matúš Kukan  <matus.kukan@gmail.com>  [ec64bf60d902afbec91e6eed3dbda08e075ffc3f]

        shell: use x64 zlib version here
        
        Change-Id: Ie61966f28b937db7d4997753cc388332dda25f63

2012-10-27  Matúš Kukan  <matus.kukan@gmail.com>  [88b363abeb05a2f0b0e4900216169a4cae7b3dcf]

        there is no sal_textenc for Android
        
        Change-Id: I7a55f775cf1b9d608a71e1d754df7027545c1254

2012-10-27  Caolán McNamara  <caolanm@redhat.com>  [0736a7ddc00047361e01429cd8f6286341babd0a]

        bump to new .gitignore versions
        
        Change-Id: I3e60cfa1a8680b84142bc4d0adda96f970e030cd

2012-10-27  Matúš Kukan  <matus.kukan@gmail.com>  [7b633213c0d814d0fd485a6070291944e9890cee]

        unusedcode: sc: unused ctors
        
        Change-Id: Iaa082d85ef95c58da14013c80cb06a2e1112d4ef

2012-10-27  Miklos Vajna  <vmiklos@suse.cz>  [beffbd826a74f3751bd34d7747e401de7d836457]

        fix top/left/right/bottom margin of RTF imported inline images
        
        This is similar to 3d7e168a2a43c2414b0633379102ddb29437e75b, but for RTF
        (Word default is 0, Writer is something larger).
        
        Change-Id: Ibb429eed5d3c1d09777db88ba2a98503c8ed0ed8

2012-10-27  Miklos Vajna  <vmiklos@suse.cz>  [7b60f3f1335ddf105b77e2cd5c6743a7419d985c]

        fdo#42407 fix RTF import of WMF images inside textframes
        
        Since commit f4f4a899, we send the external header of WMF images to the
        importer, but that seems to be cause problems with this document. To be
        on the safe side, revert this only for pictures inside textframes.
        
        Change-Id: I7e443beb9ca4261abf3e3a1257270d6c70b85918

2012-10-27  Miklos Vajna  <vmiklos@suse.cz>  [a7cc5039769838924c7b07da0e7532d84f79d302]

        ignore spaces while reading RTF image data
        
        Change-Id: I6a1af0cd98ed832204d4485e135da6e56e575b4a

2012-10-27  Miklos Vajna  <vmiklos@suse.cz>  [5944eba64a8679cb6db7b54709169175d82224de]

        writerfilter: make it easy to debug the old RTF filter
        
        Change-Id: Ifc1d6b78f55e7f202f5cc391f1401de5b65ed395

2012-10-27  Miklos Vajna  <vmiklos@suse.cz>  [4a5701183dcec827a14aff5305744cb25b11cdcb]

        use textframes for importing RTF_DPTXBX
        
        This allows inline pictures on shapes later, plus matches what the
        DOC/DOCX filter does.
        
        Change-Id: I5da56ccf59a26cc9657925dec94fb58f97692bb8

2012-10-27  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e690875f2469b6e73818d642c0e59ddecde218f5]

        fix resource id
        
        Change-Id: Ief85da80e14078e1d5a0b2812a2959484717da76

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [750daab570b813167c342b0e4183d5cf4762458c]

        Resolves: fdo#52353 navigation buttons disabled in read-only mode
        
        Change-Id: Ib60ae077be6a179568e6ccd8454e572c22c35e7e

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [570b59edac31d1a86ebbb042602f5a9781c19ef9]

        fix fractured comment
        
        Change-Id: Ib4227a74232b1ba6ca48d037340c4a7441ab08e7

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [f72004dc283dce45649e5807a6345a5d08b79a21]

        chop last string out into generic .src
        
        Change-Id: I958f6e80813a4e056b09225b16cea9ea2a3450ac

2012-10-26  Peter Foley  <pefoley2@verizon.net>  [9874f2fb3c7ed8f77e9c05530681144a351d8ed3]

        fix x64 zlib on win
        
        Change-Id: Ib9b06e843f3e44c3a1ec3c1a64335d2a6ebed810

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [65e2a0938b8854f859460493485d3d5f5304ac12]

        add generic sc/sw log categories
        
        Change-Id: I64995db8f9e913db5f4ab4e81359dd163bc29d15

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [e0e79e9026dff2a1db0816a79e7f76966183938a]

        missing a default button for insert break
        
        Change-Id: I417a6d46dc72ee251b43e00836363b6ae07c2b4c

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [9921cf3bdf9b6b287d1aac8179e1647dd2b3be07]

        connect adjustments to spinbuttons
        
        Change-Id: Ia840ae93a0582e96df8faa2507835dc4fbb7141d

2012-10-26  Jack Leigh  <leighman@gmx.se>  [468cb30c109dc086e4dc319ab7013f14c559ddc2]

        migrate Insert Floating Frame dialog to .ui file
        
        Change-Id: I732bd280295097fe098d3175127eb4d8a026dc32

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [4f94de16506b93da18179ec7c97d74f0f77b3413]

        fixup
        
        Change-Id: I579dd5fc6c71ac9dad2de622e9125b399f3e160e

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f365b6f57a674afac9ee62a3f47bc6859b263547]

        remove the temp file after loading
        
        Change-Id: I8ba88cf9b19612800beac5e200bbaeff6da32f97

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f8db10bdc1bbf2fcb975665f3d9651b9625cc54]

        this test should not been disabled
        
        Change-Id: I21aa786a9f214ba5137d35497318c4f088456845

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e33a3f298b1cf984e6f52534010033360123c4aa]

        disable the password test for some platforms
        
        Change-Id: I31c91bec6807b699333f646d758078ce5e69570d

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b419d30d8782e7206b94dcf90bf386f6fecf407]

        implement export password test
        
        Change-Id: I90ef759639c8b1410ec314fed4ff0fd877d8e224

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f48886d9df91e62f68c9b6d5bea5a3d3f1d14105]

        add basic calc export test
        
        Change-Id: Idd1f670dba9d88233a22b9f6ff084bf2ef41fb54

2012-10-26  Luboš Luňák  <l.lunak@suse.cz>  [5646906f5be7d3a0909fc2d2c29b0904324d574c]

        do not warn about missing area in SAL_DEBUG
        
        Change-Id: I99314136cac7f47a5adf8e0e29093ec9fbf4fd90

2012-10-26  Michael Stahl  <mstahl@redhat.com>  [0956d2639160a70b3a0f88d911b6b0c5a5c279e0]

        sw: tweak previous comment translations
        
        Change-Id: I8702c70eb2579781e2f524b2364191e1636370c5

2012-10-26  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c72fa4f6c98a722e570c3a1b400ce67b44c55800]

        Translate German comments
        
        Change-Id: I54db750b79f77ee964c31febe466f0eeee82b9d1
        Reviewed-on: https://gerrit.libreoffice.org/917
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [2c54307713160295ad51244eee41ef959a7fd55a]

        ODBC PreparedStatement Parameters: redesign setXXX handling
        
        More type-safe way, instead of void* everywhere
        void* instead of sal_Int8 for raw memory / multi-use buffers
        Fixed more issues than I care to count, but at least:
         - updates to a DECIMAL were truncated to integer because DecimalDigits set to 0
           maybe/probably also NUMERIC
         - setObjectWithInfo(... DataType::LONGVARCHAR ...) was passed as AT_EXEC, but the buffer was already free()d by then -> crash or wrong data
        
        Change-Id: I0e6791a05b96fb345bfe3f911386263e6cfedde9

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [626da7211498429b55eba3b438d82e5119d3ec68]

        duplicated code
        
        Change-Id: Ifa9b93b2daf0bb448711eb1bd3ebab69febf4f9c

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [7b4e7e027966bdd3be941d2f65399eabab0ca70e]

        odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtype
        
        Change-Id: I6de4e86f09be74518c9980d1b2347217cdcc4e02

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [7bb42b171e0c0f5c8f5967d21418f56c52a29370]

        UpdateBuffer optimisation: cache column value, isBound() and isNull()
        
        Change-Id: I70f92224e22e9a9a1283564b5b1be7bf1e0240d0

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [77e60c005812968af9885c20fac0a098012fbeba]

        fdo#52392 dbase: correctly NULL out non-filled in fields in inserted rows
        
        Change-Id: Id2e8ad5b6bed1c184de6dccf7fa43254099fb958

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [41e11da6008f046d0f3f3705939775d8bcd6e712]

        improve comments
        
        Change-Id: I50c64d5fcf1d642052be5edbe64dde2c03c1eba9

2012-10-26  Lionel Elie Mamane  <lionel@mamane.lu>  [bacc03791d45d6f079fdf606d772ada32c108ae6]

        dbase::ODbaseTable::WriteMemo does not change its ORowSetValue& argument
        
        Change-Id: Icf6a71900d79377cde84c2307ce85a9b3c96a54f

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [7ea7fb009ddcfb0723e88ba0c5778b5fdbe2b553]

        fdo#49517: Revert "fdo#46102: Load Java scripts with class loaders [...]"
        
        This reverts commit dd6c4f4db1d62268d73e09ae52d23f760a967dcc "fdo#46102: Load
        Java scripts with class loaders that actually find them."  That commit broke
        support for macros embedded in documents (as
        new java.net.URL("vnd.sun.star.tdoc:...") throws a MalformedURLExcetpion), and
        it looks like that commit was not necessary after all -- or rather that what it
        tried to work around must have been some other problem that has been fixed
        meanwhile.  "It is unclear to me how the Java script provider shall ever have
        found the script jars in the past" indicates that something must have been
        fishy, and what I failed to notice back then is that createURL creates
        java.net.URL instances with a UCBStreamHandler that does allow to obtain content
        from weird-looking URLs.
        
        Anyway, with that reverted, all three following scenarios work on both current
        master (towards LO 3.7) and libreoffice-3-6 (towards LO 3.6.4); I haven't yet
        come around to test on libreoffice-3-5:
        
        1  Stock macros, "Tools - Macros - Run Macro... - LibreOffice Macros -
        HelloWorld", running all of the four "helloworld.bsh", "helloworld.js",
        "HelloWorldPyhton", and
        "org.libreoffice.example.java_scripts.HelloWorld.printHW".
        
        2  Per-document macros, loading test.odt attached to fdo#49517, then "Tools -
        Macros - Run Macro... - test.odt - HelloWorld", running
        "org.libreoffice.example.java_scripts.HelloWorld.printHW".
        
        3  Extension macros, installing ScriptDispatch.oxt attached to fdo#46012 as
        shared extension, then loading StartScriptDispatch.odt attached to fdo#46012 and
        pressing the "Start Java via ScriptProvider" button.
        
        Change-Id: I31cd16b3720ffeb1058722d4d1fdffb773f8a067

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [7be49c34cdae0d942774e232d80528eecf94ac36]

        add svl.numbers to log-areas
        
        Change-Id: I6b26f2805d08d2eb1b28ade459d38a1c6895addf

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [8bd3bf0ff20fc18a0a6358e36b3f8a7e3b34a2bb]

        Resolves: fdo#35991 rowspan is of size sal_Int32, not size long
        
        Change-Id: I347672a2175cf7a0304cf5d6c0f8f3f6afa92cd4

2012-10-26  David Tardon  <dtardon@redhat.com>  [50857f22df5311f4a30237639f4a8c5259b77c01]

        minizip is not used anymore
        
        Change-Id: I0ddc4d343882248d208c9f96366625bcbe6ac4f7

2012-10-26  David Tardon  <dtardon@redhat.com>  [cb2762360fc6edb6afe52759550979ce5068b9b0]

        gbuildify zlib
        
        Change-Id: I702c044fdf510c67364f2fc32889ca394583edf6

2012-10-26  Xisco Fauli  <anistenis@gmail.com>  [b4b5376afc9d8bb9299ed267db2c4177e4b10969]

        pyletter: Fix a crash when trying to load the wizard again
        
        Remove tabs too
        
        Change-Id: I8f7b2148f95e5694ad17d1a1b98001f1c803ce7e

2012-10-26  Xisco Fauli  <anistenis@gmail.com>  [0ab32951d55ed6c42c36234d5075d25b1b086860]

        pyfax: Fix a chash when trying to load the wizard again
        
        Change-Id: I1c571327f977a95fc4193567142e3897cbfc3e14

2012-10-26  Eike Rathke  <erack@redhat.com>  [dbd85e2b73b87c7f9ad53a8e4dbc124b24c3ec89]

        SAL_WARN on dup positions
        
        Change-Id: I6ac3940fb0b07d280998a56d5eaede0909f14bce

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [c9a27eb938b98d7812d3ab965fc88bb511e0b996]

        Work around premature disposing of PackageRegistryBackends
        
        With ucbhelper::Content now requiring an XComponentContext during construction,
        calling "unopkg add" with an .oxt that requires license acceptance would lead to
        an assertion about a null XComponentContext, as doChecksForAddExtension calls
        the XPackage's checkPrerequisites -> checkLicnese -> getTextFromURL, which
        creates an ucbhelper::Content with getMyBackend()->getComponentContext(), but
        early release of the "tmp" manager would already have caused disposing of that
        backend, which clears m_xComponentContext.
        
        I assume this problem had always been lurking silently in the code.
        
        Change-Id: I9f59c612fe3831b2f6dd832ef2f0505b6590b8e0

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [89e875b50a275512c5732557c1d09d1e1f1cbfe9]

        Add sanity-check assertion
        
        Change-Id: I119f008734e4978d6bcf5f786ae3604db5c0f8a9

2012-10-26  Flex Liu  <winddss@gmail.com>  [b6aa58c4d8af8b960b085646d97f73c912503a96]

        Resolves: fdo#47432 Improve the "faux bold" in cairo canvas
        
        The "faux bold" make the bold font in Asian ugly & unacceptable,
        Adjust & improve the "faux bold" to make the bold font better.
        
        Change-Id: I2e02156ffc30629476b80134ffb0b50e793f7ead

2012-10-26  Petr Mladek  <pmladek@suse.cz>  [9ffc1f4e03d1477eaa29873267161e7697c55d3f]

        Revert "new change in helpcontent2"
        
        Hmm, this did not work as expected. The submodules seems to be a bit
        error-prone to get git into inconsistent state :-(
        
        This reverts commit af8d133ea0698ce7a163664e061d9ed33fb358c6.

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [fb3595dac6042c6fb5bb8823b2037aa2b0a3e7e0]

        loplugin: misleading indent
        
        Change-Id: I382b2a01ec5c7bbe5a3faf7333c161e8a76fdd27

2012-10-26  Petr Mladek  <pmladek@suse.cz>  [af8d133ea0698ce7a163664e061d9ed33fb358c6]

        new change in helpcontent2
        
        Change-Id: I13d08b9ecf86bf78389effb2bb6f167f74f37827

2012-10-26  Eike Rathke  <erack@redhat.com>  [09908f8da622d5443fb75fabeff87df81472b5e8]

        consistently use SAL_WARN svl.numbers
        
        Change-Id: I16c555e87f8df19a74c8d34f21bce4570c1d756f

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [2536fae7b8565b5dd9f09bb3dc015576fafe4031]

        Resolves: fdo#47291 polypoly[line|gon] points are signed
        
        regression from f6a34255af1339cd7132b7527dc0c10c10d38249
        
        Change-Id: Iabfaf92629cd4d53ab7af5f3e3013eb81bb8104d

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [dbd0e001d83e3198c3ad4ec202a00577b608b3a4]

        XubString->OUString
        
        Change-Id: Ie54528ccf641b380eda1d1bb12b39d0536c4d17b

2012-10-26  Luboš Luňák  <l.lunak@suse.cz>  [266bc4d87f63564776d11448bfc1dd48415f59a0]

        set up CCACHE_EXTRAFILES too, just like ICECC_EXTRAFILES
        
        Change-Id: I39ce208c1e5dd307631c628217ff596632753f23

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [a334689707a48a5d1dd2375ed947263c0a65f329]

        Remove obsolete comment
        
        Change-Id: I91ca29d9960e2f92c0f8bdec97695b58078fac6b

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [d21eb6bc91748c62ed0790c8330ce242411aacbc]

        add hook to block use of markup in .ui files
        
        Change-Id: Ia7eed5e9e1f8fba9876730e909461dabc167deb9

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [fe347327a44f2d8ed201f9fbc2ae4858f34962d8]

        loplugin: unused aName string and whacky indent
        
        Change-Id: I3febbc1618ca86f19c851a8eea313327a9c0a96c

2012-10-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [308ed5c3370cda22b61d5af4e90463df8cb83d5f]

        simplify pattern-target by using a simple recursion…
        
        …instead of using eval to process the same rule multiple times
        Saves quoting, makes it more readable.
        (% always matches whole sub-paths, not only on Mac, see
        http://www.gnu.org/software/make/manual/html_node/Pattern-Match.html)
        
        Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd
        Reviewed-on: https://gerrit.libreoffice.org/858
        Reviewed-by: Peter Foley <jpfoley2@gmail.com>
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [1e925461d5371fc6cbaa9facbdf40a6c99a85549]

        RepositoryExternal: add disabled graphite case
        
        Change-Id: I16c40fceb2fc84147eb298aa86987b8682a81c8e

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [08ffb7bc5ec4472126762f4cb9677349b61122f6]

        Resolves: fdo#50285 merging props unsafe with intermediate charstyle prop
        
        Its a nice idea to merge properties of the same type and value if one starts
        and the same place the last one ended. But character styles are properties as
        well, so if we have character-style+superscript on range a, and
        character-style+superscript on range b and merge these so that we end up as...
        
        character-style on range a, superscript on range a+b, and character-style on
        range b then that clearly gives the wrong result if applied in that order.
        
        So its only safe to merge if there are no intermediate properties that can
        affect the merge candidates.
        
        A regression from b3cee382f449aa69213dc21f7b1ba6a5356d2865
        
        Change-Id: I541563d11265426736b840de068922eef8d45573

2012-10-26  Caolán McNamara  <caolanm@redhat.com>  [55619c1028b31f55c5b205ce3615bd606f5414f0]

        set width in chars for url field to avoid character dialog overgrowing
        
        Change-Id: I892a77f65ad420d0fbf4b95179e4bcfc2ec55192

2012-10-26  Michael Stahl  <mstahl@redhat.com>  [aed681368255b67f1c9de8d501d171a784118dd3]

        expat: GNUCOPY is empty on Darwin, use cp instead
        
        Change-Id: I96893aa0aed6144c3888a85afe64f90d969e9448

2012-10-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [a4b822e5e33a2bffdff66af483d838a201aea016]

        ::rtl::OUString -> OUString in basctl
        
        Change-Id: Ief0083c0274c573fce62c32dfae35a647804b20e
        Reviewed-on: https://gerrit.libreoffice.org/900
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [008c0732ba2a5efd105c2287783d6768047d4289]

        More ::rtl::OUString -> OUString in basctl
        
        Change-Id: Ia68b74d06ffe533bcc302fb5094267e0efae6faa
        Reviewed-on: https://gerrit.libreoffice.org/901
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-26  Luboš Luňák  <l.lunak@suse.cz>  [3d3993969f11400c96ddff3632edd4b60c0cc163]

        fix incorrect assert() usage
        
        In final (NDEBUG) builds assert expands to (more or less) nothing.
        
        Change-Id: Ie6d43cac381975880c9db2b4a01bd9ed30e2714b

2012-10-26  René Kjellerup  <rk.katana.steel@gmail.com>  [249a4da9cd5217b0c340edd779bd17e44e21d678]

        warn free build of dmake, concat-deps and lpsolve
        
        add error handling for fread, fwrite, and fscanf calls
        
        use "fputs" instead of "fprintf" to avoid warning that it couldn't varify
        the format string because it wasn't a string literal.
        
        Change-Id: I1137160d28461fbac69c8e05d32ba010da491c57
        Reviewed-on: https://gerrit.libreoffice.org/903
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-26  Matúš Kukan  <matus.kukan@gmail.com>  [d795812415c2047045c75b4f65ec74541616ecc4]

        tools: add missing dep: dlopened sal_textenc
        
        Change-Id: I6a1d51e6a1e5e41b9866bc67c2e9707a2bd2e9a4

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [be55511dfd501993be795477ecee4c542baf9c3e]

        Turn SAL_INFO back to SAL_WARN
        
        ...the reason it started firing was a regression that has now been addressed
        with 402eaced7554aaeea75c10015857ea197191ba34 "Related fdo#46808: Fix
        UUIInteractionHandler::initialize argument handling."
        
        Change-Id: I2f36e1cb5ae1af293a7c07c366f1602e56e966ea

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [402eaced7554aaeea75c10015857ea197191ba34]

        Related fdo#46808: Fix UUIInteractionHandler::initialize argument handling
        
        This was a regression introduced with c25cb8a641723ab098980bb842caf75c0dc9b059
        "fdo#46808, Adapt task::InteractionHandler UNO service to new style."
        
        Change-Id: I52e36c4aabbf4b2b4552ed0e8ea164db15071980

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [489a0032f4dd6b1cd8b5e2e7c70b1ea626bee0d9]

        Simplify SAL_INFO usage even further
        
        Change-Id: I452319aa627c8de17e87033597a151f186c4361c

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [e1611532aca551c90c879ca3100a088aff988d75]

        config_host.mk can no longer be sourced
        
        ...with its ifneq ... endif sections, so require make cmd instead here.
        
        Change-Id: Ifab2117c5fb775c0c4ca7001f954716bd09a3844

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [ddb9c307e9bdd90f41ae524af52e698aa10211d5]

        Consistently use gb_Helper_make_url
        
        Change-Id: I6613cad010267afa551ddcab7cf92c7d930d409a

2012-10-26  Stephan Bergmann  <sbergman@redhat.com>  [cdb05e22d1173f3e0232b237e811dc183a36fd07]

        Improve error message
        
        Change-Id: Icdbb60525f858a2a0002a5e6f599eb6a6954a9dd

2012-10-26  David Tardon  <dtardon@redhat.com>  [e8920c600eb2fef047ecd8226f07da283d7033bb]

        add sal to cross_tail_build
        
        Change-Id: I81d0902ca41b8dcb43d58d47b9758b8718c25e86

2012-10-26  David Tardon  <dtardon@redhat.com>  [97b18e218069a47ceeeb699fb21638b6b7b27b2c]

        drop dep on sal
        
        The windows (dmake) build no longer needs uwinapi.
        
        Change-Id: Ifcbee0c94ce55a59b46c5542cb42ede54c7d8b57

2012-10-26  David Tardon  <dtardon@redhat.com>  [16e6771acc6607044d089ec10fec9d26f5e03cd3]

        chop out uwinapi from more ext. projects
        
        Change-Id: I29dd9d4e0a4dc342d28cb93a4cff65aa394848d4

2012-10-25  Peter Foley  <pefoley2@verizon.net>  [638adb6373f1491efec258934b21eccff43a4712]

        fix sourcing config_host.mk
        
        Change-Id: I0ef147e1a86a7a88359c30c458e69cc5ac35741c

2012-10-25  Peter Foley  <pefoley2@verizon.net>  [42adaa004ce767abddc0a8260b81884c0bbb0d0f]

        add sal to tail_build
        
        Change-Id: Id398311fe86dbd81e5d1cbdf129783e659973737

2012-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eac570e018e2382104b829d1c5a4312179354331]

        uncommpressed stream size is now 64bit, fdo#56291
        
        Change-Id: I13de2ea8cdd63cd2ba365a0ee02c224092d3f65f

2012-10-25  Peter Foley  <pefoley2@verizon.net>  [582265477d0ef819125e906cd08e5bf32916088a]

        fix gbuildified expat
        
        Change-Id: Idaa56eb209e356c434804ce86b644b33773f44d1

2012-10-25  Peter Foley  <pefoley2@verizon.net>  [8a109cb23e75771fc726d65aee0202c6f81cac1e]

        fix link error
        
        Change-Id: Id643fc7bb16a4456dc6821efe44a8bc0e73d88f7

2012-10-25  Matúš Kukan  <matus.kukan@gmail.com>  [1ceb47d96da9e7977c96241f49ad291ff0466970]

        graphite: convert to gbuild
        
        Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6

2012-10-25  Miklos Vajna  <vmiklos@suse.cz>  [bab471569a72618efba223751b54ac40965842d8]

        if git hooks are moved, move the README as well
        
        Change-Id: I1d9e64bf16b7572de120e9f81e9f13c7c4c11ca0

2012-10-25  Miklos Vajna  <vmiklos@suse.cz>  [411f9007e20f8035bd2ab7bbc807c61892a5c64c]

        fdo#55939 fix RTF export of footnotes
        
        Regression from d4069372484f18b242a42a1996767f57b031fff6.
        
        Change-Id: I58e8d48ac3222b795f7edfd0e74ecd86ea36f380

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [638bb3a63ecc8f50fe6d82b510221b771dbb1c83]

        add filter.xslt log area
        
        Change-Id: Ia212489c33da72f85d96618aa1d4db5972044bb2

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [5adb2fb940c79f44ee03a14842cf96dc054cd904]

        boost: disable MSVC warnings C4510, C4610 for ...
        
        boost::detail::multi_array::ConstMultiArrayConcept
        
        Change-Id: I8937079337eb3c4cfd29c03c6602b99b28f5c59e

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [6fb13dd1aaf27ba7494cf65a11404339ef0e7754]

        curl: disable use of debug configuration (needs msvcr90d.dll)
        
        Change-Id: I7c22869028a78f48836741a4eb4cd5bbff16e884

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [abc873feb3c805fd1f7c0a4b9b4a236617ec9ff7]

        expat: for 64bit 1 static library is enough, only utf16 variant used
        
        Change-Id: I98a3428578b52c6d9d7210a8fb0211876d6f7cae

2012-10-25  David Ostrovsky  <david@ostrovsky.org>  [2ffde7b17192f76f815ab451f08164519f69887e]

        gbuildification of expat
        
        Two different xmlparse libraries are created: ascii_expat_xmlparse and
        expat_xmlparse. One without -DXML_UNICODE and one with. Source file are
        duplicated and renamed with gb_UnpackedTarball_set_post_action function
        to be able to add artifacts twice to gbuild machinery.
        
        On windows 64 bit additional two librares are created: expat_xmlparse_x64 and
        expat_xmltok_x64. That is due the problem with shell/shlxthandler (comment):
        ------------------------------------------------------
        use UNICODE only because shell/shlxthandler
        doesn't link against ascii_expat_xmlparse
        ------------------------------------------------------
        
        Include files are delivered to $(OUTDIR)/inc/external/expat
        now and not to $(OUTDIR)/inc/external any more.
        set_include call is added in RepositoryExternal.mk.
        
        To define dependency between StaticLibrary and ExternalProject
        new function was introduced: gb_StaticLibrary_use_external_project.
        
        Change-Id: I3b3aa40f39ef82c70f6f28790b582c83e48bdf76

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [7f96cec269edabaf26f5e518d632cbfde95320ca]

        remove accidentally committed garbage
        
        Change-Id: I770cdbb23e9a42308e95505235378d715c1fcd79

2012-10-25  Miklos Vajna  <vmiklos@suse.cz>  [9faa4e46360488042d71656a5a45bed49436a49a]

        comphelper: convert OSL_* to SAL_* in namedvaluecollection
        
        Mainly because it seems we hit this assert several times and right now
        it seems harmless.
        
        Change-Id: I9176741dd25f405c9eb49daef9c703cfde4386c4

2012-10-25  Miklos Vajna  <vmiklos@suse.cz>  [b0ec8d8683c800b689a208ca2d44128e2cecefb8]

        vcl: don't print gtk version on startup
        
        All the other messages are already > 1, makes no sense to have this as
        > 0.
        
        Change-Id: I816239903cef650f34d9c57446018843e2acb64a

2012-10-25  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3e79318d5c58ca44426069b668f315b065fa6376]

        WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…
        
        … in this function"
        declaring those functions static breaks the build on MacPPC / gcc 4.0.1
        
        Change-Id: I3a389530d51ae0ddd38418159ca4234016bf93ba
        Reviewed-on: https://gerrit.libreoffice.org/911
        Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
        Tested-by: Stephan Bergmann <sbergman@redhat.com>

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [d3fb6d227c77198aa0b70d6f5260ff239f5d692c]

        remove .ui mark-up in favor of font attributes
        
        so we can keep translations markup free, and it matches
        better our existing font use in controls
        
        Change-Id: Ib762030f8bf831f2b0afabdd643508e660ad9266
        See: https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages

2012-10-25  David Tardon  <dtardon@redhat.com>  [725eba738eae4eee6cd9b833d375db5463833119]

        remove all traces of saxon
        
        Change-Id: I33ca2c27d557d24e3900d7ebf8f3ea2d99b3cfb0

2012-10-25  David Tardon  <dtardon@redhat.com>  [bfc71eb03e2bc6f26d53f70b32f9a8937086808b]

        drop saxon-based XSLT transformer
        
        Change-Id: I2cd4e0965452c376df8c5e43353fbdd6f62fb27d

2012-10-25  David Tardon  <dtardon@redhat.com>  [ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0]

        rework selection of transformer for an XSLT filter
        
        Change-Id: I765762f11813c6b612416a8db2707bf94114c876

2012-10-25  David Tardon  <dtardon@redhat.com>  [25113cd050d931b0e195fda6d6da9864a575070e]

        convert java XSL transformer into extension
        
        Change-Id: Ided6c480969764073056830722c8996e0df52285

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [9fcd47b5f6555d368320d6b008cb4645c96de648]

        fix tests that aren't testing anything
        
        Change-Id: I62c5f9206b6bc0321b7ee2b9c679ab7b5400a8ef

2012-10-25  Arnaud Versini  <arnaud.versini@gmail.com>  [0cf62745319462917fc571c6bfc6679094b63dc4]

        Cleanup and simplification of process.cxx
        
        Change-Id: I2bbc2763eca7c878ead2a325589d8c4bb9210bda
        Reviewed-on: https://gerrit.libreoffice.org/868
        Reviewed-by: Marc-André Laverdière <marc-andre@atc.tcs.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-25  Arnaud Versini  <arnaud.versini@gmail.com>  [de6c8db94a2fd805fcfc6e1147f33cb727e27919]

        More efficient way to initialize SwDoc
        
        Change-Id: Icde740ea12e8839b0a4c8e0317143dbe2157a964
        Reviewed-on: https://gerrit.libreoffice.org/894
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-25  Stephan Bergmann  <sbergman@redhat.com>  [5ba1694606577f9cda2b773d82ae765118bfc9e1]

        fdo#53474: Fix Windows Java Accessibility Bridge
        
        ...by folding the contents of java_accessibility.jar back into
        java_uno_accessbridge.jar.
        
        In the old build system there were two jars, java_uno_accessbridge.jar
        containing the handful of org.openoffice.accessibility classes and all
        org.openoffice.java.accessibility classes (though how the latter got included
        was fairly obscure in the makefile.mk) and unused java_accessibility.jar that
        contained all org.openoffice.java.accessibility classes.  When adapting this to
        gbuild, the unused java_accessibility.jar was carried over, but all its
        org.openoffice.accessibility classes were inadvertently droped from
        java_uno_accessbridge.jar.
        
        Change-Id: I9b582ba22667b1dae635828e85c4cc5b530353ac

2012-10-25  Andras Timar  <atimar@suse.com>  [d922cc0398ac4ec8de1a1b47402ceeb5d5d152b5]

        updated submodule: dictionaries
        
        Change-Id: I58cc6aa84f6c4df00b538f290f1856de54bfa4c0

2012-10-25  Andras Timar  <atimar@suse.com>  [9c2e1a7a521160090a9ef0931b6157cc7f3e36ee]

        updated submodule: dictionaries
        
        Change-Id: I915b02f9ac0140afcf392210001e7948c5c2be4a

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [7b45dfe09772a216df4953c580302569c1835f73]

        convert Mnemonic markup automatically
        
        Change-Id: I55b6bf11468ce958aea7c98894d3a76343b53a9a

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [c7bac4da02d51f8180aaad5b3768f4ff5bd80d4d]

        XubString->OUString
        
        Change-Id: I5835696a3246b4d8f401a1617d2b53ec8c7c5626

2012-10-25  Tomas Chvatal  <tchvatal@suse.cz>  [c627560d7a2e5f5c9b8ec8ea7d82291da67a7a31]

        Do not die when using old configure options
        
        Packagers get warning from autotools about using wrong configure opts.
        If they decide to ignore it then its their problem.
        With this approach we would have to die on all the configure script
        changes which is bit annoying.

2012-10-25  Muthu Subramanian  <sumuthu@suse.com>  [d6f6086f850720d77b48b06b51e873d90e9ad5ee]

        n#773048: Adjust rotate in relation to fix for n#783433

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [5c64ed1bc3782b71f4eda5971759d61b88444c71]

        add EDB-22215-1 test
        
        Change-Id: Ie20d28ab0d71f995761ccdb2c83fe89638f7a313

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [7b2772629eb19579e04923883123af9e4a8c1ff0]

        loplugin: tidy up some log areas
        
        Change-Id: Ie2c7b219f57a2bdf14fc07311a03a2c66f6c75aa

2012-10-25  Caolán McNamara  <caolanm@redhat.com>  [73fc75bf805eb7660598f2862746f3cfac75aa79]

        ditch SYNCHRONIZED_START/END
        
        Change-Id: I1c0c015f371346efc5712ead7abe9e7f2ec0f9d0

2012-10-25  Takeshi Abe  <tabe@fixedpoint.jp>  [9e44e1a819cb919015a8e268029b7e979300ed5c]

        sal_Bool to bool
        
        Change-Id: I8b76ba6d6a27cebefca3307a648bd5baafd27262

2012-10-25  Stephan Bergmann  <sbergman@redhat.com>  [923e85b89549a3c09fe625c4f2faee5287974f72]

        helpcontent2: Copy .memdump rule from core/.gitignore
        
        Change-Id: Id87d02b6144168b2731a814c4ec5bc3c026dcda4

2012-10-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0772bfc17afc84149e2ff454246182b3d9309e53]

        fix compilation and linking of starmath cppunit tests
        
        ... but the tests still crash and are disabled.
        
        Change-Id: I5df66f21865cac98c38d4ef3684c562784e093b9

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [3113389d438a0e897e48a445f0443183331a3482]

        gbuild: Extension: remove ugly "nodefaults" mode again
        
        Change-Id: I723f70224a00972993d5b8592dd5e3834be7fd84

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [ca284bb7467dd2ae711e35a1735234c6e828ef04]

        ct2n: use a Zip target after all, because...
        
        ... the ExtensionTarget requires the description.xml to have a
        translation in the --with-lang case.
        
        Change-Id: I155e47d8a44590995ffcd63cb9ac8f02822a82e9

2012-10-25  David Ostrovsky  <david@ostrovsky.org>  [f5e2af01af58ca548a920b72d23a3086397e8c30]

        ct2n: add Zip file from original gerrit patch
        
        Change-Id: I58a547db30dda833cf1dd6a7563cd1589876431e

2012-10-25  Michael Stahl  <mstahl@redhat.com>  [13b000d639e96e3b4eda7e8527d74bf6f9edebcd]

        sc: warning C4702: unreachable code
        
        Change-Id: I9a6668a785d1dd6d6f02716519dedb01fb90af00

2012-10-24  Miklos Vajna  <vmiklos@suse.cz>  [e190307f9a7dd6ad40c83cf71714b3effd231b96]

        package: kill remaining RTL_CONSTASCII.*PARAM
        
        Change-Id: Ia53ddbfcf68524b7714fe6df447a9dbb1a68bcb7

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [8be8bcf76de7fcc5c91480583a79a565c7693733]

        desktop: try to cope with MSVC being silly with C4702 and C4715
        
        Change-Id: I9812079bd9987c841dd1856573de768d7192873b

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [f260c656da4457c5d87c161bdd43ad3023d07472]

        vcl: uipreviewer: remove spurious "return false"
        
        Change-Id: Ie853d55f78f27a7249b8e960587c8d2bd833d1a7

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [d59379a70ab4d7b43237bfce6e526fc09c94ec8b]

        cli_ure: warning C4965: implicit box of integer 0
        
        Change-Id: I0ccc91ea686e599171845ff2cff5e536bbdb7b77

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [4a2bfe3d223e08d6dc7b7fef812625652eec19fc]

        warning C4805: '!=': unsafe mix of bool and sal_Bool
        
        Change-Id: I7607ddc9e207c87d6126715c43970ac22d3aed62

2012-10-24  David Ostrovsky  <david@ostrovsky.org>  [b5c0e66bb93d969adebf9be892bed59f72d1c8c9]

        fixing VS 2010 error: OutDir property must end with a trailing slash
        
        Change-Id: Ic6477adbd8e8eaa24f851befe5d18d34061e88ce
        Reviewed-on: https://gerrit.libreoffice.org/905
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a2e8ac6228f4863eef84ca8a9fca73a3808c1b18]

        Update dictionaries, helpcontent2, translations to origin master HEADs
        
        ...as 49a92ab374280eb340d8566d0ccc211a7fb52768 "commit changes in dictionries,
        helpcontent2, and translations" had erroneously moved them back to old commits.
        
        Change-Id: Iea6165ab2011de0b25129759442948cb3d0e3083

2012-10-24  Noel Grandin  <noel@peralex.com>  [13bedc55b1d533eadcfd4932ef57076e3642caaf]

        fdo#46808, use service constructor for frame::GlobalEventBroadcaster
        
        Add document::XEventBroadcaster interface to XGlobalEventBroadcaster,
        because a client uses it, and the service always implements it.
        
        This is safe to do because we haven't released an LO version with
        XGlobalEventBroadcaster in it yet.

2012-10-24  Stephan Bergmann  <sbergman@redhat.com>  [22d3fb11c65dd0679aab780ca789d2d4d74deac2]

        Related fdo#46808: Improve previous commit slightly
        
        Change-Id: Ie81ae8a75847fdbc70e69349d0646f0bb558b7d0

2012-10-24  Noel Grandin  <noel@peralex.com>  [b8abd0368854329efb5ce91606e99fe448944ff9]

        fdo#46808, use service constructor for frame::DispatchHelper

2012-10-24  Stephan Bergmann  <sbergman@redhat.com>  [900dc2b70dc020fc077c300963a0746118820f06]

        Related fdo#46808: Improve previous commit slightly
        
        Change-Id: If633be759ab2aa4f42548f02a58fedb858783551

2012-10-24  Noel Grandin  <noel@peralex.com>  [3bf3b01dfcea0316ca6bd2ae7a2887b138235462]

        inline a #define that it only used in one cxx file

2012-10-24  Noel Grandin  <noel@peralex.com>  [488090754938cbb1e5cf24dd4a585a4a605956f0]

        remove unused #define

2012-10-24  Noel Grandin  <noel@peralex.com>  [d26f3acf2874f64fd89c8197163651443d4b1733]

        fdo#46808, use service constructor for system::SystemShellExecute

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [e0c4e1f8b7258a3a6e38e4115c03e4315541a8de]

        honour padding property in VclBox
        
        Change-Id: Ie387898535ec8f638c4a2a2785cdb39273136f0e

2012-10-24  Stephan Bergmann  <sbergman@redhat.com>  [cc6ec92330ca304f7b8bdb6fb661317141b96882]

        Related fdo#46808: Adapt Windows-only code to previous changes
        
        Change-Id: I115fa92ecf0cbcd6159d0de900e5174fe3c96d18

2012-10-24  Noel Grandin  <noel@peralex.com>  [69c1bacdd122478ae541369bb8396b5c259e67e0]

        remove unused #define

2012-10-24  Stephan Bergmann  <sbergman@redhat.com>  [d3efa1d00da2aba4474d785d0b88885686170884]

        Related fdo#46808: Improve previous commit slightly
        
        Change-Id: I95da6e3082a3ebd0bebabf233497ae40d6398fdd

2012-10-24  Noel Grandin  <noel@peralex.com>  [33a0f8ce656c8c5bb9c3c3deaa10c182e262b374]

        fdo#46808, Adapt awt::Toolkit UNO service to new style
        
        Create a merged XToolkit2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Also mark sub-interfaces as non-optional.
        
        Change-Id: I278d0288e92be277033013302267cf93f7d70480

2012-10-24  Noel Grandin  <noel@peralex.com>  [f252b332dd2652abb02851ba0c2521c045787801]

        fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..
        
        ..because we want to use the name for the new merged interface
        for the Toolkit service.
        
        Change-Id: Ib1e193c7d04729f6420ee6984231fd50181e59d3

2012-10-24  Noel Grandin  <noel@peralex.com>  [4970e292fb44f482e84822fa97188bcbdfce2ed4]

        fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext
        
        Convert the helper methods to take an XComponentContext parameter,
        instead of XMultiServiceFactory
        
        Change-Id: Id662d674c6d3c4ddfd35be5fc2e802b73bc6de90

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [4cc5ccef4bccc779f6286ac369b00dfd42ca9cdb]

        convert index dialog to .ui
        
        Change-Id: I4b16cb517dca25f862b9dd612785dae4d0f21793

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [b9326cf05f1ec7ba480bef756c20eca91035bedc]

        improve optimal height of empty comboboxes
        
        Change-Id: I481e079136ab0496ac79b60931bfce8509b4af23

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [88fe7d133b0597f7b18146589017af33877baf80]

        refactor buttonbox calculations to allow nonhomogeneous buttons
        
        Change-Id: If0f3c09a2fb6577615f33576fee1dde5b627ca82

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [0853819285861e896e370bb5c10bf9108f3d74d8]

        merge and correct buttonbox spacing calculation
        
        Change-Id: Ibd378c85c6b7cf774ed2a6f652264a2a78bfe366

2012-10-24  Caolán McNamara  <caolanm@redhat.com>  [39c9ef3991d783bd8265ab31565814145a5dae8d]

        map some more stock images
        
        Change-Id: I19fbc2062b2857e194d5850f2febea514fde50d9

2012-10-24  Peter Foley  <pefoley2@verizon.net>  [a74aef358a16143ba7eee8ea15669b5cce3569ae]

        fix fpicker build error
        
        Change-Id: I29026261bcc3a31ad9226016a65e8efa4dea79f2

2012-10-24  Peter Foley  <pefoley2@verizon.net>  [2a9cf53b71a3fc4afaf91c507b58b4a4db94372b]

        fix bluetooth enabling logic
        
        Change-Id: Ia55154d001327a5d0f6ee20736f3335b01c80cf1

2012-10-24  Peter Foley  <pefoley2@verizon.net>  [f61e81a6eff6b817c41f2e6d43132f3439fde7d0]

        fix warnings in cli_ure
        
        Change-Id: I4e081473612403e0bf277e8dbf5f1b9a15541dd7

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [0b9ebd78778baf241cd08457e1abbe07c73c5f80]

        boost: disable spurious MSVC warning C4100 in msvc.hpp
        
        It warns that "x" is unreferenced formal parameter in
        virtual void failed(Model *x) { x->~Model(); }
        
        Change-Id: I10a4e1f037726f0225c2c6bf4ee23d5fb2accf7d

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [9a8662c5ccb7c2f650ff27af62eb569fc37c448f]

        PasswordContainer::allowPersistentStoring: fix warning C4805
        
        Change-Id: I8e2208bd054272ef6b461eadf1244e84968e8737

2012-10-24  Petr Mladek  <pmladek@suse.cz>  [49a92ab374280eb340d8566d0ccc211a7fb52768]

        commit changes in dictionries, helpcontent2, and translations
        
        Change-Id: I961711e3085d6ee20933414dabbb33c0518a25ed

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [c32be18efff716754baf96ba44ad28531fa5fcff]

        ct2n: fix build on Windows (DOS line ends in patches)
        
        Change-Id: I48c90f7abcc9609d5b2c041597fdeff37db836c8

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [f893618745f8ca12533a6bcedbc224e4b9ee3479]

        concat-deps: fix breakage introduced by eliding:
        
        The call to elide_dependency in _process was broken because it checked
        the full line, which ends with " : " usually, breaking the build with LO
        customised GNU make on cygwin.
        (regression from 140281898f21f707582f395918e5234bdb67e435)
        Also handle empty lines following '\' better while at it.
        
        Change-Id: Iadc6349e5b6930945e46e244bcbee37a632e0d71

2012-10-24  Lester  <lester.kakol@gmail.com>  [e89c99a8ce264173a9d9cbb6df09d7811d6b34cc]

        fdo#55732 display upper case greek letters in page numbering option
        
        \n\nAll of the code for the constant defining greek upper case page numbering is correct, but the UI dialog that represents that constant displayed lower case greek letters, and vice versa. So, the dialog should display the proper characters.
        
        Change-Id: Ib8d0a41928796fbed5f36162c35d6e1db2463e07
        Reviewed-on: https://gerrit.libreoffice.org/904
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-10-24  Matúš Kukan  <matus.kukan@gmail.com>  [9a3fe78320fdb7e2f1cb1ac9dbf6f9a5201af9b6]

        freetype: convert to gbuild
        
        Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef

2012-10-24  Matúš Kukan  <matus.kukan@gmail.com>  [526c9bdd0408cc0b983c11b35a0aaefda93fad13]

        fontconfig: convert to gbuild
        
        Change-Id: Ia0ba9294e36c30147ed52826eac4b0059cfed200

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [4a326ad728b7f6065e5dfb4e31aca3da14e31e34]

        translations
        
        Change-Id: I4d741170a864fe4546742b59141fc2b50d9db113

2012-10-24  Noel Grandin  <noel@peralex.com>  [e8aa70b5d44a6cbedacfe0e5d1b1da2c76a3c588]

        fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext
        
        Convert the helper methods to take an XComponentContext parameter,
        instead of XMultiServiceFactory.
        
        Change-Id: I9f0098af37b91f107d8799f14caa04756eac82b1

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [3688466ab127d7801b4cb752ee6205cc04acb2f7]

        Revert "gbuild: add a kludge to get dictionaries to build in cygwin:"
        
        This reverts commit 6292b12acfdddd51a816fad3b3ea8073a58eb3c2.
        
        Should no longer be necessary after git submodules migration.

2012-10-24  Michael Stahl  <mstahl@redhat.com>  [5e3f7c1db5dd10eca9009a4aea6f489664227724]

        Revert "One more cygwin symlink kludge needed"
        
        This reverts commit ff795d058b36707ec65f8b6e159646e5c2c8c8c5.
        
        Should no longer be necessary after git submodules migration.

2012-10-24  David Tardon  <dtardon@redhat.com>  [057ac009a338b1cca29c926bc90f53066078fde2]

        make l10n of extensions work again
        
        Change-Id: I156f6bdf04d64abfdf482fd2bee13136528bff9b

2012-10-24  David Tardon  <dtardon@redhat.com>  [7cba3141cde4e6fdfdd34a3389964fe125bca745]

        change dictionaries
        
        Change-Id: I5802a25ee5128ce956e99daec6173627923121ec

2012-10-24  Takeshi Abe  <tabe@fixedpoint.jp>  [cc64715977062d77ba9e3cb1c95138b0cc7639f8]

        sal_Bool to bool
        
        Change-Id: I47f376f431276396a9f3168a5e39e2c9e9e55cbe

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [cffdb8d6804105bc840a407a10890af556e586c9]

        gbuild: fix XcuMergeTarget build breakage:
        
        Introduce gb_XcuFile_for_extension function to use the right file
        depending on WITH_LANG setting.
        
        Change-Id: Ibe4fc4e28fe445fc9391b68d370039528eab7ed8

2012-10-23  Peter Foley  <pefoley2@verizon.net>  [4dc53ab0c3b3176ecfe7ea78c131d92a97d2bd14]

        add ct2n to tail_build
        
        Change-Id: Idc46fff0e019e114d67600fcf8ce4b46e791c100

2012-10-23  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1d77d4eada214e14938336070b248c18705939ff]

        typo, wrong object was returned
        
        Change-Id: Ibcb45d7f0ad3f9469c61809528d7542a80d406b7

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [e90e4df7ae3cad005932733dc46c61cef3ec38b3]

        gbuild: UnpackedTarball: clean final target too
        
        Change-Id: I02b1935a50ad1befe9630be8bd07792370d83bfe

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [1a53b377d8423b1d214f0cbeacc98b0e9afe81c2]

        dictionaries
        
        Change-Id: I6c909d2cc643c77b0d7d3ee0d426d42c9cafce83

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [10f4e767f004dc464a244618fc611bc700c6cb74]

        gbuild: let ExtensionTarget expect manifest below META-INF
        
        Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [76146f2f8d537c1942aa3a3288893363cadb1390]

        gbuild: make ct2n module work
        
        - add a preparation target to ExtensionTarget so added files can depend
          on unpacked tarball or custom target
        - add a "nodefaults" mode to Extension to disable some stuff
        
        Change-Id: I1fce6e948cef0a6d976e2e6555ef5c5f8e90cffb

2012-10-23  David Ostrovsky  <david@ostrovsky.org>  [97d83c45faf42ada9993239c3835641d8bbd070f]

        gbuildification of ct2n
        
        Conflicts:
        	config_host.mk.in
        
        Change-Id: I98ca1bb2af19d99a7a908991cf27a148ee84c543

2012-10-23  Stephan Bergmann  <sbergman@redhat.com>  [5e9a7f1919663d22cb568b1afdc018ef6be0cc91]

        Related fdo#46808: Improve previous commit slightly
        
        Change-Id: Ib4f44f745f7e3e2e1403d905cc16bee4c487b0b4

2012-10-23  Noel Grandin  <noel@peralex.com>  [432c0f491712870b82dcf5dee7b98fa5440bfa1a]

        fdo#46808, use service constructor for frame::ModuleManager
        
        Change-Id: Iae2bd22a22213274d4a7697345b879f6573a30f0

2012-10-23  Noel Grandin  <noel@peralex.com>  [b493b5a284d5a629d16e733197c7840fb33b469c]

        fdo#46808, use service constructor for xml::sax::Writer
        
        Change-Id: I2b216a0e3a9694568642e9de2f4f43ecd682555f

2012-10-23  David Tardon  <dtardon@redhat.com>  [6a40553095d71ce8a884a08563d3b3764c41ce65]

        Revert "add missing dep on translations"
        
        This reverts commit c55b916a1eeaf4f4caf50caaee96d949a49ff3e1.
        
        There are dirs that contain only .src file(s) without any localizable
        content. Subsequently there is no .po file for these dirs either, so it
        would not do to expect it.

2012-10-23  Tor Lillqvist  <tml@iki.fi>  [122f3e7e68c7679579309338d3f4befa3a0ba9f3]

        Handle getAllFormats1, too, but it exists only for en_US
        
        Change-Id: Ia8de5f1a619466e473f7a9586f53a38bdf9c2e51

2012-10-23  Stephan Bergmann  <sbergman@redhat.com>  [a33dbc169037d985f104c83d01d5efd9982413de]

        Related fdo#46808: Fix pre-existing bug identified in previous commit
        
        Assigning to dead xBreakIterator instead of m_xBreakIterator had been introduced
        with 9f2fde7ab5de20926bb25a6b298b4e5dffb66eb2 "#i103496#: split svtools; improve
        ConfitItems," and just fixing it does not cause any tests to start breaking for
        me.
        
        Change-Id: I9a26e8d3924bf15ae948c9c26b70f42f8f0d2f64

2012-10-23  Noel Grandin  <noel@peralex.com>  [c0f865c9b5a34b272c9e0b22d18969554265914a]

        fdo#46808, use service constructor for i18n::BreakIterator
        
        Note that I found a pre-existing bug in linguistic/source/gciterator.cxx
        but I was not able to fix it, because doing so appears to expose
        bugs elsewhere!
        
        Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a

2012-10-23  Stephan Bergmann  <sbergman@redhat.com>  [e41f21b4165e40e1564cc75928b4b085ce7072e1]

        com.sun.star.xml.NamespaceContainer appears to be unused
        
        Change-Id: I9d5de399e5adf37d42dac5421e5cd4c35bf96a6c

2012-10-23  David Tardon  <dtardon@redhat.com>  [f62e1fb9caa7c0d200d074342efc62067dda3192]

        change translations
        
        Change-Id: I8f0c855bcf2f893c71ea3dea7c07e43658dc9918

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [7e14889b80528f723782ba12b2836ae72e4a69b7]

        gbuild: remove INCLUDE_STL and misc stlport stuff
        
        Change-Id: I99a3e097865bd5305886e2d5f91e86d0d691de22

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [48c9586e0797871e519d1cf68aa59bcc4ba02651]

        RtfFilter::filter: not allowed to throw WrongFormatException:
        
        throw a WrappedTargetRuntimeException instead :(
        
        Change-Id: Iebf2b709beea738ba513ec5ce884874b76fbf243

2012-10-23  Michael Stahl  <mstahl@redhat.com>  [85b6a93cf41fb05e726027e34fcd805330e20414]

        gbuild: fix AUXTARGETS:
        
        This finally blew up spectacularly on Windows because we now have
        packages delivering external libraries to the solver, where the
        libraries are not defined by Library class, which leads to accidental
        inheritance of AUXTARGETS variable and failure to deliver nonexistent
        UnpackedTarball/.../libpq/postgresql-sdbc-impl.uno.dll
        
        Remove the custom deliver rule that uses AUXTARGETS, and instead
        let those files be handled individually by default Package.mk rules.
        
        This requires a dummy touch rule for each file, and unfortunately a
        pattern rule cannot be used here because of silly naming differences
        between implibs and dlls on Windows...
        
        AUXTARGETS do not cause problems for clean targets because there is no
        interdependency there, so keep them there.
        
        Change-Id: I2138f635334ff4517a2d31ef91cfd03a46745fd6

2012-10-23  David Tardon  <dtardon@redhat.com>  [3784cd9b03f9251ebbffd9a976363f685b3bc58a]

        change translations
        
        Change-Id: Ic3a9c18e740cb896ed67a3635631fb6951a2ade9

2012-10-23  David Tardon  <dtardon@redhat.com>  [c55b916a1eeaf4f4caf50caaee96d949a49ff3e1]

        add missing dep on translations
        
        Change-Id: I8c40e57a5a70d7a85b731f381e02ab46c71a8e68

2012-10-23  David Tardon  <dtardon@redhat.com>  [4d4203a206c5e41c8c4ebccc99ca83ddd59e1717]

        wildcard is not necessary anymore
        
        Change-Id: Ie52ce46671ec5c2db1e69f87225102c783f8ca16

2012-10-23  Michael Meeks  <michael.meeks@suse.com>  [1d16f59023b1b19d01ca69b8c9735be6d3baf5d9]

        add cache to avoid excessive repeated UNO peer creation for customshapes
        
        Change-Id: I30366e1a4d0648fc617c0cc20f61d3d54dd66d48

2012-10-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0a6da5e194e22a7b337896bf81e1996fb60b9f88]

        Translate German comments
        
        Change-Id: I5a5e9d99ee474432c70808ae0e5bca847c67fcbe
        Reviewed-on: https://gerrit.libreoffice.org/902
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-10-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [a6badf3621a14c29c78c67063d11557fb1565230]

        Translate German comments
        
        Change-Id: I91e6fe51e6fb15cda90a6fab029d19c12cb3d251
        Reviewed-on: https://gerrit.libreoffice.org/899
        Tested-by: Michael Meeks <michael.meeks@suse.com>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>

2012-10-23  Noel Grandin  <noel@peralex.com>  [8aa5946afeac9d86f84239bd7ef101493059c3f5]

        fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new style
        
        The service already existed, it just did not have an IDL file
        
        Change-Id: I04c617a97262e9cc96af17fcae9cc084245c0149

2012-10-23  David Tardon  <dtardon@redhat.com>  [468acb7f521317dbededd0c31a6cfae979446104]

        fix really stupid typo
        
        Change-Id: I8b51dfb8162ae44729d06f952bcbbec5553ae722

2012-10-23  David Tardon  <dtardon@redhat.com>  [fd10c84159131e027aae4be065b446dd24f916e2]

        fix deps
        
        Change-Id: Ib97b7554af9226156f38497dc83073a98ce610ea

2012-10-23  David Tardon  <dtardon@redhat.com>  [be6057df8981ca06bd8d6e5be2754ff3a3f0a7c7]

        disable ego messages
        
        Change-Id: I60466feee57af3db5b8ecb9d9af1121b5ef19f8b

2012-10-23  David Tardon  <dtardon@redhat.com>  [6761a84ef77b4f5be88ecbad990316042f8fb244]

        change announce code for WinResTarget
        
        Change-Id: I036ee8686472cc8ce05dbab505ea31de9f81da94

2012-10-23  Noel Grandin  <noel@peralex.com>  [694562874b5b439cbace1b1f0ccb07c574f676a3]

        fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new style
        
        The service already existed, it just did not have an IDL file.
        
        Change-Id: Idad85ab23f6650c89ba3095d10568a302503613b

2012-10-23  Noel Grandin  <noel@peralex.com>  [b30ee83058793ea8fbb020e5ac8f118bd20853d5]

        fdo#46808, use service constructor for beans::Introspection
        
        Change-Id: Ieb49277020d31779979d8eb508391d6f8b97bf94

2012-10-23  Stephan Bergmann  <sbergman@redhat.com>  [5e48667f6bdd2f5e05b3f41d080fda06bd3d7c16]

        Use relative submodule URLs
        
        Change-Id: I3103ec007f744953e081796921f6f9f2bbb69402

2012-10-23  Noel Grandin  <noel@peralex.com>  [5aa2cd1d3f85958917f47523ee430af11ac1751d]

        fdo#46808, use service constructor for uri::UriReferenceFactory
        
        Change-Id: I4e72bf5880fa28cb96d93ede7730a63220af7fa6

2012-10-23  Noel Grandin  <noel@peralex.com>  [f4776bf465ee682f65d1e978b031c928d9d310a5]

        fdo#46808, fix up some NumberFormatter createInstance calls I missed
        
        Change-Id: Ieb3ce841243797a119f1d1d40379ff2a4614168f

2012-10-23  Andras Timar  <atimar@suse.com>  [d40dceb75b3a2b717a36919d5f30189d918940e2]

        Updated core Project: help  e7fbc5a6b9ed38e7cbca420335f509c82d34cd02 fdo#51854 add help for newer horizontal/vertical cell alignment options

2012-10-23  Tor Lillqvist  <tml@iki.fi>  [4aa33cae65dd90f60873922dfb0c3f9b106537f9]

        Make loading CVE-2008-5937-1.gif fail (as expected) also on 64-bit Mac OS X
        
        Change-Id: Ia300ebf0c1365699869f386c7257519bcedf2687

2012-10-23  Stephan Bergmann  <sbergman@redhat.com>  [96365ae6e670678919951859f4ddc61e86a5df02]

        -Werror=maybe-uninitialized
        
        Change-Id: I31eefa2444d7d108103818785e83816d07f8cde2

2012-10-23  Noel Grandin  <noel@peralex.com>  [c988da288ec473a28f61ebb53aa3ff82bab11ef4]

        fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style
        
        Create a merged XFolderPicker2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d

2012-10-23  Tor Lillqvist  <tml@iki.fi>  [eb016138e817d686795e1902a7a295d93639da27]

        Apple's Clang 4.1 does not have -Wself-assign-field
        
        Change-Id: Iac87cae6e9ee0e4efa07f64903f8789fa47869cc

2012-10-23  Miklos Vajna  <vmiklos@suse.cz>  [40e38fd6b1a54decc9de5e792b75a36dc125abcc]

        package: kill RTL_CONSTASCII_USTRINGPARAM in owriteablestream
        
        Change-Id: I3204e7998c493585486f75bba80f648b0180b24b

2012-10-23  Miklos Vajna  <vmiklos@suse.cz>  [49e003177db4c5e83bfe9feeb4d12d472f97f3cb]

        fdo#51145 give better error message on import invalid RTF
        
        Change-Id: Idd81e58b8b0b95b1027b7ece434cb362a689f124

2012-10-23  Miklos Vajna  <vmiklos@suse.cz>  [de574fe542ccec288c3a5e240a6888d545e8d744]

        sfx2: add ERRCODE_SFX_FORMAT_ROWCOL
        
        This is similar to the error code ODF filters are using in sw/sc/sd,
        except that it is not specific to any application, so any UNO filter can
        use it. All you need to do is to throw io::WrongFormatException with a
        "<row>,<col>" in the message of the exception, and then the error dialog
        will show it, instead of the useless general error message.
        
        Change-Id: I279c8d438f01498b44f14a6dc6aeef85f7dfa4e4

2012-10-23  Andras Timar  <atimar@suse.com>  [48a6db0692d84becb6d944daa6195529551e96d5]

        Updated core Project: help  5ce2b22ceed6bbb22f888fd12798ac53f5e7de98 fdo#53882 add help + extended tips

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [97bc32eb68c33a54764380fbd91141028b66f6e0]

        pyletter: Don't need to lock controllers here
        
        Change-Id: Ic3c313c8b58005fdd7ac09f7f74bae11f46cde07

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [62423956c33dec9dab66971eafee6df4e7212dd9]

        pywizards: unused method
        
        Change-Id: I2664413d974c1e6a8b84d1807ffe982008e5aae9

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [ce6995cee86988a8a3c43b845845d5b2723ef14a]

        pyletter: Don't need to lock controllers here
        
        Change-Id: I8677489a99e4f8efabe10b47b8f86045816a118b

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [5a0b00d9e976e5d7ab9edbb9edaa148ca1a6f691]

        pyletter: missed import
        
        Change-Id: I0958429daedd8128359f1f10b2306cee555f8769

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [c06ee4c3d0b85b3452dfe7c5a46ea85799f54609]

        pyletter: Fix avoid to load the same template when it's already selected
        
        Change-Id: Ia52beb31dfd30dc1e4d914a41e858e3258b7629b

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [b8c3e47fd4dece8daf6b7aa016e3f3098827e897]

        pyfax: Fix avoid to load the same template when it's already selected
        
        Change-Id: If757247b527b92e5fed9b34d5608c37fe2d6fe04

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [c9b591bea076d0733833e18d886ee111d590f0ad]

        pyletter: missed import
        
        Change-Id: Ifdffb3323d7922b03f97a109781c1e2d36eb1bbc

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [65e104060b2bd46259f0307263aa3d8eba4c0ace]

        pyletter: remove java letter wizard
        
        Change-Id: I63a46f027c8e022dee35f57db19b2538be09b1fc

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [9ad72dd384bb9553fb12f6829d27fa73d25c2503]

        pyletter: enable python letter wizard by using ?insert url
        
        Change-Id: I495997e116337d2b6b8df4ef1bda3af3707347e7

2012-10-23  Xisco Fauli  <anistenis@gmail.com>  [bf51d4c7c34ef74386d653fd118ca5435b58a34d]

        pyletter: pack and register letter wizard
        
        Change-Id: I4b9e2d22af810db367c705791376c99cb1860172

2012-10-22  Peter Foley  <pefoley2@verizon.net>  [bd1c6446d3fec046c8cd6d275412036f19198d3d]

        remove nonexistant file from Zip_uretest
        
        Change-Id: Iad0c1694a896f58bf2075b5997aa29942e5ffd87

2012-10-22  Michael Stahl  <mstahl@redhat.com>  [2589505cc299950a2d41aa65e0100fb0c6f0a7a6]

        fdo#55290: CliAssembly: fix cbd9dddb: s/NAME/OUTFILE/
        
        Change-Id: I9339dee42ed564521f3d6bd4d269184e79e2303c

2012-10-22  Michael Stahl  <mstahl@redhat.com>  [8de04aaf23492fb0c188b063ecd806b2e6d9d213]

        mozilla import libraries have no "i" prefix
        
        ... how the heck did that ever work?
        
        Change-Id: Idfaf4d617f48427b144837ea44bee49ae8e3f0ff

2012-10-22  Matúš Kukan  <matus.kukan@gmail.com>  [8c6276a312a3dd88d7469be3187bf8d9d077f0d8]

        drop rdbmaker completely
        
        Change-Id: I313afb391562adae4f91c55480a036c228e0b540

2012-10-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [0397c4b02d894259cd86280185f52ec84a67b16a]

        Some ::rtl::OUString to OUString in basctl
        
        Change-Id: Ifbc60c2e6f2906cc0b7a3ea3fb9dfa1a8421d6a2
        Reviewed-on: https://gerrit.libreoffice.org/896
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [c348df5635c45fd446fa9a7e831581164e55be71]

        loplugin: various warnings
        
        Change-Id: I605bffb518d804ee69edda5e7641e13e4c14ef01

2012-10-22  Michael Stahl  <mstahl@redhat.com>  [eda255b38d871bb7d20432e5730cc8c68b3e2942]

        SvTreeList: fix singular iterator compare assertions
        
        ... which will be introduced tomorrow by 3fa955d7
        
        Change-Id: I5d74a1c018fab69102382d6ea0b2739dd102e5bc

2012-10-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [41145f51c9efa81e55db9a6e928d422c252ccc4c]

        OUString cleanup in basctl
        
        Change-Id: I9644427f6d3bb4b2f488325eb520b365115a8e82
        Reviewed-on: https://gerrit.libreoffice.org/892
        Reviewed-by: Ivan Timofeev <timofeev.i.s@gmail.com>
        Tested-by: Ivan Timofeev <timofeev.i.s@gmail.com>

2012-10-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8545bf9afc3d4adfd3e7d33c5063a3ee259327a6]

        fdo#55800: fix hex color conversion
        
        Change-Id: I705ff4c83f635fcfea383a00eec724110d2e4b45

2012-10-22  Lior Kaplan  <kaplanlior@gmail.com>  [a40f08c1ac97078fa501da7c6dc456aa12146f25]

        fdo#55034 Update default Hebrew font from Lucida Sans to Lucida Sans Unicode
        
        Change-Id: Ia2204dda0cb452a4ce38a44db61d17d6802b5a38

2012-10-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3fa955d701ee5c1bf74a216873390fb402ac7cb0]

        Make SvTreeEntryList private to svtools.
        
        Change-Id: I283d897cd5a7c15b5b60e99c90c04b696d20c2a3

2012-10-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d7a19a7e04c3ec2099ec5df562558f51327e8179]

        sal_Bool to bool.
        
        Change-Id: Idd9a123eb551c72bea5892b9e8f2ad6c7eef1913

2012-10-22  Alexander Wilms  <alexander.wilms@zoho.com>  [3800aedc23969a726026bd0d7cbcd4c107f49cce]

        Updated tango_testing

2012-10-22  Andras Timar  <atimar@suse.com>  [ed24328debac297170a9bd761174ab0babacc760]

        make a configure message less confusing
        
        Change-Id: I99b6fde467384aca690cdd0bd5b08e327c926f10

2012-10-22  Luboš Luňák  <l.lunak@suse.cz>  [1a90251fd23f6a25518cefe31af57880808bf482]

        move the ENABLE_DBGUTIL block higher in configure
        
        the cpu/arch/gui/whatever block that follows it uses at least PROEXT

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [b7a3a186cb9698d019dfec4ca7510ac056eb4e99]

        Updated core Project: binfilter  ab3e0975e1bf8d662e7d154de9313a491dc02b31 fdo#46808: Adapt to core css.xml.sax.Writer changes

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [ceebced2baf8060d687a077e14935d206164ec4c]

        fdo#46808: Missing @since tag
        
        Change-Id: I8a7e43084ee51230ef0943cc47a61c1778f50d0a

2012-10-22  Noel Grandin  <noel@peralex.com>  [fb741b5e1e6aeaee74cf14af4f1cc152f0ab0952]

        fdo#46808, Adapt xml::sax::XWriter UNO service to new style
        
        Create a merged XWriter interface for the service.
        The xml.sax.Writer service already existed, it just did not have
        an IDL file.
        
        Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [9cabab002b1180650236f3d1f5fd32dfdd4bf79a]

        CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard location
        
        (i.e., configure with CLANGPLUGIN_CPPFLAGS=-I.../clang-installation/include
        -I.../clang-build/tools/clang/include)
        
        Change-Id: Ic6d2973629103f71c32f44ebba2ac70d137d18e7

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [d72f3d53e05223a97efed6103fbcbfca5244c246]

        Work around some more Clang boost warnings
        
        Change-Id: I819a36fb922b6fe96e9989ad438bed15875bf1b6

2012-10-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9dbb62555f0813cc55e48be28047f22e2b3ea4ef]

        disable cursor in about dialog and message boxes
        
        Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b

2012-10-22  Luboš Luňák  <l.lunak@suse.cz>  [f1386b7706686e0c65ba0ad6d92574658cdca3a9]

        make dmake use C(XX)FLAGS from the environment too
        
        Change-Id: I2214674181c137a312b0109e7d19a1fd2fc942be

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [07f67f3ed79913afc6614357e95d1b263064b2b5]

        fail on configure debug options that no longer make sense
        
        Change-Id: I4d01e0e00bd06e219fdc0208292ddcd5631fa235

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [40763e05acac832a274c194564ff1b182ee01d3f]

        disable gb_COMPILEROPTFLAGS in debug mode
        
        This means that modules where --enable-selective-debuginfo disables -g
        do not revert back to -O just because -g is not wanted there. As this
        will presumably happen with modules the developer does not care about,
        there's no gain from the -O and the compile there would take longer.
        
        Change-Id: Ied84d2f69035d6580279b0657c5a5ba5440c6f16

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [84b4293e3dc6edd59e7d09383320361aaeed9e87]

        allow LDFLAGS from gbuild to be selective too
        
        Just like CXXFLAGS can be controlled using --enable-selective-debuginfo.
        Non-debug libraries can be debug-stripped this way, which can save quite
        some disk space with those cppunittests which just include all .o's from sw/sc.
        
        Change-Id: Ib947f76f535161e4eef1421a5539df5e25fa4042

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [3c00ff3a4501d1b4164373c5f6e15b464df6854b]

        make configure remember C/CXX/OBJC/OBJCXX/LDFLAGS if explicitly passed to it
        
        If not, the build system selects the right flags depending on --enable-debug
        etc. , but e.g. packagers may want to do builds with e.g. both -O and -g.
        This is also reasonably close to what autotools do, except that there configure
        forces -g -O2 if nothing is explicitly given.
        
        Change-Id: I1889569177ad3cbd6decdc7e9986f67ef5d4456a

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [156c18ad56df7ddae96330a89940c869583bb04f]

        we use -ggdb2 by default, not -ggdb3 (makes debuginfo way too big)
        
        Change-Id: Icd5a2c6ac25e16d2f221a67dc2add775dbf756b4

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [4e2e6bca852e9937ea001451a40734b6ee97d860]

        use (gb_)ENABLE_DBGUTIL rather than the confusing (gb_)PRODUCT
        
        Using --enable-debug already makes the build a non-product build,
        so this whole 'product' notion is rather confusing when reading
        the build system code.
        
        Change-Id: I4bb6b879a6bcd8c76c4b48ddaccb433ab8eb4bb2

2012-10-22  Lubos Lunak  <l.lunak@suse.cz>  [a0320a908875f42bab9983ffe4db5b49fe7ba2f6]

        clean up configure options for debugging build
        
        By default a product (non-developer) build is done. Code is optimized and no debugging
        information is included (may be overriden though, see below).
        
        Developers should preferably build with --enable-dbgutil , or at least --enable-debug.
        
        The --enable-symbols switch has been removed. Use explicit CFLAGS/CXXFLAGS/LDFLAGS instead
        if needed.
        
        With --enable-debug optimizations are turned off and debugging information is included
        (in order to make it possible to examine the code in a debugger). Additionally assertions
        and logging is enabled (see SAL_WARN/SAL_INFO documentation for details and better control).
        This switch should primarily by used for occassional development (such as when it is needed
        to debug one module in a non-debug build, see also 'make DEBUG=true' below).
        
        Using --enable-dbgutil is the recommended developer option. In addition to --enable-debug
        it also enables additional checks, such as debugging mode for STL or checking compiler
        plugins. This switch may also enable additional logging from obsolete debugging tools
        (which should be converted to SAL_WARN/SAL_INFO for better control). Note that this option
        makes the build binary incompatible from a --disable-dbgutil build, so it is not possible
        to mix them.
        
        When using --enable-debug/--enable-dbgutil , the build is noticeably larger because of the included
        debugging information (compiler -g option). When disk space is an issue (or the computer
        is not very powerful), the --enable-selective-debuginfo option allow specifying where
        the debugging information should or should not be used. The option takes a list of arguments,
        where all means everything, - prepended means not to enable, / appended means everything
        in the directory; there is no ordering, more specific overrides more general,
        and disabling takes precedence). For example, --enable-selective-debuginfo="all -sw/ -Library_sc"
        enables debugginfo for everything except for anything in the sw module and the sc library.
        
        Explicitly specified CFLAGS/CXXFLAGS/LDFLAGS override optimization and debugging options
        (can be now also passed to configure which will make the build system use them).
        
        If in a non-debug build it is needed to temporary build something as a debug build,
        'make DEBUG=true' temporarily works as if --enable-debug was specified. It also temporarily
        overrides debuginfo disabled using --enable-selective-debuginfo.
        
        Old code using old logging functionality also has a concept of a debug level, forced using
        'make DBGLEVEL=2'. Using a debug level of 2 (or higher) enables additional logging output.
        New code should use SAL_WARN/SAL_INFO and use extra areas for additional logging output
        that can be selectively enabled/disabled using SAL_LOG variable.
        
        (Some smaller parts of this design will be implemented by separate follow-up commits.)
        
        Change-Id: Ia6420ee3c99c217ead648e8967165eed7f632258

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [920807d4491834cd88e545fdb930c9105d58c4cd]

        Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translations
        
        We have unix-specific code adding ~ to OK/Cancel. So don't add ~ if
        string already contains those.
        
        Though its an open question if the presence of ~ is a bad thing
        for the Windows case. i.e. if we should have tooling to not
        allow the OK/Cancel translations to contain ~ in the first place,
        of if we should drop the ifdef UNX and do it globally now
        
        Change-Id: I461c6ac9ca574ed188f51472919be82ec582e389

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [3c71a0bae6dab8dc53c5f2b014933dcf7ef45024]

        explictly require Bitmap to get image
        
        Change-Id: I0f7e0510f6c946be7cf930659db961d3c17e1c4f

2012-10-22  David Tardon  <dtardon@redhat.com>  [bec62421a45da89d2812bdff30fbbab73291cf91]

        factor out common code
        
        Change-Id: I733dc593b2395e06bf86d8ad9dec16c958c880b9

2012-10-22  David Tardon  <dtardon@redhat.com>  [cbd9dddb4d259df3ab7b3e58e5b7165d18037c1a]

        fdo#55290 create CLI assemblies with the right name
        
        Change-Id: I521a8a1fc013684fde6055d7e2c32790462e64c6

2012-10-22  David Tardon  <dtardon@redhat.com>  [39f4b3d6dfc2a7709aa8c4a39fa049cd3c6cf9a0]

        add missing dep
        
        Change-Id: Ic902a7399a810fcf3331dc9c728c22a1f2a14d4d

2012-10-22  David Tardon  <dtardon@redhat.com>  [7f82096840a76ace982d1210cc098014a149b6a6]

        use absolute path
        
        Change-Id: Ic814cba74dede2f5a079242d0194fe7579e670ab

2012-10-22  Andras Timar  <atimar@suse.com>  [03cd2e780bdf24c4869a0ed584099f0d3d32b170]

        change the order of these checkboxes
        
        Change-Id: I2bdfb770ded91bc66618dcc27e574cd39a3b267e

2012-10-22  Michael Meeks  <michael.meeks@suse.com>  [cfacb2d111b5319f5e5c494e1cf6426277e88b59]

        accelerate shape import & export by more sensible XInterface handling.
        
        Instead of converting both XInterfaces (again) to a root XInterface
        inside the Reference == operator - we ensure that we have done this on
        insertion, and do a fast pointer compare; saves ~40% of load time on
        some docs, and more on save.
        
        Change-Id: Ic3c97dd731ffb3854ebc135f416f6032d87b9d15

2012-10-22  Tor Lillqvist  <tml@iki.fi>  [d8feea6c28540797b4959e66bdc9f38209f7c512]

        Seems that on the emulator the y scale is -1, huh
        
        Change-Id: I1ad30e278a5b04de3ee544c30c38f4765539157d

2012-10-22  Tor Lillqvist  <tml@iki.fi>  [a09a98ee45c024005b139a9c265d76a3bee8d89c]

        Add ucppkg1
        
        Change-Id: I471440867895b2a8ef2f2de90ed37f5b3c9c0721

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [e9a09f9e4a308052c2ca6d6435c01b000004d7bf]

        dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, too
        
        ...see
        <http://lists.freedesktop.org/archives/libreoffice/2012-October/039995.html>
        "RuntimeException while building"
        
        Change-Id: I038806d4ca1d7a2a2518106ba722509fbe3a7843

2012-10-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2006bc9d5acc80038577bc295b45fa8dcd8766e2]

        String -> OUString
        
        Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13

2012-10-22  Andras Timar  <atimar@suse.com>  [ff4aca8591efcef92ad17ff86a84b75b598bce05]

        typo
        
        Change-Id: Ief230fc60ddf3008d7d75af2cf57e20d3818634b

2012-10-22  Andras Timar  <atimar@suse.com>  [a47a8515d2a8cdd9c2866deb43e3c148ef99de13]

        add help ID to 'Enable char units' checkbox
        
        Change-Id: Ic968253460363c9d73ddc247d680f38f81df1272

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [012a996721b12baf6365300bf6f4e691260d26de]

        Remove arguments unused when compiling assembler object (-D, -I, etc.)
        
        ...at least Clang 3.2 warns about them, and with -Werror would produce fatal
        errors for them.
        
        Change-Id: I59568adc969ebd1ba2f20ef6c41edc7c5f5d29ed

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [dedff8f84ce19949da03c02bb7b41bc62d2789af]

        -Werror,-Wtautological-constant-out-of-range-compare
        
        Change-Id: I320c11d4b3d295c65dcd966f70a2de4f05926ebb

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [841b975a09b2159e824c51fc1c42b02e7f542052]

        implement secondary button groups in buttonboxes
        
        Change-Id: I0e60b7e197ba4f6ebd3f24cb2e9072ce3e1353fb

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [349cf01b1dd3a4c08fb3e17ffd89aa7ea9211f6c]

        Remove spurious find_substr
        
        Change-Id: I4b001e6fd963df2fad97aaf5885b0b38189e59d6

2012-10-22  Miklos Vajna  <vmiklos@suse.cz>  [fc211a5fde10109ac022f0dbdc04bcb0480fb9e0]

        DomainMapper::lcl_attribute: typo fixes
        
        Change-Id: Ib6ea496f7fb6d87011a74fc49e77c54d62cb09ec

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [ca6aa93fd448203a08b65b8b2c2db762f991d4d5]

        add infrastructure for secondary button groups
        
        Change-Id: I5fd1bbc31a0259e92f6eb23beef5d3c77b74eed8

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [324e116a2e454526891b674da58d07061406f868]

        add a stock index image to vcl, ala gtk-index
        
        Change-Id: I96cd80f14d557752c19b88bb2c99298d7c3e3e0b

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [c578c327ed9b7f71959b9f300ead479224c5c15c]

        Only vcl has collate/ncollate now
        
        so remove the svtools ones where there are duplicates, move the svtools
        one to vcl when the vcl one is missing
        
        Change-Id: I9e7f77c3088be48bfcbed81e02ff71fa7aeba0d8

2012-10-22  Caolán McNamara  <caolanm@redhat.com>  [9d2cfee5e9e3ac82fab2e920730d04f23593ec10]

        some more clang warnings
        
        Change-Id: I4359784279875dc9dac99bc4d2db95dccf094b20

2012-10-22  Tor Lillqvist  <tml@iki.fi>  [ae4da42e5fd0222fa1d1336ae1090b1ad840327f]

        WaE: unused parameter
        
        Change-Id: I15bfeda7f9bf0fbeff9e4f3297f127941cadcf9b

2012-10-22  Miklos Vajna  <vmiklos@suse.cz>  [39cf2684246d2637880e2ca8e212a4d27c26c2ad]

        package: kill RTL_CONSTASCII_USTRINGPARAM in xstorage
        
        Change-Id: I85d3d863f2ee873834ced526fd3efb76738b110e

2012-10-22  Miklos Vajna  <vmiklos@suse.cz>  [f82ee5f4cfbb0c6999de6b4a600af029296b609c]

        sw: remove duplicated test
        
        Now that the import/export tests are reworked, this duplication can be
        dropped. Also rename the test file, n<number>.docx is for test files
        from bugzilla.novell.com.
        
        Change-Id: I48cf5619fc44341c2e468f756939dc676564da53

2012-10-22  Stephan Bergmann  <sbergman@redhat.com>  [743e279933624d248bdd855d9be7070ad875685f]

        No more clone directory
        
        Change-Id: I59239bfa1865bc5f19e620216edd95227c5fb318

2012-10-22  David Tardon  <dtardon@redhat.com>  [9588085b0062c25c0e6e370f5d496727f18a13a9]

        add note to ExternalPackage doc
        
        Change-Id: I920e0f6cea18c825dc5786b6b4f2df1c0ddb890d

2012-10-22  David Tardon  <dtardon@redhat.com>  [1149fa1d180d372cc660270ad1926fcae4043463]

        drop unneeded functions
        
        ExternalPackage has intentionally been made compatible with Package, so
        it can be passed to gb_LinkTarget_use_package(s).
        
        Change-Id: I11cd55e1f570ddab7315a7229321fc3392fd49f4

2012-10-22  David Tardon  <dtardon@redhat.com>  [cb9823b6113eb2c7cc44c1b6659a808fe0bdef25]

        make sure libpq is in place before it is used
        
        Change-Id: I799a149b319bb6a3168117810084496f8b6d6fbb

2012-10-22  Takeshi Abe  <tabe@fixedpoint.jp>  [ec9e661988c81b0424d4e848d24c745a7dc9e5ad]

        sal_Bool to bool
        
        Change-Id: I71842ace16eb65b3269754cc36408fe52843b2ea

2012-10-21  Peter Foley  <pefoley2@verizon.net>  [13a9b71d3af1f93523a1f58444f0dbbadeb10db9]

        fix typo
        
        Change-Id: I10ac442d9be4f592d79d8b2fbd824d94852781d9

2012-10-21  Rene Engelhard  <rene@debian.org>  [7c8c73dd5cf84050a8a2c51b04d7f5278b409fd7]

        fix sdremote related configure switches
        
        sdremote itself apparently works also over IP (WLAN), so we don't need to
        disable it when we just don't want/have bluetooth. And also dbus is also
        needed in the bluez case
        
        Change-Id: I55ba07cd715d1e9bd641ef28e2391e4fe85b85e0

2012-10-21  Caolán McNamara  <caolanm@redhat.com>  [22238981b9f271d75f4d4c8b39b56cbc3616bff2]

        some additional clang warnings
        
        Change-Id: I7ba4a6cb9ad8cb75282553d486e48c00e19cc0c2

2012-10-21  Caolán McNamara  <caolanm@redhat.com>  [3b76773b0e38830ac16cbbb54848d75c5fea4f1c]

        loplugin: misleading else if indent

2012-10-21  Peter Foley  <pefoley2@verizon.net>  [cd5fd07207d2096787ecf34a7f1b837887a3fecd]

        translations dir always exists with submodules
        
        Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80

2012-10-21  Peter Foley  <pefoley2@verizon.net>  [f9735c65aaad195c1e6a4586d173ee30ad08e685]

        fix postgresql on win
        
        Change-Id: I15da34e09b74d9b97b64327ab46282c4f33e4118

2012-10-21  Julien Nabet  <serval2412@yahoo.fr>  [5e56827888797f80d35ed71536b81b9854bb5ce7]

        Fix some Variable "X" is reassigned a value before the old one has been used
        
        Change-Id: I6df132f670c771f18b3aa7ae87b14adf266b64a4

2012-10-21  Julien Nabet  <serval2412@yahoo.fr>  [4d837ff3d0a4121216800eb88e7f48c336a5fb03]

        Fix  Variable "X" is reassigned a value before the old one has been used
        
        Change-Id: I293b42d075d9c680a781a3bb993f05f4d7d62208

2012-10-21  Miklos Vajna  <vmiklos@suse.cz>  [9b53538a076a2370df975655c8579dfe09cff09b]

        sw: rework import tests to match the syntax of export tests
        
        As a side-effect, this reduces the length of the code as well.
        
        Change-Id: I83da39968ab7629548dd3c469ea8e648c4574653

2012-10-21  Peter Foley  <pefoley2@verizon.net>  [ffcaa7651f5761c884b57e1c0f0ff0f92b803194]

        convert postgresql to gbuild
        
        Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e

2012-10-21  Julien Nabet  <serval2412@yahoo.fr>  [b339e4e2ba2b833903956cbcebf64a2a99dba176]

        Fix Variable 'eState' is reassigned a value before the old one has been used
        
        See http://nabble.documentfoundation.org/Cppcheck-report-in-vcl-unx-gtk-gdi-salnativewidgets-gtk-cxx-td4014513.html
        
        Change-Id: I9f59ed1fa0cd325d65f5574332b19625b27f8900

2012-10-21  Julien Nabet  <serval2412@yahoo.fr>  [ba99a88511e5b0b5140837fde69dfa139d7aeb7a]

        Some cppcheck cleaning
        
        Change-Id: I5c119795077f9fbb84c32bc6ca95533d689998b9

2012-10-21  Julien Nabet  <serval2412@yahoo.fr>  [0a2eb9cfd667c1f3186cdeb9f7375aad81c66c0e]

        Fix some Variable "X" is reassigned a value before the old one has been used
        
        Change-Id: I2fbdf26441f64183676035692391e65db0efe069

2012-10-21  David Tardon  <dtardon@redhat.com>  [de6b1a30995c206a186231e5f6fe849c19f1c765]

        only build librsvg deps if librsvg itself is built
        
        gdk-pixbuf, gettext, glib, libcroco, libgsf and pango are only deps of
        librsvg, which means they do not have to be configured/built in a build
        without librsvg. In effect, this generalizes the previous exception for
        Android and iOS.
        
        Change-Id: Ia0bd5e1c2bfa27842d8806886cd5774a420a973f

2012-10-20  Miklos Vajna  <vmiklos@suse.cz>  [0a30cb22a141c26b4eab43a478d32df0769596ec]

        sw: run export tests twice
        
        Export tests are in fact import-export-import tests. Given that we want
        to test the export filter here, it's handy to run the tests twice, first
        before the export (to detect if already the import filter fails) and
        also after the second import, to do the real test. So this should make
        it easier to detect when you have an export failure, but in fact the bug
        is in the import side.
        
        Change-Id: I26e3445f079a7fbd4e037218f7094a84e730b746
        Requested-by: Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>
        Agreed-by: Lubos Lunak <l.lunak@suse.cz>

2012-10-20  Takeshi Abe  <tabe@fixedpoint.jp>  [bb80f99092c4ad6d5015165a60f7a239dcb2fbff]

        sal_Bool to bool
        
        Change-Id: Ideb46a876ef74f505b71e2a788d5f8da50e251af

2012-10-20  Caolán McNamara  <caolanm@redhat.com>  [1cdad42cf9cfd868f717ab6b972be201f1f06b70]

        add bibliography entry ui
        
        Change-Id: I9c442d40ccfbc381c5885fa016da448ce2912b93

2012-10-20  Caolán McNamara  <caolanm@redhat.com>  [17d08d421e3d6ef48f8ad2b94537143aaf3a5ebb]

        use correct deferred parent window
        
        Change-Id: Id9d56d9f014cee216f1478d764082b97ddd30b01

2012-10-20  Caolán McNamara  <caolanm@redhat.com>  [e92b3a092b48494a4fdc90f62685f668f59a874b]

        deliberately no parent for dialog
        
        Change-Id: Id28797b9c40694e1b43d1fdd1205833562d760b9

2012-10-19  Caolán McNamara  <caolanm@redhat.com>  [76a1bc49b6c7b9f97cc6591e4d149d16ec7a69ec]

        Updated core Project: help  6e855787c1fa512546f8e72766606fa2f90d0854 update helpids for bibliography entry dialog .ui

2012-10-19  Matúš Kukan  <matus.kukan@gmail.com>  [8e7829a0e88eb2323bffee3eb8dcdc937c12148d]

        remove unset & unused variables
        
        Change-Id: I565a3110c10eb94945ad08daabe29f0034ed0ddd

2012-10-19  Peter Foley  <pefoley2@verizon.net>  [3955876751890966626e3be2e4258967f3d7308c]

        use prefered name configure.ac to scilence aclocal 1.12 warning
        
        Change-Id: I5875d3fface19bdce2948c6a2979b1b5e4e0735f

2012-10-19  Tor Lillqvist  <tml@iki.fi>  [1a6a3a12a9247ad18bc68d77b48229e457c7a9c0]

        In the 10.7 SDK CoreText is in the ApplicationServices framework
        
        Although I don't understand why this worked before, huh.
        
        Change-Id: I67ea314330630f331acaabd1c47128de6e340bb2

2012-10-19  Jan Holesovsky  <kendy@suse.cz>  [bfa21ce5fa08f2c634ccb6162914be55aef9f3c2]

        fdo#44657 Remove hack that "simulates" a mirrored horizontal scrollbar.
        
        We are able to paint mirrored scrolbars with the 'gen' plugin, so just fix the
        rendering of the scroolbar with the Gtk+ plugin.
        
        Change-Id: I5dbd13420c6290e165ed2f5827769979298abf37

2012-10-19  Matúš Kukan  <matus.kukan@gmail.com>  [91e81cd4bd8917ee06cd4fc0f7a56979c72100d6]

        private field 'eType' is not used [-Werror,-Wunused-private-field]
        
        Change-Id: I0c21a0af88eda56a9ccfeeb9691617c67340b3d2

2012-10-19  Matúš Kukan  <matus.kukan@gmail.com>  [891b770e42455ad7c2ea1a4137e67d4e7906a533]

        mbIsEnabled is always true
        
        Change-Id: I473db13d6df401fffc6e161314202446ad4d1333

2012-10-19  gerhard oettl  <lodev@ogersoft.at>  [936ac94d08572fbdcdfb0a18611a387af8b30c5f]

        rtl::OUString to OUString
        
        Change-Id: I75bf4d85103663df2e5a2fb905f39c2024769c5d

2012-10-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [e5090510cbc1e6130d0a173f3ceacba880d48ea4]

        remove unused define
        
        Change-Id: Ia000af4680ea5a58db52ca0c341b1a454b3de4c1
        Reviewed-on: https://gerrit.libreoffice.org/890
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [8eb5db89978547547510b2954918c9881eeecb52]

        replace sxub_Unicode by sal_Unicode
        
        Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831
        Reviewed-on: https://gerrit.libreoffice.org/887
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [bd5921b7371c41267ec42a2784778e7b34641ac5]

        Updated core Project: binfilter  e9e2d065b33d441ffa8838cc15f70a99155893de null Change ucb_Unicode to sal_Unicode
        
        Change-Id: Ia48a9bf27e7495cb86fbbbc4b0edc2ff756075b9
        Reviewed-on: https://gerrit.libreoffice.org/889
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        

2012-10-19  Miklos Vajna  <vmiklos@suse.cz>  [d9ebb89f935a2a8bcbd70deaae9115c3634a90f4]

        writerfilter: remove unused ctor
        
        Change-Id: I17ec2a253e35f90b4f670bb2981aba3402221e1f

2012-10-19  Miklos Vajna  <vmiklos@suse.cz>  [1becc60df9caa9fef5011ae877c832fe8bcefb6c]

        import RTF_DPPOLYLINE
        
        Change-Id: I65f1ddb9d0d691c126c8e94b2e60c8309b0d33ff

2012-10-19  Tor Lillqvist  <tml@iki.fi>  [9e51601833718b529fe2fe5446ec0470d4ee5173]

        At least for me these two headers are slightly differently named?!
        
        Change-Id: I8bb933ebfe9782a2a37e11538a9c81723e07dd90

2012-10-19  Rene Engelhard  <rene@debian.org>  [293f16bb2d2a6fe3a7c1452474c4c6966547f033]

        move 2>&1 where it belongs in soffice.sh, thanks mst
        
        Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac60fba3b5a506f6659f268a8b4fa8e1da600603]

        delegating a constructor can't work like this, fdo#55033
        
        Change-Id: I6b057ad68054fe5806daec722b3bfe4e33bc3602

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [556aa12b84ef6f6d6baf56781925d0868693fe55]

        reenable all our unit tests
        
        Change-Id: I9d2ff5f675faa1913dd90e4ce6269efe8bd2646d

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc8949955e58b45a579f3126846541f8b0e4bf64]

        add test case for the MATCH function
        
        Change-Id: I627f4b579a5619e788df3726d2bd72a7f4cec964

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e8d176b4f5e4861a68d582dfbd4c58da4cba3b9]

        actually pass the old cond format to the dialog
        
        Change-Id: I78fad788514461fc01100f2b85a668ec2990387d

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0c94072f401d32b6d631423ba98a6b84dc1cc7bd]

        differentiate between formula and normal conditions in the dialog
        
        Change-Id: Ie0545b028479fe3de6c642c5f64a1ce8cf7f523b

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c0f4d8ca7c127c3d6b31ec772de5b9b680c9db5]

        don't catch this exception, we want to crash if this fails and fix it
        
        Change-Id: I6aa0e1ba94b1702a54c7520a5093e6d0ba75a0d9

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ae22b70b763610768b5bf1416333c393470d9a5]

        fix problem with conditional formats in formats.ods
        
        Change-Id: I2dd43c333c7631545e464d1e28ff33ec93e8312f

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb141a2cfa44b7414998d34a244edd8ccf5f5ce0]

        ithe cond format data is no longer stored as SfxUInt32Item
        
        Change-Id: I41c19f213de73052bcfd18eada35ed14dfd9a172

2012-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0db481900e7dc76cb003838c0afd5d61c4351b16]

        add one more component file for subsequent filters test
        
        Change-Id: Iba9baeb286d0c5e3f9eae6d5b57cb8c8ba62112d

2012-10-19  Lubos Lunak  <l.lunak@suse.cz>  [1b3dc82a01a97b917c2cba402ffd8c2d5238910c]

        use gb_LINKEROPTFLAGS if no explicit LDFLAGS is given
        
        I have no idea why gb_LINKEROPTFLAGS stopped working, it used to be used
        and I can't find the commit that removed it.
        
        Change-Id: I537e4e7b686ecc34022f2097fa3e666295294e04

2012-10-19  Lubos Lunak  <l.lunak@suse.cz>  [1a77b93aec7070327a91f21c801d2e951b5a068d]

        only one warning per one SAL_INFO/SAL_WARN
        
        Change-Id: I5aafe9ed51c86dc31492d205f44fba6b1db137d2

2012-10-19  Caolán McNamara  <caolanm@redhat.com>  [06b8cdc503e021a644219a064503433482d98d48]

        SetMaxWidthInChars -> SetMinWidthInChars
        
        Change-Id: Ie7b6f8c07beb5895a1437e3da1cc57084e1da114

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [e20ebf2653bdd42e90ae97f1e77aa4591907b882]

        support width-chars property for labels
        
        Change-Id: Iba51f30a5e74d1e486bce10901ccb58f3488ce97

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [9aa8e185d49cd694ac1e00771c1ef2c02cf08382]

        minimize calls to queue_resize
        
        Change-Id: Idbb7da30c985253a37ff6fe0e86fe04dec2dbbeb

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [3b696181ebf1fd4c3ecff4a1fc9ed84a5db9b3e3]

        SetMaxWidthInChars should be SetMinWidthInChars
        
        Change-Id: I5cf508e7930eb7e04016ffa43683f76a07e5173e

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [4e5fdfb31e62300b20f8122a73206722b1d4fc0f]

        add stock new and edit button texts
        
        Change-Id: Ia8f5f6592211e50323de66a4177f752a1adcf584

2012-10-19  Takeshi Abe  <tabe@fixedpoint.jp>  [329d3287272bf4715244a3c03ca008f049e9132f]

        sal_Bool to bool
        
        Change-Id: Id3be1fbf289f04e175bb2fdd71754cad0c9672ce

2012-10-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6f2a127989c4284720b0970c93964b131ff0f7c4]

        Add LibreOffice licence headers where currently missing.

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [5fdcc517b5b8a5865d5a1d88d930436461246d89]

        Updated core Project: help  ed848f40ce864a4aadd3a36465e3967cb3ca2afb update insert rules helpids for .ui

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [da4614dc8148330af410ba2bf9ba01894c323fe0]

        commit just to allow me to push the commit in helpcontent ?
        
        "Once you are ready to publish your changes... commit your change in your
        submodules (that whould already be done) and commit a change in core to
        indicate that the submodules head has changed."
        
        Change-Id: I5bba25ab27c1b19ecdfacc732586c8400c7d9ca2

2012-10-18  Alexander Wilms  <alexander.wilms@zoho.com>  [7adc3399fb0ee37feb150ac63a36327317ed23e9]

        Updated tango artwork

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [944ae9cf3dbd08d9df5681745267591baf2819fd]

        missing checkbox, both height and width in same place
        
        Change-Id: I5a31f284ccb5d470cff7b0b76ee098711aba6e6d

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [1b472f650a01bf8b6f1f6d2c7b99dccb74963461]

        loplugin: unused strings
        
        Change-Id: I41a572ea28f827740b7084105a029854035ef9d7

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6a076eca204eadc16e442b1cfdcaf7a5b38f197e]

        We don't need this method now.
        
        The two classes have been merged. Therefore this method makes no sense
        now.
        
        Change-Id: Idb77d8faf5314f776bebc3bc9abc0e7e88ab5d18

2012-10-18  Miklos Vajna  <vmiklos@suse.cz>  [175e516562a8bb222b2bb752be925e4fa4d486d6]

        RTF_DOBYPARA import: Y is vertical
        
        Change-Id: I46bf69bfce26375a2fb23ef4b00404beb8d8c135

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [75b8d8f597d360e8d789358ca99e78e4742749c5]

        expose m_pActionArea so subclasses can add buttons to the right place
        
        Change-Id: If0169cc12dc7b2b70996a5798b8c59b2e6e2edae

2012-10-18  Caolán McNamara  <caolanm@redhat.com>  [5870db7df278780724f8fba7aa32bec3550a9874]

        better to throw and report exact failure

2012-10-18  Miklos Vajna  <vmiklos@suse.cz>  [f5ef4f27d5f2d82b28be690154102dae72f94545]

        fix import of RTF default page left/right margin
        
        This is one more fallout from fdo#42407, which is still incomplete.
        
        Change-Id: Ie47f06be598ce5236c45bd3750ea7a21fd98175c

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [49e5e750b51ae8b6ff5f8f98beedea1b4737c2fc]

        Merge SvLBoxTreeList and SvTreeList.
        
        Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd

2012-10-18  David Tardon  <dtardon@redhat.com>  [4bc089dff22765614e0cb988a88ea71706ad3f00]

        fix debug build
        
        Change-Id: Iadafeabc9c70841f8c40a5a585e5c77e079718e9

2012-10-18  David Steele  <dsteele@gmail.com>  [8e7a3669dd86f86325b3012abc657b5d4665374d]

        Combine senddoc null and default cases for better mailer selection.

2012-10-18  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [64dc5a0c6d7ef1169fe09a0377106e98f71ce6f7]

        Improve vml path parsing to handle repeated commands
        
        Previously commands were executed only when the parser found a
         new command in the stream. Some vml path commands can
        handle repeated set of parameters, like this :
           lx1,y1,x2,y2,x3,y3,x1,y1
        This patch adds support for this by executing commands when
        required parameters count has been met.
        
        Change-Id: Iab31fd267842755b81a3e228e45a8de63505fbd0
        Reviewed-on: https://gerrit.libreoffice.org/774
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4b313fd5661ca5ac096e60d46691b1a9857877d9]

        Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.
        
        Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d47508e036fd30f410798f37d25039bb25528f60]

        Move SvListEntry and SvLBoxEntry into own files.
        
        They will be merged later.
        
        Change-Id: I8529f9ee442fce10dc63e44d7cb26bdb2f3b8eb7

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dad00b3cab73575f027406ee0118c74d7fe8645b]

        Remove direct reference to SvListEntry outside svtools.
        
        Not all instances are removed, however...  Some are used in virtual
        method signatures, which will take a little more effort to fix.
        
        Change-Id: Ib30e6bbef5f27f970e6e19291501f7a09d94e0ab

2012-10-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [293fd587f4836bd3358abb77ec06066f92fe18cc]

        Remove direct reference to SvTreeList outside svtools.
        
        Change-Id: Ia8055a1bf21531aeb808d797b2a73a08a897e79c

2012-10-18  Petr Mladek  <pmladek@suse.cz>  [78417304160a72d7ba10d14e21c31faa0bf4e966]

        more explicit char* => OUString conversion in basctl
        
        it will hopefully fix build on the Windows tinderbox

2012-10-18  Rene Engelhard  <rene@debian.org>  [1c192dc0fcfb5a3f63042ed7daf7deaf48d56668]

        deb#690717 fix bashism in /bin/sh script
        
        Change-Id: I43b0065e56b234a5aa748ac1593c29a44fdb1647

2012-10-18  Stephan Bergmann  <sbergman@redhat.com>  [b97313abb70e494eff9e49c932f6be78f1d34de8]

        Updated core Project: dictionaries  a5162a210e3ff07e44307dbf60717d5d5a40608d dict-pt-XX fix post submodules

2012-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [72dacbb9d0b28140b805aec7d28a6e085609161c]

        Updated core Project: translations  2548be535019c0a869c5759419c6964db5f82471 add a README to the translations module

2012-10-18  Miklos Vajna  <vmiklos@suse.cz>  [2a8cabe86a90dfd1ea1164a009c9881f98d211b0]

        g: fix typo
        
        Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be

2012-10-18  Miklos Vajna  <vmiklos@suse.cz>  [fc8f76395dce902b6599cdfc471b0074919c4fa4]

        import RTF_DPLINEHOLLOW
        
        Change-Id: I580bc2cb38b7fe4b42cfbd78672fc5b8d1d01398

2012-10-18  Miklos Vajna  <vmiklos@suse.cz>  [b1e93b33acd15020089029a20343caefb262766b]

        embeddedobj: add README
        
        Change-Id: I8b36c7c6246c872472f5cfaf08703d3047477e6a

2012-10-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [1db74c175056148865020db5e23e265e85909914]

        fix dictionary sub-module reference
        
        Change-Id: Idcf49c0f97d146d7f58d4c0c818b97f84db22947

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [7edf6de6209e8344576e891acd04e9b904e612aa]

        ww8export test appears to require css.embed.EmbeddedObjectCreator

2012-10-17  Alexander Wilms  <alexander.wilms@zoho.com>  [78dd94598890b52de7f934f1c45171623a33711d]

        Added tango icons

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [47391fb13988f66b1ded3573d44920f2355d1308]

        XubString->OUString
        
        Change-Id: I45ddca425871eb19aabd9876b64c2e2dac5bc774

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [46f1b3a5949e063953af635147acf748684c8e2f]

        default SwInsertGrfRulerDlg to first entry
        
        Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [644d22e6765d961f6130affc84ace869d6fd5177]

        convert insert rule
        
        Change-Id: Ic4191a6dd38ef619efc4e4dc5ed6fe418c0942f4

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [de661fd70a33010ff455a3909020c8df346b5743]

        add a makeSwRulerValueSet for custom SwRulerValueSet widget
        
        Change-Id: Id13086906e2f66de45356baa7593b6d0e7657714

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [c648d4287877f62554cb4f940d565833fb46a2b3]

        annoying border/child window confusion
        
        Change-Id: I6ab919ff326a8525d1bed7db6474764de4e5bcf0

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [4a057fdc4ca967d22130ae323b2327e5679fecd5]

        XubString->OUString
        
        Change-Id: Ie66f747242c7304a7ad9628fcc18c4315178eccb

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [3fa67908de71b0e463d0186754a8bc231ec1922d]

        ditch rather pointless REDUCEDSVXFONT
        
        Change-Id: Ie49265fbcd9d608de0017cdc599cb5054f7cced2

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [8274df85dffad4bb3e87579e4c6e9c204ff60ebe]

        make use of ability to use bold in labels
        
        Change-Id: I3989d552ef286ba2e63cbd2a9fee32a8358ca74c

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [e8029a19ec1f13a593dd5364525dc2d1de6e32d9]

        super simple bold/italic label support
        
        Change-Id: I2c42b344139ca2603e1e5392e9d15d89d07986d5

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [794a7c67e89be302cb65ea95d7b12a1da34839c0]

        allow XmlReader to parse a string
        
        Change-Id: I3433e6f3766c1ea54ad53896c4e4d142d1e319a5

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [239847102b632a4976f50d99b38b3c79b95e56aa]

        expand horizontall
        
        Change-Id: Ibf3234882ede575bc517a8079ecd3a82334c81bf

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [091674746028e0c34a6a9e91e6dc05471487f873]

        add ellipsis to Split Table because it pops up a dialog
        
        Change-Id: Ia61d966f146249fa677a99387586f7089c794437

2012-10-17  Caolán McNamara  <caolanm@redhat.com>  [469dab1a2a7e2aeb08894dc4ff7e7ac9e4f0f93d]

        no need to check for NULL on delete, delete does that already
        
        Change-Id: Ic3ba8a962f867eead7b738738d28da27b567dfec

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [845e8478ba575c695d4f0abbd7977b41317d92e6]

        import RTF_DODHGT
        
        Change-Id: I6e97c33569e46171ed702b573d42ced805cded78

2012-10-17  Jan Holesovsky  <kendy@suse.cz>  [a4e2e50c4d6422fe49f345409b6f94cbc43d3d09]

        Remove the unneeded "scalable font" icon from the font combobox.
        
        Change-Id: Ifadad736ae39dff67ad7bc499f85bfbb484826ff

2012-10-17  Jan Holesovsky  <kendy@suse.cz>  [a12db69b78f9a3c681b5332ec64585cea5ade8ca]

        Calc, Writer toolbars: Remove Insert Graphics from the Graphics toolbars.
        
        Based on discussions with Mirek M., thanks! :-)
        
        Change-Id: Ic3550d9d2c7e161cc0d1ababcd11b910d5c19d8e

2012-10-17  Jan Holesovsky  <kendy@suse.cz>  [f6a784a99dc8d8f06c4517de9f6387df55092dc4]

        Writer toolbars: Remove Insert Table from the Table toolbar.
        
        Based on discussions with Mirek M., thansk! :-)
        
        Change-Id: If233bd9a6ad12682f83bfdef5724a29e360df0a7

2012-10-17  Jan Holesovsky  <kendy@suse.cz>  [8d58aca88cdcb48de2006aece446cc1655bd0815]

        Writer toolbars: Remove Numbering on/off from the Numbering toolbars.
        
        Based on discussions with Mirek M., thanks! :-)
        
        Change-Id: Ifbd4eb9c9d7d314809f2000dfb572fa6eae2b198

2012-10-17  Jan Holesovsky  <kendy@suse.cz>  [0154ab1a650e3713d1799c4cca595230cf065333]

        Impress, Draw toolbars: Move alignment etc. away from "Drawing".
        
        Based on discussions with Mirek M., thanks! :-)
        
        Change-Id: Ib295629cb5e35835e1087bf048947d9a3e3323f9

2012-10-17  Matúš Kukan  <matus.kukan@gmail.com>  [b0da54bec69f4931af0adbc15d230d3f4eea7b08]

        update dictionaries
        
        Change-Id: Ib92dac99efd7fe45a768c1b85d9d9ecb290392b2

2012-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4302eb0a6c4e28ab675de9d59e73cac345ba30c7]

        write the custom sort list info into the item set, fdo#53870
        
        Change-Id: I9c7f62b47f83b7798a8efdbf3896503918929f03

2012-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40377a6e26aa61a1c0788cad1c97a10911d38da8]

        only use non blank cells in the visible data methods, fdo#54552
        
        Change-Id: I2a0914fbaff3e3f707a9c06f693079aed2b89ba4

2012-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [622f7751b78fd8584e34f5fa96a04ed6e8bb98f5]

        ignore broadcaster cells to fill autofilter dialog, fdo#55712
        
        Change-Id: Iacd3f8cfc26bb147eaf3b6957338be212b448226

2012-10-17  David Tardon  <dtardon@redhat.com>  [bd47dac253505ef1050aa38940c0c4e059236e45]

        add newlines
        
        This is to avoid problems if the function is called from $(foreach .
        
        Change-Id: I355ebfbd7ca6db74cad28ffa1e45b467315e327f

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [299433d148850d7b3561fe3fcd78968a52749f09]

        import RTF_DOBYPARA
        
        Change-Id: Ifcfc6e1aca86960f72bcf2a8c7865b192ca1a491

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [db1a183f8f2fa73dbaaa40ff61a03235223f3336]

        make RTFDocumentImpl::runBreak private
        
        Change-Id: I9af3521d5c7c78da522d02a4436b8eb6ca4f14ce

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [b43a051ab701e032ac43097e95573409af45ee83]

        implement import of RTF_{DPTXBXTEXT,DPTXBX}
        
        Change-Id: I2e5f47a3e083ec914a5b95a1e038c21b72025a4f

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [6fc868c6535932bedfa0fc51d8dd5a1814d73ee8]

        fix import of RTF_PARD inside RTF_SHPTXT
        
        Change-Id: Id722b61cec9b8ae6550122e192affecadfcb1217

2012-10-17  Noel Power  <noel.power@suse.com>  [76737b0fe2e8afa3248ceee5025415c807d8687b]

        exchange sort settings between the two tab pages, fdo#53482
        
        Change-Id: I540481585bec2479db541025755c2a5a670da9ed

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [ac631f9ebddbc3674f9628d941e81a7ee73c6c66]

        odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ after each build
        
        Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c

2012-10-17  Miklos Vajna  <vmiklos@suse.cz>  [cf16c324c98e597517eff73b24234d78567b9db1]

        fdo#46669 testcase

2012-10-17  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [625e91c75fe66d4e067213a561f19e626cfbfa93]

        More useless code, "#if 0" blocks in lingucomponent, sal, and rsc
        
        Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-10-17  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [f163a827ff7324178214ce3178eb8928a0dac102]

        Translate German comments to English
        
        Change-Id: If9483ca830c7902094c0e0d5a15755931ae87c46

2012-10-17  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [96d38b4f7bce549d169511bf412086789d4e1093]

        Translate German comments
        
        Change-Id: I19850b38bd3cefeb759e152c3af22daf2829ffe7

2012-10-16  Peter Foley  <pefoley2@verizon.net>  [41b5c80add33a59222dab06277fad4ec2e1f7183]

        cleanup ./g output
        
        Change-Id: I84a775ceb983ad21d4585a3c3718f99bbac5a282

2012-10-16  Peter Foley  <pefoley2@verizon.net>  [96336f30092a84c8314ee29fd245b71ec24c4a49]

        Updated core Project: dictionaries  a70847fe89812a53297f06e5c8c5ef9a22146a7f update makefile path

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [923d33db64328f955060a837ceeb9f7aac1653cb]

        Updated core Project: dictionaries  2547e9657a49fb43e07a41aadfdd0af34b7ae720 rename mishappe during merge

2012-10-16  Peter Foley  <pefoley2@verizon.net>  [dc680471aa6d7121918690671638b7bb21639951]

        Updated core Project: help  6b8392485c4b81d0a398a8c88a0e1f7ab53365f5 update gitignore

2012-10-16  Xisco Fauli  <anistenis@gmail.com>  [09f2d543df57ba049a9968292576f6315a51888d]

        pywizards: cleanup common code
        
        Change-Id: I6e64ec407326b5759664ace286eb67b2c6cd3b04

2012-10-16  Xisco Fauli  <anistenis@gmail.com>  [0d8e34f6f6287d61a7381987baafaa3166264a4e]

        pyletter: get rid of import *
        
        Change-Id: Ice6299ebae3ff9a477f272fff3473c446f927f7f

2012-10-16  Peter Foley  <pefoley2@verizon.net>  [2330695f0582a270c05fa19d45fc21c0dc6b62d1]

        update helpcontent2
        
        Change-Id: Ie77cb97858bd7b55205a98e89d00851079cc4322

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [42e965947327583355fe8a743d06da2debc654da]

        rebase submodules
        
        Change-Id: I96db9172e46697b372044f1fa73d5abbce9f3fe0

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [c58b4fcd35e0772fcc6b457397fcb388deba8dd3]

        missing fi in ./g
        
        Change-Id: Ic763d7cd73c2a3df8e5d5146eaf795188d8c79d1

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f136b50a9fbc5659170709284871e4a534d573c]

        Updated core Project: translations  f83717cf73f4549d9ae09bc557d59316d4165394 null add a README to the translations module
        
        Change-Id: Iccfc83d5e9ec87802e88f83da1181493630805ea
        Reviewed-on: https://gerrit.libreoffice.org/751
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [b4aab8089862a4b140b97c3c1bddde47601a257f]

        gitsubmodule gerrit specific keyword seems to be 'branch' not 'revision'
        
        Change-Id: I8dfaa7854755cc8db5cbea9c8f682975dcb31d4f

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [a31714fb759a67a85a6007a70ba58f0530b24311]

        add tag support to ./g, try to optimize pre->post submerge situation
        
        Change-Id: I052817865da6df193c0451eccc3b8b6f507845a3

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c5cdc4d3e479576f13e4307f0be1c6170e34756]

        when switching to a pre-submodule point, clean-up the soft-link point
        
        Change-Id: I5a8f144bb4ad167cfa0e6763e3cf273b9127d65b

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [942a8ffd255e64a018a9c4d66b8524dd5e6df01c]

        typo in configure.in wrt the name of the helpcontent2 module
        
        Change-Id: Id0d7335872c2e2c074769bd7edc1b7301b1ebdbe

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [9152c42a65c199893d2d2809153a709bd2f619f8]

        submodules migration
        
        Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d

2012-10-16  Miklos Vajna  <vmiklos@suse.cz>  [074bb522927c60f2575fdc5bcb83eb17a4dfc4b7]

        RtfFilter::filter: add code to dump input stream for copy&paste
        
        This is especially useful when creating testcases for handling
        copy&paste input.
        
        Change-Id: I11be65484e7ac4dfac3d28576249143b7532a976

2012-10-16  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [b0176f6245b996cdfabdce7ca299b95e4b64bb88]

        vml import: only apply width-percent attribute if it's != 0
        
        This fixes an issue with a shape defined with these attributes:
        mso-width-percent:0;mso-height-percent:0 and
        mso-width-relative:page;mso-height-relative:page;
        where all points were then located in (0,0)
        
        Change-Id: I51070ad2b2e4e05ab64f16813472ca1d7099fb09
        Reviewed-on: https://gerrit.libreoffice.org/775
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-16  Ricardo Montania  <ricardo@linuxafundo.com.br>  [e6b28a09f4bf9cfd30c1851d5ed9fb44c1423881]

        More rtl::OUString cleanup in basctl
        
        Change-Id: Ife2754b17e111c0e129670b95bd2e16d81ad906c
        Reviewed-on: https://gerrit.libreoffice.org/873
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [1aba513f9092d5b61e9a1da3eb1b7f6c9c9055d2]

        coverty: misuses of strncpy
        
        Change-Id: I13b3f176fc37b49e1bb7b191e97ef657eafaebe6
        Reviewed-on: https://gerrit.libreoffice.org/876
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-16  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6dfbd3324f43ff5b90030462b92ad8c0da3f6dd7]

        Remove some unused methods
        
        Change-Id: Ia9ed975309c6ed677437c6e1c2d6be4a8bd6f1e9
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/875
        Reviewed-by: Petr Mladek <pmladek@suse.cz>
        Tested-by: Petr Mladek <pmladek@suse.cz>

2012-10-16  David Tardon  <dtardon@redhat.com>  [40a4c469dff783736ba69ec4134e3c23e78b2769]

        fdo#55290 do not use resource file for assembly libs
        
        I am not sure this really fixes the problem, but it is the only
        difference between dmake and gbuild builds I can see.
        
        Change-Id: I96fa4120dc2a8221a75e150a62582aebda98f505

2012-10-16  David Tardon  <dtardon@redhat.com>  [2969b1007ae3df1e70c5fa18fab1b41fff6da210]

        strip executable flag
        
        Change-Id: I13da3924bc8d737d6a1133a0696d45dc463864ef

2012-10-16  David Tardon  <dtardon@redhat.com>  [82b7f772ea9d30cd00324e48ef60cc3d28dad414]

        deliver librsvg build products
        
        Change-Id: If2d528f02a44e6828a26a843106a1005917dcb4e

2012-10-16  David Tardon  <dtardon@redhat.com>  [5b4fa31affcb4751552b717cfe5eb72c6a99460d]

        use key directly from $(SRCDIR)
        
        Change-Id: Ib1671e416fa59a46e4936ae75de4e2c20d70997b

2012-10-16  David Tardon  <dtardon@redhat.com>  [83b86858636d2a4d392e290d8196abd338bfea40]

        add dep on dir
        
        Change-Id: Ic5de7cb3de3e7ef907a8e331a6db7ecccc690d8e

2012-10-16  David Tardon  <dtardon@redhat.com>  [b49e97e29431e9f7248b9cd75d5a5c8fb88dfc4d]

        --with-lang=en-US is already the default
        
        Change-Id: I906e025e1b7eb8ecda028eef89ac5667cd2aac13

2012-10-16  David Tardon  <dtardon@redhat.com>  [24f9ae3720870b61568f7034f7bc74531b1077cd]

        avoid potential build failure
        
        Change-Id: Idc838315696666c8fcb08d28ed4c0b991e185008

2012-10-16  Takeshi Abe  <tabe@fixedpoint.jp>  [b1167e125076c8d088119585672105fd0bcbd6ee]

        sal_Bool to bool
        
        Change-Id: I89050a1aa899b1a6cd49800f805af9611fd0a9a7

2012-10-16  Ricardo Montania  <ricardo@linuxafundo.com.br>  [20e7a9bda9ae9eae2af47402903e17f95ae3510a]

        rtl::OUString cleanup in basctl
        
        Change-Id: If57c184b355224f31fdf7872ab1f52c034e5c7f0
        Reviewed-on: https://gerrit.libreoffice.org/872
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [ae92b2730cac8a1953c36c1f6a24a495ad7c2edd]

        pyfax: remove duplicate code
        
        Change-Id: I79230db9b393f4548be6aee753fed80a4416f270

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [a7181f0d5fa0fef89b9f73ee1b2c27dbae161f51]

        pyletter: Fix statement
        
        Change-Id: I11f2b9be6c1a63719a20d08680d8f576090ce935

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [1b6b8bbd3a04f82a468c9bf798cfa69b0e46c1f2]

        pyletter: localise listboxes at runtime
        
        Change-Id: I5bb73b63572fa165e33b84e309b430ede6070c85

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [c5a829e570dda24aca7a67112ac8632b9307ef53]

        pyletter: Clean up resources
        
        Change-Id: Ia387ef2a7166374a1f7770609f9e7b25217ab4fc

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [5f695a7d5e71e21ea65f28f5d56101e9a175861d]

        pyletter: Remove unused code
        
        Change-Id: I9ca05a152430b3fa61286ba521d37569be5b16a0

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [299b38e93306f863d24f33aa03bd3af097e216ef]

        pyletter: Add missed listener
        
        Change-Id: I10cb982ea00b3cc04dde68d55857577657ebd380

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [201788d30508b7b9e04bdbd82ac10998fa8bd570]

        pyletter: Make call the wizard remotely possible
        
        Change-Id: I6cf58bb25cc44118b086fbe1339aae2c4069416b

2012-10-15  Xisco Fauli  <anistenis@gmail.com>  [b617e84227ca07639f18c4ad53c7f8c3a93a794a]

        pywizards: Add README explaining how to call a wizard remotely
        
        Change-Id: I5686dfb9fcac1ccc3d04cb260c1a532d13e7c31e

2012-10-15  Luboš Luňák  <l.lunak@suse.cz>  [f2655f92c193ce37aa76f2dd285d260d214f7d8c]

        postfix operator++ -> prefix operator++
        
        Change-Id: I51506a83009db838d8e12d5559c46b404e59f9b5

2012-10-15  Luboš Luňák  <l.lunak@suse.cz>  [dc3aa430f911b9c2131034c0f517c297820e565d]

        rewriter for postfix->prefix operator++
        
        Change-Id: I59a7490ec76b10fd31033d1ceccd1e3eae0ad398

2012-10-15  Luboš Luňák  <l.lunak@suse.cz>  [2e3642e66bfeddd3dbb9c91637059e32b444ac52]

        convenience functions for source rewriters
        
        Change-Id: I36e2b49bc615db0b12b03ffa755fa51acc6830a0

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [6c997887a37d7b84745f3a66393d66b65739246d]

        Add some iOS test code I had forgotten
        
        Change-Id: I8a9e69b53fd84207d5673fc4635e54920864016f

2012-10-15  Julien Nabet  <serval2412@yahoo.fr>  [c87303da4a41b0f99474a8f54a2dc359ec14e05f]

        fix typos
        
        Change-Id: I3bca3709ba759894ce77bab412f5082718ea25c5

2012-10-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5b47653cc871da19a68f9bdedf0c99cff65e739e]

        fdo#43714: for a checkmark use the same rect as for its background
        
        Change-Id: Ib8833477eb20b658dde1ea2a78cb0bee0c24241a

2012-10-15  Miklos Vajna  <vmiklos@suse.cz>  [4f1ba0486241bd239e46b71405662db8e10d9b96]

        fdo#46669 sw: RTF paste should not change page styles
        
        Change-Id: Ic163a639fae9de838258b3cca9567a29ab875a35

2012-10-15  Petr Mladek  <pmladek@suse.cz>  [f6b7d674bd18a837c55b08ba70dcbf3ef3236a55]

        bin tab that breaks configure
        
        Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e

2012-10-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [9048f4e010da9d695a38cb11a16d8ecec63083a4]

        cid 703925 : strncpy can lead to non-null terminated string
        
        Change-Id: Idfe2278d0008715a2e0f06d60df9af430e4df25c
        Reviewed-on: https://gerrit.libreoffice.org/874
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-15  Michael Stahl  <mstahl@redhat.com>  [0c120f9dd429e035c1e4595c702411241c4431ea]

        cairo canvas: handle 8-bit grey-scale alpha colors:
        
        Apparently BitmapReadAccess::ImplCreate creates non-indexed color
        palettes in case of grey-scale, which leads to one assertion from
        BitmapColor::GetIndex() per pixel if that is accessed incorrectly;
        handle this better in cairo canvas.
        
        Change-Id: Idcdc3fbe182db948d25e744cb484e2db932c7868

2012-10-15  Luboš Luňák  <l.lunak@suse.cz>  [0349c738da5970d9f0fc10d7cf4d7b766ce10e13]

        support for compiler rewriters
        
        Change-Id: I12e98ac9fc49ef2007914324006a396d183b778c

2012-10-15  Luboš Luňák  <l.lunak@suse.cz>  [41d6a0ea2d2d3c8daa758771bf956036d84cbe1a]

        some namespacing improvements
        
        Change-Id: I95bd78340519bc1457385561b64c74e938b40bb2

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [683928f27cb34fcfaf071fde5c308848ab3b4786]

        Don't do anything here if cross-compiling
        
        Change-Id: I822976be73bf3c99a2b195d275dd7f5f98bbe247

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [527b20868ac1d4e2da41d3778c4b3d904990f497]

        Must use $AR and not build platform ar
        
        Change-Id: Ic834c9ffdba1d1c363d304c535987bad1c64c4b2

2012-10-15  Stephan Bergmann  <sbergman@redhat.com>  [ed851f1316d34d1ecd60e75d04ed21b7bffdbf00]

        fdo#55997: Work around slight offset causing sc_unoapi failure
        
        ...in sc.ScModelObj::com::sun::star::sheet::XDcoumentAuditing, where a call to
        setFormula causes an arrow's getPosition to change Y coordinate by one.  This
        workaround should be removed again when there is a fix for the root cause.
        
        Change-Id: If58f6c0cdc692ce2a8da35aa4d35baefa15663a5

2012-10-15  Michael Stahl  <mstahl@redhat.com>  [1f0cda7d94495359c24b10e44fc7006ff6ec534f]

        tweak some build.lsts for the group photo...

2012-10-15  Michael Stahl  <mstahl@redhat.com>  [6d43804045e81e5ad6c08bba8a3d9dbb0d6e2f0f]

        ScTabViewObj: fix STL assertion:
        
        ScTabViewObj methods that invoke listeners need to be prepared for the
        listener removing itself in the notification call, which some chart code
        does when inserting a chart, resulting in assertion:
         error: attempt to increment a singular iterator.
        
        Change-Id: I939afcc72d2b2040cd94113a0e159605d85ce592

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [962eeb3e5581006112835eaed6ef9a7a9f09bd62]

        Don't build gdk-pixbuf, glib, libcroco or libgsf for iOS or Android
        
        Change-Id: I7b4ef1e505b16e0d55228e7b91226e40ba94cfd6

2012-10-15  Jan Holesovsky  <kendy@suse.cz>  [5ad86ef1caaa029b8c95273528afeb724fa6582d]

        Use isEmpty().
        
        Change-Id: I0b2a30384cbbe3f05d25968c4e7e19e84c23e267

2012-10-15  Lennard  <Wasserthal@nefkom.net>  [c0843153a785ea2bd501491f599128aeb8a0ef68]

        comment translations german->english sd fusel.cxx and fusel.hxx
        
        Change-Id: Iea730a65e4c3a611e30e0f1ee34d291fbdc98c92
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/869
        Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
        Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>

2012-10-15  Miklos Vajna  <vmiklos@suse.cz>  [abd4ffadf30e02284290ea35e8f45d9ffd8eb5ee]

        fdo#52208 DOCX import: don't always ignore cont sect break at the doc end
        
        Regression from commit 1fdd61db155cf63d5dd55cc2bfb45af33796e131,
        continuous section break does make sense at the end of the doc, if the
        previous type was a non-continuous.
        
        Change-Id: I6d82c67e068d8dc3ce1edb1a5fe6ad293afd805d

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [b8523dd61242ae2299e4ddbf9491805684d96f84]

        Add animcore and dba mappings
        
        Change-Id: If560563c884dc3ee4159aae24e62c5f56c544254

2012-10-15  Miklos Vajna  <vmiklos@suse.cz>  [4089a38466b67908200aa4120324dc2ff959f39d]

        ctags: fix warning
        
        ignoring null tag in filter/source/svg/presentation_engine.js
        
        Change-Id: I84e077373d872031308b12c2b336e7e4972973f1

2012-10-15  David Tardon  <dtardon@redhat.com>  [310874c990fda80ec05a7dc31a3dcf4282128228]

        conditionalize build of external modules
        
        Change-Id: Id0a1d289a58614f34e45556ce4bf755b5ccfecc8

2012-10-15  Jan Holesovsky  <kendy@suse.cz>  [e3f78b763f448641564e462a2654e4084a4d6c40]

        coverity#738967: Unused pointer value.
        
        Change-Id: I2836de141d72e9c6e6cc5aa55a66f9e672912754

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [651002f484c8d81f101a0deb8511e4e0026370cd]

        matus: tml_: merge librsvg/prj/build.lst into tail_build/prj/build.lst
        
        Change-Id: I9d25a960305004ce22e69c8f5bacbfe631f46952

2012-10-15  David Tardon  <dtardon@redhat.com>  [6f3a300c17031c6edcf4e89cd58a08c1e21b9030]

        pyfax.zip has been renamed
        
        Change-Id: I981ea3a52b8f2bbf3068d19832f1358a340bd96b

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [3425c514bc6bb1bb0eda060606120c3e063f99ab]

        Don't be paranoid, surely all our platforms have a working memcmp()
        
        The openldap configury thinks it's safest to assume memcmp() isn't
        working if it can't run a test program when cross-compiling. Meh.
        
        Change-Id: I4cd580f91b83de558f841d4dba781e8551aace34

2012-10-15  David Tardon  <dtardon@redhat.com>  [d475a059fc9f07f4d896bd67649c7d800fc66f6f]

        export symbols after gbuildification
        
        Change-Id: I5c8ef1009a65fa5a38174898f58f9146e1367aa9

2012-10-15  Tor Lillqvist  <tml@iki.fi>  [6885fc51b93ee94197aae5e9ae4e9be503bc9903]

        Ccache doesn't like several -arch flags
        
        So make sure just one is passed to the compiler.
        
        Change-Id: I217b7ac34ba20e35a23c18df6b497919061ca44c

2012-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa7500f2231c383e4fd49e94757faccacdde1185]

        add a unit test for removing rows/columns with comments
        
        Change-Id: I91d9abdc61f75ba080e092dc9b4e18bdb89b3705

2012-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fb84ee62409dec8eb02982c9cf78fb42bf1747e]

        sal_Bool to bool in anyrefdg.[ch]xx
        
        Change-Id: I4efa09c0185e7825d5b705ca0171f52b8aae17df

2012-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d342c9bebe446cb16285b203f207b4b215b5941a]

        hide edit fields for duplicate and unique
        
        Change-Id: Ib2d07a22393604ea11454de125849e9d0da430b8

2012-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8dada570ba03b6761a41a074063f2d306989232]

        fix memory leak in note handling
        
        Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599

2012-10-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [262079b2df4fb42ab00b93e8d87b364cb38ce7ae]

        fix the problem in the right method
        
        Change-Id: Ifedd563ad430cff957e148d81367139455d71686

2012-10-15  Takeshi Abe  <tabe@fixedpoint.jp>  [00e815bd0452f6c68e3ff7a2d4050b6ad410a098]

        Drop undefined function
        
        Change-Id: I474371f2c35b82a9785b7fa6254bd4e60b4a73e4

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [af1f02a85d2a4d27c8291dccf43d63887543caa4]

        Handle cross-compilation
        
        Guesstimate that --with-yielding_select=yes.
        
        Change-Id: I44c91c41b5f46ee4e969065b8c5e7c0c01899286

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [c96b4c550db2e5206786b9b689c2eb293ee787bb]

        Handle cross-compilation of nss (for desktop OSes)
        
        A bit messy, but then so is the nss configuration and build mechanism.
        
        Change-Id: If2259e3da81521a2f87a5b312c6acd9d40e75ae5

2012-10-14  Xisco Fauli  <anistenis@gmail.com>  [9715b31f9dc4b77ad566b00b6427832203d4bc42]

        pyfax: get rid of import *
        
        Change-Id: Ifb1d5edc400fe9f8b91851057c243280151eb1a2

2012-10-14  Xisco Fauli  <anistenis@gmail.com>  [6c78b874a8d439e20c96593a399b85185ac0785e]

        pyfax: replace tabs with spaces
        
        Change-Id: I8606c419e93ace8895b409a364fd79b474be7f6a

2012-10-14  Xisco Fauli  <anistenis@gmail.com>  [500edb98783fea1d8f244b0ca0d2eb5b099985e5]

        pyfax: Remove java code
        
        Change-Id: If910b37990677458dcb2c88007ad713b1f208fbe

2012-10-14  Xisco Fauli  <anistenis@gmail.com>  [4d40b6dc03b083ec38864a448c039c9c1360a1f6]

        pyfax: uuups
        
        Change-Id: I392ef7ff029e59b405086fae10a8a9a6bb70d64b

2012-10-14  Xisco Fauli  <anistenis@gmail.com>  [bfe191c0cb2788ac4cd35faea296ae97502d677e]

        pyfax: replace tabs with spaces
        
        Change-Id: Iec6b3738723adf43dee4801c30660007f9391797

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [729ebb3654b2b84971f8e87fbd437bacf35068f3]

        Handle the CPPRUNTIME crack
        
        Change-Id: Id2b4758d979f8b8d2273e2ba8ddbe850eecc3b04

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [22bf1df8ca4be32ca368458d022d48d0adcb62d1]

        Filter out fairly pointless ld warning from crt1.o (!) in the 10.4 SDK
        
        Unfortunately the pixman and cairo configury consider any non-empty
        stderr indicating an error, even if it just a warning and the exit
        status of the command is success.
        
        Change-Id: I921f72fcfc127d9c34a8db448926e478a82646d6

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [0683f53d019a225da7ebe18e1aabfda41c6bb442]

        Check for cross-compilation in general
        
        Change-Id: I52cbef2ff90fa4af04c21f043c07fcd2aae8d273

2012-10-14  Michael Stahl  <mstahl@redhat.com>  [3d1f4649ee72dd85e1d994ac2bdccc3147830bbd]

        FontPrevWin_Impl::CheckScript(): assert that there is text:
        
        If there is no preview text here then aTextWidth will have no entries
        and we crash when writing to the non-existing first element.
        aText should come from the current SfxViewShell, from the font name
        (unless that is ambiguous, e.g. a selection of text with multiple
        fonts), or the Window text (Window::GetText(), whatever that is).

2012-10-14  Michael Stahl  <mstahl@redhat.com>  [86b6bf6e53c234e3df951ebb08513b0d4fc47a14]

        sd: fix crash in character format dialog:
        
        When text with different fonts is selected in Draw or Impress, the
        character format dialog crashes, because (among other things) the
        selected text is not returned by SfxViewShell::GetSelectionText().
        Crash was observed both with GraphicViewShellBase and
        ImpressViewShellBase as current shell.
        Override that method in sd::ViewShellBase to forward to a main shell
        that happens to be a DrawViewShell which is not actually a SfxViewShell
        but happens to implement GetSelectionText() for mysterious reasons.

2012-10-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4147b2646a75add70de4c1659f66fad067c017f8]

        Cleanup in InstallModulTarget.mk
        
        Use global variable directly
        
        Change-Id: Ic8031bd748d4b9407679f83eb728a7d33551c0cf

2012-10-14  Caolán McNamara  <caolanm@redhat.com>  [a7efb9b8dd0b7deee49975961ca49f6838648614]

        loplugin: fix some indents and unused OUStrings
        
        Change-Id: I1d7256eea7a79453d3cdb85d1edcf824d58d775e

2012-10-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [5a898179a1533b2a625be73fa2b662f2aa742b75]

        Correct POFILE definition in ExtensionTarget.mk
        
        For help and help tree files.
        Result of $(or $(4),$(3)) can be only a single
        filename without relative path and this case $(dir...)
        retrun with './'. Otherwise $(dir...) return with the
        directory of the file with '/' ending.
        
        Change-Id: Ia636b314779b907796a3395a877e7bc7b1a47292

2012-10-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [72e2db3aba300aa70e47a2bc3b6cad9bcd05c0a8]

        Correct helptree localization in swext
        
        Change-Id: I6d30e96cb9fb0a0800e0b3b0eaa58b98de4d9010

2012-10-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [dbc5c63bb3d3855747eeb9ade3e8206aa9f74e95]

        Correct checksize.pl not to work with sdf
        
        Change-Id: I644874f123079a88d0901e77b367b7a35bb44b9e

2012-10-14  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [5d2f601e391a9acda692f6a3f7f22c676c1379f8]

        Correct helpfile localization in sdext
        
        gb_Extension_add_helpfile second parameter is the
        path prefix of en-US source file so it must be in
        sourcedir and not in CustomTarget.
        
        Change-Id: Icfb4caab7f9e250b377ef3049a8030ab66454f9d

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [979d8f30c6819770935943a3e338cd42de071e02]

        Enable cross-compilation in general, not just with MinGW
        
        Change-Id: I655c6094e98939d5b087ecb3d2bd6ffef0ea3a05

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [9649d152b28c81e7a0559c8670cc3c96823c0485]

        Experiment with PowerPC Mac cross-compilation
        
        Using Xcode 3 and the 10.4 SDK is obviously assumed.
        
        Change-Id: I8fc3cf75a976edae41d430017b6110f5a424c75f

2012-10-14  Caolán McNamara  <caolanm@redhat.com>  [22a550690bc7643ba1157543e15907ebba9444a0]

        Related: fdo#47250 catch harder
        
        Change-Id: Ie6b26670a6809fc07b344660111be44cb3e6a011

2012-10-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a4c99d39e5f84c10eb7f7dfa6a0ad053028b70bc]

        fdo#55927: copy .uno:View100 icon from .uno:Zoom100Percent
        
        Change-Id: Ia89854011db4ccfdb889da91f88ed7aef57dbec7

2012-10-14  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [98ad35dc5ad0b603b46e0160f7fd4eed555e2a02]

        Added stream sanity checking to TGA filter
        
        Change-Id: If6bb9f28e76ea012ac46b74e3cea0e27fd86741e
        Reviewed-on: https://gerrit.libreoffice.org/864
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-14  Miklos Vajna  <vmiklos@suse.cz>  [a55b708b27f1b31c8b24da440ca7961b4f110ba8]

        sw: fix new clang warnings in ww8 filters
        
        Change-Id: I76db821d5388e756d6007dff9af2bc029972ea72

2012-10-14  Julien Nabet  <serval2412@yahoo.fr>  [17f1e4ca172ca154aab83c74081cec5c20b532ad]

        Fix consecutive breaks
        
        Change-Id: I341e42bc784f2e9b87a8e30de7de8ff1dc4fe6ca

2012-10-14  Julien Nabet  <serval2412@yahoo.fr>  [45ee4f61e16db5dddf6e4fed906900f8c475a81d]

        Fix member not initialized in the constructor in sw/source/ui/envelp
        
        Change-Id: I78b09bb229ba4ab0c1eae276727153254045db1f

2012-10-14  Luboš Luňák  <l.lunak@suse.cz>  [1d5c2d83688be8b61083ba6b8f83a593b30e967e]

        document sallogareas compiler check
        
        Change-Id: I72d25ec9a1acafa2bc451e620d5dc5721d849c42

2012-10-14  Tor Lillqvist  <tml@iki.fi>  [f335028a6ba4c2e2ca302a5fc45bfbc8abab0d8d]

        Make sure glib-mkenums is found when there is no system one
        
        Change-Id: Ib2c246d0abba0ffe34d6adcc4d63e8fbacc41b74

2012-10-13  Miklos Vajna  <vmiklos@suse.cz>  [7518af82eb4b46355ba9a4f7278bac206e3fb360]

        oox: fix loplugin warnings
        
        Change-Id: I73375f46d31ef7446b7c059aa2a23024e677021c

2012-10-13  Michael Stahl  <mstahl@redhat.com>  [823bd50429a504de21c9a045e9da56b30cc0d97e]

        cppuhelper: remove obsolete comment

2012-10-13  Michael Stahl  <mstahl@redhat.com>  [b61991ba2c9e7c59f7e34e8cfefaebfddb170e14]

        sw: tweak comment translations
        
        0413cc28 5513e24e d93196c8

2012-10-13  Caolán McNamara  <caolanm@redhat.com>  [1f9f8f4f4074ce7ec9d2b0f2f751f5c47ce38634]

        loplugin: some log, indent and unused variable warnings
        
        fix up some indents, remove some unused OUStrings and add some log areas
        
        Change-Id: I5c50807aff7a726b03b72522975d9b75e6685b9b

2012-10-13  Caolán McNamara  <caolanm@redhat.com>  [a51488cb2400163e20bc4fe5e3028587c29d08d9]

        callcatcher: update unused code and drop freshly unused methods
        
        Change-Id: I8b1c0cc4a1af259e39578c36bace126c35337ecd

2012-10-13  Luboš Luňák  <l.lunak@suse.cz>  [f1b6058a3b321a150c0373ddc6066ecc8eb85312]

        remove debug output
        
        Change-Id: I719ce8870320f3bddd68fe26cf2c2b941e0a9403

2012-10-13  Julien Nabet  <serval2412@yahoo.fr>  [b03278df1d56424d4d6f1fe245676d41183ac8ec]

        Remove consecutive break and a break which follows a return
        
        Change-Id: I8dec9eda857f7da452992bc785426449933acc59

2012-10-13  Andras Timar  <atimar@suse.com>  [e5ce011c3f32f53ef073aec5485450b2588b656a]

        Merge branch 'master' into feature/killsdf
        
        Conflicts:
        	Makefile.top
        	Module_tail_build.mk
        	RepositoryExternal.mk
        	RepositoryFixes.mk
        	accessibility/source/standard/vclxaccessibletoolbox.cxx
        	basic/source/uno/dlgcont.cxx
        	connectivity/Library_ado.mk
        	cross_tail_build/prj/build.lst
        	desktop/source/offacc/acceptor.cxx
        	filter/Library_PptImporter.mk
        	filter/source/t602/filterenv.cxx
        	i18npool/Library_textconv_dict.mk
        	ooo.lst.in
        	saxon/ExternalProject_saxon.mk
        	saxon/build.xml
        	sc/sdi/scalc.sdi
        	sc/source/filter/xml/xmlstyli.cxx
        	sc/source/ui/condformat/condformatdlg.cxx
        	sc/source/ui/condformat/condformatmgr.cxx
        	sc/source/ui/view/cellsh1.cxx
        	sdext/source/pdfimport/misc/pwdinteract.cxx
        	shell/qa/zip/makefile.mk
        	shell/qa/zip/testimpl/makefile.mk
        	solenv/gbuild/CppunitTest.mk
        	solenv/gbuild/gbuild.mk
        	solenv/gbuild/platform/android.mk
        	solenv/gbuild/platform/com_GCC_defs.mk
        	solenv/gbuild/platform/macosx.mk
        	soltools/Executable_adjustvisibility.mk
        	soltools/Executable_checkdll.mk
        	soltools/Executable_cpp.mk
        	soltools/Executable_javadep.mk
        	soltools/Executable_makedepend.mk
        	sw/qa/extras/rtfimport/rtfimport.cxx
        	tail_build/prj/build.lst
        	tomcat/ExternalProject_tomcat.mk
        	ucb/source/ucp/webdav/webdavcontent.cxx
        	xml2cmp/Executable_xml2cmp.mk

2012-10-13  Luboš Luňák  <l.lunak@suse.cz>  [1e313e759b79bd55d977156483847e22273d8e65]

        compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.dox
        
        Some of the areas are guesses I've added after seeing them, whoever feels reponsible
        for whichever part of the code feel free to adjust them.
        
        Change-Id: I2192de84d51cc2bc7c28fa84019d38b465985d15

2012-10-13  Luboš Luňák  <l.lunak@suse.cz>  [e3418e9a8544054cb7ac87e57cff54afd4ab03a1]

        use consistently sal.osl and sal.rtl as log areas
        
        Change-Id: Ib5e606283d3d37c38e9729c79c4531807a1419d3

2012-10-13  Matúš Kukan  <matus.kukan@gmail.com>  [e74fc93e4aba7887e6a278cc44c4bc0962471065]

        tubes: use new .ui format for contacts dialog
        
        it looks worse; more work needed
        
        Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6

2012-10-13  Julien Nabet  <serval2412@yahoo.fr>  [72fe2e3003b89b4d6bc7a87e0dc5ce85dd043b45]

        Prefer prefix ++/-- operators for non-primitive types
        
        + replace "<" by "!=" for end iterator comparison with current it
        
        Change-Id: I6e90caa8752c7057cca8c74fca12c0a050544dbb

2012-10-13  Julien Nabet  <serval2412@yahoo.fr>  [64ab96cd15e52da88781e720d6f031dbcd0ba902]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I057c3ea14cd1f224b339f884ae86890d16471215

2012-10-13  Caolán McNamara  <caolanm@redhat.com>  [5f12d6d42defc5ad3c286c23771be75595388d54]

        loplugin: what is it with the weird-ass else placement in framework
        
        Change-Id: I81809a80242457147dba716daa92b83726f732ba

2012-10-13  Miklos Vajna  <vmiklos@suse.cz>  [2a777a1014365c3cdf5902fcfd67e9bb77baedd1]

        writerfilter: fix new clang warnings
        
        Change-Id: I0f7cec0f300290fe3ea465f344cfda642824ed0b

2012-10-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [681e894b1ffa536ea3ccb5071465fbd1b0e34cc3]

        brain fog: logic error
        
        Change-Id: I1ebfad03dca16b7530a44dfc7576ff5b73f681aa

2012-10-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [08ec85d064107d8186b2ca3a05af63fad6d27cdb]

        fix String->OUString conversion
        
        Change-Id: Icc21b8998f205b635a21275ea4355824eca83a60

2012-10-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [50a20f94869c2033d495da7d57f9948988cd5ad9]

        gtk: attempt to fix visual glitches around edit fields
        
        Change-Id: I0c97840e610e6f2170a758afbd263ce6cd9e3129

2012-10-13  Ricardo Montania  <ricardo@linuxafundo.com.br>  [f50f9c43414403aca721612fdba9a9aa2dbdbf9b]

        Review corrections in basctl/.../basobj3.cxx
        
        Change-Id: I905e85ce9d754047ad287c9dd3caa92427b25b0d

2012-10-13  Luboš Luňák  <l.lunak@suse.cz>  [3818933e351cd1d5f950c8891ec3974c066ce99e]

        fix build
        
        I'm not sure why this makes a difference, the real problem is probably elsewhere.
        
        Change-Id: Ie52b0b9b5b1279badaa8815aeef054c8bbb125b4

2012-10-13  Tor Lillqvist  <tml@iki.fi>  [b404024600df82f996882a1b770d595cf35a2ca9]

        For me it throws uno::DeploymentException, not deployment::DeploymentException
        
        Change-Id: I1104a2b4e551f80c748054f32a37540190076805

2012-10-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [b91b5e98d0a636a549d44a5a62ac13706a7d537c]

        fix librsvg gbuildification
        
        Change-Id: I3c3d5f0284e07384bcd63b6f4d489ec82da55a75

2012-10-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ffba6a8dafe881c2c18a3b3358f029ac557afe7]

        need to set the row/col relative to the start row/col
        
        Change-Id: Ic423924dc12cc8aef1a45d494c6a623ddc45cff0

2012-10-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ec03fc221e80479557f05f53972ca864f1ff4bb]

        don't insert notes from deleted cells, fdo#55885
        
        Change-Id: I036f0531dc2290c5eb480258bc70ec13b810e6bc

2012-10-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [979c4753831eec5e05df685880cc2052bea64307]

        improve showing the condition text when the entry is collapsed
        
        Change-Id: I298f80c9df39156f950880a530076e0b0edf27b5

2012-10-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90306e95c6896c1f3b7f6369581d7bada8f15d7c]

        add the text for collapsed entries back
        
        Change-Id: I67d4f3122e1fe13bda7bf91f500b479ee6853cab

2012-10-12  Peter Foley  <pefoley2@verizon.net>  [8615d09bb10a91444b993fa8806696a7b01f06f9]

        convert librsvg to gbuild
        
        Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa

2012-10-13  Julien Nabet  <serval2412@yahoo.fr>  [179e267704733fff336637a9de61598369e1dce9]

        Remove unused MorkParser::getRecordKeys4List
        
        Change-Id: I755dce0ebee72a75c36b3cf36b52a2a1c736cc23

2012-10-12  Julien Nabet  <serval2412@yahoo.fr>  [c25269446f80e4333fdefa6e96151757a74d894c]

        Even if it shouldn't be a pb, let's do the same everywhere
        
        Change-Id: I5775651a83ffa6a7780b81386168f4e327217282

2012-10-12  Julien Nabet  <serval2412@yahoo.fr>  [dcaf8a871c3ce47e4b51b5c026e47d1ad03f5696]

        uninit variable
        
        Change-Id: I94870693fc269ab7a40e9ded482d259921316c38

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb1d9cc99e026ba9cf15ab49b2251cecfbbf6d10]

        Check for null object.  The OLE name may not always be set.
        
        Change-Id: Ib3e55af8870b41a5b76179d2215fc5125ceda5af

2012-10-12  Julien Nabet  <serval2412@yahoo.fr>  [cc4568e57649367d3d611ce0732d86ee8b829d3c]

        WaE -Wunused-function
        
        Change-Id: I201ee3b1092fce188d2bbc90aeb93059b175a03e

2012-10-12  Michael Meeks  <michael.meeks@suse.com>  [d0bf1510632801e15f1f498320c90efb6d773d6e]

        detect and collapse internal boost dependencies to a single header
        
        Change-Id: I18281f9cdf4c20ab4f939b2f7d3b0a6c3bf5387b

2012-10-12  Michael Meeks  <michael.meeks@suse.com>  [140281898f21f707582f395918e5234bdb67e435]

        elide all dependencies on .hdl files, they're ~all duplicated by .hpp
        
        Also - verified that codemaker touches both .hdl and .hpp regardless
        of whether the contents changed in anyway under gbuild.
        
        Change-Id: I391e9cf952c61a6c59087cd7cd0ddc8c54a14df3

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [20c0339311df0a14229c2786ecf6440bd8c1fd61]

        WaE: SW_DLLPUBLIC on static function doesn't make sense
        
        Change-Id: I9a7881d0e114dc38a6cb461b04e971ae23da9543

2012-10-12  Jan Holesovsky  <kendy@suse.cz>  [fa694a21b806ed7837c1337ec49a4b299c478393]

        fdo#55931 Fix renderding of subscript/superscript with Autofit Text.
        
        We are using font metrics to compute the stretch ratio for autofit; but that
        collides with nPropr property of SvxFont - it is then counted twice, ie. in
        the case of nPropr == 25, we actually behave as if it was much less; and
        worse, only in the horizontal direction.
        
        Change-Id: Idba62f1e3f40802651b93f1344e376048866b1b6

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [46a418af78d066db75999282ea255583e686380e]

        loplugin: bad else if placement
        
        Change-Id: I56e88a675adf37fdf52637ecbff6778a5215a16a

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [7e8696296fb46837eab159280533da948d93746d]

        grr I wanted can+has *default* not *focus*
        
        Change-Id: I070ae5f7081cf9081e8f36658e8adf7de143b207

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [919aeeba43f1d72c152602db97531142d69e38ae]

        be consistent between insert chart and insert formula re ellipsis
        
        Change-Id: I62d6c7e041247c1d2c6ccc4bc51e401e1469a95e

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [d152dca0ef47fdb6f87fb0d7cc0fe0c3242f6c50]

        add SetAccessibleRelationMemberOf back again FWIW
        
        Change-Id: Ic99c6b20d4622323d3d5ddea24338fbcbd4d0b8c

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [e48cb3667db5ffbd75ed74d18da64ee1c204b372]

        set has-default for insert ole object dialog
        
        Change-Id: Ic1c3f8784bc41c6b8adbeb4798e51eeb0300b2d0

2012-10-12  Jack Leigh  <leighman@gmx.se>  [5cb6877206c459530caa104b34e494badab5a4d1]

        migrate 'Insert OLE Object' dialog to use .ui file
        
        Change-Id: If2a241e34f88a39bacee5344f89893e3ccfdc57d

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [53acdd29e32707eb4ad6e922b47e1c1216f9d7d6]

        XubString->OUString
        
        Change-Id: Ib5f39e099d238b739e0d6b3d92d3f04ee50022fb

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a551cad4e35b6b664167d65dfc25e5a0f6990687]

        Always disable anti-aliasing for drawing cell borders.
        
        It looks better that way & that's the way it was before.
        
        Change-Id: Iedb5234f4b032d4362f91f811bb9131824267704

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [e02ff224b64671db33543a1be2b48c0fa5caf786]

        fix file permissions
        
        Change-Id: If923db4ff67f72158fcdf7c002eda38c9cdeb786

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [21d10c6f3266d4fac9c91f9d0fab529a6841b39e]

        mark lcl_ functions static or rename them if they are not local at all
        
        http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
        
        Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [908794d36f489c60835bfa8a17ac6bd9c256c7df]

        remove unused function
        
        Change-Id: I2caa76105053c57b48d721d1ae04485c94149fcc

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [cd8a49053664e5b4b17c9b121f55afec0aae3b7b]

        compilers don't seem to warn about unused variables in the global scope
        
        And this causes at least some problems with extern variables in headers,
        maybe that could be handled, but it probably wouldn't be trivial to
        get it exactly right about which location to warn and which ones not.
        
        Change-Id: I8974c9ba9493d09165b026ee7a451238f6d90a30

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [2acc59ea28d7cabbef9b91d379f03ab6877596bf]

        DeclBase::getLocation() gives better location than getLocStart()
        
        It usually points to the declaration name rather than its start.
        
        Change-Id: Idcb068ed88a783c177ae9dc255595afa0a163a7e

2012-10-12  Ricardo Montania  <ricardo@linuxafundo.com.br>  [ceb06a8f0906dd9bd7aa69b121a050eb4dcc861e]

        766 gerrit patch, fix appendAscii in bastype2.cxx
        
        Change-Id: I4409d1b0585a8c52cba14d1e67ccf776c6070c8a
        Reviewed-on: https://gerrit.libreoffice.org/854
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [0b876ce56cbd63fbc44e5ba13433d0051fbc1108]

        remove unused local static functions
        
        Change-Id: I2b5e16165ac2de4753d9687a2bfc146d11a2bcd9

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [ac334eeac573fcc38a4ba6afa34e967f13154030]

        lcl_LineSize is unused
        
        Change-Id: Ied166af182c76d72c2934f7d3a7279aa0cd63a62

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [57cd67224ab349f7738f4429f3adc569b7bacb11]

        lcl_GetServiceName unused
        
        Change-Id: Iea5b8de7c937f27beb0e95b40412dc56391c02f7

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [2d4d38bcf2791e9e0805f5a61e2f7d48f4c7a2a6]

        lcl_Bool2Any is unused
        
        Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9e7d8

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [581438a0c609c957e2db0b262b3bea83fa387eac]

        lcl_createTemplate declared but not defined
        
        Change-Id: I755853c326c5e3dbeae18e3fdb9f7b5607aac874

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [12a971118f732858bd288e6fd5b38b17b7c560e8]

        don't process empty grid cells
        
        Change-Id: Ibd8ea6a40ced219c5f64d1c04df28b85c99a00bb

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [6b459bf06c10ee05ff1b6d5db8c3e30fa2774a9e]

        tweak dialog to show label again
        
        Change-Id: I8b2e61a2754190eb3bd218242485a6bbce41aa7d

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [83154f9234659585cdac1c2e6781cd3498ff4a51]

        mark lcl_ functions static or rename them if they are not local at all
        
        http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
        
        Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [190334febe62d56d80489034f0ee3cf59100f6c4]

        mark lcl_ functions static or rename them if they are not local at all
        
        http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
        
        Change-Id: I1a0e436051d48e7f6224d6f0fc602347df2d4df1

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [f7a24eff2d40ca30c6f299ab6534393c5c146b95]

        mark lcl_ functions static or rename them if they are not local at all
        
        http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
        
        Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [2c3759735f53c06ebd75a344cc10a47f20f32f09]

        print something when compiling clang plugin too
        
        Change-Id: Ia312533381260a7c506dfd75b9f88c74a8329958

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [f56da8c9670d9a212187c3e78e42da6c7581de0e]

        rebuild clang plugin when clang changes
        
        Change-Id: Ia4192224d0b217ba2393dc457250cf12febe9306

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [bd7e427ce5cef0c9c1a9ce8c02cac4ebf5217f2d]

        mark lcl_ functions static or rename them if they are not local at all
        
        http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html
        
        Change-Id: I37ab7e25d1a9fcce2009b8e35535fc1d0b02013b

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [d1eee073ebcd2d4a99209bb12ab13a7cafbb5a89]

        avoid crash on pointers to functions
        
        Clang's dyn_cast<> crashes on NULL, and getParentFunctionOrMethod() is NULL
        if the parameter is a part of a pointer-to-function declaration.
        
        Change-Id: Iee9eef488746f9a46bc090df8d318f27ad65f0ef

2012-10-12  Luboš Luňák  <l.lunak@suse.cz>  [9c0304f5a725ad0a58afecb96862ecd298ffec06]

        do not report unnamed parameters as unused
        
        Change-Id: I0cc44354085fbee15aa94d23c29830fd40e8d939

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [49ebf4f91d14af51bc3772c675de19b5891e3d36]

        loplugin: unused string and misleading if/else indent
        
        Change-Id: Idd0c4195e5988b3a0ee64282463db44e43d0c597

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [0ac7f6120eab04a95185342e935c0bbca4d8cc43]

        Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svx
        
        Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [d0144bcb8899845982a8172d870f337533adaf35]

        Resolves: fdo#55807 crash in tools->outline numbering
        
        Change-Id: I4233fa63d49ed0a3ec3de7fe04eadead9fa7d1bf

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [639c256dc5f4694b7204773ea4661084289c8b81]

        loplugin: markup some more suitable classes with SAL_WARN_UNUSED
        
        Change-Id: Ia89ef962aed9ecd1e907c9f46e2f05a7018ca8a0

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [2dd0712a125a8dcdb5510bc36f06d103d6abdf58]

        loplugin: unused Strings
        
        Change-Id: Ie9c888a48716e4bfd24ae78eef5f6e4a54dd1810

2012-10-12  Caolán McNamara  <caolanm@redhat.com>  [5551d2776dbfa921d5520e8b09bf5caf4649a545]

        handle ui-previewer on .ui in cwd
        
        Change-Id: If13c5494ffb960e943fa8d2c99f2da28b5f95736

2012-10-12  David Tardon  <dtardon@redhat.com>  [4ed91fd1633e90b8d1f872aa7ed023431958bd23]

        do not play stupid games with jpeg vs. jpeglib
        
        Change-Id: I72ed637ecec5aff7528ff724b2665e22650c224b

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5c635140c7aa4b31d23ea96c8d10be3b3a44d8f7]

        Put typedef inside class scope.
        
        Change-Id: Ied6b5c1714b23a7f64b5b8271979deb21350f76b

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a19b6e4149cf264846d7c67f22f496619b70d65b]

        No need to keep this method.
        
        Change-Id: I5152c6f2888919a6b495bdcf1da7d797d1b1232e

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0f2185477af437cc7220e2a050bed4eb4a13665]

        These can be private.
        
        Change-Id: I960477a220db813e86c40008bc9e3ed7ed460595

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8f8212536f6c35546447f1254639d02572f68ecb]

        Less friends.
        
        Change-Id: I40410e401d9edd23d62ee12a9b8076d473d5cd29

2012-10-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [98a77cef93663a0ae41dcc2c2858b418aeaaa40e]

        Hide (part of) the implementation.
        
        Change-Id: Ia750cb1a6234ff3566728b9e22def65febed4f5c

2012-10-12  David Tardon  <dtardon@redhat.com>  [df2ea4409945051733979b156f9cf9f52b35b0c5]

        deliver jpeg headers too
        
        jpeg is used by dmake module gdk-pixbuf, so the delivery cannot be
        bypassed yet.
        
        Change-Id: I92d71c6807535b8f4fff75d62fc417d437792e33

2012-10-12  David Ostrovsky  <david@ostrovsky.org>  [de8808f03719f793da5452e2ccdabfbf81492ac8]

        gbuildification of jpeg
        
        Change-Id: I466f13f1132103bc20b9918411a54fd3106f4553

2012-10-12  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b19ff316441fb2d1f0537e008ea8b6fdec307224]

        fdo#45651: gtk: fix text color with dark themes
        
        Change-Id: I959b7791151fd345c250016ae8ad315a4615a871

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1dfc4542377cb427945a9461da6fffa7d3742884]

        Remove this boundary comment.
        
        Change-Id: Idc7c252a273dd600e05742f075c84421e0ffb23b

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d1ce7aaa5ac3c8cd851826d6164db93a9a486609]

        Re-organize the data members of SvTreeListBox.
        
        Change-Id: Iefe8182dc20f22fa65299d9253fba3830cd1a9c5

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b9640634d0cf698dba1c07d9c89a6246360df792]

        Let's make these calls explicit too to prevent infinite recursions.
        
        Change-Id: I9671715ce9ed06b032cf236e843c9ea0f09513a9

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e1aab195e3c8f0d592d522f0a8b1ebc08cf8e195]

        Prevent infinite recursion during make check.
        
        Change-Id: Ib807c54195c867d5f54e48ae2a1fe7694dfa4882

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [121e93215f157fd8c05812829a65d86a23a56747]

        Another crasher.
        
        Change-Id: I36f537618ae04e651e98fd9e9b0f4cf170faac33

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9de0d5c43eefd1b4a7224a649c96f1b2b296b88f]

        Fix another crash on exit.
        
        Change-Id: If0f26e2e81e7f22c63b5eaba1e51bf10a7d3b603

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [beae1309b98510d2a1dc8f58a287881560ee1a7f]

        Fix a crash on tree list instantiation.
        
        Change-Id: Ibef33f15223ba568a2626c74f102ecc022a3ab13

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ac7acb0ab1329913b0cec79790adcde0263960be]

        Merged SvTreeListBox and SvLBox.
        
        There is no reason to keep SvLBox separate.
        
        Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8

2012-10-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ddf31912ddb5573a085b8601669cf31bf4b1f690]

        Avoid sub-classing from std container, especially for this.
        
        Use typedef instead.
        
        Change-Id: Iafdcdba8cdf77836542141dce0fdcc34e88db210

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [586895f8fa09e006a4cbef31f675585a5b6e42e9]

        loplugin: more unused OUString and misleading indentation
        
        Change-Id: Ic21ca9e14520f4f16c2d665a07a79ee1a46ab91d

2012-10-11  Miklos Vajna  <vmiklos@suse.cz>  [e58a179e9059665c1d195635a0148ca7370bbc04]

        fix sw_subsequent_ooxmlimport after df99bb3
        
        Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec

2012-10-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ec14fbd00bf39f26625b219781debaf98670c81c]

        Correct misnomer in vclmedit.hxx/.cxx
        
        Originally vclmedit was in svtools and during
        moving it down to vcl sv prefix was not removed
        everywhere.
        
        Change-Id: I7693a33f59d9f31b00f368ad992f86b3fce3a984
        Reviewed-on: https://gerrit.libreoffice.org/859
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-11  Xisco Fauli  <anistenis@gmail.com>  [c043062913167ef2dece0fc243a90bb86c32868e]

        pywizards: This code does nothing but an exception. Delete it
        
        Change-Id: If35b68073210d7da368a96623853c3d68d8425b5

2012-10-11  Thorsten Behrens  <tbehrens@suse.com>  [df99bb3d0de567fa34f7f6edfca4f736abb0efa2]

        Fix fdo#35278 - don't generate hidden primitive rectangles
        
        I'm really rather certain we don't need to generate those
        non-stroked, non-filled rects in metafiles - at least not for the
        slideshow. The comment states otherwise, alas, there's no further
        explanation in any referenced bug etc.
        
        Change-Id: If7040b46900ea32515f29cf371897a693858b100

2012-10-11  Miklos Vajna  <vmiklos@suse.cz>  [5ef0f1dc9a70c20fe6879832b782a0c34724353f]

        fdo#55493 fix RTF import of specific PNG image
        
        The image was special in that the resulting Graphic's
        GetPrefMapMode().GetMapUnit() wasn't MAP_PIXEL.
        
        Change-Id: I681e344a042721b99f6cb2e599f9c65156d219a4

2012-10-11  Matúš Kukan  <matus.kukan@gmail.com>  [1d1d1b463dd324437f7dcadbcf8f69377ff3fede]

        unowinreg.dll is needed on all platforms
        
        Change-Id: I55771733baee432d2ccf75df012552eb2d035acd

2012-10-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [c6b26144c93aa5222e4260c5b0ef45ce5bdc18d2]

        Use isFuzzy() instead of getFuzzy()
        
        to make more obvious its aim
        
        Change-Id: Idc98ae8ce2218c9d387c4f2cb6e4d5603b56aab3

2012-10-11  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [471f2fc3196be0e52ac4ac1ea49f760accd9d4d7]

        Use MsgCtxt, MsgId and MsgCtxt
        
        which are fit better to concept of po.
        
        Change-Id: I772e691465351b1492bdb756fc67e3a9de265c25

2012-10-11  Matúš Kukan  <matus.kukan@gmail.com>  [c5ac6a71f40a2dd75dde0ea63b08e4f698718a68]

        sort ooo.lst.in
        
        Change-Id: I1fc1908d188589e4437bd287967c6df9d402d17c

2012-10-11  Matúš Kukan  <matus.kukan@gmail.com>  [a58f677fd2a84afe50b95472031d749db4d5d302]

        ooo.lst: use more variables
        
        Change-Id: I478996c43d069648241d8c5cff64ff78b9230154

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [c08c67c8a02f88413deb78d7b136ec03cf0ef618]

        add a get_label_widget to VclFrame
        
        Change-Id: Ia0561a5f185878342b15be54c6147aa1c81fa9ef

2012-10-11  Michael Stahl  <mstahl@redhat.com>  [f935d4b8bd9358dbe9160693622fb77e7b64d639]

        Makefile.top: move compilerplugins dependency to bootstrap
        
        ... as it was always causing ./bootstrap to be run on "make module".
        
        Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d45feee6148ed947cae41ae1742361dd50b7c9c4]

        CMIS UCP: fixed crash when cancelling authentication dialog
        
        Change-Id: Ic7d8382df31e7489497a6bdb14bfa8c6317f11f4

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c767f82403635221af58998a3265e38e8d19e76d]

        CMIS: Implemented the CheckOut button of the InfoBar
        
        Implementing it needed:
         + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel
         + Moving the CMIS properties loading into a SfxBaseModel private method to
        factorize code.
         + Adding the SfxInfoBarContainerChild registration in all modules
        
        Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0c0e5c82c7d9fb790d0894c28af5cff99d71a910]

        fdo#54094: Add a space in sw outline tooltips
        
        Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9d9eb583f56ed494a8574a2e7677fe66aabfd6c7]

        CMIS: Show an infobar when the document isn't checked out
        
        Telling the user that the document isn't checked out is pretty important
        as it may cause troubles for the Save operation later (depending on the
        server policy)
        
        Change-Id: Ia101d37cc6266170914ae2cbd90accea1f377f60

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f5a84d8c1a44d82f2ca96a3d219a4cb05ab71a39]

        CMIS: Provide the CMIS properties in the UNO API of documents
        
        Change-Id: Ieb48f615a80e1fa2d49b4efada1f8f9fc4349c29

2012-10-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [97aa108f2b595145d63b00d515489030a849957e]

        InfoBars: first implementation
        
        Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [b66a72cba2f38c3ddc9e7c91a1afd5d8a2279ed8]

        loplugin: markup the POD tools classes and UniString with SAL_WARN_UNUSED
        
        Change-Id: Idb0636772e4c93d25259487a130720cb62cca5af

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [6f1bdda2d26dc26f91fd327c82bc7d4b9ee6ab92]

        loplugin: more unused OUStrings and so forth
        
        Change-Id: I4f3a51e1fd3ddca9442022a7134306fbf32e13ae

2012-10-11  Noel Power  <noel.power@suse.com>  [71ada2fb20cdb1741767165948a2856b4198c700]

        regression test for fdo#53814
        
        tests sorting when cells in sort range are referred to by other formula cells
        
        Change-Id: Ic7b0d9e11193fc09d97aebd54cdd84210bd09061

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [458d68fffa883bc706638299e5a5b2d1399beb0d]

        kill this hard coded sheet limit for xlsx import, rhbz#864858
        
        Change-Id: I8fe6523afb11e5b24b8c83784e1198e8c694922a

2012-10-11  Michael Stahl  <mstahl@redhat.com>  [9015ecfc1a9d05ac6d8917be7f9a2cb1d0b1126b]

        configure: blacklist gcc 4.7.[01] for -std=c++0x due to ABI break
        
        Change-Id: Ibb1f0d61649fe6ebfe48a76177c207da6644cd84

2012-10-11  Martin Hosken  <martin_hosken@sil.org>  [f0d1a2e9927243bf650e280af9d9dcdaca8b603e]

        Update graphite to 1.2.0
        
        Change-Id: I768df17c12e918a39e2011e3ce639e0c4ac4d451
        Reviewed-on: https://gerrit.libreoffice.org/780
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [60a93729c95d31edab50a905236faa9e38a81556]

        Resolves: fdo#48569 crash on export to .docx of inline anchored frame
        
        we're currently deferring to the end of the text node to export
        the contents of frames. If its anchored as character then the
        sw::Frame (which is allocated on stack) has gone out of scope
        so this pointer points to junk. Copy it instead.
        
        Sill need to export frames property at some stage.
        
        Change-Id: Ib9f8c6857ce1afe6acba84986b692139e44a7aad

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [d8628e87e989668ade0045cfd219912c1579b27b]

        we love you 32bit sal_Int32 as long
        
        Change-Id: I006bceae3d05d2c014beae2127ad8a57c9bee353

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [0ccf0b968d71c56fef9a848d541c42223db8f8b8]

        loplugin: misleading alignment of else if
        
        Change-Id: Id952fff88408bf47be9c255358a14c12c930abd5

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [b5c3743c7b412bef17be019e39e3fb09e9b9cca3]

        drop SwTestPasswdDlg in favour of SfxPasswordDialog
        
        Change-Id: I05b44c23cb38d89c7997e06634651325301ffbd8

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [1a3a787766842751b1f9013ac7f0be3633284f75]

        import password echo char setting
        
        Change-Id: I36a82a8bb915e72a191787a2e44f9bd814271ea1

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [f2734389f517c1f99eee2346ae9d2104cc7de842]

        XubString->OUString
        
        Change-Id: I15f229010254a51ee485479e8fb751375f288da8

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [7d044841e88d2413c19715a290b3d7a2ba6d099d]

        loplugin: misleading indent
        
        Change-Id: Ia3c27c2b2e869af09557ad50e51a65894943947a

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [eafa9394cb6078dee57aff3f7ecbd19ef1af5bce]

        add ellipsis to Floating Frame because it pops up a dialog
        
        Change-Id: I2fe888e79cf1a2ac56ed6115f3548c012b670d5f

2012-10-11  Muthu Subramanian  <sumuthu@suse.com>  [bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8]

        n#778854: Fixes quite some issues with bullet points.
        
        * Properties needs to be combined before applyed.
          Rather than applying them separately twice.
        * ParaMargins set to zero wrongly rather than boost::none
          This caused its own set of problems.
        * Hack: Push default zero to tabstops. This makes impress
          calculate proper values for tabstops using leftmargin.

2012-10-11  Miklos Vajna  <vmiklos@suse.cz>  [e2c481db7b905305128e733bb1fc8d0ad8cadbf5]

        n#783638 testcase
        
        Change-Id: I6b6093ba1e6961e421ac9754fdbdea9ba63eeda0

2012-10-11  Miklos Vajna  <vmiklos@suse.cz>  [3d7e168a2a43c2414b0633379102ddb29437e75b]

        n#783638 DOCX import of wp:inline's distT/B/L/R attributes
        
        Change-Id: I181fcae021eed07608b06744b469628e4d78ccba

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [d7cdef2c49b9c13f8c726d1067ed5cf3cfd38746]

        VCLMultiLineEdit->VclMultiLineEdit to align with other new widget names
        
        Change-Id: I97b7459b9c5c680d624234e8c51a5997a02fd5f7

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [258483a58e49733b80745ffd97ba5b27a125da19]

        convert insert plugin to .ui
        
        Change-Id: I229b152ba132329ca20cff0afd4f84e1c052b97f

2012-10-11  Jack Leigh  <leighman@gmx.se>  [f9775fcbe8454539ddb0e0576159c2e609b03b0c]

        add insert plugin .ui
        
        Change-Id: Ic84e65debd25fef68cd1e2b1b801da68fa79219b

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [e38d9aa925c85efb924666c55dd2533c7d34788b]

        add a stub ScrolledWindow to store scroll properties
        
        e.g. VclMultiLineEdit manages its own scrolling, so just
        store that info in a dummy ScrolledWindow for now and
        set the scroll window settings onto the VCLMultiLineEdit
        if it has a scrolledwindow parent
        
        Change-Id: I8f7282e1348aa4e9ff77cce384dcc367b17bd3b0

2012-10-11  Caolán McNamara  <caolanm@redhat.com>  [e70cec4a4264987720f9b42a72a13fa1f84fde6d]

        callcatcher: update unused code list
        
        Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590

2012-10-11  Tor Lillqvist  <tlillqvist@suse.com>  [ef8b17930977c5a8141386839e9d4c1dfe3e2d65]

        Be consistent with surrounding code
        
        Change-Id: Ice88c3912c2fd0d99156acaa8e15518acab3b55b

2012-10-11  Tor Lillqvist  <tlillqvist@suse.com>  [62fddc0c00c8e960642d2c2a426852f77147ce2e]

        WaE: 'fn' may be used uninitialized in this function
        
        Change-Id: Ib918bd537b30fe5dc48396fc7e952147003e3b19

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [132740681c7412f4d678ff0768b9807502525f76]

        only access first element if vector is not empty, fdo#55734
        
        Change-Id: I60db486195e7216968dc8c7c7c0c79fb7e8c1b88

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [82bba1a2b3b8274f8282c8c8b4ab31857a1e60b6]

        Drop confusing comment
        
        Change-Id: Ic702abecf1bd21893bd5d4dee532d2e342985e6e

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [b9bef032ce65ac392a9d73e6d548496719869f32]

        COPYSO should not be used with DISABLE_DYNLOADING
        
        Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [5476c14de5701478b2c36ca170ec4d713be18612]

        Adapt to disable-dynloading style
        
        No need to load any native libraries here any more.
        
        For now, using the same native-code.cxx as over in ../DocumentLoader
        works. In other words, we end up with the same code in
        liblo-native-code.so. This will obviously change if/when the UNO APIs
        that are called start to differ.
        
        Change-Id: Ia47ce833c5a290a93986005f92e981c89f63bf71

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [3a5d6a9ac395a0fa86d1ef0965ecba573513f19b]

        Just use the wildcard function to list all the libs
        
        It doesn't seem to be any slower. (Note that we are *not* using
        -Wl,--whole-archive around these libs so it won't link in them in
        total, but only what's needed.)
        
        Change-Id: I2cc090562fc910d3375c6293f1f4358c68a6f9f3

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [cc61d191cbdc673b218a29fc158826d6cc9bfa0d]

        Merge (manually) change from master
        
        Factor out the common part from the ANDROID_*_GCC.mk files into an anrdoid.mk.
        
        Make the DISABLE_DYNLOADING-specific bits conditional.
        
        Change-Id: If41065fbc096dfae01819ac8fabf4b21e95545ca

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [96ee8e4dce03d56b9133d91fd9f178bae479ec21]

        More libraries
        
        Now the DocumentLoader test app seems to work like it does with all
        the separate DSOs, knock on wood. The only "attempting to load unknown
        library" message I see in logcat is for libspelllo.a, and I
        deliberately don't have a mapping for that. A viewer application
        presumably has no use for spell checking. (I do link in the
        hyphenation stuff, that affects rendering, and we want the rendering
        to match LO on the desktop.)
        
        Change-Id: I1ad9eedf352eb0af1187bdfdc71f8f1754912600

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [6848bcf6e4c19bfbd790e52c76f0b204734238f1]

        More libs
        
        Change-Id: I7921ac41a31f545a74ec2981dda9c30f40d4b4d9

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [5b195fbcf7a441aeb193f6abd08b877e580938e0]

        Even more libs
        
        Change-Id: I055b3d1a3105475883283c32a46141c38ed350fa

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [93bff92a58a252d7def0c0964dbb6e8441aac27f]

        Unset HAVE_THREADSAFE_STATICS for Android too, for now
        
        The code generated by cppumaker in the comprehensive case is in fact
        broken, says sberg, and this is a way around it until it is fixed.
        
        Change-Id: I0a3950d28e39a83f293f04fad9e0be80e131e3e9

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [d1006596f24dca0186192904200b422d4df15777]

        Update library names for DISABLE_DYNLOADING
        
        Change-Id: I2b5e4abdceea25180c9caafabc49c22077016a05

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [89372ae703dbebd1140c816a23dd6881eb4861b7]

        More libs
        
        Change-Id: I4f717cfdf8e13044931e6820cc9fe6f74fc8aa7f

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [8ede8ee2ce73a2495b011075a2c7281f3739268e]

        Some more logging
        
        Change-Id: Ib901de4a10cb18ce8e1f5d0293c61ab0eed2a4e8

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [c11a906a673762e5a3657d56d119361a9134794d]

        More libs
        
        Change-Id: I83214fffadf68c6d92e129fd8f89f671fd9bc1c2

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [1c84d69b18abebb141119810f4f3e47378765753]

        Make a function static for deduplication in the DISABLE_DYNLOADING case
        
        Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [925b118a263885fc35ba7036c6d4cb3c0f18fae0]

        More libs
        
        Change-Id: I2ea26d46f22620d567a23412d7780a95e2715af2

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [602f93da371efc727aabe051cc1b67e8e0f88157]

        Link in more libs
        
        Change-Id: I5e016a061ea4206966757cda2d6681617b45b550

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [8ab89346ba711a3b18ed63ae5e8f61b0451ff9a2]

        Add some more components/libraries
        
        Change-Id: I2dba9bceee4c68b551ed8ed9239e93ea9ae93117

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [4b7e701024219be48b7f8154a508c79cb0a6fdc1]

        Use DISABLE_DYNLOADING on Android
        
        IN this branch these changes are not conditional. Unclear yet whether
        this is what we finally will want to use or not. Maybe should make
        these changes conditional and do this stuff in master instead?
        
        Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [b62bead21d0c956a7da239931069b7e972bfbaf1]

        Revert "More clash avoidance for DISABLE_DYNLOADING in general, not just iOS"
        
        Not needed after all, at least for DISABLE_DYNLOADING on Android,
        instead let's use the weak attribute for the problematic data.
        
        This reverts commit 769f3957c5c72f2952d6b8d0d1d811a6b19226ad.

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [3851616b3fcfd8dc7043908e650e881c367d064b]

        More clash avoidance for DISABLE_DYNLOADING in general, not just iOS
        
        Change-Id: I1995d68a654a7eb56a46241ffa8946ce1e52761a

2012-10-11  Tor Lillqvist  <tml@iki.fi>  [97f27e2cdadb28dc249806effd33c58811a0ebc2]

        Include android-bootstrap.h for Android
        
        Change-Id: I022f7d450f66e1ff0fb4e4aedfebc16b83ad32b9

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27f1ba57e21df720553b2a8b321c2d0af58bc9f3]

        kill RefEdit constructor that does not initialize the highlighting
        
        Change-Id: I5c277526fdf376bfa96466e25975388edc3c7950

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21ccb6b4d93282fbd93d6764ae29e0f1af7b2f68]

        fix the highlighting of the range in the pivot table dialog
        
        Change-Id: Ied6b4e562fad652c3fdb3ad7c46b6b40684a4dc9

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [96cf0a4e97a8725b59d8746192c6e4888a1314b8]

        the formula ref edits need 3D references
        
        Change-Id: I360d8244f6b8feee862e9e750859271b741dcf93

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2134399f0e462fb6721f20c58fcd8470110ff875]

        lock table only for the range edit field, not for the formula ones
        
        Change-Id: I08880d97d880227cb47d929701e666a49aad5c57

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68a60bc98a6ad2467a17a917881745cf9310e90f]

        dat bars should use automatic as default
        
        Change-Id: I67fe25cb62d701d7267932923e94f10e44853ac4

2012-10-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4f430074cfce0bda32dddfb4d0251ea5aec83ab]

        allow ref edit fields that are not direct children of the ScAnyRefDlg
        
        Change-Id: I966b67b9f62a8c1c3b9dc3394befe48358cbd34e

2012-10-11  Thorsten Behrens  <tbehrens@suse.com>  [7d122d0cef4ecdeea0d11e619ec77aa7431344d9]

        Cleanup svg export namespace handling
        
        All smil animations are inside the http://www.w3.org/2000/svg NS
        for svg - ODF places e.g. animateMotion into smil, their path attr
        though into svg. Flattened namespace now into only default (svg) and
        the ooo prefix. Killed all superfluous NS decls, creating SvXMLExport
        with EXPORT_META only adds XML_NP_XLINK, XML_NP_DC, XML_NP_META, and
        XML_NP_GRDDL to the known-namespaces map.
        
        Change-Id: Ib54900aaee0eda3a5c5dc618d836df8bd8eb25fc

2012-10-10  Xisco Fauli  <anistenis@gmail.com>  [4073a5b91605163cda9d3bdcb3c048c70b23b0ff]

        pyfax: Make toggle buttons work again
        
        Change-Id: Ie408274ffea5539568fb98c44fa993d3de14a2d6

2012-10-10  Matúš Kukan  <matus.kukan@gmail.com>  [274c28a15cc07ed1f4a95a81f7e5edf343028e46]

        odk: try to fix Windows build
        
        Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9

2012-10-10  Matúš Kukan  <matus.kukan@gmail.com>  [5fe772a23f7de0a75849fa6d770a1ca6dd00bdea]

        tubes: use only one test method; and also setUp and tearDown
        
        Change-Id: I48ae990a870dc6e5c56e901485cb142b51426637

2012-10-10  Matúš Kukan  <matus.kukan@gmail.com>  [1ad0aef2ab81eeb96396bd0bce1203f3f6e681af]

        tubes: getProcessServiceFactory does not return NULL anymore
        
        Change-Id: I3e5e2e2c826a732028c1ffc32b9620d22c3409d1

2012-10-10  Matúš Kukan  <matus.kukan@gmail.com>  [6f543a4309115008cf5b5b40eea0fe4dab9eb5c5]

        tubes: just hardcode the url
        
        Change-Id: I587d83221c702571cdfe4310b27adff1cc3421c1

2012-10-10  Matúš Kukan  <matus.kukan@gmail.com>  [19e0289eb7a8fc05e40217a2dbf9eed1be071b59]

        gb_CppunitTest_use_api is special
        
        Change-Id: I5f4f1a5b78333aa294c334870412599f76573aef

2012-10-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8a3ee4e765d4cf849ba0dae811789d633823573e]

        Move GenPoEntry out of header
        
        GenPoEntry is part of implementation rather than
        an autonom class thus its place is in cxx file.
        Because of pointer members we have to override
        copy constructor and copy operator.
        In PoHeader class these methods are unneeded
        so make it non-copyable.
        The m_bIsinitialized member's meaning widen with
        that m_aGenPo points an object. So check it not just
        in getter but in setter methods too.
        
        Change-Id: I26ebb885c81d14820076e0d46625c60cc1cf7984

2012-10-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4266d4e9489ecf16ed336a1498cc9e81d9b3ab1f]

        Remove a flag that nobody uses.
        
        Change-Id: Ia18640961e43de28ee08b43358483029db966987

2012-10-10  Noel Power  <noel.power@suse.com>  [44e8a8240a3a1cce747f1998e617f8dd4621a992]

        fix for fdo#53814 Revert "there should be no need any more for this check"
        
        This reverts commit bea018a7040c36e91487b27c7b59c6c8a970bf5f.

2012-10-10  David Tardon  <dtardon@redhat.com>  [76987f83c84b4cc7163f9065a7eed219eefa39a1]

        replace findsofficepath.obj by static lib
        
        Change-Id: I652ac46aec72a92667995353efa637f0a2310672

2012-10-10  David Tardon  <dtardon@redhat.com>  [3e86d0b174ba08d62a9f9009ca4eeac24f7c1aa9]

        drop unneeded includes
        
        Change-Id: I7c5a6ce78883cada11082d7fbe3e78cef3d6a5ae

2012-10-10  David Tardon  <dtardon@redhat.com>  [8d374508953f237b51e70e5047d5457559740ab9]

        add missing dep on tools/diagnose_ex.h
        
        Change-Id: Ie3a1e9043470f22d04d841f994cd0ff1d05868cb

2012-10-10  David Tardon  <dtardon@redhat.com>  [c60b8ab88a8c65f4db4f90494373c438c97cd8cf]

        add missing dep on sfx2 headers
        
        Change-Id: I93b48313501f97c9934b1a7368e289e9a3ca5a76

2012-10-10  David Tardon  <dtardon@redhat.com>  [cc76e1d7e1e48eefd5cb38db56bc63da8bd4234f]

        drop unused #include
        
        Change-Id: I45d565fb800627cbb33ffc45c45e8f9b8e60e2a6

2012-10-10  David Tardon  <dtardon@redhat.com>  [31828c94034bafa41beb443632a3f70600185a47]

        add missing dep on ucbhelper/macros.hxx
        
        Change-Id: Ib2bd5f44580ac1e6da2f2494c23adfa098694449

2012-10-10  David Tardon  <dtardon@redhat.com>  [81649fdf41776c7416b8d34511be84416ae0468f]

        drop unused includes
        
        Change-Id: Id061f9bc09e791308ebcc908092f921a2b309566

2012-10-10  David Tardon  <dtardon@redhat.com>  [1bdd178237bb7a80577fc670bfe285544c6375ea]

        drop unused #include
        
        Change-Id: Ibba81e9e517dcc33a7c25fb803ef46a496e20a97

2012-10-10  David Tardon  <dtardon@redhat.com>  [46b638ec55376dc59aca80d5faceb634fbcdadf6]

        add missing deps on headers
        
        Change-Id: I6fd8da6a07506cb91b43ea8176893a33d60fc07d

2012-10-10  David Tardon  <dtardon@redhat.com>  [f4cc7a95be373302e0540261a6f8f3174bae999e]

        add missing dep on svl/solar.hrc
        
        Change-Id: Ie3087a00e4aa537763fe36b1b96d644606e547b8

2012-10-10  Radek Doulik  <rodo@novell.com>  [e1d8f611021d04a0f48101d8416bd0f1ff3eb07c]

        fix text rotation for txXfrm element, fixes n#783433
        
        Change-Id: I82a14170ce8d58184b1a86f7fc0f9e9d93238c92

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [40796af946498d7fb69396dc7b07be40790863df]

        map GtkTextView to VCLMultiLineEdit
        
        Change-Id: I05c4b4d50400035a2542e375a773ed6d867187e6

2012-10-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [06175e8b19625cb5a43b1ae5ae63e419cee7e053]

        Correct lngmerge not to work with eof
        
        Change-Id: Ibf80a31ea2c03ff2882e71a45acb71d9c9a16482

2012-10-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a76c979c1771566e806db67e44f387bb68b862cc]

        Delete WhiteSpace member of GenPoEntry
        
        This member allows us to use more
        kind of whitespace between po entries but
        we use one end line everywhere so this variable
        is unneeded.
        
        Change-Id: I4e3c9040ca73580fd01484bb91325a9df04cb4e4

2012-10-10  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9ebb37f39bb85b1b900916c54ffd4e82f79186a0]

        Relocate KeyId to PoEntry
        
        KeyId is PoEntry specific attribute rather than
        part of GenPoEntry. In GenPoEntry it is just
        part of extracted comment.
        Four character long helptext/x-comment can lead to
        incorrect behaviour during file reading.
        With checking it in sdf-po constructor we can prevent
        this kind of po comming into existence.
        
        Change-Id: I48cc8f34d2c1ca8b86baea25384f5b697f16dd66

2012-10-10  Michael Meeks  <michael.meeks@suse.com>  [940db0cb1b3d0c4c38493c002cff2ad24f59afee]

        more icerun annotation to stop parallel java builds from exploding
        
        Change-Id: Ie05eeb89e79663674e223339918239facf49603a

2012-10-10  Luboš Luňák  <l.lunak@suse.cz>  [994ec9638027fdb1dd1afea9a3cb229b5ab900d6]

        avoid unused variable warnings for vars used for RTL_LOGFILE_CONTEXT_TRACEx
        
        Change-Id: I8847192f61b2fca696a1ec6fbad65026e1ffdb43

2012-10-10  Michael Stahl  <mstahl@redhat.com>  [bd4727567414d469896d7aaf7ee9a823c987e3d1]

        SVGActionWriter::ImplWriteActions: indent that
        
        Change-Id: I6ae6d96f88df813172017bafe1dd883c7b871c9e

2012-10-10  Tor Lillqvist  <tml@iki.fi>  [38968e2963302e650b718e5882ef85ff12f71e40]

        WaE [loplugin]: statement alignment
        
        Change-Id: Ia09c74e02d261de5946e6d7e0530a7913e0bcb8d

2012-10-10  Michael Stahl  <mstahl@redhat.com>  [1a969ab932a4d76eabdb867dbc267fece3429ef8]

        SVGActionWriter::ImplWriteActions: fix debug code
        
        Change-Id: I770e72673d794b4e3e52a199a05f018558b8a3c4

2012-10-10  Jack Leigh  <leighman@gmx.se>  [fef9d3090f7abd4371e7b7da61a5f959c208f0c1]

        fdo#48873 clean unused icons
        
        Change-Id: Ia797808dcee0cee53f72c5bda62297130e04e85e
        Reviewed-on: https://gerrit.libreoffice.org/850
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-10-10  Miklos Vajna  <vmiklos@suse.cz>  [7476fa6ec224824ff07d9daec4852a7c4bf8ad93]

        writerfilter: these can be static in ConversionHelper
        
        Change-Id: I2436a884627c4f9b112086cb7ca1a096093ea3f6

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [d814448c41c1095f32be95c67c887ec0db17fffd]

        put the test and the thing to be tested inside the same if condition
        
        Change-Id: I0bb23749cd74797838fe45ef6e739f75879eea6a

2012-10-10  Tor Lillqvist  <tml@iki.fi>  [fce309fcabb546b0814ad41e80da48d3ff2448c6]

        No mork on non-desktop OSes
        
        Change-Id: Ic9391a020915cdb794434d8728bad1bd64dd20c8

2012-10-10  Thorsten Behrens  <tbehrens@suse.com>  [aa1927dc257b52edf96de220cc3797e02c83a0ae]

        Make svg export use slidesorter selection in most cases.
        
        There was code previously that took the current selection, iff
        Impress main view was in slidesorter mode. Extended this quite
        helpful functionality to also work in other modes (as long as a
        slidesorter pane is displayed & has up-to-date selection, it should
        work).
        
        Change-Id: Ibbfe630a4ca31aa52978501745c2eef0d79fb8e3

2012-10-10  Thorsten Behrens  <tbehrens@suse.com>  [7f69b4a5310667378fcb127795654f410dbaa7c6]

        Don't (indirectly) call virtual funcs in ctor.
        
        We're not fully constructed at that point.
        
        Change-Id: Ie80874c57000481c4eaa8d71118c8be6f0059164

2012-10-10  Thorsten Behrens  <tbehrens@suse.com>  [d32ee009e07a98e54237872263eeb53d4812e805]

        Don't assume we're exporting Impress to svg, unconditionally
        
        Svg export is also used on Draw documents, which do not bear the
        transition properties. Guard accordingly.
        
        Change-Id: I2e4a5d478a8de8621265a0d1de16bd60b1f47cc1

2012-10-10  Thorsten Behrens  <tbehrens@suse.com>  [f64457b19cea3c16c0a53f1d98134d48833ef4ed]

        Define ooo xmlns prefix unconditionally for svg export
        
        Plus some commented-code cleanup

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [a6eb00438d5ae8555a71b4cf79caf3b3c2fe1b77]

        Bug Fix: background objects on master pages were not stacked in the correct order

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [3bf528b4dff743b604a84ff7d02066e0d4f2a145]

        Bug fix: fixed date/time fields were not exported correctly when positioned chars are used.

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [83be76cab18745ff1f8b8343a2fd53a7d13194ad]

        IsUsePositionedCharacters() tries to get its value from filter data passed to SVGExport ctor
        
        Now IsUseTinyProfile and IsEmbedFonts methods are depended by 
        IsUsePositionedCharacters

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [8c673fa8af0ac7419b6b6d03621d91d44a87ca7a]

        Now debugging code is conditionally compiled and JavaScript debug log are turned off.

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [f77bd4a7c83e8d84655f4e3a4f3c6c44a735053e]

        some improvement in making text animation compatible with text selection

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [df9a436a85fa281cd53d46fdb832965d36aa9135]

        Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.
        
        The implCreateObjectFromShape method of the SVGFilter class has been modified in order 
        to handling bitmap meta actions of type META_BMPSCALE_ACTION for each bitmap 
        embedded into a text shape.
        
        The implCreateObjectFromShape method of the SVGFilter class has been modified in order 
        to avoid to generate an id for empty text shapes.
        
        The MetaSlide class has two new methods for collecting text shapes from the text shape 
        exported index and hyperlinks. A new HyperlinkElement class has been designed for 
        handling text portion with an attached URL. The routine handling mouse click has been 
        modified in order to interacting with the EventMultiplexer instance belonging to the current 
        slide even when no animations are exported. All that let us supporting both web links and 
        local links to slide belonging to the current document.
        
        The routine handling mouse click has been modified in order to avoid to start the next effect 
        or switch to the next slide when there is a text fragment selected.
        
        Now when the user selects text or performs a right click in order to copy the selected text no 
        further action is executed by the presentation engine. When the left mouse button is clicked 
        the previous selection is discarded but still no further action is performed by the presentation 
        engine.
        
        The implCreateObjectFromShape method of the SVGFilter class has been modified in order 
        to avoid of adding to the group of embedded bitmaps those bitmap belonging to XShape 
        object convertible to XText but that does not contain any text shape meta comment action. 
        Now a meta bitmap action is handled by the SVGTextWriter class only if the action is between 
        a meta comment action of type XTEXT_PAINTSHAPE_BEGIN and a meta comment action of 
        type XTEXT_PAINTSHAPE_END.
        
        The writeBitmapPlaceholder and implWriteEmbeddedBitmaps methods of the SVGTextWriter 
        class have been modified in order to change the way the id of the <use> elements that 
        reference a bitmap is created. That has been needed because when two <use> element 
        referencing the same bitmap and embedded into two different text shapes but placed at the 
        same position (e.g. for instance when they belong to different slide)  they got the same id. 
        Now the id is built by prepending the meta bitmap action checksum with the text shape id 
        followed by a dot.

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [dd188c470acbd6151b4ed6b71b194ed0bb3c2685]

        Now MasterPage text fields work, list items are detected correctly,  some effect work on text.
        
        Date/Time, Footer and Page Number text fields are displayed correctly again. 
        
        Fixed several bugs related to synchronization of the two iterations on both meta comment 
        actions and text paragraphs/text portions enumerations. At present list items inside a table 
        or an OLE object are not exported correctly.
        
        Enabled support for animating text paragraph. Both entrance and exit effects work on text 
        shapes, on the contrary there is not yet support for emphasis effects such as changing font 
        color and font properties. At present it is possible to apply an effect to the whole paragraph 
        only, no support is provided for by word or by character effect variants. Another weak point 
        of current implementation is that if you try to select a fragment of a text shape and in your 
        selection is included an animatable paragraph the selection is not correct.
2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [b76628acb1ae4fc06f8c1b70ec2e0cf39356deef]

        text export support for bullets and hyperlinks
        
        SVGFilter:
        - new:
        implExportTextShapeIndex, implEmbedBulletGlyphs, implEmbedBulletGlyph,
        implExportTextEmbeddedBitmaps
        - modified:
        implExportShape, implCreateObjectsFromShapes, implCreateObjectsFromShape
        
        SVGActionWriter:
        - new:
        GetChecksum
        - modified:
        ImplWriteActions, WriteMetaFile
         
        SVGTextWriter:
        -new:
        implExportHyperlinkIds, implWriteBulletChars, writeBitmapPlaceholder, 
        implWriteEmbeddedBitmaps, setTextShape, implRegisterInterface, 
        implGetValidIDFromInterface
        -modified:
        nextParagraph, nextTextPortion, startTextShape, endTextShape, startTextParagraph, 
        endTextParagraph, writeTextPortion, implWriteTextPortion

2012-10-10  Marco Cecchetti  <mrcekets@gmail.com>  [5626e723945eb39ed211a26ba5386ee486b8a4e8]

        text-export: meta-action based implementation

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b44ae0a5b20b7e4392d7f034207ac20a888d5ae]

        also support formulas in the data bar dialog
        
        Change-Id: Ie86f935280667c8d9b4497fec7d519a212a452b6

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fcdd08b46e09fea51c0b43068a27da6cb10a0750]

        little clean-up
        
        Change-Id: I9530fe96f36bca4808722d22b564cc3e3111a102

2012-10-10  Tor Lillqvist  <tml@iki.fi>  [451dddd056538f8092167653704e8074b760dcbb]

        Mention that these are used for Android only
        
        Change-Id: Ie9ae6c2087dd6757ca22eabe2073e1f03a5489c8

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [168bd09c6bf2e27b108325899c995bc330f7f640]

        try and make mingw32 build
        
        Change-Id: I64c884b6d14c7112a88c7741ef7688108ec80ffe

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [77cb1ca382520f52b9a87d13f8a1a511e5554946]

        Fix "Content is not allowed in prolog" warning
        
        One of the javascript examples parcel-descriptor.xml ended up with a c++
        comment instead of a xml comment
        
        Change-Id: Ie63a30e19de2caae08e9a489b6592e1046037416

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [a999422d4c83fa32abf0adee7286b9f6fdffa3e9]

        loplugin: unused O[U]Strings and misleading else placement
        
        Change-Id: Ifa11ada39c8d4ca29e3c90db18e5bbe618634131

2012-10-10  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [0770b6cc2034851cf46dff66bc446f47e7d57846]

        add a README files
        
        Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034
        Reviewed-on: https://gerrit.libreoffice.org/852
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [19d37e5c4bd43d2477d21fbaeccef923a60eb9ec]

        loplugin: unused O[U]Strings
        
        Change-Id: I020149a3073d8479887d108465cf5d3b727588d7

2012-10-10  Caolán McNamara  <caolanm@redhat.com>  [c14bd74f268d4883a73f46a7ceac2d2e98ac96a3]

        don't do things differently on higher debug levels
        
        Change-Id: Ib1fd8c4a5ab4db8d5889ea489b74569639994714

2012-10-10  Radu Ioan  <ioan.radu.g@gmail.com>  [0ea421781b16b449045e66c38007374ab2f2c509]

        fdo#39625 Make existing cppunittests work
        
        Make salhelper testapi cppunit work
        - removed call to simpleheader.hxx
        - added call in Module_sal.mk for sal_testapi
        - created mk for cppunittest for sal_testapi
        - fixed some compile warning for auto_ptr
        
        Change-Id: I07a58dbd5282f92604f58eb450e0bf549c54c6b3
        Reviewed-on: https://gerrit.libreoffice.org/839
        Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-10  David Ostrovsky  <david@ostrovsky.org>  [36026a6ae5d2f42db5fa262a358a3bc8e33e036c]

        mork driver: add list tables and unit test
        
        Change-Id: I594b24341eb38c05523f578c1dc2e43d90544f30

2012-10-10  Jose Guilherme Vanz  <guilherme.sft@gmail.com>  [f6739073edc1b593035f25becbd0e9d6d536ef0c]

        Remove commented code and empty methods
        
        This patch removes commented code and some empty private methods
        
        Change-Id: I4a79e521399a07873030f021a97c01cf8d2e81d7
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/844
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1818256fb39d292cc7ed7d24f1db4b4b03e74c58]

        adapt indexes in databar dlg
        
        Change-Id: I381a34b5b7422c5f3a7b6f8f4a8d37859cfb12be

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [616662f48df7a13dd957918f43202ccb2d1899b3]

        forgot to hide this list box when deactivating an entry
        
        Change-Id: I9313a5ac542ca83be418b9c9aeca46e500c3ddaa

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2757c7450de3369872a247cf4876bb1723cc48fa]

        unify the list box entry handling a bit
        
        Change-Id: Ia42e56dd21567ac65ca952dc66471cfb326a9e1c

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8816aa1b8301bce189ee4582fa1b8f04864726a4]

        remove commented out code
        
        Change-Id: I393ae93fa59530cccd9550f11957e03cb8fa6038

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7ff934f128b34ce2cdf636f9117615ae5a26fb0]

        rename autoMin and autoMax to Automatic, disable it for color scales
        
        Change-Id: I1f92acfc5603d965b1bc84e7968da56901385eac

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c20486fbffaa2d5ff20dad668c0f28b2c5f20e39]

        prevent flickering when clicking at an entry
        
        Change-Id: I87786c70348d40d4e0a3012425f5ead2a82920c6

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ad7d278372a05fc2c64f80d80c3638c367a78cde]

        little clean-up for the color format case
        
        Change-Id: I8e42a2494e9f7761ca55beb465c3f20d2b057060

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0b5a7d25c7314d69cfa54da16111bde6805e3335]

        prevent overwriting the entry if the same has been selected
        
        Change-Id: If15ad07c3813dfe8d8c9460060771b0c5bae5b5e

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [549726ae15ec7bfa8381fe2ad0e8e4e13eec29af]

        remove another unused header file
        
        Change-Id: I446664e9e7e938e093c1b2254f36752420a6b584

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2cc01df8bc654b90bfeae62d581a0a0eadb2b6e]

        remove unused header file
        
        Change-Id: I862311c2ee2b327a2542cd3161fc31e668b70c93

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b74e2c69fd8c19f0eec6bb141f19e21c91a2076]

        make also the condition edit fields ref input fields
        
        Change-Id: I1246d9ef7ef129901dbcdb92ae9b8fed171fb343

2012-10-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da7edb8bd74eb3c42a4585254e5bb329905b56c8]

        in ScAnyRefDlg + table locked, don't allow creating new sheets,fdo#55709
        
        Change-Id: I8129b41288d20a0c2b6eac90ca5d25392fe0386f

2012-10-10  Takeshi Abe  <tabe@fixedpoint.jp>  [7e1d03f0f6b68d4a955a6b5df94be77307e58476]

        sal_Bool to bool
        
        Change-Id: I2549e597bc11d0a4b4bcdc42c77914dda01a1c5f

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [61b94e06ef5a822e0dbe24528bc5d4d112a2547b]

        These are now already OUStrings, so no need for extra temp OUStrings
        
        Change-Id: I3cf01d975e468299d9dc009f389e88bff7c8f4a2

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [2a680739f8dfe123316a69a9c85030f784ca1f22]

        AddListenerLink/RemoveListenerLink not implemented
        
        so the underlying stuff isn't used either, i.e. aList is always empty
        
        Change-Id: Ia273576956294f878a81c7fab17446b7f33c5fa2

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [321fec4eead0f674ca16ef55c624812d3906b355]

        restore saveEntries
        
        ebf82e52c945f8c2a7c021b547064e5bbeadfe2f cut a little too deep
        
        Change-Id: I8213b4f3aca3e64dc2ba98d11ebb7d068dc14d90

2012-10-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ac8d3988890e0dbd19afb496033725a9878a86cc]

        Remove more unused methods
        
        Change-Id: I5c6bb319458b1ce60cedfe0e2b0f5eaa8ba55e9d
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/837
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-10-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ebf82e52c945f8c2a7c021b547064e5bbeadfe2f]

        Kill use of macro LINGU_EXCEPTIONS
        
        This macro is not defined, so we can kill all code that have the
        "#ifdef LINGU_EXCEPTIONS". Just a cleanup, the rationale is the same.
        
        Change-Id: Ib6f784859210d5a59210af51766ef4d7b8d7ead6
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/778
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-09  Michael Stahl  <mstahl@redhat.com>  [55149144cb926513ef250c87fdf0c59e11e2f6cf]

        SfxErrorHandler::CreateString: remove pointless loops
        
        Change-Id: I585add18ea917249df252827e0eee944e59ce410

2012-10-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [24e66143ed0887bb28f359d3172735017434bdf8]

        Remove useless code
        
        These macros was never defined:
        	KANJI
        	AMIKAKE
        	BORDER_BMP
        	SMARTEXT
        	JAPANESE_ENABLED
        	BENUTIL_SUPPORT
        
        So, these code inside these ifdefs was never executed. Remove all this.
        Also in this commit, remove some odd comments and commented code.
        
        Change-Id: Idd4991d06d1c879e64f07875241a8acfa35695d0
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/777
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [98a6d76f1eb20346828056b906bd775c8247e992]

        avoid the annoying xpdf warning about string literal conversion to error()
        
        Clang quotes it in the warning message, and tinderbox log parser highlights
        every single of the warnings because of the 'error'.
        
        Change-Id: I6a2addc6817d05d18dcc1985ecaca0b110045ecf

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [06fb559a4bc7f2b8f14187d6f4399e87452b2809]

        note about (not) linking llvm/clang libraries
        
        Change-Id: I628e3b99b69d238abc9df3e62e77b30eb85f1a0d

2012-10-09  Noel Grandin  <noel@peralex.com>  [68abd6d9258975e9ef1155f726fe4c12bb0918e2]

        String->OUString in SVL::SvNumberFormat calendar methods
        
        Change-Id: I6fe904d25a0675d881ee7c1d761e9af87e23a69d
        Reviewed-on: https://gerrit.libreoffice.org/772
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-09  Noel Grandin  <noel@peralex.com>  [c90e0064357f78ffc9ee8261c6c100c15d904beb]

        String->OUString in svl::ImpSvNumFor::GetNewCurrencySymbol method
        
        Change-Id: Ie283a02903b0bf420291e1e4e1e29232cc7ff3a9
        Reviewed-on: https://gerrit.libreoffice.org/771
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-09  Noel Grandin  <noel@peralex.com>  [be5f517a37086ee270a954cf8461585be7c39242]

        String->OUString in svl::SvNumberFormat::GetMappedFormatstring method
        
        Change-Id: I80512acbcd639ee20f56f9ac95efc00bd3209b76
        Reviewed-on: https://gerrit.libreoffice.org/770
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-09  Noel Grandin  <noel@peralex.com>  [58528348fad0609c4d7af7943bc76df4261b8508]

        String->OUString in tools::ErrorContext
        
        Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c
        Reviewed-on: https://gerrit.libreoffice.org/769
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-09  David Ostrovsky  <david@ostrovsky.org>  [227d385fcdaf30ef4bd294d99b088ef533372d58]

        jfreereport clean d.lst after gbuildification
        
        Change-Id: I58114ca1229b2d02a80b3908a740bffc65f755ba

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [bf59cceafd05dba74e4fc3a3f5fdc8098bb1a95b]

        fix blank dialogs: now need to explicitly call show on containers
        
        Change-Id: I803f808e7049777ec5a46dc2fce00a3943321ffa

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [8e610f6148c89d931d264b81fb1f5736e45c8a93]

        explicitly fail with --enable-compiler-plugins if compiler is not clang
        
        Change-Id: I7c21730486f74b44b7c1189c40105f5d1a96f754

2012-10-09  Noel Grandin  <noel@peralex.com>  [7ef1190c3e9422998d89df2cf8fcf30bddfc1a03]

        Add a 'fromIndex' parameter to OUString::replaceAll
        
        This method will be needed for forthcoming String->OUStringBuffer
        conversions.
        
        Change-Id: I001099baaca5cd402aebcd15c031d9060286a8f9

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [f2b34cb356bf858eb5108fe76e3595597179a88f]

        merge double fix
        
        Change-Id: Id213a881bbb56fbd6a8e16e8a40ce1dc3e57cab7

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [d00dc669964bb407a49420ecddf0647a5276c3f6]

        loplugin: unused OStrings
        
        Change-Id: I22916424fb97ba27ea6f4e540841a6c851fb8c88

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [453abd0e1b2c2e692f1662b3327ed5a78510bb9a]

        kill off the layout competition
        
        Change-Id: I00882045bb7c23a6ad88013b651c9151e836965d

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [fc8796c9737e1ea6d5b2d0750d9f6534420f6755]

        fix some mangled indents
        
        Change-Id: I96169ac205ad5c794f0545aa46c05f73e433629a

2012-10-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [1ef83f535f638ddfa7f2ad0533f88c37e7bcbeef]

        Use _t suffix for typedef
        
        Change-Id: I8501739e9fb1b184facebc406ed6e20de1f7ab0a

2012-10-09  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [63af8783bcb418e72e59f5faf3a070701b828845]

        Use static, lcl_ and anonymus namespace
        
        for local functions
        
        Change-Id: I0393c9552ca353e80ac61d258a280cbcd53e1cba

2012-10-09  Julien Nabet  <serval2412@yahoo.fr>  [6f35bbfe408f662a74101598e71d6b2970796036]

        Resolves: fdo#55367 wrong convertion factor for "tspm"
        
        Change-Id: If37ef46ab009b9886fefd0ca071bd81dd68e25fc
        Reviewed-on: https://gerrit.libreoffice.org/849
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-10-09  Miklos Vajna  <vmiklos@suse.cz>  [b5bb36194bc25ccbef027dec257092bbf395386d]

        sw: add odf and ww8 regression tests for first page header/footer
        
        Change-Id: Ic002f3cba79b6758475cf9d3153ae3063eb640a3

2012-10-09  Michael Stahl  <mstahl@redhat.com>  [59ab112fe93cbf4e2b052f4e8bafbdb4e6738bef]

        fdo#55526: fix import of RTF \brdrhair:
        
        This is a hairline border that should be mapped to a non-zero width
        border given that LO doesn't have hairline borders as such.
        
        Change-Id: I4a2d2f983ac8e016b2ddb6b38435f5562e545c72

2012-10-09  Michael Stahl  <mstahl@redhat.com>  [ecd70a727d7f559ebda1dd726cea1be472948270]

        add editeng::ConvertBorderWidthFromWord:
        
        Replace the 2 duplicate implementations of this in ww8 and writerfilter
        with a common one.  Differences were:
         2) ww8 doubles the with, writerfilter does not
        13) unsupported, mapped to THINTHICK_SMALLGAP vs. THICKTHIN_SMALLGAP
        22) unsupported, mapped to DASHED vs. SOLID
        26) INSET not supported in writerfilter
        27) OUTSET not supported in writerfilter
        
        Change-Id: I533b77394388e736f38d70284a6a11061d81e813

2012-10-09  Michael Stahl  <mstahl@redhat.com>  [c1d2eed375293d7c27bb885f344cc24ec0cd40ca]

        fdo#54648: WW8 export: test that FlyFrm actually has layout frm
        
        The bugdoc has 2 "hidden" drawing objects that are invisible.
        
        Change-Id: I58179f2e620348db5357b38f834e1edca1f20ae2

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [e213253ad440eceef6700122a4c57701e7ec9d1e]

        remove some unnecessary headers
        
        Change-Id: I367ee95976ddedb7c6be4e0fc0d87147e7ed22f5

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [54acc08629eeee8831931f3a6ba7747451e0f032]

        default internal-children to visible, default containers to not-shown
        
        Change-Id: I25cd15e586abeeeabfde7539986309b187690320

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [ae326faf5a5f4c9c078e914cb0e3adfcc04674df]

        clip numeric formatter max width
        
        Change-Id: I2211d63a7bbe564a9ed586dabc33399eb8aa6183

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [f6b67d95d9b41a773189e445d0108c320d71e000]

        convert graphic export dialog to .ui
        
        Change-Id: I3bd078e569c5cb1a55cfb44de7b1e569908e1698

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [fda9d127b2e355e4c440aa396a4e8e6c8a68e9da]

        add .src and .hrc to add-modelines
        
        Change-Id: I4c0d2d408c5de770bbad54294a109743fa35b3f6

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [5fe7a4245d5c0a5c00c5f72f10781f624ad599fb]

        always assert on a missing widget for the typical case
        
        Change-Id: Ia68bfa8a3d2a6091491d69a9141a7c47556097fe

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [d19067683df48fd6a31dbe82da69f14f7680bf0b]

        fix incorrect formatting
        
        Change-Id: Ibe865e189db747a9d61268ad02b097002cb44654

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [f0eb45df5e3f59991102b2228a62d15baa397b59]

        fix some lousy formatting that triggers warnings from the compiler plugin
        
        Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [7c4d3ea6ba4d42b4dda5148a00c8c411b5d7703d]

        don't check next statement after if body if there's also an else part
        
        Change-Id: I04265acd821187f529562691f35ede93b84368fa

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [4d3c6a04995a19209c3a66b92fddbb50c92418b7]

        ignore macro expansion completely for now
        
        Change-Id: Ie37b83fef1279a0a953de27941e3b342437c81d1

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [7cd19a8f10881028bfaf4217e586955f1d435c31]

        do not analyse system headers in the compiler plugin
        
        Change-Id: Ica1e233b45cc778bfdc86cfd608ada7fc261c6c2

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [4d05099806fc6116fbd7abe992d7f2f31210dd4c]

        do not force compiler plugin warnings to errors with -Werror, for now
        
        Change-Id: I87585fce44e803513d5345709d9723075b9429a1

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [4fc56b9d4cd12cca51d7696e0776de5aa8f822cd]

        move some code to a common base
        
        Change-Id: Ife306c69054dfcc20b1339b88a4e14e5333ced71

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [d4aa136e975b150add5f32013ea37aa68e9ccb57]

        compiler plugin check for if/while/true bodies with possibly {} missing
        
        Change-Id: Ia84c70006b0b8a039b6fea27f3c5cde796f25d03

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [76757ebd98df1e08d00282cb96312b5be7690d16]

        mark our string classes as SAL_WARN_UNUSED
        
        Change-Id: I420229dea6c5b3e45cec5989897bb31654851e32

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [13e39545eac66b628f9ef3c89cc03d2003e5d317]

        compiler check for unused variables
        
        This is for variables that the compiler itself cannot figure out
        (e.g. non-trivial ctors). The classes need to be marked manually.
        
        Change-Id: I0109972e11e20578b1adc32065f701a871ee21aa

2012-10-09  Luboš Luňák  <l.lunak@suse.cz>  [02a8d36ebf3d54784903f2899eafe010bedf2f4c]

        initial support for clang compiler plugins
        
        The plugin is intentionally built using a custom Makefile,
        because it's used by gbuild, so I don't want to build the plugin
        using gbuild too. It is also intentionally not placed under workdir/,
        as that is cleaned by 'make clean', the plugin is cleaned only
        by 'make distclean', so that cleaning it doesn't cause ccache misses.
        No actual functionality in the plugin itself yet.
        
        Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f

2012-10-09  Ricardo Montania  <ricardo@linuxafundo.com.br>  [7b34748b1bfd8b5fe0406c1f6bdaaa585d7bc4c3]

        Some OUString and RTL_CONST refactoring
        
        Change-Id: I27709f12ef6e3448ed457bd0e9f2056979ba0291

2012-10-09  Ricardo Montania  <ricardo@linuxafundo.com.br>  [9c6c53db832c61d70e9364a5a47566fb445b1560]

        ::rtl::OUString to OUString in basctl
        
        Change-Id: If6a53fd69f8a99bafc7fc324911132dd51e67266

2012-10-09  Ricardo Montania  <ricardo@linuxafundo.com.br>  [d3e08f257437fe942719304e45792a294d9310db]

        More ::rtl::OUString to OUString in basctl
        
        Change-Id: Ie27a55e933462c644f315d0123978082054d79af

2012-10-09  Ricardo Montania  <ricardo@linuxafundo.com.br>  [bb414e9eeed32b9f931b0f2a9909bb43e1f6bdbb]

        rtl::OUString to OUString in basctl
        
        Change-Id: Iaa56c5f8a15032c3102ad58011c80e3c86fe287c

2012-10-09  Radek Doulik  <rodo@novell.com>  [4874a0dcbfe56028d5ac7f44bb994837eb003c35]

        added safety check
        
        Change-Id: I05ca3e5b176202d26c2f2e45cc674ea54934a30b

2012-10-09  Andras Timar  <atimar@suse.com>  [9040130ade07bc1b6757a48928ad01a3510865f0]

        add link to detailed module description to Math's README
        
        Change-Id: I930f8729a58fb8cd3209df2ad1b112150796f50f

2012-10-09  Miklos Vajna  <vmiklos@suse.cz>  [138f1159c4ad2d742385c986efd36d9489d185ad]

        cui: add initial README
        
        Change-Id: I4334373637834d04b28a01891b7728a32060cf3a

2012-10-09  Andras Timar  <atimar@suse.com>  [fd5c4df7a2a3ebbad5611346bb43fe909424ff17]

        remove obsoleted instruction from icon themes' README
        
        Change-Id: Id6e7f7dea6284af1b94c2616c9c83f88448115be

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [a6ab8927c74d512675dcc174b0d179f02a4c64d6]

        Do the de-duplication of pSwResMgr a bit differently
        
        Let the code stay as-is for the normal (not DISABLE_DYNLOADING) case.
        
        This partially reverts commit f5ba1a09408be65e6c5831c2b61bc94133d7ad13.
        
        Change-Id: I040e05844f9438ace39cf419a9a9e757002f9719

2012-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bf7657fc2a91f71a8e9d380f77470ff8d07f2f8c]

        Killing even the last remenants of rebase
        
        Change-Id: I649275360a1d57aeec03d3cecdb02f5f7ccdd1e8

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77f8ca714250f83ecf501a6ecbd23c9849ab6a70]

        same identifier for different resources
        
        Change-Id: Ibe80f6ec6e85942a85f4c2bb322e1b0ca61ba07f

2012-10-09  Michael Stahl  <mstahl@redhat.com>  [1e456c0cb1e0d635713b1e0ad8ca6cfa3950f547]

        vcl: -Werror=return-type
        
        Change-Id: I82d7041ca12dffb946758b667d02ba2d9aa7c4bc

2012-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03c2bd42d03cd2cd3999d3527b59a14de2170756]

        Kill rebasing all together - little advantage for a lot of hassle
        
        Change-Id: I3bcf920d4c57ff05079033ab1715b61c14b86fd5

2012-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [55754a818f38165f7bf2274f6502709acd18a056]

        Revert "Win8 SDK no longer ships rebase.exe"
        
        This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60.
        
        Conflicts:
        	configure.in
        	download
        
        Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94

2012-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b120689ab0eddfd0e1c5d7be74d6acf2ce0181c9]

        Revert "use downloaded rebase.exe with Win8 SDK"
        
        This reverts commit e994a91060c145ad08ef75dcf9862043202ac6ce.

2012-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bf467badca422346778e23165e58ab4b7c8d6ab1]

        Revert "download rebase if needed for all sdk versions"
        
        This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7.
        
        Conflicts:
        	configure.in
        
        Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [f5ba1a09408be65e6c5831c2b61bc94133d7ad13]

        De-duplicate aEmptyStr and pSwResMgr
        
        Change-Id: I129754d1180ea15d815b2b4d2533f911f10116c3

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [fc6fa71e8512cbca511b6a8acbf0d6f439b32dde]

        Make lcl functions static
        
        Change-Id: Ia8439fda69324a48660e6b6c5b954c6d3eb14bc9

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [3f00118cc911ca1175031fed2b6b8931a421c04c]

        De-duplicate AbstractSfxDialog_Impl
        
        Change-Id: Iddf2222aa75b21dd60472fa8dc979ddbdc18dcba

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [3c4c11700899a1ee70d16444d960bd220d8e0b48]

        I want to see what unknown library is required always
        
        Change-Id: I7e0eb7ba3be8ac2b70e6a56d84c1a890be0ba396

2012-10-09  Tor Lillqvist  <tml@iki.fi>  [835a0a97ab99d92b0c5f9762f585b4c837bcc0ba]

        Do generate Thumb code, I think the current NDK (r8b) handles it fine
        
        Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [f9a12d8dd35882b5d58a12b70ff8d2f9ee8b6acf]

        FL_PBM_OPTIONS never shown either
        
        Change-Id: I9866e2234960a6525212431d9e6dbad17359d1b6

2012-10-09  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [ad181973af9be0b5bea129ef9a1976b379681e66]

        Get ride of not used macros in filter
        
        Change-Id: I7f06720c9f4614b763066bb3cf136f2464b2c7bd
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/843
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [54985c634fbcc6b8ba78a004712c20a5f93ce7c2]

        cut out always-hidden controls from graphic ExportDialog
        
        Change-Id: Ia94c0418d2a0e93f35f9521ab0614eb110f593a5

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [e8624cc0e2777ffcc7d06bd76ff7372921125589]

        maCbJPGPreview is never enabled, remove it
        
        Change-Id: I765185bf2c51f37ab7d7209098fa0dcb1ba60b7c

2012-10-09  Caolán McNamara  <caolanm@redhat.com>  [cd5d41470d0657ee6fb05e93aea58adeb8afc0e5]

        support max-width-chars property for labels
        
        Change-Id: I23245919c5180035fedb308fb5cc97bf3238ec07

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [34638df69902a2251e8c23833b62c005a754fd5d]

        don't insert the same data twice into boost::ptr_set, fdo#55710
        
        Change-Id: Ifcd421cab6e675482d11aa5d2f92e11569077173

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ae1bca7e6108081b16c9bedd1078e6c8ba34bf6]

        forgot the licence header
        
        Change-Id: I85e58c241a3acd1caf949d4314ca9a05a5e51379

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [937cee757ea243a18ea03b4d3e8662524a8ff090]

        make the dialog actually do something useful again
        
        Change-Id: I440b38442f69bd50286fee8ce3ee1b289b45775d

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [025559813580370ffdf0de0a8844eed4cbe0ab1c]

        disable these buttons until figured out how to call the cond format dlg
        
        Change-Id: I519e4fec832a47e298512a0f0416bc12827913fb

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5ac62c06d8dcbb7ecad325685fec80df7470458]

        position all elements in the src file and not in the code
        
         # Changes to be committed:
        
        Change-Id: Idc3d2a7201c6d2e92a111ffc6cb60f88c4c0c4c2

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2741675caddb927653ec914f46025b3f6ab0d439]

        only show two entries for between and not between
        
        Change-Id: I8cf41941d50f7fb868868f17d6f25206ae53c76f

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b8f33153b98251e28da4d2b6e16ddd0380f8c56]

        separate color scale with 2 and 3 entries
        
        Change-Id: Idd3cd7467850ee32cb1380fce307395f21076071

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7bc0c2bd9edac11d17d2483ec79b845854db3da4]

        handle all kinds of condition entries correctly in the dialog
        
        Change-Id: Ibad8d9000db20819b906e9d97002e1043794adcf

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee93051d46db4332f779bac9cb2b75850afc98b0]

        add own class for formula type cond formats
        
        Change-Id: I0348797babb9e94e1d552dce341504144c837325

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7a27f400fa148037822e93857a2b6d9d37750b8]

        make more parts of the conditional format dlg work again
        
        Change-Id: I86ff7911bcc7cc916766d583881e605dfe1a3942

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1491483543ae6d32d7d487c26ca94a734f157532]

        split the cond format entry code a bit up
        
        Change-Id: Ib066c18d54ac40c24b51ca5c399d09482897709f

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5240022f55b65900112b332a085a6ca652156e30]

        change to ref input field for range edit
        
        Change-Id: I69eb352869e0bcaa362bb1be6022d30de8c2658c

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1e53f7d14948c714382ae0961303b963bddc1e8]

        make the different options to cal the dialog work again
        
        Change-Id: I947a4cac8f0417737bb8833eab54c67e57c8293e

2012-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ffadab26d62a24f3a142c497669db5a933ba1251]

        make ScCondFormatDlg a ScAnyRefDlg
        
        Change-Id: I4e04a1f34dd958922e9856294639de7bf40249e4

2012-10-08  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d540c322cce4f00418466cf7715ecc2c2f1e95c5]

        Remove more useless code inside "#if 0" blocks
        
        Change-Id: Ifb9f9d2211608b848a5de66e1d19c4815a755907
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/840
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-10-08  Xisco Fauli  <anistenis@gmail.com>  [c08f23cec28e3e1532993c50d602e127d65491c0]

        pywizards: Remove the deleted file from makefile
        
        Change-Id: If74e624bc7677903b7d1cbc0e77284a929583b89

2012-10-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [961728d58cb80e7eff11baf8d44c0d37dd1074c9]

        Make renewpo to ignore double id in xml/xrm
        
        Change-Id: I01329beded3e81040726f525cdb5886b5f3a8c63

2012-10-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [247bac3266ee933716ecf85e0204b0d6b8c6da74]

        Make an end of xrmex id duplication
        
        Use GroupId instead of LocalId because that is
        the primary id. Thus usage of LocalId becomes
        unneeded.
        
        Change-Id: I2770141fab47c07294ab15322848e8aef0de2cec

2012-10-08  Xisco Fauli  <anistenis@gmail.com>  [aebe36aa52e51fd5ce22e445e6ca82c544149c1b]

        pyfax: Unused import
        
        Change-Id: I46b01dcf734bbbb580aa8baca1125e0bc48867f9

2012-10-08  Xisco Fauli  <anistenis@gmail.com>  [4d9ab30c7dbe944d5bf268d64b493ced957bb9f3]

        pyfax: Don't show "the file already exists" when it doesn't do
        
        Change-Id: Iab496836b692d47be75bb617b0b28835acf01713

2012-10-08  Michael Meeks  <michael.meeks@suse.com>  [48b2d6adccee986390c923ff1acb4dd101a05595]

        use icerun to avoid compilation process explosions using icecream.
        
        Change-Id: I3539bfcfbbb43f44a6fc8fae60bda84267938116

2012-10-08  Andras Timar  <atimar@suse.com>  [fd575862a1205172d5fffdaa39e64340fda8ad3f]

        changed scripting javascript/beanshell switches in distro configs
        
        Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b

2012-10-08  Andras Timar  <atimar@suse.com>  [297531a3b3aa531ebb6d32761680b308d8fa3f9e]

        remove propex/propmerge Perl scrips
        
        Change-Id: Iab39da2643ba38c4745c29277c10bc39a024ffa3

2012-10-08  Andras Timar  <atimar@suse.com>  [6134c08251ab0da568fc644e030e5af2d6a26a87]

        typos
        
        Change-Id: Idb23b390af270bdd694ecce9ab14f47d25af8f57

2012-10-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [73ed390a7ff6b701b89faf91385aaa63e865e441]

        Correct wrong memory addressing
        
        Some global variables in export.cxx and
        cfgmerge.cxx pointed to OString databuffer
        and after these strings are destroyed the pointers
        refered to invalid address.
        Use OString instead of const char*
        
        Change-Id: I4ea43f4b3772ef3370d79336559d39a67400fe2b

2012-10-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [8f14c8a6115fb7c57203fa089b2383b858723932]

        OUString cleanup in Chart2
        
        Include C2U macro and rtl prefix
        
        Change-Id: If930f77179dbf24d43f10a344b68edcf968f7304

2012-10-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [33bea955ca93e218ae19961e1fd9800b8a0590d4]

        OUString cleanup in Chart2
        
        Include C2U macro and rtl prefix
        
        Change-Id: I01c3224bc21a7f8a03a8562191fbc161032f2a1d

2012-10-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [d812cee7cb3ac7069d4cfbabc567312a325f6f69]

        OUString cleanup in Chart2
        
        Include C2U macro removal and rtl prefix
        
        Change-Id: I3de75446e53618862e50c69382a7ddaf0d482fa7

2012-10-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [1e34ec4c18bad3e2ec1e9e32dd42e5bc0d4d97ac]

        OUString cleanup in Chart2
        
        Include C2U macro and rtl cleanup
        
        Change-Id: I4543a3a6d6a6971d2c31b8dc36bd2ec95bd892d4

2012-10-08  Radek Doulik  <rodo@novell.com>  [e9960f36675a025c0536dec30ae56c50f4adecb1]

        implement a:overrideClrMapping (fixes n#783202)
        
        Change-Id: Ib6c0fd6d9b64f2bff446f919c58027fea76a00cb

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [3982d7e78cf986266cb7eedaa77b57ca40680120]

        support importing label wrapping
        
        Change-Id: I4f95a7c6424b0897a399e9be9913fce266c1f4df

2012-10-08  Michael Stahl  <mstahl@redhat.com>  [cf0ef681854ad53a0bdeff31ff5c49c8c31da99b]

        SwXTextDocument::getFlatParagraphIterator: fix crash:
        
        Check if the document is still valid.  Crash in idle handler grammar
        checker observed on libreoffice-3-5 branch.
        
        Change-Id: I3cae1c6726bb9ad5be11f59bc33f8550bbbe1883

2012-10-08  Tor Lillqvist  <tlillqvist@suse.com>  [cf955c621269011eaa71ee7e51647203f6120110]

        Don't repeat my mistake in the future
        
        Change-Id: I5b5e4464c9a7345aa9ca230100aae0d7fcee91ee

2012-10-08  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f73618e9dea03d27138cd4599e351249a79bf46b]

        Move propex/propmerge code to C++
        
        Changes:
        -Use same methods and commandline params
         as other localizers
        -Work with one lang during mergeing
        -Work well with comments
        -Correct makefiles according to one lang concept
        
        Plus delete propex.bat to avoid conflicts
        
        Change-Id: Ia9d2886db263c31f29692c3f6da2b8ec6542b564

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [c5f401ed8991985c3f6701fdaf5f9ee53429fdb0]

        we're stuck with "double-decker" tab dialogs for now after all
        
        I had hoped to move to single-decker tab dialogs, but e.g.
        writer's paragraph style dialog has *14* tabs, which is
        ludicrously wide, so just take optimal size of contents
        as let the tab dialog double-decker or not based on that
        width.
        
        Change-Id: I8d87ea6221164ba5c082249b498663c77d2f5340

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [f52f89dc65c3b54215c094e7e93bf239b0a1ba13]

        mark layout as clean before setting allocation
        
        so that if setting the allocation makes the control
        change its mind the dirty flag won't be unset in
        this iteration, and will trigger a second one
        
        Change-Id: Ia4bb37848495bc6115eb8b16ec7a390cd58bd84f

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [b790199b1d393eca11b803db9f9796341a0e58a5]

        Implement GetOptimalSize for scrollbars
        
        Change-Id: I4f0f8fd1e103a2433c38b6c0d9148d34d3df2083

2012-10-08  Tor Lillqvist  <tlillqvist@suse.com>  [2a7b3d83d682102eaf1c77d7e12e698db26fdd13]

        Fix build with a Cygwin path for TARFILE_LOCATION
        
        Change-Id: Ic5ff8eeaa7fb30ac3f880f0cff69119deccb2bca

2012-10-08  Miklos Vajna  <vmiklos@suse.cz>  [aa7705ef2a359d62201206ce4961547fe9a00422]

        DocxAttributeOutput: drop unused includes
        
        Change-Id: If6546c920064f0c7ddebec79afee079ab1e417fc

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [530e7ba7528b468344ca69e7892ca83e81fd42c7]

        make svtools filter test not loop endlessly
        
        i.e. this partially reverts f26d188ffa00ee6184490fc5c179da16e17301bb
        which doesn't take into account raw reads of sizeof(ObjAreaType)
        
        Change-Id: I80f94f610647128262ebb16c7e888a7cc7ecb9d8

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [6799ec80cd9ec6a5d0c3e11ec8a69084396f5420]

        import GtkScrollbar as scrollbars and connect GtkAdjustments
        
        Change-Id: Idef8a338f09b52cf0758a6a35e3b5bbcc96a7383

2012-10-08  Caolán McNamara  <caolanm@redhat.com>  [9897942db6c53dff3a85b880d9d2b955011ef189]

        Tweak hyphen as a togglable option after all
        
        In a65f48f375d218b592ba7c17752f9ca86e14bd65 I wondered why hyphenation was set
        to be a toggle able feature when it opens a non-modal dialog.
        
        Looking closer, it *is* a toggable feature on/off for draw/impress, but this
        isn't the case for writer. Reverted it for calc too, although apparently
        not toggable there.
        
        Change-Id: If02568d58253c380e6d668a728f9c3ae6acf1128

2012-10-08  Tor Lillqvist  <tlillqvist@suse.com>  [1b66ced2367353ad42a14bfc76ca1853c4935d6a]

        Managed C++ to C++/CLI conversion also for the debug code
        
        Change-Id: Ibb4f5e386644a67905421d2f9c33336a119fca88

2012-10-08  Michael Stahl  <mstahl@redhat.com>  [d4214aab9c093dab321e6deaeaf5f7e86af1381c]

        scp2: rename misleading WITHOUT_EXTENSION_SCRIPTING_BEANSHELL/JAVSCRIPT
        
        Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7

2012-10-08  Michael Stahl  <mstahl@redhat.com>  [4c5589a397b05515ba4aec0c494f43fb9f750975]

        configure: adjust beanshell/javascript options to
        
        the changes in a72a7dc500ffd57662e8b9be61e4676266861c33.
        
        Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [3d556fcc1e3b7574b3d7f1d577f2f3bbe673cc9b]

        WaE: variable 'numusr' is uninitialized when used here
        
        Change-Id: I6476df0460f0f1cebb4879f1c732af6a4c48b5f7

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [3d70fe990dbf977aebf4042e846f2ca173e5b43e]

        WaE: unused function 'unoCapeFromCap'
        
        Change-Id: I21dc33e39da8f46379fad672a83e8fb8449a0ec4

2012-10-08  Michael Meeks  <michael.meeks@suse.com>  [60337134e492aca378aec5251339f1fa5ea49049]

        re-base on ALv2 code. Includes:
        
            linecap: Reintegrating finished LineCap feature
            Patch contributed by Regina Henschel
            http://svn.apache.org/viewvc?view=revision&revision=1232507
        
            disable extended linecap API for now.
        
            gnumake4 work primarily from Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1394326
        
            misc. dead code cleanups
            Patch contributed by Ariel Constenla-Haile
            http://svn.apache.org/viewvc?view=revision&revision=1204995
            http://svn.apache.org/viewvc?view=revision&revision=1207270

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [5fb5cf97998a92ad51940037115d23462587af67]

        De-duplicate harder
        
        Change-Id: Ie319c98cc6c7551f6e1e5ba41d8bc2090d23e671

2012-10-08  Neven Ćosić  <senseitcom@email.t-com.hr>  [46caf0e07b42fa83215d49fde64a8b16d73d3a21]

        add Croatian [hr-HR] genitive case month names
        
        Change-Id: Ic6c178153a64daf975af2495779b04b798a6381f

2012-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [747ecb8fc8e6d74140fa5f8d7a479e5d63bad91b]

        fix liborcus with Visual studio 2008
        
        Change-Id: Ia19669878e1a6c4d4b079355dcb7ce3e2836d24f

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [3237a3772b063cd3e99d866c53f54f61a612ebf2]

        Typo
        
        Change-Id: I6ec48d3156f11c4ecb5f24a70a5c83603a86f834

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [72f348746c67632aa8e53d78e79a889e76063fea]

        There is no ExportCGM
        
        Change-Id: I1251c25e14636fea96aba08f90dfe3d16978a270

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [29b8f729d910f604c0a1be0413bf916a23107d8f]

        Deduplicate lcl_mediumColor
        
        Change-Id: I11556fc7dc2013ce66627e8ab41c91d0742d6866

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [39d45c1f55fe71e15aa93a24323972225eaafd86]

        Deduplication of AbstractTabDialog_Impl and VclAbstractDialog_Impl
        
        Change-Id: Ifda222d842312d084496bc17d3ae6eaf83c13d25

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [0a6be648dbe084625e72f91d4c906e88776bf77f]

        Deduplicate InputDialog (for disable-dynloading)
        
        Change-Id: Id1522e1874ed2b65f7bd8d379b93c35941a7d0b5

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [ce3ac48c3a7c609503eca8560fa050ff097a3e72]

        Fix for !SOLAR_JAVA
        
        Change-Id: I43d8680304ef11f2b5f5e3edafcc6af6eca8d601

2012-10-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [3b042335208cb2c995f4860bf8ba3bd1e2f2e859]

        Fix fdo#47669: also check if we started the tag before ending it
        
        The problem is we created imbalance end tag </w:hyperlink> which shouldn't
        be there. So, place a check before inserting end tag should help.
        
        Inspired by (read: copied from) c1c2688912e769dfd7654e11e87dae380a8ce1eb ;)
        
        Change-Id: Ic933f6da44c788cba48bb2fe6fa29658985310b6

2012-10-08  jailletc36  <christophe.jaillet@wanadoo.fr>  [e55414dfc4899b67b8bec82885dde22ddb72faec]

        cppcheck: clarifyCalculation
        
        Use () to clarify the order of the operator + minor formatting
        
        Change-Id: I3dfa6566758d30bd76bed478089a0937ade24f89

2012-10-08  jailletc36  <christophe.jaillet@wanadoo.fr>  [1fb40dafbefccf906108efb19f28696cd03d6aed]

        cppcheck: unreadVariable
        
        Defined the aStr within the #ifdef block where it is used.
        
        Change-Id: I2878d2db002411783e814b0ecf02e2a030d2d6d4

2012-10-08  David Ostrovsky  <david@ostrovsky.org>  [b5b3570d9de0c19e634641c6c558e8d916f0fb4e]

        beanshell clean content of d.lst
        
        Change-Id: I2aac9018efa36f24f15088b7702903a422b4a910
        Reviewed-on: https://gerrit.libreoffice.org/838
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a183e352747276e40358e3d19ee1f3c28f3d8d7b]

        Revert "prefer newer versions of Visual Studio"
        
        This reverts commit 4967505ad54de0639fbd7bfa553c57ead9ada6ec.
        
        This was creating problem with tinderbox..
        changing the default base version on the fly is not a good idea anyway

2012-10-08  Tomaž Vajngerl  <quikee@gmail.com>  [cbb0babb679338ddc9910bbdb2676128d0c236f7]

        fdo#30944 Add popup menu function to charts to export them as a graphic
        
        Add popup menu function "Export as Graphic" to charts to export
        the chart as a graphic. Currently it works only with raster formats
        like PNG and JPG but not with vector formats like SVG.
        
        Change-Id: Ieeda21ff971f2ad31bab2248e8b509883b5cbcd0

2012-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fa30508fd3b2224e76e1ac7c150df9040518e7aa]

        Fix svtools with Visual Studio 2010
        
        Change-Id: I445173e8f469c409801d803ef22cb499935ba19b

2012-10-08  Tor Lillqvist  <tml@iki.fi>  [d650d404c006ffcbb47d6871e2eab6fc4d764c40]

        Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)
        
        Change-Id: I0e9895ca59fa75958107df2cbf4348214df52664

2012-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [45948e12698a30facf6e247e7c6df3e41417cd14]

        untabify configure.in
        
        over time, unscrupulous committers allow intenpestive tab and
        trailling spaces to creep in.
        
        This cleans them up.
        
        Change-Id: Ia9134599cdf58462bb4231e88362d4ff00ab45ab

2012-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc14e3b9e4fbecd9ef533c8490605f41e01ab459]

        clean-up after configure
        
        On MacOSX libconftest[12].dylib.dSYM directories where left over
        after a test to determine visibility support
        use a wider net to clean-up work files
        
        Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2

2012-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b5ce0607f0e8cb08180fb3598d8501ae5f465c21]

        Fix libwpd with VS2010
        
        Change-Id: I058d673552280616adaaf1b71036ee89ba34bb13

2012-10-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ccb65352599dc2cc0b561d01ac12a513705d936d]

        fdo#55567: add findbar.xml back to makefile
        
        regression from e125d95ba4a4905fa36ba8f4bed0c2dafd37ce13
        
        Change-Id: I0deeb042c60d3f7d556286a0956bb4866e1c203b

2012-10-07  David Tardon  <dtardon@redhat.com>  [68d6252312a75627c51f1da45f8e01fedf0f3c60]

        most of this is not necessary anymore
        
        This reverts commit 3fc40953c635185f8bcd1b58a1d68d28526558d4.
        
        Change-Id: I6d11212cc260e03e5c83a0e7be93ed66e1ab452f

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [3fc40953c635185f8bcd1b58a1d68d28526558d4]

        fix gbuildized cli_ure
        
        Change-Id: I3e02afbd1b75641bdc90443e7c07018c113a971a

2012-10-07  Julien Nabet  <serval2412@yahoo.fr>  [378b578f9c33f35093c47090ff0271990346be93]

        Remove unused mork methods
        
        Change-Id: I2d9c02145bf332ecfc0e2493bc697d61259c9d16

2012-10-07  Julien Nabet  <serval2412@yahoo.fr>  [1f79b55bcabe2a627573e711a04d413d478c5882]

        Some cppcheck cleaning
        
        Change-Id: I9ce4af18d1cdbf694093309a026fd6c738590b82

2012-10-07  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f9e4d3bfe8eedd49afc2d2161f47a8825a02eec8]

        Make Export::handleArguments method safer
        
        -Check wheather input and output file are given
        -Return with "empty" HandledArgs when input is
        invalid
        -Delete plus conditions from helpex and lngex
        
        Change-Id: I418b1ecaab5f0c78197845448ab062aa5d3ba4de

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [5c02bb0f022ae6f51ccc07452901ad45a9a243e9]

        DISABLE_DYNLOADING fixes and minor cleanup
        
        Change-Id: I08ce3523f259b1ace7c2a1a58b091b43a44a7d92

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [8226b906382a98b6680ef8b09866786f42510143]

        fix build.pl deps
        
        Change-Id: Ia532558eb25c3745f9d43303358b785994f389fe

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [d19932ac5795df8df46fdc6cc60153d4e6d6042e]

        fix libcdr with VS2012
        
        Change-Id: I9943dce422bd43b826baeaccaeb494d870aaaa77

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [b23f3e484273ed44c36a0c039454cdfbf6f6f1e7]

        download rebase if needed for all sdk versions
        
        Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [8693885f8c80e13eef08841be2e672b35c81dfce]

        fix libwpd for vs90
        
        Change-Id: Ia8a21cd512ac425207eb31a194db9f4c9b10fee4

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [29440bd18985f6ab50029552c5e9d8d1cf643d4c]

        add cppuhelper to sw tests
        
        Change-Id: Ie50c7adf5bd4ba1b18a8deb3e708bcf83a2777af

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [6691aa36c1cc9175c87b86567b04bc632a09809e]

        fix libwpd with VS2012
        
        Change-Id: I2df9ab344bb2a934f6408a394280c01563d0c9b8

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [1cf215b16fc65e27f3fa333af43bc067f5189f2b]

        add needed libraries to sfx2_metadatatable
        
        Change-Id: I83aaa7170f59f89e4f1e7715295edceca3a9bef4

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [8c1c24ac4e18dabce24f03effc3f6703656f2c4e]

        add needed libraries to scui
        
        Change-Id: Ia6ef50bbb28c4d16154f8e673a4f3b3a1cef5cd5

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [caa51aedc139cc6af678323658d352d6ea8509bf]

        mergelibs works on windows now
        
        Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [0ba0b1ca90066fbae669ab66d1de1878e8f0e5f9]

        prevent libmerged warning spam
        
        Change-Id: I8ee74175d3dc08318461dfe08ebd10b12ce8d814

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [1685f36f3517d6e177dfd11a6e766d8fecedb83a]

        add needed libraries to textconv_dict
        
        Change-Id: Ic0f55385c34bb253a1f452335ebcd3bba92ca9fa

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [8ae194caf7d4f2c9c065dbee3aa43d1dc07d9dfe]

        fix mergedlib on windows
        
        Change-Id: I30ee99fe2a2e92c69ebfcef9af5ff1bb27ec114b

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [a0eef541ef974762ba3e38cbc7b68765a8319b3b]

        only add win8 lib path for win8 sdk
        
        Change-Id: I9b30e5e0a8f961df1070f4ceb0e330558ab16335

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [7d2bbd22e7f81475c9b9eb3a4f120267c33818ee]

        prevent ccache from being doubled with MSVC
        
        Change-Id: Idb2fd2a115c5e32d3e894d70c0e86730b38e73e9

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [0e866192ae2abe5f9bcdfc8cb0b4aa23aba1301b]

        fix for openssl with MSVC when ccache is enabled
        
        Change-Id: I93deea3a80178f51fff9a23328df7a67f308e052

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [1b0c68b61a1673d809930087bdf65d2205492765]

        add aditional targets to clean and distclean
        
        Change-Id: Ic7539b88936370cc6bc01edf2c2755343e0113b6

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [4b17650868da44dea228d524c38615786a256460]

        Fix ccache with MSVC
        
        Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [a97fdbda6b568d776e04e27dda7c26d33b88c8c5]

        fix liborcus build with VS2012
        
        Change-Id: I98248b2fe45da32fc0f478aee55b6939825112f7

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [2db6f67b6e006cfcc6569306eef40f9cafdec798]

        add support for libmerged on Windows
        
        Change-Id: I05d1c557967000be2fb7128b43d6e8c6005a7892

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [c140a5fdbba098704ba800c5e4f9b3a2fef2900e]

        fix msm_path detection
        
        Change-Id: Id507a3483a126f4a04dcb9be287c12a3eae5429c

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [5c1a93df5b3a8d7f31d9bb672d391c888418aa53]

        fix dbghelp.dll download again
        
        Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [59bf5321fa4c49b0d140700e2c56de7e1b637926]

        fix msm suport for VS2012
        
        Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [e994a91060c145ad08ef75dcf9862043202ac6ce]

        use downloaded rebase.exe with Win8 SDK
        
        Change-Id: Ib7cb49e9c992ba3bd8cc69e7e492f82a493d7053

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [79fce4ddeb8b45fd047a97507051cd9ca4245f60]

        Win8 SDK no longer ships rebase.exe
        
        Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [959cbe4c6931170aec74a212ea02b6a64568b00a]

        fix path for make_installer.pl
        
        Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [53ca7b480f8fb23b04023faee74fbfa4b77bfa02]

        work-around really weird bug in VS2012
        
        Change-Id: I7092bbcbddec179c62c2817b069f757863ca5982

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [4b56d82c7d20ba5897d87aaf7fc94da5356b8eec]

        convert uno_bridge to new syntax
        
        Change-Id: Iac5e9a860f7ef68104c4cfc19abe686b754190af

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [b5bc77572338d04f8ff165ca85111096ce1d4804]

        fix chart2 build with VS2012
        
        Change-Id: Ieae76bfd0a3f9612c0bb573029912d5c6efa6add

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [45814f70b88c26b2a34c49e705f07f7c7dcc5a93]

        fix sd build with VC2012
        
        Change-Id: I1356570e27a065e419281fcd9d667c60658773e6

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [f8e5a25f88ab8d646328a0ddd99262edefe262a0]

        fix sw build with VC2012
        
        Change-Id: I1ba38baa26de2082a21d681efff2f5881092fad7

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [9f5fca7efe8d9d52f99942b3cab13de9e62782f3]

        silence vd2 warning due to excessive output
        
        Change-Id: Ib86a5406c28560d766ecb48cb8f74ac9f9b43c4d

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [a4df4e9147019337fda07982c510a85d6f4c4062]

        convert cli_ure/source/native to new syntax
        
        Change-Id: I7dbb065c8b1b2fef85e6e7f42ef80991102785e0

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [1eec5566b24227e592f827c5e788ae3e45e0e127]

        fix connectivity build with Win8 SDK
        
        Change-Id: Id2308748f1301a1e1ccc68838c6a65b36a5ee008

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [4dd53b3893ba55db954bd02bd539c9b9a31454f6]

        fix shell build with Win8 SDK
        
        Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [2be1fb4eadb449b82c4c72bfa8b5f5ab2e3f3a80]

        fix extensions build with Win8 SDK
        
        Change-Id: I7c38722c98300f419e6129b46c89b68f46ce4173

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [5d0c35242bb24605ca9ce6f45806b8997a17799b]

        fix cli_ure build with Win8 SDK
        
        Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [b0a6bf81d8a555ff9870ec921be9353a36b493b2]

        fix python build with VC2012
        
        Change-Id: Ibaec87c929889f0038b44aac1e07e2552adc5cc5

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [4967505ad54de0639fbd7bfa553c57ead9ada6ec]

        prefer newer versions of Visual Studio
        
        Change-Id: I6744460db43f66c91ad8e033f59612457acd66ee

2012-10-07  David Tardon  <dtardon@redhat.com>  [d542258ea03292ab23d516c6f361a8d267187efc]

        fix typo
        
        Change-Id: I9ae69377e585603c2cb0edd48a18a21d0934dfee

2012-10-07  David Tardon  <dtardon@redhat.com>  [3af8bd1ac4f216cb27b139cb6b2f8f8b7fcb6706]

        use key directly from $(SRCDIR)
        
        Change-Id: I89f4438688b336f33816164e286f8b6c5b1cd6b6

2012-10-07  David Tardon  <dtardon@redhat.com>  [f6414257a3ce56063566acfdd1efa7e99861c771]

        check platform-defined func. is really defined
        
        Change-Id: I0916051214d8631198723933799e8e27fadef993

2012-10-07  David Tardon  <dtardon@redhat.com>  [86f4727920ae515987005e3c414f1d6056079be1]

        move selection of UNO header variant to platform
        
        Change-Id: Ic06deb22da77428ef88c1071af5d7b8bf9dc77f7

2012-10-07  David Tardon  <dtardon@redhat.com>  [5d83f67e060cb540345463d1762cc87d282e9566]

        a directory is a directory
        
        Change-Id: I6384a9d86123ab354414cf6e9366b4f9e46f1c1f

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [7da6319de0038e5751cf7c8f9f8bca7e1813bb63]

        WaE: 's_hAccessibleImplementationModule' defined but not used
        
        Change-Id: I8caf2951876d47873b325f306515ec840692b856

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [e87e2fd386a1848939aad755ed7dc2b3829a2008]

        WaE: 's_hAccessibleImplementationModule' defined but not used
        
        Change-Id: I700f66cbc3ddb01d723b9a50709b4b1d5ab66405

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [3d16094619cdf29cd96a014572244462a219f304]

        WaE: 'driverLib' defined but not used
        
        Change-Id: If4853650958df9e425c936ead16ea11c976c5657

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [8f850a0ca530fae57c1b0354752fc14e6ebff092]

        Android printing is completely different anyway, surely
        
        Change-Id: Ib58300148bbf248150f514bb3c59d863388eaa0b

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [dc83d895f50169cc2bc525c5db176179d0dbcd4c]

        Bypass ODBC here, too
        
        Change-Id: Ie9a49e9521741038a06dc46a1bd9072088e3bf6b

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [74db703172baa3b2c7e3a77b54260a340777d266]

        DISABLE_DYNLOADING tentative fix
        
        Change-Id: Ic23dcc0b45a90e845fc4fba1861bcee03354da01

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [c56600dfbeaf687f249e4fb641044595892b4ebc]

        Move the #ifndef DISABLE_DYNLOADING a bit earlier
        
        Change-Id: I1777d6304b2ebb218c0f85c778f1a66d05c4f454

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [261e9c71f9d4a12865bba7e7226ffe363aa1460b]

        More glitches
        
        Change-Id: I700eced69bd6b6f9f5a15fd871159de38ac36287

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [914dae47b7be610d6a79c21f7df8f1c7ddb9a1b2]

        Forgot to change the function pointer type name in two more places
        
        Change-Id: Ibe88fd010edbf83e06dc6a5c6b0e0b25d564fd0b

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [06d51d2790b99e31cdcfce366956de35d6ca47d0]

        Revert "For some reason saxparser aborts for me without this"
        
        Not needed now when we always generate comprehensive UDKAPI headers in
        the configuration where I thought the reverted change helped (it
        actually didn't).
        
        This reverts commit 73c3907bce33c07ef78c0bb9ff1e0df8b9fbb323.
        
        Change-Id: Iabbfec9b8e9d6963b31daa52dc574bed01d9eb4c

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [922cff776ae913ea3dbd3fdbd6f72fc990bd9260]

        Let's use only comprehensive UDKAPI headers for Clang on OS X
        
        Change-Id: Ie5969a0f5772676f91c29fe946217d8d31bf514a

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [97593ae24a98daca89fad176dc2492e582b3a821]

        Handle lack of module loading/unloading API when DISABLE_DYNLOADING
        
        There are basicically two classes of cases:
        
        1) Where the code is for obscure historical reasons or what I see as
        misguided "optimization" split into a more libraries than necessary,
        and these then are loaded at run-time. Instead, just use direct
        linking.
        
        2) Where dynamic loading is part of the functionality offered to some
        upper (scripting etc) layer, or where some system-specific non-LO
        library is loaded dynamically, as it is not necessarily present on
        end-user machines. Can't have such in the DISABLE_DYNLOADING case.
        
        Change-Id: I9eceac5fb635245def2f4f3320821447bb7cd8c0

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [1691752dd29d661552700d9bcac5d3a3953fb91a]

        When DISABLE_DYNLOADING don't even provide any module loading/unloading API
        
        Will then cause compilation errors where they are used, which will be
        noticed and taken care of.  (The code chanaged to either use direct
        linking instead, when it makes sense, or to just bypass the
        functionality that requires dynamic loading.)
        
        Much better than waiting until run-time to notice where dynamic
        loading is attempted.
        
        Change-Id: Ib0cb5a2524b5c63f8e27670e7d72e37ce2a8e6e9

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [68669491ade83c395144b66a4f65cd7720f76a55]

        Don't do these for Android and iOS for now
        
        Again, must of the rest of the stuff here probably doesn't make sense
        for Android or iOS either, but at least it compiles. (It won't get
        linked into an app anyway, so just a small waste of time to have it
        compiled.)
        
        Change-Id: I32f56a11312c6a3b5eba00d2db8f0a43dd0752e0

2012-10-07  Tor Lillqvist  <tml@iki.fi>  [ed95cdf4f22c40223e2829d96b9959016eb6002c]

        No point with ODBC for Android or iOS
        
        Sure, little point for them with the other stuff here in connectivity
        either, but those parts at least compile. If/when I get back to
        getting the --disable-database-connectivity thing to work, all of
        conectivity will be bypassed for Android and iOS, of course.
        
        Change-Id: I4eeeb9ccdf46fb2e1df8bf75aef63e17cbb97bbf

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [5084b6dca889e83da13c917a15fafd10a698f326]

        fix embedserv build with Win8 SDK
        
        Change-Id: I3a51a563fa3c2a57cbbe44087f0f4958c2b41a69
        Reviewed-on: https://gerrit.libreoffice.org/790
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [ffbcd1c8b4ff839a16ddd93cdf6eec82bccf8eb4]

        fix canvas build with Win8 SDK
        
        Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d
        Reviewed-on: https://gerrit.libreoffice.org/789
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [bac631c43d53e0f1eb679a853d1fbbb9954d6e3a]

        fix lcms2 build with VC2012
        
        Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede
        Reviewed-on: https://gerrit.libreoffice.org/786
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [e15b459156d488a52c8e70e79e65ae335703a54c]

        silence boost Unknown compiler version message with VS2012
        
        Change-Id: I8f81cc7491da81c33bd27d084a8e7b19e5c637a7
        Reviewed-on: https://gerrit.libreoffice.org/784
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-07  Peter Foley  <pefoley2@verizon.net>  [ecfabb66f421ef07f52a655117f047aa75d54a01]

        add support for Windows 8 SDK
        
        Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249
        Reviewed-on: https://gerrit.libreoffice.org/785
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [701db391b3d3b689af4ca5ab9d67c35b2459c1b3]

        sal_Bool to bool
        
        Change-Id: Ieeebcd89ae2728c6314f28413759bbb353c327bf

2012-10-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [8a2f3de3ef1bee204ec1f94493753bd076ff1f6b]

        WaE due lcms2 include, hide it
        
        Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767

2012-10-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [8113588c35ae494ccdcbb864a7f0f9e08697118a]

        cppcheck: unreadVariable.
        
        aLangMap is a std::map that is written but never used, so drop it.
        
        Change-Id: I8f5184c58fbe812beab8580349535920645e062e
        Reviewed-on: https://gerrit.libreoffice.org/781
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-10-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [ce3d8addcea0d3c8b6efae1f0d3836325deeb72f]

        cppcheck: Unused variable
        
        Defined the aDicLangInUse within the #ifdef block where it is used.
        
        Change-Id: I872cf178a803c3210898f7f317211a8d3a2d368e
        Reviewed-on: https://gerrit.libreoffice.org/782
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-10-06  Tor Lillqvist  <tml@iki.fi>  [73c3907bce33c07ef78c0bb9ff1e0df8b9fbb323]

        For some reason saxparser aborts for me without this
        
        This is in a Mac build tree using the 10.7 SDK and latest Xcode Clang.
        
        This codemaker-generated type stuff seems awfully fragile. Should we
        just bite the bullet and do the "comprehensive" thing for all UDKAPI
        types all the time on all platforms? Is that a sane question to ask?
        
        Change-Id: I9d17e76a83ff71898409179acb445832436f7bbd

2012-10-06  jailletc36  <christophe.jaillet@wanadoo.fr>  [89718e94ec0e61147c0a6a8aa168725df32a6d6c]

        cppcheck : redundantCondition. In this case, it seems to be a typo.
        
        Changed the redundant check against fRate with a test against fPrice as
        everywhere else in the file.
        Also change some comparisons against 0.0 instead of 0 when using floating
        point variable (to be consistent with the rest of the code).
        
        Change-Id: I94a397f1578a90156359987996cb1ef02d5e4209
        Reviewed-on: https://gerrit.libreoffice.org/779
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [10542d925849ac573d33482c1b99af7279433dc3]

        some cppcheck cleaning
        
        Change-Id: I433a34f53e0e31e8bf41a080233955c2781bfd72

2012-10-06  Tor Lillqvist  <tml@iki.fi>  [442b7f6b747855b0899662166927aba82032afde]

        For some reason I need mkdirs here, dunno why others don't?
        
        Change-Id: I1e4e701ba4883862ddf79ef45d4f7521346a067d

2012-10-06  Tor Lillqvist  <tml@iki.fi>  [f26d188ffa00ee6184490fc5c179da16e17301bb]

        Bin unused leftover "dummy" fields
        
        Change-Id: If16fcbb58234a9f1b7e07718f77909273f1fbbd4

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce8ac5bbe40e4cb57e1826a81b3b5c4632474789]

        prevent creating cond formats without a attached range
        
        Change-Id: Ic4c13fa3d0eae54b7db1fa5a4e5c5040582b21ed

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f127204ce0d601ef4b956b92c6ba433f753d534]

        prevent crash when no cond format will be defined in cond format dlg
        
        Change-Id: Iffc54ada1fcf586c00eddf934079fa671f263ce0

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8a854364f6c3d9a7a1de2073d3ff5f17c5c2762]

        enable the add button in manage conditional formats
        
        Change-Id: I82a0abf58f8fc68d0e9e145923961fa3e3c654fe

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c2d8d60748769d32133f33efb43be3e9ea28f8c8]

        selecting the correct entry will also show it in the dialog
        
        Change-Id: I6bbeb2d1cb5af724ac0743d13f3e36cb8b613a88

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b65e98a6a8be0ad7864eb607087d9b85003e5a1e]

        implement the menu strucutre from Astron's proposal
        
        Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea89abb435a0175a7c12a6ccb430752393ce4b64]

        onyl show the exisiting cond format if the range is equal
        
        Change-Id: I6a183b41261f1813b1cce277f3fe4a276ab07bb0

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32d8c9b96cef77fd563ca1ab0c3943f783f1b16a]

        fix another crash in cond format dialog with range name list
        
        Change-Id: I84f9c71fd7f80ad9300f4f7b2c273cd9af0f075e

2012-10-06  David Tardon  <dtardon@redhat.com>  [0e7e65d0480f63000b46b8009becf749e8a1d765]

        get rid of CREATE_OUSTRING
        
        Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [5e47d8ca9a4282d2c7b6e1e561d7f2eb46166bd7]

        Remove 3 oox::ole elements:
        
        oox::ole::AxFormPageModel::AxFormPageModel()
        oox::ole::AxMultiPageModel::AxMultiPageModel()
        oox::ole::AxTabStripModel::AxTabStripModel()
        
        Change-Id: I09c0993c2b6e98eed5536ac1c2a8b5559a3dcac6

2012-10-06  Caolán McNamara  <caolanm@redhat.com>  [190bfac40e1b7a3b32793ac82eb3e67aefd6c785]

        callcatcher: update unused code list and drop more old-layouting unuseds
        
        Change-Id: I1096ea50a23040090c9ee2975a4165c6de238497

2012-10-06  Caolán McNamara  <caolanm@redhat.com>  [0f6dbd1b1762e0b273046a045eb902475fc6890b]

        callcatcher: GetKerningPair* is now unused
        
        since commit c4008ef54630b560792aa288437db1179ad96095
        
        Change-Id: I0cef8db6b59774c804a6a5589f258a55bfc64592

2012-10-06  David Tardon  <dtardon@redhat.com>  [5d900f6ef8573dfe40fef236fbc3c788cea15224]

        drop unused #include
        
        Change-Id: Ic0de83ff615a1dde575d90cff7594c830b96c063

2012-10-06  David Tardon  <dtardon@redhat.com>  [5bc87c1bce72bf670958a0a06e5b63ff259659ad]

        drop unused includes
        
        Change-Id: Iba9f3dcb5404d28b60585bbddd2af4ec0511cea2

2012-10-06  David Tardon  <dtardon@redhat.com>  [5df47e2a17abb2a2455df42fa65756d862e5c6f0]

        add missing dep on comphelper/documentconstants.hxx
        
        Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992

2012-10-06  David Tardon  <dtardon@redhat.com>  [62e51648ff16af103330c5d5e55b1d753e1cdcdb]

        tools/pathutils.hxx is windows-only
        
        Change-Id: I280342029d830e4ffac2902dbb76e6ee9635dc70

2012-10-06  David Tardon  <dtardon@redhat.com>  [aa06349cff8b7f28d1e0ec2e4bc41fb2d7a2d65e]

        drop unused #include
        
        Change-Id: I11b59681a101c3e89db8d7a15d196e8bf11114ed

2012-10-06  David Tardon  <dtardon@redhat.com>  [431a9505196f63a982f6a3452edae1bff5cc2c2c]

        add missing dep on tools/diagnose_ex.h
        
        Change-Id: I171a134250a2fc00f51c550a785125bb9708603b

2012-10-06  David Tardon  <dtardon@redhat.com>  [387005a2c37afed50107d7bae5ead2edff6031d6]

        drop unneeded #include
        
        Change-Id: I20fed5357c55e6c4444b1e100d15600636ffe25d

2012-10-06  David Tardon  <dtardon@redhat.com>  [61d8e02a7b3742600dfc3af0f32057638e4d371b]

        add missing dep on cppu/macros.hxx
        
        Change-Id: Ie6793b6032ddfc44c5514e2e8c826590a924d177

2012-10-06  David Tardon  <dtardon@redhat.com>  [cc201f7faaaf77e6585ca9f389e0974687c700cf]

        add missing dep for tools/diagnose_ex.h
        
        Change-Id: Ib2558d444545cbeedc188ade5265e1bb665ade37

2012-10-06  David Tardon  <dtardon@redhat.com>  [873edb93645f477d3a91751db62a1f58e745803d]

        drop unused #include
        
        Change-Id: I88173adc7ee9f3c3bb909190e983474fb201467f

2012-10-06  David Tardon  <dtardon@redhat.com>  [9efdb4c02f7b646d2d22bea546256b806a075b10]

        add missing dep on o3tl
        
        Change-Id: Ib188836d0359491b556f16c0a5b22dbe1104e56f

2012-10-06  David Tardon  <dtardon@redhat.com>  [e60b346a303abf1cb5ad2216ab20ebaa3e0f7ece]

        drop unused #include
        
        Change-Id: I55b5815feb5674c830993440027c9f3fbbf1ec02

2012-10-06  David Tardon  <dtardon@redhat.com>  [211df60268afc57e6295785101b9591d77161e6e]

        add missing deps on headers
        
        Change-Id: I665ec137c0c1249b4c8a566015026cfe44c88fff

2012-10-06  David Tardon  <dtardon@redhat.com>  [7d8b7b70f4945844f69078c7e7ae9aa9967c22af]

        fix deps on .hrc files
        
        Change-Id: Id50515efae1729d08bd8d90488ab77a82b1ad7c8

2012-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f2e6220fef6dc01b2538281916c2b8a5e3f1a784]

        Fixing some obscurous linking errors on windows
        
        Change-Id: I519d02da58ce5a2915f1e18b5a295f7c093e0f2e

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [d1439727881527c403a6bb8ceac6240ef99f2ed2]

        ...and update unusedcode.easy
        
        Change-Id: Id78d52a793434656baa8c74a707c683d1b2ab506

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [2d45ed51ead977b4ad0cbe5ff872d8510ba904e7]

        Remove unused ReadOnlyModeObserver
        
        Change-Id: I572aea574eeba411441559e538d2438de12e9581

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [27fafb78f1d9dd59d0c4615eaf39f5e80db13753]

        Remove 2 other unused methods
        
        Change-Id: I54b00335020676ada0bcb09c45410e31fe74b59c

2012-10-06  Julien Nabet  <serval2412@yahoo.fr>  [c978bd34864a24e58685d5539f3506b9a5f8e8cb]

        Remove newly unused methods
        
        Change-Id: I050660d095540902b442a86904d70ed544bccf13

2012-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2ca57fb3a9b3666409dadc515f76942a06902d72]

        Fix libcdr windows build
        
        Change-Id: I33a6c4659cf9e3792f17f73977637dab4667f58e

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6e44b87ef6d47ab24bebd586de3e75e9f08cfbe]

        fix crash in cond format dialog with new range edit
        
        Change-Id: Ie19038046fa9121cc234546a9891685153be5646

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa02cce6800cd6021e0160e4698b9e90496a94c5]

        also support removing of conditional formats
        
        Change-Id: I47ba632ccf752611a41b29c0da8e5d0f28a88565

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4921d9650d2ec41e3973e346ed73a20991255cde]

        finally adapt the uno implementation
        
        Change-Id: I15ae8d041f4813c0ee0a36464526296d0cdeb3d7

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a25d4645ab9cf943cd4153647bfcaa02854d77e]

        remaining places in calc core are adapted to overlapping cond formats
        
        Change-Id: I096623d3c531d21eca2f5be29f22a1677a738b0d

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cb337fdcf0c502875c25405c1012713b1b86152]

        adpat ScTable methods to overlapping conditional formats
        
        Change-Id: I2f63ac7884f0897aa47fd4ee35b8af06553c311c

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7152dd8ebfa93e4d7ebe84998fa0ce5fbe43966c]

        adapt ScDocument methods to new overlapping cond formats
        
        Change-Id: Ifc18a3f02b7734e1f6772fb264f2c7bfe6907f17

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [455feac565c124a670d72bdd985e398021fb6ae9]

        adapt xls import to new cond formats
        
        Change-Id: Ibf8149d14c1404fc6e82ec285be9389072f24c31

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e454487d3a7349a1ec19b9785e36ad9e50add542]

        use parantheses to prevent wrong evaluation
        
        Change-Id: Ia872b5648286fd76039f7c397ea78e18bc2ad6b8

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72f1b6743ad5e6b1f8daeac1d1a2b3da4c3fde54]

        adapt old style odf cond format import
        
        Change-Id: I0bfcc21f66e2c76f6c8521bfc711972eb747ac43

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23f51dc5accf23271921dd0fcefa68124644b100]

        remove some newly unused includes
        
        Change-Id: I33e3d581d2ba38d6f68629fc2a7671cb48873bad

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e07da9e6c044c9e145f63eec0ddc7cbebfcb0e6e]

        adapt oox import to cond format change
        
        Change-Id: I0924e0077f877cc123eab999c332e4c08df41f50

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [62525574cc1ecbb4e8753ca704cb6a47f3d22dea]

        adapt ods import of new cond format data
        
        Change-Id: I15969a5ddaab1d7edb2f0b2035f8206e6f544ab3

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d2b49b5b9bffdfa34174af96d85a392fde21fae1]

        support overlapping conditional formats
        
        Still missing:
        
        *Removing conditional formats
        *Handling of Manage Names dialog
        *UNO
        *Undo/Redo
        *Import/export
        *Adjusting the dialogs to support this
        
        Change-Id: I72481cfb807fee2c3a1546222fe7e786d515ab44

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b100e1b0f90a43a0f4503415f114b1790606ea4]

        remove unused ATTR_COLORSCALE
        
        Change-Id: I8118127b21144962275cb4486881b1e63b06ff0a

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9aee608f4997201f29b740bf803f1f96ed4f7358]

        also highlight invalid ranges
        
        Change-Id: I51c725319acb0547963feddf18c0fb34aa6e4f25

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76063f78d510a1e3a2396dbfb8cc37d29f7b127d]

        add range edit box to cond format dialog
        
        Change-Id: I913c844b08f2fd01963c60c4ffa948fc128a5897

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a57a183a2b8b613118b1d2a212ef3069f5ae7e90]

        replace some pointers with boost::scoped_ptr
        
        Change-Id: I5c263cd95262fae2f75069cb441752bbf7ce61f8

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f94d197789cfd0c6418fd03cb18c3a1272150c4e]

        only set a new cond format list if it really changed
        
        Change-Id: I820d1f083edb09abb262beba1536b1b1acba3321

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c695e1208d2d40f6e1f1d61eb65261719f8dd8d]

        faster repaint after cond format dialog
        
        Change-Id: Id5894efd385ad20c7a544142ce4fa4ec5d4ef062

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ba6fe0ce1cf000c59c5a4a71256625f5f89cbac]

        after setting a ScConditionalFormatList repainting is necessary
        
        Change-Id: I7283974ae8f12bd49c6ab806b1b052074f13a932

2012-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [79b1868bf687ff105ce3bf3ccf583434946848aa]

        more work on getting cell attributes and cond formats in sync
        
        Change-Id: If10059a6d2b8d2449a01fe09eb2efb9ccea55806

2012-10-06  Michael Stahl  <mstahl@redhat.com>  [8a3014b8e52c770083aa22e5c2d90a4455a427ea]

        bridges: msvc complains about silly options
        
        Change-Id: I8f2124f13e0a77113dc6b99c2f236bd2077f41b2

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [29ce59347d1525b8cbbcd294fd6f95c822817f57]

        configure: actually link the libraries in FOO_LIBS variables
        
        Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [348d2fd87060a3914b1169093ef71d354cc3349c]

        libcdr: fix --with-system-lcms2 build:
        
        It breaks because LCMS2_CFLAGS happens to be empty, which the libcdr
        configure script then complains about, because it thinks it hasn't found
        lcms2.  Work around that by including a space in the variable...
        
        Change-Id: I16cc8278097dc7119d11fdabcc3be5d1ae8b4327

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8bf3faf995c417b1f833d7c3ee725a2929d4cad6]

        Don't patch configure.ac not to run autotools ever during build
        
        Change-Id: Ib481a70fdb67fcec1b72762c408b27f854fe4d1a

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [12decfc33dcdaaa4ff1574f260945db6a337fff6]

        libcdr: fix typo
        
        Change-Id: Iecf6609a35d4ecff728903d262ec10d3f8faf3bf

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [858751d723f350c741ab2658b6de48117f2aac2a]

        It seems that the VS2008 files are only maintained in the VS2008 directory
        
        Change-Id: I6fcb0a9045b81ea291904f92396df88ffd351c49

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [e80f565c3886f8bc87b03d43acbb1453f7edcc48]

        libcdr: remove boilerplate:
        
        Define the various FOO_CFLAGS/FOO_LIBS used by libcdr in configure even
        for the case of internal FOO, and then just pass those variables into
        libcdr configure to get rid of SYSTEM_FOO conditionals.
        
        Change-Id: I0edabc13f8a068cb13792a16499593b8c589da1a

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [2b7536a99839543cc535c1c60a019bd2f784a847]

        gbuild: add gb_ExternalProject_use_external:
        
        Or rather, re-purpose that for consistency (and rename original to
        gb_ExternalProject_use_external_project), to abstract over the
        system/internal status of dependencies of external projects.
        
        Use it in libcdr and replace exisiting uses in apache-commons.
        
        Change-Id: Ie144600688fa884b5b6faa986c6b95bdfc1ee15c

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [51852f04d1971b7f41cee9dbed14d1aa9e05e25f]

        gbuild: ExternalProject: add use_libraries, use_static_libraries
        
        Change-Id: Idc8b0adf1a9ed26b2e0bec3454fed0ee34e277aa

2012-10-05  David Ostrovsky  <david@ostrovsky.org>  [368e23a3908fcf87a1290ed21da4b57ccf8f3894]

        gbuildification of jfreereport
        
        In dmake jfreereport build system an intermediate directory classes was used.
        All artefacts that created during build were copied there, including external
        apache-commons-logging.jar. Finally java system property was used -Dlib=classes.
        
        In gbuild we don't want to mess with copying artefacts around.
        The artefacts are packaging in $(OUTDIR)/bin and java system
        property points to -Dlib=$(OUTDIR)/bin. However the dependencies must
        be set inside jfreereport module, because of jar interdependency:
        liblayout depends on other jars and flow-engine depends on liblayout.
        This is achived with new function gb_ExternalProject_use_packages.
        
        Special treatment is necessary when system apache-commons library is used,
        in which case it is not reside in $(OUTDIR)/bin, but in
        /usr/share/java/commons-logging.jar or in custom location. For that
        purpose the both patches: flow-engine.patch and liblayout.patch were extended
        and new java system property was introduced -Dcommons-logging.jar and passed
        to the build.xml. A dependency from liblayout to apache-commons-logging is set.
        
        jfreereport was moved to tail_build module.
        
        Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e
        Reviewed-on: https://gerrit.libreoffice.org/761
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [3ec5db65a7b1dfde8246ed9855716916d6cc468e]

        SwHeaderFooterWin: check if we are on the first page
        
        Change-Id: Ib61effb43c2b029c92886319d3a96612b9732878

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [02a934d03b101ce463a232f9cbb7b43e684de37e]

        SwFrm::OnFirstPage: if there are no previous pages, we are on the first page
        
        Change-Id: I9e3a77bfeb314eb48f2a4185b8751e370357c7e0

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [52304f30839eb3091304bb0d7b697b6cedda71ea]

        libcdr: argh i am getting senile
        
        Change-Id: I1674da35bf1d756bda5c4b991cc586462325c838

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [1a9740671cfe0f324135276fe42bd18f29dcda7d]

        libcdr: hopefully get this to build
        
        unfortunately the ExternalProject uses a StaticLibrary built in libwpg.
        
        Change-Id: Ie4a8933247edbd2d53f697432a0848a05216237f

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [ff12d3033b9284a779ea32f7cbf20d840b1995f2]

        gbuild: implement gb_ExternalProject_use_externals
        
        Change-Id: Ie6eed251a5034d9761abca75506b677af394d945

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [53b7bdc787a1bca69066df2435b6e1c3fa541759]

        RepositoryExternal.mk: add package dependency for libwpg
        
        Change-Id: Ic0dc4333329a4ef11eba2afe23d4e5f101689517

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [751dacec8e0947c2d85187342995822e6dc62912]

        SvxHFPage: add UI for style::PageProperties::FirstIsShared
        
        Change-Id: I76828a865751a8f29aeff40ccf7feb400692c43b

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [f3905ac09a6f37615d1335c7d2d50bd00c07b920]

        ItemSetToPageDesc: don't call SwPageDesc::ChgFirstShare twice
        
        Change-Id: I241858b0d8920187e21dcdb9fd4aac9e4d9054ba

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [5c19b8701c58fbb49188ce2210879ce6f4431471]

        ItemSetToPageDesc / PageDescToItemSet: handle first page footers
        
        Change-Id: Id480c0e81b79ec48b3ceba566219089d9a408c22

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ef7e60c1180fd643b472b57ad064a50601c51f7]

        No need to apply a patch
        
        Change-Id: Idf9ad88293ca6a51f16f1230176d5c97558c66ed

2012-10-05  Stephan Bergmann  <sbergman@redhat.com>  [39d6c353fb40e6c20fc69d5d3c07181d2ef1dd45]

        Turn a SAL_WARN into SAL_INFO
        
        ...as lingucomponent GetOldStyleDics SYSTEM_DICTS code harmlessly triggers it
        routinely with input containing _ and then fixing the input.
        
        Change-Id: Id00857f0b89eb65ad155e8cf0883dd2f45851c7d

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [56c520fa70ae86ad06716bde63a35d205b688c02]

        Upgrade lcms2 to 2.4 release
        
        Change-Id: I21186cef7fe30542eaabbdeeb8920c3839724805

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d18455e24644a90cbf9f146ea8b4eed74180592b]

        Revert "It seems that we have endianness problem in internal lcms2"
        
        This reverts commit d9ae7573083343b8db7fd65b5677a2132bd2e1e8.

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [27a8a02826c40e57b96a4f27e4646ee44a21593a]

        Revert "Oops"
        
        This reverts commit 03c766e6017cc3b7e18a8c5eef35ba7e84777d88.

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [3559b4b1ab434897491a65ed06db54ba7ecb27de]

        SwUndoPageDesc: take care of SwPageDesc::aFirst
        
        Change-Id: I05621cc1bf6d4201120c8757d5c2886723d7d18c

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [349bbf8f068f82801428c837aec50658cf169ebc]

        More typos
        
        Change-Id: I6e3bdf0cfcdfa46cf47e4db1e0703c948b4a35b2

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03c766e6017cc3b7e18a8c5eef35ba7e84777d88]

        Oops
        
        Change-Id: I84e8a3833ae16cc9197b8b772404587a3dea1158

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [343e12f0c39353e3bab17ec101fb25b3ccd3ded0]

        A typo
        
        Change-Id: I115cc8e17ae6cb89d215528acb0d0fe25eb71d85

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b8f39c5c411fd4c40016c5aadd398005c2ed1755]

        Uploading a new shiny libcdr-0.0.9
        
        Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [8f6d8d471d62f412956cb3dad339e5ab9a99dd5f]

        sort by grid position, then pack type, then pack position
        
        so that focus ends up on the visually first enabled control
        
        Change-Id: Ia279c4531536305ce43eb8372abde2445769487d

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [06e3724d1c166e6715455555788f5b11c310d60a]

        convert password dialog to .ui
        
        Change-Id: Ib2e9c5a72239fc0fa3a54ac3717d90fe1b779d63

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [a65f48f375d218b592ba7c17752f9ca86e14bd65]

        I can't see why the hyphenate cmds have toggle entries
        
        because the dialogs are modal ones so no different
        than most commands. (Probably cut and paste and few
        notice using themes where empty toggles have no
        frame and are indistinguisable from non-toggle)
        
        Change-Id: If82b59e7cebb71bc834a48970283b2cf68e5fdf9

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [eef849b8fb396201395ef6913d9c4e161aded88d]

        convert hyphenate dialog to .ui
        
        Change-Id: I0025ce0107deaaf6b4698745691c9f0bfddc7c34

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [3479c1fb010df54ef675413d8b3659a8d619388d]

        de-pimpl Hyphenation Dialog for simplicity
        
        Change-Id: Icba94fdd75d5e09fd81744d2f5ce55886b8777b4

2012-10-05  Caolán McNamara  <caolanm@redhat.com>  [d559ffe0513ec9f4ffc3ba8d857f8644fd9b1ada]

        add stock "remove" text
        
        Change-Id: I945a46a8ca3df8c6cf7982a531025d8d8b6c31a4

2012-10-05  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a418748140f993e481e2ff1cb37464936f0b2243]

        Extract argument-handling to one source file
        
        Plus cleanup
        -Delete unneeded global variables
        -Delete -e input flag in general
        -Delete helpex's -x, -y and -lf input flags
        These are all unused
        
        Change-Id: I83db62543a728ed75fa6893c45566f11d1237c69

2012-10-05  Stephan Bergmann  <sbergman@redhat.com>  [9db74c6133ede2a28af077fd563398176ff0d858]

        fdo#46071: Do not hide windows based on nil "Visible" property
        
        This appears to be messy:  The /org.openoffice.Office.Views/WindowType
        configuration group template has both a nilable bool "Visible" property and a
        UserData/Data string property that encodes various things like geometry---but
        also visibility---in a string.
        
        Now, likely due to the problem that has meanwhile been fixed through
        f3f79cc9e6c265baf48955d53f7e888205e0b3e0 "Resolves fdo#46074: Fix
        Partial::contains for paths that go past a leaf node," some
        registrymodification.xcu files in the wild contain such WindowType entries in
        "default" state, without a UserData/Data string and with a nil "Visible"
        property.
        
        The way SfxChildWindow::InitializeChildWinFactory_Impl and
        SvtViewOptions::IsVisible are implemented, they will always lead to an invisible
        window for such broken registrymodification.xcu data (as IsVisible unhelpfully
        returns false for a nil value, and InitializeChildWinFactory_Impl uses that
        value when there is no UserData/Data string).
        
        For the Math formula editor window (ID 30378) this means that it can disappear
        from the UI completely, as there appears to be no UI trigger for the user to
        show it in case it is hidden.
        
        The fix is to introdue SvtViewOptions::HasVisible (which only returns true if
        the property is not nil) and change InitializeChidlWinFactory_Impl to only use
        the value of IsVisible() if HasVisible() returns true.  This makes the code even
        more baroque, but this is a rather central, generic piece of code for all sorts
        of windows, so I do not want to break any other uses by e.g. changing IsVisible
        to return true for a nil property.
        
        Change-Id: Iae40075a7116a8aabd2d25aa9334709522e23d8f

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [aed09ee69fb2e5edfb02c4df81ef1adee407c54f]

        offapi: move LineCap, enum generates headers
        
        Change-Id: I0fada447af361c319851360d04a94948148e5a26

2012-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d9ae7573083343b8db7fd65b5677a2132bd2e1e8]

        It seems that we have endianness problem in internal lcms2
        
        Change-Id: I1bec67344ddd5d1caf417355fafd344f48517f77

2012-10-05  Michael Stahl  <mstahl@redhat.com>  [f7bfe52ae5cc12ce8198cb01837c875955ac4a6a]

        shell: no need to define XML_UNICODE ...
        
        ... because it is added automatically by the external expat_utf16.
        
        Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7

2012-10-05  Andras Timar  <atimar@suse.com>  [2ba5fe6952c8b5aaf81b13a037854becd31c9a9c]

        add ODMA license
        
        Change-Id: Ie1dfa8bac9d894d86d15fed98341d4700d656fb9

2012-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [5ef8d9b771bd0918644695772dd58a9e74f9f1d4]

        Clarification to comment
        
        Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae

2012-10-05  David Tardon  <dtardon@redhat.com>  [fbd30b2a09e7e92ad83db669d81199d7f3a4a8a1]

        re-add accidentally dropped modeline
        
        Change-Id: Ie59b0bab6bec6957f13a3931b6be46985e3db2c4

2012-10-05  David Tardon  <dtardon@redhat.com>  [3a282cc97cb846efd065983aa17f9b1875fbef66]

        drop rdbmaker support from UnoApiTarget
        
        Change-Id: I02ca44cc33d1d8e1ebc9f158f859c9218d2ed832

2012-10-05  David Tardon  <dtardon@redhat.com>  [6f4a8f93c8944628d6d56b21d9a9c4b360884d1d]

        directly use udkapi
        
        Change-Id: I44c3b830a61ef1f65833732b5bc66c061ed27c21

2012-10-05  Miklos Vajna  <vmiklos@suse.cz>  [cf5593ae02ec8fabf47662f84bee7913a74d1e7e]

        cui: kill C2U and UNISTRING macros
        
        Change-Id: I69d883e623f7fffd37c05b85a6655009da9c23a8

2012-10-05  Ricardo Montania  <ricardo@linuxafundo.com.br>  [b29ecc914b78216ea9a355c431ca4748eb056b06]

        More ::rtl::OUString cleanup in basctl
        
        Change-Id: If7cefe8d2e188e65a465a25a5d5f77e6daebcd17
        Reviewed-on: https://gerrit.libreoffice.org/760
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-10-05  Ricardo Montania  <ricardo@linuxafundo.com.br>  [554a45f266791c32543fcf96a979036becf41f8a]

        ::rtl::OUString to OUString in basctl
        
        Change-Id: I34228049e15ee8a899a4c5e1484d7ed3bc541dd4
        Reviewed-on: https://gerrit.libreoffice.org/748
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [a51833bf79eed21a7cddd6da45dc9d3dc07b4983]

        fdo#52022: Simple/LargeControlPoints actually can have nil values
        
        ...in old LO 3.5 registrymodifications.xcu, which causes trouble when migrating
        to >= LO 3.6, see <https://bugs.freedesktop.org/show_bug.cgi?id=52022#c23> for
        all the details.
        
        Change-Id: I8fa1e67998c9588b9d8bf3a3b52e4b0684d3d705

2012-10-04  Noel Grandin  <noel@peralex.com>  [4338d2f80ac68c6b55a9006254151f370bb8c6ab]

        sal_Bool->bool in svl::DdeTransaction
        
        Change-Id: I97dd4411b5293b8f61527505e54608442eb18cca

2012-10-04  Noel Grandin  <noel@peralex.com>  [c29633988bc1877c5f6e2a89be4840c70afde418]

        sal_Bool->bool in svl::SfxStyleSheetBase
        
        Change-Id: Id506fa56d07be56d63715703e354625715275933

2012-10-04  Noel Grandin  <noel@peralex.com>  [055b6f1271cf90240caa3ab0f22f3e760fcefd51]

        sal_Bool->bool in svl::SvxSearchItem
        
        Change-Id: I60230e57993ee24fc80eb26d16588f131ec1f8dc

2012-10-04  Noel Grandin  <noel@peralex.com>  [e247cb585c749ac1ea2abdb29c872fb977ab3fe3]

        sal_Bool->bool in svl::DECL_PTRHINT
        
        Change-Id: Ib9a0aa8e22cb84b07b7346e5647b2a2667f05c6a

2012-10-04  Noel Grandin  <noel@peralex.com>  [14916972c532bc4713c2bc11acd3c4f9c74e93a1]

        sal_Bool->bool in xmlsecurity
        
        Change-Id: I80b20f5df179f994e5004c1ef390457c252478ef

2012-10-04  Noel Grandin  <noel@peralex.com>  [b3c13b940a4b023bdbf37bfc0b9385a54e3d8b3f]

        sal_Bool->bool in xmlhelp
        
        Change-Id: I509cf60e4bbbe7dfb25a3943d97c9d35a22e0bb6

2012-10-04  Noel Grandin  <noel@peralex.com>  [8e995db6a2dd2becb2e88903a28877db2591ae06]

        sal_Bool->bool in codemaker
        
        Change-Id: Icea58e7c1dea14f524d6a8d479b7d85e79d6266b

2012-10-04  Noel Grandin  <noel@peralex.com>  [ab7bc4f4c29dbeb206098b5a7e56682834af04b0]

        sal_Bool->bool in registry
        
        Change-Id: I6afabf33e1d1ab890c979193c25381e0d38c1f50

2012-10-04  Noel Grandin  <noel@peralex.com>  [2765cf0ca81b606f169d8ec723d41d509f336628]

        sal_Bool->bool in rdbmaker
        
        Change-Id: I454e5f4522cd5c5c1f04fde7cb79feab5ae63528

2012-10-04  Noel Grandin  <noel@peralex.com>  [b6831de354009a09b0606c0efe04b5601dd77f4c]

        sal_Bool->bool in testtools
        
        Change-Id: I716c0a08565e874bcb0667e72ed5261231a4743d

2012-10-04  Noel Grandin  <noel@peralex.com>  [f649c5acd4269eb6df4303127fb780d18ffe388a]

        sal_Bool->bool in scripting
        
        Change-Id: Ibb61dc696c4341a0b58d8fd7c2fdfb4c5b991596

2012-10-04  Noel Grandin  <noel@peralex.com>  [9d7c5393309d6e50554a18e2e50b4b97bb26cb57]

        sal_Bool->bool in regexp
        
        Change-Id: I45301c519037ac6c027bfb5a44e8a2a2d53b3ad2

2012-10-04  Noel Grandin  <noel@peralex.com>  [c849c4b987021d933690ec77b714b9202df0686a]

        sal_Bool->bool in hwpfilter
        
        Change-Id: Ief6d6678a04084a90d07d87780689b92af2e3ba4

2012-10-04  Noel Grandin  <noel@peralex.com>  [2e7c6b8684a40f30b2af38be035802d222b24d20]

        sal_Bool->bool in padmin
        
        Change-Id: Ica624c28b4e423531be3ef6a601f266d1cad1d07

2012-10-04  Noel Grandin  <noel@peralex.com>  [4faa36e42fd421d2abebd448f5ae3a6f7944f098]

        sal_Bool->bool in jvmfwk
        
        Change-Id: I8821bc7e4615421a710e6fdf913e646059dd5665

2012-10-04  Noel Grandin  <noel@peralex.com>  [6972b7a0af1b1f674988e42643491e2597ceef24]

        sal_Bool->bool in i18nutil
        
        Change-Id: Iafb0095a1320ad785e1d0ccbaeac9f26cc4dd02f

2012-10-04  Noel Grandin  <noel@peralex.com>  [b377ccca01070ce096fdf13aafc34020d5bc80ca]

        sal_Bool->bool in lingucomponent
        
        Change-Id: Ic3b55606faf60648d3a680b7a60c331047151ab5

2012-10-04  Noel Grandin  <noel@peralex.com>  [dea967349cea054b20fdfb22d6c59eee08f3faeb]

        sal_Bool -> bool in hwpfilter
        
        Change-Id: Ia1b6830ef9ab06a1914abb7f6d5857ce9d845061

2012-10-04  Noel Grandin  <noel@peralex.com>  [c69280ab4ef3d24d255605620ce5a4faca3ea184]

        sal_Bool -> bool in chart2
        
        Change-Id: Idba76b64746fb1eec0a723a9fcbac025eda3d9a1

2012-10-04  Noel Grandin  <noel@peralex.com>  [9ee020af1cece4c8ad09cf6b2522647133ccffd2]

        sal_Bool -> bool in chart2
        
        Change-Id: I60f2ead9986afb13157ac9e6a394ff02bcf4de6f

2012-10-04  Noel Grandin  <noel@peralex.com>  [4aa117b81ed236bea291007f4722a8ca6fef732e]

        sal_Bool -> bool in comphelper
        
        Change-Id: Ib7f2a10a4ff0227a5d5c137602c3c2f353334d24

2012-10-04  Noel Grandin  <noel@peralex.com>  [414ac85bfee7d034668e954e0f68751852c24062]

        sal_Bool -> bool in comphelper
        
        Change-Id: Id9f4aef6c7453cebd83dcaedf2ad7427e03cc960

2012-10-04  Noel Power  <noel.power@suse.com>  [5a651522acb42fcffa6defc212cb8d0e9b9b7d3f]

        really export default row heights for xlsx fdo#55621
        
        Change-Id: Icdf581cd7ae245f2749fecf00957bc9524f717d8

2012-10-04  Eike Rathke  <erack@redhat.com>  [b738599956964c0e6b5bbdc0baa9b3eb5c1a2302]

        use correct LangID in currency key
        
        Change-Id: I2607e2cfcee151f4fda05f2eb47d860ac9d1079a

2012-10-04  Eike Rathke  <erack@redhat.com>  [31cccbfb880c97118056153e32225177b6de4884]

        use correct LangID in currency key
        
        Change-Id: Id93dbccac2495491350c2cbcd7348d98f54a211a

2012-10-04  Michael Meeks  <michael.meeks@suse.com>  [015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281]

        re-base on ALv2 code. Includes:
        
            clarify Option->Language UI option
            Patch contributed by Herbert Duerr
            http://svn.apache.org/viewvc?view=revision&revision=1173991
        
            cws mba34issues01: #i117712#: fix several resource errors introduced
            by IAccessible2 implementation
            Patch contributed by Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1173991
        
            cws mba34issues01: #i117709#: add missing string resource
            Patch contributed by Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1172348
        
            cws mba34issues01: #i117716#: fix missing resources my removing unused code
            Patch contributed by Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1172345
        
            re-add Crystal, Tango, Oxygen icon theme listings.
        
            correct method signature
            Patch contributed by Jean-Louis 'Hans' Fuchs
            http://svn.apache.org/viewvc?view=revision&revision=1306725
        
            i#119063 - correct serf integration
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1300521
        
            i#119036 - adapt serf integration
                   -- use transfer-encoding 'chunked' on HTTPS
                   -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code
                   -- refactoring
                   -- improve user experience of certification dialog - only shown once
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1299727
        
            118569: Use whole certification chain for verification.
            Patch contributed by Andre Fischer
            http://svn.apache.org/viewvc?view=revision&revision=1295493
        
            serf integration: improve credential input handling
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1294557
        
            warning-free ucb/source/ucp/webdav
            Patch contributed by Pavel Janik
            http://svn.apache.org/viewvc?view=revision&revision=1294086
        
            some refactoring to PROPPATCH and PROPFIND requests
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1293281
        
            i#118569: Replace neon with serf
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1292832
            http://svn.apache.org/viewvc?view=revision&revision=1292794
        
            remove OS/2 conditionals for now.
        
            re-enable webdav unit tests.

2012-10-04  Michael Meeks  <michael.meeks@suse.com>  [03ded70913f957460f90608465e4d0a182879074]

        rename ucb/source/ucp/webdav to webdav-neon

2012-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [5d0c1f0ac8875292c49989e4f77fafc52a7e84a6]

        Add some notes about graphicfilters
        
        Change-Id: I1d2a51865b0e564821db7fb45b9e557e4594d4a1

2012-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ca1a7aa9935ad33325ac7aebbbb127995337988]

        limit polynomial degree in the dialog, related fdo#46100
        
        Change-Id: If49db1a503548103dcf605cc1c2d8064cdd2d5b2

2012-10-04  Michael Stahl  <mstahl@redhat.com>  [4113d9664c60d004474dfc1cffbcd7dc50fa6dc4]

        rhbz#820283, fdo#55462: sw: better fix for DOCX table import crash:
        
        The fix in 6d2e09db4a677068095b0bebd08fbbb96620d60c is completely bogus.
        Only vertically merged boxes result in dummy boxes with negative span,
        while horizontally merged boxes result in different numbers of boxes per
        line.  So instead of inserting boxes, adjust the width of the last box
        in rows that are missing boxes, such that all lines have the same width.
        
        Change-Id: I4e90e852b314bf6f7885bde7b450dab7c668469e

2012-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1dee0aaacd8e30e2949053ebf351d76bad14ac3]

        limit degree for b-spline to 15 to prevent std::bad_alloc, fdo#46100
        
        Change-Id: Ib801c6af84b52ed093be2ba5eba902513bfa4070

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [31713fee3c117007dbd322cbfc2971e52899d04c]

        Fix an InteractionHandler new-style service use
        
        Change-Id: I593467dce8f1e70e1f5068d722dfa0654d3346b7

2012-10-04  Noel Power  <noel.power@suse.com>  [8e753f8446554822d97969b0c18eba6cb9d79e26]

        xlsx fix import/export of column widths fdo#55623
        
        column widths were never imported or exported correctly in xlsx.
        
        Change-Id: I92d469ce52495fe77281cb22341e9c5127e6b506

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [4a42f84a70f38ee848b01baeaa6da5219dfe9b53]

        Clean up HAVE_THREADSAFE_STATICS
        
        Change-Id: I042269aabaa2e9952c5d2f41cf93e55d654f6313

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [4bcf34ae5a524d4c35407bd087aef52c4592011c]

        Codify the fact that GCC < 4 is not supported any more
        
        Change-Id: I8d0eb681cdfefbf7524de4478e3296ca797b4c5e

2012-10-04  Luboš Luňák  <l.lunak@suse.cz>  [da6c468f337ecafd69b5e0942000ed1bb7415e34]

        add also toplevel <module>.build target, while I'm at it
        
        Change-Id: Idd61ec8539dbed81b4500f7c041f8a2b614a7233

2012-10-04  Luboš Luňák  <l.lunak@suse.cz>  [0d5a0d42d9104ef6422ba7078f2449dee865e206]

        add module targets to .PHONY
        
        Change-Id: Idb83964f4a772eee42f3f24e4b43cbd903b0ff82

2012-10-04  Noel Grandin  <noel@peralex.com>  [a20f9a410fdd3f776f870434bc39219d5fc64b40]

        fdo#46808, Adapt xml::sax::XParser UNO service to new style
        
        The xml.sax.Parser service already existed, it just did not have
        a new-style service to create it.
        
        Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [bd6b41bce491ac5a5f562652b7e32045cc22c35c]

        bump to latest *binary* liberation fonts
        
        Change-Id: I58255383497176984cf836faca8c7b7766335da1

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [fb6fdb547bf371eb2f2bac86841a683be43c4332]

        Revert "bump liberation fonts to latest stable version"
        
        This reverts commit af1f72feafc00ee6658f6fa7d267f58132adba09
        because we would need to build the fonts from .sfd, sigh

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [af1f72feafc00ee6658f6fa7d267f58132adba09]

        bump liberation fonts to latest stable version
        
        Change-Id: Ie8286af3e7840acc3013c192e95d0a1658618310

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [dd11a1e57a2565560803dc3fef5fccc9e7157105]

        Fixes/improvements on previous commit
        
        * UUIInteractionHandler still needs to implement XInitialization.
        
        * Moved ambiguating InteractionHandler typedef out of the way.
        
        * Removed InteractionHandler.createDefault, as it was originally stated that "it
          is strongly recommended that [the "Parent"] property is supplied."
        
        * Added back documentation about Parent and Context.
        
        * Simplified some call-sites to directly use XInteractionHandler2.
        
        Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883

2012-10-04  Noel Grandin  <noel@peralex.com>  [c25cb8a641723ab098980bb842caf75c0dc9b059]

        fdo#46808, Adapt task::InteractionHandler UNO service to new style
        
        Since we don't need to expose XInitialisation, we can make the new-style
        service implement XInteractionHandler2.
        
        Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [0f3f9cb63056715845d9c3565bde69470c73efb2]

        Related: rhbz#862467 band-aid when creating embedded object fails
        
        Change-Id: Ie5ecc8f56636e692a6e17a2e8fab0cefd46cdfb4

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [b243afd8755c2a470c6aa0607f5773bedd026937]

        callcatcher: update unused code list
        
        and remove code freshly unused post widget layout introduction
        
        Change-Id: Ifa244391f7f2b565dec10314ca3fd2958dfd87a9

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [77407d7ad0cece76eed9e7767765b12229e6449d]

        convert thesaurus dialog to .ui format
        
        Change-Id: I58c128b78f19b1141b82c2cecb37ed390a5db82b

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [c5850f4b25d2b735ea59bb0ac8c2bc58527ac17e]

        Use MenuButton for non-editable GtkComboBoxText instead of ComboBox
        
        its more similar for the non-editable list. Requires some love
        to MenuButton to reflect the selected entry and resize appropiately
        
        Change-Id: I4b37931e35a5f326d6fd4e445eb741bece6b55a6

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [d3b7a3acb481ef530094296eb4461dd343270879]

        support system dicts named using bcp47 scheme
        
        but fallback to LANG_REGION on failure
        
        Change-Id: Ic31ba142209cdea1565adef2b592fd59111d9162

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [96e353491215fd2b703f2cd48959176f3e401043]

        Show lang-tag instead of Unknown for languages without unknown name
        
        Change-Id: I8e7bb96ecdc6d6edf38401394209b62b01af6784

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [ddd0e56cd787c2f86e9a154cbb0b4ad09ee40f80]

        handle children of deferred dialog better
        
        Change-Id: I86f0a23408c031a99a31cd309defec519a2e91ec

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [7263bfec9a6511fc8f5c79135a7c853156560755]

        be more tolerant of temporary frameless parents
        
        Change-Id: I61a52d0f5a5e29d271c84fd7b85d80b7fac2e2ec

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [a06579a77a50de08b6e5b92a35939efc87492ed5]

        unroll thesaurus dialog and its pImpl
        
        Change-Id: Ib4f5214ae8a699a0bc6abddf67636c712d7f6846

2012-10-04  Caolán McNamara  <caolanm@redhat.com>  [f954e900f4714dc4a43d5b7ae7a84a9bfb809178]

        improve col/row spanning
        
        Change-Id: I7a8d7dd9f504183bb7d40c301f28c7a6a2153872

2012-10-04  Miklos Vajna  <vmiklos@suse.cz>  [a964cf666abb0c4df4e29ea8709532b7d45c104f]

        sw: proper fallback for first page in InsertNewPage()
        
        For left/right share, the fallback is easy: the left page always falls
        back to the right page, if there is a fallback. In case of first page,
        the situation is more complicated, as there are multiple fallbacks
        (left/right).
        
        Since commit 9ff68a2, first page fallback was decided during registering
        part of the SwPageDesc to SwPageFrm, which is bad, as without a document
        export/import, a changed IsFirstShared() didn't have any effect: the
        LeftFmt/RightFmt was in use, so FirstFmt had no SwClients -> nobody was
        notified when that setting changed. This commit changes first pages to
        always use FirstFmt, and (if a fallback is needed) sets FirstFmt to
        point to LeftFmt/RightFmt as necessary.
        
        Change-Id: I4654baf293d72070fcf7e9eea408a43a31079e60

2012-10-04  Jack Leigh  <leighman@gmx.se>  [af4df7ac089134df888ada3cd36b27a0b62babab]

        fdo#48257 collect function prototypes from basic/ into single header file
        
        Change-Id: I1666e64b2b611054e1a713a76575e2f06781f80a

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [eff6d4e01b87df58cc218cf0663d0f711fe06fde]

        Version name/dependency cleanup towards 3.7
        
        Change-Id: Ib5da7703bf48713093bc6a3380facafd0013e039

2012-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [e2b23364d4ac9f096f93aebd076b23f68e28b7a8]

        Mention the plugin mechanism
        
        Change-Id: I51e22cceb332048552e86acb2362b907617a84cc

2012-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [9d9f2a382d12eb3ad5335495dc8bb5f644f9fc32]

        The "working on that" is now done
        
        Change-Id: Ib5a9decaf97817333bbac9853589af7fc9adf94c

2012-10-04  David Tardon  <dtardon@redhat.com>  [72abe64ee0fb803d6187da176495ed765e795ccd]

        fix typo
        
        Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44

2012-10-04  David Tardon  <dtardon@redhat.com>  [b041f920d3156b686b5b66125200da104530d892]

        commons-logging uses tomcat, so it should depend on it
        
        Change-Id: Ic0ad26494081c58c01a4f8ecd004d0c289a704e8

2012-10-04  David Tardon  <dtardon@redhat.com>  [3c68b623660d43ef22141f46dec465f0c56859e8]

        add gb_ExternalProject_use_package(s)
        
        There needs to be a way to depend on the output of other external
        packages.
        
        Change-Id: Ic0f200b6d6b6c0968a28434ba96f1a2f1efa527e

2012-10-04  Stephan Bergmann  <sbergman@redhat.com>  [232969d1c09e390c1287be8b94164ac22295e277]

        Fix languagetool patchlevel settings
        
        Change-Id: I528b7a9187f0db869c820f7f0320194b036438ff

2012-10-04  Tomaž Vajngerl  <quikee@gmail.com>  [6f221adc31e8323284720e7ccfe4818430a9bd66]

        Improve quality of page previews in Impress/Draw with supersampling
        
        Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501

2012-10-04  Tomaž Vajngerl  <quikee@gmail.com>  [1e6985da53b91fd0f2a3d44cd30dd3a73dcd6919]

        Add "Compress Graphic" menu entry for bitmaps to Calc
        
        Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db

2012-10-04  Tomaž Vajngerl  <quikee@gmail.com>  [7895ebdab0b0ed7d2a9b361d6d5ab02b0e9361d6]

        Add "External Edit" menu function for bitmaps to Impress and Draw
        
        Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7

2012-10-04  Tor Lillqvist  <tml@iki.fi>  [bd24ac7cb585392d42c113e3547c3074ca3f745c]

        Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADING
        
        Change-Id: Iaf1f6c0fc76b97b1cfca63edfb91d5a39988c8c0

2012-10-04  Tor Lillqvist  <tml@iki.fi>  [0c1553a86e837b7538dc0f80316ed0798747756b]

        Disable-dynloading updates to component list
        
        Change-Id: Idf092958e46a2ad9d56541c90c5a2beb44baff48

2012-10-04  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [4fdc50d8662be6d830101d5d2045de8ead780b7b]

        Remove blocks of code that will never execute("#if 0" blocks)
        
        These blocks of code will never execute. So we can safely remove them.
        
        Change-Id: I63de52342ce6435b6e8e19b041e2dae59c681f34
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-10-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [02235d101f934178c1e63acd09e9e28f90961a0e]

        old Mac linker is picky about argument order - static libs last
        
        and also after stuff that references external symbols, as it only looks
        for symbols it has encountered so far in the object files. Stuff that
        comes after the specified library then results in symbols not found
        despite the lib being on the commandline earlier.
        
        (another solution than reordering the arguments would be to use
        -Wl,-all_load)
        
        Change-Id: If4add0d3f81b13874c1620406fa40fcbd25b7cf0

2012-10-03  Ricardo Montania  <ricardo@linuxafundo.com.br>  [db1af9a43458bd7cc9995c3c4e901ddad4e79c8d]

        OUString and RTL_CONSTASCII_US... cleanup in basctl
        
        Change-Id: I440d245d013873ec2830280ad01a4d0625fc4c1a
        Reviewed-on: https://gerrit.libreoffice.org/741
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8b86cb65933c4a522ea4f8cc77016cfb8ebc31f6]

        Ui merge from po files
        
        Change-Id: Id699cf94c17016c9af87fad389339cf323329741

2012-10-03  Xisco Fauli  <anistenis@gmail.com>  [60211510d3a1c2f96bb6f6e96895f003d6beef74]

        pywizard: localise listbox at runtime
        
        Change-Id: I667976f7f76776cc3ef76abe9935271a7a0c2923

2012-10-03  Xisco Fauli  <anistenis@gmail.com>  [789c48251add484f3c912b700b418a733385181d]

        pyfax: cleanup ugly code
        
        Change-Id: I6141e544391c6723e7d2949771be1bd5a1768163

2012-10-03  Xisco Fauli  <anistenis@gmail.com>  [ee70864a632e2abf219fe514b8736d887aba2602]

        pyfax: Cleanup resources
        
        Change-Id: I68059a9ae31d22be3f1390eb065f13f98df8116b

2012-10-03  Tor Lillqvist  <tml@iki.fi>  [ca821bf466759347089dd1938162bcd5fdd3ae00]

        Don't try to make binaries that run on ancient OS when using current tools
        
        For some reason the current Clang linker doesn't like that and
        misbehaves, Apple bug 12075544. It is unclear whether binaries built
        using a modern Xcode and SDK to run on 10.4 actually would run on 10.4
        anyway.
        
        Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185

2012-10-03  Tor Lillqvist  <tml@iki.fi>  [1d9803bacc4dc650a2ccf1c7a76e0e61759d1d27]

        Use also the ASMOBJECTS
        
        Change-Id: Iee09fc308097ab0a5f73e321da30b7e301b9f4dd

2012-10-03  Tor Lillqvist  <tml@iki.fi>  [61137e5fe3478116129c748f991e8f1712564174]

        Make isNextGroup() declaration match implementation
        
        Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [3bde7aa0943c76cf0b8063f9c03f7b15edd749b1]

        Delete german text from registryitem_math.ulf
        
        Change-Id: Ic6a6706062bc82d5e4096d0a6aa7b52a8988f1bc

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [2146c00da07a0c632028cf41c4c1a5a687d82ffe]

        Ulfex ignores comments during extraction too
        
        During string extraction this does not cause
        real problem but causes unnecessary operations.
        Plus make isNextGroup not to change sLine_in
        parameter.
        
        Change-Id: I3db6a94ef320c096a7519f7f83dd4080d0588459

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8ca8ea20e0aeeb26f085cbf331bf92003e1e9648]

        Correct ulfex to ignore comments
        
        Change-Id: I50e41a3946ff885783006018f7b6ff2945cc7dfc

2012-10-03  Tor Lillqvist  <tml@iki.fi>  [78c7bbc3ce92493ca98c605f92733e31ad87ef70]

        Use different symbol names in the two expat variants we build
        
        We need to be able to link both into one binary in the
        disable-dynloading case.
        
        Change-Id: I499e204dfef2af488d4a350cb3a5bcfc03ca887f

2012-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78225f2ebeb30c853395240f7cc87926349aa975]

        Revert "add rtl::OUStringBuffer::append(bool)"
        
        This reverts commit 563fa900ba22bf83dfa58e67807ed0337f810576.

2012-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [afe9178a8ddb6f458f1e0e67a3b6711deed46f79]

        don't pretend to be 1.4 compatible, when the baseline is 1.5
        
        also pass java-target-version from environment
        as the source version doesn't change by miracle in external modules,
        keep that in the build.xml (and only there)
        
        Change-Id: Ic09de3c7b15318677afe6d4afbe7c9f7e7f3c14c
        Reviewed-on: https://gerrit.libreoffice.org/758
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70216212dac0643b601d005386f0fd37fc19834a]

        changing conditional formats invalids the stream
        
        Change-Id: I5d0137ebfa53cfbe37f7ad33c3400e75e2e3a05a

2012-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [563fa900ba22bf83dfa58e67807ed0337f810576]

        add rtl::OUStringBuffer::append(bool)
        
        Change-Id: I2cbb4d126b27c5cb7a1be3606807fcbda25d3e72

2012-10-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9757d71e89711efa35e2e559d682f8dabeb814f]

        fix indentation
        
        Change-Id: I43bad91f6afe5b55c6e2b6bf952cc0291d5bdd10

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [f9b4426b9783eb989878bbb3c71f245b1cc5b780]

        xml2cmp no longer used
        
        Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [7997d8b0cb1347c1eaa6e676d0c4ff182812d345]

        Replace set_xml with set_types, to get rid of xml2cmp
        
        Change-Id: I9ba3739f1693f5427c9ea49f2b6016f364f444ff

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [7b56aec95de01fb2e05c9320da9652513244e475]

        Rule to generate ..._description.cxx via xml2cmp appears unused
        
        Change-Id: I59ced6720bdfd2df7a8ed7d9247887a09beeb8fd

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [50dabec33283d6df288290014ab6e57be3d1abf1]

        No code sets COMPnTYPELIST any more
        
        Change-Id: I6ef6a7dea7a5f594b907546e8dff39c3640d7509

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [55745cd1ff32794df99df5403a825e34b43c9931]

        Dead xml2cmp-related test code
        
        Change-Id: I44b7f56aa1b4b9bc290c9c15281b64947a694e5c

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [7501beafa6d25e3f1aaf0fd0fa07e49d1692c14a]

        Dead code
        
        Change-Id: Id851bacb21bbe289cebd635853f4d2028aed9f78

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [777d6de361cca2ee0ba2b6d41952107e8d8c0307]

        -Werror,-Wc++98-compat-pedantic
        
        Change-Id: Ifbbca6bfb12d23c8726e35e799dc92be94844c8a

2012-10-03  Stephan Bergmann  <sbergman@redhat.com>  [93f69ad71043aa1d1d20466a2e359478b2e7b8d8]

        -Werror,-Wheader-hygiene
        
        Change-Id: Icac29e4f433b1e72603e52a0561e60cb8a7cfdef

2012-10-03  Andras Timar  <atimar@suse.com>  [703009d0c5f03c48d5e092bd88d5f8db2f9ebdbb]

        typo
        
        Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039

2012-10-03  David Ostrovsky  <david@ostrovsky.org>  [a51b09f105dd69837654cf2afa93124d5ecd25ff]

        gbuildification of languagetool
        
        It is not clear how to remove a file:
        REMOVE_FILES=openoffice/images/dialogh.png.
        Let it for now in place.
        
        Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0
        Reviewed-on: https://gerrit.libreoffice.org/753
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [088a01467372a945e7f311678d3cf529cab72dcd]

        $SOLARBINDIR is not defined in gbuild, replace with $OUTDIR/bin
        
        Otherwise build won't find jsr173_1.0_api.jar, breaking the build when
        using JDK 1.5 (i.e. Mac PPC and others)
        
        Change-Id: I8de0b42d4b14b4da5fe9216515fae94bbfc77b27
        Reviewed-on: https://gerrit.libreoffice.org/757
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-10-03  Michael Meeks  <michael.meeks@suse.com>  [c4008ef54630b560792aa288437db1179ad96095]

        re-base on ALv2 code. Includes:
        
            tkr41: #117828# office crash fixed . (null pointer) + add unit test
            Patch contributed by Tobias Krause
            http://svn.apache.org/viewvc?view=revision&revision=1172105
        
            Do not add targets for junit tests when junit is disabled.
            Patch contributed by Andre Fischer
            http://svn.apache.org/viewvc?view=revision&revision=1241508
        
            remove the OutDev::GetKernPair* stubs completely
            Patch contributed by Herbert Duerr
            http://svn.apache.org/viewvc?view=revision&revision=1179221
        
            reverting un-necessary OS/2 conditionals.

2012-10-03  Michael Meeks  <michael.meeks@suse.com>  [258548ca8116a233e91900709ed7ce7ef1804ecd]

        toolkit: cleanup unit test, and remove obsolete src2xml.

2012-10-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3448a0e50e2ed3a0c2e8424e85aae6bd5f8a218a]

        fs34b: integrated complex test cases into GNUMake's subsequentcheck target

2012-10-04  Takeshi Abe  <tabe@fixedpoint.jp>  [f0b5e02b323ac7520c9e1ec77ba603291e7ed325]

        sal_Bool to bool
        
        Change-Id: I6a4c4f4c8129100770ca976d508ca3a98e67a846

2012-10-03  Rene Engelhard  <rene@debian.org>  [9ed34f8137e1ec4f58151eba74507102192cb8fd]

        fix POPPLER_NOT_0_20_0 check
        
        0.20x is affected, not only 0.20. I think this should be checked
        here only, though if it was 100% sure a poppler bug. But this
        is at least better to the broken check before..
        
        Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b

2012-10-03  Andras Timar  <atimar@suse.com>  [bd7a079918b518710de1ff97e5d2bb621a350f96]

        fdo#50936 fix link to license file in SDK documentation
        
        Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3

2012-10-03  Andras Timar  <atimar@suse.com>  [55c2619f689ed2666d95b2270f4e56821dd5478c]

        rename THIRDPARTYLICENSEREADME.html to LICENSE.html
        
        Change-Id: Idff5f43190f75f4ac8fee8fa989948ca35ca6095

2012-10-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [02394b10d348aeabcbaceaa7659794a6b74a3768]

        n#782597: Allow adding external templates
        
        Change-Id: I56d5a716795b7303a77194964a612c550f25eeec

2012-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [325309a7774e10fea79d92f424ae398ea242d142]

        Mention the disable-dynloading issue
        
        Change-Id: I6d2349b8c4d97d266faebdb630c65e0441e25b18

2012-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [7bd77ca9974b9467df38921c55ed80b3e5d3dae3]

        s/UCS2/UTF-16
        
        Change-Id: I2be40b7897c3277e2d8673b440aa6dd682086267

2012-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [a29217cc273de1faad8c3522bc23a11d650addbf]

        More information
        
        Change-Id: I9f9a85cbe74dfb22a2dff67e8a0b7dd4eca6ebf6

2012-10-03  David Tardon  <dtardon@redhat.com>  [da7f5e0e946e4bad87da06754709ac29eea9ab81]

        adjust patch level for mdds too
        
        Change-Id: I9826efc4733d1351047a35a13eaf4730da7859bb

2012-10-03  Luboš Luňák  <l.lunak@suse.cz>  [3413841785496171a7a91a371355a7efc6ca0a2f]

        probably a rather ugly hack for inline text frame in a table (bnc#780851)
        
        Change-Id: I2bd76799cf0a5da09664d0e1b1a9adb466633be1

2012-10-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ecb252af18f64b99f4ecfe34512dedfb7655fb40]

        testShadow: test shadow width to be non-0 to avoid precision errors
        
        Change-Id: I956f2c7f55d7e4966971bc310858967298d2933d

2012-10-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f1fc7c5655dde547b721b3afffabcd8bdbe0add2]

        fdo#44278: fix leaked image when import docx
        
        Unused temporary XShape need to be disposed to avoid remaining garbage
        in the document.
        
        Change-Id: Iaf6e720a1c47605136f7f9ccafb605cab6dc260a

2012-10-03  David Tardon  <dtardon@redhat.com>  [d8253f42ac7ce665fe6f3235a0a55f33ce71c3de]

        fix application of patches
        
        Change-Id: I912be00b8dafc046b229967e66f8f32e2c14a0be

2012-10-03  Jan Holesovsky  <kendy@suse.cz>  [fc62c7727a08dfb8ce171845b30fb0cd937918fc]

        Allow also make <module>.check.
        
        Change-Id: I55257cc5dbdffdc2dd9f9222a120f0a322dda7c8

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [39bcbb571158af926a1db8d49f1d87156a9b62ae]

        Add new signature of isNextGroup
        
        in header to be consistant with implementation
        
        Change-Id: I2b2e68c4805ab575a8ee2d1ca835d79f8fe9cc45

2012-10-03  David Tardon  <dtardon@redhat.com>  [6ded01b0762554e2d90fef6557a0cdae2e0c7a2b]

        two shall be the number thou shalt count
        
        Change-Id: If84003c6a95cee0fd6e4e985ec0655f7074b0851

2012-10-03  David Tardon  <dtardon@redhat.com>  [ce7372c3bd8755accf1bc1db1f44bd78d1a55421]

        do not overcomplicate this
        
        Change-Id: I08add6a39547dd1a674b0efd52d6d4d257b92557

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [d378badd6149c88d70f60ef0b87339ffc009cb2d]

        Cleanup in module_ogltrans.ulf
        
        Change-Id: I73eda85dc958b1744ba7cd4de3dbb0691f91a940

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [adfa2653be936a36131b5130d166193bd990a4cf]

        Delete german text from registryitem_math.ulf
        
        Change-Id: Ic6a6706062bc82d5e4096d0a6aa7b52a8988f1bc

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [85c93d57c46d02c66b6e604feb867d3ae1abac4e]

        Ulfex ignores comments during extraction too
        
        During string extraction this does not cause
        real problem but causes unnecessary operations.
        Plus make isNextGroup not to change sLine_in
        parameter.
        
        Change-Id: I3db6a94ef320c096a7519f7f83dd4080d0588459

2012-10-03  Miklos Vajna  <vmiklos@suse.cz>  [b6aea86fe368746ea23a2fe669b1689f4d6f43e8]

        SwFrm::dumpAsXmlAttributes: dump Fmt pointer
        
        Change-Id: Id9030f5a260fbfce88b6b238e075a7358993b355

2012-10-03  Noel Power  <noel.power@suse.com>  [fdb42c397f1d15d05a74492a233df72d832cab1c]

        fix for fdo#55565 regression, failure to export vertical text in shape
        
        Change-Id: If3d6413b1fb9e02dc26f930634f84712d7d08ca3

2012-10-03  Caolán McNamara  <caolanm@redhat.com>  [4b5837d7a1f7c6e5e0e9981c0e5fb8eb7b50f586]

        XubString->OUString
        
        Change-Id: I40a4efb5ffed5f8592651ef70eb99d4285a7cddd

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

        support loading certain stock images as button symbols
        
        Change-Id: I475a4bc7e0686fa17beceb68f1aed016ef158117

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

        probable attempts to find the parent dialog
        
        Change-Id: I033f3cd9b42df21c9b63dc03e8e0136971d5dc24

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [afcfb2fb26282e6e490922cca27d089b0980d071]

        One little correction
        
        Change-Id: I675bd8a966b2c1654cd6547fc380a51925578835

2012-10-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [e3bf6418a86cb0d9771f3a7b715e894bc02ae313]

        Correct ulfex to ignore comments
        
        Change-Id: I50e41a3946ff885783006018f7b6ff2945cc7dfc

2012-10-03  David Tardon  <dtardon@redhat.com>  [e292cb0df0bd4de5804f875a68f9075e7129ebd4]

        nearly all soltools executables need unistd.h
        
        Change-Id: I0177f624951943d1f241d395a38f13211a3ff9ef

2012-10-03  David Tardon  <dtardon@redhat.com>  [0683c2f429f4729db06e68b162eeb0d198ae3cad]

        dep on soltools_inc is only for windows
        
        Change-Id: I2f8b89573ad91477c76827d2697f0c74a14d4b8b

2012-10-03  David Tardon  <dtardon@redhat.com>  [c7e559a1e6009fd8f3dcafcf9c47593d04382a13]

        CLI assemblies must depend on the key file used for signing
        
        Change-Id: I84c0044f3054388fd5650c14efd30f21481e493a

2012-10-02  David Ostrovsky  <david@ostrovsky.org>  [ae1f2f6b932d43e6770022039d9cbe3f3960ab27]

        gbuildification of rhino
        
        Default patch level 3 was not working here and must
        be overriden with gb_UnpackedTarball_set_patchlevel
        function with 2.
        
        New java file OfficeScriptInfo.java was extracted from
        rhino1_5R5.patch and added with gb_UnpackedTarball_add_file.
        
        Change-Id: Iba25b2350caffd943af93f59fa2139332b009ef2
        Reviewed-on: https://gerrit.libreoffice.org/752
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-02  Xisco Fauli  <anistenis@gmail.com>  [58deab04a99ab0ad49d4f33348dc801ca932c0ca]

        pyfax: Add TextElement to makefile
        
        Change-Id: Iddc7ae6ce49d815e05f3f537569434489e3ccf53

2012-10-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7192f0ddaa937f6c63bfffed0b35146a0f97943a]

        Clean the path pushed to the API as much as possible
        
        Change-Id: I5e68bc5aedc4c6e350e62b30472a1b3f0803c520

2012-10-02  Takeshi Abe  <tabe@fixedpoint.jp>  [c2eb9698eff7412e6973e659f26e7e39eeaf2887]

        Remove dead code
        
        SW_CRSR_TIMER was undefined
        
        Change-Id: Ib851170ea61547e0ceaa6721c0b2fb90fecaecd3
        Reviewed-on: https://gerrit.libreoffice.org/747
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-02  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [02a7bf55603d8b1e74b83bb2b02fa86e1e31807b]

        Remove not used macros from lotusworkpro
        
        Change-Id: I0c5b52030e9837f5ee9aa6258b6ccb16dd3f03c0
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/749
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dde7ff4da28e754c2542191f363d8de78388e75a]

        simplify and speed up color format rendering
        
        Change-Id: I7f9abc1e20ffb7d49ebae0c0f9d5e50f91b074c0

2012-10-02  Michael Meeks  <michael.meeks@suse.com>  [595ba03fd4769c069bbe0431ab878956ef1c37ad]

        update string copy semantics to be undefined in a non-crashing way.
        
        Change-Id: I03bb4db5931932280e368012cbaee6bef2854dd6

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2d25eea6949196d2275d8b2bd484e6dab0163a33]

        splash screen: fix RTL mode
        
        Change-Id: I6a00cba8fda11351ed5340f21678c330ce028a2d

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [509d964e985b58ddc4c20ccc163809a6f3623d8a]

        correct help string: horizontal -> vertical
        
        Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [86b9e14bc8fed823ae39ebc5fee62e98c524d3fe]

        String -> OUString
        
        Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [939d6400401d01658d173b67d17b2051c3468bb6]

        String -> OUString
        
        Change-Id: I9921e9803e5d63fafffbfcf15e5c4fc2c9080669

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3c8e3212045b66abf5af0976c6b4d09b64e051b0]

        String -> OUString
        
        Change-Id: I1cfd68c37629b4847bad88f54d2866496bc91283

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6fa4242439466be61c159d54cd85c2c44b631c32]

        remove unused method
        
        Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [10272d32865b2d9754f89a50efde6e685b39b036]

        String -> OUString
        
        Change-Id: Ibbd6305e78738403b5140a27125f452b3ec2ec8b

2012-10-02  Luboš Luňák  <l.lunak@suse.cz>  [b31f9715ff0682b6ed4dcf230bf263da4468b00b]

        poppler 0.20.0 makes sdext test fail, fail already in configure
        
        But I expect this was too much work to add when the first person
        ran into this.
        
        Change-Id: I8cc84ddec2ffaa76b408f9fb7102ab694347099d

2012-10-02  Andras Timar  <atimar@suse.com>  [9b95cd5ada9aeb92eaf29bd8a03dfa186bc79ac2]

        nss depends on soltools
        
        Change-Id: Ic532b35cf282186843d886fda578bb20845db415

2012-10-02  Andras Timar  <atimar@suse.com>  [960e57178a81688fef65d3fe339afaa5e3bf2afb]

        makedepend depends on unistd.h
        
        Change-Id: I02df1b67dd9470a4a7225fd8986a52bd88a86e93

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [238e5c5bd379fd98cb877be62984e5c32222be9f]

        various rather mad uses of GetParent()->GetParent()
        
        Change-Id: I0f0d5771d82c7a577ef86ce5ab1ca10a0aaeb89a

2012-10-02  Luboš Luňák  <l.lunak@suse.cz>  [e2dcbf5e1791badab39361782057005681866e5d]

        don't use empty rpath
        
        Besides the usual problem this causes with rpath (security), clang
        also doesn't like empty arguments in -Wl.
        
        Change-Id: I5c0896ae06ffcf6d2a268bf98a2b3f031cb8a70f

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [c59769ec7a4f9af1086f534ae92a4f2ccd653122]

        GetParent()->GetParent() does't take into account containers
        
        The assumption was that the page is directly a child of the parent
        dialog => ka-boom
        
        Change-Id: Ia0e7f33273d7a3c6b726c74371b8ee8a809ee5bb

2012-10-02  Sergey Farbotka  <z8sergey8z@gmail.com>  [da9a26f5f49ea56422bb791d4f96725283d3e8c6]

        Fix fdo#55142 - use proper output offsets.
        
        Change-Id: I76e6158f1ac64b9dd555cf8aee3ce8bdd5d035c5

2012-10-02  Thorsten Behrens  <tbehrens@suse.com>  [d6418f680b8861dfea1ce1be6e9358b23cfb3064]

        Revert "Fix fdo#55142 - wrong character pos calculation on mac."
        
        Caused fdo#55350, better fix in the next commit.
        
        This reverts commit f1651ee579bf38a49b839dbcb28ac38c0163a3d2.

2012-10-02  Jan Holesovsky  <kendy@suse.cz>  [4afd166c229e27d741b48a6f099d2f00d01b05de]

        Fix build.
        
        Change-Id: I291cb5422f5338d64e6d8973c8dc863f4fb982f5

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [d92345561c998f7382cf9ef0fdcd29096f978435]

        don't blow up on .odt export with !hasValue footers/headers
        
        Change-Id: I2507c23b7b17b9172f720548d32cdfe299d4fa20

2012-10-02  Jan Holesovsky  <kendy@suse.cz>  [a9097843e6b2935dcab9f038b80e5a51bc5cfc94]

        Help text for newly introduced switches.
        
        Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09

2012-10-02  Michael Meeks  <michael.meeks@suse.com>  [3751efff81a9bc1e53c8cbee74770bbed6d4f8de]

        initialize various fields in constructor.
        
        Change-Id: Ib2165121786353062a52e6dd65cca6dab8584e60

2012-10-02  Michael Meeks  <michael.meeks@suse.com>  [0ee9572db3934aa4e739c424765d4fd36a59a291]

        ignore various unhelpful signals in our --backtrace gdb setup.
        
        Change-Id: I8ede40ebf5954e0492e790ce148c9b7f1f1e62df

2012-10-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b14073218ea28a5bf05cd639e30215787d67114c]

        fdo#52268: splash: change color and position of messages
        
        Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc

2012-10-02  Noel Grandin  <noel@peralex.com>  [5d8c2eddead8c9144e337d64a559e1621d36da43]

        String->OUString in svl::ImpSvNumberformatInfo
        
        Change-Id: Iff00b06a1e4e7c485e70ef0537fdea07ce3d42e5

2012-10-02  Noel Grandin  <noel@peralex.com>  [aa720dcd3ab5ed87a58540e92f754d2426614978]

        String->OUString in sComment field in svl::SvNumberFormat
        
        Change-Id: I5a774563c791c7cd4170680a65711cc339f60c5b

2012-10-02  Noel Grandin  <noel@peralex.com>  [eef39fdc031ca83940d8cd48fb04a7e44355495a]

        XubString->OUString in drawinglayer
        
        Also fix method name
        
        Change-Id: I2ebe3fe5231fbf5e8253537f2f9809e780f180cb

2012-10-02  Noel Grandin  <noel@peralex.com>  [307ecf719f6a8a9c4a81b53e33de0bd00ba5eada]

        UniString->OUString in chart2
        
        Change-Id: I8fb6593ebabb38d0656a35fd95d663547e6a9e29

2012-10-02  Noel Grandin  <noel@peralex.com>  [afaaf2528d11ba570ecfd466f5f06bdffc4f6fcb]

        sal_Bool->bool in svl::SfxImageItem
        
        Change-Id: I1a6d53352c65cd0999392531d8e406154bc4bf7a

2012-10-02  Noel Grandin  <noel@peralex.com>  [b8df7f62c4afb62715bfde248541938d002102c2]

        sal_Bool->bool in svl::PasswordContainer
        
        Change-Id: I2be813554e773fade260a78eb677022b4c6991b0

2012-10-02  Noel Grandin  <noel@peralex.com>  [d5abaeb1614c65947c7c9674a319511b0450c357]

        sal_Bool->bool in svl::OFSInputStreamContainer and OFSStreamContainer
        
        Also make OFSInputStreamContainer's member variables private,
        there is no reason for them to be protected
        
        Change-Id: Ic5717b5a3740e27adfc0ee55e7677a8727b8cbae

2012-10-02  Noel Grandin  <noel@peralex.com>  [2c270eeff422ef93100376ce0717a131d4f3cc2f]

        sal_Bool->bool in svl::SvtCTLOptions
        
        Change-Id: I824595b6b60d4114f27bf64d8a84f2973f778e39

2012-10-02  Andras Timar  <atimar@suse.com>  [59e6d18bea73417b2b5cd044d0489f882e847df6]

        remove deprecated configure switch --disable-activex-component
        
        Change-Id: I3a5b19ac9f7c09a7bb5c919b3a9bc18ab646fd76

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [ad09ced9f63be77831aab6708b2afa2861ff0eaa]

        Resolves: fdo#55524 convert insert break dialog fully
        
        Change-Id: Id25bde8db310a83b52ebda7d47d0b1dcda79ed45

2012-10-02  Michael Stahl  <mstahl@redhat.com>  [3621487e49f53f0d37ea92c3cf45ed3dabb6daa5]

        RepositoryModule_ooo.mk: add missing modules
        
        Change-Id: Ieab82857f712c07e5bddc981d78f69b4c3a234b5

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [857a26eb173f9e0a2ac550da14812ba80500f114]

        XubString->OUString
        
        Change-Id: I49d2d41ad4d5ee4ececf5a57eae070898e33075f

2012-10-02  Miklos Vajna  <vmiklos@suse.cz>  [741dd512af5bd448c231cbd945e545cd79377858]

        SwXPageStyle: make sure SHARED_FIRST is added to both HEADER and FOOTER sets
        
        It makes no sense to alter only the header set, as this property affects
        both.
        
        Change-Id: I7a34f97d144f877f808506e6ed961745994bb9a1

2012-10-02  Michael Stahl  <mstahl@redhat.com>  [e17db9f50e3a50b656dc8234330b61f30313e8fa]

        remove dmakefile
        
        Change-Id: I1d6df640011a4a2d0361be0bc1f46cb83282ded5

2012-10-02  Michael Stahl  <mstahl@redhat.com>  [369a5ffbf1cd92c26a8e61c40b75fabb44d64da2]

        beanshell: we didn't need -Dfile.encoding=ISO-8859-1 before
        
        Change-Id: Ic1cbd5e7ad15452d4fabaff273dad78188b2201b

2012-10-02  Michael Stahl  <mstahl@redhat.com>  [9fadb7804fb425ab92b1a5e85db9a89207ce2607]

        beanshell: rename package to beanshell
        
        Change-Id: Ie4979cfb2a20bc0128a550358b0d0adc3f3d209c

2012-10-02  David Ostrovsky  <david@ostrovsky.org>  [02e400865cb9a51b623a3d866d3236f0d6c899ca]

        gbuildification of beanshell
        
        Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7
        Reviewed-on: https://gerrit.libreoffice.org/745
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-02  Michael Meeks  <michael.meeks@suse.com>  [b9d1006ebb3c97e398d4bb31075fd2577f3ac858]

        re-base on ALv2 code. Includes:
        
            #i118662# remove berkeleyDB from module l10tools
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1213189
        
            reportdesign: remove extra items from Help menu
            Patch contributed by Ariel Constenla-Haile
            http://svn.apache.org/viewvc?view=revision&revision=1201215

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [9da34c09bfd27ba0b1c423ebb558d997b5213018]

        Use prefix
        
        Change-Id: Ic63d4b6403438fee2d6c70e329ee33d2cde7426b

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [13ec17ce63dcba161169e8f6d351e92be1e5647e]

        Use prefix
        
        Change-Id: I128623b27bd88795e21de13d7a6fc960de3b6ea8

2012-10-02  Winfried Donkers  <osc@dci-electronics.nl>  [2f3b4edc414b30a149db336ef1d3d8bf716698f0]

        fdo#52673 fix for layout problems with version 3.6 and up
        
        Change-Id: I626ec5bce931005dccbc8f4d235e8208ae98f9a5

2012-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [4ea8ddb05b3e5f65ee8cf73ae87500d066c13ea5]

        PptImporter is unused; it was also missing in scp2
        
        Change-Id: I87c8d46d791525e3e5b6866edc6423e92cbcca81

2012-10-02  Miklos Vajna  <vmiklos@suse.cz>  [12c220ae8e55a033ab6aeca27c0e26a643d2001a]

        Make Clang happy
        
        Change-Id: I69c886d0a1875ec674f40c2422dc1490418c1da3

2012-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [d50f3c5922411304b4291953a4cc9f07f4730892]

        stoc: prefix more libs; only bootstrap is remaining
        
        Change-Id: Ie9032c6faa493da47e76bc9ff467c4de4b318ca9

2012-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [95630ef04b9df092653fb2f68d91a7e6100f7a4e]

        these libs are now prefixed
        
        Change-Id: Ida3cc87ef2ef6fdb40b03d0401fbefa5e7cd7c92

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [565acfef761e37a0172154aae0bdace1ce3c6666]

        Use prefix
        
        Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [f4901ad51b62db9faa2328f07cb6cf4b03a8ff1a]

        Use prefix
        
        Change-Id: I80de62d3afd461bc51a33d427794c86c4a6bc32c

2012-10-02  Tor Lillqvist  <tlillqvist@suse.com>  [1a28e705322463f2ed25acace19c8edc33466eeb]

        Revert "As far as I can see the PptImporter library is not a UNO component"
        
        I don't trust myself.
        
        This reverts commit 2726f7f4ca5cde91565203ef055561558ea66e7d.

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [671746f57cd3337ba49a0be512080dd5b69e3d40]

        Use prefix
        
        Change-Id: Id1ac9a800b58595771be22097d77d3a7c5a8862c

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [1b075ea2cbeef67bf556cade80f2fcf8130be571]

        Use prefix
        
        Change-Id: I0323e3eb9446c4f2b18f84f5ed33909a877163c8

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [ae53e3e9fc0e0f878e7911732a5dd918a9bec597]

        Use prefix
        
        Change-Id: Ifa5ea2dd818043b6b5442e580bff51d1e2cb93e1

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [e6150aa67e98d8de7cd3b83d17df12a8f9678c7d]

        Use prefix
        
        Change-Id: Ibc446d8616bad00ce71c273e46517e80527e2f0e

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [303b86bc23d4bac5379ad0924ab93d482467ff13]

        Use prefix
        
        Change-Id: Iee586539871acee78a32d13141dd446feb43efdb

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [559a1a5d28d94e915150f94d5267a4f720d175b0]

        docx export: always write tblInd attribute (even when equal to 0)
        
        Otherwise when opening the docx in Office table may get misplaced.
        
        Change-Id: Ic1df8d941c72a224d2db189ededfc5e134e5683a
        Reviewed-on: https://gerrit.libreoffice.org/718
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [9a5eb5f51d29b3af4e2d23653508196cc68c0b87]

        docx export: add unit test for 9751056
        
        Change-Id: I25aa07d3e1811fdf4ab0124e14794e70d7de82ec

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [9751056ba806ba9614392f3c70ada3cbd1251814]

        docx export: export default table cell margins, based on 1st cell
        
        Change-Id: I1a697c2a60c7979774242fb6c9b0f66baa3bb72e
        Reviewed-on: https://gerrit.libreoffice.org/716
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [3cba672351b2736e35fcaba1b4b465da5b4ecc9a]

        Use prefix
        
        Change-Id: I84ec9d6eed209eb429f5b5d4a667d3450a1435e1

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [4b6111cf6a6bcc8e3e7064871fea687aa7798299]

        Use prefix
        
        Change-Id: Ifbe8796e3af2e7544cf7d47bacb0632d36202433

2012-10-02  Tor Lillqvist  <tml@iki.fi>  [e40a86ca748ff7cd742250f1fb989eeeeb4d80b3]

        Use prefix
        
        Change-Id: Id6ef3325df8dc8d193a7745370134ef47792893a

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [2cf0f5fe6244e1a98f82a1aca77b32c029c73e27]

        docx import: add table position unit test
        
        Change-Id: I21aa721e20be4b7f9984bf6910a94a7b7bf09c7a
        Reviewed-on: https://gerrit.libreoffice.org/715
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [3cb619bd15a6017f253891f4c377fc790d8aae82]

        docx import: properly import table position
        
        This a follow up of commit 53b7f7df0617bcbd7bbef9a34ef53e5097eb16dc
        
        Change-Id: Ia0f79ca24418636af14162e9f339237d847dc221
        Reviewed-on: https://gerrit.libreoffice.org/714
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-10-02  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [e33a9181c76309d31f2ace01b924e404906da28c]

        docx import: set table above/bottom spacing to 0
        
        Conflicts:
        	sw/qa/extras/ooxmlimport/ooxmlimport.cxx
        
        Change-Id: I3e0397dd3d5d14f1e584ac7bc3d22d4638393b06

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [b966a09c2da9441961c93c44be556399575db849]

        Resolves: fdo#54862 extra ++n causing merged cells to be skipped
        
        commit 567c1db25bd705faac44203e4a3d01d0f5e1385c reverted a pile
        of other commits, including 858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f
        but didn't revert the ++n of that commit, leading to merge groups
        getting skipped
        
        Change-Id: Ie2b46ebc433df636ebe0092f4a992631b7f06a3f

2012-10-02  Caolán McNamara  <caolanm@redhat.com>  [d67dff5719b32c17f4bf02990de5d7a772db484c]

        XubString->OUString
        
        Change-Id: Id64cdd70c2877ff71c5bc90286fab6b3d8ab7ad4

2012-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ffa6b313acc322a2502c6c200b39ec652699bf9]

        fix errorin translation from german to english
        
        Change-Id: Ic58ef47fbd1972762830f66fc3d4d5f1ced2c54e

2012-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6eb8634a9f62bfe486ecd2f46bae37d3d930d5ef]

        iterating here is wrong, join will already merge all necessary ranges
        
        Change-Id: I0653cdc8675c584fa11ef90a84b79a636bd98408

2012-10-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c3e6c81eb0b1b4d5ca47dd1d266be97a602e015b]

        add test for ScRangeList::Join
        
        Change-Id: Idb7a051e32884d8db4f6d452c280b3a985b4ff6e

2012-10-01  Arnaud Versini  <arnaud.versini@gmail.com>  [d9f61e785e7469165fefc1fc8e2459ffb3335883]

        Remove internal usage of rtl/memory.h in sal module
        
        Change-Id: I43650c6f4a66058e73945851a6990555e42b8ac2
        Reviewed-on: https://gerrit.libreoffice.org/744
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [f3020438938d019784d32fffeaf5f18dc6175ed8]

        fdo#55496: fix lifecycle of SwMailMergeOutputPage:
        
        Its member m_pDocumentPrinterCopy contains a SfxItemSet that points at
        the SwDoc's item pool; the SwDoc is freed in
        SwMailMergeWizardExecutor::LinkStubCancelHdl.  But the SwDoc::setPrinter
        method does seem to work fine if the printer that is set is the same as
        the one it already has, so it does not seem to be necessary to clone the
        printer; just get it and set it again.
        
        Change-Id: Ic591f68f6e0bab4e42cb22a9cb0a47e97f5e938f

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [df706c23dcdc81f0cfaa8c2b106afd6accc03ad5]

        missing system header
        
        Change-Id: Ieb97d877238941d06aab1aa2ef67186bbc3a995a

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [afb28ae04ab818721e848e254ae89b2185318435]

        missing system header
        
        Change-Id: Icba29c0ebfd30af36b18eb59a23643287985f8c8

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [d11d45e798b0dedd1e39fb6441fdd182e21a58f3]

        remove dead link
        
        Change-Id: I021baa42231fff94e257445f790d52aed8227fe7

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [2726f7f4ca5cde91565203ef055561558ea66e7d]

        As far as I can see the PptImporter library is not a UNO component
        
        Change-Id: I5a230207bb760dde7ffb2e052148072d9f589cba

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [8c04828bb1a6fefe258b5412db8e1b31a5b8cbb6]

        Use prefix
        
        Change-Id: Ie741222944bf8ed6cacd5a3037f8aa75a6a4dec3

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [616023b7a73511a73fcc88e8ebfdcd4bb050812e]

        Use prefix
        
        Change-Id: Ica989983b36ff4df7f6d6ab529c3bc0efef984e1

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [28f128f037d627d08322ac1524dc04b65043790a]

        Use prefix
        
        Change-Id: I5514112b700c31fa7e30c70ca7764d4ae1170ed2

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [393588ce8e698203dd87a87eb506afb551457717]

        Use prefix
        
        Change-Id: I28607f54eb06912ab1d27d80813d54cb6faa7771

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f93fb3fb94b5e416859922a869c86b021d7b7c0]

        missing system header
        
        Change-Id: I33f6a9830accd4ed06aa5469f63e3f5329044ace

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [a8ea2a423649d8df4f5df32132fd72a1ed1c7462]

        Use prefix
        
        Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [cbf2008355682ad7bfffaadc0d14a0f6cb9c3428]

        Use prefix
        
        Change-Id: Ic1fcb3078757d7948bbb4ddb155ab9584e861c12

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [7b089e2ccccb9872e6bd01af6ed8cefbd8160364]

        Use prefix
        
        Change-Id: Ide081f18af82e68b55d6d48168a0a567e5e64f04

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [f42a9309760565d24619bad9ee1f5561ce89c14b]

        Use prefixes for these UNO components
        
        Change-Id: I719f10818fd211bfe60e5351a5de53a716fdf20f

2012-10-01  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8b22407ef36d1a8934f3d917354d95f37d4aab65]

        Add some new checking
        
        Plus use UpperCamelCase name for some
        variable.
        
        Change-Id: Iaba8b6f47f03b723aa31ef4b45f8b6fd78b7866f

2012-10-01  Arnaud Versini  <arnaud.versini@gmail.com>  [36a2db3722b79ed3df075d7f3fa77fb761bcf5a4]

        Replace usage of rtl_*Memory with equivalent from string.h
        
        Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159
        Reviewed-on: https://gerrit.libreoffice.org/734
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-01  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [053b68a0c7b75eae7d86d4465f65abc6046515ee]

        Unused code cleanup.
        
        Change-Id: Iad4d1f6cdd9ad03c5ccc02c57acef5b9bbb47d35

2012-10-01  José Guilherme Vanz  <guilherme.sft@gmail.com>  [78272699f3fdad03c960b4888452ddb7049e24fe]

        fdo#51304: Java author and commented code removal.
        
        This patch removes '@author' annotation, code in comments
        and adjust some empty catches. It's cleanup patch
        
        Change-Id: Ia0e61765dd06a61bae5419e5f723232f7711044c

2012-10-01  Thorsten Behrens  <tbehrens@suse.com>  [f3f706274172879324884e845629ef74b2e2e443]

        Outline methods with conditionals in editeng

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6fe5360e0b8876c5e7a5d1465e7772a1d84f4065]

        fix String->OUString conversion
        
        Change-Id: I65d9cda603aa95f36df57494195b159f9d2619ac

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [fa614231733800f4a961b77e36c86f8840d12251]

        String -> OUString
        
        Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772

2012-10-01  Andras Timar  <atimar@suse.com>  [e4080dce647edfcec832164fcfb56cb36e220e27]

        fdo#50163 move definition of PLATFORMID into configure.in
        
        Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250

2012-10-01  Andras Timar  <atimar@suse.com>  [6ad53b64742fe0ccbef988ce995921274bf99da9]

        fdo#50163 move definition of PLATFORMID into configure.in
        
        Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [968ed85d7304fe0044d3f82af20ae7190ad3c33d]

        fdo#54225: PDFExport::mbSignPDF potentially used uninitialized
        
        Change-Id: I2b83f4c6a1fd0ca4b230ab19c806f654232f9f96

2012-10-01  Andras Timar  <atimar@suse.com>  [39bac3f6c0a29d4d6ef7d6a636b8204cf12b4866]

        translations is a source-only module
        
        Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [738d5dab435084737aab2e0519fd817f62f1e83b]

        n#782345 testcase
        
        Change-Id: Id5204572ab9fddf3f15b5fd1b96d8f25e7166878

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [40d93d978d4f8fa709bdeb061b106122789d8e32]

        n#782345 import DOCX w:splitPgBreakAndParaMark compat option
        
        This fixes docx import of page breaks in empty paragraphs, when the
        compat option in question is set.
        
        Even empty paragraphs have an "end of paragraph" character in dmapper:
        import page breaks there, instead of delaying the import till the
        all-catcher importer at the start of the next paragraph.
        
        Change-Id: Ie5c37042b3c445e0669771d15c8eb46380192db3

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [67081cdf67976a6478b406b6aadca6325691e605]

        Use prefixes for the components here
        
        Change-Id: I7bebc936cdb489331c82690c244f72e9c3619b10

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [cc1a1123dbed3c13180fbd43328168008692f224]

        No vbaobj component if DISABLE_SCRIPTING
        
        Change-Id: I8b00febb62502280afa6106289104af151caf9c5

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [9da897b56d5e2d95c50a8edd54a4a2aff31bc0dd]

        Need -DBOOST_DETAIL_NO_CONTAINER_FWD here, too
        
        Change-Id: Ice20b6903f7bf26547a7a3e2bf3cec6c831a6734

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [35130c7c4d7992cd10f3bb232eecd7752b1a8c9d]

        Make this actually work
        
        Change-Id: Icfe773e8f440372645b7a57dba1ab7f8fac3caaa

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [cb5730dc277a98b45c120b6fb0847c32620da478]

        Seems that the iOS-specific crack is not needed any longer
        
        Change-Id: I91a7f74e55b6ad8780a3a0920a22b6a7264b7b88

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [f2389862ea0459d6e17e718f33e1674a63a9bb19]

        gcc3_uno is listed cross-platform already nowadays
        
        Change-Id: I8dc776d6d96dbe022908418b64dc130d619753c4

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b4a263329fe95c83b09fc9c626c021b7cd50cabc]

        String -> OUString
        
        Change-Id: I28c2d87ddd1ea83e29dd11ef8aa20d8d583f4dd9

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c397e90062e64c6698467913de6faab1d2701d7f]

        String -> OUString
        
        Change-Id: I29c644ed2c69f0c378f8c43b69c6c8c70d8cbf5e

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b03eab3560bb5c8379ae711b41796dec459c20e0]

        String -> OUString
        
        Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242

2012-10-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [773667483e3991b078eca03568681e2f3e8f4ec9]

        String -> OUString
        
        Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a

2012-10-01  Anurag Jain  <anuragjainfzd@gmail.com>  [37a2fa5d5a58628d317a2305965863dfe50f140e]

        fdo#51304: Remove the author of some java source files
        
        This patch remove some '@author' for Java souce files, and removes some
        commented code founded when removing the '@author'.
        
        Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [3c31c3c4b3ca08b171e593d2dd5cfa575a9721cc]

        Prefixify textfd
        
        Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89

2012-10-01  László Németh  <nemeth@numbertext.org>  [facb07ac2bb9eee692734f4d34e551ca48ceafba]

        Add back compatible Hungarian date format acceptance
        
        Change-Id: I6b6d62cda241250db89cdcabaa04952d36e1acfd
        Reviewed-on: https://gerrit.libreoffice.org/720
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [c2346026dda82abb94f88dc106066e49c4047047]

        Deduplication of aEmptyStr for disable-dynlinking
        
        Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [f414326d862c249388f86e636008a60fc4cb31b0]

        Deduplication of ImplGetSupportedMacroItems for disable-dynlinking
        
        Change-Id: If6fb0a2152041f65d2e4b38dfbf87491b323f28f

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [26af0cf3faefbab52fa86955bbe871c96e3b22ca]

        Deduplication of NavigationOrderAccess for disable-dynlinking
        
        Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [618dd74950d9c899a044089fa1f9117b97095f85]

        Deduplication of lcl_HasOnlyControls for disable-dynlinking
        
        Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [a22c7d8fa3663794e07910b832e8e4ed4809b488]

        Prefixify t602filter
        
        Change-Id: I652ffdf009f6078c723a0f0932256adb183e7513

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [4a1e37a66c2093cd1de96f68ae244f856822a7bd]

        Prefixify svgfilter
        
        Change-Id: Ifd34a186cd25bafbfd49dad8a1d5bd30756d83d3

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [645181f46472d459026d87c39b3475e834390761]

        Prefixify lotuswordpro
        
        Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [1297ded2de9c8eaf0dd460fa4353a3e06765c400]

        Deduplication of TemplatePopup_Impl for disable-dynlinking
        
        Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0

2012-10-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [1a597d6a5919e7d26958f380da7294eb0eebca6a]

        configure.in: edit message checking for new GStreamer 1.0
        
        to not duplicate the message checking for old one
        and be consistent with the help message in AS_HELP_STRING
        
        Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231
        Reviewed-on: https://gerrit.libreoffice.org/722
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-01  Takeshi Abe  <tabe@fixedpoint.jp>  [dc27f1891ec29328a250b4f8cb87ac90473a8825]

        use "LibreOffice" as the default value of ProductKey for crashrep
        
        Change-Id: I12bab12ad32f4965b55d94dfd2d6fe8894129763
        Reviewed-on: https://gerrit.libreoffice.org/721
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [074236253344cd51892c1feecdbe07c8365fcb95]

        Fail early if getPackageLocation fails; plus clean-up
        
        Change-Id: Ifa7d589e7854fed9cd9ca2a3f3c987179b60199f

2012-10-01  Andras Timar  <atimar@suse.com>  [1cccf3b255ac624e6cdaf2b7bf941edf34035816]

        Revert "take out @PLATFORM@ from extension ID"
        
        This reverts commit 21a82f4f91eb9940e5dd01c75e2f68721a431f09.

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [a428b694a63fbc785cc7c0748e6fd0ce2d23b4b8]

        fdo#52475 fix import of RTF_CHCBPAT with value 0
        
        0 means auto, and for fdo#50539, this value was ignored. However a next
        sample shows that we should send something to the dmapper: COL_AUTO.
        
        Change-Id: I8d7d35125c9027dfb45288bbfbfa81ba4799e78d

2012-10-01  Caolán McNamara  <caolanm@redhat.com>  [36158d016420a4a7a1eff405560d7637affa5372]

        menus are way too wide, wrong checkbox/radiobutton width
        
        Change-Id: Ib8f1a21f19812092e2561621909f74fd98af2857

2012-10-01  David Tardon  <dtardon@redhat.com>  [61b2f6f9929d636f1d0534bebd7aca78c39c5c4f]

        add saxon to tail_build
        
        Change-Id: I01e2b99a2618c3b4e5e80dc9e38652e75ef5217d

2012-10-01  David Tardon  <dtardon@redhat.com>  [34af69ddf3ae8edb5e449350ffe6ca4546178ae9]

        fix InternalUnoApi IDL deps
        
        Change-Id: I02bd49c6f6b252c6797292b8e4a9bc319fe0947e

2012-10-01  David Tardon  <dtardon@redhat.com>  [57ec0707acb3e2cc2c2de35295b964ed046cf493]

        add missing deps on headers to static libs
        
        Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a

2012-10-01  David Tardon  <dtardon@redhat.com>  [9b618d894af9ba4b60c631ed9e48910149434f4a]

        do not rely on target-spec. var. inheritance
        
        The whole idea of having two paths to look for schemas (one local, for
        module, and one global, in $(OUTDIR)) is bad anyway, because there is no
        way to do it in XSLT without warning if the checked schema does not
        exist in the first path. I see two ways out of that:
        1. rewrite schema_val.xsl in a decent language
        2. split the node reference check in schema_val.xsl into two phases: the
           first phase returns a list of subpaths to check, a helper script
           processes that, finds the real paths and feeds it to the second phase
           XSL, which does the internal check.
        
        Change-Id: Icfe3f9ec0960cfd3423c1223ad8f495d7634b25a

2012-10-01  David Tardon  <dtardon@redhat.com>  [398f915a5bfa70263aef49a876736c61f9e7f0fd]

        drop unused include
        
        Change-Id: I21360e2d65b64bc27f02d677eda05f9d9d765367

2012-10-01  David Tardon  <dtardon@redhat.com>  [504a5eb0c02f8b53c40d7fb9e680c4df67aebfe7]

        add missing dep for tools/errcode.hxx
        
        Change-Id: I6e63a545332a1b865a26b355db49869c214f97c7

2012-10-01  David Tardon  <dtardon@redhat.com>  [dab0d5153605d26e3aa59c142d8845303169e3f5]

        add missing deps for tools/color.hxx
        
        Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a

2012-10-01  David Ostrovsky  <david@ostrovsky.org>  [da059ff6377c3f4b779daedfe6365dcfc47b53de]

        gbuildification of saxon
        
        Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586

2012-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9947fcc93c0d5803b2855cde0bb93dc7a2d4346]

        create guids that excel accepts
        
        Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [378d2f795f426b03fdde1a00953f5bdf4563042e]

        Make Reference::iset_throw work with multiple-inheritance interfaces
        
        Change-Id: Ia8a644c613de17279abdab533a6314ba6c0e0aec

2012-10-01  Tim Retout  <tim@retout.co.uk>  [9aa4f29e6e3fdd0e2410320d524ed9d820e7be4e]

        installer::profiles: Test and rewrite sorting_profile
        
        Change-Id: Ie3c9bddcb4760d2fe2195c1ca0de7520e57d705f

2012-10-01  Tim Retout  <tim@retout.co.uk>  [844920c626562ab8a47f068facc9685a6f6bd323]

        installer: Create new read_ziplist function.
        
        Change-Id: Ie91376bf9c52238febdc15720bb7f4cd62ee2e08

2012-10-01  David Tardon  <dtardon@redhat.com>  [015cf38a490a2a09584a1804037f6d39b577d867]

        add sal and xml2cmp back to build.pl deps
        
        Change-Id: Ia5607c977958317f3aca9061553cbfedb35944fa

2012-10-01  Olivier Hallot  <olivier.hallot@alta.org.br>  [c7188e3f7b924a14d446f6b443af52a554d4262a]

        Update in Brazilian autocorrection
        
        Change-Id: Ifcd7410f659a76ac34f18bb561b2eaffa6ecbd3d
        Reviewed-on: https://gerrit.libreoffice.org/724
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [2892109f0369f2d840299baddbc6899ab52fcbb5]

        writerfilter: unused includes in DomainMapper
        
        Change-Id: Ia84271c5fe7064bfa2d71b84da9fa4d9df945d51

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [efff52047159229350d2fa803f6463ded9b561a0]

        sw: finish cleanup of rtfimport test
        
        Change-Id: I10433c3c40a0c648bd651ed786ecd5523bf58f61

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [68875dc3feed0189b09ca3625996d51f93500d24]

        sw: clean up one more test
        
        Change-Id: Icfcdbedaf6b123fc726e2298ac47698940b36091

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [9cfbed4d03067ec0fddb5bb047621100b55c934e]

        sw: more testcase cleanup
        
        Change-Id: I39681fbf57c828e5d6e80ae7c3155f2f60410a1a

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [1d17b811d28e6fdf0a64851d5553263de2b250f8]

        sw: cleanup in rtfimport test
        
        Change-Id: Idef3ee3fa246b314c4b6b8a59b2b366dadfb679a

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [6c4bcd8aa1aaa7b6ecc684c2f302ca1706fb5102]

        soltools: remove unused files
        
        Change-Id: I534aab7da0b05dadc3415856e57362ead57380c0

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [6976fc91256bdf6224ddfab46c535f319ac8475c]

        soltools: build again ldump4 for Windows
        
        Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580

2012-10-01  David Tardon  <dtardon@redhat.com>  [b8274cbc36a28ba7e0e3750c3c2c7c63d2bd2de3]

        gettext depends on sal...
        
        Change-Id: Iec26cfb2f6715b12bed290d72e3a013d6a980544

2012-10-01  Lionel Elie Mamane  <lionel@mamane.lu>  [28f669c72fe0e5ff3c2609f5019391c3e097ba69]

        fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve it
        
        Else, operator>>= flat out refuses to extract it, even though the particular value in this particular call would fit.
        Also OSL_VERIFY the result of >>= (instead of ignoring it) to facilitate future detection of similar problem
        
        Change-Id: I859c38c3589dc9e9ef5bdd882663aa3386a43237

2012-10-01  David Ostrovsky  <david@ostrovsky.org>  [4b87379e5fa503462ea863df993121b05b1abcde]

        remove superfluous linkoo output
        
        Change-Id: I09a14fd50cf69cec8693b7058d105ee5f2998e02

2012-10-01  David Ostrovsky  <david@ostrovsky.org>  [f4952afb494fc27133f9e79c2d3bc7115043a190]

        introduce some new top level targets
        
        Change-Id: I3ac81132e21710a2c1d974944a5bcd612d796ec6

2012-10-01  Katarina Behrens  <bubli@bubli.org>  [5f975a59e2e7105e9b7b2629212887c53d914a3c]

        fdo #50343: Fixed crash on xlsx import of file with array formula
        
        Follow-up of 7fff98724bc7e3. Buffer only cell formula values via
        setCellFormulaValue. Otherwise we get crash in
        FormulaBuffer::applyCellFormulaValues() as array/shared/datatable
        formulas are treated differently
        
        Change-Id: Ie344b273ec662e8af1bf9fa54e79614393634974

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [3b5f672bee129c3e5feb61189dae033cd7d4b881]

        Revert "gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON"
        
        This reverts commit 34061bf6d4fe8b80f46a97b8fbeddc18247e8bf7.
        gb_PYTHON was moved again in dec68c6684298cbcb793651f1221f842efd794e3.

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [d1a8bdba34d0f18867a9d1700101239a29fa0080]

        vertical space savings
        
        Change-Id: I8f73a804e2005108f4a47d9fe4f9cd4425787cb1

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [1a8428a17ec9f5735014c8ab32a45b1c853e94cd]

        move gb_Executable_EXT_for_build to platform/
        
        Change-Id: Ica30efee4fcd030dcc063321ba678a00bec726cd

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [8f73ed78cb7e0653d3c4fa90e8be00026b0d67cf]

        gbuild: gb_Library_TARGETS should really not be needed now
        
        Change-Id: I1a5f2fda44da782b43076eee67e292affe1bad1a

2012-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [a645c4cb0660cd3519bd6833e2ec2d91a96948e7]

        soltools: fix windows build
        
        Change-Id: Iac8321655a18826f9adcf8aed8075cce1aa24652

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [757d9710f78dd821b09f83f9c45efb084ab1b302]

        gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON
        
        ...now that fa140733eeaf59030caa3115be4de11fb210b5b7 "fix dep on internal ucpp"
        moved things around, so use "=" instead of ":=" here.  (And I'm not sure the
        other places need ":=" either.)
        
        Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [f5f06fb016766cc40817f1fcc3feec0b464845b0]

        Use comphelper::getComponentContext
        
        ...and some further clean up.
        
        Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [ee34432562393a4549e9e77f71146e43c5d02233]

        Some clean up
        
        Change-Id: Ia17a714b55da06bd38c7b5d60881f1b3838da992

2012-10-01  David Tardon  <dtardon@redhat.com>  [3639d59401b3c9319dca0288b42bc69d67b39b3b]

        the build tools need to know executable extension
        
        Change-Id: I44479648dd75142864503650494fb2e3f95fe719

2012-10-01  David Tardon  <dtardon@redhat.com>  [24c0959ae2afe4b7a04f82f166cd78bb9fb62f93]

        fix windows build
        
        Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [e09e9bfb89e9e65c17acb1f027a9003beddd6d66]

        re-base on ALv2 code.

2012-10-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3e882cf60af64cae76f41ee3373c57e930206827]

        fs34b: #i117552# check if query before call getByName in every case

2012-10-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [67e0482236192c18f4ec24f675d13446313d85e4]

        fs34b: after the test, close all documents opened during the test

2012-10-01  David Ostrovsky  <david@ostrovsky.org>  [f1b1ae76246c3d63567b4982e46229cbde324c8e]

        soltools conversion to gbuild
        
        The following tools are considered to be obsolete and are discontinued:
        ldump, giparser, testhxx and support.
        
        Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3

2012-10-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [62ca77267c18783ecbf7c7c3259b2fda6560aff7]

        sc/qa/unit: recover xDocSh->DoClose()
        
        which was removed in fde638b3ac35997aa3e38a37fed56d6eb661806b
        
        Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97
        Reviewed-on: https://gerrit.libreoffice.org/723
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-10-01  David Tardon  <dtardon@redhat.com>  [b3f10b9772e4ae726b3d938b28fdf3d7d622db30]

        add missing dep on cosv headers
        
        Change-Id: I444874a8b59ac82c807087fb1a1d958ab1f75b12

2012-10-01  David Tardon  <dtardon@redhat.com>  [b7ab3be54c3416b0ddcf6245d477589a4beb496c]

        fix dep on internal ucpp
        
        Change-Id: I42bbb3e53aaaad0e6b7df44ec2def038ac1a31eb

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [e50b3f0ecc8febf8ad2fe52a6fc6e81e1afe2d8d]

        add supporting target and options to generate patches for ExternalProjects
        
        also add the support for the convention that a patch filename
        encode the -p value if it end with .[0-9]
        for instance foo.patch.2 indicate a -p2 patch
        
        usage:
        
        generate a 'reference' copy of the expanded and patched file structure
        $> make clucene.clean
        $> patches=t make clucene
        
        go to the module
        $> cd clucene
        
        edit files in $WORKDIR/UnpackedTarball/clucene
        
        force a rebuild of things that depend on that UnpackedTarball
        $> make clucene.rebuild
        
        
        create a -p1 patch named clucene.new.patch.1 in the module's directory
        $> make clucene.genpatch
        
        you can then rename it, place it where appropriate in the module
        hierarchy, update the UnpackedTarball_lucene.mk to apply it.
        
        rinse and repeat from the top (yes the make lucene.clean is needed
        to regenerate a 'reference' expanded and patched tarball)
        
        Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
        Reviewed-on: https://gerrit.libreoffice.org/712
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [5e651590b29827a725f23190044617293ced1d74]

        hide external library neon's warnings
        
        Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [a49bf649a2395c7fcac5b2cb2f19036e03de938e]

        add tomcat to tail_build
        
        Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [84d8fe80471589c7299ea806bdd62ce2563071e2]

        add apache_commons to tail_build
        
        Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [e9816ef937adb070f8252a2e6041fbe3a8e3d7c4]

        beautify Module_tailbuild a bit
        
        Change-Id: If54d57c962c6cb97c539e46f2ea747668706770e

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [aac912e02fee8f9c894d4fe38ee7aec0af725637]

        gbuildify tomcat
        
        Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [78253a7836050e1ddd2f0c67d739c956319f3a9a]

        Make --enable-64-bit automatically turn on --enable-coretext
        
        Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [8c2662b331993f32da64bd46d4180218f55f2653]

        No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
        
        Change-Id: I59f4d5ad275af62c997723908754112c062a31be

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [ac9d8ed30b81bde14f67aff2c228d30085bfedd5]

        Workaround for boost problem with the 10.7 SDK
        
        Change-Id: I970326f084ef20fc9887e62adf95547c2468aebd

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [aa03698b88e95636d838dfc1274473ac3c0fa659]

        RepositoryExternal: internal libpng requires zlib as well
        
        Change-Id: Ib23b2a6bd9301a03321ddb5c8a488b579fa8d1a2

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [e8bf43c514d6c519e94deb2fbc5a1ccb4c96d3f0]

        vcl: fix gtk3 build breakage due to forgotten use_libraries
        
        Change-Id: I53faf1a5c88b6ffd954fd98814cdf27b77f1c3db

2012-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd028e32bfdde35fb01ac69db3d3da359d8c8ff2]

        vba procedures and macro names will result in crash, fdo#55174
        
        Change-Id: I23073ecc56482670d185b39452a7d8b9d6eb38c8

2012-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [602d3370d5c85813aeb895d1e130b66691b2fcd5]

        use a as prefix for local variables
        
        Change-Id: Id4652eb986c02044e27cd4e91863d5ed97465860

2012-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd00b5eed8d1a590c8779c0db0ed78ebac4638f5]

        fetime of mpCondFormat is more complex, fdo#55379
        
        Change-Id: I2b34f9fefdfdfa245ab73f8691090cbde8bcd34e

2012-10-01  Noel Power  <noel.power@suse.com>  [873e0883eb0a0c58da2582c50ab32a9d8cf35ed1]

        halt corrupted styles with multi-saved xlsx document fdo#55418
        
        Change-Id: I2d53c88ab121edeec2bf53f7fd177a0edcc05a25

2012-10-01  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f2dd33e269a8a70a331b275b8a079a4b5eb7879]

        Unwind some of the resource ID nastiness between sc and svx.
        
        Never reference SC resource ID's in svx. That's just asking for
        trouble.
        
        Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c

2012-10-01  Noel Power  <noel.power@suse.com>  [3c9b81c301fcde1230e6b2ef393dcd9b693d83bb]

        fix xlsx export missing alignment attributes with cellstyle fdo#55417
        
        Change-Id: I510d0f399c58b5a9b192f3566e093c636cae2c0a

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [7cd973eeaa4c03c56871af8ed5033b2d777a6c3d]

        rhbz#826526 Inform user about unsupported PDF encryption formats
        
        ...with a crudely reused "Version Incompatibility" message box (TODO: improve),
        rather than keeping asking for a password.
        
        Change-Id: I8239232704a4426af7a14a729840d184a502d2df

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [4cf877162079dc9f6e6b3fb753a761387eed9b19]

        another oops in svx...
        
        Change-Id: I0f9de9ed23d160a8c3cf6a9db8eece95b4e8795a

2012-10-01  Takeshi Abe  <tabe@fixedpoint.jp>  [8a7fa6f9d96b1857d51a604f36d09fe88e59d413]

        The graphite page was moved
        
        Change-Id: I99bc4cd9e600dc0b2e9f74fba7615c6677cf90ca

2012-10-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74f8d6ea4e3fd9eda0601c9483fc9a7bd52c2c52]

        add the remaining parts to previous commit
        
        Change-Id: Ia0b9ed9eed30991f38234bf56c49b26392491f30

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [165b1f82608c75488a50a3bef1ddc33ffbe49c38]

        fdo#54940 - make editing relative refs more intuitive to me
        
        Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [b8c43b5332dcb5f8928c7b3b4a1aa639b911527b]

        double-click on a conditional format inspects / edits it.
        
        Change-Id: Icdfeae938627b63decd26571e86bc1e80e07f6c6

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [fb6df25eb2ec520f10bdca117ace3fae482332bb]

        auto-expand the first conditional format in the list.
        
        Change-Id: I65280d39b560b4b7eed3e21a6e6c7b02c124f10a

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [386b13b2b032d4ed3d6772c225266b3bbb5235c8]

        improve conditional formatting height calculations.
        
        Change-Id: If5080892b820d268ffef22111d0caee217586b56

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [bf1802ffa34e48000892322d95e01fda6a07a094]

        sw/qa: more getProperty() usage in extras
        
        Change-Id: Ic4782f3d315b6ef860153fdeb1890bba083f9630

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [b4b9fb5cfd850dec59307a98d52c96874b78ff7e]

        fix WNT build: missed one oleaut32
        
        Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0

2012-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [adbdb8e4d94c04de73d071e0a9ccdd95e3f5e82a]

        hide clucene warnings under the carpet to avoid poluting make's output
        
        Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [ca2fd69e0450d83f145d1ef7559e090db162a777]

        vcl: remove gb_STDLIBS that crept in today
        
        Change-Id: Icb760daeca27289e424a72fb743d4e3bbd0e526d

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [f011af716e2978cbf9fcb7748dc868c503edddff]

        gbuild: invert handling of standard system libraries:
        
        Always link in gb_STDLIBS, except when the library explicitly opts out
        with gb_LinkTarget_disable_standard_system_libs.
        
        Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [33bf3bd544b200825c081fe367bf64e68714c9b4]

        gbuild: OpenBSD: remove custom gb_LinkTarget__command_dynamiclink:
        
        Should no longer be necessary with the new handling of gb_STDLIBS.
        
        Change-Id: Ia94a7266806e2d09d7608f642b25933e42499525

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [78ea81418a7a24867a0651b7e096684ee57dd880]

        bean: just use AWTLIB on all platfroms to simplify this
        
        Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [8831c592e80288be39a9e5f4d20e617b55682003]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
        
        add a new gb_LinkTarget_use_system_win32_libs to abstract different
        linker options on MSVC and GCC.
        
        Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [578e195cf3120508422a317cc7fac870ae0a3a7f]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
        
        Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [c9a74445152980bc5d3976b885b1302df5266b6b]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for android
        
        Change-Id: I0b99b6effb57bcd9ab5687f8896940620986b785

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [654a5c7b30991aa8b1ff342d02beeba8165913f3]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
        
        Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [ecddbecedccf2bf67e569544854c6fbd1269dd88]

        gbuild: clean up Mac OS X framework handling:
        
        There are currently 3 different mechanisms being used for frameworks,
        which is of course intolerable so we invent a 4th one and standardize on
        it:  gb_LinkTarget_use_darwin_frameworks
        
        (This doesn't mean using add_libs or externals was wrong, it was just
        inconsistent... and i don't see an obvious benefit of using externals here)
        
        Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [4ad9285d302ee820d9ab1ea759497423ae9ec022]

        vcl: clean up that Xinerama linkage...
        
        ... odd duplication apparently due to wrong conversion from dmakefile.
        
        Change-Id: I9a9e183373ec43fb0b1eadc2c233ce659bebd107

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [35811f025fd68bf19f3a9fdfdbd47f31458c846f]

        gbuild: clean up usage of weird x11_extensions module etc.
        
        Move libraries using those headers to RepositoryExternal.mk and
        also move pkg-config invocation to configure.
        
        Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [5b166c5cc860aecc26c656cddf513d042850a58c]

        gbuild: remove libraries handled by RepositoryExternal.mk
        
        Change-Id: I159b7942cfa26f81ada421403835ff0f1e4b09ef

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [816ec4b0933e36ac468230365359c3b9d8d52986]

        gbuild: replace direct gb_STDLIBS use with ...
        
        ... new gb_LinkTarget_add_standard_system_libs
        
        Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [6f6f7a17dc82248446dc4eddfd51af08362fc352]

        gbuild: split uwinapi out of gb_STDLIBS
        
        Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7

2012-10-01  Michael Stahl  <mstahl@redhat.com>  [3cd514df938252003ac3d3640156d6febf36fa76]

        chart2: remove obsolete gcc 3.0.4 workaround
        
        Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27

2012-10-01  Caolán McNamara  <caolanm@redhat.com>  [2d9cf1aaf12456e3628791b742fc3e04ebc0d92b]

        WaE: some warnings on RHEL-6 gcc
        
        Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823

2012-10-01  Michael Meeks  <michael.meeks@suse.com>  [8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886]

        fdo#54940 - fix last small ergonomic issue.
        
        Change-Id: I305bf537a203389321aa0e0efc1ce3d9654dd4aa

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [256344d507dbcc22e1e371b8061ad5cfdf21cf98]

        Prefixify textfd
        
        Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89

2012-10-01  László Németh  <nemeth@numbertext.org>  [a07a4688d10737bd88d89ef38e12bc9b6074ffea]

        Add back compatible Hungarian date format acceptance
        
        Change-Id: I6b6d62cda241250db89cdcabaa04952d36e1acfd
        Reviewed-on: https://gerrit.libreoffice.org/720
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [a24a6a41c60740e2ebd1df14d055f7c37af8f21b]

        Deduplication of aEmptyStr for disable-dynlinking
        
        Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [5b14ebdda30a3900537f2bc5f5ec876f7c5d5efa]

        Deduplication of ImplGetSupportedMacroItems for disable-dynlinking
        
        Change-Id: If6fb0a2152041f65d2e4b38dfbf87491b323f28f

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [f1d9c520a2a2df5bdbb02fff7ba8f3a134dfc32d]

        Deduplication of NavigationOrderAccess for disable-dynlinking
        
        Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [14d9d74717d999aae9d4ffb1e8c2e6369fef69fa]

        Deduplication of lcl_HasOnlyControls for disable-dynlinking
        
        Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [abba52d57f4a49d56edf0ba0d48073933b1af50f]

        Prefixify t602filter
        
        Change-Id: I652ffdf009f6078c723a0f0932256adb183e7513

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [88dd328e140b4f72eb9972e52b9fd05a5b856edb]

        Prefixify svgfilter
        
        Change-Id: Ifd34a186cd25bafbfd49dad8a1d5bd30756d83d3

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [eef8ae7c3f52027476ca440586c0f65b6a174b78]

        Prefixify lotuswordpro
        
        Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e

2012-10-01  Tor Lillqvist  <tml@iki.fi>  [69222d71221d0ec81a3dbf01789456bcf2dde0da]

        Deduplication of TemplatePopup_Impl for disable-dynlinking
        
        Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0

2012-10-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [8c089f59b83a80aa5c2c5cba8e9cf7bfbaf426a9]

        configure.in: edit message checking for new GStreamer 1.0
        
        to not duplicate the message checking for old one
        and be consistent with the help message in AS_HELP_STRING
        
        Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231
        Reviewed-on: https://gerrit.libreoffice.org/722
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-01  Takeshi Abe  <tabe@fixedpoint.jp>  [11b2959680a219b1bb608806159a8da8f5f4b810]

        use "LibreOffice" as the default value of ProductKey for crashrep
        
        Change-Id: I12bab12ad32f4965b55d94dfd2d6fe8894129763
        Reviewed-on: https://gerrit.libreoffice.org/721
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-10-01  Stephan Bergmann  <sbergman@redhat.com>  [a900a4d70bb465e24c49a0183c60087328860e83]

        Fail early if getPackageLocation fails; plus clean-up
        
        Change-Id: Ifa7d589e7854fed9cd9ca2a3f3c987179b60199f

2012-10-01  Andras Timar  <atimar@suse.com>  [585ad1cde03c395c056ff7aa4a8c814242150679]

        Revert "take out @PLATFORM@ from extension ID"
        
        This reverts commit 21a82f4f91eb9940e5dd01c75e2f68721a431f09.

2012-10-01  Miklos Vajna  <vmiklos@suse.cz>  [91f02521b827bf51f04befd45c51736fe4072fba]

        fdo#52475 fix import of RTF_CHCBPAT with value 0
        
        0 means auto, and for fdo#50539, this value was ignored. However a next
        sample shows that we should send something to the dmapper: COL_AUTO.
        
        Change-Id: I8d7d35125c9027dfb45288bbfbfa81ba4799e78d

2012-10-01  Caolán McNamara  <caolanm@redhat.com>  [1558ee84dce09770ff80ad9984e84d6500b79bf5]

        menus are way too wide, wrong checkbox/radiobutton width
        
        Change-Id: Ib8f1a21f19812092e2561621909f74fd98af2857

2012-10-01  David Tardon  <dtardon@redhat.com>  [9516c661e86f99cb625e13fe6e040ae74d66a3dd]

        add saxon to tail_build
        
        Change-Id: I01e2b99a2618c3b4e5e80dc9e38652e75ef5217d

2012-10-01  David Tardon  <dtardon@redhat.com>  [5013ebbffdd37a68c49a34e9c1b4e69c36a86912]

        fix InternalUnoApi IDL deps
        
        Change-Id: I02bd49c6f6b252c6797292b8e4a9bc319fe0947e

2012-10-01  David Tardon  <dtardon@redhat.com>  [93a3e81816e3479c0d107ba44d473134b51a7712]

        add missing deps on headers to static libs
        
        Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a

2012-10-01  David Tardon  <dtardon@redhat.com>  [898c34603555b64b330ef5a45b7e60eb82e25b66]

        do not rely on target-spec. var. inheritance
        
        The whole idea of having two paths to look for schemas (one local, for
        module, and one global, in $(OUTDIR)) is bad anyway, because there is no
        way to do it in XSLT without warning if the checked schema does not
        exist in the first path. I see two ways out of that:
        1. rewrite schema_val.xsl in a decent language
        2. split the node reference check in schema_val.xsl into two phases: the
           first phase returns a list of subpaths to check, a helper script
           processes that, finds the real paths and feeds it to the second phase
           XSL, which does the internal check.
        
        Change-Id: Icfe3f9ec0960cfd3423c1223ad8f495d7634b25a

2012-10-01  David Tardon  <dtardon@redhat.com>  [6e9c84461a5b86275b61003de8753a6699fad1ba]

        drop unused include
        
        Change-Id: I21360e2d65b64bc27f02d677eda05f9d9d765367

2012-10-01  David Tardon  <dtardon@redhat.com>  [b7bc73de34f1fda3f5ce533e139a19d54b142c10]

        add missing dep for tools/errcode.hxx
        
        Change-Id: I6e63a545332a1b865a26b355db49869c214f97c7

2012-10-01  David Tardon  <dtardon@redhat.com>  [25a7a4bb6cc226f5a7d2d7352b10ebaa049661ff]

        add missing deps for tools/color.hxx
        
        Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a

2012-10-01  David Ostrovsky  <david@ostrovsky.org>  [e12f501bebf83ea8121e517283c25c24587268a7]

        gbuildification of saxon
        
        Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586

2012-09-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [79dbac32afd3a937e323231ec310ec1f0e476fe5]

        create guids that excel accepts
        
        Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ecc7820a93ca5a8f678d75e13c2e94b1115382e2]

        Use po for merge of readme.xrm
        
        And delete old dmake rule
        
        Change-Id: Ia0a18b79579337ceb40e8a440e028cf0c2867bf5
        Reviewed-on: https://gerrit.libreoffice.org/738
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9d300551b3dacd3693607e1015bea1461c173e1a]

        Use new startsWith() method of OString
        
        Change-Id: If8787b007767aa2701ff1b13883bcf33df12a8fc
        Reviewed-on: https://gerrit.libreoffice.org/737
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0359041aac89ef07325f6b8baa2d5ff304e833b5]

        Corrections for merge
        
        -Correct po type-checking
        -Use new "lang" variable instead of
        nonexistent one
        -Add input parameter to ulfex
        
        Change-Id: I1dc17363179d69d40144b6a998eb1bf223bd05e9
        Reviewed-on: https://gerrit.libreoffice.org/736
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Stephan Bergmann  <sbergman@redhat.com>  [a842b5690e77de51d933bd9a4224303abba1d870]

        Make Reference::iset_throw work with multiple-inheritance interfaces
        
        Change-Id: Ia8a644c613de17279abdab533a6314ba6c0e0aec

2012-09-30  Tim Retout  <tim@retout.co.uk>  [5cc1d5ca954a594129bd81159a87f8dfb9bbffe7]

        installer::profiles: Test and rewrite sorting_profile
        
        Change-Id: Ie3c9bddcb4760d2fe2195c1ca0de7520e57d705f

2012-09-30  Tim Retout  <tim@retout.co.uk>  [665785c073f695922603854a9d2d5ecab4061ff0]

        installer: Create new read_ziplist function.
        
        Change-Id: Ie91376bf9c52238febdc15720bb7f4cd62ee2e08

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [004f4fae87fe4fe3c31948d55206291b6de64ba9]

        Correct escaping tags
        
        which worked wrong with some language like Asturian
        
        Change-Id: Icd5939316ac84a3e569a9cbc04e38edda59dead1
        Reviewed-on: https://gerrit.libreoffice.org/735
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [408acea40bf2e4dfaa5fc79779de0611b367128a]

        Add correct input for helpex
        
        Helpex waits for a file which contains path
        of po file not a path directly
        Delete unneeded slash
        
        Change-Id: I890f6a51ebef1ae40647859b11ab4c46c02eb13b
        Reviewed-on: https://gerrit.libreoffice.org/733
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [f1cbd2dc05c6765754891a909ff53f1852a878a5]

        Use ascii charachters to seperate qtzi
        
        Because previous used charachters cause warnings
        
        Change-Id: I8715fc2a05df9d84b34945618184c99d54de6579
        Reviewed-on: https://gerrit.libreoffice.org/731
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  David Tardon  <dtardon@redhat.com>  [287050d68870a519161c649a4130d0e49a6c8beb]

        add sal and xml2cmp back to build.pl deps
        
        Change-Id: Ia5607c977958317f3aca9061553cbfedb35944fa

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [4869d45d8e6ba43f422ee3aa05b7c0baca28d1e0]

        Make error message clearer in localize
        
        which is written out when one of executables
        writes out invalid sdf line
        
        Change-Id: I167b31bf0f550222accdda8ee5a03d8e4a742d63
        Reviewed-on: https://gerrit.libreoffice.org/730
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0e138f246cc490df35046bba83e459164620ca77]

        Move setting of po msgid to constructor
        
        because this is part of initialization
        
        Change-Id: If6ebe46cea93e378c9060f2c3ced09ab44a3d82a
        Reviewed-on: https://gerrit.libreoffice.org/729
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ca12be682f28969b15b30539230ca40de88fc36d]

        Make Po classes robuster
        
        -Make PoOfstream\PoIfstream classes for
        checked po input\output
        -Make copyability obvious
        -Handle runtime errors with exceptions
        -Use assertions to define exceptations
        for programmers
        Plus some correction
        -Use simplier indentation
        -In renewpo.cxx, define sdf file as a tempfile
        instead of make it in current location
        -Use constructor to renew poheader
        -Use const where needed
        
        Change-Id: Ic11ce3b9eee9a9fa9fbc4ccda154623160ad9d8a
        Reviewed-on: https://gerrit.libreoffice.org/728
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [9baaced8b636e23045495c9a018d0859a9df8e76]

        Not use initializer-list for vector
        
        Change-Id: I6ed72b28be3ad00224cbf7308b4f27a6fb25e24e
        Reviewed-on: https://gerrit.libreoffice.org/726
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [a6e55d489b611e8dedf001c7897b6b60519fb89a]

        Make l10ntools works with i18nregexp
        
        Change-Id: I80d3dbc19856d518ed8a94dba227372f5f74ec47
        Reviewed-on: https://gerrit.libreoffice.org/725
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Olivier Hallot  <olivier.hallot@alta.org.br>  [3f3da5dff94412b432c0cd8abc24878888c8b8e4]

        Update in Brazilian autocorrection
        
        Change-Id: Ifcd7410f659a76ac34f18bb561b2eaffa6ecbd3d
        Reviewed-on: https://gerrit.libreoffice.org/724
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-30  Miklos Vajna  <vmiklos@suse.cz>  [e8103258e2c744acbcb74bb0b90324d50cc880a5]

        writerfilter: unused includes in DomainMapper
        
        Change-Id: Ia84271c5fe7064bfa2d71b84da9fa4d9df945d51

2012-09-30  Miklos Vajna  <vmiklos@suse.cz>  [61395b51896f091d002896fc6fe0f5d2c8624590]

        sw: finish cleanup of rtfimport test
        
        Change-Id: I10433c3c40a0c648bd651ed786ecd5523bf58f61

2012-09-30  Miklos Vajna  <vmiklos@suse.cz>  [6ce7a5bd5709206f0f60f68d11c6040ad425b947]

        sw: clean up one more test
        
        Change-Id: Icfcdbedaf6b123fc726e2298ac47698940b36091

2012-09-30  Miklos Vajna  <vmiklos@suse.cz>  [f9453275d2710f9d3e9a4cc1285a57db334a5e2e]

        sw: more testcase cleanup
        
        Change-Id: I39681fbf57c828e5d6e80ae7c3155f2f60410a1a

2012-09-30  Miklos Vajna  <vmiklos@suse.cz>  [023ea2a73f17303fcc0895e807413b1e54ae7ec2]

        sw: cleanup in rtfimport test
        
        Change-Id: Idef3ee3fa246b314c4b6b8a59b2b366dadfb679a

2012-09-30  Matúš Kukan  <matus.kukan@gmail.com>  [07467b0df2d347b6fbc88e590a36a6f732c9b966]

        soltools: remove unused files
        
        Change-Id: I534aab7da0b05dadc3415856e57362ead57380c0

2012-09-30  Matúš Kukan  <matus.kukan@gmail.com>  [6e2b250c82b44bf8329e066a2a2823e207ed1da0]

        soltools: build again ldump4 for Windows
        
        Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580

2012-09-30  David Tardon  <dtardon@redhat.com>  [037ff8fac75db980a3bc44092df243aadaad3d38]

        gettext depends on sal...
        
        Change-Id: Iec26cfb2f6715b12bed290d72e3a013d6a980544

2012-09-30  Lionel Elie Mamane  <lionel@mamane.lu>  [3f84462b47f070b4921fdd5fdab8397ab1439fd6]

        fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve it
        
        Else, operator>>= flat out refuses to extract it, even though the particular value in this particular call would fit.
        Also OSL_VERIFY the result of >>= (instead of ignoring it) to facilitate future detection of similar problem
        
        Change-Id: I859c38c3589dc9e9ef5bdd882663aa3386a43237

2012-09-29  David Ostrovsky  <david@ostrovsky.org>  [f4b412ebd57016823dde50c5d41bdc39337b6b74]

        remove superfluous linkoo output
        
        Change-Id: I09a14fd50cf69cec8693b7058d105ee5f2998e02

2012-09-29  David Ostrovsky  <david@ostrovsky.org>  [7374bd94885088fabd05c7b83c1f47d2c94836a3]

        introduce some new top level targets
        
        Change-Id: I3ac81132e21710a2c1d974944a5bcd612d796ec6

2012-09-29  Katarina Behrens  <bubli@bubli.org>  [010e207039cc12bf7c688d978adeb16c0802333e]

        fdo #50343: Fixed crash on xlsx import of file with array formula
        
        Follow-up of 7fff98724bc7e3. Buffer only cell formula values via
        setCellFormulaValue. Otherwise we get crash in
        FormulaBuffer::applyCellFormulaValues() as array/shared/datatable
        formulas are treated differently
        
        Change-Id: Ie344b273ec662e8af1bf9fa54e79614393634974

2012-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [898f54e72fc71d04c5090f3c7380e3bfce750adf]

        Revert "gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON"
        
        This reverts commit 34061bf6d4fe8b80f46a97b8fbeddc18247e8bf7.
        gb_PYTHON was moved again in dec68c6684298cbcb793651f1221f842efd794e3.

2012-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [7cafe7ee9c0fe52c2b93fde59b35475a5b208f0b]

        vertical space savings
        
        Change-Id: I8f73a804e2005108f4a47d9fe4f9cd4425787cb1

2012-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [5753241d8869e7a3f64c535e4d23f125a7aed683]

        move gb_Executable_EXT_for_build to platform/
        
        Change-Id: Ica30efee4fcd030dcc063321ba678a00bec726cd

2012-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [d3f8bf8334bcc701aca2f4687530bde8f2c2c018]

        gbuild: gb_Library_TARGETS should really not be needed now
        
        Change-Id: I1a5f2fda44da782b43076eee67e292affe1bad1a

2012-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [0473dbefb23c10b4f801b9449462c87dd0ebad55]

        soltools: fix windows build
        
        Change-Id: Iac8321655a18826f9adcf8aed8075cce1aa24652

2012-09-29  Stephan Bergmann  <sbergman@redhat.com>  [34061bf6d4fe8b80f46a97b8fbeddc18247e8bf7]

        gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON
        
        ...now that fa140733eeaf59030caa3115be4de11fb210b5b7 "fix dep on internal ucpp"
        moved things around, so use "=" instead of ":=" here.  (And I'm not sure the
        other places need ":=" either.)
        
        Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0

2012-09-29  Stephan Bergmann  <sbergman@redhat.com>  [c2ca6fabd1afc3fc07001721c2069d3c8db7000a]

        Use comphelper::getComponentContext
        
        ...and some further clean up.
        
        Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9

2012-09-29  Stephan Bergmann  <sbergman@redhat.com>  [f05d7abf93bbcf443cb0b5759ca19992e2fa85a3]

        Some clean up
        
        Change-Id: Ia17a714b55da06bd38c7b5d60881f1b3838da992

2012-09-29  David Tardon  <dtardon@redhat.com>  [dec68c6684298cbcb793651f1221f842efd794e3]

        the build tools need to know executable extension
        
        Change-Id: I44479648dd75142864503650494fb2e3f95fe719

2012-09-29  David Tardon  <dtardon@redhat.com>  [093fe6c5ebae2b8b63690d11ba5f3843a374ff4c]

        fix windows build
        
        Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91

2012-09-29  Michael Meeks  <michael.meeks@suse.com>  [286a7733ac0b00e47a03b13735f7aa9270ffc8e3]

        re-base on ALv2 code.

2012-09-29  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [de53823101479e88d23963aa66e2ad64ebfa29cd]

        fs34b: #i117552# check if query before call getByName in every case

2012-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5071a19385f3999539cfb60a333df405a34036fa]

        fs34b: after the test, close all documents opened during the test

2012-09-29  David Ostrovsky  <david@ostrovsky.org>  [3d7005b67dd29a2392dcc91e9c8b4287fc6816c7]

        soltools conversion to gbuild
        
        The following tools are considered to be obsolete and are discontinued:
        ldump, giparser, testhxx and support.
        
        Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3

2012-09-29  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [39726ed52d6370b0223d6f675e02ddb1989206cb]

        sc/qa/unit: recover xDocSh->DoClose()
        
        which was removed in fde638b3ac35997aa3e38a37fed56d6eb661806b
        
        Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97
        Reviewed-on: https://gerrit.libreoffice.org/723
        Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2012-09-29  David Tardon  <dtardon@redhat.com>  [d626b631ff9a796b8d41fab06e4faf209387780d]

        add missing dep on cosv headers
        
        Change-Id: I444874a8b59ac82c807087fb1a1d958ab1f75b12

2012-09-29  David Tardon  <dtardon@redhat.com>  [fa140733eeaf59030caa3115be4de11fb210b5b7]

        fix dep on internal ucpp
        
        Change-Id: I42bbb3e53aaaad0e6b7df44ec2def038ac1a31eb

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [363e0b67e9ce5de317603a76a5ffc159fc964722]

        add supporting target and options to generate patches for ExternalProjects
        
        also add the support for the convention that a patch filename
        encode the -p value if it end with .[0-9]
        for instance foo.patch.2 indicate a -p2 patch
        
        usage:
        
        generate a 'reference' copy of the expanded and patched file structure
        $> make clucene.clean
        $> patches=t make clucene
        
        go to the module
        $> cd clucene
        
        edit files in $WORKDIR/UnpackedTarball/clucene
        
        force a rebuild of things that depend on that UnpackedTarball
        $> make clucene.rebuild
        
        
        create a -p1 patch named clucene.new.patch.1 in the module's directory
        $> make clucene.genpatch
        
        you can then rename it, place it where appropriate in the module
        hierarchy, update the UnpackedTarball_lucene.mk to apply it.
        
        rinse and repeat from the top (yes the make lucene.clean is needed
        to regenerate a 'reference' expanded and patched tarball)
        
        Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
        Reviewed-on: https://gerrit.libreoffice.org/712
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [26c8848639537f9b4d7921c04f8747c992a643c2]

        hide external library neon's warnings
        
        Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f2859a318198797fd11f3ea78ed336533eefa65]

        add tomcat to tail_build
        
        Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [4df639baacd871cb2793e75dd9721ad2ae715e20]

        add apache_commons to tail_build
        
        Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [47894cdf75ffe29a3a070a884130565424af35f0]

        beautify Module_tailbuild a bit
        
        Change-Id: If54d57c962c6cb97c539e46f2ea747668706770e

2012-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [311babc08009ff4014f9b6b14d82ca41f5e6f942]

        gbuildify tomcat
        
        Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770

2012-09-29  Tor Lillqvist  <tml@iki.fi>  [d756f2a304ed0921e1791c8eb91ce7fb7a085529]

        Make --enable-64-bit automatically turn on --enable-coretext
        
        Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1

2012-09-29  Tor Lillqvist  <tml@iki.fi>  [4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8]

        No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
        
        Change-Id: I59f4d5ad275af62c997723908754112c062a31be

2012-09-29  Tor Lillqvist  <tml@iki.fi>  [0919d45d514642ed6cc62fe20227a99295a09d40]

        Workaround for boost problem with the 10.7 SDK
        
        Change-Id: I970326f084ef20fc9887e62adf95547c2468aebd

2012-09-28  Andras Timar  <atimar@suse.com>  [25e2d8eefd0371bec1fc0ccbd68f0d4aa1de102c]

        depend on po files not on localize.sdf
        
        Change-Id: Ib386d1c87d0efbd81462924993e1c18165870991

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [398ce44c54b26b31eb826c150926fd49e59b4f52]

        RepositoryExternal: internal libpng requires zlib as well
        
        Change-Id: Ib23b2a6bd9301a03321ddb5c8a488b579fa8d1a2

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [bce530e89cd32d40f7a54f80906c321c5b1b944b]

        vcl: fix gtk3 build breakage due to forgotten use_libraries
        
        Change-Id: I53faf1a5c88b6ffd954fd98814cdf27b77f1c3db

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3a24e566eccd7b20b893ede1b17e64e38b29be9]

        vba procedures and macro names will result in crash, fdo#55174
        
        Change-Id: I23073ecc56482670d185b39452a7d8b9d6eb38c8

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e94ac21b72145d59992eaee4fbbd065e597b3d6]

        use a as prefix for local variables
        
        Change-Id: Id4652eb986c02044e27cd4e91863d5ed97465860

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5d4e2cf96e5c28634ed6968f87b476e8a2a5850]

        fetime of mpCondFormat is more complex, fdo#55379
        
        Change-Id: I2b34f9fefdfdfa245ab73f8691090cbde8bcd34e

2012-09-28  Noel Power  <noel.power@suse.com>  [a705c6cac4182d62c3495be7367d4ae34fd47fac]

        halt corrupted styles with multi-saved xlsx document fdo#55418
        
        Change-Id: I2d53c88ab121edeec2bf53f7fd177a0edcc05a25

2012-09-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [deee6394c0db6c6ec844d2c9606b138d9bcb4672]

        Unwind some of the resource ID nastiness between sc and svx.
        
        Never reference SC resource ID's in svx. That's just asking for
        trouble.
        
        Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c

2012-09-28  Noel Power  <noel.power@suse.com>  [78a102e2060a1a8fc003d91fa3193b2bfa841d26]

        fix xlsx export missing alignment attributes with cellstyle fdo#55417
        
        Change-Id: I510d0f399c58b5a9b192f3566e093c636cae2c0a

2012-09-28  Stephan Bergmann  <sbergman@redhat.com>  [d3d720b14c0bbfc849f8562d02b471e223e1b0bc]

        rhbz#826526 Inform user about unsupported PDF encryption formats
        
        ...with a crudely reused "Version Incompatibility" message box (TODO: improve),
        rather than keeping asking for a password.
        
        Change-Id: I8239232704a4426af7a14a729840d184a502d2df

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [050d74b558f896ab510a31bcffde2e0346fc5bd8]

        another oops in svx...
        
        Change-Id: I0f9de9ed23d160a8c3cf6a9db8eece95b4e8795a

2012-09-29  Takeshi Abe  <tabe@fixedpoint.jp>  [9024006206451518712ada0d2007397c5d9e6c28]

        The graphite page was moved
        
        Change-Id: I99bc4cd9e600dc0b2e9f74fba7615c6677cf90ca

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9edb6ba992ad2ef092996903d775df5313613bee]

        add the remaining parts to previous commit
        
        Change-Id: Ia0b9ed9eed30991f38234bf56c49b26392491f30

2012-09-28  Michael Meeks  <michael.meeks@suse.com>  [985e7e4f5017b67f2734b8885d81e32e2011e470]

        fdo#54940 - make editing relative refs more intuitive to me
        
        Change-Id: Ib7681de7b1aad9b6dda183e3c4fa1b1010270d3f

2012-09-28  Michael Meeks  <michael.meeks@suse.com>  [5f32a4a2a18b1726c8bb7a5ce694648b0d8aba31]

        double-click on a conditional format inspects / edits it.
        
        Change-Id: Icdfeae938627b63decd26571e86bc1e80e07f6c6

2012-09-28  Michael Meeks  <michael.meeks@suse.com>  [6b612128794b7dba984c45e8aa7673b5261eb5dd]

        auto-expand the first conditional format in the list.
        
        Change-Id: I65280d39b560b4b7eed3e21a6e6c7b02c124f10a

2012-09-28  Michael Meeks  <michael.meeks@suse.com>  [bee798cf4a91030184e01073c9aaaa5a66174600]

        improve conditional formatting height calculations.
        
        Change-Id: If5080892b820d268ffef22111d0caee217586b56

2012-09-28  Miklos Vajna  <vmiklos@suse.cz>  [9cce64934020576013ee03c3888a696a98d069de]

        sw/qa: more getProperty() usage in extras
        
        Change-Id: Ic4782f3d315b6ef860153fdeb1890bba083f9630

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [93a118d728736a9ffb6269b2816d4a1428472baa]

        fix WNT build: missed one oleaut32
        
        Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0

2012-09-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [23126cea9ed09389da9714cd6f0982822aa9805d]

        hide clucene warnings under the carpet to avoid poluting make's output
        
        Change-Id: I1f6e4d187ae6200fe1d2444c07af9ca42a010bc1

2012-09-28  Andras Timar  <atimar@suse.com>  [dbac379f77a034f10e62e607258fcbafad41b7ab]

        Merge branch 'master' into feature/killsdf
        
        Conflicts:
        	l10ntools/Module_l10ntools.mk
        	l10ntools/source/merge.cxx
        	solenv/gbuild/AllLangResTarget.mk
        	solenv/gbuild/ExtensionTarget.mk
        	solenv/gbuild/InstallModuleTarget.mk
        	solenv/gbuild/TargetLocations.mk

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [be70d912a3bb48018a588365eef031fdd5ce032e]

        vcl: remove gb_STDLIBS that crept in today
        
        Change-Id: Icb760daeca27289e424a72fb743d4e3bbd0e526d

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [5032dc0fc339ba6b200e80a5482cc86e00662a0b]

        gbuild: invert handling of standard system libraries:
        
        Always link in gb_STDLIBS, except when the library explicitly opts out
        with gb_LinkTarget_disable_standard_system_libs.
        
        Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [7312f5ceacd44c9980b9262e403d4d9ac10f1aa9]

        gbuild: OpenBSD: remove custom gb_LinkTarget__command_dynamiclink:
        
        Should no longer be necessary with the new handling of gb_STDLIBS.
        
        Change-Id: Ia94a7266806e2d09d7608f642b25933e42499525

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [fa489789359d130735a814366154a3d91ec882a9]

        bean: just use AWTLIB on all platfroms to simplify this
        
        Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [dc397aae70433c0086ef41f4dac5289fb07a9b19]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
        
        add a new gb_LinkTarget_use_system_win32_libs to abstract different
        linker options on MSVC and GCC.
        
        Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [80374355ab96fa73f2aee8971195faf3cf5985f5]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solaris
        
        Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [3c41244209386e22b34cb8da2267383e0238e0ff]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for android
        
        Change-Id: I0b99b6effb57bcd9ab5687f8896940620986b785

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [967986b86184ee4bcd04ff4b98829d8fa73a15a5]

        gbuild: gb_Library_PLAINLIBS_NONE cleanup for Mac
        
        Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [cee32aae398283c38b42c73add694e9d074a5d62]

        gbuild: clean up Mac OS X framework handling:
        
        There are currently 3 different mechanisms being used for frameworks,
        which is of course intolerable so we invent a 4th one and standardize on
        it:  gb_LinkTarget_use_darwin_frameworks
        
        (This doesn't mean using add_libs or externals was wrong, it was just
        inconsistent... and i don't see an obvious benefit of using externals here)
        
        Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [b05430409b3eb3a4b8649895788e025fc9a0d9a0]

        vcl: clean up that Xinerama linkage...
        
        ... odd duplication apparently due to wrong conversion from dmakefile.
        
        Change-Id: I9a9e183373ec43fb0b1eadc2c233ce659bebd107

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [78b59b8302e79fad71bfff66d5b88db80527e6a1]

        gbuild: clean up usage of weird x11_extensions module etc.
        
        Move libraries using those headers to RepositoryExternal.mk and
        also move pkg-config invocation to configure.
        
        Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [40e0ebff76d839a548638ca8709c68c56e2b926c]

        gbuild: remove libraries handled by RepositoryExternal.mk
        
        Change-Id: I159b7942cfa26f81ada421403835ff0f1e4b09ef

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [b85c34978356eb01311f197f00f4dd5f808e3664]

        gbuild: replace direct gb_STDLIBS use with ...
        
        ... new gb_LinkTarget_add_standard_system_libs
        
        Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [2e677c39818f3a6479ac9103ac9c7e8ef985eeb0]

        gbuild: split uwinapi out of gb_STDLIBS
        
        Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7

2012-09-28  Michael Stahl  <mstahl@redhat.com>  [d26118611f108b12815a5e5735992cd591abd87b]

        chart2: remove obsolete gcc 3.0.4 workaround
        
        Change-Id: I61e17cf9c7a96ddf251154e4590420ae4b4fdf27

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eecaca80bdcf9060a5dd06a835a2c1752b4fec01]

        WaE: some warnings on RHEL-6 gcc
        
        Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823

2012-09-28  Andras Timar  <atimar@suse.com>  [8b97644bab0e9106b798a5b8969aa796e558ef3f]

        Revert "fdo#52246 let helpex use gsicheck's tag checker"
        
        This reverts commit e3b927787f3643f9e584cc80c974d5f907a94858.
        There will be a better solution in feature/killsdf soon.
        
        Conflicts:
        
        	l10ntools/inc/gsicheck.hxx
        	l10ntools/source/gsicheck.cxx
        	l10ntools/source/gsimain.cxx
        
        Change-Id: I5d12f4ee069d7024345d78c45fb1587cb006c922

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e05baffff1446b1d65f0cb84130b060241065da8]

        Related: fdo#39626 bootstrap.ini is windows-only, use generic mechanism
        
        Change-Id: If3cb8451b8af874b82512f1b731654d918d0a196

2012-09-28  Tor Lillqvist  <tlillqvist@novell.com>  [52e61794edd630261b34cd5a20cccc220231877c]

        set MSP name
        
        Change-Id: Ib1120ea82a8e3e9d15d524ff413a1342dec3dad0

2012-09-28  Andras Timar  <atimar@suse.com>  [997bfce2df6648160ccec41e0a4e440d8711b429]

        work around unexpected behaviour of msidb.exe from SDK 7.1
        
        Change-Id: I48cfa19c40140dc81b105e27051f99e8f1a0c8ae

2012-09-28  Andras Timar  <atimar@suse.com>  [609583db3f83343e3e42e6c94fd4cf218f11327c]

        revert fc1e9f253dd07362065f2be9691be89fb9b3f84f
        
        I don't know, if it made sense, but it definitely broke MSP
        patch creation in SUSE environment, so I reverted it.
        
        Change-Id: Ib6cea4a59993b4edadabfa1fdca42264a8eb2311

2012-09-28  Andras Timar  <atimar@suse.com>  [53cd03a5336563ab51b3e7fe874640cc24124de5]

        install help xsl files unconditionally, needed for MSP patch creation
        
        Change-Id: Iec60fca2895cffac34290dc8db8954b95dda6606

2012-09-28  Stephan Bergmann  <sbergman@redhat.com>  [469780c715f2a5dee6c58347941aefe6f3de079f]

        fdo#54744: Fix broken logic of string comparison
        
        d1cc007108442056f50d3a6d1212b2b4cfdc4c14 "sal_Bool to bool, String to OUString,
        in SfxMedium." changed
        
          !aLogicName.CompareToAscii( "private:stream", 14 ) == COMPARE_EQUAL     // (a)
        
        where that suspicious ! made it effectively behave as
        
          aLogicName.CompareToAscii( "private:stream", 14 ) != COMPARE_EQUAL      // (b)
        
        to
        
          (aLogicName.compareToAscii("private:stream", 14) == 0)                  // (c)
        
        where (c) corresponds to (a), but the intended behavior was apparently (b):
        Exporting to hybrid PDF now causes the embedded ODF stream (which is saved to a
        private:stream URL) to be empty, as (c) is erroneously satisfied now, causing
        the following lines to erroneously clear SID_OUTPUTSTREAM.
        
        Change-Id: Ia2c1a69db7b4da07bfe01f52c3f6759301358a84

2012-09-28  Ricardo Montania  <ricardo@linuxafundo.com.br>  [6cb080ff913fce2d0477566420157733de997f52]

        ::rtl::OUString to OUString in basctl
        
        Change-Id: I7be699102eab9cbf7184a5777a4b161db885adec
        Reviewed-on: https://gerrit.libreoffice.org/711
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-28  Miklos Vajna  <vmiklos@suse.cz>  [7a3a8a254363801bf6893b23d67f86a7461f8f3b]

        n#782061 testcase
        
        Change-Id: I6aa95063ac8fe825b47decc68b08a35d81e4d59d

2012-09-28  Miklos Vajna  <vmiklos@suse.cz>  [0c8017a364efb0e8a1cab57b22257e9b319fa0a1]

        n#782061 DOCX import: w:position should respect w:sz in w:rPrDefault
        
        Subscript relative font size (w:position) is in percents in Writer, but
        is in half points in Word. When checking for the default font size to
        count the percent value, the mapper should search font size (w:sz) not
        only in direct character properties, but also in default character
        properties (w:rPrDefault).
        
        Change-Id: I9286d44c6498c765ddfee795d50921ef58b80071

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2f31023abd7786746ebb59cdc4e73e86af4de8cb]

        explicitly link to libxslt
        
        Change-Id: I8cfcd82bd6198bcf70d6ec082f82aaac34cc50c2

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ab4eb0e332a223b93f08a35b8885f34c8afbbb89]

        SetPosSizePixel->setPosSizePixel
        
        Change-Id: Id1cab5b27776180cd8403af848c1294858384b4a

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [62384d5898c3775c141409a7399a612ef6dd9ecb]

        convert GetRepeatComment to OUString
        
        Change-Id: Ibf75533d04b3c68b875f44ad22639934578867e3

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fac4bed44bb22d4ccdab1dd08fac597b39ea2ba4]

        fix up merge
        
        Change-Id: I1ce7e72c2c0d1a2cf56df66197510e6870c18047

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [478a4a3ca4e5b540aacfb3b7e6464eb54336cb67]

        adapt ThumbnailView::ImplInitScrollBar
        
        Change-Id: I6b675874fd683f1c9311322c4662f33380f9c113

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [aee968e3540faefeaba27832a3b537a512ba1fed]

        adapt uipreviewer for ucbhelper change
        
        Change-Id: I60463d107d49ecc78053dd2592fc207164708040

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [9582aa03c5631f1a2b3fbe9a3001644f8ec3f33d]

        mbHasFocus renamed to mbHasControlFocus
        
        Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0cd2f00aeecf7bd9d017a3d5719196a422b0c64c]

        have to register exslt handlers for string::tokenize
        
        Change-Id: If761ebd095ef0ac14c6d659411eb63157eb8dd27

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [be23f7fbb872eb9e1151a722348b039bc65ea4cb]

        sort child positions within parents according to grid position
        
        so that tabbing between widgets jumps between then in a sensible
        order
        
        Change-Id: I852f4fb08781da2b703f8f87e84abdf4c366fa26

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0c430547d8eaca42e0a4875c9a201c202f1d2aa6]

        truly skip unshown widgets in tab traversal
        
        make tab traversal of dialog widgets hidden because their containers are hidden
        and/or disabled
        
        Change-Id: I1947584717030f3703c018cbf05235811df7835e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [03e4a93815b3ab60d767c9b8cdc3b816cde24706]

        defer initializing dialog until sizeable/unsizeable is known
        
        we have to defer initializing the dialog until we have determined the
        sizeable/unsizable info as we can't change it after the fact
        
        Change-Id: I27c90f8f92953d919b36cddc6a99fae9d7db47eb

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2f6e8daf883fe67a1cebc2cdf9d54e41b064a55c]

        adapt insert character dialog to new layout
        
        Change-Id: I5561c2684d0957b65aef0d139e9210ebdd703153

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [de43297de3b81fd60894e4aed8574d51c68a4800]

        add special character dialog
        
        Change-Id: I9f5e6846593ab34995518598294950b34f91b83f

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c44f4d335f75f9f0226cf6b07b70bfbb500cba63]

        reduce size requests if new text is same as old
        
        Change-Id: I6e9b03c4baf05d096aa780b4f6d8635bb1e254ac

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [76b7acf0d25b257ef70dad9b3ecdde3434ca6b78]

        merge SvxCharacterMap and SvxCharMapData together
        
        Change-Id: I417ce219924987f584cabf9ed8098607d6e5973c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ce8b87b0eb525acfeeb6b2ea3a5f4a499a7f9605]

        adapt sort-dialog code to use new layout
        
        Change-Id: I925ebfaf1343be84d47736bd0d5703adfd1692d7

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [09d7f549ceec62b21c8c34cf14571932cae60b4d]

        add sort dialog .ui
        
        Change-Id: I725cd86094f8605f093c730e7b18f4c1e4a9adea

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [595feb2f04993ec85315af2862bc764a5fef9163]

        fix getNonLayout[Real]Parent helpers
        
        Change-Id: Idae11802aaeb3d9192cdf7fe8fae61788bbb9b5b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dc5d6deb158bf4506630a4ef006b4eaeb9998fbf]

        we need to have the outermost TabDialog as the recipient of tab keystrokes
        
        Change-Id: I1d230512d2145a9a3198c25c60dcd8954928120e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5d60e826ae6b10161ecff64fbfbf9af230898764]

        set the default button on various dialogs
        
        Change-Id: I63b1cc73d8ed240c40dec07fe1f8470da8410464

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [56ec8c6dcd6140b3df8bc51815066c95f4af2cfa]

        adapt zoom dialog code to layout widgets
        
        Change-Id: I7da387db88b8a4449dc1dc7099527f786b0d565e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eb51d8b61ad2fa104fa9fd5da92e328a1ad85075]

        support has-default for buttons
        
        Change-Id: I4b3b6bfa3fadaed0770b5e5254f5afc4c67de191

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a390a10269ed2aafd7dd8fcce3b057c9b4a3dd86]

        move layout diagnostics to vcl.layout channel
        
        Change-Id: Ib33d91ea56219036182d30fdd3dc2159ce32a48c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [390abf002b2ee77e3061df37de866ed03cdb6c3a]

        convert add/remove autoformats to new layout dialogs
        
        Change-Id: I79d658b4e8e1342c012a4bc52b3204ccceaa5520

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [29f162da2c4ad45bde54cf475d20cd226b54f07f]

        convert String Input dialog
        
        Change-Id: I484f7b495d529664717cf2f9f3f1f4edc7c1ad01

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8d793b044562e1eec73ffd081e44f44c392eb4b2]

        adapt code to new table autoformat dialog
        
        Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [722f63f50566137a397ddb9b327ba9a0eb468e4d]

        convert autoformat table dialog
        
        Change-Id: I645565afe1a3bac4402abdfaba821ca9235c6087

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fba475ecfd4061b005f268bf98a904223bb5472e]

        adjust combobox GetOptimalSize
        
        Change-Id: Ifeaf6bbc57b57800853eef9657f646b1447f2add

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4799e8d50e5220b85572625f2741a592fd9cf3f8]

        support "digits" for numericfields
        
        Change-Id: I2ff678621df940dfb7b19c566544bcbc9d1a29bf

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [adda1a25f248586b46682bb9e19cd7a6b2c9debc]

        convert hard-coded layout of char name tabpage to .ui
        
        Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [29d6cfdca55c56a61c5a22c42f764697b5dc03b4]

        convert hard-coded layout of char hyperlink tabpage to .ui
        
        Change-Id: I4d43f911b084146393e4be514584acc245a4fda4

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e4c8ec5fec16aaf786db4b9cc604bf693562f004]

        convert hard-coded layout of effects tabpage to .ui
        
        Change-Id: I6aa02f112b0b13402db1f0cf721d0db8862432bc

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fdc8245182dd3fc44289a39976ee41e59451127f]

        import inconsistent-state GtkCheckButtons as TriStateBoxs
        
        Change-Id: If7fbe960bf5af31b51a7e454b8131c31b232a79b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6a0951a9bc564d8e214472bd84aec2971b9e9d64]

        convert hard-coded layout of position tabpage to .ui
        
        Change-Id: I760ac60a341a9942fef5a911cdb8b5af304ff1ad

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4d173556cfa07620c1ea7bd1ee044df02267879b]

        convert hard-coded layout of two-lines tabpage to .ui
        
        Change-Id: I87da59af50420993303111dae0ec4456ae15cc20

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d23a61c697a81174a74fcbd78b43bd4482562af3]

        copy the button data
        
        Change-Id: I3014106791b761e6aad5ea355402f9a2850f5bb5

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0be1db23e008963e882e0548ca8357a10ccff380]

        add adjustment for max columns
        
        Change-Id: I6a1c97a3fea03bd4ef0c5a45d94bd139921bcfc1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [14a6d94e1f4a5df78e446efd327a6f5c15aaeab9]

        calculate ideal tab size not current one
        
        Change-Id: Ia57366baafb7bb5ecdd8b7ab3d1f52b6438d165e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fca9bc70c08c83e75d9d2fb35b64a972d852bf84]

        add a new stock reset/revert button
        
        Change-Id: Ie854c063856eb8ed7401162ed60114d7cc904d26

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dc4522d249e2f7c7de9118183200dda6872d5d37]

        map GtkComboBoxText to ComboBox
        
        Change-Id: Ib73ff4ba0fc6c7c977bda8582079fdb0194e12a9

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [11de6f79c4c684046b057f2d72294edaac66cd19]

        convert code to use new text<->table dialog
        
        Change-Id: I1f38f764901a2526d30561cedfa8495f8e326180

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [ae6e2448e17d67d2b59af0977b014f83438fd87b]

        add a text<->table dialog
        
        Change-Id: I3ce08b32b07ac23d6183cd820d6e46cff78cdbe3

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e69c736c2769719027c3d26c3a8fd04be3d06b5d]

        convert code to use new split table dialog
        
        Change-Id: Id170da91f97d4a0648f0072fa0e02b7897ced13b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [11c10d89fbe7b133d66152272aac2e4edf973c6b]

        add titles to these dialogs
        
        Change-Id: Ie8a99fbca7f71a2158534e14e7b87b4f503f1c6b

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [90ca3b779e6086d2dc8c26cd7acbb2b30171aa87]

        add a split table dialog
        
        Change-Id: Id2b1061271abe5605913227e841b2d969fc5acf2

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2baff4b2fe8ac27003ef1902818b901a1b4e2b4d]

        implement setting Dialog title property
        
        Change-Id: Ic3088f75c3aec57fa8b60a59f806f8396cdcf09c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3edc54658d0e33c354ba6fd6791769ba31cd553a]

        convert code to use new table width dialog
        
        Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [472f558a845949b570f4d01bc0401e1132d1da49]

        add a column width dialog
        
        Change-Id: Ieaa24944baffd61f1e032e2eb02d82a9b673ee6c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6fe55ee6071c97d5784e2142a644f2044b77f250]

        desensitive row seperator with global on/off numbering
        
        Change-Id: I380249ab6e3d2fc77768b3d1680c7e49fc3a18ba

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3afe966bc21650acafdf670c8ef6bb80fe382018]

        missing helpids on brochure toggle
        
        Change-Id: I565ffdd359740198aeb2ed661383ba86c6f7a39e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e3982d4eb623dff2584da36b67ccac0328cef599]

        set a helpid on the tabpage container
        
        Change-Id: Ice461f5de76ecb5628682572c0b40736a29b9381

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a45d7d82e7848b7af0e09c393250d1450d58512c]

        rename expander for help and remove now unused hids
        
        Change-Id: I9c5b01efb0a233621732350f8aff432343931be8

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [60a690d6381119aad022db5d734e6b1800c585e7]

        delete print dialog .src now
        
        Change-Id: Ia1ca185b0abfac6443c819d4143298e7bfca66e5

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2d5d8ae320b04817d1debbebee045a2ddbb7b93b]

        hide custom tab page if unused, e.g. macro printing
        
        Change-Id: Ie3cea0d1d0b7140d1456478a92ac0e72bf423ed3

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [87b5cdd5ed13f5d05fe90b11b01e3832e5725b72]

        convert writer, draw, impress, calc and starmath printer dialogs
        
        to new-style widget layout mostly described in .ui format
        
        Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [644cb58ac6ea53abab37c61e49d047eab0a1735c]

        add a route to toggle off spinners from spinboxes
        
        Change-Id: I344b591b9d02e08717db1da89518f1a9654bd7a1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f4af1f209d56a23ab169f966f14270042df12033]

        we need to retain invisible children for the first grid pass
        
        We will drop them frm the final grid, but for the first pass we need to know
        about invisible spanning children
        
        Change-Id: If3938a622a5f0609964bb5e72f8428c64cb09f79

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [628be0262163574bb1cbe0dc49f0132a4e6d61dc]

        want to be able to find tabpages by name
        
        Change-Id: I4e08ded38a4d1d9d193d5d7731c7ac667c70048c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [bc347f9f247e141b7377a531a966da076dcd2351]

        Drop .src layout for inserttable and use Gokul's .ui
        
        Change-Id: Ibc09a1d208720607944f24139eaf45e62699e69e

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [0553a0b10267f824100fa5a9c2aa0d5749a46868]

        add an insert table dialog
        
        Change-Id: I5b883743768aa207c6857ae454ac19eab30b4266

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6382768c8e2e2755ceeb5f04d6a1eb35a833383c]

        support GtkEntry width-chars property
        
        Change-Id: I5a3bdf6058b0d786923a9543a064bddcc84f001a

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fd7849d58de6c36eb7edd9d13b3f7c7da05fe235]

        make spanning of empty row/cols work better
        
        Change-Id: I4ef6cee2ffdfced8d98dc48cf21a142bb15fd4a3

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [41d2ae98758da4be882e009d3b5c3868e6f91ee0]

        drop autoshow of all widgets, and honour visibility flag
        
        Change-Id: I752c8be2830441114b747a809eb1a331ac19472a

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [19863833be0cfc8b72cee5bbc7ebf32f0c423468]

        autoconnect multi-column list stores to dropdowns
        
        Default to importing the first column into the list and the second column as
        the additional data and only considering the first column for translation
        
        Change-Id: Ic74a4550167455c83634c4112ab2b698c1d25ea1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [b9fbb89eab7ea1f7b5e7b65c95d39f6d67fb269a]

        substring-before doesn't do what I want, tokenize instead
        
        Change-Id: Id1c05366c429760780ece462db0ad1908fc19da1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e6bbc419eced230056007d4f478fe0b43d1648ee]

        missing seperator
        
        Change-Id: I758f61d51070a144f5c893e4ca0adb3b40d7ced1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [cfb83a9aa55d84ee2b47612192e401a62743267b]

        call queue_layout from queue_resize
        
        Change-Id: I7f28c844bfbf739337937970355dbd4a8d39fe81

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eb0a623d058a7d9d09c3b663a425930e1531be56]

        Get optimal size of spinbuttons from min/max values, not current val
        
        Change-Id: I2af72a1d88d2d411924110c6ead03bc8ed8b5dde

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6ab899e7cc8dee550fbbeeb009bd1524eb9df2d1]

        some windows SetPosSizePixel->setPosSizePixel
        
        Change-Id: I676284380e2aab7327f4ceb5e043aafb29aa555d

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0943d268d8c4ededd72b91ce22d9aef9835a2306]

        additional syntax tidying
        
        Change-Id: I0b99c39fb74ecabd2cc8ec16d38e362a03e83381

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [49faee768fc0ecad573c7c84cd7681954f2dcd16]

        make a dialog basically a dictionary of child widgets
        
        so call get("name") on a dialog to get the child widget of that name
        
        Change-Id: Ib6ebe8e0165ec3e1f50de9295855042b65faf5d1

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [680cf8673bd13e8a82ee5c27d474de24bdd25115]

        set a preferential width on the char/word count widgets
        
        Change-Id: Icb0fa6e358fa3bc8281b8acdc7214b5cd8204c70

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [acffb5ae7a26387c142666ad837ecab763a93473]

        missing wordcount.ui install
        
        Change-Id: Ic48a4108e4ff9093f7d6a9724902fa4403c956cd

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2aa2a25157f11e1502e78abd8056b16540c76e3a]

        enable SfxModelessDialog to load from .ui as well
        
        Change-Id: I31c93091778b9fd51521699c955df8834b9168ff

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d499ecfe451d3fcb4dc47b2c4f104ca6faa81e62]

        Drop hard-coded layout for wordcount and use Gokul's .ui
        
        Take the opportunity to merge SwWordCountDialog and SwWordCountFloatDlg
        together.
        
        Now the cycle is complete, .src -> manual layout -> .ui
        
        Change-Id: I4fb7840b8786ede82ffa1591effc9e4ff444504c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dfbaba92e53a91d08bcde392d616f1fc48e220e2]

        map gtk-close -> PushButton+SV_BUTTONTEXT_CLOSE
        
        Change-Id: Ie8de8e23d72a8bad2c5edb097bd8b2c50a8ce4bf

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [676659bc050f8a1353ca44fdd2dc19cea2fadd53]

        we need TEXT_RAW to retain leading/trailing label whitespace text
        
        Change-Id: Ic0fe9dba4cb2efcb96830425626a3ae9636ce18c

2012-09-28  Gokul  <gokul.cdac@gmail.com>  [6bf72662ea275d866402d5ac3cdbea8d3e723568]

        add a wordcount .ui
        
        Change-Id: I3eb959c27fa99d0a088472de3f95bf3c659114ee

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [70c7afadf867a2609b395804c117c7a66090529f]

        We need to distinguish NumericFields from MetricFields
        
        In the future I'm hoping we can get some gtk3-side support
        for patterns for GtkSpinButtons or such such. In the meamtime
        overload that info into the name
        
        Change-Id: I20464e3ddafb710dd7330fc038bb9330b852410a

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fc86fdf6b44ae6814e99dd3b5e878191d63c16a0]

        GetProcAddress doesn't work like dlsym with executable's handle
        
        underlying GetProcAddress on windows, unlike dlsym, doesn't search
        through all loaded .dlls searching for the symbol when given the
        default module. So load the module by name.
        
        Change-Id: I148250c9d8dd5aa2b802581d049533f2c5e83caf

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0a9ab848a66045043770d8d6a8ca70129e3bd1ce]

        seperate layout from resize
        
        so layout can be triggered by queue_resize without calling
        virtual overrides of Resize
        
        Change-Id: Ibf7a4b763d05d9aa401cb15e510632410aeca30b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3a369c42777bb4fa8a8fc5342544f60e740c94ea]

        queue_resize on fixedimage graphic change
        
        Change-Id: I6de743a290b2a08d4c90be706ea28daae94c2e74

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a216f1db779cb74523dad94cc1f93233d3826c78]

        calculate and position taking external margins into account
        
        Change-Id: I64acc2bc19051626e6c175b5d84f09c4dbbeb908

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2f002e3a49da3fb797d564864acb34f6dc61f9de]

        having two SetPosSizePixel is a blasted nuisance
        
        Lets rename the multiargument SetPosSizePixel to
        setPosSizePixel drop the various using Window::SetPosSizePixel
        and work towards de-virtualizing SetPosSizePixel/SetPosPixel and
        SetSizePixel and doing the work in a virtual setPosSizePixel
        
        Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8eaf8158156935a0e5b7ed2d1bf56e9f759629de]

        add left/right/top/bottom margin support
        
        Change-Id: Ia43941071f3e1f1a364558e93928bce094d4c81f

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [817e876a8df0c969b63cb20b0cb7d85d7280b7fc]

        Move all the state we need just during parsing to one place
        
        and throw the lot away when finished with it
        
        Change-Id: Ie64d3fa4cea41fa1ec956538616f73204957f311

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [7e1a1d4c846946c6c97078149f176e90438387de]

        we can need to redo the layout even when the sizes don't change
        
        i.e. container remains the same size, but something inside it
        has disappeared, requiring contents to be readjusted
        
        We still want to minimize recalculations, so mark parent containers as dirty on
        queue_resize of a widget and we can retain the layout tree of the clean ones
        and just move them into their new positions as big fat blocks
        
        Change-Id: I8c5d9b836b48c98765b5cc41be72eaa2913ae7d8

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e1f31827afa040487a6f72e182947fa852b691ac]

        c++11ism won't wash
        
        Change-Id: I86ce5203998f8e23533c01243b5aac5ac6b4fc53

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d86c8c058f00991a449542ea43e75f2fbf424def]

        map gtk-media-next and gtk-media-previous stock items
        
        Change-Id: Id5c973942108a95649d1cc23b21820c2b981aef9

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [67b234b81d28327766573fc13941fc152facc71b]

        map GtkSeparator to FixedLine
        
        Change-Id: I89b4663d94af7a57d915ea4386d5354a8d66190c

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5ef9879518c70b3dea380217c9c4b5cb455f91a7]

        map GtkImage to FixedImage
        
        Change-Id: Ia5c3ab0099fc68e90450beaf4c9f836f2e790767

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [bc1a1a025e7f31145a5f50d2f8c81248c8dad309]

        recognize and silently handle placeholders
        
        Change-Id: I6e825a1feff04bac3696c3e46a16d187cf048638

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [13dde575a9e03f1d1fbfbb40514c142a6e2f2909]

        Implement a VclExpander equivalent of GtkExpander
        
        Change-Id: I539d8d313a35509cf603f18e5f074eab331f2480

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fcdf78fc9f0165ba42415d9a703aefc6da4a3b37]

        we need to set hexpand now that it's implemented to fill the dialog
        
        Change-Id: Ib054f474a197c7cab6cd0d4b8ab650f4c78d1e79

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [08079bd1df02221e211582316201dac84a57c5dd]

        get_by_name -> get and pretty up widget type casting
        
        Like Noel G points out, it's not like there any other way to get
        a widget other than "by_name"
        
        Change-Id: Iefe2a16472e2916dbeba1ba3c0c115cc6416ab5b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [385e47609b1c702168eb975f0cf88018e0f2f639]

        now that halign works, use it to pretty titlepage dialog
        
        Change-Id: Ifbb5fe1aa09bf96555601ce237e19d84417354c2

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [455ca9208630c2398c1c503ff833ddf3fc71cb90]

        add support for custom property for custom widget
        
        Change-Id: I166522cb801282ce7b887b694e9ab25c84bd7759

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [98283a67ec892ab31ddae04f0c2ef7aa5a0e962e]

        Convert of LineNumberingDialog dialog from .res to .ui format
        
        A representative commit for full conversion of a dialog to .ui format,
        see 4add66152cd6c1c9f4f39be35d8d016cb5b11080 of helpcontent2 for
        matching help content updating
        
        Change-Id: I062e401b5ef670de03f57b1feed7ae9138faff07

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [943ab44ef3b34dc95d507fca3b48717fd1609e57]

        missing piece
        
        Change-Id: Ia04a22f15d26be3cb9d99b0e4d948cd154803d8f

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [821f32c51d9d6833a4b4f4803f5862d87a5e5f62]

        add a mechanism to create custom widgets via VclBuilder
        
        Change-Id: Ia78ba7126de6a1b3dac3877e3eef9a30194f8777

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [970acf533d038a261882ca000e47c4f430ea6907]

        Keep binary resource help id on retro-fit
        
        We use our new help id for a full conversion, but for retro-fit
        we retain the old help id
        
        Change-Id: I341e72b4c01ff2350292a0947848aafeea524d45

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4a9fe1a736dac09436ff31560565f1e5b7d5b46e]

        distinguish between NumericFields and MetricFields
        
        GtkSpinFields without a pattern are NumericFields
        Otherwise we hook off the pattern to determine what sort of field
        it is, only MetricFields for now and their various field units.
        
        Change-Id: I1d50b302b402516b5460774f1d689ac93bfd61ff
        to-do: upstream something of the "pattern" nature into gtk

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [cd998eb98d23ad4c1e5d9e56d7fdb78731b3f2d6]

        simplify line numbering dialog
        
        Change-Id: I3bb2a0c6b3f468fc37332d8f390aac3290f129c3

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [97f69c7f75e88d51530d8263f98f8dccaa72eebc]

        honour hexpand/vexpand in the grid
        
        Change-Id: I6f57592d83a53de0933d669438851c9a326af02e

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6981ae169ff82ccaaff7040fef03b3bb322790e0]

        Cut Gordian Knot of helpids with .ui format
        
        There isn't really an equivalent feature in gtk as help ids (apparently anyway)
        Rather than munge one in, use the widget id + path as an unique help identifier
        
        For the retro-fit where code remains unchanged, don't override the
        .res loaded id with the .ui generated id
        
        Change-Id: I1befe77408cb317e0462dacb26b7d12f9399d372

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a8875d1373f57370026e270fb51e1205e9d1edbf]

        get order of destruction right to keep vcl happy
        
        Change-Id: I7db392bdc7f3be02d47cde783f029cc98308b17d

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0296b3a6948bec92687ab7960bd7ae4c8454e702]

        ditch over complex property buckets
        
        A fairly small fixed number of properties are needed, so simplify
        
        Change-Id: Iedce02264816666dbac53d7ad3cfb64be8e1c8bb

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [7d8169706b754d7617cf4a1065dc40e698fa0702]

        move from window.cxx to window2.cxx to build under windows
        
        svsys.h on windows includes stuff that undefines WB_LEFT etc, sigh
        
        Change-Id: I01dea9f1f6a4cf335402b04185047eeb99b07f9a

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3f3f96becfb8cd487f96cafccf8932f3f12fe814]

        col ids all have to be 0, use order of appearance instead
        
        Change-Id: I9508e2fa928db822b1776230c83fb48dfeb956de

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [84a65d2b0e7c9a858a18a7c06d157c00c1238abd]

        blasted xslt, give me the indexes I want
        
        Change-Id: Icce11ed7507f7481ded5a480ded6e7e5fc31924b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [1266f7fc2c2887b66fea5c765f69c8e760e29d41]

        we need to escape xml on export
        
        Change-Id: I770e4e6b3b77892c3fe1ba1e55f3e6d5834dc6b7

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [de2ae45914438582e84c7fbaa21ff4d271308587]

        disambiguate list store entries
        
        Change-Id: Ifcf3abd08bf2bf3fd170adfe52b2c9ff69b30c5b

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [894c951e92f5f44b3de34664e11c57b8f0e62d4b]

        handle translations
        
        Change-Id: Idb88fe3a32349f6a3cf343db884e9cc38d699660

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e190f0ab0dd466b6faa9c82597c628838f6af0f1]

        merge tool not filtering on requested input file name
        
        isFileEmpty = !sFileNormalized.isEmpty doesn't make sense to me
        from commit 8b8162e0 I imagine it should be
        isFileEmpty = sFileNormalized.isEmpty
        which gives me the expected result of filtering out the files
        I don't care about
        
        Change-Id: Ic0967ac382a1fb912e7ad98d2fc5dcb626d4ff87

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e967b156cdd2329a1ea106b6ea9517318f5ed81e]

        merge .ui translations back to runtime files
        
        Change-Id: Ia01ef21441220293343370df7d865c7eb889bc84

2012-09-28  David Tardon  <dtardon@redhat.com>  [bfd20bfb3a0344cca10034674a822530ccb950f9]

        use UI gbuild class to package .ui files in sw
        
        Change-Id: I3c6a8d3cbd9fad20506c1deb34d7a65c4fa76bc6

2012-09-28  David Tardon  <dtardon@redhat.com>  [481e627aea2fa41ac433adbb7a9a77b6bf7b9200]

        use UI gbuild class to package .ui files in cui
        
        Change-Id: I4ddeacdbf2bbe86d0351a2d6027e2d608b378731

2012-09-28  David Tardon  <dtardon@redhat.com>  [210831bb479b67076bbca1b7926bccb0e29b1658]

        add support for .ui files to gbuild
        
        Change-Id: I2817a6e354e13f5261825701bdbc836e2da347aa

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4b06d11a8655609b996378dd6ed59c4b74bc99d3]

        fix merge conflict
        
        Change-Id: I48aedf99459f632e2e94db20be44b0bc5d166805

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [941436645a3222ee07a7e348e38a34eca763eaea]

        add a plausible .ui to .sdf extraction tool
        
        Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3752a7c1ada87c744d5b3fa5c4ceac05e477e1c5]

        1-10 shouldn't be translatable
        
        Change-Id: I92282a3fe8c773bf1e3a3bb6f80cd96475223990

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [10abe2354c23ea07eb94a9cd89511ff77189256f]

        adapt for changes
        
        Change-Id: If63af9edf9afea73e8b2e5f2f35024fd43a54a99

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [90b4587de53164158d3ad94f981e9ce9f310842d]

        hook up tooltips

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a27550dc9a7622e105aa87bb3ffff2036cfd52b9]

        make isLayoutEnabled stricter
        
        dialog/tabpage must have only one child that is a container

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f2793fd788280b7da2a9064d83c465931baaa13a]

        for legacy TabDialogs dialogs hack the hack to reposition the TabControl
        
        hack to get tab dialogs that add extra widgets to a SfxTabDialog
        parent to continue to work as before now that the SfxTabDialog
        contains a Container rather than a raw TabControl

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3b00eadd184774fa5b26219521830459b7c7440f]

        further improvements to tabcontrol optimal size
        
        One calculation takes the vertical offset into account, which we want
        for height. But that one calculates the label width according to the
        double-decker layout for over-wide layout, which we don't want.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [afdfa760f6f56795398437881245420fc938eaa8]

        put apply button into button action area

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eb1e793906b26aabb4bd099c2bd8a392139ac5a3]

        add and use a "WINDOW_CONTAINER" type
        
        use it instead of dynamic_cast seeing as we already are dragging
        the window type information around with us

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [15eb1c02601d8c7fa135930a3eb3787a24e8b92a]

        improve queue_resize

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [43713eb40f464dfb457efa7659f85c4b60b7c611]

        avoid redraws when size/pos is unchanged

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [00876d07c8d8a95e547bc2f4dcd176e6b8c8e3af]

        skip queue_resize on irrelevant state changes

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ba28def295100fe7f2e2ff2bb542639ea20851cc]

        keep empty but spanned rows/cols

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [70f5366e052a24527df8fb81c51244d73b129d18]

        zero-code-change outline numbering dialog layout conversion
        
        a conversion of the outline numbering dialog in writer
        to layout enabled widgets built from a .ui file without
        changing any dialog code
        
        Actual code conversion is optimal in terms of load time,
        memory usage and code size/simplicity.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ef21ea9e5b6ec9afc8a4aeec5722be34fb7d8c86]

        adjustment implementation

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [87c67358ae98e997f43ca4e55f6303272e006735]

        improve TabControl::GetOptimalSize

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [b89114144d0d3bf4b3903df42a3e97e5cbc458a0]

        drop empty rows/cols in VclGrid

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2d2c0d9e5860249742330d8fdfd606509b8b256f]

        MultiListBox replace by builder as well

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [674f09289a35d306bb9369ed17c2cceca20e6093]

        implement GtkAdjustment import + apply

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [25fd794064a34d5e3af4ab7bd6b886c2e33b5995]

        make default dropdown list length shorter

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [742064cfd3fc26d271cf58b4ff640831c6473fbf]

        copy properties of metricfields

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d2b723482137b7a10e9f139f85c6cb1cfad2e6e5]

        implement number of decimal places

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8a203e153f26d3119c61fb4fa5a263d8383007fb]

        deploy standalone numbering tab conversion

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [351d6c87567a6979cf60637074d69261b738b156]

        classic vcl resources use the "height" of a combobox to set the dropdown size
        
        so, pick an arbitrary large number of lines for the dropdown

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8246cf84085ce6fdbb3b77a16d8a37d5eb9710a7]

        allow bare Windows to be replaceable too (GtkDrawingArea)

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4f5895169a40abff8fec77d92648653aa14cc596]

        mpImplWin only exists for dropdown ListBoxes

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [624567d48f902b26fdd1502526839baa9f106b44]

        allow TabPages to load .ui files for retrofitting
        
        when presented with a resource id let tabpages
        find .ui files that can override that

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [60adf7a2d1b9c47afa2c9f2c405ad7c5da4d9687]

        allow previewing trees without toplevel windows

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [00b4b4123aa87cc1a881fb13617dd4dc1c71b8dc]

        tweak SfxTabDialog so that it can use VclBuilder provided 'internal' widgets

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dc601c038d193f09dfaa6901ef99400eab931221]

        dynamically create SfxTabDialog widgets
        
        so we can easily implement creating them vs reusing builder-provided
        ones.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [33e12888da78ec9d078b5c497f8c00866b01784f]

        assign tab page ids such that retrofitting existing code is easier

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e92085454730a661e4e7bee8c75314e7a3a2914b]

        consider tab widths even in empty tab pages

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8f6fa7220e606dee23dd5ba7b40a507b1cdd98c0]

        import placeholders as empty pages for tabcontrols

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [328bada54e99141f443c19e2bc9c418f2627ed6f]

        move dialog-contained widget builder into dialog baseclass

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [839acd1be4d158e285d98527ed48c64628fdc2d7]

        implement widget alignment within gtkgrid

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c17c1b2ae7a6a00dce6d2018b5f3cce1d3eb3193]

        increase tabcontrol optimal size by border gap

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [40d18687a90dda862e79703c45759b0c14eb7f9e]

        beef up the demo

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8f30653c2625145c8d3fff5944b379f9be1f34ab]

        we can extract the control type from the window

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2e2026ecfbed7b6e0ea5338305fee77a172d128c]

        import GtkTreeView as alternative view ListBox

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [b7ae26a902b8beb1eda10e0020ee989798e345b7]

        map GtkDrawingArea to a plain vcl Window

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e92a4dc6afc0be74810f1cc212dab8ac76bc5b5c]

        expand demo to showcase more layouts

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5bd141f37c67c167159901243300df659b3149d7]

        There can be more than one toplevel object in a .ui file

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a498ac81ae4e79e61a55432f12962c69bdf116ca]

        pretty title page dialog a bit more

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f5e6be39bdc852ca2338abacf1689af9b04a7760]

        fix grid spanning for non-homogeneous cols/rows

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a3fb005d0c18ea9f2397ce3dab514f94eb1969b9]

        column spacing, not row spacing

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [94c960e4582846112dd6487cb17e1c64bab5e40b]

        Add GtkNotebook->TabControl import and update demo to use it

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [142e382e120bdcb5a8e6be0fb849a3c16a03b9c5]

        implement start and end button layouts and connect them up

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a371a15a3e9516a97b3c27016f025f5da145444e]

        take over selected entry text

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e9093f294a5792b22c4dd9c6ff4090666e9aedd8]

        transfer contents of listboxes

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d21bee32803a83bb86e3db796c2fad655c9431f4]

        import GtkListStore contents to ListBox

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c0484f2f8d2da67bf5a4d329f2c495ed2bf012e4]

        put .ui file into correct location

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a9f7413227fdae85941c706e87e302792e6da48f]

        .ui.ui -> .ui

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0eb7931f4baac3d17226251ef8d21ab1f94c6c51]

        add zero-code change demo insert break dialog
        
        ToDo:
        a) connect up GtkComboBox model, ListStore etc to fill in the currently missing
        default entries.
        b) implement pack at start for button boxes

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [9472cfb459e1c18778eda63b6666184c259ce524]

        extend property snaffling to listboxes etc.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [048c7974836fb2e1dc66a4267a40ad43546c4c82]

        drop extra padding

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a9ac4d72f3d79ec51c69662c993724479184ec87]

        move setting dialog properties on box child to initial show

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8890610f5a5d22c62e316806686560614cb67f90]

        move height/width request into WindowImpl

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dd1a2ab57d51b72981fea2bc1335ef105f5b6d50]

        This random +6 makes my windows too large
        
        The comment doesn't describe the circumstances that required this
        in the first place

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0672af08922647dc8d5410197666a47a774121f4]

        We'll need to customize the xml format a little for some things
        
        But we might be able to get them upstreamed to gtk and we can
        still do the pony work with glade (and/or tweak glade to retain
        alien properties)

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f25d95627451e505e06625f7784cd19c5ded29e9]

        connect up NumericFields with their editboxes

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8846ba52c5df9bcac77c3ba128d401d51ce81813]

        blasted BorderWindows are a pain

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8809036931363e3bdb2ed0ef627e1bffb1b19005]

        steal radiobutton guts

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3747d670f91ae36e6005b166e3067c23a9a3393d]

        put the cui zoom dialog into the right place

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [9a121accd1199156a1701b3130a2c3ed90b26caa]

        make radiobuttons a more pleasing height

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [13035875067169920d35fc5291f62c821318e1e5]

        don't factor in border window spacing after all
        
        it makes the spinboxes too tall, possibly might
        make sense to add the border window padding, but
        maybe in the native widgets remove it again

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0f666da1084615faf42a9e3a6b53ca24527de2d8]

        add Zoom dialog .ui

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8d34fae6ebf37677109dfd4cd5343e5b96456e04]

        fix button groups

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a983689039321013117a69ac2eba6ecbf85773ac]

        Implement conversion scheme for dialogs without changing their code
        
        This supports a scheme where we can change over a dialog to GtkBuilder xml
        without touching its code by the presence of a .ui file in the right place e.g.
        share/config/soffice.cfg/cui/10000.ui for the zoom dialog

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a3b7b56eaaf6adce8efbbd1d40a06cc703311ee3]

        add prevLogicalChildOfParent

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [75e99c7a646c15ed9317577abbe95284060d50a8]

        don't reorder children without position properties

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c82b7790e5c4af85a740693f345b39f6d1ac8f04]

        and set 3dlook for reused toplevel dialogs

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0b5d156dee0dd362200134d1a4b1ba44d2d63970]

        implement sucking in the padding from the theme
        
        pretty up dialogs, centralize adding the borders into
        VclContainer, reduce default space between buttons

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0d7cbdbeac23b6a04b4b7b6e8fd39f2a99da0f41]

        just return a vector rather than pass one in by ref to be cleared

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8f256819b14044afce7e8cf44fbecbe1cb8cb4cf]

        implement RadioButton groups

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d3f29153feb273e2e14375045323356bd550abb7]

        n-rows doesn't matter, auto sizes depending on children

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8e351e393bd1c1f3d896b6ca706ae959dcba6628]

        use GetRadioButtonGroup to get other members of the radiobutton group

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c308996286462d94813907a6812865816d650960]

        implement active property for checkboxes and radiobuttons

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [cbaf655567ba34c3bca5d3964d63ee940e395632]

        support sensitive property

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e125d95ba4a4905fa36ba8f4bed0c2dafd37ce13]

        first pass at a manual conversion to .ui format of a dialog

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [88ab6e32f70bf6ae3cbe0677942b71701069b4db]

        park VclBuilder integration into SfxModalDialog for the moment

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [df5e8df4598c27a348dac30557535ec9205e3c04]

        validate and pack .ui files as well as .xml files

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [506d096eefa8931de435bd42ed4e4a6abe3bf369]

        implement a get_by_name for VclBuilder

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c1cb912ec504c9cae85f3ee163ef512181c62703]

        add resizable bits

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e432b5e60ceba0206cfcbd6466fa8ef468c04531]

        basic optimization pass

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [394bc02eea5e52276c2c188ca520a63a98a0bb6a]

        mpImplLB of ComboBox is NULLed during destruction

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6cf211d897b10c49efe4e658d85e8e99acde30ee]

        handle some stock buttons

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a4eb65b5bc068f1761c3a79cb86784152f72658f]

        implement Grid and Box properties

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [56fe698f6130ada063371c4bdd547954aff9b85d]

        move property setting into widgets

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [23d8026445f64b3af80ee9e28be72d2e60e125a8]

        implement basic VclAlignment

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [804ccd53e0d4e822a8aa95b910cb0d5f99781c13]

        add a GtkFrame to the demo

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a80c9b051d14f3d950799da9c02ed9d7ac710fcc]

        implement a basic VclFrame
        
        factor out common VclContainer pieces

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2529bd5d18782e7d1325d595001a3b4bd747b828]

        install ui-previewer

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [50954ac4ec2cc9db4e63b6208d05569487ae7f2c]

        document methods

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0d0617bf26e4d3ce235f9573170274d15362da21]

        don't bother with children resize request while dialog is closing

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [b32de7328e35687440a7f8833c19cdb3752babc7]

        mpImplLB of ListBox is NULLed during destruction

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f244fea0d6a9ebf11dede05477cc4540ccd472da]

        make dialogs closeable in previewer

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [851a41ff88707f72e818233afd1c6cb2cf73f481]

        set a default title

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8ccb7fe507677704d170d45ebb735acfa48f4950]

        import GtkGrid

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [8c12a9133608f3c9ac8b25b431ed46a29e8b27af]

        follow theme by default for Dialogs

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c10286bd8f077527f6f8b6bb620cc258b3764381]

        implement ListBox dropdown

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [cdd73757f1dd20908247cd7d07c646f0a22a1e24]

        rearrange demo to help glade out

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fc6d0a93cead358f7fb47f2a7e02d703e0a6dbfb]

        add border

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [af1e2aacb72a17fdfb3e90bdcd939e75a8aebfb4]

        implement GtkSpinButtons as NumericFields for now

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ee657aeb53d5fb3bdd314b97a5b1e91d8ab92cc7]

        Implement "visible" from builder. Fix queueResize.
        
        The natural place to call queueResize is from Window::StateChanged
        => instant-beautiful ui-previewer demo. ship it.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c0c1c262112966a1f743045ec185e7a4c875796b]

        fix pack-end and import pack-type

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6821f36f2306d667ecc48d73041f6bb7d5c70e94]

        allow reordering widget according to packing::position

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [a8bc8cbc5195f4c89f148f5dfb4d21a3919910f2]

        import expand/fill etc.

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c1d2ae7146cc4c65a7aae9d015fa0d12b5bf1f36]

        GtkEntry defaults to Left alignment

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ec0035ec01903ed9971febb945823ea0f79a0f35]

        checkboxes, edit controls

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [70a9db6698eacd45c817159d524876f34156b45c]

        labels, radio buttons, vbox, hbox, button-boxes, text alignment

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d0570bbebefe33ebccc5c82283cf4a28fbb6eaeb]

        add header

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [9543bbaecf980aecec3ee71a4305573866d411d1]

        bootstrap a ui-previewer for rendering GtkBuilder xml with vcl widgets

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3a714f042ccb4c565b8aef9f5f2d14def1c20d71]

        retro-fit dialog child traversal with nextLogicalChildOfParent
        
        retro-fit the logic that search dialog's children for keyboard short
        cuts and default focus widgets etc

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5d73db20daf1d445db04fd2c14d7c6596c536b87]

        skip over layout parents

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [09d46a4b7230a6917fc4979b84c5d8d5fd87781d]

        convert some more tabpages

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [58afbc05934d06d284523a99935b21dea92ea8a4]

        convert SwCharURLPage

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [40a02b83f307c07a0886ecd1894441516983fdc4]

        convert SvxCharPositionPage

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [004369c76a3c43a478d668521bf7cee3176bf5d7]

        force all tabs to exist when layout enabled

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [53aba9dff86e536b28c066a543e198ec672fc4ca]

        manual font effect tab conversion

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5dab78cf84dbc92000a653adf4759810a042865d]

        add a setGridAttach utility

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [93e903ac5d2671e7f6f2a233a8c18c092cc177b8]

        layout western-only dialog differently

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eb08a72f950684806bba1101e4e89da07c7bbf94]

        we don't need to manually move controls anymore

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [7a895dab6d95f05053c822e0f492287bb60585a5]

        implement override [height|width]-request

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6fc18f9679cb1c344221450ac802d66ac09efe58]

        better initial size string for pre-update

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [7a33ee805f9750a54ab38cdd164bb23211845b70]

        only need result of GetScrollBarSize in else branch

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2176e44c638a9b35677ce82a4ea9c369cb8586da]

        better use of hasPendingLayout

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [89110335ddff0e32ae6c9deea89f426506a8e2e0]

        tweak timer to affect layout-ed dialogs only

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [483ae3ffdd3d537bdd2b46255a26f1cdb9366d3b]

        drop spew

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2b05e3f639b88d0db23691f846eeb615048efe05]

        reduce flicker with another timer

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e333190a695ed21fd02c4417f826e4e280b63402]

        don't vert stretch grid on resize, alloc it all to the preview

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [4a29b3e40728ca2b188fe5a7b7a74c7344950453]

        implement row/col grid spanning

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [976371800747f5688562e67ae941921560971f47]

        use grids for layout

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [792a4cc0f88e97ab210171dd6d0e166eab435f08]

        implement a basic optimal size for the preview window

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d2c9f39b7dffce9dfabe8ee53d94863738fd68c0]

        set sane-ish maximum dialog size
        
        todo, extract and refactor the duplicate "holy product mangement" values
        and reuse those based on screensize

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [60605e36abb0600c61a4129123f2c8ec00122cf4]

        make setting properties virtual in order to handle borderwindow
        
        i.e. need to put the properties onto the actual window that
        gets set as the child of a container

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5e5f693a14e788862ff65ed6976a9c336596cfea]

        add a grid container

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3aaeca4c1b7a67fc33208fdf63d30de8af53049e]

        make SfxTabDialog layout buttons with button-box

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [16a9873a6f29ed89e5fadaef867f87a9322b2b0b]

        set char dialog resizable

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [80f1d7c5599dbea0b196e964ff1d598e08517834]

        get TabControl and TabPage to talk to layout

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e333c62699d29143d2fdec631a42e109eb729500]

        find buttons in 'action area'

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [adf8e434ae7b03ba24041bb7308e8f1f3fd55f25]

        resize not-shown-yet dialogs to fit contents

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [dcf9a685080b6a093f747496cf3cf884b044e33d]

        add a vile getLegacyBestSizeForChildren

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [58eea0f6bd050b0b31ad1059d18dee07872b1020]

        find parent dialog, rather than assume where it is

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0edcf79e65f26142f637d4c165438d8caf39bbd4]

        add a more formal isLayoutEnabled

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d08a4fce5c58eede9a913e0b5d55755e5716ae10]

        rename these so easy to know what is what

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [5f8328a13c914a3a86b3cb50c84e6762aa70aa94]

        rename these

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [6581e2f30ea18bfc9deaeafc2bae11249fd73487]

        can drop the debugging size setting now it works

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [ce7e5c914c2b0997034d25b64dbf594f1154e6f0]

        not going to use bind

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [fba5febdf60b37be69d2ffc66445d3e324826346]

        need to think about the toplevel dialog resize

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [919048ba44db04e3be5ee477602923c77a58a6f5]

        add a little space

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [89b5326a41f3a43209899f99e2a8515759cbab5f]

        pretty it up a little

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [91100a806fc6196a5d52eb0bd6793f8aff61fa37]

        only queue Resize if we're initializd sufficiently to be able to resize

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [3e16300a08c9394be8b58d1ea56eb64b60d0aeac]

        only Dialog has SetMinOutputSizePixel

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [e01ec6abecb8b0d6da6a7c6516a59128e14c6f32]

        pretty up the demo dialog

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [57184a399172862edebcf23562a8886cb4a9e2c9]

        support a border-width

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d3992cce471cf945caece722346522f4ca85f6f3]

        implement minimum width/height for buttons in buttonbox

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [d831ef32f43f7c66245272e0fb203b8f66ab0b4f]

        add buttonbox spacing

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [eb495c32a2c8caf2e5cb6c2d95d63f95ab8ab88a]

        now can add the original widgets back in

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [b5ac359ac6747244210a14f260866f41f77a0f86]

        button boxes where buttons are the same size

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [1c3a8d143f52011f15609637aca620db96d4a263]

        we'll need ButtonBoxes to enforce equal button size

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [2341873c2bd44f5af02ce71624bfadd07e40a2a5]

        implement distinction between pack start and end

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [0cbfbebd35e587d76403356d3df1195641db035f]

        we'll need a pack-type in order to shove buttons over to the right

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [c09a0fe53edf1214820e66f9feba6e5e618f3c3d]

        use property buckets

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [f60fef6c8a7b2bfe05ba9c1c6998cb77f9bb3827]

        allow arbitrary child properties

2012-09-28  Caolán McNamara  <caolanm@redhat.com>  [7d4c786e5c8b2b664997df6e9193cb4352cf9615]

        add basic hbox, vbox and dialog support

2012-09-28  Tor Lillqvist  <tml@iki.fi>  [a73656244f75099415efe1b671783eea9dcbe5f9]

        Add css.reflection.XTypeDescriptionEnumerationAccess to the bootstrap types
        
        Needed for some unknown reason in a 64-bit Mac LO. Doesn't do any harm
        to have it included everywhere.
        
        Change-Id: I62ae599692bb922678caabe78b7e1c0588573bb2

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f27767397831b061fa6517434c5190e9f64eab2]

        Remove unnecessary semicolon.
        
        Change-Id: Ia63d73b79ffaae15f82d3abc4addca39a98c7e04

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [77a0acae58828d2186bce241b562c363da93343b]

        Remove DECLARE_SVTREELIST.
        
        There is only one place that uses it.
        
        Change-Id: Ie3a41b36a5273c9b658b6a2f0e5d029bcb148546

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ed264ffca065ed2aa36624ba29d9764ff042a72]

        fix vell value import from ooxml with array formulas, fdo#54559
        
        Change-Id: I3a7e30940caaaa543a178bba3008db2c6056b4d3

2012-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fcd85be5d5e44b00c6fa5717c7ec13ea657483d4]

        ooxml spec allow ext ref to non existent entry, fdo#54558
        
        Change-Id: I717917d04a93975472d60248eb61066cd04d1bbe

2012-09-28  Matúš Kukan  <matus.kukan@gmail.com>  [72846a5c528cf66f01036978bf77eabc9f039025]

        and also use new gb_UCPPTARGET; gb_UCPP unused
        
        Change-Id: I8cd066e61cdfdef65385a2482f1a8f0aa1fb90cb

2012-09-27  Tim Retout  <tim@retout.co.uk>  [39157dfbcb96d3df7a90c1819d0f5492a1c05d6b]

        installer: Replace various uses of exit_program with die
        
        Change-Id: I1b16de6b01e34afb19bc394f33f16eef08b1703e

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [05f1bf896661cf0127ca9bd9ea282d46b724db75]

        No 64-bit QuickTime
        
        Change-Id: Ie287d12c2142342fb89650bf715a2e12edabff78

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [b3888e74956bcfe027e9903ff34e10d95b2bebb3]

        No 64-bit QuickTime
        
        Change-Id: I07eed5c66195b006ae96da9c71a1ef57b8e2d020

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [9f5227d66bfca9dd2ffc338f68001ad6ba3b485d]

        Make exceptions work better in the x86-64 MacOSX C++-UNO bridge
        
        Putting the privateSnippetExecutor() assembly code as inline asm
        inside an otherwise empty C++ function helps, for some reason.
        
        Use the actual _Unwnd_Exception and __cxa_exception definitions as
        used by Apple (from opensource.apple.com libunwind and libcppabi
        sources) instead of guessing.
        
        Change-Id: I1ef22a9c0c664d3a357b9a6474406141f53cc490

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [6beb0d37b03253be3aa42189b9995b512d9d8f72]

        64-bit fix
        
        Change-Id: Ifa5b084da7f59f6e123bf49b49bf68725741e0ef

2012-09-27  Rene Engelhard  <rene@debian.org>  [97e7f62481d8d3b6653f292c5069df133c684f3e]

        move ucpp definitions into gbuild.mk (as e.g.xsltproc)
        
        Change-Id: Ib59ca9ac4d88db6e009c656e31ee866f4d9818e9

2012-09-27  Rene Engelhard  <rene@debian.org>  [7b9fb8f6736248f1c218ef1667eae6523487368d]

        add --with-idlc-cpp to allow  use of "normal" cpp
        
        Change-Id: Ib32bb0b3e9cf4ce6aeb60a417a2f07d72facf41d

2012-09-27  Rene Engelhard  <rene@debian.org>  [c0fb5ed758c9ed8c1bb6b8344592c4781f475443]

        add --with-system-ucpp
        
        Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca

2012-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [4e6907b5d526241c93767fd25d8c2866c034a8d8]

        tubes: let's use ctor, dtor and less methods in the test
        
        They are not independent anyway.
        This way it may fail only once in constructor and avoid segmentation
        faults.
        
        Change-Id: I304f688b187f9870bf664517112550ad9a2a87c7

2012-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [4917f0ceb2a7b1bb3ba878373f71f38d156278af]

        tubes: catch exception to get more info
        
        Also add timeout as a first thing to not loop forever if something else
        goes wrong.
        
        Change-Id: I3c752f74bfd32c1a0a6d1ce85408271a530fb379

2012-09-27  Julien Nabet  <serval2412@yahoo.fr>  [c563ca3843387a2cc5a7a667856154ae2f13985b]

        Bin some newly unused methods
        
        Change-Id: I1bbbdbb68f073d19b7d99b5ccb4985efd5bde80c

2012-09-27  Xisco Fauli  <anistenis@gmail.com>  [74e4137cf89d3e1e8b73853702636e3ff70a3b4e]

        pyfax: Translate the template at run-time
        
        Change-Id: Ied94eaeb33dcfab582ac1d4702b736cf81c5d7ca

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [0e66cce3a146023fe3509217d32223ba162150b7]

        WaE: format specifiers in debug output
        
        Change-Id: Ifab851a1294f2e09f31bec9ca517ef6f62b73550

2012-09-27  Tim Retout  <tim@retout.co.uk>  [0ab561bffadad1eab9eb98c05106f4c0132ccb36]

        installer: Move two copies of make_systemcall into systemactions.pm
        
        Change-Id: I526fae59d28e75d27259867e3fc7e7c99be0d437

2012-09-27  Tim Retout  <tim@retout.co.uk>  [b45263ad292801fd4b32a2f5183508cf4ad7f885]

        installer::worker: Hide save_patchlist_file
        
        Change-Id: If871ef19e81664185247809bd3e5d53e756a8c0d

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1f48c56387fa95bc52e88512f82bc5b5436d7c4c]

        Use more STL iterators instead of First(), Next() and last() (sic).
        
        Change-Id: If5f7b749539979e95548b93b840412f18fcb68d7

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb7053ca7cf439372cfd5abb7ab788cbd416c219]

        Correct prefix for integer type.
        
        Change-Id: I57668a3a288b4ffc4f0adf6614cdd7e50d21fdf8

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f930a02c4b6bfd19da7ae18264eca066117541db]

        Let's use std::vector directly.
        
        Change-Id: Ie725c554d0ec8b3b505212d47c76b70e6ecdddd5

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ae99d0ce6081d54373b06c618c64567fa03ba028]

        const correctness.
        
        Change-Id: I7303a31d415d23c50d6b7b8a6b071c260cb00bb0

2012-09-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ccc779769153ce61f658776f6c2847eb4242e3bd]

        Hide method definitions of SvTreeEntryList.
        
        Change-Id: Id110a12bc462d4da0b000d7c441da34f861c8892

2012-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [7d92ac2f05679933d9a2df131786efa6ece00705]

        sw: hopefully fix windows build
        
        Change-Id: If8d2b964cad9dfd8b847fbc89f9e13ebfb5bc191

2012-09-27  Andras Timar  <atimar@suse.com>  [4fed2075cc3ae3857485cf5f370ad7717e823be4]

        explicitly --disable-gtk for Windows and MacOSX
        
        Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090

2012-09-27  Andras Timar  <atimar@suse.com>  [08fef531b59412bd6a1ae4cf986c102994711127]

        Revert "sorting additional language packs and dictionaries fdo#34479"
        
        This reverts commit f34252f647db9f5d274afb0b12bc897544236003.
        
        We sort these lists with a custom action, no need to sort them in
        Perl script. See 39bb77fd667

2012-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [0ed36db9f3eb2fbb5d0a328ae7680cef4a4071bf]

        bridges: fix macosx build
        
        Change-Id: If05c724cc0bdebea31c31ba9442710c9d951a0cf

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0a29602b50418dd427e7bfa093d5671f33fa307]

        fix patch eol issue in apache_commons_codec
        
        Change-Id: Ie03b654538fc18d02c33aadd7e99fe76b29bef56

2012-09-27  Stephan Bergmann  <sbergman@redhat.com>  [a00c4e02acd1b7a3ab126941166aa2d12c7eb3fc]

        Improvements on previous commit
        
        * Made XDatabaseContext inherit XDatabaseRegistrations non-optionally, adapted
          call-sites to just use XDatabaseContext w/o querying.  (The previous commit
          had inadvertantly effectively removed support for XDatabaseRegistrations from
          the ODatabaseContext implementation, as an optional UNO super-interface does
          not lead to a super-class in the corresponding C++ class hierarchy, but making
          the super-interface non-optional fixes that anyway.)
        
        * Adapted some more call-sites to just use XDatabaseContext w/o querying.
        
        * Added @since tag.
        
        * Replaced new uses of comphelper::ComponentContext::getUNOContext with
          comphelper::getComponentContext (see 03a9f139bd9ea1a4f9096fc982e6b326def58532
          "ComponentContext::getUnoContext -> getComponentContext simplification;" I
          intend to get rid of comphelper/componentcontext.hxx much sooner than of
          comphelper/processfactory.hxx).
        
        Change-Id: I68d09f2dbe651629f79ed21cd40cdb6d6b32c624

2012-09-27  Noel Grandin  <noel@peralex.com>  [9c00e38b431b57c3760f6c0aa774424b3239eeda]

        fdo#46808, Adapt sdb::DatabaseContext UNO service to new style
        
        Create a merged XDatabaseContext interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Quite a few IDL files had to be marked as published for this to work.
        
        Change-Id: Ie9a0da88d8c33cc83fc9d2334ff83ab2744c222f

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c20367a2e6d61f830f6dc336761909e38a6bcca]

        gbuild: allow for SHELL to be set by the env variable gb_SHELL
        
        This allow to build using a non bash shell on system for which
        /bin/sh is bash
        
        Change-Id: I276c777d1fca20858219ac95457a367300644b16

2012-09-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1a42e2458bda63e7c11b5298bee34eebbaedd022]

        ::rtl::OUString cleanup in basctl
        
        Change-Id: Icb6f04d6ad22f1652abbb399beb08645daf8b9c9
        Reviewed-on: https://gerrit.libreoffice.org/705
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-27  Ricardo Montania  <ricardo@linuxafundo.com.br>  [f25adb4954eaea92e1d98a652a66eeaa4c8fe7c3]

        String to OUString in basctl
        
        Change-Id: I52ce4fcf4b02746df898c7fbbf57a58b274dd0b2
        Reviewed-on: https://gerrit.libreoffice.org/706
        Tested-by: Noel Power <noel.power@suse.com>
        Reviewed-by: Noel Power <noel.power@suse.com>

2012-09-27  Eilidh McAdam  <eilidh@lanedo.com>  [57633e42ffba2f495fd685233695acad6b9dde94]

        Export image shadow effects to docx.
        
        Change-Id: Ic8be107eeaeed286359869fd7e6712c3f740fba5
        Reviewed-on: https://gerrit.libreoffice.org/709
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [dca431cfea27385ffbcbebd3f080176a809bf9a2]

        revert the change in gbuild.mk : use /bin/sh as SHELL
        
        This is for performance reasons.
        there is a measurable benefit of being able to use /bin/dash
        vs /bin/bash
        and since make is a big consumer of shells, it is worth the pain.
        
        Change-Id: I0654bee1e7bab1041cd00b5e71498bd593aeeecb

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1cb87841f452ad7bb52aa0279edba6b6e980fbc7]

        use a form that please /bin/dash in apache_commons build script
        
        Change-Id: I2a7061f428d402751627fc93ca559e119aab94d2

2012-09-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6357857bbfb927f78bf22202d08ffd8440a25a6a]

        gridfixes: UpdateTip: need a Invalidate after setting the help text, to really show the (possibly) new text

2012-09-27  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [d3f60c050ab8489976c6b5684b4d64c7622a9d50]

        fdo#51304: Remove @author and more commented code
        
        More tags removed and with it, more commented code was found. So remove it all.
        Not functional changes here, just a cleanup.
        
        Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-09-27  Michael Meeks  <michael.meeks@suse.com>  [c73745117d7ce0dc6020020b49120ef3ba350e78]

        re-base on ALv2 code. Includes:
        
            linecap: Reintegrating finished LineCap feature
            Work contributed by Regina Henschel
            http://svn.apache.org/viewvc?view=revision&revision=1232507
        
            i118815 - Deprecate service due to removed implementation
            Patch contributed by Ariel Constenla-Haile
            http://svn.apache.org/viewvc?view=revision&revision=1233320
        
            i118814 - Allow set timeout in Mail API
            Patch contributed by Ariel Constenla-Haile
            http://svn.apache.org/viewvc?view=revision&revision=1235679
        
            included in the Apache baseline:
            dr80: #i117511# remove some assertions in xlsx/xlsb import filters
            Patch contributed by Daniel Rentz

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [35ce9c76c3ac768332998428e48ec839da709f4a]

        bash is already a pre-req. and ubuntu /bin/sh is a borked variation of it
        
        Change-Id: Ic3d9aee7d5ee50dfc3ffedc30d6a9c88260d7794

2012-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [3e5c86705120ec5144db67104036f2fa5790be21]

        tubes: fix glibc detected memory corruption in ScDocShell
        
        ENABLE_TELEPATHY was used in docsh.hxx but not defined consistently.
        Add global define to gbuild.
        
        Change-Id: I9746297a0be0e01573e336d4ee237bcc14d2d47d

2012-09-27  Stephan Bergmann  <sbergman@redhat.com>  [d2aa4ebb7aebbf9f574a719f4b10ab53781aa533]

        Revert inadvertent chmod
        
        Change-Id: I0b1865719da2e3c5a669b30a635c333721c9c41d

2012-09-27  Caolán McNamara  <caolanm@redhat.com>  [f1c2c09439aed30dec6c1b4f26dc9f70ce4985f8]

        WaE: uninit variable
        
        Change-Id: I39d63b53fa400235d772cd2525695970081db91b

2012-09-27  Caolán McNamara  <caolanm@redhat.com>  [d6279f57e0a61aa5ab9b15a631cb3f76bc072245]

        useless sTEST and side-effect-less methd call
        
        Change-Id: I0b3fd9f951c286fbd6be7d9e5b404d37b7573a68

2012-09-27  Caolán McNamara  <caolanm@redhat.com>  [d3788f3276c55c9996fb4ed83cebe7e30519ce2f]

        UniString::Fill->padToLength(OUStringBuffer
        
        Change-Id: I61a562982af75fd3141b4b5d55840c0ebc94306c

2012-09-27  Miklos Vajna  <vmiklos@suse.cz>  [1278b084be1b128cd4d85473df0b0f62de16bf25]

        writerfilter: unused includes in DomainMapper_Impl
        
        Change-Id: I6df840e20da98918a8f1531e8d77a5b5c53101fb

2012-09-27  Stephan Bergmann  <sbergman@redhat.com>  [272f0e97b12e634cdf49a1bff45e1b9068af7d9c]

        Improvements on previous commit
        
        * Made XGlobalEventBroadcaster inherit document::XDocumentEventBroadcaster/
          Listener replacements for obsolete document::XEventBroadcaster/Listener.  This
          means some client sides unfortunately still need to use UNO_QUERY_THROW to
          obtain the obsolete interfaces; those client sides should be cleaned up to use
          the replacement interfaces instead.
        
        * Added @since tag (even to unpublished entities, on "it doesn't hurt" grounds).
        
        * Made client sides use XGlobalEventBroadcaster directly instead of querying for
          its super-interfaces.
        
        * Replaced new uses of comphelper::ComponentContext::getUNOContext with
          comphelper::getComponentContext (see 03a9f139bd9ea1a4f9096fc982e6b326def58532
          "ComponentContext::getUnoContext -> getComponentContext simplification;" I
          intend to get rid of comphelper/componentcontext.hxx much sooner than of
          comphelper/processfactory.hxx).
        
        Change-Id: I6d971ebdaea83d0c3fa9ba299fb6b37e58cdfe9b

2012-09-27  Noel Grandin  <noel@peralex.com>  [cd693ff598bbabba66d8ca353a32bcbd81a5b12b]

        fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new style
        
        Create a merged XGlobalEventBroadcaster interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Also add two interfaces to the IDL, which the service already implemented,
        and existing client code already used.
        
        Change-Id: Ib7a9a30c0e50146ef621f3fe5227f8aad3190516

2012-09-27  Miklos Vajna  <vmiklos@suse.cz>  [526e007bb6340e2c4a2cb96f5612ba268fcd5583]

        n#781825 fix DOCX import of bottom para margin autospacing
        
        If w:doNotUseHTMLParagraphAutoSpacing is enabled, it should be 100, not
        200, see SwWW8ImplReader::GetParagraphAutoSpace().
        
        Change-Id: I29c5e97c828f0f55b655410198bfa03dc42a196d

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d64bfd8c0086a9d3e8a05ecf49b1af84ec58436]

        gbuildification of appache_commons
        
        Change-Id: I517c808c9ea799aac0d2cd2b3bb6c18564c76823

2012-09-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee22be5d7f1e9077c139a9ca18cdb9e0ec75a766]

        add gb_ExternalProject_use_external to deal with ExternalProject inter-dep
        
        One may have multiple ExternalProject in a given module
        and these ExternalProject may have dependencies among each others
        This api allow to explicit such dependencies so that the
        ExternalProjects in a given module are built in the right order
        
        Change-Id: Ib8a1b9bdcad0dda08b6fe133113b01a80e02421c

2012-09-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d4474dd0411d7de29ce42e181c97cbf032bf57ea]

        sw: implement page-relative size for drawing objects and import them from docx
        
        Change-Id: I98b5c53d4860278e3646324ca045114e37b4cf61

2012-09-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0f581ab761cefde208e576661850b57f2846fdb4]

        n#779627: VML: import mso-position-vertical:center and friends
        
        This allows to properly position objects that are vertically and/or
        horizontally centered relatively to the page.
        
        Change-Id: I1f7e78c5b828679817cdfc72e4d90a0850b242fa

2012-09-27  Stephan Bergmann  <sbergman@redhat.com>  [8cb7464130634551fd2f043efc14f8f8f8bdf447]

        No dictionaries were preselected for en_US langpack
        
        ...as gm_Langpack_r_en_US was explicitly excluded from langs[] in
        SelectLanguage, so addMatchingDictionaries was never called for it.  (This was
        only evident in installation sets conaining only few langpacks, as the
        "official" multi-lang installation set also contains en_GB etc., so appropriate
        dictionaries were selected through those.)
        
        Reworked the logic of chosing which langpacks to preselect (see the comment in
        SelectLanguage); hope it still works as intended for the various cases (of which
        the "official" multi-lang installation set is the only truly relevant one, for
        now).
        
        Change-Id: I31f531194c79e49c9c09e33454a7b0a82d9ff02f

2012-09-27  Tor Lillqvist  <tml@iki.fi>  [d83de4b1a93ba7ed7bc3243073be3de96a44bfa9]

        First attempt at C++/UNO bridge for 64-bit OS X
        
        Basically, a 1:1 copy of the Linux x86-64 one. The Apple docs say that
        "The OS X x86-64 function calling conventions are the same as the
        function calling conventions described in System V Application Binary
        Interface AMD64 Architecture Processor Supplement," which should mean
        that it's the same as on Linux.
        
        Once this works, the very minor differences to the Linux one will be
        merged as ifdefs into the Linux one, and no separate source files will
        be needed.
        
        Change-Id: I1ff58f303a7ab7f59ec2ff7a9e24465e89151ec5

2012-09-27  Takeshi Abe  <tabe@fixedpoint.jp>  [30d33b126f47021a99fb8ca63d6c6be29407e9cc]

        sal_Bool to bool
        
        Change-Id: Ic05d9f062e7419d192b8cf6e56c91b3f9d97bfe0

2012-09-26  Tim Retout  <tim@retout.co.uk>  [43ac04763d60ae651dc8f1a592cc2f0d41387a7d]

        installer: Add extra failure warning.
        
        Change-Id: I387ee22ce59606b9680e1df70b8076ec474427a6

2012-09-26  Tim Retout  <tim@retout.co.uk>  [247d1899e3fb69af30094d388c97ce074a2da26c]

        installer::worker: Remove unused tar_package
        
        Change-Id: I58e9efdda8fac5b65e259b63a5150c44fa00feb6

2012-09-26  Tim Retout  <tim@retout.co.uk>  [acaaf6c72162566e896421e03ee4c966936c7917]

        installer: Move key_in_a_is_also_key_in_b into scriptfiles.pm
        
        Change-Id: I466b285ddc9f3ac53978acefe76c27fa212d812c

2012-09-26  Tim Retout  <tim@retout.co.uk>  [c003a803868a0faaae0f5b6949ffcaab54f7ef32]

        installer: Move various functions from worker.pm to epmfile.pm
        
        Change-Id: I3ff5ce804eb348f91f1cf46b38475c4224d68978

2012-09-26  Tim Retout  <tim@retout.co.uk>  [cda8ac41f3aa34accac6a58df2c885595e8ce7ec]

        installer: Replace installer::worker::shuffle_array
        
        Change-Id: I2da961affa4bcb8349d8a038bc77986f5209a55d

2012-09-26  Tim Retout  <tim@retout.co.uk>  [bc9ad85ca4a70e5b14abe79ea59e848ee3b21e23]

        installer: Move exiter.pm error handling into installer.pm
        
        Change-Id: I50e3ee8ff88f313b82ea617e354334d85fb453e0

2012-09-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [106a1b4eba1303e1d989eb67eff63ed864500578]

        sal_Bool to bool conversion in accessibility
        
        Change-Id: I79967eea535dc4bd11e725dc854ae8a8f97a2905
        Reviewed-on: https://gerrit.libreoffice.org/701
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-26  Eilidh McAdam  <eilidh@lanedo.com>  [63a7550931c88ce06e4ab6f258121061c1f2dcf2]

        DOCX image drop shadow testcase.
        
        Change-Id: Ibbbb27fdf0abff997d31ae8814812f7af1ec15af
        Reviewed-on: https://gerrit.libreoffice.org/704
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-26  Eilidh McAdam  <eilidh@lanedo.com>  [e1a509f4a362d21248b439c99e3b55f4fa9ba1bd]

        Apply shadow effect to graphics when importing from docx.
        
        Graphical objects imported into a text document do not seem to support
        differing X and Y distances for shadows, so the distance has been
        approximated by using the average of the two components.
        
        Change-Id: Ifd0c6d73b618cb2836837348d6f48c0efc0a9dc3
        Reviewed-on: https://gerrit.libreoffice.org/703
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-26  Eilidh McAdam  <eilidh@lanedo.com>  [f0efecfb69b336e064e7c8dd2597655eff07944f]

        Import shadow effect properties for shapes in docx.
        
        Change-Id: I0cfd6b45be268d688b7389c79c5e9ad7f48eb12d
        Reviewed-on: https://gerrit.libreoffice.org/702
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-26  Tomaž Vajngerl  <quikee@gmail.com>  [0cd97e8c33c49a6c44d26ba309493dbfec00eb8d]

        Change the image rotation widget to better looking DialControl
        
        Change-Id: Ie11827a924a5b22d86bad24aa7f14a66b870e90c

2012-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [70412d0f3f7979d3d069be8121d49dbb96775cce]

        don't access out of bound array index, fdo#55022
        
        Change-Id: Ica088822055b2fb5bbd6dabe6482b7cb6c472c48

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [83fc0c59037fa743c3ebc58e784eef3d120ffc2e]

        solenv: revert more of 599a94827e2b3957db3abf758d48ff7b3977e2f2
        
        ... should hopefully un-break msvc build.
        
        Change-Id: Iee6cc54dd488d124948d7a033811e25e2fc4044c

2012-09-26  Andras Timar  <atimar@suse.com>  [0475a7904978566dfb9f6e83497392b3841c0efc]

        use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)
        
        Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad

2012-09-26  Andras Timar  <atimar@suse.com>  [a99ddfdc2f3b1abef56c61ab727b602d38a2413b]

        msi-encodinglist.txt was moved to different location
        
        Change-Id: I05715d4afb205aa11eb0eb98c6734db02a6be8d8

2012-09-26  David Tardon  <dtardon@redhat.com>  [8d08ebb6c639cb419c97ae745ce626eee1bd4601]

        drop 'private' from variable defs.
        
        Apparently make 3.81 is confused by using private target-specific
        simply-expanded variable (i.e., initialized with ':='), which in this
        case leads to
        
        /<builddir>/scp2/InstallModule_accessories.mk:30: *** multiple target patterns.  Stop.
        
        Recursively-expanded variable works fine....
        
        Anyway, it was just an idea. It seems the time is not ripe for it yet.
        
        Change-Id: Ic5582d809530256cad087c3c4fd10f9641d24cbd

2012-09-26  David Tardon  <dtardon@redhat.com>  [b411b87ebf8f8590254527d01f30a878745de76e]

        avoid // in path
        
        Change-Id: I3ecd3393ab55c0aadca7432e26f84e69b6a9125c

2012-09-26  Luboš Luňák  <l.lunak@suse.cz>  [dccddcc20b0b873ca182983506d97b500edfe4f1]

        make gcc-uno bridge work with both gcc-4.7 and clang
        
        It seems b0515ea5fa6c29faebed616ae3e0213c72d24904 and e2b7e28c12bb836fd7ab1dcbfc2460f807dd27f6
        conflict, clang requires the extra call, gcc-4.7 crashes with it.

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [7372bbced8d99d6fd479a464095e4f827c39422e]

        gbuild: split out a common android.mk
        
        Change-Id: Ie0858cb137aeaeb18815e3085de4d4000c62218b

2012-09-26  Miklos Vajna  <vmiklos@suse.cz>  [1f75e264390c14bb6762f600756e7d0af78d7cf0]

        sw: remove unneeded using statements in qa/extras
        
        Change-Id: I23b77b9c8d245d84a045bdedda1584419f4fddda

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [f5a2c610b11d4c5d073fa33aaa53d55e3c0b879d]

        Revert "gbuild: remove gb_Library_TARGETS and ..."
        
        This reverts commit 599a94827e2b3957db3abf758d48ff7b3977e2f2.
        
        The special handling of PLAINLIBS_NONE breaks the build on MacOSX.
        Needs further cleanup of PLAINLIBS_NONE abuse first.
        
        Conflicts:
        	solenv/gbuild/gbuild.mk
        
        Change-Id: I834b623405e7745568ee2422647746631167524b

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [2b5ef98ab48799788aa7d26325524ec41ed53fe6]

        gbuild: without multi-repository support ...
        
        ... RepositoryExternal.mk is not optional.
        
        Change-Id: I8678a2196a037dba1c3be350c8b989f5ba242381

2012-09-26  Tor Lillqvist  <tml@iki.fi>  [3376f682a77c16f4da63dc14c45d294425e5ba8a]

        Silly workaround for fdo#55156
        
        I feel dirty now.
        
        Change-Id: I1cafb0c0494d56bc9c81594c2145b2cc4a1ee389

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [171e4298422f91c47d6ce71599e86376083ea3aa]

        MiscSettings::SetEnableATToolSupport: adapt WNT code to bool
        
        Change-Id: I21e7e270c33f525e8883232b98cd728475c35b40

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [bacc9ed75e4e290ed0909445dfd8ec1e659fde97]

        configure.in: remove obsolete --with-mozilla-version...
        
        ...and bitrotted code to check for checking downloaded file names that
        has been broken by e24c2e106e76d9b50a923ed27f8f8fdd2db9b93a.
        
        Change-Id: I5acda4246b46f1d5d4a54fe64a77ceae69b45a05

2012-09-26  Stephan Bergmann  <sbergman@redhat.com>  [a8bb6d52f31e5aa12be828af0b36533216083ed4]

        No need to check for Mozilla sources in configure
        
        ...is automatically done by ./download if necessary.
        
        Change-Id: Ia51d33e6f589c9bc54570d62ab6704a751c0e5c1

2012-09-26  Stephan Bergmann  <sbergman@redhat.com>  [6189ffc7ed709912a2439cdbd45d5e4af15d23e8]

        Fix bool -> byte coercion logic
        
        Change-Id: Iab6dba9484fb5ddb8a8d4efcd46d7b9c8d1acca8

2012-09-26  Noel Grandin  <noel@peralex.com>  [20b77f616a6f38b078901bc404feea600d7d4975]

        sal_Bool -> bool
        
        Change-Id: I4fd6d247fdc0333ccdace4ebfa947c8d02e559bc

2012-09-26  David Tardon  <dtardon@redhat.com>  [4f07689050ffdffb473daa7217728ac79f1785d3]

        add missing dep on unpacked tarball
        
        Change-Id: Ibacf45072be2ec143e8cc2207d9ce14409a8c812

2012-09-26  David Tardon  <dtardon@redhat.com>  [6066151aa185d4df053185ff59efc1c8e869d34c]

        return build conditional for libpng
        
        Change-Id: I0ff1f219db136f3cc763d6af61df177831b1e93f

2012-09-26  David Tardon  <dtardon@redhat.com>  [f8574c4da1a7ea24ee65d5b94ccc56a02a27a038]

        do not need to escape $ here
        
        Change-Id: I987597aef3265df08407a869d57b575778174184

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [d53e12c7a9c2d0a3b487303673c1fafd09f6593c]

        rhbz#827695: sw: prevent crashes after incomplete print:
        
        If the last page is not printed for whatever reason, then
        SwXTextDocument's destructor will delete a SwViewOptionAdjust_Impl,
        which accesses the document's ViewShell, which has already been
        deleted at that point.  Add a horrible kludge to not crash for now.
        
        Change-Id: I67fe37970d60782030b84f2badddd1e66ef3f9c6

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [0843533459302d9d9fe962f79dc5b040c3907ebc]

        sal: uri.cxx: deploy some asserts
        
        Change-Id: I1d755086295f5a8cd7acf56204402b95fe228d2d

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [8385aa5f73e4f6dda8a234240d03420e9a7da69e]

        TransferableHelper: fix annoying assertion "bad pCharClass"
        
        The % must be URI encoded, not acceptable.
        
        Change-Id: I1274170275d1a1432fb2f933cbd3c6ee8c35d436

2012-09-26  Michael Stahl  <mstahl@redhat.com>  [f0f2efaea61e674ea62430d6cda65882c90104a1]

        gbuild: disable MSVC warning C4628 for C++:
        
        the useless "digraphs not supported with -Ze. Character sequence '<:'
        not interpreted as alternate token for '['" occurs a lot with templates.
        
        Change-Id: I1f7ddb7545732a5e92d1fc78a16222540cca5bb9

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [bc12497e360a150cb41d108b53d4f4be31758779]

        tail_build: forgot to remove xsltml dependency
        
        Change-Id: Ia832b5474204e5c5a408460eb4fb4e7697b01953

2012-09-26  Tor Lillqvist  <tml@iki.fi>  [5f373a002df2f083109bb7b2e0987258b6e2f9c4]

        Fix crash on Mac when a11y in use, and avoid infinite loop, fdo#47275
        
        The code used static_cast blindly even if the object not necessarily
        was of the assumed subclass. Crash followed. Use dynamic_cast instead
        to be able to check, like the corresponding code for GTK a11y. After
        that fix we then got a nice infinite loop whn an object apparently is
        its own parent. Detect that and break out.
        
        Whether accessibility for the affected parts of the GUI actually works
        now for its real use cases, no idea. But anything is better than a
        crash...
        
        Change-Id: I862234e168db0bd19d185b0f1f73b733b570cac4

2012-09-26  Noel Power  <noel.power@suse.com>  [85b660a618780479a466e65a83ab844358631fa4]

        followup patch to recent changes for sal_Bool -> bool
        
        Change-Id: I867934b4d0589d4e395fee471e1cfab236c0540f

2012-09-26  Noel Grandin  <noel@peralex.com>  [3bdc99fe19c1922d6683ad076a49f080d1a33b05]

        remove unused fields
        
        Change-Id: Ia2b2fd7623351377df9a0c76ad27cb6b738bc124

2012-09-26  Noel Grandin  <noel@peralex.com>  [4b415950b30fa063e669717cfce2591845f26c16]

        sal_Bool -> bool
        
        Change-Id: I3a7cdd6fd488af20b15a205515fc6ee593371f0a

2012-09-26  Noel Grandin  <noel@peralex.com>  [1cb0443ccd3d8d0281bf7b00d3efdbf5cd550bd4]

        sal_Bool -> bool
        
        Change-Id: I92e5f4f52ab19b607b5ed0314ee0d6c2334998c6

2012-09-26  Noel Grandin  <noel@peralex.com>  [0b7e226ee59f5f18a24a366f5f93e85d13e454df]

        sal_Bool -> bool, convert InitAccessBridge and friends
        
        Change-Id: I08b5a76c68c67c3837427ad74106e170c64cdaaa

2012-09-26  Noel Grandin  <noel@peralex.com>  [04eee686fc6b8cd95f7210fe0426316e7fc7aac0]

        sal_Bool -> bool
        
        Change-Id: I6356c71e236e89c54081a852b3b55eb87b95bce8

2012-09-26  Noel Grandin  <noel@peralex.com>  [f8752a760f18a54f6e5907f3d7567be7af69b584]

        sal_Bool -> bool
        
        Change-Id: Idacea435ecf403770083f5c1e75c3ad1992ec14a

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [300621ff72be787c5413edf46139b8c45ba0ff45]

        Revert "gbuild: use one pattern rule for creating directories"
        
        It does not work with make 3.82 which prefers pattern rules
        with longest match, so wrong rules are chosen in workdir.
        
        This reverts commit bc234b4e1103cf8f79a7526ad80dcd9d0b78b89b.

2012-09-26  Miklos Vajna  <vmiklos@suse.cz>  [601fd489995e9fd422d8c0fd47d8433413f95eaf]

        n#780843 testcase
        
        Change-Id: I8a008b48dfd4b424fa95f8919fb52208ee45e6b6

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [c640a42f29bd0bb47ac783b6324bd5c73fec7312]

        xsltml: convert to gbuild
        
        Change-Id: I7074c377b6a8f8250adcae73178882fc9e68c696

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [a52703c0cc90dbadf999562adddad203b0feb4f3]

        this belongs to RepositoryFixes
        
        Change-Id: I37af685c39606f9bee173d81f6a4d5f0dd63af7e

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [dd38937ba4dcfe6cdfce581ed2ac51398087e5d3]

        gbuild: use include directly; it's even shorter
        
        Change-Id: Id56efb715c9bd27b389b0fa9f38bcd0fe12ac9d4

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [599a94827e2b3957db3abf758d48ff7b3977e2f2]

        gbuild: remove gb_Library_TARGETS and replace gb_Library_get_implibname
        
        Also makes more visible that gb_Library_PLAINLIBS_NONE are special.
        
        Change-Id: I58a667d75a0d964c8f02e36a4645402417a1a621

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [a7d45d8d7a67d07bf83634a2ba7320b78b32f79c]

        gbuild: remove empty gb_StaticLibrary_JPEGLIBS and gb_StaticLibrary_DEFS
        
        Change-Id: I364ba0155e30909fd77c0c73e27e5c9ee0a59168

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [e02011c5c59dbb99fc6f33b9ed2727e02fe67c02]

        fix typo
        
        Change-Id: I82da01827472c1fbcbfd821713ba7152421f18ff

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [e24c2e106e76d9b50a923ed27f8f8fdd2db9b93a]

        download seamonkey only when it is needed
        
        Change-Id: I6c2f2796db7b24043627435b3f91846416655911

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [81a244a56a1d943b01d3b0b71fc657d22fd1eb35]

        stoc: add more component prefixes
        
        Except bootstrap, javaloader and javavm. They are special.
        
        Change-Id: I28e28d07b4b1daf45f7416151a94ac376fc01db7

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [5c87937273c93ff9e9630f9b718fc911bb1665f9]

        unusedcode: more removing
        
        Change-Id: Ic8be585925edd63724d28a255c9e33170a4a041e

2012-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [bc234b4e1103cf8f79a7526ad80dcd9d0b78b89b]

        gbuild: use one pattern rule for creating directories
        
        Change-Id: I0164552ea9f2024eb5c44ad3b2b6181f6a9e3a1e

2012-09-26  Ricardo Montania  <ricardo@linuxafundo.com.br>  [9b65ecc37f8e3cdd81bdb3399c5f72496394df9d]

        sal_Bool to bool and some rtl::OUStrings in avmedia
        
        Change-Id: Id58fd5d04f47302983782eb57736ff29d8f5303e
        Reviewed-on: https://gerrit.libreoffice.org/697
        Tested-by: Noel Power <noel.power@suse.com>
        Reviewed-by: Noel Power <noel.power@suse.com>

2012-09-26  Noel Power  <noel.power@suse.com>  [4e0e0d4759cc0f1b2c5ea3c64d2421c1a0dbe87e]

        don't let numforats in dxf entries clobber global number formats & update test
        
        * Enabling the disabled test which checked a cell style attribute ( that was
        getting clobbered by the dxf entries above )
        * squash the 'escape' characters in dxf num formats ( probably should do this
        in general
        * regenerate the formats.xlsx file ( I had to manually tweak this as the conditional tests were failing with the excel created document )

2012-09-26  Miklos Vajna  <vmiklos@suse.cz>  [211916f86585cb4f6258eb30e0474e4c21cd37f1]

        n#780843 fix docx import of cont section's header/footer on title page
        
        Change-Id: I129e154a3fea8a96607dc6350a99f4d6ca68196e

2012-09-26  Stephan Bergmann  <sbergman@redhat.com>  [f4a4ba9ac1b58b4726825400e1edd1bf47d4080a]

        Clean up option processing
        
        * Support --version on non-UNX, too.
        
        * Consistently show the first unknown option and the help blob in the presence
          of any unknown options.
        
        * There is no need to tunnel --help/--version past oosplash in the soffice
          script, as oosplash is prepared to treat them adequately (esp. not pass them
          over any pipe); this only added unnecessary variance to what spellings exactly
          are supported and how mixtures of --help, --version, and unknown options are
          handled.
        
        Change-Id: I617f2e727e2f0eafd34a2de3b85d441c6783ec4f

2012-09-26  José Guilherme Vanz  <guilherme.sft@gmail.com>  [4972652eeba3ffa4d5055493d9275cfdc27b247c]

        fdo#51304: Remove @author annotation
        
        This patch removes '@author' annotations and some unnecessary comments
        in java sources.
        
        Change-Id: Icea4721c42dc08fe51a0bc667872dfbca9c2880f
        Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>

2012-09-26  Marcos Paulo de Souza  <marcos.souza.org@gmail.com>  [6595e392eb314b79dec922daf9704569d0c8fff4]

        fdo#51304: Remove the author of some java source files
        
        This patch remove some '@author' for Java souce files, and removes some commented code founded
        when removing the '@author'.
        
        Change-Id: I7bff1507212e967069f3d18e6c1040f69501694a
        Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

2012-09-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [30dba8159557fcebbc7165752697783c2379c824]

        gbuildification of afms
        
        Change-Id: I7ead3e90c9037289b917820c20f5265d5b080b47

2012-09-26  Tor Lillqvist  <tlillqvist@suse.com>  [f0eaba8c45f0db802268a3e3809292cd063c7544]

        config.sub doesn't need patching any more it seems
        
        Change-Id: I87c779de583011d340cece39efa32e891d20852d

2012-09-26  Lennard  <Wasserthal@nefkom.net>  [d9f21c90bd61d15fd78a8df9115bf2e9ededbd1b]

        Fixes Circular arrow distortion, Bug #46272
        
        Distortion occurred when angle mod 90° != 0
        
        All of my past & future contributions to LibreOffice may be
           licensed under the MPL/LGPLv3+ dual license
        - Lennard Wasserthal
        
        Change-Id: I4af7e7f1dcbc4d1262592c362532df4957e52399
        Signed-off-by: Lennard <Wasserthal@nefkom.net>
        Reviewed-on: https://gerrit.libreoffice.org/679
        Reviewed-by: Radek Doulík <rodo@novell.com>
        Tested-by: Radek Doulík <rodo@novell.com>

2012-09-26  David Tardon  <dtardon@redhat.com>  [7d5630394904360413de69588084b088d5df9004]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: Iaf4ce2ed26aeaa2995821913de341e90a8039ab9

2012-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [34930cf990ba2e295dd75da1fe0ec46754d445fc]

        dbghelp.dll cannot be rebased.
        
        The latest version of dbghelp.dll is signed, and cannot be rebased.
        
        Change-Id: I3fbe0da2b576f37939684ea45fa428da237ca71f

2012-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e990818c8fa6a7ca409519c932792a4856776c3f]

        This fixes Windows build. Without this the build fails in dbaccess.
        
        Change-Id: I2a0e7fe8812d666b7668129b4ae9ce10a7d17d98

2012-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ceffb55cd53bcae4ec6f1b967ff45d01207a004e]

        Use this flag to make the compiler warning go away.
        
        Incidentally, when the flag is false we'll throw an argument error.
        We need to implement it properly later.
        
        Change-Id: I70f8b6bac3cf8ad1dae67efc65a9ab16e099253e

2012-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d9bf254804138424421744edc5cf308cfb97042]

        Leave the formula cell dirty when a cached result is not given.
        
        This sometimes is the case especially with hand-crafted flat ODS.
        
        Change-Id: I0db374e424b250bcded526149ed2c27aabc3d722

2012-09-26  Thorsten Behrens  <tbehrens@suse.com>  [f1fcf02847a84dd35ce27cfe8f956b40cfd94cf0]

        Adapt intro comment on xhtml output to read LibreOffice.
        
        Change-Id: Ieaf778df5f75a129c5384b79e0e7ad4193351535

2012-09-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [40575c20ff9cd693b8a6d3627274ce6d745e0581]

        Support opcodes 101 through 111 in SUBTOTAL.
        
        Excel 2007 supports them.  So should we.
        
        Change-Id: I17253bc043bdcce451ee0a7ccf494ed0f84bf3cd

2012-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51734600c5c9826d6c9a0d5f4cb983d08f2ab698]

        workaround broken uno implementation with ScRangeList in ScCellRangeObj
        
        ScCellRangesBase uses a ScRangeList to keep track of the range but the
        ScCellRangeObj class which inherits from it can not deal with more than
        one range. This is a temporary workaround for this problem. We need to
        think about a better solution for ScCellRangeObj to prevent such
        problems in the future.
        
        Change-Id: I4403e55f605267ef99eb6a73302366cf024b3866

2012-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [342211da33d7b604791fa8ebe2a6cb10445d8392]

        update cppunit to 1.13.1
        
        Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44

2012-09-25  Andras Timar  <atimar@suse.com>  [4a2503e5a6e33a0ba5d93712427d78b705c83708]

        set paths in help tree file of MediaWiki extension help
        
        we set the paths here to their runtime values, because in new
        build "paradigm" English tree is not updated, just copied. No
        problem with that, we'll fix regressions later. Now it works
        even in en-US build, but nodes are not localized, because
        update_tree.pl does not find localizations due to the changed
        paths. update_tree.pl is a hack and must die. It will be killed
        in feature/killsdf branch.
        
        Change-Id: Ic16eca538182f5548d4d6c2a23f9bc9764da6b62

2012-09-25  Andras Timar  <atimar@suse.com>  [21a82f4f91eb9940e5dd01c75e2f68721a431f09]

        take out @PLATFORM@ from extension ID
        
        There is <platform> tag for that in description.xml...
        It just caused complications, e.g. in help.tree.
        
        Change-Id: Iee51fc62f314972d8cc08b63c0c8dc2ab8dd8f16

2012-09-25  Michael Meeks  <michael.meeks@suse.com>  [fc6351f5d36f8b6be5e52a2ea1f191de81eacc71]

        avmedia: first cut at gstreamer frame grabber.
        
        with thanks to Tim-Philipp Müller and Wim Taymans.
        
        Change-Id: Ia095d06ea3cbed85570cc33038f98da0362c1e62

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3e46a434eb50f8d73f64be8619598dae6dc32a06]

        String -> OUString
        
        Change-Id: I4fc17b5fff7a00edc96bd4f75565b5f041c1dcb0

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4f850e065632dc56d0c76bbbe23c3f44d1a7872d]

        String -> OUString
        
        Change-Id: I252675bf223b8a14dff2b4bcdbfd926979e56dc3

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [57bd5cf70a875db4ec50761c6e53f4b478c10372]

        remove unused files
        
        Change-Id: I0b656cd8ac242913fba142554ecbc58440d14e41

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [62a7d56345cc5d774fbcd79d55fa516c17aa0aa5]

        String -> OUString
        
        Change-Id: Ia4d1fd7ef627459666ed204601313a96507b9104

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b4c8346a1e9d127bd7d086b0a30d854b8fc3b263]

        String -> OUString
        
        Change-Id: I896ce861e55d98a45bd4e6b4a65607f25489557e

2012-09-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [003bb87fc00521ab5e5ac16623b598e53624e3bf]

        String -> OUString
        
        Change-Id: I4f5b9dff78913e14414eeb8f9457c2b91836edb6

2012-09-25  David Tardon  <dtardon@redhat.com>  [9642ae95a82f3040b0e6af3ef2408a4099ac0362]

        apparently cpp.lcc does not have .exe ext. on windows
        
        Change-Id: I87ed6ba66b739638379adea2a137fa1ab6c502ee

2012-09-25  David Tardon  <dtardon@redhat.com>  [6ed5e4fe91ecb3bdac7eb2bf070139cfb12867c4]

        add missing dep on cpp.lcc
        
        Change-Id: I3e86ce3ebafd2347164e484d060086beae05430b

2012-09-25  David Tardon  <dtardon@redhat.com>  [52807a0daac358ca2472b851070653cdcf3a246f]

        fix scp2 build producing garbage
        
        Change-Id: Ia295528fea995c5660f9d50c0426d79d60900ebd

2012-09-25  Michael Meeks  <michael.meeks@suse.com>  [d20469c1b041ef24f2372a5898cf318b3fe6af70]

        re-base on ALv2 code. Includes:
        
            Ocke Janssen impress210: #i115617# set zoom to fit_to_window
            Ocke Janssen impress210: #i78386# looping sound for windows
            cleanup createPlayer fallback code & java parameter.
        
        Change-Id: I56f06d08c66a1f754292a0c5b1abc32824e391c5

2012-09-25  Stephan Bergmann  <sbergman@redhat.com>  [b0c9f3b5f6cc86a94991c5970278f69df15aa7c1]

        fdo#55019: Cope with empty TrustedAuthor entries
        
        Change-Id: I9c01c1c718897a4be992150170a6ed9b5bd8a0a0

2012-09-25  Stephan Bergmann  <sbergman@redhat.com>  [513a758408d8a37078288f59a63bf2800c0930b1]

        JunitTest_sc_unoapi had inadvertently been disabled
        
        Change-Id: Ic8943662290c034fab866d4693daecc065b20a0c

2012-09-25  Michael Meeks  <michael.meeks@suse.com>  [04338b6213cedd42dc8a247247d6f5a253553220]

        cope with thumbnailing both linked and embedded media correctly.

2012-09-25  Tor Lillqvist  <tlillqvist@suse.com>  [840392176740977a2011cbda626b2204c6011927]

        Remove accidental blank line at top
        
        Change-Id: I43770d2d92c70cfb9257dc2f5f64b5f9da6948ee

2012-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce6f47a4588e2c6e115fcc4980f575d3002ca603]

        move XGoalSeek api test to c++
        
        Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92

2012-09-25  Thorsten Behrens  <tbehrens@suse.com>  [edaa6ac16800be64e86e1a022a6b4a9fff82649a]

        Avoid a temporary.
        
        Change-Id: I72bbb175f9bd2fa01800d108254c3385fd991cd0

2012-09-25  Michael Meeks  <michael.meeks@suse.com>  [a00648547aa49ac0a80eea7441b53c842c323e83]

        substantially accelerate slides with media on them.
        
        Don't pre-roll, and re-snapshot the video for every move of the mouse,
        click, partial re-render etc. Cache that instead on the SdrMediaObj.
        Remove unused setGraphic method.
        
        Change-Id: Id2af2f0bba857078480783dd6a7ee89f9b331b1b

2012-09-25  Caolán McNamara  <caolanm@redhat.com>  [27b2823907f6964211f0a0e2e091f77e81215d5f]

        avoid self assignment crash
        
        Change-Id: I8cbe5873aa39ac8b17f330c836985b7780ea2047
        (cherry picked from commit bdd8cbf38ab3e0b68f6a8a68dc2a70ff7e9e18a1)

2012-09-25  Noel Power  <noel.power@suse.com>  [4caa1baf0eecf422bb4f3b6101ecd2bc6fc3ebfa]

        add new test ( disabled ) to show still unresolved problem :-(
        
        Change-Id: I1469d95ae8492fd24094b52033e23f0318bc0190

2012-09-25  Noel Power  <noel.power@suse.com>  [3f79d49058c41a92a2dfe0a284c4adbd1c1f96c3]

        unit test for  fdo#55198
        
        Change-Id: I15b745366d1f4c3180f44290e72e245f98bbd755

2012-09-25  Noel Power  <noel.power@suse.com>  [fde638b3ac35997aa3e38a37fed56d6eb661806b]

        unit test for bnc#780296 fix
        
        Change-Id: Ib75437bb52c8094821fc9d18429f4ce01bb7ec2f

2012-09-25  Chris Copits  <ChrisCDev@live.com>  [3610d36782ca30aa6478921bcf331dcd7a554efb]

        fdo#43497 Editing the first or last name clears initials.
        
        Since middle names are not supported, editing the first name or last name will clear the initials if more than two initials are used. Specifically, the change was made to ModifyHdl_Impl() / IMPL_LINK() in optgenrl.cxx.
        
        Change-Id: I067ad4701cee9077c500f4e8b3870db24e158cc3
        Reviewed-on: https://gerrit.libreoffice.org/673
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-25  Tor Lillqvist  <tlillqvist@suse.com>  [eebc9748d2ea26a7b5af246dba115103d6bb15db]

        Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)
        
        Change-Id: I83f6dff2a01d6d7806b2d2f4e6415aee10933e14

2012-09-25  Miklos Vajna  <vmiklos@suse.cz>  [7ea71eb8a28c4b41949299ff7d4b391486c90eea]

        n#780853 testcase
        
        Change-Id: I5b5d5c16722d66cd3a583f9cc5d6d6bdc6da5047

2012-09-25  Miklos Vajna  <vmiklos@suse.cz>  [73bd937420b9a99e1e35950e3f9dcbcfd874876d]

        n#780853 fix DOCX import of w:sdtContent in table cell
        
        The problem was that the framePr token made the table import fail. Given
        that frames inside w:sdtContent are invisible anway, just ignore them.
        
        Change-Id: I88ab9d5dd6cf362c629de74bc079c3108725f0a1

2012-09-25  Tor Lillqvist  <tlillqvist@suse.com>  [e13ee4d45d1b17e422e35dcd1446c73ad8bc920a]

        Be more consistent
        
        Change-Id: I606af5ddbf406b7c3c2fb1bc6b22768a3c108a03

2012-09-25  Stephan Bergmann  <sbergman@redhat.com>  [bfac2df623965d96b3ddad7c3e6c15c0977e6f25]

        -Werror,-Wunused-private-field
        
        Change-Id: Iddd3afd4573e65a623db87feb804c25b39a51d77

2012-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67daa5e37227089e3525b9318b13b56714f5fd54]

        this operator can be const

2012-09-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [21ab2c6d992ff555bbcd2e03add21a743348659b]

        Uploading libwpd 0.9.6 release
        
        Change-Id: I71a27d94b2e7097c73b633498181e54c15e14deb

2012-09-25  Takeshi Abe  <tabe@fixedpoint.jp>  [38b29bbc39efc74f4c6086378df7b9cc31440390]

        sal_Bool to bool
        
        Change-Id: Ib9a6f3ecbe38cdad6e28b4d8a9ae13d1f5bc4265

2012-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ae27819974e3492b6f4d33fa51ef2a9d77b5ce5]

        use intrinsict to inline InterlockCount() on Windows too
        
        Change-Id: I93949cc37821c5306514c8ce2f21519550f33775
        Reviewed-on: https://gerrit.libreoffice.org/672
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [750fc206113a796035cbc05fb904fbae0eb771a8]

        replace remaining InterlockedCount() with inlined version
        
        Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
        Reviewed-on: https://gerrit.libreoffice.org/671
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bcd2b017088822ea95e9d33d1d0dc360c0ec8d74]

        Build fix.
        
        Change-Id: I2faebd74a1908c0a11e0e876055352716e54f5ca

2012-09-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fad417fe49d9da0fdef7447521a4bcd962d5c9eb]

        Prevent so many copying of vector instances.
        
        Change-Id: I2d74fe70411fb1a12387458d170a4a6b603755a3

2012-09-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8baaff5c798984b0fa7fe7a764491ca27765623e]

        fdo#55298: We should only treat empty values as continuation of previous ones.
        
        For better Excel compatibility.
        
        Change-Id: I3bc44f65127d3f020894dc29e5c6549bb257f218

2012-09-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b174048ebd041175efd121751fddfb053d476c80]

        fdo#55297: Fix regression in chart complex category placements.
        
        This is effectively a revert of a769fd1ec076b61c1ce2f84da87283cc637dd5d5
        and a1be31fd8bf830a4f5961e690bcffd050782e210 which unfortunately caused
        regression in complex category placements.
        
        This unfortunately re-introduces fdo#44832. We need to re-think how to
        fix that one without breaking the multi-level category feature.
        
        Change-Id: I1ed8364a46174ac6c29aa0b027a33f84bcca51fa

2012-09-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd9e17b88d6eee80d5b89084cc938a859ddbbb1b]

        try to explicitly include map for tinderbox

2012-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [af0c93da33f2bf39a673c2dc29fb44b90322d137]

        kill O(N^2) algorithm generating cond format render information, fdo#54396
        
        Change-Id: I63536625eaf9b73c8e63d3cf88b6b798a6bf017b

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bc63efc586c1a3b9ba5af7087093174b0d6aeb97]

        Trying to consolidate the libwpd module
        
        Change-Id: I3ce8cd24eee7f2256f2a4b1d1220562a84bf5fac

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [9351d0e4181924c3f72be24081fc7af027aa41f7]

        pywizards: get rid of import * (3)
        
        Change-Id: Ibf7c6fc7863b6eccb28e5396587f2ec00ffcbe43

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [342954349875ec4c22f6d2dcb9979f4f16eef92e]

        RepositoryExternal: for libraries not built with gbuild,
        
        such as wpd, it is necessary to depend on the package in the "use".
        (for libraries built with gbuilt that is done automagically).
        
        Change-Id: I022b66f679fe168de77c2481e6889cddbb0aac3c

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [4b43f23ba10aa7c3751dead7c309bc065f7c78be]

        libwpd: invalid to have both ExternalPackage and Package in one makefile
        
        Change-Id: Ia695c0a1fff265360bee57f9b6063178856b7f82

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [4901a28271ad83a2af6e970e9ba170eb0004c66c]

        libwpd: rename library on deliver to have only one MSVC special case
        
        Change-Id: I3d0f899b5c8e8605d1cfd3a7d717da999f0f2350

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [fa0aa5603b756e0612fab19d979741e2c22c03a5]

        libwpd: Apple gcc gives spurious warnings in <list>, disable werror
        
        Change-Id: I396b3613762290d673ce3a40bf76b47683b2dd45

2012-09-24  Jan Holesovsky  <kendy@suse.cz>  [d953cc27fc5da5e612b1dc4c29707c09d17fc643]

        n#707779: Fix overflowing of left margin value in editeng when negative.
        
        Change-Id: I9d39a9cfacf07aa596d047aee66c71b5ac6008ec

2012-09-24  Jan Holesovsky  <kendy@suse.cz>  [980c82bf423bcf89e17b0e45ffc4d946737b8d7b]

        Impress: Add 'Duplicate slide' to the context menu of the slide sorter.
        
        Change-Id: Ib872c1780967727924c84fc5e8b0f7c77d99280b

2012-09-24  Jan Holesovsky  <kendy@suse.cz>  [504d3ed897915bff3b3794dc3f069cb4fb528719]

        Impress: Kill the so much hated ButtonBar in slide sorter.
        
        Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b

2012-09-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [58c32f1f59173e8538e89db111c5be7fa69eb50e]

        Fix about dialog image, Fix null device name.
        
        Change-Id: I487582592d468c83030202241d67296a0a1b6aa8

2012-09-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b29ae2b97528e43dd9563645a178025cbfc50529]

        Improve About Dialog for small or very large screens.
        
        Change-Id: Iec8b67dd4e59ca8a1c17119cae5be91fceecf1b1

2012-09-24  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c31e0a0b189505e2f9d5319a033f3cd237720dd6]

        Change a SwitchPreference to CheckBoxPreference for Android 2 compatibility.
        
        (SwitchPreference requires android api >= 14, i.e. Android 4.)
        
        Change-Id: I69d83946407d008b8e47b320b5a4f5120c0ff35d

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ed1d7a42d7faa9094cfda76f7351cd4951ae4dd]

        Fix some obscurous windows linking problems
        
        Change-Id: I6dc82bcb2e5997623b6b0e5b846cedfc7e223912

2012-09-24  Olivier Hallot  <olivier.hallot@alta.org.br>  [a763ba46565271fada39f8ad99be336b9b290a89]

        Autocorrection improvements for pt-BR
        
        Change-Id: I55d48590333e7d60fdc34c44c4c9102be6c52f08
        Reviewed-on: https://gerrit.libreoffice.org/674
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [822ac662c758916af546a293a408ee6fbb9cfe7e]

        Correct dependancies in makefiles
        
        Change-Id: I6345144f1b5a998a4a8fd70b51c9a40342a69582
        Reviewed-on: https://gerrit.libreoffice.org/693
        Tested-by: Andras Timar <atimar@suse.com>
        Reviewed-by: Andras Timar <atimar@suse.com>

2012-09-24  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [27335522a2bfccb7254e146e1b35aa406772508d]

        Use PoEntry and PoHeader more like an interface
        
        Delete all members except member with type
        GenPoEntry and use getter methods to define
        them.
        Plus correct renewpo.
        
        Change-Id: I97665b406467053fce8b4864b47456762887e715
        Reviewed-on: https://gerrit.libreoffice.org/681
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a358d0799657c9630ea90d10443dfeb8fbdd0208]

        disable the color scale test
        
        Problem with rounding errors resulting in different colors. The solution
        to it is to treat both files as csv files and compare them like that.
        Then we can compare color values +-1

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [d68113f3229d0ec8c84f77dcac3b64a3fd7e03e4]

        soffice.bin: add a hack to detect calls to xmlCleanupParser
        
        xmlCleanupParser frees libxml2's global variables, accessing those later
        on leads to hard to debug crashes.  Because libxml2 is used indirectly
        by lots of different components, nobody is allwed to free its globals.
        
        Change-Id: I05381d3dada217db44e96445d6f6d63014f57241

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [e5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56]

        remove remote.py, which was intended to be removed...
        
        ...in cf939a858b625982ee5c361b88c5121648859dd0 but apparently the
        removal had an accident.
        
        Change-Id: Ifea1deebaf8c49eb72aa688f2b161f13b6a25844

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [2f14e2e67c58fe6948501d57a38cd0d2ad84dfff]

        fdo#54385: Displaying help/version early on UNX requires service manager
        
        This regression was introduced with 6c6358a6822d3562b9b8c7668a7d60d6c644dfe8
        "Related fdo#53006: Do not instantiate service manager too early."
        
        Change-Id: If22ea3ac6474188bf0792246620e5c705a813445

2012-09-24  Caolán McNamara  <caolanm@redhat.com>  [7528e11e372e43556cb7169f98aad39ac1e07332]

        callcatcher: update unused code lists
        
        Change-Id: I58bad0806354eff2e91370ab3395199fa8691764

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [a88a84658c4a981a9d1ef77a8bce53d2253013be]

        warning C4482: nonstandard extension used: enum used in qualified name
        
        Change-Id: If00750b312cd4a13e85c5f9b083161d5eb30157d

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [7e57c7670b81e820f8a3561d9cdbbbfdca5a390f]

        Typo
        
        Change-Id: Ibd19e82a41ceac76ec5c3d6059f497926b8b5d0e

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [dee38dd178fce6bfe97865e6a2a67bdfde1ad6fe]

        LinkTarget: d'oh, forgot to escape $
        
        Change-Id: I817c9e1f3f712a802e167e50478931f0a975a1ec

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [8b6ea31961fedc3e94d8d1bb0d599b14bcaaa618]

        add gb_StaticLibrary_use_static_libraries
        
        ... which is probably not needed for LO internal code, but
        very useful for RepositoryExternals.
        
        Change-Id: I5bd8edb97454f89ed33b041460019738e9552f18
        Reviewed-on: https://gerrit.libreoffice.org/692
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [46325e3a2ea376ea2d8b641051a5cbde20596aeb]

        pywizards: remove unused methods
        
        Change-Id: I1803b7b4bbfed1e3509a8561ba82fae9ccf4412e
        Reviewed-on: https://gerrit.libreoffice.org/687
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [90c128e090da5ed0047a3d43bafc33f32d8b27b7]

        pyfax: get rid of import * (2)
        
        Change-Id: Ibd988812d96f7f539c1e888be9ee25c0c895f358
        Reviewed-on: https://gerrit.libreoffice.org/686
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [dbdca385fcdb53d14677e2db40debeb26420da63]

        Pyfax: Get rid of import * (1)
        
        Change-Id: Ifeb2fca16ef572a7cb1d1aabb651b3cea87ecbea
        Reviewed-on: https://gerrit.libreoffice.org/685
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-24  Tor Lillqvist  <tlillqvist@suse.com>  [99df35a621aab3b4b92360bb2cab79aca53c25c6]

        Pass --build and --host when cross-compiling
        
        Change-Id: Ia7c7a5626f2e81de9af65897e18f7d174a6e08c7

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a147095aee3d1b1e4ee937944cf253ab61f96da1]

        Link the windows build of libwpd against the shared library runtimes
        
        Change-Id: I9dfa2ffb8aeb5b57435f6d67ab662174b794e5b4

2012-09-24  Tor Lillqvist  <tml@iki.fi>  [084db5f74e9d9c32632df6d15e6cff1c43c2c5a7]

        Don't use gb_ICU_suffix on Android when DISABLE_DYNLOADING
        
        Change-Id: Ie4a76ddb1db8d45e32d64d13aca01a0b29b519d2

2012-09-24  Tor Lillqvist  <tml@iki.fi>  [1e605fcd4e4e68c5795ad98c9775a15308ccb6f5]

        Check DISABLE_DYNLOADING, not just iOS
        
        Change-Id: I839137b19c802c45eed73bae57beac81973d8da3

2012-09-24  Tor Lillqvist  <tml@iki.fi>  [8b0a9dbe59b611c875e7e44e56a3421c761253b1]

        Check DISABLE_DYNLOADING, not just iOS
        
        Change-Id: I56bed2cb5588fda364cf5a25ff9dff478f6a816a

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [76d100d3bd78a10886a971c122da496e1a1b2c9e]

        Reverting libwpd 0.9.5 to 0.9.4 ABI
        
        Change-Id: I7056c68f87c88086ef8024b8284a734823e2f808

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [5e21ad82ef769b944927b498a196ec82476e17e8]

        de-duplicate SwNodes::TextToTable()
        
        Change-Id: I8a61b67cb5bd1333c05f9a98c7af6e3ed05c8fd0

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [6d2e09db4a677068095b0bebd08fbbb96620d60c]

        rhbz#820283: fix crashes in DOCX table import:
        
        It is apparently possible that writerfilter creates a table with
        irregular structure, where the lines have varying numbers of boxes in
        them.  This may cause crashes on later editing operations, e.g.
        when SwTable::NewInsertCol() is unable to find boxes covering a
        particular column.  To prevent this, add missing boxes in
        SwNodes::TextToTable().
        
        Change-Id: I423821645baeaf55595e4933e1ab8fb89b2099f3

2012-09-24  Michael Stahl  <mstahl@redhat.com>  [53c91152ea52d053fa85df9868b29524739ab0b7]

        tweak assertions in SwTable::CheckConsistency()
        
        Change-Id: Ib06543b7e59694f240b2b5fadcd6b464ce9e5792

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c803f693163c327b7a2fdfab0897a4f70fe3e802]

        Fix windows build of libwpd
        
        Change-Id: I22db3f6bf435e54f0d264b18bd6b53c784756fe8

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4425db6b67f6cb60a54b4c82dad87095cba62e7b]

        Uploading the new libwpd 0.9.5
        
        Change-Id: I0949b85f7c2ffbb5c00cce24949b21cc616135db

2012-09-24  Takeshi Abe  <tabe@fixedpoint.jp>  [5a23e1c62898ee432858a11733d1765a2075948c]

        refactor code with <algorithm>
        
        Change-Id: I774492928a909a0768ebcdc9cb56651146659351
        Reviewed-on: https://gerrit.libreoffice.org/677
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-24  Ricardo Montania  <ricardo@linuxafundo.com.br>  [57d2f9b7744eea76496af1f4101398ec4f6caf70]

        ::rtl::OUString to OUString in basctl
        
        Change-Id: I3fc3d463fbaefe31b3541502c9f3dfbd4d1db4f9
        Reviewed-on: https://gerrit.libreoffice.org/678
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-24  Olivier Hallot  <olivier.hallot@alta.org.br>  [56cb4b705e63addcc550d53a6f70c1c871d47472]

        Remove unused code
        
        According to unusedcode.easy
        
        Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9
        Reviewed-on: https://gerrit.libreoffice.org/682
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-24  Xisco  <anistenis@gmail.com>  [ad895bc43aafc1589ed0ca239fb0c966dd0589eb]

        pywizards: add a name textbox to the filepicker
        
        Now it's possible to change the name of the file that is going to be saved
        
        Change-Id: I482466e7c006a38a1eab543872101c029d5e2d65
        Reviewed-on: https://gerrit.libreoffice.org/688
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [293a144126b13a78aef01bd72586432056b8ca80]

        pyfax: Use relative imports so we can call the wizard remotely
        
        Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182
        Reviewed-on: https://gerrit.libreoffice.org/683
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-09-24  Xisco Fauli  <anistenis@gmail.com>  [cf939a858b625982ee5c361b88c5121648859dd0]

        pyfax: Added by mistake
        
        Change-Id: I484d64aab55aef2992d6c2f656cab68f398936d2
        Reviewed-on: https://gerrit.libreoffice.org/684
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-09-24  Andras Timar  <atimar@suse.com>  [13148009769be7619bdd34b2ce56e6fbfb65c809]

        typo: COMMEND->COMMENT
        
        Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a

2012-09-24  David Tardon  <dtardon@redhat.com>  [0df1e4a80e868c0f27f848ff12251488c1a313ef]

        use correct directory dependency
        
        Change-Id: If9c42a039700df521175962c5f199a36219eb907

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [12a8bc4f9cd158d81215ee21c47cfece055571c9]

        Remove java_uno.map unused after gbuildification
        
        Change-Id: I05893a797e276fd7b4f5c05c09743def55cb4036

2012-09-24  Arnaud Versini  <arnaud.versini@gmail.com>  [18bad3e45ce8ae41f3d75821ed9c70b189404b9b]

        Remove unused member SwDoc::pMacroTable
        
        Change-Id: Ic09b960b675d674a16f7f252ed2a974c4e25505b
        Reviewed-on: https://gerrit.libreoffice.org/680
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [78b99d37b58831922be1645ca73e3bb7f50c0e44]

        JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildification
        
        (no longer using map file).
        
        Change-Id: Ib19995e11bd5e8bd5c26d29e2bf298e734a06f1f

2012-09-24  Noel Power  <noel.power@suse.com>  [72d3539e26f0485743126301c438bcb05b02643d]

        fix parent style import xlsx fdo#55198
        
        Change-Id: I77d38eba69ad7aa89b0f9b692e40fd365d002071

2012-09-24  David Tardon  <dtardon@redhat.com>  [f79641a61572b9c3e4fc28841a16493e0da41ccf]

        it seems climaker needs URE
        
        Change-Id: Idc8a30048c9c5520004fef1976a1fb5eeb74fbea

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0671ba1329adf142c26c20a36b4845aea05fe08e]

        Revert "fdo#54609: Exception while importing xlsx."
        
        We fixed a root cause of that exception.
        
        This reverts commit 0f0bd022b6f8ae89655a6e47964842086a9beb80.
        
        Conflicts:
        	oox/source/docprop/ooxmldocpropimport.cxx
        
        Change-Id: Ica3691e967a30722516420997e6e49fbf38f20d2

2012-09-24  Miklos Vajna  <vmiklos@suse.cz>  [af6b7d8ba30d395e5f4a17876526434cf0a06005]

        fdo#49655 fix RTF import of text in the middle of table definition
        
        Usually table text comes after the \intbl control word, but it turns out
        text is allowed earlier. Make sure such text is buffered, otherwise
        we'll send paragraph / run properties to the dmapper in the middle of
        table properties, which is obviously not allowed.
        
        Change-Id: I34f1df7e171316a7d926179689627301860d492f

2012-09-24  Miklos Vajna  <vmiklos@suse.cz>  [da9acd209918ac26b44bddcf7b38b8887d23bfef]

        fdo#49655 dmapper: fix default page style layout
        
        The default in Writer is mirrored, but in Word it's left and right.
        
        Change-Id: I8c615a3a18ad7493deb2a3a9369c13f3e4d5799d

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [c67fedbd56623078b6e48b0dd3c015c4b9f8b685]

        To ease debugging, display printStackTrace of caught exceptions in jdbc driver
        
        Change-Id: I8c48b09fcab18af196a8441351bcf3180a32005b

2012-09-24  Stephan Bergmann  <sbergman@redhat.com>  [93a0d9eee0f4dced348b040961f44f977e9504a7]

        rhbz#836827: SQLFeatureNotSupportedException only in Java 6
        
        ...so if the patched hsqldb.jar is compiled with Java 7, it creates instances of
        SQLFeatureNotSupportedException, and when at LO runtime a Java 5 gcj is used,
        loading the relevant hsqldb.jar classes will fail with a NoClassDefFoundError
        caused by a ClassNotFoundException.
        
        Adding java.sql.Driver.getParentLogger in Java 7 was an incompatible change, but
        it appears that the java.sql framework is prepared to handle old implementations
        (for which the JVM will throw AbstractMethodError), so it appears that it works
        to fake that AbstractMethodError here.
        
        Change-Id: Id1fddc9cbdd8c88cd68fb5877ec59fe8d61e1562

2012-09-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5db7ac239278634c39cbb15f0173db0524b5dcd6]

        fdo#49819, fdo#54609: Do not consider timestamp differences as corruption
        
        MSO 2010 can produce a files with different timestamps in the
        central directory entry and local file header
        
        Change-Id: Ic6fc0b2fad96eb30babdd7e6ef4a0175936da4c5

2012-09-24  Tor Lillqvist  <tlillqvist@suse.com>  [c6107b7d4901cfc120956ed9033279ec41f627b0]

        Use prefix in the DISABLE_DYNLOADING case
        
        Change-Id: Ic110b66fc8f9e9ce812be3ea2d0672db4d223d39

2012-09-24  Tor Lillqvist  <tml@iki.fi>  [6e86706c498fe5d672137f5ef0624308265ff220]

        As far as I can see this function is unused
        
        Avoids duplicate symbol clash with the other function with an
        identical name and signature in sw/source/ui/uno/swdet2.cxx in the
        case of disable-dynloading.
        
        The IsDocShellRegistered() function used in
        sw/source/filter/basflt/iodetect.cxx presumably refers to the one in
        swdet2.cxx, as iodetect and swdet2 both go into the swd library, while
        fltini goes into the sw library.
        
        Change-Id: I2916f1698542679bf18abf9a7981fc32ef2d9829

2012-09-24  David Tardon  <dtardon@redhat.com>  [1c2285bb3628afd615fadbc2453db1cf51c102d7]

        another attempt to fix android ARM build
        
        Change-Id: I36488341d84cb2db05ba564dafa65add79eff9da

2012-09-24  David Tardon  <dtardon@redhat.com>  [8e16b532dd7b2e5691357fd1cb9f72f449e14e58]

        drop unused headers
        
        Change-Id: I4659664bd0c4172d2935c15ef2170715a3519b24

2012-09-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [862a205e05557942fda4d8b3288bd21d599181ab]

        more_font: fix dejavu delivery
        
        Change-Id: I557057bfbbbf34a426225ce02052d81a3c190c57

2012-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5649b6a0643d4d331bb1c4d72b707d8543a480e5]

        remove unused parameter
        
        Change-Id: I869d20ae472d6147426391db3912625f7176b2b4

2012-09-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b963e89a04ce0ec6693b2e54bbedf544c0b5f00]

        gbuildification of more_fonts
        
        Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [93effcb0a2eade8309c53b74d0ea22e8a2217661]

        bool to sal_Bool for rtl::OUStringBuffer::append
        
        Change-Id: I4132cbb37438a11ed4e2558d28cd3e397a87d1ce

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be04b07cf56e489127eae6853502699e3da1c734]

        add forgotten files
        
        Change-Id: I9c4b0e1d5027965ba4a8d5e33180cc23376d292a

2012-09-23  Andras Timar  <atimar@suse.com>  [0cacb528ffc9dc2beec84386150a063d86d36f3b]

        set encoding of Hungarian MSI tables to UTF-8
        
        needed for the word "Bokma°l"
        
        Change-Id: Iea342161edbdf4983906d5859d279de3899a3839

2012-09-23  Andras Timar  <atimar@suse.com>  [44e46183cf0771ef872b89a164651109a2abb012]

        fdo#54276 speed up packaging on Windows significantly
        
        See the bug for more details.
        
        Change-Id: I01aed95c204ebeffa9cd7678f698a100a836f267

2012-09-23  Andras Timar  <atimar@suse.com>  [9783faa2a305c884bd80b0cc5238fb75a2ba29b9]

        followup of bccb30a0
        
        Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007

2012-09-23  Andras Timar  <atimar@suse.com>  [05dd0f135757b1e7393f31a4dc8f42e5943b91ee]

        merge_mergemodules_into_msi_database: ditch unused function arguments
        
        Change-Id: I33ea8817dcbd184cf824fc7252def5e3e9dfa3da

2012-09-23  Tomaž Vajngerl  <quikee@gmail.com>  [0513e10635c85fc1aa214948de4992d4b76d555c]

        fdo#49350 Speedup "OK" action of auto-correct dialog
        
        Instead of synchronizing the main list and the list of entries in the
        dialog, just remember what was added and removed and only add / remove
        those entries in the main "SvxAutoCorrect" list.
        Additional add MakeCombinedChanges which adds and remove entries in
        one call and only writes changes to the "acor" file once.
        
        Change-Id: Idcc4c64d25e050c3f6eb9960a59c4a55d06b5ca1

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9cd84cfaa323ca744fc39096bb90d8f564a1411]

        WaE unused parameter
        
        Change-Id: I223fb29da72f72dcc6ebf218449450ce78ff4857

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [71f3d9834b4bf8ebab4a2125c014c408270179cd]

        SCCOL and SCTAB to sal_Int32
        
        Change-Id: I664432ee192dee76c55ee2c3b6d721b8e578be1d

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c2a87d6e70040182d328c25d561b0de69e96a2b]

        int to sal_Int32
        
        Change-Id: I44c5027c15b4f77a3ee76b62673641cc200fbefe

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1245c2a7daba66e78a8548b0e5193d7e2b1f2a92]

        little refactoring and code simplification
        
        Change-Id: I41c7507d668eb0853b97c24217ff04f7dd4acd40

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0222ce3cc6bdf4f6927139347ef5506a869eb977]

        add color scale import test for xlsx
        
        Change-Id: I8877d285be21ea4cd010cb532de593b3f5ab5975

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb3ab592fd462bdd877178c6f0f0b7638938f0ce]

        improve the color Scale test
        
        Change-Id: I6004874b83adbc602dcad83192cf68607bee5a96

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3d5de767c6dbd30ded0881da9de8ae9638abb54]

        improve the dump code for cond formats
        
        Change-Id: Icefaa4777f64ca934928ae2ad95496000df364e9

2012-09-23  David Tardon  <dtardon@redhat.com>  [31018fa81f2fa51a3c7c2d6c992cef03b17c378d]

        really fix make syntax. i mean it! honestly!
        
        Change-Id: Ic56f7d2db6dcf5ec485ae39891f55ccc5d8b2892

2012-09-23  David Tardon  <dtardon@redhat.com>  [4295bd60d8e57d6c2cad5092a90735eaafb929f0]

        allow make bluez_bluetooth.all
        
        Change-Id: Ic1d2d52fda7fb4cfbb4e6e6a83d5fe7149f8e003

2012-09-23  David Tardon  <dtardon@redhat.com>  [5bf0ae57502bda9bc71b2a075667dea673e51257]

        keep the lists alphabetically sorted
        
        Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc

2012-09-23  David Tardon  <dtardon@redhat.com>  [0c6aa2881d18c81ff711b5ce8f0e550eacaa11d6]

        do not build what is not necessary
        
        Change-Id: I6fb9ff64c2cc408bf4133ddcee4a255b54078e41

2012-09-23  David Tardon  <dtardon@redhat.com>  [47a5ea6437853ab16a757f2181eacc3a07d3d90c]

        fix typo
        
        Change-Id: I6fc329c2faacac943bf2c1beb234a6cc6d5aaf03

2012-09-23  David Tardon  <dtardon@redhat.com>  [9a0e0141e607bf59f363826a8c7f52b008de5586]

        do not add deps on SDFs if not building with langs
        
        Change-Id: I48fa21356ba32670b137bd3846f00b522af5314b

2012-09-23  David Tardon  <dtardon@redhat.com>  [22371e3aa8707803543592e81edecff6db8aac7f]

        fix dep on clucene headers
        
        Change-Id: I1a644dabdd5404645450541ab6a7a94aaf61658d

2012-09-23  David Tardon  <dtardon@redhat.com>  [a55274831642677dae591ac5de75849619e3ec64]

        fix make syntax
        
        Change-Id: I6414a49f867c71c7a9a17bbcc9acd5da35e3a292

2012-09-23  David Tardon  <dtardon@redhat.com>  [9d554cf886bb8b4d902aa5e755b84bbfb2d92ae8]

        change the rest of deps on target-spec. var
        
        Change-Id: I8e8be3d5b419e79902847ffab74e5c50e839444c

2012-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [2345948281e03671466dbf6e53544855b28a90d4]

        be in lexicographic order
        
        Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b

2012-09-23  Takeshi Abe  <tabe@fixedpoint.jp>  [94bb5021c78570aa7b76614289669639f11cf53b]

        fix typo
        
        Change-Id: I8bb811cfe06d409bebad586c16cf3837551f5a5f

2012-09-23  David Tardon  <dtardon@redhat.com>  [751f3aea6805140775bb6ad28f92a1f2795373a6]

        fix build of dictionaries with l10n enabled
        
        It seems that
        
        foo : BAR := xyz
        foo $$(BAR)
        
        does not really work, i.e., it does not generate a dep on xyz, but
        $$(BAR) expands into an empty string. It is unclear to me whether it is
        a bug in make or it does not work by design. Info documentation for make
        only says that target-specific variable _assignments_ are evaluated in
        the context of the target, so previously defined target-specific
        variables shall be in scope. There is no mention whether this should
        work for use of such a variable too (like in the example above). I have
        always expected it does; experimental evidence shows it does not .-)
        
        Change-Id: If99bdcacea403aa925127dd993a7e94ed7d57ae4

2012-09-23  Andras Timar  <atimar@suse.com>  [3d912e407770cb594b131c53a35af4fc0d04fb2a]

        nlpsolver depends on translations
        
        Change-Id: I20f966d4f1ccdefda2b057b00d2d8e2e716fe28d

2012-09-23  Andras Timar  <atimar@suse.com>  [04ca03dc66672cee23ffb77c518e373dd268edcc]

        revert all my recent changes to CustomTarget_readme.mk
        
        Change-Id: I1c831ae13b3bc4856acf819bf3d0a76c3b89422c

2012-09-23  Andras Timar  <atimar@suse.com>  [7a25d25ec67cf063424f7d2d0a460969fb2986ba]

        Revert "Revert "fix localization of readlicense_oo""
        
        This reverts commit 90a613e0f6e7b35131dda914c7d2212676ab585c.

2012-09-23  Andras Timar  <atimar@suse.com>  [90a613e0f6e7b35131dda914c7d2212676ab585c]

        Revert "fix localization of readlicense_oo"
        
        This reverts commit ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848.

2012-09-23  Andras Timar  <atimar@suse.com>  [ae8aa63e7efcb2cef414f2eff6b3d22f9d73f848]

        fix localization of readlicense_oo
        
        Change-Id: Ibc73809f565bdecb470191c61650490bca7cd048

2012-09-23  Andras Timar  <atimar@suse.com>  [224f423d32833d38d7812c12fd1b68cb27be1929]

        fix localization of readlicense_oo
        
        Change-Id: I7af3c826519ae31df960dd46beb0757f22504f13

2012-09-23  David Tardon  <dtardon@redhat.com>  [a1bd566a6885c0645f48dd0a7255ee012dcc5de1]

        fix make module.all
        
        Change-Id: I468c9b6e3381383665ee9c86a485831a176982eb

2012-09-23  David Tardon  <dtardon@redhat.com>  [66480070b7572143a14d654dfc0e4ec35099be4b]

        add translations to tail_build
        
        Change-Id: Ibb4d777b216a1782b17dfd9a24c3ee839ccdd980

2012-09-23  David Tardon  <dtardon@redhat.com>  [ab0067bf9adc79ee2e2b8c8403a239a327f6d4bb]

        move readme.xrm one dir up
        
        Change-Id: I7ee016dbae76c709644f10d950159c3830693d9b

2012-09-23  David Tardon  <dtardon@redhat.com>  [05558b007535e96ead2bc4e60f5f824fee417e28]

        drop obsolete cruft
        
        Change-Id: I352886daa93c4436e3acff5af7cee2feefec4957

2012-09-23  David Ostrovsky  <david@ostrovsky.org>  [b21b504022babd2de17dfb91e8dc0a2a5c804354]

        migrate readlicense_oo to gbuild
        
        Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03

2012-09-23  Andras Timar  <atimar@suse.com>  [3b3c20212e4d50bf70232541fd7e43d516e4db62]

        add missing basic keywords to syntax highlighter
        
        Change-Id: I920ad01c0ea338795afeb16e44cd8ec09e5fc5d6

2012-09-23  Ricardo Montania  <ricardo@linuxafundo.com.br>  [588f01bf62e2c0dbc920eda007ea1b50d4ff0b3c]

        End of ::rtl::OUString to OUString in avmedia
        
        Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4
        Reviewed-on: https://gerrit.libreoffice.org/675
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bb8839250271b6d951233e0ad21a773962d06889]

        The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek type
        
        Change-Id: I7be3b67c797a728b5c72e957c67e3f864072addc

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0251fdd0336e26cf391331a1fca1edb309b6dc92]

        now we can also activate the cond format import test for xlsx
        
        Change-Id: Idb72bb2616c212439241d93ac28c9649457507a3

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b774fc9f90be8ebe4878ed84920f6f7afa4f12e4]

        fix another problem in dxf export
        
        Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d

2012-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8deaaa66976569ebc5ba872cbcc09f8ccb45a2c4]

        correctly export number formats in conditional format export to xlsx
        
        Change-Id: I2a4a65bd5e622d900c77704dfe198ffab0be6c42

2012-09-23  David Tardon  <dtardon@redhat.com>  [5858276fae87c51a7edc78c4502326eb3c067e2b]

        we don't need explicit rule for this target...
        
        Change-Id: Id6d47437dc00045936b1cf4f5df868f2d3a2fc3d

2012-09-23  David Tardon  <dtardon@redhat.com>  [8f6b43052d05f34e088eb20015eeb47860cbf3e6]

        (hopefully) fix build of bridges on linux ARM
        
        Change-Id: I8d7a10e26858dbbcce9c7c47a1dd9668a35736bd

2012-09-23  David Tardon  <dtardon@redhat.com>  [99cfb6724bd7243e82492a2163bffd4a26d54c28]

        Revert "add forgotten asm file to build"
        
        This reverts commit 492f9139c1033b3f069880bff8e7f2857cbca111.

2012-09-23  David Tardon  <dtardon@redhat.com>  [4c56be0e063ab65577aebf4bcd3eea657705caf8]

        gb_AsmObject expects .s extension
        
        Change-Id: I958ad58081821ff31c02df0a1a5efb8406d7a6ee

2012-09-23  David Tardon  <dtardon@redhat.com>  [492f9139c1033b3f069880bff8e7f2857cbca111]

        add forgotten asm file to build
        
        Change-Id: I5c86e369649e71d785af06437b2af633d6805b8d

2012-09-23  David Tardon  <dtardon@redhat.com>  [359f005c6698d5d7838798fc739fe770cb98d357]

        add deps on CLI libs used in cli_uno build
        
        Change-Id: I6ae009851e4d8f06e2c2939a26cc72b453e8c406

2012-09-23  David Tardon  <dtardon@redhat.com>  [d0670bd7793146d74180db02f8c12c760e8a60a7]

        $(gb_STDLIBS) is needed for android
        
        Change-Id: Icc384b5c7e54d997dda45b1397f3a77894cc145c

2012-09-23  David Tardon  <dtardon@redhat.com>  [c994ab6d9241f88784c5f1350bbaae71d62a4476]

        there must always be a bridge built
        
        Change-Id: Ie5bc8a27feed65126bd8bfceff2903029cd20059

2012-09-23  David Tardon  <dtardon@redhat.com>  [b944750a23be73f1cd68c935cece5c28be030a37]

        fix more copy&pasted conditions selecting bridge to build
        
        Change-Id: Icffcd0733e030b565e3f78f6fff7467a10347f52

2012-09-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [36eab7e6cd325d36fdfe579677e6c416d7c90a99]

        gbuild: forgot to include assembler objects in mac links
        
        Change-Id: Ib5168507f251136801a1218a93d4bb6cd4d1845f

2012-09-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [44f1f1f556a1020adcf9069dae54cb57cc3739df]

        dl is not a usable library on Mac
        
        Change-Id: I4e34538b1da77c36a41b74484afe050ccedf41e3

2012-09-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [e98ec6f38ad5d072c156680a5e01b768c7f5f472]

        brides was not invoking the build of libggc2_uno on Macs
        
        Change-Id: I3f3fe5904ce7cc257fb475b5a91227af7e540293

2012-09-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [376023dc270ceee04f17ef551dda39635592f7ac]

        rtl::OUString to OUString in unotools
        
        Change-Id: I9d045c6947fa2acb86befdb9bf43c666f82e8858
        Reviewed-on: https://gerrit.libreoffice.org/670
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-22  David Tardon  <dtardon@redhat.com>  [1556bbad31727aacb7d76300e1511be24a109627]

        guard against updating nonexistent file
        
        Change-Id: I74cc4752ac4abfd83f9eafa01ae4eb1813bb2afa

2012-09-22  David Tardon  <dtardon@redhat.com>  [ca124c4b049df9d47a4c72a677e949fcb39d36fd]

        fix delivery of headers in ExternalPackages
        
        Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a

2012-09-22  David Tardon  <dtardon@redhat.com>  [a29ad781db2665a8ab177582beb2edc8942efb55]

        Package is replaceable by ExternalPackage
        
        Change-Id: I6d46f4ae957576927432dca63a281a376ce15600

2012-09-22  David Tardon  <dtardon@redhat.com>  [ff7ac2253210bd87631d6031466a3ee47268d252]

        fix output files of mdds and vigra too
        
        Change-Id: Ie7b78dbc0e9ac3715149faad0238f4f51a08527e

2012-09-22  David Tardon  <dtardon@redhat.com>  [f8afd6e28232a02eace0fda3a34b4edc8dc667fe]

        update ext. projects to use ExternalPackage
        
        Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0

2012-09-22  David Tardon  <dtardon@redhat.com>  [98a852fe6af082fc9c9679841dc390b4635888d4]

        add gbuild class ExternalPackage
        
        This should make delivering of header files (but other kinds of files
        too) from the unpacked tarballs more reliable with respect to project
        updates.
        
        Change-Id: Ic9dac800eddecedffba5f955f1e8d585da9c1b17

2012-09-22  David Tardon  <dtardon@redhat.com>  [9f42a82937accb19549971ebfe945c7e8273b58c]

        force unpack in the next run if patching failed
        
        Change-Id: I033e2ab491498ba6b393232bff702db0a52e9a92

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [63a20e03499377cdf3c8a5e26c133e9886f8693a]

        touch: add missing dep on types.rdb
        
        Change-Id: I7a11a2c00abef0ed1f0945f7809fba79f1f3533b

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [06a8ca9339f02fccf6961c0de77c49673823b35f]

        neon: use .def file on Windows for exporting symbols
        
        Change-Id: Ie88fab057e20792edc2deda327a7b9cefcbcadf8

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [ce7d6d74d51063c0d49ccb3f1731120d6f6f2ca5]

        bridges: do not use dl for Android
        
        Change-Id: I1ea75cc785645305223294f1a75b142de9d916d7

2012-09-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1b034ebe04ba36d8738b3445ce5615f1492868eb]

        fdo#41440, fdo#50296: start center: force black text color
        
        Change-Id: I13834d3c0385e1a75d2d66d1622a966c66b9aab2

2012-09-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b40f95f9159c3868a059b33fb524ccc7ed182272]

        fdo#34392: request button size after vcl has updated its settings
        
        Change-Id: I1810562a2c0c09404271be5b910f5811fce3e465

2012-09-22  David Tardon  <dtardon@redhat.com>  [ecf56eda2fa41a5bed01294670e82d61c0f98798]

        make starmath's gbuild module name the same as dir
        
        Otherwise make starmath.all does not work as expected.
        
        Change-Id: I747b7dd9f1cd6347d6fe8d5edbbb0dff079a253b

2012-09-22  David Tardon  <dtardon@redhat.com>  [778de55e0aa7dff3be5ac50dc20a552b2d5a5879]

        add newly eligible modules to cross_tail_build
        
        Change-Id: I41113b6e4f53aa0e4b52e08e34938d34838feced

2012-09-22  David Tardon  <dtardon@redhat.com>  [f60ee814c180708e8af7482b553a3dc47e98c5fa]

        add newly eligible modules to tail_build
        
        Change-Id: I3afc9dfb56ab29abaec1cb5dc60689be3243a1b1

2012-09-22  David Tardon  <dtardon@redhat.com>  [436717844f93e17b455a70db30c995629e0e0a6a]

        add missing deps on URE stuff
        
        Change-Id: I8d17305372ac01ab43a7092d9b8a842f114adb3f

2012-09-22  David Tardon  <dtardon@redhat.com>  [8f16dc3de4d59db6db5f4a6c2692809f6b4417fb]

        use package instead of explicit include path
        
        Change-Id: I11048d24b21549aa3ae79995a2c252c00e56d771

2012-09-22  David Tardon  <dtardon@redhat.com>  [1a62e464cf1b88fde049bb857e513209b0134a2b]

        add missing deps on headers
        
        Change-Id: Icaeba832c527ba81a9f152ea011548e8b9843b5e

2012-09-22  David Tardon  <dtardon@redhat.com>  [360df63b633421f0d06f6c30e5ed9db3fa2016a5]

        SOVERSION is used by LinkTarget, so set it there
        
        Relying on inheritance of variables by prerequisites may cause all sorts
        of weird problems, e.g., an executable being linked with
        -Wl,--soname=... just because a library with explicitly set soname
        happened to depend on it. I wonder if we should make most of the
        target-specific variables private....
        
        Change-Id: Id337ace462973e7af12e62414b81739e3e873d96

2012-09-22  David Tardon  <dtardon@redhat.com>  [7531ac91d8496d00c7b010f8ce20bfee97cc9362]

        fix URE deps
        
        Change-Id: Ifbcd2c7db1985ca8fcc74dbbe74ffb93177d6490

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [ebe48dc2b1a3ab3df2457d4c2be7bd9cbe960c30]

        honour --enable-lto on windows too
        
        Change-Id: I78637034d9fdd4a5528fe1e9c9bc752086954526

2012-09-22  David Tardon  <dtardon@redhat.com>  [b03fd9b3a6ad31d0ca03c662da29cc70a21ca423]

        fix configuration deps
        
        Change-Id: Ie431fadb4f11284e231112744af80bfb5c219d94

2012-09-22  David Tardon  <dtardon@redhat.com>  [7edc1390e4472ee469656e8094ee17669a3e0f49]

        let's do this the other way around...
        
        This reverts commit 587ac17d51ded650ed72bb68a126587a9c2ca698.

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [cbae5ff373a43e5ad3b5d3b55727e783fa8451d2]

        fix typo causing missing dependency
        
        Change-Id: I9ac316b0491d2c2c69308c0a78e1be0009bf2caf

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [00252dab4a3582a299ed297ddb637c20af8b1962]

        missing package dependency
        
        Change-Id: I4171de4ad24ac1bb9956171f3256cbcd766dae29

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [61ce5b882fa232bb9aaff8650238bf4007249759]

        gbuild: add missing dependency on regmerge
        
        visible with 'make udkapi.all'
        
        Change-Id: I7fcd72e4d6849e3457551d85d507a15f6f72077b

2012-09-22  David Tardon  <dtardon@redhat.com>  [a235dff703c3cb6318a6166fce4d13557661b2a8]

        fix Library/LinkTarget build on mingw
        
        Parallel MinGW build broke in clucene every now and then because the
        link target tried to put map file directly into $(OUTDIR)/bin, which did
        not exist yet (and actually nothing in Library depends on it, so I guess
        it was just luckily created in time by delivery of soltools in the cases
        where the build succeeded).
        
        The map file is now created in $(WORKDIR) (as it should be) and then
        delivered through AUXTARGETS.
        
        Change-Id: I62373f0b71a6c4f3b59fa779f9ec48154485a174

2012-09-22  David Tardon  <dtardon@redhat.com>  [24219ada3786feeaba2e2bd6b21548b9b5483b9c]

        clucene build needs solenv
        
        Change-Id: I5e41370b54a6054b9a488ae523a9d83b47f20415

2012-09-22  David Tardon  <dtardon@redhat.com>  [dd3d9e28436f135ab8c5c107d381556326cb3863]

        ensure IDL files of used UnoApis are in place
        
        Change-Id: I27740a60b9b5ff7ef5541713b2f85e03f8e70c7d

2012-09-22  David Tardon  <dtardon@redhat.com>  [0906641801275f3b9e67cf1916f86691f26de9c3]

        add necessary deps for the test to run
        
        Change-Id: I341b9bf3343f38d93b11ca3265fb8dbb0434aca8

2012-09-22  David Tardon  <dtardon@redhat.com>  [e11f0576b9b992b038f69b358889bfccdeca4cef]

        add missing dep on types.rdb
        
        Change-Id: Iddd10613dc5705eeaac53ff080692da2ad455720

2012-09-22  David Tardon  <dtardon@redhat.com>  [d40ec00ad9073977112431e297bac1d501848b9a]

        add missing dependency
        
        Change-Id: Ibfe60fde8010755ee8c3ce1afce669400a44f6e2

2012-09-22  David Tardon  <dtardon@redhat.com>  [7678287ad1da677f0f9a0c5cf33c83ce90b121e5]

        add missing dep on types.rdb
        
        Change-Id: I2cfff38e6b18b8949dd712b9fc60aef2a593b40b

2012-09-22  David Tardon  <dtardon@redhat.com>  [c29ed576e2e5d39bc2dcc85c028ba525cadf4d5d]

        dependency on makefile needs full path
        
        Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10

2012-09-22  David Tardon  <dtardon@redhat.com>  [77103991898befbf20b723ea368af86eded1c36f]

        fix dep for configuration schemas
        
        Configuration of extensions can use schemas from the main configuration
        (officecfg). Now that officecfg is in tail_build, we need to make sure
        that building of any such configuration only starts _after_ officecfg
        has been done.
        
        Change-Id: I95c775bb9c15c2e3aad930189d5524957cb5c49d

2012-09-22  David Tardon  <dtardon@redhat.com>  [f4688d62d10e8f1862c90491cb5b911f61d107d1]

        add missing deps on tools
        
        Change-Id: Idcb3dee7315412287e167abb7f76c9050696d94a

2012-09-22  David Tardon  <dtardon@redhat.com>  [a91b866abcf3fd93c5c92f3a113428e0834e36a5]

        depend on tools as necessary
        
        Change-Id: Ib13f95a55ffcdd7f9314744a18ae48aa123406dd

2012-09-22  David Tardon  <dtardon@redhat.com>  [61c0a3a63d46c7a0df1f337233d6c571186adc9e]

        switch bridges to gbuild
        
        Change-Id: Ia19ff61f1f7fb446298472acd6722b57ddaeddec

2012-09-22  David Tardon  <dtardon@redhat.com>  [f2668d319c88fa69aa0c3efcc81e22f6f822195a]

        gbuildize bridges
        
        Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c

2012-09-22  David Tardon  <dtardon@redhat.com>  [f2ec771cd98fc390ed9e8f4a5e772ca9da958702]

        add missing exports
        
        Change-Id: I4cfbcedde049ae205997815786c46941937e2cf7

2012-09-22  David Tardon  <dtardon@redhat.com>  [97eb770d288a5411d767391cc7b6421069fdd38d]

        switch cli_ure to gbuild
        
        Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [39c530ce5551ab1d104fa8a9ffd12aa308923c0d]

        force cli_ure to build
        
        - there is still missing dependency on cliuno.snk
        - remove -warnaserror+ causing weird problem
        - export random symbol so that we get icli_cppuhelper_native.lib file
          created
        
        Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [e1afb8a09dea41c3d7a6e27835e0d79d851b1b03]

        cli_uno: add missing gb_Library_use_udk_api
        
        Change-Id: I1dd1a48e61ff8c5b628ba4a8f02294cf239b5edd

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [fc42bf93bf104289d479888362eba576c3ed7ec7]

        cli_ure: another missing dep
        
        Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [31237d6a6ac9d6d1c5c4db7ae46f280299c06bba]

        get cli_ure closer to successful build
        
        Change-Id: I28ba1f4e802b3736a9f82966a2c7908388df4a92

2012-09-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [f8361efd12462e0776b96214e1f24890ababec5c]

        add missing package name
        
        Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb

2012-09-22  David Tardon  <dtardon@redhat.com>  [118cc6807d2cbdc2395d9e61beea98cecb6c0b73]

        gbuildize cli_ure
        
        Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe

2012-09-22  David Tardon  <dtardon@redhat.com>  [ab79555058d89e447e8e099db436537db63c6ac0]

        export uno_initEnvironment and uno_ext_getMapping
        
        Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a

2012-09-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [6292289bfd3907f41692d734f3d5830e85060d68]

        fix make syntax
        
        Change-Id: I0cf922c1bccb554491ea8501c9f217af486088b6

2012-09-22  David Tardon  <dtardon@redhat.com>  [c7d7a4b93d405778798e660cf5d2948a9a537d0a]

        add support for CLI to gbuild
        
        Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa

2012-09-22  David Tardon  <dtardon@redhat.com>  [53eff166061abbdb3570a1deadfa161cc79889c0]

        separate include dirs by comma
        
        It works as-is, but only because par2script.pl evaluates any argument
        that starts with / as a include path.
        
        Change-Id: I705276c1f949d505dbcca23a0acbd760b32914de

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [bb6c5a5443e2124d18686b87ac1a87f867d2d056]

        neon: convert to gbuild
        
        Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432

2012-09-22  Matúš Kukan  <matus.kukan@gmail.com>  [17924c4aa5eb66465986cce97e975a13546d4eb6]

        allow Library to disable hidden visibility
        
        Change-Id: I1f676b7536183f68795595f216ae23610cadb1eb

2012-09-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc0aa44b9d6aab7af68b00e4e26f3d9300e30fc2]

        test cases for the changes to ScRangeList::DeleteArea
        
        Change-Id: Iaf64a4cdceed76ba37e4486cfded18bd7e49b196

2012-09-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [925ed0b79bc400a72eaaf7c8b53b67d96c7cab7a]

        some more fixes for ScRangeList::DeleteArea
        
        Change-Id: I7f4cf6b053d7cff85e46ecf51cbf8a327530de67

2012-09-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1aad8c1e2cf36c8232c82412ba8e8cbe306a8179]

        enable the cond format import test also for xls and xlsx
        
        Change-Id: I04d743ef9f38f4f65ba912f34ac641ea7031aed2

2012-09-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8c04e4234380b94590450822192defbd85271df4]

        test for imported cond format range from ods
        
        Change-Id: I08a876bfce8a6d9c0ff349b8956f0e13281afe5f

2012-09-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cb7ee824dc0b9dcc2fd466f190945de01a9d1fa5]

        Fixed all discovered errors and extra unit tests to cover them.
        
        Change-Id: I1f91d66caed7fd3839f68f1e4495f0c05ee49acc

2012-09-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5551cd0209981f71ea5fb252b791391a6427066e]

        Improve readability.
        
        * clarify with comments what the code intendes to do.
        * more consistent variable naming.
        * keep the direction of equality consistent (i.e. lhs always smaller than
          rhs). This helps the reader of the code intuitively see relative geometrical
          positions.
        
        In doing so, I've also marked what appear to be bugs with TODO markers.
        
        The logic of the original code is intentionally unchanged, in order to
        spot any unintended behavior changes introduced by this commit.
        
        Change-Id: I19c09a1f93017ab18c8fec0f1281899322b45053

2012-09-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [880773208305b15b521df58245367bc3001d2ce1]

        set conditional format range for xls import, fdo#54555
        
        Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2

2012-09-21  Andras Timar  <atimar@suse.com>  [ab063326af9eeab5fcb50a52ec6d67cfc76f4f32]

        remove inclusion of deprecated header
        
        Change-Id: If30210587f0562d7e5f24fb3acbdd7ef8b13a00f

2012-09-22  Takeshi Abe  <tabe@fixedpoint.jp>  [4520f7471f1da9c87825a570b58bfcde590e718c]

        sal_Bool to bool
        
        Change-Id: I75936bc66b0621de5e62f8e3a35a38fa85dcfcef

2012-09-21  Michael Meeks  <michael.meeks@suse.com>  [ff300e59e74ee88aa6a4981b57a51af416c9e991]

        fdo#49819 - allow slightly inconsistent docx files to be repaired

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [6ba1a664a94cfbfbc7c280b15cee35122710ff86]

        fuck you, SIZE_MAX. you'll rue the day i find out which .h defines you.
        
        rue!!!
        
        Change-Id: I9e2b05180ba64d1617b33423ceffc19bc996e335

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [6c7c11e2a8cbced9899f5a2da54215eaba92136e]

        the intarwebs say it may be hidden in limits.h...
        
        Change-Id: I79bb1cf7777ae92982bc2909411ed4efd0d31352

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [fd3da62330243350e482c03187ecbe08686d14a0]

        sigh... include stdint.h for SIZE_MAX
        
        Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66

2012-09-21  Andras Timar  <atimar@suse.com>  [b501a27a283f07f15c5dfa7f666c5701ae8c2139]

        add pt-BR/acor/SentenceExceptList.xml to makefile
        
        Change-Id: Ib821e760edab94b4f7ae9c8df4bc39685af1f782

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [90d4f29d7e9e1294fc343baec275747e2c3c5b7b]

        "a function call cannot appear in a constant-expression"
        
        Change-Id: Ic1aecfb1071033d8e134649506f72c17833a206a

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [8e72fd8866fbef881a12049fd4ca87f5dea8d671]

        use scoped_array in lcl_UnMerge
        
        Change-Id: I00c899612d499273725ff8071aff1c93c7d17327

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [2422544bb81170f7248046aa0a77efc14033deb9]

        little cleanup in GetTblSel
        
        Change-Id: Idd8639d2f017342ae0227a44b75680179ca376a4

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [b844f06b36cf9a6c1411861a08701c8f9be2af0d]

        fdo#48692: fix problems with large number of table cells:
        
        SwSelBoxes containers are filled from SwTableSortBoxes in various
        places, so adapt that to use size_t integers as well.
        
        Change-Id: Ia55f020bb9ada94bb22802d9adabb055a22edd2f

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [5b89b1dd909f76154266cd51558e97152cff5f64]

        o3tl::sorted_vector::insert should take const parameter
        
        Change-Id: I139f9d008770da94341b8e6c08c9247478aa186a

2012-09-21  Michael Stahl  <mstahl@redhat.com>  [5f91f8a368343d8921a01edb7359cd300892f09d]

        fdo#48692: fix problems with large number of table cells:
        
        The SwTableSortBoxes is now a STL container which can have more than
        2^16 elements but unfortunately there are a lot of 16 bit integers used
        to index it all over the place, causing infinite loops and possibly
        worse problems; fix that to use size_t.
        
        Change-Id: I868ec9dd0629be4fbe4d6b8f294fb765e3d662ec

2012-09-21  Olivier Hallot  <olivier.hallot@alta.org.br>  [9cf615b68f815eb93b61cfd77232462496cdcf2a]

        Update acor_pt-PT.dat and fix fdo#54362
        
        Update and fix autocorrection entry for pt-BR, add entries in WordExceptList and add SentenceExceptList (borrowed from pt-PT)
        
        Change-Id: I5b38b8a072aefb28ce52710c0b4570123ee1bc12
        Reviewed-on: https://gerrit.libreoffice.org/667
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-21  Ricardo Montania  <ricardo@linuxafundo.com.br>  [6c98b12cd6b21ceb56993204037f080af097d327]

        ::rtl::OUString to OUString in avmedia
        
        Change-Id: Id62d30e33ad68ffa6d3199a181b002155f224732
        Reviewed-on: https://gerrit.libreoffice.org/668
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [207aebf733cc568845cea5c2aeff78493e056b9a]

        n#780563: Fixed table import in shapes table handler was missing
        
        Change-Id: I7720cfc706d9612fcc1e8a53b13a31f22b91d99e

2012-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b14b0f2b953b68612b8c230dbf3cabc15247c72d]

        n#779627: fixed writerfilter import of grid when there are nested tables
        
        When a nested table is ended, it resets the m_nCell to 0... and thus the
        filter forgets about the previous cells of the outer table row it is
        importing. Using a vector to store the m_nCell values for each table
        solves the problem
        
        Change-Id: I8007960f4c95d713bfedc6b815d5783a5d25af23

2012-09-21  Michael Meeks  <michael.meeks@suse.com>  [9b0198b2442bc749491d0f1e5e2c811346e5d568]

        package: convert internal ZIP handling data-types to 64bit
        
        Prepare for a ZIP64 implementation.
        Audit all "Size" property fetches through Anys.
        Audit all uses of nSize, nCompressedSize, nOffset through the code.
        Add FIXME64: comments to all points requiring future work.

2012-09-21  Miklos Vajna  <vmiklos@suse.cz>  [b3603e0e0e5dbfbeaa2426c499e8f64be2d15765]

        fdo#55187 fix DOCX import of unicode 0xNN0d when it's a separate run
        
        E.g. 0x010d was parsed as a newline character... This also makes the RTF
        workaround from fdo#39856 unnecessary.
        
        Change-Id: I5e4a95b4436e1492b64961820702caace0a33e4b

2012-09-21  Matúš Kukan  <matus.kukan@gmail.com>  [01207ca9851f79dd4aaf2b7a011bea7b8971d9c6]

        vcl/Library_vcl.mk: fix typo
        
        Change-Id: I4156bfdb9926a18e7e545d3e7684b87349a66528

2012-09-21  Matúš Kukan  <matus.kukan@gmail.com>  [4b3bc8095ccef6dc5b4bd0d3a548f49195fc0a92]

        packimages: add $(OUTDIR)/res/img back until helpcontent2 is converted
        
        Change-Id: Ibd083bb30ab80453209be97a415f52a7cb9f4c49

2012-09-21  Matúš Kukan  <matus.kukan@gmail.com>  [c3745c4bab84955067782ece5eab1beab007a4aa]

        unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>
        
        Change-Id: I68df188c229f7cd31d5b79c073fe9440e307ad1d

2012-09-21  Matúš Kukan  <matus.kukan@gmail.com>  [96afd76fc4c2298bebbcff1ad8b45ddc76b0e557]

        unusedcode: SvtSlideSorterBarOptions::*ListenerLink
        
        Change-Id: I7e396b9ed7f3d64c0b085448fdea562e3d740084

2012-09-21  Stephan Bergmann  <sbergman@redhat.com>  [a481a40961bf6a5036ecd1c0550f45b50e7b221f]

        Cut/paste typos
        
        Change-Id: I2ff0ee983d008d580bd9d52cedc2643293b9710e

2012-09-21  Sergey Farbotka  <z8sergey8z@gmail.com>  [f1651ee579bf38a49b839dbcb28ac38c0163a3d2]

        Fix fdo#55142 - wrong character pos calculation on mac.
        
        Change-Id: If8a0f527102b70bf1dcf292f8df31aaff9fba5c8

2012-09-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16f1e6eddf457d03ece9f5e5967ad553730a44c0]

        add test case for deleting the only row in ScRangeList::UpdateReference
        
        Change-Id: I88cf1e679dc83e051e27a1d20775cc161cb9e3c5

2012-09-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e3919f040ade5d0f7f9fa854b3ed23366080c0c]

        fix problem in ScRangeList::UpdateReference when deleting one row/col
        
        Change-Id: I588565f65be5c9de54b9f038cf297fda4022fd9b

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [79f94fee9ea3c223ddd4035916a0fb4f1a123fb3]

        There is no java_uno library to load in the disable-dynloading case on Android
        
        Change-Id: I350aeeb7fb1e00b201077883dd5fd601b42a626b

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [f09f52e4add4999264bbf960a3a7af6a6b7a8285]

        Need also uno_ext_getMapping for Java when DISABLE_DYNLOADING
        
        Change-Id: I65f09e54c80df4e96e24548692eeb3a57e1de517

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [e5045bea0ab261e47c2829d33cd8e383dfb8e684]

        Adapt for DISABLE_DYNLOADING possibility also for Android
        
        Change-Id: Ie1ff96b6f58bf694b8d08a3316144becaaefe6d9

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [41e8c36d09c865f21feb465337e56e3e524c9e29]

        No juh library to load in the disable-dynloading case (on Android)
        
        Change-Id: I6a5eefe86e23499b555b34c6ba2ebe131e109304

2012-09-21  Stephan Bergmann  <sbergman@redhat.com>  [b247950eeeb2ea2345633ee018fbe2c55c1942c0]

        Properly check cmdline args in oosplash
        
        ...so that e.g. --headless (starting with a "h") is not also mistaken as -h and
        disables pagein and javaldx.
        
        Change-Id: I8a7b2b0373d96ec586975e07e17e7eabe201dcd0

2012-09-21  Stephan Bergmann  <sbergman@redhat.com>  [7a8e82a4e3806d5bd500eb6e553e0f40e4d33419]

        Honour preset LD_LIBRARY_PATH etc. in gbuild, too
        
        There is always the question whether we should add in front or after any
        existing value.  I add after here, mainly to keep gb_Helper_extend_ld_path
        consistent and simple.
        
        Also, WNT_INTEL_MSC JunitTest was causing the Java code to call soffice with
        empty (instead of unaugmented) PATH.
        
        Change-Id: I3888c0a9085cee7052eb6ea1ed7bbf4a2ea14408

2012-09-21  Thorsten Behrens  <tbehrens@suse.com>  [9d35d643039f49376504e9002a2c2b8a406d00d9]

        Fix fdo#54417 - blacklist buggy Intel driver for dxcanvas
        
        Change-Id: I5f18a9679ae4896e5f0271284abfb0062c788f0b

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [963c98a65e4eddf179e170ff0bb30e4bfafc6b16]

        Guard against lack of slashes in dli_fname
        
        Change-Id: Id9c452d9c1034f2e7969a9eae7588f2eb81a8813

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [7b7c28f9bd39551211e44b601eccf93e82e1ff8a]

        WaE: format (64-bit)
        
        Change-Id: Idc7179f393da9e97a86ca910eff15697f094ece1

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [ff4f54eed2549eb65e9dbc9b7253dee298fec345]

        No 64-bit Quicktime framework
        
        Change-Id: Ie0b9ae2a908814eed43b351f15436a2b9c5ad484

2012-09-21  Miklos Vajna  <vmiklos@suse.cz>  [ebf0e1953ef422bb83201c89f0558bb9071edf63]

        fdo#52389 fix RTF import of paragraph without RTF_PAR at the end of the doc
        
        Change-Id: Ib7b48986d5b01c75ae0be8dd6618a2e8be2ae51c

2012-09-21  Takeshi Abe  <tabe@fixedpoint.jp>  [991b8394ffe598ec3b17968184fe60eb2cc04cc9]

        replace deprecated std::auto_ptr with boost::scoped_ptr
        
        Change-Id: Id10a6cef0ae25247ded7846dfd7df27922a9410a

2012-09-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a0b108ac29e9645c1b2b548d69397cdb71b5a79e]

        Added unit test for 53b7f7df0617bcbd7bbef9a34ef53e5097eb16dc
        
        Change-Id: Ifb3216115e6d4ad8e3b40ab798ed438b7e502f47

2012-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [157d7440e873428e276b523351cac22cda890d14]

        n#779627: table empty cell para collapse fix with fly frames
        
        Make sure that the collapsed empty cell paragraph is more important in
        FormatEmpty than anything else (fly frames are the onle case.
        
        Change-Id: Id88e3370e988b45eabe4b9b30628e5472e9db1fe

2012-09-21  Miklos Vajna  <vmiklos@suse.cz>  [49eaecd04bab1239b93cb576bf1c6bdb3620f52e]

        n#779834 testcase
        
        Change-Id: I13bc9452385fff1bdc2577ea000ba208206a2c32

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [7b72d933f99613a0ff2105416c26c3c5baa7888c]

        WaE: format '%lx' expects 'long unsigned int', argument is 'void*'
        
        Change-Id: Id14a7be627502cb8aa2173f0206c84cd27fab2e6

2012-09-21  Jeremy Brown  <jeremy.r.brown@gmail.com>  [43351998e7b39dae3021943d76ff27bdf21e53cf]

        Add locale files for ebo_CG and tyx_CG.
        
        Change-Id: Ide7b8feeee240faeabb0164a3f82849d70bb11b3

2012-09-21  Stephan Bergmann  <sbergman@redhat.com>  [d65d42396b8f3a6c5a986a4106474a8a50c4c834]

        Mark patch pushed upstream
        
        Change-Id: I8edbd023f4eca28ccfe4cf373eb742551523ef46

2012-09-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e8dcab34e5f6946a4f789c5983a8695a81f3bd10]

        Use android:logo + separate label in intent-filter for proper naming.
        
        It appears that activity-alias is actually misleading, by using
        android:logo a different icon is used in the actionbar than in
        the launcher, and setting android:label in the intent-filter
        sets the desired launcher title.
        
        Change-Id: I06e0ddc83498333ec45bdd83d56c47451e59df2a

2012-09-21  David Ostrovsky  <david@ostrovsky.org>  [e1df1995d8a540316151169f9334b048194b3ffd]

        MResultSet WaE fixed
        
        Change-Id: Ie7261c651c20350fb69fe2ed55f8272a3db132ba

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [68e74da3ee12c8acae5c8106c2fc38c4f446c7c8]

        No 64-bit Quicktime framework
        
        Change-Id: I9bcd9b5402e9c22568b2e6afd5b26ffbea40eb94

2012-09-21  Tor Lillqvist  <tml@iki.fi>  [a0a1f318916864c99a680881df3a26bf27e42210]

        Braino
        
        Change-Id: Ib8430f7e3a47d8f75c3df9baaa1760b2e07e4939

2012-09-20  David Ostrovsky  <david@ostrovsky.org>  [2511e6625ddaaa7f6bf987945bd11c9a61ccc9c0]

        mork driver: refactoring query engine
        
        Change-Id: Ia8dd0c29b4624601d8cb85cece0fcb2842c2d2f9

2012-09-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f188ca44d8a7f7567ea76a3fd635c0fa6fcf4c4b]

        std::auto_ptr is deprecated.
        
        For this usage, boost::shared_ptr is probably an appropriate replacement.
        
        Change-Id: I89bea80d330f362e60af4ce66a23316d0029e0d8

2012-09-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [526c2b3c01162dddadd09a63f45759306cfb12ba]

        Unused local variable.
        
        Change-Id: I67fea6c4749b2c69868132bacd761e90933ed84b

2012-09-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [707bedff4fee68dfe2ac38ca7b36244ce09af2b7]

        More cosmetic cleanups.
        
        Change-Id: I78a461609bc85cff3cc44dcdf993b16c0a1e37b1

2012-09-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [454e2b4d653deeb33407726f84c3d012486dcde8]

        Some code cleanups...
        
        Change-Id: I9b771bb9b57ba107e6dadb7cf85d44815f487261

2012-09-20  Julien Nabet  <serval2412@yahoo.fr>  [1375feff64cd9b287c090c6593e8e2b1971976db]

        Remove unused method "getScrollVisibility"
        
        Change-Id: Ic0ecaad629cfaed7d249852db24fd24d2020686b

2012-09-20  Julien Nabet  <serval2412@yahoo.fr>  [906b3f43c5355dfddac8c0d923c1ac33bb422487]

        Bin other unused methods
        
        Change-Id: Ib3a7a90174b14c77d01285430151098142815867

2012-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0cb520c71f7c877bcbad3331ab6197a6513ed80a]

        Prototype launcher icon for sdremote.
        
        Change-Id: I0e6d87db90a60b300f68d83c5f5d2b1ba98f420c

2012-09-20  Julien Nabet  <serval2412@yahoo.fr>  [855454e18d084b28c4d25d1faeb77d34cbd6dcae]

        Dump some newly unused methods
        
        Change-Id: I3c2fd7eb1ccf445f7f389f7400784748a80aa929

2012-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [bc1424d49402a2ded345141307630bafe8892dd5]

        unusedcode: vbafoundfiles.?xx and XFoundFiles.idl
        
        Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57

2012-09-20  Tomaž Vajngerl  <quikee@gmail.com>  [3da2a6a58784a3c607ea4e440865478f1a4fe56e]

        fdo#49350 Speedup entry painting for SvTreeListBox
        
        Painting code for entry in SvTreeListBox switches between default
        and highlight font (which is only the default font with a different
        colour). This is done using SetFont which assumes that the font
        changes entry dimensions, which then recalculates everything. This
        is done for every entry so it is slow if there are a moderate number
        of entries. Fix here is to call Control::SetFont - we can do this
        because we know that switching between highlight and default font
        wont change the font dimensions.
        
        On the other hand - this highlighting entries when selected is
        (at least on linux) already supported by the native widget.
        
        Change-Id: I12d32f6f7b43e669442e462ad4dd80cde24b9e74

2012-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c630a2458e9b9f19fbfa03034c8e3f20232f77df]

        Use activity-alias to show a separate name/icon in the launcher.
        
        By default android will use the title and icon of the the starting
        activity in the launcher. This can be overriden using an activity-alias
        as the default activity, with its own title and icon.
        
        Change-Id: I794b6738fdc383879b3c056c61f62fecbb268c5a

2012-09-20  Stephan Bergmann  <sbergman@redhat.com>  [67cde863f63725cb25d69c38d1b74a8d2bfaf9a7]

        Use scoped_ptr instead of deprecated auto_ptr
        
        Change-Id: I87e5000424bed95fd25951b398bd61c3939a97ae

2012-09-20  Andras Timar  <atimar@suse.com>  [272e59094ac1390d5fde34947c724f36d2809ce4]

        reduce complexity of installer maker script
        
        $one_cab_file variable was always 0, so I deleted the code dealing
        with the non-zero case.
        
        Change-Id: I17288070eb94dec00ce970585046da11136b78eb

2012-09-20  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [161f4ac95ae3df1daaede762862ea1c3ac4bb399]

        Use po file for merge 1. step
        
        Make executables to waiting for po as input
        Add some function to po files
        Rewrite makefiles to use po files for merge
        Change KeyId generator not to use xml special
        charachters
        One filetype remain: properties
        
        Change-Id: If2bd2ae7afc61518c2d838a3cae301ef62dd9761
        Reviewed-on: https://gerrit.libreoffice.org/593
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-20  Andras Timar  <atimar@suse.com>  [1a2cd886786f52635136009ac4fd6f61e1b120bc]

        reduce complexity of installer maker script
        
        $use_packages_for_cab and $cab_file_per_component variables were
        always 0, so I deleted the code dealing with the non-zero case.
        
        Change-Id: I0a678524cb308d834e4d61f2156a92400c02ae99

2012-09-20  Andras Timar  <atimar@suse.com>  [8090b809e95d52fce2d59e7d1ec68b3869dd2d54]

        copy-paste error
        
        Change-Id: Ibcaf04447507926a97eed3d1cea400ac589023c2

2012-09-20  Michael Stahl  <mstahl@redhat.com>  [606b57c625aebabd004a4f3e3a2552f3a03551a0]

        sw: tweak previous comment translation
        
        Change-Id: Id4a89bd131f37b6844046803aae9b2f6e081af0d

2012-09-20  gerhard oettl  <lodev@ogersoft.at>  [0121e7a8066e7f99723846011bbd4367cb6d993d]

        fdo#39468: Translated German comments in sw/source/core/text
        
        Change-Id: I53a415e1ec573d342e06d0cf10bad6f8cb95b478

2012-09-20  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [53b7f7df0617bcbd7bbef9a34ef53e5097eb16dc]

        docx import: position table using tblInd OR tblCellMar
        
        Previously cell-margin was unconditionnaly used to compute table position.
        Office only does so on top-level tables and if tblInd is missing.
        
        Change-Id: I183647bcf090d5822b3f2e04e097c8bbd277168d

2012-09-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [064ae986a0aa55db9f3ee829a7c83bf2ac65c77f]

        n#779627: fixed the collapse empty cell paragraphs compat option
        
        This option didn't work if the paragraph to collapse had an alignment or
        spacing defined. This fix was needed to properly import docx/doc files
        
        Change-Id: I6b3522905714fe3def7d87cd82cca84746310793

2012-09-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [355d25eac764713f4d52eac801ade6e2ff1deab0]

        n#779627: added quite some compat options from the ww8 filter on writerfilter
        
        Change-Id: I9e8dee39f63a08517eb654e33747bd8c95d84b59

2012-09-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [27ad84a9e75d414e4c5bce6ace5a96dc5af6868f]

        n#779627: support for arcsize value in VML
        
        Change-Id: If03f36d30a7861f5d14ed3142e339d52da0bdce0

2012-09-20  Noel Power  <noel.power@suse.com>  [7539a695b801b92d10ff30463a8c08672a258442]

        xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166
        
        Change-Id: Ibad37ac05c608c0211063bfa73931427d48c11f9

2012-09-20  Miklos Vajna  <vmiklos@suse.cz>  [b5a1db961372b3fa66724ee580726c67e7683dbc]

        n#779834 fix VML import of absolutely positioned image with no left margin
        
        Given that we talk about mm100, changing 0 to 1 is not that harmful, and
        it seems later core would crash without at least a small margin.
        
        Change-Id: I913e4a5eeaba2e36b55f2d7d7fb5bdfbad8eae94

2012-09-20  Stephan Bergmann  <sbergman@redhat.com>  [4ba760078019fba15f9d0d33a6094960026b9dfb]

        Make "make debugrun" less fancy but more useful
        
        For one, --tui has negative impact on terminal behavior in certain ssh scenarios
        for me.  Whether and how to use it should be a user's personal choice anyway.
        
        For another, you sometimes need to interact with gdb early, so do not
        automatically start to run soffice.bin.
        
        Change-Id: I1a1a02f5359aae2a11effa6620aebf01202357f9

2012-09-20  Stephan Bergmann  <sbergman@redhat.com>  [5e6c595e9d698caf23ae68d38b9cab30ff9c9b94]

        Do not call xmlCleanupParser from liblangtag
        
        Despite its name, it is a cleanup function for libxml2 that must only be called
        when the process as a whole no longer needs libxml2.  Calling it from a library
        like liblangtag is not appropriate (just like liblangtag does not call
        xmlInitParser, either).
        
        In LibreOffice, this caused confusion about pthread keys for thread-local
        storage (xmlCleanupParser calls pthread_key_delete, but apparently if libxml2 is
        later used by unrelated code in LibreOffice again, it still uses the stale key,
        and if that key is now reused via an unrelated pthread_key_create, arbitrary
        crashes happen during thread termination in pthread's __nptl_deallocate_tsd).
        
        Change-Id: I82cef8bc400d48f19eaa94f26d50d4b8589da106

2012-09-20  Stephan Bergmann  <sbergman@redhat.com>  [179a6db61ee30cf776747802f06edeef45fec461]

        Add RPATH to liblangtag
        
        ...so that it consistenly uses the LO versions of libxml2/glibc libs at runtime.
        
        Change-Id: I89b7fd13a8b5b7e697ec21db74fdf8ef088fdb92

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [45bae63f0f56060e2a609ebb2610502a3722dfee]

        Add some static goodness here, too, to avoid duplicate symbols
        
        Change-Id: Ie5e7aecd4f1c0e5b4dda9250ae755bf9210e048f

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [b869b73947659c45c1edc5f9cff80bfbe61e52ac]

        Avoid duplicate symbols when DISABLE_DYNLOADING for Android
        
        Change-Id: Iecd0ed802f6cc715ac77256bb4b49082b5976b4f

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [4b326ea35cb9193dbb530b9445a778d61bf8273d]

        No need for the juh/juhx dance when DISABLE_DYNLOADING
        
        Change-Id: Ifc2bfb278947344d14b855ebf5527b603e333f15

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [e7c9b468f364fd4796f0ff6fc6b76045ad58b26f]

        Add some static goodness here, too
        
        Change-Id: I7de335925748b2cfe28a01f6975a630081b3172e

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [fed4ca185bc2fa29b915e6ea63b0bf7aeec29e5f]

        Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING
        
        Change-Id: I9c5203400904902238c1f9a8f01338fdcf2904d8

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [c672b1f43c64e5f411badc2deb2d39a7c0fe6373]

        No point with component_canUnload when DISABLE_DYNLOADING
        
        Change-Id: I85016d1e70dbb5e499aefad568179800b5d00ab7

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [29b0c6093db08ed959022af7ee53b42b155c7fb5]

        Sprinkle some staticness to avoid duplicate symbols when DISABLE_DYNLOADING
        
        Change-Id: I2d62eddb561baa28e320f7d89a8655d2806d7b10

2012-09-20  Michael Meeks  <michael.meeks@suse.com>  [8e1e27ae6d0751097d276eb3394b57af123e09f3]

        cups: initialize thread running member
        
        Change-Id: Idf8b079857638558075fa6b1fb5f7ea6b3c9f632

2012-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [6751cf5017fca96e6bef8ef2c316f676055eefb6]

        Revert "remove remnants of ProductRegistration"
        
        This reverts commit 1f77f1ac177521698ee7c978f218127cb5840046
        and b590d87b380389371eca94ffb0e6f47f86d1c917.
        Do this again when we will know how to get rid of published service
        in offapi/type_reference/types.rdb.

2012-09-20  Miklos Vajna  <vmiklos@suse.cz>  [21359dc87000c65665e49652d1c255e679817787]

        sw: drop unused includes in unodraw
        
        Change-Id: I2cae970f532c3441a7ec7c8318987ea343aaf1cd

2012-09-20  Michael Meeks  <michael.meeks@suse.com>  [540ab389f2adb021a95b5ac52c55c97fc5db5c17]

        sot: memory savings to avoid duplicating the whole stream in RAM
        
        re-work LRU cache to really be an 8 entry LRU cache.
        only force dirty pages to stay in memory, hopefully huge reads
        should now stream through memory.
        
        Change-Id: I0bedc762086f5f02202795568743750aefaaa50b

2012-09-20  Radek Doulik  <rodo@novell.com>  [f3b2fc9be23739cec600b349e6b28b71be9acc3d]

        write only non NaN chart series values (fixes part of n#760997
        
        Change-Id: I7c5bc8b9375a325d4ea78f033f577eff44cfd6e9

2012-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e2e701b5747982d037f76021ed64ab15a49cb573]

        Add SAL_WARN/INFO to network server + remove static reference on exit.
        
        Change-Id: I76e737f59aa36bf7982255fa9bb41ef9d6abfe8d

2012-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [b590d87b380389371eca94ffb0e6f47f86d1c917]

        forgot to remove this one
        
        Change-Id: Idd33388f61461a55021b93498e2c992d7ae560d0

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [69765868e30494eb39a2b4b7566f161ef1f3db04]

        DISABLE_DYNLOADING magic also for the jni_uno environment
        
        Change-Id: I5e966a5734308381ad305b891ecfc830dc1419f6

2012-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [1f77f1ac177521698ee7c978f218127cb5840046]

        remove remnants of ProductRegistration
        
        Implementation is gone since b2d7ede98716806cc4b3ea8547247175d5f04d18
        
        Change-Id: I3986ca99748f0010d80d2c788723a42a1725e83c

2012-09-20  David Ostrovsky  <david@ostrovsky.org>  [e0f90c3060f542885d834314a9097353d0cb2ba2]

        introduce new option --disable-cve-tests
        
        Change-Id: I288638c4a70396ccb7354b20e901aa0c46ffe442
        Reviewed-on: https://gerrit.libreoffice.org/653
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Michael Meeks <michael.meeks@suse.com>

2012-09-20  Matúš Kukan  <matus.kukan@gmail.com>  [b7c41f1d1fcabc8f4abc670d5a18546a117b540a]

        unusedcode: FastSaxSerializer is not used through UNO
        
        Change-Id: I07d7b78be200f5f4a0674361237ef45b2bd1e3e1
        Reviewed-on: https://gerrit.libreoffice.org/651
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cf480d6c37e8c58972ee8a3e3ce04747f3ae0b5e]

        Move the DBusGObjectPath typedef and formatting changes to Bluetooth includes.
        
        Change-Id: I7c1338ef2dae7831cddda8378a031a58011d7b17

2012-09-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [85267897633bffe791d581140c0397aeddcad674]

        Add SAL_INFO and SAL_WARN to linux bluetooth implementation.
        
        Change-Id: Id2b7d3ca0881bf5b446692e1351517f1e8971fd7

2012-09-20  Ricardo Montania  <ricardo@linuxafundo.com.br>  [37d21245b5f03fd261c681951f1d819a0bc4423a]

        Some OUString cleanup and ::rtl::OUString to OUString in avmedia
        
        Change-Id: If79fffec7388e73fd85f5279e773af363c5f97e3
        Reviewed-on: https://gerrit.libreoffice.org/645
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [288d4bf31399f474aadcd16b9a800aade0741aa2]

        Move -isysroot from gb_CFLAGS/gb_CXXFLAGS to CC/CXX
        
        That is a much better place for it. The gb_C(XX)FLAGS don't get passed
        on to "external" modules, so they should not contain flags that are
        essential for the compilation to work at all. I think.
        
        At least for me, in my MacOSX SDK 10.4 -based build tree, using Xcode
        3 installed in /Xcode3, on OS X 10.8, the -isysroot is essential for
        liborcus to compile.
        
        Change-Id: I1f11c690585e4ba512eb87d2fddf11872b91dd57

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [90fc5593a44f41489719bc882db21813416f80da]

        Revert "Pass also gb_CXXFLAGS to the liborcus configury"
        
        Causes way too much problems with the tinderboxes, thanks to -Werror
        getting passed to the liborcus configury, and liborcus apparently is
        quite -Werror-unclean.
        
        Thus also revert the initial fixes for those WaEs. (Many more would be
        needed, it seems. I rather leave it to Kohei to make upstream liborcus
        warning-free.
        
        This reverts commit 083fa89dd8f894f9cd0ef217a900fab777db9f2a.
        This reverts commit 7e871bbaf7b208dd884528259211385b8074da39.
        This reverts commit 21b5706f83edecad8cd3d0ab3ce5110b82e75a46.
        This reverts commit bed5557e8bdfe5c698a45a4cc82619a7c22de001.

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [7e871bbaf7b208dd884528259211385b8074da39]

        WaE: declaration of 'content' shadows a member of 'this'
        
        Change-Id: I1cc06ac0608ef159eb3027bea614b2dade8b857c

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [21b5706f83edecad8cd3d0ab3ce5110b82e75a46]

        WaE: declaration of 'str' shadows a member of 'this'
        
        Change-Id: Ibbbe331421434e15c4659b5c566dadecf441dff8

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [bed5557e8bdfe5c698a45a4cc82619a7c22de001]

        WaE: declaration of 'size' shadows a member of 'this'
        
        Change-Id: Ie620d906184efcba0eb92cd8757a90a97d61ff87

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [6a8694d91e051412108601806cc5325b0641b5f2]

        Add typedefs not in the 10.4 SDK
        
        Change-Id: I67f6c5392feda674b3d7d53b5dd20ec86e4f9023

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [083fa89dd8f894f9cd0ef217a900fab777db9f2a]

        Pass also gb_CXXFLAGS to the liborcus configury
        
        Fixes its build with Xcode 3 against the 10.4 SDK, at least for me...
        
        Change-Id: Icaa792286477212cc3734c3fe02c9c1496d2e1f1

2012-09-20  Takeshi Abe  <tabe@fixedpoint.jp>  [53f7f2a3e4269677d57d2ec2c7560a9524c3e692]

        sal_Bool to bool
        
        Change-Id: Id29032b3f2f228141e37f713c798d61cc20584c0

2012-09-20  Tor Lillqvist  <tml@iki.fi>  [25f935bfb44b87271eb11e719c4d1fb8624bdd02]

        64-bit fixes
        
        Change-Id: I268ccab01e030535f04ef1256dc702b07cbc6611

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [591e23d03c27e2658889d913626fdcb2837d9064]

        writerfilter: try to make clang tinderbox happy
        
        Change-Id: If24e8e3e48f8d043fdb48a0637e874743f9247f0

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [347330f441dc127edc66834c10f5fa76bb65cf72]

        oox: include vector here
        
        Change-Id: I3e6b7ac2e4883125098d5e97ee61f35efb96a5e3

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [d4ef17ab1c596adfcd39dff3a78d6032d5fde02f]

        libmerged: use external cups
        
        Change-Id: I1380fe8053ddf68a81b1bf6ffc8febfbb5ed9214

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [cce1368dc1c3af6b18c033694700f66d81ec0be5]

        do not copy these xml files into solver
        
        Change-Id: I92822085a65a179764b307b1344b09057e1d3b04

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [dae269b5697287c7ffd57b1cb4c80b0560bc618e]

        do not copy .ilst files into solver
        
        Change-Id: Ib192d827ba0bcffc6e9dbca37d9af5f2d0dd3939

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [764f0e9a5552336cb7fc5fdf9d6108d9f3640df7]

        there is no ScpTarget dep target used
        
        Change-Id: I3b648b67a884b03611311ea013910cfeb672b2dc

2012-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [69a98d23e4a55a88bc15225dbac778e42e7b0021]

        gbuild: avoid unnecessary Packages while processing scp2 files
        
        This is first in do-not-duplicate-stuff-in-solver patch series.
        Adds direct include path for gb_ScpPreprocessTarget.
        Avoids copying .par files by using gb_InstallScriptTarget__get_dirs
        for include paths.
        
        Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [2855009f8fd1670c804996d64336ce5c3f45b175]

        SwCrsrShell::Combine: this can be assert
        
        Change-Id: Ia23804f213f80f4b31f1e31491dfc87d2d49f46a

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [af4b6c94c68b5f67b931cde8d0acda6ec8b288bb]

        rhbz#689053: fix crash following delete at last table cell:
        
        The IsSelOvr() in SwCrsrShell::Combine() detects that the PaM with mark
        in the last table cell and point ouside the table is invalid, but
        unfortunatley restores the wrong position, which does not actually
        correct the PaM; the deletion on the invalid PaM then removes the
        last SwTxtNode in the document, which leads to crash later.
        
        Change-Id: Ib2ae0b54e6c15dbe5b6811d8696531bf2022e1a4

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [b74da58c7e85f92e6ce2d061dd3ced26e12a1dff]

        SwHyphWrapper::bShowError is dead
        
        Change-Id: Ia9b8205a3b23fb98bf08d2d53aa82fdeda7785f5

2012-09-19  Tor Lillqvist  <tml@iki.fi>  [9b74656d01e24f11a6980d2795bdc2b9b17e35bc]

        Start on experimental support for 64-bit Mac code
        
        Rename the --enable-cl-x64 switch to --enable-64-bit and make its
        meaning more generic. Drop the CL_X64 config variable, introduce the
        more generic BITNESS_OVERRIDE instead.
        
        Does not build yet.
        
        Change-Id: Iac66afe31dceaf40c8262fec2e5aef6a751ba3d2

2012-09-19  Rene Engelhard  <rene@debian.org>  [ed5c2c95b7ec0f6b81e4ad7b8dd481bf8e494b1d]

        fix system-clucene/-boost build with gcc 4.4
        
        Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [e989d167485e1e15d0aedef600ee450f01382382]

        dung out no longer needed initUCBHelper methods; thanks to sberg.

2012-09-19  Tomaž Vajngerl  <quikee@gmail.com>  [a48d072f5c022fce4f5eec7bca3139c3673dbf49]

        Translate German comments and a little cleanup of code in svxacorr.cxx.
        
        Change-Id: I6c2bc67a2b837adf9c12c5e93200fc1567732da3

2012-09-19  Tomaž Vajngerl  <quikee@gmail.com>  [78a39502de36c32d7aaf6e5bbde1f8df80fdd21f]

        fdo#48729 Change int16->int32 in auto replace dialog.
        
        Auto correct / replace dialog supported only 65535 (2^16) entries
        (per language) due to using sal_uInt16 in the code. This restriction
        existed only because of legacy code which was meanwhile refactored to
        use dynamic containers (like std::set, std::vector).
        This fix changes usage of sal_uInt16 to sal_uInt32 to increase the
        number of entries to a much higher value.
        
        Change-Id: Ica77648915266fed67602a4e30b59a4e55e34efc

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [1da4e8c6bf1f82691514edc5c780907b3009f443]

        sot: stgcache re-factor to use sane lifecycle semantics
        
        Store a dirty page hash to allow us to fix the LRU cache next.
        
        Change-Id: I67130af37ac1bc2d0a4abbb11f4d9871bb2bc306

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3fa50ac35b6a56ae9628b0310cbf0eb7b4634736]

        use correct cell for broadcasting, fdo#55059
        
        Change-Id: I353df8e9d3ccabee32b82d04cdae402e3a83ed23

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [730ba5d73280c64ccf5542f879be0c370b4be54e]

        OResultSet: close() is routinely called after dispose()
        
        Change-Id: Ifb916e0c2935876b85fdb135538357f29cfab157

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [e48e48910247335124f0726a7fcadb94556883b6]

        sot: substantially accelerate sorted cache write-out
        
        Sort only the pages we want to write out, at the end, using a std::sort
        instead of a hand-crafted linked-list mess maintained during use.
        Cleanup StgPage as well, de-friend it from StgCache, clean member names.
        Remove unused pCache member as well.
        
        Change-Id: I0f53d1f85be373fce0d504b226d34ccaf575b2b3

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [fd2e3ff7b79d24a6b44b1e5b878b7b0ac4236b3e]

        DOCX ink testcase
        
        Change-Id: I0d38edfe1bac8a6db0227d9bbd0d9fbf9cdd93fd

2012-09-19  Luboš Luňák  <l.lunak@suse.cz>  [24f9a1864d925db58c7637cc490b0a1c70159760]

        make <module>.all is apparently not just for dmake modules
        
        Change-Id: I5a692b10f259cf95357b1b3da39e0cbc8e68c044

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [f9a05f4ddfd1a93eb6f2167236cc4a49b275c82d]

        Some mork driver clean-up and configmgr access fix
        
        Change-Id: I213a9ac5b41c66cd039016315f4641773364fd7c

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [58d24271ffbbcfe299591b4592c653a7c41c20e6]

        Assuming the double iteration is a copy/paste snafu
        
        ...causes "error: attempt to increment a past-the-end iterator." with debug-mode
        libstdc++.
        
        Change-Id: I89af3944b04ad6ab4ef3561d2aa91b5bab1edf20

2012-09-19  Eilidh McAdam  <eilidh@lanedo.com>  [0423a6741fc08a35b123556f9b10219d090ee42a]

        Import bezier curves from .docx.
        
        A shape element with a path attribute is interpreted as a bezier. We can
        support both curve and line commands by using the correct co-ordinate
        flags when using the UNO interface (omit control points for lines).
        Alternatively, curves may be specified using the to, from, control1 and
        control2 attributes of a curve element.
        
        Note that when setting the PolyPolygonBezier property of the xshape, the
        shape size and position are set too large somehow. The workaround for
        now is manually forcing the pre-calculated shape size and position.
        
        Change-Id: If3563474df357d161a2ed2e7a20856d5aed80a94
        Reviewed-on: https://gerrit.libreoffice.org/649
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [891746ed955b110960113ba0de3a51335af50d66]

        vml import: WaE (unused variable, unhandled enum value)
        
        Change-Id: Ic59b4a68499bb68619cf72fdc17f5a77186274ae

2012-09-19  Eilidh McAdam  <eilidh@lanedo.com>  [6cf41d047a65c40d34745f497482f88d5ec93acb]

        Add VML path parsing to .docx import filter.
        
        Change-Id: Ibb90ff437f6de1cab98b64deeccfa38e0e30756b
        Reviewed-on: https://gerrit.libreoffice.org/648
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [8aae567dc66c271fe3211f2847b48afbf02473b5]

        Wrong include
        
        Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [4f18490ca6cc84727e953bd2f99d9a92a4cc3710]

        Clean up warning/info reporting
        
        Change-Id: Ib2a8da9f837b0b91f980aacda9df1c6c5c691eef

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [6435ef9a592e6bfc510bca5a9e061e3dab7fdf58]

        Lexicographical sorting
        
        Change-Id: If6dd2af2f71c467a8c69305433eb465457b38714

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [b7db3b8e1af45b27a0a7e33f7a7640af94dc96b8]

        sot: remove un-used LRU cache
        
        Change-Id: I3d011a1aae47b6961b1cea2bf544af2c88bd611e

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [422a41ff11b915aea2813f3a674f06b689df65b2]

        sot: remove horrible hiding of LRU cache map
        
        Change-Id: Ic8df1012752e78d3326999a07dc15a99e982b896

2012-09-19  Michael Meeks  <michael.meeks@suse.com>  [3b3d738c167c04541fd16022ef7221cedd1e3b66]

        sot: remove unused Owner construct on StgPage
        
        Change-Id: Idd6616ac11e16b4c4631c607a3dc92417a796521

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [045227f10568d3ef64d8e1066c027fc86d576733]

        RTF ink testcase
        
        Change-Id: I88ab87525945f81ad6e11756f43bc211f8d2b70a

2012-09-19  Caolán McNamara  <caolanm@redhat.com>  [558476135865d9ae7b8801a82c177fd1098386ff]

        Related: #112623# add regression test for japanese word break rules
        
        Change-Id: I05baf163cc00d3770b9a8b25b099ffcbd9623a2f

2012-09-19  Luboš Luňák  <l.lunak@suse.cz>  [6f955b6c7754f3926c33921f0d56d51a95d29c81]

        remove duplicated code
        
        Most probably not intended when introduced
        in 7c7267e88691ce354ed0cf116315952ceae555ad, and it certainly crashes xray
        installation for me.
        
        Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc

2012-09-19  Luboš Luňák  <l.lunak@suse.cz>  [b53472db03241a0dd45593a993ec56504ce8e3d8]

        do not use invalid Directory instance (OSL_ASSERT about a NULL pointer)
        
        Change-Id: Icc1dffc9b63453575ab927a3bdfa4b25cecfe8f2

2012-09-19  Luboš Luňák  <l.lunak@suse.cz>  [d6203d8d92b9ce63c07f932dde7c40928bea5f38]

        remove apparently unused variables
        
        Change-Id: Ia3f971b065bf0fba361871cbed63833d76b462fe

2012-09-19  Eilidh McAdam  <eilidh@lanedo.com>  [d56e7c9011e662b39f0e9775e654f62cea8765c2]

        Import RTF shape wrap property.
        
        Property \shpwrN, where N can be
        1: Wrap at top and bottom (no wrap at sides)
        2: Wrap around shape
        3: None (wrap as though shape isn't there)
        4: Wrap tightly around shape
        5: Wrap text through shape
        
        Change-Id: Ic700e06bf9ef894a6efa7e8d033888ed80a7082f
        Reviewed-on: https://gerrit.libreoffice.org/647
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Eilidh McAdam  <eilidh@lanedo.com>  [43724668d6a31a73a2847918f740f99d59ced305]

        Correctly import multiple-point curves from RTF document.
        
        The RTF segment specifier seems to indicate the type of segment with
        the first two bytes and how many points the specifier applies to with
        the last two bytes. Note that without further test docs, this
        hypothesis is yet to be thoroughly tested.
        
        Change-Id: I6f85435f52ef244b9c417e67d54c236ef4c7f149
        Reviewed-on: https://gerrit.libreoffice.org/646
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [eb98aa29af690710bd2b8ce1d2ab8d4237894cf4]

        officecfg: oops, create directory first...
        
        Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [37b1ea0611abb41e5e7510ef579090496a38f29d]

        officecfg: define list of schema files only once in files.mk
        
        Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15

2012-09-19  Michael Stahl  <mstahl@redhat.com>  [c79be77c3506e2c6b28beffb744cd46ab49e19bc]

        officecfg: replace hardcoded includes in unit test with generated header
        
        Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d

2012-09-19  Tor Lillqvist  <tml@iki.fi>  [38fd69053ea0917ab82a364c0e1409a8dd27bd2f]

        Add ENABLE_SDREMOTE ifdef here, too
        
        Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [03a9f139bd9ea1a4f9096fc982e6b326def58532]

        ComponentContext::getUnoContext -> getComponentContext simplification
        
        ...and some further clean-up.
        
        Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [e8a169c93d7e2443a2e56afe7e99cd0721a2c27b]

        n#778828 testcase
        
        Change-Id: I38ba0fd4128acfa114eac0b6b6e28ea49c335f0c

2012-09-19  Miklos Vajna  <vmiklos@suse.cz>  [1a60519fcd7706b487ceb7c5e879a81a6109f839]

        n#778828 fix docx import of continous section break on title page
        
        Change-Id: Ib9e9cce5abdcf00c2546f831c8af191da10e1b15

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [9cabd6afcb424067ef93a43dc77d94d6914e631f]

        Fold ImpressSdRemote.xcs back into Impress.xcs
        
        This effectively reverts 8c5cd962353dd9ce8234211a66547eb057202eb5 "config split
        for sdremote" (what was the rationale for that, anyway? having the two little
        additions in Impress.xcs always should not be a big deal),
        63a73c119c188e6a4b22fb99fc2571f200073bde "Hopefully fix the remote config access
        to work with the new schema.", ee5403b98bf0e89693a14f7a1ae5658d9e5eb730
        "officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and
        4cce7027a6e700a6a7392b806c3d059172268f6d "Rename Impress-sdremote.xcs to
        ImpressSdRemote.xcs + add to postprocess."
        
        Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c

2012-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b1cd18bcd1d93c72c6ce84de42e58046bdaf8d1d]

        Return empty string for null notes to avoid showing null in UI.
        
        Change-Id: I1f60ce48d9d11b074aa268eda118c427b3cc62c0

2012-09-19  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1ec2482f8e3693ec4d9335d3fb44af20bd77de49]

        More ::rtl::OUString to OUString and some sal_Bool to bool in avmedia
        
        Change-Id: Ia3ed38eb017e02df7109e684bc59017f47af3543
        Reviewed-on: https://gerrit.libreoffice.org/644
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [715d413616e0196f3e1b9fddb54b839346c6a239]

        sdui requires -DENABLE_SDREMOTE too.
        
        Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a

2012-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4cce7027a6e700a6a7392b806c3d059172268f6d]

        Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess.
        
        Change-Id: Iead72e5dca861a422507cf70d9b35366c701c84a

2012-09-19  László Németh  <nemeth@numbertext.org>  [88303a8303d35dd927c051811af869568dd7c838]

        fdo#55045 fix broken Hungarian grammar checking options
        
        Change-Id: I488dda6f456e841f41c4623634d2cb597e3a3c0a
        Reviewed-on: https://gerrit.libreoffice.org/639
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-19  Stephan Bergmann  <sbergman@redhat.com>  [610f6a95a3a197ae5a39e7b699961f29ced44e63]

        -Werror,-Wunused-private-field workaround (RemoteDialog)
        
        Change-Id: I6673ec882c40b6cc31b5d42ab3b2f57cd48c9e08

2012-09-19  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [61b37c8bf4d1f536cf591b5356e7e10bfe72052c]

        Add definition for G_VALUE_INIT as it doesn't exist for glib < 2.30.
        
        Change-Id: I48999baf1c6387c68d0a36f618e6e1d5a9e12b07

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24761a6fd7ec028ad94f5b0c9993e0ac804bdee7]

        use the defines instead of hard coded numbers
        
        Change-Id: Id410cd758f325b9c7011ae1b7b911914a5822e0d

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b6314f81cc4d6c29dd83b0009e3d3cd7b419c08]

        enable the content test for lotus 123 files
        
        Change-Id: I8819b99b1eb1ea27d7e242d329f1e4fc878bdb2b

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b91d2753cd5ee89e4dc124d1cbd5ff2fb03bc2cf]

        tabs to spaces + whitespace clean-up
        
        Change-Id: I0ebe036a53c969ba252469d10d05cdc7e2e07176

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [09ce51c3e3151ac73a306518deb81119fa159775]

        import values and formulas from lotus-123, fdo#55066
        
        Change-Id: Ia403c849ef537c7f7804f907889110b8096c0bb6

2012-09-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbd22a986a64634d332b6cf85271b14c7bf7771c]

        tabs to spaces
        
        Change-Id: I06376afcfe2a08c611e5426521ee9bac7f1637da

2012-09-18  Michael Meeks  <michael.meeks@suse.com>  [b565c57f4b42ffeea5c7d07b5c2c926ee2a9eff0]

        correct python wizards component file

2012-09-18  Michael Meeks  <michael.meeks@suse.com>  [f26187ff157a86210d4f8d03e4524380a88ed844]

        add help on python debugging.

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c72af8739d57035b9cd0771941939bd77813348e]

        Some cleanups.
        
        Change-Id: I8812c9928409bcdb78dac1479c5e2205f2616965

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0a84d2f3bf5b13cabc266df411ee1bffcf5f9adf]

        Remove unnecessary use of GVariant to allow building on older GLib.
        
        Change-Id: Ie66a8b82193fce4060ca4949ace574398f95515e

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc75f10853dcfbc6b332af0942d528d0430abba3]

        disable failing unoapi test, fdo#55065
        
        Change-Id: I41b4708ae336886cd25f11c1d9f8b7a04b4f48f9

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46539a912646c1df5076420e5b03a857870f3610]

        forgot to change the border xls test
        
        Change-Id: I59f00f19e4e351e6a9a622862ba775a15d1c93dd

2012-09-18  Michael Stahl  <mstahl@redhat.com>  [ee5403b98bf0e89693a14f7a1ae5658d9e5eb730]

        officecfg: generate header for Impress-sdremote, handle "-" in xcs name
        
        Change-Id: I3f965a293cb6cbd5cafe42e1a05565282f2e10c7

2012-09-18  Rene Engelhard  <rene@debian.org>  [0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1]

        move -DENABLE_SDREMOTE together with the files
        
        Change-Id: I7a3ee931182dcce5e4ac46beae96caec18d9eac3

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [06dd3f641a26e5c17ed5d8ed3ab3463455ec5fc2]

        Hopefully the last ENABLE_SDREMOTE fix.
        
        Change-Id: I1165ec0090b127468d162cbe60f5f2195ad41e78

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [56dcf84da2c4bf37c151610188d8f47715b538e2]

        Fix mispaste.
        
        Change-Id: I80908ec6886eb5b7b30d0465bdf4a2f92340ce7c

2012-09-18  Rene Engelhard  <rene@debian.org>  [b930b398616a68a58b355697a3b6d6c01e621e14]

        actually define ENABLE_SDREMOTE in sd
        
        Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [22c0e6556a630a736288c5b1b24f39fe4124566e]

        Some more fixes for ENABLE_SDREMOTE.
        
        Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8f81eb2d742408548088e46b9ccab3a006015102]

        Wrap all external use of RemoteServer in ENABLE_SDREMOTE.
        
        Change-Id: I09d7427f3b0a07850b71f76c1df718401fea9ce7

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fac308c3641c55e12014613eb7fc09cb51039e44]

        adapt xls import of borders to new border drawing code, fdo#53287
        
        Change-Id: Ibf2da0a01a6146a955ff60cfedc108548faa6fe5

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [63a73c119c188e6a4b22fb99fc2571f200073bde]

        Hopefully fix the remote config access to work with the new schema.
        
        Change-Id: I0f7e355c4a50ea51c386e9db02047e130b354a26

2012-09-18  Michael Stahl  <mstahl@redhat.com>  [34abe04f1c7fde015b87c117a8b3c9ad076627e7]

        configure: dbus also missing comma: --disable-dbus turns it on
        
        Change-Id: I5b4da0a6b0f2e0587a48f14644bfa9d4442ab076

2012-09-18  Rene Engelhard  <rene@debian.org>  [d714d5d2559a8a10dfa444cd9be1df2ec258ca20]

        fix typo
        
        Change-Id: I79e68677a462787e9e60e47992595538cbce3195

2012-09-18  Michael Stahl  <mstahl@redhat.com>  [f5a6f34ad627166d5f54955eea9135466f64710d]

        configure: sdremote option was missing a comma
        
        Change-Id: I5956b2dcacc10a6413fc82d9a120b98644e6ab68

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52031d3135b4f06bb7b33cfce84a58eec426731a]

        rows with cond formats don't have empty background, fdo#54661, fdo#52535
        
        Change-Id: Iecab7e80c533caa4e36b6d2534d8446c0329fecd

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73bda3572bea446736662bca1ffd654f0d84a3ae]

        add lotus .123 import test
        
        Change-Id: Iadf71abb02f6178fbe64db6ad9377b131e00fae8

2012-09-18  Radek Doulik  <rodo@novell.com>  [d0014dae70cf3be897e5cb910b298b54b7f4e941]

        better pptx custom shape presets import/export
        
         - sometimes we produced unreadable pptx document with custom shape presets
         - fixes part of n#760997
         - before we rely on simple rule that adjustments were named
           adj1, adj2, ... in case of multiple adjustments and named
           adj in case there was only one. there are few exceptions though,
           so now we use exact adjustment names defined in presetShapeDefinitions.xml
         - TODO: there still might be problem when exporting custom shapes, which
           didn't originated in pptx import
        
        Change-Id: Ic9517a69145a295ba6f680ddc3cc30fc771db3fd

2012-09-18  Michael Meeks  <michael.meeks@suse.com>  [1964eff66c1d6f5103d3100ac642bcaf2a4536fa]

        gstreamer: various fixes for 1.0 and cleanups
        
        always re-create the playbin after the fakeVideo pre-roll to avoid 1.0 issues.
        handle the GstVideoOverlay object being created before we get our XID.
        set force-aspect-ratio to allow user scaling un-conditionally
        
        Change-Id: I8892b8f7a125c0daa7101e28f274bff3de57ee08

2012-09-18  Michael Meeks  <michael.meeks@suse.com>  [c6ffef554988a62c26172c229210c91e1de934e5]

        gstreamer: fix leaking pads.
        
        Change-Id: Ie0ffb62c4f75f8af9c2268c07dfabf14ba036115

2012-09-18  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [96111e25e16aac27e919eedec98f945a6f0f1f61]

        Modifying comments to meet doxygen standards
        
        Change-Id: Ibc60c20241b70492aaebcebccb738c7e11fdbb41
        Reviewed-on: https://gerrit.libreoffice.org/638
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [fe4c47e41febceb4972d79874ccae4704be9b34b]

        Some clean-up of mork-related changs
        
        And reverted for now the configure error when --enable-mozilla on non-Windows;
        it is still used for other features, too.
        
        Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [64d1fcb11f4915df960ec81bc9168a557199090f]

        Switch bluetooth discoverability on when remote dialog shown (Linux).
        
        Change-Id: Ie0e4f7a353d77f5312deea06f0a316d8e1b1ed47

2012-09-18  Michael Stahl  <mstahl@redhat.com>  [6c1b61b0292359304863cd6e593b8f5d7a2cb94a]

        configure: test if tput(1) exists before calling it
        
        Change-Id: I63576b42187fb0cbf3fc867487e9530fd11319d5

2012-09-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [970b56c40c0c66125d4dfe6d7708c3535551cd4a]

        mark configure's warning with some color
        
        Change-Id: I7e225fc5ce353316cb689dc3bca8f606273e8796

2012-09-18  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78051aaa688cc330a0cc053eecc7eef24a195c49]

        be consistent with configure's default and switch wrt gtk3
        
        also record the system-cairo stuff as a proper warning, so that people
        have a chance to see it.
        
        Change-Id: Ic59bed91edbe92a642851ccef570c9dca94672f0

2012-09-18  Rene Engelhard  <rene@debian.org>  [85dbc8129887fb94370afcb587e2a9264cb2ed10]

        add --with-system-bluez and alöllow disabling of sdremote
        
        Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553

2012-09-18  Rene Engelhard  <rene@debian.org>  [8c5cd962353dd9ce8234211a66547eb057202eb5]

        config split for sdremote
        
        Change-Id: Ie1cbf033ca0f1fd56afe714cf645e3361b9b8ad0

2012-09-18  Rene Engelhard  <rene@debian.org>  [c0c393fecbc4d4df716c3f7d51ff214003767357]

        add "Makfile" for bluez_bluetooth
        
        Change-Id: If2e3cac0f1fbff33ffaf8352b4dd19eda89f4f31

2012-09-18  David Ostrovsky  <david@ostrovsky.org>  [903065dda1e574f4791ff40c31e39f14ba710424]

        switch build system to mork driver implementation
        
        On all non windows platforms no mozilla is used any more.
        On windows it used for O and OE address book access.
        Once alternative implementation for it exists,
        mozilla can be stripped there too.
        
        Change-Id: I54144005e6a284326b45a34eb958d170e872471e
        Reviewed-on: https://gerrit.libreoffice.org/637
        Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
        Tested-by: Fridrich Strba <fridrich@documentfoundation.org>

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [b8a331fefc6332baa62144095d3f26cdb456d2c7]

        warning C4805: unsafe mix of type bool and sal_Bool
        
        Change-Id: I4cae9b629649de510e35b499f299509a608a9022

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [2a32bf29b98403872235f880e91b1c08cd3d7f68]

        Make getProcessComponentContext/ServiceFactory throw instead of returning null
        
        ...with the same rationale as recent 543158edba6678d3d76eee983a9d4edd2a422fee
        "Require XComponentContext.getServiceManager to throw instead of returning null"
        (this helps find problems like 065a758d0c2b66c6683d648347b7a6cdef4a80f7 "Enable
        experimental gtk3 plugin only via SAL_USE_VCLPLUGIN").
        
        Removed comphelper::createProcessComponent[WithAguments] and replaced its few
        uses with direct calls to createInstance[WithArguments].
        
        Change-Id: Ia44b8656f74de88ef6eab3eb6bd597729b08e1c8

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [cccc6bcfa095121c91e8bbc396f5bcf7e95424b9]

        Don't access broken service mgr during bootstrap failure
        
        ...so that displaying a (non-translated) error box upon BE_UNO_SERVICEMANAGER
        works after all.  Augment the error text with an exception message where
        appropriate.  This allows to revert fdfb7a3c4b3a89b73ab5546b9620348bc4984d8f
        "Related fdo#51252: Report uncaught exceptions with MessageBox on Windows" as
        that was to catch and display failures from instantiating the service mgr.
        
        Change-Id: I049a38e95342634796eb0e940e2ee8e55193c9d3

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [a0659cc41d7764dd104bce82f8c5b3f0b8073173]

        Enable experimental gtk3 plugin only via SAL_USE_VCLPLUGIN
        
        ...and not also via experimental mode, to avoid trying to use the UNO service
        manager before it has been initialized.
        
        Change-Id: Idee8bdccf1193ebe5aa0c47c801f0e2209d57899

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [e128ec4999d3d7002caa746cb11a29f9f8609f9c]

        Use UriReferenceFactory service ctor
        
        Change-Id: I6d9af6abdae11d378937c19b7752e3e8517b3de4

2012-09-18  Michael Stahl  <mst@openoffice.org>  [c7692ae82b4c81c2ea8a9e3ee496ee525c0d44f4]

        typo
        
        Change-Id: Ibf3dd31f2c213dca83a03773c430de841d2511de

2012-09-18  Michael Stahl  <mst@openoffice.org>  [cf842d7c7f9559bfdbb3924cd05a3a50d1dff5e3]

        rhbz#852128: sw: avoid table undo crash:
        
        SwUndoTblNdsChg::UndoImpl: to prevent access of deleted table box start
        node, disconnect the SwTableBox from the start node before removing the
        table box nodes.
        This problem was probably introduced with CWS swnewtable
        db4de0817df6906db2743239d45f9f0834ab1e91, which changed the order of the
        removal operations for unknown reasons.
        
        Change-Id: Ic59823a84082cc6ff453b2b512cbb8253886ecf3

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c933f90e3bc056b7094744d1512bd068dbf8d36]

        shrink to used area for duplicate codn format, fdo#54349
        
        Change-Id: Ie0cce19c3ea2132d94a227cd051090573054b369

2012-09-18  Miklos Vajna  <vmiklos@suse.cz>  [f5b299e6721bcc67bb1afe4995f2c26b41b6adac]

        avmedia: more sal_Bool -> bool reverts
        
        Change-Id: Ifca52136a90411a60dc11458f09670d72d5d70a7

2012-09-18  Miklos Vajna  <vmiklos@suse.cz>  [1fe4aa6ed810d1be7b81875977da1da33e9fe4bf]

        n#778148 sw: fix mouse pointer over urls with background image
        
        Change-Id: Idbc93dfc95dfefc4c962ef36e0557a717550b7d7

2012-09-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [b854de954f3dd66b569af3a5ec5cdf81a78c70ca]

        deprecate oustringostreaminserter.hxx
        
        the intent of this header has canged over time. now it is already
        systematically included with ustring.hxx and the operator overload it
        provide fit nicely there...
        
        Just to be safe, since that include as been added to the api during the
        3.5 timeframe and therefore is already in 'production'
        the header remain and simply attempt to include ustring.hxx
        but a warning is issued indicating that this header should not be used
        anymore... in a couple of major release we will thenr emove it completely
        
        All internal users of that header are converted.
        
        Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
        Reviewed-on: https://gerrit.libreoffice.org/634
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-18  Luboš Luňák  <l.lunak@suse.cz>  [96b45756b46ceb06dbec5c241d09acc96891e121]

        move ostream OUString operator<< directly to ustring.hxx
        
        It apparently works that way, so there's no need to have
        an #include loop.
        
        Change-Id: I58d4f0461c14637872a139f0fbfb78f2a99fe28a

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [c3c0ae7fc68cda5a2679ce9e0a9ef892de042a65]

        -Werror=unused-parameter
        
        Change-Id: I8be7ed8c81bc2f8cca8556405169462ea6b1c0d3

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9940361f6127617c94bcd65b813f257245b61fcf]

        Provide client with state of server on startup.
        
        Change-Id: Ic516afd65025cf4a8c7d3539d9010ad30e05e429

2012-09-18  Michael Meeks  <michael.meeks@suse.com>  [0edc04d2d659456f5c22406a79901d54c530a979]

        WaE: calm android tinderboxen
        
        Change-Id: Iaeb809770acec4b3c38e42038fe2820b2da2051d

2012-09-18  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4aed4eb1ca76ed5fe52160a1b5cba70df816729d]

        Further improvements to connection and feedback.
        
        Change-Id: I04c48ad3d465e132ea9adaf840e9f858a7096794

2012-09-18  Miklos Vajna  <vmiklos@suse.cz>  [988948cb8f94ca791baaa6374493b93b789ba3e9]

        avmedia: problematic sal_Bool -> bool conversion when interacting with UNO
        
        Change-Id: If6c52ed167a418f88d96b5d5a7319cd9a7bca11d

2012-09-18  David Ostrovsky  <david@ostrovsky.org>  [77e4adbe4759f21f6cf095d954391a9ddbbec2cf]

        mork driver implementation
        
        This is a preparation for merge into master, feature/mork
        branch is obsoslete and shouldn't be used any more. In
        context of this change the usage of old mozilla based mork
        driver depends on platform: all non windows platforms use
        this new mork driver, windows still uses mozilla.
        
        Because mozilla driver shipping was stripped on feature/mork
        branch for all platforms, the corresponding commits were
        changed prior to creating this change (the build file changes
        are reverted now). So the build and shipping of different mork
        driver implementation should be implemented from scratch:
        mozilla on windows, new mork dirver on all other platforms.
        
        Currently the new mork dirver is compiled (on all platforms),
        but not used. It can be tested with mork_helper executable.
        
        fdo#51004
        
        Change-Id: Ib2413ab6856f163337aa311c4bf7b1182d6c6f63
        Reviewed-on: https://gerrit.libreoffice.org/635
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-18  Ricardo Montania  <ricardo@linuxafundo.com.br>  [a60c63fd66a5a2069ea812f94c000dc4273e8ceb]

        corrections ::rtl::OUString, sal_Bool and macros, in avmedia
        
        Change-Id: Iae12f009a358ef8d648f094db968dae25f0c14a0
        Reviewed-on: https://gerrit.libreoffice.org/636
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [082155566a88b470da1fa197c264fff6cacc32f5]

        broadcaster cells are empty, fdo#54553
        
        Change-Id: Ie7c251b7eaee248c97f4f931175bc26539acb22a

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61f6bfca7bd55dd8a9cfdd1f966e0da53a3101b3]

        use light red as error color
        
        Change-Id: Ia16b683c47743a921e70ce1bb7f37724e4ad7c9d

2012-09-18  Stephan Bergmann  <sbergman@redhat.com>  [8ed8bb24b5300267f83be9ff537599537ffa4cb0]

        Adapt Windows-only code to changed ucbhelper::Content
        
        Change-Id: I1ed4a59b7eef5f841754bc616ad94cbd82227ad0

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c673a1f1212060dd5c5b9017354ad54321bb9549]

        Test for setting current page back to '- all -' in pivot table.
        
        Change-Id: I2fc0ac9609855273e47c492c72066dede9ff6850

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7649f4ae1751ebcd528ea54f6affa63d34b9b56]

        Updated mdds to 0.6.1.
        
        Change-Id: Ibc0a67b689e5731afdfe2b9af7d991a998ffb389

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ecaf778a7a6950082589e74696c3b33753b28ad]

        Use mdds::flat_segment_tree to store row flags.
        
        Much less memory footprint & better scalability.
        
        Change-Id: Idef9afe5fa6e247e59fb949d4c9955fab4f669dc

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a2e5986555a3d2325f9f6ad1702ece305ce8df0]

        Forward declaration cleanup in header files.
        
        Change-Id: I2bbfa48e49bb8c91c6d3e2bb485ded9e8e67f13b

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3469ce86e954d6b9c15d3442791121c8c8d015e]

        Do the same for the no-parameter variant of fillTable().
        
        Change-Id: I698e70e7713697e2951c3e6ead4b4d2198d8a6cf

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b9a8efb824b5fe6113a14279ea5a4c8070d260f]

        Refactor fillTable (3-param variant) to skip trailing empty rows.
        
        This speeds up the process considerably if the size of the trailing
        empty rows is huge.
        
        Change-Id: Ide91174b09472a20309b4f6e18d658cb8fbefa42

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e50a93d228fbd41dc1d75aec48df088302900f8]

        Determine data size in cache that doesn't include trailing empty rows.
        
        Change-Id: I47632b7ae93f4e68c4512fc30f4e4fe18e1c5f4d

2012-09-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [123206d00227c102a4bee0444acdeb34bcb92802]

        Reduce indentation by early bailout.
        
        Change-Id: I8cbf348289acb98d30d8e295f296c43655b00a08

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01e63352677242ca6915cc37601c4f8b0a49881c]

        and another test for ScRangeList::DeleteArea
        
        Change-Id: I1fa81b32f9ffc70769876becbcf213796cab405b

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f0b2c26ce6854463577058ee1d84fefd1889b2c]

        more tests for ScRangeList::DeleteArea
        
        Change-Id: I1ba3278d8c74c62f28f2b89bec35bc33be477094

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59bdd7aef895256c34f81fb77767cb4972d596ae]

        use the typedefs in ScRangeList
        
        Change-Id: If90c068eb4db26203612a54aa3536118650bfb43

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8f449c581c252a8ef5eb02ca2502c7abdd8317d]

        it is better to use ScRangeList::In than Intersects
        
        Change-Id: Idb9839c827729edaa72442f78fbd2fd6561d95c8

2012-09-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [011060da4d3532770bfc063dd5034f402a194f30]

        add tests for ScRangeList::UpdateReference
        
        Change-Id: I0461b7a23b4743f6e73e6c771b1b2119ad1bce15

2012-09-17  Tim Retout  <tim@retout.co.uk>  [b6e33e2322cae87f450237273fe9a8e42806e107]

        installer: wrap main function with error handling.
        
        Change-Id: Idca4dab27644e2c30a6c0a7549021c59fd99bc3a

2012-09-17  Tim Retout  <tim@retout.co.uk>  [3ce06f2dc80cbe7858721d4617a761f71f59c0db]

        installer: Inline @installer::globals::environmentvariables
        
        Change-Id: I9aab3ec39b833dac242b9ede21ac3f2e5eb78200

2012-09-17  Andras Timar  <atimar@suse.com>  [41086934cfb39f491c3f81e38a0286d66b2772cf]

        fdo#54232 set encoding of Romanian MSI tables to UTF-8
        
        Change-Id: I0604998e5019757c47050e4f94b1feb1b847cfca

2012-09-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [477e19d22f7952c78df22416099a4f57f9e90684]

        targetted make reversion.

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [764e7e71038d5ae66061f44bc0cd51ce33ae96ed]

        hopefully a corect way to deal with deleting rows and cols, fdo#54842
        
        Change-Id: I4ec1a8225ae3c84352643876065fb4cc7073b9f4

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f165111cf4f62353a674bd3497d8cf4a0480a3ab]

        one more test for ScRangeList::DeleteArea
        
        Change-Id: I42d31f6653990a81eff815d3d0feffad84b1379e

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [d2092dc56b19c24b481f64fa9708f4ed3f9c8dfb]

        Keep null service manager throw a DeploymentException
        
        ...rather than a general RuntimeException, for consistency with existing service
        ctor code.
        
        Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [1b699e5c20577298624dbc86196f6421c386915b]

        Missing semicolon
        
        Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf

2012-09-17  Muthu Subramanian  <sumuthu@suse.com>  [9057689742c28279bc09844acfd8dbd64d3244d7]

        Modifying #ifdef to match header file.

2012-09-17  Michael Meeks  <michael.meeks@suse.com>  [f88c4a5bc155b64421639b57c7a5758c06a6afbd]

        dung out namespacing clutter.
        
        Change-Id: I14794ca0cd2a8ea84ba41e1dc689503647696e3a

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d495c7d42d54bf37ed751a2ff1cf458d75af3bf8]

        Add pin_validating message to protocol to allow for feedback in app.
        
        Change-Id: Ia4cfd0b848408713cff4f476e6d6be069d1cb5a8

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5962129ea8076ae816900684e620498ca90103cc]

        Dialog for connection, more activity launching cleanup.
        
        Change-Id: I1ff8508daa2863020c6d7fa735f0f23b1ce96d8f

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [543158edba6678d3d76eee983a9d4edd2a422fee]

        Require XComponentContext.getServiceManager to throw instead of returning null
        
        This is such a fatal error that there is probably no point in trying to handle
        it, so allow to simplify client code by removing the requirement to check for a
        null return value.
        
        Simplified some client code accordingly (modules configmgr and ure, and the code
        generated by cppumaker and javamaker).
        
        Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31

2012-09-17  Nicholas Shanks  <nickshanks@nickshanks.com>  [6e78fd18c9ca2d70af93cad321f55f3d72172742]

        revised MacOSX mimetype icons
        
        Change-Id: I68a1f132d0c4c379a3bcbf5e1a0f9a37604a8948

2012-09-17  Thorsten Behrens  <tbehrens@suse.com>  [1b3b9585201c8d6037e96aa5ed78c3947a5a8a26]

        Cppcheck: remove duplicate if/else in sd.
        
        Change-Id: I872dd578729d8fe43d50fbf835b977adff8aded5

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [7371e3dbeb3637587eab141ee20f4cd8a4fc9373]

        Attempt at adapting Windows-only code to ucbhelper::Content changes
        
        Change-Id: Ib17e2153746da9e097cccef1bd70bbbd349c7920

2012-09-17  Nicholas Shanks  <nickshanks@nickshanks.com>  [00ec76a49d8caa2e367151683a77eefcc1ee75df]

        Resolves: fdo#54820 128x128px and 256x256px icons too small on MacOSX
        
        Change-Id: I9d1d21737da21724f98c2a7d06734693bb4ebedb

2012-09-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [195f17ee40003f0ff74d08fecf5d68afe9cb1036]

        migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic
        
        Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0
        Reviewed-on: https://gerrit.libreoffice.org/632
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [c9d3373dadc1fbb36a6cf62661f0ec59b313d74b]

        Help compilers with explicit template argument.
        
        Change-Id: Ib958807b0227d6aa7fdd0c51b2ad7a595f4eaa71

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [038edb6130ce4534950589b7d5353b60956868dc]

        writer split cells entry results in a dialog, so use ellipse
        
        Change-Id: Id8f0d0eada854cc584e613b10e341602517ed47e
        (cherry picked from commit 1c335df02a7ed77a571ffd5f51f5d6d6710d7d52)

2012-09-17  Miklos Vajna  <vmiklos@suse.cz>  [c6f6faeda1324d220e4018194f1a697a691d916b]

        n#778140 testcase
        
        Change-Id: I50ba7e12eec41c90dff1a378113f46bff36552a4

2012-09-17  Miklos Vajna  <vmiklos@suse.cz>  [895edc12a48e59b67f7eaeb0245b9d051eee28d8]

        fix typo
        
        Change-Id: Iaccb9a09576e47ad35161f9ac5e4f07c192267d9

2012-09-17  Michael Meeks  <michael.meeks@suse.com>  [8a73c22b9b5e6e5044962caaceda32cb0c67a57b]

        android: disable clucene

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f38715f7a8033d2258acc0d49da1a74951c8f1ad]

        Modify and simplify activity starting and backstack usage.
        
        Change-Id: Ic4c4806ea3e791d0d75621e678166d0ffbbfa96a

2012-09-17  Luboš Luňák  <l.lunak@suse.cz>  [e3b2030ca395ec8c2d09b35b381b67c3c76da5e5]

        libcmis: fixed some conflict with windows.h definitions
        
        Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a182026fce922a9f69e8da76d46e87e7188a4e9]

        don't use delete with remove_if, related fdo#54498
        
        Change-Id: I508ceb8dfe13fbfe54b4262d26bd215462c90c40

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6bca122176cdb2b6e822fc933f159dc3e3c8d46]

        don't delete ranges in ScRangeList::UpdateReference, fdo#54498
        
        Change-Id: Id6a1f9f514c8221e5ca79e1eaafe69916fc1d1bd

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [576ba0c0c082dfe50c4b97292093b833443c3756]

        Some comment clean up
        
        Change-Id: I33fbe68b17e9a1c457b37c6d81619f2df67fbe8d

2012-09-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [afbc57927854c423e12206c048bbe7c285a4d9a6]

        add osl_atomic_* api to allow for inlined atomic increment/decrement
        
        atomic increment/decrement is provided by
        osl_increment/decrementInterlockedCount()
        but that is a exported dll function, so it cannot be inlined.
        
        valgrind analysis of a run, loading a medium sized spreadsheet, shows
        that these 2 functions were called 3.5 millions times for a total cost of
        55 millions of instructions... a cost of 8 instructions per call,
        which is at least a 300% overhead since an atomic inc/dec is 2 instructions
        iow we could save about 1% of the total instruction count of that run(4.6B)
        
        We cannot change the existing api, as this would break ABI.
        but we can add a new api. and migrate internal user to it.
        
        osl_atomic_decrement/osl_atomic_increment do the same task,
        than osl_*IntelockedCount() but do that inlined if possible.
        
        Note that this version only optimize the case GCC with atomic built-in.
        but support for other case should not be very hard.
        
        follows-up patches will replace the use of the osl_*InterlockedCount()
        in the product with their osl_atomic_* equivalent.
        
        Change-Id: If4dcbf94ea6f62eb6d55d30613fe65878ffb8023
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [581aa2ae225c0d61f65025a5b0155820818e89e0]

        Improvement on previous commit
        
        Change-Id: Idadc0feb5e9c8a3abb5e53395003c386932aa05e

2012-09-17  Noel Grandin  <noel@peralex.com>  [900d60b3cd648be79aaaa84c992edf9953c0c7f9]

        fdo#46808, Adapt bridge::BridgeFactory UNO service to new style
        
        Create a merged XBridgeFactory2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I7309f4d30f0e772bc203c701eb3407b920ffafcc

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [e3c05e34fddcecb81a8bd1f625ebcd601a0c0238]

        Improvement on previous commit
        
        Change-Id: I609961ece562b7e02c542cfeb23d7c584a9663d9

2012-09-17  Noel Grandin  <noel@peralex.com>  [369e3fdcdafdb112a6963fb86fa4d4d0edb29c00]

        fdo#46808, Adapt i18n::LocaleData UNO service to new style
        
        The implementation of the LocaleData implements the optional XLocaleData4,
        so rather than creating a new interface for the new-style service, we simply
        make the service implement XLocaleData4, which in turn implements
        XLocaleData3, XLocaleData2, XLocaleData.
        
        Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a

2012-09-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9486e6c45f5e15e07f4717fdbaaf30afe6ed86b9]

        libcmis: bad warning fix... refixed
        
        Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516

2012-09-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0065e6613b47d7977bbc45d8d8060257390795d0]

        Forgot to git add libcmis-0.3.0-warnings.patch
        
        Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab

2012-09-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bcaa72b06e1ce08ff81908609292d54f218ea10e]

        libcmis: silenced some warnings
        
        Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [cdd7e25a5b7be8f6161629417c96fcf76858c135]

        These tests do not need the UCB
        
        Change-Id: Ic5cd29efc01df5c77a7b4619f3e0cddb483817a6

2012-09-17  Luboš Luňák  <l.lunak@suse.cz>  [1e5e5c4022d582e2bef86425560f5109d41bdd63]

        avoid C++11 narrowing conversion error with clang
        
        /home/tinderbox/clang-master-build/solver/unxlngi6/inc/external/boost/uuid/seed_rng.hpp:143:61:
        error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing]
                    unsigned int rn[] = { std::rand(), std::rand(), std::rand() };
        
        Change-Id: Iea9808492cd3fbcf078e61bbc184bdc434e7cd8a

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [af875ebebc79023c22c7c78b539ed60e58a57fdf]

        Missing dependency
        
        Change-Id: Iba87094fe3c003f5c49f995a54531462298ea190

2012-09-17  Miklos Vajna  <vmiklos@suse.cz>  [4dff8b0d40a1d5dbb36bc549f1e528e0eccae39b]

        n#778140 DOCX import of w:doNotUseHTMLParagraphAutoSpacing compat option
        
        This reverts commit 61c94cbe2cbbbcaa1e44edecc4add60eb6d7937d (as it
        touched values which are not in the spec) and sets the correct paragraph
        top/bottom margin in case the compat option is enabled.
        
        Change-Id: I152a76d8fcdef3acf5491783c2ccacd2d48e76b3

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [f91e008c986b1d57c092103f1b68e75805499a59]

        older icu's appear to have the features, but not the typedefs
        
        Change-Id: Ic17ffb49e7f143366c9c200d1c04b0536f2222b4

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [e8b79f29a66b0528ad9ba2023930d3ba23915022]

        fdo#54858: DocumentDigitalSignatures::initialize can be called with 0 args now
        
        ...as the new createDefault service ctor internally calls
        createInstanceWithArgumentsAndContext, not plain createInstance[WithContext].
        
        Change-Id: Ia3bf8167154a4ae9d64dae271cc23d513e9e77fb

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [01cadc8fdbc9eab94833566263e6bd0acb313c3c]

        Related: rhbz#857860 enable ligatures and kerning only when requested
        
        Change-Id: I8c4d9744c9a8704fbb7de5670933f2229f710fce

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [d5e15c6355e5bbf9ca87545f9ffb2f81b85d6d8d]

        update unused code list
        
        Change-Id: I4d6ad11fbe68420931e88defa20afbef290d4d24

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [68ffb332f5717f9ef6af11497372becddaac7ef0]

        nothing propagates HAVE_CUPS_H so cups is always disabled
        
        regression from 22f2e5f286d55cd5c1ead07fb82cd78027abf490
        
        so, lets follow the same pattern as else where and fixup
        ENABLE_CUPS to be TRUE when enabled and lets just link
        against cups and not do the dlopen dance
        
        Change-Id: I3cff1bd98a7474c403d7ff66183e76e26e407de8

2012-09-17  Caolán McNamara  <caolanm@redhat.com>  [c20ba023c738c0c76a07c94cb43c0a6d06f12374]

        XubString->OUString
        
        Change-Id: Ic8b191dfb0d14e129dc804aeb4ac14c732e72e6b

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [44aa7df623e7cc113fd81f84e4a0d3de786f311f]

        Missing include
        
        Change-Id: I7917d061f4aed307f29d428a72c793e782944e49

2012-09-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [72411fca4852f4395cf4bf206016a041bee6c53a]

        don't add invalid UTF-8 to _NET_WM_NAME and _NET_WM_ICON_NAME
        
        time to get rid of workarounds for broken window managers that were
        introduced more than 10 years ago.
        
        Change-Id: I43b4c7aeab1b86b3d4a290a1d1d64c6fcb9a57ef
        Reviewed-on: https://gerrit.libreoffice.org/633
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9f8cd15be96c74428296534061f1103ae392164c]

        Add icons + device name display to pairing activity.
        
        Change-Id: If27119e3e62bac8046fcc33cb12767b116bcc991

2012-09-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9b0b15ee092d70fcaf0bfe4c2da35371d9c6b142]

        checksize.pl chokes on empty files created by __debug_install_post…
        
        …that is /usr/lib/rpm/mageia/find-debuginfo.sh on Mageia for example.
        As the desktop-integration packages don't have any binaries whose
        debuginfo could be extracted and put into a -debug package, there is no
        impact on the packages themselves.
        
        Change-Id: I99756f6a1a3de707a94f7559b9f1b5169d2e7ee1
        Reviewed-on: https://gerrit.libreoffice.org/630
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-17  Douglas Rodrigues de Almeida  <douglasralmeida@live.com>  [01abb62444a60757364a54317d024b0280894058]

        Easyhack 50089
        
        UI accelerator keys missing in sections Table Design and Slide Transition of task pane.
        
        I chose characters that are not used as menus keys.
        
        Change-Id: Ide70e4703b0e27e001d487e07fa05fb14481cad2
        Reviewed-on: https://gerrit.libreoffice.org/629
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-17  sagar  <ssrivastava@kacst.edu.sa>  [b079fd5a1be6628ac15b443a67698771dd716b83]

        fdo#34792 - Fix for truncated field labels in Bibliography database dialog
        
        Change-Id: I256b2b0ad508faed68c9faf0df6a9bb2e334cc66
        Reviewed-on: https://gerrit.libreoffice.org/627
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ee181f82aa0de60c0d468dc81b028d4917a2fa3c]

        Styling and icons for Selector Activity complete.
        
        Change-Id: I11e26c9c97c4e9aea465c0d9f6b7863a260a3577

2012-09-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9d265e1b693ccf2e6856ead3ca867fac36510726]

        fdo#54858: fix UNO service conversion
        
        regression from 197a79e57131c976a489882479a679ba2ab61b82
        
        Change-Id: I3fbba4da0d293659d8521c768d34de18cd6bc634
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-09-17  Stephan Bergmann  <sbergman@redhat.com>  [24aec4dad64f8408552ba1c1e070b04a7297713f]

        Include header with prototypes of defined functions
        
        Change-Id: Ia28c36b1627ef944adecd5c8a55c150bd0f9aa02

2012-09-17  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b8834500f714005ba335a9219a43492a321b5df2]

        Changed timerUpdateThread to Runnable for clarity.
        
        Change-Id: I49d66181d3aecddf8a5f6fbccccce01699aaa465

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4a6a8d239d2e3da2e4a772efe095c292ca69827]

        add more test for ScRangeList::DeleteArea
        
        Change-Id: I2484603b74cbdb1f92c08eac6c02d9a091e06eb9

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21edfcb82484be3e30e8e7f27f4cf68ec1cb8c4b]

        test case for ScRangeList
        
        Change-Id: I371ac1b3236777a73e4f25f93d465041308e34b4

2012-09-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4cf0759e7c6bd698c929a11c771d2ab03f1b9536]

        fix ScRangeList::DeleteArea for the 4 ranges case
        
        Change-Id: I6321a722be6779d839459ed71b793a46e0968567

2012-09-16  Andras Timar  <atimar@suse.com>  [eaa81cc2f02e9479cc76dba88a291d285046114d]

        move help compiler/linker/indexer to a new module
        
        we may want to use syntax highlighter class from svtools later,
        which is not available for l10ntools
        
        Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac

2012-09-16  David Tardon  <dtardon@redhat.com>  [eb5b28c3448af4764592baf432cbeba9d91c3c4a]

        export sal init and deinit functions
        
        Linking of cppunittester (and any other executable that uses
        SAL_IMPLEMENT_MAIN or SAL_IMPLEMENT_MAIN_WITH_ARGS) fails otherwise.
        
        Change-Id: I778941ab2069819789f96ab04f364ea61cf4a3cb

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [21fbe158f17c82c882ef91d3387f8adf15b6eb7c]

        Remove useless variable
        
        Change-Id: Id554c4aba878b329351b2c61e0e90d4515debd6a

2012-09-16  Peter Jentsch  <pjotr@guineapics.de>  [8b950e8213c25212e6656a3e0da3ff6f470dcbfe]

        fix endless recursion with some characters in spreadsheetml headers/footers

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [5bfa5cb86a9737ad97e068fd9d1ea40397d2ac3f]

        Fix duplicate branches for if and else
        
        Change-Id: Ic602fd4df63e6807f49c256ce7849ae587eeb82d

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [823d44d390ae57e7e13a7edfa57060af9c3c561e]

        Fix consecutive return, goto... statements are unnecessary
        
        Change-Id: Ia0c399470b933824ae6fefbb486cf742f72312fd

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [660e72bda2bc7587c6e0f321c82f80310562e451]

        Fix for inefficient checking for 'm_aRepositories' emptiness
        
        Change-Id: I33785ba3b9fb100b1ffb0d0ac78894593bf52ee9

2012-09-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78e35a68b23830debc574431c18f1b7637a513c8]

        only delete cond formats when attributes are deleted, fdo#54748
        
        Change-Id: I41829e8464fb2fb5e7bbc435f9aa5ed72e7d5cbc

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [7389140c1a7a2f5b370f0a54f460c70b6fa55261]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I4028296dd86eef2b8f84cab15eba3c4c15b18c6f

2012-09-16  Julien Nabet  <serval2412@yahoo.fr>  [1e088494853ee93ded3fcefab23052fb7f07f620]

        Prefer prefix ++/-- operators for non-primitive type
        
        Change-Id: I0373b40ee404c74ca3c2bd479c5f7b18b7495548

2012-09-15  Alexander Wilms  <alexander.wilms@zoho.com>  [3fad87a2df124b3cc0b73fe093346e611b440080]

        Added Tango icons
        
        Change-Id: I383a631961e2db1e0eb92e78995c9e8c4b232264

2012-09-15  Stephan Bergmann  <sbergman@redhat.com>  [659c6a363bf84bd2520042ba80bc507763b57b78]

        Let --enable-assert-always-abort affect setting NDEBUG directly
        
        For one, assert.h is designed to be includeable multiple times with changing
        NDEBUG settings, so it is not robust to include it early in sal/macros.h with
        "correct" NDEBUG settings and potentially include it again later.  For another,
        there is #ifndef NDEBUG code providing functionality used exclusively within
        assert calls, which must be compiled with the same NDEBUG-setting as the
        relevant #include <assert.h>.
        
        Change-Id: I7b2f9c85f8e2155051274757c64162ed5a5e9d1b

2012-09-15  Stephan Bergmann  <sbergman@redhat.com>  [7a042c8204628c573fc52d5fb4e4a5ba650b1604]

        Include saldllapi.h explicitly where needed
        
        Change-Id: I7ba421479cd332e059ed9da1c6090e2df420347e

2012-09-15  Stephan Bergmann  <sbergman@redhat.com>  [e9689e4fdcf876e7bcaf564e060a3512e0fe9ef3]

        Revert "saldllapi.h is really not included outside of sal itself"
        
        This reverts commit 2dfe34ce0efef6ec0412130a32f755657710363d:
        
        * sal/saldllapi.h is about something different than sal/types.h (it is rather a
          mistake of cf77e8a0b9dc26d5007c76388c3f09231f048bdd "sal: add visibility
          symbols" to shortcut the #include of sal/saldllapi.h into sal/types.h instead
          of the headers that actually need it), not every header needs to include
          sal/types.h
        
        * sal/config.h is the header to always include first (not sal/types.h)
        
        Change-Id: I217f2540197ddb682c6c00e529b812b04b327d73

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [0d40167cec11faee1488397fa323ae4511ac2050]

        Fix iterator management
        
        Thank you Markus for your feedback
        
        Change-Id: I10fc6e2be8d648f3be1d2081582c90e27cf3505d

2012-09-15  Michael Meeks  <michael.meeks@suse.com>  [084d40d601e407fde2cba7458ea29665052c4a55]

        fix odma plugin for new ucbhelper API
        
        Change-Id: I40c58967aca4f9a808feb8528f2f3ba651bb2a80

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [d7515f60dc0ebb54fb2db7de46b3579963698e6a]

        Simplify AutoOGuardArray + rename private attribute
        
        Change-Id: I9d651303fb80ef5c81d608e56a87cb9548c13f8f

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [64787ead29124860841e892b66319979e13ee61e]

        Remove unused variable
        
        Should we use vector for m_pListLevels and use iterator then?
        Where does the "10" come from?
        
        Change-Id: I2c0d569db48226149645f039ca11633ae2b6c7a2

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [f2504a0a9ff348784b1533ff3798c1e762c6201c]

        Fix some "Variables reassigned a value before the old one has been used"
        
        Change-Id: I64eadd8f34e9d60e9d696fa572dc0001532eab02

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [a579ad2c086f1854f7bb6058ec590d1427e72984]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ia6a14d2365fe0a31892517387035e4ebec1f25eb

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [fb98459e66461f5ff82d849decb170ee0d81a391]

        Fix comparison
        
        Change-Id: Id2db7abdec7373082f85fb9d8479427d09cc0a12

2012-09-15  Julien Nabet  <serval2412@yahoo.fr>  [f5beefb2eaf4bc513aebdc11355890dff3f040fa]

        Fix some "Variables reassigned a value before the old one has been used"
        
        Change-Id: I38d62d2c095b87f08d37acfc26df07a4920be4d2

2012-09-15  Ricardo Montania  <ricardo@linuxafundo.com.br>  [25ebe01cf39eba32e8e65995d709e5e803b627a1]

        More ::rtl::OUString to OUString in avmedia
        
        Change-Id: Ic5478199d8ff1cd79dc54e680e8a6c257e7d8325
        Reviewed-on: https://gerrit.libreoffice.org/625
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-15  Ricardo Montania  <ricardo@linuxafundo.com.br>  [50f5870632decd081d7396aef81d44c9523f2679]

        More ::rtl::OUString to OUString in avmedia
        
        Change-Id: I0e49d84b5a7aa47dc315735a8198ba7fdde0b4e7
        Reviewed-on: https://gerrit.libreoffice.org/621
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-14  Andras Timar  <atimar@suse.com>  [f3b0081044d0a5b98c6c8a5e2bf3dfd84287bc21]

        trim leading (and trailing) spaces when extracting help string
        
        and put leading spaces back on merge. It will result in cleaner
        strings in .po files, and indentation of Basic code examples
        will be kept more easily.
        
        Change-Id: Icdd5cb94069f506ed0b7edf7483ccfd139f296aa

2012-09-14  Andras Timar  <atimar@suse.com>  [fa81ac50dd6613ff9c55d2169538a062a417e89d]

        remove DONTSHOWINUSERINSTALL style, because it is not interpreted
        
        Change-Id: I146e29a68b04ce227fd2b9568fd2bbcd79b45792

2012-09-14  Andras Timar  <atimar@suse.com>  [7a7429bc00af4ae8d6315a7c57978540a883cee2]

        typo: Uniocde -> Unicode
        
        Change-Id: I1befdc4c9772c4bf66ee12bf0d2d4aa303903099

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [96d5134d4ddf66c517c6a024c2624ee0a8cc9ac4]

        SfxStyleSheetBasePool::Remove: fix valgrind warning:
        
        aStyles contains rtl::References, so the erase() call may cause "p" to
        be deleted, while "p" is then used as a parameter to Broadcast;
        avoid this by retaining the rtl::Reference on the stack a bit longer.
        Valgrind warning observed in sc_unoapi sc.ScStyleFamilyObj on
        libreoffice-3-6 branch, called by ScStyleFamilyObj::removeByName.
        
        Change-Id: I96d6de85b1b182b5ae3f74e92987a7f137537ffb

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [c3da81104bf6b82a3688c82ed341666c8f5eeec0]

        sfx2: DocumentInfo test should use a private temp dir
        
        At least it failed on me once trying to store to its temp file, maybe
        the predictable file name was the problem...
        
        Change-Id: I78918ada1615c8337e4c8692d34aa285010bc820

2012-09-14  Stephan Bergmann  <sbergman@redhat.com>  [2171077c0c3c43a61546ab2c0ae68ba63c5112f7]

        Introduce cppu::supportsService helper, adapt some call-sites
        
        ...more to follow (easy hack?)
        
        Change-Id: Icb02626495701a3905c124c7368b98c3258e91b2

2012-09-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ed834ae87eca0f6c486666699112a95edb74abb]

        Unit test for ScRangeList. For now it's very basic. May expand later.
        
        Change-Id: Ib7454253df250ddc991aed0dd5cd5b0f90476dd8

2012-09-14  Stephan Bergmann  <sbergman@redhat.com>  [0cc522175e1a6519b5bb8d3ac946ad7395c8803b]

        Attempt to fix Android-only code
        
        Change-Id: I391e08c2712a51fe0adcd3f0c74d779b07c31c76

2012-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dfc68037328fbc1ec45d18b25822b59a2134285a]

        don't add old cond formats if new ones are already loaded, fdo#54749
        
        Change-Id: Ib0cbe1a3347e7231e7908b9bd8135e984e6ef644

2012-09-14  Michael Meeks  <michael.meeks@suse.com>  [8f1199860b2ced080f24eeaeb5052d0b68a4b9aa]

        sdremote: unwind a couple of crasher / corner cases

2012-09-14  Stephan Bergmann  <sbergman@redhat.com>  [9ac86f484b0c278aafbce685ed19d3ea005ee8f8]

        Improvement on previous commit, UCB clean up
        
        * As UCB is only ever initialized with "Local"/"Office", remove this
          configuration vector completely.  The "create" ctor creates an instance
          internally initialized with those "Local"/"Office" keys.  Special (test) code
          can still instantiate an uninitialized one via plain createInstance.  And for
          backwards compatilibity process startup still ensures to create an initialized
          instance early, in case there is still code out there (in extensions) that
          later calls plain createInstance and expects to get the already-initialized
          (single) instance.
        
        * XInitialization is an "implementation detail" of the UniversalContentBroker
          service, do not expose in XUniversalContentBroker.
        
        * ucbhelper/configurationkeys.hxx is no longer needed and is removed.
        
        * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
          requires ucbhelper::Content constructors to take explicit XComponentContext
          arguments now.
        
        * The only remaining code in ucbhelper/source/client/contentbroker.cxx is
          Android-only InitUCBHelper.  Is that relevant still?
        
        Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28

2012-09-14  Noel Grandin  <noel@peralex.com>  [2e284203da7f9882842111265f5f68ea0a145065]

        fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new style
        
        Create a merged XUniversalContentBroker interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167

2012-09-14  Noel Grandin  <noel@peralex.com>  [82e94dcaab4534f657458a2461033d686f10cb10]

        fdo#46808, Add @since tags to new IDL interfaces
        
        Change-Id: Ib351d92d071f6e93ec5eac93c0ab964cef7e7e2f

2012-09-14  Lionel Elie Mamane  <lionel@mamane.lu>  [d33453d1ca13369d9132c304c80acf19e9b1ad4e]

        fdo#44721 protect against negative calculated height value
        
        Change-Id: I4faedd535421eaf1e3e425f4731b3bb8831e7360

2012-09-14  Miklos Vajna  <vmiklos@suse.cz>  [393262b325338b568c86b9183f37fc950cfbf127]

        n#778140 fix import of w:fldSimple character properties
        
        The character properties of the field are applied when the next run
        begins, so insert an empty run right after the field to fix the issue.
        
        Change-Id: I18d747d99d6604fa331a0e70e6989f9f4975eab2

2012-09-14  Luboš Luňák  <l.lunak@suse.cz>  [e63bba0013e5ce34cd04559632206bb7c891eebe]

        sal_rtl_uri unittest seems to depend on sal_textenc library too
        
        Change-Id: I3b85f3916d49a1853d073879a906506bee0d4fba

2012-09-14  Luboš Luňák  <l.lunak@suse.cz>  [42990cc2041635c60f904d78e4adefcfd65cfeab]

        better debug message when textenc module loading fails
        
        This is at least the second time there's a race condition during
        build, and OSL_TRACE is just SAL_INFO, i.e. not printed by default.
        
        Change-Id: I1c683cf463665c6e36097025756c3aeab3a2c330

2012-09-14  Rob Snelders  <programming@ertai.nl>  [fb42827f323cec964cbbed3a86f9514ea62b1060]

        - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)
        
        Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c
        Reviewed-on: https://gerrit.libreoffice.org/526
        Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
        Tested-by: Thorsten Behrens <tbehrens@suse.com>

2012-09-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [76c5f6fdaf3f1d046a7c46e8fe92ebea55ebdd64]

        More 2.3 styling + fix for flickering bug on multi-slide change.
        
        Change-Id: Iae19e9d44f1a437737c943c06356a99957c6991e

2012-09-14  Miklos Vajna  <vmiklos@suse.cz>  [61c94cbe2cbbbcaa1e44edecc4add60eb6d7937d]

        n#778140 as the comment says, it's 100 twips
        
        Change-Id: If2e0d2f4805cd04bec0dd7983ec544b9922ef796

2012-09-14  Miklos Vajna  <vmiklos@suse.cz>  [5d4bd2f97128adecc5b11699e98c934be3c3a462]

        n#778140 enable AddParaTableSpacing for docx, as it's enabled for ww8 as well
        
        Change-Id: I7523be9f07d378e1c4d88468077653d3fa4161d3

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [9316effe51ca53cf16cf21e5a2d266349916edd1]

        SvXMLImportPropertyMapper::importXML: fix assertion to be less silly
        
        Change-Id: I009f0519e34900a1b1447de02d99f32dd0e07410

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [9a081484321b3f42bee3b43d18c4bd75b9603b01]

        fdo#49571: ODF import: ignore "text:enable-numbering" attribute
        
        It has been imported as an alien attribute since CWS impressodf12
        5b364c2e8baf9b1f6bbe611c0fd6895a88056afc, and could not be written
        to a document created from scratch anyway.
        
        Change-Id: I054fcf71d7ddc3ed19735b8aa898d1b1a12db5b9

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [c9699f82edf67a55f4cfdd885fa779b13d816c87]

        fdo#49876: ODF export: do not export font-size="0pt"
        
        This is invalid, font size must be positive.
        
        Change-Id: I2425d7c596ca9c7c80c0d24c44cdd9ec1ac1dd80

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [a2959aba6affa06dc0c6fb19d0c2b73958e6b221]

        fdo#49678: ODF export: add svg:viewBox to draw:connector
        
        This attribute is mandatory; for the given bugdoc various
        svg:viewBox="0 0 2500 1" are now written.
        
        Change-Id: I7ea2294e0796546dcbb245993c01c2dd2b2a755a

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [a27a6b68b7e4d2a4674b4de59fc487b17c7c9907]

        fdo#49677: ODF export: always add xlink:type attribute
        
        The xlink:type was optional on text:a and draw:a elements in ODF 1.1 but
        is mandatory in ODF 1.2
        
        Change-Id: Ifc7301ed1b0120d31a156751888dea1a55e952fe

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [22b615a7a54e6424bf3a492d2a07573ad9090949]

        fdo#30711: ODF export: "text:name" is mandatory on bookmarks:
        
        XMLTextParagraphExport: Add a mapping that generates names for those
        field marks that don't have a name so validators don't complain.
        (regression from 7a1c5e54afe4e4ef7e17c2e9c969cd41221edc28)
        There is still the problem that we cannot easily guarantee that the
        names (generated or from some field param) do not clash with the names
        of actual bookmarks...
        
        Change-Id: I9ed65b94b3e8f725db4354222f2565176b32be52

2012-09-14  Michael Stahl  <mstahl@redhat.com>  [c45c64e3de51d9f56c9d9789729b6f7952547a61]

        fdo#45700: sw ODF export: workaround corrupted table model:
        
        do not export invalid table:number-columns-spanned="0"
        
        Change-Id: I7e286a9fcb6ed3df7222c83fe73e870e69561649

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [0d4c44bb9a9283778abd4be52c44b76bcf6a068c]

        GCC/Clang pragma dance
        
        Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7

2012-09-14  Lennard Wasserthal  <Wasserthal@nefkom.net>  [13cdf1c43f8e02a6e19d902a355c87323d122cb6]

        next attempt to fix bug 35079
        
        Removes the hidden frame. That frame really doesn't seem to be needed, not even for exporting, though.
        
        Change-Id: I37285a9dfe46fe9263ba1f767fe69a59226e342a
        Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [27264b1e940ceea616788e708c20b6fd9c0190c5]

        updated libcmis to 0.3.0
        
        Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [24c66413176cdb64eccb21e204bc61c933f2732d]

        Adapt for DISABLE_DYNLOADING possibility also for Android
        
        Change-Id: Iecc8c35b5b2235bc3408f2ecf3969317ac8bf679

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [085446cf8501f2b820628b106fdb5dd4c375d13f]

        Adapt for DISABLE_DYNLOADING possibility also for Android
        
        Change-Id: I0d6f363ad4170bea804e53247f36a7954118a23d

2012-09-14  Luboš Luňák  <l.lunak@suse.cz>  [04ddb79f5016c09503edcd50de35d40a2789c854]

        fix debug message
        
        It did not compile, and not using the deprecated macro fixes that
        as a side-effect.
        
        Change-Id: I97b8cd2ff1a650ec9d38cbf7eeb8780177a7fd7a

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [711fcb41c5adcab3b726624b01834c54398e601e]

        Adapt for DISABLE_DYNLOADING instead of just iOS
        
        Change-Id: I26bc5d87725eb9ae00387e42e9a65ed26a8ec168

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [0cae0cc42864b6f491b048d63eba230da18943d5]

        Adapt for DISABLE_DYNLOADING instead of just iOS
        
        Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [fb0acc2d3ea7c3020d0af869443313cef80710c6]

        Adapt for DISABLE_DYNLOADING instead of just iOS
        
        Change-Id: I7dac78be5a1165ff5cdbd53fd02b907a4fa68a3b

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [aa932258934f0a5f270e5e2ead0f092a32d466ec]

        Adapt for DISABLE_DYNLOADING
        
        Change-Id: I0beb4dcf9051c678bde5d49b83cec697ab17c595

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [225016198320a7e1d9a966de8e4ee357565e5b73]

        Adapt for DISABLE_DYNLOADING possibility on Android
        
        Change-Id: I7fcea698c3d89c5b84b38a708502bcdf4526a614

2012-09-14  Tor Lillqvist  <tml@iki.fi>  [0fb18d82742f704017768d342180e0bb2943c3aa]

        It seems gcc has -Waddress where Clang has -Wbool-conversions
        
        Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368

2012-09-14  Luboš Luňák  <l.lunak@suse.cz>  [ef404fa6fd48729b3a3378368c1c585fb589ef83]

        at least mingw needs liborcus-0.2.a too
        
        This got lost in e7d85cc078bd1d2757709789014233f4e9c1a23d .
        
        Change-Id: I47e52a840f0bc0b1872cb9d111d5fed44f08b7bc

2012-09-14  Luboš Luňák  <l.lunak@suse.cz>  [374abf3b5f1684ef3a39c003e1accf1e155b2549]

        mingw compile fixes for liblangtag
        
        I couldn't find out a decent way of getting the compiled binary
        needed only at build time, so the file needs to be generated manually.
        
        Change-Id: I4a77aa8ee350f374c9b8b91361797d86871ff8b4

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [1126ecef0914b2fc36441d8e2fe8c9b49862db8a]

        WaE in connectivity
        
        Change-Id: I2c9e83611fab1e9c4c998af68648df994f89cd6b

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [445c647a52f21fe402afc5c60505e151e035f019]

        add a configure option to make assert() abort in release code
        
        Change-Id: I93720ee3338426174b31a6ea6dba3af7ffb7e207

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [b42094b2b06f4837a6df65e6b87caf8139fc0d0d]

        remove use of SAL_MIN() macro
        
        Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [e50ab7bb891cbd7b5f95c124ce29a3e595b599ee]

        remove SAL_MAX() macros and few users
        
        Change-Id: I5ece116a66ab37fe64aac6c60bc38244677d499a

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [a13c3a68df9327d3a1d0283006a3cf755291484a]

        removed unused sal macro (SAL_FIELDOFFSET)
        
        Change-Id: I5b4b70ecc87efc943afe8a408140ef91e108e0a3

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [2dfe34ce0efef6ec0412130a32f755657710363d]

        saldllapi.h is really not included outside of sal itself
        
        furthermore sal/config.h is already included by sal/types.h
        so no need to include it twice
        
        Change-Id: Id84122eb102eececc1001ea4a56c556ff775defa

2012-09-14  László Németh  <nemeth@numbertext.org>  [3d654071413bc107e0730dd31261c252f71572bf]

        fdo#54843 righthyphenmin fix (patch by Steven Dickson)
        
        Change-Id: I42747dffef099f3806178af76e20335f5f033379
        Reviewed-on: https://gerrit.libreoffice.org/606
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [73c6ec2e66c1402367a575c68c7c356654a74bff]

        fdo#40014 Add new shortcut for page preview CTRL + SHIFT + O
        
        Change-Id: Ib09b581d5cc8dabf48aceddcc7639ca0e61b72dc
        Reviewed-on: https://gerrit.libreoffice.org/587
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [19e1c3add521959f3c75dee9fe8243d1a1555be6]

        gridfixes: fixed assertion
        
        Change-Id: I89756b173835d0356fee7fbb166d1998bd0415ac
        Reviewed-on: https://gerrit.libreoffice.org/533
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [6dfd1803a9c6768dfade488d53761ded839af907]

        gridfixes: use long instead of sal_uInt32, to prevent pb on 64bit platforms
        
        Change-Id: Ib612223a5626d4b525b4e86277c0a5623c0955e8
        Reviewed-on: https://gerrit.libreoffice.org/540
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c04efa4d115d920d918f4efa608af366b79d903]

        gridfixes: #i117145#
        
        Change-Id: I215bcfca6a29274f7397d1100e3674d747ae19f2
        Reviewed-on: https://gerrit.libreoffice.org/531
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [906cce25456604d1eeac723c3862168797ab8f48]

        gridfixes: impl_getColumnForOrdinate:no need to subs m_nRowHeaderWidthPixel
        
        m_aColumnWidths already contains it
        
        Change-Id: I404c58fb0b32db7b7b7bf60be997f81709908ceb
        Reviewed-on: https://gerrit.libreoffice.org/556
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [5deceabaa6859e136c1954f56556ee5d0cd599f8]

        gridfixes: impl_ni_calculateColumnWidths: re-calculate the proper values
        
        for distributePixel/takeAwayPixel before finally using it to correct
        the rounding errors
        
        Change-Id: I6f3b178400db0696df0289331be94d69f1d4f0d2
        Reviewed-on: https://gerrit.libreoffice.org/555
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1c12bd160099bb4061aad814368192e396adc3d]

        gridfixes: ensure removal of a column in grid control adjusts the cursor
        
        Change-Id: I99be214bf12d340cc5e9330d1c21046dd366b07a
        Reviewed-on: https://gerrit.libreoffice.org/554
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [a6754e5a09afd62ae431a279fa30be5e0506ad39]

        gridfixes: re-enable the mouse listeners which got lost
        
        in a previous change.
        Do this by making the TableControl a CompoundControl,
        so VCL cares for everything which is needed. Consequently,
        get rid of the manual notification of the respective VCLEVENT_*'s,
        and everything related to it
        
        Change-Id: Id8872680b744e1171be916f6f66a4968e9d6567a
        Reviewed-on: https://gerrit.libreoffice.org/553
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [b68f053b765f37fc43fc2d67c57686c121acdfbf]

        gridfixes: lcl_getAlignmentTextDrawFlags: row header w/o columns
        
        care the rare cases that the table has row headers, but no columns at all
        
        Change-Id: Iece17add6f5e0adf425c33f0817e8b1be953e1a7
        Reviewed-on: https://gerrit.libreoffice.org/552
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [712c1c41721bc50a8106fa3b5892a617b3ee542a]

        gridfixes: impl_ni_relayout: update the child window position/size last
        
        it relies on the other calculations (in particular calculation of the
        column widths) being finished
        
        Change-Id: I599aa5b2938e2aa810980c00ac8f598b4f4fcfcb
        Reviewed-on: https://gerrit.libreoffice.org/551
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e826e71e78f9f6609dc93e3f1d81eb4e418f4d6]

        gridfixes: #i117549# create/loadTabPage
        
        use a GeometryControlModel only if the parent model is one, too
        
        Change-Id: I8cf7bb8cf721b6f841ddfbb7e02475c6e2c6741a
        Reviewed-on: https://gerrit.libreoffice.org/550
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd0431a537ea6f042dcb476000e230fe144c6114]

        gridfixes: fixed selection handling, part I
        
        RowSelection::HandleMouseDown: always forward to the SelectionEngine,
        even if the hit row is already selected.
        This ensures proper de-selection handling in case of Ctrl+Click
        
        Change-Id: I46fd63332101fd078c6341c94575dc69f48f8a68
        Reviewed-on: https://gerrit.libreoffice.org/549
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a1f695dea516dfb7199390f750ca8744bb7df912]

        UNFINISHED: column resizing refactoring
        
        Change-Id: Iac8db5ee848f35f19f8fe4eb431485559600be49

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [1df082e4dc16a397d894e5b7f1a846bac63aa4e3]

        gridfixes: #i117549# finalize css.awt.tab API
        
        Change-Id: Ia7a555fb2551675605414189174eae8f65c70db7
        Reviewed-on: https://gerrit.libreoffice.org/547
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f00bba4305cbe666593141a0be9295ef39c1f754]

        gridfixes: GCC WaE
        
        Change-Id: Ie771f38a2a1d3d60dd6d84806d17839d93ec6cf3
        Reviewed-on: https://gerrit.libreoffice.org/546
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [4971468b6ce2923a8803f7d79548866de48ab36e]

        gridfixes: #i117398# XMutableGridDataModel:
        
        allow inserting rows at arbitrary positions
        
        Change-Id: Ia5af125035979951c61d6c8cd9a916e8f81bb6c0
        Reviewed-on: https://gerrit.libreoffice.org/545
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe08068cf9ba35105955244b8d9cd9e64e3ebb88]

        gridfixes: #i117398# allow to specify selection colors in table/grid
        
        Conflicts:
        
        	toolkit/inc/toolkit/helper/property.hxx
        	toolkit/source/controls/grid/defaultgriddatamodel.cxx
        
        Change-Id: Ie863aa7cecb4c7bda230ab829e6090689518dab8

2012-09-14  Miklos Vajna  <vmiklos@suse.cz>  [5200140683c461e7439d8f2b5a625391350a2cef]

        DefaultGridDataModel::getRowData: use o3tl::select1st
        
        Change-Id: I785588971d0f42596802276d3d08222204387b98

2012-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5df47e4bb0c1217e0b49468aa7c2ca2eecf6dc07]

        gridfixes: #i117398# added XGridDataModel::getRowData
        
        Change-Id: Ic08c2d54a76f2a2821822ec4b275883e4445c70c
        Reviewed-on: https://gerrit.libreoffice.org/543
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5d4e7806c6519e139962d88ec969f9baeb4a404]

        gridfixes: #i117398# cleaned up the row selection API
        
        - made explicit that it is about row selection, leaving room for a future selection of columns
        - some changes for consistency
        - do not derive XGridControl from XGrid(Row)Selection, those two are orthogonal
        - published involved UNO types
        
        Change-Id: Ie97de42a9ea70a0191657f898ca9d59706e23290
        Reviewed-on: https://gerrit.libreoffice.org/542
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [2095b2e1d44a158418d17836019352ed92f95d21]

        gridfixes: copied #i112562#'s fix from CWS gridcontrol06 herein
        
        Change-Id: Ifa29a8b3c027970d46844b428a3529e680c0b09c
        Reviewed-on: https://gerrit.libreoffice.org/541
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d934d48606acf8c5c96d0d8b96e2f202db1f37d]

        gridfixes: #i112465# delegate RequestHelp to the base class,
        
        when we do not have own help to display
        
        Change-Id: I953144aa0921e849df14e9de31010e8904dffc5f
        Reviewed-on: https://gerrit.libreoffice.org/539
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1a165f1af228bcd206bc6be91bcc98e4c06bcfc]

        gridfixes: #i112465# introduce HideBalloonAndQuickHelp
        
        Change-Id: Iea03d691755ac86fae4a0ac6697b726f21925ae7
        Reviewed-on: https://gerrit.libreoffice.org/538
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [87e333667bea20098124102e02aacb850c5c0109]

        gridfixes: when the table controls doesn't have the focus use diff. color.
        
        use a different color to paint the selection,
        to be consistent with all our other controls
        
        Change-Id: Ia5160dfb769279e2a8a3458b16fe8f6cec08145e
        Reviewed-on: https://gerrit.libreoffice.org/537
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [9684b9b6e5cb1354522af51e7ea75a49c44e638f]

        gridfixes: #i117265# implement less-predicate for Date/Time structs
        
        Change-Id: Idf0e5bed399fbf288534779665198e214631c0a0
        Reviewed-on: https://gerrit.libreoffice.org/536
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4e79eb8f8f633ce59ee172bcae44e06fdb723bd]

        gridfixes: #i117625# recognize unsuccessful sorting attempts
        
        and do not claim to be sorted afterwards
        
        Change-Id: I3d71d45893563eac3b59e865aa1aa8d31e8154a8
        Reviewed-on: https://gerrit.libreoffice.org/535
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7e949673cda3f0e2abfa49b2c22735f33205d01]

        gridfixes: #i117265# use a NumberFormatter for converting cell values to text.
        
        This means using the Locale setup in the Options, and allows for more value types (like Date/Time) to be supported
        
        Change-Id: I78fb08f2da88405851664e3e1dd4505c3727e56b
        Reviewed-on: https://gerrit.libreoffice.org/534
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7bfbc9523fd2a6c907cb3ad0b3407ae60c66d358]

        gridfixes: #i117188# remove column sort when rows are inserted
        
        Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273
        Reviewed-on: https://gerrit.libreoffice.org/532
        Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
        Tested-by: Miklos Vajna <vmiklos@suse.cz>

2012-09-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [732f3546c4051d92e544df6462022e7d07765e83]

        Let's just remove this.
        
        Commit 291c919cf98347703e7ad2216b2b79aacd7cdfac made this dangling
        code block.
        
        Change-Id: Id8d09f1c364d621661c9d6584cd863f253c01d95

2012-09-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff0e6c53782196fe1fc223ae08964a34eb20f740]

        Fix the order of template arguments.
        
        Change-Id: Ibcc54168a6ca36cc57dd1b838e002f9a10ff29f3

2012-09-14  Ricardo Montania  <ricardo@linuxafundo.com.br>  [cbc44df67cfd13849f3de85edcdd39b5fec8b06c]

        ::rtl::OUString to OUString in avmedia
        
        Change-Id: If4a7bef339a626fbfa9f0c1cc76801e77626f38f
        Reviewed-on: https://gerrit.libreoffice.org/609
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-13  Ricardo Montania  <ricardo@linuxafundo.com.br>  [45c86d8a7b86315240fe6764f2c89e9499bf4e20]

        More ::rtl::OUString to OUString and RTL_CONSTASCII in avmedia
        
        Change-Id: I925862289cf5f9f41af5532bbbaf8ec0a4e5a66b
        Reviewed-on: https://gerrit.libreoffice.org/610
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-13  Andras Timar  <atimar@suse.com>  [9302520ff445d9789859f501b8bd6bc32c300e26]

        enable indentation of Basic source code in help fdo#41737
        
        Change-Id: I63308cb7cbe21cb28082c815b53a3cbf286fe3ab

2012-09-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [741c56aa7309505f855e58239205cfa4b1d091dd]

        Add support for Windows Bluetooth Stack.
        
        Change-Id: I3a039889a033591c81e0fd531de3b053e8fa1b3e

2012-09-13  Lionel Elie Mamane  <lionel@mamane.lu>  [522b4c65dcc90719288b4f7aa7eb565c15b64e86]

        fdo#37529 clear DataColumns read-only information when we clear DataColumns
        
        Change-Id: I6f3b4f1646df1244d97ae98f56ba054bc26e3314

2012-09-13  Muthu Subramanian  <sumuthu@suse.com>  [9748670e040e993d66eb777225772e62d0ca2b4e]

        fdo#54750: Handle any kind of exception (ooxml import).
        
        This is very similar to fdo#54609 - so changed it to
        throw a generic Exception.

2012-09-13  Noel Power  <noel.power@suse.com>  [a6c18caef16b9eb0742c2a2cbb724e66bb31c3c3]

        targetted container_controls rework.

2012-09-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [41747c962603222b2d6221a9f5fca28cd71c103a]

        fdo#39007 make windows not 'restorable'
        
        Change-Id: I9473800820cb863e0de4b16f633deec951dee120

2012-09-13  Stephan Bergmann  <sbergman@redhat.com>  [65006ffb0baec2efb06ff7eac59bbef50d232eb6]

        -Werror,-Wunused-private-field (connectivity/source/drivers/kab)
        
        ...and some related clean up.
        
        Change-Id: I26a8720fb7f60615f2e348e4728a3abddf6a33cd

2012-09-13  Takeshi Abe  <tabe@fixedpoint.jp>  [7580802e9f47aa42db5fa7e19e3ee6f33ba886ca]

        Remove unused reference class
        
        Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a

2012-09-13  Miklos Vajna  <vmiklos@suse.cz>  [601e7d4f5e2966ae3167de5ef09dc1e0252f55e8]

        n#778836 testcase
        
        Change-Id: I0b6fbeff5d784e0e3f2067111cf505904f263844

2012-09-13  Stephan Bergmann  <sbergman@redhat.com>  [b8329bde87089c4d44a48632dd205e157cc0b204]

        Hide dtor details behind SVX_DLLPUBLIC
        
        Change-Id: I442e114322d2a70fbfbdaa2aa197146c0cffa4bd

2012-09-13  Miklos Vajna  <vmiklos@suse.cz>  [c5f9d61d45e56d9baaf6e9a91640c60d9b549aab]

        n#778836 fix DOCX import of right margin vs numbering and paragraph styles
        
        The problem was that the left / first paragraph margin was defined in
        the numbering style, and that zeroed out the already inherited right
        margin.
        
        Change-Id: Ife521d1de4868a7be33de5f8d6af363d10cbc903

2012-09-13  Miklos Vajna  <vmiklos@suse.cz>  [2f3ea72af8d8044e185fa4b96229b8b19ddf7da7]

        SwWW8ImplReader::Read_Tab: typo
        
        Change-Id: I0dd667ec59862acce283db5f91850306c94d207d

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [b45834bf6479e614353e6ff19b2883bac5b5370f]

        WaE: with DEBUG defined
        
        Change-Id: I2bf950b8ac644c911050ce01282ac988167d28f9

2012-09-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [db5e8c0650ec5653f61706e6dabdcf47023dcd82]

        allow to build with XCode 2.x
        
        * XCode 2.x only comes with automake 1.6.3, and that doesn't know
          per-object CPPFLAGS, thus use per-object CFLAGS instead
        * also it is picky about redefining the SOURCES in a conditional
          statement, so use a variable in a condition instead and add that
        * Its linker also needs help locating libs that are using the
          relocation-placeholders, thus add -dylib_file linkerflag
        * aclocal insists on a space between -I and argument
        
        Change-Id: I35714a1a76a7b7823ee6b64a3296aeae96e7296a
        Reviewed-on: https://gerrit.libreoffice.org/605
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [843c83f6405ab4f1a4f7734ec66f2b62248f4e34]

        WaE: fix some "empty body" warnings on Mac
        
        Change-Id: Ib65d9dac988851fa90a44cad246ac24e8bfd3370

2012-09-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [60a6daf78c4013f11510058a7015ad023187c544]

        cosmetics
        
        Change-Id: I5b4202628f9df4ed087eee69058ced13bc2c1b1b
        Reviewed-on: https://gerrit.libreoffice.org/603
        Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
        Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2012-09-12  Michael Stahl  <mstahl@redhat.com>  [2940a697dce2292e9c5b118feb8ec4159e3606fa]

        fdo#42450: also end undo on error condition
        
        Change-Id: I59a33631d73a02cf8c84ccc002401bdc2da10267

2012-09-12  Alexander Wilms  <alexander.wilms@zoho.com>  [1e7666e825e5842bf1e07082df3a026fef02eca5]

        Tango icons
        
        Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59

2012-09-12  Michael Stahl  <mstahl@redhat.com>  [f6488227823a2a1f2f210ead00add0af02a2c0fd]

        SwDoc::InsertSwSection translate assertion
        
        Change-Id: I225610dd844b081eb0c0e4e5b1e0f31188cb8062

2012-09-12  Michael Stahl  <mstahl@redhat.com>  [5bc6c7b2e170a35914d7cd07347c77a9c9d23664]

        fdo#42450: fix crash in SwXTextSection::attach:
        
        Inserting the section can fail if the given text range is not valid.
        
        Change-Id: Ib6ba3b02dd581dce08b646b841354073caf894b2

2012-09-12  Michael Stahl  <mstahl@redhat.com>  [1488e24a340333d4ddc954643b9cfd56849b45a4]

        connectivity: fix some "empty body" warnings on Mac
        
        Change-Id: I832b369d87da9b622759bf7ddd14f95475256c38

2012-09-13  Takeshi Abe  <tabe@fixedpoint.jp>  [55223696a24f9374ce28b8352c0e3726976b9000]

        Bin pointer to non-existent class
        
        Change-Id: I215c84967a53dbadba86913d24bc4aadc6543467

2012-09-12  Tor Lillqvist  <tml@iki.fi>  [bb4d6a0d89b47d7f6b07507b839e69f780abcf37]

        Make it compile for iOS device, no idea whether it works
        
        Change-Id: I56fdc4894347d9cce4d3b932d3b8740fcb4ef8b7

2012-09-12  Tor Lillqvist  <tml@iki.fi>  [21774213d4f3985e28f78949cb96f00a0acf58a9]

        WaE: -Wuninitialized
        
        Change-Id: Iba1849abfc9c12c38466fc4294d319a06f413b55

2012-09-12  Tor Lillqvist  <tml@iki.fi>  [fa57e53c2de5afb997a096a5df9a30f4abceb7ae]

        Put -DUCONFIG_NO_FILE_IO also in CXXFLAGS for iOS
        
        Change-Id: I345a86a3d17bd85c8dd4e9d9f5f855c46bdba0e2

2012-09-12  Ricardo Montania  <ricardo@linuxafundo.com.br>  [29c3a013b5ee7e209a24f48ec1be2262602bd011]

        Finished ::rtl::OUString to OUString in UnoControls
        
        Change-Id: I48409908bd1639d6a69217c7f94ebce04464487f
        Reviewed-on: https://gerrit.libreoffice.org/601
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-12  Andras Timar  <atimar@suse.com>  [11b85ee29966df2e4942e236a629205f4280930b]

        fdo#44565 do not delete empty Desktop folder on uninstall
        
        Change-Id: I74f0f3a5bcfb381ea941a853c3d5e5e27f7f57e7

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [8c8492892b68a010e55d4d19a89425cf7d98814d]

        Better error reporting
        
        (The MESSAGE_CORRUPTED_FILTERCONFIG in the exception's Message would not be seen
        by end-users anyway, so better put something more useful in there.)
        
        Change-Id: I5c677a894a8b6fcfb61d24c59d45b2cbc53e7a60

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [3357115adf0e5c43b8ba6c03e9a181aafd1dc0f6]

        Unused #includes
        
        Change-Id: If5c8ee05ef84c03a9cec6ef428256e17b33f073e

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [85b0beae596e3177e0435d313a0ee4e90a6fde77]

        Resolves: fdo#40025 add text correction undo id
        
        instead of a single overwrite foo so now the undo message is
        "Text Correction" for a spell or grammar change
        
        Change-Id: I0227780ba9024ff903632923dd94238719b65764

2012-09-12  Tor Lillqvist  <tml@iki.fi>  [5a27cae5883be57ee58e44c4dd288752912600c7]

        WaE: unused parameter 'uFlags'
        
        Change-Id: Ifb3569201ea5d96c2ff293bf0f8ba74e6205dc15

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [9422195fd38ebf90fb07a14ac9fc0e0273dc0201]

        -Werror=unused-parameter
        
        Change-Id: I2a83ecd010c2d85b5596172102d24b5063ace159

2012-09-12  Michael Meeks  <michael.meeks@suse.com>  [7c805af4d09a96972dc438f87ab2e741c0806633]

        build fix.

2012-09-12  Noel Power  <noel.power@suse.com>  [ce9cb99d0b115aff34ee7f9da62d7c6c29a282ae]

        fix build issue

2012-09-12  Andras Timar  <atimar@suse.com>  [e2b1a7e4e4d9bfc32aab9921c30a6e40e08b8210]

        fdo#39791 do not steal .doc association from MS Word
        
        I don't think it made sense to check OpenWithList at all. When we
        found WordPad there, we registered the file type, even when it was
        registered by MS Office.
        
        Change-Id: I15a151051cadd329e8614388ceb84470ea28805a

2012-09-12  Andras Timar  <atimar@suse.com>  [da22f583f9a3207dd19d42db213bc64ffddfa7b5]

        unused MSI properties: REGISTER_PPAM/PPSM/XLAM, related: fdo#52093
        
        Change-Id: Ia07a0351c68ffec2297b4316977b8ccff0fd5543

2012-09-12  Miklos Vajna  <vmiklos@suse.cz>  [781f214c727afd0d4d5af9d20d523c75995a6290]

        configure.in: typo
        
        Change-Id: I209594460e2b2dd5e8621375f555e38ec0009e7c

2012-09-12  Radek Doulik  <rodo@novell.com>  [c37575d3cd0b9ac36fce62d8f3f5c75566644e36]

        small optimization
        
        Change-Id: I236d6580f92ad7c0269c42471f187f5ce7b8094d

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [b0759366fc6cdda2db2f2cb4208df36c1b1fe8fc]

        Resolves: rhbz#855541 XIOError handler multithread woes
        
        We have two threads using X, on an XIOError both
        threads call their XIOError handlers and two
        calls to exit trample all over eachother.
        
        Change-Id: I20defc6f84cc6ea2372a0d6c979e8078fe920a88

2012-09-12  Noel Power  <noel.power@suse.com>  [4597483e00bffcc4e30d379dcf6fad42bc565e56]

        targetted VBA re-work.

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [c414499bbd456389ac6cacf677327bff9e6b43f9]

        Remove race conditions from test
        
        Change-Id: I97e10fa3b9058211313a7faa5269d71e233f8bf8

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [d19c40f45dc8e8bcd9db4c6b83bdcf6367f6fbe7]

        Work around some potential problems with thread-unsafe getenv
        
        I have seen at least one failure of one of our unoapi tests where soffice.bin
        crashed in getenv(3).  This patch is just a drop in the ocean, though.
        
        Change-Id: Iac8a2283b0a62e4fa95a0d063c1676af6c2390be

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [2738355f9f10d31ba942d4c2142e3c6dd20055d3]

        diagnose.c -> diagnose.cxx (to ease further modification)
        
        Change-Id: I6c050c0cedab6aeed556dc770c3700e6fbbb4731

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [bb5ea68ed5e48b1ac39a279a9fc9a0d9b6ff71e4]

        Simplify osl_searchPath_impl
        
        Change-Id: I78a97b5a1abbcb7921eba60b8014a21373c0b596

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [dbb77c1448e58ee42fade4fa2f4d478a9ac91f1c]

        remove unused hMainThread_
        
        Change-Id: Iea56d7f1b4d3133067e321a033df81378be2817a

2012-09-12  Caolán McNamara  <caolanm@redhat.com>  [a9b7ceea2bf3d6d38fb6c8a4c1fffb9be4714348]

        Resolves: rhbz#831755 crash with 0 dyaLinePitch in .docx
        
        This is similar to fdo#40686 (dyaLinePitch only valid between [1-31680]) for
        the .doc format
        
        Change-Id: I7d2745d695320b4b6b22ec2b519f092932587c2e

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [fe1fd7c40caaa83fe2b86c9884dc1693d58741e7]

        Improvement on previous commit
        
        Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00

2012-09-12  Noel Grandin  <noel@peralex.com>  [372f9801687cad620924b7ac6e4fe488ff998334]

        fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new style
        
        Create a merged XSAXDocumentBuilder2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: Iaa96031a0b7c27e957d2edb0394e5eeaaa84cdca

2012-09-12  Stephan Bergmann  <sbergman@redhat.com>  [a5036f396aadb44e44844ad2c784ee521eeda55a]

        Patch line end clean up
        
        Change-Id: I8f20800584d864b8fa9789b0ffab6b62db232632

2012-09-12  Miklos Vajna  <vmiklos@suse.cz>  [18b3feb8bef06bf7b126fd0bc743e19479cb8026]

        n#778133 sw: add BackgroundParaOverDrawings compat flag
        
        In Word, the layer that contains a background image is behind the layer
        that contains the paragraph background. In Writer, the paragraph
        background is painted before the hell layer. Add a compat flag to change
        the order, so the DOCX importer can trigger that.
        
        To reproduce, create an XShape, send it to the background, set some
        color for a paragraph background, and notice that the background color
        is missing where the shape is behind the text.
        
        Change-Id: I9b1fffd9ac9a6e5a1c3d1f65371440047d125b38

2012-09-12  Tor Lillqvist  <tml@iki.fi>  [40f1a95eff2b207e9b2b59c72c02e633ee9bf7be]

        Deliver libexslt.a (for iOS)
        
        Change-Id: I79dc8e0d7b60b22c0ffe9eb5a76f889b8739265f

2012-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [5aaef82232f7f51ddd658f3ad34903f3fe7107d4]

        coretext: use only the FontFace ref from the Style
        
        Change-Id: I696065f6f60fb55eaa24e4a8b4cbff1e93856f04
        Reviewed-on: https://gerrit.libreoffice.org/306
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-11  Issa Alkurtass  <ialkurtass@kacst.edu.sa>  [f49db879b7e6362a12450c87352f6ba72823c45e]

        fdo#43210 Corrected page preview direction for RTL interface
        
        Change-Id: I412510bc17a29873310689e3141c75d32b261e37
        Reviewed-on: https://gerrit.libreoffice.org/557
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-09-11  David Tardon  <dtardon@redhat.com>  [6d0906c7fdde82b2c02b1839b9ca93be5e2084a6]

        fix ./configure --without-system-liblangtag
        
        Change-Id: I4640e4c626a209035697e69587852ec86af16136

2012-09-11  Ricardo Montania  <ricardo@linuxafundo.com.br>  [aa4a6bd8c199f8462a9120d4a1a2ac983c9d4d5d]

        ::rtl::OUString to OUString in UnoControls
        
        Change-Id: I12a95e61e7bf59c64fec7df98617926b774074ee
        Reviewed-on: https://gerrit.libreoffice.org/597
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-11  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [4ed62ddb01e4ecff9de01246ea4c040f007c1196]

        Modifying comments to meet doxygen standards
        
        Change-Id: I363ce532c7d11e798c2a5cc67b1b7893dcd0a389
        Reviewed-on: https://gerrit.libreoffice.org/596
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-11  Takeshi Abe  <tabe@fixedpoint.jp>  [a8a15bd95c4fda67c6785036bfbf50f94a749496]

        Remove unnecessary #ifndef guards
        
        Change-Id: I0b393c97f8781d99bf5d3be4065864379eab004c
        Reviewed-on: https://gerrit.libreoffice.org/594
        Reviewed-by: Michael Stahl <mstahl@redhat.com>
        Tested-by: Michael Stahl <mstahl@redhat.com>

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8963c350986fc57cb0cf98387d7bd1c7bf6420a1]

        Improvement on previous commit
        
        Change-Id: I10984b6ac4128ad46f512dade0f4e0084d0b9348

2012-09-11  Noel Grandin  <noel@peralex.com>  [77897f5994bd18c3b771e51abce5ee6be01322fc]

        fdo#46808, Adapt task::PasswordContainer UNO service to new style
        
        Create a merged XPasswordContainer2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I245b566b43e4646f10914b0aee13b2a0b0e296ae

2012-09-11  Noel Power  <noel.power@suse.com>  [a9b9ffacac74310c38f152cb9bcc56fe06b0e1d6]

        blind fix for toolkit_unoapi
        
        Change-Id: I545b712c5fb72d8de415752b7fb4ec20ab3fcee0

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [9639d84bbc766d07d619df844c9c308013720c76]

        Stray circular dependency of tk on svt
        
        Change-Id: I766178a729030fbe13dd42f82fc88d58e21439d7

2012-09-11  Matúš Kukan  <matus.kukan@gmail.com>  [f4889fa21f7fb99477148dfed7fa40ba583cb63d]

        use _use_static_libraries here again to ensure proper dependency
        
        Change-Id: I04fb35b6eac1c1777e67de9877417cfe7cc5aac8

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [233e2d3d842a81f75ce581ba787cc917729c35f8]

        Unused includes
        
        Change-Id: I756b89012bc1cdef3a9b4612d9b2195fbe1f5f16

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [65d4139d14ebe9e05b0eb02cb278906e24f6cf20]

        Missing "this->" qualification
        
        Change-Id: I341e73bd2d8a240c4e31916393729efba8d9a4e2

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [fc2d90bf8d359367a6b2ecb3409f3b80e212c46a]

        -Werror=unused-but-set-variable
        
        Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [01c8bdf8b1193eade521ff3991b6af310ffda8b7]

        -Werror=non-virtual-dtor
        
        Change-Id: Icf2b94ba307c1e355ef035dbe9a70c9a650f75c9

2012-09-11  Alexander Wilms  <alexander.wilms@zoho.com>  [c8af20a235b317dd80ec52bf627474d9c90fdd63]

        Updated icons
        
        Change-Id: I59d741a638185b02a430abf4f9391381af0c6bcb

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [a0ca9451c7e628056b14bef46ebeadc20f463ba2]

        Make update_tree.pl work with internal xmllint
        
        Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [04f94ba53f2b18fdf548ca86bce5030ca6b06eb0]

        Stray "use Carp"
        
        Change-Id: Iba0cc40699bd7d5f2d4c5964d8005f41814bfe8e

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [84db94e97bf088cf442db5f97fefbe41fd45c1bb]

        -Werror,-Wunused-private-field (various sw)
        
        Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [6928f43c86d05b9229e24d6d199b3f139031d596]

        -Werror,-Wunused-private-field (various sd)
        
        Change-Id: Ib0756e3730783f2c842a835782452279ad8f189b

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [69c9acd0d275fba2b387bd64584227f5ffcfce0d]

        -Werror,-Wunused-private-field workaround (BluetoothServer)
        
        Change-Id: I7c5428c74f6d7ff759ed9853cb44bcd7c2d3d514

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [f34f7b65035f0afe1ceac6f5b5d8ddfac824bde9]

        -Werror,-Wunused-private-field (various sc)
        
        Change-Id: Ia30a2bb6b1f36304a3c420db1d28d177d429a19b

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [d6500b19afc6a15e63e679765317690eac0d4207]

        -Werror,-Wunused-private-field (SC_TOKEN_FIX_MEMBERS -> ScRawTokenBase)
        
        Change-Id: If9172eaed5ef1bf853e6e29cc81141f226aac264

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [2d6790377abc3b364773845e6dab8717be7eee16]

        -Werror,-Wunused-private-field
        
        Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [447410b25528689f01e5ff1f7059f523c93f885f]

        -Werror,-Wnon-literal-null-conversion (various sw)
        
        Change-Id: Ibab710f57b599b239e3d7e0dc2faec53d994f2f5

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [089970bbb706ac37cabec772e9bfbce5c487be7c]

        -Werror,-Wnon-literal-null-conversion (SwInsertFld_Data ctor)
        
        ...also, the "sal_True" argument was probably meant for the
        "sal_Bool bIsAutoLanguage = sal_True" parameter rather than the
        "sal_Unicode cSep = ' '" one.
        
        Change-Id: Iafa038ffaf37c45d6157f7f14e4d529e65dba501

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [2220bf7f80d389e27770f8cab5c5150fcfecff02]

        -Werror,-Wnon-literal-null-conversion (SpellStart(..., *pConvArgs = 0))
        
        Change-Id: Ice0f4e4ae6f2e46fb130aded184ef91c7635660c

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [0e0619c80779a395987e2177a0beb5b4da1e6137]

        -Werror,-Wnon-literal-null-conversion (GetDrawOutliner(* pObj=NULL))
        
        Change-Id: Id7c6b45411f0786e416bab7e70570d5d921bf216

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e]

        -Werror,-Wnon-literal-null-conversion
        
        The wrong use of GetBoolValue overload appears to be in there "for a very long
        time already."
        
        Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [0e2467a1554faa7b1b73d042539e79de806aafdd]

        -Werror,-Wunused-value
        
        Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [e2fac98819c00b4fb50f9de9d0f32d20092f3191]

        fdo#53009: For msi installer, only default-select a subset of dictionaries
        
        Change-Id: I3ee3fb5e5142ce4956776467b2ffcb19ed3b10c2

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8bb4cc03cf81051aa04362f2bc3a867e4bd72bd0]

        fdo#53520: One more dict pt vs. pt-PT inconsitency
        
        Change-Id: Idad02284eaa033a029a2ff7d03bde83800ba738a

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8b3ab4b8a580bf4c4013e1baf3474a71fed44663]

        Some code simplification
        
        Change-Id: I01eb2bf6fe03845787e8869a2f90bb2fced4f933

2012-09-11  Noel Power  <noel.power@suse.com>  [e27fc9b6c2f3d7c01a2d1477f740cbc548aa874a]

        disable scrollable Frame ( not working well )
        
        Change-Id: I09dc7b656c7ff19b937936e0b8436022d287cc87

2012-09-11  Noel Power  <noel.power@suse.com>  [7c7267e88691ce354ed0cf116315952ceae555ad]

        get scrollbar details actually read for groupbox
        
        <sigh> the display with groupbox is disappointing, there are many artifacts and the size of the area you actually need to scroll wrong, perhaps we actuall really need a proper groupbox
        
        Change-Id: Iba6ff62718728324a461806cef61ee6a6a438ddf

2012-09-11  Noel Power  <noel.power@suse.com>  [67adc642765862c6609914a0131a18967538b81c]

        fixed the unable to close dialog when vert scrollbars set
        
        Change-Id: If15a2b7312577a8285dc1ab1dea1ccb7c4824ed6

2012-09-11  Noel Power  <noel.power@suse.com>  [b241005c51a6705425937218e6893b4be2165128]

        make interface for scrollablity properties to allow more code sharing
        
        Change-Id: I0e03360808e73426848820d807f741c13c76abf8

2012-09-11  Noel Power  <noel.power@suse.com>  [27a19817c6271b76013aa6bda5c3353c8a9dd35b]

        some more tweaking to import scrollbar data for mso Frame & Userform
        
        also removed printf(s)
        
        Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff

2012-09-11  Noel Power  <noel.power@suse.com>  [5dc19680cd27d4eaea5f2f7fdc48969f704e696a]

        add persistence support for the scrollable attributes
        
        Change-Id: I6fc196233f997e540301cac2cdf1b99d48aa2bde

2012-09-11  Noel Power  <noel.power@suse.com>  [7f5ca4c9e1061a626039d1042e71c34fc3f61005]

        fix scroll top & scroll left
        
        Change-Id: If333932a0f3cfde6e8459ca3506a609207982f96

2012-09-11  Noel Power  <noel.power@suse.com>  [be045f69d1746a287c48389785a0eaa91785d452]

        better scrolling, support for scroll width and scroll height
        
        scroll top & scroll left not working that successfully
        
        Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd

2012-09-11  Noel Power  <noel.power@suse.com>  [7d69c50413884d5cba1498b5af3298820fb4621b]

        misc fixes and improvements
        
        hook in new properties into the property controller
        allow new values to be passed to control
        
        Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c

2012-09-11  Noel Power  <noel.power@suse.com>  [595f467ec8de68f3faeacd02005f613bcf61f42c]

        mpre debug, fix more obvious fobars
        
        Change-Id: I88664f7dd09c8d6cdc1c18e87b3cd40b7e3bb246

2012-09-11  Noel Power  <noel.power@suse.com>  [613f8a3137e0af2e97214b4b1c2da8c87b3f8889]

        attempt own scroll
        
        Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5

2012-09-11  Noel Power  <noel.power@suse.com>  [744d6e22bb087854b0535c660dcc5b4b85de2874]

        crummy but psuedo usable scrollable dialog
        
        Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada

2012-09-11  Michael Stahl  <mstahl@redhat.com>  [e7d85cc078bd1d2757709789014233f4e9c1a23d]

        orcus: use Package to deliver libraries
        
        Manually copied files aren't cleaned
        
        Change-Id: I35b08ed6f10b9405d569c06c624d0702f1f6e5fa

2012-09-11  Michael Stahl  <mstahl@redhat.com>  [e9e996ed233e4ce1bd043b4e80dec2660005006e]

        gbuild: UnpackedTarball: don't need over-engineered 82 line
        
        ... perl script to convert line ends.
        
        Change-Id: Ia2f6f38b39876946ba4471f99a7622241ae72017

2012-09-11  Tor Lillqvist  <tlillqvist@suse.com>  [2e594d1685e052b56946273dd3b66600c658fb73]

        Fix liblangtag and GLib checks for iOS and Android
        
        Change-Id: If6b46ebdb63d7688830f5ee712c124c07e93661b

2012-09-11  Matúš Kukan  <matus.kukan@gmail.com>  [8a026375dc838362888aad41927ddf312da93e04]

        we still need to register the library
        
        Change-Id: Ia3c38ec42bcf5b36465bca3bfee81c4008c937c3

2012-09-11  Matúš Kukan  <matus.kukan@gmail.com>  [c83d82e71b7c792190489529f15957eed31f60e0]

        fix few problems with gbuildized liborcus
        
        Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7

2012-09-11  Michael Stahl  <mstahl@redhat.com>  [e31e8a13b859d182a8e4719a1037c27d12ef63bc]

        orcus: use gb_UnpackedTarball_fix_end_of_line so patch applies
        
        Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80

2012-09-11  Luboš Luňák  <l.lunak@suse.cz>  [1c5e30cb710f1aa6d27ee090c5b19a937d484b67]

        no ascii >127 chars in string literals
        
        Change-Id: Icf7fadc27823b0cd32795f3ab685602f9ad6c99c

2012-09-11  Radu Ioan  <ioan.radu.g@gmail.com>  [48c3b4e835bc413aa7f83eeab0b3183bf4f8dff6]

        fdo#39625 Make existing cppunittests work
        
        Make sal_rtl_uri cppunittest work
        - removed call to simpleheader.hxx
        - added call in Module_sal.mk for sal_rtl_uri
        - created mk for cppunittest for sal_rtl_uri
        - removed duplicate include
        - change from t_print to printf
        
        Change-Id: I928ade62eb51ba1cb0a74e347411b344d57e97d0
        Reviewed-on: https://gerrit.libreoffice.org/590
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-11  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1ebed7b6c9aad8148ba22072c17f1a3fd9a1f3fe]

        ::rtl::OUString to OUString correction in accessibility
        
        Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629
        Reviewed-on: https://gerrit.libreoffice.org/589
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-11  Matúš Kukan  <matus.kukan@gmail.com>  [a1417c73a294892cc221037c24df956da66cdf58]

        add mdds to tail_build again
        
        Change-Id: I77a90f816d062bdc9ca4de6e151593e264e4c042

2012-09-11  Matúš Kukan  <matus.kukan@gmail.com>  [1ee760335b8562f52728baa6ffebb2e79b28e789]

        liborcus: convert to gbuild
        
        Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0

2012-09-11  Noel Power  <noel.power@suse.com>  [ed2ad9638208b905f6501fedcd9b84d4176b9529]

        kill stray line from commit:c0c7fb66985a9a3e8f9b7a796c1e0489e407879b fdo#52076
        
        Change-Id: I715c4a7caeb48e605babd9a91e2c10e5847cbd09

2012-09-11  Tor Lillqvist  <tml@iki.fi>  [cdb94e3f1499f96d35c01aa7313c03124a643a06]

        Fix typo
        
        Change-Id: Ibe0da6862cd241e10d79817aab08a65590610604

2012-09-11  Rene Engelhard  <rene@debian.org>  [2b021c047c03645a47aacf405cc8f2992ae57186]

        add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbus
        
        Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848

2012-09-11  Rene Engelhard  <rene@debian.org>  [a26bbbac9159dd7ca84bcca0a0fc19dab85715a5]

        fix li--with-system-liblangtag description
        
        Change-Id: I7904d041d1512e988aa121d4cb438aa4ccb04011

2012-09-11  Rene Engelhard  <rene@debian.org>  [bea6149df2a611a6958ab1d9fa989dd30d525cd7]

        default to off for packagekit usage; add --enable-packagekit
        
        Change-Id: Ib644cc3768ced8a1959fb9ea9f7f24e29fce87ad

2012-09-11  Rene Engelhard  <rene@debian.org>  [b6640bdef03e89b720974d72ca42fb88937a70c8]

        implement --with-system-liblangtag
        
        Change-Id: I182f95c294ec41cf74cd495fd6141a7d1c33b3ff

2012-09-11  Noel Power  <noel.power@suse.com>  [6c29057f55dc1afde8911ac527814ca09ead2c2f]

        missing part of fix for fdo#54721
        
        commit id cea414bfe8fe356793778bdf09f5ca3b3a42daa0 for
        "fix vba not tracking currently selected doc correctly" was missing necessary
        change in sfx2
        
        Change-Id: I1697c005374b3d26dc63c78702a46c6d9879adaa

2012-09-11  Andras Timar  <atimar@suse.com>  [ed08ddb31ba37da393a42586cbaa4c19e771598c]

        fdo#53588 Assume cdir being in the last 1k of the file to speed-up search
        
        Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff

2012-09-11  Caolán McNamara  <caolanm@redhat.com>  [3e635c3368c23608bac471970f18d1d64684a147]

        XubString->rtl::OUString
        
        Change-Id: If7e5d015c95f8f173750ca32e061d69f56e2d93e

2012-09-11  Noel Power  <noel.power@suse.com>  [c0c7fb66985a9a3e8f9b7a796c1e0489e407879b]

        fix for fdo#52076 don't write out basic storage if no modules
        
        Change-Id: I50908f7f6b4c9a146e4a2fe616d000e1ee7e36fe

2012-09-11  Miklos Vajna  <vmiklos@suse.cz>  [3925a10d4784cf5966c5ee182dd64296b1cfba21]

        n#778148 SwEditWin::MouseButtonDown: prefer url over hell frames on ctrl-click
        
        This reverts commit 549da29af80c9d5b64b4c1bcec40b9c81f471a4f and fixes the
        problem without breaking text selection in front of background images.
        
        To reproduce, create a large XShape, put it to the background, set wrap
        style to 'through', then add some text, including a hyperlink. Click
        should select text, ctrl-click should select the hyperlink, or in case
        the text is normal, the shape.
        
        Change-Id: I6cd62af30b58555f8b58c7db4648444fceba83dc

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [3b333819a335a6c734eba26a7ff4ff87c3cffbd9]

        warning C4805: '!=': unsafe mix of type 'bool' and type 'sal_Bool'
        
        Change-Id: Ie05299fb67d90a7df332626d361697cb32bb205c

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [8e136c360ddaa78816ba264dba3b8a9b7289d8ec]

        Missing "include"
        
        Change-Id: I93baa875c15ea2186f7e738bfa48457e7fa09f88

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [7e3db5c46453115c4168e663f2b1df8f67fc6dc0]

        Better error reporting
        
        Change-Id: Id5fa59ebd8d656158c22552e6f06e61897df2fb5

2012-09-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d66dfba86d998cc92caa442931120092ac7eaec1]

        Revert "Temporary workaround for failing XPDF tests"
        
        This tests were failing with system poppler 0.20.0. They are
        OK with internal xpdf.
        
        This reverts commit a9b7c8ba65d74d7ee5fef2750ae9e81945b9e1e3.

2012-09-11  Muthu Subramanian  <sumuthu@suse.com>  [0f0bd022b6f8ae89655a6e47964842086a9beb80]

        fdo#54609: Exception while importing xlsx.
        
        * Handle any exception thrown during document properties
          import. This is not so critical so as to stop the import.
          We anyways check for hasElements().
        * Also lclGetRelatedStreams might throw IllegalArgumentException

2012-09-11  Stephan Bergmann  <sbergman@redhat.com>  [a7805f85ad7a11c187c3bdc1b85be624ccbff864]

        fdo#53520: Adapt to dict-pt*.oxt renames, and more pt-PT/pt-BR clean up
        
        Change-Id: Ie2262ed49ea829e1afdf97583dd633f954f64edc

2012-09-11  Olivier Hallot  <olivier.hallot@alta.org.br>  [ff9c93c0294b8350a58c648346c01d726710c402]

        fix bug fdo#53520, pt-PT and pt-BR better split
        
        This patch fixes fdo#53520: Portuguese language spelling package names and split the files into the proper directories.
        
        Change-Id: Iff10cfee1da2c4775e4cf9050ec154052ee18ac9

2012-09-11  David Tardon  <dtardon@redhat.com>  [1ac0511b3c146cdbf7836bb306a19433259a899f]

        rename orcus lib on mingw to fix build
        
        Change-Id: I5d58db337c056d4cea7e3b493e3653ef929e7bca

2012-09-11  David Tardon  <dtardon@redhat.com>  [d9412fb4755377b8358a46a249cfe29a22ea9451]

        fdo#53520 rename portuguese dicts
        
        Change-Id: I70cb4856f1db4722e886407d1c2fdf6a73b9a7f3

2012-09-11  Peter Jentsch  <pjotr@guineapics.de>  [a2a10b59876951b6493419713e9054ceabd3d6cc]

        optimize font-decl template for libxslt (using exslt functions)
        
        Change-Id: I5b8469db0729fdb722d22ae9a0a8688658db39f0

2012-09-11  Thorsten Behrens  <tbehrens@suse.com>  [2df0884339842fa9611b9a116f8aac6c1435f465]

        On error, properly exit from Impress RemoteServer::getClients
        
        Looks like the actual return was missing in front of the empty
        vector.
        
        Change-Id: I0ccf0be53ef54138a3ebffab7b09b93b8c629aa0

2012-09-10  Manal Alhassoun  <malhassoun@kacst.edu.sa>  [78414991b20d0eac6703e8e3c3e429b747891367]

        Resolves: fdo#44925 list box contents should be same direction as sheet
        
        list box contents should be same direction/alignment as sheet, not the
        interface
        
        Change-Id: I0b4944c6658fb27dfa7d0c67dd26a7b592329be8

2012-09-10  Caolán McNamara  <caolanm@redhat.com>  [d1c1cce4ec0222ac50f9f78ddf5f4ce7aa7377ab]

        Resolves: rhbz#855972 crash on switching to outline view
        
        Change-Id: Ic2675e9d1d8ce6bb67e9c9e4db292f79c4240409

2012-09-10  Noel Grandin  <noel@peralex.com>  [4c9e62c6e3513a57e86dfb7ea06a74ce2943aaaa]

        Java cleanup, convert ArrayList and Vector to use generics
        
        Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4

2012-09-10  Noel Grandin  <noel@peralex.com>  [6bf09ecf1d97455af4a07ae3564886ee69e0a33b]

        Java cleanup, remove unnecessary imports
        
        I guess I missed some last time :-)
        
        Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b

2012-09-10  Noel Grandin  <noel@peralex.com>  [0f1dba83596b5e8e19203892cb1334b6bbe8f147]

        Java5 cleanup, cleanup Vector and ArrayList to use generics
        
        Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76

2012-09-10  Noel Grandin  <noel@peralex.com>  [b89ae706c2b959dd41e821abc2efe1d4ba79de81]

        Java cleanup, generic and simplify
        
        The code here is passing stuff around in lists of Object, but even
        so, it was doing so in a very convoluted way.
        
        Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74

2012-09-10  Noel Grandin  <noel@peralex.com>  [ef0e7694b884d3cd86295b733028101cc4713fa1]

        Java cleanup, remove dead code
        
        Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546

2012-09-10  Noel Grandin  <noel@peralex.com>  [ad467c135936ad59462ad553383b7e1791d1d31d]

        Java cleanup, remove dead code
        
        Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457

2012-09-10  Noel Grandin  <noel@peralex.com>  [43cd64dd61f24ac6ce1a2b4b7a04604734bfef2b]

        Java cleanup, simplify and generify
        
        Convert this code to use generics and remove needless complexity
        
        Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8

2012-09-10  Noel Grandin  <noel@peralex.com>  [a5ff5aad59bbe70cfaa0b18ec9df6f787a7160ca]

        Java5 update, Convert ArrayList and Vector code to use generics
        
        Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd

2012-09-10  Noel Grandin  <noel@peralex.com>  [e3d9ff3fd0b753a6712e86703e5f69392d241508]

        Java cleanup, fixup the TestPGP code to compile again.
        
        Change-Id: I7b77f1a21936ff63b64d005fff3343df30b90b38

2012-09-10  Noel Grandin  <noel@peralex.com>  [4409280278ce539d488926cad6fa343a971c3b29]

        Java cleanup, remove dead code and fix
        
        Remove jurt/demo code, because it doesn't compile anymore, and according
        to S.Bergmann, it doesn't test anything that isn't already tested
        elsewhere.
        
        Change-Id: I775eb1681d77800abc8f8d399c43de20d8721e82

2012-09-10  Caolán McNamara  <caolanm@redhat.com>  [f50ea409e49a9a3f5f0a9eb353a400040b94b5f4]

        what gets tested here turns out to be out of date now
        
        Change-Id: I61b96b8d0e9c821f0e6228430eece1617871a916

2012-09-10  Radu Ioan  <ioan.radu.g@gmail.com>  [6ffa064e7d8bfcdef815f24e2cfdb791dc960ba2]

        fdo#39625 Make existing cppunittests work
        
        Make sal testHelperFunctions cppunit work
        - removed call to simpleheader.hxx
        - added call in Module_sal.mk for sal_testHelperFunctions
        - created mk for cppunittest for sal_testHelperFunctions
        - removed unused and unusefull function
        
        Patch#2
        - remove some unusefull include
        - add bug number to commit message
        
        Change-Id: I2f4e831cea0213a07f440bb00e0302eb1c4d7dc1
        Reviewed-on: https://gerrit.libreoffice.org/588
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-09-10  Julien Nabet  <serval2412@yahoo.fr>  [304247bbfd5bb46fc72bb2ed39711f6fc60ffef4]

        fdo#54542 fix start of table wizard IDs
        
        Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397

2012-09-10  Bence Babati  <b.baabsi@gmail.com>  [7017654a70f7e55e5c608a196b58eeb3d859c066]

        add help.tree files to extensions' help
        
        Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074

2012-09-10  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [ad050e40f1eb05c49b116ec9d856142f8dc4f635]

        headless build: build oosplash again
        
        It looks like we want it so revert:
        dae66b7b1df89d824017c7afb52f66ebfd2b8fe2
        4d408cc2f09fcc645d0da736b74f2f5cae86edc4
        64a530cfa8e9be44965c9d708dfb642c2df2a59d
        
        Change-Id: I7cd410861b28a0556de3375a0865a7baef52bd78

2012-09-10  Michael Stahl  <mstahl@redhat.com>  [7f2e168421c3cd928a31a52a8b5afe97e931d3ba]

        boost, orcus: disable bizarre "auto link" feature for MSVC:
        
        Boost apparently uses a MSVC auto-link feature to cause MSVC to request
        a static library with a very particular name; disable this and remove
        the associated ugly workarounds boost/Package_boost*.mk.
        (Another alternative better than Package_boost*.mk would be to
        just mangle the static library name in RepositoryFixes.mk)
        
        Change-Id: Iea91f9978da00d89d2a696f3cdd090a85cea8e64

2012-09-10  Caolán McNamara  <caolanm@redhat.com>  [d73fc13af4fccb098928d1646ad843d92505562e]

        Related: rhbz#855541 ensure PropertyNameSupplier singleton ctor is threadsafe
        
        nothing really to do with odd multithreaded run_exit_handlers bug, just tidied
        it up in passing
        
        Change-Id: I9e56a21f92e5f89bbcb4413bb7cae44c48affb17

2012-09-10  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [dc44bd0ef0fc59b5501faaa30f6d781d5143dccd]

        Change some comments to meet doxygen standards
        
        Change-Id: I3e5a40237f2ec3ac884c50e34a1592a029d9050d
        Reviewed-on: https://gerrit.libreoffice.org/591
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [58c97cffdcb46d2739b1eb2ae1ae2a36467d8ad6]

        Notes on upstream status of patches
        
        Change-Id: I6fa4a33d85dd227ec4fd408e9d30d96a6172903c

2012-09-10  Michael Stahl  <mstahl@redhat.com>  [6266df99cc0782476478c45cbb6a48006c142489]

        gbuild: disable MSVC warning C4351
        
        "new behavior: elements of array FOO will be default initialized"
        sounds utterly useless.
        
        Change-Id: I7870734c92bcd52c7fc0a9a251f6d007122c95a6

2012-09-10  Miklos Vajna  <vmiklos@suse.cz>  [7eebbf5c642f548c635910262c86c5b2d00c5de1]

        n#778148 SwEditWin::UpdatePointer: fix mouse pointer wrt. hyperlinks
        
        This moves up the check introduced in commit
        1223dd3bc84899d8f77c46340c46565ca74cbe1b, so that not only images are
        handled, but also hyperlinks. With checking early, bCntAtPos is set to
        True, then hyperlinks are handled properly.
        
        Change-Id: I2dad38867c492d07ef0a1ce17824c114faa5decb

2012-09-10  Lionel Elie Mamane  <lionel@mamane.lu>  [b410acd1369609107eb3d99db767d7e779c393ce]

        Enable Evolution Adress Book support in official GNU/Linux build
        
        Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9

2012-09-10  Michael Stahl  <mstahl@redhat.com>  [fcf415df476c56a7ed4e5fb30e731a263da61e52]

        libwpd: MSVC warning C4310: cast truncates constant value
        
        Change-Id: Ibd6c7299b612d05d4c00ddfe47b51f45e3ae07d8

2012-09-10  Tor Lillqvist  <tlillqvist@suse.com>  [886a299b028aa960c551c7d16583a54a7e1f18a9]

        More updates
        
        Change-Id: I4ae89c27dcc4a4480a2c6a4513e2d129a2fd59d0

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [ebc6b4118ead8319676d863d6e3cf3623a2a4942]

        Keep lexicographical sorting intact
        
        Change-Id: I943f2bb9703e18e456f2b53a399f590d76beb9b0

2012-09-10  Muthu Subramanian  <sumuthu@suse.com>  [3a25a6503dea6dcbcca676f2d9ae741b8ed1696f]

        n#778859: Add unit test case.

2012-09-10  Muthu Subramanian  <sumuthu@suse.com>  [5b75c17f207d2156e17430ef3e31b5784804b9f7]

        n#778859: Non autofit text are imported as autofit.
        
        Push default values if <bodyPr> exists.

2012-09-10  Petr Mladek  <pmladek@suse.cz>  [06c3c184dc3f540516c6991e00b3246feaccb256]

        one more attempt to check the right orcus pkg-config name :-)
        
        Change-Id: I784f9b0d3ec08b2136a178ecd789acbc381967fe

2012-09-10  Michael Stahl  <mstahl@redhat.com>  [c748f42f1f2c8e667411afe30522714923bf25d9]

        hsqldb: quote $(ANT) to make paths with spaces work
        
        Change-Id: Ic687a733d752e93f39f5cc6c827de107d8c4327f

2012-09-10  Tomáš Chvátal  <tchvatal@suse.cz>  [1e64ba5c8032260e117557037afce46993d222fd]

        Work with system liborcus.
        
        Change-Id: I1da517b19774ed6f44c34e0d8057419b1a66a9f1

2012-09-10  Michael Stahl  <mstahl@redhat.com>  [77984435c6bd6e455c5c33061ba6ee6cb2938886]

        libxslt: mangle exslt library name for WNT
        
        Change-Id: I15869eb6e2d0f3ced2654a344a9fff041a092fbe

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [1e12fb078cba4de5ac8a9d3810ff5914fe9742c8]

        MSVC: missing libexslt.lib
        
        Change-Id: I69d52e7c188c3326c639a8592e36467092365736

2012-09-10  Tor Lillqvist  <tlillqvist@suse.com>  [0f9f8ef8b07cad66be20e705d4ad0a5cb6394818]

        Updates
        
        Change-Id: I8e859eb34a053ac0efefc566fde002aef963b520

2012-09-10  David Tardon  <dtardon@redhat.com>  [090901874f58997f23dda1cdfac5462788073dfb]

        we don't need exslt for dmake
        
        Change-Id: Id8cec9932c9c3bd76f0b1e50038582ae64a6f879

2012-09-10  Tor Lillqvist  <tml@iki.fi>  [1260555e28364cad5ebf55389655d3f0ecaef218]

        Build also LibreOffice4Android
        
        Change-Id: I81f241d830bc914c7ddf3cce23fb6bb48f30e89b

2012-09-10  Noel Power  <noel.power@suse.com>  [cea414bfe8fe356793778bdf09f5ca3b3a42daa0]

        fdo#54721 fix vba not tracking currently selected doc correctly
        
        Change-Id: I43b17dfc621d0aba76cdd33ebf97c457fa1da912

2012-09-10  Noel Power  <noel.power@suse.com>  [986a0f4eabae324091434c2670bb9592fadc1536]

        fdo#54718 fix opcode detection in basic resulting in failed/unregcognized code
        
        fix is followup to bf5b493104d2dd4ab964f1fcb845200eaefbbcd5 which didn't adjust the runtime to
        cater for the new enum layout
        
        Change-Id: I6613fb8aacd8a70947c4fff556fb3e2d33c1113e

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [a93e92ba707bd5a4ad41134d986f185c7ac16c06]

        -Werror,-Wunused-private-field
        
        Change-Id: I749184b885f8da29f2656e8ae29b981eeb9bbc7f

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [cfaa51ad45bed3bc0f2966512600a03927cd5dfb]

        -Werror,-Wunused-private-field
        
        Change-Id: I5f450365498304d8118dce88af3becc5a8c9ddeb

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [d4419806c8f4633f99ec54f564930f1932cf4549]

        libwpg: -Werror,-Wparentheses -Werror,-Wunused-private-field
        
        Change-Id: I259cce0728183b97059ac4b8f6bb67a9de64ee93

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [dae6ac07d49e530fff93c4f2bf5df969f5c6a97d]

        libwpd: -Werror,-Wunused-private-field
        
        Change-Id: I25f4235d9d60346882526189e57021639a481cbe

2012-09-10  Michael Meeks  <michael.meeks@suse.com>  [3234b715b5a6d13ee673b41066eb565706be5ec9]

        fdo#47368: Fix for infinite recursion
        
        See bug for discussion.
        
        Change-Id: Id45dd2902bd2cb68618c3e7324867f226c025698

2012-09-10  David Tardon  <dtardon@redhat.com>  [26fd65c521fb4667f1be0365de4b391f61b80fdf]

        fix mingw build
        
        Change-Id: I26349524db04886b939fb4b79e2feab1605beee5

2012-09-10  Stephan Bergmann  <sbergman@redhat.com>  [d3bc83f04314108cda530fb6663107a45a4a1cfc]

        -Werror,-Wmismatched-tags
        
        Change-Id: I69219a86b77776530a7bac5f1726e980655bf5f0

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [1c467763f4ca4bc1caaa3111f0ed85f388e6fe01]

        build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is used
        
        Change-Id: I7ab624bc4877af51d4182ab213ef49cd8c5bb2a4

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [eadb83f281b596e441a82798660f1a27c177b2c6]

        register exslt functions for libxslt filter
        
        Change-Id: I23bb8a3cf00a9152362794281a617ad4a780faee

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [b5107faa150aab3c5480708219fc8d392a97f718]

        add for exslt:set:distinct template
        
        ..for processors not supporting it natively, namely Saxon &gt; 8.2
        
        Change-Id: I33ceedd7f70f0469c039b8e90aa8d492d5c27ce2

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [9f29890d4e4fa916d46eeae081ef6e04eb1bfe81]

        fix a problem when handling style named for conditional formatting.
        
        Change-Id: Ia8deda31dc4624b1d05d2388c90dbcb17d033269

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [3420be984986bcff03d6d127b913fc07372fe89f]

        fixed problem with template recursion in spreadsheetml import.
        
        Changed recursion to iteration in various places (creating column styles and both row styles and rows)
        Recursion when creating cells/columns remains.
        
        Change-Id: Ie5d27c576069b79225e7901671227c0ff8dce75d

2012-09-10  Peter Jentsch  <pjotr@guineapics.de>  [8fdef3e8d8ead3903795df87cbf66256691542b1]

        optimized handling of ConditionalFormatting elements
        
        Removed ill-performing key definitions.
        Also fixes bug with bogus expression quoting within formatting conditions.
        
        Change-Id: Iab9b26f30ac7f780acb8a4e1397aaf2f4fa490f4

2012-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8bed4206e1b5548e3525021d6d13025a6eb01081]

        fix crash introduced by stl conversion, fdo#54299
        
        Change-Id: Ieb39563b1d26c3037d4200f9ec68f4ce2b2c7b42

2012-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ac26e6b5248f2f3fde8dc4341b01ef15b6c3a29]

        don't use unitialized global variable, fdo#53713
        
        Change-Id: I9e5150fb4c5681abe9c786f4c2d80f5a10e8a66b

2012-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [a2d63fe0c0a476700b2e76012777b5bd2c9f1df7]

        fix typo
        
        Change-Id: Iaf2180946186e9490840ebbdd5f948a31103dc4f

2012-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [e6812db65e7e17d49d52ecb287fc80271a479022]

        fix libpng name for Windows
        
        Change-Id: Idb0e3892ab2f3c1712f98fb9a1d4e4745686f202

2012-09-09  Tor Lillqvist  <tml@iki.fi>  [9b9d45e35103e6884e0a87c35c07c74899f40614]

        fdo#47368: Remove event listener also in Invalidate()
        
        Change-Id: Ifa3d7ff400137b4560fa0ff890cd211147c5c234

2012-09-09  Andras Timar  <atimar@suse.com>  [bccb30a00782201d779487aa5bd958c6a4d5a652]

        fdo#52946 We don't need the productname multiple times in install dialogs
        
        Change-Id: Id1e02ff8409a7261a86c0231898265490ddcac1b

2012-09-09  Andras Timar  <atimar@suse.com>  [f7414542bb2918a9184071056db45e201e969cb8]

        add 'grammar checkers' to dictionary module description
        
        Change-Id: If95b2829fd42143bd191564bb764067fcbe92054

2012-09-09  Andras Timar  <atimar@suse.com>  [48d7e996a2df45e7d080c80b75c0b58bc524e4ad]

        Long URL does not fit into installer dialog
        
        Change-Id: Iebefcca082a733e26072c5cc0ab0510b9eb2c509

2012-09-09  gerhard oettl  <lodev@ogersoft.at>  [1e7e6647be5392dae58f5c67f64521d6fbf7b327]

        fdo#39468: Translated German comments in sc/source/core/tool
        
        Change-Id: I8e31d452a10f1f3f9e10e270f87a13cc64eb5e71
        Reviewed-on: https://gerrit.libreoffice.org/586
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2012-09-09  gerhard oettl  <lodev@ogersoft.at>  [337ef5808dd8e55c06d00b222e69c5ba287acab5]

        fdo#39468: Translated German comments in sc/source/core/tool
        
        Change-Id: I0fe94ebc9751ebfa25851a482244fda9ddac5bbb
        Reviewed-on: https://gerrit.libreoffice.org/585
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2012-09-09  Tor Lillqvist  <tlillqvist@suse.com>  [8fee2f6030a9d408517046ca221e06625f852bad]

        Seems that -lm is also needed for Android on MIPS, for some reason
        
        Change-Id: I5075199de76abfb2b62294e8ce4ce3eb43b1daf6

2012-09-09  Tor Lillqvist  <tml@iki.fi>  [48d544a96d006c1eb511751580e90749319e57db]

        Fix cross-compilation of liborcus
        
        Change-Id: I429028fa05b52b5852dae38c50e315d202c8ad3d

2012-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [9f0aadee70d90082fb81459908310fdeaef10585]

        libpng: missing source file and include path for zlib
        
        Change-Id: Iac72be0cd104db1f4ee2e7cec15d86d1693b8fb8

2012-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [f96d58bd53d8068f6056b3f9e45a2b14be5dd4a9]

        libpng: convert to gbuild
        
        Change-Id: I68d8eb5ee481c893ca1ddecf891db66bef5b03f2

2012-09-09  Matúš Kukan  <matus.kukan@gmail.com>  [ae6f7f0f354dbab21d37890021c16655070ad002]

        get mdds out of tail_build; liborcus depends on it
        
        Change-Id: I0c09260911b3979c5eb8aa33c25073bec105b987

2012-09-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [0da7c6021f7c1da1bf242e72fca31b18c8182d3e]

        OUString cleanup in vbahelper/msforms
        
        Change-Id: I834c5f1f26f941a5db84b677f34ffa686e0c2544
        Reviewed-on: https://gerrit.libreoffice.org/578
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [6ed2f211251a45c9653f80ad2e228a5ee83e17a8]

        More OUString cleanup in vbahelper
        
        Change-Id: Ie9c650da762e9d5afea9018dd2c6496fcd14ca6f
        Reviewed-on: https://gerrit.libreoffice.org/577
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [1b9c7dae5a62c91e51a03f3d5a1c452a494a08d0]

        More OUString cleanup in vbahelper
        
        Change-Id: Ibf1661c612486a3d5259d0e78dd03294d5eeef76
        Reviewed-on: https://gerrit.libreoffice.org/576
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [340f1c59f1969ae00be7c0a6987c54a05ab97940]

        Some OUString cleanup in vbahelper
        
        and RTL_CONSTASCII_USTRINGPARAM removal
        
        Change-Id: Ibc1411805fcf0a75ea9f660fd9ee8f5fdcda6b1d
        Reviewed-on: https://gerrit.libreoffice.org/574
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-08  Andras Timar  <atimar@suse.com>  [700301a9ab256bd10d831f77bf7e4750e07670a0]

        fdo#52296 put ShellNew files to program's folder
        
        Change-Id: I501d08fb0be65c7191b807e1d6d6f20026e14860

2012-09-08  Andras Timar  <atimar@suse.com>  [d2405b54adbfa1ebdefa3b3c6f31c7f298e71cf6]

        installer: remove unused code
        
        Change-Id: I8f0229b8dd0a135f525076e98996d44be2018050

2012-09-08  Andras Timar  <atimar@suse.com>  [e520fa15a5dd1dbee6fd293dc334e90d3244084f]

        installer does not produce .inf files, corresponding code can go
        
        Change-Id: I98c134457d113dfbb83074fc7ee48cbf952b17b3

2012-09-08  Andras Timar  <atimar@suse.com>  [15a2c9adca6a0d5dd196e97312c664bc21ae1b6c]

        remove SelfReg table from MSI
        
        We did not use it, and it is not recommended to use it. See:
        http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx
        Installation package authors are strongly advised against using self
        registration.
        
        Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42

2012-09-08  Andras Timar  <atimar@suse.com>  [74340d8b0e9c6d2799f08b66a60f404f2d1324c6]

        always use multiline balloons for footnote popup quickhelp windows
        
        Change-Id: I8536c451af9df89277f8698929c5a596a87863ae

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [3112c760dd59bcbdb3619f627749e7cc4462d405]

        MDDS is not in BUILD_TYPE anymore
        
        Change-Id: I2059ba397011fb3e1d39d6bb5e6e06e6c752c5be

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [f5ff45b9b2150fc23bc550c5c6a01139019658de]

        add include path for internal zlib
        
        Change-Id: I8d98a62a3ad573508a5c40134ae22183f89b2f13

2012-09-08  Takeshi Abe  <tabe@fixedpoint.jp>  [969e6870e8e4c7b4452928d821ffe61384a376b1]

        sal_Bool to bool
        
        Change-Id: I86e5b49ccc9737517ecde17dbdaba44eeaee2371

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [ec580b3a1d9bc240479dcce6fca07b6d83c35e1a]

        libcmis: use patchlevel 0
        
        Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [7f0a36540af650882571ad74400e5c9dad36159f]

        libcdr: use set_warnings_not_errors
        
        Change-Id: I37049887926513885872e3ffe3f94e8bb0796b17

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [b164022d9b6f6d0d54fe39118f896e54f44c3e87]

        libmspub: fix typo; it's add_patches
        
        Change-Id: I2d1437601d5acccc7cce1a7b2eb0017465a97c16

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [042e0685836e6c8048c01dc70d25e93aaaee1023]

        libvisio: use set_warnings_not_errors
        
        Change-Id: I4a84e88c6055e28f79ddf81281649eda05e2901d

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [c90886a3755ddfd089ed652b7864c853f36f8b19]

        libmspub: use set_warnings_not_errors
        
        Change-Id: Iec7e058c6da827fbcfd538543c0fb5d6060f3975

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [fa2419569124e7471bd6580735c9143d0f8d569d]

        libcmis: forgot to remove old makefile
        
        Change-Id: I2b95f965ad6f00dd2a63114f8ec32a4acf606608

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [edddab206f0c86e7d2869bc72d00b4f3af7901ba]

        group this together
        
        Change-Id: Ifa07910cc767c5824997c48d573e7a7601719274

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [b409f11f8ba2595e8f630c0b82ef8d919cb98148]

        rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libs
        
        Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [707194e7b9263a33508905438281090bd201e34d]

        libcmis: convert to gbuild
        
        Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [85e34a4f3a157663f49611d566554785a28848a7]

        libwpd: convert to gbuild
        
        Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [be742b279a807f7effe758975ce0364f4a80732e]

        libwpg: convert to gbuild
        
        Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [0c6fbcad3ff71fb755406ec914da0ae15e2d21e0]

        libcdr: convert to gbuild
        
        Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [105edf31b9e9be7cbc033d8ed09b382457fd1264]

        libmspub: convert to gbuild
        
        Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [71a3db78930b7b804231e2a6c576cad672d39c8d]

        libwps: convert to gbuild
        
        Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [97ed2616bdc104a86655f4f629870193a6b222ce]

        libvisio: convert to gbuild
        
        Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c

2012-09-08  David Tardon  <dtardon@redhat.com>  [3d8ceca16461c12801f73a8bd67544bd4e4370e4]

        use "scoped" global var. to set the suffix of gen. C++ files
        
        Change-Id: I992d361d489bee59414a4a259fd73a06dd56a72c

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [3790e84ec782af2b64c286d134c728993adb3214]

        move this into RepositoryExternal.mk
        
        Change-Id: I6e59fe4cd5b70b672307097f55497d09fc1161a9

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [345d0140104db238092b41af7360c538dfa576b3]

        writerperfect: simplify these conditions
        
        Change-Id: Ibed9d8963c102001cbfb259965e156179f05d5c4

2012-09-08  Matúš Kukan  <matus.kukan@gmail.com>  [2ecd5b0372e7953a57ece3c669c22e6545e19f2e]

        sax: com.sun.star.xml.sax.FastSerializer seems to be unused
        
        Change-Id: I826da00c83589f468c499879d86546d60b2aa515
        Reviewed-on: https://gerrit.libreoffice.org/480
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-09-07  Ricardo Montania  <ricardo@linuxafundo.com.br>  [ea744ff9e8d2d6bb463e6f8f44405f9b574b37d1]

        OUString cleanup in accessibility
        
        Change-Id: Ifceaa764231306c1f542bbbb183afc2e852cc418
        Reviewed-on: https://gerrit.libreoffice.org/583
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-07  Ricardo Montania  <ricardo@linuxafundo.com.br>  [1bbe1743c288392b9b2421f9d33efa8d05a01008]

        OUString cleanup in animations
        
        Change-Id: Ib858f9fa709d72539f71a6473a4ecb519d68e98e
        Reviewed-on: https://gerrit.libreoffice.org/584
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-07  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [e4b634fcd6420389fc77d0996d2351211804c865]

        Better center status bar items between separators
        
        Change-Id: I24553dda11b13c323b1a14813530175cdc563f8b
        Reviewed-on: https://gerrit.libreoffice.org/298
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-09-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [bf8f009cdb233b130363a808e194026f4dd84fc5]

        desktop: enable --invisible by default when built with --enable-headless
        
        Change-Id: I560759b91c5d37079a2b0d748cff5acf0a81ae4f

2012-09-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [dae66b7b1df89d824017c7afb52f66ebfd2b8fe2]

        desktop: use soffice.bin instead of oosplash if build with --enable-headless
        
        Change-Id: I2e4742a6893267ea8d4ec2048dd0686fd309a7db

2012-09-07  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [4d408cc2f09fcc645d0da736b74f2f5cae86edc4]

        scp2: Don't deliver oosplash with --enable-headless
        
        Change-Id: I6e12236d04e7ca19bea396e2aa79cba8280639a1

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [2ad7f82e4af8a894b42157ccaabfeb90870d080f]

        Prevent epm from stripping unless explicitly requested
        
        Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754

2012-09-07  Caolán McNamara  <caolanm@redhat.com>  [2195e0c699be6093f200ba6225a80ec4b9a545b8]

        Resolves: fdo#53590 you can trust no one to tell you the truth
        
        Change-Id: I6850d2060c1c7490c15c8eff7e0338433e8dab32

2012-09-07  Alexander Wilms  <alexander.wilms@zoho.com>  [cd3588634d8655ead8d4a1588c638418ed948c36]

        Tango_testing icons
        
        Change-Id: Ic1619384d635cf70ecbef587316a2fca4bdeb122

2012-09-07  Luboš Luňák  <l.lunak@suse.cz>  [63a4eac4269910d577b9fae7f48d3bd946d08a1f]

        move temporary font cleaning to a place that is run on all platforms
        
        Change-Id: Idc647684772b53d36a364afd91d9695210545e19

2012-09-07  Luboš Luňák  <l.lunak@suse.cz>  [ff97ebe1cac06fe6887854b1daa6dbf23b968cd2]

        use new file header, this is actually a new file
        
        Change-Id: If12e05b0d46fbbd815b9af5dc9551e2f07d859be

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6610e9e48327d2f4cc2a0c1cc0dea3e2f199917]

        Revert "Specify boost header directory for internal boost."
        
        This reverts commit f721ae074deef795a32ad28289286b5d2667af0d.

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f721ae074deef795a32ad28289286b5d2667af0d]

        Specify boost header directory for internal boost.
        
        Change-Id: I60e8533552161933f48a4dfbe17e5108f77fa2eb

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [127d842cbb41db987ac5d03ca78520a32b6fb206]

        Fix liborcus warnings
        
        Change-Id: I6811e7d451c96d5e52e152e693b1c4739be308dc

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [f006e75f1876bf7e6249352092d0ed7e7a5be20f]

        Make liborcus work --without-system-boost
        
        Change-Id: I4e199c167a67ca73c1967a7cf45bb8cc5b0017e7

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [a7c157e801928d2d113ec654c1d4fd61e7b7d6b5]

        -Werror=non-virtual-dtor
        
        Change-Id: Iac56ada41977e58e6e36d6efc31125f1d1ae1dec

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [006b76a785a9829bfb19f068eb49414611fe0611]

        Requires explicit ctor
        
        Change-Id: I9c3a8b7366cda75d25341afaf35da9e1ea7e4f9f

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c9d99268b434f6bf154de673ad08203cfe7bf15e]

        Ensure to build liborcus after solenv.
        
        Change-Id: Ie78b7857ac60d1337814ffb1507aadf48e05478c

2012-09-07  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [711958d8afcf7704b19e8f656aeac3cd7569e0f5]

        Fix docx 'absolute' frame position import
        
        Frames with absolute position style must be vertically placed relative
        to 'Margin', otherwise parent paragraph style may modify their Y coord.
        
        Change-Id: Ifae8f73ad9c6aa98b67283663cfc37dd847ff095
        Reviewed-on: https://gerrit.libreoffice.org/561
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [419d074df87d24d4612a9e5ef5f70cb9dcefef93]

        More OUString cleanup in vbahelper
        
        Change-Id: Ie7e350698900f1c1cacb6ebc3fa6716ef03ab782
        Reviewed-on: https://gerrit.libreoffice.org/575
        Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
        Tested-by: Luboš Luňák <l.lunak@suse.cz>

2012-09-07  Nicholas Shanks  <nickshanks@nickshanks.com>  [0cb1b9685877f6aeaddf1088ae5008e38bade6f9]

        higher-resolution OpenDocument icons for MacOSX
        
        Change-Id: I5bd4e5a8f80520f9cdf3f5a223dfe5cebadc4c6a

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c50de9b0fc803a979d6cb6987999740fa36be3d6]

        I forgot this.
        
        Change-Id: Idabfb29b653982008bb5d4159458894f53cbf6f4

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [03094f1edbb519f803952fa7b4a63efb412594b6]

        Set orcus package tarball location for download.
        
        Change-Id: Iccdb2e53ad6a62d3ee96d368b897d47ee77fdc12

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e9ac8852948da47a67077bdaabc9f3c8172f14b]

        Final 0.1.0 package md5sum.
        
        Change-Id: I6738fd748817dfb2441c580ea2928b81a77d7aed

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a0d4ff715738f30a368f58e787d8932dfeb6f29]

        Disable the experimental orcus-based csv filter for now.
        
        Change-Id: Iba8b36aaa19bbf2a9cb632fb6fe586b27ae27a7a

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e895a59fc78332e8a2c2912e51d9a9f7812f513]

        Fix the windows build again, with new package.
        
        Change-Id: I4c2a480cc4a818c0b7ac5f0ad71826327d661eac

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0454b737d3cb33f47d2aef899ee1d22a2bf60412]

        Make boostthread windows only for now.
        
        Not sure if unix needs it since most folks build with system boost
        there.
        
        Change-Id: I49d02a682e6658f6e3c5a6ada480903567d8c436

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [af4630416a33659e9d1257cea27cdae1b9a354d9]

        Resurrect boost thread lib.  Orcus needs it.
        
        Change-Id: Iadb4a223e4db523b50ee85b9079a7a4ba5971fd0

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b54f64931471631a698a51496db0a321f095aede]

        Updated the liborcus package.
        
        Change-Id: Ie8f581401dfb144fda1673597ed6717b15b03e71

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [edeac60cb5df5d7caee11009d23f43506d14f305]

        Use DOS style file path on Windows.
        
        Change-Id: Iefd223eb0df5809ae7123a2bdf4111477e6bd71d

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d33e9ae53df66d9e9c3d3d833ac165e21e6209c]

        Adopted the Linux build.
        
        Change-Id: I32c8e02b5568345906e8af1168f34ab0fb093052

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [49b0b694607b52545da14c8a3a064707e05b4bc2]

        Get it to build on Windows, with MSVC compiler.
        
        Took me 3 days just to get it to work...
        
        Change-Id: Ie28dc9b4ddb967a547cad33da18911b77bb9d558

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [66c213adb03e4457380b3f67fb559e13cb72bf00]

        Make it more generic.
        
        Change-Id: I3d3ddec1a8313bb58f5ae6bbc3edc1f273e25f94

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ae197be590cd06bff282bffce1ef77ff83087d39]

        I'll agree with the comment, and remove this line.
        
        Change-Id: Ieff30d8df8128488910b75603d2499102b529c3b

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2aebeb74a76499f078c7d21ea2d202d8b82caa0e]

        We don't need this special orcus directory now that orcus is integrated.
        
        Change-Id: I3a9ef8ca998ad53969bd0911091a1c234e0b227e

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8e96553dc6f4b84c9f81fecb52739bb05e154b1a]

        Use the latest license header.
        
        Change-Id: I6cd50b8707331b9cf41cb1d42b5ad3d167006478

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c609c91fa7d67cdf67f2ed0c924a0690adf26e0b]

        Add or update the header guards.
        
        Change-Id: I1d2205e4659041670b1e3f0dc1dc41262e75c9ac

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c28f2fbddaa5c1042d1661125dc64a397e6a65fa]

        Move the orcus handling code from sc to scfilt.
        
        Then this will be subject to on-demand loading.
        
        Change-Id: Ibefcb77b4c8a97707f3ea177a81bd61bdc58fc31

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c8b7e9822257938e9b1d1c6f7d93d085b06d5e96]

        Let's use static archive instead of shared object for liborcus.
        
        Change-Id: I5e33dac1025b1b3e5f49baf67c80da37d8e2ca5d

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0df51f70be7eae0caaea24a24e8db69de189bb16]

        Updated the package, to reduce the size from 2.5M to 304K.
        
        Debug symbols were included.  Removed that.
        
        Change-Id: Ie8190f69fe9e04be591d41b76ad93611d5553f55

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [31f589b03a3ed9a60e3548e821c2ea1ebe1b7f76]

        Get internal liborcus to build.
        
        Change-Id: Ie08f8b608c5b71e5375793e6cf9054ea75d7732d

2012-09-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a6639312005763d19e877bc61e6a844c09f5fb23]

        First cut on integrating liborcus into libreoffice tree....
        
        It introduces the 'FilterProvider' property in the media descriptor
        to optionally bypass the normal loading process and let the external
        filter provider to handle the loading.
        
        For now I'm overwriting the csv import filter just to see how this
        could work just as an experiment.
        
        Orcus still needs a lot of work, and it crashes very often at the
        moment.
        
        Change-Id: I11b34572c71073144804a7d0dd5176c8067d8deb

2012-09-07  Caolán McNamara  <caolanm@redhat.com>  [948350d60c031904c7daffc7be95ef9c146e700c]

        WaE: member init order
        
        Change-Id: Idf7def16e5a9bb4a44624dbc1039e7df05d07c40

2012-09-07  Joel Madero  <jmadero.dev@gmail.com>  [818d269971e3119047a3bcc78995f4067d9d9ddd]

        Moving experimental section to java, changing section name
        
        First of a few patches to move measurements to the general section in the
        LibreOffice main tree. This patch moves experimental section to "Java"
        and then changes the name "Java" to "Advanced". The space which was cleared
        by moving experimental section will be used for measurements in the future.
        
        	modified:   cui/source/options/optgdlg.cxx
        	modified:   cui/source/options/optgdlg.hrc
        	modified:   cui/source/options/optgdlg.hxx
        	modified:   cui/source/options/optgdlg.src
        	modified:   cui/source/options/optjava.cxx
        	modified:   cui/source/options/optjava.hrc
        	modified:   cui/source/options/optjava.hxx
        	modified:   cui/source/options/optjava.src
        	modified:   cui/source/options/treeopt.src
        
        Change-Id: I20073296ce81aace4b041ef5cb27e4313637a58d

2012-09-07  Luboš Luňák  <l.lunak@suse.cz>  [063966ee0e8b98231cb622311eb2131d19531926]

        Revert "vcl: export PrintFontManager"
        
        This reverts commit 23cd24bd4d4df9247f8f0496f9934a2ce6d110dd.
        Not needed after the temporary font code has been moved elsewhere.

2012-09-07  Luboš Luňák  <l.lunak@suse.cz>  [fc169270eaeb8156d40740cd088cd8ed958ea99c]

        move the code for adding temporary fonts to a separate class
        
        I'm a bit confused on how this stuff is separated between platforms,
        so better do it this way.
        
        Change-Id: I2dbd9baef587c81ee37b509bde272ef970f5b118

2012-09-07  Ricardo Montania  <ricardo@linuxafundo.com.br>  [e1276e83e0e914eab8966a189948d2238c82a1b6]

        OUString cleanup in accessibility
        
        Change-Id: Ie4e51632bf81053f0d32428bb7ef5b01ec301ccc
        Reviewed-on: https://gerrit.libreoffice.org/579
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-07  Caolán McNamara  <caolanm@redhat.com>  [346cf4ee5d2f82b59900de1f71160c0d90ffab41]

        Related: #i50172# add regression test for Tamil cursoring
        
        Change-Id: I8f6c3814aa3630f5f640f611fb51ce72641715c6

2012-09-07  Caolán McNamara  <caolanm@redhat.com>  [9b69085c5da49aa64c531b27d078a3f4a353103c]

        Related: #i80412# add regression test for Indic language cursoring
        
        Change-Id: Ia1cc6ade8d2122abf5469ec521b2883961121a04

2012-09-07  David Tardon  <dtardon@redhat.com>  [5e19849479ee25e1ed1c7965588ce5497831614b]

        fdo#54450 install evolution DB driver correctly
        
        Change-Id: I0b6eb67014a61e22981f1f6be488fa762d639554

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [f77ecf6532d1920f86424e4e316db7c128ef95ce]

        MSVC: Conversion loses qualifiers
        
        Change-Id: Iaf6678660f3d6b9c8a7ef018013311f8af553dc2

2012-09-07  László Németh  <nemeth@numbertext.org>  [675f723f83d110bec4a9a4c5fa09ad965d240d2a]

        multiline tooltip for very long (eg. footnote) texts #i42424#
        
        Change-Id: Ib6383220c3cdd6fef55dee82fcfdc3472da45163

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [2d67eb7244b641728b91e070568bdb309149f5f4]

        -Werror,-Wmismatched-tags
        
        Change-Id: Idc0830c4b893f55f56e0d322e87b4eff4a60d995

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [eab15a8a2e2b5f524edc0c990dcaa963b8f2a6c5]

        -Werror: initialize iLastWin with an invalid value
        
        iLastWin will get a valid value if !bEmpty
        
        Change-Id: I8f598b7a9d5e8317fca0ef0fcc3313bc0691f0da

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [70d1b98a53cae469aeadb070c5681c76d6e6996f]

        basctl: int -> long for Point and Size
        
        To be consequent, because Point and Size use long.
        
        Change-Id: I776a1839ee5d2cbdbcedad2b2922cb33b94c7b37

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [19e7696b0f3e6771b630220379f00d306b44ec3d]

        Basic IDE: Filling space of non-docking windows
        
        Now if we make e.g. the stack window floating, then the watch window
        will occupy the whole width of the line (and vice versa, also for the
        Dialog Editor with object catalog and property browser). If we put it
        back again, than we get back the previous state of the strip.
        
        Change-Id: I634614ff2e9d5f790ad759656a79a38d49c4afc4

2012-09-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1f831f5ac810f019b304e6d26c20fa54f8521828]

        Use background color directly rather than Color.TRANSPARENT to support 2.3.
        
        It appears that Color.TRANSPARENT turns into black on Android < 4.
        
        Change-Id: I40312062726696777e218afc382d55b48ac6d42b

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [81f72a3c3a30ef00dfb03bd7fab148d2fcf3e4f8]

        Cleanup in basctl (raw pointers)
        
        Lots of raw pointers have been converted to boost::scoped_ptr to reduce
        the number of 'delete's and the possibility of memory leaks.
        Some pointers have been converted to references, to reduce the needless
        checking for nullptrs, and so simplifying the code.
        Also some #define-s have been converted to C++ constants or enumerations.
        
        Change-Id: Ifbeb78f744bac7a96c8a446ff4db90dedf85fe26

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [5764c51f2c9870c91727464c0d889d3554a5663e]

        Fix for docking property browser
        
        This fixes the crash of 'Basic IDE: Docking property browser under
        object catalog' commit. The aPropertyBrowser data member was replaced by
        a new-allocated pointer. We need this because toolkit releases it by
        delete.
        When the property browser is closed in the floating state, it tells
        DialogWindowLayout to null the pointer. If the user clicks the 'property
        browser' button on the toolbar, it is created again.
        
        Change-Id: Ie842a72fe37dfdd2ed5921ffa2f1f41d3f2c51c6
        Reviewed-on: https://gerrit.libreoffice.org/568
        Tested-by: Noel Power <noel.power@suse.com>
        Reviewed-by: Noel Power <noel.power@suse.com>

2012-09-07  Uray M. János  <uray.janos@gmail.com>  [7d5911e40855ac6234590e008927c9b819084ad0]

        Basic IDE: Docking property browser under object catalog
        
        Now the property browser can be docked in the same way as all other
        dialogs in the Basic IDE and the Dialog Editor.
        The property browser (PropBrw, for which PropertyBrowser would be a
        better and easier-to-remember name IMO) is derived from
        basctl::DockingWindow instead of SfxDockingWindow. PropBrwMgr was
        removed (it seemed to be only a wrapper), and PropBrw is now a data
        member of DialogWindowLayout (aPropertyBrowser).
        
        Change-Id: I06737a5cbc985888432630714cb919d1bbbcbb49
        Reviewed-on: https://gerrit.libreoffice.org/518
        Reviewed-by: Noel Power <noel.power@suse.com>
        Tested-by: Noel Power <noel.power@suse.com>

2012-09-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [36bb1a3158a5d5a0ce35507799de794b80dfd080]

        Fix some serviceconnection issues and more bluetooth power managment.
        
        Change-Id: Id2e309ee5b8f6feff845dba28e7474e2246865f5

2012-09-07  Caolán McNamara  <caolanm@redhat.com>  [08de755c078b96922ea7693553e4f4b5e7bab740]

        Related: #i107843# add regression test for em-dash/en-dash spell checking
        
        Change-Id: I8d9aad9ac648aefdd1f31e09fe2ea84a698c0013

2012-09-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [c6943a41a0a8830f9ef6fd25deb6354a52b26774]

        Correct OUString check with proper startsWith()
        
        This patch fixes an error introduced in c75af8578d921040e1baf8414edd7239969bcd45,
        with OUString::startsWith() introduced by Lubos Lunak in 095ffaf5efef5e8fdc4d7dfa8cd90fff7b768661
        Thanks to Lubos and Kendy.
        
        Change-Id: Idcfb9ef59cfdf4c7b08193f5c137b985fa8b9965
        Reviewed-on: https://gerrit.libreoffice.org/573
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2012-09-07  David Tardon  <dtardon@redhat.com>  [06ae26b5676c29c4d1cc9c65f5bbaede9483a21d]

        fdo#54620 do not use vector iterator after insert
        
        Change-Id: I5e809f38a500ab818e9acef80b419dfece7a29fa

2012-09-07  David Tardon  <dtardon@redhat.com>  [dcae7058a707d7936c910d058afbad0f6220bb11]

        this looks wrong
        
        Change-Id: Ibd18d9dfbd18176bc13b5c2a79a6535604e95b73

2012-09-07  David Tardon  <dtardon@redhat.com>  [7e2f0392a8b4479541815818f5bcc8a54428b4c0]

        fix crash on area link update
        
        Example spreadsheet: http://www.gummy-stuff.org/Excel/Yahoo.xls
        
        Change-Id: Icd16ed4fb05986bc199ac3f913cee656c7a434ff

2012-09-07  David Tardon  <dtardon@redhat.com>  [7fac82d6f4bfd632c13d6a2b6566aa9dc8809827]

        convert OSL_ debug funcs to SAL_
        
        Change-Id: I8903dd6aff6cdd6a4b24e3030309780975ea9318

2012-09-07  David Tardon  <dtardon@redhat.com>  [6b84e09ff13d9173fb92575c860cce2f43b18b61]

        more refactoring
        
        Change-Id: I2470e0d1ace4139a735e9de32c124bc054b8ff76

2012-09-07  David Tardon  <dtardon@redhat.com>  [e24e04ccac73ab6aebc02647701cd9338bcb431b]

        refactor the OGLTransitionerImpl init. a bit
        
        This removes some possible code paths that IMHO only added complexity
        and shaves some time off each presentation start (200--500 ms on this
        machine) by avoiding one call of GLInitSlides, which creates the
        textures.
        
        Change-Id: I0f66d138f14c86c87d6046276adc36072227c859

2012-09-07  David Tardon  <dtardon@redhat.com>  [1d5d8584a3bd312f58231dbc3e26684778637bb2]

        shuffle #ifdefs around a bit
        
        Change-Id: I93b7c3796acf2da0ba28d3ae61aab4e15681683f

2012-09-07  David Tardon  <dtardon@redhat.com>  [c0582db6f99e64e530e4b3097717b14180b64d6a]

        more indentation fixes
        
        Change-Id: Ia4a3a2aede8240d98423dbf78da15b95e19bfa5b

2012-09-07  David Tardon  <dtardon@redhat.com>  [07bb32fdcb7cf58a1a5eb5d2f0c6318c8d6f8ca6]

        drop useless nested anonymous namespace
        
        Change-Id: I0876e253b69fa4ec8262946339bb643aa43f3bad

2012-09-07  David Tardon  <dtardon@redhat.com>  [9a6544bc9fd7be64b373c622ca2dbd54fbe0746d]

        add more timing code
        
        Change-Id: I481e1acfee06e56932bf7ba7bbe7f89f35ff0435

2012-09-07  David Tardon  <dtardon@redhat.com>  [38b70b169ce132eadef9fc3bcb5acd9171ea84fe]

        simplify time profiling
        
        Change-Id: Ib5976cd3e0c6e3b90fc62fe8336317f259dd544b

2012-09-07  David Tardon  <dtardon@redhat.com>  [7a545ea8bdcb7615a12a6601c9145ef55be3fce5]

        use meaningful names for debugging variables
        
        Change-Id: I50918435903a053ce99487c6ad48d45552358cd2

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [d53400c0b9f9205ebdabdf31df05d660aee59520]

        Clarify --enable-symbols misnomer
        
        Change-Id: Id3c206219385d6ab4673d1c8f6236a6cb665512a

2012-09-07  Stephan Bergmann  <sbergman@redhat.com>  [76e0a9a9d9ca5e5ea9df04baa8326688afd1336d]

        -Werror,-Wunused-function
        
        Change-Id: I6736d1295a662527e2bfd12cfbebc0ef4634b397

2012-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [b5afbbd8afb1e4f2ba21c2ff2032a4d1b466bff3]

        Bin useless includes
        
        Change-Id: I08a58468a3ce75038b65a8d9641cc2138541a7f5

2012-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [00b7328732f560b3c8517f0125e22b6ce6064c09]

        sal_Bool to bool
        
        Change-Id: Ie8a128db35bebcdcee5eda984a7875339418d9bb

2012-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [30affe2f2fde8add8b1e89799e0e09515ccd9e54]

        Add missing header/footer comment
        
        Change-Id: I0ca050a8d0e9f92308ecf0525ee7f0c32ddd0492

2012-09-06  Michael Stahl  <mstahl@redhat.com>  [3ee906137f6dc658d882cb0c34e9c1b2ce2f2b31]

        sw: tweak comment translations
        
        c589da46 d71b97c1 b4aa7d03 414848b2 561c30b3
        
        Change-Id: I364af06741f0400e25901bb7a4faccf674f991b7

2012-09-06  Alexander Wilms  <alexander.wilms@zoho.com>  [6736160aa86deba2c970a57cd8cd827b9c49c134]

        Added icons for Impress
        
        Change-Id: I80abc4412055299603269a8385166718b8911428

2012-09-06  Andras Bartek  <barteka13@gmail.com>  [4ced2d99db7ac1be3af8c114757abf3caae1b555]

        fdo#52246 let helpex use gsicheck's tag checker
        
        So the build will not break on translations errors in help.
        English segment will be used, when the localized segment
        has fatal error in it, e.g. a tag error that results in
        invalid xml.
        
        Change-Id: I8a74649d1f00f6379a7244f2582d27b8a437cd2f

2012-09-06  Michael Stahl  <mstahl@redhat.com>  [23cd24bd4d4df9247f8f0496f9934a2ce6d110dd]

        vcl: export PrintFontManager
        
        PrintFontManager is accessed from sw since
        11f7d6aca36b25fb0b225cd0c641cd4f09338672
        
        Change-Id: Ia8124acfa15386b126af2133830e1803bcf1a70f

2012-09-06  Arnaud Versini  <arnaud.versini@gmail.com>  [a3ffd9ed6ee0723de407691de93340af9975d3b7]

        Replace usage of rtl/memory.h in svl with equivalent from string.h
        
        Change-Id: I44e6b162a190939bfa17e04f551309d6249c48df

2012-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cbb8612465ec8d809ff00fef38bcc6cad1d4dac0]

        Replace DBusGObjectPath with char to hopefully compile on older dbus-glib.
        
        The typedef for DBusGObjectPath is only present in newer versions of dbus-glib.
        It is equivalent to a gchar.
        
        Change-Id: I1660234760fde7c7d88721f39d86a820c89040cc

2012-09-06  Matúš Kukan  <matus.kukan@gmail.com>  [01129788745ae8591a3ff9d2b46a54aaa58844c1]

        boost: create also libboost_date_time-vc90-mt-1_44.lib
        
        Change-Id: I1e48b478a42d2b554e165922b08354b971f971b9

2012-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24712398aa28b5a612a9a2bdeecd51d3eb9535e8]

        handle protection in conditional formats correctly, fdo#51636
        
        Change-Id: I81d7369218ae8e361f15d811952a8f690a32df96

2012-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ebc294b5bbcbfe27db3718453fbfcf129329b90]

        no conditional format changes i protected sheets, related fdo#51636
        
        Change-Id: I228ca76c34e3e18ea4d4f2197db20222319ebbd0

2012-09-06  Michael Stahl  <mstahl@redhat.com>  [d9cbc837f84c415f5949a6893764dae8268f0d85]

        gbuild: disable symbols on --enable-dbgutil --disable-symbols
        
        Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always
        enabled when --enable-dbgutil is set, with no way to override it.
        Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where
        the new "FALSE" value, set by an explicit --disable-symbols, overrides
        any implicit way of enabling symbols.
        But by default an --enable-dbgutil still enables gb_SYMBOL.
        
        Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [47919e05f68a6871031b92ad028e4345a51bf5c9]

        ++bloody_sal_Int32_die_die_die
        
        Change-Id: Ie10748357aa25fc15c05fc1a55434bfa0af9712f

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [982b7cb498c3ea1106c5d2184f84989d99b1d942]

        actually use startsWith(), now that it really exists
        
        Change-Id: I0f1557f480e9d20d4ead359ad0eaa75db9b8f9db

2012-09-06  Stephan Bergmann  <sbergman@redhat.com>  [cf0dd7b95d699264934ef1234ad8d1bc227974f9]

        Inadvertent omit of Events node from Jobs-onlineupdate.xcu
        
        ...causing update check to not run due to the missing JobList entry.
        
        Change-Id: If855259ac86340763e4b0fa8266f011f8980d61b

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [11f7d6aca36b25fb0b225cd0c641cd4f09338672]

        basic .docx write support for embedded fonts
        
        Docx embedded fonts now should be usable for practical use,
        although there is still a number of small todos:
        - fonts are embedded when saving only if the document had embedded
          fonts when it was opened (this means the document needed to be
          saved in MSO first with the option enabled), there's no UI
          to enable it and it's a question if it makes sense on Linux
        - w:embedSystemFonts is similarly questionable, given that the spec
          is very vague on what system fonts are supposed to be
        - font subsetting is ignored, when reading a document, the font
          is simply used and it is hoped it will work (that should mean
          the document should not be modified, otherwise glyphs may be missing
          for the new text), write has no support for subsetting; also, since
          fonts are global for LO, opening several documents with the same
          but differently subset font probably will not work
        
        Change-Id: I470a9f2857738a10e82546223412bd9320841e65

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [cf6d2e2f8319fb4a2b15b9a805699312fe7305f9]

        make sure a font from SvxFontItem is written to fontTable.xml
        
        Change-Id: Ie1cd6aeded226da49e8ff10c262a00d7f95228f6

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [7a045f48bad2177538c43f76019c1caecdd5baf7]

        read support for docx w:embedTrueTypeFonts/w:embedSystemFonts
        
        No write support yet.
        
        Change-Id: Ia10239acc77cf9ebc4f511e30c007da36abf43cb

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [9b14fa8f64d84866777e35acfe369503da188c7a]

        basic .docx read support for embedded fonts (w:embedRegular etc.)
        
        Change-Id: I9bbca2e348bd999e05f6d9e53f3bbcd2d6bb911a

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [b7e56788135c1c6179cbc5387e41a66a85a7460b]

        basic support for temporary fonts
        
        To be used when loading fonts embedded in documents.
        
        Change-Id: I634af1b35eba48872d045e726d1d879f455d6f2c

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [c1c8adca05b561afbbf3346b73225d80f2b82ee4]

        temporarily set a substream as the document stream
        
        If this is not done, then mpStream still refers to the main stream,
        and so e.g. resolving references uses the main document instead
        of the substream (specifically, in a followup commit, w:embedRegular
        will use _rels/document.xml.rels instead of _rels/fontTable.xml.rels).
        
        Change-Id: Ibf250b82f38be0b24a6c2b6198b6c96ab7f0423c

2012-09-06  Noel Grandin  <noel@peralex.com>  [743e22ec8b5e5f22696a69a2c305f7a8173a77aa]

        Java cleanup, remove unnecessary imports
        
        Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722

2012-09-06  Noel Grandin  <noel@peralex.com>  [bf4352084b991981975a24a8e61cbb3cbf3e0159]

        Java cleanup, remove unnecessary imports
        
        Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7

2012-09-06  Michael Stahl  <mstahl@redhat.com>  [80891ead730bf1df084d84e89157e5411f3ae0bc]

        guess.cxx tweak bad translation
        
        Change-Id: Ib93f1a08686826d75ad96f0c21590b0baad3b150

2012-09-06  Tor Lillqvist  <tml@iki.fi>  [6dc9552e22952f83d9ee16870eae9e1f2a2ca2fa]

        Move Bootstrap setup and lib pre-loading (for easier debugging) to onCreate()
        
        Change-Id: I77c08dc1236c4c77cfb7711f3be659ebfe877dd1

2012-09-06  Tor Lillqvist  <tml@iki.fi>  [31c1971f8e80a2bf03efef77ba5db32ac7871b12]

        Avoid assertion failure when rendering thumbnails of some pages
        
        Change-Id: I5331ae27d8e492a8094e1904ba3af143c7c1a0e5

2012-09-06  Caolán McNamara  <caolanm@redhat.com>  [ddeeac32bf2af605ee6fd140e9a4e5ee45684317]

        use OUString::startsWith instead of OUString::match
        
        Change-Id: I6b88baf83bfce1c28955b445c2c2ddd690cfed2d

2012-09-06  Caolán McNamara  <caolanm@redhat.com>  [e053f8cb0fc78bae274b74d7fed59d211e5c9f26]

        these warnings are only debug informational really
        
        Change-Id: Ie3da4be7251302cb68bd80a65bf74e8bc1b2e5cd

2012-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [160a88e18d868433813f3f09b340dcaf68f276b2]

        assign correct value

2012-09-06  Radek Doulik  <rodo@novell.com>  [35cbe7206d19afa8d30cb84e9285f45964dbaad8]

        fixed typo
        
        Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab

2012-09-06  Radek Doulik  <rodo@novell.com>  [764215c901e971ee52e573b54eb79037d6a48f79]

        try to use old animations when new ones doesn't contain any leave node
        
         - fixes part of n#759172
        
        Change-Id: Id7abecd55edba6dadf16e275192e5251d0a86274

2012-09-06  Jan Holesovsky  <kendy@suse.cz>  [08aec05e3388f10e40ef0726661bda0792d78213]

        Update with info about online update checking lifetime.
        
        Change-Id: I6f631fbf9f9e3e958ab3269d099be42e0854493a

2012-09-06  Luboš Luňák  <l.lunak@suse.cz>  [095ffaf5efef5e8fdc4d7dfa8cd90fff7b768661]

        add O(U)String::startsWith() to complement endsWith()
        
        There's match(), with the second argument defaulting to 0, which
        does the same, but that's pretty non-obvious.
        
        Change-Id: Idd4de9388f53e1b5dc5d48446d1001af32c0af3d

2012-09-06  Stephan Bergmann  <sbergman@redhat.com>  [5c804dce946a928adcaf97533f5345b33e688ff5]

        deb#681185: wait for InternalIPC::ProcessingDone in oosplash
        
        Change-Id: I9606ec34ad0d8d24dca71d060bf5e1d37152903c

2012-09-06  Caolán McNamara  <caolanm@redhat.com>  [4573b628cc1d18bb623a1f64b35ee6e113dcf03f]

        default to enabling dbus on supported platforms
        
        Change-Id: I47eac02bf2c0ee7b973d73ac78ae08f9e93f0b42

2012-09-06  Caolán McNamara  <caolanm@redhat.com>  [ca00d27e33b187a9be36cad93bdaf662b5c221ea]

        Related: fdo#54486 add some regression tests for ordinal suffixes
        
        Change-Id: Iea51d777c3cc1fdc58fa7fccfe01e4e8394e79b2

2012-09-06  Stephan Bergmann  <sbergman@redhat.com>  [5fc1d590e7e57b15eab64770880a52e44c5cca71]

        warning C4702: unreachable code
        
        Change-Id: Ie9544ef452d7b9852bd2c31af1cb42035e5c827b

2012-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9382fa6ce2fedad19742688d32d0981335c7dd21]

        Automatically enable/disable bluetooth as necessary for searching/connection.
        
        Change-Id: Ie7a11c05cf1ba6181e955a65ebef03117c956f1a

2012-09-06  Michael Stahl  <mstahl@redhat.com>  [6a1c29d7efd505346d4b43ee2b7080e8d769301e]

        offapi: move css.ui.UICommandDescription to css.frame.UICommandDescription:
        
        The service implementation used "com.sun.star.frame.UICommandDescription"
        since forever, so the IDL file was essentially wrong documentation.
        But since 7a464263cc5c2ca2b7128734ff4860e02d662818 converted the service
        to new-style, it cannot be instantated any more and e.g. clicking on
        Tools->Customize crashes.
        (Adapting the implementation instead would be an incompatible change.)
        
        Change-Id: I564bddaf3836827f5b72360a2bde19d6158b7ba5

2012-09-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c4380fd9f2e7ebe0687cf979fba3044a5b3df554]

        Moved all internal details for ClientInfo out of the header.
        
        Change-Id: I64102536f12875b9834ce99763925f1544a87e8f

2012-09-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [00bc30789be6888903645cbbbf47974cd7109cad]

        vcl: Add missing graphite support to headless build
        
        Change-Id: I63966bac34678869dbd3ea177905896bbe8934f6

2012-09-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [56c307824feb9175c0281a376f836955d810864b]

        configure: disable gnome-vfs with --enable-headless
        
        We are not interested in desktop stuff but thanks!
        
        Change-Id: I03d28ab0d3d2da5cafaebfce52c807bf0c956108

2012-09-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [9d207b1158a88cb9b88b935392b61dce515a573d]

        configure: disable librsvg with --enable-headless
        
        librsvg have a long list of dependencies that requires at least
        gdk, so X. On debian the headers package depends on cairo too.
        Indeed not what we want.
        
        Since comments here says that impress depends on it will need to
        eventually disable build of impress.
        
        Change-Id: Ic88f90d03d0a80c1ada9f4224faed9deab2bed52

2012-09-06  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [22f2e5f286d55cd5c1ead07fb82cd78027abf490]

        vcl: Fix cups ifdefery
        
        So ENABLE_CUPS is defined if we want CUPS but that does not
        guarantee that we actually have it installed. So use HAVE_CUPS_H
        that is defined only if the cups headers are found.
        
        Change-Id: I7c6c3659b368dbf9f8efab31ef457f41ac162160

2012-09-06  Muthu Subramanian  <sumuthu@suse.com>  [5ca197ce7a2a845933e17fc90195c929cbc7e062]

        n#771549: Import text offsets in shapes.
        
        * Also fixed a bug where the (offset) increment was conditional.
        * Reusing Transform2D for <txXfrm> as well.
        * This is a kind of hack where the margins are adjusted
          for the give offset values.

2012-09-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [c75af8578d921040e1baf8414edd7239969bcd45]

        kill RTL_CONSTASCII_USTRINGPARAM in xmlscript
        
        Plus rtl::OUString cleanup
        Only on rebased files
        
        Change-Id: Icddaa20742cc45f08e5a48790447fcf8865f4bd6
        Reviewed-on: https://gerrit.libreoffice.org/527
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [72fa23ba0e13e6cf8a7ffb0476863d4399af0da1]

        kill RTL_CONSTASCII_USTRINGPARAM in xmlhelp
        
        + ::rtl:: drop
        (only on rebased files)
        
        Change-Id: I5a773936ceb012b0655cee8db7250b496e088464
        Reviewed-on: https://gerrit.libreoffice.org/525
        Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
        Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>

2012-09-05  Philipp Riemer  <ruderphilipp@gmail.com>  [79874397bbc891939ebd402a4af85fa1406604fd]

        Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2
        
        Change-Id: I00c2ccb0be18bb574b2494b035b48c6f37128c72
        Reviewed-on: https://gerrit.libreoffice.org/494
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-09-05  Michael Stahl  <mstahl@redhat.com>  [68428270b3488b6a15e95fac29c754780641bc49]

        extensions: oleautobridge needs comphelper
        
        Since b679a2a02180c017bd8b596fb2e4f283bad93b75 this oleautobridge seems
        to need comphelper.
        
        Change-Id: Idb04b61026e78fd3f726d66ef05d4345aaeb40a6

2012-09-05  Michael Stahl  <mstahl@redhat.com>  [800133e8c89b697f952aeb082686b13e618c45de]

        extensions: convert unoapi test to gbuild
        
        It even seems to run on my system
        
        Change-Id: I0246467b82bec7617d6de7dbad84c45fc279c24c

2012-09-05  Michael Stahl  <mstahl@redhat.com>  [b1fd48de5fd7cd6385a63463d914d6d50e154bf9]

        remove some obsolete boilerplate Test.java
        
        Change-Id: I694cff583fddb713a59e5d6b8e15ea06a2be63b6

2012-09-05  Noel Grandin  <noel@peralex.com>  [cd0308ba9c284d6ed336955e758a689bd8028a96]

        Java cleanup, make package name match folder name
        
        Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144

2012-09-05  Noel Grandin  <noel@peralex.com>  [39b6fc96fcd8e59431eb12d0abb0305121b8a84d]

        Java cleanup, remove dead code
        
        Which doesn't even compile any more.
        
        Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb

2012-09-05  Noel Grandin  <noel@peralex.com>  [8f7848ccd6c43cfedd47d0f5de5ecddd388a9294]

        Java cleanup, remove unused class
        
        Change-Id: I27403fabc3b5326108a34655ffe8b2b0846c0694

2012-09-05  Noel Grandin  <noel@peralex.com>  [bb257014cdc0374db1a8d9932ba8629ce9aac8f4]

        Java cleanup, fix compile errors
        
        Change-Id: Ia16a54432291935125d53de9d7cc010917b8373d

2012-09-05  Noel Grandin  <noel@peralex.com>  [bc6a9e9b47d90f550452c5c4a9cd093b1b60bbe6]

        Java cleanup, fix compile errors
        
        Change-Id: I2620ccf17a24572b4bd6a79f2410c4b746164b9a

2012-09-05  Noel Grandin  <noel@peralex.com>  [975866d5920e77b351408494855fa6759e716b72]

        Java cleanup, make package name match folder name
        
        Change-Id: I4229ea7a4ad4d669db824e14ee6a8acb2ac205a0

2012-09-05  Noel Grandin  <noel@peralex.com>  [bd0ed13efccc6db2e5db8412ae79709343503c60]

        Java cleanup, make package name match filter name
        
        Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a

2012-09-05  Noel Grandin  <noel@peralex.com>  [110e43cc1b4f864aac2b5bd0da1fa6d0ffbb81fc]

        Java cleanup, make package name match folder name
        
        Change-Id: I8807ce7a6f5a115570d61a2a8c216d817d0334be

2012-09-05  Noel Grandin  <noel@peralex.com>  [9dce74e9309ea932537abb13f3c22c26496c4230]

        Java cleanup, fix compile errors because of changes in UNO API
        
        Some of the enums have obviously changed names at some point in the
        past.
        Note that the code still has more compile errors.
        
        Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb

2012-09-05  Noel Grandin  <noel@peralex.com>  [eb4be23d470e4ea21414970c22787d4d69d5482b]

        Java cleanup, make package name match folder name
        
        Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec

2012-09-05  Noel Grandin  <noel@peralex.com>  [97b5851e97c72f44c4d1f498c8cd786fe8561803]

        Java cleanup, update code for changes in UNO encryption API
        
        Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5

2012-09-05  Noel Grandin  <noel@peralex.com>  [44325e03b1740dd91fd8b6a7b54d4f916adbd2b0]

        Java cleanup, make the package name match the folder name
        
        Note that the code doesn't compile after this change, it is still
        very out of date with respect to changes in the UNO framework
        
        Change-Id: I5a001002a3fcf20496bba4367b9f2da4ceba9f88

2012-09-05  Noel Grandin  <noel@peralex.com>  [bf212ec14694e74b0e8e216df50026443f4ace23]

        Java cleanup, fix a couple of compile errors in old code
        
        Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c

2012-09-05  Noel Grandin  <noel@peralex.com>  [553a17f66540040a5ab21be71232fe736b353b65]

        Java cleanup, rename folders and packages to make them match
        
        Also fix some compile errors. I suspect this is dead code, but on the chance
        that it might be useful.....
        
        Change-Id: I0d56df88420ce484b72df626db4fadcebe04d777

2012-09-05  Noel Grandin  <noel@peralex.com>  [3954be2ae61fba01afb82ffb314a4e45a7b4c384]

        Java cleanup, make package name match folder name
        
        Although, as far as a I can tell, this file is completely unused.
        
        Change-Id: Ib680f53d239f8de7edcb9b98f7c19eca3d146caa

2012-09-05  Noel Grandin  <noel@peralex.com>  [9d9a9dd7e8c52c6e1a806dcb1adead0f10c7cdf7]

        Java cleanup, fix a couple of compile errors
        
        Change-Id: I83a51dc7a68413d9fea16c8cafdb82e665940775

2012-09-05  Noel Grandin  <noel@peralex.com>  [854bd8b33b4e5166d3c557f3f906eeec0b1d5d90]

        Java cleanup, fix compile error
        
        Change-Id: I911bf39980dcc2fcf34f3adde899ff7fbd5211de

2012-09-05  Noel Grandin  <noel@peralex.com>  [8244fd5ec74e0cef5728b8b74f240b62f4b35417]

        Java cleanup, fix compile error
        
        Although I don't think this file is currently in use anywhere.
        
        Change-Id: Idc3e01383d08361084e0117de8ff16b7cd82ddb2

2012-09-05  Noel Grandin  <noel@peralex.com>  [45999276fa8140a9ee6099a0d4d22de9855dbfa8]

        Java cleanup, make the package name match the folder name
        
        Less disruptive than moving the files in this case.
        
        Change-Id: I31f7891ca9c333e1d8c6e1b2c0bba5324f56dbd5

2012-09-05  Noel Grandin  <noel@peralex.com>  [4db106577c3b9a2832d274e7bc0637ed3765729d]

        Java cleanup, mv file so that package path matches folder path
        
        Change-Id: I062e152743da28a54e73988e63b4a5c7032f9b10

2012-09-05  Noel Grandin  <noel@peralex.com>  [ab7f5365ae31a6fb0b13b423d1f4419bdd877fe6]

        Make it easier to use IDE with Java
        
        Java IDE's get upset if the package does not match the path, so move some
        files to make them match.
        
        Change-Id: Ia6a1f3dc572cc1d30492491de9cf1462f2887e6f

2012-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [462451a4256d01072c4fface64b590b7be05f718]

        remove two useless definitions
        
        Change-Id: Idf804207c2af46dee30d4eff3704b8d61fbe485f

2012-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5129d01a7fb85390d925c084488493ac19c8b217]

        only allow to change conditional formatting if sheet is not protected
        
        Change-Id: I38a812a4d4ce24fb9ad65c438f6e001b376f319e

2012-09-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b6ee7da3bff1eaca3425bfdf074a979a48f3305e]

        Revert "Relax ICC profile version for PDF/1-a to 2.4"
        
        The lcms2 author advises 2.1 and that is the version we advertize
        in the name of the embedded icc file.
        
        This reverts commit 3bb22684c3e0e865f1635ba52ea84630ff766b8c.

2012-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bedbb471c3f49e0860dd63b17c1faeee837096ae]

        better import of conditional format from old ODF structure
        
        The old ODF storage is style based and so the sam cond format can be
        divided up into several single stlyes which resulted in several new
        style cond formats.
        
        Now we check for old stlye cond formats if there is a equal cond format
        and in this case just extend the area. This should make it easier to
        transform old documents into the new range based cond formats.
        
        Change-Id: I51a5148922e19e6860de9915abfc59d49b18d96e

2012-09-05  Stephan Bergmann  <sbergman@redhat.com>  [0411360989b7a1371d4fa13dcd695ebe9157bbd1]

        Some clean up of previous commit
        
        Change-Id: I05287fd79455f968c770d61bf5f320b07bba7d9e

2012-09-05  Noel Grandin  <noel@peralex.com>  [b679a2a02180c017bd8b596fb2e4f283bad93b75]

        fdo#46808, Adapt reflection::CoreReflection UNO service to new style
        
        The XComponent part of the interface made no sense for a singleton,
        so it was removed.
        Explicitly document the 'theCoreReflection' singleton and move it
        into it's own file.
        Deprecated the now old CoreReflection service.
        
        Change-Id: Ib8befa87c7da7eb53a2f587948fd54a64c082472

2012-09-05  Lionel Elie Mamane  <lionel@mamane.lu>  [3bb22684c3e0e865f1635ba52ea84630ff766b8c]

        Relax ICC profile version for PDF/1-a to 2.4
        
        Change-Id: I26942f1a046651e30a1625dcd3dcbf201fa65d5b

2012-09-05  Tor Lillqvist  <tml@iki.fi>  [dbab9cbf2078faef3c8bc76ae31adece6b6621bd]

        More hacking to get this to work again
        
        At least partially unnecessary, assuming some of the problems were
        caused by the erroneous usage of Arrays.copyOfRange() in
        Bootstrap.java.
        
        Change-Id: I230b0ca6c17420f765a7d20aa377efc261186adb

2012-09-05  Tor Lillqvist  <tml@iki.fi>  [c0bc0003eed4938071d051ffeb689dbbfd1ca02a]

        RTFM for Arrays.copyOfRange()
        
        Change-Id: Ie0d7bd95207aafb269f23974b8e90fa0b50fdb86

2012-09-05  Tor Lillqvist  <tml@iki.fi>  [2c619267d63c963f48472b290c83c60f664a7bc0]

        Detach thread before returning from android_main()
        
        Change-Id: I593e94e90971b6be681de48dce74f7df2293c10e

2012-09-05  Michael Stahl  <mstahl@redhat.com>  [39c3a4d6644ae78783aa8877557e4c021cba7973]

        idlc: clear include file set in Idlc::reset():
        
        Resetting the set between files reduces the size of the generated
        offapi.d from 41M to 4.5M.
        
        Change-Id: I221e6dfb75cbadb5d970f18eccfc85ffdb83ce6c

2012-09-05  Stephan Bergmann  <sbergman@redhat.com>  [24391f605703bda1bcfa99ef06e5a73c6b52d267]

        Some clean up of previous commit
        
        Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51

2012-09-05  Noel Grandin  <noel@peralex.com>  [1c7a54e3a14ad932e68b9281420e6c469e5dd2e5]

        fdo#46808, Adapt frame::ModuleManager UNO service to new style
        
        Create a merged XModuleManager2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Explicitly document the XNameReplace interface in the IDL, which
        is already implemented by the service, since there is code currently using it.
        
        Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853

2012-09-05  Stephan Bergmann  <sbergman@redhat.com>  [55aa40bcd6ae3116c63a0eac18056bcfd011f43a]

        Quick and dirty adaption of ModuleManager to WeakImplHelper
        
        ...to better be able to change its set of implemented interfaces later on.
        
        Some potential for further clean up:
        * a generic helper for supportsService;
        * remove need for impl_createFactory;
        * base impl_createInstance on XComponentContext instead of XMultiServiceFactory;
        * replace ThreadHelpBase with a plain osl::Mutex.
        
        Change-Id: Ia2cbd14872a609c2ed57d9ce58b546f087c2fdfb

2012-09-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [24f691867d02e853153a53e49276c2a8c30ea1fe]

        Force version 2.1 of the sRGB profile for PDF/A (fdo#54546)
        
        Change-Id: I7c40c37fbe344f1e46ea4a09fb99a5ac82ffd577

2012-09-05  Caolán McNamara  <caolanm@redhat.com>  [c96e2c238f8fd3a78773e29ced11ddaa9e9d783f]

        add superscript and subscript support to enable removing odd 1^st construct
        
        so we can get rid of the confusing 1^st help text suggestion
        
        Change-Id: I38fea2c15f6764bd64aaebe2a41935149f62b9c5

2012-09-05  Caolán McNamara  <caolanm@redhat.com>  [a05357ab69712bec53c2d8d17efbbf25907ff9b8]

        Resolves: fdo#54486 ensure ordinal format has non-ordinal prefix
        
        Make sure that the ordinal format and the non-ordinal format match at the
        start, so that the expectation can be verified that there is some trailing
        "ordinal suffix" which can be extracted.
        
        I'm not at all sure that this will be true for all languages.
        
        Change-Id: Ib89a51cdd743db12bfe6e723a9acb61d9fe5e6ce

2012-09-05  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5dcb5399d70976311591f4041e3a816ea96fb80b]

        Port remote from gdbus to dbus-glib.
        
        Change-Id: I291ee5d32110d2fffd976f3e5257daf976428a76

2012-09-05  Caolán McNamara  <caolanm@redhat.com>  [defe079d455ccc958fd0128e8a8cf0e4aeb5cd9c]

        Make autocorrect of 1st to 1 + superscripted st work again
        
        It surely doesn't matter if the result of normalization is unchanged
        
        Change-Id: I87dfd0dadee33897f5df4b0dc532166a8bd9d7e5

2012-09-05  Caolán McNamara  <caolanm@redhat.com>  [5c3dc6791c8737b24d5b8211bf7330caff47b62b]

        should be able to remove SimpleLayoutEngine now
        
        Change-Id: I74d2cb7c47ec04f4276755fa1bd74779842c7832

2012-09-05  Stephan Bergmann  <sbergman@redhat.com>  [7a7a2c5495e9e03181843c327a0c28fd6e5e88bd]

        Cosmetics
        
        Change-Id: I7b217c4fb48bbee4a2872d15cf23a955b464ffca

2012-09-05  Ricardo Montania  <ricardo@linuxafundo.com.br>  [a60f9112146b23566a6a0ff3a5109889f4b7c0b1]

        OUString and RTL_CONSTASCII cleanup
        
        Change-Id: Ic56451b2c13d8561bb6e6ee92bf9147b35640a5c

2012-09-05  Stephan Bergmann  <sbergman@redhat.com>  [a82e532ce006c54b2740de74d1da5d11307da7c1]

        fdo#38913: Prevent invalid parameter handler crashes
        
        It appears that on Windows at least some jvm.dll versions can cause calls to
        _fileno(NULL), which leads to a call of the invalid parameter handler (see
        <http://msdn.microsoft.com/en-us/library/ksazx244%28v=vs.80%29.aspx> "Parameter
        Validation: Visual Studio 2005").  The default handler causes the application to
        crash, so install a "harmless" one instead.
        
        Change-Id: Id6a3ffb63f70b0c65546bc933e994c8dbf35203c

2012-09-05  Tor Lillqvist  <tml@iki.fi>  [db0ef1e0b21270b445e4f3c16fe013d90458f80d]

        rc and unorc seem mandatory nowadays, etc
        
        Change-Id: I352c12de27c23519099f4c828e1e503446b83941

2012-09-05  Tor Lillqvist  <tml@iki.fi>  [2d7429004c5b4795945eee290c2cacfb2d1a29a0]

        The unobootstrapprotector is mandatory nowadays
        
        Change-Id: I596f5657714824ad34cea2677438ae9860468524

2012-09-05  Takeshi Abe  <tabe@fixedpoint.jp>  [cfa6f852429f96cf5bf5e9f7c03a9dacd320f4ba]

        sal_Bool to bool
        
        Change-Id: Iebed1c159606ab695b049032da5a3509e468fb91

2012-09-04  Michael Stahl  <mstahl@redhat.com>  [1146b889325fd01f24c6aacf557d3940dd147936]

        fdo#53872: reportdesign: fix section drawpage crash:
        
        In order to wrap the SdrPage's UNO object completely, set its mxUnoPage
        member to the OSection wrapper instance in OSection::init; only OSection
        should have access to it.
        Also initialize m_xDrawPage_Tunnel (thanks Lionel for the hint).
        (regression from 05218c101df486302bf4cfe8be23ad840daa3f73)
        
        Change-Id: I048ddafc31e946853e56e6a403ddc9487cfbcf0e

2012-09-04  Tim Retout  <tim@retout.co.uk>  [61b899e4b6b10c78daa818751e341f0c69e6f3d7]

        installer: Remove copy_complete_directory_without_cvs
        
        Change-Id: I8ae43356f91c45aecfe56cb83567b5e4e97c5669

2012-09-04  Tim Retout  <tim@retout.co.uk>  [3c47a63dc4bc9dee8f242a93e27c9641da6bded5]

        installer: Inline $installer::globals::required_dotnet_version
        
        Change-Id: I653cee6f86476520d12eaa42c2afecdad1e75dc0

2012-09-04  Stephan Bergmann  <sbergman@redhat.com>  [31da8163ef96ed8a3bb97c52da94682e474dda55]

        Some clean up of previous commit
        
        Change-Id: I75a4b2be2fbaf47a2ddb3498dd4e46b1169d47cc

2012-09-04  Noel Grandin  <noel@peralex.com>  [9738002eca0f7cba337ae856cb5bce8ba93ee293]

        fdo#46808, Adapt drawing::ShapeCollection UNO service to new style
        
        No client code is using the XComponent interface, so drop it.
        
        Change-Id: Id8f6da1248da641dcc0a3cb6d0a70e3bf29e5c99

2012-09-04  Stephan Bergmann  <sbergman@redhat.com>  [af5059d19a37c6f2dffd756c579e92d30f65bc8b]

        Some clean up of previous commit
        
        Change-Id: I0ea6d6439f97fcf74162c19671483aaa17b5a6cb

2012-09-04  Noel Grandin  <noel@peralex.com>  [197a79e57131c976a489882479a679ba2ab61b82]

        fdo#46808, Adapt DocumentDigitalSignatures UNO service to new style
        
        Rename service from "Decryptor" to "DocumentDigitalSignatures" to be consistent
        with the other UNO services, and with it's own header file name.
        Add service constructor for passing in arguments.
        
        Change-Id: Iaca0c40bb2f1a1af2ef9ca29361bfd023ade2678

2012-09-04  Tor Lillqvist  <tml@iki.fi>  [ba425a1788421b63caa84ac364341bac2f88f103]

        Try to make this work again
        
        Unfortunately it crashes without a usable stack trace, though... Not
        sure whether worth it to dig any deeper.
        
        Change-Id: I3a5864326bead6ac9206ef30436326b97564bb63

2012-09-04  Tor Lillqvist  <tml@iki.fi>  [f1aca5bf8a2f5d065589f21475c017e0bb8cbc9d]

        Fix infinite loop introduced by accident
        
        Change-Id: I4aee6214123b14f40e01850e1814a4e2d089ec8c

2012-09-04  Tor Lillqvist  <tml@iki.fi>  [f9e88410cffcfe8765770486aa3736cd82726e9f]

        Drop misleading comment
        
        Change-Id: I90bc8870fcc7919f2b9c224160d7cb2e7ef285e7

2012-09-04  Tor Lillqvist  <tml@iki.fi>  [f17665bc408cdb2a3d7bc69e41aefbc1b8134cd6]

        Fix misleading macro name
        
        Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725

2012-09-04  Matúš Kukan  <matus.kukan@gmail.com>  [87c7f609cced4e74ab27739cf28d5f21b46c6a7a]

        filtertracer seems to be unused
        
        It has no .component file anyway.
        
        Change-Id: Ia6f609a237cb4268161fe1f139b1f5c0d1d6fc5e
        Reviewed-on: https://gerrit.libreoffice.org/528
        Tested-by: Caolán McNamara <caolanm@redhat.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>

2012-09-04  Caolán McNamara  <caolanm@redhat.com>  [39d440ed92457de8b2b03d9a39bc3ce872caf3ba]

        drop rather useless filtertrace stuff from wizards
        
        Change-Id: I6df855031f1941590472bf8901625fe8b2c22926

2012-09-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8af09bf33291df2fb2bfbbd6e42f9bf074fcc4fc]

        n#777699: Clip the objects to the pagewe are painting
        
        Change-Id: I78ac7de5346a2adea9a2c6cf3cbb0321e05d79dc

2012-09-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e598ab04476a32a08f18e8f0662fafa5f78f1a4a]

        n#775270: clip pictures instead of scaling they don't fit
        
        Word clips pictures that are bigger than a page instead of scaling them
        down. This patch introduces a new compatibility option to allow clipping
        a picture in Writer instead of scaling it down.
        
        Change-Id: I4defbee05be81e23ec28a2ed272eaf4e4cc6faf5

2012-09-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f28e2820fc4105cf1aa8b1daf075ef540c532572]

        Restore correct saving of authorised servers.
        
        Change-Id: Ibb1eaab3ceb4aba8a73594c87d9fd487169e0143

2012-09-04  Liu Flex  <winddss@gmail.com>  [3224b47493a40eba67e454b4bde7fab334cb5298]

        fdo#46182: Error in Simplified to Traditional Chinese Conversion
        
        This patch just fix the mistake in Simplified to Traditional Chinese
        Conversion.
        
        >From 1bb88fe0ae13733cf6269fcc442ee18bf41b21ff Mon Sep 17 00:00:00 2001
        From: Flex Liu <winddss@gmail.com>
        Date: Tue, 4 Sep 2012 11:28:37 +0800
        Subject: [PATCH] fdo#46182 Error in Simplified to Traditional Chinese
         Conversion fix the conversion mistake for Simplified to
         Traditional Chinese
        
        Committer: Flex Liu <winddss@gmail.com>
        modified:   i18npool/source/textconversion/data/stc_char.dic

2012-09-04  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d23759f1b84dbd550c933dd2d8b9b80a431af2c6]

        More fragment lifecycle cleanup.
        
        Change-Id: I93a19a080cc73bfa49b04f19b6e290ff9cd1b8bc

2012-09-04  Caolán McNamara  <caolanm@redhat.com>  [c79b998a59d84198e02c8f2496740643689c2c4b]

        --enable-dbus activates auto-font install now as well
        
        Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a

2012-09-04  Caolán McNamara  <caolanm@redhat.com>  [100e56309f724a05b62e35a37cca02f64bd64050]

        dbus for libmerged
        
        Change-Id: I7a0b2c5358ff1b003f822ef4f9acc5c78b1605b1

2012-09-04  Tor Lillqvist  <tml@iki.fi>  [8951ef03b9e99ce468d063c2793a724558af27dc]

        Workaround for crash on iOS
        
        Change-Id: I947f7def862d2a238dc609a91d898f03dbd72b84

2012-09-04  Nicholas Shanks  <nickshanks@nickshanks.com>  [3cac48044846522e095b84e3d98d7173cc849f58]

        Remove unused OS X ooo icons
        
        From e-mail:
        
        I have verified that none of these icons are shipped in the current
        TDF distribution, nor are they referred to by the Info.plist file
        (which is how Mac OS X specifies relationships between file types and
        icons, I don't know if this file is distribution.specific), therefore
        they are just dead files in the repository.
        
        Change-Id: I1134642ffa651f3972a81fac2ae992835f6479db

2012-09-03  Alexander Wilms  <alexander.wilms@zoho.com>  [6cad15dde0e5bc2f5cd50dce8cd1d245af40242f]

        cleaning up a bit
        
        Change-Id: I694e8d6a5bc0a916789f6c9d21715bddf0a142ea

2012-09-03  Alexander Wilms  <alexander.wilms@zoho.com>  [9a3cc03547ff29dc330f783b10ca98dbbc1a83e2]

        markers.png is now based on svg file, added more icons
        
        Change-Id: Ib06cda39604b92ae13da7356a99df66745a2e835

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

        these 9 scripts are in icu >= 4.8, but not in 4.6.1
        
        Change-Id: I418968e0a8959730e5ef0c20769fd07ca1f8f23c

2012-09-03  Tomaž Vajngerl  <quikee@gmail.com>  [1eee77f2c2b4fa5f693708218c74a8f3909649a6]

        Improve tracking of auto-complete states.
        
        Change-Id: I4fc1af070b684ffbd0a85e18caa600bb42449f1b

2012-09-03  Julien Nabet  <serval2412@yahoo.fr>  [b8a671ac076c4137a30a822906fa3a0460c7c4f3]

        Missing 1 include and 2 using
        
        Change-Id: I5100e40f9e2bb2f27f7cac490e7c9fa8c3814166

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

        fix ClearDevFontList -> ClearDevFontCache typo
        
        Change-Id: I52d2cb88ef99b9c9846cab13ff2994ed0495d9a3

2012-09-03  Lionel Elie Mamane  <lionel@mamane.lu>  [42ca2ec5368ad291e87a2bd6a64a2ad608a50502]

        better description for --enable-mathmldtd
        
        Change-Id: I7695f3b9d2363835e9434b4d2140e64a7c8b825f

2012-09-03  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [95a9b3088fa02007f31e4280f0438dec1aeadf13]

        configure: always avoid building ns plugin extension with --enable-headless
        
        Doing the same trick as osx and android.
        
        Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf

2012-09-03  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [64a530cfa8e9be44965c9d708dfb642c2df2a59d]

        desktop: i swear we don't need oosplash with --enable-headless
        
        Change-Id: I7d03590fc2a0942757b7214c15be78e8bc626e9c

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [756352698de348226c685bad9ab80ea138e5da75]

        More places that require a prefixed "system"
        
        Change-Id: I49cf1f02faf70a5a92ab45e7678253ba4e5f68d0

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [a11940a871177bfce6fd5ac2e899a6659fb49fb3]

        "using namespace ::com::sun::star" caused sdbcx::... ambiguity
        
        Change-Id: I18573cb3c0b70996e3787028fff1a376bded02c4

2012-09-03  Caolán McNamara  <caolanm@redhat.com>  [627fda230089e147976bfb8ec2a81eba9bf61a22]

        misplaced ifdef
        
        Change-Id: I006db207686d0a08ffa4e2eb044b12266cdb6dcf

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

        adjust auto font installation
        
        to happen on a 5 second timer and collect up as much missing
        stuff in one go as we can
        
        Change-Id: I79f5e70634684a2ef83e3090790531149baf529b

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

        Refetch fonts if new ones installed or old ones deinstalled
        
        i.e. honour gtk-fontconfig-timestamp so that if we request a font from
        packagekit to be installed, then we can auto-use it when it appears.
        
        Change-Id: Id0d914a3f9cd589d9e8a87bf9be4b6e47de2e191

2012-09-03  Caolán McNamara  <caolanm@redhat.com>  [402603793360fb058f84e2aa88d5fdcd6131334d]

        make GlyphCache::InvalidateAllGlyphs do what it says it does
        
        all the things we say don't do in GlyphCache::InvalidateAllGlyphs but would do
        if the random debugging getenv was set are always done in the lines after
        the one and only call to this.
        
        Change-Id: Icd5719f12ab687568c95d59b1f6413a13cef3e3a

2012-09-03  Caolán McNamara  <caolanm@redhat.com>  [92efdaf94bc9aa463ed7c73526fbb55ec51e9ff5]

        Resolves: #i96826# request font installation on render failure
        
        Use packagekit interface to request font installation when
        glyph fallback fails
        
        Change-Id: Idb6f5cb6971bd156d7cac0a79e240246e9e0f973

2012-09-03  Caolán McNamara  <caolanm@redhat.com>  [4b5aa7a0bef61c9f81d2f87a7cef744d27e02309]

        Add a way to get a sample language for a given scriptcode
        
        Change-Id: I3a0f561aa2838870c7fc35b2a976f133f3667104

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [de16a4e0cc175df844c4365b1ad3fc3066bb2a2c]

        Some builds seem to require a prefixed "system" here
        
        ... MacOSX-Intel@1-built_no-moz_on_10.6.8 complained with "oleembed.cxx:881:
        error: "system" has not been declared"; and see previous
        88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b "fwk139: #i10000# adopt for linux."
        
        Change-Id: Ibd6f6aae69a7fcca7a60a85ed2d82dd5e775deea

2012-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c578ed53615d219768bc1f07506b1e8756375db6]

        No explicit rtl::OUString ctors needed, sberg dixit
        
        Change-Id: I0b675213064a10cebfdea1fb99573dcf3e34284b

2012-09-03  Noel Grandin  <noel@peralex.com>  [3a36408b73d8a9be43cd9f4570537ff1d80c0114]

        fdo#46808, Adapt util::NumberFormatter UNO service to new style
        
        Create a merged XNumberFormatter2 interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I57f35cde0a9dbbe91c1d2c3d068cb3a97c7245e3

2012-09-03  Noel Grandin  <noel@peralex.com>  [bc00717bb7a2b48885ca356fb0a966acbe72dca9]

        fdo#46808, Adapt system::SystemShellExecute UNO service to new style
        
        Change-Id: Ib298b3219c3e89dd35bce0974846ed4888ed941e

2012-09-03  Noel Grandin  <noel@peralex.com>  [7dd6c0a8372810f48e6bee35a11ac4ad0432640b]

        Remove some unnecessary includes from the IDL files
        
        Change-Id: I7f18b528c9660890fe8da18da173ee69f1e1390e

2012-09-03  Noel Grandin  <noel@peralex.com>  [7a2ef79376c306c457f98f8574d13c7fa7f92dda]

        Remove unnecessary XTypeProvider from IDL
        
        XTypeProvider does not need to be explicitly declared in interface or service
        definitions, it is handling automagically by the cppuhelpers.
        Along the way, convert service definitions that now only have one interface into
        new-style UNO service definitions.
        
        Change-Id: Id1706b5afdc2c49f89c583eef8cf0a8a0721713f

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [d110a0125251119d71f466b62b5250eae4be5f88]

        Some clean up of previous commit
        
        Change-Id: I6507b731665eb3d98a8fbf3d445f6c85e6d49258

2012-09-03  Noel Grandin  <noel@peralex.com>  [278379697d82e4b4a3204e82fcdababebe2340f3]

        fdo#46808, Adapt io::Pipe UNO service to new style
        
        Create a merged XPipe interface for this service to implement.
        Which is backwards-compatible, but does not require creating a new service.
        
        Change-Id: I682633c6252aab503eb2469c9bd2ba771f10bc4b

2012-09-03  Noel Grandin  <noel@peralex.com>  [9b07288138228af56e58f50dc6ba50865b52fdfb]

        fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new style
        
        Change-Id: I577fbc7f990be9ec1f7b7eea53218b7daaccb2a1

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [eb0e7f62587d957c8d7a86d1c8170e5cd7a7e029]

        Explicit rtl::OUString ctors no longer needed
        
        Change-Id: Iedad8f705ee54aa1663ef2735a7e847fdd4bd5f8

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [687256fcb2af011b34bbc2c07557dd3544b83eff]

        -Werror=shadow
        
        Change-Id: Ibb4dea2bd4b13058895913fa37b7f0b4488cc417

2012-09-03  Noel Grandin  <noel@peralex.com>  [7a464263cc5c2ca2b7128734ff4860e02d662818]

        fdo#46808, Adapt UICommandDescription UNO service to new style
        
        Change-Id: Ibca112904f137ff981ae9be3e5bd56aa11aec352

2012-09-03  Noel Grandin  <noel@peralex.com>  [10362695c2060f6aa48bd88f6b8dd6cfa556392a]

        fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style
        
        Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9

2012-09-03  Stephan Bergmann  <sbergman@redhat.com>  [a297372210396260da57f34da3790f76682603cc]

        Quote .ddf content (potentially containing stuff like "%2F")
        
        Change-Id: I532cbc97fe0a85f10dba4f52897c3744516c31c9

2012-09-03  Matúš Kukan  <matus.kukan@gmail.com>  [937b80b044706d271dbb682f1d255a5a2fb4d5ef]

        version is WNT only library
        
        Change-Id: I3a6763abb76d244bf0a3117705130d1aeae98e2d

2012-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [657e4fbf8c9dfc0e507d77e2f8fef15dc8008ee6]

        Fix removal of stale servers in selector.
        
        Change-Id: I95a378cade77a7e53ef6baa69a6e9223d13e1526

2012-09-03  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [42a2fb1c24750dde53b737d1fb45e2bb7286a3f2]

        Make interface for PoEntry
        
        Use composition insted of inheritance
        Make all necessary method.
        Make header file clear
        Make header file clear
        Plus cleanup.
        
        Change-Id: Idfcc7a4a4f51b402ec86a9685e8ad9fdb23fea71
        Reviewed-on: https://gerrit.libreoffice.org/530
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cb6d2ed236bd8907d135ca6c292553fb4691f6d4]

        Repeat bluetooth discovery periodically.
        
        Change-Id: I2cccc3118a06b2202a249ae8ed116d2c3bc85395

2012-09-03  Alexander Wilms  <alexander.wilms@zoho.com>  [e11ae67cdcb3c9a98019dc6ec49801c495243663]

        Imported Gnome icons under CCBYSA3 and and added new ones
        
        Change-Id: I0640c1c4c76d75c846f51c76473b6c35f8b341e8

2012-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d1cc631c0d1f7774003d550fac0711819f2fd782]

        Some error handling for dbus / bluetooth.
        
        Change-Id: Ib06f1deb620140e215411650132aefa6b76dbfbe

2012-09-03  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [d6dceb2bb0bf30e5a9362705156afd5339863db8]

        Implemented automatic reconnection + reconnection activity.
        
        Change-Id: I445fe2acb24ab6992aad4c75f6886f517bdcc0b0

2012-09-02  Nico Weyand  <nico.weyand@gmail.com>  [51f9e894f46e718200a14bcd61e9e44c64bc5396]

        Improved usage of the auto-complete tree structure.
        
        Auto-complete lookup structure remembers as-you-type the character
        position in a word. Currently the whole word was always looked up
        which was not necessary. This patch improves this.
        
        Change-Id: I7dced25707979377ae3f696a5987956d2308aeec

2012-09-02  Tomaž Vajngerl  <quikee@gmail.com>  [4b161067d46ddd48b4602ccdcc4d1b2545e2ac83]

        Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs.
        
        Bitmap rendering was rebuild from the original state and checked for
        rendering bugs at every change. Currently the implementation supports
        scaling by averagin for RGB channels an for alpha channel in some
        cases. For scaling factor > 0.6, the original bilinear scaling is
        used. Implementation is currently still in "outdev2" but is decoupled
        and will be moved to its proper place into "bitmap" and "bitmapex".
        
        Change-Id: I6feb744712956a92d6140d079dc3a85ee8511930

2012-09-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [35e13d1f5403076c752879ecbe17b2f451b188d9]

        expand ACT_KONTEXT and MV_KONTEXT macros, rename kontext to context
        
        Change-Id: I7783e60cc048dfbd99976881afca317ad1326d66

2012-09-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3e317451e319734d7e45cc431bd4b68ffe1a08f6]

        crash with safe iterators: attempt to decrement a past-the-end iterator
        
        Change-Id: I4c81125e67c23fb05e98fc6b2f47ed3e49dd29c3

2012-09-02  Arnaud Versini  <arnaud.versini@gmail.com>  [1f08711bd154d0502e5653088dc87575d4c372a7]

        Replace usage of rtl/memory.h in PDF Import  with equivalent from string.h
        
        Change-Id: I13f88bdfa6fc7d2b39fb2fd6a686b5364c20d6b5

2012-09-02  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [fc971580c76db8b7c9053883fef029fe1a243e21]

        Modifying comments to meet doxygen standards
        
        Change-Id: I4c82b7e543ec74cec3d4eb2985a3e4ec68c16b11
        Change-Id: Iaf83b7119767cf0b953cab62d5555141e8e154bb
        Reviewed-on: https://gerrit.libreoffice.org/496
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-09-01  Julien Nabet  <serval2412@yahoo.fr>  [90d0127666b4d266a6ba151c0603ffe66f1f3a91]

        Remove SwEditWin::ShowHeaderFooterSeparator
        
        Change-Id: Ibbe784ee205bae0854dabe8844c53c9d72382884

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [dc8f9877d115f126c3bb211a0747a17f27a7f42c]

        libmerged: another small component libraries for android
        
        Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [b4f030f0e3a702e6398698eff08e21141f2c761f]

        hide duplication into anonymous namespace
        
        Change-Id: Ie9a810f59d08d79636a0ad4b56adedb87479706e

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [d93fdcf391bdbab03933ceefa9a4457f4b635f44]

        add more component prefixes
        
        Change-Id: I3afe59a6326b9e5cb26c39a82d7aabdb05cc2b7e

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [009be0a85096ae3594c061922950fc045848f8c8]

        filter: remove leftover files
        
        Change-Id: Ifc0525189fb68f8976cd25a5c83419c47281d025

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [f1493c583fa02abcde685980b6f0d60b0338d772]

        ucb: add component prefixes
        
        Change-Id: I77bb24d90d310452530abe57ebc183cce98043de

2012-09-01  Tim Retout  <tim@retout.co.uk>  [b08f8494e67bb433686853328df68f377c45e019]

        installer: Second attempt at scpzipfiles interpolation functions.
        
        Call "replace_all_ziplistvariables_in_rtffile" with a hashref rather
        than arrayref.
        
        Also rewrite implementation of installer::scpzipfiles variable
        replacement functions, and add test case.  Note that unknown
        variables should be ignored rather than replaced with an empty string.
        
        Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8

2012-09-01  Tim Retout  <tim@retout.co.uk>  [bd52c601fbc3b68b17ececfe62df15630a90ddbe]

        installer: Replace $installer::globals::plat
        
        Change-Id: I81076008a619063acadc328a4ae8caf27eb8fe50

2012-09-01  Tim Retout  <tim@retout.co.uk>  [e0aa5e6f3a6d6702a2c6b8cd1d807bfc4a48d8df]

        installer: Make @forced_properties non-global.
        
        Change-Id: I42f1511126bcbda466cb956cbcac722b449bd9a5

2012-09-01  Tim Retout  <tim@retout.co.uk>  [212847783dfc7b3c0a81c86f3f89247c98bb94ae]

        installer: Inline $installer::globals::globaltempdirname
        
        Change-Id: I4174f61e45e71720d0679f798f440096d0ce4583

2012-09-01  Tim Retout  <tim@retout.co.uk>  [a3f8156e0dfeff671a6e200075e727b1f037382c]

        installer: Make @noMSLocaleLangs non-global.
        
        Change-Id: Iae7afa53966a4f5fe3b09ce75dcefc78fd75b279

2012-09-01  Tim Retout  <tim@retout.co.uk>  [4e38a1c87054ad5eba329681741bf91efe8b1d37]

        installer: Make @rtllanguages non-global.
        
        Change-Id: I20c3e2482e9bc1c1f2b32f517b1ced9037454544

2012-09-01  Tim Retout  <tim@retout.co.uk>  [f9a2a438be6dfa0c28dc81fdea604d5da8824cc9]

        installer: Make @items_at_modules non-global.
        
        Change-Id: I869b521034f75b0146ee5aa0fdd5014f674bfa4c

2012-09-01  Tim Retout  <tim@retout.co.uk>  [62a9b1727878de6225ebc90514ce3de6a539d642]

        installer: Remove $installer::globals::prog
        
        Change-Id: I71b8950e1d0e8755159631a83a4e57c23e6cd100

2012-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [ceaa802b1fab878b51564f38543087d838da3bff]

        boost: use add_generated_exception_objects
        
        Change-Id: I360f2fd6ee0b9b99410f83b7f56470bbea3571d6

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [69d03c69d442e8936bde3e6ef4d270d943e18b86]

        forgot to use external mdds headers here
        
        Change-Id: I066e2716095722343603a684935f0b7b24ce08be

2012-08-31  Alexander Wilms  <alexander.wilms@zoho.com>  [fe166c1a9d4aab1821d0ecbf588e43f2c41a55ec]

        Added some more icons to tango_testing
        
        Change-Id: Ia9a21c213f58d01b3f96d479e81461e82cf7b7d7

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [22f50fb23f4c89fd2a1a5a59f85950042ef34f21]

        mdds: convert to gbuild
        
        Change-Id: I7db5dd20e41297efbabef22f559b5552f3afff0f

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [494197d3f9bf6ca6f4d78bea311174d25eea9dd9]

        boost: remove old stuff
        
        Change-Id: Ic195f3c253f9314095fa1d568048878d50b5fb37

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [717b6ba929a9ce981b10b802b26d234861a421b4]

        boost: convert to gbuild
        
        Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [86423d682ad80cde6eb77d2cf41c68100b6c30a2]

        gbuild: add gb_UnpackedTarball_copy_header_files for external headers
        
        Change-Id: Iaf6908ede1d06a7b36eca8f16f44716181428ce8

2012-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [38cc4f7fdee8f673a2b97ff7665941f83d3775a2]

        gbuild: UnpackedTarball: do not rename files; set cxx suffix for library
        
        Change-Id: I8bf119a4ab3fc7c2febfa80176358f668003b7d1

2012-08-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9b721623b69b1c2a54dc1dba04b9c92e5e4fd13e]

        Bool and string cleanup, as usual.
        
        Change-Id: Id287047d54c2c75647486cc3b07152ddbe295534

2012-08-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [dd83185b004e08fe0b291ede225d0e93be27c819]

        Correct KeyId generator
        
        Use integer aritmetic and less cast
        
        Change-Id: I6fc0667fcbcee5f1a2dc964e2653c042338afa0c
        Reviewed-on: https://gerrit.libreoffice.org/523
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fe0ef1b2f13d1c2cc8e4f777911c158390183053]

        Don't export the internal field name suffix '*' to ods.
        
        These '*' suffix is used internally to make duplicate field names
        unique.  However, we were exporting the raw names (names with the '*'s)
        by mistake when saving to ods.  We need to stop this ASAP before someone
        gets hurt.
        
        Change-Id: Iaff7a6343cf202f5fb9855fb7dfe59b872920e4f

2012-08-31  Eike Rathke  <erack@redhat.com>  [b75664ce3ceb0673f61cb5320b1e8b44f1b805d1]

        testInit() with overrideDataPath() is obsolete now
        
        Change-Id: Ic59da3ff8f86af3e74cc526b2f4c490bd144686d

2012-08-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b4f913b5f5c48335dc80a5322b078e1d6ac2e3fe]

        fdo#54303: Prevent crash on load.
        
        Another simple null pointer check, to save the day.
        
        This unfortunately prevents the properties of the skipped field from
        being loaded properly, but it's still better than a immediate crash.
        
        Change-Id: I49398d80eb3bf0834b7e9830ac8be3ac776cb354

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [ec5fb295b0fcbb334707bc6e33c9a77bae34737b]

        The *_develop.zip files appear to be unused
        
        Change-Id: I1bb3d359b087421f4acf67955549514fc3c6a236

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [83c474c6997345d37c9187d6bf63a9f268951332]

        extension_helplink.mk is no longer used
        
        Change-Id: I54e7753f7123ed447253901d2251730371bef7b0

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [152ffaa15f963f92b1564946a648c53d6b5c808c]

        Call HelpIndexer/Linker with gb_Helper_set_ld_path
        
        Change-Id: Id3d1b203dee34ab6e59e8790c9caa5ea9d565f45

2012-08-31  Lionel Elie Mamane  <lionel@mamane.lu>  [cdadb1b4fb207392961a24788d44bd7ffa529046]

        fdo#53557: use metadata's idea of column count to allocate a row
        
        m_pColumnNames contains only the columns that come straight from a table, not calculated columns
        
        Change-Id: I2706790e8c1447d1c4e144bbdef773deeca3e2e8

2012-08-31  Miklos Vajna  <vmiklos@suse.cz>  [363c1edea638a1d2cbf42e49c2021ec581740caa]

        package: kill RTL_CONSTASCII_USTRINGPARAM in zipapi
        
        Change-Id: Ic53f613cfaa5bd4affd0c27b5ed4ed20536ee055

2012-08-31  gerhard oettl  <lodev@ogersoft.at>  [38d446da561c0c70de4b399e8b645a5c85e56ad2]

        fdo#39468: Translated German comments in sc/source/core/tool
        
        Change-Id: If39cd8391a8b8bfccd33349c4c81ab9b0c05991d
        Reviewed-on: https://gerrit.libreoffice.org/521
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-08-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [8a8a39c4c129daa3547dce5f0caf20429997e919]

        Implement more Po method for merge
        
        Implement file oprerations(entire reading
        and rest part of writing)
        Convert text to merge/sdf form
        Plus cleanup
        
        Change-Id: I6bab9bb202fcdc6d0f2a13f6c44d28e22c688e1e
        Reviewed-on: https://gerrit.libreoffice.org/520
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b23bb8e0de3dbdc2c66c3dedf70dfd318868f76c]

        fdo#53009: Compile extension help in gbuild
        
        ...as had been done in the old build system (solenv/inc/extension_helplink.mk).
        Especially for bundled extensions, this removes the need to compile the help
        data per user on first start.
        
        gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care
        of all the steps (localization, compilation, inclusion in .oxt), even for the
        en-US data (which was handled with additional gb_Extension_add_file calls
        before).
        
        Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0e1e59057d005c9333a49ce7b2ae949a3121c55e]

        remove debug output
        
        Change-Id: If6a58b2cf022c704603a3fb01b3ed75d1881f918

2012-08-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7442cf3c4a503394f73cfd930a07982b837513b6]

        Don't fail configure with older gstreamer-plugins-base-0.10
        
        Change-Id: Ia00293747d6041b86975f0e6539246310abfb957

2012-08-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a9b7c8ba65d74d7ee5fef2750ae9e81945b9e1e3]

        Temporary workaround for failing XPDF tests
        
        Change-Id: Ic5a0a60068c871dfbe154e8f5fc7a0f622eaad30

2012-08-31  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [574ddaba5315816a5629550a0a12f9c694b79370]

        Make Regexpr class safer
        
        Make copy constructor and copy operator private
        
        Change-Id: Ifdaff6d74bebb0406432d470c84d221f2c06ba94
        Reviewed-on: https://gerrit.libreoffice.org/519
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-31  Petr Mladek  <pmladek@suse.cz>  [4b27695fea841d54f7f6407b873bbd33709eeab5]

        add "Tango Testing" icon theme
        
        It is enabled by default for dev build. It will be used for reworking
        the Tango theme by the design team.
        
        The them was requested by Stefan Knorr (Astron) <heinzlesspam at gmail dot com>
        The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com>
        
        Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10efe1bcedfa450e95cbc3f08642d239ba2ab579]

        handle missing cond format entries more gracefully, related fdo#52340
        
        Change-Id: Id1cf7d99a13c04541e87ad00c5418dd4f766d268

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3cf91a21fc5089fb7f051bf8a04d2049da88179f]

        use Red as error color for cond format dlg
        
        Change-Id: I1526a8d1f2999742f28600e771891e1489d62f4b

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3c4ee1653166ee2ac1f1b9d65ff1065b6288ebc]

        update cond formats for deleting, moving and cut&paste
        
        Change-Id: I52987e957918853bcd1abd1460c6166b52454d62

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7222a571d0d458810c1b23871f8b91491db4462d]

        add ScRangeList::DeleteArea
        
        DeleteArea can handle ranges that are deleting parts of an existing
        range
        
        Currently this code only supports a 2D deletion
        
        Change-Id: I1c514437fdd09fea99f5c4dcf97b8375dcc53b40

2012-08-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b20e04a76ac251f782226dcf71983666d8dbe0dd]

        also handle the cond format code for xlsb the new way, fdo#53424
        
        Change-Id: I8d54e5fee29952635c3d4c2d5a12203668e2ff28

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [f7347f2eddb9e0b1dc1e3478e9f1efe07355067e]

        stuff in a mechanism to find the liblangtag share dir during unit tests
        
        Change-Id: Idf67c3dfbff7ee5c13831159a913ce8a517732ca

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [fab0a2c6068577081abdad90a3b1191b6fc5df29]

        workaround fdo#35118 in the absence of fdo#19869
        
        Change-Id: Ie87671bbb9a7c883651a9467b9364dbbcd0da9a1

2012-08-31  Tor Lillqvist  <tml@iki.fi>  [0d6e3a01a57146a74520c551b3cd316640cea0b7]

        Add offapi.rdb and oovbaapi.rdb
        
        Change-Id: I58809d549dc4da2f709397d0d6a2b307d75d8885

2012-08-31  Eike Rathke  <erack@redhat.com>  [7e36822b706f3da04cec7c57d319b06a5f2e07df]

        removed nonsense incRef() in operator=()
        
        Change-Id: I62e330ff47a60cc0acaf6deb3cd1011c7deb3f45

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [ba7afe4e8ebf55d35300c7fbb4cc6937798b2d60]

        export LanguageTag header and class
        
        Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [edfa6cd3e5d27d793bfb2e7d23e2fdb4dbc09a69]

        Related: #i103552# add regression test for シャットダウン
        
        Change-Id: I30117fdf70036f6df8dc494fe33a8a56d5544635

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [aac3ff1d15bcc8e4d498900386bf6b05f3cad905]

        -DRTL_USING for dmake modules as well
        
        following logic of 608025986
        
        Change-Id: I016b76bf350432a29e02d528814584c5dbbfff61

2012-08-31  Caolán McNamara  <caolanm@redhat.com>  [3e0e87545fa20dfeabe904395e2a6767a5d5ea4a]

        UniString->OUString
        
        Change-Id: I65db3f419a69542d1dc19a3879eb1a07d7f2ff43

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [3748a0534edf9ee48ee002fee680e6d2f437126d]

        Removed private fields were acutally used #ifdef WNT
        
        Change-Id: I0c4d70884d8735eb6941bc252d0aad838c80fd38

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5129f99e7e4bf20e57c7741172168978355a7333]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: If8ed0534ba282145e66b023777820c9c09b2b496

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [24530c684a0a5a8aca44b4869eeb141099442fdc]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [938fd390a96bd8cb61f67d7318ad4fe64ade1b2d]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I8daed910fc552a973464ec6756f59910ddd5d0da

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [0afa53428e4e56a303c07d53920b731e2f18cdf0]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I70840eba399c4b4f2b0f5330399dae6f1928c0bc

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [4a69252e2c757dbc94cca213cf1fc1baca84b081]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [56d7b9db443f5ace23677629869ffbd599e43d69]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I3bb7559101c27eacefbf43f751f96135f8792845

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [146a4ec3bdedede32fcc3a9b2039351dfe44b5db]

        -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
        
        Change-Id: I530d742dce07f7f8521419a8fd3d736a3ca4ea53

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [65f2d5c9f7aab607e83a4876bca70c330850d345]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Idea1fd2769c2431906d4898c0ec935f20bddc391

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [0a7000e032a43e56e75c8e8066117683866fdc36]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Id2034a3ec40e1cfcd21f60e19f4faa99bb1f6164

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b0772418bc2992d213e08ca181e147ed707999e1]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I2342c6fa614ffbd805c3606de20e080e677fce28

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [07f44bfd39774910fd417f48bbc9bb76f2b34921]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I885db00df96c73c35f9c1a6add8caf6b93f7c01a

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [7d0e24786278e02d592ee09b7f88fef8e3b06999]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Icb3d354ff73df2eea04f1248bb160c252f7a4f5b

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b7ea1c0d7464a6789cf37fc4600f7c752dfe7ff3]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I1badf39ddd5c7fc05657d21f17d7775503617b19

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [68628d84ad853c68635c5d39379c89145c448229]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: If844f74e5077d841606f306e48c2e687440fdcdd

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [9a4fe0bdd8a5d5d65707503137b519517d9fd6dc]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I012b13ee3e73a7fa3c9fd6a4519d414315a6543d

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [0fc587fc1ef62b560d3e50e54fe2f1beb45a71d8]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I70dca6915daf6647271ee89c752a50365cff7010

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [808e0a19d71b706c3cd6608fa81a437f85d11b06]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I7e0429263423837fcddb0b7d29cb0f5bacd5ce01

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [accc748d1b95bd9decbb805d0304e43f2fe3c8e3]

        -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
        
        Change-Id: Id92099158b8c12b19148397562c6ce16812848fa

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [93a36f862b2aff3790a90a51e4a7df513fde53b1]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I6d5948fc6b2b42e306db9de70ab44b235dc116f9

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [886a3640e2a5ff3ebd12b4034f6c245946dd8e95]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I55d99ff74de5825e239772160735a8b0d87cb122

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [5466323a8b895df011463c3bc1f243cce8695315]

        -Werror,-Wunused-value (Clang towards 3.2)
        
        Change-Id: I2ebaa95bdb446ec10ab015ad2a792e750859da7f

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [176f0de1d409c50d685f14b2aa01da169a1934ac]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I273139d60a9940a009d6917439fe10783db1ac0d

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [dddb0429ae8ff3afe8a6152e4104f894c164f3b0]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I6166876b069ac98cf7747eb313f4d3af78ec98dd

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [c22663a7a2db7e07550d1feb20c2e67afbb3641b]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I8e97aaad72e8f6876c912e17a09de83d631b26fc

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [1769cbd2b0c9ae49863383a0112c36550d495c44]

        -Werror,-Wnull-conversion (Clang towards 3.2)
        
        Change-Id: I9ae2f8ee458b163b8b396c7abed28e6af5b52337

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [e3898d3714390803ca17d4fc310be8e12c6c4e06]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: If07500e1b7dc0ac127450fbb61e3d569ac3727eb

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [a267f31842bad2f33b033df72e83aa7aba0f8177]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ibd5d6c691b2c9e841d023c0d3fe2717c2bb879c8

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [b60bc27231466499bb6384e4602d1065588d902c]

        '/*' within block comment [-Wcomment] (Clang towards 3.2)
        
        Change-Id: I9c8f631476c15a8f34106af4f9923fef84fc86dd

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [6f5a7802e92fccb1b80f8798c2a56056ad4a3ff3]

        ENABLE_LIBLANGTAG requires glib libs
        
        Change-Id: I37270fd57639af3a566cf05931a6ac489301344b

2012-08-31  Stephan Bergmann  <sbergman@redhat.com>  [f684dd13292c8e1b8c4d318061c5fb302287d390]

        Do not include cairo lib unless ENABLE_LIBRSVG, among others
        
        (-DENABLE_CAIROCANVAS has apparently been unused.)
        
        Change-Id: Ib65ca0e8f5c8badab1f97e31bc61b1a49dabde76

2012-08-31  Tor Lillqvist  <tml@iki.fi>  [21ce2a53e518e2e20c7736ef48f978d1e3c1d28b]

        For iOS always generate comprehensive headers for udkapi
        
        Seems to get rid of one bootstrapping problem, where URE types are
        needed before their rdb file has been read.
        
        Change-Id: If9ae2f282dee06841a538ff1983bb3e836aa5706

2012-08-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [e1b61b2dafd8e84c60f5ae0eebf04165ea55d353]

        rename ImplCoreTextFontData in CoreTextPhysicalFontFace
        
        Change-Id: Idcf9c21ab1a16b8d83f925aa742f1a5aa7089bc3
        Reviewed-on: https://gerrit.libreoffice.org/305
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-08-31  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4deb9d4e0f29dd6947322aea665ee65ea8ef9ec4]

        SdrModel: make sure undo/redo stacks are not empty
        
        most probably Undo() does not get called if there is no undo actions,
        just to be on the safe side.
        
        Change-Id: I3597698dbe8208916be94ebddd7260fbd7eadc74

2012-08-31  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c050300a72f80ab838bd10f0cedd355048a2aaa5]

        remove SdrObjRefList, use vector directly
        
        also prevent using operator[] on empty vector
        
        Change-Id: I0582ab1c7fd04a0bc6d717d8ca51670c3e5ef1c9

2012-08-31  Andras Timar  <atimar@suse.com>  [9bb30a4a0ef0d032ccf79b6d3c2b64f86bdbaa22]

        Shortcuts in menu in Basic IDE for Undo/Redo
        
        Change-Id: I964c1fd8a4414af91ab30ca7a6daab63c494399c

2012-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [97606f3af75c883a711f8fca2fe5c1e8e13e77a4]

        configure: fix missing "" around potentially empty variable
        
        Change-Id: Ieeb9f829c754b7bcc2f5fbe82a360e5625539803

2012-08-30  Andras Timar  <atimar@suse.com>  [743e51000adbf6cf0f50d96189511fe1649e47c8]

        remove obsoleted IS<LCIĐ> properties and conditions based on them
        
        Change-Id: I75efbc3815551a9cff43f0c1501e94db7c834afd

2012-08-30  Andras Timar  <atimar@suse.com>  [8175dd0a461f9a8ab3b6d277d70a9ef0eecd53ef]

        remove unused localizable file
        
        Change-Id: I332e0553166620a6a90a7858ac33286caa5a4ed3

2012-08-30  Andras Timar  <atimar@suse.com>  [12d1fa0eae63051f3749fc162bccbb3b0adf8677]

        remove unused dirs from scp2
        
        Change-Id: I4c520ecd7b0d29818b130dd5657ed7616c84496a

2012-08-30  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [69ae3fdde36606df21de594193dcd4776d329a07]

        configure: remove unneeded branch in bogus pkk-config check
        
        The check for pkg-config is done only in mac os x and without
        mozilla. So a branch that checks for mozilla enable is never
        reached.
        
        While at it fix a couple of typos
        
        Change-Id: I910b2784426eba8978076ea5d1587a58e693a8b8

2012-08-30  Andras Timar  <atimar@suse.com>  [d9d7c85b591baed37e5b670081cc08bef422de81]

        LibreOffice installer does not use child projects
        
        Change-Id: Iee968a748406228c116bef26793d74d5712d1f13

2012-08-30  Miklos Vajna  <vmiklos@suse.cz>  [1223dd3bc84899d8f77c46340c46565ca74cbe1b]

        n#777337 SwEditWin::UpdatePointer: fix mouse pointer wrt. background images
        
        When the image is in the background, just show the normal text cursor,
        since we're able to select text as well in that situation.
        
        Change-Id: I4b4303834245e402d40567cff4a2bf53a0a13e5e

2012-08-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ad86f8cc036d01702e9d491874b2b3bde23fe77]

        fdo#53938: Don't proceed when error occurs.
        
        This prevents the same error dialog from appearing 3 times in a row,
        also the pivot table outout from becoming empty.
        
        Change-Id: I09a72f78561f3f0446a95732fb9c242c1144878a

2012-08-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [286ce144981aaa426622624302e296588abab1c2]

        fdo#53938: Check for null pointer.
        
        Change-Id: I4beb5e3c071933dce72468ca87faceca079aa50c

2012-08-30  Matúš Kukan  <matus.kukan@gmail.com>  [6df97ec93936d088a4bbce1d9a3d34fd10a879d2]

        fix typo
        
        Change-Id: I9efba3e5229c9236cfff58920373d8c7d83b1770

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [582d2e364ab020d90927b6064643e34e21251b35]

        fix build
        
        Change-Id: I3642501e83247d6f88a3436c795be2acd794a4d2

2012-08-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [90d84743a0bafaea836c8602c6043f90b4e008c9]

        SdrMarkList: fix STL conversion
        
        regression from aa11e7bae89fe691f914abb27d1c4a03d27a7ee5:
        Container::GetObject returned NULL if the index is out of bounds,
        and callers seem to rely on that.
        
        Change-Id: I4c9f5249514efad0d516b6ffd6f04dadb019052f

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [aabc73d04a4c97272576edd4f73bde0cfa2392b2]

        Do the same thing for gio as we do for dbus
        
        and add -DENABLE_GIO to flags at build-time and an empty gb_LinkTarget__use_gio
        when disabled.
        
        Change-Id: I4adf0701a3d490cceecc00f6b81d6416a1e83088

2012-08-30  Uray M. János  <uray.janos@gmail.com>  [f8182a1c53c2ccccbc77444d58ffb140b39ea798]

        Object Catalog: double-click to modules and dialogs
        
        In Basic IDE in Object Catalog, only methods could be loaded by
        double-click. Now modules and dialogs can be too.
        
        Change-Id: If1c4412d2f6d35e6d1cbf48e700e2566dad9e97a
        Reviewed-on: https://gerrit.libreoffice.org/515
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-30  Uray M. János  <uray.janos@gmail.com>  [1191f4e432d3cb49662e6133411af3a2faf10a7a]

        Undo/Redo description+shortcut in Basic IDE
        
        This solves an issue about Edit > Redo in BasicIDE (Hungarian site):
        http://bug.openscope.org/browse/OOO-269
        1. Redo should have a shortcut (Ctrl+Y), like in other parts of
        LibreOffice. (Undo has the usual Ctrl+Z.)
        2. In the Edit menu, Undo and Redo should print something after the
        colon (what is to be undone, redone).
        
        This patch fixes both.
        Unfortunately the shortcut isn't shown in the menu (it's in
        vcl/source/window/keycod.cxx like Undo, and not in
        officecfg/registry/data/org/openoffice/Office/Accelerators.xcu).
        
        Change-Id: I2cfbfeb7d57309a27676e48943633cdb194288bc
        Reviewed-on: https://gerrit.libreoffice.org/514
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [9ec0a3ec629a05809852728482fdb3f3d997edef]

        these ENABLE_FOOs are set to TRUE not YES
        
        Change-Id: I821a41752643fe78cc99ea20e5d7ef11e7a5e91a

2012-08-30  Tor Lillqvist  <tml@iki.fi>  [44ecabdbb367fc5ed84990540e5810d6bbbb6be6]

        #include <rtl/strbuf.hxx>

2012-08-30  Tor Lillqvist  <tml@iki.fi>  [863a82a369b797e920687ffd05c7ddf959ba9f83]

        Revert "no member named 'OStringBuffer' in namespace 'rtl'"
        
        Instead just #include <rtl/strbuf.hxx> then.
        
        This reverts commit 15768dac2b0a326cb1f8b7985f18a6ab54d1a664.
        
        Change-Id: Ib6aed3f73bf106b4804fb418af80fefa6d662c79

2012-08-30  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [61eadf2df432ed4f048006b1409046505d9a4e8c]

        More cleanup aka clean up cleanup
        
        Use integers consistently
        Change headers
        Make variable initialization uniform
        
        Change-Id: I91937704a80c0d5997ad81591ce79076794a4e32
        Reviewed-on: https://gerrit.libreoffice.org/517
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-30  gerhard oettl  <gerhard.oettl@ogersoft.at>  [e2faffebde9bf2a9b579e7f49cb3d4314808b978]

        fdo#39468: Translated German comments in sc/source/core/tool
        
        Change-Id: I3d27d33a973c601234b5b6e48756df16f567149d
        Reviewed-on: https://gerrit.libreoffice.org/503
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-08-30  Tor Lillqvist  <tml@iki.fi>  [6285e9da02445cace8a25d5318c01419ad3d717e]

        Use gio only on Linux
        
        Change-Id: Ice64f084a04b879ccaec66f9a679f82ab9001547

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [ea705d630fa520f223a2c518e220454248957f0a]

        missing symbols are in gio
        
        Change-Id: I6c746d678f8472251b6d2139b7c46ffe2a7767c0

2012-08-30  Tor Lillqvist  <tml@iki.fi>  [5949de433f8de411cf15906a250c83ba72b74747]

        no member named 'OStringBuffer' in namespace 'rtl'
        
        Change-Id: Idb06612e30b6ef3e9ce26d461f3664fbafdb1cab

2012-08-30  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c5e69ec0775913a3ab6133f62e87596490556a78]

        Fixed remotecontrol build without gtk
        
        Change-Id: I3b2118dea19a8ef3683ce192b3be703114bc02ae

2012-08-30  Jung-uk Kim  <jkim@FreeBSD.org>  [78d8557aab0046d51d1ee09d11164248dd1d1391]

        fdo#54015: At least FreeBSD ld requires -z origin, moz redux
        
        Change-Id: Ide36957d1826f5ac20b14a6919abfc684c33cb9c

2012-08-30  Stephan Bergmann  <sbergman@redhat.com>  [18f08e53d8ca0df16485159bd72eaa404368ff38]

        -Werror,-Wunused-value (Clang towards 3.2)
        
        Change-Id: I24bf5a91544269e9284c52aedca1fcd8435a8e4a

2012-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [a0b3feafe7c8106d6873d4db4023b1911b846d5a]

        fix C++ warning declaration shadows member of this
        
        Change-Id: Id14e14222615df33f5da7bab6f73d2752ae41509

2012-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [de8d2c313bc0baea4babf2ab75ac2f92249e57b9]

        fix C++ warning: declaration shadows member of this
        
        Change-Id: Ib88fecd856c9767cafa0191d3d93b372776d414a

2012-08-30  Tor Lillqvist  <tml@iki.fi>  [b7afe94667d4acd1979fb0aff32b8b55d617dfbc]

        Make verbose make output more informative for cppumaker commands
        
        Put only the presumably not so interesting long list of input files
        into the response file, have options (which might be what one wants to
        see if using verbose=t) on the command line as such.
        
        Change-Id: Ia73614744f4fba65bc47dc463197941e65eae78f

2012-08-30  Miklos Vajna  <vmiklos@suse.cz>  [dd11bca8ab191ce10054a5f2de7010ca400eb0b5]

        n#777337 testcase
        
        Also remove the #if 0 I forgot to remove previously.
        
        Change-Id: I2cc5e1407c509414c8395d0fd63ab3b379bef04f

2012-08-30  Miklos Vajna  <vmiklos@suse.cz>  [a474559ff1e560b83952f00595dbd8ae7fde88b6]

        n#777337 fix DOCX import of title page top/bottom margin with headers/footers
        
        SectionPropertyMap::PrepareHeaderFooterProperties() already backed up
        m_nTopMargin to have the same result when that method is called multiple
        times. Do the same for the header footer height values as well to match
        the WW8 behaviour.
        
        Change-Id: Ib2347abc3db39308900c7721c0e15de040d9a01f

2012-08-30  Tor Lillqvist  <tlillqvist@suse.com>  [c7377102ad58204498f7f19750cd8f83aaefdeda]

        Add note about terminology
        
        Change-Id: Iecbd3d88e963222e9bf44412fc84245edb6659dc

2012-08-30  Stephan Bergmann  <sbergman@redhat.com>  [860ffac8bf2ff3510e3be67ef8c0493a5a906ccb]

        Unused member typedef shadowed by function parameters
        
        Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03

2012-08-30  Stephan Bergmann  <sbergman@redhat.com>  [b888512fcbff5bf5ae4d30e82ed51a792ceb1839]

        Fix -Wl,-z,origin -Wl,-rpath,... quoting
        
        Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535

2012-08-30  Stephan Bergmann  <sbergman@redhat.com>  [beab021ffe57cf6004971d4f285984b6debe5b5f]

        HelpIndexer, HelpLinker are build-time tools
        
        Change-Id: I43186271f36f67a95a7e3766e1998ea42531e596

2012-08-30  Stephan Bergmann  <sbergman@redhat.com>  [095b13bd230c97bf4c900f2b9a331927960dc6ed]

        -Werror,-Wmismatched-tags
        
        Change-Id: Ia8242f98f2c1d4256bf84c6ad4f57f998d895d50

2012-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [c556c5bbd2627aafeb895cb1eb3fb7281d67357d]

        fdo#53887 convert filter value as LIKE pattern only on (NOT) LIKE
        
        Change-Id: I24d1f3af5d428e735a94fc9a69960244d0225513

2012-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [92656d5de9e16c429c0dbd2db355bee8026303cd]

        Make impl_doActionInSQLContext_throw more typesafe
        
        Change-Id: I19be63f1cfa57386dd661ab8f98dc21b5ff8d22c

2012-08-30  Lionel Elie Mamane  <lionel@mamane.lu>  [3655f2546500d52f2e555fb8d4964a26cf0f341e]

        fdo#48807 autofilter should not use LIKE operator
        
        This demonstrates a confusion between *values* and *patterns*
        
        Change-Id: I207aa53950166e915bbad22b022c88d07ee6300d

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [92f877ab098d2003581b73a5f0ec0f0038ef84cd]

        ever-annoying int != sal_Int32 problem
        
        Change-Id: I07497cf288004931d4212e92decd18fb8c685a78

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [3c1345bdde10a3bbf179530576053578c810b7f6]

        try a stab at remote fix for no matching function for call to make_shared
        
        Change-Id: I029df0a94158acc5ca9705f53070d39d297b7b17

2012-08-30  Caolán McNamara  <caolanm@redhat.com>  [341acca82250f4e1e7f73212628b2fa451cf51bc]

        some more build failures
        
        Change-Id: I2c2eac4fd848925fada754ced03328fa5320f901

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [716c0233cfa58d898012b23ec64fd7a598b8fe78]

        use SAL_N_ELEMENTS
        
        Change-Id: Ia55c8696657c459423d745e298630d549e4125df

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [f59733d45f900bf3e1427f69d7172cde5d877399]

        fix build
        
        Change-Id: I3616e62689246a091d9f26d69105a27f64553d48

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [3a0889b9a930a6b8312024440b06de6e708930db]

        Add upstream link
        
        Change-Id: I8711d5476664d37ffdbf025b8e07a9bc21530908

2012-08-29  Andras Timar  <atimar@suse.com>  [11fb0c14477e8510d9b359f1188f1ce119dbe8c2]

        remove unused resources
        
        Change-Id: I07c3a456b36a4f032f5e158632eccd4370ce0085

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [0e3f66c5f68dfeee1e29198f1f17938e78087660]

        No space inside brackets
        
        Change-Id: I6f6222d7c4c928b29ac092d3afef125f2e552b8e

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [7947da50b3457b7ca10d75db85e3317eaed032d1]

        Work around autoreconf de-ANSI-fication support error
        
        Change-Id: I990167289fe39bbfdb3b40abf8fc522dabb7cc20

2012-08-29  Uray M. János  <uray.janos@gmail.com>  [030df631a8830d7c3225c22d5e36c0ef88577b24]

        Cleanup in Tools > Options > User Data
        
        Change-Id: I4f0a0304d7dd23ed8ce011e6f8f90e170bfbe5df
        
        Cleanup in Tools > Options > User Data
        
        Change-Id: If89f19e22b6efeb0fdd811ff8afe2cb6c0b0bf4e
        Reviewed-on: https://gerrit.libreoffice.org/500
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Uray M. János  <uray.janos@gmail.com>  [c20f15c1ebf648c3ed71de0ac4771029c9bb59bb]

        Basic IDE: namespace basctl
        
        Now all names in basctl are in namespace 'basctl'.
        There were lots of names that included the word 'Basic' or 'BasicIDE' in
        it, e.g. BasicIDEData, BasicDocumentEntry, BasicTreeListBox,
        BasicIDEModule, IDEBaseWindow etc. This information is now stored in the
        namespace name, so the names could be shortened: basctl::DocumentEntry,
        basctl::TreeListBox, basctl::Module, basctl::BaseWindow etc.
        Some other minor changes:
        * LibInfos, LibInfoItem, LibInfoKey ->
          LibInfos, LibInfos::Item, LibInfos::Key
        * The header guards are now uniformly BASCTL_FILENAME_HXX, instead of
          e.g. _FILENAME_HXX, which is undefined behaviour because of the '_'.
        * namespace BasicIDE, BasicIDEGlobals, basicide -> namespace basctl
        * BASICIDE_TYPE_MODULE, ... -> basctl::TYPE_MODULE, ...
        
        Change-Id: I2a9b493562d0d8a2510d569798fbe9e1161b7c9b
        Reviewed-on: https://gerrit.libreoffice.org/501
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Eike Rathke  <erack@redhat.com>  [cda156257003df673fa853a0a5ffcd1cb4848d43]

        resolved fdo#52240 fdo#52137 fdo#52288 user editable date patterns
        
        Implemented user editable date acceptance patterns.
        
        The introduction of strict date parsing using locale dependent date
        acceptance patterns in 3.6.0 wasn't always welcomed. Besides that not
        every locale had patterns for incomplete (only day and month) date
        input, users also complained about not being able to key in dates on
        numeric keypads if the locale's date separator wasn't '/' or '-'
        
        This commit implements a "Date acceptance patterns" edit field under
        Tools->Options->LanguageSettings->Languages that follows the selected
        locale and enables the user to add patterns.
        
        Example de-DE locale:
        * default patterns: D.M.Y;D.M.
        * to enable additional input on numeric keypad: D.M.Y;D.M.;D-M-Y;D-M
          * if 3-4 shall not result in a date, D-M- could be used instead of D-M
          * note that to enter an ISO 8601 Y-M-D date with a D-M-Y pattern
            active one needs to enter a year >31 or with at least 3 digits, e.g.
            011
        
        Change-Id: I9e20fcb168578b02d0f0248a0e209942e0f27113

2012-08-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [ecfa813595cb577781668219d9e17a0494f92bea]

        Some cleanup
        
        Use normal integer types when it's unecessary to use
        sal_int types.
        Delete some hack from code.
        
        Change-Id: I93f0b1f260578d3aa9609b7e9d8a79053693971b
        Reviewed-on: https://gerrit.libreoffice.org/510
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [332451bea5ebe08136de2d51e0e29cac88f89e8c]

        add unit test for basic sorting with cell note
        
        Change-Id: I997f96e0a9f6aa4c2ed7f2d3811a84fdfda05683

2012-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b705c6b4bd080dd0f7713286a1b19ce95850eb49]

        move ScProgress construction out of ScTable::Sort
        
        Change-Id: I8e523fbb53b9c40075b62ee32d79eee0b408168e

2012-08-29  Jan Holesovsky  <kendy@suse.cz>  [e1d56d509bf52eb83b461f4e291d348caa6c119d]

        MinGW: Use the right objdump.
        
        Change-Id: Id891e048d1914d8e274f3f540c4038a299e57ae8

2012-08-29  Tor Lillqvist  <tml@iki.fi>  [7df30efe8130d9dc583c077d7ec9793ba26b7cbf]

        Fix libxmlsec build on MacOSX, no idea if it works at run-time
        
        Change-Id: I1c8c978d62072cdb08bd64e6f38fe11983091375

2012-08-29  Noel Power  <noel.power@suse.com>  [9e6d1f061c4c61bde3035270ddc76dace0fbdf96]

        don't cover cell with hint window fix for fdo#47595
        
        Change-Id: Iedbe5238deb7ed011423ef211e7fb1e498d27387

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [54928e17451c1fc415be3254f7d73a83e93a8205]

        Mingw build is cross-compiling, not using cygwin
        
        Change-Id: Icc0b617bd639666e44effbb4554bb4f7f0e778e8

2012-08-29  Jan Holesovsky  <kendy@suse.cz>  [f309083c5a3928ec3ccff335682970c928240510]

        --with-system-nss for MinGW.
        
        Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [e54da07147a3cd065100e4eac32407a5c7f46495]

        allow NULL pModuleName for WNT in osl_getModuleHandle
        
        osl_getModuleHandle under unix can have a NULL pModuleName and the underlying
        GetModuleHandle on windows allows a NULL modulename as well
        
        Change-Id: Iaf154e635e9c96cbc62d525a7552339ce132f3dc

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [3ef14b0a5a8b421169cf584a5604e14eed72a3c5]

        Unused declarations
        
        Change-Id: Iec879819cb328bade35de8a946f38a419fa8737a

2012-08-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [6c03bb4ab1e954e246c57db6f474c56e10763d9a]

        Improve KeyId generation
        
        Move KeyId from PoEntry to GenPoEntry to make
        these classes more separated.
        Replace crc24 with crc32 (boost/crc).
        Extend KeyId's charset to [33,126] intervallum of ASCII
        
        Change-Id: If761a572e2a2651af3eab253a1582569ea68e440
        Reviewed-on: https://gerrit.libreoffice.org/509
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [04414085d12763c5aa7419f5a0d6928189ff45b0]

        fix typo
        
        Change-Id: Id278f406673b79347c72203d89c1c7b22105c727

2012-08-29  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9f1716173ed8b859326e4d946e5a1909cd62b5fb]

        Return to StartPresentationActivity when slideshow finishes.
        
        Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [7a1bac5cca8257e9ec35b59be1ddb7b492f465f3]

        ecj knows about -source -target
        
        Change-Id: Ieb26135bb5eeee5cd472becf704e75bcbeeb8518

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [cbba41823a2e67add2620e4901bf0ead542c2932]

        String::Expand -> string::padToLength
        
        Change-Id: I684e371c31ba76d2e9b563eed70449764346161b

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [2fa8271155450894ed1716a6cce97540950518b0]

        Related: #i113785# add regression test for ligatures
        
        Change-Id: I46fca6dc8e77571afda5ceb230dc6c93f730703d

2012-08-29  Tor Lillqvist  <tlillqvist@suse.com>  [5bc406541c3845985d2239056c35fcfb4e84b093]

        WaE: this decimal constant is unsigned only in ISO C90
        
        Change-Id: Ica3bf96289d142be2ef19d3a0bb3a4006ef5317d

2012-08-29  Jung-uk Kim  <jkim@FreeBSD.org>  [34ca8dd9adb62c1154f979887a38483d73da978b]

        fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
        * bulk replacement of "-Wl,-z,origin,-rpath,..." with
          "-Wl,-z,origin -Wl,rpath,..."
        * additional hunk for directory/c-sdk/config/FreeBSD.mk in
          moz/seamonkey-source-1.1.14.patch did not apply and has been dropped
        
        Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7

2012-08-29  Stephan Bergmann  <sbergman@redhat.com>  [cc9c380b157d03ca10d66c66f4500ddaf5e42f7e]

        .gitignore config.Build.log
        
        Change-Id: I48bdd2045a9b85153a9d39ee667c9083ab6a5a61

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [3a4403fbdc5b3460795668d244d02d135d18843f]

        additional -lsoftokn3 lib materalized
        
        Change-Id: Ie5e8dab3fc938436339dcddeb3d52a5c5cba41af

2012-08-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [305ecb308a9b6f54263fd526cfdda9167fcaab56]

        Make renew working well
        
        Change po2lo output: write out the untranslated
        sdf line too, write out translated sdf line only
        if there is translation to the komponent, write out
        fuzzy entries and indicate which entries are fuzzy.
        Change GenPoEntry to write out fuzzy flag
        Change renewpo to write out all type of
        entries not just text and to remove id
        duplicates which are made by xrmex
        
        Change-Id: Idc9b6062638d1d5fcbbae75e0396996b63e9a7a0
        Reviewed-on: https://gerrit.libreoffice.org/508
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Caolán McNamara  <caolanm@redhat.com>  [42a15f45ff4e02f98229de02efd0d8c19f10bcd5]

        Resolves: fdo#38983 allow extra word boundary characters
        
        i.e. word overrides emdash and endash to be word boundary characters
        for the purposes of counting words. And there are some who want
        to treat =,- etc similarly.
        
        Default to a configuration that gives the same results as Word for
        word counting.
        
        Change-Id: Ia8ce6ac12011a1d6e547f11644c76163c4c993c5

2012-08-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [0319a1c8d1df4a86b847f5d6178966a29e7c24cb]

        Some improvement in po classes
        
        Raise general po functionalities from PoEntry to the
        GenPoEntry class. Thus PoEntry contains only the specific
        things with which LibreOffice localization tool works.
        Improve escaping text.
        
        Change-Id: I98894e7c218d37c226f48b30a1f8b59a5ff1a0bf
        Reviewed-on: https://gerrit.libreoffice.org/507
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Zolnai Tamás  <zolnaitamas2000@gmail.com>  [437ae002185a81802cb31b00fa777a7b5d8f9847]

        Renew localization and kill sdf 1.step
        
        Extract strings from source directly to pot files
        Implement PoHeader and PoEntry classes
        Renew fomrat of pot/po files
        Implement conversion from old po to new po
        
        Change-Id: I411b6041f7d525e76b189d7f31adc5b9ab60f6d6
        Reviewed-on: https://gerrit.libreoffice.org/506
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-29  Jan Holesovsky  <kendy@suse.cz>  [02f6e55231c8b1646cbafc0e3e591da8122e2bf1]

        Fix MinGW build - libxmlsec builds now.
        
        This also removes patching of the generated 'configure' in libxmlsec; instead,
        autoreconf is called.
        
        Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32

2012-08-29  Miklos Vajna  <vmiklos@suse.cz>  [dcc140204a65d3e7075b0e67ac3ffa0a5737d4ea]

        n#777345 testcase
        
        Change-Id: I4dce0dfaf6f1c94024dd60df51d70a259689d6d9

2012-08-29  Miklos Vajna  <vmiklos@suse.cz>  [7fe05dc95d0c9a584e07483c04b13c071d55293f]

        add SimpleShape::createPictureObject to avoid code duplication
        
        Change-Id: Id4bb0550ab2ce9bbb7edf568a086be18c1576b33

2012-08-29  Miklos Vajna  <vmiklos@suse.cz>  [9f6dd9a4cff12460d09a31a065feaf8fece1eb4b]

        n#777345 import imagedata of v:rect elements inside OLE objects
        
        Change-Id: I300bb5d3008b839f6ec63a4435f5ce8c1dd0a2c1

2012-08-29  Noel Grandin  <noel@peralex.com>  [2323ca6bc367f6c8125eb994d02e7988cc4d276c]

        Java cleanup - remove unnecessary null checks
        
        Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754

2012-08-29  David Tardon  <dtardon@redhat.com>  [e19f1afb2c253944968f85b963934a60b87f472a]

        fix typo
        
        Change-Id: Iba7b0c0cf200306d3fc53488021d1e92d8af0e75

2012-08-28  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [9ca3b5366211e998599c2cf7a7818ca38e3d74a0]

        Saving of authorised remotes.
        
        Change-Id: I4cf6542352ac4213e66e2bbd6cc54d4f9372de62

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [571a7cba185788bcf9e91599da8e16fb050681df]

        Stray "2"
        
        Change-Id: I6647f46e7fbe13a9359ea8211c73996290d90b48

2012-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [9e2f8b9ec2d7418145cf514431e248e55e732cdb]

        Fix typo ImpLoadLibary
        
        Change-Id: I773678437aae6577f22078e97bcac1377c4307d8
        Reviewed-on: https://gerrit.libreoffice.org/495
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efc7e271384b161dcfbea0f97a3e3efc41823f16]

        hopefully a working version for databar ext guid creation
        
        Change-Id: Ide7261955168dc13b47b29705e22eb2c3154d24e

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a8040665f40fbcb4fa58c036aa066f061abd9ba]

        prevent double delete of broadcaster, fdo#54074, fdo#53364
        
        Change-Id: I7d94525daaeb7c8268fb10594c8a21ebcd52311c

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73de74bb6ecbbbc390710ddd9d6c930378cdf142]

        fix indentation
        
        Change-Id: I666f130fe75bd0e0fcba54fee68b97ae153db2ef

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [9cfc64c66ff9e0f0251a006f039bf4e26a63147a]

        fdo#36149: Do not display error dialogs while showing a menu
        
        ...it apparently leads to crashes, but is probably not good from a usability
        perspective anyway (as the menu closes again when the dialog appears/is operated
        on by the user).
        
        For now, just disable the Java specific interaction handler here; might make
        sense to address this more generally though (there's framework::QuietInteraction
        btw).
        
        Change-Id: I6ae303c0084549b5339d219e158cdb89e5a6b331

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [7f7e0a668204678b06d711487137a9f8b13c91e1]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac

2012-08-28  Noel Grandin  <noel@peralex.com>  [96fb2453e40f97a0bffcfe7e046b4599beace152]

        Javadoc warnings - fix some tags and references
        
        Change-Id: I13be16beac258c551e58654b4fc37877d7bb9695

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [9dc3b1bf6120e958e1a943a9c3c8432302bd25e3]

        Simplify/remove some methods named "dropTable"
        
        Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1

2012-08-28  Noel Grandin  <noel@peralex.com>  [05f7bb2e3eba3cdf0098b63e9431c76001738794]

        Java cleanup - remove unused parameters and fields
        
        Change-Id: I4e9a27ce0b5f6d782034306afadb1b9d0ed9a2ba

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [938506285925f27ac6b94c076e81ca7c7303be58]

        Make it clearer that previous change was sound
        
        Change-Id: I0f2440b39e7b99b207755779a82bbeec164de278

2012-08-28  Noel Grandin  <noel@peralex.com>  [4e2c95c786ecd5931e6fb7f2ceda5c203350f305]

        Java cleanup - remove unnecessary null checks
        
        Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754

2012-08-28  Noel Grandin  <noel@peralex.com>  [0439c5189a81aa74e2e998b773cf7a4b1271c83f]

        Java cleanup - remove unused local fields and variables and parameters
        
        Change-Id: I5114bf2e390f3f5052819710329a789fc78c60f2

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [59c05d030e6e95924ef442b23b86b674518e593b]

        Make use of autoboxing
        
        Change-Id: I5eb463abbacc8804712a10bdccfe5535ba82c07b

2012-08-28  Noel Grandin  <noel@peralex.com>  [67a5b7a8c1a1b1d9a8e458c26be3dc706ab3fabc]

        Java5 update - convert to using generics for collections
        
        Change-Id: I384cb006beee280922564c9277025843a1bda74a

2012-08-28  Noel Grandin  <noel@peralex.com>  [ff77676612d8ca7874ba0616ff1841f556f4ddb2]

        Java cleanup - remove unused imports
        
        Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0

2012-08-28  Noel Grandin  <noel@peralex.com>  [2caf5d19376f211bce78c9ecf040fa686201befc]

        Java cleanup - remove unnecessary semi-colons
        
        Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [e09953e84ac69348cedb6d1324ad40a7c86dcac5]

        Remove newly unused instance provisioning
        
        Change-Id: I442a7980818d743c85bca89fbae7d7180185fa46

2012-08-28  Noel Grandin  <noel@peralex.com>  [53b80ecb0b513f6f7cea88adebb3d062efee2f96]

        Java cleanup - Static methods and fields should be accessed in a static way.
        
        Change-Id: Ic9539f4c78574d995d983ab4b13b371f650e0c69

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [309b4e24d2507a93a0825dff2a6df13859e9487e]

        don't crash for invalid repaint ranges in cond formats, fdo#53839
        
        Change-Id: I83cbb2574849c69fba3ca315d7507358654ff2b9

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fd1fad4f4228630fa244820e5f0314c5835c5333]

        remove some more null pointer checks before delete
        
        Change-Id: I5997f0440a8a4875e800e830df211e8108752b37

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06784203728ae5c03edd2a5e311fae532c3e7a12]

        remove redundant function
        
        Change-Id: If082663aea3e5ed4d242997a1fdd3fd2769daf8d

2012-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [176598dbbee3d6e14893de11c08401a00cdd87aa]

        remove useless null pointer checks before delete
        
        Change-Id: I33ba84aebcb8d8abec4af13f9c0bb12a3364d8de

2012-08-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [f0b7b2e30f493c1aa9881d25d6812225bd658708]

        Change Calc templates fonts
        
        Replace non free fonts from Calc templates with open, LibreOffice-packaged  fonts.
        Albany - Liberation Sans
        Thorndale - Liberation Serif
        Cumberland - liberation Mono
        Imprint MT Shadow - Linux Libertine G
        Sheffield - Liberation Sans
        
        Change-Id: I52946adf884f360e8a2359db65a58fd4d4269293
        Reviewed-on: https://gerrit.libreoffice.org/499
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-28  Caolán McNamara  <caolanm@redhat.com>  [e2f3312ea2e547fbca7e131ed7824b1de4573b43]

        throw earlier on broken zip streams
        
        Change-Id: I0de705b4c6a9176e98baed21b2cd960d4d091563

2012-08-28  Caolán McNamara  <caolanm@redhat.com>  [8c205bfccdf625d70cfc9fcf617f89548c1521b1]

        Related: #i58513# add regression test for Finnish break iterator rules
        
        Change-Id: I5b8c1190db08f781143fd8d12b007dc05a4d6046

2012-08-28  Istvan Turi  <turipista@freemail.hu>  [5eb16c1cf277a8a3514e81e64b211a2e4f4c7a8f]

        fixes to new template localization code
        
        * Crash when launching the Report Builder is now fixed.
        * Added listbox localized templates to fax, report and letter wizard.
        * Made some optimalization with the template path search.
        
        Change-Id: Ie3f91fea301427b15891411c0192f9217b39ecae

2012-08-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [58d757fd295d48bcd2eef51c2f41f5014c1cda21]

        gtk: sumulate native insensitivity of scrollbar buttons
        
        Change-Id: I13ac2c43aadd494389586166771b1d0e6bfb9ea6

2012-08-28  Eike Rathke  <erack@redhat.com>  [c2b40d6fa57e0176d52ec4ac0565de352064c661]

        fdo#52240 added D.M date acceptance pattern to [hr-HR]
        
        Change-Id: I682bd186b571973acbe98a00af7f6a83ce83e9d4

2012-08-28  Miklos Vajna  <vmiklos@suse.cz>  [b6c18e3bc78724e65c78577c6e513f894c4e93b4]

        Move group handling from RTFDocumentImpl to RTFTokenizer
        
        This is one step towards hiding the RTFDocument implementation from
        RTFTokenizer.
        
        Change-Id: Ief35a2440cac3147495675d344e1efc64f5fbc2e

2012-08-28  Johann Messner  <johann.messner@jku.at>  [84c54990c0dbd3385a4a653afe63d0fa7b1c435b]

        add some built in number formats for "fill in character" support in Calc
        
        Change-Id: Ib70b737af3628c77a72b6b8e9267ad31890597c8

2012-08-28  Johann Messner  <johann.messner@jku.at>  [f727644ad18838a78525256623a33f864fe13fb2]

        tweaking the "fill in character" support in Calc Number Format Strings
        
        a) changed ordering of repeat code marker ( 0x1b ) and repeat code to more
        sensible ( and correct imo ) order
        b) prevent some possible div/0 errors
        c) added some missing formatter 'GetOutputString' calls

2012-08-28  Miklos Vajna  <vmiklos@suse.cz>  [1efa576ef88141c4deb5da9818537e053dc6517b]

        fdo#52052 fix RTF import of page breaks on landscape pages
        
        The problem was that we tried to insert a page break before reaching the
        first section break, where section properties are sent.
        
        Additionally, the continuous section break at the end of the doc caused
        trouble, so ignore it explicitly.
        
        Change-Id: I22bc355994991beeadb41d26b44ce3e2beedbdb2

2012-08-28  Miklos Vajna  <vmiklos@suse.cz>  [ea4b668d4aea664d4d7fb27ff0d3b001581ff779]

        SwModelTestBase: support extracting node contents from a layout dump
        
        This way tests like "there is a textbox containing foo on the 3rd page"
        are possible.
        
        Also, make sure the XPath expression always matches a single node.
        
        Change-Id: Iac82b389e1910db2257240a3764ec3c7ebaa5a02

2012-08-28  Caolán McNamara  <caolanm@redhat.com>  [5d1d4c940ad47ec3dacdf40d82b40836c99e02c3]

        document what the three FOO_word things are for
        
        Change-Id: Ie93c06a9304fd45a1c0c10af81cc09c88baf106f

2012-08-28  Noel Power  <noel.power@suse.com>  [d27a7b8c5b96eb328918cc67b9b5562b8870f2ac]

        allow paste & paste special for unmatching dest (single) range
        
        Change-Id: I420c044c9bcc49e479956f9118fb173a0350fda2

2012-08-28  Stephan Bergmann  <sbergman@redhat.com>  [043d6b6442c1f60838f9502a1e198a1e6a57a123]

        Missing using com::sun::star::frame::DispatchHelper
        
        Change-Id: Ia4a830c342077bdc5b61daba1edccca2edb544c6

2012-08-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [fb63bdd04119698a2c8e40f946cd222d3114cb7f]

        fdo#36681: fixed view window after redoing a frame delete
        
        Change-Id: I2b9f618ba6869fabf7c5ae2339421688aab127c7

2012-08-28  Caolán McNamara  <caolanm@redhat.com>  [78fe6b835840049434170003a8dcf14535fd7bf2]

        callcatcher: make VCLXPrinterServer an XTypeProvider
        
        Change-Id: Ib6e4e4c61c56cea9c6171f36989e903f3c35aa4e

2012-08-28  Tor Lillqvist  <tml@iki.fi>  [9148c703235527d863978e1e947cce060cf49ef9]

        Incomplete hacks on the iOS sc filters-test unit test
        
        Change-Id: I6b1f22d0623e8746af755dd25fc9f3194d6f11d3

2012-08-28  Noel Grandin  <noelgrandin@gmail.com>  [3ee97489ea49b339c4a7578afd85f85f77dd0f68]

        allow separate setting of parallelism for subseq. tests
        
        Change-Id: I5a5444e8ee95b0fd95a97c31c94ab0f9c3935abb

2012-08-28  Eike Rathke  <erack@redhat.com>  [85e40d787e9aacadfd8599791c83d09eb04e46d5]

        resolved fdo#51926 handle .xlsm link to external sheet with space
        
        In MOOXML  '[1]Sheet 4'!$A$1  represents a reference to an external
        document's cache index with a sheet name containing blank, and not
        [1]'Sheet 4'!$A$1
        
        Change-Id: I5caf9e1d9a80154116dc7a72b33d34229092839c

2012-08-27  Eike Rathke  <erack@redhat.com>  [0bb0937b65200382d3d8ad8f36472067ff0cbb40]

        do not silently ignore a token API error, fdo#51926 related
        
        Change-Id: Ie187dad84bd55bb76c795b5c4807566e80349b56

2012-08-27  Caolán McNamara  <caolanm@redhat.com>  [34091bc0e33a0aa6e839f5474e53d22a79960e68]

        drop these memory trashers
        
        some are the wrong length anyway, and anyway the copies remain untrashed,
        and munging immutable strings is dubious
        
        Change-Id: Ic7ac3bea35e57ed015092b3b255d48819195490d

2012-08-27  Arnaud Versini  <arnaud.versini@gmail.com>  [fe1e68503651382114d76759c6901bf685d8e106]

        Remove ineffective password erasing security in PDF Import
        
        Change-Id: Ic49101733f034cc1165bd3c7704481a569f8a75c
        Reviewed-on: https://gerrit.libreoffice.org/489
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Reviewed-by: Caolán McNamara <caolanm@redhat.com>
        Tested-by: Caolán McNamara <caolanm@redhat.com>

2012-08-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [95379eb197b98c2ce6e2a29e970e60bf5c02385b]

        Add unit test for pivot table import from ods.
        
        Change-Id: I7e7bf5746636e0f13aaaec91d526ac59f6054796

2012-08-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3a8f97a07ff02e160e35c54986c30c014c6415d0]

        Headers/Footers: don't create temporary parts of document (perf problems)
        
        Clicking on an empty header/footer only displays the separator as
        creating empty header/footer could cause important layout recomputing on
        long documents.
        
        Change-Id: I800c5dd27744772833dee0da4269e7591bd0a10b

2012-08-27  Caolán McNamara  <caolanm@redhat.com>  [5192468dd49f5e1d821239cd51cea42f8bac7a4b]

        Related: fdo#51908 reuse the status bar word counts for the dialog
        
        Set the counts directly on the word count dialog when we have them
        precalculated from updating the status bar
        
        Change-Id: Idd64f20097af661dd4938af7fcc8506eca076e9c

2012-08-27  Caolán McNamara  <caolanm@redhat.com>  [a59b51a683a21a44e9071e878addc6a7ace3b5a8]

        Resolves: fdo#51908 count empty paragraphs if they're numbered
        
        we want to count the numbering/bullet of otherwise empty paragraphs
        
        Change-Id: I6cdf5348bcbb97081afc743d24e6c4ffb355d085

2012-08-27  Stephan Bergmann  <sbergman@redhat.com>  [2489e82d33d4790c74c61fb90783d8b493bafb4d]

        Missing #include

2012-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [246d26faecb809cf4f013b3fcd1368892100217a]

        Fix typo LD_LIBARY_PATH
        
        Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e

2012-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [71c1de8f01d10197226a4d8a441089dee879b3cb]

        Remove unused member variable
        
        Its reference through IsFoundInPath() was dropped at 4c3f33d8d54756d3988c4d4c848712b31027f919
        
        Change-Id: I764808d8a59089a05eccedd297a61aa6e76b01e0

2012-08-28  Takeshi Abe  <tabe@fixedpoint.jp>  [6ce769a1ad4fdbd0583cd0f81d7e5a06277338e8]

        Remove useless member variable
        
        Its usage was died at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915
        
        Change-Id: Ic98a0c36ceb02259b4f3b890f5ea701e56adbb68

2012-08-27  Gerhard Oettl  <gerhard.oettl@ogersoft.at>  [f5b7fecbc0744e46468d57b8131ea7d768aa96a2]

        fdo#39468: Translated German comments in sc/source/core/inc
        
        Change-Id: I81b7330bf3178b539855f73aac25539013a2bd90
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Reviewed-on: https://gerrit.libreoffice.org/493
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-08-27  Andras Timar  <atimar@suse.com>  [0f33979fc875abe827b42d35ac4fc4304e4a4d7b]

        .odb files do not have thumbnail image (related: fdo#53592)
        
        Change-Id: Ib17bb0a2fc95207da69bfef11b2fab59aefa719d

2012-08-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b0a7dc8b787b7be31b1b58a5ea6a9fc7207996d]

        when swaping cols or rows insert notes at the right place, fdo#53979
        
        Change-Id: I1228b3a064623e810265b47776e33f81f4bf0e51

2012-08-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d3ad7c59e0d0fe322c76eb4335440e1d1269ac0]

        Quick indentation fix on closing brace.
        
        Change-Id: I8626b0b3338e17b1b0fc713d4dba5545e1faba1c

2012-08-27  Miklos Vajna  <vmiklos@suse.cz>  [0898871b7b9492ada947ebc7b8429c5cb56db23c]

        n#775899 testcase
        
        Change-Id: I68e477464139b183b802cc3200a3b980d1ee72f3

2012-08-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [40c85b88ad0351acaf59fd2372676cdb8ca452d6]

        fdo#53592: Try not to crash on empty m_ZipContent
        
        Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6

2012-08-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d3300205918f87054c9dd399ac53ad1e979dcdc7]

        fdo#53533: don't seek to bogus offset
        
        Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74

2012-08-27  Noel Grandin  <noel@peralex.com>  [206c70eef30f7b6f538b88f7fb9505f397bef073]

        fdo#46808, Adapt TempFile UNO service to new style
        
        Change-Id: Ia448d6d74201e2be487c6d8317f94be3745808aa

2012-08-27  Noel Grandin  <noel@peralex.com>  [7634d064adc2c773288cec751674ff691de20b2b]

        fdo#46808, Adapt UNO service registry::ImplementationRegistration
        
        Change-Id: I77d28e7575e18e682f8360f6e416954dfb7a4e30

2012-08-27  Noel Grandin  <noel@peralex.com>  [8638f1e72a3fe830c0e8dcc1bd847d4fb9e599ee]

        fdo#46808, Adapt script::Converter service code to new style
        
        Change-Id: I19b3ba7c978e02ce865360f0411007525012149c

2012-08-27  Noel Grandin  <noel@peralex.com>  [4381f3dd5ae9e042840a16f69d07267208160420]

        fdo#46808, Use BreakIterator ::create method
        
        Change-Id: Iff603ebe772cfcd34ed3669ce46bc9112ba902ae

2012-08-27  Noel Grandin  <noel@peralex.com>  [170cfbc62549e4a74077c4ec403baf35ec4d42f6]

        fdo#46808, Adapt document::DocumentProperties UNO service to new style
        
        Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca

2012-08-27  Noel Grandin  <noel@peralex.com>  [f789715a414bd1115401f93d11f09260f891956c]

        fdo#46808, Use factory methods for frame::DispatchHelper instances
        
        Change-Id: I7bdf16fc6d042e5ecd404c604a8b7c31c1ac7bc1

2012-08-27  Noel Grandin  <noel@peralex.com>  [65c78617de30f4928255b15599e7709fa0081f67]

        fdo#46808, Shiny UNO, More use factory to create XSimpleFileAccess instances
        
        Change-Id: I62fdd31fe89ae280e4ad2843dbc821f1fecb59a1

2012-08-27  Miklos Vajna  <vmiklos@suse.cz>  [93cdd851ee5917fa95e78d84734c73055b0edc4e]

        n#775899 docx import of w:usePrinterMetrics compat option
        
        This was set unconditionally, but it turns out it's not the default for
        docx, it's triggered by a compat flag there as well.
        
        Change-Id: I84dccfe7ffd49fbc6878b19ff4276f8a36b827a3

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [c4ab4d3b2aa01f37bc38485fdee9ed59c68cb770]

        fdo#53894: Fix ICU version check
        
        Change-Id: I980401f886a6f95d35744b059706aca932af28a7

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [c89dab21ea72cf6ce9f831678da251fd6e24341c]

        fdo#53893: Undefine U_TIMEZONE for BSDs (except for NetBSD)
        
        FreeBSD and other BSDs (except for NetBSD) must not define U_TIMEZONE.  This
        patch is obtained from upstream:
        
        http://bugs.icu-project.org/trac/changeset?reponame=&new=31780
        
        Change-Id: Id1b85b9958036230045c3e13eb4b6617e6bdc924

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [38e0a58ce11125d20ef1f8aed7996518d7ddbb38]

        fdo#53857: Assume --strip-components is always available for bsdtar
        
        Change-Id: Ic05c0cb9ac2c20788870069939d6708214ea0cda

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [6e7baaaba85b0d6cd86e959f9af229a0d30c01f8]

        fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for icu
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
        * pass -DU_HAVE_GCC_ATOMICS=1 in when applicable on MINGW, too
        
        Change-Id: I2073c61fb92d698a3c1ba38266dbd0373b0a693c

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [8a55c4af62d90ff8518491a86a97bfe827591ece]

        fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for clucene
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
        * added clucene-config-MINGW-atomic.h, to not lose _CL_HAVE_GCC_ATOMIC_FUNCTIONS
          when applicable there
        * renamed clucene-config-GCC.h to clucene-config-GCC-atomic.h for consistency
          with above
        
        Change-Id: I3dd15721b568fa9358b79ec28bad39249200c773

2012-08-27  Stephan Bergmann  <sbergman@redhat.com>  [8474c6af652343777653e6ac8115b994b54ff853]

        Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuild
        
        Change-Id: I82f62c998837783ac69317123268b0c87f74425f

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [1d6e13e13b36163c07fc6013c9c3da6fc553e697]

        fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for sal
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
        * nCount is needed in else branches after all
        * tabs -> spaces
        
        Change-Id: Iaa39ba9e1ed645819905f0e484fa4f1812271700

2012-08-27  Jung-uk Kim  <jkim@FreeBSD.org>  [0983231c8382234cc08124d1ce9a3e200dd0da0e]

        fdo#53855: Detect GCC built-in atomic functions
        
        Change-Id: I57a977d799df6bce6c854b38b441a0575218922b

2012-08-27  Samuel Mehrbrodt  <s.mehrbrodt@gmail.com>  [097a0b91add3fa0d2b142804bf040940010f7658]

        Modified the wording of the Save-on-Exit-Dialog
        
        Change-Id: Ie3a02efc4541754ba553909ad03a115258890351
        Reviewed-on: https://gerrit.libreoffice.org/491
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-08-27  Miklos Vajna  <vmiklos@suse.cz>  [926fe8298be1a2d4a22277a5e9ecf4e2582b0b21]

        n#775899 docx import: set PrinterIndependentLayout like ww8 does
        
        Change-Id: I32869aa3d7b6b25c7eb9756d79ea7126130afc4b

2012-08-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d79cd86e2e2b1e6a8f94794946752909ed7e7a7f]

        sw, FIRSTSHARE flag wasn't set in defaults and copied in SetUseOn
        
        Change-Id: Ib0fd2097af4f45ec838b96e8214dfe913a3b47df

2012-08-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [61acb79808a641e49e4db3a106807045dd744704]

        sw: fixed STL conversion from 1015cd4ff73ee25e55b4da8c8bc55a41e652da87
        
        Bad integer cast made reserve throw an std::length_error exception
        
        Change-Id: Iafdf859dd13e8b44ad61ee7e02eb11370f8260fb

2012-08-27  Tor Lillqvist  <tlillqvist@suse.com>  [360c3e912a264b8b2219a28a64856b5e867adb10]

        WaE: unused variable nHtmlMode
        
        Change-Id: I3c949e9f536b81bf405cf03992e2a9bbe0a2b0d4

2012-08-27  Marco Biscaro  <marcobiscaro2112@gmail.com>  [9d844ce3f8e411bfb4237372b1a6d4aec21a0a65]

        fdo#47157 adding Keywords to .desktop files
        
        Adding Keywords to .desktop files, following the suggestions in
        https://bugs.freedesktop.org/show_bug.cgi?id=47157#c0
        
        Change-Id: Ic2a1428aaa12bc31b0af8488d166f78d5a970a1d
        Reviewed-on: https://gerrit.libreoffice.org/490
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-08-27  Noel Power  <noel.power@suse.com>  [55899d7f5f3125ea2d4b1178065ffea80b3d2b50]

        fix for fdo#54046
        
        fix case where the value is neither uno object or unostruct
        
        Change-Id: I2862ab23a875a691edb202bb9d334b000871f718

2012-08-27  Andras Timar  <atimar@suse.com>  [42688495edac102b18014a02072ba081870059db]

        typo fix in comment
        
        Change-Id: Ibdcaacef04b542ff296d13ad0fce7dd27ef36530
        Reviewed-on: https://gerrit.libreoffice.org/492
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-27  Tor Lillqvist  <tml@iki.fi>  [123393ca342e1865cdc9acaa654e27eabb14f232]

        Fix dbgutil iOS build
        
        Change-Id: Ie05a958411683cc4ea5adcac0f1ab6ea0c4736de

2012-08-27  Tor Lillqvist  <tml@iki.fi>  [611a04bc3e023d88c26e1915d45c2b877f92e08e]

        Undefined variable mnTrailingSpaceWidth
        
        Change-Id: Id3bf0bbeecbf4b36eb629bc5a80db7443fff4395

2012-08-27  Tor Lillqvist  <tml@iki.fi>  [bec74ec286e1d1671763a2e5b2a6f4614f0d7669]

        Bypass the solver component for iOS for now
        
        Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f

2012-08-27  Andras Timar  <atimar@suse.com>  [61c312d271767779e1f580e3123012a864e84942]

        typo fix in comment
        
        Change-Id: Ief5fe1a58c5f0b09eded67c638eb07a5805e41e2

2012-08-27  Harri Pitkänen  <hatapitk@iki.fi>  [c184419d523a15fd875f0565e268158be27ac703]

        Remove remaining checks for HTMLMODE_SOME_ABS_POS
        
        This HTML mode is never disabled for any HTML export options. Thus
        it is not necessary to check for it. Completes the cleanup started
        in commit feeb57e0a63cdcd81898050d059e7933f62c5292
        
        Change-Id: I3ea27ea52cdc355f19d0d2fb33ac92262df5d13f
        Reviewed-on: https://gerrit.libreoffice.org/488
        Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
        Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>

2012-08-27  David Tardon  <dtardon@redhat.com>  [3e9f9e5e4d301fd97a0da8f6625a652fba0ff471]

        include can be first statement now
        
        Change-Id: I16edd2d6f0c7fbf2a7686e5adc43b1848902b957

2012-08-27  David Tardon  <dtardon@redhat.com>  [95793fb9c7813de4faa2e4ab82128eb90a896e43]

        make the makefile dep more robust
        
        Change-Id: Iabf62eb089530dff97c0a920b2be9c239b02d5b8

2012-08-26  David Tardon  <dtardon@redhat.com>  [647080954f4985e3e16ad863efbe89e459b26f8e]

        fix conditional inclusion of jdbc patch in hsqldb
        
        Change-Id: I75e4566509d1851e7405d1738ffeaf58261233ea

2012-08-26  Tomas Chvatal  <tchvatal@suse.cz>  [061652ff712da51b9f4c9efbc205869316149f70]

        Update desc of mergelib configure option
        
        Also do not be fatal on clash with binfilter and just warn the user that
        mergelib was disabled in favor of binfilter if he has both enabled.
        
        Change-Id: I3b683a948e00b1134c10881c5ec442e6380f2822

2012-08-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e3e68199a47c694b60de754930dd2fe5d43533bb]

        String -> OUString
        
        Change-Id: I5bdcad692678b9debb77db4ec08223d38e5c01c5

2012-08-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [38b0c652e043c5ffee90db8de580046dc4bfa985]

        SwPagePreView: initialize sPageStr
        
        this adds "Page " to the page number info in the statusbar and to the
        scrollbar's tooltip in the page preview mode.
        
        Change-Id: Ia1dda0e98777465ef87364f12437449ca7787510

2012-08-26  Noel Power  <noel.power@suse.com>  [44dc8746f3d521b73123522f345d0f676622c2b3]

        remove VBA_OOBUILD_HACK and friends
        
        Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a

2012-08-26  Noel Power  <noel.power@suse.com>  [6573690587f63f6402e24e2db2e986570a2490f0]

        mark methods as stub where appropriate
        
        Hopefully this will allow us to track methods we don't or can't implement ( although we let them actually exectute )
        
        Change-Id: I53c74054ffea6cfa8e45aa4583f51c03f33991ee

2012-08-26  Noel Power  <noel.power@suse.com>  [dd91af40e384226e577f5a4b96b48e293cf31fa3]

        clean up unnecessary non working implementations
        
        Change-Id: I4cbc0fbf17aa80db4b19df630d6f18f97b9f6982

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [43b6f77506bdb5ef767ac2211f930bfc911f2046]

        --enable-mergelibs: does not work with binfilter; warning for other platforms
        
        Change-Id: I2992c89f70aebfcae5795c9f21d3cca48cbea4ae

2012-08-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5bf93a18e645f5e7146402d5dfa6958ddee44de7]

        use dynamic_cast, prevent crash when opening Options-Writer-AutoCaption
        
        SwCaptionOptPage can be added either to SwCaptionOptDlg or OfaTreeOptionsDialog
        
        Change-Id: I0cedfc27f8d1f1bbf5e19dce2f438fc782cd5832

2012-08-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [55b79fa2f104e08b940b7019c52dffbafaa13f61]

        Revert "cast to wrong type, can cause crash when opening Options-Writer-AutoCa
        
        Wrong fix: GetParent can return pointer to SwCaptionOptDlg which is
        derived from SfxSingleTabDialog.
        This reverts commit a5546942ec70fca551401ae61eee00b66a92f81d.

2012-08-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a5546942ec70fca551401ae61eee00b66a92f81d]

        cast to wrong type, can cause crash when opening Options-Writer-AutoCaption
        
        it turns out that GetParent() returns pointer to OfaTreeOptionsDialog,
        not SfxSingleTabDialog. Disabling OK button in the options dialog does
        not make any sense, so the patch removes that code.
        
        Change-Id: I76618d89f904a6eac80fc08072dcde007b2d9c34

2012-08-25  Andras Timar  <atimar@suse.com>  [90083b70f59570f6576c0257576cb416b7eabbbf]

        localize spreadsheet style template names runtime
        
        Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [3766ca46ff3c474ee7c94ad75cba14d6746c3331]

        ah, android is special
        
        Change-Id: I7f5e15f4d5e285a85e01fdeaede747e88d08510d

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [54a06c6820e13cae1401302c031cd15bd961eb7a]

        vigra: convert to gbuild
        
        Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [3f750f8e7b4e79282202aa2d2027922bd1fe3bdd]

        merge more, mostly small libraries for android
        
        Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [0ba9114c12e50acdde52e89408bffbca7dac49e5]

        prefix more components
        
        Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a

2012-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [4d7b9557052a31319b0583b46340fbc64de056c5]

        libmerged: add more libraries
        
        Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05

2012-08-25  Jean-Baptiste FAURE  <jbf.faure@orange.fr>  [f92fcff04a6a88fd004e721294a4817249cabf26]

        The label size is computed from the length of the string it contains
        
        Change-Id: I586a31a5d563ea8a11282836ca1d54b0c8be1bf4
        
        Signed-off-by: Arnaud Versini <arnaud.versini@gmail.com>

2012-08-25  Arnaud Versini  <arnaud.versini@gmail.com>  [1cd0f1bdb5b2ed998b35dc5120559284a2beb80e]

        Replace usage of rtl/memory.h in comphelper with equivalent from string.h
        
        Change-Id: I41d452aa4892606d127e9565cf83c21f78a67392

2012-08-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2da4a011130cefa3bd56e5b62c9068d202e81913]

        gtk: wrong menu border size, need to add thickness
        
        Change-Id: Ibcd63b7a74f6a6afb0ac1195218125fea26a0482

2012-08-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a2c5a1174ef964f3993f49162b4d8d14b8f02c46]

        gtk: fix scrollbar drawing with Clearlooks
        
        Change-Id: Ia1afbfd027bf473f23b83239562f542d0157d549

2012-08-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5e7249f9958aeb0407e8502b500d6865e5af8750]

        Perhaps this will fix the windows build?
        
        Change-Id: Ia57ab6bfa9e7fa663b699627cec07d19a378b293

2012-08-25  Radu Ioan  <ioan.radu.g@gmail.com>  [ffc05d9abfccac4d1dc04460fc25a9b16764a83e]

        fdo#39625 Make existing cppunittests work
        
        Make rtl uuid cppunit work
        - removed call to simpleheader.hxx
        - added call in Module_sal.mk for rtl_uuid
        - created mk for cppunittest for sal_rtl_uuid
        Second patch:
        - removed makefile.mk as Stephan suggested
        - modified CppunitTest_sal_rtl_uuid.mk header
        
        Change-Id: If090843203e38d3eced14941b58e6122d27bdb09
        Reviewed-on: https://gerrit.libreoffice.org/422
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-08-25  Philipp Riemer  <ruderphilipp@gmail.com>  [9d6eedf05b550ca3d6f98dc9f77c06a3594165c4]

        removed commented out code in sc/source/ui/undo
        
        This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439.
        
        Since the rebasing process is not finished yet, I submit it to
        Gerrit, so that the changes are available for later when they can
        be applied again to the related files.
        
        Change-Id: I047ade3f9a6b3927ddab8b94a53113b17483c06f
        Reviewed-on: https://gerrit.libreoffice.org/486
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-08-25  Philipp Riemer  <ruderphilipp@gmail.com>  [2ba410edd7d6e26da36e1b1ac82f7c91031900f3]

        remove ascii-art and blank lines in sc/source/ui/undo
        
        This is a follow-up patch to 06f611210cf487dcd32aa7ccfaae5ed80124e439.
        
        However, since the rebasing process is not done yet, I submit it to
        Gerrit, so that the changes are available as soon as they can be
        applied again to the related files.
        
        Change-Id: I61292e9d893839bd2f8b18a521a30e670f80f05b
        Reviewed-on: https://gerrit.libreoffice.org/484
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>

2012-08-25  Philipp Riemer  <ruderphilipp@gmail.com>  [98e9cc1796f93447fe7e5c1a6e2683d10389b01c]

        fdo#39468: Translated German comments in sc/source/ui/undo
        
        Eike and I reviewed the patch at the same time. However, he was was
        faster ;-) Consequently, with this commit I include the fixes for
        my remarks previously done in Gerrit as well as for Eike's comments.
        
        This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439.
        
        Change-Id: I6ee721f15852e1023c8b3e4f0b580435ee52c0c6

2012-08-25  Michael Stahl  <mstahl@redhat.com>  [aad3cc3db08c40e62ce2d7f1105455fec9fab4a2]

        gdb: SwPaMPrinter: print rings as well
        
        Change-Id: I31b7b6b0cd4ac67c059729e68b50c92b865930b0

2012-08-25  Michael Stahl  <mstahl@redhat.com>  [b3233579ccb2528912835deedde37c1d48417d6c]

        fdo#49901: SwView::ExecSearch: fix Replace All cursor:
        
        Because the "fix" for i#8288 only set the point of the cursor and not
        the mark, it can happen that after a Replace All weird things are
        selected; fix that (and i#8288 properly) by using the SwCrsrShell stack,
        and don't do it when searching in the selection.
        This cannot be done in SwCrsrShell itself because ExecSearch sets the
        cursor to the beginning/end of the document already.
        (regression from cda75d6f358d438f7ed36ed7fa296ac23e3c4a04)
        
        Change-Id: Ie9f8d7da2fa26000a0237c24f8742e47ffa29213

2012-08-25  Michael Stahl  <mstahl@redhat.com>  [d52a1320dbe142d2fc184e031bf79994f5ef1144]

        SwpHintsArray::Check(): reindent that
        
        Change-Id: I9fede393b5a0fb6bd2fe0425f6a4b60b754aeb0b

2012-08-25  Michael Stahl  <mstahl@redhat.com>  [411ef872a0903c4dd15d96c2f893309f6440eeca]

        SwpHintsArray: refactor assertions:
        
        Since 4623c603bde7678004fe6019f9d9e4b816a3d6c6 the assertions in
        lcl_IsLessStart/lcl_IsLessEnd trigger spuriously, because the comparison
        is invoked always now even on identical pointers, while the SvArray only
        invoked it if the 2 hints didn't have the same address; move the
        assertion to SwpHintsArray::Check().
        
        Change-Id: Ida6c8e268452343ed3e90410636703c6baffbabd

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [f8fd2e6a3b21ec3899a74d7400cafaba4e83ff6c]

        better dependency working also for libmerged
        
        Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [9ec8d331dc593c14beff4fc3939a71bf4825cfcc]

        kill more unneeded stuff; rename uiconfig Packages
        
        Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [5b57402ac40470605fbb31ebccbc8da4a5506089]

        sax: avoid pointless linking expwrap against sax
        
        ..only to share one class with fastsax in sax, where it's not used.
        The link dependency is ugly, mostly for libmerged.
        Use static library.
        Another option would be to link fastsax against expwrap.
        
        Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070

2012-08-24  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [06f611210cf487dcd32aa7ccfaae5ed80124e439]

        Translation of comments from german in sc/source/ui/undo
        
        Change-Id: Ic7f2233ae55f8c5505c5b325aef973b0d0c65730
        Reviewed-on: https://gerrit.libreoffice.org/479
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-08-24  Istvan Turi  <turipista@freemail.hu>  [1b7c88ab4d6aaa79c484bcb179e5b2f296654462]

        translate fax/letter/agenda/report templates runtime
        
        Instead of distributing bazillions of localized templates, that
        contain only a few translatable strings, we try to localize them
        runtime. This is the initial patch that does the heavy-lifting.
        It has some rough edges, but the feature will be polished by
        freezing of LibreOffice 3.7.
        
        Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb

2012-08-24  Rafael Dominguez  <venccsralph@gmail.com>  [a581d31b227623e09d2970a91214fda398f98eda]

        Highlight X errorbars data range when a chart is selected.
        
        Change-Id: I90b4f71fb74da59c6c578ccd0e9b62f14620d4e6

2012-08-24  Stephan Bergmann  <sbergman@redhat.com>  [2198fc2711bfb3e1025517f2d61ec8ae7d424c20]

        Typo
        
        Change-Id: Iac9a2715b8a0a517f502c56ef0652e316bd76f52

2012-08-24  Stephan Bergmann  <sbergman@redhat.com>  [21ebc2b32de44ed33347b4364d4fd8282b472dba]

        Unused members
        
        Change-Id: I4f3e6f2c07d1ef55464646a5ab313c305f4a22e8

2012-08-24  Stephan Bergmann  <sbergman@redhat.com>  [03833c09cbf15ae04bc22a64eee07d7966c00db2]

        Clean up java-target-version indentation etc.
        
        Change-Id: Ia3440508b929b37dd4aa5d045445ca7b73bb85d9

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [d7a5df7e3dea928a2748d6eae9e7263cd23e76fd]

        download clucene tarball only when it's going to be used
        
        Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a

2012-08-24  Daniel Bankston  <daniel.e.bankston@gmail.com>  [deaac6fffa883d5604a35eb0706c7526b87398cc]

        Improve matrix import performance.
        
        Our latest changes that recalculate volatile formulas at the end of import
        resulted in several seconds performance loss on a large matrix test file
        with complex formulas.
        
        When the matrix cells are put in the document, ScFormulaCell::SetDirty()
        gets called.  Although the cells are set clean during import after this,
        SetDirty() also uses ScDocument::TrackFormulas() which puts the cells in
        the formula tree.  So when we call ScDocument::DoRecalc() at the end of
        import, the interpreter goes through all matrix cells because they are
        in the formula tree.
        
        This commit prevent that from happening, which gives us back our performance.
        
        Change-Id: I961f69b0117d4261f8afefb6d94173105f0925b2

2012-08-24  Stephan Bergmann  <sbergman@redhat.com>  [1b40fbe41459a2231870af94a06263d89af554a6]

        fdo#53968 etc.: Fix more "doesn't start after upgrade" problems
        
        * fdo#53968 revealed that multiple soffice.bin instances can run removeTree in
          parallel.  Therefore, demoted failures from exceptions to SAL_WARNs.  (And
          keeping fingers crossed.)
        
        * a8cdce148c76c93c5d41820610d6e6ac175e03a7 "fdo#53655: Ignore failure to remove
          directories (as happens on Windows XP)" was due to a forgotten
          osl::Directory::close before calling osl::Directory::remove after all.
        
        * UserInstallations have been seen in the wild where no extensions were
          installed per-user (any longer), but user/uno_packages/cache/registry/
          com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files
          contained data nevertheless.  To reliably clean out any old junk,
          refreshBundledExtensionsDir has been extended to cleanExtensionsCache which in
          tandem with an extended Desktop::SynchronizeExtensionRepositories now cleanly
          re-installs all bundled, shared, and per-user extensions after a LO upgrade.
        
        Change-Id: Ic6b5b6c1945d76eb3a65b6cd4512a657b7a835a0

2012-08-24  Stephan Bergmann  <sbergman@redhat.com>  [35d474ff8c36d12e2afafee8a061745e47ef4fb0]

        Fix removeRdbFiles (caused extension update to fail)
        
        removeRdbFiles suffered from a confusion that ImplementationInfo.uri denotes the
        corresponding component (.so, .jar, etc.), but not the .rdb file.  So removing
        an .rdb file silently failed to remove the corresponding implementations, so re-
        installing a similar enough .rdb (as typically happens during extension update)
        would fail due to duplicate implementation names.
        
        Change-Id: I25d4ff72656c99a3af509eef09e89c18cfd0aabe

2012-08-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [628aad2aec5e33dcf00b573891c122ad91438bc4]

        restore the 'initialization of warn'
        
        Change-Id: I72ed0955bf6d47e04be7c182994ba12e53e40a9a

2012-08-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [b5077b293b945edfcd84b6911a2c1b9cb234a129]

        be quiet if there is no 'warn' file
        
        Change-Id: I44ce29c41c914c57e5c0e4036e327447efb5b26b

2012-08-24  Tor Lillqvist  <tml@iki.fi>  [9c907513be0f30d47d7fc61bf537677c63e19ba1]

        Remove debugging output
        
        Change-Id: Ibd80b49eba4b259027d57845b8ebba3e35908e82

2012-08-24  Thorsten Behrens  <tbehrens@suse.com>  [14a4096a76cbe05d364f013d183c1d001849a97e]

        Use correct intro bitmap, as passed to configure
        
        Fix typo that had intro bitmap always be default in 3.6 series.
        
        Change-Id: I7822ab75c718040128231f5d50913c3b128d49fd

2012-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cb0aa85747fa6ada9a7dc4b32e5c5bf3d3850f35]

        fdo#49441: don't overwrite the first element in the sequence
        
        regression from 399e425fc9b9a89045bb1653769f581ed5fa5028
        
        Change-Id: I2907a03ca731f43630e5f36cf78682de8a364924

2012-08-24  David Tardon  <dtardon@redhat.com>  [e19be74ff56422ba908a4e7a70dccda6a94c7026]

        build for en-US if no langs are specified
        
        Change-Id: I21323d275f8381ecffa937563fccbc7bbb4b497e

2012-08-24  David Tardon  <dtardon@redhat.com>  [4b00567f578190fe2d0413cb25538f518c439b66]

        it seems unzip on MacOS X does not know this opt
        
        Change-Id: I48d86df772655229a08653e6c8f263338f69fbfb

2012-08-24  Caolán McNamara  <caolanm@redhat.com>  [715e2109f60b016f661d98a59aef674e0951a2ad]

        Related: fdo#53337 Maybe this is a typeinfo visibility problem
        
        Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b

2012-08-24  David Tardon  <dtardon@redhat.com>  [768d02c93c51fb606cf7221d0fd7a0c9dd3e363d]

        soffice.html has been removed
        
        Change-Id: Id564b3a34524a754261211d15abaadbdb1898061

2012-08-24  David Tardon  <dtardon@redhat.com>  [04e6963a24f3a9645ac26743c9ec09531d86ad51]

        add extras to tail_build
        
        Change-Id: I3143c987ed07f2d0033cbcb4fe637d095339807e

2012-08-24  David Tardon  <dtardon@redhat.com>  [ce34d0d17b7f2c5e3800a645cc9bb65c53d59f72]

        drop unused files
        
        Change-Id: Iba94cd9a6faf3578201761bf8c8ae9b1f437f57e

2012-08-24  David Tardon  <dtardon@redhat.com>  [a39f11a276ea6601cb19e3fc81910ae0d7265dce]

        gbuildize extras
        
        Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a

2012-08-24  David Tardon  <dtardon@redhat.com>  [20f06e3cd3e50ddb34a7985f196a08c98a3f5cb6]

        add AllLangZip gbuild class
        
        Change-Id: I1b0ebafac55bdfb41c5e6e64ded637313e47bae4

2012-08-24  David Tardon  <dtardon@redhat.com>  [b4687fe20c3d51e817fe2cbe2eca7e0f86e78db0]

        fix condition
        
        Change-Id: I5370bca6689d0d089a6862c70f45a95516e8531e

2012-08-24  David Tardon  <dtardon@redhat.com>  [390c602294cc277c8b32cc99f79dd6a5e04d93bb]

        source the right file
        
        Change-Id: Id378c5f0a6308964c3d8fb66184f32b72c67d685

2012-08-24  David Tardon  <dtardon@redhat.com>  [3d71bf4761192a0e1fb82c80653a22820fadc444]

        fix make showdeliverables
        
        In contexts where several deliverables with different index were
        registered in one eval block, all indexes but the last one were lost,
        because the current value of $(gb_Deliver_DELIVERABLES_INDEX) did not
        contain them yet. We need to use the variable, not its value, here.
        
        Change-Id: I537ec949c0491dc5b35461253fdaca1f4887ec31

2012-08-24  David Tardon  <dtardon@redhat.com>  [b665f80b6b87e6d0ed83ea63afe8cec0383eec03]

        do not print the dummy command for showdeliverables
        
        Change-Id: I70b90e6551a8f4f093947abc382babedd9b784cd

2012-08-24  David Tardon  <dtardon@redhat.com>  [6ace132bfb3c0c9ccb1616a23e89a055b393bda3]

        add hsqldb to tail_build
        
        Change-Id: Ic11e4443c7c29dba22a19436758d14dd35d9523c

2012-08-24  David Tardon  <dtardon@redhat.com>  [687944efaa56b4d58525dd16f2059e5e6c769da3]

        gbuildize hsqldb
        
        Change-Id: I35bf8094c9dcf0f70e59c1304ab5a6800393fa29

2012-08-24  David Tardon  <dtardon@redhat.com>  [3cdd8d3b00849c263d0e6909fb5eddcef088c9d9]

        add support for building external projects
        
        Change-Id: I1ae354e3bf85c29679919f6382e14d3e4232d798

2012-08-24  David Tardon  <dtardon@redhat.com>  [ddc8881122d8d848f5ad38f2e65e7739afb955b9]

        adapt clucene for UnpackedTarball
        
        Change-Id: I52d78c396511ee44c18ba9473b9602fc4e6f947f

2012-08-24  David Tardon  <dtardon@redhat.com>  [ee0a39c52e53c20ee5bf18a30101bc7d69c24a5c]

        adapt ucpp for UnpackedTarball
        
        Change-Id: I0871baf8a6c72ea0c7b44a7abfc8d5152b331db5

2012-08-24  David Tardon  <dtardon@redhat.com>  [df4ff3547078c17cf69f7574dd7995cc51cc7934]

        add support for external tarballs to gbuild
        
        Change-Id: Ic6645e9943b2445ebb37bb99114f777527c69af9

2012-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5dc11d57f050c5e4c58843b18d76877c1005d067]

        ThumbnailView: memory leak
        
        Change-Id: I652ec6bf0309f56d4d2bc1ff7b0fb2b8173de6be

2012-08-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a251863970e0512a1dc2bd857913a3adf7148bb3]

        SwPageBreakWin: memory leak
        
        Change-Id: Ibb543b8da8c89c7fa3799fada03c787dabe2b3cb

2012-08-24  Michael Stahl  <mstahl@redhat.com>  [01a6b0b0eb2103df594881e4e5ac3607f1177998]

        make it possible to run JunitTest and CppunitTest from Makefile.top
        
        Change-Id: Ib0286466403a0457420c708ac083051d28d087bb

2012-08-24  Noel Power  <noel.power@suse.com>  [629cd5e1fcdf780cedf7fd88ed7d02492be31411]

        fix for fdo#49255
        
        Change-Id: I5af8bc0b511bdf838343d7b71f310df8d8dd8473

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [e1db0bd299f3b9a3ed6785a3f434b010a1174feb]

        gbuild: also in libmerge case library needs to depend on all headers
        
        Change-Id: Ib1c3e37dfa6b9cd9708b721a7ad5b1bdb468b020
        Reviewed-on: https://gerrit.libreoffice.org/469
        Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
        Tested-by: Tomáš Chvátal <tchvatal@suse.cz>

2012-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [911e412b872f23e46701a6a0f0edc8fcca4ced3b]

        sal_Bool to bool
        
        Change-Id: I96fe31c80f952b1ac6d25c65431597d81e0fdda3

2012-08-23  Rafael Dominguez  <venccsralph@gmail.com>  [515b260cb4dd6d0615919b4c6703f1a1d24d1eba]

        Fix rendering subtitle for template search results.
        
        Change-Id: I1d1a5100bdbd2be238d045df3c7790dde8afd63f

2012-08-23  Rafael Dominguez  <venccsralph@gmail.com>  [2addf49c27eb80dcf65cf2727ac03c8a6d1f1e06]

        rtl::OUString -> OUString
        
        Change-Id: Id435edc2d2f8801bde4be6e4acbe42608e0be179

2012-08-23  Rafael Dominguez  <venccsralph@gmail.com>  [9c94045bd2802a3f7e8c286b4082a55fe43a666d]

        Rename class from TemplateOnlineView to TemplateRemoteView.
        
        Change-Id: I3d1cc00274c4f758cb4e8e6a09cea9cb63b0a733

2012-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [33b1750f4ae8a9bc26f29440726c24f551041d94]

        fdo#53888: svx: do not link against dbtools
        
        dbtools were added in 01089138cc76f5717244bd04f25a868602aeaab6 only to
        create dependency and fix the build.
        This creates circular dependency for libmerged, dbtools is not that
        common library.
        It's better to create real dependency in connectivity_inc package.
        To avoid another circular dependency gb_YaccTarget_get_header_target
        must not depend on external headers target.
        
        Change-Id: I536376303de5330addd2dbf85bdfea8b9a23301c

2012-08-24  Andras Timar  <atimar@suse.com>  [e155a555c97db9e3f54d7500f912fe88f634dc99]

        remove unused soffice.html
        
        Change-Id: I877080c8fdc3dcd9a7018cfd3dd8d2cbec09dc8f

2012-08-24  Andras Timar  <atimar@suse.com>  [9fceed463ba6ab752ef49f40e628a98e21cf525e]

        fdo#52978 remove hardcoded page width/height
        
        Change-Id: I3af89440ce6305e24941b905c67d18b769b46a21

2012-08-23  Rene Engelhard  <rene@debian.org>  [361991a27183d340ae183178147bb22cd166a19c]

        actually set P_SEP aka. PATH_SEPERATOR on kFreeBSD to fix Java builds...
        
        Change-Id: I5e84cf342ab9a7017bf61dbb455548105b867e50

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [a1aed54fee058fdedb7d50b96291af701a327e57]

        Build basebmp as a static library for Android
        
        Reduces shared library count by one... This is tedious.
        
        Change-Id: I3bdc0a5c4ee4cabf9bbcedc469ca6e94d0103d6b

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [0d2ed78dad772e62ce8e50be95e445a86742ab9b]

        No reason to leave out use_sdk_api and use_udk_api, I think
        
        Change-Id: I5bf5dd2708de103a1f4eb48ef2cb1a28b5e4cd29

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [07df4c9ed0785b07b0ad1d9f74388e25614db811]

        fileacc is in merged
        
        Change-Id: If58adf2558c2baac51f91d621b75f2d37f935dfd

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [4e1fd1b3e1390adb668d5f12f5e4b4888a7db8a6]

        Bin leftovers from the iOS foo_cppunittester_all crack
        
        Change-Id: Ieba3c29cd28f14e2fb5eac827f245edbed053298

2012-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fb0a28df82aa67db4536232ab502a8cc85ac9e4f]

        Removal of manually added servers.
        
        Change-Id: Ia46eccb8c7ace05054e952f49e2a2c65a462b83f

2012-08-23  Dave  <davefilms.us@gmail.com>  [4908c8d79745057ebece07c7834e318a7366d6d0]

        Fix for fdo#46858 Have us show up in Productivity category in Finder
        
        Change-Id: I19416bdef0e046102b78953d4663feaffa153722

2012-08-23  Luboš Luňák  <l.lunak@suse.cz>  [f35aacfc765b5c296d62b4f2a32e6b0bb9bbe7e5]

        initialize member
        
        Introduced by b95d203bc17c83ec0fe5139f519d53ed1d842d3a .
        
        Change-Id: I2497ee7cd55776fbd801d07470968e5aa47e971a

2012-08-23  Ivan Timofeev  <timofeev.i.s@gmail.com>  [442d0766eb9575a45572e29f2018bed2831c177f]

        SwHeaderFooterWin: memory leak
        
        Change-Id: Ie8322b93745c48970766c2033a23cca2c710a516

2012-08-23  Miklos Vajna  <vmiklos@suse.cz>  [93d22852564b8d77b98fae902ce5f879272ca818]

        n#775906 testcase
        
        Change-Id: Idafd1b7506dac77307190df275fb8ed35d40e5e5

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [1a3f44e52b31c520d52261af8a2f92b88e107459]

        Fix typo in a comment (copied here and there).
        
        Change-Id: Ic3c3e71a79ea8bf73a51fc7f001833d6ccedcb76

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [35c9ffb2750178b558c71af12240cd5809a0314e]

        Fix off-by-one drawing problems of the bottom docking area.
        
        Change-Id: Ic463f6829f7faa6d9667656f42f844a12d85518e

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [dd7382353d4c248a6d6f9d21401480ccc37e2b9d]

        Remove ViewShell's border.
        
        It is not necessary now; where it was necessary previously, we visually
        distinguish the viewshell from the rest by other means.
        
        Change-Id: I24f3ed1916c0886683bf8b770ce3bf22a5e9ec7a

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [0a5b49e7199198974113dc2e8b68257b881fb9fb]

        Seemingly off-by-one painting error in Impress' ViewShell.
        
        In fact, it is not a off-by-one, just the scrollbars do not align with the
        splitters; so adjust it to fit better.
        
        Change-Id: I062b5da6baf4c20bedbf69301066547dcd1ace20

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [682c4f1bf7b6548222321adbee5f64da61ae6685]

        Get rid of the 3D look of the Formula Bar.
        
        Change-Id: I146123149bd32223f9321b1bf4b49e71805aa37e

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [e280b01cafdfd5c7c3b5660a8e9031a9eeb2865c]

        Draw separating line at the top of the status bar.
        
        This makes the status bar optically one pixel smaller; which is correct,
        because the new icons used there are one pixel smaller too ;-)
        
        This also kills IsTopBorder() and IsBottomBorder(), as they always returned
        'false' anyway.
        
        Change-Id: I94c87e8d4ac1ff3c4df57b17e530f3b087efa1e1

2012-08-23  Jan Holesovsky  <kendy@suse.cz>  [9b10ef9fc39dc0251b03d6d9285bb86aab29abee]

        Revert the TOPBOTTOM border window type, this needs another approach.
        
        This reverts commit 51fdf273e9893d3d05c99a09e1c2e5835a78e891.
        
        In order to be able to draw the toolbars docked on the left or on the right
        nicely and reliably, we have to avoid any border in the shell; instead, the
        docking areas will draw the separating lines (when finished).
        
        Change-Id: I74c18a7e471a66ac0a436c2bf01f5be016280d22

2012-08-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ba43bc1b85471a1b91658c000f9cc268c799157]

        A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.
        
        Change-Id: I4dc7dc689af5d2e9d49584157171202aef873688

2012-08-23  Daniel Bankston  <daniel.e.bankston@gmail.com>  [ccce242c3a8892f1bc5b649ca43a544cdced28d9]

        Convert xlsx unnamed database range import to direct sc
        
        Will evaluate later if further conversion is useful here
        
        Change-Id: I6af5296b95075066335783e371d87be15f09f112

2012-08-23  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5d906574f2e7a7c7dd3ba166e3b1a58fdba0d5b8]

        Prevent broadcasts to gain xlsx formula import performance boost
        
        oox import filter was spending a lot of time in ScFormulaCell::Notify()
        because of unnecessary broadcasts.
        Now the oox import filter will use the same approach
        that the xml import filter uses to prevent this from happening which
        results in shorter import time.
        
        Change-Id: I65e86919f352de0b22916a8d57d3166af0a58984

2012-08-23  Daniel Bankston  <daniel.e.bankston@gmail.com>  [a96998cdd131e715746db83cc3b08823e4318100]

        Disable adjust height flag once for whole doc instead for each tab
        
        Change-Id: Ib82a72d257772b3dcdf9368c4ee5850a6f411d6e

2012-08-23  Daniel Bankston  <daniel.e.bankston@gmail.com>  [bed0447cefb949fc77cfde7543397d96590082ba]

        Check for more cases of functions that should always be recalculated
        
        Thanks to Eike Rathke for pointing this out.
        
        Change-Id: Ie2ce2ebe54cd290a7bf1c55d58790e21833b1105

2012-08-23  Miklos Vajna  <vmiklos@suse.cz>  [5fd1516f82adf0330411adf90bee7e14cec856d5]

        refactor duplicated code to DomainMapper_Impl::getCurrentNumberingProperty
        
        Change-Id: Id68df67e1301d0eed74c3bdcaabc7c601d72770b

2012-08-23  Miklos Vajna  <vmiklos@suse.cz>  [25af4f283fd9e8520a17350fd5e980ba9eb67f24]

        n#775906 dmapper: fix inherited first/left margin vs w:ind/w:right
        
        This is similar to 89f208c, but here the direct right margin reset the
        left/first margin, inherited from the numbering style.
        
        Change-Id: I2d238740c24db7607719dcefb17565656592be44

2012-08-23  Luboš Luňák  <l.lunak@suse.cz>  [863bd5f7b91792ab2d39567c206b23b25b661c50]

        convert docx mathml test documents into unittests
        
        There are few small things that do not survive the roundtrip completely
        accurately, they should be checked somewhen when there's time. But it's
        better to have these as actual tests rather than just documents somewhere.
        
        Change-Id: Ic3732ab8450376820867950438d89e324f391eeb

2012-08-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2cc10e02375aebd32ba0df49d83ee01235a709b]

        add missing licence header

2012-08-23  Stephan Bergmann  <sbergman@redhat.com>  [7b4394f35b3557ffe61c8e9b0f0b630b31ca0977]

        ...but remove obsolete prereg-specific code again
        
        Change-Id: I98b20e2ef7f0ec8f609464980398ca09847b40e9

2012-08-23  Andras Timar  <atimar@suse.com>  [51b0ada7403b7959cd0753218bff34b7cd4a7a24]

        Moldovan -> Romanian (Moldova)
        
        Change-Id: I5d754099ca0ce2a82d1d89df4ab2b146b1cc2f4e

2012-08-23  Caolán McNamara  <caolanm@redhat.com>  [ff74564b39c6f0b2063158ffe7eb8faa99f12c4b]

        callcatcher: update unusedcode
        
        Change-Id: I18f823b99349002bb148d474a6a9aabdf2d419ef

2012-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e29c020ee25fb820f4ae49c5f8d1e3df38aa76da]

        Manual IP adding implemented.
        
        Change-Id: Ifad2a206e3ddbb46094be6638581358484522695

2012-08-23  Joel Madero  <jmadero.dev@gmail.com>  [e4b0ce8887a743d30a0107bc7b8f652b0e3b074c]

        fdo#53001 disable unlink graphics in image control dialog in base report builder
        
        Embedding graphics in a report builder report is not implemented,
        so do not propose it to the user.
        It already was not proposed the dialog raised by
        "Insert->Picture->From File"
        This commit disables embedding the UI when selecting
        an image for an already existing Graphic control
        (as opposed to inserting a new graphic control).
        
        Change-Id: I107bc59bef8bb29a75140542cc5c2779a37ed113
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2012-08-23  Stephan Bergmann  <sbergman@redhat.com>  [86a60b36552d5785a33bc9eed1e082bd5c54100f]

        fdo#38791: Do not use java.awt, causes problems on Mac OS X
        
        On Mac OS X, it apparently suffices to execute "new java.awt.Dimension()" to run
        into "Apple AWT Java VM was loaded on first thread -- can't start AWT" (see
        <http://developer.apple.com/library/mac/#technotes/tn2005/tn2147.html> "JNI
        Development on Mac OS X - Thread-Safe JNI Programming - Calling AWT/Swing From
        AppKit").
        
        The solution here is simple, in that uses of java.awt.Dimension can be replaced
        with com.sun.star.awt.Size without loss of functionality.  However, there are
        still occurrences of java.awt.Image and java.awt.Toolkit lurking
        (reportbuilder/java/com/sun/star/report/SOImageService.java,
        reportbuilder/java/com/sun/star/report/pentaho/output/ImageProducer.java,
        reportbuilder/java/com/sun/star/report/pentaho/output/OfficeDocumentReportTarget.java)
        for which it might be sheer luck that they do not seem to cause trouble yet.
        
        Change-Id: I33e9f74c50ebddc11bd1d9a48c55dc8f8700345d

2012-08-23  Michael Stahl  <mstahl@redhat.com>  [8098a03d025a0c8fee90322e3835079edb45ade3]

        installer: remove empty directories again:
        
        An "archive" installer contains one empty share/extensions/dict-XY/
        directory for every dictionary (except the 3 default ones), causing
        numerous assertions about missing META-INF/manifest.xml and an extension
        manager cluttered; this is due to overzealous removal of extension
        "prereg" code.  (regression from
        6dcb3d4ef46312729bb6f16c473b433474863f68, partially revert that)
        
        Change-Id: I3a063ebfed1012aeb27ec3076cdd5ca545f918a2

2012-08-23  Michael Stahl  <mstahl@redhat.com>  [b18c8f72bdff52ca6c49d8f30e3ff0f201b5b4fa]

        sw: one -DSWD_DLLIMPLEMENTATION ought to be enough
        
        Change-Id: I400559c531382f90626b72b2c8702d670fa5a40b

2012-08-23  Michael Stahl  <mstahl@redhat.com>  [e2004b2039775fdde689481cad3589e75a45b20c]

        sw: remove #undef SW_DLLIMPLEMENTATION nonsense
        
        obsolete remnant of obsolete dmake build system
        
        Change-Id: Ief3f6bde9bbaeac5fe9b25d025b9b076b9a6ef3e

2012-08-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7afb1fffefb1806205ddcef3cba1d2a559e9b39e]

        Iterate the utf8 correctly + handle tabs too
        
        Change-Id: Ie6a4750ebd04e3b1ed8ad0985e141b6ff2e65e98

2012-08-23  Brennan Vincent  <brennanv@email.arizona.edu>  [8a274f73a28ee9d358059bfe9ce4395e3e284031]

        Move writerperfect newline-handling logic to OdgGenerator::insertText
        
        Change-Id: I6d954ac1233f98a3744449555043e8f82a1d2083

2012-08-23  Luboš Luňák  <l.lunak@suse.cz>  [2b5953a19e36a02040f2ff08bc87efe4785f80bd]

        fix math export/import in docx/rtf
        
        For some reason older gcc versions don't manage to dynamic_cast
        to the necessary cast. I'm not quite sure why, forcing sal/osl/unx/module.cxx
        to always use RTLD_GLOBAL does not seem to help. Most probably
        compiler bug. Changing the cast to two simpler ones helps.

2012-08-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c5d5e06c1578f8ecae9e4e6fb55f1bdb529feb7d]

        fix ambigous overload

2012-08-23  Miklos Vajna  <vmiklos@suse.cz>  [50a1df360c907d8419ce49f098b6bc87a37a9956]

        n#775899 sw: add FloattableNomargins compat flag
        
        The DOCX filter imports floating tables as frames containing a table.
        Word ignores the margins of paragraphs next to such a table, Writer does
        not. Add a compatibility flag the import filter can set that triggers
        this weird behaviour.
        
        Change-Id: Iaaa1d2a2e2f9d0eaea17832b2e418f9a845efffd

2012-08-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [333f9d3016bf9a246dfa96bc32c064281f36f355]

        sal_True -> true
        
        Change-Id: I7d8c637746d8f29704adf94b20559d539d0ec56c

2012-08-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c346c0cfc981d18e1d5024e3abbe124fbbf4a607]

        support export of databar information to extlst for excel2010
        
        Change-Id: I1aaca6676bdbba1e8f365081e3f427fb67fd873e

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [afeab46e4754d886dd828ba654520902a755964f]

        Typo, fdo#53950
        
        Change-Id: I82b4b59e868bb4f332cfe0e617c916a160cb549a

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [811751bbadbf2cc6f77fc1a7f311fec9edc7d937]

        Don't hardcode jni/Application.mk either
        
        Change-Id: Id8787a04a3b1720490e7d79a254ca11835df242a

2012-08-23  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0d68487f10de1783974a41592526e6df55cf97e9]

        Disable bluetooth on Linux for glib < 2.26.
        
        Change-Id: If5fae4166b2f935f5d7613799370dd0de28b498c

2012-08-23  Tor Lillqvist  <tml@iki.fi>  [c02e838ec21408cd5ba70e0e7b53309411d49db2]

        Factor out the Android APP_ABI sanely instead of copy-paste galore
        
        Change-Id: I66e97d73c410ac6f2e481ba9b2b22183f57438bd

2012-08-23  Tor Lillqvist  <tlillqvist@suse.com>  [6737f12e0a4a10a591dcc780de586f205e094f2f]

        Conversion from 'void*' to pointer to non-'void' requires an explicit cast
        
        Change-Id: Ia7e0a436d462fc98b458f80f2abae409419c11c1

2012-08-23  Thomas Arnhold  <thomas@arnhold.org>  [c564fdfe298d8f93e3f09f61dc01a152f57b6506]

        unusedcode.easy: remove recently unused code
        
        Change-Id: Ia33e933d9c15c2afa25915b7e8d6a13b0c740d1c
        Reviewed-on: https://gerrit.libreoffice.org/426
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-23  Stephan Bergmann  <sbergman@redhat.com>  [52755d6d2cf1c6addaf3c91b93bb86d66b730409]

        Revert "installer: Use hashref for replace_all_ziplistvariables_in_rtffile"
        
        This reverts commit 46a977081c6f1886f8fff8457c85e6d426dcc20f.  It started to
        replace occurrences of "${...}" unknown to the installer with empty strings,
        instead of keeping them as-is.  This caused the "${ORIGIN}" at the start of the
        value for URE_BOOTSTRAP to disappear from the soffice ini-file (cf.
        gid_Brand_Profileitem_Soffice_UreBootstrap in scp2/source/ooo/common_brand.scp),
        making soffice fail to start completely.
        
        Change-Id: Ia7a34179b78677a703fc487401e011073d14a176

2012-08-23  Stephan Bergmann  <sbergman@redhat.com>  [fcd990f208be4430157dca2d6093337f21cb079b]

        Some clean up after previous commit
        
        Change-Id: Ie419c769c5d661d51c1b43b9808791dcf9e1725c

2012-08-23  Noel Grandin  <noel@peralex.com>  [3e7990faa4dda6022c63aebb2ac8f12b2bbc0731]

        fdo#46808, Shiny UNO, Use factory to create XSimpleFileAccess instances
        
        Change-Id: I86e2a8873e5646abd340015f500bf9e872e8e6c5
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-08-23  Noel Grandin  <noel@peralex.com>  [8b34ad6204ee35b7dca10d2b1c9761dfa72684a7]

        fdo#46808, Remove unnecessary XServiceInfo lines in UNO IDL
        
        XServiceInfo does not need to be declared as a supported sub-interface
        for services, it is always implicitly there.
        Also, for those services that now only contain one interface, convert
        them to new-style service IDL declarations.
        
        Change-Id: I325c27f287a02de6bdfc8bb6e5bf6c2a4ae0a753
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-08-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3d7927152169474c3c73ac36d5d79008fe6bab3e]

        fdo#46141: Don't use a timer to show header/footer separators
        
        Clicking on the header/footer area will show the separator. Clicking on
        an empty header/footer area will add a temporary one that we try hard to
        remove when clicking outside
        
        Change-Id: I8f29f8fd80b2d808257636bf94ec4e2e46f6028e

2012-08-23  Tor Lillqvist  <tlillqvist@suse.com>  [b1932b7a182d99a52b8c2fb71d2d48a61ce47423]

        send()/recv() on sockets (instead of write()/read()) for Windows portability
        
        Change-Id: Ifaa890d87021c7786c7392f52d4f29b0779a7668

2012-08-23  Tor Lillqvist  <tlillqvist@suse.com>  [c439fad7d6802ae6df8b91ffaf964f083a6d7eea]

        WaE: class has virtual functions and accessible non-virtual destructor
        
        Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0

2012-08-23  Tim Retout  <tim@retout.co.uk>  [dd7ddfc34e62b8f6351d970fdac2ef631b5175c2]

        installer: Remove unused -tab command-line option and TAB_ONLY flag.
        
        Change-Id: Idcb8be8882db8f487ba9bda2ae8947ccd9d99712
        Reviewed-on: https://gerrit.libreoffice.org/462
        Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
        Tested-by: Thomas Arnhold <thomas@arnhold.org>

2012-08-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [56dde463a1b6c4b6ae7424070f3f0e00644965dc]

        Removing a non-virtual destructor.
        
        Change-Id: I1be79ef0e6b7d0626d057a6d52950301ea4dd169

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ace165680f07a118e0d5dcea3fc844fbdd3c6b23]

        We assume that this uno interface exists. No need to check it.
        
        Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [198ccdf00ee2d9defa1114c4aba6ddcf83418237]

        New unit test for pivot table's case insensitive string comparison.
        
        Change-Id: I31ddd3eedc5a93103ae7efd7ce8698e4dc247937

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1afd1e5ca8872253c491af76c70397fb9e00f900]

        fdo#53929: Pivot table uses case insensitive string comparison.
        
        Change-Id: I65fa22ceeba37a15b70fe41b1dee26f1dde7d759

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [44dcb37bf9339611559743f35a93dd674227b357]

        Abstract database connection from pivot cache to hide UNO API.
        
        This is the first step toward unit-testing the initialization
        code from the database source.
        
        Change-Id: I1a7882ba443fd71d4210fb2e2caa195fb71dab92

2012-08-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [585b3ebea4312dbfa86ad9f4a72f0014fe2eacec]

        Remove extended initializer list -- use memset for BDADDR_ANY.
        
        Change-Id: Iea10ffdf6443a33c3dd6106b69c126945763b778

2012-08-22  Tim Retout  <tim@retout.co.uk>  [04fd2bf36e7100132f1ee555d9c84640baf1747b]

        installer: Remove unused -javalanguage command-line option.
        
        Change-Id: Ia6f52713dd3cf5ab7d5716c7b6a6f5c1440ed323

2012-08-22  Tim Retout  <tim@retout.co.uk>  [46a977081c6f1886f8fff8457c85e6d426dcc20f]

        installer: Use hashref for replace_all_ziplistvariables_in_rtffile
        
        Also rewrite implementation of installer::scpzipfiles variable
        replacement functions, and add test case.
        
        Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8

2012-08-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [89303460e906c2de0e424d8d44095a084565e379]

        Get rid of my no longer needed fprintfs.
        
        Change-Id: Ic4878cb8c25e7a361d293968037430f7f956ddc1

2012-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [091c1b6fc5cb6b3c87c8e3c0fdec1f6974da10cf]

        more old module-description xml files
        
        Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220

2012-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [8c49149d32bed916fb840eb3e61dfce0648c830d]

        remove unused module-description xml files
        
        Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3

2012-08-22  Michael Stahl  <mstahl@redhat.com>  [45be3ac8151d63ccb61879f876696704542a4ce7]

        fdo#51514: SwXBookmarks: only consider real bookmarks:
        
        Since CWS swrefactormarks2 the SwXBookmarks collection handles not only
        bookmarks but at least cross-ref marks as well, which then bother users
        when they show up in the Insert->Hyperlink dialog; remove non-bookmarks
        again.
        (regression from df6d312ca537402463e4eb0530f22b956600fc02)
        
        Change-Id: I6a64ba8a43468dd3ce1569e944371d3ef71f8824

2012-08-22  Michael Stahl  <mstahl@redhat.com>  [c47505a4525c342694ba4196544715467c2bdb8e]

        SwTokenWindow::InsertAtSelection: fix STL assertion:
        
         error: attempt to copy-construct an iterator from a singular iterator.
        (regression from 39b8a5f87f55abe53488c9c3c35b65fb0df84cde)
        
        Change-Id: Iab29f4c356ea1cb5ca0f687bcfc5e54f185fbba3

2012-08-22  Dave Richards  <flbeachlf@gmail.com>  [2cf1aac49bfcb986e1a87d4992c8e132ec9ba729]

        	fpicker/source/office/iodlg.src.original
        
        	fpicker/source/office/iodlg.src.original
        
        	fpicker/source/office/iodlg.src.original
        
        Change-Id: I5b2bf2a3900a729581d184931efdc98f39067813
        Reviewed-on: https://gerrit.libreoffice.org/457
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-22  Andras Timar  <atimar@suse.com>  [055751056187b2e15a7bfee84000c86b91c75d1e]

        fdo#51911 add Moldovan (ro-MD) to language selection list
        
        Change-Id: I916097048b6c8767745bcdd56430d5d2cc832e71

2012-08-22  Zolnai Tamás  <zolniatamas@caesar.elte.hu>  [678581c48351572620846390b37a156833b1bb7e]

        Some cleanup for better localization
        
        First: localization tool can not recognize id because
        of empty line between id and its definition
        Second: same problem because of comment between type and id
        
        Change-Id: If42af406fab252ccae0a6bbc478bab8130210b21

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [88979ef6ffe7921200311513d6601f9c5d582a42]

        Don't clear the database data cache here.
        
        This would result in the pivot cache being refreshed twice.  This block
        of code was a leftover from the previous, non-cached version of pivot
        table, and this logic no longer applies today.
        
        In today's pivot table code, the cache gets refreshed first, then the
        table gets refreshed afterward.  We should never clear the cache data
        during table refresh.
        
        Change-Id: Ida6fa1805463facf842cb9ea94f4c1afab716595

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f4ed9a5adbea3de88870ff4f5cb202bd606e0746]

        fdo#53640: Correctly cache source data coming from database backend.
        
        It was due to a simple misplacement of nRow = 0.  Each record was
        labeled row 0.  No wonder it screws up the result badly.
        
        Change-Id: Ia94f42a62f98a9bd7c9d34df3606351bb487931b

2012-08-22  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1db66c2a1a8ad5a60c68b09ddacc1bb6e021299f]

        Bluetooth connection working (Linux).
        
        Change-Id: Iac77c3ce0ab0ea7bda3105c58859888e55e64d2d

2012-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [9d73597289be9049e8300ff92980fdffbe4d7040]

        another build integrating solution for android
        
        ..since it also needs stuff from postprocess.
        In qa/desktop/Makefile, images_tango.zip is used.
        If that's not needed, the module can be placed between postprocess
        and packimages for now.
        
        Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705

2012-08-22  Muhammad Haggag  <mhaggag@gmail.com>  [3ba107606682b5e675127483a514f0e6580ecfd1]

        fdo#53399 Word count is inconsistent and wrong with non-breaking space
        
        This change replaces lcl_IsSkippableWhitespace with a call to ICU's u_isspace, which covers all Unicode separators. It also updates and fixes one of the SwScanner unit tests.
        
        Bug details:
        SwScanner::NextWord skips whitespace before calling into ICU's BreakIterator. The function used to identify whitespace (lcl_IsSkippableWhitespace) doesn't cover the full category of Unicode separators (code [Zs], 18 in total. See: http://www.fileformat.info/info/unicode/category/Zs/index.htm).
        
        Since 0xA0 (no-break space) is not identified as whitespace and not skipped, we end up calling ICU starting at the position 0xA0, asking it to get us the boundary of the next word forward. ICU sees that it's called at the end of a word, and reverses the query direction to backward, and returns the word before. This causes NextWord to think we've hit the end of the string and call it a day, terminating word count for the rest of the line.
        
        Change-Id: I29c89ddb0b26e88da822501253898856b28e3fa5
        Reviewed-on: https://gerrit.libreoffice.org/453
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [daf23128482894e6efee21463c613bc857e15b5e]

        do not deliver these module-description xml files
        
        Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1
        Reviewed-on: https://gerrit.libreoffice.org/454
        Reviewed-by: Andras Timar <atimar@suse.com>
        Tested-by: Andras Timar <atimar@suse.com>

2012-08-22  Bence Babati  <b.baabsi@gmail.com>  [d9eec8f0f0b4ff397dedbfc2041c79c45af4d4a1]

        embed extension's help tree into main help tree
        
        Change-Id: Iddb3c542f50078b13c7d420b528aa704a5cb0767

2012-08-22  Ricardo Montania  <ricardo@linuxafundo.com.br>  [e47fe5cc409b4df2ee3ae58ecf911c1e155bf2e7]

        Change rtl::OUString to OUString
        
        My first commit. Any problem, question, warnings, please tell me.
        
        Change-Id: Ibb02fe15776f3ffe74ddb9488c63a45c447bb493

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [438f5023c3f22b521974c6a1bb4d53b59255b724]

        Pining for the fjords
        
        Change-Id: If0915cfc755031d2cb6a6e822f5682bb7ced71ad

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [63088cd934881128d2928faae5486476af55db14]

        New attempt to have the "android" module built at a suitable time
        
        Yes, I know that eventually what now is known as "tail_build" will be
        all there is left. So by that time, by definition nothing can be built
        "after tail_build". Will have to handle that then.
        
        Change-Id: I47d228ca7156520db10630861ce52b015a7a169c

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [a6f73e53b640b311564c5a1843b1c2df574bdd43]

        Depend on the tail_end module instead
        
        Change-Id: Icc0c17c66c6e5e2166a34e232acb69c0b434a44c

2012-08-22  Caolán McNamara  <caolanm@redhat.com>  [4f177fbbab1619b9a2f9afa04d882c5fd415fcc0]

        Resolves: rhbz#841092 don't crash on empty portions (a11y?)
        
        Change-Id: Ibd08fa09370580bff12f19f867219098f0d4980e

2012-08-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [45b03c888042052a47cb79bc5a2837d04e115c5e]

        fdo#52451: Some name changes to be consistent with other prop names.
        
        We use IMPORT EXPORT flags, so let's stick with the term 'Export' as
        opposed to 'FileSave'.  Also, the file type's extensions are given
        without the star-dot (*.), so let's strip that as well.
        
        Change-Id: Ibde05058f7acb6ae149382009e78f3f10a71d543

2012-08-22  Caolán McNamara  <caolanm@redhat.com>  [c29af1572ad15ac5199a09e5812fb8354c165329]

        Resolves: rhbz#842292 crash in calling callback whose instance was deleted
        
        Change-Id: I4cc04d59f48b42cc105703daa9983dd7c9f7af62

2012-08-22  Stephan Bergmann  <sbergman@redhat.com>  [6fb127a62e8f6f55b41eb75e5f7c20339886e021]

        Replace use_internal_api with use_udk_api etc. where appropriate
        
        Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1

2012-08-22  Miklos Vajna  <vmiklos@suse.cz>  [f9fa180e42453b95b75d97dc8e50eab7e38c7464]

        logerrit: --code-review=2 in review implies --submit
        
        Change-Id: Ibd21dfdb76536ea0e0a71791a91ec87e31d49960

2012-08-22  Eike Rathke  <erack@redhat.com>  [28f04b0aa2239d2e1a38f5923b941ce6b0c3270f]

        restore executable permission
        
        was lost with 2c47c9989e308ddef22066607795eb3feef9f76b
        
        Change-Id: Iee6f2caa2e934ed998c186e12a3f8b433fb64574

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [b34b7c93bd35e63fedf280e93a714511fdf436b2]

        flock is not portable, so use different approach
        
        Change-Id: I4a864ddd3681101c8c5d0943d2761ac85bf4161f

2012-08-22  Miklos Vajna  <vmiklos@suse.cz>  [0e3510d14e46b0986a58a1aaffadbf6e42261abd]

        oox: fix doxygen errors in ole headers
        
        Change-Id: Iae78fa7487e2646b1ba61101c5e39d304388a5c6

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [9bf0c91a7d671e0a7d097a7128bdf30c27c25a44]

        Untabify where appropriate
        
        Change-Id: I0af786208356493928129406fd7d03f0912834f3

2012-08-22  Tor Lillqvist  <tml@iki.fi>  [e2a7989765fcf5fe26ea66c83ecff4a827b0e9d3]

        Build also the DocumentLoader test Android app with gbuild
        
        Serialize the Ant cleaning and building of android/abs-lib so that one
        Ant is not cleaning it while another is building something that
        depends on it.
        
        Change-Id: I22fde47bf84208fa129b8f6a65a2314c885451a0

2012-08-22  Caolán McNamara  <caolanm@redhat.com>  [7887a4e0adb0d60e6b013808dc27eccddd1c0324]

        Resolves: rhbz#846775 Clipboard must be disposed before Selection
        
        Change-Id: I968bc6da85cd444d504b08f85300a1fe251cdeee

2012-08-22  Caolán McNamara  <caolanm@redhat.com>  [78b2d4d00dfaebb42417a527e01a33ef24e34b7b]

        callcatcher: update list
        
        Change-Id: Id297f32de5fba9d17fec89d2f8ea21c5d1a2a4bc

2012-08-22  Michael Stahl  <mstahl@redhat.com>  [01089138cc76f5717244bd04f25a868602aeaab6]

        fdo#53888: svx: fix dependencies:
        
        It appears that since cd0046bca0691fdca45a030903b7cde3bfee544c,
        2 tinderboxes fail on including the generated sqlbison.hxx;
        it turns out one of the inclusions of that in svx is unnecessary and the
        other is used to call a virtual function, which can apparently be done
        without linking; just link svx to dbtools anyway, that should fix the
        build.
        
        Change-Id: I7f7b1c4e9561c4dd2b820b173d05bdd5d4c6ba6d

2012-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [407509c058c44182859e90a89a6ddb2b28edc053]

        sal_Bool to bool
        
        Change-Id: I75dd089b34c94831bfdfd0e02585af7609013a08

2012-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [0c89907c8310db8c66a16efac05f0d749a4d1d15]

        Remove dead code
        
        Change-Id: Ib5e794495b542ed96b5424d1aec38c4dd60ae182

2012-08-22  Takeshi Abe  <tabe@fixedpoint.jp>  [1fd7816b7125f4a7a7c3015bd76fee590aff3a16]

        Remove unused function
        
        Change-Id: I1888bb21ad55f919a25a96b5c8090d1194be51de

2012-08-22  Stephan Bergmann  <sbergman@redhat.com>  [4f9e522bef181e64f2ed0e0874202a6246d23608]

        Use typedef instead of trivial inheritance
        
        Change-Id: I66155e362d5f44f9be8114099c46473ac846340c

2012-08-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [9a20a1e1a96be6c5d79a9f19a536089a85960f3d]

        tolerate pkg-config on MacOSX when building mozilla, and allow to overide
        
        Change-Id: Ia1c47ccda6c1fd94e8f4b1b6e6c1650abf791c74

2012-08-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf415295e71c5fa95d2ac3b2963ad20f96891acc]

        cosmetic: consistant configure message related to Mozilla
        
        Change-Id: I589bd95e0cb9b2bf534f76ebcb4f6bd28edf5370

2012-08-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [65335b13da74f4f350ba52493b0919a62d1a5bca]

        restore printing a summary of the imprtant warnings at the end of autogen
        
        Change-Id: Ie0e257d0b2cf961dfe5907e7af7ffa8795be62f7

2012-08-22  Stephan Bergmann  <sbergman@redhat.com>  [27c7682e5e5859eb353443d6091143694a56bee8]

        fdo#46249: UCBContentHelper::GetTitle must not fail for void property
        
        This was a regression introduced with 2af9040d38af7c7353855415dbea0134585058f3
        "Cleaned up utl::UCBContentHelper."  GetSize exhibited the same problem and has
        also been fixed.  IsYounger exhibits a similar problem, but has not been
        addressed, as it is unclear what to return in case no dates can be compared; it
        is only used in one place (handling SID_EDITDOC in
        SfxViewFrame::ExecReload_Impl, sfx2/source/view/viewfrm.cxx) where, it appears,
        only contents for which DateModified /does/ yield a non-void value are relevant.
        
        Change-Id: Iff9f5e1ed6f45eede117713d64a265b98f6862b1

2012-08-22  Peter Foley  <pefoley2@verizon.net>  [b6e1a001df60cc3f606d3f7fc361367feb13edaf]

        fix StackOverflowException in climaker
        
        Change-Id: I640eddb4496d295d3cea9f45875b415d419060f4
        Reviewed-on: https://gerrit.libreoffice.org/448
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-08-22  Peter Foley  <pefoley2@verizon.net>  [6fa1a74ec4bb5820d1638ff3b872476f8652efe0]

        convert climaker to new syntax
        
        Change-Id: Ic8b202c339806e4cf4dc621a4730593724175fca
        Reviewed-on: https://gerrit.libreoffice.org/447
        Reviewed-by: Tor Lillqvist <tml@iki.fi>
        Tested-by: Tor Lillqvist <tml@iki.fi>

2012-08-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [84d1ff7be178ec3572710e092e85fe548ce3042b]

        fdo#52451: Use .txt extension for these guys too.
        
        Change-Id: Ib5b405e147933f506aeadd69f90a9a8de99777dd

2012-08-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ba03f2dc817c692fa8709391ec83d8e01a0f8b28]

        fdo#52451: Ensure that the extension for text is .txt from writer.
        
        Added a preferred extension property to the filter which overwrites
        one(s) given by the default file format type associated with it.
        
        Normally this property is not used for the majority of the filters,
        but for plain text filters, we need to use .txt when saving from
        writer whereas we do .csv from calc.
        
        Change-Id: I3453ad084e4379e5cc1101daeb9d2c3ddd919e92

2012-08-22  Michael Stahl  <mstahl@redhat.com>  [601bfe2ce3113719b2f8edaba2ccb6b630051a9a]

        fdo#51777: add a hack for 1 twip DOUBLE borders:
        
        Arguably such annoyingly thin double borders don't make much sense
        anyway, because they're essentially 2 hairlines with ~no space between,
        but unfortunately older LO versions are able to create them;
        since the refactoring in 2d045cdb69176b280812dda0b813371cf1ac72e2,
        which changed the BorderWidthImpl::Get* methods to return 0 due to
        rounding, they were ignored at least in the HTML import, which is a
        regression.
        So add a special purpose hack that essentially rounds up the first line
        to 1 but not the other lines so the visual result is a hairline single
        border.
        
        Change-Id: I20ac4675bcf67ea58a6931a40bff3605390e9c0d

2012-08-22  Michael Stahl  <mstahl@redhat.com>  [cd0046bca0691fdca45a030903b7cde3bfee544c]

        fdo#53888: fix YaccTarget/LexTarget dependencies:
        
        These cannot be order only because if the source file is changed the
        generated cxx file has to be recompiled as well.
        
        Change-Id: I6c1d8e2d90d98a80ce747f8cd1d118e0a83ed379

2012-08-21  Tim Retout  <tim@retout.co.uk>  [817bd92904d3dbbbb11ba08be3d5c7b56cc2314a]

        installer: Move make_installer.pl logic into new installer.pm
        
        Change-Id: I49709c51ede03dcbecbd4f4feb89a1f735d967e0

2012-08-21  Tim Retout  <tim@retout.co.uk>  [c2e7add01b814fb460abbec190cd452f39845ab5]

        installer: Remove unused remove_scpactions_without_name
        
        Change-Id: I22e959adc5ee7a9901f812cadc7492fd229fbb15

2012-08-21  Tim Retout  <tim@retout.co.uk>  [e91df3e723b0bb9367cbdc7afffbec5ed923e959]

        installer: Remove code handling unused ONLY_INSTALLED_PRODUCT flag.
        
        Change-Id: I68e36229e79f4a97d0e0e490a211cbe607825f56

2012-08-21  Tim Retout  <tim@retout.co.uk>  [e56c2adc9ca31117058323f78295eae620f4efbb]

        installer: Remove code handling unused DELETE_ONLY and NOT_IN_SUITE flags.
        
        Change-Id: I899beba64478d7309d5eccdb9a5ff9a02f0c3cad

2012-08-21  Tim Retout  <tim@retout.co.uk>  [fee50583ec3aac1b4738aeb57290d94e27bc4451]

        installer::worker: Remove unused GNU cp variables.
        
        Change-Id: I9b798ee769646428dab24837e4b85620472ad0ef

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [acf038dde9114a2e48d18e16511efdb85684d2f9]

        Mac OS X --enable-mozilla does require pkg-config
        
        Change-Id: I304c615bda490879efb3532e5beb16b674d14bee

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3cadf6de64519da4ec11f16e048c05e4058a5ed6]

        Added bluez_bluetooth headers as a module.
        
        Change-Id: Id9f4e59b5c46c7bee3cf0b129f523d963c0407a6

2012-08-21  Felix Zhang  <fezhang@suse.com>  [f2b1841ae3f082921ea0db44a0e6d4d7b0d92041]

        n760019: removing problematic code that disrupts numbering level
        
        Change-Id: Idb997e672e4f997ad324bdb5d49ab7dae4a9e9e9

2012-08-21  Rafael Dominguez  <venccsralph@gmail.com>  [6f37f7f06b1b4810d0cee025a3502e3282c25986]

        setFontAttribute on TextLayouterDevice for templateview title.
        
        Change-Id: I963994f6c20995ea9d1037cadb6c17a43e8a28c9

2012-08-21  Michael Meeks  <michael.meeks@suse.com>  [1bdccc596a220bbb05997c73875987841d79c07c]

        revert accidental breakage of object anchoring

2012-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [e8409cbd7227849fe446661011c8bc73acdca319]

        fdo#53887 ConvertLikeToken(): make escape character properly escape itself
        
        Change-Id: Ic2b79e78f95e298a08794fa11f227d76152244f5

2012-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [cc430308c38d106618189357364454230ff574d6]

        Put functions exported by sqlbison.hxx into a .hxx file
        
        Change-Id: Ibf4fed39e4d36cb03d079cf55a12d4ec37a70f2b

2012-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [a598600a494b9fe9548a6cd909b453376ead0b04]

        fdo#46480 do not double-escape (e.g. date) literals as strings
        
        Change-Id: I50d3f1002468d41d5b5882de170699d44fe5223c

2012-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [7f424c407687da063994155fcf390a1a8afed979]

        m_nEndPos==m_nStartPos is OK: empty window (for example, empty table)
        
        Change-Id: I5525eb750dfbed282fea272de4a736e6c70e51a9

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [1316cfe8a72f7c7bc2f5ad7644a2d4c54b77fc8b]

        Typo
        
        Change-Id: I41fd1463b6432818ee36e7f90e920a5fd98c7106

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [df812bf9d5dc13788ec43710df9d0c052c418f11]

        Resurrect cppunit/ios.patch
        
        Change-Id: Ie39f608d807ffd8cfb670e69a165cf4dd1e50d49

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [2d59d6904c2c73d5645aa0861223f399ce077781]

        Link with liblcms2
        
        Change-Id: I8346d0d0b1543d45e45a24ae6ab76e856b26a1ba

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [a8cdce148c76c93c5d41820610d6e6ac175e03a7]

        fdo#53655: Ignore failure to remove directories (as happens on Windows XP)
        
        ...plus, add error codes to other failure's exception strings, just in case...
        
        Change-Id: Ic21c52e0ab52ed1752745e86bde214aee7c3c208

2012-08-21  Miklos Vajna  <vmiklos@suse.cz>  [fd99896fcd4826e5326fe01dd28f168cf1844fd4]

        n#775899 SwXText::convertToTextFrame fix for multi-paragraph tables
        
        The problem was that when we only had a table inside the frame, the
        DelFullPara() call removed the last paragraph of the first cell, and
        returned no error. Instead, check if we had to remove paragraphs both
        before and after, and if so, use the manual remove all the time.
        
        Change-Id: I9a3591ce9a92a2aca7d2f65b62fdf641f54e4f05

2012-08-21  Miklos Vajna  <vmiklos@suse.cz>  [edc4861a68e0269b83b17e0ec57912a1ce4220ad]

        n#775899 initial docx import of w:vertAnchor inside w:tblpPr
        
        Change-Id: I5c848a8d4c860a83d6729b8db40f744afad906d5

2012-08-21  Matteo Casalin  <matteo.casalin@gmx.com>  [25ef6ea63ac2d329b510e921d013f6382b280673]

        Really draw Calc tab-splitters
        
        Change-Id: I952729487eb5d1195bbdf53c2e981685cd0c7b62
        Reviewed-on: https://gerrit.libreoffice.org/350
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Eike Rathke <erack@redhat.com>

2012-08-21  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [affa362c8dcd8e9eada5dbf6967cd278565abf4e]

        fdo#47434 testcase
        
        Change-Id: Ib69fa1fff94b7a3403a45fb948ff9e7b1ebc4f0f

2012-08-21  Miklos Vajna  <vmiklos@suse.cz>  [12ce1c3a06e07f16fefe11fce9ae35c94ef657e7]

        n#775899 SwXText::convertToTextFrame fix removing fake paragraph
        
        In case the textrange contains a single table, the DelFullPara() call to
        remove the ending fake paragraph failed. When this happens, we now find
        the paragraph in question manually to delete it.
        
        Change-Id: I7055d4489192a8a694aef118f7646d8db87a64df

2012-08-21  Tor Lillqvist  <tlillqvist@suse.com>  [f4d996ceaa4d127b37868a47b302d466193a3cbc]

        Fix MSVC build
        
        Change-Id: I0cbfe470ccd8850d9bf5826324a5b66698a547da

2012-08-21  Takeshi Abe  <tabe@fixedpoint.jp>  [2efc59c9b6174e9b4b148a1c12dc8c5aac11865f]

        sal_Bool to bool
        
        Change-Id: I38141187c4f0809343a93c5765c0773d2321968a

2012-08-21  Takeshi Abe  <tabe@fixedpoint.jp>  [c2ead1e76ee63091bc00112e9b453b86487c2181]

        Remove unused function
        
        Change-Id: Ifd6ba71e0ab13f9ad0e86f3e770ae1a6ace336e1

2012-08-21  Tor Lillqvist  <tlillqvist@suse.com>  [683f8c2fa7050b788b06fd3fe0b4624e7b4befef]

        --enable-dbgutil doesn't cause -D_DEBUG any more
        
        Change-Id: Ibe0e22e384643b81698a426c2870be76c107d3d2

2012-08-21  Muthu Subramanian  <sumuthu@suse.com>  [309658bd85fd21daade42be1f1909d944a1e8c20]

        Reverting superfluous commit 36233b158b5de6c474f06c8c8772f0012b191baa
        
        w.r.t David Tardon's suggestion, table cell now always has
        textbody. commit: 772699ac1f2375c33f0819ebb127555d3178c4e5
        Hence reverting this.

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2f88fd3f94702edff29e212771d5d1922566aa94]

        Further style fixes + use Local BroadcastManager.
        
        Change-Id: I2af6acbcb27c6c8000e638ac5414fa1d89583b1c

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [8329163648555d5391eee4eab5e96652cfb2c40a]

        Argh, need the local.properties in abs-lib too, and also for ant clean
        
        Change-Id: Idfb3e5f6df28a278e7b20d5b990e38751d36af68

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [d4a392476ce7b64936bbca9d62a3c59322311f67]

        Clean first for reliability. Copy the apk so push_nightlies.sh finds it
        
        Change-Id: Ie14754deb796cc2a03e48b04b31983ddd26968cb

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [59f7c64d248149aad773761b73f27c91fbae2962]

        Add clean target
        
        Change-Id: Iacbca078aafd44f1da254b6c8ca5be1a2cb29a88

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fa3a32a8dad94378c46e98bc46ae5216959f7bdd]

        Fix losing communication service on screen rotation.
        
        Change-Id: I8ae72857ce65783fe79cd3b911b83b4c70deece6

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [15d272dfccc0e0f961fdcb190a322ad4a2e33432]

        We need the support library for "ActionBarSherlock"
        
        Change-Id: I211372dddc6c5b3d9f182d43fd3a89dcdff9fa22

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [7b2a6bd0cd68d25d2781c16793cac3c205a61982]

        API level 14 should be enough for this, too
        
        Change-Id: Id607f13b1e655e80f958da54506200ccc22c1720

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [fae45f59b85b46b01e6be7f35b7f60260d67e064]

        Add the android module to gbuild
        
        Just build the sdremote app for now. Note that this is a pure Java
        app with no dependencies on (native) code (or Java code, for that
        matter) from rest of LO.
        
        Probably should drop the separate android/sdremote/Makfile and just do
        what it does in android/CustomTarget_sdremote.mk instead.
        
        Adding other Android apps (well, the LibreOffice4Android one likely)
        to gbuild will require more complexity as they bundle native code, and
        thus should depend on other modules first having been built. If one
        wants to go really fancy, one could of course depend on the specific
        libraries (and other files) being bundled. Let's see...
        
        Change-Id: If10761479f348c4993eec40b7f8346edb77f0e0d

2012-08-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6a308e8451ba3c32b203824a229e0c68f8a32cca]

        Fixing error: \u0000 is not a valid universal character
        
        Change-Id: Idfc96e5f4b31cf54fdb9734b6e3cb87d3aabc786

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [e9febb63db2f62cd2b9505dfc4ceb3accc32aecb]

        Related fdo#46249: FileStatus can have fewer fields than requested
        
        Turns out 608fe962cc649ad62c489811d3a8666e0e06e5e7 "Let osl::FileStatus getters
        assert programming errors" was overly optimistic and misunderstood that
        osl_getFileStatus(..., nMask) /can/ return a FileStatus for which isValid(nMask)
        is false, esp. for stuff like file names and URLs of Windows drives and servers.
        That in turn leads to existing code now calling
        rtl::OUString(_aStatus.ustrFileName) etc. with null argument and crashing.
        
        Change-Id: Icd2168e209aa1c7a6df30cd954513d01034923db

2012-08-21  Brennan Vincent  <brennanv@email.arizona.edu>  [6a92b406b03e8bbce27fe314b6229644b9fc8b0e]

        Fix writerperfect ignoring newlines.
        
        Change-Id: Ib737a7d0ba833bcdc1e284890c62c9cf187d6b61

2012-08-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c3aa1cefdc6521d34a2a32c20bae1593e1edb5ba]

        Uploading libmspub-0.0.3 release (support for MS Pub 97 and 98)
        
        Change-Id: I6ead205a272f0167157304748d7daf8ffc9211c9

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e392440a2af0586638795570f17c57223177054f]

        Device name now based on bluetooth name, or hardware name.
        
        Change-Id: I0be93ff79d3dbd56bf847a081b310985c77e43f5

2012-08-21  Tor Lillqvist  <tml@iki.fi>  [9b71498d373408ae596371c0a0bf5aaf637cb593]

        Add a Makefile
        
        Note that sdremote does not use any LO native code, this Makefile does
        not need and has none of the related complexity, like those in
        ../experimental/*.
        
        Change-Id: Iaa9fb7f0b1a96af4283dc19a2ad125f37ba85411

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [09f1ff4f59a89b10d5475b7296351c1dd0f09633]

        Restyle and refactor clockbar to work with 2.3.
        
        Change-Id: I2101fd1ef41ac71f81875ba845250ce875a242b5

2012-08-21  Luboš Luňák  <l.lunak@suse.cz>  [95b26a37eec7800a337f4522c9235f6e6306de32]

        mingw doesn't know __uuidof
        
        Copied from fpicker/source/win32/filepicker/comptr.hxx, which
        otherwise seems to be the same file.
        
        Change-Id: I51ca96c1280e75f9318fcbc74997b2bf755fff95

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7af4168b4f1212de0270d043f7de7143ea671aff]

        Fixes to run on Android 2.3
        
        Change-Id: I5934264083a1cd7b33fdcd9869957c222825df60

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [e5441d69b05328159cb70b25931663612854a473]

        More LINUX-ism
        
        Change-Id: I7a396445a5244ff9683ca10c13c139646e313911

2012-08-21  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [78d15f219ea5570b1b08c1122ac0d9c0e1736b46]

        Emulator detection. Fix crash on bluetoothless devices.
        
        Change-Id: Ia4845940a83361cad1e824832dcad05019192705

2012-08-21  Stephan Bergmann  <sbergman@redhat.com>  [4cc09d0e0d8e0eaed36ffc9ae3baaa3fcfac30cb]

        stdint.h is not C++98
        
        ...and appears to be unused here, anyway.
        
        Change-Id: I8dc82b8b6a37b9762baf30a7bfa6e5ae2723eb0e

2012-08-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c1c2688912e769dfd7654e11e87dae380a8ce1eb]

        fdo#53175: Fixed the end of hyperlinks
        
        This fixes the end of hyperlinks appearing after field ends (while the
        start of hyperlink is after field start too).
        
        Change-Id: If21b8973baaca183e0103e3a70ed98b99aa59392

2012-08-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a873be622198c8a9ac59452e64d919d363e32d72]

        template manager: setFontAttribute on TextLayouterDevice is needed
        
        or you could have some weird values initialised much earlier (remember,
        that TextLayouterDevice shares its device)
        
        Change-Id: Ia8e44e578dc1bff6bdc97a3007db51e20692593d

2012-08-21  Rafael Dominguez  <venccsralph@gmail.com>  [21a4d3cafa0f959613991b0b6777c58557ec56c1]

        Remove unused attributes from ThumbnailView class.
        
        Change-Id: I4cb95d4f2f11eed332067e332bd9dfd95d119ce9

2012-08-21  Matúš Kukan  <matus.kukan@gmail.com>  [9e04ae0b7d86895420634e442a09feb366340393]

        add more runtime deps on resource files for unit-tests
        
        Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f

2012-08-20  Noel Grandin  <noel@peralex.com>  [8bfe47960f60e1dc2e6bcf0f3c3f7e43dfd3fc0b]

        Java5 updates - convert to generics
        
        Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd

2012-08-20  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [f906ac27761332580b769f5f90d1f6bbd7f93701]

        Use PassWord property in impdialog.src for certificate Edit widget.
        
        Change-Id: I597de8efa8838b35597a401c27e1eb709fd8ef31

2012-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [aa460e5731e94d00cf0776c10ab86013d334ae16]

        tubes: update README
        
        Change-Id: Iab26aa96301851ace6244688a38bbb99630afd73

2012-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [2bb73133df604f44dfe7904c42bbc37827f3fd4c]

        tubes: add few more comments
        
        Change-Id: I263443d341805583f8ecedf0da738b75249b5d97

2012-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [24209be305acc24a0432bcda21a8919a309ac9ea]

        tubes: fix indentation and scope of variables
        
        Change-Id: Ibd0b000d2a8f216e0eb202f7fa7795903e5e18e8

2012-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [466edaa9fb54f7f976c176635fb836f7cd85b456]

        tubes: move getContacts() to TeleManager where it belongs, I believe
        
        Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54

2012-08-20  Noel Grandin  <noel@peralex.com>  [f72ff01dd3af4dab11b6e8b9a2910553e802e2fe]

        Remove dead java code, fields and local variables
        
        Change-Id: If777dcb0e0142229df737c2f1e3e6ecb61f64168

2012-08-20  Noel Grandin  <noel@peralex.com>  [fa4966a15c02c435534662b51f45cac51728640d]

        Remove dead java code
        
        Change-Id: I9a86978c4b4da058ddc44a7e79635e232ff6c870

2012-08-20  Noel Grandin  <noel@peralex.com>  [08181e1c3e0df6556f4ec8732180630a780738f0]

        Remove dead java code, fields and local variables
        
        Change-Id: Iac80b047d990fddd3b78366843afdff77620cd7f

2012-08-20  Noel Grandin  <noel@peralex.com>  [43c1aefd2dd5b25e1ff2cf4bf689427693a0bda1]

        fix dead assignment in setRowStyle
        
        Change-Id: I2efa34e6374bb77f1277cbea6a2293698dbbe338

2012-08-20  Noel Grandin  <noel@peralex.com>  [92090e32dc09a9ceab75e5e78ac8c6b45ac61d0a]

        Java update - remove dead code
        
        Change-Id: Ieafe29dd9e23bb40a2a80bd231c21e30faa9a40e

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [34322a1360dd6e10df4212a9fa7d050abcb64dbf]

        More ABS migration.
        
        Change-Id: If56d5c7f8c28248215cf558b03eabe1f5b4569ff

2012-08-20  Luboš Luňák  <l.lunak@suse.cz>  [da9871c3ce2d7ca4efbc40c2d55d08c6b13834cc]

        do not make Qt3 moc mix KDE3 and TDE slots
        
        Qt3 moc does not understand #ifdef, so filter out unwanted stuff for it.

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2e44e8134b077032341849886e2aad465cee1fd9]

        Fixed formatting of Network Servers in selection screen.
        
        Change-Id: Ia2e0612588b1bad4971b73852f9cbededb233c7e

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [92aab43c80cac484b5db2467b35132c55792736d]

        Include winsock2 instead of winsock for discovery.
        
        Change-Id: I86aa527fe913ec6fc1ca566e083eadd64b4db2a5

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [e9f3727313ee523fa0da802fa3fedb0ad6b8f20f]

        Don't be shy
        
        Change-Id: I806dcac11667abfd89a3202ed56e6370e18e185d

2012-08-20  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [5b985dcf72d31cee191711f879675ec9affa2f76]

        fdo#47674 Save setting for Import Ascii Text Dlg
        
        Caption of Dlg is missing Filename for import of CSV
        
        Change-Id: Ia7202229e012008d1dd4ec6f7df0457d19e92a6c

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [18ac29d515af36ae4240d5d48dfa7814cfd8d075]

        No jvmaccess for iOS
        
        Change-Id: Ifc83795c84cc82832a185317d4aa3554419e31e3

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [ac0d668a407cc441dacc7d9a9edb70aff555a518]

        Skip DISABLE_DBCONNECTIVITY attempts for now
        
        Change-Id: I3d454d10aee05ce5b4bfd8ea0852bbc751933058

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [616b6211b7c5165620d7b80467d1d02688d09a0d]

        No libi18npaperlo any more
        
        Change-Id: I544a352fe0e43140d1bae62a95bf383c1432a076

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [69cf7d51c971f95df409b72b0695231a22037878]

        Just look at $(CC) to find out which arch the tree is for
        
        Change-Id: I0af01be14f992a4842d174f06815e65895f0ee69

2012-08-20  Stephan Bergmann  <sbergman@redhat.com>  [e642eec333b9a80b04a9c19290d959de1f0ae5ff]

        fdo#53252: _toupper is unreliable
        
        <http://msdn.microsoft.com/en-us/library/45119yx3%28v=vs.80%29.aspx> "toupper,
        _toupper, towupper, _toupper_l, _towupper_l: Visual Studio 2005" states: "In
        order for toupper to give the expected results, __isascii and isupper must both
        return nonzero."  But a community comment clarifies: "This is incorrect, and
        should refer to '_toupper' (the macro form), not 'toupper'."  (Which makes
        sense, as otherwise toupper would violate the C Standard.)
        
        And indeed, at least for some LO built against MSVC 2008 Express on Windows 7,
        _toupper('C') = '#' is broken, while toupper('C') = 'C' is good.  (And the
        unexpected '#' then causes all sorts of errors in the code.)
        
        Change-Id: Iddaddcaf0cc3ffb30e55b0f410a6cfe9118accc8

2012-08-20  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [74ae4c44627068192eb0bda6c22367dd33cb0316]

        Use Thunderbird-like certificate selection GUI in pdf signing.
        
        Change-Id: Ibe834f1aecc60ba09a2c19d75b094881b82c248a
        Reviewed-on: https://gerrit.libreoffice.org/431
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>
        Tested-by: Jan Holesovsky <kendy@suse.cz>

2012-08-20  Eike Rathke  <erack@redhat.com>  [b44a402d5a05dd32aa2e1ab80c9ea75b560dc3b9]

        resolved fdo#53325 CSV space delimiter and quoted field
        
        CSV import didn't recognize end of field if a field was quoted and the
        delimiter was space.
        
        Change-Id: I46de608d545011437fe8a298854c134d6cf54b6b

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [c767178bd30e2a9430ff9140e0f2fcac5d2a5a10]

        Fix compilation in the (experimental) DISABLE_DBCONNECTIVITY case
        
        Change-Id: I392b0203e0850a57eb3e1dfdaf21eafed838129b

2012-08-20  Jan Holesovsky  <kendy@suse.cz>  [aa6808ba1163b22ce31d205eedb8f8718eeb7263]

        Update ./g --set-push-user to work with gerrit.
        
        Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49

2012-08-20  Noel Grandin  <noel@peralex.com>  [38d0e9014bb36f2777841da9497a684017c676f8]

        Java update - clean up some more @see and @link tags
        
        Change-Id: Ib6f3af37906583af376687962b758d348431585f

2012-08-20  Noel Grandin  <noel@peralex.com>  [bf542dfdba7ec0996bf3a635ea87aeff176d0dc0]

        Java update - cleanup javadoc @see tags
        
        Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc

2012-08-20  Noel Grandin  <noel@peralex.com>  [360f566cf91b2b78a39512ce0f87f5375f7e0479]

        Java update - fix a bunch of javadoc warnings in @param tags
        
        Change-Id: Ibaccfd0312ab6697d8c9887367ea664163767587

2012-08-20  Noel Grandin  <noel@peralex.com>  [f6a62d9e4106f36aff899c847d63e3198532796e]

        Java update - fix various javadoc issues
        
        Along the way, remove some javadoc comments that are completely incorrect.
        
        Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755

2012-08-20  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [af4ca5a8c6e2848cb855a15986d5c4c9991140bf]

        Fix TDE VCL interface
        
        Change-Id: Ifd28ab758ba8be89a57c152d3fb9d361715bb33f

2012-08-20  Caolán McNamara  <caolanm@redhat.com>  [5eac8941849c30b454f8a1e74a232cd995fc57d3]

        PreInit and MemoryError can be removed from core
        
        The logic of 8fb5a686f40eadd2bdd9519fc65f23cc29ec3163 in binfilter
        appears to hold for core as well
        
        Change-Id: I73cd47586c4c83858f9eca92e019ad0108b514e0

2012-08-20  Caolán McNamara  <caolanm@redhat.com>  [b972e05976e50c94e700800bbc78b54186c3b9f5]

        more shadow warnings at highest debugging levels
        
        Change-Id: Iad5dd52961be6ef82836ccb5e9c12ab6bb3c034d

2012-08-20  Caolán McNamara  <caolanm@redhat.com>  [350b031df03a2753fecc649f528e9c2f3b6d4233]

        callcatcher: remove some of the slightly trickier unused methods
        
        Change-Id: Ief164c980f3a92316e1f47cb50bdf243155b6dd9

2012-08-20  Radek Doulik  <rodo@novell.com>  [b65b4160bfae737d3bc435f23d551bef65e02f81]

        fill whole polypolygon at once, so that fill rule is applied correctly
        
          - fixes rest of n#759172
        
        Change-Id: I6c2694bf8276337b7d1fa54a12867bfc2b658a23

2012-08-20  Michael Stahl  <mstahl@redhat.com>  [8c482683edf6aee17d4718150158293461b88b3b]

        configure: fix S390X CPUNAME:
        
        The value was changed to S390x, presumably by accident, breaking the
        build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272).
        
        Change-Id: Icca90818c6363855437a273714a8317becdfd0e5

2012-08-20  Michael Stahl  <mstahl@redhat.com>  [139cbd048133321aebc3cd33d7be86597d468666]

        SwXTextTable::setPropertyValue: de-dent
        
        Change-Id: Icad5dfcf8b9962623ac9f8954672a50a232bb9be

2012-08-20  Michael Stahl  <mstahl@redhat.com>  [08ab21f27f73ec9d6a8cd829a6ffbc6ceb9550e0]

        SwXTextTable: add "TableBorder2" property
        
        This new property is necessary because the old TableBorder cannot be
        extended to contain the BorderLine2 structs without breaking
        compatibility.
        
        Change-Id: I5e22782256b29224225a9d74c818b2c47fee8526

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [e607f5f651b14fa779a9800865afba2758286a4b]

        More deps for Android
        
        Change-Id: Ifc99e894885ed835c3205c3eea708a07273b52b3

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [d9b506e9e3ae3834c85a0eaf92128bc12095e62f]

        Put a few (GNU/)Linuxisms inside ifdefs
        
        Change-Id: I391edae66298810583c3ac4029cadd182af39ff2

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [0198ba86855809d07547de5e96ba4aa48233d81c]

        Use graphite only if ENABLE_GRAPHITE
        
        Change-Id: I4e3274c43e34f6b28277ac75f96ae8c146e94c40

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [661b032902147a81f7557afac759880e7dadec11]

        Prevent deadlock on pairing.
        
        Change-Id: I1c746861e1e5c6625e03f4761ecf2fd641fcf071

2012-08-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [516c4f2a7f0af06f7e6301128df9885599128291]

        Revert "fdo#53175: docx export, close hyperlinks before fields"
        
        This reverts commit 82c46f1877c65042ac976312267c14bf0e5847f4 as it breaks
        a unit test. Needs to find a better fix.

2012-08-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b95d203bc17c83ec0fe5139f519d53ed1d842d3a]

        fdo#53175: Don't load the default values of the styles in writerfilter
        
        ...or we may have some additional properties set on some styles.
        
        Change-Id: I5a5d307931a2a6c1f25bd2da93381d8de65c2480

2012-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [4967a9d8f96987354b8b55d861e2e3f6fa93e7a4]

        libmerged: add fsstorage, svl, sot, vcl
        
        Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [95ebf4e3b3702d5820ba4bbea3ff5eae5e12fe62]

        Bluetooth discovery and attempts at communication.
        
        Change-Id: I88e261b7d0f830f67166d4eaf592298015b1c5ae

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [64792f61a1c67d6cd447d3a0d44188339efdd467]

        Don't fake --with-system-nss any more, autodetect build platform toolchain
        
        Change-Id: I5699577ff5a754da079ca3acefd6d9a545154d44

2012-08-20  Rene Engelhard  <rene@debian.org>  [410b6f01f07f8f1a84f2118c71735cdbb5331d5f]

        concat-deps.c: add || defined (__FreeBSD_kernel__) for arch-specifics
        
        Change-Id: Ie321ada6d2c078881fdedc61d72c94034297fea3

2012-08-20  Tor Lillqvist  <tml@iki.fi>  [ff8681a3b0214f25be70505c22fcb958a5c07ce8]

        Add the fileacc library
        
        Change-Id: Id6ef637ac0fec76ecea6be7aef6bbfc92a7f05ec

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3c4e6de591e6bfef165f16bf67dfb049f4a017ba]

        Further ABS/Android 2 related compatibility fixes.
        
        Change-Id: I1689cb26253581ba595e67df47b3d6220d751dad

2012-08-20  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2ce7d7bb3f99ec282090c09c45b099b957f0a939]

        Fixed listing of multiple servers in Selection Activity.
        
        Change-Id: Ic60a132b352438870db966de7c25cce9ff51721d

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [6b697baf5bbfede880e1564111aa92503e4f3102]

        Ask user if it wants to overwrite a template
        
        Change-Id: I4e0aa8938ebd197b4b77767b9930a389569ba98d

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [c0667d15539c0834ef69dda2267ba29084958658]

        Ask user if it wants to delete selected folder.
        
        Change-Id: If878c2a8ffab4c392df9a5171aa206bd23f4cfca

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [6bd26237fddf4aeef091204c7ab52b8b6df90bbc]

        Hide template export option for remote repositories.
        
        Change-Id: I065e6bb271d4fb646feaaf99a211fedff7edc83c

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [e2075f36c27bd3e681c218143d3eb36631ac2e3e]

        Remove unused functions.
        
        Change-Id: Ie02db475949809254bfb941b6acbf1c887bfd8e5

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [1f288cbceda3ebdda719c6f276d249f9333e7b9d]

        Filter overlay with the last selected filter.
        
        Change-Id: I85a7c8837d69e1fc57c03f89f57d78327cd8f9bc

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [bd4f4acd998fae07695a82ae26bfea19a4adfae0]

        Set correct scrollbar size depending on the item count of the view.
        
        Change-Id: Ic659f8c3616f43d0e4dd5b4fcc6ec02474c36818

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [709a6c1541e53f19a742048ef34ac06b5e7df251]

        Fix filtering items in thumbnailview when painting.
        
        Change-Id: I2ec3f6d93246b690a5c28305b3173143b53dab35

2012-08-20  Rafael Dominguez  <venccsralph@gmail.com>  [f681ec232ece0ca46c2ab1b6b5e4670d553cfb3a]

        Disable opening a template while in save mode.
        
        Change-Id: If63cc2f6e2c46a54fd6f380f4f218c10427befe3
        Reviewed-on: https://gerrit.libreoffice.org/432
        Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
        Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>

2012-08-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [82c46f1877c65042ac976312267c14bf0e5847f4]

        fdo#53175: docx export, close hyperlinks before fields
        
        Change-Id: Ic723149675c3fe2fca08c4ec095d14c5a39f4a8f

2012-08-20  Takeshi Abe  <tabe@fixedpoint.jp>  [a8647dd0301c179b25aa819d3479e04ea672fd8f]

        sal_Bool to bool
        
        Change-Id: I427e9bb30cab4698a2495de7445a4a4982abd7b4

2012-08-19  Tim Retout  <tim@retout.co.uk>  [32dafb7494ec3b7023c5f71ec1d921c1c7e074c2]

        installer::control: Put back changing of $local_pathseparator on cygwin.
        
        Change-Id: Ia4fdbe027eb09e297c3d8abbd5817ff062722874

2012-08-19  Philipp Riemer  <ruderphilipp@gmail.com>  [17d4bb38fad453cc56a93f8cb9f389ed6ee03af8]

        cleanup files in tools/source
        
        This is a follow-up patch of 7710faa45640d25a83136a35044aafdb1b168d88.
        
        Change-Id: I1f54cbe5c3170e9a79e11e9b9c1da3791419a4ba

2012-08-19  Oliver Günther  <mail@oliverguenther.de>  [9cadf9bdf3c9210d9b79eaaed32282d6b7bf9e12]

        fdo#39468: Translated German comments in core/tools/source
        
        Change-Id: I28ec097a70a8d71312d9e8382c3cf71a1eabde88

2012-08-19  Tim Retout  <tim@retout.co.uk>  [c55a340a992199c5eb2d8b9cbe2fea539c6f83aa]

        installer: Replace remove_empty_directory with rmdir.
        
        Change-Id: Ief3248e0b591a9216ac243fca38904366bab6391

2012-08-19  Tim Retout  <tim@retout.co.uk>  [fa98546caa64ff830c5fa91bc603f2685e99c64f]

        installer: Some cleanup of packages loop and unused globals.
        
        Change-Id: I219247cacc9924eed33d0aeb85097dbbe73697d0

2012-08-19  Takeshi Abe  <tabe@fixedpoint.jp>  [38f3fe04324f68af67478f2f582129513c6c567e]

        sal_Bool to bool
        
        Change-Id: I6206ee7e17e12388ea644123e180842df3e3a7ee

2012-08-19  David Tardon  <dtardon@redhat.com>  [ef1fabb29d8b38da11c75384cec8979bfbc2dca4]

        fix mangled comments breaking build
        
        Change-Id: I4684ba6c30a2499093ceefeb096d9cfc3de76de9

2012-08-19  Alexander Wilms  <alexander.wilms@zoho.com>  [7f0ff09dc3847da402810597b7f514c7eff53c3b]

        Fixed typos and translated comments

2012-08-19  Alexander Wilms  <alexander.wilms@zoho.com>  [3e60168d7d579a5e4e6d62b5eba5fb39d0b601a0]

        Translated some comments in filter

2012-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa767cc26534f374c00dc35038a38f0d146f0d06]

        WaE parameter shadow member
        
        Change-Id: I231e41771e81f7e6f2939468e6b2175f2bc10101

2012-08-19  Tim Retout  <tim@retout.co.uk>  [b5d1380f3a0c88fff40c9a7134e373f11ea03b9d]

        installer: Remove code related to linuxlinkrpms.
        
        $installer::globals::linuxlinkrpms is always "", which means that
        $installer::globals::makelinuxlinkrpm is always 0.
        
        Change-Id: I4fc1fc8afc2bcff528e327a64a784020081c2262

2012-08-19  Thomas Arnhold  <thomas@arnhold.org>  [3df89a4dc4f497f4c86c3ff906e2ee5ae5d36e77]

        installer: remove set but unused variables
        
        global rpmcommand is not used, epmfile.pm uses installer::globals::rpm
        
        Change-Id: I0b248c50b872bc8407f405062cf0c4766c3879fb

2012-08-19  Thomas Arnhold  <thomas@arnhold.org>  [238d69e6a3108595b4ea8587ee29e3447ad2321f]

        installer: remove get_rtf_licensetext
        
        Change-Id: I57bdc7ace795b7f85116654157cdc2989ca1f99a

2012-08-19  Thomas Arnhold  <thomas@arnhold.org>  [81dcbc38d24acd76d0d1bcda5750d2e99c965c98]

        installer: cleanup admin.pm
        
        Those are unused, because their calls are commented out.
        
        Looks like include_tables_into_pcpfile should have been
        include_tables_into_msifile. Seems like copy and paste from
        msp.pm.
        
        Change-Id: I01435277b49027b6d685fb27748e513f6bc525ae

2012-08-19  Tim Retout  <tim@retout.co.uk>  [248ea1924e90ee22f55852c42f4e5cfea342737f]

        Replace all uses of convert_stringlist_into_array_without_newline
        
        Change-Id: I7c835e6202f21f250045f2e6517ac75847f8eb03

2012-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6189b43f3103300dd03375a4bd6a5589708d8c9]

        WAE parameter shadow member
        
        Change-Id: Icf41caa23ce9a548223da4613a199116641e7fe5

2012-08-18  Sören Möller  <soerenmoeller2001@gmail.com>  [c1b73536343ae0a7b6dd940b1c8a01784c4d7a30]

        Partial replaced String with OUString in ScInterpreter
        
        Added wrapper using OUString instead of String to textsearch
        
        Change-Id: I866a109d60085da67ffa2fed3131c4e60b074bbf
        Reviewed-on: https://gerrit.libreoffice.org/425
        Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-08-18  Philipp Riemer  <ruderphilipp@gmail.com>  [a20f32d8e225ac0452a56b38029890e5068fd827]

        removed * accidentially when re-indenting :-/
        
        Change-Id: I948180ee63dbd45f87eda4d61ef03568f73b036b

2012-08-18  Thomas Arnhold  <thomas@arnhold.org>  [cfda6c9a00fb0edb965716ba44d45edfe191ca2e]

        remove some useless comments
        
        Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48
        Reviewed-on: https://gerrit.libreoffice.org/429
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
        Tested-by: Philipp Riemer <ruderphilipp@gmail.com>

2012-08-18  Philipp Riemer  <ruderphilipp@gmail.com>  [920dcaec05984f8dbe0c413460a5d24a64cba149]

        re-indent falsely formatted code in tools/source
        
        Change-Id: Ibc26313e79dd5f992c4bfb9454a9798fb1a78f00

2012-08-18  Philipp Riemer  <ruderphilipp@gmail.com>  [15b3bc8916b1e9968c0d75d2ff74d5a38d54e25b]

        removed commented out code in tools/source
        
        Change-Id: I4b895b1878626aaa0bbaef7a83408809fa8ccaec

2012-08-18  Philipp Riemer  <ruderphilipp@gmail.com>  [42352dff5a8dc4c89fccf399359876aea7dc7d2d]

        removed ascii-art and blank lines in tools/source
        
        Change-Id: I3f95d12a8c325c96c586253b5d9bb7dce24c0858

2012-08-18  Timothy Pearson  <kb9vqf@pearsoncomputing.net>  [0700d6a1f3524ab79b5114559fb2d15c7ba85112]

        fix TDE FTBFS
        
        Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4

2012-08-18  David Tardon  <dtardon@redhat.com>  [cd3b24f2b2b5aeda79757de861b75d9f8f8c03b2]

        don't build msi tools on mingw if not required
        
        Change-Id: I9ebb6d9e8974e32c2fd4a519bc7f4a72e6f1f197

2012-08-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [03d64b736ac612f7ce2e7c40a0be04a6e23ae489]

        use a slightly more sane cast
        
        Change-Id: I325a8acac3168ec0a649033e3c3cef781ed7b53d

2012-08-17  Miklos Vajna  <vmiklos@suse.cz>  [2cbdaf677c0a1e88aa582c6a17b496dff61a78b0]

        package: no more RTL_CONSTASCII_USTRINGPARAM in zippackage
        
        Change-Id: Ibd1fd59ed87ffc70f6b66290c48f95f6c3615102

2012-08-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e704e4691186c23e52490817d6b710ef5bf68db6]

        fdo#48868: Allow Ctrl-TAB and Ctrl-Shift-TAB to cycle through candidates.
        
        This applies to two scenarios: 1) cycling through cell values, and 2)
        cycling through cell functions in a formula tip window.  Both were broken
        and this commit fixes both.
        
        Change-Id: I7826efbada827b8ec3edc5f34a1876c84e5e6236

2012-08-17  Kevin Hausmann  <kevin@alliknow.net>  [b798de319da3ce6adc83941cf59e001084ba8424]

        Translate some German comments to English
        
        Change-Id: Iffde46f904ff3090df48f130ee4b82f23b15076e
        Reviewed-on: https://gerrit.libreoffice.org/423
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-08-17  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [2c5dcafb8c0b335ccb4282d38fa01e767c1d48da]

        Translation of comments from german in sc/source/ui/inc/
        
        Change-Id: Ia6e490196575a06fff9a607e087aef078da64587
        Reviewed-on: https://gerrit.libreoffice.org/424
        Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-08-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [a11f9bdf4726e3bdb98390389ed1c2ca0f946686]

        dummy cosmetic patch to check the pushing to fdo is indeed blocked
        
        Change-Id: I2dd1783b14dbcbed3f3cce79f5ca96379c6b0e5c

2012-08-17  Tor Lillqvist  <tml@iki.fi>  [eb946cbf9bf686a31405cf41ac6d1de0488d7bbd]

        vcl uses the Objective-C library
        
        So we should link to it. Otherwise the basic_scanner unit test in the
        basic module fails because it uses libvcl but libobjc does not get
        loaded.
        
        Change-Id: I74c2b1e30c7754acca1d6a66472bba9fc1c30da0

2012-08-17  Tor Lillqvist  <tml@iki.fi>  [d3721e50005a909b55e153372809019ef1e893a6]

        Handle CppUnit::DynamicLibraryManagerException
        
        Change-Id: I81f9b133ffb03c225b276639f60ad5e7f38ec1ef

2012-08-17  Tor Lillqvist  <tml@iki.fi>  [b2315f6b7b7f3976c0ec5c470ae67ca4e8732643]

        Use dlerror()
        
        Change-Id: Id4cb837d7c2441df1c46795a52385e2e0e605a46

2012-08-17  Caolán McNamara  <caolanm@redhat.com>  [0e843513a237024ab330e1d358f8ff4a952203a8]

        silence macosx uninitialized warning
        
        Change-Id: I8472cf79aaf193ce63a1d2bfa9d329ad35ddd2c6

2012-08-17  Caolán McNamara  <caolanm@redhat.com>  [288aebef57310e094d990434de3f35c8472b7b1a]

        update unused code
        
        Change-Id: Ieecaae35fe712893f0a9d81f249919d0a2459f5a

2012-08-17  Felix Zhang  <fezhang@suse.com>  [866daf4f21662fa5852f5eccb04929c6c4fd7e0a]

        bnc#741480: adjusted display of Bracket/BracePair in ppt
        
        Change-Id: Ia4bbce74e2c1a5f46e0b1a73940aeb2ce8fc6ab9

2012-08-17  Tor Lillqvist  <tml@iki.fi>  [0884b47e3f040a510b8c5f757dcee7fcc7c89595]

        WaE: unused variable
        
        Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653ae524

2012-08-17  David Tardon  <dtardon@redhat.com>  [76367894c0a33bac0404733b8eae936d93d03381]

        switch logging from OSL_ to SAL_
        
        Change-Id: Iad5041fe85c5f03b9b5ed4a13d5c59c4ac027386

2012-08-17  David Tardon  <dtardon@redhat.com>  [67955bfb2ae92baf39dd3c1488aed20bb975b97f]

        fix indentation
        
        Change-Id: I9b077cbbeac37c0eaac1365a8793cbc3f33f8b3e

2012-08-17  David Tardon  <dtardon@redhat.com>  [65435f2197e1d745394c175f76a1584e5ce94b75]

        do not paint background if no fade color was set
        
        The condition got lost in commit 2e8b2e6de14d325863d9bc419a461b75c3aaf3d0 .
        
        Change-Id: I8c9a6baf56dfe36d55e02476823e2847d77a7f58

2012-08-17  David Tardon  <dtardon@redhat.com>  [19d13fd16e11f366c60e560896f49afcabc8e747]

        Revert "Fixed Bug [35079]"
        
        The commit completely breaks slide transitions (and probably other
        things as well).
        
        This reverts commit 234738874f29ed23cd2aafb470511b5acf411e3c.

2012-08-17  David Tardon  <dtardon@redhat.com>  [ad031fd4bd21c58a7a4b42cb47964c38a27dfb1b]

        move autodoc & friends to gbuild modules
        
        Change-Id: I252a74587ba5b380b7bbdcc8a78247d5a9e77587

2012-08-17  David Tardon  <dtardon@redhat.com>  [49e6bf7c969ba55207aa71faf3d324929571b1b9]

        fix copypasta
        
        Change-Id: Iaf0ef140ac60088bce95d82f8b09e4e218e12dab

2012-08-17  Noel Power  <noel.power@suse.com>  [e03553ab7515b60851dfca2c16a2fcae7a49f441]

        followup changes to 44861f2435a0c487d4fb5b196f7e4fe7f9569396
        
        a) got rid of defaulted params in virtual base class methods
        b) made some no-op virtual methods in the base class pure thus making the base
        class abstract
        c) made LayoutManager no longer inherit utl::ConfigurationListener as it wasn't
        actually listening or acting on any configuration changes
        
        Change-Id: Iab1783f6b5a35b130287a2aedbd1dc8413793182

2012-08-17  Uray M. János  <uray.janos@gmail.com>  [44861f2435a0c487d4fb5b196f7e4fe7f9569396]

        Object Catalog in Dialog Editor
        
        Change-Id: Ia74faa1452a4200c28fbd7c63130700df0a70b24
        
        Object Catalog in Dialog Editor
        
        Change-Id: I97f2e0497b0e87cf630bba16dd98f9f7d0bb86e7

2012-08-17  Michael Stahl  <mstahl@redhat.com>  [87a723da66a16293b1611e08991fbf6925144448]

        gbuild: in which the author discovers gb_Jar_set_componentfile
        
        ... which appears to have 3 layers, OOO, URE and OXT, so add OXT to jar
        registration stuff to make it consistent.
        
        Change-Id: I4d12185451bd043c39aa254ff581bc15824f1bbe

2012-08-17  Michael Stahl  <mstahl@redhat.com>  [05c90415587aa4d476fe8360b8e0edfdd56e586d]

        gbuild: remove some cruft from java stuff
        
        Change-Id: If1917d5aecfbb4cea230075d974d7f57a7a8ea4e

2012-08-17  Michael Stahl  <mstahl@redhat.com>  [b254f4fb0a2d53da8f4c6a16ec7e393ee91620c4]

        gbuild: add gb_Junit_use_external and clean up connectivity complex test
        
        Change-Id: I8c4b6ff6b1993d1c4de68696089f86fbcf4cecc6

2012-08-17  Michael Stahl  <mstahl@redhat.com>  [3e88d02082219c318555c0eaaa739de3d4ea8a5d]

        gbuild: ignore the registered URE Jars for manifest classpath
        
        Change-Id: If8daaf86973656df737daf1b82c3fd2a3f55d58b

2012-08-17  Michael Stahl  <mstahl@redhat.com>  [5a4bcd3b7578523af6a2754369231ca1cf413f82]

        gbuild: register all jars
        
        Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc

2012-08-17  Tor Lillqvist  <tlillqvist@suse.com>  [79c9ea3818334b39eda6996cf488143a5dc586d4]

        Fix build breaker in cli_ure: Avoid C# 4.0 when using MSVC 2008
        
        Change-Id: Ieb82b73150330ddbde890f36b88637bf5dfddf51

2012-08-17  Jan Holesovsky  <kendy@suse.cz>  [6abaf44f813e76d80e76b5f42504e772de8c211b]

        Revert "fdo#49919 Don't default to desktop pollution"
        
        If somebody made a mistake in his / her preferences during installation, it
        is much easier to remove the unwanted icon, than to add it.
        
        This reverts commit 6af68b494dafcc6822463a0445692929735eb0af.

2012-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [0d5d4bacb27351a4d4d62cc48a25acf6b46342d8]

        Remove unused member variable
        
        its usefulness was gone at ac25ae2544969f57b0c3d51a7ee9e3eb047a8915
        
        Change-Id: I606cd4adb6dc92cc6d981e1da7ce3ecf2160c28e

2012-08-16  Peter Foley  <pefoley2@verizon.net>  [5d25bbee44cda24b61188ab2fa1a892824b55f40]

        fix sal build with vs2012
        
        Change-Id: Ia03980d5d890de7db1e606409a646a5a4f79e91e

2012-08-16  Peter Foley  <pefoley2@verizon.net>  [37b9e290d9e3d20652df0abe1a1458412f3cfe2c]

        fix openssl build with VS2012
        
        Change-Id: Ic0e04ab920c50320785f2e1b847026cc4e7b1e0d

2012-08-16  Peter Foley  <pefoley2@verizon.net>  [fdcd85087147e0f016f667706a27899f49e836f0]

        enable build with Visual Studio 2012
        
        Change-Id: I95e5974e4f109eb8882f7260d19c439a86931e64

2012-08-16  Andras Timar  <atimar@suse.com>  [baf5c7fb1085acb09050bd9e361d8bda510d8dd9]

        add x-comment for translators
        
        Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [e3648d4ebc7378cc31b6ce73716328f48b8903e5]

        Revert "Cleanup comphelper::storagehelper"
        
        This reverts commit 72777a66bb8d9e71c4786c282c7971d7ededa729.
        
        +using namespace com::sun::star::uno; in header is not a good idea
        Fails to compile and is hard to parse and figure out what was the point,
        so just reverting.
        Also +using rtl::OUString; is automatic nowadays whenever possible and
        RTL_CONSTASCII_USTRINGPARAM is obsoleted.
        
        Change-Id: I24cb24b7f1a6007734d26cbba41d46323cb55b18

2012-08-16  Tomaž Vajngerl  <quikee@gmail.com>  [72777a66bb8d9e71c4786c282c7971d7ededa729]

        Cleanup comphelper::storagehelper
        
        Change-Id: I04313cf4235ce3db20ff340474691435e9b440b6

2012-08-16  Andras Timar  <atimar@suse.com>  [c13c0c7d76d9ef7fa475590f5ec9fae185752f79]

        make buttons wider
        
        Change-Id: I7af919450f6c75f87f0877e32ad6945ec392dbef

2012-08-16  Tor Lillqvist  <tml@iki.fi>  [8b5cf7fb57c0f68ee312d7f7b404533807349318]

        For kicks, enable cross-building for Android on MIPS
        
        Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a

2012-08-16  Tor Lillqvist  <tml@iki.fi>  [2eb39893df0fa008da0f863caa65d8aea7eb107b]

        Having a pkg-config on the Mac *will* break the build, so error out
        
        Change-Id: I2393b893766acd9f630100c7b4ef1e15360f80b4

2012-08-16  Andras Timar  <atimar@suse.com>  [b57ebd8c1f6a3b4261a97198aaf38f8ffe46198c]

        Don't say "yeeep"
        
        Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3

2012-08-16  Michael Stahl  <mstahl@redhat.com>  [0c33ffb21f7f239eb1ff07766911d21bccf9236b]

        svdotxat.cxx: MSVC needs set included
        
        Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [af69e72e1d6c04e23f17c4d1e58aa891b95611ee]

        avoid defining gb_TAILBUILDMODULES, use the command only when necessary
        
        This enables to properly use make <module>.all for builds without
        dictionaries and hopefully also solves the problem behind
        5133d3c48fd6d2a795e42b87a1e7b464946606a3
        
        Change-Id: I43872864aa135014ea51d15b34ef4de151f14c3d

2012-08-16  Peter Foley  <pefoley2@verizon.net>  [4054dd8fc407f7766710beaac575b20a809a912c]

        fix gdiplus.dll extraction
        
        Change-Id: I4220af58c48be5b411cc75875c121d1e2c133a00

2012-08-16  Noel Power  <noel.power@suse.com>  [18a39e216fa66d915e44261111e87350ab4cc592]

        remove menubar post processing of SID_PASTESPECIAL state to always enabled
        
        at least calc deals with paste-special correct, if other applications don't
        let's fix 'em up one by one
        
        Change-Id: I1beb04e227f2971ee8ef2ce9b7ebdabf566be086

2012-08-16  Noel Grandin  <noel@peralex.com>  [ca166a7a42d5c9cde3cf9385e58523168c2f186c]

        Remove the Container class
        
        Change-Id: I296d2c90af59524280c2582670c6cfe7a10f2269

2012-08-16  Noel Grandin  <noel@peralex.com>  [0331e26fc6304dc16c876cde0e9a939cfe56bd53]

        Convert from Container to std::vector
        
        Change-Id: I329867ff6719a2c5a8fd4dca0a4907551be450e2

2012-08-16  Noel Grandin  <noel@peralex.com>  [f482c9fdf3656d4ee80cfb48e342dbedfcab2467]

        Convert local variable from Container to std::vector and std::set
        
        Change-Id: I0b15939e1d04a3a2a5f8a4e2df8f0826903a8811

2012-08-16  Noel Grandin  <noel@peralex.com>  [f23f1418071042787f3cfa33c97e7b228a02f3c7]

        Convert maHandles field from Container to std::vector
        
        Change-Id: I28d96586e7e48209021abed73959e8a5e6dc2d61

2012-08-16  Noel Grandin  <noel@peralex.com>  [32b2f88ad6e18ea061418a9092672f6ac8fcfb36]

        Convert class SdUndoGroup from Container to std::vector
        
        Change-Id: I303dd2f5ce5ac7f08727777ca03e4de0cfdabfcc

2012-08-16  Noel Grandin  <noel@peralex.com>  [c4984cbfafae189a4675e8619ba836f2ab2adb38]

        Convert aList in SdrObjRefList class from Container to std::vector
        
        Change-Id: Iee505825f46434b09c73679e1439f99afc631336

2012-08-16  Noel Grandin  <noel@peralex.com>  [d3bdadad61d95cc802c869d989ed94326a7066de]

        Convert pRedoStack in SdrModel class from Container to std::deque
        
        Change-Id: I0535175c4881a1ea55d7cb7361ae78bb81aa10c6

2012-08-16  Noel Grandin  <noel@peralex.com>  [aa2d9729bdac0173349a5f76e2346b8335de565f]

        Convert pUndoStack in SdrModel class from Container to std::deque
        
        Change-Id: I59425c7d1e8603f45d193ae5e3498f8671510bc5

2012-08-16  Noel Grandin  <noel@peralex.com>  [80f8d9f9f19f590f79be58965f30d2aea8d52c26]

        replace LIST_APPEND usage with CONTAINER_APPEND
        
        Change-Id: Ifc65ac24b04ac3d8fb0a4325cfe552ed6d5752d6

2012-08-16  Noel Grandin  <noel@peralex.com>  [cdd4c1558390efd8a3740ad8fc248248972d9250]

        Convert aBuf in SdrUndoGroup class from Container to std::vector
        
        Change-Id: I0635ed333033ce37eb86b360fd0ee0d77b8dc47a

2012-08-16  Noel Grandin  <noel@peralex.com>  [e5da8190e0edc476eecfe4f49aae4b50a480e414]

        Convert field from Container to std::vector in SdrPageGridFrameList
        
        Change-Id: I5940936e986b2f6580ca9ce973359d8179631f8c

2012-08-16  Noel Grandin  <noel@peralex.com>  [17afe4cea7e01aef1e5270cc09f438bc6fde3211]

        Convert maPages field in SdrModel class from Container to std::vector
        
        Change-Id: Id36c3c414429d8f0e16f8e479f9946511b1e377f

2012-08-16  Noel Grandin  <noel@peralex.com>  [ed04025e10815c89fe02d0cf823253d540e21635]

        Convert maMaPag field in class SdrModel from Container to std::vector
        
        Change-Id: I232ad32be90d93fe35a6cf089373e5a830e62113

2012-08-16  Noel Grandin  <noel@peralex.com>  [dd3b0fa68b9e850ed8df34094c21abfbd8c6f61b]

        Remove unused field
        
        Change-Id: I962c2bbd29b2ce2e39bf0f9db4c12fc5535cf4f6

2012-08-16  Noel Power  <noel.power@suse.com>  [b94bff540a47a9fc5ce0586aa58e28321c96e4aa]

        fix for fdo#48200.diff import regrex state for filter
        
        Change-Id: If05b53602a8d8ea260093b3f6a9c0fca45cb74b9

2012-08-16  Noel Power  <noel.power@suse.com>  [d88325f73e6912928913eb41297e6aa4643655f5]

        Revert "fix for fdo#48200.diff import regrex state for filter"
        
        This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.

2012-08-16  Noel Power  <noel.power@suse.com>  [094654fcebe35af07a9e12137becdf85277ef706]

        fix for fdo#48200.diff import regrex state for filter
        
        Change-Id: I46b07341e96d78130e6301e40fa32df6ed2c7879

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [4e923fb5a293ce570974e620b87ff84ccb6a139b]

        fdo#53280: Reset read-only UI after successful Save As
        
        Change-Id: Ica9214d3655df27bbb259c463a7589a842f01c47

2012-08-16  Michael Stahl  <mstahl@redhat.com>  [d2ca1e5ec8e89d7c44a95fa216aee53b7a47f73d]

        SdrUShortCont: MSVC build can't link libsw if that is public
        
        Change-Id: Id21368194c32f43e2f3bb091205ef7387fc0ee5b

2012-08-16  Istvan Turi  <turipista@freemail.hu>  [1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889]

        idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
        
        idxexample.odt will be localized through the standard l10n
        framework, i.e. with use of .po files, because now strings
        are read from resources.
        
        html.stw is language independent now, defaults for different
        scripts are handled in the code.
        
        Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146

2012-08-16  Miklos Vajna  <vmiklos@suse.cz>  [cecff561687865359a695f1cf6ecb99300ce121b]

        sw layout dump: include the height and width of SwTxtPortion
        
        Change-Id: Ia2bdff098d1bbd466f857e19315a22c835810202

2012-08-16  Miklos Vajna  <vmiklos@suse.cz>  [8f846dab6db8e912ccb87209d365f1e20d13d293]

        sw layout dump: include the height and width of SwFlyPortion
        
        Change-Id: Ib47087a9dcb96779958edfc1a984cf38cabd1086

2012-08-16  Michael Stahl  <mstahl@redhat.com>  [8a4c858d7a16be7ec4215d19652135bda782831a]

        SdrMarkView::UndirtyMrkPnt: set::erase returns void in C++98
        
        Change-Id: I5c1c06de9f149f77d2235684239ad077d28e64ba

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [9adf29502bf7db90be8c37b2559d8afb9e4bc2af]

        tubes: correctly use SAL_INFO and SAL_WARN macros
        
        Change-Id: Ib08ff43a4a65029b37ddbddea1538d570d258300

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [86b81fb1ef59b0e9e5892a5f33ccab367d01fb89]

        tubes: add include for clang
        
        Change-Id: Ia0fd4c84b3c6e37250c6f0289bf0765977855bd2

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [7975d0d3870331e4d4d33e7d70085b4364887ea8]

        de-duplicate
        
        Change-Id: I91bcd8721249d14f76270851dc129082a4b25ed5

2012-08-16  Noel Grandin  <noel@peralex.com>  [81b5ecc5a68cd15497301e6b10b462673f93655f]

        Convert aLayer field in SdrLayerAdmin class from Container to std::vector
        
        Change-Id: I884f8e76d0bc7b2eb9f99434809fa824409446e4

2012-08-16  Noel Grandin  <noel@peralex.com>  [87e31cb51b277513d28eff5236f308f2941126b4]

        Convert aList field in SdrHelpLineList class from Container to std::vector
        
        Change-Id: Ie91548bfad1cd60d8926cb5cc729a07f539590a1

2012-08-16  Noel Grandin  <noel@peralex.com>  [a6f60d546ac61bfd9db7fad06138512cde4acb5a]

        Convert aList in SdrGluePointList class from Container to std::vector
        
        Change-Id: I401b01d5d1072262d0bd2b85298751c9180004d3

2012-08-16  Noel Grandin  <noel@peralex.com>  [deb266708f4d3ab3c64c33e93c96f19479da7d95]

        Remove unnecessary include
        
        Change-Id: Ie3cf56fd23b516b80dc39ceb92d4535c6583f97b

2012-08-16  Noel Grandin  <noel@peralex.com>  [d36d6cf72c37f03a5283b527ed2af9350fffec17]

        Remove unnecessary include
        
        Change-Id: I27c4b22987d2a54eb71f5636eb72ba2e635ac6d8

2012-08-16  Michael Stahl  <mstahl@redhat.com>  [bd00fd98c66e3a19aeea30a4ecef0873da54d5bf]

        _SdrItemBrowserControl::SetAttributes: fix previous commit:
        
        Since the element is no longer removed in the loop the same element is
        deleted over and over; also the erase should be from nEntryNum to end.
        
        Change-Id: I5767d5e453b5b9b05fe1869ab8915f23c30aab14

2012-08-16  Noel Grandin  <noel@peralex.com>  [3c4fd9de6270948a3f215ae7da23d7f30c1d76da]

        Convert aList in class _SdrItemBrowserControl from Container to std::vector
        
        Change-Id: I9a64f26e57b9ceb35100364c2e875e2f07a4be65

2012-08-16  Noel Grandin  <noel@peralex.com>  [0ed685f8ff352a5b1ec8604a9e943547f9ca7ef3]

        Remove unused class ContainerSorter
        
        Change-Id: Iba5a8c370a6b097ac0de3911c6a76e6a86d4ac6b

2012-08-16  Noel Grandin  <noel@peralex.com>  [7d5922ca8f04604aba57708ee20fb4cdeaea2e44]

        Convert aList in SdrHdlList class from Container to std::deque
        
        Change-Id: I54c60fefe2e808b5e6251286a72537e5a88bf566

2012-08-16  Noel Grandin  <noel@peralex.com>  [aa11e7bae89fe691f914abb27d1c4a03d27a7ee5]

        Convert maList in SdrMarkList from Container to std::vector
        
        Change-Id: I1e975805a82dcf273cde8a9deba4a7e31dbd72b2

2012-08-16  Noel Grandin  <noel@peralex.com>  [7758eaf702849691dcf24472d864ee7ff6d02345]

        Convert SdrUShortCont from Container to std::set
        
        Change-Id: Ic7e929d4f20cd737eb15dacdb5718b6c79c80aaf

2012-08-16  Noel Grandin  <noel@peralex.com>  [c8a68356b4c8f8f45405da8e76baeb38a930941f]

        Remove unused class ImpUShortContainerSorter
        
        Change-Id: I3d7a5c252c29654db7c37965af365380090f7eb6

2012-08-16  Noel Grandin  <noel@peralex.com>  [02d23c2c6696b440f1ec033d8bee39744c2bb2ad]

        Remove unused class UShortCont
        
        Change-Id: I4b716aca20b2e7e328b9f6cb9e9c980fd0e7a87f

2012-08-16  Noel Grandin  <noel@peralex.com>  [62035e55b4128a5bf391c45160e0be5347fa23ae]

        Convert aList field in SdrLinkList class from Container to std::vector
        
        Change-Id: Idf07339186827fb57ded1586108f1a4a49069f42

2012-08-16  Noel Grandin  <noel@peralex.com>  [028b34d93be5b794a195df518741ed67f9afdc09]

        Convert OLEObjCache class from Container to std::vector
        
        Change-Id: Id1cbbfb2b8436a28647a528db3ae7ed46d32da83

2012-08-16  Noel Grandin  <noel@peralex.com>  [0aafccd61ee557ab35c3b0ead22f90a633ef80b8]

        Convert aPnts field in SdrDragStat class from Container to std::vector
        
        Change-Id: Ia9f5f902c9ebeee6d123dc5c8ee6641bef2239e9

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [19990a9c5c5761687f757456015cb26d46d4830b]

        Fix Windows dev-install for --enable-release-build, --with-lang=... etc.
        
        Introduced special token LIBO_DEV_INSTALL=TRUE to communicate what install set
        to build from Makefile.top's dev-install target to
        instsetoo_native/util/makefile.mk.  Somewhat arbitrarily, always use a "release"
        install set regardless of --enable-release-build (the dev-install set is used
        for "make check," and it is safer to test "release" install sets in
        --disable-release-build builds than the other way around, should those builds
        ever start to deviate significantly).
        
        The "always build a defaul-laguage openoffice product" logic had been obsoleted
        a long time ago already.
        
        Change-Id: I64ec87a0b8dc6fe81cab5531c43e29db3f5128af

2012-08-16  Muthu Subramanian  <sumuthu@suse.com>  [5ac575ee3e10961177263d8900073d046af66176]

        n#773048: PPTX shape margins need to be rotated as well.

2012-08-16  Tor Lillqvist  <tml@iki.fi>  [919ec40f18dee709c0305cedafae3b9bfffb1270]

        Avoid pointless scary WARNING message
        
        Change-Id: I706940b796548eab6c940081dc7e4dccb37c52bd

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [e413403590c3fb68a62db6d34d202e320fd99017]

        fdo#53061: Work around boost::ptr_vector.insert(..., nullptr) problem
        
        At least with certain versions of Boost and Clang, and when NULL is defined as
        nullptr, compilation failed here.  To me, looks like an error of either Boost or
        Clang; replacing "NULL" with "0" appears to be a good enough workaround.
        (Identified by Jung-uk Kim.)
        
        Change-Id: I702587abfabad6dba55a2b4c65a53e332b4ab048

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [a7ba47243cb70b78c8d8674558ed6db35b79da99]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [eb40f4af949309a82ce369f1636f4e79b9f8631e]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I19db21f9b09a2d57f72f5ba8d8ba88583cdb5503

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [751eca72f17f0b4da44338d2c0a1d1097c2b3c4f]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ifff80c025d9e3309190330931e1eb49e8ea7f9e4

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [d8d7bd68abfcd38bc5d7e7356cad50d9b44d5625]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ibd5b7b03a80036ebd3214930b32d011ba7bbce9a

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [bef6471c1dad3f8b08b50cfbad4dd324b6dd4a8a]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I7d8b487e12defa4178869dc0ce1286722ad631db

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [4662df8a7561ce71ba00accbb5170e10818d6008]

        tubes: simplify and make more readable, I believe
        
        Change-Id: I83a4332d9947d03382b10ea050f26bf3ed544299

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [27861421a3b5f9045306195710a4c2b7bd1555ea]

        tubes: do not include tubes' object files in unit test library
        
        Instead link against the library again.
        Unit test is now closer to what the real app looks like.
        Only 4 more functions exported because of unit test.
        
        Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [d59a7fda64d6bc773548b124a42c97df08b6ee3a]

        tubes: implement simple TestCollaboration to test receiving packets
        
        Change-Id: I46621589f2e1282fbaf369bdb387bb63c5768206

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [ece8eadbc0ba433c85c313eb11f0233aeae24cb9]

        tubes: fix unittest again and simplify
        
        - killed GMailLoop, seems to work with g_main_context_iteration( NULL, TRUE);
        - added test for sending and also receiving file
        
        Change-Id: Ida11f875709dab71d404697e8c39fe4548f653b0

2012-08-16  Matúš Kukan  <matus.kukan@gmail.com>  [766a0247fc3ac49b25aab69948e4d0a5df334ff9]

        tubes: also prepare the Account Manager when creating; and simplify
        
        Change-Id: I7705d627d17f20c3c81de7aa4debbefc127354b0

2012-08-16  Bence Babati  <b.baabsi@gmail.com>  [bd465b57caf1bf5eba04c37a2095e902c8b4e4f9]

        fix a linguistic issue on Calc UI
        
        Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce

2012-08-16  Bence Babati  <b.baabsi@gmail.com>  [2ba8fe1e28fef76b1efea5f401360b38f720dbcf]

        String to OUString
        
        Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48

2012-08-16  Jean-Tiare LE BIGOT  <admin@jtlebi.fr>  [9658704fc4c691dfea7411eb36951ddc5154538a]

        Set ide sizer color to dark grey; was dark black
        
        The color setting was picked from SplitWindow::Paint()
        for visual consistency with the sizers used in Impress
        for example.
        
        This commit also resurects presumably dead code.
        In fact GDB let me see that only the short path
        was taken.
        
        This has an impact on Calc's window splitters and
        on more visibly on the basic IDE which now looks
        much nicer :)
        
        EDITS:
         restricted this commit impact to IDE as a poc
        
        Change-Id: I9a051fd894feccff4bbc7db7efe1160cb2c3a2c6

2012-08-16  Tor Lillqvist  <tml@iki.fi>  [b0db8fbdb58d40998ea6ba144c07c73becbed0f0]

        No need to bother with the MISCDUMMY file here
        
        This rule failed if the MISCDUMMY file did not exist yet.
        
        Change-Id: Ie9b1ecab2848f5ed2c459020a50013db691a9ca3

2012-08-16  Tor Lillqvist  <tml@iki.fi>  [b3a50700c789ad6a26cf6b4fb324c83a81ed7c43]

        Let's not overdo the abstraction, /dev/null is just fine to use as such
        
        Change-Id: Ib291d5b053f9ed7b597f0ebbed725602430e36b7

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [4e05ae6a6b90f8e840186a00010c5e6ca1580548]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [a71e7b108c7041ebc7cb99d1d2d53358140d8e30]

        -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
        
        Two cases that 683312377a294e9dbe0a96b7b1b489e3d5b4f1f7 "Removed unused
        SfxMedium::bDirect" did not catch.
        
        Change-Id: I33b60bd27b97ac086d0927a6877d055561dde1f6

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [f7dfe57060294da05c092f8389a8841140de22c8]

        -Werror,-Wunused-value (Clang towards 3.2)
        
        Change-Id: I048b0d4f28a92c23523e8f53993632238ebfa622

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [0d32a7be7fb1926a477497d14b87f9eb87324f89]

        -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
        
        Looks to me like the intent was to call SfxViewFrame::GetFirst(NULL, false)
        rather than SfxViewFrame::GetFirst(NULL, true) to which
        SfxViewFrame::GetFirst(sal_False) would translate.  The call was in that form
        effectively since it was introduced with
        7c8963693d57a26c88b2ead460fb5e9bfef99272 "Obsolete Objects/Classes removed."
        
        Change-Id: Ib7d9ce75d946291bdfd43420bdd8a1de533cdc98

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [c037063b2324e6779f7c845899772239e6d64112]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I20d0bd3eeb7661b51193ba01042e15ef62629ed3

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [8a118589217464d4325d9b587b8cee12639d3db6]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I57abfb3b3d659edcd130788d173c2df3b79101f0

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [529951aae5c731ed76fb980fc841699a0cc82a40]

        -Werror,-Wunused-value (Clang towards 3.2)
        
        Change-Id: Idf2ec39ba286d359903edb6be60f2692c6a9837b

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [fd226710fef768543a3ad0fe5081f79dc875dcf3]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I4b877ab97259f7e031e34daf7ce93e1b59417a08

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [38b8c6e969242fa2541e1dc751b49c00f3f17290]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I156255a5691beedec0cd00db0c772dac8ecfa564

2012-08-16  Stephan Bergmann  <sbergman@redhat.com>  [27f4f9ae8f18b1aab931511bd8532e961318bba9]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ia6f5bf7c3372515c2796d239aeb610fbe6f29f8d

2012-08-16  Thomas Arnhold  <thomas@arnhold.org>  [e327840a6d41d8d68e5b5157c944d2acbd3232b0]

        installer: remove unused globals
        
        Change-Id: I521e2c816b3dbc4aba1770e5a3b5eb47d5542ac1

2012-08-16  Thomas Arnhold  <thomas@arnhold.org>  [c65bc1d7ac6671dc5099c66fea38ff9c4f975e5d]

        installer: remove save_followme_info
        
        Change-Id: I87875922d952387d9ffd2667dd621d5cd94b4ea4

2012-08-15  Peter Foley  <pefoley2@verizon.net>  [5133d3c48fd6d2a795e42b87a1e7b464946606a3]

        fix error when dictionaries has not been fetched yet
        
        Change-Id: Id40b2fb6f8e1667bcb5164e483ea7c6949b627a1

2012-08-15  Peter Foley  <pefoley2@verizon.net>  [48fd7112d3890036d4dc321a65e3281a13c3c5f2]

        fix build with VS2010
        
        Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715

2012-08-15  Peter Foley  <pefoley2@verizon.net>  [6b0b50e0ec05a6a5279597a3c1158190969e2de0]

        Fix build with VS2010
        
        Change-Id: Ic3bbb20c446545d67682a6c547fb69e2255eb0b7

2012-08-15  Peter Foley  <pefoley2@verizon.net>  [d7c7061fec80bdc3e2fea6bdfc4485c483835ba3]

        fix broken download links for dbghelp.dll and gdiplus.dll
        
        Change-Id: Icb567a848162bcee072476e817cc82278bddfd99

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [84b330c8f6637e5eafb46bb075a91b9146666bc8]

        xmerge: remove obsolete xalan stuff from manifest classpath
        
        It appears this came in to make it work with JREs < 1.4, i#58308.
        
        Change-Id: I6974e0fe7b94ecf1b577af064dcce8f017d0a31d

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [48210d0c70787d6240e9d3a1f30319b627d94556]

        wizards: remove silly saxon9.jar from manifest classpath:
        
        Apparently Xalan was introduced years ago to have a DOM implementation
        with JRE < 1.4 (i#37179), which then got automatically converted to
        saxon years later.
        
        Change-Id: Ibc13b84331854926965f35e3afe25e923bad821b

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [999f7fb840b3cf1abd861d0fd402c70a4092454e]

        swext: use gb_Jar_use_externals
        
        Change-Id: Ib62473d841bc9a66acde6529d3f63e3fd1a00928

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [666173b83c55cc400f296f66b559ae2723f23795]

        add hsqldb to RepositoryExternal.mk
        
        Change-Id: I9c038e6fd1c60e4ac77740c55a45439d813524e0

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [cdbd6957a59183667f65dcb233bd9ddffd7b6e91]

        gbuild: remove most uses of gb_Jar_set_jarclasspath:
        
        With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest
        classpath automatically it is no longer necessary to call
        gb_Jar_set_jarclasspath manually except for the URE jars, which
        are apparently not supposed to be added automatically.
        
        Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [8b8e749fae45ba41e361897b447173fb6a26eb38]

        gbuild: remove horrible abuses of gb_Jar_use_jars:
        
        Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the
        classpath.
        
        Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [96410b9e04c1da1f634c3a4ab1ffba335309e46e]

        gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/
        
        Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [a455126868f466b8f0e6b3a354dbe88770258913]

        gbuild: refactor external jar handling:
        
        Using a system jar should really put the system jar onto the manifest
        class-path, but that is currently difficult because externals are used
        by JavaClassSet and not Jar; fortunately it seems nobody uses
        gb_JavaClassSet_use_external directly so move the implementation to
        gb_Jar_use_external.
        
        Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [49357140beef3b2b3d0b22fa4eea8bf9add73eda]

        Fixed line breaks in notes export.
        
        Change-Id: If3db4dea84448e9d7ee26d797a25f7e4aa4d5941

2012-08-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [50d89530eee57afb890e2e65aac8a5b0f93a74a3]

        Do not check the stored DIFAT sector count.
        
        Refer to this thread for details.
        http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html
        
        Change-Id: Id2115732a1e1bcd78c13445f5aaefe1ec7cfa0c2

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [105cd5ea833d2d6dc23d2df3f303073ec6bd9929]

        Added rotated blankscreen + fixed return button.
        
        Change-Id: I770ff1d77102cfbe63849babed6bd9406d958b09

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5308c3d6a6df36d27969e9a9b66e40bd9d2ecc5a]

        Fixed image updating in Presentation View.
        
        This is done by removing caching in the AbstractCoverFlowImageAdapter.
        
        Change-Id: Ib6df57a73545f8a98b4104a6e2917121e9d7afa8

2012-08-15  Noel Power  <noel.power@suse.com>  [6c70bd9e2748b375b53eea4454a5b4f922c439ae]

        followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229
        
        discovered 2 bugs with the previous patch,
        a ) need to properly calculate the topleftmost position for the combined shapes
         in the group
        b) when you have groups within groups then the offsets need to be applied to
        the topmost parent
        
        Change-Id: I2edc0cccca439b3103b61c8116d1cde1536519da

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e25d4e7d2b7b65535d3ea3707ad8a9d5ec7ed371]

        Linked ABS. Migrated Settings Activity to v4 + ABS.
        
        Change-Id: I93195124aafd8472671a2cf4edddd82c37789016

2012-08-15  Julien Nabet  <serval2412@yahoo.fr>  [1be58f5c257b5dd467110d3e5faf3f8f48db4995]

        Related fdo#44989: Bin (Un)LockRegion functions
        
        Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [57ef2f63932b83da2fd3738712193b196101558d]

        Added About Dialog.
        
        Change-Id: I8839c10e79f8f9ec864a33be7e182c8509d0b35e

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [6736ad3847a5667bbfbde7b891d324b97d7e331e]

        moved my border test to odfimport
        
        Change-Id: Iafab67a2e1f75f754be99a98f8e573ad07847463

2012-08-15  Stephan Bergmann  <sbergman@redhat.com>  [3a54474c408d40e768c19e9ceef2da8b550d8f77]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I1341170e8ca43e23723a88ec05d826981e4473ee

2012-08-15  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [edf69b5b3fbb94385a4f564aec6e3f54abe4ee32]

        Migrated to v4 support library fragments.
        
        Change-Id: I6db5d05e15cbe603327fc9f59e7b8cace343e36b

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [5e6ba595f357be807bbbc30cf4ff7edda210835f]

        warning C4310: cast truncates constant value
        
        Change-Id: I3ebaec3953f86e8f42937e29fad54bafe87900fa

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [426f4c8dd1634cc4234f29c8e36b6379b68fe6e8]

        sigh.. MSVC warning C4146: unary minus applied to unsigned type?
        
        Change-Id: Ic2bbde637fd0a074f89b5ffa7af6e87d7cb408c5

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [8ea65d9f89b7dd8af839a0e6e952b09fe28bce10]

        oops forgot #include limits
        
        Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4

2012-08-15  Caolán McNamara  <caolanm@redhat.com>  [90bde1cbe25a15a3199eb7c931002b3366c2e653]

        that->than in comment typo
        
        Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c

2012-08-15  Caolán McNamara  <caolanm@redhat.com>  [109209c4f1db04eccf02d283f9d4ce039418603b]

        make all autocorrection manifest.xml have the same style
        
        now that these are stored unpacked we can see that there are
        a) a bunch of CVS dirs listed in some of the manifest.xml's
        b) some missing media-types for some .xml files
        c) various additional useless MANIFEST.MF files
        c) wild inconsistency in style
        
        Change-Id: I5ba3955470bf479f1b7ce2a4f243c600dcc38b8f

2012-08-15  Tor Lillqvist  <tml@iki.fi>  [0cb856816611d78f0e709c99cc99273fcdd7f724]

        Be less picky about how the Android SDK is configured
        
        Change-Id: I2118314038f7df3e534d8682495fd72a09bf76c8

2012-08-15  Tor Lillqvist  <tml@iki.fi>  [b265617923ab1efa5853a8790835a7829330fc42]

        Don't bother having configure look for stuff not needed for the build platform
        
        Change-Id: I2013204f433473cbaa33c7d89d980e31b3def654

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [869379e4c82d18edb42c62910e5855890dab0484]

        ScFiltersTest: fix overloading problem
        
        Change-Id: I691e683e2ec4d794de2f0860162f29a970c99397

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [1df49b79fd33d0ed505c4bdd053607064b5ae88e]

        SfxTemplateManagerDlg::OnTemplateSaveAs: fix assert
        
        Change-Id: I5dac56ac36eac128f1880987c084d09d8076c3f7

2012-08-15  Noel Power  <noel.power@suse.com>  [541986fef0993d749cc7ed790eacace322f43bb0]

        fix for fdo#53229, import group shapes position and size correctly
        
        Change-Id: Ie513b4a6351a2c6458eeca208faf7ba5bbb9fcce

2012-08-15  Stephan Bergmann  <sbergman@redhat.com>  [f25b78bd99a1eb0d81ce9993f514d0a625aaa776]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I9828862ea90a45848b3e8d21ec3ee960ce7c9015

2012-08-15  Stephan Bergmann  <sbergman@redhat.com>  [353465ba86c90bc3c788d823259cd6a3c94e239e]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc

2012-08-15  Stephan Bergmann  <sbergman@redhat.com>  [2ee7681013c9a557eb4e69f60686453b197c1a0c]

        -Werror,-Wstrncat-size (Clang towards 3.2)
        
        Change-Id: Ifdf0c47b38621835d6c6fa3a180d78f3f14edabf

2012-08-15  Michael Stahl  <mstahl@redhat.com>  [85ebb3d85ee0f9657410e9adea8e17ef48183b44]

        overflow in implicit constant conversion [-Werror=overflow]
        
        Change-Id: I4fa1168a06118066c72a66801d911a49653f425f

2012-08-15  Radek Doulik  <rodo@novell.com>  [3228062c517d886a78572d7162bc661fb41e9a32]

        avoid writing empty p:childTnLst elements, fixes rest of fdo#41992
        
        Change-Id: Idc09103bb8e4dbd580b5ae53f7929b4700f2c818

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [f7ca0e46532ba10d91d0e814938423e5995fdf91]

        Dont draw thumbnail border if theres no thumbnail to paint.
        
        Change-Id: I6ca934ccf2e1fa34e60cae3feb1564c87e69254b

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [223506761c5cf01c2a114afc2156e94f80464dce]

        Disable general manager actions while in save mode.
        
        Change-Id: I46496f75b7a9f441c989f8a750ecc675781162af

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [5fedb166239a69a407459254a68ddfad0e034126]

        Save template in the currently open overlay.
        
        Change-Id: I8b577ee7ab73384486b4756dd303e595da9210f8

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [e7721a2312b6bc81dbb33919feb065f33e2e61f6]

        Save a template to selected folders.
        
        Change-Id: I16969fa0b28ff5f1e5abe7e58ad8522c03b3ea4e

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [c5b01492200b19875c1976ee6621102a7ebff1ef]

        Show error message when trying to save without a destination folder
        
        Change-Id: Ib0ac72b5adb8544b2bd488bd3c3701898df2877d

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [6072d114977421da17127610e4a1a5103fecb20a]

        Add save templates command to manager.
        
        Change-Id: Ic538f23f1d8c4ba8f1a47386e1d16337cf2650c9

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [e626da3c527812adcd23916489cf95f995c6ec6f]

        Show empty folders when display all templates.
        
        Change-Id: Id78a18b00213a3963be583c2ae1b3534eb27df57

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [1e8ad45394fed750f893a3de0f83ff75fd8aa14e]

        Hide commands that are only for one selected template.
        
        Change-Id: Ib785e13402ec56bdc30a554c4fef6c81803db90f

2012-08-15  Rafael Dominguez  <venccsralph@gmail.com>  [7f2dd9ce821923f4f1bb3fe5034c902cc76c372a]

        Close dialog when clicking the close button.
        
        Change-Id: Idc07559a2635a3fb19cfba07e564c90fad913c12

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [655434ca2b18da7b821e713691a2ea52de71e97a]

        moving border tests from {rtf,ooxml,ww8}tok to {rtf,ooxml,ww8}import
        
        Change-Id: I705fc507429c5516e88597bd4db9e2e3dead8d93

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [0456089759cba276c739965651fae8223c640410]

        decodeBase64 test is done and working
        
        Change-Id: I4dfc20e0e577f986c626d4c4bab5b4e3214e4567

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [57cac07a4dc2f447e1ed907dda077b37f015acec]

        encodeBase64 test is working
        
        Change-Id: I598ea47ff02b15fdb1d7ff3992d2c660f5a41c95

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [9f2a303b9975a7d257990ecefb36cf9e80c02747]

        added some extreme values in string-to-measure test
        
        Change-Id: I8fd9029f42159444e7bb56f89eeb83fdb3745732

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [36955a6e1e99858954c7f6d8b96b027359fe522e]

        'string to number' test covered
        
        Change-Id: Ib8a81edce168be5babd1bcd62746199de77c2ade

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [daae18fd8f4933aea886dba02a3a16ebd0159728]

        'number to string' test covered
        
        Change-Id: Ic6bdc9448509e6f8251709c22576cc10cf9b8eb2

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [ecb81153407d42da26c52529fd8bcb00abd03975]

        'string to color' test covered
        
        Change-Id: I024296d1f71bd06837547cd8af3adc2cf2830b95

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [1edec50b9daa18c1a4088ce94051c4b415cf8a1a]

        'color to string' test covered
        
        Change-Id: Ia65d1bef19ec02efbb5d7dd784d4cc48c3dd51f2

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [d2ab20971b8c0eb64676dd13216a89af0ca9e7d0]

        'percent to string' test covered
        
        Change-Id: I6966191a3adde0af318021ce8eec910763c42585

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [d54174970b926a2ecfb2981447ee11e30fca581d]

        'string to percent' test covered
        
        Change-Id: Ib18e28cba03c7032e8a446449b2839e7b7534133

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [d2bffadb60079fb032e631b5635d2800c193cf0f]

        'bool to string' test covered
        
        Change-Id: I8ee1142b2a68799a650f501e2fe491a5ed8d7a5e

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [764a1245ecf07b75a2b71d302a91d7c7a37df363]

        'string to bool' test covered
        
        Change-Id: I6613167703974d802d17d7fd8cdf0f552721c33c

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [63cd59d69136d73d6f73bdb2a5d54166a5302a38]

        'measure to string' test covered in test_converter.cxx
        
        Change-Id: If764eb4d87db93dc2907bc21fb1b9f10687a7ee4

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [72001879877f85e27982b9c17d7346bbcfe0e033]

        Added testing 'measure to string' function
        
        Change-Id: I36de98025ec72230cd960191ab47ab39ce965cc5

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [978c6b87a35c6ca0d7c2396ba389958cfdf550e3]

        All the MeasureUnit values are covered in converter test
        
        Change-Id: I6c447bb3948566ad10d9935397089ed1fceac1da

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [22f295551c7371e742b97557a6aa6bc1bc6a0c9e]

        Started testing measures in converter test, first: string to measure
        
        Change-Id: I96296b75d7c1f131a96add9dd17dfbffa079e343

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [ea6184c588eb9f00ec660738773b89813a6dd2ea]

        Border test in Calc now checks also style in all borders
        
        Change-Id: Idfb9f035b9940a0e52706bde7d7f4e19c9c9fd6d

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [ac2278bb183df946f2007c4db66d0b78729bcc87]

        Border test in Calc now also checks distance, out- and inWidth in all borders
        
        Change-Id: I196b87fb6e59e182ff1f674dc79428cb53612b94

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [a8a19a7b61e88e03db6fc85fd11120daa67b79ce]

        New border test for Calc, checks all the widths
        
        Change-Id: I44849ae8e8c174d1b14e10477f31dedaccaee293

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [5f774886fa6bdb35b07fe368100fd3aeb35b631b]

        Added new border test in Writer, checks all the borders, not only the top one
        
        Change-Id: Ibbbd5043e89104de4b91425b4972920e8c51cdca

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [fe2c1a416c914db2f9bccad0be555775984c6f8d]

        Border test now available in rtftok
        
        Change-Id: I9d72c5f5b075983b9be921e15d62c274d84e350c

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [ba6046770f73402a65defd6c7b2cd40f5542fe5b]

        Border test now available in ww8tok
        
        Change-Id: I5b1c3f6477583d71eece7c2b4c1b6a4ba7e6f4a2

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [d97370f490b34fbe662ce3a933aa3bc30161156b]

        Refactoring the border test in sw, one header will be in all 3 tests
        
        Change-Id: I007019738c901e0194006ae34e7e5b99f72ee91d

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [ecabd1002222cbf2b4341b803950fb164cf5f5df]

        Word format import - new test in ooxml checking top border's widths in tables
        
        Change-Id: I0e4434e9266190f0719df7fbba9f6f2904da8707

2012-08-15  Artur Dorda  <artur.dorda+libo@gmail.com>  [0e38825ddf1939a1d6ec2e0db5c5c1f4e73d1798]

        Working version of XShapeDumper
        
        Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f

2012-08-15  Radek Doulik  <rodo@novell.com>  [de77d83c15be81a194cb98f6470e52369ad578f6]

        use a namespace for xfrm transformation element, fixes part of fdo#41992
        
        Change-Id: I3872028e4204ae5f72942b7345bf881ef3a96752

2012-08-15  Radek Doulik  <rodo@novell.com>  [57e8f53e4f6ecfbedef4d2922935a7f7b2f467b3]

        call WriteTransformation with namespace id, fixes part of fdo#41992
        
        Change-Id: Ifb4a78bfc3c47788503da5b7d74f356343a7cbf8

2012-08-15  Radek Doulik  <rodo@novell.com>  [c3f9eb1c81319dd4a6138a1a2b4fc21bafd942cb]

        make fontwork custom shapes as one path object created from polypolygon
        
          - which contains outlines of all characters instead of creating group
            of path objects
          - now the stretched bitmap fill works correctly - stretching over whole
            text instead of only 1st character
          - fixes part of n#759172
        
        Change-Id: I65211e336aadb8909b5d4a3dcb3647f44be22595

2012-08-15  Radek Doulik  <rodo@novell.com>  [2af61dad1bb90b70d3a21d0850965f9a014c5ecc]

        display hexadecimal and decimal record numbers
        
        Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6

2012-08-15  Miklos Vajna  <vmiklos@suse.cz>  [97be55676b87647c099fd316ab528966a35ad2c9]

        fdo#53113 testcase
        
        Change-Id: I64cb3050dcfd10253daa521b2c5fa69ed1cfa952

2012-08-15  Iain Billett  <iainbillett@gmail.com>  [e40f2678ab4ec8116e562cda51281762a76bb166]

        Added soft shadow around thumbnails.
        
        Change-Id: I09926356c54e566a26b9fc944f61d3944dbd4ce0

2012-08-15  Iain Billett  <iainbillett@gmail.com>  [6078a319491c0342aba883ba498f92f056a5e85d]

        Moved Animation code to DocumentViewer.
        
        Change-Id: I3a21783a1ade19bd0c868f58137d244a13e0d132

2012-08-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0093e6b6a0c03a5f9e693359fcd798b0113b009a]

        restore the old value for SID_ATTR_ZOOM
        
        regression from 6484ccb4edad34d03d1300929fe20788f41b255e,
        can be seen for example in Writer's page preview mode, changing zoom
        by a mouse wheel does not update the zoom slider.
        
        these slot ids are sometimes collected into an array to pass to
        SfxBindings::Invalidate(sal_uInt16*), which requires a _sorted_ array,
        so let's not modify the values and break the sort order.
        
        Change-Id: I9cb59a6eed2f19dfb3a308d7654d8b0b1779ae6b

2012-08-15  Stephan Bergmann  <sbergman@redhat.com>  [edaf3e8cd146f5dadb73f1aebdf990f8a2656bc3]

        fdo#43433: Binary URP works gracefully with old Java URP
        
        ...which did not support protocol properties yet.
        
        Change-Id: Ic5bb346764fb039856e16169d5ae96d01422e7e0

2012-08-15  Miklos Vajna  <vmiklos@suse.cz>  [bc440c09ed6ff62759c40d7710286978e0be2169]

        Let --with-system-libs not affect hsqldb and saxon
        
        These are special cases where using the system one is the exception.
        
        Change-Id: I3cf9f9e02de26b3186fb06926a080e560dcf26d0

2012-08-15  Thomas Arnhold  <thomas@arnhold.org>  [fe9f8c1800d8729fd1f07039c952f95ecefb560c]

        solenv: remove unused functions
        
        Change-Id: I8e361beb954c742ddcecde4a4ba2a4ae57057c39

2012-08-15  David Tardon  <dtardon@redhat.com>  [ab03e87741f25d3a5532a75c3dc59b5556a2bb24]

        add build support for libexslt
        
        Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b

2012-08-15  Takeshi Abe  <tabe@fixedpoint.jp>  [dfe544c87b55cb6b7db4efe8a992868ad6e11339]

        sal_Bool to bool
        
        Change-Id: I784fb31bad1ff02987c24abbac04b38207a1f5cf

2012-08-14  Tim Retout  <tim@retout.co.uk>  [065b591504096661ac9f421902e108fbb8624b23]

        installer::download: Remove unused create_link_tree.
        
        Change-Id: I2ec409d25ae46580898dda180d991554d89ee501

2012-08-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a7a12bd3dee32db44a6b50a68ab700dc8ce437df]

        New unit test for importing cell-anchored shapes from ods.
        
        Change-Id: I3cedafaf1862c69a40a7973ed056bf595f9e7d20

2012-08-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4606ca07de17c930b658206a19446516cf0d4eb7]

        Calculate positions of cell-anchored objects upon ods import.
        
        Since we no longer re-calc row heights on ods import, we need to do
        this manually, in order to position cell-anchored objects correctly.
        Previously we were getting this for free since the row height recalc
        code path did it as part of it.
        
        Change-Id: I8ab5dd1fe7cd8a45b7968e101c893b442d7ce132

2012-08-14  Tim Retout  <tim@retout.co.uk>  [0038f19b97f5e036870d2210f975358c18e5809e]

        Remove unused create_download_link_tree
        
        Change-Id: I319dd0cff6f471fa6ca38d5fcf0f99c462836a83

2012-08-14  Tim Retout  <tim@retout.co.uk>  [9b69ef1013d60e655eb4545d1a2af1e2fae8e695]

        installer::download: Enable strict and warnings.
        
        Change-Id: I4499968f00e313187ef7792954f3168bfadb2f6e

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42c35f0d5bea1eafdbc02b92febaed1dcb2ab332]

        remove debug output
        
        Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [631b6e87ca95c0e2bcb2bdc34095c5f601af3469]

        check for non existing style entries, fdo#53339
        
        Change-Id: I95bbb3ad89eedebbcd45b4eefd26b46d5d8cd05f

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97c8aaee3afa65bf7106cf175af87841147ca6e5]

        use boost::scoped_ptr instead of raw pointers
        
        Change-Id: Ie09c66a414ec5a949bf8b0e5a32a3bd0d603bd06

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [232f2513fc79120ab2625db867f49c35838830ef]

        correctly export background colors of cond formats to xlsx
        
        Change-Id: I6d4b596ba3d611c8b795d48ca59378c4f4136611

2012-08-14  Rafael Dominguez  <venccsralph@gmail.com>  [c319e6258c34afa70ff0ab1f997ed88d53f94961]

        Display template preview in property dialog.
        
        Change-Id: I7479bac95a93a156889e19921373c441ef8fd881

2012-08-14  Rafael Dominguez  <venccsralph@gmail.com>  [cda4febfcf81473e7c0d4f8fe52212d282fa14d1]

        Display template information like author,type,keywords,etc.
        
        Change-Id: I541ba1e40bd320701fac5d75615c8c9486dfebb9

2012-08-14  Rafael Dominguez  <venccsralph@gmail.com>  [0c03f7945e89e52a473a21267a4bd18970da52d3]

        Display template preview and information when clicking properties.
        
        Change-Id: I9a783c39f04a19cd65a292f3ebff923bb845f2c4

2012-08-14  Rafael Dominguez  <venccsralph@gmail.com>  [4fe7c4f3a98b97034e880ceebcea2b6fecd05852]

        Show template manager dialog instead of save template dialog.
        
        - Only when experimental features is activated.
        
        Change-Id: Id60853b93f2766a5ff6a1c21907675891ab26396

2012-08-14  Andras Timar  <atimar@suse.com>  [68909d3d25da0fe350319dfc82ca5b8fe9f38dc8]

        fdo#52078 do not register shell extensions for Flat ODF
        
        Change-Id: Ibe7e33d0f79caac177cf84fdbdc2cbf48ced8840

2012-08-14  Michael Stahl  <mstahl@redhat.com>  [18f010bb6eb8c28bd737fec151189a84032b8d44]

        tools/list.hxx: Now that's what i call a dead parrot.
        
        Change-Id: Ice454bf28119c8291d3ed6b2bd8bf578acc63f3d

2012-08-14  Michael Stahl  <mstahl@redhat.com>  [5a18ea20b4f35b17efb5dfacb4f24fa31f9dca97]

        AnimationWindow: remove pBitmapEx member
        
        ... as it is just the current bitmap in the list.  Also remove
        unnecessary position parameter to UpdateControl, which is always the
        current position in the list.
        
        Change-Id: Ib4cc19ecd15e144676764cfe3e728e340b58b742

2012-08-14  Michael Stahl  <mstahl@redhat.com>  [3af368f0f8e6691aa2eef177ccfcfcb95885c84b]

        AnimationWindow: convert List to std::vector
        
        Change-Id: I0b26906011e8986820c12d68bbe521f1f638f920

2012-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [03d49b2be3f60806c1fa1e1de61cf46a4fd81c86]

        Fixed resizing for landscape view.
        
        Change-Id: I5d0ce922efef1eea682e61c05eba3554f9263a8d

2012-08-14  Tim Retout  <tim@retout.co.uk>  [e6ac2ad7ac9bbdae9ac226a2c8202f627dd0ba8a]

        installer::download: Remove unused unicode conversion functions.
        
        Change-Id: Ie4a22b0e88c5509d291b47f4af67ab780d60e3a8

2012-08-14  Tomaž Vajngerl  <quikee@gmail.com>  [42801a0e690a63c3a94b1d8256b6c7cd64856bd2]

        Fix transparent bitmap rendering.
        
        Convert transparent mask to 8bit-grey after scale/rotate/crop
        transformation. Use correct perspective at rendering.
        
        Change-Id: I80b19d7bec880b0c58709c7c5bee6199cbc815c9

2012-08-14  Matúš Kukan  <matus.kukan@gmail.com>  [e9ed269c9ec985e1f4046addfab05c1c3795da68]

        tubes: clean this makefile
        
        Change-Id: Iaae75640e2daac0edce609a99f20056e12756ffc

2012-08-14  Matúš Kukan  <matus.kukan@gmail.com>  [62f5fc1d2f14f8164c3dd6eca5494a8c1b01301b]

        this line is wrong; removing
        
        Change-Id: I5159f3f41c3e0d6ec775a7d1700cbe1272cdb059

2012-08-14  Matúš Kukan  <matus.kukan@gmail.com>  [540ac996fb1441f69a59c9e8bfacca64418b8b4f]

        these are needed only for odk
        
        Change-Id: I6d9ccf819f7f887fa17a2de72f39a456a56ace24

2012-08-14  Matúš Kukan  <matus.kukan@gmail.com>  [7f6b2321a5adbf63fdd50989e58418db93e90454]

        tubes: use channel's signal closed to know when end the collaboration
        
        Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08

2012-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0357b778956a453a700d7b7002a7850071bde70d]

        Implemented rotation of slideshow view.
        
        Change-Id: Ib518e1609d21463273a00fcf161f20c80eae6a67

2012-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e02468f6e8b5d15635c2c9986ca249a8254192d1]

        Added rotation of presentation view.
        
        Change-Id: Iea68b7740c5e7cf9380c91b8b85ff02fd9c11b8e

2012-08-14  Caolán McNamara  <caolanm@redhat.com>  [e1fb965edba01883ce83421693cdb548f992381a]

        Resolves: icu#7601, icu#8198
        
        Change-Id: I1d0d9a322a42fe7a020d46f21bb3c52a5070c866

2012-08-14  Tor Lillqvist  <tml@iki.fi>  [2380db59653f5f1cb7e8f6d43727be5ca61f77cf]

        WaE: unused variable
        
        Change-Id: I828e6ffd3aafa5182d98535c87bdd8fe448fb10f

2012-08-14  Lennard  <Wasserthal@nefkom.net>  [234738874f29ed23cd2aafb470511b5acf411e3c]

        Fixed Bug [35079]
        
        Drawing: Fixed Custom Shape Frame-Selection Bounding box bug
        
        Change-Id: Ia14feba446358cb195922477e0aa9576e9be2ae6
        Signed-off-by: Lennard <Wasserthal@nefkom.net>

2012-08-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5321134c73dca4b7e7a191758f4691b71e49dcc7]

        drawinglayer: fixed file name in a comment
        
        Change-Id: Ia27b38a2eb027a987990d55cbe8b9951b7d384f7

2012-08-14  Joseph Brown  <1st2be@gmail.com>  [84a219020ca37a28799972cc60d9286c82ca7511]

        fdo#51695 Check for Textformat
        
        Numbers shouldn't be in NUMBERFORMAT_TEXT, but it can happen.  When it does, IsNumberFormat call fails even when a number is entered.
        Also reordered other check logic and removed unused code.
        1st2be@gmail.com -- Joseph Brown
        
        Change-Id: Icabd8b33b634c324302a970e137f8d74a2c20caf

2012-08-14  Miklos Vajna  <vmiklos@suse.cz>  [c9cae5b599a951ce0a0aae67dff69b6b677b1e86]

        RtfSdrExport: unnecessary explicit OString ctors
        
        Change-Id: I2d8b9870f2d8c6836e1006e10eed3fe4a2566c2d

2012-08-14  Miklos Vajna  <vmiklos@suse.cz>  [6e4c10c1dcd7c7d6b464746495fc4e33a428b41b]

        RTF export of fillBlip and fillOpacity shape properties
        
        Change-Id: Ib2c10de54725e51ecbb3dc425ab6ca8e01a4c6ea

2012-08-14  Miklos Vajna  <vmiklos@suse.cz>  [05d86fcdd9eafac6e337e2117502662688118ea0]

        fdo#53113 DOCX: export fillBlip shape property
        
        Change-Id: Id23518d0f72d7650f3d875028f83caf9b6581ccd

2012-08-14  Olivier Hallot  <olivier.hallot@alta.org.br>  [3c23dfb5d06bce5ebdd6886c1f879eadce1b0f6f]

        Remove some dead assignements in sal/cipher.cxx
        
        Remove some dead assignements indicated by clang scan-build report.
        Thanks to John Smith clang investigation
        Patch corrected
        
        Change-Id: Icbee3a65b6753d45433f1a4ca30567675e27e6d9

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [480dc0740cf5112b595902dc44d5640899c40d85]

        warning C4702: unreachable code
        
        Change-Id: I02e6f646ee5deb278f4193185ffac8835efadc5c

2012-08-14  Arnaud Versini  <arnaud.versini@gmail.com>  [9a3d8ed28dc44743b6715cd8bac39b55762cba11]

        Replace usage of rtl/memory.h in vcl with equivalent from string.h
        
        Change-Id: If8d460189c57f9c02923019e95bf47db1d96c716

2012-08-14  Eike Rathke  <erack@redhat.com>  [d26599c3e1dea940439985b46b727cfc22b37c38]

        changes to "fdo#47674 Save settings for Import Ascii Text Dlg"
        
        * For TextToColumn some fields are preset and not changeable and
          configuration does not provide properties, do not attempt to access
          non-existing properties. In fact unotools/source/config/configmgr.cxx
          mocks about these cases if built with debug.
        * Do not use RTL_CONSTASCII_USTRINGPARAM with new code, OUString knows
          about ASCII literals.
        * Converted an if(meCall==...){}if(meCall==...) to a switch case.
        * Sensible indentation, please ;-)
        
        Change-Id: I6ef78cad3958b6379d17275a716bb62553b07601

2012-08-14  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [597bdd89d108fb8325d81f5b30ffdd0d3ea68072]

        fdo#47674 Save settings for Import Ascii Text Dlg
        
        Add save of settings for Paste Unformatted Text and
        Text to Columns.
        Remove useless cSep parameter because default are set in Calc.xcs
        
        Change-Id: Iff4b976f434a63d2d1f56e497852c7c1e763151c

2012-08-14  Philipp Riemer  <ruderphilipp@gmail.com>  [ea7b1af01511d147ba7bfea925d407e72723a7db]

        Moved method declaration in class definition
        
        The following method was added at the bottom and is now moved to all
        other methods marked as protected.
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: Ib536f93f1565a128a3bb5dff12496005c51acb83

2012-08-14  David Tardon  <dtardon@redhat.com>  [2e8b2e6de14d325863d9bc419a461b75c3aaf3d0]

        fix "uncover" slide transitions with presenter console
        
        It turns out it is really not a good idea to render _anything_ on the
        first run of performIn/performOut in classes derived from
        SlideChangeBase. That is because the functions are called separetely for
        every view, so, if there is more than one view, like when the presenter
        console is active, it will be done only for the first of them. This
        commit introduces another function, prepareForRun, that can be used
        reliably for that purpose.
        
        Change-Id: I2c690fb145ccc05a680d4c2991c73900336e6f42

2012-08-14  Rob Snelders  <programming@ertai.nl>  [b843d9056898f916b8c1bf86b36190c3c796a60f]

        code cleanup
        
        Change-Id: Ib154cd53253e4d802d13a024a20f6c34d499e672

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [d72568fc7d2680107c8f86f777bc6f55e5f09ae7]

        Fix condition
        
        Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [629dd9dae17b902b53839842929fcff4b836b47a]

        Remove SSOExceptions.idl
        
        Change-Id: I930603bfcee8084eae0a086d3ce02182b8b13541

2012-08-14  Jean-Tiare LE BIGOT  <admin@jtlebi.fr>  [213938438a22e44d591a708505b4a9389275a12e]

        Applied fdo#46808 to offapi/auth module
        
        For auth module, this is more like a cosmetic change :)
        Anyway, all the tests passes and this is one more module
        migrated.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com> with additional changes:
        * Kept the odd SSOExceptions as noheader instead of nohdl.
        
        Change-Id: Iaef3b4ab8c29526be8d0a388fc17e6af5d293c81

2012-08-14  Jean-Tiare LE BIGOT  <admin@jtlebi.fr>  [a334c468508125b9a8342b285f81561d8ad026e1]

        Tool to ease rdb file update to work on fdo#46808
        
        Add a simple shell script to ease the regeneration of
        types.rdb. This is a bit tricky to do and error prone.
        I hope it will encourage people to work on fdo#46808.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com> with additional changes:
        * Moved offapi/update-rdb.sh to offapi/type_reference/update-rdb.sh, to make
          clear that it is all about offapi/type_reference only.
        * Changed update-rdb.sh to take a list of idl files, so that a single instance
          of the script works for both offapi and udkapi.
        * Some more simplifications/clean up of update-rdb.sh.
        * Removed the udkapi/update-rdb.sh symlink (to avoid potential problems with
          symlinks checked into the git repo, like on Windows).
        * Undid accidental(?) changes to typelibrary_history.txt, added a note about
          update-rdb.sh.
        
        Change-Id: Ic1923e2b2b3af64251019b619b33c728a05b4a14

2012-08-14  Muthu Subramanian  <sumuthu@suse.com>  [b8b054785b9718f0ec08f92b0c53cac7a497b189]

        n#759180: Override properties with endParaPr.
        
        This is done only for empty textruns.

2012-08-14  Muthu Subramanian  <sumuthu@suse.com>  [ed011e491bc9c4ca5ea90851bb81384eb0b47537]

        n#759180: Push oox default spacing values.

2012-08-14  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [789b162cce8ad306861344e8497eab460983440b]

        fdo#35323 - fix for The standard date format for Swedish is wrong
        
        Change-Id: I967b75b54a330692fb88783609e714d016506f89

2012-08-14  Caolán McNamara  <caolanm@redhat.com>  [ee93dfafddd0f14b9a1ac3c82b967bf3a65f64aa]

        drop disable-xmlsec, it's core functionality, have to live with it
        
        we basically need this functionality, the idea of it being optional
        isn't really logical anymore with nss split out from mozilla.
        
        for iOS and Android where they doesn't build yet spit out lame fixme
        nag warnings
        
        Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02

2012-08-14  Muthu Subramanian  <sumuthu@suse.com>  [3ccb8dac1405dc4ffa0ca3c45bd0724cc339d8ad]

        Adding unit test case for n#759180

2012-08-14  Muthu Subramanian  <sumuthu@suse.com>  [e3acf19c0502b0758359b56abda81e504d167630]

        fdo#47434: Zero rect. size causing wrong line positions.
        
        Thanks to Korrawit Pruegsanusak <detective.conan.1412@gmail.com>
        for the indepth analysis and debugging.

2012-08-14  Tor Lillqvist  <tlillqvist@suse.com>  [aa4b8a8164f01a120ba9bfb2e86b1ed33cc1d69c]

        Be more careful in recognizing MathML (bnc#774921)
        
        Change-Id: I82c36a3ff49f74dc674df46dcf35f8c1a991c9e2

2012-08-14  Michael Meeks  <michael.meeks@suse.com>  [318590b2900ff01ac36bb0bab84ddb69ffa0f9c9]

        android: recover from un-thumb-nail-able documents without crashing

2012-08-14  Miklos Vajna  <vmiklos@suse.cz>  [5da2e40292e420dc48da7ea5aef29c96a1127140]

        RTF shape filter: handle custom segment types
        
        Change-Id: I320bab34080b401c61efbc5b3383836362f5f43f

2012-08-14  Miklos Vajna  <vmiklos@suse.cz>  [4dd8aa2630074b479b216da8ee7b50ed0bf78511]

        fdo#53113 vml export: handle custom segment types
        
        It seems that EscherPropertyContainer::CreateCustomShapeProperties()
        simply sets nSeg to the number of (lineto) point pairs by default.
        
        Change-Id: I24bde088f5f2970d53de827e1ca03c5419ac892c

2012-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [89587e6cf1182095e52f6c5a3ddab35c783fca2e]

        fdo#50941: "Characters per line" will not change when changing "Max base text size"
        
        max characters per line follows max base text size in the squared mode of text grid
        
        Change-Id: I47f8cd0db1ece5c940f31aada7d51d40058c7513

2012-08-14  Matúš Kukan  <matus.kukan@gmail.com>  [690078182aa82ba41e7da849d0fef271bb55c847]

        nss is now required unconditionally in vcl
        
        Change-Id: I846c9ef6bf9682ff02f586de6b979845deae6e93

2012-08-14  Caolán McNamara  <caolanm@redhat.com>  [2cd01f9c90dec1c3b4409d5268cd642d397df136]

        minimize fractured text spans
        
        There's a mismatch between writer and word as to the categorization
        of text, which is a pain.
        
        Change-Id: Id087034e72113d718a98ad21db1c09c79d1d4772

2012-08-14  Noel Power  <noel.power@suse.com>  [7bfb229230a439c2edb3e8452fe0d3430f9931ce]

        sync cell context menu & edit menu 'PasteSpecial' entries for calc fdo#46250
        
        calc application specifically handles PasteSpecial so no need to set the state of the menu entry to enabled always ( for calc at least )
        
        Change-Id: Iaf13dd825f0cbdcf9f455db07d727753fae90868

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [d3bec41a1b92cc8ca9f4750c5f9740da52879085]

        Patches reported upstream
        
        Change-Id: I1275b73d4f18633ba03831b6973b801b0467cf0d

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [e7b2c4b13f1572e4ded8613dfc7b187aafad87ff]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I8287b7eb761fc4b88e7f5acc7a0837b7a4634970

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [bc8a8443a4c9f85dbfa8e064d14c603f5a2d160f]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I5d37ddd95068d807d0f28dd2f00d43b227e910c5

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [0cbc03f46828296b06bb58ae7e7face7bc1a6364]

        -Werror,-Wnon-literal-null-conversion (Clang towards 3.2)
        
        Change-Id: Idab8116ac30f8ed3100292dd7a9a6a0c03a9e806

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [58d03e38aa42c1515c0b467148ae796402872776]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I792247193e98cbf9225ec103911920e7f63640bf

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [103be64d430aec45ed4c6b170aad5001e16354df]

        -Wc++11-narrowing (Clang towards 3.2)
        
        Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0

2012-08-14  Jung-uk Kim  <jkim@FreeBSD.org>  [ed93117447a3217fab0e2425f8761e24423024b5]

        fdo#53061: Fix for C++11 #define NULL nullptr
        
        Change-Id: Ia1805aab4bec7fef02c96ec4e7a7a0ed9991d3c3
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [9272ce4e6f54bc283bbbe6106f66fd48c4ce8d82]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I40354853ad44024c342babd3b706ce305a059ff4

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [0e10d1627dbe41e67a159bc32c8e3c385093d172]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Id5343222eea264c956ed0a6b545c59125352e110

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [8074622112f7b3889d74a633846e914b86fb27c5]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Icf1c673acb703e6518f4d65994b76c6374c16f1e

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [5df29c9fdc4123b37d5264d9cf1409a4ea136a63]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I1f9341d1b70b9b996f3b344433e949647e12edf6

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [8aca4d43cc117d8b02d53e8a2849e80350d92737]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I28dba7f4c7310da931831319aa33a3a67c845381

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [cbe5a8c85868be56ab1fac5534b105692789b9d8]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I213bc96fd6c9049c0dba0a527e827ae5d8f0ace3

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [31c52706fcb73c4f088ade5b949035c53e6d36f0]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [27b76a44593c654800cf0f90d82ccc8d5a6f1c48]

        Some C++11 related fixes
        
        Change-Id: Ia7f325e3658618fe627a0bc00dec4e98e41e5716

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [9960899e378711cd254d94b1bb6db908fb3e9664]

        -Werror,-Wunused-private-field (Clang towards 3.2)
        
        Change-Id: Ib98c4d608f15980449a6949615a38cd8a436012f

2012-08-14  Stephan Bergmann  <sbergman@redhat.com>  [65842bb5cd809143087ef06754cb2ee0e2aadabf]

        -Werror,-Wunique-enum (Clang towards 3.2)
        
        Change-Id: Ibb711d12561040404e819cb4a6ed4daa7581cd7c

2012-08-14  Jung-uk Kim  <jkim@FreeBSD.org>  [e19cd3f8a39fdb9878cb573438e04ae325405ffe]

        fdo#53061: Fix for C++11 #define NULL nullptr
        
        Change-Id: Ic6cce351202eca8160f1536981ce5d0985010cb7
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-08-14  Bertrand Lorentz  <bertrand.lorentz@gmail.com>  [a6c7410c1391b67f4550dadf105c8f4979c21dcd]

        fdo#39468: Translated German comments in sw/source/core/docnode/ndnotxt.cxx
        
        Change-Id: I0838ef7e1a80056a2a0bf0fc8d4ff91f9acbe5b7

2012-08-14  Tim Retout  <tim@retout.co.uk>  [e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19]

        logerrit: Fix some typos.
        
        Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea
        Reviewed-on: https://gerrit.libreoffice.org/409
        Reviewed-by: Jean-Tiare Le Bigot <admin@jtlebi.fr>
        Reviewed-by: TomÃ¡Å¡ ChvÃ¡tal <tchvatal@suse.cz>
        Tested-by: TomÃ¡Å¡ ChvÃ¡tal <tchvatal@suse.cz>

2012-08-14  David Tardon  <dtardon@redhat.com>  [71248cadf6736fbb14b57e1b3edea0a924781609]

        the copy ctor can take const ref
        
        Change-Id: I4ef23f084d918dbf8227610f64bb7c38680e377a

2012-08-14  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [331c410205f6f456af7c3ab54e981c771784fd6c]

        Improved pin entry in dialog box -- correct sizing.
        
        Change-Id: Ide6184395ea2d916d48dd93a2004dbb6d271a33a

2012-08-14  Tomas Chvatal  <tchvatal@suse.cz>  [3269a0d10e28e183e2c443859b3fbc6ec11fb0db]

        Depend on headers so we wont get crasher on missing framework.h.
        
        Change-Id: I2734f5ccc8f3abe415cf48c6c2c8c2783573a550
        
        Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a26dd3ccec190b9149b9bc64bc08fe503927c1d]

        remove two obviously wrong comments
        
        Change-Id: I8b5929b2ae022c40397f70abf863e3aae63d1d54

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [533a8a9efe99391b1258ea7d1481f2d07d3ae14c]

        remove some auto_ptr from xecontent
        
        Change-Id: Idef77ba4ce419aec26476ed027ac1a3c3fc41eef

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1885266f274575327cdeee9852945a3e91f32f15]

        implement dumper for new cond format test
        
        Change-Id: I2a7f0cf20fa54cbcafcb30d8b8834fd1adf3821d

2012-08-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [65457cbaf0acbfb1925c21f2d03ffec8e20e84bd]

        implement color scale and data bar export to xlsx
        
        Only 2007 versions of DataBars supported yet
        
        Change-Id: Id1d10aae2bb5221246740defa3d4a97a1cd7c908

2012-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [65095170ffa3689d60792e0a9d7aa88471b08704]

        Remove declared but not defined function
        
        Change-Id: I74836b55375a6e2e57a989234bacf7186325b33e

2012-08-14  Takeshi Abe  <tabe@fixedpoint.jp>  [1f224b02c8e9ff9420cec310a3bab567fc653c5f]

        sal_Bool to bool
        
        Change-Id: Idb5ef3cebdd45bd91f7c0ae34e422fd651d395c9

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [d170a36bbfc41d6a7d12a7ad242efe89b5f7e306]

        re-indent LOC to match coding styles (in tools/inc/)
        
        This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
        
        Change-Id: I368c1e119225bbee2adf71cbde0ebc41120c4b15

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [70fc650319f8cfc0b3230ad2dea584eb1368a238]

        remove ascii art and blank lines in tools/inc/
        
        Also added some lines for better readability.
        
        This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
        
        Change-Id: I50e6c05141ef3b8db70302d8853b46c38414c6d5

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [8f032e04ad69166d03510b2baa4f72fefe834cc0]

        removed "// end of sth." comments in tools/inc/
        
        This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
        
        Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [731f3ce64a84b14b43a2a8ca3d455dd8711781b9]

        clean-up of existing comments in tools/inc
        
        This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
        
        Change-Id: Ie220db245c08a6144f74a3727db3d6bdc2786495

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [7dfba55bfd15b3c3b080a13b63073e6d2ab808b7]

        "doxygenized" comments in tools/inc
        
        This is a follow-up patch to c8b7aa55138848fe07108779099267424bc03e3d.
        
        Change-Id: I124d01ff13d12ea392e6ef283a585d63b1b82e1e

2012-08-13  Tim Retout  <tim@retout.co.uk>  [4b180f51c5cbaaabfcaba6899b5047c89d623cc2]

        installer::download: Clean up get_versionstring and make private
        
        Change-Id: I9499b7eb580b499ea63bbf8d6ba5bf45a1c460e1

2012-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ae296a60781a2b5d5b7523cbda3444e3dd21506f]

        fdo#53456: initialize pivot tables *after* the formula cells.
        
        Or else all the formula cells within pivot table's source ranges would
        be treated as if they are empty.
        
        Change-Id: Ib04f4902863b091c483711eeaf31a282f6feaf67

2012-08-13  Noel Grandin  <noel@peralex.com>  [bf70f37c9243b6c94318f093871563c8c3784aa6]

        Convert aTimeList field in AnimationWindow from tools/list.hxx to std::vector
        
        Change-Id: I45893027fc33ee07e4fbddec06ab8949c58ed316

2012-08-13  Noel Grandin  <noel@peralex.com>  [0beb6bc4b39caca5c62bdb6c17d89210119a12e5]

        Convert from tools/list.hxx to tools/contnr.hxx
        
        Most places don't need to include tools/list.hxx
        
        Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4

2012-08-13  Noel Grandin  <noel@peralex.com>  [b78c58c8678ad9b4c13f1b5691da66f0d915685f]

        Convert from including tools/list.hxx to tools/contnr.hxx
        
        Change-Id: I728995adb333df7c647674bba3bca7fe6fef78d0

2012-08-13  Noel Grandin  <noel@peralex.com>  [9173bdf522375e99c0145b31f027678d8d9c9770]

        Convert tools/list.hxx to std::vector in maExOleObj field of PPTWriter class
        
        Change-Id: Ie677ef12d8443c36069dd6910b42b81b48beb974

2012-08-13  Noel Grandin  <noel@peralex.com>  [f5ec08d4d8ff64cbae83e47ac2159eb3a546bc79]

        Convert ParagraphObj from tools/list.hxx to std::vector
        
        Also convert mpList to maList in ImplTextObject because its
        lifecycle is completely tied to it's containing struct.
        
        Change-Id: Ie1a35b604bbe539f3ae1303e3873e47ddae38cbc

2012-08-13  Michael Stahl  <mstahl@redhat.com>  [d037459ca5da62f0ae02a2796c661d41427e67ef]

        PPTParagraphObj: replace PPTPortionObj array with boost::ptr_vector
        
        Remove null pointer checks as well, we've been dereferencing them
        always since c21c2f82f9451c293c449e4647522d126a0f2bee (2001) already.
        
        Change-Id: I978745ab922f7975a785857f7d17add62e37baba

2012-08-13  Michael Stahl  <mstahl@redhat.com>  [3a085e0b7e9249310edffeabe1c48b06b9d1fae0]

        PPTParagraphObj: fix problems in previous commit:
        
        - check for a null List element is actually check for valid index
        - there may be any number of character properties for every paragraph,
          so need to pass in 2 parameters to PPTParagraphObj ctor
        - PPTTextObj::PPTTextObj: nIdx became n in one place
        - PPTTextObj::PPTTextObj: n++ dropped in one place
        
        Change-Id: I590834012c46b7885ba5aa9c50655bf62439a0e9

2012-08-13  Noel Grandin  <noel@peralex.com>  [03ec685a0839482995bf8815a1528ee15d2afe3c]

        Convert property lists from tools/list.hxx to std::vector
        
        Change-Id: I447883a8bbfa01ef60e7ad870c0f9ddefb7fdada

2012-08-13  Noel Grandin  <noel@peralex.com>  [07f4263cdec47be554da18cc37d2078d170c5ec3]

        Move definition of LIST_APPEND to contnr.hxx
        
        This definition is used everywhere as a flag value, even where
        the List class itself is not used. Move it as part of stripping
        away usage of the List class.
        
        Change-Id: I064dc25368bd04b038f4e07a337bf8adf0b8d0eb

2012-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [837a125ba6d31fb4cbc654e982884430464e8bba]

        Final fixes for pairing.
        
        Change-Id: Ib66f227062f9c263dbc3dfefaf70525c73bdedc9

2012-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4533d34d9acdd3779333334d1d560bf707267e04]

        Finished pin verification server side.
        
        Change-Id: Ib59be7fb21ae132d1a19b414acd55f3c54448841

2012-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cf3de756eac964ce073872996956daa0e0840ff8]

        Pairing implemented client side.
        
        Change-Id: I678e038470824affa2fe4d792e9a5defbd77807a

2012-08-13  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [61f92ee500c7757e65a3f1944af973c4914c717e]

        CommunicationService completely threaded. Preparations for pairing.
        
        Change-Id: If5a984230e776b380b8e536655cef061d2298e15

2012-08-13  Oliver Günther  <mail@oliverguenther.de>  [c8b7aa55138848fe07108779099267424bc03e3d]

        fdo#39468: Translated German comments in core/tools
        
        Change-Id: I5b6fd5712f08dae180bdd3b57b63713946b82433

2012-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bf222b4985ca535903835980357687ae6e137ba1]

        Unit test for pivot table's text number field member output.
        
        Change-Id: Id7aa174fa26adb601ce652ba57c032e6b1c79dab

2012-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b8430f71d37ea5181fc812fc07a20555b07a0b3c]

        Add test for csv filter as well.
        
        The content is intentionally identical to the html counterpart.
        
        Change-Id: Ie9a91ceafdb56a0c915bc0175d49bb494c38e9af

2012-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [51f1fc69aa539dec8035195b98e0b128026388e9]

        fdo#53089: Avoid setting valid numbers as text during html import.
        
        Change-Id: I5fa9a54f70e8e4d8aac42687f2a204b2925d4619

2012-08-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f97a3a7f51a7de9c2170953ee3969ef48d914e25]

        New HTML file to test number format on import.
        
        Change-Id: I74e831e5ede01dfe2954314be6b64b19a551dc6b

2012-08-13  Thomas Arnhold  <thomas@arnhold.org>  [582e06f71c63d70189e1ecd4fe365c541648cf83]

        unusedcode.easy: remove unused code
        
        Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f

2012-08-13  Andras Timar  <atimar@suse.com>  [72e21d7a5621846782f86e2fc645811efbf5f18a]

        remove already removed SetInstallLocation from install sequences
        
        Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668

2012-08-13  Stephan Bergmann  <sbergman@redhat.com>  [e9631f40ee49a244b6c6816e5cfb36814b9bafba]

        fdo#53006: And detect LO downgrading scenarios...
        
        ...that reinstall potentially broken prereg data but do not touch the buildid
        file.
        
        Change-Id: I1b02d2c265523dd751d8ef7f2dccb59ed048f568

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [9c374a17fd440865ecceb1867c4142adf3d7fbd3]

        fdo#53113 docx export: initial shape text support
        
        Text is written, but paragraph and character properties are not yet
        handled.
        
        Change-Id: I828f8b6096bde000347066b23925376f6f945dbc

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [7fd28f4de77d12acb68a6b7f5fb578fedd8b76bb]

        fdo#53113 oox::VMLExport: allow a callback to be registered for shape text
        
        Change-Id: I1df58fa067287a37b0f62b0b05b0567da73d03b0

2012-08-13  Andras Timar  <atimar@suse.com>  [2dbd722b93578fc722e13f72144c78ee3e5e1246]

        OpenOffice.org->LibreOffice
        
        Change-Id: Ie0082fc0bafd97fdd8ebdcb9d668a1ca7559f15d

2012-08-13  Bence Babati  <b.baabsi@gmail.com>  [7a8763dad3e2dac5c5ad49b77dda7187ceaa2a40]

        fdo#49527 unzip autocorrect files, store contents in git
        
        Change-Id: I3fa844bbfe0a80d824a3edb47615d828988f2200

2012-08-13  Michael Meeks  <michael.meeks@suse.com>  [e49926725f95eab4d6a215db093cc1c724b1a064]

        tweak old-school gstreamer link line
        
        Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2

2012-08-13  Michael Meeks  <michael.meeks@suse.com>  [f57d0649b913f0192ed90de4082ff449f1f7083b]

        misc. cleanup.

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [e554121fcabefa01b531c1b5b63c227f5a9a97fa]

        Make it compile for Android again (and iOS, I hope)
        
        Change-Id: Ib0a4f4ea4858d52ed70e9a4d1b7904325f36c361

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [15bbf66efadf1b522303347c44b28450d92b3007]

        Revert "Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now"
        
        This reverts commit fd9c2cca78227f634e34790aa127cc31e4302a56.

2012-08-13  Caolán McNamara  <caolanm@redhat.com>  [90496967fe7ddb8a616dce8c70013fa4450c5983]

        Resolves: fdo#53258 Aquabase-spanish-support busts ttf reader again
        
        Once as #i107552# and now again as fdo#53258. This is one sick puppy
        of a font. It makes fontforge and fontconfig jump through hoops
        as well.
        
        Change-Id: Ifee780bb1463dca4e8b045828a07369e6c3863fc

2012-08-13  Caolán McNamara  <caolanm@redhat.com>  [1a8d78656a5773d285a430f6f88602beda173a8e]

        The missing docs as to the ranges of the MS text categories
        
        especially the definition of Complex Scripts
        
        Change-Id: I693936f1dd150aefd4a632530439acf8edcbdd74

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [c5b9c197d70a0fb7d75bcedf2d70e6320175e846]

        fdo#53439 SwPageFrm::PaintBorderAndShadow fix painting at small zoom
        
        Change-Id: I235895caaf95225148e61d96f4c3b14bf9f5542e

2012-08-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7fbab3fc351212cd8474159391bc744cee2d7e68]

        remove duplicate code, thanks to Petr Mladek for spotting
        
        Change-Id: I136dc9e314197ac100f1f0d12d1f485dc659af9f

2012-08-13  Eike Rathke  <erack@redhat.com>  [cc2d0811c25c6a54a952555a1a44bdb9c267c9d0]

        test with and without "Empty string as zero" option
        
        Change-Id: I2e4ce4ca3e60b662702f2987c29a79ab1a5b2fdc

2012-08-13  Eike Rathke  <erack@redhat.com>  [01e1f4eca5f89d685769833076df440a202b6a08]

        added AAAA-MM-DD HH:MM format code to [pt-PT]
        
        Change-Id: I294c9b665a9314169515fe20b97b4558580662e9

2012-08-13  Michael Stahl  <mstahl@redhat.com>  [0209269f770f68dac5c3bfa6d555b7f6908a0902]

        freetype: add missing "solenv" dependency
        
        Change-Id: I317c7e641ecee750b858e3c120544dfa14ae4044

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ed9e024726747f9d0a70365c83ab619fac889e6]

        these test should not have been disabled

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [ad72a47dbd16f65316432df71dffe3b9b835fcc7]

        fdo#47495 fix RTF import of multiple shapes inside textframes
        
        Change-Id: Iee8541ff9e88139648d45f08968476f2b1d4e1b3

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [462907d48f18c8dab4f705203c840dee3253d268]

        add simple test for ods color scale import
        
        Change-Id: I539c6bfec17febbdd97c724fbde55b75da7700f6

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2e6a5717db9cbe6d9fa59ceaf860697b925ba76]

        also write the value for COLORSCALE_VALUE into the model
        
        Change-Id: I4e34f8d5c3eb3880e2ef3e7d65736057689b50bf

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5134d1acafd64b214f03078186d6c76be1f72c6d]

        this method is no longer used
        
        Change-Id: I7d9b75e79e2741be4013e6fbf3ac70d11f754aa4

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54869e337b8061471805cb3d3f59346dd6abf867]

        remove some empty methods from cond format oox import code
        
        Change-Id: I357d8361c9d23b47f5f554a1be97dcc369258323

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5348c5f2dca19915036e365c50dd593709ef3cd]

        add autoMin/autoMax oox import
        
        Change-Id: I5094cba7237245539448babdebee532ade6f674a

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87b4a1438dfa62ab76587d77e1b57a8d080e0d0b]

        write the conditional formatting earlier into the model
        
        The conditional formatting can be written into calc's model already at
        the end of the conditionalFormatting element and we don't need to wait
        till the end of the worksheet.
        
        This allows to modify the data through the ExtLst parser and allow
        correct import of Excel2010 data bars.
        
        Change-Id: Icb582931c6f89cbdb2b8b3dbe24af640ca8076ba

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6c07ad2ed0e8b4d8ac140e369d0428c733f7662]

        copied color scale formulas also need to listen to the new document
        
        Change-Id: I2d642ba40454822e67a9c2c70f99d15459826f3b

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87956cb7154bd73ff30fc1169a656a4bc0fd78d3]

        percent and percentile also are relative to the area values
        
        Change-Id: Ia4382cba061905cd7d2d029a26e28ec2b8ee884e

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6fdfc36bab69379970c39a596ba5cabf26e3744]

        don't use a reference parameter here
        
        Change-Id: Ia504de6fdc4a2ff6e764b13b5946e6e87ced3217

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73a309c7fe9fa43a7fc5f23fb14b8fc97121b320]

        remove unused include
        
        Change-Id: Ib878c68066c40e3da9f1c90240649ea126d89d30

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7aa05a50dbef1f93507ea0c725ad190d7adfe85]

        implement ODF import for AutoMin and AutoMax
        
        Change-Id: Idab366d7b3c800e7872bb64274215026bde27386

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23b0e840364dc839642491663613a12f30ff6df0]

        calculate percentile for upper data bar limit correctly
        
        Change-Id: Ie3faf8b15cfeb5a1a2e5df980e9ffbd8a3fcf756

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c467aa6f29a004b03c072bb89fa36b687daca9f3]

        implement the ui part for AutoMin and AutoMax, related fdo#50462
        
        Change-Id: Ib7ad4801e56b879539e2b8446a58e011e0ea978c

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06aeaad3d1ec55dafe985642ef2b34beef384012]

        implement AutoMin and AutoMax, fdo#50462
        
        Change-Id: I73b2eb069bbb06d9b366b68d0ad85728df4d6a3a

2012-08-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6a8eb06027765640a5d1113866903454892d134]

        use an enum instead of several flags
        
        Change-Id: I93c7483c6ba91671515025cc3b365a68c45a395c

2012-08-13  Caolán McNamara  <caolanm@redhat.com>  [c8218367a0f52206591a5048848fa5292405b6c3]

        callcatcher: update list
        
        Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc

2012-08-13  Caolán McNamara  <caolanm@redhat.com>  [24e0e7ca6207a45fc45b67a1355a9d855955a2a8]

        add cppunit tests to guard against .txt import regressions
        
        i.e. aac04652fda01b0299e17087b151f07d6115e894 cockup
        
        Change-Id: I858a6895678266cdc714962c04bb24bf5769d656

2012-08-13  Caolán McNamara  <caolanm@redhat.com>  [d5c9e77296056aa5e29a26bd3d8fb01e28dabde2]

        Default ascii import dialog to fixed text font the the detected language
        
        For the Ascii import dialog detect the language first and base the default
        fonts off that as the default fixed width font for that language
        
        Change-Id: I6e81c7c38900a441076dc591c070b99a2184e081

2012-08-13  Stephan Bergmann  <sbergman@redhat.com>  [fc2b42ed182c8e7d20a8626712b8a416d7a5bae5]

        Proper sorting
        
        Change-Id: Ibf8303cd065ebd4c02b696077d402bf9221012b0

2012-08-13  Stephan Bergmann  <sbergman@redhat.com>  [066cf169e843719db02cc1171be162e75cd8c7d7]

        Missing ismime3.lib on Windows
        
        Change-Id: I289a4da4473d58736ecdf3846864ccde9a1a03d1

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [10e02dfdffb5ef3a02a40b52c6cda176f7f4447c]

        fdo#53210 testcase
        
        Change-Id: I23606a7601b71890acf7e260951e1bacc0fc2df9

2012-08-13  Miklos Vajna  <vmiklos@suse.cz>  [7b87ccf916547b4d59d0e892519600a2bf53b867]

        drop unnecessary RTFDocumentImpl::isEmpty
        
        Change-Id: I657266697c30be0760971528adb1abf07f03ea23

2012-08-13  Philipp Riemer  <ruderphilipp@gmail.com>  [b3a7f6d51bd437ddb93ec45b38b27f27b42343eb]

        removed commented out calls
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: I5304467333c9d1554ed4426962e42d7c0ce58b9f

2012-08-13  Stephan Bergmann  <sbergman@redhat.com>  [f50a41437ee99aee499dbabd1d36ef8197db5559]

        fdo#53246 Fresh postgresql-sdbc implementation names
        
        The descriptions for fdo#53246 "Libo36 does not start, InvalidRegistryException
        from program/services/postgresql-sdbc.rdb" make it look like the user had
        installed the functionality that comes bundled in postgresql-sdbc.rdb also as an
        extension installed per-user or shared.
        <http://wiki.documentfoundation.org/PostgreSQL-SDBC> indicates that what is now
        bundled due to c97d74b5f0608866bad3f7ae943811bdff4f7986 "fdo#45090: Changed
        postgresql-sdbc from bundled oxt to proper optional part" indeed was once
        available as a freestanding postgresql-sdbc-*.oxt that could have been installed
        per-user or shared.
        
        To prevent problems with such scenarios, rename the relevant implementation
        names by adding a ".noext" suffix.
        
        Change-Id: I43414a64461ba643f0ca0b2749450099cb6c8a4d

2012-08-13  Andras Timar  <atimar@suse.com>  [a91805241c64694b0e4ba16b90edcf56fab2cf5a]

        wider listbox for language names
        
        Change-Id: I2d7d742a393e5b44a2c7584e6a2b8c63ee04cd36

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [fd9c2cca78227f634e34790aa127cc31e4302a56]

        Bypass pdfwriter for non-desktop OSes without any Mozilla stuff for now
        
        Change-Id: I9ee43cb79212eba58c17c0f9679044e9c0cc9fae

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [9dc7f059558aa4088b354ce509bf5044073ee01d]

        No Mozilla stuff on non-desktop OSes
        
        Change-Id: Ib2125fa688005c6139358959a45222fdd96c50d2

2012-08-13  David Tardon  <dtardon@redhat.com>  [2b9dbc8ad1640a62f71d75aede0250dc34d96224]

        move selection of nss libs into RepositoryExternal
        
        This should also unbreak Windows tinderboxes, because the internal nss
        libs are now registered.
        
        Change-Id: I801d7ebebf36eb1460fa4d626a893b5016115a79

2012-08-13  David Tardon  <dtardon@redhat.com>  [b4079b0065767a0717a7f279511c0527fc8b994f]

        remove unused file
        
        Change-Id: I204e0d1401d2b9edaaf223c3e667a7ce090ff9b5

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [1060cd84591faa2093cfdadf87d7bdfcc11b8dfb]

        Perform setup(Activity) just once
        
        Change-Id: Icf77936c4307f816e85cb840d650a4c958a15995

2012-08-13  Tor Lillqvist  <tml@iki.fi>  [2a787251b24f93aa3998fb64afd1aa70096691f9]

        Fir a couple of typos, thanks to James Chen for noticing
        
        Change-Id: I56740934ec0fc488ec30a15de8b016466722793e

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [6050dad25fb34d6c7bf4feb0d850e9277d92c91e]

        Draw borders arounds thumbnail.
        
        Change-Id: Icaf9485d20c8e747d08371a1db5f4d7bee2d37bb

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [e51dc25f456db8a2f0130b12ee3d5a90d2fd27a2]

        Check correct area when selecting a template by clicking its name.
        
        Change-Id: Idfb4509327c2c9c52f5c736d513d35e3270d91b1

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [3b709149e605c90eb16743b9b6907294a6cb198e]

        Perform dbl click action only if its inside the thumbnail area.
        
        Change-Id: Ib60f5882fbe89e697ef0755d87474a84ce8d0fe7

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [a8b2083877894ffb19be0c95ae2aeb4373c0161a]

        Improve thumbnail items position calculation and size.
        
        Change-Id: I7b22d4d858d82bd1e12ead3b723aad43118cf938

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [74d2421afc86c72d07a4f9d1f9824f41461900bb]

        Display an error msg when importing a template fails.
        
        Change-Id: I87b6365bc95ce8243e38dcbfedc3892c888a8e90

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [2b5ce6190066ed030cc221c4cfa236a8e4e4747e]

        Display error msg when moving a template from a repository fails.
        
        Change-Id: I5f483bcb0e216a6337e0bf70399916bd2da3faec

2012-08-13  Matúš Kukan  <matus.kukan@gmail.com>  [d10b5d34a266f1e1793109a629804cd54f665258]

        fileaccess: use anonymous namespace
        
        Change-Id: I697850a43c9942833776c60752cf4639ec255768

2012-08-13  Matúš Kukan  <matus.kukan@gmail.com>  [5f9774ed5fccfc3971736d899b11e24a8081442d]

        merge these libraries only for android
        
        Change-Id: Ibbb97782f3ec6aa774c4a32d8798a9729aee494f

2012-08-13  Matúš Kukan  <matus.kukan@gmail.com>  [23461fcf801a8217e7eeefa93c44ec18c7a73088]

        unusedcode: SpriteCanvasHelper's methods
        
        Change-Id: I24021fa1495a9fb48c1cb5f107d119031a4d1e87

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [c49fbe94d4f704ea0c574047e9b6cc03992835b4]

        Dont let user create a repository with a duplicated name.
        
        Change-Id: I4175515b72f0e9aac8e4cf2905757381539cab1e

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [26502c4f51a22e2aaea25c10d484b1c163c4f004]

        Display error message for failed operations with templates.
        
        - Move, export and delete templates.
        - Delete template folder.
        
        Change-Id: I0c9f5ad299182ce0038695d78eb2e5e09afee1c5

2012-08-12  Rafael Dominguez  <venccsralph@gmail.com>  [0670dc3f6017530bd0583e9947c071cd7640109b]

        Perform template view paint operation when overlay is hidden.
        
        Change-Id: Iff0bb308fea93fe12cba030becae3da1ca5f1a96

2012-08-12  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [a18db88afb82ff83e5ca69758a25d679abe9f0b4]

        Use new CMS API of NSS instead of old PKCS7 API.
        
        Change-Id: Iad5edb2ea02d2a5e4144b9a6f72b9fcd99b56f73

2012-08-12  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [5a47748e4e52010dab1ef35c4ba5abe2ca304c15]

        Modifiying some comments to follow the Doxygen standards
        
        Change-Id: Ia64c66cfaaa9ed7b1c8f3984f797ac1605fac7d4

2012-08-12  David Tardon  <dtardon@redhat.com>  [f916abe711d154d8a5fa023b7acf5c1d12dff293]

        do not print anything when the comparison succeeded
        
        Change-Id: I09392985fbf2d8ef9f76f43fee1b5a711ae1bbab

2012-08-12  Jean-Tiare LE BIGOT  <admin@jtlebi.fr>  [fc2998738538a8e8abc4b8ab5b84a12aa7365dd0]

        Remove comment art from offapi and udkapi
        
        I used this "one-liner" to detect comment lines containing
        only spaces and '=' or '-'
        
        $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \;
        
        Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07

2012-08-12  David Tardon  <dtardon@redhat.com>  [602f956d3231a093c9853d88fe5d5de2465f7112]

        fix typo
        
        Change-Id: I6391bc2ba130fb2b30a28c6378aa3c373ef57b51

2012-08-12  David Tardon  <dtardon@redhat.com>  [35e43cd1192a880d65c9bf87a8b35694b03b30b1]

        drop #include of itself
        
        Change-Id: I75bb211d45af8a83a6990fa38cc94afc01ec4d0f

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [6bf0ea22d6198def6b59f45a93960842a3198bf9]

        formatted a missed comment into doxygen style
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: I33d995fd195b6f40644ce124de2578bde7a2c85c

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [5ffdd7803d302f240e749750d92dc36fe23ae9a5]

        change indentation
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: Idf2c7da3e449dec1afcc0aa3683ea46c6172420a

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [6d29ad0d288fe73d92eaad950f72f1902d3d6d01]

        align code pieces to surrounding lines/style
        
        Change-Id: I992fd490461ba499cba1007abd57285949d3a488

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [c47988fcef166966b6d8b1b706399f2032e9465a]

        Reformatted existing comments
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: If7739768ee0f90c6beb71cb56843fbbc98947873

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [8c5b085e8eb6ff1bacb486c388d7e42d91252869]

        Removed ascii art + added/removed blank lines
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: I8963aae057a91f0f6753d3b04439673614383565

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [5c293bfa9023fcc4fbb104c49e9ef28d23b38594]

        convert comments into doxygen style + reformat some existing ones
        
        Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174

2012-08-12  Philipp Riemer  <ruderphilipp@gmail.com>  [0e2c5f8c8bf0e0b8aad4fb9ba8cbe175dc0ce58e]

        fdo#39468: Translate German comments in dbaccess/source/ui/inc
        
        Translated the few German comments that were missed.
        
        This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
        
        Change-Id: Ib69b19f386a49ae17b00ee9583c3d26d91ede057

2012-08-12  Daniel Herde  <daniel@dher.de>  [401a454c2da7560d5ec41ef07ac116403956c55a]

        fdo#39468: Translate German comments in dbaccess/source/ui/inc
        
        Change-Id: Ibf6993a5b935d4ca4e0c792e8676b293ab224d68

2012-08-12  Tor Lillqvist  <tml@iki.fi>  [07a33fd7db64a873203166e68216c79c8ce42587]

        Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED
        
        Change-Id: I7b24c218d45cdcd743d0b56ae94e604c72c59ebf

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [a910970f4914eb96cdd9f331033b8a2f84315007]

        Remove Template Manager menu entry from start center.
        
        Change-Id: Id5b24883c5a03abbc18c88cec910b00a5d0e3dfe

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [a7b9e624ac24f2af02f53930f75ebf36f1cdfa0d]

        Change repository name and update repository menu list.
        
        Change-Id: I9e29795d93481bb0789e4f05fa2605b6407efc8c

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [53c0b9533fb2225da0bed755eca9fe696f191096]

        Remove unused attribute.
        
        Change-Id: Ie0a5198a4acdb7e0509eb1d867f722a5270823e7

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [e0103e5b418ef162b91860586bfc630423afc1b3]

        Show action bar after closing overlay.
        
        Change-Id: I5c9f4b48a5999974d8605d0fd18215bc5421f22c

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [d2597d874fcbf43364ecf79e6ad88fe4d838f781]

        Hide template bar after deleting selected templates.
        
        Change-Id: Ia6f874bcced622ab564ffc5b065d4a2c4ed246c0

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [4f6cf1f989de6e7d2ea63bcb84957ed2fbd039a2]

        Remove unneeded calls.
        
        Change-Id: I9a461ab81e3cf5f8e8c3a9add2084c082bc4797f

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [999f1ec455de32a8e4039cdc1c4d992902fe88e1]

        Deselect overlay items after exporting them.
        
        Change-Id: Ie291951c421c330f6b0da9fc9d385d222e698ef1

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [f8ae1423a45f600edc49388565faf90b49833682]

        Export templates displayed in the search view.
        
        Change-Id: Ic970ba4c3372756193834a5adf41dfe72c3ab5f0

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [4661cfee1c7ad51ce623ecdded0a42805fbdce53]

        Export selected overlay templates.
        
        Change-Id: Id22c8a621987875def8416e50e03a04b89909f70

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [9d88c7a34f148925a95d14f03e105f9c62f293a3]

        Remove close button in template dialog.
        
        Change-Id: I7a8cac7b8dfa73eabea9113d4b9921a2d48b0324

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [3f660094c871a9fb06c6767fcc766c10989caa27]

        Update thumbnails after importing templates to a folder.
        
        Change-Id: I44afb92c27b58de3206a90b7aad4125d6860d6ba

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [b6e7dabce95e165073ecc0c7b614b795768c4c88]

        Reset thumbnails before updating them.
        
        Change-Id: I24db95d8875a7a002de0492b4ac62093ddf7f874

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [c1149bb21895d313e57e28237e9dee7800e186e3]

        Fix importing from filesystem and from a remote repository.
        
        Change-Id: Ibf1845b87b2b34b1933e56a61036dbffc69daead

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [5b5c81be22c2b9a1097ac48dfd9e015c141f729d]

        Set template name when importing.
        
        Change-Id: I81a3ee2a8052079e95cc5a929757b06c289ba4e1

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [4364513def9252cd57fac2585c72ba6ee6bf7248]

        Delete template based on its document id.
        
        - Update all document ids of the templates after it.
        
        Change-Id: I2ffc73882816360a03b8147c6ad24f8d87492ad7

2012-08-11  Rafael Dominguez  <venccsralph@gmail.com>  [cacba91215f22dad6ddaa055700f40da5b8e8811]

        Add an index for tracking SfxDocumentTemplate item.
        
        Change-Id: I7d1672e48ef638ac537e5675ed27b67376666d59

2012-08-12  Takeshi Abe  <tabe@fixedpoint.jp>  [533194a6b39fd7e7bb2359c75ce242dc65f97f12]

        bErrors was always true
        
        Change-Id: I193029e1fb2434161679498fa0ba7e1c7c0ab3ba

2012-08-12  Takeshi Abe  <tabe@fixedpoint.jp>  [1817cf60d1d5461b57b9b6fdb0b2849bb29389a8]

        sal_Bool to bool
        
        Change-Id: I61a6675df622232923a827fc20bf121dd03cd7da

2012-08-12  Caolán McNamara  <caolanm@redhat.com>  [c18c4f0547c5bdc388670af2f1501199c34ef540]

        add nss to old-school build.lst now
        
        Change-Id: Id5ae3d86cfe2ad89a5c8317591c71f99538cf475

2012-08-11  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [500261a6b6e9dbeacce7f693b01a1c32a112f4fb]

        Use NSS to create a PKCS7 object and write it to PDF file.
        
        After calculating the SHA1 sum of the PDF file, a PKCS7 object is
        created using the SEC_PKCS7CreateSignedData function of NSS
        library. Then, created PKCS7 object is encoded and written to PDF
        file.
        
        Change-Id: Ied747f2e31ede1bc44109e5d4223a18f0af59633

2012-08-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [607e387412606c92a2ebd6fcc1d41743f33a4a72]

        message boxes always showed one line of text
        
        restore the old code, use aTextInfo to determine the width, as before.
        (regression from 2854d8b17cb873a5d61e06f9570ac344f054d666)
        
        Change-Id: I91def4db307cb4d1af74d79831afa3b9fd68bcbc

2012-08-11  Eike Rathke  <erack@redhat.com>  [57c3b583f1f69edd32b2a54253850e1b3b202255]

        langtag: libxml2 only used for liblangtag
        
        Change-Id: I4bf7bc4f58bac7675cf694dc206e6ba119a6354e

2012-08-11  Eike Rathke  <erack@redhat.com>  [79ebfc9053c92c041e165aa0c8901b0e882c4f9e]

        langtag: enable languagetag unit test again
        
        Change-Id: Ia2ed3dc0d0e135913c25e1c389326ee3fbc39719

2012-08-11  Eike Rathke  <erack@redhat.com>  [4ff9a9958653666fb0b0ff333cac7f8d1b293117]

        langtag: use ENABLE_LIBLANGTAG in unit test

2012-08-11  Eike Rathke  <erack@redhat.com>  [d724f64703eaa0b0595fc4983e42875f2b439e88]

        langtag: pass system path as data path instead of file URL

2012-08-11  Eike Rathke  <erack@redhat.com>  [15e7f34a2134b1a4d892f4e4d945b9cb547202ac]

        langtag: worked around reg2xml libxml2 encoding problem
        
        libxml2 has a problem when a document encoding is specified, even though
        documentation says that all internal representation would be in UTF-8 and
        language-subtag-registry data already is passed in UTF-8, when specifying the
        document encoding to be UTF-8 the output to language-subtag-registry.xml is
        conversion garbage, '?' on Linux UTF-8 locale, ISO-8859-1 on Windows. If no
        document encoding is specified at all no conversion happens and non-ASCII
        values are correctly written as entities.

2012-08-11  Julien Nabet  <serval2412@yahoo.fr>  [4af24fb1a3dd359be4b97f7682678aa5b8d2ff1a]

        Remove unused local var
        
        Change-Id: Icc314cf12cfcf41813ceab7071b6e655909a7c7e

2012-08-11  Julien Nabet  <serval2412@yahoo.fr>  [88840a796efc087e5699d8e8a53587f1cedbe73c]

        Remove unused local vars
        
        Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc

2012-08-11  Julien Nabet  <serval2412@yahoo.fr>  [e1c2aae61b21f8aa5f64c38efd6ca685c89291e3]

        Remove unused local var
        
        Change-Id: I06a02a97491c2ea0408c881451d17d464fead090

2012-08-11  Michael Stahl  <mstahl@redhat.com>  [7d8cd0abb8e4b1b891e982d10f57de108aaca1ea]

        fdo#53328: sw: ascii import: fix crash:
        
        The aWork buffer is missing space for the null terminator, which the
        previous String::AllocateBuffer automatically added.
        (regression from aac04652fda01b0299e17087b151f07d6115e894)
        
        Change-Id: Ia12ad46dfb95dd59965a073debb95b241b2e97d9

2012-08-10  Philipp Riemer  <ruderphilipp@gmail.com>  [1e0a822fa14eb4f8d3da80cf76dd5a43df472649]

        fdo#39468: Translate remaining German comments in toolkit/
        
        This is a follow-up patch of be88027c327b5f09d134f235db100ec54afdc30d
        translating the remaing comments that were missed there.
        
        Change-Id: I7866060ef6eec5f92751671bd4fc4bee64db149b

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [68129703673851b81f0c75b256026f981aba1928]

        Remove TemplateManager menu entry.
        
        Change-Id: I000fc9c1328aec5924da1557da599e6c7bdcb373

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [f6ea2e072940d897cfef4ee5f837c47a8321a8f3]

        Show Template Manager instead of old dialog when creating a template.
        
        - Only when experimental features is set.
        
        Change-Id: I81e2bba38506757afe202cba5c69560e3fa89f3c

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [3639f46e481d1ce661bc51b664fab9904eee8d43]

        Rename Templates->Save menu to Save As Template.
        
        - Move entry to File menu instead of File->Templates.
        
        Change-Id: I3c7df6057f9634d0e3879c90e0760f1fecc98954

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [02874016213dab401b173e8b4d469bcc2bf76b45]

        Remove Template Save menu entry from start center.
        
        Change-Id: I4a26d9039df748c25b6de1e01844bb57b0988e19

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [c919a21c1a7e480eb4ffbd26353c0a6bf9aafb4b]

        Rename unselectItems -> deselectItems.
        
        Change-Id: Ie9ad44077df03ba8e5e4edb4068982a0f8af353b

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [ec412c3192d41e4ee527dbdfefe5760da1098335]

        Deselect item after setting it as default template.
        
        Change-Id: I587484f72c5751b07636339c1eb4748cbfe1ed78

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [ad2844f81c64e312b05784800eb7b2008c83b0a6]

        Implement resetting default template.
        
        Change-Id: If781865ad802c411187c5b5cc4ed71a5deaed4f7

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [5d94560309628bcd3f04ef9c815936f45e27b3a0]

        Hide set as default option when more than one template is selected.
        
        Change-Id: I3291fad1455d289c35543c3b360b9fee620da3e9

2012-08-10  Rafael Dominguez  <venccsralph@gmail.com>  [aca63abb7867951ebef50a540dbbeb8e8b83435e]

        Implement setting a template as default.
        
        Change-Id: I8ae47ffb38febdd467e1e557448189dd09e755bc

2012-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [07090cac4251e254b21676b77742c07f28cccaf4]

        sc: this appears to be unused
        
        Change-Id: I22a759ef55a46dc560ebe5f802c937f1d47bf645

2012-08-10  Julien Nabet  <serval2412@yahoo.fr>  [9b85b65fb5367b4a5d1c2bd1eed14e3bafe45405]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c

2012-08-10  Oliver Günther  <mail@oliverguenther.de>  [be88027c327b5f09d134f235db100ec54afdc30d]

        fdo#39468: Translate German comments in toolkit,unotools, & xmloff
        
        Also checked the following with bin/find-german-comments (all
        false positives):
        - sysui
        - xml2cmp
        - udm
        - ucb
        
        Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e

2012-08-10  Miklos Vajna  <vmiklos@suse.cz>  [bb6bd1ff9cd3eecec7eb2cd7bd0a4dcef584c903]

        fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections
        
        Change-Id: I9b7a61f18f987214708195a89f6e346c865c7f9f

2012-08-10  Julien Nabet  <serval2412@yahoo.fr>  [369da987d373bdf5bdabfeb11d4b2562c916f372]

        Bin BasicDockingWindow( Window* pParent, const ResId& rResId )
        
        Change-Id: I84f4929eb923bc3d05bdf04a8958cb58b5bfb921

2012-08-10  Philipp Riemer  <ruderphilipp@gmail.com>  [95ab516729ccf847f6e588a224677314afb77b29]

        fdo#39468: Translate German comments in dbaccess/
        
        Follow-up patch of b803fa2579256979bac83f0b193f2c30d524d76b.
        
        Change-Id: I86bea8483cc9a9703cc725eaef641c2df5896af0

2012-08-10  Philipp Riemer  <ruderphilipp@gmail.com>  [25a56559db5d7dbf6ebee979b0b1aaf6be2a64e3]

        cleaned-up comments
        
        Files were originally touched by b803fa2579256979bac83f0b193f2c30d524d76b.
        This is just a follow-up patch.
        
        Change-Id: I1e35d5e3c3d193bb5dfdb4b743328d8d22466a4d

2012-08-10  Julien Nabet  <serval2412@yahoo.fr>  [2058908d8ce86c9fec6db3ef3bc0be2ec20d1547]

        Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)
        
        Change-Id: Ibeb903c03a9c4c8638985847f527ebfa7c2756ce

2012-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26a1aed24cc903ee858fb2d354f5dbb00f6d9969]

        make more ScTable methods const
        
        Change-Id: I9965a5ee383c4380dc1e75abc6a8df17ed69f6fc

2012-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [07616ec2bd3dba7b858d801dbcd94e1089e3532a]

        make more methods const in ScTable
        
        Change-Id: Ib61ab9ea33ea94d6175a2110105849279d1ad440

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [0ab5ce54c441b12ea6c12a2cedb9069f36cfd0f4]

        fdo#53006: Remove directories too, not just plain files
        
        ... that was an oversight in 5300f6f711c2167931d45248c1b72dbce3a7df38; thanks
        Petr for spotting it.
        
        Change-Id: I4d0179165bc3b29d698cd776f7e1aa51fa73ebe3

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [293151c8fc10c5a0ba84c5c5a796a3c72f573654]

        Disabling CppunitTest_i18npool_test_languagetag for now
        
        ... as it causes problems on Windows:
        
        file:///C:/lo/core/solver/wntmsci12.pro/share/liblangtag%5Clanguage-subtag-registry.xml:709: parser error : Input is not proper UTF-8, indicate encoding !
        Bytes: 0xE5 0x6C 0x3C 0x2F
             <description>Norwegian Bokmål</description>
        
        Apart from the encoding issue (looks like that language-subtag-registry.xml
        delivered from module liblangtag is generated as MS-1252 rather than UTF-8 on
        Windows), what also looks worrying in the error message is the backslash encoded
        as %5C (and the entity resolving that URL apparently decoding it somewhat
        naively).
        
        Change-Id: I756f911a92b144e3732f63668d36b4ae941f975a

2012-08-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f4ab85cb44664a4c46c52d5a34eee300947e6069]

        Pairing implemented server side.
        
        Change-Id: I542e563df68d38691f7c95cebf66aeb32071bd66

2012-08-10  Miklos Vajna  <vmiklos@suse.cz>  [f6a24ace5ad12e79f0cc90709a290a30e3758781]

        fdo#48446 implement RTF_CPG
        
        Change-Id: I2fb2004f2f755ce337ddd1419acf2510f17622f3

2012-08-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2a248dc15ff314a630b19536c32c6ce6fd4959d1]

        Refactored remote communication to allow for pairing.
        
        Change-Id: Ia31e33fca6dca47faa1fad1a5879c3902df05835

2012-08-10  Caolán McNamara  <caolanm@redhat.com>  [0c0d24589f167f5f77f3d955ebfa3fc807ad38c4]

        callcatcher: reduce Container, update unused code list
        
        Change-Id: I11733daf2668c4142052ceb4498f5500e7e291ef

2012-08-10  Jan Holesovsky  <kendy@suse.cz>  [03dbe1a97c0050365ac3820575134bace0908e2b]

        Windows toolbars: Use our own theming even for vertical or bottom toolbars.
        
        Change-Id: I4836d7f2055c4811f0e6ccdc87dc58895528b3f8

2012-08-10  Jan Holesovsky  <kendy@suse.cz>  [6a7b32b09e621364239bca6ec02c858b122e07b8]

        Implement --disable-liblangtag, to be able to build without that.
        
        Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d

2012-08-10  Eike Rathke  <erack@redhat.com>  [26310504c3c20385caf35f5a703f1d5f1682b4c7]

        at least Windows needs libxml2
        
        Change-Id: I97312c746e8a76af73851c474b0c6c2491c44803

2012-08-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a7b26dbf7b4c59b34fed9957c32a41348bfd6f77]

        Page Break: set position only when button is invisible
        
        and don't let the moribund fading-out button pursue the mouse
        
        Change-Id: I6f821f7e8144e9448c1cb65f8ce96102419cd6f0

2012-08-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [61df142e9398dee581935a4967f50ba0bd1d5235]

        Page Break: don't show if mouse is gone and button is still invisible
        
        it seems when the mouse leaves the dashed line, it immediately appears inside
        a button (if the mouse motion is not super-fast).
        
        Change-Id: I43c792fdba59feafd761bde8529a8683c07bf3d3

2012-08-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [1f62afae0fd04236005be70736cf7ab059a10778]

        fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170
        
        Change-Id: I9366de24414fa10e292e42df08a9658d90e5c1c1

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [6dcb3d4ef46312729bb6f16c473b433474863f68]

        Related fdo#51252: No more prereg, no more unopkg sync
        
        Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying
        share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
        there is no longer need to generate it in the first place (by calling "unopkg
        sync" at build or installation time), and so no need for the "unopkg sync" sub-
        command, either.  This also allows to simplify some of the jvmfwk code that was
        only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
        environments (during build and installation).
        
        Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f

2012-08-10  Tim Janik  <tim.janik@lanedo.com>  [f2f3703740f65b76e891ecc3591d7e60d5b7caef]

        Translate German comments in Writer.
        
        Change-Id: Ia8179d4333434324dd4b5239691402d0e48da5a1

2012-08-10  Eike Rathke  <erack@redhat.com>  [8ab887eea707f1a98e35909739be157a8ee45cb9]

        added LanguageTag unit test

2012-08-10  Eike Rathke  <erack@redhat.com>  [1166c01b84b5206feacc3af078eeb525bbb1eb86]

        region may be empty and then is a valid ISO country for our purposes
        
        Change-Id: I157ea5b5b32ca0664c8eec775de01958f7b55f06

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [8caf1164ee7cb8e27059d329fbffa3883731c0ae]

        Missing mutex lock
        
        Change-Id: Ifddd6131c2e62057561d4b17eeda88568f6ccf7c

2012-08-10  Michael Stahl  <mstahl@redhat.com>  [2626984db88f2a9a7cb1d880466beb4a7c1cd5c0]

        RemoteServer: ClientInfo is stored in STL vector, must be Assignable
        
        Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364

2012-08-10  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2d63c4689a13599ec9389c370726005f01fea08c]

        Basic Impress Remote + linking of dialog and server.
        
        Change-Id: Ifd69df9ccfb5b6a78044b002b6ec5bf1f12b6faa

2012-08-10  Miklos Vajna  <vmiklos@suse.cz>  [9495316659018427ac8d6bc0b6427600ba0ce01e]

        SmDocShell::readFormulaOoxml: yes, just void
        
        Change-Id: I2d5bc00c01318a23c604d93ffe6ce9dd0b72b3c2

2012-08-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [de0b4bab96a4f078c38b6665a2f75096ff26c2ae]

        cosmetics
        
        Change-Id: Ie3f95efe013306637adbb336234266b10421ca24

2012-08-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2e7387d828fe05300ad6fa96943357f953fd3bdd]

        help XCode 2.5 resolve @loader_path/libfoo.dylib
        
        Change-Id: I81837acd40f306c2db03f54f3896b79bb7fcbb08

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [2bc36e14972a59e08f35b652e6970c2144cd557b]

        warning C4101: unreferenced local variable
        
        Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [ff795d058b36707ec65f8b6e159646e5c2c8c8c5]

        One more cygwin symlink kludge needed
        
        Change-Id: I0d7afd105ec093609fe1ecc9f19d541a43d77e9a

2012-08-10  Michael Stahl  <mstahl@redhat.com>  [0354d5a202ed68fd0670ed07d54bd7085a88c74b]

        gbuild: detect calls to removed gb_CppunitTest_use_extra_configuration
        
        Change-Id: I8a5e8594e5af04bb4b40b900720ecdd7431788f6

2012-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [7530303bf9aeadf5423dcf1c78128a458a9588ba]

        gbuild: missing dep on $(OUTDIR)/unittest/registry for tests
        
        Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2

2012-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [f18357810e5e4c2d24d76aedea1ffe8dd6947826]

        do not serialize tail_build unless there is 'all' target
        
        Otherwise running 'make <module>.all' is broken.
        
        Change-Id: Id987d9aefbcfff6fba5f18a04c30f9a2f58ad00b

2012-08-10  Zolnai Tamás  <zolniatamas@caesar.elte.hu>  [31b18677987eb82169730750670faf8409206e8c]

        fdo#37791 Insert selected text to Findbar by Ctrl F
        
        The dispatch function of FindbarDispatcher class is called when
        Ctrl+f is pressed. This function makes Toolbar visible and takes
        focus to TextField. So expand this function to insert the selected
        text to TextField at the same time. With dynamic_cast convert
        Window pointer, which point to the TextField and call TextField's new
        function: SetTextToSelected_Impl(), which makes the mentioned
        insertion.
        Plus make a little cleanup. Replace one string, which is defined by
        a macro.
        
        Change-Id: I2a8a3b10a016f5b28ea58fa3e63a3f31c9a816bf

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [7f01893356d1bd8882bde5c7df27f00073854514]

        Remove misleading comment
        
        ... as f7f34c29aada422e54c5835eb4df610b7d2a627c "INTEGRATION: CWS impress144
        (1.6.104); FILE MERGED: 2008/06/07 16:54:05 cl 1.6.104.1: #i88525# keep
        SvxUnoDrawPage wrapper for as long as the SvdPage lives" had changed it from
        WeakReference to Reference.
        
        Change-Id: I14a46eb0a11e636a04d10d9743a14a1734f910af

2012-08-10  Tor Lillqvist  <tml@iki.fi>  [7bf5fbdc2b4d4bc332ea5b4028431c191dd88984]

        Look for the 10.6 SDK in the same places as the 10.[78] ones
        
        Change-Id: Ia04610dfa5c3aece88888a4337619f833a73480e

2012-08-10  Stephan Bergmann  <sbergman@redhat.com>  [0cfed166261968068abbed485ceffd67ca5cbf61]

        fdo#42470: Do not show backing window on --nodefault
        
        Change-Id: Id265dc84de454568ea8194703687c68449e9a32b

2012-08-10  Julien Nabet  <serval2412@yahoo.fr>  [75b15044a9af0f3bd08a204422b088fd1e9f5ad9]

        Bin ScTabView::HideCursor()
        
        Change-Id: I5fba6458b77b1c6d35f14485cb264aaad4725227

2012-08-10  David Tardon  <dtardon@redhat.com>  [982babf0488d5afcfadf78dc7eda7d0d47dda0e5]

        make avmedia build with gstreamer-0.10
        
        Change-Id: I6124904cecdb8ea66477f40b6771a103a8058c10

2012-08-10  Thomas Arnhold  <thomas@arnhold.org>  [2c2d6e261c538cc8f78a6b69d1d1d8cb0f4ab0c0]

        unusedcode.easy: update list
        
        Change-Id: I6ca3925c380a73a2c5360caaeefac3f0c18ac437

2012-08-10  Iain Billett  <iainbillett@gmail.com>  [9031cd89e35be17fb4e6150f5100defca36dfafc]

        Some minor bug fixes and code clean-up.
        
        Change-Id: I857407ac46ce51be5ee3eab26e9af75afc612a41

2012-08-10  Iain Billett  <iainbillett@gmail.com>  [5db8fb7c1fb67571d370be22de0eb249d32b8faf]

        Added a static loading page.
        
        Change-Id: I20a9972c52e39a821e42851f5f075fb870ea0447

2012-08-10  Iain Billett  <iainbillett@gmail.com>  [2b5828e374ac985fc172d35a266668ee63622058]

        Complete internal rework of DocumentViewer.
        
        Change-Id: If080c114d38fa39d50a22127def217ad59f262fd

2012-08-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [81cfa56fb42b67edf50f942f0e1aafd459a8a298]

        Reverting copyright notices to original LGPL.
        
        These files do contains at least several lines from the Oracle-authored
        source files.
        
        Change-Id: I4f4a8e1487cacb6de92c409bd2b63149840bdf4d

2012-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [067dca9c3e70091850dbb1d374170c2fce708e84]

        make more calc methods const
        
        Change-Id: Ifc4775546ded8f524379946eb799dbbb314f7e8c

2012-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f92384031e332024ba39693b855bde67e033ac9]

        make some methods const
        
        Change-Id: I45dfad63c364b515e83f6498f79a64f6de6a2396

2012-08-10  Michael Stahl  <mstahl@redhat.com>  [0abceaaf623cb358b45c106b9f2af87a931ff9a6]

        refactor reportdesign::OSection construction
        
        Indended to solve a problem that turned out to be imaginary.
        
        Change-Id: I185887f6e45869102ac600717a0bb7564ebdb7e5

2012-08-10  Michael Stahl  <mstahl@redhat.com>  [8ec791316c1d90b25e85c94ad105e9cc62e568e2]

        fdo#53154: fix report design wizard crash:
        
        As described by Stephan in the bug report, the XAggregation usage in
        OSection of SvxFmDrawPage is broken; replace it by explicit forwarding
        of the XDrawPage, XShapeGrouper, XFormsSupplier2 methods; it seems
        to fix the crash here.  Also get rid of horrid refcount manipulation
        etc. while at it.
        
        Change-Id: Ib08830d2092bd2026db5b57c1c2e165b946889b3

2012-08-10  Michael Stahl  <mstahl@redhat.com>  [bbc1742dc862a9aa774dffc8cb2771ecb3164bd3]

        fpicker: remove bizarre #pragma message "SendMessageW wrapper..."
        
        Change-Id: I04ae269d4712b8fcfc7e882c9f53edd91317d02c

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [c5cab0a3193ee286134b0d94dd68ccb7d2835381]

        Bin ViewShell::getIDocumentFieldsAccess()
        
        Change-Id: Ib5c49b06a6aab7d578030c3486c9cab91c7f9b28

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [3dd05633bf29dcad613d6787c2a57ea2db2216f7]

        Can use simpler autogen.lastrun now
        
        Change-Id: I66101c025469e9df72c331b981e48893f6a5ac3d

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [13df2ce5c4ebeb270146678956b97a5a95053a55]

        Don't check $cross_compiling until it has been detected more reliably
        
        Change-Id: I00b2a29d30bee2e71b0a04790b6de48bbbacae8a

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [01346afea4a45a2470716d5a7ba18fcce14c475b]

        Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED
        
        Change-Id: Ifd752925d3758a215983fe8f0ac877ab23a77915

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [620138a1b7c78a3ab3852dcfd8bd48bfa147e7a4]

        Building the internal Python fails when using a more modern Mac SDK
        
        Change-Id: Iaa63d9b027bc8cb25334303243f761df127c79d5

2012-08-09  Daniel Herde  <daniel@dher.de>  [b803fa2579256979bac83f0b193f2c30d524d76b]

        translated the german comments in a bunch of source files in dbaccess/source
        
        Change-Id: I2d4b10d96668502a4fe84af70d43bd3abaa5ed23

2012-08-09  Michael Meeks  <michael.meeks@suse.com>  [21d7f4b4bba79558de830d9e815e127f67274355]

        gstreamer: make gstreamer 1.0 and 0.10 dual compile
        
        Add fallback activation of an _OLD media component to the core.
        Compile both a 0.10 and 1.0 version of the gstreamer component
        
        Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1

2012-08-09  Tim-Philipp Müller  <tim.muller@collabora.co.uk>  [95938a123cbc8c0741a505b61ca874c0153c3f7a]

        tentative initial attempt at re-work for new playbin
        
        Change-Id: I257bdda8469be624d0cbeab21cff2c2e1c94cc6f

2012-08-09  Eike Rathke  <erack@redhat.com>  [b844b3d6b17ad9e77615923bc5d024dd1769a80a]

        lt_tag_dump() only used to debug [-Werror=unused-function]

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [cfb0e026bc7ced94a986a8380171bf26b70dd193]

        Automagic Mac SDK location/version detection
        
        The intent is that with no SDK related configure options, an optimal
        SDK and 10.4 as minimum OS will be chosen. A warning is displayed if
        building a LO that will not (either definitely not, or probably not)
        run on 10.4, as 10.4 continues to be our minimum supported OS.
        
        Change-Id: I6683aa43362881a135637e878bfc469591ab9d20

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [b57899ae39192f8f5edeba99808376612ffc48dd]

        Mkdir before copying
        
        Change-Id: I8e1a3c62bee096252acb04d7be100caaac25a87c

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [705ba19317b8a80df521ba02789cf17efa4a2460]

        WaE: unused function
        
        Change-Id: I292de75fbc5dd83bfeefc242e8ac699ab7b6fad8

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [49ab16c9ad3eb0d27f8c66f2b535a8495671878f]

        Bin 2 other functions
        
        ScDocument::GetFormattedAndUsedArea(short, short&, int&) const
        ScDocument::InitializeAllNoteCaptions(bool)
        
        Change-Id: I210815aef7c4096b040af841444dc65dd5138606

2012-08-09  Michael Meeks  <michael.meeks@suse.com>  [b5b855c3f9b026dfd2f3163c63df784944e4f038]

        android: don't try to package binaries we havn't built

2012-08-09  Miklos Vajna  <vmiklos@suse.cz>  [4305bed5581d3d987353850a547a28d05026a92e]

        Related: fdo#51112 import RTF_CLSHDNG
        
        Change-Id: Iaa4efa2f4f70fc09e6deb6b7c6aea6f37757f1ab

2012-08-09  Michael Meeks  <michael.meeks@suse.com>  [2b3762c577e7315a94dee0b5c94b5891e9a56dfd]

        disable un-needed GObject introspection pieces for liblangtag
        
        This avoids the dumb parser trying to exec "ccache gcc" and failing.

2012-08-09  Stephan Bergmann  <sbergman@redhat.com>  [142d3ec875b446b56d0071c59d00937dea0cdd61]

        Related fdo#52639: Do not destroy Implementations with mutex locked
        
        Erasing from data_ member maps can destroy contained Implementations, which in
        turn releases the UNO objects referenced from there, which in turn can cause
        XComponents to dispose, which in turn can call arbitrary code, so must not be
        done with rMutex locked.  Witness the backtrace at
        <https://bugs.freedesktop.org/attachment.cgi?id=65142> linked from fdo#52639
        (where this fix appears otherwise unrelated to that issue's main topic).
        
        Change-Id: If55a3841b761ec1d9a0ef61fe54784426c4ee442

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [282917d574d6df820ddb5583b8bbf17fc7af6b7a]

        Bin ThumbnailView::ImplGetFirstItem()
        
        Change-Id: I212af5f0f6d3ad4df6492c593da51eaa4b34948d

2012-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [fe32762e119221d3738056b096a4ef054cdffa52]

        tubes: add to libmerged to fix circular dependency
        
        Probably it belongs in there anyway.
        
        Change-Id: I3bf908de58e0e989e263323d2fdc432308c2cab8

2012-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [772d15fb8ccdaa46fab0961712177baf915ed70d]

        create these rdbs directly in scripting
        
        Change-Id: I8a44de06f9a16308a5ff82ad77d059e5dde544f9

2012-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [82d8a500448fd5a5ed77a90dfd2dd79163c7979d]

        clean this out
        
        Change-Id: Ia9724221778437b7d767c536953074ce3d4ad198

2012-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [589ca848c2170ce1a67a33ad3a19a71d8d606e64]

        gbuild: there are no old components anymore
        
        ..and binfilter will die
        
        Change-Id: I9a773f06ed5332c2258f0a29ea39349b27ece2ac

2012-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [8e808a6fa82bac89bc32cbd16544a0dbfc63a365]

        these are set in configure
        
        Change-Id: I8b130ecf9bac4ae5b0ec3d88a9f06fa2976ee228

2012-08-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e0672f32ea6a4d3d6cf66874d0d7c0bdb3dec1d]

        remove useless variable
        
        Change-Id: Ic04e11cd0768bc203188f0b5adb5f4b9725fd6d9

2012-08-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a69d704dc0950ab62e260cb93eb5f37db45e2183]

        adapt unit test and activate all test cases
        
        Change-Id: If5998c62709de0f95b2870327fca951cd81f2406

2012-08-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [36bc405d72f1d1898437dfa25d8cb4bdfba63e06]

        fix column navigation with CTRL + direction, fdo#45020
        
        Change-Id: I422b1b85e539d4e2819b93deaf8543410b44b9bd

2012-08-09  Eike Rathke  <erack@redhat.com>  [1150a1a8eb1759160b9d88e99d95e5ad082f40be]

        implemented simple liblangtag replacement for iOS and Android

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [3e65ed611f25064aa865e1559fccfeebb0e3c411]

        Bin ScXMLImport::GetVisibleSheet()
        
        Change-Id: I3d5d03f1b5d357d3db1e0c1833824c154178533a

2012-08-09  Takeshi Abe  <tabe@fixedpoint.jp>  [414ecabbd56ab0ea7c041de4268e1c18187a070a]

        Remove useless #ifndef guard
        
        Change-Id: Iddb666611ff11db0912832a73bd8b95438985383

2012-08-09  Takeshi Abe  <tabe@fixedpoint.jp>  [2eb40e3cecd2fa503c6717acfad59b51918b5aaf]

        Remove a member variable no one reads
        
        Change-Id: Iacb037bebaf1c3d77ab61be6342b42319b8a2e7b

2012-08-09  Michael Meeks  <michael.meeks@suse.com>  [fbf9794729337dd24ee11f85e052133db50d4d56]

        fix typo in make_installer.pl
        
        Change-Id: Icc0f1d1e91c704282bfd18b6218bf0659cccb63e

2012-08-09  Stephan Bergmann  <sbergman@redhat.com>  [5300f6f711c2167931d45248c1b72dbce3a7df38]

        fdo#53006: Remove user/extensions/bundled cache after upgrade
        
        ... to clean out all sorts of inconsitencies that can have accrued there over
        time apparently due to how the mechanism of copying share/prereg/bundled worked,
        and to work around stale $BUNDLED_EXTENSIONS_PREREG references in a better way
        than the previous 81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1 "fdo#53006 Force
        reinstall of all bundled extensions on upgrade."
        
        See the comment on refreshBundledExtensionsDir for how, at least in theory, that
        functionality could be removed again in the future.
        
        This effectively reverts 2d2b19dea1ab401b1b4971ff5b12b87bb11fd666 "Force
        ExtensionManager resync when the implementation changes" and
        81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1 "fdo#53006 Force reinstall of all
        bundled extensions on upgrade" (the latter at least on master; it had never been
        cherry-picked to libreoffice-3-6), which it obsoletes.
        
        Change-Id: I8f80c07a06ec9d53b03813338eeff7d7757c9d4d

2012-08-09  Stephan Bergmann  <sbergman@redhat.com>  [6c6358a6822d3562b9b8c7668a7d60d6c644dfe8]

        Related fdo#53006: Do not instantiate service manager too early
        
        ... in soffice_main calling GetCommandLineArgs, before Desktop::Init takes care
        of synchronization of the per-user bundled/shared extension information (as the
        latter potentially modifies data that the service manager consumes upon
        instantiation; this e.g. lead to bundled extensions not working during first
        start after an upgrade).
        
        The only reason GetCommandLineArgs needed ensureProcessServiceFactory appears to
        be the ExternalUriReferenceTranslator.  So defer its usage to when the relevant
        cmd line args are actually processed (which, luckily, does not yet happen in
        soffice_main's usage of GetCommandLineArgs).
        
        Change-Id: I6ebbf0a4ad1c6f64c8fbbe2b0d7628fa42a1afb6

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [7e071e5383560c1a85722b134f5a8637585999e5]

        remove some unused methods
        
        Change-Id: I8b89f49eff059f5650bfb531bcb568db1d97c3a3

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [16f75f1f773035df36437763588d5a3acbb70935]

        reduce static_initialization_and_destruction chain
        
        Change-Id: I9fdefd428b858fd5581412d6f8e896a0eb680fef

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [490b51371dede5910fed770fe70fd1870db0fffa]

        String::AllocBuffer -> rtl::OUStringBuffer
        
        Change-Id: I9fa73190aa68c5c19fcf76b327dca6942697cf2a

2012-08-09  Michael Stahl  <mstahl@redhat.com>  [6292b12acfdddd51a816fad3b3ea8073a58eb3c2]

        gbuild: add a kludge to get dictionaries to build in cygwin:
        
        Due to the scourge of symlinked git repositories, building the
        configuration files in dictionaries fails on cygwin because the native
        xsltproc cannot understand cygwin symlinks; work around that with a
        new gb_Helper_symlinked_native function.
        Should be reverted once git sub modules liberate us from the scourge.
        
        Change-Id: Idc48da9b60348dc66160219909479c3c83daeaf2

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [97febaa3e2130b92a2eadfc20688b2a37b194f45]

        Drop the --with-external-tar to avoid confusion
        
        Change-Id: I8861a007b94b24d2482658ca7d78e200bcf890ea

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [8b13238c453f05f1d862cf570dff0110295fbe3b]

        Fix last duplicated lines for Python files
        
        Change-Id: I22cbba9c574835c3e47dadb70d3c293b79e57325

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [a606fa37da7c3d2daf5b1695fdc5518b4f8bdda7]

        No, we don't want any Python stuff for Android
        
        Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8

2012-08-09  Noel Power  <noel.power@novell.com>  [56b0b2cbc0dc6538617e3f3b1005e4723ca227b0]

        misc comment import/export fixes
        
        a) fix vmldrawing.vml for xlsx export ( changed from frame to textbox, added
        support for shadow element with attributes, shadow color, shadow obscured )
        b) use proper fillcolor attribute
        c) detect whether note/comment is shown on import
        d) export state of note ( shown/hidden )
        
        text position still not perfect, we still are missing some attributes to control
        that.
        
        Change-Id: I59b446175217479ce7960287aa540df8c6b2b1ea

2012-08-09  Julien Nabet  <serval2412@yahoo.fr>  [28b3a290ce3dfe4156d810d73140fed9decbb12c]

        Others duplicated lines
        
        Change-Id: Ief9589bd3ab0d4fd359dc18f85063dece29f4833

2012-08-09  Miklos Vajna  <vmiklos@suse.cz>  [5c6454f07b6f8e7b66892fda0111c02182180e92]

        fdo#52960 SwCursor::SelectWordWT fix text selection in commented text ranges
        
        Change-Id: Iabb1ac89163c2aa715c7631987886245fb96101c

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [ab236e180c63a27c61d84ac9af738cf3cb930224]

        Update sample autogen.lastrun for MacOSX -> Android
        
        Change-Id: I5f62540c368540ecf4e1aaedf9829f930f1591fa

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [069caf79d716ba73d3281beb13fa2af67cac24f9]

        valgrind: use after free
        
        i.e. since b35980d9b
        
        seems remove, remove, delete was old pattern, new patterns ended up
        as remove+delete, remove. Reorder to remove, remove+delete
        
        Change-Id: I54ec8d0296e751110c516516465be2ac0615f6a1

2012-08-09  Jan Holesovsky  <kendy@suse.cz>  [9c9cf6ed4a64fd5f26e15d87d2745309d681aa2e]

        Minor cleanup.
        
        Change-Id: I087043b36d59e1a76c6fe12a5a684c4137eca2d9

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [3a1c8eeb694e26835f6f9c010b5d305b57ddd0d5]

        rtl::OUStrings are supposed to be immutable
        
        The cast away of constness in d64ecf4e94a81d9c1fd4be74c098eb0e58345c60 makes me
        feel icky
        
        Change-Id: Ib977fd6bf34f11407a5957332789e1e48d98819e

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [b61dd408981b4dc8a3e97edd806694e43da882e4]

        ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 failure
        
        Change-Id: I7a72153d971aaccea937955acc77cdba128985d7

2012-08-09  Miklos Vajna  <vmiklos@suse.cz>  [d64ecf4e94a81d9c1fd4be74c098eb0e58345c60]

        SwFltShell::QuoteStr: UniString -> OUString
        
        Change-Id: I64daedac350d5e897fa8acb79c4c2683a669725b

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [3adeac41a0efe960baa488ec3e49cba931165029]

        Reduce the legacy.osl logging verbosity here, too
        
        BTW, do we really need/want this (outdated) fork of DocumentLoader?
        Either LibreOffice4Android should use the "real" DocumentLoader class
        (and that should then be modified as necessary, but making sure it
        still works as a separate test app), or this fork should be called
        something else and be radically different.
        
        Change-Id: I8536336140ee0190d01d35dde1a4c78e7b22c6bd

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [cc37b54230db4124212c053741a01acdea9f4c93]

        Silence the annoyingly verbose vcl OSL_TRACEs
        
        Change-Id: Ibd7c6ac56e56cf0e3e706a905603ef1a17a4579c

2012-08-09  Tor Lillqvist  <tml@iki.fi>  [e8533bb02800b86f143adfa6b675c1d48df1e7e8]

        Fix edit mistake, the point is to not include the SDK build.xml here
        
        Change-Id: I3cfd5819be8075869906dac3b963b4d0b2cf2890

2012-08-09  Caolán McNamara  <caolanm@redhat.com>  [919632bd5e6ab0e7fab1fccb588e9535df64c75d]

        validate polypolygon point counts
        
        Change-Id: Ibf6bdf48e5855583f14cd2be36f1e4896a396d32

2012-08-09  Zolnai Tamás  <zolniatamas@caesar.elte.hu>  [0d2abfdbd4a8f8ea1a46fcfd84270e30e45f967c]

        fdo#49750 Search Toolbar keeps its history
        
        Until now, only the ToolBar's TextField stored the history, but
        this is destructed when ToolBar is closed. The "Manager" class is alive
        in case of Toolbar's invisibility, so I made this class to store history
        temporarly.
        
        Change-Id: I816dd3c83440000ab4e6caaeb2cccf390d3042fd

2012-08-09  David Tardon  <dtardon@redhat.com>  [3d2c49ce800a64eab63c204874c260a75adb6c9c]

        add dictionaries to tail_build
        
        Change-Id: If898ad805a1530d201650429b988c2866fb62512

2012-08-09  David Tardon  <dtardon@redhat.com>  [6fa970fb62ce5825640be1b5ce0e0c066e0e5fbd]

        gbuildize dictionaries
        
        Change-Id: I8aec0d6b6e7ccc6c674ee98d6a9eb28785ee42b2

2012-08-09  David Tardon  <dtardon@redhat.com>  [75df7739309ccc5342084e668d9d869620cb3233]

        add support for dictionaries to gbuild
        
        Change-Id: I7d3c066a72c68bdc0b55150714041908bb613f14

2012-08-09  David Tardon  <dtardon@redhat.com>  [9b93a2d9db4c245dc96387c0d341652142bd5d44]

        change handling of description-LANG.txt
        
        Change-Id: Iecd7760af418f6e9ff7c9502e27011ee03962705

2012-08-09  David Tardon  <dtardon@redhat.com>  [009d6c69eafea1d2bd21d15a3266aefd82e40d45]

        move platform-specific settings to platform
        
        Change-Id: I99bf341df0a8cfe25f0821c8d21d3e27f3b12ea4

2012-08-09  David Tardon  <dtardon@redhat.com>  [3abc7880e0e09b1a74922067707b37ef45462479]

        change handling of license file
        
        This is a preparation for gbuildizing dictionaries, which does not
        contain registration/LICENSE like regular extensions.
        
        Change-Id: I9b186d101627872b522be0432f6daf21250eb497

2012-08-09  David Tardon  <dtardon@redhat.com>  [9fbbcc122f5de6446d7500334f21445c30057bf6]

        refactor Extension
        
        Change-Id: Ie0fd71b6547d9e04a55ae9690b137579e581e006

2012-08-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [06645f0885ef3fd37ce7120487b35633949cbe33]

        correct row heights
        
        Change-Id: I567520f8c68f7f8f84dbd7d6e9b76705b7cb311d

2012-08-09  Joel Madero  <jmadero.dev@gmail.com>  [65476708533f6a2f423ede9135114bbb7aff82be]

        Addition of linear divider and header "Optional (unstable) Features"
        
        Put two experimental options (Experimental & Macro Recording) below
        a linear divider with the header of "Optional (Unstable) Features"
        Had to adjust distance between two options in order for them to fit
        properly in the dialog.
        
        Change-Id: I784f99c282d5b70e7e025b1ca05a7c8d73869cef

2012-08-08  Michael Stahl  <mstahl@redhat.com>  [3ea6b1c1594fa3fdb7e13c544b3beecd369b67d0]

        concat-deps: fix crashes due to modifying hash keys:
        
        After a string has been passed as key parameter to hash_store, it must
        not be modified, as happens in the print_nodotdot and print_fullpaths
        functions; if it doesn't crash then the dep files are twice as large
        in a MSVC build because duplicates are not eliminated.
        (regression from c2b467b84a81bd45ca9df1f7f07e2700fd6e396a)
        
        Change-Id: I0ae96a7fbcefa20b118717d923f60b4f2255a642

2012-08-08  Julien Nabet  <serval2412@yahoo.fr>  [45a3e4dd7941e3cf5c1be5e966872338c3be1110]

        "class HelpIds:" duplicated
        
        Change-Id: I1395df60a5864c7f35c27274ddab631a5243a27f

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [5080027d9396243789a95be185fcffdc890bf59c]

        Fix Mac OS X install name for liblangtag
        
        Change-Id: I9776f5abb70caa6f73ad481535ee84781540a00a

2012-08-08  Tomas Chvatal  <tchvatal@suse.cz>  [0c7617a388d8e2e3a0d6c451b6412a5d32dd3d6e]

        Use LIBS not LDFLAGS to not fail with enforced as-needed.
        
        Change-Id: Ia27e97c12e9a8f36e106c9ae3c399cd776433387

2012-08-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c0308fb3bd0e635a49802c346bc716030846d62c]

        some MenuButtons have weird PUSHBUTTON_DROPDOWN_TOOLBOX style
        
        ... actually only SvtFileDialogURLSelector has it.
        The problem is that in this case ImplGetSeparatorX() returns 0.
        
        Change-Id: I2f5bebce31b4f137782b5f34cc7954554af06863

2012-08-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a3f55e0ad678464a30dde004c97c8b0a680bc8de]

        missing "Workplace" string for STR_SVT_MIMETYPE_CNT_FSYSBOX
        
        No one hit upon an idea to hold the "Up One Level" button in the file picker
        to notice this? :) Only the bug in MenuButton has helped to discover.
        
        Change-Id: I760eff05dd19c3fdeb4b2052c0c20dbde6f6d2ed

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [9fc870fc33c2872aa93477523da4a54c841cf9b5]

        ServiceManager::createInstanceWithContext needs to honor given Context
        
        ...in loadImplementation (instead of using the context the ServiceManager itself
        was created with).  Otherwise, the handcrafted context containing a fake
        theJavaVirtualMachine singleton in install_vm_singleton
        (javaunohelper/source/vm.cxx) would not be honored, so that if a Java process
        bootstraps native (binary) UNO and from there tries to obtain that singleton, it
        would erroneously try to instantiate another JVM instead of using the existing
        one.  This was a regression introduced with the new ServiceManager and could be
        witnessed by test-javanative in ure/source/uretest/Makefile failing.
        
        Change-Id: I58cfbc8cdaea7ee4ab80fac728ea3e85676d69e1

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [e7a02843e54e1b64e2078549af110beaccf50348]

        Export JNI functions from juh, juhx libs
        
        ...this had been broken with gbuild'ification of javaunohelper and caused
        java.lang.UnsatisfiedLinkError from
        com.sun.star.comp.helper.Bootstrap.cppuhelper_bootstrap, as could be witnessed
        by test-javanative in ure/source/uretest/Makefile failing.
        
        Change-Id: I8a76e1195c713895bfb8eae5070b0f73beb2b897

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [f98379816411f932ccdafede5f9b25c260c17361]

        Make ure/source/uretest work again
        
        ...at least, Makefile (to be run from within an SDK environment) works again; I
        reflected all the relevant changes in Makefile.pln (to be run from no specific
        environment) too, but did not actually check the latter
        
        Change-Id: Ie2012d26b3bd59335a0f872bbfc1414cc4f5edc5

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [151c8d49e9a2b4d1445f4947b73250eab2d78ded]

        Better error reporting
        
        Change-Id: I36c6dc025d0094c0b1666e13b25d78931392f768

2012-08-08  Miklos Vajna  <vmiklos@suse.cz>  [9eb05aa6883ea41fb1d1dad2f7f1870e8e63ce32]

        n#774681 SwFltControlStack::NewAttr don't extend font name / size attributes
        
        Regression from commit b3cee382, the bugdoc is an example of why those
        can't be optimized with the current method. (Yes, it is somewhat
        special, after a resave in Word, the bug is no longer there.)
        
        Change-Id: I4b5e82b13242726d6df47c447642ca8916aa6f31

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [848e9fe2740d6192d98a4b966a3c3304c1cd6403]

        Remove unused defines.
        
        Change-Id: Ib6bf41ba5165399b9bb73783bce736eba8210c32

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [1d3ec03fdcf049788e0f3b81d60fecad6f34ee25]

        Delete currently open remote overlay.
        
        Change-Id: Iaf25b4110b41c3404a141d70342a59ef05d05ceb

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [5bb9e2f5bb136d8c5844584e3203e8245094d409]

        Display delete option when viewing a remote repository.
        
        Change-Id: I63e6a0e2ef9a18144d97629ddf18bd91ecc0e115

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [484aba1a6ed88bae9102dcf758e1499fb9ead0b1]

        Make import contextual, appears when you select a folder to import to.
        
        Change-Id: Ic935728cabf70c0700a35c65d3b5b060e163faea

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [444df12235edf280f783ed06a3c4c05e1ea0dd92]

        Store template repositories urls and names in user settings.
        
        Change-Id: I8fea48ede99e3a5568ac248b7dddc8475fae4280

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [107ee398701e543bcf3045a1cda4128e2b3b63c7]

        Set overlay title and id when loading a remote repository.
        
        Change-Id: I403f2615d05475281ef653a68f1f6cbc6fc9ccf1

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [730ae09563d4688e4e7c3a3a8988c5941017df14]

        Insert cached items to overlay instead of displaying current ones.
        
        Change-Id: Ib1c15664901a2696c632ba954eef3b37d157ed50

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [fb5a7e213571caafb83fdec9d5cdfb6f5ad7c4f7]

        Update remote repository name.
        
        - Check that theres no name clash with other repositories.
        
        Change-Id: I66de40d17bc2d593e1ea4697320a7abe0a397718

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [7ec0e8838a25adf0f228e94d75c635905989c872]

        Scale down template thumbnail subtitle.
        
        Change-Id: I6dea3ae4800a645ac6a187ff99c5fb10513043c8

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [91c50153889e32aa5ed796f082c594d9f17c9b31]

        Fix conflicting sfx command ids.
        
        Change-Id: I7063eb37976b13ba7e64d4b9aa44fdb4474e7278

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [ef71e97d8cae548a46a0040de68df35e5a300905]

        Reload view templates when click refresh button.
        
        - Force remote repository to fetch new template list and update cache.
        
        Change-Id: I9d7d67d367023323ca43731d78a275d389a9cf15

2012-08-08  Rafael Dominguez  <venccsralph@gmail.com>  [0817e7c0943e9f89db1cf58f50fcc81c6a302682]

        Set overlay repository id.
        
        Change-Id: Idc1cfccfc83e7252fefabf11ca925a12db075a14

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [320117aba7061de0b062f8894d8685a073b0c6bd]

        adding missing typename
        
        Change-Id: I2bc828cdb636e84257311135ce7204bc6500ba5d

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [04628d9dc2f283fea6a8203de8b6812dfbc92014]

        testcase for bnc#773061
        
        Change-Id: Ibf1ad67a1776dbe966de335be93a295ba7bebe76

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [5b16f3e59afc46bea8385d236044bc4af15740e6]

        make it possible to verify contents of a text run too
        
        Change-Id: I07e6b53445fe8da6cccaadeb9bbe94c180cd6d8c

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [fc41a73a67a2bd30006a49d061d870533d49c0e8]

        fix test after the recent w:position fix (i.e. bnc#773061)
        
        The value 58 was hardcoded in w:position handling before and so was
        reused for the test, but now use the value that is (hopefully) correct.
        
        Change-Id: I1191fce9859d688a60f1b3fbdb0e704b130c1670

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [d7fb4c8cd63eb5cf7386b801acf09afe44d68f3f]

        fix test after recent <w:tabs> export change
        
        Now that empty <w:tabs> is not written out, the style's tab stops
        will be the default.
        
        Change-Id: I2a876ba544a58fbb82218ec9fd4d1356ea9ac12c

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [e70df84352d3670508a4666c97df44f82c1ce934]

        try somewhat harder to read w:position (bnc#773061)
        
        SvxEscapementItem stores the vertical offset as percentage, so it depends
        on the font size.
        
        Change-Id: I1b2d5b2c230b6243a6c1a4580147c4e0c4ae94cc

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [5c20cc0202170508176da577662fb6daead312b0]

        support for deferred property processing in writerfilter
        
        There currently does not seem to be any sane way to process
        an attribute or sprm that depends on another one that may not
        possibly be there yet (e.g. in e7ab4bb6b0e83f01148ffff41e8c5eaa0c5ba0a4,
        or w:position which for Svx internal reasons depends on fontsize
        and thus w:sz).
        So make it possible to defer such properties and process them
        only before they are actually used, instead of trying to get them
        out of PropertyMap, possibly in more places and possibly having
        to undo the changes that have been done to them already.
        
        Change-Id: I1630057ecdf46443647ec1dd5253983ae15a083f

2012-08-08  Luboš Luňák  <l.lunak@suse.cz>  [2f8f63f15a5a93781e4feceddeee18df74dc326a]

        don't write out empty <w:tabs>, not allowed by the .docx spec
        
        Change-Id: I30a24da0e6a568ed57d936fe769d47ea8465096d

2012-08-08  Caolán McNamara  <caolanm@redhat.com>  [0633acb6512debb4a7af8ae2d249bfb8b2551c8b]

        valgrind: leak on early return branch
        
        Change-Id: I05cdd55ff22f845fc9210e8eeb2bdcf5a2a8103d

2012-08-08  Caolán McNamara  <caolanm@redhat.com>  [af6f8242ea9b61841f3be23fc5eaca4da79e264a]

        ensure lcbAtrdExtra is a sane size
        
        Change-Id: I766f8683655eb8f1ca437ab9622f3caefbc83e64

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [d7478b2ed7aa139eb17354e4d8b8914c67d0dc34]

        Fix liblangtag MacOSX build when using system libxml2
        
        Change-Id: Iefbce119e682e870283cb698018c99a3378cd157

2012-08-08  Jan Holesovsky  <kendy@suse.cz>  [0b63c03109658fd6ae70239db6956b4557989d28]

        Fix sw slowcheck.
        
        Change-Id: Iaeae2022a6e5a662d5ba8445c5544edbe39e7ae3

2012-08-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [84d5e639b08a1f96b41b7b5b6af51c703b0cd620]

        fdo#50654: update virtual device width on modifying WB_EXTRAFIELD flag
        
        Writer sets this flag dynamically via Ruler::SetStyle depending on
        the text direction, the flag is set by default and gets unset for the
        vertical ruler, because the initial text direction is horizontal,
        see SwView::StateTabWin.
        
        Ruler::SetStyle calls Ruler::ImplInitExtraField, which modifies mnVirOff,
        however mnVirWidth depends on mnVirOff, but gets updated only in Resize.
        
        This patch copies the code from Resize to ImplInitExtraField, we cannot
        just call Resize from ImplInitExtraField due to possible infinite recursion.
        
        Change-Id: Ic7bb897059295aebe86c11977c37419017b55787

2012-08-08  Eike Rathke  <erack@redhat.com>  [78c1ea15df28e93e754c6f62bc7cc06888ba58ef]

        changed prefix and destdir to acommodate MacOSX using OUT2LIB magic

2012-08-08  Michael Meeks  <michael.meeks@suse.com>  [68bcd5a3e8b6a18c239b1b55e97ddd359141c58e]

        Add extra clarity as to which version to choose
        
        Change-Id: I5528329b1d62074fb48f0a98419da66303584261

2012-08-08  Noel Grandin  <noel@peralex.com>  [76f5b9b148972a13c640b3cd64a8cb17fbd2dd2c]

        Add customshowlist.hxx
        
        Was left out from recently added patches.
        
        Change-Id: I9562563d809eef53b1c5f21a839c377d0085bb56

2012-08-08  Michael Stahl  <mstahl@redhat.com>  [aa96767c558a5393a5634355d61bd6cc56601a89]

        fix MSVC build
        
        Change-Id: I7757f9c8ff98330b9168ee3c75e497a300f14124

2012-08-08  Thomas Arnhold  <thomas@arnhold.org>  [389c315032e5eb18016e9a81207747fe0cdb5217]

        fix build
        
        Change-Id: I52c176776a58a633d0125449fdaa550c813e7da0

2012-08-08  Thomas Arnhold  <thomas@arnhold.org>  [2beba8f93e7991372dd45351c92c50f7850dc46a]

        reduce ascii noise and useless comments
        
        Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4

2012-08-08  Thomas Arnhold  <thomas@arnhold.org>  [49ad17e2b1aef65fad357b9c540ab36189233dd3]

        remove include comments and boxes
        
        Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7

2012-08-08  Thomas Arnhold  <thomas@arnhold.org>  [d80174e6f16abd51c5d0590cc00d9566498e1b77]

        remove some more eof noise
        
        Change-Id: Ib13c0435d61e803220d5444c29c99cf670340008

2012-08-08  Caolán McNamara  <caolanm@redhat.com>  [74886eb9ac87f33bee6df4876a65cf62337550dd]

        mpPostYieldListeners dtor never called
        
        Change-Id: I5d39910647288988363751cd53f1dce6781450b1

2012-08-08  Noel Grandin  <noel@peralex.com>  [b10a5e4c3c3e0c95abd1f8b3d102c506b7e54c29]

        STL'ify CustomShowList
        
        Create SdCustomShowList class to replace usage of tools/list.hxx
        
        Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141

2012-08-08  Noel Grandin  <noel@peralex.com>  [720a130b29e24c5e3b8bfc97a046c1a41694ab8f]

        Remove usage of list.hxx
        
        Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83

2012-08-08  Noel Grandin  <noel@peralex.com>  [daccbc1e070fe5788bb4f1f5e88d0eb7af5813b2]

        Convert from tools/list.hxx to std::list in GraphicCache
        
        Change-Id: I020a2e9ef8485549d0c66798c8b651641319e17a

2012-08-08  Noel Grandin  <noel@peralex.com>  [016918cf9459eccc177bfedbe75c6296b3b4bb67]

        STL'ify SV_DECL_IMPL_PERSIST_LIST
        
        Converts it to a template based on std::vector
        
        Change-Id: Id7f89f494164c61a3a573cff443ac0e0488e93f1

2012-08-08  Noel Grandin  <noel@peralex.com>  [552cc040866bb2d25cf6187c92d9c4acd0db82d8]

        Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)
        
        Change-Id: I8e1a863e700229aba70bcf3869f41bccb36435bd

2012-08-08  Noel Grandin  <noel@peralex.com>  [0c8ae56cde20a6c9c6eabbb94b6f2a98425b5970]

        Convert SV_DECL_REF_LIST(SvBaseLink) to std::vector
        
        Change-Id: Id397c5993cd6562ff3400dc63a9e2678d05732cf

2012-08-08  Noel Grandin  <noel@peralex.com>  [3d8f844101bbd0a999227af70991128584b2fe23]

        Expand the only use of the SV_DECL_IMPL_REF_LIST macro
        
        Change-Id: I697d53f44e8e79f7c5b21978101eef0cb6966475

2012-08-08  Noel Grandin  <noel@peralex.com>  [cb9d71e85df6a1838ca721534a0bf78b917306b2]

        Convert HashedEntryList to boost::ptr_vector
        
        Convert from tools/inc/tools/list.hxx
        
        Change-Id: Ia0f45a54822d8e341ec803f4b8f54734338d541b

2012-08-08  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ae5140e0541fd5142d1db1f8aa1461e70d5fd072]

        Remote dialog now showing.
        
        Change-Id: I20857202e70a975d249ac0f121947691ac274602

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [dfa5adcbc2ed31ebc16ec1e920f8305903a6ed7e]

        Make sure the v4 support library used by abs-lib is found
        
        Change-Id: I425a8f0bea9d455b1ffd7ed4374bcde133e9a38c

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [c78ad3efa8c0f79d8f6506043f8d61d259520584]

        Bin incorect phrase in comment
        
        Change-Id: I49e75db020064e000d83c1689b548bfff95014df

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [f90a873c9c4b6ff73c35dccb5f130cb1c9c95725]

        Bin accidental duplicate library reference
        
        Change-Id: I5bd94b85ced0c675f4de270205c696292ac71062

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [934e051b16349a1ab6d2bdd9f03e60aaafcb2ec8]

        Some MSVC warnings
        
        Change-Id: Ib4856779bb2060e3e95d24b8a00249e411f92b62

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [9dd8fac9808d9ccf2acd33ba202ab4506e6d2b56]

        Also set up the local.properties of abs-lib
        
        Change-Id: Icf71e912687d182b0e38efd00626f86df39b1311

2012-08-08  Tor Lillqvist  <tml@iki.fi>  [cbca382f2fc0c64b409160d390357ba520c94259]

        Clarify that "stop" and "start" is only for simulator, I guess
        
        Change-Id: I0bb98a9842003973ad50f227961ac00197f85bf2

2012-08-08  Noel Power  <noel.power@novell.com>  [f24cd7aadcd2eae3598f084804acb43c74835210]

        make property browser dockable in basic IDE
        
        very basic support for this, basicially you can dock the browser anywhere now
        hence lots of behaviour niggles remain, e.g
        1) it probably doesn't make sense to be able to dock the browser into top or bottom quadrants ( we need to implement the Docking ( maybe PrepareToggleFloating mode ) method(s) in PropBrw ( propbrw.cxx )
        2) open floating or not ( if propertybrowswer is open )
        3) should we leave the 'properties' context menu when selecting shapes in place or not
        4) switching between Module and Dialog tabs, we probably should 'remember' docked position and state
        
        Change-Id: Ibea4be3397eeac613642934662c3a9868fdf783b

2012-08-08  Miklos Vajna  <vmiklos@suse.cz>  [cf7bd4852738deb16edc5a42966a0ab0a1707e67]

        n#773515 SwPageFrm::PaintBorderAndShadow fix shadow color on partial redraw
        
        How to reproduce: if you have a paragraph of text, and hit Enter in the
        middle of the paragraph, the frame around the document below the cursor
        position gets darker. Regression from
        f23d055dbee887ef9ebdf0a72b83ee1de91b7b8b.
        
        Change-Id: I41f9972b9be8d3ea02b52c0bc7355b012b41395d

2012-08-08  Andras Timar  <atimar@suse.com>  [c5ce5b73b9007309ba8f62a54305071d170baa00]

        Fix windows build where min and max are macros
        
        Change-Id: I265e0fddc12a40cff0b6a6172bfca96eda0842ec

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [011e348e114c1cc4ccdf6ce8e17024c81b9a0e6a]

        tubes: add invite to Collaboration class
        
        Change-Id: I37463d4365a2fe81e58d5f4bcf9f86d9830e26be

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [c3c2dcf80de012b620de8563d7e872c3ae556881]

        tubes: do not encode UUID into file name anymore
        
        Change-Id: I6c3828eb9c2f2d1810822e90006fc1af4bfcf277

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [1fa1894ec4ac7dd2ba314716d5565f3dac87592a]

        tubes: use file channel description for sending UUID
        
        Change-Id: I44129798110491cd59e1eb39d2f4c2cf3eb3c81b

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [35aa0360ed14ced09b803c2fc95ea095d4a6cb36]

        Revert "tubes: mangle service name into file description"
        
        Hopefully, it will work now, and we can use description field for UUID.
        
        This reverts commit 98411a76545737f4b2b956fb1cc137a924c64641.
        
        Change-Id: Ib6feeea861949c0cd316fda0295f13751de789e5

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [6766c6a2a0a933b507e8e98a30280d1963f5b7db]

        tubes: re-use typedefs from contact-list.hxx
        
        Change-Id: I7b1ac653d22275a64d00913f014ca2536be3ffed

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [510576b6d8ba1cbd0bac6584f5ce56c93abc36ae]

        tubes: finish efforts to make TeleManager static
        
        Change-Id: I1d25a6074c3465a6e8c1df3127093d30d913b65d

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [b870f1420ea926f231502272eec08c45e9da4cc5]

        tubes: make contacts dialog a member of Collaboration class
        
        Change-Id: Ib50b550f9486bc1abfeefd5d1aac57c0d712ec04

2012-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [34c6421bddddb2128dd59acc867f73739ac1ca62]

        tubes: handle TeleConference internally in Collaboration
        
        Hopefully, this simplifies the tubes <-> app interface
        
        Change-Id: I8933fde490941b259d5d133972db26a09ab380d5

2012-08-08  Noel Grandin  <noel@peralex.com>  [7a597eb6248ef48ebeb23daa40d2c75e5a24d9ee]

        STL'ify UniqueIndex
        
        Convert the UniqueIndex code from a macro to a C++ template. Also use
        std::map as the underlying container instead of tools/contnr.hxx.
        
        Change-Id: I0b7b37dd7160ae019aaecdacd1e973ac6d8498e2

2012-08-08  Stephan Bergmann  <sbergman@redhat.com>  [976deb6b99df6a34f627cef726db595e924a8d87]

        MSVC warning C4510: default constructor could not be generated
        
        and warning C4610: struct can never be instantiated - user defined constructor
        required
        
        Change-Id: Ie387f62def8a3d282f39f861971f25ff52df73d3

2012-08-08  Miklos Vajna  <vmiklos@suse.cz>  [2b54f2b2a03b28f6ccc4219eca39b04fc44fa3ea]

        liblangtag: deliver wouldn't pick up lib64
        
        Change-Id: Iae138b59e29dff6105ab879bf98b48c0051012f3

2012-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [96c5fb1dd28d2dbbe9d7130da518cbd5220bfddc]

        enable tests for fixed cursor row navigation
        
        Change-Id: Ibd61def40372ef3915293414006251c60f5bda49

2012-08-08  Michael Stahl  <mstahl@redhat.com>  [cd923cfccb9a784349d4097d4e67d68ee176a899]

        glib: missing zlib dependency
        
        Change-Id: Ic57dc1843e11c08553656e798e7601d4d8607942

2012-08-08  Michael Stahl  <mstahl@redhat.com>  [15f0f96da43c177fb40bc4a54062b35eb365d6e9]

        concat-deps: those silly drive letters indicate absolute paths
        
        Change-Id: If1d43f8f5e61f52c554bcdcf7f86639f1ea60046

2012-08-08  Michael Stahl  <mstahl@redhat.com>  [6d192bc688ae4acdfb9b18c6ead156f629c9d1b2]

        make bootstrap: add dependency on concat-deps.c
        
        Change-Id: I39dcb1e4d6493b01b68055d006f658af0b6e67ef

2012-08-07  Arnaud Versini  <arnaud.versini@gmail.com>  [50f6c281d2527a162ecde67f953031bf7c48f0d1]

        Use the correct licence header
        
        Change-Id: Ieef62aaf240a133d70222e8d0c0bc5032d97d945

2012-08-07  Arnaud Versini  <arnaud.versini@gmail.com>  [4d210ad17d305be17145a396963fa567617b3178]

        Replace usage of rtl/memory.h in connectivity with equivalent from string.h
        
        Change-Id: I0284aedfd831e8af001534c5ce8a39c3a11214fa

2012-08-07  Eike Rathke  <erack@redhat.com>  [cf190e359d2556595b1c888b9b9028a4cc75a605]

        check only iOS|Android to exclude GLIB from BUILD_TYPE
        
        Change-Id: I146731bd9e9046ff948c0af2709569dfc539063b

2012-08-07  Michael Stahl  <mstahl@redhat.com>  [8a66a7789698b12f2c07169e0106413de2f39fb8]

        fdo#51832: SwRedlineAcceptDlg: fix STL conversion:
        
        62b7606fddfef9e1a7645a2d3d605f1fa3aee263 wrongly converted the call to
        aRedlineParents.DeleteAndDestroy() in
        SwRedlineAcceptDlg::RemoveParents() and erases one element less than
        the old code, which results in access to deleted SvListEntry and crash.
        
        Change-Id: Ie2749cb3f17b36649adff46c166642fccde31329

2012-08-07  Brennan Vincent  <brennanv@email.arizona.edu>  [1386ccc8edf467d69ebb4a06ea5f55940cf4024f]

        Pass rgb/contrast/brightness filters through writerperfect to ODG
        
        Change-Id: I2881e1b3439e52c1008d9d50d00c897ddc81071f

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [548a2ffe3a40852d7bb3b2880b58e93c34cd41ef]

        remove bogus date information
        
        Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [87f242e036082c1b659536dec2bf779d88910249]

        remove empty ascii boxes and stuff III
        
        Change-Id: I8b54e8518c219a7edd7e29173a1099611a7e0dbb

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [85e94e11bc24c7bf6f4221f488f7529dcb8d8b00]

        remove empty ascii boxes and stuff II
        
        Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [adc49a81e940cb84724288a4453b6711f283219f]

        remove empty ascii boxes and stuff
        
        Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247

2012-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7435558847c7bbe9160e0ca6fb1a6115a34555fe]

        Basic framework for Remote Dialog.
        
        Change-Id: Ie744c1a0db1661b9dd57976d6f27b12a6f0ba824

2012-08-07  Tor Lillqvist  <tml@iki.fi>  [57aae2766dca48830d18828bb88b21cbbcb9e7de]

        We don't want to use liblangtag on Android or iOS
        
        We don't need GLib then either. For now just a quick dummy replacement
        for liblangtag in i18npool that will crash at run-time. Improve once
        it starts to get used, and once it is clear what functionality is
        needed.
        
        Change-Id: I9777c2c776dd6e479e1d6f0fb073f289ea6ff2f4

2012-08-07  Caolán McNamara  <caolanm@redhat.com>  [4d6dab2cde759551ceee7e6aaec89fa5235b1ecc]

        ditch obsolete XvaOpenIM stuff
        
        Change-Id: Id6977932781909c81e4a5dc071f50308a58748cf

2012-08-07  Caolán McNamara  <caolanm@redhat.com>  [aac04652fda01b0299e17087b151f07d6115e894]

        String::AllocBuffer replacements
        
        Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123

2012-08-07  Caolán McNamara  <caolanm@redhat.com>  [db95e0b75903a34a1b88a3701334e154f32eeceb]

        move UniString::GetQuotedToken to sc, you can keep it
        
        Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [95ef04b5364845f41d9484905e70ba09a018950d]

        Fixed problems after rebase.
        
        Change-Id: I7fa1dedd33e3ef59a99112e4ddc73e9ac38e7752

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [36e1debe4ad0c8a58095501ead01993bd8c120d5]

        Quick fix for upside down thumbnails.
        
        Change-Id: I089c78f050fbea068b394de9205322dc62e28764

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [12fff840aba5e6d93d9becf9efcf94b4849c36e0]

        Async loading of thumbnails.
        
        Change-Id: I385f5fce8b332b2b9eaa5e6c4dc58516f4cfa9b8

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [779baa0572f5d2593e2347600b95a6db5f693bc5]

        Changed folder icon to show thumbnails of docs within folder.
        
        Change-Id: I8ec061a3daafef733b8786c34269165697c2b443

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [cbddf975d3a52e34b9b9773789e2ff3a4954c4a8]

        Added methods to check if a file has a thumbnail.
        
        Change-Id: I362ff20d8768be1dffbf857e442fbc30822079a7

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [d5fdc95225528682c90b7fa92f4c66d5bfc98dd9]

        Added Actionbar-sherlock lib & added dark striped actionbar with Holo.light

2012-08-07  Iain Billett  <iainbillett@gmail.com>  [97576def7d008661bf7fdc3700b56b77b88e97e6]

        Some work on styling. Fix filter exception.
        
        Change-Id: Ibf03680a29a0e7d5a484fedfa25863e88e063581

2012-08-07  Uray M. János  <uray.janos@gmail.com>  [5f3a75f97e4c4235c865c2687c3bfca37e19811b]

        IDE: dynamic_cast fix
        
        Change-Id: Ia8826be6e6fe7c09adb4f0104b52ceba6b89163b

2012-08-07  David Tardon  <dtardon@redhat.com>  [3494780dcdb98b70fca4f28c354eec9c081b59c5]

        this file does not use base64 conversions at all
        
        Change-Id: I09fab1efbd6028bd245cf53674b31b9bbf0d4217

2012-08-07  David Tardon  <dtardon@redhat.com>  [8809d3989284cd169733dceaeb4710a265fb8ef4]

        remove link first
        
        RemoveUnusedEventListener checks if there is a link for the window and
        does nothing in this case. And of course there is one, because it has
        not been removed yet .-)
        
        Change-Id: I198e951c1eb5318f1304a9519b33bedef6892660

2012-08-07  David Tardon  <dtardon@redhat.com>  [ae0f9da65b7a41f72699217292cf39fe8460e2e2]

        valgrind: add missing initializer
        
        Change-Id: I635d8f0b89d87c3b29bfd8f71c8c50f26da69c3a

2012-08-07  David Tardon  <dtardon@redhat.com>  [5b60dac47d26782b5eb30cc641887b3989f2c46c]

        salmain needs a header from tools
        
        Change-Id: Iad96199d00de9f739b0d003679b75510faca36f4

2012-08-07  Uray M. János  <uray.janos@gmail.com>  [51bb488ac1b3e0c18947d6c68be6b577106f27d9]

        IDE: PTR_CAST, ISA to dynamic_cast
        
        Convert the obsolete PTR_CAST and ISA macros (from tools/rtti.hxx) to
        C++ dynamic_cast is basctl.
        
        Change-Id: I45530d1d34d132904f812e238ee3b59b1a4f227b

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [69a70bf0285e8dfdbba10694fe56bbc80f0fdae0]

        Remove forwards of non-existing structs
        
        Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [34569eb28fcddb52a96c153e02a4196370b26908]

        drop bogus eof lines
        
        Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [d1ba5419cf9f75fe437b835e49d3b75459dd48c2]

        Remove non-existing forward declarations
        
        Those classes don't exist. So remove friend class operators too.
        
        Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6

2012-08-07  Thomas Arnhold  <thomas@arnhold.org>  [5502be9695b67b094d581d108dc9ebddc161cc60]

        Remove commented out code
        
        Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998

2012-08-07  Eike Rathke  <erack@redhat.com>  [397a11f68e0c73c76729e03aa5cbc48922b13473]

        parallelism spoils the Windows build
        
        Change-Id: Ied298c1339fa9af9484d448d3252fd9085609e02

2012-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8adabe2ed61102f661800de613f99a064dee5896]

        Disable Remote unless in experimental mode.
        
        Change-Id: I56263eeed7ce4376f6c4647efe699c2c6005f13d

2012-08-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e5c4127edd0c1d48ce7f7824debf3519fcc398d5]

        remove accidentally commited file
        
        Change-Id: Ic4d3b1148f986305c1d539c4eda737c754fad2b2

2012-08-07  Miklos Vajna  <vmiklos@suse.cz>  [17de4ca19c756b169529d4426cd5df501d323382]

        gdb: add pretty-printer for tools Rectangle
        
        Change-Id: I9c6f4b54254fa7a1b91f0bf1a19d16bb3778a2be

2012-08-07  Muthu Subramanian  <sumuthu@suse.com>  [36233b158b5de6c474f06c8c8772f0012b191baa]

        n#774167: Crash fix.

2012-08-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a0ff39aef11e6e390f01b395c0f7063f6179b98e]

        fdo#51324 lp#1017125 rhbz#806236 rhbz#823272: erase on invalid iterators
        
        * the iterators returned by equal_range are invalidated by modification
          (which deleting them clearly is)
        * possibly only a partial fix as there is more abuse of equal_range in that
          file
        
        Change-Id: Ie9ba01e91cb449a32d77a69590bda2125f0924e1

2012-08-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88d4ca8b6eb77e49c10139f502d559d260e2e97d]

        remove packmodule target in gbuild
        
        * those are undocumented and likely never used outside of Hamburg RelEng
        * obsolete with gbuild anywayt for the most part
        
        Change-Id: Ib2279de8c4014b035c3edaee9af898e73e48c06f

2012-08-07  Stephan Bergmann  <sbergman@redhat.com>  [ef882095b3d83fde679feba7f3dbd20bd6499b9c]

        Make #include <libxml/xpath.h> work --without-system-libxml
        
        Change-Id: I7856fe2d3ed07fcc3a191ac8fb93ff17b793e005

2012-08-07  Stephan Bergmann  <sbergman@redhat.com>  [7cbb6d9ad084ccf538a22ec2fb41d08390d37f12]

        Refactor expandMacros somewhat...
        
        ...so that backward compatibility ${file::key} -> ${file:key} does not kick in
        for the special .link and .override cases.
        
        Change-Id: If009b8ecdbb7662c21e87e7bccb50a0ebbb0190f

2012-08-07  Zolnai Tamás  <zolniatamas@caesar.elte.hu>  [2854d8b17cb873a5d61e06f9570ac344f054d666]

        fdo#46193 MessBox was made copyable
        
        Part of MultiLineEdit was moved down from stvools to vcl
        with name VCLMultiLineEdit. MessBox uses it to display the
        message in read-only mode. Some of svtools' classes - which
        are necessary to implement VCLMultiLineEdit - were moved to
        vcl as a whole, and their includes are rewrite.
        Note: ExtTextView and ExtTextEngine classes would be leaved in svtools
        if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK
        end IMPL_LINK_NOARG make it impossible to use template syntax.
        
        Change-Id: I26543868d8081c225c7125404d23369de3c3afcd

2012-08-07  Uray M. János  <uray.janos@gmail.com>  [13b9c0513319623fd56a5a0ead5bdddecf90a10f]

        IDE: sal_Bool to bool
        
        Convert all occurences of sal_Bool, sal_True and sal_False in basctl
        to bool, true and false -- except in prototypes of virtual function
        overrides. (The virtual functions that are internal to basctl can be
        and was converted.) Note that since sal_Bool and bool are implicitly
        convertible to each other, for functions that take a sal_Bool (by
        value), true and false can be given too.
        
        Change-Id: Ie44740fa87f89e9fedd913840ca2b38e95e6b957

2012-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [67f688b97aa5afde455674dbe28297a89d817503]

        Hopefully cleanly close Server Thread when necessary.
        
        Change-Id: If5a850b2f4c813c5a277ed0d4bc5179dd4095b10

2012-08-07  Uray M. János  <uray.janos@gmail.com>  [b0f2d55fe5ae0087079887bff61403afbade2415]

        Basic IDE Object Catalog improvements
        
        Change-Id: I4c3bbf721428e93cdfa8f062f37c5911faba0fa4

2012-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ef7b382efc1eeb0edd4358be5ad8e4864ae14cc5]

        Fixed segfault on client exit.
        
        Change-Id: I802551094e0cae2a4e1709723f0fc1661ba32af5

2012-08-07  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a554b8e38fd5f4d1b613344304e012c9abc3c870]

        Refactored DiscoveryService. Added basic error handling.
        
        Change-Id: Ic5bf2d73e55f3d51eebf9421529a9150316f01a4

2012-08-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a9210660294dd40c18814f59106164d548416032]

        fix crash on start
        
        Change-Id: Ieee907d38711761f4770b802f54bd38c4e807807

2012-08-07  Tor Lillqvist  <tml@iki.fi>  [988b6b4406c64cdf35fb089de25d869a9108b174]

        Add liblangtag
        
        Change-Id: Id496417ee4dd2a93c334ba102e455d7f12c9df06

2012-08-07  Tor Lillqvist  <tml@iki.fi>  [30e1b61157fa6009cd302ba0475e19037f67d513]

        No point with these executables for non-desktop OSes
        
        Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674

2012-08-07  David Tardon  <dtardon@redhat.com>  [caac7011d259a6a7a22e617b27291e5c4fcbf09f]

        drop leftover #include
        
        Change-Id: Ib5afc4b5f77bb800eb3ab089b4dbb7a03c2f9f56

2012-08-06  Eike Rathke  <erack@redhat.com>  [26a6205c542f1122d824f86c68a30aff2d44ac4c]

        deliver .dylib
        
        Change-Id: I30b6b2e782197c918704efccea4af8a0b94926a2

2012-08-06  Eike Rathke  <erack@redhat.com>  [0c6bd06035ee773ec792f2cb0048254957a6f7e9]

        maybe I'll get this right one time ... BUILD_TYPE GLIB only if not system
        
        Change-Id: I94cea4d8ea33d89a5a2883e6434a97a2692bc505

2012-08-06  Eike Rathke  <erack@redhat.com>  [732a75a54f02c3ad16210fa2d62b893cf37a5a5f]

        added GLIB to BUILD_TYPE
        
        Change-Id: Iad491070b5a199aab4652d955cdbc7839c07c70b

2012-08-06  Eike Rathke  <erack@redhat.com>  [a9041ae008128aff5cdcc715786c4d77482151a8]

        added glib
        
        Change-Id: Iabae193ce1fd580c4d40e58cd78a90570b290de3

2012-08-06  Andras Bartek  <barteka13@gmail.com>  [aba13e8a4a91c715a2a2b13792c2f7d48654e009]

        fixing conditional text in ahelp tags fdo#49268
        
        Change-Id: Ife25790d2ef3ffbacc05a97ac682757b841a1eb8

2012-08-06  Eike Rathke  <erack@redhat.com>  [f635db7e6685821ac373ce91309ac039ad764151]

        added liblangtag
        
        Change-Id: I2243b4c4fab3d3c6e83cdcc6550af31dc5113ec4

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f3d7d66643671dd6349e58e92c2743d6600f6349]

        Fix for incorrect dereferencing.
        
        Change-Id: I68e57988247f489b15df8c9f55b35ef7c5cabc1d

2012-08-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [770f581623ed0c7d31b9751ee789a72272b07c6c]

        -Werror=format-security
        
        Change-Id: Idb1267108a9eb8d08e1a14685a2f5c9a6263b46d

2012-08-06  Eike Rathke  <erack@redhat.com>  [15b95b224588743d629c7a9a305352357eb96a07]

        LanguageTag Windows build

2012-08-06  Eike Rathke  <erack@redhat.com>  [284bc79cc482e95b216b6eeb9c166022880d662b]

        install liblangtag and data

2012-08-06  Eike Rathke  <erack@redhat.com>  [a774a4826323ae2027e432da5d1a2a9d3356ad0d]

        implemented LanguageTag wrapper

2012-08-06  Eike Rathke  <erack@redhat.com>  [744be134874a54723a3f14d66644c65691ddeb6a]

        added liblangtag to installation

2012-08-06  Eike Rathke  <erack@redhat.com>  [28bcc8531b17b0deae9b9d38ddad789788a68a92]

        configure SYSTEM_LIBLANGTAG

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [c0e8588cae8cde4598b12c7b5317a09d0429ac74]

        sc: adapt tests to merged chart libraries
        
        Change-Id: I32b76c0e3da184ee0a0091776e0767b08d4eb10f

2012-08-06  Julien Nabet  <serval2412@yahoo.fr>  [df579b1f668cd9f9bd6a397d585a08f2d33c5063]

        Fix "Boolean result is used in bitwise operation"
        
        Change-Id: Ifed0d87da3ac5bd19a0285f1074f2eeec5717f05

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3640fdd74406a0528ebc97f36fad47915da3c6d0]

        Tidied up DiscoveryService::execute().
        
        Change-Id: Ic9e101bf00780dec0f054fccc640cac0e3dacdb9

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [0e80e5fe412a19ca04b577d0cf93625b745f0dbc]

        sd: link against ws2_32 on WNT for socket API
        
        Change-Id: I44db5170cd4d7c3074af42b59e6dc1f9f783a974

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [e3b57c4de31c2180efa30dc8d86c533dd176686e]

        warning C4700: uninitialized local variable 'aRet' used
        
        Change-Id: Ifb6a397372255b6e63e93a2f1f079e6d78531280

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [4a6ced8f94afba28e7e3a00573db2440b876d7d9]

        warning C4101: unreferenced local variable
        
        Change-Id: I0eac170f7fafebb438b1516fa271cc4971a9704d

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [7040497038ce7dc3723887a28a4007cc9b5c942d]

        sd: remotecontrol: fix setsockopt call for WNT:
        
        Apparently on Linux the 4th parameter to setsockopt has type void* while
        on Windows it is const char*; add a cast in the hope that it will work.
        
        Change-Id: I5506788a7fa12b03d9cec2756c84487db772fb0d

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5c0e6df23eeae7c836bd9cb548922ed53bc5b791]

        Fixed scoped enums (for no C++0x).
        
        Change-Id: I46759d420cac2a0975be45f20d1414c85979f5ed

2012-08-06  Rafael Dominguez  <venccsralph@gmail.com>  [7eaabb2db296e2bdb67d633dd68209f23167243e]

        Remove create template menu and associated icons.
        
        Change-Id: Ifb2c2a640de7961ef215c9359f53218cee9c9c0e

2012-08-06  Rafael Dominguez  <venccsralph@gmail.com>  [77cb1de56a48fcc03fe8ae10964ae0cba9b5b7eb]

        Sync template repository list with user-stored settings.
        
        Change-Id: Ia9927e637fd99a9ae97c45c930b7c5b23409ad41

2012-08-06  Rafael Dominguez  <venccsralph@gmail.com>  [69a748f1f085963f21c178769c97fba8bfed4db9]

        Implement adding new repositories through the toolbar.
        
        Change-Id: Ic16d48fb6efe3ef38c199fd62ca5c48199530d12

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [e4621e2dbef28b1307ec0b571c0838823a21ff62]

        gbuild: don't complain about duplicate components for libmerged
        
        It seems that it is possible to have multiple components per library
        nowadays, however i think it's confusing to actually do this except when
        necessary, i.e. when using --enable-mergelibs.
        
        Change-Id: I4d6260974f83ea8c42d02578f45c6d9aa2ace330

2012-08-06  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [cf239da5c403164e75c369173fe6bed747de9e09]

        There is not need to allocate memory just for getting the 'indexOf' a literal within a OUString.
        
        Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [515ceca5153d67ea602ab8c4fb339a7b42e9063e]

        chart2: merge component files for new chartcore library
        
        Change-Id: Id7cc969d854a98e9bd32fd396eb82ae92a06ba80

2012-08-06  Michael Stahl  <mstahl@redhat.com>  [62e62350c79f4d13a0d015670a6876f76bc15753]

        gbuild: add a check for duplicate component files
        
        Change-Id: I9549d9e4e083744b4bb39eac622c59586c1efbe3

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [f1d1986a97aa9812dd045f6864a61964b7b9301a]

        android: linguistic should cope with a missing extension manager

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [5f09718dba16ac7eb8f0917051f1ea532940a788]

        android: fewer exceptions, and more debug output on null renderables
        
        cleanup some library mentions

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [69207d1f69ea258b95f456e494657dfdc7c22f13]

        android: expose dummy JNI gnustl patching method for x86

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [d10065ea3a45ef27f2d29ee75c3a51b1fd253431]

        merge pointlessly fragmented chart2 libraries, leaving controller split.

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b2fd8230172641edbd2a4f67e214c44ce740b4b2]

        Some minor fixes.
        
        Change-Id: Id405b97440efc7160e76d535bddfd5580923fe24

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c56b0a2fe8a54aef8229a7b32a8d62cc23bbd9e6]

        Added deletion of stale detected servers, UI fixed.
        
        Change-Id: I I97a833b45e0c95a217004ae4a36e72a314d68d9f

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [ad72b47df44b6ac73a0b76b346d5e93811e6941f]

        Detect duplicates when finding servers.
        
        Change-Id: Ie922e1f930df7987f77c153474aece2668250293

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [bbbfaf7b9e3bead70966db338c250e4cbb4fc1d9]

        Fixed styling of server finder.
        
        Change-Id: I74186efe472f89463b597790d46be5523ce85b6f

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [b5d6989e8b7a739881f54ce9db0d560fb69e7eb9]

        Implemented Server selector.
        
        Change-Id: Ib6d0712c498e831a559df00d301ea2d4b851deed

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [98e52c47474e91dcaa5d41d8fd4925b17689fd65]

        Hostname transfer implemented.
        
        Change-Id: I92f2a3c00215491b6f24d52b922a4e4f2c461637

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [cb82805c524e2d65ad75221bb50eee808c4177c8]

        Server discovery broadcast.
        
        Change-Id: I10f0ac295ea14128908a87f4ef6a4c4524e76262

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3213339132be43ce8ca502924c741cfac53ed09e]

        Server list caching.
        
        Change-Id: I8d4508ab54a0dc0240bb677e6a9dcfdf449c5094

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [5e365b05683402dcdcf527e74e472e844cff15a0]

        Server discovery functional.
        
        Change-Id: I8642e0ea95a8d6691b76cc4d2dc1ddfbbf2b03e2

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [473143eac756184028e487d23a9af6ea452e1324]

        Multicast listening now working.
        
        Change-Id: Icae91b26f1142d7f25d6e38af4f951be26d9b22a

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [341f89ec308bd5a66a36741d22f100721d8223de]

        Early non-functional multicast code.
        
        Change-Id: Id982b40e5e9df4dee037a2e54ed34206930123c9

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [e43e36facc93b9e27e4d8757124ca0e6fcd9396b]

        Discovery service implemented server side.
        
        Change-Id: I26c26ae96680c6264d7b927cb9206073239f2ef4

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1a6bcd5bcdaf542c0a0db4fcc74149b9466dc58d]

        Basic structure for Disovery Service.
        
        Change-Id: Idaae84c46fa96b128ab32451853922c9eb11c6cc

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [365f3e71c10eafdb239e70180beb62b41659e753]

        Discovered correct filter name.
        
        Change-Id: I2542ec663addca02874f3d449a1d8a243c7e5e97

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3a834ee08edafaea3deb0688f46e6e5087935d64]

        Export now building, still missing some parameters to function.
        
        Change-Id: I5d893a292f99be46b0ca29c10345fc43a4366cfe

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [a0a31723eb5187a579f76ec358e2b320bbda7e92]

        Attempt to use the XHTML export filter for note export (not functional yet).
        
        Change-Id: Iaf88b879d679a9dabc31468c51fe9b943c2053e5

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [292bc25e49a1797ef07736c227d74aa105822e6a]

        Basic (unstyled) note export and display working.
        
        Change-Id: Ic17267131d9a777955cd55415e5fe1e106d09e10

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0c1f4762caf333d2f32671d2113e450bccd003b8]

        Notes export now working.
        
        Change-Id: I025c3e6421614c68ea76c9b8afd351abca8b6fad

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [191985e3e50ea0770c29d264b79f58497e9a894d]

        Note extraction code added.
        
        Change-Id: I94f53dd24122943a4b81fc228115e3da7ff5c90e

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [4d14068cf7464478e25fbf9fabd31aa6233ea1b1]

        Renamed Server to RemoteServer for obviousness.
        
        Change-Id: Ia935a97fe57eb1259c3426f0414bec7362f2e8cf

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [31891189cbd1866fd745a47630b7dcc090d3942b]

        Fixed some bugs affecting resuming of slideshow.
        
        Change-Id: I I I8797eca1fc4f992374a09f74454a5f034b47a96a

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [36c96dadc995831654935e0f9bd15737d3b2a510]

        Blank screen essentially working.
        
        Change-Id: I I I645fab156d9803a2f076b7e5b45a5035a6854fab

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f4bd34856656c18232737d3a9ecee559df11df1e]

        Blank screen view showing.
        
        Change-Id: Ica6b740029bb1eb7d55dedec189c944af0027566

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0ce7b3e9f12c06973705a19cc8003941f8ce267a]

        Initial Blank screen layout.
        
        Change-Id: I I I I7af89267be559a44cc3ed2c3ae999a252709b730

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [1a7054c05452ab83f026ef8916a6b1a3b303dfd4]

        Volume button switching now setting dependent.
        
        Change-Id: I29b2f4652937995b2cecd10f6f2d7934f25b4b81

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [dd2b94db437ef74af3681bebe286886e433e23bc]

        Enabled switching slides with volume buttons.
        
        Change-Id: Iedfacd8c0834c9273a7e805658e82180f748f81b

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [863ae327df416bcad34fc5bb30ae9bb5327c36d5]

        Styled the options activity.
        
        Change-Id: Ideef94c978ae3bad536c9eb4ce740f985441cea1

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [610fc391cbf3a20f316f960526b2da29b6f9109c]

        Added options screen.
        
        Change-Id: Ifb7abc67383a72969e37d8e46a14fdaa76e47112

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [8f08b8f456530a63c76ad1282d6b8643dae15b34]

        Added automatic hiding of clockbar as necessary.
        
        Change-Id: Id758f8e3f73e9d7d180e09b606ee44cbe5c48d6c

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [148281ad8a6466b62055718f8f4071b43efa1408]

        Some cleanup on Presentation Fragment.
        
        Change-Id: I I705b84c339303a77d4920cd601d4192ca9c23ea5

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [6e2106cdfa83ed7d90dedd2c4f0f392d4865ab4f]

        Coverflow resize saved when fragment hidden.
        
        Change-Id: I892d309b824ad607b073d44e9c864bc3f910c119

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f30a4efd7482b97a52e45bdd02ae0ac27439a3c7]

        Countdown timer enabled.
        
        Change-Id: Ibab6574385502022b045902abfc969fe6c7e6b87

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3d944d0296801527efdd075e59dab2aac1919d6d]

        Basic timer code done.
        
        Change-Id: Ida0233b30f29e667c0c147346debc8306503719f

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0eb5d4014a816e4ab8de38632d2106afeb91b131]

        Added stopwatch and countdown bars.
        
        Change-Id: I Id0bd62aa9e2f6e19a3723e70a9cc8d153457c859

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [847f98033c03fb6a07e64f8c9227d348a316f8ae]

        Fixed clockbar toggling.
        
        Change-Id: Ifd7a5f5a18a507db70b198943418e1e468ebcce0

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [43622ed14489dac4b3f80972fadf260e7297bb37]

        Enabled hiding of clockbar.
        
        Change-Id: I6b40629ec87c88c367b1958f3a7ab9b7938581e2

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [0f776a53f021e3317376428186df4efb67d2471e]

        Added main clockbar icons.
        
        Change-Id: I18bee8c5f0fd588e34ad50650754cea9d3cee89a

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [2e999e96042a8c09e472b59a133b8d84adf777bc]

        Basic clock control bar done.
        
        Change-Id: I Ifd2e56b97f5b53ce29101d9eee7953b7700fb749

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [499f5897115f1f3b4795dceae275b3f43fe1582e]

        Prepared clock button.
        
        Change-Id: I481885d7f9508dca887380d7f577bb35b04d6b07

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [91d4180ba673dccf424fb71078e9074841be9f78]

        Added proper toggling for thumbnail button.
        
        Change-Id: I2dc83bd3503c17d27c6461cd925cc22af7f61af8

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [f656596761c289155e4a8d68df0134e8d84789c3]

        Fully fixed coverflow resizing, added menu, fixed fragment changes.
        
        Change-Id: Iaec671f81dada2dd9c667bde48b34ae2e89a321d

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7c0ddee3f8d8e2d4f95e77fe67613c82dbd172bd]

        First piece of ActionBar implemented.
        
        Change-Id: I3b0a920da177ef4f11347fa50ddc3a44597b6824

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [71a2d202a049d2ed383b1b363055aace0c21bc93]

        Added basic actionbar code, improved cover flow scaling.
        
        Change-Id: I68dcbf2449ed61f06503442a3621cccb97f1e697

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [7fa0c0ba07daaf0b1ac376905483bf9c213cf171]

        Added cover-flow resizing.
        
        Change-Id: Iabe6fb8814a99a0d68376499c8a410684b075c1a

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [17081d1aff72fa7c0c5b5a71cace87826ed8b17b]

        Enabled slide switching from cover flow, + fixes.
        
        Change-Id: I4cb520a3c014ff54a36dbab6cdb35b70a8996e8e

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [fa189184fd1f139986aab32531ab19f03223d312]

        Added cover flow.
        
        Change-Id: I7ffc47269a2e0b1fea4ec4dbcf6c03cdc37d4721

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [612a2064986643ba69de4b59d2baab9068987ba3]

        Improved resizing handle, added visual feedback, limits.
        
        Change-Id: I6f1f9168dd53f660b676bf5050848ce509e11ae1

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [22608b731635fdc28ab6b1a490ad65a2d4c2df7d]

        Added resizeable view.
        
        Change-Id: Ifddbd1df740494ce5680e4a62a6dae81f395b49a

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [c67a772da68c75333b3aae73ee3d6f3f835552c5]

        Fixed thumbnail control. Changed thumbnail activity to fragment.
        
        Change-Id: I4e8a9d37f3b418728404b7fab4f7b6e3c3b5e5b9

2012-08-06  Andrzej J.R. Hunt  <andrzej@ahunt.org>  [3e0b7a7141c3ab6012f2f16811f8daecd6d84fa2]

        Added styling and Timer code.
        
        Change-Id: I I044efc4e317fa56f9e3670c7b68d287dcc74ed53

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [6794e94bfd321f66298b11bd2b753c9433d5d5eb]

        Implemented Thumbnail activity.
        
        Change-Id: I I6de8651f3ed36798ca1cc69765c448b821a819a2

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [0aa7aa85a4cb0b0608afea6c69f61ed8426c8185]

        Fixed a further bug in the Listener cycle. Refactored image storage.
        
        Change-Id: I2b3f9e2c46dafde4bd488bc95675c04e8806c9a4

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [597924e78a7c34ed74aa642aafe9f3504a4c335d]

        Moved preview image preparation/transfer into separate class. Enabled.
        
        Change-Id: I09b0c2d1521939af058526d1727d0c4d34ad0452

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [405416e0b3e7d68963fc8c24512299c2cb117fca]

        Fixed Listener registration and destruction for all cases.
        
        Change-Id: I I I8be3c67889969d714514ca073c48ab26248a30e1

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [4967e88b9adf73f538a379f0a215b0e0b6c2a968]

        Fixed the Listener lifecycle, prevents crash on slideshow exit.
        
        Change-Id: I918754dc7b99cd48bbc012d62b2a8cd0eb0e438e

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [61abbf7f6c8ae0a6ce284881b5c99d1fe9b1ba3d]

        Finally fixed the Transmitter bug.
        
        Change-Id: Ia4c345b9ecb58a47219ceb0af14b66294ca3309e

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [ce221a54f1d2f9031f1b54691d81cde06f2f6a89]

        Further minor improvements, attempt to fix the Transmitter bug.
        
        Change-Id: I558b7aca1c592efb5b83b56df42da4a97a655e88

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [6d6b6ee2750aa181c37464d9253b01509036b2ba]

        Fixed segfault on use of transmitter, and transmitter lifecycle.
        
        Change-Id: I3983b28443584f33a879ba9fab52f11a0ab7fad5

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [38b4c55546dc91e6f90f24b6e8b30530a3093fcf]

        Attempted fix for threading & memory bug with Transmitter.
        
        Change-Id: I I I6e66d197a18d9707b85804e98a9f690f7dda5087

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [19559652a866ab052f4cdb06d62d08c1d41aef24]

        Merged changes.
        
        Change-Id: I436a3ac7af0fbad3f37c6799de9186142f0af430

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [6368d371b00cc3f62530b9b95bf04ad07f24319a]

        Fixed constructor issue in Listener, fixed usage of Transmitter.
        
        Change-Id: I875cb1fba51faadafd8f7f0e34ef6b56a818bb7a

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [d57230d33811aa317b53e12c3d81f5d7d7bc93c8]

        Added registration of the slideshow listener.
        
        Change-Id: I Icaf2fe03e5f5b8ee9de3138b8dd28d837c734e94

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [a1e8ed9831d7f7af45932841244b4551a5a92ad3]

        Create listener when presentation is started.
        
        Change-Id: I830bb6e20046ebc80c740ca77bb97dddca1e4c02

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [e697fd2de4b375ece6a69f6c0a1a09a1faffaf93]

        Added additional commands and parsing.
        
        Change-Id: Iae099aeb07d25435115514e1bf0c4efb31613d50

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [4b8a3e4f4c073f3db55b84f7b737d60c0e859fa7]

        trivial compile fixes
        
        Change-Id: I8278d64fc8b16ccce084da0d06647803a58e5d89

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [05e4f2ac050f3d14f2e388fd3b33dcb8548182b8]

        Transmitter for queuing of messages (Client->Server), fixed protocol.
        
        Change-Id: I Idcf6cf33b75dde2f921bec6c64e394e91994aba0

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [01234d6aa88fed2f88b6080eabeeae5d391ebdbf]

        Pure text for Client->Server. Json removed. Namespace cleanup.
        
        Change-Id: I60e5acac2d47aefec5dd195a5eca599eb1cb8586

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [df3b6372e9366135d14f9e5da4c7d0e5a4ddfd60]

        some namespace cleanups and explict type for Anys
        
        Change-Id: I213989f2272929143d1d896a3dd28a8eb61035be

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [b75e53694da325859f6fb817f18bcfddbef66a42]

        namespacing / compile fixing
        
        Change-Id: Iead86be0a7b08213ae83870707bbcf3333a8bf10

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [988fdc01fbf0341ba8989832bb77201a59292480]

        Intermediate commit for mmeeks.
        
        Change-Id: I4e8e4322d670247bc87e1b1ac6dccaa0a79a1e4d

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [dbe8d4822724ccdbbd51a94605c270579e88da0a]

        Changed from JSON to plaintext for Server->Client. Namespace usage cleanup.
        
        Change-Id: I7e1b229b475e476c71ec3a110696942299b25733

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [9d7d8eb7a8a7a26e85f5fa8fde9580947bf005ab]

        Image export, encoding and decoding. Protocol improvements.
        
        Change-Id: Ibbc7ac02c5946a49c1cd777abc2853fe7e158009

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [a4e7636536da9548998ae7e8c6ff1bc21b5b8765]

        Preview image and slide number receiving code added to Android client.
        
        Change-Id: I40617d0523eaf7b9431694a0a4cd6d31ad92765e

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [0bb13b5e6163b963783ec46bd68c349392945e63]

        Fixed remote control code to work correctly.
        
        Change-Id: I Ia600ed456fba135056f7a00398030b7c9e873329

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [fa94d976596c4f0d2ffb03a8babbb7a573772621]

        don't create a custom thread to corrupt our stack.
        
        Change-Id: I519d5d1ada7b7a0cc28dba1929edef8d54cec06a

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [4c98932b128941fbeef4f5bb9c3e17eb3dda280f]

        make tests link
        
        Change-Id: I69d2baab2a6259e99188a86f916a6fa25d46ac74

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [21b4fecc6107465b64b7e4c9cfedcd787b26fe3a]

        Replaced Unix with osl sockets. Added slideshow controller.
        
        Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [2ee2fa61c6335ab8117233648b486603d19bf611]

        add remote initialization hooks to impress init.
        
        Change-Id: I80b6e840ed6981a4ae600c5d9925e5df9610f8c6

2012-08-06  Michael Meeks  <michael.meeks@suse.com>  [26f5b9290cc3e7bbb46a769cf175ede3dd74c137]

        cleanup trailing whitespace
        
        Change-Id: I788513e8cb7d8e1fd9efca4ff4150381df9b199a

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [096e35f1dc20d4635390412cc0302ec58b2d7f1a]

        Initial commit of android remote.
        
        Change-Id: Ia8cfce4af87d121acacf9a29632435c4c786822f

2012-08-06  Andrzej J. R. Hunt  <andrzej@ahunt.org>  [e4239e0414685f8d8dd2f34fcc970717c7bd6cb8]

        Initial checkin of remote control.
        
        Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695

2012-08-06  David Tardon  <dtardon@redhat.com>  [591395a832aba635f9c8cf4e71a3558f14f41a37]

        add accidentally removed */
        
        Change-Id: I876a229f623ac53f994570297eb51248997b0a92

2012-08-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e2964e55e6fc791b911998ca710a9f174c3d1ef]

        skip hidden rows when moving with the cursor, fdo#45020
        
        Change-Id: I3b12d774914599489dea2bb711b2d057111b677b

2012-08-06  Norah A. Abanumay  <nabanimy@kacst.edu.sa>  [78b55ad11365bb97def308071bc45ca52cc557c7]

        Convert documents to follow the doxygen standard (fdo#44502, fdo#39468)
        
        Change-Id: I58c73f74d53b5dc2eb462fb03664be65d4500170
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>

2012-08-06  Julien Nabet  <serval2412@yahoo.fr>  [b80b7ba1791cdd9e79ed7a380b8981878f46b8a4]

        Static method sleep from Thread should be accessed in a static way
        
        Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c

2012-08-05  Thomas Arnhold  <thomas@arnhold.org>  [c04c2114d9159646dddd4807d026c9fee6953817]

        Remove unused macros
        
        Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2

2012-08-05  Julien Nabet  <serval2412@yahoo.fr>  [a76dac1fb62823c357ad8f2bd789483b7ea7badd]

        Bin OString RtfAttributeOutput::WriteHex (unusedcode.easy)
        
        Change-Id: I6c76d43319aec669982a9694e7f98e5ae1d1a4de

2012-08-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c4486f247891cefe6222262dae0f5ef6581ebdca]

        SmCmdBoxWindow: use single-line frame
        
        Change-Id: I527ae337a9e445d911dba956daf9d76f9d7572de

2012-08-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d1501aa5e8f40b6016753f9fb34181a4f914a1d5]

        SmCmdBoxWindow: reduce padding from 8 to 4
        
        Change-Id: If87bc63b4bd3fd27eef665261667478d9284ff0b

2012-08-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [20d4cd5e08c1400fcc5ae5eb45861f429b914969]

        SmCmdBoxWindow: no drawing in Resize()
        
        Change-Id: I7cd7bb2e1bf37e41c0bea81c3ac6ec74feaa87bf

2012-08-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [79509fa629055cdfaca2011fddb4291ed8b3f7dd]

        SmCmdBoxWindow: too many frames...
        
        Change-Id: If93baa96c7eacdeae6ad2fdecbe33fc141934094

2012-08-05  Julien Nabet  <serval2412@yahoo.fr>  [a4e937d5b04b10c2d6ebecce6e77c57a02a95d17]

        Declare all the members in ImplCommonButtonData ctor
        
        Change-Id: Ie3bb75617eef66ea5af77c8013d42a49dd69d2d0

2012-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76ccb5fe45aef020f51a6c0d5ed14c95390a471f]

        highlight invalid formulas in cond format dlg, fdo#43653, bnc#730048
        
        Change-Id: I4893eb176aca976c037f8196dd3043e98fbf91dc

2012-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b322f9aa315740625f265ce78dd06effd61531a]

        paint Edit's native borders after background color
        
        Change-Id: I3b5865d862ac7b9958d22d2ff1d3dc693cea2536

2012-08-05  Julien Nabet  <serval2412@yahoo.fr>  [4de603d28ce884fb2a3720b6d132465b6dcc98a9]

        Clang:Null pointer passed as an argument to a 'nonnull' parameter
        
        Change-Id: Ia07c50f4822af256b3b35f39f46dc442750c8439

2012-08-05  Bertrand Lorentz  <bertrand.lorentz@gmail.com>  [bf68634a4ee34fb465cf35e019812b3ed48787a4]

        fdo#39468: Translate German comments in sw/source/core/docnode/ndcopy.cxx
        
        Change-Id: I6de2586d54d3e0938e2e9701885a043c76f686ae
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>

2012-08-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [507305afa0d826b7e3cb3cc9a4b389f0ba854638]

        use correct string length for "between", fdo#53010
        
        Change-Id: I282c6a4436984d268b107ffef01022831c05a0fa

2012-08-05  Matúš Kukan  <matus.kukan@gmail.com>  [6c946727a87374366f66cb39861b0142bd148a54]

        tubes: fix build
        
        Change-Id: I3251d6282df132c3df0217187eb140beb95718e6

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [c3c9ae052bd062c9057fd08675e0593d00ccd601]

        tubes: do not queue incoming packets
        
        Change-Id: Ida0f3b9ce7cebdb0517457900d2b0b2377e6c8ab

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [b3da63d28fedeee9306fb2c44ffd85271408fa7d]

        tubes: avoid boost::signaling received packets
        
        Change-Id: I63e262aa05ec7c06c15eaf74201b6ac1966e2e56

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [ee1b41dcc2fd00c9b45c7a7a7e2357c2c9c23ed5]

        tubes: avoid ugly SAL_DLLPUBLIC_EXPORT here
        
        Change-Id: Icd839cd70dd32f766ad52d74fcf3cff28281da7e

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [8269d572d084d6db200f2c02a439c7d95a235643]

        tubes: remove unused parameter
        
        Change-Id: I22cd7cc866696dd7def7d7cb20d00da68d408137

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [525b1ad345ab04eb56e69cb67c38df1229897d83]

        tubes: call the function directly
        
        Change-Id: Ic9f02f7df77fabaec585c3f53bf0a86044bf27bb

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [8b3596bccdb4b3aa252c5d4a7db96cbff57632f5]

        tubes: get rid of old way of demo collaboration and ScDocFuncDemo
        
        Also merge ScDocFuncRecv into ScDocFuncSend, now that is possible.
        
        Change-Id: I39bec141a99a8c8ce00400f581cce8d87f7d1972

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [401806233ca0ca25c6124a21fd3c873e219cc3e9]

        tubes: implement another way for demoing collaboration
        
        This way it affects code ~only internally in tubes/ module.
        
        Change-Id: I1fd1fa460d51ad57ae2f6df0adeb5fadfc7a8c95

2012-08-04  Michael Stahl  <mstahl@redhat.com>  [2a26650105507cd700b7e91bd55c8a5f61e7dd7c]

        make dev-install: don't list all files when unzipping on WNT
        
        Change-Id: I9b04e3ba7125ac0b7a38f47d0cbdedee9d844e28

2012-08-04  Michael Stahl  <mstahl@redhat.com>  [6868efe203cffda0ab60db2abc4637433e6caf90]

        SfxBroadcaster: fix STL conversion:
        
        50cf7caee5bc6d8e066580d13c72b40926fcb69a introduced a regression that
        makes the smoketest fail on Windows (though strangely not on Linux),
        because it removed the special handling of null pointers in the
        SfxBroadcaster's listener array.  It is evidently possible that
        a listener may be either added or removed at the SfxBroadcaster
        while that SfxBroadcaster is currently doing a Broadcast, hence
        AddListener and RemoveListener must be careful not to make the in
        progress iteration through the listener array fail.
        
        svllo.dll!SfxBroadcaster::AddListener(SfxListener & rListener={...}) Line 114 + 0x43 bytes   C++
        svllo.dll!SfxListener::StartListening(SfxBroadcaster & rBroadcaster={...}, unsigned char bPreventDups=0)  Line 89  C++
        sfxlo.dll!SfxPrintHelper::initialize(const com::sun::star::uno::Sequence<com::sun::star::uno::Any> & aArguments={...})  Line 162 C++
        sfxlo.dll!SfxBaseModel::impl_getPrintHelper()  Line 3693    C++
        sfxlo.dll!SfxBaseModel::Notify(SfxBroadcaster & rBC={...}, const SfxHint & rHint={...})  Line 2583   C++
        svllo.dll!SfxBroadcaster::Broadcast(const SfxHint & rHint={...}) Line 56 + 0xb bytes C++
        sfxlo.dll!SfxApplication::NotifyEvent(const SfxEventHint & rEventHint={...}, bool bSynchron=true)  Line 918    C++
        sfxlo.dll!SfxObjectShell::SetInitialized_Impl(const bool i_fromInitNew=true)  Line 1146 + 0x37 bytes C++
        sfxlo.dll!SfxObjectShell::FinishedLoading(unsigned short nFlags=3) Line 1302   C++
        
        Change-Id: Id27d08faaa2472b57947960a92f19c44df55b72b

2012-08-04  Arnaud Versini  <arnaud.versini@gmail.com>  [9d314ab71ed25a4bc5b4b1b6720cc24577137f04]

        Replace usage of rtl/memory.h in unodevtools with equivalent from string.h
        
        Change-Id: Id13d0be47071345508ea1ddd3a8c4b8e656fcfe8

2012-08-04  Arnaud Versini  <arnaud.versini@gmail.com>  [706e7b1e206b52aaf5aea359ce3b02d3aaa73ca8]

        Replace usage of rtl/memory.h in filter with equivalent from string.h
        
        Change-Id: If8313df67e037f48c56d9d4e4251316fc99894e7

2012-08-04  Arnaud Versini  <arnaud.versini@gmail.com>  [f6acb53bb124e6f01e82ace35ce40f02da5a4e5d]

        Replace usage of rtl/memory.h in registry with equivalent from string.h
        
        Change-Id: I3c442b7c3743684f62cc5ffc3c4b0926ff0db999

2012-08-04  Arnaud Versini  <arnaud.versini@gmail.com>  [7378c5cb16959aafa32c101d96f32557598d7493]

        Replace usage of rtl/memory.h in xmloff with  equivalent from string.h
        
        Change-Id: Ie4747a424bb688263dd578905b44c849e3cac08d

2012-08-04  Arnaud Versini  <arnaud.versini@gmail.com>  [9b2e6d45369afbd72ace364adb15e7c8c30a9c9c]

        Replace usage of rtl/memory.h in xmlsecurity their equivalent from string.h
        
        Change-Id: Id4a088864ee28163160d6ac408592952fe6c797d

2012-08-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1af0e36fb6b1a013db6b4f2875be8a85fd67c2a2]

        kill va_args abuse for SfxItemSet
        
        Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd

2012-08-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [14d0096300685ec508b3b54d773db7767ce3b429]

        kill last (ab)user of SetRanges()
        
        Change-Id: I7f52d67d955896821f2c340fdd51e072b53fdd2f

2012-08-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8e9f9afbe6eb9d676e678f208db48f30a6561af1]

        calc input line: don't reset the scrollbar thumb on resize
        
        Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3

2012-08-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5081ea1a076c61c01ae3837aa2396501860ae4e9]

        calc input line: don't leave an empty area at the bottom if possible
        
        Change-Id: Iaaf82ee6b79d091c349a501f3a09e760c295546f

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [769e2b59e605c2c882d2039ad89e0958ea7bb2f2]

        tubes: stop collaborating when the account gets off-line
        
        Change-Id: Ic6f1bc41bc212e0c36751168f1204c41ebe0ce61

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [01839d6c7fbf2b32779c7c9037c0930b79c9e979]

        tubes: fix build of unit test; set include path for now
        
        Later we would want to move headers if they are not used outside.
        
        Change-Id: I863f6f00254b335af563598a195aea01595f6c99

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [8aef9f4027a9908f9f7f8e023fed4d9db50c5696]

        tubes: stop collaborating when the contact leaves
        
        Change-Id: I779aededb95eac6cbfb2fec3e97d207704244e25

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [374fb913a78edaa765e0f731d823d6e8180f56fe]

        tubes: make ScDocShell* member of ScCollaboration
        
        Change-Id: I8e9bab6d97e7fb4a3de3b3d3896a57c6496958bd

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [56977dfaa541dfc06f2cec921a49f5a68a8dbcb9]

        tubes: fix leaking ScCollaboration; add it to ScDocShell
        
        Change-Id: I43c951b5694ad38aa1a2e5da7cc99dfb52685349

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [0c9aae91bcbd0cb7b0f0f7e8631aa4aeebb20993]

        tubes: use SAL_INFO SAL_WARN here
        
        Change-Id: Iae41c7f3d6718c06092d41d9b3757a821dba87b5

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [2965a1c3fca6d8807e657252e53bbb2f4f63b60f]

        tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919
        
        Change-Id: Ibf2e3d3f5de87848ba8efb669308fe790d6622d6

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [b7e077787849a91efbc81fbbf5fd885b7cd0f3e1]

        tubes: do not use boost::signal here; call function directly
        
        Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [4e648b8e7c65fd8c382baf6b6798cdedfac5cdd8]

        tubes: create contacts dialog instance for each document separately
        
        This solves a crash when static dialog instance was destroyed on closing of
        one document but then was used in another document.
        
        Change-Id: I6ac9edb1de83f638bdf4ce7c0814fcbdf4b4b1e5

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [f2c7d7aea4ec8c1f9f38e1d00c14dadca67b863e]

        tubes: remove pointless define
        
        Change-Id: I5ef7f8a5a37d0a77a9dadc44e1e895581c2ebb50

2012-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [3ef03fbf80760a1d21df5cfb410e94162f121914]

        tubes: make TeleManager::getConference() static
        
        Change-Id: Ic7023a40eb2f09802b100d9317c0a6a66d901476

2012-08-03  Rafael Dominguez  <venccsralph@gmail.com>  [51802df73230d08fe13bba58936da810100cc4d1]

        Move PlaceEditDialog class and resources to svtools.
        
        - Update fpicker files that include them.
        - Separate Place class into its own header and move it to svtools.
        
        Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344

2012-08-03  Rafael Dominguez  <venccsralph@gmail.com>  [e433ab143c378299d18fc6579bc2df131f714e69]

        Remove unneeded attribute.
        
        Change-Id: I41fcd5e07fa799f483f0c9eb007e8e6d8788eda1

2012-08-03  Rafael Dominguez  <venccsralph@gmail.com>  [e93169a97b1832d00aaf2b3e75a70c7a7f95c19a]

        Make local overlay fill all the window.
        
        - Since we dont need to support drag and drop its better to just display
        the full content of the folder as possible.
        - Resize overlay when view gets resized.
        
        Change-Id: I12909ae14b13dbaf5ec844f94268f8d86a84d91a

2012-08-03  Michael Stahl  <mstahl@redhat.com>  [8d35d24f7991e77814838bb6edbfae051a063a6c]

        gbuild: run JunitTests and CppunitTests with DISABLE_SAL_DBGBOX
        
        DBGSV_ERROR_OUT=shell already disables GUI message boxes on assertions,
        but it does not take effect during early startup and late shutdown,
        when the tools redirection hooks are not installed; setting
        DISABLE_SAL_DBGBOX disables these on Windows in osl_assertFailedLine.
        
        Change-Id: Ibb62054741e85dc966a36cb20515c3af8e0d9c11

2012-08-03  Michael Stahl  <mstahl@redhat.com>  [dae7245c1ab1e7f09634d32b139cf9997b37fb99]

        sal: let DISABLE_SAL_DBGBOX only disable GUI message boxes
        
        If DISABLE_SAL_DBGBOX is set, fall back to printing on stderr.
        
        Change-Id: Id525b4012291b6b29cca7abcaad7483bc6bfba3b

2012-08-03  Michael Stahl  <mstahl@redhat.com>  [9e74e9f3c0931f34fb5421056851a06b83501ce9]

        fdo#38056: fix XMLTextImportPropertyMapper regression:
        
        The invalidation introduced in 7f9928bfa561ccb6ed4e2baacc7d6960bc1ce231
        is unfortunately in the wrong place; the pAllFoo actually point at
        vector elements, and so they must not be dereferenced after new elements
        are added to the vector, so move the invalidation up a bit.
        
        Change-Id: I244d1d5cfd40469ff6d2c081e057355460d34cf4

2012-08-03  Caolán McNamara  <caolanm@redhat.com>  [216e13dd4b1f4599f10fd274f55d39cddcb49d74]

        callcatcher: update unused code post stlification
        
        Change-Id: If2c76ad5796456fcc84cd9e07a631be1687aa632

2012-08-03  Bertrand Lorentz  <bertrand.lorentz@gmail.com>  [dde9fd99ac35bf90a3cebdc428b7f0654e12d0e8]

        Translate German comments in sw/source/core/crsr/
        
        Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>

2012-08-03  Alexander Wilms  <alexander.wilms@zoho.com>  [72778119fde55218354ee100481bfad2a1cedf35]

        Translated German comments in starmath (fdo#39468)
        
        Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad
        Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>

2012-08-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c6fdd2e4e5a54b388d25ca0fc97e1f325ae7a566]

        fdo#36138: sd: fix undo in text objects
        
        Change-Id: I44e9b5154939f3b150d3115085204361248e9b6d

2012-08-03  Michael Meeks  <michael.meeks@suse.com>  [e61e51ab96263072df21519c50adb38c4996405c]

        android: share more common Makefile pieces between a couple of users
        
        Try to start consolidating the complexity here.
        generate Application.mk to specify the required ABI
        fold common distro-config pieces out of README

2012-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [7b75535e2891ff55f3c51f97f7dcb108f938e122]

        Remove declared but not defined functions
        
        Change-Id: I583dc4043b471f741711693b32b16348bb1c8360

2012-08-03  David Tardon  <dtardon@redhat.com>  [3ce453d4c93d43c8ad8367a77ad9b7c134d5b374]

        gbuildize ucpp
        
        Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc

2012-08-03  Miklos Vajna  <vmiklos@suse.cz>  [d07e8fe18e470a08926cb43d2280f154277de137]

        SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variable
        
        Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc

2012-08-03  Noel Power  <noel.power@novell.com>  [52dff376587c2e072048d9b99748cd46336a48ba]

        enable preview for 'special' '*' formats
        
        Change-Id: I2f94c3d8d827ecabc6dd5e685bb40954fe2427c4

2012-08-03  Noel Power  <noel.power@novell.com>  [cc51389c07f880d513f94b9c4c1bad449435b406]

        support new xml number:fill-character elem for number-style namespace
        
        Change-Id: I7d3ca1f121396dfc017bb1ee73651f9017e58ba3

2012-08-03  Michael Meeks  <michael.meeks@suse.com>  [42c1644f8b24d2462d747c07a75283e9cd99b415]

        android: get rule sharing right; it seems we have to nest imports

2012-08-03  Caolán McNamara  <caolanm@redhat.com>  [92236c0fc4c8704a72f20a3c2e6f22df3c5ae333]

        Related: fdo#46757 unsafe to pass expanded text to masking
        
        So, use improved ModelToViewHelper to remove the hidden text right from the
        start, which drops the need to mask out the hidden text and we can remove the
        nNumOfMaskedChars hack
        
        Change-Id: I3bd90598e496d4e82cd9cef4c8f9e61c180cb945

2012-08-03  Caolán McNamara  <caolanm@redhat.com>  [27c2fe405ca55a2630176a657fb4895c5e31fcea]

        Related: fdo#46757 extend ModelToViewHelper for more cases
        
        beef up ModelToViewHelper to be able to optionally expand fields, collapse
        hidden text and collapse/expand redline deleted text
        
        Change-Id: I6d4d0969102ad9699f7fafe091b2eff6a5707bc4

2012-08-03  Michael Meeks  <michael.meeks@suse.com>  [ab852cc0b6fe6e3a8b398b7fa0313a1425adf31b]

        android: share the clobbering of ant rules to not compress resources
        
        Change-Id: Id2aa869f05b09dc22676d63390ec10bf575571ef

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [b18e6c7d2c35e781884c30af472143cd2fbc01a6]

        Reduce confusion, this isn't "DocumentLoader"
        
        Change-Id: I69683f93894ea696c3aab4033aea0ab9624f6cff

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [922c9d0edd2d716188442a96a5e42777b3481c82]

        Add the largeHeap and hardwareAccelerated attributes
        
        Change-Id: Ie9f8e97314778f093dc7b4b3c133882fd06e894a

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [1e1b85848224ae90ecc874829a7446b8e7b4793c]

        Update for current SDK
        
        Change-Id: I247075d5c8cef86a29a4c7fef03241396b2d76b7

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [f6dc6f14352c615fe45433cca5d1a00de97107ab]

        Start the LibreOfficeUIActivity with "make run"
        
        Change-Id: I82aff7f40d8360c0306593b02200db205e52bbcc

2012-08-03  Caolán McNamara  <caolanm@redhat.com>  [4ba497818357b000016a16ec041517de57820e9e]

        split CalcHiddenRanges into hidden text and redline deletion handlers
        
        Change-Id: I17f0a5e0a076af86a49070debe2c4990fcd95e21

2012-08-03  Noel Power  <noel.power@novell.com>  [00f1a3ed8ec17b8274a7bf3ee8f5d394a8a16bab]

        new fix for fdo#52998
        
        Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9

2012-08-03  Noel Power  <noel.power@novell.com>  [f9a453fb01908e16032abdbf1f895666e1d260a6]

        Revert "fix fdo#52998 xls(x) comment export problems"
        
        This reverts commit 6068f2f7cf5d66c68241b3831851b413b2e0b3ba.

2012-08-03  Noel Power  <noel.power@novell.com>  [a8bf0571b1bb8c46502392a7ffc57d07f967d2b1]

        readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""
        
        This reverts commit f29c91f3351db2887f994c2cc82ceaaa6d717906.
        
        Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e

2012-08-03  Noel Power  <noel.power@novell.com>  [c4ef97e6bea0e7de3fa7f0842b3319478d869ae0]

        Revert "new fix for fdo#47907"
        
        This reverts commit 285a5ae06cf51927c2df4b47043e51394aab98b7.

2012-08-03  Caolán McNamara  <caolanm@redhat.com>  [4e1629ff792adeff05e4a0e04f5263a242d167ff]

        additional const_iterator in const method
        
        Change-Id: I8cad958e1b6ba5eec000244a31e1ee98e0b5d123

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [323f755ddd1ac0709aae468a6670b1803e70c446]

        Do bypass form stuff for iOS too
        
        Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [6e495b9b8ab931a970127882530946ed9ba3dfd9]

        Build autodoc only for desktop OSes
        
        Change-Id: I43ae61bd090139e53218608816253c15542b1ceb

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [f1e95bd6d9a115845b38c523fd57e7ee1a0e282e]

        Adapt r8b bits from ../DocumentLoader/Makefile
        
        Change-Id: Idd60d2dd5cb32012de6027c2c161e2dbc3b2f404

2012-08-03  Tor Lillqvist  <tml@iki.fi>  [2d757306e220b78e7f1ef28d7256e51c7edc4e40]

        Adapt architecture-specific bits from ../LibreOffice4Android/Makefile
        
        Change-Id: I06ecb06df4df61fccc53477b5789a171e62248ec

2012-08-03  David Tardon  <dtardon@redhat.com>  [46305229cc5915b0625cc08d99522dc19508be75]

        WaE: enumeral and non-enumeral type in conditional expression
        
        Change-Id: I6352836e28c8cb04ba3de40bfcb0095096ee1dd5

2012-08-02  Rafael Dominguez  <venccsralph@gmail.com>  [393e7add0b2c7f4f96dc309f7dcdf8d82e0ff813]

        Display all templates in the overlay if we hide the search bar.
        
        Change-Id: I4af95a758912e5d4c885f889fd2dedb48472f7b6

2012-08-02  Rafael Dominguez  <venccsralph@gmail.com>  [5918b4b1808afdf85682d471024d6ae1f20fd8eb]

        Filter overlay templates by a search keyword.
        
        Change-Id: I8bcb193d1400c32b6292fd109422d22dbf8b1eb9

2012-08-02  Rafael Dominguez  <venccsralph@gmail.com>  [3fa5a70375083e5f201d6b62f418e9778446e2f5]

        Cache results for remote repositories.
        
        - Only fetch template list when its the first time or when specified.
        
        Change-Id: I922e97dfcbf67cebdd66a85bd7ff204896757e52

2012-08-02  Rafael Dominguez  <venccsralph@gmail.com>  [f36adaa38ca7a04144c18902343ab52784f4fbae]

        Dont store repository information twice.
        
        Change-Id: Iaf15cd383abec092932b2b024142d959794f0fdb

2012-08-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e3d97dfe9747fa70cdcf642a4a710c3d90cc95c]

        Use the internal API to set field item's properties.
        
        This is 1000 times faster.
        
        Change-Id: I09a75f70c8344898b2aea6bc5a8ca6b5fa9f1065

2012-08-03  Takeshi Abe  <tabe@fixedpoint.jp>  [621145a777ec6ac918bd822bfc4ece1f75900bb1]

        sal_Bool -> bool
        
        Change-Id: I49749f327d6a9c3661ef9bd684647e0a45b9203a

2012-08-02  Michael Stahl  <mstahl@redhat.com>  [ad99d4eeb60d4d18a93fcc78973b5f5dd20c0fbb]

        SvXMLAutoStylePoolP_Impl: try to make MSVC happy
        
        Change-Id: Ifecfa196923b7fdde51839d74bef46e840bae501

2012-08-02  Michael Stahl  <mstahl@redhat.com>  [e38940a137c5d3b474421ac0721a995dac46f8dd]

        cntnrsrt.hxx: remove dead code
        
        Change-Id: I004101e814ac3eb1de7a518c2dd9b1f14683eca8

2012-08-02  Noel Grandin  <noel@peralex.com>  [d81c7f47c98d88dc30822dd9e0550461afe77dbf]

        STL'ify DECLARE_CONTAINER_SORT_DEL(SvXMLAutoStylePoolParentsP_Impl)
        
        Change-Id: I54f1595198b65058d3dd7f3304e0acb75cd55291

2012-08-02  Noel Grandin  <noel@peralex.com>  [efe1a44e473497be1be99c10dcefbc77f36041e3]

        STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)
        
        Change-Id: Ib9aa0e619434acde5b4dd93b43b231ba23adb63e

2012-08-02  Noel Grandin  <noel@peralex.com>  [0df18265ef1c36c52a1954cda0f4726421cbd5a2]

        STL'ify DECLARE_CONTAINER_SORT_DEL(XMLFontAutoStylePool_Impl)
        
        Change-Id: Ic02f143a0e0f01a6cbc88c47d20e0c27dca17a74

2012-08-02  Noel Grandin  <noel@peralex.com>  [d0f5ff78740df2540873c4091786672b63063491]

        STL'ify DECLARE_CONTAINER_SORT(SwXMLTableColumnsSortByWidth_Impl)
        
        Change-Id: Icd480f74dacb41d869fb511a0d2630d8b3711343

2012-08-02  Michael Stahl  <mstahl@redhat.com>  [b4d5eebfdd095a75966f2fa0997817d3441a3b80]

        filter-showIncludes: convert to AWK
        
        Change-Id: Iedc315550f4eafdf1612bc390044a4b1b0c8e80b

2012-08-02  Michael Stahl  <mstahl@redhat.com>  [ebd2bfa2e748d9efa4ee759f5b9003d9e470d752]

        Revert "Revert "sorted_vector: turn Find parameter into template""
        
        This reverts commit 8291d41667b1a63d35bf818aaf9d75529e1f12f0.
        
        Un-revert that, with a tweak: with the bizarre name lookup semantics
        in C++, the proper way to refer to a template (as opposed to a template
        instance) is by prefixing the name with its namespace, which does seem
        to work with MSVC2008 & GCC 4.7; thanks to Stephan Bergmann for the hint.
        
        Change-Id: Id9cccbe68fb3ce2dd070c4b3dbd21782c92170ca

2012-08-02  Noel Power  <noel.power@novell.com>  [285a5ae06cf51927c2df4b47043e51394aab98b7]

        new fix for fdo#47907
        
        Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9

2012-08-02  Noel Power  <noel.power@novell.com>  [f29c91f3351db2887f994c2cc82ceaaa6d717906]

        Revert "fix for fdo#47907"
        
        This reverts commit 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987.

2012-08-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e995824285cf6697a355d567abc8cd2df2b38b72]

        fdo#51231 Revert "Slidesorter: Show the buttons on the opposite side..."
        
        This reverts commit 4866b20ec6205b04cd21077fd00d68c4d4bb2c1b.

2012-08-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2cfe27125a962f5f902972656589aab696d6286e]

        gtk3: filch a fix for scrollbars w/o buttons from gtk2 code
        
        that is b38ee8c8d5bb10ade41d5ee4050ec4fda12fcbd2
        
        Change-Id: Ib86d86616443cf48ba1d3ee0b6f96314b42dc972

2012-08-02  Stephan Bergmann  <sbergman@redhat.com>  [81fd6b084b0f3c0eb5a97c77592f5ceb21d2dfb1]

        fdo#53006 Force reinstall of all bundled extensions on upgrade
        
        ...as the per-user data about bundled extensions can otherwise contain stale
        $BUNDLED_EXTENSIONS_PREREG references if the old installation used
        share/prereg/bundled/, the new one does not (cf. the fixing for fdo#51252 "LO
        cannot start (reports runtime error with Visual C++ Runtime Library)"), and a
        bundled extension did not change version.
        
        It is safe to tie this behavior to the existing "force" parameter of
        dp_misc::syncRepositories, as the only place that calls it with force=true is
        the call to Desktop::SynchronizeExtensionRepositories(newInst) in Desktop::Main,
        where newInst=true is the relevant condition for this behavior, too.
        
        As stated in XExtensionManager.idl, "this [...] can go again once no exisiting
        UserInstallation's user/extensions/bundled/ data can contain any
        $BUNDLED_EXTENSIONS_PREREG references any longer."
        
        Change-Id: I630dec8f2d20282ee47c65ac61ed2c9b062448e1

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [85a8a72067c4e13f3bddbe11e0899702202f4c4f]

        Bin unused function for now
        
        Change-Id: Ib08bf14eebf366aa4bd3e82806a91dd12033c417

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [60cfa64345b41a7a95045133d775616253643b4a]

        Bin no longer used iOS cppunit stuff that even breaks the build
        
        Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [3129984e1ad0543513815ad455c44aac2d407ee2]

        WaE: address of function will always evaluate to 'true'
        
        Change-Id: I9685faf1658bac91abe348a409ec85e2421b1c49

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [056f15c2ccd5b1c6a79004fdfe113e524175e27f]

        WaE: dangling else
        
        Change-Id: I263d35464ceaa7374e8ca94f7e72e56ee33aab53

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [7617e9c413ccf3370c6218f443b19aeccbe97a6a]

        Filter out vbaobj in the disabled scripting case
        
        Change-Id: I2fee7cd5e30d95371af503a8be18c36540f93811

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [90b01ef9b096ebdbbf1cc3fbbd7aba45e3055e44]

        Bin no longer used iOS cppunit stuff that breaks build even
        
        Change-Id: Ia84d89adff6acdb5eb5710c1cccd06657c1f6236

2012-08-02  David Tardon  <dtardon@redhat.com>  [8ee8300ca9f7e3355a671bd4cfae59e0fddbec41]

        add autodoc and its deps to cross_tail_build
        
        Change-Id: I39c7f026576f1815ed7f683f0f039b2d074840cf

2012-08-02  David Tardon  <dtardon@redhat.com>  [bcd0b2a9ff3f96be9a54f75a916d53d2dc66954d]

        add autodoc and its deps to tail_build
        
        Change-Id: I4a5e960c13b5f17235dc50f8ee6754a029c70840

2012-08-02  David Tardon  <dtardon@redhat.com>  [75c3e803316f307d02569485e6e00aa04ec6dc09]

        make sure headers are in place when the libs are used
        
        Change-Id: I18c21d46153ef6be728dc3d8335e9c06cc7f3ad3

2012-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [bc21b49a464ae153341ee8d836993ca89b1a6919]

        tubes: move sc/source/ui/collab/contacts.* to tubes
        
        - sc no longer directly links against telepathy
        - there is new class ScCollaboration derived from abstract Collaboration
          describing collaboration functionality for apps used in tubes/
        - also added resource manager into tubes/
        
        Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae

2012-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [4311938f7e838c6263b0e5774e611ec213cb02c6]

        tubes: impose strict ordering on 1-1 collaboration
        
        - master (the one who started the session) echoes back packets from
          slave, who only then, after receiving own commands executes them
        
        Change-Id: I8b5a1d1bae0d665b65fe2ec0121430178728274d

2012-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [326235584f9dc17c0adf4c02180f45d4c3dc1e64]

        scp2: SHORT_RESFILE_ALL_LANG seems to be unused
        
        Change-Id: I62b313fc8d8c6dfc821012783365307c8280a96c

2012-08-02  Noel Power  <noel.power@novell.com>  [8ba8aca1ac4744a23eefb7bb5892e2a697d9d987]

        fix for fdo#47907
        
        Change-Id: Ia5e4e7429db122db505d59289b1106814ea7c378

2012-08-02  Stephan Bergmann  <sbergman@redhat.com>  [566bcf64ad9092ba6e55ba3de514226ae6b10c10]

        Related fdo#53006 Make CApitals correction work without dictionary
        
        In a language for which there is no dictionary available (no "ABC" check in
        front of the current item in Writer's "Format - Character... - Font - Language"
        list), "Correct TWo INitial CApitals" (from Writer's "Tools - AutoCorrect
        Options... - Options") did not work (i.e., typing "FOo" followed by a space
        would not change it to "Foo").  That was apparently a regression introduced with
        51efaa592d4f54133c74e38cf294526bc78dffcd "Double-capital autocor takes
        spellcheck in account."  (I verified that with this fix words like "MPs" in
        "English (UK)" are still left as "MPs.")  Thanks to Caolán for help.
        
        Change-Id: Ia76286e4ca73138ce3571145b9c40b031a4553ba

2012-08-02  Stephan Bergmann  <sbergman@redhat.com>  [96f28626f0ac540fd0d0e129d00f3942bd64235b]

        Check for ComponentPackageImpl::isRegistered_ in the current rdb
        
        ...not the old one that does not contain the changes from the current session.
        Otherwise, actively registered components in bundled extensions would not
        necessarily be re-registered upon start up.  Any old instance would be removed,
        but the new instance would not be registered as isRegistered_ would still
        return true.
        
        To me it looks like 7a400caaa6946399ea31614d056d435350f42dc1 "jl145: #i99257#
        Extension Manager prevents running of multiple instances which acces the same
        shared data" erroneously introduced a call to getRDB_RO instead of getRDB into
        isRegistered_.  That (only) call of getRDB_RO gone allowed some clean up, incl.
        renaming remaining variables from ..._RO to ..._orig.
        
        Change-Id: I7eccac699e6fa5799f77b038b15d62e0a9c1ad17

2012-08-02  Eike Rathke  <erack@redhat.com>  [cb7c34f3bcd4df7a67f1a9d31b3bf849af4f79e4]

        changes to "fdo#53002 Fix for default currency settings."
        
        There can be only one usedInCompatibleFormatCodes="true" and because of
        the new symbol with identical ISO 4217 TRY we need also
        legacOnly="true" on the old entry. Additionally, as the TL symbol was
        already used with TRL also that one needed legacyOnly="true" to not end
        up with a list of duplicated TL formats in the number formatter.
        
        Change-Id: I8e3ec2f75828b8f7c6a2077ef2fd30fc5e7a5642

2012-08-02  Efe Gürkan YALAMAN  <efeyalaman@gmail.com>  [d09b4e30d7e87f181fa3913e81c6d38c04a8f5f8]

        fdo#53002 Fix for default currency settings.
        
        Turkish currency New Turkish Lira was replaced with Turkish Lira on 01.01.2009.
        TRY TL added for default. TRY YTL is not default anymore.
        
        Change-Id: I08f5f70bf46d2f655c11ddaff77f68ba1e398225

2012-08-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e3aca9772f4e1f9fcabecbe5bf22123259b3143a]

        fdo#46020: fixed missing footnote docx/doc/rtf export
        
        Don't skip a next position when parsing a paragraph into runs to export.
        
        Change-Id: If7e887ea84ad24256b37aa96187bc30ea154632b

2012-08-02  Stefan Knorr  <heinzlesspam@gmail.com>  [77e71450913129fb45da7c6216f2f1b17ce94d6c]

        Bring background image in About box back & more
        
        + revert background image removal
        + useful fallback logo text in case rsvg doesn't work on the platform
        + better calculation of dialog size
        + somewhat better high-contrast support
        + slightly modified background image
        
        Change-Id: I1cd77dd7b47eec6bf8709b225ecf0d070f9bb869

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [57c8c34fcdc2d594d2da3593eb9d86d0daf4e18c]

        SwTxtPaintInfo::_DrawBackBrush: draw dark border around comment highlight
        
        Change-Id: I71870301db74e4d0c1376c45eb8aadb3912c7ba0

2012-08-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [92e00f2e536ce0458961d329a3c676acc86249e6]

        cairo uses pre-multiplied alpha
        
        Change-Id: I6cf04b10bfdd6c7b16761b2aa2f31c1392c49546

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [d1a66813a0a4f28af34728efa48a97e4a48a9bf8]

        strange header guard
        
        Change-Id: I981e2e9f18b6ebde4d129746fdc30f360956848b

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [6a9baa8bffa5203565730e1f3f298ec6965ec694]

        gbuildify autodoc
        
        Change-Id: I587be109e33b91ba08eb5d2b51c265e39ce797e0

2012-08-02  Eilidh McAdam  <eilidh@lanedo.com>  [73ec8371d797b5be564381d8982977696444ffa6]

        Installer logic changed call msi functions on request
        
        Change-Id: Ic73825cab20bd9e56be69531cba6452fe0202b72

2012-08-02  Eilidh McAdam  <eilidh@lanedo.com>  [013d1e01c33ad41d16427470ac151192ea52adec]

        Ensure correct import of msi tables using wildcard character
        
        Change-Id: I3e1800d73250a8a630dd37329189b13cfae311e9

2012-08-02  Eilidh McAdam  <eilidh@lanedo.com>  [d607a9c31bbe0b352cfa7797af17899cd9b7650d]

        Escape asterisk in Linux system calls
        
        Change-Id: Iabe5748d23d68cb475823d91a7c125de271eecd5

2012-08-02  Tor Lillqvist  <tml@iki.fi>  [a2730c957ae64380443f98a3ad5768123ab8f5e0]

        Using NDK r8b seems to work now so drop warning comments
        
        Change-Id: Ia789a228918ded1283433289f4fd9ab80bd78ae9

2012-08-02  Noel Power  <noel.power@novell.com>  [6068f2f7cf5d66c68241b3831851b413b2e0b3ba]

        fix fdo#52998 xls(x) comment export problems
        
        Change-Id: Ie290199d3b03f6599429d56275eb54661af4a51c

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [b6e6ea341d1bd1577f5219ef08403fad58887715]

        RTFDocumentImpl::popState: drop unnecessary state copies
        
        First only parts of the parser state was copied, then later the whole
        state, but code not using the full copy was still there. Remove it now.
        
        Change-Id: I2c5507e74a24b8dac74552c61d69ba0be7257d6b

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [5cd8770cbe39f124c69cbceaf745453b7fd63839]

        convert XMLFamilyDataList_Impl to boost::ptr_set
        
        Change-Id: I2a23787091828415cf814eb7091f3fa926b5876c

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [b90a897069536c571969a917a6b474ebb69a9828]

        gbuildize udm
        
        Change-Id: Id6cf22a19de3ae52ffc1e42a7d4114b1e417f2b3

2012-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [94809ee4bf9b98769751aed4d1390ad12bcedc0a]

        handle "no schema" case
        
        This is especially the case when the source is a (saved) query.
        Fixes: Report Builder wizard "Finish" button does nothing -> cannot create report through wizard
        
        Change-Id: I266772035435a7c623beb0c0f66fc88e6316be8e

2012-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [5b85f6c1ef24b7189a78b64ebafd1679f090fd2b]

        nPos is 1-based, so allowed to be equal to row count
        
        Change-Id: Idb37cd23a58816bd16c725fda49a2f9875450e79

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [6ff70708b4a39011a61aa0f53541eb7eec09c813]

        fdo#51034 testcase
        
        Change-Id: I9a7a4e596ffb14cdcb211ff0d905c66831d30708

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [9c53a7f94f3bdcb694498db335a01af25257853a]

        fdo#51034 fix docx import of HYPERLINK field, l param
        
        Change-Id: Ic6896f7c795d7d303bf7589a74afb937d4a8e8b5

2012-08-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0e4846ec20c1aefc554037e8f08255019c08da47]

        fdo#52610: Fixed several docx export bugs
        
         + hyperlink starting before a field and ending in its results isn't
           valid.
         + when footnotes have hyperlinks we need to add the proper XML
           namespace and output the relations to a different file.
        
        Change-Id: I1c6cb8acba21c35e10bb0497eeaf96bbd73730d1

2012-08-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cf2bdd65945d2a02af44db535cf1964d4d09ae20]

        Fix windows build where min and max are macros
        
        Change-Id: I59186db4003564b0b9c202456b7fdf91eaa67751

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [c87e4eb383975b7c16bd696e27750bc711555ae5]

        mac-only UniString from sal_Unicode*
        
        Change-Id: If6432543c194668075b5b0a821e4bad8d7dd4839

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [7480f766e95368fb1418dcfd9470f73b5ef3440e]

        remove now pointless pItemDesruptList
        
        This pItemDesruptList is pointless now. We're registering the delete-when-idle
        items in their ctor's and deregistering in their dtor's which get called from
        the idle callback. The idea of pItemDesruptList appears to be for use in
        deleting any items at exit time whose idle callback didn't get called already.
        
        Which was done by DeleteOnIdleItems which itself was removed a while ago
        because nothing was calling it (for years). Some experiments in making it a
        simple singleton and/or one that hooks off default component dispose or
        XDesktop dispose shows that its crash city, so lets just remove the unused
        stuff outright rather than trying to fight to get some 12+ year unused appendix
        used.
        
        Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [d4b172b8196de05bb4efa39e19a2b324cf0b2778]

        strip down UniString some more
        
        Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [1d90e4f5f3e046b946445dec38811fec8114364c]

        gbuildize cosv
        
        Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a

2012-08-02  Caolán McNamara  <caolanm@redhat.com>  [c97f34c72b151cd6820cbae5ad94743ec0379de3]

        sablotron gone for years
        
        Change-Id: Ib62f0595c42bc4bd8f5c55c8d3de19e92dfe9698

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [8a59191c15c6b22f825f999f633e1bbe2a7698b2]

        test: string cleanup in BootstrapFixture
        
        Change-Id: I468c295713fc34b64403a1c31f802820e6608b07

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [881a08079cee9363abd9c1d8e6b86465a2868a30]

        fdo#49892 testcase
        
        Change-Id: I22cae445e5a75563e3c69ac890126292358b9749

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [690808bbf726f3e712e1d452999eb3f2b81251f6]

        no need to invoke dmapper here
        
        Change-Id: Ie005d0ae0ed6e2f055f03015162edaa10ed78897

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [c2e2ca29ccc8efe1957ac770c6b818c56a37d532]

        fdo#49892 import RTF_SHPB{X,Y}PAGE
        
        Change-Id: I8fe2b28f44ee61fc0f1438de3681fd86b16d29ae

2012-08-02  Miklos Vajna  <vmiklos@suse.cz>  [ecda5eadaf497f8eb1ec8fb7e73c4e5e6d717da9]

        fdo#49892 implement RTF import of dhgt shape property
        
        Change-Id: I36d574c5f7915d732c6c158fadb91b6032370a01

2012-08-02  Stephan Bergmann  <sbergman@redhat.com>  [710202f71ce5b4aa3dc5bc9bc869031b7d1ccec5]

        Missing newline
        
        Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8

2012-08-02  Takeshi Abe  <tabe@fixedpoint.jp>  [d73ef723a280fc45f24b96e76c4edea112b29994]

        sal_Bool -> bool
        
        Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [624bcdc302df8cdee7172bc455aa5c4aa9a6710a]

        Revert "StaticLibrary too"
        
        This reverts commit 23e5bb66436991d809d8d807f27d25f922fb062f.
        
        Does not work, see previous commit

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [12981fd72b6128eae5850fcfeee9d3bb1630b521]

        Revert "force depfile concat on deliver"
        
        This reverts commit b8f7cc3c26a95b7dfb41415b24f0e2a3a9f1e33c.
        
        This does not work, because there is no dependency between the
        *Object .d files and the *Objects, and so the concat-deps races with
        the compiler writing the dep files.
        Introducing such a dependency would of course be reverting
        8b5a984d45005d3df1c89eae897d6e04612625d8

2012-08-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [79e1b9cb2305bc00665e94afd6a00e9f18b76bf8]

        always compile from SRCDIR
        
        * this helps getting nonbroken deps if using some ccache/CCACHE_BASEDIR combos
        
        Change-Id: I401e55cc10b16aa5901348909237e97d05ab2761

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [e9da4879384c15da84e26d137302ae1ccc30f86a]

        filter-showIncludes: filter out system headers
        
        A blacklist based approach doesn't seem easy since there are various
        different SDKs, MFC, ATL and whatnot each potentially with an own
        include path; so simply whitelist the known source and build dirs.
        
        Change-Id: I93b27bd0ffbd57237da2d23afa95dea7c0785774

2012-08-01  Noel Power  <noel.power@novell.com>  [3514df0f78c6cce2cc618e1c7c2728c759342bce]

        add TabRatio api and detect macro at group shape fixes bnc#770708
        
        Change-Id: I73eb612edaba21aa5bb07577b42bd31f8de2dd2a

2012-08-01  Stephan Bergmann  <sbergman@redhat.com>  [13dc61da882e1e5800665f027894d1885c42def7]

        Proper quoting
        
        Change-Id: Ib619ffc06d580acb5dc5f21ad6d0a439569bee2a

2012-08-01  Thomas Arnhold  <thomas@arnhold.org>  [791071825969a40a454ed2b9806ec8b5c3b08fe9]

        Remove unused code: those classes are unused
        
        Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d

2012-08-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [23e5bb66436991d809d8d807f27d25f922fb062f]

        StaticLibrary too
        
        Change-Id: I2bda0e3117fb70353c52d5998e7784b6123ab38e

2012-08-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b8f7cc3c26a95b7dfb41415b24f0e2a3a9f1e33c]

        force depfile concat on deliver
        
        * in some scenarios gcc (or ccache) generate relative paths
        * thus we need to concat the depfiles in the same makerun as the compiles
        * stiil not foolproof:
          - cd sw && make and abort with Ctrl-C
          - cd .. && make sw
          - now we have deps from mixed workdirs
        * in the end we should likely always cd to SRCDIR before all compiles
        
        Change-Id: I007da96f38ed2cfe403b692400f447764f6d6988

2012-08-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7917af89eb4901c9ed77c7847bc0e8588685fd83]

        brown paperbag: set current_path_length too
        
        Change-Id: Ie8e8f0b42b05a7d99fc81ad3a57e661758c12533

2012-08-01  Tor Lillqvist  <tml@iki.fi>  [55a8ae6cf6dc67085b78dd213d174ede69a788d5]

        WaE: unused variable
        
        Change-Id: I75e195be6bcedc972bc7c820c8c8efb648c91526

2012-08-01  Tor Lillqvist  <tml@iki.fi>  [850d9be56d50a1b143d6afe679808723d6164e21]

        Bin no longer used iOS cppunit stuff that breaks build even
        
        Change-Id: I78c71b22816834c66c8283e3d85e357b7b8d2836

2012-08-01  Noel Power  <noel.power@novell.com>  [ff54a3c291b8aa104992a0285207166cf25ddd86]

        simpler fix fo fdo#51336 - change vcl checkbox no-label behaviour
        
        Change-Id: I1563dc2afc49c7b1115192db00fbd08a7524154e

2012-08-01  Noel Power  <noel.power@novell.com>  [d616ea80b27e65d83710f811a6f32637f3c7284a]

        Revert "additional fix for fdo#51336 for radiobuttons"
        
        This reverts commit 2bc2d09bba2e3f34e8ce13571de9ff7007e1c2b6.

2012-08-01  Noel Power  <noel.power@novell.com>  [59d9a39abc6d4915fce55e55008107a7081b38d9]

        Revert "fdo#51336 - change vcl checkbox no-label behaviour"
        
        This reverts commit a1345cd93a57ec7d9352f2c71ec2664332ce5e76.

2012-08-01  Stephan Bergmann  <sbergman@redhat.com>  [e3c2e0fab67bbb812e8c693aab987fb5c374e5e0]

        -Werror,-Wformat
        
        Change-Id: Ie6fbcb1a11f47b54d3c697716b03f9891a1dea49

2012-08-01  Norah Abanimy  <nabanimy@kacst.edu.sa>  [15a79a36b129d51972c02992248eae88715ddccf]

        Convert documents to follow the doxygen standard
        
        Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b

2012-08-01  Caolán McNamara  <caolanm@redhat.com>  [0fc413a327242adc1eb4c196179fdf660229edc9]

        const SvXMLStyleIndexCmp_Impl up
        
        Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15

2012-08-01  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [c9d5c88a96c491b6557b4e91d69e78f9a57ee0f6]

        Modifying comments to meet doxygen standards
        
        Change-Id: If7c4162a49a7c7b612b6f480f6fbba75727ae1df

2012-08-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6657052e463b4ff9c8a005faadcf2289d32343a3]

        consider only fully visible items
        
        Change-Id: I32d88e5206a96b316f29cf4ede04a6ac951d86d5

2012-08-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [09eb412b2c8c55c9b0a280a61d6fef18ab5c7c18]

        gtk: listbox border was not rendered
        
        remove extending of pixmapRect in the nPart == PART_WINDOW branch
        and simplify code, since rControlRectangle, pixmapRect and widgetRect
        are the same.
        
        Change-Id: I253851fad558e525cd533bb3576a9bba82187e53

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [8291d41667b1a63d35bf818aaf9d75529e1f12f0]

        Revert "sorted_vector: turn Find parameter into template"
        
        This reverts commit 3e3acee762fac71f7356ed1305a64e0278278081.
        
        It was a nice idea, but C++ is not yet ready for it; with the travesty
        of parametric polymorphism in C++ the find_unique inside the definition
        of find_unique actually refers to find_unique<Value, Compare>, so there
        is no way to actually refer to template<Value, Compare> find_unique
        inside its definition.  Thanks to Luboš Luňák for explaining
        the problem to me.  Somehow this does work in GCC 4.7 even with
        -std=c++98, likely by accident.

2012-08-01  Caolán McNamara  <caolanm@redhat.com>  [7e579295c8c07998d7e077fa7e1db24745726e5f]

        convert SvXMLAutoStylePoolNamesP_Impl to a std::set
        
        Change-Id: I839edf8d0e941f78f6f6f9e6a9117f76587a5f39

2012-08-01  Caolán McNamara  <caolanm@redhat.com>  [3515019f8aabebc6f0037fa2e8f4a271b64e3845]

        include svl/svdde.hxx
        
        Change-Id: Ib8696dad1905cbcd12d6c3dd42720eea3f883c6f

2012-08-01  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9490643712a040a6f4433d145bc5d35d9d4335f5]

        Fix for a236f8318a0e05caeec53ccbee8b134f44a98008
        
        To get footnotes sorted properly one need to:
          * actually use the comparator class
          * compare on the offsets value (and not there pointers)
        
        Change-Id: Ie86802c7a92602bfbb4d2a603afe06f621e392a3

2012-08-01  Eike Rathke  <erack@redhat.com>  [21cb8210c74e52896ce7fb063f1578b13672f4bd]

        resolved fdo#53012 crash in CSV fixed width import
        
        8cd05e9cf1152b21528c6f1a5bda3d949dc49791 changed from using String to
        OUString. ScCsvGrid::ImplSetTextLineFix() attempted to copy excess
        characters (always CSV_MAXSTRLEN if greater than field width) where
        String::Copy() silently ignored the excess length but OUString::copy()
        may result in invalid memory accesses and asserts in dbgutil build.
        
        Change-Id: Ic9f7f38d6f2bbd770d6356e1304de8e39c09e30b

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [3e3acee762fac71f7356ed1305a64e0278278081]

        sorted_vector: turn Find parameter into template
        
        Enforces same type parameters for sorted_vector and Find, and makes
        it easier to use.
        
        Change-Id: Ide456a48f015cb0a9dea7a0bf2bcf2ccad527fd1

2012-08-01  Michael Stahl  <mstahl@redhat.com>  [77165efb4eb4d9735f8dd4f8c99044a36d60a611]

        Revert "WaE: indexes past the end of an array"
        
        This reverts commit 51e3df40bc757b46636a3d74681a597fe35063ba.
        
        The fix was correct at the time it was done, but unfortunately now it
        conflicts with 89f08dce89adfddd3fb8e00b7a7a9c5da2a4943e, which fixes the
        same problem by changing the definition of DFF_ANIM_PROPERTY_ID_COUNT.

2012-08-01  Luboš Luňák  <l.lunak@suse.cz>  [78f1e95df4b8bd1fbc32ed4192676fd4f176f5bf]

        workaround for KFileDialog remembering its settings
        
        Change-Id: I6f473c246408684c5d952a2161645e4fe76873ea

2012-08-01  Jean-Baptiste FAURE  <jbf.faure@orange.fr>  [63e0644040536558df92e7598e70a56bb5a3422f]

        vertically align and enlarge fields in cond.formatting dialog
        
        add more room in several fields: usefull for FR translation
        reorder the code by levels/lines in the dialog
        
        Change-Id: I2c4cbaf926ade87b35a5900ab5461477e0157822

2012-08-01  Luboš Luňák  <l.lunak@suse.cz>  [e62c67d8d47231e3ff0df440642dfcabac4f3f81]

        do not let LO's autoextension handling interfere with KFileDialog's(fdo#52546)
        
        Change-Id: I73263a74d7b9bbf4a99e86773854e69f747e19d5

2012-08-01  Miklos Vajna  <vmiklos@suse.cz>  [a69691ff8c1cfeca6b67973000d17fa01947a0a5]

        fdo#45724 testcase
        
        Change-Id: I27811a6e35cd07dd117831eb9dee177c54f9ff50

2012-08-01  Miklos Vajna  <vmiklos@suse.cz>  [f5a98e08e7f12453c469b277554b0e45f0c2310f]

        test::BootstrapFixture: make GraphicConverter work
        
        Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99

2012-08-01  Miklos Vajna  <vmiklos@suse.cz>  [12a35ec8905559a5f2e0e00f792489bbcf0095db]

        fdo#45724 improve WW8 textbox export
        
        If there is no default value, but there is a current one, export that
        instead.
        
        Change-Id: I01af5cfa641b061b0aeb959e579bca66340781e9

2012-08-01  Miklos Vajna  <vmiklos@suse.cz>  [684539e19ef7a54afcb2c4f24ba966ec04a2ad87]

        fdo#45724 fix WW8 export of textbox default background color
        
        regression from 5609c512cd4d2899300b432d88d93cff05a05c87
        
        Change-Id: I5f3ce73943b2805b7de1ae41699e605af9086b15

2012-08-01  Tor Lillqvist  <tml@iki.fi>  [5009c09737c36f078ecde32e8848b0d4ee37f7c1]

        Warn that the CoreText code is WIP
        
        Change-Id: Ibd02466bac2120fe9f378f564c44524bd902c009

2012-08-01  Tor Lillqvist  <tml@iki.fi>  [c7c23677421d1f75d5566bbb8e76c12de6f75028]

        Add own declaration for the since long deprecated KillPicture()
        
        Still present in the framework in 10.8, so this code will continue to
        link and work, one hopes... But this really is a sad "solution".
        
        Change-Id: I2571185f412e7252887bab3e0ae02c72cd756677

2012-08-01  Tor Lillqvist  <tml@iki.fi>  [71573ba4edd5413836f0e20e969fccd68bf4da96]

        Building against SDKs 10.7 and 10.8 seems to succeed now
        
        Change-Id: I22c94844eb109f9ab81a434692272d2c392c2202

2012-08-01  Takeshi Abe  <tabe@fixedpoint.jp>  [088915c36ba207591a3d97e94bcf1a395bfa69ed]

        sal_Bool -> bool
        
        Change-Id: I82157e89d04eda35525c5a540504e6a8d18bc86c

2012-07-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8df3fbe5249c3f4a1ea3d5586b5c073d5a756fb0]

        Fix mingw build of svl
        
        Change-Id: I9992dba75903fea3d31be73de69e49f439df3a41

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [68303dee45ff6c81f5eb396df9c6805b7874cdd7]

        DdeServices has forward declarations so can't be typedef'd
        
        Change-Id: I1455d380cbb8b096255a0d3cb402ff0dc4d35996

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [0f618909d348f6ff26a34367b0d57b21c1b85a01]

        SwpHintsArray::DeleteAtPos: Apple GCC unused variable warning
        
        Change-Id: Idc56569da52554a5478fc23548b8d3395648a2bf

2012-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [134028c6160de7d2c05f0ff67d71cbdb4bff4737]

        fdo#50269: bitmap area fill pattern reversed in LO3.5.x
        
        this partially reverted 619ea0c6d3b8fb4390bf5e82f1b44608c3cd878d
        in order to retain a hack for non-black background color
        
        Change-Id: I89d89cedb5e27e2a05b1ecc13569e4899d1743d2

2012-07-31  Tor Lillqvist  <tml@iki.fi>  [16ae7484b03149345751b7804cbc9ce3180565ec]

        Add declaration of the very deprecated FMGetATSFontRefFromFont
        
        Change-Id: I6a1b0ee2e7e012080774d29ea6ea5db5e9229d82

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [28a48f2aab4aa32ce8a7d46b8b5e6f26b732afd3]

        svarray.hxx: 'e's pining for the fjords...
        
        Change-Id: I3eeb257092a76744482ebd2d0eccaa29ead8a644

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [dd5bea1d8200a566d59029fbf0c15ddd1e25098e]

        remove commented out SV_DECL_OBJARR
        
        Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [4cbb646ddb9e075f3ac47214aae020a96b84267e]

        convert SwSortElements to boost::ptr_multiset
        
        Change-Id: Ia52f23a4bdad60a89c70e47089a82ef5dbd8dfda

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [3bf99d6c62e14880ecfaea298eaa2a40918ce333]

        SwHTMLPosFlyFrms: fix STL conversion:
        
        It appears that the operator== for SwPosFlyFrm always returns false,
        so cf0e08c6b8d739b8b17dc533efc3e12505b2d5a9 changed the semantics;
        use std::mulitset to fix it.
        
        Change-Id: Ib7a8ebe56e146d21c265e60ad68c6b4a319dfe98

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [3a1d91045b339c00267771acd60ed5d53a90c409]

        SwContentArr: fix STL conversion:
        
        It appears that the operator== for SwContent always returns false,
        so 81181891c93faee024799991317ac2c451f4c0c4 changed the semantics;
        use o3tl::find_partialorder_ptrequals to fix it.
        
        Change-Id: Ib4f040f03a9eaeec9a2973f5a93a22a387232017

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [24a8ad1591e11e2905318d31106a5568f92cac2b]

        SwHTMLPosFlyFrms: fix STL conversion:
        
        It appears that the operator== for SwHTMLPosFlyFrm always returns false,
        so fbabbcefd8f8575c7b08c7a7ac7fe0b665038214 changed the semantics;
        use o3tl::find_partialorder_ptrequals to fix it.
        
        Change-Id: I43797d62eb95a6c5012dd486fab98a0a8b88b768

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [64b2207025388b6a87462f912584228a10301628]

        _SwRedlineTbl: fix STL conversion:
        
        It appears that the operator== for SwRedline does pointer equality
        check, so ddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7 changed the
        semantics; use o3tl::find_partialorder_ptrequals to fix it.
        
        Change-Id: I8d4a13da9543ef8a7f6e38c05eef3a2c9918e421

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [2815396a1813cb3956c5aba066de49a7f34bc657]

        _SetGetExpFlds: this looks simpler with upper_bound
        
        Change-Id: I37dd291aaa229493141fbb8b426488e8e4427185

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [b60285e916e1c4102ef990f9aacb85307973d55e]

        SwpHintsArray: deploy some asserts
        
        Change-Id: I16f416cb63221860ff743ce2e2291af99cd19de2

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [43377e09d86dfcf800270a4c469ea5bd373392c6]

        fix some problems in previous STL conversion:
        
        - use o3tl::find_partialorder_ptrequals to allow multiple hints on same
          position
        - GetPos must not dereference its argument
        - unused IsEquals
        
        Change-Id: I274203be96ff90d1e9a46bab17fd00355514a4fa

2012-07-31  Noel Grandin  <noel@peralex.com>  [4623c603bde7678004fe6019f9d9e4b816a3d6c6]

        sw: convert SwpHtStart SwpHtEnd to sorted_vector
        
        Change-Id: I74696094ef066687582bd961d61a4877673016fd

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [7ee95c521007e28ea827e8196062abb74f5c519a]

        sorted_vector: add an additional template parameter:
        
        The Find parameter allows to implement sorted_vector that uses the
        obvious std::less-like semantics, and also allows for a different
        semantics where the array is sorted like std::less but duplicate values
        (according to std::less) are allowed except if they're actually the same
        object (pointer equality).
        
        Change-Id: Id54871c336ddbc2d0a2272bcc81c56914943b449

2012-07-31  Michael Stahl  <mstahl@redhat.com>  [51bbbc6a58d0d9cfd39a2d95ce60871a619bea64]

        SwRedlineItr: convert to STL
        
        Change-Id: Idf3031a0a39d9154ba2894684ea51125553776b3

2012-07-31  Rafael Dominguez  <venccsralph@gmail.com>  [953a08b2dea5e07efb487b4d9bfccce5960193fc]

        After closing a remote repository overlay display local view.
        
        Change-Id: Ic7a2274b36719eeb979218b3dd54f19488f114dc

2012-07-31  Rafael Dominguez  <venccsralph@gmail.com>  [bff778a8d8bf9b634408db3dfdf0270d58ebb1c4]

        Display repository list in a popup menu instead of a thumbnail view.
        
        Change-Id: Ib8205631a3c49b3ef4a942fa32a4b08ad9d4cb23

2012-07-31  Rafael Dominguez  <venccsralph@gmail.com>  [dfcca5410adb184b8acee160eec5e2036b73f0b7]

        Avoid dividing by 0.
        
        Change-Id: Iab1bd0dbe28403a6063a681f11c282b7f15ce7b6

2012-07-31  Tomaž Vajngerl  <quikee@gmail.com>  [3752a5fab427e210033903b498717bcc3ba38edf]

        Invalidate current position in LookupTree at remove action.
        
        Change-Id: I7a32e8d7c21c1e87e1acab9020f9ecbb7e441f2c

2012-07-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4e15809a78ea3c6062e20e439cf8df3d06cd8569]

        add ./logerrit resubmit
        
        resubmit creates a new Change-Id for the current change and thus allow to submit
        changes for review on release branches that were already reviewed on master.
        
        Also hint advanced users to 'git review' which requires some more setup, but
        should make things easier for regular users.
        
        Getting this functionality into 'git review' would be likely help adoption too
        -- and in python there is some sane errorchecking possible.
        
        Change-Id: Ibea6bbfe747af160728b838c6ee236fd8f89671d

2012-07-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c2b467b84a81bd45ca9df1f7f07e2700fd6e396a]

        fix concat-deps
        
        * make concat-deps use absolute paths whereever possible
        * collapse /../ _after_ making the path absolute otherwise it will break for
          relative paths starting with ../
        * substitude SRCDIR variable, so trees can be moved
        * this fixes subsequentcheck as it does run gbuild from a different work
          directory in a few non-tail_build modules, which are then complaining about
          missing/unresolvable deps
        * this should fix troubles from module rebuild as relative paths were different
          between tail_build and the module dir
        
        Change-Id: I5a25e1f55bdc2b475df2af04b711fd808d95cdaf

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [e1544be5759bfbaf93d8a4dd66a950a8736e58e5]

        remove DECLARE_LIST
        
        Change-Id: Ic74476797edbb08ed6721ea9a7d23b0dd042b4ce

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [b168056750d6a1f88667376be0e8f48eeccc9aca]

        the dmake binary on many build-bots is not in sync with the in-tree version
        
        Change-Id: Ic52986c15de0051321d710e9c26d26786302a196

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [1f77c4320e473a28a7f3a30ea367fbfaa2c44784]

        use of a pointer to a temporary strings buffer is very wrong
        
        Change-Id: Id5bee1f5120afb6efb60245a4606a4a15bb6db79

2012-07-31  Daniel Bankston  <daniel.e.bankston@gmail.com>  [cc5b8609490637e3a19761a965af9fdd47310954]

        Import intended blank or error cached formula results instead of 0
        
        There are cases where a formula cell is exported with an office:value of 0 or
        no office:value at all, but the formula cell will have a text:p value which
        contains the intended formula result.  If these cases are not taken into
        consideration during import, a 0 will be displayed in the cell
        instead of the intended special formula result (blanks or errors).
        These cases include when a formula result:
         - is blank
         - has a constant error value beginning with "#" (such as "#VALUE!" or "#N/A")
         - has an "Err:[###]" (where "[###]" is an error number)
        
        Change-Id: I8068cf1c9809c02513662f2b0a6fb16eb44920e0

2012-07-31  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [4f97b3bcad3c2b138ec5d752f28c8032f34150b5]

        Revert "Enable native background rendering for ToolBox"
        
        This reverts commit 0714d191e7273c3b32837834f9a37867b81cb78a.

2012-07-31  Noel Power  <noel.power@novell.com>  [02a7dfb729799f9e1437a718951566640d0fde02]

        tweak for commit 8181dddb7bf166be4a00e9280d52f8d7a1741290 fdo#42492
        
        avoid char buffer and snprintf.
        
        Change-Id: Ia83cfc9333591bcb3b191679ccf2be587b4be243

2012-07-31  Uray M. János  <uray.janos@gmail.com>  [556720fcdd419820814164ecafbedb6598b5bb20]

        fdo#42492: fixing Basic HEX command
        
        Change-Id: I133590c9f2a34d8daab031da0c77bd049d275c29

2012-07-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ae126d43e4737ab39e53827d9ad3bd6983577b1f]

        n#772094: writerfilter, pictures anchored in header/footer won't be opaque
        
        This dark magic is needed to have a behavior similar to the one of Word
        for images anchored in headers/footers. Writer can't have pictures laid
        over the header/footer but below the body text.
        
        Change-Id: I2c001d4f696c1623370c531059b74e3d5fa4f5b7

2012-07-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [da53c44d7074499db2d0ba57eee09bde6152e7ea]

        n#772094: pictures was eaten by document default LR settings
        
        Why should we take care of LR Space for SwNoTxtNode... those are
        images-like contents that don't contain text.
        
        Change-Id: I58f6d77efc01febf422073032802f57c5158a034

2012-07-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [40db75b69cea0aea402a4a62bba2d68a65cc9607]

        sw: fixed a few comments
        
        Change-Id: Ibe34d977df2b2db42d60e45177865c0a6d11c643

2012-07-31  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1cbe91a36ae730139e0a1e19f8b86d02cf08bbc0]

        sw layout dump: fix wrong output for SwNoTxtFrm
        
        Change-Id: Id795d845a6330be9ffe6f7af5cfd592f66e08387

2012-07-31  Thomas Arnhold  <thomas@arnhold.org>  [98e697dcb02b2864a7d701656ba160a7070d5501]

        cleanup filtercachedata.hxx
        
        Actually only two definitions of this long list are really used...
        
        Change-Id: I45e85b18f63e4d2cda948766159d81aed27c9289

2012-07-31  Rob Snelders  <programming@ertai.nl>  [2b6bdcc3dafc0cf8193ac321da6d9209923b73cf]

        - fdo#47707 - PRINTING: Printing windows wrong color indication
        
        Change-Id: I77cd68b96452896d4eec9f4bbd5200bd65d77f2a

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [7dcc3f5e900724c6bc46296ddb4aa83f16df17f3]

        strip down the PTRARR macro to the bits the last two uses require
        
        Change-Id: I60323cd849e98b194af43e80aebc699ab662ed0e

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [4e407dd808253f3298f9a5bd2eed3684b5e819ca]

        callcatcher: pModule is leaking
        
        Change-Id: I85aae76937c2416964d6e49cdd6ac39dca83ebbd

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [d05136ca09494a129ccebf9e26feee64c3195134]

        use return optimization
        
        Change-Id: I9f56598e238f56b3648ecad6526634a2ee363e5b

2012-07-31  Mathieu Vonlanthen  <mat_von@fastmail.fm>  [85cb9084533605657aca0394afe4516058a8e4ef]

        fdo#48549 System::Beep() removal
        
        Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0

2012-07-31  David Tardon  <dtardon@redhat.com>  [7484f81faf2ee4e6bd80b9200ba48ca013434695]

        fdo#52615 add ADO component to services.rdb again
        
        This was accidentally removed by commit
        d4efa8b0cf48f092d8984f3f085909cd1a6a39af .
        
        Change-Id: Idaa97ea5a141dca7cde6ba4aae51ecb5bf8856d3

2012-07-31  David Tardon  <dtardon@redhat.com>  [44eb85bb2089c0d83cbaf621bdaed7b1fe895684]

        accept 'verbose' too
        
        Change-Id: Icd5683ec2609e401e2e04021df5065986875c77c

2012-07-31  Tor Lillqvist  <tml@iki.fi>  [1d3ca559966d522c3e5f98d137e02d295cb5751a]

        More NDK r8b fixes
        
        Change-Id: Ib91d60bc66860ad44541b28fbe89aa01d89cdee2

2012-07-31  Caolán McNamara  <caolanm@redhat.com>  [892fffaea2af837b09699974c0f9eab05a48a04b]

        various rtf regression tests
        
        Change-Id: If4fd8fba87c13b6294813a86155d3d0ea4d18eb2

2012-07-31  Stephan Bergmann  <sbergman@redhat.com>  [9d75ea50e7e64b7d282655e986564acb640bf04e]

        error: attempt to increment a past-the-end iterator
        
        ...when running editeng/CppunitTest_editeng_lookuptree.mk
        
        Change-Id: Ida1cbb16965138a42bec9e675b630bcbf2f6617e

2012-07-31  Tor Lillqvist  <tml@iki.fi>  [963f417fa89746fe087f7b7e585edb79fdd3b14d]

        More NDK r8b adaptation
        
        Change-Id: Ic65795a1b7bfe0435292f87f27ae39e2c3069fed

2012-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [6e6564e60605dded9b0514b82c168e7f88f6e7db]

        sal_Bool -> bool
        
        Change-Id: Ic982c4da144ecdf7198b84b98d672ced8f1f70b6

2012-07-30  Tomaž Vajngerl  <quikee@gmail.com>  [d602a3b280fcc1cf16660d8719cd8eb8797dd2ad]

        First step to change sorted vector with LookupTree for word autocompletion.
        
        With this commit autocompletion words are inserted into a LookupTree
        instance and used when autocompleting words. Previouslly used sorted
        vector is still used for the GUI.
        
        Change-Id: Ib5aed38d575fbef7221afbebe824a440d4ffbc7e

2012-07-30  Tomaž Vajngerl  <quikee@gmail.com>  [fa351042bc425f0437bfb50d09220bedbc257948]

        LookupTree for fast autocompletion lookups (by Nico Weyand).
        
        LookupTree is a tree structure for fast autocompletion lookups.
        Additionally the tree structure stores word probabilities, so each
        autocompletion request returns a result with highest probability.
        LatinLookupTree is an implementation which was designed to be even
        faster and more efficient latin text, however it works with any kind
        of unicode strings.
        
        The tree structure was coded by Nico Weyand, Unicode strings support
        and conversion to Libreoffice code structure was done by me.
        
        Change-Id: I6549ee45d0952407b8a070f30ed0598fcb420aa7

2012-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2fe93734ba9136da402162c4c892e8af991164f9]

        Get mdds to build against gcc 3.4.* thru 3.5.1.
        
        This is to work around:
        
        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44963
        
        which is fixed in 3.5.2.
        
        Change-Id: Id0b409be7ba55f27005f3fd6fb4f77fa0090678d

2012-07-30  Michael Stahl  <mstahl@redhat.com>  [753e9b3d45f5970ee77505ecf8a816e4e4c5389d]

        udkapi, offapi: do not use #include "foo":
        
        Evidently on Windows, the newfangled ucpp handles #include "foo"
        differently from #include <foo> and treats it as a relative path, while
        the angle brackets always result in absolute paths.
        Since relative paths result in infinite rebuilds if make is invoked in a
        different directory, don't use #include "foo" in IDL files.
        
        Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [6e60ee677ebbb47ac22d4cb18925afb1fd7e6c9f]

        Add "support" for building against the 10.8 SDK
        
        Presumably like building against the 10.7 SDK, --enable-coretext
        should be used to avoid compilation errors, and it will likely get
        into a loop at run-time quite quickly.
        
        Change-Id: Ib773368a0c5f79dafd3264a8229c5133943f88d6

2012-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4646a4e5e8a82cffa13cf524b22863f4e805944c]

        Const correct-ness.
        
        Change-Id: I4f5572dcde886db50cb8d189da41a862f6cefe72

2012-07-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d477f3bd1eda5426f5858ebb64c8c4e43409ba9]

        Avoid non-ASCII characters in source code.
        
        Change-Id: I4014cf6c88ebdacd1c6c167e44ef61980182bc31

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [1460b35d3679cd3dd2053597b6546c65bfeb2006]

        add in some more filter tests
        
        Change-Id: I79beed272a6b3bb27d78563db70f66bcf620df8c

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [9cd80e1bebf22ab4c54e0196d54588bc137048d8]

        Avoid "note: the mangling of 'va_list' has changed in GCC 4.4" messages
        
        Change-Id: I289aa31a6ef984931f888c127c1a7c30f64b53fc

2012-07-30  Uray M. János  <uray.janos@gmail.com>  [9348c529d34b0bb457e750b3d5bcbb348995367e]

        fdo#46968 fixing undo of textbox resizing
        
        Change-Id: Ic647e5c337987985f749b67113892a01f74ee8f9

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [1fd10dd070868a28af3de3bf7ad4e74918f8ce69]

        Avoid -z dynsort, https://issues.apache.org/ooo/show_bug.cgi?id=116423
        
        gold doesn't have -z dynsort, so instead of introducing gold ifdefs,
        just don't bother with -z dynsort. See the bug for discussion.
        
        Change-Id: Icfb8395523127d79c30b688420c469ae50ed2dad

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [9211f4ac413f7663e32fb5f5cdd15cf46cbc2d2c]

        WaE: comparison is always false due to limited range of data type
        
        Change-Id: I7147d6ab8433976cc0c76620db2a519f306a3fa9

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [6247f4889a8b8769c48f05691dcd8db514d0c444]

        Work around isfinite crack with NDK r8b and the 4.6 toolchain
        
        Change-Id: I66e499d942b34d27e765d00f1ddfb3bbd1f78480

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [2d206ffb2612018b54efeda5109d52e269e6b16b]

        add in some more filter tests
        
        Change-Id: If3809196c577cda7a392ac9eae3b4fa411313b5c

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [fb2e67f696d1859ad6e062fb345b577326529c8a]

        rather pointless cast to long
        
        Change-Id: I1509269455a074285d209a5ab80e3517407d322d

2012-07-30  Michael Stahl  <mstahl@redhat.com>  [59d4e47c62f4b21794eb9ba8ba634df978c3a38f]

        configure.in: don't remove AC_SUBST(COMPATH)
        
        Change-Id: I1cb11dcfbca09ecdd658849aa9df8245141940c6

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [f1fff153d773a8e526a2054bf3b1230e91bd1479]

        Use the toolchain version subdir in -L and -I flags when necessary
        
        Change-Id: I3dcfee60cc28efd593241f0381fbcf07fd6ef646

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [8f2d9efa736a33d7812118e53eec130101d049b3]

        split foul SwSortElement::operator< into a keycompare method
        
        Change-Id: Iefbab73478dd417a45d0a3799d029708b8e892d5

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [aec9bb52ab50a26fe635ff1036f7fe6882ca74dd]

        const up SwSortElement::operator*
        
        Change-Id: Iabb2b686776de56957423598ef8f39e1cc4cd986

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [b8d3a13abe531e2c6ef2451eba8247477b453354]

        move SwSortElements to .cxx
        
        Change-Id: I67e018b6994fb40e51d32972ae58282cdab3daa6

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [1d76bc0d90d1151c03b0cf13265df5df9b3ffb41]

        add another tiff regression test
        
        Change-Id: I0466a872576132b8ad9e5b164f57951549dd54e0

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [747cb47357f7088077e78878c1a37ad58138faf3]

        remove unnecessary includes of svl/svarray.hxx
        
        Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [2b049bb03a6d7bf55cac2eedceff52b998167e3c]

        C40_GETPOS is unnecessary now
        
        Change-Id: Ida64fbeba996c8e3deb7591be825b61d17044d9c

2012-07-30  Caolán McNamara  <caolanm@redhat.com>  [b3a31f640f9af732f9f9949baf9985b98b65b209]

        ditch SV_DECL_PTRARR_SORT_DEL
        
        Change-Id: Ie57f283b2087564afe9b700d1f35a3be52f1e940

2012-07-30  Stephan Bergmann  <sbergman@redhat.com>  [9df54ed6d38a550b4c130f987c0994f4d468a1ed]

        Remove unused SERIALIZER_JAR
        
        ...which is likely a leftover.  There is a LIBSERIALIZER_JAR
        that is acutally used.
        
        Change-Id: I7709393110c501789217f1a8a3ad66f498e879b0

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [659e31939bf364518cfb4e1fa1ac01e0c412b40a]

        Accept 4.6.x-google
        
        Change-Id: I4eadea9498dcb5f55bd5cc025d2866b39b486cc3

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [4af021ae0abd83f30ac2a5ad855a6edc37a12324]

        Let's try to use the gold linker when using NDK r8b's GCC 4.6 or newer
        
        Change-Id: Ie122a5f3ef8cda58c4fc29f6366bd1d6f6d86dd2

2012-07-30  Michael Stahl  <mstahl@redhat.com>  [c691d9643994956e8f17710625ccb989d428e1bf]

        configure: remove check for empty $COMPATH
        
        It would be extremely suprising if we could get to line 11075 in the
        configure script if there isn't actually a C++ compiler available, and
        the test does fail on Fedora 17 without ccache installed because $CC is
        /bin/gcc.
        
        Change-Id: I727ba171a3d647e2ba974d196794943b6450ce6e

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [83837d6514217c82ebe8d56dddf89fa34f4b5435]

        The 'r' in unxandr stands for ARM
        
        Change-Id: I5b6e713c130dc52f00d0d1e941ae856e8a3b7e7e

2012-07-30  Stephan Bergmann  <sbergman@redhat.com>  [442b57834aa4e01b832cad42b2b466e8cb2a94a8]

        ...or rather, renamed #include
        
        Change-Id: I01e330672d2382e9241b836e7c2b38c0a5f5f0da

2012-07-30  Miklos Vajna  <vmiklos@suse.cz>  [334989a3b87eba4882bd6b67b84c443816b361c3]

        Related: fdo#36089 improve import of EQ field in writerfilter
        
        This moves the FIELD_EQ parsing where it belongs + improves it, so a
        custom "lower by" value is handled on import.
        
        Change-Id: I0459042d7a610c397ce90ec3dba5ff49ce9ef60f

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [42f17f3f62471d5be4fe7db7334db09c3b8cbe08]

        Add --with-android-ndk-toolchain-version. NDK r8b support still work in progress

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [33204ac6253e358d3340a0d7ed18908fee651eb9]

        We use four-column indentation steps

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [f5c1547deb8d47531bd4d3b8dc12fdecff2c59d6]

        --with-android-arch is pointless, that's what host_cpu is for

2012-07-30  Stephan Bergmann  <sbergman@redhat.com>  [68f0d408a4261a86b5d1e4fedf1d473c6873dcef]

        Missing #include
        
        Change-Id: I722621fac1be2fdcfff6f1b141d417208385f062

2012-07-30  Stephan Bergmann  <sbergman@redhat.com>  [889de665ec9d2ac25a9dccd4830cb97ed0c7c56e]

        Typo ressource -> resource
        
        Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831

2012-07-30  Tor Lillqvist  <tml@iki.fi>  [291dcae246de9e32d9ca5926be463ad910c5bd1e]

        Add comment about NDK r8b

2012-07-30  David Tardon  <dtardon@redhat.com>  [43a20bf6fc3213c38a77a2941a4999313bdfefbe]

        fix linking error with boost 1.50
        
        Change-Id: Ib0892a4ff55fc8036feedad3b3fd093c86d0cb1a

2012-07-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7c4e057b14c1d7325890297730e6cf710c128bf0]

        small code cleanup
        
        Change-Id: I2340015e70f5ce3d6f85266fcd12fa26129864e8

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [e09046cede7ae47615f404474fe289d89f91dac5]

        Filter online view templates depending on their type.
        
        - Moved ViewFilter_Application to TemplateAbstractView header.
        - Removed unused attribute in ViewFilter_Application.
        
        Change-Id: I569f6a0c7135781256e348b01cb45aad6b7dcee6

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [ff8c376564b935035140bf296ef86ddbb8222bab]

        Display overlay name for online view.
        
        Change-Id: I52b59074b10abd960b43d5d3326a312e2391b3eb

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [8c71dff488bd91e8f20018af38ed906762ea58e8]

        Rename TemplateFolderView to TemplateLocalView.
        
        Change-Id: I1cc75b9f4279323ca26943f8a2f3d2d0ac1a7edc

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [da501ad185ee35ac85724866035b813fe08d8717]

        Show/Hide template delete action depending on the view.
        
        Change-Id: Ia414e9c2ea8d1944b378e373e77607fad531b45f

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [250b0c95475aeb4c92b6917894fe5b22e8d18f7c]

        Dont use a hardcode thumbnail maximum size use the define one instead.
        
        Change-Id: Ibe8f72463e542563d796bebe6d117097eff6b79a

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [3011ec0b11c3788cc208b0c54ccd1174790ee1fa]

        Fix setting corret id for an imported template.
        
        Change-Id: I7f87901732d50a0bec9138d3feaf795d76a16e2a

2012-07-30  Mathieu Vonlanthen  <mat_von@fastmail.fm>  [0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5]

        Bug 48549 - System::Beep() removal
        
        Change-Id: I011048912af051a762a78af8646513a1fc624073

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [2fd593ae8a8140188da31bb4fb76f7a9baaba339]

        Fix WaE, unused parameter.
        
        Change-Id: I00104a446fa23da1ace696d46108bfc943ba04bf

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [6c0d0bc410b4c5b4c2c559bbe2247d4bbea610c0]

        Import templates from a remote repository.
        
        Change-Id: I2a3420903b546cc6ead8dcdc6196b31fc2c1a24a

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [a2a041a0a1b1d00229c25e16d07e39b0e32bec86]

        Track overlay item state for online view.
        
        Change-Id: Iad58a4f6dd7dec034359e4b29b00fa9531a8b7ec

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [2f14792a4d1788fb1d63acacf1d037389c2d6f98]

        Move setting overlay item state handler to TemplateAbstractView.
        
        - Rename method to a more descriptive name.
        
        Change-Id: Ib8fc988209ed6bf1453f3ef6784cae865caf2fe0

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [39089e15739eb4de2f055e220976ea501a624e3e]

        Fetch thumbnails for templates in a remote repository.
        
        Change-Id: I1e2cdfcd7a98a798fde22722e8bba0a1ad8b3cd3

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [76b7f976e4020b90ef5be7151944dd98abd927d7]

        Move fetching thumbnail functions to TemplateAbstractView.
        
        - Reallocate lcl_ScaleImg and lcl_fetchThumbnail to be available for
        other classes to use them.
        - Mark this functions as static public.
        
        Change-Id: Ia64a1bad76d7d47519f50e144daa6ea78dfa0e59

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [724d575e79797bb2b734d39f91ae5e2806f2e528]

        Open remote templates when double clicking in the thumbnail.
        
        Change-Id: I74dfd2b9c117e577e777e8e5defa6f2964d97292

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [3d05b0c22708bdb876e45e344cad8cf5a6b71b7b]

        Fetch only documents.
        
        Change-Id: If775f159ba94d364f28c675a9493fd3c19d4a2e9

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [3390725129eb694cb42e99086b90f34c8aa0e14d]

        Close dialog after opening a template to edit it.
        
        Change-Id: I9d2aaddb6aece8db87d82d4a889be8e545303dd3

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [194429cea1f55f385de9b1ad8793fb1688e71670]

        Hide folder actions is all selected folders were deleted.
        
        Change-Id: Id9056cbed6f2b3a28a8008a58a7b94a70f1916fc

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [3187312a1e2de62fde48e600c97ad891bbf82c5d]

        Erase templates selected in the search view.
        
        Change-Id: I3c1035d061ec6c3e7430a1703d6873dc6d2b1d33

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [29536cbd49c4bb51cb668f8f2ce45365b29d8333]

        Add template region source as an argument to removeTemplate method.
        
        - Update OnTemplateDelete to reflect changes.
        
        Change-Id: Idd8f39d490168c5c826b0c917c8e0c3e3b78c694

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [80acf6916401420991cc7a7a83063e893b119a24]

        Add a method to return overlay current region id.
        
        Change-Id: Icdbd01b050af9fc1f0532c20885cbad13605cdcd

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [eaa24544961408a62b8fe20996e773261e745c06]

        Update search view after moving templates from the results.
        
        Change-Id: I894d786b69c52deb5756d4c17881acb25e861207

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [d4af0655a3fc765b73dd8b36442f8139e0d1ea03]

        Add a method to deselect all currently selected items in the view.
        
        Change-Id: I4d05e5b851b028798c75a7767706b5aabb94e4b6

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [e3bb872add7705ff956056c5a86cbdd1fe8e34c8]

        Move/Copy selected templates in the search view to target region.
        
        Change-Id: I94dfc3610925b37ca25e1fe1ea591d9b5abbeae1

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [4b0999916a17327337129dea7695648be1478529]

        Implement moveTemplate function for a single template.
        
        - Copy or move a template from a source region to a target region.
        
        Change-Id: I6dc2eedd0b8fdb310d67c63c6c315bf51d03e881

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [7cc0477506ffa023b6e360863e43c8afc90b8712]

        Move TemplateSearchViewItem to its own header.
        
        Change-Id: Ie00b5e81fdae69dea31be2a680b0d37f867b5f4e

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [5dd1eb17806a7acebdb0323d76111006ce3ee7fb]

        Return correct new region id.
        
        Change-Id: Ifbe3a0dd13a286b6e39883ebd9a7e8d79c4602cf

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [72b48950556820cac8198da467254b25f2e054c4]

        Do different action when moving templates depending on the active view.
        
        Change-Id: I97726bf0d8e26f833fc96274a908e72c6110d86b

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [c180c37c032532df0534856cd1d9791c0e965d49]

        Set SearchView item state handle.
        
        Change-Id: I60d8552de9648b0b5f360612fa46b474e8dd9734

2012-07-29  Rafael Dominguez  <venccsralph@gmail.com>  [1d6d7bff8d3c55bf974d504efe3fbb591f2f597d]

        Display all available folders when all button is clicked.
        
        Change-Id: Ia7f0acca967c5ef4057ad0f5f891f095efa5cf1e

2012-07-29  Caolán McNamara  <caolanm@redhat.com>  [321216ea83533db83a603f6c8ea2eec0abccf288]

        Remove strange DummyType
        
        I can see no purpose to DummyType
        
        Change-Id: I25d9d3b321df28f8c2bcb4bf915eb176a14fdaf8

2012-07-29  Caolán McNamara  <caolanm@redhat.com>  [dc89ef154f076e7578f82d67cc4c4ef7f4101fe0]

        Convert InsCaptionOptArr to boost::ptr_vector
        
        I can't see any reason to keep these sorted, there are only two operations
        used, Insert and Find, and neither makes any use of the sort order.
        
        Change-Id: Iac3c327084dfdb83c0065a4a1786ac1f6b6b387e

2012-07-29  Arnaud Versini  <arnaud.versini@gmail.com>  [3638561bef4558102f5b5e8f6f9004d8da787f8d]

        Replace usage of rtl/memory.h in cppu with their equivalent from string.h
        
        Change-Id: Ia49c97ad58b21dc360a366260b62bcc6b4975dee

2012-07-29  Thomas Arnhold  <thomas@arnhold.org>  [10ada83716e7c7d591d2c7d5c19cc5920db38faf]

        Partially revert "Remove unused defines"
        
        This partially reverts 00240d049790d11c4ef35de7a294819107197efd
        
        http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
        
        Change-Id: Ib682cd258cca12e742be5fb1715b2aecfe0a761e

2012-07-29  Caolán McNamara  <caolanm@redhat.com>  [c03cdb3968c18f95da82ab58c6cc2050fccc4707]

        expand out some rats nests of macros
        
        Change-Id: Ibd0a5779339f4ff00063f93c1b452e61c35a5a2a

2012-07-29  Caolán McNamara  <caolanm@redhat.com>  [ca6e94eee2ab8cd7c0ab890cbb73f411c80a87a8]

        SV_DECL_PTRARR_GEN only used once, expand it out
        
        Change-Id: I57bc5ff6f5f1f9fe8475a2f8417d312d5bae4aee

2012-07-29  Caolán McNamara  <caolanm@redhat.com>  [1075501f3c0ab1999fa0c6224a7c50322a3758a2]

        callcatcher: strip SvPtrarr down to the used pieces
        
        Change-Id: I79e53acd886422a3691cc9a5916a271d02b3f7d9

2012-07-29  Arnaud Versini  <arnaud.versini@gmail.com>  [acd3b2f07026a78a0b819dae0a4a308d115bb1b5]

        Replace usage of rtl/memory.h in xmlhelp with their equivalent from string.h
        
        Change-Id: I02a1af9bac1e1283f33bc204cd8737ebd2ebd06c

2012-07-29  Arnaud Versini  <arnaud.versini@gmail.com>  [04710a69122d383071520ae3d39664a5edb80520]

        Replace usage of rtl/memory.h in sd with their equivalent from string.h
        
        Change-Id: I79ab2e420783b06b3cba627795a108addb5a2e8b

2012-07-29  Arnaud Versini  <arnaud.versini@gmail.com>  [4be123fed2b8d7e10bb98cd753e3b5cbc1d7293a]

        Use memcpy & memcmp insteadof rtl_copyMemory & rtl_compareMemory in package
        
        Change-Id: Ia24406ff31949e00725db74bbe5b016894a22f50

2012-07-29  Thomas Arnhold  <thomas@arnhold.org>  [e2b7dc3fcd8cc926d54ddcca0d268fbd3b123a7f]

        Partially revert "Remove unused defines"
        
        This partially reverts 278000a28b8eceb8528ebdcf1d601de8192979e8
        
        http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
        
        Change-Id: If79b1c82653b8626dd83050b8a91cb17f556870f

2012-07-29  Thomas Arnhold  <thomas@arnhold.org>  [9c0224d5045ec14c993509c39dc3d04e25a4d662]

        Remove some unused definitions in icgm
        
        Change-Id: I801d161b6de344c76662bbc019c864c0878dfa2d

2012-07-29  Thomas Arnhold  <thomas@arnhold.org>  [a5a1b5d07b6e614b71a344589470ae89b15a5bac]

        svarray.hxx: clean out much more cruft
        
        Change-Id: Id506fdcd832aca1f55b2406d9232a55ed55e6c19

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [f7361d77d5bee4ff30ea6b0028eeb022bf60de83]

        expand final SV_DECL_VARARR SV_IMPL_VARARR SvPtrarr macro
        
        there's only one use of SV_DECL_VARARR/SV_IMPL_VARARR left as
        SvPtrarr, so expand it into something semi-readable.
        
        Change-Id: Ibaefda867c87c029d1bdf085b4f6517aec8bd5a3

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [0c6bc6e5491f1195559b9477745eb7974c705d08]

        dung out the unused pre-stl macros
        
        remove the unused macros post Noel Grandin, et. al.'s stl conversion work
        
        Change-Id: I8ab930214a74c3aaac90c8ca9581010a04ce662e

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [6c40ccd73c4f4cc3235a7a1c3de9e5990b0755f5]

        svxbox.cxx unbuilt, svxbox.hxx unnecessarily included
        
        so remove svxbox.?xx
        
        Change-Id: I329b8468d05ea108ea9cfb57e3702cccfcc69227

2012-07-28  Arnaud Versini  <arnaud.versini@gmail.com>  [363fb46d5d07758a4b02a135addd8913cda2f933]

        Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in sc
        
        Change-Id: Ia40c0af6844f736f0aad2566aec3c71f5016123e

2012-07-28  Thomas Arnhold  <thomas@arnhold.org>  [db4f5372cb2d83ba9263071978ef837de847a689]

        Partially revert "hrc cleanup: Remove unused resource definitions"
        
        This partially reverts d341aca7f68bc082cdefe4b1176f56c2c14a0322
        
        http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
        
        Change-Id: Ia378ef028dbdf1500a9ca6fbbc141e460d289b31

2012-07-28  Thomas Arnhold  <thomas@arnhold.org>  [e9b19eebb9041f817dedd558117bce7bf6fbb70e]

        Revert "Remove unused InterceptChildWindowKeyDown: further cleanup"
        
        This reverts commit 06d358fea294617d8618e9cf6fadb1f162fd6014.

2012-07-28  Thomas Arnhold  <thomas@arnhold.org>  [8849f13ea3baa82137c398cdcd3e886303caff63]

        Partially revert "Remove unused defines"
        
        This partially reverts 8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7
        
        http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
        
        Change-Id: Iae4347a26b1f388bc5e780d24ab7371ffac8b1f8

2012-07-28  Thomas Arnhold  <thomas@arnhold.org>  [5ef0042114e7fa4b0231a18b1a0a780ea74bc6c2]

        Partially revert "Remove some unused defines and controls"
        
        This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea
        
        http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html
        
        Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [b806b638b931888c080c076c78970cac13f75057]

        update comments about SvPtrArr
        
        Change-Id: I627f65581f457f0b1485bc30abcd5e4a10434d14

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [eed641ac455b7715d9544636c428050cc15488f9]

        update comment about SvPtrArr
        
        Change-Id: I1944a04a5732d328f542c0819b43edc6fad9f7ac

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [50cf7caee5bc6d8e066580d13c72b40926fcb69a]

        convert SfxListenerArr_Impl from SvPtrarr to std::vector
        
        Change-Id: I7f46731d880da30dc2dda011b31818437c955f2d

2012-07-28  Arnaud Versini  <arnaud.versini@gmail.com>  [df9b0d2e930eb1f60e429301e5386f742a1676ff]

        Use memcmp insteadof rtl_compareMemory in sw
        
        Change-Id: Ie3a95f628387756d2fa941707bd5e224b41b5720

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [36aae9cda39e08c450ecef048f763bdd023d03a2]

        having a stab at silencing this warning
        
        i.e. use same pattern as 079c042d1994b6a8532e72e55aaaa617a7acd387
        
        Change-Id: I149ed933567fcdc5e404589b2b77bba7e02c5b37

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [26a21cd45bd499c029f3d0344410dc808761987e]

        callcatcher: unused dtor->fix leak
        
        The other option I suppose is that in CEventDispatcher::removeListener when a
        map becomes empty then delete the map
        
        Change-Id: Icb108e3beb9eb7ce7f04f9e49b24e9cc77830b5d

2012-07-28  Miklos Vajna  <vmiklos@suse.cz>  [351af6e43636ed581c963582bcf58a00faf04f36]

        writerfilter: drop pointless rtl:: prefix usage
        
        Change-Id: I75e68d0ec70d0d4e95a58cd34780c3a350f7a9d2

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [079c042d1994b6a8532e72e55aaaa617a7acd387]

        WaE: ignoring #pragma GCC diagnostic
        
        Change-Id: I45db1175d18a5284cbbb6b9e34534cf2c25728d2

2012-07-28  Caolán McNamara  <caolanm@redhat.com>  [1e38b346cc99714fcbef4ba46b8659feea268b58]

        callcatcher: update list, more stlification
        
        Change-Id: I03b82de231835db6a59c7c674e3ffbec6bd56009

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [b98e598cc43653952c9668d93f072f68646875c4]

        WaE: cast from pointer to integer of different size
        
        Change-Id: I28195a347dd63b7e44268a396aa70150c917e55f

2012-07-28  Jean-Baptiste FAURE  <jbf.faure@orange.fr>  [73985cb4df6ecdeb2257758d115b7501031ee987]

        Add more room to a label in print dialog too short for FR translation
        
        Change-Id: Ib54c7f58cf1d2e510b65038a6a0c21da2d6fd186

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [d01c4f3e310ec7dc89f55e286835b8b9516f4298]

        WaE: equality comparison with extraneous parentheses
        
        Change-Id: I867b95cfcdad653d206998b1c02a34c4b7442ef4

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [39080dfd4f57b1c4d5cd716a661d9368bb6210a3]

        Revert "Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3"
        
        Nah, don't bother going down this path for now, just require
        max-allowed to be equal to the SDK version...
        
        This reverts commit abf0ff683bc87fe6b2d88df0ae101d89740d6238.
        
        Change-Id: I0a3d765533866dad6bf604b1ebbfaef9e168f667

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [eb9d49e605994c08eba249f1af946845dd31b839]

        WaE: unused variable
        
        Change-Id: Iad6063f3f064e0d8fa0bf43125ec1d323519389c

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [542f13cb4ed0662778cd72242894badd2c9337c7]

        WaE: deprecations
        
        Change-Id: Iadd6283d0441511d0824f013e731fdc023ab417b

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [9e155f1d4d77ef269cce15f49e13108a7ca52b2a]

        WaE: unused variable
        
        Change-Id: I565b93a8dca6dadea7a6b3b9895c9d997acfb017

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [9ac9625caf554f15c6e3262517c6dac8943390f5]

        No KillPicture() in the 10.7 SDK, so just leak for now...

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [aef42e168d1dd26ed89b2f0574dbd066828b8882]

        WaE: format specifies type 'int' but the argument has type 'void *'
        
        Change-Id: I0b8fad6adcef16fb93e4cc0d1beec8e5ae2a3c79

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [29c6b31442754b4cbbf0e326f2f96530c5e724a5]

        Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED
        
        Change-Id: Ie0b0ec3120f828e02b1ba9c21710c28159e7cd3c

2012-07-28  Tor Lillqvist  <tml@iki.fi>  [9ded9696859283dd63665951c9e7cc1f7f2d92f0]

        WaE: unused variable
        
        Change-Id: I36f59184c70b05e45929a01c2052c80cb04ed3de

2012-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a86bef45ec2c2ba16de5c552e206a07dc190f497]

        Fix excessive indentation.
        
        Change-Id: Id96c7693a53981d69820aa45e97fb34c64cb787a

2012-07-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6410afaa449659429decf369ba91fcb74a92562a]

        Remove unnecessary fluffy comment partitions.
        
        Change-Id: I8fad1d7e4bb9827266b6b1f1d90fe1dd2b401b44

2012-07-28  Michael Stahl  <mstahl@redhat.com>  [bcee196287027b4fde406eec73e10f93dcd8ddd8]

        SvxMSDffManager::CheckTxBxStoryChain: translate comments
        
        Change-Id: I24643236d0beda0e91576119ed42d296d7dfdd71

2012-07-28  Michael Stahl  <mstahl@redhat.com>  [ce66ded6fe2a291301c8e075be67347211d4309d]

        fix STL conversion 3ae618f9e4c34d5f6f10d953e3fb074018001748:
        
        It turns out that this SvxMSDffShapeInfos has some, shall we say,
        non-obvious properties, including a split personality that changes
        its nature from checking for pointer equality to not doing so;
        symptoms of this include a failing sw_subsequent_ww8export test.
        Try to cure this madness by splitting the personalities into distinct
        types, a set and a multiset.
        
        Change-Id: Ib87368564b8e1f61379703034c0965422c6dcd0e

2012-07-28  Michael Stahl  <mstahl@redhat.com>  [8a05f1265e6307c34b2ffdb5fc5279870c8397b7]

        gbuild: WinResTarget: fix dep-target dependencies:
        
        Windows specific fallout of 8b5a984d45005d3df1c89eae897d6e04612625d8,
        similar to 236055746ffe92ce3b2a7a9316b1083da046deb9; can be observed by
        building with "make check" from scratch, on the "subsequentcheck" target
        one res file depends on some lngconvex executable by way of a custom
        target in shell, which causes udkapi to rebuild itself before the make
        restart.
        
        Change-Id: I14f370a66f4ac5088da4af7eceede09f5a6bae84

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbd98c547af4fac641204fb56149e9d7af9ec075]

        copy conditional formats with sheets, fdo#52457
        
        Change-Id: Ic7a337e8a6b36fecbd3aad0e3366fd6f0ccc99c6

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [06b5dfff3aa3005093d427e368ae5eeb5f2ad948]

        use correct cursor pos for cond format formulas, fdo#52565
        
        Change-Id: I4e270a8c8ee60a6ab9a3d3b717db2c1243a34e1d

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [0705b9f75d31c433b9ff263a0f1af06035664219]

        fdo#48033 fix RTF import of pictures inside table cells
        
        Change-Id: I2d9ef3b346d4b10b99b67d0934d63d59f6119f97

2012-07-27  Arnaud Versini  <arnaud.versini@gmail.com>  [d6c284e4b146a44ba69a96836c59a98d077bb934]

        Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in sal
        
        Change-Id: I4f9649ca61c988d425b59e41549d1c46bb808f2c

2012-07-27  Noel Grandin  <noel@peralex.com>  [5dbbe223c8586bd653685d27c664aa8395632e4a]

        convert DdeItemImp to std::vector
        
        ... with some fixes from the committer.
        
        Change-Id: I51e0c14222a90e7826711b6bc02a6b70eef887b5

2012-07-27  Noel Grandin  <noel@peralex.com>  [3ae618f9e4c34d5f6f10d953e3fb074018001748]

        convert SvxMSDffShapeInfos to sorted_vector
        
        ... with some fixes from the committer.
        
        Change-Id: I9408d8b7c80aff1d1fdb23b852b79bfee7dc4c95

2012-07-27  Eike Rathke  <erack@redhat.com>  [7a1fe4a086ba617a43012c6fabf7727a1eb49b43]

        tabs to spaces
        
        Change-Id: Iafc55604f49f0db08ad2b6b3940c1ade12835355

2012-07-27  Eike Rathke  <erack@redhat.com>  [5d3c36878595fed3db511ff14850f130c1d23654]

        tabs to spaces
        
        Change-Id: I4772dd7ae21c222e7af4b42981fc81bce268ccee

2012-07-27  Eike Rathke  <erack@redhat.com>  [690c2ed791614aa81691ebb803ea4345a8f99174]

        tabs to spaces
        
        Change-Id: Ie366b41d824e71d32721305e6bce823535d64c29

2012-07-27  Eike Rathke  <erack@redhat.com>  [b06d679eb3d8190a470f7640740571f388106605]

        added back a missing else
        
        c75e2ed27d5da71891ed7a148ff9603c58eaa58e (merge of OOo filter rework)
        omitted an else of a condition.
        
        Change-Id: I6f342a48938aaf4090fc738afc6cf551a083b4fc

2012-07-27  Michael Stahl  <mstahl@redhat.com>  [114ccd28e09f0fd13c8ff4e61e82e3f13198febf]

        warning: statement has no effect
        
        Change-Id: I06a26ebd1703e1d753e35daeed610671fc451a8f

2012-07-27  Michael Stahl  <mstahl@redhat.com>  [1c1f4f7dd9cdb25eb18b9396eaa1fc3e4cadba81]

        warning C4804: unsafe use of type 'bool'
        
        ... oh, MSVC actually found a bug there
        
        Change-Id: I4672e5cabf16a39da6ef5d6c3b7e938284570e6e

2012-07-27  Michael Stahl  <mstahl@redhat.com>  [46293c0a74f13e6cc5290fa5f062550c5db64b32]

        warning C4018: '>': signed/unsigned mismatch
        
        Change-Id: If554d308f78bfe93901e9faf6b10158c4fe1edea

2012-07-27  Michael Stahl  <mst@openoffice.org>  [e3d18d2687639dd7687b658cf621f1e9d22b71f4]

        xpdf: fix some warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [31dbc60506da093ec35911db6dde03b4ce31169b]

        redland: fix some warnings in raptor

2012-07-27  Michael Stahl  <mst@openoffice.org>  [91d3cbe0801c609ae39087129bd926b1c0d32300]

        neon: fix some warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [aab05a9444088c1ade1688ab8ab12f588962e8cd]

        hunspell: fix warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [6a94d7b5c924e3a8ef3ff0f68f54061c035a3cb0]

        basic, cui, extensions, filter, vcl: fix some warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [89f08dce89adfddd3fb8e00b7a7a9c5da2a4943e]

        sd, sfx2, writerfilter, xmloff: fix some warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [4c3501cb61147304252e2ac281d3e466b6af93d9]

        sw: fix some warnings

2012-07-27  Michael Stahl  <mst@openoffice.org>  [f6f265313f055f3d767060509cbf05442c1bb548]

        some tweaks in RTF filter

2012-07-27  Mikhail Voytenko  <mav@openoffice.org>  [10dc090b31776f21a09e32dd409348e2ddb00cc5]

        sot: prevent some null pointer crashes

2012-07-27  Eike Rathke [er]  <eike.rathke@oracle.com>  [c75e2ed27d5da71891ed7a148ff9603c58eaa58e]

        Lotus WK: fix warnings

2012-07-27  Eike Rathke [er]  <eike.rathke@oracle.com>  [a9f0a1b487f87b279d9771e7f43f2b1d2a5adb4d]

        StarCalc 1.0: fix memory leaks

2012-07-27  Eike Rathke [er]  <eike.rathke@oracle.com>  [30329249f68e805b7071341cfd6a5d6bcb42f1c8]

        QuattroPro warnings

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [55d72ab8ec4e4445e62f8224b5f54e97c464c4a5]

        RTFDocumentImpl::text: don't try to read beyond the end of string
        
        Change-Id: If8dc4686f28870f1ce6b22458e29d3a9043f9783

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [2d422d868a717adf735ef45a6bf5e4af0efb1a0c]

        SmOoxmlImport::handleR: escape brackets in math runs
        
        Also remove the previous escaping that took care of RTF only.
        
        Change-Id: Ie9a019912f83a3f56ef52429855cd72cf2c8f463

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [dba6b5151e26ea0bc88f8d30a70859fcbbd2e81f]

        fix import of nested RTF_MF groups
        
        Change-Id: Ibd4f93663d27d997c44f73e201c355a34d6452d3

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [fb66fd63d4a1ea26d0191d3b39cb7e25abf2e714]

        stray fprintf
        
        Change-Id: Icd10968e886be1d534e8037db6225e83712384ee

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [89fcfe2ec21f26ce0d237e518d21b5c0e898246d]

        disable building the icu samples
        
        Change-Id: I8e8fbb33bcb008d45f539a112b4bf210603286c9

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [db8853d7a534941ac82b0bec753fa9509e5e3e0d]

        add regression test for #i19716#
        
        Change-Id: I11440667bdf73ed09ebc83771acf33e2d3e61f6c

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [2cf7896039fa883901c0524ecbb71dca790bdb84]

        add regression test for #i21290
        
        Change-Id: Ic60f440f8dc8fcfa76a023557e76fcf8e3c52476

2012-07-27  Michael Meeks  <michael.meeks@suse.com>  [fae17f307efeebf535d5e389e2e829fbd9dace58]

        gtk3: ensure we re-render native commits
        
        If we blit pixels to the back-buffer, we need to remember to get them
        to gtk3 at idle.
        
        Change-Id: Ic37660e963fbbcdd132cfba0ce739174d64148d2

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [3c39dd893afec4f00039d0e0d4e97328fe848f0f]

        add RtfAttributeOutput::FlyFrameOLEReplacement
        
        This extracts ole replacement code from FlyFrameOLEMath() and makes
        FlyFrameOLE() use it as well, as the later didn't write png replacement,
        just wmf one. Also remove FlyFrameOLEData(), which is now unused (it was
        only used by math, but math export returns earlier).
        
        Change-Id: I5e88708cdad1468ccbc5c3c8bb77521785822832

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [7c661189f4ed77b691ef3d36dc47eec8dab9b804]

        implement import/export of RTF_MMATHPICT
        
        to be compatible with readers not understanding RTF_MOMATH
        
        Change-Id: I8d6a28b03b740da372558f7aa245592be6ac70b9

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [d216c9fcbbbbd5b28912441567c2fa282b284a6a]

        SmRtfExport: get current encoding from Writer instead of assuming the default
        
        Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4

2012-07-27  Cosimo Cecchi  <cosimoc@gnome.org>  [3a06fbc0418e04eab2bcfcc47ffc7d04faf6dac9]

        gtk3: remove obsolete forced background rendering
        
        Change-Id: I3fabfcee9166d2b32dbadaedba6d364ae1a7559e

2012-07-27  Cosimo Cecchi  <cosimoc@gnome.org>  [032a695332c6ec1359290a5fc49d30d397b1c245]

        gtk3: fix colors for menubar and menu items
        
        Change-Id: Iea44b34fbfc189c21267e095860c3bab3217bcfb

2012-07-27  Cosimo Cecchi  <cosimoc@gnome.org>  [b2e5a674c41d892471636209ff39ffe3533f46e4]

        gtk3: simplify code
        
        Change-Id: Iad78f62bedb93c456830b2133b67e081ab035b5e

2012-07-27  Cosimo Cecchi  <cosimoc@gnome.org>  [2f874b85b2374f9d609db44ba03210812c8fb405]

        gtk3: fix tooltip colors
        
        Change-Id: Iacd8578ee71c5e0403c3398cb1f8d427be27d603

2012-07-27  Cosimo Cecchi  <cosimoc@gnome.org>  [6fbbea7dca8b3f1a5f794191ea42cc12b990cc9c]

        gtk3: fix rendering for scrollbars
        
        Change-Id: Ibcdc3b73b845954817f08a3f50900d96a25a8e3d

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [585e64ff94646c9204126f6db86b80da86e8a9d6]

        drop hopefully unnecessary catalan word breaking rules
        
        various regression tests for the issues that prompted its inclusion all now
        pass in its absence
        
        Change-Id: Ia375322335b4272aa6c3d626b2d98bc64465bf1c

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [82c25249e624cb54ca6d3293d1c3d0d8ebc208e0]

        list dependencies explicitly
        
        and make the list (by its makefile proxy) a dependency of the output
        so that removing an entry will trigger a rebuild of the target and
        incremental builds are possible
        
        Change-Id: I18c8d5ea2140e61b2ef78e256871402be94b79e2

2012-07-27  Michael Stahl  <mstahl@redhat.com>  [8eeddcdbb5baac2ee3378df38a198b0cdffa0495]

        fdo#35973: XConfigurationController:
        
        Remove that horrible IsDisposing method, much easier to just put the
        call to SaveResourceState into the disposing() handler that is called
        anyway (well, should be called now, previously the ResourceManager
        wasn't registered...))
        
        Change-Id: Ia81f6bf47602b195c0326f2151393542f5f8b9ec

2012-07-27  David Tardon  <dtardon@redhat.com>  [889f9fc3c3850ed35fbbbbe399acc03c563154b9]

        update mdds check
        
        Change-Id: I652d84f60a92369466f153a502022ac519312b22

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4c54573c6ae5e57fa7eb7d41e155997b829c2be]

        unify return type in this method
        
        Change-Id: I8db70cff48ce900db0710b30f94090ebd7d77c0a

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49bf4745fdde38278e0cd8b8bc6288bfd3c80594]

        this explicit conversion is unnecessary, use the implicit one
        
        Change-Id: I798a1cd56baa86c7ee08b5f47ec5149d8a4815de

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6baca4fcec1e2da240ac2e06bcb1fa1030c13d22]

        don't need to get this one for each cell
        
        Change-Id: I9aab49c7604add1d574949909f0ab8b867341b27

2012-07-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e794e50723778d0c6725a9a03c37699db0606ad6]

        fix indentation
        
        Change-Id: Ia01aacf400826be63ce2ada8d57fc99ebb4ad552

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [41bd26931a4db75bc756434c725783a70186e9cf]

        svtools: add new math rtf keywords
        
        Change-Id: Ib57f9b143ccec29fdaa193bcfc523cd86a0713c1

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [60d7a3dbb5a5e2ef57b6df2be5d0e368e8d8385d]

        sigh, missing file
        
        Change-Id: Ic5a254ea49b1281c8d74e5f4ea2dc106627d95e1

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [2346f0d15822f9226cbb7e3cf2d63824bc26d817]

        merge the two pict/pct detectors which disagree together
        
        Change-Id: I63fc63884e3377f2707d99e7e85ab6761d37cd0a

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [56283f6e69ea80411986a44b49b9af1f58bb0254]

        add some more tiff tests
        
        Change-Id: Iedc80fba8d25c7a8bc67d835b202fb9be61cb783

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [7abe82d525caba1d7ad607d730bc75a6d7f05174]

        add pict regression test
        
        Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [0f05c39c4d87ed1b44f019b332c6241b749b88e1]

        add regression test for gif that nobbled XnView
        
        Change-Id: Ib5d456fa8e10a680ab79dd60bca99b37d0859078

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [ff7c116621189256e118fa0ba3c9c51bd99f081d]

        want to search for some sample pcts
        
        Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [96215af8ad5a409680f5d243886b95ed9478850a]

        redhat bugzilla changed a bit
        
        Change-Id: I95f0a96ac52ae929e20096d135207f8a0c040ca5

2012-07-27  Michael Meeks  <michael.meeks@suse.com>  [bdda15e82ea09abdc9ed008edee677a03530cbf3]

        android: get ucpchelp1 conditionals right.

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [2f91b691e523385ff6350ea3524c7f795820612d]

        factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBase
        
        Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [ebacc340796a6a99d363bd3f04c72106db7d6f7a]

        SmOoxmlExport: remove unused ctor param
        
        Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [6486899be3a63d07830c3eb2f4b8a3a6e5c81c9c]

        test RTF_M{RAD,SEPCHR,SSUB,F}
        
        Change-Id: I73f472fb09f97d94fbc9ef5cf38d9cf3c4beb999

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [c0bd973c5ef749efbb794c87a9e2920b85533ca5]

        test rtf import/export of math placeholders
        
        Change-Id: Ie6864f152fae90e993e4ec127079491100029fa2

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [8182f7d393bc60c693a1c509b3e8edcc87484968]

        test RTF_M{NARY,LIMUPP,STRIKEH}
        
        Change-Id: I612fbc2064dead58786fbe77597ca677f6703eb7

2012-07-27  Jan Holesovsky  <kendy@suse.cz>  [06b9b2148e6f261e34637ae5797a5f274635a628]

        Improved check for winegcc.
        
        Change-Id: I307459f35d960ca901cd8dd609195734ab6db98b

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [18d54a542c3b0fb32ee35bf1a80cb9c117088cca]

        typo
        
        Change-Id: I720ac128a9c6551ab9c6cb3e79fe960541a0ffb5

2012-07-27  Jan Holesovsky  <kendy@suse.cz>  [7ced12c6d010d6c573bce74c2d4c325fd01ed8e1]

        Revert "set WINEGCC only when cross compiling"
        
        WINEGCC is needed for the 'build' part of the configuration, and the build
        part does not know anything of actually being setting up cross-compilation.
        
        This reverts commit e7dec2887e511a18a5f9927884c1a1df45fc35f0.

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [eee01a685a53f2a6d0dc851beec3e770a4c916cf]

        callcatcher: update unused code list post more stlificiation
        
        Change-Id: I267233067c0b1efd18d8a78df5fb151f9b3c4993

2012-07-27  Caolán McNamara  <caolanm@redhat.com>  [cb2536da21dcbd63aecdbc5ec45933afeff61772]

        bump liberation fonts to 2.0
        
        The 2.0 fonts are rebased on the google fonts and are now OFL and have a
        shed-load more glyphs in them. But note that current releases does not include
        Liberation Sans Narrow font because that couldn't be relicensed to OFL, so we
        retain the Narrow version from the old release.
        
        Change-Id: Ibd71055eed804cfe7629fb8d2ea7b9c900ba5710

2012-07-27  Miklos Vajna  <vmiklos@suse.cz>  [cdd36a5a18ec424d08de0729e3369c5702f054b2]

        test RTF_M{LIM,M,BOX}
        
        Change-Id: Id80278060b51ca7864ddfeb1bcdd9232828935fc

2012-07-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a5ab280160976eed1c4d26402745c3a1f9ebd063]

        Unused local variable.
        
        Change-Id: I27b653dd4c3f84342f0cdb90b6aa4989aa6ce016

2012-07-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d95274209468ee90a53c8975100c1202faa30f33]

        Header file without implementation. Not to mention nobody uses it.
        
        Change-Id: I7522121059b53269a120a4f68a9038edd17944cf

2012-07-27  Takeshi Abe  <tabe@fixedpoint.jp>  [992e5296d76b42212e6ef674bd3f4ac5cb6828d5]

        sal_Bool -> bool
        
        Change-Id: I97618ffb138f292665edb634a29c39ab5a332ab1

2012-07-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [261f56fa90796686709f5ae7de3fba96121c0709]

        Actually this method is totally redundant. Remove it.
        
        There is already an existing method that does the same thing.
        
        Change-Id: I627fa73cca8da35d703000bd27d33168612b4126

2012-07-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f16362fb7bf2d7823e8663ff56bcea235adfa513]

        Pass by const reference.
        
        Change-Id: Iead2319a5283af69bf0edd12c639f14ddeb402ad

2012-07-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [03720cfb47870d5bf1619cae8c6ed66204b6415b]

        Try to encapsulate the row flag array.
        
        Eventually this flag array will go. The manual row height flag is
        the last one standing...
        
        Change-Id: I3f6be511eba50836d785ddf20ef08878797f6fe0

2012-07-26  Noel Grandin  <noel@peralex.com>  [ddd84d08c9bb6e00fbd9a73bd52a28688a8c1ba7]

        Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vector
        
        Change-Id: Ie7edc6b32b373619d4c0ac154da93650743049cf

2012-07-26  Noel Grandin  <noel@peralex.com>  [f683b7fd81c058cda55fb690201f29448c44a83f]

        Convert SV_DECL_PTRARR_SORT(SwBlockNames) to o3tl::sorted_vector
        
        Change-Id: I85ceda4df9f495bc514e2f37c73097b268822e1e

2012-07-26  Noel Grandin  <noel@peralex.com>  [4162724112a7d7233e22b2f14ed745a765b80eff]

        Convert SV_DECL_VARARR_SORT(_MergePos) to o3tl::sorted_vector
        
        Change-Id: I164cbdb72d76a04a567e82d6dcb217139d451059

2012-07-26  Noel Grandin  <noel@peralex.com>  [64e88f1f7f4d0187b50b751d9519dcc70fc1a8ca]

        Convert SV_DECL_VARARR_SORT(_CpyTabFrms) to o3tl::sorted_vector
        
        Change-Id: I9f1aced563e3ab8e9dc86f70f18ad8058cfa3fab

2012-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c55cfd273cf1d4666b91fc9a00c71b049c34adec]

        mark manual row heights correctly during import, fdo#52393
        
        Change-Id: Id8a1658dbe6d9a89c89d1a0633392b0fa1104c4e

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [df2369657ebe36c3888bb032e693bf1fcb49bb51]

        tubes: send file when inviting contact to MUC collaboration
        
        - add UUID info to TeleConference
        - let SendFile function take argument for contact instead of getting
          contact from the channel info, what couldn't work for MUC channel
        
        Change-Id: I4dc45c084966a030ff4b503e192d452797f0bfdd

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [4eed899c596fdcb777ccb0a59c72718c6b2c295d]

        tubes: forgot to include these headers
        
        Change-Id: I8d91e9c42476efc4b0182899343e40eea2df13c6

2012-07-26  Rob Snelders  <programming@ertai.nl>  [61679f9b7afa2f585d47bf08a3317ddc02f2fbca]

        fd0#35973 - [EasyHack] Remember the state of the sidebar pane in Impress
        
        Change-Id: Ie287bc1c545bd8986ee3509181c878bdcd0d1942

2012-07-26  David Ostrovsky  <david@ostrovsky.org>  [e7dec2887e511a18a5f9927884c1a1df45fc35f0]

        set WINEGCC only when cross compiling
        
        Change-Id: I598490aa71b658844d912008c0cf14e225bda0db

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [b391778d81ea0f67264e09c70c85a0bff9647f99]

        offapi: update types.rdb to what is shipping in LO 3.6.0.3
        
        Also fixes annying warnings about removed types:
        WARNING: could not open key "/UCR/com/sun/star/oooimprovement/XCore"
        WARNING: could not open key
        "/UCR/com/sun/star/oooimprovement/XCoreController"
        WARNING: could not open key "/UCR/com/sun/star/oooimprovement/Core"
        WARNING: could not open key
        "/UCR/com/sun/star/oooimprovement/CoreController"
        
        Change-Id: I1c09f1de42ed558bc22cc8a90d2c0fee2ca3a1da

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [3348b3825706c47c1d6b0a06c382ad070357c1e7]

        gbuild: UnoApi: fix spurious re-delivery of RDBs
        
        similar to 3378c2d3b88a8413deeb8365ce40d4ee0716eff6 but for
        gb_UnoApi__use_api.
        
        Change-Id: I20c1e3bc63caa5ead695d142d8ef39effe54fdab

2012-07-26  Tomaž Vajngerl  <quikee@gmail.com>  [47ab19faef29f0d6ec163c417c1f38ed06078e36]

        Only make transparent mask when the angle is not 0, 90, 180 or 270.
        
        Change-Id: I46798192d019967f74e4d118b1dd322072cd3997

2012-07-26  Tomaž Vajngerl  <quikee@gmail.com>  [d37ea5bc4b3370f9181de2f74a6c27c02c77bb5d]

        Remove useless code separaion comments in bitmapex.cxx
        
        Change-Id: Ic77244abfc68da4b5e64d2159d5700e8ac03a999

2012-07-26  Tomaž Vajngerl  <quikee@gmail.com>  [376927e48c0d6da2933e9cf3eb8b8a2b92bf843a]

        Remove useless code separaion comments in bitmap3.cpp
        
        Change-Id: I402835cf2bcdab48065eed251ba193dda6c27ad4

2012-07-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [46f61ff87098dad62e32aa162c4ccfa71850550a]

        Uploading libvisio 0.0.19, fixes fdo#50990
        
        Change-Id: Iafd39d5aa3f3922d84518a3d808aac25dbae0e06

2012-07-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [09cc3a1b65dbf40717c4b41f24e86450f6fb4a99]

        pTabBar is always NULL
        
        Change-Id: I0f40a54c02c0231f75fcfcae7676f529984ee0f2

2012-07-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9b5a4f37912620a707ad2c8390381dd9f43d5f17]

        remove unused border styles
        
        Change-Id: I4b01bdaf4fc20a55f2b4e9ebd039220031c03f11

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [97e3a9a3a62e52821f5f3389931d109a9070ec40]

        callcatcher: update used code post-stlification
        
        Change-Id: Ife742cfbb5295fafe36ba608744a3b3e356cc061

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [3c2c2eb46ec70c82ec63ab7cf8096db4cb4fd8a2]

        discard broken embedded object previews
        
        Change-Id: I4f632545d383c4887342aa2959987d4ac3638eb4

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [69bb7c732d9b4b80c211b031ff40c500b4b02a40]

        regression test for CVE-2012-1770
        
        Change-Id: I2c51a128437913c3bb0bc7a59774ff117603dc82

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [23826a28f421d82898cf52a894f6e11ca6ae1fc0]

        use EDB as well as CVE as encrypted prefixes
        
        Change-Id: I3cb1e4d736ca1627cb0716a9c17ff11b5a837264

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [2584a460b5e560fce8719879414311b16b2c63d9]

        just remove logging dir without moaning
        
        Change-Id: I66435c5da113711ecc01d85124dab88411232ee5

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [331e4d03a70900bc390b376f4073d0efd868b919]

        refactor ModelToViewHelper, should have unchanged results
        
        Change-Id: Ib57f0d6f9491d12ffacada5ec0ae8bc68874c25b

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [e5e85f2987a27db7efb2b24039b5c1ddf3f5d90e]

        test RTF math export escaping
        
        Change-Id: Ib1303ddc8ea31cfea2d438eaf5986ea71aa32f15

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [a2453c22abb7f63921922cc6da198fc94e093c9b]

        test RTF_MD
        
        Change-Id: Ib41b2599d843a5a0840f05e79a310afab42cd7cd

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [a236141e4aec1046dab191abcdea226522127242]

        move help target to Makefile; it doesn't need config_host.mk
        
        Change-Id: Ib627bb0a12b5b055f8d6077c00cc8099473fa176

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [7f77377850537194ea634f0d2c81e8cc5cb90a1b]

        tubes: clean this out
        
        Change-Id: I7d4cafbe51695c0ff36480311858b9167344c119

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [b70c2d352ddb6350ec366b055b28b3d892b54b1c]

        tubes: avoid unnecessary re-building; move the include into source file
        
        Change-Id: Ib45a5fab8d4dc118ac0ae5282d47f46f9f86edc2

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [f86cc45d8795073e61d39edc469a4876085941b8]

        tubes: move mbChannelReadyHandlerInvoked to pImpl
        
        Change-Id: If2ddd8bdcb11727be719e8966aa689fbabd94f44

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [bb9399e2cf0072d1de7cb0aea162d107ebde4360]

        tubes: kill double-singletonning of TeleManager
        
        I am not sure why it was introduced in
        0dae49a03c9b4816d8cdde69e30bcd2db2e30724
        and hope that it's safe to remove it now.
        
        Change-Id: I62f0ac230a83473386eabc45c9fcc387f62631e3

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [c55b2d0b32dd210c2a809ce2b5ebca12bfb5b1d8]

        tubes: TeleManger's GMainLoop* now unused
        
        Change-Id: I99b482a60155c596c4b64534f62ce4c9d4d9a94b

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [27d3fc221d042decbd84b72719107547562d2e12]

        warning C4018: '>': signed/unsigned mismatch
        
        Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363

2012-07-26  David Tardon  <dtardon@redhat.com>  [772699ac1f2375c33f0819ebb127555d3178c4e5]

        rhbz#842552 always create text content
        
        The following line in oox::drawingml::table::TableCell::pushToXCell
        suggests that it is assumed that the cell always contains text:
        
        Reference< text::XText > xText( rxCell, UNO_QUERY_THROW );
        
        So TableCell should always hold a valid TextBody too.
        
        Change-Id: Ic2db7b535c98dd5f2b18941846709a781df4585c

2012-07-26  David Tardon  <dtardon@redhat.com>  [6eda57693398486d5c887cfcc2a60cd133d110ee]

        i do not see any reason for using ?= here
        
        Change-Id: I39acbfcae047829bed68186917bbb4e851d2ac20

2012-07-26  Stefan Knorr  <heinzlesspam@gmail.com>  [9b773bfd59d3717d85ff14fd04123f3ea66fc3bf]

        Use safer icon for "Send E-Mail" [Used under CC-BY-SA]
        
        Not everyone finds the paper plane icon understandable.
        
        Authors:
        Lapo Calamandrei <calamandrei@gmail.com>
        Jakub Steiner <jimmac@gnome.com>
        [the Gnome project]
        
        Used under Creative Commons Attribution-Share Alike 3.0
        United States license
        
        Change-Id: Ifd888a6f851250fd5c5c8b1e642dbd1c5c42b4e1

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [8d832481e1f7f817821eb3202c58b2cd132bac82]

        fix non-const accesses in previous commit:
        
        Probably using const_cast is "good enough" here for the exising use
        cases of modifying elements in a sorted_vector; not exposing non-const
        accessors in sorted_vector should deter adding these in the future.
        
        Change-Id: I613d7d40041b01109fd1d54f51c105acf56ae34a

2012-07-26  Noel Grandin  <noel@peralex.com>  [ef3990b07b1a9b05b135807765f9dd2732ee085b]

        Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vector
        
        And convert it from a private superclass to a member. The code
        is cleaner and easier to read as a consequence.
        
        Change-Id: I35501a208c96615ce5797ad06d34d3b7efc2c4db

2012-07-26  Noel Grandin  <noel@peralex.com>  [f7f99968f2014c9e7f1f216c6ef0d2d31630087d]

        Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vector
        
        Change-Id: I583eeccc2cdb0c3fd0dc60f9e222e026c6b0ead2

2012-07-26  Noel Grandin  <noel@peralex.com>  [e0e006ccb03e0af1826d30ed6a784dc185321cfe]

        Convert SV_DECL_VARARR( _MapTblFrmFmts) to std::vector
        
        Change-Id: I96db7b86a5739a396522cf2e5c3dbaae48963859

2012-07-26  Noel Grandin  <noel@peralex.com>  [e7cda38616c967bcc8c07f94d32342ccd1b629c5]

        Convert SV_DECL_VARARR(SwRects) to std::vector
        
        Change-Id: I7fa9380fad92d6667ccd9a635b2d26f700aa780e

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [74fdac012e33d84f24080381103e63bb0466ade7]

        fix previous STL conversion commit:
        
        Change-Id: I05427b6753cb9eb13cf3d3e085aa22346eed4977
        SwPamRanges::Insert needs to check for it != end() before comparing it.

2012-07-26  Noel Grandin  <noel@peralex.com>  [c10159f3ed4b474736711fc6f15b85454da2669f]

        Convert SV_DECL_VARARR_SORT(_SwPamRanges) to o3tl::sorted_vector
        
        Change-Id: I6f3fa6b4940ba17e21e9fc47bcdd61c9761ba477

2012-07-26  Noel Grandin  <noel@peralex.com>  [6376dd83fb436f73cb891bc11b502014e66a74da]

        Convert SV_DECL_VARARR_VISIBILITY(SrchAttrItemList) to std::vector
        
        Change-Id: Ib6d6bb62613004ba0a8ee603f7047fb017570e89

2012-07-26  Noel Grandin  <noel@peralex.com>  [ed24564ce11683731b820c29d5a46e073ab7a2a7]

        SV_DECL_VARARR_SORT(ScRTFColTwips) o3tl::sorted_vector
        
        Change-Id: I6d048af2b32ad02952cfe91d155ca17f5067ecee

2012-07-26  Noel Grandin  <noel@peralex.com>  [a236f8318a0e05caeec53ccbee8b134f44a98008]

        Convert SV_DECL_PTRARR_SORT(_SwFtnIdxs) to o3tl::sorted_vector
        
        Change-Id: I84c4cd5686ea0649ad9ca6c879d51bffe6d693c2

2012-07-26  Michael Stahl  <mstahl@redhat.com>  [db9274645596be84d449fdc6e224ddd0959b8ea4]

        fix previous STL conversion commit:
        
        SwSelBoxes_SAR is not sorted, so it should be converted to a plain
        vector; at least for WW8SelBoxInfo this makes a real difference as the
        first element is treated specially.
        
        Change-Id: I57a448d72b2f3757da5bcebaebd4294e9d283d99

2012-07-26  Noel Grandin  <noel@peralex.com>  [deaa69b1558ef76f5338a714fdedaeccf9394096]

        Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vector
        
        Change-Id: I4af9e86257a9e40b91351fd34ac70fe053d02367

2012-07-26  Stephan Bergmann  <sbergman@redhat.com>  [5c47e5f63a79a9e72ec4a100786b1bbf65137ed4]

        fdo#51252  Disable copying share/prereg/bundled to avoid startup crashes
        
        ...see <https://bugs.freedesktop.org/show_bug.cgi?id=51252#c35>, comment 35 to
        "LO cannot start (reports runtime error with Visual C++ Runtime Library)" for
        all the details.  This commit is intended as a band aid, to be backported to
        libreoffice-3-6-0.  It can be cleaned up later on.
        
        Change-Id: I2984cdd7efc279e3ef482a762b614e1d625a697f

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [a572af02752164a62478052113707c5f9bc705da]

        add tests for RTF_MACC and RTF_MEQARR
        
        Change-Id: Id33672d0acef4d79239e0ee8a86d5a244ac736e7

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [e0c5698f064d988baf906e8c9d87554b668fde92]

        RTF_MR: ignore if collected text is empty
        
        Sending an empty run would result in adding a space to the formula,
        leading to incorrect result.
        
        Change-Id: I1a01493cead726f667db0065deb4c145cba4ffa7

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [c098c3e35ed22bc26841f4c3976b2fc02cdf4642]

        export RTF_MEQARR
        
        Change-Id: Ic2c1ca04c23b41ae36aa0a8866dc9b7776ccad64

2012-07-26  Caolán McNamara  <caolanm@redhat.com>  [947b3986d1f45c3e5432d57a48d8052db197f012]

        fix "No template found for item" warning and make it an error
        
        Change-Id: I75985c3f8821b3506e46eaf572c54828db97c964

2012-07-26  Uray M. János  <uray.janos@gmail.com>  [bb66a2c3ee9807e79ba437c770559787abe61b9b]

        fdo#50632 IDE: update Object Catalog when closing a document
        
        Change-Id: Ia635aee1611eaff663906e2238bf23a5013242a3

2012-07-26  Uray M. János  <uray.janos@gmail.com>  [604b1bf89ced64b509122eaa8cc99dbf033438ab]

        fixed Replace all message in Basic IDE
        
        Change-Id: I3e4fdb07ea5a1d1d47bcf190a5ee96800b44f89b

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [4f08fcb8e337f79f1282966bf726f82ddadf24a3]

        export RTF_MSSU{B,P} and related keywords
        
        Change-Id: Ida24beda4d961db068279e81711e10c3d87b0ac1

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [189ad9186cb905ff9830319fd86be4e183a30be4]

        export RTF_MRAD
        
        Change-Id: I1b5802dfba24b45358842189d8ae05c3f9de319f

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [cc22622f379a5dc59a00625cdace561e4ba14c14]

        export RTF_MLIM{UPP,LOW}
        
        Change-Id: Ic47868daa3e9bd7defbc76a1ab1bfc717c48bee7

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [a079bacad186337feb9b7d89ac5a60deb25d02dd]

        writerfilter/qa: clean up rtl:: and RTL_CONSTASCII_* usage
        
        Change-Id: I729e5a6dcc9ca3a291c5f28c8b7eed7e3ca03bfd

2012-07-26  Miklos Vajna  <vmiklos@suse.cz>  [3a4026843835f9f73521d4e6cf150c17d86d6ed5]

        export RTF_MM
        
        Change-Id: Ia3b2dd3de464d9be1fd496cc81ed903047f7542b

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [66e4540041f09b4e779d27190f0925479f74103b]

        aDataAvailableLink in SfxMedium was never called.
        
        Also remove all callback functions that would never get called
        because of this.
        
        Change-Id: I5dd5d64ccca9dd3d655428218957753d3200299e

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a88273e75de0081c4284c9f09739da7f7f9bc3a]

        file version is no longer used in SfxMedium.
        
        Change-Id: Ibc6a4ea54e18946bf89364cd3ae235e59db33a5d

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b8ae11bb618d4d5d55f9629d6185f45bd003854]

        Another unused flag.
        
        Change-Id: Ifb0aab398ac0e64846907887983dda4ae8559563

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63729dfd07a59af90a9a5da80634217ea47e3736]

        This flag is set but never used. Removing.
        
        Change-Id: I97f017403e9b264075da41ddfc3fe34ca7093444

2012-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [9e65cab1e7d10d8864c394db364a802ba5ec4444]

        sal_Bool -> bool
        
        Change-Id: I32f56e8577264eb9d125dbe3fcba2af7a4361713

2012-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [1bd402eef7c193576cbdac8556c2783636937124]

        Ditch useless fields
        
        Change-Id: Icf744e016db79769bfa3fe3abf0934b1273724d4

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [19f92976d8612b9b70264cc33151e944c52124e1]

        tubes: resurrect unit test to serve again
        
        - make it subsequent test to be less annoying
        - we again inherit from CppUnit::TestFixture
        - currently there is no test that we've received the sent packet
        - nor any test for received file
        - to prevent exporting more symbols we link directly tubes' object files
        
        Change-Id: I79edf0c701f8c46eb45d507266f6dafc0c8eeea2

2012-07-26  Matúš Kukan  <matus.kukan@gmail.com>  [7ce4cc7c608399814005e5a7b465bd087077e161]

        tubes: also libmerged now links against tubes library
        
        Change-Id: If7faccccb3c92735fc7062880a171e75b750a1da

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a201c00b9330f6e765d9fe10b5a6c120f49a6da8]

        The impl class is never null. No point checking for it.
        
        Change-Id: I992e335bf217f3df30356f260ef1eb0f94d40233

2012-07-25  Tomaž Vajngerl  <quikee@gmail.com>  [085e747b6ca4148b35f37daf622a5ee79710cd66]

        Fix bitmap resizing issue when using ScaleRotateCrop with BitmapEx.
        
        Change-Id: I1fd08d94c506580ed7557066448ccb10adb9b16d

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [8f5b707d905f84f0102d1fdf365761ca03688742]

        sorted_vector: removing the vector::ersase makes more sense
        
        Change-Id: Id70e87ab1b7f6a55ad2374cab05fa7f3bdef2cc4

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [07c1dac0d8844b48290bac4b55c055cc897e61af]

        Likewise, CharSet was set in SfxMedium but never used. Removing.
        
        Change-Id: Ie7e6564ab1efa855df0202b88b7ff80ec71b8cb5

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c07fe0d98b14bce18ba676b7dcec6c6245b55660]

        Remove unused parameter.
        
        Change-Id: Ib6539528655c5def0d0802602ec913799f0ab07a

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3824ec8ea57db309f00b79337c81b7401dc19c58]

        Fix the dbgutil build.
        
        Change-Id: Ic6142550a7e76b2b1cd8ff6d53d503d771c32b7c

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [73bc1c8b7a43ce74540556ef458212c1873d9160]

        Referer was set to SfxMedium but was never used. Removing it.
        
        Change-Id: I88ab874d4efc60d58722f0bb175d14a4d443398b

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dd41664543a9ae09d73dd1bb157ffd1e792731f8]

        Nobody uses this guy.
        
        Change-Id: I514852cabb785cc3a3e9efd934e4e435a5379495

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11f2a588ed48a21e7f7c1a110cbc43a65380bd8a]

        Move StorOpenMode to Impl. Now all the data members are in Impl.
        
        Change-Id: Ib281dac33cdce4e44b68956b23884e5c56878a29

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff16ce35dd5e8816d08ff02fae4b3197aa0336fb]

        Calling delete on NULL pointer is no-op; no need to check it.
        
        Change-Id: I4ad09a91b3a2f4b4cc8f389174872224646e5b54

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5f43d9025688a550580024af626ef84ddec30f0f]

        Move pURLObj to Impl.
        
        Change-Id: Ia5585ee93e5cb034e4781c8e12bacd434c109bcf

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cab945670dbda8c069b2f387b32674374775325c]

        Nobody uses this.
        
        Change-Id: Ief09afa3c711869eff01344e8748a1010d96738f

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [954d55a402e9a92e352c555e691dacbbb6305d06]

        And pInStream too.
        
        Change-Id: I14f6bd82a083a4d6eff1928ed94fc3e918b97767

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0f7d309206dede28692f6e99b00579ebf3240351]

        Move pOutStream to Impl.
        
        Change-Id: Ifc0d7a1f2002de590a2efc6b4b6a61c257ab0181

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ead20e683c11cbc028de34bc475e8fa056cb7431]

        Move m_xInputStreamToLoadFrom to Impl.
        
        Change-Id: I5d4c3976386570cc2688951178b42f7f3fae06b7

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e8853ab77b0a3b57848f0b0283d3c3ccef0837d5]

        Move pFilter to Impl.
        
        Change-Id: Ie01649da353a170de67be43d2111a0cc3b3039a2

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c598be10c637d93d23c65b369261b88bc4e1429e]

        Move pSet to Impl.
        
        Change-Id: Ibd7149fd643a747b09d14a003bdfcfa4077e8fe0

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f9ac1ab1e95055cd07ee4b9d47b0795469bf67a8]

        Move error code and long name to Impl.
        
        Change-Id: I81e519469063376c842d0c4becc30fb4fc52f80f

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c44f1e7e5a9effef9281f012d2b3c42974768dd8]

        Move aLogicName into Impl.
        
        Change-Id: Ie11f07aca75a515a2484927ac05ef91d46203640

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d7f5f26b2123475266c4b6adbe5449c1c21c43f8]

        More members to move to Impl.
        
        Change-Id: I634b9bbd7229b78bb20a661195a71c688e2a082a

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e355662242a73406547625dd1f0aa3ca5968118]

        Move bInputStreamIsReadOnly flag to Impl & properly initialize it.
        
        Change-Id: I8243aa8a98a636cf8afadcf070e4c83477126660

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3faf775c4808a552f00f7ae61544b61340bcc8de]

        Move bRemote to Impl. BTW this never was properly initialized.
        
        Change-Id: I3e94c0f567b1ccaf07c46c9cbcca7ba6fea1671d

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed4ee6af8d1aee073b345099bb0f238fea63d996]

        Moved bTriedStorage to Impl.
        
        Change-Id: I2587b17d204ae8c9045f0059e816da74cb1d1273

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6badb0c13bc7b2df0ea8f1cb296a60191bdb40f4]

        Removing unused flag.
        
        Change-Id: Ied70b09c0e97831e45cdb69720537a289f3a6264

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4cfb14c56eb8732bbac7cdc1cff3016f56b51de3]

        Moved bSetFilter to Impl. BTW this flag is probably not used at all.
        
        Change-Id: I21fbcffc472408476897c388aafccf658e8144a8

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f0bc016955d7f0b2b31639fc28256167fe61c7f0]

        Move bRoot to Impl.
        
        Change-Id: Ifac177ae70273b2c7102024ee1d69cc8999c7837

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d015fe775886fe489f3dca0cdbf6efc5ece2e33b]

        Let's not use macro for this.
        
        Change-Id: Ic66bcec853a7da638f3ce871749fbec955ce37c5

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dcceacb5bc2477b8469e4010add9e3465f007abb]

        Keep all bool's together...
        
        Change-Id: I001a36929966122d12df9c47db292607134b277e

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [50b4cbe94e200288d57a135bc9386012164bc726]

        More on sal_Bool to bool.
        
        Change-Id: I31694bf8487db08a1cc7b7de2b18a7d5959d81d1

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df8a15d87778faaad6c35a98af9563a217951d47]

        sal_Bool to bool.
        
        Change-Id: I23d9d7b1bf112abb44bd09de5672d8aa95bccd5a

2012-07-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d1cc007108442056f50d3a6d1212b2b4cfdc4c14]

        sal_Bool to bool, String to OUString, in SfxMedium.
        
        Change-Id: I1bc8486b3fbbcdd45407eeda52a7e239646cd204

2012-07-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [452e452d3e9dcc259bc3e58ed6509284004f04fe]

        refactor the symbol hit test
        
        Change-Id: I739855830a7135c8e0a8d80d4f1f84e5a3901204

2012-07-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76f56b5e8d4abf17682aa75b7cf183b883809234]

        delete conditional format entries that are removed, fdo#52351
        
        Change-Id: I9ab70d2b7a557ae5f717898edfb6c363343462f6

2012-07-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d619f3a6da2481c6739818a74a328df9ec2bd24d]

        sal_Bool -> bool in ScRefUpdate
        
        Change-Id: I2bf6583a465d1aee1b8a8788f52c61059b98de76

2012-07-25  Noel Power  <noel.power@novell.com>  [4ed0eaca6c14aeb652cbebe18081cc9e7e1444ac]

        hopefully more successful attempt to solve fdo#50304
        
        Change-Id: I86dfff571c14bce97d0851b4093dbc376d8b6ea4

2012-07-25  Noel Power  <noel.power@novell.com>  [cad1ab1f12b01aa0b364697aa63ee2fb73b96dd2]

        Revert "fix excel row height export problems ( I hope ) fdo#50304"
        
        This reverts commit 9746c6de3a05fe9284d6d6bb2f636bfe912733cd.

2012-07-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ce53472216cab75bfdf04799fb85f375f01af792]

        changes to previous commit
        
        - bSize is not necessary
        - rename bInRect to aHotspotRect
        - rewrite the rectangle calculations
        - fix the x-coordinate of aStartPt
        
        Change-Id: Id474a3df5242423e5d4b6953af7e58ceeb50b810

2012-07-25  Joel Madero  <jmadero.dev@gmail.com>  [ad9ca11b6fa7792880571d33750c9f52568b837e]

        fdo#47164: Increased size of hotspot box for recent documents on Start Center
        
        Prior to patch hotspot and arrow symbol were being controlled by same
        rectangle feature. In order to increase hotspot area but leave arrow at
        the same size it was necessary to separate the two, creating a second
        rectangle to control hotspot size. New rectangle named bInRect, similarly
        bSize had to be created.
        
        Change-Id: Iec27d45e1f538dc0185861be7a988b0851fbb352

2012-07-25  Eike Rathke  <erack@redhat.com>  [101baf42f931344e4a8330e4c512dc7a4f2fe8a9]

        changes to "Modifying comments to follow Doxygen standards"
        
        Change-Id: I82c358946c611b5b309d537f76b0b6371c82cbfa

2012-07-25  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [8a01af8c7c27e93154733fc7a0a318c0d22cfbcd]

        Modifying comments to follow Doxygen standards
        
        Change-Id: Ic87c9c4f51af4da963835ac7311d998e69f61156

2012-07-25  Stephan Bergmann  <sbergman@redhat.com>  [cef66a3eed301ab77e02be6d6ba148142051e13d]

        Revert "fdo#52232 ConfigurationSet wrapper unusable for localized properties"
        
        This reverts commit aebf5bf22304c73e121b16dc0b51f909c5f34c28, now that
        e397a9cfabc2928cd5571309f5b634a7e78098ec "Make comphelper/configuration.hxx
        work for localized properties" fixes the original problem.
        
        Change-Id: If4e187b911510d5932d52cec08d43cb73f6e339c

2012-07-25  Stephan Bergmann  <sbergman@redhat.com>  [cf7c9599e776eba8e14614cecb528d3da5778190]

        Make comphelper/configuration.hxx work for localized properties
        
        See aebf5bf22304c73e121b16dc0b51f909c5f34c28 "fdo#52232 ConfigurationSet wrapper
        unusable for localized properties" for a discussion of the problems with the
        original design.
        
        1  Redesigned configmgr's localized property access to understand ['*<locale>']
        paths that select the best existing value match for the requested <locale>.
        Adapted ConfigurationWrapper::getLocalizedPropertyValue accordingly.
        
        2  Redesigned ConfigurationChanges to fix the locale at instantiation time.
        That takes care of ConfigurationWrapper::setLocalizedPropertyValue,
        ConfigurationWrapper::getGroupReadWrite, and
        ConfigurationWrapper::getSetReadWrite.  (This required an additional constructor
        parameter for the ReadWriteAccess service, to specify a locale at instantiation
        time.)
        
        3  Redesigned ReadOnlyAccess to be a service that fixes the locale at
        instantiation time.  That allows to take care of
        ConfigurationWrapper::getGroupReadOnly and ConfigurationWrapper::getSetReadOnly.
        
        Change-Id: I2ae7342b278b6f4222a0189a1deb2a53e204059f

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [3605cb216faab6659f4bf90e76d9387df3ac08f6]

        More helpful error message.
        
        Change-Id: I009fc8a8b84355a35adc60b7008ebe8b96965c8e

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [61b1c24615445d7677dbfe4a702d3dd97eaa4939]

        More full paths for cross msi* tools.
        
        Change-Id: I813d22bc5081a0cc5f1af9fbc6661a970eb16b86

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [4c1c5aaa2d0b3c7870d2bd466ce8f2fa9204064a]

        Avoid a crash.
        
        Change-Id: I2ce8be599c9285bd0da039e1ff9c0649a118a8a1

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [1ec55802d90334d2b6112cfc0df43c4cedcd3d1b]

        export RTF_MLIM and related keywords
        
        Change-Id: I533807168fea34216bfd2a7cf64d13bca4815d25

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [69df3928f374f4c331b5208a7cdb282f05cba87d]

        escape output properly inside RTF_MR
        
        Change-Id: I93ea57e6bd5f93c9a5d256a11f91ec260f96c223

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [8556a1cdebe7de52e0d88755f24c00f5a83da314]

        export RTF_MD and related keywords
        
        Change-Id: Ib97ce01e738714d2df9b30f0c7c0069c6957335b

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [0e15567d5100df21b541cb908138cb10aa57a501]

        export RTF_MACC and related keywords
        
        Change-Id: I862f008f2a8b4972be1b33ec45128bbfeeb9fb99

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [041961e18b16c64d1395b1ed6fcb460d82b9939a]

        move rtf escaping functions to msfilter, so starmath can use them as well
        
        Change-Id: Ib847f5207f3f36585427313c1454b0fba730c503

2012-07-25  Eike Rathke  <erack@redhat.com>  [05035c894644f700fdc972b51dbd918f7530b2d5]

        fdo#52240 added M/D date acceptance pattern to locales with M/D/Y edit format
        
        Change-Id: Ic45b89d5cc1238bb58a29ed0e5fe967e23caefd5

2012-07-25  Eike Rathke  <erack@redhat.com>  [dc52902eb218095652bf2921d5acfb9d0c863ac9]

        fdo#52240 added D/M date acceptance pattern to locales with D/M/Y edit format
        
        Change-Id: I6194d6649983e1be075e39ac106b87e4a235b105

2012-07-25  Eike Rathke  <erack@redhat.com>  [ae660e9efa4994bbfafa6de46b4b18aef2f1bb49]

        fdo#52240 added M/D date acceptance pattern to locales with Y/M/D edit format
        
        Change-Id: I6648adb99f2d67d24951d72b9fc13628d42dec51

2012-07-25  Eike Rathke  <erack@redhat.com>  [7828847618b58ff2009b5ce55416a8b2e5dcf55a]

        fdo#52240 added M/D date acceptance pattern to locales with Y/M/D edit format
        
        Change-Id: I2c4d752677eeaa210242f37a54ecd20cb5703bb7

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [f317119be32071e9ef82f3d8ff53170a5456ea0c]

        sorted_vector: MSVC doesn't know which erase to call
        
        Change-Id: Ib81388db2f93db662bb5439565f311835b08073e

2012-07-25  Uray M. János  <uray.janos@gmail.com>  [f5a625f61a4f0209a4ec74b919241593a56b5500]

        fdo#40152 replace with empty string in Basic IDE
        
        Change-Id: I2ee41160e5cb10694ccdb5a1cdaf7d4abfeb23bb

2012-07-25  Eike Rathke  <erack@redhat.com>  [425e18c231f4f030b278050809ea1fa1f51d4bf2]

        display bequeath indicator and date separator and format code

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [eb03fe6a5cc8a4d453fe8300f84bc0977546f585]

        include osl/diagnose.h for OSL_ENSURE
        
        Change-Id: I64ed84dc6f5939e110a5051bc9c701e5dee1ba85

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [5b9948108d5d552ce173441686d8719f10e81613]

        get rid of dmake warning
        
        Change-Id: Ie10a8d53357255f4f326f399b59a3d81ebc7d2a6
        dmake:  Error executing ´o´: No such file or directory (Ignored)

2012-07-25  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [94932d121390c8a0e8d7cac7997a14ad49bb8676]

        Make default dark shadow non-black
        
        Change-Id: If517926b12633a96ad8088e007cfcd6d84e5c919

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [75acbd4b47b877ca140e2f802620e3830eda8839]

        delete svl/svstdarr.hxx
        
        Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [05a6798a2eee2078ab317aadd9b3e3b5ec88d4b7]

        remove typedef StringPtr
        
        Change-Id: Ibb5b1c02a15fb1b6e4b45737b2afa9f065318071

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [183ae1ebe36f25eae599e3ff65d399e59c677023]

        svstdarr.hxx: remove SvXub_StrLens
        
        Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [2dc5faa3b3c5dfe31fa8e759323469ef7c9fed3a]

        move SvStringsISortDtor to editeng/svxacorr.hxx
        
        Change-Id: I4465281396f44f53ba87db0a405586294ea65076

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [0031210b26bfae38be4243f9c92d90fa213b9eb0]

        autocomplete: replace horrible use of SvStringsISortDtor...
        
        ... to store not Strings but derived SwAutoCompleteStrings with
        something far saner: an abstract base class with virtual dtor.
        
        Change-Id: I7d966f385dd41154ee1c4cdb43b56ff1aace9b5e

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [70d9e9bfcdad5f3b18487a87d0bfe2a2a6213b19]

        tblrwcl.cxx: convert 2 sorted_vectors to 1 map
        
        Change-Id: I79241fd05e45a2022e1e058c131507e45aeec058

2012-07-25  Noel Grandin  <noel@peralex.com>  [e91f86771b6cd3ef0b414853c720c9dbb0c7fa77]

        Convert SV_DECL_PTRARR_DEL(StringList) to std::vector
        
        Note that this file is not built, so this change is untested.
        
        Change-Id: Iabfbd1c020dee4d7f6b490768345b7d14c80e097

2012-07-25  Noel Grandin  <noel@peralex.com>  [31dafba4d7360746abedf93e0476f053e318077c]

        Convert SV_DECL_PTRARR_DEL(_SwSeqFldList) to std::vector
        
        Change-Id: I40802ba1e7b2e2f6f57c59c4d66b544604d01ce5

2012-07-25  Noel Grandin  <noel@peralex.com>  [5da921cc53d69ed3f026542af05805decd28553c]

        Convert SV_DECL_PTRARR_SORT(SwSortTableLines) to o3tl::sorted_vector
        
        Change-Id: If6f0b65ddadef35afce3d75d582f5531baeacb8f

2012-07-25  Noel Grandin  <noel@peralex.com>  [89bdd3ae05a30de446119159f86daf692210fcd3]

        Convert SV_DECL_PTRARR_DEL(SwRedlineSaveDatas) to std::vector
        
        Change-Id: Ia12d7f9020ca492470cc8ff48df1cc5988c05853

2012-07-25  Noel Grandin  <noel@peralex.com>  [b09b1ed26437c6e801ce71363a4416031cb40920]

        Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vector
        
        Change-Id: Id5ff378b25619a9bf126824b4abadd19615b7a31

2012-07-25  Noel Grandin  <noel@peralex.com>  [63f792d9b1482c518f37b4d0681082ea49957a1e]

        Convert SV_DECL_PTRARR_SORT(SwOutlineNodes) to o3tl::sorted_vector
        
        Change-Id: I17c40bda4ab401bde42b64d090fd7e3259e79026

2012-07-25  Michael Stahl  <mstahl@redhat.com>  [9532d9bc22b411f20d8203b9495aea2eae158e72]

        sorted_vector: add erase(const_iterator) methods
        
        Change-Id: I4709cfed8f4c5e61d18906dad2948f418409dc0c

2012-07-25  Noel Grandin  <noel@peralex.com>  [29ee386e41971a64874c508dbb09c76438b2d841]

        Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vector
        
        Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [73e7cef672d7b47c7e8a2feda9a1499ea001b9cb]

        export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}
        
        Change-Id: If717d5d3b2179210516eec61959af0afa8b38319

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [8429bd67715a33751f4cfd50cb4be0346d78ee65]

        Make the relativisation of the path working even on Linux.
        
        Change-Id: Ib5e617d83d12c9c1faefee7f4a768e1eb1ffc492

2012-07-25  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [0714d191e7273c3b32837834f9a37867b81cb78a]

        Enable native background rendering for ToolBox
        
        Change-Id: I575dc3a4e15c88d4c61da8195ed9df6c55e5cb66

2012-07-25  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [64124314a11493849e50c27ad210378743f39056]

        Use native theme to draw TabBar background
        
        Change-Id: Ia274a6438dbb1e3ae94d492df6b9ff86343dd272

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [4c3a16be845abf4037fab028148423c18a964056]

        cppcheck: move this pView test to where it makes sense
        
        Change-Id: I5e6109e0a844808e612c84e49c7c82dc9720badf

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [575d8a89262280d361b87ba23ad563ab9e50db78]

        These msi packaging pieces should be executed even when cross-compiling.
        
        Change-Id: I383f9467e708007e006d479967c9fd0e96ca4c87

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [60865562c89f2d9a5d157f809e401d725dee9a86]

        We have to add the path to solver for the msi* tools when cross-compiling.
        
        Change-Id: I430a7e1a971c847d97b3e3792d03c2dd3b344a0a

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [19561b5971d25b9839a5374648a29ea26333ae98]

        Vim modeline.
        
        Change-Id: I40d42ce2ee7f50f1b3a1b825e2672cc11c35390b

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [c5e73b26ed81b8d75562f6ac0906f5b89e3c8c9d]

        Vim modelines.
        
        Change-Id: I9392de62dc8b69033ba3dee815617ac3f0ff0bc6

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [647c6886da3eb236f45747925cdc1d77d7dfeb62]

        When called with no input files, just write usage (as the Windows tool does).
        
        Change-Id: I06ffe30b187db6db3cec38bb35af9da797ebca45

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [e59334ffbb6a3aac1591b7bec23d294f06d96b0e]

        WINEGCC has to be present even in the build_config.mk.
        
        Change-Id: If0ca390da0f3ae2a36573cf54834685bd64042e3

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [071a0dc02c90e939a23f99af1f9c4c65982bdd7d]

        Related: #i85411# catalan word breaking rules out of sync with ZWNJ
        
        I can see no reason to have specific catalan rules, old examples
        work fine with default rules
        
        Change-Id: Ifacb7b46204d8aed543ab0c77fe80d1d5c5de738

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [4f1e5b34211a714baad8a05ab38f3f953ebd4cce]

        weak symbols don't link on macosx
        
        Change-Id: If4e8adfb4199863cd2f6d8d8a419762fcbaa6599

2012-07-25  Jan Holesovsky  <kendy@suse.cz>  [edbc53ea3ca444e956e785cc9672a7a1884ea731]

        Change /*!< inline doxygen comments to /**< .
        
        Change-Id: I8a9bad7131f5a83fe7bc586c1a0b678fda1eca71

2012-07-25  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [ad760dad210204b89be5735a0773dba8df32f44c]

        This is modifying comments to meet doxygen standards
        
        Change-Id: I73cd4c901aa003abec43f55948c184672d2e14ff
        Reviewed-on: https://gerrit.libreoffice.org/338
        Reviewed-by: Eike Rathke <erack@redhat.com>
        Tested-by: Jan Holesovsky <kendy@suse.cz>
        Reviewed-by: Jan Holesovsky <kendy@suse.cz>

2012-07-25  Uray M. János  <uray.janos@gmail.com>  [44e8b1c8ad917d3c4ed7efe9169e5197801198f2]

        fdo#50633 IDE: select current module in Object Catalog on open
        
        Change-Id: Ieea731b0ed8eefdab616ed1f778b445aae14191c

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [a5947d14c278446b44fd76050103d16dd768601c]

        callcatcher: SwInsHardBlankSoftHyph unused
        
        Change-Id: Ia023647520828f562c879eb7410dda1417ad901d

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [5a6279df5549665ffe378c7c313399aa47823085]

        Related: #i17155# regression test for slash part of word for line break
        
        Change-Id: I5b457531fb94f66dd7f5fdcc4636c5a202a036f1

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [b8fa8841c098f15ef2280aa4c82c55c4f96325c9]

        Related: #i13451# regression test for Catalan dictionary word breakiterator
        
        Change-Id: I7785746b2cf4e5e054ced5b728dc69e6b1a966f2

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [962c7209b6f8b708d0b9337cbe5072aa52cda1bb]

        make mips (and others?) pass java extension smoketest with gcj's libjvm
        
        i.e. force the __data_start symbol to exist in any executables that link
        against libuno_sal so that dlopening of the libgcj provided libjvm.so on some
        platforms where it needs that symbol will succeed. e.g. Debian mips/lenny with
        gcc 4.3.
        
        With this in place the smoketest succeeds with libgcj provided java. Quite
        possibly also required/helpful for s390x/s390 and maybe some others.
        
        Without it the dlopen of libjvm.so will fail with __data_start not found
        
        Change-Id: I01a4de3d7e72d000a8d56a1b9101a187c26a1751

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

        Restore use of MatchGroup
        
        i.e. removal of entire call in 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b doesn't
        look right to me. That just wanted to remove the "beeps"
        
        Change-Id: I8024c04d1e585f45fa54a82faab5f013096a708a

2012-07-25  Caolán McNamara  <caolanm@redhat.com>  [dcb28419b09940c55905b152fb1d9631607c7c05]

        Related: #i29548# Thai word breakiterator regression test
        
        Change-Id: Ie47dfe6ab5e308c0353d557fe7530a983622db96

2012-07-25  David Tardon  <dtardon@redhat.com>  [dda589ba60ff5ea104d85f0a09759c954498a5c9]

        fdo#52427 fix l10n of reportbuilder
        
        Change-Id: I9ff1b7329eca2faa560181c49d6c4527a008fead

2012-07-25  Stephan Bergmann  <sbergman@redhat.com>  [fdfb7a3c4b3a89b73ab5546b9620348bc4984d8f]

        Related fdo#51252: Report uncaught exceptions with MessageBox on Windows
        
        ...as stderr is not generally visible there to the user (and vcl's
        Application::ShowNativeErrorBox might not yet be functional during early start
        up).
        
        Change-Id: I1b99a77f7add967579d726462aa0a7b83a5d2d0a

2012-07-25  Miklos Vajna  <vmiklos@suse.cz>  [97adf176987e86c8b2ade9e3886cfcdad405f732]

        import RTF_M{SEPCHR,EQARR,BOX,GROW}
        
        Change-Id: Idbd5ea29b886d94b456b126de00a02833f7c0d7c

2012-07-25  Takeshi Abe  <tabe@fixedpoint.jp>  [264ff0e6e4ed386916b6e0ad20f0fa818d999953]

        sal_Bool -> bool
        
        Change-Id: I009a55e1e399198aef8e5ad3f43230b0aea0b6fe

2012-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e05a284f0b3beb93ffcea43663ff165a0dd2001a]

        Useless macro define.
        
        Change-Id: I19e71dfd514b19e34c7d73642a8c6bc2d3464590

2012-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c549e1e836182e586a42e5ecb398db6faf0a2cbe]

        Unused methods.
        
        Change-Id: Iafd1895d96df32c312f937db479e04abd7cb7038

2012-07-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f15b1d084eb026342e8d0440d5bfb3ac8f23f30c]

        It makes no sense to make these methods virtual.
        
        LoadEnv doesn't have any child classes, and is not a UNO service.
        
        Change-Id: I773324e10b755c6e5f1a29c07495b21f6a236a3e

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [8348b2a7a0772e3fb28be9475e38eb394976b9a5]

        clean also WORKDIR for --with-solver-and-workdir-root
        
        Change-Id: Ie2b369b6f372a99dbc4af5045639b2ff8425568f

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [9c6a6ec047261aab6b0e4b9ac4f3206aebc0d192]

        tubes: keep contacts dialog updated on contacts' presence changes
        
        - make the dialog - TubeContacts static pointer, so there is only one
        
        Change-Id: I12f256bebc27ba31a82082d7107066de8079893c

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [5800c9aa3052aaa1429edb110e9b0291aa642cd7]

        unusedcode: svx: remove unused methods
        
        Change-Id: I50af310bef92f8f36c31b5b4f343639e89c628ac

2012-07-24  Tomaž Vajngerl  <quikee@gmail.com>  [53d51dbee6d4037c4cfc3fa743de8dac76da48c6]

        One pass scale, rotate and crop using bilinear filtering and averaging.
        
        With this commit I reintroduce one pass scale, rotate and crop that
        was located in grfmgr2.cxx (now in Bitmap class) and was used for
        preparing bitmaps for displaying on screen. By default the combination
        of two filters is used: bilinear, which is a similar algorithm than
        the "old" one, but with the same result, and averaging algorithm. Bilinear
        filtering is used for bitmap enlarging and shrinking till factor 0.6. Below
        this bilinear gives bad results because of limited sampling. For such cases
        averaging is used which is a simple algorithm for shrinking. In averaging
        the algorithm calculates the average of samples which result is the new
        pixel. Currently both algorithms are not optimised.
        
        One pass scale, rotate and crop should only be used for displaying of
        images.
        
        Change-Id: I5a1330b58a7cbb6fde8546e16c3e8c140afca565

2012-07-24  Tomaž Vajngerl  <quikee@gmail.com>  [963cababc65c945412963f7d66578b544d5f720b]

        Simplify compression and remove code duplication in CompressGraphicDialog
        
        Change-Id: Ia9e3bab09eef6e1055f1fd689373ab65310ea7e3

2012-07-24  Arnaud Versini  <arnaud.versini@gmail.com>  [b8d562018155d7bb961198dc1f1dfd5e7a0d1d62]

        Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppu
        
        Change-Id: I88976b215bc23ce5001916ccf123bc3561c2a33a

2012-07-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [10f08195b8195640016a6eab42818c662f4541d2]

        -Werror=format
        
        Change-Id: If468ca444865f81a7adeabb72ecb6d8647f6dde0

2012-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [3d46635bf1e1606e555f64c4b497056d2bc32d36]

        Debug unhandled exception
        
        Change-Id: I65661ffe5c006529f8ba1f3652a4d997d46c3da2

2012-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [6faebe5fb2d57110feabecb5202bcb993c92f4bd]

        janitorial: C++-style cast instead of legacy C-style cast
        
        Change-Id: I86cd5d87751c5a9dd31a392e2b3847e8f5741524

2012-07-24  Stephan Bergmann  <sbergman@redhat.com>  [c2617e960e1ff9c132af34b11f2e099f04fb46a3]

        fdo#52399: Do not needlessly set DefaultContext of global ServiceManager
        
        ...the new cppuhelper/source/defaultbootstrap.cxx now forbids this nonsense with
        a PropertyVetoException.  It looks like the code in propbrw.cxx had always been
        confused about what to do exactly (using xOwnContext as delegate in the call to
        createComponentContext should just be enough) and the useless re-setting of the
        global ServiceManager's DefaultContext happened to work by accident.
        
        Change-Id: I80a87fe9b0948d9aa6dc9e2e63497097044a4959

2012-07-24  Lionel Elie Mamane  <lionel@mamane.lu>  [9bd5e75b95d7b380f9be95913c949221dc4c0d67]

        forcing repaint has catastrophic performance implications; invalidate only
        
        In Base:
        1) Open a big table (hundreds of rows)
        2) Only the first 40 to 100 rows are fetched into the cache and shown
           (depending on screen / window size).
        3) Move to last row (click on icon |>|)
        4) The last 40 to 100 rows are fetched into the cache; the data of the
           first 40/100 rows is pushed out of the cache.
        5) The first 40 to 100 rows are fetched, just so that the call to
           rWindow.Paint() can do its job, because they are not in the cache
           anymore (!). The last 40/100 rows are pushed out of the cache.
        6) The last 40 to 100 rows are fetched into the cache and displayed;
           the first 40/100 rows are pushed out of the cache *again*.
        
        Steps 5 and 6 are obviously *very* stupid.
        
        Change-Id: Ic11b893ea9440c2c5a142bd3c77c95d6730aa723

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [e8ddf693e69ea768e4cb1bd4c0445990149af07d]

        Cross-compiling-msi-related changes; not finished.
        
        Change-Id: Ib0d3d43a291f01c4c0d9c5adb0055c180b3ab40a

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [2e5fcf43328cefc099b6766d9d06169756d25761]

        import RTF_MTYPE
        
        Change-Id: I9414c9af69aa721a84e08fd323bc1efd5bd6c887

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [5debe1aa463ca74851f68457957803624bd083ac]

        RTFDocumentImpl::popState: clean up duplicated list of DESTINATION_M* cases
        
        Change-Id: I7806a9dc897c0187fd523d480e6366925676287b

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [febb2406cb8584b11b8cf0f2a1b0f0b384c1233d]

        import RTF_M{SSUB,SSUBPR,SSUP,SSUPPR,SSUBSUP,SSUBSUPPR,SPRE,SPREPR}
        
        Change-Id: I8148e870ec86f282f05102757f0f8bfc53561c00

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [0a4fbf535439b07bb9acdf265e2234310c41b40b]

        implement import of RTF_M{RAD,RADPR,DEG}
        
        Change-Id: I6779cf105d792c5a59ec43a21f8693e6d8895bfd

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [95aaf200aa6337834a6ea18e595a41c1f131a01c]

        rtftok: add OPEN_M_TOKEN to avoid code duplication
        
        Change-Id: I95b2ee34fef0c075040af808de276e0b745bf830

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [bbb04f6e81c0c5f62637ddb2fbde5175db18b29f]

        implement import of RTF_M{STRIKEH,BORDERBOX,BORDERBOXPR}
        
        Change-Id: I3249b6a2cb5d8c100e8045f650997cea3f1d2e30

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [6f5f97b5583b93c821f9f9608ab41107bdff2c32]

        implement import of RTF_M{POS,VERTJC,LIMUPP,LIMUPPPR,GROUPCHR,GROUPCHRPR}
        
        Change-Id: I40406bd4220a918507b2ae90733f3d1d5df949d5

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [79a56a87e7485e0da6f5bc271012932f2642a662]

        RTFDocumentImpl::pushState: use switch here as well
        
        Change-Id: Ibb1c68612159fcdbfd92dc6b4cd3719d4db240f3

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [0a5bd26f9d21506f71951a383d8d0d8e5abf3f77]

        implement import of RTF_{MMR,MNARY,MNARYPR,MSUB,MSUP,MSUBHIDE,MSUPHIDE}
        
        Change-Id: Ic975c7c1653fd10ef0a22ecbbbd740adac0789e0

2012-07-24  Stephan Bergmann  <sbergman@redhat.com>  [6cfe3c93dc55264e57f1057a2911d54232353d13]

        Make bundling Microsoft_VC100_CRT_x86.msm truly optional
        
        Change-Id: I4fa998f33059a6ebc9afe0a9ce65443a115b6db2

2012-07-24  Luboš Luňák  <l.lunak@suse.cz>  [f0460881e7a60d2852d6314991cd3627623d6be8]

        ++aIter++ is quite funny, but it's in practice the same like ++aIter
        
        Change-Id: Ie88d995cd3b5d48d0096f3c1be4344b78f425b07

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [43b75d8af0efb359887c0ae1b2655c617d42f9a3]

        Disable testWordBoundaries test with old icu.
        
        Change-Id: I8d75eeb2eee43e1338a6f54c4b8ed633631bac0d

2012-07-24  Michael Stahl  <mstahl@redhat.com>  [117fb70532aeae01327bfe0d828ef8a2d4793b85]

        fdo#51659: static assertion for STR_ARR_SVT_LANGUAGE_TABLE
        
        Change-Id: I5588198452a609dd541d51ac7a84cd5773949ae7

2012-07-24  Eike Rathke  <erack@redhat.com>  [9b2ec8c2a3478047a270b31bc25ad1d782401306]

        it's pData2
        
        Change-Id: I1d1229f1c1ef229ca7454a712e027a78e25ab56f

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [15f69da73429638692c1706c2b819d8fc6dc21d4]

        Attempt to remove the last FORCE2ARCHIVE.
        
        Change-Id: I7b0675151d39d6ce39c99ba3f85e8efebe303a2f

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [d93eba476b45ca99792e9963064160539a9ddc19]

        implement import of RTF_{MM,MMPR,MMR}
        
        Change-Id: I6e21159af832c5850db77a6dfe630a0fc0bb6238

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [42922c40362f414ee06e65636f61798ef28cdcde]

        RTFDocumentImpl::popState: use switch here
        
        Change-Id: If03ae8a5b44f477471ddc33063af552b3f2cfc31

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [982d71f3c994cd271ac402646a2372c243ec895d]

        implement import of RTF_{MFUNC,MFUNCPR,MFNAME,MLIMLOW,MLIMLOWPR,MLIM}
        
        Change-Id: Ibdecafae7942a0c79804176aa24e448dc505a5bb

2012-07-24  Miklos Vajna  <vmiklos@suse.cz>  [fbee23deadd0e168d5b73629e31d317810c88bc9]

        escape RTF_LBRACE and RTF_RBRACE inside RTF_MR
        
        Change-Id: I9315da151390ea1b5d56c7e58ac901e3f11dd2a7

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [8251cd1936af5047c817adf88333fef31031c506]

        Call uuidgen without -n when cross-compiling.
        
        Change-Id: I533c9bcdbadcaf5caa5aa8bcefb6dc0c141a4d0e

2012-07-24  Stephan Bergmann  <sbergman@redhat.com>  [b265709fbf9ff9f03645cbcbbc441699402c73a8]

        warning C4702: unreachable code
        
        Change-Id: Ia3e119e1b9ac68fbdd9aa4a9a5177e28c1a0d605

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [da5220d7d2707dd87e3f322141edc5f3ccbe1df4]

        tubes: fix crash: do not delete boost::shared_ptr's pointer
        
        This prevents a crash on exit for INTERCEPT=demo but there is another:
        Open more calc documents, close one, and then type something -> crash.
        I wonder if this was working in the past.
        
        Change-Id: I599b1babb02488d317c6684aba7431b5de7af15b

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [bbeb2ea423d106fd4e7f35fedc4ba9bf58362ab5]

        tubes: remove unused method
        
        Change-Id: I8657786fe64753a2e2a57febd1d56b39f83dec33

2012-07-24  Matúš Kukan  <matus.kukan@gmail.com>  [b12954531953fb8ad585847fe42677d714991ef1]

        tubes: init TeleManager in desktop
        
        - register clients when we run --invisible
        - create ScDocFuncSend only if we are going to use it
        
        Change-Id: I7e33cd5a2e42e34a055146dc6c2bdac3657d6529

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [22d551b3f636c15468e9411b93872f7ab3aecdea]

        Check for makecab in case we are cross-building .msi.
        
        Change-Id: I57cb8cc9d0173c50f789533a479d55972bdb14b4

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [f7fd0e0198bd78c4af07918f5c900b898d4f13a6]

        Kill FORCE2ARCHIVE.
        
        Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [cd93b227491a1e481452e79aee18b52fc558f368]

        Allow specification of --with-package-format=msi regardless of EPM setting.
        
        Change-Id: I32c80cb7ffd6cedee854d03f198f21afd94a664c

2012-07-24  Jan Holesovsky  <kendy@suse.cz>  [063afe5104a4db1d97a3bcaa215f5fe87698ed70]

        Check for the msi* build requirements in configure.in + update README.cross.
        
        Change-Id: I0da3e604ebd0665c5405174957d852677195126b

2012-07-24  Thorsten Behrens  <tbehrens@suse.com>  [67e3e8bdb42603261de7b9e4b21dd0846d6ae6d5]

        Fix fdo#51943 - prevent lose focus event to close popup.
        
        This is a follow-up bandaid for fdo#48096 side-effects, which in
        turn was a band-aid for side-effects caused by ooo-build's
        toolbar-decorations-svx.diff.
        
        Fix instructs vcl to not auto-close the floater on losefocus events,
        which at least on OSX comes _before_ we even see the mouse button
        down event.
        
        Change-Id: I21896c4169addffdf2af920a37e0e3786438cc4e

2012-07-24  Muthu Subramanian  <sumuthu@suse.com>  [1360309e64f8bbb21e23c94a65ada4aa282e1eb3]

        "Send via Bluetooth" (experimental) feature.
        
        This currently works only on Linux as of now.

2012-07-24  Michael Stahl  <mst@openoffice.org>  [5a243f140975167aa5c42c95b30edb1cdb1ea639]

        hwpfilter: improve text import and error handling
        
        Change-Id: Ib74b96200c9d57f55fc0d32b638601c64e7eb6fe

2012-07-24  Michael Stahl  <mst@openoffice.org>  [e5762c8488e233ac7de394d631202d452b1c92a4]

        mhu24: add comphelper::newArray_{null,ex} helpers
        
        Change-Id: I5cba60c8a14fc8d0adc0c4c5273aabbdd9830f91

2012-07-24  Michael Stahl  <mst@openoffice.org>  [84052694960b34371e9e82ce3c8fbcdc3d1ab9d8]

        better page descriptor handling in RTF
        
        Change-Id: I88384cf3a059c9988499b63512aafd411cf0dd9a

2012-07-24  Eike Rathke  <erack@redhat.com>  [3536fcd999f16525f20a1fff5c2512b565511d7b]

        prevent crash in malformed pivot table loaded from .xls
        
        ScDPMember::GetItemData() unconditionally returned a reference to a
        ScDPItemData pointer obtained through ScDPSource::GetItemDataById()
        ScDPTableData::GetMemberById() ScDPCache::GetItemDataById() that can be
        null for malformed entries. Changed ScDPMember::GetItemData() to return
        a pointer instead and adapted callers to check for null.
        
        3.5.x in ScDPSource::GetItemDataById() had a check for null pointer and
        added an empty ScDPItemData element to the cache for this case and
        returned the pointer to that entry (marked as todo). This is not the
        case anymore.
        
        Change-Id: I241c232d7182f5d58e8531af540e69b26ab4888a

2012-07-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dbbc38c174e8a924e2f26b9c21c84cccd17b8d08]

        Fix endless loop in libvisio with text fields in VSD6
        
        Change-Id: I6aca4a6199adef986ef3de8593470eca1870a1f5

2012-07-24  Stephan Bergmann  <sbergman@redhat.com>  [f05a2ee6135b344142019e4becc55e9453dab668]

        More warning C4702: unreachable code
        
        Change-Id: I55930c0579f624cbd9d26ac21e41445ea6ae089b

2012-07-24  Uray M. János  <uray.janos@gmail.com>  [c55a4639d27957ee96c59269d894d169fa2b7b34]

        fdo#52223 fix Object Catalog in Basic IDE when resizing
        
        Change-Id: I96861bfcf7c0da6dd94c50acd673dedb14d15204

2012-07-24  Laurent Balland-Poirier  <laurent.balland-poirier@laposte.net>  [b0a727729d909fc26898dd0fd29a81834111a147]

        Correction of context menu entry for Math arccot function
        
        Change-Id: Ie44783111553d99bc70db81b7b0a31d3b72b254a

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [01ee7955fe6d0e25c325717fe7d5dbd56e28983c]

        More helpful description for this option.
        
        Change-Id: Ib9399719d3d055c98108811cfb29dfd6f6dd9095

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9b2d4348e1659cebdf560626a3b6c00263c6b1f2]

        Unused parameter.
        
        Change-Id: Ie76561a2c8e5d6a8613e948620503f42ad73a207

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a8f10ddb4bfbbf76590102bbcaa10c9aa2c0af3]

        Honor the configuration option in the interpreter.
        
        Change-Id: I686d1f3703cbb122e1b3ed010a727163be2e942a

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [22cf0759547aa1803f77dbd3ee91774600dadc6f]

        Let's not forget to set the description for this option.
        
        Change-Id: I9441ef145b62b84c1b4b8dd6ce85d6c0744f3103

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f4b517ce0a82c0015d6723dfb2f4c48cf981c90]

        Handle saving to and loading from user configuration.
        
        Change-Id: I81730077322b8890726da4d033f034c1266afa76

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [253fad3580761d3d53e6b352aa3b7aeaa3810eee]

        Add a new configuration option.
        
        Change-Id: Ib9ba5a2b269a2e20f8ba3703e8efc496357911ef

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2ee9a0adacb6b163591ff0cbc1a0843c478403fb]

        Using ScCalcConfig throughout saves quite a bit of code.
        
        Change-Id: I697b03d603a99cdb58c31d78447bbed10230311e

2012-07-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4e8552993aed7caaa247bb1baf6168ddcfba159a]

        Add new formula config option in the UI for "treat empty string as zero."
        
        Change-Id: I116857ee8b377c80707efbc76fcfa06c3e46201d

2012-07-24  Takeshi Abe  <tabe@fixedpoint.jp>  [7727f93d7dca7ebffc7bcf3ef82cbefca8599eee]

        Remove unused argument
        
        Change-Id: Ida75dce28b876abf4aec8dcae8ad60ba89063b59

2012-07-23  Arno Teigseth  <arnotixe@gmail.com>  [8cdd150a0aae3ec3b2829ad6c45da5cb58f1bcc3]

        Fixed multiple attachment passing to thunderbird: file:// part needs 's
        
        Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264

2012-07-23  Matúš Kukan  <matus.kukan@gmail.com>  [db9630667061789106a5864300ca73d83d04aa73]

        tubes: do not include telepathy-glib.h in public headers
        
        Change-Id: Ib2c88f2f1fc1c9ebffbbdc9896045c3d1e5b719c

2012-07-23  Matúš Kukan  <matus.kukan@gmail.com>  [abeb02c02d6d2cf5ac48d75b04563d3376d71677]

        tubes: create TeleConferenceImpl to hide more details from public
        
        Change-Id: If1be001e336991218893e3bc455a16e73ecaab0f

2012-07-23  Matúš Kukan  <matus.kukan@gmail.com>  [955bbbb54c153dc50daca1f35d738acfe1d823a5]

        tubes: get local callbacks out of class
        
        Change-Id: I7e43d9990827c4c7d86d947e7d71a94b686642fc

2012-07-23  Matúš Kukan  <matus.kukan@gmail.com>  [a83d916085350cd44dc2d0f575f3a6833404abb0]

        tubes: update unused build.lst
        
        Change-Id: I98842967fadc26efe8295e3acf3bcfc513b68591

2012-07-23  Michael Meeks  <michael.meeks@suse.com>  [7ba03350e8392f1b7de7cf0258ab5b45c63483e4]

        attempt to fix compile by avoiding make_shared.
        
        Change-Id: Id34b1cca10108334533eb900f5a1cf03c93fb0f4

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [f9d86d0bc2dd1c2b93f1de47379e65be0a1eaf42]

        Some clean-up
        
        Change-Id: Ib515db3b5e3bc77a397d24ed7ec1ed446f2998a2

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [55c390d526a1877bc5370d94338b9ebd75a9f3da]

        Properly fix -Werror=unused-parameter
        
        Change-Id: Ia526b347e977836226bdac2b9741fa95e38e9788

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [5a639557ae6e0e752e68de8e831fef3166c80a3b]

        -Werror=unused-parameter
        
        ...and no need for ScDocFunc::UnmergeCells to be virtual---there are no
        overrides.
        
        Change-Id: Ifc8083926d7b5cb22bb3a28e6b2cc29658d07ebf

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [593580f2e5ce4f3c2d234b5ccb5a9371f5424e63]

        warning C4702: unreachable code
        
        Change-Id: I37863a76a051566ca97d8de5a5cfe35cf4dc5be0

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [c7d590293eae63bcd86bf48f58b3d563b8883511]

        implement import of RTF_{MD,MDPR,MBEGCHR,MENDCHR}
        
        Change-Id: Ie671977d523e1fb7142f62ca2d8d47e65082d3fd

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [43e4ae79f2c09e0fe596a7dc96eb9f2498439490]

        implement RTF_MBAR{,PR}
        
        Change-Id: Id5acca5c734f69797d5c19fdcfc0ccb4717127f6

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [31c4ac62dba8f8312ae094def9dfae4cd3fdc05a]

        ah, dos format breaks some patches
        
        Change-Id: Id99429366485924ff35da63ebde1b5df11419d58

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [e7ffa3e2d36a800bf2f2d91ca6d08887a21caa31]

        my patch applied it, other's don't, so regenerating
        
        Change-Id: I7ffd382b6aa3954bc346d1ecc45607a417ad2509

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [fd11c723d0bbaa50421baf98062933335ec079ab]

        rtftok: cleanup - use M_TOKEN() macro
        
        Change-Id: If51def3c7c798104fd6dec9cf38473e5d70420fc

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [2a7e3836733c0af54b9d337e55cc32cdf58cdd6d]

        implement import of RTF_{MACC,MACCPR,MCHR,ME}
        
        Change-Id: I5521bc3dc58b096dd80746a0af9c9d5e24ffe4a3

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [4a62512086fe71d98f3de95706ab1350625a7616]

        oox::formulaimport::XmlStream: allow avoiding XFastAttributeList
        
        Change-Id: Iba0ad5ae72920f27e8a443a043c5891b102aee98

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [b8b792babfa63ce2f59104117c961e96d8e265a7]

        Related: boost#4127 strict-aliasing rules warning
        
        Change-Id: I9b4f9009c29276054ff94a427adf51c2094377b5

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [a1cb33edbbb03bbb5f856d8c180b8ad97bd708b0]

        Related: #i13494# regression tests for word iterator
        
        Change-Id: Ifad0a8ae01386db80a5eca9dfba8ee6841980139

2012-07-23  Arnaud Versini  <arnaud.versini@gmail.com>  [ba47dd6f03cfea17ae1117598bed8fe4e7d18a51]

        Don't use a mutex for gethostbyname_r on Mac OS X
        
        Change-Id: I5b8c7901266ae73d95626e98116b9a3b43710642

2012-07-23  Jan Holesovsky  <kendy@suse.cz>  [17ddd27bf543eadebe3d950b5184ffce48bd5014]

        Use config_host.mk.source when configuring 'build' for cross-compilation.
        
        Change-Id: I2e6e2a98bbaf515ececa75948d6b20bf9a093fe5

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [6a90d4ec8afd1e58c9b69f4de1364d5b5624300b]

        -Werror=sign-compare
        
        Change-Id: I6be5df685575c6909d4adfcee0ccc4fb0bd4b600

2012-07-23  Michael Meeks  <michael.meeks@suse.com>  [20ac67f06bc1a21a52e0843de3139d3d6133e4de]

        WaE: misc. fixes.
        
        Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe

2012-07-23  Mathieu Vonlanthen  <mat_von@fastmail.fm>  [0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b]

        fdo#48549 System::Beep() removal
        
        Change-Id: I8fe133dd8d1f759fbe21d47ae358c0b5451812b5

2012-07-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [65e2c77e762a667b965ab3dc2bcaf8b8d1a0bc91]

        Build the cross-msi-tools if winegcc is found
        
        Change-Id: Idc58b314a0721507e80e7b0e6216f29090f1d347

2012-07-23  Michael Meeks  <michael.meeks@suse.com>  [d5bbd67f675be962e294c24ee8b6ecccd1f341e8]

        fdo#47368 - fix one potential re-enterancy hazard around even emission
        
        Change-Id: I8be50fb82d1333731dae825b1785e981fe69adbd

2012-07-23  Uray M. János  <uray.janos@gmail.com>  [2ca73bfbf46332bcd52619e2e82e6a2a744eaa8c]

        fdo#47957 refactoring and simplifying the color config settings
        
        Change-Id: I508aeee3176caea7e61ba95198233f14d3528de1

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [abf0ff683bc87fe6b2d88df0ae101d89740d6238]

        Avoid confusion in 10.7 SDK headers in at least Xcode45-DP3
        
        When building with MAC_OS_X_VERSION_MAX_ALLOWED <
        MAC_OS_X_VERSION_10_7, <CoreData/NSFetchRequest.h> does #define
        NSPersistentStoreRequest NSObject (i.e. as a dummy) and does not
        import <CoreData/NSPersistentStoreRequest.h>.
        
        But <CoreData/NSIncrementalStore.h> doesn't do anything similar, it
        imports <CoreData/NSPersistentStoreRequest.h> unconditionally. So if
        <CoreData/NSFetchRequest.h> has already been included by then, it will
        end up quite confusing.
        
        Change-Id: I9de6885ea444a73bf5fd50aa6a3d132b9fcc2f31

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [59fa9d92972e60ef5d7278454d584dae582401c0]

        Define also MACOSX_SDK_VERSION in compilations
        
        Change-Id: I1f9810b1230c4e3e5ca0571e5392297c1daf6a47

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [6ffe20407f6dc599a309183dcb68b83616f1dcc6]

        warning C4101: unreferenced local variable
        
        Change-Id: I8dcd71b73204d37d3125e38b6983af430fa4570c

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [a4967e4a7563e1d1bd43d1560ed95b9f6bbf58cd]

        Assertion clean-up
        
        Change-Id: I234c615d9d3386da2b244709add5c029b76d346c

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [682cb83ed59233decbeeaff68c4d871442b58bb1]

        Resolves: fdo#50975 rsvg_handle_new_from_data calls rsvg_handle_close
        
        rsvg_handle_new_from_data calls rsvg_handle_fill_with_data which itself calls
        rsvg_handle_close on success, so we don't have to.
        
        And older versions of librsvg (e.g. 2.16.1) don't protect against
        rsvg_handle_close getting called twice, although new versions do,
        so we crash on e.g. RHEL-5
        
        Change-Id: I451075e50c9c2c7b07289356d7a92eb55db82f9f

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [4ad9e3f5be10bde030338f744d56ffa6c7736bd0]

        implement import of RTF_{MOMATH,MR,MF,MFPR,MCTRLPR,MNUM,MDEN}
        
        Change-Id: I4d0d9df26de1ef52a808c82d89a8404c98ef7bc4

2012-07-23  Miklos Vajna  <vmiklos@suse.cz>  [e7e2b7daadeb901bee3d644dd0faf701d3ca34a2]

        RTFValue: extend to be able to store embed::XEmbeddedObject
        
        Change-Id: I6218be1f4afe22665ab85f7d731e1c1567bb2c8e

2012-07-23  Michael Stahl  <mstahl@redhat.com>  [02e80d2e431a57ad775a674eb3cfcd6cec53e09f]

        fdo#39812: Writer: fix collapsing merged table border painting:
        
        Create a table with a merged cell like in the screenshot in the
        bug, with a SAL_DEBUG in SwTabFrmPainter::PaintLines the following
        lines are painted:
        
        debug: paint start
        1 debug: start: 2749,1488 end: 12387,1488
        2 debug: start: 2749,1945 end: 7567,1945
        3 debug: start: 7567,1945 end: 12387,1945
        4 debug: start: 2749,2015 end: 12387,2015
        5 debug: start: 2749,2542 end: 7567,2542
        6 debug: start: 7567,2542 end: 12387,2542
        7 debug: start: 2749,1488 end: 2749,1945
        8 debug: start: 2749,1945 end: 2749,2015
        9 debug: start: 2749,2015 end: 2749,2542
        A debug: start: 7567,1945 end: 7567,2542
        B debug: start: 12387,1488 end: 12387,1945
        C debug: start: 12387,1945 end: 12387,2015
        D debug: start: 12387,2015 end: 12387,2542
        debug: paint end
        
        *11111*11111*
        7           B
        7           B
        *22222*33333*
        8     A     C
        *44444*44444*
        9     A     D
        9     A     D
        *55555*66666*
        
        The problem is obviously that the Y coordinates of the lines 2, 3
        and 4 differ; they should be on the same Y position.
        The problem here is that logically horizontal lines must be painted
        not centered but "below" the line, and It turns out that
        SwTabFrmPainter::Insert cannot correct the positions properly to
        do that, because it only looks at borders in a single cell.
        
        When using the UI to set the borders, we get (for innner table borders)
        only a bottom border in the cells, but no top borders, so the
        top position of the logically vertical borders needs to be corrected
        with the width of the bottom border of the cell _above_; a symmetric
        correction of the bottom position to the top border of the cell below
        is also necessary.
        
        Fortunately if we just leave the positons alone in Insert then
        TabFrmPainter will eliminate duplicate lines with equal positions
        and so it's only necessary to correct the positions when actually
        painting the line in wTabFrmPainter::PaintLines,
        where we have the neighboring lines available.
        
        Change-Id: Ia8519f6673db0f3a1ecaa68038896cac39609129

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [8f8edfe737427880dfcee7296186d449f243c5d8]

        ATSUI is not present in the 10.7 SDK even if one builds for 10.6 or earlier
        
        So use the avoid-ATSUI patch dependingh on (the newly added)
        MAXOSX_SDK_VERSION, not MAC_OS_X_VERSION_MAX_ALLOWED.
        
        It is not clear (to me at least) whether for instance building against
        SDK version 10.7 but with MAC_OS_X_VERSION_MAX_ALLOWED=1060 ensures
        the resulting binaries actually work on 10.6. Somebody should
        check. If it doesn't work, we should add a check to configure.in that
        the min-required and max-allowed values are not less than the SDK
        version.
        
        (If it would work even for MAC_OS_X_VERSION_MAX_ALLOWED=1040, we
        would not need to require the increasingly obsolete Xcode 3 and 10.4
        SDK for "official" builds.)
        
        Change-Id: Ia7088a26024ed288db55fa734465138d44d2ae12

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [a34126985b7b9fdb86f1bd134332b203b2d1a256]

        Propagate also the OS X SDK version we are building against to the environment
        
        Change-Id: I3c1137bdb1186df773a92c34267b2324ad43ae7e

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [4b5f1d7b2d095e4b41434658b376b6de422bf573]

        WaE: unused variable
        
        Change-Id: Ie355701716c7106ef2afd76ae8b6544a00ac474c

2012-07-23  Tor Lillqvist  <tml@iki.fi>  [9d1263d108244c172e682624557ca4d23ddfcd10]

        Use xcode-select -print-path for 10.6 and 10.7 SDKs
        
        Change-Id: I79d71c682c07f49b70c6791953c000868bf65cd9

2012-07-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e7cfbfaedc747a9c7bfabf891897d36b741a765]

        Eventually build the lanedo msi* tools soon
        
        Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2

2012-07-23  Kristian Rietveld  <kris@lanedo.com>  [84546683fd91ca211063f7ee39df96958ede9041]

        Rename FieldEntry to WW8FieldEntry
        
        When compiled with Clang on OS X, the OS X dynamic linker appears to be
        confused about which FieldEntry destructor to call at runtime. In some
        cases, the FieldEntry destructor in register/source/reflwrit.cxx is
        called instead (both destructors have the same symbol name). This patch
        avoids this problem.
        
        Change-Id: I7d69894318cb8fda0a7c5a9b1c2ff3ca0d47a37c

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [9763d60d640c7ca0af0951fbe4464aed41e91fe8]

        callcatcher: update code post some stl conversion
        
        some big hunks melting away now
        
        Change-Id: Ic74870cad06a2322e98bf1a66287a9b29a7b003e

2012-07-23  Caolán McNamara  <caolanm@redhat.com>  [961305e072417abb47d352e04db12df15499f56a]

        callcatcher: Gallery::GetImportURL freshly unused
        
        since 6d6198393e0677710191248d6f7c9ec15d0f0e0f
        
        Change-Id: I8c08088453027ab7aa0ca964262456475f767a5f

2012-07-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ed8cb1ae0ff1537d2885c2d3cde50a2b6dd4a29d]

        Check for uuidgen and for winegcc
        
        Change-Id: I38c92dad50fd13dcd32a07feed860eb60349c080

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [8ee7c47404cdf408bcd3b6ea0267fbe54193c93f]

        Make rtl::O[U]String::isEmpty return true bool
        
        ...instead of sal_Bool, to work around MSVC warning C4805: unsafe mix of type
        'sal_Bool' and type 'bool'.
        
        Change-Id: Ia3477539ccc23aa9daec49d633f023d414f2b4bf

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [acf134e19895489991d5fc088f06f69d638c5252]

        -Werror,-Wshadow (Clang 3.1)
        
        ...where a local variable in a nested class shadows a member of an outer class.
        Fixed by renaming the relevant outer class members as "m..."
        
        Change-Id: I6caa33914ff1060e08f66eadde879fb7b4e3e7cc

2012-07-23  David Tardon  <dtardon@redhat.com>  [4d05a50182587ee2c63b6911206cbd6c3287c180]

        mark more one-param ctors as explicit
        
        Change-Id: Idf923e4a1e81a2e2e9c7107e4b6725bd9eb33e38

2012-07-23  David Tardon  <dtardon@redhat.com>  [d067102af8cbe1f95fb2f0458df891bd38210723]

        fdo#52015 do not crash importing connector to table from .ppt
        
        Change-Id: Ib7d7860cd422b28b6987f94da0a9c664ff7dfde1

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [6aff9717426db96f41ab04cd96da2b5d074625e1]

        Bogus warning C4701: potentially uninitialized local variable
        
        Change-Id: I51caaca911f71788940260bd63d3854526d7473f

2012-07-23  Stephan Bergmann  <sbergman@redhat.com>  [f86d51e1bc15e46090a59cfa10b71055ceccd381]

        -Werror,-Wunused-parameter (Clang 3.1)
        
        Change-Id: Id384aeda51bcbba9aefdb242db386a30ae991c30

2012-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9e58e29f65df820d133022c5cb15387075d6b37]

        second fix for WaE
        
        Change-Id: I127776bc0a1583107591c9a7abb7c2a5036c5839

2012-07-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b2d5d75ed8c2a8876e196593b1793798ce45441]

        fix WaE on Mac
        
        Change-Id: Icf73d7fd29900a59652b32060e0d66db5c75ad32

2012-07-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a26388f34feeec9568cbdcbad78fd5cd881747c]

        show expression for formula condition in manage cond formats
        
        Change-Id: I04cda5ba5b248ef7938d36b5af6003ac89642e42

2012-07-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c53e5a7dceb78980960504515881281c8e40bcdf]

        add missing string for "Formula is"
        
        Change-Id: Ie2c3dae7ebe3181cb8bb85869882a4eed4a07c14

2012-07-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [669784c6653732fd2ad43024332957d5df5652bb]

        use correct source table for cond format paste, fdo#52340
        
        Change-Id: I7c4cb1a5f31ba9e37a280af2243a13c57914cb2f

2012-07-22  Luboš Luňák  <l.lunak@suse.cz>  [1ca7d3432c288f86710fff53674a021ef5e8e8ed]

        install-tb target has meanwhile started using the .zip archive too

2012-07-22  Thorsten Behrens  <tbehrens@suse.com>  [4f5a9171ef2093fdae595674dc1b3ab2868cc8c8]

        Fix fdo#50631 - have GetTextBoundRect() properly rotate bounds
        
        Earlier fixes to AquaSalGraphics::GetGlyphBoundRect() are
        ineffective, since this method is not even called from ATSLayout.
        
        Change-Id: I877fe5711167f6e28ac7a8153826878359f8ed42

2012-07-22  Luboš Luňák  <l.lunak@suse.cz>  [1bdb0801eb9315a3f844aa0200f001e667953483]

        'make build' again generates .msi on windows
        
        This is a partial revert of 0ec45dc41dd4872482b817387f253d6fab6bf20c ,
        mainly for tinderbox nightlies. The .zip for dev-install is built
        only in dev-install target. But IMO the build target is broken
        this way too, I don't see why the .msi has to be built already there
        and not in some install or make-msi or whatever target (it's pointless
        in build target for a developer build).
        
        Change-Id: Ifd63066499b67fa446127193b243d893d497b451

2012-07-22  Arnaud Versini  <arnaud.versini@gmail.com>  [51065497ea83e90764860784dc6e193faaf0d673]

        Cleanup memory managment and constructor in SpellChecker
        
        Change-Id: I086596bc54cada121f5eaaf8f4c0f12e836b3ac9

2012-07-22  Luboš Luňák  <l.lunak@suse.cz>  [92b016c45a61d0aaff619e71e3ce31ce04f573bf]

        remove using rtl::OUString
        
        Change-Id: I437559c82d99adba2221f7511a7b879682b4b67d

2012-07-22  Luboš Luňák  <l.lunak@suse.cz>  [b945ef68a3c9ec04f695ed761f616959d1a3e27d]

        clang doesn't need/know -fuse-link-plugin for LTO
        
        Change-Id: I63843c335e4c0c3f7ddd15a13853c83db3218649

2012-07-22  David Tardon  <dtardon@redhat.com>  [00f4aabc86f35ea2f12d21cb6e69b0a794ef8d4d]

        fix typo
        
        Change-Id: I663127446e7d9a38693ce46a7a42b5bec8cb8d51

2012-07-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [6500299e16baaa72403243e4741080999cce4580]

        for install-tb do not install gdbprinter with symbolic link
        
        Change-Id: I7b90d049cb1a809c028fdf37577f3b8c8b2c3835

2012-07-22  Matúš Kukan  <matus.kukan@gmail.com>  [2b2099cbd20d98caa16d8c08a3d94b8e5e34d264]

        tubes: do not crash if there is no TeleManager yet
        
        Change-Id: I042c773f071d336c7d402ed7bca2a33b3a998d50

2012-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [1fe939da1dd34103a4259e072b78508bb15e5cfc]

        tubes: small cleaning
        
        Change-Id: I15337276f21febba44b84d3618fedfc08013a3da

2012-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [389285178f58f6cb49075e22fbaa4d111a2af517]

        tubes: do not include file-transfer-helper.h in public headers
        
        Change-Id: Ie66069a37c70b43cbee34130b5b63967a1c9f033

2012-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [4d8e800d05683434637ffc9610905a1b89427f1d]

        tubes: remove TelePacket, it's just simple string
        
        Change-Id: Iabfb50454c573ac9c01aba1b309822c4ef6fcc73

2012-07-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [20b8d8957fad3b909151bb9c2aa8fb4b3adcc705]

        add install-tb target to do install for tinbuild2 to populate bibisect
        
        like dev-install except that it does not use symbolic link even on linux
        
        Change-Id: I5d8e96caea5070e50765d6cc498c7120747ab1a1

2012-07-21  Miklos Vajna  <vmiklos@suse.cz>  [75c0acd024e225699f47a4225453b92cdad54531]

        writerfilter: rtl::OUString -> OUString
        
        Change-Id: I1577c1bb8a3dc498b647b930d405c90f80eafaf9

2012-07-21  Miklos Vajna  <vmiklos@suse.cz>  [2747303afeef33f3b71b33642b6bde259194e867]

        dmapper: rtl::OUString -> OUString
        
        Change-Id: Ib14cf2731a451226deb4aa27fd05420a0daaba4f

2012-07-21  Matteo Casalin  <matteo.casalin@gmx.com>  [ad6b352bffdba5c45fa0915c7fdf8f5460409fc3]

        Cleanup sound.cxx
        
        Change-Id: I6aeb437a034c8c9e5ab7583d608d098912068f72

2012-07-21  Matteo Casalin  <matteo.casalin@gmx.com>  [72ee894e1ede17e0b3300b2da4b2f63bd20961a5]

        Do not include the same header file in both .cxx and related .hxx
        
        Change-Id: Ie1a9227189ec1f3c2de1b81bec99b4267a5fee1f

2012-07-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [1659bbe4298652972f3b8e517f60e7d4e698bbf0]

        suppress distracting message in ./g on some platform
        
        we use perl to determine the absolute path of argument thought to be
        fiels. but sometime they are not file at all and that call 'fail'.
        The code is meant to deal with such case, but
        on some platform that produce a scary message on stderr in the
        middle of the build log.
        This hide these messages.
        
        Change-Id: I52d43e0b26847ab091d76fd446a05c4d84836a77

2012-07-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cb4c69121a7ca4db4748a78a16d87aaadb3aa9fa]

        fdo#38887: SmNodeToTextVisitor: use braces for nested scripts
        
        Though it is unclear why everything is wrapped into SmExpressionNode. But still
        it is so, the patch will work.
        
        Change-Id: Ib62f1a148c737ad110f659f73181ed51e02b8594

2012-07-21  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5a14b6bb09bd054589deec1a58d96fe5fc562f0c]

        Use correct date/datetime format for formula cells and value cells.
        
        Change-Id: I37816eba909caa71aca95c5181daeea1751b6c5a

2012-07-21  Daniel Bankston  <daniel.e.bankston@gmail.com>  [98435468618e2a3c16132c3e870a59a017131a4e]

        Revert "Distinguish between DATE and DATETIME formats in ODS import"
        
        This reverts commit 4e5c55afee36d02bdfe4c0fb09e3b42e9eadb6c5.

2012-07-21  Daniel Bankston  <daniel.e.bankston@gmail.com>  [9608fb0e3d3a623c7cd27c6d43893cd3d7e68f96]

        Revert "Fix cause of osl warning"
        
        This reverts commit 59b32886a48954f9dad96b3329d172ac73aaa065.

2012-07-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87404d2671e78225aa91ead79ebf7191f6317a16]

        It's much faster to pass value array in one go than individually.
        
        Change-Id: Iaf58915ab5c56ef5707f3a90a308c8b57cdc4fe9

2012-07-20  Rafael Dominguez  <venccsralph@gmail.com>  [86f7066c0921df5d9fa2a1d4c07b175fb0fb49c9]

        Display correct view when searching and position online view below box.
        
        Change-Id: Ib58a48c3cbd8aaba38f053bf0a646d6c267f7909

2012-07-20  Rafael Dominguez  <venccsralph@gmail.com>  [8d1e1177bd41f342d934f3ef47018a4651a390d5]

        Make command names shorter.
        
        Change-Id: I2e258ad84aafd17121f86bdc8b8b1aa24b24e709

2012-07-20  Rafael Dominguez  <venccsralph@gmail.com>  [82dad7f68ab05e55cc2e7e0f27026419e04e0622]

        Make TemplateDialog modeless.
        
        Change-Id: I71f923112e932b9cbee9f084581b7a5cdd878510

2012-07-21  Eike Rathke  <erack@redhat.com>  [369c76f325bf3d998bab0b069a5a4e6112e2d32e]

        print full inheritance
        
        Change-Id: Ia53fcbde6b3ff4d38b477069a1f956c9aef84f78

2012-07-21  Eike Rathke  <erack@redhat.com>  [61c1af3336e91144fadeffe1a479e2a0f10cdfd1]

        make this extensible and do not omit inherited without patterns
        
        Change-Id: I97a554169637740aab4282b303a32f476f294e2f

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d039b0070d62a54740b3f88d52debe3d5f4d664c]

        second test for ScDocument::FindAreaPos
        
        Change-Id: I215a33d6a1e38ad3edcb92e160e90f7d04db08f1

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [40cfaaa73887045230f9508e8330ce267390fe6b]

        first test for ScDocument::FindAreaPos
        
        This is the first step into fixing the cursor navigation.
        ScDocument::FindAreaPos contains still bugs in the handling of hidden
        rows and hidden columns. This test checks only problems with rows and
        moving downwards.
        
        Change-Id: I204064a96a1abdb8ab5f46e395f8f7c391fb4824

2012-07-20  Eike Rathke  <erack@redhat.com>  [38feb1ef3840a7c4aa8b70e4d1570675697a53ae]

        include locales inheriting patterns
        
        Change-Id: I06f4578f6d681064a8e41e4bef45a7034b7b5a64

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [179283359fe6167a6a499fe2abd4800ca142755a]

        tubes: use SAL_WARN SAL_LOG
        
        Change-Id: Ic0c291183c63bb5c4a0a7e54f80c3c8f23349a3d

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [6f606f8064d8dc7daa60960151da71943361d394]

        tubes: remove unused parameters
        
        Change-Id: Ia1c683f5b9245d1673a610901636921619f47406

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [baa7114906108b655f09fcd6d6c593d3212967bb]

        tubes: clean up commented out code, headers
        
        Change-Id: I5962fb38d2320199e9c45c6f339131755f817960

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [57e5be3fc356d9512007c92d7eb34eb41f6570a4]

        tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceived
        
        Change-Id: Ie2ab2c2d545f6fcbdc21171868c99b1756c90792

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58d4ab69112ca1e1125b59a908fc48bb2f92c08f]

        adapt csv parser, don't trim whitespaces
        
        Change-Id: Iff43b5971bbbd2fd31e7dac5e99f2c94c5d75f4c

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dbad63f5a48b037c0187ea63888bd43a42796917]

        enable the csv import test
        
        Change-Id: I15d5a66bbd6daf91f01bc6c075978aea83e04b9d

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e3df9695ca5bd74fe16953510a5670cb806ac39]

        don't trim whitespaces in csv parser if not requested
        
        Change-Id: Icf8cfec3093651661c0a2b477e955bbc0fac93fe

2012-07-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3ccd2a487ab2f2550dc33dd87df045917b0c13c9]

        cache calls to size
        
        Change-Id: I7bb009e1250111f1c05c421ecfb5b62a75ab88d0

2012-07-20  Michael Stahl  <mstahl@redhat.com>  [7c10706845e3b2924152c831b35a458078dc274f]

        idlc: do not use -I., deps need absolute paths
        
        (regression from 63c508e3e86a140e35161c45d2be97779746f6cb)
        
        Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [c69bd0ead5852967492046caa311732ebe549a7c]

        SwXTextField::attachToRange: avoid unnecessary dynamic_cast
        
        Change-Id: I76aab7b0405db206fa03e03021ac872fc435eec2

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [f573b16e7b4909d5cae129cc00f50be4b06b468d]

        SwDoc::DeleteRangeImplImpl: don't touch fieldmarks when undo is not available
        
        Change-Id: Ia7fa4510a874a518c8bff3614a38425ee7802ad8

2012-07-20  Caolán McNamara  <caolanm@redhat.com>  [8c05d8b827a2c376fb419d8ae7801b6bd6e0ca14]

        fix probable cut-and-paste build error
        
        Change-Id: I71a3ea0fd548bb6dcaf2df823fa3d63026b1b3dc

2012-07-20  Eike Rathke  <erack@redhat.com>  [d0d840c27943f976fd59a673f2de84a10ea475c9]

        fdo#52240 added abbreviated date acceptance patterns for [de-{AT,CH,LI,LU}]
        
        Change-Id: I589cedcd2db0208b03d1e28babbb493912f20c78

2012-07-20  Michael Meeks  <michael.meeks@suse.com>  [d3c4d9a0f828d42ee6cd0768607ca08b21669d70]

        android: x86 porting work.

2012-07-20  Caolán McNamara  <caolanm@redhat.com>  [e88f6ca683a333d927b1e5a63fcae7a88a01ab6b]

        behind (hinter) -> after
        
        Change-Id: I3bc9ca4e20bfaa5d14fbd5bbbb827444071b19ad

2012-07-20  Caolán McNamara  <caolanm@redhat.com>  [6a45bc96f90e853abfab6bd4648f27f0e0d91800]

        very suspicious combination of used SbxValues and unused aRes
        
        Looks like a regression from 4d949990ef1438fcae98262519c6af2b47e5ccf5 where for
        every other case we did...
        
        -    XubString aRes;
        +    ::rtl::OUString aRes;
             aTmp.eType = SbxSTRING;
        -    aTmp.pString = &aRes;
        +    aTmp.pOUString = &aRes;
        
        while for this case we did only...
        
             SbxValues aTmp;
             XubString aRes;
             aTmp.eType = SbxSTRING;
        -    aTmp.pString = &aRes;
        
        Change-Id: I106cfbcc0fc0b27a9adcbb243d0d69c65b167005

2012-07-20  Caolán McNamara  <caolanm@redhat.com>  [bfe1aa0e79cd1b849721760e89f254870b3f8000]

        XubString->rtl::OUString
        
        Change-Id: I584ff580e3c8eee401f07c858ecbd63e5b0bf980

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [9c497e9ed128f341846072b1c85271d9208290a4]

        SwDoc::DeleteRangeImplImpl: avoid crash on undoing comment range insert
        
        Change-Id: I1e085448fb8fb1227794a5196e954d97af770218

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [81d2dd00391dbc8a040e5c1f3059121863269d2c]

        gdb: add SwIndex pretty-printer
        
        Change-Id: I452038a80f9a091f2b7af36d236cebd5f176b5e9

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [0a31b57050b7f73e51d344a413f0171a8f6a2afd]

        gdb: add SwNodeIndex pretty-printer
        
        Change-Id: I6d233c2cf715021262a5de1bdc76f68b7eb17db3

2012-07-20  Horacio Fernandes  <horacio.fernandes@gmail.com>  [6ee666c53da83982784ea59894479a8b93c8ecd7]

        Support for the checkerboard transition animation in SVG export.
        
        Ported the class CheckerBoardWipe.
        
        Change-Id: I990c8f417c64d22ef87c1007887e630ac19a7083

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [e5a0755bc2f8129cb854367740a02c859555c033]

        new does not return null
        
        Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [91a6ea5d6f75846983ab53ef477aa063786ac3fe]

        Unnecessary sorted_vector_compare
        
        Change-Id: I813629a2614f99035ab1b873ee34c203729c7367

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [1ac4c2cf795e5bc2883ae0a76955e981fb1edee2]

        saltextenc.map is unncessary
        
        ...as sal_textenc lib is not part of stable URE interface.
        
        Change-Id: I5aeacd7668cca36f900aede4012d508217f3ab46

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [c251673851b72c3b516dee6db44f1e7a8854aeb9]

        fdo#38244 comment range odf import/export testcase
        
        Change-Id: I8cbaa30aa222404f55f5ff49474cf93e8b1bdac2

2012-07-20  Kevin Peng  <kpengboy@fastmail.fm>  [eccc5f97ba245faadf61cf4577b21d4f8da6460d]

        fdo#52293 Changed "discreet" to "discrete"
        
        Change-Id: I305883239dbcd6f46d6ed5614c4968e0b59055ca

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [2fe8ce572222e90327cfeed6b7da07a2c57bdbbb]

        SwXTextField::attachToRange: don't generate new fieldmark id on each import
        
        Change-Id: If7256136cde91279ad8b684da1b7bf1666bd1dba

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [d4b473dd9ba77427b28d97847067b8877c2033d9]

        office:annotation-end import
        
        Change-Id: I8d1475b5bc9a36dade5ce28e74139834c69f8e14

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [8d9991c97a3e9574d7424aa3d295e5b6b2830bda]

        TextFieldmark::ReleaseDoc: properly remove text fieldmarks from SwDoc
        
        Change-Id: I7b11cf78f106807561be77c51641796319aaf636

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [672ca6077ff9f65f29e0d7521149595f4eaf7a63]

        office:annotation-end export
        
        Change-Id: Idd815f2d10e67ae9cf91f06b6b4c92a0ebe2e856

2012-07-20  Miklos Vajna  <vmiklos@suse.cz>  [b11e923a50ca532016fc0802e1d2dfa53efa0679]

        SwPostItField: add aName member
        
        To handle roundtrip of office:name in ODF.
        
        Change-Id: I35dab189f7b9b8191ca92c647332e2271d4806f9

2012-07-20  Michael Stahl  <mstahl@redhat.com>  [9931d736edfedb9b82a270d754f1ee8a2b134ec7]

        fdo#52275: Revert "mysqlcppconn: work around weird gcc issue"
        
        This reverts commit d3d533c9e45b6badf202a12f0ed266d0168aa636.
        
        Hard-coding -std=c++xy in one module is a bad idea.
        
        None of these gccs give any spurious error in gnu++11 mode now:
        gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
        gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [1e0971c3dd8bb303176f058bcd53682de9241616]

        Support for --with-java-target-version in gbuild
        
        ...had been missing.  Old dmake-based build system did not add -source/-target
        when using gcj (unless gcj really was Eclipse Java Compiler, in which case those
        -source/-target values were tunneled in via JAVAFLAGS)---hopefully all this is
        no longer necessary.
        
        (Also removed a single use of JAVA_TARGET_FLAG that was nowhere defined.)
        
        Change-Id: Ic3596691b622be45e151333981f8f236d11825b4

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [37c67a137882cc1a9e113552dcab42a7d6337358]

        tubes: send a file for collaboration when buddy session starts
        
        Channels for file and for tube are independent in telepathy,
        so let sender create UUID and pass it to receiver, who then can
        bind the document to the channel.
        UUID for tube channel goes through telepathy.
        UUID for file channel is encoded in the filename for now.
        
        Tubes specific CreateDocFunc is re-introduced, so we could set
        current UUID after file is received and when the document is being
        constructed, get channel from TeleManager with this UUID.
        This is not immune to constructing other documents in the middle of binding
        proccess.
        
        Change-Id: I57c7e57a5d7d3ccd7d94677a8cf2719c78baa2fd

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [d41903eb7b6936bbf98639d39ddc7558409d63be]

        tubes: fix typo in names
        
        Change-Id: Ibaab0a1ed5774f400bc14e67742daaf06fcab391

2012-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [904f2de7c653ad49e25ef805d7e3989c6d4b20ac]

        idlcpp was replaced by ucpp
        
        Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [06f20d73da21342046a480a6b22af69901351328]

        Fix SAL_LOG area usage
        
        Change-Id: If8acc5e9fee2730796637dfb505e0c514f96f1a3

2012-07-20  David Tardon  <dtardon@redhat.com>  [42c58d9ce4f33b047feb1e94e60f165360d96209]

        fix mdds breakage in mingw build
        
        Change-Id: Iad7e4c12144799a6b33b3cd39476da5653b1bdd1

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [618376bcb55906913bc76365d7db9b71eb422daa]

        warning C4702: unreachable code
        
        Change-Id: Ie2cc83dde7e0522e0bf669a1dd3d7a8ca680f7e2

2012-07-20  Stephan Bergmann  <sbergman@redhat.com>  [ce60a046d9db7b604bb66e47d683e62ac65a2f65]

        Globally unique symbols missing from some map files
        
        ...after gbuild'ification (they used to be added via solenv/bin/addsym.awk).
        And sunjavaplugin.map is actually unused.
        
        Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0

2012-07-20  David Tardon  <dtardon@redhat.com>  [0d56e73df7decc32f45d375ec8cc9940f8d249f4]

        WaE: invalid conversion from 'PWCHAR' to 'const sal_Unicode*'
        
        Change-Id: I55038545ad740891777075c6fadde9959bd7fa1b

2012-07-20  David Tardon  <dtardon@redhat.com>  [286799f43818b9dc5482720c0cd06eeede568758]

        WaE: deprecated conversion from string constant to 'PWCHAR'
        
        Change-Id: I3500eb6a7ab1c98856a8da13e76135d1073dd6fd

2012-07-20  Julien Nabet  <serval2412@yahoo.fr>  [b37bcdded66ae82c5677fe60d8347b87281f3fa2]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Iba122812b0485f6e8097e1767b64d7ed67f9684e

2012-07-19  Daniel Bankston  <daniel.e.bankston@gmail.com>  [61c39eae570d6d6040b65bfe93127b30e6080cc8]

        Display blank cell instead of zero in matrix cells with blank text result
        
        Change-Id: Id9d17403717e42b91b1f45b0a081e2fb5a27c06e

2012-07-19  Daniel Bankston  <daniel.e.bankston@gmail.com>  [abdffd2e442356782ee6bd947936afc7fb9e4287]

        Add test case for matrix reference cells with blank text result
        
        Change-Id: If00d424ebe0d82284c3281c3362f2a9e52ee384e

2012-07-19  Caolán McNamara  <caolanm@redhat.com>  [218ec3b0cadc5fa505cd8a39a53f2c5729d92265]

        catch consistently by const reference
        
        Change-Id: I206cbf5453fd6b32f3ee6725d29260a8c49a68bd

2012-07-19  Caolán McNamara  <caolanm@redhat.com>  [0daa92026d95a113cf29619aa1aaebfef65b7ce6]

        Resolves: fdo#51772 failure to import a specific .rtf file
        
        In this example the xCharacterStyles->getByName(aCharStyle) throws, and the
        whole import is abandoned
        
        i.e.  xRet.set(xCharacterStyles->getByName(aCharStyle), uno::UNO_QUERY);
        
        so to keep things simple wrap the entire block in a try catch and return
        an empty xRet. Could use the hasByName around the specific failing query.
        
        Change-Id: I4f4970534cc2ff15c7d96ff2ee0a9affcfce1737

2012-07-20  Takeshi Abe  <tabe@fixedpoint.jp>  [390fc89057e5cf8a701846836740be09fd8e850e]

        sal_Bool -> bool
        
        Change-Id: I5b334344a0ead5fde083c952e625d74978f1a927

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [15929afc1a0da30ece4b193f4d2cf327886eb440]

        Revert "Let's see if stripping the const here will fix the clang build..."
        
        It didn't help our clang tinderbox.  Reverting.
        
        This reverts commit 52022b5f82385b28687bf46424d0d24be1964a4a.

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [52022b5f82385b28687bf46424d0d24be1964a4a]

        Let's see if stripping the const here will fix the clang build...
        
        Change-Id: Ia019157bd5d2b8ce18550b468de1269b2737ff02

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [73b05f75ad2cb1c648ed1a4e29b28d6f53a798e4]

        Deliver a missing header.
        
        Change-Id: Ia50e0aeecdbe364c8d0862906f8f7dd842ebd9c8

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ce8ecf1d343224a6db823860e4dcf46d2dfe5654]

        Specify function object as template argument rather than local variable.
        
        Also, replace pointers with references while I'm at it.
        
        Change-Id: I7f238650e5b04fe5f691c1260621431c60ff1883

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4c1d32263e580d41e4b8fea58aab6588f7579e96]

        This should be bool.
        
        Change-Id: I20cb39a12b4e50ebb8ef118989252a01f65185e4

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9f36df7943127d82aba46590aeebd8abec110d70]

        Added comment.
        
        Change-Id: Ic9e8a6a970de71647b5436149fbd8c49efece49c

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7ba5f709030a78616d2331bd3894752c99fbc1fa]

        Pass contiguous cell data as an array to matrix. This is faster.
        
        It's generally faster to pass an array of elements to matrix than
        passing them individually.
        
        Change-Id: I4502025d08040327c1d1c09ce1756928be054c25

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed5d2c652cd053cd10f54fb028f513f20d6c6086]

        Less indentations via early bailout.
        
        Change-Id: Iae2b91fc732debe9b5c9cdd7c4717e1ef2fac08e

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32d9ed46f6075c66e233b3c8f8036beceb60d87c]

        Slightly more efficient compareMatrix.
        
        Have a separate result matrix and have it initialize with boolean
        block.  This way inserting the result of each element does not cause
        reallocation of existing blocks.
        
        Change-Id: Id89114ed5df40cde80129e4479d9b4e7d2e12cc0

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8a7ba10c71229f10ee56b263aca4174d7a856f6c]

        It's now faster to start empty and fill non-empty elements.
        
        The new matrix backend allows to init with empty elements.  Let's
        take advantage of this.
        
        Change-Id: Id11a933e50bcd75a5be85a1b3d0bbff0b4041b46

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [229d86b238186e75621b6f617ebc4ee29756324b]

        Use macro to define callbacks.
        
        This saves a whole bunch of typings!  It's all boilerplate anyways.
        
        Change-Id: Ide366a9f5756f9354d95499fa9a6a4c46d5c5b82

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [93c8b68ba62e392db6af85d0663e2ff31201eb22]

        Reorganized code to remove redundant calls to get_type().
        
        This makes GetString() a teeny bit faster.
        
        Change-Id: Id49df508d45584d529caa4061e77f4ddc4431c67

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [96610e8ed700f73592c65bee94d75d6fa9f9de96]

        Some cleanup and comments.
        
        Change-Id: I38e9bbc0a55498e612665e90b5b1452e6c245c21

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e0704701ded22352f058acde6fe5d36bbd278d47]

        Turns out that C++03 doesn't support use of static double inside template.
        
        static int works, however.  C++11 solves this via constexpr keyword.
        
        Change-Id: I86f913129cbc65639ec2bf4b23843a5b25bd9146

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3629a3942b681fcff006967c50394b3a9c344ee]

        It's no longer possible to unionize value and string here...
        
        Thereby leaving a note to discourage use of ScMatrixValue.  Incidentally,
        now all the unit test passes.
        
        Change-Id: I5d12f8ab654f985ef43b887a22abb6de45fea1fc

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d13804609737114f30dbc7580e4bc76e66cb02a8]

        We no longer need density types.
        
        Change-Id: I4a02e9e025b6004806350fc8c78f6080176df8d6

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [891e5892b2798a6bc326a688ed50e79a4a9d336b]

        This is no longer true.
        
        Change-Id: Id132c4bb7455acbdaa2287666523f42c20172f37

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2789bcb41b9b71551f2acd5e2d9df959c599a608]

        Support resizing matrix with a default value.
        
        Change-Id: Ibb5cf4d09b67426021f6d158878afd8386f22555

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c79305f2a1218a3cbf74c7db3c9745429e8b7883]

        For sum product, the initial accumulator value should be 1, not 0.
        
        Change-Id: I16ce22150627f75eab08cc4d58fc63a76572c010

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [608fdfe12329094604d9424f1225e23d94ac7537]

        Don't forget to initialize the flag matrix.
        
        Change-Id: I02ca2b6fbe49530988a81d12b4e38d24c9046cf6

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc72060199d83e7d919edc3b1a295dc9f8f8b97b]

        A little cleanup.
        
        Change-Id: Ib0059f921f815a0ddb679f4bc1888eec2270981e

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ddcb7a07a42294200b86dac7e67a4c82e03fcf4]

        Implement Sum(), SumSquare(), etc...
        
        The unit test still segfaults.
        
        Change-Id: Ib1fc78f94776e04ba8cb6ec8a24162b308cc569f

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b4c774a51fab40569abf6298789f6dedfbebdd12]

        Now, we need to explicitly pass 0.0 as the initial value of a matrix.
        
        The new matrix class allows arbitrary initial values instead of just
        0.0 or empty values.  With this, the caller now has to explicitly pass
        zero value to the constructor if it wants to create a matrix filled with
        zeros.
        
        Change-Id: Ie515358b512fdb83ae60f54ab4ab49c92ca5761d

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c31905c88ca6160a2c12565e036f5aa02a5be086]

        Initial cut on matrix backend swapping. Still lots of things to fix.
        
        Change-Id: I5262899171029772f53dccc9aea666c4b83aef36

2012-07-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5e5c0c0c4b9c369543f09ab44e9d3c87dc93ca1]

        Update mdds package to 0.6.0.  It builds for me.
        
        Change-Id: I66663f35f6f607e4a2fc40c6ecb5a52682cbc934

2012-07-19  Eike Rathke  <erack@redhat.com>  [b7dbc768a71ccfb567e3b2979e57d0d1318977cf]

        resolved fdo#52205 do not force all text cells in CSV import
        
        Do not set ScSetStringParam::mbSetTextCellFormat=true for SetString()
        that slightly changed behavior, the nColFormat==SC_COL_TEXT case is
        handled separately anyway.
        
        Change-Id: I0a0f9472801dcb02af77d6eaf90170309a41e9a8

2012-07-19  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [9a02957d063108dae9635df0b968102e25cd6110]

        Import icons from Gnome's set [under CC-BY-SA]
        
        These icons were imported from
        git://git.gnome.org/gnome-icon-theme
        
        These icons were authored by:
        Ulisse Perusin <uli.peru@gmail.com>
        Josef Vybíral <cornelius@vybiral.info>
        Hylke Bons <hylke.bons@intel.com>
        Ricardo González <rick@jinlabs.com>
        Lapo Calamandrei <calamandrei@gmail.com>
        Rodney Dawes <dobey@novell.com>
        Andreas Nilsson <nisses.mail@home.se>
        Jakub Steiner <jimmac@novell.com>
        K.Vishnoo Charan Reddy <drkvi-a@yahoo.com>
        
        Used under Creative Commons Attribution-Share Alike 3.0
        United States License
        
        Change-Id: I5454e5fcdfdd5713e8999e5bdc5abd1ca33d30c0

2012-07-19  Radek Doulik  <rodo@novell.com>  [6928759a89fdc29391e85cf31f48ef6ac5ee6fa1]

        odf: export old path without unsupported commands in draw namespace as well
        
         - to preserve at least some data for older versions of Libre Office
        
        Change-Id: I2a33706c2a2344e45b57a00469a7387072f8602b

2012-07-19  Caolán McNamara  <caolanm@redhat.com>  [3442913accc4e44c3a1ac69a990edee15117948e]

        Related: fdo#46757 fix weird word/char count with hidden deleted text
        
        i.e. changes on, but not shown then unseen deleted text counted in word/char
        count
        
        Change-Id: I5725063edfbfc1f6545fe1dcea9b224dbfa3a418

2012-07-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [238eba337cedda17a9ed1ce7e91755c66446195a]

        make the vc2010 redist optional
        
        Change-Id: Ib81f168fa65d7a4affb15ce07f1a49ad1b2df479

2012-07-19  David Tardon  <dtardon@redhat.com>  [859018061956b1937c7be3809a9858cbd610fa9c]

        fdo#52241 remove just one entry
        
        Change-Id: Ida7920c3196105f7f8aab519da12e79135839345

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [85b35ac289f661f64cdddd145deaf419f61f5d4c]

        Detect failing Clang with GCC 4.7 headers and --std=gnu++0x scenarios
        
        Change-Id: I6caa48a428ac7fef23f7c3e6fc7896b7e3a8d0fc

2012-07-19  Michael Stahl  <mstahl@redhat.com>  [7f9928bfa561ccb6ed4e2baacc7d6960bc1ce231]

        fdo#38056: ODF import: fix page style attributes:
        
        PageMasterImportPropMapper: in the case of a single "fo:border"
        and "style:border-line-width" attribute, it is possible that the border
        is imported wrongly, like this:
        
        1. pAllBorderProperty is set from the imported value, with name "TopBorder"
        2. individual pNewBorder[i] are created as copies from pAllBorderProperty,
           one of which also with name "TopBorder"
        3. pNewBorder[i] is updated with widths from pBorderWidths[i]
        4. the individual pNewBorder[i] are added to the property vector
        5. the property vector is sorted by property name
        6. the properites are applied in order; if the pNewBorder[TOP]
           happens to precede the pAllBorderProperty (which is indeterminate
           as they both have name "TopBorder"), then the pAllBorderProperty
           will overwrite the border widths computed in step 3.
        
        Thus, nerf the various pAllFoo properties so they do not override
        the individual Foo properties later on.
        
        Change-Id: I87755f1184d59da2aa72ac053e6f77d7295d6958

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [042686d3ead3ed9aa1e70460c25d471c380b177b]

        Work around bogus Mac GCC uninitialized warnings
        
        Change-Id: I04f64b11b484be8c997e1dbab8de35282fa64289

2012-07-19  Terrence Enger  <tenger@iseries-guru.com>  [8cd92447d78c4fe9f93e1a6ee3031b4d8d5ec477]

        stop some leaked statement handles
        
        Change-Id: I06764e0569ea615e66de6cd5946614c7c538e60e
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2012-07-19  Terrence Enger  <tenger@iseries-guru.com>  [ae56c4e025aafddee2cc39a454ae98011e5dfa9e]

        ODBMetaDataRS ctor: abort if statement handle allocation failed
        
        Change-Id: Ieac069565bbc14c909eeecf3e67588191191992f
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2012-07-19  Terrence Enger  <tenger@iseries-guru.com>  [1c3c15081f360892c929a4dd4cbeaaca907a1c89]

        avoid freeing the NULL handle
        
        Change-Id: Id3f22bacfbf5e582656cc8ac38d60b781a25b4c3
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [5a3eb92216d6865ad9c13f7f5ec357d82c8ce573]

        Work around bogus Mac GCC uninitialized warnings
        
        Change-Id: Ia735ee75b75b3e2dafe610cf5cd513dd7d4b7392

2012-07-19  Radek Doulik  <rodo@novell.com>  [d8720d4e390143279ccae8eed05decf54240e8fa]

        odf: export arcangleto commands in enhanced path (use drawooo namespace)
        
        Change-Id: I43a2c08ee8dfc0abe4d05579b837b5be0944c0fe

2012-07-19  Radek Doulik  <rodo@novell.com>  [cf08e8a2ee18c3d1b26647489d16443b8cf617ad]

        emf+: added implementation of DrawImage record
        
        Change-Id: I6c86c2eaca1586d915b648292373da4378c755ba

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [c8e0a0ce4adaee2763d1a057a997fda058eaf6f2]

        Work around bogus Mac GCC uninitialized warnings
        
        Change-Id: I79731b0e8a991a96b87938749fa9898110fe2dde

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [9ae07fcc7791ca9324f9e60b2b66d1023a69d9b4]

        Work around bogus Mac GCC uninitialized warnings
        
        Change-Id: If16ce75845383cf697a2f1e4cef438a8bc43c125

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [390a56b5224fa43fd98dfbf09f5710bd40608bf3]

        Work around bogus Mac GCC uninitialized warnings
        
        Change-Id: I174b34835cc955c234a06618a48f61fc700e4400

2012-07-19  Miklos Vajna  <vmiklos@suse.cz>  [173d769a9d32af83ea75dcf4d23b7663a5f19cb9]

        fdo#52066 fix RTF import of rectangle shape without text in it
        
        We used to always add a paragraph on shapes, which breaks import of
        abused rectangle shapes with minimal height, used as lines.
        
        Change-Id: Ice240bad68bc030e7889c46f72c45646307f17e5

2012-07-19  Stephan Bergmann  <sbergman@redhat.com>  [c68afc22fe8b1f90033cbe7d328a74daeae18e22]

        Work around Mac GCC error
        
        Change-Id: I7fcd84e923c0971f420cfd3f298e5a1d0b111d1a

2012-07-19  Andras Timar  <atimar@suse.com>  [95d6675fd89f44bf499ec4fc5ed48f547cba80fa]

        skip empty lines in msi-encodinglist.txt
        
        Change-Id: I1dbcf68c9581e5b66df0f4485d73ca19c5168dd9

2012-07-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [f674de15e17e9608003d7b0af2abe3c11d1b1856]

        Revert "hrc cleanup: Remove unused cstitem.src"
        
        This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b.

2012-07-18  Julien Nabet  <serval2412@yahoo.fr>  [5af5fe4d39fe800bda0c8d3bd31d14b9b11ffb94]

        Translate german sentences
        
        Change-Id: I69cf20351bce9d3164b852b3dcaa58950f555a1f

2012-07-18  Thomas Arnhold  <thomas@arnhold.org>  [3e7832724e6647f6e786b0feb846b97ce8c03070]

        Revert hrc string cleanup
        
        This reverts mostly all of my hrc string cleanup commits. As Markus
        stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous
        and mostly untested. And therefore absolutely unsave. I only did test
        them by compiling and checking the main screens. Cleaning those files
        seems to be much more complicated than I thought.
        
        So to be absolutely save I do this huge revert. Sorry for this.
        
        Revert "hrc cleanup: Further cleanup"
        This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b.
        
        Revert "hrc cleanup: Remove unused strings"
        This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5.
        
        Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc"
        This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2.
        
        Revert "hrc cleanup: Remove unused Strings in cui"
        This reverts commit 527e8f61868210c54bdad650f16390bda03c4353.
        
        Revert "hrc cleanup: Remove unused Strings in desktop"
        This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f.
        
        Revert "hrc cleanup: Remove unused cstitem.src"
        This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b.
        
        Revert "hrc cleanup: Remove unused strings in wizards"
        This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f.
        
        Revert "hrc cleanup: Remove unused Strings in sfx2"
        This reverts commit c26d4d34467008418ebf138412e87886694c326c.

2012-07-18  Andras Timar  <atimar@suse.com>  [7ed5b092f83a60e526b0930fe4faf391386b2111]

        update license documents
        
        Change-Id: Id1f1b5d8b7155e6de01973f7358c2d0c8997dfd7

2012-07-18  Andras Timar  <atimar@suse.com>  [8b749cb16dde14b199a61456741b586ddd88a584]

        fdo#50584 bundle MS Visual C++ 2010 Runtime so LO can work with JRE7
        
        Change-Id: If22bed6728121ec66ecd89ad4f869e980aeb79b7

2012-07-18  Michael Stahl  <mstahl@redhat.com>  [75b7d3dce610eb1d7a071d02800d5e3d0bec0898]

        smoketest: produce a better errror message when Java component fails
        
        Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [b0f170d7df9cff12535d2ecfd146b32b745a8ef8]

        0xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.
        
        a) the default properties for the code point make it not split a word it
        appears in into two different words in any break mode we have. Which is what we
        want from a CH_TXTATR_INWORD
        
        b) unicode TR#20 gives for the interlinear annotation anchor: "What to do if
        detected: In a proxy context or browser context, remove U+FFF9", so when we
        need to strip it from text to run that text through e.g. the spellchecker or
        word counting then there's a solid precedent for stripping it
        
        In addition I *do* want the footnote placeholder to break the word it appears
        in, that gives the desired wordcount and cursor travelling behaviour
        
        The BREAKWORD and other *random* selection of CH_TXTATR are still odd choices,
        and there's way too many of them.
        
        Change-Id: I930ff8ff806af448829bc1a1ae6cb92053e9a284

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [165640076df65971eb01f887a3c285cd6eb61d94]

        Related: fdo#38244 include ODF_COMMENTRANGE in annotation undo/redo
        
        make sure that insert->comment and undo/redo includes the insertion
        of the dummy odfcomment from fdo#38244
        
        Change-Id: Ib46afb194462a3bbfbe3b8e228ad04e522e64535

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [8a9244afe9954e0f8e801a41d83e3c2084c620de]

        expand cInsert to unicode at compile time
        
        Change-Id: I74a7f905c69912d527dafc2212bf37f97bb78dc4

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [1a0d0762ea6d89ee8138b536140b84d65603d04f]

        beef up the join and break tests
        
        Change-Id: Ia34c2f18cfa84447578604ff27a9145d17bf354a

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [b4f077af546e5e54ed6f12edaae88b69ac052bdf]

        move test to right category
        
        Change-Id: If2cb8da2a24331cc01fed85750747fff3d2fc8e0

2012-07-18  Caolán McNamara  <caolanm@redhat.com>  [f1eab266dc8036267e163cd897df95dfd4d20df5]

        translate comment, use CH_TXTATR_INWORD
        
        Change-Id: I68943de82574897ae787035f35439747510bf88d

2012-07-18  Eike Rathke  <erack@redhat.com>  [123fa79cb24dced9adea7ef4d007a4516c1555d4]

        unit test fdo#50345 accept empty string as scalar numeric 0 argument
        
        Change-Id: Ie04cb8d32e9328212d41fedb63cf81b235aa69de

2012-07-18  Eike Rathke  <erack@redhat.com>  [a439cb5aba49d01df20f67a2c84b68542e4d3d5a]

        resolved fdo#50345 accept empty string as scalar numeric 0 argument
        
        For OOo/AOOi interoperability convert an empty string or string
        containing only spaces to numeric 0 for scalar numeric arguments.
        
        Change-Id: I551d10b647c961df08ca8c936ca8fed5de14d99f

2012-07-19  Takeshi Abe  <tabe@fixedpoint.jp>  [16ea22333c85aa37699a4968bd3d5b4c8df9cb71]

        removed unused includes
        
        Change-Id: I71a80be37ab96b44d515803c947ddec19914330b

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e42319c10adf709307c3eafb5bd73884633ecd91]

        Pointless nitpicking to increase my commit count
        
        Change-Id: Id887eeec911e32b8c43e9e561ffc74763f6da05d

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e1832ac55e11309815c1fd313fcef9868152fcd3]

        Further simplification of ldap includes
        
        Change-Id: I5608cc330104f1e50501c5e63ab05545fcd67fb9

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [79f15259bc117c27bfe8d1590836ef1565c49278]

        Junking wrapldapinclude.hxx, since it is included only once and is small
        
        Change-Id: I16ec56f8fefd3224b82e074371d9a8a944c75032

2012-07-18  Michael Meeks  <michael.meeks@suse.com>  [cf342fe92880710e070fb98583a9dcbff77a0522]

        re-base on ALv2 code. Includes:
        
            reportbuilder, license file not needed.
            Patch contributed by Armin Le Grand
            http://svn.apache.org/viewvc?view=revision&revision=1305814
            Adapting extras/ to our wordbook setup.

2012-07-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc05a825e71316e6f602e5c8dfcd3d10ecb6252f]

        Revert "hrc cleanup: Remove unused Strings in sc", fdo#52207
        
        This commit is totally broken and removes a lot of still used strings.
        Please TEST commits before removing stuff!!!!
        
        This reverts commit c1ea4676ba67185a933fce387a66666e87095070.
        
        Change-Id: I065c17385ced86857c938e4102b9473d622ac59d

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [36d506146c5fc812b71c0a2349bd84ba95e1c0d8]

        Remove unnecessary define
        
        Change-Id: Idff408bcf0e4f49a97478cdbba3eec9ac197d128

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d391fe20a19393224900157414d9f1c6f731698a]

        Using WCHAR ldap api on Windows
        
        Change-Id: Ie81c33a5c51ae588ae8242d8790c3c748b442d31

2012-07-18  Stephan Bergmann  <sbergman@redhat.com>  [deae1af649e247fd09e0522b4bcf0806603a5d9f]

        Fix sense of SAL_WARN_IF conditions
        
        Change-Id: Idd3dea4e42eb7f63447e1f804d90e991c801cdd3

2012-07-18  Stephan Bergmann  <sbergman@redhat.com>  [aebf5bf22304c73e121b16dc0b51f909c5f34c28]

        fdo#52232 ConfigurationSet wrapper unusable for localized properties
        
        The comphelper::ConfigurationSet wrapper, used by the automatically generated
        headers to access the configuration data from C++, is based on
        com.sun.star.configuration.ReadOnlyAccess/ReadWriteAcess that provide an all-
        locales view of the configuration data, i.e., a localized property is represented as a UNO object implementing various container interfaces (to access the per-locale values) instead of a plain value.
        
        Hence,
        
          xLeaveAccess->getByName(C2U("Label")) >>= sLeafLabel;
        
        silently changed its meaning, now silently failing to extract a string and
        leaving sLeafLabel empty, which in turn causes the labels of extension option
        pages to disappear from the "Tools - Options..." dialog.
        
        This partially reverts commit 161c3f179f71eda2a32dabaf68ff6fb3ba487062 "Some
        more comphelper/configurationhelper clean up."
        
        Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ea9689723754628718507a23d1f6d3a26bac32e0]

        First step to proper handling of character encodings in windows ldap backend
        
        Change-Id: Id28174af5c28346fc363e3f62a8004ce0cf98c6a

2012-07-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b79115518b9d68cf280cde717634e6f2f2e4ee72]

        simplify the header a bit
        
        Change-Id: If04e415b043c822d082e8e0889f162db3ed1849e

2012-07-18  Miklos Vajna  <vmiklos@suse.cz>  [5da91ea59329e3993a10c72fa02bc1f1dbf398d8]

        implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFEND
        
        Change-Id: I829ec1fbca990f3d42121270f0bf3647dbd08a30

2012-07-18  Miklos Vajna  <vmiklos@suse.cz>  [75bcb45ae2afc04be48871e4978b7d9f15cfbddb]

        implement import of RTF_ATRFSTART, RTF_ATRFEND and RTF_ATNID
        
        Change-Id: I1dc3d3a33dcad2707468b1bfc1baa5239fddee05

2012-07-18  Miklos Vajna  <vmiklos@suse.cz>  [b8146f5126e8290b5b287f0a6176ff6619f34f67]

        fdo#38244 testcase
        
        Change-Id: I6df325a20994f789e4c6acdf5a2912a57a034276

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [0977c5121e63522137a7b00c41d07112c192ef9e]

        Use lcab to generate cabinets for now.
        
        lcab is expected in the sys. path.
        
        Change-Id: Ie1cd8a45966bbd84ce84f2ad1d86da492eafa321
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [ae0e379a443585fd34522385144fdd69baa6105f]

        Added functionality to msitran for transforms.
        
        Transforms currently cannot be generated as Wine does not implement
        MsiDatabaseGenerateTransform().
        
        Change-Id: I03507e07f372871eed23ac932426d5708f765884
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [a237b03f73574ac46de515fc4671b647d0a8168e]

        Skeleton code for msimsp
        
        Change-Id: I23349edcf15731a9a33b9698bd77893003682e39
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [99716480586148354f4e43436c9e4411e674d57e]

        Skeleton code for msitran
        
        Change-Id: Ic48abd66a04bfaafda846e514b096431e37488a8
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [0cab13137aac689403c7dfa8a5aed785e88ac0c4]

        Use correct license header for files in this branch.
        
        Change-Id: I7daf3277983b6bf41ddd664c8d4953902b1d0f3e
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [d71bd0dd0b537d3b4558d32073e82714210ab15e]

        Code tidy up of indentation, comments and debug output.
        
        Change-Id: I966d34205db1825d3aa1d328c03418817bf01bc3
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [9167f0a1a89ee2567449e4bd8bd21b02d8316be1]

        Initial makecab implementation to parse .ddf files.
        
        Currently, makecab does not output .cab files. A subset of the ddf
        format is interpreted.
        
        Change-Id: Iae11aefb4759a0eb76f9455b2206b59864086af5
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [2921203806ce262696ae2c10c19ad456bcaac375]

        Initial implementation of msiinfo.
        
        Msiinfo supports the change of most summary information. Unsupported:
        -b, -d
        
        Change-Id: I51466c9acea54fe151db966c4ce47b29f90ab937
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Eilidh McAdam  <eilidh@lanedo.com>  [5d4a9127a4af92c49a8c73dfd7597db4772c58c4]

        Initial crossmsi branch with first msidb implementation.
        
        Msidb is a subset of MS msidb. Currently unsupported options are:
        -m, -t, -j, -k, -w, -s
        
        Change-Id: Ice5f646f70b2f797266ce3fabce12ae9f689b1c8
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-18  Michael Meeks  <michael.meeks@suse.com>  [456dd17399883d4ade4c863a5c37268a8aa51fce]

        remove obsolete delzip files from wizards

2012-07-18  Michael Meeks  <michael.meeks@suse.com>  [5ac018f9e3af2ed5fa54997fd67308b04c4ea730]

        WaE: basic compile snafu

2012-07-18  Michael Meeks  <michael.meeks@suse.com>  [63c508e3e86a140e35161c45d2be97779746f6cb]

        re-base on ALv2 code. Includes:
        
            118568: switch to using ucpp
            Patch contributed by Juergen Schmidt
            http://svn.apache.org/viewvc?view=revision&revision=1209396

2012-07-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d97caa2a77bcd42cb67eba659f7a79baf8ac0cfc]

        fs34b: #i117454# don't ask for the value of the possibly
        
        non-existent 'Sorting' HiddenControl

2012-07-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ff6c2e7828d4d8901eab80a4a784362286900766]

        fs34b: #i117472# fix color calculation from style string

2012-07-18  Abdulmajeed Al-Abaulrazzaq  <aalabdulrazzaq@kacst.edu.sa>  [fb92bbcf012c0e98e887f341ee56e94132e856db]

        fdo#51716 Font Size Enlarge And Reduce Shortcut in Impress/Draw
        
        Change-Id: I90ffce4f6303d3bd736a7e33a135037092e60059

2012-07-18  Stephan Bergmann  <sbergman@redhat.com>  [82cae18c0e0f787fd3efdd4531af6e5a90806e4d]

        Duplicate assignment of gid_Brand_Dir_Program
        
        Change-Id: Ia8d2d8683d9acf9c834cc431374406e22165cb85

2012-07-18  Stephan Bergmann  <sbergman@redhat.com>  [15fd36440ce049fa7a577ff198649f782dad3c1f]

        Un-inline use of szServiceName2_UnoControlEdit
        
        ...as it is not marked SAL_DLLPUBLIC_EXPORT unlike the class it is used in
        so at least Clang would complain.
        
        Change-Id: I59886caead24bca4cd4c0e47edb0eaac349eb213

2012-07-18  Stephan Bergmann  <sbergman@redhat.com>  [4dd7c0369d66aa7b30f2b9e547faa5fb2c7cd8dd]

        Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion
        
        Change-Id: I0799f22685609201dfb524c373d065b6184ed53c

2012-07-17  Uray M. János  <uray.janos@gmail.com>  [7dde426915ebbb7ea2ca3dc661f0a9ac70a26d5c]

        fdo#50801 fix cross-reference text when Caption order is Numbering first
        
        Change-Id: I7306f99c18d0f9cfb3b0ce147ecc200662d23b3d

2012-07-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [80de3c0fe6b191f6d528ae1142737e2561b12ccd]

        fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csup
        
        Change-Id: Ief3ba731fe303b0fdc58ac70c564636e2dc5acac

2012-07-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [44a3a345ac2b9901122a9eac70538ef04417bbd4]

        fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsub
        
        Change-Id: I0f13eed1843412f97b84c28fa6405378227be934

2012-07-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e3b220a5ae82543ce7322ce7ab516dd3f5bdf8b0]

        mathmlimport: do not remove first and last braces
        
        they are not always matching: {a + c} over {b + d}
        
        Change-Id: Ie14d65966dc7014b6582f72a998546e0a256e94c

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [78e8911d25ff33892fd3121b3f0a8df6a6439d72]

        SwWriteTable: warning C4389: '==': signed/unsigned mismatch
        
        Change-Id: I58b2f74aef426e880ed7f2867e4cb0bbdff44328

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [b8aa2fa9506967e20fd0db0af30de599f91cf10a]

        warning C4701: potentially uninitialized local variable used
        
        Change-Id: Id82ecd3bfa7da6740d475ccaeea599529b090fe6

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [bcd8f0ce8c5ed677be168085913300b8bab02e75]

        docbm.cxx: MSVC wants const_iterators and complains with error C2440
        
        Change-Id: I9dfc01a3405f685437a562e8330b5821864de0da

2012-07-17  Caolán McNamara  <caolanm@redhat.com>  [a9a91490680d2778397b6b08583149e39022e692]

        Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdash
        
        A typo, correct list can be seen in the CFF spec
        http://download.microsoft.com/download/8/0/1/801a191c-029d-4af3-9642-555f6fe514ee/cff.pdf
        
        Change-Id: I1c07d140d2caae9ac32390c3367f65495ec76ff4

2012-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [7cb261324deb9ce45b8a7e8d6c5ea620c48ef368]

        sal_Bool -> bool
        
        Change-Id: I08e5353dc1f0f79cdbba509b71e2c415e6c8380b

2012-07-17  Eike Rathke  <erack@redhat.com>  [864c1402e2ef9964ed69f7cad937400487bab889]

        tubes: rearranged some lines for readability of code
        
        Change-Id: Ifd5b086e687842721247ba893d22a2514710625d

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [ce9bc65e125cff96e53e37116a5475260f773535]

        tubes: do not freeze when preparing Account Manager
        
        We don't need to wait for our capabilities update to propagate from one
        account via the network and back.
        Since e3d1001c08d255c588ed6ca93f3b58b2161cce45 ContactList returns all
        online contacts regardless of its capabilities.
        
        Change-Id: Icf8982dd1e6aedec4f21920ff8020f8547d7b855

2012-07-17  Eike Rathke  <erack@redhat.com>  [98cd5f3fa3f90b38073f10b4c9e62f4ace8a0477]

        tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()
        
        In ScDocFunc*::SetNormalString() pass the underlying
        ScDocument::SetString() return value back to caller.
        
        Change-Id: Ie75169af1bd9bc55d1447ee14e1206407d750c73

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [1abd8c22a56bd51a2da2be4da1ef79be04e5b985]

        tubes: improve contacts dialog
        
        - do not show until it's ready
        - do not close it with buttons
        - buttons for both 1-1 and MUC sessions
        - display all online contacts
        
        Change-Id: Idfbea7ffdf76ef3f31dbeeefe62d69cb5e3e64b7

2012-07-17  Eike Rathke  <erack@redhat.com>  [a64fa6c7235559667afef1bb185203fd0d262e44]

        tubes: do the "interpret once" only if not API in ScDocFunc::PutCell()
        
        Change-Id: Ib8bcb89b83f0fd98f1b01f72308d07af1f7777f9

2012-07-17  Eike Rathke  <erack@redhat.com>  [da7af862e856e453e0ed624b76199d7cf21ad3c2]

        tubes: removed duplicated iterator initialization in ScViewFunc::EnterData()
        
        Change-Id: I322e937e9c3e0bc478d566e1b14499cc610bd273

2012-07-17  Eike Rathke  <erack@redhat.com>  [581860f47173a3ebc8f834d229e8d2878aaf12ba]

        tubes: guard unref() against "accidental" calls
        
        Change-Id: I73b0f8faaa9b6d0707153f3150ca531a33cb0dd3

2012-07-17  Eike Rathke  <erack@redhat.com>  [b1032a684c0ddb1fd1aabe979517897f4ba91dd7]

        tubes: do not use mpManager after unref
        
        Change-Id: If8bb6da915d6470b9796e26c46f3e8f2000879fd

2012-07-17  Eike Rathke  <erack@redhat.com>  [bf4c5e3454874c85cf15973fced9a83c0a95913d]

        tubes: check mpConference before using it
        
        Change-Id: I8949ae1f43439465701244b501f6779debc34565

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [f5ee5d794f0c7500755df68b2b57d56e4566c9c1]

        tubes: add possibility to invite contacts to MUC
        
        Change-Id: Ia27c725aff1d16d21ee1f5abcfff9a107bd87a82

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [c8a6a1ff706600562bc08fe1dd490c149bbf8012]

        tubes: selectively export TeleManager's symbols
        
        Change-Id: I70053c4b1e31ecd281701bab692764ef581e0f57

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [ee956067d633f8e0b40e303e58c10bba42a0da85]

        tubes: remove now unused code, when we don't use maConferences
        
        Change-Id: I403253793791236eaf8e9fd3fc72489ebd447d99

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [53b180a49af8aaa25b9b38a8b020113483f0af6b]

        tubes: associate the document directly with TeleConference
        
        Packet communication now goes directly through TeleConference and
        TeleManager is used only for receiving files and new channels.
        
        This should also allow collaboration of different documents with
        different contacts independently.
        
        Change-Id: Iaf719dce156f1c4c9edc3db4ff0964dec0e0c944

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [019f35d7e4e4494af3a11429219cb361897a7872]

        tubes: remove unused TeleConference::maSessionId
        
        Change-Id: Ic6100aa03764cd62b5426e4ec1f3aeb085241c16

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [36170cd0dbc3409270cf3cf998805a790ee6228f]

        tubes: start collaboration from the File->Collaborate menu as the only way
        
        This also kills LIBO_TUBES variable.
        Listen button is used for registering client handlers (was LIBO_TUBES=slave).
        It may not be possible (if the name is already in use by another process).
        
        Change-Id: I04e0eb8721fa8e74c6cff585c79124b18046aad4

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [eafd7161ed544cebb450a334d8c13d15170e987b]

        tubes: remove unused TeleManager::mbAcceptIncoming
        
        Change-Id: Idb4f8e4e47be88efa9e199588936cf426b3e1ce4

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [f0685e2c69a3a31c2669c67d7638e7a1dbd203a3]

        tubes: create TeleManager when starting Collaboration dialog
        
        And store the reference. I need to find a place where to unref it.
        
        Change-Id: I4a9d6d8dfadf94c21cfed06524f495e8e48b8323

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [fd9d7f35d9cec7584061d9930c05189ec5838036]

        tubes: split TeleManager::connect method.
        
        Use createAccountManager instead.
        Optionally also register clients for accepting tubes. Will be used more later.
        
        Change-Id: I353d45e95fa130c0c578b74d016b650039358ea7

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [17c549221427bde2390368be39f48134409a933f]

        tubes: reduce the use of boost::shared_ptr
        
        Change-Id: Iafb38cf635ac8a967e5a94965f537fe0fa021f87

2012-07-17  Eike Rathke  <erack@redhat.com>  [44b32113852758a0b14d2f52b072d6d96d659f27]

        include tubes/warnings_guard_boost_signals2.hpp [-Werror=shadow]
        
        Change-Id: I20236d46f5ed631b073f572a16a098f64f998179

2012-07-17  Eike Rathke  <erack@redhat.com>  [6b2da137e595002eb2d8d76d24960be8aa07f07c]

        tubes: warning guard for boost/signals2.hpp [-Werror=shadow]
        
        boost 1.44 boost/signals2.hpp with gcc 4.6.3 causes
        solver/unxlngx6/inc/boost/signals2/detail/slot_template.hpp:122:7: error:
        declaration of ‘slot’ shadows a member of 'this' [-Werror=shadow]
        
        Change-Id: I276e008aaebaca9c115bedc58d29c93c6dc526b8

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [1c15d509daff7835b02f8c5c47efca31b2788d61]

        tubes: add Collaborate menu item only in telepathy enabled build
        
        Change-Id: Ibfd90941a64540d0e59f1e884a0992758cbc3bb8

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [347caf6e02cacc81b2e8296949b094b7213c29a9]

        tubes: fix makefiles after rebase
        
        Change-Id: I99a0dd6765d57c4a1d842b25d600d760930704fa

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [ebca55e2593c7ea14c361a75596424fd0c1d2fda]

        tubes: correctly set pDocFunc

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [8be626323e39d0cd8c073b6d17ae5e8181f12b1e]

        tubes: make TeleManager::startGroupSession work and use it

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [05c8c686a0c7dcbd58fac67a6a2c9b957f4159ad]

        tubes: fallback to master mode when not possible to init TeleManager as slave

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [ac08e4b3369131e75fbd6780c2b1cd10231f508d]

        tubes: unref TeleManager if we do not store the pointer

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [7f95cdae91f3aa5757bb4879dcbf9e728dc35cb3]

        tubes: use new TeleManager::get() method without parameter

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [3ee62ed5a03983debda1d1b4b70fa22bd16b771f]

        tubes: remove unused SetCollaboration method

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [80e8ffc016a2b6724578405f6c773c4b6afdb7eb]

        tubes: use correct casts

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [3117ee358c614cc9905e22f8fcd2522b2c9eaca3]

        tubes: add listen button to start TeleManager
        
        No more need to run soffice with LIBO_TUBES set.

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [b5dbf32abf73188a1c6a0a8b4afae41fa966c1e5]

        tubes: create InitTeleManager method

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [0b4ab5f2ece9b6f0d7f6a04bc68fc255be8a3379]

        tubes: extract class definitions to sendfunc.hxx

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [d10839a1bd4d03abd7bba56b42ad437a02aefa65]

        tubes: start collaboration from the contacts widget

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [deea13f9657f37d1c266cf5914faa14f3a641f80]

        tubes: ScDocFuncSend: store pointer to TeleManager

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [6108d06c1259424bea2055ab6cb7ca8635656486]

        tubes: add File -> Collaborate menu entry to launch contacts widget

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [603c2cb9dd33ba7fbfc4865b20beee7896b2dc8a]

        tubes: remove ScCollaboration layer

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [d0b04baa26c5cca60b4d85f431f43d479fa4d587]

        remove a few unused includes

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [cfb211f2a066173a1de21407c5f9da5f676dec85]

        tubes: get Avatars loaded and displayed

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [b7769b3822a1919e258a36f474c130d070103a1b]

        tubes: improve contacts list sizing

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [bfb7015446053b18c0e683ce7a943a519959dd80]

        tubes: cleanup abstraction, and add in-process demo mode
        
        Pass const rtl::OUString &s around instead of random pointers.
        Allow sc/ to build and work without telepathy enabled.
        Add aforementioned demo mode hack.

2012-07-17  Matúš Kukan  <matus.kukan@gmail.com>  [b1de503a677dfe3b4306ad0a0b80a19ceaaea496]

        tubes: tweak makefiles

2012-07-17  Eike Rathke  <erack@redhat.com>  [a8ef97df50dfd18e2bcccc760918c6ba9d4b4a93]

        tubes: mention local copy of needed telepathy-glib

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [c4e3c9079a476ea9d01ba2d9519942bea1770ba6]

        conference: remove a stray dbus-glib import.
        
        This is no longer needed since the switch to using GDBus for the tube
        connection.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [aeacb83ecb0afc2f08c05ba7131d4052163a6e2e]

        tubes: use tp_dbus_tube_channel_offer/accept_async
        
        I added these to the recently-released telepathy-glib 0.18.0 mainly to
        let us simplify the code here. With this new API, tp-glib takes care of
        waiting for the state changes, creating the GDBusConnection, etc.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [1ffa61a4b3956d4af5770250a53b03991ac785fd]

        tubes: make conference hold a TpDBusTubeChannel
        
        It already was, actually. :)

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [d32927c8be569062b72f01ae7b938e5ad9f1078b]

        tubes: use GDBus rather than libdbus
        
        GDBus is the future. And TpDBusTubeChannel will ultimately give us a
        GDBusConnection, so...

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [86268ec22035855de9a505706c35217ba5a11565]

        tubes: move Accept() logic into conference
        
        This makes sense, because the flow for Accept() and Offer() is basically
        symmetrical, and then conference becomes solely responsible for the
        handling of channels once they've been requested/given to us.
        
        While we're at it we also fix both code paths to work correctly if the
        state becomes Open before Accept/Offer returns (which is possible).

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [226149126eae9911b5e7dc71567a8889051553d7]

        tubes: reduce code duplication when opening connection

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [055970730aa9752ab237cce9dfc3833cf28a4259]

        tubes: couple tubes up to the build logic

2012-07-17  Eike Rathke  <erack@redhat.com>  [1f1c19ddf1500cb8b5dea4e2ec00983fdf711351]

        tubes: link libraries to unit test

2012-07-17  Eike Rathke  <erack@redhat.com>  [28b8008bc01578d07c6c0cbea8fd22b11afa7b3d]

        tubes: include libtubes in instset

2012-07-17  Eike Rathke  <erack@redhat.com>  [eee8efc6449ae390c9bdcaaf278f552565d34e04]

        tubes: LINK is gone

2012-07-17  Eike Rathke  <erack@redhat.com>  [5eb6e49f2703eec265efad25f3d03cbfc3752269]

        tubes: shared_ptr for ScDocFunc chains and ScCollaboration

2012-07-17  Eike Rathke  <erack@redhat.com>  [66ee9a6042c89f1710bc84a5bedb7b36e6853c0c]

        tubes: TeleManager::get() takes an argument
        
        initialize with same mode as collaboration

2012-07-17  Eike Rathke  <erack@redhat.com>  [44b6da67468ce59f14d228e8db5b117f5cd0066c]

        cleanout flushLoop
        
        relict from testing era, not needed anymore

2012-07-17  Eike Rathke  <erack@redhat.com>  [7c5b100ce858189db83d7da152cf499cadb06afc]

        silence WaE incompatible pointer type and unused parameters
        
        * "passing argument 1 of ‘gtk_message_dialog_format_secondary_markup’ from
          incompatible pointer type"
          * dialog was in fact constructed as GtkMessageDialog using
            gtk_message_dialog_new_with_markup(), so use it as such
        * "passing argument 1 of ‘gtk_widget_destroy’ from incompatible pointer type"
          * use GTK_WIDGET() on dialog GtkMessageDialog*
        * "passing argument 1 of ‘g_object_get_data’ from incompatible pointer type"
          * use G_OBJECT on dialog GtkWidget*
        * "passing argument 1 of ‘gtk_dialog_set_response_sensitive’ from incompatible
          pointer type"
          * use GTK_DIALOG on dialog GtkWidget*
        * "passing argument 1 of ‘gtk_message_dialog_set_image’ from incompatible
          pointer type" and "passing argument 1 of ‘gtk_dialog_add_buttons’ from
          incompatible pointer type"
          * use GTK_MESSAGE_DIALOG() on dialog GtkWidget*
        * "passing argument 1 of ‘g_object_set_data_full’ from incompatible pointer
          type"
          * use G_OBJECT() on dialog GtkWidget*:x
        * "passing argument 3 of ‘g_signal_connect_data’ from incompatible pointer
          type"
          * use G_CALLBACK() on dialog_response_cb
        * "passing argument 1 of ‘gtk_window_set_skip_taskbar_hint’ from incompatible
          pointer type"
          * use GTK_WINDOW() on dialog GtkWidget*
        
        How awful C is :-/  GtkMessageDialog is a GtkDialog is a GtkWindow is
        a GtkWidget is a GObject, but still ...

2012-07-17  Eike Rathke  <erack@redhat.com>  [257bf1f2572d482c291f2f3e60c55be8fea5894b]

        silence WaE unused-parameter

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [4a758fc56f2491c911f035bbe86c9b50fd69436a]

        tubes: work around “We are supposed to handle only one channel” bug.
        
        This is the bug which breaks the first request after the offerer signed
        in.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [70ecadfcffc780f5024c1ed99b18b7939ea0609f]

        tubes: quick hack to allow running two instances
        
        To record a screencast, I wanted to get two instances of LibreOffice
        running in the same session. But the Client object(s) claim D-Bus names,
        so initializing the second instance failed.
        
        This patch changes things so that if LIBO_TUBES=master, no Client
        objects are created. As a result, only the slave can receive files.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [114542a8b2d48b85721ba5699c5951810473f507]

        tubes: make the contacts list show something

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [dcca79f6e74ea8b2347bbd87a85c04f2b6cb7646]

        Replace file received link with a signal.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [58499ea785ca7dd2661a54e9df4fa9d66f0d8895]

        Include packet in packetReceived signals.
        
        (And also signalify receiving files.)

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [c4bf2c3ff0dcdcd427d7001dab3728c22629d077]

        tubes: more work on contact list and missing files

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [0edb65a6fbc070eefd50dfa102374d15da4eb2dd]

        tubes: very early start of contacts dialog, in the wrong place too.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [0dae49a03c9b4816d8cdde69e30bcd2db2e30724]

        tubes: add a shared TeleManager singleton
        
        Yes, this is in addition to the existing TeleManagerImpl singleton. This
        class needs to be properly split in half: one Manager part from which
        the UI can request new sessions and which signals the appearance of new
        incoming sessions, and another Session part representing the shared
        editing session (which in turn owns one or more Conferences, which owns
        exactly one tube, as now).  The Manager will dispatch incoming files to
        the appropriate Conference by UUID or similar.
        
        But for now, Michael is opening a new window with the received file,
        so we want incoming and outgoing events to go to both windows so that it
        works well enough for a demo.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [c72addf2d5445a86be5307c306002565b43f4dcb]

        tubes: replace packetReceived link with a boost signal

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [608d52db1edd0eab8e74f1447a486ebe78245f31]

        ContactList: ask for avatar data for our contacts

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [a210def83b6e9cdab90222f1d39d8a25cbac4a90]

        tubes: delete MainLoopFlusher
        
        This doesn't actually seem to have any effect on the test passing or
        failing.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [679c4df0da586adfec342e9b0084953dacbc9791]

        tubes: reinstate erroneously-commented unrefs
        
        I think I commented these out while hunting stack corruption.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [e4a54befd07322b63eac95012f881ef7e382627f]

        tubes: update readme, get -something- working wrt. document transfer

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [aebe0af1cd0291a271ec6c2763c37b829b4b8075]

        tubes: push sent packets onto the incoming queue.
        
        This ensures that our changes are echoed locally as well as being sent
        to the peer.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [c0d0ad8818d4172c34d8ce82bab0ed582ab6ea90]

        tubes: delete some loop-spinning debug

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [a5a66cb1cf4751ba53dbf18aa2422b5dd0b3ffea]

        collab: print some info on which contact we've picked

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [aa8d62ed9af4bd7f5a07b64f6bcbf596cff3eb4f]

        tubes: calm debug thrash and get master connections right.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [e3ac5ac2da0c11bb8ee26eb1871f2cd3b3434125]

        tubes: more helpful exception printing on file load failure

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [98411a76545737f4b2b956fb1cc137a924c64641]

        tubes: mangle service name into file description
        
        The version of Gabble that Michael and Eike are using doesn't support
        the Metadata interface that we're using to direct this channel to
        LibreOffice.
        
        Perhaps putting something magic into the mime type would be a better
        temporary workaround but hey.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [671dfe39479dda40a2a7414de4c5cff76e214e51]

        tubes: fix crash with no collaboration setup

2012-07-17  Eike Rathke  <erack@redhat.com>  [769be1aab2a8e96445433e06449966d2db2b2268]

        tubes: start session only if LIBO_TUBES=master

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [68a1609ea835e61326ae03352ae23969344d5b90]

        Use a slightly nicer filename

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [5372069443044e67f5035e4804267a706ef16377]

        tubes: add hooks for send / recv file (untested)

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [cbe4cb777259643bb8552c8365adbba2fa1602a8]

        tubes test: remove an unused function

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [68c9cc5f2554ef424f2b06998dcc40bc869526f6]

        tubes test: disable testFailAlways()

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [451dbe398bdfc38b5ed2a7cab2a1d08a99bbaaf0]

        tubes: skip self contact
        
        You should only have yourself on your contact list on rare occasions,
        but…

2012-07-17  Eike Rathke  <erack@redhat.com>  [7fe5d1af260b5ec138767d8944ac1e2fc24e3198]

        tubes: adapt to new contact list interface

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [4b73903e0e572277db95d76e7ac0c85248df184b]

        tubes: improve the hack to work outside the test suite!

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [b5935dea2e47eb4cdff1634b7b4c1c9ba06a11e0]

        tubes: add a hack to give time for caps to propagate :(

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [bc88b6ea5c1733ec50a7f3747d364af83f772b39]

        fixup!

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [1fd537d7582178114005cd3e3c0b90d4db7719cd]

        WIP

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [0338b92fd4feccbae6d7a4f0a5046ad149fac387]

        TeleManager: make g_type_init() the first thing done

2012-07-17  Eike Rathke  <erack@redhat.com>  [70a5f05a4f08b45acc13df80e7b7ee5cb2610c52]

        tubes: wrapper to enable tubes
        
        If environment variable LIBO_TUBES is set, Calc's ScDocFuncSend and
        ScDocFuncRecv act over tubes.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [14efb92f907215f72cf841da98996bc9d39fc9e7]

        tubes: remove "account without account??" warning
        
        It's completely kosher for Telepathy accounts not to have a parameter
        called 'account' (which really means 'username'): Salut (link-local
        XMPP) accounts do not, for example, because you don't need to specify a
        username.
        
        tp_account_get_normalized_name() gets your contact ID for an account,
        which is really what we're looking for here.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [e6a3874108e77d366085a4b275ac337cda5225ea]

        tubes: implement receiving files.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [0b7f8fb6971ca1df6f94508e45c42cdb157e3dab]

        tubes test: fix stack corruption on test failure
        
        We can't use CPPUNIT_ASSERT() from a callback called by C code (such as
        the FileSent callback), or we'll trash the stack if it fails.

2012-07-17  Eike Rathke  <erack@redhat.com>  [1b601608ec0a67a27d4e36955da2c32927f3f04f]

        tubes: pull in tubes headers and linkage

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [5bcb73a5942f3dee168100b5305e2398ca2c3652]

        tubes: re-use autorecovery to serialize to a file for exchange

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [eac9aad0362a8d828ccd01e753ecf385096101ae]

        configure: Depend on new enough tp-glib for FT api

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [302785ae59205e9e373c43739ca874fcc4ee5577]

        tubes: don't bypass approval for tubes
        
        Setting BypassApproval makes incoming channels skip the approver
        step—the step which triggers the dialog box asking whether the user
        wants to accept the offer.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [ff9fc4a5b434d6ab38a9063d097305183526b7f3]

        tubes: escape and quote strings if necessary.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [4aad3f25f640a6e525e62be605ae44d9eee32cc5]

        tubes: proxy more docfunc functions, and improve escaping / parsing

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [c9f27f64c853870dc45b09dba7d4a5e2370fd4e1]

        tubes: Add preliminary API for sending a file
        
        Crashes if the file transfer fails.
        
        file-transfer-helper.[ch] are, as their license headers state, LGPL
        v2.1+. They come from Empathy. I am in the process of refactoring them
        so they can live in a future version of telepathy-glib (which is itself
        LGPL v2.1+), so their presence here is temporary.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [9bcf81c5645b1fffe6c0253533fe92ee488e60ad]

        tubes test: refactor spinning mainloop

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [d7ed9151c074b6432ab554beeef7b5990d420c6f]

        tubes manager: fix a compiler warning

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [5f6afa7d221d5801434d223141a9f87e802c3046]

        Throw an error if we get channels we don't understand.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [cf3dcac5ccac798d5eeb64d69b38ed6269f70960]

        tubes: make Conference hold TpAccount

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [066479973ce488b0cbf37cf409cd3616661b7943]

        tubes: make startBuddySession take a TpContact *.
        
        I removed Conference::setTarget() because it's redundant: you can get
        the target from the channel. And maTarget was unused anyway.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [ebc93773e9ec3436f2519651b42b69d39fe4e2e4]

        tubes test: find TpContact* for accepter

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [813b650dfbbc85efebe0dca903aa285d48237b85]

        tubes test: store OString identifiers
        
        This will prevent having to convert them in multiple places.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [c6aa7e8aab81d27e0f8d1bcca82fa86d8f32d736]

        tubes: chain noddy serialize & de-serialize to partial docfunc re-impl.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [c80787cd82769cd1063987dcf0a5b1bd366e056e]

        tubes: Give a useful error when test-config.ini is missing.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [bbfc386f54b4b6ca17431e187f161858a3b80976]

        Make startBuddySession() take a TpAccount *.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [543c6520a8aa633511da604436b107e95c3142e0]

        tubes: move hardcoded test accounts to an .ini file

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [c0f49f43d1c07980625a4eb4e1bb344013c74316]

        split ScDocFunc interceptor to new collab/ module and start on it

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [5e23c25b4efc0a4bbc0611bc0981731a2c8f8194]

        tubes approver: add error handling in case spawning LibO fails

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [bceb36085912f2f34abf9124e7c1bb5be4d2465b]

        Add WIP .client and .service files.
        
        These are roughly what need to get installed to make the approver (the
        little dialog box that pops up for incoming offers) and handler
        (LibreOffice itself) service-activatable.
        
        Without these, your contacts will only see that you're capable of
        LibreOffice tubes while you're running LibreOffice, and you won't get
        a prompt unless liboapprover is running.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [1aafe220bb1aecf12d5aed2eabaa2926d2e29e2f]

        tubes: add approver
        
        This is a small external process designed to prompt the user for
        incoming LibreOffice-flavoured D-Bus tubes.
        
        Right now it is not service-activatable, but soon it will be…

2012-07-17  Eike Rathke  <erack@redhat.com>  [87604788aaf364edd86890e5a1a08473a031a054]

        removed trailing whitespace

2012-07-17  Eike Rathke  <erack@redhat.com>  [5edcd7fa12c69c5b27d6b317f380f266f292008d]

        make service name configurable for tests

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [1e28e0f28082be69c02fa6dc5c0cb3e59167b7a3]

        re-direct EnterData and turn it into many smaller ops.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [c48adc7273de586ace7aa668f03ec5f58027462c]

        dummy interception of ScFunc methods with INTERCEPT env var set.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [0e7dd6a9ed7fb8145acf91c036affbf0504cd906]

        EnterData - remove un-necessary bRecord parameter for corner-case

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [e95ef3583542c21e6459734e4f23098d5d64288f]

        Add undo / redo lists to ScDocFunc

2012-07-17  Eike Rathke  <erack@redhat.com>  [638b3deee9e8a52fe75512aa9627fb1ca279ac32]

        singleton impl

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [d681b14b57a95a4c67a3a199b9324631f99609ba]

        Move tube service name definition to a header.

2012-07-17  Will Thompson  <will.thompson@collabora.co.uk>  [cf7bc6dea0e7ca288a17ca3b43a5f64c7addd30a]

        tubes: add API to find contacts with LibO tube support

2012-07-17  Eike Rathke  <erack@redhat.com>  [6b16cc2ca82027bac2306a062c6a61b5800e6853]

        restructure things to one account manager and one connection
        
        tubes are offered and accepted now, sending/receiving works
        
        YAY! Thanks to Will Thompson from Collabora.

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [894151477330cea23f92247132c5c64065a2eb14]

        expand pkg_config flags for telepathy

2012-07-17  Eike Rathke  <erack@redhat.com>  [8d7963a30d3511f4291fd556f6af10cc48e98d46]

        disable entire module if without --enable-telepathy

2012-07-17  Eike Rathke  <erack@redhat.com>  [8b01a81eecdbb8f78be0f52ba4361f6f02b04694]

        ideas and todos

2012-07-17  Eike Rathke  <erack@redhat.com>  [a3a8b803f346681da50fc6d59bf2a3fba58d4da1]

        implementing Telepathy Tubes interface

2012-07-17  Caolán McNamara  <caolanm@redhat.com>  [e80a6eb111da4a258286715ac27a5c10cb2ce07d]

        NSS_Initialize is actually in nssutil3
        
        so add in all the libs we're going to link against when doing our link test,
        which fixes the build for this on an old debian toolchain.
        
        Change-Id: Ia2883f0992ad44e3857576eee59c70df80028694

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [39ea1402d8be477a4d9645c368e9bbc680e91cc8]

        fix previous STL conversion commit:
        
        Check that iterators are not end() before incrementing.
        
        Change-Id: I9c29c707f165306261523e320099dfa6f0527f30

2012-07-17  Noel Grandin  <noel@peralex.com>  [66c7b8fe56fd7aa518ba28986a4cfd773bf1319b]

        Convert SV_DECL_PTRARR_SORT_DEL(_SetGetExpFlds) to o3tl::sorted_vector
        
        Change-Id: Ibdb223f0209a999028d5d63536a895a9d1f473f2

2012-07-17  Noel Grandin  <noel@peralex.com>  [4b41b87e52007897131088e61ffff41d22122acc]

        Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vector
        
        Change-Id: I663f03c2fdafe994b609572aa3a8b6bf2354b444

2012-07-17  Noel Grandin  <noel@peralex.com>  [5a4796f78f315d8518238f4194b553f671aeadf4]

        Convert SV_DECL_PTRARR_DEL(SwUnoCrsrTbl) to std::set
        
        Change-Id: I0d79505e2d97b1f8608e6d6e72b317bfaa344b1d

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [49f7814515c2dca4ef39e518906f8c802d6c888f]

        SwGlobalTree::InsertRegion: -Werror=sign-compare
        
        Change-Id: Ib00a12ba38334a1233c2894606c097bfa2891813

2012-07-17  Noel Grandin  <noel@peralex.com>  [0d3b54b6d874eea33063fabcfe40538dd11aff64]

        Convert SV_DECL_PTRARR_SORT_DEL(SwGlblDocContents) to o3tl::sorted_vector
        
        Change-Id: Id0ee0ae93d69641cf65d12c8f170d3c6b34dbeb9

2012-07-17  Noel Grandin  <noel@peralex.com>  [7bef4fe2e22642d552cf3f431d6ee3ba456b9101]

        Convert SV_DECL_PTRARR_DEL( SwFmtCollConditions) to boost::ptr_vector
        
        Change-Id: I45c66246de9d5608b630ceeb11535faf28f9c073

2012-07-17  Noel Grandin  <noel@peralex.com>  [22faf8438f01d67fe3381aa353e5187f36ce4098]

        Convert SV_DECL_PTRARR_SORT(SwpFmts) to std::set
        
        Change-Id: Ia5bbf4960cae0b2e4a975ded067d46a85a0b3ab9

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [c09d284eb17f1d95d5052e2c651063b99e387b48]

        fix previous STL conversion commit:
        
        Change-Id: Iace6d47157ee7280c6940465ef6da0b066302e52
        SwBlink::Insert: the delete was removed, introducing a memory leak.

2012-07-17  Noel Grandin  <noel@peralex.com>  [4c24b7e486fa7f0099d6be6f03e7299de3591dde]

        Convert SV_DECL_PTRARR_SORT_DEL(SwBlinkList) to boost::ptr_set
        
        Change-Id: I14bd09a6a1209de45ee0a67f7f6e89aeb7412041

2012-07-17  Noel Grandin  <noel@peralex.com>  [b6d0e8ab15086ec25bb4d42650024711ef4de2a8]

        Cleanup: remove _FndBoxPtr typedef
        
        Change-Id: I6e794589b22698b411f5b74d56eeaabb760305d8

2012-07-17  Noel Grandin  <noel@peralex.com>  [21dd191b9fd5a75f7633ea27f745a347adb42ae3]

        Convert SV_DECL_PTRARR_SORT(SwDestroyList) to std::set
        
        Change-Id: Ifbee6942045b26fc7df8fb96d910197f77729b4b

2012-07-17  Noel Grandin  <noel@peralex.com>  [76fedd4d9abaf7597cadf3cde94de4f329a03c1e]

        Convert SV_DECL_PTRARR_SORT(SwCurrShells) to std::set
        
        Change-Id: Ic8d230bb32fb071300868d0cdcf776ddf58506da

2012-07-17  Noel Grandin  <noel@peralex.com>  [fbabbcefd8f8575c7b08c7a7ac7fe0b665038214]

        Convert SV_DECL_PTRARR_SORT(SwHTMLPosFlyFrms) to o3tl::sorted_vector
        
        Change-Id: If745de5e44ffffca27166f3ac6f35877189d50a7

2012-07-17  Noel Grandin  <noel@peralex.com>  [22461ae3712fa77a18be99fe76d6f0531058e388]

        Convert SV_DECL_PTRARR_SORT_DEL(HTMLControls) to o3tl::sorted_vector
        
        I had to move the HTMLControl struct to the header file to avoid
        warnings about delete not being called.
        
        Change-Id: I822afba210d34f5855ae052fb34e117a16578970

2012-07-17  Noel Grandin  <noel@peralex.com>  [637b9d4f825b9a96b042effa55f462bae9a0491d]

        Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableRows) to o3tl::sorted_vector
        
        Change-Id: I1731eae553e1bc47cbb01d47622b047693a6a194

2012-07-17  Noel Grandin  <noel@peralex.com>  [4991bd87045fd2e3861512d768eaed323db871dc]

        Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableCols) to o3tl::sorted_vector
        
        Change-Id: Id410727331d6b9dc599814dce15dc3d02037bc7b

2012-07-17  Noel Grandin  <noel@peralex.com>  [c516b333872adb08f45bc48fba2a2e97e22586e7]

        Convert SV_DECL_PTRARR_SORT_DEL(SwXMLTableColumns_Impl) to o3tl::sorted_vector
        
        Change-Id: Idd06aaa1a01a1f3ca17e23ae703549105f2d9669

2012-07-17  Noel Grandin  <noel@peralex.com>  [f7d681dc34e60eb8532403079d007ca1250f4941]

        Convert SV_DECL_PTRARR_SORT_DEL(SwInsDBColumns) to o3tl::sorted_vector
        
        Change-Id: I2f6adcff92aedb54c91fe57c1f7511160d9868ce

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [dfba27dd2c6e46c6100f867b83a466e74ddb6dc8]

        SwRedlineAcceptDlg::InsertChildren: fix previous commit:
        
        (it = aUsedSeqNo.insert(pParent).first) != aUsedSeqNo.end()) has
        undefined behavior due to undefined evaluation order of insert and end.
        
        Change-Id: I8e6f6912cb96c95b60c4fc964dc0f64feaf69265

2012-07-17  Noel Grandin  <noel@peralex.com>  [ae79f24ce509f6c3cfbdc4cf329f3e04bdc2b017]

        Convert SV_DECL_PTRARR_SORT(SwRedlineDataParentSortArr) to o3tl::sorted_vector
        
        Change-Id: Ia2a213708baf910429be9fd397e0112c80e8cd2d

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [29afbedb685576877d88f550d20572b506048f77]

        sorted_vector: operator[] returning by value doesn't make much sense
        
        Change-Id: I43f344fb06e45cc883c8c6cd9bbfbe29ef9c01f7

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [3b199abf89db17420c0ef4df16bdd61ae335f348]

        sorted_vector: rename nonconst methods to be more obvious
        
        Change-Id: I4ba4164343f252ac451433ba3b07e2cd214e13f8

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [a24f1f69d1c11ac111bd6dbeb5adbb8a77ffde52]

        sorted_vector: fix silly problems with gcc:
        
        GCC 4.7 has a completely mysterious complaint that can be avoided with a
        typedef:
        inc/o3tl/sorted_vector.hxx:48:16: error: ‘vector’ is not a template
        
        Change-Id: I58111df62c74f7d3a07e1e6e4fa1a400ff7d887c

2012-07-17  Noel Grandin  <noel@peralex.com>  [194070ca6154fdc4a704f872463a084fdb922032]

        Add erase(size_t) method to o3tl::sorted_vector
        
        I can't add a regular erase(iterator) method because we only hand
        out const_iterator's
        
        Change-Id: Ia3bdecb0f909d0712138c7ee48da268951e2733b

2012-07-17  Noel Grandin  <noel@peralex.com>  [0f57086b221eb1e7d3d9d7cdb6f3cdcb50f1edda]

        Improvements to sorted_vector
        
        Implement suggestionss from David Tardon, mostly around prohibiting
        access that could result in the vector becoming unsorted.
        Add front() and back() accessors.
        Add lower_bound() method.
        Add optimised insert() method.
        
        Change-Id: Icbb3597277f3e5963573b57d4f6d3cb740e896e6

2012-07-17  Michael Stahl  <mstahl@redhat.com>  [1d6830ec60f726b0e6ecd1d0d0062825c1edbb2a]

        fix invalid ifdef in SYSTEM_HSQLDB
        
        Change-Id: Ife861e0b34becf5a4f9a61c3e34be75b5acd00d7

2012-07-17  Caolán McNamara  <caolanm@redhat.com>  [f8f05d43de8728db58c8224c8aebf31ff570b6fc]

        Resolves: fdo49629 GotoEndOfWord fails with footnote at word end
        
        a) remove special handling of 0x0002 in our custom icu rules.
           Which brings us a step closer to getting rid of at least
           some of them in favour of the defaults
        b) expand the 0x02 in SwTxtNode::BuildConversionMap like we
           do for fields so
        
        Good side effect is our word count and character count now take into account
        the actual footnote indicator text, as does our cursor travelling. Both of
        which are more word-alike.
        
        Change-Id: I3b0024ac4b10934bee7a9e83b0fce08a18556c7b

2012-07-17  Caolán McNamara  <caolanm@redhat.com>  [d1561a0813e15c6694b136db116004b212a463f6]

        for external modules add a dependency on the makefile.mk itself
        
        so that on version bumps and/or added/removed patches that we
        rebuild them from scratch, which hopefully will make incremental
        builds post external module bump pain-free
        
        Change-Id: If268401a2794989d49861c08f7a69ef926cf5809

2012-07-17  Takeshi Abe  <tabe@fixedpoint.jp>  [2aecedd79e1cd579e6e494138eb79f76c3a6c6cc]

        removed unused forward declarations of class
        
        Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481

2012-07-17  Jan Holesovsky  <kendy@suse.cz>  [73cf6f327517d59cbb5de428fe4ff221c70e85a2]

        Doxygen needs ///< for inline comments, not only //<.
        
        Change-Id: Ib8db74de1f18342794713952470e26ba87bc75fe

2012-07-17  David Tardon  <dtardon@redhat.com>  [b480f91968a3df16a655585fba494425aea725dc]

        fdo#44534 invalidate bound rect after drag&drop
        
        Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02

2012-07-17  David Tardon  <dtardon@redhat.com>  [36649ca7ef74e108dbb536248c255168734a8911]

        move l10ntools to cross_tail_build
        
        Change-Id: I3e47892002a0cf0d22d86e9da925c76ac2781579

2012-07-17  David Tardon  <dtardon@redhat.com>  [a20a54ddfffa2cbb7c234ec2925ac06ee6b56c2b]

        drop translations from build phase: not required anymore
        
        Change-Id: I70df41a8ed5ed7e6c614749125f19b80c5e03291

2012-07-17  David Tardon  <dtardon@redhat.com>  [151b5990e3ee0bf394738d815bd84c77951ea408]

        move remotebridges to tail_build
        
        Change-Id: I54d0e708f00ecbd95f34a62b54768f15d263ec69

2012-07-17  David Tardon  <dtardon@redhat.com>  [9aa61701999b7235bd76bf4261765150b7e20f32]

        move sysui to postprocess
        
        The only thing that sysui exports that is used by another package are
        application icons, used in desktop (windows build only). But since
        gbuildification of desktop they are included directly from
        $(SRCDIR)/sysui/desktop/icons instead of $(OUTDIR)/inc/icons, so the
        dependency is no longer necessary.
        
        Change-Id: I6fa3153d3793e785c1ed602c3e67c86cead2bae2

2012-07-17  David Tardon  <dtardon@redhat.com>  [4b592ce754e578a347490341caecc1bc45f67242]

        move ulfconv to l10ntools
        
        This allows us to drop dependency on setup_native everywhere.
        
        Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [4fea92fe5389ba4de593f5e991870cf595b516e1]

        cleanup custom perl XML parser, use strict, and tolerate updated XML

2012-07-17  Michael Meeks  <michael.meeks@suse.com>  [6eeb0942c35f07dfbadb13f35fc6aa3703dac945]

        re-base on ALv2 code. Includes:
        
           retain presence of MPL licensed nssrenam.h symbol renamer.

2012-07-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [cf2d07fe8010bdef1e0f42d5b84c5d1b295a0485]

        dr78: correct include guard

2012-07-17  Jan Holesovsky  <kendy@suse.cz>  [3e3a6a799debca97dc4f7c496eda7259dc421407]

        Fix MinGW build.
        
        Change-Id: I48bad55cc982fba6fb48a921746801de9993bff1

2012-07-17  Stephan Bergmann  <sbergman@redhat.com>  [4f089de48b9849764c68c084b86b79dbfd396145]

        Typo
        
        Change-Id: I9e4e2cfc3ce61f6ac24e96a2a92fdabc4a72321e

2012-07-17  Jan Holesovsky  <kendy@suse.cz>  [12bf58bee53e0244563c3dc3c0936b338f6d70d8]

        Improve check for the FRAME_DRAW_NWF.
        
        Change-Id: I03d9130ffcce7ec92fc768e8c4ee63e425e76c21

2012-07-17  Miklos Vajna  <vmiklos@suse.cz>  [acaa4d592a0d8cc219f7ec8a65b0c17757a856aa]

        fdo#38244 enable attaching comments to document text ranges in writer
        
        Change-Id: I1e1ec7e91d513bc34737c7659d1178a02e80c53e

2012-07-17  Miklos Vajna  <vmiklos@suse.cz>  [2f52f37f8363cb696bb3ead7249a87a826409908]

        SwDoc::DeleteRangeImplImpl: handle fieldmarks before postits
        
        These were not deleted earlier, leaving a gray field after comment
        deletion.
        
        Change-Id: I66d5e04f075a54eb0638a63b8cd7bd8c1920603e

2012-07-17  Miklos Vajna  <vmiklos@suse.cz>  [e2a443f520782d5960188e7755230571811f65d7]

        fix error: ‘cerr’ is not a member of ‘std’
        
        Change-Id: I0e2988e99f4a333cf147e41c069913180e94ec93

2012-07-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1e89c6f3d1edee7d112fc2549d2f6ad16e65659e]

        fdo#51239 refresh row lazily (when data is requested)
        
        This avoids fetching data that will not be requested when the "cursor" is only moved and no data requested. That is typically what RowSetCache does when its own cursor is moved within its window.
        
        This basically makes the whole {next,previous,absolute,...}_checked story obsolete, by basically always being as fast as the i_bFetchRow==false case, but in a safer way.
        
        Change-Id: I89eaf277069736b3077bde8b45325929db290f2d

2012-07-17  Stephan Bergmann  <sbergman@redhat.com>  [d4e26ea852c48cff41443f6f4378b6bc47b8193a]

        -Werror=implicit-function-declaration
        
        ...when building --without-system-zlib on Linux.
        
        Change-Id: I9bcb355ec75291609b28397c16068acf293ba6eb

2012-07-17  Stephan Bergmann  <sbergman@redhat.com>  [309402a82272e7fc2cab75ca65764bf81ce311d6]

        -Werror,-Wunused-function
        
        Change-Id: I100a95d5f84ab61cb26ac39d436cb9f2cb7246e5

2012-07-17  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [73db878b17c6f57be5559ac5f7780b43ab690559]

        Correct check after memory allocation.
        
        ppenum is already tested for NULL at the beginning of the function.
        What is intended here is to know if the memory allocation succeeded.
        
        Found by cppcheck.
        
        Change-Id: I31a3bed93b5dfe1a4d384478267f7c8cc0421181

2012-07-16  Julien Nabet  <serval2412@yahoo.fr>  [5cfd4e920023ecb6caa9061bc0a52ea03def83c6]

        Reduce scope
        
        Change-Id: Ifbfd8e4b7a549d0225229a60a12b1b346fc02828

2012-07-16  Julien Nabet  <serval2412@yahoo.fr>  [00ae1cec08ae970f0640c0cc5d612eb0b9035207]

        Change form of checking self-assignment + cleaning before assigning
        
        Change-Id: Idc8e8445b870805b99d2b9434cf1f752c63cc6a0

2012-07-16  Julien Nabet  <serval2412@yahoo.fr>  [ba768f83cf4035d5e42d3a5b242ab7b371ec2634]

        Fix "Same expression on both sides of '|'"
        
        Change-Id: I8f71f0b20f3f1f41acde05d59a9b94d1ce942a7b

2012-07-16  Matúš Kukan  <matus.kukan@gmail.com>  [3201fd2316bb4aa420803c86d1aa7f71ba355f29]

        there is no --with-openldap option anymore
        
        Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965

2012-07-16  Luboš Luňák  <l.lunak@suse.cz>  [e13cda114264670413fe9f799491266b99601df3]

        fix --with-system-openldap
        
        Change-Id: Ifb70bf8277659b942ef05f55f483e1407814958f

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [1452bca91ecfeb3f55a4544ada42dfefd14c1ab6]

        No space after -L (Mac OS X)
        
        Change-Id: I5ef42a2a9cae39628442d99c4bc691bd947a92d5

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [974ac71ee6d0e4f7b989970c1555731a4ad26443]

        Typo
        
        Change-Id: I4c36c13d1bd519217b8e6335d31c3450e8c8d4bc

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [1715093a08a6d7a0196ad9acb42775b88b5ebe4b]

        More: echo -e is not POSIX (and unknown to Mac OS X)
        
        Change-Id: I8fdfbebd9fd4bf19b57ec83689116c6fc77227e6

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [208b380090d98c56947ad15a0ee9e3d0d5ea2151]

        echo -e is not POSIX (and unknown to Mac OS X)
        
        Change-Id: Id55d2028e44bfea57cd8d6c0d7085f5f6f2c77ed

2012-07-16  Luboš Luňák  <l.lunak@suse.cz>  [e0f7e213af28c8397bcc69b007a3c88248287a5f]

        the unknwon typo is surprisingly popular
        
        Change-Id: Iffe25051c8357019521196f9a27065d6108ede47

2012-07-16  Michael Stahl  <mstahl@redhat.com>  [e0ee0d444e5107bc2bbc2ac9f3bda19150f4f82b]

        RepositoryExternal.mk: add openldap
        
        Change-Id: I5f673db405449d28951eff4d6d30ad0b9ec5d77f

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ff89c90f7dffed78fb84fbf1139e112aa65fec44]

        Postgresql driver links with the *_r variant
        
        Change-Id: Iff1b5ff33b7a770c94a5b5d32f39ee1c4f596065

2012-07-16  Michael Stahl  <mstahl@redhat.com>  [7e6a07a6d2bcf50925fc499ec53216c960692f79]

        nss: upgrade to 3.13.5
        
        - drop nss-linux3.patch, builds out of the box on Linux 3.x now
        - drop nss-string-concat.patch, was fixed upstream
        - drop nss-clang_os_Linux_x86_s_comments.patch
               nss-clang_os_Linux_x86_64_s_comments.patch
          the invalid asm comments were fixed upstream:
          https://bugzilla.mozilla.org/show_bug.cgi?id=624868
        - drop nss-asm-fix.patch, fixed upstream:
          https://bugzilla.mozilla.org/show_bug.cgi?id=671711
        - not updated nss.patch.mingw since it looks unmaintained
        - remove the setting of FREEBL_NO_DEPEND, which is
          a) no longer necessary, because it will be set automatically
             on Linux 2.6
          b) harmful because it prevents automatic setting of FREEBL_LOWHASH,
             which is necessary to prevent conflicts with system libfreebl3.so
             at least on Fedora 16/17
        
        Change-Id: Idf9338d83f9b34000068c1b8691ca3135f56dd21

2012-07-16  Michael Stahl  <mstahl@redhat.com>  [7cdda27c17ddb309d7473b311485b970d57562b5]

        nss: no need to care about STLPort include paths
        
        Change-Id: Ibbee91f8ce21f76bc4a5e66ff9c5852dc693793b

2012-07-16  Luboš Luňák  <l.lunak@suse.cz>  [437dc5384985c97d6b59e91ab5280a840a387731]

        forgot to rename cppu -> cppuhelper from the template
        
        Change-Id: I6a2ba2213d59ba73f7f170f40c7607f6ad23a0f4

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aad94ec02c625a1cb15d8e8ebb71f2213520a6d2]

        Fixing build with internal openldap
        
        Change-Id: I365c5252a48b6ba4e8409534c75d34c4d07b2475

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [336c956262340db1e6be932462fbd412ca668954]

        First attempt at removing mozilla ldap at all (please help to fix)
        
        Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [069c1efa39e3bed146a3e70af796e6a70cf2f67e]

        Fix typo
        
        deliver had always ignored the missing "3" in the target anyway, delivering any
        libfreebl3.* from the source dir to the exact same name in the target dir.  (And
        scp2/source/ooo/file_library_ooo.scp indeed expects the file to be named freebl3
        with the "3").  This appears to be a harmless typo introduced with
        09bc28fb7b998f56b481fb07eb576f00ce72c26f "jl144: #i106132# nss does not build on
        MacOS 10.6 because of libsqlite3."
        
        Change-Id: I251834c2157acf0936bde9b7daaad16693822acb

2012-07-16  Lionel Elie Mamane  <lionel@mamane.lu>  [a201316b839c00fe5f8305150cf2ccba548a2868]

        reuse computed curFieldName
        
        Change-Id: I4ca9942b3abd343b75336e68bfe669ce5d3a38de

2012-07-16  Luboš Luňák  <l.lunak@suse.cz>  [268492ede6264bb389d947db197fc072b11ac352]

        rtl::O(U)String -> O(U)String
        
        Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d

2012-07-16  Luboš Luňák  <l.lunak@suse.cz>  [6080259862ee9886d1dabcb7c06132268a398cc6]

        allow using rtl::OUString etc. simply as OUString, without rtl::
        
        http://lists.freedesktop.org/archives/libreoffice/2012-April/029940.html
        
        The RTL_USING #define (set by gbuild for anything that's not public
        API) allows to use such classes simply by their name, without having
        to use the namespace or do explicit using rtl::OUString (which half
        of the sources do anyway).
        
        Change-Id: I7edaf12cd278489cdc1d5ff782f0a86361c13c0a

2012-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab9b5639b23ab5db93357bd076b65adea1b6e8b6]

        correct but ugly fix for i#118877
        
        This fix is better than the AOO patch and does not require direct ref
        count manipulation but still feels dirty.
        
        Change-Id: I1f37bc4c72f668fec229b874cfa1ea5e9ab9153e

2012-07-16  Michael Meeks  <michael.meeks@suse.com>  [d2b711ecb47e0a0701a1a72896a3148417820a84]

        fdo#521512 - fix presenter console display switching
        
        The new, clearer names for external displays need to be in-sync.
        
        Change-Id: Id78d359b08f956579e9226d00515cd959d81a17f

2012-07-16  Caolán McNamara  <caolanm@redhat.com>  [6d6198393e0677710191248d6f7c9ec15d0f0e0f]

        Resolves: fdo#42454 'imported' gallery format doesn't appear to exist
        
        AFAICS an "imported" gallery can only be written if you already have an
        imported gallery in the first place, i.e. its something coming from an earlier
        version. All the way back to 2000, so I suspect its an earlier pre-OOo feature,
        which can't arise in practice with no migration from staroffice configs to
        OpenOffice.org or LibreOffice.
        
        Change-Id: I9f248baadb20633da129d3bcacce3d7f92ef7510

2012-07-16  Caolán McNamara  <caolanm@redhat.com>  [995b97632e3e6f0a789f0ee59fc3bcc6f24bf096]

        make gtk-print stuff build on gtk+2 2.12.0
        
        Change-Id: Ifad0e87522397bace62ac8203202a3f40031b5f7

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [45c8db7ec89978029db2027585da986794971f7c]

        Unused include
        
        Change-Id: I445499755dc92103b3777229f22db0bc6ec1a80e

2012-07-16  Andras Timar  <atimar@suse.com>  [34ebc821d9942641c256157ada9f817338832711]

        fdo#52143 use Unicode functions for QuickStarter tooltip
        
        Change-Id: Ic9c7ed84925ea5b4ce324a98a1089102dcda24b8

2012-07-16  Jan Holesovsky  <kendy@suse.cz>  [8722e6f55b3625fb410f1aedf40ed8d0eb2612f0]

        About dialog: Forgot to Show() the image when present.
        
        Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [72a9ff067d60c7bb43b66a1e26dfe5fb3395a403]

        Download openldap tarball
        
        Change-Id: I8be128fc81c604e5a7daf49486be74a0af2359af

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5b09ee6c0b46cd434b1325427a3983892282f66e]

        openldap module to build for unix only (still unused)
        
        Change-Id: I9a3004634108fb4d1a990eaf528059cc7dfbe27e

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a42dba8723a191e1677211d3924a318a1d5a9166]

        define CONST_PCHAR_CAST for openldap case too
        
        Change-Id: Iecf6c142a52007eb5dff731a0f7b1ab3460f2b30

2012-07-16  Jesso Clarence Murugan  <developer.jesso@gmail.com>  [8a768fe2d780bdcb60c0dc0c4bc38410052233a4]

        Replaced all calls to deprecated function ImplDelData::IsDelete()
        
        Deleted the function ImplDelData::IsDelete() and replaced all calls
        to it with calls to ImplDelData::IsDead() directly. IsDelete () function
        itself was only a simple wrapper to IsDead () (and mentioned as deprecated)
        
        Change-Id: I71baf68801219cfbe2d2dc41d6bd5e419b9b4a87

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d1e7313ab076c919ce1bd095bac07480cea392f]

        Cast from const sal_Char* to const PCHAR on Windows
        
        Change-Id: If77916c59c3752f166482e0b8929fda859fac2f4

2012-07-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [589f09363bbf70601d11c5656ed2273d154c674f]

        Don't load ldap library dynamically, link it!
        
        Change-Id: I5e9aeb3ebda0c30da364df0d7a1c0f245a33431c

2012-07-16  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [df645a2bd8a9b5463c74f261268f0d2de7245ccc]

        There is not need to allocate memory just for getting the 'indexOf' a literal within a OUString.
        
        Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7

2012-07-16  Michael Meeks  <michael.meeks@suse.com>  [0dde6d4a2d14dcb09187d476c4fbb80b6e008315]

        fix 32bit build wrt. int vs. sal_Int32 comparison
        
        Change-Id: I7ae0014c2b8e14dabab0d64cb498abb820b3968d

2012-07-16  Michael Meeks  <michael.meeks@suse.com>  [098be920e012a3ae133d23cffdb161a0816d29c4]

        remove obsolete hooks for proprietary Sun single-sign-on config page
        
        Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a

2012-07-16  Stephan Bergmann  <sbergman@redhat.com>  [4ad006fc76b0f7fdd267c64fc868aaf63e281a31]

        Confusing behavior of cmopareToAscii overloads
        
        Change-Id: If432b67cebdb9a009a015ddf046ed1ce15920e57

2012-07-16  Michael Stahl  <mstahl@redhat.com>  [e35246c71ff08167e430d7e113cb139fe210e23c]

        warning C4928: illegal copy-initialization:
        
        more than one user-defined conversion has been implicitly applied.
        
        Change-Id: I5a6b4b9aacdc6cc38119185da6bc94334a809c0b

2012-07-16  Michael Stahl  <mstahl@redhat.com>  [0c803b1cddb273434d1f102a91f650cd20bbb0e0]

        warning C4701: potentially uninitialized local variable used
        
        Change-Id: I8e8dec18e1bec67154304b8c96ff034d6ab5d791

2012-07-16  Miklos Vajna  <vmiklos@suse.cz>  [c2a73a4780dbab2abdfb4654ddc2bf1356127eb0]

        xmloff: implement import/export of SwPostItField::aInitials
        
        Change-Id: Ie28e8e4c2e80d9234cf1ec2ca43dd200cf1d56cb

2012-07-16  Miklos Vajna  <vmiklos@suse.cz>  [6b919e03880195000716efdf8ce6a47a04664a25]

        implement docx import/export of SwPostItField::aInitials
        
        Change-Id: I919f5f0c4f6a1f6b1ea6261d9703da7a6c1046d3

2012-07-16  Miklos Vajna  <vmiklos@suse.cz>  [36270776a68c0cd0f472ebd7124c93d7936caf04]

        SwPostItField: added aInitials member
        
        Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf

2012-07-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [720e2906921ed10d9d8ec62a0121813fac9c622a]

        Revert "Make bottom tabbar items follow native theme"
        
        This reverts commit 17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62.

2012-07-16  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [8b8e611e9e17d55c49209f02f70c4a0acd2e0448]

        fdo#51890: Display themed progress meter instead of the native one
        
        Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443

2012-07-16  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [151400ef49a2a351c236753e7e72781412659126]

        Bring community branding in line with actual community logo
        
        Change-Id: Ib1e1d1ff7f20f51f991c7a14a6e5dc1510d8c1fd

2012-07-16  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [4eb137675551bb7b866b720e986dfaf2d3f00b20]

        Fix typo in template name: "VIntage" to "Vintage"
        
        Verify via File – Properties ... – Description or via the
        Template Chooser
        
        Change-Id: I6a635ef4d08af72cd2563fc722e80d7f48a8a2b3

2012-07-16  Matúš Kukan  <matus.kukan@gmail.com>  [e9e3bd0659e761b5b9409d61ae831afc59b983cf]

        do not hide .patch files
        
        to hide more, try git config --global core.excludesfile
        
        Change-Id: I1da4131b943a962797a1f389554139e87fe074bc

2012-07-16  Matúš Kukan  <matus.kukan@gmail.com>  [31b05fe9ffdc043211a6bd7216a809ab500b9691]

        unusedcode: drop CellBlock and one small method
        
        Change-Id: I7cad80ea59b4527193a35ea1b7cfdd56e07a0efe

2012-07-16  Matúš Kukan  <matus.kukan@gmail.com>  [a5ae5d95f4e2ca1591126937cb650c871894dc64]

        PRECOMPILED_HEADERS not defined
        
        Change-Id: I9292f45585243ef0244b75df030421111e1ca0ae

2012-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b85a2af72e3ce0a4111972d51c8f1d43599dee5e]

        disable edit field for min and max type, fdo#51834
        
        Change-Id: Id77c58f333bfab5446cf96d24cd9ccfc18802862

2012-07-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e11c88d999ad9cab8e309c87088d433fde0d4d9d]

        use correct value to check for min and max, fdo#51831
        
        Change-Id: I8a5412bc9c22048dd8f6618b38e5a522b7ea02c2

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [afdb80205679937a4d7503dc3715f39a4774a201]

        WaE: unused variables and misordered initialization list
        
        Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [bfcaa777c4a803c21208c8aeb8f2674943b243fb]

        callcatcher: update unused code list
        
        Change-Id: I045ac2928d4b8cf99f9f76c20a9e489adc34ed66

2012-07-15  Stephan Bergmann  <sbergman@redhat.com>  [5e21857cd4f81ccf0c87a3f399adf29aac3a68d6]

        -Werror,-Wunused-function
        
        Change-Id: Ie0e37aae9be1c6fcf3f8c0b8d571dc3786f38205

2012-07-15  Stephan Bergmann  <sbergman@redhat.com>  [27b1aa88c00fc425f658aba8e64567f6d2bfbd0f]

        #include "tools/helpers.hxx" for FRound

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [81af84c04fa7ef8c8c12d2a9d3899a9a75cb8260]

        gbuild: let JunitTests run with MSVC:
        
        Apparently the long path name hack is no longer necessary; at least i
        did not experience any obvious problem with a source tree rooted in
        D:/lo/master.
        
        Change-Id: I2fd1893a827c27b5dcee438eae6572c596ae907c

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [0ec45dc41dd4872482b817387f253d6fab6bf20c]

        let make dev-install do something useful on MSVC
        
        Forcing creation of second installation set is perhaps not ideal,
        but i have no idea how that installer perl crud work and
        at least it gives something to run tests against.
        
        Change-Id: I506160013de23f76128c9e39b4f3bacc6e32cc7a

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [01550a7450f099c4016af53fef53c286040b1575]

        sw: disable CheckBookmarks on WNT
        
        Change-Id: Ia52cbea28c832706cbfa74c2b1d9bca43df006d9

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [09b853e38b7a35d614caebd97116ca8a106148bd]

        CppunitTest_svl_urihelper fails on MSVC
        
        Change-Id: Ia1154ab9e677ac0d27eb8cf671139d4e23f78794

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [184179f583d26c26639781e65eb75afc13e0a149]

        gbuild: need to set gb_Helper_LIBRARY_PATH_VAR for MSVC
        
        Change-Id: Ic23e6e26093ed381a1930ee6d3c1bc04ac2625b9

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [d8b6225d974ef7f8dd14cf0828a86f6e9881fc97]

        smoketest: fix build with MSVC:
        
        Linking an empty CppunitTest against smoketest Library does not work,
        the linker complains aboutunresolved external symbol DllMainCRTstartup
        or something like that; building a static library has the same result;
        so just build the cxx file twice via a dummy smoketest_too.cxx.
        
        Change-Id: I11a29d4ec134f67a7de896ff8c669ed5b47782a7

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [111e10bd401b3fee981f32f5f98fc7512a5c47f8]

        gbuild: un-break setting classpath on Windows:
        
        Apparently LO patched GNU make 3.82 interprets the semicolon which is
        the value of $(gb_CLASSPATHSEP) as a terminator if it occurs while
        setting a target local variable; the part of the value that follows the
        first semicolon is cut off.
        Hence escape the $(gb_CLASSPATHSEP) and $(XCLASSPATH) vars.
        
        Change-Id: I213dba7155f9515e492c20cfff3bef1c4d8269fc

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [5d95ab29f228c355029147ee083e9f222545c0ae]

        MSVC complains about too many implicit conversions
        
        Change-Id: I33b40ec877270de4ed037dfaf6652c07935a727c

2012-07-15  Michael Stahl  <mstahl@redhat.com>  [efc8c95af4cf2e224594521094b1a8947d83399d]

        STLPort on Solaris only makes sense with SunStudio
        
        Change-Id: I18083180ebde8a9d32c645b3e203a562a6a0ddbe

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [aa3eeb28bcba10d603c15ee850620bed638514f5]

        Resolves: fdo#37279 and #i78701# startEditingAtNode does nothing
        
        inherit class UnoTreeListItem from SvLBoxString instead of SvLBoxItem so that
        it really isa SvLBoxString and can be edited with startEditingAtNode
        
        a) remove the unused SvLBoxEntry argument to SvLBoxString's SetText
        b) used rtl::OUString instead of XubString
        c) rename aStr to maText
        d) inherit UnoTreeListItem from SvLBoxString and drop its maText in
           favour of that of SvLBoxEntry
        
        Change-Id: Id78f43ae5be8cd6f581e6c2fd2bd6f46de9144ba

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [facd391b7fc46b330e4cbda25c33abed5e47604e]

        These methods are virtual in the base class, so are really virtual
        
        Its convienent to mark them as such in the subclass too for self-documentating
        consistency.
        
        Change-Id: I4c17b796b0704818705df0a7bc0dc8eb233ae36b

2012-07-15  Tomaž Vajngerl  <quikee@gmail.com>  [660e3c1b204ac709e2acdace2a67f359505a1555]

        GUI improvements for CompressGraphicDialog.
        
        In CompressGraphicDialog it is possible to set the target image width
        and height besides resolution. Better lossless / JPEG compression
        selection. Added Compression / Quality settings.
        
        Change-Id: Ic8a6bfbe9dfbcd4acdfda4c0a856c3ea813a2702

2012-07-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4dcac7b33bf3eb8125f5ae94c27980ea863c02e0]

        Uploading libmspub-0.0.2 release
        
        Change-Id: I0f91e4a4d9c47d91637eac8c28d4ab3062269e35

2012-07-15  Andras Timar  <atimar@suse.com>  [c61e3c941d46fe1ae6066f31e01786100e39da56]

        fdo#47947 Data Form dialog layout fix
        
        Change-Id: Ifa1689ff9be7afa14f5694825c506f7c8c3eff43

2012-07-15  Andras Timar  <atimar@suse.com>  [8d0c180469d9f7257afab63b7b8ef404b253ac27]

        remove 2 unused resources
        
        Change-Id: I5b0faac6c47c284fd25f020fdf6dbbed5c643e72

2012-07-15  Andras Timar  <atimar@suse.com>  [29b302d5375c89b3fd44ff4e459c9d177a64eff8]

        cleanup malingering vendor name in docrecovery.src
        
        Change-Id: Ie9fa8a07361a1ed957d9e4d19df256b4d9668606

2012-07-15  Andras Timar  <atimar@suse.com>  [7f4790388b5b3d09a364fa9d7ea10bd4765288ba]

        fdo#52090 update Danish dictionaries (2012.07.14)
        
        Change-Id: Ia05018afcfcba044e568e9262ccb90324c2807f5

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [c06fe7e201cdb0fa77da3067dc51a2c6e081d82a]

        Resolves: fdo#52013 use vector::insert instead
        
        Change-Id: I3cbc0c0751c069ff9bc7d8b1b737fcfdc3be2b9d

2012-07-15  Andras Timar  <atimar@suse.com>  [1b31d5fb52ebdf9c32ec50dd5521724bc1b1c73e]

        fdo#52088 use [ProductName] placeholder instead of LibreOffice
        
        Change-Id: I560139949c89798581ed7631eb5d0b3124c83002

2012-07-15  Julien Nabet  <serval2412@yahoo.fr>  [6c4838c13cdc1a6b127e08f1a46883da1b45cfbf]

        These methods can be const
        
        Change-Id: Ia4aa8df3768923f7b5a31fb5158e4a744f4b9788

2012-07-15  Julien Nabet  <serval2412@yahoo.fr>  [c64e33efb0f26c9bc9298c7e902efe9af22ca500]

        Possible inefficient checking for <var> emptiness
        
        Change-Id: I049ebd41756ffdd73f534c3bf34f81106f8549a9

2012-07-15  Julien Nabet  <serval2412@yahoo.fr>  [602445c1aae34c1770b627c60238f4f8ba8515ac]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I6cfaf9f4623c67fcf9383426f04b32e095acbf42

2012-07-15  Julien Nabet  <serval2412@yahoo.fr>  [350de508cfb0b3c9a471744f1b4ce440ae2edd44]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: Iedb58cade2bc7cdbce2e8d40b0e3502bf3df4fa9

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [cbdfab6e43d1462d7c677bc8dd5f66ced51ce88f]

        Keep track of the current view and close it when we click close icon.
        
        Change-Id: I63faf58203ac43b4216a57d8ad5fbfe8d9f0bfff

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [7d2e94d0f8ec8824b3056fc107e29b8ba283e0b3]

        Move Populate and ShowOverlay as pure virtual functions.
        
        Change-Id: I6544ec030646a2f9fb0e322c1c2032b78ff6390c

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [0703d559335588e69599a4172cbc3aa3d153a98f]

        Move some methods to TemplateAbstractView.
        
        Change-Id: Ie65d5c9c91a1c55c792bf19a9f2ffdb6bb56bb2a

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [5a22ac8fddd6db9849033b3f7171cf53160e9212]

        Move overlay attribute from subclasses to TemplateAbstractView.
        
        Change-Id: Ia64c226f481a24c06bb3e248f4441fbbca5ad085

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [b2ed25b473ac8914574958a4e01561863dde449f]

        Remove SfxDocumentTemplates dependency from TemplateView.
        
        Change-Id: I316d14303f3772fe2a3ea72b5b5a733f16b95e5a

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [29a0a916f4991d936bf1a648d3f401277b9f5ec8]

        Refactor setting TemplateView name through regionId.
        
        Change-Id: I4c03c5d254e1552abf8c30fc1f3f5dfbf24c1c84

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [58a404ca3ae47b2a57e2f50d82e633a0f7184116]

        Inherit from TemplateAbstractClass instead of ThumbnailView.
        
        Change-Id: If48b413fc4a409fbbce7a0b8c7de99c6b9ce91ad

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [4cfb62a8a1e128f32a19d06d46cbd5eda124e9b8]

        Create abstract class for template repositories.
        
        Change-Id: Ie92c2241c468522439bccd7d9c18a2dbf9c27c38

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [65fa0fbb7e3d47afacf95e61e68548f5d50bf8a2]

        Fill overlay template list when opening an online repository.
        
        Change-Id: I179f93ae76aff059cf069c54fe634eee49d4ed90

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [6876faeee8d8ecf66ef33bfe1f436117a71753e8]

        Set online overlay dimensions the same as parent and set bg as white.
        
        Change-Id: I40e84c1c10369a48544ccc1fcc9bb1821c8b3e23

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [836822522a2e9f009c0870cbbcd48d45bbd3c622]

        Create overlay for online templates.
        
        Change-Id: Ie09c91e23527d3e1389fc13bd13a8234bda080f3

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [e81b42750c47ccda313792f6a33ce8283470106e]

        Store item url in TemplateOnlineViewItem.
        
        Change-Id: Icc825963591fbdee4e75fc9865333d5ea52d6301

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [02cf240b0823f9337295cc6a72280ed83d37777a]

        Load user saved repositories when loading dialog.
        
        Change-Id: Id5ffb1d4addec43ba8c6fa5aecfa3d5683d6c3a0

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [86d59ae04eb77cf7b2c88c7f469bed2fe30edea0]

        Set online view position, dimensions and item details.
        
        Change-Id: I968eecdbc91b8998f3fb579afb5305554d6dab76

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [6c034219f3b0d2576b3261a4e9ba5c4d79b1ed91]

        Load repositories URLs and names from user settings.
        
        Change-Id: Iad7f62660abc59383d9933b198a57ac317361f38

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [e64f770707b3e677d0ba337b1b0d35937a691882]

        Switch main view between local/online repository.
        
        Change-Id: If2f5f53991271fc05453c44fa422aba7c14d0e16

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [63cddab83b1217845c57e37a6e8d3a9a28adc6e3]

        Create toolbox buttons to display local/online templates.
        
        Change-Id: Ia1445813c0c049b3478c3873b9e1acf5ae8d67f6

2012-07-15  Rafael Dominguez  <venccsralph@gmail.com>  [7db5c56b9f073eb416cf6038078d01bcc64f7ef2]

        Create a class to display online templates thumbnails.
        
        Change-Id: Id1a2a18d5531a3425221adec84abb7c05228496c

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [821b01bf2c5046f6731fa537bc034a45c176f265]

        JavaScript engine: added support for skipping/rewinding an effect belonging to an interactive animation sequence.
        
        Moreover now when the mouse pointer is over an event-source shape, through which the 
        user can start an interactive animation, the cursor appearance is changed to a hand
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [c78e929b42e68d0ca21a1f9c5bb495ffbb716a6a]

        Added support for interactive animation sequence to the JavaScript engine.
        
        Now it is possible to start an effect by clicking on a given shape.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [ada5f5f507b2816b32280742e16d9e54d4b10b98]

        Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value correctly. Previously it expected ‘counterclockwise’.

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [b0b7d169a062bf5c3e8b51d85620acce0b546086]

        Bug fix: now the darken and lighten effects work in the right way.
        
        Edited the effects.xml and changed effect direction to counterclockwise.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [aa50b3bd6b1282e6dff621df14997911b7a1f10f]

        Bug fix: now repeated animations and begin=’after effect ‘ works properly together.
        
        Modified the CustomAnimationEffect class in order to take into account the repeatCount 
        attribute value when computing the node effect absolute duration.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [c1598303e4c458795c28d41408a00d2082396113]

        Bug fix: now a clip-based transition works correctly when mode=’out’ and reverse method involves flipping.

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [aaed0c6e4953941c232cb17fcedda92635ec5905]

        Provided support for rewinding to the previous slide and for skipping / rewinding all effects.
        
        The following method of the SlideShow class has been implemented:
        skipAllEffects, rewindToPreviousSlide, rewindAllEffects.
        Commented out the calls to the initAnimatedElement methods for ValueListActivity and 
        FromToByActivity class as it is the source of a bug.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [9a786c8a1b76277e1926b19de9fc5732ae183a02]

        Performed some clean up and added documentation comments.

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [de912929b54d8b4ab1898a8f011233c340c2e080]

        Changed the rewindCurrentEffect method.
        
        The change was needed because rewinding a playing shape transition effect based on 
        a clip-path doesn’t work properly on Firefox and Internet Explorer.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [ce5a16c4e34f50f101ec25839686f28feca42aa8]

        Skipping a single effect works in JavaScript even if the effect is rewinded (fill=remove).
        
        Added a bIsSkipping flag to the SlideShowContext class and modified the activate_st method 
        of the AnimationBaseNode class. Now when we are skipping the managed activity is 
        not appended to the activity class but the end method is executed immediately. 
        In such a way the correct order of the various events that belong to the animation time-line 
        is preserved.
2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [159a45d06cc3d0e21b2b4e4b470591385db3503a]

        Implemented partial support for rewinding a single shape effect. Reworked the way saving/restoring the state of an animated shape is implemented.

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [6bfaabf4fe0a1ccf55ae238f690cebd641e6c425]

        Now a skip effect command cannot be executed if one skip effect is already running.

2012-07-15  Marco Cecchetti  <mrcekets@gmail.com>  [6f3ab481ff92776212d4d5533e9c62dfe82e3ee8]

        Now the skip effect feature is supported by the JavaScript presentation engine.

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [d7e5f9b315b5cbe6195504a4bb94b99e6f1b7d99]

        Resolves: fdo#31821 always process ZW[N]J in the font regardless of script
        
        Change-Id: Icd309199b393d89e202fa9d1aba1a1ace51c6c6e

2012-07-15  Caolán McNamara  <caolanm@redhat.com>  [f4d20a400b5c06959fd5a362a350bb4d9a6e4bd1]

        Resolves: fdo#31821 use icu layout whenever possible
        
        because icu knows all about otf so we don't have to, which makes
        things its problem and not ours.
        
        This is the default route for all "ctl" languages already so if
        we suffer performance issues here we should try and fix that before
        just reverting
        
        Change-Id: I68c8d9929ca48388f61951344f2cfc195045166f

2012-07-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d21d9ddbe0561f45419ae4fc376c312565b413b]

        prevent double delete in calc's html parser, fdo#52107
        
        Change-Id: I0a203a39697d3b12304e4b9dc99714cd7b2a008c

2012-07-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42cb26ba2b69cc4b10c28f07da4ee3f1e63c6af3]

        Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"
        
        This reverts commit 902082656655aeab559c0b5781907ff004179468.

2012-07-14  Caolán McNamara  <caolanm@redhat.com>  [146b507f9f52daa7378aaeddf6725b9ab129af61]

        ENABLE_ICU_LAYOUT is always enabled
        
        Change-Id: Ie29dd409b95e477a10536468ec320a59cc96a1a9

2012-07-15  Takeshi Abe  <tabe@fixedpoint.jp>  [7b689371cc344f14af783f87c7fe37f5350c10ab]

        fdo#52013: Writer will crash when the undo-redoing if it contains dummy text
        
        this fixes a regression introduced at 9c0ca924446933431d736ee0dd37e6852b4947dc
        by making assure that destination history has enough capacity
        
        Change-Id: I3f608f7ab4a2617b695a5441d41553049cff333b

2012-07-14  Thomas Arnhold  <thomas@arnhold.org>  [abdaf7e5f8d3600b1e0e251bb9b78670f0af0aed]

        Remove unused HIDs
        
        Those were only listed in help_hid.lst
        
        Change-Id: I491a037b375015db76c30c93a59b615a63fb1838

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [3b2bcb45376e8c1dcc2cc30621681d05d71acddb]

        Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: If5fa32b0443f879f8218cdec38ce94aed0f965db

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [528b406bc2b9cc6dcbce54303f024d32fbe41e3f]

        Check for assignment to self for =operator
        
        Change-Id: I88369c1b0c6f261e8350d196b56acdc8f8f61ce8

2012-07-14  Caolán McNamara  <caolanm@redhat.com>  [938824ca84c46ca1a1b627a94d95ba8b24f26b65]

        Related: fdo#31821 prefer non-latn over latn, but latn over nothing
        
        Change-Id: I00d4b7bdd6c35ab72ef57c3889fa4c5a7a464e05

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [f88ed64c2437ad7db8323f43796fd4c6af4ee2b6]

        Perform initialization in initialization list + fix typo
        
        Change-Id: Ic1596fb91bc879f29a576efbaf46f0292b698e6d

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [a95cdde9afb5edac14a5b3204f115bcbd5277d66]

        Fix typos
        
        Change-Id: I6702e444c54780cdb2f5b7a8e827e6533012eba1

2012-07-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [19406a2d3325070ad5c309676b74fc6d6d92c76c]

        fix remaining tab pages
        
        see f70fe6e651eefbc69c434256f7e74ad53519a36c
        
        Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401

2012-07-14  Andras Timar  <atimar@suse.com>  [4090ec5c4c8c68783ef94460d0809377769944e7]

        fdo#36187 - make ctrl-8 and 9 increase/decrease font size in Swedish
        
        Change-Id: Idea60232a25e58edd385f10cd9cff9f33c16fee4

2012-07-14  Thomas Arnhold  <thomas@arnhold.org>  [ee0531d4a6997e904ad67baee3b5f82257276f7a]

        Remove unused HIDs
        
        Those aren't referenced at any point.
        
        Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc

2012-07-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d3bfd982137dcfc90ca922e2471a07e58b1c0164]

        fix breaker introduced by 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18db
        
        Change-Id: I5e60c2d157e53831fb8239ca6d833aaca6735994

2012-07-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d24b51826109f73a23386b69879de66967a600db]

        Revert "Some cppcheck cleaning"
        
        This reverts commit b21661ce4200fd8040a213770a3f9e63a4b9f137.
        
        this breaks with ../framework/source/lomenubar/MenuItemInfo.hxx:49:12: error: expected ‘;’ at end of member declaration

2012-07-14  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [feca4833447be51e97bcd8f1672e5256bf8c27b2]

        Simplify code and correct the erroneous length parameter for "macro:///" and align text
        
        Change-Id: Id9eef27636c5c74857ed05b891514bee70903c3b

2012-07-14  Caolán McNamara  <caolanm@redhat.com>  [9b3348597520781497082a09b1ff8fb4a8709463]

        WaE: possibly uninitialized values
        
        Change-Id: Ic4d21f9a2a3389d915620331463d32f27101fd77

2012-07-14  Caolán McNamara  <caolanm@redhat.com>  [50d0b31d330b3eb245e96d9950328261e89e00cd]

        Related: fdo#31821 pull tables from otf fonts as well
        
        Change-Id: If3bd4ac640aaf6b68fa4ae2a363f691601ff942b

2012-07-14  Caolán McNamara  <caolanm@redhat.com>  [c375cd09d8c901b161176d0bb8f3cb6a2df1dc17]

        Resolves: fdo#35322 add a font only once under one of its names
        
        Change-Id: I644596b71b8526501160c666e72162ae8190bfd3

2012-07-14  Maxime de Roucy  <mderoucy@linagora.com>  [1574c76ec20d1da479ed7e9c85a6cefacc132dfe]

        Format paintbrush default behaviour
        
        Don't copy paragraph formats by default

2012-07-14  David Tardon  <dtardon@redhat.com>  [538c3d597de2cfe9e3ef108d71f310f1d7ca51b6]

        drop obsolete class
        
        Change-Id: Ia3485961f2d0a610ae7be6ab82446e89fab70b1f

2012-07-14  David Tardon  <dtardon@redhat.com>  [dd7d4db073a5d11b173a417ce54caaae810a1610]

        sprinkle 'explicit' over constructors
        
        Change-Id: I5929a480904460a92272d8e1da94ac1e55417ac2

2012-07-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [782c3ccb3bc608a24483a64ae6bbaebcd917ce0d]

        disable chart test for now
        
        will need to adapt the reference file and need the tinderbox to execute
        the sd test
        
        Change-Id: Ia5db091f3ce6ad8fb43d79933ea41a81069e93f3

2012-07-14  Thomas Arnhold  <thomas@arnhold.org>  [1340890ccdff010c827a8e98eb2eaf1a2ec49a2d]

        simplify include guards
        
        Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f

2012-07-14  Thomas Arnhold  <thomas@arnhold.org>  [5a7e8389f0720f1872f36af401c6b3af7968b7ea]

        hrc cleanup: Remove include guards from src files
        
        Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519

2012-07-14  Thomas Arnhold  <thomas@arnhold.org>  [87b6f3059ef85e244c0262f209be4a4bad0f1594]

        fix typo
        
        Change-Id: I39ac02cfc84be133855594c89cf5a5f1db4c7fc6

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [25608fb92488426b60dabdc1328fd71482a6642e]

        Check for assignment to self for =operator
        
        Change-Id: I2e537a27d605e564330c897f306f30a12cd7a280

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [c48c7560eed91616a33771deae9b4a4d1ccd77e8]

        Let's check struct var != NULL before initializing its attributes
        
        Change-Id: I968292c1c64bcd3dd3d21dfd991c1a31edec8893

2012-07-14  Julien Nabet  <serval2412@yahoo.fr>  [962d78294bec0df5e5120ac8fd10355a6e0e6988]

        Perform initalization in initialization list
        
        Change-Id: I103af00b8d4f057ecf427914d35aaa02fcf452ae

2012-07-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9caf0b7cfe9b7fae046940c5d5bd0049aa585d4a]

        fix ambiguous template parameter in test
        
        Change-Id: Icb574b66c184ba95de0e925393c898d2cfc1e479

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6b15221e13f66fb81a24202ec464e305e38c0b89]

        better error messages for exceptions in XShapeDumper.cxx
        
        Change-Id: I37761931b9f8351036f360423f481f53a59855fb

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b6123e97799e94f32b0882eac5f45086c141aee]

        also remove the libxml2 include from chart2
        
        all xml related dumper code is now in drawinglayer/source/dumper and no
        longer in chart2
        
        Change-Id: I4197774c0ef62606e8f32e47e3fbda0a0de32ae0

2012-07-13  Andras Timar  <atimar@suse.com>  [4e7b0cdad6fdce4c8d468cf9c79a8fe78517bf18]

        add hyph rules and thesaurus to es dict pack
        
        Change-Id: I0300facb4559c6eec6373ec9aea3b1347ffd719a

2012-07-13  Michael Meeks  <michael.meeks@suse.com>  [2c47c9989e308ddef22066607795eb3feef9f76b]

        re-base on ALv2 code. Includes:
        
            cws mba34issues01: #i117709#: make sure that parent of error message box is visible
            Patch contributed by Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1172346
            i#119036 - improve user experience of certification dialog - only shown once
            Patch contributed by Oliver-Rainer Wittmann
            http://svn.apache.org/viewvc?view=revision&revision=1299727

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [424d0fedd55699910830a5a342d54b8516b7b5c7]

        dmapper: drop unnecessary explicit OUString ctors in rebased code
        
        Change-Id: Ibaf2211425ff2ab6fc7647c159ec6b1f095e843a

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e4d5683625538db61f05f676042f43d055fe368]

        enable sd tests again
        
        Change-Id: I773dc0dc4a2d5faf98420d3901d28c2a08e64c00

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba19b6b104bf64e33ec09874d17e39328f8b2c0d]

        no need for libxml2 in chartview anymore
        
        Change-Id: I850b25843fa602269148b9097075bdfd7410086a

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1139806e56c468181d250bcfbb878d3a97eb94a]

        Merge branch 'feature/gsoc_test_improvements2'

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [76fd08ed822e791c812dd674265d977a4b3c59bb]

        getParagraph helper
        
        Change-Id: I8170f95e01b98db2fe79070dacfd7436e37019a2

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [04495938d9598a1968fb6757b09caa768071bf8a]

        helper for XPropertySet
        
        Change-Id: Ia00cf37a4bc46c73047ecc4c57f11a4a3de3cb90

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [d74b14892486a401682a2b33cd12812354220e59]

        testcase for the recent fix with (not) exporting default tab stop to style
        
        Change-Id: I112fe5d21ad25b7f37c0ebc08ee28e6efebaa960

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [15af925c254f27046427de70a59011e2ac3d6bdb]

        do not write default tab stop into the default style in .docx
        
        Use w:defaultTabStop in w:settings instead.
        
        Change-Id: I7056ff0ee8574fd942e2f330a1f76bae657a825e

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [7e9e8834b52b684262262b02a86d6a4d5ce07b9c]

        add const
        
        Change-Id: I5c7c88e0359dae9691f4cb70e2ad9a139618e701

2012-07-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f4dcec24a829cf4b6899ee2703ac4181cebb762f]

        fpicker: moved + and - buttons in the places list control
        
        It is visually more logical to have them in the control than ouside it
        and it also avoids weird display when moving the splitter too far on the
        left.
        
        Change-Id: I1183b1e81eb0135d376dce5a728c6be9f4250b19

2012-07-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [40e57a316eeaecc9302c05219b8d8da409f2fe3e]

        fpicker: added a splitter to resize the places list
        
        Change-Id: I9ae8b7066721c7e5a8ebb75f26949e874d72c982

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [897485d81e4637f3cb98dcfa8431f93f186722aa]

        forgot to rename this one
        
        Change-Id: Ia8bb3cad10c8639216f2a15bd4470012f5be6b29

2012-07-13  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [a7674482254ee996b1c4fee60f3064778be369aa]

        Search for char instead of 1 char long string, when possible.
        
        It is faster and even avoid memory allocation somtimes.
        
        Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445

2012-07-13  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [0cba5e5d25bf2f30c8500e1e673a7ef9e8e8d352]

        This look like the same as rLibName.endsWithIgnoreAsciiCase so kill it. Add missing { }
        
        Untested as I don't have a working build environment yet.
        
        Change-Id: I1988da8c07729eb99d3f53f71b8f950df29a7361

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [06b6a1da4a19108d0988ebe49c680905ae27d721]

        sw/qa/extras: rename import tests from *tok to *import
        
        odfimport sounds much better as there's no such thing as "odftok"
        
        Change-Id: I0a8684377c257f2c40a2e8255f62343d4ff2272a

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [158a7c73bb0a701b12fc3e2e96eff965c73435cc]

        wntmsc.mk: disable warnings-as-errors for binfilter
        
        Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [f7f4e9a823adc20cb4136d7ff6f83b943f23b3b6]

        add testcase for fc508908f55cc1fe5a22adcba710cebb75fc979c
        
        Change-Id: I02ce120143f94fc477ccabaea8d8d2cbf33af42e

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [4f5f7888c2cc4dc9428c5bcfa68d7ae748b8b948]

        sw: add initial odftok test
        
        Change-Id: Ibeb7622768b43f725f2aa5bc5d492290fe192efa

2012-07-13  Jan Holesovsky  <kendy@suse.cz>  [debfb21c927e39ab18aafb1895f343840967e16a]

        Fix the About dialog rendering when librsvg is not available / functional.
        
        Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9

2012-07-13  Stephan Bergmann  <sbergman@redhat.com>  [05a0aaa25efc53c4cfa8a955dbf96bbb63b8bc98]

        fdo#51954: More tools->rtl string conversion regressions
        
        Change-Id: If9c5b0a0876540e9546617faaa5dcb4ae1e5a2cb

2012-07-13  Stephan Bergmann  <sbergman@redhat.com>  [91404d1d379fbdc3b1c7286dafd2519b68b08c97]

        Hide information about failure during very early startup a little less
        
        Change-Id: I4ecbcf7e19c642bbb98f66d127050361fdb6136a

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [c097f7a3743246360bbae10e85a10eb00760edde]

        dmapper: remove last paragraph of annotations
        
        See commit 94855fbbb977d6acd42c32e157af664d0ede9739 for rationale.
        
        Change-Id: I34838ea9dd60f24d20ac48e6089915b506f5d790

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [423433ee105faea7775a3869dbf4054ab960480c]

        DocxAttributeOutput: overwrite WritePostitFieldStart/End
        
        Change-Id: If8ecbc9a831f26cab81ba47af9114b608592524b

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [2e6f9dff530f16db33c52ab289efe18f96f71bb0]

        MSWordExportBase::OutputTextNode: recognize COMMENTRANGE fieldmarks
        
        Change-Id: I5ad751ff6573d0bac884afaafe48af33cd441b2b

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [9370212be859ab828b67a486657ee399a6ff2dcd]

        MSWordExportBase::GetBookmarks: COMMENTRANGE fieldmarks are not bookmarks
        
        Change-Id: Ifd4810cf1b4c7a8ea6b080b35d902e66a93eb5c7

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [8c0a8d9db351fc05534d7552036889543f3a89d4]

        writerfilter: read w:commentRangeStart and w:commentRangeEnd elements
        
        Change-Id: I8da1e43ffe6a78f14ab0901ae73c4ee39f1cbe44

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [d211641cc616d684406efce8de468ffe1ca4253e]

        SwXTextField: make sure we always insert the field at the end
        
        Change-Id: I5070a4226affaa274e3fbe61d2f2cd182c8bc3bf

2012-07-13  Luboš Luňák  <l.lunak@suse.cz>  [fc508908f55cc1fe5a22adcba710cebb75fc979c]

        fix a crash with empty string
        
        If it's named nLast, then it's supposed to point to the last character,
        which, with an empty string, logically means it should point before
        the start of the string.
        
        Change-Id: I248fbe80c1c4b1c2c8d39f0bcf772f9b85415e4a

2012-07-13  Caolán McNamara  <caolanm@redhat.com>  [413554a3bd3e7236bd60e4e36f063351f3d31293]

        Related: fdo#49629 add test case for #i14904#
        
        Change-Id: I2bed0272eade44ab988f2cd9becb1f8ef0f232a9

2012-07-13  David Tardon  <dtardon@redhat.com>  [e9c6367cd546e6cf69cc2212b5a8771599bc54d8]

        fdo#51948 do not link with dl on *BSD
        
        Change-Id: If623e9a0d909ce6a7e260b0d4beed3fb0c74cf8b

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [09a5a74956b96b69ec93687f5a902b1c4f937d9e]

        warning C4267: conversion from 'size_t' to 'unsigned long'
        
        Change-Id: I1d922e5b3c7959022b6f57c33b9a4976a16305f6

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [48ab773e681b1f129e9196c11f5d44b0caf3dbe9]

        warning C4101: unreferenced local variable
        
        Change-Id: I627c2641dcebea1daa5a9264d8b4a5771bf8155f

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [e61c2222550342457e93372aa6b03ea299e53722]

        warning C4267: conversion from 'size_t' to 'DWORD'
        
        Change-Id: Idd467f2963099e2ae6bb76f405124dfa32c8cc9a

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [958898510ceec7ff8f2fdb36165f981456f29be5]

        clarify branding in comment
        
        Change-Id: I3101b9f582861bc88ab694c551e66079f133e3e0

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [9f41a8f30d22a1c7ac678ecdbdad5b60b1f334ed]

        warning C4267: conversion from 'size_t' to 'int'
        
        Change-Id: Id495b96f6f496f4ae16d9c9a3697f94c7b3f305c

2012-07-13  Caolán McNamara  <caolanm@redhat.com>  [2cf6778842d259d4e6e1a1f0e4c6c2ceab874eee]

        Related: fdo#49629 add test case for #i21907#
        
        Change-Id: Ie1dd9091e4d8ee09c9a75eecf28fd6cd06ea1839

2012-07-13  Stephan Bergmann  <sbergman@redhat.com>  [023513fb7186e8837d716e4ed3814d7fdf555fd2]

        Remove unused #includes
        
        Change-Id: I041feabb7ee94b33caebb67a380b8f3694d09e82

2012-07-13  Caolán McNamara  <caolanm@redhat.com>  [52280c29880c2d6bc533692d3f0cdff37f35790d]

        Related: fdo#49629 add test case for #i11993#
        
        Change-Id: I4466b57514352620fd26072544ec6e50bf08708c

2012-07-13  Laurent Godard  <lgodard.libre@laposte.net>  [0d2afe08450ad041afa21adf48d6c6d90e8cc4e0]

        change Exit menu entry to Exit %PRODUCTNAME fdo#51944
        
        Some user do not understand that Exit is for exiting all libreoffice modules and not exiting the current window
        
        Change-Id: If3a88a1e7f79c5c19f3011ba65dde3cda11462a4

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [76d07ffc5f87790865d9ea1a5c3c1093d0d01fe6]

        Resolves: fdo#48256 clean out Hide/Show Cursor
        
        Change-Id: I0249d42f06f9c1168c2c0c59af927c4a0535c39e

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [d436f2063ca7b9a8dfcbf64e599dce82471db139]

        Remove unused debugging macros
        
        Change-Id: Ib9cebcf3680e1761c25be03715423845de78bb92

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [cdaddecc5e3ec93294492b3efc38393c91459e10]

        java: printStackTrace always to stderr
        
        like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5
        
        Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [c26d4d34467008418ebf138412e87886694c326c]

        hrc cleanup: Remove unused Strings in sfx2
        
        Change-Id: I412cd836ab248ed7c247e1125ff52dc3263604d2

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [20f9a1744319ecdf18c9ab6d0873bb586eb4d03f]

        hrc cleanup: Remove unused strings in wizards
        
        Change-Id: I089642eaa1465629575a55d623eea79427bc2871

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [ae95e31831916df760503bfc2496b7bc55bc638b]

        hrc cleanup: Remove unused cstitem.src
        
        STR_COLUM_DT_AUTO is unused too.
        
        Change-Id: Icd14e697842ec7c78131a76daa683aae1b5dfc3f

2012-07-13  Thomas Arnhold  <thomas@arnhold.org>  [ac3800fbb9f3251276302b24fa0542441276a34f]

        hrc cleanup: Remove unused Strings in desktop
        
        Change-Id: I4c3550bcc214bd675c9f86b95597449255f6154a

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [87c6beddfb684cee702ec1c9225497b8541a780d]

        test: move XMLDiff implementation details to cxx file
        
        This makes it unnecessary to link clients against libxml2.
        
        Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf

2012-07-13  Stephan Bergmann  <sbergman@redhat.com>  [2e7702fb704133bad6a534a166e96599347cf6b4]

        fdo#51143 Do not wrap CannotActivateFactoryException as DeploymentException
        
        ...as some client code catches just the former and thus fails now.  (This was a
        regression introduced with the recent cppuhelper/source/defaultbootstrap.cxx.)
        
        Change-Id: I8306797f8331d894ab4e7695478e3824e9f79197

2012-07-13  Caolán McNamara  <caolanm@redhat.com>  [b32fcb79af8fdf905c8e09f987f7754a43079901]

        skip khmer test on older 'broken' icu versions
        
        Change-Id: Iab813f5288af1f0e054c022c4e4a99b92c7ce1ce

2012-07-13  Miklos Vajna  <vmiklos@suse.cz>  [b49bb29ad608fa7bb5623890ac136584ed2bdd7c]

        DocxAttributeOutput: unneeded sal_Bool
        
        Change-Id: Iad1f2323c91c91a6f8e43414cddb78cf7e739a0d

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [d6ee925423ef00dc16ad3cd939bc64d19e7fc922]

        shell: remove dead SaveDebugInfoToFile
        
        Change-Id: I18655247f0e836cefd2791e1c78cf9f49e396d02

2012-07-13  Michael Stahl  <mstahl@redhat.com>  [b8c1742c400ab79887cc068635227616cf528fe4]

        warning C4267: conversion from 'size_t' to 'int'
        
        Change-Id: I00e5e4f959c351004d8c1181c124cc6a1058b666

2012-07-13  David Tardon  <dtardon@redhat.com>  [d7aa34ee91a8b23ef6e2f544beeec1dca0d69af7]

        fdo#51278 fix reportbuilder manifest
        
        Change-Id: I34f229284611285e10a192f80b14b1e8b3fa618c

2012-07-13  Stephan Bergmann  <sbergman@redhat.com>  [8ecf7e2259681b7a0d26766ea4500a7a6313f56d]

        Backport boost fix for threading detection in GCC 4.7
        
        See http://svn.boost.org/svn/boost/trunk r76133 "Fix threading detection in
        GCC-4.7 experimental."  Without it, BOOST_DISABLE_THREADS would be defined when
        compiling with GCC 4.7, which in turn would cause
        boost/smart_ptr/detail/sp_counted_base.hpp to include a single-thread--mode
        boost/smart_ptr/detaul/sp_counted_base_nt.hpp which is not suitable in a
        multi-threaded scenario.
        
        Change-Id: Ia30a5c2c241e2e135858a5cab3dd855d05db50c8

2012-07-13  Caolán McNamara  <caolanm@redhat.com>  [8ad1d4443e67784a8c0d3c1a3a72f089cb0cd3ec]

        Resolves: fdo#52020 ICU breakiterator not used for Khmer
        
        Change-Id: I4c99129cabe70f17aa223cf8ec0ae1529188b6b7

2012-07-13  Gokul  <gokul.cdac@gmail.com>  [28d3e647ada2876b7463993d305fa2e8c44dce48]

        Added ctrl+w for closing XML FILTER SETTING tool in DRAW
        
        Change-Id: I37cee7027f674003ad4a600a4a36fc1a9eec2dc3

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0234b73de28098fc1cd37b55471ef924d2b584cc]

        don't use wrong sort direction in some cases

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [902082656655aeab559c0b5781907ff004179468]

        don't delete ScPatternAttr from doc pool for swap, i#118877
        
        the original apache commit is quite ugly and should not be used!!
        
        Change-Id: Id02d2cf474e49b97bfe285fe76867d1b1d944ec3

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee615aeb2c11ee1f288f903c2a7550299a9bc820]

        forgot to remove the header file from the deliver code
        
        Change-Id: Ifd6edd22e144948a3e98b02744ebf4852f0aa3e3

2012-07-12  Daniel Bankston  <daniel.e.bankston@gmail.com>  [68eb65f19d4f3fb564ac993e8b2f37fb33d685c3]

        Fix broken ODS column width import fdo#51446
        
        Change-Id: I43b6558de6e92b0fe40a38b5f2417bebad2b7f8b

2012-07-12  Daniel Bankston  <daniel.e.bankston@gmail.com>  [f4e82885dce18d6ae663b16a1f979c5a01910c34]

        Add test case for ODS column width import
        
        -This also re-enables ScFiltersTest::testFormatsODS, but disables checks
         for row height import which was causing win tinderbox failures.
        -If checks for column width cause win tinderbox failures,
         we may need to temporarily disable them too until we find out
         cause of failures.
        
        Change-Id: Ibfef98d412cf0a25b98d739ad53308dac09ed370

2012-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f11bfe90f8453c74c94717b816f05ad44ba00b1e]

        move EnhancedShapeDumper to a module local location
        
        Change-Id: Idb4cd44da611973c92bda6de779daf3aa8425168

2012-07-13  Lionel Elie Mamane  <lionel@mamane.lu>  [b0f84807ed7cca69a1e7aba18efe9f1917b96274]

        openoffice.org -> libreoffice.org
        
        Change-Id: I7e6f495eb56c0d6004c2e427b7fe9c3c09c7206f

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [d0e4215b653b0fab6718b06a5dc0e566170f538d]

        ExtGlobalContext::onCreateContext: warning C4702: unreachable code
        
        Change-Id: Iccbf66d8838fcfa2f2c620dd768aba75f9e071f4

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [50ce1874041c8ccfb5c9fefa8a66abb48fa26dcc]

        SwWW8ImplReader::Read_GrafLayer: appease MSVC:
        
        MSVC 2008 refuses to compile this unless it gets a const_iterator, and i
        have no idea why.
        
        Change-Id: I08a6916313ae256388309742604dfb5940b42b9f

2012-07-12  Lionel Elie Mamane  <lionel@mamane.lu>  [3d3b3f656f92790225b89aa31ee61163fb2fc7e5]

        errors to stderr
        
        Change-Id: I01756622dd7700d3918d156f118cd69c8a15879a

2012-07-12  Lionel Elie Mamane  <lionel@mamane.lu>  [ede56437f9641cad698b97b2dd14b0c1c37dfcce]

        fdo#50800 populate composedCommandNames ASAP, not at call of getFromClause
        
        In particular com/sun/star/wizards/ui/FilterComponent calls getSelectClause before calling getFromClause, and then all hell breaks loose: composedCommandNames is empty, thus cannot find the proper Alias column name, thus the column names in the select list were not properly escaped, ...
        We have just made getFromClause quadratic instead of linear, but:
        1) I do not think this would be a problem (small datastructures)
        2) If it is, rather use a hashmap or something like that, wich will also make getSelectClause faster
        
        Also make the fallback case of "unknown table" more robust: escape the table name (if any) and column name!
        
        Change-Id: I474adc51fc6378d836bd5865d9eb9505983dcbc5

2012-07-12  Lionel Elie Mamane  <lionel@mamane.lu>  [607e4857bf5c3a1a11092cf6c1aabb96d54852ef]

        debug unexpected exception
        
        Change-Id: I404072caf6ddab0ed833586066507c7d332fcea4

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [68a04271325dbb9add90960212a5b19e89220f29]

        ScValidationDataList: use const_iterator
        
        Change-Id: Ia465bc3b4bb4c075d235ccd14cac0248b198d470

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [7677eafaabb29b2bc3f136144d22e3e07e0e0790]

        warning C4267: conversion from 'size_t' to 'DWORD'
        
        Change-Id: If6cbb99b59b14fc7911c0fe76f44ac21b0db5042

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [9e20e9a7b88d64c521c55bde8b4e5f10578d6ccf]

        warning C4100: unreferenced formal parameter
        
        Change-Id: I0965bb0cf13becd8a55170789f81714919cbbdf2

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [d59024b652ccfaf7247da113ec36788fe260de74]

        warning C4101: unreferenced local variable
        
        Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [23e28754730f5b864fd0e7475ac2596b2b5899cf]

        XML_Parse returns enum XML_Status
        
        Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [c1aeceb363f188bc6a0de6c5cc1f7a6371b149b4]

        npapi.h: work around idiotic warnings from winnt.h
        
        Change-Id: I9a685fd0bf2e1285299d99ea39c29501bf8fadcd

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [765c7ddf2d883c25ca7e59928ff4ee091a6abb3c]

        warning C4305: truncation from 'double' to 'float'
        
        Change-Id: I27110c810b1d4d3dd3541625eff861be3e058ef6

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [28d2bb72939494cd65986e6d454a74a612e6ad50]

        warning C4099: type name first seen using 'struct' now seen using 'class'
        
        Change-Id: Ibbf92a0156cbb086901a59c6ed0fa950601570f5

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [0866e0f41f359feef99ede2d27c883c3b27b65e9]

        MSVC doesn't like dll-public MSDffImportRecords
        
        Change-Id: Ic1320988e7b47cfc2b0d589390341a56b1ff8aa7

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [1e7276f52e3e89f794711d65eaaf5221d6bd9547]

        SwContentArr: fix C++11ism
        
        Change-Id: Id4151d24fbb12688c7916dbcdac21ca4c6df0b42

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [88f16eb151e37a8e1cc8708f75a772e3081e0ead]

        NumberFormatsBuffer: use new configmgr api
        
        Change-Id: I74931a6dfe08d443125956d0a93f48f7d2886601

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [1d2ba733d758cbf7a6878debc8d183960996bde6]

        throw some const love at SvxAutocorrWordList
        
        Change-Id: I41d59d386b8f1fd5dc1fb9744a649085c66143f9

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [37d5ee911bcaa5c9c1ac6bf868a3902dd2dfd77f]

        get python building under mipsel
        
        Change-Id: I28e4d96fb48420a19e51d52b89895625e7f9ba93

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [e3ae44e512dc08cce9d9cecaab2be93a94458431]

        make check in Hungarian locale uncovered old bug
        
        which had been hidden by now because of an semi-optimized code path which got
        removed in the latest hyphen version
        
        Change-Id: Ica4b0cfa16b19469fea1f630bda09eaff82e8857

2012-07-12  Stephan Bergmann  <sbergman@redhat.com>  [ebdfaefc875d6ab5c42f1e659636759909072950]

        Improve placement of Change-Id line
        
        ...so that it is not added to a block of lines from the original commit message
        that happen to start with letters followed by a colon but then not followed by a
        space, as happened for 9e73f972b0e9a3e7b59c8e770b14c3d539600b06.
        
        Change-Id: I388c194645a1577e5446891f508b31f761d1bbbf

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [28d8b54c142df38b94079cf0d93f09c2a008459b]

        about dialog: use new configmgr api
        
        Change-Id: Ife65c0d9417c31e80d11e2e97ffd06765d90fb1e

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [058116026965ad31164fe60d5cd8a6d5fbbe8f65]

        make this a const_iterator for windows buildbot
        
        Change-Id: I6e242de572595fdf39553d76932bc0e953cd3a34

2012-07-12  Muthu Subramanian  <sumuthu@suse.com>  [e647cc9d895005c5bed2fec98c73ca28ccd925ae]

        fdo#45260: Objects having line thickness misplaced while pasting.
        
        Even with the proposed fix of commit id d999ae10 it still seems
        to be broken with reference to i#112978 . Maybe a better way
        of fixing it. Hence reverting this patch partially to fix fdo#45260

2012-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38b60f6bae3f687cc800b134f6e37674a3a73dab]

        Fix a crash with iterator access
        
        Change-Id: I96cae21e79fe0b6f6cd8f3aaae2560cd1f76d65e

2012-07-12  Andras Timar  <atimar@suse.com>  [c015b4ae380e65f3d1169aac33ff96335935ba78]

        cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)
        
        Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [7cb7efce3552563cba41bd9cb62c0ae82e60e154]

        make icu build on mips again
        
        my mips supports hash-style=both, but if you actually use it ld
        barfs with "gnu.hash is incompatible with the mips abi"
        
        everywhere else we just do -Wl,--hash-style=$(WITH_LINKER_HASH_STYLE)
        
        Change-Id: Ie310b7edad0d3068e5c4fcfed22aaea96698a06b

2012-07-12  Andras Timar  <atimar@suse.com>  [291f3fe9d05eccfd125cdaafcdf01328e754122c]

        fdo#52000 take website url from configuration
        
        instead of taking it from a localized resource. This way
        we have more control over localizations, no need to ping
        each l10n team.
        
        Change-Id: I4f8904b4601cd623399146ce060b9697d7b52671

2012-07-12  Andras Timar  <atimar@suse.com>  [7444b258df32638876257bab588f8d3513602781]

        fdo#35953 resize controls on Solver dialog of Calc
        
        Change-Id: Ia1130d241f6c01079449e670e26054bbc1a798ea

2012-07-12  David Tardon  <dtardon@redhat.com>  [836c61ab1c52b1833d12aa8745594b11111a83a2]

        fdo#51278 bump version to force update of package cache
        
        Change-Id: Ia33f9ef485fef1610b91df9895e6ac805cde0360

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [f92dfe253aeaf3e6e4c7ada84f1429e548316529]

        extend sample text
        
        Change-Id: I5700a051e64171f1d2d1ec19c63fbf9778e4bc30

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [99fabb54f38f5f36deda2e5b31616817b72f5696]

        Modern Tagalog is not written in traditional Tagalog script (Baybayin)
        
        Change-Id: I0be64324cb92fb7411e3b341d3c1e949e8edbe09

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [a3c43e21114289ee4d5c5331ff62daefc789fc19]

        only suggest text samples we can render
        
        Change-Id: Iebeb98ed2959bd4424f3f271f01a5809a03fdd70

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [b3ec98dea6e59dcc0c94aeece0e4f8e35430a86a]

        Related: fdo#45355 stale gdi font handles apparently still used
        
        When we do glyph fallback we check to see if the glyph is too large to fit the
        space available, and if it is we try and rescale it smaller.
        
        This worked wonderfully under Linux, but under Windows it seems that the
        SalLayout impl keeps an old unscaled gdi font handle which would give visually
        broken glyphs for me when the base font was smaller than the replacement font.
        
        So, now instead rather than just changing the font for the fallback level, we
        throw away the SalLayout using the old font, set the font for the fallback
        level, and recreate a new SalLayout using the new font.
        
        Hopefully this is the true reason behind the crashes of fdo#45355 although
        that remains unreproducible for me.
        
        Change-Id: I415b6e7a77777d4aa5e62079c52c6c18473c0ebd

2012-07-12  Thomas Arnhold  <thomas@arnhold.org>  [527e8f61868210c54bdad650f16390bda03c4353]

        hrc cleanup: Remove unused Strings in cui
        
        Change-Id: Ib453048fdb0e858936903c8bf2a24c74932b1b85

2012-07-12  Thomas Arnhold  <thomas@arnhold.org>  [c1ea4676ba67185a933fce387a66666e87095070]

        hrc cleanup: Remove unused Strings in sc
        
        Change-Id: Ifa1fa8d9e1f18163ba64edb8f26e1fcf7b21153e

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [96f07eeffc8fc526df9b75a12a33ee7d41a9a099]

        sorted_vector should not inherit public std::vector
        
        Clearly we don't want to expose std::vector<Value>::insert here, and
        neither e.g. push_back.
        
        Change-Id: I89917a23d6d9f36f56474cdc361ba4d513516122

2012-07-12  Noel Grandin  <noel@peralex.com>  [81181891c93faee024799991317ac2c451f4c0c4]

        Convert SV_DECL_PTRARR_SORT_DEL(SwContentArr) to o3tl::sorted_vector
        
        Change-Id: Ia6e4f2b4d1cfb1282dafd376ee56f5fa2e493b26

2012-07-12  Noel Grandin  <noel@peralex.com>  [8b98a0c3a117ff3deb0f7b30d6cfd13906296c4b]

        Create a template container class for sorted vector
        
        We use this kind of container a lot, so creating a single
        implementation makes sense.
        
        Change-Id: I67ead58becd7d2a287812145c11d93ab1c593c0f

2012-07-12  Noel Grandin  <noel@peralex.com>  [46a02d0ebf0babfa4027483ad7dc3958b725e698]

        Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::set
        
        Change-Id: I31783eecc28cdc6f4d8c40841302d5338a2cd7be

2012-07-12  Noel Grandin  <noel@peralex.com>  [1384ccd692a80f78458a7b7cd818bbd010007bab]

        Convert SV_DECL_PTRARR_SORT_VISIBILITY(SvxMSDffShapeTxBxSort) to std::set
        
        Change-Id: I94b2cccff386ccf331ca670df17d7a738e026879

2012-07-12  Michael Stahl  <mstahl@redhat.com>  [8edb5996089a24c6eb0509a7ee4d108a23203752]

        fix previous STL conversion commit:
        
        the MSDffImportRecords now leaks memory, so use a boost::ptr_set
        instead, that also doesn't seem to need a special comparator class.
        
        Change-Id: I52935205a57cfb03f439d83401b80b1bf69ede47

2012-07-12  Noel Grandin  <noel@peralex.com>  [c98829262fdfcd86e8e8c233319ece566af0b9c0]

        Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(MSDffImportRecords) to std::set
        
        Change-Id: I92d280f4e95a3d29851e73a955935b44966f5d03

2012-07-12  Noel Grandin  <noel@peralex.com>  [8cfdbe66c1973cec801a466209291aecc80650c6]

        Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::set
        
        Change-Id: I2ccd12b8e9516f59a39db7c9a123b2b76a0b6c28

2012-07-12  Noel Grandin  <noel@peralex.com>  [38b0ec8519c8692251c8973c724ef2097f12eefa]

        Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::set
        
        Change-Id: I08959c0de113264aaa7b1ca8c4f3124b2177d30f

2012-07-12  Noel Grandin  <noel@peralex.com>  [aa3a9f917f97ee87bfa5c6269bca1bff15542dbb]

        Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::set
        
        Change-Id: If9faa49b3d3fc36f36db4a7cc6ab82f8af54935a

2012-07-12  Thomas Arnhold  <thomas@arnhold.org>  [fc01739951de6bab7f40361dbe4f49bdb59caede]

        hrc cleanup: Remove commented out lines in hidother.src files
        
        Change-Id: Ib83ea7e5b4647f5335f7efe7bebf819fa6810864

2012-07-12  Thomas Arnhold  <thomas@arnhold.org>  [efb74b5dfdb773ba53b29080e1996a93d2c1cac2]

        hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc
        
        Change-Id: I96f030fe55c40861faf249b1617606f0977f6295

2012-07-12  David Tardon  <dtardon@redhat.com>  [10a6cf99d3a44e0b2c5e984e0145b5163b9ed852]

        fdo#51278 make reportbuilder work again
        
        Change-Id: I46f970fa23a0afd54485efb58b7f4f757c7d7752

2012-07-12  David Tardon  <dtardon@redhat.com>  [15f85977d1a753d066b0cc5dd7385dada3bfd2ce]

        drop useless announcement
        
        Change-Id: I0e94f44c27bbcb9d1ab12ae4f3f00e89d5388d69

2012-07-12  Lionel Elie Mamane  <lionel@mamane.lu>  [69273cdd675b205b6f47e9aab2872901c03be578]

        fix hsqldb java version detection
        
        1) The values were not properly exclusive.
           E.g. when compiling under OpenJDK 1.6, iscjava12 was set (!)
        
        2) On Java 1.6, should not enable the parts that are (only) for Java7!
        
        3) When non-JAVA7, need to preprocess the files that have JAVA7-only code, so that it gets removed
        
        Change-Id: I99b6bd9e781fee1007a04a4dc3d3f952c1b2eb00

2012-07-12  Michael Meeks  <michael.meeks@suse.com>  [a42f5034af5f6a0749b9159fa9cc257489d9830b]

        couple more file extension

2012-07-12  Caolán McNamara  <caolanm@redhat.com>  [13475e540970a614a16e6a1be29dc5b2b47b7b05]

        fix mips build: opcode not supported on this processor
        
        Change-Id: Ie07c6ac0471ecdf6236d194f1ec3389dd47d4b31

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [2c409f5a9871941ee380f200872769c62c665784]

        SwTxtPaintInfo::_DrawBackBrush: color comment ranges
        
        Change-Id: I65f681d9fd5f0e7471da77608279c2dade38d7cb

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [ec92841fd3ea9ddcaa99d5d352f61971ba9ea5ee]

        SwXTextField::attachToRange: use a fieldmark for annotation range insert
        
        Change-Id: I15d8be58924918cde827ee1d12308cf491cff35b

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [ff3dc1d67002be4fa7a73785843087d0bc5ed123]

        SwXText::insertTextContent: allow attaching an annotation field to a range
        
        Change-Id: I44633089c40a5a02655d4abb08fedd1acb014d15

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [fa72acc4bf926b5df3e484d72fcc9880994f7ea2]

        SwXTextField: add getter method for m_nServiceId
        
        Change-Id: I5a4f65da17062db1334bb0140b7b4545494adfa6

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [f98fbc38640816aa1f834f0e932991ae0d3202ee]

        SwPostItMgr: these can be static
        
        Change-Id: I83b18d86c61e38ebe344d0b4153513ad65b20720

2012-07-12  Miklos Vajna  <vmiklos@suse.cz>  [25416b8ad4fa0416bffdb05e231a5249faf7a38e]

        xmloff: add new constant for commentrange field type
        
        Change-Id: I9bdf184f5a8f414144d9dea814d6179ec2134209

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2042b2ea78f68063fb8f0f6e2b59b8962bcbef57]

        show comments in the navigator, fdo#51859
        
        Change-Id: I967ce4765fdb85263eea4cea5a8728470b32ad82

2012-07-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [efccf50664bb56733b2216ee4be887b8b3579351]

        fdo#51852: Temporary, band-aid fix.
        
        Eventually, once we re-work ODS's style import to get it to populate
        ScDocument directly, we don't need this IsImportingXML() ugly-hack.
        
        Until then, we'll need this.
        
        Change-Id: Ic2abf7c375d6c49a286544551e45734bef2dc03a

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4a2398e6c96849a4f62a32585b04b3f07f72e2f6]

        this change was a mistake
        
        Change-Id: I440ad9fa94b43135e4953c9d3fb31fcb177477e7

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff805a2bd1eec8a665004378d95acd15dd6a3189]

        adapt chart regression test to new dumper code
        
        Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [994a00eb3d9010a54ffb4f07430925af557a7e12]

        use XMLDiff for the new impress regression test
        
        Change-Id: Ib0182fe25e7a2534acf85e7fabe1355491d9a9e7

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea7cce1dd0a077322fa152e6bb1300b0ca129d61]

        fix indentation
        
        don't indent after namespace declaration
        
        Change-Id: I3773521abd2463269c58162eae6a608085b1bf9f

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c19a6dfa7bd0bce580c91d4073686a631c12b255]

        some small improvements for the dumper
        
        Change-Id: I0a24a0e9c4a3b818c9144bc38857b67e49483915

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [744969c4f665dcd5be7793a9b3949d4a0587a6ac]

        improved shapes-test.odp (but not finished), unlocked assertion(false)
        
        Change-Id: I845fef5e849518face60693cf31d3f00c57c7ae3

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [f48bd974cb652d28d7a80a9084f75c1daaadac50]

        Added dumping TextPathMode & ScaleX properties
        
        Change-Id: Ib31fc84424d4a57e8f3bcca2054016c5809b6f10

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [ec5b681bbeeb800e67dd228616c29694a9f7a400]

        Started dumping EnhancedCustomShapeTextPath service & added TextPath property
        
        Change-Id: I4945ee8cba2d9d4fc9f374cf0002dbdb99d6df28

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [cf7e4d3cedaee86da6887ff068565185fee4874a]

        Added dumping of TextPathAllowed & SubViewSize properties
        
        Change-Id: I4088e15cf010f2c0c4493b9a7781c9720d375480

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [72fc403a6f90a7b4db5956acf2a572856aee9f7b]

        Added dumping of ExtrusionAllowed & ConcentricGradientFillAllowed properties
        
        Change-Id: I696c7bfc6f0f7e50d0f0ae84a9e96c6b2f1bd554

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [8b79eeb8181e459c6fa82847f9d5ec36cc06f998]

        Added dumping of GluePointLeavingDirections & GluePointType properties
        
        Change-Id: Ie83dfd31196cc9777e4d582f45f27ff74482d2b4

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [85ff400da59a8bb0ab64d2676696fddcd5714858]

        Added dumping of TextFrames & GluePoints properties
        
        Change-Id: Ibaa5f782d511d406575bfec6267f95d6ae50b87c

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [4b4ca8030285bd66526ff5bb2b6ea5a75a6c6bc7]

        Added dumping of StretchX & StretchY properties
        
        Change-Id: Iddd10cb3baffbb3f40bd6af15e48bcfb7ea8317e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [7cb81fc2ebccbf607bf0d08d65f74bb43a83d1ea]

        Added dumping of Coordinates & Segments properties
        
        Change-Id: I4acfe9f1d1ca9bb4f434376bd6fd23804b66a25f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [be89451450580eb5f79e97d33bb5885e764c7c79]

        Started dumping of EnhancedCustomShapePath service
        
        Change-Id: I11ded0e19f4a9f619546af2ff838ad7aeadd7429

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3ab020c12995305b613bdc2f75bde33c761e3244]

        Added dumping of RadiusRangeMinimum & RadiusRangeMaximum properties
        
        Change-Id: I8ba86df74939d1267c8be622d29c8fdcea9cdb19

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [d88f5256e791a53169a8dbc399ec3a141e45f606]

        Added dumping of RangeYMinimum & RangeYMaximum properties
        
        Change-Id: I9ce489487676bd3182c6bdd4ce3969544d40c2ae

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3b5c45c72318e6ed614d2361a93acf43534dd122]

        Added dumping of RangeXMinimum & RangeXMaximum properties
        
        Change-Id: I5e5648a8aa4f8dd8942b87e36e5a85879d3ff0e8

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5c99514f4a47e81ff1de76711315471ec4794fd9]

        improval - Enhanced...ParameterPair() now use Enhanced...Parameter()
        
        Change-Id: Ib19d92241c6fcd0edc00680bd876f43dac8bd5c3

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [585c5e09b94d4b559383e8ffd105c4c5850b19db]

        Added auxiliary method for dumping EnhancedCustomShapeParameter
        
        Change-Id: Icef3d19c36224f4afd1b1a08c08630e5d6522bf6

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3d15d7060c3490fbbee0c34ed54634ba7a34d456]

        Added dumping of RefAngle & RefR properties
        
        Change-Id: Iabd1c00a33477ca92d7525f46ad5a9c732a35eee

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [13eb277734174c8bf07d603fef717004eafa79a0]

        Added dumping of Polar, RefX & RefY properties
        
        Change-Id: I43e690fef87091bdb47a36d3365df35b7e1fcdcb

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [bd6f8d3f9e21b149a42527e5d4f6e3252c6e2242]

        Added dumping of Switched & Position properties
        
        Change-Id: Ice30218ba8ec66807089174058951c7607f9b6cb

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a7cb63e3e772259ff86f8207651808a66fd4167f]

        Added dumping of MirroredX & MirroredY properties
        
        Change-Id: Ic580cf7c7c7d75c8f1fa0fbba13f53318b285932

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e6238a9cd793c7d86b1290b1a09448a1547e37fc]

        Added dumping of EnhancedCustomShapeHandle service
        
        Change-Id: I0b9d2b7abd966bf4d8e1cf579fdc0cf319978a6e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [30b646a4cf8fc9a455b52f9b83ec08c68928adfc]

        Added Equations & Handles properties
        
        Change-Id: I7912399d2864c964483bbbbc0a6afac3bfa64f66

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [1579148e83835b519c82add6b3a2e162b2875c73]

        Added Extrusion, Path & TextPath properties
        
        Change-Id: I46e7d6e0c83d8f988f2e5a5b9e7a10cbaef83958

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [59fba39c076c90918d99aabf272f87385030f400]

        Added auxiliary method for dumping PropertyValue
        
        Change-Id: Ie060ea82bda32bd62ea0fa82da037a47a78f3bf9

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [2704fe3973e2e2d72183d2ca148b29aceab746d1]

        Added dumping property AdjustmentValues
        
        Change-Id: Iac59e89f3d7dd5e75ca43b43c19639880fc2b3d5

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0e135909696ba48df8ab7d132279526d9209f4d7]

        Added properties MirroredY & TextRotateAngle
        
        Change-Id: I46a6d47b7eeab91522c63364684532bc731f271e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [df84989340e73a18d47b2dd0c4f37d223ff90618]

        Added properties ViewBox & MirroredX
        
        Change-Id: I0ab8e656a46688f28cdaa095e54cf23a64cff83c

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a2f212927728a4c0d8f2497b6d9335fc0cd37680]

        Added EnhancedCustomShapeGeometry service & Type property
        
        Change-Id: I38c60a10fc378a840f4bd267a9d6bec529906ca8

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [62b1ad1d484786015be443145cf02b4943338275]

        Fixed warning with incompatible arguments
        
        Change-Id: Id39143163a570a06020eecc5ddc5ec82c8d12f2c

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e307ee7cff96146fff43e2b9beb4282fb09b9227]

        Added dumping ExtrusionColor property
        
        Change-Id: I5df2f997494c399921a6657aecbb0d9a40977e93

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [39e516aaedd8261949d7c866c550dd3e00274a17]

        Added properties ViewPoint & Origin
        
        Change-Id: I87deba7504eff3feb6671835b33768045f502ba5

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3501827a4fecd0ca174715a5688ddaf10ad33cdf]

        Added properties Specularity & ProjectionMode
        
        Change-Id: I9e614c571f8d8db1cf00d3251cc4b09ff1dde278

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [39becd1a50de51785de3428dc2a36aa257758081]

        Added properties Shininess & Skew
        
        Change-Id: I8a78b918c94d769b71cc336f461318099db7b877

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b83881ac5a8053cbbef98db6980f80d134ba792c]

        Added properties RotateAngle & RotationCenter
        
        Change-Id: I97d52be4904657eacb7cea4ebec789e6dd9a4722

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [f104a3649608959b3b845dd3694aaf897e8808e6]

        Added properties Metal & ShadeMode
        
        Change-Id: I254a9089d78b97dde331812f77ad7977631b0d12

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [6c245e0687c4ff9f7b4e6240282a11ca600d2e32]

        Added properties FirstLightDirection & SecondLightDirection
        
        Change-Id: I7236ac0df42765e351b75a75fa2fa66422a72277

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5324d0d3086f1d528c69164b74dc6a7672fe0c97]

        Added auxiliary method for dumping Direction3D
        
        Change-Id: Id237d6c233857f83400c1aac0965f59ebc8daf4b

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [549db19b4d85e2379028d06e089c1c5ffee2526e]

        Added properties FirstLightLevel & SecondLightLevel
        
        Change-Id: Ia7ff7cd84c5b26d1a2f7898a271a800d9731b65f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a5a422d20dc2c75b9e249a7685994171eda82804]

        Added properties FirstLightHarsh & SecondLightHarsh
        
        Change-Id: I628b5f390c9eb99542254f814b6b34a0b30dab57

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0857b88d97d2de5041218a072044438f32f31fc3]

        Added properties NumberOfLineSegments & {
        
        Change-Id: I04e6db01c14344b1f7a71b587b7437fd87e72d99

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3b18024e5447a5bcce291aa9442d53cc79eeda1d]

        Added properties Depth & Diffusion
        
        Change-Id: If9aaf021bcdd0a43bbc32e08236f8bc39c7cda82

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3b97877219087a0d47f55bf5b7a080e3ed0df8f6]

        Added auxiliary method for dumping EnhancedCustomShapeParameterPair
        
        Change-Id: I3e0eca4f042565e8b64ab3e7286f66033c0e75a3

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [4024d146109b86131a10a78627aa149321df9065]

        Restructurization of XShape- and EnhancedShape- dumpers, builds fine now
        
        Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [1ebccdaf3df65a5f4b50844e0111ca364c0d133f]

        Added service EnhancedCustomShapeExtrusion, properties Extrusion & Brightness
        
        Change-Id: Ie787fb90f2c8192632e0ad8a86c7affbb3315791

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e0881b2f8916530a18c637bb16d5cdf993f7b5d4]

        Added new class EnhancedShapeDumper handled in XShapeDumper
        
        Change-Id: Ie719eba2579998917cea030fad51f07b0bcacec4

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [d96a9a2b6c5e1681422262e7392fb57152af0b9a]

        fixed taking wrong string as a parameter
        
        Change-Id: I30a68a17b14b9867dc2d2ade8b12e7484d68fe9e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e3f2bcb85d815f5c7592b7006b82862fa01b1ffb]

        Added CustomShapeReplacementURL property
        
        Change-Id: Ie0f2b1993392a8ba6974d891ca5147c69bf9a59d

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [111cc7b912e48da5f0f94151388233f4e7383105]

        Added CustomShapeGeometry property
        
        Change-Id: I2a4a22cef0c31a8535d33f920a74f61d712e9080

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [89683e605855995450320c9751b4a6832a1baa58]

        Added CustomShapeData property
        
        Change-Id: I9b41a8b427098126224bff268bf0b9be9ec3e2ef

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3d766ba84cad3227d0ce62eaf44e8328479907e9]

        Started dumping CustomShape service. Added CustomShapeEngine property
        
        Change-Id: If1d11d5dfcf101a3599bc828f6ac515624b087a1

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [6556f5b2f0c0e083b339c9d5dc672a8bfd3553b3]

        Added PolyPolygonBezier & Geometry properties
        
        Change-Id: I8c7bad77c5904cc63ab1ff2e2cc1adeb7afbdc62

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3639f80edcb6ca6b53afadcdf6d7d72fce441a22]

        Started dumping PolyPolygonBezierDescriptor service.Added PolygonKind property
        
        Change-Id: I17461a86120f0d05137c8b8410c47f9fc3097e8f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [817b35a9c3d69249a79ebaed291bb2d378b3a73f]

        New test files added, tests run for the 1st time
        
        Change-Id: I2f47d5c61f92dbf051a8509528947c2465a2d020

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3524c1a4dcdb07e8cb808ebb2311df164ab7a04b]

        Refactoring dumping - separate methods for the main services
        
        Change-Id: Icbe8ba80e10669ccb5162ba2f2723cfc95393775

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8dac6140af00ede681a7bca53ac8148ee55de16f]

        add missing file
        
        Change-Id: If80d2c6dcc5f5455a98a560aa23d085747f3fb94

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1f0555e0016ac5f10cd4bda313accbd5e4644c7a]

        add test back that I disabled accidently
        
        Change-Id: I614c483b3c7182d9c8e9915ce8b280051d9ca690

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ce3c289ca3be20fffd55a3829b8c6d60c71ecc1]

        only dump existing properties
        
        Change-Id: Ia7e3c7766ef8d9d86bd65945a6e6daae05c93b75

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [be0559116f94bda6b404d255d004b729c59425d5]

        replace tabs with spaces
        
        Change-Id: I6fb51e2897c85c50cd55afc2c067c166fddbf06a

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90d4ead80375cc0da112f72c5f7c6d0c0cf09385]

        an object may support several services, so dump all supported ones
        
        Change-Id: Id5d8a9591fc4448f3ea3390fa728e37b2753aea4

2012-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22d863454cbe90a7eb164914581ca1524fad4889]

        testing odp files makes much more sense
        
        Change-Id: I4023855513016e7f9d850bf96815539696536552

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [f5dbe0eaba923f5de84745a04f531b36c979cafa]

        Usage of XShapeDumper in Impress added
        
        Change-Id: I7abb493d8baaa42a45e24276abdcadbfd186651a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5f13c74b808667c32d0c40416acbb3377ff0e3ce]

        Added dumping NavigationOrder & Hyperlink properties
        
        Change-Id: I15bd739657f04afd647f22a28a3b04ac066ce114

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [922fcb352686f71e01696d28425fdd08504efedd]

        Added dumping Transformation property
        
        Change-Id: Id7ded83cee7798a1ddc3fc3ce7344d64b8f0f795

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b1e0f23fbb950bfe1e7e5cbeea18f0cc68be8f7e]

        Added separate method to dump HomogenMatrixLine3 properties/fields
        
        Change-Id: Id0c66cf82ce224364f4e15fe5a21fcf52b8cde3b

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [360a938abdecb1db7a07e65a0bc8acbc99e6bd33]

        Added dumping SizeProtect property
        
        Change-Id: Ie0fc0e92522184caa3380443ea601a77101ac813

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e2b053854b291c9efd6f82408eebea34c172997a]

        Added dumping MoveProtect & Name properties
        
        Change-Id: I5faf77a955fe9e6134e6e5ae15c2367f1ee81d7b

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [de167e39f84226f122a9bec3b7a8b82e2f73fa16]

        Added dumping Visible & Printable properties
        
        Change-Id: If6abb577f9ae752f2467976e388a13964eaa3417

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [58ece5025790b6835d2bcb766da499bcc0ee17b3]

        Added dumping LayerID & LayerName properties
        
        Change-Id: Icadcea9251a2f33a2d37b70b438282238f5b29ee

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e5dd6396d8dba845f787664926219bd6a106c312]

        Start of dumping Shape service. Added ZOrder property
        
        Change-Id: I0d9ec609988d1df577fe4e9dd656fc6579dec701

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [c3f4c6c24732d8b788ceb4f385795659e475bea0]

        Added dumping ShadowXDistance & ShadowYDistance properties
        
        Change-Id: Ic9be7c648c9cc0fb7cc2c7869e7efab9f6d782cd

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a4274ea7ae837ab63b93f3fa04a5b83608234840]

        Added dumping ShadowColor & ShadowTransparence properties
        
        Change-Id: I8bffe821d00644f83ab15f4100031bbd4af38e8e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [fd84cc49edaa99777712cdf02dd84221cbfd5526]

        Start of dumping ShadowProperties service. Added dumping Shadow property
        
        Change-Id: I78f484881dcd846d23d68f7651ac1069f5477a91

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [63c004fc3f0bc53ce888ef012f7993b9203a7503]

        Added dumping TextAnimationStopInside & TextWritingMode properties
        
        Change-Id: I6fad605243003826d5df89f9f1d9040cff4ee6b2

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b100e5a98e17104b957e21fd5183528fff8ad951]

        Added dumping TextAnimationKind & TextAnimationStartInside properties
        
        Change-Id: I2ea8b51499fca9107c5e60a33b76e3bfb15833ba

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [fd09060f57c20e7a0ee3e87ced3c0461d90382e6]

        Added dumping TextAnimationDelay & TextAnimationDirection properties
        
        Change-Id: I9ac0fa6c727890bf4274b2341db07f7a8a93f204

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [7ec009c40fe5cadac2604d7ea1dc1164cf6c1021]

        Added dumping TextAnimationAmount & TextAnimationCount properties
        
        Change-Id: I3293b0faf5ddcb9be4d363ac8c34cb70331a0360

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3f42e3722cf8b7aa87a2ed82742415aa42f5ea6e]

        Added dumping TextMinimumFrameHeight & TextMinimumFrameWidth properties
        
        Change-Id: I6b6ab712c1852f3f77620b55dd82077fe0b6d1f7

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0a8c2bb40120cd4729883986ae6c9b07282d1d30]

        Added dumping TextMaximumFrameHeight & TextMaximumFrameWidth properties
        
        Change-Id: I87fe9583e9db988a552bd21efe5c3e1c606871dd

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [f7731c65e7fa05a4671df1990ed54a35481c5544]

        Added dumping TextUpperDistance & TextLowerDistance properties
        
        Change-Id: Icf659538179b56e441f147a2a0a3367d3123dcf3

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [7caf3b83aaf951ad430dc0a9e27e2daa1acf64b3]

        Added dumping TextLeftDistance & TextRightDistance properties
        
        Change-Id: Idec437f399de9f61cac74146de3239e3805dd78c

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [f55df02baec7d07dfb5af432a903ecea5f857827]

        Added dumping TextHorizontalAdjust & TextVerticalAdjust properties
        
        Change-Id: I452b79ef13ff481a939463339d8461777a88b820

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a3af2e51d968b21ecd8df3bf28aa35984a795303]

        Added dumping TextContourFrame & TextFitToSize properties
        
        Change-Id: I8ff16b5901cb813318ed96b9377e09325af46532

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5022553e09387428e80abbcb0f18ceb376e25f87]

        Added dumping TextAutoGrowHeight & TextAutoGrowWidth properties
        
        Change-Id: I03c8786d1cfce2f05ead5fabd58f5f24cd567aff

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [cace122087fb700560173dc61d8c36941b5fab3a]

        Start of dumping TextProperties service. Added dumping IsNumbering property
        
        Change-Id: I4db7d0df6562b2e0bc01f0626191c5ca3d02eecb

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5286627907d3fbf59b518ee1e9cf9924729b0f2c]

        Added dumping [property] Geometry
        
        Change-Id: Ib95aaf19f266358bdc21dd76450b3d88483f92eb

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [6c8c00d231bfeb9c42a5cfdea97fcad9fa2b7598]

        Added dumping [property] PolyPolygon
        
        Change-Id: Id2ccf39cc38200ac693c6949390c248a9df0620b

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [eb364a23a6579a2b8740071784858a873b4d48db]

        Restructurization of a dumpPolyPolygonBezierCoords() method, more elegant now
        
        Change-Id: I3cda1a3554837e4e667a42ac292db24d6a8edf37

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [c000eeed997cbf37f1a5f92741a891aa8756404c]

        Added separate method to dump drawing::PointSequenceSequence properties
        
        Change-Id: Ieb630a4ae2d8e1dcf178d20dca443a022255146f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [d8f66acd40be2632084ea7cffb8993d354052679]

        Start of dumping PolyPolygonDescriptor service. Added [property] PolygonKind
        
        Change-Id: Icf814a06c85bff2f8da1fc7b0181d71ac4e4602a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e0bd75264fa76cbe139d16086740a88b5d58803c]

        Added dumping [property] LineEndWidth
        
        Change-Id: Id5628d90cd3d451b8b7ae7a2a4b56813c8192cdd

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [d2fafac878d904485fa236fb19136dd157216add]

        Added dumping [property] LineEndCenter
        
        Change-Id: I7cae9e3a22bf63076a8ceacbc80ab1d26bf177fe

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [92a2fd34ad1fd75372ff7b820a062126ac4611ba]

        Added dumping [property] LineStartWidth
        
        Change-Id: Iaaad9056c7cf1fe1ae244fb1839814d7f18d402a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [be0d9df02742cc5e43617677025ba8072a9ddc72]

        Added dumping [property] LineStartCenter
        
        Change-Id: Ie8c14d145911525ccea5b8a74eb75bc38d7e1ab0

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0dc25080711112b8f5e7f2bd8ab84af27d16b94b]

        Added dumping [property] LineEnd
        
        Change-Id: I591107b78463a60f6b0d9cbd842d94ac4a58b74a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [294619d8900a7ee9f693d6fe5f80115d81a5d2af]

        Added dumping [property] LineStart
        
        Change-Id: I99e792692a2d92e67240925c255d8038345ea6d0

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0e7cbdf1f3627142c9666308137cc42d1a4245ad]

        Added separate method to dump drawing::PolyPolygonBezierCoords properties
        
        Change-Id: Ia45d5dbad3fb575d39c4e9ddc6c7f65aa1d74a55

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [82b63ce99628f75d0da0766da82bbda8ff64c7ac]

        Added dumping [property] LineStartName
        
        Change-Id: I2ad328ab32d88ddb53c69d5caa3ce801b7200002

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [ecc15838ab9986c538b3c491b6086a48ac3512ae]

        Added dumping [property] LineJoint
        
        Change-Id: I4d724d5ba9ed0ccd6b0b10d82efef5e6eb6ebd73

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [6591fede60c209f170da2a1848f74f1261e9a5d8]

        Added dumping [property] LineWidth
        
        Change-Id: I7d0b027af0b8d2367038747aea3f204252bae22e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [78799102cc61b8973d35874500bbd6c057667aca]

        Added dumping [property] LineTransparence
        
        Change-Id: I491715b3838f85201cc349134abe9368b890fa83

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [86c7c24ceaf0667576f14ba67cc48bd7b452da13]

        Added dumping [property] LineColor
        
        Change-Id: I5683c722eba00e98543e765fd97dc9426685f459

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [bff23a8723eb9804abcb304a63406e03c5ce2cbc]

        Added dumping [property] LineDashName
        
        Change-Id: I3c267968379cb2e1626e17093d5513d6e2c23d84

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [4eaadab609f0dd54df4945fc646e4a35a358df98]

        Added dumping [property] LineDash
        
        Change-Id: I9191ea0c30910b244d13a3b14a0822fa615baada

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [9baac7f405e1e3ba54cb126c2d392f1d77c77e09]

        Start of dumping LineProperties service. Added [property] LineStyle
        
        Change-Id: I32ad88f0512388dbe0e4c657d894ea189a53a6f0

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [66715f1129f50886835fa6e2fe01b0c83f1aae6c]

        Added dumping [property] FillBitmapTile
        
        Change-Id: I14ccd56b98ca8054062fce43e261f50c2758f3a1

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [cafcc684e24a9d00d364c0537967b087deebdb37]

        Added dumping [property] FillBitmapStretch
        
        Change-Id: Iba0c6247c06690824b46754c9c84226590712336

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b5cf8d2a74da47ec2d67896e026738a0f2502525]

        Added dumping [property] FillBitmapMode
        
        Change-Id: I936197ff0048a258646b0403d15c9f3c39c3f250

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [370fab8a8f1bc5edc1de4ab3ee15a5dbdfcb4670]

        Added dumping [property] FillBitmapSizeY
        
        Change-Id: Iea1bc97021d06a87ed90d7205de57b47c561a471

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [a340832b9c278fc1049670986b16b8a676a84b01]

        Added dumping [property] FillBitmapSizeX
        
        Change-Id: Ib10e3b80dd67b834d1cf87168524942198b89d53

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b32272d83e00c2d205a2f2af89574befdde92daf]

        Added dumping [property] FillBitmapLogicalSize
        
        Change-Id: Ie3e225d87afab4e725e16eb28096df54b421cce5

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [7e2f93155fe3acadee173029a8029e5e26b6b869]

        Added dumping [property] FillBitmapRectanglePoint
        
        Change-Id: Ib181adc12719df35808cb480296d3e3629ca592e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [90ec5886b6e384cad23a2d2df498c079be7ec993]

        Added dumping [property] FillBitmapOffsetY
        
        Change-Id: I65d5618d9a5c00b1196bd791dc6115c60837d9e6

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [b12a9c08eb9c55f367b846e23633c056864806e3]

        Added dumping [property] FillBitmapOffsetX
        
        Change-Id: Ic95bd25d5d3e6578a9143b6beee483f17236b22e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5214c51c6f083756d2f7a4ed231eed48a72ac2f4]

        Added dumping [property] FillBitmapPositionOffsetY
        
        Change-Id: I1846a7bed49165e09e21efea6eaaced43dd558a4

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [3c313ee6e34da1de8bd81052ceff4a496a52c342]

        Added dumping [property] FillBitmapPositionOffsetX
        
        Change-Id: I2cff51b29b5b37f4a4cdb17d1f95b9f7f45c60f8

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [d6bd91b3ab97cec37e7aa488b484f69cea216aa4]

        Added dumping [property] FillBitmapURL
        
        Change-Id: I58c721b529c996e5461ed4428bd01ecf5ba9e935

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [59e00745b76bf4cbed13c63831e9435924b0f82f]

        Added dumping [property] FillBitmapName and [property] FillBitmap
        
        Change-Id: I86808c35463abf849f187b47dbe15c16a74d68a3

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [0da91ad4b0d8660b9f4e1a83c3f50ff56086e360]

        Added dumping [property] FillBackground
        
        Change-Id: Iff019182e407355aa3d052083fb8cc3d184de6cd

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [c6400b95b1231a244e6e6b990f13a4c16bd3d1b6]

        Added dumping [property] FillHatch
        
        Change-Id: I883c056bcda79bcf8e0275d2a1bb7145553de483

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [53f36f9de814a99e3cb4f8f60ca345b2dce91629]

        Added dumping [property] FillHatchName
        
        Change-Id: I85e15ca28edaaf2d3c2ac26b7dd152291ff6966e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [e568644c72eb54b5f8ed686311f95116c71cde89]

        Added dumping [property] FillGradient
        
        Change-Id: I83efbdca3b232bc1410c3f46a702e62aa8092c6a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [cbee1a311c3e28368d826a654bb25e07a241b89d]

        Added dumping [property] FillGradientName
        
        Change-Id: I7d124c9df1f05cdca2cb89b8dffa36b3f97bd843

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [702a90ca34d6ad22f06aad374304eb3739fbb191]

        Added separate method to dump awt::Gradient properties
        
        Change-Id: Idb5f752973a4c1359587f3d43db5fd0ef9958e8e

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [5c10fd12a1aaa53c398a93387ee8d01374d832ca]

        Added dumping [property] FillTransparenceGradient
        
        Change-Id: I548059675801ee6c85111398836d5122525532db

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [c353401fb81dfd5c370fd4674819ce66608e40d9]

        Added dumping [property] FillTransparenceGradientName + corrected method calls
        
        Change-Id: I882d1d4ebe0bef6ac23eb25117d52e460223bb29

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [1ae18926dff98d1a97fb7e3efb17c098add2fe7b]

        Added dumping [property] FillTransparence and ignoring .patch files
        
        Change-Id: I676a811a618b381f4a99010e40fdf1627cea7067

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [9cd748dc55cceb6a44d1fa8de1b00897233151e5]

        Way of dumping properties corrected
        
        Change-Id: I48e269547f4ee06c5cc7ea2407997a70c6d21044

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [73f620f431131a8aa920c3ac2c18a92ef25aac3e]

        Added dumping [property] FillColor
        
        Change-Id: I5c5edfaac3540af0c99dd034e511688b3bedd26f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [16917e46f08f644644656f8e95ec0a2daabc7013]

        Start of dumping FillProperties service. Added [property] FillStyle
        
        Change-Id: Ie49170eb6e2226fb94b5ea50e365cd70b2c43c5a

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [ea18a422cd2ec0bc3a8e8e569576c09828e45d39]

        Working version of XShapeDumper
        
        Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f

2012-07-12  Artur Dorda  <artur.dorda+libo@gmail.com>  [16b57ee7cc05e4bf08eef63c7b491ba8de294357]

        Unfinished dumper code
        
        Change-Id: I353c93498c2e0cc8fd4450f0348dfceedb763b51

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [9e603369f5e8df5d12c5e6bd9018f6b8eef0358d]

        Remove method that is no longer needed
        
        I added this method recently, but it is no longer needed.
        
        Change-Id: I0baa67ce1eb41cddde52a61bca65feede65c3994

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [59b32886a48954f9dad96b3329d172ac73aaa065]

        Fix cause of osl warning
        
        Change-Id: Idfeaab29da60f323fdf8528599459cc38ab9f27c

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [371cb44c52e11af8f9a3ec66827ec057c521804f]

        ODS Import: Improve method names and comments
        
        -EndElement used to be very long method that I broke into sub-methods.
         Some of these method names were possibly misleading so changed them to
         better reflect their intent.
        -I added and improved comments in this area too.
        
        Change-Id: I290c74362aff268b5e153a67dc9145965341cb9d

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [4e5c55afee36d02bdfe4c0fb09e3b42e9eadb6c5]

        Distinguish between DATE and DATETIME formats in ODS import
        
        Change-Id: Ia727e48582a87efc8a8e632108f5949ac36bf49c

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [c3452373b90bc952f32db8a08413c87958b0f2df]

        Add test for volatile functions for ODS import
        
        Change-Id: If2f85e32ddeb9f25b4a355ce5451dc04925bbbc9

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [6bf50c8d50a599d820289831ec4175136882b0d4]

        Always Recalc volatile formula cells in import
        
        -Previous method was flawed. It actually works now.
        -Thanks to Kohei and Markus for helping me with this.
        -Thanks to Markus for finally coming up with the actual solution.
        
        Change-Id: Iad28da12c548c583df14ab7d71f4cee8ccc3552a

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [99314cb07e009279a803799020534dde587ee1a5]

        Reduce some redundant code
        
        Change-Id: I23bf34793c8a1409c8753f572a6122dee2f4128f

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [d880f3d3bf7b6052156e3d6c30f00d22fe66aee1]

        Always recalc certain functions on import
        
        Change-Id: Ie8cffc4a856328dd658714726de7ca77028a33a7

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [9ba62d504ca93a377b7de328e2d00caa786638c6]

        Remove calls to ScFormulaCell::SetFormatType() that are no longer necessary
        
        Change-Id: I632273a2278cd76d2af96192885a11bea85bd6a0

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [24c444ef7d595e69fd825f08668a5b0aeb010c45]

        Expand cached matrix formula result test case to include other potential probs
        
        Change-Id: Idb036ffdf09ee92b34118d9f52ea1d06c15fb31b

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [c4878470aa18a4e018173c04bcf9e56eff2cdc3b]

        Fix problem with cached matrix formula results that contain errors
        
        Change-Id: I9277714780e00e311e6e81a9de6e4d39409d5c9b

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [2fbe6e30c4481a4885b3e487bcd5466456a7b1d5]

        Add test for cached matrix formula results
        
        -Includes test case for cached formula result errors
        
        Change-Id: I446240daffdbd6cd7ebd3c3b8dc2305c789d8519

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [20f8ade0aed4ce2f923370e148cd2d2b251fc863]

        Use cached formula results for matrices
        
        Change-Id: Ia77a94184c3d598f16a2f51d996f4c7058d9e303

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [e94b1331b1e2139e09bd0ef663394ede80f11be3]

        Use indexOf instead of match
        
        Change-Id: I2743929c3ba06ce1345d7217d9297515d2b5b2e4

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5c5798878fd858183bd59b842ffa2ab79877cce5]

        Use text:p value if cached formula result is Err:### or #N/A
        
        This should be removed once we have export working correctly for
        function errors.
        
        Change-Id: Ibdd20478b458dd7849544ec90f32d754e3a71755

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [9c1cab31c7072079d50794f390c357c164447898]

        Set proper number format for formula cell
        
        Set proper number format for formula cell so that cached
        formula results are displayed properly.
        Example: so =NOT(1) will properly display as FALSE instead of as 0.
        
        Change-Id: Ifa4e3e83bc81779e34be385508da23a3b66c0a8c

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5e92e0282691d54b7919e71041d6a9a09a495ec0]

        Add test for import of cached formula results (without hard-recalc)
        
        Change-Id: I7e73465d152332661f48e4dcd9ae28135821df68

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [04658a793d9d68ef910db746f7b88ac61ee43c1b]

        Add test for hard recalc
        
        Change-Id: I0fdbac47d6049d4a8b0b100eb1ce0fdab3eed262

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [adaf0d9bf6b5f44c3e32c41fdaac4254a4a24263]

        Use bool instead of sal_uInt16 for HardCalcState
        
        Change-Id: Ia855780c28dc05e1606e8118fabd2a86bfcc5fa2

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [f107e3a5f7cc19957435f1e90617105509394b4d]

        Use cached formula results instead of recalculating
        
        This commit undoes some of previous commit in attempt to be less "hackish".
        -When importing LibreOffice generated ODS documents, use cached formula
         results instead of always recalcuating.
        -For other generators, do hard-recalc.
        
        Still need to:
        -Stop matrix formula cells from being set dirty to avoid recalculating them.
        -Implement special cases for functions that should always be recalculated.
        
        Change-Id: I959872aa2f446b80f9204ee26e94de7140f1f6f9

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [1cdfb19c2202b56e4de6f10104bb4841372956cb]

        Use imported formula results if ODS doc was generated by LibreOffice
        
        During ODS import, use imported formula results instead of recalculating if
        the document was generated by LibreOffice.
        Still need to implement recalculating special cases such as NOW().
        
        Change-Id: Ia54690224dc0d8f74b93cafd8d01b072e85c7416

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [f069fca63ffe38f745a311e69e1b2b3131abeb95]

        Improve performance of data validity unit test
        
        - Now using OStringBuffer instead of OString for multiple appends.
        - Simplified logic.
        
        Change-Id: I991c3e538439d68e242a7f97bab9c2d82631467e

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [cd2f8a1cabbfb924c62d7af2aac3ac09288c2d4c]

        Stop calculating row heights and instead use imported row heights only
        
        Change-Id: I1a5e33c292fb915e61511efbdb9ce4a0cfd7265f

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [40732062925db3dff78e8c2d1612e403cb8463f6]

        Add unit test for ODS row height import
        
        Change-Id: If8535f80d2f2cd57132d9d694d6bb2535df31c80

2012-07-11  Daniel Bankston  <daniel.e.bankston@gmail.com>  [d40e653425fe04dcaf913c18ce9f9da39e62529d]

        Change sc subseq unit tests to use more appropriate cppunit assert macros
        
        -Changed where appropriate to use CPPUNIT_ASSERT_EQUAL_MESSAGE or
        CPPUNIT_ASSERT_EQUAL instead of always using CPPUNIT_ASSERT_MESSAGE.
        
        Change-Id: I1855b1b382f39f811905e18a8f24fb34a481031f

2012-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32b06bb3fdb4245718ed8674e010a55716eeaaff]

        Some more Windows fixes for libmspub
        
        Change-Id: Ieb87876dbe40eedf9dc57b7ef5da1d5000f4b265

2012-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9c37c47aa17a9d8b7ed69ee8175c2aa4688f42d2]

        Trying to fix the windows build even more
        
        Change-Id: I8afa9101449aadc7aa625815d2c203db29d24848

2012-07-12  Thorsten Behrens  <tbehrens@suse.com>  [724b4eab1abaab12f42fda051e1408c97891868a]

        Make commit stat script recognize opensuse fate entries, too
        
        Change-Id: Ia6b3e6459c5bda7ea24091024cf3dabd19746237

2012-07-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a8a0127cd9de1c0797e72bb21bbff1e5d140165]

        Misceallanous M_PI fixups to fix Win32 build
        
        Change-Id: I861067c42e64b4cc9e2404baceb6530954cad7f5

2012-07-11  Sören Möller  <soerenmoeller2001@gmail.com>  [c5653e812eb9729581e24c5e7822441b00b6d059]

        Replaced deprecated tools/String with OUString in sc/../chgviset
        
        Added new TextSearch::SearchForward mirroring TextSearch::SearchFrwrd using OUString and sal_Int32 to make it possible to replace all uses of tools/String
        
        Change-Id: I260d8d3a23d634eab37f28a5ceaf61ace5040540

2012-07-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [efd131357462aa16848f308fdb788e3e41f90e6b]

        Uploading libmspub 0.0.1 release
        
        Expanding file-format coverage down until MS Publisher 98
        
        Change-Id: Ie6ed13f1c4e7e3cc9c5fa50b8fbfa5418dbd257e

2012-07-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c32218113866f7b397064e1a332d5500c976a2d7]

        Mention all supported versions
        
        Change-Id: Ic811e2e6b5473a9aa09a30f85d6d2011e09cbe6c

2012-07-11  Rob Snelders  <programming@ertai.nl>  [be68d26b6cba797c7838afd15b098f0b95399d78]

        fdo#34697 - Print Current Page in Print dialog - Draw, Impress
        
        Change-Id: I40922cd1357ff473c251681f7280ba53b3060feb

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [fb79f6d64eee0580558dac15f42f97ee2255ff24]

        soffice.sh: remove valgrind --error-exitcode=101
        
        This doesn't really seem so important, and it prevents running junit
        tests with VALGRIND=memcheck from working, because the special restart
        exit code on first start up is mangled by valgrind and so the actual
        test doesn't run.

2012-07-11  Rafael Dominguez  <venccsralph@gmail.com>  [802e3fa7e6eff9d6ca5d731096e4bf5e38f3c51a]

        Draw thumbnail subtitle.
        
        - In the case of the SearchViewItem will be Folders name and in the case
        of TemplateViewItem it will be author.
        
        Change-Id: I251a3db323f7f02d023c9673d0a7a8027456bda6

2012-07-11  Rafael Dominguez  <venccsralph@gmail.com>  [2ef58e5af9d05fcf1e3d6a709b2f9e113fb64cf5]

        Ignore case when searching for a template.
        
        Change-Id: I47e35241a67892ff7c1d9aedf04cf2ab86c1371c

2012-07-11  Rafael Dominguez  <venccsralph@gmail.com>  [1bc6db06c4d5515d8d858641d0ae26a8b8572b8b]

        Set SearchViewItem subtitle folder name.
        
        Change-Id: I1fc3f69ed5ecdfa9d9adb4b2b69801f2bb01e7f7

2012-07-11  Rafael Dominguez  <venccsralph@gmail.com>  [665891eba17de4c40846d4569d306d79bd0c2fa2]

        Add subtitle attribute to TemplateViewItem.
        
        Change-Id: I181a84b468cf10d7c80f84030890965fa0dc4ffa

2012-07-11  Rafael Dominguez  <venccsralph@gmail.com>  [a93e06c0c7500778cbe9bc8d6c023a2cf3a4661f]

        Rename ThumbnailViewItem maText attribute to maTitle.
        
        Change-Id: Id253d06325ec05bb587c9759027ea07b65fe257f

2012-07-11  Iain Billett  <iainbillett@gmail.com>  [df82184b2a247a8e6a670522ff70af5af038e8a8]

        Added DocumentViewer class to hide page navigation/caching details.
        
        Change-Id: Ic201bea9c22bc567d6769201df260aa2a38c6c16

2012-07-11  Michael Meeks  <michael.meeks@suse.com>  [535e83550e2874c8881a72e3520e8eac0309b537]

        re-base on ALv2 code. Includes:
        
            Avoid some uses of non portable #!/bin/bash in shell scripts.
            Patch contributed by Pedro Giffuni
            http://svn.apache.org/viewvc?view=revision&revision=1235297
            remove redundant namespace, patch contributed Mathias Bauer
            http://svn.apache.org/viewvc?view=revision&revision=1162610
            removal of OS/2 port changes, and preferring our similiar
            tools/inc/tools/solar.h DLLPOSTFIX cleanup.
            i118595 - Removal of the use of getopt() from rscdep.
            Patch contributed by Andre Fische
            http://svn.apache.org/viewvc?view=revision&revision=1202270

2012-07-11  Stephan Bergmann  <sbergman@redhat.com>  [de3d6883f2a8fe9c5c04b8e271a36423f96950bb]

        Regression fix correction
        
        Change-Id: I03f020f474c198368aa3528870b0752752a3bd2c

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [aaddd17317ece20a46e7c3586ce43a95a5db2059]

        CMIS UCP: getChildren created wrong path if there is no trailing /
        
        Change-Id: I4cb4e691046c92303cab9f0b97fa19d9ad68d34f

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [62949c26ba68e2ea74b526a6115b63cd2b379c69]

        CMIS UCP: guess the parent URL using the current path if needed
        
        Change-Id: I5bc6e557dcdfd3a396b363325971344ad90fdd85

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1122c8b9e3b133e1aba5abfd07aa40f816ac9a0d]

        fpicker: don't edit local places with double-click
        
        Change-Id: Ibb8330dd088f6b630058fc023ad7efdea59e08bf

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d75061c7f676c011bb9710f0ad63fc69f4866c53]

        fpicker: fixed delete button (dis)enabling
        
        Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b

2012-07-11  Stephan Bergmann  <sbergman@redhat.com>  [a23f7ddee2a2e19009f473c1e61092a85b9dc1f4]

        Revert "WaE: logically last test always passes"
        
        This reverts commit 0b1f4248338ff28208b3368b66690a84a75cc480, which appears to
        be a bogus fix (for a bogus warning?).  Also needs adaption a la
        3c598c4064cffdc2c9ff19e094594ca360779b66 "sal: work around spurious signed
        overflow warnings."
        
        Conflicts:
        
        	sal/inc/rtl/ustring.hxx
        
        Change-Id: I7e9d94fd93a37bb10604c1895ab619a8ac2c3f43

2012-07-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f6413c384f11cd7fb626163eec421aa40216ebab]

        fdo#38785: preview window should be paint transparent
        
        Change-Id: Ie3bf92e8cad16af85f800d0e2a4c992312524a7f

2012-07-11  Luboš Luňák  <l.lunak@suse.cz>  [794caa58a7208921ad8f911d586088213e390fba]

        add a testcase for the recent writerfilter numbering fix
        
        Change-Id: I41300ec0bf4b7db93912236e0d15fcab97cabd2d

2012-07-11  Luboš Luňák  <l.lunak@suse.cz>  [7039abde34942812c44a2e265ddcb79cc5c62be2]

        remove pointless named temporary
        
        Change-Id: I6d0b45451c8fe232afc05041d3c70a98e8bd8cc8

2012-07-11  Luboš Luňák  <l.lunak@suse.cz>  [e7ab4bb6b0e83f01148ffff41e8c5eaa0c5ba0a4]

        do not let a style override paragraph's numbering
        
        If a paragraph has its own <w:numPr>, do not let <w:pStyle> override that.
        
        Change-Id: I7cea0d1c8bf59804f8c56382ee68c7fad5ed3ef6

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [b1cab9fe4531ea552fe20ab3c896ba5fbf385bc9]

        svxcore before oox
        
        Change-Id: Ia6c0b13aa0b2b039f678dc00afc837eacf288117

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [36b9ff5eee574df28db2a684723eb1d6bd51fa4c]

        ure cppunit tests depend on unobootstrapprotector
        
        Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [a248f1bc574ae4975c4dd3609e0a82f48c3a06fd]

        tailbuild_serialize things seem to need to be in reverse dependency order
        
        otherwise I get very confusing circular dependency errors in a clean build
        
        Change-Id: I2a32d3053cfc0269fd77702125e3498e61f09e4d

2012-07-11  Michael Meeks  <michael.meeks@suse.com>  [cc632da72ba7fe7e7f14b55e72a501afe930b329]

        fix std::max mismatched type compile snafu
        
        Change-Id: Ia6572f8c648168053ae327fa995fc4f33029ab33

2012-07-11  Stephan Bergmann  <sbergman@redhat.com>  [63cb8d6bb21ad6bb401efa4eca479f89745c1cfe]

        fdo#51954: More tools->rtl string conversion regressions
        
        Change-Id: I490cc82b60663d30fdc8e09d9d6021c964656bec

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [089fad5c46e0cc5727658b26d4a9b375fd40ecf2]

        add in windows 7 Khmer UI font as an option for Khmer
        
        Change-Id: I44e8c2c38540b28e6dcfd3b9ecf6f2fb99470b30

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bbe19f13011a4a10157a351ee4514f014c1519ee]

        curl: fixed internal nss configure to get nspr includes
        
        The nspr includes aren't added when using nss-config while they are
        added by pkg-config. This caused internal build to fail when nss devel
        packages aren't installed on the system. Patched the configure to get it
        working.
        
        Change-Id: I86d7d56c0d6df2dbf69ba7ac2a6f930ecb4ae8fb

2012-07-11  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bd5262540a97e0115a070a7b34479b0661e94248]

        fpicker: Add place dialog, added CMIS repositories list
        
        Users don't have to open the XML file to know what repository they want
        to use... we are now doing it for them and showing the repositories in
        a dropdown listbox
        
        Change-Id: I7c20c5a2880061d1ede35a17001e2a75c49a6e88

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [464f69b8bb5f64f9f4660ba2e2095cdc1c65952b]

        Resolves: rhbz#836937 insanely slow with Zemberek installed
        
        Zemberek is a java spellchecker extension. With it installed the collecting of
        spellchecker information on first activation of spellchecking is insanely slow
        as the cache of spellcheckers is thrown away on each iteration through each
        language known to LibreOffice.
        
        So...
        
        move the config updating stuff from editeng down to the linguistic layer. Let
        the linguistic layer keep its spellchecker cache and listen to the extension
        manager to know if an extension which might be a spellchecker one has been
        modified and only throw away the cache on that event or if (existing
        implementation) the config data for linguistics changes.
        
        The polling of changed linguistic data in SvxLinguConfigUpdate::IsNeedUpdateAll
        can be removed and leave it up to LngSvcMgr to load everything in its ctor and
        keep itself up to date with its config and extension listeners.
        
        Change-Id: I9c93d998928e2e7f5128c36771b3e450a8057cd6

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [7fe61368cead27eef5d6175abd1cc254e99e8a05]

        CalcDataFilesChangedCheckValue is always zero
        
        Change-Id: I851c0ac078b57f07e0a58a9fb2119d11cc5048e5

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [0473296bd9a71b81c6aa9638d8a231ace503dbb8]

        nCurrentDataFilesChangedCheckValue is kind of pointless
        
        Change-Id: Ibded6b0a72c9501d35fb884c93c505a2f716f678

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [b18e1e705148348392632596ec686206ec213019]

        Related: rhbz#836937 halve calls to expensive getAvailableServices
        
        getAvailableServices is very expensive, so halve the amount of calls to it that
        we need. This should be logically equivalent
        
        Change-Id: I5627ed539695fd837a497362cf9873debd254013

2012-07-11  Caolán McNamara  <caolanm@redhat.com>  [e18f1d6216b13c38525d37448da882a63a3d0055]

        remove distracting and unhelpful debugging code
        
        Change-Id: I870df7d4af666c1cb087cec6d4daebcba87ff8ab

2012-07-11  Michael Meeks  <michael.meeks@suse.com>  [88880514d2f2b1c1fdc199591d9e2b2ce259964f]

        serialize more linking, and handle the pathological mergelibs case
        
        Change-Id: I0c4b1e4d7d5e4802dbea0a1c5a9ec80874f7ed21

2012-07-11  Muthu Subramanian  <sumuthu@suse.com>  [065596f57690f7dda6dcd00ba7871a335d49c458]

        Adding helpers.hxx for FRound()

2012-07-11  Miklos Vajna  <vmiklos@suse.cz>  [d1ab1fa5411ac4d1d90d82a02b5a1f01e7e94099]

        gdb: add pretty-printer for SwRect
        
        Change-Id: I0506b3e92df372a67b4431e52e2e9d308dc886c9

2012-07-11  Miklos Vajna  <vmiklos@suse.cz>  [d323a8a0b5d32385835afb6a109d16e001721fb2]

        gdb: add pretty-printer for tools Size
        
        Change-Id: I3ff6568e34698d414ca7e4c631d32156b9d28cf0

2012-07-11  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [3396c06c55ad5d5345aabfcf7efc674aaaa7f9a6]

        Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)
        
        Change-Id: Idd83f6340d13a1d7111d0d5a7268f1aa8bf5c09e

2012-07-11  Matúš Kukan  <matus.kukan@gmail.com>  [cfec62ef443b3cda054bb698375ee49bc11586a0]

        fix typo
        
        Change-Id: I004a3981728b0f00f1536b6e7975bb45b2451eda

2012-07-11  Matteo Casalin  <matteo.casalin@gmx.com>  [739e20ac58983925f2076a9848435b7d4fb5366a]

        Decrease header files dependencies
        
        Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [185b8bfc6796ec0a8cc701bf2de5df9cc6abd10d]

        warning C4018: singed/unsigned mismatch
        
        Change-Id: I2f0899086f656f117849521c933cce4c23b8751c

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [8ab07f99d6bd302ff38b292a3ec7c3695f19fd27]

        warning C4267: conversion from 'size_t' to 'DWORD'
        
        Change-Id: I343a819a11d3121030d294d78808a2ec1da2adeb

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [e940b0f5e2b57c67b93ffadd7063ec650aa7bcbf]

        warning C4702: unreachable code
        
        Change-Id: Icec8f9e37fa679b25d9bd44de56c98477d758abc

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [e0551af94dd3bac9c64abea3831587896d330a53]

        warning C4805: '|=': unsafe mix of types 'bool' and 'sal_Bool'
        
        Change-Id: I704347a19fac527b6bf7d43983a6336ac9282f49

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [ad36a0caadcfd3b8d44377689b539c370a25fb1c]

        GraphicManager::ImplCreateOutput: warning C4701:
        
        potentially uninitialized local variable used
        
        Change-Id: I5820b8258a0255a4c9d1c52f2f88bcc3428786ba

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [95d0593986a659475729e4a8b50242d05503116c]

        warning C4530: C++ exception handler used ... specify /EHsc
        
        Change-Id: Ifb23269c01dc80c328075fefe5e61b378e2d8477

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [a2d8b25830fbdf092ecfbf0bfecb65642baba4eb]

        sysdata.hxx: work around idiotic warnings from winnt.h
        
        Change-Id: I47e30a319b5f5b6a03e6a4993af8f7612efacbdc

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [9e9c5c358fa6f101f6225a641ac817bb2c578373]

        Library_dbtools: sort objects
        
        Change-Id: I91a510a7a778a669182a14333e78a8095b27c6cd

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [c24d7246ac2772f591892fc9c4a301f76129a997]

        warning C4530: C++ exception handler used ... specify /EHsc
        
        Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [2c5cff69309937b5b06772cd021d1a6213bf2c2d]

        pq_allocator.hxx: work around spurious MSVC warning
        
        Change-Id: I6c516e4bd125c4075c195980a2fcdb58382c38dd

2012-07-11  Michael Stahl  <mstahl@redhat.com>  [ec41ccedb4a3b25781405005dbbda213b2283f04]

        Runtime::any2PyObject: warning C4702: unreachable code
        
        Change-Id: I303536b957f902d3bbda9f3a96b507851292523a

2012-07-10  Julien Nabet  <serval2412@yahoo.fr>  [dd0e782d1176f6f52d121fdc920f015ea7647d45]

        Add some explanation (thank you David!)
        
        (see http://nabble.documentfoundation.org/Some-strange-lines-by-taking-a-look-at-the-bt-of-fdo-51916-tp3994561p3994639.html)
        
        Change-Id: I93830306c70155532f461957991df8dde29540da

2012-07-10  Julien Nabet  <serval2412@yahoo.fr>  [9e73f972b0e9a3e7b59c8e770b14c3d539600b06]

        Remove unused methods:
        
        Change-Id: Iad15c92be13ba9e6120f7306543c88a04893d2c7
        dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdb::SQLContext const&)
        dbtools::SQLExceptionIteratorHelper::SQLExceptionIteratorHelper(com::sun::star::sdbc::SQLWarning const&)

2012-07-10  Eike Rathke  <erack@redhat.com>  [f5798e947e5d96e59678825c06cadf35ff9229fa]

        changes to "Replaced deprecated tools/String with OUString in ScAddInCol"
        
        Some further nitpicking changes to avoid a few more temporary conversion
        objects.
        
        Change-Id: I5faaa1f525aeafdc5004340a6cd05e0610c22182

2012-07-10  Sören Möller  <soerenmoeller2001@gmail.com>  [7b7d094c37959bfb7730f0f8851ee6a8b06a6ea4]

        Replaced deprecated tools/String with OUString in ScAddInCol
        
        Change-Id: I7059f10617b9a33ba63690c980b96d95d9023c55

2012-07-10  Thomas Arnhold  <thomas@arnhold.org>  [b8d065e94aba1dd94ae1bbe33e8ac32c74944e70]

        Remove unused SOT_FORMATSTR_ID_STARCALC_30
        
        Change-Id: I6efa95c07d524379ce1b14c85d897494509039a5

2012-07-10  Thomas Arnhold  <thomas@arnhold.org>  [1c8a30d4f9578057d256b18bfb8477839349e9d9]

        Remove unused code
        
        Change-Id: I00c8f078b50d913c02407653ce23415d31975f2f

2012-07-10  Thomas Arnhold  <thomas@arnhold.org>  [26c3f9d677832826ecccd15951a493742b8e662f]

        Remove unused include statements
        
        Change-Id: I2ff5fcfae2b9b638e0b39450fbedd77b111ec67c

2012-07-11  Takeshi Abe  <tabe@fixedpoint.jp>  [41a6d5e435bd1c9f775260ef90ee3d82fd72a4b5]

        removed commented-out code
        
        Change-Id: I5aa44682d4ebb926b95b64b2d265e6e9f3196a8d

2012-07-10  Stephan Bergmann  <sbergman@redhat.com>  [a3a0b819bbc597db7c536180c86986b91dd9b063]

        Avoid unhelpful 'Binary file ... matches' output instead of error information
        
        ...when grep happens to consider the log file to be binary (for whatever reason)
        as can be obvserved to happen on Linux-RHEL6-x86_64@14-with-check tinderbox.
        
        Change-Id: I5da0a792b45b83939c9c26897d30ddf8b0a0c0b0

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [3f4b4a4d158feba1eb730bb546b28e45c6d9197a]

        HeaderBar::ImplDrawItem: -Werror=parentheses

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [5e11e00fcdbd0f7c6735e76d48b3b7f63dda4c2b]

        gbuild: solaris.mk: activate the soversion scripts

2012-07-10  Stephan Bergmann  <sbergman@redhat.com>  [62342abac0e3a38e39a50b7560f09cbdeb62905a]

        fdo#51954: -1 is small while STRING_NOTFOUND was great
        
        ...after String -> rtl::OUString conversion in
        a4cbcf2fc567393cd954d0fcc8ea0ce7d859b59f.
        
        Change-Id: Ieb6dfce8c0cf7d8b5971d187b3b58b754c1cb02f

2012-07-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [79e9a64299d7fb5abafdde5502093b899f36193a]

        make ./g robust against missing bin/repo-list file
        
        Change-Id: Ib61a679221d0eddea61358024d31c90464dccefb

2012-07-10  Michael Meeks  <michael.meeks@suse.com>  [4cbdfe189811a622cc90763ce6c9c8166de48025]

        re-base on ALv2 code.

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [b84e197e696e2d29616abde0f5e84484eef2ddc8]

        gbuild: Solaris: fix gb_LinkTarget_LDFLAGS:
        
        This was accidentally commented out, and thus SOLARLIB was not in
        effect; fixing this should obviate the need for any
        -L$(gb_Library_OUTDIRLOCATION).

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [7d7b41cf12a7026ea583e34dbb31196a884db65b]

        solaris/intel: update .mk files to fix build errors
        
        Change-Id: Iba306cde71eb5efeed29a4a44cefa19a47bac84b

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [88da060b47b46da506a6760f7b24cd95cfc6a8f6]

        solenv/inc: SOLAR_JAVA should not be overwritten here.
        
        SOLAR_JAVA should really be set by configure.
        
        Thanks to Pierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com> for the
        hint.

2012-07-10  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62]

        Make bottom tabbar items follow native theme
        
        Change-Id: Ia1c4b4ece81655a91c6e489ee51291684e06c157

2012-07-10  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [1c222c5a767311d6628bdef3cfc7d7bc1e72e6ea]

        Implement support for HeaderBar arrow native rendering, add GTK support
        
        Change-Id: Ib65e61259fdbf371c3330dd555ee020f3a20d1fb

2012-07-10  Miklos Vajna  <vmiklos@suse.cz>  [53f9b54f73f313814b7f1217a4e37f5dc6bd5a45]

        gdb: add pretty-printer for tools Point
        
        nA is X, nB is Y, but finally it's now pointless to remember that
        
        Change-Id: I9fb1f6518e33862663a5bd5e28876979f0f1e05f

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [f2c09d47407ec8bdd55f789fdba7ff02e14783e8]

        solaris: fix compilation error by adding temp var holding const_cast result
        
        Change-Id: I3e42bb8dae6ad628f5414d8e46616432a704679f

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [34f8b2b78ec7f7397e6ca9c69b6a77a9c6aa58a3]

        single cpu detection: remove 'defined(__SUNPRO_C)' requirement
        
        Change-Id: Iab3d103688d07ceea05b257ac012a0292c837a85

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [eb1192ec1fea481548b5a40f980f59b670232150]

        solaris: update settings.mk to use gcc
        
        Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [81c5a10a8db5530eb028c85887f0cc73d16c04d3]

        Remove conflicting typedef
        
        Barely used typedef produced compilation error on Solaris, due to
        already defined type 'SS'.
        
        Change-Id: I2d1d563d8c4818a4afe9656cc4a62ba1bbaaafd2

2012-07-10  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [ffc7b3f8a19f643f2e0b95d72ff5608ba0bf385e]

        Mark ecx register as clobbered (solaris/intel)
        
        This is a followup of :
        commit e748b096633c5ef747f0630d13708d8dd7308a86
        Author: Kristian Rietveld <kris@lanedo.com>
        Date:   Sat Oct 15 01:15:21 2011 +0200
        
            Mark ecx register as clobbered
        
            The inline assembly code executes a function call and functions are
            free to use eax, ecx and edx without preservation. We must thus mark
            ecx as a clobber register.
        
        Change-Id: I4e9ed38189b23c2bb6d4fbdedc34c318026acfe7

2012-07-10  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [27dfb08d09803055a76ece27dfda47cbc79eb251]

        Implement support for listview headers native render, add GTK implementation
        
        Change-Id: Ief59396e772512b8696e03af86535754b3697d13

2012-07-10  Lionel Elie Mamane  <lionel@mamane.lu>  [1c67fc8015d88a383f2138c4d03d692314d6f579]

        fdo#50849 work around psqlodbc segfault
        
        Change-Id: Ib7e484f778d97b3f18845cef12718618324c859f

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [9991c0f552bfc9c6ea3e6e6d65fe67cc32f243fd]

        gbuild: sigh... that didn't help... let's try an eval here
        
        Change-Id: Ief6367a5fb8e2e1000bb94c7a4e6cf2095b24543

2012-07-10  Muthu Subramanian  <sumuthu@suse.com>  [752c83258899be8b3541e25933905393b9c38698]

        Crash fix.
        
        Though getTheme() is not supposed to be returning NULL.
        It seems like doing that sometimes.

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [c854d36984789c1ffac8c83c929406c10ba99462]

        gbuild: remove trailing \ that is apparently...
        
        ... causing LO patched make 3.82 to fail with "Malformed target-specific
        variable definition" on the next line.

2012-07-10  Petr Mladek  <pmladek@suse.cz>  [18e48959de7774f0e2bf194594809b74ee26ab93]

        correctly paint toolbar separators with gtk-2.8 (bnc#770013)
        
        wide_separators = 0 would be enough because the value was not modified if the
        property did not exist.
        
        Anyway, I added also #if GTK_CHECK_VERSION(2,10,0) because it helps to avoid
        the GTK warning about non-existing property 'wide-separators'.
        
        Change-Id: If93928821d951dc15da967519cb207efdaa30cf7

2012-07-10  Takeshi Abe  <tabe@fixedpoint.jp>  [8f42220c6dfc49268f7e1b460a48d9f3d340c40b]

        removed deserted Lotus 1-2-3 export filter
        
        which has never enabled so far since its birth at 2008
        
        Change-Id: Ifd2e2f1108f44d5816783bf67f11e500eea0c170

2012-07-10  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [8089502118d3fe53007e95ff2ca87077c1fb3eab]

        fdo#51179: SearchAscii() is equal to indexOf(), not match()
        
        regression from 8adec08d56a9ad46d3550e43b115e916c4cf783f
        
        Change-Id: Ic1c3160be1c61162f6a62a7e14c4efb7bedccdcc

2012-07-10  Thorsten Behrens  <tbehrens@suse.com>  [87577cac4b7f54552296c090651787afac65669b]

        about.svg no longer bears brand differences.
        
        Change-Id: I28ce335b4fafc8c628a0ec71dd097a09d683b2be

2012-07-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [32c7ba61a9ce620c1c9544ac469ccfd143e60bb9]

        fdo#51793: FormatNumber can handle sal_uInt32 values after all...
        
        Change-Id: I9d50bce0278a4aa65873aa816eb991473f556cee

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [a6e3c2b4800144df40e5f78f6f912cdc6a575a32]

        gbuild: Microsoft Resource Compiler does not do -nologo
        
        At least the version 6.1.6723.1 that is in the Windows SDK 6.0A only
        complains about "invalid option: -ologo".

2012-07-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [689defb4ad5582fbcfc2d3d57e321e31b10a16b9]

        check for uncommited work before executing a nextchange
        
        Change-Id: I12b03bb778da712cfe48543949d9634be5221419

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [4fb8a68b0b70243b9c272764cd4762ad5ebf4054]

        quote $ANT in makefiles so path with spaces works

2012-07-10  Michael Stahl  <mstahl@redhat.com>  [c06bba0999451c1fee02f10587f8139edaddf7d9]

        fix syntax errors in moz/zipped makefile, add chmod

2012-07-10  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f2a653134e0cf858cb16d85f01934725d126e002]

        New Finder background image for Mac OS installation
        
        Change-Id: I7f2d124f8a1d0330c4ab7bc58217e4368ee72cc2

2012-07-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0e732d6f09db22b131752d37550b3f35fcae7706]

        Load the right wldap32.dll
        
        Change-Id: I73c0a5b8265fa92d7aeeadc803d337ef85651781

2012-07-10  Miklos Vajna  <vmiklos@suse.cz>  [a8fb1a123f6c46eed611dbaea699624ea0b7962b]

        xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased code
        
        Change-Id: I3d5227c299d78d4492c47e29385c2c5ca25cfe49

2012-07-09  Julien Nabet  <serval2412@yahoo.fr>  [57ce2ffc718a089bf71b722c8e5f94cd902fd8e3]

        Fix typo
        
        Change-Id: I0027a07aa3e1000a4fc1b8932ec24ff686cbc23f

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [5a7ebc5cb8600cc0d436ce81f58e7555cd026cd6]

        configure: remove silly un-terminated s[dw]ext msg
        
        Change-Id: If9a8d5ee1ddb113df4ce8a4a5b6e3e95b71e3f77

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [32aa5e6aa0e0e976a16204b23699031192b9bb34]

        configure: don't fail if ant home contains space
        
        Change-Id: I70ee8a557cb0e9aee393939e886cf82d8a9fc79c

2012-07-09  Philipp Riemer  <ruderphilipp@gmail.com>  [30eb1d6211764da77b2b13b2f6074b40e70a6f29]

        sal_Bool => bool if internal use only (in sw/source/core/crsr/)
        
        while we are at it, make the bool const too
        
        Change-Id: Iedf20880edaa454d55c45c70ed0e6dce3fa90623

2012-07-09  Philipp Riemer  <ruderphilipp@gmail.com>  [611eb8eddc86a62f46d3cb81729ea07f88c67732]

        renamed German variables (in sw/source/core/crsr/)
        
        * resolved some conflict from rebasing out the whitespace changes
        * kept the whitespace changes in lines that were changed anyway
        
        Conflicts:
        
        	sw/source/core/crsr/crsrsh.cxx
        	sw/source/core/crsr/findattr.cxx
        	sw/source/core/crsr/findcoll.cxx
        	sw/source/core/crsr/findtxt.cxx
        
        Change-Id: I857531b5220d7325ccc5adb9fcb9e000b4dd262a

2012-07-09  Philipp Riemer  <ruderphilipp@gmail.com>  [5d15480cea118dab711669db9417ddd6a6e348d4]

        adjusted existing comments (in sw/source/core/crsr/)
        
        (modulo some added class header comments)
        
        Change-Id: I0ff7b7a09f45d57da663ab098217587ffe3e24da

2012-07-09  Philipp Riemer  <ruderphilipp@gmail.com>  [e7540edefe1cf5b7f52ddb9b7b4824479da9234b]

        fdo#39468: translate German comments (=> sw/source/core/crsr)
        
        (removed some old internal StarDivision bug-refs)
        
        Conflicts:
        
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/crsr/pam.cxx
        
        Change-Id: Ib88500bf3cae5f6d8cfccd50769c27819999c5fe

2012-07-09  Eike Rathke  <erack@redhat.com>  [32a254be64fbce1fc7b0a9ecae358ce71a56f1d9]

        resolved rhbz#838248 init filter criteria string
        
        In ScFilterDlg::Init() the string displayed as criteria was empty if
        query is ByValue or ByDate. From earlier times the dialog assumed that
        the query string was always set corresponding to the value, but internal
        handling was changed.
        
        Change-Id: I4f10654f4015b38f7ddba9d6727e06806f1d6b77

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [d3d2f4ecc92e1215a2139e2b84e4e991396b3ce1]

        configure.in: typos
        
        Change-Id: I5a97b9e77e90ccd3d2d2ca19eefdb60b4feaba56

2012-07-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b7822657fa67e7265d07f5852057e975e9efae0d]

        CMIS UCP: forgot to git add new files
        
        Change-Id: I15d99e532f55722e15ca732012eb4dbf5a2fce82

2012-07-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4cb0143327155b6678989a3fe63f11df5014f3a5]

        CMIS UCP: Added support for Binding URL and Repository as folders
        
        This feature needed to change quite some code in the way children are
        fetched in CMIS UCP to avoid running several times the same HTTP
        requests.
        
        The new URLs will find the following scheme:
         + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/
           are the repositories listed by the binding URL
         + Children of vnd.libreoffice.cmis+atom://admin@http-encoded-binding-url-no-repoid/repoid
           are the root folder of the repository
        
        Change-Id: I405d88c82e6fc9f1110a84165a151257c4ce60db

2012-07-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5db77d15790b154d7a066afabd73ab89d48915d6]

        libcmis: changed API to get all repositories infos, not just their ID
        
        This change will not be pushed in upstream libcmis-0.2 branch, so I
        backported it here as it will be needed to show a list of repositories
        in the filepicker UI somehow.
        
        Change-Id: I5427e96ddf548c14d2a3b6988e4352c832ac7a0b

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [54fbcc39a794025fb419addcd86080c7db308235]

        fdo#35663: enable UndoManager test, but disable failing Calc test
        
        Change-Id: I7f399b6e8be0b04102ccbce168a468c1e49b67da

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [a1d493fad210fdae74b7bbc9dba3b2aa62c10963]

        Revert "attempt fix of hang on base close, due to solarmutex deadlock on join"
        
        This reverts commit 5b2cb23c429e1be1099008473770c634ce96c969.
        
        That did not fix the bug (fdo#47021), but apparently it does cause
        problems, such as the failure of the sfx2 DocumentEvents test (that
        doesn't crash any more since 228a3f8b9f279e80917968d9780e822a1d684ada);
        without the SolarMutexReleaser the test doesn't fail for me.

2012-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [54e592926be7410bbd44b1482288305ea568073a]

        UNO API test for ScEditFieldObj wrt its properties.
        
        To detect a bug such as fdo#50587.
        
        Change-Id: I3822af8d592b8aca31c1d4fecc925d0df20d27da

2012-07-09  Stephan Bergmann  <sbergman@redhat.com>  [228a3f8b9f279e80917968d9780e822a1d684ada]

        Handle attachFrame on disposed object gracefully
        
        ...this can apparently happen during the complex.sfx2.DocumentEvetns JUnit test
        (which would otherwise sometimes fail with an uncaught RuntimeException).
        
        Change-Id: I4c96a3bc6bf08e92ec3ec82d76812a35226494fb

2012-07-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ebc60c3297ae464898f6135e4cc5a652fb53b935]

        Unit test for string input with custom string handling policy.
        
        Change-Id: I51e8fbe83e94ba66a0e2ef63aacf080ba0e50a9c

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [99bd0d846fd2daf4905b986cae4cfb31fde04964]

        Resolves: fdo#51908 drop word/char count cache when numbering rule changes
        
        Word Count doesn't update immediately when Numbering is applied or removed
        
        Change-Id: I44ac2313cdeef92e6394b86316ff1037fc8d8f18

2012-07-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [89de7eef5090c5efdca1314f8838bdc977001e5d]

        fdo#47071: Undocked toolbars do not show all icons in special ratio
        
         restore the old behaviour (pre-1703501a100cd6d52578baeb4e8097218b285ffb)
         for floating toolbars.
        
        Change-Id: I8435bd94a44744c5af7a3abdbeb99e8f7cf0af24

2012-07-09  Michael Meeks  <michael.meeks@suse.com>  [779a1acf6ec1295408e3831bd2c3feabdab1b36d]

        re-disable UndoManager test

2012-07-09  Michael Meeks  <michael.meeks@suse.com>  [ae7534f616523bbe5588d98ef2fe4f421ffed728]

        targetted rename xcr -> xmlscript to match includes and module name

2012-07-09  Miklos Vajna  <vmiklos@suse.cz>  [0c8190999b5d85d28ded9f1be9613f11427034d2]

        add SwFrm::OnFirstPage to avoid copy&paste
        
        Change-Id: Ib750b832f232495ec5f4139ca907931107f34294

2012-07-09  Miklos Vajna  <vmiklos@suse.cz>  [d1aaa23c53e705de8256206e5833c6629ce92108]

        sw layout: fix first page header/footer insertion
        
        Change-Id: I1d0051d0b9db486326f1ac7908d29af63f1f1726

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [4c912d3d8bd1ae01131e90fb4a2d8371a53ee888]

        Resolves: fdo#51572 catch CLuceneError throws and extract the error message
        
        I can't reproduce fdo#51572, but catching the exception in
        HelpIndexer::indexDocuments should resolve it anyway and make it non-fatal.
        Collect the error message for retrieval via HelpIndexer::getErrorMessage
        
        Change-Id: Id557b9f5ff968c398f76969591f5ee765e56aa5a

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [4fc8af89257436b9cad70de574a166aa11ec42f1]

        Resolves: rhbz#838368 --view ignored while -view accepted
        
        and our ooviewdoc script uses --view
        
        Change-Id: Ice708f1c72c8d29d411ba21e93cb19876af13881

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [5a44320a4d8c7893f596ba2ad1ef2db33fdc8b5c]

        Related: fdo#30763 always fill in default name under GNOME
        
        regardless of whether lockdown is in effect.
        
        Change-Id: I3c5d3aba89f8cedb6e3e4bd2ecc1af954a953306

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [526f80404c87a41fe46cf5694b32b469875e5c6d]

        Related: fdo#30763 fill in default user realname under GNOME3
        
        i.e. recognize that gnome-shell is a gnome session
        so we use gconfbackend for default settings
        so that we get a default name filled in for FirstName, LastName
        so that the author/editor properties of new documents gets filled in by default
           out of the box
        so that the last-used position in odf files gets restored for that user
        
        Change-Id: I6630866e64414e886c80abad1ca6200ffc25b378

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [2567a8c8e2722ea56508b0e85a6fdfe3b265d595]

        update unused list
        
        Change-Id: I9f17f0205c0dd0391006a710809ef45e0fe309c3

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [e133535eb8518b9dd22f4ce890a61f34f40d096b]

        remove dangling missing resources since high contrast cleanup
        
        Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [8c6cd2f686c72c57d44a4295d4f7c9cdbead1e38]

        remove instantiated but unused ui elements without existing resources
        
        Change-Id: Icefcd4746d416d5a0d4a244ee32eeddb376221ae

2012-07-09  Caolán McNamara  <caolanm@redhat.com>  [104261010aa5ccbb7df4a82a3a3cafcfb0591fa7]

        some UniString->rtl::OUString
        
        Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3

2012-07-09  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [1a1e953ee33c213dc8b88dd96a69ca9fc5e42d50]

        We use hidden signatures for now.
        
        Change-Id: Ib5f74decc28374e1c2e3d31f6e167f0a8f4f230b

2012-07-09  Philipp Riemer  <ruderphilipp@gmail.com>  [ec998b5d36240e66e077197af0ae77e0f257c1aa]

        removed dead code (in sw/source/core/crsr/)
        
        Conflicts:
        
        	sw/source/core/crsr/findtxt.cxx
        	sw/source/core/crsr/pam.cxx
        	sw/source/core/crsr/swcrsr.cxx
        
        Change-Id: I7a0f5b7e52776ef9e722898493e881e8f85678f0

2012-07-09  Rob Snelders  <programming@ertai.nl>  [02b435f235d2863ee344054262200152edbba3a3]

        - fdo#45830 - Language/User Interface: current choice indicated as default
        
        Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [43d7d0684af0df1d5bde69d361365e786bf249bf]

        PDFWriterImpl::createControl: -Werror=maybe-uninitialized
        
        Acutually this one is spurious, gcc 4.7.0 is too dumb here.
        
        Change-Id: I964f0278d19d31bab9859b047dfb8d3661a34958

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [91594e7fd5f8f36fe5c99c8d04b3473e370fa365]

        PDFWriterImpl::finalizeSignature: -Werror=unused-variable
        
        Change-Id: Iaa7a717dad87e092f5b259054d9c79ad3e7ae642

2012-07-09  Michael Stahl  <mstahl@redhat.com>  [33ca6057e3ad69498f54562f0869e212dddb0c11]

        PDFWriterImpl: -Werror=reorder
        
        Change-Id: Id0f67e2085a7ffa22834375ef8636d603cb34ce1

2012-07-09  Miklos Vajna  <vmiklos@suse.cz>  [84493425a1c5645221760756bec1c751ed24f522]

        merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsShared
        
        sw document model, xmloff and offapi supported these separately, but sw
        layout did not. It turns out it's not needed for Word interop, either,
        so better to just merge these, instead of implementing them
        independently without a good use-case.
        
        Change-Id: I5c3b334baa09cabec123745c7af3d65d830754fc

2012-07-09  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [a96d2f339c913e6a53f6003fda024ddc7a6adbbf]

        Fix 'will be initialized after' error of GCC.
        
        Change-Id: I48162e2954598f3f924550d0bcb48cb758a63d4c

2012-07-09  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [c8dc0647bab24a0062c2acd2fa366e046a572f02]

        Remove faulty DBG_ASSERT.
        
        Change-Id: I432eb5ebe485c34169641962d3171ee78e81e280

2012-07-09  Fridrich Strba  <fridrich.strba@bluewin.ch>  [4bc7149816e51e6ccca7673876586f8dc9a2c3d0]

        Trying to use Windows LDAP for Windows builds
        
        Change-Id: Ic06bda1393de4da05af01f79b8ba54cf0ee2cb73
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-09  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [9c8dc01d3a40ec905c9d816c733ceb5d621e0426]

        Merge branch 'feature/pdf-signing'

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [f8f2296a510612381fc86273d0380133d5929bf0]

        Change OnFolderSelected function name to OnItemSelected.
        
        Change-Id: I9a7437e4a11db4c40a4be88c3a3270f0bc813a52

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [fa10ab03bb9f3e796eaa8880d00d116cad9a4225]

        Add an option in toolbar to delete folders when you select them.
        
        Change-Id: Iff10ff99340d9680b924c11956dc036a5f2dac4f

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [babc18065fa5185bd0208ce48636b4f6a492ebe5]

        Remove "No folder" option from move menu.
        
        - We dont support having folders and template files mixed, so
        we cant move them to the same folders as templates.
        
        Change-Id: I07a519e63fef358d915a1d2c8484c6c2d8940642

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [0088d0362381596f64e4218e1aa8af54b3db36e5]

        Hide template toolbar when we close overlay and templates are selected.
        
        Change-Id: I8ccff40fcb7d214ce368d5c3dc9577f76c1b2929

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [7c98ed8f2673c02d3f424e56b7a6f5d887ad89f0]

        Handle close overlay action in template dialog instead of folder view.
        
        Change-Id: I1f79afff5ea8a9dec5b8534a73500224135e213b

2012-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77a7c92fb3c0b1a8a97bca107f6bfe85cb79f7c4]

        performance problem with this commit
        
        Change-Id: I59bca684afcc1c51ecff3c6444ad1fd4b2b520e8

2012-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c8ec4ad8e816157799cd164d9f9a837efa0f9a7]

        Revert "Revert "export all style information to xls/xlsx, fdo#46738""
        
        Lesson: Never trust that nobody was crazy enough to use my commits!
        
        This reverts commit 9e9e53a2d961d489440f4addc25af90d3a6b793b.

2012-07-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e9e53a2d961d489440f4addc25af90d3a6b793b]

        Revert "export all style information to xls/xlsx, fdo#46738"
        
        This reverts commit 5d123a0b0e827aba59ddb50ef1b961a529a34a15.
        
        Conflicts:
        
        	sc/source/core/data/attarray.cxx
        
        Change-Id: Ie4bd09d2350faf0689c375d6a3f0f2b307cedcae

2012-07-09  Sören Möller  <soerenmoeller2001@gmail.com>  [dfdf39b6e0d7924ebbe783fd03a7f10e7418557d]

        Replaced deprecated String with OUString in sc/../chgtrack
        
        There only was one use of EMPTY_STRING left in a call to a method that is already converted to OUString
        
        Change-Id: Iaeb273f68d1c76d1d40f903a3f782ba5bc75289d

2012-07-09  Tomaž Vajngerl  <quikee@gmail.com>  [dcddd5b0ac73ade778f75f4a84545641d0614b5b]

        GetUnitString depends on svdtrans.hxx
        
        Change-Id: I17d922201b1ad253dfcdfb0afdaf4dea95631874

2012-07-09  Tomaž Vajngerl  <quikee@gmail.com>  [4d7581b9075d826feebfb095310c74627314a484]

        Compress Graphic functionallity added (currently only for Draw)
        
        This is a initial commit of "Compress Graphics" functionallity.
        Compress Graphics is accesible via pop-up menu option to graphics
        objects. Currently this funtionallity is only available in Draw.
        When the menu option is triggered, a Compress Graphics modal dialog
        opens to define DPI, compression level and type of compression.
        When OK is clicked, the graphics in Draw is compressed and exchanged.
        
        The current implementation is not final as it needs handling in case
        when the graphics is croped. Additionally cropped areas could be
        removed when compressing, depending on a checkbox in the dialog.
        Special cases of graphics need to be checked too, and some tests
        would not hurt.
        
        Change-Id: I9ec1a71f6ff4364a49b2521e42d88c3ba224dd87

2012-07-08  Andras Timar  <atimar@suse.com>  [9a7e4eac50523df3f24008430340635d7b870328]

        fix layout issue on Data Bar dialog
        
        Change-Id: I6bdc5bbbf5e48b5b62562c46afe7f76f3b21a60e

2012-07-08  Andras Timar  <atimar@suse.com>  [dd9a9e192e9e7a18f96d9ecff71ac6d5718920ac]

        fix a few layout problems in Conditional Formatting dialog
        
        Absolute pixel coordinates should not be used, because
        we work with font size dependent relative coordinates
        all over the place. Layout on Linux was OK, but controls
        were positioned partially outside the visible area on Windows.
        
        Change-Id: Iee417f57135ada7ea9cb73726c56f96b3154e0b8

2012-07-08  Christophe JAILLET  <christophe.jaillet@wanadoo.fr>  [a076603a602cef9ce1fb7ef094fddd05b92cce58]

        Report correct test name
        
        Change-Id: I8181713f28e500b9aaaa60b9c32be304cdf93231

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [7f1674d214c1567638412dba89633b5d5f8d4924]

        Fix not displaying thumbnail text after opening a template.
        
        Change-Id: I57ccefd5ce115d095e30afe0673aa61cb3b6d39b

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [27da19cdd62d14d56beaec6c6fce1f68e05c8d86]

        Center template dialog top buttons.
        
        Change-Id: I18c324a815df279280f3d5efc7b0d9651275bfaa

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [41c1ecbf0a95a6a18d45ff35c18cd5a516019de0]

        Include thumbnailviewitem trying to fix windows tinderboxes.
        
        Change-Id: I04cb57cc207283fca51737edafa1f530f8aee074

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [bdbd2c3057683694a75d9d8f88fc33e7a26c0769]

        Hide search view when theres no text to search for.
        
        Change-Id: Ic178bf641d313b45a750f4b56dc3de53000abd8a

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [72cbe83e2f6dfba9291a404f8f77d5da68f0631f]

        Increase action toolbar width.
        
        Change-Id: Iec101fea2f1ed505219bd6892c733cc5bc3d1f24

2012-07-08  Rafael Dominguez  <venccsralph@gmail.com>  [d3314abcd91b50158f229bc4fa8ad7f02fd84bd1]

        Set default ThumbnailView fill color the same as the dialogs.
        
        Change-Id: Id67d2dc5b626cd63f55088b7cb7950d86244d4b9

2012-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [e719baa35f58a32a21c6ddc9189aa086606faf03]

        removed unused includes
        
        Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2

2012-07-08  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [9ba7fda79cd36a20732fee663f52bdb4946cb2cf]

        Get der encoded certificate to use in NSS.
        
        Change-Id: I01b033b2ec91d97352c91d732530473d75ad5e3a

2012-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78ba81351e9e59f4a8ff49108043b1d15cd77ab7]

        maybe this will help the windows tinderbox
        
        Change-Id: I46a80a4e6ee9a70c725a4a16eb95fa28cca2c3ec

2012-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [382b8bafd041edb2f44052e931e701e0ee626597]

        we still need to pass the wrong number of read bytes
        
        Somehow we rely in some cases on the invalid number of read bytes.
        
        Change-Id: I07e31c231cd96878da098f72cf3279da939da9c7

2012-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f23e5407c137504d5efa980f7ac202e1566b583e]

        export all notes into odf, fdo#49924
        
        Change-Id: Ic3b9176b1b8da7663d1dc3c88a4d56cd794e0805

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [0b42f159790de9fd93322ea635c857cab72995ea]

        Only store template data instead of a ThumbnailViewItem.
        
        - Allocates less memory because we only store the important data.
        - Fix a bug that makes the application crash while on debug mode
        when a view gets destroyed and not all selection boxes have been released
        before the window.
        
        Change-Id: Idd5c11811278ed77268ce56350cfa75cdefaa483

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [0e64420138d3b38979cdca3acbaaa65625d9e7ab]

        Delete title edit box when TemplateView gets destroyed.
        
        Change-Id: Ic261a046465be8590851de225681727b6f805596

2012-07-07  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [5f995a0d8ffea95bf6eecf5215da8178159be0ca]

        Add password edit and pass XCertificate to PDFWriter code in VCL.
        
        Now, we have the password of private key and the certificate to
        sign. Ready to use NSS and create necessary PKCS7 object using
        these.
        
        Change-Id: Id69487e92283059fcd558d33cf6a6128df0f50d9

2012-07-07  Terrence Enger  <tenger@iseries-guru.com>  [f2d484e8652a1d5ac406d0d3a6c527e9f75ef0f2]

        "Wunused-but-set-variable" was new in gcc 4.6
        
        Condition new #pragma by gcc version
        
        Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c

2012-07-07  Andras Timar  <atimar@suse.com>  [14a3ad2a23a14de57207e1fd3adc459684f95672]

        fdo#51830 order of OK and Cancel buttons
        
        Change-Id: Ia1df8361be359c2453a237de88e3dcc4daa76113

2012-07-07  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [bb1ba4f3b784b1ad8776319d6336dba97e484d59]

        Use new chooseCertificate UNO method to pop up certificate dialog.
        
        Change-Id: I713357547c462cd0164f2aa361c44fca63cce435

2012-07-07  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [786f730ea2608abaafdc656e2181d11e076b6648]

        Add new chooseCertificate method to XDocumentDigitalSignatures UNO interface.
        
        This method shows the certificate choosing dialog previously used in ODF
        signing and returns the selected certificate. For PDF signing support,
        we need to reuse existing CertifacateChooser class of xmlsecurity module.
        So the UNO api of ::com::sun::star::security::XDocumentDigitalSignatures is
        extended.
        
        Change-Id: I09f7d0ee180b16b588798820206780df359d133e

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [845be17a61b0cf5acc6eb683dc63ffa146331e1c]

        Revert "Export ThumbnailViewItem symbols."
        
        This reverts commit e2955c6976dbd39cb4b856b21a5a8628fce3044e.

2012-07-07  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6935b6d9bc08ccb780bd80254ba9b26caf6ab27e]

        fdo#43109: Don't check for simple number when text format is requested.
        
        Change-Id: If8ec135f53ffb4a3f33c15c6f2a23a9d94a66d82

2012-07-07  Tomaž Vajngerl  <quikee@gmail.com>  [c0ce7ca4884f7f6d1016bd1dbcc22066cb4a7797]

        Prescale image with Bitmap::Scale to improve quality.
        
        In OutputDevice, when sending the Bitmap to native renderer, use
        Bitmap::Scale operation to improve quality when doing sub-sampling.
        With this Bitmaps in certain Widgets will look a lot better.
        
        Cleanup and translate comments, and move sal_Bool to bool in outdev2.cxx
        
        Change-Id: Ice28537414e10b9e6b403df35c6104ffc7db7785

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [e2955c6976dbd39cb4b856b21a5a8628fce3044e]

        Export ThumbnailViewItem symbols.
        
        Change-Id: I5955740dec9a229032198c2f037e9bf3b6e7aa5d

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [dc8effc97bee41454aa836929c7d747522bb240a]

        Fix Global resource identifier >= 256 warning.
        
        Change-Id: I717aa1559c63439a90b4b7d5607a1030c3eacd36

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [1c6cd04a1b0394dfd2ee317b36663ce4051c461d]

        Export TemplateFolderView symbols.
        
        Change-Id: Ieab7008afe116d3f427df25cfdb899f05fe43e6f

2012-07-07  Rafael Dominguez  <venccsralph@gmail.com>  [122cfd73f8dcebb6128f5a8213224aa1846d2b31]

        Convert all ThumbnailViewItem and subclasses to class instead of struct.
        
        Change-Id: I280a37ada544d35e0895300027fe46dd1e286e91

2012-07-07  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [9508f653ddced5b1dc7d74d050d7c36d563978c9]

        Fix check for FRAME_DRAW_NWF, and thus reenable CTRL_FRAME support
        
        Change-Id: I065c8f21c72a1992282dbd90dc7ff7850a301261

2012-07-07  Takeshi Abe  <tabe@fixedpoint.jp>  [79d386f00163968037673a5c4e616d0fc142086e]

        removed unnecessary forward declarations of class
        
        except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx
        
        Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b

2012-07-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bbcc5572caee525c354457ffc5df77644807523e]

        Test where the member count of a dimension changes after refresh.
        
        Change-Id: I20d2d269c2ba8468a6743c9145e1c8b3552d12b4

2012-07-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2758492a670618262bd42e3b938f3fdf2e9141a2]

        New unit test for pivot table's handling of empty rows.
        
        Change-Id: I1c922fd3d06aca49b98a933d82da478b22e74d4a

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [f2b6d71ccd04f41a849a0e5386f6619bfcc211da]

        fdo#38071: roll back change to MarkBase::IsCoveringPosition:
        
        This change seems wrong as the end position is actually behind the
        CH_TXT_ATR_FIELDEND; fortunately it is also unnecessary because
        the change in MSWordExportBase::OutputTextNode is sufficient to
        fix the crash.
        
        Change-Id: I79d508b13ecc8d85c4e09149b44695436416ba6d

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [3f281b6f0ad73eae72b77fa4dcab9008b7e14187]

        re-base on ALv2 code. Includes:
        
        remove onlineregistration with dependencies
        Patch contributed by Juergen Schmidt
        http://svn.apache.org/viewvc?view=revision&revision=1249245

2012-07-06  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [efae0d1c5e9634c78567541302a485c22359d778]

        os141: add missing component
        
        Conflicts:
        	scripting/source/dlgprov/dlgprov.cxx

2012-07-06  Ariel Constenla-Haile  <arielch@apache.org>  [7ec3e51acad7c32cd0bdb5f221fc2f4047c3a4a4]

        Check if Bitmap is empty before trying to scale it
        
        http://svn.apache.org/viewvc?view=revision&revision=1224936

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [e2799d253b1dc62967693aa5bccd7360a9520967]

        re-base on ALv2 code. Includes:
        
            Patches contributed by Mathias Bauer:
            cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks
            http://svn.apache.org/viewvc?view=revision&revision=1172341
            cws mba34issues01: #i117718#: provide filter name in case
            storage of medium does not allow to detect one
            cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
            http://svn.apache.org/viewvc?view=revision&revision=1172343
            http://svn.apache.org/viewvc?view=revision&revision=1172350
            cws mba34issues01: #i117708#: status indicator for inactive documents
            http://svn.apache.org/viewvc?view=revision&revision=1172358
            cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter
            http://svn.apache.org/viewvc?view=revision&revision=1172359
            cws mba34issues01: #i117024#: rework parameter conversion for load/save slots
            http://svn.apache.org/viewvc?view=revision&revision=1172360
            cws mba34issues01: #i116803#: possible crash on Linux when
            dispatch.cxx is compiled with optimization
            http://svn.apache.org/viewvc?view=revision&revision=1172367
            cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris
            http://svn.apache.org/viewvc?view=revision&revision=1172371

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [daba604186e3a819c0fdd8c3d1dec7c604259c10]

        re-base on ALv2 code.

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [511845e09c1f3404c99d5ce0075024994fdba020]

        fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo
        
        don't count the calls, but maintain a simple flag.
        Consequently, let sw's UndoManager simply delegate now, and
        change the UndoManagerHelper to maintain a lock counter itself.
        Conflicts:
        
        	framework/source/fwe/helper/undomanagerhelper.cxx

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fc68fb4bb4198e7fca395309e721030247d869aa]

        fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag. Consequently, let sw's UndoManager simply delegate now, and change the UndoManagerHelper to maintain a lock counter itself.

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [11af41cf9ed32e7912bff92ffd8e428804e11ba9]

        fs34b: re-enable checkBrokenScripts - works fine

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2693adad786e9faaa0702b40590752592f683039]

        fs34b: remaint of CWS debuglevels:
        
        UNO API test for ensuring the proper order of events when closing the
        doc by various means. Two of three test cases disabled currently,
        due to #i117585#
        Conflicts:
        
        	sfx2/JunitTest_sfx2_complex.mk

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c6b8f6444da08b8fe38c7d6122e5c1bd715d82f8]

        fs34b: #i89080# always apply the 'Link'/'Preview' state from config
        
        Conflicts:
        
        	sfx2/source/dialog/filedlghelper.cxx

2012-07-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f26c0fb0def153311bb630d1c09cbe38437a8c6]

        gridfixes: don't be too generous with exceptions:
        
        avoid where possible (by checking beforehand), and assert when caught
        Conflicts:
        
        	framework/source/fwe/classes/framelistanalyzer.cxx
        	framework/source/helper/titlebarupdate.cxx
        	framework/source/services/frame.cxx
        	framework/source/uifactory/windowcontentfactorymanager.cxx
        	sfx2/source/notify/eventsupplier.cxx

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [e70c4a279c2a8f93d917c0a43fc39ac017ecc463]

        re-base on ALv2 code. Includes:
        
            mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx
            Patch contributed by Takashi Ono
            http://svn.apache.org/viewvc?view=revision&revision=1172092

2012-07-06  Herbert Duerr  <hdu@apache.org>  [dafedde5ada872bf1a9e6249d4e592fdcaf7ffcd]

        use custom ExtEnt loader for RDF import
        
        from: http://svn.apache.org/viewvc?view=revision&revision=1230438

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [94d4e9eb01522e546e69b5fca32875052776d6f8]

        re-base on ALv2 code.

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [4ec7d79efc462dbe3220576de8c3ad7c66e27807]

        get visibility markup right for sfx2 not svt.
        
        Change-Id: I52c8a26fc0ceff17cf843228ad57ca981a278cd9

2012-07-06  Rafael Dominguez  <venccsralph@gmail.com>  [0a158923ac74714cecb47a977d553746a730bf7b]

        Remove unused image resource.
        
        Change-Id: I789006f413b750d67e80fcedec9130f33275d74f

2012-07-06  Michael Meeks  <michael.meeks@suse.com>  [94d16ebac784e6d04e1274c728b880c7d79d1575]

        revert change to missing image; please change back when it's added.
        
        Change-Id: Icde577676e5ae55786dd2341291aad788bc40abc

2012-07-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fad3a6bbddaf003d185d248d232e65b94939963b]

        Properly rehash row visibility when the layout dialog is dismissed.
        
        Without this, changing the settings 'ignore empty rows' and 'identify
        categories' in the dialog and pressing OK wouldn't work as expected.
        
        Change-Id: Ib1f3bad5b6c3ddef08cd56d40abfe60da979d14f

2012-07-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [89bec37621dd45847d47aef8b3f807eb476ea0af]

        Sync the 'ignore empty rows' and 'repeat if empty' flags as appropriate.
        
        Change-Id: I8e2dca4c7c32aaee4088f533c4d0e88b862f4d56

2012-07-06  Andras Timar  <atimar@suse.com>  [c24e9feaba790cef148b678137dec911eda08280]

        change dialog caption in view mode
        
        Change-Id: I9dac5dd42b485265110c91e3472206517d7b8e1c

2012-07-06  Andras Timar  <atimar@suse.com>  [d50cbfe13f416eaab16159cb91038005800e2aa5]

        hide aDateTimeText when editing new version comment
        
        Change-Id: I644adb0292272130587f8a19777c47bf8fd2887c

2012-07-06  Andras Timar  <atimar@suse.com>  [802a671216bcc1d6ba10bd9585fd9e260a2a4d79]

        remove space before colon in UI text
        
        Change-Id: I1e207cc624388130bba3b1a383377a55f04872f2

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [3c6bc3cb6a673c552e2839e421656341151bf12e]

        BorderWidthImpl: let's try if this is a better way to convert to int
        
        Change-Id: Ib374998199afff347786764716646e73dd12de2a

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [190ca072fc1c8679c586867582c816d98016f343]

        fdo#33960: fix cross reference number test failure
        
        Change-Id: If50a09a14ad30fa3dcb587d6e59a5a0d161394b1

2012-07-06  Noel Power  <noel.power@novell.com>  [2bc2d09bba2e3f34e8ce13571de9ff7007e1c2b6]

        additional fix for fdo#51336 for radiobuttons
        
        Change-Id: Ib35d27962b2c63221e1967886236547b3b1047d6

2012-07-06  Noel Power  <noel.power@novell.com>  [a1345cd93a57ec7d9352f2c71ec2664332ce5e76]

        fdo#51336 - change vcl checkbox no-label behaviour
        
        Change-Id: I352c6041cc520dc76c302190dcf3a6945f5ac85f

2012-07-06  Miklos Vajna  <vmiklos@suse.cz>  [9ff68a2848e82e817abc96fd862a488e016c7ec5]

        sw: InsertNewPage() should ignore GetFirstFmt() if it's shared
        
        This allows to get rid of the ugly hack in
        SwLayHelper::CheckInsertPage() and has the same effect.
        
        Change-Id: I491eb617c42bbca3ca1676d7bf44795e947ce6f9

2012-07-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [180a67252ef9076ad5ddcc69b5dd8e1bace67913]

        update hardcoded borders according to the new Start Center images
        
        Change-Id: I23174caacf26c37b4d63b7374c3a2a4a8d4124c3

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [bf744412213eb8b78d68e3ede9fa4ac77b4e0422]

        SearchUpdateHdl: -Werror=unused-parameter
        
        Change-Id: Iac43e6456fafc924143f3fc749863a56a0e7da12

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [23d947c947d90f4383f9744d5b65cd30afd8dd74]

        ThumbnailView::SelectItem: -Werror=unused-but-set-variable
        
        Change-Id: I90c626dd1285f725b3008399a71c1ef56887a970

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [2cc9e1614e410e5f70db420122bdbf0601252f89]

        ThumbnailView::ImplEndTracking: -Werror=unused-parameter
        
        Change-Id: Iae4be27a184be20db6f42194382347078d0fb6c2

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [67f63a9057c3f3f3bc2aff807426fdf133963524]

        ThumbnailViewAcc::deselectAccessibleChild: -Werror=empty-body
        
        Change-Id: Ieed8eff3e3e39821ea7efd3d3b349af9b7088112

2012-07-06  Michael Stahl  <mstahl@redhat.com>  [15f32aac7b874eee5f7b7ebe90f50c31ebd5efac]

        ThumbnailViewItem: -Werror=non-virtual-dtor
        
        Change-Id: Id5de82fd51e92473bf602216226fd432ec48bad5

2012-07-06  Noel Power  <noel.power@novell.com>  [60465d0608930500b35127c47946a9908354d7f4]

        fix dialog editor crasher fdo#51269
        
        missing clone of AllDialogChildren property was the culprit here.
        
        Change-Id: I6c5ee105003967429d5bf79639ae75fb7d90562a

2012-07-06  Rob Snelders  <programming@ertai.nl>  [b8c5f6577911ebb15ad7eb7f60ad5bb9d8d37f0b]

        fdo#42986 - UI wide screen format (16:10): Add Page size
        
        Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af

2012-07-06  Rafael Dominguez  <venccsralph@gmail.com>  [5eb74b1fcad83c605cc00e377460e0ae313d7277]

        Merge branch 'feature/template-dialog'
        
        Conflicts:
        	sfx2/Library_sfx.mk
        	sfx2/inc/sfx2/sfxcommands.h
        	sfx2/inc/sfx2/sfxsids.hrc
        	sfx2/source/appl/appserv.cxx
        	svtools/Library_svt.mk
        
        Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6

2012-07-06  Miklos Vajna  <vmiklos@suse.cz>  [dafa1f576482bc7a0086c353ffff0dbd594a7915]

        wwSectionManager::SetUseOn: forgot to share first header/footer on even pages
        
        It make little sense to share it only on odd pages.
        
        Change-Id: I13188fb10b073d8c351c0cc7dc5110afd25faccf

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [fa99c1ea4f6d450cc12998d4513ed8cf77bafcc9]

        Update thumnails for all template operations.
        
        Change-Id: I7370e2ec459f64366277217b30875172104a72f6

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [23c3e635a2c048692deb327bbc21866d19f1806e]

        Update folder thumbnails after moving or copying templates.
        
        Change-Id: I25596759c78a8898b5059db9c39b752f80075a2b

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [6e21f93b752167b27e78055cffcdfd9898152a8a]

        Try to copy templates if moving them fails.
        
        Change-Id: I2e7e559ca84ad6155ac73aa324ed3c7f0eda0e4b

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [25e1e3cbf6f49d893ba67d2def850167d54b3f58]

        Fix WaE.
        
        Change-Id: If7df918d272fcfede7d9b36619937b06a28d485a

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [551948e6239926c414e2f26c95d0a71f7b88a355]

        Fix moving templates between folders.
        
        Change-Id: I1befe0add1bdff518c4553a8116d4fed235fd1b8

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [2691b4db8242aa82c7c77a54902ae112fae635d0]

        Display all folders even if theyre empty.
        
        Change-Id: I3b7db9adf513d0c3aa8c70c7f6edc5b690504eff

2012-07-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c433fa0639ccf5caeb0c128c8a3794322e2a1c81]

        adjust the calculation of the cursor pos if ALT is used, fdo#48869
        
        Change-Id: I6316717c860d999270aa7f0fb50af5f6dfc7efd7

2012-07-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd209b77391903cb6f9f04c44e10a05f31076f4a]

        add a import test for control shapes
        
        Change-Id: I2ac5e1bdd1c681c8ba58edded3ab1b57ac30c512

2012-07-05  Rafael Dominguez  <venccsralph@gmail.com>  [e1301a4087bcba029665a3a8dd99888470c980dc]

        Implement move templates to a new region.
        
        Change-Id: I57597a39e3af80e6e25f46eac17e888f99b5482a

2012-07-06  David Ostrovsky  <David.Ostrovsky@gmx.de>  [7a31136c0da182c53275d36c0a3aa8946e295197]

        git-review integration: .gitreview for core repository added
        
        Change-Id: Iecb72ef80f66f1d84a764bdc2629ad45f14acfe7

2012-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [14ca2a853cde386bea8cf8bf45d803933592aeaf]

        Bin RTL_CONSTASCII_USTRINGPARAM
        
        Change-Id: Idba2f900f962da57f9e9254b71b68f9b64f6ba6c

2012-07-05  Martin Hosken  <martin_hosken@sil.org>  [b25385a671ed43580a360570981ac1d52446a615]

        fdo#49486: fix graphite2 hyphenation regression
        
        Change-Id: I6d5901f28b66c8edc0c16e7ec04d574a5d59dedc

2012-07-05  Noel Power  <noel.power@novell.com>  [6ee44323ce7f6bcb583872019314915cf73103ca]

        fix wae
        
        Change-Id: I924c23853916cc26f151f1cfd3091dcbcf3899dd

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [7e3923520c27ff139bc3abab35a1c01e1a785fb1]

        Resolves: fdo#49587 apparent loop in style hierarchy
        
        Change-Id: I32317a1a6500377f7e7bb98d1dcc65ad86feb9a2

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [5218c0d6a8171400bee0d972ff05757849df4d19]

        UniString(const rtl::OString ...) no longer implemented
        
        Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa

2012-07-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6747dd33754a15e7d9f5aae01bb8299b6a05e365]

        Use correct row indices to keep track of empty rows.
        
        In pivot table cache, data rows are always zero-based, and are
        different from the rows of cells from which the data are pulled.
        
        This error resulted in incorrect pivot table result when the "skip
        empty rows" option was set.
        
        Change-Id: I4fccb37a8667f7e40d6130ac641d7b2a1daa7694

2012-07-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [46776932d8118ae0f64945a9a1ee6ff46094067e]

        Unnecessary header include.
        
        Change-Id: I3f25f2275d8351b16d955941bc2cee13eb34d504

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [ea440349f0d1319a2eaacc4c77b5149aea98ae80]

        useless aStr string
        
        Change-Id: I8b7848ebaef65a0f462a63276ed4160f3e3a991d

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [a7a891d591f6977c04136a0b4ccde0b87a89237f]

        sal_uInt16 matches UniString sal_Unicode ctor, not FontFamily enum
        
        i.e. totally the wrong thing entire
        
        Change-Id: I24c6f7ca625affe808f865b8962cb690ce1c8755

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [63f00d37a20169743d9709977b382c379560ef9e]

        Related: fdo#51247 bandaid to not crash
        
        Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b

2012-07-05  Caolán McNamara  <caolanm@redhat.com>  [428056b9685f34bba6b4181c6a15d20931b273b7]

        add depend on makefile.mk
        
        Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000

2012-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b57e80858dd61986bea6da7358d9f8433d9685e]

        prevent invalid memory when loading change tracking from xls, fdo#45209
        
        when loading broken xls files with change tracking we may crash because
        of invalid memory access that results from loading to few bytes and then
        using the originally created array
        
        the patch changes it to check for the right amount of loaded bytes and
        otherwise skips this change tracking record
        
        Change-Id: I0795104284479368e26b8411336cee690abffd06

2012-07-05  David Ostrovsky  <David.Ostrovsky@gmx.de>  [e5ac3107e1bef08f619f42c099424a70a9ade281]

        moz build fixed on Ubuntu
        
        Change-Id: I48a4f43cc2e675d0f72bb7d87893f39f39450488

2012-07-05  Michael Stahl  <mstahl@redhat.com>  [927f1e56d57ef9238a4574699ae36626b3daaf22]

        ConvertBorderWidthToWord: fix wrong INSET/OUSET conversion:
        
        This should do the inverse of ConvertBorderWidthFromWord.
        
        Change-Id: If0b2a8a83a7faa6600a07ecfcb13a124d7cdeab6

2012-07-05  Eike Rathke  <erack@redhat.com>  [757a346159dd51ae65767bce98a12826fef179b6]

        resolved fdo#51664 some matrix cases broken in binary Excel import
        
        Import (ab)used ScFormulaCell::SetHybridDouble() in the sense that
        actually it is not a hybrid (no formula string, the token array is
        present in binary import) and during interpretation a matrix was
        expected but instead the hybrid encountered.
        
        Introduced ScFormulaCell::SetResultDouble() for exactly this case as a
        workaround.
        
        Change-Id: I4da3812ef4974380224b5a2bf42d0b62c14d121b

2012-07-05  Noel Power  <noel.power@novell.com>  [0996c0d3193352fe65414ea5577f804dbad8d07b]

        make unoCheckStruct uglier but detect unfixed type assignment + add new tests
        
        Change-Id: I6160e7d1abeeda1ea89e2fe15a9155041f2e5adb

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [3de25305a8a495fb63012d36f86461ce003bb5ef]

        sw: SwLayHelper should not consider the page after first page a first page
        
        Change-Id: Ic82dc11cca65692e221f49d43adb8b72a07aec7d

2012-07-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce1c1e84b3dbcc09de632def57a34099cb63b884]

        audit and re-license writerperfect.
        
        Written entirely by non-Oracle contributors to LibreOffice.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-07-05  Thomas Arnhold  <thomas@arnhold.org>  [e1c6c2fb32e59441441843247402ac744683e3d4]

        Revert "Remove unused throbber.src"
        
        This reverts commit 0d53a8336bd6b55fb89873ce7e2cd623468f282e.
        
        This file isn't referenced in any other file. For me those icon
        files are not in any images*.zip file. But the update extension
        seems to use the Throbber class, which refers to this icons.
        
        To be absolutely sure I revert the change. Maybe someone else wants
        to have a look at this.

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [224746a40f1e9f2fb90c0b4ad767a503979014f3]

        sw: InsertNewPage() should fall back from first to left/right as well
        
        Change-Id: I87715dcf843b025b8291a76bdfdd3a06d2ffac23

2012-07-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fa2b7eff2d40b6455970b521306c5961e4e3cec4]

        fdo#51266: Sync dimension members in several places upon refresh.
        
        Or else the pivot table would generate erroneous results or crash
        after refresh.
        
        Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [40faf88cf0bef76e653e7e9dab707b4c936e7a3e]

        SwLayHelper: when the page style name changes, we have a first page
        
        Previously we only considered the first page of the whole document as
        first page, which was incorrect.
        
        Change-Id: I2e37fe504a5baee986d63d0cdef166f836877174

2012-07-05  Eike Rathke  <erack@redhat.com>  [3bdaf6168dc304b5a01bf196f3c695540a72537b]

        changes to "Replaced deprecated tools/String with OUString in ScMatrix"
        
        Errors during compile:
        
        * sc/source/core/tool/interpr1.cxx: In member function ‘const String& {anonymous}::VectorMatrixAccessor::GetString(SCSIZE) const’:
          sc/source/core/tool/interpr1.cxx:4629:71: error: returning reference to temporary [-Werror]
          * with --enable-werror
        
        * sc/source/core/tool/interpr1.cxx: In function ‘void {anonymous}::lcl_GetLastMatch(SCSIZE&, const {anonymous}::VectorMatrixAccessor&, SCSIZE, bool)’:
          sc/source/core/tool/interpr1.cxx:4724:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + -1u))’
          sc/source/core/tool/interpr1.cxx:4728:52: error: ambiguous overload for ‘operator==’ in ‘aStr == (& rMat)->{anonymous}::VectorMatrixAccessor::GetString((rIndex + 1u))’
        
        Change-Id: I28eb3d23f4d5c08a30534abdf940597923cbb68c

2012-07-05  Sören Möller  <soerenmoeller2001@gmail.com>  [b6cfbd08c2a9b686cfe024a63469cbcd10d9a4bd]

        Replaced deprecated tools/String with OUString in ScMatrix
        
        Change-Id: If431e5ef8b5c97384a1bb1c7fa36c6894ece8343

2012-07-05  Noel Power  <noel.power@novell.com>  [8e9e166d35191eaacfe2001fa0d50fb8c29394f4]

        fix missing makefile, also add a further test to test_nested_struct.cxx
        
        Change-Id: I7da88595fd3024f72b260267e34200375358e401

2012-07-05  Philipp Riemer  <ruderphilipp@gmail.com>  [4a9c5b336a95fd10261e8e24b22137eec2257a3f]

        sorted all include statements alphabetically in sw/source/core/bastyp/
        
        * fixing the missing include statements in shellres.hxx (bjoern-michaelsen)
        
        Change-Id: I976586b346facf38905391bd336b7f08b218f4a4

2012-07-05  Noel Power  <noel.power@novell.com>  [cac7e7cdc203a93954a32e477cfdc3f9b83a242b]

        split out some common basic test stuff, add intial nested struct test
        
        Change-Id: I8da6b3166e40e92c31ee001ce19938f286e057b9

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [2fab1a73b11a500c38e9df67d1b2061e9a6c9232]

        logerrit: for review, we need to grep for revision, not ref
        
        Change-Id: I0fb8b1e4f14e153adae7a2ec1b3adbb0dab5c847

2012-07-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3b1a1581324085257f3eb8290a086b22dcca8f5]

        fix ./logerrit review
        
         * ./logerrit review did not resolve the ChangeId to a SHA
         * ./logerrit did still echo the command instead of executing it.
        
        Change-Id: Ie4f8630f7a83134d6eb7992f4a61b5d3faf7e138

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [b103aeb9de34ae790e6055ba49adcc9b679d7516]

        sc: fix sc_subsequent_filters_test
        
        Change-Id: I4dc88ff0d5e191b27b18f8ce3a9e9175fbd8c6ed

2012-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [eecb5ac9a4a965dbd7cb5a2104becc8217ff6f80]

        removed useless forward declarations of class
        
        Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [a99e3134aa253977b5112cc903d4097907bf3801]

        xmloff: unused includes in txtimp
        
        Change-Id: I0a4feed51067f6b222d60f569dd794f2439fc790

2012-07-05  Miklos Vajna  <vmiklos@suse.cz>  [7ac60704206d229b45dd002ca3b9d70c4c64034e]

        xmloff: implement first page header/footer import/export
        
        Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd

2012-07-05  Michael Stahl  <mstahl@redhat.com>  [c3dc9a3ef3cb9bc28051ef11d8b7fa5afaf819ef]

        clean up include guards in sbxvar.hxx
        
        Change-Id: I802d142ae93b3e9c7d42ab98d5c757df94a82196

2012-07-05  Michael Stahl  <mstahl@redhat.com>  [12d08ed2880020bb9ec2dec82dd26bccd63605ff]

        fix Windows build, include vector
        
        Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a

2012-07-05  David Tardon  <dtardon@redhat.com>  [711976fbd0da490ef0d7a9bf45a44eeb1dfb9e7c]

        remove forgotten debug printf
        
        Change-Id: Iff5a53735d78a2afcf90299a5f28a47f1376e393

2012-07-04  Noel Grandin  <noel@peralex.com>  [488ae25fc8c7624d502d28cc5195395d887e34b0]

        Convert local var from SvPtrarr to std::vector
        
        Change-Id: If19e08f88844d0aec7ad537a8f99e52b96c1a409

2012-07-04  Noel Grandin  <noel@peralex.com>  [8ae16bb0017c0f499b10731c4a0b637aeeb58a30]

        Remove unused forward declarations
        
        Change-Id: I30514b3ff2d63b039496b1e336447ed129ca6a18

2012-07-04  Noel Grandin  <noel@peralex.com>  [ebde6c7e3e816980dfe32086783a165f3d0019b1]

        Convert aItems field of SvLBoxEntry class from SvPtrarr to std::vector
        
        Change-Id: I96d676ded52ebdf0f68b051b06cecf717d56e813

2012-07-04  Noel Grandin  <noel@peralex.com>  [a87c24fcfe1d8842d892185d6f9f2e07c52c3804]

        Convert aTabs field in SvTreeListBox from SvPtrarr to std::vector
        
        Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [09a61733bf4352edfc7fe341e9342594557ed02f]

        fix previous STL conversion commit:
        
        - the reverse_iterator actually points to the element preceding the
          original "it", so on the first iteration it shouldn't be incremented,
          as that has happened implicitly already
        - it's best to use iterators to iterate over maps
        - also fix some pre-existing operator delete[] mismatch
        
        Change-Id: I969d1b79eb970792ee8b0578347ffb59d5a64379

2012-07-04  Noel Grandin  <noel@peralex.com>  [2c09f1c0a7747a625c375028d02a30c0c0e1a893]

        Convert SvPtrarr to std::vector<SvxIconChoiceCtrlEntry*>
        
        Change-Id: I70a3907f659f26817bca5c7049a0f301ae5f10ed

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [a6edbee5f827c8b8f1dde87933f54aae18dc2863]

        fix previous STL conversion commit:
        
        Change-Id: I08c346dff3d62240a24091f569f04be2f517b7b0
        SwAutoCompleteWord::InsertWord: pNew has to be inserted in both branches

2012-07-04  Noel Grandin  <noel@peralex.com>  [8cf33f0d2beb3808de671f1578711a19c0cbe351]

        Convert Svptrarr to std::deque<SwAutoCompleteString*>
        
        And convert some salBool to bool.
        
        Change-Id: I57248b2a316009d0b4e6f5d24963a361312bafd9

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [df5cdeb4b39e8df3f9623d6de87732fcd17cb355]

        fix previous STL conversion commit:
        
        SvxIconChoiceCtrl_Impl::GetColumn: pColumns is now a map, so don't test
        the index against the size, but check the index only via find.
        
        Change-Id: I9451000f8c2fe7a7b0c745f3b8c8d61e35879b43

2012-07-04  Noel Grandin  <noel@peralex.com>  [8d89d1a4a73835a0859de8a6bfabe22eb49e45f2]

        Convert Svptrarr to boost::ptr_map<sal_uInt16, SvxIconChoiceCtrlColumnInfo>
        
        Much better than trying to make an array behave like a map
        
        Change-Id: Ifbebc9a98b475788f0db349954bc6aba18fddf18

2012-07-04  Noel Grandin  <noel@peralex.com>  [7ce275e463584283c62b915cb798edcf8f0d8ef1]

        Convert Svptrarr to std::vector<Rectangle*>
        
        And also convert some sal_Bool to bool
        
        Change-Id: I9af69118cf1020d806a16b8f0ffdeb01120d404a

2012-07-04  Noel Grandin  <noel@peralex.com>  [b1a59ddfc8ad8177fb5310e8c58e2138c2305f20]

        Convert Svptrarr to std::vector<SwPosition*>
        
        Change-Id: I0e6db9fb0e628cc0d4e6556c71542bd0efc48a86

2012-07-04  Noel Grandin  <noel@peralex.com>  [7a2206ce0d78a26acff3d60b471cfcc93e827559]

        Convert Svptrarr to std::vector<const SwUserFieldType*>
        
        Also convert method return type from sal_Bool to bool
        
        Change-Id: I259e99709297d4c3b9b74643920e2afefa469a93

2012-07-04  Noel Grandin  <noel@peralex.com>  [485e097ba8cc55a49188ec239042a92b8c160104]

        Convert Svptrarr to std::set<const SwTxtFld*>
        
        Change-Id: I71bfd2075c7dd7a97fd5553c8e55e614d6be4cf3

2012-07-04  Noel Grandin  <noel@peralex.com>  [6485258bc00de0bc1db9a0b146437a08c93970aa]

        Convert Svptrarr to std::deque<const SwTxtAttr*>
        
        Change-Id: I527814582214401a1f7dd9c192e6aa96e45f7819

2012-07-04  Noel Grandin  <noel@peralex.com>  [457a537bdb24ff67a9bfc3d7426678ac6829d821]

        Convert Svptrarr to std::vector<SvGlobalName*>
        
        Change-Id: Iafd2dc1d4bf4bf3dd875a33a37ea9038f3e083fe

2012-07-04  Noel Grandin  <noel@peralex.com>  [df436372344ffa8ae12a64606cde54d4b4ea7a6a]

        Convert Svptrarr to std::vector<SwRedline*>
        
        Change-Id: I0185a08d2ebb6751b802972f14bf46edfc63c9e7

2012-07-04  Noel Grandin  <noel@peralex.com>  [6b35f10b83a8142644a2831bae63f5aa566ed635]

        Convert Svptrarr to std::vector<SwPosition*>
        
        Change-Id: I1527f6c319d536286e1dc12c8c9ffa3b6a0e3713

2012-07-04  Noel Grandin  <noel@peralex.com>  [db36d83392792fa672d64460c617c9a72d779f1d]

        Convert Svptrarr to std::vector
        
        Change-Id: Ia385f3b004f9d4744035b43e0e049dbb19da774b

2012-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0be0cc0e50fa6c4161d6f71964ec90ba579026ac]

        Targeted cleanup of namespaces
        
        Change-Id: I9e3449b44ff47f77f72da398c4f651519b824bfd

2012-07-04  Eike Rathke  <erack@redhat.com>  [967002c852b817ac06e723cff04037cc211b5c5b]

        fixed wrong string copy logic in ScFormulaCell::CompileDBFormula()
        
        Change-Id: Ib87cff1ddff02de073b1c09703e1b550b7a3a740

2012-07-04  Luboš Luňák  <l.lunak@suse.cz>  [bd493f15a5d9478739368e48f598d2cd7ed4ea30]

        use SAL_UNUSED_PARAMETER instead of local macro

2012-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [244c20f7c4ce430f96705bfd7d88e73a27696f44]

        Removing a directory committed by mistake
        
        Change-Id: I5a03c71c303e786a0efb3397e887b8a6d7385932

2012-07-04  Noel Power  <noel.power@novell.com>  [1720641bf36306fc296635925e571556ced8a302]

        initial attempt at fdo#47263 allow direct access to nested uno structs

2012-07-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [504e433331016004fb2edebdb29a85d69084b1d6]

        fix drawing of calc input line when vcl backend supports CTRL_FRAME
        
        it is counterintuitive, but FRAME_DRAW_NWF was introduced to shrink a draw
        rectangle on its way, regardless of native CTRL_FRAME support
        (see d02e19e3d8697132f63eca353047a572b1e459ea).
        And that is what we want for the calc input line.
        
        Change-Id: Ie2f8bc6e2e21a56b081b8c71cc2b642b8f05848f

2012-07-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7989bba5b65b6fd27fb99197087456da0b2eee17]

        No need to suppress warnings anymore
        
        The corresponding classes in libwpd-0.9.x have virtual destructor
        if they have virtual functions.
        
        Change-Id: Ibf97b45e7ce7d5949ac8bea0a8c204b548f567e4

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [b8c2ade611f1fc8025aaa8715df9d11dd1d1d631]

        Use page thumbnails for icons.
        
        Change-Id: I5df6341e5d1d8d775d2676d4ef5a52a528c6615c

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [731332e6cc4156eb851ae31bf33504d0d312d658]

        Moved headers in xml files. Save page 1 thumbnail in onDestroy.
        
        Change-Id: I7586c6475a8e717f3db24a31dca2b1e31068edc2

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [7e7eafb19feb832e7acf3be7f2dca589addce0d0]

        Added licence headers on java & xml files.
        
        Change-Id: I2b9a62e3426e7842baeac24cf122fc83b4f238da

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [478ba74ac4eeb1d1a73397050788a4b03a02da23]

        removed progress bar - layout issues - will come back to it.
        
        Change-Id: Ie949a416d2898750e8d76bd119ecb462d920d6ff

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [e11cd35387962beb1516419c148094899c45d3c7]

        Added progress bar.

2012-07-04  Iain Billett  <iainbillett@gmail.com>  [75e43a66dcda016128b1dea241d630167d17c689]

        Some optimisations of the open method to re use page views where possible. work in progress

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [2168ee056253def18c43a6b13dbdfd0a992de2df]

        Create new folder after getting input text with selected templates.
        
        Change-Id: I8eb788e9158f5016f60ae344543859ac4e403ebe

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [cca67621756705365365eb904dff4171bfb5020d]

        Connect button click handlers and end dialog with the desired result.
        
        Change-Id: Ib87bd61c1cc7da906304c8ca43cd38d9a7bb1fcf

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [7887eeba65abbc19f912a4c5fc67e9699e3f438b]

        Set correct dimensions and positions of inputbox widget.
        
        Change-Id: I31f92f4af90865d8713f50031c08a6fd4498d885

2012-07-04  Luboš Luňák  <l.lunak@suse.cz>  [c42a8d41afbd8c49b68046eeb8480e04d4f072c4]

        use -nologo with other MSVC build tools too
        
        Except for non-silent linking, where it would for some strange reason
        also disable printing of contents of response files (=objects to be linked).

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [2d045cdb69176b280812dda0b813371cf1ac72e2]

        refactor handling of double border widths:
        
        Word uses a completely different definition of "width" of a double border
        than OOo and ODF: for Word the width is apparently the largest of the 3
        component widths, while OOo and ODF define the width as the total with of
        all 3 components.  The new border implementation in LO 3.4 was apparently
        inspired by Word's double border definition, which resulted in
        various import filter regressions, see the previous fixes:
        
        36e43b52992735c622833e923faa63774b9e2f76
        e2ffb71305c5f085eec6d396651c76d6daee3406
        70a6a4d425558340bb49507975343a3e0a1bdde8
        
        These fixes set the ScaleMetrics, which actually seems sub-optimal as
        there is a ScaleItemSet function somewhere that apparently re-scales
        all items in an itemset, which could undo the fixes.
        
        Also, one of the fixes actually managed to break RTF/DOCX import
        of double borders, as that ended up in the same code via the API.
        
        This commit now reverses the change, so that the width of a border is
        now always the total with of all components, which is (imho) much more
        intutitive, and also leads to a consistent UI where selecting say 3pt
        width has predictable results, no matter what the border style.
        
        The border widths are now converted in the Word format import/export
        filters (writerfilter and sw/source/filter/ww8), and various tests
        were adapted to the new handling.
        
        Change-Id: I50456c49b1a298569607e6c88f19f18441348ac3

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [6146c5d1557f4813c9793c1b00567885382c00e7]

        rtftok: border types must be mapped to the values in ooxml/model.xml
        
        ... not to the tables::BorderLineStyle values, because the domain
        mapper's MakeBorderLine converts the values to BorderLineStyle.
        
        Change-Id: Id89e0bcf80fbd9a1ac9238e09d898bb6b82303b4

2012-07-04  Michael Stahl  <mstahl@redhat.com>  [8b4593948582c3b5b3d013bd751bb19ffd37a31b]

        replace enum SvxBorderStyle with css::table::BorderLineSyle
        
        Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67

2012-07-04  Lionel Elie Mamane  <lionel@mamane.lu>  [8dd6a23b6b44902d1c1ae4e24360463ffcf1015d]

        fdo#43556 round pos&dim of report controls & sections to nearest 10^-4m
        
        Change-Id: I3fa331d246160935f4feed21de69f9ec0c2e9994

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [40ec7e20e369f241a748808ba85fd5fc34980eb5]

        Remove unused method.
        
        Change-Id: I5b084fa1aa88ef7d1e55700033b05c57a0979ea2

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [41e17582a92acdbe533106ddfac44368543fe2e0]

        Make title edit box 50% of the overlay width.
        
        Change-Id: If8fb15738c0c87f67a39ae53f36e7f3839ca7dcc

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [63d89faeb7b38df2f5a84df6a65f3db68694068a]

        ww8par: unused includes
        
        Change-Id: I9aab92f88194d7e0217150c036b00c6444bb0231

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [d431029cfa3d84935c7d9fdcb5bdcc50943ff280]

        Remove deprecated method.
        
        Change-Id: I60bae94c3d86d48f570ae687f16400e034be872c

2012-07-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [29305e54d0929ac20ff8739615707bcbe5e253c6]

        add note about rsvg being a hard dep now
        
        Change-Id: Ice373ab8ceba1d5de37bd5c08e38b6bb6d140b74

2012-07-04  Michael Meeks  <michael.meeks@suse.com>  [b95cfee03ca6eb63eb94593ced389c7f442f2d69]

        fix fdo#51547: revert "Some cppcheck cleaning"
        
        This reverts commit 2f804c94cdaaa9ac047f229509c774dbea1dbcaa.

2012-07-04  Muthu Subramanian  <sumuthu@suse.com>  [37f6fc4933769cb031b63d607a607a42654732f0]

        n#768027: Slide notesMaster and notes import.

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [08556bfd1346d96752e212cec68fe99726e03e90]

        wwSectionManager::SetUseOn: share first page header / footer by default
        
        Change-Id: I4e0c605cfe4f906a9a0a45d49e89b990b64ade07

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [4f93db78598c412b692dd08bdce6138d04097e11]

        Delete search view when dialog gets destroyed.
        
        Change-Id: I82612d5854ef4db5b0bfe4e245e43cf14cf6fd4d

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [1ceca7ac90cfc6d07ff0bd1357c640180c900553]

        Fetch and display templates that contains the search keyword.
        
        Change-Id: I248bcf7fb1a0248fdbb1cd4e57c815b3d5d0b28b

2012-07-04  Andras Timar  <atimar@suse.com>  [e32230ddba34a69e380fac2c6e6888688c908a1b]

        check for Digest::MD5 Perl module
        
        Change-Id: I11ee3d8ea0245758570cfd482a99f7012c0ad869

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [822532024d078685ab6baa59673d46645dde74de]

        Set search view size an position.
        
        Change-Id: Ifed9e633ef73c4248fa67adc8b0e90dd2c484dbd

2012-07-04  Philipp Riemer  <ruderphilipp@gmail.com>  [b779da6fb73d7b235f4f7d032c7e463d97545e83]

        renamed "MakeFormel" into "MakeFormula" (in sw/)
        
        Change-Id: I1da8e5e7b8d12895c099a6c0cc259009e76aa341

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [c11eff1e28f462ee2371fa9283cd9baa5cb8e5e9]

        Dont cache search term when you finish searching.
        
        Change-Id: I2975bd530dc2377d8b2e0003f9a5c5986d270d6a

2012-07-04  Rafael Dominguez  <venccsralph@gmail.com>  [74780aa9a984df9d8556abc9a299ece4dbedb0d1]

        Create a view to display search results.
        
        Change-Id: I85b34937a91dbc321ff98ee873f9e8b9cc037fd2

2012-07-04  Benjamin Drung  <bdrung@debian.org>  [2d06094c701262ef54604be206c25dd87a77d224]

        fdo#35365 Set the default font color to black and the document color to white.
        
        The font and document color of a Writer document or an Impress presentation
        should not be derived from a desktop theme. A Writer documents needs to look
        good on paper. An Impress presentation may have it's own theme. The appearance
        of a document should not change by changing the desktop theme.
        
        With this change a document looks the same on any computer if the user do not
        change the default colors.
        
        Change-Id: Ia42ca7882f0d2dd1f2a304db5e4b5aaba23244fc

2012-07-04  Alexander Wilms  <alexander.wilms@zoho.com>  [728efa237e8c864cc207bf8d5c0904ca366b133d]

        modernize the default set of Impress templates (masterpages)
        
        Merged changes from Stefan Knorr (astron) <heinzlesspam at gmail dot com>,
        Bjoern Michaelsen <bjoern dot michaelsen at canonical dot com>, and
        Petr Mladek <pmladek at suse dot cz>
        
        Change-Id: I942f747aadc897b73d97b2047e267d752580aa33
        Signed-off-by:  Petr Mladek <pmladek@suse.cz>
        Signed-off-by:  Bjoern Michaelsen <bjoern.michaelsen@canonical.com>

2012-07-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f4679c1caf3f56f756fdb5d9609710a3ae3a8fd8]

        cast sal_uInt8 to sal_Int32, otherwise it would invoke valueOf(sal_Bool)
        
        Change-Id: Ibdd7b9213c073035a34cab11a6ec6f6d07bc6b13

2012-07-04  Caolán McNamara  <caolanm@redhat.com>  [359f8cebb699954700faae18961519ccfd5ebaef]

        fix build problem on windows
        
        Change-Id: I0c965ac8abd25479ea97a95036f03c63daa106ae

2012-07-04  Michael Meeks  <michael.meeks@suse.com>  [00c9394baf479a03dadd4d7cc0c83d3e5ff7213b]

        re-base on ALv2 code.

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [69cc00837f58a257a8c1875126b2c89e6c3bd96f]

        sw: drop some unused includes
        
        Change-Id: Ia17354be0b8cea2ba519c1d907b69034cd434567

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [b1594febc030376a272c73cf125a2c77e42b8117]

        SwDoc::ChgPageDesc: copy page size to first page
        
        Change-Id: I714c8cb16710e4220ce97e8b5597b5ff9f4f0bab

2012-07-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1f0abdcf60e30f6ce02fbed5a6918c7899a10f4e]

        dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA mode, do not expect existing parent sheet in implementation of Excel.Application.ActiveCell

2012-07-04  Takeshi Abe  <tabe@fixedpoint.jp>  [30d3637516e9d22d237fb0bd4d71e12eebb16615]

        removed unnecessary forward declarations of class
        
        Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce19822db8205025e2c38e1cbe87dcbe52340598]

        don't use SC_DLLPUBLIC for class + method
        
        Change-Id: Iec2cbcc0cfdfccb8d143b7a83d69f7fc186c3f7e

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [37a5afbe98b8dad909f3a6dc7e815100835631ec]

        sw: tell InsertNewPage() if that'll be a first page
        
        And in that case we can unconditionally call GetFirstFmt(), as the
        SwPageDesc copying methods take care of the "shared first/right" setting
        already. With this, the layout handles HeaderIsSharedFirst and
        FooterIsSharedFirst correctly when the first page is the first physical
        page.
        
        Change-Id: Ib6d922aebaa1384856f79f2501dfbe087a74a20f

2012-07-04  Miklos Vajna  <vmiklos@suse.cz>  [5f4302c14772009a675d4b5b333f11c87c2e65c3]

        SwPageDesc: let IsHeaderShared() not affect IsHeaderSharedFirst()
        
        Change-Id: I23224f4b408e36a858cd8ce6b1cfbdaac2bf4b60

2012-07-04  David Tardon  <dtardon@redhat.com>  [e8bc25ab32b4b562ec4aa0ef648c08d7ee706f6a]

        explicitly convert to int to help the compiler select overloaded func
        
        Change-Id: I8462319d0c5ccea0bc4d5327c94660e2e683e268

2012-07-04  David Tardon  <dtardon@redhat.com>  [40605c33bc58c668419d07ec5037674bee37911a]

        add missing dependency
        
        Change-Id: Ib8eaa63c6a704902d3ee3e142050f2388545ea64

2012-07-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [7f5f50052df9222dd3bb0908cff7d864859ae213]

        Make windows tinderbox happy
        
        fix some cast for OUString
        
        Change-Id: I20563d404169b9e1f29699d52567760509fabb13

2012-07-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [c6c99966cd4515b574e9cd21e89954dabf56009a]

        Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/
        
        Change-Id: I64f3f966011bf07a2ee0c7327feb4a46df595210

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c675575ce507320b6f866d02fd7eee68462f7823]

        impreove the cond format dialog a little bit
        
        Change-Id: I4c7fdb15440ef0fca5b262a37549e96c85d8ab1f

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9894c5a3cd545b112a226df88a790f56991af5ed]

        add hard recalc to the remaining calc import tests
        
        Change-Id: I9db8889af83aa172e8d7192994e78c6691a03e71

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [823788d83bd7151a35b95a927dd26e2af1c66804]

        test related to fdo#51601
        
        Change-Id: If1edd974ba81f56b0ff32ffe0bfd376bb370943b

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d79cf5b08a45365d78e823c372e337142bec956d]

        check for invalid tab number, fdo#51667
        
        Change-Id: I9aebfafb68850130088658535f289f66d49f1741

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7a2ceb518fd32677ae033aae32f788d5ceb6cca]

        make the cond format dialog a bit mroe beautiful
        
        Change-Id: Id4eb94b1d262828f4e0cdd060f7eb87d146a4e86

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2dfd8f150583130201132eaa9816e7646bbb6bf4]

        correct enumerate the condition entries in the dialog
        
        Change-Id: I43c83674464f7c41505735b2ec4208f21567ed4c

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [adc2aebb2828e3570f72f214f31341049eaf6709]

        localize all parts of the new cond format dialogs
        
        Change-Id: Ia582433bd126b9e60b7aecdc19bce57b2a6e85a6

2012-07-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d295975c51f198a0e6933f6e4c7d85dfa9e3c8f]

        add the cond format manager
        
        Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558

2012-07-03  Rafael Dominguez  <venccsralph@gmail.com>  [89cb69a018568029be04663361ea5813870b3d95]

        Dont draw folder name while we are editing it.
        
        Change-Id: I9bec6832725b2a5e194968d938de1dac875a59f0

2012-07-03  Rafael Dominguez  <venccsralph@gmail.com>  [9f55545a1a1d96e133eb734607ef52a463a0f0ea]

        Create dialog skeleton to ask user for new folder name.
        
        Change-Id: I5f861753c7b4d0e901c8268f4004676df7da124f

2012-07-03  Rafael Dominguez  <venccsralph@gmail.com>  [ff1ba1fc3c45b7449e2f4fe3c46a1d4c134a7092]

        Move close button down while search is active.
        
        Change-Id: I42eed0d99b6eae6510c62fda76492e8114624459

2012-07-03  Rafael Dominguez  <venccsralph@gmail.com>  [007ad58e5108431b01db5e2aa93fd21b6ca508f2]

        Add icons to toolbar buttons and menus.
        
        Change-Id: Ia1415d3cab1f381a7b84ad3cabeacefe739a047c

2012-07-03  Rafael Dominguez  <venccsralph@gmail.com>  [93a378e081d7311ee43ea4f8f283eed38814ca0e]

        Disable importing a template while a folder isnt selected.
        
        Change-Id: I3428205cafe41784ee8df24f8511511eebca81c2

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [871111155e302ecaf245003bcd8357e294f8b268]

        Resolves: fdo#51693 use fontconfig font/glyph substitution in headless mode
        
        Change-Id: Ie974be8ae6e9257d92ae4f96b53cb4810efef6d8

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [64ca013084cd7d5027b8cc4cd888ca57ba1ec8b5]

        useless sObjectKind string
        
        Change-Id: I6f8de91d71df1bb54f5d63d5b38f9422927c7441

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [a923bf4217a951ad48db8c9ba32225f4b6846279]

        useless asal_TrueStr string
        
        Change-Id: Icbca4d464aa3b8c0ee1b521b0e42cba2cb07af8d

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [8d98e380a2309273c2d5c74cd6c9acffa44c9438]

        fix broken indent
        
        Change-Id: Ie11ad33f1d61d4abd1d40eaeda714993c3e2b295

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [bccf34c19ae022b67565e212fa4ec0d5213947de]

        ditch String::CreateFromAscii
        
        Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [285289275d1cf1769080a208b55be984cd269e1e]

        useless aMgrName string
        
        Change-Id: Ide39492cf17400f6d4bee980e1e1aca6a0863b3f

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [73f453bd1124b8ebc0a0520f3a801c59107e62f8]

        just use rtl::OUString::createFromAscii
        
        Change-Id: I425e7bcc8f81b2d67a98244ba4419ace1ba569ec

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [7d851250e5e773669157135208363e02ec7d1037]

        we don't need to check for complete length, any non 0 length will do
        
        Change-Id: I6978524ef934ee97d151e0fd22f3a0dfc91fd26e

2012-07-03  Caolán McNamara  <caolanm@redhat.com>  [1268ac16683ac695da2ccb2b0a9fbcb1bf8cd21d]

        callcatcher: update unused code
        
        Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a

2012-07-03  Eike Rathke  <erack@redhat.com>  [2bf5edb1893df2d253ea0b7cf20f3bb7c62ae7f1]

        do not attempt to compile running formula cell (fdo#51601 related)
        
        2fb377c19f8ae38e7ec649af1343bbd64b70a16b introduced compilation of
        a formula cell while it is interpreted, ignoring the comment just above why
        that does NOT work ...
        
        This removes the portion that was responsible for the crash. Though import
        changed and this did not crash anymore on opening the testcase documents, the
        questionable code is still wrong and therefor removed.

2012-07-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [71d8a8de222b160cc0a3a1a3eaa2a8c4da34e5b6]

        templates dlg: close window and use _default target for template creation
        
        Change-Id: Icc9d7acca1669620b53bdc634a3d188323ee9440

2012-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [2c46368432bd4f1bd86c7f3fb6c25ec5ad05dee7]

        embedded HSQLDB: reclaim space occupied by deleted rows
        
        Disadvantage is that saving/closing the file may take a significantly longer time
        
        Change-Id: I1cc35c34b49e60d73e8d341549c5a3c5ef314b6d

2012-07-03  Lionel Elie Mamane  <lionel@mamane.lu>  [bed3049c4c04a202ff288189d225ca6e5941d69b]

        fdo#36824 hsqldb properly escape automatically built names
        
        Change-Id: Id2c36fb24d1f7c8f8e9800c10226323594bb766e

2012-07-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f2ac4ff6600a7d20a519e9ef9e6bcd8157288f63]

        fdo#51266: Properly set pivot item 'empty' on empty cells.
        
        Or else it would re-use the last non-empty cell value which is wrong.
        
        Change-Id: I3feab09a54e93150a7b6a9e9b4b540327f2ab5c5

2012-07-03  Andras Timar  <atimar@suse.com>  [a54230f3211f19290c4d2ac26b3084fc0a0eeab5]

        typo
        
        Change-Id: I12d875faa6f8206a5b0a37067ca21df124f71e22

2012-07-03  David Tardon  <dtardon@redhat.com>  [3425a9777f6d06d4ef1c6d1f0883dc2254dff295]

        move testtools to tail_build
        
        Change-Id: I7dfd5b1f059f7f254a28d2d627365a0b650e33d1

2012-07-03  David Tardon  <dtardon@redhat.com>  [db2bfb53bd1e1dc71f38576951a1aa3576a9aa3d]

        pyuno is in tail_build
        
        Change-Id: I00c34b552aa1773c21accd9a22a13969e993e2d4

2012-07-03  David Tardon  <dtardon@redhat.com>  [d2bd6c90c4249530f196710f876034794577b697]

        only build pyuno when configuration says so
        
        Change-Id: Ic20057a1874a6ca959304423688d6ce2d13a5829

2012-07-03  David Tardon  <dtardon@redhat.com>  [0b379def831a0caf3641f0a4e125dd697c00c8e9]

        coverity: protect against buffer overflow
        
        Change-Id: I467e328ddb4786996ea81cdce2b76498fe8f1c61

2012-07-03  David Tardon  <dtardon@redhat.com>  [38b39d3f86ac5b3afae7de3b3246544ee7412973]

        coverity: protect against buffer overflow
        
        Change-Id: Id3b47712ee1457bda5313a0665a9bb34db035cb0

2012-07-03  David Tardon  <dtardon@redhat.com>  [ac45c9867a7ccd6f4df9c981b617249c6537b86f]

        coverity: protect against buffer overflow
        
        Change-Id: Ibf56341b2e52d341ba06708c232947db5191a486

2012-07-03  David Tardon  <dtardon@redhat.com>  [2d58399e50395ed2b045f45986554c9914a696a9]

        coverity: idx == 0x1F cannot be true
        
        Change-Id: I6b0cf900003beb9931d6acad229166e44cc7f0bc

2012-07-03  David Tardon  <dtardon@redhat.com>  [0fa47c8614dd4e76a91e78cf35aed44396e893ed]

        coverity: ensure the string is null-terminated
        
        Change-Id: Iaaa0e60ca99e2beef7c70d38343917c4549d1eea

2012-07-03  David Tardon  <dtardon@redhat.com>  [aea8838e25a72b08e9b79cf9876719f1941fe3cb]

        coverity: ensure the string is null-terminated
        
        Change-Id: I88040319f931598ca4fa17e440e0dba214109dfa

2012-07-03  David Tardon  <dtardon@redhat.com>  [9bd1acd164a9f8f4188ca06527ccc0fece7d0c19]

        sprinkle explicit over constructors
        
        Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef

2012-07-03  David Tardon  <dtardon@redhat.com>  [fddd006495f0c8584c85ff22ad0041094ea9a8cd]

        sprinkle explicit over constructors
        
        Change-Id: I92f7ccb1512362171b524ade0e8c36cbe9d332d5

2012-07-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [478c65b490912b2d334fab79f80d3eecbdbe0dac]

        libcmis: added a patch to workaround an alfresco bug and avoid HTTP requests
        
        Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856

2012-07-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [735e9b090edf1a315823577d5d2da8c671a3d139]

        CMIS UCP: fallback to URL with id as the mark if we can't get the path
        
        This situation will happen in several cases:
         * We don't have the permission to retrieve the object parents
         * For unfiled objects... though I'm still wondering how those could
           sneak into the UI.
        
        Change-Id: I2095334fa1c9152389c5c824e34375bf48bfbedf

2012-07-03  Andras Timar  <atimar@suse.com>  [ca5b90292df238ab44f740080356dff01bd73176]

        remove unsued code and ornamentic comment blocks
        
        Change-Id: I2067ceb1086edfebc51a7532a0539d4368175fe7

2012-07-03  Andras Timar  <atimar@suse.com>  [725a27aa23bb0b31f7ffcb3fdfa6a38482ad32da]

        remove old About box banner image
        
        Change-Id: If88b592a69a5370825d697dbd8b27cd67d7aed0e

2012-07-03  Noel Power  <noel.power@novell.com>  [1466a8c264d22855238961fa1cb0556dcf1af2ae]

        remove a forgotten about (harmless) hack for the formulabuffer change
        
        Change-Id: If106b1d322eda141836f69e0daa3cda70395c1e2

2012-07-03  Miklos Vajna  <vmiklos@suse.cz>  [3a60e6ddd9546db53796fa0a32801d9b6a16c293]

        sw: missing RES_FRAMEDIR in SwPageDesc::aFirst's itemset
        
        Change-Id: I695dae12060de2d7ec20ca222b8eadf93a6e9d79

2012-07-03  Miklos Vajna  <vmiklos@suse.cz>  [84a9c3ff504218683d0391d3dfe7491eb043a2b5]

        SwDoc: initialize first page format as well
        
        Change-Id: I788584d4e32731b7bc76086df88640b59f27dfc1

2012-07-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9c47fae01bac6374c24cb8e3653becbfc773e0e7]

        Template dialog: show the menu entry when enabling experimental features
        
        Change-Id: Idfd57169d40e9bb60d72559f3ca09f7d34cf60df

2012-07-03  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [64011a43020b108febf94cbd89fb352dc61c75df]

        New Windows installer artwork
        
        Based on Andrea Soragna's splash screen images.
        
        Change-Id: I1aa0a5c5b0b238451c358007d8213c6a4bb3e512

2012-07-03  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [7804c249753ce88491979a7058b6cca05421cefa]

        Get new Branding Stuff into About
        
        Flat_logo.svg based upon the splash screen design by Andrea Sorogna
        
        There were a few more changes that I had to make to the dialog layout
        because the background image is gone now, which meant I had to  also
        * remove the hard-coded font colors
        * remove much of the code that referred to laying out the background image
        
        Sorry for doing the umpteenth change to this stuff in this release cycle. :)
        
        Change-Id: I62b3372113033b387ad41ef5720e05c8101444f1

2012-07-03  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [6b49f186bc79e30d459352d6a4d4c5a6baec384e]

        Replace Start Center images
        
        Based upon the splash screen design by Andrea Soragna,
        made by myself.
        
        Change-Id: I3bec1d06af7bfd147da27d17f0ced558ccae2e87

2012-07-03  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [e4691755ac871b41083cc4bee7dd060cdb00f078]

        Add new splash screen by Andrea Sorogna
        
        With some modifications to fit the brand colors etc. by myself.
        
        * The visible progress bar frame is now in the image itself which
        has two advantages
        - it is always there (otherwise the splash could come up without any progress
         bar frame at all, and then would appear a second later)
        - you can have arbitrary distances between the bar frame and the bar
        
        The frame defined in configure.in is now in a barely visible colour.
        
        Change-Id: Ief361b68d6a8665afa8da42325ac39fa750654ef

2012-07-03  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [0617454d3b9cfa68df9917d47cf35be539506ec1]

        Remove duplication of License/Credits information
        
        A bit differently this time around:
        + remove Credits menu item from menu
        + remove License button from the About dialog
        
        Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294

2012-07-03  Miklos Vajna  <vmiklos@suse.cz>  [9cfa2b97cc286a06fe14223abb41ead772b17ad5]

        sw: include footer type in layout dump, now really
        
        Change-Id: Ie4b5d04824316c03e7a0b5bdb9d04bd42fad5f88

2012-07-03  Miklos Vajna  <vmiklos@suse.cz>  [fa0f42bafbf24e9141ddee728b160b5ab47077f2]

        SwPageDesc: add GetFirstFmt methods
        
        Change-Id: Id0e1185950446d0c9b7159a406315540956baed1

2012-07-03  Michael Meeks  <michael.meeks@suse.com>  [3dc420a6a3e2a47aa80f382cdd0e9c66b2fb6630]

        fdo#51577 - fix incremental search / buffer switching hang/crash

2012-07-03  Michael Meeks  <michael.meeks@suse.com>  [ec54c0c45f34ba3ec2c156311384a1c31f62a0df]

        re-base on ALv2 code.

2012-07-03  Thomas Arnhold  <thomas@arnhold.org>  [d8c91a5276bca967ab7ea81b0bddd2503a32e50b]

        hrc cleanup: Remove unused hrc files
        
        Change-Id: I16d83ca3ea0e01f2c0f4115db18b97958e51afde

2012-07-03  Thomas Arnhold  <thomas@arnhold.org>  [0d53a8336bd6b55fb89873ce7e2cd623468f282e]

        Remove unused throbber.src
        
        This list is obsolete. This image list is generated automatically by
        Throbber::getDefaultImageURLs in throbber.cxx.
        
        Change-Id: I6f99e944d7557378586882c6d162f72482f09e07

2012-07-03  Thomas Arnhold  <thomas@arnhold.org>  [eec627f6f7c1a6ca8696d5b564ea3f7db86607a8]

        Remove unbuild and unused celltempl.cxx
        
        And corresponding files.
        
        Change-Id: Ie49ae80f5bc9f656598dd1064f275c0f146be79d

2012-07-02  Rafael Dominguez  <venccsralph@gmail.com>  [b12ad0815468d9f12517da8c12a53c6f3687d8cc]

        Disable drawing folder items while overlay is active.
        
        Change-Id: Iab2d1a5a4b18f981f996f592f66ed52acb04ac73

2012-07-02  Rafael Dominguez  <venccsralph@gmail.com>  [3ffa63c3bdef67447abdc8ccb7b9bc0a3ec58b3e]

        Make folder view scrollable.
        
        Change-Id: Id93cee3c115086b6d96203b6c2bb7d319ab23234

2012-07-02  Rafael Dominguez  <venccsralph@gmail.com>  [90256a112507998b89af8eecb678e6e12c5dfbd1]

        Change order of "New folder" entry in move menu.
        
        Change-Id: Icb12d893514b1f1505d6ff84aeaa6bbcef136eec

2012-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [27e0c7ae315006fbf2488d9ad4df1263134625f0]

        fdo#51222: Use multi-list box for subtotal dialog.
        
        Change-Id: I22cb3b66d0c4a93cbcba05bb5990080e5ee57a2e

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [64517292c92cb1a28880a31e335726744ec7c82d]

        hrc cleanup: Remove include guards
        
        Also add some missing include guards.
        
        Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [07a490a740230d03cd0449ad1c471878176f5a8f]

        hrc cleanup: Remove unused fmhlpids.hrc
        
        This file isn't included by any other file.
        
        Change-Id: I6cba50a07eca1b941360da472d65a4d4e33dd50e

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [6d93a746955d01e6339a1ebc1382c2f0b98b6840]

        writerfilter is now RTL_CONSTASCII..PARAM-free
        
        Change-Id: I04ef6ffefa7e27a1f9cac6d7d46cb6022223b9ff

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [02a72b30259923eece476abb4aa5c41965d454e7]

        writerfilter: kill CONSTASCII in generated code
        
        Change-Id: I7d1d7d8c5f8291defb86f205ea0d65674493b467

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [4f76bcd12bb363c0d053c03c5de350c71fdb285f]

        writerfilter: remove commented out code chunks
        
        Change-Id: Ib303edb8962b70727624ff44a8bb957e10362529

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [dcc030cc8dd21e11da01ed50865da617b689a043]

        writerfilter/filter: kill remaining CONSTASCII madness
        
        Change-Id: I2f51f4709e8f92fd6779e8e59227e82ac335050b

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [2d3a9c51055a285a2ac8d45e3ef31d248362589b]

        hrc cleanup: Remove unused defines
        
        Change-Id: I3fa45e4550295b94a6ab0acf9bcd0b25db73e689

2012-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cf78c72be5f8f1b0a037b03a6fc63cbace0a2d9]

        fdo#51582: Avoid double deletion of a text portion.
        
        Change-Id: Ia1c31cc8122c99a7e37bc285f61f8c5d2779b577

2012-07-02  Philipp Riemer  <ruderphilipp@gmail.com>  [3b59ee9402bd0d32cd1036c90ecf457df06b28e8]

        replaced switch with if/else because of only one case
        
        Change-Id: I23182e5754b5af63932cc696febeb03c8d0b977d

2012-07-02  Matúš Kukan  <matus.kukan@gmail.com>  [ad39c2cdc3b652c530732c690618b2c7f47b8bd9]

        fix build, typo
        
        Change-Id: I532a6822d6ee023d72a71e012c97929f56c7b05a

2012-07-02  Radek Doulik  <rodo@novell.com>  [fa0e9cf0d13b9b426dd9a3636a0866d0fb220c51]

        use master's shape position/size for layout shapes when needed (n#760997)
        
        Change-Id: I2a9d4f6b134817bda84645df3ab6fa217186e1d2

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [b3017b864291abee67dea605df90598364c3b13d]

        dmapper: kill remaining RTL_CONSTASCII_USTRINGPARAM usage
        
        Change-Id: I4ac1056582a41dd2bc5c31452c93122afd666fc7

2012-07-02  Philipp Riemer  <ruderphilipp@gmail.com>  [8423a74a9131087ceaf939580c14ae6514bd3c15]

        fixed build break by adding missing parentheses
        
        Change-Id: Ia7ab8401334945346c01a3e5cb73bbd73503b97c

2012-07-02  Michael Meeks  <michael.meeks@suse.com>  [1d3e6bb6c4f06cd762de3cad65c2173cec477771]

        re-base on ALv2 code. Removing:
        
            a patch contributed by Pedro Giffuni to handle FreeBSD issues
            that are unlikely to be an issue with a two-layer LibreOffice.
            http://svn.apache.org/viewvc?view=revision&revision=1180509

2012-07-02  Michael Meeks  <michael.meeks@suse.com>  [678d1f12ad40cd9679a8704faee3df7a8fb347e7]

        targetted improvement of UNO API includes / usage

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [fe0985c2326027e86678dffb544c87f108fe9b8e]

        sw: include header/footer type in layout dump
        
        Change-Id: I27318fbaf71874d34671c0da820caee6cdb22ace

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [278000a28b8eceb8528ebdcf1d601de8192979e8]

        Remove unused defines
        
        Some of them were commented out for documentation purpose.
        
        Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [892bb81d17b3351c196661c44fb15b29509c7115]

        hrc cleanup: Remove unused defines
        
        Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [826861bc2aa666fadda41b51773871b84abd5c15]

        Remove commented out code
        
        PEN_SOLID isn't anymore, so this isn't working anyway.
        
        Change-Id: I17e41dba889be909b7a3d41f39ab4409627bf61e

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [09b57f9ef6bb4482cb54bfece3de1f27c2d5367e]

        Remove unused tbxdraw.hrc
        
        All definitions are unused.
        
        Change-Id: Icbfb5f054ebaf674be3720b2cbf81aed0f825938

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [eb755bc603411f17aff9edb4cd1e3dcb6249fb5d]

        hrc cleanup: Remove unused defines
        
        Rename GID_FORMEL to GID_MATH. GID_FORMEL was a compatibility alias
        for the new res string GID_MATH.
        
        Change-Id: I9a5a6972988353ffc001ecac1a746b59d09cb6cb

2012-07-02  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dcf586ff817af73270899f233b26525306120a0c]

        fdo#50587: Remove totally mis-placed 'static' keyword.
        
        How in the world did that end up there!?
        
        Change-Id: If276afcea2b0c2d0fe2a59ac966f245608d0e64d

2012-07-02  Philipp Riemer  <ruderphilipp@gmail.com>  [73243adcbe99f3ebd6eb77404168f4c3f91d74cd]

        fix coding style of previously added tmp variable
        
        Change-Id: I40d67918e13239141176ff31159653f79af46f88

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [fb2eac0f8f65fc1f063ebec0ed19e2ed639e0b32]

        SwDoc: kill copy&paste with CopyMasterHeader() and CopyMasterFooter()
        
        Change-Id: I10480cc7977e7227a6abe84e7bf27f69a980f89a

2012-07-02  Mihkel Tõnnov  <mihhkel@gmail.com>  [3af10435bf2ba53d77eadab61692918eb536258f]

        typo in Norwegian translations of keyboard shortcuts (fdo#50415)
        
        Change-Id: Ia6408f7c50ad16851d3302eebf603545996b2978

2012-07-02  Mihkel Tõnnov  <mihhkel@gmail.com>  [cedec66271037acbd643a00cc2af492c62b09682]

        Estonian translation for keyboard shortcuts (fdo#50415)
        
        Change-Id: I741553e5f489b74b339e991ae01d7e6f1b7f29c7

2012-07-02  Michael Meeks  <michael.meeks@suse.com>  [fdda178d888127c4b4dafd4b53800989929e9b6b]

        targetted improvement of UNO API includes / usage

2012-07-02  Michael Meeks  <michael.meeks@suse.com>  [6baa0319ab93712652b4fd8d874d289105f18ae5]

        re-base on ALv2 code.

2012-07-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cc290073a62e0a2c38990ff3a1311d79d0d61160]

        fs34b: #i117039# restore old behavior of SfxUndoManager::EnableUndo: don't count the calls, but maintain a simple flag. Consequently, let sw's UndoManager simply delegate now, and change the UndoManagerHelper to maintain a lock counter itself.

2012-07-02  Michael Meeks  <michael.meeks@suse.com>  [18f32039158fafb6281b4128f3c370133c954251]

        re-base on ALv2 code.

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [dba6a280968eb7ecca2f74d343ca8fccde1560bc]

        sw: initial HeaderTextFirst / FooterTextFirst
        
        The header/footer text for the first page can now be written (document
        model ready), but layout doesn't take it into account yet.  Also,
        SwDoc::ChgPageDesc() has some copy&paste, will fix that soon.
        
        Change-Id: Ic28659f028e7db4aa1b6eefc76a4e672127e2c98

2012-07-02  Fridrich Strba  <fridrich.strba@bluewin.ch>  [4e06bafe801223de132ca043a3f2e0baaf803ed4]

        Try to fix Windows build of curl
        
        Change-Id: Ifd760cf91ef6c9afe10a110e9b8db2dcc53fd3c8

2012-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [c34ef6b710bd9f3a5beac3be856c970c70e68610]

        fdo#51619 do not ask for parameters if all have already been given
        
        Change-Id: I1c1b1e46e7269bbfa24fbc0c0ebf5ba0f5aad7b9

2012-07-02  Lionel Elie Mamane  <lionel@mamane.lu>  [7cb5924a9bdb6d63e6e0a1fd23b4d4f8473b21a2]

        janitorial: remove unused xParamsAsNames variable
        
        Change-Id: Ic4fe24faf75d38a8123a8f0e8304c054760bad85

2012-07-02  Takeshi Abe  <tabe@fixedpoint.jp>  [d221d4e5a7c8bcb019d75786c45de2c85bbadb7f]

        removed unnecessary forward declarations of class
        
        this also moved necessary ones to right headers
        
        Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2b6e9bd89a5f93e4352ef1cd0801310d9558343f]

        libcmis: fixed unexpected exception thrown
        
        Change-Id: Iaa42756f596333747a9100e075a2638b839175b3

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [514081036fb208b79818eb73cd17c10aa97ccb3e]

        curl: forgot to add the file to download to ooo.lst.in
        
        Change-Id: I97d28d76f32a787c8808551a6f38d1571365476a

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [066d321b8f9483523c60e6115cb62eefbf054de8]

        libcmis: forgot to remove now unneeded patch
        
        Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [39f9425793cf7397469d347faa8d009a9a9629b7]

        UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded them
        
        Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [16009e34246c60be664820d4c28c5ffeadeb87af]

        CMIS UCP: show some caught exceptions in ucpcmis.INFO
        
        Change-Id: I2ebbed596cc9c21759633154a46c15e5f0f66e72

2012-07-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1ddd3d0f9a30959e47a745c2b2a5d051b2ce0784]

        curl: updated to 7.26.0 to have NTLM auth working with NSS
        
        The update work still needs the review of the windows patches as the
        original sources have significantly been changed.
        
        Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388

2012-07-02  Michael Stahl  <mstahl@redhat.com>  [06a2859dba3418d36e76b054303025efbcabc1c2]

        src.downloaded should depend on bin/repo-list
        
        Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [50b1657865318d83e468b5fdf7d0d48585549637]

        svx: always set SharedFirst to True for now in SvxHFPage::FillItemSet()
        
        This feature is not complete yet (so adding real UI doesn't make sense
        yet), but the lack of SID_ATTR_PAGE_SHARED_FIRST caused a crash in sw's
        ItemSetToPageDesc().
        
        Change-Id: I3832b617aba50ad7d451766628bbb005879d25fe

2012-07-02  Miklos Vajna  <vmiklos@suse.cz>  [7c8218ed493e2d51f12968ba43e3d7de0c71efc0]

        SwWrtShell::ChangeHeaderOrFooter: fix typo
        
        Change-Id: I216fdfb3040dfe6748538d3c39b7d0c981ecd0a0

2012-07-02  Michael Stahl  <mstahl@redhat.com>  [2af8619ac052f54b258865edb6937c6fe820da5d]

        BorderLine2.idl: add missing since tag
        
        Change-Id: I0c3763289d6ad55acbeb93940a82c88650e33a28

2012-07-02  Pavel Kysilka  <goldenfish@linuxsoft.cz>  [f1b510f2dd55e8e0b1b6be0e9a0d6e215e123498]

        implement RTF_DPELLIPSE
        
        Change-Id: Icb531e05f84c8ce7e79a15113102113be3609f45

2012-07-02  Pavel Kysilka  <goldenfish@linuxsoft.cz>  [cb34f044ce09d6b03620941d5882c3625a36b69c]

        implement shape lineWidth
        
        Change-Id: I5a6fd4c8fcb2641cdceabcd58c3fa0ccae059d25

2012-07-02  Pavel Kysilka  <goldenfish@linuxsoft.cz>  [0ee9dc2f85dba7938cc5ebbfd11be8f337703484]

        implement shape rotation
        
        Change-Id: Ib7c76768e302556a88ae6d87770c57f31ea8d36b

2012-07-02  Pavel Kysilka  <goldenfish@linuxsoft.cz>  [35210310d4519736b98873b7970715630a9bc11f]

        implement fillOpacity
        
        Change-Id: I71580bb77b6939c9294eaf5203431d32327d5efd

2012-07-02  Pavel Kysilka  <goldenfish@linuxsoft.cz>  [46d7c921222cdcd253f159a1cdbd85ed749c2d26]

        implement RTF_HIGHLIGHT
        
        Change-Id: I9d695f9b544250017bea69167e3133c4e9ee37a4

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [1136fa4fc40cba46272e06b529064a02a140803f]

        Remove unused defines
        
        Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [2f7461722ccee315fe9f85aa651bca1c46adf263]

        Remove unused sduiks.hrc
        
        Change-Id: I147c1ea28dea0bf3341ee5d646d0204d5774ac95

2012-07-02  Thomas Arnhold  <thomas@arnhold.org>  [8930046435f93d3f85bb41e0b4044d507ae724be]

        Remove unused header uiks.hxx
        
        Change-Id: Iab8bdeb25ca36b203c70b27b172e341f94af26bd

2012-07-02  Philipp Riemer  <ruderphilipp@gmail.com>  [517d3875fef75c72768fbd9211d6480ec4b17355]

        Moving code for better readability in sw/source/core/bastyp/
        
        Change-Id: Ibee47704db9c4fa2a15004c1ba7566dae2aa1d1c

2012-07-02  Philipp Riemer  <ruderphilipp@gmail.com>  [e3865adb873baa862bfc53339a6867f30f83643a]

        Code cleanup and translation of German comments in "sw/source/core/bastyp/"
        
        Change-Id: I9ba6f198fbc0f1a4655a57116f53719ea7d38fbd

2012-07-01  Rafael Dominguez  <venccsralph@gmail.com>  [1fdbf7163a7934359b71ba2bc72778cfcb834e58]

        Dont support moving with the keyboard inside the view.
        
        Change-Id: I129243ed21a3fb0847d2cb6077f78bf074e515f8

2012-07-02  Luc Castermans  <luc@bassenge.castermans.org>  [16c4e5506b10284611f2653f867fe09ce75b6a18]

        translated german comments
        
        Change-Id: Ia99de2167bbc401d212eb9cf04883f3f8270f44f

2012-07-01  Rafael Dominguez  <venccsralph@gmail.com>  [0c1126ffd7c99e73dd5643484bcbe880196c3ea3]

        Make scrolling smoother.
        
        Change-Id: Ic0943497067228eebc7f746b8127a0a255d15646

2012-07-01  Rafael Dominguez  <venccsralph@gmail.com>  [c296909f4707e08903736b30e66debddbde26f34]

        Implement moving templates between folders.
        
        Change-Id: I33763aad192eb667f4865a02a3f2d91b5d3b9e8f

2012-07-01  Tomaž Vajngerl  <quikee@gmail.com>  [a4a4bde34e5e3f60143ca8d5ae053237da18712e]

        Cleanup in ExternalEdit
        
        Change-Id: I989888693620eecdc6a774feda864b14c76686a5

2012-07-01  Tomaž Vajngerl  <quikee@gmail.com>  [160f62dff2f040ceaf306819d0c67fb111037b2d]

        Svx and sw code cleanup
        
        Change-Id: Ie93861f32ac23379dc1f0fd973612645e776cc1e

2012-07-01  David Tardon  <dtardon@redhat.com>  [b9c376111b7ed3137d7ff72286888e7373487142]

        rewrite a horrible perl script to saner form
        
        The old form duplicated the last line of the processed file if the key
        was not present. This was not a problem before we added Unity-specific
        keys to the desktop files, because all keys were always present...
        
        Change-Id: Ifef6a90250fd303b913807944c7a23e04a5aafb1

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [00240d049790d11c4ef35de7a294819107197efd]

        Remove unused defines
        
        Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [d341aca7f68bc082cdefe4b1176f56c2c14a0322]

        hrc cleanup: Remove unused resource definitions
        
        Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [8ca21893e58dc9694e0e7a6c0fc52154b3ccb5f7]

        Remove unused defines
        
        Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [3dcdf30a233c7e75229b9e291901c6768265ca93]

        Remove unused definitions
        
        Change-Id: I082dd6563cff7623c521f153f37985342aa743b1

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [0e2d7550dd287843b70c03dee952c02f9bd8afb5]

        hrc cleanup: Remove unused strings
        
        Change-Id: Icad1c4d4660cff2a9ad26e0d29faa4c809586b4e

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [0c2b23ed596e1f00872dc9db5b61601387517c9c]

        Remove unused xmlutil.hxx
        
        All definitions are unused.
        
        Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [6e1e97ce84f2d41adbc159a65f6b24a9ea4916a0]

        Remove unused anmdef.hxx
        
        All definitions are unused.
        
        Change-Id: Id848cdaea95c64a8518743dc32d962340022759e

2012-07-01  Thomas Arnhold  <thomas@arnhold.org>  [70b7ff4d446ade1dca66462a267e4dd584428865]

        Remove unused applicat.hxx
        
        All definitions are obsolete. sfx2/app.hxx isn't needed for
        accessibility.cxx too.
        
        Change-Id: I022e31a75100cdab9bc53bd3af006f5284b411a8

2012-07-01  Andras Timar  <atimar@suse.com>  [840190893aaea628798edce947ee370d46a16060]

        fdo#46099 Search dialog shourtcut on Mac
        
        Change-Id: I781a46aa0b983062d2d4ad5a1f9b9b557c39f0a3

2012-07-01  Tomaž Vajngerl  <quikee@gmail.com>  [d82a77197cab00258e1e2b370c931d69f1e24fa2]

        Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)
        
        Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758

2012-07-01  Tomaž Vajngerl  <quikee@gmail.com>  [982db7bc6b82185202fb1a31ab29398b68c75073]

        Move "save graphic" dialog title to svx.
        
        Change-Id: I1200e66f010525d989bed801240de6813ddf751c

2012-07-01  Tomaž Vajngerl  <quikee@gmail.com>  [8c1aafe8c20b6de8e13b4ce0eb34bb1b1f04fc0f]

        Change "Save graphic" and "Save picture as" to common code.
        
        Change-Id: Id860b3220bde3d43eec7c74711e6938e68d01d56

2012-07-02  Takeshi Abe  <tabe@fixedpoint.jp>  [b876538a6d90926b9771fb014432ccfb8c8125be]

        removed unnecessary forward declarations of class
        
        except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx
        
        Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211

2012-07-01  Rafael Dominguez  <venccsralph@gmail.com>  [4524c0c609c64d86f24b70d8c6e5e4cab262a4b7]

        Delete templates when clicking the "No folder" option in move menu.
        
        Change-Id: Ifcbcfc0623758b32eeb20e184c3dc0b5896851cb

2012-07-01  Rafael Dominguez  <venccsralph@gmail.com>  [dddc14f2365c188757a40ad3defdc6223df9f2c6]

        Display "No folder" entry and append available folders in move menu.
        
        Change-Id: Ic6dc682167aae2dc8354bb6f74dd3bee107630a9

2012-07-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [914c8163e3a5014d9d2885444b6383f6fdcea529]

        vcl: CTRL_FIXEDBORDER is dead since ef877aab7e
        
        Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa

2012-07-01  Phil Hart  <html.wallah@gmail.com>  [10a7bcdf97c7634922626a2d858539a2f8bb0f7b]

        fdo#51497 Show output from SELECT statements in Execute SQL dialog.
        
        These changes allow the user to optionally display the output
        from SQL SELECT statements in the "Execute SQL Statement"
        dialog.
        
        Change-Id: I9209a9e3b5ed100a88fa467078deb9f38c571d42

2012-07-01  Miklos Vajna  <vmiklos@suse.cz>  [8a89650769326c56e6918f3b6ed4ef938bf43006]

        don't build oox::drawingml::TextListStyle::dump by default
        
        Change-Id: I24a468dbe208afd2a71dd10e7ed5610d8c259aec

2012-07-01  Miklos Vajna  <vmiklos@suse.cz>  [d177ba1096a3a378b192df05d1d97f7cec17f35b]

        unused and empty SwAttrIter::Dump()
        
        Change-Id: Ic7cc9235ed7255cf7971cab91928fc68690e61c5

2012-07-01  Luc Castermans  <luc@bassenge.castermans.org>  [5d2038b673de2bfc8a8271b0e745b65090b93a20]

        translate German comments
        
        Change-Id: I831fdc2aad07242e1eae401e50f33291e1684cc2

2012-07-01  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [64f614d93e0ff2b719e8dd360c0ed684569439bc]

        Add CertificateChooser code in comment.
        
        When I solve #include "xmlsecurity/..." problem, I will use that code.
        
        Change-Id: Ia119557d90ba231d848b7eaac41249a8acd897a2

2012-07-01  Tor Lillqvist  <tlillqvist@suse.com>  [daa5157a631d203e4ee80e41032b3d24400e8100]

        This is Java, not C++
        
        Change-Id: I287fcb74ca4351867c27035c6d82def93c044056

2012-07-01  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [7a2a0dc0327b130da93ab52151a1aa1da1d4ac34]

        Make PDF Signing GUI operative.
        
        Now, PDFWriterContext is used for signing information. GUI elements are
        recorded to PDFWriterContext and used during signing process. Sign PDF
        checkbox and Location/Contact Info/Reason boxes are all working now.
        
        Change-Id: I1d0cb53323707efa7e460431dd1519bcd34e8b29

2012-06-30  Philipp Riemer  <ruderphilipp@gmail.com>  [20e08a185c1a7b932668c82539ff69e607f46b5e]

        sorted include declarations in sw/source/core/attr
        
        Change-Id: I3517f642a102f0f060b9c4de7c433da2e04ce63b

2012-06-30  Philipp Riemer  <ruderphilipp@gmail.com>  [cab1be926902086fe4ffaedc486ab03c3c1f394f]

        Clean up code and translate German comments in sw/source/core/attr
        
        Change-Id: I9139387851b8ccfe265dc16e626a2791302646d6

2012-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df0334b9a53e3144ef87f5dda96a95626f2746cf]

        show correct preview when opening the dialog, fdo#51590
        
        Change-Id: I58059655ca45c944e260cabbe348ed690dad3a22

2012-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74f46aaa4b9ecffc8d20b0d22bb36625eeb4391d]

        correctly calculate scroll bar position, related fdo#51599
        
        Change-Id: I9e44e82873e99f3063c4ed9dff83613b53327872

2012-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53327abd436bf24076f624c56b3dee2f3f0eedcb]

        handle single cell conditional formats correctly, fdo#51555
        
        Change-Id: Ic0b171b182eae86010de316ff5ed435e76b09d12

2012-06-30  Julien Nabet  <serval2412@yahoo.fr>  [6b11a18071254a443c8fe7e7b0b1c95b0f9fd35e]

        Some cppcheck cleaning
        
        Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9

2012-06-30  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [863cf84802ad387899f1d337fe20d907edfdc1a5]

        Show signing GUI in experimentalmode only.
        
        Change-Id: I5e4481d75eca357235eadc99bac170dec488045f

2012-06-30  Andras Timar  <atimar@suse.com>  [611334aa74f97768717376da637bea9baac015aa]

        remove one more unused string
        
        Change-Id: I83942f6408b32b68631dde5d260fa8c8e01bdbfd

2012-06-30  Tor Lillqvist  <tlillqvist@suse.com>  [f7e4239ce420c09f3a60339edf10c3a96acb59e5]

        Update for SDK tools rev 20
        
        Change-Id: I482d0a488e9de5b59ce74b9c4057b4103fb048dc

2012-06-30  Tor Lillqvist  <tlillqvist@suse.com>  [8841e75d5af26f96e3ac168474a03d956bd7bb40]

        Hacking on on-demand multiple-level-of-detail quad-tree ideas
        
        Change-Id: Ie5efb45d401721e844e3137474c1a7473a1ac144

2012-06-30  Andras Timar  <atimar@suse.com>  [5a27543e41ec7a167d51ea4e7e2f1f5b658f667b]

        remove unused string resources
        
        Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [bbd206d6fb2fcecec51c2703e42b9e275b740c2e]

        Set scrollbar offset as a class attribute.
        
        Change-Id: I4127b799937771c99b69ecb8a29729c8bc3a31cc

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [4863f32f39e730b62ed26ff5689712530de1d811]

        Increase space between folder items.
        
        Change-Id: I39655f4f11e223f16a23a976c469c0db5fa3fdd0

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [1710ad0793fd3edaf65d26bb4acc1ecc8873b5b3]

        Close dialog after selecting a template to work on.
        
        Change-Id: I5fc929ae08f05dbaab2680a527fe339a066cd5bc

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [f55ae0944196f44bc10484b84e50a991b54c9d9c]

        Horizontal center overlay.
        
        Change-Id: I9343351dd300cc1a4350903d3f01e4a233b93feb

2012-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8451dba20390387289765b112568166a5f411fe]

        the end of the formula is the closing bracket, fdo#51507
        
        Change-Id: I2cc6505571ff62d44443c161317b61033be0d7ec

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [a049352ac90700181007623603b3e301c66bb20b]

        Rename a folder by clicking on the name in the overlay.
        
        Change-Id: I1b3b118667d268bbcda1f1500a2ec2d6916b8f78

2012-06-29  Jacek Wolszczak  <shutdownrunner@gmail.com>  [3c1a1aacf5a1eac4b16c2a2eacbaf262e295d2a0]

        fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibility
        
        Change-Id: I194f776c298f6e149f8e30e82c4b591fed594d55

2012-06-29  Jacek Wolszczak  <shutdownrunner@gmail.com>  [caf0e31e2478884839456bd499fc943324121d77]

        fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibility
        
        Change-Id: I4f8fb4ffa8bcd5a503374040ada191ccf1f89013

2012-06-29  Michael Stahl  <mstahl@redhat.com>  [450bf77d29c3f2b23bea816be94a346645341cf7]

        ridljar: partially revert 4418ad0388b58cab6a129908f78baec5bc73906e
        
        It looks like this changes a class interface that is likely part of the
        URE ABI; removing an interface seems risky to me.
        
        Change-Id: I90efbbdbc6ef029dd6a4e6926f6031d56ffbb10a

2012-06-29  Michael Stahl  <mstahl@redhat.com>  [02bb9c546e16f28c1e38f9667332a1428b94f471]

        fix various (javac 1.7.0) warning: unreachable catch clause
        
        Change-Id: I2b863b43db59e6904f97d9ad22fdb04013e8c76d

2012-06-29  Michael Stahl  <mstahl@redhat.com>  [37e1055f8ca2e28a4ea954feec42d0c60aad3278]

        revert changes to public URE APIs in previous commit
        
        Change-Id: I8f5309ee5fbda34ad1bb9e724c26e04692253649

2012-06-29  Noel Grandin  <noel@peralex.com>  [f9fa0dd66b830ff21c4a2dcd201151a4e9ca2de8]

        Java5 updates - update code to use generics
        
        This is all of the code I missed in my first set of patches.
        
        Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd

2012-06-29  Noel Grandin  <noel@peralex.com>  [531a052bdc1eff3d66fd17ec6f7e9f373cbd1404]

        Java5 update - convert to use generics
        
        Change-Id: Ie9d9b278341132d08477d015245fedf2b66f62fd

2012-06-29  Noel Grandin  <noel@peralex.com>  [8aa97e36e79ce08852e243713f42fc1c70cad6c1]

        Java5 update - convert to use generics
        
        Change-Id: Ib3ce9c31036645e38ce4fe6b54b84b43bec2674a

2012-06-29  Noel Grandin  <noel@peralex.com>  [5afc94db2a310cdd0b52f2d58e7d5b0dcd28d46f]

        Java5 update - convert Vector to ArrayList
        
        Change-Id: I5694f76a1ee61b1ed2cb05c2fea8bb2009fa6df0

2012-06-29  Noel Grandin  <noel@peralex.com>  [cde7ccee856ad515f0e6f0afe2b1503cf44fb8aa]

        Java5 update - use generics where it makes sense
        
        Change-Id: I3e60bd33127105c1d9da1bb25cea16355850d3fd

2012-06-29  Noel Grandin  <noel@peralex.com>  [3fba4e261f9fef7f1bcdf9af36ac96135f26705f]

        Java5 update - convert Hashtable to HashMap
        
        Change-Id: If301765c8410fa39c978a27b234d38b9780ccc47

2012-06-29  Noel Grandin  <noel@peralex.com>  [ebd44e44b7a7e43fcf0a120fbdeeb2b4873065bb]

        Java5 update - convert Vector to ArrayList
        
        Change-Id: I5eff951d5c5caa47e7dabc41f8d856663a4efbd4

2012-06-29  Noel Grandin  <noel@peralex.com>  [745d361b49c3733631caa5bee4e2ed9cec09347b]

        Java5 update - use generics where appropriate
        
        Change-Id: I2e679fa3b8148f1ff0d1ebfa2e105b99f18d39cf

2012-06-29  Noel Grandin  <noel@peralex.com>  [0dae234811f1990b261474791d1a852c55666e4a]

        Java5 update - use generics in code, and general cleanup
        
        Change-Id: I6f2490c48a9d6dbb7de4917c07d5c1fb36c58777

2012-06-29  Noel Grandin  <noel@peralex.com>  [9eb8eae4e19a3d989d662511c39367e2acc28ea1]

        Java5 update - convert Vector to ArrayList
        
        Change-Id: Ic6e7946a065d6667e3cf620811102714817f11a2

2012-06-29  Noel Grandin  <noel@peralex.com>  [48794812ba2c241024f47a548bfddf3db4b8b33b]

        Java cleanup - fix various javadoc issues
        
        Change-Id: Ic292fddb1b9c0ba98b983b257059e50aa1963e46

2012-06-29  Noel Grandin  <noel@peralex.com>  [7af400558072e2f328f078e39a121a95bb928804]

        Java5 update - convert code to use generics
        
        Change-Id: Iff078cea287d0c508d2442d65cd9314ec3231c15

2012-06-29  Noel Grandin  <noel@peralex.com>  [9def9b4674b9610004e915635578d26a48d98300]

        Java5 update - convert Hashtable to HashMap
        
        Change-Id: I59a7448b6c0a840b0f04b765ef9d5272dceb47b3

2012-06-29  Noel Grandin  <noel@peralex.com>  [baccb18f9ad5258c6efae6b23aa90c96b1a8e211]

        Java5 update - convert Vector to ArrayList and Enumeration to Iterator
        
        Change-Id: I94323dcfa4c8069f228dd3079f3842131314610e

2012-06-29  Noel Grandin  <noel@peralex.com>  [4418ad0388b58cab6a129908f78baec5bc73906e]

        Java5 update - convert code to use generics
        
        Note that WeakMap no longer extends Map, because it does not conform
        to the generic Map interface.
        
        Change-Id: I72ea681528c932d84c95f095434e1dc95b0a3d16

2012-06-29  Noel Grandin  <noel@peralex.com>  [30d4c3c7ce75ed2180a439c2a3526dae7f4660d5]

        Java5 update - convert to using generics where feasible
        
        Change-Id: I65b8a40aff54a1128d66e7c46bbcdea459bcc2ce

2012-06-29  Noel Grandin  <noel@peralex.com>  [b9e203cb95e78782262c078891d4f0ac99850e1e]

        Java5 update - convert Vector to ArrayList and Enumeration to Iterator
        
        Change-Id: Iccb8250351fc1b0778b6be9870c12b9e057b23d1

2012-06-29  Noel Grandin  <noel@peralex.com>  [d137d6ac1dd837f7f14ae1aad6ff072469f7aa8b]

        Java5 update - convert to use generics and new Collections classes
        
        Change-Id: Ibe51b5c8d4065c88cd6bae8cddb42a9b6117312a

2012-06-29  Noel Grandin  <noel@peralex.com>  [b707a707aae71f3e05dc096d8de14d2509e2b62f]

        Java cleanup - remove unused local variables
        
        Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec

2012-06-29  Noel Grandin  <noel@peralex.com>  [8cd0fc50aa895d5c1588623a7675dd5679752379]

        Java - remove dead equals() methods
        
        Change-Id: Ib687f314272f6a8f0d6c609a1fd06e4061fd0f39

2012-06-29  Noel Grandin  <noel@peralex.com>  [453d7edc424d6652e209ace4915d96193a79be71]

        Java5 update - convert more code to use generics:wq
        
        Change-Id: I7ea32cad40a6657e4e5886d04af008cb6d67ac6e

2012-06-29  Noel Grandin  <noel@peralex.com>  [b65017a2a7af290f6681da7b197a52efe83d5185]

        Java5 update - usage generics where possible
        
        Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002

2012-06-29  Noel Grandin  <noel@peralex.com>  [33ec740d1438c3dddf8e1974757ed05bb76425ca]

        Java5 update - Convert Hashtable to HashMap
        
        Change-Id: Ibb568e841ff574d5232429ce0ba99e421ed7f05c

2012-06-29  Noel Grandin  <noel@peralex.com>  [10dd7e74c551f3e252405ba0f80a2f143d9129e5]

        Java5 update - convert Vector to ArrayList
        
        Change-Id: I630b22da7fbfd2a1c821420d045146e5042c5c28

2012-06-29  Noel Grandin  <noel@peralex.com>  [6cab99d79c30eb9805a23fdd45168f6f4d8e94f3]

        Java cleanup - remove meaningless comments
        
        Change-Id: I26c2f112abd3421231f51e915a97391fa59907a0

2012-06-29  Noel Grandin  <noel@peralex.com>  [2fcb987a56e56341132d592e366f9a5403c29a41]

        Java5 update - convert ArrayList to generics
        
        Change-Id: I66cf3fd495485c92bdd9ed400482e7e72d806a89

2012-06-29  Noel Grandin  <noel@peralex.com>  [9726ba569b577f9cb78e5d2e35fd928e230208c1]

        Java cleanup - remove redundant superinterface declarations
        
        Change-Id: I80212dae0b43505ccfb566b4855b5bd28f4314f4

2012-06-29  Noel Grandin  <noel@peralex.com>  [3be987460db9938977c9ff7ed59b7e43b64f430e]

        Java cleanup - remove unnecessary casts
        
        Change-Id: I9fc995d9b3f971b9b8869cb3f21ddf69b4f90e08

2012-06-29  Noel Grandin  <noel@peralex.com>  [dab59ab4bcadb14bef9ad7d185d58610fda22012]

        Java cleanup - fix javadoc comments and invalid tags
        
        Change-Id: Id1bb14458203393a2f40e0333afc62416719b1a0

2012-06-29  Noel Grandin  <noel@peralex.com>  [1c78531915457b505af81c22d43975950e6c08fe]

        Java5 update - convert collections classes to use generics
        
        Change-Id: Ia2e92ea7c5da3ef6e7235b724a82d28d0e562541

2012-06-29  Noel Grandin  <noel@peralex.com>  [34643facd763f427b300590df90bdda5bfd26d61]

        Java5 update - convert Hashtable to HashMap
        
        Change-Id: I4162dd0af7501013573590ee1a7a11fc1b36cc99

2012-06-29  Noel Grandin  <noel@peralex.com>  [21e1b42f3137ba98567cb4f61e95324b4c9acf64]

        Updating to Java5 - convert Vector to ArrayList
        
        Change-Id: I585312848dacf5128a64469874a1c65452a2b5c8

2012-06-29  Noel Grandin  <noel@peralex.com>  [b728bb537fb21c2bc890d4c5c90bd14cb35805e2]

        Convert code to Java5 generics in dbaccess module
        
        Some of the code need the warnings suppressed - unavoidable when
        dealing with the reflection interface.
        
        Change-Id: I2016c3f904bcebc4e34556eb5d231fc25761a9ce

2012-06-29  Noel Grandin  <noel@peralex.com>  [f4cca7347f56663f42c8a8fdf3bca654727fc060]

        Convert Java code in reportbuilder to use Java5 generics
        
        Change-Id: Ia8a0206c6c81f2a4212dc92b80a9d6965ad8bd63

2012-06-29  Noel Grandin  <noel@peralex.com>  [9140da5ee8cadeeaeea7bced2a2a5386807ce148]

        Fix java "unchecked conversion" warning in UCB module
        
        Change-Id: I8a9bcd81385c17b74b0ee7fc859e324421d141c6

2012-06-29  Noel Grandin  <noel@peralex.com>  [09bf4ae32b81c4087ae1281eb6ce7111bb715c04]

        Fix java "unchecked conversion" warnings
        
        And clean up some of the code in the process.
        
        Change-Id: Ice871120b99515737034f8f06ebfd0e127d81f37

2012-06-29  Eike Rathke  <erack@redhat.com>  [88a083f8be05449630c9e2af30474281fd0d8af2]

        fdo#42558 consolidated duplicated code
        
        * Moved almost identical code of
          SvxNumOptionsTabPage::SvxNumOptionsTabPage() and
          SvxPageDescPage::SvxPageDescPage() into static
          SvxNumOptionsTabPage::GetI18nNumbering()
        * Removed now unnecessary includes and using namespace directives
        
        Change-Id: I7babe68f2bb8af4fd227cbe558c34c7f85104a15

2012-06-29  Faisal M. Al-Otaibi  <fmalotaibi@kacst.edu.sa>  [e5d61932cb6c92954d808cf8d65a460ea19d5799]

        fdo#42558 added Arabic Abjad and other known numberings to Page Numbering
        
        Change-Id: I3f62337d5824d59692af3e044141e5597d7e7d33

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [d1a5c90d52d9cae18b02fd826ee10ae77d8569be]

        Display scrollbar only if its really needed.
        
        Change-Id: I4bedf7cfe5378087466100f8b60f07de5908d8d4

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [94e0c2473ad23924dc5d85c503bd612659dda589]

        Dont display a scrollbar in folder view.
        
        Change-Id: I7a56b2c13ace9c08c31e24a8b9da83756dbb3626

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [ea508ce93296a56a537c219879d3b5aa11f969fa]

        Add a close button to the dialog.
        
        Change-Id: I2bf1006107b29ce2b105830b3daf41870c5629ba

2012-06-29  Rafael Dominguez  <venccsralph@gmail.com>  [fd4ba654170c7142fb05f2183ec43384f55dfbda]

        Display scrollbar and take into account header size for dimensions.
        
        Change-Id: Iff580a408077e7320d532d1d4c1c7af8b6932910

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [98ec4db47a402a4d4811ecacd910a347c4e1689e]

        android: add more extensions, fix build issue

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [5f091e66d74b27430260e743e354b1a843213f11]

        android: cleanup the file extension guessing and expand it for prettiness

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [2005a34318af5e10dc9b4fae33a0562c58223bce]

        re-base on ALv2 code.

2012-06-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7be964961f0c3c884766f6215eb214c7e7d65a11]

        gridfixes: #i117265# implement less-predicate for Date/Time structs

2012-06-29  Miklos Vajna  <vmiklos@suse.cz>  [9628c1b52a4cba8464962d77a65fe1a559cfd42a]

        SwDoc::CopyPageDesc: sal_Bool -> bool
        
        Change-Id: I146e4b8c1e174a20dd9524c63bcb6aa0d09849de

2012-06-29  Miklos Vajna  <vmiklos@suse.cz>  [73202f8edc074ec035255d25ff29bfd4a8d8dfd6]

        SwXStyleFamily::getPropertySetInfo: remove useless OSL_FAIL
        
        When poking around using an xray-like tool, it's quite expected that
        this method is reached.
        
        Change-Id: Ie795bbb06df740d853065d21c838e10a55ff34c6

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [8e1bffe7ffb0a091e06e83a453aec7ce666e8df0]

        Remove include guards
        
        Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [b63027f0992cf5c368faeb807c69110997dd00ea]

        Remove some unused defines and controls
        
        Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5

2012-06-29  Miklos Vajna  <vmiklos@suse.cz>  [5b021a1f0d281aed40ae83dffe4af7600b858bd5]

        sw: initial HeaderIsSharedFirst / FooterIsSharedFirst
        
        It's just like HeaderIsShared / FooterIsShared, enabled by default when
        header / footer is on. It does nothing yet, but it's read-writable.
        
        Motivation: https://wiki.oasis-open.org/office/HeaderFooterFirst
        
        Change-Id: I1ccfd0aedd1ac71e9f39b7fd43754264afafc1ef

2012-06-29  Takeshi Abe  <tabe@fixedpoint.jp>  [bf5115328ed454f43b4443f3891a0183dfd62814]

        removed unnecessary forward declarations of class
        
        except
        * sd::ViewTabBar moved to ViewShellBase.hxx
        * sd::TemplateEntry moved to AllMasterPageSelector.hxx
        
        Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3

2012-06-29  Takeshi Abe  <tabe@fixedpoint.jp>  [3f501522a838e245431a4558af5639b602566e33]

        removed unused TestMenu & TestPanel
        
        Change-Id: Ibd9bea6ea749090d7d72d3da66378d4e84a0a63d

2012-06-29  Andras Timar  <atimar@suse.com>  [8d1a2b4f210cb486028a24012851954669faf58c]

        Update LanguageTool to version 1.7 + passive registration
        
        Change-Id: I43c6235546976f6d17bcd782b370e9fa2264f2b6

2012-06-29  Andras Timar  <atimar@suse.com>  [41ac890a087d6e2895a9d1d9034011795528624f]

        Google Docs extension passive registration
        
        Change-Id: I1ca4a35ccdc93b55fa84ca85cd4769a53545ca79

2012-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2414bb8d9ef6a23b4491c0893b462a57d4db860d]

        add windows patch back
        
        Change-Id: Id30b06eb093e373da6eb328b5d22788f308ae4ff

2012-06-29  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5e67fb190be69b40ce24a36540031d07c691db07]

        UCP CMIS: avoid breaking the media type when saving a document
        
        Change-Id: Iab7f932c25f66734994dfa44a09fc1d9f511ad11

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [22d9af36bf1716607272b25513349b3d325a3ebf]

        ah MS why do you hate me so
        
        Change-Id: I268e1f5caa68668efdd2d83d1d8fe00401c6ed0f

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [6736ca4bb92b0b40afce0f628511a82724c6747d]

        another unit test issue

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [23d3a5e257e21520419133f02f449d007ad49644]

        lost the patch directives on merge conflict fix
        
        Change-Id: I69321f8a5b4c0377ac6ceb7b6795d25bd9a3e6ba

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [6843ce885e3e128d24ea8472da4883de223213cd]

        Resolves: fdo#38713 fix multiple recipients in mailmerge
        
        It appears I don't know the correct syntax for concatenating tuples
        
        Change-Id: I32756caeaabfcc52e521108da917aeadf8256caa

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [ff3c4e9e54efff3b8701fb562291a9edacae8100]

        bump hyphen to 2.8.4
        
        Change-Id: Iafcd6d7b06529534abb1470c7739bb9f935f3c61

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [9e0cbe5eb3f4785d8db26f87ce0208823c87c5ad]

        some pesky XubStrings
        
        Change-Id: Ib4095dee416cab6d954e1612d2e3f6e2d4464f48

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [6c759da0442f5123a4a4355e8dc9c926a49d25d7]

        delete workben
        
        Change-Id: Ib07874e03c2a0082ddf9f851e717ac5761b4839d

2012-06-29  Caolán McNamara  <caolanm@redhat.com>  [91d95fa91b017f821cc0ed8fa7838a019202edb2]

        bump mythes to 1.2.3
        
        Change-Id: Iccc91cddfc0a7b84558f77d2b39297cbef78aba2

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [a203a6692ceec97050e92b916b1c252898fe6b4d]

        rename unittest from ZeroMemory causing issues on windows.

2012-06-29  Michael Meeks  <michael.meeks@suse.com>  [3a53ddf0a2648ab42871d263af21fb3371c34455]

        re-base on ALv2 code.

2012-06-29  Miklos Vajna  <vmiklos@suse.cz>  [616ad0b94ca3f200809999d19595b6a69a2a6969]

        logerrit review: fix missing escaping, codereview -> code-review
        
        Change-Id: Icf5facbb59cba2116ae3fc6bdfc035673cf47985

2012-06-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d817891d69602d9877ac46131c6e123b99376802]

        Export the UNO symbols from mysqlc.uno.dll
        
        Change-Id: I528acab43cad3abc88d1a20f0f19f42d652262dd

2012-06-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bb7f52e9fc4fc692f14d76aee6e0a141ad864a3b]

        fdo#51543: fix incomplete slide number info in status bar
        
        Change-Id: I73cdd236a9e167fb812b0e2c0922df5bd3e2537b

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [c064aad68b8b6e8579b53c9a86b73f43a6d2e3b8]

        Remove unused header guards and options
        
        Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [1e322b7f260f6633b53859824ab76804b1dc907a]

        Remove last PCH traces
        
        Change-Id: I6b5d7422eecb90c612e76fd59a6316a4ea7a8698

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [688fcc847b0985b6c4c199ff2d701670e5dee46d]

        Remove unused locals
        
        Change-Id: I14369787e99d31cba32957301340cef2fc832b91

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [4c4d748767c5740cc4b5348c69ad86c68db234bd]

        Remove some more include guards
        
        Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [57154616f064752c237a278db18767241da13c3f]

        Remove UNO includes comments
        
        Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a

2012-06-29  Thomas Arnhold  <thomas@arnhold.org>  [59c8cfffa75d991e3fac8b3cb41dde31389bb8c1]

        Remove some more PCH traces
        
        Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [8f7d779f94ef277ab4162b4a45d81d1fdd2a1f7c]

        Display Move to Folder popup menu when selecting a template.
        
        Change-Id: If4ad6a1809b428b55b26bdb21d64f41cc9b6fbf5

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [0333ccf342a0e25f0e1836349c469eb2d165bd57]

        Dont draw an item thats not visible when it loose focus.
        
        Change-Id: I62eb4f280d288dd00bc8d09b26ff911c4876bb1b

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [f0bbbb4b7acb8174dd1f954906a823552b95eff1]

        Display correct items when scrolling.
        
        Change-Id: I7c3fd82c81711ae48dd8a7000cda83a133586e3c

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [c6aab78b31d55ce1554b74acd346f1a4bfd4f348]

        Open a template when double clicking in its thumbnail.
        
        Change-Id: I08884e5f113353261aebcd92b6ecf02146b377c1

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [bfb8b048290fee3b26b08db09271bf2f34316679]

        Wrap thumbnail item name text inside its assigned area.
        
        Change-Id: I4b3d57c7d2fa1a8cffb35345ea46390f6eff3cb1

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [05156817f7792621603356f7953101bfe5cbed6f]

        Set initial folder background color outside of its class.
        
        Change-Id: I6db8700ce9d4c155137645dc967e2124e59d7bb5

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [2c73b51bcaf7ff5513eaf8b31c67506925d7d6e2]

        Set folder overlay dimensions.
        
        Change-Id: Ic8c1d5508e7517e059649525a508b2f6702b9bb0

2012-06-29  Eike Rathke  <erack@redhat.com>  [c569add9b9b9e5aadff4b1379d1848c192f027ee]

        added LANGUAGE_USER_SYSTEM_CONFIG 0xFFFE for configuration context
        
        Intended as preparation to solve fdo#45830
        
        Change-Id: Id3d5be9ef27e1b565ec0b21e580b89e893a782b8

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [75b139c66913db75ff4b355ddafee1165ff07df8]

        Improve folder view initial layout.
        
        Change-Id: I45620b8ffb700e530fcca3b2c92e033c782d1e50

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [3c4b2bcca318e25b393fc48e5520fb7b67a96cb9]

        Correct calculation of minimum windows size for ThumbnailView.
        
        Change-Id: Ic286603c5558859f833358518d8d2828831bb0cc

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [0c5bc40c1a32cbc2f2b23cfd6c9ff7b1ade9ef53]

        Scale image if dont fits the thumbnail preview area.
        
        Change-Id: I8b13d9c65c1e3845ff7ef70ede3debb89e709840

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [5f0a0e82d9bffde6cbee6538d6eff435f4676386]

        Improve thumbnail item positioning and dimensions.
        
        Change-Id: I9b76cabcf94e1cc740cd2d23be1236e14e5ca36f

2012-06-28  Michael Meeks  <michael.meeks@suse.com>  [2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7]

        remove malingering legacy RCS tags.

2012-06-28  Michael Meeks  <michael.meeks@suse.com>  [bd18cf52743cda0c601aa10ade303c310ca9f33b]

        re-base on ALv2 code. Includes:
        
            Avoid some uses of non portable #!/bin/bash in shell scripts.
            Patch contributed by Pedro Giffuni
            http://svn.apache.org/viewvc?view=revision&revision=1235297

2012-06-28  Andre Fische  <andre.f.fischer Andre Fischerandre.f.fischer@oracle.com>  [2bc802ca844cdadf5a6897146f58dc523a878b8c]

        impress211: #i110990# Fixed remaining problems with display ids and indices.

2012-06-28  Michael Meeks  <michael.meeks@suse.com>  [4a29e35a9a88139b7ab8d030ed7a3964791443a1]

        re-base on ALv2 code.

2012-06-28  Iain Billett  <iainbillett@gmail.com>  [06b935baa5696f90caedf51e4d3a0302350a446b]

        First draft of "navigator", a strip of "live" thumbnails which are clickable. Open method to open random page, not first. Put some UI set up in documentLoadTask as the UI requires the number of pages in the document which is only know on load.

2012-06-28  Iain Billett  <iainbillett@gmail.com>  [797df2912a91ad493f2368c508999d73635c8c35]

        Some styling of document viewer. Transparent overlayed action bar with hide/show on tap. Navigation overlay with page thumbnails.

2012-06-28  Andras Timar  <atimar@suse.com>  [677f10cdf0b6a7acb2f94fce8404b464061ccaf7]

        fdo#46510 optionally turn on Quickstarter by installer
        
        Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [1e0a880cfe5b9d724f1bb2b6bedb25da46d6c5ab]

        smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971a
        
        Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb

2012-06-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6fe84df471e80e47dcc41c2fb02d39a178477a0e]

        CMIS UCP: fixed save as which was broken by bad exceptions catching
        
        Change-Id: I81bb45279b23d0c8d77f8e7aa366d038efa13d89

2012-06-28  Miklos Vajna  <vmiklos@suse.cz>  [64040dbbb5b35e8838f55b791f86a4d6819070b0]

        SwPageDesc impl: drop unused includes
        
        Change-Id: Ie3b1113461b65ae8bace25884f965ac99fda4910

2012-06-28  Rafael Dominguez  <venccsralph@gmail.com>  [fd174268bdea92d966feffbb312c0c3d19de3c5f]

        Remove avmedia dependency from drawinglayer.
        
        Change-Id: If5c6bacd77783cc58da7fc31043bb9dd5bc4403d

2012-06-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d710723a52929a708ca0195da833ccda6a489082]

        CMIS UCP: cached session id change was not impacted on all constructors
        
        Change-Id: I42cc76c08ce1a5e0942125d59bddf600c7ff9ee2

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [ba23ece286671f8f9b5baf245239996e1e1fabdb]

        probably the last uses of the one argument String::CreateFromAscii variant
        
        Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [2ee701afd333ef01bc5d4f62543aaf0f5ac5ed3c]

        revert accidental removal of copyright header
        
        revert the part of e30fb4609b9d7333deb4401e0c41ee64b8da9f1b that stripped
        the copyright header
        
        Change-Id: I14e4fb98e6579fc0aeb30719c4b55a21074c5fe3

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [83f50e3f2118746232f7fe115805ee967c1ffcee]

        ditch slightly suboptimal C2S define
        
        Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [694e2cbf9da8c0bef6a064d3a12e44c20a693784]

        There's no reason for GetDefaultContentType to be virtual
        
        unroll the logic a bit to simplify the only relevant case and take advantage of
        return optimization
        
        Change-Id: I88537e83e8fc6785d3932fb4c591d62319682c9b

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [46d1a28a2ed4ccfcbc8f6edaacd6e56f448dd4ea]

        tidy INetMessage a little
        
        Change-Id: I506bcdc9d72d23c44b692717ee186f9718f5a388

2012-06-28  Caolán McNamara  <caolanm@redhat.com>  [7439a9b7143457da833257b6e3368ef1b3f3322e]

        rework UniString::CreateFromInt32 in terms of rtl::OUString::valueOf
        
        Change-Id: Ib875b22f4e74796a0d8b38998b9c80ebf0e59455

2012-06-28  Andras Timar  <atimar@suse.com>  [238108c5429722abe39262df4709ed0d31917790]

        use defines from systools/win32/qswin32.h instead of duplication
        
        Change-Id: I3d52308087412d1250b8ad64ffc308ca7cc414fd

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [d0bbbfdef6b31650a351883de09b5338562048a2]

        fdo#39415: sw: fix vertical collapsing border painting:
        
        For borders in vertically oriented text it's necessary to correct
        positions at different sides, i.e., right and left instead of
        top and bottom; refactor SwTabFrmPainter::Insert some more
        to handle this properly.
        
        Change-Id: If20b9477415e9bd12e63aab4eed2f070065eb473

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [3a4b7c3555f2ffb4e89502bb04ff063d8c08f628]

        fdo#39415: sw: fix collapsing border painting more:
        
        There is a special case for i#9860, which is for first line in follow
        table (i.e. continued on new page) without repeated headlines:
        Here the bottom border of the cell is used as the top border in case
        the cell does not have a top border; this is fixed now with a bit of
        refactoring, so the correct half width adjustment can be made.
        
        Change-Id: I58ef81b7e13544014ef75973ea793f673a242488

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [aa8240e80394887a4af45710de69aacacec66d25]

        fdo#39415: sw: fix collapsing border painting:
        
        In a table with collapsing borders, the horizontal borders  need to be
        painted "below" the reference line, and not "centered" on the line like
        the vertical borders.
        a0486f02433703744f487e599422714d03937956 was apparently an attempt to
        fix this, but unfortunately it adjusted both top and bottom borders
        with the top border width, which has horrible results if the top and
        bottom borders have different widths.
        
        Change-Id: I7605eda6ef8111612ceb1ded79c0811de9ca7b25

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [30f76f083a6b587d0069f175fa24f3c0dafb051c]

        SwTabFrmPainter::Insert: remove clutter
        
        Change-Id: I2390151acf1c71f9ad7416357b5b34230c9672a6

2012-06-28  Michael Stahl  <mstahl@redhat.com>  [233431e09ef85cb3579e55bd2a8d1f9d7439f8da]

        remove obsolete SVX_FRAME_USE_LINEINFO:
        
        the code using that was removed in
        7db30f7aa037f52eb07cbb4fd2796bd869204af8.
        
        Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236

2012-06-28  Miklos Vajna  <vmiklos@suse.cz>  [45e60ae3120b81e2987151a8485766c2fa946d48]

        dmapper: better fix for import of titlepg top/bottom margin
        
        This commit reverts the fix for fdo#44176, and implements a better fix,
        which keeps the original testcase passing, but also fixes the layout of
        a simple document, having different first, odd and even headers within
        the same section.
        
        Change-Id: I96893ce3e886e479f1d7640b126ad7a1dd828bdb

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [ed92cdd7f131bc37957d91d9ff171a2c5c2716c7]

        Bug fix: now skip effect work correctly with repeated animations

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [5525b212faadc83df458b0911d416a734357ea30]

        Modified the JavaScript implementation for repeated animations.
        
        That has been needed because of Firefox that does not compute the bounding box of a 
        shape with zero width and height properly.
2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [06859010450505885a34313711a0d9d1fbaa30f2]

        Fixed a bug that prevented repeated animations to work properly when the repeatCount value is greater than 2.

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [19da52d09b74a7de98be454fd48f807758e18c96]

        Now the rewind option is handled by the JavaScript engine too.

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [1ef95a7206979756a885b7bea4c788684f5e7b61]

        Added support for the repeatCount attribute for time containers.
        
        The support is limited to the case when the value of the repeatCount attribute is an integral 
        number and the duration time is defined implicitly by the active duration of the time container 
        children. The accumulate attribute is not handled.
        
        The support for such a feature has been implemented for both the C++ and the JavaScript 
        presentation engine.
2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [17ac2bb3b37d738488c12b26387822d62c4e8ded]

        Ported all transition tables. Now restart mode is set up as the SMIL spec requires.

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [372c47309a192e67220913309fa1ccffdff8cde1]

        Now to animations and repeated to animations are handled by the C++ presentation engine as the SMIL spec describes.

2012-06-28  Marco Cecchetti  <mrcekets@gmail.com>  [b9cfef37900cea634dc6fb987498b840230399bd]

        Now to animations and repeated to animations are handled by the JavaScript engine as the SMIL spec describes.

2012-06-28  David Tardon  <dtardon@redhat.com>  [666af96fcbd96c7635c2c0d8690bd0cd29f2b2b2]

        remove debug statement
        
        Change-Id: I888939bffe0eb4f1e19aae24bd62cd9313337065

2012-06-28  David Tardon  <dtardon@redhat.com>  [ec8f3fcc5dde0ec77b1293b4f0d20637023e732f]

        WaE: unused parameter
        
        Change-Id: Idd69ec052b037e31c3d116aab055b5f94a90a4a5

2012-06-28  David Tardon  <dtardon@redhat.com>  [71b9eb272d3b0050dede554b2282b478f979ff7c]

        drop unused includes
        
        Change-Id: Ic6ead729034a2a02d08f9e8edda0af1d0ff3f459

2012-06-28  David Tardon  <dtardon@redhat.com>  [238f3e58763fe1ffc04eb3b09d2919bc6865e1ce]

        add more categories
        
        this fixes desktop-file-validate warning
        
        Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8

2012-06-28  David Tardon  <dtardon@redhat.com>  [b47d78362c8e3c324513d3bd7a222c5d9bcaa999]

        add more categories
        
        this fixes desktop-file-validate warning
        
        Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8

2012-06-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2349c6a4743b517e705f90cc2a4eaf8ed70958e1]

        CMIS UCP: strings coming from libcmis are UTF-8, not ascii
        
        Change-Id: Ieb906b8acb677bfc74abc35abb06312704887b66

2012-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1eed4c837828c00dff4ef0b2cf29b1e2962e912d]

        i#119400 repair broken undo
        
        Change-Id: I36d74fe1555bd436f93a5fa595e7da05bbd37493

2012-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b4fae0294601ac8e72f350ab9f7061532acd4210]

        FloatingSizeMode is always FSMODE_AUTO, remove it
        
        Change-Id: I0468ff6deaf701ed3d155db1ff3f0f0c204e1199

2012-06-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [044eae119281b9521e70e64aabd42f5142cb54d0]

        remove unused toolbox styles
        
        Change-Id: If19d8a79e34dfa20c41084c91992d860aad6c968

2012-06-28  Thomas Arnhold  <thomas@arnhold.org>  [1b72dd9e1c3b981cb1863c3b2d0680045bf3bd07]

        Remove some unused locals
        
        Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f

2012-06-28  Thomas Arnhold  <thomas@arnhold.org>  [0f11f30ea96fcec8d7c648089fc223a6fbed6aef]

        Remove unused header files
        
        Those are unused too.
        
        Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a

2012-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8122fdb0d391f07be4a35ca87ed641745a9e4dc9]

        use updated cppunit-1.13.0 sources
        
        Thanks a lot to Fridrich.
        
        Change-Id: Iab8c1454f5aaf629b4761f451fbd075fd59bfa62

2012-06-28  Radek Doulik  <rodo@novell.com>  [ca644612762921e772ca95d5e8737325d9f343d2]

        remember spell check/find&replace start position only 1st time
        
         - use mnStartPageIndex as indicator, -1 means it wasn't set yet
           otherwise it is set. reset it to -1 at the end of spell check
           and find&replace
        
        Change-Id: Ic45106b019d3c1a0232fe3d766aab07bbcd24d2c

2012-06-28  Miklos Vajna  <vmiklos@suse.cz>  [0e82afdc8aeb34282f72a4e1a22542490675ffc7]

        rtftok: implement RTF_FACINGP
        
        Change-Id: I9e108f278a82f2ff8d4e5a29fa8af7c58843e9e4

2012-06-28  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b9cf9ea846bd993462762407ce8740665a92593c]

        CMIS UCP: oops, read-only check has been reversed somehow
        
        Change-Id: Ib81bf394b71cf3e38ee6a87db903474414b9f704

2012-06-28  Tomaž Vajngerl  <quikee@gmail.com>  [7a3ae89a12b2c11e90d3f0c76293ddb63203bd2a]

        Enable menu option "Edit witn External Tool.." for Calc.
        
        Currently it was only possible to use "Exit with External Tool.."
        menu option in Writer. Now it is also possible to use this in
        Calc and in future Draw and Impress. Code has been refactored and
        extacted out of "sw" into "svx", so other components can use it.
        
        Currently there is no cleanup of temporary images after processing
        was done, and also pinging for changes are still active even when
        editing in external tool is done. This behavior will be changed
        in the future.
        
        Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f

2012-06-27  Michael Meeks  <michael.meeks@suse.com>  [e18655e47530f1e399cb546a6001fa0aa0f1873c]

        re-base on ALv2 code.

2012-06-27  Oliver-Rainer Wittmann  <orw@apache.org>  [240910f78575a5536748c2485cae13904fcef955]

        adjust xml2cmp tool to handle XML comments
        
        from: http://svn.apache.org/viewvc?view=revision&revision=1305252

2012-06-27  Michael Meeks  <michael.meeks@suse.com>  [8ed5bf0fcaa7f3682cec9728f5a5f448bc2507ec]

        re-base on ALv2 code.

2012-06-27  Michael Meeks  <michael.meeks@suse.com>  [328e2263fb6e2415bafbc40a7d7309b66f65971a]

        targetted re-work of cppunit pieces.

2012-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fa0fd16526f05e37e10af7a367c9950a974d7c90]

        update cppunit to 1.13.0
        
        Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [887fc099c118da335e8a507db9521437f5bd2e82]

        update unused code list
        
        Change-Id: I8845df6193233b268b5cce958fea9f25625c7025

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [002ceda55ce79549a8098fb05b1682844882a13d]

        remove archaic include guards
        
        Change-Id: Ibca45731d1dfbfb72b4796d870e5b8c6429c3cfb

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [eb6716e15b68509388c415cf813f537067e2cc66]

        _SV_DECL_PTRARR_DEF used in only one place
        
        Change-Id: I8a4d5f5ceffec5a23d4fff73fa46bb0ea7136cf5

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [3b01007ca95370116fe5d848105bb48f2c968326]

        _SV_DECL_PTRARR_DEF_GEN only used in one place
        
        Change-Id: I905c04d140d0fa4b09a0e556e84fb523dad5e1bb

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [7988af18ff47308e90527d64d2973e163feafbba]

        fix memory leak
        
        Change-Id: I61446b7f14a153f13c9d0f5541a3d675a620f601

2012-06-27  Caolán McNamara  <caolanm@redhat.com>  [f2efc955200a8106110fb3fc0b720d0b901640e1]

        callcatcher: remove some unused code
        
        Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0

2012-06-27  Miklos Vajna  <vmiklos@suse.cz>  [85524805bd730e31c1bfc2fd9e449e10e4e6bae1]

        n#693238 testcase
        
        Change-Id: I7093d7d27d2448601bd29c2f3dd0c42077115b80

2012-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [704d7023f06342c2577a79957ae357e7f9eb22af]

        fpicker: when selecting a place, update the URL outside the selection handler
        
        If the file view URL open happens during the selection, that
        protentially lengthy and blocking process (auth dialog) will block the
        arrival of the MouseButtonUp even... and thus allowing to select items
        in the places list box simply by placing the mouse over them.
        
        To fix that, the URL is updated in the file view after the MouseButtonUp
        even.
        
        Change-Id: I0fddeb303ec9c91aef2b46592198540d6ac5c4c3

2012-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6c71f41174fe45e78720ba049e60477735107b9d]

        CMIS UCP: session cache, better use the binding URL + repo Id as id
        
        There may be cases where we have the host part of the URL encoded
        differently... and thus trigerring the creation of another session when
        it's not needed.
        
        Change-Id: Id8da4a7be31c98bb6b01df44da0d3963803b445b

2012-06-27  Miklos Vajna  <vmiklos@suse.cz>  [1fdd61db155cf63d5dd55cc2bfb45af33796e131]

        n#693238 dmapper: fix margin values vs SBkc = 0 at the end of the doc
        
        The problem was that a continous section break at the end of the
        document caused the section margins to be ignored. Just ignoring the
        continous section break (only in case it's at the end of the document)
        makes the problem go away.
        
        The original fix was commit cd1c434c4bd4756fa1355e906cb2e8de4aae0618,
        but it got reverted in commit 2dee7d6205832a1212790ac1ab168a6b6fce686d,
        as it caused fdo#44292. This second attempt fixes the original bug
        again, without introducing the "4 columns" bug.
        
        Change-Id: I75d612430a5cd631dec0d224127cba580070900d

2012-06-27  Eike Rathke  <erack@redhat.com>  [b709845e27db0f439c430c9ebe3c2884dbc48789]

        resolved fdo#51478 handle array context in T()
        
        Note that Excel for T() does not use position dependent range
        intersection (SingleRef of DoubleRef) when a range reference is passed
        and does not handle evaluation in array context (instead top left value
        is always used), which both is inconsistent with other functions taking
        a scalar value parameter. ODFF does not specify this function different.
        range intersection was already implemented, this change adds array
        evaluation. Gnumeric does the same.
        
        Change-Id: I4acae943fde247c6d60b55d0f8514fb17d401f40

2012-06-27  Eike Rathke  <erack@redhat.com>  [72b4cb18a402338dd65d24d9da8da7fe0fa33db0]

        propagate error in ScInterpreter::GetDoubleOrStringFromMatrix()
        
        Change-Id: Iadba0f3a28b0a3bda9b99833510e68679d915514

2012-06-27  Tor Lillqvist  <tlillqvist@suse.com>  [c793a57f54d3649198928f928180515e0dd1bfad]

        Use "largeHeap" and "hardwareAccelerated" (quite visible improvement)
        
        Change-Id: I853ab39599fdc8d1b1eae5d2b2748f39535ebf64

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [6a07013f155ff2e24e13a2188951070b5af4befa]

        Remove non-existing schedule.src
        
        Change-Id: I86769ba6dd3953f65bbfc2db01e0bef7e8cdba12

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [bbac35af148ed6c9f19386e4721fa38b500f45a1]

        Remove unused header files
        
        These were only referenced by Package_inc.mk...
        
        Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [8f30e0ae6a8adc5a0973067fedebf878e52ac124]

        Remove unused header files
        
        Change-Id: I3d172e5200fee63c6afcdf236a7915b7d51baf9c

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [3ed25cd90ec3ef3d9f2d278e8dbff3a29ce06606]

        Remove an unused header
        
        All of these definitions are unused. So remove it.
        
        Change-Id: I831073dfe21684983bf5f8122af941a3ce3a2737

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [6fcac7dfc4f2ad85e08aea781cfab28443e3781e]

        Remove unused include files
        
        Those never get included at any point in the code.
        
        Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [e5c28b86bed03c70bbe3054ccfcc6cb96291c580]

        Remove commented out code (includes)
        
        Change-Id: I0a11d09544c10d78a2036a5c3c94132b17fbfbe8

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [b22adb4940fe86f33732be0a1305ccb71f2d0ea9]

        Remove commented out code
        
        Change-Id: Ifd82dbc35d2f03ee9a9a40f498c8fde3f5a1d5c6

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [d8fd07188626dc91dac2a8a22e35cfafce3ea969]

        Remove commented out code
        
        Change-Id: Idbd7ddb3f0a65454c4a82cd421298bee30184a4d

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [92da6de0c5da28f98806c39e5c521b2d680bd92c]

        hrc cleanup: Remove commented out code
        
        Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [ee1c5c47680921465b8c880e7834d756cfc2e892]

        Reduce newline bloat at eof
        
        Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [f6a8cb7ae24ce87174526af845dbe45e1874d806]

        Remove completely commented out file webwizar.src
        
        Change-Id: I4161a7fe929c81ac0bdd8506d2e0697bdc7f9c9e

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [51ce86f1ef01ad7719f90776cb1e915166660c3b]

        Get rid of annoying IAccessibility2 comments
        
        Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [ff13378085ccba67ece63afd4cfa62704f582f95]

        Remove some obsolete stuff
        
        * unused macro ENABLE_MISSINGKEYASSERTIONS
        * don't bother with private/commercial use
        
        Change-Id: I84af3ea909b20f0ab8295bbc0d0adc90e6d6f6e1

2012-06-27  Thomas Arnhold  <thomas@arnhold.org>  [a24006e0f9ecc3a6fec9b974bc9a204d869d5819]

        fix useless \E
        
        Change-Id: I4181121dbba20539ad7d851c3e9b505d368a1809

2012-06-27  Noel Power  <noel.power@novell.com>  [ce255c2e841d6a3e0a6664834a2931f2353ff249]

        tweak ScDrawStringsVars::RepeatToFill, us String::Expand instead of loop
        
        Change-Id: I74cfa5813f7df526794cea3cdeaf26fc5f1820ba

2012-06-27  Takeshi Abe  <tabe@fixedpoint.jp>  [6013882bdff6265548a1511799611243a9d0e083]

        removed unnecessary forward declarations of class
        
        except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx
        
        Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e

2012-06-27  Miklos Vajna  <vmiklos@suse.cz>  [87d29c4506093680eaf5300fa0ed95a6897120d1]

        fdo#48335 testcase
        
        Change-Id: I032ff9b65ec9c4d70a2247c7311c2c7292a411c7

2012-06-27  Miklos Vajna  <vmiklos@suse.cz>  [a03895986308206cc13a6f5ae25138d4b4ad5d43]

        fdo#48335 RTF export: avoid fake page breaks on page style changes
        
        The problem was that a page break has been always exported when the page
        style changed -- but in case the page style changes just because of
        "first page"-like styles, we don't need that.
        
        Change-Id: I15527c8d3a2d1c441b4817cf94d61ea68dc5f92c

2012-06-27  Tor Lillqvist  <tlillqvist@suse.com>  [0179c9628258f30c41121a1ff3a50fcebe44d776]

        Adapt page switch animation duration to fling velocity
        
        Change-Id: I30e177b45b0e25d92fd7dea02ffe4e9c0731dce5

2012-06-27  Tor Lillqvist  <tlillqvist@suse.com>  [5bfb819581bdc9e1f1c59e36a0d7fb21593b382b]

        Use GestureImageView again but still do handle page changes
        
        Make the GestureImageView constructors take a OnGestureListener, and
        store that, Move the FlingListener class into
        GestureImageViewTouchListener so that FlingListener has access to the
        fields of GestureImageViewTouchListener. If the image is fully zoomed
        out and can't be dragged, pass flings on up, to DocumentLoader's
        gestureListener.
        
        Change-Id: I574280de23bdab2772a361833f561dff3e182bcd

2012-06-27  Tor Lillqvist  <tlillqvist@suse.com>  [6263315825e01e766668b9ce5d2eb52e71e051a7]

        Whitespace cleanup
        
        Change-Id: I52590908e6ba59c19aded2771d779c1cfa3a45ea

2012-06-27  Jan Holesovsky  <kendy@suse.cz>  [c4c50261e423c53caf562dbfa0bfd32f80353c93]

        Deliver also *.exe (to get python.exe delivered).
        
        Change-Id: I6e4645dc9de9e6650f3b5d9276e96b20266ada48

2012-06-27  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b3c48febcd7d9f4574beba99b66e0974bf3a3c0e]

        CMIS UCP: Use the URL host as ID for cached sessions
        
        Using the binding URL as ID for the cached sessions is bad as there may
        be several repositories on the same binding URL... which means different
        libcmis::Session objects.
        
        Change-Id: Id3605ee4fdfbfc32b72615fb573220e94c8748af

2012-06-27  Miklos Vajna  <vmiklos@suse.cz>  [32f7d2d6cce1785607816b57744b938f887f81c0]

        RtfAttributeOutput::SectionType: don't try to dump break code as char
        
        Change-Id: I35e66abd5595a0a23db79aef4a84c25b4f45c725

2012-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f135598fd508e70f31f36cd8a8d7a61ccf4ff79]

        add import of axis color for data bars from xlsx
        
        Change-Id: I2a15f8787afceaea1cb8e1c2902c05367d3e5b15

2012-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [064bfb1aab1b207a37a602f155f3b3c15cef60b4]

        add support for axis color import/export
        
        Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975

2012-06-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59c2e0487473508335924c2195759d9bcd9fb3a3]

        support colored axis in data bars
        
        Change-Id: Ie74404b35e31a2f96641abb18a9aaf46467e31c0

2012-06-26  Rafael Dominguez  <venccsralph@gmail.com>  [9295ceb1d3f9ba78881aef62c7059b4ef10177c4]

        Change toolbar buttons when selecting an item through checkbox.
        
        Change-Id: I1f0828b4b93fb13e01d7609726a9a7ec34ae8aaa

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [46b8dbda43c365abf84717014c478d42f4007e53]

        re-base on ALv2 code.

2012-06-26  Eike Rathke  <erack@redhat.com>  [1e8650e0c0902181ac4431fc4fded40abe55a781]

        removed unused lcl_IsReference()
        
        Change-Id: I1f79bf11105e06cf713db11a6e00cd41a3aab06b

2012-06-26  Eike Rathke  <erack@redhat.com>  [a323d44a95c8e4a82599fa33d7d78d4d407741d0]

        bring some sense into translated comment
        
        Change-Id: I045927b3310ddef6208a1d0a837ed6bc098f9ca8

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [377d16bf8b61b5543233f4ffdef7dd1848585040]

        android: add --with-android-arch to make space for an x86 target

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [9b95765526d23e02cf00b475bd79d169be841b5c]

        android: make launcher function as expected - starts writer.
        
        Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks
        for not having cmdline arguments in the intent when launching.

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [d091217028c0bcc83fb18873a8d47ef813e5b959]

        android: remove duplicate services.rdb from config, and static bits

2012-06-26  Eike Rathke  <erack@redhat.com>  [d822c6afe6c1a676e9b86d67e599dbcf75512a7c]

        resolved fdo#51442 N() inconsistent argument handling
        
        5743e7b36220e9689091812cef7a4396dd48c4e6 introduced a different handling
        of arguments in the N() spreadsheet function. That lost the ability to
        use position dependent range intersections and suppressed every error
        instead of propagating it. Previous versions suppressed only the #N/A
        error. Excel propagates all errors instead.
        
        Note that Excel for N() does not use position dependent range
        intersection (SingleRef of DoubleRef) when a range reference is passed
        and does not handle evaluation in array context (instead top left value
        is always used), which both is inconsistent with other functions taking
        a scalar value parameter. ODFF does not specify this function different.
        This change re-enables range intersection and adds array evaluation.
        Gnumeric does the same.
        
        Change-Id: Ice35271e40f1a27cea384226e25945108003841a

2012-06-26  Eike Rathke  <erack@redhat.com>  [5f86b4be3c40180031aa723f5fa44a19595bffa8]

        added mnStringNoValueError handling to ConvertStringToValue()
        
        Change-Id: I05c2ddc0ebde6675e9f98722c4feb1ed49670dee

2012-06-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4a9c85b3f8c4e91b08bf814a048f9cdf9ffe31f9]

        reenable unitcheck and slowcheck as top level targets
        
        Change-Id: Idb46ebcb427522c74632a1813afcbb841fb61243

2012-06-26  Noel Power  <noel.power@novell.com>  [baf87aacce6d75f9b01156ce085ef4487d46a406]

        fix for fdo#51040 preview crash
        
        Change-Id: I13d3cfa99294bdce8c9f5133f49e91114feb4baa

2012-06-26  Noel Power  <noel.power@novell.com>  [ff62d9c4be26096c7f5ea06e4dee2b16d40aa16b]

        Revert "set the zoom only once, prevents infinite loop, fdo#51040"
        
        This reverts commit 793f1e70ce4c364b366d2e8065ea7fb2815bbf40.

2012-06-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b0cb1955daf41617a3abc72f153d858570d6e515]

        do not submit a change for now as that removes the ref on gerrit
        
        Change-Id: I699aad760823a8ccbfc7dc93bf0658b5222dff71

2012-06-26  Muhammad Haggag  <mhaggag@gmail.com>  [ec7af76e37993f0dd0870dc2f7b89677af8c88c2]

        fdo#44602 Modeless word count window hides when user clicks into a note
        
        The word count dialog wasn't registered as a child window in the SwView interface. Now it is.
        
        Change-Id: I334e3403f91ff6884ef1e3a6a64149c284926726
        Reviewed-on: https://gerrit.libreoffice.org/236
        Tested-by: Michael Meeks <michael.meeks@suse.com>
        Reviewed-by: Michael Meeks <michael.meeks@suse.com>

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [9ad4c4835614fe1c1cf82a9cf02d3069fd8bff2a]

        fdo#48335 don't export zoom factor when zoom type is not percent
        
        Change-Id: I1fb7e3d9d65f2f3388bb4851f5ad517ed1681f04

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [5d505e5b1edee7f709e4baff70a971cb3fe851c2]

        fdo#48335 RTF export: don't try to end not started runs
        
        Change-Id: I022556acd0891cf24963d667d34f366496453630

2012-06-26  Maxime de Roucy  <mderoucy@linagora.com>  [7db0ac29c0962932bbcd8b460dc51c9e5009dbfa]

        Prevent print settings dialog to show help button
        
        Prevent the printer settings dialog to show help button when it's called
        from the help.
        Add a PrinterController property : HideHelpButton
        
        Change-Id: I45585a30a2f429659f554747f93c650cb048711f

2012-06-26  Maxime de Roucy  <mderoucy@linagora.com>  [512b195910a7f73206c50a89ec5fc62cced49ace]

        Some rewriting in SfxViewShell::ExecPrint_Impl
        
        * add comments
        * reorganise if statement
        * use of the IsAPI function
        * prevent segfault (NULL pointer dereferencing)
        
        Change-Id: I79b010e676ea5efc23903d6c63e04175871d1258

2012-06-26  Jan Holesovsky  <kendy@suse.cz>  [6ce4e0a263f3dfe86eccc8f750f57364ed612a4a]

        aero toolbar: Use f0f0f0 for the gradient again, it was reverted by accident.
        
        Change-Id: I05435615185f05ec3fd9609f039394f4ecb03def

2012-06-26  Caolán McNamara  <caolanm@redhat.com>  [58548484f734596a43dffa2810812fee42252437]

        save tabdialog settings in dtor as well as ::Ok
        
        Change-Id: Ia279c7cf6e319cba8ee185fd7158f7aa7b504008

2012-06-26  Travis Carter  <bugs@traviswcarter.com>  [d800847be075dc7420e2655ba8167cc4f9436dc9]

        Properly store dialog's position and current page
        
        Dialog's position and current page weren't always being stored. Moved code from the destructor to SfxTabDialog::Ok() so that it will execute everytime Ok or Apply is clicked.
        
        Change-Id: Iddee68a7b22749db50c8c78613be11c8ba5500c6

2012-06-26  Caolán McNamara  <caolanm@redhat.com>  [f3daae2f80bbe5dae7e9eb14b8ac346dd73a2968]

        get the right inclusion rules for nss libs
        
        Change-Id: I119a012f1b0e9fe06d15b7e41fe7ac140bb83629

2012-06-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d57d3c3454d46ac347c144c169abefb2c404975f]

        removed unnecessary forward declarations of class
        
        Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [b776233cba128bd7610834691da612b2b1a438a0]

        n#766487 testcases
        
        Change-Id: I75c7913141461b354e85889faa6d43a1033680ef

2012-06-26  Caolán McNamara  <caolanm@redhat.com>  [13b6a02ed34e469faa2530537b1595e7f06459d3]

        move the nss stuff in scp2 to be dependent on xmlsec
        
        Change-Id: Icb6d5cbc00135559b2e7b85a3c627dad974834a5

2012-06-26  Jan Holesovsky  <kendy@suse.cz>  [e09b973aa21fcdc85edf94ce17a94559ccfadceb]

        Fix more bugs in ImplgetTopDockingAreaHeight().
        
        - fixed infinite loop (calling next in an 'else' is a bad idea)
        - there may be more top docking areas, pick the one with != 0 height
        
        Change-Id: I4892a655e25efff4d7282c5106ba238f94586374

2012-06-26  Caolán McNamara  <caolanm@redhat.com>  [037ddf9c77b5cd50ab41d656222f4d43597b22cc]

        Resolves: fdo#50967 Address DataSource dialog fails on throws
        
        e.g. kde3 address book support is built in, but loaded
        on system without kde3 libs
        
        Change-Id: I0be27eeab3fce8f26fca203d61c67693b880fb3b

2012-06-26  Caolán McNamara  <caolanm@redhat.com>  [d9a00ace2ce3423c1ac08eee0bd1fd36dace8d3e]

        tidy some resource strings
        
        Change-Id: I611a276d048121084ec842d062129e042f3baea5

2012-06-26  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4f25eb2c4eb7b5ce265eefe25a5ab84a39daf574]

        libcmis: forgot to update windows patch for 0.2.3
        
        Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887

2012-06-26  Peter Tillemans  <pti@snamellit.com>  [60845a6d213f7e84857608f828dbbfd5d1c69e58]

        enable gnome-mail and xdg-mail
        
        Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a

2012-06-26  Eike Rathke  <erack@redhat.com>  [e559fb28bbe65d98a7dcb4160db152d606332faa]

        resolved fdo#47222 in N() pop string constant before pushing result
        
        Change-Id: Ifd3313e45b838b3d9ab4dc8d0b4887f4836bb013

2012-06-26  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [11066aca8ff0b0d4b84169f8d79b465579dbe616]

        cmisucp: catch the exception when getting CMIS object
        
        Fixes crashers like the one when cancelling authentication request.
        The error message are still not meaningful for the user, but this would
        require libcmis API changes.
        
        Change-Id: I22afbf4d39522a2b0dbd043a68dfef2b9308dcec

2012-06-26  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [ddefa2deee1ca4260633f604568524a7a75c8b1e]

        libcmis: updated to 0.2.3
        
        Among the useful fixes:
         * SharePoint fixes
         * Base64 encoding fixed
        
        Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [89f208c0f634f3e6fb909c6f1510b0e4c31871f7]

        n#766487 dmapper: FirstLineIndent should be always inherited from numbering
        
        Change-Id: I1eb5946d23cd3ff635d436adbd59bf007333aa60

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [6f93ad70a850e4a993565b9d02599d57ac06b8ec]

        n#766487 dmapper: sprmCHpsBi should affect sprmCHps, if the later is not set
        
        Change-Id: Ia6e097f9f93bcfe14392f5ef0245994752001f6c

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [6c1dd94d78cbee8e698755060d97c4a09ecb1b43]

        re-base on ALv2 code.

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [d73d34e56ae7b4b57f3cea9b05f37b40f9eb02ff]

        remove obsolete guw native binary

2012-06-26  Michael Meeks  <michael.meeks@suse.com>  [69a51d2bb619c9a8d7476483d867d511d98e2b4b]

        re-base on ALv2 code.

2012-06-26  Michael Stahl  <mstahl@redhat.com>  [0d4cd11c74cf90cd3b987f628031d02fe3af47b4]

        gbuild: add gb_CppunitTest_use_executable
        
        and use it in sdext/CppunitTest_pdfimport.mk, which could fail
        previously in a parallel build.
        
        Change-Id: I3f251c945f5841c277a71a19fd411ecd77dec3b5

2012-06-26  Michael Stahl  <mstahl@redhat.com>  [e818f8fa1f79c2eb2d647678333b8d12599dda69]

        fdo#51115: gb_Extension_add_file: fix Windows build:
        
        The DLL is not actually a make target, but is handled via the AUXTARGETS
        mechanism in LinkTarget.mk; add an ugly hack here to hopefully make
        adding libraries to extensions work.
        
        Change-Id: I85ee891fe8b7d470e09d9cb1d5a48d8b11b50d6e

2012-06-26  Jan Holesovsky  <kendy@suse.cz>  [cce51e4fd334415d4ebcd13b6da46828970897f6]

        mingw32-python is now necessary too.
        
        Change-Id: I7b7bbc555b599e411859ca00ddd3988aa52f433f

2012-06-26  Miklos Vajna  <vmiklos@suse.cz>  [a1263c2e160acfaba4ea205b9135606f49d03af6]

        oox: fix remaining vba doxygen errors
        
        Change-Id: Ic7816065fd5fda640ce85ab25514df76be098b12

2012-06-26  Andras Timar  <atimar@suse.com>  [ddbc61d871368d751f5162e49ac6f843b69ec841]

        switch on QuickStarter from installer, UI text added
        
        Change-Id: I3a2f937603d8804ce2b9d46632b80a74e811324c

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [af4c2d3ff25418fbc4659f88c5fd2f39103f534e]

        Remove unneeded call to DrawItem.
        
        Change-Id: Idb36498006715d945ed6b02f8935fc72a90145cd

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [fbd484275ac7d53ceef49737800f7c528d10ebca]

        Implement ThumbnailView sorting functionality.
        
        - Add a class to sort items by their name.
        
        Change-Id: I6f5fdc88e6d24ec826dab11e093d8cc826112cb8

2012-06-26  Takeshi Abe  <tabe@fixedpoint.jp>  [4ba4b87042ab9d4d88bd511d9bad0f6e5d9633e4]

        removed unused forward declarations of class
        
        except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx
        
        Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136

2012-06-26  Eike Rathke  <erack@redhat.com>  [1135bfd78802e5c40ca09bcbc75d0908a423872a]

        fdo#46338 preserve sheet name input of invalid reference
        
        If sheet name doesn't exist the resulting reference had replaced the
        sheet name with #REF!, e.g. #REF!.A1, because the actual sheet name is
        not part of the reference. From a syntactically valid but otherwise
        invalid non-external reference create an ocBad token instead to preserve
        the sheet name.
        
        Currently a #NAME? error instead of #REF! is generated, further work
        would be needed to pass specific error values with ocBad.
        
        Change-Id: I5a608a74d3b3ff2baa4967f2b2e3078cfecfbabc

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [50e90e208e53f72434d555ab926bcdf380871381]

        Make sure to delete allocated attributes.
        
        Change-Id: Ie441653c3204d70ecf0c8a5e23d78f5e547d4b71

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [62a5cd79db903b2afcd4cb795bd57642127fe0f5]

        Remove unused methods.
        
        Change-Id: I1d70a462b29bec7dcac7e4d5c2cac9f8e3af6e2f

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [f10e1e007a3e481298649733bf83eff7d32c48d8]

        Display action popup menu.
        
        Change-Id: I6916be0c62385bd020ce08b314ee836f3c331d14

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [82e89e6491cacd7f9a588f1bcd02e60bc1272915]

        Remove unneeded entry in action toolbar src file.
        
        Change-Id: I97ff31c527482fdb0f36bcf45b5c75802107938d

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [2427f3e39ce578ad9bf1771db3da9adaea6a6c76]

        Display create template popup menu.
        
        Change-Id: Ifd1cae2e5d76f90305ceff97dee45407046251d7

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [ff27d84e08951660edb77938db6ee7dbf806f4f8]

        change lcl_SetDfltBoxAttr to use a std::map
        
        Should hopefully fix the tinderbox breakage due to C++11 syntax as well.
        
        Change-Id: I2805b7aae5fd1639177aa9d319652148f347393e

2012-06-25  Tomaž Vajngerl  <quikee@gmail.com>  [447844036930f6503e6791e2207bc6408a4cbb84]

        Remove ImplCreateScaled and ImplCreateRotatedScaled
        
        ImplCreateScaled and ImplCreateRotatedScaled are now not used anymore,
        so they can be removed.
        
        Change-Id: I42bbb49eedd474e580ccc9e7dd9e00609451501b

2012-06-25  Tomaž Vajngerl  <quikee@gmail.com>  [764525b39c78bfad1f6fc44a8517a565547f67cf]

        use only Bitmap scaling and fixes to scaling
        
        "grfmgr" uses its own scaling functions instead of the scaling
        functions available on Bitmap object. The step to use the Bitmap::Scale
        for most scenarios was already made, now the "grfmgr" functions are
        not used anymore.
        
        In addition this commit fixes croping the bitmap with large zoom
        levels.
        
        Change-Id: Ib27029d2cdf4684146befc131e3c72656dfa407c

2012-06-25  Tomaž Vajngerl  <quikee@gmail.com>  [16e73f6d728d7fe40c4a87ee7e29caf649090407]

        Cleanup code comments and change Sal_bool to bool
        
        Change-Id: Iebc86650365041939be0df339790e01391f72e89

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [4d3d46efaa93848e13422a8be7b0e2c64ba3792c]

        Set selection mode button tooltip.
        
        Change-Id: I83471df87217f0f3102ec0696087e26f3129012a

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [4cc579ee792fbc81007bb8e0b31b6ae45429b349]

        Add missing argument to lcl_createTemplate.
        
        Change-Id: Icb19405a3fa0aad63f10181185f94872662247a6

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [6fadb99a0bf97a5e96f6702ab626fee5d13a3b2e]

        remove some unnecessary but harmless vector(0)
        
        Change-Id: I756f3c601e7eafd22946998963c9fd73e754643a

2012-06-25  Noel Grandin  <noel@peralex.com>  [1199f99b26034b6e84e6c59ab1eb288ac64e048e]

        Convert fields in class SwUpdFtnEndNtAtEnd from Svptrarr to std::vector
        
        Change-Id: I67631707788ec273b994d59db6e08aabb6b62991

2012-06-25  Noel Grandin  <noel@peralex.com>  [3a92dc80e39b9c92571324b04c6be3b73e4c02f9]

        Convert local var from Svptrarr to std::vector
        
        Change-Id: I192bb3c923024b13346cfaa89f34bdddad8434cf

2012-06-25  Noel Grandin  <noel@peralex.com>  [afa691c22026e0b525e6ce76c6f8a2333d7f2202]

        Convert class _SplitTable_Para from using Svptrarr to std::map
        
        Along the way, clean up the code. Using a map is much clearer
        than using co-ordinated arrays.
        
        Change-Id: Ic736791e202572cbf7f919f06492d90823537b01

2012-06-25  Noel Grandin  <noel@peralex.com>  [3a6664c1448c94d337a28bb12da8c0cf4f526988]

        Convert code from Svptrarr to std::vector
        
        In the process, clean up the confusion caused by storing
        completely different stuff in the same vector.
        
        Change-Id: I6b688a0bec82bec340f520f01adfa9648a73a068

2012-06-25  Noel Grandin  <noel@peralex.com>  [772101649cf16233bbaf0900aa9ebbc915151a95]

        Convert SwDoc::UnProtectCells to use std::vector
        
        Change-Id: Ib1b4756bf26934ded941a7c91c6742e03b942f59

2012-06-25  Noel Grandin  <noel@peralex.com>  [688dcf0dc155e6278ab9d3a2c61bb720cd792c82]

        Convert CollectLines methods from Svptrarr to std::vector
        
        Change-Id: I41cdf07194ccbb89600b799d32325634130b0a65

2012-06-25  Noel Grandin  <noel@peralex.com>  [4fbbc5a65f28ed1705daeeaeee2bca80dff53828]

        Convert CollectCells methods from Svptrarr to std::vector
        
        Change-Id: Ic248760338b759476971821252bcfd838e901fef

2012-06-25  Noel Grandin  <noel@peralex.com>  [d515ae78bba6a4553d15b0eac0ce9a6f8c8ac3fb]

        Convert methods in SwTblFmtCmp from Svptrarr to std:vector
        
        Change-Id: Id5ea2ebef401ac414dea5d5376ceaaea08bfe855

2012-06-25  Noel Grandin  <noel@peralex.com>  [db5ae90477c0ea851b5c85d8eeefe474cd5d70af]

        Convert SwNode2LayImpl::pUpperFrms field from Svptrarr to std::vector
        
        Change-Id: I8f1e1c8a0dc92bf0451198d72a264e2d00ae0b0d

2012-06-25  Noel Grandin  <noel@peralex.com>  [a68012caed65549661ccddebd9dbba4cbf6691ef]

        Convert local method lcl_GetLayTree from using Svptrarr to std::vector
        
        Change-Id: I806788657a250cccb3740b8b064315e94f58d2f5

2012-06-25  Noel Grandin  <noel@peralex.com>  [51bf3fb3aa35ccd7e777186b34969450c03e4515]

        Convert local vars in lcl_FindStartEndRow from Svptrarr to std::vector
        
        Change-Id: I4c429fa1b2e175f3cf5f24cad7d0d2ff401ed473

2012-06-25  Noel Grandin  <noel@peralex.com>  [0d70bdf1e038a0dee79ca448f994932a3b655413]

        Remove unnecessary forward declaration
        
        Change-Id: I602b38d7dcf494778e6bfa2d92e8393cc0efa3fd

2012-06-25  Noel Grandin  <noel@peralex.com>  [359b76bc494051d27318ca6b8ae19035c7955252]

        Convert SwTOXBaseSection::UpdatePageNum param from Svptrarr to std::vector
        
        Change-Id: I707586eea89cd6250b7c5777c68e51acc88e0701

2012-06-25  Noel Grandin  <noel@peralex.com>  [b570cc6f22bca9dfde82d72ac17534934260913c]

        Convert SwShareBoxFmt and SwShareBoxFmts from Svptrarr to std::vector
        
        Change-Id: I9f3b53992af8db54c6e8229c750143a1d5f047a7

2012-06-25  Noel Grandin  <noel@peralex.com>  [2b5aa5cf373aa933255c582716408d960a025503]

        Convert methods in ftnbos.hxx from Svptrarr to std::vector
        
        Change-Id: Ia2424719aa45fecbe0d3642683bbdc581aaf78ee

2012-06-25  Noel Grandin  <noel@peralex.com>  [e0b82cafcea4efc91ed1f43ffa0e3aec5236e849]

        Convert local variable from Svptrarr to std::vector
        
        Change-Id: I1fc34aa0beffd487c80313e3fed2db158578a6ad

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [4055b68f6b4eb45d6ce18a7f3cf74659d2a7e8ca]

        fix previous commit:
        
        The SwOLELRUCache::InsertObj is wrong for the case when the vector is
        empty; because "it != begin()" is false then (whereas "if (nPos)" is
        true), the object would not be inserted.
        Also do some more cleanup while at it.
        
        Change-Id: I9107c8861c77f99b92654aac11fb4d96cccd4307

2012-06-25  Noel Grandin  <noel@peralex.com>  [8f5018277b83c3ad763a9d29efcdfbe4071c457f]

        Convert class SwOLELRUCache from Svptrarr to std::deque
        
        Change-Id: I9c63a346db6b8ba3d463d5a9d78ccc21b7f6be5f

2012-06-25  Noel Grandin  <noel@peralex.com>  [64fff61725bd8c668f23c7f6304f87962b613140]

        Convert some local methods from Svptrarr to std::vector<SwFmt*>
        
        Change-Id: I071199c477bd27ac30c71f65c1b8938525ce2a58

2012-06-25  Noel Grandin  <noel@peralex.com>  [dee4d5ef92ca60dfd0f93ba16bd6eda166072351]

        Remove unused header file fltglbls.hxx
        
        Change-Id: I7a5ad66d5c2d0f1f78e43f641f95b899a3ab51c1

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [875ee66f2445000089874a880084d92792116dfe]

        fix previous commit:
        
        do not call std::vector::vector(size_t).
        
        Change-Id: I634de4cebe49ffe2df8def15a7be99dcb2601d24

2012-06-25  Noel Grandin  <noel@peralex.com>  [81321de64f60347f68ac6027cca5e5b2879cf857]

        Convert SvPtrarr aBoxArr to std::deque<SwTableBox*>
        
        Change-Id: I97634289e94f34e18d00d88d81d99dae1e593ec1

2012-06-25  Noel Grandin  <noel@peralex.com>  [e22cc759097feedd53cd56337b1b4a9813ba3d60]

        Convert pFrmFmts member from Svptrarr to std::vector
        
        Change-Id: I628709ab09318917083f71dde9f06cfb1c8d1a49

2012-06-25  Noel Grandin  <noel@peralex.com>  [ace0b43a026626dfbf0623800c24600d2d9480b5]

        Convert SwRTFParser::RemoveUnusedNumRules from Svptrarr top std::vector
        
        Change-Id: I38b5c23e59399babb8bfc2c52455bfff0f7c062e

2012-06-25  Noel Grandin  <noel@peralex.com>  [f31ff2cf20650912179904ee04b58714e3561d6a]

        Remove unused member aTblFmts
        
        Change-Id: Iff6180bce4787bb6118a3bab6b4d9cff255e3f37

2012-06-25  Noel Grandin  <noel@peralex.com>  [1c6fcbc2df45ab18a97373195ca21967e3c10e13]

        Convert aRubyCharFmts member from Svptrarr to std:vector
        
        Change-Id: I397953f1e2a52a2de7fbdf4ad14cad715fe6fd28

2012-06-25  Noel Grandin  <noel@peralex.com>  [dfd96d4f6c4726f466ca62bc4a925086f69228dc]

        Convert aTOXArr member from Svptrarr to std::vector
        
        Change-Id: Ifc7ac28a99c642aac61f898cc65cdfbb0ba170a9

2012-06-25  Noel Grandin  <noel@peralex.com>  [6c634b5565fac86e6be6fb65171d848d561f7d58]

        Convert aCntnt member from Svptrar to std::vector
        
        Change-Id: I2150102701a650037173bd8497007aad05ee1439

2012-06-25  Noel Grandin  <noel@peralex.com>  [78a725de4f50bb8cff6eebd4673b84344fd28122]

        Convert aChrTxtAtrArr from Svptrarr to std::vector
        
        Change-Id: Ia0cf3659d3f96574c5725f60e0caec153c93f8b6

2012-06-25  Noel Grandin  <noel@peralex.com>  [95515561b317f7ffed6f6576f7c19fa80e546a29]

        Clean up usage of aChrSetArr std::vector, no point in not being type-safe
        
        Change-Id: Ifdd8e209b708804ca99c67033bbe016726d6e004

2012-06-25  Noel Grandin  <noel@peralex.com>  [2cbd5929f73201bf5a995c5d83b2a4c1d35993d4]

        Convert GetPageObjs and SetPageObjsNewPages from Svptrarr to std::vector
        
        Change-Id: Ia85fc0d4930bc90d8d32d435f4a100f69081d468

2012-06-25  Noel Grandin  <noel@peralex.com>  [29b835a9227e0ac2c937b3a2128619a6568ddd6d]

        Convert Svptrarr usage to std::vector
        
        Change-Id: Ia4f8ec61ef5cbcbca79bb242833641a28a97c7d0

2012-06-25  Noel Grandin  <noel@peralex.com>  [7ce8873e463e609759e24bfdbf15e201e8b12d8d]

        Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issues
        
        The code was casting away the const-ness everywhere.
        Rather just declare 2 accessor methods, then the code becomes
        much cleaner.
        
        Change-Id: Id6b240536485cfebe044bcc427ba24843cf4c051

2012-06-25  Noel Grandin  <noel@peralex.com>  [0a79ba5db6e763639974d59c43e2cbbd3872e41d]

        Convert SvPtrarr to std::vector<SwProgress*>
        
        Change-Id: I28174b4f1509ea52e7b9d02041c35e9ab23e25e6

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [10175932b37e4d09397dc877f0423fdadc3d3918]

        fix previous commit:
        
        do not call std::vector::vector(size_t).
        
        Change-Id: I1e9b7d6acf375f1111f689b5c8ad86d624036301

2012-06-25  Noel Grandin  <noel@peralex.com>  [639e700365a3c647dfc424100dc6958d06836106]

        Convert UCB_GetFileListOfFolder from SvPtrarr to std::vector
        
        Change-Id: I460f33d65ee2ea1b16296063715ae4040759b776

2012-06-25  Rafael Dominguez  <venccsralph@gmail.com>  [a2952b9a768915e9c0c91135fd2f9d7e742c53f6]

        Add a function to create a new template depending on their type.
        
        Change-Id: Ic4a0e74e7f87d2e7772ab5f92980c54f5d06e7f8

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [722c675241d3d652e744f445780766effd58b942]

        SwXTextDefaults: use comphelper/stlunosequence.hxx
        
        Change-Id: I4bf0214737c3f37eb4cf514f58e66c72617f857c

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [696dd4d25f6a50d600f31abcb524b4f36a46f00d]

        Better initialization of members.
        
        Change-Id: I5e11865222dbb966185585fe3fd413834c6c6b9a

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [5068cf6a509240c6b12a4a005e7c20120f13d13e]

        Re-introduce a useful MSDN link about DWM and drawing into non-client area.
        
        Change-Id: If56d66f7ee8a509566da0cf5c21ce91bced67310

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [9c5a22d19708eae17ad9880422bd03e81ea48c5d]

        aero toolbar: Extend the drawing of the toolbar to the menubar area.
        
        Fix the maTopDockingAreaHeight computation too, it did not work.
        
        Change-Id: I788c96960a5607482b750d536e522644e236f052

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [4f7f0b0539fd66f4ab01432cb062acb447269a23]

        Revert "Reduce copy'n'paste by different nesting of if's."
        
        This reverts commit 83208da599e46dbba39c9e9a5b503bc4e93d4eea.

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [ece807345296d4ab77aa7178e29efa8ac26836a0]

        Revert "aero: Implement a glass menubar on Windows."
        
        This reverts commit 64c696fc92a860fdbbe490ca503391b964dd646f.

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [f2eef8314c97c068b2b0cdbf565997836528f85d]

        Revert "menubar: Improved Windows Vista or later look (based on Mirek M.'s design)."
        
        This reverts commit eac708b0b188d7e6477922bb4bc03199cd92f5ca.

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [ae8bb2e2abe7f1f380e3b142821336e2eea03104]

        Revert "aero menubar: Improve look according to Mirek M. + Astron's notes."
        
        This reverts commit 663bfb42c8e2a7e3306eaa59ca77746d0aa0a197.

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [76197b88727b15cab5c1d4021b23a9a6b13626de]

        Revert "aero menubar: Make the text in menu black."
        
        This reverts commit 9164d135db46be9de56ef60f4b95bbd933fdb57e.

2012-06-25  Jan Holesovsky  <kendy@suse.cz>  [0675317dd445c444aa4141fa17d809ce5a05dea0]

        Revert "aero menubar: Make the glow around the entries smaller."
        
        This reverts commit ff367eb669686c80cd5f0931cf0adf81d02f49e0.

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [3e377de063bc55e2ce71441343b7284599187460]

        gid_File_Basic_Schedule doesn't exist now
        
        Change-Id: I5e081637617be8f15acf3c8a90810b2bd2ade7bb

2012-06-25  Michael Meeks  <michael.meeks@suse.com>  [1e0986beee3aaf71cd4fe0938183be3e777f9e11]

        re-base on ALv2 code.

2012-06-25  Maxime de Roucy  <mderoucy@linagora.com>  [85c69cbbf54016165053bccb5baaab4eec05dd24]

        Change unnecessary pointer dereference
        
        Change-Id: I28404d9d1a18886361deae1aec583ef40c25ce85

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [a77b96a8e8a426f2609531ec66dbdd219681a7de]

        ditch wizards schedule module
        
        a) it doesn't work
        b) isn't connected up to any menus
        c) is arbitrarily localized to big 12 nations
        d) out of date wrt public holidays in those anyway
        
        Change-Id: I4a16490b3ae84c6e5dbe0774ea8eb0000ed6dc3d

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [d54830a9b608cbd1792d37ee51797b825ab644e5]

        throw an exception if a given resource file is not found
        
        Change-Id: I8929e9b2cdeffa4d893f795a66809475a7cdae19

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [18b15e48cb1fa7590620930975796a0c0dcac225]

        this is the stupidest hard-coded number in the world
        
        Change-Id: I4da7700f5a706716d14ca25eebf416d14bd6cf63

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [0eb3a0f2fa66e67f21035c5c14a41d2d6fb4b345]

        n#766481 testcase
        
        Change-Id: I0ebcb5c35f2e255da593c62b0a98cd4e0f44ba99

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [b696600821d8aafb63b6a88016d299ef89478f56]

        n#766481 dmapper: don't import fake paragraph containing sectpr only, take two
        
        Change-Id: I4623dfd05498b5ba8de73b7e301eaf486f667738

2012-06-25  Muthu Subramanian  <sumuthu@suse.com>  [11c5699dad06fb0d7fc0e458550a1dac82f8ee5f]

        n#759210: Certain smartart drawings weren't imported.
        
        SmartArt info was reset, when there was a chart (e.g.)
        in the same slide.

2012-06-25  Philipp Riemer  <ruderphilipp@gmail.com>  [f3e7d82e7c20f8d78b418ecc92d2e22c0a3fb0dc]

        cleanup filter/.../msdffimp.hxx
        
         - deleted empty lines
         - re-indented code
         - added/deleted spaces in parameter lists
         - wrapped parameter lists if too long

2012-06-25  Philipp Riemer  <ruderphilipp@gmail.com>  [01465da1bc926d6037427f566bdfc185f03f918f]

        change comments into doxygen format in filters/.../msdffimp.hxx
        
         - changed and re-indented documentation after members
         - re-wrapped and corrected some existing comments
         - deleted method that was commented out

2012-06-25  Philipp Riemer  <ruderphilipp@gmail.com>  [ffaf08777cfeb941ded8cea762a802656dc1314f]

        cleanup German comments in filter/../msdffimp.hxx
        
        Change-Id: I5bd39caa388738725f493db05ba492d83c39584e

2012-06-25  Iain Billett  <iainbillett@gmail.com>  [478465f21696230133bbf6c986f236d210504c5a]

        Fixed some erroneous package references.

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [2c757293b819118780eef3a30bb4434528d38673]

        reduce static_initialization_and_destruction chain
        
        Change-Id: I0c1b2f2d908c31d1510662880c13504d81445a6a

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [2ce31e56efaf1e429ecc13fd80b6767cb9ea585b]

        unused static rtl::OUStrings
        
        Change-Id: I27e42935c91a3dffc9a8d772c9d5c4bd0984126f

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [fcda0878e99d5792e150705f63f3ba25b5d8d14c]

        merge 3 copy and paste efforts back together as bestFitOpenSymbolToMSFont
        
        Change-Id: Ia830af58a1e2b80e85b2748b4acceb0bfc340afc

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [4186f6aeff62f894f7e3bdfbee403cb6c99495b4]

        duplicate bSubstituteBullets conditional
        
        Change-Id: I48b6922fc412479acc10a6eeccb926e5b89aa390

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [4ce70ccc2d62769b138144de7798bf839ddd00f2]

        TODO: get rid of this in another incompatible build with SW project
        
        Change-Id: Ic3fb0c8eb37317d55bcdc6abc7ff9843ba11fac6

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [9928fd7fc600efa620ad7c3b78c0b0051a4fa930]

        remove some annoying XubStrings
        
        Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [022b62296c4166486d38f55acf522c62c82894eb]

        callcatcher: update list
        
        Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [d5909e1452a87cb5434d144b01d368e52d64fd68]

        replace custom readString with read_uInt16s_ToOUString
        
        replace custom readString with more efficient and foolproof
        read_uInt16s_ToOUString
        
        Change-Id: Idf5f85adad008b4bd775badd83f55b152a6ddaaf

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [c7f4d44aacbb3c45050130304362ce3b1f604fdb]

        drop a UniString
        
        Change-Id: I01c402b885733ccc1a99d4f09c792f8a44b3a3b4

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [8eabfaa990b9f978fe4c147545801d2b1a151c7c]

        unnecessary use of UniString::GetBuffer
        
        Change-Id: If7d31a649a058a30196e1ed4be28b5c6c42640a0

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [344baf17a11772ab265e159796b3d7c49a16c080]

        ScCondFrmtItem appears to be a oxbox lake
        
        Change-Id: I9c89d06ec8a96de04d68725c97b102edb77fec38

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [810a01c5cf67f276f37ecda954363cf3c3b5385c]

        callcatcher: remove some more unused code
        
        Change-Id: Id60fe0dade7f47f8b2b65bf2cfa1d6ab28a94505

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [4e46ab162a1d6b757aec3629e193e2df65c38bb7]

        remove unnecessary ForEach
        
        Change-Id: I53bb48c27c3b42dd73f81ed46f3c29e409d8fb47

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [efa55cfd745843990503dea40995e78907611c6e]

        callcatcher: update unused code
        
        Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [467926acd3bfff2975f330d3550abf161dc5b4f5]

        UnlockSolarMutex is unused, but probably should be used
        
        If a LockSolarMutex gets called during the import of the element
        we presumably must ensure that an UnlockSolarMutex gets called
        
        Change-Id: Ie2b1d23bb2450c43aa414a5714ed4ca456bb12b6

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [423479cd751e6fe7436237890240b6c9674dec5d]

        Resolves: fdo#51166 disconnect inclusion of nss libs in install from mozilla
        
        We need the nss libs in our final install always (unless using system-nss libs)
        so finally disentangle nss from mozilla because --disable-build-mozilla had the
        sideeffect of *not* including the nss libraries in the final install. Which
        means that the xml_xmlsec.dll on windows couldn't be loaded due to missing
        dependencies.
        
        a) Strip out the nss libs from the pre-builds if those are being used.
        b) Strip out the nss libs from the mozilla build itself if that's being used.
        c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked
            into the install.
        d) Package the nss libs directly in scp2 like everything else
        
        Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55

2012-06-25  Caolán McNamara  <caolanm@redhat.com>  [403bdf77473afaea60b80d212af19b8a1c08b876]

        NSS_INCLUDE_LIST is always empty, so simplify based on that
        
        Change-Id: I0b3fe5a6270ecc45ec1b4710ea008a17c600484b

2012-06-25  David Tardon  <dtardon@redhat.com>  [2b2e7aa7dfb3b41a2f0068a058bf7567465b87d2]

        fix invalid .desktop files
        
        desktop-file-validate issued the following error:
        
        error: file contains group "New Shortcut Group", but groups extending
        the format should start with "X-"
        
        Change-Id: I45c0039ab788546a37780927284c8827a19fd52c

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [1b80a679c03af1fe7da716d9dcbe62b994d2276e]

        Revert "n#766481 dmapper: don't import fake paragraph containing sectpr only"
        
        This reverts commit eae88a9cb1120aecf2e296277778fb22a70a62dc. Need to
        find a better fix, this breaks the ooxmltok unit test.

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [49f9ecb0facdb120ca7199409b002de4b7111e3f]

        Remove unused defines
        
        Second is already commented out, first is unused, too.
        
        Change-Id: I1429cab3186189a96d0a07fa7097d87d372b372a

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [66cd9eeb90869b88ab883eab367a39041f21aef0]

        Remove various commented out defines
        
        Most of them in hrc files.
        
        Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [ee60fab03b743a151508608265abe45e5a731e97]

        Remove OLD_TAB_STYLE
        
        The new tab style is there until 2007.
        
        Change-Id: I267b554d609878b1f011f87ce817898c5e94a83e

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [5cdb887a41fd762daeddc34868546eafa43569c6]

        hrc cleanup: Simplify logic
        
        Change-Id: I6fde46f126f9dc0bff4eec6cc16577a7d24fddd4

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [e07152cb8c1da89a1a6a46b813eda48b38c9e80d]

        hrc cleanup: Remove two outdated files
        
        All definitions in SchSlotIds.hxx are unused, so remove it.
        
        Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b

2012-06-25  Thomas Arnhold  <thomas@arnhold.org>  [60212988e1cd84169afb028a4255b6f935f1fd4b]

        hrc cleanup: Further cleanup
        
        Change-Id: I653cfce095ae55bc7644c02669757a17580917e3

2012-06-25  Petr Mladek  <pmladek@suse.cz>  [df3c7d6ddf633f8511cbd72a536c58a5006ca31e]

        explicitely check gmodule build flags for gtk3 module
        
        g_module_open is used in gtk3gtksys.cxx
        
        gmodule dependencies were moved into private requires in rencent gio-2.0.pc.
        It was because GIO users are not generally expected to use gmodule API,
        see http://git.gnome.org/browse/glib/commit/?id=1f02ef3205e810dd937f316f5a7b58ecc2893d59
        
        Change-Id: I90e980678eaaa825ae130f54d13f4a5772a2700a

2012-06-25  Thorsten Behrens  <tbehrens@suse.com>  [418df9282d772d21eebb56f858fd84036d9b691a]

        Slightly more robust removal of bug title prefix.
        
        Change-Id: Ic37589222831d03ec48689a077b1eb16a9199385

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [7fb922b32b3fa612ebc8b7dfbc7e53ed990b40a0]

        Library_qstart.mk: remove -DDLL_NAME
        
        The library is not called sfx2 but sfx, and it should really be using
        gb_Library_get_runtime_filename, but it turns out DLL_NAME is not
        actually used, so just remove it.
        
        Change-Id: I553318015c3c2a21725860b28574995a8319a44b

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [efb69f7c737f8f8dae876c8d6b7bf3968a40676d]

        gbuild: add gb_Extension_add_executable
        
        This is not really necessary, but consistent.
        
        Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [f0de66d9a541505e14261ffac08e021bce6b67ba]

        fdo#51115: fix sdext extensions on Windows:
        
        The sdext extensions contain the .lib link stub instead of DLLs;
        add gb_Extension_add_library to get the correct DLL filename on Windows,
        and use it in presenter screen, presentation minimizer and
        PDF import extensions.
        
        Change-Id: Ie8113a6002f9038e4df798edc255208977ba9497

2012-06-25  Michael Stahl  <mstahl@redhat.com>  [463e59d680467a7b0d30ae956935a444c513de9e]

        rename SvxBorderLine::SetStyle to something unambiguous
        
        Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae

2012-06-25  Jesso Clarence Murugan  <jmurugan@kacst.edu.sa>  [003b4d21a43b607fb754ca3a65746937cbcc20e9]

        Translated German comments in filter/inc/filter/msfilter/msdffimp.hxx
        
        Change-Id: I8cdc40e0d277567b0d9c5fe2794f8f5c381bbc59

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [eae88a9cb1120aecf2e296277778fb22a70a62dc]

        n#766481 dmapper: don't import fake paragraph containing sectpr only
        
        Change-Id: I5eaf8b765d03b898c1c9a466802b75bbfe05a622

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66ea6d9801ea8e214f39a70251e5ccc5f47c315a]

        only export the supported number of rows/columns, fdo#49582
        
        Change-Id: I51fc4d0a6d9cc09c82268351ad069467bf8acc31

2012-06-25  Tor Lillqvist  <tml@iki.fi>  [ee7404c81903896515d5248a0dc4543989f6023c]

        WaE: 'Mapping' defined as a struct here but previously declared as a class
        
        Change-Id: I79de31ca5eac837fe755ea0b52ac6fe5cfec8e15

2012-06-25  Tor Lillqvist  <tml@iki.fi>  [3220899cd80dd3e0f10e305d882da92eaeed8055]

        Fix error: redefinition of 'value'
        
        Change-Id: I6c887971b91380543a2c59a4f1b477b9eb4a49b8

2012-06-25  Ward van Wanrooij  <ward@ward.nu>  [ece31c7f44061b89019b334a6fee29dd7cb778c5]

        fix build on OS X 10.7 using clang
        
        Change-Id: Iffb5d6d74709e9d8b72a87ef6bcd0d37b891c661

2012-06-25  Miklos Vajna  <vmiklos@suse.cz>  [35c2b717857baa37d1f31f0bb6aa1ae27201b419]

        oox: kill last vml doxygen errors
        
        Change-Id: I955086f0c816d58fe8dfd104fe90367c76ad6568

2012-06-25  Tor Lillqvist  <tlillqvist@suse.com>  [e6dfd9da6bdc0b2bf8c9990eca83207edf86011f]

        Improve help message at end of configure
        
        Change-Id: I2afa40a0da8fb0df5e9a1ae5f9aee4300854a656

2012-06-25  Tor Lillqvist  <tlillqvist@suse.com>  [cd43461697c0532b5056f9d3449e880d88084c7d]

        Add some "thinking aloud" style comments
        
        Change-Id: Ib4a57649ec98bcbce851687633f35e52771f137a

2012-06-25  Tor Lillqvist  <tlillqvist@suse.com>  [230acdb3c7c620d1ae0084d53bf84a36df8525b0]

        Bin accidentally committed file
        
        Change-Id: I26458334ae50e478e2fd5331cefe04d5c446fb90

2012-06-25  Tor Lillqvist  <tlillqvist@suse.com>  [cdd05a400bce95982499b80d2529b17540ae53d8]

        Bin accidentally committed files
        
        Change-Id: Ieabc4583e7baf9cb3be8b74383c27265d67ebb74

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bd77a00490090fa9b43cd1ad270e8847f6e22fe]

        repaint all cells if NULL is passed, fdo#51174
        
        Change-Id: If58448fa040ad88db4edaa9aaefc771dbad0826b

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77533d6ec1c7f0849db0c34b61d6583d7b3d0018]

        pass the ScRangeList directly to improve performance, fdo#49764
        
        Change-Id: I1dde25739747a3481394c6a2c2d313128492ba8e

2012-06-25  Takeshi Abe  <tabe@fixedpoint.jp>  [27b88d815dbbe6d2053add5fa17746bd1ff6a13d]

        removed unused forward declarations of class
        
        Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [793f1e70ce4c364b366d2e8065ea7fb2815bbf40]

        set the zoom only once, prevents infinite loop, fdo#51040
        
        Change-Id: I9d6e077e489e513cc8eb482b22e77c7bc1adffe4

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [555a8955c71f28f93b032e8dd2c627ab3e794b02]

        handle also COLLAPSEd in switch
        
        this case can never happen
        
        Change-Id: Ib1284edb798945a2f6f5ee6268e9426e29b0bd76

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [904596e935144e97d762d09942fa0d35068882ce]

        we still need to check that we have a token, fdo#51326
        
        also fixed another dbgutil crash with gcc safe iterators
        
        Change-Id: I5e6675a26f24329125906849c0c2286ea74e9211

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4e2a95a2f7376c36c1241f91a55021fc856c758]

        if no new cell exists, create hidden broadcaster cell, fdo#51368
        
        Change-Id: I61b96a0e164269ef85778cba7865d6488ebac79d

2012-06-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [adc4c53082c2fa1634897bd279afd6b5ba2e16da]

        only show dialog elements if entry is not collapsed
        
        Change-Id: Id85e7b2360c2630c894ce7e4e9ee505810cefe76

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [bdd1cfa4a56cdf7f8fa6b65384d379e359dbfa50]

        Expand/Reduce dialog when search editbox is visible/hidden.
        
        Change-Id: Ia7f4d078b80ab2ed5c2a7d7224eee9aaea2dfb16

2012-06-24  Thomas Arnhold  <thomas@arnhold.org>  [9a906437fc4f1c20a1420009cfa5d9fceacc51a4]

        Remove some unused macros
        
        Change-Id: If3774a188da001ec38c2f24ffe260e006f9f76d7

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [f7ef4c3808de41cd42ef9198f27b5f2ff84799c2]

        Display/Hide search edit box when clicking the toolbox button.
        
        Change-Id: I553219699b0d132c115767d70511f11dd887bf8f

2012-06-24  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [a4ca3ebfabf09d82eabbe9c0ab46884d6d677db2]

        Add certificate selection button and its click handler.
        
        Change-Id: I3f2fff0a3c5cfb77de0ecd11832345b6e162816b

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [9cc086f46250156167f68cab81c42296b045438d]

        Delete selected templates when clicking delete toolbar button.
        
        Change-Id: I4ad2ea913ab7a8f68b6010cedc8a2a2a72eea0bd

2012-06-24  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [2a537c6d96bac3ef0661bf59375e4061342c0aca]

        Add a simple GUI for digital signatures.
        
        Right now, there is no certificate selection and password
        edit but this GUI will make things easier to test. If Sign PDF
        checkbox is checked, I will create the necessary data in PDF file
        with a garbage PKCS7 object, for now.
        
        Change-Id: Ib9f0b33d3be31cb3eb8acb12a6aa2e37f2d3beeb

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [64f9aa20e2c46385f528bebebcf32680dd39dab6]

        Set correct handler to keep track of folder item state.
        
        Change-Id: I4d2d30515f22f04ce259689b3ad210c149b1191a

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [496c8232c4f97e5feb507ec1dda5d9454825737d]

        Import multiple templates from filesystem to selected folders.
        
        Change-Id: I285d2e429592bb170db6500d6751b6ef9bfad1db

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [199b2f8023e4c1e9242d3b83f62027ee81cbaa3e]

        Keep track of selected folders in TemplateManager dialog.
        
        Change-Id: I9348d73ec70dc0ab222682736640bbe0ca28bf6f

2012-06-24  Arnaud Versini  <arnaud.versini@gmail.com>  [2c1b80254db7b63534c874354bf2673adbac2c43]

        Use dynamic_cast instead of PTR_CAST in SwTOXBase
        
        Change-Id: If4a6b593fdf15c6b3f02d86aff7c046523f2eafb

2012-06-24  Julien Nabet  <serval2412@yahoo.fr>  [750a9c408f9a2bd1454f567ca1fcbb6381be1570]

        Fix consecutive break
        
        Change-Id: Ifd5dddee6950bcc08dc48c17293e794bf5aeb48e

2012-06-24  Rafael Dominguez  <venccsralph@gmail.com>  [4de494c8e73f35a66647c31ce61cb01f5d9353cd]

        Display file picker dialog when clicking import template toolbox button.
        
        Change-Id: Id4eba9076163f2d2b2916ad253236c0c377da37c

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [398552182ca6933a3f1693c8ca793cc35cd5e20c]

        Export NOCPPUNIT to disable all cppunit test in gbuild.
        
        This is convinient when coding/debuging stuff that break
        unittest downstream, but oen still want to have a fully built
        product to test
        
        Change-Id: I4970db6ede1ed29bb3c421b56b5092c19fd9fa90

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c91ec1ab0b6f437b8b60ed9aee067f088fa4718]

        Initial basic support for CoreText. very partial and highly unstable.
        
        Change-Id: I5dc9fb342e45fa3d428e340a597a2d9d4e246cb5

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c506447fcf020b17797c30d001fda9c177a4235]

        WaE on Mac SDK > 10.4
        
        Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [a95dbe7ad0bc8cf780bb9142bd9ffca3b0417d18]

        Add a configure flag to enable CoreText Support
        
        Change-Id: I0f3865beff53f199fae49e806f308c6dab3e3c11

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [9db88e11882c38cd22564c4a76bb0b878de5fe86]

        factorize what we can share for salgdi between CoreText and ATSUI

2012-06-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [55fd57ecfe1ce17779b744355b4e9c64dba0712d]

        move ATSUI entangled-code into its specific sub-directory
        
        This is prep work to make room for a CoreText-based implementation

2012-06-23  Rafael Dominguez  <venccsralph@gmail.com>  [6cf42f89b1f4908405d75d6ed1072be57d914cdc]

        Open template for editing when clicking on the edit toolbox button.
        
        Change-Id: If965e52694a856bdd8827486682ce9531786a149

2012-06-23  Rafael Dominguez  <venccsralph@gmail.com>  [3c5b59e3864ce231acd9697ed6a48155f74a34a6]

        Read and set template path attribute in TemplateViewItem.
        
        Change-Id: Id9cca6d8a716d7f99904db8cba21d7f4c1fe2074

2012-06-23  Rafael Dominguez  <venccsralph@gmail.com>  [9ab2176b43647eedd4fcc1c47c747214433a7e1c]

        Create an instance of com.sun.star.frame.Desktop service.
        
        Change-Id: Iac9891502eed15ab60674f12d4efe1728937c22a

2012-06-23  Julien Nabet  <serval2412@yahoo.fr>  [e45bb323eea8edacfe40a4b5dec991ddf36f303b]

        Fix prefix ++/-- operators for non-primitive types
        
        Change-Id: Ibb55fcedecaf66f0817d24d8f408ef69d273ffa2

2012-06-23  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [1d546e142274f9f1f1bbc60f095b4b7c7493e469]

        Use /Rect [0, 0, 0, 0] if signature is not visible.
        
        Change-Id: I271b882d95d6e0bc7b5831add67046e7f476c7dd

2012-06-24  Takeshi Abe  <tabe@fixedpoint.jp>  [4286f4444cc20865c8e733d797c029ef33b2f446]

        rearranged forward declarations of class
        
        so that they locate where their classes appear if needed,
        otherwise removed
        
        Change-Id: I457542ec4c31f9a4b56a562f588b7c190c18776c

2012-06-23  Miklos Vajna  <vmiklos@suse.cz>  [833bc9014505d20f25186e7dcf583d34fc9f114e]

        sw: kill C2U() usage in new re-based
        
        Change-Id: I5e4641a70c83ca67793bc64f5b509d7ebe60e53b

2012-06-23  Miklos Vajna  <vmiklos@suse.cz>  [0fbfa10ca9986236f1a906ea465135f4e367115e]

        sw: kill last direct RTL_CONSTASCII_USTRINGPARAM usages
        
        Change-Id: I7e19b6ff9e12d7aee57f24b1acce722e287accf0

2012-06-23  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [77d41a25fe7afc31045ea6a39cb7bfb6c74d85fa]

        /NeedAppearances must not be used if PDF is signed.
        
        Change-Id: Ie9d98d555e807de4d20a122a005e75106e039305

2012-06-23  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [92cc6c3788376ff28a22e29975499c3414d642b6]

        Check the return values of osl_getFilePos and osl_setFilePos.
        
        Change-Id: I42d62ae69d37f35b6c0b1a325abc9943e664dd45

2012-06-23  Miklos Vajna  <vmiklos@suse.cz>  [71e91ab288323c68c22290d12d88d890dd7991fa]

        sw: kill some unused global variables and RTL_CONSTASCII_USTRINGPARAM usage
        
        Change-Id: I45f2fb68d613443cd6fcf0af5660d0f74c54c7ac

2012-06-23  Miklos Vajna  <vmiklos@suse.cz>  [983b2ee0c82196ee23becaf70a53fa9186f5df06]

        config_host: fix misleading comment
        
        Change-Id: I51dbc3c1e0f860c7d3c866888f259de6b0d670b3

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [1b0cacf9197ea3fe4607527f3057d3da06413a49]

        cppcanvas: remove obsolete makefile.mk
        
        Change-Id: Id9ccc156371a235bca764044a8d155b8720782c0

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [0caf87c580e7781290bbad8f06f7f7b5ce2f7d51]

        remove bunch of obsolete looking .dxp files
        
        Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [7b6b71ce1403256aa5af3b95ec14ff7c6ccdc956]

        remove bunch of obsolete looking .flt files
        
        Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [d0d24f7ce1abdeb8104bd8930fae5d73fc821d83]

        .ulf files don't need executable bits
        
        Change-Id: Ie84a08aa0626dffed871200df565e33642f53866

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [9b4a020e02587fdd1fb728e614971f37e9e79b80]

        .sct files don't need executable bits
        
        Change-Id: I5337e718d020b4035b5b696aa0f4b3ba7cfab63f

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [9979327f0c734f89400d17c8217ad1b2652fb581]

        .crt files don't need executable bits
        
        Change-Id: Ic2ee1091bec03033973201e69322082517eaab3c

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [41a0e13f4dc30d8775760473c1ae367970570a99]

        .crl files don't need executable bits
        
        Change-Id: I3a4f6a716a4d371c1e291af90f8aa1bdcd2cf614

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [4b2d2289576b63de331b6724eb4c53d01da68589]

        .pem files don't need executable bits
        
        Change-Id: I4fe7ba1b8ad1b94a8c8f093c9b56c2dd04226c6c

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [c7f5470c6d57ff00cdd3c887f7053d5a6bbc64b6]

        .icns files don't need executable bits
        
        Change-Id: Id96026910ffbdda72bfb7a4bf8653c63759e7c96

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [a956deb3edf769f31aa06b9ccdf3026c44649ec5]

        .pptx files don't need executable bits
        
        Change-Id: I90069f562c61359f9b226b147fe99807ecb3ad8a

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [3eb78f72a8f4f86437f73ae9a360fd14c4d70b65]

        .xba files don't need executable bits
        
        Change-Id: Ie122a6befd94c836b6f08a7fe3ec8e4f2d67c690

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [b4d9c390f9dd00309b4d87578b04e0bda3bd442b]

        .xdl files don't need executable bits
        
        Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [2b88442ce8508ad02f0d86a7334dfadb81e53bba]

        .y files don't need executable bits
        
        Change-Id: I3229ae20624c753d5e802d56251a628399a85817

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [24c7c13d5f1672f600c51510c04affdd1d2c29e3]

        .l files don't need executable bits
        
        Change-Id: I948d7c241f8024edb3bdced21d9d819571f02387

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [dbe24e704f98ef6f581e71e4ffe93d72ed1e4695]

        .am files don't need executable bits
        
        Change-Id: I6ba77dad167e2989e7151a8fa3c085c9133ed623

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [60eb135f82fa140743ca638b2f6f00f3faab552a]

        .dxp files don't need executable bits
        
        Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [3a812a9144cb5987ec6f82918d3d2fd7df5f582f]

        .xcd files don't need executable bits
        
        Change-Id: I1625af99f9b13eaae7b74c65b6306bae6d063627

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [1ab899c4c8a5f05b22ddc9906b2ef71e0063e600]

        .xml files don't need executable bits
        
        Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [4077192c38747f29714b5bed676d1e2cf0844f3c]

        .mod files don't need executable bits
        
        Change-Id: I2bd2782db41b58634627706b96238fcf8297547a

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [9dbdf715eb0b5c29184e4e940d5d6a799d1f4db7]

        .patch files don't need executable bits
        
        Change-Id: I0b370ac227bbd833078804d8a276b48666df734c

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [7c59ed51799127de9f41f69908c7761a642ae284]

        .emf files don't need executable bits
        
        Change-Id: I9c9087bcd66d1383d08f49099f8d050cff5adb5b

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [f6f802e555d76f5db0cdf4e21ff5d2912ba3d262]

        .props files don't need executable bits
        
        Change-Id: Ie8667b1119cb60936a1a522086b1c99d0f4066b7

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [11ad68dcb6afd6c51311399c051c88e07376802a]

        .cfg files don't need executable bits
        
        Change-Id: If17439ae83eb063a7ab054c3701e23dd48f1edd1

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [1d63505a8509b0d1f51db2f1b830de00d83f6dc5]

        .zip files don't need executable bits
        
        Change-Id: Iecee21acd140ce12ee34ac077b1450205cc28618

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [c2b6677d7b6277e8c151d6eeb8def3c748585e3a]

        .in files don't need executable bits
        
        Change-Id: I8868e19a75376d5abf2d62eda1774c9bd2defa4c

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [927287214ad9c2cc5b350223580d71b43c622ba7]

        manifest.mf files don't need executable bits
        
        Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [9a9a6750c5447a0d95c4e59d0f63f8768dc33580]

        .def files don't need executable bits
        
        Change-Id: I5dfc43bdd4d8490a47c718dc49acba0ca5f7b526

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [e80aa3459e520fda493864103d6d1b3a45935323]

        .pmk files don't need executable bits
        
        Change-Id: Ib89d8f72fc7e874968c2d9481df80b53dc982f62

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [e9c3dcaf0589c48eafbcea69fba4315cd4c8c340]

        .cxx files don't need executable bits
        
        Change-Id: Ic27d7728025b3d666c0ebaf9ec4cd2006d0c89bf

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [3fbd1aa6a632bfd50de434fc75eca60d308a8bf0]

        .map files don't need executable bits
        
        Change-Id: I2d3120a173097208bd29eb52ab3dea3af870f6ae

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [4779c7757081f63979e94824fa46325326d6d96f]

        .mk files don't need executable bits
        
        Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba

2012-06-22  Michael Stahl  <mstahl@redhat.com>  [55c37591b63a5e9e7c8537679db8e92c7f0161c0]

        gbuild: fix UnoApiTarget header dependencies:
        
        The existing situtation of not having any explicit rules for header
        files does not work because it requires a make restart after
        the headers are generated in order for the headers to be delivered.
        
        Because requiring running make twice to get a complete rebuild is bad,
        add some rules to force the headers to be delivered immediately.
        
        Change-Id: I5b4d5c8f8e9c9d7d0874fc797e62972eaa1dd904

2012-06-22  Iain Billett  <iainbillett@gmail.com>  [a84eb85c3575d5b6f79717904b6d55848bc2e84c]

        Fixed file opening.

2012-06-23  Takeshi Abe  <tabe@fixedpoint.jp>  [cdea32dd8a03fe5375eaef785461170cdee10622]

        removed unused forward declarations of class
        
        except moving ScPostIt into source/filter/inc/xeescher.hxx
        
        Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff

2012-06-23  Takeshi Abe  <tabe@fixedpoint.jp>  [dbd9db69bb2ca982d76c09f8cb9561b42c9138b8]

        removed unused forward declarations of class
        
        Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4]

        re-base on ALv2 code.

2012-06-22  Iain Billett  <iainbillett@gmail.com>  [c19c312c87387156e338db1c2deebd98fd58cf11]

        LibreOffice4Android can now open actual .odt documents from the file explorer.

2012-06-22  Iain Billett  <iainbillett@gmail.com>  [3e0c6d83d5b089c853154b5d03fcf33e5403520c]

        LibreOffice4Android now builds.

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [f82f5d11576dfea58da7aecd3c594a356bdefeed]

        re-base on ALv2 code.

2012-06-22  Miklos Vajna  <vmiklos@suse.cz>  [4148d1bd400fe86b44e527a9fe11613c4437594c]

        fdo#46966 dmapper: fix headery/footery default value
        
        The docx spec doesn't say what is the default value, the rtf spec says
        it's 720, not 1440.
        
        Change-Id: Icb331591d4f2f96a7786f808d99af5974e645f8e

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [52a0b3fade7551a0f16442201f27fcdb9396a78c]

        re-base on ALv2 code.

2012-06-22  Iain Billett  <iainbillett@gmail.com>  [d3949d453d06bbdd88d33dd0d6e660f67fad546a]

        An new project to combine DocumentLoader with the Android UI. (Not building - see manifest)

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [ceb8b18f5b7437ba7438c428c3c78e4d8d67fee3]

        use generic names rather than specific algorithm names when scaling
        
        The Lanczos scaling is of very good quality, but it's rather slow,
        which can be very noticeable with large images, so it's not a very
        good default for everything. And in general, it's not good to refer
        to a specific algorithm when all one usually wants is fast/default/best.
        
        Some of these changes are a bit of a guess between default/best,
        but the general logic is that best should be used only for images
        that won't be large or where the possible waiting does not matter.
        
        Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [7cb232e6ee80994cf1f8cb17d34e09eb98fdabc7]

        re-base on ALv2 code.

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [ae9dae720b2e2e5ef370d99a7387e31d9e2f5eb4]

        re-base on ALv2 code. Includes:
        
            Use ksc5601.h header from XFree86 Project Inc. Patch contributed by
            Oliver-Rainer Wittmann with minor changes from Pedro Giffuni
            http://svn.apache.org/viewvc?view=revision&revision=1179296

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [839420548dc5d32af5b903ec83116557c4175674]

        add stock re-based code headers.

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [ae86bd2e64332abba968953985284a5b29f72720]

        cleanup malingering vendor name in disabled code

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [baca49fdda5e350b7b0f122d50739ee98cc6fe25]

        try somewhat harder to smoothscale objects (bnc#765998)
        
        The used bilinear algorithm is apparently of a rather low quality,
        use the new generic box algorithm instead. That makes it somewhat
        slower, but the result is cached, and hopefully the speed difference
        is not that significant.
        
        Change-Id: I5a4dbe4851d467babc0d0fdcc3375b35441daf93

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [0c10b8ff9fa115ec2c315bd75a9eddc1cd4c0ac2]

        make it possible to cache the resulting pixmap with a metafile
        
        If the metafile contains just one single bitmap, the drawing code
        optimizes by just using that one bitmap. It (=the resulting pixmap
        after scaling etc.) however has not been cached so far, which means
        smoothscaling (to be done) would be quite slow with every paint.
        
        Change-Id: I30950c55fbadfddedc7df31283c66ed064b1a1a6

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [a83bf946d6e1f315a19ce6e6c9b5ddcb30926a22]

        fix counting of bitmaps in a metafile
        
        if( !number ) { ... ++number; } would never get beyond 1.
        
        Change-Id: Iac33df3a21280c76fcdd130b699b4ab6466b1f46

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [77987eacff20dec40caf29aae61d262239d441e9]

        be somewhat lenient when doing the one-bitmap WMF optimization
        
        The document from bnc#765998 contains a rather huge WMF with poor
        quality. It could be smoothscaled to get a much better result,
        but doing that would be too slow with an image of this size,
        and it would be done every single time the image would need to be
        painted, because the resulting image would not be cached.
        
        One reason for this is that the WMF appears to be kinda broken (or let's
        say imprecise [which is no wonder after trying to read things like
        http://msdn.microsoft.com/en-us/library/dd162607(v=vs.85).aspx
        and trying to understand what exactly rlcFrames is supposed to be]).
        
        Change-Id: I017db36ec96f5405ff5965943003d5aa93018a37

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [43cd955d4052d9ffa4de5444d0900fba0d7ef3b1]

        improve/fix comments
        
        Change-Id: Ie3c017eb9c6ceadd4b7982eb2a28c74bf6767631

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [00285a7de24019f9c9eaf9a165a4bed21938eb21]

        fix off-by-one when reading WMF/EMF
        
        According to docs http://msdn.microsoft.com/en-us/library/dd162589(v=vs.85),
        cxDest/cyDest are "Logical width/height of the destination rectangle.",
        so there should be no +1 as there would be if they were the top-bottom corner.
        
        Change-Id: Iefa6db8e6131abe785b7878d97df1c891b73011c

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [bf5d91d495efc24c50fbb6783f0b59e66a783e23]

        fix off-by-one in WMF/EMF reading
        
        It's rather lame that Rectangle from tools primarily specifies
        the rectangle as topleft/bottomright, rather than topleft/size,
        as that easily leads to confusion such as here.
        
        Change-Id: Ice86fae90d9159b98e0896b6c875b99c3e1a3686

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [a6b68e0d23d137f93d7c1d06fd17624d4e09aa4f]

        remove useless comments
        
        Change-Id: I8702f8e4b76731ab167533478ba754c94114f419

2012-06-22  Luboš Luňák  <l.lunak@suse.cz>  [e9ebca75897f150b2e6f09f9e6153ff9ef3c5906]

        remove unused variable
        
        Change-Id: I284bc45abab57127ea972ed4d4b8164b54bfa18b

2012-06-22  Miklos Vajna  <vmiklos@suse.cz>  [7f916b90500033193226332d52930ab23dd79284]

        fdo#50831 fix RTF export of direct run formatting for empty paragraphs
        
        Change-Id: I5f0e7aefdea80bbb9cf61b991c5b706bd2023dfa

2012-06-22  Stephan Bergmann  <sbergman@redhat.com>  [2a5fc950439d484d1227a736bea6566e86e73b7c]

        Some further clean-up of X Session Management code
        
        Change-Id: I0cc47b152835d69e90226f42609eabe5291f55f3

2012-06-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4cffdb68196d6c23e5134a57018648af5d1f4111]

        reuse existing code
        
        Change-Id: I10f3d9958679b485cf75d514a38093cbe51d540e

2012-06-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [99a05de8245c7365fbb19a7e1ea595ccd3d1224a]

        rely on the return value optimization
        
        Change-Id: Ide566aa8bbf6f4128bed598c76269b16acf99a7b

2012-06-22  Miklos Vajna  <vmiklos@suse.cz>  [ae0c9254a569842c0a0ddbd959b69a4139f5bb28]

        forgot to remove lucene from Makefile.top
        
        Change-Id: Iade2c96ed1e2341ee1f132f73898a4c98b66f8a4

2012-06-22  Iain Billett  <iainbillett@gmail.com>  [520fbf75e325ff584d86944274425bd389d99d8d]

        Added a preferences activity to set default behaviour.

2012-06-22  David Tardon  <dtardon@redhat.com>  [20b2d07bde44078c7627a9cc08394cf496081b2b]

        add missing quotes
        
        Change-Id: Ic93eebd5fbad25479560e56cd3a2c1da035da45d

2012-06-22  Caolán McNamara  <caolanm@redhat.com>  [d29318c78a13f5de031d181b79a655d324ecdf25]

        Resolves: fdo#45869 we want page preview text to layout for print output
        
        We want text to be positioned as it would be for the the high dpi printed
        output, not as would be ideal for the 96dpi preview window itself. It is
        supposed to be a print preview surely.
        
        This should avoid getting different text positions/widths shown in the "page
        preview" of calc than gets used when printed/exported to .pdf
        
        Change-Id: Iea3acce3c1f2a7051007c22768329c52a7c1d4ee

2012-06-22  Caolán McNamara  <caolanm@redhat.com>  [cd8e530dcd265e2bb67124326957dc4390cc6b0a]

        convert BitInt signatures to rtl::OUString
        
        Change-Id: Ic461cdb6283fe48e97787b3f1e8950559d576ca9

2012-06-22  David Tardon  <dtardon@redhat.com>  [eba629deb755049bba1850c6a32008ceccb9b11e]

        specify the sourced file with path
        
        "man source" says:
        
        "If filename does not contain a slash, file names  in  PATH  are used to
        find the directory containing file‐ name.  The file searched for in PATH
        need not  be  executable. When  bash  is  not  in posix  mode,  the
        current directory is searched if no file is found in PATH."
        
        Change-Id: I7dc15d30ba925c71d02da2cd8b91ea08192730fc

2012-06-22  David Ostrovsky  <d.ostrovsky@gmx.de>  [d712218cc0b658fae66f63c52af7996b714289c9]

        fixing pyuno bridge on mingw: packaging system-python
        
        Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda

2012-06-22  Florian Reisinger  <reisi007@gmail.com>  [3f5245db4b0248bb55c37d3400b8155263880f6e]

        Translate German comments in sc/inc/viewopti.hxx
        
        Change-Id: I42284ab7d3bd542d9ef570626a178d697e1f5b2b

2012-06-22  Noel Power  <noel.power@novell.com>  [6097bd4c14bf58c4c15ee05280eff2151ed98416]

        more new formulabuffer const cleanup
        
        Change-Id: I6a2363a2c4370cdb5050b404f23e9cbcce684dc5

2012-06-22  Rafael Dominguez  <venccsralph@gmail.com>  [fed3b690201e75c37c73fb6f8de566d8faa7d958]

        Keep track of selected templates and update toolbar as needed.
        
        Change-Id: Id595985e49694acc0e132af3d11b2bb843924fb2

2012-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8c2843d807c15452a5b03ec8287d4f1c1ed35b01]

        Uploading libvisio 0.0.18, fixing fdo#48602
        
        Change-Id: I8ab9462409bf5e0769d043209a8e2005bfdf4e0a

2012-06-22  Stephan Bergmann  <sbergman@redhat.com>  [a164d246f2ed941fbdef19ec5b47dac1bab25509]

        fdo#50682: Setting DYLD_LIBRARY_PATH in python script appears unnecessary
        
        ...and apparently has negative consequences (system CFNetwork framework picking
        up LO libsqlite3.dylib instead of system one, as DYLD_LIBRARY_PATH overrides
        recorded installnames).
        
        Contrary to the old comment ("so that 'import pyuno' finds libpyuno.so"), what
        setting LD_LIBRARY_PATH on Linux is still necessary for is so that python.bin
        (a stripped version of the python executable from external python module) finds
        libpython2.6.so, as it lacks an RPATH.  ('import pyuno' finds pyuno.so
        apparently on PYTHONPATH, anyway, and pyuno.so in turn dlopen's
        libpython.{dylib,so} with full path.)
        
        (This might make dc82cf021f76ea83ff7a4bcb2d7525f2e111f0cc "Make PyUNO work
        --with-macox-version-min-required=10.6" irrelevant.)
        
        Change-Id: I1c3a6c61d4cc976d85956e587497a13a77689128

2012-06-22  Thomas Arnhold  <thomas@arnhold.org>  [69419bcab3839ab22bf429d25eed836221130121]

        Remove empty or non-called methods
        
        empty:
        
        ClearTip
        implOnShapeInserted
        ImpCopyMarkedPoints
        ImpMakeDragAttr
        ImpCopyMarkedPoints
        ImpMakeDragAttr
        ImpDelDragAttr
        ImpMakeCreateAttr
        Is1stLessThan2nd
        LinkToListTemplate
        NewCoreSelection
        ScrollStart
        ScrollEnd
        SetNoOutlineNum
        
        non-called:
        
        NewCoreSelection
        
        Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1

2012-06-22  Thomas Arnhold  <thomas@arnhold.org>  [de48c99f7eefbf8910ca4835a6980f4ba532b2c0]

        Remove some PCH traces
        
        Is testhxx still useful?!
        
        Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84

2012-06-22  Miklos Vajna  <vmiklos@suse.cz>  [c18ce7120e23924abf09e08d4c4092895c6ac232]

        n#758883 test remaining issues
        
        Change-Id: I0ec2570aab2fdc645638875b632d8a854fc00b94

2012-06-22  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [281a43d7e18bd034e7462ddc99f671aed56b45a2]

        Remove commented code, superfluous comments and translate German
        
        Remove commented out code, superfluous code comments (that did nothing
        but restate the function name), and translate a few bits of German
        comment to English.
        
        This is v2, addressing Bjoern's comment (leave in public OOo bug
        references)
        
        Kept some more bug refs.
        
        Change-Id: I9e94444bfe08db90befc3d038b01c94c85507afa
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2012-06-22  Robinson Tryon  <qubit@runcibility.com>  [2f06cba97ddf0bb02aa463b29a3642f03e9252a4]

        fdo#43180: Use hyphen for copyright range in About box
        
        A range of years is more clearly delineated with a hyphen than with a
        comma.
        
        Change-Id: I36a668b7e6ccecc210daa69de7948ad5c029f96d

2012-06-22  Michael Meeks  <michael.meeks@suse.com>  [ecf943247fb734739141d6074d1169ab922b2523]

        re-base on ALv2 code.
        
        Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35

2012-06-22  Lionel Elie Mamane  <lionel@mamane.lu>  [b2bb1d7f41cf602983b3cd5d301cb698a6a15bb2]

        correct ODBC timestamp column size
        
        Change-Id: I17255da6989df4ef01d874bbb318b8374d7dd5e0

2012-06-22  Philipp Riemer  <ruderphilipp@gmail.com>  [06395b802fe1cdc87a1b05dbeb65bb9cce724656]

        cleanup of duplicated includes
        
          After commit ec5fa0164b9bae5c5bc6654f581e493206584301 "replace all but one .hdl include with equivalent .hpp includes" some of these includes were doubled in the corresponding files. This patch deletes those duplicates.

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [9fbe211689e63887178f547dcd0ed0786f527976]

        Trap folder and template state changes in manager dialog.
        
        Change-Id: I1e0cb27f31023a7037c20d07bfe830ee1b107d45

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [d9bb62afa64bd503cbbf98c6dac2d1b4b5b82777]

        Add callback handler for templates state change in a folderview.
        
        Change-Id: I9cf82a466fbbce52f177bbe729317433ea6663b0

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [b1089e3ac52e588065d0f9e8105582d7ee433d49]

        Track templateview items that change their state in folderview.
        
        Change-Id: Ic9209afe698ff68f97b8d5918bd4d429659553c2

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [ec3d50549340821acfb1c2dcabb55b1c59c03700]

        Add a handler for item states changes to ThumbnailView.
        
        Change-Id: If5f060f59dfdcce6641ed7cfc3cb8200a4475490

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [0346baf8bc34d893f4455386a13b46967b3c51b9]

        Create toolbar click handlers and handlers for every action.
        
        Change-Id: I718d77479ed9222ec82914e26fe96bedff892e9c

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [c9a32361d44caef7633ba625a93415373187ba89]

        Set folder view position below toolbars with a padding between them.
        
        Change-Id: I8e305e3c1c45a538745a286781e9e1efaa091fe3

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [44c2e8489276c2ac2ba43fa7fb8274771afb5558]

        Add toolbox to template manager dialog.
        
        Change-Id: I693e55e903b3e9c4121d65b477d19fbb48fd837e

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [7e5d09a26fcb69681c6251b1c1a10066f010e5e4]

        Apply overlay filter to folder view when closing overlay.
        
        Change-Id: If1e8a9791e34d7217fc26791cd19373b84182292

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [6e8eca4bf6a8b98689146ce435b184257f47b10d]

        Match item by position correctly by inspecting items assigned draw area.
        
        Change-Id: I6ec9544f4924059267458ca2e3536b13dac698d5

2012-06-21  Jonathan Adams  <t12nslookup@gmail.com>  [850e9faa2db7002c9eb2797178ae837bff08327f]

        icu: add patch for Solaris/GCC
        
        Change-Id: I070b878b9275884e1ad0db3bb07483a3451682fb

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [9112d20ae31fbefcd49dad284b85a9627b3021b2]

        Create filter to template folders.
        
        - Update their thumbnails depending on the filter.
        - Dont display folder if theres no template of that type available.
        
        Change-Id: Ifba889ea3fdbb132d93fead304e2a13007a40371

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [f83e9cf9c76d2e6376d8fa2017f7e2a042a755f9]

        Apply current folder filter to overlay when you open it.
        
        Change-Id: I72e91d05360f283277dd7e48eec1296516affcb4

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [d4dd76938cdc6f08ab86ba2462aae2e6fe9fbaea]

        Add a filter option to display all items.
        
        Change-Id: I32284a50ba5566ef02f2b78c6fcb7bea41bac0d5

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [cfec7637cb6952d6f97e0e12b516bf5d17c93d72]

        Filter items in template folder view by a selected application.
        
        Change-Id: If6e1f8c6d3973ca5b07a3b3027b43261eff30dcc

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [1dd694616d646d773e0e727b428cb7f3aa756bcb]

        Implement,connect missing button handlers and filter results by app.
        
        Change-Id: Ie79ae3ae10c080e8947dd549723c8ad859f0ce39

2012-06-21  Michael Meeks  <michael.meeks@suse.com>  [ec5fa0164b9bae5c5bc6654f581e493206584301]

        replace all but one .hdl include with equivalent .hpp includes.
        
        Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9

2012-06-21  Noel Power  <noel.power@novell.com>  [b326c1d728e65afea4257d1142a02185ae6bc4d0]

        some const correctness tweaks to various signatures in new formulabuffer
        
        Change-Id: Ic6570608ac98c51438b583b7a75fa940b29b7473

2012-06-21  Pierre-Eric Pelloux-Prayer  <pierre-eric@lanedo.com>  [d212cbd96e648c10d875161b8ab1fc67ae509bd7]

        fdo#51249 Disable stream copy when saving a file with 'Changes Record' active
        
        Change-Id: Id06caa5d0552e4f3695244de4f6096f80885a783

2012-06-21  Andras Timar  <atimar@suse.com>  [9f82f0dee986b92e739caf3d8320ff6a6941671b]

        add "Publisher Document" filter to drawing filters in file selector
        
        Change-Id: Idbe935d4fa1a83f49db28c2dcb74a421ba22b822

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [c8e143206c611c62e9c32afe03e5cb93dd3e7cf2]

        Dont expose ViewFilter_Application class.
        
        Change-Id: I27f1df59f5e70657306bc74d498fa98342c96490

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [0805a180b96e548045f6fd28713d80874f6a6d92]

        Separate application filter enum from ViewFilter_Application class.
        
        Change-Id: I3619f6355e9ca6aabc7ebde546ab92196ef57a4e

2012-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe49f23529a52c33ca3e2f673d242273bcaa7108]

        add helper script for gerrit CLI integration
        
        Change-Id: I5705530ee4d5b93bc66ca23463098ac45f49323d

2012-06-21  Andras Timar  <atimar@suse.com>  [ade85a43e1369cb9e0026f048ed410a964db48d9]

        fdo#51274 optionally associate Visio file types (vsd/vst) to Draw
        
        Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57

2012-06-21  Noel Power  <noel.power@novell.com>  [75c789691b3ed7a10caa4319cf58144cfaace3a7]

        fix core dump setting preload value for some cell formula
        
        this patch is a follow up to 6ea4e42eaa28a773ec66fee3b8f764e0dc365297 & 7fff98724bc7e3f4d3defb005aa1358d743d08ed
        
        Change-Id: Ia286164c369526acb4dfe733b651e65a79d124d8

2012-06-21  Miklos Vajna  <vmiklos@suse.cz>  [8616f227c722affcedff7632ba97644d04427c94]

        kill copy&paste by introducing SwModelTestBase::parseDump()
        
        Change-Id: I7cc3e05e48fc9850fbe04c6511f5e9f18a680ec7

2012-06-21  Miklos Vajna  <vmiklos@suse.cz>  [4cc2c691a93ec1ada687ad49ba2dd9665d52a3a3]

        sw/qa/extras: link to libxml2 in all tests
        
        Change-Id: I6355b17042a42d44c7086f54b3efc6ba4d0c5d55

2012-06-21  Miklos Vajna  <vmiklos@suse.cz>  [6713b8d3ecd14293ecc6ba1f37a7a77f8a1cdea0]

        n#758883 testcase
        
        Change-Id: Ibcaf427849ef69f379e0d6e77f586d77e4d0c92f

2012-06-21  Miklos Vajna  <vmiklos@suse.cz>  [a208d96584009de2b902534e62f03de8124160a9]

        sw: include the height of SwNumberPortions in layout dump
        
        Change-Id: I7c7d78c212683e47f726fc91d59c9c495b78641e

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [982635df51fc4b927c5cbe9dfe9f4c7bbbb57e64]

        Fix selection mode for folder view when overlay is open.
        
        Change-Id: Ia594cc15c5abc4d30272a77f8a10b2cd1fe35137

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [7d7dc568ff4ab88e2b1760f42b2f4614c0adae66]

        Add ViewFilter_Application logic
        
        - Filter TemplateViewItems by their associated file type.
        
        Change-Id: Ie9aea8c1fc4a62dae5004c2598761e8d890c40e5

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [75646ece894683aa59b8e1fc52110cb30a9f8571]

        Load template info into TemplateFolderViewItem.
        
        - Dont load items when displaying the overlay just fetch
        them from the folder item.
        
        Change-Id: I7d7b37e0b62c09a46f94d9d10ffeccba9909773c

2012-06-21  Caolán McNamara  <caolanm@redhat.com>  [c3f2401d49b1374431da54e799a23bc122c5def7]

        reduce scope and replace some String::CreateFromAscii
        
        Change-Id: I8c375e3bfbcd3d7046a8bdb1968934b7d7ca96f8

2012-06-21  Caolán McNamara  <caolanm@redhat.com>  [3d506e814719ecaa5862663bce467994ccf31a4d]

        unused aName
        
        Change-Id: I02b2775609a191c4cc1d411030b9e9e2f4079f8b

2012-06-21  Michael Meeks  <michael.meeks@suse.com>  [b9042fad7c0f263eb1695b4f33d054c5f1197751]

        re-base on ALv2 code.
        
        Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce

2012-06-21  Rafael Dominguez  <venccsralph@gmail.com>  [ba88e36f52d1aeb86d327fb17d93d57ac24c9ffe]

        Allow to insert several items at once in TemplateView.
        
        Change-Id: I369e6dc348bae9a2212bfaf112570b175ed9c6a7

2012-06-21  Miklos Vajna  <vmiklos@suse.cz>  [f837c4288cdae4921b3fb6747ba2e2cd5ce2dcd2]

        n#758883 oox: anchor vml shapes without anchor info as at-character
        
        w10:wrap was originally arrived to
        writerfilter::dmapper::WrapHandler::lcl_attribute(), but
        writerfilter::dmapper::DomainMapper_Impl::PushShapeContext() was called
        already and set the anchor type. Fix this, then we can set a a suitable
        anchor type in lcl_SetAnchorType() based on the type model.
        
        Change-Id: Ib411450b10f29f814bc13d81eaec434971b2e52a

2012-06-21  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e7bbaefa47fa19971151f03531bf1da3658e6d34]

        Remove commented out code
        
        Remove old, already commented out code and useless code documentation
        (basically restating the function names). Also translate the few Germany
        comments in that file.
        
        This file still lacks a good doxygen code documentation or a brief
        description of what it actually does.
        
        Change-Id: I339a01dbd4ea894be13293133b8dedbc55c2bbac
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2012-06-21  Michael Stahl  <mstahl@redhat.com>  [1266480d38d24e1c5532438223ab33cc25aed08d]

        Executable_oosplash.mk: fix typo in Solaris "socket" lib
        
        Change-Id: Ic9338867a3bf9315f20fa02d7fdb1adda2db285a

2012-06-21  Michael Meeks  <michael.meeks@suse.com>  [2a2158c7eac176cf95f0c79600a6d80305b9f673]

        re-base on ALv2 code.
        
        Change-Id: I0cba9316e229362fa82a45d9e4d4763a6cf29540

2012-06-21  Michael Meeks  <michael.meeks@suse.com>  [b6db3e3acc6ba349d845ec58e3242d025352ef2f]

        re-base on ALv2 code.
        
        Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1

2012-06-21  Michael Meeks  <michael.meeks@suse.com>  [da6c3d4bdd069f8125277a54c93fa5cfdf87b70c]

        re-work to test the effect of boost elision.
        
        Change-Id: Idef032c08c097e04fcf0cae3d184ceb660b65949

2012-06-21  Stephan Bergmann  <sbergman@redhat.com>  [0f12c5de67869593cfbc36760957467a122bf81a]

        Fix X Session Management support
        
        ...passing -session= into soffice was no longer supported.
        
        The way I tested this with Gnome 3.4 (Fedora 17) is with:
        * Run gnome-session-properties to select "Options - Automatically remember
          running applications when logging out"
        * Create ~/.local/share/applications/lodev.desktop:
          [Desktop Entry]
          Exec=.../core/solver/unxlngx6/installation/opt/program/soffice
          Icon=libreoffice-startcenter
          Name=LOdev
          Type=Application
        * Run "startx /usr/bin/gnome-session -- /usr/bin/Xephyr :1"
        
        Change-Id: Id8a6e431e4c355caafa6c7111a435ebc0d35f78a

2012-06-21  Radek Doulik  <rodo@novell.com>  [7279610bbd403fbbb12a894d334a6ec4ba259600]

        make sure we don't export shapes with negative size (fixes n#760997)
        
        Change-Id: Id77cbfaa287d15c4af9a91976f3b091e68229223

2012-06-21  Andras Timar  <atimar@suse.com>  [6af68b494dafcc6822463a0445692929735eb0af]

        fdo#49919 Don't default to desktop pollution
        
        Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de

2012-06-21  Thomas Arnhold  <thomas@arnhold.org>  [5fcecf9b88a0879081d8239cebbc03e30150985a]

        hrc cleanup: Remove unused defines
        
        All of those defines (should) not be used at any point in the code.
        False positives may exist, because some macro names are getting
        generated by some template/macro foo. This is the version which
        compiled fine for me.
        
        Also there are many commented out lines removed.
        
        Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8

2012-06-21  Thomas Arnhold  <thomas@arnhold.org>  [47009fbf515dc6e4d4c275e5a3458b4ce2d817d9]

        Remove unused dbexch.hrc
        
        The only part where one definition was used was commented out.
        
        All other definitions in the hrc file were unused.
        
        Change-Id: I257e61b96271685e9321211846a0021059924abe

2012-06-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [db053e48d2ca17e1256eb12500f075488483603b]

        fdo#34093: fix error in calculation of page number of SwRect
        
        StringRangeEnumerator (i.e. user's input) contains page numbers in a different
        page range (it excludes empty pages). So:
        - first map page numbers to a common range, then compare
        - user's input can't contain empty pages, remove this check
        
        Change-Id: I4fce5215272fc90f39c9e05d3f3604734a8aebe3

2012-06-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5f690158d1468d9eaec8cdc648b795487b0dcd89]

        convert array to std::vector
        
        Change-Id: I5e5bcebeb804256d0ad8cf6afafc392b2853b88f

2012-06-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [df59e1d5bd56904caf4feae14e679255ed024128]

        no need to be a class member
        
        Change-Id: I230e8972340b409c6da70a4c988ac1d531a9f3b5

2012-06-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1b7e9855d9e90bbd33b78b7da0b65dc915800cc6]

        remove misterious NextToolbox functionality
        
        Change-Id: Ic64d2cae56787884ff107b78c3b6567ab5d38785

2012-06-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5e0acb90224f4aa7a06db03fac56267de6b05bc6]

        so many code to just add a minimal border in the gallery
        
        Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854

2012-06-21  Andras Timar  <atimar@suse.com>  [c66efa24eb4b12beaaabbddc88f7c5aef4faf6c5]

        fdo#51270 fix RemoveExtensions custom action
        
        FINDPRODUCT property was not available to this deferred custom action.
        Not to mention that registry keys are also deleted at his stage of uninstallation.
        The proper solution is to set the installation directory with a type 51 custom action,
        and pass it to RemoveExtensions custom action via CustomActionData property.
        
        Change-Id: I0ac18b3a0b19ff1a87bcf580fad9c7fdadb26f76

2012-06-20  Rafael Dominguez  <venccsralph@gmail.com>  [8299e8e84f0d1841cfb22a03bd830956e6a09a51]

        Only paint visible items.
        
        Change-Id: Ia17b13822b987c05752e3df5d7cbfed033b12616

2012-06-20  Rafael Dominguez  <venccsralph@gmail.com>  [5f766d9007bc2b8584297d7e74fe394c9d92e395]

        Calculate item position correctly based on the item count.
        
        Change-Id: I422ab5605802218a2c31737c975d56f61a5aa180

2012-06-20  Rafael Dominguez  <venccsralph@gmail.com>  [330e8c3fbdfce15c0ff0ffa2c602994e6915315f]

        Create class to store templates data for display in TemplateView.
        
        Change-Id: I4b3478e97528020a2ffdff4f6c49e627b9af54cd

2012-06-21  Michael Stahl  <mstahl@redhat.com>  [d3fe01de1e004ecf1af1d28d48cc53cf25457e72]

        fix problems in 1015cd4ff73ee25e55b4da8c8bc55a41e652da87:
        
        - inverted check in SwDoc::RemoveInvisibleContent
        - various too short end positions in DeleteAndDestroy calls in
          SwDoc::~SwDoc and SwDoc::ClearDoc
        - std::copy to begin() of empty vector in SwReader::Read replaced
          with std::back_inserter; the vector is used as a set here so the
          end position should work just as well
        
        Change-Id: Ib2ddd788fade4ee1a8beb702d5321c503985fba4

2012-06-20  Michael Stahl  <mstahl@redhat.com>  [38ebb2f94f08009e3e7386449006d06f901400ed]

        don't link CppunitTest_sw_swdoc_test against sw
        
        This test uses gb_CppunitTest_use_library_objects, and MSVC won't link
        it now. Seems this was added in 1015cd4ff73ee25e55b4da8c8bc55a41e652da87,
        but why?
        
        Change-Id: I206132cf2b0c4075334ee7a692a12c54da9ac953

2012-06-20  Noel Power  <noel.power@novell.com>  [6ea4e42eaa28a773ec66fee3b8f764e0dc365297]

        gah :/ some cleanup for	7fff9872 that I applied to wrong source tree.
        
        Change-Id: I91d84a7a8d8f18883798541e6a171ea91f135edb

2012-06-20  Noel Power  <noel.power@novell.com>  [7fff98724bc7e3f4d3defb005aa1358d743d08ed]

        big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)
        
        we get a large performance win by evaluating the formulas at the end of import where we can set up the ScAutoNameCache cache.
        
        Change-Id: Id3763afb805eb9bfa9a6a55e1de3923f02e621ae

2012-06-20  Michael Stahl  <mstahl@redhat.com>  [0e73f3cbe116ac949264482525167eb750835da9]

        move ScNamedEntryArr_Impl out of header to make MSVC happy
        
        Change-Id: Ia521752c4c71cc7df2bb7fc4659fcf6ec528e5bc

2012-06-20  Michael Stahl  <mstahl@redhat.com>  [7092fc03000cd752fdadb9c6b800e631ee61115c]

        adapt DBG_UTIL code to previous commit
        
        Change-Id: I021b4d70a02de7a66e0af82a859ae89e1a7d1231

2012-06-20  Noel Grandin  <noel@peralex.com>  [d69fdd1ed634be8426f9ff80f9411187da29f00a]

        Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vector
        
        Along the way, simplify a lot of the ForEach callback methods.
        
        Change-Id: I54bc87c1060f1d73470ca8b7fd645ffa23059606

2012-06-20  Noel Grandin  <noel@peralex.com>  [05d46a4a5afc447ece8e4297b1a9b8e9e9b99b90]

        Convert SV_DECL_PTRARR(SwTOXMarks) to std::vector
        
        Change-Id: Idffc8a90fcd4ada856339fc0be3e4a11478db6cc

2012-06-20  Noel Grandin  <noel@peralex.com>  [36387c8c793b969a3146904c650ef8a3d7fdc531]

        Convert SV_DECL_PTRARR(SwSttNdPtrs) to std::vector
        
        Change-Id: If85e2bc65a99e4854d92454b3bfd40e436df2aa1

2012-06-20  Noel Grandin  <noel@peralex.com>  [5baef2f4d8cc6e3b27660a044980b9a4ce14d17b]

        Convert SV_DECL_PTRARR(SfxObjectShellArr_Impl) to std::vector
        
        Change-Id: I9f26d380526c63a8b86b42a5b0b74a7cfff71249

2012-06-20  Noel Grandin  <noel@peralex.com>  [af50c7d9ce96de45d40e6c1462bf1682ce7572a5]

        Convert SV_DECL_PTRARR(SfxViewFrameArr_Impl) to std::vector
        
        Change-Id: I3b6f41b97d1fc375985465ea9e5c0cca9e05ba10

2012-06-20  Noel Grandin  <noel@peralex.com>  [20aa56cc713866255475aa7fbc4218bf0a58b581]

        Convert SV_DECL_PTRARR(SfxViewShellArr_Impl) to std::vector
        
        Change-Id: I91c33be902e20f72623c3d9642057db5eb6e30ba

2012-06-20  Noel Grandin  <noel@peralex.com>  [59713265ece84a7775dfed209f4b42c53ec95a34]

        Convert SV_DECL_PTRARR_DEL(SfxTbxCtrlFactArr_Impl) to std::vector
        
        Change-Id: I2e80e17ed79e156bcfe379ddc5b11fd2cb2804d2

2012-06-20  Noel Grandin  <noel@peralex.com>  [eb1204ef4439f86d14b0d0bfd8a8983cc840d7d8]

        Convert SV_DECL_PTRARR_DEL(SfxStbCtrlFactArr_Impl) to std::vector
        
        Change-Id: Id2f35eba75628ed1bc1080e9671378e461e84233

2012-06-20  Noel Grandin  <noel@peralex.com>  [a1cedf2b1ed350687e5369707b715b41ca7808e3]

        Convert SV_DECL_PTRARR_DEL(SfxMenuCtrlFactArr_Impl) to std::vector
        
        Change-Id: I65b6f6e1f615c8f6e778b10945c60a28875d88ba

2012-06-20  Noel Grandin  <noel@peralex.com>  [0b784bd6419643288066cb233c78b609d83048cc]

        Convert SV_DECL_PTRARR(SfxModuleArr_Impl) to std::vector
        
        Change-Id: I905d17fbbda11199065237b396c52bacc481e414

2012-06-20  Noel Grandin  <noel@peralex.com>  [7f91d56e078048e2e0bc8f3edf1e47ff0b7f0d5a]

        Convert SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl) to std::vector
        
        I couldn't use ptr_vector because some of the code deletes
        entries without deallocating them.
        
        Change-Id: Iafbb19dc8ca9f8337169e116d47dcf0ccf78ed0e

2012-06-20  Noel Grandin  <noel@peralex.com>  [1eb38e26bf283beac219ea829f5aa757a50bfd4d]

        Remove dead DECL_PTRARRAY(SfxFilterArr_Impl) declaration and member
        
        Change-Id: I49cefb7e4b8df0f9b95b7a3ef2beaf2d8c0c98e7

2012-06-20  Noel Grandin  <noel@peralex.com>  [33f5324ff664c757405962d39043ffa2a720d280]

        Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vector
        
        Change-Id: I29d7b6f55f227f11abbf7e41fba3ffd7af85f268

2012-06-20  Noel Grandin  <noel@peralex.com>  [0a2392450b5fc47cc7a018547f3f2ee7d7df2050]

        Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vector
        
        Change-Id: I15f7449c8bf0b1d93c7185687d833136d6fbc26f

2012-06-20  Noel Grandin  <noel@peralex.com>  [a0d3a9114918de01c2da9c63d24fef9d62f3f70a]

        Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vector
        
        Change-Id: I92492e051d859537b140ccebe279e09ba4eed566

2012-06-20  Noel Grandin  <noel@peralex.com>  [a01789ec7c2e65cd3737e180d42ea1c23c3a51bb]

        Convert SV_DECL_PTRARR_DEL(BibToolBarListenerArr) to boost::ptr_vector
        
        Change-Id: I851a3ef2bda7f427f6562ed946c7889c97ad83a0

2012-06-20  Noel Grandin  <noel@peralex.com>  [c513264f19e07d5db247a9af7c661d43ea4005f8]

        Convert SV_DECL_PTRARR_DEL(BibStatusDispatchArr) to boost::ptr_vector
        
        Change-Id: I3a09158ee1d864d3185b015d344391a60a926b65

2012-06-20  Noel Grandin  <noel@peralex.com>  [b5f66b2d0912163b89d74937984b3ec20640215a]

        Convert SV_DECL_PTRARR_DEL(MappingArray) to boost::ptr_vector
        
        Change-Id: I12762582ccf871828e27900f643fcbe4b59dbbf3

2012-06-20  Noel Grandin  <noel@peralex.com>  [01f31217482c38a2fe27683d62d0d07ba83d88c4]

        Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vector
        
        Change-Id: Id557b0116ec2574ef3e11a0664fb408ecc850e6e

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [b64c730520204a6aa81e705532bb191450510519]

        Adapt DBG_UTIL code to 1015cd4ff73ee25e55b4da8c8bc55a41e652da87
        
        Change-Id: I196f7a6211a3c11d976a95d592af4205476fe81f

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [104567a5340db731f08ee6eef03f0deef9e5118d]

        Show backing window instead of empty writer upon an "empty session"
        
        ...(i.e., after logging out of a session with soffice still running, but only
        with the backing window still open).  The key issue was that bSessionDataExists
        would always be true if /org.openoffice.Office.Recovery/RecoveryInfo/SessionData
        is true, even if /org.openoffice.Office.Recovery/RecoveryList is empty.  Always
        calling doRestore (unless bExistsRecoveryData, but even if !bExistsSessionData)
        is there to ensure that /org.openoffice.Office.Recovery/RecoveryInfo/SessionData
        is eventually reset (whether or not that is really necessary).
        
        Change-Id: I9c3fff23f8019069f36e1dd5ded634ea1917bbd4

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [796d273925c92eb91cc6ebef5caad01ccf3308b3]

        Clarify SIGHUP behavior
        
        The combination of marking it as ACT_IGNORE and osl_Signal_Terminate was
        strange, as osl_Signal_Terminate caused SalMainPipeExchangeSignal_impl
        (desktop/source/app/officeipcthread.cxx) to call DisableOfficeIPCThread, but
        ACT_IGNORE (instead of ACT_EXIT, like other signals marked osl_Signal_Terminate)
        caused the process to continue running.  The net effect was that calling an
        additional soffice instance after a SIGHUP would no longer connect to the first
        instance, but instead would lead to two soffice instances running simultaneously
        on the same UserInstallation.
        
        Marking SIGHUP as ACT_HIDE most closely resembles the old behavior (of having
        ~no effect).  Other options would be to mark it as ACT_IGNORE and
        osl_Signal_System or as ACT_EXIT and osl_Signal_Terminate, which would both
        result in instant termination.  I do not know if that wouldn't actually be
        better.
        
        Change-Id: Id1ee7c1108765301e6010e0e05d6c1ff5894a414

2012-06-21  Takeshi Abe  <tabe@fixedpoint.jp>  [bf729a27bdc4c5b9a3643862695d676f1324b20a]

        removed useless InsertFunctions.hxx
        
        Change-Id: If3a6dcd2216cbac63b43fb393af37206e8730a20

2012-06-20  Noel Grandin  <noel@peralex.com>  [1015cd4ff73ee25e55b4da8c8bc55a41e652da87]

        Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vector
        
        - I had to convert SwFrmFmts, SwSpzFrmFmts, SwCharFmts, SwSectionsFmts,
          SwTextFormatColl, SwGrfFmtColl all together because of the code that wants
          to work with any of them.
        - Introduce a pure virtual base class SwFmtsBase, since there are a handful
          of methods that want to work with any of the std::vector<Sw*Fmt> types.
        - the class SwSpzFrmFmts was dropped, and the code changed to use SwFrmFmts
          instead, since the 2 types are identical.
        
        Change-Id: I8c4056b5aedd574a33666e2d649a8b849958441c
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-20  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ccfc7bd12dd89f2ec4fd4e9339710ccb4c6532da]

        Translate German comments, fix some ws
        
        Change-Id: Ic8f3885965a46cc7cea891472f7d902254004543

2012-06-20  Miklos Vajna  <vmiklos@suse.cz>  [f3ed8b8b152a16e8a6a8f11587ebd74c6dadad60]

        oox: mso-wrap-style is about wrapping mode for text in shapes
        
        This commit partially reverts 9e8957de203bb9abb208516ad32aee9527feb67b
        (as it interpreted mso-wrap-style as the wrap type of the textbox
        itself, not the wrap type of the contained text) and also extends the
        effect of commit 0016757efef898205452a586ba5927e5d11fdabe to the
        SimpleShape class as well.
        
        Change-Id: If2bded6ad94f2866e8ea398ff0f2792e8c8e86b0

2012-06-20  Christophe Christophe Marion  <christophe.jaillet@wanadoo.fr>  [c4a3adc99cf7dc6598c3851588d58d2701210277]

        Remove some useless memset(0)

2012-06-20  Eike Rathke  <erack@redhat.com>  [209f1cdc933e42d097c03b35cbf8a6f7d52314b4]

        adapt callers of getCurrFormatsImpl() to changes
        
        06e2005ed83567452783003e3113ad6a92190c2d changed String to OUString and
        initialized some variables with -1 instead of STRING_NOTFOUND, which was
        unsigned 0xffff so var1<var2 was true if var1 had a value other than
        default and var2 was default. After the change the comparison had logic
        reversed and the result was a default negative currency format with
        parentheses for all locales.
        
        Change-Id: I3fe49fed7c1047618dc653fce992eb01582c398d

2012-06-20  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [9ad3203bc1585085c70b026465de1fdc27d1a3a2]

        Fix the calculation of ByteRange values.
        
        Change-Id: I1d386f381871da7e73cd9efc30ccb71081d24bbc

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [bd91d9319efb7fcf0e5861e66ab5ea9e5630bf3f]

        Avoid deadlock when signal handler joins thread
        
        ...as the signal can potentially be delivered to the to-be-joined thread.  (It
        is unclear to me whether the SalMainPipeExchangeSingal_impl handler is really
        needed anyway, as there are various other places that should ensure that
        DisableOfficeIPCThread is called during shutdown.  At least in theory, no longer
        joining here can cause the thread to incur crashes etc. when it it still running
        during shutdown.)
        
        Change-Id: I677a2e31e1a58d2b8d91634c2eb5274d63ac15f4

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [97beabccb73321a8d2e022705afa755f15e99fa0]

        Work around false valgrind warning about optimized strlen implementation
        
        ...that reads in word sized chunks and thus can read past the nominal end of
        a memory buffer.  Also, the return type of rtl_str_getLength (sal_Int32) fits
        better with the type of SmPropValue.length (int) than the return type of
        strlen (size_t).
        
        Change-Id: I7ff91408b4c6d8c9913cede516586f42b8349ed3

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [c0823c29a053011daa563183d7bc46add9b88eec]

        pOldStyleSaveFrame is never set anyway
        
        ...so rip out all the corresponding, apparently obsolete, functionality.
        
        Change-Id: Ie1ca3fcf7f729464e4c11070caafc90a34da2d68

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [5c9872de884bcc3f1ec7cd6901b9440eec270d6d]

        Move IceSalSession declaration to sm.cxx
        
        Change-Id: I532e27b873e011aacebc1dd405de6d2e182ca3d4

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [34a3f6e8b7604612749d4f700a5db6d380bd0829]

        Move pOneInstance to SessionManagerClient::m_pSession
        
        Change-Id: I264d978fe3db9ab7eedf79351f70cee194ef792c

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [c83a393ffe5c80afd18f215f70af3e152d51a6bd]

        Clean up how nStateVal is smuggled in
        
        Change-Id: Ib27bce3d6d20dd8ea81dc51f1501774cd313b5da

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [43a8d203d816321dccbaec38b6e8307f98f0249d]

        Mutex lifecycle must encompass WeakComponentImplHelper base
        
        Change-Id: I98a9a22ce1e937b20bcd3b59b4e6677a5a60f762

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [e100891fecc777f0d25aef9044373633ae6a34af]

        Some clean up
        
        Change-Id: Ib8ed8c866eece8a57a5532a65d1229e5dd92a422

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [1cdb792368ed26d58828eead2848422e7dec4c7d]

        Make VCLSession into a OneInstanceFactory
        
        ...so no need to hold the one instance as ImplSVData::xSMClient.  Nor as
        VCLSession::pOneInstance, after changing SalSession::SetCallback to carry
        VCLSession* as user data.
        
        Change-Id: I3180d72035e3da7aa164a20309fbaeccecbb9b65

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [b11de026cb8eb520dc410fd974581e780ecbef92]

        Remove duplicate ImplGetAppSVData and GetAppSalData
        
        Change-Id: I8cb241898e22251656de4e080f1ae9bfe0359383

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [76cc3cf62162432afe2a34502a950654e7c3a48c]

        SessionManagerClient::open need not be exported
        
        Change-Id: I0284d8ae16861f7081547780e6b7de27bacaf467

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [4307b6a465cd97cc0a85260cc798542b50ed0f58]

        Properly detect and remove ".bin" at end
        
        Change-Id: I89b321d5103017aa01151bd813d5789e688b62dd

2012-06-20  Stephan Bergmann  <sbergman@redhat.com>  [dcd7230e06134487663773fc2f45f6556f503b02]

        USE_SM_EXTENSION is always defined
        
        Change-Id: I70cde1991514dcc25e4bb8824812eb64c2e66edc

2012-06-20  Jan Holesovsky  <kendy@suse.cz>  [ff367eb669686c80cd5f0931cf0adf81d02f49e0]

        aero menubar: Make the glow around the entries smaller.
        
        Change-Id: I13e33b0a04c4212aef22499ebf2911aab33ec261

2012-06-20  Jan Holesovsky  <kendy@suse.cz>  [9164d135db46be9de56ef60f4b95bbd933fdb57e]

        aero menubar: Make the text in menu black.
        
        Change-Id: I4d9486ccda091506ad103fa4182cadf810fcd6f2

2012-06-20  Jan Holesovsky  <kendy@suse.cz>  [5c91395bdc1ab5662912b5775079ab2be99b048b]

        aero toolbar: Use the new toolbar look on Vista+ regardless of glass menu.
        
        Change-Id: Ie6aa7be5c157f1a2b3515097fce4ea81d3ae99af

2012-06-20  Jan Holesovsky  <kendy@suse.cz>  [663bfb42c8e2a7e3306eaa59ca77746d0aa0a197]

        aero menubar: Improve look according to Mirek M. + Astron's notes.
        
        Change-Id: I0228862da823901b43040c3c22f74d2483e5a6cf

2012-06-20  Tor Lillqvist  <tlillqvist@suse.com>  [785221e74ceeea4bb227356139b8aad96ace605a]

        Use actual view size instead of 1024x1024
        
        Change-Id: I66ae59fe88411f3f0d2423fd6f1412f7ac0e1a36

2012-06-20  Tor Lillqvist  <tlillqvist@suse.com>  [20e027fdaa8902f8893bc8fd4bb0312f0ff95a03]

        More pages
        
        Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6

2012-06-20  Tor Lillqvist  <tlillqvist@suse.com>  [08a1763147ea1284144d25dc6f5a6e1efa90718f]

        Parametrize the page cache size
        
        Change-Id: Ia3d5538feaf1fc0aad4a0f1d901ae7bd22eae61d

2012-06-20  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [4ef8a04b6a11bed9f83685242672492c6d723d9d]

        Add a fake appearance dictionary to Sig object.
        
        Change-Id: Ibd8f6232b0121de6951e27ec82851ea719a2ddc2

2012-06-20  Caolán McNamara  <caolanm@redhat.com>  [e41a630bc8aa93a104d56820862e28386805197a]

        make space for radiobuttons in cert dialog a bit bigger
        
        Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170

2012-06-20  Miklos Vajna  <vmiklos@suse.cz>  [017a82c50c338a4304ca0b945ed04c7d2d62f1d5]

        SwDoc::SetFlyFrmAnchor: fix crash when SwTxtNode has no hints
        
        Change-Id: I5178ff1bbf1a3e8eebec10f44e74d9d0806d3168

2012-06-20  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [29d53d239066f967155e61aebc9cc3984756eb16]

        Fix some sloppiness
        
        Change-Id: Ie91b4fb5c3b1916701199f3f787b11dfe2881b6c

2012-06-20  Caolán McNamara  <caolanm@redhat.com>  [81099135677ac6997473ca01a297c32025c58662]

        ditch last (?) uses of UniString::UniString(sal_Unicode, ...)
        
        Change-Id: Ie04a3465100d2f013f34168aaf136a20cd2f7e0d

2012-06-20  Caolán McNamara  <caolanm@redhat.com>  [8c023fd645c8b83637ffcde4055886b2e4f94393]

        Resolves: fdo#47636 cache fontconfig font substitutions
        
        But this time cache on *all* properties, not just the name, which doesn't cut
        it, given the things fontconfig can do, e.g. fdo#41556
        
        Change-Id: Idfc1dbac67b6912e4985570a0b7c6ccdf47fa4a5

2012-06-20  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [3a615029d093eb1b5b3f9be5c0cd592172b101ab]

        Translate German comments, fix some whitespace and spelling
        
        Change-Id: Icbb75b707532ed81ee720c753dbee81f6be67d18

2012-06-20  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [204985e42d7c1b4da95e3cfd4a148f8666d5c488]

        Clean up previous translation
        
        Change-Id: Ie1400dc5a835dd97e22f72f89b42b0538adffe68

2012-06-20  Miklos Vajna  <vmiklos@suse.cz>  [9390507bfcd21063f549166f302536f5c372a477]

        n#758883 dmapper: set wrap mode even if determining the position failed
        
        Change-Id: I514828469e68f2ae88309418e64ee93be30455f3

2012-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [029c367d06d5af3fe26bebfe02eadac295331fc2]

        disable this test for now, fails on windows due to row height problem
        
        Change-Id: I318129fd9e8ea0fa6b540bdf6e940d633cff225a

2012-06-20  Eike Rathke  <erack@redhat.com>  [d8db97f8b03e7e3d29f9d9a6bfa5f36de50aeb36]

        fdo#51227 added locale data for Papiamento (Curacao) [pap-CW]
        
        Data contributed by Ace Suares <ace@suares.com>
        
        Change-Id: Id09bd2ae35e1aa9c8d0545a68d700e312a950974

2012-06-20  Tor Lillqvist  <tlillqvist@suse.com>  [f3748935be05ae0508bcd3d0ddb8553b58d09166]

        Further tweaks to the async code
        
        Change-Id: Ib1e76687054a254a9918a4391a1cb512c59c6515

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [7f3c614d2b7b63937bfedb465c86596997f358a6]

        Clean up logic a bit for formula cell ODS import
        
        Made Markus's recommended changes for logic clean up.
        
        Change-Id: I8d2820558d1d68888414e19aa8d4e9034258c57e

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [2636b44b1d7148ebcbf678c3e01f06875164ac02]

        Use better variable and method names for ScMyTables current cell position
        
        Change-Id: Icdefd17751b61e9c27e3ab4468691bba08e245c0

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [f012dba24249f1a500613de0fabf4f847534da5c]

        Simplify table ODS import logic to improve performance
        
        - Removed subtable import logic since sc core doesn't support it.
        - Simplified the overall table import logic.
        
        Should have an overall table import performance increase.
        
        Change-Id: I79d27470321bf17f7ef16becd7cb6aa840491f80

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [ade70c0e36bf8d8daf674ded0a4d23c422293000]

        Remove subtable import code since sc core doesn't support it
        
        Change-Id: Ic9be156a9468bec4bccdce40ddd51344002067f9

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [410d7416ee3b83ab8d2c2a6476752c575c5a4e4f]

        Clean minor misc code leftovers from conversion
        
        Change-Id: I6e6fbc1508cb5f46a0084f0aa2d8f2ad974de644

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [8f47232ba90bd6582cf3c02857fbb406a311bcec]

        Add test case for cell text with line breaks
        
        Change-Id: Ibecefc21048817a566357ac3a65ee9a74a5af9fc

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [4efb3baa79ce596ffa990751eefdff9a11e42f01]

        Add test case for row height to formats unit test
        
        -Added test case for proper import height of first row with styles and text
        (related to i53253).
        
        Change-Id: I18eae540bbd388b3b703b4b113dad5745db53b0f

2012-06-20  Daniel Bankston  <daniel.e.bankston@gmail.com>  [366b9a2296c53781854de066a66fba289a32f9b7]

        Add test case for i53253 to formats unit test
        
        -Added test case for i53253 where a cell has text with different styles and
        space between the text.
        
        Change-Id: I69afa689dcb28d15b22ebed2d97e4b60178d6101

2012-06-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [2bbebea59de3e2e22817ed4fbe0ce7b7df7c0342]

        Rename the class ImplFontData into PhysicalFontFace
        
        Change-Id: I402481e7c6ea605c8ccfdf6cb08166859b37e8de

2012-06-20  Eike Rathke  <erack@redhat.com>  [bb6fec1bd39be9f6d660623abd2b25400a34b9ac]

        fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]
        
        Added Papiamento (Curaçao) [pap-CW] and Papiamento (Bonaire) [pap-BQ] to
        language list. The locales are selectable for character attribution and
        spell-checking.
        
        Change-Id: I300029e2e60e196c989596f3a7d4f4a888e17af3

2012-06-20  Noel Grandin  <noel@peralex.com>  [197d1c2dfc562dbfb9ad746244ffa7276dd4c1f7]

        Convert date/calendar code to avoid deprecation warnings
        
        Change-Id: Ib9a3e9620064aaea3d51f432b523861656363f7e
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-20  Noel Grandin  <noel@peralex.com>  [2554f08f6544c54e45a5fc660d65d50ef3f29aed]

        Fix some deprecation warnings
        
        Change-Id: I60a02dea64a5f6fd34c2de86e60bdfb9171b3ea0
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-20  Lionel Elie Mamane  <lionel@mamane.lu>  [8d39b71f35e088f9e153e2462158ce2962cf3a8a]

        fdo#37626: form wizard recognise "#" also at beginning of line
        
        This was keeping the Base form wizard from applying styles

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [472b4b8d3889587e67538aa41e178377acf1a271]

        Create a filter class to display items by generated app.
        
        Change-Id: Ia412fe70746674672bc2f1c8cb3e2cedd947e645

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [f822c18c546d6262c46d30b532a1f2b4186ccfa5]

        Subclass ThumbnailViewItem for TemplateFolderView specific.
        
        - Let ThumbnailViewItem a basic structure for displaying a thumbnail,
        name and a selection box.
        
        Change-Id: I00fffcb0c1cb17017cfe7adfde152e640ee01c82

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [9b8a9a7d116ac06b7f8a402e17546460fcde641e]

        Dont display item controls or execute any action while they are hidden.
        
        Change-Id: If43c7b3615f8f2deb8851c50b0514da2ee77044a

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [d640ca4c9463fe24515426ab77cee93e2a003349]

        Implement filtering thumbnail items by a user defined function.
        
        - Created a default filter function to display all the items in the
        thumbnail.
        
        Change-Id: I5bd901d6c9a896a149241f7ad13207e774ba3e2f

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [590f39c6104ad62a043b9ccba305f595632a57c0]

        Remove unused functions and attributes in ThumbnailView.
        
        Change-Id: I2013303c8d7d569672d24fcd4702085af7bef438

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [a3097516c9ea73137b83cbbdeb2328bdc0c067b0]

        Use SfxDocumentTemplates directly instead of SfxOrganizeMgr.
        
        - Make sure we delete first the folder overlay and then the
        SfxDocumentTemplates variable.
        
        Change-Id: I6c0edd320d8b83b1a1489eb7ff886b03e055212b

2012-06-19  Michael Meeks  <michael.meeks@suse.com>  [9d088154b4d18c559e15b535a43cd86fab8325bb]

        fix comment snafu

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [5d89e41a758a8f86c536c42d99eef28608bd5708]

        Close the folder overlay when clicking the close icon.
        
        Change-Id: I7ac53d7e9455a3d03008534f18ee7866777ecab7

2012-06-19  Michael Meeks  <michael.meeks@suse.com>  [bdc909b07d3beb2fade8471d467fbd82b40abcc6]

        re-base on ALv2 code.

2012-06-19  Michael Meeks  <michael.meeks@suse.com>  [3f785dae866da1ce77f03edd35d45402d0869877]

        re-base on ALv2 code.

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [c6aa6cf65bd6c8daa84c2b89cc19b489229543ec]

        Remove unused function Rect2Polygon.
        
        Change-Id: Icb2fbf593006ba765a57c3cad145531c95f9e4ef

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [7048a2547b942d2217267bb17d934efa9efa2248]

        Draw thumbnail item background as a rectangle with rounded corners.
        
        Change-Id: Ieab135c6357820afe863a28e70dc72fa2dad6327

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [bb2d381661fe591f342703dc654c2fc6121a2d46]

        Paint thumbnail view area with fill color.
        
        Change-Id: I1a910b52e6b187a61dd171d33d74203947ddaa0c

2012-06-19  Tor Lillqvist  <tlillqvist@suse.com>  [7bcadeadfe882fa85fb2831bb5a6a056b68297bd]

        Asynchronous document loading and page rendering
        
        Change-Id: I085024b6bfccf6846167a5de316912a395f4e301

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [20374eac8afbc583471fc8ad48c973c0f8c966db]

        Load and draw close image for folder overlay.
        
        Change-Id: I5d603187f09a727616133c3c626507d080e889f6

2012-06-19  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [5e380fbdcdebf762a07b0ec502a4d3c40190838d]

        Added file sorting - alphabetical, by size, by last modified.

2012-06-19  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [b059deda1de7513dde886f3259d925df0472c4c3]

        Re-organised the Android UI code to make better use of Android lifecycle events. A little code streamlining, also.

2012-06-20  Takeshi Abe  <tabe@fixedpoint.jp>  [eeb5bea1d4e41ac190283d3b7d90659acbce5065]

        removed unused forward declarations of class
        
        Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03

2012-06-19  Stephan Bergmann  <sbergman@redhat.com>  [6bb8dbf8072caedd2f79faa9e72fddd63541baad]

        No need to strip archive sets
        
        ...and we are not stripping other PKGFORMATs, either.
        
        Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2

2012-06-19  Miklos Vajna  <vmiklos@suse.cz>  [4abb20ee162ff874cc143fd952f72d30ddc9d136]

        n#758883 DomainMapper::lcl_startParagraphGroup: set style name consistently
        
        Change-Id: I71c3ebfcb68a53a291bcab2fdd397d62fd8b368a

2012-06-19  Andras Timar  <atimar@suse.com>  [54e9a2839065daf54bd22749daa66c8c58fc7b23]

        typo: paramters, paramaters -> parameters
        
        Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [d0854f964170cc10346c829f46903061a837dfa0]

        Draw region name when displaying a folder overlay.
        
        Change-Id: Id24c0ad799ba8af397e78830c636e4d647c14e7f

2012-06-19  Petr Mladek  <pmladek@suse.cz>  [ed4c2ab1e3f83cce828734b887e4884fc2f5ac4c]

        do not repeate twice .0.0.beta2 in the download tarball name
        
        PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION.
        ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX.
        We should not mix these another way.
        
        Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c

2012-06-19  Petr Mladek  <pmladek@suse.cz>  [293fa2da6984c2ecb8290212f879404089d1748b]

        switch to the new version scheme
        
        use 3.7.0.0.alpha0 where possible;
        use the suffix "+" in the about dialog to signalize non-release builds
        
        Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc

2012-06-19  Miklos Vajna  <vmiklos@suse.cz>  [e215b7c57ce9563069bb90b7630256abb1cb2e7e]

        n#758883 dmapper: take care of border width when setting margins
        
        Word handles the "border to page" distance as a subset of the page
        margin. Writer handles these values separately, and the real margin is
        the sum of the border width, the margin and the border width itself.
        
        The problem was that the width of the border itself wasn't counted, so
        the real margin was a bit larger than necessary.
        
        Change-Id: Id38153308f1e321b6556762b30f3377f2360edf6

2012-06-19  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [35373f0ef4b60f5d50b53949db083f33b78974de]

        Add initial support for PDF signing.
        
        PDF signing has still some missing parts like PKCS7 object creation
        and GUI stuff (like certificate selection). But this basically
        implements the skeleton of the Signature structure.
        
        Change-Id: Ic0c7e4a1b0f79791aec1cc682dfa85ed163330eb

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [cd5d366c78748cbe6551ccefa2fbfe619687ad5f]

        Store region id in TemplateView and add set/get methods.
        
        Change-Id: I1300cbc0278368021276c220c2ec6e9ef8f16382

2012-06-19  Michael Meeks  <michael.meeks@suse.com>  [13cb9d9d1ac672d6ef22cee98237b0285e03cda3]

        misc dead code and cosmetic cleanup.

2012-06-19  Michael Meeks  <michael.meeks@suse.com>  [15bfc2866d1ccbe3739de1333a6a2722244fae08]

        fix license header for new files.

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [05bee67cccee622deaec1bb6b090249b7933c56c]

        Add a variable to reserve a header space if wanted.
        
        Change-Id: I1dce6c7120d50dc87b994980e8014b941fa100d8

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [8cd35e01a4dfb68a9953d9554ea8d382fed37891]

        WaE: silence warning
        
        Change-Id: Ie0ed609076d59fbb9f3209e406de76aaa731073e

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [ec13ac5594627d7e36ba984b6b6c267bbaa35aac]

        Create a thumbnail view for template documents.
        
        Change-Id: I768a3c21fec15356678ece790e3fd05299c55f48

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [d9e4c74811855de15f1bf2045c2c9b061a2d4dc6]

        merge together hand-crafted traditional/simplified chinese tests
        
        merge together a gadzillion hand-crafted
        isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK
        implementations which should fix a goodly amount of them
        
        add a MsLangId::isFamilyNameFirst for locales where
        family name appears first while I'm at it.
        
        Change-Id: I65377793be037d16fe7250cd7450b28aec689e83

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [2a598619d7fbc992f1903a745fd536ddf5e45c81]

        Related: #i89077# Singapore uses simplified chinese
        
        Change-Id: If6b17c0a19455edb7d7fb94c5d552267c1fe5984

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [749ffa2991c3b20e3c250d6473aaada3c1b28710]

        move odd IsSimilarChinese debugging thing to local scope
        
        Change-Id: I3abcd97b15d9a8500435fab795a7834fa5745dc9

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [447e5b4b36271b197660a9383a0f88c2761896c6]

        death to some UniStrings
        
        Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [aae1b8ffade1ef0756899436497fa049b396fc26]

        reduce amount of static Strings
        
        Change-Id: Ic397223332982619d62a30326fa8ceddd59010f3

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [37b30a6d7dae930b2007594de5ce45ad5f61456a]

        why on earth are these double null terminated
        
        Change-Id: If7246afada76ca078ace48ef6f8bdb6a72adc00a

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [16bf6e9c5f82127a4e9201c39edc8925d8b4a235]

        use a temporary rather than calling Erase
        
        Change-Id: I77c80d332e4bef34c31accf6e2ab77e59f9bf93e

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [67d0936315837eca82b2e530cb7ea8ba833d7308]

        where is the logic of having 5 pChars if we only need 4
        
        Change-Id: I16c1f5ee7a05aa011d00e6f1de86e1aa5d9621b8

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [64a9f8942d862173f9f22af10782d6a73c4900c9]

        if the string is created of len 0, then no point passing any arguments
        
        Change-Id: I0055ad846f438765c5259e02025e6ef5f32c6169

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [d531ef63a40c2cbfb02ae7c344bb292ddc7a02eb]

        if the string is created from 4 sal_Unicodes then it cannot be of 0 len
        
        Change-Id: I14695ec0871e186266770d7cfe90f532de31ea57

2012-06-19  Petr Mladek  <pmladek@suse.cz>  [1a2549dcdd541cb40c30621faaaba2f69ff7efc3]

        Revert "Remove License/Credits menu items"
        
        GPLv3 has to be easily accessible. We should not hide it under too many
        mouse clicks.
        
        This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [ad08216f8f489ad36aaaac8def71ae4f27a64d89]

        match properly the type in the extern declaration
        
        Change-Id: Iaad7538ed7933a1f45bb5e16dc0adec75af53300

2012-06-19  Petr Mladek  <pmladek@suse.cz>  [aab6aba1482c56823b9fcc9a5f0ed0d131d37af0]

        fix help localization from source tarballs
        
        localize tool need to get strings also from src directory
        
        Change-Id: If8e94198002888d1fcf9b0b0416b7b5dcaa46386

2012-06-19  Petr Mladek  <pmladek@suse.cz>  [c7b98f2fd8d892cd63503bc053ba533fd5e7ca02]

        put the two new optinal desktop files into right file lists
        
        Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [1eb52e99b1bb20616d91142e71f6e535bb8eb13f]

        treat for tinderbox with obsolete gcc and -Werror *sigh*

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [dd4ce342c22290311c62f91981e0bb74984e52ea]

        no references to temporaries
        
        Change-Id: I6c7a7b88b64ec8c0eef8eac30ea3e6e40e271f76

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [8bb5411cb5a848c5866385b4078ba83a3d646986]

        mark const data as const
        
        Change-Id: Icbd8a343b6cb1615b667451043c23b6f131a0f04

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [886e29cff76d0358889aa676dbe90765950c990e]

        rework handling the case of recursive ooxml shapes again
        
        Another attempt, whoever has written this apparently didn't consider
        the possibility of recursion at all, and this still feels a bit hackish.
        
        Writerfilter keeps just one oox::shape::ShapeContextHandler object during
        the entire time of parsing the document, because e.g. <v:shapetype> needs
        to be reachable even across VML block (see sw testcases for bnc#705956).
        This however presents a problem when VML contains <w:txbxContent> which
        contains another VML, as this code previously just took whatever has been
        read and returned it to writerfilter, and it broke with recursion.
        So now try to mark recursion entry and returns the right shape.
        
        Related to 36c12c246d886b2d96d7a2d4d0c250db9d925c74 and the previous
        commits it reverted.
        
        Change-Id: I949a6b52ec7540aa59b047c7b6e908b10fb3bdc1

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [544ab2ed627e207adb54a0db9b31388e29d041a8]

        add finding out page width to a testcase
        
        Change-Id: I0de5e694adedf8812cc31036860991c853f38d93

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [831c2d95289f41529ea1f85c90f8bb112e522d97]

        Revert "rework getting shape for the .docx import filter"
        
        Stupid containers with shared_ptr. Trying to remove the object
        from it gets it deleted because it's owned by the shared_ptr
        and there's no sensible way to wrestle it out of it. This will
        need to be redone somehow.
        
        This reverts commit 04d600d4be7c50db4b3b505039eb8bc96856f593.

2012-06-19  Luboš Luňák  <l.lunak@suse.cz>  [e28c8f3b75cb46906a8479cf9a52f272fdb17682]

        OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: Ib8e9976e618e676465f0baf1f38be7e3297ac853

2012-06-19  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [c3ef1efe476771206baad6ee763e9e9397b7cf3d]

        Fix display of About dialog when buttons contain long strings
        
        Thanks to Jean-Baptiste Faure for spotting.
        
        Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [1d8cc547ff6ab4d70365298d3d05a704025ad975]

        document what methods are from the pre-stl containers
        
        Change-Id: I84070021f2896dbb60c649a6b7961f2f3e0d3585

2012-06-19  Christophe Christophe Marion  <christophe.jaillet@wanadoo.fr>  [bd6f2bb7eed1a866bfb8d63b0dcba9be8c283f7f]

        Remove a useless include

2012-06-19  Caolán McNamara  <caolanm@redhat.com>  [bd4f553ef03b45b4126314fa8287f933988575ea]

        remove some UniString ctors
        
        Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40

2012-06-19  Miklos Vajna  <vmiklos@suse.cz>  [2e4c6b51699362252d0bbdc27e0311c68e2ab21b]

        oox: fix all vmlshapecontainer doxygen errors
        
        Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e

2012-06-19  Miklos Vajna  <vmiklos@suse.cz>  [2123ede032ca64f696ef54af4ad3238974ca2b5d]

        n#758883 dmapper: paragraph-level run props should affect numberings as well
        
        Change-Id: I707105f6da53a6cb790d743738875acde561e20f

2012-06-19  Miklos Vajna  <vmiklos@suse.cz>  [14d6cf1f8f86027d58fe56feae3139c314fbb058]

        n#758883 dmapper: always set list id during stylesheet import
        
        This way the sprm handlers can be aware that a numbering is provided by
        that style.
        
        Change-Id: I5b5f1570a9e50fd8b3372f5ac7a6cd48e9751254

2012-06-19  Jan Holesovsky  <kendy@suse.cz>  [538b449ed5babe025df207cfdc6ca29d321dd67a]

        Add a note about MinGW debugging TODO.
        
        Change-Id: I272c06f557c1667ecb15396be71bcd38e472ef73

2012-06-19  David Ostrovsky  <David.Ostrovsky@gmx.de>  [d633da43995f7457e487634016b2ca3bbc9245b2]

        deliver pyuno/python.exe in one step
        
        Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d

2012-06-19  Rafael Dominguez  <venccsralph@gmail.com>  [4c270c4da4135012aa2712cc8b0a17595a1c97be]

        Set the selection mode to the overlay if its visible.
        
        Change-Id: I2d0badc0cb0f4ea3e05f22e4b1ed4759ab7a4d85

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [fde2c0e1a5bb4d009513424a82662e3f64e0db56]

        Add a handler when changing selection mode and default action.
        
        Change-Id: I276665497d3b026d438a379ce0ad2683431055ae

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [114dde47903b7c174eca934690c1372d4be52330]

        Close overlay when clicking outside.
        
        Change-Id: Iee39a99e89881aeaeaca93adfcfce9b51eeaec78

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [0f53d3bfb93537f20d9734fe7c84a88e8a82092b]

        Display templates when double clicking a folder.
        
        Change-Id: Idf9be4b2f5fbff60b881e72fe52ac13767f32459

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [927f4ecd40ea6652709551690be9d2f583a6d1d9]

        Add a double click handler to ThumbnailView.
        
        Change-Id: I8c5711c89fe2d2cede55399028f8a3910a7bcbec

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [0a89ff70b440158e301dff5b5c6eb612f1c2a676]

        Create a thumbnailview for templates folders.
        
        Change-Id: I2c5e2899e854df0edb3ee7bade55f39c8984177d

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [4ee41fdfe79cafe35a3cd7ed3ad2142bbc5a3fbf]

        Remove SetItemText function.
        
        Change-Id: Ie37f706baca178592c22d0f928f1ead43206f2a8

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [d338cd728efb83fe5983bac5f97afd782460824e]

        Handle item paint inside its own method.
        
        - Dont recreate drawinglayer processor in each paint call.
        - Create a structure to set thumbnail item attributes.
        
        Change-Id: I95aec60fc05cc60f96f0bca6748b94327febd69f

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [406c66af52b416864a1de29f77f58223e75759b0]

        Dont paint selection box if its hidden.
        
        Change-Id: If618c913205ffa89b6afaf18244c85fce5c6e804

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [e10392bb8c09c3a8e9b99f37d85f0814af372242]

        Set selection mode button image.
        
        Change-Id: I3fb2592d61622a0d3f07d70cfc26c10f4f2ef2fe

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [ecf97d7f60dc8dc0b3ce51300023bdee3e0e1e49]

        Paint item children control when painting an item.
        
        Change-Id: I7978e4c346d1a72b462d9916b7cdafc718a42bdc

2012-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [9dea0121b8f9c56ec172847ffa14fd353eda7faf]

        Control item visibility through the object instead of doing it directly.
        
        Change-Id: Ib70adb45d9ba5e1294abbe6b33b31be50cf554db

2012-06-18  Rene Engelhard  <rene@debian.org>  [d25453e200f6af427363bc27278da540b56f6855]

        evoab2: add libebook-1.2.so.13 (evolution 3.4)
        
        Change-Id: I03d9c2416de66d694948b9fe560f83317d6b03ef

2012-06-18  Tor Lillqvist  <tlillqvist@suse.com>  [ed880251bd250b5eeaa28501cbcf05cb13f69ac2]

        WaE: unused parameters
        
        Change-Id: I8dc4dadd3e26578500b555cdf850c3fb95bc1401

2012-06-18  Tor Lillqvist  <tlillqvist@suse.com>  [533092a738a00a226006cc9343f2a0d27a856b0a]

        touch depends on sal, toolkit depends on touch
        
        Change-Id: I77e108391b48a9dc50491f8e76de8f277f92dfc6

2012-06-18  Tor Lillqvist  <tlillqvist@suse.com>  [daaa550121a97d80e1ab43cbd5c73da6915e4ac4]

        Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()
        
        Pass on to VirtualDevice where used to set the MapMode of the device
        appropriately. Adapt DocumentLoader, use to scale the page rendering
        to exactly fit the virtual device.
        
        Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912

2012-06-18  Tor Lillqvist  <tlillqvist@suse.com>  [8dd75128a5a7e068ae63f3d1cc6b41410f7d7122]

        ByteBufferWrapper tweaks
        
        operator() gets called in a Java GC thread. A JNIEnv* saved in the
        constructor (which is called from the UI thread) is not valid in other
        threads (although for now, Dalvik notices, warns, and works around
        it). So don't bother keeping the JNIEnv*. Instead fetch one when
        needed. Move the method implementations from inline in the header to
        libotouch's android.cxx.
        
        Change-Id: I7de6fc54bb8d9a59146576d6e8c325fe917393ee

2012-06-18  Tor Lillqvist  <tlillqvist@suse.com>  [36244dcfa196c27a23a6eb4b20cc0b62507f6ed0]

        Drop accidentally duplicated section
        
        Change-Id: I7444c59efa4fceff9046341cbac934488dd67514

2012-06-18  Lionel Elie Mamane  <lionel@mamane.lu>  [b86f2147e496e3b7ca5a085b302f6144f338aa82]

        fdo#43967 legacy report designer wizard formats dates improperly
        
        1) Set FormatsSupplier property only if underlying object has one.
           Else, exception is thrown and the format is not set
        2) getTyperelatedFieldData uses the format keys, so initialize them
           before call, not after.
        
        Change-Id: I68c4c96a9da9a6afdc3ab8964e973588f53ee814

2012-06-18  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d]

        Remove License/Credits menu items
        
        The About dialog now houses these functions.
        
        Change-Id: I7f751027564897a063d2910644c69680d471b6d9
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-18  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [a7f69caf25662d72b685a2c3412f3a352a0c5a88]

        GTK: don't crash on X errors
        
        Change-Id: I5b1353b409bc7043d2d1c313a3606ed807eced4b
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [e31de5e002a9a0301e3f16eb105697169e67438f]

        detect wrong UniString ctor
        
        there's no way j was intended to be used as a rtl_TextEncoding
        here. From context it's clearly meant to create a UniString from
        a subset of the input ByteString
        
        Change-Id: Ic0a0773f90686d73ec4eb8b8e03a454585758578

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [06e2005ed83567452783003e3113ad6a92190c2d]

        convert LocaleDataWrapper to OUString
        
        Change-Id: Icb5f5adf9139d1c0f0e86d8128ea6742ce20b138

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [8e01e881451333eadb8e23f619e2b4014de1442a]

        add a route to compare a O[U]String to one code unit
        
        Seems very awkward to create an entire temporary O[U]String just to compare it
        to another when we want to know if that other contains just one char of a given
        value
        
        Change-Id: Iacd4e0d87dc5c5211fa06c61c55e1ed85b1e91f3

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [40445a57c6256407bf2381ab456cb5ff58b2f6a8]

        use boost::noncopyable
        
        Change-Id: I1a72115796dfe876fe20bc3fecd9897c90da8db5

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [5819bec966782b844eb2953f6636a84a01212234]

        ditch last (?) String::String(const sal_Unicode*)
        
        Change-Id: I47ce16581a9923729a7e5e1e5cedaf91e4b215ac

2012-06-18  Caolán McNamara  <caolanm@redhat.com>  [0e0aca151b36462cf5f5592fa7e7d21b5c96472d]

        callcatcher: drop unused macro-generated GetChildWindowId methods
        
        add _WITHID variants for the cases where we (apparently?) still need
        them.
        
        Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4

2012-06-18  Takeshi Abe  <tabe@fixedpoint.jp>  [40bb1f631b1b79db919474846996e67eb12a9907]

        removed unused forward declarations of class
        
        Change-Id: I32894b853912741e935e2409d2857fe384f67665

2012-06-18  Stephan Bergmann  <sbergman@redhat.com>  [213d5355d78a0a690e366645d6416f4a8fe5e666]

        Clean up some more
        
        ...making use of Java 5 variadic function parameters.
        
        Change-Id: I1b538ec7fbb3021a225031543e25dad081a7a409

2012-06-18  Noel Grandin  <noel@peralex.com>  [5695aea3bbe719881177b35c805920bee608751b]

        Add casts to reduce javac warning messages.
        
        These warning arise because of the additional of varargs parameters
        in Java1.6. Casting the parameter eliminates the compiler
        confusion.
        
        Change-Id: I4906bcfa2700ef80a67b79c61c6848a18e8a7168

2012-06-18  Stephan Bergmann  <sbergman@redhat.com>  [b0d2e68244c6745dc3fe145579b05f30e40793d5]

        -Werror=unused-parameter
        
        Change-Id: Icb7fe93b6f21c8d34dcd263dbac07b32a5cb0432

2012-06-18  Stephan Bergmann  <sbergman@redhat.com>  [d5e9c2e3e85a2bcdd6a0b2088253fc133e52e831]

        fdo#50603: Close fds across a restart of soffice on Mac OS X
        
        ...where the restart is directly from the old soffice instance, via exec, so the
        restarted soffice would inherit all open fds from the old one.  The easiest
        approach appears to close fds upon startup.
        
        Change-Id: I89bb1c78f3adf2da1cd3cbd58c22df276133a883

2012-06-18  Brad Sowden  <code@sowden.org>  [20def8ddd8a21d22deb250ded21a2348ee0e35f4]

        Remove unnecessary temp variable
        
        The only impact aTmpQHD.Move() has on pQuickHlpData is clearing
        m_aHelpStrings but this is done anyway in the pQuickHlpData->Stop()
        
        Change-Id: Ie730ddb1860461c81558275d54e32846c1495abe

2012-06-18  Brad Sowden  <code@sowden.org>  [3953c293e435d8ff7656d395feb15d88a5ec6492]

        Remove redundant IF clause
        
        ClearCntnt() already sets m_bIsTip and m_bIsAutoText to true.
        
        Change-Id: Ic3ad53a7659dbfe4f28f7995976e659f5bd14afb

2012-06-18  Brad Sowden  <code@sowden.org>  [1f77d7c0c316cce295329a338e7df37394831f51]

        Clearer function names
        
        Change-Id: I7434842fe8392eeb6e3c5fd8e605ee444f66b017

2012-06-18  Brad Sowden  <code@sowden.org>  [dc019876d8eb42b56e259d6a6f6d7ea5f904d870]

        Member variables can be made local
        
        Change-Id: I571eaa936f8d1afb421da3137aa090e916e633ba

2012-06-18  Brad Sowden  <code@sowden.org>  [d246b853035714d20c7689f54e507640981aeb9b]

        sal_Bool (bit field) to bool and variable renames
        
        bIsAutoText  -> m_bIsAutoText
        bIsTip       -> m_bIsTip
        bChkInsBlank -> m_bAppendSpace
        bClear       -> m_bIsDisplayed
        
        Change-Id: I7aa047b7e14ed6bd05528c8650ba4c4b7fcb07d2

2012-06-18  Brad Sowden  <code@sowden.org>  [25d43d348c1614869fa3adb749f0cf6f1845281e]

        Some doxygen comments for QuickHelpData
        
        Change-Id: Id6e91985f6dbdd8244df9bef0f7a938ac8ecbf3a

2012-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8d8e9eb7c82744c69d6c25fab9bf318caafa59a]

        fix the number detection in data bar dialog
        
        Change-Id: I6da7b2087114b7eb274f0a62dd531dd136ad507a

2012-06-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a87676e32e0dce6bcc8f3cbe0c50f75555f28f3c]

        remove two cppcheck warnings in sc
        
        Change-Id: Id22cfeab7c39c37a10d5508b7f0479f3fdc784a3

2012-06-18  Miklos Vajna  <vmiklos@suse.cz>  [94037e30f9e6b4d8724002a2a7c2a1a96dc94386]

        dmapper: fix crash in ListLevel::SetParaStyle
        
        This can be triggered by using a style in the docx document, then
        manually removing that style from styles.xml.
        
        Change-Id: I4aad54d088d9fa56371ff49220316fb14fce6c37

2012-06-18  Joel Madero  <joel@joel-Studio-1737.(none)>  [2ab43129611d24e210c5658aa3f753ed3fa39928]

        Change validate "between" and "not between" to "valid/invalid range"
        
        Changes Calc validate text from "between" to "valid range" and "not between" to "invalid range". This is to minimize confusion as to inclusion of minimum and maximum values as between implies non inclusive but is in fact inclusive of min and max values.
        
        Committer: Joel Madero <joel@joel-Studio-1737.(none)>
        
        On branch master
        Changes to be committed:
          (use "git reset HEAD <file>..." to unstage)
        
        	modified:   sc/source/ui/dbgui/validate.cxx
        	modified:   sc/source/ui/dbgui/validate.src
        	modified:   sc/source/ui/inc/validate.hrc
        
        Change-Id: I2259c22da2e976b25c71e11806df13636bdbc757
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-18  David Tardon  <dtardon@redhat.com>  [012b43d571aaa4f79b7f6fcfa92939e8d19af492]

        fdo#30519 paint scrolled area from the right surface
        
        This adds a way to test whether mpCompositeSurface contains the front
        buffer image, so it can be used as a source in painting operations.
        It means the mpCompositeSurface changed status from 'temporary' to
        'persistent' (which it was anyway, from implementation POV :-)
        
        Change-Id: Iee4fc7a97cd60e47d0abb148e7337f0b50cabb40

2012-06-18  David Tardon  <dtardon@redhat.com>  [990586bd5bca08ffb868f5473050b31519ed5f9d]

        change the way par files for ins are collected
        
        This avoids the need for $(wildcard), which seemed to cause problems in
        some cases (in gentoo ebuild) and I never found any missing dependency
        that might account for it.
        
        Change-Id: Ia03d630bb85309fbb7da3068c396834fb56cffb1

2012-06-18  David Tardon  <dtardon@redhat.com>  [fb1d37b4ba9c256106c02e9deed68433d99be520]

        OSL_TRACE -> SAL_INFO
        
        Change-Id: Icc6f47cc76dfa6716fc44f6c1b5f1b11ba1443c6

2012-06-18  David Tardon  <dtardon@redhat.com>  [0b55e9b4b3f8a8eee683fb234c539051c1f9e9ad]

        missing intialization
        
        Change-Id: I2350adf98e12b9c9cda4c18a6ba9f935016ac299

2012-06-18  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [3f996588792d3dbefb001d546524a877d50d537c]

        Fix arguments of Rectangle constructor
        
        Change-Id: I8f288e55694ac85f8dcd2884a53ff4b5b9eef02f

2012-06-18  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [95e1401f7fcf7b9ce6d646062892f3a3a55ed153]

        SVG: use dash parameters from svg file
        
        Change-Id: I86b31156e1a9221d9cfdc40d5670b324ce056a89

2012-06-18  Miklos Vajna  <vmiklos@suse.cz>  [2db200e0c6111836e2663bf494fc9be9f6dd03d1]

        oox: last vmlshape doxygen mistakes
        
        Change-Id: I1d74aad0280662cd06dcc633072402ba13199898

2012-06-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d1c70d8114a28a0d37315d408fdc3ef25cf44df]

        Trying to solve out of bonds in fdo#48601
        
        Change-Id: Idf9d56714d658a14af826a74c58aad26a9e29414

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [efd824cdde1d329181a2ac6da450d1c62673ddba]

        Recalculate item position when scrolling.
        
        Change-Id: I546119ab9d4ac21c86e5b0c98fa33608328e1ab3

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [e079a0a3c3481de8d547a624c41aac6310618c0d]

        Fix hiding a selected item checkbox when you disable selection mode.
        
        Change-Id: I1825bfffa06e7bb69f232d9630af3b236023c6e0

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [aced0ce4687bb41d1370a7ea69c839f55d000171]

        Select item when clicking name while not in selection mode.
        
        Change-Id: I924dc61548490ef2947b82da1f1043257e1cac8d

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [5e69dc61933b20e4d1de903a340ad74940145062]

        Dont recalculate item layout positions.
        
        Change-Id: I7d0de83e8bbd0475742d32d5f080bfddfb4345a0

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [ed986915694899f24d4a3ac12d563dcbbac7da6f]

        Dont set selection box position in constructor.
        
        Change-Id: Ie696820d5610cb91210e2c214705435c9760dbeb

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [3a4b18729a6b7d7a42910882941b1f4934c7032c]

        Improve calculating positions of item data.
        
        Change-Id: Ie07d9cf522d49bb4c48ba3a8ad937135349721f8

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [0cb7d3d5491fcbd47f4cf709da5ec01fc6d4382a]

        Use parent background color as default in view.
        
        Change-Id: I5871d7e20789c9b6485560b7cab4b674c46b1a2a

2012-06-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [d524da2c3bfcd2fd35b92df47834757056ec41b2]

        rtl: (i119939) memory leak
        
        Change-Id: I1ab34337785967d6cbac9ab47c5a2bb517001840

2012-06-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [f9fb24e17fcf72b08e90b4b243f1aa927fd97689]

        writer: crash(i119959) paste of multi-line draw-text into bullet list
        
        Change-Id: I82da331b478cd258e5f9803dfac4cb203d2dc9f6

2012-06-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [de1c42d9f552bc57b28d50f4313bc982c63b84d4]

        writer:crash(i118878) when adding columns and chang. properties in a frame
        
        when adding columns, GetNumCols() reflect the new number of columns
        before the actual columns available are updated.
        Due to the way and order in which properties are updated
        the code that adjust the columns can be run before the new columns
        are avialable.. and was using GetNumCols().
        This patch avoid using that api and rely on the column iterator
        to determine the acutal number of column available.
        
        Change-Id: I52e75ec82c1ace65b05b8df9e54f4689f2aec8d3

2012-06-17  David Tardon  <dtardon@redhat.com>  [794e2e601fcbed83e6f886db14f3754b68ae0311]

        (incomplete) attempt to build internal python with MinGW
        
        Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [62cab9f5d3852b5baf7fcffb513e7c3e45b191bb]

        Remove unused variables and parameters
        
        Change-Id: I8691529e6260ea4d9e9d1d61ce3b1b28de7a676e

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [1f2c836e7a93ace9deb1b05bdb5f1a2ff7a42fd2]

        Fix regression that caused extra validation entries to be added to scdocument
        
        Was adding duplicate validation entries that only had the
        base cell address different.
        
        Change-Id: I7cfe78c98cff350f2621cb4f321134ade04d0158

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [8da59adb3d09e996152819129d24d6d106f701a5]

        Improve unit test for ODS import of data validity
        
        -Test now ensures only the expected validation entries are tested against.
        -Error output for cell validity check is improved.  The error message now
         displays each cell address that failed instead of just the first one that
         fails.
        
        Change-Id: Ic93de0dc3e465e914470634ffab2bfb5ccbe2da7

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [39aa1e93d78b81e344c45224c2a98b4dbdc7bb70]

        Convert ODS import of Data Validaty to direct sc
        
        Change-Id: Ia64c76d8e056b478fe4b6617fe262ac582008caa

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [70726d18c74d21898005a8522cd0aa30afecf1d3]

        Add unit test for ODS import of Data Validity
        
        The unit test checks for the proper importation of the test document's
        1) data validation entries
        2) data validity of associate cells
        3) content
        
        Change-Id: I2858663c1d988557fc3783ecaf74892d370c1c93

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [9e24ae6d3b8390c5e3576aca9490881290c01ce9]

        Add ODS unittest that checks merged cells and their content on multiple sheets
        
        Existing unit tests did not check if cells were merged correctly on more than
        one sheet.
        
        Change-Id: Ibd4d29abd7345afc95fede2a17c7e498d8cac3d9

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [b622286b8135a2a654ab12857cf2a619fbee39a9]

        Move logic in AddFormulaCell() that adds non-formula cells into its own method
        
        Change-Id: Icc607e48f5d7bb538c8549b40f21d5e0a75a1511

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [3c6fc6ce98d8787ab9c0be55851a09d97e3ec4d9]

        Put logic that adds nonformula cells into its own method
        
        Change-Id: Ieb8d806e8890166c7ccb2188a79368873aaf42a7

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [a137ecf74ad0c0342183c9772ff1c22c03fd0ffd]

        Put some conditional statements into readable methods and do minor formatting
        
        Change-Id: I82d6349db5e7e3afdc36d893155539129f9d120c

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [d441f74a6d82aaad5f3ff97b84c0010c52d3aa7f]

        Move EndElement()'s logic (that adds formula cell to doc) into its own method
        
        Change-Id: Idd88d66856e5b9ec5e63e238434902daaa4e7f3e

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [2b8e1f0dfb2522aeaeb388070f7d4d8f2df9b28d]

        Put EndElement()'s long for-loop into its own method
        
        Moved EndElements()'s long for-loop (where rows and columns are added to the
        table) to is own method.
        
        Renamed sub-methods to more appropriately reflect the work being done.
        
        Change-Id: Iab9bdc2deb50577af164c8a210a32557e9708d67

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [3a703ee4403bf1e23b93097c5053e3eb365696a4]

        Break contents EndElement()'s switch statement into smaller sub functions
        
        Change-Id: Id39e3a4bee4739b988d190a288849e0482b8e52c

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [6d23c9db771718eeb6d19da094662c86de39621f]

        Extend repeated columns unit test to check both text and numbers
        
        Change-Id: I7d261958f81f73dfce44f27c0130f68c5c4b233f

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [e427f658195e9765e5eaad6c71a9f449cc83060c]

        Fix repeating columns
        
        Change-Id: I35d8cc824bf7efceae6225432d5a261bd3883211

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [f2bbf67cbb5ec099a8087f4dcd53faa1c1ca4b11]

        Commit files used in repeated columns unit test
        
        Change-Id: Ie8e9a3a3f36caa55f495ef7a6670b73ebe9e2086

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [dcdd86f39788f555d6a3b58a3936c9066fa2b51d]

        Added unit test for repeated columns in ODS import.
        
        Change-Id: Idf3cf3a1f6fd1487c83470a9e5df4c940ee64c73

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [6361a5fc687ddf1a426d2e211fb4213f2bcfbb60]

        Remove comments
        
        Change-Id: I257a18325c3f385e14bed88aca6bdd2a8eba30b1

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [b39e4d439b6b0b7fad177967cadac3b822d5eb9f]

        Reduce amount of casts between SCCOL, SCROW, and sal_Int32
        
        Change-Id: If20c7ae8e90b41521215072a83654e6e90502129

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [a789ba1b71845c63e3bee770cd108001aa44c8ce]

        Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement()
        
        Replaced CellAddress with ScAddress in EndElement() and adjusted related
        methods.
        
        Also removed commented-out code.
        
        Also did intermediate conversion for XText::getString() as related code was unnecessary since there is now direct access to ScAddress cell position.
        
        Change-Id: Ia237d0deb2d03a9d0470208d289947d474bc6d38

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5b49ca3ffe0ab0eae04c558707aed43d363b071c]

        Remove unused ScMyTables merge methods and convert column/row methods
        
        Change-Id: I5c5aaa7e80859ada894595203d2554ef4ce8663b

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [c2e3aeab181b5b92faed77518d6a428ecd2c2969]

        Convert GetRealCellPos and calls to use ScAddress
        
        Change-Id: Ic7a6ad82b5b4938ef67ddf8e62372635044cd5b2

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [153275bacbab37d4b3ab2dbef8c5e32626f705c6]

        Convert ScMyTableData to use ScAddress
        
        Change-Id: I10972bc2b76a517c465ce32cf4832ab069be1bec

2012-06-17  Daniel Bankston  <daniel.e.bankston@gmail.com>  [23d0816f92c5ad0885cbec648f324e68fc7f4a1b]

        Remove unused method
        
        Change-Id: I9be889c8d0ef2d606614592a2a918b2d089da682

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [4fc040ecd10487b2eb54d3d28e9e9fdb4acafb53]

        Display selection boxes under selection mode.
        
        Change-Id: I7a83bb57122912c6f21a78a53b34584410857162

2012-06-17  Tomaž Vajngerl  <quikee@gmail.com>  [dc068d34271d070267e61f4761aebf8ccaabf299]

        Filter dialog preview image size was wrongly calculated in some cases.
        
        Change-Id: I22fdf17e6f2112624963da6293efddfa75507dd7

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [b4d7031880369156e08428ff1d9255ea9af0cc36]

        Remove GetItemRect and ImplGetItemRect functions.
        
        Change-Id: Id64d46d3cb25a19a1acb5753d7cf4e4e21d29aea

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [00c579fd6d331a6868040406d8264b2f545dc151]

        Use item draw area when drawing.
        
        Change-Id: If94ddf07092e1247800025f9f093a3ae78fa26f4

2012-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [661a98b831f75be225b7d0824b29e481c4208c83]

        Calculate item positions only when needed instead of every paint.
        
        Change-Id: I8e7e528185624494e8ca9e07a44b90131a1165b9

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [0db1b46a45694a735d0f33f5c5a1facede58e653]

        gbuildify xmlscript
        
        Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [3ffb36f4d07ce54255184fa97d6574c20ae6b802]

        revert gmk4
        
        Change-Id: I613d6953c786f581a9a7cb16f47aa3351834c41c

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [0ce74a3baad30fbcbc65f8234b4f077c75d7bdc5]

        targeted clean-up
        
        Change-Id: I57d56ece9fd59a93d5081a394c3fe8d212290198

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [4651069697ca71bca1ecc3deb43c294228155cba]

        revert gmk4
        
        Change-Id: I0c1f0495358bba6889d48d8bc500f880f7d5179c

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [6aeeca56daa9065f607cc7056e7d86d237c84a99]

        Junit test for unotools
        
        Change-Id: I7f3e6ed57fa40e9c7804c42c37c10023eefcc022

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [72a8d28df58c1368811035a0acab63d443fc94e0]

        revert gmk4
        
        Change-Id: Ib91e193d55d38abd77a6b4c0849c1f13c37cc7f2

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [3135d6ea62522276682cdf4da75bc769df263021]

        gbuildify basegfx
        
        Change-Id: Icc164be408224b468dbeff6b422d172f3b70c202

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [14896ccc545c9060874e2c02b37ee6d59e3cd8cc]

        revert gmk4
        
        Change-Id: Ibf1c212355f65c547b6f15098f0e35522093ec54

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [7fdb04011c1cc4c078af6b20dadd88bfa09ed3e0]

        Redraw item if we (un)select an item when clicking the selection box.
        
        Change-Id: Ide3c116500e315db7280ad25029ae68180036618

2012-06-16  Raimundo Moura  <raimundo.smoura@gmail.com>  [37faf82afa4d48cd57f23d1368bf01748384aa7b]

        Updated autorrection for pt-BR
        
        Change-Id: I81ebb1773efa71606a24a29f02517fe4c2f75ccf

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [71702696eba6053f37798c33e608bdd97bdf116d]

        Add button to activate/deactivate template view selection mode.
        
        Change-Id: Ib58503e30d589eb5c02a29c1fec4be3a8011ba31

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [495075d9ad0fdd576c4dd3bee60cd5c3e4fb92d1]

        other mis-include
        
        Change-Id: Ibc82592650fe54e4a174c5c57050f805a1834cc9

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a040ec5e53e23541c0074b32d1446eaa5b254f8]

        fix build breakage due to sax gbuildification
        
        Change-Id: I742c598451134f1d2d0cdc6bcfd5c77adf13ad98

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [e3200a761e896ccdb1a052f1a9911f3674844f91]

        Add support for selection modes.
        
        While selection mode is disabled, to select a template using a mouse,
        click within the checkbox that appears on hover. Clicking the checkbox
        of another template causes it to be added to the selection. To unselect
        a template, click its checkbox again.
        
        Alternatively, under selection mode, the user can simply click a
        template's thumbnail or title to select it.
        
        Change-Id: I456936fb713dd43200d9b468a0fb8d82944625d4

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [c473daadabc57200a68fe6a4ebd430250be7e217]

        Remove NoSelection related functions and attributes.
        
        Change-Id: Ieab1bd81986663e0ff6f2074b59b863ebe9be4a8

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [c0e293eb466e11e6be09b73e36f417bf4fe669ab]

        Remove doubleclick, highlight and select handlers.
        
        Change-Id: I6eef0d9eb4bfe3dc0e1cd9b212f3be4c286f017f

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [410828289f2bffa9cd9cc8d35ca426d815d79382]

        Sync item state when clicking directly on the checkbox.
        
        Change-Id: I35e3ff973fe3a48bc9c0ffd105d22b40d660af7a

2012-06-16  Takeshi Abe  <tabe@fixedpoint.jp>  [462935f367534012817efb2478c4f748f0576d5c]

        removed unused forward declarations of class
        
        Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631

2012-06-16  Julien Nabet  <serval2412@yahoo.fr>  [74b5e0d5e5b57755553fde6c77712a87025f1667]

        Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks
        
        This fdo contains 2 files with which I had a different crash for each of them.
        This patch fixes one of the 2 crashes.
        
        Change-Id: Ic67cad4de4b66e913debe95efc04db3ae6fbf781

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [05c74f9e6aada15f398c666dd7d5ede3fa23288b]

        Add a checkbox to display selected items.
        
        Change-Id: I2072efabdbd45ede10160e481dde27584b15e867

2012-06-16  Rafael Dominguez  <venccsralph@gmail.com>  [86f6fd0c4e9a2f63d60cba9622eecc3ab4cd00ca]

        Add isSelected, setSelection, isHighlighted, setHighlight methods.
        
        - These functions are to control the state of the thumbnailviewitem
        state.
        
        Change-Id: Id1f645832e7bd63df326db2da6f28c5b3c935c14

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [3be786451b6a9accc46a08f0aed4f8d5a8794ffe]

        gbuildification of sax
        
        Change-Id: I6e8220e88566e04b20687d54181205d31ec68e13

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [445cb2bcda1d9b186a250a5c2d91d03d3f3888ed]

        revert gmk4
        
        Change-Id: I5e364dc0c387d85f7901d1e86968f5e591639f9f

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc353f6b3632d41aa60a938355cbb48162695d38]

        gbuildification of ucbhelper
        
        Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [66561c1f9836bdecc5c3989c42a94aa7be0958f8]

        revert gmk4
        
        Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1

2012-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [eccac35fff3c4d90e2fc60fdd67ed8e7a99aad76]

        basebmp gbuildification
        
        Change-Id: I9b24ff3503b1dc1198aab622e36224e75cb31255

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [a96262179e38837717256a05242af0ad04ddabeb]

        revert gmk4 commit
        
        Change-Id: I386d735645de648b08fa10baec4884d253f5a681

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [b22c28c26b97ee782bd69efd92896009fa00611c]

        tweak to capture recent changes in starmath and gbuild
        
        Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2a1c7c40e4b5ef2ad7f2334fac699ce83b18d8a]

        hook for calling from .docx filter to starmath for writting formulas
        
        Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c
        
        Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [a3c2d619c2e13f547e50c4073b24e55dfa96f8d2]

        convert i18npool to gbuild
        
        Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869
        
        Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [d7a4c3cbd866292889f4895f2f6528fccb1b7597]

        Add consistent Emacs and vim mode lines
        
        cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3
        
        Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c3efcbd18707057703b2e81d635987b72b2a485]

        gb_Library_PLAINEXT->gb_Library_DLLEXT
        
        Cherry picked from 405454c88a44f0f881d67b4c707a5714cfc1d53c
        
        Change-Id: I18bb06ff9dfffcdb2dd958c736b6e81af0b2b4ca

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [c6af47653756ab2bbcb637f8952605d069c83b7b]

        add modified unoexceptionprotector for better error msgs from exceptions

2012-06-15  David Tardon  <dtardon@redhat.com>  [004073aef0c0c93aad05075b3f8fc2d1faf11ca7]

        remove all traces of offuh from makefiles

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [00e5cd83627835997e705cee23185a09f1625252]

        ugly fix to a dependency problem in starmath_qa_ccpunit

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee0902b50d5043e4b377cbf4556bb8ed39efd6b1]

        avoid object double include in starmath

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [48cb39aa6d34cbdd2903f64e2b27f01e7c33b6ce]

        reenable unit test
        
        cherry-picked from 95357d3144b817726507758c1314a82303c25157
        
        Change-Id: I1d403859091a6e59b1045126c5db2bf2ffd573e1

2012-06-15  David Tardon  <dtardon@redhat.com>  [fa9cc5f30b62a55237ef3171a23f0deb11a46f05]

        move UNO API test to subsequentchecks

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [08f666ec9921be82caa0bf46d5347373de2259c9]

        migrate starmath subsequenttests to gbuild
        
        cherry-picked from 969d60a477742d24afe370fae70db057d2db9341
        
        Change-Id: I074f2f024624aafea4456304295d747318755ffd

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [c4bfd9044e348ce44097db37fb035c8f40558776]

        convert starmath to gnumake
        
        cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed
        
        Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [b22eeebd2c0fa2dfecc7f3b958a6ad350b0d7c60]

        revert gmk4 mismerge
        
        Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910

2012-06-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [efc6743b3510717213ff4a75f9acbfe1c940a682]

        fix c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7b
        
        Change-Id: I8105fc255e6ad7d9d102cbd1928329453b9ca7e8

2012-06-16  Tomaž Vajngerl  <quikee@gmail.com>  [ee41193f3e12ea55237f7681e4b53162a0d421d2]

        Dialog for Smooth filter
        
        Added dialog for smooth (gaussian blur) filter which now accepts
        a parameter for setting the strenth of smoothing (bluring).
        
        Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb

2012-06-16  Tomaž Vajngerl  <quikee@gmail.com>  [d7036ac1c8f620eae2b4f43cdf5840b4c8a584c6]

        Fix wrong variable name in Smooth filter parameters class.
        
        Change-Id: I4ad84a293f662a6e191758c30660ac11142aa3eb

2012-06-16  Tomaž Vajngerl  <quikee@gmail.com>  [05363527d84119c6759cdd638c76b041f2aa67b7]

        Separable Gaussian Blur and Unsharpen Mask filter.
        
        Currently implemented Gaussian Blur filter uses a static matrix
        which means that the filter can not be parameterized. The new
        implementation of Gaussian Blur filter and accepts a blur radius
        as a parameter so the user can change the strength of the blur.
        For this the blur matrix is generated at each call. The new Blur
        implementation reuses separable convolution from Lanzcos rescale.
        
        For negative values of radius the Bitmap will be sharpened. For
        this an Unsharpen Mask filter is used, which is actually a blurred
        image substracted from the original image.

2012-06-16  Tomaž Vajngerl  <quikee@gmail.com>  [c02dd533f5a21b8386b6cfe8fdd9e3f83e7cbc7b]

        Add new Scale modes, simplify convolution calculation.
        
        Convolution calculation now uses 2x transposing horizontal pass
        instead of horizontal and vertical which simplifies the code by
        reducing code duplication.
        
        Instead of more convolution methods, only one generic method is
        used and kernels are now a parameter to the method. For this
        Kernel class was introduced with responsibility to calculate
        kernel walues and hold kernel specific information.
        
        Besides Lanzcos resampling also Box, Bilinear and Bicubic resampling
        was introduced. Box is the simplest and fastest but with still
        good quality.

2012-06-15  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [907ad314fb05a06cfeb233bd4265a461e7a5e0e5]

        Some UI tweeks - trying to get long filenames to display nicely.

2012-06-15  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [889ff81df60fd13a4e121536e86d84147fc29b02]

        Fixed folder navigation in list view.

2012-06-15  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [d848fac2d7232a0055fc236d8522f705a4c7e069]

        Fixed view type persistence problem.

2012-06-15  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [2b8b4343250b0f564d74d0535b870c156319f8df]

        Fix view toggle menu item label.

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [03a59c7096cde0ced1a88069647c3ec60f86f9d6]

        Regression test for fdo#46757
        
        Change-Id: I41a11bda977cbd5b4b2352776f06fba0e0457a43

2012-06-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a0fbadaa4c2d2e19ff6763eed6c9a784f3478ddf]

        Fix another crash in exotic circumstances
        
        Change-Id: If91c33dad811d5c9a34581773f7f6a7f86dd82bd

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [42e41ea6d6ec40977cc339af529b2306840d31cb]

        move DTTM2DateTime and DateTimeToOString to msfilter to avoid copy&paste

2012-06-15  Muhammad Haggag  <mhaggag@gmail.com>  [6c14d15dbbdc8920e1695b5fdc32b6519508815d]

        fdo#46757 Word/character count incorrect with record changes enabled
        
        We were ignoring redlined (deleted) text when counting characters, but not when counting
        words or characters without spaces. We now mask all redlined/hidden content from the
        expanded node text before operating on it.
        
        Change-Id: If882a6dde883a2ba0ca99909ca7ac2b9abd4a1fb

2012-06-15  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [43103840303f9e18ff013ac6cbb5cfa4eb9cdf9a]

        Added a list view to the Android UI.

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [629001d4795fd9cc16625d3b10705e06778aeb64]

        fdo#50087 fix RTF import of Title, Subject, Comments document properties
        
        Change-Id: I3358fad4949c2c21ecf63983a36b7c8428df9f06

2012-06-15  Stephan Bergmann  <sbergman@redhat.com>  [fa2006828ff69509e1ead755af906dcd35a992bf]

        Fix pyuno.so name on Mac OS X
        
        ...which also needs a change to the logic that symlinks *.jnilib to *.dylib, as
        that would have symlinked pyuno.so onto itself (as it contains no .dylib).  (And
        while we are at that, anyway, also only store relative paths in the symlinks.)
        
        Change-Id: I6f3e9effc4d185df935795958cc84e60e862a424

2012-06-15  Andras Timar  <atimar@suse.com>  [19e298646d52f63554f9517ff19b7a7f5d1e3b52]

        add HelpId to key binding selection listbox
        
        Change-Id: I90cba97c112af81ca50feca5bfa70d0d651b6083

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [9bf2d51927c3ac87b32b996a65bd30618b4ce58c]

        callcatcher: chainsaw out some unnecessary code
        
        Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [f03a3edf2523c208948059861e0df48567834d0d]

        SfxPointerServer doesn't exist, so MI_HATS_REPARIERT not useful anymore either
        
        Change-Id: Ic727e2a6a30c16b3467b8c169512a7cb2757f146

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [5dd3bf34cb7a469d98c910fff48217f5dbb3b31e]

        use new configmgr api and devomit visible code
        
        Change-Id: I386725e07c34336249dfc935b1e9f9624d1d3be8

2012-06-15  Caolán McNamara  <caolanm@redhat.com>  [57ea40b8b638ebbc8d7b5ade81bed3096c47ee95]

        WaE: clear higher debugging levels warnings
        
        Change-Id: I611dc412b5461f368f23aa8239e48d0e175f5168

2012-06-15  Thomas Arnhold  <thomas@arnhold.org>  [8a8ca66139bacd7b768bcfa20121c45f8fcf7019]

        Remove unused template.cxx
        
        Change-Id: Ie269fb800390dbc3f37f0002509ebcccafb038de

2012-06-15  Thomas Arnhold  <thomas@arnhold.org>  [8c707faa8368c952b54007948f808e6fd4ebb84e]

        Remove some PCH leftovers
        
        There are still some pch headers in use. Simply:
        
        find . -name *_pch*
        
        Change-Id: Idafcd4f1451877ad9b08c8bbea526266d7414553

2012-06-15  Thomas Arnhold  <thomas@arnhold.org>  [f5533a71fa335c9c66398dff980effff009acc8a]

        Remove obsolete inetdef.hxx
        
        Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8

2012-06-15  Stephan Bergmann  <sbergman@redhat.com>  [c2c37de076acd085e7c095a3f09aa59174ef4042]

        Avoid bogus "may be used uninitialized" warning
        
        Change-Id: Ib763b8ab1e728d400859a7abb355bba182b28684

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [7193d4ef0d61d82fe2138b4736f27b6d27fc8e0a]

        n#750935 fix docx import of w:evenAndOddHeaders
        
        Change-Id: I172073bac10e8d0449c0f5c0a226dd7ace013376

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [a234804c9de3f2659f766eae452b25eaf15eae22]

        sw/qa: move getStyles from rtftok to base class, to be used by ooxmltok
        
        Change-Id: I137c0a42ab8413213d93f1bbd868077e2c042ce0

2012-06-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [47e4a33a6405eb1b5186027f55bd9cb99b0c1fe7]

        Extend current database range unit test to also check xls and xlsx
        
        Since Excel doesn't support named database ranges, I also added tests for
        unnamed database ranges for ods, xls, and xlsx.
        
        Change-Id: I491324883c95cf2edb13c0561e975a13d13ba7d7

2012-06-15  Cor Nouws  <oolst@nouenoff.nl>  [6799962a4be3e704c82869b4c7415adebcad6a02]

        Remove unused argument
        
        Change-Id: Id646516a71800fbc0fe82595b51f4468f12954d3

2012-06-15  Cor Nouws  <oolst@nouenoff.nl>  [16e2c3b9075e050e80d2c628b34a0245e970bfeb]

        Adding an accelerator in Calc autofilter
        
        Change-Id: If9a4afb5ec18768f469267372d08328e80abddf9

2012-06-15  Cor Nouws  <oolst@nouenoff.nl>  [5ae11320a26a6356dfadeb812e0d6baf5bdc951c]

        Give Macro recorder separate option, apart from Experimental features
        
        Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81

2012-06-15  Rob Snelders  <ertai@Obelix.(none)>  [d7262f4472341cdcb85de414453b67ab0e853627]

        fdo#48874 - remove html export dialog artwork
        
        Change-Id: I13266d4edbd48742f3e96ff45fbd4f1c3cd25629

2012-06-15  Muthu Subramanian  <sumuthu@suse.com>  [0f8f92a5b6fcba1fef456539bb929819a9162a85]

        n757419: Hidden/Non-wrapping text.
        
        Negative values for left-margin plays havoc with the
        text in this case.

2012-06-15  Tim Hardeck  <thardeck@suse.de>  [2368615b9fc3f60e5d6151a6e169022b4b29ff1b]

        added zoom submenu to View
        
        Added zoom submenu to View with the same entries of the zoom status bar
        right mouse button menu.
        This feature was requested on the design-mailing list:
        http://www.mail-archive.com/design@global.libreoffice.org/msg03561.html
        
        Additionally the zoom menu entries were sorted in a more logical way.
        
        Change-Id: I5f2df8aa33be9305841fd5505c95963bee8a0ed0

2012-06-15  Tim Hardeck  <thardeck@suse.de>  [6484ccb4edad34d03d1300929fe20788f41b255e]

        move zoomitem from svx to sfx2
        
        To allow using SvxZoomItem in sfx2 zoomitem is moved from svx to sfx2.
        This patch does base on Caolán McNamara's patch he sent to the mailing list.
        
        Change-Id: I4d245f938d92ad3a20b692f5f76d8e0d00b1a648

2012-06-15  Stephan Bergmann  <sbergman@redhat.com>  [4ad231a6abea556ce7815fc6dafc9aebb87a4e26]

        -Werror=unused-variable
        
        Change-Id: Ic4c417667d45f80215303d2171b3c61d97284547

2012-06-15  Eike Rathke  <erack@redhat.com>  [d0b706ed2a418c213148fe8f3b14250a168779b1]

        pkg-config glib

2012-06-15  Tor Lillqvist  <tlillqvist@suse.com>  [28cdc43f2d1622ca6a6c725c2c7fa276a6197b25]

        Make sure homeDirectory exists
        
        Change-Id: I3a89bcac3bf46405e8e474f7765d74c643b7ab43

2012-06-15  Tor Lillqvist  <tlillqvist@suse.com>  [00320c71c1974716f67cb7be734a324017b8db3c]

        Bin two unneeded (and not found!?) imports
        
        Change-Id: I4b2f716f4a40fe4be91e204d8c78dc8c5e6a439e

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [c62708c39288719510dac1a914ee282636335375]

        n#325936 testcase
        
        Change-Id: I35d2ef784cbdcefe4c9bb18e1017d773202c1a9a

2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [a7bd0355844f5bc4a3717df059ecfa5743b041fe]

        Fixed a bug related to text fields introduced on the last commit.

2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [61360495ac22065c5de08f55ec6dd8144a25b1aa]

        Provided support for clipping-based shape transitions (barnWipe, fourBoxWipe, ellipseWipe, pinWheelWipe). Basic support for reverse method by subtraction.
        
        Ported or implemented the following classes or functions: 
        createShapeTransition,  ClippingAnimation.
        
        Extended the following SVG DOM classes: SVGPathElement (prependPath
        method).
        
        Modified and  added new methods to: AnimatedElement, ClippingFunctor,
        EllipseWipePath, FourBoxWipePath.
2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [6016a685482aaa7e2ef80b31ee5196238665face]

        Enabled support for clipping-based slide transitions (barnWipe, fourBoxWipe, ellipseWipe, pinWheelWipe).
        
        Ported or implemented the following classes or functions:
        ClippedSlideChange, PathTools.normalizePath, ClippingFunctor,
        createClipPolyPolygon, BarWipePath, FourBoxWipePath,
        PathTools.createPathFromEllipse, EllipseWipePath, PinWheelWipePath.
        
        Extended the following SVG DOM classes: SVGMatrix, SVGPathElement,
        SVGPathSegMovetoAbs, SVGPathSegLinetoAbs, SVGPathSegCurvetoQuadraticAbs,
        SVGPathSegCurvetoCubicAbs.
        
        Modified and  added new methods to: MetaDocument, AnimatedSlide,
        SlideTransition, TransitionInfoTable.
2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [a962bffa18e81032423e1c5c7065125d27caa163]

        Enabled support for fade, slide wipe and push wipe slide transitions.
        
        Ported or implemented the following classes: SlideTransition,
        AnimatedSlide, SlideChangeBase, FadingSlideChange,
        FadingOverColorSlideChange, MovingSlideChange.
        Modified and  added new methods to: MetaSlide, SlideShow.
2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [a4f7622bcc32b14811f3969dcd073f79560b3967]

        The new slide elements structure is created by the svg export filter directly. Master page elements structure reverted to old one, adapted the embedded script. Exporting a single slide is supported again.

2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [232490f3fba15bc9b6cb94723645fbc21b3c0f26]

        In order to enable future support for slide transitions has been needed to modify the part of the presentation engine handling the slides navigation feature.
        
        A new structure for slide and master page elements has been designed.
        The following new classes have been implemented: MasterPageView,
        TextFieldHandler, SlideNumberFieldHandler.
        The following classes have been modified: MetaDocument, MetaSlide,
        MasterPage, PlaceholderShape, Thumbnail.
        The following classes have been modified and renamed: TextField ->
        TextFieldContentProvider, FixedTextField -> FixedTextProvider,
        VariableDateTimeField -> CurrentDateTimeProvider, SlideNumberField ->
        SlideNumberProvider.
2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [d6b82f7bcb5123db56eb9acf4a3f3c2c90319606]

        In order to fix bug 43060 the width and height attributes are exported  with units (mm)  for the <svg> element when a single slide/page is exported.

2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [6e0d7ce9410658dfe3e0ff53f2b98349b075e91e]

        Now debug printers are turned off automatically

2012-06-15  Marco Cecchetti  <mrcekets@gmail.com>  [fec47cf75efc80825734ce09e991fb0efd8fcd27]

        fixed wrong indentation / provided better indentation

2012-06-15  Miklos Vajna  <vmiklos@suse.cz>  [2f13dbac060ae6af7e25ad3eff675cc859cfb3ff]

        n#325936 fix ww8 export of fly frames with transparent background in headers
        
        Regression from commit ed8b5f2d -- to be safe, reverted only for fly
        frames in headers.
        
        Change-Id: Ia538b69bb913567c7d087d40afc7f0a141b7a0ed

2012-06-15  Stephan Bergmann  <sbergman@redhat.com>  [5e63c104a6c0eefd91d4e887bc5e8f96615e6467]

        Unused variable
        
        Change-Id: Id437c428f07cd084b5f54151a806e111d557acaa

2012-06-15  Thomas Arnhold  <thomas@arnhold.org>  [e06d6e3956e246abbbc05a05598bd2a720a1e283]

        hrc cleanup: Remove completely unused RIDs
        
        These RID definitions aren't used at any other point. So remove
        them. Unused START and END definitions were commented out for
        documentation purpose.
        
        All definitions in basctl/source/basicide/tbxctl.hrc were unused,
        so I removed this file.
        
        Change-Id: I4713188a12b9da912b2a91b85ea4e54ca1aeb994

2012-06-15  Thomas Arnhold  <thomas@arnhold.org>  [f8de2166d46c4bdb80a1ddfb0e75b96a2ce6a60d]

        Remove dead code
        
        Change-Id: I65fe534a712ddcdd01b1f393a8244f603e891dc8

2012-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [31058ad8f22480730651e7379fb0d7b9654739a0]

        disable two ui elements for 3.6
        
        Change-Id: I55c8932fb5561704626f73e044091fe7b5240229

2012-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [146cc7a3ad8b07889dff64cf6d3db21e2d6d2147]

        use correct localization aware string to double
        
        Change-Id: Ied254ef0dc8f7dcf444738da193122a733089b5a

2012-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb4302d489d542ce9afd54a377b3399e1c4cad00]

        handle formula is in new conditional format dlg
        
        Change-Id: Ia492b8fb9ad1406800ba855370daafb40f254093

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [61329b5c147a94c66253fc05be85a4d80a2506bc]

        Render thumbnails for folders as separate entities instead of merging them.
        
        Change-Id: I5a505bd5baf3e186c9eeeaeeb73886b3fe8def19

2012-06-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f14bd201ad7c391b078be1d8e7fb2d072015be70]

        ancient bison nees %token-table for yytname to be usable
        
        fixes build with XCode 2.5 (Mac/PPC)

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [8a65fffe1d5e0a01ac42291ece8331e32c418f69]

        Dont use another VirtualDevice for rendering.
        
        Change-Id: I923958a54157ac28dee03d99cee1b3368fcb5954

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [62020a34cccd778be6f4052c31299ed085a48d00]

        Remove ImplHideSelect function.
        
        Change-Id: Ia3d90409cfcd148e304b4fcc7f3a7aafd4e9604f

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [210ba7a5078429b665957db32caab174413c3667]

        Remove DrawSelect and DrawSelectedItem functions.
        
        Change-Id: Ifd4682b644025aecbfea0f3f2c57ba854a7e1d3b

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [2be7e06f707523ce6528ac4b6a6aac7611b12039]

        Dont hightlight an item when the mouse leave the view.
        
        Change-Id: I90d11e15e00e3baf3477679588de0dd06e10ceed

2012-06-14  Julien Nabet  <serval2412@yahoo.fr>  [5af60dc534b9217e2c799aacbff03bdf727e806e]

        Fix uninitialized values
        
        Change-Id: I62b6cb30aeab40be18e5943a27ccd1d7130ad073

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [97a6815c3452189c3ff2861bdafbebecb97f6a76]

        Remove FullItemMode related functions and attribute.
        
        Change-Id: I91d47dc30c4463c26663fc697ae4ccffe3d25a3b

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [5c7f64cfd12a4cd5f013cca0047645d72d4902c7]

        Do only drawing operations in paint handler.
        
        - Do drawing operations directly to the control instead of another
        VirtualDevice.
        - Remove DrawImpl and Format functions.
        - Every time and item state change redraw.
        
        Change-Id: I3a12415653f1c2b05c1be998016ed5a364a6baf5

2012-06-14  Julien Nabet  <serval2412@yahoo.fr>  [cc85e1303fbdf7d1ff9c5b63ed9942206b53ddac]

        Resolves: fdo#50988
        
        Fix Draw crashes on loading MS Logical Design Diagram example visio file
        It was a problem with an iterator. The comparison was OK only on "else" part.
        In the "if" part, iterators are from different sequences.
        
        Change-Id: I1ccc82a1c24289c0c2e89ef0275f0f5163dc8a8d

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [643f30de35d26e7e50ef3ea39a476733dbf38251]

        Update paint code to use drawinglayer API.
        
        Change-Id: Iacb8b1a8447d8fb54cbb72b7a5a8f25cadb1267d

2012-06-14  Tor Lillqvist  <tlillqvist@suse.com>  [61c6c7f8f72bd9a4a9e92a16ebe31b1621343c43]

        Experiment with ViewFlipper
        
        Change-Id: I0b1523b5c898375b5cf23294b0a9462a6a651e32

2012-06-14  Tor Lillqvist  <tlillqvist@suse.com>  [c64156a11ffb568b652e44205a0476e5a9a34210]

        Add note where scaling and offsetting could/should be added
        
        Change-Id: I7adafa165a4724b0e193288d69c4c3f3815f11b2

2012-06-14  Tor Lillqvist  <tlillqvist@suse.com>  [55e8343aef369d0fb8ec7460ddeb35425e9cc9bd]

        Grow to multiple pages, one in landscape
        
        Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560

2012-06-14  Matúš Kukan  <matus.kukan@gmail.com>  [83726096bfe32160f1fd0aab106a1052aec9ecaa]

        pyuno: more stuff unwanted if there is system python
        
        Change-Id: I13d543f9f877f65f377ae914f8308876bf2c0532

2012-06-15  Takeshi Abe  <tabe@fixedpoint.jp>  [e9022aaa9053aff22cea804794a9eac082485626]

        removed empty SfxApplication::SaveBasicManager() and its usage
        
        See 6801a61711ebaa71781ec733da25bfbb364cb4ad
        and b57bf0f202884261352cae750e09b97f570d3204
        
        Change-Id: Ia63a5426a6445bffd4579d4535382bf93a97a589

2012-06-14  Mirek Mazel  <mazelm@gmail.com>  [c2b867c6c0d861677f2b884097dfa4c80235023c]

        New menubar closing icon (that appears when more apps is open).
        
        Change-Id: I454f63201d61dc6f33a78fcfc1ed65e117124751

2012-06-14  Michael Meeks  <michael.meeks@suse.com>  [577cf8ff67d56db59e6fc08590747b8913137cb1]

        re-base on ALv2 code.

2012-06-14  Michael Meeks  <michael.meeks@suse.com>  [1ab7ed717f187bdca3bb91435758fae22dce2616]

        re-base on ALv2 code.

2012-06-14  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [06a5ea83858607e8ca4e628b2ac5ef0267335983]

        More work on the file explorer. Added file type filtering. Maintains state if user switches to viewer and back.

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [f88c608f482f1b682d06e4945026e826877f2c2a]

        Remove ImplHighlightItem function.
        
        Change-Id: I040780c93778d72ebb07d0638049450dc29e4e30

2012-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [70929122b60c2448230e05f58d69856ce21b34b4]

        Clear Tracking handling code.
        
        Change-Id: Icfeba7191d337c3c812db32b845289a01a699cf7

2012-06-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [16468bd2ea7bdefd859b68c978fdb3397d53a4d4]

        Fix pyuno migration on Mac
        
        Change-Id: I75322a9ada9c84faa6c54ade7d44e5493abb418a

2012-06-14  Miklos Vajna  <vmiklos@suse.cz>  [d21e1215f6a1742a52638a79582c7c833dd8869a]

        n#325936 fix ww8 export of not-in-background anchored images in header
        
        Regression from commit 2ad707b3, which only updated the import, but
        forgot to remove the fake "in background" property on export.
        
        Change-Id: I2b42c5fa7873d946b10d311800049586bc214071

2012-06-14  Michael Meeks  <michael.meeks@suse.com>  [99bc4311b14481d31faf134a197444898cf7e891]

        re-base on ALv2 code.

2012-06-14  Iain Billett  <Iain@Iains-MacBook-Pro.local>  [246ba71f56a06ac9d34a9292df2e018253eefafa]

        some eclipse projects with pure Android UI stuff. LO code not yet integrated.

2012-06-14  Kalman Szalai - KAMI  <kami911@gmail.com>  [12d76ae5c01a792de07a541ba20df5f28f42c927]

        Add epm for OxygenOffice distro-conf
        
        Change-Id: Iddbc17e79a35ceb39eb8abfcb3a820f30961a54d

2012-06-14  David Tardon  <dtardon@redhat.com>  [9735441b94eb53efc913c483d1eb1b438e1859de]

        fix build.lst content
        
        Change-Id: I11c45830f6a322876041f6beda9e31fde110a2a7

2012-06-14  Matúš Kukan  <matus.kukan@gmail.com>  [656e9238de03bcc696e9d6f629e71a75be2c66d0]

        pyuno: clean d.lst
        
        Change-Id: Iaca5b31fb723e158198c7a21c1361f3f4a756477

2012-06-14  Matúš Kukan  <matus.kukan@gmail.com>  [3d085997437e09692827f834ee8ec7fb5c192ec2]

        icc no more exists
        
        Change-Id: I3e4387ba5414aee7108e8a471d964baaece2c0a0

2012-06-14  Christophe Jaillet  <christophe.jaillet@wanadoo.fr>  [441b28d4e9d0345f91fed6a2345d4d6a7c7eb5f7]

        remove un-necessary memset

2012-06-14  Stephan Bergmann  <sbergman@redhat.com>  [5706c479ff05c4ea9d6e25cebe7f0cd3b7469eae]

        Remove dmake makefiles obsoleted by gbuild'ification
        
        Change-Id: I94b074d7d2e1ea2f80c3075ae49530225947442d

2012-06-14  David Ostrovsky  <David.Ostrovsky@gmx.de>  [e16ac6937245977b7900c48a408be2c589f6a0a6]

        gbuild migration: pyuno module
        
        Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db

2012-06-14  Matúš Kukan  <matus.kukan@gmail.com>  [951ed65898208a7597c813141ed160716708d348]

        writerfilter: two more dependencies
        
        Change-Id: I97491c61ef83f947e1923785300490f3b7920203

2012-06-14  Matúš Kukan  <matus.kukan@gmail.com>  [c65225a71bacc45d0cb54cac1edb9b22588d7468]

        writerfilter: remove unused / unneeded .mk files
        
        Change-Id: Ic64e3e527ced7fcf81f90075bae7d8a646789d4e

2012-06-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4f5c523b97542bdbfe69fb7695bcb9699c66f89f]

        CMIS UCP: fixed Save As into a CMIS repo
        
        Change-Id: I8ab65f917e9442f8871a39d7d25a63336065bee6

2012-06-14  Luboš Luňák  <l.lunak@suse.cz>  [e5fdaa259157c062b5481226e54e6a02bfbeca0d]

        fix reading two smartart shapes in one document
        
        Change-Id: If693eea8deceec7eebd45ab04de020223dc7f6a7

2012-06-14  Stephan Bergmann  <sbergman@redhat.com>  [271c4e2fe53c6fe159789db27507804133e72814]

        Revert MSVC ABI incompatible URE change (public -> protected)
        
        ...the mangled names of the corresponding symbols change with MSVC if you change
        a member from public to protected.  This had been changed with
        6e67c03dc0225fc66343546b14e902b9d238b1a3 "Enable -Wnon-virtual-dtor for GCC 4.6"
        but should only be necessary for GCC, not for MSVC, so can simply be reverted
        under _MSC_VER.
        
        Change-Id: Id22aadaff3d7f30ed824f39fe22eab7ca39bd408

2012-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [508291bab3c4bdc1d6aa43f1a0b1388ba19bd129]

        added Emacs mode line for convenience, as well as footer for vim
        
        Change-Id: I01a9118d22ee88b7011ae8b8028b11e043f8c52e

2012-06-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc31fc9c29968d0755b5fda394505ac9ae41fabd]

        be stricter with tab
        
        Change-Id: I17db9db426b10e0cb2148b33dfc9631ea9cb81a4

2012-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f5e1c75333594ea00d8ccdb1c69a7446c06f4ce9]

        WaE: avoid build break on Mac PPC/XCode 2.5
        
        otherwise breaks with comparison beetween signed and unsigned integer
        expressions

2012-06-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2381af9224865544a9d9524c4303f124de430c36]

        trying to fix mingw build
        
        Change-Id: I86c06fc3f7dcd0a24898a602a60c10abdc588b81

2012-06-13  Andras Timar  <atimar@suse.com>  [097c9f295170db829a891ad999eb66660dd40267]

        fdo#51046 fix tab order in About box
        
        Change-Id: Ib15db39659faae398ae3d33f01886c43c0a3b507

2012-06-13  Philipp Riemer  <ruderphilipp@gmail.com>  [1dc9da9c8ebe931f3859381353001107520c449c]

        Fix last line whitespace problem
        
        Change-Id: I9df71fd2db17cda15a19b41b0ff389bc2e49eecc

2012-06-13  Philipp Riemer  <ruderphilipp@gmail.com>  [44087de2c00fb63e637e551e929a203cb7f80b19]

        translate German comments in (and minor clean up of) sw/source/core/inc/{flowfrm,flyfrm}.hxx

2012-06-13  Philipp Riemer  <ruderphilipp@gmail.com>  [fc1ca84b494c30ce0bf50f9025f56d4763b4a9ac]

        delete useless code in sw/source/code/inc
        
         - frame.hxx: git grep shows that variable is not used anywhere
         - dflyobj.hxx, frmtool.hxx: redundant visibility declaration
         - layouter.hxx: redundant include (once with "" and once with <>)

2012-06-13  Philipp Riemer  <ruderphilipp@gmail.com>  [74b5a0dd4bb150fe807e678d157149f607ca246d]

        minor code cleanups in sw/source/core/inc

2012-06-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [eb1c174f26472478e00aa1ca6486fcb3ce330e83]

        moved createBaseProcessor2DFromOutputDevice to drawinglayer module
        
        Change-Id: Ia1c30f93eb20f88d989987265b1ddbc964deb390

2012-06-13  David Tardon  <dtardon@redhat.com>  [9ea4189c507455caebaf1c96457b98cac789584a]

        mingw: fix check for boost date_time dll
        
        Change-Id: I4a31c215d70e6f8f8fc8a768851315b919fba03e

2012-06-13  Stephan Bergmann  <sbergman@redhat.com>  [6e90fdb564c0b2201a6255d5ba1cf1257f2c5f2b]

        Added XML text declaration to XML license header, for convenience
        
        Change-Id: I5abe2119ddadf7f44ebe711efe30e33491362c3d

2012-06-13  Eike Rathke  <erack@redhat.com>  [22b151a35ab940166bdc690364052184b1f5851f]

        implemented lt_db_set_datadir() override
        
        + added lt_db_set_datadir() and lb_db_get_datadir() functions to point to
          liblangtag data and override REGDATADIR define
        - removed LIBO_LANGTAG_DATADIR environment variable hack

2012-06-13  Stephan Bergmann  <sbergman@redhat.com>  [59f5d8f54bd485f828aa1266b2bc11a9b05bd1e7]

        Remove unnecessary size-too-large check
        
        ...it is done in UniString(rtl::OUString const&) ctor anyway
        
        Change-Id: I890ab21a6c04fe0ddc0a9b2c9a356359984e516e

2012-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [874926b2e2b92e5b46e1ece110cac9e40c131baa]

        use commandline parameters instead of bison directives (XCode 2.5)
        
        XCode 2.5 only has ancient bison that doesn't support the %file-prefix,
        %name-prefix,... directives. So use the more compatible commandline
        arguments (just like before gbuildification of the module)

2012-06-13  Stephan Bergmann  <sbergman@redhat.com>  [5c47001d38af7b61db2089f5b3b8dc97e9f8d891]

        Better fix for those short strings
        
        ...that are not intended to be short after all; just the length
        calculation turned out to be wrong.
        
        Change-Id: Ic3a81c935161564f980ddd0241575fff2f76b467

2012-06-13  Michael Meeks  <michael.meeks@suse.com>  [c3a6a57fc2f1822b6258725694eea649578be0c3]

        re-base on ALv2 code.

2012-06-13  Miklos Vajna  <vmiklos@suse.cz>  [c6bb0ce39c6d5f74258e9269176420b436d8c83b]

        gbuild: don't suggest make install on WNT

2012-06-13  Michael Meeks  <michael.meeks@suse.com>  [544c785c13459f9efa2868eaddd86bd543e305e9]

        quiet potential size warnings.

2012-06-13  Michael Meeks  <michael.meeks@suse.com>  [aa00f6f1ceb26725542a9e103bc5bf91a2192e1a]

        targetted sb140 revert.

2012-06-13  Thomas Arnhold  <thomas@arnhold.org>  [a747ad22d5c44ce291fd1e502c3fa29008ae653a]

        Tidy up *commands.h - Remove unused CMD_ defines
        
        This is the first part of a nice cleanup ;)
        
        Change-Id: I2fa632dbb589053d8f95456233e10e97dff190fa

2012-06-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4479090e6063f6106c9cf08473f3cac1b12407e2]

        Bring back the Duden hack
        
        Change-Id: I062179fca29034602ffc18ad7e2b7de2988dac2f

2012-06-13  Tor Lillqvist  <tml@iki.fi>  [1500c9c29950aa09030a9a24b20b09c4ac7d3cf6]

        Drop throw clause that was incomplete anyway
        
        SvxUnoTextRangeBase::SetPropertyValueHelper throws a
        css::lang::IllegalArgumentException but its delaration did not mention
        that. This caused a crash in sd_filters_test with Apple's Clang which
        does not have -fno-enforce-eh-specs. So drop the whole throw clause.
        
        Change-Id: Ib9bbbc885f657aeb8d671c75a41b60a6544ea421

2012-06-13  Andras Timar  <atimar@suse.com>  [2692146ef26def4a94282cf4d9d02c25cd7659ff]

        remove reg4msdoc files, they are not compiled
        
        Change-Id: I0b12dd16c6de05b14d2196771a81441ac0c73201

2012-06-13  Michael Meeks  <michael.meeks@suse.com>  [3eac565c6066a395fd163368ae0272a247e00b84]

        update new file license header template

2012-06-13  Michael Meeks  <michael.meeks@suse.com>  [72cfb250a25de0c13a2a9959f7fbdfa2878c8e7d]

        re-base on ALv2 code.

2012-06-13  Jan Holesovsky  <kendy@suse.cz>  [cba0dad4566652f63ea3114660da4e5c7dd88c31]

        calc input line: Fix crash with accessibility enabled.
        
        Change-Id: I4508ec866b7e8436e1a8117ac6496ed0f1537abf

2012-06-13  Stephan Bergmann  <sbergman@redhat.com>  [a4242df3ae36d9158317298fe01b5cfa0aae4b32]

        Take care of short strings
        
        Change-Id: I469b27a45bb5676570b59a829419f3959210a1a6

2012-06-13  Miklos Vajna  <vmiklos@suse.cz>  [db109884f4ba013ab2363315394bd3c28405095a]

        sw/qa/ooxmltok: explain the fieldmark test a bit more
        
        Change-Id: Idbfdc440053c5c4cb6c015e49bc20733e72fda72

2012-06-13  Miklos Vajna  <vmiklos@suse.cz>  [743d423258dec9f4f3b6ddd004a578147b56b2df]

        n#766477 testcase
        
        Change-Id: I6dec02fbcf6c2f518f0d9003ded71040a7c1c30c

2012-06-13  Petr Mladek  <pmladek@suse.cz>  [6c968d5d1974a205f6b5a320cc277ad23cb8518b]

        lo-commit-stat: really print the piece title into the log file
        
        perl is really funny; the file handle can't be delimited by a comma
        
        Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1

2012-06-13  Caolán McNamara  <caolanm@redhat.com>  [e80b5f0a88db0acda3cfe6abc221ee4b3b264e90]

        error C2227: left of ´->acquire´ must point to class/struct/union type
        
        Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02

2012-06-13  Caolán McNamara  <caolanm@redhat.com>  [f86919e4815dc717663dada67c9ff530b8903fdf]

        callcatcher: update unused code list
        
        Change-Id: I76860ac9a823cde1c9e87e08da7bb6884840f826

2012-06-13  Caolán McNamara  <caolanm@redhat.com>  [523bf7fcdf5d874ad72a4c7b470dadadad772453]

        callcatcher: unused duplicate WW8TableManager class
        
        Change-Id: I6c4395712cb4bb6b28e2997b4af24ab423573f4a

2012-06-13  Caolán McNamara  <caolanm@redhat.com>  [14b81851592a31dad02699870938f676885c7c11]

        SetDrawBaseLine is never used so bDrawBaseLine is always true
        
        since removal of sc/source/ui/attrdlg/condfrmt.cxx
        
        Change-Id: Iba794cd62fc4872dbb9dc7c3d7591cdd5ab5519e

2012-06-13  Caolán McNamara  <caolanm@redhat.com>  [6191fa0847ac5b27083efe1a8c6cd84d080a638c]

        reduce use of UniString ctor from null-terminated unicodearray
        
        Change-Id: I98361309ada084d8f78517ce88f210d785f59cc0

2012-06-13  Tor Lillqvist  <tlillqvist@suse.com>  [2e16eaf31c7a4849110020aebd5fbc97a1ab3e99]

        Need basebmp headers unconditionally
        
        Change-Id: I47f15178ffa910c60acb56a7df749db0b1efec55

2012-06-13  Rafael Dominguez  <venccsralph@gmail.com>  [8b1f29815022100e853d6c646838e52f83b4d548]

        Highlight item on mouse hover.
        
        Change-Id: I5f838f045dd4182803820516cfb6b706a6c4fe02

2012-06-13  Thorsten Behrens  <tbehrens@suse.com>  [d5e3a6ae448952e71174954671d1cd790f2d0b50]

        No need for fancy string formatting, use plain print
        
        Change-Id: I6886664951e76ce66c991f3657751f79e7896f0b

2012-06-13  Tor Lillqvist  <tlillqvist@suse.com>  [88c5283de195a7e56b2d9e0fc376972e05faf40c]

        Add Mesa/README
        
        Change-Id: I6bd54d87177fe24bb57bd08eca6b5450c09d593b

2012-06-13  Takeshi Abe  <tabe@fixedpoint.jp>  [6c7da3e22a889e559e31f62afb33f9736181a171]

        removed code commented-out in the first place
        
        Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df

2012-06-13  Tor Lillqvist  <tml@iki.fi>  [4965c3cc4b48170ce1c3bc27d033ae9132ae1e4a]

        Add some more information
        
        Change-Id: Iafa671028ce73c2ec3a2706dda60f58aaeda7fda

2012-06-13  David Tardon  <dtardon@redhat.com>  [204ece187916bd891273b38892d6ba74ae2cfad6]

        make sure basebmp headers are in place
        
        Change-Id: I8ffa38550f8253ab22f16aa2a1ce392e656c1bd1

2012-06-13  David Tardon  <dtardon@redhat.com>  [02d9bd3b14575442a6532915cdb18bb4a69ad35f]

        fix typo: = -> ==
        
        Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec

2012-06-13  David Tardon  <dtardon@redhat.com>  [0f6919cf551507f1cb04ff5cbb04d7d3cd707e5c]

        better test for system boost date_time lib
        
        This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22.
        
        Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde

2012-06-12  Regina Henschel  <rb.henschel@t-online.de>  [e659fbd2779d1f3e6f871a2405db173c5f70d320]

        fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]
        
        Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet
        functions.
        
        Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [3174c0234bd9fdbbd182d05e86a2699e239f7f68]

        remove unused SfxFilterPtrArr
        
        Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [a96d082bc03683e9920a53ede7becb048240fbd5]

        convert SbPropertyValueArr_Impl to boost::ptr_vector
        
        Change-Id: Id3189a9abff5ee97b93bccefba8193ba36cb043a

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [a7a6f775826a7d1c365b5ca0725b61c7fedf0f0b]

        SbPropertyValues: rename members
        
        Change-Id: Iad6bc5af052a0795608ec11ee11c8dea3d091868

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [f9c5a36609523317b6634f18d834296c6b3dcb22]

        SbPropertyValues::setPropertyValue doesn't check that property exists
        
        Change-Id: Ia63eea0c19bfa750b80f4c99f278f8d144c714a8

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [6ec1108370d9e27f3e75c1a50f9525b06d5a3c82]

        convert NfWSStringsDtor further to vector<OUString>
        
        Change-Id: I4fac64952abf208864281fda722d8b7242689395

2012-06-12  Noel Grandin  <noel@peralex.com>  [586df9f1ec5a733082ced2a51f416c8baa2cc914]

        Convert SV_DECL_PTRARR_DEL(SvxRTFItemStackList) to boost::ptr_vector
        
        I had to make the destructor of SvxRTFItemStackType public.
        The combination of friend class, boost, and a private destructor
        does not make OSX's gcc happy.
        
        Change-Id: I2d9a3bff3c5edaf5435fb543389a9a2822c6b2ad

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [c2fc98fa9e46cd18201d3940beb67d74630c8604]

        Convert SV_IMPL_PTRARR(SfxFilterPtrArr) to std::vector
        
        Change-Id: I6b0fee0f5d736006938d3d6ab69745219bffa227

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [42d57f94fa3202e53f38bfcbef0683c8f0bc1a61]

        Convert SV_DECL_PTRARR_DEL(SvxGroupInfoArr_Impl) to boost::ptr_vector
        
        Change-Id: I90d357107f69ea5939952e9640b5e1f4cbdcec3d

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [4449da41bcdcd7f8b572a8d7f535cc72b1db28a5]

        Convert SV_DECL_PTRARR_DEL(SvxNumSettingsArr_Impl) to boost::ptr_vector
        
        Change-Id: I1d53e6815c4da5ef5f525dbc11bca73723bb3bd2

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [bbe2cb404a11bc68e1b94d7e0e2aaa935fe21c80]

        Convert SV_DECL_PTRARR_DEL(SfxGroupInfoArr_Impl) to boost::ptr_vector
        
        Change-Id: I90628a60e3eb33097728e1036b22a5c000be02bc

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [2110397670695991b3a5cd28a15ba0ffd2a3a611]

        Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vector
        
        For reasons I don't understand, the compiler would get uncopy
        if I tried to declare the destructor in the header file.
        
        Change-Id: I67fa7941da2f0ee08ae10bf350fb1f3bf1397410

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [56366fa094fdeae8f62b55e0ba7b1ef06a582a84]

        fix previous commit:
        
        Make SbCompare_UString_PropertyValue_Impl a strict weak ordering.
        
        Change-Id: I70d639ad44ceb69311c2d5bc1b95c972ad658451

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [8de787a2669c2ae375820428009b411c9ab1f2bf]

        Convert SV_DECL_PTRARR(SbPropertyValueArr_Impl) to std::vector
        
        Change-Id: I3e072c165d83e9ade06caf2508031b473ef7691d

2012-06-12  Noel Grandin  <noelgrandin@gmail.com>  [6d0961d194b02707faab5fb64207b8dc40488c2b]

        Convert SV_DECL_PTRARR_DEL(NfCurrencyTable) to boost::ptr_vector
        
        Change-Id: I4e288a90f3b1662462ba06053343c8bab5fe46cf

2012-06-12  Noel Grandin  <noel@peralex.com>  [072a67d198120a1e7a0cea16e834e33fcc9631bc]

        Convert SV_DECL_PTRARR_DEL(NfWSStringsDtor) to std::vector
        
        I had to keep the pointer typedef because MacOS gcc gets
        confused otherwise.
        
        Change-Id: I0681585f7273dcac25b2cb835601b29353e2183a

2012-06-12  Noel Grandin  <noel@peralex.com>  [2a360b68475d6fff5b6618feddb0b52f3a4a2373]

        Convert SV_DECL_PTRARR(SvBaseLinks) to std::vector
        
        Change-Id: I9197dc4fd7ed32f030de8121913265ec78c83585

2012-06-12  Noel Grandin  <noel@peralex.com>  [3a27dcd0ccac691307648c3d7a96c28412e0a311]

        Convert SV_DECL_PTRARR_DEL(SvxMSDffBLIPInfos) to boost::ptr_vector
        
        Change-Id: I6cd5793b1ba2a29cbedce7fe5a040651e1664a11

2012-06-12  Noel Grandin  <noel@peralex.com>  [e19a2e50b723e0871d10cb51198d82c3dc8e57fa]

        Convert SV_DECL_PTRARR_DEL(SvxMSDffShapeOrders) to std::vector
        
        I could not use boost::ptr_vector because some of the code copies
        the pointers into other data-structures temporarily, which
        ptr_vector does not like.
        
        Change-Id: Ie9c8aeb4e741bfd138694929ccda451a1c0984bb

2012-06-12  Noel Grandin  <noel@peralex.com>  [9536a28ede89e8c29940e8ba225215a45667062c]

        Convert SV_DECL_PTRARR_DEL(_PptSlidePersistList) to std::vector
        
        I could have used boost::ptr_vector, but the code seems to believe
        that the array can contain nulls, which ptr_vector does not like.
        
        Change-Id: I5f56a3e96ef9baca2c192e7cfa33b8f4283709a6

2012-06-12  Noel Grandin  <noel@peralex.com>  [703492eb220d72a84599960fda04dbf9aef916f1]

        Convert SV_DECL_PTRARR_DEL(PptFontEntityAtomList) to boost::ptr_vector
        
        Change-Id: Ie7aa19b7ef5c25b2547a9fd29810fb56427edac0

2012-06-12  Noel Grandin  <noel@peralex.com>  [153c5e3f07ec26fac352765b776188035e1fdeb2]

        Convert SV_DECL_PTRARR_DEL(ImageItemListDescriptor) to boost::ptr_vector
        
        Change-Id: Ic3b06e179d182d68288c7c6832149309160cd637

2012-06-12  Noel Grandin  <noel@peralex.com>  [0169c40e133bafa9d7c1226d1fa747d7958a1d4f]

        Convert SV_DECL_PTRARR_DEL(ExternalImageItemListDescriptor) to ptr_vector
        
        Change-Id: I29e61ac8c932d0920f326f268aa62acc4aaec5c5

2012-06-12  Noel Grandin  <noel@peralex.com>  [059f0fd3bd6977a9e29a32f5292262b14e8ff679]

        Convert SV_DECL_PTRARR_DEL( ImageListDescriptor) to boost::ptr_vector
        
        Change-Id: Iea01a7d7c01bb9da80ccae001157c60d6090348b

2012-06-12  Noel Grandin  <noel@peralex.com>  [78a219e973d2528351f7b850e9b5f58bf37ff0cf]

        Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vector
        
        Change-Id: Ic4cb48c1ea3df05cecaedb41941d9b592d591a55

2012-06-12  Noel Grandin  <noel@peralex.com>  [a06d710466ca4fd433a93a297a7a27af8a2746b3]

        Convert SV_DECL_PTR_ARR_DEL(XDBRefreshListenerArr_Impl) to ptr_vector
        
        Change-Id: I2fee4cf49ff48e4cffef0bcba704b69aad8242d8

2012-06-12  Noel Grandin  <noel@peralex.com>  [509e87d05379f7bd7ecf842e7114ccaa9a3d6020]

        Convert SV_DECL_PTR_ARR_DEL(XStatusListenerArr_Impl) to ptr_vector
        
        Change-Id: I2375831167dff55b7906cc7ae8c8a1b53fc88125

2012-06-12  Noel Grandin  <noel@peralex.com>  [480f84943b38a51764cde81c42bfee11510fbcf2]

        Convert SV_DECL_PTR_ARR_DEL(XRefreshListenerArr_Impl) to ptr_vector
        
        Change-Id: Ic541506a426e056909f6c5cb67af166d4081ea89

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [ddaf53acd4f4052d90d3685f3c158b773ce3433d]

        re-base on ALv2 code.

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [49d13501c126d17a48a9173e986678138d054649]

        re-base on ALv2 code.

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [c91e2cae5403bdac03e016b78d500a6abefcf20d]

        re-base on ALv2 code.

2012-06-12  Eike Rathke  <erack@redhat.com>  [fa3c8f55f45476a23e9927cec585f84ef59a638b]

        accept BIT* functions as _xlfnodf.* in Excel import
        
        BITAND, BITOR, BITXOR, BITRSHIFT, BITLSHIFT are written as _xlfnodf.* in Excel
        export because Excel doesn't have them. So far we weren't able to properly
        read that in again and the #MACRO? error was generated as function result.

2012-06-12  Eike Rathke  <erack@redhat.com>  [9ae96127e5b363e6eea14a0e9459b22f0f7307ca]

        changes to patch "fdo#50822 add function XOR to calc as in ODFF1.2"
        
        * removed XOR entry again from sc/source/filter/oox/formulabase.cxx
          saFuncTableBiff5
        * changed XOR entry in sc/source/filter/excel/xlformula.cxx saFuncTable_Odf
          from ocNoName to ocXor to have it written as _xlfnodf.XOR
        * changed description of function in Function Wizard

2012-06-12  Winfried Donkers  <osc@dci-electronics.nl>  [033cce3e0fbb72a9400836923be96c5036aaacb0]

        fdo#50822 add function XOR to calc as in ODFF1.2
        
        Change-Id: I994119c0520658775d07f776237d31a03f53ab52

2012-06-12  Caolán McNamara  <caolanm@redhat.com>  [a741932eb4e83148a341cfd5c6a30ff1878e3149]

        fucntion -> function
        
        Change-Id: I0d345b2cf60f49e0e6b72724251c1f6d30529dce

2012-06-12  Andras Timar  <atimar@suse.com>  [1505ba77d8051dbcf1ff681c55031ea2f6a1b83b]

        delete problematic IsOfficeRunning custom action
        
        Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff

2012-06-12  Stephan Bergmann  <sbergman@redhat.com>  [1c18604836ce8063b80cc8090445bf0c0094c5d8]

        -Werror,-Wunused-function
        
        Change-Id: I1b12a923e8c045c7ebca8c0b77b8135d3e072ac9

2012-06-12  Julien Nabet  <serval2412@yahoo.fr>  [104badf31c8a39994cadc460561bfa01e428b67b]

        Resolves: fdo#49178 CRASH when FILEOPEN particular RTF
        
        Change-Id: Idd938980b91ec8b822a92dfd7013a20fe5b6f498

2012-06-12  Petr Mladek  <pmladek@suse.cz>  [2e353b8daadc588b02fe7c7df5b7f185187e9d58]

        lo-commit-stat: avoid problems whit '%' in the commit message
        
        Change-Id: Ia10bac649cc078f6ef39002d280dcff7e5d0b06d

2012-06-12  Petr Mladek  <pmladek@suse.cz>  [b74119aed7f0e5761c70d9f800e1675832a717aa]

        lo-pack-sources: correct check for valid libreoffice/core dir
        
        Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [b3d8fd8a41b2fd8070f64366273ca8eb20484b12]

        re-base on ALv2 code.

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [6f3674766126b31f64fe88fd90f09c8a4d4f9b87]

        re-base on ALv2 code.

2012-06-12  Stephan Bergmann  <sbergman@redhat.com>  [4d0e3127ed2def7212bc05aa860cd06704bb1efe]

        rhbz#678440: Always include User-Agent to avoid 403 from picky servers
        
        Change-Id: I4fa7b45062b0058427f77cf9dc0abebd6b26fb49

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [39669162e06ae6ba6e65c0d8c453263a433a8142]

        re-base on ALv2 code.

2012-06-12  Caolán McNamara  <caolanm@redhat.com>  [04f3f84eeda03c358133f1e68d8a1df8259cb61b]

        FT_CHARFMT and LB_CHARFMT shared the same resource id (cherry picked from commit 125cecd8fa6036986f1d442bc7d902b547c11e75)

2012-06-12  Miklos Vajna  <vmiklos@suse.cz>  [9b0be41e96abb0a6547afad7de3a24f336bfdb5a]

        n#766477 dmapper: import NS_ooxml::LN_CT_FFCheckBox_default
        
        Change-Id: If7edb301fa90a49d79fc5322a7c19ee2591f5494

2012-06-12  Jan Holesovsky  <kendy@suse.cz>  [f268355606630e9fc07a945859ec57ae00f6e427]

        toolbars: Improve the toolbars look in Windows Vista or later.
        
        Change-Id: I389ef70c76a3a9c837ad5406c417804ad77be948

2012-06-12  Jan Holesovsky  <kendy@suse.cz>  [eac708b0b188d7e6477922bb4bc03199cd92f5ca]

        menubar: Improved Windows Vista or later look (based on Mirek M.'s design).
        
        Change-Id: Ica8076b7e21c5188a3126faf32d16904deecf212

2012-06-12  Jan Holesovsky  <kendy@suse.cz>  [6d78c490b0923c22d125286ebdae2e41edd28f6c]

        Get rid of GRADIENT_* defines, they conflict with Windows GDI types.
        
        Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [99ced0bdaedeedd13de73a66e159f45cada6e3b4]

        re-base on ALv2 code.

2012-06-12  Michael Meeks  <michael.meeks@suse.com>  [63607e9e07390f960e56f7355de937703c010dd6]

        re-base on ALv2 code.

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [36e43b52992735c622833e923faa63774b9e2f76]

        fdo#43249: WW8: fix double border import:
        
        The border widths are tripled on import, because that is effectively
        what SetWidth does for DOUBLE borders; set a divisor of 3 similar to
        e2ffb71305c5f085eec6d396651c76d6daee3406
        70a6a4d425558340bb49507975343a3e0a1bdde8
        
        Change-Id: I40b175bedc1ed2d564be126bf9e6870b43474aba

2012-06-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [d10305bbcf98088ef3d7eeee2299e4a21de6e48f]

        fix null pointer dereference
        
        Change-Id: Ia117e1db43b29eda2f87bf1b1f26d580006e4b8b

2012-06-12  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ad68e47b740498a80c5802e1672022221f196c22]

        Translate German comments, fix some spelling errors
        
        Change-Id: I2a4cc2c903f469898df9c739658ce25523199fbb

2012-06-12  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5836cd33b60c574489fe0b46a671db76d3ca547b]

        Translate German comments
        
        Change-Id: I96606cc97afb4fab6af45b116c265b1b3c584e00

2012-06-12  Caolán McNamara  <caolanm@redhat.com>  [8bee7215898d8784eb20bc43af1df3ed815288a6]

        misuse of null-terminating requiring string ctor
        
        Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79

2012-06-12  Caolán McNamara  <caolanm@redhat.com>  [7d042c50f5b8e1d61f0615ae8aff5714840be01b]

        use rtl_ustr_getLength instead of a temporary string just to find length
        
        Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7

2012-06-12  Caolán McNamara  <caolanm@redhat.com>  [df4c929bc36c168a55c3467c783fd0256b90dc45]

        don't need to realloc string
        
        Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8

2012-06-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [17ebc5540e3f80b04d38ba2000a1db96822874f6]

        Don't push_back(.back()), stupid
        
        Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad

2012-06-12  Michael Stahl  <mstahl@redhat.com>  [cd18b8e313b792f5fc42edb3314a95d202406899]

        fix invalid vector.push_back(vector.back())
        
        The vector::back() does not return a value but a reference, hence this
        is invalid.
        
        Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2

2012-06-12  Miklos Vajna  <vmiklos@suse.cz>  [48da4027d0745deb3389885e903e9323b353c4d4]

        oox: fix TextFontModel doxygen comments
        
        Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e

2012-06-12  Stephan Bergmann  <sbergman@redhat.com>  [dc82cf021f76ea83ff7a4bcb2d7525f2e111f0cc]

        Make PyUNO work --with-macox-version-min-required=10.6
        
        ...by using system libsqlite3.dylib instead of nss one (see comment in
        nss/makefile.mk for details).
        
        (dmake knows neither < nor ! in conditional expressions, that is the reason for
        the strange .IF .ELSE ... .END constructs.)
        
        Change-Id: I5abe0f74ad55aac06b91163751bb8145b759b9ca

2012-06-12  Eike Rathke  <erack@redhat.com>  [0f79440a86dc788a38ef4b3be63bffd2cd396ddc]

        work around spurious signed overflow warnings
        
        gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
        com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow does not
        occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
        
        Change-Id: Ibbc2f3533097ad379e1707f77039c675a0d00133

2012-06-12  Martyn Russell  <martyn@lanedo.com>  [d2a02df2f9725a1884131c0ab415a2b122a44420]

        cppcheck: Avoid unused variables code warnings
        
        Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f

2012-06-12  Martyn Russell  <martyn@lanedo.com>  [4019acf2974b58210ffc1b1975720553e7b5d337]

        cppcheck: avoid unreachable code warnings
        
        Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [cb0450899ddb2ea75d6a6fcf630f41292af64330]

        Add a default dummy implementation of SalVirtualDevice::SetSizeUsingBuffer()
        
        Change-Id: Ib1d98173f2dd29a59ce49bbe93ff563d5bb913a0

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [ff719cd8bb07447655c09f9366fe3c4debd31717]

        More hacking
        
        Note that this Document class is work in progress and the code hasn't
        ever been run yet even. Not used by the DocumentLoader test appp
        currently.
        
        Change-Id: Ibb285d455f31d9bda43133f3a289fc4564b83d47

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [3ea3c6afa274ea169212101111628d883b7b3f65]

        Use XToolkit2::createScreenCompatibleDeviceUsingBuffer
        
        Render directly to a direct ByteBuffer allocated on the Java side.
        
        Change-Id: I2d66e4146df77e92260918a78ef22cd9b8c95384

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [96c4aeedb04bfb1438b69875951fc132142cb0d3]

        Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for Android
        
        Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [56595dab6424db6d69f81bfa551118140c5b66ac]

        Do use separate width and height
        
        Change-Id: I1bae38bf312ebc0186266be0dad3604e3f940aef

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [f44530f1a0b775d8da8be2164cf54b7a2a65c614]

        udkapi and offapi are not "internal"
        
        Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4

2012-06-12  Tor Lillqvist  <tlillqvist@suse.com>  [4e4dcdae48dcd0437ff3f87a1ffc4fada53f2e3f]

        Add Android-specific sal/ByteBufferWrapper.hxx header
        
        Used for impedance matching between Java's direct ByteBuffer and the
        boost::shared_array used by basebmp. Not sure yet how well this will
        actually work. I'm afraid leaks might be possible in exception
        throwing cases.
        
        Change-Id: I74fc57aaf46b2dd9f227043bd9045d4815a5ed40

2012-06-12  Jesús Corrius  <jesus@softcatala.org>  [3a793f9558c61000dc00534df0820e06135c8c24]

        rename Class Name, Window Name and Message of the QuickStarter to avoid conflicts with other StarOffice derivatives

2012-06-12  Stephan Bergmann  <sbergman@redhat.com>  [770e990dabcd4f0415da65ef3ace4fc5a3784278]

        Missing dependency
        
        Change-Id: Iffbd7722b7ede8a2824e59f0bfc0241730de2486

2012-06-12  Stephan Bergmann  <sbergman@redhat.com>  [a61b43cbf9c798f553e5d81c60f59a29e47d240f]

        -Werror,-Wmismatched-tags
        
        Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9

2012-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56de6cce83701f003416ad91b28c0dbca3a3d67e]

        small improvements to data bar dialog
        
        Change-Id: I7eada5e24047d36c1625aa082ecc9e5d52f785ae

2012-06-12  Takeshi Abe  <tabe@fixedpoint.jp>  [16738213c400f9192abc2ff6c08d7f711dee8d34]

        nuke dead code
        
        Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332

2012-06-12  Rafael Dominguez  <venccsralph@gmail.com>  [467e2ea597ed37d63f1dd4ed0937e8a4d3d3ffc9]

        Disable drag&drop tracking and change item select state when clicked.
        
        Change-Id: I7e3f6ec64ee98826d361008fed3e93cfcba39595

2012-06-12  Rafael Dominguez  <venccsralph@gmail.com>  [79a5687f62f38092796ea47f54b81ce9dd6b6358]

        Set MouseButtonUp and MouseButtonDown as default control action.
        
        Change-Id: If105303bb0a4d147e12c6501d412d199f316e971

2012-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3451df90e0db9d37a7c6950c2eea53a96616e12]

        seems like windows does not like that
        
        Change-Id: I3c694af4554f984274e179739475077c46db4028

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [699e7d9e4081942bb0ad73e9be73f90a26d0c2f7]

        Remove unneeded methods.
        
        Change-Id: I094bc03dca00fcc0c157fcbb69ea781381dce088

2012-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [53d2fc053390c1ca6676f773cc60312e9d44af24]

        make new conditional format menu appear
        
        Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873

2012-06-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7618860eac39b89bce9958a3271033a8b39407b7]

        need to export all symbols for color formats
        
        Change-Id: I18209f594ac6aa9ba03081342532e37a7b686571

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [12558df99b864798da8d27f6bc5236159b96b881]

        Start ThumbnailItem id from 1 instead of 0.
        
        Change-Id: I62d3da91e7135552452c7ad9208c59cc499da19c

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [99bd77af309f3fbb18c8acb5b862bd3c3291fa5d]

        Fix displaying folder thumbnail.
        
        Change-Id: Ibe9c64268e4034ddbfc30735846e2fe49449bcf5

2012-06-12  Thorsten Behrens  <tbehrens@suse.com>  [9852f01df91cdf5bb5ac924d2354eac8a6481df7]

        Optionally output wiki-markup from lo-commit-stat
        
        Starts to be a bit annoying to roll shell-sed every release.
        We fix too many bugs.
        
        Change-Id: I34b0e9c2bf2c43f84abd555a9d2ac7dde0b6ba3a

2012-06-11  Michael Stahl  <mstahl@redhat.com>  [40b7eff9075c88d80fb0f3472d2671c5d2c72d0d]

        un-inline isValidXmlId (MSVC doesn't like it anymore)
        
        Change-Id: I59872f6e7fbdfc73875a45912b93d01b4379aec7

2012-06-11  Thomas Arnhold  <thomas@arnhold.org>  [22a5dfb94918cbade4800122c75d88ae73e39240]

        build fix: restore STR_CHAIN_OK
        
        Change-Id: I04230c4c38978340afa91eefb1886de0998967f8

2012-06-11  Thomas Arnhold  <thomas@arnhold.org>  [06d358fea294617d8618e9cf6fadb1f162fd6014]

        Remove unused InterceptChildWindowKeyDown: further cleanup
        
        Change-Id: Ie894c1a1989433e4faa14ca469defd5239584dbe

2012-06-11  Thomas Arnhold  <thomas@arnhold.org>  [da38cd454a7d32b92dbdd1dd0abdce27c4ee2327]

        Remove unused InterceptChildWindowKeyDown: further cleanup
        
        Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692

2012-06-11  David Ostrovsky  <David.Ostrovsky@gmx.de>  [bbdb00c8c57a72f9bc730d3f7aab8a4d4acc6308]

        disable mozilla per default on all platforms
        
        Change-Id: Ie5e8c7c43d86f060d7733c1787c6382e78c0a463

2012-06-11  Michael Stahl  <mstahl@redhat.com>  [0044bd800b742f28056805bb163ff243cf4095f3]

        fdo#38116, fdo#49438: fix double hairline border drawing some more:
        
        These two fixes interact in a bad way:
        49bd0e4e6bb0ed0671de72d84700ddcc49828f69 (fdo#48647)
        ee42895d684be9430a414adf3f569d279d437148 (fdo#49438)
        
        The problem is that now hairline borders are detected properly, and the
        double hairline borders are clipped to the right area, but the clipping
        polygon actually collapses to a single line for the hairline border,
        with the result that the clipped border line is an empty PolyPolygon
        for e.g. a double border 3 twips wide.
        
        Fix this by enforcing a minimum clipping polygon width of 2 units,
        which seems to work nicely.
        
        Change-Id: If9cf9f0ed6a5c837860c2313a84cd26b07734b03

2012-06-11  Petr Mladek  <pmladek@suse.cz>  [277b7fd3a483351368604ef2b71fb5ff44801e8b]

        new script config_host.mk.source
        
        it allows to source variables from config_host.mk into shell;
        there are many different hacks for this on other locations
        
        Use this script in bin/distro-install-*; The original solution
        with 'eval' did not work because shell was not able to pass
        that many arguments
        
        Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5

2012-06-11  Petr Mladek  <pmladek@suse.cz>  [525bd17ff257863226119e310fa69791aeb59d8a]

        correctly set icon names in desktop files
        
        config_host.mk defines even empty UNIXWRAPPERNAME variable now.
        Hence, 'UNIXWRAPPERNAME *=' newer assign the default value.
        
        Change-Id: I2c782bdf79eddffa2451c5462106519479db7431

2012-06-11  Michael Meeks  <michael.meeks@suse.com>  [3dd8f023fa1adaf42ee26f6642f6eed379d5f84e]

        re-base on ALv2 code.

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [26f4f5b94a7573132c456a302cdb92bc265541ab]

        fdo#49659 testcase
        
        Change-Id: Ie9bb39713e485d5fb4eb93c718796a0bbd083481

2012-06-11  Thomas Arnhold  <thomas@arnhold.org>  [4282865c517f8de814696fa75d0662aba73a4624]

        Remove unused InterceptChildWindowKeyDown
        
        - InterceptChildWindowKeyDown never gets called
        - so mbInterceptChildWindowKeyDown doesn't get changed
        - at ImplInterceptChildWindowKeyDown
           a) ImplSendMessage() is never accessed
           b) always returns sal_False
        
        Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d

2012-06-11  Thomas Arnhold  <thomas@arnhold.org>  [b3a3ab05e41a34c4a9d62639993f215dd47a2ae9]

        Remove non-functional Hide/ShowStatusText
        
        Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080

2012-06-11  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [4eeaa94ae07f45f0e9f1f05c474fa75e955d4e70]

        Make DO_TEST_PDF code work again
        
        Change-Id: I3b3e5ab68421e25e6bf153f11ca5e538aa482874

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [61ba6e49f5bbadaf1334ce71459647c3d0a3a37d]

        fdo#49659 dmapper: handle tables in substreams
        
        Change-Id: I4c81eb1ec57bda2b5ce65b19de998bab2dfb6c3c

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [00c23c39f512090cc70e975a27f3636d7b14f29c]

        writerfilter/resourcemodel: don't use a global variable here
        
        Change-Id: I064070a51cb87c10c72917b19969672d2121be7a

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [ea8347d079b0d47c8f2be4b89e7ae806930e1d95]

        writerfilter/doctok: unused global variable
        
        Change-Id: I93c9c6e267270a07bd98ea408f0d6f78759265bb

2012-06-11  Stephan Bergmann  <sbergman@redhat.com>  [776abbb83e867ac5336d9da2097d91ad8152ef55]

        Adapt gcach_layout.cxx to SAL_INFO
        
        * ServerFont::GetFontFileName definition seems to inadvertently got lost with
          8e64e571f23f969590efbf7246c464c352d8b9ec "Merge FreetypeServerFont and
          ServerFont now its split out into unx"
        
        * Likewise, ServerFont::GetFontFaceNumber is unused, so remove declaration (that
          also has no corresponding definition)
        
        Change-Id: Ia8919d4248243c434c5cdbda548f5303a468f2d3

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [8f5629fd5aafc85e509a4160a11a285b0a66e7c0]

        remove EraseLeadingChars and EraseTrailingChars
        
        Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [2106d8e648449d34b195068eef5f672a14ea64a8]

        callcatcher: update unused code
        
        Change-Id: Id5f730fc447b11000b266954f9e7f5287bad02f4

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [ef877aab7ee88f03b36447af82904fc94938f569]

        FixedBorder is no longer used
        
        Change-Id: Ic4b1ab81d414963e7cb40c348737504c8021a7fb

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [b19b94b7d13851502a1a8069c1d12101350f7d4a]

        filter unused atom:: methods
        
        Change-Id: I64db2710b8253c8110851dafa58013e1066f63c8

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [9e482a38e522a5706c3da55b69cdcdc389de2e33]

        2008-12-16 FIXME: remove before integration
        
        Change-Id: I0c891c260c71b38aef09b3f4d5385e6ac8bf9cf6

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [6c158f5a2db7d1492f09ff6a1bf4c3b4244599f5]

        convenient to unset compiler flags for callcatcher
        
        Change-Id: I31da2812848d5172bf575d64fa6a28e69b35ecd4

2012-06-11  Caolán McNamara  <caolanm@redhat.com>  [38fea22431aeddbaf286a27c228be570938579af]

        removeTrailingChars is the same as stripEnd
        
        Change-Id: I3fc618f886082e08e9baae3ae09017f653e729bd

2012-06-11  David Tardon  <dtardon@redhat.com>  [b3473b9d227df79a383d09c2f2ebf6d6eebf3697]

        fdo#50896 SfxItemSets can contain emtpy element
        
        Use vector<shared_ptr> instead of ptr_vector.
        
        Change-Id: I4e7d0735cbb036c608f697f7418109a2c497982f

2012-06-11  David Tardon  <dtardon@redhat.com>  [18227e7c1c28c7b1c2e36db6b9786f966fe5238c]

        use ure instead of ure-link
        
        Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f

2012-06-11  Stephan Bergmann  <sbergman@redhat.com>  [d6576f9dd1d872b646d2cdc56a17d73f1d57dc13]

        MSC fix
        
        Change-Id: I12c8ab5779d952eb640298478da7084b5f643568

2012-06-11  Michael Meeks  <michael.meeks@suse.com>  [bda192b6f4f81cf3290672d896e7c09e7499288c]

        fdo#50964 - fix presenter console artwork location
        
        Change-Id: I6c550bace0f085630116c86fa19fd0562a10951f

2012-06-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3a678a9fb1702783d652cf8e2041350bad0543d3]

        Uploading a new version of libcdr with initial text support
        
        Change-Id: I616d284bb300c803d29786e50bb019fa3f2dff19

2012-06-11  Luboš Luňák  <l.lunak@suse.cz>  [0016757efef898205452a586ba5927e5d11fdabe]

        attempt to anchor vml shapes properly as they should be
        
        This is a mess. Shapes from oox/vml are added to Writer by calling
        SwXDrawPage::add(), which forces the shapes to be AT_PAGE, because
        the pDoc->GetCurrentLayout() there is NULL. After that writerfilter
        in DomainMapper_Impl::PushShapeContext() tries to do further
        tricks with the anchoring. Such as the fix for bnc#764005
        (0a412cc13edf0904524ee2cf1e38ccc36b713065) that broke inline shapes
        because of the AT_PAGE above.
        
        So try to set the proper anchoring already in oox, although I'm not
        entirely sure I got it right. Ideally writerfilter should not touch
        it, but when I simply removed it another testcase breaks, so hopefully
        this all can be cleaned up somewhen later when we have enough testcases
        for all the possibilities.
        
        Change-Id: I7dd95d87bd027ce0f129f76b3377f3d1445c34d1

2012-06-11  Luboš Luňák  <l.lunak@suse.cz>  [87d28b3a6c3d2d442499672ad0dc1b6c9cd095d1]

        test also for inline vml shape being anchored inline
        
        This got broken by 0a412cc13edf0904524ee2cf1e38ccc36b713065.
        
        Change-Id: I8d500ea54bee8b09e1a01cf4cd14d08669f49a73

2012-06-11  Muhammad Haggag  <mhaggag@gmail.com>  [a585863f013aa4207270e11f5e031126adf1ed4a]

        fdo#50141: Character count (with spaces) incorrect with numbering on.
        
        There was a typo in the character counting code of text nodes. When a numbered list is detected, the code attempts to add the character count of the "item number" to the total count, but ends up overwriting it instead (uses '=' instead of '+='). This resulted in the item number strings to be the only ones counted in a numbered list.
        
        Change-Id: I9d96311065f66026dd4f05d3cd5ae61e2c0dafb4

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [e08ab74b918be1473d91ed234ee7870cab137c7e]

        fdo#49659 handle RTF import of tables at the very end of the document
        
        If the documents ends with a table, both Word/Writer produces a
        non-table empty paragraph after that table. However, it's valid not to
        emit that empty paragraph, so handle the situation in the importer.
        
        Change-Id: I8ea163f2de62954f3891f8f48e81d89f6e29ce6f

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [c5c3ce5e625a31d78a21fbbc339ee30ba99f3044]

        fdo#49659 fix RTF import of pictures with inner groups
        
        One would think that with {\pict{\foo1}}, the inner group has no effect
        in the outer group, but this turns out to be valid, so we should handle
        it as well.
        
        Change-Id: I64b933ad1cd5946f22d27669e9240d9e1875bde3

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [c935b5a30e80e25318c569b8a4d4eeb8eba16d94]

        Display preview of thumbnails inside a region.
        
        Change-Id: Ib2e61ecdda55022d3c8e2d151c1d6452fd1eeaa4

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [993eb829f357e64b3042caf1227828ae00fd125f]

        RTFDocumentImpl::resolvePict: handle failure from importGraphicObject()
        
        This fixes an assert from the fdo#49659 bugdoc.
        
        Change-Id: I4c4d56aa119dcdb965a0b30ca137d7e7d719259c

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [469f0f8a0c881c156e0b81ba8667fa46eb5c2fe9]

        Adjust template dialog size.
        
        Change-Id: I5e798a8cab58f336271c6ce621e9a6829d5b7776

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [b656c56b66c5593918e28aba1aef3be7ff0b7c18]

        Remove data attribute from thumbnailviewitem.
        
        Change-Id: I9536a991dca00c6124c4ed17de1f13b47bab689a

2012-06-11  Rafael Dominguez  <venccsralph@gmail.com>  [d0af4dcc51a1ef14f2c7aed634674973dc9a3a74]

        Scale fetched thumbnail as desired.
        
        Change-Id: Ia55acde093a2fcfb61740d7dbe57c60bcda7673e

2012-06-11  Olivier Hallot  <olivier.hallot@alta.org.br>  [fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e]

        Fix typo in /ure/bin/startup.sh
        
        Fix typo in ure/bin/starttup.sh for AIX LIBPATH
        
        Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ecec5afb0bc7dff52622c8c75887816c56c7745]

        replace tabs with spaces
        
        Change-Id: If93a7f9e7dcebed887e31c8a4bd454b7f709ba33

2012-06-11  Stephan Bergmann  <sbergman@redhat.com>  [0d6e3233a7062c895dd6e00121ab977bde6dea7d]

        eMode may be used uninitialized in this function
        
        Change-Id: Ic5d17c360be7f3cb3d5004327d2a6d76dce40c52

2012-06-11  Miklos Vajna  <vmiklos@suse.cz>  [cb03de1c9e6f50fe1f6bf0b7c69c446020bab1d2]

        n#757905 testcase
        
        Tricky, as we need to test the layout here. Will refactor a bit once we
        have more such tests.
        
        Change-Id: I19ecd282b64f2e3f8bb4bba88b5b3493b606872a

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3f063cc86b50ac9adf08eb46dd2caf7975ed43c]

        abstract type in ptr_container needs this workaround
        
        Change-Id: I00be4d0963c9cebc50aff3eb44cb208b6eb8c88c

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64cd0d66ef91668fae759361992380e0c7d8d73b]

        make mac tinderbox happy
        
        Change-Id: Ie42f38f65fd4b164c9bebb14f6754392c4abecff

2012-06-11  Tor Lillqvist  <tlillqvist@suse.com>  [44ecd013335899b6e1735b24899f0c175d00e4d3]

        Add css.awt.XToolkit2
        
        Work in progress for Android, and possibly iOS, too.
        
        Change-Id: If65765cd781bf1bd28ce96af01adedc07d0eebae

2012-06-11  Tor Lillqvist  <tlillqvist@suse.com>  [65d17f83f70434729a3ff2833c667ec1cb18bdd0]

        Avoid misleading term "factory method", just say "function"
        
        Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829

2012-06-11  Tor Lillqvist  <tlillqvist@suse.com>  [62d4eb0c8064697abbb91cdf2785777849d29e4a]

        Avoid too long lines
        
        Change-Id: I69d7eac07e384d574ecddbfe63cda0815d27b13b

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe90ba33bf3c9adb586ff43625b5b75ccf26796d]

        remove unnecessary menu entries for 3-6
        
        they can go back in for 3-7 when we have overlapping conditional formats
        
        Change-Id: I029d247444368165df92dfbc123f4a7a2de647a1

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78c67ecb10ce741f9117cda7eb63ff4a3b6e086d]

        remove empty conditions for color format export to excel
        
        Change-Id: I8b35869f3e4455bb8cb16d67bd9636462a24e26b

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6655d658984ad7518b8ccae492433bf2f45bceb0]

        fix rebase problems
        
        Change-Id: If025dbfc3364f49151638a606928229dba0ee645

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c462b24ab82147211e7e2bee7e6aa98893f429e]

        correctly copy the cond formats, fdo#50679
        
        Change-Id: I52d645a8a7662016ced8c1eb6b320c4a14807353

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec961611990a64753be34af2401037d2bf3b1109]

        correctly create between/not between entries
        
        Change-Id: I99e553e2e729c46d320f796361b0e04508b63e84

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b5ded5e33723230c7dee49394039f324ea819fa]

        set correct range as title + update for (not) between
        
        Change-Id: I4b819920417c1b2c67b27295170c7a56108fef64

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [796e18826275b4b831c23e41d13c0665e356350b]

        fix repainting of conditional formats
        
        Change-Id: I14da7e5cdb1bdd4bb3bcd4e03d379f0858c7f999

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecc2805d642d2ec562d8ba15a799fcf7d6fae0d8]

        correctly set new conditional format
        
         #
        
        Change-Id: I6dc3f1cd99cd15aa3dad72a1417f3e2c1af0108d

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c161e8a5a816f649e21105b09723f620336507ac]

        more support for data bars in new dialogs
        
        Change-Id: I2292517a060a12c1d0dffd70558afc8a57e89754

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3d193574ef0143f07eed2df4235f390c747327a4]

        add data bar ui elements
        
        Change-Id: I3ba7ac39e5339dc42850a15df9b95adf474f8e3a

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [76f5ca40207448dfb5a7c87ba2c27076e024a50f]

        use the result of the dialog and apply it to the document
        
        Change-Id: I01dd992ccd3ddd6b8fc61ce0549ec71b5ff257c0

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c41ee0d526c6d105d53cace1c81e43a9cc519c2d]

        fix cond format import from ods
        
        Change-Id: I974c46fad862edd320b54d4c7e72807dd715dfb1

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [306f586453aa90eb29ae95770f84a13ead056b7c]

        fix export of cond formats to ods
        
        Change-Id: Id6146ebdb01e2d38948b88a9b9cbf6f5930e80c0

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5a33fff1d9b40488336c94c92c9e97ee2f1e53d]

        remove uno from oox cond format import code
        
        Change-Id: I762a502403ecb31371efc0384376d283f7f09949

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [caad0f6c79909f2fb4865ac8395fc1798b8be7a6]

        adjust import/export code to merged conditional formats
        
        Change-Id: Ib9cd4e09e55ff2413db8e1daf45624d695e3113d

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08ed74c89f7f018167b858e74cc30ae0272fae6c]

        integrate color formats into conditional formats
        
        Change-Id: I3c235f6dd0b69d3fc560910fcc890d2c80c995c0

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13ed8001c9e825d28a9a0aa67fbf88d2d3e3b30e]

        prepare cond format code for merge with color formats
        
        Change-Id: Id49eb1da20b75a9ab83d20c29ad8e976d46b9423

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2f4ff04f7178226901377709bb6f851dfa103109]

        export more conditional formats
        
        Change-Id: I334c8416e74df39bc2a5832b6accf1dba38c245f

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c13c0ac9773dfd36ad98d02dc472388ac8b98c74]

        add contructor that inits dialog from model
        
        Change-Id: I1deba3b55578b045e0c66d2ce528462348a47b9e

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da7ab9599a4d628faf33c3d151dfc7770e58b4dc]

        add constructors to init dialog with model data
        
        Change-Id: I9c710bdb9ad110a6a81155cf63c46b49af05b3fe

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6030a11ce58761a9b3399c1152da76779d1e88b4]

        handle styles correctly in the new cond format dialog
        
        Change-Id: I285efa3ec455fd35afd00aa5daa2c722fe7d277b

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ebed24b181f31f37c4dd782fdd6bd1c2adc0885a]

        solve more dependencies between ui elements in cond format dialog
        
        Change-Id: Iedeb1c25bf5c7cd0376310afa576760af9f1c668

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81f85209212e18b589bce5551cbae645c2cb59c6]

        more for correct color scale dialog behavior
        
        Change-Id: I9543950aaabf671fa9df4deac4be8cc73626143c

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9587d014884c0e679e416fb028b4b46ef27cebce]

        add gui elements for color scales
        
        Change-Id: Ibab6b0755f668c56b2cb18056d28b2d662260bfd

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [633872e942d04bf37ef07dc00fa95a485e923408]

        more for conditional format dialog
        
        Change-Id: Id99be4e98ae1cd57077ac6f3758ebdb9cfc5424c

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f76aa6633452b1bc82d6742986b86f7045c3a7a0]

        first part for new conditional format dialog
        
        Change-Id: I97d025e468d6c90cdb780c3654706df20300429a

2012-06-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17675467b695967bcb02356be617448949ee60a5]

        data bar settings menu
        
        Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [a0bf8f8900922ec361408ba24301c1bba3649c3b]

        Display thumbnailview scrollbar in template dialog.
        
        Change-Id: I836eb9ee81a21f91bbf99148b61626cf1781159b

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [37229126c0a821a925839bbca4b6ec7245f861e9]

        Make WB_RADIOSEL style behaviour as default.
        
        Change-Id: Ic2d26f795247cf9173d3d8393f838d7b07faa3d4

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [2b0240fcc07f5e2850e9cffa0cd9271925fc1383]

        Remove support for extra styles.
        
        Change-Id: Ic39113ea482c394605548902af54823ff63cf729

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [94314b6d10a1432a63d0d36bc3a5b9bef12c7b3c]

        Remove support for WB_NO_DIRECTSELECT.
        
        Change-Id: I0ec244b98cd366a2554cf108d5e3adda112f201d

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [d1d559af047602da866eee5487e434be331eb73f]

        Remove unused variables and attributes.
        
        Change-Id: Idcd433cb078f7e325699ae5a120344a9e3f9ab9f

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [d2268bdf2ad77c8ced3184a1abbdd3dcffe8e638]

        Remove support for WB_NAMEFIELD.
        
        Change-Id: Iea7bb4af10f788c133a0d6d9ffa481003eceb534

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [2e5fa82e733963a4411666f010a0cf66b0572d4c]

        Remove window style WB_NONEFIELD.
        
        Change-Id: I0e9e275072fc67466f66c9b2c78dc680ac10d73d

2012-06-10  Tor Lillqvist  <tlillqvist@suse.com>  [1e26c563731b239590da1b2f479f7a924be6eccf]

        Bin pointless <vcl/sv.h> header
        
        It only included <tools/solar.h>, so include that directly instead.
        
        Change-Id: Ic5db474c16ca33dcdcaabb5b5f00535b4b27dc8f

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [b67630b3d9f4538aeaa00ddf8ad6af1efff2a606]

        Use forward declaration for ThumbnailView.
        
        Change-Id: I349ffa2250c56d03cdfe5d9d0f601185657ed188

2012-06-10  Thomas Arnhold  <thomas@arnhold.org>  [2432083b50ea7481247c303187bb3922714f93d5]

        Remove bogus header
        
        Thanks to Rene Engelhard for pointing this out.
        
        Change-Id: I6a6c91f6675ec8034c0af85dcb89bcbfaa7a18d8

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [cc7324c6a3461e359937b0076abd8b6140c7c8c7]

        Populate template thumbnails in thumbnailview instead of dialog.
        
        - Create a Populate method to fill the view.
        - Move lcl_fetchThumbnail function to thumbnailview.cxx.
        
        Change-Id: Id009160c4bebd9d715c9605a8c1a0f08f5b0a476

2012-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [9757fdd2cf41dc1fc2e17e30cf73a2c9ac937626]

        Move thumbnailview to sfx2 folder.
        
        Change-Id: Iace30ac7911938184cee5f4e5e16159598771014

2012-06-10  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cf5001f99fe7a855155c5b3facc241163ccf1777]

        separator will be invisible if there is no visible buttons
        
        Change-Id: Ife88aa5059630b7d71f567a2c8368cec55050eef

2012-06-09  Tor Lillqvist  <tlillqvist@suse.com>  [10ff11e70c59d2e9cd9218faedef2b2b507f852f]

        Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxx
        
        Add header back in a few C++ files elsewhere.
        
        Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861

2012-06-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [15201d37a48ba759ac2aa6f4f5b6bd15d53f0416]

        oops, hide the first separator as well
        
        Change-Id: I90354696b96870b6d828e8f53e8b72a3716133bc

2012-06-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0a9b398f3effecfea3b330fdc2f46b6f914cba81]

        fdo#42379: hide separators before calculating line breaks
        
        it is nesessary since commit 1703501a100cd6d52578baeb4e8097218b285ffb,
        ImplCalcBreaks looks for the last visible item.
        
        Change-Id: Ifb103d264116930339d8f5cfb267601f0e760fd2

2012-06-10  Takeshi Abe  <tabe@fixedpoint.jp>  [2ac4d8bf32ef72e22b1feaef300b604a50cdc6d2]

        nuke dead code
        
        Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [cfe98a1305202419f224a31e54cd37e64401fa4f]

        fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftovers
        
        Change-Id: Iebc7d58ad50777476d1ae69958ad90a8b86ed5d8

2012-06-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa563ff19f6f4483b7954e42448106159b879b24]

        remove unused .mk
        
        Change-Id: I909a659e8ebfae35ca42680a54fa62dbd726adb5

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [24aa9c16b8e37d63d120901ed04846190490abba]

        Remove superfluous include comments
        
        Change-Id: Id738692aab2043755eb8f051dd8ab9e13051553a

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [67aa60007e80104969e2b634ff1a07fd96f55248]

        remove dead code
        
        Change-Id: I1323fc4e283e9112cceea3acc759a6e0fb4efcb4

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [3770bbbdba912b8a83d79842828a4b30894b4c70]

        Remove superfluous empty lines on top
        
        More than two lines are removed for readability.
        
        Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [13887f48480929fcfc94f373e3210dd7c695a14f]

        Remove superfluous include comments
        
        Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59

2012-06-09  Thomas Arnhold  <thomas@arnhold.org>  [d8afc8e5e9bd85c8f3c92fe7c9587ff27ef9ef08]

        Remove superfluous include comments
        
        Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982

2012-06-09  Julien Nabet  <serval2412@yahoo.fr>  [0d53cde185eb6c3e8e6096c842dbd672b44076a6]

        Some cppcheck cleaning
        
        Change-Id: I9463f36bd61ee2d74be3d435adae9912cf411c97

2012-06-09  Julien Nabet  <serval2412@yahoo.fr>  [3cf78fa315b84d866e643b93d0083b38bc8dab8c]

        Check for assignment to self for =operator
        
        Change-Id: If5c223e8b2f02938fa7e5d694d07f1e3f036c177

2012-06-09  Michael Stahl  <mstahl@redhat.com>  [f859ee7f9b867ab893d2414c2cd35b42b64a5e63]

        sigh... fix const abuse in WNT only code...
        
        Change-Id: Ie6a93e15f4e7342faf232f28df133ff808cbe073

2012-06-09  Michael Stahl  <mstahl@redhat.com>  [f4ac2ffd9e0854a767f15ed38eab947cb16e66ad]

        fix WNT only SfxApplication::AddDdeTopic
        
        Change-Id: Ifa5f845817178f7ec3608670c65c71e8c0a717cd

2012-06-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7575ebe35f6af1cc58e95a804087e7c1e0f06eee]

        Fix potential further crashes like the one in fdo#50868
        
        Change-Id: I8bdce8091d7f93b311cb4e15134eb2d7c34ae22f

2012-06-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e71749a089fa3e6463b80413b638f7dc32921a07]

        Fix crash from fdo#508686
        
        Change-Id: If98cbbe880055a1e596eefe75744c41513c9aa16

2012-06-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a72e15e6a16fe71d91e5a7804168c8077b2e456]

        targeted gmk4 clean-up
        
        Change-Id: I029b96e9d30393d6e7f0fe3aa841ac62147808df

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [ee5df868c448d4a5dbbed4a7249a7019e3091225]

        Convert SV_DECL_PTRARR_DEL(SfxAllEnumValueArr) to std::vector
        
        Change-Id: Ieff9e0a2a28fa4f14a130f3db987a88ff61161e2

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [905fe5993ec3a3a22f01ea31fce6c884359d48ab]

        Convert SV_PTRARR_DECL(SfxBroadcasterArr_Impl) to std::deque
        
        Change-Id: I24cdc05c559536e83101e4d811080746f92c74af

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [be369facf912da2e0da27194738027fc5a07d779]

        Convert SV_DECL_PTRARR(SvxEntryLst) to std::vector
        
        Change-Id: Ib81f31a94a27b1415292fa1aca34c47c38e723b4

2012-06-08  Michael Stahl  <mstahl@redhat.com>  [725b725e9744c78f7fcf54a8cf42614fca7ce15e]

        fix missing braces in TextEngine::CreateLines in previous commit
        
        also fix various DBG_UTIL only code
        
        Change-Id: I53b6c65f4a5769cb0e4849e3d30e6fb78449ecce

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [2076d5ce963a9e9b7beb2707134c8e069953a0e4]

        Convert SV_DECL_PTRARR(TextPortionArray) to std::vector
        
        Change-Id: I005e4569f1899effc85b1c4068eaee8d30de047b

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [276814402e499805354cb55cfcf2a0015a01fc8e]

        Forgot to add destructors for my PTRARR_DEL conversions
        
        Change-Id: I6312c7372f0787e308320c79e80504b195df6272

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [52c8cec6daeb24a95e09e6435304cfbdc9fb0dac]

        Convert SV_DECL_PTRARR_DEL(TextLines) to std::vector
        
        Change-Id: I31d228d4f4a1165e38d95c16a8f6309cae410c70

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [341e6fba343bd90a8d2572b23a4c0b03141ef7f6]

        Convert SV_DECL_PTRARR_DEL(TextCharAttribs) to std::vector
        
        I couldn't use boost::ptr_vector because it sometimes removes
        without free'ing
        
        Change-Id: Ia12f66c708ef27757d7527ebe80edf7a9c7a59c2

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [3ca66ea9f38670e1c491e8a2063c2867afb12d39]

        Convert SV_DECL_PTRARR(TextViews) to std::vector
        
        Change-Id: Icd79dec8c77fc13cf82c66a2d64ca2325eaa66ab

2012-06-08  Noel Grandin  <noelgrandin@gmail.com>  [c70f358f89ea2aa08bacfc2a8ae56a4e86d84bd3]

        Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vector
        
        Change-Id: I790bd9c17139fb03094b1e952e4c4ee61172f22f

2012-06-08  Noel Grandin  <noel@peralex.com>  [306fe606587153fe619f99bb06e1b4d402cb26f7]

        Convert SV_DECL_PTRARR( SvLinkSources) to std::set
        
        Used a std::set because the code was enforcing uniqueness.
        
        Change-Id: Ie9243ed17b1165b6a371d0ff2f1a856186697ba3

2012-06-08  Noel Grandin  <noel@peralex.com>  [2186e7cbb03be308c1b02fae881e5e64d3afc36e]

        Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::map
        
        - Convert it to a map because that is a more natural structure
          given how it's accessing the data
        - Cleanup an old typedef alias that doesn't seem to be used anymore.
        
        Change-Id: I46816d7270d165ddde381af0639169aaf009a16b

2012-06-08  Noel Grandin  <noel@peralex.com>  [99093b9c6cb45ce834cc76c8917a3c77805fd536]

        Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vector
        
        The SV..SORT part is unused in this code so I ignored it in the
        conversion.
        
        Change-Id: I5e3338f3d5256e123f7979660d93ea02b8b4fd78

2012-06-08  Noel Grandin  <noel@peralex.com>  [0db8160a7958c306d7957bcd34ba6bfd3082b90b]

        Convert SV_DECL_PTRARR_DEL(SfxVerbSlotArr_Impl) to std::vector
        
        Change-Id: I06bdcdf6e6b7f159783ce7ab381b7b21f7db4a98

2012-06-08  Noel Grandin  <noel@peralex.com>  [7e350ac0674fad060a294dd132e368d560713005]

        Convert SV_DECL_PTRARR_DEL(SfxDockArr_Impl) to std::vector
        
        Change-Id: I1856a276ee93f35c8f6e7f51c83d7d80c3efd86c

2012-06-08  Michael Stahl  <mstahl@redhat.com>  [928dbe93f77c7989f1e6b50116c265d1794fef64]

        further convert ExpandedEntries to vector<OUString>
        
        Change-Id: Iea728a7bf3803f5ab17a57483b7dc24079fce5ed

2012-06-08  Noel Grandin  <noel@peralex.com>  [d6a32eee46ed38b61540287bb53eaf310869d601]

        Convert SV_DECL_PTRARR_DEL(ExpandedEntries) to std::vector
        
        Change-Id: Ib10e0417674c5e4a4c5c88f962898e20dee5dd6f

2012-06-08  Noel Grandin  <noel@peralex.com>  [e2a2d14d3932267e2f73d47b7990bf1cef599a92]

        Convert SV_DECL_PTRARR_DEL(StyleTreeArr_Impl) to std::vector
        
        Change-Id: I22b42fea3f46b76769ff64d496e1bb6864451247

2012-06-08  Noel Grandin  <noel@peralex.com>  [1e921f777433a5fcf37bb2933bfd803210c4625d]

        Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vector
        
        Change-Id: If82cf86e03e2539e95684a85929ecb24999bd6ba

2012-06-08  Noel Grandin  <noel@peralex.com>  [5fc6947d4408b450e9529a88fada6f3070c30a50]

        Convert SV_DECL_PTRARR( SfxDdeDocTopics_Impl) to std::vector
        
        Change-Id: I5d4c2ae56a7720cdf0701a294d5805fb9e475974

2012-06-08  Michael Stahl  <mstahl@redhat.com>  [9dbe6f6d0f1b4a140f1bbc67c0ec23532f327d86]

        fix DeleteAndDestroy in previous commit
        
        Not deleteing seems to crash in ScRefreshTimer::Timeout in sc_unoapi.
        
        Change-Id: I765ab89f0b8b200aeccde9d46293e8f0e3f706d4

2012-06-08  Noel Grandin  <noel@peralex.com>  [ef9ffcca3b6a959b6dfb3ac129fc8a98c0ae5569]

        Convert SV_DECL_PTRARR_DEL( SvLinkSource_Array_Impl) to std::vector
        
        Change-Id: I0a0f3e3da4d708bceab6faf0e01b9e7326444ba0

2012-06-08  Alberto Ferreira  <acdrferreira@gmail.com>  [6f35d1e70e70a1c074bc16cbc430ba93d89a717b]

        fdo#49724 - Update filters for file selector's file type categories
        
        Change-Id: If86b0c84ec02b02a8d921c5eb49edfcb5bf4737a

2012-06-08  Rene Engelhard  <rene@debian.org>  [c24c5101f573e6a25ff06e8399c53dbc2510a7da]

        fix build verbosity
        
        Change-Id: I55d944652de2c716fd1548e5ee64a10c2fb645e0

2012-06-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5ac28548c03f474f26ae07377098416f109e61f3]

        remove protected m_bCanBeCustomized
        
        Change-Id: I538c0090cba5f5ddce94285a31d48ec7169956fb

2012-06-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3768e71344a298d8e7ac07fb38a97ccf58f83a10]

        fdo#42405: remove this, nowadays MenuItemAllowed disables menu entries
        
        since c4461665bd030a555a8b7ffa5bd6717cfb787b9d m_bCanBeCustomized = false
        will lead to toolbar locking, but we don't want this, indeed.
        
        Change-Id: I42f16a017c7f1cf6e8321c7fe26c027ec79c7953

2012-06-08  Julien Nabet  <serval2412@yahoo.fr>  [75f97d4e3e0e4f6acc116dfe2fc21853f6bfdb64]

        Drop unused file
        
        See http://nabble.documentfoundation.org/Can-connectivity-source-inc-odbc-ODefs3-hxx-file-be-dropped-td3988788.html
        
        Change-Id: I7baa0b74ded34e9414e021ac873ed4cf8b984bfe

2012-06-08  Stephan Bergmann  <sbergman@redhat.com>  [0dded0d18a5945ed5a38623068ba7aa93da39df0]

        fdo#47044: Adapt to different Windows versions' InternetQueryOption behavior
        
        Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13

2012-06-08  Luboš Luňák  <l.lunak@suse.cz>  [106d638e6cd4dceffc0aa98a7772d69488ae0a39]

        fix --help (--with-help is already the default)
        
        Change-Id: I3b34b49ec72ebd20d55da38d25c6375e72503a13

2012-06-08  Luboš Luňák  <l.lunak@suse.cz>  [2f82bf1949299a3c27423db36f4a1c679e5492ce]

        handle f suffix (1/65536ths) when reading VML percentages
        
        Not all percentage attributes actually use this, but better be
        safe and no point in checking only the allowed ones use them.
        
        Change-Id: I851f9b19ea85201d70d5e6b2e219bbcd88ae3dea

2012-06-08  Michael Meeks  <michael.meeks@suse.com>  [01e6c68e0a182ff5cb783f896ed832b58b7a1d76]

        targetted revert of fdo#30917 - wrt. storing hierarchical view data
        
        Change-Id: Ifffcad11e7691a8371be4e11143776f83c3608f5

2012-06-08  Michael Meeks  <michael.meeks@suse.com>  [1227034d594cbe141738bdf9922319643ad869ff]

        targetted revert of OLE2 object save in writer context menu
        
        Change-Id: I7efe4af8fc305e786fb1856c200d9db8320df948

2012-06-08  Muthu Subramanian  <sumuthu@suse.com>  [25dd603fe2044f35341fe0c6d0b632c9295a824e]

        n759982: Win/VC++ stl messes up the namespace vector.
        
        Every file's first element wasn't imported. This fixes the issue.
        (everyfile = everyfile imported via that path e.g. theme?.xml)

2012-06-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1829efaf9f5d9af9d51b01d273c7b6c60970b05d]

        fdo#35972: toolbarmanager must be aware of changes in SvtMiscOptions
        
        Change-Id: Ie6e3036e83b5ea859e2c73df47629eb79791a52c

2012-06-08  Michael Meeks  <michael.meeks@suse.com>  [78b7f6e138c561ccc3082a93b155934b4b9c3649]

        targetted revert of minor cppcheck cleanup
        
        Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf

2012-06-08  Michael Meeks  <michael.meeks@suse.com>  [d376d6649bbdca6a5d36c8ef2a43ce3890c01d89]

        targetted reversion of minor cppcheck fix
        
        Change-Id: If67666bccbde6d2104295c5480c3eceb95b6ce35

2012-06-08  Miklos Vajna  <vmiklos@suse.cz>  [11a54814be785766d797cc83cfdacd2368ea642c]

        Related: i#3952 SwLineLayout::CalcLine: fix regression
        
        Commit 563df5d0c3c696912f211e74dd4dbda1aa720ae7 broke the layout of the
        bugdoc, fix this.
        
        Change-Id: I7965e9507d4ba130a4f7bea844cdd893ef42ba4a

2012-06-08  Miklos Vajna  <vmiklos@suse.cz>  [e8c290f48f3f0396e278c7664ec84ff06aeb00b7]

        SwLineLayout: OSL_ENSURE -> SAL_WARN_IF
        
        Change-Id: I948344caeb9d48906732683ff9ba424f525c05d8

2012-06-08  Miklos Vajna  <vmiklos@suse.cz>  [563df5d0c3c696912f211e74dd4dbda1aa720ae7]

        n#757905 SwLineLayout::CalcLine: improve line height calculation
        
        Word vs. Writer difference: if the only portion in a line is a fly
        (as-character shape) and the height of the fly is smaller than the
        height of the line, then Writer sets the height to the height of the
        fly. Word takes the max of the two values.
        
        We already have IgnoreTabsAndBlanksForLineCalculation for Word compat
        wrt. line height calculation, use that here as well.
        
        Change-Id: Iebe1bc697d6f19a03d15a1e5fd25ab4d5f4898fd

2012-06-08  Caolán McNamara  <caolanm@redhat.com>  [32e59f91d0c716a28e428ae382d6fed983b5a19d]

        calling nextAttribute before first tag uses uninited variables (cherry picked from commit c5818e929c7b608ccc3277f1204b491e426925de)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2012-06-08  Caolán McNamara  <caolanm@redhat.com>  [567147acbc8dcbb6c43652ac6b326759b48df9da]

        Resolves: rhbz#826609, rhbz#820554 fix smoketest on ppc[64] and s390[x]
        
        i.e. restore #i81127# to remove -fsigned-char from old-school dmake
        ppc[64] flags, but also remove them from the new-school gbuild ones.
        
        correspondingly remove -fsigned-char from the very similar s390[x]
        arch equivalents and drop them from the very obscure linux ports
        where I just cut and paste them in the first place.
        
        with 6b3bf27cb56d661725ac3fcfb756562e0ad75564 in place this now passes
        smoketestdoc for me on build from scratch on ppc[64] and s390[x]
        
        Change-Id: I3dae70fd7a3d3adc57cf04a02350689ad097e4d3

2012-06-08  Miklos Vajna  <vmiklos@suse.cz>  [6158c332db063509ffced782bd6236ffb4bafbd5]

        sw: doxygen comments for SwLineLayout and SwParaPortion
        
        Change-Id: Icf4f0cb68941019e5c9a568957551a7faec934cc

2012-06-08  Stephan Bergmann  <sbergman@redhat.com>  [b27475db2e8a72d16fca3c812ba803073bb6ef6c]

        -Werror=unused-parameter
        
        Change-Id: I02d764a6647fa8f0aaeba9088831f3bbe680c8ab

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [40c00297deadb5f19020a82520f53d02129f4852]

        Clarify ideas a bit, DocumentRenderCallback service not needed
        
        Change-Id: I0a91a45dace5d2a35daadf1c9233ab68bee8701e

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [e243a5b462408891c401f88bb3af3a661697f8f4]

        Verify that we do get the RGBX format DIB we expect
        
        Change-Id: I9f44547fbc5e13daa297720dfd814d2192114125

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [323f137631da53d4fbb057c1a3847c6b8aa69ab2]

        Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOS
        
        Change-Id: I7cc8c5943454edea7fdef50b125d0baa95fc3f8b

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [fd3c83d5f2414b2bba7b941609b59452a6d5b1e8]

        Add two new 32bpp formats and add helpful comments
        
        For Android (and perhaps iOS) we need a 32bpp format with channels in
        RGBA order.
        
        Rename the (basebmp-internal) 32bpp PixelFormatTreats_* typedefs so
        that the channel order in their names matches the memory order of the
        channels.
        
        Change-Id: Ia8a74f6d44e0a2cffdf66a05ddf8fc7d6ae2a263

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [54b69a1f504ce16fd9e436357f4f237b038627e1]

        Add some coloured text
        
        Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [7951c3db2b2c99226a356056dc5328e6386c4120]

        Tell what uses this
        
        Change-Id: I59aba3f012f21b33ab55f72852ffe7fc568246bc

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [bd4d371178f863d09098c3549dc73713423dc560]

        Build lcms2 statically for Android, too.
        
        A quick way to avoid the problem with its name ending with ".so.2"
        which the Android app machinery doesn't like. Plus, one less shared
        library...
        
        Change-Id: I102e29dd13d1be1a134be8c09459259fe8fbe2e1

2012-06-07  Thomas Arnhold  <thomas@arnhold.org>  [96caa3b7aea151744c5fa9ba4a4a940817e12531]

        dead code: unused Biff virtuals
        
        Change-Id: I67ac9c0f3c7d6cd4c6c17e774fc11655341a3d4f

2012-06-07  Thomas Arnhold  <thomas@arnhold.org>  [3a774815a24d3f55a64d901a1266e4543a2a2930]

        dead code: ScDocument::DeleteNumberFormat
        
        Thanks to Daniel Bankston for reviewing :)
        
        Change-Id: I7235520aa9d2cc95ac71e783f851b89d8598c17f

2012-06-07  Noel Power  <noel.power@novell.com>  [1cdfe7519a94d35f3fb47eed3331397cc11129b5]

        get rid of unecessary loop and change comment
        
        followup to 764752f5d85cb7c86ad21340dfdda4b62754790c
        
        Change-Id: Ib35b57b01ccf752c4696d6e7849629bd22a9e91a

2012-06-07  Noel Power  <noel.power@novell.com>  [b659c92b156e95269613f0bac5d53d9e87ccd1e8]

        Revert "get rid of unecessary loop and change comment"
        
        This reverts commit a95b5d3256a0a01a94b9fa18c5ab986d91273268.

2012-06-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [f50f057aeebb517c566874d982aaf64e592a347a]

        add liblangtag in Makefile.top as a dmake_module
        
        Change-Id: I4e37265cd76be95c3404930b5ea0757e68b3392a

2012-06-07  Noel Power  <noel.power@novell.com>  [a95b5d3256a0a01a94b9fa18c5ab986d91273268]

        get rid of unecessary loop and change comment
        
        followup to 764752f5d85cb7c86ad21340dfdda4b62754790c
        
        Change-Id: I8607c9884d8fc376d74b708f38dcfb71361ea9b0

2012-06-07  Eike Rathke  <erack@redhat.com>  [798f882e9c9e652ac042d33b3bcc5e6fdd5e394a]

        added liblangtag
        
        Change-Id: I1f09876703482eaa04dd33b56a2bbbf8ad381fca

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [459e482c7a9ba9aff5b5a505cc54247493202b46]

        Make webdav and odma ucp configuration properly conditional
        
        Change-Id: I9a8eb6a1e9af051d458a5462c01357540c3d9277

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [d4924b747eb6abd439a6313e338384ae50cbdc8e]

        Revert accidental changes from fd32788092fcb29526ae73ae3bae6767dbb1e490
        
        Change-Id: I1b3ceda236f26be2dcdc7e4d2afa0ef8d0053691

2012-06-07  Noel Power  <noel.power@novell.com>  [587a3296b3dbf088525929a30da3f923083abf40]

        I alway miss these, add Hide and Show items to tab context menu
        
        Change-Id: Ic039554b0fac91e27193e3564c40dd0c19c20002

2012-06-07  Luboš Luňák  <l.lunak@suse.cz>  [133822bd25e269441faaefe7c1e67091d6692e39]

        testcase of the alignment + anchored inline part of bnc#764745
        
        Change-Id: Iab82a88473c0c1d7cf75fcc1f2064bca105b0293

2012-06-07  Luboš Luňák  <l.lunak@suse.cz>  [21eca1c73ffbec4417dad46bd103215e8e288880]

        shapes with position:static (default) should be anchored inline
        
        Visible with incorrect alignment of the image in the footer
        in the doc from bnc#764745.
        
        Change-Id: Ibea9f38f7404981a9a846c23a09f8244c6020797

2012-06-07  Luboš Luňák  <l.lunak@suse.cz>  [5de61f7a4ddb502730454e4bf3232f7f4b4175e1]

        handle properly anchor transition at page->at paragraph->as character
        
        Otherwise setting text range afterwards crashes with pHnt being NULL.
        
        Change-Id: Ib4ac2712c061605dcaaa262280c0307f7a9af2ce

2012-06-07  Felix Zhang  <fezhang@suse.com>  [50e0fe3f47354138242442e4b48551d43decbfcb]

        n753458: changing the keyboard of the Slide Show button
        
        - to avoid C-w shortcut to run slideshow, which colides with more common
          fshortcut to close window

2012-06-07  Miklos Vajna  <vmiklos@suse.cz>  [1247a142b6a5ebe0ff268e82811d2418d648ebb7]

        sw: doxygen comments for some layout model classes
        
        Change-Id: Icc7750fac1ef937c32e97832cbed2ad503536e91

2012-06-07  Takeshi Abe  <tabe@fixedpoint.jp>  [eb0497307bf381e7e065fc4b0b0d7b23f6ceeca9]

        nuke dead code
        
        Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b

2012-06-07  Michael Stahl  <mstahl@redhat.com>  [9af0eb7e998c7bbf514e324919b710a0ff601244]

        skeletonmaker: add back \" in string literal
        
        Seems accidentally removed in ea489b3570efe7d9a53da91ba66fa1563d40ffbb.
        
        Change-Id: I7c4be5c41033ca8d4f66557efb30d17f8527b4a8

2012-06-07  Noel Power  <noel.power@novell.com>  [0f86f678ff98115d32a381134985a1bd0d8c931e]

        attempt to use mce::FallBack for control/oleObject import
        
        commit commit afbb2d8f7d72292532a9ea54fa2e6757b6d548c2 broke the existing mce::FallBack processing.
        
        Change-Id: I05296f6aad3841a8dd40aa345207c0114e0c7701

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [b67445306634571cd7d2a62942b00c0edb82b215]

        XInterfaceTypeDescription missing from isBootstrapType
        
        ...it is base of XInterfaceTypeDescription2 (included in isBootstrapType), which
        ultimately caused uno-skeletonmaker to crash.
        
        Change-Id: I17421f58efd9edd4112532a3221125865cc5560e

2012-06-07  Rafael Dominguez  <venccsralph@gmail.com>  [fd845d37ee757ddf746ddee557cb6cff81fb1136]

        remove unneeded insert functions and userdraw function.
        
        Change-Id: I76ed586a88141f2de40a22b7a2aea7cdcdd6e581

2012-06-07  Michael Stahl  <mstahl@redhat.com>  [31a353719851b08664b7f13ca59f39a993e66ba6]

        gbuild: introduce gb_Package_Package_internal:
        
        The gb_InternalUnoApi_set_xmlfile function creates a new package, which
        registers at the current Module, overwriting the InternalUnoApi targets set
        there and causing make clean not to clean the InternalUnoApi.
        
        Change-Id: I46e9b4437788a479701187334325fe1e065e612c

2012-06-07  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [866599ab5ce091de56094d4d458e010ba56d22d0]

        Implement native FixedLine render, add GTK support for it
        
        Change-Id: I142cc8c48331aaed0d157b4b0f81e7c021005624

2012-06-07  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [7d0d52fb758249a7d6b8fc5e36c0e77354e5f5c3]

        Render bg correctly for widgets without theme-visible position
        
        Change-Id: I8c9d2a86ee545788d40a27538e583a8dac21095f

2012-06-07  Rene Engelhard  <rene@debian.org>  [c6b5b20d0a9506ae35421836940bbd1b0e86a3d4]

        signed char is default on m68k...
        
        Change-Id: I5b57e8e9a9dce3eacc665979844f8cb29f968368

2012-06-07  Rene Engelhard  <rene@debian.org>  [b9cdff5477f830ca01237d95597ebe952e1cc031]

        remove -fsigned-char from s390 to fix smoketest..
        
        Change-Id: I66c468e917513cdb096937f9955eb8a41aabaa37

2012-06-07  Rene Engelhard  <rene@debian.org>  [7e0240f02d78cb19844875b7f9fb78d64b43906c]

        Revert "Revert "sw34bf03: #i81127#: patch by pmladek: linux/ppc: remove -fsigned-char""
        
        This reverts commit 7ef203d2bf72f7d96fd10d1297af06e82550a1c4.

2012-06-07  Lionel Dricot  <ploum@ploum.net>  [0de63407f583ad1d5ad3dad9ac014f0c100a83b1]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core

2012-06-07  Lionel Dricot  <ploum@ploum.net>  [4421155eea4a77420ada79d646ac69b7c6b73146]

        The correct comment for the assembly file is "#", not "*". This assembly file is only compiled on x86 Solaris.

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [55836370ffb70a34b888f81cdacdfede8fee29cf]

        fdo#43989: Revert "win32-dont-attempt-restart.diff: Don't attempt to restart OOo after crash"
        
        This reverts commit f8e1d2438199c4a76ceeb36352678c415e25272c, which erroneously
        disabled automatic restart on Windows completely and has now been addressed in a
        better way with 150bf2c95c193b30e050ac1c54d64b5485af088d "bnc#524250: Show
        backing component after cancelled recovery."

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [b5ad981518f4407243f89507b2561dd0b1ef28ee]

        bnc#524250: Show backing component after cancelled recovery
        
        ...instead of an empty Writer document, which is non-intuitive when the user had
        worked on something other than a Writer document before the crash.
        
        f8e1d2438199c4a76ceeb36352678c415e25272c "win32-dont-attempt-restart.diff: Don't
        attempt to restart OOo after crash" had previously attempted to fix this with a
        sledgehammer approach of not restarting at all after a crash on Windows, under
        the wrong assumption that there would be no restart after crash at all on Linux
        either (which was apparently rather a bug caused by the newly introduced
        oosplash at that time).
        
        Change-Id: If65d2e21640d56262c486d887c4a29137cabcd0a

2012-06-07  Miklos Vajna  <vmiklos@suse.cz>  [9e8957de203bb9abb208516ad32aee9527feb67b]

        n#757905 fix VML import of mso-wrap-style:none
        
        There were two problems here:
        1) SimpleShape::implConvertAndInsert() did not set the anchor type
        2) DomainMapper_Impl::PushShapeContext() tried to overwrite it
        
        Change-Id: I2c32016c4bb15c891cf287d8208e10817c6291e6

2012-06-07  Kevin Hunter  <hunteke@earlham.edu>  [2bce4c76d5f05d92ffd987c25b7e492d5a2f309b]

        fix unused pDocSh variable
        
        Change-Id: Iab65ee69a7a653835073f7d7dc4084e252ccd782

2012-06-07  Andras Timar  <atimar@suse.com>  [e4d49e65a65b5f4fbe3bb27fa1097e414857d535]

        Hide aAuthorFT fixed text, too, when the button is hidden
        
        Change-Id: If8cd9a9f9e5518d054b9648cde28d996454480c5

2012-06-07  Tomaž Vajngerl  <quikee@gmail.com>  [666f89632fe42afeae02c6022fe0f50198b7118b]

        Fix new Bitmap creation in Lanczos resampling.
        
        Bitmaps in Lanczos resampling were not created correctly. This
        problem was visible in Impress when the background of a slide was
        set to "tile".
        
        Change-Id: Ic77ae1f20a872176eacb1f28175d53b4a0934008

2012-06-07  Tor Lillqvist  <tlillqvist@suse.com>  [41e7b71bdc86c025ba038d1a69f23bbd66d9cb3b]

        Clean up some Perl leftovers from set_soenv.in
        
        Change-Id: I83ba1fac65958e8df30b5454601e7e20fbb58a8f

2012-06-07  Andras Timar  <atimar@suse.com>  [f07b7ddb05194be946dc4d8dea39876ce2c2b76b]

        fdo#50809 use the word 'Comment' instead of 'Note' everywhere
        
        Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710

2012-06-07  Stephan van den Akker  <stephanv778@gmail.com>  [5601c5d395a5eece95a8d8a5600de91aa20485c6]

        Fix for fdo#49859 Impress bullet indent data entry
        
        This fixes fdo#49859 - numbering alignment or indentation is not
        applied in Impress, by making the tabpage deactivate force-read
        the values.

2012-06-07  Stephan Bergmann  <sbergman@redhat.com>  [48d6c11c6fc6276c45bed56318fc4ac0dc033fdf]

        Some boost warnings with Clang
        
        ...on Mac OS X, in what looks like only newly used boost headers.
        
        Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db

2012-06-07  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [f50f1dafffb36d1407e3ebcb2347bf24e8f2095a]

        Convert links to makedocs tool, update one and correct spelling
        
        Change-Id: I4070ffa70690278dbd6575b8bfed3524d4c09ed7

2012-06-06  Andras Timar  <atimar@suse.com>  [10837b669c9fe3f6b1e1905bfbb855ca02497eb7]

        fdo#50144 put full reference text to selection field
        
        Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f

2012-06-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [237e4f52abefc3714accef79deae976f634e04ec]

        Use iterators over index access.
        
        This makes ValidQuery *slightly* faster.
        
        Change-Id: I9fff6099b597d7a8d4d5a4358099348baa657802

2012-06-06  Julien Nabet  <serval2412@yahoo.fr>  [c9e4cc279371a87495bfbc7c52f56686f9ab42c9]

        Some cppcheck cleaning
        
        Change-Id: I7a5f34715faecd689900b5d41eae9c782e99b47b

2012-06-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [633178bffaf23ae322060e2c304c9c2cf12b46cc]

        Avoid expensive allocation & deallocation of local vector on every call.
        
        This alone reduces the ValidQuery() call by 70%.
        
        Change-Id: Ic9f8adbd0cb63297be7e173c39e4bcf886d1e2d2

2012-06-06  Michael Meeks  <michael.meeks@suse.com>  [3be5d6bfe2c4934fffb93e3b2b81256fc62e2138]

        re-base on ALv2 code.
        
        Change-Id: I14e3dff2e29ce32a7e62f71defe50d5ddc6cde9f

2012-06-06  Michael Meeks  <michael.meeks@suse.com>  [5572bdb944ccf5ba7915388b7920c88084f6dd37]

        re-base on ALv2 code.
        
        Change-Id: I06da546daa2efb23362cdc61c14add3ea761638c

2012-06-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [3212b694eebb260495bee1fa46c2e20b3f8c630c]

        fix typo that prevented the proper management of .d files
        
        Change-Id: I2e958fde37bc2cf13d4b37d8e8ae9e7bd64061d2

2012-06-06  Noel Power  <noel.power@novell.com>  [80a31e00c5276602f27aa410b2fe6dece1f3fcce]

        import vmlshape 'hidden' style attribute and apply to controls bnc#757609
        
        ensure 'hidden' controls are imported as such.

2012-06-06  Luboš Luňák  <l.lunak@suse.cz>  [dfc4832049c140b7442c085062599aef1953e8fd]

        fix incorrect OSL_ENSURE -> SAL_WARN_IF conversion (condition not inverted)
        
        Change-Id: I57dfa64c55e046ed51797b2abeb7ba3242e637da

2012-06-06  Tor Lillqvist  <tlillqvist@suse.com>  [2faadd0b4e1a7971c55e1e0a16890e7194b04544]

        Update also the help message
        
        Change-Id: I3b84d1905d13c9418985d1ebe5feac13a0025efe

2012-06-06  Tor Lillqvist  <tlillqvist@suse.com>  [9369f5abd785a9df174c5d583d55e3fd6918b542]

        unodevtools is not needed for the build platform in a cross-compilation
        
        Change-Id: If77a879178a260590be64253435b6c8adde31878

2012-06-06  Tor Lillqvist  <tlillqvist@suse.com>  [d28f2135f12b6ea9e62027ccdb713c4758a41a13]

        Nobody uses this tool, but still, update the license blurb it outputs
        
        Change-Id: Id9d767c2738d8052f2716086fb40a1b01c68d76e

2012-06-06  Petr Mladek  <pmladek@suse.cz>  [7a86071a9cb2c3ceb8f3efc6345889ae4638a91f]

        make hsql database working again (fdo#50783)
        
        + set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF
        
        + pack the missing org/hsqldb/lib/FileSystemRuntimeException.class
        
          heh, it is a crazy hack; the source file is under another path
          com/sun/star/sdbcx/comp/hsqldb
        
        Change-Id: I53078269f2298175fee52912d55e8defe01b259b

2012-06-06  Caolán McNamara  <caolanm@redhat.com>  [7093b2418d036b47ed706464956f330cfb89707a]

        valgrind: uninitialized value
        
        Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e

2012-06-06  Takeshi Abe  <tabe@fixedpoint.jp>  [f0c7544df93e3847c4f96934d1d76be3e8d3af85]

        nuke dead code
        
        Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03

2012-06-06  Jan Holesovsky  <kendy@suse.cz>  [4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22]

        Revert "add configure check for date_time lib"
        
        This commit breaks MinGW builds; the m4 macros probably need some
        improvements there.
        
        This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.

2012-06-06  Caolán McNamara  <caolanm@redhat.com>  [e2cd6a77ea0e8a1abd8f4d3570ba4f5fdefff3e1]

        drop String::Reverse
        
        Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2

2012-06-06  Jan Holesovsky  <kendy@suse.cz>  [5662854bc29acb45c1c449c05d1e92f96a4b335a]

        calc input line: Fix crash on MacOSX.
        
        Change-Id: Iff50dfc1b4730ff584e3015486da4acf8fd5cb47

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [b679dd69c0ebc1e8f4a3e85a2ef39c6a68a814f5]

        legacy reports: unify treatment of query and table
        
        In *both* cases, the value of hidden control "Sorting" (if non-empty)
        decides the columns being sorted on.
        
        Change-Id: I7f4b50c3af8c12e48e5dedd36b5877ad7a9e1b66

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [e08b4b98c35a5e314c35e24174f31aaaa6950064]

        legacy report wizard: when source is table, save name in QueryName
        
        Change-Id: Ie0bdbed9578b95f7fccc3d9ff6d9c8b5b91ac0ab

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [817ab31b8c609d1914b066bdc0141fa2fac35686]

        SQLQueryComposer allow setQueryCommand with prependSorting instead of append
        
        Change-Id: Ia06794537ea4d0f6f069c83709792ebbcc084804

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [27cab1806f8359ee078ac74e17f8ea40a2e5c85d]

        db.SQLQueryComposer allow prependSortingCriteria call with addAliasFieldNames
        
        Change-Id: I05889ccac213743a55c302bd7249b30f817c0428

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [b107e8a126afdd43f998c6027b86ad687a6369ca]

        cleanup
        
        Change-Id: I1ce4279d434ffa58328e17863b2e68af1e813a99

2012-06-06  Lionel Elie Mamane  <lionel@mamane.lu>  [f824f851c5f0282581732a081cadb1745e44f1bf]

        fdo#48018 legacy reports do not sort by group columns
        
        Legacy report means done with the "old" report system, as opposed to
        with report builder.
        
        This was caused by a misguided attempt to sort-of work around i#110536
        instead of fixing it cleanly. Revert that.
        
        Apparently the idea was to not explicitly set grouping columns as
        sorting columns, but that the report execution would automagically add
        grouping columns at begin of sorting list at report execution
        time. That's a bad idea for at least two reasons:
         * This does not allow the user to chose ASC/DESC for grouping columns
         * In rare / advanced cases, sorting on another column *before*
           grouping is desirable.
        Plus, the "automagic adding" part apparently wasn't implemented
        anyway.
        
        Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [075271062ac719a2790713b7f301a4a4ac7505c0]

        -Werror,-Wself-assign (Clang)
        
        Change-Id: Ic541f6539a34ea20b19613edc4fe8670b1a69dee

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [a519cacd61624784eff0646c8a472349373b2993]

        -Werror,-Wself-assign (Clang)
        
        Change-Id: I92f1271ad36e4ae1221182a3a446f36cf770e003

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [39ec7832d165d81385b340bc6c0ca9cf5f194eb5]

        Adapt to --with-macosx-version-min-required=10.6 and Xcode 4
        
        ...signature of TransitionWindowWithOptions apparently changed slightly in 10.6,
        and /Developer/Tools/Rez can more reliably be found in /usr/bin.
        
        Change-Id: Iba55478f3b6de1b4695b686095f4aa0bc0af8e7b

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [be733676d3d9c1e376066301f5e5b1849608d4d8]

        -Werror,-Wsemicolon-before-method-body (Clang)
        
        Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad

2012-06-06  Michael Stahl  <mstahl@redhat.com>  [38a809d9497006e570847d899c8b7c738bca6136]

        embeddedobj: try to make MSVC happy
        
        Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9

2012-06-06  Miklos Vajna  <vmiklos@suse.cz>  [b9508dd55f82d35f09a58021dc001cf79b390e08]

        fdo#50665 rtftok: don't ignore character properties of text fields
        
        The dmapper part was already fixed in commit
        9486851baea59d16c449d79bd61a38f6e686cfe0 for DOCX, this fixes the RTF
        tokenizer.
        
        Change-Id: Iaca706e50367bb744f5a03e15134bda1646df8fc

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [9631f96acae6bd179d40ee343ce986296f490741]

        Do not copy etc. singular iterator values.
        
        This also reverts previous attempts at fixing this, commits
        33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on
        tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix
        weird STL assertion on tinderbox."
        
        Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a

2012-06-06  Luboš Luňák  <l.lunak@suse.cz>  [34dfde55762e48e174f04895d40b9f08918efc4a]

        fix linking after 0fcd1a73f0e1ec564f3c6da1ccd890183d3c18db

2012-06-06  Michael Stahl  <mstahl@redhat.com>  [6506af86b5e20a860c8d2d1dd578a22914df5f53]

        ucb: second try to fix weird STL assertion on tinderbox
        
        It's possible that the constructor of RegexpMapIterImpl does not
        initialize m_aIndex, so try to park m_aIndex on some end() iterator;
        it looks like m_aIndex will not actually be used in this case, because
        m_nList = -1.
        
        Change-Id: I74cd0d1d87f3e90217c39bcd3168f157066ff3cb

2012-06-06  Brad Sowden  <code@sowden.org>  [de7d2de928cda697b10a08d14fb958d0157217c6]

        Use a vector rather than a pointer to a vector
        
        Change-Id: I437a665ffa225ce69e10f7ee71ff2902c3db505e

2012-06-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8679228d10e1094cdea662e9c9f7a0a31ac83ceb]

        ThumbnailView: renamed a few files for more readable name
        
        Change-Id: I5470734005f4a24218ce463415e77cce8fdc92f2

2012-06-06  Noel Grandin  <noel@peralex.com>  [0fcd1a73f0e1ec564f3c6da1ccd890183d3c18db]

        fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
        
        Update code to use factory method URLTransformer::create
        
        Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.

2012-06-06  Noel Grandin  <noel@peralex.com>  [8a95074eaefd01621dc55db8567b19c8e6157f95]

        fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
        
        Update code to use factory method TextSearch::create
        
        Change-Id: I7a8b607ed397158ca1e2b834ce61b8b196c8019a

2012-06-06  Noel Grandin  <noel@peralex.com>  [392a483e1040787857fa09fead0547d567c570b5]

        fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
        
        Update code to use factory method PathSubstitutions::create
        
        Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.

2012-06-06  Noel Grandin  <noel@peralex.com>  [d08578912f2c9ef42d4349079422e25b951e544e]

        fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
        
        Update calls to factories to use new SimpleFileAccess::create method
        
        Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.

2012-06-06  Stephan Bergmann  <sbergman@redhat.com>  [7d2a5b5114987f1ab415e32ebb5bb9a46b98dc17]

        Make setsdkenv_unix executable instead of configure.pl
        
        Change-Id: I1efc684f3476cd20bd2ae5efcf603ab2e6adf83a

2012-06-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ca9967344682a0d3e25d7ebcc9df2c679cb082f8]

        fdo#50651: update layout after toolbar destruction
        
         plus update confusing comments
        
        Change-Id: I9bdab918566548b576fd22389492216fc4aff7df

2012-06-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20aad2af9b01df77ec5b01931da51523d08af69a]

        Disable Exit application (Ctrl-Q) from preview mode.
        
        Again, to prevent a modified document from launching the "do you want
        to save this doc?" dialog while in page preview mode.
        
        Change-Id: I638ca308a14ad5941b9db164a0753e0aad8e7968

2012-06-06  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0c3c24da2506bff1719a276f2eff34589fa7663]

        Check if the system window has a close handler, and if yes, call it.
        
        This allows the close event in the preview window to be handled in a
        custom fashion, instead of having it call the normal "close window"
        command.
        
        Change-Id: Id324c4f5c96d0222bf82caa8029aa1c724262c32

2012-06-06  Lionel Dricot  <lionel@lanedo.com>  [f209a7562e85c6d5dd491c8999e8fc61da18a965]

        std::isfinite seems to not be available under Solaris. Bypassing it.
        
        Change-Id: I8f6f844338cb188a63676f2db5dec89fccfdca4c

2012-06-06  Lionel Dricot  <lionel@lanedo.com>  [f76a25c45b247fbdd77c47e033286e3adc5d553a]

        Introducing a README to compile LO on Solaris with GCC
        
        Change-Id: Ibd9075708fb5b47fb3ed1bf438522c3f3f2af0ab

2012-06-05  Rafael Dominguez  <venccsralph@gmail.com>  [f74a116fe3303c69cb8d6f886f3678f183e35f84]

        Display documents embedded thumbnails.
        
        Change-Id: I0f56c6e564dbfcfc646717c562d61b8bd977edd1

2012-06-05  Rafael Dominguez  <venccsralph@gmail.com>  [f19a58570f34888b17ec243f345ddeb5877c24aa]

        Hide thumbnail view as default.
        
        Change-Id: Ied6d9b9e1ceb2605013273b6361770e97d2065da

2012-06-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [927c22241a5128cd58e996910e3b6e279bf76768]

        play with the Layer thinggy for lcms2 to get the macosx build to finish
        
        Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829

2012-06-05  Rafael Dominguez  <venccsralph@gmail.com>  [87bbe2b6c906357b8e05f9e89a2c91bc7f802014]

        Display filesystem templates under My Templates folder.
        
        Change-Id: I9d504d62392b30a7eca2be9be5330e6118967a1a

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e59987a91c0d486b9823a0d9249656856fd3fad5]

        Disable Data source (F4) icon in preview mode.
        
        Change-Id: I4d3371a48ec943dcced295069564c9fcf6dffd92

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [216a2a44518e9e76310d78ab22c4c035602d9533]

        Disable "send document as email" icon in preview mode.
        
        Change-Id: I8e73e30354b08a140e2dfc4d4e4f54fb31a85c6b

2012-06-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [b255de87082d11a42d7af7860dcc4e971342df06]

        fix bug in commit 32c943e161117e4362ac9246baac2c0fb54e7c79
        
        Change-Id: I684fb4adb68d372914ea42cc4e7bd4459a08b150

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [33839f90e6f8275a584b483827585a6da05aab75]

        ucb: try to fix weird STL assertion on tinderbox
        
        Seems there's uninitialized iterators somewhere, let's try if removing
        the silly default constructor here improves anything.
        
        Change-Id: I2ba239df9b532805e177378f9fa35023d087716a

2012-06-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [870b8a32641036d46cc381ce83d66022daf0d9f5]

        This option does not exist anymore
        
        Change-Id: I748976e284e1812035f18abac628f0b2397d74c7
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [50cc97689e1ceb7754505d7c5b99510e48dbe674]

        np_sdk: it looks like the NP_* functions need exporting
        
        At least, that's what the documentation says, and they used to be
        exported before gbuildization of extensions/np_sdk.
        
        Change-Id: Id0bcfab65c30de96bc2c0c708885ae9ed51c3519

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20e9663e3342c8c619e404ae7f6392ce50a9dc89]

        Fix the description.
        
        Change-Id: Ib30a77808b9f4726e72f57e9d9ea73c71f5cac34

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eed0a0b26b9d61d26c888423c4e3d83b61728e3f]

        Prioritize external filters over the internal ones.
        
        Change-Id: I2407a2ebc01f39655b30f7eb1e65deb912f2e606

2012-06-05  Andras Timar  <atimar@suse.com>  [f2bcd32bfd92f85ad4d94b4e40542dc419b3e2c2]

        fdo#50139 do not cut first character of field text
        
        Change-Id: Ia80e0bc0540259f9a752452ad677c645c97fc7f5

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3da8f3680556e0163f660a0a159930337c8c32ff]

        fdo#50694: Honor the preferred filter returned by type detection.
        
        Because that filter is more reliable.
        
        Change-Id: Ifbab294bf4f344301410cd671a9245bffa03fa11

2012-06-05  Lionel Elie Mamane  <lionel@mamane.lu>  [32c943e161117e4362ac9246baac2c0fb54e7c79]

        fdo#47473 try to set new order only after field columns are available
        
        Change-Id: If8ba8f4e12aaebadec86a7f445a6d32bd363106d

2012-06-05  Lionel Elie Mamane  <lionel@mamane.lu>  [98a8512939b3c5f08ca30f62c2cfcd6b93430812]

        untabify
        
        Change-Id: Ic51b50a5b06f2a96750a945754e44a302b070f77

2012-06-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [b1ad78d25c298e4f9b24ef7a761c9bba1f34c2ed]

        Do not build c/cxx .d file when --disable-dependency-tracking
        
        --disable-dependency-tracking is for build environment that
        always do make clea + make to build
        These do not need the dependency information and therefore
        can save the expenses of tracking them.
        the gc c/cxx compile command was using -MMD etc.. systematically.
        this patch take gb_FULLDEPS value into account to avoid
        -MMD when not necessary
        
        Change-Id: Ic5c3c368c81da2b260a4fcdf03fdc01b45a9cb1f

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [78b61b4d944db7f00093d7ee250d234694f1d5b5]

        fdo#50386: SwView::StateStatusLine: remove SwWait:
        
        This will turn the mouse cursor into an arrow cursor when the word count
        is updated, which seems odd.
        
        Change-Id: I136824a554cc31e302193cce58241cdf4e4dd281

2012-06-05  Muhammad Haggag  <mhaggag@gmail.com>  [a8080cad1089431a2d97903f73623eabe2eb23a7]

        fdo#50386 Page count field makes scrolling impossible
        
        (Also fixes fdo#50540 View area jumps when start drawing)
        
        The word count code for the status bar was calling EndAction, which scrolls the view to focus on the cursor.
        We were calling it directly (Start/EndAction) and indirectly (through SwWrtShell::GetUpdatedDocStat). I removed the
        direct calls and replaced the SwWrtShell call with SwDoc::GetUpdatedDocStat, which doesn't call Start/EndAction.
        
        Change-Id: I764e8c2d9c10f8eb685d36d0e26142cf3fee628c

2012-06-05  Lionel Elie Mamane  <lionel@mamane.lu>  [3ec6e1378545b5d5071531d1f6de259ac9028176]

        fdo#47325 legacy reports: survive absence of Sorting hidden control
        
        Reports created in 3.4 and earlier lack it.
        
        Change-Id: I2cf1cad75fff59f23ad98299c4f94253adf7355b

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c379b5b82e1ce693b5dc158dcea0f8b0a508ea46]

        Slightly cleaner way to get to the system window instance.
        
        Change-Id: Ia75a70ff8cdb00db2c5b21825774fd5922992573

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [80fb93fe6c08f25a404ff2afa989fca246ac9efd]

        Intercept the window close event and end the preview when clicking 'x'.
        
        This is to prevent the preview window from closing the whole document
        when pressing the window frame's 'x' button.  Instead, pressing the 'x'
        will end the preview mode and bring it back to the normal Calc window.
        
        Change-Id: If4d42928784e3e05bc6357d811a1954efb221f01

2012-06-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1227601d74ecddb06dcbe69e260aa32835900ed3]

        Disable file load and save and a whole bunch of other commands in preview.
        
        We will probably need to go through more commands and disable them.
        
        Change-Id: Ie3d547f18d799b76290f469d2790902c6883774c

2012-06-06  Takeshi Abe  <tabe@fixedpoint.jp>  [f7ebee38a3c5c6cb58f40109a213d449138ea987]

        removed dead code
        
        Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [eb9b8ebca49291797e655b50f64af2c2fa03434c]

        add a titlecase regression test
        
        Change-Id: Ic802fc816d54b97b333e3b2bc394beb383f3e5ef

2012-06-05  Thomas Arnhold  <thomas@arnhold.org>  [eb4001a2659ff1fcc941d8c0b439da65408183be]

        unusedcode.easy: remove some unused code
        
        Change-Id: I0b9abff3978c03c87aa0d49dbfb531ec4f38d698

2012-06-05  Thomas Arnhold  <thomas@arnhold.org>  [3b81452e25cd119a0fd24402d14d350e5545e348]

        remove unused headers
        
        Change-Id: I72fefdcd8aaf6d1f1677b4cae21cb915e96ed503

2012-06-05  Thomas Arnhold  <thomas@arnhold.org>  [76dcd76509ec0b2078a95f282e09696a8e91cbb0]

        fdo#50415 and fdo#34638 Fix Shortcut names are not localized on Linux
        
        This partially reverts commit 2233aa52da14ec85331aee1163b885fe9a9fb507
        
        Before the keyboard name was used to determine the target language
        for translation of UI shortcuts. With this patch the UI locale
        is used to determine the language.
        
        Related to:
        - 8d9e2d9a211f710e91ac7c607fea25895282d245
        - 04b9c2f633f0be1b676933943bdd0b1dc58b5471
        
        Change-Id: I14c6759dc405db490d210a78ce19e1416efb7ac7

2012-06-05  Noel Power  <noel.power@novell.com>  [afbb2d8f7d72292532a9ea54fa2e6757b6d548c2]

        fix missing ole and form control(s) on xlsx import
        
        chang the visibility of aMceState in order to access that member to filter out reading and parsing of ./xl/ctrlProps/ctrlProp[N].xml fragments for 'controls' & 'oleObjects' elements nested withing 'mc:AlternateContent' elements
        
        Change-Id: I6892db7e3302b9977f0fdaabbe3ac1444315e011

2012-06-05  Miklos Vajna  <vmiklos@suse.cz>  [67a041cf75c2d21de2ab59ef2ea0e0c612943ebd]

        sw: add smartart import testcase
        
        Change-Id: I6a120fc69036fef8f21a2f80a2f424f36f876d23

2012-06-05  Tor Lillqvist  <tlillqvist@suse.com>  [05cc8975d17b2f2c00e794252c34dc12394abc62]

        PATH for cross-compilations was broken in some way, this seems to fix it
        
        Change-Id: Ifa82be2dfae383ed8570c1d99584e67d85833612

2012-06-05  Andras Timar  <atimar@suse.com>  [8783ead70cc2bc2a83bf473b0dfb51f3ee10b6da]

        fdo#43989 let unopkg.exe run with elevated privileges during install
        
        ... so it can do the pre-registration of bundled extensions in
        INSTALLLOCATION/share/prereg/bundle.
        The meaning of Type of custom action is the following:
        msidbCustomActionTypeDll + msidbCustomActionTypeBinaryData +
        msidbCustomActionTypeInScript + msidbCustomActionTypeNoImpersonate +
        msidbCustomActionTypeCommit = 3585
        So it is a binary in a dll from the MSI itself, it runs deferred
        with system privileges and after commit, because msvcrt90.dll is
        available only after commit. The same type was chosen for the
        removing part, it works.
        
        Change-Id: I14c347b5cbc47789eb0484769a676703361c2193

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [0665c3e52b0b0053c3d622d3fa975d4234801bdd]

        extra trailing NUL char in string
        
        This began life as ::rtl::OUString::createFromAscii which stops at the first
        NULL terminator. So drop the \0 to get the same results
        
        Change-Id: I7d9abbff2a6e6131ef5e7208e05cfd13178418cb

2012-06-05  Tor Lillqvist  <tlillqvist@suse.com>  [8ae077379edcdbf7bf106121593361d2486aacb7]

        Use 32bpp bitmaps on Android (and iOS)
        
        Modify DocumentLoader correspondingly. Take Android bug 32588 into
        account.
        
        Ideal would be to extend the XDevice stuff, or something, so that one
        could hand it a pre-allocated RGBA buffer into which the
        drawing/rendering would go. Then one could get rid of the silly
        convert-to-BMP phase, which prefixes the bitmap data with BMP and DIB
        headers (and thus, I guess, has to copy and allocate another
        copy). Will see.
        
        Change-Id: I4597cd933db8faa8105dc8f19638d712d5d2238a

2012-06-05  Tor Lillqvist  <tlillqvist@suse.com>  [92f23297c93dc105e2ffd9ff09c0dafff1ee0fd3]

        Work in progress: Add "touch" module for Android and iOS stuff
        
        Change-Id: I10652743194d44d8465ddf8079f6b4458e6710f9

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [71dbf5bfd0b9622ad485a5b7620e11d8405ed474]

        normalize gbuild variable names in testtools.
        
        Variables should have module name as prefix to prevent collisions.
        
        Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524

2012-06-05  Miklos Vajna  <vmiklos@suse.cz>  [9dc26ca9461dbb539c523c8bd68ce171aab25d90]

        TextParagraphProperties::pushToPropSet: limit effect of failed numrule import
        
        Fixes missing paragraph properties in Writer when importing SmartArt.
        
        Change-Id: I0091d7156b30b7ef99e550d7252a60676c23046e

2012-06-05  Jan Holesovsky  <kendy@suse.cz>  [4d6368d6bba270f6f4d985eaac475be584d5d13d]

        status bar: Normalize the selection and modification status icons sizes.
        
        Change-Id: I4c11c82df0fdbf0040729323dc1fda2ece7f2582

2012-06-05  Jan Holesovsky  <kendy@suse.cz>  [ef59ee5abb2f551e7a78e6ba41ba8bf351f5a034]

        start centre: Solid color fits the new artwork better.
        
        Change-Id: Iee1e599ab9bcf7b6b26efb72b609309d7ba4e13d

2012-06-05  Mirek Mazel  <mazelm@gmail.com>  [e1a1d1e02cf44487aa47160941877daec99601b8]

        New StartCentre artwork.
        
        Change-Id: I1dc2be26f0064f4bb49cda7fb76cf71414025fe7

2012-06-05  Andras Timar  <atimar@suse.com>  [ea08541bd644d671c7cef6b64311cd8a691a207c]

        Revert "Revert "Remove ugly symbols""
        
        This reverts commit e74c007e25d05e49d94a94d9b024076faa02c8d0.

2012-06-05  Miklos Vajna  <vmiklos@suse.cz>  [25d7dffde13ecf32df1cce521a91c7075f372167]

        oox::drawingml::TextParagraph: OSL_TRACE -> SAL_INFO
        
        Change-Id: I79af1d624c420dff87751691ff8aa484fd3de2b6

2012-06-05  Mirek Mazel  <mazelm@gmail.com>  [8d5402b8a8bf32a7e33d3d18d6324259523aa8a6]

        hicontrast icons for layout status and zoom slider controls.
        
        Change-Id: I247d792e3e912ea1f51bc363aca14c43bb72546e

2012-06-05  Jan Holesovsky  <kendy@suse.cz>  [985cf57131214f512b1c4494e17c01de1a527101]

        layout status control: Improved artwork by Mirek M.
        
        Change-Id: I0584f4d158225dc28518fb67185d0a704bfe10d1

2012-06-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [82743f6db6607113004498dffa0416b716968e11]

        remove obsolete (and scary) stuff in xmerge/workben
        
        Change-Id: I34c1f13006da18c6c4601042d3accfdb1979bfab

2012-06-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [02bdf65a6ea0dfe16e8afd88f710df52adc3307b]

        remove obsolete palm stuff
        
        Change-Id: I30543bcb2b3d7101964de48a448af351579a5ddf

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [ee42895d684be9430a414adf3f569d279d437148]

        fdo#49438: heuristic pseudo-hack to use hair-lines if width <= 0.5 pixel

2012-06-05  Stephan Bergmann  <sbergman@redhat.com>  [9616b9440106a40058b7c1f1134417fdbfc0cdf6]

        Bump AC_PACKAGE_VERSION, too
        
        Change-Id: I8ec106cc0d8bb09e5a1947aacaf12ad6a0ddd8ef

2012-06-05  Petr Mladek  <pmladek@suse.cz>  [c260b4e78e80b399defd35e9442baf2e9ed03eae]

        bump product version to 3.7.0-alpha0+
        
        keep the package version on 3.6.98, so we could restart release number
        from 0 for Betas and RCs
        
        Change-Id: I7a862a202d2080dcc924362e4deb0e026c940a34

2012-06-05  Noel Power  <noel.power@novell.com>  [05409d2f950cb8c747afa621c0f43e3bafbc56b7]

        fix incredible shrinking scrollbars when zooming in calc preview fdo#50722
        
        Change-Id: If6fe9ccb1aa3320d96921f76a86def7d588f5f4e

2012-06-05  Stephan Bergmann  <sbergman@redhat.com>  [1dfb956306a1ec63e1d2f683c3414fffeb07b2e8]

        Indentation clean up
        
        Change-Id: I1e3633f5bbf6b3ad0cdb2005a2a5608f3265ffdb

2012-06-05  Stephan Bergmann  <sbergman@redhat.com>  [484b8cdf001d1305cf32ec96db0fe36ee0c3a25e]

        LO_PATH unused outside configure.in and config_host.mk.in
        
        Change-Id: Ib349d9bf93ad59c4c171b87f10c4fe608cecb5fd

2012-06-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [fe436dfef61f7804ecacc745aa551f03cca18134]

        Remove visual navigator comments
        
        Change-Id: I8e19021df0a904df0877aa58adc83571c5991b9b

2012-06-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc4b91d310b3b4c9b826345df5babc33cad46ba3]

        Adding Microsoft Publisher Import filter
        
        Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [4190e9351e69730f0097e6cdf4dad2fafa10577e]

        fdo#30711: fix some problems in 7a1c5e54:
        
        The elements are exported without checking for bAutoStyles, and the Any
        conversion is overly verbose.
        
        Change-Id: Iebb52c8cd2638424dd48d28ec5a12c10a41f6cbf

2012-06-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [cf6c32b7c4a5f7d182ae082aaf391553d6c1891a]

        Translate German comments, actualize some English ones
        
        Change-Id: I460be3ddef4a5f2f71682895a5819923eb1d149e

2012-06-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [561aeedfb7513342bcbb4e76d5f8348a195dc374]

        Clean up whitespace and remove silly comments
        
        Change-Id: I7651c56cdf25e2f6ed8045b81fb3b3c49bb291d9

2012-06-05  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [0d314b0158b9d3660973656597d25a1504987b93]

        GTK theming: implement frame rendering
        
        Change-Id: I7efa167cee05f84c56f554b5c20029999e825809

2012-06-05  Andras Timar  <atimar@suse.com>  [144697310bdc99f95c37f0bede540b652442a288]

        remove ugly extra symbols from scp2, too
        
        Change-Id: Ice52de070220b4e7ae8a3dd0ccb41e3a12d471b8

2012-06-05  Andras Timar  <atimar@suse.com>  [6d9be05a6fb251ed0cbcbcefd55ed174b1e8e39d]

        fdo#47805 rework handling of 64-bit registry entries
        
        64-bit registry entries were entered via a custom action, which
        did not always work. By default the custom action ran with user
        privileges, which were not sufficient to write the registry.
        It is not necessary to use custom actions for this task. Windows
        installer supports it well.
        
        Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4

2012-06-05  Andras Timar  <atimar@suse.com>  [22a29c2060355626ff0cba6c6d0ae70b8e2bbad3]

        silence warnings
        
        Change-Id: Ibc6addfe5eacf4a9e23f6f26830f5a1f9bf77594

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [e74c007e25d05e49d94a94d9b024076faa02c8d0]

        Revert "Remove ugly symbols"
        
        This reverts commit 9cfde0143195f14192e22fd437938d7810f8618c.

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [42bb3d50b21f2febe4518262488765aec523c5e5]

        Make the new About dialog a little nicer
        
        * remove weird bevel from background
        * remove hardcoded button text color
        * make Close button visible
        * move buttons below copyright text

2012-06-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [f404878976f228859379b803448fe9ce15278fef]

        Post-translation clean-up with small formatting change
        
        Change-Id: I0f237c360cfaa02c6492cbd95ebfd07657e04fd0

2012-06-05  Michael Stahl  <mstahl@redhat.com>  [960d72c0d721b08dcf331c8caf51ea4a99b501ef]

        Revert "fdo#39006: Fixed layout loop"
        
        This reverts commit 2a22e664811e10ca58ec66ba8fd10b1a6185c178.
        
        i don't have an opinion whether this commit is wrong or right,
        but nobody has time to investigate the layout changes that it causes,
        so since it's not a regression itself it's safest to revert it.

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [df26c5f47ec3e80e0697bbf38882f0ed7e3aa1f7]

        New file status indicators
        
        To fit better in with the rest of the new statusbar elements
        
        Change-Id: Ifad97b71f55920c0ef32d8cdcb9f9b189a6bafa5

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [ea7fdcc114b786179f778e9259c03357d865d090]

        Correct Receiver to Recipient in Hyperlink dlg
        
        Change-Id: I8e0239fa8d51af1c3dd0c841fa4e59989377a0e4

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [9cfde0143195f14192e22fd437938d7810f8618c]

        Remove ugly symbols
        
        (as pointed out by Michael Meeks)
        
        Change-Id: I3a7cb0b8927f0b5ceaae427acbdc3e22790b110b

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [35fff589197aa8cf6bc2743a1b95e1e18d851a0c]

        Remove unused icons from hicontrast theme
        
        + make a useful copy of an icon
        
        Change-Id: Icfbcd1709d6820ec5a2d640360700108899f5aeb

2012-06-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [acc9761748f6d8b4bcb7419688b43b1becff13b3]

        Remove unused icons from galaxy/res/
        
        Change-Id: Idab308b2f0cc528548974f5677f063da2dc2fa88

2012-06-05  Luboš Luňák  <l.lunak@suse.cz>  [4cf7551c24f5dad694fecbb2b80b2b52173ffdb7]

        correct path to dirent.h for win32 glib build

2012-06-05  Miklos Vajna  <vmiklos@suse.cz>  [baa591a93566632471a804a3425d1e04a9166126]

        oox: move ShapeDrawingFragmentHandler to its own file
        
        Change-Id: I12b057555e00f3623c45c831f4042747f140ff92

2012-06-05  David Tardon  <dtardon@redhat.com>  [5ed17233908c7f87b08b0964b55e4504d964ed71]

        add configure check for date_time lib
        
        Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0

2012-06-05  Jan Holesovsky  <kendy@suse.cz>  [94f87ad9b1e50bb4458eb0b3e87dd053b636094f]

        Let's be bold, and default to the nice method when scaling.
        
        [ie. use BMP_SCALE_FAST only where explicitly asked for.]
        
        Change-Id: Ia5eccc786262216a803b989b073ffd9c1ed78377

2012-06-05  Jan Holesovsky  <kendy@suse.cz>  [9afb6e1e38c362a768e8e981f7b03cf8bcaf22cf]

        Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.
        
        Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of
        BMP_SCALE_INTERPOLATE.
        
        Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73

2012-06-05  Tomaž Vajngerl  <quikee@gmail.com>  [6428bef05a24f22705c96f84321c1df0066c6ecb]

        Lanczos resampling - mirror image on edges and fix image upscaling
        
        When upscaling the bitmap at edges use the mirror of the image to
        calculate contributions. Fix calculation of contributions when
        upscaling a bitmap.
        
        Change-Id: I9d3aedaed95aaab60ee5ea9cdd65e4dd8624428f

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [1205e9e393ca12740cd6af1a51e05ea8d223c30f]

        drop some unused code
        
        Change-Id: I952fa56cb8cef0321688ccd117659c8603f71e16

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [fd0ede6f5d60e69a6002bcab05ef3edb227af96a]

        XubString->rtl::OUStringBuffer
        
        Change-Id: I8304092154b74727a67e197a673949e18d6a1ab4

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [0382959a1738d531a39978ea6702ea7015779c82]

        ditch some XubStrings
        
        Change-Id: I5f8b8b71b2ea1ce6041796efa70b338608aece17

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [c03d4016e916ccf309eaa8a9e3a0b503b5fc1232]

        reduce scope of i
        
        Change-Id: I41e1c0ae2aabbf760e5f8b3142190f82fd6698c2

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [a0d627639d24056337174dec65a5defba88a41f3]

        fix use of local resource string ids in global context
        
        possibly a regression since 227113bbf16f2feda4d3e41bb9aff7dc100ede17
        
        Take the opportunity to give them more useful names while I'm at it
        
        Change-Id: I175b656ac611b78ebaa21b53778085113632095e

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [3271f2d87d8e3caca464964c03115cd3da37a138]

        This SyncSvStream/SyncSysStream stuff isn't used
        
        and doesn't seem to make a lot of sense
        
        Change-Id: Ie59e39c88070b6620cb7683e69052314d732c54a

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [5800884b89ace2745b66a6017d41ce5d75cb4ba0]

        Navigator menu entry is checkable
        
        Change-Id: I5e1758e68bda856603132b78af69c7470712b507

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [bb6d7a913659112e17fbf864d3e3e4895cafda5b]

        right click spelling menu not honouring UseImagesInMenus
        
        Change-Id: Ic012ba427febb305269d9138dd918455aa49c712

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [76f02c23ffff5dd442c78994eda1e6853cfe7e55]

        assume for all menus we reserve space for checkboxes
        
        so menus have consistent whitespace at left regardless of containing
        checkboxes/radiobutton entries. Its nasty to have menus "suddenly"
        appear without whitespace as submenus of ones with whitespace.
        
        This is a logical consequence of MENU_FLAG_SHOWCHECKIMAGES always
        set (in the absence of SetMenuFlags where usage has generally
        dropped MENU_FLAG_SHOWCHECKIMAGES accidentally)
        
        Change-Id: I9501381b91415131eff5143a0c88142221530fb6

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [e7e6d0f72b5388db3d0db17befb6fc0a00fa13c4]

        drop a XubString
        
        Change-Id: Ibf53fc9f2ae47101c5631147f383f5452a7bfe62

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [fb6ad98ef412571599280bd8df550c401cca1bc6]

        drop intermediate XubString
        
        Change-Id: I91ae7e9df90bde89f0a3f4b931c1ab150d31a3dc

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [b640c63086495a6216ad2a63f2219380cbfb5dff]

        at one stage we had checkmarks *and* icons in menus side by side
        
        later on we ended up with toggleable icons instead, change
        comment to reflect the current situation
        
        Change-Id: Ia39f6bffe8e5942442482b1f845d2964138ec032

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [84770240ee911393eb3e29f446e7c324843c5c6c]

        nCheckPos and nImagePos are always the same value, merge together
        
        Change-Id: I41bf6eada1fbeaa9548f81b3bf4fd9d4f4f6871a

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [8b13d9a0cd76b04631db5b901ae433aecb955c30]

        fix mangled indent
        
        Change-Id: I57d0a16ed698b406cb7362a3382698fcd5bf21b2

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [5366ca39cba57c2e994c8988c21ac05a905483f3]

        make ImplGetNativeCheckAndRadioSize return max size
        
        rather than just max height with max width smuggled out as a confusing extra
        third argument
        
        Change-Id: Id37ec4f679e5668715d5db0bc8875a27c8b2fb3c

2012-06-05  Caolán McNamara  <caolanm@redhat.com>  [e586009e2c9356bacc4c9282e044f1c1b63e7601]

        nMax here is a height value
        
        Change-Id: Ia1c12f29840dcb2f3f5a5d654a368ddc11554ab2

2012-06-05  Miklos Vajna  <vmiklos@suse.cz>  [110c8df2d80bd09c2848eba0091d8a1f7b51bcc9]

        oox: import prerendered smartart into writer
        
        Change-Id: I1c76c1bb2098c42727ae4e605e20746d0bb09463

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [0e9598fa6c388024fa788358e26ef77b5fc3f074]

        Catch more remnant ODFVER_LATEST instances.
        
        This extends commit d0af38eaa029c2f2c2617544c8b6798c463381b9,
        converting more latest-ver to 1.2-extended cases.

2012-06-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d45c4112b1cac10a46b35e10a8fcfa891840a846]

        oh yes, we need some date_time implementation
        
        Change-Id: I7f88382a8244799c293f23555243d381ea793685

2012-06-05  Stephan Bergmann  <sbergman@redhat.com>  [719618f28e003c545c20a8fc94d348b667c8376a]

        Remove bogus dependency of extension on comphelper
        
        Change-Id: I2a0d4bc968b9b1d285006f26603da4a98fbd870b

2012-06-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [39205cb3ab21418f715a4e8c0628dec859a577c9]

        Revert "Dupe code removal in cui"
        
        FI is an image, FT is a text...
        
        This reverts commit ecdd0501c809e8f283a09cc320a539b828bfec2f.

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [3fb24e6307e0ec3e09b1e48e9a4ce5f6787d2cc9]

        Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-mode
        
        This writes out absolute paths, to side-step buggy odf consumers'
        wrong handling of the 'z' statement (i.e. they ignore it for current
        positions).

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [d3c189fa742f0b21f99a8f3b1ebafe71c130d8d5]

        Fix fdo#50703 clamp ODF1.2 compatibility-mode to use old encryption.
        
        As requested for better interop inside the ODF ecosystem, asking for
        compatible odf output gets you blowfish/sha1-based encryption
        unconditionally.

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [d0af38eaa029c2f2c2617544c8b6798c463381b9]

        Add ODF1.2 extended-but-more-compatible mode
        
        With several legacy pre-ODF1.2 and ODF1.2-only consumers out there,
        folks wanted a more backward-compatible ODF1.2 extended mode, that
        uses stuff deprecated in 1.2, and/or is 'bug-compatible' to older
        OOo-versions.
        
        Therefore, adding ODFVER_012_EXT_COMPAT, and sticking it to several
        attributes that were ODFVER_LATEST before.

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [24c260a271ec5f086b7883a6ed258e02af799d61]

        Unify ODF extended vs. ODF1.2 handling
        
        Make "export extended ODF" consistently mean "version > ODF1.2".
        Future ODF versions need manual review anyway, of the various
        changes/additions we ship.
        
        Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93

2012-06-05  Thorsten Behrens  <tbehrens@suse.com>  [ecdd0501c809e8f283a09cc320a539b828bfec2f]

        Dupe code removal in cui

2012-06-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57e35b0ed54a2e74c107493869e72ab7eb86222a]

        fix some issues with sort dlg patch
        
        Change-Id: Iba2839ec04a79b8fa49968aebb194f9dc6799d4d

2012-06-05  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [35b1d1a9b47abb8cb3b45d4c6351d1c2b86b379f]

        fdo#45747 remove the limitation to 3 sort entries in calc part2
        
        Change-Id: I699c424f536b0096b35d3db3aee371793e9e56c4

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [475bafc4be1b113095e1b0dcacfd565374777f8d]

        Replace manual Mutex handling by clearable guard
        
        Change-Id: I4c20bf3a2aa5ca908db233e54f50404cc7466d72

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [43f9468d3529ab7e6f20a5ba3ae12dc14ead4193]

        bCheck is guaranteed by the for loop condition
        
        Change-Id: Ia54eaa5cb1aa8bb4a052cea25396b07f048ff74c

2012-06-04  Eike Rathke  <erack@redhat.com>  [12cfcf3733a5302bd78c277a1a33794c38c3610c]

        configure prefix for "installation" and get_data() function
        
        * LIBO_LANGTAG_DATADIR environment variable may point to liblangtag data and
          override REGDATADIR define.
        * deliver data files to $SOLARVER/$INPATH/share/liblangtag

2012-06-04  Andras Timar  <atimar@suse.com>  [bf7b50a75916e5564062b5121fb67de584045b33]

        add incidentally deleted setAllUsersProfile2K back
        
        Change-Id: I687328d08c89c45fc5d95ee02aea5318b9b5a3ff

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [7b54689b0eba179e29ede8a7f0732fb4628dd031]

        edtwin.cxx: try to shut up the tinderboxes
        
        Change-Id: I504d3b0ac6250b88ca3de3cad179a7caec35e2a5

2012-06-04  Julien Nabet  <serval2412@yahoo.fr>  [881accb9a75fd080e706a6e184de955ae0ae17e1]

        Change return PrintFontManager::countFontconfigFonts
        
        PrintFontManager::countFontconfigFonts returns an int but it's never used
        so let's drop the int returned
        
        Change-Id: Iab00916aec36b899a04555743d698a3fc1d45085

2012-06-04  Rene Engelhard  <rene@debian.org>  [187c1cd4af803de5bfa8228195e30d150e5cb6cb]

        bump libcmis check to >= 0.2.1 given 966d20e35d5a2be2fce6c204af5c156c3ead7063
        
        Change-Id: Ic6814b9a3916493bf0b1c96d5e8c12f3d187f887

2012-06-04  Brad Sowden  <code@sowden.org>  [230662c3afa208780d280401d63add3eece7ab8f]

        Smarter auto-complete capitalization (#i22961#) and i18n handling
        
        If a word is in sentence case then the auto-completed word should
        be in the same case i.e. if the auto-complete list contains the
        word "LIBRE" then "Lib" should auto-complete to "Libre" rather
        than "LibRE". See OpenOffice bug 22961.
        
        Also implement better i18n handling for calander month and day
        names. Previously, if a month or day name was not ASCII then it
        would only auto-complete if it exactly matched the names retrieved
        from the internal calander i.e. had be a case sensitive match.
        
        Change-Id: I0c4543bd9e912072bce1ceaf4adecd41b55b576b

2012-06-04  Brad Sowden  <code@sowden.org>  [d7a6815fbf56fd3f8e6712f1c2cb761e8e1bbd8f]

        Replace SvStringsISortDtor in edtwin.cxx and gloslst.[ch]xx
        
        Note that the replacement vector stores all strings first and then
        sort and "unique" are applied (ASCII treated as case-insensitive).
        Previously strings were inserted sequentially and only the first
        version of a string would be stored (case-insensitive ASCII
        comparision). This should have no material impact as the strings
        retreived from SwAutoCompleteWord are already unique (case-
        insensitive ASCII comparison) and the capitalization of the string
        is generally changed anyway to match the capitalization of the word
        to be auto-completed. Also, there appears to be no logical reason
        to store the first inserted version of a string over of the first
        version post-sort.
        
        Change-Id: I132865bbb9b382d417fb2cff9de351fdb2cbfb13

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4f1821203ec8fd4df3dafdf95c2e91f97d17fd8d]

        Oops, fix a bad fix in libcmis for libcurl version checks
        
        Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [1ca20c89c0a1f1ca34de4939d6fef66fb68ceff9]

        KeySet.cxx: fix boost include; also...
        
        ... BOOST_STATIC_ASSERT_MSG was added in boost 1.46, while the internal
        boost is still at version 1.44, so use BOOST_STATIC_ASSERT instead.
        
        Change-Id: I14f8e48e31956b34a1a907cd2c4e454a5715889b

2012-06-04  Michael Meeks  <michael.meeks@suse.com>  [a88f54f53a370e61bedd868c65233723f816775a]

        ALv2 licensing compliance, and first test / re-based module pair.
        
        Change-Id: If75d2daaac2c629028a76f55941345c1c565a69a

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [e581bef6dfc03d0bab9de1485c6f6cdcd034d581]

        i#102625 avoid fetching same row twice in different queries
        
        We do a "SELECT * FROM table" just to fetch the primary key columns;
        so reuse the same XResultSet to fetch all columns.
        Else, we immediately issue a "SELECT * FROM table WHERE
        primary_key=current_value" to read the other columns, which is
        wasteful and particularly silly.
        
        Commit 1ae17f5b03cc14844fb600ca3573a96deb37ab3b already tried
        to do that, but was essentially reverted piecewise because
        it caused fdo#47520, fdo#48345, fdo#50372.
        
        Commit c08067d6da94743d53217cbc26cffae00a22dc3a thought it did that,
        but actually reverted commit 1ae17f5b03cc14844fb600ca3573a96deb37ab3b.
        
        This implementation fetches the whole current row and caches it in memory;
        only one row is cached: when the current row changes, the cache contains
        the new current row.
        
        This could be problematic (wrt to memory consumption) if the current
        row is big (e.g. with BLOBs) and nobody is interested in the data
        anyway (as would often be the case with BLOBs). Note that because of
        our "SELECT *", the driver most probably has it in memory already
        anyway, so we don't make the situation that much worse.
        
        This could be incrementally improved with a heuristic of not
        preemptively caching binary data (and also not LONGVARCHAR / TEXT /
        MEMO / ...); a getFOO on these columns would issue a specific "SELECT
        column FROM table WHERE primary_key=current_value" each time.
        
        The *real* complete fix to all these issues would be to not do "SELECT
        *" at all. Use "SELECT pkey_col1, pkey_col2, ..." when we are only
        interested in the key columns. As to data, somehow figure out which
        columns were ar interested in and "SELECT" only these (and maybe only
        those with "small datatype"?). Interesting columns could be determined
        by our caller (creator) as an argument to our constructor, or some
        heuristic (no binary data, no "big" unbound data).
        Also be extra smart and use *(m_aKeyIter) when getFOO is called
        on a column included in it (and don't include it in any subsequent
        SELECT).
        
        However, there are several pitfalls.
        
        One is buggy drivers that give use column names of columns that we
        cannot fetch :-| Using "SELECT *" works around that because the driver
        there *obviously* gives us only fetchable columns in the result.
        
        Another one is the very restrictive nature of some database access
        technologies. Take for example ODBC:
        
         - Data can be fetched only *once* (with the SQLGetData interface;
           bound columns offer a way around that, but that's viable only for
           constant-length data, not variable-length data).
        
           This could be addressed by an intelligent & lazy cache.
        
         - Data must be fetched in increasing order of column number
           (again, this is about SQLGetData).
        
           This is a harder issue. The current solution has the nice advantage
           of completely isolating the rest of LibO from these restrictions.
        
           I don't currently see how to cleanly avoid (potentially
           unnecessarily) caching column 4 if we are asked for column 3 then
           column 5, just in case we are asked for column 4 later on, unless
           we issue a specific "SELECT column4" later. But the latter would be
           quite expensive in terms of app-to-database roudtripe times :-( and
           thus creates another performance issue.
        
        Change-Id: I999b3f8f0b8a215acb390ffefc839235346e8353

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [60f5a9d372eb190038a1d37afa48bcac0dbe1875]

        Need to refresh row after moving to bookmark!
        
        Change-Id: Ia8d12d02829087309e248506a7d3b0f94b5a425e

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [d147ade33489509818c1a3f8cfd887a4a896381d]

        Cleanup m_xSet in destructor
        
        Change-Id: I3d7023fcb1857da1ef107a8af0d373b9ca464f03

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [5e6a233e7bf45c426493f99d01a4b23d8ce94034]

        typos in comments
        
        Change-Id: I1dbb1990033602d7909ecdee72b8b699cce44cab

2012-06-04  Lionel Elie Mamane  <lionel@mamane.lu>  [df31ed33b7eab6e2e2950358a82bde1cccdbd683]

        Remove wrong optimisation
        
        fixup of d4ae29a37873843c20fe7d5f5f071f8fb201fed9
        after the call to m_pCacheSet->absolute_checked, the data *is* used,
        so we cannot anymore exempt m_pCacheSet from giving correct data.
        
        Change-Id: I7d3644ca08ce43cb030a80984605a1f8a8a64211

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [d51af3a62a640783993e83566c3a86d62f24637b]

        solaris.mk: re-add nsl and socket libraries
        
        Seems these were dropped in 3c4cd1deaf71d0d800957b3580d426c721bf7844.
        
        Change-Id: Ib929e322719e4a50d8d2d32e3cd9466242e1c034

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [a87f45ab78b61dba6b615a88846682b0c35d7d40]

        configure.in: refuse to run in sourced solar environment
        
        revert one hunk from 909cd34b7b0982078a50b9ed46cf57811d9571df
        
        Change-Id: I9eb3f3c1cdab2c0624ab65f540b9c3d6b8f1bfb5

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [30aa036181480c76f909c2dda86b2682cac1fd73]

        fdo#46112: tweak condition to prevent guessing only...
        
        ...if there are actually individual line widths given; fixes the
        sw_rtftok test.
        
        Change-Id: If5f6ef54b93c5bfccfd011f25d9d9301637d388e

2012-06-04  Noel Power  <noel.power@novell.com>  [764752f5d85cb7c86ad21340dfdda4b62754790c]

        better import xlsx heights
        
        don't call UpdateAllRowHeights when IsAdjustHeightEnabled property is set and additionally set manual heights for *all* imported row heights ( same afaics xls import does ) - certainly this improves import ( also see documents attached in i#94028, i#93609 )
        
        Change-Id: Id8aff727587ed4fa19fd0897aaf25b2202737084

2012-06-04  Noel Power  <noel.power@novell.com>  [d59a707f6e9308c2b89ebf4e71693175c37b7ed6]

        remove anchor to cell shape (re)position hack
        
        this change manaully reverts c07e9299bb2c8d5477669568b12708bd2ff12684 & 4908c16a73b397f83c327789f113658c1ea4d904
        
        Change-Id: Ia8656631f84709430c8e94e8d9dfa961e81d5746

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [293f6a7a24c30f4d4234d973dba1d90005165455]

        update libcmis to 0.2.2 to fix macos old libcurl problems
        
        Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4

2012-06-04  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [5d1ea0b2253d9d09aad96f0b6b0251d20d063856]

        related fdo#50630: use print_warning when image not found
        
        Change-Id: I8811ce96cb70429ae458e31cafb8979bb6bb9644

2012-06-04  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [3d2ca79abf0ff2f74c6a4a463f65fc89d5f98bba]

        $(COM) not $(COMP)
        
        Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0

2012-06-04  Eike Rathke  <erack@redhat.com>  [0fb770c4a86ef0b5e3740ab7078b6f36db7638e3]

        ported liblangtag build to wntmsci

2012-06-04  Eike Rathke  <erack@redhat.com>  [9d559ea8c96c36eb086ede9bca36dd32c2b5a692]

        added liblangtag for BCP 47 language tags

2012-06-04  Noel Grandin  <noel@peralex.com>  [b3c76dee6d44d07eae404b8d7341e6c88e6c4429]

        fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
        
        Update calls to factories to use new ::create methods
        
        Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.

2012-06-04  Stephan Bergmann  <sbergman@redhat.com>  [eb68bf18f2d859486c4a737abb2536a6afe45411]

        Improve error reporting
        
        Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395

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

        do not export INCLUDE for MSVC, avoids problems long LO build path
        
        INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx)
        and make somehow (not sure why) exports the INCLUDE that gbuild uses,
        which (again, not sure why) causes MSVC to report a misleading error about
        incorrect argument. There actually does not appear to be any (unreasonably)
        low path length limit on Windows.
        
        Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2

2012-06-04  Lionel Dricot  <lionel@lanedo.com>  [646c6681f5f9bf1727694fdbba67771b99ae95a4]

        fdo#50680: lcms2 should use GNUMAKE for solaris
        
        Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris
        
        Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69

2012-06-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6b44e97fb6a4deffeee0654951a2a9dc43554820]

        module icc removal was a bit too harsh in configure.in
        
        re-instated lines that were accidentally wiped out in configure.in
        
        Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3

2012-06-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [1802271ac4aef34a7957a1fac492daa788d1d984]

        fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.
        
        Similarly to Ifb04d4a8e485182c5ef2771025b06832bfd75ae0 (commit
        ac25f124858b79e302adcc533d6a658d5c529394), we need to rotate the bounding
        box of glyphs on MacOSX too.
        
        Additionally, round the position up, and convert the size more
        straight-forward way.
        
        Change-Id: Idf7a077836e65072795c6d98d61925ce62ee35b7

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2195b65c2106b529af833eca2c0f59674a299415]

        libcmis: fix for windows build
        
        Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [70a6a4d425558340bb49507975343a3e0a1bdde8]

        fdo#46112: fix Calc ODF border line import:
        
        There are 2 problems here:
        
        - the border widths are tripled on import, because that is effectively
          what SetWidth does for DOUBLE borders; set a divisor of 3 similar to
          e2ffb71305c5f085eec6d396651c76d6daee3406
        
        - the 3 individual line widths are ignored and the 3 lines end up with
          the same width, while older versions had numerous pre-defined border
          styles with asymmetric line widths; fix this by always guessing the
          width from the 3 parts for DOUBLE lines
        
        Change-Id: Ibdde7e034e25433835765330e81db0825efd9eb8

2012-06-04  Michael Stahl  <mstahl@redhat.com>  [e18f53c624443bb2fbb9edba7b81b57487eb0e50]

        fdo#50169: skip the rest of the loop in case of wrong index
        
        Presumably that is what Martin wanted to do in the previous patch.
        
        Change-Id: I64f1da88c1802a27cf974aa6abc15b014b56126d

2012-06-04  Martin Hosken  <martin_hosken@sil.org>  [981fd1612fb853287f0bb916b8600de3e587ed64]

        fdo#50169: add another index check
        
        Change-Id: I974ac27ee17219ce3f8a7e5641dbb0098da18f8e

2012-06-04  Takeshi Abe  <tabe@fixedpoint.jp>  [54a908a003db858874d85ca528983882e85e5c2e]

        nuke unused defines
        
        Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb

2012-06-04  Tomaz Vajngerl  <quikee@gmail.com>  [47e0df5cebc05576e55210c5dd408a6f3eb91700]

        fdo#46378: Lanczos3 resampling of images added to Bitmap.
        
        Current resampling methods for images are FAST and INTERPOLATE.
        FAST is used where speed of resampling is required, on the other
        hand INTERPOLATE resampling is used when we need quality. For
        example INTERPOLATE resampling method is used at PDF export.
        INTERPOLATE resampling uses bilinear interpolation which is known
        to be lower quality as other modern (and slower) resampling
        algorithms such as Lanczos, Mitchell or BiCubic resampling.
        This change adds Lanczos resampling to the Bitmap class and
        enables Lanczos resampling in PDF export.
        
        Lanczos3 resampling is implmented using separable convolution
        with which it is also possible to easily add other resampling
        methods like BiCubic just by changing the kernel function.
        
        Change-Id: I8dff5b65753b09dffd5bc34f2343d9818efb3e58

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5b20e0572f266fef0775208737ac08599a0dd1ce]

        Make the template manager closeable
        
        Change-Id: Ic5e614529883784b2cc098520ffbb47c76875471

2012-06-04  David Tardon  <dtardon@redhat.com>  [0b638638ef6e8c93318cb898ef8312e0e197b45e]

        fdo#50628 fix resource file name
        
        Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0

2012-06-04  David Tardon  <dtardon@redhat.com>  [52cd118b4e460787059aeab90bdbe5bc9ef33cbd]

        fdo#50630 set correct path to images' module dir
        
        Change-Id: Iabaf8f41e82fb7c2f881057bedb4c7757dcf1bce

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b48db7bc94b02a3b8bb7d173454c6e67139b0739]

        Updated libcmis to 0.2.1
        
        Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [fd32788092fcb29526ae73ae3bae6767dbb1e490]

        CMIS UCP: changed URLs to have hierarchical path
        
        Hierarchical path is assumed in loads of places, changed the URLs to the
        following:
          * Binding URL is encoded in the authority part, the repository ID is
            set as a fragment of the binding URL.
          * The hierarchical path reflects one of the path to the document on
            the server
        :x
        
        Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2c4588340ee8387513dd067ecb53dc0058b12ccc]

        CMIS UCP: Fixed folder creation and nodes renaming
        
        Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [99465489aa24a2d9d81c0daccfcf512e4f82c841]

        fpicker: folder creation dialog fixes
        
        Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a57fca1bcabfbf6dae93eaafb4ab2d313a69f5a4]

        fpicker: Added CMIS protocol for Experimental features
        
        Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4880c6dcee9f1ae6a895f15293727eb6a76d6c5e]

        CMIS UCP: fixed a few bugs to show repo in fpicker
        
        Change-Id: I21a38adda013b8e75bf3a6ba91d70014461ea596

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6ad3debb05f7c6f0afdf3c9ae08210cd6b17ce0d]

        CMIS UCP: if the URL has no object id, assume we want the root folder
        
        Change-Id: I6cc330f20222d4448d2267151d49f354068f54f3

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [705cab9a81b81153778c09c56340c20118c00471]

        CMIS UCP: implemented delete command for folders
        
        Change-Id: Iba1c5bf10c235ebd26108be944b88096f0ee84bd

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [c77437672a57f53d776ae8161afeffd606cc9893]

        CMIS UCP: Implemented delete command for documents
        
        Change-Id: I34c90f4675e461f461bad7e81c23da56463f0a24

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6f34fd25cbd8d9ed43ae9c2b074f7c6fa6968b31]

        CMIS UCP: implemented folder case for open command
        
        Change-Id: Id0997cd99d7d80c975de3d46670a1fa8b3d602a3

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [966d20e35d5a2be2fce6c204af5c156c3ead7063]

        CMIS ucp: write documents back to CMIS server
        
        This change needs a git repo build of libcmis.
        
        Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [12d193df238adaf67608327b36fea91003138539]

        libcmis: updated to 0.2.0
        
        Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47

2012-06-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [d1eb25ba0a2b0a549f387eb731032c7f1265095e]

        libcmis: removing unused gmake scripts to avoid maintaining them
        
        Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3

2012-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7b4c51ed76269546a03729b5e7f087a9d252994f]

        sal_uInt32 -> cmsUInt32Number
        
        Change-Id: I2d16ab0c75221cd7ce3e602d9f830b597433411b

2012-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9d1486da6e30f9a4a17eebfafc800f9a84fc49bf]

        Find the internal lcms2 header
        
        Change-Id: I9ee6b40f28ffb5cc557cdcfff49287bd2e4b0fe2

2012-06-04  Jesús Corrius  <jesus@softcatala.org>  [335b175cdaf02b77104559a3b0ea6a403533d79d]

        Make sure all the required headers are there

2012-06-04  Jesús Corrius  <jesus@softcatala.org>  [3c3d6c6dedc145aef6a91816cfed03c399f338a5]

        Make sure the symbols are found

2012-06-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [086abe9eddd55573d8c04728649b574338176410]

        Replace the module icc functionality by a use of lcms2
        
        Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38

2012-06-04  Jesús Corrius  <jesus@softcatala.org>  [67673e9ba6788f4c85bfdaac6091148086f12941]

        Move the AppUserModelID code to the launcher

2012-06-04  Tor Lillqvist  <tml@iki.fi>  [e7035b865f200ca26f4ba197180a36dd498ca4ee]

        Bypass scripting in one more place when DISABLE_SCRIPTING
        
        Change-Id: I37ec7fa799e6a8e3162c4dfb2ec92aeccfc57df1

2012-06-04  Tor Lillqvist  <tml@iki.fi>  [ab4014e602a2eae0143448213579e7dc8ec5d11e]

        Must use -mmacosx-version-min=10.6 when host platform is iOS simulator
        
        Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a

2012-06-04  Tor Lillqvist  <tml@iki.fi>  [f79d5b911620d3a4b72925684647bc2cec454bff]

        Unbreak stuff on iOS a bit after bootstrapping changes
        
        Change-Id: I0d2ebfc9aa78a9fed057b853d54797a88218c587

2012-06-04  Tor Lillqvist  <tml@iki.fi>  [9c0b624286c1e1148e7bf552704b1a334ebaacfb]

        Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)
        
        Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4

2012-06-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b45aa8d59351e78660ef504e0c8433c5011e6e09]

        scatterbrain forgot to amend the previous commit
        
        Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4

2012-06-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0d663b02dc04f06170afdac578fc4f7629be78a0]

        remove the border from the options dialog, use just a separator instead
        
        Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073

2012-06-04  Julien Nabet  <serval2412@yahoo.fr>  [c3b12e24ce5e62e05d524a338e1c17f8e7a53f53]

        Fix call of getLength
        
        Change-Id: I5fb5bc5016bd2779643ecfcf2df40e00c4741a2c

2012-06-04  Muthu Subramanian  <sumuthu@suse.com>  [0eaed74b10714c005ea28db4ecb4cb92f56ca0d8]

        Hyperlinks/Fields wrapping feature.
        
        * Known issue: If the hyperlink wraps the next content is always from
          the new line! :(
        * Pending: Creation of unit test case for this.

2012-06-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [793f2404409a5c3a707fa5d0731e034b12f0b431]

        targeted string re-work (ii)
        
        Further simplification of d8e3eb234b729e9b3d9b8d81abd27f228fd06687
        
        Change-Id: I2fa695e236cb6dc3be66fc57e7fae167cc368904

2012-06-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [590140e61d159bdc392670cbc303f1ac1a67e8a4]

        targeted string re-work (ii)
        
        further cleanup of 	aa062d1b735f3ebef00fe64c74240240d3912722
        
        Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b

2012-06-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [4c0d50eac4d89d2717d9e6787932a10abbb6e264]

        Targeted string rework (ii)
        
        Further cleanup on top of 2f1a1c529694c1fec6d3b02930f8226c7b2bccd9
        
        Change-Id: If348a0985ea92e4dafc450402053d43f77a0f58f

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [28a143cb7d19fe618b33f1af02d7990d007e88a4]

        Remove support for setting thumbnail item background color.
        
        Change-Id: I7bcc1437a007383b9a7ab4fc821398c014f4aa45

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [ae3b68d46c0aa827054c790630fabaac0dfc393b]

        Display thumbnail associated text below it and horizontal centered.
        
        Change-Id: I99c4bf6ec7a4f71fb8a1803120f1706fd2d5f457

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [e9f88dc0de4e85bd10b17f809f3ae28aaf679f5b]

        Make default color for items transparent.
        
        Change-Id: I98cea3c2de5a16e231a426c2131ce776ba33c459

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [3bb15a497877668ba4883aeb3ad56ee382db85c0]

        Remove classification of thumbnailview items.
        
        Change-Id: Ic4a18eda66c74d53bcb471bbd6ac9518e2319c9c

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [8bab2866a15ed5c8d8aa7d2dc8ee41c0ba0c9271]

        Draw all thumbnail items in the same way.
        
        - Remove drawing items differently depending on their type.
        
        Change-Id: I426f63ed280d120d148f91c0d50891e67b0611e8

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [a3fc3e665c82f7646f4a4a1237f4009ae9180b83]

        Rename draw item related functions and allow them to be overrided.
        
        Change-Id: I6be84d04fd09ea1dee3f5022a37a5c13f98dcefb

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [27cd9157ac0e824197aa40c67fe6a4bfab3b2e38]

        Import X errorbars.
        
        Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [5e1dfa9952724c1909acb3679369e3ec8e3f99ae]

        Export errorbars attributes and styles to XML.
        
        - Instead of exporting the errorbar data to the series in a global way now each errorbar has its own attributes depending on their user settings,
        so we can have different data for each type bar (only when using ODF 1.2 extended) and still keeping it backward compatible with old formats.

2012-06-03  Rafael Dominguez  <venccsralph@gmail.com>  [b4b403305a32ca989fb4cff9c6a726ec937f1f9d]

        Map errorbars properties from chart2 API to xml.

2012-06-03  David Ostrovsky  <David.Ostrovsky@gmx.de>  [faaa021635a6a731d920dee5d929f6e3e459cb77]

        fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does not exist.
        
        Change-Id: If2d21c3f04459a4cee1ebb748ddc885915063b31

2012-06-03  Matúš Kukan  <matus.kukan@gmail.com>  [584c5f1d3530eec6c6bfa68a05533609a81cfb2f]

        packimages: better interpret 'default' value in WITH_THEMES
        
        Change-Id: Id68748b557f4ec5a28489ea894be221953ac9045

2012-06-03  Takeshi Abe  <tabe@fixedpoint.jp>  [44e3dcf03b74111965584feb22e7baf97e26a7fa]

        removed unused defines
        
        Change-Id: I95eb6a46e6d2a2763313e90e5b15582c83f66b81

2012-06-03  David Tardon  <dtardon@redhat.com>  [09cd5c460704ddd99669a61ae335bfb2ce357140]

        do not check for win-specific stuff on mingw
        
        Change-Id: I8316e1ce35d059938da35651c0fa1412b8648a7d

2012-06-03  David Tardon  <dtardon@redhat.com>  [38b32390cd39c9179f1fb36f2523a2343e69646d]

        use API headers from OUTDIR
        
        Change-Id: I77a647d7f24efa9159a85d0085e0306a8019e3da

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [98e2ca5e850f824a889e61764fbbd0824b2c5857]

        fixed indentation of sw/source/core/inc/environmentofanchoredobject.hxx

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [ebdb9e5294a7b15e6371fcaef153872743a65fd7]

        make coding style of files (e-h) in sw/source/core/inc consistent

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [510f70015aba59d5bb4cc2ab9667c08676c37a78]

        translate German comments in sw/source/core/inc/f*.hxx

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [9b43bf2ce3b947b494e076cad853d09a6e6d7544]

        re-indent files in sw/source/core/inc
        
        * re-indentatation by -4 spaces
        * delete ASCII art separators

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [b7543e5281d9481d7fc152797b53c0831105b3f5]

        make coding style of files (a-d) in sw/source/core/inc consistent

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [1f3e529162b679c58fecb0e3bc73b243e796e8cf]

        translate German comments in files (a-d) in sw/source/inc

2012-06-03  Philipp Riemer  <ruderphilipp@gmail.com>  [951152f2bb83476907ea59ff8d6c608a7d2302a0]

        make coding style of files starting with a capital letter in sw/source/core/inc consistent
        
        Also tranlate German comments in these files at the same time.

2012-06-02  Rafael Dominguez  <venccsralph@gmail.com>  [5349fcb28c40674abe7e232b10c63736c6c491b5]

        Remove support for item borders in thumbnailview.
        
        Change-Id: I031ba912124310e5adb96a2e6f48b9cf6aaa6d54

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f1a1c529694c1fec6d3b02930f8226c7b2bccd9]

        targeted string re-work
        
        Change-Id: Ia43a1ac7e55f3823255d739fb0930fa23ec5ab27

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa062d1b735f3ebef00fe64c74240240d3912722]

        targeted string re-work
        
        Change-Id: I2b2bc81099a7da2300e73fff91d104cc0b6ed2f5

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8e3eb234b729e9b3d9b8d81abd27f228fd06687]

        targeted string re-work
        
        Change-Id: I6f5075e40d820c91b3fa8a359564da4a4d098032

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [1d1b5c46cd6eeb60c4ec9db1fb6ab084e98cf5a6]

        targeted string re-work
        
        Change-Id: If149857d1f5171ad451c00de55e68b1aa215358b

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [cac1f33e839469d884730350e46a21d92fb442f2]

        targeted string re-work
        
        Change-Id: I27a092628e48b39f7bad2ed895f80aeea0d9ee35

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [684be327c0e20777628dfb401d7c41754aa5128a]

        targeted string re-work
        
        Change-Id: Ica5753180f4c8be4547ba97bbd7221309d1e3157

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [de0c09bb427e0206289365b83ddde02405db5ace]

        targeted string re-work
        
        Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [e6adc90c231588349ce7d8c1abc5fcb446f61706]

        targeted string re-work
        
        Change-Id: Id37249ba16f543798324ee2cac566ec56d8e378e

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [eb225ad5d756c26e7ed997b78e189d74f3435002]

        targeted string re-work
        
        Change-Id: I48ca4f57f97f49fe344a7d4aab079f23765d2679

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [f86ee78ba2fcb1ff3aca3c20c747932d615bed14]

        targeted string re-work
        
        Change-Id: Ib607fc30bf6eaa1c1043eb7e815295b728da3085

2012-06-02  Rafael Dominguez  <venccsralph@gmail.com>  [f63007710a90e0a9c821b5e2f5510791987b2a44]

        Clone valueset functionality in thumbnailview.
        
        - Make own control based on the functionality of valueset and related
        classes, this is because valueset drawing functions arent very flexible
        when it comes to changing the hover, selection drawing behaviour for
        your custom one.
        - Another reason its better to keep valueset functionality as it is
        to dont break other code.
        
        Change-Id: I322ec5a0d558d27bbc7a6c1f872befd8d6c9d81b

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [56f3f3e9dae673266d42149de4fc36a4161de923]

        targeted string re-work
        
        Change-Id: I20867f9ef04297f27523b63dc1e18a2e31da5d42

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bf761e85d65c66dc12c49de187ef2952d3f43a4]

        targeted string re-work
        
        Change-Id: I120b321166bb078b44d8b9894a1f906e9c6a611f

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc62d262fa73546d324b47348447ca135a4483b5]

        targeted string re-work
        
        Change-Id: I2cded25cc1d63a02a14633e2de4c6f37662feb25

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [eeac11421792819a42eb442ac4b64fa963901662]

        targeted string re-work
        
        Change-Id: I3276836b76b69f04de38c2d36ae04b60c49d4873

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [65269c97c305d7d8efc42add2faf99a18731af52]

        targeted string re-work
        
        Change-Id: I37e225902bf7f3a6e007e7641b2b9898b044a45b

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9085f3b5f970b6c8efbf1192dd05caa02f4ba1f]

        targeted string re-work
        
        Change-Id: I33d07b10cd862d601604a557382a4ab66f67a1fd

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c4d18d02599279b8b48daf7a53c7abf6ecef1119]

        targeted string re-work
        
        Change-Id: I6a417dbea4a0b00be3f8e4b6dbe1ef0f4bbcbeed

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [be8c8f17897633016a25c1efc3352921c2d7fcbf]

        targeted string re-work
        
        Change-Id: I511ceb2929b9bd316455c6463a3495e2748befdd

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [2fbb371fa11c7c54749136a8e2cd8279b8123d0b]

        cosmetic clean-up
        
        Change-Id: I78ecfec2c03df2d040671722c255af2c63f81991

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7d4a73b5e8aa8cdaf8f9bb7ab834adaca1e6d66]

        targeted string re-work
        
        Change-Id: I2124610768910ff147ca6496b178c91ea90b48ac

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [bfa906144f16324d5bcce9eb742950eff7621702]

        targeted string re-work
        
        Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [bcce59d5ffa3c3b17f0894347d7138e126782952]

        targeted string re-work
        
        Change-Id: Ic547a05d2540a9fb70a38b3717cb4e87726a74a5

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [11ccf6b59c4db4673718ca2b3b24d4623ac5e406]

        targeted string re-work
        
        Change-Id: I9d0b124450af7743991c5f0b80de68383b814345

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [aca92397245389e93de25a779bfdc6bb7f03ceee]

        targeted string re-work
        
        Change-Id: Ia651a93951da514105183775a5f49d031a192937

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [e4b6a8e0e942c170ff18b886817e0b696dc712e7]

        targeted string re-work
        
        Change-Id: I6099879387480356b6623db6224a39eaec5ecb26

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [056f1611060ed14f31f5c88c6db752bac2358c86]

        targeted string re-work
        
        Change-Id: I8256b300bd50e0aed8bee364ebe518087969d184

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [aef7a9ad9136cb14ca1158262cee130621975b07]

        targeted string re-work
        
        Change-Id: I67db5b5685872ef148bf4833330c02ea2b18c32e

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [5611d3bcf585d5ae8070892dc96d5e21d12c1d9a]

        targeted string re-work
        
        Change-Id: Ia9fe54a5198811d648bb32a2ebb3ab7f9cde77c7

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [e9483d246a6fb3631fe7bbac596e3b7684c40c5c]

        targeted string re-work
        
        Change-Id: I19de73d0d2bdbe5322c928e93eca556eecabb09c

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [ea489b3570efe7d9a53da91ba66fa1563d40ffbb]

        targeted string re-work
        
        Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [13aaac50bc5c37d4d9be97b441032dd7d6d02406]

        vcl: add dependency on basebmp's headers not implied by linking
        
        Change-Id: Ic35a980f7ddc45ce319fe6d78c93be33126380a6

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2966ec9595a7a8b4da8fdd56b27d7e8482881ca]

        targeted string re-work
        
        Change-Id: I17bec612eb6d50acc4bf8ac8ea4299fd2380afb5

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [69337306016f3421d93967573c9fffffa6e5947f]

        targeted string re-work
        
        Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [166ab674606cca5829c7b7ab3e58b25e3ce838fe]

        targeted string re-work
        
        Change-Id: Iece38bedf1f2380f8ecf3c6aef1e92688ed026db

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [542aa80d4583ecd0aaec2111236ae418b780deb0]

        targeted string re-work
        
        Change-Id: I16c4e5c6662b2342a7e48011de8a7d55e5682688

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [133340ff51e4e62409c6243f7445cdee7b24e228]

        targeted string re-work
        
        Change-Id: If3717bae537653de0bc7a0e6c62a4203a9b93f8d

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [befcf7910f8fe55b4f208a778aefb3faa11b505e]

        targeted string re-work
        
        Change-Id: I103e7171a5a523c388af14ec453299990c99c8c1

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [a6be4aff9ff165a3f6ed4fed8c19c26e4f952a58]

        targeted string re-work
        
        Change-Id: I2e05baeb2c7f42e6f37613fe648fc19a8d0ac730

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e34e009ff7bb12d9f7c5713bfed013c0abe3ac3]

        targeted string re-work
        
        Change-Id: Iaccecb3f54faa157181c45050e395b828784bc00

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [acb7bd175abe6c7f793cc673feaab46c90b9a260]

        targeted string re-work
        
        Change-Id: I145731d9f28faf0065f5960f2c5a32f27d8c8620

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d29d9399d48f85989cc8040f5ba334c38b40a544]

        targeted string re-work
        
        Change-Id: I342f1b8ac6c8205b6c587578a6b10a6ca51758fa

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [0aca9731819acdc5e0369aef0c86725d939c4f5c]

        targeted string re-work
        
        Change-Id: I588fadc51fec90b3b04d61c2c63880236c535183

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [611f45659263b7647e01d9f23ae155d5d7de4818]

        targeted string re-work
        
        Change-Id: I535fd1e4438b3ade78c1867eeb0321e6753ed22b

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [8f6510b31f47e7f21a460fefce74842cdb2ba07f]

        np_sdk: separate system and internal headers
        
        Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [0d59b7bf1bd03e7149b8e6ea147c5c39f114f925]

        deliver sane header only when it's being used
        
        Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [fb3b9777a4b8ceda19fabb918eb33a3e0c94f156]

        extensions: bin unused source files
        
        Change-Id: I134b1bd60552cb5c9b973a97501baf4b37473efe

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [a9f170c1045e642bfbd22fc323b635a4870e2d07]

        twain header is only for Windows
        
        Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814

2012-06-02  Matúš Kukan  <matus.kukan@gmail.com>  [1c4605d1e07a6264ef8bdac556fff575c2bd6e2d]

        add missing registry module
        
        Change-Id: I4dfc5f6fced60f884b67e9bdca2f66d32cc835cb

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5d29accb75b2ce66aef9fa4089a255c05b1a459]

        targeted string re-work
        
        Change-Id: I910a508722a309d7916377a7e2df2093070809ad

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [397fd0189a810d6b04ad9831a12fa232aeeae474]

        targeted string re-work
        
        Change-Id: Ifa58823b593a545c66ef78ebe13e576127e60dc9

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d760c4427a2f14002a809c9121c7df89e19b31fb]

        targeted string re-work
        
        Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [44755b5b259a9520b4b62348cfecd2795d4cef82]

        targeted string re-work
        
        Change-Id: Ibd7142f49d1a42ebab3bed02ea269a3c850197e6

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [61345105ff0d11da9c6f5e5149cc2977b33ec36e]

        targeted string re-work
        
        Change-Id: Ie65e17698cc11301873e964868c4c8f4d8dc953c

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [5f2c6bcfd1c826fc86c12ef4bf966bead92338b5]

        targeted string re-work
        
        Change-Id: Ic1fb9f4ec0f37d4efcf43c58b903388478d52173

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [3fa3bf038dd7ded2274b9cc63d73667f5e6f7d2f]

        targeted string re-work
        
        Change-Id: Ie5a8469620650ba67bab8c875e0bc136bd103866

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [695e793619c7bcb851cf434f722e4668638056ab]

        targeted string re-work
        
        Change-Id: I2ee4fbb1e166a926b36b100c47e6da4cf39d51b4

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [0188ebf354cb2776f9d846a5f03b07f8bedf348e]

        targeted string re-work
        
        Change-Id: I88cdf9d4c3faab75a80ff72e4268748296a09e50

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [081dc5afdef4a84d60a57ff549f70071b1d26eda]

        targeted string re-work
        
        Change-Id: I0ca912c8b7e485f5ec78422150aedc72ca6df32f

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [b6dc9a8fb8ab96fdbc0ad59f13f92c573aab5cb6]

        targeted string re-work
        
        Change-Id: I90c9037b10a288d5d2e36f056c3632c796957fb4

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c39d91d7a1c9508aef52b21f77167a15b3766ba]

        targeted string re-work
        
        Change-Id: Ibf22ef6338795256d5b8947e4a9d7ff2c35a7a4d

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [a0a625060565ba06ed2b6fd8d16d284091c81c84]

        targeted string re-work
        
        Change-Id: I5098274cfcc1a6ae18cfc3e8a0315fce63f05adc

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ebd6379628b6e367798ee12349f1824bfa08ea8]

        targeted string re-work
        
        Change-Id: I101b3fd94388dcd39cdcbfedfb87b259820b1913

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [6bcd6d89a1a4beccf7ec294947673803761a0d52]

        targeted string re-work
        
        Change-Id: Ia4cf1dcae7d40eca29f84fa7277681d1c1fb61bd

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [4d20c0d5893718e14f661cd316a6def6a008518e]

        targeted string re-work
        
        Change-Id: I73abfa24f5bb7f25afddef820bb4725bf7cee359

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [343bd286c9693c7411bb7e622b4d487b8205fc10]

        targeted string re-work
        
        Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c525962030bb5b26a8ee84ba49b4bfd557fe3d4]

        targeted string re-work
        
        Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6b7e74076828e63ea9cfe91935cc11673939491]

        targeted string re-work
        
        Change-Id: I5d8da2794f92f6e2475b59dfca7d24e7b3d76bab

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf04745f7a027594fd64a493c276a8280dbccfe1]

        targeted string re-work
        
        Change-Id: I08114529cc6be6148a4f9ee3c89aafaafada77fe

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [69660f216aff43f397bbcc9d3c0f251078a6aa79]

        targeted string re-work
        
        Change-Id: I20062aa0d39c0675014f1d38f10d6ab5c331ec75

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [86013acb0fffb105d3fcd6ca331fae0d1ae02707]

        targeted string re-work
        
        Change-Id: I2bc945813d433a32dd7102a539105a3247e72d2c

2012-06-02  Andras Timar  <atimar@suse.com>  [223af4f8f7af34c6cb2e29939990f8bbf14f9e1b]

        fix a typo in meta.xml (Title field)
        
        Change-Id: Iab5d1a12cc5585b5d371068c3e6d9bcb2a133d26

2012-06-02  Andras Timar  <atimar@suse.com>  [35559a233d5aab021e5c1eb324e1a8691c7d8a23]

        Revert "don't install 32-bit shell extensions on 64-bit Windows"
        
        This reverts commit 45295f3cdceb4c289553791071b5d7f4962d2ec4.
        File Open/Save window of 32-bit applications still need the 32-bit
        shell extensions on a 64-bit system.

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [d6fef33ef731e96ab55979fa6451f1c1d773103d]

        targeted string re-work
        
        Change-Id: Iac38f0f2622b1f7ddcc6f91b022c949e7a733c41

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [19f38b6fab0072fad2311e76c766790b8e2962b0]

        targeted string re-work
        
        Change-Id: I2db379d3aeb22d29aec3ae4079314f75873790dc

2012-06-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed65cd71edeb86664b9e6aa298493bbc83cbbeb5]

        targeted string re-work
        
        Change-Id: I56fe169cb78e8b3d57a5949f90b8d364e95a3917

2012-06-02  Caolán McNamara  <caolanm@redhat.com>  [516c63442b2ae58f611c7d8932cd0bf1f0aead81]

        unset MAKEFLAGS for findunusedcode too
        
        Change-Id: Id42e7b14d98f072ea17b203af7ffdc8fe7a7a74f

2012-06-02  Caolán McNamara  <caolanm@redhat.com>  [862a50fef87379da03758aeab8b74137f7c83297]

        These should be set as checkable menu entries
        
        So use Checkable = TRUE
        
        Change-Id: I13ca3cec05ed6fddb00b142bc70c892a75cd45ec

2012-06-02  Caolán McNamara  <caolanm@redhat.com>  [4a7164429b727bd8fd6f183950e85e6225869364]

        count and order of receipt of properties doesn't matter
        
        so stick imported properties into assigned slots and throw out empty ones when
        finished. Reuse existing ids for this between import and export. Shuffle
        FULLPATH to 0 as per import comment
        
        Change-Id: I516116c5327498ad043f6e2fb9bd257599ade2a2

2012-06-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6bd0f40d346a36d8b3d454fd0cf087d1ca126ee4]

        no need for "> 0"
        
        Change-Id: Ie7d4eaffd8e80b6b5c5d11b4e2f255ee7786b5e7

2012-06-02  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [402c3c08f4fce12008873510bed47e4f44779a91]

        Fix operator precedence error
        
        Change-Id: I8806f17aaf9fe2c209b917259dfd1d17e530e170

2012-06-02  Julien Nabet  <serval2412@yahoo.fr>  [80d5a21acb6db619eb9bd67a1ed9dcdf937c389f]

        Fix some Prefer prefix ++/--
        
        Change-Id: Ief7279a06ffbdd0e23fac28f8948daea4023823c

2012-06-01  Caolán McNamara  <caolanm@redhat.com>  [acc613a3236c61c8272bde1eadca5d8bf25f98f1]

        unwind manifest xml parser and follow tag hierarchy model
        
        so we validate that each tag is inside the right parent
        
        Change-Id: Ibc82aeaf6b409ef2fed7de0cd8f15c164da65e53

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [159435291bb6e36f1525c4718dc2f8bec86c0545]

        targeted string re-work
        
        Change-Id: I2c166c63e9d2ab7d60bb404f643045678ef239a2

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d8cd969391c79dfbcff4a85c4c9869ba8a2bfab]

        targeted string re-work
        
        Change-Id: I91a8a1410fc9a3a48b77f980c01b51bdacf6b02b

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9e22d35c3746957f8db84151ef047fd462654ef]

        targeted string re-work
        
        Change-Id: I368b9538e3c2e6242fcdcabb4f8c716e17b02d88

2012-06-01  Jan Holesovsky  <kendy@suse.cz>  [9311947aa0bbfda60af8f97d850d6e5b909d62b5]

        rulers: Fix the drawing on Windows, the text was still off there.
        
        Change-Id: I8a71851c0c602c17a4088fb969afa07808f5fe20

2012-06-01  Jan Holesovsky  <kendy@suse.cz>  [ac25f124858b79e302adcc533d6a658d5c529394]

        Return correct bounding box of glyphs on Linux, we forgot to rotate it.
        
        This makes the behavior consistent with what happens on Windows.
        
        Change-Id: Ifb04d4a8e485182c5ef2771025b06832bfd75ae0

2012-06-01  Rafael Dominguez  <venccsralph@gmail.com>  [6cca1324d830caec26336856a77fe7a4fd7f7721]

        Add thumbnail view to template dialog.
        
        Change-Id: I72f31de4176f0ce5a721a1d21ae3ae936bcf296c

2012-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba1951f3d0ab18f38d71896480bf62312895327d]

        use isEmpty instead of getLength == 0
        
        Change-Id: I755711cabae8e9a7b6f3d60658580a49fdebab8e

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [57f7595fef2d5626eb26680a4f102ac548743541]

        Remove ScDocFunc calls and unnecessary checks from ODS import for merged cells
        
        It seems only one line was actually needed from ScDocFunc::MergeCells() during
        ODS import, which was the call to ScDocument::DoMerge().  Also, IsMerged()
        and unmerging is not needed during ODS import.
        
        Change-Id: Ieec5abf8c4c8ce52df16cece77ffe1a1574e6397

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [369089180d724720b6c296d8a79db54a0d35e8c2]

        Remove header includes that are no longer used.
        
        Change-Id: I7096ab8f3b90a6235ae6efe7c42676f167d2d39b

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [07bfdbaa2d57403a7136079f4221ab2ed8f7c0b2]

        Remove ScDocFunc layer on ODS import for matrices
        
        Also, since it is unnecessary during import, removed code path where
        ScDocFunc::DeleteContents is called.
        
        Change-Id: Iafe2e261d27d674be6d5ec7f26edccc218879598

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [66ff25666ddb390e5c4bddaaa7d706991297a975]

        Remove unnecessary code in ODS import for matrix and merge
        
        MyScTables matrix methods and ScXMLTableRowCellContext merge methods used
        getCellRangePosition() (that was adopted from ScCellRangeObj) which contains
        logic that is no longer necessary since since the UNO calls have been converted
        to direct Sc calls.
        
        Change-Id: Ibfa335860d142effb120d3e4f28a36d3d3c58666

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [2b47dd55a3ee886806277b5636517d3d97417bad]

        Convert ScMyTables matrix methods to use direct Sc calls
        
        Change-Id: I345d938b80e5c68f9db20cf032fed9966df44936

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [60f8cef7df244b0e9219e770a8d9ae9d02fe237f]

        Make suggested code style changes
        
        Change-Id: I9cd71b78098adc6b0fee1139ffb1a1202d9981dc

2012-06-01  Daniel Bankston  <daniel.e.bankston@gmail.com>  [119b7085ee77c7bd033059332766e66cdcc81fec]

        Convert ODS import merge methods to use direct Sc calls
        
        During ODS import, ScXMLTableRowCellContext::DoMerge() and
        ScXMLTableRowCellContext::IsMerged() are used to handle merged cells.
        These methods now use direct Sc calls instead of UNO calls.
        
        Change-Id: Ie9a0cd743aca67ee8bc841c2c2133ad67444efca

2012-06-01  Rafael Dominguez  <venccsralph@gmail.com>  [c5e35498399fe169e52845226b556be4a0a101a6]

        Create a new control to display thumbnails based on valueset.
        
        Change-Id: I1f3df1a17afdef02fa40847cd879323f6341782b

2012-06-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [656802c91a278d9c91f63071ed562e30ee4edc8c]

        I think, this is what was intended
        
        Change-Id: I4ba3a6ed761c1c39150fd2f8e481a132c306cd21

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [7e0d2f02319b646bfe7c76a87b36570c6c835d52]

        trivial tinderbox fix
        
        Change-Id: I919e44bc99678ba9ab9fa0745513875180fdfe3f

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [ff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd]

        targetted string cleanup
        
        Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac

2012-06-01  Thorsten Behrens  <tbehrens@suse.com>  [fcc31f1749e01e4184c4347929a9e1d7e782dee1]

        Targeted string re-work for lotuswordpro filter
        
        Also cleaned up commented code, and a few extraneous temporaries

2012-06-01  Miklos Vajna  <vmiklos@suse.cz>  [229f6e187bd85d0af47da9feffef2d9ac7f83120]

        Related: fdo#46361 fix VML import of v:rect's fillcolor
        
        Change-Id: I530e07bb89f231b10c9e6da2eb4e6b698ee9654a

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [b9ecec7c74687ed5a9470cffb7d02e0e6e83107e]

        Allow for editing of read-only documents
        
        When e.g. viewing mail attachments (that have been stored r/o to some download
        directory by the mail application), it would be nice if the user could easily
        temporarily modify them (say, play around with a spreadsheet, changing some
        numbers and triggering recalculation of formulas) by clicking the "Edit File"
        button and not being asked to create a copy for editing.
        
        This patch tries to make editability of a view independent of the r/o status of
        the medium:
        
        * SID_EDITDOC (the "Edit File" button) now only toggles the r/o status of the
          view.  It no longer asks to create a copy for editing if the underlying medium
          is r/o.
        
        * When a modified document is toggled to r/o via SID_EDITDOC, LO still asks the
          user to save or discard the changes.  However, if the underlying medium is
          physically r/o (see next), saving the document opens the "Save As" dialog,
          instead of just doing a "Save" operation (which would fail on the r/o file).
        
        * A new state of "IsOriginallyReadOnly" needed to be added to the medium, to
          keep track whether the medium was originally opened r/o (and is thus assumed
          to be physically r/o), as toggling SID_EDITDOC in the view also changes the
          open mode of the underlying medium.  Instead of trying to fully understand and
          disentangle that horrible mess, I just added yet another state to the mess...
        
        * The title of the document window now contains "(read-only)" if and only if
          either the view is r/o or the medium is originally r/o (or both).
        
        Change-Id: I89d9c6adf0baab411e737a5f4e6f4e770e7a70be

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [477c2229d2532a11ec8c81b9ef392ce49357f95c]

        Missing initialization
        
        ...which could cause cells in r/o Calc documents to be editable
        
        Change-Id: I2be0e23119cf8424123007a0440a615aaaa6c50b

2012-06-01  Thorsten Behrens  <tbehrens@suse.com>  [017b1c5d0a1f6ceaa9a4810400d32477c13183b1]

        Targeted string re-work in padmin and sax

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [24ea39d7260dd536a24f50fa4a0b7e0cc9ea9896]

        OKeySet::refreshRow: Invalidate m_xRow/m_xSet when BeforeFirst or AfterLast
        
        Change-Id: I0f48c099eddc077b2a89e3b7fab66b5da55b57c8

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [e7e21a6feae30c29c956235d071ebb0805c5afb2]

        organise & comment code better
        
        Continuation of commits to fix fdo#48345
        
        Change-Id: Ie28f6a55cd8715a7180f5d88fe23c5b310440744

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [13b45d774088f55b07388e69f44a98468ea64a06]

        Update comments
        
        Change-Id: I7e3f09d61cb35165000a35c8d3c3f2d284cf164e

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [3c436c2b0c74367dfdbbae96090be2f9828765ce]

        dbaccess::OKeySet::wasNull(): OSL_ENSURE we have a m_xRow
        
        Change-Id: I087d2893d853f431d27c592ba26bdc16e0a9cb84

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [228c360e7d53a74d9908e9b164b12ace316cd34e]

        fdo#47520 use the already retrieved row instead of driver row
        
        This avoids asking the driver for the same data twice.
        This is particularly important for ODBC data sources, because when asking for (VAR)CHAR data the second time, one gets no data (and status SQL_NO_DATA) because of the "retrieve in parts" semantics of these datatypes.
        
        Change-Id: I96f2df9927fda72ccf19f78ec5c561f5626c003f

2012-06-01  Lionel Elie Mamane  <lionel@mamane.lu>  [76a74b72db45a5aa3f064034e0fa05440aefb52b]

        fdo#50372: crash when refresh of last already-known row unexpectedly fails
        
        Instead, try to do the least unreasonable thing:
        Fetch a new row
        If that fails because no new row to fetch, at least we are properly positioned after last row. Calling code may not expect that and get confused, but that is the best we can do.
        
        Change-Id: Ib7248e99ae3deee8344e9386cac2c9440e8bccd8

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [df9ecb71c7b2622a082849b556dba5008d271b6a]

        targeted string re-work
        
        Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [a30795ce516b273a3a56a136b9b8802a23dd632a]

        targeted string re-work
        
        Change-Id: I96ce39a3982d7d638283c18a5913c1df13979b1f

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [9601b63509f07069b90144f53b2e55f74d04a483]

        targeted string re-work
        
        Change-Id: Ibe5c739c3066f3e706a44b64d4ad775abde9662c

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [4de8cc346590de52170f438b3a0f29f322dcb66b]

        targeted string re-work
        
        Change-Id: Ieb2e362853f146f58370a60511cc75ab64fe439e

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [6573aa15d49b9eb661f03d80b2c3245ac3eec472]

        targeted string re-work
        
        Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f

2012-06-01  Miklos Vajna  <vmiklos@suse.cz>  [9bbb849dd892fc79df4b2a06253c8cf02cbbcbdf]

        fdo#50539 fix RTF import of automatic character background color
        
        Change-Id: I7efb3bce9a3a6f6c029d99de2264e00bb1bc7c93

2012-06-01  Thorsten Behrens  <tbehrens@suse.com>  [c9337a8bfcd904d723c76525e2473578d5af4e77]

        Targeted string re-work xmlhelp/xmlscript

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [721bb0f92da4245acb00c08d645ea395965738a3]

        Remove unusued icons in sfx2/res/
        
        These icons haven't been shipped any more for some time, it seems.
        
        Change-Id: I4b1fceb22ff3713e35eb409846d6b3c2468ffe44

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [be454e2cb5fc333acbaa4f1141cc9eec1087d14b]

        Copy some rotation icons into appropriate place
        
        cmd/lc_toggleobjectrotatemode.png is a copy of cmd/lc_advancedmode.png
        
        cmd/sc_advancedmode.png and cmd/sc_objectrotatemode.png are copies of
        sd/imglist/sc27095.png
        
        Change-Id: Ie422dd70f6245fdd22de7b7c4b6c3d15568c3f76

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [85c61721d558413a716c1de4c32948ca0430ac82]

        Remove unused and unnecessary help-related icons
        
        The search and bookmark icons aren't used, instead their duplicates
        in "sfx/res" respectively "res" are used.
        LibO's help system does not actually display zooming or annotation buttons.
        "helperdialog" is the function that can enable/disable our Clippy replacement
        – no need to have that in a toolbar, no need for an icon.
        "help" wasnt picked up, it seems.
        "helpmenu" had a scissors icon.
        "helpdownload" only was a X icon.
        
        Change-Id: I22d31c6c123dd92c5c0be8ee610583c1c77226d5

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [cda1bf4ec574abb4b6e62655e2db6e583547769f]

        Remove icons of the now also removed filler pages in options
        
        Change-Id: Ibcc3cf6c162ae05ca2a2ae3f5957872dba6f2785

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [0efc3669b3ef1900793333b3d3093ca1c454f46e]

        Removal of misplaced localised toolbar buttons
        
        The real ones are those in "../cmd".
        
        Change-Id: Id675c1531d56d4fa464ab6051693c2f6b1c2e74a

2012-06-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [d2ef16d631d5735e48a23a6abe1c5ca2671985b1]

        Replace Industrial currency icons with Tango icons
        
        These are duplicates of [ls]c_numberformatcurrency.png
        (before, these were getting replaced with an Industrial icon).
        
        Change-Id: I8316f5ff73eb98a2e268f9ea7b7bf6ca25b54632

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [2c4fd87a5a15fbe04fafdbf205ff2737a1ce6a82]

        targetted reversion of minor SAL_N_ELEMENTS tweak
        
        Change-Id: I4f907aecd72f55091184aa1509506a46010f1061

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [d369d4fac79ceea879c626df4d4ee3e290dfe8fa]

        targetted revert of small stl empty optimisation
        
        Change-Id: I5e845235f946f33f2a38839c8bd7bb6efda64147

2012-06-01  Andras Timar  <atimar@suse.com>  [a77d16835504b4f82b6b9e59c213eea8a879219c]

        fdo#50509 MSI: UI language selection from command line (e.g. silent install)
        
        Change-Id: I1206a0c7f8508942eb844869fe1c75a48a9e01fd

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [b81bca98f8ae77828ec9c90a66df7fc0e7d668df]

        targetted cppcheck variable scope revert
        
        Change-Id: I757615e134eddc1f212533e3e950827e7180c278

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [ec0dc4459784c6ed480d57509eb737fd163d3100]

        targetted revert of minor cppcheck cleanups
        
        Change-Id: I72bd86baaccb6f0604f04217046b1b523a02aa62

2012-06-01  Michael Meeks  <michael.meeks@suse.com>  [566f844dac12ec4a4d2dee1773e8a585e9b14b23]

        targetted revert of minor german comment translation
        
        Change-Id: I4600f8c8d7bb6f5723a33f3022e312c030e0f68a

2012-06-01  Thorsten Behrens  <tbehrens@suse.com>  [80e27498a76356b703413fcb4cfa560510e7dc25]

        Revert "cleanup obsolete comments"
        
        This reverts commit 04df950dcc432834bbc2d3a27e13a7817eb775d5.

2012-06-01  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [4ba8147f61fadb4e8ae7abc0ad5c9e928edf4baa]

        Gtk theming: pass tab prelight state to theme
        
        Change-Id: I9b924d83d4da638d17af14a66a618ce7128968e7

2012-06-01  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [71daa69351f6903d6a94b7af15fce53361f79c6d]

        GTK theming plugin: convert big if statement to switch structure
        
        Change-Id: I1220d80bdba4835db3674271f8a060af50af998f

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [35a30cbc04cee9b8cdffc334f631ce5580a89e03]

        targeted string re-work
        
        Change-Id: I7b2dac4afc448b6b694bc48f162f46d2a5a7dddb

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a321bfc804d389fe7e7cfe388a9cbeda8f89f74]

        targeted string re-work
        
        Change-Id: I8e6b9ac1e9382e7dcd51421263e1fb51605565ca

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [f713237cc38fe682f7cd35bd61562a90befbf8eb]

        targeted string re-work
        
        Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [55bfc3b62a0ffd38bec682b03856505cf8cb7172]

        targeted string re-work
        
        Change-Id: I6b23bd671c3c090a7c3b60d5301c59da5f9354d5

2012-06-01  Tor Lillqvist  <tml@iki.fi>  [08dedb5ea1acf78ab355c5444ab68a3dc522b1a4]

        Bin MA_FASTCALL nonsense
        
        Change-Id: Ifebc06daf56ee0e4dc29d592afba5a07575c99af

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [20a132b51715bb1869068a52202e63701550041d]

        targeted string re-work
        
        Change-Id: I970c967cce1a5d18e2b9b2b99cddfb3118159950

2012-06-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [e18d881753ce02e6226a911fe26c33c9f465c361]

        targeted string re-work
        
        Change-Id: I39922dc7cbb32ce236995df89b183d4db1210b15

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [da621dadb7d4e108d6d6187e5877f821ac6a1c0b]

        Remove duplicate xmlsecurity entry
        
        Change-Id: I700ba0d843f1ddd15f440826baa5f81285acabee

2012-06-01  David Tardon  <dtardon@redhat.com>  [5a5d446bc0c563ea601332171a922d1302ad0f7c]

        add missing backslash
        
        Change-Id: Ie27c08bc2f94086b87b05a9846ce8a39982da07c

2012-06-01  David Tardon  <dtardon@redhat.com>  [e27f66040bec04e6f139bac80c128a88cbf877dd]

        only check for ext. headers when building with X11
        
        Change-Id: Ia37e0cbda71fb10be269bd47657b512ae07ea796

2012-06-01  David Tardon  <dtardon@redhat.com>  [b42013ee093b7f91f91ec6ca9c3b3c08fe55b530]

        vcl uses X11/extension headers too
        
        Change-Id: Ie2ee19ca685d082f50415c2d916f5bfdf842bd84

2012-06-01  David Tardon  <dtardon@redhat.com>  [1f33addebbc66f78dd64e382b1dd9bd0dd82cac2]

        move test for system headers to the right branch
        
        Change-Id: If162227d55f244ee85d1b0725829a9533427d12c

2012-06-01  David Tardon  <dtardon@redhat.com>  [46d08bde567f8b90ad2e2a087ff7404b41678997]

        remotebridges is converted too
        
        Change-Id: Iec0feb10d3de2f4c740fb857cb9fa145437740f2

2012-06-01  David Tardon  <dtardon@redhat.com>  [5b8e012718190e6dbfc6208a0d533e3276141aa9]

        keep the list in alphabetical order
        
        Change-Id: Ie1bcbe4fb1a67649b99b8f94625b74e51bb64306

2012-06-01  David Tardon  <dtardon@redhat.com>  [8ee4f89f612ee6a7133590049de823df02818c6a]

        add missing modules
        
        Change-Id: I1ae167e5e6bcdc9ced4bf6808ae6b8a9237b4710

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [5fd78feebe220f848c4a0d3beeb1ef0f04bbae6f]

        Revert "bootstrapping should elide duplicate .rdb paths in the configuration"
        
        This reverts commit b162aec6254ab535cc5eb990b249f46aa8e79153, which increased
        code complexity for no benefit (the dubious scenario it was introduced for
        concerned duplicate service rdbs rather than type rdbs, anyway).

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [0951b76a00edd1cd89b8acf86c785d56fc776351]

        Add "virtual" for consistency
        
        Change-Id: I8ecc2edde553edbd80ca04e2f3d541c31f516211

2012-06-01  Stephan Bergmann  <sbergman@redhat.com>  [c16d0dd846e25df56feffe868a15eb33bb55e42a]

        fdo#49291 Postpone actual factory instantiation as long as possible
        
        ...see comment in ServiceManager::createContentEnumeration for a rationale.
        
        Splitting ImplementationInfo out of Implementation has become necessary to avoid
        circular references.
        
        Change-Id: I29aef81ce78b9ab71e18663f8c7e6ca913c6a650

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [03fc584fda14a0d94b5034cf2bc6f215a50a1212]

        targeted string re-work
        
        Change-Id: Ie2abf9752b9b6fc14f45c5e8e11348cac4847cae

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [31cc01a5ffe32c1c7b8226d09d799ea83f6a8d30]

        targeted string re-work
        
        Change-Id: Ifd6b90778725d94a9338a53a4cdc514cdb595052

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [43c0c12369f379ec1c851486883a855f8f445d70]

        targeted string re-work
        
        Change-Id: Ie250e1953c84caea5e67c26c7a4f9a1ae206f42b

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [827865fee1dba85d4c3f986a23e4bd34b1a641f9]

        targeted string re-work
        
        Change-Id: Ic08995a67a407576da475a6716b1218e45b60dfd

2012-05-31  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e6ef9f128e85961921b0b319087010fce1d59a74]

        Rename this option to make it sound more generic.
        
        There may be other functions other than INDIRECT that take a string
        reference.  If so, we could re-use this option for those functions
        as well.
        
        Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [02bd365494a59bb9080a4d73eafbde7903bd2cc9]

        targeted string re-work
        
        Change-Id: I7a67dba479e562ae3b08e6acf9bb6139eb155556

2012-05-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [76f63f4c9b324de9a6d2e1de1c6f718a153feb26]

        targeted string re-work
        
        Change-Id: Ic24e9b98b1c6e868061caa911865ce2267bdcfaf

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [5dc2b43e46c9f2c77f3ca236511eaf615a62f672]

        Use Jason Polites's GestureImageView, and some cleanup
        
        Change-Id: I916c36b3b55681cdf8f0d1ffd0236e54f3b67b86

2012-05-31  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [984239ef0d4563d30606f30e640b1e3b2d8f0c0e]

        Don't test cairo if enable_headless is set
        
        I've ended up using a feature switch, i think it is the less
        risky way of handle this, assuming that enable_cairo_canvas is
        enough to mark cairo as required, as in my previous try,  may be
        not that safe.
        The diff looks big because of reindenting a whole block.

2012-06-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [07202af3c52c72fad974349c3b2046b0ee2ec162]

        fix some typo
        
        Change-Id: Ib88169968d164c88703505da022887ea8d53c721

2012-06-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [efecdeceb8f58563623a105f464cce72a09768a9]

        lo-commit-stat: better formatting for bug fix commits
        
        * some used "resolved" instead of "resolves"
        * some didn't have a colon after that
        * some inserted a space after bug ID and a separator
        * some used a "-" as a separator
        
        Change-Id: Iee6a0f0346a257124e9488fc8f3bbdc59b32cbac

2012-06-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [9feed9c7a51d4dbba269971d165746bd36bb4a67]

        lo-commit-stat: we don't have 'bootstrap' repo anymore
        
        Change-Id: I2c5a73f992f204bccf8f1d125334d2746a1884fa

2012-06-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [f439d765a4d6c68e2a3ee524255161cd6b65355e]

        lo-commit-stat: lowercase first char if the word contains only lowercase chars
        
        For Example:
        * ScConditionalFormat -> no change
        * SVG -> no change
        * WaE -> no change
        * Some -> some
        
        After this change, we now have to sort case-insensitively,
        or the lines starting with uppercase will clog up together.
        
        Change-Id: If08cbaa19e6f3496dd1f07920464d16140e2aa3a

2012-06-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [6858c3eb53717cc312133646e6c621e7ca4956cf]

        lo-commit-stat: bug ID should have >= 4 digits
        
        This is to avoid capturing stack frame numbers as bug ID.
        http://lists.freedesktop.org/archives/libreoffice/2012-February/027133.html
        
        Change-Id: I14169d3a7db73a5d10df01ad1fd9fb95e4c0bd2f

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [f2719a90ea29bc21f4b95b5e046c5b1d93965a2a]

        targetted revert of comment cleanup
        
        Change-Id: I9d7a761a0f479c30269e289796244572c0ed8d86

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [21b8d9fa7cd9a26b80ba2dbd408d1a4bb92ebf92]

        targetted revert of tiny unused method cleanup
        
        Change-Id: I77cab69660aa073eea6eae83822ea875d387fd79

2012-05-31  Jesús Corrius  <jesus@softcatala.org>  [d55419832895a71b92923189137961f45ff18e72]

        Make Win32 LibO installable side by side with other StarOffice derivatives

2012-05-31  Petr Mladek  <pmladek@suse.cz>  [88fde84afb5c3781a6f10d971e067993eea127dc]

        bump product version to 3.6.0-alpha1+
        
        Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb

2012-06-01  Takeshi Abe  <tabe@fixedpoint.jp>  [d95d58af08a35d8a6f9a7713a556915091863f11]

        nuke unused namespace
        
        Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976

2012-05-31  Michael Stahl  <mstahl@redhat.com>  [daf9c9c8af4ae7b8a1327040287dafb90ed5146b]

        SmParser::GetTokenTableEntry: -Werror=sign-compare
        
        Change-Id: Iee631653e251b6e4a1b633f25d9d05c10aaff662

2012-05-31  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [eae70d6b237616fc7e0f2aa1365991c72e76ae4c]

        Force --headless argument when LIBO_HEADLESS is defined
        
        When LIBO_HEADLESS is set we are not supposed to run libo without
        --headless; doing so will throw an UNO exception. So better use
        a sensible default.

2012-05-31  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [8125b8b989940e581da20992b1416768694fa3ae]

        More headless build work
        
        Remove hack in sofficemain we really don't want and don't install
        a lib we are not building.

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [569867b6769104f001dc1ae070783318098de583]

        targetted tweak to prep for stl re-work reversion
        
        Change-Id: Ibe60e96b6f961fba13fdd39320969acf51f545f4

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [93b415a68f6080b5cb88381637433ff29e64cf2d]

        targetted prefer prefix operators reversion
        
        Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [dc0d009f10dee5d379b41abcd51d181dda38f1dd]

        targetted misc. minor cppcheck cleanups reversion
        
        Change-Id: Ic7f91c035d3e7f0e792d2e9ab217e1fc4ebcf697

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [4139e6a208ea5040b169e9775828a5513c4f4ea9]

        target cppcheck index incrementing revert
        
        Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [a49cd8632ea7e0fdfc3fbb2729ec4d15fbf25a18]

        targetted cppcheck warning fix reversion
        
        Change-Id: I44bafcc62a127f2d7c6da2952573e4128783c342

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [3f5762b649c43383bc4dd362d86a445205332590]

        targetted SAL_N_ELEMENTS revert.
        
        Change-Id: Idd43d44dd7fc4bb33be2de5b855a7741de88ec51

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [3eeca6d39a0dd957bd9c3c27dae6c942ce0d9df4]

        targetted re-work of minor cppcheck fixes
        
        Change-Id: Id0c3cecaccb4d9733149061f652684d3398e9bf2

2012-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3f723b36c404374dcf10c347d913f8e3cba93fae]

        Uploading the libvisio 0.0.17 release
        
        Change-Id: Ib517cec1709e331f60aca4f0d6968da41d14b228

2012-05-31  Matúš Kukan  <matus.kukan@gmail.com>  [6a491cbe8f86e7ce57e0281bf45d74c628ef7956]

        fix SCPDEFS for --disable-activex
        
        Change-Id: Id20f7294e2bf00cf1a980cb137b51a107ef698e7

2012-05-31  Caolán McNamara  <caolanm@redhat.com>  [631c25c2ea32e6a61f6dda519bab0fa985885ee2]

        We apparently don't need Orbit-2.0 anymore
        
        since a219edfbb65e6623dde2d52c41547d78346b7144
        
        Change-Id: I7cc6d8476aa07929870514a424e2a5e6dc508d99

2012-05-31  Caolán McNamara  <caolanm@redhat.com>  [1c353c91338e059de3668e15066975aa50170119]

        make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wide
        
        related, i#87757 and 8bafe38c569afa2e1055eb647cb7ff161ddd1230
        which itself is related to ce14342c4292628a641a72d4f63d9c048e030c6a,
        
        These character bounds are backed by what's the glyph bounding box for the ink
        used for the glyph. Whitespace has no ink so its an empty Rectangle. Which
        brings the awesome RECT_EMPTY into play.
        
        It might be a bit dubious in the first place to back getCharacterBounds with
        the glyph bounding box in the first place, rather than maybe the advance width
        or some such. But lets assume that decision was intentional.
        
        So, the qa test should accept that a glyph might be of 0 width anyway.
        Then, tweak rectangle merging so that we can preserve the correct top-left
        position of an empty glyph
        So, we can determine the correct character index given the top-left position
        of an empty glyph
        
        Change-Id: I5e18460ff7cd90cd27d5eede2aa0a5494c36a5d3

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [8c803ef23294288001f9f1557c9777ffa3e5586e]

        Display the rendered document
        
        Change-Id: Ie0735d4eb903b38a44bef8110bf520cfde54cb09

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [9776138e973e22cfd4ae418782ab87d01335ad22]

        Add a BGR to RGBA twiddling JNI function
        
        Change-Id: Iafa2c1805eea2f521479dc97d5668d82b1c91bef

2012-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dea03edc8a74c565b1332a192fced582f0a497ea]

        Uploading new libwps 0.2.7
        
        Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a

2012-05-31  Miklos Vajna  <vmiklos@suse.cz>  [b54499c33323000cab5e779a512c69c8fc8af626]

        n#764005 testcase
        
        Change-Id: I76f7cb8aa5b15ac03786e7294ef03ad62741987c

2012-05-31  Miklos Vajna  <vmiklos@suse.cz>  [6e770b161959e909edf600ee2a7f84ba138e6955]

        n#764005 VML import of absolutely positioned pictures should not be opaque
        
        Change-Id: I17a1a94ee92ce04ff6928a20c552b3a3408a0626

2012-05-31  Miklos Vajna  <vmiklos@suse.cz>  [0a412cc13edf0904524ee2cf1e38ccc36b713065]

        n#764005 dmapper: don't insert "at page" anchored graphics as "as character"
        
        Change-Id: Ibdde32014d2fc2fe43d59a5cc6ee7f722adcbfb6

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [d4fac516c2294596786321c040597c2659a06132]

        targetted revert of small prefix operator changes
        
        Change-Id: I02e9af0034f4e9ed626615083c7c1506597f2a7e

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [c326e8c68748b8793272018c2c5fa414613aa722]

        targetted revert of minor cppcheck cleanups
        
        Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [dbd01385199225ff7011811b28a75e88b0d2f8c8]

        targetted minor cppcheck reversion
        
        Change-Id: I897739c4623123c32433d0e10fd301e073bb496e

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [b1ca0f247280ca1b7f96fef8c89bc451c38d11af]

        targetted SAL_N_ELEMENTS reversion.
        
        Change-Id: I58636bc87bc17ff2b35621ad554bd05f5c1dab20

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [5feff80fd2943124568eba07c8cdc465ac201e5d]

        targetted minor size vs. empty reversion
        
        Change-Id: I35aef43b4dd023440509faaa8c73a0e5a45d37a7

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [9bd64312c2662adc5016735a03f3844654d40d4f]

        targetted minor size vs. empty reversion
        
        Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [a0bbb2a1af40e42d02f0f7567580475b3c39e50b]

        targetted SAL_N_ELEMENTS reversion.
        
        Change-Id: I181c5b5dd24836ff0398aa5ed03915c2c7c55183

2012-05-31  Michael Stahl  <mstahl@redhat.com>  [5fc3273bdbf424d7b15504e05bc8b2460a2668ff]

        Library_dbtools.mk: fix cyclic dependency on connectivity_generated
        
        Change-Id: Icac4bd86197c5e2ae1e86582ff3f0648307437b4

2012-05-31  Michael Meeks  <michael.meeks@suse.com>  [e67fc823516226a41319ee242fefda245fb18a3e]

        vcl: cleanup code flow, and minor indent tweak
        
        Change-Id: Id99b10f84ef977f5c808fb2c9168deaa4455a2a9

2012-05-31  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [7c610c7daca12f631845ddbaf01c52029ef97da3]

        GTK-theming: fix rendering of toolbuttons
        
        Change-Id: I6b7ec963e50c75e65c602681586a1458426ae61f

2012-05-31  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [7b52e6b9b1c42ccd9ff5a6adbc3b62622d31ca75]

        GTK theming: implement rendering window background
        
        Change-Id: I34c6c38f383fce54aa0b2a61a5e88ee9a8cff4e7

2012-05-31  Stephan Bergmann  <sbergman@redhat.com>  [71056d59de59561ee1d74a3c2d9d66a223422c7e]

        Revert "Revert "fdo#50183 Use one sheet as default in Calc""
        
        This reverts commit 3e07bdfce6ef700a94868ccc03268aa005c295b8.
        The problems with the tests still assuming three sheets by default
        have now been addressed.

2012-05-31  Stephan Bergmann  <sbergman@redhat.com>  [0210ec32f779bb2098657eb4ad69cca7a60835dc]

        Fix one more test that implicitly assumes more than one Calc sheet
        
        ...in the vein of e43966b29cc36ce36245cfb2c63c3e24a0eb523f "Fix up unit tests
        that assumed two or more sheets per default"
        
        Change-Id: I450f561721edeaa6855499d20c2196ceb8d2f546

2012-05-31  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [e43966b29cc36ce36245cfb2c63c3e24a0eb523f]

        Fix up unit tests that assumed two or more sheets per default

2012-05-31  Jesús Corrius  <jesus@softcatala.org>  [7e7d0f41a53471caac4cd155642b01aa54a5869d]

        Fix duplicated gid

2012-05-31  Jesús Corrius  <jesus@softcatala.org>  [f449c8223a5c7cfe1b769028190b552b3e377c06]

        fix VersionNT condition for AppUserModelID

2012-05-31  Jesús Corrius  <jesus@softcatala.org>  [6aade607b8a9cb172c7434e078f0ce80558b6939]

        Add FriendlyTypeNames to supported types

2012-05-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a50254968b3b0ba93204c4b80aeda89314c391c5]

        rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )
        
        Change-Id: Ic114483f4fea528eaf9cd1f8eeb561693feb0664

2012-05-31  David Tardon  <dtardon@redhat.com>  [2c89a7cbe4d0729eb4ea9b0d440258e852a3169b]

        add missing deps
        
        Change-Id: I2d92a3d36bfe7447e6739268e4aa512b48c40447

2012-05-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ef725b8407e8230a958ead5689b641c7a17a37d]

        targeted string re-work
        
        Change-Id: Id47f6b85f2516826108ea2b2be9ef6fccf1ba264

2012-05-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa1da8256c136e697f7b02d0dfeae9cfbe583d88]

        targeted string re-work
        
        Change-Id: I3ef48c34e9e0e1c0e567b013b55a630ee1c7e9c5

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2f3f14608d81899ebec50e2381ecde96aa76c64e]

        Unit test for INDIRECT function with different configurations.
        
        Change-Id: I8605a575ed37fc48554d31ee823ea42ea3a771d1

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c238c19d2fed00919e02c4bc268d99ceaa73aca1]

        1) Don't pass filter name and 2) pass module name when opening file.
        
        Passing the filter name bypasses the type detection, which is bad.  Also,
        the module name is needed in order for the type detection to intelligently
        decide which app to open in case the file format type is generic, i.e.
        .html, .xml, .txt etc.
        
        Change-Id: If18f649b32e79fae58af088362b0b5f11adc8eb3

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e78b2fbc545c83b85b1a828bf65b455189c9dcb3]

        Store the module name here. I need to use it in the recent files menu.
        
        Change-Id: Ib074b6a4ac6c2fe89edf0a0e4b2faf2d8a8eae68

2012-05-30  Andras Timar  <atimar@suse.com>  [7c289cad0a896b092deb01d00618dcee8c8dff45]

        add Amharic language to SelectLanguage custom action
        
        Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f

2012-05-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [d79705d1dfea05745494cc00c5963f4b40628393]

        targeted string re-work
        
        Change-Id: I31c752d044774cf4cec4aaab9bb2e43570d41953

2012-05-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [1488171272e5e9d11f751482e3e372e5db58418b]

        targeted string re-work
        
        Change-Id: I1efff8e09079267f4129c474872d3fc49adeb831

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [8016dced31517e1695af932efedcf9f83a28d741]

        Bin MSVC unknown option '-0b0'
        
        It was a typo, supposed to be -Ob0, but as stoc built fine anyway
        without that, presumably not needed.
        
        Change-Id: I866bd47c3d53bdf48581a3632d56fb3ac8b2ed5f

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [82f65054561020d38e37dd376e4f652dcd1bcca8]

        Progress finally
        
        Now I get (a page of) the document rendered into a
        bitmap. Unfortunately css.awt.XBitmap::getDIB() provides an in-core
        24-bit (BGR) BMP file. (Yes, despite the name, it's not just the DIB,
        but is prefixed with a BMP file header.) Android's Image class wants
        RGBA. Hmm.
        
        Change-Id: Ie0effef20751e1959644861af358d81538b6d6ea

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [d69bcc9979f56ab5dc59b9d10bbc601d38506873]

        Getting closer, maybe
        
        Change-Id: Ifcfdd33631c257d2cf6f54fe0d00444200f48335

2012-05-31  Tor Lillqvist  <tlillqvist@suse.com>  [eceeb15c13644537ed7d78921b6598daecda650a]

        Just bypass completely when cross-compiling
        
        Change-Id: I4f3ca66cbba141bc26ae0b4bbd622fe8e3e86674

2012-05-30  Philipp Riemer  <ruderphilipp@gmail.com>  [4e22b45d383cdcb660bcc335322a4c4957b55b43]

        Clean up and translate comments
        
        Change-Id: I7ecc27535622d7ee63251005f0768ea3cb47623b

2012-05-30  Philipp Riemer  <ruderphilipp@gmail.com>  [c4f0da46d90620585efddc6fb18c574581730d24]

        Re-format comments

2012-05-30  Philipp Riemer  <ruderphilipp@gmail.com>  [8f7e92fcb140d39dc20884bd35b1dca572b49ab8]

        Clean up comments, whitespace, commented out code
        
        Change-Id: Ieedc214a0810b9ecbe69c5308ee3bdcf98ae461a

2012-05-30  Julien Nabet  <serval2412@yahoo.fr>  [e519306d498208484b72d935a3923af4a9adbbcb]

        Some cppcheck cleaning
        
        More information on this thread:
        http://nabble.documentfoundation.org/Advice-needed-about-some-cppcheck-reports-td3986408.html
        
        Change-Id: Ib70532ad72e8418e1036bd52c07dc6452508cd12

2012-05-30  Michael Meeks  <michael.meeks@suse.com>  [834eed7992c6b549bbd06fbbe6473bafc777c8e1]

        sdext: cleanup presenter screen handling pwrt. naming
        
        Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6

2012-05-30  Michael Meeks  <michael.meeks@suse.com>  [f3aa2a45b4f014aa7631bffa3ac07b2332f80677]

        vcl: rename unhelpful 'Default' screen to a BuiltIn screen
        
        Add 'BuiltInDisplay' and 'ExternalDisplay' UNO properties to clarify
        
        Change-Id: Idf5d26bf687871b3949d077fb89bfe1942839125

2012-05-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [61acb9beb2bd5c76df6136d4fb3871db7906a827]

        fdo#47752: first column of checkboxes is too small
        
        Change-Id: I199276a99063d5a125be1f2cd5d71574f078a82e

2012-05-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [628cec2afa41fa0cedc08bb5084e7b48e0d47918]

        fdo#47752: use native checkbox width
        
        Change-Id: Iac8049c49520a5fd119c4617144af302f924475b

2012-05-30  Andras Timar  <atimar@suse.com>  [5e01d13b84c1dbd82da54be3f25b522f825febfe]

        fdo#46559 bypass CustomerInformation dialog in Windows installer
        
        User name and Company asked here are useless, and misleading. Users
        think that they are related to Tools - Options - LibreOffice -
        User Data. Also per-user installation context makes little sense.
        If anybody still wants to install LibreOffice only for the current
        user, it is still possible with the ALLUSERS property.
        
        Change-Id: I537b45ab77d6d227264e1dc0bcaf93a9cfa8ea71

2012-05-30  Andras Timar  <atimar@suse.com>  [0d30946780e9d86d9be92c3c6d30b33305c5830f]

        MSI: remove unused DestinationFolder dialog
        
        Change-Id: I43b360b417ba06daad55bf6ccfddaace1b55d47f

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a9b70021724fa918f61d6e11ae72a19b02eb5e6b]

        Use TP_WIDTH & TP_HEIGHT for the Connection options page.
        
        Change-Id: I1142b691bc964e3fb12d25ca885dbc5c09cb85c7

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [48e1e621148fd811ab82b520f8240b06475c67d9]

        Use TP_WIDTH & TP_HEIGHT for the accessibility options page.
        
        Change-Id: Idec88ec05a9a67693e0e5892ca87aa612b09b069

2012-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [bb9f73045879293f5fcea1dd0e205efb84c07781]

        nuke unused typedef
        
        Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf

2012-05-30  Tor Lillqvist  <tml@iki.fi>  [292466e0c2cdbde7547c968d1e1c480a7801836d]

        Delete some ASCII graphics separators, too
        
        Change-Id: Ia9176e596b72822d9facea24fa81888768435264

2012-05-30  Philipp Riemer  <ruderphilipp@gmail.com>  [2c1e35ecc2569c64c26bfd57c0fce4e676573e2f]

        Translate German comments and delete unnecessary blank lines

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [80ded1ec85dec754ebee01f560ec2ca0c3dee9a6]

        Pushing the controls in the Formula options page back up by 6 pts.
        
        Apparently someone silently fixed this properly in the main Options
        dialog code...
        
        Change-Id: I90eaf09001f00fe177852d0b27bd96b0733550ef

2012-05-30  Michael Meeks  <michael.meeks@suse.com>  [fcab3edbac4985d7f110732dfdf67a449876ae01]

        presenter-console: cleanup and simplify threading mess around timers.
        
        Change-Id: Ia8e3b59b4c158368d85ba52852c26c578017d10a

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [78ed21e078aa7c8aa863594c9a4f6c2c7863cb0f]

        Share common localized strings: Calc A1, Excel A1, and Excel R1C1.
        
        Change-Id: Ia3fbdd8770ca2e2a0125bd39550ab44c1776e6d8

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33d57704c6d79dbd806caf94124776a6a05152a1]

        Reset the calc settings to default when the 'Default' button is checked.
        
        Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [60ab58a17d39c84ddcad5789b0c7d60179286e1f]

        Localize a string & more efficient list value update.
        
        Change-Id: I061ded32454d2aca1eea7ad586de815d34cf386a

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ef3fd657ba4d12062609e42f0ec19a9aa71b1c9c]

        Get the sub dialog functional.
        
        Change-Id: Ib3311f64417b68cf94505aeb7f8b153cf5fcdbff

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7dd9054bdef2ac169212a74e1eff52c8f0847e8f]

        Pass the config data to the sub-dialog.
        
        Change-Id: I7d5e5cd22a64446c379446372f29bf1c597bd783

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b52fc9ad0469f5a16496b2eb5a6b77e3028814ee]

        Create a common struct for interpreter config options.
        
        And use it both in the core interpreter and the configuration UI.
        
        Change-Id: Ia2a16fcb53025840d906864b564255cd3c53e8e9

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bebc0e4286edefc20e31b554bccb867274e82a5c]

        Update the buttons for calc settings on various events.
        
        Change-Id: Icd9de3b714da29df95912ff27b25223c306f1962

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [682a81352f6ce9d743ca73c02df5c36b0c6f1253]

        Get the current decimal separator from ScGlobal.
        
        Change-Id: I6d7bf97d856272810d8ef5eb382d7b299b74d16e

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05a2a99dd7ee9e7bfb2797e33c5ae04e4b6e3686]

        Reset option.
        
        Change-Id: Id800b3590425ddb3cc804dabf842b700dc27db43

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e4a067a9713dd4d03495d6a0e18d5f95e973692]

        Use the new option when interpreting INDIRECT function.
        
        Change-Id: Ic9ba214e5bbee64287934437fcdb63117a1146f6

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [00134920ec968ff492c88d8c5a6af22f1ebfa328]

        New option for INDIRECT reference syntax.
        
        Change-Id: I4c754c39ab27f35076d38868b52321a3d3baf9ea

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2990def85b40e0529049a1bca208d4ebb8600f5a]

        Allow editing of enumerated option value.
        
        Still lots of things are hard-coded.
        
        Change-Id: I34512d87431082d35130954c6818c65bc3c18966

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ce2bcf8901d491866b62bff4b5bfe63918a0fe24]

        Added options list and other misc stuff.
        
        Change-Id: Idd7b8823a26e2a272d911c097dbde350092ec0e8

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1010e946f2bed587d7e7ad4e52e20c38062f683]

        New skeleton dialog for detailed calculation settings.
        
        This dialog is launched from the Formula options dialog.
        
        Change-Id: I554de0f7d376803f2e94907aa78648708b8f6b84

2012-05-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [805ec73aa824e7c14dc867fbf2a7f5f67fb06c7a]

        New controls in formula option page to change calculation settings.
        
        Change-Id: I4743cfc75796a989657afbbc3efc14dfe9f8c114

2012-05-30  David Tardon  <dtardon@redhat.com>  [769e71ff8c06b9c23e25d7188f565d2879550000]

        do not link with cmt by default
        
        Change-Id: I7ed9a25d3b113ae0bda4f8ce47153b54270916f1

2012-05-30  David Tardon  <dtardon@redhat.com>  [d3829143ff1ee10b4c33bbacae9b01a67905d1fe]

        $(OUTDIR_FOR_BUILD) is wrong
        
        Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb

2012-05-30  Jan Holesovsky  <kendy@suse.cz>  [67a8150360ad0728a10c281dfa065bc094e139eb]

        One line docu to save me code reading the next time ;-)
        
        Change-Id: I3998679c859c2a25933a879ae6412d7555350a62

2012-05-30  Jan Holesovsky  <kendy@suse.cz>  [be51f7ce59d5534cfda97badd4c02e2a4fe198e3]

        calc input line: Fix the size on Windows.
        
        Change-Id: Iac102ad3794b8959fb219094a9db6345990c4883

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [41961997bed0c607920df447848e690cc858ec5f]

        merge three base64 encoders/decoders together
        
        Change-Id: Ic123c081fcf6ddcf5d61c5d5a3eab01db470014c

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [f8c753fd3bf770777ec82428a40b5779279b33d6]

        bump to libexttextcat-3.3.1 and drop visibility patch
        
        Change-Id: Id0e42068a1cd614a2e66e7f050c55b351999f2ae

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [8201c8a5f680947c2e855504be321afb1e5bc06a]

        don't overload operator-> and just forward specific methods, take two
        
        Change-Id: If66b0a5f1b0444d8f0a6dfed1b518a0033d61d2e

2012-05-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d77e777af82747dc5bd761d9fb4d5aa99cf7840e]

        when building system jfreereport, version.mk is not delivered
        
        Change-Id: Ieffb063bd6300f415f958a617fef8b1122e1b7b1

2012-05-30  Noel Power  <noel.power@novell.com>  [1abc0695d770eebd21256a86aeee14a5384d84c7]

        don't rotate calc shapes if twoCellAnchor,  partial fix bnc#762542
        
        Change-Id: I3ccf6d87db2e9c33f2adaf92e138018f2e27528b

2012-05-30  Noel Power  <noel.power@novell.com>  [dbb385df0fc83c36cfc91b82979fabea868592c2]

        fix missing form control, partial fix for fdo#49430
        
        Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05

2012-05-30  Miklos Vajna  <vmiklos@suse.cz>  [b5f6698e152992a26aed0b3dea0180da8721cab0]

        Use RTFSprms::set() in RTFDocumentImpl everywhere
        
        Change-Id: Iaf52206aad2f1053d54025b0e71eff1b229e1372

2012-05-30  Miklos Vajna  <vmiklos@suse.cz>  [a5328cf5605cdc243522eddcaffe7336196a4900]

        fdo#49968 speed up RTF import of repeated character/paragraph properties
        
        Most RTF documents (produced by Word/Writer) reset character and
        paragraph properties at the start of each paragraph. Because of this,
        appending properties of the same type didn't cause any noticable
        performance problems. However, it's valid to not reset these properties,
        and in this case a longer document takes forever to import.
        
        Filter these duplicates at the tokenizer level for trivial properties to
        get acceptable import speed.
        
        Also fixes rhbz#825548 in an easier-to-backport way.
        
        Change-Id: Id0b7289323d45ff0d747c74bb78d8eb7def0cfc2

2012-05-30  Miklos Vajna  <vmiklos@suse.cz>  [f29892d9744c483e696aa2e56d39cdc1e8b373a5]

        rtftok: undo tryToSafelyUpdateAnExistingProp, will be back soon
        
        Change-Id: I171dac32f8a938dc4ecfbab13835823f65ee2611

2012-05-30  Jan Holesovsky  <kendy@suse.cz>  [7092be1a6faef392db495285a051fb0c4e60b682]

        update bubble: "Click here" -> "Click the icon", to clearly point to the icon.
        
        "Click here" is annoying because one is used to the web pages where "click
        here" usually means one should click the text "here".  The "here" here always
        costed me an unnecessary mouse move before I remembered I am supposed to click
        the icon ;-)
        
        Change-Id: Ia9f5b359cb76813abbc9847e268e4241c5f6481f

2012-05-30  David Tardon  <dtardon@redhat.com>  [764fc4857edd1b78d504310554cf8dcc73bbca23]

        $(OUTDIR_FOR_BUILD) is wrong
        
        Change-Id: I906696aa676ce50fd7214db5b7bb09b736e5faa6

2012-05-30  David Tardon  <dtardon@redhat.com>  [fb97224c94a3e8d42b97a92a301253a4245bf931]

        deliver all used mozilla headers into one dir
        
        This is to avoid problems with too long command lines on Windows.
        
        Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [651d045cddf8fd238999cb3442e87410f1a8e1df]

        Resolves: rhbz#825548 some rtf documents take vast amounts of time to load
        
        rtf documents with vast sequences of replicated properties without any pard
        resets to defaults create huge vectors of properties that eat time and memory
        
        So if we are adding a property which already exists and there are no
        intermediate properties which would cause side effects to the property then
        update the existing one instead
        
        Only implemented this optimization for some selected character properties
        
        This takes my load time down to 7 seconds from effectively some "infinite"
        hour+ load time.
        
        Change-Id: I520779233180f4d9faf9fb0989d546e08fc6cabd

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [48e74fb6d384aa47fd57d97e781ea8857c81bf18]

        don't overload operator-> and just forward specific methods
        
        Change-Id: I22f5f4a17f2eef0d04756ff4c8e614da073248ca

2012-05-30  Caolán McNamara  <caolanm@redhat.com>  [6ef4da1af159ba228de2ebdffa6334237bac27e1]

        stray ;
        
        Change-Id: I36e577c86de4d6adf3b54376ca9a0544e2c1d863

2012-05-30  David Tardon  <dtardon@redhat.com>  [f04a44c5e1f632aecfc92dde13783722070de6ae]

        remove unneeded (and wrong :-) dependencies
        
        Change-Id: I6e0f777c878137f6c1bcbe253b37b8eda257ef01

2012-05-30  David Tardon  <dtardon@redhat.com>  [f3b3e7ab5f04d0598aa6c635b00aac1390d5f053]

        clean mozab includes, so two include paths can be dropped
        
        Change-Id: I824a6b6f6afa9e8c3d140e783dbad89ef5425878

2012-05-30  David Tardon  <dtardon@redhat.com>  [0f53247fa0c302b6794222fa4b104c6215cf7803]

        do not link with cmt by default
        
        It causes linker errors like:
        
        libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in msvcrt.lib(MSVCR90.dll)
        
        Change-Id: Ia7d9eec8dcbc9cbeb64f121f95c0b83d192bab20

2012-05-30  David Tardon  <dtardon@redhat.com>  [796f1146ea886c7aa2e7de0d7d88c30351bca238]

        throw away useless dependency
        
        Change-Id: I5988eccb675b9cb481161077a5b5310efb011389

2012-05-30  Matúš Kukan  <matus.kukan@gmail.com>  [af1fe5e603b8fff6b35a759d9c558f6a49638e2e]

        i18npool: depend on outdir target
        
        Change-Id: Ib94620f316899a77b3842989dd859625f6748ddc

2012-05-30  David Tardon  <dtardon@redhat.com>  [c1c295a6e8903025ee77c54b94af4566e0e0af8c]

        define XML_UNICODE for x64 lib too
        
        Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79

2012-05-30  David Tardon  <dtardon@redhat.com>  [8af6aa628b863b7565d397042fccefb8d78835fa]

        really fix ldap lib. name
        
        Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a

2012-05-30  David Tardon  <dtardon@redhat.com>  [44863e68c1a517fb2179ab8d7f3fe29d68325633]

        do not link with cmt by default
        
        It causes linker errors like:
        
        libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in
        +msvcrt.lib(MSVCR90.dll)
        ...
        
        Change-Id: I54217859a7c4f6535eed5bca50ada68a8d5b095c

2012-05-30  David Tardon  <dtardon@redhat.com>  [03b8f169eb02622aa18bc2b6e2307e6a1a0dcbe1]

        fix linking with gconf on release machine
        
        Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e

2012-05-30  David Tardon  <dtardon@redhat.com>  [9ba256eac5fbeaa5fa5d69abff51be353aa2b3d0]

        fix ldap library name
        
        Change-Id: Id1294ab2232821eaa9ca5fb37b0f504c828b6f48

2012-05-30  David Tardon  <dtardon@redhat.com>  [5bdb1df4b009758c5f26b84acfc10f814ad77fd7]

        look for win x64 libs in $(OUTDIR)/lib/x64
        
        Change-Id: I5388132b0dbb0d904a5b235139bfa1f0e078e5ba

2012-05-30  Miklos Vajna  <vmiklos@suse.cz>  [467f335161d0d098c167612fb530f3abe3b2cef4]

        oox: initial smartart text is imported into Writer, take two
        
        The original commit (8c6fb76c2cc24c336a28702b5f7f31cb5964129a) broke the
        sw_subsequent_ooxmltok test, as it threated getDiagramShapeContext() a
        const method, but that's not true. Check mxDiagramShapeContext directly
        instead.
        
        Change-Id: Idd730787be41cc11e6c1fc962da60f05e024ee84

2012-05-30  Brennan Vincent  <brennanv@email.arizona.edu>  [6c1107ad8fd6375ed02906e8700c24b471df2d97]

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

2012-05-30  Miklos Vajna  <vmiklos@suse.cz>  [3784063afcc344273821503694467100d3913d2d]

        n#760764 testcase
        
        Change-Id: I4d5cea0ae02fda751fb13b9c86684ccd70abf126

2012-05-30  Matúš Kukan  <matus.kukan@gmail.com>  [bb0eaf4f0e3129a496a861daf96da1e1907758d5]

        svxcore: needs also generated header from connectivity
        
        Change-Id: I4279f9e6024e7128286e8b2d6343deee944866b2

2012-05-30  Kevin Hunter  <hunteke@earlham.edu>  [ddc36f8914640d6d75464ab26690b72504469fa0]

        cppcheck: Reduce variable scope
        
        Change-Id: I11f7642346ccc1949d5716b32444df86541eabf8

2012-05-30  Michael Stahl  <mstahl@redhat.com>  [8bafe38c569afa2e1055eb647cb7ff161ddd1230]

        i#87757: do not create empty Rectangle bounding box for glyphs:
        
        Enforce a minimum width and height of 1 in GlyphMetric::SetSize(),
        preventing X11SalGraphics::GetGlyphBoundRect() from returning a
        Rectangle that has one side set as RECT_EMPTY.
        
        This problem has surfaced due to the change of the status bar in
        ce14342c4292628a641a72d4f63d9c048e030c6a, causing the
        AccessibleStatusBarItem to fail in getCharacterBounds() because
        the text of the control, "Words: 0", now contains a space, for which an
        empty Rectangle bounding box is created, which results in a wrong
        return value from getCharacterBounds():
        
        LOG> Character bounds outside component
        LOG> Character rect: 43, -566, 0, 0
        LOG> Component rect: 91, 2, 71, 18
        
        It turns out that the following test was disabled due to this problem,
        so re-enable it now:
        toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText

2012-05-30  Michael Stahl  <mstahl@redhat.com>  [33050f597cef81162eede4360b011b41e10ab69f]

        qadevOOo: _XAccessibleText._getTextBeforeIndex:
        
        Do not check length of first word for AccessibleStatusBarItem, which
        now contains "Words: 0" since ce14342c4292628a641a72d4f63d9c048e030c6a,
        but the test stupidly assumes that its text does not contain a space.

2012-05-30  Julien Nabet  <serval2412@yahoo.fr>  [3a16d64b6d83d453442cd7891aaa0386dabf55fd]

        Fix misplaced parenthesis
        
        Change-Id: I32c3ca57cbe7994527dcf4658bd55f283488baaf

2012-05-30  Niklas Johansson  <sleeping.pillow@gmail.com>  [fb310927211aa911d5b3fe6e31c5b9db4d9a0497]

        Re-enable sort in help-files
        
        Sorting in helpfiles were disabled due to bug #i70462#. I belive this bug
        isn't valid any more and we should re-activate the sorting.

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [93d83fe15a198b523ed0e9e7524941e8d7181eb2]

        targeted string re-work
        
        Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [1a5637b8a958bc9aa22d3d5ebacc10e1a3a2bd4c]

        targeted string re-work
        
        Change-Id: If9a9889fa36bc76c9afed295568ed9a05de4587f

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [20696849975f8e256a1be856e056bfaa8ade99d0]

        targeted string re-work
        
        Change-Id: I477fc34c21530b51d975216156e66abf21a7149c

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc1743fe8025af04d63060760d99a23e8fcd5e0c]

        targeted string re-work
        
        Change-Id: Ibc811f2ef501a91172e096a700821ab6bd9406ea

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [212d2341609e2aa2fc362dc2c6980020b7360ae7]

        targeted string re-work
        
        Change-Id: I47c5edfd9448b1cb122550566cc9083c070f40d0

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [a9406f54e286c96890f4d621ba6ae5c8a81cdb8c]

        targeted string re-work
        
        Change-Id: Ib4a0e8fcd128c949034d2d183ff045bb433fce8b

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [601500f8a85d170f3278f905c6b6795b2dd0fa8b]

        targeted string re-work
        
        Change-Id: I6ce76c22118586b213161a0e307a53b22b318004

2012-05-30  Matúš Kukan  <matus.kukan@gmail.com>  [c88234357f97020885010d50aa3e2c3e1c53d605]

        reportbuilder: build only when enabled
        
        Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe

2012-05-30  Andras Timar  <atimar@suse.com>  [e8551287cf2161ba7a55eb19df23069e693d6b3e]

        remove already added set_x64
        
        Change-Id: I62c72e499119eb43ed0c75fe1f5cb1c9fc06c113

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [835802d60d3b629182d73c0d1d49d790cb0ac57f]

        ensure linking to gobject
        
        Change-Id: Idfe17f54b2f8a2d53bc340f03253270a1b222811

2012-05-30  Andras Timar  <atimar@suse.com>  [d131867357e85307f229d2920492c9ae2be3abeb]

        use 64-bit compiler and linker for 64-bit Windows shell extensions
        
        Change-Id: I4ad94eca4ebbf7d8e989dba5a19296d727111850

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [a3c47760e122baaf55f39107597aff2f5957aecd]

        Resolves: fdo#50476 Dots inside quoted sentences get removed on "Correct All"
        
        refactor the dodgy dot replacement code so that all the replacement paths go
        through the same logic so that "Change All" does the same thing as repeated
        "Change"s
        
        Change-Id: Id63968e03409f676200a9ac546f7baa398f2eff8

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [5713c054c569593e21d2d9db8680d5304f3063f9]

        WaE: C4099: type name first seen using struct now using class
        
        Change-Id: I31772243349f1e3fcbea6b0d0aea9786b19d0fcc

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [0453a1244a3966cef1497b4a0931d1e8279e2822]

        Better comment for how to use lo-strace
        
        Change-Id: I29afe81866229bd29fcd997624264fb337c74d95

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [9faf21d484c8d9b5d30ca65d1aefdbaf101f6b22]

        No cmdline file is created so don't use lo-main-indirect-cmdline then
        
        Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [e28ad1b5d8258df9d4014692867d6c6ee0612047]

        More experimentation
        
        Change-Id: I8ad45f173c4f2b37aca6506d9021e8346c17db16

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [c9f5b8a33434266c025d546eeb4c11f49fad8570]

        Add temporary test JNI method createWindowFoo()...
        
        Change-Id: I8f99399faa3b0762bdea2aac09f1b849639cd191

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [a9a0ed1edc6452560a6e8985f5a33f09859af977]

        Bin a bunch of pointless comments
        
        Change-Id: Ic428010ce8c07a1265fef6f0fcfa594501cb9267

2012-05-30  Tor Lillqvist  <tlillqvist@suse.com>  [7309b1c1dccbccc823943b21900889cde9ef1106]

        Add an "extra" called lo-extra-libs for a list of libs to load early
        
        Change-Id: I41900eca9a46acbd2f1dfac98fcfc73a62acc150

2012-05-29  Julien Nabet  <serval2412@yahoo.fr>  [4c21b80c8e57c101afb8d1578f3ae810419e0d5f]

        Reduce scope
        
        Change-Id: I12a743f9ef98377482472c6b31c2ea8b2c18b538

2012-05-29  Julien Nabet  <serval2412@yahoo.fr>  [40106014f7b5c414faf087472a5ae350e683db53]

        Some cppcheck cleaning
        
        see http://nabble.documentfoundation.org/Advice-needed-about-some-cppcheck-reports-td3986408.html
        
        Change-Id: I4b3b2c87031ab48641e78fce56bd7f86c606b48b

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [e1af55f19df1bceaf24c601cd157e54f56217543]

        apparently missing SYSTEM_HSQLDB define
        
        Change-Id: Ia4fd68af25725770cc620254dedba805102301a8

2012-05-29  David Tardon  <dtardon@redhat.com>  [ddf8a35d9572f4fe9ab6d86b79aba74ad077fe33]

        add gb_StaticLibrary_set_x64
        
        Change-Id: Id54050f483aabf3514e4dd122ef295c6f1135fe4

2012-05-29  David Tardon  <dtardon@redhat.com>  [96a32c111538f8387934fa7e556f98bbd9f10620]

        fix .component paths
        
        Change-Id: I953cdd6f425245aff0d18858d201520938e0e3aa

2012-05-29  Miklos Vajna  <vmiklos@suse.cz>  [9486851baea59d16c449d79bd61a38f6e686cfe0]

        n#760764 dmapper: don't ignore character properties of text fields
        
        Change-Id: If1497d78b8c31a4b2e5677bb57f40a0343a819a9

2012-05-29  Michael Meeks  <michael.meeks@suse.com>  [6e6d81e9cfc593d865e409ad22b2307f87a37859]

        targetted SAL_N_ELEMENTS reversion.
        
        Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e

2012-05-29  David Tardon  <dtardon@redhat.com>  [b7c6716b4bc0742af4206035495d161e7eb49424]

        remove useless argument
        
        Change-Id: I8d5cd9a3ee8a469d4b0154f4423a6c811e3ad369

2012-05-29  David Tardon  <dtardon@redhat.com>  [9548c17e7446fca1c14a1044ad76d5149021756f]

        ensure source files are present before trying to use them
        
        Change-Id: I8c7608121872976e275d00236539940d797b64c4

2012-05-29  David Tardon  <dtardon@redhat.com>  [061b196922b2ccb050755e72a915dc5fa3d96cf2]

        fix include path
        
        Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [3e07bdfce6ef700a94868ccc03268aa005c295b8]

        Revert "fdo#50183 Use one sheet as default in Calc"
        
        This reverts commit 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a.
        It caused various tests in sc/JunitTest_sc_complex and sc/JunitTest_sc_unoapi
        to fail, which apparently implicitly depend on three instead of one sheets
        per default in Calc.

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [1b330990733bcffbbf485df7aaed8130c899e2b8]

        Improved error reporting
        
        Change-Id: Ib852987c2040d47cd3de08c6aebc649a068378d6

2012-05-29  Luboš Luňák  <l.lunak@suse.cz>  [099198a4224778fe6e43f5dc13b5b9b1b4dc828c]

        Revert "oox: initial smartart text is imported into Writer"
        
        This causes a test failure with sw's n747461.docx , since one
        shape is apparently not loaded. In this patch, it seems the
        "if (Element == DGM_TOKEN(relIds))" part is the problem.
        Reverting the whole change until this is fixed.
        
        This reverts commit 8c6fb76c2cc24c336a28702b5f7f31cb5964129a.

2012-05-29  Tor Lillqvist  <tml@iki.fi>  [2f378a6a611030ca64ce918a1f7fcd584deefea6]

        Bypass unless BUILD_TYPE includes DBCONNECTIVITY
        
        Change-Id: I4450b0bae9223c96f2e5e26e7ffad72b4fc1ff07

2012-05-29  David Tardon  <dtardon@redhat.com>  [76804ffd5546261ac895ff32ab02e36383304d37]

        copy header files too
        
        Change-Id: I5b3e1cd3a44d8f5ea11b3456516258564899c3f6

2012-05-29  David Tardon  <dtardon@redhat.com>  [de1297a1ffd01c1829f6c82d1c9d53b5a7c3c3b5]

        copy the source files before trying to use them
        
        Change-Id: I3252511cd845e6f91d31f5b5858c9122fcab4838

2012-05-29  David Tardon  <dtardon@redhat.com>  [f39f100959e4cff8787d6d92f5407c469d936a21]

        make sure all headers are in place
        
        Change-Id: I9b0b2eb426e44883e0e81ab693c907e6ed70f39e

2012-05-29  Andras Timar  <atimar@suse.com>  [759d11c6c7c5174d04803f5710db62cba35dfde8]

        trying to fix shell x64 build on Windows
        
        Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2

2012-05-29  Takeshi Abe  <tabe@fixedpoint.jp>  [6b915b210aeebeed104ab3e266c4ebc67c1c9d46]

        nuke unused typedef
        
        Change-Id: I12a55e08a83b88221d992790c97c830761755582

2012-05-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bdca5df2644d4653665f7360c24f7757f46dcef0]

        SwPagePreView: fix some scrollbar bugs (still not perfect, just a quick fix)
        
        Change-Id: I4ff31f31bf579ece69e62633b99986d96ca7d857

2012-05-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e7f7f4092a337cc98076ff500fb209a7f4dbb6b1]

        these SwScrollbar::IsVisible(false) calls does not make sense to me...
        
        Change-Id: Ic58be239044f75f1ad7f70df45813b59a4610737

2012-05-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2b508cf6b431c2faeec95340d192e7d917f3e7c7]

        set scrollbar parameters anyway, it is nesessary for mouse wheel handling
        
        otherwise there is a bug:
        in Writer's page preview mode scrolling can move the selection out of page range
        if all pages fit into the window
        
        (regression from d7b06ba7ec2c988e80c8ef14e2d9bfc2c29e2d24)
        
        Change-Id: I6cebf0c5a4f944cfb8736469620b3097df0a0340

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [e62b67648afe11b941257d1d6156dcf1e45610e3]

        Removed spurious trailing semicolons
        
        Change-Id: I49680c13989c9031150bae110e498a02af2476c4

2012-05-29  Luboš Luňák  <l.lunak@suse.cz>  [8979193090f085d5d171a6daa6f8fa4a188b3130]

        Revert "fdo#45830: Indicate correct default locale setting"
        
        This causes a failure in sc_subsequent_filters_test , the test
        fails in non-English locales.
        
        This reverts commit 1a5aae96bdb20e36a17d77ec60da874037544628.

2012-05-29  Andras Timar  <atimar@suse.com>  [e7ee6ed3e83673ec747c8b93880a82059eee1657]

        BUILD_X64 is TRUE not YES, when defined
        
        Change-Id: Ib49f623e3423ce1d7caf64bc97d7ffd72dd50ed7

2012-05-29  David Tardon  <dtardon@redhat.com>  [41cf973f84f42c0605fdd9e8c5f307be888c2f89]

        $(OUTDIR)/inc/*minor.mk is created my gbuild now
        
        Actually I think it should be removed entirely, because dmake already
        includes minor.mk directly from solenv, but I do not want to pry into it
        right now...
        
        Change-Id: I51520642f4796d722cb2131e91e9e92a82920531

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [79179df3d97e6f838fa07cfffbbeb2987ce66c17]

        Adapted to changed lib names after gbuild'ification
        
        Change-Id: Ia1c75076254c0300b19d6e12879143f7966b8294

2012-05-29  Petr Mladek  <pmladek@suse.cz>  [9d766d5112062f22c8a3abcf1acba0ad9cb9aadf]

        gbuild: libkdebe1 has to be linked with libkio
        
        was removed during gbuildisation
        
        Change-Id: I0ff6159114bf7f82897bbb88c76fbfe8732098d9

2012-05-29  David Tardon  <dtardon@redhat.com>  [4cfeba11e7bef43a174818ab73198299c2ebb945]

        svxcore needs headers from connectivity
        
        Change-Id: I929dc661bde5eb7ff49831d5c041c62d808a6219

2012-05-29  David Tardon  <dtardon@redhat.com>  [ea22c4fc2570d484dd6a05f3b98204c75895329a]

        make sure that $(OUTDIR)/lib exists before delivering libs
        
        Change-Id: I8a4b11c14c615ba47c8e58b5f30145f5e8d77f0d

2012-05-29  David Tardon  <dtardon@redhat.com>  [d22fc948ae429da8bd934c3468f787fbea19009c]

        move remotebridges to cross_tail_build
        
        Change-Id: I0159b655e8e5f65dbc1fca29a13715043493c985

2012-05-29  David Tardon  <dtardon@redhat.com>  [39b6c227432261d79a59b8f4b6b13e6bbc296091]

        move io to cross_tail_build
        
        Change-Id: I1145b8d5b6944f05919c7813c4378573dfe53316

2012-05-29  David Tardon  <dtardon@redhat.com>  [643157ae2b3bf60500d6f5ddc834bf4a796c5fe3]

        move unoil to cross_tail_build
        
        Change-Id: I8343d01c138eb2f92c086b7a30782fca876d16d7

2012-05-29  David Tardon  <dtardon@redhat.com>  [9c03f8872bc477c8904b0194cc928ce19c297696]

        move javaunohelper to cross_tail_build
        
        Change-Id: Ic3dc2dddef9c44703a583dcb2c3f7f4823487af3

2012-05-29  David Tardon  <dtardon@redhat.com>  [353da8152b8af1141c35f724702e1625f2a3616b]

        move binaryurp to cross_tail_build
        
        Change-Id: I4315512877f67ace2abbad103299cd2d988cf6c0

2012-05-29  David Tardon  <dtardon@redhat.com>  [13b01c8cdc52bba447a552ed9b1f8b3d277aac22]

        move ure to cross_tail_build
        
        Change-Id: I0871c25d6999fbfbb4c88918994cf852a45f834a

2012-05-29  David Tardon  <dtardon@redhat.com>  [1537030838dbb418b3dcb1c4e1f5a5f0850aa630]

        move sax to cross_tail_build
        
        Change-Id: I62507b0976a870f85d6d265c601c9639e829f8e6

2012-05-29  David Tardon  <dtardon@redhat.com>  [2edb69f15a9d2b0ab81fdee827f8eff1cb6d7ade]

        move qadevOOo to cross_tail_build
        
        Change-Id: If61e6e9d1d8a9bdc939d8b5137d03c210b8820e3

2012-05-29  David Tardon  <dtardon@redhat.com>  [4e5fb227664686b999c17cf7c1f6f91dcd3a03f6]

        move i18nutil to cross_tail_build
        
        Change-Id: I01e86316b0619ec8676cdf70240b8fc6d166bca9

2012-05-29  David Tardon  <dtardon@redhat.com>  [f415bd59e1e6bff16c00d34ee3b6243cc0bcd768]

        move regexp to cross_tail_build
        
        Change-Id: Ib9873dc37ea136ed065d6145fe113a031a12eb7a

2012-05-29  David Tardon  <dtardon@redhat.com>  [f953f2b6656ef168fcf2d539628371bab1fc4fae]

        move unotest to cross_tail_build
        
        Change-Id: I2d9700ce31505ed50861460ce0dc1d407e7c8b33

2012-05-29  David Tardon  <dtardon@redhat.com>  [68d1c58274caf406515644ee550a11bfa389bbe2]

        move i18npool to cross_tail_build
        
        Change-Id: I335c6a0e3442ef443fafb74fe4ef3fa8241bdbc7

2012-05-29  David Tardon  <dtardon@redhat.com>  [7a1096929b2d26f3f804af4ddf9bf24a2ae9cf51]

        move basegfx and o3tl to cross_tail_build
        
        Change-Id: Id3a691d7fd168665647c9c86928ba6e33d13e570

2012-05-29  David Tardon  <dtardon@redhat.com>  [913d0b320fd21fb880af5e114d7223c00d24297b]

        move tools to cross_tail_build
        
        Change-Id: Iab14cc960c74f2e1355752fe57731d69b443b8b8

2012-05-29  David Tardon  <dtardon@redhat.com>  [e767cc7724710b1ddcaf0f51514bbbec9b6d76aa]

        move embedserv to tail_build
        
        Change-Id: Ieea814347e3c895c39a3dfc3312d6b1a735f4d68

2012-05-29  David Tardon  <dtardon@redhat.com>  [786f855f7643d7c10c5bf744bcae5c9cb43a1ba5]

        move nlpsolver to tail_build
        
        Change-Id: Ib1af41063f2062efc9392c81f94d95b99060cc82

2012-05-29  David Tardon  <dtardon@redhat.com>  [1d5c70b00566f7cfc69b9bfb45e7fbde312f753d]

        move unoil to tail_build
        
        Change-Id: I0a4ee1c1bf9acbcb83a02d2ae6ab383fd8f4c5e2

2012-05-29  David Tardon  <dtardon@redhat.com>  [87e0c60f6b09965f383cfeb6eb749e56fb8f6a3b]

        move javaunohelper to tail_build
        
        Change-Id: I549395fc5686bac70616b7344c4b32737ae14289

2012-05-29  David Tardon  <dtardon@redhat.com>  [abcab9df5f002ffd1a2862c03471fc4587fdefbc]

        move cpputools to tail_build
        
        Change-Id: Ia4048ec901a4bedc00b3a6f43059cfb82202d340

2012-05-29  David Tardon  <dtardon@redhat.com>  [3018f4f02136e84e0933ce70170912fac9932a51]

        move io to tail_build
        
        Change-Id: I6ceab6d3b27530f44ecd5977837655d7b38eb7fd

2012-05-29  David Tardon  <dtardon@redhat.com>  [fa87191c91b06320453db016ca6fa5765df018fc]

        move binaryurp to tail_build
        
        Change-Id: I0e5ad225498a48d1bf1a5b2fc34a518abf7f1a72

2012-05-29  David Tardon  <dtardon@redhat.com>  [6b78dd3eac100718b383471014de1fcee407ef8c]

        move ure to tail_build
        
        Change-Id: I3dbc3ee8e7117476dbf5d7bae363d7a4c55bbea6

2012-05-29  David Tardon  <dtardon@redhat.com>  [ee28c18eab8f4ae67c4faf0dda516097022defb5]

        move i18nutil to tail_build
        
        Change-Id: I813f6ecd26c79607f0c19a28ef921aff5f0b82b6

2012-05-29  David Tardon  <dtardon@redhat.com>  [01c25e23a27adc17b98c059e44bcb10426ca56c9]

        move regexp to tail_build
        
        Change-Id: I517727b528b08b6284ccd0805ce8836d171b8df7

2012-05-29  David Tardon  <dtardon@redhat.com>  [9e1e86605f7d987e7193aa30dc5f3d96fadcb5a9]

        move twain to tail_build
        
        Change-Id: I8d749eeb4229d0c7ef616aabab0e33bdfb8ea773

2012-05-29  David Tardon  <dtardon@redhat.com>  [b431c9eb160500549df3d4751d5ab26b564897c9]

        move sane to tail_build
        
        Change-Id: I605ee6700d5d51eb6e06e97482ccd482ebb13e22

2012-05-29  David Tardon  <dtardon@redhat.com>  [0799823e87583cdeeabe85433e9acb00bd06e8f6]

        move sax to tail_build
        
        Change-Id: If269e6b011714766818ce4b1f56c7006ab8020c3

2012-05-29  David Tardon  <dtardon@redhat.com>  [6c876b7e32707e42b423f48838e9588b03959645]

        move qadevOOo to tail_build
        
        Change-Id: Ice1555795632831117283ba180b88bd2734f55c2

2012-05-29  David Tardon  <dtardon@redhat.com>  [77fa4ee51bc34aafd9ab4b1071df1a42f07bd390]

        move unotest to tail_build
        
        Change-Id: I9dd5fbfc82e01a04e90fc249964412778f728d0e

2012-05-29  David Tardon  <dtardon@redhat.com>  [5e4eee13d0a0aedcc9f96560e0913945111e2c97]

        move basegfx and o3tl to tail_build
        
        Change-Id: Idaf053adc621035ebc3b7a124bdffde869ce5def

2012-05-29  David Tardon  <dtardon@redhat.com>  [d2f23a2c8bc46b714ab7ecf003fd30f5a8886d4e]

        move i18npool to tail_build
        
        Change-Id: I2854abb5b5bffb029259195cfdabb4722f00bc84

2012-05-29  David Tardon  <dtardon@redhat.com>  [d7767f6a8464b917c99d37dfd63882058cdf63b4]

        move tools to tail_build
        
        Change-Id: I4e8ccd71b178d24b95fffe10bb22f075df83a8c9

2012-05-29  David Tardon  <dtardon@redhat.com>  [8d62893e7a4f38af2872a0c80d9ebed5f7bacf76]

        basegfx needs o3tl headers
        
        Change-Id: Icdd490639de136ea866d6ef43016befefeb06604

2012-05-29  David Tardon  <dtardon@redhat.com>  [dddf205a610467c885e38180ade0c7d5e0755c33]

        add missing dependency
        
        Change-Id: Iadd19f68ee4ed49842d6669354de6c1dca515cfc

2012-05-29  David Tardon  <dtardon@redhat.com>  [5a555e86108239be90ab173c90cb7dae845f8e7d]

        these makefiles are not created anymore
        
        Change-Id: I430fcca0df44966e05a57d1cafd16d18bebdca81

2012-05-29  David Tardon  <dtardon@redhat.com>  [9eed485db35b14f4c4bf0a5849b4baf0039e4293]

        bin i18npool/version.mk, hardcode the version
        
        This makefile must be included from other makefiles, which means it must
        be delivered first, which does not play so well with gbuild's
        all-in-one-process build. Because the version has not changed once since
        the library was introduced in 2006, I consider this just an unecessary
        complication of already complex build process.
        
        Change-Id: I8304f0e8ef9e59a046b10f423dbe61d75e3fc5c2

2012-05-29  David Tardon  <dtardon@redhat.com>  [2b3fc45d256b1969cd0bbd4601eb70d03801d07f]

        do not build tail_build modules outside of tail_build
        
        There are several modules in tail_build now that are depended on by
        other modules from postprocess (e.g., pyuno depends on 18npool). That
        means that build.pl actually schedules i18npool (and its parents) for
        build. This is fine for build.pl -P1, but it could be a problem for
        build.pl -P2. It is also wasteful, because we are not actually using
        tail_build to the full extent.
        
        This gross hack schedules all modules that depend on any tail_build
        module _after_ tail_build, so all modules that are in tail_build are
        only build in tail_build.
        
        Change-Id: I39840c1cbbfc5024f0009296416c628be028657a

2012-05-29  Eike Rathke  <erack@redhat.com>  [495943c872a6ba529505c22924b95f0c7a994e3e]

        added same date acceptance patterns as in gd-GB
        
        Change-Id: I2e36fce85882566d19cb3e3c9fa3e037d322ce6c

2012-05-29  Michael Meeks  <michael.meeks@suse.com>  [8c55f7542b1be9dc11992e0942eaabc6688bfa3c]

        targetted re-work
        
        Change-Id: I64a38e22f776914605fe3903312524d8827e29a2

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [c1a595aa0b4b721ae1e465ce08f6e4fdf78171b8]

        hide local functions harder
        
        Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [553455ae8a9b8adc477323043073068b8c7ecfc3]

        -Werror=conversion
        
        Change-Id: I3d4055722e8f7c22c50f892e62b5b3246904ce50

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [d567a320b20bbbe5abe8c8cdc25476076f7fbcff]

        WaE: signed/unsigned etc.
        
        Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [a4849e9d2b409b399191efaa446d42b797cc3d1e]

        Unquoted $(COMMA)
        
        Change-Id: I6d15cd77896da73422ab8c92f62d6341f7e2561f

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [149c6985788d32ca813d80be96e6cbb1f5236d83]

        WaE: signed/unsigned
        
        Change-Id: I46daa1c716b980a503225f40f64eeb70594e70cd

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [f3d74f9df0548afe74bfe655c1268fa5f32c5cc4]

        -Werror=overloaded-virtual
        
        Change-Id: Ic70ccbb9b9a3aeb226af116ce009937510cd8153

2012-05-29  Caolán McNamara  <caolanm@redhat.com>  [7ccef10f9c7c5af5258a29733783f9164894e3f7]

        get shell to build for me again
        
        Change-Id: Idf2dc8025085e417e7368d77420131ad459544b8

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [e689eb6401e69c39c2e52a4659b49b7b98422914]

        Typo
        
        Change-Id: I59cdfb17a384d124cc7857b73adf53a10795fd27

2012-05-29  David Tardon  <dtardon@redhat.com>  [b40f7d051b859130ab28150f8608e25e90aafd99]

        more missing includes for KDE
        
        Change-Id: I74d8b0cd79a21c856ed638465ca73815f324ba48

2012-05-29  David Tardon  <dtardon@redhat.com>  [e962c1b2d5798b6bca7ae7566e178d06deadf509]

        set include path for kab1
        
        Change-Id: Ifbbf4de9c1ff94b89d23e2d5952d7e16d9fb2de4

2012-05-29  David Tardon  <dtardon@redhat.com>  [f77a09b236a825c2ca358e7faa1402cce0f25a03]

        fix build with KDE
        
        Change-Id: I409054f4d24cfd1e768d1bb346ad38342d1b2c92

2012-05-29  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [955ef015ece01e8b4ccc8dff53e1e2b4de93ebd0]

        Warn about disabling XML security
        
        Some tests will fail and bad things will happen.
        
        Change-Id: Ic4b36a030e527b0869d8f8875e6a7c3dfe0a4ff9

2012-05-29  Miklos Vajna  <vmiklos@suse.cz>  [8c6fb76c2cc24c336a28702b5f7f31cb5964129a]

        oox: initial smartart text is imported into Writer

2012-05-29  Miklos Vajna  <vmiklos@suse.cz>  [028d56943cac2a6f5eeec5f9f675e20814cb7447]

        writerfilter: read dgm:relIds element and its attributes

2012-05-29  Stephan Bergmann  <sbergman@redhat.com>  [b6ce391171e417199d33ae085d2f0768a3e952b3]

        -Werror=deprecated-declarations
        
        g_strcasecmp -> g_ascii_strcasecmp, hopefully the latter is already
        available in oldest relevant glib.
        
        Change-Id: Iac47ebd511672d4ca08d4dc998a536939d4a98c3

2012-05-29  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [85d89558a425c04917b396344f89c0f6fb41561e]

        Check for libXext headers if we will need them
        
        Change-Id: I35dd689ccb4bd01bb47f15b4db00d01a715ad2a6

2012-05-29  David Tardon  <dtardon@redhat.com>  [824270f1829461895938c5794e7b2a255307ed9f]

        implement operator= too
        
        Change-Id: I5d5b5562a130ac5ba46afa3273cf65e7bbed2c13

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [44074025027be3d2d0d9ac539361a6958c744a86]

        connectivity: add SAL_DLLPUBLIC_EXPORT
        
        Change-Id: I850b9f9fcf662eafaee6c4c00187c6902670b639

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [16f09b72e235f3763d3822357bac6013ee9d965b]

        partially revert 3ca7b8c296bcda699bcf642db3932b3fdbe7ad06
        
        It is not possible to use PRIVATE this way.
        So, there are still warnings as:
        LINK : warning LNK4104: export of symbol 'DllCanUnloadNow' should be PRIVATE
        
        Change-Id: I9f14dd95b611475ef89914270c931a7115f1f5c8

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [22e8f9b907d4ec183adfecbae279a1039b6f571d]

        shell: export more symbols, as private
        
        Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d

2012-05-29  David Tardon  <dtardon@redhat.com>  [db416d1355048c36482fbd546696606fbb8e2768]

        export COM functions
        
        Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [802e83f972bd28903c6f214a862262d5f9a2843e]

        bridgetest_climaker is commented out
        
        Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [9442f7d9d3a900c57bab0d35763cf7405a0f3afe]

        postgresql-lib: add shell32.dll on windows
        
        Change-Id: I5a2619347c5cc0a3f7f896223fc4a60ae79d3796

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [db16457cf2432723c21adf0fc79d765176705662]

        testtools: superfluous include
        
        Change-Id: I4af6cac4f925cd4c9cf7a83f0c2a0b3295043544

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [1d8764e55a6075cbde7c8b7fdce2455594b05074]

        testtools: superfluous dependency
        
        Change-Id: Id57d40f2b6cdaa9934a885764d986d581d149a59

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [5e32d1570f0e9377c1f59b6784f334903be9bf3f]

        no openssl library on Windows
        
        Change-Id: I40df9611be87830e4938ee20a4e3be19767ddfad

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [57759ad6618a95b6ec549ea7e77c4bdfebb41b63]

        scp2: fix Windows build
        
        Change-Id: I6662bfca925f9dae99b3f70fd81dba04d36ac9c8

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [a153924d50a1aa58d901df9c7ad00db759f2cfed]

        pq's name is different on Windows
        
        Change-Id: I63731a1114edcf60a19083e6ceafaae1b402e716

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [9fdab181f9888499dd77622cc5f42e6612ad3cbb]

        shell is gbuildified
        
        Change-Id: Ia40e317a69883c578a349035604afb5a5dad4c86

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [3ba040eae5f0c87391994cc345ba83a43b277591]

        testttools: tweak makefiles, fix typos
        
        Change-Id: I4e7c7f2d79641772479924f8efc479beaf137f8f

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [a587845c5e3497ec88c3985bea665c4dd9c2e746]

        shell: change last gb_Helper_abbreviate_dirs_native
        
        Change-Id: I51e6db0a6b6da2adf42e3d759865994d8624c192

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [23d8c43d4927aa0c4b1d5537856e165fa60e2096]

        dl library added
        
        Change-Id: I9afb1e2cd82ab02c456735282a6ef0b0be15cfbc

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [f4543be3dddb47c73342d575e5768e673f89473b]

        connectivity is a gbuild module now, clean-up d.lst
        
        Change-Id: I30965c09fdc96ec984c18b5e55a8edb69bdcba17

2012-05-29  David Tardon  <dtardon@redhat.com>  [0396c844aba9fc2cb4ffebedad732c09f3d906b8]

        register additional libs required by postgressql
        
        Change-Id: I223122d9f99c8068af21c80f9b52642c762c79af

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [3379e91177f54405f234107ce077fbc769195cef]

        fixed build error with --without-java parameter
        
        Change-Id: Id383a2cd8bdaa14e6d991ee971a6b26230922b10

2012-05-29  David Tardon  <dtardon@redhat.com>  [390c62238dfc913ffa2122728ddc6c3e2306e0b9]

        do not configure activex component on mingw
        
        Change-Id: I4aa4be9c29248c75929f6bcd5f09b33cf2a381a0

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [d3bf42d2a48f094f83b3254b38de1cf638a26e2f]

        connectivity: clean-up build.lst after gbuildification
        
        Change-Id: I3c8207671c54eea3f1aa4dee1dd9b2247a8e4a45

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [b0f5bf22815b9d6b2d8936c426f1dde302420d2c]

        fix Layer for macab* to please Mac Build
        
        Change-Id: Ie5b833e3aaf3a69d42c8e8024f19be2d13c86be4

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d20de9abcafeedd51b76a79a300609b1e7115fb]

        scp2: rebase mishap.. icuversion.mk is no more
        
        Change-Id: Ie3fe45fce1e27332c178596ed7f60967781ffcda

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [575e8d8d3eeb1cd55cb44acc1d9109e8d8ade9bd]

        connectivity: Mac use bison 2.3 which need a '=' for %file-prefix
        
        Change-Id: I87c2b301739946163c4b5cecf04e30ed6f137e67

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [c9609d433e795dc468e0696f57c0fb838182fb1c]

        connectivity: use gbuild api for flex (this hide a -Werror problem on Mac)
        
        Change-Id: I7b5551932db6e3e6037ad4f98ed77a29b4dec5db

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [4689264f6717c19b23263cfa9f35a270e969a10c]

        WaE unused variable
        
        Change-Id: I9545097bd69928f608dd34d5729a6053be3114d1

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [1d6a9646291365025f484b84b24646fe55325407]

        connectivity: missing include in gbuildification
        
        Change-Id: I3180537cf379976659e93d93eb707ca87ae13735

2012-05-29  David Tardon  <dtardon@redhat.com>  [534b69a7d6e62f962c180d8728fc876b94b292be]

        fix copy-and-paste bug
        
        Change-Id: I236165572652d7740d637ac19994aca549f501bb

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [86d2a9d3c4b61118aed2fa97dcff9df36557bc84]

        provide a gnu-make compatible include for pyversion
        
        Change-Id: I I7d0de9bc04c26e71c6bd915a659a15c3e1f712d2

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [1cb5fa76a8414a072271e2655d8aa6b25fcd03bc]

        bin icuversion.mk, set the variables in configure
        
        Change-Id: Ife00d7477dacfe1eb325c722517fb038ead083db

2012-05-29  David Tardon  <dtardon@redhat.com>  [db90240a654c276e83a776de30ef3c07645a6558]

        ConnectivityTools.jar is only used by complex tests
        
        Change-Id: I480ec61e44f008e8f473825063a2ac0575970d7b

2012-05-29  David Tardon  <dtardon@redhat.com>  [53c361b8cb8c523e0bb5f160aee38259802aac7b]

        do not use gb_Helper_*native* functions
        
        Change-Id: Iba3e4b97efe9dde7bb26e0e78ec7ec60ae642634

2012-05-29  David Tardon  <dtardon@redhat.com>  [3bd076f3e029173ee2d6fba6227ebaccd6cae7ca]

        fix after merge
        
        Change-Id: Icd95b14777ccc428440971ab03aa3ad65e3d379f

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [b396546834a704b79a8be1e3a8e07b231e138c06]

        cleaning up dmake stuff
        
        Change-Id: I85d1ffef06028f8781a0406ea6e43b0e0406413c

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [db63d1a864c033373bdf35b0470c312251cc866c]

        prefix testtools libraries with testtools_ in Repository.mk
        
        Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535

2012-05-29  David Tardon  <dtardon@redhat.com>  [77bcdd41214e2b06bcf00e117b9992194ce65bc6]

        do not run bridgetest on macosx/ppc
        
        Change-Id: I6df6c061b09674370a99c2b5e69927500af8d1e5

2012-05-29  David Tardon  <dtardon@redhat.com>  [bbb9235e4e33776be1ef5d56ac026c0483084101]

        do not run bridgetest on cross-compilation
        
        Change-Id: I59addd16d4bd6720164c71dae3bd03e5d91afa40

2012-05-29  David Tardon  <dtardon@redhat.com>  [d26fd4b432150562315d93213895305e1f92aeeb]

        use gb_Jar_set_componentfile
        
        Change-Id: Ie2ee3387537d1ab968ca685d7b30aa59d28734db

2012-05-29  David Tardon  <dtardon@redhat.com>  [54cfe2acd4066235e271e8832fa70712a21107ce]

        CustomTarget_uno_test is a test
        
        Change-Id: I I547827f41986c54b98b5d9019f680378ca89c11d

2012-05-29  David Tardon  <dtardon@redhat.com>  [05e1b2cfba435a3531eb16fdd9b5ce49a4830188]

        bridgetest does not need offapi
        
        Change-Id: I I6ed4e2aa8f01a44939afa8d081dd2dc6a3a2a8a6

2012-05-29  David Tardon  <dtardon@redhat.com>  [1a89c8b551172ad7544d33c6a371c7dd1dba053b]

        add missing dep on uno executable
        
        Change-Id: Ib4747b78a90c70b4222900d9f9ac45f2cb07662e

2012-05-29  David Tardon  <dtardon@redhat.com>  [7c45e05a3502962fdca9376384ba934618fe467a]

        fix typo
        
        Change-Id: I6c69daaa171786e605a58b23d8cd10cf43e5b139

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [fe2fac054e6f5c9a79f6a9cf8dbe35aed6cd308d]

        batch scripts are working now
        
        Change-Id: Ia58bee4b4d5322cc6c31b24a7c43367d6fd301fc

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [cc6cc8f6b8be4f42d93e2380d4d8079f34cda0a9]

        create batch files for test
        
        Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [84b6bb4ba854234eb7c7e736013ef6fbb2d22507]

        CustomTarget_bridgetest
        
        Change-Id: I2457061286dcdfe8e07624cd235261e7ed731172

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [d9937dd653ebf5e0eb3e1d5f6ea6eb3dacf79a1b]

        CustomTarget_uno_test added.
        
        Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [963241ce22da7c820c7755299b689d6979d19527]

        uno_services.rdb are now created
        
        Because there is still no helper for javamaker and
        automagically xslt procession of components during
        jar building phase, manually steps are needed.
        CustomTarget_bridgetest_testComponent.mk takescare of this.
        
        Change-Id: I I6bf5bdc0b2bcd19e09fdd6b32e46a2c228f4e357

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [5c9cf35412537f9fd030b65b260ca91228db574f]

        testComponent is now building correctly
        
        Change-Id: I I58cabe71ffa6ba05652ba98b61c71d8919456323

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [fa94dbf210e85db744473be8404eb66be6799a15]

        bridgetest further targets migrated
        
        Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [964a35643b405d58aeca5aab9d8d922a5fb36588]

        bridgetest.rdb path fixed
        
        Change-Id: If458cbafeeb75d76c5efca9a979bb45242da89a1

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [d4ccca0d1dda69a3e3fd216cad2424eceebd362c]

        bridgetest_javamaker target added
        
        Change-Id: Ice0a284683d67168624aeb9d737ff219c9074251

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [de55434255d27471632aaf3757da38058083cc46]

        gbuild conversion: testtools module
        
        Change-Id: I1fde7853d4708da9ec217b6e4d5b782648b065cb

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [1ec33dca8c54a90636942dc2870ec61d2cb56975]

        gbuild conversion: testtools module
        
        Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e

2012-05-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [91c5b22706243c72ff269025bf03c518cd067f7d]

        gbuild conversion: store module
        
        Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f

2012-05-29  David Tardon  <dtardon@redhat.com>  [cc63f2e9b27248c316b166d08bc4c2f4577f470f]

        move shell to cross_tail_build
        
        Change-Id: I52ddd365f24589ca73a4671eca84b146df82dcb1

2012-05-29  David Tardon  <dtardon@redhat.com>  [ba7db56f169fbd0b6f6a23ea49ffddf13663a427]

        oovbaapi is already in tail_build
        
        Change-Id: I5746268239018a92c23e5f37d400c592d884964c

2012-05-29  David Tardon  <dtardon@redhat.com>  [4c91cc01d0243b51843d72852db82198fb9ab906]

        x11_extensions is already in tail_build
        
        Change-Id: I25b955ad98cdd70236765aa819f49af19c7307b7

2012-05-29  David Tardon  <dtardon@redhat.com>  [3032ac2e5742a31e3f3a79992c2e78bfdbc2cda7]

        xmlhelp is already in tail_build
        
        Change-Id: I7ff04b880e739e4d085f92435283569fe5bfbcf1

2012-05-29  David Tardon  <dtardon@redhat.com>  [dd2edaf47fabbb324fe9d77c314ac76d90db4027]

        move shell to tail_build
        
        Change-Id: I0fe4460e940afd9f9a73bd798c3a3e17eb055024

2012-05-29  David Tardon  <dtardon@redhat.com>  [60b50da196b8fbf7c5608b51d2873163716ed99d]

        move unotools to tail_build
        
        Change-Id: Ib820d967acd3ec78299365d443c838cd2d3cc4de

2012-05-29  David Tardon  <dtardon@redhat.com>  [e671e1e7971945edc577487b7530b5e9186bf6c0]

        move scp2 to tail_build
        
        Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3

2012-05-29  David Tardon  <dtardon@redhat.com>  [8693c2cc2e65169671ae5915fd5687286d696d18]

        remove unused source files
        
        Change-Id: Ic11bfb94cbee4116fe94255f5dc7c49bf795797a

2012-05-29  David Tardon  <dtardon@redhat.com>  [033953205b58843254e31bf6e48bcb0a918a3619]

        run silently
        
        Change-Id: I75474c2f0e938987c28dcfa1f31428e77de03e90

2012-05-29  David Tardon  <dtardon@redhat.com>  [189b5cda52567a47171d20cc6f35d85f3a419e9f]

        handle silent mode
        
        Change-Id: I2ebcacc089d86c9de85b617d80d6a557498d8add

2012-05-29  David Tardon  <dtardon@redhat.com>  [0502f73a6bd2be40a1757a4cf52e756fff1f771c]

        show multiple assignments of gids as warning
        
        Change-Id: Iae3e78e2abe59714d5eb9fa0609861a00e85c944

2012-05-29  David Tardon  <dtardon@redhat.com>  [78aab1de75c05b47dab5c883c474b0fb42be8eb9]

        allow to run par2script silently
        
        Change-Id: Ib1d9cd1dc1e9c24a5a72c51060797f2214a95c89

2012-05-29  David Tardon  <dtardon@redhat.com>  [cdf8d40394e0b407d4958fcfa3b77bf9d4b0f259]

        gbuildize scp2
        
        Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615

2012-05-29  David Tardon  <dtardon@redhat.com>  [5fb958bc31d6c235562d37c3e4943ccbe37b769f]

        create gbuild class for install scripts

2012-05-29  David Tardon  <dtardon@redhat.com>  [8f102d9d7040398e8f7a9a029fb8e05bbf0757d4]

        make the output more predictable
        
        So it is easier to check differences between install scripts generated
        by dmake and gbuild.
        
        Change-Id: I12bbdf481c84c896b67a94eaca6460ffb52d96ec

2012-05-29  David Tardon  <dtardon@redhat.com>  [8931463a0c2e9aae2d6d4ee4194659512b3750ca]

        export ALL_LANGS

2012-05-29  David Tardon  <dtardon@redhat.com>  [150e6bfddde86f89bbbdc85a6cb341d9168cb14a]

        do not allow both kde and tde at the same time
        
        Change-Id: I423c621c2bd543775c0d6f238fca40a64acaf0cc

2012-05-29  David Tardon  <dtardon@redhat.com>  [fbc237fb970883a87f8a13ef769995d34056c2a5]

        WaE: converting to non-pointer type 'long long int' from NULL
        
        Change-Id: I9d603c0d5c4920d148ec15d6368e89f9c037c26a

2012-05-29  David Tardon  <dtardon@redhat.com>  [bc406009d111c274b8ed8495f2858e29a4b63d27]

        WaE: declaration of 'index' shadows a global declaration
        
        Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649

2012-05-29  David Tardon  <dtardon@redhat.com>  [53d39155ca2996968a8619b2dd4cf582d2f20f11]

        use gb_WinResTarget_use_custom_headers
        
        Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c

2012-05-29  David Tardon  <dtardon@redhat.com>  [218072e2307c99435a1530bc42a665e46a687347]

        add gb_WinResTarget_use_custom_headers
        
        Change-Id: Ifce1f75f8de0cd35dd744dfd39af7aefef512ecc

2012-05-29  David Tardon  <dtardon@redhat.com>  [f8a75853aacb57d2a10d58a47e8a7dc79bf98353]

        fix dep. generation for WinResTarget
        
        Change-Id: I4ee6eb456bf400747c2e397ec6cd402fb6251bc6

2012-05-29  David Tardon  <dtardon@redhat.com>  [13af0553c98a19a940bf77670ad9c21bad30ff70]

        set vars for dep. target consistently
        
        Change-Id: Ie6a68d9ed96e35f6e8c4778bcd4fd8920d19159c

2012-05-29  David Tardon  <dtardon@redhat.com>  [7d6eb69950df97a12fc723bada1eb7c1839740ca]

        rename functions for consistency with the rest of gbuild
        
        Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb

2012-05-29  David Tardon  <dtardon@redhat.com>  [30bcb7fb1706b405577417625ed3855485936d0b]

        set all kde4 libs in configure
        
        Change-Id: I44b089613710bbdc776a27720c1851f68de1671e

2012-05-29  David Tardon  <dtardon@redhat.com>  [eb238735cf71cfe39218fa19ae1b2b1af9cd6ca8]

        simplify by using externals
        
        Change-Id: Ife3ddccf65e9d2163589c3ab0f234d6e98d3105d

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [14201b8a55787ee7181119807ef9a45173707609]

        localebe need corefoundation too
        
        Change-Id: Ie646f3ec0f75516c8defd3fd9306d829386ae9a7

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [375bb6b35fa69b7dd58264ec669b4c647996425c]

        macbe depend on udkapi/offapi
        
        Change-Id: I4b645167772c612f0b09e7a2918e7d9f85755d22

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [9cea55e10da6bc9fb7efe36e9db8e38316143a23]

        WaE incomplete cppu::ImplementationEntry
        
        Change-Id: I152ffd56ae3b95fce87056292e909e9bf5daa9e9

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [74b89b0bf6eeb8f79e296f87b16f52b3e98db7cb]

        -dl is not good for MACOSX either
        
        Change-Id: I155df3d895fcc1f1bf33286a15cd83357cfdbf05

2012-05-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [6456d3d20c961dbbcc7224912bd83092ee832fe5]

        macbacked.cxx is really and objective c++ source -> rename .mm
        
        Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4

2012-05-29  David Tardon  <dtardon@redhat.com>  [d4efa8b0cf48f092d8984f3f085909cd1a6a39af]

        gbuildize shell
        
        Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed

2012-05-29  David Tardon  <dtardon@redhat.com>  [9c9cad9f4acaaffef722ff732ceb159a5825855a]

        ignore type parameters when processing dependencies
        
        Change-Id: I0a6d0315fe8db90b156d5cd988f79e66022e9414

2012-05-29  David Tardon  <dtardon@redhat.com>  [2ca8cdf9791adc63e5afc2855f11397687826cf3]

        deliver component desc. xml, if used
        
        Change-Id: I2908d5851ae33d70a49a032130fdc1a406310c7d

2012-05-29  David Tardon  <dtardon@redhat.com>  [12af68fe6ee5823a054415ad2442eb4bbc31e8da]

        move rsc to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [dc6aa72cc3a1e18ff90317a931f7586509de8343]

        make sure that rsc headers are available

2012-05-29  David Tardon  <dtardon@redhat.com>  [ffff04d2a1145375cd6e86b1a2286d93361cef84]

        move reportbuilder to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [755eaff58d08574dbd75dff79d772fe5bdb7a2b4]

        remove unused source

2012-05-29  David Tardon  <dtardon@redhat.com>  [6bf04a4328e6b660e197875d70a6b2057d5f4463]

        gbuildize reportbuilder

2012-05-29  David Tardon  <dtardon@redhat.com>  [e2518372691ef66a02b69146e3bc62b4913237e3]

        remove trailing space
        
        Change-Id: I318fe7433519db2985cd796e2d3c1c92f81459e6

2012-05-29  David Tardon  <dtardon@redhat.com>  [c199ce6d62c91d72eb7a038efea504b6de644406]

        allow to set extra (global) schema root

2012-05-29  David Tardon  <dtardon@redhat.com>  [9b530e1a1eab7f33873952512d73aea02ac6b275]

        register external jars for apache-commons and jfreereport

2012-05-29  David Tardon  <dtardon@redhat.com>  [9e669026f2f50ec42fc21e66a984be715714b95e]

        allow adding more package files at once

2012-05-29  David Tardon  <dtardon@redhat.com>  [2e6bc9f6369167cccaf30277eccef9b3f9076888]

        move unixODBC to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [83f91ce432a9519076396a3385acee053dea2614]

        move sot to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [1cdfb813bb15fa6cfefa2ff032a81c035e05daaa]

        move svl to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [5f94d1f133df297fe86f429249f9a03b61fb9451]

        move connectivity to tail_build

2012-05-29  David Tardon  <dtardon@redhat.com>  [a3dddaaf74c761abc8533c602f62fcdace55506f]

        remove unused sources
        
        Change-Id: I777d62306bb835368c18894daaf04bcbf27ca49c

2012-05-29  David Tardon  <dtardon@redhat.com>  [50c5dd122ec7ce9543c09bbe2c54988b16af8fe2]

        switch connectivity to gbuild
        
        Change-Id: I37e6706ff244c9cc21b0826e61ef5d7cd72b3566

2012-05-29  David Tardon  <dtardon@redhat.com>  [aa99f076047dac84ec80d588bfcbe4c0e6db34f1]

        connectivity: convert tdeab to gbuild
        
        Change-Id: I6653686ef251bdf64610ff9bab7e27e39acee799

2012-05-29  David Tardon  <dtardon@redhat.com>  [b4e3d59c00b5c1c1d84f111bf9be40a8eea23327]

        these variables are never set by configure
        
        Change-Id: I8ed3642aca7581cb50c4be1c519c6664296734b8

2012-05-29  David Tardon  <dtardon@redhat.com>  [9a84a112c52dc2b42ffad976b2ce29e496783ee6]

        WaE: "SQL_API" redefined
        
        Change-Id: Ifc4974f12732301e3c2975f54f1dbe44fdc01941

2012-05-29  David Tardon  <dtardon@redhat.com>  [ab4d7eaef957933c2c7075c37da6bec8adb3853d]

        WaE: intialization order
        
        Change-Id: I9acd04a3803f029db326dc193ff98542ffbea648

2012-05-29  David Tardon  <dtardon@redhat.com>  [f2218fa73cdae020be380f98be8dbf3fdb13f7c1]

        WaE: 'Intl_TokenID' defined but not used
        
        Change-Id: I38f4d68c83f5c56579c11cf5e7a5f647898867d1

2012-05-29  David Tardon  <dtardon@redhat.com>  [fc9914cd3887377bcff1580b3680200866ca626e]

        WaE: 'void yy_fatal_error(const char*)' defined but not used
        
        Change-Id: I2709c908f623ae23a0724a6ef8c557583691e03f

2012-05-29  David Tardon  <dtardon@redhat.com>  [a29e81a17e205dfc39d10204a95d57728cec8636]

        WaE: deprecated conversion from string constant to 'char*'
        
        Change-Id: If087898c20a5a77e9dddedbbfad9f0aefc70024f

2012-05-29  David Tardon  <dtardon@redhat.com>  [a7442f698ab2c5067c2a0fb1521289bb715d1215]

        WaE: #pragma system_header ignored outside include file
        
        Change-Id: Ieea97c80b2a9844d9d2d6fc0fb84d7071b7193b2

2012-05-29  David Tardon  <dtardon@redhat.com>  [62d48a972675a325f93b3b3781ba7f95898e15b4]

        WaE: the address of 'yytname' will always evaluate as 'true'
        
        Change-Id: I6e39870bd5fea3bebb0f6f9ecf4ba5e68b4a9d5c

2012-05-29  David Tardon  <dtardon@redhat.com>  [0bd892ed039819a3ecebcdc2edf3813f8711672e]

        WaE: comparison between signed and unsigned integer expressions
        
        Change-Id: I32423e8334938b356f0f2a6c5a81e176bbd308c0

2012-05-29  David Tardon  <dtardon@redhat.com>  [2d552f650102a30869659b4db258d902bdef2daa]

        WaE: #pragma system_header ignored outside include file
        
        Change-Id: I4e5e7a42f16323d8cfd9f6dbe89f27d78d6c6348

2012-05-29  David Tardon  <dtardon@redhat.com>  [ccabd227612ad16d1c65fa5aa737333dc809cb76]

        fix configuration processing

2012-05-29  David Tardon  <dtardon@redhat.com>  [b7c152e14d9b96e8f1ac6ebc45158601ab49f912]

        rename evoab2 back to evoab

2012-05-29  David Tardon  <dtardon@redhat.com>  [978f343e6dda68e3e38fe6a3c3c79b6490857c05]

        fix packing of DB drivers

2012-05-29  David Tardon  <dtardon@redhat.com>  [c5a0ac95d4e8f4c4fa651d85dc6087eb175a8dc1]

        fix component paths

2012-05-29  David Tardon  <dtardon@redhat.com>  [f7a6407d1e79720451a3ab04c9e639251fd56bf1]

        fix rdb creation

2012-05-29  David Tardon  <dtardon@redhat.com>  [7d5a3fe55622166ff26fc8bd06e09864aa025926]

        connectivity: convert configuration

2012-05-29  David Tardon  <dtardon@redhat.com>  [ce821f423c21d40d048677e62b3596034217a1e3]

        fix name of .res file

2012-05-29  David Tardon  <dtardon@redhat.com>  [d920667d0f0d88559c7502b6c920841fdb32f519]

        update gbuild function names
        
        Change-Id: I0bca38ff0983fab3fa388cd0b4030caa520d10a5

2012-05-29  David Tardon  <dtardon@redhat.com>  [073c630ab4f65cd0931ba82f31882a6bc87c95f6]

        set include path properly

2012-05-29  David Tardon  <dtardon@redhat.com>  [3e1e9857511b150766bf461eae9864421450350a]

        have to use gb_Library_add_cxxflags for C++ lib

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [8256eb0205fcddb79a67be13d6507b2653ff5e08]

        connectivity: remove unused adabas files

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [5b7efe2a7ebbde2e106c426ea6f2b4494f023e5f]

        remove unused makefile

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [8e535df765da3d4ab1733f7b5e50f20ce474016b]

        group external headers together

2012-05-29  Matúš Kukan  <matus.kukan@gmail.com>  [5eff0b6c58c9a033e4794d9de76fcd777e49d09d]

        improve odbc headers handling

2012-05-29  David Tardon  <dtardon@redhat.com>  [7a72abad2326bbb15843d35f579ae6f4e2fb947a]

        disable broken complex test

2012-05-29  David Tardon  <dtardon@redhat.com>  [f380f7fdf2898f12eca7e6e51f6d5db260c82c18]

        component_getFactory must be exported

2012-05-29  David Tardon  <dtardon@redhat.com>  [8305c66d5296c404b2d53be33d3481d94370c4c4]

        place new libs into the right layers

2012-05-29  David Tardon  <dtardon@redhat.com>  [543b6dcfadb947a301ef591ff57fe8c1ece21cf9]

        add missing $(gb_STDLIBS)

2012-05-29  David Tardon  <dtardon@redhat.com>  [30e15cda5b3acac9d159160dea77b6ecd5bcf98b]

        connectivity: convert subsequent test

2012-05-29  David Tardon  <dtardon@redhat.com>  [a9c553f139c56a2be5caf713ede1763950ebdbc7]

        fix build with build.pl

2012-05-29  David Tardon  <dtardon@redhat.com>  [9c24d6c542a05a606ac0b3bd48563205b571ce85]

        keep the list sorted

2012-05-29  David Tardon  <dtardon@redhat.com>  [c4e37af4f19785b90b01c08e07bec9af74c8bb53]

        the resources were not all packed into one file originally

2012-05-29  David Tardon  <dtardon@redhat.com>  [a6d121c60ff4f6d9ed1d585abc36366a47ae1d34]

        remove useless function call

2012-05-29  David Tardon  <dtardon@redhat.com>  [4b9949d8dde7cdc93d9f8fc55415829681e13ab8]

        sqlbison.hxx must be delivered, because it is used by another header from inc

2012-05-29  David Tardon  <dtardon@redhat.com>  [c678a4cbf2006a43d38cc0b5ca6651870f816597]

        connectivity: convert mozab (hopefully .-)

2012-05-29  David Tardon  <dtardon@redhat.com>  [727fe75571ede7854078c09de513f554d581fb3f]

        OSubComponent.hxx is included by a header from inc -> move

2012-05-29  David Tardon  <dtardon@redhat.com>  [8bc7afbf5fed7cff34e2f2a152adfe90d7c34169]

        connectivity: convert postgresql driver

2012-05-29  David Tardon  <dtardon@redhat.com>  [b811401e863da4acd5b6b7fea27a6e0461303759]

        source has been removed

2012-05-29  David Tardon  <dtardon@redhat.com>  [e07b99d2603c4692fa44f4cfae7ab1df47c1633d]

        fix Makefile after rebase to current master

2012-05-29  David Tardon  <dtardon@redhat.com>  [579f52d41edeec3c83dbaa6dad12ce26a55f0f5b]

        connectivity: convert hsqldb

2012-05-29  David Tardon  <dtardon@redhat.com>  [b3d2b95755723f50c3992faf3d03dceacc545611]

        ensure headers are in place before compiling

2012-05-29  David Tardon  <dtardon@redhat.com>  [d4bfc1c76d433d3652c5d73020cd4b75233bb9b5]

        add missing linked lib

2012-05-29  David Tardon  <dtardon@redhat.com>  [5f231c9fbe52afd437662c8512948d3cadbbf337]

        add missing include paths

2012-05-29  David Tardon  <dtardon@redhat.com>  [f7ec1ace7deb322c5106551911c5de5f4d40c547]

        fix library name

2012-05-29  David Tardon  <dtardon@redhat.com>  [d5f20d1040230385f7aa96f148d5d11eb565c965]

        update Makefile

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [85778230cb006cd29d35f3f1eab0e4b84f43a848]

        connectivity: convert dbase to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [9956f6d00668c4107e8d98b60f7344b7982c4626]

        connectivity: convert flat to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [41c23a6d09559da45b468b403510e276b8633f99]

        connectivity: convert file to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [afe5106342856b31ab0844486f808ca101597d8d]

        connectivity: convert jdbc to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [b8998bc7febcadf54d5a9bd2e828fb3ed6cde485]

        connectivity: don't build jars unless java is enabled

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [c8bdbaa9361ecbf62a93a74a9100a24cd6497a9a]

        connectivity: convert mysql to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [9655c639272b6ad9a115c86547ff5824a44cd376]

        connectivity: fix circular deps

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [288243a5c36aa10d8287c6b90c61a7b3ea9999bc]

        connectivity: convert odbc to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [3b8587636ba0d9227d12657fe9a4cd2a095aed6b]

        connectivity: convert odbcbase to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [1e24aeae05715179be64b17d54d12e75ea13a3b2]

        connectivity: convert calc to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [6440284921fb75f8914e80a2c51cdcf475eae278]

        connectivity: convert evoab to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [5bfb6d8b4c5dc6e3444d994b0b24dadeeebd7873]

        connectivity: convert macab to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [07d512eff12fc89adbfb73e546b3946494f21472]

        connectivity: convert kab to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [0ea09fa7717809d86c5d5ea80ecb1e9523ec1f62]

        connectivity: convert ado to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [724d6d540797eb6be2a4e023a09d228c2bcd998c]

        connectivity: convert ConnectivityTools to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [6252681eae23793e5058877785c48190f4143e70]

        connectivity: convert resource to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [baee9dd507542c3f051ff14d8c93baf8662a4c73]

        connectivity: convert xml to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [26e29a83440a06a1d55aacd91dc8c6a0ff51358d]

        connectivity: convert dbpool2 to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [7eada778faee1e31e4cf97f4e2a127833131c321]

        connectivity: convert sdbc2 to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [091e018205d7365d8a4b8a0e99940125bda95f47]

        connectivity: convert dbt to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [7b57c3832c176dbf7a19c27151d834fe0878b756]

        connectivity: convert sdbc_hsqldb to gbuild

2012-05-29  Peter Foley  <pefoley2@verizon.net>  [86209a48133373ee6b79a39f123ccc8849728ed1]

        connectivity: convert headers to gbuild

2012-05-28  Rafael Dominguez  <venccsralph@gmail.com>  [0102a95559f3b6e20ae869986716bf1723b72a9b]

        Implement template manager dialog.
        
        - Handle command in appserver
        - Add all the necessary defines for the command and slot.
        - Create TemplateManagerDlg class and resource files.
        - Add basic buttons to display different templates with their handlers.
        
        Change-Id: I557576a49f722c6f54d74922bac8bc4ebd5760c3

2012-05-28  Rafael Dominguez  <venccsralph@gmail.com>  [a7ddff1b801ef645bf2dfe36aacf125b4cd98c46]

        Add TemplateManager entry to File menu.
        
        - Add to startmodule, writer, impress and draw.
        
        Change-Id: I9a688861f77982b00462e997ed10d3e7d090536d

2012-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [9485f3a6d68372db28481ee895a2b9983d1c3b59]

        targeted string re-work
        
        Change-Id: If929937d8b1243032983b8b379f067a47d2717a4

2012-05-28  Julien Nabet  <serval2412@yahoo.fr>  [2f804c94cdaaa9ac047f229509c774dbea1dbcaa]

        Some cppcheck cleaning
        
        Change-Id: Id5be3a25fc66d2f7fcec8325491a23d6908021fc

2012-05-28  Tor Lillqvist  <tlillqvist@suse.com>  [dcd94d97b37d3bc46e135340006d2eefb616381b]

        The gdb stuff probably doesn't make sense for Android either
        
        Change-Id: I6e9a9bc1f35be02af40530b29044e1f4b33e91ab

2012-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb059d9dd38f1dc5d0075f6c703154d4c6b50bd2]

        targetted string re-work
        
        Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a

2012-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [c927e5ed4d358465f91ec4f28734af42d72a0f9c]

        targeted string re-work
        
        Change-Id: I03f894f52cd4115f4871a82eb6e481c5642362da

2012-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [f9598738a6f8625b6908d0e25603f00ace4da7f9]

        we really should not have any FASTBOOL left, remove the typedef
        
        Change-Id: Ia3b0ba6d7ba91218c42abf1368a110b325f5794e

2012-05-28  Peter Foley  <pefoley2@verizon.net>  [a26efd71ed18738edb6b4fe272418831e797dac6]

        update autogen.lastrun dummy rule
        
        Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f

2012-05-28  Luboš Luňák  <l.lunak@suse.cz>  [985f9740f76fb735ea99868cf6b0445811ef568f]

        testcase for bnc#757118
        
        Change-Id: I992c114669a9012a18982cf8cd313e3bdccdcb32

2012-05-28  Luboš Luňák  <l.lunak@suse.cz>  [5845298e615a599d5edc7c42275b52ae954250e8]

        fix horizontal rule width in .doc documents (bnc#757118)
        
        MSO uses undocumented properties that seem to map to o:hr and o:hrpct
        from .docx (including differences between .docx spec and implementation),
        so treat horizontal rule width the same way in .doc too. Also remove
        the guesswork for #i17200# that is not quite correct and no longer needed.
        
        Change-Id: Ibec543fa1679ca0b20e86ef6b4f77147b18dff7e

2012-05-28  Luboš Luňák  <l.lunak@suse.cz>  [96c7ab19b77c2f90acd4c34552474b0f616f48a7]

        hack the same meaning for o:hr handling like MSO uses
        
        This doesn't in fact change much in LO, since ShapeType::getAbsRectangle()
        uses 0 as the reference size, 100% is still actually 0.
        
        Change-Id: I81690d710402224c8477c90ad14672b593aacc24

2012-05-28  Luboš Luňák  <l.lunak@suse.cz>  [c52ba433491afbca70aa1977a624c795bdd5b9ef]

        Y, height are in Y coordinates
        
        Change-Id: If75567533b5e00417f749bd8e957a317dda02804

2012-05-29  Takeshi Abe  <tabe@fixedpoint.jp>  [3ac9b7af766f166a9cd8089ec49e54a48b31194b]

        removed dead code
        
        Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478

2012-05-28  Rob Snelders  <programming@ertai.nl>  [1a5aae96bdb20e36a17d77ec60da874037544628]

        fdo#45830: Indicate correct default locale setting
        
        Change-Id: I73904225b2ea1c5b78453caafe382860fb9a3a0f

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [78f614e5fff70d4874322255cca739f430865f0a]

        check key size
        
        Change-Id: Ia909b0abb3ef84a9f0a14d42379f693ae9e70812

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [a59f76154afeb1610f5962da7df3de0b587da38a]

        android: add possibility to add application specific fonts to fontconfig

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [af285be40f6d6c8c8e57d4468e86dec4c47a1524]

        android: fix mouse click positioning, add more keymappings, fix focus.

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [35382d56f839a9e569dab995933be8fe1a60da27]

        android: build and package the fpicker so we can select files to open

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [7748fc7747eb231684770f2ef06d40811c325062]

        android: package much more: calc, chart, embedded objects, writer

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [1a9be1b62e554b5a7ad93c92a2290c67b8d65f3b]

        android: disable document recovery, it doesn't demo so well.

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [e363e668c7e4ead69aaad168c9f23f3e181db5fc]

        android: make launcher function as expected - starts writer.
        
        Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks
        for not having cmdline arguments in the intent when launching.

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [ff31d8dff6bc44f0c4acf5ec3ba09392e8c356bf]

        missing brace
        
        Change-Id: I1b6faf4d1989a808c54f2799db8d0a6d10adf299

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [e03dcdbb4c2b7bf784bd639e27f91d88ca15c703]

        Translate German comments in sw/source/core/undo/unsect.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [66528fc701b8598620b5d7f02508bf7fa0c0b8dc]

        Translate German comments in sw/source/core/undo/unredln.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [d767476a82a7cef1d71983a946e3b74efbf415fb]

        Translate German comments in sw/source/core/undo/unovwr.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [bba3c5885c47150cafa39b94bcb00aac823e5fe3]

        Translate German comments in sw/source/core/undo/unmove.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [ef195be10b5d987855d14a48a41bdd9c68d1b3a2]

        Translate German comments in sw/source/core/undo/rolbck.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [78b727f9cf1728ce55178bb0c1b19c0467c1c4fa]

        Translate German comments in sw/source/core/undo/unins.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [ced6b3fe4b87b35715a3d762ed024ba3165a9100]

        Translate German comments in sw/source/core/undo/undobj1.cxx

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [7c9ae6bd33a8da3d5dd1e8086ae9e4a53e7d102c]

        valgrind: Related rhbz#820376 mnDestWidth used without initialization
        
        Change-Id: Id52458441fc2ef3b466f5e4f716b0341dca11091

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [f0c1887fc60b0537172dc07a14f1d59da902b44b]

        Translate German comments in sw/source/core/undo/undobj.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [a4fbd12762c8d856e5db48fbf685b9b4620c7b8e]

        Translate German comments in sw/source/core/undo/undel.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [230fddbc17e39034ca1a562fd74b2144b90bd387]

        Translate German comments in sw/source/core/undo/unattr.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [12e30517610b7760b9deddb1320fe50ec7f81562]

        Translate German comments in sw/source/core/undo/unnum.cxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [1a0ca473e97a032686669e5198ef2d3f25e2f606]

        Translate German comments in sw/inc/swscanner.hxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [7eb0c9b056b648afd5bc216811892d058e352de6]

        Translate German comment in sw/inc/docufld.hxx

2012-05-28  Philipp Riemer  <ruderphilipp@gmail.com>  [f9067ca632487c64d72bc378d9bb4ff6370a02c1]

        Fix German "adjust left margin" comment in multiple files in sw/{inc/,source/core}

2012-05-28  Tor Lillqvist  <tlillqvist@suse.com>  [dc4f1b6c2116bfca4a12cc6ef6f2a9a596c0a6da]

        Whatever an inimanager was, it has been dead for a decade
        
        Change-Id: I6efd7877df34af515e61b6b7fcd112fa041f5e61

2012-05-28  Julien Nabet  <serval2412@yahoo.fr>  [dcd5136b80891e02a28939572f0f62e182f0fb76]

        Fix typos
        
        Change-Id: I39d54e3f635be6cb7a42fc9a0f7055619c885950

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [578b7df37638cf9afad327900d2140aabd0c3556]

        bump libexttextcat
        
        Change-Id: I381a975bebfc805ef04dbf8c5b7df66314da8acb

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [ccf238b307d144623c1075902d256aad78fc69f0]

        OSL_LITTLEENDIAN->OSL_LITENDIAN
        
        thanks Norbert :-)
        
        Change-Id: I03942dd80bff39f4cc9a19117a4c5c5e4dfcd325

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [25a605f36544582bd454d4bc0e71e684749a0b80]

        this is supposed to just be the number of bytes
        
        Change-Id: Iecd376aba13f94c5c62fab2f3278c5f3efda20b4

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [6e12f367d5d0cee5b023bf93fe6faaebd92d5abd]

        reduce static_initialization_and_destruction chain
        
        Change-Id: Ic709bb128a82016b1bbc2c43cf4fe7ad091e7b1a

2012-05-28  Caolán McNamara  <caolanm@redhat.com>  [2899b1ade437812cfb138fe48a5b9517727facc9]

        only need to include ostream here, iostream sucks in global ctors
        
        Change-Id: I829a223f66199214c6dc4a08c6f2f53d7166a586

2012-05-28  Julien Nabet  <serval2412@yahoo.fr>  [6b074ddd68133817b3aaff891fa85b43d264afe4]

        Fix typos + fix prefer prefix++ for iter
        
        Change-Id: Ic535667b3705fc707966e403edc32681a3c315e9

2012-05-28  Michael Meeks  <michael.meeks@suse.com>  [e206f8b7a2882d7eea163e29d76dfb336113e3f7]

        put white next to black in the color palette drop-down
        
        Change-Id: Ic6fb266482f4314a9b072fe5b60a488fa01992ff

2012-05-28  Petr Mladek  <pmladek@suse.cz>  [176b01d488b8f243a47d140cad7e721b4dbb941f]

        do not replace modified psprint.conf from rpm packages (fdo#50307)
        
        mark the file as %config
        
        Change-Id: I445a0e4570eb15113da58a5f824d618e44ab3bdd

2012-05-28  Julien Nabet  <serval2412@yahoo.fr>  [0575c329b52071a993097cedc928944186750674]

        Remove stray */
        
        Change-Id: I550021c693c0971b952a708f51a0196cbe1fc8dc

2012-05-28  Tor Lillqvist  <tml@iki.fi>  [c829489cbbc93d6418ec20a398d6eb33a0110860]

        No point in the gdb stuff for iOS, and it breaks the build even
        
        Change-Id: Iebb6fede055f274d66aa09344b911913d5cb9882

2012-05-28  Jan Holesovsky  <kendy@suse.cz>  [96541d7d30af1e6c5131a57ae7518b873cdc9543]

        status bar: Standardize the size of modification status to '9' everywhere.
        
        Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3

2012-05-28  Jan Holesovsky  <kendy@suse.cz>  [93610466a3bffb08b500ac42e8c093cf33517097]

        status bar: Fix status selection menu drawing in Calc.
        
        Change-Id: I4198e1a827104eace62e5c39a7aee15d17471c35

2012-05-28  Jan Holesovsky  <kendy@suse.cz>  [d02e19e3d8697132f63eca353047a572b1e459ea]

        calc input line: Native rendering of the input line.
        
        [Including few adjustments in the way the scrollbar is being calculated.]
        
        Change-Id: I247ee139864a119bdec9dead64e51d9aace385ff

2012-05-28  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [94713bbeca876c1718305791d45ff8bb986da433]

        fdo#46378: Prefer interpolation-based image rescaling in PDF export.
        
        Change-Id: I9ead1221b4562dea0e1ef289944ac11ea850ed1a

2012-05-28  David Ostrovsky  <David.Ostrovsky@gmx.de>  [bb4ae4abb5c01b1fd1e704e19b7913c286642899]

        CLucene contribs-lib artifacts were missing during system wide installation
        
        Change-Id: I11e9b17336a16bfcaceebe7613c156ff3e2b94d1

2012-05-28  David Tardon  <dtardon@redhat.com>  [b5f066e64a49aa007e04dc57dc0bbd0857ca0e2f]

        Revert "remove redundant test for presence of dlls"
        
        Bah, ignore that... I forgot it also copies the dlls locally and
        delivers them.
        
        This reverts commit 5faaada54cc40713980d7f74e3534279e8395ead.

2012-05-27  David Tardon  <dtardon@redhat.com>  [5faaada54cc40713980d7f74e3534279e8395ead]

        remove redundant test for presence of dlls
        
        Change-Id: I59a14d5579b7cb7fcf2ac5634723a8f18ed6e084

2012-05-27  David Tardon  <dtardon@redhat.com>  [8e0552fca75e7b82975a3ed05fd8c50b00f53254]

        break dep. cycle between vcl and fpicker
        
        Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb

2012-05-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [510bfdc31d3e5834a7a461395ad2a6c3129cb572]

        WaE unused argument
        
        Change-Id: I04c06fd83142c7ced83a27370f50aee88a6a2101

2012-05-27  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [072e4f9869f88019145cd75af7612b2e00a7046f]

        Use normal font in tab headers

2012-05-26  Alexander Wilms  <alexander.wilms@zoho.com>  [d1dd475389b798e99d09f2dd9f1b52341bb610a0]

        added the metropolis master page

2012-05-26  David Tardon  <dtardon@redhat.com>  [e726638eb8bd9e8fab3268259ddee9de88c56a39]

        gbuildize remotebridges
        
        Change-Id: I01e97df2f9f098719e3de578526cb1d13d2db6fa

2012-05-26  David Tardon  <dtardon@redhat.com>  [eb0a1da770161a7d680061eaa3d79f8ea8eef6ac]

        resize options dialog to fit to increased tab height
        
        Change-Id: I6255eba78aa4e012e6d29b7faed5f3bbc5302d25

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2acf56beb51aae06b81e094bf8ada1f4b77e1bda]

        Unbreak the formula options page by pushing all controls down by 6 pt.
        
        Change-Id: I1d1846d4e7797dfd5c327dd4305e6d6632e8e8d0

2012-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbfd8eb92f7e2c47badc34336c0523d366282286]

        use the smaller version for data bars
        
        Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f

2012-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de687872926d0c54beba38fc2c33368b3ca6d634]

        support remaining data bar attributes in odf import/export
        
        Change-Id: I6fdf7a6158002003938ee039152d582776aba5db

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [b8452a89ceaa9008558b83f3a8b6937d14b7c803]

        fdo#50169: band-aid another crash in GraphiteLayout::expandOrCondense:
        
        error: attempt to subscript container with out-of-bounds index 6,
        but container only holds 6 elements.

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [b6db1e0683c8fac594a606297f16b1fe163ed15b]

        rhbz#810644: CalcClipRect: add band-aid
        
        No idea what the problem is, perhaps it'll just crash elsewhere now...

2012-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1171a1375825785c9da40fd4e043d445c562c4aa]

        import new conditional format information
        
        Change-Id: Iaa16792a74a3e33d3880cb9db41baf5613804387

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6540cc8ee0d4d2396e6b731ad71a241e8344531d]

        Removed Lotus 1.2.3 filter/type for Writer.
        
        Lotus 1.2.3 is a spreadsheet.  We don't need this for Writer.
        
        Change-Id: I7fce85a6e211c0bf1ef6e95e758b4dc8cfcae033

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0c782558aee08bfc24e03c715a504a234ab30307]

        Rank format types in order of complexity.
        
        This way we can run detection services in the correct order; from
        more complex to less complex, since the more complex structure is
        much easier to test and reject.
        
        Change-Id: Iee2d3e2e4f2834f95e6e89975f646e3928114b11

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [58652054727a29701795f2849c87f320de05c4dd]

        The logic behind these two flags no longer makes sense.
        
        Change-Id: Ie2fada1c641d2bc313ddb14903083beab08f8a98

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9036eea41fae3cc317cb71a6924995a0221ea371]

        Removed writer_Text_encoded type; merged it with generic_Text.
        
        Change-Id: I95c04f954026047e48976451eb755340d005d773

2012-05-25  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [9a7d3d47d9b4d57b0c7380eadb294add4245ba3a]

        fdo#50183 Use one sheet as default in Calc
        
        Change-Id: I031b6ef17d4113194c246bd1081268fa27810517

2012-05-25  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1ed6ca8173c1916b783e52d92296efdda3c82968]

        gtk: add support for "vertical-padding" menu style property
        
        and fix bug in MenuFloatingWindow::ImplHighlightItem - take this border into account
        
        Change-Id: Ieeb5a447ed58f9bb064a8b88aefc5d1b666195f7

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [87ccec22b105fda607f70467a14cf60050e45009]

        Trying to wrap the tools references inside a struct
        
        Change-Id: Ie4d9a1d2c131f14928d7cc47f1b6314cf7e7f41d

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c77918bb03974ff9be90c889f77e62ea0755052f]

        Revert "Make SotStorage and SotStorageStream dtors public"
        
        This reverts commit 90f3840e4c767154266c6be1c532f5e748e8c3f7.

2012-05-25  Stephan Bergmann  <sbergman@redhat.com>  [3f250092747263fb14a3f13c4509ebd02ec2fb2a]

        Use simple createOneInstanceComponentFactory
        
        ...instead of static WeakReference and getGlobalMutex.  The latter allowed for
        deadlock, when one thread is in __getTypeEntries
        (cppuhelper/source/implbase_ex.cxx), having locked getImplHelperInitMutex(), and
        from there calls some cppu_detail_getUnoType (from a cppumaker-generated header)
        that tries to lock getGloblaMutex, while another thread is in this
        FactoryImpl_create, having locked getGlobalMutex, and from there calls into
        __getTypeEntries.
        
        Change-Id: Iac68d28c1a5971049447cc79384b6e186f2a6d82

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90f3840e4c767154266c6be1c532f5e748e8c3f7]

        Make SotStorage and SotStorageStream dtors public
        
        Change-Id: I3ca0d308199bc4acf66a4c473d8b48561560d631

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [090068a41f083d0960c3717724ab539cf0515c3e]

        Revert "Blind Hail Mary trying to solve tinderbox breakages"
        
        This reverts commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a.

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [70d473c07d79dc59a69f6cc725c026eacdc12c2a]

        Blind Hail Mary trying to solve tinderbox breakages
        
        Change-Id: Ic69195e2ae991cf837c3dcfb086d9834f99b2d40

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [f327c359033c027a58933db49e80a2bd927ca923]

        sfx2: improve README

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [cad983994944ca2cfcb27aa6e8a0181df63803b7]

        stop parsing on encountering internal entities in fastparser.cxx

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [fe226fd8b1540ff9b29cb181b433c55d32803abd]

        stop parsing on encountering internal entities in sax_expat.cxx
        
        The XML_UnparsedEntityDeclHandler is apparently deprecated anyway, so
        replace it with the newfangled XML_EntityDeclHandler.

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c7e71b31bd7b042da6aeda80bc92933e91533c1d]

        Don't get out of bonds
        
        Change-Id: Ifd743fe59d468b3d89c95f4963a038068cf34629

2012-05-25  Harri Pitkänen  <hatapitk@iki.fi>  [feeb57e0a63cdcd81898050d059e7933f62c5292]

        Cleanup related to always enabled HTMLMODE_SOME_ABS_POS
        
        HTMLMODE_SOME_ABS_POS is enabled in all HTML export modes and thus
        code checking for it is not needed anymore.
        
        Change-Id: I416adc2fc6242daf9fa4ccaa9b2634138c5e17d0

2012-05-25  Noel Power  <noel.power@novell.com>  [56f450187343688f20f88e68a849c8dcd660b629]

        Revert "tweak imported shape position for xls( binary ) format fdo#49430"
        
        This reverts commit 5813422d3eb9657c5a818057be0ebf831ca6a794.

2012-05-25  Noel Power  <noel.power@novell.com>  [3ed479a1d83916cb5dc3be0eee0aa6fbe65a844a]

        Revert "fix bad import positions of shapes & controls fdo#49430"
        
        This reverts commit 9dc4fa1b22a533ba0a6ce0353112c55eef8a14ef.

2012-05-25  Noel Power  <noel.power@novell.com>  [0a8de8d937ea1e9cb26ea7c89951f559961b49de]

        Revert "(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430"
        
        This reverts commit da81525ec2e86364def8b558e16c4e8eca6a121e.

2012-05-25  Noel Power  <noel.power@novell.com>  [112d94c67b9a27f0df1784ab8f88c051f466b04d]

        Revert "WaE: variables set but unused"
        
        This reverts commit d0dcf1d65c79c4c607a1ac24c0c57f4b1a935294.

2012-05-25  Noel Power  <noel.power@novell.com>  [bc30ba74e880122b257cc6aa2965a79851fa4608]

        Revert "Fixed #i116848# Shapes are at wrong position"
        
        This reverts commit 31012ab9d7035f942486c87ecc1a79b4d6579975.

2012-05-25  Noel Power  <noel.power@novell.com>  [a11fa1a4ac7ab27328b5e5376ea7597b1e69ddd1]

        Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"
        
        This reverts commit 8a838b9fbf46ece9680824cd3a044ab7338bf306.

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [2b2bdcf84fc1ea41c4d9e69d53ba9f1177da9bdd]

        add a little devtool to list the languages supported for spellchecking
        
        Change-Id: Iad21ad040e797690a80f94e2eec8e38b8bffadb2

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [c7489ede3869a9701d1081677bc8f040a78ec77b]

        drop dead makefile.mk and version.map
        
        Change-Id: I2a15f9685655b7c46893fcfe2d1ae102596522ca

2012-05-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [02c61b924d4687477e4818e1f8682e2f9f4a753c]

        Allow WPXSvStream to read stream in a hierarchy of substorages
        
        Change-Id: I8f9726e3e93a16d59f0e3c24783a98f4b9edd692

2012-05-25  Jan Holesovsky  <kendy@suse.cz>  [1bab1e998762bf4a11614b5b0bd074873b88424c]

        language status bar control: Don't set radio buttons for some entries.
        
        There are entries in the popup menu that are not supposed to be radio buttons,
        like More... ;-)
        
        Change-Id: Ic7986a668522901a244d35eda7e9cfbe0133f37e

2012-05-25  Stephan Bergmann  <sbergman@redhat.com>  [3d199e410bda1ba148eed26176e1003df21eaa75]

        Removed documentation from type rdbs
        
        Before gbuild'ification, solenv/inc/target.mk carefully produced two variants of
        each type rdb, a plain one from calling idlc w/o -C and a *_doc variant from
        calling idlc w/ -C ("generate complete type information, including
        documentation").  After gbuild'ification, solenv/gbuild/UnoApiTarget.mk
        unconditionally only produced "complete" type rdbs from calling idlc w/ -C.
        
        It is unclear to me whether the old *_doc variants had actually been used for
        anything (what got packaged into installation sets apparently were the plain,
        slim variants; and autodoc apparently does not need the *_doc variants, either,
        as it produces UNOIDL documentation directly from .idl files).  It is also
        unclear to me whether the gbuild switch to effectively package complete, fat
        rdbs was deliberate or not.  (The only client-visible change I see is that low-
        level C/C++ typereg_reader_getDocumentation could now report something.  The
        reflective UNO services at com.sun.star.reflection would not offer access to the
        documenation anyway, however.)
        
        The benefit of no longer including documentation in the packaged type rdbs is
        size; the URE types.rdb shrinks from 1.2 MiB to 819 KiB, and offapi.rdb shrinks
        from 11 MiB to 6.5 MiB.
        
        Change-Id: Ib278f74fc3b22169e00a09d778807f8cf58520c4

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [306159d8ff9ef91cf8d4c92198157b7fad46211e]

        convert mpFidcls to a vector
        
        Change-Id: I41d24c8d14a781e4100813ebce136d563f8c36b8

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [b686bab2e39216f5b1df9f7fb77099fec6d2f611]

        WaE: return value of fwrite unchecked
        
        Change-Id: I83ecc3ef45eb411741db4b4ff20982bff1709d99

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [d785059238abf7ee28aec1b6555dcd38c5b6c61f]

        WaE: nPos potentially uninitialized with gcc 4.7.0
        
        Change-Id: Ie02cf6154b7536a46cd3753c526f7c390e57a40e

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [cf9b0830c5e574d6c4a16ea2a179720dde26e811]

        WaE: return value of fwrite unchecked
        
        Change-Id: Ib3713290a7dcd4bbbb58232d144e35694653a4a5

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [268ddf96756be5a850645f0c67e91cf7369a77f4]

        WaE: pesky aliasing warning with gcc 4.7.0
        
        Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [07edde2ddd309f47ddf5360f7133c181791cb3d0]

        check some bounds conditions
        
        Change-Id: Iab2f715b37d9fae816723b84ee1116fd4aff9537

2012-05-25  Caolán McNamara  <caolanm@redhat.com>  [1504284cedc64165462663be0e1d8a6624b78e2d]

        tidy SvtDocInfoTable_Impl
        
        Change-Id: Ic354fc145c75eb24aa010627467fae007cfbf024

2012-05-25  Jan Holesovsky  <kendy@suse.cz>  [f76fde91c4103812d924b973cec83a7b316a1f05]

        status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.
        
        Nobody know what these acronyms stay for; so instead use an icon, and a menu
        that contains the full descrption.  Tooltip now says what is active.
        
        Change-Id: I21a67c5456c96081797c1cb88d2a980d161a1c0c

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [f4e9f095fc7306651246f648b9caf706652ca8a8]

        SwFlySaveArr: Apple GCC complains about constructors

2012-05-25  Muhammad Haggag  <mhaggag@gmail.com>  [8ed3a427245a07bb787c521a178cfb421fa46854]

        Followup to fdo#34772: Add resource strings for word-count messages
        
        Change-Id: I7b32f5b6ed973fd4ad4635a5265d75d4e51f04ba

2012-05-25  Muhammad Haggag  <mhaggag@gmail.com>  [ce14342c4292628a641a72d4f63d9c048e030c6a]

        fdo#34772 Add word count to the status bar in writer
        
        This change adds a new status bar control,
        "SwWordCountStatusBarControl". The control shows the number of words
        selected as well as the number of words in the whole
        document. Double-clicking the control launches the modeless word count
        dialog.
        
        Change-Id: I756183ab1aaf4d059e782dfb05508370178cfbe3

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [89d6c3ef8ea691dbd3383cffe21e75c3200821de]

        Accidentally committed this...
        
        Change-Id: I0335111dd30850db435d728ddcc6b4554eea6f5b

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f0cb3e97d2f9b5592837903d8d8ed8aaeb130c55]

        Removed writer_Text type; combined it with generic_Text.
        
        Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6b68db264930528cf7ba3111f6f664fca10cfe3]

        Renamed calc_Text_text_csv_StarCalc type to generic_Text.
        
        Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b8e24544793f4ec6f61edb7ce8ac10bf6bb0981]

        Do the real detection work for plain text & forgot to add a makefile.
        
        Change-Id: I95edb869b00764464d91e1f396da1bb648b74515

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [427b50c05f18de474dd5b88b705951240335beac]

        Use the new plain text type detection service for text/csv type.
        
        Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a0b640bd1816bc464961c85eb2d1de405cd50d1c]

        Initial skeleton code for plain text filter detection service.
        
        Right now it will always fail.
        
        Change-Id: I50011bbf7ce59c3b299d23e688dd1af87bcafeb6

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6e82a984a3bfbdaef405e445c6c6e345682920ee]

        Patterns should precede extensions.
        
        Change-Id: Ib401fb6287efda68d07732382fc814961138d8a9

2012-05-25  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc0b7db44ea58f9395d0d89a0f2bdac32a272eb7]

        Prioritize candidate types by extension first, then by document service.
        
        This unfortunately breaks plain text format detection for writer, but I'll
        get to that next.
        
        Change-Id: I70382529596dbc3e3af4935d6e98ad6d58bb4d91

2012-05-25  Julien Nabet  <serval2412@yahoo.fr>  [405ed562c9fa19d9fcf71e426739fcb022f9719e]

        Drop unused function "findByTable"
        
        Change-Id: I396bd5a6eb9ecc123529259f668f98be4b4245ca

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [2733658dd47e86ac72c53565f1fd8700f884c907]

        SwHistory::Move parameter nEnd was unused
        
        ... which is good because apparently the use of the non-default value
        has always been wrong, until the STL conversion fixed it by accident.

2012-05-25  Noel Grandin  <noel@peralex.com>  [9c0ca924446933431d736ee0dd37e6852b4947dc]

        Convert SV_DECL_PTRARR_DEL(SwpHstry) to std::vector
        
        Could not use boost::ptr_vector here because the code moves
        pointers around by hand.
        
        Change-Id: I60d19741ad08add18d99ee3b75e9dc3810d2c675

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [c271eb95a8519c88af809ee7a0e1c750e08beb27]

        SwCache: fix non-DBGUTIL memory leak in previous commit

2012-05-25  Noel Grandin  <noel@peralex.com>  [b55cb6f2bd09ac91fabd5ce1a5bb5766e837e29f]

        Inline SV_DECL_PTRARR_DEL(SwCacheObjArr) into a std::vector
        
        ..inside of the SwCache class.
        
        Change-Id: Ie8cf55c28a04d3776b99a8608880ac7a19f748b2

2012-05-25  Noel Grandin  <noel@peralex.com>  [7d69ffe8c92521537521f3a66a089eb3ed5c2be2]

        Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vector
        
        Change-Id: I6df8a2929569ec0a2ee670002833b6a142d42318

2012-05-25  Noel Grandin  <noel@peralex.com>  [4490eb8c9c701510a3370c900a6c6ec9e4f8a70d]

        Convert V_DECL_PTRARR_DEL(SwFlySaveArr) to std::vector
        
        I can't use boost::ptr_vector here because the code moves objects
        around with free'ing them.
        
        Change-Id: I42b8f347e2bac51bd63e2c42d6ebab2e7ad4b61c

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [385116041c1ca91d6df2c037a5a95460a1f0fb09]

        fix previous commit:
        
        erase in SwLabDlg::_ReplaceGroup should go until end()

2012-05-25  Noel Grandin  <noel@peralex.com>  [3694f94b7457614e34d6ce039acdfa082071562b]

        Convert SV_DECL_PTRARR_DEL(SwLabRecs) to std::vector
        
        I can't use boost::ptr_vector here because the code removes
        entries from the list without free'ing them.
        
        Change-Id: I1640d0bb97443998c02148ed24bbd6ad0d390234

2012-05-25  Noel Grandin  <noel@peralex.com>  [0437791557aa43285a67136f8eae5b9dfd1e363e]

        Convert SV_DECL_PTRARR_DEL(SwDSParamArr) to boost::ptr_vector
        
        Change-Id: I685a79cb14b0bb1d44d2013b3dd74150929cdf4b

2012-05-25  Noel Grandin  <noel@peralex.com>  [da9bf1ee2f712748dd94080fe8fc7fd90348d08f]

        Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vector
        
        Change-Id: I2301c1f237b1b08926c80942f459ba6062ed457d

2012-05-25  Noel Grandin  <noel@peralex.com>  [74dc44a67c556462185f969f694ef2d3df1f893e]

        Convert SV_DECL_PTRARR_DEL(SwFldTypes) to std::vector
        
        Change-Id: Ia1f52f25680d3f970aa4f7f60a8e5203326a6796

2012-05-25  Noel Grandin  <noel@peralex.com>  [426389981c6eb4231c8889c65e848b615b290b3a]

        Convert SV_DECL_PTRARR_DEL(SwTOXTypes) to std::vector
        
        Change-Id: Ibf67e586082132f370659a4c79415d5928758d3a

2012-05-25  Michael Stahl  <mstahl@redhat.com>  [f9adf2b5b395dd443d1edfea1b23cb75f2152358]

        fix DBGUTIL code for previous commit

2012-05-25  Noel Grandin  <noel@peralex.com>  [b620a39936ad2c1fd4067c9e82635c54ce73600b]

        Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vector
        
        Could not use boost::ptr_vector here because the code manually
        moves objects around.
        
        Change-Id: I708270a967ee6663ab1f1ba8d7998c63fa698b8f

2012-05-25  Noel Grandin  <noel@peralex.com>  [f5af47f432185881ce82956d8ed520948feab296]

        Convert SV_DECL_PTRARR(SwOLENodes) to std::vector
        
        Change-Id: I384e152b89ed6951417296a5722f831f8ba7cb46

2012-05-25  Noel Grandin  <noel@peralex.com>  [9dc652ec6a48c2950588815ae79eb0aa809ec336]

        Convert SV_DECL_PTRARR_DEL(SwGetINetAttrs) to boost::ptr_vector
        
        Change-Id: Iad3903162219e1b015c1266592e5ea742fa967d2

2012-05-25  Noel Grandin  <noel@peralex.com>  [cf0e08c6b8d739b8b17dc533efc3e12505b2d5a9]

        Convert SV_DECL_PTRARR_SORT_VISIBILITY(SwPosFlyFrms) to std::set
        
        Change-Id: Iba19e13b4402594023d9ce7c4d4fa3a9cdc9899e

2012-05-25  Noel Grandin  <noel@peralex.com>  [39f5e66eadc66272fca566643bcf9577f3b6e9fe]

        Convert SV_DECL_PTRARR_DEL(SwRubyList) to boost::ptr_vector
        
        Change-Id: Ib983bf7517a35392c0468cb763de67d5b45f4673

2012-05-25  Noel Grandin  <noel@peralex.com>  [f2e528072ef2bfec30795b1ba05905b39f5dc893]

        Convert SV_DECL_PTRARR(SwSections) to std::vector
        
        Change-Id: Ie41c43dc0cb5b64240122e76df20ff1a57f8532a

2012-05-25  Noel Grandin  <noel@peralex.com>  [84a0fb0900e3c1b708be8605f83ff94ca03c7482]

        Convert SV_DECL_PTRARR(SwSortKeys) to std::vector
        
        Change-Id: I4596da43e75c0b8c91039786c739c017ee16b6f2

2012-05-24  Andras Timar  <atimar@suse.com>  [bf799459d8e8eabd764450c82450036c5d0e742f]

        fdo#48087 fill in MsiFileHash table for unversioned files
        
        Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c

2012-05-24  Julien Nabet  <serval2412@yahoo.fr>  [03764e29978bcf0b59a3738166b5af31d0af582a]

        Resolves: fdo#50178 Reading Visio file causes crash
        
        Problem with iterators, more info here :
        http://nabble.documentfoundation.org/PATCH-fix-proposed-for-fdo-50178-Visio-td3985678.html
        
        Change-Id: Ie7131e8bc79539b3a2a5f86608a4574e1ac0fbf8

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [d1384b4253325764ea2cf30b7afa86ce27ef418f]

        sc: fix bogus -I$(WORKDIR)/other_module

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [d89fe2764c198df405420447952aac81282e151e]

        oox: remove duplicate custom makefile from writerfilter10

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [14a57d9c8b6296997907513877c72cde60ee724d]

        oox: generate vmlexport-shape-types into CustomTarget dir

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [549f0f50b03883bb56a5c20dca2decd57083eafa]

        oox: add some bling so we can see what takes so long

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [e1759e1ce14058a2c132a3ed574882917d550a6d]

        oox: move generated stuff to custom target

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [70616e479a044dd47114506cdcbb14e435440d7a]

        oox: this rule needs a command
        
        Make doesn't consider targets that depend on this outdated when there is
        no command to update it.

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [1751a8ea5e623f54325f4ff29cf5e166f81e40fc]

        oox: can't see why we need these deps

2012-05-24  Michael Stahl  <mstahl@redhat.com>  [64bf82e3ba48984d56159219027ebd6f10716741]

        oox; there is no oox_source package

2012-05-24  Luboš Luňák  <l.lunak@suse.cz>  [fe7a4aad76c051bc46ae46b175fb182b6e7e3f89]

        testcases for bnc#652364 and bnc#750255 for .docx too
        
        Change-Id: I4a98f4df6fde3f52b099fa627baa861f496bb452

2012-05-24  Luboš Luňák  <l.lunak@suse.cz>  [d4798414f2705ee987d79617ae2e76da2524e26d]

        handle column break in .docx properly too
        
        related to d8cac25ed29dbeca16161f62173a7e341793b8b6
        
        Change-Id: I56b02a450e96acec0346d6a36c29ad8e0326b0c8

2012-05-24  Luboš Luňák  <l.lunak@suse.cz>  [ac6c57e12fb18a8294c57f79ec979128c735ec68]

        testcases for bnc#652364 and bnc#750255
        
        Change-Id: I1be5de3e09e3eb0d52de5fb57b390c2c5fde98cb

2012-05-24  Luboš Luňák  <l.lunak@suse.cz>  [5935a6db64830ac5b932803cdcac5813aa033594]

        column break without columns seems to be a page break (bnc#750255)
        
        That at least seems to be my conclusion after testing the doc
        and bnc#652364 in MSO2k7.
        
        Change-Id: Iec172dad32ba47c1f843df49a4eaff688c094373

2012-05-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f6d9b4afbda6cf1a3db822b5fb5125448ef9e1d1]

        Delete SfxItemSet before the current shell gets destroyed.
        
        SfxItemSet takes hold of the SfxItemPool instance from the current
        shell, and accesses it when it gets destroyed.  The problem arises
        when the current shell gets destroyed before the SfxItemSet instnace
        does, in which case an illegal memory access ensues.
        
        This fixes intermittent crashes when opening a document in Writer.
        
        Change-Id: Ib5e74b43051f868f22f6efdb311e6c2a75326d9a

2012-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [05f786fd2eb8056be946f6aadb21cdd61be8e226]

        More clueless test hacking
        
        Change-Id: I2623625380b11f3d6bf720387504b23ccce529e1

2012-05-24  Tor Lillqvist  <tlillqvist@suse.com>  [4ff08c21cead20c03e2bd12568ab7dc7d8403371]

        Don't bother with so many test docs
        
        Change-Id: I725255224ae7a38d7a7843516b7ac979f79e0207

2012-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [06dde54187547d9a6aa16abdbf15336918057683]

        catch by const reference
        
        Change-Id: I7fda9e06f5beeab4fdfeb1475cda7719ab230073

2012-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [4469eb2068fd6f2429823c550295f70ee2f79be7]

        removed unused member fields
        
        Change-Id: If89fd07ad78bca303a9bf8484f08cba08afffe8d

2012-05-24  Takeshi Abe  <tabe@fixedpoint.jp>  [d428360e48f069622b0aeccf74b88af0be632be8]

        removed unused const char[]
        
        Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e

2012-05-24  Noel Power  <noel.power@novell.com>  [9746c6de3a05fe9284d6d6bb2f636bfe912733cd]

        fix excel row height export problems ( I hope ) fdo#50304
        
        Change-Id: I43ddb32ecba36107f5973fa5dcf2499cd1330668

2012-05-24  Jesús Corrius  <jesus@softcatala.org>  [f0f8576596e104549e66e62d15a262acfd70dcec]

        Don't spam fellow developers until I fix the problem in MinGW

2012-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd834e5c78c65449a47a6a5310d05bf9775f2da6]

        don't export empty color formats & conditional formats
        
        Change-Id: I880facafc155af2e8c67f66f9d3463daf1191207

2012-05-24  Eike Rathke  <erack@redhat.com>  [4a3e7dfb0d573cf97555822e11f816dc400b67e4]

        added missing closing quotes at end of literals
        
        Change-Id: I3d204aa54dd9c13dfb87e702fa07aa4234977a49

2012-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d676e0fb325d3938cdc7064f9a80821fff645d3]

        export new conditional format info only into 1.2 with extension
        
        Change-Id: I4d52f5aa36785110888ca1fdd6fc85ee40406674

2012-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f18a242966d3fd25ec0832c09ce7164bdae7ba2d]

        use correct namespace for calc odf extensions
        
        Change-Id: I6e0feab7e1d649fbf4dafb9f06d57f68e9a4b934

2012-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [655d61042f5b6130643d2dde3cd46e4e4d3bbb2b]

        make color formats and conditional formats a sheet property
        
        TODO:
        - UNO needs some love to accept this change
          - we need a new uno interface for conditional formats in 4.0
        - copy/paste
        - undo/redo
        
        Change-Id: I2c8a233888a95c7298dfb151d1c12b6a6a58520d

2012-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [99f61e9b635a7c30f28192c01a534acb1e2a6ca3]

        first part for databar export
        
         # Changes to be committed:
        
        Change-Id: Iffe020d60982c2872c1a451f9d0e4e1d4f5e349f

2012-05-24  Eike Rathke  <erack@redhat.com>  [816f65da41c8c30e5854e333a6498e58c64303aa]

        resolved fdo#41214 crash due to offset error

2012-05-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9812152a2b562c57cc57de959d8f8d591aa9ebc5]

        No point to rebase inexisting dll
        
        Change-Id: Ibbb917858fb1bd327cae4bde0b4dd34ac3787e64

2012-05-24  Stephan Bergmann  <sbergman@redhat.com>  [683312377a294e9dbe0a96b7b1b489e3d5b4f1f7]

        Removed unused SfxMedium::bDirect
        
        See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium
        ctor overload to find not yet adapted uses of another overload, to be removed
        again in due time.
        
        Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183

2012-05-24  Stephan Bergmann  <sbergman@redhat.com>  [226b81d0f300a62da9351d1fc011b88f93f0b2b0]

        returning reference to temporary [-Werror]
        
        Change-Id: Ib37f1fc9658cb50227463cf2aa1421ba47b2ec9f

2012-05-24  Fridrich Sch Strba  <fridrich.strba@bluewin.ch>  [70eb7af641ed1c2fdc754d522472f804f80d0a9d]

        Be sure all boost headers are copied to output directory
        
        Change-Id: I862b728537e9e862f1d5af78bcc87576964534d0

2012-05-24  Caolán McNamara  <caolanm@redhat.com>  [a16b4676a53fdc94c63821cf14e7f24e0fe20959]

        convert ResStringArray to rtl::OUString
        
        Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d

2012-05-24  Caolán McNamara  <caolanm@redhat.com>  [2862d842b3ca24cbf8c882fb59b30edc330c5fde]

        strangely duplicated inner/outer ImplResStringItem struct
        
        Change-Id: I12884e58505d94b76eb0ad955815ae1702716f0f

2012-05-24  Caolán McNamara  <caolanm@redhat.com>  [d7ab6a7d4322a0412978638d1ddeb0a3f0131e12]

        use boost::noncopyable
        
        Change-Id: I862a4223c955c3a9e9a366b0f3a85465f38e76be

2012-05-24  Jesús Corrius  <jesus@softcatala.org>  [8fd58d062786a44572a087f16476cd5fc01c0408]

        replace wcscat_s -> wcscat to please minGW

2012-05-24  Jesús Corrius  <jesus@softcatala.org>  [dbbda42a4373dcd28c9f3b11a9d66fa1f69bbb85]

        include files always in lowercase

2012-05-24  Jesús Corrius  <jesus@softcatala.org>  [776db316d271d14e653426e21e66b983ec52100a]

        set explicit Application User Models IDs in the native Windows launchers
        
        Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d

2012-05-24  David Ostrovsky  <David.Ostrovsky@gmx.de>  [eadcfa4e276aad610c674dd3eabc0956cb669d9b]

        fdo#50162 merge rtlbootstrap.mk into configure.in
        
        Change-Id: I241be2704a069ec1f6be5861084039569673cc12

2012-05-24  David Tardon  <dtardon@redhat.com>  [f6fff52b7b34c17513603802bb97fe5ad39385a7]

        add missing initializations
        
        Change-Id: I872987e02c1685810f6c2c71956c60e5f13b2706

2012-05-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [446f17bc3a9a1a60c6893b245745a773b025e12a]

        Documented how to add an icon to a dispatch command.
        
        Change-Id: Ifb1d1e712c6fadc549dd7717ae1fae0fadcba9fa

2012-05-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e665b847ce8a25808bea750d1ef548d217629cbb]

        Shamelessly copied the file open icons for the two new commands.
        
        .uno:OpenFromWriter
        .uno:OpenFromCalc
        
        Change-Id: I724570c6c291f83db930e2d118cc356a934352f8

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6ff3a779fd1e42036cc6bbbe5a1dfb2e17b45389]

        Use new commands for the file open icons in writer and calc.
        
        Change-Id: Ie18c69615fed6020efe577d81bd905e2f3bcba31

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2398b9c207e73ac782011740e91f2ef1a0bfb695]

        Removed obsolete Excel filters for (Star)Writer, which we don't need.
        
        Change-Id: If4b946ef4407279f3b260a0f8a8d8309522aa594

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9613a480ceff548ec1f4fedd76e39a2a0c767942]

        These hacks no longer work.  Remove it and find a better solution.
        
        This already didn't work in 3.5.
        
        Change-Id: I12afc1bcdc5c20a7846833763080dac02214e01b

2012-05-23  Caolán McNamara  <caolanm@redhat.com>  [5b81e2df42dc5534b77fa3601c251530ffb7925e]

        fix build, wrong type inside assert
        
        Change-Id: Iaf4bd3e2c5f54f2c75ecba444f3122dd4ed126d0

2012-05-23  Caolán McNamara  <caolanm@redhat.com>  [b63766b3dd453a82f59db505c736d861f662cc0f]

        Resolves: fdo#48932 super slow typing and scrolling in large documents
        
        AFAICS it appears that theres a one to one mapping from a SwFrameControl to
        a SwFrm, so in any of the three given classes of Page, Footer or Header a
        SwFrm will have zero or one SwFrameControls and a SwFrameControl doesn't
        get rebound to a different SwFrm or anything like that, so we can use
        a map and index off the SwFrm* to find them rather than constantly
        looping over vectors to find the right one.
        
        Maybe could move the SwFrameControl directly in the SwPageFrm's
        themselves.
        
        Change-Id: I1194f3cdcab747b61c645003c97e651f47f2bc09

2012-05-23  Caolán McNamara  <caolanm@redhat.com>  [993a807a8837a938228577ac6510aa7863e3bb71]

        WaE: MSVC2008 C4099 class/struct
        
        Change-Id: Ie4a2f7c2d5943d01d971611209fc641412e82aa4

2012-05-23  Michael Stahl  <mstahl@redhat.com>  [88aa7ed0ee68055d7ea326a7820dbb072641ff5f]

        solenv: adjustvisibility is only for SunStudio

2012-05-23  Michael Stahl  <mstahl@redhat.com>  [83c6c8c38c0665c36def4943b59e8f9ab173378d]

        Solaris/Intel/GCC outpath is unxsogi

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cfbed236fc92709acfa3fa484a12cb6d36872b15]

        Adjust the default key bindings for File - Open... for calc and writer.
        
        To use the app specific open command instead of the global open.
        
        Change-Id: I86d20e1a412f6020fa2db79040e4e66b39e8c355

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5b17d2d731e014d79cbba716fcbc8fbd357094e8]

        Pass document service to the dispatcher when opening file from writer.
        
        This is similar to what I did earlier for calc.  This info will be
        used later in the type detection code.
        
        Change-Id: I7ba7dcdc03cbfe77eba5c7594fc0385ad3775541

2012-05-23  Radek Doulik  <rodo@novell.com>  [038564c910e43f569b7c6abebffe2ad6ec9a1822]

        do not insert empty texbodies for empty placeholder shapes
        
         - the original problem can be reproduced by creating new empty presentation in powerpoint.
           after it is loaded in impress, it was completely blank, without placeholder shape
           texts (Click to add title, Click to add text)
        
        Change-Id: I541554e273372ad09cca2fb91e27a17eb1f3a00e

2012-05-23  Michael Meeks  <michael.meeks@suse.com>  [1bb9a60a9609422c5b74dc547ddb358afbed03f5]

        android: un-break env. var parsing (sorry)

2012-05-23  Michael Meeks  <michael.meeks@suse.com>  [b36ff96d1d1eda76e41e57db463c2734be7ccfec]

        android: make launcher function as expected - starts writer.
        
        Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks
        for not having cmdline arguments in the intent when launching.

2012-05-23  Tor Lillqvist  <tlillqvist@suse.com>  [b91d987360b2baa654dfc5c975ff8b44458df679]

        Mention that --enable-cl-x64 is incomplete in help message
        
        Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b

2012-05-23  Luboš Luňák  <l.lunak@suse.cz>  [10bdf6aa45f26f09e83f4c0035d27a4ddcd9151a]

        testcase for proper .docx ZOrder import
        
        Change-Id: I0f025114af5f79f5bd04637ffdf864cef75eb821

2012-05-23  Luboš Luňák  <l.lunak@suse.cz>  [9365a3255875eb75923903c8b3d47066aa679c3b]

        fix UNO ZOrder reading, take #2
        
        This is almost a revert of e05e77f4b7373b686f02cc51c7003e72efb07053.
        It turns out FindRealSdrObject() is mostly the right method to call
        (possibly except when creating the document, which is what lead
        to the first commit).
        
        Change-Id: Iea9ccc99e785fbff47f2d41187326d4e6d355494

2012-05-23  Luboš Luňák  <l.lunak@suse.cz>  [597000c2edc3c3fb40134e892a5e9ceec0d83296]

        write out the same data to pic:cNvPr like to wp:docPr
        
        Change-Id: I4180b4d291b7a4ed496c7c57ca0fd0034dc2ed94

2012-05-23  Caolán McNamara  <caolanm@redhat.com>  [d6cba6bcfa5cb56aaa65ab9a726894f5ece9eecd]

        remove unused ImplSubEdit class
        
        Change-Id: Iaf9a750860b4e51f576c37dab2d4844c2e2146cd

2012-05-23  Petr Mladek  <pmladek@suse.cz>  [e4b3ac16d7288f3e7fc5bee8df520e25f9cfe7e0]

        do not concatenate empty line in python/makefile.mk
        
        Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544

2012-05-23  Michael Meeks  <michael.meeks@suse.com>  [3bf5ae903175615d67da18ab2990cf2a550899d3]

        add libxml forward definitions instead of direct includes
        
        Change-Id: I33ffca788182cd24d148614ee03c5a884baccf84

2012-05-23  Jan Holesovsky  <kendy@suse.cz>  [21d69b389d37f0d845813ac51ae4e376af72c474]

        writer: Make the navigation button less cut off.
        
        Still not perfect, the ideal would a 7x7 icon; but at least something.
        
        Change-Id: I383921436db49c894fd336cb30c5fb9a3d4979a1

2012-05-23  Jan Holesovsky  <kendy@suse.cz>  [422647493b33e397bcc19031ee13693ecaa65ba8]

        fdo#49914, rulers: DarkShadow color is supposed to be dark (even on Mac).
        
        Change-Id: I09d0c5d6797b6df9e84ad3574fc420241fe72707

2012-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5127cb76e5905cd55a30a9dad36c10fcb25e9641]

        make gbuild deliver more robust in when using HARDLINK

2012-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [383d326685abaa4f722922305920c73e2eee6181]

        make foo.all should work again
        
        Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f

2012-05-23  Eike Rathke  <erack@redhat.com>  [877c96a601e6e50d0c7a8f704d57baec22f089c5]

        copy msms only for ver 9.0, MSVC 2010 doesn't have them

2012-05-23  Jan Holesovsky  <kendy@suse.cz>  [b30e202861e9bdba4d86e76ba8a6f059da8efc31]

        status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.
        
        Idea by Mirek M. - thank you!  Additionally introduced a tooltip showing more
        verbose text when in overwrite mode.
        
        Change-Id: I1236253bc6c97809ebed872fe86233cc08f41345

2012-05-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b0932cb801db0dfdf6f1a0312683c7fc55eea443]

        fdo#45779 avoiding creation of inconsistent B2DPolygon
        
        this avoid the root cause of this bug, avoiding creating a
        B2DPlygon which contains no points.
        
        It seems the code relies somehow on an null B2DPolyPolygon, hence the
        change done here. Better would be to have time to look how to remove
        this fact. But currently it seems the code relies on  a
        rSet.Put( XLineStartItem( aArrowName, aPolyPoly) where aPolyPoly is
        not defined in certain cases.
        
        Change-Id: I61b75d925090d1c9a0da96ce1a6eea50a2d60e5a

2012-05-23  Stephan Bergmann  <sbergman@redhat.com>  [2fa2660b55a34a5780f9ea8dbbbe92d05dc9a818]

        Better fix for ThreadPool/ORequestThread life cycle
        
        This is a follow up to d015384e1d98fe77fd59339044f58efb1ab9fb25 "Fixed
        ThreadPool (and dependent ORequestThread) life cycle" that still had some
        problems:
        
        * First, if Bridge::terminate was first entered from the reader or writer
        thread, it would not join on that thread, so that thread could still be running
        during exit.
        
        That has been addressed by giving Bridge::dispose new semantics:  It waits until
        both Bridge::terminate has completed (even if that was called from a different
        thread) and all spawned threads (reader, writer, ORequestThread workers) have
        been joined.  (This implies that Bridge::dispose must not be called from such a
        thread, to avoid deadlock.)
        
        * Second, if Bridge::terminate was first entered from an ORequestThread, the
        call to uno_threadpool_dispose(0) to join on all such worker threads could
        deadlock.
        
        That has been addressed by making the last call to uno_threadpool_destroy wait
        to join on all worker threads, and by calling uno_threadpool_destroy only from
        the final Bridge::terminate (from Bridge::dispose), to avoid deadlock.  (The
        special semantics of uno_threadpool_dispose(0) are no longer needed and have
        been removed, as they conflicted with the fix for the third problem below.)
        
        * Third, once uno_threadpool_destroy had called uno_threadpool_dispose(0), the
        ThreadAdmin singleton had been disposed, so no new remote bridges could
        successfully be created afterwards.
        
        That has been addressed by making ThreadAdmin a member of ThreadPool, and making
        (only) those uno_ThreadPool handles with overlapping life spans share one
        ThreadPool instance (which thus is no longer a singleton, either).
        Additionally, ORequestThread has been made more robust (in the style of
        salhelper::Thread) to avoid races.
        
        Change-Id: I2cbd1b3f9aecc1bf4649e482d2c22b33b471788f

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [124c020f4290911d2bfb8216c9680734722c8db7]

        Receive the file open command in Calc in order to pass doc service name.
        
        This way the type detection is guaranteed to receive the document service
        name whenever a file is being opened from Calc.
        
        Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69

2012-05-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e58eb031374fb18aa82654c01d0f0841a437c667]

        Add mechanism to pass doc service name to the descriptor when opening a file.
        
        This info will be used during type detection for more clever filter
        selection.
        
        Change-Id: I66a52ff6f425e97884afd1c85831c11381fb695d

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [7e656661684669b6d34d3f813d53fad9d9ffd047]

        ++I_hate_sal_Int32
        
        Change-Id: Id6943713ade8a77f3f72aabf2e74635875cf5249

2012-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [d3e7913eb981e728360f18f0ebe79e3057fc3315]

        Bin unused REFDEV_MODE48
        
        Change-Id: I96997da0eb038cab4bdba32e0d797747623f4853

2012-05-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3f76713dbfc4adef9966ba5afd3eaf6480854064]

        Renamed writer_web_HTML to generic_HTML.
        
        This should reflect the fact that this type was already used as a
        generic HTML type.
        
        Change-Id: I0a209d51ed229f07aff001075c39bfc82d4c3088

2012-05-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [552bebe6fa27fa58d07d87283a4b24e6052ab3d4]

        When the caller specifies filter type, stick to it and don't overwrite it.
        
        Change-Id: I35a3efc506bbcc33ea4c3d2466929f8227dae102

2012-05-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5ace9ef5a0035e0fa1970903c056015aea81025]

        Reduce indentation.
        
        Change-Id: Ie335ee44a347ab588dbf6cdeb38ef19246c1ad47

2012-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [1b4d0bdf88f4aa30580979901c32314be643707d]

        adb pushing the cmdline file fails to a real device
        
        But it isn't needed here anyway, the "command line" is so short, so
        just use lo-main-cmdline instead.
        
        Change-Id: Icca1b57228584cee5962a33cd0d18873b13b2884

2012-05-22  Eike Rathke  <erack@redhat.com>  [63d7671b21d0b271eb0604a8cb09b49bebf58e43]

        fixed a typo in zh-* currency format code that has been in since 2002 ...

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [f9a0fa94f27b96a10e17ed0e15fbf38dc17ad1d8]

        targetted string re-work
        
        Change-Id: Icb84c34782dd41e0658f5f8ed4f689f149331d99

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [3858ba3585ad3fca5d05d21356705b9fce3c538f]

        targetted string re-work
        
        Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be

2012-05-22  Cheng-Chia Tseng  <pswo10680@gmail.com>  [b676fa6df5ba3ed08c685184f6843aeaffa3d94f]

        updated [zh-TW] locale data fdo#49274

2012-05-22  Jan Holesovsky  <kendy@suse.cz>  [03cb0e5c363fc25f3d2acb60b51acc2369c4afa0]

        layout statusbar control: Implemented design by Mirek M.
        
        Change-Id: Icaef88ba850f40e2354e896f688d11abba31fd8a

2012-05-22  Jan Holesovsky  <kendy@suse.cz>  [bc1fd830be6165c364805c2ad09854ecc8e863a6]

        zoom slider: Implemented design by Mirek M.
        
        Simpler, and more light-weight now.
        
        Change-Id: I1d512f92714b0836dc75a187024af263e208484f

2012-05-22  Jan Holesovsky  <kendy@suse.cz>  [51fdf273e9893d3d05c99a09e1c2e5835a78e891]

        border window: Design by Mirek M. - make the 'shells' more lightweight.
        
        Just a line at the top and the bottom, we do not want the entire 3D effect
        here, it makes it visually incompatible with the window decorations.
        
        Change-Id: I262932fb5def21d5bc4fb347be6d6a07807bb4d2

2012-05-23  Takeshi Abe  <tabe@fixedpoint.jp>  [5394b379eba8f3522a80ee7e68708f8851a86d7d]

        removed unused temporary rtl::OUString
        
        Change-Id: I9d118a5fbe2306465d8bcdb9ddd0596588137e5e

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [04d600d4be7c50db4b3b505039eb8bc96856f593]

        rework getting shape for the .docx import filter
        
        This makes both sw/qa/extras/ooxmltok/data/n705956-{1|2}.docx testcases
        work at the same time. As far as I understand it, the .docx filter
        calls into oox and at the end if gets the shape, while the shape
        is removed from the ShapeContainer. In the case of recursion caused by
        <w:pict><v:shape><w:txbxContent><w:pict><v:shape>, clearing the whole
        list is wrong. Also, the OSL_ENSURE seems to suggest that there should
        not be more than one shape inserted by each read. So simply consider
        maShapes to be a stack when importing .docx .
        
        Change-Id: I7263aeaf74c8d31a05e64c56b880cbc6b00d7dd6

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [db7e849d17e16a062942c08e28caba71c31e9d1c]

        better check for testcase failure
        
        Change-Id: Ie9a41292bd90919355991a187f17eb810dfc4dc1

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [476316bfc9dd36c0613327c20822a193b5ca8d9b]

        do reuse shape context
        
        This is pretty much a revert of 60cb70b94537e9ff1155fb80255fc04ce41363b2.
        Turns out e.g. <v:shapetype> is not local only to its <w:pict>.
        Added a testcase.
        
        Change-Id: Ibbb9fe01bc2fc77dd67151bf4ca0905443eebf63

2012-05-22  Caolán McNamara  <caolanm@redhat.com>  [e5d589bb3c2285362e2c89576cf14fc5e77262d0]

        Resolves: fdo#40778 wrong type used for callback arg
        
        Change-Id: If97589c7b7ad647b22de229a6161b4fd78c757c8

2012-05-22  Caolán McNamara  <caolanm@redhat.com>  [ae167f81e68fc05693f195fa9a680071b741dcbf]

        convert GetSurroundingText family to OUString
        
        Change-Id: Ifbb21fc26eedfde4afe2e3faf637346554f63d94

2012-05-22  Caolán McNamara  <caolanm@redhat.com>  [a22a7923c05df85a1f9c9435754c5feda66ce576]

        ditch some XubStrings
        
        Change-Id: I00e1202de7bf5d20b4ac314dd138a3bb486245cb

2012-05-22  Jesús Corrius  <jesus@softcatala.org>  [8521ad498e6214f4194171e2f47f73fda73808c1]

        Use lowercase for the KindMap values instead of upper camel case

2012-05-22  Stephan Bergmann  <sbergman@redhat.com>  [c452fcfb32d9265d8f2ab1cafe8d5765106ca718]

        -Werror=unused-parameter
        
        Change-Id: I06dc09d57821ac729182764882558fa079b5ed37

2012-05-22  Tor Lillqvist  <tml@iki.fi>  [8e18130bba49082cc1416e1a2631bd5a4cb3cb8f]

        WaE: unused parameter 'rStrName'
        
        Change-Id: Ia760fe7ae66f8caadb10947c3d743a9f64a55dc5

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [b162aec6254ab535cc5eb990b249f46aa8e79153]

        bootstrapping should elide duplicate .rdb paths in the configuration

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [8ebd23b2518cf22c3405f45464cbfad980726b30]

        android: re-add main to libsofficeapp for android

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [24618117732e1f3651a404adac3b7859a3510eca]

        android: use existing SAL_DLLPUBLIC macros instead of attributes

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [3d9dfcca78c2fb3a01ed42627e3b5ed65f2dd400]

        android: remove duplicate services.rdb from config, and static bits

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [ace21dca6ad66e4399803c61163387fe18b33160]

        android: remove bits that are now statically linked

2012-05-22  Michael Meeks  <michael.meeks@suse.com>  [4bfa267abd2404d6b04677551e173c3e3dc6173a]

        vcl: cleanup default icon-set logic making broadway default to tango
        
        Change-Id: Ic982570a88a7f35c3b5a55a722ee759a37e1a64f

2012-05-22  Noel Power  <noel.power@novell.com>  [e623ee66dfde0d5a2705e222aaa7ce580e409506]

        make row heights ( incl default row height ) from excel are saved absolute
        
        Currently default row heights imported from Excel are not adjusted Optimally ( AdjustRowHeight() is no longer called ) However to ensure correct round tripping the CR_MANUALSIZE flag *is* still set, this results in the style:use-optimal-row-height="true" being set for default row height(s) when saving as odf. So, for example absolute positions which are calculated on importing the Excel document ( where the row height is *not* optimally adjusted ) are still saved with the 'style:use-optimal-row-height' set. When the row heights are read back into calc the row sizes are changed any absolutely positioned objects are now out of place. This patch ensures *all* row heights are from an imported excel document are saved with style:use-optimal-row-height="false"
        
        Change-Id: If898b97ddb0c8b59a401d7b3c133b0eec09cd1db

2012-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [1543df470360d2e64428536a26a5996becc412d2]

        Don't mention the same rdb files in both UNO_SERVICES and URE_MORE_SERVICES
        
        Change-Id: Ieb6aea7d3683411ffcefc6c5e1e7facdef8ed105

2012-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [b93300d91eff77376aac26ae0437df338cf91d1e]

        A bit more introspective debugging output...
        
        Change-Id: Ibfafe0d6420ad59e12b9eed4847c89e57a18d679

2012-05-22  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [933fd8adb80ec2008e9cdbdb28b55fe773705a91]

        Corrected max inital worksheet number in debughelper message
        
        Change-Id: Icd40cc3bdc70e0ff55c82a6a4099411d1da47f56

2012-05-22  Jesús Corrius  <jesus@softcatala.org>  [19e5bf6c2ffa7aedeae8e30d673680316b337a48]

        don't set registry keys for Windows Vista+ on other systems

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [e1ff97ab62a94db662832bafe4441b063de2256a]

        remove number of -I directives in writerfilter
        
        Windows length path limitations strike again, and this should reduce the total
        argument length.
        
        Change-Id: I76fefabc8201e51494a7003d7ca4f9fd92ffa3b9

2012-05-22  Luboš Luňák  <l.lunak@suse.cz>  [e11731afc4bcb94578891fa3b287ec6d4b1c211d]

        avoid warnings because of sal_Int* types
        
        Change-Id: I906931d62683b7feeff1a2e4b2f8b185c6af480e

2012-05-22  Tor Lillqvist  <tlillqvist@suse.com>  [11e9ba6353dc42e85dddc346a174503d493bf82a]

        Bin unused OUTDEV_BUFFER_SIZE
        
        Change-Id: I14bc964e931d9ae1981e7a22e66d2699e16457f3

2012-05-21  Jesús Corrius  <jesus@softcatala.org>  [3cd1a896d41e30294fd4113101a69432ee3cae02]

        Use Aplication User Model IDs for the native file types
        
        Change-Id: I4941d97a8eb540bbf63320db83230707ced9f90f

2012-05-21  Andras Timar  <atimar@suse.com>  [3d5c23f1cfeec3a9bc2f683e460e21afef728a6a]

        MSI: remove always true LaunchCondition
        
        Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78

2012-05-21  Andras Timar  <atimar@suse.com>  [c5766287c119f9af704538bf1f861b3f2b6c0863]

        strings for MSI Summary Info
        
        Change-Id: Iae8eb4a1a7f3a0d429ac47f64a77dcd4404d14d1

2012-05-21  Andras Timar  <atimar@suse.com>  [911d5488c58bb513fe9242097a388faa950ab702]

        MSI: ARP strings for Summary Info
        
        Change-Id: If47645a381a8da9851ba1bc19431f6341151906f

2012-05-21  Michael Stahl  <mstahl@redhat.com>  [26643fb59e0005f0bc83708b785d20d62d8e7411]

        codemaker: write version 49 (1.5) class files
        
        The trick of writing generic types into class files of versions < 49
        does no longer work with javac from OpenJDK 7:
        
        /comphelper/qa/complex/comphelper/Map.java:154: error: type Pair does
        not take parameters
          Pair< ?, ? >[] initialMappings = new Pair< ?, ? >[ _keys.length ];
        
        There appears to be a related JDK bug for this, at some time javac had
        an undocumented option to produce similar class files that are also
        rejected now, this has been closed as "Not a Defect":
        
        http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078419
        
        Change-Id: I8a504f6cbb3bb58cd914aebb88637cc6feb0bd48

2012-05-21  Michael Stahl  <mstahl@redhat.com>  [e81f02795425f2fcd910c9845adc8e9b919833f4]

        SdiTarget.mk: need explicit rule to get object files rebuilt
        
        Without this, when changing sdi file, the objects that include the
        generated header are only rebuilt at the second make invocation.
        
        Change-Id: Idd52a12dd162ec780da3a3b9f24d3bdd9b408a33

2012-05-21  Michael Stahl  <mstahl@redhat.com>  [18ab7f52ebf78f41f824b2245a8a180d97081716]

        fdo#40874: make recorded border macros run:
        
        When the new BorderLine2 struct with its added members was introduced,
        the PutValues methods that are called by the macro recorder with
        seqeunces of Anys were not adapted, so running recorded macro for
        ".uno:BorderInner" ".uno:BorderOuter" ".uno:SetBorderStyle" fails.
        (regression from b624e6e6cf2ecfc6e6e983af45212fce5e731006,
        7db30f7aa037f52eb07cbb4fd2796bd869204af8)
        
        Change-Id: Icd8a11d7f5c8d79c57020f213a1554540b6c666d

2012-05-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [521ae23254b6fbf45d27cc76354bc774a453baf7]

        lo-commit-stat: use utf8 to be able to query a dash in the bug title
        
        Change-Id: I691616575b5ea0b35e0ec0cc98db6772a7ad3b25

2012-05-21  Matúš Kukan  <matus.kukan@gmail.com>  [4283c433b91bb2b1d9479bc071d8c02e0c3c4d69]

        add dependency on generated files
        
        Change-Id: Idad4558cfa741f1f2e17b270989a8a96ac80dd06

2012-05-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [21f8ec1c49efd716669ca55ab946fadd5c97bb7e]

        fdo#50173: fix Styles and Formatting gtk crasher
        
        - when using the gtk vcl plugin, pressing F11 in writer crashes
          libreoffice on some systems with an X error
        - related: fdo#46687
        
        Change-Id: I235cf327d812b606a357de859b1a959be728d2a1

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f654980aebb5d41a83dd7de94ec2ebf0173c67a7]

        initial support for percentile in data bars/color scales
        
        Color Scales look correctly but in the databar code seems to be an error
        if all values are positive.
        
        Change-Id: I0bfb277df50021bd20a4b13a5da342670102b649

2012-05-21  Eike Rathke  <erack@redhat.com>  [485792374600cd9919ab6edf201e8bd97d640261]

        added unit tests for DATEDIF fdo#44456

2012-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [e08e630110b6bf367766f2e47dc4988404a692d8]

        deleting NULL is safe
        
        Change-Id: Iad17d77d61eccf0973fff0da91089e7a59fc9df0

2012-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [5f2ef2b270a70f3ad486012976e95d1192e04c2d]

        removed unused #defines
        
        Change-Id: I2aeba0342e46c3a4bd50f49b8a43ebb125269dfa

2012-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [01dc468f3d153b218762be392990b888186c444e]

        removed unused temporary rtl::OUString
        
        Change-Id: I81e04b1b71b8ee5a903185b6857e8cf91b67eed1

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aaf0b2faab845c624e568d6e1acbc501f5f355cb]

        this needs to be the upper limit
        
        Change-Id: I4b6f826f8f87b2c4a4bb73d9b6246505d2632b23

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e8d4b5b6c39d2d0abcd9e814b9fe9ce8c3e2150f]

        better import for excel 2007 data bar files
        
        Change-Id: I0d32a82aa4829ae635967f24293b2f32a71a4cbe

2012-05-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9b72a692ee3ef3381a0881ead4afa5bd73fff776]

        don't let the Mac/PPC linker complain when the symbol isn't used

2012-05-21  Jesús Corrius  <jesus@softcatala.org>  [93a90946576202435d87e92a8a542c606baac97f]

        Register Kind Names for supported file types for Windows Vista and higher

2012-05-21  Andras Timar  <atimar@suse.com>  [80cbf517a671b5225c8b3033729d30f5cf721e06]

        MSI: remove unused string
        
        Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd

2012-05-21  Takeshi Abe  <tabe@fixedpoint.jp>  [f8e94ec86428b8cce9c616e286106c20491ef3e2]

        allocate in exact size
        
        Change-Id: I0a9d760ebd10f3655f116953a2ed353f992ef508

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67ff63988f3b8eef2cc2b5bdf917918b93c3f070]

        support to suppress values in data bar cells
        
        Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4b94e9eb96f24411ac0dcebe92ac878a8fae91f]

        some smalll data bar rendering improvements
        
        Change-Id: I068565f21b6bda67e6a3b39eb3bbd248e1b48efe

2012-05-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [09938f698b0a45ce1b3977995fc944274f048566]

        support fixed axis in the middle of the cell
        
        Change-Id: I1f6dca8434282d161dac3f86da6b4c75aac29a02

2012-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6442313dc0aea603d3d5adca39614428a4bc854]

        more on correct import of data bars from Excel2010
        
        http://msdn.microsoft.com/en-us/library/documentformat.openxml.office2010.excel.databar.aspx
        
        Change-Id: I6d76cd888b723718e5a2beedfb5223fb6c0d0ba2

2012-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4f8af4aeacb34e3a99f49aeec66c3ada07d8a027]

        correctly import data bar information from Excel2010
        
        Change-Id: I7545dfd849f2cc9924a6bb7f6d1ca9d97c3cf079

2012-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b930234aade453d8a162f609779756594532d02b]

        add namespace for extensions from Excel2010
        
        Change-Id: I45144a08729b00c1e46784b430af7bc15244dfe7

2012-05-20  David Tardon  <dtardon@redhat.com>  [0617174992d1d05fe829f3743971a4bae2c65fe1]

        fix build with build.pl
        
        Change-Id: I29310b2c53258201609983b0a2c7292ced0614f9

2012-05-20  Andras Timar  <atimar@suse.com>  [e1b9c7e45f1f65162336cbb938c4006f9302818a]

        remove Win9x specific conditions
        
        Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70

2012-05-20  David Tardon  <dtardon@redhat.com>  [c0a4b0967bb7fffd1d8489fe8b04942b2f061a8c]

        we do not need to depend on dictionaries anymore
        
        Change-Id: I78e0772723ca3bc6c2fef42d6af66e17117cac0b

2012-05-20  David Tardon  <dtardon@redhat.com>  [217b573354479c1c42f840d1a011bc434bb2c498]

        move idxdict out of dictionaries
        
        So dictionaries is again a nice data-only module and we do not need to
        build it in build phase of cross-compilation. It really does not make
        sense to build a gazillion of extensions just because we will need one
        tiny tool later...
        
        Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0

2012-05-20  David Tardon  <dtardon@redhat.com>  [3591aff5850e52f163f8bbf6b0bd47cd647de46d]

        gbuildize solenv
        
        Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7

2012-05-20  David Tardon  <dtardon@redhat.com>  [96735db3246956d22f34976b8b461dbab79a13e8]

        make adding a bunch of files a bit easier
        
        Change-Id: I97e6d26a33e18f0303742c930478a8ebac13a7b0

2012-05-20  David Tardon  <dtardon@redhat.com>  [220dcadca1dad5e5b872371c5a4110e244d4e944]

        move x11_extensions to tail_build
        
        Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80

2012-05-20  David Tardon  <dtardon@redhat.com>  [07ab493b5242db050db75bb93d28696b74e588c3]

        gbuildize x11_extensions
        
        Change-Id: I4362106ac5d221241eafdf44705ca5553ac7013c

2012-05-20  Julien Nabet  <serval2412@yahoo.fr>  [c53812a1b7c45b1b5a4a341b178c40602c7dcbf7]

        Some cppcheck cleaning
        
        Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534

2012-05-20  David Tardon  <dtardon@redhat.com>  [b8c046acfc235cbfb09d598b502a66922045cabc]

        only add -manifest:no for msc--mingw's ldd chokes on it
        
        Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc

2012-05-19  Julien Nabet  <serval2412@yahoo.fr>  [2b657f5844f9362660c253322e4c4059d5875062]

        Fix Prefer prefix ++/-- operators for non-primitive types
        
        Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d

2012-05-19  Julien Nabet  <serval2412@yahoo.fr>  [891f032e85276a86783787ecfeb5a462db34093b]

        Remove "else if" dup small block
        
        Was there since 2008-04-03 (with a format changed 2012-04-06)
        
        Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd

2012-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a8ecb8801f4330c2d2da88b992e2039e020d4fa4]

        fdo#47035: Fix saving of jpeg files on Mac/PPC
        
        jpeg_compress_struct gets padded with the same effect as the
        jpeg_decompress_struct, so needs some reordering as well to make Mac/PPC
        happy (a27a399)

2012-05-19  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a27a3990b8bbfa8924d2b55c38ceab7c9049ea6d]

        fdo#47035: Fix loading of jpeg files on Mac/PPC
        
        jpeg_decompress_struct gets padded when compiling libjpeg, but the
        jpeg filter in svtools assume non-padded size, resulting in a mismatch
        that makes libjpeg refuse to do its work.

2012-05-18  Stephan Bergmann  <sbergman@redhat.com>  [ef48b58387fdc04050c3362440ffe3ca0037d8d0]

        Revert fix for "#i86306# prepare against really broken CUPS installations..."
        
        ...from 8046a87ecc879651ee9cf344211cdd198a419cab.  At least sometimes in
        sw_complex test (with various bundled Java extensions enabled) under load, this
        code reports "Signal 11 during cups initialization called, ignoring cups" and
        in-process JVM aborts in panic.  Looks like a legitimate SIGSEGV (to be
        translated into java.lang.NullPointerException) from JVM code is erroneously
        caught by the temporary lcl_signal_action in cupsmgr.cxx instead.  As there is
        no non-cooperative way to have different signal handlers for different threads
        (at least under POSIX), and
        <https://issues.apache.org/ooo/show_bug.cgi?id=86306> "office crashes at startup
        on Solaris Intel" suggests this signal-catching business is only there to work
        around a completely broken machine, I think it is best to simply remove it
        again.
        
        Change-Id: I55b95a71d622f83c975989a4ffb1d95ef5737075

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ba9f9cd1ea4175751b10e270cc39e481daf1972]

        can't compare int and sal_Int32 in CPPUNIT_ASSERT_EQUAL
        
        Change-Id: I804e8f27197314d913d2dde138391996338458aa

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [13bb6dcddcd3e19cd97fdb28e842c778e6e093b3]

        ensure that number of tabs is correctly set in ScViewData, fdo#45987
        
        Change-Id: Ia77ea939f6ce9301afeabe1d1679998ce34b397e

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90d0efb524b2cdd8d65808d18713bfd6b1d117ea]

        Revert 4 commits related to fdo#45987
        
        Revert "and another wae ( that I missed )"
        
        This reverts commit a1faa06b415f54c0e8ff8a8f1e580e8a57b9296a.
        
        Revert "fix wae"
        
        This reverts commit 2f5885765445d8a8f50037da3420dbcd19d5634f.
        
        Revert "attempt to prevent illegal maTabData access(s)"
        
        This reverts commit 8352eb5a1af1eb44550a9d60d31e6c2fb2dc43b9.
        
        Conflicts:
        
        	sc/source/ui/view/viewdata.cxx
        
        Revert "fix bad stl access fdo#45987"
        
        This reverts commit 8b1d29bc9b00bc2730738a990023a65ab6e0219b.
        
        Conflicts:
        
        	sc/source/ui/view/viewdata.cxx
        
        Change-Id: Idba6ec8ab448332ec349f23b10a2cce8b313ff19
        33c437c8b9f005c43f03518863e151a6f0fc9589

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [1472935fd74c289717cd7783d99bc99d82d7866d]

        note how to find images using UNO, as it's not exactly easy to find out
        
        Change-Id: If5440cae646a56fef4c054774705689e5512b8e4

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [a28f5713a7e91b5d99cc0e63470db1512b997320]

        testcase for part of bnc#705956
        
        60cb70b94537e9ff1155fb80255fc04ce41363b2 specifically
        
        Change-Id: I160b24505d3e2425ce807f92f80d6737b725941b

2012-05-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1735044e9f693cde1af0d905d264c849e3fce311]

        Adjust sheet fields in cells when sheet structure changes.
        
        Change-Id: I0aff738968e286df57ef7dd5b67780108cdc6c89

2012-05-18  Petr Mladek  <pmladek@suse.cz>  [dd15b51ddaf4a143d494076a6dd554a059d91489]

        lo-commit-stat: problem with wide character in bug title
        
        + do not check for "-" in the bug title; it might be also wide character
          in some cases
        
        + show result when looking for bug titles
        
        + sort bugs when loolking for bug titles and printing bug numbers
        
        Change-Id: I39496f7d0cf5f7a116e7d3c506b76b4a3de1dee1

2012-05-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b47213604b69df85837b504917caf550c008459f]

        lo-commit-stat: remove flags and print_filters
        
        Change-Id: I3d5ecb3cc52aeba780087f4ecb6b3bf86353276c

2012-05-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a8b77a529047d2d26b1633df3c0f6511fc379305]

        lo-commit-stat: use bug titles instead of commit messages if possible
        
        Change-Id: I0d5bb5f593c94b039c45bde638337932fa380b55

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a24a38695b857984600f1b17ccc9b976d6ec53d6]

        Light red is better as default color for negative values
        
        Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e3fea48ac8523bf3cd4c50906ca85819390594f9]

        correctly get the min value and the max value for data bars
        
        Change-Id: I5e46bf534d1b70536810e9d9ac0a67210b271109

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [726051277d90d0dfe384111d03b97835517bb69c]

        update data bars correctly
        
        Change-Id: Icddd688dbf5da8154dd470539b03b6a2d02ca755

2012-05-18  Rob Snelders  <programming@ertai.nl>  [a78ee84360cd3bb9c806ceb8a5fc0794971334d4]

        fd0#40778 - Remove dictionary choice when adding new entry
        
        Change-Id: Id7bd039b505d30e71065c2cdf27eba1cb466be56

2012-05-18  Rob Snelders  <programming@ertai.nl>  [c867a3037dbe01eeecdd7512e3a02249231cbacd]

        fd0#40778 - Remove dictionary choice when adding new entry
        
        Change-Id: Ieaaf2466474463d19f91c74ea7f164962ba19936

2012-05-18  Caolán McNamara  <caolanm@redhat.com>  [2f5a85a68d256018f11b0cca21f36a625e6a0851]

        useless temporary
        
        Change-Id: Ia7c1da0eedc5d64ef3f2b17fb999bec3b242af88

2012-05-18  Michael Stahl  <mstahl@redhat.com>  [76cec6c3fd8fbddf2df706b3a26f38b11b2f0d83]

        work around spurious signed overflow warnings
        
        g++ (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5:
        /com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow
        does not occur when assuming that (X - c) > X is always false
        [-Werror=strict-overflow]

2012-05-18  Michael Stahl  <mstahl@redhat.com>  [5729da18a1852d842bd7de05d9d7fdcbec1e9ad5]

        fdo#42865: privatized unique empty string symbol:
        
        Unfortunately this --enable-dbg-util only problem (caused by
        _GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based
        logging in sal; adapt all map files to export the unique symbol.

2012-05-18  Michael Stahl  <mstahl@redhat.com>  [7e5a6a385051569da1bf872989aef262f2d802e2]

        python: svn 1.7 breaks the build because...
        
        ... the output of "svninfo" in a directory that doesn't contain a .svn
        changed
        
        Change-Id: I16b132663a7c8d9fd60eafafecfc7f9e82b69b29

2012-05-18  Stephan Bergmann  <sbergman@redhat.com>  [9455c44d3f43d17b1d9150a1cd6c6f34e696c6ed]

        Yet another -Werror=sign-compare
        
        Change-Id: Ieb77f3b2da130edce01de61f86b1eba722fdb103

2012-05-18  Noel Power  <noel.power@novell.com>  [a1faa06b415f54c0e8ff8a8f1e580e8a57b9296a]

        and another wae ( that I missed )
        
        Change-Id: Ie4e41d8d7c5c598595aeef49091ebc7fc3cf300f

2012-05-18  Noel Power  <noel.power@novell.com>  [2f5885765445d8a8f50037da3420dbcd19d5634f]

        fix wae
        
        Change-Id: I9b774486e47484ada0c4f84ad8a4c23ed338da0d

2012-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [00f1180c9628b267bef5884b2e0b9635d7117a1b]

        removed unused const rtl::OUString
        
        Change-Id: If02be864f958de96ae1c54fe575b1828410390b1

2012-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [6589e01589ee5092318aafd47102f9e5b55c7a90]

        the page seems moved
        
        Change-Id: Id2a12ec3a3c394bb40aa233f29807932b1fa84d5

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [2a598ba330b64b85d63ce53b7f0bcd20b6cafcd5]

        be more kind to people who have not yet seen the world of UNO
        
        Change-Id: I63344d31273cb0014f9d1767f8f36f78c9ff1bb8

2012-05-18  Caolán McNamara  <caolanm@redhat.com>  [101149d80303848971463a22976c52a370c46c05]

        WaE: make test msvc2008 warnings free
        
        Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330

2012-05-18  Caolán McNamara  <caolanm@redhat.com>  [bcfc9fc3bb3ebc8c6c88349e1c0c530208949e70]

        WaE: make sw msvc2008 warnings free
        
        Change-Id: I348a59b3c1b060a084680328aa07089b3c7ccc66

2012-05-18  Caolán McNamara  <caolanm@redhat.com>  [15a2cdb68eb1e6696cf5b33d2a05a325216e0b85]

        forgot to remove lucene post clucene replacement
        
        Change-Id: Ib68cbc8cbbd2b2b0b6f6069a3c6834c33eff8756

2012-05-18  Noel Power  <noel.power@novell.com>  [8352eb5a1af1eb44550a9d60d31e6c2fb2dc43b9]

        attempt to prevent illegal maTabData access(s)
        
        Change-Id: I57076fd1bef6d2b51f8d3c8f0338b5a715c206d0

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [d2e09c2872e5018becf06ffb1bc4a825f047f5b2]

        testcase for bnc#751077
        
        Change-Id: Iee60b1d41f04f4a583c7392335068ca75668f42c

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [f73e75e91c757b20682d1df75de2f79b3972a500]

        handle recursive <w:p> because of shapes (bnc#751077)
        
        <w:p><w:pict>...<w:txbxContent><w:p><w:p/> - in this case, the inner
        paragraphs should not interfere with the outer one, but e.g.
        detecting whether it was the last paragraph in section could get
        broken.
        
        Change-Id: I8634ee6a0d6274f5770423ff798adfa260a33326

2012-05-18  Luboš Luňák  <l.lunak@suse.cz>  [4708aede266da92903f48a24badb204c2a9a54b6]

        TDE is certainly not a preferred fallback over KDE4
        
        Change-Id: Iebfe536f228e7831d81d59ea3c3692f8906f72ad

2012-05-18  Andras Timar  <atimar@suse.com>  [9a54c69cccb62666bc05c8c1855bdd6279cd2683]

        fdo#50018 Search and Replace dialog accelerator key in German localization
        
        Change-Id: Ie38913a9b41faae7c6017d05e501c65f4e07659a

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24ad37bdf4edc8b9ea3af4eeb70c8487407d3472]

        MSVC needs new_clone for abstract class in ptr_vector
        
        See www.boost.org/doc/libs/1_49_0/libs/ptr_container/doc/tutorial.html#cloneability
        
        Change-Id: Ie5409c598f2364bc86f296dac4e9f193213d45c4

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [14e1af63faa67c0ec800a8416671e9a9cb1db359]

        paint gradients in data bars
        
        Change-Id: I2b5488296d3ca8aee92f7999bd4d82a9c9eada88

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9804981fa70aa12cbdbca61f1934acbb550768b8]

        really use a dashed line
        
        Change-Id: Icbdf76c15a0b5f58f7e95029418ce79f6c9461b6

2012-05-18  Tor Lillqvist  <tlillqvist@suse.com>  [1230e361804d4f24b1fd1613fef9494e6d61ea81]

        Merge the libraries in writerfilter
        
        Change-Id: If77543855fe34f70d248fe8a4644d293f693f190

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e6b90800d679f183c3601f33800d9f236f834a3]

        show dottet line if axis is not at zero
        
        Change-Id: Ifd1d69a6afe9a0392e08e0f5bb0b1a497e1c2606

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56b41a2b1e89efd24abd02bc319a3c4d38bee3d1]

        prevent the creation of a default copy c'tor
        
        Change-Id: I5ede869092355739f5e58de71b3a903ff0528051

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d961b694348a0dd048761a6046de7393ac077f31]

        implement databar import from oox
        
        Change-Id: Id510acbc7291b94610e0e2c769d8cee582baa9a7

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [862f56d19e1c57d3d648275877fc434fb119e80f]

        implement databars in the core
        
        We currently only support either a databar or a color scale at an area.
        This limitation will be removed in 3.7
        
        Change-Id: I6236729822db891203479dff8554466706b4c6a8

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb3d3a0a7d49b51942e7f39cdcde1be0b11349e7]

        restructure colorscale code a bit to allow adding databars
        
        This is just a first step. In a second step we need another layer to
        allow color scales and databars applied to the same range and finally
        merge them with normal conditional formatting.
        
        Change-Id: I0452ed12dd9b2d5395cf005d75a902fbb7a984ad

2012-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [914fc75da516218bb072245a5c2e3038a4e3639e]

        add render code for data bars
        
        Still missing some advanced features like gradients, dotted line at the
        zero point, ...
        
        Change-Id: If8409ffab658315a6fed220e61d0854680633e1e

2012-05-18  Tor Lillqvist  <tlillqvist@suse.com>  [bf3a1b074ea2e56692fbb701f1bad333a0f451ad]

        There is no dbu library unless BUILD_TYPE has DBCONNECTIVITY
        
        Change-Id: Ie48fc4e96afeb1bdcfdd75522e826fa47b6cee3d

2012-05-18  Jan Holesovsky  <kendy@suse.cz>  [898d64869f71ebf3ec1fa6f3b9e72e12343caec2]

        writer UI: Decrease the size of the border around the document.
        
        This makes the horizontal scrollbar appear in smaller amount of cases,
        generally improving the user experience mainly on smaller screens.
        
        Change-Id: Ic4bf04484f26bd8be572512f6315ecc77d781d11

2012-05-18  Stephan Bergmann  <sbergman@redhat.com>  [abb26f51eea0399754cc8f5b7d7a7d648d68f630]

        One more -Werror=sign-compare
        
        Change-Id: I302da3fdb78bcc298aebb6f7c831bdea75f7b053

2012-05-18  Tor Lillqvist  <tml@iki.fi>  [bc229ca1abf8b179631ae563ef77f565a1a9d496]

        Update README.cross to match reality better
        
        Change-Id: I14e97bb9e3351ed7a5e7e8c853253353bfe9df2e

2012-05-18  Tor Lillqvist  <tml@iki.fi>  [6868d84b13a52efe91337f2dccb88e59b9f8d2b7]

        Add generic --with-build-platform-configure-options

2012-05-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ea1287bd9b877524706ae57c2fc32ed54fb062b]

        Actually it's okay to add separator items as-is to the accessible object.
        
        Change-Id: Icd188e92a827a35239c708b5fa65f58fa670e1a5

2012-05-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d3289425003bf1a8d074dc82d80f50dbdd084658]

        Make the window taller as appropriate.
        
        Change-Id: I99688bdfd91d2591def46829b7579f2fada86f53

2012-05-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2a755c0cd61b619ed14e023ad34fc7596eafdf34]

        Add sort options to the autofilter popup.
        
        Change-Id: I217b41f966220b8b1ee9638d3f6a31a23dc4bf2e

2012-05-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3da4ab93e14bbe472ac0a6bce52616a93a2506d2]

        Support separators in the autofilter/pivot table popup window.
        
        Change-Id: Ifde9cee65b2bee731e66a200b3bf68c0e320872f

2012-05-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87ed6c8480eaf0e5e3e89f00399fa214ba0dec6c]

        Better string values for "empty" and "non-empty" filtering option.
        
        Change-Id: Iecfac54143676c9f0b483c4fa8deb26bf42ea16b

2012-05-17  Noel Power  <noel.power@novell.com>  [8b1d29bc9b00bc2730738a990023a65ab6e0219b]

        fix bad stl access fdo#45987
        
        Change-Id: I0e6b29987381380e22aeaf07725e04de4ae76c54

2012-05-17  Matúš Kukan  <matus.kukan@gmail.com>  [c1f7f1f4c812f5bba073ff99e6e8c89bd74fb0a7]

        sigh, more missing dependencies
        
        Change-Id: I0d1802ebcf384095a6962fb1faf9516bd9a2dda6

2012-05-17  Tor Lillqvist  <tlillqvist@suse.com>  [19e4320c3577ed17b1870fbf43ea25242621b441]

        Correct obsolete repo name
        
        Change-Id: Idfa3bae5c2caeee1a9a3e00f6aa6f8a18c7bde7c

2012-05-17  François Tigeot  <ftigeot@wolfpond.org>  [99ea506a582d547bb14ec7f1a0bf469991e3f669]

        DragonFly: use -O2 as default CFLAGS
        
        Change-Id: Ifb9f4627c15d5f1410af2b87bf2e2f39c945671c

2012-05-17  Tor Lillqvist  <tml@iki.fi>  [d202754abf01bafe24b3805ef678a495c16eb5a5]

        WaE: 'Impl' defined as a struct here but previously declared as a class
        
        Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [5e0b52c1893ffe04a68333026afa7a557c48d534]

        some more ConstAsciiString behind OSL_ENSURE
        
        Change-Id: Ic93ec84ce62234364d233a9188a65439e88a79fe

2012-05-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5e3a4ecb0ad61faff9fb867e9b4abd092aa115b7]

        catch by const reference
        
        Change-Id: I80a26483c4ecd099a1cfe76bdac1e97b947ef104

2012-05-17  Takeshi Abe  <tabe@fixedpoint.jp>  [9902f0ee3d7b22e4984be7225370fb552da03838]

        removed unused const rtl::OUString
        
        Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [ac6833f97921981050722bee3d3cfa13f0897566]

        remove "TODO: add test" which is now done
        
        since 99bf0c318b89c7d6acee364161b34b13d348a3bb
        
        Change-Id: I0fbd88d842f750d101e3eec5a6b18f7e8bc062be

2012-05-17  Tor Lillqvist  <tlillqvist@suse.com>  [7606616cdd78d14fac485af225a220651187910d]

        Mention that the android/qa/sc test has not been maintained lately
        
        Change-Id: I78108f44bad1da0143f2849aa98a2ddf1b13fc1d

2012-05-17  Tor Lillqvist  <tlillqvist@suse.com>  [b58498fb57fc5ec30e539ba7c05d627ee99b9a8b]

        Now with in-process redirection, the adb shell setprop thing is not needed
        
        Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [fdec471a7caca3b5065676e3f31aeaa91b0f238f]

        Related: fdo#40778 use simple pushbutton for add to single user dict
        
        for "add" an unknown word to user-defined dictionaries
        a) use a normal button when there's only one user-defined dictionary
        b) use a dropdown when there's more than one user-defined dictionary
        
        Change-Id: I8a8eb3fff6c4582341d8322df403b73a517a5560

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [5dcf536b69848b56f1199b81e4b7ed87a0a3864d]

        merge the 5 ConstAsciiString duplicate classes together
        
        a) merge them together and move it into comphelper
        b) turn it into a POD rather than having vast amounts
        of destructors registered into the cxa_atexit chain
        
        Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [acd9cda35457f0a839bf9713c261022c39cd8269]

        XubString->rtl::OUString
        
        Change-Id: Ic7426d9838bb1034618c3d553482256d1866878f

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [0e9c60d5964e27d0ff5b48edcb23b340e9a0233b]

        reduce static_initialization_and_destruction chain
        
        Change-Id: Ib2642e19d9148acca27227b0d91de4e8855178aa

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [1d0f8a1bfb295ee8871267c6af8d5a2836e97ae9]

        nutso static OUStrings
        
        Change-Id: I104af905eb0d13864f70f44386b2b573fb26e513

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [2b307d2796f45dc27846765ff0d485026779b6f7]

        drop debug_oustring now that gdb pretty-printers exist
        
        Change-Id: Ie7d17f0ceb2e549b84c0cc16768604511e0e51a5

2012-05-17  Caolán McNamara  <caolanm@redhat.com>  [120cd2b5789246d7992af7dacfd796a4fd3d8e05]

        WaE: MSVC2008 C4309 truncation of constant data
        
        Change-Id: I7cae514cfd3c51bde5e8e0df2c51bed23904569d

2012-05-17  Miklos Vajna  <vmiklos@suse.cz>  [86ebc34dad026d9a32adca562b4604070e36a7a7]

        sw/qa/extras: add a README explaining how to add new tests
        
        Change-Id: I2a361a2c9becece74d41cb917a789a4429b3f3c1

2012-05-17  Ruslan Kabatsayev  <b7.10110111@gmail.com>  [cbe733f19aef7546fd8b78a9ef92e6c8d0867f59]

        autogen.sh: append aclocal arguments to ACLOCAL_FLAGS unconditionally
        
        Change-Id: I2254628edfe213c3424dce2bc5d9f164752e913c

2012-05-17  Muthu Subramanian  <sumuthu@suse.com>  [ef4d2a80ee726faa91b3fc2402126813d92666ef]

        n#760029: Floor borders were missing from 3D Charts.
        
        Looks like there should always be a floor border for the 3D charts.

2012-05-17  David Tardon  <dtardon@redhat.com>  [3378c2d3b88a8413deeb8365ce40d4ee0716eff6]

        fix spurious delivery of rdb files (better way)
        
        The only task of the UnoApi class is to deliver a RDB file and all the
        stuff related to it (i.e., the IDL files and the generated headers). For
        that purpose, order-only dependecies are sufficient.
        
        Change-Id: Ibe0a58d1e8ceaad62ff71773e372fb8dfb921fbd

2012-05-17  David Tardon  <dtardon@redhat.com>  [06c8ad5197d1e2c7a418a7a5b48bc1ad20ce1754]

        Revert "fix spurious re-delivery of RDB files:"
        
        This reverts commit 07c0b800d9d70857882238204820f75b8dc98b26.

2012-05-17  David Tardon  <dtardon@redhat.com>  [47b6d27c2d6f2c224fa693f3c883644e650e57ca]

        remove duplicated dependency
        
        Change-Id: I4cfe3ce7b7dab5d3fb2d3ddfa28f0fa263593667

2012-05-17  David Tardon  <dtardon@redhat.com>  [f70fe6e651eefbc69c434256f7e74ad53519a36c]

        fdo#49921 make sure all tab pages have the same dimensions
        
        The reason is that they can be combined arbitrarily in dialogs, so
        changing, e.g., height of one tab can lead to "interesting" results. Cf.
        commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and
        29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the
        problem described fdo#49921.
        
        Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d

2012-05-17  Andras Timar  <atimar@suse.com>  [9baeb0bd8f621457d265f09bd377d7147141030d]

        on Windows we need both propex (Perl script) and propex.bat (launcher)
        
        Change-Id: I1044c84dc0fb22188100c17440a72c0a7d923adc

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [7175ceede15271299e44b33a8de5d7aa32a15e50]

        i18npool: fix spurious re-deliver of i18npool.uno.so:
        
        The target is always older, because it is delivered while preserving
        the timestamp of the source, but here order only dependency is enough.

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [b6076ec3c1b9c384d8229cd079c39f510a9f38f7]

        gbuild: fix build executable dependencies:
        
        Rules that invoke generated executables should have dependencies on
        those executables.

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [236055746ffe92ce3b2a7a9316b1083da046deb9]

        further spurious dep-file rebuild fixes:
        
        With the way dep-file generation was changed for LinkTargets in
        8b5a984d45005d3df1c89eae897d6e04612625d8, it is necessary to change all
        other dep-file generation the same way, because the LinkTarget dep-files
        are outdated wrt. the object dep-files after an initial make run, and
        hence if any other dep-file depends in any way (even build-order) on a
        generated Executable, say by depending on the corresponding target file,
        then the PHONY entries in the outdated LinkTarget dep-files for the
        executable and its linked libraries cause all these objects to be
        recompiled.
        
        It is not a problem that there is a rule with the dep-file as target,
        and another rule for the corresponding actual target that writes the
        dep-file as a side-effect, without dependecy between the targets:
        because make does processing in 2 phases, first building all included
        makefiles, second all other targets, it is guaranteed that the 2
        commands don't race to overwrite the dep-file because (when there is no
        dependency between them) they will not be executed in the same phase.
        
        The only problem here is that this will probably make IDL processing a
        lot slower on Windows, writing all those dummy dep-files.

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [6cdc3b9ceb13954f82026d851ab4ca88a706cb84]

        fix LinkTarget dep-target dependencies:
        
        The LinkTarget dep-target depends on the LinkTarget headers target,
        which appears unnecessary and harmful because since commit
        8b5a984d45005d3df1c89eae897d6e04612625d8 the initial dep files always
        contain PHONY deps anyway; also the PHONY deps cause spurious re-builds
        here because e.g. the tools library depends on a tools package that
        depends on a tools custom target that depends on some executable
        that depends on libuno_sal that depends on its objects which depend on
        this PHONY thing so all that stuff is spuriously re-compiled in make
        subsequentcheck after a build from scratch, breaking tests because
        being subsequent they don't expect libraries to change under them.
        Also, link target shouldn't depend on its dep target.

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [07c0b800d9d70857882238204820f75b8dc98b26]

        fix spurious re-delivery of RDB files:
        
        The OUTDIR RDB depends on Packages for IDL and headers, the latter of
        which depends on the WORKDIR RDB, hence preserving timestamps here leads
        to spurious re-delivery because the OUTDIR RDB always has older
        timestamp than the headers Package.

2012-05-16  Michael Stahl  <mstahl@redhat.com>  [0b1e380e02e1b480648d5101d68c7e1e47520bc9]

        try to fix --with-solver-and-workdir-root on Windows
        
        idlc breaks because sal considers X:\\foo an invalid system path

2012-05-17  Tor Lillqvist  <tlillqvist@suse.com>  [a7098c77b37106e88cd23c9caaf0d31eaa0d5cba]

        Move the RPATH enforcement to icu4c-rpath.patch and skip that for Android
        
        We might eventually want to use Mike Hommey's "faulty.lib" dynamic
        linker (developed for Firefox on Android) to get around the Android
        system dynamic linker's silly limitations. It does not like
        DT_RPATH. (The Android system dynamic linker just ignores those.) So
        no point putting RPATH into the ICU libs for Android.
        
        Note that the faulty.lib linker is not usable currently because it
        doesn't like the text relocations that the NDK r8 toolchain generates
        for some reason. Sigh.
        
        Change-Id: I9092c6001f0aadbb30e2682e33e7179520846f3b

2012-05-16  Stephan Bergmann  <sbergman@redhat.com>  [d015384e1d98fe77fd59339044f58efb1ab9fb25]

        Fixed ThreadPool (and dependent ORequestThread) life cycle
        
        At least with sw_complex test under load, it happened that an ORequestThread
        could still process a remote release request while the main thread was already
        in exit(3).  This was because (a) ThreadPool never joined with the spawned
        worker threads (which has been rectified by calling uno_threadpool_dispose(0)
        from the final uno_threadpool_destroy), and (b) binaryurp::Bridge called
        uno_threadpool_destroy only from its destructor (which could go as late as
        exit(3)) instead of from terminate.
        
        Additional clean up:
        * Access to Bridge's threadPool_ is now cleanly controlled by mutex_ (even
          though that might not be necessary in every case).
        * ThreadPool's stopDisposing got renamed to destroy, to make meaning clearer.
        
        Change-Id: I45fa76e80e790a11065e7bf8ac9d92af2e62f262

2012-05-16  Matúš Kukan  <matus.kukan@gmail.com>  [9aad89df8757d4570084424e63b9562a13448bde]

        improve make invocation
        
        Change-Id: I9dbe77062df3a9b02dab0f5755c0e616829fa125

2012-05-16  Jan Holesovsky  <kendy@suse.cz>  [f23d055dbee887ef9ebdf0a72b83ee1de91b7b8b]

        writer: Fix off-by-one problem with the shadow image.
        
        Change-Id: I4530ecdc5292814de095ce7717309b322a24f430

2012-05-16  Jan Holesovsky  <kendy@suse.cz>  [f92c3d0e63c893f32aeeb3466ce8f2ca7b03c7cb]

        writer: Make the document frame look like in Impress.
        
        Change-Id: I0b30ed9210d46ae40789d2f0052669577582cd3a

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [40fab3bd05880e1ee35022037f1f7ea4f5ff999a]

        Don't create the local.properties files in the source tree from configure
        
        Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [fcbfccdeb0d1f25627f9be8d4ca1b886e0b184a5]

        Create the redirection thread in detached state
        
        Change-Id: I293fa84452f00a41f4a33d4a45eee6d1a32ff761

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [62f030133d5dd1a89b2320b9f123165958d899bb]

        Move the sleep (for attaching debugger) earlier
        
        Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [cf4f6a71ffbb4ec83d50a05326b5a1c69aaff21c]

        Don't mention the same rdb file in both UNO_SERVICES and URE_MORE_SERVICES
        
        Change-Id: I81b3a451b5fd4eaf83ee525aa38df32686e38cfe

2012-05-16  Jan Holesovsky  <kendy@suse.cz>  [cd28abc0496b72828c48815b4336a6b1321cb817]

        ruler: More off-by-one drawing problems fixed (hopefully all of them now).
        
        Change-Id: Icd566610229fe080bb45b746459abed15112c225

2012-05-16  Muthu Subramanian  <sumuthu@suse.com>  [46083c95c9f4058cc7e9aad3c316de78446897b3]

        Crash fix.

2012-05-16  Takeshi Abe  <tabe@fixedpoint.jp>  [b2022330c01ae2080f4c2bc01be430b0b6faf9d8]

        removed unused constant rtl::OUString
        
        Change-Id: I173275e0f8faa852500d108f65636080f79636c6

2012-05-16  Takeshi Abe  <tabe@fixedpoint.jp>  [2dd60383c119d80eff7188ddf003ce9d27ef7519]

        removed useless code
        
        Change-Id: If60124deaeb5b756c17c9f724ec150e909cc7373

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [cc92cb54e246e48dc62ef149aeaa550e14ec3a9e]

        completely nutso merge bustage since 2004
        
        useless unused fat global objects since
        146f73bcfa48ddddd18a1eb449aaa5ddd43d2dd2
        
        Change-Id: I2a5f54d34b498a64b658f158f98269f16e2e71f8

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [0f6630977951abb6969696d38d8685f611888af1]

        reduce a gadzillion make_pairs executions to simple array of pod
        
        Change-Id: I38249d12d0c4e7a732b505cf90e1e8806c718229

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [df34ccb01d2f36eafd5a785cbfe4dd86ef78890a]

        remove unneeded include of boost/bind.hpp
        
        Change-Id: I5a254459a491b9547530d8e312260dceed21f25c

2012-05-16  Muthu Subramanian  <sumuthu@suse.com>  [d83463931ef511ba1b43984072626345cf765b8a]

        Revert selected hunks from various 'unused code' commits.
        
        These functions are required for debugging pptx import problems.

2012-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30590f00e44cbe7b2a5253f544302ee5b0c3c08d]

        Let VSD typedetection not throw
        
        Change-Id: Ifdb4cff2e2cbc05b694db31fcaf381186ec1b830

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [60618628682d0308c3aa46cd2074fca6a0512ace]

        More verbose (hopefully correct) help for --enable-headless
        
        Change-Id: I632cfca94a55a395a1765675fa015bbb8864228b

2012-05-16  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [b576aa1318ebdfea8349c23da7a8b1237156a8f9]

        fdo#47246: vcl: fix --enable-headless build
        
        Follow android way of building stuff.
        
        Change-Id: Ia3f8d7c58dbd09e070d9ea583872e115828365cb

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [2e1724da5c319161059074f61019f38719682b0b]

        WaE: unsafe mix of bool and sal_Bool
        
        Change-Id: I2caca314d87264261ccc4400b6f93bed960e8c6a

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [8512e5c2b3617a2c8d77381788c3864db594ce46]

        reduce static_initialization_and_destruction chain
        
        Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe

2012-05-16  Caolán McNamara  <caolanm@redhat.com>  [c7f60050da130eaeab11a53142a65b61c92c34a1]

        restore this, problem was ever-growing PATH for incremental builds
        
        which is hopefully fixed by b0b92d1e5f2097652b12252a32cea40a5868e20c
        
        Change-Id: I237381609b132666083fd0ff159625770e0db243

2012-05-16  Stephan Bergmann  <sbergman@redhat.com>  [e3633f60b349022994e291aa3d1a0c90c3403b2e]

        fdo#46074 fdo#49948 Ignore corrupted items in Recent Documents
        
        ...following up on 4ccb4bda483eb548eb6efb5e2f1952f094522320 "fdo#46074 Ignore
        corrupted items in Recent Documents" with another problematic scenario found
        with fdo#49948.
        
        Change-Id: I3e7c803813f09c1f031defc2c18cfab6732b1621

2012-05-16  Stephan Bergmann  <sbergman@redhat.com>  [b772e2f064d150edb0ce75d252de6658a04849a8]

        Unwound unhelpful LogHelper::logIt
        
        ...where the OSL_FAIL line numbers did not point at the relevant code.
        
        Change-Id: I4d12d63782378cbbc446cdcd77c07676ffc81d78

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [d31e409ec1eb3e5ea81ec2a2288a046cf1e395a1]

        Update library list
        
        Change-Id: I9c652fc6940bd856aa8ba5f7e2daaae6a5502b3d

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [182c1e4f99d7d3ae73cafdae02573ca29b6639cc]

        Call lo-bootstrap's redirect_stdio
        
        Change-Id: I45732ac81d00837ce517ed5c527c8c767e690abf

2012-05-16  Tor Lillqvist  <tlillqvist@suse.com>  [c53c665de33d931e5d3a6ad767240fc83ac8bd69]

        Add stdout and stderr redirection to the Android log
        
        On a (non-rooted) device it is not possible to set the
        log.redirect-stdio property so that it would be effective (i.e. read
        by the Zygote process when it starts). Such redirection has to be done
        in-process.
        
        Add a (JNI-callable) method to set it up: Point file descriptors 1 and
        2 at pipes that are read by a thread that logs each line through the
        Android logging API. Code based on Android's own logwrapper.c.
        
        Change-Id: Id5308293595096a44a2ffed2dbc0c252be109de7

2012-05-16  Andras Timar  <atimar@suse.com>  [7e90e00f1499eaf4139ed53c2b896f4b4fc73fe5]

        fdo#48914 uninstall process should remove .pyc files from install directory
        
        When install location is writable to user (typical on Windows XP),
        Python generates .pyc files. We can remove them using the RemoveFile table
        in MSI. We generate an entry for each .py file in the install set.
        
        Change-Id: I314582d52162c6f3ae3acc72de9d620680fb23e0

2012-05-15  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [bef8e358b6940fd4a976cb346dfd829643e581b8]

        fdo#48068 fix parsing of path d-attribute
        
        Change-Id: I43a5f69a30b3766303e049ba4d66c4fd79b9de30

2012-05-15  Michael Stahl  <mstahl@redhat.com>  [6d1cef5d97aa6695db0874b4da30b952fb1c53ae]

        try to serialize linking in tail_build a little
        
        To hopefully reduce likelyhood of OOM related problems, especially
        with debug/symbols enabled, prevent linking 10 biggest libraries in
        parallel.

2012-05-15  Eike Rathke  <erack@redhat.com>  [b936d537e4cf4d146afaa5d5aec665a2b5be3735]

        added common date acceptance patterns to *-FR locales

2012-05-15  Lionel Elie Mamane  <lionel@mamane.lu>  [2ffe693d7e1f9710815b946112b34e2aec5450e5]

        simplify/clarify code

2012-05-15  Lionel Elie Mamane  <lionel@mamane.lu>  [8fca982829c03995e74faf17e5777b3aa61b91dc]

        fdo#48345 need to refresh row also when not m_bRowCountFinal

2012-05-15  Caolán McNamara  <caolanm@redhat.com>  [cdd4d969b1446ca0492adda239f5caf9987b84eb]

        Related: rhbz#790233 Allow styles to be deleted from the template dialog
        
        I knew this used to work at some stage, appears to be a
        regression since cdf8680ed24a56956f257c99c73ff95ff488e2c6
        GetIndices_Impl gives the region and index of the entry relative to the
        immediate parent, so doesn't make sense to use those as indexes
        into the template array if we're at the style level.
        
        backup into the template level if we're below it to get the
        relevant template index.
        
        Change-Id: I37a0bbc38cbb4dd82dd3d2c8309d8be61d83adbd

2012-05-15  Caolán McNamara  <caolanm@redhat.com>  [8856ec1904882c69a38f6898b3c4d9227e7257b0]

        WaE: unsafe mix of bool and sal_Bool
        
        Change-Id: I0b52eead997b8d6937088aade660be78d600b8b4

2012-05-15  Noel Power  <noel.power@novell.com>  [3234c2a7864501243fdd9a1fdd5eb044bf317383]

        similar to fdo#45592 type for property UNO_NAME_SAVE_FILTER_DATA is wrong

2012-05-15  Stephan Bergmann  <sbergman@redhat.com>  [1d7d99e9aa74cb5ee11649b76e35c5a03263c889]

        Mode (r/o vs r/w) changes can affect title, too
        
        Change-Id: I69ecb9fa157c706c90132e7801def2253529158d

2012-05-15  Stephan Bergmann  <sbergman@redhat.com>  [a0cd92dbafeec1d2f1400e7841c48cc8c02295ad]

        Cleaned up some OSL_TRACE -> SAL_INFO uses
        
        Change-Id: Ie70be4d3e4f086eaa301295df0bc7d25792d2cd2

2012-05-15  Luboš Luňák  <l.lunak@suse.cz>  [60cb70b94537e9ff1155fb80255fc04ce41363b2]

        do not reuse shape context (part of bnc#705956)
        
        As far as I can say, this reusing is just an optimization, but
        it breaks e.g. with <w:pict><v:group><w:pict>... , where
        using the same context for two shapes breaks things, e.g.
        oox::vml::ShapeContainer::getFirstShape() does not work right.
        
        Change-Id: I90bb85b4d320e1bb0727401879b0551abbac5f12

2012-05-15  Tomas Chvatal  <tchvatal@suse.cz>  [516f81a17619a993694c08b024f0c1a6b11dceb5]

        Do not call getOrigName ever
        
        When one take look on what the code did:
        
           name = nameA;
           origName = nameA;
        
           GooString *getOrigName() { return origName; }
           GooString *getName() { return name; }
        
        This code is used even with poppler 10 which was branched 4 years ago.
        So simply do not bother with this code at all.
        
        Change-Id: Iba877e765fb763878f5ccd3e1fa62c29cadc9085

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [a490c019787bbea83a7a8419978d3c1efaf5450f]

        ruler: Fixed many off-by-one drawing problems.
        
        Change-Id: I3aab81682310cbf1da8af6dc0a5d71eb8e3140e4

2012-05-15  Tomas Chvatal  <tchvatal@suse.cz>  [0e61bee42ed0af0d83c5a94b495a20bc05861582]

        Build with ICU<49 by disabling features not around
        
        Thanks to Caolan for the explanation.
        
        Change-Id: I1db0b1f60681c5f2815472b220ba54b4c38c0cd4

2012-05-15  Michael Stahl  <mstahl@redhat.com>  [b0b92d1e5f2097652b12252a32cea40a5868e20c]

        split up top-level Makefile:
        
        The top-level Makefile invokes autogen.sh (and thereby configure) in an
        environment which is polluted by config_host.mk; this causes at least
        the problem that following a "make clean", the bootstrap script will not
        copy dmake to its destination because BUILD_DMAKE=NO is set from
        config_host.mk, which is apparently due to the PATH being polluted from
        config_host.mk, so configure finds the dmake in the build tree.
        
        So split up top-level Makefile into Makefile, which invokes autogen.sh,
        and Makefile.top, which does everything else.

2012-05-15  Noel Power  <noel.power@novell.com>  [db6dd09720c7e457bb46da4e80a786cae1ee0fc7]

        fix property type for printoptions fdo#45592
        
        Change-Id: Ie78e3a5fffb73c212dcb60e4ad0dbe2f7db8fea2

2012-05-15  Andras Timar  <atimar@suse.com>  [70c92c53d4133fde03c575334597909c4aada5ab]

        fix log entry of mergemodule condition
        
        Change-Id: Id88f38fb806c6178240eb69da69c2e633c2033da

2012-05-15  Caolán McNamara  <caolanm@redhat.com>  [f887c77064a5ae8694af30f6bf24a6c61bd902ef]

        Related: rhbz#162935 Document reason for stl header visibility check
        
        Change-Id: I63edb1931975eca15a0b1efc51f9ce0d35739ebc

2012-05-15  Caolán McNamara  <caolanm@redhat.com>  [51eb0d79c122be86bb6fb4137c6d5ff26cc7e1d7]

        ditch UniString
        
        Change-Id: I0671f0acf5a53a1c7f442f721bb058a3760ca18c

2012-05-15  Caolán McNamara  <caolanm@redhat.com>  [9b71aa0de186d534f4dc79b587f0cd6d8e17e590]

        convert GetUndoActionComment family to rtl::OUString
        
        Change-Id: I36ccf62ee2e2769bcf1aef6d26d96bce6c7078f0

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [844bba4bb44966a1d27f55c4e511eb7f5887d147]

        Replace extra XFormulaTokens call with direct ScDocument
        
        Change-Id: Ib7469c4214687021efdcfb9bbf162ee6eb6404c4

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [82f91c909a49d3556e771f420c48d41eb71f506f]

        Get cell instance once and use c++style cast
        
        Change-Id: I0a2a06b805ba1fd7d03937e767568d622615b059

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [1158a8b833441b33ca30cfc1fae9f8f283745d81]

        Use ScUnoConversion instead of casts for address conversion
        
        Change-Id: Ia3fbe15aeed9a3cb7928ada1a438b190f8fbb017

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [ac409adb1926f6c4f865b3c6df7bfd57e298a60b]

        Pass forumlaResult value directly to ScDocument
        
        - Removed extra call to XCell2 and instead passed formula result directly to ScDocument.
        
        Change-Id: Ifea731e44f12a048b76f8d5a4cc2d0619a56bbbc

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [14f23858c617b8fa3872d743f6d4a78cf2338020]

        Remove extra XText call and pass string directly to ScDocument
        
        Change-Id: I568b86f34335bb9290ae796a6140d6e4ff65752b

2012-05-15  Daniel Bankston  <daniel.e.bankston@gmail.com>  [5057c65fed7e55982de5bda9626fe863b7316c64]

        Remove getCellBlock() code that always returns null.
        
        - Removed CellBlockBuffer::getCellBlock() method that always returns null as per my IRC convo yesterday with Kohei.
        
        Change-Id: If57429c8cf48d309a610c703d97b53406653a767

2012-05-15  Daniel Bankston  <daniel.dev.libreoffice@gmail.com>  [8f9099c01385fb6b72a352a07b11c2a1ed0e3ca1]

        Remove extra XCell call and pass cell value directly to ScDocument.
        
        Change-Id: Idb16d82dad08f1028a065cba568682477fe41313

2012-05-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38987d02e5392c523203b91132d4c5790af24785]

        export color scales only to the correct sheet
        
        Change-Id: I70c4d213fdd91f7032d637e93410add1f8266a3e

2012-05-15  Stephan Bergmann  <sbergman@redhat.com>  [47ba662ce60d89572a2269523d07034f16edf33c]

        Explicitly initialize target-specific variables
        
        ...so they do not erroneously inherit values from other targets.
        
        Change-Id: I6c84cecad4ea858b77d5d83eb93938c397aed076

2012-05-15  Miklos Vajna  <vmiklos@suse.cz>  [163e136650adba01382ec47e017d4b426aa49112]

        fdo#49940 testcase
        
        Change-Id: I3a6fc3bf2915699d886f3b8e966ae2718517d7bd

2012-05-15  Miklos Vajna  <vmiklos@suse.cz>  [7d8077f2aea1f42ca19d5c685e64f597293f89bc]

        n#760294 testcase
        
        Change-Id: I52f063848c7bd63bdef73fb21eaad4256a14d128

2012-05-15  Stephan Bergmann  <sbergman@redhat.com>  [cdf783872af1df9389353803dc64ccab0c8f033e]

        Work around signed/unsigned warning (old GCC versions), and adapt loop type
        
        Change-Id: I48a0c1b9f754381ae6dec546ab9443040df8210c

2012-05-15  Miklos Vajna  <vmiklos@suse.cz>  [50cb1667020494906afaacb68d4163d1eda527cf]

        fdo#49940 dmapper: handle m_bTitlePage when m_nBreakType is zero
        
        We used to ignore m_bTitlePage in this case, resulting in wrong
        'Default' page style for the first page, instead of 'First Page'.
        
        Change-Id: I1899354fb39db4f0eb663fd5233395f2d4a5e72a

2012-05-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6f6a419a39f8d97a49a84ae730ecd3d93738a744]

        missing break (I suppose)
        
        Change-Id: I504cbe271ef4475963b8277a1ab7dcb09b0dda38

2012-05-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9b01e60444b0c176770f0adafc8f1bb4718dfba5]

        use real visibility of SwScrollbar again
        
        Change-Id: Idd21d7efa2708ab2486cdaf8bf5910af36551687

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [64c696fc92a860fdbbe490ca503391b964dd646f]

        aero: Implement a glass menubar on Windows.
        
        We need to default to the Aero colors too, in order to this be really
        beautiful; but hopefully already in the current state it is an improvement :-)
        
        Change-Id: I 113039b62320fa76916ba74071e1eebff4d3476c

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [83208da599e46dbba39c9e9a5b503bc4e93d4eea]

        Reduce copy'n'paste by different nesting of if's.
        
        Change-Id: I9a68d585217550c1d229a2bc66d04e506253d747

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [edec6d134a4265fe6c69f3e51a173a5cd395c615]

        Pack the bools.
        
        Change-Id: I71bf94a87f8d7092b472e7a8eb58045a82749c29

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [9d2b1ec8e85b0786eae452198a7f57a3c00ec33b]

        Don't take the workspace color from system on Windows, it is extremely ugly.
        
        [We need to introduce taking colors from theme (instead of system) anyway.]
        
        Change-Id: I75037771f2542e924cbff01accf66cfc851ec255

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [23676a74fcf80d2ff35706361c3ddd6711c917f9]

        Instead of DwmIsCompositionEnabled, use IsThemeActive from uxtheme.dll.
        
        No idea why the DwmIsCompositionEnabled is recommended ~everywhere where you
        search for how to check if the themes are enabled; it is wrong as eg. over
        rdesktop, you are still using themes, but for sure not the composition in dwm.
        
        Change-Id: I Ib34f2a17809d03f29ccdf7d4a8b94ee7ad996bf5

2012-05-15  Jan Holesovsky  <kendy@suse.cz>  [1917de4bb409b9b9d3a5c25c5154298b3e29f0a6]

        Kill unused file.
        
        Change-Id: Id07fce1f1baf7361e16f16af63f54c98a71791f6

2012-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [07b3d083b49b4cbb248b5ba0aeba2bbdd3cc487d]

        TDE integration
        
        Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e

2012-05-15  Michael Stahl  <mstahl@redhat.com>  [007f16ef7ad40ae932df884ba04f0de71928b852]

        SwTableAutoFmtTbl: try to fix MSVC tinderbox:
        
        C:/lo/core/sw/inc\tblafmt.hxx(311) : error C2487:
        'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>::insert'
        : member of dll interface class may not be declared with dll interface
        
        Not really understanding what the problem is here, attempting to fix it
        by not deriving SwTableAutoFmtTbl from the container, and trying to get
        that to build somehow resulted in this commit.

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [51270f84bbeed46b3253ecfa1f8ddd408106b746]

        sw: avoid over-using over-complicated SfxUndoManager::IsUndoEnabled

2012-05-14  Andras Timar  <atimar@suse.com>  [80a921e88a036d42b4b884bb3e0b651fc083c1cd]

        fdo#46519 workaround of MSI installer error 1935
        
        In some circumstances installation of embedded VC++ runtime
        fails with error code 1935. This usually occurs, when there are
        many different versions of VC++ runtimes installed on the computer,
        including beta versions. We can workaround this Microsoft bug, if we
        don't install our VC++ runtime. A new property was introduced. It is
        called VC_REDIST, and installation of VC++ runtime depends on its
        value. (BTW the solution is general, ComponentCondition can be used
        for any merge module, now we have only the VC++ runtime merge module.)
        When the user experiences error code 1935, he should try to install
        LibreOffice with the following command line:
        msiexec /i <msi file name> VC_REDIST=0
        The patch fixes another minor issue. 64-bit VC++ runtime will
        not be installed on 32-bit systems any more.
        
        Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [2c4fbc8785aff024e22f657c735d5cdafe5b9a70]

        sw: try to fix Mac tinderbox SwAuthorityFieldType:
        
        Apparently Apple GCC 4.0.1 wants to invoke a copy constructor for
        SwAuthorityFieldType when it is given as parameter to InsertFldType,
        which seems entirely spurious; let's try if this works around the issue.

2012-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e062c50b19aa5e0c43bab9a52b94247766083124]

        Comment this one because it randomly breaks Windows build
        
        Change-Id: I3f00ab7149d6d198292d63ed3f16b213b39a3054

2012-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8b1692b68f4b314ebc261c40c93c773a905367fb]

        Revert "Update lpsolve to 5.5.2.0. Resolves bug fdo#39496."
        
        Sorry to have to revert this, but it is too broken on Windows.
        Even on linux it needed some work to get right. Just stick with
        what was there while the author works on a better version.
        
        This reverts commit 21155b8739b1a90455e75b9b527c75e27390455c.
        
        Change-Id: Iaa075c2bd4d2fccf4d58052888735bedc83605c7

2012-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eaa2426fb329831683bb45da222e319247eef11f]

        fix the lpsolve build
        
        Change-Id: Ibb86fb64dd8bee950b70890018cd15dffd7484b1

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [68b9fc0627bcfaad6df2ada1734905811149a1ce]

        Fix memory leak from using std::vector for SwTableBoxes
        
        Also adapt dbgutil code for previous commit

2012-05-14  Noel Grandin  <noel@peralex.com>  [b8ace0f986769cc952718ab5e262808d899d5549]

        Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vector
        
        I added a GetPos() method because quite a lot of code used that
        method and the existing code is quite tied to the precise
        return values of that method.
        
        Change-Id: I9af6b923d978abe758b63d835f228495c020455a

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [5031e17d4b11181be94448702b1026bd38e0b3c4]

        fix RenameHdl in previous commit:
        
        ::boost::ptr_vector::erase will delete the element, so p points to freed
        memory after that line; try to get this to work via the transfer method.

2012-05-14  Noel Grandin  <noel@peralex.com>  [60473b5ecaa4aceef876b54c2134c4da294217e5]

        Convert SV_DECL_PTRARR_DEL(_SwTableAutoFmtTbl) to boost::ptr_vector
        
        Change-Id: I1c92f9d77723979a9d16e9114282dec8d3566de6

2012-05-14  Noel Grandin  <noel@peralex.com>  [b16ce6e60ffcfea13f025b2cee0011be76f42023]

        Convert SV_DECL_PTRARR(SwEvtLstnrArray) to std::vector
        
        Change-Id: Ifd81de26432d2e7ceed1a643e3c2009e97f8a5b2

2012-05-14  Noel Grandin  <noel@peralex.com>  [d61282d4a91b441a5859be1ae8ba2abad2aab36e]

        Convert SV_DECL_PTRARR(ActionContextArr) to std::deque
        
        Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d

2012-05-14  Noel Grandin  <noel@peralex.com>  [00187240445d3f29a9f9bfa5a10017ac793f9771]

        Convert SV_DECL_PTRARR_DEL(SwAuthDataArr) to boost::ptr_vector
        
        Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3

2012-05-14  Noel Grandin  <noel@peralex.com>  [0be2a98cc04ee26f605a6f6e7efbdee325560a91]

        Convert V_DECL_PTRARR_DEL(SortKeyArr) to boost::ptr_vector
        
        Removed the copy constructor because it was dangerous,
        it could result in accessing an SwTOXSortKey object after it was released.
        Removed the operator= because it was private, and no longer used.
        
        Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71

2012-05-14  Tomas Chvatal  <tchvatal@suse.cz>  [21155b8739b1a90455e75b9b527c75e27390455c]

        Update lpsolve to 5.5.2.0. Resolves bug fdo#39496.
        
        Change-Id: I10b6043bf43d0b65a982a8c4f0067ac726189c53

2012-05-14  Julien Nabet  <serval2412@yahoo.fr>  [18e6e7d929c2be209407ed2e56b8ec4d5e6c4900]

        WaE : XKeycodeToKeysym deprecated
        
        Replaced by XkbKeycodeToKeysym
        (cf http://nabble.documentfoundation.org/PATCH-Proposed-patch-for-XKeycodeToKeysym-deprecated-td3978158.html)
        
        Change-Id: Ide8331705369d0c38e72bfe693102625e62a87e1

2012-05-14  Stephan Bergmann  <sbergman@redhat.com>  [d8ade3ccf6d7832b672edd57ec688515240413b3]

        Added link to LanguageTool.oxt issue
        
        Change-Id: Ifab63273b12963e748c9b937648b2079fcd0c796

2012-05-14  Stephan Bergmann  <sbergman@redhat.com>  [3b1798a55bf7c193b911ce23e280e6a0e1e4314a]

        Work around extension factories not implementing XServiceInfo
        
        ...that would otherwise lead to "Bad insert element" failure during live-insertion.
        
        Change-Id: I74f883c9b613f03256abb7be7657f25b418f821d

2012-05-14  Eike Rathke  <erack@redhat.com>  [435c117c1c684d4603f557ed821c1fd5ee057086]

        some optimization of ScAttrArray::GetLastVisibleAttr()
        
        Method assumed that not much attribution happens below data and started from
        the end of attribution, in the case of not much attribution it worked fine.
        For the case of many differently formatted areas with a sufficiently large
        area of visibly equal attribution near data end it was a bottle neck looping
        over unnecessarily many comparisons. Start at data end instead. For the case
        of not much attribution it doesn't really matter, and for the case of no
        sufficiently large area below data end it doesn't matter at all and compares
        the same number of entries. The drawback would be a large area near
        attribution end with many small areas between data end and the large area.
        
        Observed with test case of fdo#46160

2012-05-14  Tomas Chvatal  <tchvatal@suse.cz>  [904763b1134bdd84a4e64de1e037da5cac192f27]

        Support unpacking xz files.
        
        Change-Id: If0b7234ede1d9f8c59e5df692b45539a508d8921

2012-05-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cf8b304af3e88e9d8b42793f079124939a616d3b]

        fdo#49854: Adjust array access for the addition of color scale attribute.
        
        Or else crash would ensue...
        
        Change-Id: I537523818eae3d558c300705baf7a5d9a8fa6dd9

2012-05-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [204555c107ae455b5bf2c84e450b2da37e5b06db]

        Renamed FILE to DOCINFO_TITLE, which is more appropriate for this field.
        
        Change-Id: I1267629da8b66fc21c4ae2e78634c2093274aa61

2012-05-14  Miklos Vajna  <vmiklos@suse.cz>  [82b0450450d62328e7aede5ac23ba30055219728]

        n#760294 svtools: allow border gap < 1pt
        
        Change-Id: I3ac70ea343edde406e78845a112aabcbd8ff65b1

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [cb235067de2bf7feef3c03eeb08492e60da0d083]

        Resolves: fdo#49897 add+use SwDoc::containsUpdatableFields
        
        Change-Id: I03ab6367a40ddc5748a499c4e2c7f108a3ef8a08

2012-05-14  Matúš Kukan  <matus.kukan@gmail.com>  [a0c36a1e39c0874b3dc9731544ddfe5b2822e42f]

        quick fix for slowcheck targets in tail_build
        
        Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e

2012-05-14  Matúš Kukan  <matus.kukan@gmail.com>  [15f637229dc9d196461af4c096a4b4a99cb255db]

        dxguid.lib not needed here
        
        Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab

2012-05-14  Matúš Kukan  <matus.kukan@gmail.com>  [d2fe7ac24b43e8a00a7c59cdbd0efb4ff117e583]

        -I$(SRCDIR)/solenv/inc is from SOLARINC
        
        Change-Id: I I4fdd35b2d2c256f7d45022fb837178ace9d678d9

2012-05-14  Miklos Vajna  <vmiklos@suse.cz>  [057d632db0872c17ebb7abb3afa26d7e97f05243]

        Initial ooxml export test
        
        Change-Id: I Id7f647be04245496bb1970b1bcc621d97395c032

2012-05-14  Takeshi Abe  <tabe@fixedpoint.jp>  [a6b68f4682c16281249889016921a289411da753]

        removed unused static rtl::OUString
        
        Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b

2012-05-14  Noel Power  <noel.power@novell.com>  [14ced14a22d619a9316ee6e722645d0b38f02875]

        add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )
        
        Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [e9bc6d789702f330a8a8d9eaa830a90d24d63a38]

        Revert "attempt to disable multi-defined symbol on windows for basic test"
        
        Let's hope this works now.
        
        This reverts commit 6113b27ec15da2a3b140ae58676062d74c99b31e.
        This reverts commit 4e90345a4dea1ddf0ddded4f1fcae1c87894e120.

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [4b88c6e705a432ca0350c20a3a4e5c7c74a3abdc]

        CppunitTest_basic_enable does not seem to need library objects
        
        and it apparently causes linking failures on Windows, so try without.

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [affb63e6e3bf1c676e91afbee45649f86d64d506]

        sot: minor unit test logic cleanup

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [ac90be0eddb4f1724c4aef3e3eade82bda8737ee]

        sot: add OLE2 unit test reading streams forward and backwards

2012-05-14  Stephan Bergmann  <sbergman@redhat.com>  [eda52d5e73d8918f354036cf7db3acfab43b36d7]

        FilterConfigCache not used outside svtools
        
        Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c

2012-05-14  Noel Power  <noel.power@novell.com>  [4e90345a4dea1ddf0ddded4f1fcae1c87894e120]

        fix missing ')' in Module.basic.mk
        
        Change-Id: I2a9eb4d5c6e8dfea2aaf9b8667d3e3de7b1357fe

2012-05-14  Noel Power  <noel.power@novell.com>  [6113b27ec15da2a3b140ae58676062d74c99b31e]

        attempt to disable multi-defined symbol on windows for basic test
        
        CppunitTest_basic_enable.mk & test_basic_enable.dll seems to suffer for some strange multiple defined symbol crack which is killing the tinderboxes, disable for the moment
        
        Change-Id: I1584c11a0445ac36c138ae075ca365ad4b2effe1

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [8924a7bde1bd5ddb857342b6f8704c250f897078]

        fdo#35270 - enable caching of grammar checker properties
        
        Thanks to Daniel Naber for some great detective work
        
        Change-Id: I8318368971c3d34064ba2e59e757a2e5839d7d6b

2012-05-14  Petr Mladek  <pmladek@suse.cz>  [cf7f6ba13f2824ca21baee59f6f25f0ee671cd54]

        better fix for poppler 0.20
        
        Do not call gfxFont->getName() twice; Thanks David Tardon for catching this.
        
        Heh, I wonder if gfxFont->getOrigName() ever given any different value
        than getName() ;-)
        
        Change-Id: Idaf95a6a024076c6d450519923b6129166a5f8bd

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [6b3bf27cb56d661725ac3fcfb756562e0ad75564]

        ppc: yyinput returns a int, truncating to (unsigned)char does't work
        
        retain this as an int so that on platforms where char is unsigned
        we don't mangle the value and get this all wrong.
        
        Fixes database opening tables on ppc if -fsigned-char is removed
        
        Change-Id: I66f0c6b1b19191595f8b348377579f2daabf7ada

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [7ef203d2bf72f7d96fd10d1297af06e82550a1c4]

        Revert "sw34bf03: #i81127#: patch by pmladek: linux/ppc: remove -fsigned-char"
        
        This reverts commit 875c9a28f49c7a73607fcdfac245b648801dccee.
        because it doesn't make sense to build the dmake modules
        without -fsigned-char and the gbuild modules with -fsigned-char
        
        and we're still got a few bugs where we assume chars are signed
        
        Conflicts:
        
        	solenv/inc/unxlngppc.mk
        
        Change-Id: I6ac07fa3ebadd83efd0da1ee69a010b62dfaad59

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [bd04c1d896f3213a7cce66829b0ab408e59a2401]

        WaE: unsafe mix of bool and sal_Bool
        
        Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [2368d3403a57be2e13ef478f00b6981212de0db7]

        this should have been CDEFAULTOPT, not DEFAULTOPT
        
        Change-Id: Ib119c7bf8e04b8274026159218281cb3f220c8d0

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [c1239a1e7027fbac86fb2b6aaf03a96fdb68a41a]

        default unix in general to system libxml2/libxslt like MacOSX
        
        Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [f0997ea3932328d96196e37f0c27c831b321909c]

        filter unused libwps_tools_win:: methods
        
        Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [82d1c1d9ebaf6e2f5eb81c05223d1f6bb7679bce]

        bump zlib to 1.2.7
        
        Change-Id: I003d1a8ff86f94c15b295e11ad109929708fa561

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [f5e727de55701b655ac98dc8054acfacf0e3cefc]

        WaE: exceptions used without unwind information
        
        Change-Id: Iaf1606ee8c3e4f07cea3525813712dd25b0627c6

2012-05-14  Caolán McNamara  <caolanm@redhat.com>  [c182a752412aab354aaf02ee0c75b7cb1ee35d66]

        convert GetComment family to rtl::OUString
        
        Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28062c62818ce40c17fb67b480612f8bb9bcd522]

        formulas in color scales should not be changed to external references
        
        Change-Id: Ie85bd4320324ef932102576ca4ccf32c3527796c

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a233a98a90b81ea12e050a77aa4ccbfe5457ab7e]

        no need to use ScDocFunc here, ScDocument is the better choice
        
        Change-Id: I280e5ab08949415a8179f803177d280540ba0650

2012-05-14  David Tardon  <dtardon@redhat.com>  [a360d5901565fe498cc932023dc8e37e92dc3ad5]

        hide progress bar even if loading failed
        
        Change-Id: Ia330e70e393309dbbad025fc2ede8f4ab41a674c

2012-05-14  David Tardon  <dtardon@redhat.com>  [dfe0baa281d9d4701e9b3846880334213ccb05f5]

        do not crash when opening rtf file with unclosed field group
        
        It still fails to load the file (General input/output error), because
        RTFDocumentImpl::resolve() throws io::UnexpectedEOFException, but that
        is a bit better than a crash .-)
        
        Example of such a file can be found in fdo#49666 or rhbz#819304 .
        
        Change-Id: I I1e575bf8e3194afe063297a4daf3e98eaaa510cc

2012-05-14  Noel Power  <noel.power@novell.com>  [d7149abc7793eafd654214ed9446b3d84d628d58]

        add simple basic runtime test
        
        Change-Id: If8742cb174aa1d017763d3ba42807ac4cf6c7420

2012-05-14  Petr Mladek  <pmladek@suse.cz>  [e6007cf40be9a1dd9913c6c7e539f14377add77e]

        fdo#48070 more on parsing of arc paths
        
        also ignore "+" sign; remove unused sNumberString variable

2012-05-14  Eike Rathke  <erack@redhat.com>  [eb1770f05fde3777af7a62ec1c84ce8b088e3ec4]

        further changes to patch fdo#44456 added calc function DATEDIF
        
        Calculation needed tweaking.
        * simplified "m" case, equal dates return 0 anyway, need to handle only
          date1<date2
        * corrected "ym" case to do the same as "m" modulo 12 (years)
        * fixed "md" case, it is actually straight forward
        * added comment to "yd" about a difference to Excel where I believe Excel is
          wrong

2012-05-14  Eike Rathke  <erack@redhat.com>  [121a39be3019baa840bb595acf0e648245a01b04]

        further changes to patch fdo#44456 added calc function DATEDIF
        
        Get the Excel export straight without writing the _xlfnodf. macro call. We
        have sc/source/filter/excel/xlformula.cxx,
        sc/source/filter/oox/formulabase.cxx isn't used for binary export yet.

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [30ac6d2c7baadf79574ff10e831fa8632319025a]

        configure.in: report errors in PathFormat

2012-05-14  Michael Stahl  <mstahl@redhat.com>  [64338258917cdfa8723231655c536edaa94a2c23]

        configure.in: fix --with-solver-and-workdir-root:
        
        PathFormat fails if path does not exist

2012-05-14  Noel Power  <noel.power@novell.com>  [d87676da2201bca921f319bd7b02ef8853edfa4f]

        simple compile test for use of 'Enable' in a Dim statement
        
        Change-Id: I051dbb5cd56fe61e2b0aea1184dcdb03c6413834

2012-05-14  Muthu Subramanian  <sumuthu@suse.com>  [e9512baf22219e5073207bcce5f9e62dc6a8badc]

        n720443: Ignore autorotation of chart labels.
        
        If there is a suggested rotation value for the axis,
        it might be better to ignore the autorotation bool.
        A better approach would be to improve our autorotation algo.

2012-05-14  Tor Lillqvist  <tlillqvist@suse.com>  [bae852548bb6559ae16402400ff4c63c225008f7]

        No CUPS for Android or iOS
        
        Change-Id: I34b65232b11111fef6473577decc0849d3443fce

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [1d32c56f36adbd0d5801f0fedec3111011ea4d65]

        sot: re-work OLE2 offset-to-page computation
        
        The gotcha here is that if we get ahead of ourselves, and read to
        the end of the stream, we detect bad chains too early, so instead
        incrementally build the page chain cache, which is also quicker
        and behaves more similarly to the previous code.

2012-05-14  Michael Meeks  <michael.meeks@suse.com>  [c948e655f837dc3f03b849d388ec52508c96d533]

        Add helpful instructions nearby encrypted CVE files.

2012-05-14  Ionut Biru  <ibiru@archlinux.org>  [704f3155cca2e1fb5ad071539b7f8b5e5522dd97]

        poppler 0.20 changed its api
        
        Modification introduced in
        http://cgit.freedesktop.org/poppler/poppler/commit/?id=c0affb1845c339f89ca67608cb9fd9134ff902f5
        
        Signed-off-by: Ionut Biru <ibiru@archlinux.org>

2012-05-14  Miklos Vajna  <vmiklos@suse.cz>  [2b92546ee3aa3d56f64c68ff3e8e782b3c56dba4]

        fdo#49750 findbar: try to fill empty textfield with selected text
        
        Change-Id: I583bb91e7fc325557abcc0756506133112da895c

2012-05-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [73c40f95742b6b4854cae177a711098dc106c35d]

        fix issue with repeated I in case of amend commit
        
        Change-Id: I2f0f02fb545ae6d63f2d4e46327f6ee402ab608c

2012-05-14  Tor Lillqvist  <tlillqvist@suse.com>  [f5ea2b5fa85660844daf092e84db45a759bf126d]

        Generate a proper (?) rtlbootstrap.mk for a MSC build, too
        
        Change-Id: I35a1a270f5eab2250ed0ef50c6bf6c9dbec4f42e

2012-05-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6afc233cd44a959f25ceaff4eb8bd5bf07731341]

        Fix libwps debug build
        
        Change-Id: I6482b0c1844578f67129e74ae64b981100924b90

2012-05-14  David Tardon  <dtardon@redhat.com>  [dd49c193de9c4515335ad4a29778ceff225e3c38]

        make build work again with older ICU
        
        The recent addition of Hebrew line breaking rules apparently does not
        work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x
        is the first version where it is implemented) as minimum ICU version?
        IMHO it would be better than this insane (and fragile) filtering...
        
        Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5a5d80ce5483696e0b05c31a0c4134c8ae4b82eb]

        copy color scales correctly
        
        Change-Id: I I I0f3ce313928ffa85f563e4162398816bf3ab2fdc

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [596e40f9a230f9af918ab1b7d3a4be3d79abc058]

        fix crash in ScColorScaleEntry's c'tor
        
        Change-Id: I1cf60db16e5e6c82589b6b315680a6dff1761815

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63bfed7bceb610b938e84edfa4b60801a2b83d1b]

        create real copies for conditional formats
        
        This fixes problems with unique value/ duplicate value entries. The old
        falt copy process did not respect that the copy needs to point to its
        own range and therefore the copy was totally useless.
        
        This is also necessary for several future new conditional formats like:
        top n%, top n elements, above average, ...
        
        Change-Id: I51b868968812a4e00dca9af2aa51d50b5ef8b855

2012-05-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [130b2a39492893467d5a8fe38d33256daf25b557]

        use correct indentation
        
        Change-Id: I60cb1f1ed4a0068bc39ada14ac629bf20af709f9

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [20c24114143d6d38774b56a142fd4ae05094308e]

        Resolves: fdo#49849 implement Unicode 6.1 hebrew line breaking rules
        
        i.e.  sync with svn diff -c 31071
        http://source.icu-project.org/repos/icu/icu/trunk/source/data/brkitr/line.txt
        
        Change-Id: I I I41b3d02f1a0da3b83a9684f29d466660d96254c6

2012-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [347e345295f14d486ec4b175887a67478b34e7c7]

        Uploading fresh libwps-0.2.6
        
        Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e

2012-05-13  Eike Rathke  <erack@redhat.com>  [40c8170c5281cd7b19313a79f902ef9715351c9f]

        changes to patch fdo#44456 added calc function DATEDIF
        
        * use operator && instead of 'and'
        * use correct types
          * long operator -(Date,Date)
          * sal_uInt16 GetDay(), GetMonth(), GetYear()
        * check for error after argument pop and bail out if so
        * day difference can be pushed and return immediately without further
          calculation
        * ensure only one value is pushed
        * correct calculation of years and months
          * only complete years and months are to be returned, same day,month in
            different years is a complete year (birthday-like), same day in different
            months is a complete month.
            * "y" returned 1 for 2012-02-29,2013-02-28 or 2012-03-29,2013-03-28
              * must be 0 instead
          * "y" returned 0 for 2011-03-28,2013-03-29
            * must be 1 instead
          * negative values are never returned
          * reversed arguments are not allowed
          * algorithm for "md" extracted from Excel behavior, see source
          * changes to other intervals as well
        * changed term Format to Interval in FormulaWizard (and code) for clarity
        * mention interval arguments in FormulaWizard
        * in sc/source/filter/oox/formulabase.cxx reverted the entry's move from
          saFuncTableBiff5 to saFuncTableOdf
          * saFuncTableOdf member's are "Functions defined by OpenFormula, but not
            supported by Calc or by Excel", this function now is supported by both
          * instead, changed FUNCFLAG_IMPORTONLY to 0 in entry of saFuncTableBiff5 and
            added FunctionData::mpcOdfFuncName "DATEDIF"
          * otherwise with the FUNCFLAG_MACROCALLODF a macro call is generated for
            Excel export that Excel doesn't know and can only be imported by LibO
            again, and without the BIFF function identifier the function could not be
            imported from original binary Excel documents

2012-05-13  Winfried Donkers  <osc@dci-electronics.nl>  [4e71be498903dee5bf719a73f4976bb5356335dd]

        fdo#44456 added calc function DATEDIF as in ODF1.2
        
        Change-Id: I082ea20d02bf37d515fc33d627281696fc48fcb6

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [2068144fdcfdee3abe2a90b3b4b3bd49589618f2]

        ensure freshly built icu headers are newer than previous headers
        
        Change-Id: I Icf78937810e1d8ac646805d9f523a4149f45acb5

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [46f10590837f566284470cff8ac95b122e12b147]

        java berkleydb usage is history
        
        Change-Id: I9c99507e225cc32a8079d10df6e1ce52f69552a4

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [9ca02a663c3eee2698eb360dd5dc7afb1951e743]

        duplicate SYSTEM_[LIBJPEG|JPEG] tests
        
        we have both a SYSTEM_LIBJPEG and SYSTEM_JPEG but only SYSTEM_JPEG appears to
        be used
        
        Change-Id: Ib1a5da4c907222be33465ce06997f111c4fffe87

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [2a42638c79cf9a8297b822dc9842618f1f2f8779]

        drop debugging spew
        
        Change-Id: I680a5d10d129ff9b7d6d543b0914418eedf078c6

2012-05-13  Caolán McNamara  <caolanm@redhat.com>  [eca06e79c3f2ca02aa30e2e8ec140a7a10c999c3]

        callcatcher: update unused code list
        
        Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d

2012-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [851a92bd022c48c5cc5e2f9943ce550167be124b]

        correctly export formulas in conditional formats to xlsx
        
        Change-Id: I534fb55b735f47124cd9820ba0a986315e263112

2012-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f531a6cd796ce759e9d68ce577d0eaf058e1a75]

        save unique value conditional format to xlsx
        
        Change-Id: Id126500d499e751c351d6ed499af96136039e1f1

2012-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e14712f8569ac2bde0eddf058ed0b0a99303c49]

        support export of duplicate values conditional format to xlsx
        
        Change-Id: I35266eabcba5e063bf296fa1d4b356f247458ea1

2012-05-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8384032fb757d42bb93f03f70f589d493ea8ef2f]

        export color scales to xlsx
        
        Change-Id: I251acbb66a4033f69515c1b078ed5a28d0f0cd76

2012-05-13  Takeshi Abe  <tabe@fixedpoint.jp>  [e3bc45b8079228ca25e70ac5a51b6977afd6f61e]

        removed unused defines
        
        Change-Id: Ida50737f540459bd0e709c49414c3a7f4d042a47

2012-05-12  Gábor Stefanik  <netrolller.3d@gmail.com>  [5c379de9589ab819da852768a9663455dbb4a835]

        fdo#46223: Fix Presenter Console help screen layout
        
        Change-Id: I18d2fda46d3a6427b1691c1ff7838097bb25d0ec

2012-05-12  Stephan Bergmann  <sbergman@redhat.com>  [f941184568634e578ce0421908b9000a20eab54a]

        Explicitly export nested struct (needed on Mac OS X)
        
        Change-Id: I59b385ce27640845413247d2e117b787f9d8b339

2012-05-12  Rene Engelhard  <rene@debian.org>  [7f92933fd89beb6ddd2eebc2da11eae5a0cb59a3]

        actually install nsplugin (again)
        
        Change-Id: Id0dce7de72d538857cf4341bb9e1b30d2cf7e9dc

2012-05-12  Julien Nabet  <serval2412@yahoo.fr>  [837c864bb3e1c1ea868d3b6f65f2af1a4cfb03e1]

        Replace !var.size() by var.empty()
        
        Change-Id: I936b59a5bf339d1520cbc10e51b1e9fdc937f0f3

2012-05-12  Arnaud Versini  <arnaud.versini@gmail.com>  [bf059373655c0bb8f69f2114caf4c305428879a2]

        Fix memory leak when using XMLPropertyHandler in sw xml filters.
        
        Change-Id: I I I5ddab734595d97486f507f2a6b752b4f0a28087e

2012-05-12  Caolán McNamara  <caolanm@redhat.com>  [27cf5f8140c99937aa3e3d7ee3c20a11dd1cabe1]

        cross-compilation with mingw32 woes in i18npool
        
        seems the situation is that we link to the mingw32-system-icu but build the
        bundled icu natively in order to use its tools at build time. Which means
        we need the
        
        ICU_RECLASSIFIED_CLOSE_PARENTHESIS
        ICU_RECLASSIFIED_PREPEND_SET_EMPTY
        
        defaults to match the internal icu defaults
        
        Change-Id: I09a693d795b956789170cc65a582a4367366acaa

2012-05-12  Julien Nabet  <serval2412@yahoo.fr>  [da2f9e3901d7eccf6633d4d71160b33ae060a624]

        Fix uninitialized value
        
        Change-Id: I23e35a6453907e44ff43f63ad1d619920f806d03

2012-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc6388e4f67b32783bb662b3f22f4496c547613c]

        ScConditionalFormat::pRanges needs to be updated correctly
        
        ScConditionalFormat::pRanges must be updated otherwise the duplicate
        value check might use the wrong range
        
        Change-Id: I3df7d54cdcd9c8863d5fbd89eff3be83bb73f2a5

2012-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7db060e12f61a33a344006cf8dfcb4a2527495f0]

        reduce scope of this variable
        
        Change-Id: I I98b7d83aee9f74574a4884f6066e769930e1803a

2012-05-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ff6482b51105aa9645dbf2990cba2c1dfdd63ac]

        add color scales to copy document
        
        Change-Id: I03e141746920c7794e18267cf01799d03c7cafb3

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8ed129b22d1d9f832011df1a7e37402fb8abdbb2]

        Unit test for UNO field item implementation.
        
        Make sure the type IDs are associated with correct service names.
        
        Change-Id: I5ff8ec7fb56f2790f9a3eca8e019c784cb27de43

2012-05-12  Caolán McNamara  <caolanm@redhat.com>  [78fcdec5b062161493511c0e898051478962f490]

        set better mingw32 icu defaults
        
        Change-Id: I57b6d24c3a367ac711231046bada78619a13ab16

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03ca37a3034027e9ef4cf80814994007fd595a95]

        update references in color scales
        
        Change-Id: Ie86cbd173a21e79d802a03fd112ea01c0cf44116

2012-05-11  Matúš Kukan  <matus.kukan@gmail.com>  [7327195602e7870e20a4eebb8ea26ae7294f065b]

        put debugDump behind #if OSL_DEBUG_LEVEL > 2
        
        basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx
        
        Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1

2012-05-11  Matúš Kukan  <matus.kukan@gmail.com>  [5c3615c1152eabfda508504c8a4c5727868acbc8]

        unusedcode: basegfx::tools::equal
        
        Change-Id: I I579fd3de05f78f06af06c53afab1cc70fc700082

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [f2827fb15f530e002d722780be26caf326a45646]

        debug foo for mingw32 build
        
        Change-Id: I1d5f9940c6f85269373ccbdc9caa6c5696996c9f

2012-05-11  Michael Stahl  <mstahl@redhat.com>  [3f6d3a4045507d1496709c5cff8f359a0d0e8b29]

        fdo#44010: fix vertical text frame borders:
        
        Frames with text direction Vertical RTL have their borders mangled while
        painting, everything is rotated 90 degrees and so the model "left" border
        ends up being painted as top border etc.  Clearly the new drawing layer
        based painting code is very surprised by this and ends up painting only
        points instead of lines.
        (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)

2012-05-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [508fcf698ec7cd97af1eb8936ab30b257143bc1b]

        fdo#48070 fix parsing of arc paths
        
        Change-Id: Iffd726eec08da453e5a72c512ef2df35f22b5573

2012-05-11  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [b4d25b7be20a06297b5536c56b4214691e735444]

        get rid of many USTR()
        
        Change-Id: I7d98f36037f589ea742de53b2a52e2c5bdf7c48f

2012-05-11  Michael Meeks  <michael.meeks@suse.com>  [7ed1e9aa174b915aab627762db7b473968b7501e]

        sot: simplify the storage stream FAT item cache
        
        Change-Id: Icb6fe9341244dfd53300f58ac85560604f53558a

2012-05-11  Luboš Luňák  <l.lunak@suse.cz>  [e4450c54aee85b295b933e91d207fd8220c01107]

        avoid recursion that can mess up DND setup (fdo#41996)
        
        The way too smart ctor for the DND handler started drag immediately,
        causing a race condition that could recurse to setting a handler
        again before the first one was actually set, thus immediately again
        causing the DND to be stopped, and then possibly later again started,
        depending on how the race condition turned out. Use delayed initialization
        to avoid this.
        
        Change-Id: I528eddbdc7c52a19675997e4c866506c662cff19

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ee5fc5d25fe102c30daf7d181b8181d40b85a4f3]

        Removing EXTENDED_DATE. There is really no such thing.
        
        This can be safely substituted by the normal DATE.
        
        Change-Id: I I6b4ccfa342a8d7b638b013cdce64a0b7ff477ec0

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [02a89fdb0e54c31e510682f9b70f9fd33fe88efa]

        include deque
        
        Change-Id: I4d3fef95d3259673115833b3ee89bd8792eb3af0

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [0c31cd693cd599138bd7a686ea932d25faac7393]

        drop debugging spew
        
        Change-Id: I50b0ce42e68c8a6a5da3150468a7df8bb9030686

2012-05-11  Stephan Bergmann  <sbergman@redhat.com>  [d8321bd0651c89fc158859a2b2ee5903533921ed]

        Looks like CMD_SID_FRAMETITLE can go
        
        ...now that SID_FRAMETITLE is gone, and it is unused, anyway.
        
        Change-Id: I8b6b2641b988763df85d88490dc46484083b7180

2012-05-11  Miklos Vajna  <vmiklos@suse.cz>  [f506ca0fee6114210d41c9c4a5f7eff5f5666d02]

        fdo#45522 fix crash on RTF export of sub-tables during copy&paste
        
        Change-Id: I71b0794c597344723dd53e114b5ad03605b8c859

2012-05-11  Miklos Vajna  <vmiklos@suse.cz>  [f0a520421247de3345e2039ed6bc0e642aa52a8e]

        RtfAttributeOutput::EndTableCell: fix integer underflow
        
        Regression from commit 1f77a5e, caused an ~infinite loop with the bugdoc
        from fdo#45522. With this fix, the bugdoc "just" crashes again.
        
        Change-Id: Idb0282d1606351498c9148343b9578d2b3642acf

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [705b217c9c966319071305f415442cb2a0c46d66]

        debug harder
        
        Change-Id: Ib74fba6059c1adcd10fc07331d70d7c7d8931bef

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [4134d6df2d1f7e22d5481f2b77dfe7855db70b02]

        Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffix
        
        Change-Id: I201292765bd8514749757f84c55ffaec68e03a6b

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [dccbc03adc6bd2eed0497dd99866f70113a46dca]

        dump transformed output
        
        Change-Id: I4aec3fbd6cc8bad7cbeaaef6e9909b83b7771fe1

2012-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [be0c5bd426db05c1dae1b63263e7fac61ec09494]

        removed unused defines
        
        Change-Id: Icc2ed1499615728bd8dce1b34e64095fcd5d78b9

2012-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [193872bcdfc3f988463a4ff62e25a4f31d81469d]

        removed dead code
        
        Change-Id: I76361b6fc995b13547e0bf24a593f91e456502c8

2012-05-11  Takeshi Abe  <tabe@fixedpoint.jp>  [568039f392c33e5fb328cd67774df11fd5734744]

        removed unused static data
        
        Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [f9b5e3d8ce2b1201ff021d70f466d3cb61efd777]

        Fix copy/pasted comment
        
        Change-Id: I I782827cfaf58e6eb4f6f3f8cd4159a0f787a7024

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [5a20d2be688e5f0e316a71b3fc7582a2935e8787]

        "gcc-android" needs to be recognized on the build platform
        
        Change-Id: I0f44150a31fa11afd908c3ba340d73effacfe17f

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [95a8ac4f5ad2c5d59f03725b7e101d0d2a8654f0]

        The timezone variable is called just that on Android
        
        Change-Id: Icd3f13bec24227174b3698ed26f97d8c55d892ff

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [a973651de8b119f76e93459c26c0363664a8ed4e]

        No <langinfo.h> for Android
        
        Change-Id: I8063d5524b34177d77500069c85a3ae718fa5422

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [779e6e7d4c8f92c3138cd839f529e5eacaad1755]

        is this sed line confusing older seds ?
        
        Change-Id: I04508b7bdc3fcb9fc1b0ddae7d595a302aa7ec65

2012-05-11  Miklos Vajna  <vmiklos@suse.cz>  [bf123eeffc05907dfcb0d355ab17359353b0ede5]

        fdo#45190 import of RTF_LI should reset inherited RTF_FI
        
        Change-Id: I17c287fa4daa399876b34182c02d9cf928fe1b6f

2012-05-11  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [46f38ec48c938764ece51c262f4cc018c5c8ff8d]

        Translate German comments
        
        Change-Id: I21d88cdc84435ba60e3c85eab1848eaedf65e82b

2012-05-11  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [a4ac59e29c2bf63f3deebb4133b79f1b6bb87f79]

        Missed a comment and improved another one
        
        Change-Id: Id5d9f772840378f3c3a69a74bd1f8adf8040e734

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [9590650af70bc9cde35e87fc386956c3e7054229]

        gcc atomics only definitely available >= gcc 4.4.4
        
        Change-Id: I77580411eabe4375d86670debb4a5770f7873c14

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [bdbd8d8084d257cb2cb42ad9ba8e14c03a53a28d]

        bodge MacOSX harder
        
        Change-Id: If5a3afa4fea10e95cc52a7411f91ee86bea2b54c

2012-05-11  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [8c60833c26c02a28d98e79cccb41aff009b38fc2]

        Translate German comments

2012-05-11  Tomas Chvatal  <tchvatal@suse.cz>  [8e48af84384fb4f6db0de6f6920b6e9402c212ab]

        Actually distribute the nsplugin even without mozilla.
        
        Change-Id: I8a44a2efc120763a278b9d758580430c20e10a85

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [4fc79b3551b53cb90d83f9a67d13e2abdae0cf7d]

        try and bodge macosx 10.4 build
        
        Change-Id: Ic862cbfcdc1742d905a59862e63742b581752bfe

2012-05-11  Stephan Bergmann  <sbergman@redhat.com>  [f35b5d0903d270da04a5a3262ab1f6a513cd9fb6]

        Stray line-joining backslash
        
        Change-Id: Id04740ef411bb481e888bed6fedc7b2506173825

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [17b375076cff9d1dfcdf21fa9f501210a75c0020]

        Bin superfluous AC_MSG_RESULT([yes])
        
        Change-Id: I436054d8cd96f5c3e1d12aaeb352d98aea3188ec

2012-05-11  Stephan Bergmann  <sbergman@redhat.com>  [3f5ddf2e873b76abe3e166089fac2cfcb358d346]

        Fix updchk xcu data after gbuild'ification
        
        For one, install:module was missing from xcu files that are processed with
        gb_Configuration_add_spool_modules, resulting in effectively empty output
        xcu files.  For another, localization from Addons.xcu is now merged into
        per-lang registry_*.xcd in postprocess/packregistry/makefile.mk.
        
        Change-Id: Ie87edbad163b124d18090ab36aa36de560a20cbc

2012-05-11  Stephan Bergmann  <sbergman@redhat.com>  [d4e161e87ba11bf13256f66bce7fa96082db4f52]

        Typo
        
        Change-Id: Ia7d13e9e91f12a6f98eb51ed7d92ff14a5c8454d

2012-05-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5da731e81a75de89617da475630c7beeea108137]

        Revert "Don't bundle stdelibs on Linux by default"
        
        since the toolchain that would allow this to be done is broken
        
        This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.

2012-05-11  Caolán McNamara  <caolanm@redhat.com>  [583551810609804b225ab33456f0a2ae04ad16c1]

        upgrade to icu 49
        
        Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040

2012-05-11  David Tardon  <dtardon@redhat.com>  [b1c3f00d9b0ef6c91b0209c13531bd1f9d63c1e0]

        rhbz#809019 count mirrored monitors as one
        
        Change-Id: I I I184541e99ab4e04b8534dd0341bc2f3630094e9c

2012-05-11  David Tardon  <dtardon@redhat.com>  [bcbf4b061b2e923c2ff3b222458c286c8fa27a3a]

        fdo#49709 set updated values to the right entries
        
        Change-Id: I8fc6f7b52b797eefb7276dd73630b235e6918296

2012-05-11  Eike Rathke  <erack@redhat.com>  [208617ab0441f4b985656fcdb26516034db5327b]

        added Swedish [sv-SE] date acceptance patterns 'D/M' and 'D/M Y'
        
        http://erack.org/blog/archives/18-Does-your-LibreOffice-locale-need-a-date-acceptance-pattern-for-incomplete-date-input.html#c245
        http://www.spraknamnden.se/sprakladan/ShowSearch.aspx?id=id=26089;objekttyp=lan

2012-05-11  Noel Power  <noel.power@novell.com>  [2dee7d6205832a1212790ac1ab168a6b6fce686d]

        Revert "another partial fix for bnc#693238" ( and fixes fdo#44292 )
        
        This reverts commit cd1c434c4bd4756fa1355e906cb2e8de4aae0618.
        
        Conflicts:
        
        	writerfilter/source/dmapper/PropertyMap.cxx
        
        Change-Id: I I83ae3418438aa02db744e6b6eb5a9c199938c91f

2012-05-11  Tor Lillqvist  <tlillqvist@suse.com>  [24c125f4de208e4093198d32e2e3b7faae4470fa]

        WaE: unused parameter
        
        Change-Id: Ic8166da819a2d6486c5122e986a156e729c7631a

2012-05-11  Miklos Vajna  <vmiklos@suse.cz>  [b22749fd9f9cd9206549367d2b619690b87414fc]

        fdo#44174 RTF_TITLEPG when title page has no header
        
        Change-Id: Ida6566b38ceaca30441a029c73bd1f52d93bbb3b

2012-05-11  Tor Lillqvist  <tml@iki.fi>  [7e043eaddfa6431695f075c26ecc5d88585f14aa]

        Redirect stderr to config.log also when running $CXX directly (which is ugly)
        
        Change-Id: I9ba70b57436eb54ca7ac68bef76714910aa7335b

2012-05-11  Tor Lillqvist  <tml@iki.fi>  [9e536d23e30f9152fe84131ae9a95fee1e903377]

        More visibility markup needed for Mac OS X
        
        Change-Id: Ie84224c381eca49e2d5fe544a4902845889f9771

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eeb9212531d91e8727bc8cabf4117b36638667f9]

        Better names for presentation specific field item types.
        
        Change-Id: Ib9bea60e05f1dcdd9501a3320f3b1185d5890d17

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3df55842c4f9e37492a7b653f42b8f2b68305ef]

        Fixed a regression on impress/draw file save losing date field format info.
        
        Change-Id: If9e01ab91d52d21cab175bfda925e690625fac3e

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [17b900c657cac6a510ed63e0ff8eb74a33dcc8db]

        Added UNSPECIFIED to textfield::Type.
        
        Change-Id: I28fbab54ba71f01b989a47ab357583113e85fccb

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [328be2536f5911dabb2ae504dc2f4fc348fc994e]

        Return correct presentation strings for fields.
        
        Change-Id: Icab3910f49639fff1551dfdb5be9341bd3ea70b1

2012-05-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [89d8f039af90b7f8f4d616abcfbcf4e3874d874d]

        Return the correct service names for each field type.
        
        Change-Id: I1b6261d09dfc42913070ffd2f797688587ab7a8b

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e934dcf1b8a9147ce703658aea655403716e5df]

        we need to update the formulas now too
        
        Change-Id: I558e1d53339fc4284e8272342846f7bc108df111

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d793b848147f5fd382d44239c4b7e27337782811]

        also support theme based colors in xlsx
        
        Change-Id: I6a159d7e5a9315b23a5ff7ee6487ee65457552ff

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdd36980f1e9517280d579a2467f46f87fec8237]

        repaint for every change when using formulas in color scales
        
        Change-Id: I1eb42ac75228dee00079c86e7c378efb72f16e28

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc48c494347124dffddccca7d75707a22ca65f75]

        import formulas for color scales from xlsx
        
        Change-Id: If19c6486c95cab0106bf04a4ec68359f7a4ed220

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [caa7f3f564cbf2ee695e806916041b2694710b6b]

        add formula input to color scales
        
        Change-Id: I I7f0a46cf5aea2eb1aa8bc9415d9761cc197b0c23

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d0e4d1f397e9302aeb32aa7590292d9b86fe954b]

        map percentile and percent into the same element
        
        This is most likely wrong but I have not yet an idea what should be the
        difference between these two.
        
        Change-Id: I3ee87de8d3b3f9a495ee653576a533690d66a3d0

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2d74e6c122c4d07d86873e3a8d69d0fdc2361e31]

        update the color scales when moving tabs
        
        Change-Id: Iabeeae6d2c31f983ea04652dce81e448a7623472

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b992e247eba57ed3ebc08861e0cd85b52144e94]

        repaint color scale range if min/max changed
        
        Change-Id: Id9a8479d286e50756c41fbd948d738a0c8d8c883

2012-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1b1c1ebbfab5883c707b31dbfbbbbe338ed4833]

        calculate color for color scales with more than 2 entries correctly
        
        Change-Id: I5b62644df8742939551c1aaeaae1ebeda9b97f63

2012-05-11  Tor Lillqvist  <tml@iki.fi>  [fdca78702117f5972641896c675a0e12d44557e7]

        It seems also nested struct needs SALHELPER_DLLPUBLIC for Mac OS X visibility
        
        Change-Id: Ifd7a248b49a00df2e01f537074d0a94e9de09b10

2012-05-11  Tor Lillqvist  <tml@iki.fi>  [991e3520bc09a66504819d05807f10aa8de805ce]

        Argh, make the use of -fvisibility=hidden actually happen
        
        Move initialisations of gb_CFLAGS and gb_CXXFLAGS earlier, like in
        unxgcc.mk.
        
        Change-Id: I2382edad42f0f52bcbb062ec6930e2cfe12ec8ca

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [75e7643e22bcf674739ca890bfc06f80e872624b]

        Related: fdo#47644 get out of bounds conditions right
        
        Change-Id: Icac9a8337296f92af5007a051f00388a64955178

2012-05-10  Tor Lillqvist  <tml@iki.fi>  [a24a980424ec2ec81b13c8e5a95394d62cbf7406]

        Make visibility tests work as intended on Mac OS X
        
        If the tests detect that visibiliy works, then use it also in
        gbuild. In the old build system, -fvisibility=hidden was already
        being used on Mac OS X if HAVE_GCC_VISIBILITY_FEATURE had been
        detected.
        
        In configure.in, let's not hardcode the -shared, -fpic and -Wl,-z,defs
        options or the .so suffix used in visibility-related tests. Factor
        them out and use platform-specific options. Done just for Mac OS X so
        far. Using the Linux options for Mac OS X caused visibility tests to
        silently and misleadingly fail.
        
        Yes, it is silly to now define some platform-specific options in three
        places: configure.in, solenv/inc/* for the old build system, and
        solenv/gbuild/platform/* for gbuild.
        
        At least with my Xcode3 installation, I need to pass an -isysroot flag
        pointing to the SDK when running $CC -E, otherwise headers weren't
        found. This was then misinterpreted as the visibility tests failing.
        
        Pass -DHAVE_GCC_VISIBILITY_FEATURE to the compiler if configure
        detected visibility working. In that case also pass
        -fvisibility=hidden. HAVE_GCC_VISIBILITY_FEATURE being defined is
        supposed to mean that the -fvisibility=hidden option is used, I think.
        
        Pass also -fvisibility-inlines-hidden if that was detected to work.
        
        Change-Id: I I I58d566fcb07584246e91f45e683ce9b31208edba

2012-05-10  Tor Lillqvist  <tlillqvist@suse.com>  [44e52d6698742edc8295bdcb7ad06ff370e5e6a6]

        fdo#45081: We never registered the SAL_OBJECT_CHILDCLASSNAMEA window class
        
        A crucial line of code that called RegisterClassExA() for that window
        class had been deleted by accident in commit
        cda4a293608514783d38d470799cfbf97b245cc6 "Code cleanup" in May 2011,
        whoa. So apparently that window class is not needed for much except
        embedded video in Impress?
        
        Change-Id: I I19e70cefcf47aaf8a12a62539e0dacc5adb3c3b1

2012-05-10  Eike Rathke  <erack@redhat.com>  [aeb1451dff06ad00b1719f9bc45a2c8bdfa904f8]

        resolved fdo#49639 import .xls with HTML as such, not CSV
        
        This restores the previous behavior for this content type, regression
        introduced with the fix for fdo#40021 a5eadc6aaafec92df23c57e258882a2c98ece0ad

2012-05-10  Luboš Luňák  <l.lunak@suse.cz>  [5df9e10d27a071f878ed160f99129a7f3c34f5ed]

        do not prepend \n twice, it confuses KFileDialog (rhbz#820439)
        
        Draw -> Export -> filetype combo was broken.
        
        Change-Id: I9349749274498d5834dd63e73f3856434b1ab8d9

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [cf6516632379688fa2b4c66f5e1644355fb424fe]

        WaE: unsafe mix of bool and sal_Bool
        
        Change-Id: Ie2fcc1a5404c62dc15b98f99f89631795df91b01

2012-05-10  Miklos Vajna  <vmiklos@suse.cz>  [07d01742c69f1c0335bc7e1b57abd8341ce255e7]

        i#119219 fix non-unicode RTF export
        
        There were two problems here:
        
        - non-unicode charset being set to Shift JIS for all UTF-8 text
        - non-unicode text using UTF-8
        
        Change-Id: I533d3e950a4ebd611b5d5db8a95e724e729a641f

2012-05-10  Radek Doulik  <rodo@novell.com>  [ea923cd424f6426d69a7fb375f5ac9e19ec2246a]

        use com::sun::star::table::BorderLine2 instead of older BorderLine (n#758914)
        
         - older BorderLine doesn't seem to work in case InnerLineWidth and OuterLineWidth are set to equal positive value and distance is set to 0 (possible regression)
         - using the newer API solves the problem for us
        
        Change-Id: I69f10a0e947352d20b78dbdc39b7c9af95f8603b

2012-05-10  Eike Rathke  <erack@redhat.com>  [803b5513eff8f8c185a91e91aee235dfab38d3bc]

        resolved fdo#46233 value >12 with AM/PM can't be clock time

2012-05-10  Stephan Bergmann  <sbergman@redhat.com>  [b43f5ccb6b09493daee401d2dd1f907e23ad6c3e]

        Reduce broadcasting noise on initial title computation
        
        ...otherwise, SfxBaseModel::getTitle calls itself recursively until
        TitleHelper::m_sTitle has converged.
        
        Change-Id: I90577d1c2e4275ff2187d6531a1ca61e8355819b

2012-05-10  Stephan Bergmann  <sbergman@redhat.com>  [a50a33c3a7505f78d1ab82b746f1234f404e411e]

        Fix fdo#49720: Dropped unnecessary "sh -c" from popen call
        
        Change-Id: I5de4ce4e26d995c447c99c8558f621dba6cdf110

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [5386b7633d857ef100aa7022effd0678741fab97]

        configure icu for windows via runConfigureICU Cygwin/MSVC
        
        which should hopefully
        a) work
        b) unblock the upgrade path for icu
        
        Change-Id: Ic70a627f3135e53016a4f9cfdef3fc85d55ab3e4

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [777bbda955407c56805de3a3f4e96b0c13be6570]

        finally support min/max and percentile in color scales
        
        Still some updating problems. If min or max is changed the whole area is
        not updated.
        
        Change-Id: I9a513fd9c0613d48ce33524672a31078d8aedf46

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6e1470c6e9c027aa5794a88280a2b56a5062663]

        import min, max and percent entries for color scales from xlsx
        
        Change-Id: I Icebacfd711851c9223ed8f38d6445c82f575a47d

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f26bf2ba01fc8ed453f3a42a39c26e2cf809c40f]

        first part for min/max in color scales
        
        Change-Id: Ib397b93ac0a5a72052fdaa5bf41199e5967ad559

2012-05-10  Stephan Bergmann  <sbergman@redhat.com>  [d16c1b9290e11ca31850523a2b01426bca0937a3]

        Removed unused SID_FRAMETITLE
        
        ...which was only ever written to, never read.  This in turn allowed
        SfxViewFrame::UpdateTitle to return void instead of String, and made
        SfxObjectShell::UpdateTitle become unused.  (The title appears to be created via
        SfxBaseModel::getTitle instead these days?)
        
        Change-Id: I5e1115a707134058a1f3a0beaa180eb471c817e6

2012-05-10  Miklos Vajna  <vmiklos@suse.cz>  [1173bb0dc01ef504ea453a272b77b0b4d92a662f]

        fdo#49692 fix RTF export of empty paragraph numbering rules
        
        When there is a numbering rule, the fallback text is constructed so that
        whitespace separates the numbering and the paragraph text. When the
        numbering is empty, we don't need that separator.
        
        Change-Id: I17a11ddd73addc8c95a0c2b54402e6dd2705d094

2012-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9980e69e172ebaea9f6cde78187b3e7693647621]

        Don't bundle stdelibs on Linux by default
        
        Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [4453b52924db6ed8843f7dce1b0664cdce387742]

        callcatcher: update unused code list
        
        Change-Id: I286988eabcc2d813008597b3657c366d510f8ab6

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [7080d629c82422a419d38051536c7711f8abe53e]

        Resolves: fdo#37044 two different TransliterationChgData structs
        
        There are two structs called TransliterationChgData with different
        layout. The crashes on MacOSX must be due to this. Rename them
        so they've different names.
        
        Change-Id: I887a33bed26b339e229b7fb1ef8dddd192f6fae3

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [c1324a518dc7506eb857180151f50c3a16023e04]

        ditch temporary unused Strings
        
        Change-Id: Ie4e27ed027761748e45f2ed6b97b236f742c01be

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [9cee212202aa08fef7c7478608ceacebc8693a46]

        fix use of cups for default case
        
        27abb730b290f3516582d2d787ef64af76663f97 broke printing
        
        Change-Id: Ib1cd9b31c7e3e5644b5207cb28c4fd178837c19d

2012-05-10  Caolán McNamara  <caolanm@redhat.com>  [5f1d65fe21a1690bb31736ebada13380554d9c82]

        WaE: msvc2008 C4928 copy-ctor confusion
        
        Change-Id: Id086aedc27977b4ca81299a00a340a65284118b8

2012-05-10  Miklos Vajna  <vmiklos@suse.cz>  [f55c92211630b4e90531645dbd8ae3350fd9a437]

        fdo#49692 RTFValue::Clone(): copy m_bForceString as well
        
        Change-Id: Ib8f06ff33fd9c01ea4a1e47c97cfa12f2ced7318

2012-05-10  Michael Stahl  <mstahl@redhat.com>  [a9550f63cd7a7e064901b2c997375ed384781eea]

        normalize variable names in gbuild user makefiles
        
        Variables should have module name as prefix to prevent collisions.

2012-05-10  Andras Timar  <atimar@suse.com>  [ce1ac0851fe2e975f3fb47178730b914608610cf]

        error handling in SortTree custom action
        
        Change-Id: I03a06d09e3e84b6cb13bd68e8be4caebb1b9f5ab

2012-05-10  Tor Lillqvist  <tlillqvist@suse.com>  [0d79369ead281a2346b8c249497af174419ddd96]

        Bin a few lines of apparently leftover temporary debugging code
        
        Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac

2012-05-10  Luboš Luňák  <l.lunak@suse.cz>  [d3ec5c6a8f3c623d500d447ba89863c69486b74c]

        -Wself-assign
        
        Change-Id: I89e93fdd9e89d37230321d52efe6d2ff91c60767

2012-05-10  Miklos Vajna  <vmiklos@suse.cz>  [78e02045791fb179a031ef7a5bbacb8a71669cba]

        RTFDocumentImpl::runProps: avoid copy&paste
        
        Change-Id: I3b1f03c0a3236461e753ef236881313ea7daa0d0

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7ef4c31a623b3763434379df0a56c10bec77080]

        render color scales correctly
        
        Change-Id: I622b8911122e1c0693e0cbf5de8e6da1b09411c0

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a68b2aaa55da76089b486e2764418324abaf6c3e]

        remove debug output
        
        Change-Id: I58e8dc576de18df6da22388a7c25295b260bf98b

2012-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1ba05b2cc7bdbb21fb2a9626b029f0c46926ac4]

        Color Scales are now displayed after import from xlsx
        
        It is still displayed at the wrong position but it looks promising.
        
        Change-Id: I7ee55525cc219594635d81240f198b0a30c8707d

2012-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7c99fff933a112044589874d91e226df8e0332fd]

        Access properties in the edit source when the field item is already inserted.
        
        Change-Id: Idbc8b7fde425c1c14af27472a4850b290cf0a68c

2012-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [47910c495331a0173e304cac40e573c1195e77ee]

        FILE (title) field doesn't have any properties.
        
        Change-Id: I67c62e6be5afc65d74462a17b047946de88659a0

2012-05-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [151c2aeb1054679dde6f3b2b4e9480d564b5ca3f]

        Use UNO field type when searching for specific field items.
        
        Change-Id: Ic79a545132aabaf93bd4ef465829b024c2e6a865

2012-05-09  Daniel Naber  <naber@danielnaber.de>  [1616759f49b2c2065a6404d16bee31dab9afa7f0]

        fdo#49605: SwEditShell: fix handling of overlapping grammar errors

2012-05-09  Luboš Luňák  <l.lunak@suse.cz>  [df45d9d1c037b27291c2173c4d0bfa6e3a42a73f]

        work around -Wreturn-type with compilers that cannot figure it out themselves

2012-05-09  Luboš Luňák  <l.lunak@suse.cz>  [f21316fbf0176ee23999504ce03917caac190cb3]

        conversion to void* needs an explicit cast

2012-05-09  Tomas Chvatal  <tchvatal@suse.cz>  [27abb730b290f3516582d2d787ef64af76663f97]

        Enable configure switch for cups
        
        This allows us not to have cups during the build time of libreoffice.
        
        Commit is inspired from patch from Dave Flogeras <dflogeras@gmail.com>.
        
        Change-Id: I I32a14eb6e7bdd13de1a737d4798c852a830ae326

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [c7a9318f08e08a35f2784bf8d06f62031649b24e]

        sort fonts so that upright faces are shown in the font dropdown list
        
        Change font sort so that font faces like those of URW Palladio L whose italic
        variant is lighter than its upright variant are sorted with the upright fonts
        first so we don't see italic variants in the font widget.
        
        Also sort "normal" weight faces below all other weights
        
        Change-Id: I9c81b475d95b9dd17a873fd791b942512ff039c7

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [e78b716035c42e4397524c04ff4db83944576bbb]

        WaE: silence tedious msvc2008 warnings
        
        Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088

2012-05-09  Eike Rathke  <erack@redhat.com>  [cb7ff0d3801868d6ed7ba9be79095cdce9e29915]

        changes to fdo#44738 patch to make it work with other locales
        
        Using some fixed format code for whatever locale is wrong anyway, use
        NfIndexTableOffset and NfKeywordIndex instead. Probably those didn't exist
        back at that time.

2012-05-09  Urmas  <davian818@gmail.com>  [0b8d8ab30305212c3606d9218f1e017132d4772b]

        fdo#44738 use general format code keywords

2012-05-09  Luboš Luňák  <l.lunak@suse.cz>  [330d5185036638e4a54d73ab44884d31e6a986cc]

        one more --enable-dbgutil typo

2012-05-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ef7a460fa51140782b7ad4d87aa782ca007c56ca]

        deliver the boost libraries we build
        
        Change-Id: Idd3a133ee8271716518eb167192be91e76f90075

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [6092b332b99541bfdb9fd4bb14d0baa7dcf63e6a]

        fdo#49271 rtftok: make sure we send char props if there are no runs
        
        Change-Id: Id900b06fc1aad1d0f50ff92e3c12616dfbc1a81e

2012-05-09  Thomas Collerton  <tom.coll91@gmail.com>  [9520dbf59f6bd6c86791954e082488556a610adc]

        EasyHack fdo#42783: get rid of CPU define/build system variable
        
        Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504

2012-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [d7f5dcbc413b4bf89a70fc25a20533323840b63c]

        removed unused defines
        
        Change-Id: Ife6ba8104a3af79aa5d62509755b9d2c58d98e3a

2012-05-09  Takeshi Abe  <tabe@fixedpoint.jp>  [f4cd393736505f2426c64740c156543a481dd41d]

        removed dead code
        
        Change-Id: Ifaa3e07c98cea3de51d715e0eb7657a0896e77eb

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [e636c23bb9247325fba469612843399732ed4cd0]

        fix gb_Helper_abbreviate_dirs_native $ quoting

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [b1aeac0b6e11688af52952b6ae3e8ae4b2f855e6]

        unotest: missing include guard in macros_test.hxx
        
        Change-Id: Iee44d81a3667613485785481dcc0cb46f3b6a8ff

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [333ba4627e4c6ae56377773b22526881388c335b]

        sw: move common methods of subsequent filter tests to a SwModelTestBase
        
        Change-Id: I71316d6c5b6f4fb820bd541be1cfbb4d39dd261e

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [f909446caae6d4e091c2bb2dae36ae648491eef2]

        WaE: C4146 unary operator applied to unsigned type
        
        Change-Id: I5326baab63d8ec30a2f7fcb027c4a5a5526acdf0

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [13e6af8860f42daf49474a7ae9779baa0f8f2630]

        Related: fdo#34814 check if a missing font is a known symbol font
        
        Change-Id: I85f8e3fe7a30a59b2e458706b927d8f9c3a65abc

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [2221e0a0be16ffc0402b336ad308feff8a693a8a]

        remove comment, it'll only confuse matters
        
        Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83

2012-05-09  Andras Timar  <atimar@suse.com>  [949e9a5c55c6ddc63e53a5e5959773ec39bd7331]

        partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8
        
        Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8

2012-05-09  Gordon Lack  <gordon.lack@dsl.pipex.com>  [3ea961725a8488082e3741df98cbea358d807c87]

        Incorrect character written out when saved in HTML format
        
        Change-Id: I0ac19bf724be64004aeaecad67e95627a098975f

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [831b712d3da08f0050d2ee92c384ad8e6a2e461c]

        fdo#49683 implement RTF_KEYWORDS
        
        Use comphelper::string::convertCommaSeparated(), as done in
        RtfExport::WriteInfo().
        
        Change-Id: Iad4c3c57cf2e16c7256b9853cb1a6a0843463387

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [f4f526e08cfe9f938aa3422da80dc60f2e1ec3da]

        Resolves: fdo#38071 improve multi-line form field text ranges
        
        Change-Id: I40d32a34499661de562ae2160193ccf5e41d9465

2012-05-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [01d3f16e2a4c540b65368a1a94248e324f1d0f73]

        fdo#45698 - Inconsistent 'Print' icons in Tango theme
        
        Change-Id: I1b992b6baf1840ada6b9ad29701a033454962d98

2012-05-09  Stephan Bergmann  <sbergman@redhat.com>  [2b0244db8b223780e9d740ac600b7e25a2c11d93]

        Removed unnecessary SvLibrary
        
        Change-Id: I42e64af8ed88e652341707d5f9d2da3daaa0f9bb

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [4ae4c57caab02c5d8fe91cd9956fabba6bd3dc1e]

        Resolves: rhbz#805743 a11y: call doShow after we have a valid view
        
        Basically a regression from ec240eafe9b25620383aa54015f5c55e0f64227a but things
        were broken before that too.
        
        enable a11y (for gnome 3 this is gsettings set org.gnome.desktop.interface
        toolkit-accessibility true), and run the smoketest with dbg-util before
        touching this stuff
        
        Change-Id: I I55f4e22d8ac61c7ac3ccc37b82794604b28a8f14

2012-05-09  Brad Sowden  <code@sowden.org>  [f802b568d639950c2f8005cf143fd628cc29a3a0]

        AutoText: fix segfault when delete/rename action applied while group selected.
        
        In the Edit -> AutoText dialog, if an entry is selected and then a group
        selected the delete/rename/etc actions are still shown in the "AutoText" menu
        when they should not be. These actions are only applicable to entries and if
        a user attempts to apply these actions while a group is selected the list box
        becomes corrupted and leads to a segfault (the code for these actions
        assumes the selected entry has a parent in the listbox).

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [93a7ad0b686ec772a3988256a7856f2130cf8ae7]

        rtftok test: clean up by introducing getStyles() helper
        
        Change-Id: I5759d748efb1ed0aa0376de50eb16ba10e63c280

2012-05-09  Tor Lillqvist  <tlillqvist@suse.com>  [a4d77bafb6211481acd4e4b633639ec6bf3f25a3]

        This is Windows code so bin pointless #ifdef WNT
        
        Change-Id: I8e81ecd0e78f22f09db4288b781ae5f5da4d8760

2012-05-09  Tor Lillqvist  <tlillqvist@suse.com>  [96f79ea7c326db138aa3188e129c6e9b4d78cbaa]

        GNG_VERT_HACK has been hardcoded since 2004, so why bother with ifdefs
        
        Change-Id: I629a8af49d95b46390e5fe72f44f92a89379b57a

2012-05-09  Tor Lillqvist  <tlillqvist@suse.com>  [0947d09c8aa71e5c413a3b637d6402b0f41239e1]

        GCP_KERN_HACK has been hardcoded since 2002, so why bother with ifdefs
        
        Change-Id: I7e37289aba503310c54026d5a8bcbf8e4d51fb6c

2012-05-09  Tor Lillqvist  <tlillqvist@suse.com>  [7a3061db050d1727240bad9c3e4142f2a94944bf]

        USE_UNISCRIBE has been hardcoded since 2009, so why bother with ifdefs
        
        Change-Id: I16210b01b67e0bc4c817a0b1480483dd6237a5ba

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [a1d265be484f1c70f57ab3de9b2d8c27d2fd3aa4]

        Resolves: rhbz#818557 crash with NULL shell post template update
        
        It's all a bit baffling in a maze of Shells, but what I can see is that
        when we update from the template at the end of loading we end up with
        a different order of shells on the stack than in the usual case.
        Apparently from positioning the cursor at an earlier stage than usual.
        
        If I lock the dispatcher for the duration of updating the template it all works
        out ok. I freely admit I can't foresee the full consequences of this, but it
        appears to work.
        
        Change-Id: Ib7b2f511cdb5a37715a6ad839d9b1426ad9db8e0

2012-05-09  Caolán McNamara  <caolanm@redhat.com>  [107f8447818e50ba61221ca2ab0871347b7d6596]

        Related: fdo#48961 don't crash on silly pixmap sizes
        
        Change-Id: I43dbe846160d19b203ad6bed06e807d4fbf7ce56

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [d6acd86fe1d2924a378e3053f83d47084a8bb108]

        fdo#49501 RTF_MARGL/R/T/B should also set the current margin
        
        Change-Id: I I69b92d0cd07c9f08f14affb447b55b26b2556186

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [46fee7c2b23e9f252e9f223950718430c0990e61]

        implement RTF_LANDSCAPE
        
        Change-Id: Icc7f0b06f8fe31f31df728920ecb96dc40849b4e

2012-05-09  Stephan Bergmann  <sbergman@redhat.com>  [29b7738085c4fb272b845900ef908f621d02cd68]

        fdo#46509: xsltml .xsl files missing from wiki-publisher.oxt
        
        A regression introduced by e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612 "convert
        swext to gbuild and add to tail_build."
        
        Change-Id: I29efe28ad6353d725afe9cce6f470c5492aa87a8

2012-05-09  Tor Lillqvist  <tlillqvist@suse.com>  [eeccd69e49f9c237f3966a69f678894c9e5d4750]

        Add usp10 here, too
        
        Change-Id: Ice9bf5cbd894950ef3db5fb32778c83bc4ab5baa

2012-05-09  Matúš Kukan  <matus.kukan@gmail.com>  [736170293c1cb9b242a13c6d8cda4e23bf465b3b]

        gbuild: remove gb_Helper_abbreviate_dirs_native
        
        Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21

2012-05-09  Matúš Kukan  <matus.kukan@gmail.com>  [f4f4e3c050b117a8bfaa95a865b3b37bcb637516]

        gbuild: use mixed paths on cygwin
        
        make 3.82 understands mixed paths, so use them.
        This allows us to get rid of evil in BuildDirs.mk.
        Hopefully, life will be simpler now.
        
        Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3

2012-05-09  Miklos Vajna  <vmiklos@suse.cz>  [4f01261a04b702819aba9966177abe601761103b]

        n#757651 testcase
        
        Change-Id: Id0d24939632c98937f6fba26b756f139380191b0

2012-05-09  Muthu Subramanian  <sumuthu@suse.com>  [0b356971b2820f1d1bd27938be724cc1671405cc]

        n758575: Use default printer settings only when explicity mentioned.
        
        Also, fixes a bug with chartsheet pagesettings.

2012-05-09  Noel Grandin  <noel@peralex.com>  [fb5f61de5d770f4e34da6ac5d034f3a3fc9b4c24]

        Convert SV_DECL_PTRARR_DEL(_RefIdsMaps) to boost::ptr_vector

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [2d7e993f6a3acd01c5287497196565b8555416e6]

        fix std::vector::vector(size_t) in previous commit

2012-05-09  Noel Grandin  <noel@peralex.com>  [a56c8a0dc2ed44d76b1d9a0de6307cf968796b9f]

        Convert SV_DECL_PTRARR_DEL(SwSortList) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [25d018c0382625c424b80b124c9a8c39c28c2afc]

        Convert SV_DECL_PTRARR(SwUndoSortList) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [de4d4eb650358f14022389dabe975deffed1b96b]

        Convert SV_DECL_PTRARR(SwTOXSortTabBases) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [b9d7b38ff260b227a70b8298c8c4956d48b8fa11]

        Convert SV_DECL_PTRARR_DEL(SwURLNoteList) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [47c8927f37a682578861a22d8b40013c20544054]

        Convert SV_DECL_PTRARR_DEL(_SwShareBoxFmts) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [ca5f56a571c79b254af7c1fcb2e8256fa98d521f]

        Convert SV_DECL_PTRARR_DEL(SwPageFlyCache) to boost::ptr_vector

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [12a1e53de414f7e35e370372217d08ed7906a071]

        fix crash in CheckFields test from previous commit
        
        std::vector::vector(size_type n) creates a vector containing n default
        initialized elements, while boost::ptr_vector or SvArray constructors
        create a vector containing 0 elements and allocate space for n.

2012-05-09  Noel Grandin  <noel@peralex.com>  [0097f9fe819bedd359ee8516bba05aa02f526e95]

        Convert SV_DECL_PTRARR(SwpHts) to std::vector
        
        Delete the TmpHints declaration, because it's using
        the same data-structure as SwpHts.

2012-05-09  Noel Grandin  <noel@peralex.com>  [3e26181e36d506ce6c3a0133b11a7e652aaa62e6]

        Remove unused SV_DECL_PTRARR

2012-05-09  Noel Grandin  <noel@peralex.com>  [2552420cdc7588e1b0da06fd6810dba855e9d43c]

        Convert SV_DECL_PTRARR_DEL(SfxItemSets) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [b9f344eff6fd17f7d9b4d4585999cf18927707f3]

        Convert SV_DECL_PTRARR_DEL(SwUndoSaveSections) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [cd9283aca3af5cdce0660eaf80e477efbf2b1f12]

        Convert SV_DECL_PTRARR_DEL(SwUndoMoves) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [c9e146f0d00a31abf1cd17f19d3ed660756db9dd]

        Convert SV_DECL_PTRARR_DEL(SwTblToTxtSaves) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [62a0ec2c2b4143e88076a9b16f792169fece2482]

        Convert SV_DECL_PTRARR_DEL(_UndoTblCpyTbl_Entries) to ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [5fca48a9706d40f15feb6c6a77bdd16739fd3446]

        Convert SV_DECL_PTRARR(SwDependentFields) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [1eca4ec29787f6780904bac7c642b1b125b7dd7c]

        Convert SV_DECL_PTRARR(PropValDataArr) to std::vector

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [4a74e2fe7dda32af69ad7311de6f630b3191059f]

        also convert assertions in previous commit

2012-05-09  Noel Grandin  <noel@peralex.com>  [81af96ea703b441639c103ecb85c1a861742504b]

        Convert SV_DECL_PTRARR(_HTMLEndLst) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [6cc15957de9688f92b66457adc22534a883d26dc]

        Convert SV_DECL_PTRARR(SwHTMLTxtFtns) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [e79a62e1be9a1c10ac84b10a23b5b10362732d0a]

        Convert SV_DECL_PTRARR_SORT_DEL(SwHTMLFmtInfos) to boost::ptr_set
        
        I had to move "struct SwHTMLFmtInfo" from htmlatr.cxx to
        wrthtml.hxx because there are clear() calls in wrthtml.cxx
        and ptr_set needs the full declaration to be visible.

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [420e3e21c57a5a49b3ff8fd9fe47cddbdcc4286e]

        fix debug code in previous 3 commits

2012-05-09  Noel Grandin  <noel@peralex.com>  [c2258ab6f47a04f0761d8a34bd1c6123d8ac306b]

        Convert SV_DECL_PTRARR_DEL(HTMLTableCells) boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [5046b3b68f95003f460d008e34829e52c7572e62]

        Convert SV_DECL_PTRARR_DEL(HTMLTableRows) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [9298d5029334595ae15c9c927778e46d339db86d]

        Convert SV_DECL_PTRARR_DEL(HTMLTableColumns) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [29845c0657b1bf036d699b38630bde07fc64b770]

        Convert SV_DECL_PTRARR(SdrObjects) to std::vector

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [2539460018fb13ab71e985fd1e969d7d6eb5fc52]

        also convert assertions in previous commit

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [07350085eb3a9707b03e7ba1815354093fd3afef]

        fix std::deque::deque(size_t) in previous commit

2012-05-09  Noel Grandin  <noel@peralex.com>  [e193ad831e5bbca09e9c2e5b355ce8fd9dfebe33]

        Convert SV_DECL_PTRARR(_HTMLAttrs) to std::deque
        
        The code frequently inserts at both ends, so a deque made more
        sense.

2012-05-09  Noel Grandin  <noel@peralex.com>  [35be7d7574cd0f45a18ee5838dd14cb1040890d4]

        Convert SV_DECL_PTRARR(_HTMLAttrContexts) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [33fe30af79bd665e338dcf730c3d8439b6e2cb78]

        Convert SV_DECL_PTRARR_DEL(ImageMaps) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [1ad80e01debe9c0666866db475ac6cdef74f7933]

        Convert SV_DECL_PTRARR(SwHTMLFrmFmts) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [4c45c52b283d83c2c9749f9f129461ea4d2c32d2]

        Convert SV_DECL_PTRARR(INetFmts) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [c353979a75f20bd71a883bc61110e82e5030d9e2]

        Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [1940d00ef1e99f8ff9d933382f8b216cd313d8ad]

        Convert SV_DECL_PTRARR(SwBoxFrmFmts) to std::vector

2012-05-09  Noel Grandin  <noel@peralex.com>  [01bd94711d8e3a61bf69d6698bc7c5fbd1c705e9]

        Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vector
        
        I used a ptr_vector here even though the old code was not
        declared with PTRARR_DEL because the lifecycle of the
        array elements is completely bound to the lifecycle
        of the parent object.

2012-05-09  Noel Grandin  <noel@peralex.com>  [abaa69f991b6525960f834522c86848b820a783b]

        Convert SV_DECL_PTRARR(SwXMLConditions_Impl) to std::vector

2012-05-09  Michael Stahl  <mstahl@redhat.com>  [3893b922b3ffe03dcf92c4c60cd8c60916ae8cf1]

        also convert assertions in previous commit

2012-05-09  Noel Grandin  <noel@peralex.com>  [a8f3f3eea292ab04bb79eb09e7ad0b51b21e00f7]

        Convert SV_DECL_PTRARR_DEL(SwXMLTableCells_Impl) to ptr_vector
        
        This also triggered the need for some const-ness cleanups.

2012-05-09  Noel Grandin  <noel@peralex.com>  [eb834824472a7af37cbceb83b255b8308fbeb66d]

        Convert SV_DECL_PTRARR_DEL(SwXMLTableRows_Impl) to boost::ptr_vector

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9cfab5c687b337b035179561af49c16eea93b459]

        index is 1-based in this case
        
        Change-Id: I74aae3f422423de09cb012e274f8d536f8b778f1

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a2a9f197f3f3e16ef5efa1d9c35e0d1fee4e3c71]

        apply color scale to area during xlsx import
        
        Change-Id: I8f616c85df0e9d33c74c7354dfcadbf55bb91dc7

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56347571c16676e4fe7ae1e364c0a09f24ed5e23]

        add accidently deleted parts and WaE
        
        Change-Id: I829ce61a7db77fe9db3cadce5f87952120b476d0

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca64be56cbb46ea313d1dc39b0d737d5b0640150]

        import color scales from xlsx
        
        Change-Id: I7db1f2ab6fa842ed9750e8240fa813ba1bbc59b2

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [765c95e2bf85593d256683a15a55e097efb94b52]

        add initial code for color scales
        
        Change-Id: Iedb82a17fb7f7e3d16e86dc2a451c8aac4be9149

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6afb05329dfc5774c6955076717bff5a331ecc5]

        updateReference needs to deal with inserting/deleting several sheets
        
        Change-Id: I1cbb247cb95e412c9e62b36510ad5e58a60ebfdc

2012-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd5086102184b31b6706991d40332986a6f045be]

        DECL_PTRARR_SORT to ptr_set in conditio.[ch]xx
        
        Change-Id: I I7de285ae784ae144a7d3190d4f99c1b38694da28

2012-05-09  Stephan Bergmann  <sbergman@redhat.com>  [5c2c03e9062d0c86d385a56c3ce1f536944927a2]

        Fix fdo#43619 Animating only 2nd level paragraphs hides 1st level

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7f3f6e4709c13b15fd122d9c2bd5e474c26ca4fb]

        Use the field type value for branching instead of ISA macro.
        
        Change-Id: Ie5bc60875fef3e9b6f6f46942b2124bc42978290

2012-05-08  Lionel Elie Mamane  <lionel@mamane.lu>  [3c648396567a2832c757d8d37432803a3f8e1818]

        fdo#45580 crash on "connect to existing database" wizard

2012-05-08  Cameron Paul  <cpaul37@gmail.com>  [a7d4d536a2e3b708af8939bdb037b1de8c9b2d1b]

        fdo#36187 - make ctrl-[ and ] increase/decrease font size.
        
        Change-Id: I3b41aca08f23b65277947b94423a0e2a2e91b023

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cd708b56dc614a3e81921f1b28d3102264dfa53a]

        Support document title field in cells.
        
        Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aceff35230dab8d22a5fdd4cd9a7a982b9754fa2]

        A little more cleanup; translation of field IDs are no longer needed.
        
        Change-Id: I85364368d2ffca717b38d17c3396f53699001a3f

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c5af59331a7ce7beac38c7d95d03decd0eb75db0]

        Remove the evil hack.
        
        Change-Id: I4b560e276bd0026e90e8a27238fe3f588cf91e55

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [abc8bfb51ade3cf9e1506fe7386ae5afab5e92f1]

        Use defined UNO property names instead of hard-coded values.
        
        Change-Id: I56801d8ce1a9bb6f8f9faebdf15ce831b7e9ea3d

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ca98e2abb860d135517c44a2d2195a99290ff8e2]

        Removed commented out code blocks.
        
        Change-Id: I7e5d0abbf209fd975a1f886b2588b51e05cf35e7

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f5122f93fe97aea479c9228173b16516d2c2f19d]

        Use scoped_ptr for this.
        
        Change-Id: I43aba3046fb0c7adcf5362ea26273189addc12fe

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1af56c22b4b17922f43b67aaf1ceb9562b98f941]

        Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.
        
        Treat date and time field types together, and handle appropriate
        properties to have it not throw UnknownPropertyValue exception.
        
        Change-Id: I6a4c512fb3030bfc48ab7372cb1a217069dedfc4

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63114e6d863de32e2d93f0da54caca928916d9c2]

        Create SvxFieldData instance directly from the UNO textfield object.
        
        Change-Id: Ifa8210ffdf29624689f547b436fd687a2de82eb1

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aac15b638410f181133dc15343136b4e9a1675ba]

        Set anchor to XTextContent using UNO API.
        
        Change-Id: Id1ccae62037369917a46d620c0c46ac2447a0910

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c601d86ce154e43266e0185b2fba2c1b4f196d1d]

        Avoid calling getImplementation() on the text range object.
        
        Change-Id: I3d1d4c1e9adebda16c62f4e14bd5aca14e058605

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c0b6e3e93c72e9e08a7af34353b8da3ce99a1ac0]

        New UNO API to deal with text range selections.
        
        Change-Id: I Ie868d9d2d8d56459f2013d91f836736cd3fd4d72

2012-05-08  Miklos Vajna  <vmiklos@suse.cz>  [a7772d9d7916ebff3ad6134a1ff4f8d6cb9da709]

        configure: --disalbe-dbgutil -> --disable-dbgutil

2012-05-08  Stephan Bergmann  <sbergman@redhat.com>  [a2d9f7178d4516f7d0f21f3d699dff9940697409]

        Proper quoting
        
        Change-Id: I4ac3e017f1450a14d2bb389b72ffd2e69cc5767a

2012-05-08  Miklos Vajna  <vmiklos@suse.cz>  [cba7370aab56212ca9e8def72ce821746835b4ff]

        n#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayout
        
        These are all derived from the SalLayout interface, with a similar
        GetTextBreak() implementation. MultiSalLayout didn't break text that had
        exactly the same length as the available space, the other two did. Fix
        this inconsistency.
        
        Change-Id: Icd9a81e039492bee82c28b8d8582e3a161dfd283

2012-05-08  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dc0d9e802a5a243dda684cc670e4ef1de9853fc7]

        Property writable test for util::DateTime & fixed a copy/paste error.
        
        Change-Id: Iabfbe3f4df2c73ad9325bdc60e4ad71a5d1fda15

2012-05-08  Tor Lillqvist  <tlillqvist@suse.com>  [02cf8bf47252cdaeaed7179ebd002692065583d0]

        Fix lookup of path to usp10.dll
        
        Just using the identifier ScriptIsComplex apparently results in the
        address of its import stub, which has been linked into the calling DLL
        (vcllo.dll). We need to look up that symbols from the handle of
        usp10.dll to get the actual function's address, to be passed to
        osl_getModuleURLFromAddress().
        
        (Nothing magic with ScriptIsComplex here, it is just an arbitrary
        function from usp10.dll.)
        
        Change-Id: I If000d0c2eae3e3e32ce0ad1c26e545304d6f6d9e

2012-05-08  Tor Lillqvist  <tlillqvist@suse.com>  [1437b877391a5c3f79bbbcab415b83e1189e5617]

        Don't build against the debugging MSVC runtime in a dbgutil build either
        
        We don't use the debugging runtime in LO's own code in dbgutil builds,
        so we shouldn't use it in bundled libs either.
        
        (At one point I did try to use the debugging runtime in a dbgutil
        build, but had to give up eventually; too many compilation errors
        thanks to using -D_DEBUG which brings in much more strict checks in
        the C++ headers. I apparently forgot to fix these makefiles then when
        I aborted the attempt.)
        
        Change-Id: I I Iedf765b55ba71b811d7fe3074e4c3129783108fd

2012-05-08  Tor Lillqvist  <tlillqvist@suse.com>  [e38c3afab5bb5dbb38f2a6a065d97df19ec0c95a]

        No need to load the Uniscribe DLL dynamically; just use directly
        
        Change-Id: I706593f0017d440b486f698d1158f070df4e8b2e

2012-05-08  Julien Nabet  <serval2412@yahoo.fr>  [b851d0a57abad29240d46d498e8fa3540c084687]

        Remove unused (SwTabFrm::GetLeaf)
        
        Change-Id: I6bf22a22c41860a85af4e01ee23b146265863797

2012-05-08  Caolán McNamara  <caolanm@redhat.com>  [2a1297444a47a5dd0ed2bd7d8598e47bb00270ff]

        Related: fdo#49271 strip charset suffixes from fontname for substitutions
        
        Change-Id: I9d7b80ebd6d251e2ac6d16899e23584582e8f461

2012-05-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4979a3cfd43b9f79005bf76da9e2dbdffc9e91f5]

        Revert "fdo#49421: the "Available language modules" list is too small and ...
        
        which is no longer relevant since 6a64e5bbd43e262d87e291dcc411628efac61fde
        
        This reverts commit 31182ed08494ed6afa3371aa246b155c6b58e8b3.
        
        Change-Id: Idbcd6b2e21b1e0e93b167c78ff361c81cf25c978

2012-05-08  Takeshi Abe  <tabe@fixedpoint.jp>  [189d21f1c5830318f0ebd7a4ce6a0dff1d34f3df]

        Keep ImplMulDiv() DRY
        
        this follows b07d7d348a728fc54991320ff7bc882f341478af
        
        Change-Id: I41001cec7b8024c9c957481b31ab6bf3badf0abe

2012-05-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6a64e5bbd43e262d87e291dcc411628efac61fde]

        Revert "Set the listbox height to an integer multiple of the listbox entry...
        
        This reverts commit 16c9d63da67897e51960f3684d8d05b06f2c8f81.
        
        Conflicts:
        
        	svtools/source/contnr/svimpbox.cxx
        
        Change-Id: I8e030e3b85fbf31d8369646e55048b830a83486e

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [2580fcb655e55e2e482524ccd5a84e13377b824b]

        svgreader.cxx: fix -Werror=sign-promo

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [98bced0d358927e462b1c2932d43b2a553bb847c]

        oox: strict aliasing warning:
        
        /oox/source/dump/dumperbase.cxx:345:69: error: dereferencing type-punned
        pointer will break strict-aliasing rules [-Werror=strict-aliasing]

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [3c598c4064cffdc2c9ff19e094594ca360779b66]

        sal: work around spurious signed overflow warnings
        
        gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC):
        /rtl/string.hxx:1037:67: error: assuming signed overflow does not occur
        when assuming that (X + c) < X is always false [-Werror=strict-overflow]

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [aea14bd0718c0eb40c02c0bc989a17096e6fa0be]

        work around spurious signed overflow warnings
        
        gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC):
        /rtl/ustring.hxx:1293:233:
        error: assuming signed overflow does not occur when assuming that (X -
        c) > X is always false [-Werror=strict-overflow]

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [b532fccca7c398a42d84fcb06deced60fa959819]

        work around spurious signed overflow warnings
        
        gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (GCC):
        /com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow
        does not occur when assuming that (X - c) > X is always false
        [-Werror=strict-overflow]

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [a50812813de0594ac2aeb064ea4a95d66b8e4e42]

        gbuild: tie optimization into selective --enable-debug:
        
        Let --enable-debug determine whether optimization should be disabled,
        which works also for debug=t due to the setup in gbuild.mk.
        
        Also clean up uses of gb_COMPILEROPTFLAGS: this is now always set to
        optimization settings, and gb_COMPILERNOOPTFLAGS used in debug case,
        which should not make a difference because the only actual difference
        was that on MSVC the debug OPTFLAGS were empty, but -Od is documented as
        the default for this.

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [c8fa9bd8849f0503b3803465e8ce119581e11e33]

        dis-entangle --enable-symbols and --enable-debug:
        
        OOo used to use debug level this way:
        0 is default for product build
        1 for --enable-dbgutil
        2 for environment variable debug=t, regardless of dbgutil setting
        in LO these have now morphed into:
        0 is default for product build
        1 for environment variable debug=t
        2 for --enable-dbgutil (at some intermediate stage in the past)
        1 for --enable-dbgutil (today)
        
        This has caused a lot of confusion and some things were not converted
        properly, including a check in LinkTarget.mk.
        
        Developers should use --enable-debug to get useful information,
        including full debug info and assertions.
        
        --enable-symbols is not intended for developers, but for people
        who need their builds to be able to produce useful stack traces;
        --enable-symbols is for example set unconditionally in the Fedora RPM
        spec, and for this purpose disabling of inlining is not wanted.
        It is unlikely that somebody wants symbols for only part of the build,
        and consequently a different mechanism is used to set the corresponding
        flags: they are set into global gb_LinkTarget_C{,XX}FLAGS.
        
        So move the selective symbol feature back to --enable-debug.
        
        (this substantially reverts db8df57acd601ed084bd0122683e1bd066a4f143)

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [ae17a1966d58faaa7350a85f7e91f16ee3fd1fb5]

        gbuild: add CFLAGS to generated C objects as well
        
        (was broken by ebed42c38ae91147633c47873307e07984bc62c1)

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [e7a3d1a289d618e8ebfdebfa986d62ede189df6c]

        gbuild: selective symbols for Objective C(++)

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [8c1c2472dfb87e28b63328cdb7a3198e2cae5164]

        gbuild: replace gb_LinkTarget_set_objcflags with add_objcflags

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [a149454c79b62c4bf1c87db44138d27b4bcdab77]

        gbuild: fix CFLAGS/CXXFLAGS:
        
        GNU coding standards say that user should be able to override the build
        system's default flags with CFLAGS/CXXFLAGS environment vars;
        also these ended up twice on the command line due to historic accident.

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [0cd589cb5f57242b320530920db33b720110d619]

        gbuild: refactor selective symbols again:
        
        The previous commit works but results in a ~0.4 second slowdown on
        tail_build, which is completely unacceptable; seems that at the cost of
        another ugly global variable in Module.mk we can get the performance back
        and then some, so refactor this again...

2012-05-08  Michael Stahl  <mstahl@redhat.com>  [d827219092063c6c4d045463b41fef2c0fc17c10]

        gbuild: refactor the selective symbols support
        
        so it doesn't use wildcard but instead the actually registered
        LinkTargets.

2012-05-08  Eike Rathke  <erack@redhat.com>  [01f79a346f27012791fa2373a3b93003963a6b3e]

        resolved rhbz#819118 catch exception from VBA lib container
        
        If in an imported Excel document with VBA a sheet to be copied does not have
        a document object in the VBAProject container (whyever that may be the case)
        the getByName() rightly throws a NoSuchElement exception. Catch that.

2012-05-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [79a6e40e6f19a896dbc25640deb3d4507eddad95]

        fdo#48065 clamp mnFillOpacity to 1
        
        Change-Id: I I007724e0ea4cc54a72f9bd9de9d83f887615568e

2012-05-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [7c11471666f92e9dfecbec23ebe73bcb0177a963]

        fdo#47447 parse rgb(%,%,%) correctly
        
        Change-Id: I I I6df249fa1be37c7136baac03adcfb19fcf73e472

2012-05-08  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [695409f723b7a93e08cc48b47d4e7583d1432880]

        Removed dead importSvg and ShapeRenderingVisistor
        
        Change-Id: If00fb050a5634e76d3add87c1838fa99ff4715be

2012-05-08  Andras Timar  <atimar@suse.com>  [98fd8f345504e98e9ed16f4845d55f5b88b77a5e]

        fdo#39833 add "Support assistive technology tools" option to Windows installer
        
        Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007

2012-05-08  Muthu Subramanian  <sumuthu@suse.com>  [90352e5f1e50291960c944f9a1f44ab3e91d6503]

        n759212: Text over images.
        
        Default text may not make sense to be copied from the
        master slide to the slides when there is an image.

2012-05-08  Tor Lillqvist  <tml@iki.fi>  [3a35fd8f1c6b176e675b998a82526636aad5a00b]

        Improve
        
        Change-Id: I4a822a8f132f91c1b21ead4e1811b04323485356

2012-05-08  Tor Lillqvist  <tml@iki.fi>  [fbd82ae8835adf40930be35e7cf14ce812786224]

        Bin a line of apparently meaningless and wrong Mac OS X code
        
        When LibreOffice is compiled against the 10.6 SDK and run under gdb,
        the apple_remote code caused "cannot init a class object" exception
        messages to be printed.
        
        Upon closer inspection this was caused by the call to [super init] in
        the sendDistributedNotification class method of the RemoteControl
        class.
        
        As far as I understand, calling [super init] and assigning its return
        value to self, even, is pointless and wrong in a class method.
        
        This code apparently has not been causing any harm when built against
        the 10.4 SDK. This is probably just accidental thanks to a more
        lenient Objective-C runtime getting used?
        
        When built against the 10.6 SDK, though, the resulting Objective-C
        exception seemed to make input event handling non-functional. After
        this fix LibreOffice built this way works better.
        
        Change-Id: I I I383611753f3f83a9efa4694b1900c8b66ed1a8e3

2012-05-08  Tor Lillqvist  <tml@iki.fi>  [8701f5ef0591bdb7746f19fe94ba27632e983347]

        Add Emacs and vim mode lines
        
        Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc

2012-05-07  Jan Holesovsky  <kendy@suse.cz>  [05597378a1f8aa5ff691d7e4b61cdb70b797cb6a]

        Added a fixme.
        
        Change-Id: I303a750058039a4df5a237c823178c8a065f04a4

2012-05-07  Jan Holesovsky  <kendy@suse.cz>  [f0e68c48b95e223704d51257f6c767204d6b63c0]

        Add some useful links to the Windows theming.
        
        Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9

2012-05-07  Stephan Bergmann  <sbergman@redhat.com>  [708229dc96533b6f165b82ce4d9e07537d1ce8b1]

        fdo#49580: Fix bean after gbuild'ification
        
        4478b739ddade09425d496cbddee1542fdfd5e9b "convert bean to gbuild and add to
        tail_build" broke the following:
        * The name of the officebean dynamic library must not be changed (by adding the
          "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader.
        * With gbuild's per-default hidden visibility, JNIEXPORT functions must instead
          use SAL_DLLPUBLIC_EXPORT.  (Windows-only code in bean/native/win32/ should be
          safe to continue using JNIEXPORT.)
        
        Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604

2012-05-07  Stephan Bergmann  <sbergman@redhat.com>  [6752930497d1c9d0d1ebb29113e89bdaf9e53aaa]

        LocalOfficeConnection description must end in ServiceManager
        
        ...instead of NamingService.  Even though current
        <http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/JavaBean/Customized_Configuration&oldid=127145>
        documents using the latter, it leads to NullPointerException, as connect()
        expects aInitialObject to be an XPropertySet.
        
        Change-Id: Ia8445bed5307bf440d078a8b96200e3b7fa38706

2012-05-07  Andras Timar  <atimar@suse.com>  [7bfded003e8333b167c94f9f55ce7cc224f5cd7b]

        fix condition for SetupCompleteSuccess
        
        Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3

2012-05-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [092d72a5591283459eb261e26d57ad8ecf1d5280]

        gtk: scrollbar: fix visual response to a mouse click
        
        Change-Id: I5f3b7f1bba1d751004399e4ea995acc813df3636

2012-05-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b07d7d348a728fc54991320ff7bc882f341478af]

        fdo#49421: do not divide by zero when scrollbar cannot be moved
        
        Change-Id: I63338f6c2cfa3d206260b536a44de3d51fcd5710

2012-05-07  Matúš Kukan  <matus.kukan@gmail.com>  [7099da8058b5ca6ed681745e8049d095fd38294e]

        unusedcode: BiffGroupObject
        
        Change-Id: I13d969511dfb8cb87a88be47c72de4d882247f46

2012-05-07  Takeshi Abe  <tabe@fixedpoint.jp>  [3312d3462318d39b90d3a30e09df08ccb20d51cc]

        removed unused defines
        
        Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03

2012-05-07  Andras Timar  <atimar@suse.com>  [56934b87937a03ccc008379f7b03bbd4f255cc02]

        don't refer to a deleted control
        
        Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5

2012-05-07  Stephan Bergmann  <sbergman@redhat.com>  [eac5b793aa4a39dcbdd7caf4b4e939a204c5c333]

        Improved error reporting
        
        Change-Id: Ifbb44b8d711b82f5d3ca0cd678579e9dcbb44bf2

2012-05-07  Laurent Alonso  <laurent.alonso@inria.fr>  [27482e865d1fc8d66d9a11fa524ceddf9d982833]

        Add possibility of generating foot/endnotes with text labels

2012-05-07  Laurent Alonso  <laurent.alonso@inria.fr>  [916b0a18acf0cabb01988a8162b9545aeee838a9]

        Check for frame borders and frame background

2012-05-07  Andras Timar  <atimar@suse.com>  [1c2529ee738148f95f0f80df25950979ea89910f]

        remove unused checkboxes from Windows installer
        
        Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d

2012-05-07  Gábor Stefanik  <netrolller.3d@gmail.com>  [789813aa8dcc19f8d576ca651ad8365d4ee6d703]

        fdo#48391: Remove TEST_ENSHURE
        
        Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582

2012-05-07  Gábor Stefanik  <netrolller.3d@gmail.com>  [ffc53f86501b6f29eeb5d75b6b2dfcf9ae982c18]

        Translate two German comments in swtable.cxx
        
        Change-Id: I968fb58b6ceb406a62a2b403c270aef2281945c3

2012-05-07  Tor Lillqvist  <tlillqvist@suse.com>  [dd3124dfa4cdab080943127dde53ca2130ecf602]

        Don't bother with the static lib and the exes for non-desktop OSes
        
        Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9

2012-05-07  Tor Lillqvist  <tlillqvist@suse.com>  [c8155a58bd1370d2375bdc7f08ae7cd40282b1ec]

        Use gb_STDLIBS
        
        Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [116016d5160302413d5c2c97c436c5e4f6383338]

        fdo#38786 implement RTF_CHPGN
        
        Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [c450ea69921001621a1114369b3508bfa69bd088]

        introduce msfilter::util::BGRToRGB to avoid copy&paste
        
        Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [71bf95db0bf87424678ce62d526e14848cdafec7]

        implement RTF_DPFILLBGCR/G/B
        
        Change-Id: I Ie4df6921201b2be4e7d9aa3febd1dcdc1e3eef40

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [4485ff1b51c121627cf30ef219d48614a4de895b]

        implement RTF_DPLINECOR/G/B
        
        Change-Id: I179472754f63559668ff918fd2a01331cd3c35bb

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [57be17df8f9d69761e648cd1ccd6d6f0084e569a]

        rtftok: implement RTF_DPRECT
        
        Change-Id: Iffc00526bd780e19daccea226735b4c4e28bf9c6

2012-05-07  Miklos Vajna  <vmiklos@suse.cz>  [0b369e8ff91fb62c5095a0739eb0ec76043162fa]

        gdb: enable pretty-printer for uno::Reference
        
        Change-Id: Ia4ac141d8e054d8558d77251c6f069a51a7e6fab

2012-05-07  Caolán McNamara  <caolanm@redhat.com>  [535e9e7f7d2ddf312a2b77350e94606584778709]

        tidy ResId String/rtl::OUString cast foo
        
        Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49

2012-05-07  Caolán McNamara  <caolanm@redhat.com>  [0672b7a929576f902c48058e712c7d1a5711ac64]

        silence more valgrind spew on scanline-extended deadspace
        
        Change-Id: I8607d9d405a3996699ef85564938628624987385

2012-05-07  David Tardon  <dtardon@redhat.com>  [e35b1d8b0913514becb9e5d2845c74a927b4a272]

        add gb_STDLIBS
        
        Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc

2012-05-07  David Ostrovsky  <David.Ostrovsky@gmx.de>  [d76c3f3abdc9f8e7139a78b85323b4865fe6b27b]

        gbuild conversion: store module
        
        Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f

2012-05-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0ca1ef1990226cd5d7af6c1f76872e9ad8711f2]

        string result of formula is also valid, fdo#49052
        
        Change-Id: I I0beb439381a0d01b27d219b148c47839055b6f62

2012-05-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee34a78b175765a1444071217239f3592c16eec1]

        use correct content for returned ScDBData, fdo#49531
        
        Change-Id: I Ied7fff3162c98ffdb4b7e57d3c45516b403f9a68

2012-05-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [071e5ae9bee16415b27c85c2e170b7bc10e75a10]

        libs were renamed, but dylib_file hint for older XCode was missed.

2012-05-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [34513fe619aee112b11a0a90dc2e981dccdb408e]

        WaE: avoid build break on Mac PPC/XCode 2.5
        
        otherwise breaks with
        /usr/share/bison.simple: In function ´int yyparse()´:
        /usr/share/bison.simple:614: warning: comparison between signed and unsigned integer expressions
        /usr/share/bison.simple:626: warning: comparison between signed and unsigned integer expressions

2012-05-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [31182ed08494ed6afa3371aa246b155c6b58e8b3]

        fdo#49421: the "Available language modules" list is too small and unusable
        
        Change-Id: Ie1b68176765dec49307fb8928738073052188ccf

2012-05-06  David Tardon  <dtardon@redhat.com>  [30115a0e78cba478562f183fe06da025b3f44936]

        WaE: NULL used in arithmetic
        
        Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d

2012-05-06  David Tardon  <dtardon@redhat.com>  [7169b1b308131e4c9c75efd49544989e1d82a573]

        WaE: ordered comparison of pointer with integer zero
        
        Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5

2012-05-06  David Tardon  <dtardon@redhat.com>  [919697f91298ced168c1d6baac7e0d6db3100db6]

        WaE: unknown pragma
        
        Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5

2012-05-06  David Ostrovsky  <David.Ostrovsky@gmx.de>  [f8ec9ca67e9150562440fd859e266d52ad26042f]

        fix subtle flex problems on MacOS
        
        Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124

2012-05-06  Tomas Chvatal  <tchvatal@suse.cz>  [32af02b32f1ab7f2683749e6c949470847175da0]

        Allow usage of system rhino wrt fdo#42977
        
        It is done the same way the beanshell is handled.
        Currently it can't be enabled by default as internal version has
        patched-in debug interface.
        We can choose two paths, rewrite the code to the new rhino debug
        interface or just strip the current one out.
        
        Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6

2012-05-06  Andras Timar  <atimar@suse.com>  [b3d63df541ff6b2bf9c77699c8c076ebcde2d6cf]

        fdo#44628 run unopkg.exe after InstallFinalize
        
        Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046

2012-05-06  Matúš Kukan  <matus.kukan@gmail.com>  [a09b25f520594410d4851b2e435223aa0627078e]

        register reg  and store the same way as jvmfwk
        
        Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9

2012-05-06  Matúš Kukan  <matus.kukan@gmail.com>  [b20cb1e13270a30c676b477954b9e613f083cb32]

        remove unused files
        
        Change-Id: I65ec941f72b9884d147f51939d592da313418329

2012-05-06  Caolán McNamara  <caolanm@redhat.com>  [810ab680c60e21660cbb1bfa1893ee6321bfa771]

        valgrind: silence annoying conditional jump warnings from dead scanline space
        
        Change-Id: I46f3d61ff85886c44849c22bfda4a3628041d6dd

2012-05-06  Caolán McNamara  <caolanm@redhat.com>  [c6a56e0b7f36b247c6808e3c6640c47599c5b56e]

        catch by const ref
        
        Change-Id: I20da7ac6dddcc1905b3419df37dd19f162cd8998

2012-05-06  David Tardon  <dtardon@redhat.com>  [2c8432dcafedff49c2d284d79c016216d230c9f4]

        fix linkage inconsistency on windows (cont.)
        
        Change-Id: I10f97a1750499411450170947aaef5a7e052580d

2012-05-06  David Tardon  <dtardon@redhat.com>  [9f68316127c6ef2e7697e135c3b056f6d8a83aee]

        fix linkage inconsistency on windows
        
        Change-Id: I677a5fe8dc5c91b96fe299b06a5f2dc767120a1d

2012-05-06  David Ostrovsky  <David.Ostrovsky@gmx.de>  [953d9ab43b38a5d181d64a4c87255a6182248897]

        gbuild conversion: registry module
        
        Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [c2003c73d71001fcb66fb86a15cde82e60aa242a]

        Related: fdo#47511 valgrind: invalid read of size 1
        
        Change-Id: Icca307c1a9ac47201e4cd0069feb699bae2ae359

2012-05-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f1005e50e795a06b5504960a94e529b48e085a91]

        gtk: fix drawing of separators in vertical toolbars
        
        (regression from 0377b99b3f50a67e7845a3d728313e5a2ef36e73)
        
        * divide PART_SEPARATOR into PART_SEPARATOR_HORZ and PART_SEPARATOR_VERT
        * improve separator reduction: now the offset is (height*0.2) instead of 7.
        * rename: gVSeparator -> gSeparator
        * remove trailing whitespace
        
        Change-Id: I I If144509d7e061bf1b7901cd5418c4d7dbc3aa0d0

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [33880a63fef2abf126163186d81c204d965031a6]

        Resolves: fdo#49340 GetFocus during dtoring causes reentry to dying window
        
        Change-Id: I79cf2dcd3e1126e95a8d89d7ebcfea0c06cbdb05

2012-05-06  Takeshi Abe  <tabe@fixedpoint.jp>  [91353a76690b581056235770ad8ed5ba6ce7f327]

        nuke dead code
        
        Change-Id: Ic7110a2d589c5be60c2beae1fa8c9e7ed6d63c04

2012-05-06  Takeshi Abe  <tabe@fixedpoint.jp>  [e3b0f50966caa8be33a51974b6dccf6a5913bd1f]

        removed unused defines
        
        Change-Id: Ibb6141776fc3a418095b7184c7dacfba70dd7238

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [146a73e243bb54085055271f08156e2cf5dbd3f2]

        Use UNO's field type values for the SvxFieldData class IDs too.
        
        Change-Id: I Iae5abcd0936f176b0b8976b6ea50cfe3e18593b4

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8f555e3be27768a7a9a80b5ce4cba95ea1cd2880]

        Use signed 32-bit integer as class IDs.
        
        To allow UNO field type values to be used.
        
        Change-Id: If03d3f37cf5b050fe080771c799c3e82c0264a4a

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7dc75ace3ba42d8f7f4736bac66a218cec5f39e]

        Have ScEditFieldObj use the UNO field type values.
        
        Change-Id: I300817bd0263f427c9f4c424ae86b608015ce3e8

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [204c898d7b69731a6a013bb02842400d4a828783]

        Use the UNO field type values instead of the internal ones.
        
        Change-Id: I43c374f549bbcddaa1a1bd63c1eb346130208b60

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [194785f8b06182ba8caed8448fc61dd82a24dbcb]

        Added new constant group to enumerate text field types.
        
        Change-Id: Iee2cd5994ce5145e3449dd5b62309ae3cee6603d

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d789d1a1966b4385343db6b9c5a4d855147817e2]

        Avoid the ID of unknown field being the highest number of all field IDs.
        
        Change-Id: Ifcc62cd15dcfe0cb37f7c851930ff103384f3827

2012-05-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a8aa83867e122fdfcda3221c0b94a0e8cb7bad09]

        Nobody uses this.
        
        Change-Id: I8bfb2d04285885c76f0ed1455c46612ad5ec98b0

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [a96e7428b74504cf9ca9e02b21a5647a3aa55e56]

        Resolves: fdo#47347 overwrite incorrect font table entry with the correct one
        
        Change-Id: I563cf50b6eb029276115b9b02951d36b1ec0d39c

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [349d64b821c657aa9b94667c7f9fac3bdb677342]

        Related: fdo#47347 m_aFontEncodings is a map so returns 0 on unknown fontindex
        
        Change-Id: I3addf0d27058ed9ef01d4893ad932c13623c283c

2012-05-05  Matúš Kukan  <matus.kukan@gmail.com>  [2794c1945a5c6921c8ba6a1bdbbe6d67eb8bbd69]

        remove classic theme from configure
        
        If you'd use it, you'd get icons from fallback themes.
        That I consider misleading.
        
        Change-Id: I I Id1d71ef3f2e90f783d03ef8287f53f05ce4aa9a9

2012-05-05  Matúš Kukan  <matus.kukan@gmail.com>  [a90d7788a4b9aca4378cd1660293403db3d399ac]

        fix typo
        
        Change-Id: Ie8987092a63e9a3b5d3b94f7ae54fbef98fdfc2c

2012-05-05  Matúš Kukan  <matus.kukan@gmail.com>  [cd40f99c8e25c1741e1af34f39705e23fd236708]

        update icon-themes readme
        
        Change-Id: I I54bf0861f3c16d925fa91e8a172d60a5c1ee6a9d

2012-05-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c1ac12f52776c625c7a091ab864b9e99e3bc3d67]

        gtk: fix drawing of disabled menu-item checkmarks and submenu arrows
        
        Change-Id: Ic9929de974b1dd806dee294e574ad9f561468eb4

2012-05-05  Tomas Chvatal  <tchvatal@suse.cz>  [0815a87c0c3fc1705170d8500056b2fae980e1e2]

        Do not check for beanshell if not needed
        
        Do not install the benashell/javascript stuff if they are not actually
        bult.
        Build rhino only when required by javascript extension.
        
        Change-Id: Icc378524008389af35631c64a1a0288eb4f271be

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [e10adabc55194cd47f26e726137d2fd036f3cadb]

        fix typo
        
        Change-Id: I1cbed51277d67fd69121090ffc6d8e4a44e0eeae

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [e4bfd2ff060b89b2b7119bcb6a5c6bfb02815601]

        <fanboy>I love you Neil</fanboy>
        
        https://twitter.com/#!/neilhimself/status/197828433005395969
        
        Don't autocorrect sidewalk to pavement or zip code to postal code for UK
        English.
        
        Change-Id: I4b1f895ffc0dd9c05487fcb79ebe4f3e06a46b99

2012-05-05  Tomas Chvatal  <tchvatal@suse.cz>  [f7620350edff408bb8b3bf192cdb713f5b0304f1]

        Add * marking default enabled for crystal theme.
        
        Also add galaxy to known list as it is pseudo alias for default.
        
        Change-Id: I5c1175a950319e73da29e77daca9243f165243f1

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [567c1db25bd705faac44203e4a3d01d0f5e1385c]

        Resolves: fdo#49342 crash merging cells, revert conversion to std::map
        
        3af0c948254751eade9bff772b849720747c5494
        868bd3b778b6c7b970c67d1dacc469967f69e551
        b2e84f9a40fda7821d4e658f9102bcbc783a1ba3
        7264d2767095150944ff1e6999c71be1dbdc6f83
        858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f
        
        The problem is that a paragraph gets added to the document after the TableBox
        selection is created, which changes the node ids of the following paragraphs in
        the TableBox but the map has used cached SttNd value as its key, so it can't
        recognize nodes using the new index.
        
        This worked in the old implementation because that was effectively a
        sorted-vector, so probably the best conversion to stl is a sorted vector
        
        Change-Id: I1143d843b872eee15b016f82b68ecc020969f1b5

2012-05-05  Caolán McNamara  <caolanm@redhat.com>  [4da69155054a661af5a405b3473affa2d44e6c90]

        to complex -> too complex
        
        Change-Id: I444aeb004a5e62199b67b0dbc7d9965265525379

2012-05-05  Matúš Kukan  <matus.kukan@gmail.com>  [4eadfa3acd50e80dc07b5c2b00fff46d0f3dd498]

        propmerge is not executable, only a script
        
        Change-Id: I35c88dc5ffe1b4082d0ef9611dd2c698c0d4217e

2012-05-05  Matúš Kukan  <matus.kukan@gmail.com>  [d28ffc8856295035f297be4613ed68ac05653609]

        add propex.bat back; it is used on Windows
        
        Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df

2012-05-05  Muthu Subramanian  <sumuthu@suse.com>  [11713989b1580799635fff997b920d9bd4bf619f]

        fdo#48778: PPTX import crashes.
        
        This probably occurs when the document has wrong idx (?)

2012-05-05  David Tardon  <dtardon@redhat.com>  [32f4c79f7a72fc312ae3eec02492d6bc1da7d86c]

        add dependency on fpicker
        
        Change-Id: I45348c7f5c811524c6c2e98f718b36a72b980687

2012-05-05  David Tardon  <dtardon@redhat.com>  [c2cc50ff3cf9defe210b85e454f1217e06770dae]

        use the packaged header
        
        Change-Id: I3a447ab2b7798922e1805d8ed379359fd9a8f216

2012-05-04  Eike Rathke  <erack@redhat.com>  [7c5064d3bd57a0d5e57e188274d74d61a3ac9922]

        resolved fdo#46160 query model only once whether it is a preview
        
        Query a frame's model only once whether it is a preview model, instead of
        doing it for each toolbar and menubar and statusbar and progressbar. Each call
        via SfxBaseModel::getArgs() results in SfxObjectShell::GetVisArea() that at
        least in Calc determines how far visible attributes extend, with several
        toolbars requested on each cell edit.
        
        getArgs() calls GetVisArea() still too many times when loading a document even
        if the caller doesn't evaluate the WinExtent property, this is an opportunity
        for further optimization.

2012-05-04  Thorsten Behrens  <tbehrens@suse.com>  [f7d3567c1bf6c9d77aa13a890610fb77c1545d9b]

        Fix fdo#49508 incorrect square gradients in slideshow.
        
        Make sure client code sees isotrophic aspect ratio for the
        square gradient case. This somehow never worked.

2012-05-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b134e75c5e5760a3a0eb34ae2185ffa019b5cf1e]

        lib was renamed, but dylib_file hint for older XCode was missed.

2012-05-04  David Ostrovsky  <David.Ostrovsky@gmx.de>  [6f1a96249014c6144c638cfcf38db3e910f6a6bc]

        disable GCC diagnostic #pragma on older GCC versions
        
        Change-Id: Ib0c1ec649b4e391359ef41cebad501b297579557

2012-05-04  Luboš Luňák  <l.lunak@suse.cz>  [20a8768b1c6a6a1456cda9cd096a304e16473fbb]

        .docx wrap values mean different things than in LO, map them (bnc#750838)
        
        Change-Id: Ic355ae9993702c37c958ea16d8d97e6ef4892dcd

2012-05-04  Luboš Luňák  <l.lunak@suse.cz>  [3badf6154b5ebc73cf47e843039b3f94ab5f8ee4]

        remove unused variable
        
        Change-Id: If19f0a37a729ce0dd067eadd82cd42637ca0862f

2012-05-04  David Ostrovsky  <David.Ostrovsky@gmx.de>  [ced53aa235bd4edb17ebd4690ab311a36b8725e4]

        fixed subtle flex issue with C++ treatment on Windows
        
        Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce

2012-05-04  David Tardon  <dtardon@redhat.com>  [f9bea4448f08f3aff0fcfbbbfae4f638615daefb]

        generate non-interactive scanner
        
        This should avoid problem with missing decl. of isatty.
        
        Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78

2012-05-04  David Tardon  <dtardon@redhat.com>  [b4adf8a534716382c3213de8f9e0cb2e0da6fefa]

        the binaries were build with enabled exceptions before
        
        Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36

2012-05-04  David Tardon  <dtardon@redhat.com>  [63417ac5d3e07d370e652d7dedf5c189cc7e7e34]

        fdo#49136 use localized .xcu files

2012-05-04  David Tardon  <dtardon@redhat.com>  [9694abe2b6c8525856a316a08a3ebe9d4bb600b5]

        do not handle description-* as special case

2012-05-04  David Tardon  <dtardon@redhat.com>  [280aa3cbd8b9d058af628f51745b41594e28f265]

        fdo#49136 install description-*.txt

2012-05-04  David Tardon  <dtardon@redhat.com>  [ac07af477fedb561f2faf9d0b61651022c341f2c]

        fix executable path for cross-compilation

2012-05-04  David Tardon  <dtardon@redhat.com>  [2c2d2a6e3fbebfdd47c0e9e8600cab3f3f159d25]

        fix executable path for cross-compilation

2012-05-04  David Tardon  <dtardon@redhat.com>  [2dcac58e36aff967bc0d4a04aaf262d8c784aea9]

        fix for cross-compilation

2012-05-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8f64269be15349e5bf42ee844b04d2219f6e1151]

        Library_fps.mk: fixed the fpicker win32 build, missing include dir
        
        Change-Id: I I51786415ed3673d9b694c8dcdf7be44a2d6e5784

2012-05-04  Thomas Arnhold  <thomas@arnhold.org>  [135c63c8f9cc363c0895542b0f3bed48b61ea836]

        fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CAST
        
        Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382

2012-05-04  Tor Lillqvist  <tml@iki.fi>  [c48fe716225b1b784d657685396b6cf5fee4fc3d]

        One more fix for Mac OS X fpicker build
        
        Change-Id: Ib3ce16f191727d80b9d925447770faf99e5bf533

2012-05-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [48d0e203edffd8521b692af340619cbcb0db9aca]

        fpicker: fixed build problems for macos and windows
        
        Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf

2012-05-04  Radek Doulik  <rodo@novell.com>  [57e21cb5e7b20a0c886475eb49e5d17f8dae527d]

        removed unwanted/bad cast, fixes n#759178
        
        Change-Id: I37d19086435a39c7090008158397e6e7fddee5ba

2012-05-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ead068be9f865327da7aef1cdc01614f25fc4a6]

        more robust nss initialization, related fdo#45171
        
        fall back to without profile if path is invalid or profile does not
        exist
        
        Change-Id: Ic9a73fbaaa288f8bc99dab2b1d679c2cbe6baa89

2012-05-04  Tomáš Chvátal  <tchvatal@suse.cz>  [ffc198fb645f13a14e64eeb4e7067c42e97f4b63]

        Provide again wrongly removed gallaxy theme.
        
        Also sort all the others alphabetically.
        By the default the provided themes are same as on 3.5, otherwise
        user can specify each of the available ones.
        
        This avoids use of --with-theme=default which then produces warning
        "no such file or directory default" by using the proper theme name
        (ie. galaxy) which does not produce this.
        
        There is no visible difference on:
        --with-themes=galaxy or --with-themes=default
        
        Change-Id: I I1a6409f55fdfdff6a19781b25627dcb7682b0fb7

2012-05-04  Stephan Bergmann  <sbergman@redhat.com>  [5794a9403059796a855c873f0e0f19f6cdbb2646]

        Improved variable name
        
        Change-Id: Id3a505afa3d8a6e99beeccafe30713cf40fc0c76

2012-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [9fe6e4da50eefcdbf1fddb7ab32dbe99db815588]

        build Jar_FCFGMerge only in with-java case
        
        Change-Id: I45ba6a2080f489d4b1cf44ca95de81b8e33adac9

2012-05-04  Noel Power  <noel.power@novell.com>  [da81525ec2e86364def8b558e16c4e8eca6a121e]

        (reworked )reorg. code a little so ole controls are catered for wrt fdo#49430
        
        Change-Id: Ic1d5e31085484e564de61b45b524aec5b5014ee0

2012-05-04  Noel Power  <noel.power@novell.com>  [b2af4b20a009cce57f547865b02fde41d1232a17]

        Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"
        
        This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5.

2012-05-04  Noel Power  <noel.power@novell.com>  [4d7047860fc5869576f330a437edd6744d59bd61]

        remove public: declaration ( remnant of abandoned part of patch )
        
        Change-Id: Iaa27404ca2e604c207568385b7bb2f4ab67ed359

2012-05-04  Noel Power  <noel.power@novell.com>  [76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5]

        reorganise code a little so ole controls are catered for wrt fdo#49430
        
        Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a

2012-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [e3ef482153bd1620c93019a413a18665ef0ebb98]

        there is no localize script and propmerge.bat is not used
        
        Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e

2012-05-04  Matúš Kukan  <matus.kukan@gmail.com>  [2b391a91115cb361c508514fa2e34795677d0f48]

        use formatted path here for cygwin
        
        Change-Id: I1d3ade7813f85c3d87ba2e5017e9635d663ef76a

2012-05-04  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [cce89fa52867393633e98b643f038d5b3e5d5969]

        sw/.../crsrsh.cxx: Translate some German comments
        
        I tried hard, in some cases the German did not make any more
        sense than the translations though. I also tried to carefully
        improve wording with respect to doxygen comments, without
        really having to understand the code...
        
        Change-Id: I I5f3abad10d1591ddc3c9a0cc77a18b80af0de5ce
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2012-05-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e00e06ce4306e8e9e0b76e0b641c001734186347]

        fpicker: make the place edition dialog working
        
        Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d

2012-05-04  Miklos Vajna  <vmiklos@suse.cz>  [09ff698215ebd82b8ec63d5f7f79b9dad7203a59]

        oox: fix up doxygen syntax in oox/vml/vmldrawing.hxx
        
        Change-Id: Id726f7aa318dbf351cafd62d880b887d1a821431

2012-05-04  David Ostrovsky  <David.Ostrovsky@gmx.de>  [3e0b2299ecbd7e532771a32af55a8f7910ba6688]

        gbuild conversion l10ntools module
        
        Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c

2012-05-04  David Tardon  <dtardon@redhat.com>  [b71589aab00f2d0c23063d4638510161244e4f80]

        do not override GMAKE_OPTIONS set by user
        
        Change-Id: I30e3e2a65315ed9895a66c847c1cd73090a74607

2012-05-04  Jesús Corrius  <jesus@softcatala.org>  [da7058c856f6b69d6c7d1134fdf0a764fd0202c9]

        Revert "Fix Windows debug build."
        
        This reverts commit db649c52911fd5b030a7e4e0c941d7ee75b98785.
        
        I will patch the external postgresql library instead.

2012-05-04  Marc Garcia  <garcia.marc@gmail.com>  [acbbd79b031889cc138a093813f3b8c2ceb9a3f5]

        Remove unused method VendorBase::getJavaExePaths(int*)

2012-05-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [19af8cc580445c1e163960d8cfbf793e4e6465bb]

        Evil hack to fix the UNO API failure.
        
        We need a clean solution for this, but that will need a bit more
        effort & thinking.
        
        Change-Id: I I25d066fa0322cca9a15af1745a758b1aba981e13

2012-05-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [921dce61acd67ee8e5f93e7c5005cb42f8c062de]

        Let's just combine the two tests, since one requires the other.
        
        Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b773d9c25fbda03f6fd97503a4af6361a2a5e87]

        New API test for ScAnnotationShapeObj.
        
        Change-Id: I4a169493622abf789bb0ef146e553205b2eaba5d

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a4ff462ccb97bb578ec981f25e5b21401dccff9d]

        Added interface test for text::XText.
        
        Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b1db375852e92e5ea06436237ef87ec7ced61e7]

        Temporarily disabling a failing API test. I'll fix it soon.
        
        Change-Id: Ibeee491989fd9ae4104a0a3ae3bc7f78f95294a1

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4b8186dbe41677c5c7ee156c586f3295dab7528c]

        Add menu entries for sheet name and date field items.
        
        Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7684ae6cf43e2fa186f6e9c80d7d377e0dc1a1ab]

        Update sheet IDs in sheet field items during copy and paste.
        
        Change-Id: I1c6e9b4e82eead3c411044482e4fa09332b0babd

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9fbcdedb98f096abfcf1893b3658bc8dc4a2efd4]

        Added a field updater wrapper to allow updating of field items.
        
        Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4e4b3d65788d14d5f10cd6bccc713cfe2411cb1]

        Another SV_DECL_PTRARR now gone.
        
        Change-Id: I0521274a6e19414d2640a1473a249a90ce2224fc

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e68b77bb785e5ab9a68e0052436d8e7e8163728]

        Removed another SV_DECL_PTRARR.
        
        Change-Id: Ib3900d000c6a884c209a06b30e990963d92bc33f

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2cf292d9a7ee3667a35350fd949b0cbf4024a8b3]

        Have the table field item store sheet ID.
        
        I forgot to commit this change...
        
        Change-Id: Ifcdbb2b16cf31b180393ea9b4188171c6cfe9963

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aabbb0a4d15671f00ced2d9d21395c1574d63cd0]

        Properly handle properties of sheet fields.
        
        Change-Id: I549990186c23e7e560f6f584c4ad76dbbc4cc393

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c92f5f600d65299c135ca9db2ec7e6d13df1152d]

        Support sheet name field in cells.
        
        Change-Id: I7883960c482de0637e0bfaffc96f23a0d43cc96d

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d6d4d00114e267142145f0d6bb80a66dd4bca990]

        Support date field in cells.
        
        Change-Id: Iff20eb16bb4a7f700b0a533bc745b92fdce8ac0f

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9af4b611190c14b04460e2554735725b4231b685]

        Removed unused methods.
        
        Change-Id: Id9c841274da906032f08abdea93850d3b6a14ade

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a5c8e9a8cec4202ddc7bac60dd38c5782fa3b2cc]

        Properly import DateTimeField.
        
        Change-Id: Ib56655b3306f9be035e1f59d233e0a118f247e37

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4aeb8aff9e418aef1fde4b2b60333216cc527f13]

        New menu now inserts current time into cell.

2012-05-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9b99bf09a25d9c9016a1c6b730fa0ef1cc5bc04a]

        Initial skeleton for inserting a field into cell.

2012-05-04  Michael Stahl  <mstahl@redhat.com>  [326d255eaa2cde1d4ffff87a0a3a5074a326513f]

        rename Library_comphelp.mk to Library_comphelper.mk...
        
        ... so the silly broken gb_Symbols_get_all enables debug for it.

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [76cc8aca4270bc2542cc8444d07f80d578eb6581]

        WaE: unchecked results from write/fwrite
        
        Change-Id: Ia7943a132d05e596550bd71878b54b2825c31987

2012-05-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fff2d18a08a37c0fa6a370e56591117fc08664d2]

        respect absolute paths for mozilla profile, fdo#45171, lp#919659
        
        Change-Id: I536238f1f3b05e0a942caa1f65444688d4d36704

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [c77110b486cab2e1d003013c26ec327dfa4d6959]

        WaE: ignoring return value of fwrite
        
        Change-Id: I289564b8f41bbae976853aa3994751d3092ff44d

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [2033e7c4f2c0a199dc6124e2ec519f06e7bf0aa3]

        include vector for std::vector
        
        Change-Id: I5d356210ec802fbccea512561cc67e85da760146

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [cede5686f6b622686f6f5c5a3b69e1af7e086741]

        should have been SAL_WARN
        
        Change-Id: I3f5fd059ecd5b6c4278ffe0f3a2d69b6526d2d01

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [4afd260197d3db27cd7ac46c0e2bff6d4bc84536]

        std::is_sorted is C++11 or C++0X sgi extension
        
        Change-Id: I3039bb172beb21ebafc60a431692b58793cb1538

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [d0dcf1d65c79c4c607a1ac24c0c57f4b1a935294]

        WaE: variables set but unused
        
        Change-Id: I03bec3b0b4b9d4910b2baab86fa95efe2f5b9ef2

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [cdcf2fcefcf05d25411d1cce685f410256ff46cf]

        Related: fdo#47644 for huge files build a page chain cache for seeks
        
        For huge ole2 structured storage files build a page chain cache on
        demand to speed up long distance seeks
        
        i.e. reduces .doc parse time for fdo#47644 from 1 minute 7 seconds to 18
        seconds for me
        
        Change-Id: I I40eefb8cabd05db8345a38ea3407686732eb35c9

2012-05-03  Noel Power  <noel.power@novell.com>  [5813422d3eb9657c5a818057be0ebf831ca6a794]

        tweak imported shape position for xls( binary ) format fdo#49430
        
        Change-Id: I32241c727a2e591f6400f8296bae357a38ad458d

2012-05-03  Noel Power  <noel.power@novell.com>  [9dc4fa1b22a533ba0a6ce0353112c55eef8a14ef]

        fix bad import positions of shapes & controls fdo#49430
        
        Change-Id: I5635ee681288cb39a11d00c5573e61c582d7daf7

2012-05-03  Jordi Mallach  <jordi@sindominio.net>  [a393af6e9146596ba2a197f0e369775bda7faa51]

        Remove unused method canvas::tools::clipBlit

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [6577e56a9cfd946d7382c87995d35b8c47776698]

        const up methods that don't change any state
        
        Change-Id: I844cefad718e5b37dac5657674294a0873b8a8e5

2012-05-03  Jesús Corrius  <jesus@softcatala.org>  [db649c52911fd5b030a7e4e0c941d7ee75b98785]

        Fix Windows debug build.
        
        The postgresql static library on Windows is named libpqd.lib in
        debug and libpq.lib when compiled in release. We prefer to not
        touch the external postgresql, so we make the proper changes in
        the connectivity module.

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [b36612d4a34e4ab131c904a9e35ab3e2bded76f5]

        Fix sot stream bustage
        
        We want the Tell position of the wrapper stream, not that of the underlying
        wrapped stream.
        
        Change-Id: I5d30192dbc3746104ca2127d9a747ef70b85a136

2012-05-03  David Tardon  <dtardon@redhat.com>  [056b9b45bf94bf5c362d8409c5919a6565d2922d]

        revert delivery of soffice.bin.manifest
        
        Okay, I give up. This obviously still does not work on Windows, but it
        does on MinGW when I try to simulate it.
        
        Change-Id: I9f2d7114df0498d5cc3a71431aacc7e49a5a78fd

2012-05-03  Michael Stahl  <mstahl@redhat.com>  [38a91f15e60d01e2d33dd70c1f83e9b2e73426c4]

        Makefile: clean should rm $SOLARVER (see f33ba93b)

2012-05-03  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4b5d041368d0b7f07e3ad42d99bd5b480323a555]

        fix typo
        
        Change-Id: I88f5e8dacbd81d94a7f079d6c1b24c513e18bf34

2012-05-03  Andras Timar  <atimar@suse.com>  [97c7955a7d6c59510580cf21d297cea71a2560bd]

        fdo#48812 change Customer Information to User Information (in MSI UI)

2012-05-03  Michael Stahl  <mstahl@redhat.com>  [3aa74a27230e9c1d38425e59aa790e05c4a8afd5]

        remove obsolete READ_OLDVERS table autoformat code

2012-05-03  Muhammad Haggag  <mhaggag@gmail.com>  [7e8c0bd73ee59ff3041e55268c77203373962e51]

        fdo#31005 Table Autoformats do not save/apply all properties
        
        This change expands the number of properties supported by autoformats,
        mainly for Writer.  Some improvements affect Calc as well (e.g. border
        styles are now preserved for Calc).
        
        Common: boxitem.hxx, frmitems.cxx
        * Added a new version for SvxBoxItem serialization that includes border styles.
        * Updated SvxBoxItem and SvxBorderLine serialization logic accordingly.
        
        Writer: fmtornt.hxx, attrfrm.cxx
        * Added serialization/deserialization logic for SwFmtVertOrient.
        
        Writer: tblafmt.hxx, tblafmt.cxx, ndtbl.cxx
        * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50.
        * Autoformats now record the text orientation and vertical alignment
          of table cells.
        * Autoformats now record the following table-level properties:
            - Break
            - Keep with next paragraph
            - Repeat heading
            - Allow table split across pages
            - Allow rows to break across pages
            - Merge adjacent line styles
            - Table shadow
        
        Calc: autoform.hxx, autoform.cxx
        * Added support for reading/writing writer-specific data as binary blobs.
        * Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50.

2012-05-03  Muhammad Haggag  <mhaggag@gmail.com>  [002127460ad4b18fd66723e93c3d308ffc7207b1]

        fdo#31005 Writer: Undo support for "Repeat Heading" in autoformat application

2012-05-03  David Ostrovsky  <David.Ostrovsky@gmx.de>  [4d68b95cb9e2fcf761940de6f8662d21218452f2]

        add --not-as-needed linker option on unxgcc platform
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:  Ubuntu changed ld to
        assume --as-needed by default, but there are places in LO that implicitly depend
        on --no-as-needed, like test_smoketest lib that is an empty wrapper around
        smoketest lib, or UNO executables having to link against all URE published libs
        so that LO extensions are guaranteed to find the URE libs.
        
        Change-Id: I88fc79766ffb4a4ca8ead05bb9033c686120cf2c

2012-05-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [298fbdc42af781cdd47d2cbedd945ec8c4a564bc]

        commit-hook: tweak add_ChangeId() to tolerate git-am -s behavior
        
        git-am -s add systematically an empty line before adding the
        signoff line, which interfere with gerrit's rule that
        the ChangeID must be in the last paragraph
        
        This patch address that be remoming an existing Change-Id from
        the commit message and re-insterting it at the 'proper' place
        
        Change-Id: I I742b17031c6e3da4f9d94dcb0579bce8c496d41d
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2012-05-03  Rene Engelhard  <rene@debian.org>  [ee7628aeebd21d672dd9a32672f802849da2d2f8]

        fix sc_chart_regression_test build with system-libxml2
        
        Change-Id: I52a377835559a1577d5d6139d5a1443753396f5c

2012-05-03  Stephan Bergmann  <sbergman@redhat.com>  [920db17e94a8880658090f0887f788db0b15e2a2]

        Related fdo#49379: Some old Paths need to be nillable after all
        
        Those had been changed to non-nillable with the wholesale
        e8bb827571f540ac4af2247cb11239bb96876669 "Fixed cppheader.xsl nillable
        treatment," but code in PathSettings::impl_storePath
        (framework/source/services/pathsettings.cxx) wants to nil them out ("remove the
        whole path from the old configuration").
        
        Change-Id: Ibce77eee179658940ed9ff2466af9b990e6a513d

2012-05-03  Stephan Bergmann  <sbergman@redhat.com>  [89ef290c89759571b74a9fbc63647cd90eb3490a]

        Improved error reporting
        
        Change-Id: I5e9bb4c5ebfc92547e13d4ec04ce1af85591c4a5

2012-05-03  David Tardon  <dtardon@redhat.com>  [c92c5c6beed1c1c1004ced1e90b57393f62a0a31]

        use right target to force ordering
        
        Change-Id: I57ed1971414789e6efbe76e69bb3fabb8b51e22d

2012-05-03  David Tardon  <dtardon@redhat.com>  [e59347cf60825e49f1b6d834a1cfd4f7524d0bae]

        valgrind: cond. jump or move depends on uninit. value
        
        Change-Id: I721228fee5349a6b2aa0a652da65d8da67b40144

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [d726281e9020ebaddfdf6659ecfe7a0454014dff]

        Related: fdo#47644 compound storage backend is poor at knowing stream size
        
        Change-Id: Ie4aa6939f9f37e04fda5425a6e28c5d846a9cb62

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [80fdb3498c68f9e7f9bdd98674e762cb084fce57]

        drop ensure for non-NULL pointer and use a ref
        
        Change-Id: I492c576a9a04874538f07769f5ac40f84e2d4308

2012-05-03  Caolán McNamara  <caolanm@redhat.com>  [4312651dfc47a9bb6eff5c18862e67dded1cf385]

        XubString->rtl::OUString
        
        Change-Id: I21b785169788e20c8bb05c2fdc9333068f1c69ab

2012-05-02  Julien Nabet  <serval2412@yahoo.fr>  [46c01657d505a021673449ff0f874bc080d23ba6]

        != instead of < for comparison with end iterator
        
        Change-Id: I7baa34c1cf7161fb55914d41b451b842ad4ab0c8

2012-05-02  Miklos Vajna  <vmiklos@suse.cz>  [0ae9489290a6696765634be073a4b88f4c47940a]

        offapi: missing @since

2012-05-02  Michael Stahl  <mstahl@redhat.com>  [f33ba93baddca139ab900b79cfeffd69e318aa6b]

        allow custom solver/workdir location: --with-solver-and-workdir-root

2012-05-02  Stephan Bergmann  <sbergman@redhat.com>  [bd5da80befbd1f7f09aadf4b02122414c010d65b]

        Handle cases where ExtensionDescription is called on nonexisting path
        
        ...which happens when installing non-bundle extensions (like a plain .xcu
        file), where the path computed for the description.xml contains the path to
        the non-bundle extension file itself as a prefix, so access results in
        E_NOTDIR.
        
        Change-Id: Ic0f4a34b46d99d1817ceea599bb8b53dbd65bc49

2012-05-03  Takeshi Abe  <tabe@fixedpoint.jp>  [cbc99cf1de7bc99df41af166e241fdf47f702f5b]

        include header for ConvertGDIMetaFileToWMF()
        
        Change-Id: Ic80c12a3e9c4cb5e3ce01fa84384e1c7bdbe3057

2012-05-03  Takeshi Abe  <tabe@fixedpoint.jp>  [e8abc2e2467aa7da200b9ed02db74cb0651b9306]

        nuke dead code
        
        Change-Id: I1884cfcbe7276d902ba3f8525ffe39c7f33b729e

2012-05-03  Takeshi Abe  <tabe@fixedpoint.jp>  [c559bda8ea865d816cdc632c4de59f129ec46250]

        sal_Bool to bool
        
        Change-Id: I18a1b214982ddcd8189dfa2eff2ec2811293b3cc

2012-05-03  Takeshi Abe  <tabe@fixedpoint.jp>  [8a6ed42b0953a8c4586c9aa5496d228a6cd9c3c9]

        removed unused defines
        
        Change-Id: I14ff1f7631949dcc9842147aa34f4aa5987664e8

2012-05-02  Miklos Vajna  <vmiklos@suse.cz>  [e8706d7a110547c04e6db9ed75b2e7f74bd6d0bd]

        fdo#47764 fix RTF import of automatic paragraph background color
        
        Change-Id: I4b3a4bd6ce45cffc5b2c23052c49ff98579c5564

2012-05-02  Luboš Luňák  <l.lunak@suse.cz>  [042da092165eea856596db5ba5f18ea1273b88eb]

        finish handling of w:pStyle in numbering (bnc#751028)
        
        Now each such numbering should be properly assigned to the given paragraph
        style.
        
        Change-Id: I97a796dfb3f4a46f0fee0663852b3a40c3eaa922

2012-05-02  David Tardon  <dtardon@redhat.com>  [b1419d37db297a4228bb0df463a1ab06c0c6183d]

        do not announce exec build twice
        
        Change-Id: If9c68f2bf423d23a53b2e0fa570c9ba55924b289

2012-05-02  David Tardon  <dtardon@redhat.com>  [86485d4c3785827fe2e3ceb4d3ac3eb82e3bd3b9]

        add explicit ordering dependency
        
        Change-Id: Idc7b869a0a3755df7fb10105ce07dca3d076dd43

2012-05-02  Julien Nabet  <serval2412@yahoo.fr>  [d9051c4ce5c8302f7739a171b80cd5c9e6bf74b8]

        != instead of < for comparison with end iterator
        
        Change-Id: I16f3b768cdb3304d3f7a9b3a63a4262377c7c89b

2012-05-02  Stephan Bergmann  <sbergman@redhat.com>  [5c22a03320f20ae9ac2c3c16025e7c5e3a7915d5]

        Cleaned up CommandLineArgs
        
        * Support for dead arguments has been removed.
        ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed,
           and code initializing UCB has been simplified accordingly.
        * For the sake of simplicity, behaviour has been changed slightly.  For example,
          passing both --calc --writer now always lets --writer win (whereas in the past
          the one mentioned first, i.e., --calc in this example, would win).
        
        Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb

2012-05-02  Luboš Luňák  <l.lunak@suse.cz>  [9911ee515dd3d1e077dbf9c1fb4fd5c42a3c49b6]

        make sure manual override on cmdline enables symbols
        
        so that e.g. 'make dbglevel=2' works even if --enable-symbols disabled
        it for the specific target
        
        Change-Id: If2fff3ef8e42c3b35545b5d8101ef87380412cc7

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

        set as outline numbering only those ones that are for headings (bnc#751028)
        
        w:pStyle in a numbering does not necessarily mean it is for outlines,
        normal styles can specify numbering too
        
        Change-Id: I0953d94833760ddf4edbe759a19192c477a57bf3

2012-05-02  Luboš Luňák  <l.lunak@suse.cz>  [7d327f66dbf7befa92e5f02c36748ed8b5ba0235]

        bin unused macro
        
        Change-Id: I796aba0ee431309e44671a6d851c84cd35dae3b6

2012-05-02  Eike Rathke  <erack@redhat.com>  [2caba57e77d1cfaf2ab08473334fcaa45d4a296b]

        re-added 'D/M/' date acceptance pattern to [is-IS]
        
        Argument is that "the reason for the "D/M/" pattern is for those who use
        the numpad for input", well, makes sense.

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [515f26384510701be0b3ef21ddd445d1022198cc]

        better detect OASIS MIME types (bnc#711977)
        
        check more elements; also set sub-class-of application/xml for Flat XML

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [0177cb3b4be0938f468074b732fc561378b3a914]

        Add Flat XML MIME types (bnc#711977)

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [fbb3a28ce42a64c4a7f746de691cfd7a4a14a62b]

        add missing MIME types into .desktop files (bnc#711977)
        
        took from the older desktop files from the build repo
        
        Change-Id: I6888e78b8e10c25cac110357c64c4587b2df8cd5

2012-05-02  Julien Nabet  <serval2412@yahoo.fr>  [bbf894bc2ec60bbd5ff64e44242316a26e3c7790]

        != instead of < for comparison with end iterator
        
        Change-Id: Ie21b39b11d021095fa8f4de9be1e7e0289af4e91

2012-05-02  Miklos Vajna  <vmiklos@suse.cz>  [09008a2433cae77170de30bb5075f9280ff5086f]

        sw/qa/extras: get rid of RTL_CONSTASCII_USTRINGPARAM() and a bit more
        
        Change-Id: If2add0d11f16d7206912cadad8ff50a668a14011

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [82e0acad32f665a34bde0f74b6728f750dc05227]

        correctly set install path in java-set-classpath

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [78a7968cad096dd5a763bbfbe8b85360dd882cd9]

        really put SDK documentation into the doc subpackage

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [8da9221b02429558bd61168b8f00b16ef714a34c]

        accessibility resources in the wrong dialog definition
        
        Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27

2012-05-02  Petr Mladek  <pmladek@suse.cz>  [dc12340a18f560ce20f8c1fd6e854f76c11aa968]

        put VBA stuff into correct subpackages
        
        move vbaobj.uno.so into -calc subpackage and vbaswobj.uno.so
        into -writer subpackage to fix dependencies
        
        Change-Id: Id9457d71ee38537b07456816845cb870c7b7a041

2012-05-02  Eike Rathke  <erack@redhat.com>  [f5080ebb7022c9f5d7d7fdca4fe9d19f9bb8cabf]

        swapped DefaultAbbrvName and DefaultFullName in Era elements

2012-05-02  Björgvin Ragnarsson  <nifgraup@gmail.com>  [60edd10f79cf131532615283d9dc6eecd8207c38]

        changes to [is-IS] locale data

2012-05-02  David Tardon  <dtardon@redhat.com>  [85211f1ef30b07927d768348ce28ac34ade62f03]

        fdo#49365 correctly map monitor index back to screen
        
        Change-Id: I396b34119a2686011640d5f15de616fe2a166237

2012-05-02  David Tardon  <dtardon@redhat.com>  [7cc6106badf9bc87ff1d33ed0926795147f52872]

        let make know about all files created by LinkTarget
        
        Change-Id: Id8af5f63b7a249949286ed35d26d8f4e71a52742

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [c91b51edc10dae72fc1d1f4bdfe21ef70bb00fde]

        catch by const ref
        
        Change-Id: Ib1571dfd2e7b821c929ab7efa9077a355471c0b8

2012-05-02  David Ostrovsky  <David.Ostrovsky@gmx.de>  [0915c2c3155773dd7529bb878668fffc4cb5470f]

        help description added for recently introduced gmake LEXFLAGS option
        
        Change-Id: Ie94ba4b3a774ab947574c74837ecbc932bb3b621

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [44f8c0e1fcff764e25f150df9d911fa5ee83d75d]

        fix typo
        
        Change-Id: I2becc370331e979987b34dbfff25ac4eddd9b067

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [022f7f0c256dd9c1ce6b9f099813a79cc28acd6c]

        can use -O2 without -fstrict-aliasing for icu
        
        Change-Id: I9841adb2e17e11c32823ac9e438bae824d30599e

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [27d8c527012e2759b1d2b282feff433b26fdc4ce]

        WaE: simple-minded msvc2008 considers code unreachable
        
        Change-Id: I97da4392bb3ca814e8d9037346c83fde4d460f97

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [4cd9b2fbd39cca3553588ae9f61e674f1416a582]

        WaE: doubles truncated to floats
        
        Change-Id: I42b67cc0670f3d0990708fb299243098c1aa972b

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [2b168feccee9c367152e106386101be903e4f1db]

        Related: fdo#49208 implement operator== with faster equals
        
        we have an optimized equals which checks that the strings being
        compared for equality share the same underlying pImpl, but out
        operator== implementations don't use it!
        
        Change-Id: Ie5c464494ff875315a5ca369a2da80c22c29f431

2012-05-02  Caolán McNamara  <caolanm@redhat.com>  [6f0503c82c0a019678458ded9e339a71f96d837d]

        Related: fdo#49208 use UText adaptor to underlying rtl::OUString
        
        Don't convert to icu UnicodeString, retain text as shallow-copy of
        original via rtl::OUString and use UText adaptor. Allows use of
        equals to do super fast compare that new string is the same as the
        old string
        
        Change-Id: Ie9a3dc981b22a6866f3712c786331a1d6fcf153a

2012-05-02  Miklos Vajna  <vmiklos@suse.cz>  [bdbc1328a31da9b86a7e4862ae12a079310f38d2]

        DocxExport::WriteSettings: add missing cast
        
        Change-Id: I8eb74f3ed20254df767de689005819e8237da784

2012-05-02  Julien Nabet  <serval2412@yahoo.fr>  [7b84d0fcd2d6eeb9ae1da836c115213c4197acd1]

        Fix typo
        
        Change-Id: I3b01defa109b87c5c7f4c5b4e44e846de7d7ddf1

2012-05-02  David Tardon  <dtardon@redhat.com>  [602f251d6c5f1f5551cdeb4c70abe0c49834d2c7]

        fdo#49183 link resources to executables
        
        Change-Id: I5dd5cec5d4c66a65154d965c8c707f8a585880d6

2012-05-02  David Tardon  <dtardon@redhat.com>  [947244c188dabe7a1799254c9e9c58ddb2eccf98]

        convert custom makefile code into a package
        
        Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090

2012-05-02  Julien Nabet  <serval2412@yahoo.fr>  [1fa4154c1c99dc06713da3ab03096ce4a05e74c4]

        Remove GoPrevSentence indicated in unused
        
        Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839

2012-05-02  Miklos Vajna  <vmiklos@suse.cz>  [9aff8869069601770c7ad6dbdb597076fd75a0a5]

        sw: implement w:zoom in DOCX export

2012-05-02  Jan Holesovsky  <kendy@suse.cz>  [b169bb235e0e96b994a2198dc90ff90b33c07511]

        Argh, another tweak.
        
        Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10

2012-05-02  Jan Holesovsky  <kendy@suse.cz>  [35ec1539218523579e9877e0a6d135bde128ab81]

        Minor comment tweak.
        
        Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec

2012-05-01  Julien Nabet  <serval2412@yahoo.fr>  [bcb0f41fad6cd32113a02bb3a23b9b2fa648398d]

        Revert this not wanted test
        
        Change-Id: Ie0d5cc1bd143240455b55ddf478fdf9fdd88654d

2012-05-01  Julien Nabet  <serval2412@yahoo.fr>  [7c243e238b228eb71ffa26a5effbb9d73a1db18f]

        Oups ! (Thank you Korrawit !)
        
        Change-Id: I21122084cb35be38d859b44deb6200b68f378a0a

2012-05-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [52cb56076e678c21f514f99dd0306e682cc33449]

        Wno-error hack is really for MacOSX only...
        
        This need to be fixed in a more elegant way, by allowing per-add flags
        for all kind of target... so the hack will be pushed in
        the 'user' .mk files rather than directly in gbuild
        
        Change-Id: I8b1bfd52d86253b1a2da4376702d6b788cad71b9

2012-05-01  Julien Nabet  <serval2412@yahoo.fr>  [d04fb45caa46db829d21a7f9b96878655ce0f479]

        Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)
        
        Thank you Caolán for your advice!
        
        Change-Id: I72c5ae37d04961e261b275ba4625d3a376629d49

2012-05-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [43f22de7c5fae8ea10b0f403f811cb72cb993eb0]

        hack to allow warnings in lexer on MacOSX

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [ae716b07f7218fadf0143de1946cc9e0e2c08744]

        Related: fdo#49208 optimize common case
        
        Change-Id: Ieec379b08cb9096b1c8187c2eda5053f093c612d

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [ccc47b3db3eae25cc11bb709416c0b61747ca89e]

        Resolves: fdo#49208 icu string compare is shocking slow
        
        Change-Id: Iee3ab0ebbbb72e88e33dcbe0fcb4df1e4f60c301

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [fd4fe85329654883a0bf3304ad0aa8ef0bfde844]

        Related: fdo#49208 don't copy string if we can reuse the original
        
        Change-Id: I95d82ce168fd1790107316460f6ddbd9f6b32e18

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [268ec2e64f89eb39fd5f02688787cd6f53e948b5]

        Related: fdo#49208 crazy to create the string *twice*
        
        Change-Id: Ib31919672d0754fa4f650dcb32dc2c59a410b54c

2012-05-01  Andras Timar  <atimar@suse.com>  [44d470c71740a6679b154eeec6af7bf352748c16]

        fdo#47584 add yet another MinGW dll filename pattern

2012-05-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [82850c932054a5a1549c3cfbfc61e8e3dcb6e0fb]

        SVG: use scale in font size and text baseline heuristic

2012-05-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [9c9bf9a3adf6b885289a698ed270f51554bca86a]

        SVG: remove unused code in svgreader.cxx

2012-05-01  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5977a8d415bc205947f8276d16288203ed93594a]

        SVG: move default font size into state ctor

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [810f4a007c6d92ab679205ac22ecc8621fc01168]

        rework callcatcher makefile to build subsequentcheck tests
        
        Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [fc7333c77bad1ddf5baab81a0d93eca43b6804f6]

        make javah work for me with JDK7 under windows
        
        Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [299fdae0ee07bc5a44fa77c628813a48508b663a]

        SV_DECL_PTRARR_SORT->boost::ptr_set
        
        Change-Id: I770d684a11347593656edc80d173bc7631d58fd8

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [aa3df611323d207483d4e122d66f459c2ca50e5c]

        Matrix3d::* belongs to some external lib
        
        Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [56bdceec9c8d2822ceee38f3cc5bff7ff36d3988]

        cppunit test appears to have gotten lost
        
        Change-Id: Ief45ebc79f145c03c5b5967c415b45affffd0ca0

2012-05-01  Caolán McNamara  <caolanm@redhat.com>  [1b8c1ffe8c65d1eac1f50f6c9e66d5a89dade169]

        make these operators well-formed
        
        Change-Id: Ic1a2dad00b7f62e4df380fdef8b271fa94de8558

2012-05-01  David Tardon  <dtardon@redhat.com>  [291245882bb7a675b9f8514f4655b6a8639a2fab]

        add README
        
        Change-Id: I2e8214297d071857205c1031b64842e731ef1248

2012-05-01  David Tardon  <dtardon@redhat.com>  [27fc8b56c4d7e737becc5144384848ab2a86a693]

        utilize the tail_build concept for cross-compilation
        
        There is a new module cross_tail_build that serves the same purpose for
        the build side of cross-compilation (started from cross_toolset) as
        tail_build for the host side.
        
        Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f

2012-05-01  Gábor Stefanik  <netrolller.3d@gmail.com>  [a0fd9de70634ee42727690824bc1bef7ee7c7eab]

        fdo#42779 followup: Do not check for icons in nonexistent lookaside directory.
        
        Change-Id: Ic493c2e33767968e5a1c1cced66a88295c694b2b

2012-05-01  David Ostrovsky  <David.Ostrovsky@gmx.de>  [1bec43481eb6cbe58b22b8c2ce3688e858f5f92f]

        build: cleaning up previously converted idlc module
        
        Change-Id: Ic90495f677dc42c0430492548deaa9f9b10e4d44

2012-05-01  David Tardon  <dtardon@redhat.com>  [b9d0e597a7bc328ca99a1bf338a609cac23a4284]

        export flex
        
        Change-Id: I7d5d8e380e12cc66255ddc3ac3f70bab7713f8b6

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c4c3faa8c425365b46611e1c68fd6cb5c1c2fb27]

        These two tests are now ported to cppunit.
        
        Change-Id: Ifce4c2a6f0f81a9b206795d915cac6705087c2d1

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d55837cc6ab736dd78b965e13c96d41d59dca1b6]

        Implemented test for XPropertySet::setPropertyValue().
        
        Also cover all UNO primitive types in isPropertyValueChangeable().
        
        Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4712cd34531f1f257238b5ededaa5f130db2abec]

        Test setPropertyValue().
        
        Change-Id: Idbad933cf5e3b297e7131e66202a0250b4c3def8

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5c03dca7a983b40e2870f9b72850a80e8766b157]

        More descriptive method name.
        
        Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8ac758d5490c53df5e8ec539c37af062bedc72fa]

        Test for XPropertySet.  This is still work-in-progress.
        
        Change-Id: Icf8ddddb9a45435968bc43d8bc7a033ce5cfd702

2012-04-30  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8bffba8222f1edecd4664ea0ef5e686a369ca72f]

        Started porting the XPropertySet test code.
        
        Not all its tests have been converted.  This is work-in-progress.
        
        Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a

2012-04-30  Michael Stahl  <mstahl@redhat.com>  [e1424390d45deb75a75a167e7eba36c012f32d74]

        fdo#47670: sw: HTML: fix table border export:
        
        SwHTMLWrtTable::Write no longer writes BORDER and BORDERCOLOR attributes
        on TABLE elements, but instead various CSS "border" properties into STYLE
        attributes of the TD elements.  However, it was forgotten to also remove
        the ROWS and FRAMES attributes, which (as the comments helpfully explain)
        only make sense in case BORDER is actually written, and cause Mozilla to
        not render some of the borders in cases RULES=ROWS or RULES=COLS.
        (regression from d18feffd49f4481626417daac7984b2a7e70c3bf)

2012-04-30  Eike Rathke  <erack@redhat.com>  [17e6c9b8bf482bc36436c4d8daca994a65ce4634]

        script to list locales with and without DateAcceptancePattern

2012-04-30  Julien Nabet  <serval2412@yahoo.fr>  [0992e5111fcac424e3b0e944a077716428ab4f84]

        Some removing in cairocanvas
        
        Change-Id: Idd08fd733670f4410349a45de882710b19a31f67

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [a92c48fa795589f3f6dc8dd058d1ecdde173e3e3]

        WaE: unsafe mix of sal_Bool and bool
        
        Change-Id: I753ee58e5999f9ba0da5adeaba7800b76f7f4d68

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [7c06f2675c44abc9ef3d2aff2d28b2e4acc8d1df]

        add another test doc
        
        Change-Id: I6cc92e2242cf0f162b5c670bf2e70f1e8fc49a28

2012-04-30  Luboš Luňák  <l.lunak@suse.cz>  [87897ea7137ab2e6fc36f5986d8c0eb210836664]

        and be (not so) ultimately smart in the mailto handler

2012-04-30  Luboš Luňák  <l.lunak@suse.cz>  [b78e16f99d1427435bd887800482061e5df53cdf]

        be even smarter in the mailto handler :)

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [59ff796a52bacec17f054ccdafd546680439f8c6]

        we must call the make detected at configure time
        
        Change-Id: I57463bdcb8f580866d56741c427fd9882a151b07

2012-04-30  Jan Holesovsky  <kendy@suse.cz>  [f0208e344b2500e9338885e6177dd2c4f52c6373]

        Add a comment why we do what we do ;-)
        
        Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73

2012-04-30  David Steele  <dsteele@gmail.com>  [77d4873ee653549eb8fb8761253f9feb1eea1c11]

        fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail program found

2012-04-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f4eb738cf778a337e31a864fc4a6af36f0fa60a5]

        fdo#48536: prevent lineends from exceeding the background area
        
        Change-Id: I17d404640494c3964bdbada8f855af6e97823c2d

2012-04-30  Eike Rathke  <erack@redhat.com>  [6ac33c3c123bba66b8a63707ad13a53382e4ad69]

        be more specific in locale data date acceptance pattern check output

2012-04-30  Michael Stahl  <mstahl@redhat.com>  [284b421f40078275e5e647a4f7e82e4ef7fec6a7]

        fdo#41796: sw: HTML: spurious semicolons in STYLE:
        
        The STYLE attributes on TD elements (except for the first) start with a
        spurious semicolon, because the bFirstCSS1Prop variable is not reset.
        Apparently the semicolon is a separator in STYLE attributes, so it is
        probably invalid to write a spurious one, but Mozilla can still render
        the borders right, so add a workaround to CSS1Parser::ParseStyleOption
        to skip initial semicolons.
        Fix the export by using the SwCSS1OutMode to set the mode (also turning
        on encoding while at it), which is the only way to reset bFirstCSS1Prop.
        (regression from d18feffd49f4481626417daac7984b2a7e70c3bf)

2012-04-30  Michael Stahl  <mstahl@redhat.com>  [9a482b4ea49c3ce964de4c0f81d8d3206ac75dc8]

        fdo#41796: sw: HTML: import CSS STYLE border on TD:
        
        For TD elements, the SYLE attribute containing "border" properties is
        read, but the borders end up not at the table cell, but on some span or
        paragraph inside the cell.  So insert a special case that re-routes
        the SvxBoxItems containing the borders to FixFrameFmt, where the
        properties set at the TD element directly now override the SvxBoxItem
        that is derived from BORDER etc. attributes of the table.
        (regression from d18feffd49f4481626417daac7984b2a7e70c3bf,
         which changed the way the border attributes are written)

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [bb36072c92687a954a38aeca7fb9945f8e7cca13]

        g_source_get_current_time has been deprecated since version 2.28
        
        g_source_get_current_time has been deprecated since version 2.28 and should not
        be used in newly-written code. ... This function ignores source and is
        otherwise the same as g_get_current_time()
        
        not using g_source_get_time seeing as our baseline isn't there yet
        
        Change-Id: I9f389cbb8d23353c0a12eacb215d61256b28f643

2012-04-30  Noel Grandin  <noelgrandin@gmail.com>  [888d2d8d5ef599bafedd4f9ffdd2dc9d48b6a2cb]

        Fix location of env binary to work on MacOSX

2012-04-30  Michael Stahl  <mstahl@redhat.com>  [a374901cd37bf2c9d652800a956e65260c61e87f]

        expat: upgrade to 2.1.0 release

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [2e423dac20da37bd0bb4c24da47e0472888466ad]

        Related: moz#424333 pixmaps are limited to max signed short
        
        Change-Id: I88cfd9592e11aa7dbe704df4810090b6a1ce4c66

2012-04-30  Elton Chung  <elton@layerjet.com>  [5d10090c0a98d1df7fd852305ed620a7348c5d10]

        Remove unused code

2012-04-30  Gábor Stefanik  <netrolller.3d@gmail.com>  [1a33c664d7f7a0662b861fbafe3b93a2656bb768]

        fdo#42779: Implement icon theme lookaside directory
        
        Change-Id: Ib6f7e3b4f750e38198c09cdb4bd8ee2b7161ac53

2012-04-30  Eike Rathke  <erack@redhat.com>  [dba0aed4ca39b2b40c6609ff336384dcc75c6914]

        some changes for new fixed fraction built-in formats
        
        Moved new fixed fraction built-in formats into the fixed set so they keep
        their relative key position when switching system locale.

2012-04-30  Eike Rathke  <erack@redhat.com>  [09bd7fdb92e848f777ab3311bcee0fb6b9f6bad9]

        get rid of dead binary file format legacy cruft in number formatter
        
        The only code that uses the binary storage format of SvNumberFormatter is the
        SvNumberFormatsSupplierServiceObject for the NumberFormatsSupplier service
        during streaming of forms' formatted fields with OFormattedFieldWrapper. That
        certainly does not need access to files created before the year 2000 ... so
        slice off that awful compatibility cruft.

2012-04-30  Eike Rathke  <erack@redhat.com>  [b7c51cf8c748badc809ec0ac052099a48353a843]

        translated German comments

2012-04-30  Eike Rathke  <erack@redhat.com>  [7bb409a7dfa67370b7bcd7104a1bb20a6bc8bb9b]

        compare iterators with notequal

2012-04-30  Eike Rathke  <erack@redhat.com>  [332cc04cbbe069baa5a72e4e1be9de10c64e2e56]

        straighten confusing brackets

2012-04-30  Eike Rathke  <erack@redhat.com>  [850497d72193704192f9f036425ea51b42cc68cd]

        get rid of confusing *LoadingSO5 names

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [f9ee230ba92309c11d1bf7a5c14d3502e86a77d2]

        duplicate SwDialogsResMgr definition and unused macros
        
        Change-Id: Ib7188a98230345557187b00826f33a2ad39a4f83

2012-04-30  Caolán McNamara  <caolanm@redhat.com>  [8a0685d49f679d6f98de2f357f1ec74590573852]

        make ResId::toString a non-static member
        
        Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb

2012-04-30  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [b18cfdc7cd3755c147970f86d23973f337be01a7]

        SVG: text elements and graphic elements should not share style ids

2012-04-30  David Tardon  <dtardon@redhat.com>  [23791c1c013313f80b743b61bc7500d3c730aa02]

        dmake build is always partial
        
        Change-Id: I180bd296e3834c624174b7dce08af5b745bfc1b6

2012-04-30  David Tardon  <dtardon@redhat.com>  [08e9190113a22155321496ef1c9fcf8793e5b8cb]

        export GMAKE_OPTIONS for use in build.pl
        
        Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0

2012-04-30  David Tardon  <dtardon@redhat.com>  [824520b5a4e59785968d859f5a103d8f8881a0ad]

        run make from top directory
        
        Change-Id: If93cca6d8e12baae3369bcba62287d96072f1c93

2012-04-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff338fac883fbc070faa4be44d5c8c2f40028b45]

        add missing DoClose
        
        Thanks to Daniel Bankston
        
        Change-Id: Ieeff9d1a35f7abdab07bbe4eab459d89979e5402

2012-04-29  Julien Nabet  <serval2412@yahoo.fr>  [b6aeba0de214b8331134aad25717c1cfae271a48]

        Prefix ++/-- operators for non-primitive types
        
        Change-Id: Ie64f5393fb285431401bf3c19fc4c25c7085dd04

2012-04-29  Tor Lillqvist  <tml@iki.fi>  [05d470cd4990aa4a0e885fb0ca126a71aed4d814]

        Simply just set gb_DEBUG_CFLAGS as we want it here, too
        
        Change-Id: Ib239b00dc938c014dd707da9551aaee291932895

2012-04-29  Julien Nabet  <serval2412@yahoo.fr>  [e34d9be24e72649a78639314145bd9aaabd7ea83]

        Prefix ++/-- operators for non-primitive types
        
        Change-Id: I827e539c65a7463709af6425d39ccaaedaa73a8d

2012-04-29  Daniel Bankston  <daniel.dev.libreoffice@gmail.com>  [f45de1bed2f116ba3846c6fc2b1eb52f757c25f0]

        First attempt adding cell-value xlsx test
        
        Change-Id: I5481759669d14b7e4c564f2909d1db9af3b4a2e6

2012-04-29  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [1ac100610860a17792713afe948fa961c5f7cbe4]

        Move polygon creation from rect attrs into helper method

2012-04-29  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [df094fbfbdcf64493f1c337df81d77452333bd86]

        Correct handling of corner radii of rectangles

2012-04-29  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [884a5ca1716704249bbd108519c64001258eb0fe]

        enable rendering of text without any attributes

2012-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0bd553e8629104fbc37ac574017519b3f3752cb3]

        create dep files in an atomic way
        
        Change-Id: Ia7766ed57ae8c317e1070db4ed1246855cabd960

2012-04-29  Tomas Chvatal  <tchvatal@suse.cz>  [3534e99d18952fc87f98cf60eb7767374a1371c4]

        Fix buildissue in svtools with missing include.
        
        cpp: line 33, Fatal error: Cannot open include file
        "svtools/svtools.hrc"
        
        Change-Id: Ic7bd1af8f14cc0e44328c9f149c5dc45f04e5afb

2012-04-29  David Tardon  <dtardon@redhat.com>  [fc092dfc88fd72599c1dc0d4b42943b429428481]

        xmlhelp is gbuild module
        
        Change-Id: I5ee788733364ecc8d63a12c8758ab3fc901ab38a

2012-04-29  David Tardon  <dtardon@redhat.com>  [9d5da4e1d12c224286f871b28b7df31215f67d31]

        incrementing index twice in one run seems wrong

2012-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b1c3e8ae28fcd84c7182f4898c3250e18ed92f1a]

        make gbuild the default assumption of build.pl
        
        this removes dmake completely out of the build for migrated modules
        build.pl now assumes modules to be gbuild, unless there is a
        prj/dmake file
        
        Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b

2012-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6963de9536cfca1145685a611a6c88c5160d9a1c]

        build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONS

2012-04-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6a0972ced879259e7f960e7bb852b0e175a05b7a]

        dont mix gbuild and dmake in one module

2012-04-29  David Ostrovsky  <David.Ostrovsky@gmx.de>  [c0a4c46d61d9ab1506a8e0529d3492bcc20d096c]

        WaE: tolerance.elementName & tolerance.attribName may be used uninitialized
        
        Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e

2012-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ced137e6b9c767c5d6fe5cd537c735bb216f9fc6]

        sal_Bool->bool in conditio.[ch]xx
        
        Change-Id: I3ce1a484f1b094a1e775b54c782cdf6dce6df9c6

2012-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [339def219486c499c225beb94f761a56fc9ad8c2]

        more tolerance for tinderbox
        
        Change-Id: Ia717de507ef85029c566af6a99badeb1b8bc36d0

2012-04-28  Julien Nabet  <serval2412@yahoo.fr>  [953ba47e75a449c464b4ca488073360cf622553d]

        Some cppcheck cleaning
        
        Change-Id: Idf2e6e3e2870429541b3b5c225470cc80a13c102

2012-04-28  Caolán McNamara  <caolanm@redhat.com>  [ddc7bf61113328feb05252f57a4286574c69e521]

        valgrind: uninitialized variable
        
        Change-Id: I3bae6d746d63d52a09e7209f7565d60c834ce7c0

2012-04-28  Caolán McNamara  <caolanm@redhat.com>  [4f42beedc34837da5d1f4cc26405e5f998b005d1]

        Resolves: fdo#33599 cursor in notes is reset to start on focus out/focus in
        
        SidebarTxtControl::LoseFocus calls mrSidebarWin.UpdateData which takes the text
        from the postit if the postit has been modified and updates the field from it.
        That updates all listeners of that field which includes the postit itself,
        which in response updates its content from the field, which causes the cursor
        to be disabled, i.e the original contents have been removed and replaced with
        identical content, but the selection has been invalidated.
        
        Change-Id: Idcde25a85a3a657a6057e70a59e2219e224e009e

2012-04-28  Caolán McNamara  <caolanm@redhat.com>  [9a99c835bf35c754d5214b35e65c5eaf80707ab4]

        remove no-opt debug breakpoint
        
        Change-Id: I4ad5ca0bb27569442812ddf0c5cff101e96d4d84

2012-04-28  Caolán McNamara  <caolanm@redhat.com>  [7038bc4a2d773004fc1d336dee034113b00153cf]

        make java startup a visible event when debugging
        
        Change-Id: I97c5499b57edbaac6e356450bb9d89dc350260eb

2012-04-28  Caolán McNamara  <caolanm@redhat.com>  [06d8afc2292c66738b460d7fd8324fc53721d949]

        Remove stuff that doesn't make sense since AnyInput change
        
        Resolves: fdo#48011 writer idle-callbacks are halting when events pending
        commit id: 658954e8b50fc264428402dc5a95b0d6f690d191
        
        which isn't to pretend that its definitely the *right* fix
        
        Change-Id: I228cf86b8e5eb0e4918c31e853a8d567831ce5e2

2012-04-28  Miklos Vajna  <vmiklos@suse.cz>  [ed305e96bd098fad973d6f85b4efe7ac444bc16d]

        sw: and a few more components for the ww8tok test

2012-04-28  Miklos Vajna  <vmiklos@suse.cz>  [1742e33a22807f14b7b77170d04edeb243647f1f]

        sw: tentative fix for ww8tok test failure

2012-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [a6cfa6b50239e0e0221387691e7bb1211fc81049]

        extract ImplTwipsToMM/ImplMMToTwips into a common header
        
        Change-Id: I8d4aa1326a6e9f903b536ec2656155bfe1ce4988

2012-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [9097f177a1a11c7e485ed3c5028099b7a7b14d53]

        fixed typo
        
        Change-Id: I98bf41fb13dfdb0a1e3402c0a2db8bc1d2ced5f6

2012-04-28  Luboš Luňák  <l.lunak@suse.cz>  [3fad0575328c010fe011fb0abebd181fccb91866]

        more reliable override for enabling symbols

2012-04-28  Luboš Luňák  <l.lunak@suse.cz>  [7ef5e1cebab76b55dacca3f8eea10884a6a90d74]

        don't overwrite numbering properties with paragraph properties (bnc#751028)
        
        Part of bnc#751028, that is. The origin of this function is unclear,
        without good repo history, and it's a question if it is still needed
        after my previous fixes for bnc#751028 that fixed applying some of numbering
        properties. Keeping it there just in case, but prevent it from overwriting
        w:ind that's been read from the .docx file.

2012-04-28  Tor Lillqvist  <tml@iki.fi>  [9c69984f8bf4830c6c0831bc66b128f86143d98f]

        Bin the unused vague SAL_IMPLEMENT_MAIN_WITH_GUI idea
        
        Change-Id: I66dae812f3aea0534907316a7fb41b35ad37be48

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df92f499f963a5a4d8cb7100ea1f846bb0f91014]

        Fixed crash on tear down during cppunit test.
        
        Change-Id: I5573e554420967d8942295cabe788a9e56835ba0

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [852f502efd7eff39db8168abdb4ae41eb5933123]

        Test the header field API for real.
        
        But it crashes on exit, due to some sort of order of deletion...
        
        Change-Id: Ife9da1c0a647038cbdc68410db5b211bcce5dfa4

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9c9e0db4f0dd17843eae06c30730358a60b5ea8e]

        Copy & paste the *_Cell test code into *_Header test code.
        
        I still need to rewrite it to make it the header test.
        
        Change-Id: I0f8c469d51340ae72cb61696a22ebcbdcf84ffa6

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8600f21b7d3c3656c1458aa440dbb330c08a7c7c]

        Renamed the file to make room for the header version of the same test.
        
        This ScEditFieldObj is used for both cell fields and header/footer
        fields.
        
        Change-Id: I8c51de5d173ae934ea604c68030cd84b13f90ef3

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [219cef62f8bbb5a057eaa830e6a4b2964c242c44]

        Do the test for real.  XTextField and XTextContent.
        
        Change-Id: I303562873fab5d41614f092966e47ff296c12610

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3c7b1a0bebb96e51b7c7927367a243c0a2f8402]

        Oops I should return empty strings on fail.
        
        Change-Id: I9f04ef448055e14c3d003c977a3c83421838a88b

2012-04-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d0af33e87db753d6d171548f75c2e242cde00497]

        Initial skeleton for API test on ScEditFieldObj.
        
        ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged
        into one.
        
        Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a

2012-04-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08f4273d7513e92f3dafa40b888467aaaf3c4b9f]

        we can't move that into a test only lib
        
        Revert "move xshape dumper into test"
        
        This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [beccf477581b1f3e85100d43be81ea55d3b3f912]

        move xshape dumper into test
        
        XShapeDumper can now be used by other parts of the code too.
        Please keep in mind that changing the dumper affects other parts too and
        might require a regneration of reference files.
        
        Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52348aa791c6006d27c94146907c788b6318e816]

        sberg's tinderbox needs a bit more tolerance than 1%
        
        Change-Id: If1df2da94bc20b10dd8c5d3e8b77304fef565e19

2012-04-27  Andras Timar  <atimar@suse.com>  [5525fb3ab80d0899de8eabe11498e3ee75ca0ceb]

        fdo#48087 get real version numbers from executables for the File table of MSI
        
        This is only a partial fix to the bug, the second part will be the creation
        and population of MsiFileHash table.

2012-04-27  Jan Holesovsky  <kendy@suse.cz>  [778d80bc2c37e4549daff2cc1f74f8665235407b]

        ruler: Implemented the design by Mirek M.
        
        See http://listarchives.libreoffice.org/global/design/msg04151.html for
        details.
        
        Change-Id: I9c01ecd5951deba13ed6ddd2a69946dc1334ca43

2012-04-27  Jan Holesovsky  <kendy@suse.cz>  [f42c44e20c3bda7e0e2bc3bd9749df8208ad7171]

        Make the default application background lighter (and remove a hack).
        
        Change-Id: I03f8db9b47ceb9b0240f3ac549681d8362eea0b5

2012-04-27  Jan Holesovsky  <kendy@suse.cz>  [fbd52034c0c091ba11c625a6d020134edf8783e2]

        ruler: Kill STYLE_OPTION_MONO usage.
        
        According to the discussion on the design@ list, we want much more flat look
        overall anyway, so no need to distinguish between '3D' and 'flat' look.
        
        Change-Id: Ibf88d722c9ebfa9872ffd9a1a156b77478ded655

2012-04-27  Luboš Luňák  <l.lunak@suse.cz>  [e8897be1e1883b327cd324ab45e84fbed3af41df]

        temporarily disable a test with a build race condition

2012-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [3b328186706e6819acfea7b3a6dc8c9d3b6f9693]

        removed unused defines
        
        Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f

2012-04-28  Takeshi Abe  <tabe@fixedpoint.jp>  [d50f02bec4a70bd26a518e4e76f4a876454ab937]

        removed dead code
        
        Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff

2012-04-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2d9b6917808b76af76a85755b9f24ff4b49ee38b]

        Fix gdk-pixbuf on windows
        
        Change-Id: I24cfe6dee408d0a6108da31eddc3abcfd2256671

2012-04-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [08ea0e636de1c1db7fd4f2063ff8980301bc0992]

        Another undefined function in libpng
        
        Change-Id: I4cc93e31ea2866b8b8e8fb508a398b963c1b7318

2012-04-27  Stephan Bergmann  <sbergman@redhat.com>  [ce44a0326e9e399a23d0adaadcf99f2e62a363d7]

        Missing #include <errno.h>
        
        Change-Id: I79490015faf57a3f84395fa9ba29dd17503b9ef6

2012-04-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1a07ebfc3df68f37ba77567308534cc6360a2ecb]

        Fix an undefined function
        
        Change-Id: I88bc703ea460b9504090d248d4e98e14f9d6e536

2012-04-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9840bcba8f5bc647a6bb860a3e6fbbb80156d444]

        Upgrading libpng
        
        Change-Id: I0a87cdc3e0d9db5b4375c27ba240fefb933a82c6

2012-04-27  Stephan Bergmann  <sbergman@redhat.com>  [2d0ff6aa5d6951aaa00e2d6cf3878788b025983e]

        Related fdo#43895: Fixed shortcommings of FileDialogHelper_Impl::verifyPath
        
        * maPath.reverseCompareToAsciiL("file:///tmp",11) == 0 failed for file:///tmp/
        * It was unclear whether special treatment should only happen for files directly
          in /tmp or also in sub-dirs; assuming the latter now.
        * Proper translation from file URL to system path.

2012-04-27  Michael Stahl  <mstahl@redhat.com>  [e731a98b79968f2c2b1c4e4a183bd952059c557a]

        argh i am so stupid
        
        merge the 2 conflicting fixes to SwLineRects::ConnectEdges in
        33ee840e7b45eb971feef83215841edc0ba66cd7 into something that maybe works.

2012-04-27  Michael Stahl  <mstahl@redhat.com>  [d5ddbe4c3f71c5e8f1667c25e20bbcd565850374]

        convwatch.py: subprocess.check_output only in Python 2.7+

2012-04-27  Michael Stahl  <mstahl@redhat.com>  [e6d28ac3aadce1a130ad90e8281fef6aed95329e]

        Makefile: "deliver -delete" on module.clean

2012-04-27  Miklos Vajna  <vmiklos@suse.cz>  [053dd54992a08162658a73fc1fb1795c7f5c6c1e]

        testcase for n#757910

2012-04-27  Jan Holesovsky  <kendy@suse.cz>  [cc0a69f8c1200b8f856e7bdfd11837e6c3ed59a5]

        Remove comment mentioning bCompBorder.
        
        The variable itself was removed in
        commit 696996791d1dbfd8f410236e30be5a1fb100de70.

2012-04-27  Miklos Vajna  <vmiklos@suse.cz>  [1fc8ccaf585285d7b2b4e5ba7f588be606691b74]

        sw/qa/extras: no need to use different class names for these tests

2012-04-27  Gábor Stefanik  <netrolller.3d@gmail.com>  [eb1a4bb908534b68527a9746aca4b6d5dd6a538d]

        Fix debug message and remove useless try...catch from ImplImageTree::loadImage

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [d4e9eb3db2c9abcfdfbb0dc3889873db2f788e58]

        WaE: exception handlers used in code without unwind support
        
        Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26966ebf030c4d988284c78d9772c0f9ae0e5383]

        increase the tollerance for x differences for sberg's tinderbox
        
        Change-Id: I0538e1ccebf81d1cbcfe2756045ebb9e876e50ac

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb4bbfbaccb6ac4ecf04384684827d9d0969f167]

        increase tolerance for now for clang tinderbox
        
        see fdo#49221
        
        Change-Id: I77ac9a80b497048c4729376f486f34a27f489067

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [cff388eb4b1f7d33c913e191bf91f48bc3734ba2]

        WaE: msvc2008 unused variables
        
        Change-Id: If956faf42dcc5625c490e685d6ca69bb07e00188

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [110d272675e0d1444e702ba268786a0344e4b069]

        include oox/token/properties.hxx directly where needed
        
        Change-Id: I04e23f69717aadc157169ade40a2407ecdd92a7e

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [231e9cff20346f5c28f8858c970ca9cb8506662f]

        WaE: scary msvc2008 warning about using delete on an incomplete type
        
        Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c

2012-04-27  Stephan Bergmann  <sbergman@redhat.com>  [449440706c6db8f10d37321ed1280d986d07b9f3]

        NOINITIALSELECTION important for Save As
        
        ...as otherwise the initial selection would overwrite the passed-in
        directory where to save to.
        
        Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c

2012-04-27  Stephan Bergmann  <sbergman@redhat.com>  [41b0d974e40ba777955dd22a09a0bfe44d17fdeb]

        SetDisplayDirectory is deprecated
        
        ...and SetDisplayFolder seems correct here, anyway, given that aReccomendedDir (sic)
        denotes a directory, not a file.
        
        Change-Id: I2f77e8e9fe0948a028f344639d383726b4b8641d

2012-04-27  Miklos Vajna  <vmiklos@suse.cz>  [e652ba3c7357e0396498629891a1391ace67c4d7]

        n#757910 fix WW8 import of textboxes with thin border/inner margin
        
        There were two problems here:
        
        First, nLineThick was already in twips, so converting it again from EMU
        rendered thin borders invisible.
        
        Second, when the border width is set to zero, that means a minimal
        border, but we interpreted it as default width (which resulted in less
        space for the textbox contents than required).

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [60d39b758dc9308d6ce7464875b3a17f26be3d79]

        add tolerance to chart regression test
        
        Change-Id: I5e7694571815df48e54488a33435bb7d022e6889

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [7fd546207223f3a5d86f4d9399df52da9fbb9c23]

        WaE: fix various msvc2008 warnings
        
        Change-Id: Ic4db9792177754222da324bfce58eee06b74c3bf

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [fd96b86c0a8cf1c40946e2aa2e4fc4f92839c5dc]

        missing FILTER_DLLIMPLEMENTATION define
        
        possibly svg2odf didn't work under windows, etc.
        
        Change-Id: I5f30130b988105337706dee64cac900f4ef399ae

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [207313157688d79cb0d53e920a03423c81a7bc23]

        Resolves: fdo#39825 Make detection of certificate folder ui-configurable
        
        Display in the (unix) options gui the NSS cert dir that has been auto-detected
        for use with digital signatures. Show the other detected possibilities and
        allow it to be overridden.
        
        The autodetection should basically work out of the box, but if there's some
        bustage at least the UI can be used to sort it out and/or let developers
        debug it.
        
        This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack,
        though that's still supported.

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [70115479f1775788ffedf6e0436b09d539491c89]

        catch by const ref

2012-04-27  Caolán McNamara  <caolanm@redhat.com>  [46c2097f19e367910cf08ce3304b907fc382b100]

        TypeDescriptor_Init_Impl dtor used again

2012-04-27  Stephan Bergmann  <sbergman@redhat.com>  [de4c18bacaf75f378da829c2114a67f4007d7a22]

        Related fdo#37775: Update Recent Documents for r/o docs, too
        
        ...not sure why this explicit check was there at all.  Before the fix for
        fdo#37775, the check was not an issue, as docs were only added to Recent
        Documents upon saving them, anyway.

2012-04-27  Tor Lillqvist  <tlillqvist@suse.com>  [ec913638c55a41b0ac354f9f564d13a8f53449f3]

        Add comment telling that the MinGW stuff here is not for cross-compilation

2012-04-27  Muthu Subramanian  <sumuthu@suse.com>  [7125ba7909a07fb01e11fec0c51465a3ef380efe]

        n#48778: Clicking on Master Pages crashes.
        
        * Opening the pptx file and clicking on 'Available for use'
          in the Master Pages pane (on the right) causes crash.

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e82b503fe794df56be48cce0bff3c6c08111358]

        use the correct macro
        
        don't push at 3a.m.
        
        Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [faea7e4962dcfe1b2a59407bc8ad03d6ded4c6d6]

        No need for these warnings.
        
        Property values can be legitimately missing when the values have never
        been changed from the default ones.
        
        Change-Id: I3cfb6fdb41ce0012ee8af61e0566d2f8b5df78e3

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [811899e4a28f8b37c23c07fc524dbf1f3c1b6fb5]

        improve assert messages

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e776953fc360ba161e5ac398bcb707962fb741fe]

        enable chart regression test

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a7a891a9fd8030559b4ef86cd7ca9b335b2aa53]

        adapt dumper to new xml diff

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1dc2c5818f9d31e58131f5b2b79a41a366fab35]

        use the new xml diff in chart regression test

2012-04-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9f9e6a765450d85f2fd9339fb10fb2ee6d45cd05]

        add virtual to the destructor

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ed89b3799f2b0131f2150b7762044afd4ffd8fd2]

        Evil manual reference counter manipulations. Let's murder them.
        
        Incidentally, this fixes the dbgutil error problem.
        
        The old code was passing a copy of the ScHeaderFooterContentObj object
        to the ScHeaderFooterTextData object, which was why the counter was
        incremented on copy (though they should still have used a wrapper instead
        of manual reference counting).  My new code passes a reference, which
        removes the copying, but those pesky acquire() and release() calls
        were still there.  This caused the ScHeaderFooterContentObj object to
        never get deleted, which in turn caused the dbgutil refcounting check
        of SvxUnoTextRangeBase object to fail.
        
        Change-Id: I4e1780b32b21098a121ec7a43bb3eb842a419584

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [861acd5b73956425da788c78fb1ed5c283a1f6a0]

        Get it to build in non-dbgutil build with debug=true.

2012-04-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [18118cd9c581659fa6f9aef1e1729e87c9fd1bba]

        add gerrit ChangeId generation to commit-msg git hook
        
        Change-Id: I30c370f0479743a831be29a0fa7cb447c7119ee4

2012-04-26  François Tigeot  <ftigeot@wolfpond.org>  [acf2f057ad6340719200461571cc750b4a78bd56]

        Delete LibreOfficeDragonFly.conf distro file
        
        LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific
        configuration file doesn't make sense.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [502e11b22eef0b2cfc544790e9430406dda8321e]

        Pass ScCellObj instance to ScCellFieldsObj instead of creating a new one.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [109e2a783d029de8828cb980fd55441749e4a3f7]

        Ditto.  Use rtl::Reference.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [69da3e140d58a524ab43c8fbbadbd8b8bf9de262]

        Let's use rtl::Reference instead of a raw pointer and manual refcount adjust..

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0c9ebf4835af795a02cde21da870a0e1ef475d3]

        std::isnan is c++11; use rtl::math::isNan for now

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d028dca13ba8cc0906fe613ad44a854d299b1b0b]

        improve error message

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e6a4ea3c9de11b445bdaa7279f41a84f00ea43e4]

        add readme for xmldiff

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58114896d1a18ae261cb8635b3938fc0ab0cb9db]

        add xml diff with tolerance  # Changes to be committed:

2012-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [46dde257601440024cbec83379c80df47114e079]

        removed unused defines

2012-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [a27bad586b418e566ba88cd7f99ccb45dbc1282f]

        removed dead code

2012-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [616e76ef2cd76df739ec88a3d7ee4fb709bc9b8a]

        removed unused header

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a56bf9536c28ff277a6f60f358f528d0b9da025]

        add test for XTextContent

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [fdbc6b768c4f16c3f83e95c68f81fc4fcba74af2]

        Do not accidentally instantiate other exts when removing exts at startup

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [e613da167699c6231e6fa27ce50c422c926855f0]

        Improved error reporting

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [03511802da45182d3fe85aa0eb7882298c586794]

        Change implementation names of script providers...
        
        ...that are no longer bundled extensions.  Otherwise, old user data where these
        were still recorded as bundled extensions could cause execeptions at start up
        about duplicate implementations.

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [2ac2e013bef6c041c54879ad154089dc606051ee]

        Typo in service name
        
        ...detected now that the default service manager XContentEnumerationAccess
        no creates its own XServiceInfo instances.

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [fefd1b5f8ffd902e483decfecef80f3498b2d0a8]

        Bump extension versions after changing to passive registration
        
        ...otherwise, if they are bundled, their per-user data is not regenerated, leading
        to inconsitencies.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [01ec4ba36a1a14a04d508b74fa94b1c8b57a0b4a]

        Temporarily disable test Java API tests that cause crash-on-exit.
        
        The tests themselves do pass, however.  The crash is caused by some
        sort of cleanup, due to someone calling a pure virtual function or
        some such.
        
        I'll work on converting these tests into C++.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [937a8682dbe07034d0fc423287c06ed2a8e78278]

        Fixed API Test for ScHeaderFooterTextCursor.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9220cf55396795cb710633aedb63f10e9edcaf9f]

        Fixed API test.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e39974617f4a41c6bae23846a2ccadda4042f021]

        Adjust class description.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a262e46b6bddc7d819296cf49f84d18f80fdbdad]

        ScHeaderFieldObj is no more.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1aa91a2d8e7db5cebff5b47f3005f1acff64d25e]

        Infer the field type for cell field objects too.
        
        Thereby laying down the foundation for arbitrary field support in cells.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fb43bca9085d841a1196b168fa7c8c09b97e8b8a]

        Make GetObjectByIndex_Impl consistent.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a863285a5c4da41ae2b67c0c5b17887aea13b70c]

        Directly translate SVX class ID to internal enum value.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86fd50854cdcf2b738c227f41e31eca92b23d5ee]

        Early bailout.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [17c6fee1f8c08d1fb9d2805295127618fad9a43b]

        ScHeaderFieldsObj::nType never changes and is always INVALID. Removed.
        
        This cleans up the code quite a bit.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9832505e0dedccbfbe349af4605cf31cbcb11b46]

        Now we can lump all these service names together.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f0561d3f3d28506a1351cebdd1bbe8d80b67892f]

        Define interfance to get edit engine instance without ugly casting.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [98831752bab7827f1d4d6d121daa1d0a0de805ee]

        Fixed memory leak.  The edit source gets cloned in SvxUnoText.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [285a5666a1663d765f98ebbfc56c693f99dea323]

        Removing data member that was no longer used.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e60538d657c5ad5331839a77315292a5f0acd7fa]

        Another place where ScHeaderFieldObj was still referenced.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6dfe66936bcdf63aa881de5476b1f4c900270853]

        Support file field in ScEditFieldObj which requires special handling.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d7c4d44671b0aa6c01974df474fd28e23367c69e]

        Switch to using ScEditFieldObj for the header/footer field items.
        
        Luckily this works just fine for the very simple field items.  More
        work ahead to fully support all types we currently allow in headers
        and footers.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e80dd6ace8162e31616df723ecb32c027b3c8449]

        Prepare for supporting fields other than URL in ScEditFieldObj.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [63143648a0da5f30b4883cbc4ff1885b19afdf0f]

        Nobody uses ScCellFieldObj now.  Removing.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f43d0e0a124172cfa9a2bed89ed999626ba91e61]

        Likewise, pass edit source instance to ScEditFieldObj.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6705f284f41ed7ca2d10d9f6d2ab67005ec045d4]

        Now I can store a reference in the edit source.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [58cb46341c8037c0fc2adeac69f72f09d0ffa952]

        Construct the edit source instance outside ScHeaderFieldObj.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d4a99ec456c3169ab6c3ef385c43221a9871bc9a]

        Some cleanup. We don't need the broadcaster hint class anymore.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1de32aeca83edb2c8e6a575e4f7132ec39b9ca52]

        Ok, the regression I had introduced in my prev commit is now fixed.
        
        The idea is to keep a reference to the ScHeaderFooterTextData instance
        in ScHeaderFooterTextObj which is the authoritative copy, instead of
        making copies of it everywhere.  This way when the text is updated
        in ScHeaderFooterTextObj all the other places will see it too without
        needing to propagate the change.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [399727e98353c24719408780ad9d7e7eee198176]

        Have ScHeaderFooterTextObj store authoritative EditTextObject instance.
        
        This removes lots of needless broadcasting, and makes the code a lot
        simpler.  But it introduced a bug I need to look into...

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0809ccec5cee9f65461f7b551ffd686d2ff4281c]

        Merged ScSharedCellEditSource with ScCellEditSource.
        
        Again, this inheritance makes no sense.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e6268e50d94eac41743ee23efc1b5dc4bd176bd]

        Simplified the constructors.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8cd07281370a51023e1fe65100809f68e6489d6e]

        No more ScSharedHeaderFooterEditSource.
        
        This shared base class makes no sense. Let's keep it simple.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [486fa0ba33bab0cbcf42139bfbdd35a4698bad01]

        Have the caller pass the content instance directly.
        
        This is to reduce dependency on ScHeaderFooterContentObj from
        ScHeaderFieldObj.  Eventually that member should be removed and
        ScHeaderFieldObj be replaced with ScEditFieldObj.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e04892dbb121b3e04e4f432af0bdc0cd7757973c]

        Have the caller of ScEditFieldObj define the content the field belongs to.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [53943e8b5ece1c4b2efa74e554569225fb868f0f]

        More generic handling of field item plus some cleanups.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4d4539e10955fd454bf4d1a5b850d105ab6627ef]

        Store URL field data in a generic way.

2012-04-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [53bd9908899db4899363d3fa729b50e3ca1a42d0]

        Initial copy and paste skeleton for the new UNO field item implementation.

2012-04-26  Jesús Corrius  <jesus@softcatala.org>  [34fe1bed19e4cf66500d7e7817eb251c42f8f439]

        Add comment so FontSelectPattern ctor used on Windows is not removed

2012-04-26  Muthu Subramanian  <sumuthu@suse.com>  [eb5f2df4d6f6c215429130b4c27d076f6777e5da]

        n758565: Wrong master slide shape being used.
        
        * Changed <ph> idx to OptValue.
        * Duplicate code removal.

2012-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a3b8ddf3b7519b9112fdc7ba05b44209113be47b]

        add test case for xtextfield

2012-04-26  Michael Meeks  <michael.meeks@suse.com>  [b269dced445494891a8e6e8d1d62b931a31dddbd]

        fdo#46805 - special-case appending items to autocorrect lists

2012-04-26  Thorsten Behrens  <tbehrens@suse.com>  [8df3fdd63548bebedfd0f5378783b6e3261e4f9a]

        Updated canvas readme to contemporary state of things.

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [6b0280acb864fc74a20e067e97363b4159e542e1]

        adjust rows so options and macro security frames are laid out the same

2012-04-26  Tor Lillqvist  <tlillqvist@suse.com>  [6100fd22ff894d0ded458b2f5897d36145c43863]

        Add trolling comments

2012-04-26  Andras Timar  <atimar@suse.com>  [13ca063c9f32e1ffdbdc409d447d038e69c580a5]

        fdo#47944 enable insertion of OLE objects into external applications

2012-04-26  David Ostrovsky  <David.Ostrovsky@gmx.de>  [65840941eeeab7021168a17797b6129ea15a722d]

        fdo#39643: Remove --disable-strip-solver configure option
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [df6d495f2abfeceea439e909649fab23b34f2410]

        fix OSL_DEBUG_LEVEL > 1 build

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [6db29ba6b068e213254ede53e3092ddabeecfafe]

        XubString->rtl::OUString[Buffer]

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [e08794e953d4f1e3c31eb183590d8553a4d32caa]

        WaE: exception handlers used in code without unwind support

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [87f91c0142d20d7b6782dfc27a6837966bd678da]

        Resolves: fdo#42390 allow zwj, etc. in metric unit text

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [f1b2a2a140e1cadf90f85e56a8de096e1507c5b2]

        WaE: msvc2008 unsafe mix of bool and sal_Bool

2012-04-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cdacce4e4b1ab6f06b809e21152c39103404a5f4]

        Fix a C&P error

2012-04-26  Javier Catala  <j_catala@yahoo.com>  [81647009acd50ba057ccdae8e8fe09f8a4335e28]

        Remove unused method ScDPObject::HasGroups

2012-04-26  Miklos Vajna  <vmiklos@suse.cz>  [6f7defd274fd2f3b48356cc5f221dfca4fbd1290]

        fdo#48037 fix RTF import of localized fields

2012-04-26  Gábor Stefanik  <netrolller.3d@gmail.com>  [a3a9fe4c93af76f0287bf940763409ea346cf186]

        fdo#48870: Remove icon-themes/galaxy/res/cookie.png

2012-04-26  Gábor Stefanik  <netrolller.3d@gmail.com>  [c581e326181abfcdd1fffd7fcf49ed705274ed93]

        fdo#48870: Remove cookie handling code.

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [6329ad39832e6d8101b8384e6d96ca281a303d37]

        Resolves: fdo#47733 keyboard navigation broken for SvxSimpleTableContainer

2012-04-26  Caolán McNamara  <caolanm@redhat.com>  [2130b6aaa9e274a41e3280056d7d049a33ca270c]

        WaE: msvc2008 unused formal parameter

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [e2873d699b47f55c67d0ee874b49a075d52eb6fb]

        Revert "Remove unused FontSelectPattern constructor"
        
        This reverts commit 44a4c577fd54de12e089e76c234f6b5f5099a3d4.
        
        ...the ctor is still used on Windows.

2012-04-26  Miguel Fernández  <losmeus@gmail.com>  [44a4c577fd54de12e089e76c234f6b5f5099a3d4]

        Remove unused FontSelectPattern constructor

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [61a8905c48d6af18dee78022597aaebb171025d4]

        Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."
        
        (This reverts commit 0ba6bd3ddc025666a6d4bb0640bf443728b23bd3.)
        
        The problems worked-around there are no longer observed by me, so they
        were hopefully only a temporal problem (the real root cause had never
        been found back then).  If problems start to pop up again, we'll need
        to have another look at this.

2012-04-26  Andras Timar  <atimar@suse.com>  [5e80561c11ad14809192f3749a8ac22a885996d1]

        remove unused icons from Windows installer

2012-04-26  Stephan Bergmann  <sbergman@redhat.com>  [eae0f40bbad072de0bc3a035a4c7fba0a0fa1a53]

        Bump extension version after changing to passive registration
        
        ...otherwise, if it is bundled, its per-user data is not regenerated, leading
        to inconsistencies.

2012-04-26  Takeshi Abe  <tabe@fixedpoint.jp>  [c1c023c67b84dac239013d1788137efd4c683e21]

        Assign com.sun.star.drawing.Shapes at index 0
        
        Thanks to Eike for review.

2012-04-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b77858bf67f177d6f90969df456a533203996025]

        lp#904212: add missing mimetypes to impress.desktop
        
        * application/vnd.openxmlformats-officedocument.presentationml.slide
        * application/vnd.openxmlformats-officedocument.presentationml.slideshow

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [c389a7c22f709cc897ef33f10b617bf71dfa028e]

        ...and remove duplicate #include <vector> again

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [e171c4805d98c345581a581c8d08c87de3759693]

        Missing #include <vector>

2012-04-25  Eike Rathke  <erack@redhat.com>  [6c33e7da4d8c24497407af0818c374aae89f99ae]

        fdo#48957 added Erzya [myv-RU] locale data
        
        Locale data contributed by <rueter.jack@gmail.com> using
        http://www.it46.se/localegen/

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [b032c4ab53c5c1414974d83552384ced66ee9a0f]

        Missing EXTENSIONLIBS in DLLFILENAMES

2012-04-25  Andras Timar  <atimar@suse.com>  [5bc7a02a0f958ccd2a6479c5214b436cb3d6136d]

        fdo#40481 run SelectLanguage custom action during silent install, too

2012-04-25  Radek Doulik  <rodo@novell.com>  [c41e9c7c0a7a986c8ad87a4b8033843803792506]

        fix few issues after SAL_INFO conversion

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [bb8df514c22b805e8ab3dbe35fbed6d891882187]

        include vector

2012-04-25  Jose Manuel  <jmrecarey@gmail.com>  [cbbcf32218f7905b462f83119e640c42bd76ce5c]

        unused code in dociter

2012-04-25  Jesús Corrius  <jesus@softcatala.org>  [33f5acad371bcf838011b3629450e6dcd405a4e9]

        Remove blank space introduced in previous patch

2012-04-25  Jose Santiago Jimenez Sarmiento  <jimenezsarmiento@gmail.com>  [aba2ed749e819bcd03af70ae2b0e551b5524e320]

        remove some unused code

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [7d25cd63b1460b5fefee0e6be3a6bf093dac3ebf]

        Proper handling of multiple --accept arguments
        
        ...and some further clean up of needlessly complex class CommandLineArgs.

2012-04-25  Luboš Luňák  <l.lunak@suse.cz>  [fb68711fc3fbab99e47cc94f5abd27b1425bc468]

        fall flat on the face when doing UNO call with incorrect arguments
        
        I think this is reasonable with debug builds, the import filter
        should check the values are in sensible ranges.

2012-04-25  Luboš Luňák  <l.lunak@suse.cz>  [a9e16b168c7eb046c62d6d7d2669bdea944da279]

        don't use properties that aren't valid for paragraphs (part of bnc#751028)

2012-04-25  Luboš Luňák  <l.lunak@suse.cz>  [abf18610998aa8330f8330f1d769508e47ef5b20]

        decrypt code a bit
        
        This should be technically the same like before, only the next one
        to read this will hopefully get less confused than I did.

2012-04-25  Luboš Luňák  <l.lunak@suse.cz>  [6a597567d7ca9d9259ca6222e198c89ad55db573]

        warn when failing because of an unrecognized property in UNO call

2012-04-25  Luboš Luňák  <l.lunak@suse.cz>  [c953267dbef38fce4d89d2a3f30fa7a82692aef0]

        handle w:suff correctly
        
        that includes having a good default value, otherwise the whole
        creation of the rule in ListDef::CreateNumberingRules bails out
        with IllegalArgumentException

2012-04-25  José Santiago Jiménez Sarmiento  <jimenezsarmiento@gmail.com>  [f33ed937b675540a0fec71822c3e55568065a433]

        Remove unused methods

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [fd257f9e1936b0bc9bc9116bd73eaa04a7dbd060]

        Resolves: fdo#48659 force BUILDID placeholder in if missing from translation

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [a4feeebd3780d59605ba6b4c266226c6841d043b]

        refactor ImpSvtData

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [c694be016923d6ed3763e001d509a6f720dc1ee9]

        DeleteOnIdleItems isn't called anywhere

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [8c37bc0f43ecda80b5f476fdb0df9987550b0915]

        callcatcher: update unused code list

2012-04-25  Vicente Vendrell  <viventa1@yahoo.es>  [83201a345f90061a88c0bc1f9ede952a539df822]

        Removed usused method Dialog::Dialog(Window,ResId)

2012-04-25  Tor Lillqvist  <tml@iki.fi>  [2f45e42a1bd4ff4c781020301cbbb28e8b152903]

        WaE: hides overloaded virtual function
        
        Use "using" declarations instead of a pragma. Gets rid of the warnings
        completely instead of making them non-errors in a -Werror compilation.

2012-04-25  Tor Lillqvist  <tml@iki.fi>  [5cb50258947b14e21d74fec507faf231f3bcc180]

        WaE: hides overloaded virtual function, different approach, thanks to mst_

2012-04-25  Tor Lillqvist  <tml@iki.fi>  [bfc64dc4dab7d9dc5210465851990d2e07b78b6c]

        WaE: defined as a struct here but previously declared as a class

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [c262099220086a41499865761040d085213ae10f]

        warning: comparison between signed and unsigned integer expressions (Mac OS X)

2012-04-25  Aurimas Fišeras  <aurimas@members.fsf.org>  [a8c05ae840f2673803d9784600be9a7b734076fc]

        fdo#44211 (RTF) return default text encoding for Lithuanian

2012-04-25  Eike Rathke  <erack@redhat.com>  [3cceb8a900cd1fe1ae9bdb0c2e532e82a1835861]

        changes to fdo#45664 EasyHack
        
        * in dialog, placed "Save cell formulas" checkbox directly under "Save cell
          content as shown" as they are related and "Fixed column width" should be
          last
        * also reordered entries in .src file for overview
        * added HelpIDs, also to older "Quote all text cells" checkbox
        * reordered checkbox member variables for tab order
        * do not disable "Save cell content as shown" if "Save cell formulas" is
          checked, they are independent, content as shown still applies to value cells
          * changed label to "Save cell formulas instead of calculated values" for
            clarity
        * initialize "Save cell formulas" with view option that was removed from
          ScDocShell::AsciiSave()

2012-04-25  Florent Gallaire  <fgallaire@gmail.com>  [c041db6f59888adc90ee8257eafe150d874c46c9]

        fdo#45664 EasyHack: Add a "Save cell formulas" checkbox to the CSV Export panel.

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [d88493adfd549ec77f08ee919df609e645011b8b]

        rework GetDefaultTextEncoding etc -> getBestTextEncodingFromLocale

2012-04-25  Andras Timar  <atimar@suse.com>  [3ba9fd39e3aa74aca63dc2ab475d37b6680e12a8]

        fdo#47779 installer dialog header background should be white

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [004763101a7c5d70c735656e62ca351595da317b]

        isOUStringType still used (from dbgutil code)

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [afccf73c63731fa17d113a6a983ee17c13db5f5f]

        Revert "WaE: hides overloaded virtual function"
        
        This reverts commit 192edc5e65685a3093d94457dca9db8d3b891486.
        
        The method must be called Notify so the SfxBroadcaster calls it instead
        of the base class method that does nothing.

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [bcc3e0e7e8863e4b707301349960ffb306f42f24]

        callcatcher: drop unused hasPreferredSize

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [4efd419679e9a43b47bfe970fc5b1c2d7c680890]

        after nine years, time to give up on the REGEXP_SUPPORT dream

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [7d8cc784403f857f652e4579f28a2c0d478610c2]

        drop a String::CreateFromAscii

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [fe502c893e9d26945b9bba3d921a88b16fa0ef8f]

        String::CreateFromInt32->rtl::OUString::valueOf

2012-04-25  Caolán McNamara  <caolanm@redhat.com>  [c797a11a4d7ca7531eeb7efd85670711a08f8b4b]

        callcatcher: remove freshly unused code

2012-04-25  Noel Grandin  <noel@peralex.com>  [d8093cd3bb4b0ccef1e8b14c26c1aa8cbc6789ba]

        Fix spelling of parameter pbLevelOrVisibiblityChanged

2012-04-25  Noel Grandin  <noel@peralex.com>  [12198134b1a7a467b8a6eb90ed4ade6dd2cbf58f]

        Convert SV_DECL_PTRARR_DEL(_DB_Columns) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [11d40e46f1cfdf0532bf0612fd813d398dfd78d1]

        Convert SV_DECL_PTRARR_DEL(TextBlockInfoArr) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [36394723ac332424d4b74b69ce8d125da4c915fa]

        Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [2915069a67c81f2ee8607112379c65de66648ff0]

        Convert SV_DECL_PTRARR(AutoTextGroups) to std::vector

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [96938bd075ae9a59557d49d7f9b957da69767567]

        fix previous commit:
        
        boost::ptr_vector::erase() will delete the element, but fortunately there
        is a transfer() method that can be used here.

2012-04-25  Noel Grandin  <noel@peralex.com>  [2ebfe6fd314dd219183b611e27a48a12e3e5f223]

        Convert SV_DECL_PTRARR_DEL(SwEntryLst) to boost::ptr_vector

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [362b4e9b6f7aa0bd2f9af02645124f5905f0bba3]

        try not to change the serialization format

2012-04-25  Noel Grandin  <noel@peralex.com>  [5c8549c7cf53ff22a536e0f77d6f82aa1089e8a1]

        Convert SV_DECL_PTRARR_DEL(_SwNumFmtsAttrs) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [1f41dc40ad8e0465432b6ea089258c7f8902c247]

        Convert SV_DECL_PTRARR_DEL(AutoMarkEntryArr) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [9fc0297b5f96062d636eb8f459df8a1aafc96252]

        Convert SV_DECL_PTRARR(SvLBoxEntryArr) to std::vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [4552c996473b8a931e3d47335cca8acc9bb2bc4f]

        Convert SV_DECL_PTRARR_DEL(SwRedlineDataChildArr) to ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [62b7606fddfef9e1a7645a2d3d605f1fa3aee263]

        Convert SV_DECL_PTRARR_DEL(SwRedlineDataParentArr) to ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [4dcc1b650e4e2451e9e39f971ddfc49309203f25]

        Convert SV_DECL_PTRARR_DEL(SwSelUnions) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [7cd899bc6cdf885837f77e7250c21a0995a75aab]

        Remove data structures there dead i.e. not doing any actual work

2012-04-25  Noel Grandin  <noel@peralex.com>  [40bd5dab1d8c35a722f4ce2337e6ae1fae3cddc1]

        Convert SV_DECL_PTRARR(SwChartBoxes) to std::vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [d93db90e19923b524d4c6f9cdfe0544f1dc46d22]

        Convert SV_DECL_PTRARR_DEL(SwChartLines) to boost::ptr_vector
        
        Had to use a class for the typedef declaration because the data
        structure is referenced in other header files.

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [07f4021c9a22f5acc91d362b796ee6f16b6fe3aa]

        move some functions from tblrwcl.hxx into cxx files

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [1df74354d65f9ff5236a80fefebebcec64e7980f]

        _FndBoxes was a PTRARR_DEL so use ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [0c48023feadf8cbfd110e5959a8aca23cf0fd501]

        Convert SV_DECL_PTRARR_DEL(_FndLines) to boost::ptr_vector

2012-04-25  Noel Grandin  <noel@peralex.com>  [be5e4247e2a164bd1f2eacf9a33d6d73df16d0e3]

        Convert SV_DECL_PTRARR(_FndBox*) to std::vector

2012-04-25  Michael Stahl  <mstahl@redhat.com>  [dd982d58dfe4f773a1cd5dbd8d376837316f0bfb]

        excel filter headers: replace OSL_DEBUG_LEVEL with DBG_UTIL
        
        Just wasted half an hour trying to track down a crash in sc unit test
        that was apparently caused by different object files being compiled
        with different OSL_DEBUG_LEVELs and thus some having XclDebugObjCounter
        and some not.

2012-04-25  Miklos Vajna  <vmiklos@suse.cz>  [5f32957bc31a4676f2321c5a9a9e6945490861e4]

        use PropNameSupplier in SectionPropertyMap::PrepareHeaderFooterProperties()

2012-04-25  Miklos Vajna  <vmiklos@suse.cz>  [f1fdcdea5436e927dde9b4dd242c4f90c2a75e9d]

        avoid code duplication by introducing RTFDocumentImpl::singleChar

2012-04-25  Miklos Vajna  <vmiklos@suse.cz>  [bec0bab00eeed78ccdb7065554dcf9e898f499fa]

        fdo#48193 fix RTF import of fields without a result

2012-04-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d09182127bd215236c71796f349e2226cb712700]

        build to tail_build with partial build in tail_build
        
        - instead on lots of recursive build.pl modules to iterate through we build all
          tail_build up to the requested module inside one tail_build when doing a
          "make foo.all"
        - advantage: speeding up because getting rid of lots of recursive makes with
          artificial module barriers, forcing almost sequential execution: build, link,
          unittest with lots of cpu-idling at each module-end
        - disadvantage: all shared dependencies of tail_build are now build for a
          (sub)module of tail_build. This is transitional as we migrate more stuff into
          tail_build and there are good dependencies inside tail_build
        - "make foo.all" now only executes slowcheck now for foo, not for all the deps

2012-04-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8b5a984d45005d3df1c89eae897d6e04612625d8]

        do not always build each and every cxx gbuild knows about unconditionally

2012-04-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c8195944a253d3eab0fd2d022cc64dd62c04390]

        add showmodules target to gbuild

2012-04-25  Andras Timar  <atimar@suse.com>  [ad1e87507fb0df59c91b17f43002eb8eb44feecc]

        fix extension help localization on Windows

2012-04-25  Tor Lillqvist  <tml@iki.fi>  [192edc5e65685a3093d94457dca9db8d3b891486]

        WaE: hides overloaded virtual function

2012-04-25  Stephan Bergmann  <sbergman@redhat.com>  [2593b6292bc3890ee68ab53aa7604405e49432ea]

        Fixed placement of comment

2012-04-25  Catalin Iacob  <iacobcatalin@gmail.com>  [728351a1bb286e9e7c9f1c9a5e4e032fe13ba408]

        Mention that the CLucene patch was also sent upstream

2012-04-25  Catalin Iacob  <iacobcatalin@gmail.com>  [08a38341e0a800cfb643591130afd8984d03fe22]

        WaE: Clang unused variable

2012-04-25  Catalin Iacob  <iacobcatalin@gmail.com>  [fd0790a219041d1cc62ea1a5417d90e0df206662]

        WaE: Clang unused variable

2012-04-25  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [5708f2bfa70db0479ddbf9b454329cd81e0f509d]

        Removed unused methods from psp::PrinterGfx

2012-04-25  Tor Lillqvist  <tlillqvist@suse.com>  [d6b2189fee1df979dfee53ac3824f101278facdf]

        Fix test syntax error: integer expression expected

2012-04-25  Miklos Vajna  <vmiklos@suse.cz>  [ee242df844d1a2b85e0d7b86dbdb8bf3643fc74f]

        msfilter::util: avoid code duplication by merging from sw and writerfilter

2012-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f839984910f0fd4ef385552df3af5e09190e15b9]

        add test case for copy&paste formulas between documents

2012-04-25  Takeshi Abe  <tabe@fixedpoint.jp>  [52d90ce040234cb35fad03bdd12e201bfa3a8634]

        removed unused typedef

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [e5143062887093037cab8f936288af8408576ea8]

        Visibility doesn't seem to work as we want in Apple's Clang
        
        Or maybe it's the Mach-O object file format that lacks the
        functionality? Anyway, let's try to manage without visibility then.

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [f024b6804d216c4eee2ebd09074eff2ca1984997]

        Work around Clang 3.1's "argument unused during compilation" non-warning
        
        For unrecognized options, Clang 3.1 (and ealier?) prints out a
        warning, but it isn't a real warning as it doesn't cause a compilation
        error with -Werror, so it is impossible to find out reliably if an
        option is supported or not. So hardcode the information we know.

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [98e12520b104ff3b7d2d35a4ba9bd96ee7fa4e72]

        WaE: make the overloaded-virtual mess here just a warning even with -Werror

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [ac1a6df9c8d73583cf81f24670fcff1991f2e3c4]

        WaE: implicit conversion changes signedness

2012-04-24  Andras Timar  <atimar@suse.com>  [39bb77fd667f9d9fdaf374f3934b6eec7b7dc57a]

        fdo#46355 sort SelectionTree control of Custom Setup with a custom action
        
        Although Microsoft says that SelectionTree control can publish a control
        event only on Windows Server 2003 and above, the  custom action seems to
        be working under a fully patched Windows XP SP3. Maybe it fails silently
        on older Windows XPs, not to mention Windows 2000. I did not test those.

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [d8f145d1ebe8836f559ba47a1978063d922c6294]

        save the next guy from getting caught with msvc template requirements

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [2d2b19dea1ab401b1b4971ff5b12b87bb11fd666]

        Force ExtensionManager resync when the implementation changes
        
        ...as checking the lastsynchronized time-stamps can give wrong results if new and old
        impl use same user config and old impl is started once more after new impl is installed,
        in which case per-user data of bundled exts of new impl would not be regenerated,
        leading to inconsistencies.

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [de562138eabd3ee3ecab28e5d1348a3fee7301e0]

        Bump extension versions after changing to passive registration
        
        ...otherwise, if they are bundled, their per-user data is not regenerated, leading
        to inconsitencies.

2012-04-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1a87849f1971bf6802cc3d6395181b6ff0ceeed1]

        fdo#34999: UI: Navigator row selector pane exceeds reserved grey area

2012-04-24  Michael Stahl  <mstahl@redhat.com>  [009920703bfd5426588ee575b94231064c4b45df]

        SwXTextView: use cppu::OInterfaceContainerHelper

2012-04-24  Michael Stahl  <mstahl@redhat.com>  [f92b087ffc68c054e7f183ab5c8e3e02fb9e35e2]

        fix double free in SwXTextView::removeSelectionChangeListener
        
        dbaccess_complex segfaults because ptr_vector::erase actually deletes
        the element; also, a std::vector is more appropriate to store smart ptr.
        (regression from 8533a191f4434490aa44118bce0e5719477d957a)

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [b856ea5af5282b8790a0edd6aa3a6de5f54c3ba6]

        inline unused ctor needed by MSVC at compile time

2012-04-24  Xavi Escriche Galindo  <xescriche@hotmail.com>  [6ac292332620737bfe522166f88994097d1a5460]

        Remove unused method UnoControlBase::UnoControlBase()

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [070dfe4840cfb5854be6aba99dd65b9015ed0a90]

        WaE: mixing comparison of bool and sal_Bool

2012-04-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9886c392383007ff86c849f61c641e4603f13259]

        Patch to build libcdr with clang

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [bc069413e54ae9626298f337b180dd4f142f4776]

        WaE: return SYMBOL -> return true
        
        has been return SYMBOL since initial checkin in 2000,
        SYMBOL is a non-0 enum so return true here instead

2012-04-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [17d08197761567f72f8b58c8aa71bac31701968e]

        uploading new shiny libcdr-0.0.7 release

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [41135b6dd86200d125095749e044d593a0452c41]

        WaE: silence warnings from msvc2008 (again)

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [81fb27c27bfbd7b1808bb442277476065e39fb56]

        -Werror=unused-variable

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [b8184381bfa5fce44560d01ee8f3ed321cef4bb5]

        Revert "Avoid bogus warnings (GCC 4.4.6)"
        
        This reverts commit cf9c715aee2f97a1a6f611fe46a47e238cb03658.
        
        3c82780cbc7cf17cf348e7f49b99663cfdc42ed7 "Set gb_DEBUGLEVEL=1 for
        --enable-dbgutil after all" fixes the underlying problem, making this awkward
        workaround no longer necessary.

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [fc7a55fd3f2df0ffc9ea64751ebdc187a58b778c]

        Set gb_DEBUGLEVEL=1 for --enable-dbgutil after all
        
        This is a partial revert of db8df57acd601ed084bd0122683e1bd066a4f143 "fixes for
        debug flags handling."  Removing this caused various nastinesses, at least:
        
        * Some tinderbox started to emit bogus compiler warnings at -O2 vs. -O0, see
          cf9c715aee2f97a1a6f611fe46a47e238cb03658 "Avoid bogus warnings (GCC 4.4.6)"
        
        * General DBG_UTIL vs. OSL_DEBUG_LEVEL confusion in the code, see
          729165ebacc6ff8bd1e5c936252cdace1782824b "OSL_DEBUG_LEVEL > 0 -> defined
          DBG_UTIL" and a7c7942fd1946da978673d2c350630f83603d18d "DBG_UTIL vs
          OSL_DEBUG_LEVEL confusion"
        
        * --enable-dbgutil would no longer prevent -DNDEBUG (i.e., assert became
          ineffective in such builds)

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [658954e8b50fc264428402dc5a95b0d6f690d191]

        Resolves: fdo#48011 writer idle-callbacks are halting when events pending
        
        Writer does a lot of work, e.g. spell-checking, word counting etc. in
        idle-callbacks. It halts work by checking for AnyInput, and if any input or
        paint etc is pending the idle-callbacks stop. With gtk3 rework pending
        events don't seem to be available quite right.

2012-04-24  Miklos Vajna  <vmiklos@suse.cz>  [dfc7c67e464e57f5442365e193c56033af564d84]

        fdo#38176 fix RTF export of non-breaking hyphen and optional hyphen

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [f5a414d242f3b3bce19de4905d7b5dce9792b66c]

        WaE: simple minded MSVC2008 thinks s could be used uninitialized

2012-04-24  Caolán McNamara  <caolanm@redhat.com>  [a0d6c5dd9bf359d8428f26701acb6b2036b4417c]

        WaE: MSVC2008 C4530 exception handler without unwind semantics

2012-04-24  Miklos Vajna  <vmiklos@suse.cz>  [ef7cc64d8b5044251d6e31ca24aeb0ac11818e5d]

        fdo#38176 fix RTF export of non-breaking space

2012-04-24  Miklos Vajna  <vmiklos@suse.cz>  [836d56dd563523853e4b9d4bbe7e6f93c1710a2a]

        WaE: make MSVC happy wrt. RTFDocumentImpl::dispatchDestination()

2012-04-24  Noel Power  <noel.power@novell.com>  [7ddb8f73c1a5573eedc593168f702287921ecb7a]

        tweak support Sheets.PrintPreview bnc#75784 allow specific sheet(s) selection
        
        this is a followup to commit 17c8f6745f9f98013c1b08de8ec03be66546c7fc

2012-04-24  Miklos Vajna  <vmiklos@suse.cz>  [061e4e119cc932dadda976d2b8622f671201a6bd]

        create-tags: config_host.mk reading

2012-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3d7d6ece96d74e55dc92babfd12812dfe1a4793]

        default to Office 2007/2010 filter for ooxml export, fdo#48941

2012-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [270096698d96f2654d4699c90ed0df20b7d15fbe]

        first try for copy/paste formulas between docs test case

2012-04-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [043c4bf56f716761c240fe253d16fce2ae4089f7]

        add some more test cases for copying formulas

2012-04-24  Eike Rathke  <erack@redhat.com>  [c5d1f72f0c8c07736ba675c807698bed0e0c4d28]

        it's Erzya, not Eryza

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [49907807572a23c30db3ae02b6f3254dc44e393c]

        AC_MSG_ERROR is better than WARN here

2012-04-24  Noel Grandin  <noel@peralex.com>  [8533a191f4434490aa44118bce0e5719477d957a]

        Convert SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [feb4ce887f37fa9208ea68f83eca68cb090c2ff6]

        Use blank as the false value for ENABLE_CAIRO_CANVAS, too

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [7e1516124bb05f9f40e1d724688b7b1a80327dfe]

        Hardcode cairo canvas off for Mac OS X and Windows
        
        Do not depend on a distro-configs file to disable it. It is supposed
        to be optional to pass a --with-distro option. Running a bare
        ./autogen.sh is supposed to produce a working configuration.

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [0d0b7947aa7c7e9b1dafee8b99211b43f2ca1668]

        WaE: implicit conversion changes signedness

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [51c0a44e91a04b791de51678d3374903a5252d88]

        Bin weird DBGUTIL_OJ crack

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [12b0b323cb1dc1226d480aa86cd7328765743fce]

        WaE: equality comparison with extraneous parentheses

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [83079e1fdd729492a6829f005f9ba937493770b1]

        WaE: using the result of an assignment as a condition without parentheses

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [23670b4dc7881d1aea9088c2cd89f2b0a3846dce]

        WaE: use of logical '&&' with constant operand

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [c1f755c34ee7aabb00900728b71fdc2ba1185c54]

        WaE: unused variable

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [9273e5466e6b35ae1a61bb9fdc03140a0e6d9d85]

        WaE: implicitly declaring C library function 'objc_msgSend'

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [4005503177b0525aeb4f440b903cb644bdf2b54c]

        Bin commented-out code

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [2a0444f7ad5178223efcb2870735c6115f30eb89]

        WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *'

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [efc80f71f54d73a50b89721132a9c5668d3da39d]

        Add hopefully helpful comment

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [72108b8cba03a481c8b3cac32c3fc3d2e332eb1c]

        WaE: 'SceneObject' has virtual functions but non-virtual destructor

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [309c7406840e42f0df18629319885209d66c0be3]

        WaE: when type is in parentheses, array cannot have dynamic size

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [77eec72f7bd77bccb7349ff50472e19993b4c901]

        WaE: delete called on class that is abstract but has non-virtual destructor

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [1dfa83bf4e8a42e25fafca8b072f839423e3c0bf]

        WaE: 'ATSLayout::InitFont' hides overloaded virtual function

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [129f91c334c14f6e2337a638a780af1194becd1b]

        WaE: unused functions

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [2c0731adc872a3ab73de929afcb5ee9c13417ca1]

        WaE: incompatible pointer types

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [8376b5e0000e8318e108e9eeab82b7acb2cd586d]

        WaE: unused variable

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [95187d3bf48dbd14e4555f9a96987f4e5bcf9c22]

        WaE: extra tokens at end of #endif directive

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [a5554ed5637aa3e2e7f49486513463077413efc5]

        WaE: incompatible pointer types: 'long *' vs. 'const GLint *'

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [157be160fd8c47f86e798a5ad117a8efbaad196a]

        WaE: semicolon before method body is ignored

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [995de2b09e1917b23f61aa673f364b5e7bbe1909]

        Reduce chatter

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [aa155d9307bd519a2e615cc8bde29d0d9fb349b6]

        WaE: equality comparison with extraneous parentheses

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [fd58025dc7379126738cf73908ec10e809348e6a]

        Fix eleven year old typo
        
        No idea if it has actually caused any uninteded behaviour, or if this
        fix now then causes something to break.

2012-04-24  Tor Lillqvist  <tml@iki.fi>  [2aaa5f721f63528330498dce38038f3b43f85ca9]

        WaE: extra tokens at end of #endif directive

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [a7c7942fd1946da978673d2c350630f83603d18d]

        DBG_UTIL vs OSL_DEBUG_LEVEL confusion

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [4e435cdd0700fd3319fe72a966032a3245dddfcd]

        consistent MANIFEST.MF naming

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [709969965496a5aef1a707e9483cb75a604ca526]

        remove duplicate Class-Path entry
        
        It's already set by Jar_reportbuilder.mk .

2012-04-24  Stephan Bergmann  <sbergman@redhat.com>  [729165ebacc6ff8bd1e5c936252cdace1782824b]

        OSL_DEBUG_LEVEL > 0 -> defined DBG_UTIL

2012-04-24  Santiago Martinez  <smvarela@gmail.com>  [93a6aeb965c2d77767178e62475378f69b326414]

        Remove unused code in sc.

2012-04-24  Vicent Vendrell  <viventa1@yahoo.es>  [444e47bfdd8df18f8e37d0271dc1d48e55cc9c12]

        Removed unused code from editeng
        
        Committer:Vicent Vendrell <viventa1@yahoo.es>
        
        On branch master
        
        	modified:   editeng/source/editeng/editdoc.cxx
        	modified:   editeng/source/editeng/editdoc.hxx
        	modified:   unusedcode.easy

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [2bbbd615d6a3bab89a6df7d7f0d2bb62e3781b43]

        move the GXX_INCLUDE_PATH so that it's more obvious it's only for STLPort

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [7874eb15ee7b1be90570ea5a5b60004462979f08]

        do not cd get confused by symlinks

2012-04-24  Santiago Martinez  <smvarela@gmail.com>  [78aa62bc54e67b4552c18ae67be9789be5ef2409]

        Remove unused code in sw

2012-04-24  Andras Timar  <atimar@suse.com>  [1f9b45377039f5839f8ee4dde265a297ec146062]

        fdo#48259 take MSMDir from registry

2012-04-24  Santiago Martinez  <smvarela@gmail.com>  [858646a5eb5eae8703cfb64cd1cdbc553699a224]

        Remove unused code in dpitemdata.

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [77f19d6e024006dac4434f60a377543314dbf261]

        specific variable for where dev-install installs

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [4af5efaaffba264d00109723e3ae33876bac4ae8]

        do not use internal clucene if building with an external one

2012-04-24  Luboš Luňák  <l.lunak@suse.cz>  [b3fcbe7d2b163dbc7c6e68f6db214d3df47fda57]

        do not export usage of CLucene headers outside of l10ntools
        
        that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary

2012-04-24  David Tardon  <dtardon@redhat.com>  [1f1f8ac4db7aa40f299a104927499e72d39fd932]

        remove leftover component_writeInfo

2012-04-23  Caolán McNamara  <caolanm@redhat.com>  [9be39efcc55f9c4a8f7c02bdded299c0ef7e54fd]

        callcatcher: fix up isControlVisible

2012-04-23  Vicente Rafael Estevez Vacas  <rafaestevez@yahoo.es>  [00fb6c9d1c0ad01b29fb617dbe74e6ae1ddf04ce]

        PATCH: Remove unused code from editing

2012-04-23  Noel Power  <noel.power@novell.com>  [60cea1f49ec6781e541fbd7949c4271d213d3e0d]

        tweak paste-only context menu ( add paste only number )
        
        changed the text to really only paste text, also added pasteonly | number

2012-04-23  Thorsten Behrens  <tbehrens@suse.com>  [bf286107121648bb90c582ac2d56001161915ce4]

        Add some more timelogging, for graphic export here.

2012-04-23  Thorsten Behrens  <tbehrens@suse.com>  [0c00198b97e9dd7ee4aab0cb2f0e0fed681c852c]

        Resurrect TIMELOG absolute time logging facility
        
        This somehow fell through the cracks of gbuildification -
        make timelog=t now again enables those RTL_LOGFILE_ macros.

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [c8677d3e573c69dd789d8f36b92ff6b6a874919d]

        use CLUCENE_CFLAGS

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [4645790b7312bae05a73f0e039feecbede5ff5da]

        fix CLucene configure check
        
        CLucene apparently does not bother with self-contained headers

2012-04-23  Rene Engelhard  <rene@debian.org>  [b97f109cb62de8f005a7e2fdc95c92f94d120676]

        fix gtk3salnativewidgets-gtk build with gcc 4.4

2012-04-23  Caolán McNamara  <caolanm@redhat.com>  [7f5be85719985ce54ff65b88aaa420ed5b2e7a9b]

        cut out negative widths/heights early

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [cf9c715aee2f97a1a6f611fe46a47e238cb03658]

        Avoid bogus warnings (GCC 4.4.6)

2012-04-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [312e6b06dfeb707887953121b45d136ce45d5001]

        lp#527938: triple paperbag -- tweak bibloader again

2012-04-23  Rob Snelders  <programming@ertai.nl>  [9c99dac0968c405537cd6094a46c7f6de01ccc4e]

        fdo#42986 Add Presentationsize 16:9 Widescreen

2012-04-23  Abeer Sethi  <abeersethi.91@gmail.com>  [67d022ac0ce5e67565e0589f4cd9eb05a8fd5a3c]

        Bug 42982 Patch - copytablewizard.cxx

2012-04-23  Abeer Sethi  <abeersethi.91@gmail.com>  [c9afb3f5a7f713d34f70b680c5d4ab3db4044d1c]

        This incorporates the suggested changes.

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [8d1fbba77fdec3cdc7c7b1e28f9560243cbbd3ff]

        doxygen warning fixes

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [f46f1421277d2432e3aef6923df13fc220bd15b9]

        if debug symbols are enabled indirectly, make sure they are actually built

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [faa15bd23ef0e54cc677c2252123bddcb90b4f0d]

        configure checks for gcc options that clang does not support
        
        Maybe they'll be supported somewhen in the future, so do not hardcode
        them out. Also, gb_DEBUG_C(XX)FLAGS are apparently common GCC options,
        not platform-specific.

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [922c879b6e8ca126cc23173765b043f849735333]

        not much point in trying to be too precise about how much space -g build takes

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [0341d7b972e6efb5daac0c6ca38949fc35099b53]

        more flexible --enable-symbols=<for>
        
        the argument given now can
        - be 'all', meaning everything
        - start with -, meaning not to enable symbols for that item
        - end with /, meaning everything in that toplevel directory
        - be a target of the form targettype_name, e.g. Library_swui
        
        Note that there is no ordering and removal takes precedence.

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [db8df57acd601ed084bd0122683e1bd066a4f143]

        fixes for debug flags handling
        
        - move using optimization, symbols (i.e. debug) and environment
            cflags/cxxflags into one place
        - --enable-dbgutils is independent from --enable-debug, and thus
            also --enable-symbols, so it should not set debuglevel
        - setting -g flag is controlled by --enable-symbols, not --enable-debug,
            so it should be used also for selective -g enabling
        - setting debug flags depending on debuglevel being 2 is certainly wrong
        - do not let environment cflags/cxxflags disable optimization/symbols flags
          completely, if one wants, it's possible to explicitly specify e.g. -g0,
          but the current way does not make it easily possible to specify e.g.
          -fcolor-diagnostics
        - do not set debug flag globally now that it can be done selectively

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [015283bb50e8d0d8127ea7c06deda202441f051e]

        Trying to parse legacy rdb as XML can cause InvalidRegistryException, too

2012-04-23  Michael Meeks  <michael.meeks@suse.com>  [b0547b358b2262a7f75b932ba37f35155a5c2406]

        bomb out compilation of cairo canvas for mac or windows
        
        This is to avoid unintended regressions based on configure options.

2012-04-23  Andras Timar  <atimar@suse.com>  [86a85224bcf3191254a4372085cac0ac040c883a]

        s/OpenOffice/LibreOffice/

2012-04-23  Miklos Vajna  <vmiklos@suse.cz>  [8ee0e1f3fc54727f03674be415302109f6d87dc1]

        n#757890 add testcase

2012-04-23  Miklos Vajna  <vmiklos@suse.cz>  [5dd8e91934618532bdb7f3d80035d8301a782b32]

        n#757890 dmapper: paragraph properties of shape text should have limited scope

2012-04-23  Miklos Vajna  <vmiklos@suse.cz>  [a5b3bf724e355ceb476991f4ecaa56fd019e3067]

        n#757890 oox: implement mso-position-horizontal shape property for textframes

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [6a80adb094d87cddc103d84d5616e1ecae899889]

        Unused sDataFolderURL

2012-04-23  Takeshi Abe  <tabe@fixedpoint.jp>  [9cb75ccaa7d529d0469e70229ad511bc2bc12abb]

        removed unused static data

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [1b66253254275f259e18847e2039baceab4ba458]

        fix true->sal_False introduced in 6a018de

2012-04-23  Luboš Luňák  <l.lunak@suse.cz>  [5e66f8ee1e1168944c4092e3d4b1b720abdb440e]

        Revert "it seems tests runtime-depend on ucpchelp1 too"
        
        It did not help with the race condition at all.
        This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d.

2012-04-23  Petr Mladek  <pmladek@suse.cz>  [957cb927a77a1e19d2a1d4804cbbe9816150654b]

        update internal openssl to version 0.9.8v
        
        including important bug fixes

2012-04-23  Tomas Chvatal  <tchvatal@suse.cz>  [f3480645bd444649491942c501ec679a46eb8d09]

        Whitespace torture

2012-04-23  Tomas Chvatal  <tchvatal@suse.cz>  [071d6daf5c798e89887a84a17fb3b64824fdbc6f]

        Fix undefined destdir if the directory was not existing prior the run.

2012-04-23  Noel Power  <noel.power@novell.com>  [17c8f6745f9f98013c1b08de8ec03be66546c7fc]

        support Sheets.PrintPreview bnc#757844
        
        there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [3120273ab10e9e8b765e2d13a90b62102a45c56f]

        Port gcc3_linux_powerpc fix to gcc3_macosx_powerpc
        
        This ports 84dbc4fe2547f8fc341a46d7f000e721c81e63ee "do not let gcc use
        registers we are setting ourselves," in the hope that it is also an
        improvement for Mac OS X PPC.  (But the patch was applied blindly, so
        please revert if it makes things worse instead.)

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [85c2f280ef21780de8aa2aa3c35148afc38f70b7]

        Revert "i hope this is fixed now"
        
        This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74.
        
        84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not
        Mac OS X.

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [40813789450f4e7aa506a191a2d1360c2b077d89]

        Minor improvement of previous fix

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [5b3d15241feb47e914c6835664a90c346d69411d]

        WaE: Clang implicit conversion changes signedness
        
        The various *Card* members call getByIndex(rowIndex) and getByIndex expects
        sal_uInt32 so change everything to it. Change callers as well to adapt to
        the change.

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [82e989726327a0b767df31b5812d3fd42fb2a4d8]

        WaE: Clang implicit conversion changes signedness
        
        index is passed to getByIndex which takes sal_uInt32 so just use sal_uInt32
        everywhere

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [5fbaa2f228ee4d60a5f7f7a21bf00933b7ae8fff]

        WaE: Clang expression result unused

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [835a063cee7f40169e3223cd2c56204e24d912f4]

        WaE: patch CLucene to avoid Clang unused parameter warning

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [8eb9c441d4dc7b1a1fc3a1fbf4104b2fda1d071d]

        WaE: Clang adding 'int' to a string does not append to the string

2012-04-23  Catalin Iacob  <iacobcatalin@gmail.com>  [7de8936d089f88f7976a8cc9aa172c02295e895c]

        WaE: Clang empty forloop body
        
        Clang says:
        stripped_scanner.ll:198:46: error: for loop has empty body [-Werror,-Wempty-body]
        stripped_scanner.ll:198:46: note: put the semicolon on a separate line to silence this warning [-Wempty-body]

2012-04-23  David Tardon  <dtardon@redhat.com>  [b8044cb828af149a4598b35a4d46d8fe4205ae74]

        i hope this is fixed now

2012-04-23  David Tardon  <dtardon@redhat.com>  [84dbc4fe2547f8fc341a46d7f000e721c81e63ee]

        do not let gcc use registers we are setting ourselves
        
        gcc uses a register for the function call--and it tried r9 here...

2012-04-23  David Tardon  <dtardon@redhat.com>  [c4c9484a1f55266c92e83406ddee3715affed7f6]

        save register arguments first
        
        The "mr" stores r11 to indeterminate register (r9 in my case) before
        storing it into the output variable, thus overwriting one of our input
        arguments... This later leads to nice segfault in
        testtools/source/bridgetest ...
        
        I suppose there is a better way to get the variable, but I do not know
        it .-)

2012-04-23  Tomas Chvatal  <tchvatal@suse.cz>  [62a318eea86feb9340970c71eac8555535d09b78]

        Add all the available themes to the list.

2012-04-23  Stephan Bergmann  <sbergman@redhat.com>  [0bbf79005a697c6781047c01f05eb660836a18e1]

        Do not fail for legacy rdb that only contains root key

2012-04-23  Tor Lillqvist  <tml@iki.fi>  [c29b6b2a065bbf7ade2d6b62dfd1c0245318f355]

        No -malign-natural in Clang, not Apple's at least

2012-04-23  Javier Silva Sanahuja  <jsilvasa@uoc.edu>  [d142091d4c98672c49f57be23f90e5ec8445e754]

        Unused code removal

2012-04-23  Monica Ramirez Arceda  <monica@probeta.net>  [d31aae4c9eea4f4aecea2a051518536b47aa8ab6]

        Remove unused vcl methods.

2012-04-23  Santiago Martinez  <smvarela@gmail.com>  [2910933f2609b19d9c6c4b793288e1b2d9991080]

        Remove unused code in vcl

2012-04-23  Ferran Vidal  <vidalmarginet@hotmail.com>  [5d5e02452fecc7400ebee3372dd9fb45dce179c7]

        Remove unused code

2012-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d65dd728ca2b7dea073ef085110dccdf22c2d5c]

        add test case for copy/paste formulas, related fdo#48482

2012-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d3d836ec6541b7a1e0a7fa48195ebb678e2951e]

        I did not want to disable these tests

2012-04-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bba176a844bd993cf7fe6acce9ff18027870dfa5]

        only update absolute refs when copying between docs, fdo#48482
        
        The copy/paste formulas code is getting a bit complex. I will try to
        write some test cases for it.

2012-04-22  Tor Lillqvist  <tml@iki.fi>  [7bec04312dcef51c8f7b248231e139178fdeada1]

        WaE: initialization of pointer to null from a constant boolean expression

2012-04-22  Tor Lillqvist  <tml@iki.fi>  [e0be9a035a82131628ad07ae05be8bf322730f66]

        WaE: variable 'stackptr' is uninitialized when used

2012-04-22  Tor Lillqvist  <tml@iki.fi>  [8c1e9c7dfdc17b156931bbbe42851c08c7281be5]

        WaE: comparison of integers of different signs and unused functions

2012-04-22  Tor Lillqvist  <tml@iki.fi>  [1ac9f91198889cc5cee40ba9ef2b0255183ee195]

        WaE: unused functions

2012-04-22  Tor Lillqvist  <tml@iki.fi>  [1bf04b934a8f51ac50be4cb9b6eacbb092871383]

        Don't use -Wl,-syslibroot when building against more current SDKs

2012-04-21  Caolán McNamara  <caolanm@redhat.com>  [e37ae322b07a02714b22cb663e1d7ab4f2072730]

        fill in some sane defaults on read/write failure

2012-04-21  David Ostrovsky  <David.Ostrovsky@gmx.de>  [6ef852f160b88b2052c150374fb9aeab43a29804]

        WaE: extensions warnings fixed

2012-04-21  Caolán McNamara  <caolanm@redhat.com>  [461b786be77a2116673915d56e1bf875cac792b5]

        make comment reflect reality

2012-04-21  David Ostrovsky  <David.Ostrovsky@gmx.de>  [ad4f72560627a2d75c71a34f2a37ab1f5a2bf05d]

        WaE: crashrep warnings fixed

2012-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [2496eb6fd40ed6d91bdbc4a85e5b30b1afc707d1]

        removed unused static data

2012-04-22  Takeshi Abe  <tabe@fixedpoint.jp>  [2ce52cbb18e8083dc14c6701a2dab8ca32b81967]

        removed unused defines

2012-04-21  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [bcb4defef7c9147a94ef19a51a18715449d3572d]

        Fix fdo#45848
        
        regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c
        The change:
        -    if(m_GlyphsList.size()>1)
        +    if(!m_GlyphsList.empty())
        is incorrect, so change it back.

2012-04-21  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [d2bfa5cfdaaa68a3e2bd751cc45955e4ea41f36b]

        Resolves: fdo#39999: Changing spelling preferences requires application restart

2012-04-21  Ferran Vidal  <vidalmarginet@hotmail.com>  [dd2230c90ff41b667bf0d750801eb0d2ab3b0317]

        Remove unused code from "Spreadsheet application code"

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [9fda7a919f31a192b9bd2938139b6566b7fc2935]

        rtftok: try to make tinderboxes happy

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [22eb78b6eee38e11aec32909b6983becb309ce13]

        fdo#44736 speed up RTF import a bit by sorting keywords
        
        If we sort the keywords once in the constructor, then we can do binary
        search when looking up RTF keywords, and that speeds up the import by
        about 20% using the first testcase from the bug.

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [da07d3a7bdb75efb34448dfb5ebca8b8b6135546]

        rtftok: make it possible to see the time spent in the filter

2012-04-21  Caolán McNamara  <caolanm@redhat.com>  [2457f8f5b88028d0248943e2f80fce55913312f1]

        clarify DelNumRule comment

2012-04-21  Arnaud Versini  <arnaud.versini@gmail.com>  [1f98094fc61f39f349c7d6cd3f59a8c9cd0626fc]

        Use boost::ptr_vector in WW8ListManager instead of SV_DECL_PTRARR_DEL

2012-04-21  Arnaud Versini  <arnaud.versini@gmail.com>  [a3c7602ba3ed1ab57adab797a5820c8b0cb42abe]

        Use boost::ptr_vector in WW8_WrPct instead of SV_DECL_PTRARR_DEL

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [99b875aee04a808fb28715fb0e143a2b00332832]

        fdo#48876 fix RTF import of \sl without \slmult

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [29042d096a2c5812ae179e1553367afd21b0f71e]

        cui: fix position of ED_LINEDISTMETRIC
        
        I broke that when I added CB_CONTEXTUALSPACING

2012-04-21  Thomas Arnhold  <thomas@arnhold.org>  [ea822495b776a8b0b9d6b99299fdbc7bfc8db340]

        Partially revert: "Replace css macro with namespace for nicer namespacing"
        
        To fix the build. I can't test it on win32, thought it would work...

2012-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9894f158a287bdfe9933df96ab117a9527e9195b]

        simplify lifetime management of some variables

2012-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0019c67a587a6c780fe5ae10cedf51cd1914f811]

        simplify dxfs/dxf export

2012-04-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6df9865612873b8c01bf789d6c0ac884a17f38ee]

        first version of number format export into dxf

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [e0190ffa766dbe26a9d4e9dd29e00baaf0ccd5b9]

        rtftok: dump collected strings after encoding

2012-04-21  Miklos Vajna  <vmiklos@suse.cz>  [f8bda240a09b4ece1c3401874b3cc8f325dbcedb]

        fdo#48023 fix RTF import of Russian characters without an encoding specified
        
        lcl_GetDefaultTextEncodingForRTF() in editeng did the same.

2012-04-21  Thomas Arnhold  <thomas@arnhold.org>  [2abba84aa7c639011956721a4922653130dd09a6]

        Replace css macro with namespace for nicer namespacing

2012-04-20  Stephan Bergmann  <sbergman@redhat.com>  [18a9e9e844d2f3ebad52e6c45095e3c50422db1a]

        Various clean up of previous commit

2012-04-20  Stephan Bergmann  <sbergman@redhat.com>  [c2fd9b533cfad18735df212cc7fd61443628dc0c]

        New cppu::defaultBootstrap_InitialComponentContext implementation
        
        ...that no longer uses XSimpleRegistry structures for the service data and thus
        is potentially more performant.
        
        * Registry-based functions from cppuhelper/bootstrap are deprecated now, client
          code should always use defaultBootstrap_InitialComponentContext.
        
        * References to the obsolete UNO_WRITERDB have been removed.
        
        * Some of the functions in cppuhelper/source that are used from multiple .cxx
          but had not been properly placed into .hxx have been cleaned up.
        
        * css.lang.ServiceManager XSet insert/remove now support special
          sequence<NamedValue> to improve live deployment/removal of XML-based extension
          components data.
        
        * 09524d410bbaad2a0b9b39811cb5cc16621b1396 "stoc: accelerate opening of multiple
          XML .rdb files in a directory" and its follow-up
          cb5c881a7f179391ee853f76e159254c97d776a3 "avoid using the new rdb reading
          logic for empty/non-existent directories" have been obsoleted by this change
          and have been reverted again.

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [b2fdaed46509127ec3ac2fb87404bc1b51d77778]

        WaE: MSVC2008 C2220 unsafe mix of types in operation

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [6f9971f3b935f669b39d7a53266950ee92955027]

        WaE: MSVC20082 unreferenced argument

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [ee376102becc16c0c44d23e5eb2a322aadc45197]

        fdo#48969: add unit test for Converter::convertDouble

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [62a0b2405798a3be6a4e38652f1da7a685c84bfc]

        fdo#48969: GetConversionFactor: add inch as source unit
        
        Also, add whole bunch of missing cases while at it.

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [84aeb737c7c013c8d98d8c40abfca44f6f70cee8]

        fdo#48969: switch units in Converter::convertDouble
        
        The factor here is used to divide, so the parameters have to be
        switched; this has always been broken but probably before
        3ca2bef76886450058d1667703aeafe4c2e456c3 nothing called this.
        This also reverts 7bf1fa3757133f12cf6ca624f8cee6ba5363e7d8 because
        that was a workaround for the problem in the wrong place.

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [b37becd401e342bf658f9e9be69dbf7385781f45]

        CharAttribList::OptimizeRanges: de-optimize to not crash so fast
        
        Crashes on import of bugdoc from fdo#48969 with
         Assertion `n < this->size()' failed.
        (regression from b35980d9b28f1e3985f94238f7d8c9962f654bd0)

2012-04-20  Luboš Luňák  <l.lunak@suse.cz>  [1b62ccdcb5a44effe4f6f9de105d96fbbd18102d]

        it seems tests runtime-depend on ucpchelp1 too
        
        CppunitTest_sc_databaserangeobj can fail with
        'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.'

2012-04-20  Luboš Luňák  <l.lunak@suse.cz>  [4be258a2f7aa10b781e2a67545d547cd6cac192a]

        fix typo

2012-04-20  Noel Power  <noel.power@novell.com>  [101132c28a8f084612106337f4cafe21c535dea8]

        add stub vba implementation Application methods
        
        added Application.DisplayExcel4Menus, Application.DisplayNoteIndicator, Application.ShowWindowsInTaskbar. Althought these attributes of the Application object don't do anything they allow setting and retrieval of the state. We could make a usable implementation for Application.DisplayNoteIndicator, the others though don't really seem to have any useful equivalent in the libreoffice world

2012-04-20  Noel Power  <noel.power@novell.com>  [f2cf3f30a76cb257bf44f9651b295280fb12d4aa]

        vba api Application.DisplayScrollBars implementation bnc#757840

2012-04-20  Noel Power  <noel.power@novell.com>  [4fa65f95e86dc4e348c83814475b057e8f30c107]

        implement VBA Application.DisplayFullScreen bnc#757885

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [6a018dec6b1abe75464bd510d441ab56d7291e1f]

        WaE: MSVC2008 C2220 unsafe mix of types in operation

2012-04-20  Miklos Vajna  <vmiklos@suse.cz>  [dd1fbdd27d44ac237a36579a8858983d5ab6d637]

        RTFDocumentImpl::resolvePict: use new-style uno ctor

2012-04-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0853a4d868bd2dff171c73cc1e495fa03320f7b1]

        Monkey sberg's work for the other writerperfect library

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [85ef81f318cbec16fff67e49c9b902dfe16cb7b7]

        idl fix symbol references

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [dc6e942da0ea37b70cb1e34389e152d20e1213a3]

        fix idl #include guards

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [5040115c9825e70161c52ff21ef45ff403cbde46]

        idl #ifndef fix

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [940be4690893674042cb945820b25052b35b069d]

        idl fix package for CorbaString8 and CorbaUnion

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [a7f3ca4c5bf3aa1ad28a701bf6d0bea71a107f53]

        add missing #ifndef

2012-04-20  Tomas Hlavaty  <tom@logand.com>  [7dbbb51f78f7a6f25a288739f9294576c399237b]

        idl type reference fixed

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [ec24cfbfb98bc610688e2118d16da51a78427dfd]

        LoggerRemote.idl: include with full path

2012-04-20  Michael Stahl  <mstahl@redhat.com>  [33ee840e7b45eb971feef83215841edc0ba66cd7]

        fix STL conversion e94c4ab5523c7dcbee2f1b7fd47685529498e774 harder
        
        looping vector iterators and push_back/erase don't mix well

2012-04-20  Miklos Vajna  <vmiklos@suse.cz>  [69259c6509809c1064eb05690dcd9c19c840bae1]

        fdo#48356 fix RTF import of special unicode characters
        
        The \'0d string should not be an exception when ignoring characters
        after the \u control word.

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [1dcab66d5c2579c4637891859736b02745fdf8bb]

        WaE: MSVC2008 suppress warnings in clucene headers

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [959ab4d0ca1a09dce08a298e41828c377a1474ff]

        WaE: MSVC2008 suppress warnings in clucene headers

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [539700e10aa2c7111e469820742341a4233849b6]

        valgrind: Uninitialised value created by heap allocation

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [c8b18c0311b2441f19f9b6b37846a83c0417edc6]

        valgrind: Uninitialised value created by stack allocation

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [a5f629fa8edb73e5d74350b3c2d102ae37128382]

        WaE: MSVC2008 C2220 unsafe mix of types in operation

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [6c719c1585eb1a2dbab86cc73ff871da41765981]

        Related: n#615223 local nbyte1 should have been class-level nByte1

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [442cd72704acc08a09bd4fe8928ff983e2472342]

        conversions of SV_DECL_PTRARR_SORT making inroads in unusedcode

2012-04-20  Caolán McNamara  <caolanm@redhat.com>  [c4a477614cad811286f3821ecb35412683b4dff8]

        String::CreateFromInt32->rtl::OUString::valueOf

2012-04-20  Dezsi Szabolcs  <dezsiszabi@hotmail.com>  [1489254311e75a379a129bceeab49643ebea04e0]

        fdo#47436: Fixed crash while opening odt file.

2012-04-20  Jaime Navarro  <jaime.navarro@alu.umh.es>  [fe84f6dbab168e9bdc1459c446c4dff0afb17fdc]

        Remove unused method ArgInput::GetArgSelection

2012-04-20  Miklos Vajna  <vmiklos@suse.cz>  [e4509eea8fc7c07ddff48edf0d4c015c2663d896]

        n#751313 SwCallLink: avoid redrawing complete rows without nested tables

2012-04-20  Miklos Vajna  <vmiklos@suse.cz>  [071c4d56517c43d3160c4c529abc534851066060]

        n#751313 SwCallLink: avoid copy&paste via introducing lcl_notifyRow

2012-04-20  Stephan Bergmann  <sbergman@redhat.com>  [4ccb4bda483eb548eb6efb5e2f1952f094522320]

        fdo#46074 Ignore corrupted items in Recent Documents

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [cf0186de2df4ad2ffeb39088638aefafc5d4a823]

        Don't build these command-line tools for non-desktop OSes

2012-04-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [503c8fdb1705f0b91e5181b250a6dc94e94e835d]

        export font information into dxf

2012-04-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e878c9bba31386cbdb9caca3cbc588a25dc1ae1e]

        allow more complex conditional formats being exported to xlsx

2012-04-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f6a940ad1771016021a75c41a0e9be1e86843fb9]

        export conditional formatting to xlsx, fdo#48360
        
        This is not yet perfect but should export already the conditional
        formatting and a great deal of the styles to xlsx
        
        Still missing:
        
        font export
        number format export
        some advanced conditional formats features

2012-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4327d4973b572ed749803007d90574919da31f04]

        Revert "Use boost::scoped_ptr for this."
        
        This reverts commit a4bc804627b8b21506e9b86fa54d2f7d2525e43e.

2012-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [81a1386656622ddb7c453e473f559103ea1f9fd9]

        Revert "Let's use boost::scoped_ptr for this."
        
        This reverts commit e1520a9d6a9f9bcfcaa332d54892040fe54776c2.

2012-04-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3fdd8667d8876a6661f1c900116e6d4681f43334]

        Pass const reference.

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [8be33aa1df252e25d8cd4e46fc65cf054479d5ce]

        Drop libs that now are static, add a few missing ones

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [9a42ca71049db83a6264cc026c53763b3a7a0b53]

        Build the redland libs statically for Android
        
        They are only linked to libunordf anyway, so we reduce the number of
        shared libraries a bit this way.

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [0d1c24e5f63fb31538d708e9842cec121e3e3f98]

        Build freetype and fontconfig statically for Android

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [d83e45ae9c97c0722bf63228a62361a8d1d75595]

        Use --as-needed --no-add-needed for Android

2012-04-20  Tor Lillqvist  <tlillqvist@suse.com>  [409f117e1c849883f8490e82f4a2323a9dc8ad75]

        Enable loading of several documents, and do that then

2012-04-19  Arnaud Versini  <arnaud.versini@gmail.com>  [2bf32c53740313afe473056e55a953b23433e25d]

        Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"
        
        Build error on tinderboxes.

2012-04-19  Eike Rathke  <erack@redhat.com>  [409f11ae387c859dcf9275c08093649a676e1f9e]

        fdo#48856 update sheet-local named expressions correctly
        
        * Named expression must be updated before any formulas that would access them.
        * Handle all ocName tokens differentiating between global and sheet-local
          names.

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [791687613a66c13ee9f5f12b9859bc4ed0eff67e]

        remove static objects from static_initialization_and_destruction chain

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [88e0fa4aa3bea9ffeee372b6a428ca62cee41203]

        fail earlier on oversized images

2012-04-19  Arnaud Versini  <arnaud.versini@gmail.com>  [96a29fa1900a43d2a7d44eca2704f2164052d8dd]

        Remove unnecessary hack on Linux by using pthread_mutexattr_settype

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [d34daf7462fdf4f885fe3bb8fb7704a2ad73acfa]

        Removed obsolete comment

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [8e16c9fa498e61b00724cb44cb4470627014fc27]

        Cleaned up wpftdraw_component_getFactory
        
        ...which required switching service implementations from XMultiServiceManager-
        based to XComponentContext-based (using comphelper::ComponentContext convenience
        helper for the occasional service instantiation via the XComponentContext).

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [c85ed498bd32733cc9e4574635abbdba40f2aa7c]

        Simplify TransliterationImpl::loadBody
        
        its not evident to me why the original code needed to be so complicated.

2012-04-19  David Tardon  <dtardon@redhat.com>  [9da0670b601c8c186b0bfbd28ea055016db376ad]

        extension libs should have no RPATH
        
        At least that is how it seems to work in the old build system:
        LINFLAGSRUNPATH_OXT in solenv/inc/unxmacx.mk is empty, just like for
        other platforms . On the other side, macosx-change-install-names.pl only
        lists OXT in combination with URELIB... Now choose :-)

2012-04-19  David Tardon  <dtardon@redhat.com>  [ab6e1860ba5d41b992b9695121b5a311f2cab3b3]

        change announce

2012-04-19  David Tardon  <dtardon@redhat.com>  [dc4911f6cd08ee813c8172cfe3fa928dbf498755]

        move unodevtools to tail_build

2012-04-19  Eike Rathke  <erack@redhat.com>  [46f64f062319aff17e97ce7af9825a352b01d4e4]

        fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list

2012-04-20  Takeshi Abe  <tabe@fixedpoint.jp>  [ac7f7b04627c9ee8321b1696fa609d9632763b8b]

        removed unused defines

2012-04-20  Takeshi Abe  <tabe@fixedpoint.jp>  [3f7c2623633ccce76cb5523d9dc2a268226b34ab]

        removed unused const/static data

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [e0753b7424781d9145af24b653e0a9d5c01a8657]

        WaE: -Werror=reorder

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [64a111d6846ee6a06a0e9cbdec98e49b9cf3de6a]

        rearrange order

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [3f62c7adfd7bc400021ba2c203b6a66982b01c3d]

        valgrind: Conditional jump or move depends on uninitialised value

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [293cfcdfbc20d1d2b2b56e2283f84678a102186b]

        valgrind: Conditional jump or move depends on uninitialised value

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [6066637320d38700f0ac05f090494d424942932c]

        we're more interested in getting emf/wmf samples than pdf

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [28a2175847b70b8e47929d6b04978420e7f0953e]

        gif parsing regression test

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [5729de93ad933eedd1828afe21a4eb6d69ec9f91]

        update unused.easy post memtools Table conversion/removal

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [85ac2681a390b252408b347cbbc6d01efb0bf850]

        ImplLayout can return NULL

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [d1b9eeab4f259e238906818018e93a6b161e02aa]

        sigh, need import sys

2012-04-19  Caolán McNamara  <caolanm@redhat.com>  [0f13f03a75900b1de6b3de79257c200626ebd12b]

        valgrind: Uninitialised value was created by a stack allocation

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [37536c84ab187b8182c5afff912a82746b08b0a8]

        seems there is a difference of one point between clang/gcc in chart test
        
        I need to write a xml diff with configurable tolerance for attributes

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [ee7dacf6f0900b3a62e489e8d7bad315711a704d]

        remove unused variables

2012-04-19  Michael Stahl  <mstahl@redhat.com>  [a34f98bdacac4bffe8cfdcd6e6459617d204cfd2]

        this pixman-1 thing wasn't even registered

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9bdb2bc1a0e5a6173ee3517fa64b9eaea46a4ca6]

        fix ambiguous in win build

2012-04-19  Miklos Vajna  <vmiklos@suse.cz>  [df2a76d988ad11b20ce7cec9cff06a1bc5c94788]

        RTFDocumentImpl: get rid of practically unused m_bWasInFrame

2012-04-19  Michael Stahl  <mstahl@redhat.com>  [6cd7aa59a8bc918f637a68df8002c4b58e9469f4]

        gb_LinkTarget_add_static_libs never existed

2012-04-19  Michael Meeks  <michael.meeks@suse.com>  [e40e42ffeaa56c2f66b71c58190774cc70d20343]

        update header template to MPLv2 cf. ESC minutes.

2012-04-19  Ross Burton  <ross.burton@intel.com>  [a219edfbb65e6623dde2d52c41547d78346b7144]

        Don't check for ORBit < 2.8
        
        ORBit 2.8 was released in 2003 so let's assume that this isn't being used.  Also
        the assumption is that it's coming in through GConf, which isn't true with GConf
        3 onwards, released July 2011.

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [126e58925be1fa76008e5eaebaa8c6893bde879a]

        Revert "move testCVE into slowcheck"
        
        This reverts commit 97fe16f4dc5582be597971b6e17431b8d353b8ba.
        
        Make Norbert#s tinderbox happy again.

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [44481da569df85aa91455fdc2892a4e0c5818e6c]

        update relative local range names, fdo#48856

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42899582314181641d59dcc5f78358d0631b3677]

        enable the chart2 dumper test

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55b823c6f9638194ec81e23faf9e131138636d32]

        don't use the debug mode for normal tests

2012-04-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [54e2c44a0cb20f265e3703f898c7e99e0ee77692]

        export differential formatting to xlsx
        
        This is the first step into exporting conditional formatting to xlsx
        
        Currently we are missing the number format entries and the font entries.
        The patch will need some more clean up.
        
        New exported entries:
        - dxf
        - dxfs

2012-04-19  Michael Meeks  <michael.meeks@suse.com>  [6d97ea37bba52b21648c91276bc9281d06cdd148]

        fdo#46687 - fix find toolbar X error handling

2012-04-19  Olivier Hallot  <olivier.hallot@alta.org.br>  [14480ef3f659f5559d0a73dfb8a3fecb9d3cd378]

        Remove deprecated Notes windows in Impress/Draw
        
        This code has not been built for a long time. I suspect it got replaced by the slides panel on the left of simpress main window.

2012-04-19  David Tardon  <dtardon@redhat.com>  [fba1422900c6d1763e2792b4a798d8c840d38fb1]

        extension libs should have no RPATH

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [61d78aca81f08ac3a0f9eb65799d04d56fbad312]

        Allow OServiceManagerWrapper to wrap all service manager implementations
        
        ...not just OServiceManager.  (This is a prerequisite to replace the
        defaultBootstrap_initialComponentContext() implementation with a more performant
        component context/service manager combo.)
        
        The only reason for the restriction to OServiceManager apparently was the
        additional createContentEnumeration overload with an XComponentContext
        parameter.  It /looks/ to me like this is not really necessary, that it should
        always be OK to instantiate implementation factories with this service manager
        and its component context, instead of a component context (and its default
        service manager) passed into a method call.  This would mean that the code could
        be simplified further, needing a component context passed into a method only to
        pass along to a new instance created via
        createInstanceWith[ArgumentsAnd]Context, but then again I'm not 100% sure and
        better leave it at that...
        
        This also means that XUnoTunnel is gone from OServiceManager and XInitialization
        is gone from OServiceManagerWrapper.

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [4707ee3212f410c3576dc663151aef5d01a123fc]

        Correctly pass implementation name to cppu::createSingleFactory
        
        ...this has been hidden by OServiceManager::createContentEnumeration wrapping its return
        values in fresh XServiceInfo instances that report the right getImplementationName()
        anyway.  But other service manager implementations would cause code like
        TransliterationImpl::loadBody (which iterates over createContentEnumeration() output,
        checking for a specific getImplementationName()) to fail.

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [0d85d88ee1a434687db9b67071c961ab000c99ce]

        Improved error reporting

2012-04-19  Stephan Bergmann  <sbergman@redhat.com>  [222b123bd1b31705f236be0f37b24802adcd87a4]

        Improved error reporting

2012-04-19  Michael Stahl  <mstahl@redhat.com>  [f92d22565d4d389b0c93d45a1995521431585694]

        oosplash: improve signal handlers:
        
        - global variable should be volatile
        - signal is deprecated, use sigaction instead
        - exit from the handler

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [cf557a25da78bbacf435c9aaec53c3de89dae758]

        .gitignore

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [18f117ae6bde53f4427c777d7bbfca2cf6afdb04]

        clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file too

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [8a2fc6e40fe6c33c2b8f893079e009e430450515]

        do not refer to a variable that has not been set yet
        
        Especially if it will be set as a result of the code that now tries
        to use it (alternatively, it comes from the Qt3 check, which is not
        right either).

2012-04-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9284c50f975ce91fcb50e3849bbe38af50dbcb6c]

        Diminish the number of writerperfect libraries
        
        Instead of a pleiade of libraries, one for graphic filters (wpftdraw)
        and one for text document filters (wpftwriter) to diminish duplicate
        static linking.

2012-04-19  David Tardon  <dtardon@redhat.com>  [b98c960e9707d8222dd7c8fad22e84bbfb725822]

        add OXT to gb_LinkTarget__RPATHS too

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [2ff88c4a1b305bd0fcabd4d37b04920d15947291]

        Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"
        
        The need to export symbols for tests is apparently not considered worth
        the big extra disk space.
        
        This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f.
        
        Conflicts:
        
        	sd/CppunitTest_sd_uimpress.mk
        	sw/CppunitTest_sw_swdoc_test.mk

2012-04-19  Luboš Luňák  <l.lunak@suse.cz>  [eb526d8b258844b050e57251baa8034eb5d5787c]

        change strange way of testing a bool

2012-04-19  David Tardon  <dtardon@redhat.com>  [0909f448fe2871bc7f6b410f23bdaa4d421dea9a]

        convert presenter console to passive registration

2012-04-19  David Tardon  <dtardon@redhat.com>  [abd74a8ef0ef260f901b1a03ca4dd47644e5fd46]

        convert pdfimport to passive registration

2012-04-19  David Tardon  <dtardon@redhat.com>  [6d9a524352948695e9395226c7568980fd4d5f12]

        convert presentation minimizer to passive registration

2012-04-19  David Tardon  <dtardon@redhat.com>  [7a3095baa699462d3e8f0f920c6d681a342d4d4d]

        add layer and library group for extensions

2012-04-19  Michael Stahl  <mstahl@redhat.com>  [59a51999c60127bc3ad6a36679f9ea7234bbfc8e]

        svx: fix debug warnings from STL conversion

2012-04-19  Noel Grandin  <noel@peralex.com>  [f765f52c39e79b633bbc8f1a16567572b7bf7a1a]

        Convert SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-04-19  Noel Grandin  <noel@peralex.com>  [eb13c2c5b127910367ed2dac4fd2166a6d9c8a70]

        Convert SV_DECL_PTRARR to std::vector

2012-04-19  Noel Grandin  <noel@peralex.com>  [2de57801ed93ef15d8e4e941ff371d3bf703e273]

        Convert SV_DECL_PTRARR_SORT to std::set

2012-04-19  Noel Grandin  <noel@peralex.com>  [cbacb45b1c697393fa2934bcab402c2f7172eeb5]

        Convert SV_DECL_PTRARR_SORT to std::set

2012-04-19  Regina Henschel  <rb.henschel@t-online.de>  [a763ef3c0cfdb1fd04528a393a44be508314072b]

        fdo#48473 Missing translation of local String constant
        
        Consolidated two occurences of the same string into macro
        (to prevent them to diverge again)

2012-04-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d77b839868491d2d97081be9592e7860fcdea063]

        Prefix the UNO components in writerperfect

2012-04-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [415157afaffe31090032745516e506e104aa2108]

        cdrfilter.component has now two filters inside

2012-04-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [858c8620d910055dcf37f1d82599e768da641e56]

        Stub CMX importer

2012-04-19  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [c39d96a8e986c85259d01884762bd135fa0d0f5b]

        Removed RTL_CONSTASCII_USTRINGPARAM from UnoControls

2012-04-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [8a78020b4ead30627a021a0d604c558488565ffe]

        More RTL_CONSTASCII cleanups

2012-04-18  Julien Nabet  <serval2412@yahoo.fr>  [5f93dc708a807a74cb176dd37a484ad8f947b191]

        Fix another extra parenthesis

2012-04-18  Julien Nabet  <serval2412@yahoo.fr>  [e2c11d5fcc47cfe31c433bc7c0839498e13edc9c]

        Remove extra parenthesis

2012-04-18  Tor Lillqvist  <tlillqvist@suse.com>  [1ab7d31a6842ad680351e804990f7a0493f93b46]

        Add comment describing the meanings of the filter flag bits

2012-04-18  Michael Stahl  <mstahl@redhat.com>  [49bd0e4e6bb0ed0671de72d84700ddcc49828f69]

        fdo#48647: drawinglayer: fix double hairline borders:
        
        Clipping the border polygon to the region defined by the Extends is
        sufficient to create a nice looking 1 twip double border in Writer.
        (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)

2012-04-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [8adec08d56a9ad46d3550e43b115e916c4cf783f]

        More RTL_CONSTASCII conversions

2012-04-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [640d0064e427de865484169a275c84d569da64e5]

        More  RTL_CONSTASCII_ cleanup

2012-04-18  David Tardon  <dtardon@redhat.com>  [c6ade7266f5d1d16e4dc9a002ecde6bdf449dbfd]

        WaE: cast from pointer to integer of different size

2012-04-18  David Tardon  <dtardon@redhat.com>  [2ff039195f817f3c372b4ba3bf59539948ce213d]

        use SAL_N_ELEMENTS

2012-04-18  David Tardon  <dtardon@redhat.com>  [ea68b1a8977becd8f827d41b171e89d3b490216e]

        WaE: parameter 'size' set but not used

2012-04-18  David Tardon  <dtardon@redhat.com>  [ec4f5494dae3bd9819f07fe3ada6310a8bef468d]

        WaE: declaration of 'errcode' shadows a global declaration

2012-04-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8edf5c5ee61b85c17389ceb48f78daa06edf36f4]

        This is no longer relevant. Removing.

2012-04-18  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [670db0daa2ed638ec9df0d5d569d7c43ae1bf786]

        Use global constants for initial tab count bounds checking

2012-04-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4784750705b3d2649b461ade363c84bd1b2b10b]

        String & bool cleanup.

2012-04-18  Noel Power  <noel.power@novell.com>  [808dd658a265f565a638556322250a0957e8e535]

        make sure nPos is and nChar are reset for string without placeholder

2012-04-18  Radek Doulik  <rodo@novell.com>  [41c4585504f38a4b0eeb164f317ab71a7a742dd5]

        tune the guessed position a bit, so that it works better with test documents

2012-04-18  Radek Doulik  <rodo@novell.com>  [e14b7cdd54dc1e1a94be63b3d81a746756876373]

        implemented EmfPlusRecordTypeDrawString record

2012-04-18  Eike Rathke  <erack@redhat.com>  [9e1862b21684f650ebc1d8d0e5bbdd877b886945]

        resolved fdo#48875 do not let ISO 8601 detection override locale's date order
        
        If the locale's date separator was '-' the ISO 8601 detection interfered with
        the locale's date order, e.g. DMY in nl_NL locale.

2012-04-18  Andras Timar  <atimar@suse.com>  [8c1f7d99f27fe6ec6aadd58d4350d8406ccb7e14]

        in debug message print the filename that caused the error

2012-04-18  Michael Stahl  <mstahl@redhat.com>  [d85b7f1548cbf0091812fcec1f9a37e1220de4a9]

        move tools/table.hxx to binfilter

2012-04-18  Stephan Bergmann  <sbergman@redhat.com>  [a26c2ee3c9ca783f0281dc0dd87c1747daac63a6]

        Put create_bootstrap_macro_expander_factory properly into a header
        
        ...and fix the typo in its name.

2012-04-18  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7746e42006a5732a9e26dd21481391f0419d0a2e]

        Non-inlining constructors.

2012-04-18  Radek Doulik  <rodo@novell.com>  [8e92501541dfc374803cde0dec90939cde37348a]

        added debug message for unsupported cases

2012-04-18  Radek Doulik  <rodo@novell.com>  [695d82b63dc5e332f5fb9574c8e5f089369dfcd8]

        SrcRect for SrcUnit = 2 is in pixels, don't Map it

2012-04-18  Michael Stahl  <mstahl@redhat.com>  [e53047ade900f18ad6c6c241ddfdef715c2172fd]

        loop with erase(begin()) looks sort of inefficient

2012-04-18  Noel Grandin  <noel@peralex.com>  [f36861d4a367672e1ec6fc44e9367996c7cc6405]

        Convert SV_DECL_PTRARR_SORT_DEL to boost::ptr_set

2012-04-18  Noel Grandin  <noel@peralex.com>  [b06d5cc4c234e3495833263192e694c0e9fc0533]

        Convert SV_DECL_PTRARR_SORT_DEL to boost:ptr_set

2012-04-18  Noel Grandin  <noel@peralex.com>  [a1a6e8e28515570dc7c002349d7f11285552dcb0]

        Convert SV_DECL_PTRARR to std::vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [888954167d24a1ba55ed442ecd55df7e84d10438]

        Convert SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [9013644f99950a348d8406352d0696443e6be659]

        Convert SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [850bfeeda8ceae207417c2a1733c2304056fdcb2]

        Convert SV_DECL_PTRARR to std::vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [96a36b917a1f69e672bcb273df0513dba8d8a379]

        Convert SV_DECL_PTRARR to std::vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [8c40de809ac06670b1af1359b4eb355843a77282]

        Convert SV_DECL_PTRARR to std::vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [759c5373e04f797f656999995c60918c384f6ca0]

        Convert SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-04-18  Noel Grandin  <noel@peralex.com>  [8b229762d31e2f8c860a586fb939beea8ac452ed]

        Convert from tools/table.hxx to std::map

2012-04-18  Noel Grandin  <noel@peralex.com>  [19111e1da5acc428c0a82f95eb539c5606a1b6b8]

        Remove unnecessary auto_ptr complexity
        
        This is a precursor patch to converting this code from
        tools/table.hxx to std::map

2012-04-18  Stephan Bergmann  <sbergman@redhat.com>  [fcc9611770e55b0c6ff0f23d2345f3e4f0ef7838]

        Do all of componentLiveInsertion/Removal at the root context

2012-04-18  Stephan Bergmann  <sbergman@redhat.com>  [c2c2a056aa49f49236c3260aeda88a6da747240a]

        Improved debug output

2012-04-18  Stephan Bergmann  <sbergman@redhat.com>  [5553dfe2060cb4a02a827c9774a60e4408d20c33]

        Improved comment

2012-04-18  Stephan Bergmann  <sbergman@redhat.com>  [c5c3b6d9513407ce79060c1024759bb538d9a3d9]

        Improved error reporting

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [7a799fc6ada8d3e5ea2bd0b2617e3a8e7405997a]

        use stdout for errors like everything else

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [137e02c0adfacaf8c5fc08dd5cc445be7fdfa6e5]

        jpg parsing regression test

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [abda3776191f04d1f3f3e9e4fc966455cc25d346]

        callcatcher: update list

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [eaa97f9a66ec147afab9b44cabcb220d564d54ec]

        continue in the face of adversary

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [fc435133c36760f741eb62641fb6834faaf34032]

        ImplText never instantiated

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [f0ae0d8403acc86d8f72fb12fc6d1ce82c080662]

        UniString->rtl::OUString

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [2b3ec82a04adb327385fbc529f6e447baa3529ed]

        hard-coded windows dumper path makes no sense for us anymore

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [95372abb5297176e45a39b225482fda49d93435b]

        string created but never used

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [d5e20fe5a0ec78a9197c28f25fc5b7e62c18ef39]

        this conversion is a no-op

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [d7cc97175512940c6066b285545e455b50113285]

        after 11 years it's time to forget about that to-do

2012-04-18  Caolán McNamara  <caolanm@redhat.com>  [277ab34a566739a82babc544e5e35f0413ccd0dd]

        condition is always true

2012-04-18  Miklos Vajna  <vmiklos@suse.cz>  [8fd03963cdaa0ffd9a5fbe0f56d6e4c2700e7883]

        oox: fix doxygen syntax to avoid misleading output in vml::ClientData

2012-04-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04ce0e891ecb9c4bb51fd19e9588ecb8613ac788]

        lp#720716: add unity quicklist support (add missed file)

2012-04-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [79e185898a577a2f90493f128628e559a481a374]

        update configure help for --enable-debug

2012-04-18  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [27dda3134748cd0a549b75db830496539959eb90]

        Removed duplicate set/get methods for initial tab count

2012-04-18  Tomas Chvatal  <tchvatal@suse.cz>  [f888af0c912b3f375116021f44ee396c3422fd49]

        Add missing definiton passing for system CLUCENE.
        
        Thanks to mst and rene for pointing out.

2012-04-18  Michael Meeks  <michael.meeks@suse.com>  [cb5c881a7f179391ee853f76e159254c97d776a3]

        avoid using the new rdb reading logic for empty/non-existent directories

2012-04-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b7423ceee1a6b1c5595fbbef6f0ca4417feeddf6]

        lp#720716: add unity quicklist support

2012-04-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [38c7eeeb94b780343af1aae6e29cb9e5b906015c]

        lp#926940: Make LibreOffice Draw handle Visio files

2012-04-18  David Tardon  <dtardon@redhat.com>  [ea1cd1a10cc2d2bbf4f82aeca689fe81a3b79856]

        fdo#44861 make "Replace All" work with REs

2012-04-18  David Tardon  <dtardon@redhat.com>  [23d3532f9d7e60eca70930a7c2321192812c0c80]

        fix presentation minimizer registration

2012-04-18  David Tardon  <dtardon@redhat.com>  [0ac093f3445dbf58907d8a9f9b7a2dfc07d306ef]

        mpAccessibleConsole is not a child of itself .-)

2012-04-18  Tor Lillqvist  <tlillqvist@suse.com>  [4b663231f6b5937224fdc1c10a0e1fabd2bd85da]

        Move DocumentLoader to the "experimental" subdirectory

2012-04-18  Tor Lillqvist  <tlillqvist@suse.com>  [8f80a0af7e48193d0c035c220537d7f40b915f56]

        Expand android/experimental/eagles051387/.classpath.in (for ANDROID_SDK_HOME)

2012-04-18  Jonathan Aquilina  <eagles051387@gmail.com>  [67fd00163fa223ac5205cde364975fc0fb1da422]

        Initial start of an Android UI (experimental)
        
        Started creating the menu list for the start center
        
        Beginning of code for Start Center menu list
        
        finished creating menu, issue getting it to display when program run
        
        refractored package name to org.libreoffice.experimental
        
        added the java files with renamed package
        
        added new experimental dir and updated packages with appropriate name

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [815cee8bd2d96b40b018f96cf3a9096c7691ed7b]

        Add the genstaticheader.pl script

2012-04-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa28e0e3d47d94e7eb58c125602c6fdecddab0aa]

        remove doxygen warnings

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [66974653c0635e9e13a277e22da33e7f2062e674]

        More libs

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [f06e6513a805d810d3ef8fc9ccf90d1b7cf48c3d]

        Use static linking when DISABLE_DYNLOADING (iOS)

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [4048a810a0c00af2bf94d24243ff02a832f63de3]

        Just link statically to ScFilterCreate() in the DISABLE_DYNLOADING case

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [b0105caa7f1445e3b1e4abac6d8f82445a4eba68]

        Add static mapping of the fastsax component

2012-04-18  Tor Lillqvist  <tml@iki.fi>  [dff5dd906f1fe6fe949af78d3c46721236c32555]

        Just link statically to CreateUnoWrapper() in the DISABLE_DYNLOADING case

2012-04-17  Michael Stahl  <mstahl@redhat.com>  [b08e9f3023e9ea1ca0926334becac939ca8fdfac]

        fdo#38635: sw: fix border corner gaps:
        
        The start and end points of the vertical and adjacent horizontal borders
        were apart by 1.5 to 3 twips, leading to small visible gaps in the corners.
        This is fixed by using lcl_AlignWidth/lcl_AlignHeight on the border widths,
        and by always computing the start/end positions from the outer edge,
        which makes the horizontal and vertical start/end points match.
        (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)

2012-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cbcf7e32ade5b5402845e14065476f5423351ebf]

        forgot the normal range names

2012-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5322f13e0d433a7103edbf36cd3d2ab0d3e18c7]

        some more uno removement in oox range name import

2012-04-17  Julien Nabet  <serval2412@yahoo.fr>  [393b14fddd7b328a6e2af78c0c351447ccb0ba6a]

        Remove some unused methods

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [8ae293f0a1509b26f9a65f9297fddca7b106e46e]

        WaE: MacOSX pScRangeData may be unused uninitialized

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [b92de73fdd81acc5fdb92005af34b3ce9f8ed37b]

        WaE: MacOSX itemZOrder may be unused uninitialized

2012-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32bd4c6c4b2ff3835cfb7af50e88be6004dd7852]

        enable sctablesheetobj again

2012-04-17  Artur Dorda  <artur.dorda+libo@gmail.com>  [a48195f4c24cd20a79514b608a1eae40baff9ed1]

        transferring java XPrintAreas to c++

2012-04-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [738ff483a5f5627aa482ec944c66f8ebcf201b39]

        add a simple test case for shared formula import
        
        Thanks to Kohei for the test document
        
        Please only change this file with Excel and check after changing it that
        it still contains shared formulas in all places.

2012-04-17  Daniel Bankston  <daniel.dev.libreoffice@gmail.com>  [f892be678a036cd0fea665eda529e9cc906e0cfa]

        Converting UNO calls to direct in WorkbookHelper

2012-04-17  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [3ef53adf7eb7ea68fe4ba5b8f4fee8a7c6014756]

        Have operators of ScViewOptions and ScPrintOptions return bool instead of int

2012-04-17  Eike Rathke  <erack@redhat.com>  [e1ca72ca9f783a2f956f1445ce82cd3eacffe4a2]

        resolved rhbz#813280 the current document is not always the first in list
        
        i.e. if more than one document open and dialog invoked on any but the first
        document.

2012-04-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fe4f272a385ee4fe5f541ff37eb710956a0ad38b]

        no TYPEINFO for edit undo objects.

2012-04-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1159a53474549448b0c2d94fb76a9f8cab8c69ea]

        Make more methods of ImpEditEngine private to avoid direct access.

2012-04-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [de7152a8aad3273e40f63247ea146c02fea606c3]

        This doesn't have to be public.

2012-04-18  Takeshi Abe  <tabe@fixedpoint.jp>  [84a1ca6d9136c71bf20514307876824c1f915c0a]

        fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValue
        
        this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1

2012-04-17  Kalman Szalai - KAMI  <kami911@gmail.com>  [e0c713aa4c97b0c757be12879a63e5550712cc87]

        Update OxygenOffice's config

2012-04-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [56ef4ea05520115dc5db6bf861dca80a20a76775]

        Removed all references to ImpEditEngine from all of edit undo classes.

2012-04-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d5c2846b37c506e58e10a6a18dd34f3d9b8f49aa]

        None of the edit undo classes access ImpEditEngine directly.

2012-04-17  Rene Engelhard  <rene@debian.org>  [68fc62667c23cd8cbab01c91667186356a4ef031]

        add 5.3 into the db check for-loop

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [9ff94ae0fa947c5fd6a31fbc38421f60eb5e1fba]

        png parsing regression test

2012-04-18  Takeshi Abe  <tabe@fixedpoint.jp>  [b1bee56af9a4cbbaabfe43290d28f53efdebc14d]

        calling GetChar() only once suffices

2012-04-18  Takeshi Abe  <tabe@fixedpoint.jp>  [f00d60997edc56bf0f4653b1bd78c5379cedda6a]

        replaced String by rtl::OUString

2012-04-17  Noel Power  <noel.power@novell.com>  [45b57a9dfb5df8b9c4a1974cb6e848d4f3b57ea3]

        prevent getFileURL() & getLinkTargetURL() asserting for broken links

2012-04-17  Tomas Chvatal  <tchvatal@suse.cz>  [cf1e3b9132a804bd5d7eb0294c1d7e4f0254f52b]

        Use proper variable when using system clucene.
        
        Thanks to Caolan for the fix.

2012-04-17  Noel Power  <noel.power@novell.com>  [46e18bc915ac94a81462642cc9d56d29c04d0c46]

        enable '*' repeat next char to fill available width for calc num formats
        
        but - however no support to import/export this to file format yet

2012-04-17  Noel Power  <noel.power@novell.com>  [f39d0b837742c69488e43e919f7f1a927c2859ed]

        add support for MousePointer attribute in controls
        
        For Useforms it doesn't quite work exactly as MSO, for examply if we set the MousePointer for the Userform it works as expected until we mouse over another control at which point the mouse pointer is changed to that of the control. In MSO it would appear that the Userform mousepointer is king, perhaps all that is necessary is to apply the mouse pointer to each contained control, needs some investigation. Also only a limited number of the possible mouse pointer styles are processed, the conversions of mso -> lo pointer styles ( and vice-versa ) and not really tested to see if they all make sense

2012-04-17  Luboš Luňák  <l.lunak@suse.cz>  [0a9161263b8e2e5df424dda3c8f80ef5067bbcc9]

        implement relativeHeight (z-order) in .docx import (part of bnc#747461)

2012-04-17  Luboš Luňák  <l.lunak@suse.cz>  [e05e77f4b7373b686f02cc51c7003e72efb07053]

        fix UNO ZOrder reading
        
        http://lists.freedesktop.org/archives/libreoffice/2012-April/030206.html

2012-04-17  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [cd2d737dd5b1d46261a9aa6c5caae57347a287af]

        Fix handling of deleted bugzilla attachments
        
        As in https://bugs.kde.org/show_bug.cgi?ctype=xml&id=53343 <data>
        tag may not have a value if the attachment is deleted.

2012-04-17  Michael Meeks  <michael.meeks@suse.com>  [212c18430864f110e5a3549c0279b1a2ea4bb6bd]

        remove redundant artwork

2012-04-17  Rob Snelders  <rob@ertai.nl>  [808be9732e409789f9d26c13c15bbd899c408cd0]

        fdo#40778 Remove dictionary choice when adding new entry to the spellchecker

2012-04-17  Florian Allmann-Rahn  <f.allmann-rahn@gmx.de>  [223b99165a249d77c1658eff8ce2262875170ec9]

        translated or removed german comments in connectivity, cppuhelper and cui

2012-04-17  Miklos Vajna  <vmiklos@suse.cz>  [b42ac1ffe55ad3b3445478a35453108cd639929a]

        configure: make --with-system-dicts the default
        
        Also, if /usr/share/hunspell doesn't exist, look for /usr/share/myspell
        as well.

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [605c51cebbcf352d52595a0b28288ebc9dcfbdbb]

        attachmentid should be stable across mime-type changes

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [18825a4d596f69793ee11e643f6ea34317a880c9]

        callcatcher: update unused code list

2012-04-17  Caolán McNamara  <caolanm@redhat.com>  [fa4d647b480e9d855515cc3577b8a60ab615802a]

        String::ToInt32->rtl::OUString::toInt32

2012-04-17  Tomas Chvatal  <tchvatal@suse.cz>  [81c20913cdeb0c819b3b74115902da1c51d280fa]

        Add the system-clucene under the with-system-libs
        
        As the distros already had enough time to pick up the required patch and most did.

2012-04-17  Tomas Chvatal  <tchvatal@suse.cz>  [b3fa15b05f5fab3d62f10a5419ea56cd8d87e629]

        Fix help string in --with-flat-logo.

2012-04-17  Tomas Chvatal  <tchvatal@suse.cz>  [f9f8d9ac12979e7ec2f269e7f42f1408da9b6795]

        --enable-ext-languagetool requires --with-java now bit more sanely.

2012-04-17  Tomas Chvatal  <tchvatal@suse.cz>  [a774c6e38503975fdeea165db914176ef1c9a3be]

        Revert "--enable-ext-languagetool requires --with-java"
        
        This reverts commit 844b4520a9f0879d7b756654cef8fdbaa03a9000.

2012-04-17  Gökçen Eraslan  <gokcen.eraslan@gmail.com>  [04101329727b355752f31684d27bd86f71b88640]

        fdo#46538 Easyhack: Add support for more bug trackers to get-bugzilla-attachments-by-mimetype
        
        This adds support for Novell, KDE (for KOffice/Calligra), GNOME (for
        Gnumeric), AbiSource (for AbiWord) bugzillas and Launchpad to
        bin/get-bugzilla-attachments-by-mimetype script as required by
        easyhack#46538. However, there two glitches and workarounds:
        
        1- As stated in the code, Novell bugzilla requires users to log in to bugzilla in
        order to get full information about the bugs such as attachment bodies etc. Since
        Novell bugzilla uses some proprietary login extensions it's hard to implement log in
        mechanism and use it via xmlrpc API. python-bugzilla claims that it supports Novell
        bugzilla login but I could not make it work. As a workaround, comments containing
        "Created an attachment (id=xxxxxxx)" pattern are parsed and attachments are downloaded
        using urllib. Attachments are filtered using mimetype info obtained from http headers.
        
        2- For launchpad, launchpadlib python module is used. But currently launchpad api
        does not support really advanced search like bugzilla. For example, it's not possible
        to search for bugs having application/pdf attachments. So, again a workaround is used. Code
        iterates over all the bugs of the *libreoffice* source package and check their attachments.

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [7c3c0c557e8b293551fb6b1b7a1f39b45a394777]

        WaE: unused functions

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [620ca8c527fb77334bdb29eb4d00e8102b731bde]

        Remove the last undo friend from ImpEditEngine.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ba644a0947a91bba7ccb62fe6e1ae85f0ee30041]

        EditUndoSplitPara

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6199bd3f73019cc109d385db14596e1ca40300bc]

        EditUndoSplitPara

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a5927d2166a5095b3edbd1886a6e00bb3f863915]

        Same with EditUndoConnectParas.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c998665f8a5d7b46772fbd10b6cbd03384295c7f]

        Same with EditUndoDelContent.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1ab81c180bdda46434fe470f31450c676265aefd]

        same with EditUndoRemoveChars.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c6eceac87b5f904a2ec51b161dd4136bfb8c4e54]

        EditUndoInsertCharts is no longer a friend of ImpEditEngine.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c5cf5f700f53f5742bb8f3080083454c9623dadc]

        Have EditUndo also return EditEngine*.
        
        This is the first step toward having the undo classes use EditEngine
        instead of ImpEditEngine.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e57525b61af70a6ee33c26f979e724740cca8655]

        fdo#48431: More reliable way to check for RTL text.
        
        This is probably more reliable way to fix fdo#32530 such that it won't
        cause the regression in rendering Thai texts as reported in fdo#48431.

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [049d3f19736e912e711496fde54ea2b3d3c06e74]

        More static UNO component linkage

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [c92e66c38a75353f2cf88270f7ff673c3f9232b2]

        More static UNO component linkage

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [cc3d8ac247090d54815abc0a9e68558de133a7e0]

        More informative warning message

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [5c61f5d8948cae3e8251f38359c2da4e29c32c4e]

        Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING)

2012-04-17  Tor Lillqvist  <tml@iki.fi>  [cfdeb0895a0284c3d38eed4143809b9ad39d798c]

        prefix the component_getFactory name for DISABLE_DYNLOADING

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [29e7777de5ee60e794ea521c7fdefb527dbf10c7]

        EdtAutoCorrDoc no longer a friend of ImpEditEngine.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e1520a9d6a9f9bcfcaa332d54892040fe54776c2]

        Let's use boost::scoped_ptr for this.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [09cc69d0993a887a37ae438bc63d4d530388bd29]

        EditHTMLParser is no loger a friend of ImpEditEngine.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a4bc804627b8b21506e9b86fa54d2f7d2525e43e]

        Use boost::scoped_ptr for this.

2012-04-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d4126868a37b52574b99dcb3680f534b3b87e537]

        EditRTFParser no longer a friend of ImpEditEngine.

2012-04-16  Laureano G. Linde  <lauregl@gmail.com>  [c29d22ce5d1d8c35218a7bf9939863aa2e058aa7]

        Removed StgHeader::SetClassId(ClsId const &)

2012-04-16  Udo Schuermann  <udo@ringlord.com>  [0c558610bdc5b9abc8e81b45e545983cc3a79670]

        a tiny spelling mistak

2012-04-16  Santiago Martinez  <smvarela@gmail.com>  [5e26d135dac662d2cc2c448a851ef4b9f6c6133f]

        Remove unused code in sd

2012-04-16  Santiago Martinez  <smvarela@gmail.com>  [727675e2948873dcfb97bff375f9a3ce662de23c]

        Remove unused code in connectivity.

2012-04-16  santi  <santi@tartessos.(none)>  [9800f0c54c3832ef939e404eb84b9fc4a917669c]

        Remove unused code in sc.

2012-04-17  Takeshi Abe  <tabe@fixedpoint.jp>  [0432c53149b82ffc66a9992707db0962ff05299c]

        removed useless static data

2012-04-17  Takeshi Abe  <tabe@fixedpoint.jp>  [f4137c8e457b3f07ccb9292f6315e022d1e713ed]

        removed unused defines

2012-04-16  Julien Nabet  <serval2412@yahoo.fr>  [8bfee2c0eb6fcec49d05562bf1cb945356a4180e]

        Resolves: fdo#48368 CRASH closing IDE

2012-04-16  David Tardon  <dtardon@redhat.com>  [a2c86edd6a15150d4b6ab8f5d22126f129db86fe]

        make that warning, not error

2012-04-16  David Tardon  <dtardon@redhat.com>  [a420516af36b3c7b6b657ffdef8cb0ef0a6ae1b4]

        mingw: unbreak make check
        
        Even if it does nothing because there is no installation available .-)

2012-04-16  David Tardon  <dtardon@redhat.com>  [afbc8993bdff272eb6712333c89715c9a1de0533]

        this is only for _building_ on windows

2012-04-16  David Tardon  <dtardon@redhat.com>  [4845405d405164a92792d7fc2ee98bb13394b9e9]

        WaE: could not convert ... from 'const char*' to 'const rtl::OUString'

2012-04-16  David Tardon  <dtardon@redhat.com>  [e6c997c96226cb4e8244f7ded91a8a0fde91c93b]

        mingw: avoid weird build error and -Werror
        
        The error message is:
        "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function"
        
        using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .

2012-04-16  David Tardon  <dtardon@redhat.com>  [849b02e4462d5c9695d4d61c4a5b8a87a3162fa1]

        mingw: avoid weird build error and -Werror
        
        The error message is:
        "'*((void*)& aValue +1)' may be used uninitialized in this function"
        
        using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 .

2012-04-16  David Tardon  <dtardon@redhat.com>  [6fbe6d281d5f61529084c6226cb4bf191849639a]

        WaE: "NOMINMAX" redefined

2012-04-16  David Tardon  <dtardon@redhat.com>  [d9943588ace7d622167b9b57236b593ab220cdfa]

        WaE: declaration of 'size' shadows a member of 'this'

2012-04-16  David Tardon  <dtardon@redhat.com>  [3129678c4bd82900a02e82c9a9786de4e26add9c]

        WaE: passing NULL to non-pointer argument

2012-04-16  David Tardon  <dtardon@redhat.com>  [2240640bb5beea258158b6bf03aba1c80615638e]

        WaE: deprecated conversion from string constant to 'LPTSTR'

2012-04-16  David Tardon  <dtardon@redhat.com>  [7eb020a5b9d276e152354f93e6ce38a15e48ebd8]

        WaE: 'auto_ptr' is deprecated

2012-04-16  David Tardon  <dtardon@redhat.com>  [037bb830ea9f40cae2ad0d2d97a6bf2b939e081b]

        WaE: deprecated conversion from string constant to 'LPTSTR'

2012-04-16  David Tardon  <dtardon@redhat.com>  [27d0dd881bf03836ffe4dd3dae637aed0c10c5c9]

        WaE: "_WIN32_WINNT" redefined

2012-04-16  David Tardon  <dtardon@redhat.com>  [91be92c24d31d88a824256684714689ba8531933]

        WaE: variable 'GDIError' set but not used

2012-04-16  David Tardon  <dtardon@redhat.com>  [2f3fef29bd7717746ce4e2aabdd2bbb4669154e2]

        WaE: deprecated conversion from string constant to 'LPTSTR'

2012-04-16  David Tardon  <dtardon@redhat.com>  [b1b0ddb816c836ac7975aab97f474e9589e8947d]

        WaE: deprecated conversion from string constant to 'LPSTR'

2012-04-16  David Tardon  <dtardon@redhat.com>  [f133b545321a424530cce8f5b0440b90bc89c5cf]

        WaE: "isnan" redefined

2012-04-16  David Tardon  <dtardon@redhat.com>  [0128edc892252ea978791ddfc167851a0ef8461e]

        WaE: ignoring #pragma warning

2012-04-16  David Tardon  <dtardon@redhat.com>  [4573948159d6329f0552c89c060aa3484e562245]

        WaE: declaration of 'argc' shadows a previous local

2012-04-16  David Tardon  <dtardon@redhat.com>  [cf40c8513a5432a1b6749bfe6d73250266c9be5c]

        WaE: variable 'dwWaitResult' set but not used

2012-04-16  David Tardon  <dtardon@redhat.com>  [cc138ca9637ce6325b52ad7473e4568422602564]

        WaE: unused variable 'hProcess'

2012-04-16  David Tardon  <dtardon@redhat.com>  [df02932ed3fd6f15b2886e6e69ec04ee5b3ad72f]

        convert tabs to spaces

2012-04-16  David Tardon  <dtardon@redhat.com>  [f039cd3e484cda1b4d2fa6d6f3c3efb97d26d4da]

        WaE: unused parameter

2012-04-16  David Tardon  <dtardon@redhat.com>  [a6fd4d1d8b57ee43b3b262638ecb2b27132c6d33]

        WaE: initialization order

2012-04-16  David Tardon  <dtardon@redhat.com>  [7e6e16ba6de2d3ef2b130d1ad5ffeabfdb37918e]

        WaE: declaration of 'nInd' shadows a previous local

2012-04-16  David Tardon  <dtardon@redhat.com>  [bd51998c2f0cd3d73aaa218b1e7db0cdcee97df3]

        WaE: declaration of 'hr' shadows a previous local

2012-04-16  David Tardon  <dtardon@redhat.com>  [bc9229aa0cbd0c9d47c4f4c54790f3b9de76f2b8]

        WaE: deprecated conversion from string constant to 'LPSTR'

2012-04-16  David Tardon  <dtardon@redhat.com>  [46880d2860a0943baee8524bf70c832a802c1612]

        WaE: "CDECL" redefined

2012-04-16  David Tardon  <dtardon@redhat.com>  [f62686942b28c559ac044d452df03dd28179dddf]

        WaE: "STRICT" redefined

2012-04-16  Rafael Dominguez  <venccsralph@gmail.com>  [a5b909ac6d6dd41559eba271d27140ebc21c72fc]

        Return by value instead of passing by reference to get data.

2012-04-16  Rafael Dominguez  <venccsralph@gmail.com>  [05524106d17ec7396aa1133fbe8ba9996c27f139]

        Remove deprecated function.

2012-04-16  Rafael Dominguez  <venccsralph@gmail.com>  [ae7ad6dab30463f961798f3203ef10c69b76c632]

        Make an out argument a pointer instead of a reference.
        
        - Fix some style issues.

2012-04-16  Luboš Luňák  <l.lunak@suse.cz>  [6242b36b78a563823d45aeb1e757bcb88ca03b69]

        remove unused variable

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [36245c84bacd30135ba20ad459d9450300c78b00]

        Resolves: fdo#48723 add a (hidden) CancelButton so ESC closes about dialog

2012-04-16  Andrew Higginson  <at.higginsonAtgmail.com>  [f73d26889692599aadaba28db406f430b9af7d8c]

        Resolves: fdo#48659 about dialog misses BuildID

2012-04-16  Petr Mladek  <pmladek@suse.cz>  [ae9a98b436e7ee9c246b85d8e9bb4ff94732f3b8]

        allow to download main source tarballs again
        
        The file "core.ver" was removed in configure together with other "core.*"
        files. It was ugly name. Better to use "sources.ver" and the variable
        "lo_sources_ver=..."
        
        The source version is not used in "unpack-sources", so do not source the .ver file
        at all.
        
        The source tarballs are put into "major.minor.micro" version subdirectory
        on the download site now.

2012-04-16  Michael Stahl  <mstahl@redhat.com>  [44092833d3a0f0d6074c64bd0e64bbdf11109afe]

        fdo#38215: forgot idiotic C++ syntax (fix 0868a0155a)

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [119b0a666d49c54f6be00ff12d3bc9e129f8f339]

        callcatcher: update list

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [3f7048446185b59cd5ddf04a4f08ab10481e3ac7]

        catch by const reference

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [30cdbe09943f2ca6ee5025315596daab6b28998f]

        hard to tell what side-effects dbtools::StatementComposer::getQuery might have

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [437c4984dbffbc531e1eeddf9c3b8f415f404c59]

        upgrade GetValueTextByPos family to rtl::OUString

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [2c676c03f3e09c12b8524f2a803374b9f68b2c83]

        String->rtl::OUString

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [b046b108c3b50027846eed32f17b0d74cf9fa135]

        unused inlines

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [919a50e3bce9695c0e0a40af674372e05afdade1]

        _bUseRowSetFilter and _bUseRowSetOrder are always true

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [b50405ef3435902451cfe09e5bf7c149d17a84ac]

        simplify getComposedRowSetStatement

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [b5dbfd61f05359b9342fad9f5c623a4f0b771493]

        callcatcher: update unused code

2012-04-16  Caolán McNamara  <caolanm@redhat.com>  [52d1caa43786adb5e6066f5f3f670212ff84e422]

        String::CreateFromInt32->rtl::OUString::valueOf

2012-04-16  Michael Stahl  <mstahl@redhat.com>  [502c93143ef29989692ca3e63e3e6abc255fd53f]

        fdo#38635: fix border printing:
        
        Apparently this special case in lcl_PaintLeftRightLine for printer
        output devices is no longer necessary with the new drawing layer borders
        and causes the vertical border lines to be far too short, leading to
        visible gaps in the PDF.
        (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)

2012-04-16  Michael Stahl  <mstahl@redhat.com>  [0868a0155a2b57daf7b862d120aead0458372b17]

        fdo#38215: merge consecutive border lines:
        
        This re-implements the merging that was done by SwLineRects::AddLineRect,
        SwLineRect::MakeUnion with the drawing layer border lines.
        This is used to merge borders of paragraphs and of tables that have the
        "separating" border-model, which fixes both the tiny dividing gaps
        between successive borders in the second bugdoc and the weird subtly
        differently rendered successive borders in the first bugdoc.
        (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2)

2012-04-16  Michael Stahl  <mstahl@redhat.com>  [1d5e263a129c56e561ce145bad9749027c583a75]

        sw: create horizontal border lines with start left and end right

2012-04-16  Thorsten Behrens  <tbehrens@suse.com>  [983c27402e151126c5bef6623eeb07f333456243]

        Fix fdo#33591 - edge-case trans gradients came out empty
        
        Gradients with start==end got us zero steps, thus no fill at all.
        Funnily this was wrong since pre-3.0 or somesuch.

2012-04-16  Stephan Bergmann  <sbergman@redhat.com>  [25de2a561b8f2618c2fa42dab39f57c727ce03e5]

        Corret size_t format specifier

2012-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [f0a5768f14cdb11e3f5904df7c4775bc4393648e]

        animations is not api, it should be animations_inc package

2012-04-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [fe794eaa03c198320e525725ec1fe51210df9775]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        sd/filter

2012-04-16  Rene Engelhard  <rene@debian.org>  [8fd72efca9564b94e0c9974ac1bbfbd0115b0027]

        configure.in: fix Qt detection in Debian/Ubuntu multiarch

2012-04-16  Matúš Kukan  <matus.kukan@gmail.com>  [b5607764171b8364b5e89948a2a5c3ab9749a160]

        YaccTarget and headers cleaning

2012-04-16  Michael Stahl  <mstahl@redhat.com>  [c5285699162ad2888c7df015cdf035ab5bf00379]

        C++ overloading is clearly the best invention ever

2012-04-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [fa60d67d75a5a8973c71c4ab4288e343f446c733]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        sd

2012-04-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [f02e866f1e097dd01bf8998b2daf0a6f61b39216]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        /sd/.../grf and html

2012-04-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [df80de1f47ed555ad28d78065f1c1853feab0c85]

        Uploading new release of libvisio (0.0.16)

2012-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ebed42c38ae91147633c47873307e07984bc62c1]

        introduce ENABLE_DEBUG_ONLY
        
        with this you can now do:
        
         ./autogen.sh --enable-debug="sw sc"
        
        and your build will have debug version of the libraries sw and sc, but a
        non-debug build elsewhere. This currently only works for libraries. It would be
        also possible to extend that to excutables, but that would need explicit in the
        enable-debug switch then:
        
         ./autogen.sh --enable-debug="Library/sw Library/sc Executable/mkunroll"
        
        so I dont know if it is worth it.

2012-04-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [839a8250114dd0352048c4812b6fa71dc9b1c5b3]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        sd ... filters

2012-04-15  Olivier Hallot  <olivier.hallot@alta.org.br>  [ff3fd9331dfdbe848c8be2e32cb2e173b96902a4]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        /sd/../core

2012-04-15  Olivier Hallot  <olivier.hallot@alta.org.br>  [7715779e4b0f9fce364a3429b8775abffa3cd176]

        Some Unistring removals
        
        in sd/ui

2012-04-16  Tor Lillqvist  <tml@iki.fi>  [8dd4fa9a102c705496aef7aca97de0818fea47db]

        Link with libpackage2

2012-04-16  Tor Lillqvist  <tml@iki.fi>  [2aadb6f9f4197f247373e4b54cab1461bc673981]

        Add the package2 component

2012-04-16  Tor Lillqvist  <tml@iki.fi>  [b20a10d5f845d0e4a4f21f360afd126c2cdacc4c]

        We need also unobootstrapprotector now

2012-04-16  Tor Lillqvist  <tml@iki.fi>  [ae3f7ccaabefe3b2682706cecfa3b4b144d9cc04]

        Recognize unoexceptionprotector and unobootstrapprotector

2012-04-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7b440a0afd700cfeed5418ad85a874ecae24100]

        remove no longer used enumeration

2012-04-15  Julien Nabet  <serval2412@yahoo.fr>  [0b468babb2aab1cc2910e2ad967584b6ea34b698]

        Fix 2 "scope of the variable can be reduced"

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [fd2cb15bad245aeed3b18d6ad0711f2e9be6ff98]

        sw: also test RTF export of zoom level

2012-04-15  Michael Meeks  <michael.meeks@suse.com>  [edcf5270f0a4d6ef59fe914e41e25df494ceca54]

        remove extraneous '2'

2012-04-15  Michael Stahl  <mstahl@redhat.com>  [76122d591f006b45015d9bd338d1cde7d9dfe6b4]

        try to translate comic writer comment

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [10acafe29e02a4fc307c085f7b550bd2281f482c]

        Guard against lack of pkg-config in one more place

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [f62c863f97fa2e848be0c3231596301195080694]

        Unbreak build with clang for Mac OS X

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [336b27890b10f346158491b0d5d8edc25fb476e4]

        Look for the Mac OS X SDKs also where current Xcode has them

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [f649237f0adeb0d01e8a6a4d87ea85250be80ce9]

        Propagate verbosity to lpsolve build

2012-04-15  Andreas Mantke  <maand@gmx.de>  [3074bc8f47c2fdb955f22e22dbb6aaee0ffad9b3]

        PDF export dialog for watermark - textbox made higher
        
        The line hight for the dialog box was not high enough; changed it from 8
        to 10.

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [bc3f0bd3e28b2be1175db685cbb6d60de495777c]

        WaE: unused functions

2012-04-15  Eike Rathke  <erack@redhat.com>  [5a560e4300295629592716697f13bc803bdeba3c]

        resolved fdo#48731 in CSV import do not strip leading apostrophe

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [385017e0f2147d2a49e36d6c44ae76a1e7600668]

        testcase for fdo#39053

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [5187174cd4054486100ef29125ee4a36f7e3bee3]

        fdo#39053 writerfilter: implement RTF_BIN

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [1d256da4dcbeb623c146e197bc20d3583d9bb3b8]

        sw: implement writing of RTF_VIEWSCALE

2012-04-15  Jan Holesovsky  <kendy@suse.cz>  [c6ec7ed43b0861e1c96d62aa75b594b1dd81e315]

        findbar: Allow F3 to search next when in the find combobox.

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [fd7d34ef3d27fe34272e14488ad7040e4f985233]

        Add more libs, add the test documents

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [7021bfe89b4b02e2e683c23763faa9e4a10e3f2e]

        Modify for static linking (DISABLE_DYNLOADING, i.e. iOS)

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [906aa9dea2982efa6497880fb8158537d2e96646]

        Add utl and xstor UNO component mapping

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [3061e9e86621c092ab4b4f64509b6394a326afe5]

        Add newline...

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [d31997559adac6f03d932cb6c5819149c38c1398]

        Add comphelp and stocservices UNO component mapping

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [220336d73660a7713b95ae8b85f80d14ce02b58f]

        Just assert if trying to "load" an unknown library when DISABLE_DYNLOADING

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [e56b2109c07498242608064a47b4776423352ddb]

        Map and link in also the sfx UNO component

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [30196132e1aa618b291d6eab3393331fbee65005]

        Link with libfiltergonfiglo

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [91ff02ec77cd8ea06496c871819677ecfd575f96]

        Map and link in also the filterconfig1 UNO component

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [5d369a2ca7d4511701484ee24f7b19b246f410ee]

        Nah, don't obscure the right type with void*

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [4067e629f7fc9e93b8eb36fffc5fdcc0c3fa8906]

        Fix crasher and generate PIC for iOS simulator
        
        Had an embarrassing thinko in the assembler generation for the iOS
        simulator, had forgotten the $ for a literal number. While at it, make
        also the simulator read-only code snippet data structures
        position-independent. Some minor comment improvements. Bridge seems to
        work now on simulator.

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [83ba7b4e8f67cc3a21fbaf476621af509032ae47]

        Copy and adapt current state of Norbert's CoreText work for iOS
        
        Compiles, but I obviously have no idea how it works yet.
        
        Yes, eventually we should factor out common parts from the iOS and
        MacOSX code.

2012-04-15  Tor Lillqvist  <tml@iki.fi>  [640b8ebb668d466f348329915deba874e15e4b8f]

        Remove accidentally duplicated file

2012-04-15  Andreas Mantke  <andi@lappiandreas.site>  [f8f96e9da066047d65dad0f4d296171ecef73d43]

        Dialog for the option watermark of the PDF export.
        
        The dialog for the export to PDF was enhanced with a section for the
        option of setting a watermark. The dialog has now a special subsection
        for this with a box to insert a string for the watermark.

2012-04-15  Michael Meeks  <michael.meeks@suse.com>  [a0b5ba2e821091b8053bfc1d2f9c99aca7431907]

        re-open output file on save to fsync to improve first-start performance

2012-04-15  Michael Meeks  <michael.meeks@suse.com>  [c9f30fa2c913b4349a1b6cb6e6e3a11ee3a26521]

        writer redlining unit test starts to do something useful

2012-04-15  Eike Rathke  <erack@redhat.com>  [a6ad8e8f0a52881311b16af611e1ad701946c608]

        resolved fdo#48706 recognize $.12 as currency number

2012-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4d804a0052fe661603bc8280bfa541a7b0a302ae]

        fix ambiguous call on windows

2012-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [89986db6d5033181324e595032b8d3879d41a705]

        add test case for autofill with user defined lists

2012-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5af699cf62b2313980add377a777c49dc1e7ae2a]

        don't deduce increment from multiple equal list entries, fdo#39500

2012-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc94996d96ea8d8e3d136af66846707f9b838bbf]

        autofill increment needs a bit more tolerance, fdo#37424

2012-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc16be3e1ed9257b8adc68390de5dc11da100b56]

        remove one more wrong IsDataFiltered call

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [3fceaca5d6a95371d2c625a569e804a1b2141c0f]

        rtftok: add back explicit OUString ctors where still needed

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [ecbea5fac49fe63280627ff215c0c7854d7ba953]

        implement RTF import of zoom level

2012-04-15  Jan Holesovsky  <kendy@suse.cz>  [69805b85f2643d3df4266a30f019e5f90c9a0826]

        findbar: Kill copy'n'paste.

2012-04-15  Miklos Vajna  <vmiklos@suse.cz>  [93b1c8b4a5a0f2d12b21fb6e8e8a01c63d43027d]

        rtftok: RTL_CONSTASCII_USTRINGPARAM removals

2012-04-14  Stefan Knorr  <heinzlesspam@gmail.com>  [b32ae7fbaa0429bfc82fd8d82c1f437544880a08]

        Correct icons for flipping images in Oxygen/Human themes

2012-04-14  Miklos Vajna  <vmiklos@suse.cz>  [8adbd3df42ee18fe58455ac92a44bca4f76444c9]

        dmapper: parse NS_ooxml::LN_CT_Zoom_percent token
        
        The VisibleBottom and ZoomType properties are just set as it seems
        without that, SwView::ReadUserDataSequence() ignores the ZoomFactor as
        well.

2012-04-14  Miklos Vajna  <vmiklos@suse.cz>  [9a8c2db542618b7a6d242b9d3257f23f54007682]

        dmapper: log unhandled attributes in the settings table

2012-04-14  Andras Timar  <atimar@suse.com>  [2765b0ed7e116f5b1695f86e8401fbb2f1dd4a2e]

        fdo#45159 fix filter names, remove bogus %productname% where it was necessary

2012-04-14  Andras Timar  <atimar@suse.com>  [397e0729e81f2601e76c3e9ede5e14d09c763c7d]

        iremove useless x-comment lines

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [227113bbf16f2feda4d3e41bb9aff7dc100ede17]

        Slidesorter: Kill more useless cruft.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [cecde99da64ff3de1cc8066aa9612e67f3db60e0]

        Slidesorter: Kill useless ImageButton abstraction.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [af77ec0d7ed0a40a1efe9a380b2bab74c02d9fec]

        Slidesorter: Kill more.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [389218f922471f184daa7429561e78ee5db214e5]

        Slidesorter: Font_Button unused.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [b80ca48354bfba707d7e3b0b0c05a33038014572]

        Slidesorter: Reduce some overengineering.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [7316331b863cb5c850272f3ad4d85aadc3ed6551]

        Slidesorter: Copy'n'paste reduction.

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [5b3a8606767929e349fd4034fbf8e2243c34cfc5]

        JavaClassSet.mk: remove the output directory before calling javac
        
        When removing a source file, the outdated class file would still end up
        in the jar otherwise.

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [946e7180be96178937e7be1b0bd7132902709a87]

        oosplash: handle SIGTERM by killing soffice.bin

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [228515e7783aecdb992258765554a530d6c831f3]

        OfficeConnection: kill soffice process when Java bridge is disposed
        
        In the rare case that the soffice process outlives the Java side UNO
        bridge, ensure that soffice.bin doesn't continue running.

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [40aaefeb25190b2c63212f1b5cc353abfc7b0def]

        put the missing type into the exception message

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [0ff30829a607eb84669988f424b22df88db7c2de]

        unoil: remove generated classes before calling javamaker
        
        Otherwise the class files for IDL files that were removed still end up
        in unoil.jar and may cause JunitTest to fail with
        "binaryurp::Unmarshal: type with unknown name: ".

2012-04-14  Michael Stahl  <mstahl@redhat.com>  [8c0a9bca425bffd87d12c3f18ec852f083c11bef]

        idlc: make dependencies: handle removed include files:
        
        Write dummy targets for included files, so the incremental build does not
        break with "No rule to make target" if the included file is removed.

2012-04-14  Eike Rathke  <erack@redhat.com>  [d3b74479a7d0f6f02c86e72be14ae3880726ce59]

        fix orcus to not fiddle with literal strings

2012-04-14  Eike Rathke  <erack@redhat.com>  [1e94b35b3d8d25636a5dc6ad99f81399617ad105]

        unit test for CSV import fixes related to fdo#48621

2012-04-14  Matúš Kukan  <matus.kukan@gmail.com>  [2d0e58e1fca4d098ecea1a3b0c0fe1447da99855]

        unusedcode: PresenterAnimation and PresenterAnimator

2012-04-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3a603d376a2bc2b839be3b89a8ecf8df1c42260b]

        vcl: win: adjust some coordinates

2012-04-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [7179a362dd5788c4c4f7197d15abfa17e0cad584]

        vcl: win: fix RTL checkmark backgrounds fdo#42537

2012-04-14  Ivan Timofeev  <timofeev.i.s@gmail.com>  [532904765073c827bed3181d97c217909db1843f]

        vcl: hack: pData->aSz.Width() is set only for MenuBar, use aOutSz.Width()

2012-04-14  Eike Rathke  <erack@redhat.com>  [7928b651965f747b02593d2a9fc73fac7c86dbf5]

        resolved fdo#48621 better handling of broken CSV files
        
        * non-escaped (not doubled) quotes in quoted strings are regarded as broken
          representation and are taken literally, only a quote followed by a separator
          ends a field. If not being a separator themselves, trailing blanks between
          the ending quote and the separator are ignored, complementary to leading
          blanks between a separator and a quote.
        * quotes in a non-quoted string are taken literally

2012-04-14  Julien Nabet  <serval2412@yahoo.fr>  [95cc5de63b20c5986fe8f3913da86002eabd7cb1]

        Resolves: fdo#48683 nice crash when hitting DEL

2012-04-14  Andras Timar  <atimar@suse.com>  [1ba0ab72d12f3713f7b2b817e6f783bcb83f36a3]

        we only extract en-US strings, remove some complexity

2012-04-14  Miklos Vajna  <vmiklos@suse.cz>  [fd1bef82a99de423005e1dfaf2935823a1fc74bd]

        dmapper: use PropNameSupplier in SectionPropertyMap::CloseSectionGroup()

2012-04-14  Miklos Vajna  <vmiklos@suse.cz>  [0ef7dbcb365534c4203760c86d089d50f7eb9562]

        dmapper: fix import of odd/even page breaks

2012-04-14  Chr. Rossmanith  <Chr.Rossmanith@gmx.de>  [a167ce5d91f87326093cbcdb44cde1527ef6849c]

        gbuild for svg2odf

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [3c0f54a41a63cd0a56cfa0faf40605c5b27dd99e]

        Make svg2odf really build :-)

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [c0a3ff4ad85a3ecdc6b8589c3a8b3c19f199b02e]

        Temporarily disable the build of svg2odf.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [2a63c47b5b60551d44ee20983fd422d502e29be4]

        Build svg2odf tool to be able to test the svg import.

2012-04-14  Jan Holesovsky  <kendy@suse.cz>  [bca961b855c638bb6863a663972121d4414c64a7]

        Simplify the construction of the '>>' menu.

2012-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3bdb2288957120cc4bd958c36a4d4db22e7343f0]

        Revert "blind fix for Norbert's tinderbox"
        
        This reverts commit 7ad0f3a4139f7cfde39222cc575e86f3d3343896.

2012-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ad0f3a4139f7cfde39222cc575e86f3d3343896]

        blind fix for Norbert's tinderbox

2012-04-14  Caolán McNamara  <caolanm@redhat.com>  [23067849649518210ee0fdf80fa4b05625f1e6bb]

        valgrind: Conditional jump or move depends on uninitialised value
        
        in ScDPItemData::DisposeString

2012-04-14  Andras Timar  <atimar@suse.com>  [3f00358bfdad0a18fe053c3d154f74e3aa6afba9]

        export x-comments to sdf file into the 'helptext' field
        
        helptext field has not been in use for a while, so we can
        use that to hold the x-comment

2012-04-14  Andras Timar  <atimar@suse.com>  [af0e727b5dfcdea0555748e7e6415d70fe7665a9]

        fix a typo (BN instead of BN_IN)

2012-04-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [b60bf1eb625e4d2e94543a90770cea9214352b63]

        rename common* static libs to codemaker_* for clarity + dmake cleanup

2012-04-14  David Ostrovsky  <David.Ostrovsky@gmx.de>  [a57b6347999889bbbcf55e704ac480482fdc5497]

        gbuild conversion: unodevtools module

2012-04-14  David Ostrovsky  <David.Ostrovsky@gmx.de>  [f3653d3c1e93a7e92a546b770e418b8cf5c06c54]

        gbuild conversion: codemaker module

2012-04-14  Caolán McNamara  <caolanm@redhat.com>  [234f150f30d881b2691288c5f5581306bd4d3d18]

        Resolves: fdo#48640 handle various busted rtf docs without hanging

2012-04-14  Caolán McNamara  <caolanm@redhat.com>  [1856186951a70a0bcac4e0c3632ca4afe68c05e3]

        optimize: traverse children with WINDOW_FIRSTCHILD/WINDOW_NEXT

2012-04-14  Michael Meeks  <michael.meeks@suse.com>  [2a20f94696addc362ba62d1cced1793c08e26e75]

        gtk3: add approved theme color fetch / selection.

2012-04-14  Gábor Stefanik  <netrolller.3d@gmail.com>  [7a9738f407c916d56090e9805632a5b29f96df18]

        Clean up basegfx's polygon tools code

2012-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d8ff1a579ff5ac9250aa052ef1a17fce51959cb0]

        improve autofill test case

2012-04-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97fe16f4dc5582be597971b6e17431b8d353b8ba]

        move testCVE into slowcheck
        
        speed up rebuild of sc

2012-04-14  Julien Nabet  <serval2412@yahoo.fr>  [daae05ccf52e37afc41dc1976afcc1f7c6fd978c]

        WaE fix

2012-04-14  David Tardon  <dtardon@redhat.com>  [bcc942451d7b5291d3f4c56ccd6868b23e2e923c]

        really replace SDK with SDKBIN

2012-04-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [89de9dfe27d6a406fb67570c3507a8ea2e387d24]

        Really fix the build.

2012-04-14  Julien Nabet  <serval2412@yahoo.fr>  [9b30c36efd8746e10e58911192b1b626ac95e0ee]

        Some vcl cleaning

2012-04-14  Julien Nabet  <serval2412@yahoo.fr>  [715138f3aa4a5d2a4efbfd85096d3c97e8a9edb8]

        Some sc cleaning (oox)

2012-04-14  David Tardon  <dtardon@redhat.com>  [55823d331e5adc2d97cf3c8670bdb6f54f772ded]

        replace APP?RPATH SDK by SDKBIN in old build system
        
        Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds
        because of this discrepancy. It would be easy to accept both, but I
        think it is better to be consistent with gbuild.

2012-04-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d66587d7931c6a41107969f5d0942d880ce0943]

        Keep tinderbox happy.

2012-04-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [70d27eddd2e86fc525c0c482496f4f4803efafae]

        This must be const.

2012-04-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7b74902db2ad3185e7b61ab4a15385e5a6db06a8]

        Export this to get it to build in forms.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b447f763f2739ef57f82183a8ff6af493bf031b2]

        EE_APPEND now has to be the max value of size_t.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f75df5e338af4e109f3bce9ab6c98f681fdd14fa]

        Another svarray to kill.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [515f74385b25375bda01008cef831bf73e18a428]

        ImpEditView no longer a friend of ImpEditEngine.
        
        Be careful whom you befriend with...

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [86eeb0bb473522cb852fb3b9a84ed4f4e04b3261]

        Put enum definition under class scope to avoid name clash.
        
        There is a class named EditLine in editeng which clashed with one of
        the enum values.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e95eb1b22126db5b73fba1ff9a80dbce524ab1c7]

        EditView is no longer a friend of ImpEditEngine.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff887e882164ed8b5c8f08b4db48c99146c15b9c]

        SafeGetObject() no longer needed since GetObject() does the same thing.

2012-04-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cd967bdb955f307ff0a2b22cd680b99bd493c4cd]

        UniString to rtl::OUString.

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [9432c51b350958162df7fa6cddb4aaf0536735df]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [301217d7087280f1ec4053dd873f79922d981dd3]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [2db3ba987fa20516c4e8eab7c13c37758b16efbd]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [4326d0bd27f4ea9620d77457b6856875e59072cc]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [5aa0bc7b9a830fe497c6e74b109bbb7af40141a6]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [4b641686ebbb406868057ea11040caf107312717]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [0b1a0cf3c87d90d0c86ef4173706ff4558f24e84]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [96f9300af6931848eff2951a9a58ef76714352fa]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [120786aea28b73870633affebf88ae4fb7ffac7a]

        Remove some A2S and C2U macros in sd

2012-04-14  Michael Meeks  <michael.meeks@suse.com>  [092a90517889ff7b66a4e7229b897e381bf167f9]

        update vcl readme wrt. fpickers

2012-04-14  Michael Meeks  <michael.meeks@suse.com>  [5d646f4ba592764de44f50053802b1ed451d93d7]

        i18npool: use URLs for type database in localedata build

2012-04-14  Michael Meeks  <michael.meeks@suse.com>  [09524d410bbaad2a0b9b39811cb5cc16621b1396]

        stoc: accelerate opening of multiple XML .rdb files in a directory
        
        Instead of nesting these, we aggregate them into a single non-nested
        registry, which saves lots of CPU at startup, sadly we can only do
        that for the new-style XML registries, so we have to sniff files,
        nevertheless this is still far faster. The merged xml files also
        break the XSimpleRegistry::getURL() method - but it appears not
        to get called.

2012-04-14  Michael Meeks  <michael.meeks@suse.com>  [a871537f328711f02d3b5ba18612bbf25c6f563b]

        linkoo: add --copy mode, default to this on windows

2012-04-13  Julien Nabet  <serval2412@yahoo.fr>  [e00e693d2b3c39246328a99adc142284edbed285]

        Some cleaning sc (oox)

2012-04-13  Julien Nabet  <serval2412@yahoo.fr>  [bb5fa5773461e14de153266ccfa36e5f454ff9b8]

        Cleaning sc (oox)

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [adaa6ee5ea7852ecaf3a43ee8f0a908a54c8650a]

        we don't care about what didn't work in dmake version we can't build with

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [9758b9aaf0909b94bd8845a694f1a775fe18777b]

        sal_Int32 conversion warning

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [87e2f7709b0541958cb5f4cecf24857593777952]

        remove unused variables

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [73be7d0a7bff557e71534ba45cef9205cfa44520]

        remove unused variables

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [c3ff98d54ddaa1728a08117283dce2d41d0cd568]

        put "unused" function into the right #ifdef

2012-04-13  Julien Nabet  <serval2412@yahoo.fr>  [7b0bf8878b057def9539ddde8aef790e30b58532]

        Cleaning sc module (oox)

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [c639aba4a522452b194d2648206901660c1caa43]

        Remove deprecated and unused methods.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [236ebc083a3b69e140b01e7688e4650cb7d19c6f]

        Replace deprecated List for std::vector<rtl::OUString>.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [c29542818295388db23652ec5a1c982496f66010]

        Remove deprecated List in ViewClipboard::InsertSlides.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [8adf70b289476eb5c204d3f1e9cbcb259e019194]

        Remove deprecated List for vector in ViewClipboard::GetFirstMasterPage.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [5e0be5bd29ae0e592313de96df7b635549cf4e6c]

        Call size instead of count.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [a35bc3a35701a55234b51c2c3bc04e7c0a1553b1]

        Remove deprecated List usage in Clipboard::CreateSlideTransferable.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [cb5d50619dea504c149d7c54918fad974896f4c9]

        Remove deprecated List usage in Clipboard::PasteTransferable.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [b1b309c970d040a1907fd83030fe09260c386894]

        Replace deprecated List for vector in SdTransferable.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [77f8397f989785d2623cfffc63a584bd3af894d6]

        Overload SdDrawDocument::InsertBookmark to use vector instead of List.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [6a0ca287e99a4f7262294c57b9bea0c5968edb41]

        Replace deprecated List class for std::vector<rtl::OUString>.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [89195fdd25533deda8f371cfa2983ec35c057c98]

        Replace deprecated List with std::vector<rtl::OUString>.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [de47936fb8af9ad052687ac68d56a20820a96fdf]

        Make some inmutable parameters constant.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [5d8ce0db822414df88530e58560eee0a46485737]

        Overload InsertBookmarkAsObject to use std::vector instead of List.
        
        This are the hardest ones to port, since the rExchangeList parameter uses
        the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so
        the best idea i came up with to avoid doing nasty stuffs was erase procesed
        objects in InsertBookmarkAsPage and add an extra parameter to
        InsertBookmarkAsObject that recalculates object count when rExchangeList
        has items but its manipulated by InsertBookmarkAsPage first like it occurs
        in function SdDrawDocument::InsertBookmark.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [a8daf5ff0a825777af0438b5605c5796acb6dd72]

        Overload InsertBookmarkAsPage to use std::vector instead of List.
        
        This are the hardest ones to port, since the rExchangeList parameter uses
        the last position from InsertBookmarkAsPage in InsertBookmarkAsObject, so
        the best idea i came up with to avoid doing nasty stuffs was erase procesed
        objects in InsertBookmarkAsPage and add an extra parameter to
        InsertBookmarkAsObject that recalculates object count when rExchangeList
        has items but its manipulated by InsertBookmarkAsPage first like it occurs
        in function SdDrawDocument::InsertBookmark.

2012-04-13  Michael Stahl  <mstahl@redhat.com>  [3c854f6d316ddd7a3ddf85a148a8cf2e0c047e50]

        WaE: initialization order

2012-04-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [be7cbf49c4fa586bd6ec96c2d278a317894f569c]

        Moved ScDefaultsOptions from ScDocOptions to separate class

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [d117d974184e47ba2a5f2c8181207556f19ee5ef]

        push and pop protectors around runner run, hopefully fixes windows build

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [b0beccb4f6bfa87ed79f202b58c5c7169b46e66f]

        display LO application in the right desktop submenu (bnc#718694)
        
        + add subcategories to desktop files
        + remove the obsolete X-SuSE-* stuff

2012-04-13  David Tardon  <dtardon@redhat.com>  [1f84379c5b99b8c67f9296a1bbd0a08f0fa31278]

        Revert "re-run bootstrap after make clean"
        
        This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [fc09ed737cef00baa7c5e0b206efac0cb36c1f7c]

        distro-install-file-lists: handle new file lists that appeared for LO-3.5
        
        Process the newly added file lists:
        
            + Script_Provider_For_Javascript
            + Script_Provider_For_Beanshell
            + PostgresqlSdbc
            + Files_Images

2012-04-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0d34f0ebcaf75863daaa608cc962ee888b2fa7e6]

        no need of minizip headers here too

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [f46debeed6778d65f3d00a5851ca1b9cf37b7d4c]

        Overload lcl_IterateBookmarkPages to use vector instead of List.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [ad50ae4f3c48a82315f70fff1b9f221e5c74a2da]

        Remove unneeded headers.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [54388678f593010aa20125cf50c9d084afbdae58]

        Refactor SdDrawDocument::IterateBookmarkPages.
        
        - Make the function a local function instead of a method.
        - Remove base functor class since we only use one type of functor.
        - Make lcl_IterateBookmarkPages only dependant on FindDuplicateLayout
        functor.

2012-04-13  Rafael Dominguez  <venccsralph@gmail.com>  [8fffd99aba75ec517fc7d2d9a85c8a23fb58c986]

        Remove unused InsertBookmarkAsPage_AddBookmarkedPages functor.

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [f6eba1a27a4ffac50ab06a733e6eee1f5c7800ca]

        fix library link order to work with link --as-needed

2012-04-13  David Tardon  <dtardon@redhat.com>  [4d6a36dd0c3c0f61ee8e80f748dd6d8ec2cebbd5]

        renaming dlls makes little sense on windows

2012-04-13  David Tardon  <dtardon@redhat.com>  [370e3b6d6031aba675b66ed7495505f605c41779]

        Revert "change redland dllnames on windows too"
        
        This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [d04e30c94a0d041ecd3d68b5fcf7e7c9ba1df735]

        distro-install-file-lists: mark javasettingsunopkginstall.xml as %config

2012-04-13  Radek Doulik  <rodo@novell.com>  [e94e669bd3499827f19585b704e7c0ef4f21bd13]

        set minimal width if pen width is set to zero

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [f780859b76263638b9227122e465b0c629c7ca3e]

        unpack-sources, download: update for .xz source tarballs

2012-04-13  David Ostrovsky  <David.Ostrovsky@gmx.de>  [0c80ad06fd96a4fec062a7edfff12bb65ef204b4]

        fix macosx build

2012-04-13  David Tardon  <dtardon@redhat.com>  [6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e]

        change redland dllnames on windows too

2012-04-13  Petr Mladek  <pmladek@suse.cz>  [8b6fade3b1c24f5442d409cc1bb5ccc8899b0cdf]

        find-4.1.20 does not support -regextype option
        
        use -name "*.png" -o -name "*.svg" instead

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [3934efe28c70b1c21a60f38fe726a935c15f4e99]

        sigh, need a 64bit zlib too on windows, reverting

2012-04-13  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [134fe756a1659e352c96d0a6da34dd3c7d23e3a9]

        Translate <title> to English

2012-04-13  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5dfb6381c63b51e41cd8a80b767c8f6154f59b59]

        Translate German comments

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [cb5299e5ea3ea46ebdce93c18c20f190a2b7b16e]

        already registered in RepositoryExternal.mk

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [2273ce95c7a3522757378e96fd65cf380dc790cd]

        WaE: don't seem to need this pragma

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [3c9054eccf01f9d9c59ce1106bfbfd3c7add4f2e]

        WaE: -Werror=parentheses

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [35fb870b5f4382b8e589b29c72f2623c6b2fd0c0]

        fix crash on invalid/missing pen

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [830724367d69bd4e223713d720c695e2b84a2ca0]

        fix busted indent

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [f95b73e6f405be676df6662585f7c73d8a9e12e6]

        move terminate to fixture decorator

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [426a159314b0a2a0f7596cc494ac3ec6a1f0b2d7]

        need to register static library

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [e9b74b802b80fdae7ec9fef24d6c6d18cd4d4968]

        needs to be the dir name not the output lib name

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [8d7e8a0a3b9a4a4f7b805e91674b79a4cca7cf72]

        setup/teardown default component context once before/after all tests
        
        avoids the problems of dangling uno singletons invalidated after the first
        dispose and the chain of other singletons that don't expect to need to
        re-initialize, etc.
        
        reenable editeng cppunit test
        
        inherit i18npool cppunit test from unotest base
        
        drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
        in ctors/dtors

2012-04-13  Caolán McNamara  <caolanm@redhat.com>  [452af5f4522e750627d0c0ac9fbc794aeb1f1f8f]

        gbuildize internal zlib
        
        and stick headers into the solver in the same hierarchy as is "standard"
        so we don't have to patch so much, similiarly rename to libz

2012-04-13  David Ostrovsky  <David.Ostrovsky@gmx.de>  [99b04ed2be3023bec874fce529d453123f48ac99]

        WaE: declaration of 'rand' shadows a global declaration

2012-04-13  David Ostrovsky  <David.Ostrovsky@gmx.de>  [bed6580ec330fea6bc7ee015adf1baf6298ed3fb]

        gbuild conversion: idlc module

2012-04-13  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [1830cf752e9abd2bb168e5e978b72038e1c4b263]

        Begin translating comments

2012-04-13  Matúš Kukan  <matus.kukan@gmail.com>  [8fd5ba3749aa740b3c060db775b42f15a5ce50a7]

        gbuild: improve handling of paths

2012-04-13  David Tardon  <dtardon@redhat.com>  [0086c3fe17a0aaaa04807b5a394dd6bef9f5e6f1]

        oops, missed one for macosx

2012-04-13  Miklos Vajna  <vmiklos@suse.cz>  [b8b69ab0889e24ae385cda40b0ebbb1099a4d150]

        oox::drawingml::Shape: OSL_TRACE -> SAL_INFO

2012-04-13  David Tardon  <dtardon@redhat.com>  [0a4ef4652564c5f2adf01c8d67c916a789f12dc8]

        rhbz#809466 change soname of bundled redland libs

2012-04-13  Santiago Martinez  <smvarela@gmail.com>  [574fcec8cd287c868b582bc9a4e5087f6e27d83c]

        Remove unused code in sc.

2012-04-13  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [63585de969d3892ddb6034cfa05284e30f97a304]

        Convert macro to local const variable

2012-04-13  Luboš Luňák  <l.lunak@suse.cz>  [caaa4dc8fd7938d333a26562dfb5db6ef76ffd7f]

        add missing trailing space

2012-04-13  Tor Lillqvist  <tlillqvist@suse.com>  [d81a26fe6885b55e250d9fb83774e3973224fde6]

        Little bit more explanation, feel free to improve

2012-04-13  Tor Lillqvist  <tml@iki.fi>  [dc4aec872426d95033610c9e6b6579387e5e6423]

        WaE: unknown warning group '-Wreturn-type-c-linkage'

2012-04-13  Eike Rathke  <erack@redhat.com>  [9f77876a96911a7138aa2081077a03abd34a9cf4]

        two additional places to raise data truncated error for fdo#48516

2012-04-13  Eike Rathke  <erack@redhat.com>  [2a2d04dff73b85185f7da59fea173a8bffb7c190]

        one more lcl_appendLineData() for line size >64k
        
        Though this specific piece of code is not used in CSV import it may act on
        long lines now.

2012-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [40775ce183ac29e9598cbca59e995c7e77327a1a]

        HAVE_GETOPT is always NO for windows

2012-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [5dce272584cc79da727bdd4887d60cec04cbce11]

        move dependency on localedata_en to i18npool

2012-04-12  Mark Wolf  <mark.wolf.music@gmail.com>  [62640a8436c837db6d1f63d98585b9929c36682d]

        German comment translation for odk folder
        
        Mark

2012-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [a4f4e51304e9c26b58d4ab5ee4f0a63e3cd4ec91]

        use gb_Helper_make_url here

2012-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [803b1840c860be843e370108febb2222f7b89e71]

        include environment also here

2012-04-12  Matúš Kukan  <matus.kukan@gmail.com>  [5a248896bee2a20685ec32f85b3992a1b747355d]

        gbuild: use => external headers
        
        This fixes circular dependencies.

2012-04-12  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [c5718b012fcbd19c79ff6eb07ca00a39ae643d8d]

        Translate German comments

2012-04-13  Takeshi Abe  <tabe@fixedpoint.jp>  [a9bad6b8f99dfb1640fbbff3f29036182f0103f6]

        made the search straightforward

2012-04-13  Takeshi Abe  <tabe@fixedpoint.jp>  [7465f5e604ee449006a243f1d55cb0882bb58ac1]

        extract ImpGetIntntlSep() into sbxconv.hxx and reuse it

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [b30c9f7d8eea41fadcf3ff09db9e005f2f266006]

        ++I_hate_sal_Int32

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [b950cf552f794a154f4576ec534513fe696d6e65]

        write out unique id for wp:docPr
        
        "If multiple objects within the same document share the same id attribute value, then the
        document shall be considered non-conformant." . Although it apparently does not matter
        much in practice.

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [1820f9f272bc478f79819767ddeb34644e334405]

        wp:anchor attributes do not have w: prefix

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [57951b30df91d36fb0d0a4abae2573201554e716]

        wp:docPr title is not in ecma

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [1018d69bdada22e5cd8d9fa246c54fcd9feb7c6c]

        escape \n and \r too in escapeXml()

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [c4fbb0360889ded44ccbade8bb893eac5f1fbd2f]

        implement wp:docPr title and fix descr

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [835cea6bea0b4a1783d8e50f9b0ca1abe5cd3701]

        write proper title and description for wp:docPr

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [88a8c0891474a4936a67bcd119ff968369a93869]

        write w:relativeHeight
        
        the z-order is actually already implied by the order the items are written,
        but why not

2012-04-12  Luboš Luňák  <l.lunak@suse.cz>  [2110e5e838648ae4054ca74cdc587c12370223a5]

        operator<< for ostream + UniString
        
        This should make even String be easily usable with SAL_DEBUG
        stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).

2012-04-12  Caolán McNamara  <caolanm@redhat.com>  [ab05fbd16e3613494731414276f63b5a03e164e9]

        fix build

2012-04-12  Olivier Hallot  <olivier.hallot@alta.org.br>  [674ed53bc00fbbbfec5661cbafcaa79669927cb8]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        module sd/../ui

2012-04-12  Olivier Hallot  <olivier.hallot@alta.org.br>  [139b5e76721c685abdbb51a317c3804ffd9cafcb]

        More RTL_CONSTASCII_USTRINGPARAM removals
        
        module sd/../ui

2012-04-12  Caolán McNamara  <caolanm@redhat.com>  [43aabb908e3dacd1b1b2effb215b04147de4016e]

        partially revert the editeng singleton stuff to get build to complete

2012-04-12  Miklos Vajna  <vmiklos@suse.cz>  [99deffbeba414443ec7e0961501d5dcbc475b07d]

        oox: fix doxygen syntax to avoid misleading output in ShapeModel

2012-04-12  Gábor Stefanik  <netrolller.3d@gmail.com>  [5f2825dde8a44773fc6ce19f2dd4e328c4e88eaf]

        fdo#34392 recompute column widths after font scale change in startcenter

2012-04-12  Andras Timar  <atimar@suse.com>  [25c194163c531648f7ad8cdb1a64a03407f75efc]

        fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in Draw
        
        ... just like it is in Impress. The fix for fdo#32559 was partially
        reverted. I think .uno:CopyObjects is more useful in Draw, than
        .uno:ChangeCaseRotateCase.

2012-04-12  Petr Mladek  <pmladek@suse.cz>  [250feedd8e50e5eb52682a194823567ba5287c60]

        add scalable desktop icons (fdo#39690)

2012-04-12  Stephan Bergmann  <sbergman@redhat.com>  [0dda8f1933ef9cea3b10e2958e28023d9dc54399]

        Set DefaultContext property of service manager/component context combo
        
        ...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [30fb54aca35c744517ad697f2d299481b02d457f]

        remove formfeeds

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [7a18848e143933ccdb75bdfc8713da4f7f02efe4]

        unusedcode.easy: remove various methods

2012-04-12  Muthu Subramanian  <sumuthu@suse.com>  [03a651507e34ee423674d2a537f2bb4b509af6d6]

        n#717947: Fixed pdf export (of images).

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [032439617e4c82980d909dd09e10a47471d70aec]

        unusedcode.easy: remove FilterBase::openSubStorage

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [3030a3a52f9bd89a055f65a2c5033be028da3cc2]

        offapi: remove obsolete XInplaceLayout (2nd try)
        
        This is related to 10e580c57b907420e8c6d816325445a40a720e4a

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [5bce9624d10e9b22a0764884c88c5951aa6a26fe]

        fix modeline

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [ab01a70b7f809f9ac8a1c342244665331751aecd]

        unusedcode.easy: Remove BinaryFilterBase

2012-04-12  Thomas Arnhold  <thomas@arnhold.org>  [a555fa2fd52b498cbf779d7c8383d39144cb6ab8]

        unusedcode.easy: remove FilterBase::requestEncryptionData

2012-04-12  Andras Timar  <atimar@suse.com>  [cfa4c9c11538b332234709dedc7ca553a10ab08e]

        typo fix in comment

2012-04-12  Caolán McNamara  <caolanm@redhat.com>  [be3ee9c889f4240848a3f232f2b3009ea647fefc]

        callcatcher: update unused code list

2012-04-12  Caolán McNamara  <caolanm@redhat.com>  [16cd97480d0681d37f86e89366e1f9964ec16ef8]

        Resolves: fdo#40292 Tamil grapheme cluster rules

2012-04-12  Radek Doulik  <rodo@novell.com>  [f0a5e147eb9ae4a343f51eda20126488347e66f8]

        add .5 to control points coordinates after transformation
        
         - otherwise we might end up with wrong coordinates
         - fixes fdo#38580

2012-04-12  Petr Mladek  <pmladek@suse.cz>  [030c4269cb14ed429e4a1f0314eba7a783816ac1]

        pack "en" dictionary only with "en" langpacks
        
        it is in the main installation tarball anyway; it was put in langpacks
        that did not have its own dictionary from some strange reason

2012-04-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5b14929dd4f659420c5707b7c432fb9337cfff1d]

        Handle the correct deletion order of EditDLL in the base class.
        
        Turns out that this change affected all cppunit runs.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c0de63a858ee02bba2a9154b239085a64a277999]

        Remove the TODO comment that's no longer relevant.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b5800fac1d57b80772823bd8bc288a6cebe82e6f]

        We need to delete EditDLL before de-initialize vcl to avoid crash.
        
        Without manually releasing the EditDLL singleton instance, it gets
        deleted *after* the cppunit does its cleanup, which de-initializes VCL.
        The problem is, when the EditDLL instance is destroyed, its member
        GlobalEditData instance deletes the OutputDevice instance that it owns,
        which in turn accesses font caches in VCL.  But by the time we reach
        that point, VCL is already de-initialized, hence the problem.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [3b887c8d3fef676e0037a4f3381f6a491ec0da4f]

        Replace deprecated List for std::vector.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [a9a05a06ac275ec2695ff607ed118e1b46ab7a4e]

        Replace deprecated List for vector.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a9448bd1b7b64eff74198ead63154ae132ed853b]

        Avoid duplicate symbols & use setUp() and tearDown() for the item pool.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1bcd2c94930c95c1807c6112559f5b0041aeb4fa]

        Just use the internal item pool already written for the edit engine.

2012-04-11  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [c510670e3cab5322ed82e5702f6f6e311c9823f6]

        removed unused includes in tpformula.hxx

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e487d2fbf67cc6c7f4506d08eb7aa080a7d37c18]

        You *are* fixed.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8b216a7aa3c88a6b18f62079757567a2d4e4d737]

        Set default items to the item pool, do this and that, and now the test passes.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ddfa209fc0422c544292ad23413851d1b654de7c]

        Removed the source file of SharedFormulaBuffer, which is no longer used.
        
        It has been replaced by SheetDataBuffer.

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [6089be1a7a17ae849d8793520e9d8d36296ed5cf]

        needs ure and base-class setUp does necessary stuff

2012-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73ff3a49a0891c7787f08eec86357c320a76c263]

        first part for ScTable::GetAutoFillPreview
        
        Actually this is a bit more tricky. Currently it is showing wrong values
        for hidden rows/columns

2012-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [290a851bdc42a78426dea987ffbcb511e36c34fb]

        ScTable::FillAuto should work with hidden rows/columsn now too

2012-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a6a0ea2f352f98b801bb6aade04caeb07e180403]

        add unit test for autofill

2012-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f61cbce529d039bb0e208e81cf66974cc4428420]

        make ScTable::FillSeries work correctly with hidden rows/columns

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a78a7ee9f7b1db56a6fa7e082f410db5a8db2f18]

        Do this special case search only when the array is large enough.
        
        Otherwise the normal linear search should be sufficient.  Eventually
        we need to use a better algorithm here than this special case handling...

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e981a102333feb2a4d71bb3803210434b14b5d39]

        Add the right license header here...

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d241251638d80bc6e2b737088e02c96bfa8c5c63]

        Attempt to add general-purpose unit test for editeng.
        
        But instantiating EditEngine causes segfault.  The line is commented
        out for now.

2012-04-11  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c8e99f447da0148eec097bd6b36ab2e87a354b22]

        Removing a member that's not used.

2012-04-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9c323a4bbe0f7dec33523e87e1c1010dd832d4bf]

        fix windows build

2012-04-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a4cc4d3ec982ac61100b337125983afa0bb6fbc3]

        vcl: win: fix RTL menu separator and gutter, checkmarks are still misplaced

2012-04-11  Tor Lillqvist  <tlillqvist@suse.com>  [6ae314ece2ecd6743a2d0f8a5eaca9b8b5dbeeaa]

        Bin pointless "added by shizhoubo" style comments

2012-04-11  Tor Lillqvist  <tlillqvist@suse.com>  [3bc628b9c9f07dd6def2fff365233e9be4b9158c]

        Link the executables with gb_STDLIBS

2012-04-11  Iain Billett  <iainbillett@gmail.com>  [63c95085db6ecf6254e3f73d8483006ad3e52222]

        fdo#38276: Improve the ">>" toolbar overflow menu

2012-04-11  Tor Lillqvist  <tlillqvist@suse.com>  [adef30c0b8d9c5404f37cb9ae3b16040cb4dded7]

        Drop unused EGL stuff

2012-04-11  Tor Lillqvist  <tlillqvist@suse.com>  [7a77147e66fdd348d949b711f8d8871f1110be33]

        Drop plasma_now()

2012-04-11  Andras Timar  <atimar@suse.com>  [efa4580b8f4a86566fda9be87e02d0ed9a346aa3]

        remove sundir* stuff from installer that was used for the proprietary product

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [f1c9be8706683075b581f85d34c1eafdd41be9b5]

        Export chart X,Y errorbars.
        
        - Remove using older properties to get errorbars data.
        - Only export X errorbars when using ODF VERSION >= 1.2.
        - Use the dimension attribute to set errorbar direction.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [181a7d75129017c3107939da8aa8b5972b9d5ca9]

        Move exporting chart errorbars code to its own method.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [67c45c9dbde0eb164df28d6f8cae935869de85d4]

        Calculate correct standard deviation for XErrorBar.
        
        - Add method to calculate X standard deviation.
        - Set correct XErrorBar position when using standard deviation error
        type.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [0e3bd5c0c4e18d9daa6bc827996e860ede1f438b]

        Display correct errorbars columns in chart data browser.

2012-04-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [883d20c5eb68893c73ab2fd5d3bfee528d0a02d1]

        move ScProgress outside of ScTable::Fill

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [09fa378e11cec924f9cd2b95d0eedb2599fa088e]

        this can be a reference surely

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [5c3b81d21d163d89ea95c2ca0c23b467b6537025]

        drop unused members

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [74d2ed1ace67a83bbfa97de7ac96bfd43888ee3a]

        Replace deprecated List with std::vector<StyleReplaceData>.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [839cb94a2bd9dfadb6a7e11a97f0540a78f79b6b]

        Replace deprecated List for std::vector<SdPage*>.

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [2ea6cc6a70c569f38d4feb7f402709b38055970f]

        fix misleading variable name prefix notation

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [b5f44caaed5b89e6d620ca2bc421af8c922bc0b8]

        Replace deprecated List class for std::map<sal_uInt16,rtl::OUString>.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [30fee1f94d67e53312f8d5ca72627882eb408664]

        Remove usage of List in InsertBookmarkAsPage_FindDuplicateLayouts.
        
        Use vector<rtl::OUString> instead of deprecated List class.

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [bb455be919554a412bc95d9a9e196bdeed106237]

        use a String through-out in order that logic via CheckPageName is unchanged

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [5b47338f50395e9697c14af1d98ac9081e611e16]

        Overload View::GetExchangeList to use vector instead of List.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [656f560585e96b697ce6955cff30b1064a79c2c4]

        Overload AbstractSdInsertPagesObjsDlg::GetList.
        
        - Use vector instead of deprecated List class.
        - Use OUString instead of String.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [70263d2e6166f8ea171e1871d9896325c7d8efdf]

        Overload SdInsertPagesObjsDlg::GetList.
        
        To return selected entries to a vector instead to a deprecated List structure.

2012-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [8c67fd76ab34edb69df7ae321930bcd2b4181cd1]

        Overload SdPageObjsTLB::GetSelectEntryList.
        
        To return selected entries to a vector instead to a deprecated
        List structure.

2012-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [08908961901ee0a7db4b6ee6005f1591d2d56e04]

        removed dead code

2012-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [25c70a72327116d257e41bcc67a3992a07bf7863]

        removed useless static data

2012-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [e486ed7b7f3d8f90e118ec19e4c347ce236de606]

        removed unused defines

2012-04-11  Stephan Bergmann  <sbergman@redhat.com>  [e175c3f3e728e0526086b7a5d6b07c2ed6389016]

        smoketest CppUnit lib is only a thin wrapper around smoketest lib

2012-04-11  Andras Timar  <atimar@suse.com>  [ee7084c4f720c932df67c8ff033dab4d8d556179]

        set correct value of FINDPRODUCT property

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [bb7d331ecdb3a0a4723f770a9f891c00f4a25dbf]

        callcatcher: update list

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [1ed856c2653a029846f31f190ca837824c704cac]

        UniString->rtl::OUString

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [41e055112ea778c7a45d6cc5f0ce32e44bdb031c]

        String::CreateFromInt32->rtl::OUString::valueOf

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [cc84a792f2131d8e5b244f239f5ba71e4ef5d48d]

        WaE: some more boost warnings

2012-04-11  Caolán McNamara  <caolanm@redhat.com>  [ba8b1c2fec58286fe1d128cc54131a858c58e369]

        CLucene headers are better in inc/external

2012-04-11  Miklos Vajna  <vmiklos@suse.cz>  [b0edaff7e2d885f80e96277967bfe29664c83df1]

        fdo#44176 dmapper: fix import of titlepg top/bottom margin

2012-04-11  David Tardon  <dtardon@redhat.com>  [dd9bbad2b19d7c8bbe68dd2cdcf3d90d763d747d]

        also deliver .bin variants of the tools

2012-04-11  David Tardon  <dtardon@redhat.com>  [7c489dc2ec5543c3481d0d5385f3a7a328276cff]

        re-run bootstrap after make clean

2012-04-11  David Ostrovsky  <David.Ostrovsky@gmx.de>  [5342bc073b6dff059f9e60ad5fea6905752f0f9c]

        gbuild conversion: cpputools module
        
        dmake stuff removed

2012-04-11  David Tardon  <dtardon@redhat.com>  [6135a5f5400e62004a225ca992c93148c523ee00]

        add use_internal_*api for StaticLibrary too

2012-04-11  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [1465778ecfadaff3f3f5ce680f42203352da3192]

        Translate German comments

2012-04-10  Eike Rathke  <erack@redhat.com>  [684cf5cca6ea6c8fc2743f1622f624f668db9e84]

        resolved fdo#48516 use "max columns exceeded" message if appropriate
        
        In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use
        SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already
        existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field
        data exceeds STRING_MAXLEN.
        
        Row overflow takes precedence over column overflow that takes precedence over
        cell overflow.

2012-04-10  Andras Timar  <atimar@suse.com>  [5a5f77c3b57fb1c91a178190c1db12606295bf17]

        use correct gid of version.ini

2012-04-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a7f07eab97d9f52431329cb96bc1bf5ebd7da13d]

        bnc#755775: Set numeric formula results when importing xls document.
        
        Without this, calculation upon import may incorrectly show #VALUE!
        in some cells when the iterative calculation option is turned on.
        
        This is on par with what we do during the ods document import.

2012-04-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ff0314bf92cd300ddedad566ab0303ddf5e95c17]

        Method signature cleanup.
        
        Taking a reference to double makes no sense here.  Plus the bool.

2012-04-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8bc22acaa0825c734e4f2dda177ad93b61b488a2]

        Zelle->Cell, Ergebnis->Result and bit of cleanup.

2012-04-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [65775b4e3fc7485ce42842abdd36eddc197bcd1d]

        Let's use constants instead of raw values to make them more traceable.

2012-04-10  Eike Rathke  <erack@redhat.com>  [dd6e7fb5b31d9801977e16d853963ddcf0794a27]

        sal_Bool to bool

2012-04-10  Andras Timar  <atimar@suse.com>  [13a7880bc0dfc1248f1fdc884ca257248bfad2bb]

        remove unused installer::windows::patch module

2012-04-10  Andras Timar  <atimar@suse.com>  [da2ec9aac3699c951c544a51acd6ab3aede706eb]

        fdo#48411 Find install location during help pack install

2012-04-10  Luboš Luňák  <l.lunak@suse.cz>  [3082f7f06b261b951315f096afae34c6b571cc06]

        make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"

2012-04-10  Eike Rathke  <erack@redhat.com>  [8cd05e9cf1152b21528c6f1a5bda3d949dc49791]

        resolved fdo#48501 enable line size >64k in SvStream::Read*Line()
        
        CSV and other text formats may come with line sizes >64k that so far were
        truncated due to limitations in ByteString/UniString/String, even if one line
        consists of several fields that each are <64k.
        
        Introduced additional SvStream methods that read into rtl::OString and
        rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an
        rtl::OUString.
        
        Made Calc CSV import use those.

2012-04-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [bf0629e09d176555aaa10f60061b206103cc0295]

        Grouping ScFormulaOptions

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [e6d4795e52643a8e940f79c1ee6510cc14fdfb38]

        extra love for incompatible expat on macosx

2012-04-10  Laurent Godard  <lgodard.libre@laposte.net>  [b773045fa0470776e37731d5bb9805bfb0cc4a7e]

        to find the headers and (static) library of our internal openssl

2012-04-10  Petr Mladek  <pmladek@suse.cz>  [4045e770193ae632aca7075105dda89686c597d6]

        use x.y.z version also for desktop integration packages (fdo#47840)
        
        This version scheme is used for other packages as well. It is important for
        the desktop integration packages now because we started reseting buildid for
        each bugfix release (fdo#47840). This value is used also for the release
        number of Linux packages.

2012-04-10  Stephan Bergmann  <sbergman@redhat.com>  [b37acfc09e9f24ca602bd1f9343b6af60d0656bc]

        Obtain resolver before spawning process_ in setUp
        
        ...so that tearDown does not hang waiting for (idling) process_ to terminate
        if setUp throws an exception when obtaining resolver.

2012-04-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80c233cddff5daca7ffa3fca0499f539fae5ce62]

        search for hidden rows/columns and not filtered areas, fdo#48449

2012-04-10  Miklos Vajna  <vmiklos@suse.cz>  [95803f44cfa0dc62b500e931e401e0593b0c3eae]

        fdo#47802 fix crash on RTF import of shapes inside tables
        
        We already ignore textframes inside tables, the same should be done with
        textboxes till they can be handled properly.

2012-04-10  Stephan Bergmann  <sbergman@redhat.com>  [c8ef940ae0fc8db4354039a13de46fa986a70cff]

        Remove using directives from svpgid.cxx...
        
        ...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works.

2012-04-10  Gábor Stefanik  <netrolller.3d@gmail.com>  [c73f01822c40d8b7c928e3d6fd0729805cf58c07]

        Remove unused constructor for ParametricPolyPolygon

2012-04-10  Gábor Stefanik  <netrolller.3d@gmail.com>  [231520e7bb996f5ec211ff7e4f64e20f112d8789]

        Kill vbaFontBase::get/setUnderline

2012-04-10  Brennan Vincent  <brennanv@email.arizona.edu>  [7a1c5e54afe4e4ef7e17c2e9c969cd41221edc28]

        Partial fix for bug 30711

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [628d2e71aca4a97723efe36bc398a06e36f199a8]

        fix tinderbox

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [5c8c911f129fd63450116ab95907f789301fce43]

        fix build

2012-04-10  Stephan Bergmann  <sbergman@redhat.com>  [ee0f84f18071bc6cb8381e590c28dad9a0122625]

        fdo#48496 Decode file URL path segment dispalyed as "place" name

2012-04-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [619b314317ae370fbff54900524adbae397cb860]

        Upgrade pixman to 0.24.4

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [dcf24756e5b866a62639ade71df4352f1b8471b1]

        fix typo

2012-04-10  Andrew Higginson  <at.higginsonAtgmail.com>  [8a3aae9b694deb2b41157509e84815a5b7fb7655]

        Resolves: fdo#31022 about dialog is suboptimal

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [65cf853589958a51a3a30f6e03dc578c01c320bc]

        add a getBuildVersion helper

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [f597ebe353f4505e2874c428c2a9487c51000836]

        update unused code list

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [4dab0197957e4329cc92f9cd60e01739cf60aa41]

        filter out WPX

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [1210ba3f1507307c12dd97a75f1b44ae2fdf3260]

        catch by const ref

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [3f82d94bdcf707e6cf30403434c3470930bb0b01]

        String::CreateFromInt32->rtl::OUString::valueOf

2012-04-10  Caolán McNamara  <caolanm@redhat.com>  [0c38c3e0899f50ba2a780ca7c261a622bcf32bb2]

        avoid possibility of storagename collision on 64bit

2012-04-10  Aldo Román Nureña  <aldo.roman.nurena@gmail.com>  [37af4b002422f889ceecc21474a4b049f516b72e]

        fdo#35042: previous color applied instead of "no fill"
        
        There was a missing line when last select highlight color was "no fill"

2012-04-10  Michael Stahl  <mstahl@redhat.com>  [2dca19256f28b04aed07c63f10ba07c16ff81542]

        move include out of editsh.hxx

2012-04-10  Michael Stahl  <mstahl@redhat.com>  [7042f9bc5b4bdf64555ce7313425702594cdb7e2]

        UnoApiTarget.mk: whitespace

2012-04-10  Luboš Luňák  <l.lunak@suse.cz>  [20662349e1b9f82c7cd372a06cba9fc4c750b723]

        disable clang warning about something that cannot be fixed without BIC change

2012-04-10  Rob Snelders  <programming@ertai.nl>  [912e36e911201742633e7c0a0a56f247735ee09c]

        Remove VERBOSE part 3

2012-04-10  Jan Holesovsky  <kendy@suse.cz>  [1ae4c87367d1719a100b61eb694a7a186d2e8d6b]

        char[] -> const char[].

2012-04-10  Tor Lillqvist  <tlillqvist@suse.com>  [34592de6135e88ccf0172229b55c864584ac9fa9]

        More libraries

2012-04-10  Tor Lillqvist  <tlillqvist@suse.com>  [ed1db9186336e11de293b9c74c08e0284e8a1702]

        No sonames on Android

2012-04-10  David Tardon  <dtardon@redhat.com>  [9bbc7cf94a05ce71c34421816005fae1692fb5bd]

        get subsequentcheck unstuck

2012-04-10  Kohei Yoshida  <kohei.yoshida@gmail.com>  [967a3debe7fac2d749324be9af99192d94439da8]

        Non inline methods of ScFormulaResult.

2012-04-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [53a40d5e0dd06735a6e44cd16ed47538108035de]

        Make this non-inline too; for easier debugging.

2012-04-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [4be657d53281680ebfa72e96b93705599f4178e1]

        Removed duplicated methods.

2012-04-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [8b2fb88b124acd8fc7fa3443dafb3f955b47390d]

        Make non-trivial methods non in-line.

2012-04-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e194f5bda1c7cb218f649d316122513f571c5180]

        removed unused defines

2012-04-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e5c6f53714335360c360e99b851da64bd2ccf74f]

        removed OS/2 one

2012-04-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c227447b9ab253a1d263b315ad0a7dbba4b08ff1]

        Write out the groupping

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [1a41f2730da3b9aa2c89d9420209a4b4d2ecb9aa]

        this was accidentally removed

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [0f0063e31d211157e3252ca850236eb45dcf31d1]

        xmlhelp not built for non-desktop OSes

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [ff9cca69744b54ca84d98476a9a969d1aa0ff2d3]

        I meant DESKTOP, not XMLHELP

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [d25ef83c1293f1596d2d2d4d4643e3278959823a]

        Add the lo_get_libmap() for this test app

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [0b67dd10f858caf46a1d55aff1de319d161f44cf]

        Use lo_get_libmap()

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [0b165a6e0a2eb79b2267810edb8cfaa34107ba94]

        Add a header for iOS-specific low-level stuff

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [78fbda359c1b745a271753a44b80512c040fac0f]

        No xmlhelp for non-desktop OSes

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [4cc509293851d29ff5ed38cea11d47a27d09c05c]

        WaE: unused functions

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [f98ffc5be6ec51149e9a44b366d14565d2598829]

        use gb_Helper_make_url here

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [badfd77af86647fa3fe4a38d4675d34b1d591dd6]

        do not overwrite definition included from com_GCC_defs.mk

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [4c34a4698fcf5621266e95b30a1cb5ba0a9e891e]

        remove unused makefile code

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [23572492b12a64f84dadbdd8e922ae71fe2d9c2b]

        WNT_INTEL_GCC: gb_LinkTarget_EXCEPTIONFLAGS are included from com_GCC_defs

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [2907aa4e47ab51e4d7161cdb306cabf09f723ac4]

        gbuild: move gb_AsmObject__command to com_GCC_class

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [6c8c0732bcbde443b5efc92b0066bab4438bd5e4]

        gbuild: simplify and unify gb_Helper_*native*

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [d455d7252a52eacce59bf4ea59217c760e869b0c]

        gbuild: move YaccTarget__command to com_GCC_class

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [0a45deba2be4a77db7540bd050b25bd6c26d7513]

        enforce only one possible use of gb_CustomTarget
        
        This brings two changes:
        - no more recursive calling of make
        - gbuild_simple is now not used => removed

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [7b743c9628d9479ee3fe2650a43eee5a9a02b8a4]

        javaunohelper: use InternalUnoApi

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [02736329564fa54c9a1401515774e7cf58899295]

        cppuhelper: use InternalUnoApi

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [9e7d5cd530365450a404cc26716890ecdc4281b6]

        cppu: use InternalUnoApi

2012-04-09  Matúš Kukan  <matus.kukan@gmail.com>  [bd988a23a17dff20c8ee136750e32e16531080d8]

        scaddins: clean makefiles

2012-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5d2b0f25f14c33c00cbf31d16e50bc9e00d60f06]

        Killed Another instance of svarray.

2012-04-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6cb65d8db375aaf55214417fa041a26849855fec]

        Bool changes.

2012-04-09  Rene Engelhard  <rene@debian.org>  [6cc3499c777bfe07438a24b23bf79ea5c4c2cd74]

        fix mysqlcppconn version check

2012-04-09  Rene Engelhard  <rene@debian.org>  [28f6fedd11aff6bf3b3579d9101e39560f83113f]

        actually add gid_File_Lib_CDRImport to gid_Module_Optional_Grfflt

2012-04-09  Muthu Subramanian  <sumuthu@suse.com>  [1c44b263d789b4c20e9178c6432300e301df94d6]

        fdo43752: PPTX import fix affected odp imports.
        
        Related bugs: n#719989, n#719997

2012-04-09  Julien Nabet  <serval2412@yahoo.fr>  [161fb1781bec7e587743b7589d00c9eb7fa00ac7]

        Remove canvas::tools::calcRectToRectTransform

2012-04-09  Julien Nabet  <serval2412@yahoo.fr>  [26398f9dbf7134f79993f2f8258613124ac2483b]

        cleaning in oox part

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [238ad07d7aa56231ff1a6f812656f89f1c193d73]

        s/pathes/paths/

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [383a9c777f1e9d60584d3b1c26a1440e6bef3fa5]

        s/pathes/paths/

2012-04-09  Tor Lillqvist  <tml@iki.fi>  [e1c10e673c0d1a72f6aa53c257c3aac5fc02f380]

        s/pathes/paths/

2012-04-09  Julien Nabet  <serval2412@yahoo.fr>  [b42c792f50ed11a3efc9c20a4e7eed5163fdaed7]

        Remove some unused methods

2012-04-09  Julien Nabet  <serval2412@yahoo.fr>  [b3e2cbc68f3501d3925f8789b1addc8ad4f8e9c0]

        Dump other unused functions in oox

2012-04-09  David Tardon  <dtardon@redhat.com>  [2753a9904ce4caeeacca5eb2987319dc179c428b]

        do not put things directly into $(WORKDIR)

2012-04-09  David Tardon  <dtardon@redhat.com>  [6de739282998cecb83029bb1f53c8698d3515eee]

        add package deps for resources

2012-04-09  David Tardon  <dtardon@redhat.com>  [d445802b08e25ad14a11be5939566d5645b2ea51]

        add gb_SrsTarget_use_packages

2012-04-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [a2a982508f3424c552fe63433bc39ffda0d63604]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [39ba666f802db07e34eb848ad4e5f39ff85dd6ed]

        Fix "Same expression..." reported by cppcheck

2012-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e79c9c4c5a84f0409362361901fbdcb6a574ed87]

        Generate SVG preview of embedded WPG image

2012-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [04950bf3c339f074588fbcff7121fdff76f00163]

        Allow conversion of embedded images to another binary image format

2012-04-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [00e60cf7c9b1c9dcd0cee90bd67877b02be46c32]

        More RTL_CONSTASCII_USTRINGPARAM removals

2012-04-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [0c1151a49adcc4b10840b3196437090e6f90331a]

        More RT_CONSTASCII_USTRINGPARAM removals
        
        This time with sd/.../ui/unoidl

2012-04-08  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [e4fb171d3ad15ae9abbc93d9db956674498c9dd5]

        Replaced a few equal calls with ==

2012-04-08  Luboš Luňák  <l.lunak@suse.cz>  [8e5318b0b971580f8dabecc1318c74e799e84d53]

        OUString( whatever ? "foo" : "bar" ) does not work with MSVC

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [6266d51db89429f16d4e4bc4ccb4c896096cda90]

        Keep on cleaning oox

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

        np_sdk is used even with system mozilla headers
        
        See np_sdk/Package_inc.mk .

2012-04-08  Caolán McNamara  <caolanm@redhat.com>  [b68c42fd68760cbce0a0ca4ac81d4aeaf777e7fa]

        callcatcher: reduce WorksheetHelper

2012-04-08  Rafael Dominguez  <venccsralph@gmail.com>  [1bdc495cccaa7bc3be4718515082c70e42cdadc4]

        Cleanup of C2U macro in chart2.

2012-04-08  Rafael Dominguez  <venccsralph@gmail.com>  [561a2d63eae07ced7f7f1822e8e5a0de0b989f76]

        Cleanup of C2U macro in chart2.

2012-04-08  David Tardon  <dtardon@redhat.com>  [e27674781a99faff65db42bc20eeffb8ef5596ae]

        only add -env: args for tests that use URE

2012-04-08  David Tardon  <dtardon@redhat.com>  [5fcacd84082b039c4c2d6f3470d51b3c49b3110c]

        rename gb_CppunitTest_uses_ure

2012-04-08  David Tardon  <dtardon@redhat.com>  [fbbb833dda9e86d93e8f45f02a1286edb81033a3]

        compile- and run-time use of UNO must be split
        
        There are unit tests that do not use URE, e.g., in cppuhelper.
        
        This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8.
        
        Conflicts:
        
        	sot/CppunitTest_sot_test_sot.mk
        	svl/CppunitTest_svl_urihelper.mk

2012-04-08  David Tardon  <dtardon@redhat.com>  [cd2c512f9f6b6aa000fa48efb18033b3ebb3a264]

        clean up

2012-04-08  David Tardon  <dtardon@redhat.com>  [36e7740104e2049518cf826c38eceedac36c8b73]

        add function for converting path to URL

2012-04-08  David Tardon  <dtardon@redhat.com>  [814484b2ac50edb2c5b4d296afefe3a4891596ba]

        rename gb_CppunitTest_set_arguments
        
        It does not actually _set_ the command line arguments, but rather _adds_
        to them. IMHO the new name reflects this fact better.

2012-04-08  David Tardon  <dtardon@redhat.com>  [e3cf2b45f700fc5f4d19790b4b29175b33d38048]

        simplify use of configuration from unit tests

2012-04-08  David Tardon  <dtardon@redhat.com>  [e5f16b8d3e4b0fc3c772c7cfdd0abdf3a749650e]

        always use --protector for UNO tests

2012-04-08  David Tardon  <dtardon@redhat.com>  [33e9f3d3d6b29545ef9df3f5334c015e15caa5c8]

        drop uses_ure

2012-04-08  David Tardon  <dtardon@redhat.com>  [79beb586474139c858ddb2881cf6aa20c6821cbe]

        we do not need to differentiate between type and service rdbs now

2012-04-08  David Tardon  <dtardon@redhat.com>  [fe209e78db5df329f38363a23109dcec67f4abcf]

        let use_api handle the use of type rdbs at runtime
        
        Or is there any use case where we would need to use UNO API headers, but
        not require the appropriate type database at runtime?

2012-04-08  David Tardon  <dtardon@redhat.com>  [e4406fdc4b92427427b156c75ee048b5adf28410]

        more cleanup

2012-04-08  David Tardon  <dtardon@redhat.com>  [f2f09efd3cac622b3f4abf42695ccab0eed37247]

        fix generation of test arguments
        
        udkapi.rdb, resp. xml/services.rdb were not added to UNO_TYPES, resp.
        UNO_SERVICES env. var. in all cases.

2012-04-08  David Tardon  <dtardon@redhat.com>  [4a271bf4d2914473036c449550f165d7bf878f44]

        gbuild: "use" vs. "add"

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [2283607f49146c8b1e6dd618d5fa1f89f7804797]

        Clean oox::xls::WorkbookSettings

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [ade4aac3dcaa29872f0f8a81e5e332f5566faddf]

        Clean oox::xls::SheetViewSettings

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [1ea28ebcf0a7719fd2ba18054c5dfbb1da229348]

        Dump MarkManager::dumpFieldmarks + extractIntFromAny from vbahelper

2012-04-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5f80687188db3a29fb0c3a5fe587aeeb3e13dccd]

        Revert "fdo#41739: Math: do not skip "newline" on error"
        
        This reverts commit f52138deee9e129d0566f06d1d2138b6b159d16a. It was the cause
        of infinite recursive loops (huh, why, that was obvious!).

2012-04-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [eab7e131ecebe4cdefcdcb1ad176bbdce83cb467]

        starmath: fix DEBUG_ENABLE_DUMPASDOT build

2012-04-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [39d8a541e623fd3ae91e28dc6dfc34411bf23b57]

        Add Barcode 1.3.5.0 extension
        
        Barcode 1.3.5.0 release:
        
        * LibreOffice 3.4.x-3.5.x support
        * Resizeable barcodes
        * CODE128 fix

2012-04-08  David Ostrovsky  <David.Ostrovsky@gmx.de>  [f55eed29c68205f69dd263f8a9657ac407a73ee3]

        gbuild conversion: rdbmaker module
        
        dmake stuff removed

2012-04-08  Michael Stahl  <mstahl@redhat.com>  [449582407a0aad8096bb2ec75588e6e7d7de0169]

        extensions: add np_sdk_inc to mozilla_headers external

2012-04-08  Michael Stahl  <mstahl@redhat.com>  [4c50f23f87e391d93ded2564000589ef1a70696a]

        LinkTarget.mk: remove gb_LinkTarget_add_package_headers

2012-04-08  Michael Stahl  <mstahl@redhat.com>  [ec3bf5e35ef08cdf809272d31308d70342993398]

        StaticLibrary.mk: linking against dynamic libs considered silly

2012-04-08  Michael Stahl  <mstahl@redhat.com>  [c923f7d2c210dc7846767fc0ac6ece2a0d7812a8]

        gbuild: "use" vs. "add":
        
        Naming convention for gbuild methods:
        - "add" is used for stuff that is logically a part of the target
          (i.e. not registered at the Module, but defined in the target's makefile)
        - "use" is used for stuff that is logically a different target
          (i.e. it is registered at the Module, has it's own makefile, may be
          in a different module than the target)

2012-04-08  Julien Nabet  <serval2412@yahoo.fr>  [a16060116346533923c607bd406d3fea511b41ec]

        Fix Prefer prefix ++/-- operators

2012-04-07  Julien Nabet  <serval2412@yahoo.fr>  [b63afcd27df0eb7123782b7d80bc0963df9fedb9]

        Clean oox::xls::WorksheetSettings

2012-04-07  Julien Nabet  <serval2412@yahoo.fr>  [c893a820c447c9014d35597a37c3220c261e35ae]

        Fix Redundant assignment of "nModToken" in switch

2012-04-07  Caolán McNamara  <caolanm@redhat.com>  [e414736c8b3e55b4ddc2bf308435ef6f726fb517]

        add headers to Gert's files

2012-04-07  Caolán McNamara  <caolanm@redhat.com>  [63de3197af6ce874e441936638c4a9a73af4b1a3]

        WaE: msvc, unreachable code

2012-04-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [85bdc19fcb6a1a71d6aef0f00b8610f4b85e5a00]

        More stuffs related to OUStrings in sd

2012-04-07  Luboš Luňák  <l.lunak@suse.cz>  [69d46dd7a6adfffd71da055bb65108c80d27395f]

        do not include contents of huge sc/sd/sw libs into tiny unittests
        
        This decreases debug build dir size by about 0.5G for gcc and 1G for clang.

2012-04-07  David Tardon  <dtardon@redhat.com>  [5b5301618fde17693f5299c2a55ae91fe8a12b11]

        bah, really deliver the files

2012-04-07  David Tardon  <dtardon@redhat.com>  [063c4244e4254ba85c2146b9c49e5d76b503de62]

        drop executable flag

2012-04-07  David Tardon  <dtardon@redhat.com>  [7de1c843d61729e33f7d4c7cc516a78b465b84b3]

        install xsl files too

2012-04-07  David Tardon  <dtardon@redhat.com>  [ac588638dcb2498ac42d7e1a958e598cc845d4c5]

        path changed after gbuild conversion

2012-04-07  David Tardon  <dtardon@redhat.com>  [735c529277e2d667b6949a4753546f16a228ceac]

        move clucene back to OOO layer

2012-04-07  Luboš Luňák  <l.lunak@suse.cz>  [15953ab15b082638de8e8795abad5213be49bd08]

        make linkoo not create backups by default
        
        The 'linked' files are not used by anything, and they just waste space.
        If somebody wants them for debugging or whatever reason, use --backup.

2012-04-07  Caolán McNamara  <caolanm@redhat.com>  [aefbfc7101bb9b4ef20968d45306ab97573f6597]

        callcatcher: update and remove newly unused methods

2012-04-07  Caolán McNamara  <caolanm@redhat.com>  [3f2b771e5f53a7f079416ae6fc42625420b725d7]

        don't need this pure virtual impl

2012-04-07  David Tardon  <dtardon@redhat.com>  [21ec3dbaa600f4d13792a6ea49090083a8f1150b]

        move xmlhelp to tail_build

2012-04-07  David Tardon  <dtardon@redhat.com>  [69bd2f3630d83dbcab4cfb9d9ff7ccc6b7f2a139]

        gbuildize xmlhelp

2012-04-07  David Tardon  <dtardon@redhat.com>  [22c60cbbfbee2aaae9710af020e150a30a17a49e]

        add external for clucene

2012-04-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [29598e43c4f1262314274d341532a0143255634b]

        More OUString ctor  simplifcations
        
        remove more OUString explicit contructions
        
        (make C++ strings look like Strings)

2012-04-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [09d46a68510a14862226f48503bbef798b8426e9]

        More refactoring at OUString explicit constructors in sd
        
        Remove some explicit OUString constructors in sd/.../ui

2012-04-07  Luboš Luňák  <l.lunak@suse.cz>  [6a7cb5088bc162c3bf2cadf6cd9e5b03865106e6]

        no trailing \ on last line, so that endif is taken as a directive

2012-04-07  Julien Nabet  <serval2412@yahoo.fr>  [942acfd678f1599b4dc2b05d9e5b4eca07177459]

        Some cleaning in oox::dump :
        
        oox::dump::InputObjectBase
        oox::dump::Output

2012-04-07  Julien Nabet  <serval2412@yahoo.fr>  [c1036d7ab06e6b85763e90659c08e1f450ff50ab]

        Remove unused code oox::xls::PageSettings

2012-04-06  Olivier Hallot  <olivier.hallot@alta.org.br>  [ca8a3e0034865556de9a0f1ad3050855b595348b]

        Further refactoring after RTL_CONSTASCII_USTRINGPARAM removal
        
        Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal.
        Remove rtl::OUString() inside functions.

2012-04-06  Caolán McNamara  <caolanm@redhat.com>  [16fc0fdb9008ffc48a6a363ffcd50555835a3857]

        callcatcher: update unused code

2012-04-06  Caolán McNamara  <caolanm@redhat.com>  [121e715d9a6161842a69423f75be03a7bf39aa8d]

        optional argument is always provided

2012-04-06  Caolán McNamara  <caolanm@redhat.com>  [f5407c72f94117c9a172d1ac1466f5dea88a3a59]

        UniString::CreateFromInt32(0) -> "0"

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

        enable -fno-enforce-eh-specs only for non-dbgutil builds
        
        The code uses exception specifications, so it doesn't make much
        sense to have them, but disable them using a gcc option. MSVC
        ignores them completely, so this would leave only clang as
        the only compiler to enforce them. Either the majority compiler
        needs to enforce it at least in dbgutil builds (in product builds
        the option can be seen as a kind of NDEBUG), or alternatively
        the exception specifications should be removed.

2012-04-06  Luboš Luňák  <l.lunak@suse.cz>  [837aa67861275dd56831cbba03a989b5ad71db4b]

        reduce overzealous naming

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [d6bc02f8c4cd0f50f0a2631ac7634dab408efc1f]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator

2012-04-06  Jan Holesovsky  <kendy@suse.cz>  [0e1c0587617e0a6e4295a13599e97cdf6d1d2ea9]

        I suspect the logic is supposed to be the other way around.

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [27cea710fd1e4e8887bcb95e1d25a53d9eae9f22]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
        
        Pattern used:
        
        find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [99268dbe1fc25bc2d04eefa1a9f7e2cf7b398065]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
        
        Pattern used:
        
        find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;

2012-04-06  Jan Holesovsky  <kendy@suse.cz>  [7acf99de38a74673a4e57d2b7862757029ee289e]

        Kill this.

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [ff496d9124b44c763cae2d45fe337e75781b743c]

        javaloader: add_linked_lib salhelper

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [b33134d246a49cab13bbeb6c95f862faf0a69268]

        fix build of jurt_urp

2012-04-06  Miklos Vajna  <vmiklos@suse.cz>  [46e7e5a505ddc2933316ba1d42895155a26e8b67]

        n#751017 testcase

2012-04-06  David Tardon  <dtardon@redhat.com>  [2c1d6b2fdee1e3572769146d77addbccea7bc513]

        fix makefiles

2012-04-06  David Tardon  <dtardon@redhat.com>  [565707cda484b10c1809525df1670b378f9a61f8]

        fix build on windows (i hope)

2012-04-06  Luboš Luňák  <l.lunak@suse.cz>  [2dde3c3ebb8e66535bb9d9d50c5494323d2bc876]

        reset the flag before checking it it will be set again

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

        fix gcc-4.0.1 and/or 32bit build for string literals
        
        Plain 0 is ambiguous to convert to either long or const char*,
        and just adding an overload next to sal_Int32 would be a dupe if
        they actually are the same type, so just go with plain int, which
        is the sensible thing to do anyway.

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [743f22045c4ec08c46c259fc0ba240194a391457]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
        
        Pattern used:
        
        find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;

2012-04-06  David Tardon  <dtardon@redhat.com>  [0c6ebe5d225d6a655f078977455cec6d0a3afa6e]

        Merge remote-tracking branch 'origin/master'

2012-04-06  David Tardon  <dtardon@redhat.com>  [7545dbbf64e959cfb166556935946f442199e92b]

        merge feature/gbuild_components

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [8a01ee624318ac08800af89d988971114637a04e]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
        
        Pattern used:
        
        find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;

2012-04-06  Jan Holesovsky  <kendy@suse.cz>  [6cf547f02c79278430ee75483a3128076cfc609e]

        Do not extern these const char[]'s.

2012-04-06  Luboš Luňák  <l.lunak@suse.cz>  [066dbfd1970b8ea58ba16b07b2a57f61c0cb8e36]

        string literal O(U)StringBuffer ctors too, after all

2012-04-06  Olivier Hallot  <olivier.hallot@alta.org.br>  [7d82fb18fe6ae68f6eb6a33c6030105f9e2fe232]

        Review of some RTL_CONSTASCII_USTRINGPARAM removal
        
        Remove OUString constructor where not needed.

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [501e290b8eb86a31e936e210aeb76d0b8c1a12b3]

        include variable before it's used

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [12b3707ed2ccd77a8fd8b8f341ea035c22d87f40]

        ops, this should not be deleted

2012-04-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [f770c5d6bc7fd54f3cd3781d250820b5e86922e7]

        Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
        
        Pattern used:
        
        find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [0168b4e6ec645ab3706a1c6104b2aba4a7002536]

        make add_custom_headers better

2012-04-06  Thomas Collerton  <tom.coll91@gmail.com>  [9f92346e7c711786243d41bcd952b61cc922a21f]

        Remove unused code (vcl)

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [c282d0a3d838433a44f953c2681f5df71551f34b]

        jurt: use CustomTarget makefile

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [1dc52cbc244cc5188f4a8091d448e2d4a9dbf820]

        ridljar: use CustomTarget makefile

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [c92c4ca8ed68092acba486159c5d30b09271caf5]

        unoil: use CustomTarget makefiles

2012-04-06  Matúš Kukan  <matus.kukan@gmail.com>  [149cb468859e1f50e4a7ee1200f329791be97894]

        gbuild: add customtarget dependencies for java stuff

2012-04-06  Miklos Vajna  <vmiklos@suse.cz>  [1a3ab52289338c4f07fc9fee3f9022be114d2553]

        rtftok: drop m_bIsSubstream, we already have a m_pSuperstream
        
        Originally there was m_bIsSubstream (true for footnotes, headers, etc.),
        then we needed a pointer to the original stream, now the boolean value
        is redundant, so remove it.

2012-04-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [fe51974e6515f48a6e6881e5837027d08c8d66e9]

        More removal of RTL_CONSTASCII_USTRINGPARAM in sd
        
        More removal of RTL_CONSTASCII_USTRINGPARAM in module sd

2012-04-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [e912c601843d505de9c92ea04fd54f11016d37c8]

        More RTL_CONSTASCII_USTRINGPARAM cleanup
        
        More RTL_CONSTASCII_USTRINGPARAM in module sd

2012-04-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [8981d1d06f2f6225b70d2e51ba0b994a2469037e]

        Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in sd
        
        Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in module sd

2012-04-05  Julien Nabet  <serval2412@yahoo.fr>  [7d2508572a0389bcb1c803911024296f411af653]

        Fix Prefer prefix ++/-- operators
        
        Includes too replacement < by != for comparison between current and end iterators

2012-04-05  Stephan Bergmann  <sbergman@redhat.com>  [7a56eef989b828c495d34c34de99d1b863f223e2]

        Clean up optional online update module
        
        * The updatecheckui lib is part of that module; should its scp entry also be
        marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"?
        
        * unpack_update (and other scripts as well?) need only be generated if
        ENABLE_ONLINE_UPDATE.
        
        * It is inconsistent that there is a distinct onlineupdate.xcd not merged into
        main.xcd, while the updchk and updatecheckui component files are merged into
        the global services.rdb.
        
        * The updchk res file should also go into (a resource sub-module of) the
        optional online update module.

2012-04-05  Eike Rathke  <erack@redhat.com>  [0de1b33bf73f075cff12fbe288129b2afff8216d]

        resolved fdo#48347 do not override preselected CSV with SYLK detection

2012-04-05  Tor Lillqvist  <tlillqvist@suse.com>  [0d5f437bf7ee3ea8cf9787ccf8bf22d67eee92b8]

        Catch attempts to open /assets files read-write. Improve debugging output

2012-04-05  Tor Lillqvist  <tlillqvist@suse.com>  [694bb9f5de9128657225f3cab0baa14186c62480]

        Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2

2012-04-05  Tor Lillqvist  <tlillqvist@suse.com>  [8451dec867e8443349921c3a5a2fa7c5205a30a6]

        dlopen() also the sw and swd libs ahead of time so that they can be debugged

2012-04-05  Tor Lillqvist  <tlillqvist@suse.com>  [cafcd8577480d79baa070cec3bd1cb973d06f88c]

        Set TMPDIR also in non-NativeActivity apps

2012-04-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c5154a179f435cc23798057895b0db8312bcd6f6]

        SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULT

2012-04-05  Michael Stahl  <mstahl@redhat.com>  [dc2fe18e95731dcb7c9e2027f45fdaf265490592]

        fdo#43895 lp#905355: fix the fix so it doesn't crash
        
        rtl::OUString rtl::OUString::copy(sal_Int32) const: Assertion
        `beginIndex >= 0 && beginIndex <= getLength()' failed.
        (regression from dd2fe95cce75f1157bd1c75d286a0047b2e4175e)

2012-04-05  Michael Stahl  <mstahl@redhat.com>  [d564c79e6d0780882845a28d8ab32f9eb3dee03b]

        shell: fix silly flags from 2c5a817591

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [735a2cba30c55b5aff4883389f65255fb2d07458]

        cppcheck Uninitialized variable

2012-04-05  Rob Snelders  <programming@ertai.nl>  [45413e32fe643bda1cc1647c8af7eae3309e9c7d]

        Removal VERBOSE

2012-04-05  Winfried Donkers  <osc@dci-electronics.nl>  [8ae3e12fa8f1a1410622bc2bea1eccdec86e0acf]

        remove unused code

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [47bc24a6bf5074c59d2f2a6bef79e5e70c842889]

        Resolves: fdo#47068 use of pointer to deleted object

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [01028864214a1b1ee6bf3f00fca142baf7b1d40c]

        Resolves: fdo#45271, i#17964 count CJK words the way that's expected by users

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [53600134ec737d50808c0f630b536229ad3310bb]

        no use is made of FmFormObj::m_nType

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [5688b51bcb23b12b335dadf4430b7b7c4407cbfb]

        UniString::CreateFromInt32 -> rtl::OUString::valueOf

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [dd20a8c6e2ebeceff90567597d712e4c03c2ac7d]

        SvtFileDialogURLSelector::OpenURL can go apparently

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [fe630f3b097ca2bf173f21de77ed1535c767d0b9]

        callcatcher: update list, add README, remove some newly unused code

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [9c2dee67b56085ab8535a90810bf885fe0afd30c]

        drop methods only used in svdem

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [83b42cdccb797f1faf427b0beabc3806c5849592]

        convert (ugly) WriteUniOrByteString to rtl::OUString

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [5daa649c56250b60c35f58e11d245459067d7d83]

        disabled for 11 years, not like to get fixed soon

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [c8ec81032478136c7e96d8df3b3536b90aee770d]

        pure virtual with unused baseclass impl

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [3c19ff4f8531067623c7033c3b8da0c75254622d]

        DEFINE_CONST_UNICODE isn't needed here anymore

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [69fec63d46bf4e93c84134e9203f7392b9e63542]

        unused U2S define

2012-04-05  Caolán McNamara  <caolanm@redhat.com>  [4cc2654c57154a0ac433c6dd7bc65f352f12e332]

        String::CreateFromInt32 -> OUString::valueOf

2012-04-05  Petr Vorel  <petr.vorel@gmail.com>  [07ff032c805835355ff0dff75b8ad534dfb770e9]

        remove unused code (oox)

2012-04-05  Tor Lillqvist  <tlillqvist@suse.com>  [45d1ebeca54c22d35777c57cdbb6b3a9dad55632]

        Open the document read-only

2012-04-05  Michael Stahl  <mstahl@redhat.com>  [5913506b2193e93ca2767ab7365ab2e76ed7848f]

        fdo#45562: paint borders in SwFlyFrm::Paint:
        
        Painting borders of Flys in the heaven layer cannot be done correctly in
        SwRootFrm::Paint, because delaying until then paints over other drawing
        objects that are on top of the frame, so do it in SwFlyFrm::Paint,
        like the old border painting code used to.
        (regression from 804d0a896731629397c5328c13c04a45bc55f459)

2012-04-05  Michael Stahl  <mstahl@redhat.com>  [6e8cbfc63a30c3924d61e22d9cdf43ede78ee288]

        sw: remove more silly realpath from makefile

2012-04-05  Michael Stahl  <mstahl@redhat.com>  [cd546c166ed5ec72f97994f2eddf292e06bbb052]

        oovbaapi: remove bogus ttt.diff

2012-04-05  Mark Wolf  <mark.wolf.music@gmail.com>  [8307fe9f65ef6011014d75041b3ddbc90d421b6a]

        Translated German comments to English in folder 'sal'.
        
        sal/qa/rtl_strings/rtl_old_testostring.cxx contains some German comments still
        but the code itself uses test strings in German. When the test strings appear
        in the comments, they were left unchanged to maintain consistency.
        
        Mark Wolf

2012-04-05  Miklos Vajna  <vmiklos@suse.cz>  [1cb273098188b5749109b8f58516e7003600a704]

        n#751017 dmapper: fix handling of GetExpression and SetExpression fields

2012-04-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [85197292605df14a10c6ee3ee75e614b2abf1c7d]

        Remove macro RTL_CONSTASCII_USTRINGPARAM
        
        Remove macro RTL_CONSTASCII_USTRINGPARAM in starmath (partial)

2012-04-05  Winfried Donkers  <W.Donkers@dci-electronics.nl>  [11f5d3db58dcce64a964d1e4d26eb81e2bb709f1]

        Unused code removal.

2012-04-05  Santiago Martinez  <smvarela@gmail.com>  [62f5df61ff89269e177dd2b8a9d939f49cdbea2d]

        Unused code removal.

2012-04-05  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ba80af89a78b49954fd4a47ce95450d7f9247796]

        The real cleanup I meant to commit earlier...

2012-04-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08ee936f3d1cd0d0424dd50bc96da19faf424a86]

        small memory leak in table3.cxx

2012-04-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9646685f3ead54fc67bc457a4804defce8a88e05]

        this does hopefully no longer result in a crash

2012-04-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [afcf1800440aa5c4b9671bc402ea8fff9d9154a4]

        remove the sort entry limit in table3

2012-04-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e887edcaacc5b0f5e35d682a259124648e84229]

        Revert "Cleanup. ScPivot(Collection) is no more."
        
        This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.

2012-04-05  Eike Rathke  <erack@redhat.com>  [a5eadc6aaafec92df23c57e258882a2c98ece0ad]

        resolved fdo#40021 don't let CSV import get confused by erroneous HTML detection
        
        HTMLParser::IsHTMLFormat() is convinced that anything containing a valid HTML
        tag would indeed be HTML, which is a rather idiotic assumption for us in the
        case of "foo <br> bar" with a preselected CSV filter. So keep this detection to
        the end.
        
        The original order where preselected CSV had precedence over others was changed
        with 9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6

2012-04-04  Eike Rathke  <erack@redhat.com>  [09d98dfe89a651c1b33a07c3d23e20b266d163e7]

        resolved fdo#46699 do not write compound document header when reading 0-length file
        
        Creating an SotStorage with a 0-length stream has the side-effect of creating
        the compound document (aka OLE storage) header on the stream and effectively
        writing that to disk, thus garbling the empty file.

2012-04-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c770d2c8472402eecbb88ec72885cd9d6447d370]

        Method declared but not implemented.  Removing...

2012-04-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e0fd2c61e47c994d050d9afcb9578e096e1489b6]

        dbgutil fix.

2012-04-04  Luboš Luňák  <l.lunak@suse.cz>  [e2b7e28c12bb836fd7ab1dcbfc2460f807dd27f6]

        adjust gcc3_linux_intel bridge to work with clang
        
        Otherwise exception throwing seems to be broken.
        This is a partial revert of b0515ea5fa6c29faebed616ae3e0213c72d24904.

2012-04-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [568d3912bf8ced76ecb9506bccc3bd361daba082]

        Cleanup. ScPivot(Collection) is no more.

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [bc21df051670cc78094779d9b4cd1d6cc78e9509]

        No dialogs to be shown from vcl in a non-NativeActivity Android app

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [a5aa747d59dd67731d46c7f023bf15f2b431cdb3]

        Use -g in CFLAGS when debugging requested

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [cdc92518c53a15945f6fc4aaad4fbc40172d257c]

        Do unpack fonts and include them in the experimental Android app

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [00e093ea6c601a9f549f5678ee0ba932ebbab238]

        Use proper Android font names, use longer rescan interval

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [7fbb897391f563e9bda7732f3e50959f82d6921e]

        Add debugging output (this file is experimental anyway)

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [9d200b61aaf6cb8b06f0bbff3cee842b21d56052]

        Hmm, no, why would we want the desktop GUI images in this app?

2012-04-04  Tor Lillqvist  <tlillqvist@suse.com>  [d2b516eb2640fe1d55a7e1cde97a8e0227f5be3e]

        Tiny edit

2012-04-04  Eike Rathke  <erack@redhat.com>  [fe753d02207829282d2f40f72090988922fa9594]

        removed unused member variable

2012-04-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0e355da592008257ec02bd68d37ff67b32eaa8c6]

        De-coupled ContentNode from XubString inheritance.

2012-04-04  Kohei Yoshida  <kohei.yoshida@gmail.com>  [35c17477170e9d10b9f9d7edeaf1da660a718df6]

        Merge EditAttrib into EditCharAttrib.
        
        This separation makes no sense.

2012-04-04  Eike Rathke  <erack@redhat.com>  [58e562e730485e860dfe484cdc09c67f1d73dc5a]

        fdo#33088 better CSV import default separators

2012-04-04  Michael Stahl  <mstahl@redhat.com>  [61af0e1c3c1c9003c741d64840f9b6f39ea87ead]

        ScDBDocFunc::Sort: work around STL assertion in sc_unoapi
        
        from dbdocfun.cxx:588:
        error: attempt to subscript container with out-of-bounds index 0,
        but container only holds 0 elements.
        
        The code in sortparam.cxx still looks quite wrong, and
        in table3.cxx there are various arrays hard-coded to size 3...
        
        (regression from a02b445c39d969fedc554fc2c500b88a27a13906)

2012-04-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [a64475a0ac7f9be2e599e0b2bbc643fcb55a4c1f]

        Translate German comments

2012-04-04  Victor Lee  <konya.vic@gmail.com>  [2ba78d1ed9fca82156eebb460b398829b5a3b6db]

        Remove duplicated and unused IDs.

2012-04-04  Luboš Luňák  <l.lunak@suse.cz>  [ef9620df989cd1e3ab9cf2e289b035231cca4d39]

        remove an assert from an attempt to silence clang's false warning
        
        http://llvm.org/bugs/show_bug.cgi?id=12459
        It is not clear to me why the explicit cast was there in the first
        place, but removing it probably can't make the situation worse
        than aborting incorrectly.

2012-04-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [33619919036457e3a37c4c47a8cef274d55253a8]

        reuse existent function

2012-04-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b49f69aee6f48fb9367a2a9548182dcd84eb5296]

        fdo#40948: TOC dialog, Entries tab: the right arrow button does not work
        
        regression from 39b8a5f87f55abe53488c9c3c35b65fb0df84cd.

2012-04-05  Takeshi Abe  <tabe@fixedpoint.jp>  [b905ac19da5d4168c06f42c21418ccdb2a5d9290]

        removed unused defines

2012-04-04  Eike Rathke  <erack@redhat.com>  [9dce646fbc187a0ca0ef0b22a0a2bdd8845689d0]

        fdo#48111 added English_Malawi [en-MW] locale data

2012-04-04  Luboš Luňák  <l.lunak@suse.cz>  [34f4cc01241c916c7d2a39360bc98af6d67dbb6a]

        remove unused code
        
        The operator is now automatically provided by ustring.hxx, and I think
        this one would not be found with C++11-compliant namespace lookup anyway.

2012-04-04  Stephan Bergmann  <sbergman@redhat.com>  [7d96faeacd284ca30a04f6a5af06f06c5cc02c36]

        Improved error reporting

2012-04-04  Stephan Bergmann  <sbergman@redhat.com>  [09be30729e081a636886ffadc3179469098c5512]

        Minor tweakings

2012-04-04  Stephan Bergmann  <sbergman@redhat.com>  [932f5a4b1f001c11bab8fb10d3be324ded13193f]

        Fixed include guard copy/paste error

2012-04-04  Michael Stahl  <mstahl@redhat.com>  [3fd17063706df98b1606f7a5426019ce8f1db201]

        flowfrm.cxx: tweak comment translation

2012-04-04  Michael Stahl  <mstahl@redhat.com>  [4f22b335169af39c07d56b8b85ddbef3e34fa0b6]

        txtfly.cxx: translate comments

2012-04-04  David Vogt  <david.vogt@adfinis-sygroup.ch>  [c3b72f69e093d79a1b263964633fe2ddfaef2e45]

        Translated source comments from german

2012-04-04  Stephan Bergmann  <sbergman@redhat.com>  [0bb56e88f66e62ec305f863d83aa65a46e1b2ba3]

        -Werror=unused-but-set-variable

2012-04-04  David Tardon  <dtardon@redhat.com>  [a4b8a1c9f50bca3b557efca75100d9532a404ec6]

        fdo#33914 do not play sound in presenter console

2012-04-04  David Tardon  <dtardon@redhat.com>  [6ab4fac5a518fe7405936b753011dfd8c413bb62]

        set alpha too

2012-04-04  David Tardon  <dtardon@redhat.com>  [2049940bac74a5230decedacbd95407d93c116db]

        remove useless line (probably mis-merge)

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [1e7fd91514940520c33f14898c2298d1251ac34d]

        fix so_activex_idl, part two
        
        The order seems to be important here.
        However it has worked for me and I am not sure this will fix tinderboxes.

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [0a560f993fb8917a5e2a96d546679484ca8c98e2]

        fix so_activex_idl, part one

2012-04-04  Stephan Bergmann  <sbergman@redhat.com>  [b0515ea5fa6c29faebed616ae3e0213c72d24904]

        Adapt cpp_uno/gcc3_linux_intel to GCC 4.7
        
        ...the same way cpp_uno/gcc3_linux_x86-64 was already adapted.

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [13191ad7cd25871c08066817b6cc55b0d7ea419e]

        gbuild: fix cleaning generated object files

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [be3c5c7c56673337c634c097cca0e1eaf2895891]

        sdext: use CustomTarget makefiles

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [b635ee568cba6dc828084cdbd9e9b9995ddf7a68]

        extensions: use CustomTarget makefiles

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [8cb0d4f0b7368a86ba98cdb3bfeaa45b43a5f1f1]

        officecfg: use CustomTarget makefile

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [8aab8292fedb840238f654530df67b6e79ade537]

        writerfilter: use CustomTarget makefile

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [d26e13bd7a8693867ab86eabec50212c95d4f3f6]

        jvmfwk: use CustomTarget makefile

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [58404101e8cd436131fe0e8a36b467f167d7b8df]

        filter: use CustomTarget makefile

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [d5c18a48f82a7336536b6a353f267aefc1142455]

        desktop: use CustomTarget makefile

2012-04-04  Matúš Kukan  <matus.kukan@gmail.com>  [4873eb6f5c79f3637b209888b7ddb51d66abbfb6]

        gbuild: do not let generated source files depend on headers (ver. 2)

2012-04-04  Martin Hosken  <martin_hosken@sil.org>  [9b6b1558a3654625ce9a5bef2bee5245db81ff88]

        Fix cursor movement in graphite fonts

2012-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3e518738973fdad6d5426f2a9318aa54e224a2c]

        some small corrections to the sort entry patches

2012-04-04  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [71402a06a5aaf8ea5f8d956dabe513dab52bd421]

        fdo#45747 reverted use of init lists for backwards compabillity

2012-04-04  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [a02b445c39d969fedc554fc2c500b88a27a13906]

        fdo#45747 remove the limitation to 3 sort entries in calc part1

2012-04-04  Karthik A Padmanabhan  <treadstone90@gmail.com>  [62d745ddde6b60aaaa796123f45b3df8c10e9869]

        Test cases for ScDocFunc::RenameTable()
        
        Rename twice and also check if upon renaming two tables have the same name or not

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [66aed6f470c795f172fa85b89ae9d25c76eb38bd]

        New try to sort out the overloaded virtual method weirdness
        
        Revert "Clang WaE: -Woverloaded-virtual weirdness, this seems to help"
        as that broke tinderboxes. Try another way instead, renaming two
        versions of the overloaded render() method, so that there is no longer
        any overloading.
        
        Compiles -Werror-clean with Clang, hopefully no problem with other
        compilers either.
        
        This reverts commit 86b99ab408c7235604a1a02d7bc531fe5d5f97f6.

2012-04-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe]

        better drawing support for borders of different width, fdo#33634

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [71da75abda60172ee9b8f42c1bf5de2f48a731b9]

        I need to check for empty-ness here too.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e5d378b1ba04c470e0c6c16b48af97ab5818e2bb]

        Check for empty-ness of vector before accessing the first element.
        
        I hope this will keep Stephan's tinderbox happy.  If not...

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [86b99ab408c7235604a1a02d7bc531fe5d5f97f6]

        Clang WaE: -Woverloaded-virtual weirdness, this seems to help

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [558d34fef7327317a42eb76320fd28cd361a3f9a]

        Typo

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [2b00b0e0a1a47c3d174ee9e86826b60a356f3dbf]

        WaE: call to pure virtual member function

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [3b4941eddaa3bf0e23952613b091d8f54d898d29]

        WaE: unused function

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [65d8b8a39c296684a02722e2910aa744b205d74a]

        WaE: unused function

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [504f30621c4fc4a1447c0b25caf19027ac04b310]

        WaE: unused function

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [b91061f8e90a5da5db424f010d00cdf5cc60922b]

        WaE: '&&' within '||'

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [3afbf314b76ab2677accf330915088c07bd7c471]

        WaE fixes to the mostly dummy iOS code

2012-04-04  Tor Lillqvist  <tml@iki.fi>  [f85dfb96c407a68c5aa13815603c11ea8e340f6e]

        WaE: unused parameter

2012-04-03  Eike Rathke  <erack@redhat.com>  [35fed09a0c5560b56ba53c64da8dea28bf88acff]

        resolved fdo#39716 CSV import numbers in scientific notation

2012-04-03  Matteo Casalin  <matteo.casalin@gmx.com>  [d701d7b68344854b9a67583bbd38f40d061e6cb4]

        ValueSet: reworked key navigation

2012-04-03  Matteo Casalin  <matteo.casalin@gmx.com>  [6ac9544454daa0330f84fd10de26ee6d4d657990]

        Cleanup some unnecessary #include

2012-04-03  Matteo Casalin  <matteo.casalin@gmx.com>  [f3b8d732f376c56a39f962dce4faa0335bfe12df]

        ValueSet: remove obsolete forward declaration

2012-04-03  Matteo Casalin  <matteo.casalin@gmx.com>  [57533a3ddb37cd367e7ae0edfef1c8502a7d9199]

        ValueSet: simplify calculation of item rectangle

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e7e882715872303dc8feabc899ceab572d1c2337]

        Unused local variables.

2012-04-03  Tor Lillqvist  <tlillqvist@suse.com>  [9b9f70737e5133c8aa5a95fd2e49a0f9a5e091e6]

        SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [881fa8d5cbb937b033f87f7da813419895b31b28]

        More dbgutil build fix.

2012-04-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [4e24d472f693c458b17d2ba1fb6c883aaf9c3b27]

        fix the initial font size in the Start Center
        
        Recover the code that was for some reason removed in commit
        78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8.

2012-04-04  Takeshi Abe  <tabe@fixedpoint.jp>  [643a582793c85c3d5e3cd5cfc831d895036ef93d]

        removed duplicate #includes
        
        in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity

2012-04-03  Noel Power  <noel.power@novell.com>  [f194d18dfeceff104f9c5e500ea4dd94fa1b5b06]

        Hori/Vert scrollbars in calc preview should be shown only when necessary

2012-04-03  Noel Power  <noel.power@novell.com>  [d7b06ba7ec2c988e80c8ef14e2d9bfc2c29e2d24]

        Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patch
        
        This reverts commit eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7.
        
        Fix Scrollbar in Writer Print preview

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd]

        try including the ostream<<OUString operator directly with OUString
        
        The theory is that
        
        - the operator is suboptimal, because it always uses utf-8 as the encoding,
          which might possibly lead to some encoding problem somewhere
        
        but
        
        - the SAL_LOG macros need it anyway, or they are otherwise cumbersome
          with OUString
        - as people learn to use the macros more, rtl/oustringostreaminserter.hxx
          will be included in more and more places, eventually possibly triggering
          the above problem anyway
        - people probably should not just blindly do ostream << oustring if they
          have special encoding requirements
        
        So let's try to simply always have the operator available and see how
        it works out.

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [7d540bd08ea06c95d5ac27530b8386ae1bea6526]

        commit hook preventing commits with SAL_DEBUG

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [f46775a206589fb9486833ae2e043731cb6be54f]

        SAL_DEBUG(), instead of those temporary debug printf's

2012-04-03  Miklos Vajna  <vmiklos@suse.cz>  [f4e0cbaa15c2861e87149a62c9c80a9e9b4094b3]

        fdo#45182 fix RTF import of character encoding in footnotes
        
        There were two problems here:
        
        1) \plain reset the character properties, but did not touch the current encoding
        2) the default properties were not passed to substreams

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [97bcf0b645fa5ce14cfd806548c6805952fd3e76]

        WaE: for Norbert's Mac OS tinderbox.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2c4e811049e9f2cad823e372a01a5afc09ead25c]

        Fix the dbgutil build.

2012-04-03  Eike Rathke  <erack@redhat.com>  [3d5191a390553c4701288d4fffc026d5748ab144]

        get rid of the annoying space in Read Me.odt file name

2012-04-03  Tor Lillqvist  <tml@iki.fi>  [61c5883f4cb35cbb1016b9abcf0718ca4d967f3d]

        Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsolete

2012-04-03  Andras Timar  <atimar@suse.com>  [9bc097419568e61018b95148ad2a8181665051f9]

        fdo#44698 settings are under a different menu in Mac OS X

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [05173270c11a997096671c035c18692cfd6b51dc]

        Removed the last SC_DECL_PTRARR from editdoc.hxx.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [221cbbf64a20b87443f378fcb2ed22068867f494]

        Another SV_DECL_PTRARR killed.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b8cc16723815fc2636582e49b8878e9d34b23b86]

        Make ImpEditEngine explicitly non-copyable.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [11524988f1e5ceca372dd7f172a72636e3247f06]

        Use initializer to initialize boolean's.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33fadf7b0d6505ff2859b8d26c8db762e04d86b9]

        Bool cleanup.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [dc2eddd2339ff5510928fcd6c59e186e179c86bc]

        This ought to be private...

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [352f10a2e7ee32bee3553bc657e88f319f8dadc7]

        Another SV_DECL_PTRARR to kill.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [33bf6e04590fe373fd2a9887f5636c2e831cc846]

        Unprintable character.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9f1c57b4f829a0faf28e436bca1aed49694c7cb6]

        Bool-ness.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [659c008ffdbaa67c3c344a1b477f24700b224ee6]

        One less SV_IMPL_VARARRAY.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c01bb9da9fab5ae7226d519e634c914529bf1704]

        No more protected visibility; class inheritance is gone.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [037908f9ee16156cc251a444a0d82142e27a7d34]

        We can now access the nodes directly from EditDoc.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [94d833f674eea0d1486778f38e4955aa5f80153c]

        Make them non inline.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c7813f25c759dc4be5c543d375cd52e71b6ade98]

        Use initializer for this. No need to call SetModified to false.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [48abb149d4a88f5dcb395d1cb8c79db57f5d3303]

        Boolean cleanup.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a41ea233419e4c573e889bf30df7b23fca700348]

        Little code shuffling (now that it's all in one source file).

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a9ff5b9a9ee92a617b44df1b056f09eabae0b318]

        Merged editdoc2.cxx into editdoc.cxx.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32234172b038532375bf7b4f43430efc76ef7b9a]

        Moving method definitions.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [79bd9550d368ab8c9d636476b6df6521218e40ef]

        Merged ContentList into EditDoc.
        
        There is no reason for this separation to exist.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [581cf10b90349bb91297f9f5a374098afe13cabf]

        Tuck these typedefs under their respective classes.

2012-04-03  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f3da88221852086e5d44e7540cf76448bf2bf99c]

        Meaningless typedefs for pointer types.

2012-04-03  Christina Rossmanith  <ChrRossmanith@web.de>  [333cb00a6399bca9999fa0248a64922757da4a7d]

        SVG: treat skewX and skewY correct

2012-04-03  Miklos Vajna  <vmiklos@suse.cz>  [63b78e6db15a76b9e928cb4a7d0d995bd12f9bf4]

        testcase for fdo#47107

2012-04-03  Miklos Vajna  <vmiklos@suse.cz>  [ea04bbd697ad984cc4e39ed42994a072f052ba36]

        fdo#47107 rtftok: support bullet points in paragraph numberings

2012-04-03  Miklos Vajna  <vmiklos@suse.cz>  [eeafdc5602e422d2cdf2026c135e5ea3e18e89af]

        fdo#47107 rtftok: initial PN (legacy numbering syntax) support

2012-04-03  Rob Snelders  <programming@ertai.nl>  [58d5e3032274b5a15ccc0bf2c9788cd18a5a63d4]

        SlsRequestQueue updated

2012-04-03  Rob Snelders  <programming@ertai.nl>  [5ff6bf59c90cf3a55acffcb64e63f1da6dd5dec2]

        Removal of VERBOSE define

2012-04-03  Michael Stahl  <mstahl@redhat.com>  [72e7082f158d5d4216ea94a7617cdc39fc3a7e4b]

        LinkTarget.mk: fix stupid typo in 0683821d

2012-04-03  Michael Stahl  <mstahl@redhat.com>  [c39cb68bec7eb5048c3a5feb669cc9e60a8a4371]

        fntcache.cxx: translate comments

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [c813c009479db3fab58fc48740ab8f80ceb93a26]

        don't skip first cmdline argument
        
        It looks like this one is also meant to be called manually or something,
        and the original version didn't skip the first argument either.

2012-04-03  Stephan Bergmann  <sbergman@redhat.com>  [96823006127dbae9dad2833b40c7f9cc7d467ce9]

        stoc: add helpful structural documentation from mailing list post.

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [248edba9de6c25a37f014316a89e38e788a1ac09]

        adjust code for what the original Intersect() usage probably meant
        
        Daniel Bankston is right, the call probably meant to check whether
        the intersection is not empty, as an optimization.

2012-04-03  Tor Lillqvist  <tlillqvist@suse.com>  [94166f3c95651da395a262112d666ab841e5cb86]

        Need libswlo.so

2012-04-03  Tor Lillqvist  <tlillqvist@suse.com>  [f82b40c2531c54fb1dbbdc4ca60cfec49d66fb63]

        Add *en-US.res and images_*.zip

2012-04-03  Tor Lillqvist  <tlillqvist@suse.com>  [4e8bc5911164971a9af5377633803ec620f593cc]

        s/pathes/paths/

2012-04-03  Daniel Bankston  <daniel.dev.libreoffice@gmail.com>  [2d691f26c6d4fd6fac11559f9b5b854d306e137a]

        Ignore return type of Region::Intersect
        
        Caller of Region::Intersect was not ignore the return value in a conditional, so I refactored the conditional to not depend on the return value of Intersect without affect the original functionality of the code.  This usage of Intersect may be a possible defect and should be checked out.

2012-04-03  Daniel Bankston  <daniel.dev.libreoffice@gmail.com>  [93acb28e10760513b8bffd2c36dcbd68e75e57c7]

        fdo#44610 - EasyHack
        
        Since they always return sal_Bool values that are not used by any callers, I changed the Region class methods (both versions of each Union, Intersect, Exclude, XOr) from sal_Bool return type to void return type.

2012-04-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [b20dd01623f99e311a8a346e787c6917048379a2]

        Some String <-> OUString replacements in starmath
        
        Some string to OUString replacements in starmath

2012-04-03  Michael Stahl  <mstahl@redhat.com>  [0683821d07132fb7635174b46d7423ecabc2703e]

        gbuild: ObjC command invocation more consistent

2012-04-03  Michael Stahl  <mstahl@redhat.com>  [adaf721ccdac1d08c9fd63d72844bc5bcc1875e6]

        LinkTarget.mk: only call gb_Object__command_dep if dep file doesn't exist
        
        (infinite loop regression from a4e2453b42b54ba904c1ee8ad07e26f1e6d939e5)

2012-04-03  Brennan Vincent  <brennanv@email.arizona.edu>  [290654cc232d5d035f1c7278267ce32ffc39043e]

        Fix RTF levelfollow import and export

2012-04-03  Stephan Bergmann  <sbergman@redhat.com>  [844b4520a9f0879d7b756654cef8fdbaa03a9000]

        --enable-ext-languagetool requires --with-java

2012-04-03  Luboš Luňák  <l.lunak@suse.cz>  [d5c5800bffe97911497a0603567417dea15f295f]

        I'm dumb, fromAscii() stops at \0.

2012-04-03  Matúš Kukan  <matus.kukan@gmail.com>  [19b7edb9c65793821bee984d2da43fbfbd605e74]

        fps_kde and fps_kde4 are no more

2012-04-03  Matúš Kukan  <matus.kukan@gmail.com>  [8464e311309ca918ac3a7d111c0f6927bfe825f8]

        vcl: use CustomTarget makefile for kde_moc

2012-04-03  Eike Rathke  <erack@redhat.com>  [43084e8b30c101a44510b7a8267d5c2b316a17bb]

        only as of ICU 4.9 RBBI the Prepend property is empty
        
        This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the
        Prepend variable during build time.

2012-04-02  Noel Grandin  <noel@peralex.com>  [9ef0b8e3aa2137af67624dbd757fe464e44202ed]

        Convert tools/table.hxx to std::set in EditorWindow class in basctl module

2012-04-02  Noel Grandin  <noel@peralex.com>  [e5a916eeeed8e79a3d105040f3fb832134bf7b32]

        Convert tools/table.hxx usage to std::set in Calendar class in svtools module
        
        Also change the API slightly, removing GetSelectedData(int index) and replacing
        it with GetLastSelectedDate(), since the only usage of GetSelectedData in
        the codebase only needed to get the last date.

2012-04-02  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [2f657dd568ce30ec9132892080c63578e4132908]

        Convert SV_PTRARRAY to ::std::deque

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [a482b89e4d9c41b6f7c1616d193ac6cde05a69a7]

        Resolves: fdo#48096 torn off popups trigger keyboard focus problems

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [b89e0c5b56e50ff62d0e5defdf9fe92620cc877a]

        split out ContextualSpacing

2012-04-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [25db817c873bb7f2548d7f8d7fdc65194d306755]

        Remove superfluous bug numbers

2012-04-02  Michael Meeks  <michael.meeks@suse.com>  [8fa3aae7b302d3c9846bfa352c1db619a5b05ca0]

        fdo#34324 - fix colorspace conversion for greyscale bitmaps

2012-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c730a9de1b40d0e731f2ca8621aa7864452a9a7a]

        this methods don't throw, adapt documentation

2012-04-02  Michael Meeks  <michael.meeks@suse.com>  [8c2f73a67bd1801357202fb4a7b6a921373cd271]

        virtualise the ScDocFunc to allow interposing some magic

2012-04-02  Michael Meeks  <michael.meeks@suse.com>  [0e0e3caf382f793481b638417540d05c1d1ed24a]

        Don't instantiate ScDocFunc objects, get them from the doc-shell

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [f834d986d5a1e7e66f4029476d058fbf5f63d8d1]

        Add fonts.conf

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [337a154b4f90ce90da30f81720a9debfb19e6d43]

        Don't crash in a non-NativeActivity app where mpApp is NULL

2012-04-02  Stephan Bergmann  <sbergman@redhat.com>  [01550b2968f2e95deacaff544f8a4c2e9f5196ea]

        Improved comment (after recent clean up)

2012-04-02  Noel Grandin  <noel@peralex.com>  [3893b00efb752942c6517bdf21d0a2cdc8ab14ab]

        fdo#46808, Adapt UNO services to new style
        
        Update selected IDL files to use new syntax.
        Update the makefiles to generate the necessary new include files.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-04-02  Noel Grandin  <noel@peralex.com>  [15f9ca7d5889a3203739edb36db7a6f32a24b6ba]

        fdo#46808, Adapt UNO services to new style, Part 6, updating makefiles
        
        Update the makefiles to generate the necessary new include files.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-04-02  Tor Lillqvist  <tml@iki.fi>  [d3208f2342f57863654562d0f3cffb6ce7b57daa]

        Fix copy/paste error

2012-04-02  Harri Pitkänen  <hatapitk@iki.fi>  [ce219689caafb5e28e96437bdab18034a5015409]

        Remove unused HTMLMODE_FIRSTLINE
        
        HTMLMODE_FIRSTLINE was disabled in all HTML export modes. It seems to
        have been used to add first line indent for paragraphs in Netscape
        version 3 but all currently available export modes use CSS for that.

2012-04-02  Rafael Dominguez  <venccsralph@gmail.com>  [b89bf99ff2c8008951d72d58747793790b13299d]

        Replace List with std:vector<EPPTHyperlink>.

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [a7eb227cfcd783ffdccdcec9b56451fb54c26eb6]

        fix crude command line arguments handling

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [174a1d3c3da7457884a2f79016e8a9375fd5297e]

        fix very ... uhm ... inventive and confusing use of empty string

2012-04-02  Arfrever Frehtes Taifersar Arahesis  <Arfrever@Apache.Org>  [0c08a84c04b166ab6479716e2c33cd444d7e3dbe]

        Make ICU build with icu-49 by removing no-longer used variables.
        
        Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2012-04-02  David Tardon  <dtardon@redhat.com>  [b4f5ef6304c0caf162a044a4022b4371535ec29a]

        call the right function :blush:

2012-04-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8863cc9e03a6f30ff6655ec8dc951b6292108c58]

        KDE3 file picker moved from fpicker to vcl

2012-04-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [67ae25dcfafaff5eb7ffa6c8d08637fd91d02b55]

        KDE4 file picker moved from fpicker to vcl

2012-04-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4fac2c84e5366a00ad4923cfac89c20df4ee206e]

        internal fpicker: added tango icons

2012-04-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9d499f5f9edd01cf5c4dbb2bc7625b3c5d10757a]

        Internal fpicker cleanup and rework
        
        Changes:
        * Use SvHeaderTabListBox for the places list to get a nicer list
        * Remove the "Default Directory" button: it's in the places
        * Remove the Up and New Folder icons: look ugly beside the edit field
        * Added proper icons for places

2012-04-02  Martin Richard  <martius@martiusweb.net>  [5e301969bf1c8818b5c737757363c31584823485]

        fpicker: a list of bookmarks in the file picker
        
        under dual licences MPLv1+/LGPLv3+
        
        Authors:
          Martin Richard <martius@martiusweb.net>
          Julien Levesy <jlevesy@gmail.com>

2012-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [149650b087ab5b15ef23e4ac6af5368b2820af1e]

        show synchronized checked only if all margins are the same, related fdo#44337

2012-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [843dd3f75e4d35b8ae5fd3be6804e54233292948]

        this hack in no longer needed, fdo#44337
        
        excel import now uses the stored row height and we should go back to a
        symetric default margin

2012-04-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [0987fc044ccc73dcb2f4daadc9e08322687a0663]

        Translate German comments

2012-04-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [85adb267ac551f5f9ee8aaaef5fa9711fefb782d]

        Translate German comments, fix some English ones

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [1cdb1ea6a8071f9cd802c30ae78a35332782cb31]

        don't use string literals with embedded \0's
        
        Followup to 791f27683311e487947b0464a0cb132b19fd0e12.

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [60b596665fff7c110c6b12da192f5712fb145028]

        warn on \0 embedded in string literals, after all
        
        Seeing 791f27683311e487947b0464a0cb132b19fd0e12 I've changed my mind,
        some embedded \0 can be actually well hidden:
        struct foo { const char txt[3]; };
        const foos[] = { { "a" }, { "bb" }};
        If somebody wants an embedded \0 in a string literal, they need to
        say it explicitly by specifying the size.

2012-04-02  Andras Timar  <atimar@suse.com>  [a312d8a0a20add8cb6aecda4141e3cc299c1ffbc]

        Bump version number in AC_INIT (I wonder if that is used)

2012-04-02  Miklos Vajna  <vmiklos@suse.cz>  [e650f3ec528777b56d45f4a652ff0569f8b925b4]

        SwWW8ImplReader::Read_UL: make this a bit less hard to read

2012-04-02  Miklos Vajna  <vmiklos@suse.cz>  [36e176ee2354e62d5e4208fb0ae2a101ba32d7f5]

        ww8: sprmPFContextualSpacing is a Bool8 value

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [791f27683311e487947b0464a0cb132b19fd0e12]

        Resolves: fdo#48129 maLangStr can have trailing nulls

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [ecf2926ce13db8244a198de9f69bcefcae68b4b6]

        convert SvxNumberFormat to rtl::OUString

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [60722c31373daaaf195dbf1ebd3414ca0db696c3]

        convert Suffix/Prefix to rtl::OUString

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [e9a467cafbffb380c54e90b24f9ee20cd4adc7e8]

        remove static objects from static_initialization_and_destruction chain

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [e6409de0f879df204de7b07117798e2d77235458]

        don't leak pDefaultTableStyle

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [02b2c38acc2374abd0b38d56cd8d92b19b644105]

        only include iostream if you need to

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [cf98d30de84e8ca8b45a83ac2319a09f9e70a2f7]

        refactor the Rewriter rules using enums

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [2560e6bc6df31e97de50f857b6fd2a30f3e68bae]

        rtl::OUStrings already have a global empty string

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [39ff18d07bea2363cd6cbf1c960be103ec1376c1]

        UniString->rtl::OUString and drop globals

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [b6ceb0a8ee690d95ca54490b98fdd3f30eba1309]

        don't include iostream unless you really need it

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [09bdea8900c5ce79df3e8f2b7fbeeed06a5b4111]

        remove static objects from static_initialization_and_destruction chain

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [15f14ec79477142cf2bcb1484511b7bea6f1485b]

        reorganize trickier statics

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [ae9219769106648ac35d594fc07c83103a62ecbe]

        remove static objects from static_initialization_and_destruction chain

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [437f93ec8d1cb0f1486c69b863cb509aea4dac65]

        unused static object

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [1b088c6e496b799ca9ddb0d6f7b98bcb5c132ecc]

        pointer is always non-null

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [2658eeb1203833662aa99c4577d311474a5538a2]

        unused class

2012-04-02  Caolán McNamara  <caolanm@redhat.com>  [b26df89e6c9405c5818a6f31f2c012ab657c421d]

        callcatcher: remove some unused code

2012-04-02  Michael Meeks  <michael.meeks@suse.com>  [54bc03051702ad279dfd17471a3d5c30003c892d]

        sal: reduce allocation thrash in URI encode / decode
        
        This saves 1% of string allocation / destruction on startup.

2012-04-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [54a1a17597031e95a3d785beebfe57a098412eb5]

        Fetch the right libcdr

2012-04-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4bbb2cd002d018d5e3bc3d6de85067e6fc6ae236]

        Uploading new shiny libcdr 0.0.6

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [3bbe44404f0ff98dbbaeb3d1b3adaede9c27b1a5]

        prevent a memory leak
        
        Based on a patch from Arnaud Versini
        (http://lists.freedesktop.org/archives/libreoffice/2012-April/029240.html)

2012-04-02  Stephan Bergmann  <sbergman@redhat.com>  [9a6f7f674be0a3b82bc82a78737178326d622268]

        Updated workaround comment

2012-04-02  Andras Timar  <atimar@suse.com>  [a4c725f72df1253e5d4e61ede750b4b24c1e1672]

        PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSION

2012-04-02  Michael Meeks  <michael.meeks@suse.com>  [1426d4432c59ef42f28642ec63e57517223eb32d]

        sal: expose more stringbuffer related instrumentation points
        
        Avoid ref/unref pair in makeStringAndClear, hook into the
        stringbuffer-like 'String' class to expose it's conversion to
        immutable strings, and fixup misc. missing instrumentation.

2012-04-02  Miklos Vajna  <vmiklos@suse.cz>  [0f330ea25840690d05516adc20cfb3d1a9d33317]

        RtfModelTest: introduce common getPages() method

2012-04-02  Miklos Vajna  <vmiklos@suse.cz>  [7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0]

        fdo#48104 fix RTF import of \page in inner groups
        
        If we have a postponed page break and it's sent to dmapper during a new
        inner group, we'll still have the page break request after the parser
        state is popped, leading to duplicated page breaks. Instead of the
        earlier workaround, just send the proper token to the domain mapper, and
        it'll handle it properly.

2012-04-02  Muthu Subramanian  <sumuthu@suse.com>  [8866e1986d354f0eb7eb26d78e6b6a22c6fda632]

        n747499: PPTX embedded media playback.
        
        Currently plays the embedded audio files.
        The image for the audio file seems to be
        rendered bad, currently.

2012-04-02  Karan Desai  <kud360@gmail.com>  [e2786b3878c391d8b7f4b53b40f30453dbbffbd9]

        Added Help Buttons to dialog buttons in starmath

2012-04-02  David Tardon  <dtardon@redhat.com>  [c4c6b52a214b474353013f9b1b03d56a5d9a0380]

        fdo#47963 do not increase height of checkboxes
        
        Especially as it is obvious the grow is unbounded .-)

2012-04-02  Luboš Luňák  <l.lunak@suse.cz>  [802518c59a2cf4b47ff893305ad9781db4353ec2]

        always pass --headless to cppunits
        
        They should not need any actual UI anyway, and most of them already
        pass the option manually.
        http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [6b6ca3d1168323651e87c51268b5c0c37532999b]

        Automate setting of FONTCONFIG_FILE

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [366cba7d6f3a100d51b576927dde446ab36e9483]

        Add fonts.conf to this app, too

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [a9a50cd9ffcd53c631fd13d20aa7e0609d92fc4d]

        Refactor where patch_libgnustl_shared() and extract_files() are called

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [2906a654d0c59adae71f4c0fb1c72adb3d5477a0]

        More libs

2012-04-02  Tor Lillqvist  <tlillqvist@suse.com>  [d975f4aab223680260140383f5c16dd31f9cc71d]

        Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity apps

2012-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [c4f2c60c088f579471714955f5969b60447fbf64]

        removed duplicate includes in svx

2012-04-02  Takeshi Abe  <tabe@fixedpoint.jp>  [47fc950fa65b224a5fcac7a297a9fd47d15eab29]

        removed duplicate includes in svl / svtools

2012-04-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1199713c82d9852f8a41283138f88a06ad887c39]

        add xls border import test
        
        TODO:
        add test cases for:
        -color import
        -different line styles
        -...

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ab9719f15baddbc60b96d86d2e0878e79a6ddf7]

        use same border width information for xls import and export, fdo#44742

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [535ee445a213b67b4135805585427662d36b10db]

        move chart regression test data files to chart2

2012-04-01  Luboš Luňák  <l.lunak@suse.cz>  [d825e23cc447b86604a89b08cb09dca82c16925d]

        include guard

2012-04-01  David Tardon  <dtardon@redhat.com>  [7e94a37403aa4470bd7dad7c549ba8bc7485620a]

        add_internal_*_api for Executable too

2012-04-01  David Tardon  <dtardon@redhat.com>  [18c661f715a0b6850d30b374e5556dc14a377d2b]

        move from dmake to gbuild list

2012-04-01  David Tardon  <dtardon@redhat.com>  [101e449427f4dc2ef70105cdb63f989e2442e915]

        add pretty printers for boost

2012-04-01  David Tardon  <dtardon@redhat.com>  [59c0f8f452a538308a9d4098cdc8319b884c3c81]

        merge origin/master

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [464a3a271cd4b97573e87d15a38b3f4cad727daf]

        use better/correct assert macros in ucalc

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98a5031b225d0ba62454e14ed719fd2c7c32aa84]

        with SetInTest it is possible to use some more ScDocFunc methods

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0034110ca6e68e2d3bd6fef11f1b0698738f24b0]

        it does not make sense to get ColorData which is converted back to Color

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9654d3baed29abd009a214e4292000047fb64451]

        more test cases for border import

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f19ebe978a329e5322fca89aaf568371c532e5fb]

        first part of border import test

2012-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c41f72f5a9cdee8e048c29768ada9a9e2666b7d7]

        with the correct assumption this check actually makes sense

2012-04-01  Matúš Kukan  <matus.kukan@gmail.com>  [033cd1d41f0862f5c2798646359e8993c6f38fff]

        sal: rtlbootstrap.mk was empty on cygwin
        
        This needs proper fix. It wasn't noticed because it was created by pipe
        before afd5eb1f04971edb083e47a2f9c2e9d77c9737c9 and last command
        succeeded, so make continued even if compilation failed.

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [7d3cc4b95e4a7dfaefd5538b491534d6690f7d5b]

        clucene: do not use mixed path here

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [41f74a4c6a4a88b675a443436df7f409754d34f8]

        Revert "gbuild: do not let generated source files depend on headers"
        
        There is a reason for that dependency. I will have to come up with
        something better later.

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [bd51ff439c6cecaefbd67c0871106a9bfdb13935]

        clucene: use CustomTarget makefile

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [4b30d8addc4960c65ec5d2ce1633800190d7c067]

        tools: use CustomTarget makefile

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [058723356da9988a5d8c3b9c8b693728c515d022]

        accessibility: use CustomTarget makefiles

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [7b3f37f885a46e855f8cb16a4106e9c1fdd5c4fe]

        vcl: use CustomTarget makefiles

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [afd5eb1f04971edb083e47a2f9c2e9d77c9737c9]

        sal: use CustomTarget makefile

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [776cb1beac9d1416e4c7a6758b6eb872c995b895]

        gbuild: do not let generated source files depend on headers

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [c6bf4fd4af60d7a24d77a90e021555d18faa563c]

        gbuild: add gb_LinkTarget_add_custom_headers
        
        to be used for generated headers which are not delivered to solver.

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [0a5c0806ee447e61171100c4432bb7931d8757b0]

        gbuild: add comments, fix order to be more readable

2012-03-31  Matúš Kukan  <matus.kukan@gmail.com>  [a4e2453b42b54ba904c1ee8ad07e26f1e6d939e5]

        gbuild: gb_Object__command_dep should be used here and a little cleanup

2012-03-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c78b6dc0d10eb5873c45d6185576633470a593d]

        revert "remove limitation to 3 sort entries in calc part1"

2012-03-31  Karthik Padmanabhan  <treadstone90@gmail.com>  [3d86e4e7223b15d561d1efdac736e932ea41e6a0]

        The function tests the SetBackgroundColor function in class ScDocFunc
        
        First a color is set , then another color is set .We finally check again by issuing an undo and checking if the prev color is now set

2012-03-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d31f5476fddda994cad6920f7383e4c92ccac9a2]

        some small corrections to 080d38bae22e21fad25884d40d679c3bf9243c82

2012-03-31  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [080d38bae22e21fad25884d40d679c3bf9243c82]

        fdo#45747 remove the limitation to 3 sort entries in calc part1

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [46da0b6837bffa7d8a72624d2587159737e3d7e2]

        further sc/editeng unbreaking
        
        this boost::ptr_vector idea is seriously broken

2012-03-30  Tor Lillqvist  <tlillqvist@suse.com>  [7ae10a8a420ff42c72afd1f4b5a53ad377b70c47]

        Must call patch_libgnustl_shared()

2012-03-30  Tor Lillqvist  <tlillqvist@suse.com>  [bef7a8c054dcfa3a23819cee56df2d86ff44297a]

        Use correct JNI name mangling of underscores

2012-03-30  Tor Lillqvist  <tlillqvist@suse.com>  [3b0e35bf84ad8ac7acde659214cbab880bf47cda]

        Correct method name in warning message

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [fb5ede9e31dd2fee767d7e5438c8e3376e926daa]

        add const

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [05322eb0ad1b1ff676e7f2e583d747079803e12a]

        const data
        
        Especially given it's not namespaced (const is automatically static).

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [1b9772c6edb124bbd28004e312957d7ac854dcbe]

        do not just warn on allocation failure, simply abort

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [d537da41d7b51783f98e0629917dc3831b053795]

        no bad_alloc throwing in string literal O(U)String functions
        
        String literals should be reasonably short, and if memory is so low
        that they trigger allocation failure, something else would would
        trip over very soon anyway.

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [8bc439333a970895b0f1dd5f353ac9f8c9031c56]

        Updated patch comment

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [a8e489495af7b0e74c3aca256e673fa6a34b9244]

        Hack around different __cxa_* declarations in different GCC versions

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [d52d301660df47527a69c12bca49bb4e0199b4f5]

        avoid sc crashes
        
        Boost is reportedly 'expertly designed C++ library', so why do I
        find the idea of a container containing pointers but exposing them
        by value to be rather retarded? I don't know why exactly this
        crashes, but I expect std::sort() either either does unwanted
        copies that break things or the copies slice off inherited classes.

2012-03-30  Michael Meeks  <michael.meeks@suse.com>  [81a4e4ba99b1534949e66bf81c723c2123fd47f0]

        sal: add a more permanant set of annotations for lifetime tracking.
        
        Having done this on a temporary basis a couple of times before,
        it'd be good to avoid having to do the instrumentation again.

2012-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [f447ac9ec99e5db055056e2f89dab741f94fba0a]

        removed duplicate includes in sfx2

2012-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [2cab28c2b8027907d34029d10562a08ed2bf60b4]

        removed duplicate includes in filter / i18npool / sdext

2012-03-30  Caolán McNamara  <caolanm@redhat.com>  [417823d4c23100713813171865d70f5e2719ace2]

        count words in text with mixed script punctuation correctly

2012-03-30  Caolán McNamara  <caolanm@redhat.com>  [45e4f9e99b75ef8a125228bc42df7fb98af9d7bc]

        callcatcher: regenerate unused code list

2012-03-30  Caolán McNamara  <caolanm@redhat.com>  [1889728897e16800d58773a302eb5232a6fada76]

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [e60911f5fc6f76032942cd16c24a8f2673dae5d2]

        removed duplicate includes in desktop / editeng

2012-03-30  Miklos Vajna  <vmiklos@suse.cz>  [8836b45de536a3a2fd72533c3210e439bc2fbca1]

        fdo#40735 RTF export: CJK text is typically not single-byte

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [166be18da0686f2c445f521e3f1a83db8a3c3360]

        Missing includes

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [fa09866ccb5bc197ad3e1ec1a453d6fab20cd7df]

        Adapt cpp_uno/gcc3_linux_x86-64 to GCC 4.7 cxxabi.h
        
        ...the same way cpp_uno/mingw_intel was already adapted.

2012-03-30  Jan Holesovsky  <kendy@suse.cz>  [3cf66a899ec1c8eed3a95b7f08824d5c8db0d0a8]

        filter-showIncludes.pl: Attempt to prevent creating incomplete .d files.

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [cdd3ea090a36ebb1aba87b17ed5236d4b9468c15]

        Fix format string properly

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [afde0ef9fe127393ab445cb6798ce718245734b4]

        MinGW: callVirtualMethod needs same treatment as on gcc3_linux_x86_64
        
        ...for reasons that are yet unclear to me.

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [9c117d08ba22c998f2f6fd6c61dc96d043c32d64]

        MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LO

2012-03-30  Tor Lillqvist  <tlillqvist@suse.com>  [0f1e33c54d02a20c476413ceebc99460a9cfef1f]

        WaE: format '%i' expects type 'int', but argument has type 'long int'

2012-03-30  Miklos Vajna  <vmiklos@suse.cz>  [0827e813f9b5afcec393bad7894c4ec1954d88f1]

        testcase for fdo#45394

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [d6b806aa589683561ee5afd0895df3eb7e009085]

        fix build
        
        Apparently the order in makefile.mk matters. Without this higher,
        acceptor.uno.dll does not get built.

2012-03-30  Stephan Bergmann  <sbergman@redhat.com>  [8be1a00efb10c427cb05412250fe4442959f75a0]

        Updated patch comment

2012-03-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [df72f234c296ae7b3d708a435419f93f817f36c6]

        don't force dependecy on shasum when it is not needed
        
        shasum is only needed to detect a bug in some version of gnumkae
        do not burden platform with a non-impacted gnu make with
        that requirement

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [febdb8aeb7dbb07b7380808ce0cecfa7bb2b6101]

        Use mktemp(1) more portably

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [adf0076b56869d804fbdac774318e65ec0b28554]

        Look for "shasum" (as on Mac OS X) too
        
        Hmm, /usr/bin/shasum is a Perl implementation (!), should we use
        "openssl sha1" instead?

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [313a47faacd469a94dac456161e1c09ff496cfd9]

        iOS simulator fix and some cosmetics

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [2f6ff1df4da6da4c101392dba5d6438904927374]

        Link with more libs, include more configuration files

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [1a4cbf9f5ccef6d9409caad7d1b648f9fe2a2be4]

        More static lib name mappings. Yeah, need to do a gperf thing some night

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [e362ccbab38a617c3118bcda2b86b2295e56d7b4]

        Add a dummy SalI18NImeStatus subclass

2012-03-30  Tor Lillqvist  <tml@iki.fi>  [677defb67bd3bfc861ea31620fadbb4bff65a06e]

        Don't build and deliver .component files with empty URIs (for iOS)

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [e20fa170160e1bb1953ad171e092edfb3de531af]

        do not make using system cairo depend on cairo canvas feature
        
        Cairo canvas is a LO feature, it doesn't make sense to use system cairo
        only if the feature is enabled. Fixes mingw build (where our cairo copy
        does not build for whatever reason).

2012-03-30  Luboš Luňák  <l.lunak@suse.cz>  [3ddf85d391758b346fff86e8f44a6121d608c503]

        remove unused code

2012-03-29  Julien Nabet  <serval2412@yahoo.fr>  [e511a7d6390cdc0a24a33c2870a9d6bf6522267a]

        Fixes a bunch of "Prefer prefix ++/-- operators for non-primitive types"

2012-03-29  Robert Nagy  <robert@openbsd.org>  [7c9e637bdebbc3688f3d321048f77b480b58dc24]

        alloca(3) needs stdlib.h on *BSD because there is no alloca.h

2012-03-29  Robert Nagy  <robert@openbsd.org>  [7cce08194caf83703ae83bbbf6227237338e5447]

        add $python_libs to PYTHON_LIBS in case pkg-config is being used

2012-03-29  Robert Nagy  <robert@openbsd.org>  [72252bcab1acd94862a7004890a906621c4a08dd]

        some systems use sha1 instead of sha1sum, so detect both of them

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

        drop extra unused inlines and remains of unconstructable class

2012-03-29  Petr Vorel  <petr.vorel@gmail.com>  [4b7e6d6eabed6ef6a3916bbd8376a24a7248f009]

        remove unused code (oox)

2012-03-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da2c7a91adc46ed01167b9b582d6cd65fac5e982]

        add missing tools/table.hxx include

2012-03-29  Noel Power  <noel.power@novell.com>  [710d768aafd6b2c1fdc5627bede25000c3e346d5]

        add for calc extra paste ctx menu with options to paste text or formula only

2012-03-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f826a5b56ac12e0b85c380f7d26c379e3d1f7281]

        quick and ugly hack for ScEditableTester in ucalc
        
        Fix this as soon as possible with a clean fix

2012-03-29  Noel Grandin  <noel@peralex.com>  [82f5a3b5df000966d344b26fe36e776bc947c6ef]

        Remove unnecessary tools/table.hxx #includes

2012-03-29  Michael Meeks  <michael.meeks@suse.com>  [02f385b9eafe7172727cf8cdd2d9c86540cdf275]

        deal with symlinks in your PWD breaking gnumake dependencies

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [3db7c67ddda3f6f9f0e6aa70c83ea43db65b325a]

        Mark all registered as clobbered that are not saved across call

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [0fdbb5b0eabbaa571f3747fda12a56c938cba474]

        Make cpp_uno/gcc3_linux_x86-64 bridge work with GCC 4.7
        
        See comment in callvirtualmethod.cxx for details.

2012-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [5d9b072cef8d480c87adfa4c3a980782a17823a1]

        removed duplicate includes in dbaccess

2012-03-30  Takeshi Abe  <tabe@fixedpoint.jp>  [6f087d103acc2af68229efe650df145b38659b02]

        removed duplicate includes in cppcanvas / cppuhelper / cui

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [61d6d08667e03271604007fe602063c08e0e8608]

        --headless for hwpfilter test
        
        Otherwise there's a build dependency missing (and it's apparently
        not needed anyway).

2012-03-29  Miklos Vajna  <vmiklos@suse.cz>  [6b7942f5ac0498414931a0e7842aa96452b7a04d]

        fdo#45394 fix RTF import of custom fonts in substreams
        
        Substreams (headers, footers, etc.) are parsed separately, so their font
        table is empty by default. Fix handling of custom fonts (and thus
        encodings) there by passing a pointer to the superstream.

2012-03-29  Miklos Vajna  <vmiklos@suse.cz>  [b475bc459d0406c9211c7be69973f310949a45a6]

        fdo#45394 fix RTF import of tables with empty first row
        
        Additionally the table should be at the start of the document to trigger
        this bug.

2012-03-29  Radek Doulik  <rodo@novell.com>  [7564b2c1092eeb7969577769b82a4c537e37206f]

        emf+ on win: implement bitmap creation from bitmapcanvas

2012-03-29  Radek Doulik  <rodo@novell.com>  [e0a43983faff4982ddfd151b0ae4c28623edf894]

        emf+ on win: flush the header stream, so that it doesn't look like empty

2012-03-29  Radek Doulik  <rodo@novell.com>  [48f0a248cf8313f0341e2e6171f518d01d83478d]

        emf+ on win: enable emf+ parsing

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [acad49d424ffd3b9f569dda5966f8c58d96af240]

        Add link for patch upstream attempt

2012-03-29  Santiago Martinez  <smvarela@gmail.com>  [63940b9214e5f1f44b74aaf689f5ee43f5473e0e]

        Remove unused code in connectiviy.

2012-03-29  Caolán McNamara  <caolanm@redhat.com>  [34366497a4c69ba77c47632e4c175f09363a3114]

        remove dangling declaration

2012-03-29  Santiago Martinez  <smvarela@gmail.com>  [10e92b820d80df6e46fc6c9aeef25bb4bb93920c]

        Remove unused code in sqlnode

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [31d26fb9b85cd54267e1a5c0d5a3595e8bb4884c]

        GCC 4.7 -Werror=enum-compare

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [8431ad2d8b64400052b8e6e218117dd9fb72f316]

        Backport some Boost 1.48.0 changes to keep GCC 4.7 -std=c++11 happy

2012-03-29  Caolán McNamara  <caolanm@redhat.com>  [21ca0847952be3eabc7c11200a2b70e0801a8fc6]

        callcatcher: update list

2012-03-29  Caolán McNamara  <caolanm@redhat.com>  [9ce98add53128716524ec06dd1f90548326adce0]

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-29  Caolán McNamara  <caolanm@redhat.com>  [37d6ff0691f7be9fa4d742779fa59883de3586d9]

        no need for a global rtl::OUString here

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [1c811f79e1f45809c0b90037c11045075e05c3ca]

        fix build

2012-03-29  Michael Meeks  <michael.meeks@suse.com>  [9404908713453ed1604d66b974536523a253b72f]

        desktop: unwind hideous StrTitle mess a little

2012-03-29  Miklos Vajna  <vmiklos@suse.cz>  [3a68ecc47ffcbfa0db2516b717809d824cf60eb6]

        rtftok: OSL_FAIL() -> SAL_WARN()

2012-03-29  Muthu Subramanian  <sumuthu@suse.com>  [27d9df17c13b22aed7d9194d9dfcf7980b632b3c]

        n714787: Duplicate code removal.

2012-03-29  Michael Meeks  <michael.meeks@suse.com>  [6219ff898a8c3ae6b7abe4272b4b68cc986093e4]

        Disable cairo canvas on Windows fdo#46901 fdo#46532
        
         We never used cairocanvas on Win, this got accidentally enabled
        due to configure.in cleanups. Not that we shouldn't, but it needs
        some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 )

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [66a88dc17e91d03a130b21a511ce298dd5a52e12]

        UNO BYTE is signed
        
        This is hopefully a better fix for c589fa17b8f3e6ded0d1e04120781eb5d6735bc7
        "Dalvik enforces byte constants being in range (-128..127)."

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [633cbb4954a2469f3c8911fbdffcaa4340ca6ac9]

        fix last commit

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [8aa60b51a9e48b33ba6f0cb27132c6a415de2358]

        (const) char[] (i.e. size unknown) cannot be used with O(U)String
        
        msvc can't handle the necessary template overload (and maybe it's
        right, I'm not sure)

2012-03-29  Stephan Bergmann  <sbergman@redhat.com>  [a159dfbea39dd3470837e73bf2df4cd2a0f3e806]

        -Werror=sign-compare
        
        ...solved by recasting the offending expression.

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [15cb0bbd4b4c9871f6fb2d24013fb9d4fe4a2a34]

        fix constness compile error

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [0884201aa51b12e5f363d2e2c3f81da2426411ee]

        Only basename in component uris in DISABLE_DYNLOADING case here, too

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [6a14f51af652d36eed60f3b8a6b8fe995e3a7b6d]

        Follow-up to revert of "Initial experiments with static linking of (some) ..."
        
        Revert "this requires string literals now" and "fix after recent
        XSERVICEINFO_IMPL_1 change".
        
        This reverts commits f7d571d2eefea079be3d89f3253ed90cbd9fa07f and
        186ab8e77bd7c7a42ffcca6fa7f8e1819ad04b7d.

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [1ea166153b0dafba9a7483748e0b7851c3b27fd9]

        No CppunitTest_sal_osl_process for iOS either

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [b5e4de326fb3422736c6ceb32e419ef95dbb57df]

        Add some more temporary hardcoded library mappings for DISABLE_DYNLOADING

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [ded39ff8f6b17b4493f3a612a0f6f39181766414]

        We want just the library basename in the DISABLE_DYNLOADING case

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [0487871af64c83ecfc9d424f64357655b44aa923]

        Revert "Initial experiments with static linking of (some) ..."
        
        Thist idea caused too intrusive changes to the code of call sites, I
        think. Will do it another way that leaves call sites as is.
        
        This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f.

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [29e0cf9fe6f2ec084d78bfd37f30875ba9d3068d]

        More libs

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [c53dccbaaeb069d51000dd444658e4c4335c5d89]

        No need for COMPONENTPREFIX when we link components statically

2012-03-29  Tor Lillqvist  <tml@iki.fi>  [3c5353256bb94ba99fea94939cf06ba723737c10]

        Add helpful comment

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [571876c1234ae55aab0198c7e2caf9049fcd230e]

        SaveGetObject() is presumably meant to be safe rather than saving

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [eda1b68c2995a5636294a614248de332e1ec1780]

        I assume the asserts are safer before non-checked access

2012-03-29  David Tardon  <dtardon@redhat.com>  [39fb17daf029ac51480a7f49b764b238eb3c7e19]

        ParaPortionList no longer a child class of DummyParaPortionList

2012-03-29  David Tardon  <dtardon@redhat.com>  [fa87093686614d75d63664722de103e47f91c7db]

        bypass GtkSalPrinter when it is not enabled

2012-03-29  David Tardon  <dtardon@redhat.com>  [38f8241859cdef4dd7c3098e365947dd5b64f78c]

        set correct paper tray in UI

2012-03-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b512c3ca29735f15383c5f6215348fccfaddd40e]

        No need to delete ParaPortion outside of the container any more.

2012-03-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c802cbad7f25d3070f2ae5fd8a7e1a7ce17f99a9]

        ContentList no longer a child class of DummyContentList (take 2).
        
        The previous commit was bad as it would cause segfalut on startup.
        
        This one is good as far as I can tell.

2012-03-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8bf6eb4519b4b92390570341a10872e65fd95dc1]

        Revert "ContentList no longer a child class of DummyContentList."
        
        This reverts commit ea8f2cbee079932e7f5d9ab646996b472a120c76.

2012-03-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ea8f2cbee079932e7f5d9ab646996b472a120c76]

        ContentList no longer a child class of DummyContentList.

2012-03-29  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2dad7d64a9fc56241254bca2b09820b80ebcd8ba]

        remove inline & const method.

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [dbf238ba0a76c64643a28fc3fd9d0d3ede848dd7]

        (const) char[] is a plain C string type too
        
        and it's size is not known, so it cannot be taken as a string literal

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [175dc9fcc6252177e03486952e867c7bd1f8e9de]

        pRightPortion no longer used.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [87d554e97332f418d570d69391c3f2bf95e8cbab]

        ParaPortionList no longer a child class of DummyParaPortionList.
        
        BTW, whoever originally wrote this code obviously didn't like using
        const keywords.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [cc7bacc506d3613ad45b0443df1151eb92b1f9b4]

        template over 3 different types of casts all in one line.

2012-03-29  Takeshi Abe  <tabe@fixedpoint.jp>  [86647a187371f03a05a329f24366b0ac2e6c7fbf]

        removed duplicate includes in connectivity

2012-03-29  Luboš Luňák  <l.lunak@suse.cz>  [552ba413bc95b1a14638558d9436141825100c52]

        fix SFINAE detection of const char[N] for msvc

2012-03-28  Noel Power  <noel.power@novell.com>  [2cd77ac75ad16a0eb7ee2e3df30e5cb0950bf673]

        don't use uno when importing styles ( xlsx,xlsm) )
        
        Attempt to move away from uno calls, added AVOID_UNO define in sc/source/filter/inc/workbookhelper.hxx to aid with transition ( AVOID_UNO = 0 runs the old code and uses the uno api )

2012-03-28  Noel Power  <noel.power@novell.com>  [3043cc87ad5570eaea404f220e42547b5efa7713]

        some performance improvements
        
        a) directly access core for creating named ranges ( the import code still uses uno for accessing the named ranges )
        b) combine ranges with equal formats so that format can be applied to a multirange ( to avoid multiple uno calls )

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [bb070c05b6e2d09b15fed673507a523c11eb2a19]

        CPPUNIT_ASSERT_EQUAL() takes expected as the first argument

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [c9167bac18e1cca061d91f65d2dc91b9d09ef587]

        gcc-4.0.1 SFINAE workarounds

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [b9f7225bb7c9cb58f796296fac3e58f84a619303]

        remove RTL_CONSTASCII_(U)STRINGPARAM usage

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [ef87e804ec80451ff1517482c1b70e7dccb961ce]

        string literal overloads for OStringBuffer

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [b741f7fb1ea7b62c9cf2988a64e07cbbb8db904a]

        make unittest check also for invalid conversions with OUStringBuffer

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [bd577aa7f8252f3f95276cd17c93beae1902fd96]

        string literal overload for OUStringBuffer::insert()

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [bf68985627a7e0520674a8eb0d0f037e71f432fe]

        string literal overload in the right place

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [60573363d87bb1335ff8ac0c0623f0ec3e0dc319]

        clean up string literal overloads in OUStringBuffer

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [8594c4c52a38f34d1ccb4541dae2e29f08546151]

        OUString does not have any non-const char functions, no need to check for it

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [8a654fe9a5efc609bcbbfe8864a0748687798930]

        use SFINAE to remove non-const char[N] OUString overloads

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [81e7364f52b6135776d4999be287524d508a7d08]

        move string helper types to stringutils.hxx

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [48cd6ac1ec7e92a9c9a21f5365db4f9ff5fde93c]

        Fix tinderbox error & some cleanup.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [17cc39f2b0ef13efdfb052fe6b815508879fb755]

        ContentInfoArray is gone.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [484b44b39bc2788160f475c3b40ce6b569fdc6cb]

        Changed some wording.

2012-03-28  Laurent Godard  <lgodard.libre@laposte.net>  [78278561130a3faab44472831bfccc074a0e8194]

        document queryContentCells limitation
        
        add also a missing </p> in previous paragraph

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [736bf5c26f4f220171d95f52b933669c1ff6b172]

        Keep tinderbox happy.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d192756c71519b1f013bbaa1a0594d46606a6336]

        No more CharAttribArray.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [38e07aab9eb8c3c1d18038857b5dda28aace5bff]

        One less use of CharAttribArray.

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6b170f3d0aa519c6fd4e3ee92421f5a87ab511e3]

        WaE: declaration of 'it' shadows a previous local

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [82e0247c7a36aedf7ecf55488360f9abeb89726a]

        remove the wrongly placed semicolon

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8affd7e908fe695c548da702cafe76a8b031fdef]

        this iterator should point to where the insert should start to search

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8627b0a297d6a2b7461bb53da2f434c397cb2603]

        there was Table::Insert, let's use map::insert as a replacement

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d976045c9d0296d2418687e0049ee49f9ebeded5]

        if/else branches contain same code

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [154d071ddbdeab99014a3a60540c02da86299850]

        prevent potential crashes

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3fb86cd30c394dcbade425a516bf9bf477a5b5d0]

        do not touch first column

2012-03-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a3d473683887bebeae34443eeb4b0d603b6d6de6]

        remove unused include

2012-03-28  Noel Grandin  <noel@peralex.com>  [bfa76fc1a392452250022568d0ae326c13393d6b]

        Convert tools/table.hxx to std::map in ScChartPositionMap class in SC module
        
        Along the way, simplify the ScChartPositioner::CreatePositionMap method,
        it was using a unnecessarily complicated approach to allocating new objects.

2012-03-28  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b35980d9b28f1e3985f94238f7d8c9962f654bd0]

        Move away from SV_DECL_PTRARR in CharAttribList.
        
        This is a huge change.  I'm sure I broke something somewhere...

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [86a1e6de4fc3af897271bc5f7f04506261d4f286]

        SFINAE workarounds for gcc-4.0.1

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

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [92be127772d5daa34c053630909a736bc9572f79]

        unused global OUString

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [83d3e6e371cde7e455bf74890c55d747fac6992c]

        don't use a global LockListener to avoid startup hit on ctoring

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [8ae666c4fccb0cfe9d2a36234d0131ba7312f19e]

        remove left-over class stub

2012-03-28  Petr Vorel  <petr.vorel@gmail.com>  [21628c6397b18ba90bc33ce8682df9011c7eed1b]

        remove unused code (oox, sc)

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [bbb03549db3ecb9e4e5a3c4c3cb58059c06ea7e8]

        add testcase for n#751117

2012-03-28  Tor Lillqvist  <tlillqvist@suse.com>  [61d1533961d002ff0630a0505686dc37b5c393ca]

        Include unoil.jar

2012-03-28  Tor Lillqvist  <tlillqvist@suse.com>  [de290c0ffc7a4969fb1cdc33696d241f47804592]

        Leave out reference to the the user registrymodifications.xcu for now

2012-03-28  Tor Lillqvist  <tlillqvist@suse.com>  [6db50818c1f6685adc4551c6927c9420f0872775]

        Add JNI wrapper for InitUCBHelper() and call it

2012-03-28  Tor Lillqvist  <tlillqvist@suse.com>  [bb84db9f44fd1fcadd86841411ac40d22281c157]

        Add an InitUCBHelper function to be called from an Android app's Java level

2012-03-28  Tor Lillqvist  <tlillqvist@suse.com>  [c589fa17b8f3e6ded0d1e04120781eb5d6735bc7]

        Dalvik enforces byte constants being in range (-128..127)

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

        stray debugging line

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [38814653ba6b76a6d6b4603c037cb52e0be300e8]

        remove static OUStrings from static_initialization_and_destruction chain

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

        when run under memcheck allow SIGUSR2 to dump current memory allocations

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

        these VALGRIND allocator annotations never worked for me, just busted memcheck

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [043ddca9c563526f66d4afba0b052814a821f08f]

        drop unused global rtl::OUStrings

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [8757c9c462ba690de60602404ef2e9e99702f0b4]

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [3a5bc9c8795f72ed10599237d6cd0cfe6ca385a3]

        remove static OUStrings from static_initialization_and_destruction chain

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

        fold historyoptions_const.hxx into historyoptions.cxx

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

        don't have to deliver historyoptions_const.hxx

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [1594ed521299d14e8e5897212aa43aebbc02afdf]

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [346a86afb3a323a34a31327aefe3b1b4b55256ed]

        drop unused global rtl::OUStrings

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [96b3ab5dbaa51ca9c23914d9144bbe25887351f7]

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [7b9462fad75914a8e0bd59f45e2b5b1e77286c60]

        unused global rtl::OUStrings

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

        remove static OUStrings from static_initialization_and_destruction chain

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [4be31cd9a2cda0a549137815c17c88abf1ff50d6]

        fold useroptions_const.hxx into useroptions.cxx

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [382f43dd2eedfd6d1377af48980307edfe12cde6]

        don't need to export useroptions_const.hxx

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [96433d351e5423a2ca189464f50179becd557d70]

        remove static OUStrings from static_initialization_and_destruction chain

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

        BiffOutputRecordBuffer never constructed

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [047c2de1647b974f6091d73d89d152ff09410a8b]

        BiffOutputStream never constructed

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

        callcatcher: regenerate list

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [2ecae2b9b4d5b7280e308cbabed715f5d5042c46]

        don't leak pDirMutex and other code janitorials
        
        don't leak pDirMutex
        drop intermediate UniString
        don't use static OUStrings
        drop C2U macro

2012-03-28  Caolán McNamara  <caolanm@redhat.com>  [2f36279079e74e40a3fa2de5821c879e98d498e3]

        use a vector instead of a deque when deque extras unneeded, they're faster

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [1c2d7eba4af280630285e4c3822f7c8e2fb6d2f4]

        n#751117 oox: make sure position is not lost during VML import of rotation

2012-03-28  Maxime de Roucy  <mderoucy@linagora.com>  [357fac9713875302d30185feabaf5c165e040ca4]

        Rewrite of the format paintbrush
        
        With this patch the format paintbrush differentiate automatic character
        attributes apply to character than those apply to paragraph.
        Character attributes applied to paragraph are treat as paragraph format
        when paragraph format are copied (and so apply to paragraph), and treat
        as character format when paragraph format are not copied.
        
        It also change the behavior of the format paintbrush on "restart
        numbering" and "restart numbering at" attributes. With this patch those
        attributes are simply copied… as expected.

2012-03-28  Maxime de Roucy  <mderoucy@linagora.com>  [378ee95b089cb20d18c6c36954954be9c032853e]

        fix of comments
        
        fix some comments made in
        31b7640f7137964916062e64fca18869a18f5118

2012-03-28  Maxime de Roucy  <mderoucy@linagora.com>  [16094573256e4c4ece92f86f63559658a25e8d61]

        add GetCurParAttr and GetPaMParAttr in SwEditShell
        
        GetCurParAttr : Get the paragraph format attribute(s) of the current selection.
        GetPaMParAttr : Get the paragraph format attribute(s) of the selection(s) described by a SwPaM.
        
        The advantage of these methods is that the take the named and automatic
        format attributes.

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [5aa523a61f812a44d6cab926df501d6672e4aeda]

        remove (non-const) char[N] overloads introduced because of string literals
        
        Cleaned up SFINAE helper classes and added even more comments.

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [b9f79762f07448b7100bb09acd1f4ee748b32a2e]

        ShapeTypeModel::maFlip: correct bogus doxygen comment

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [4159a4e6ce38b333ced3ba5f75e28473605633e8]

        n#751117 oox: implement VML import of shape style 'flip'

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [559ecabbfc6d78df995c899ba996a470e241b76c]

        n#751117 oox: implement VML import of v:line token

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [8b8fad38b2de3f037f628fea1f0f00fcb280be0d]

        n#751117 oox: implement VML import of shape style 'rotation'

2012-03-28  Miklos Vajna  <vmiklos@suse.cz>  [b4f5c3fea2428fff9f470b6cde86b867787128d8]

        n#751117 writerfilter: include all oox tokens in gperffasttoken.hxx
        
        Without that, the following happens:
        
        1) ShapeTypeContext::onCreateContext() in oox calls rAttribs.getToken()
        2) FastAttributeList::getOptionalValueToken() in sax calls mxTokenHandler->getTokenFromUTF8()
        3) OOXMLFastTokenHandler::getTokenFromUTF8() won't find the oox token and return OOXML_FAST_TOKENS_END
        
        I verified that the new gperf input just adds tokens to the hash,
        doesn't remove any.

2012-03-28  Matúš Kukan  <matus.kukan@gmail.com>  [2fc2a3542988e0dbf71163b40d5fe495a6789d40]

        sal: add dependency for unit test, fix typo in comment

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bef64b011337fa60b27339a00c30303143b4397d]

        add name attribute to chart's layout dumper

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f084ac6556ab2374e7cbde5c426feeca0c3b9b9d]

        add drawing.Text to chart's dumper

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [2ebda60bfe7897ac371dd7ee97c4309e72f20e4b]

        more SFINAE to distinguish between const char* and const char[]

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [86ebc8471d5e056a1240e5f9d487c5b1c9b3d423]

        hopefully only OString ctors do not work with SFINAE broken

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [3ba10632a34a4740e77da76d7aa5bda8a2eb99ab]

        string literal overloads for rest of OString methods

2012-03-28  Luboš Luňák  <l.lunak@suse.cz>  [533eadeb46c3db40daf0f18f89096c24e7f9c2bd]

        CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGE

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f1e8da595d7eb52cb14b8931d47dfb4b38d868b8]

        add SAL_CALL to ChartModel::dump

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [608ac02d2d469f881659b0726315528d1185e673]

        add chart regression test
        
        test is based on qa::Dumper and dumps the layout of the chart

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9560fb799006c2560c0ab75fd1dccc9e4dba7d68]

        revert old test idea

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d8c9ef5e5945fd166a9e0793b7d31ed679742d4]

        implement the layout dumper for chart2

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74b274602a5a76b949f6d1a521b343688693090b]

        add interface XDumper for qa/automated testing

2012-03-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8090cba738350372b459f31deac8b97fa7153a04]

        implement XDumper in ChartModel

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [9cab649ccb3d827258e95a9b5c91d4b726564d89]

        Resolves: fdo#47865 insertions into deque invalidate nLastCount

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [919f7104b51b156db34787eb7bd5f16e4ecfb633]

        drop intermediate temporary UniStrings

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [887d7945addeb823e0d3f783609c4e79d92ad4a7]

        callcatcher: update list

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [79872b9181e60b02848acefd35d43f5d43fbea24]

        exclude callcatcher output dirs from translation tools as well

2012-03-27  Stephan Bergmann  <sbergman@redhat.com>  [9e46c8fcb85157b9f3e301e9a500c55f807526d4]

        2nd param of __cxa_throw is void* in GCC <= 4.6

2012-03-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [dfdd09fa867cfddb6c09a85028e73287b3e5c9b2]

        Translate German comments

2012-03-27  Santiago Martinez  <smvarela@gmail.com>  [a84e97e58fe0915376801f98e1c0d24470f1e1d3]

        Remove unused code in l10ntools.

2012-03-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [bfa1547570add919754cba82d0ca1062eabfb6dd]

        Translate German comments, fix some English ones

2012-03-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [24a2cfff83c2e9e73df1907bf479e371df67dbf2]

        Translate German comments

2012-03-27  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [7628ced726c4de4bb9c98675c1ff77f5b7762ab6]

        Convert SV_PTRARR_DEL to boost::ptr_vector

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3670b2a2b15c5342562080630037e1959659da73]

        Let's hide stuff like this from header..

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [80ecd30e1c7b753f2b24147e47204c97d253d394]

        It's cleaner to use copy ctor for cloning.

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e747c9df0bcbc68935b0adf0eaa166ae1a1abe05]

        Publicly deriving from STL is not a good idea...

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1e91520e7af29c390c03d05b39992da5aaf6d1c7]

        UniString removal.

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [685c0f41b9fb02b72471b1de9042c3d20d9a95f4]

        We can safely remove this.
        
        There is no definition given anyway, so its use would've caused
        a link error.

2012-03-27  Stephan Bergmann  <sbergman@redhat.com>  [54e3855bffafe24d2dbb29451885282bab57ecef]

        MinGW: Adapted cpp_uno bridge to GCC 4.7
        
        ...which incompatibly changed the calling convention of the third (dest)
        function pointer parameter of __cxa_throw to __thiscall.

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [8ff435eab96f6bc8a2da203c10a6d6a7b72db296]

        fix build, restore these constructors for now
        
        These classes appear to never be constructed and can go in
        their entirity, but its a bit of a rats nest at the moment

2012-03-27  Petr Vorel  <petr.vorel@gmail.com>  [16410cdcb91b3d358ab2964deefe8d357cae613b]

        remove unused code (oox, sc)

2012-03-28  Takeshi Abe  <tabe@fixedpoint.jp>  [16244e7f241994fd0284b4ba77933d8fb2f25c1c]

        removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [867588b4caf35d4954c7b26b7ac070a7a4675cd3]

        Resolves: rhbz#807316 don't complain that nocrashreport is an unknown option

2012-03-27  Andras Timar  <atimar@suse.com>  [45a222a72b49bacddb962bfb34346558e45eff6b]

        fix number of chars in strncmp after OpenOffice.org->LibreOffice change

2012-03-27  Andras Timar  <atimar@suse.com>  [935150a59b160cc45652b88fd41824b53af3676d]

        typo fix in comment

2012-03-27  Andras Timar  <atimar@suse.com>  [a7dc11cfbf351e05e23b66b66574c30c7fbbfc64]

        typo fix

2012-03-27  Andras Timar  <atimar@suse.com>  [99d1eff4a843811bf5cb192aa3a2dc29f85d935a]

        replace OpenOffice.org to LibreOffice in registry keys

2012-03-27  Andras Timar  <atimar@suse.com>  [45295f3cdceb4c289553791071b5d7f4962d2ec4]

        don't install 32-bit shell extensions on 64-bit Windows

2012-03-27  Caolán McNamara  <caolanm@redhat.com>  [1192b227544c87f25a367ebff478cbdc190dad02]

        Resolves: rhbz#802173 crash in ScRowStyles::GetStyleNameIndex

2012-03-27  Noel Power  <noel.power@novell.com>  [5ae64e4b0c23f209410fe84df041c9445234df74]

        fix vertical align when switching mode in multibar fdo#44140
        
        switching between SumAssign & OkCancel mode in the multibar results in a slight 'jumping' of the toolbar items when end up out of allignment with the other toolbar items.

2012-03-27  Andrzej J. R. Hunt  <andrzej@hunt.org>  [dd2fe95cce75f1157bd1c75d286a0047b2e4175e]

        fdo#43895 lp#905355: Never let users save in /tmp by default

2012-03-27  Stephan Bergmann  <sbergman@redhat.com>  [fd065e692a7355ffc46bf42a9ec1f3743ba8310c]

        Remove superfluous comment
        
        ...that looks out of place after previous commit.

2012-03-27  Noel Grandin  <noel@peralex.com>  [e4d9dabce80e7823bcdf28f06a99c83a2950d8c7]

        fdo#46808, Adapt UNO serviecs to new style, Part 1
        
        Convert the IDL files in the udkapi module, and update the
        types.rdb database.
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>

2012-03-27  Tor Lillqvist  <tml@iki.fi>  [b0ba1438439873b1da3a9d580e9828ebae11bad4]

        Bin annoying "CHECKING CONSISTENCY" message

2012-03-27  Miklos Vajna  <vmiklos@suse.cz>  [894406e640330326b7c776a8fd48fd7db35958c5]

        RTFFrame::getSprms: Id is a number, not an instance

2012-03-27  Lionel Elie Mamane  <lionel@mamane.lu>  [077e711b5f5f19fceed44e2d992bf5c027e75ab6]

        fdo#47937: copy column privileges into table privileges

2012-03-27  Tor Lillqvist  <tlillqvist@suse.com>  [31d0dcfa76cc89afb214304dae556226f490421f]

        qahelper.hxx's loadFile() needs liblo-bootstrap on Android

2012-03-27  Stephan Bergmann  <sbergman@redhat.com>  [ef5b4b577c407ab5dc1595a1865f710a14e1bdee]

        dev-install needs to depend on build after all
        
        ...as only "build" passes through instsetoo_native, where some files (pyuno.py
        etc.) are copied into places where ooinstall expects to find them.

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [df827af160fa255c56b9aaef644a2d9c4680977d]

        Let's not use a macro for this...

2012-03-27  Kohei Yoshida  <kohei.yoshida@gmail.com>  [292d71f513ee2dd3c276f950ca561704b2deb11b]

        Translated German class description (thanks to Markus Mohrhard).

2012-03-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5d123a0b0e827aba59ddb50ef1b961a529a34a15]

        export all style information to xls/xlsx, fdo#46738
        
        Fixes that if more than 84 empty but formatted rows at the end of a file
        have been found the export skipped those rows.

2012-03-27  Thorsten Behrens  <tbehrens@suse.com>  [06c16e1e26a0137a0048085cdf1c7758d3ac96cd]

        Fix vcl alpha blending n#714787
        
        The way alpha compositing took place in vcl's alpha vdev was subtly
        wrong - it was supposed to implement porter-duff 'over', but didn't.
        This is now fixed also for cases where the source surface contains
        alpha, and needs to blend correctly into fully-transparent
        background.
        
        For reference: http://en.wikipedia.org/wiki/Alpha_compositing

2012-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [f64d58e3e1c65589163a1255b36fde4cbd84b3a0]

        more dependencies and include paths

2012-03-27  Matúš Kukan  <matus.kukan@gmail.com>  [5686fe0ad1ecd09dbe05dd1a36064f8be96321d6]

        be consistent

2012-03-26  Julien Nabet  <serval2412@yahoo.fr>  [a04fee7204b769dc98c3592aaed2dce5e8eb0161]

        Fix Prefer prefix ++/-- operators for non-primitive types

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c7b8b3482c50eb5de8d43acf036642dc684fe8d9]

        fdo#46942: Fix a regression caused by List removal.
        
        3236c2c3af9355157c62f68fcbd429498f7f747b accidentally removed the gallery
        item count which was used to differentiate the gallery symbols from
        normal ones.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [622a0ee58130a6c0e712f70eb5d6daed810a64f0]

        Move this into a real method also.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0087946df5363b4ca4107e015532552e4aad8f08]

        This string is assigned but not used.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e18d9f9c59a5d6783ded83d3cee0a42a99d6c82]

        bool and string.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4361ab3b47dfb31cd118a05f91afaa73ee4022c5]

        Move the fat handler code into a real method.
        
        To allow my editor to do static analysis correctly.  Those IMPL_LINK
        macros screw it up.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1b7bfb7b36964116138d2abd4e2b6aa07b6ef1e2]

        UniString to rtl::OUString.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [98add982f5fe7e30855b5ecf5495ecfa31533852]

        Attempt to translate some German comments, but not all.

2012-03-26  Kohei Yoshida  <kohei.yoshida@gmail.com>  [34ab87b37d1a7437d0a5a6c670847ef327d00d86]

        Removed use of UniString.

2012-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [5dd7f9e4689b6155f5b646034fc59bf02dcb0941]

        typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filename

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [205ee3062e494733f10b13057135b1eb8646e93d]

        finish work-in-progress test

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [09517a98fe44eafcd19a8eecb0c14384799e2684]

        string literal overload for OString::operator=()

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [62983d5ae66d510c3a6a3167eb41207a9d2777ec]

        CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [92fec304fb2820b5719080c0889c7432f819af17]

        string literal overloads for OUStringBuffer

2012-03-26  Tor Lillqvist  <tlillqvist@suse.com>  [0a08973de9e3431edb90633fcefdbaa1af7837fd]

        No separate sal_textenc library built for Android
        
        (As a low-hanging fruit to drop the shared library count by
        one... Each library less counts.)

2012-03-26  Stephan Bergmann  <sbergman@redhat.com>  [40193672b163cd1a23c00d2e4313805983fc8a60]

        Revert "Field IDs on Dalvik are more unique than in JVMs"
        
        This reverts commit b5ca34fa409bc4cbeb41a84b900612e302f5b0fb.
        
        829a9b9c1041626efb688157658c1e0e2f6e8414 "In Java, css.uno.RuntimeException is
        not derived from css.uno.Exception" is a better fix.

2012-03-26  Stephan Bergmann  <sbergman@redhat.com>  [829a9b9c1041626efb688157658c1e0e2f6e8414]

        In Java, css.uno.RuntimeException is not derived from css.uno.Exception
        
        which lead to Bridge::map_to_java (jni_data.cxx) copying the Context member of RuntimeException
        twice, once with a fieldID for Exception, which fails on Dalvik.

2012-03-26  Stephan Bergmann  <sbergman@redhat.com>  [094cf7caf9659be5a0325048fa8a164e22de1fc9]

        Fix delivery of jvmfwk ini/data files
        
        ...that are (also) used during the build (e.g., cd testtools/*/lib &&
        ./bridgetest_inprocess_java).  Broken by gbuild'ification of jvmfwk.

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [cedaaf89d7d9c2e41650dcc4df07b2be24649826]

        fix comment

2012-03-26  Tor Lillqvist  <tlillqvist@suse.com>  [d770275587f8c48b9ca1ae3905b296cf3dffe3b3]

        More hacking

2012-03-26  Tor Lillqvist  <tlillqvist@suse.com>  [10f5ab71a71ec8683e18d37b3b325beff9a5fd6a]

        Hardcode default inifile as /assets/rc on Android

2012-03-26  Tor Lillqvist  <tlillqvist@suse.com>  [e56c5b511c84a032baecc6c67bb90f13646e939d]

        Add an OSL_TRACE when opening Android /assets files

2012-03-26  Tor Lillqvist  <tlillqvist@suse.com>  [b5ca34fa409bc4cbeb41a84b900612e302f5b0fb]

        Field IDs on Dalvik are more unique than in JVMs

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [7d6656addebcaec4f8873e4a611a970a224a7bf5]

        merge getVerticalDeltaAngle and GetVerticalFlags

2012-03-26  Petr Vorel  <petr.vorel@gmail.com>  [226d310c1a31238b7f07d8e7e42ec75f0280fba5]

        remove unused code (oox)

2012-03-26  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [19648377e1e4ad5c8c342dc45aeaca83f91b4b27]

        Rename WEIT_WECH to FAR_AWAY

2012-03-26  Santiago Martinez  <smvarela@gmail.com>  [6bc1f24ceb2152e791301cd80ed579c26d275a69]

        Remove unused code in svtools.

2012-03-26  Santiago Martinez  <smvarela@gmail.com>  [c576a5c48353c0b5432d5ef918bfd14f6d7fd100]

        Remove unused code in xmloff.

2012-03-26  Santiago Martinez  <smvarela@gmail.com>  [564d216f77b7964a1a60995632131c80b4c1938f]

        Remove unused code in vlc.

2012-03-26  Santiago Martinez  <smvarela@gmail.com>  [6539ea5335b7904125c40e42b030ebdebe5614d6]

        Remove unused code in scaddins.

2012-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [6749dcc15442abc86dd473eac0885106238e8eb1]

        removed duplicate includes in basic / canvas / chart2 / comphelper

2012-03-26  Takeshi Abe  <tabe@fixedpoint.jp>  [3397f7cf382f711bed5a8416d34a688156a64b4a]

        removed duplicate includes in avmedia

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [24b867c1e1d2264ff138d4eafa9791fcd1191160]

        Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow)

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [adf7d6e17334391459343d1f96c152872ce6e704]

        configuration checked before component context exists
        
        in simple applications, e.g. spadmin, which don't have a custom main, then this
        configuration check happens too early before Application::Main gets run to have
        a chance to set the ProcessComponentContext.

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [e443216ce2eeb2d4c7463bb019eed32f5ca4ad1c]

        readUnicodeString can just return the string
        
        seeing as no-one checks the return value, we don't need
        the intermediate temporary string

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [723613ab5ca5e59387dcba63d31bdb66b88035c2]

        need seen for seperate CUI_RESSSTR

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [8a539e49c4fba49bbd810a90747e1993e69a9942]

        ditch some UniStrings and intermediate temporaries

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [ad5c3b475306241fac55058aa390053f596f83d6]

        callcatcher: update list, Table::Seek gone

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [70eb5c15e89409c22dbcdd7c49fa6271cc535d6b]

        callcatcher: shiny unused method reduction from to-stl conversions

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [4eb52acf4e47ae659b1a3688e16e75509ab70597]

        WaE: compile under product and dbgutil modes

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [d41b5a88bd4fdff79975d0a64a56d6aae2be1f22]

        reduce over use of static OUStrings

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [35fe7d4365f0fd9e118d17bb4b579cf303cd6720]

        ditch collection of static OUStrings

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [2770031b578debbddc7cdd3931f34f86af68b687]

        fold accessibilityoptions_const.hxx into accessibilityoptions.cxx

2012-03-26  Caolán McNamara  <caolanm@redhat.com>  [28ee890d885ee3683bc94afab3613a02a02e1ff3]

        dead helper dir

2012-03-26  Miklos Vajna  <vmiklos@suse.cz>  [2452e28a068803ad1ca910798339303cc52e45be]

        oox: fix doxygen syntax to avoid misleading output in ShapeTypeModel

2012-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a19798c73fd39d8d69ff6364f0696e68cdd1381]

        Compatibility option for incorrect relative moves after closePath (fdo#47406)

2012-03-26  Thorsten Behrens  <tbehrens@suse.com>  [a2ee8055e9c136923f0244fe289cac6377933c31]

        Fix fdo#47406 incorrect relative moves after closePath
        
        I missed the fact that odf export still uses the old exporter in
        xmloff/source/draw/xexptran.cxx, which was not fixed wrt. the update
        of current position in basegfx/source/polygon/b2dsvgpolypolygon.cxx

2012-03-26  Andras Timar  <atimar@suse.com>  [b36a42fb831b853120928e05dcf322898a92a731]

        fdo#34324 put 16x16 math icon in RGB color space

2012-03-26  Luboš Luňák  <l.lunak@suse.cz>  [8a66c8f557dd97250faef6bd68c0d57970eefe43]

        sal_rtl_strings unittest depends on sal_textenc library
        
        there's a dlopen of it somewhere in sal's string classes

2012-03-26  Stephan Bergmann  <sbergman@redhat.com>  [8945f1bc858f3636d4270f16bd2e66ce88c0021c]

        Fix recent paintfrm.cxx regressions
        
        ...as reported by Linux-RHEL6-x86_64@14-with-check tinderbox.
        
        For one, e94c4ab5523c7dcbee2f1b7fd47685529498e774 "Conver SV VARARR to
        std::deque for sw module." did not use rbegin/rend to iterate backwards.
        
        For another, e94c4ab5523c7dcbee2f1b7fd47685529498e774 and subsequent
        1a412714031bf6cf3f7962b044b2edea74899b46 "fixed crash due to use of STL deque
        for SwLineRects" failed to get the nested loop "Remove all help line that are
        almost covered (tables)" at the start of SwSubsRects::PaintSubsidiary converted
        correctly.  This attempt here at fixing it models the original behavior (before
        conversion) more closely, and hopefully gets it right now.

2012-03-26  Regina Henschel  <rb.henschel@t-online.de>  [b42362e7095785daf3a2614f679671e9df245e51]

        Adapt arrowhead pathes to corrected svg path z hangling

2012-03-26  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [8906ad17b72fe2ccbced564a3dbfbb97286fee23]

        fdo#42328 Impress slide backgrounds with Liberation fonts

2012-03-26  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [b9a0dfd169fa33c976fbc0bd6e869067b940d9d2]

        fdo#42328 Impress slide backgrounds with Liberation fonts

2012-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb2c9eb114d3a76096fd404d733f86702246b60e]

        prevent update during init in name dlgs, related fdo#45679

2012-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd20b48795df0e23ac76d516d56366250157515f]

        prevent update during init in new autofilter dlg, fdo#45679

2012-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [549a68159c3faa7bc698cd980c5c589931643549]

        sal_Bool -> bool in dociter.[ch]xx

2012-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [240464f62bcd95a62ee1692aaa7e5f74a693a5ba]

        clean-up sc's macros_test a bit

2012-03-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [891574788ad6ab612c1c2653c070ab8b7e297072]

        disable password test onwindows for now

2012-03-25  Miklos Vajna  <vmiklos@suse.cz>  [da1a73fa0b3e5baf535333c0b344be2d3cb46e4f]

        rtftok: added missing test document

2012-03-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e00cb3336f3f6ad802173f90fd93a120b8c95b52]

        use $(file in gbuild when available

2012-03-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd83e6cb19bf20bee89759ca7d70ed667ccd334e]

        detect of gnumake support $(file function
        
        $(file is a new function that landed in gnu-make cvs
        it allow to write a makefile variable directly into a file
        bypassing the usual command line size limitiation

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [83561ac5bb5200ec87183a951445d9592c37e888]

        disable failing test
        
        missing test document

2012-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [b566229371cb72aaa4511fdaee0b50ce89423095]

        enable slowcheck for top level make all again

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b138edfab8908cf70c5a90aa9fa2b5dc5675dda7]

        WaE: one more newly unused variable

2012-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [aa4444a4dcd65ba05dca07ca79408bd227959242]

        packimages: missing dependency

2012-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [c59beae71273d6c8894f7d6eaff25131d6c124a4]

        svl: add include path and more add_package_headers

2012-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [bee6510c0884a939ebb3f167b0c29f911403cd2f]

        fix mingw build, properly set LO_LIB_DIR

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78cd54c09d4951fdde851507a731aba261e03e70]

        revert accidently commited lines

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4eca6763ee4967b64a219c744d9673f16382415]

        remove newly unused variable

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8269e88b9b9ba508f53489269031e5d41074fc60]

        Revert "simplify code - remove unnecessary and complicated allocation"
        
        This reverts commit 3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c.

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3079cebfe62a482cb82a67a77e436b85f6249b9c]

        Revert "restructure insert code as a precursor to further simplification"
        
        This reverts commit 4aa72e0dee42c80667083c0b86a3d0ec5381c1ae.

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d1fcea677a0d814ca92a00717a4ff7090291f6cd]

        Revert "if/else branches contain same code"
        
        This reverts commit 13bf19769e6e0522d920594225b9baa2c1b7dd63.

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [300365c29b1fb3ff47d9b24cacd990f9df1c9555]

        Revert "remove unnecessary use of local variable and auto_ptr"
        
        This reverts commit 6af00cf90f4314be11ac7d8f186bb9da4f228cf1.

2012-03-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [473a182824c2e3413dd5b36f193bb9a586b4a0ce]

        Revert "Convert tools/table.hxx to std::map in Chart2PositionMap class"
        
        This reverts commit db3786ee3aa0d8911042c9bbcea02cf36d96dfa1.
        
        Conflicts:
        
        	sc/source/ui/unoobj/chart2uno.cxx

2012-03-25  Matúš Kukan  <matus.kukan@gmail.com>  [4352326b6bd54805649961073ffea6dc41a66ed8]

        fix windows build, properly set LO_LIB_DIR

2012-03-24  Julien Nabet  <serval2412@yahoo.fr>  [4da30c0b41b854a402e913b467d7e1a0a1b067a3]

        check end of iterator with != instead of <

2012-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [150f79806c2f2839e8f7ead7ce05c1d8b5eebb63]

        removed unused AnimationSchemesPanel
        
        this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8

2012-03-25  Takeshi Abe  <tabe@fixedpoint.jp>  [193581a7cc7161dec844c6f35ba710ee8c98107c]

        removed duplicate includes in sd

2012-03-24  Matúš Kukan  <matus.kukan@gmail.com>  [15bd35e4f2646ef0bba0cc24d171989c9e3ac6e4]

        i18npool: use CustomTarget_*.mk makefiles
        
        Also done lot of simplification and modernization.

2012-03-24  Matúš Kukan  <matus.kukan@gmail.com>  [1140c380ad15648def3fc7a71d735a46ed4289d9]

        packimages: do not use custom Makefile

2012-03-24  Rafael Dominguez  <venccsralph@gmail.com>  [bcf0c0ead1a2459606cd8df90cddd40e944f91de]

        Remove unused class.

2012-03-24  Miklos Vajna  <vmiklos@suse.cz>  [81dbafd1227fbd976e343c1ce880b4020112808a]

        git-hooks: commit-msg should not search for whitespace in the diff itself
        
        The additional sed removes every line after seeing the first line
        starting with a #, just like git will do it later as well.
        
        See: http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/26794

2012-03-24  Miklos Vajna  <vmiklos@suse.cz>  [04cae9ec1e1f04833b06fe9f24e23cfaf5265599]

        fdo#46955 fix RTF import of all capitals char prop

2012-03-24  Miklos Vajna  <vmiklos@suse.cz>  [5e994d528c67e4db1e0ef7ba01349a51acbdacb3]

        fdo#47036 fix RTF import of multi-paragraph exact height textboxes

2012-03-24  Miklos Vajna  <vmiklos@suse.cz>  [0d9132c5046e15540abc20e45d64080708626441]

        fdo#47036 fix RTF import of shapes inside text frames at the start of the doc

2012-03-24  Miklos Vajna  <vmiklos@suse.cz>  [de0f33126d5dd92e2ea8b728dcb9dc7cd3b8995c]

        rtftok: various refactoring
        
        To allow frame keywords at the start of the document, we need to:
        - a single setter method for all frame properties
        - make the parser state know about its document
        - make the frame know about its parser state

2012-03-24  David Tardon  <dtardon@redhat.com>  [b3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0]

        add $(gb_STDLIBS) to linked libs

2012-03-24  David Tardon  <dtardon@redhat.com>  [c6fc60d0739e1539e2efae23461f970eda7cf0f4]

        rename targets to match LinkTarget's functions

2012-03-24  David Tardon  <dtardon@redhat.com>  [ac6e856a00f1546b00e612512cac7a8fad9d694a]

        use correct rdb root dirs

2012-03-24  David Tardon  <dtardon@redhat.com>  [1a00658cd3867fe1a7a306aa309850796ca7a7a4]

        use the default deliver rule

2012-03-24  David Tardon  <dtardon@redhat.com>  [15396990cf0aa73bc8afd592bb338c9af2604609]

        update copyright date

2012-03-24  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16bbecab811a7ea95439bcbdf99050f766d18a9d]

        ScDPDateGroupHelper class is no more.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7a1401e953e10194a7d693e590dc4e6c34a37ec4]

        More on avoiding use of date helper.

2012-03-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2d3c700725736a5e59e60b80018582480674074d]

        help XCode 2.5 resolve @loader_path/libfoo.dylib

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d9cc468b307d1f1e18d9561c4dbaf0a744ababa9]

        Let's just centrally reload group data in DataPilotUpdate()...
        
        It's a no-op when there is no group dimensions anyways.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16168d7d589d22b1efd2a666d08d96233783457f]

        We don't need date helper in FillGroupValues().

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [83a7d544b2d2f6969bdca52b18d99f8a64ed5afa]

        Store the group type (aka date part) with the cache, and use that.
        
        With this, we can phase out the "DateHelper" class...

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [09bc4a1ed1f9b4a4661f16a8af5b2a58e30b9c8b]

        (Hopefully) fixed the table reload bug coming from the pivot layout dialog.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32d3e6b2ecd379e348d298777f8ae74cbc07a061]

        Added dump methods to various classes to make debugging easier.
        
        And a little code cleanup here and there...

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7463dafd92a5153f4c67d1a6d91199d97a3aead1]

        A little clean up.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [de8276412182eef061680360fab109f1acab0ab4]

        Bool-ness.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [ec1b8060e3baf59ae561b3c847a243084e4646b3]

        Dump item values too.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1097d2f3666a1841f87ac7c94b7011637599d5b3]

        Some misc changes & some dumping facility for pivot table for debugging.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16cfcce0c07f51e6342081cdaafc72277cf6d79c]

        No need to check for null table twice.

2012-03-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a6552c0c0464d467a785cfd9c864301b81591cb]

        use fabs for double values, not abs, fdo#47632

2012-03-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [a7c02ed28a8ff20ada18ba82f97b0d67f604d5d8]

        help XCode 2.5 resolve @loader_path/libfoo.dylib

2012-03-23  Luboš Luňák  <l.lunak@suse.cz>  [d59b8013424d057f120681d11874c2ef42e17163]

        make gbuild follow --disable-dependency-tracking too

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [d56bcf9dbfa271c95971878171022c1fb4d1044a]

        .css files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [13ff4059a8b9e39e63b973666905b4ffc9841274]

        .html files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [2e847dfaa564048116a93ccbdebf0acf33cc37bb]

        .mm files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [5be54ad4125fefce8950240a5fbe24172d7129f0]

        .rdf files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [f567f8ba03d6fcd5d8d2fe8ec4c580460a2b088e]

        .dtd files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [9345437f361e21379095abb271a743ec52f6e550]

        .txt files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [72bf6cc0dde0407f6dab3df18a2a14909037c217]

        .pdf files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [2d78d2409de3e7ce391ea724b32dfcb7ff64437c]

        .sdw files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [30a29aa6f17a573d2f4834f5306cc6ed1946c279]

        README files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [78fa09a6e1ebc870482dcd1909cbb6747d59c801]

        .csv files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [fd1ca3bbcfc2d808fb75248f377b6abb3c81a858]

        .stw files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [2f1ee9a875a2f49b712f2eff5a2635775398b2c8]

        .xls files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [e18d5cf90445af2b2b93eeab5a75bf6cde2aafda]

        .ods files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [341bc07c03317430ffc1c2396dc267bb5364f73f]

        .sdi files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [eb4eb698b20b1724f82cb78d2be722ff8e03ae1f]

        .xcl files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [4c5a1a6d43c5586e49d179142c0029e844723cda]

        .sce files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [fcf809ea33a5bb6d7361ffba279c742f4ae1a7e6]

        .lst files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [9429bbb0c465159d5af446461006bfb0aee8ded9]

        .component files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [dc1b917cdae481382e2480206f969e12764c26dd]

        .gif files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [d7aacb8461c1b2bcc4cffde871fb296d3cb9edc6]

        .hrc files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [b2f5298077c9d459ff90cb1e0c146ef70423d786]

        .hxx files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [68f27537104473a51465b8964f1003408abb4d4c]

        .h files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [6295fd6012be04ea5170a827b383de9acf09c700]

        .cxx files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [8ba365c923bee6b7824164c913fd3a9b8776e87f]

        .c files don't need executable bits

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [e476a7632c1ec01d01a8f20692d6f18b90a1cde4]

        .java files don't need executable bits

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [907ba5e528225ea62404ab49e13821da4687f1d8]

        match DB_ENV creation flags to DB creation flags

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [1dbdcee43f64e2fd00d7dbeaca862bafbbbd6332]

        cut mozab down to size somewhat

2012-03-23  Andras Timar  <atimar@suse.com>  [91f20d6449f0fca905082a2004af9dfa4f683239]

        remove old product from MSI's CustomAction table

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [5cfea7f88532a8f2e3ae069ebd9258825f20df0b]

        Make default zero-initialization explicit
        
        ...to match style used for other data members.

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [c65ae8762b5ce302d07bfa7f5432fd3560133dc2]

        Improve error reporting

2012-03-23  Andras Timar  <atimar@suse.com>  [9c327e138ec1877a0befe6ca6829a2ec674006a2]

        old products are unconditionally removed, clean up unused code

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [b0c1c3060a5cbdacfa2d2a1b55db534304679379]

        Removed unused directories

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [8087d5389f8d1133f119a9e6db88f91229831b61]

        Java new cannot return null

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [4b6988b43231ced65765051d10c021a9e07d23f6]

        Improve error reporting

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [0b9fda25f321ce2697179064e330843237177668]

        fdo#46102: Fix Java script examples after gbuild'ification
        
        ...they contained no class files anymore, due to missing gb_Jar_set_packageroot
        calls.  However, those calls only work for subdirectories, i.e., the example
        .java files need to be put into a package (I chose
        org.libreoffice.example.java_scripts) for all of them).  This in turn required
        adaption of the parcel-descriptor.xml files; not sure what the logicalname
        entries there are good for if anything -- the macro names at "Tools - Macros -
        Run Macro..." now unfortunately(?) contain the fully qualified paths for the
        HelloWorld, HighlightText, and MemoryUpdate examples.  There are additional
        examples at scripting/examples/java/ that apparently do not get packaged (but I
        adapted them anyway).

2012-03-23  Stephan Bergmann  <sbergman@redhat.com>  [dd6c4f4db1d62268d73e09ae52d23f760a967dcc]

        fdo#46102: Load Java scripts with class loaders that actually find them
        
        ScriptMetaData.createURL produces weird URLs (ending in "/ucb/", and potentially
        still containing vnd.sun.star.expand: prefix) that are apparently good for
        loading documents for editing via UCBStreamHandler, but cannot meaningfully be
        passed to a URLClassLoader.
        
        It is unclear to me how the Java script provider shall ever have found the
        script jars in the past.

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

        we dont' need any SvCompatWeakBase use in SfxMedium AKAICS

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [4a893297a8f755851477f07145f726aa3e6f9c9e]

        weird use of volatile

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [8b3bfa53c9ed62ea4d744ae0d874241b8fb27a81]

        SvtAccessibilityOptions::GetIsForBorders is no longer used

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [8ac384a5ca391693773478210b6334862967ae30]

        only SV_DECL_COMPAT_WEAK is still in use

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

        ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [788a19ceff33e347a8f3ee104084391c288db52d]

        scripting: don't need x bits for these

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [6de69fe141bb150e667e5fc32e9b3320f19ecd8f]

        JavaClassSet: whitespace cleanup

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [526a31be4c31fe519c14c16241a48729dd9aa465]

        JavaClassSet: giving only changed java files to javac is bogus

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [68c1111c777778f6ffae385ad3a81d7c1c969625]

        GenericSalLayout::KashidaJustify: STL assertion
        
        error: attempt to dereference a singular iterator.
        (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [d07567fe195227c50ca8e81a2dd3cc5b47376662]

        GenericSalLayout::KashidaJustify: fix infinite loop
        
        insert() inserts before the given iterator and returns iterator to newly
        inserted element, hence need to increment that iterator
        (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [d99a715e6a99d4f99023d15185671e0282ba62fd]

        GenericSalLayout::KashidaJustify: STL assertion
        
        error: attempt to compare a dereferenceable iterator to a singular iterator.
        (regression from 6bb68cae7c31918eff8386d5b52be0759386bb60)

2012-03-23  Michael Stahl  <mstahl@redhat.com>  [1024c172a5bfb3d85a86fcf7a046aa2b03950edd]

        fdo#42750 fdo#45562 fdo#47717: border paint ordering:
        
        Paint borders after subsidiary lines and hell layer, but before heaven
        layer.

2012-03-23  Kohei Yoshida  <kohei.yoshida@gmail.com>  [35fe6b9587a22e9faa669ebab05bf577f09a3438]

        Localize the group prefix for pivot table defult group names.

2012-03-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3751ab6910d06ca01d1980fce40792560afc9ebb]

        n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixed

2012-03-23  Takeshi Abe  <tabe@fixedpoint.jp>  [9e890ae00e508addaf453d9c12a7a8cae4cca149]

        removed duplicate includes in sw

2012-03-23  Takeshi Abe  <tabe@fixedpoint.jp>  [ac68443c80647bfed1b454d999e9091e078b461d]

        removed duplicate includes in sal

2012-03-23  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f16833b1d3564c738e571bf8b052e53e4c753941]

        older versions of tar don't do autodetection of compression format

2012-03-23  Miklos Vajna  <vmiklos@suse.cz>  [f84e0e6b1b0ec5f52ee963a62ac420cd872a771e]

        fdo#47326 fix RTF import of mixed super/nonsuper text
        
        In most cases \super has its own group, but it's valid to have mixed
        super and non-super text in a single group, as long as \super and
        \nosupersub keywords are used: handle this.

2012-03-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a7c11707cf43b13d75a039cae918fae7f268cbf0]

        Hop, a logical error

2012-03-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a565276f66c916198dbcc70950330db292177dfc]

        Enable use of older tars that uses --strip-path to strip components

2012-03-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c9550dc7f318d05769a6e6a25a5138799e76b1e6]

        Move spotlight plugin out of minizip

2012-03-23  Andras Timar  <atimar@suse.com>  [fb067f9bb25c49ee50b8fd62c844812d6a875805]

        replace OpenOffice.org to LibreOffice in registry keys

2012-03-23  Andras Timar  <atimar@suse.com>  [b13f2b5788bc27d055e20926053244e824ac5bd6]

        remove unused installer modules

2012-03-23  Andras Timar  <atimar@suse.com>  [af4c27b71a5bc178c69365364d101d9c29e38957]

        remove unused DatabaseFolder dialog from MSI

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [76876513479522b37c9047a418521624e27afff6]

        Take a meg off our memory footprint
        
        We create 6 berkleydb backed databases. If no DB_ENV is provided for a
        database, then berkleydb creates one for each database. Each
        environment has a memory footprint of about 200k. It appears to be
        legal to share an environment, which shaves about 1M off our
        permanant footprint.

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

        DbEnv argument is always NULL

2012-03-23  Caolán McNamara  <caolanm@redhat.com>  [7988f6135bb7b8d5d8f954c770af7c2ec3915802]

        build db4 with symbols if symbols globally enabled

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

        overly static lingering OUStrings

2012-03-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [1a412714031bf6cf3f7962b044b2edea74899b46]

        fixed crash due to use of STL deque for SwLineRects

2012-03-23  Miklos Vajna  <vmiklos@suse.cz>  [99298d615bc71c6dbc0ea718803ae73ef6648e81]

        add testcase for n#751054

2012-03-23  Catalin Iacob  <iacobcatalin@gmail.com>  [6776cb6f9cb91c3f86c4e66695eb7e9f4ffef715]

        Initialize m_hFile in FileMapping constructor.
        
        GCC gives the following warning which breaks compilation when using --enable-werror:
        lockbyte.cxx: In function 'storeError store::FileLockBytes_createInstance(rtl::Reference<store::ILockBytes>&, rtl_uString*, storeAccessMode)':
        lockbyte.css:512:37: error: 'prephitmp.221' may be used uninitialized in this function [-Werror=uninitialized]
        lockbyte.cxx:906:1: note: 'prephitmp.221' was declared here
        
        It's not clear from GCC's message, but what it warns about is
        FileMapping::m_hFile. This is because of the following sequence:
        * xMapping.release() makes xMapping.m_value be a default constructed
          FileMapping
        * the xMapping local variable in store::FileLockBytes_createInstance
          gets destructed
        * ~ResourceHolder() calls ResourceHolder::reset
        * ResourceHolder::reset() calls FileMapping::UnmapFile::operator()
          passing m_value as rMapping
        * FileMapping::UnmapFile::operator() uses rMapping.m_hFile but
          rMapping is a default constructed FileMapping and therefore has
          m_hFile uninitialized
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
        To me, this looks more like a compiler error.  Also note that
        ResourceHolder::reset only calls FileMapping::UnmapFile::operator() if tmp !=
        value, which is not the case here, as both tmp and value are default-
        constructed.  And FileMapping::operator!= is carefule not to use the potentially
        uninitialized m_hFile.  But always intiializing m_hFile is probably not a bad
        idea, anyway.  And if it helps a certain compiler, all the better.

2012-03-23  David Tardon  <dtardon@redhat.com>  [547249832d5cde98c2973fd5eb31bd30cddb63b9]

        allow leading space

2012-03-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [c0a99301f5d854cad8baeaca798549424937598d]

        allow for the use of --enable-ccache on Windows

2012-03-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [9d2968d6dd12cda797aa31bc0f0798f835cd073a]

        disable gb_FULLDEPS when TINDERBUILD is set _and_ we are really building

2012-03-23  David Tardon  <dtardon@redhat.com>  [01eb464eb418159f1f11ce0dce5e1a8a10e01408]

        remove duplicate entries

2012-03-23  David Tardon  <dtardon@redhat.com>  [424a03e72f10d123bf67a2b36c306b8c09e34669]

        simplify pagein creation

2012-03-23  David Tardon  <dtardon@redhat.com>  [0b7f8b54386b380ee9b1abd0a2207b50c6fbeaca]

        move libs to correct layer

2012-03-23  David Tardon  <dtardon@redhat.com>  [ecc7ae77d345025f54094861c6b8b693e830ab42]

        move Pagein from desktop to gbuild

2012-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c4744121f12fde51de2d92d2442d590d93725ffc]

        increase nCol before next iteratation to prevent loop, fdo#46220

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4380ae1e7d5330e26f4a382f3a86a6059b9b53f]

        Test for changing dimension member visibility & a little cleanup.

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [76e533a5c6a54ffbbb98880d966e5b060e9626b6]

        More bug fixes related to grouped dimension handling.

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1d8b583b0676f9c9eed8efd092445908ebea26d9]

        Get correct string value for group item value.
        
        Unlike the old version, the new version no longer stores string value
        for non-string items.  We need to call GetFormattedString() for that.

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7f68157264ec5c474b2a0827d2ee35af20ff0c3d]

        When updating pivot table with groups, we need to clear the table data.

2012-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ffc7968ef27d662bdb2b7418eb0344039312f0bb]

        Memcheck: Jump depends on unitialised variable

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [30cb55913638905e1651874958f9ef1732ad0daf]

        Remove deprecated chart ObjectType OBJECTTYPE_DATA_ERRORS.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [f412f4bcedf78e38a5e762c583f754ce71cee135]

        Create separate shape groups for each errorbar type.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [c57bb7b56be4eb9fc58c1de6652113d6ad15ba10]

        Set correct objecttype for errorbar.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [92aedd1755a345957c9024436f652d336f463fbb]

        Display Format menu entry when selecting an X errorbar.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [581978b90ccd68ce9aecd328b8f801b08837c0cf]

        Get correct datasource when calculating errorbar length.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [6294d8f4dff5deaa4efbe2a88113a5262217092a]

        Update DeleteYErrorbar function to handle X and Y bars.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [d2e77741cb8d31e3011893eea3639547204ff3a1]

        Set errorbar type attribute when inserting or formating an errorbar.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [d02005d6484dc722c6a18b45ff646cb5b6c16553]

        Return correct ItemConverter object for any errorbar type.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [e9d44024e51036117fdd5ad71d7bf705d1d09d85]

        Enable support to format chart errorbars.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [44c00333920da77a8af0ffd483300cf88eee53bb]

        Handle case XErrorbars in ErrorBarItemConverter::ApplySpecialItem.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [bb1979b96bcd51c2a2d85508027b42942fceecd1]

        Allow deleting any chart errorbar and set correct action description.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [2713c4bf0f8d4869c7c59ebc479d3140ec55b11a]

        Determine ranges correctly for any type of chart errorbar object.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [1e27c77338450b0199df7092804e61ea047732cb]

        Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.
        
        -Update ModelState to reflect the changes.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [31eaf957dac072ebe65cf59816d032585f440dbf]

        Display XErrorBars in object hierarchy.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [b9b5496636285c2f920f1a0b6f6fe7ced30a5caf]

        Return the correct errorbar property set.
        
        Select the errorbar propertyset according to the errorbar direction
        instead of only using Y errorbar propertyset in ObjectIdentifier::getObjectPropertySet
        function.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [97b7e088d249a2a312d4f0d6354de2ccd44c2483]

        Get correct errorbar CID depending on the direction.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [7eee4ece6822b99a90738bd4616023795294916d]

        Enable statistics if chart has any type of errorbars.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [34cadd6397c6d1767bba431450976d4f4f0b100c]

        Specialize STR_OBJECT_ERROR_BARS for each errobar type.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [701efd06e852c7fa956205cf59154a39621b31a4]

        Add chart errorbar type property.
        
        - Make StatisticsItemConverter work with X and Y errorbars.
        - Fill errorbar type property in ErrorBarResources.
        - Set default value of errorbar type property to Y bar.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [2971651cd9d06b8ebf49323e937b78c34cd75609]

        Add chart insert X errorbar toolbar and popup menu entries.
        
        - Dispatch the commands to the proper functions.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [cc7ce5a299289028f1e8ff823b8391edca7de587]

        Add correct tabpage to chart property dialog.
        
        - Added needed strings resources and ids.
        - Added code to handle X and Z errorbars.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [3e964eeb7ca1b662705b5d6ce54102d33f310705]

        Set chart objecttype depending on errorbar type.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [2ea77e4926edd4a01cd2ed969128b4ba24c0804c]

        Display correct errorbar in InsertDialog.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [2a1d5a428d1957b238359f454989abd0329c9aa5]

        Make executeDispatch_InsertYErrorBars a generic function.
        
        - Make the function usable for XError and YError bars.
        - Rename executeDispatch_InsertYErrorBars to executeDispatch_InsertErrorBars.
        - Add a new parameter that control the error bar direction.
        - Update arguments in callers.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [7d42654aa4e00b02940d2fcf60c2d803fc371556]

        Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [68e482e9d8e29944a00fb53959f2e728e78a9782]

        Create respective error bars in areachart when creating shapes.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [3bb87d7c5f0c1ad75f138d9d641963497da822e0]

        Set bar type as YErrorBar when creating InsertErrorBarsDialog.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [4a992fed8d2e76d70a31491dcc58ce3e3c7ed7dd]

        Remove default values in InsertErrorBarsDialog constructor.
        
        - Require passing desired error bar to modify in constructor
        and not have YErrorBar as default.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [4c2c9acbd81a9554960298100d8d43badec1d798]

        Add function to create X error bars in VSeriesPlotter class.

2012-03-23  Rafael Dominguez  <venccsralph@gmail.com>  [7fded69fb54f0256974465a9c9ec017b174ae60c]

        Add a function to get X error bar properties.

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a3d71e97eaf1958a4d5ab41a6b8788c95d85d2bb]

        New unit test for pivot table with date grouping.

2012-03-22  Kohei Yoshida  <kohei.yoshida@gmail.com>  [914e797844435a730a20d4269cd7093d725e37b6]

        New unit test for pivot table with number grouping.

2012-03-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bbe088bc757fa120f50e4e104bdcd46c90f1feb1]

        cache calls to mdds:mixed_type_matrix::size, related fdo#47299

2012-03-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [7be7f9a7863cbd862dd5a5462c508db03c56c8d1]

        gbuild: allow the tinderboxes to bypass the dependencies generations

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [2413fd4f9f784fbde821b087b78ecf3a6afb4f31]

        Fix URE jar manifests after gbuild'ification

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [91d60be7eeafa1f7872bda452bfb38936003f517]

        fdo#46102: Fix scripting jar manifests after gbuild'ification

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [5e8c9887651334cede2f42c0578f993f74135b84]

        Produce more beautiful jar manifests

2012-03-22  Michael Stahl  <mstahl@redhat.com>  [f24153cded54954da7f0d80941707715c78e4627]

        fdo#39003: fix autoformat Undo cursors:
        
        SwEditShell::Undo: Because the Undo actions nowadays create new shell
        cursors directly (while previously they worked on a SwUndoIter), it is
        necessary to remove the shell cursor ring before Pop() because Pop(false)
        only restores the current cursor from the stack, not the rest of the ring.
        (regression from CWS undoapi, 1ba0c1878116ada5dc4ebdecdb1e0a3da9758547)

2012-03-22  Michael Stahl  <mstahl@redhat.com>  [06d1d69fc8c214251cf9dbc7f87756651657d3bf]

        SwFEShell::ShouldObjectBeSelected leaks pPos

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [3e425dfa4b9c2a0198a13b2fb18364a32603080f]

        More Android hacking

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [581422994812c3ad0a4e8e3cd74cfac382f58b13]

        Add JNI wrappers for InitVCL and osl_setCommandArgs

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [38603465cc00e1638c21c123117ea863acdee887]

        No point searching PATH on Android and iOS

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [871cc191fc7b815df89ecf488cd3e18aae680b1d]

        Add a wrapper for InitVCL(), to be called from Java on Android

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [a3035495eb67651e5bf3d785ac8f1a73eb3abf37]

        Make the DocumentLoader experimental app build again

2012-03-22  Tor Lillqvist  <tlillqvist@suse.com>  [2cbb41b3ab036504f66418b28559aa40fd773b61]

        Edit a comment a bit

2012-03-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f52138deee9e129d0566f06d1d2138b6b159d16a]

        fdo#41739: Math: do not skip "newline" on error

2012-03-22  Will Thompson  <will.thompson@collabora.co.uk>  [cb9e45382f2c36ac9e746eab3f03b37515935530]

        Clarify rtl_bootstrap_get documentation.

2012-03-22  Will Thompson  <will.thompson@collabora.co.uk>  [8077dbeeb2965f1a9e7477906287240f9fcd4c35]

        rtl::bootstap: rename filename parameter to contain "uri"

2012-03-22  Caolán McNamara  <caolanm@redhat.com>  [82af1483c8a259a9f111866f427d04452b27cb47]

        annoying PATHES->PATHS typos

2012-03-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8a233f17ae589b33e3b54ef9ebb1fcff41ef6cd7]

        n#750258: removed strange non-wrapping condition
        
        In the bug file, some text wrapping was badly computed when showing the
        document (but not at the first rendering) due to that weird NotToWrap
        mecahnism in SwLayouter. Checked the original issue i#40155 that
        removing this does hurt.

2012-03-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2a4e77a6f94d35919237b9db9de184e70943fc13]

        Revert "make text wrapping work in headers/footers too (fdo#39155)"
        
        This reverts commit e2a8fb0427e6b33a0fd3873bb7e077a6e5da8ebb. This is a
        feature, not a bug and would cause loads of documents to be badly
        rendered.
        
        Link to the spec that brough that feature:
            http://www.openoffice.org/specs/writer/compatibility/adjust-text-wrapping.sxw
        
        Conflicts:
        
        	sw/source/core/text/txtfly.cxx

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [1e18fdb2fa0812f91685d9580d48e4d2f8452a26]

        MinGW: work around newly ambiguous boost::bind calls with GCC 4.6

2012-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0a8596dd8ebbbc80e87d4bdfafe3cf53355b7d43]

        Revert "fix debug build"
        
        This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d.
        
        Given the find above, this assert will never be triggered anyway

2012-03-22  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7c4da6d5191bbd7ceb299dc422f62987683d743c]

        Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it
        
        This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310.

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [aacea7da465b6667e80d87a6c074e092a8908cf6]

        Make SAL_CALL placement work with both MinGW and MSVC

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

        over-engineered thread-safe static OUString
        
        This is a ridiculous over-engineered thread-safe static string for
        something which is called so few times, and costs 1k of long-term
        memory as the OUString dtor needs to be put into a callback
        queue to get called at module unload time.
        
        Just return a new string every time, *rolls eyes*

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

        confirmed that tests pass on windows

2012-03-22  Caolán McNamara  <caolanm@redhat.com>  [52a6e0a6fa86f80ee91d52abc779b6db667c367a]

        testtool is gone these days

2012-03-22  Caolán McNamara  <caolanm@redhat.com>  [1a4276c511240d51e1956d157655d219dc8254fc]

        WaE: ignoring lockf return value

2012-03-22  Caolán McNamara  <caolanm@redhat.com>  [7dd0898578f9825fe470d58ed2d0e5bc155b66c7]

        WaE: ignoring return value of 'fwrite'

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

        WaE: ignoring return value of 'fwrite'

2012-03-22  Takeshi Abe  <tabe@fixedpoint.jp>  [eedbe7163bf3979ae392b3b88227ee68e1df12fe]

        removed duplicate includes in sc

2012-03-22  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [db51589575d37ca608067ad9904dcc6a09651e8c]

        Convert SVARRAY SORT into STL set

2012-03-22  Miklos Vajna  <vmiklos@suse.cz>  [51cfbf0cfaec395a99a00f2c20fcba96de9a4427]

        n#751054 fix VML import of absolutely positioned pictures
        
        There were multiple issues here:
        
        - convertEmuToHmm() not handling negative values
        - position:absolute style property being ignored
        - mso-position-vertical-relative is not converted to
          text::RelOrientation
        - SwAnchoredDrawObject::_SetPositioningAttr() re-positioning already
          positioned objects
        - DomainMapper_Impl::PushShapeContext() inserting positioned objects as
          character

2012-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a75fd2d50e8c0ad82bcd0bbfeafd6a7f0153b7ba]

        Look for properly registered windows sdks instead for random version numbers

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [7ec7f0df2960b74552224f0a9f7489f152b5faa1]

        MinGW apparently needs to be forced into __cdecl
        
        ...otherwise bridges/source/cpp_uno/mingw_intel C++ ABI assumptions would not
        meet what i686-w64-mingw32-g++ emits (though it is unclear to me how this shall
        ever have worked before, as kendy claims it once did; also, at least for me,
        "wine soffice.exe" still does not work, as there is apparently confusion about
        C++ exception stack unwinding between GCC and cpp_uno/mingw_intel code).

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [ab2186d2c699f1ca041f7e3bde9620139a6f671c]

        MinGW: other DLLs must not pick sal's special __main

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [4fc8059d4452e3aca7b1edaf5fba873dca29987b]

        Fix SAL_CALL placement (so MinGW won't complain)

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [17c4bb3be34c234dab7d4986ddae50e6a7bfa065]

        Needless SAL_CALL

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [e1b4216816ba927f171030101f272f7ec0eb8314]

        ChartTokenMap can contain null pointers
        
        db3786ee3aa0d8911042c9bbcea02cf36d96dfa1 caused chart2_unoapi test to crash

2012-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [be79f65e92626a4c6dcda9b31922c53bc7e03349]

        Some changes in libcdr to appease valgrind

2012-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d]

        fix debug build

2012-03-22  Stephan Bergmann  <sbergman@redhat.com>  [a603634f3539d472b66f71419f02a14260dcaf5b]

        Fixed previous commit for --enable-dbgutil mode

2012-03-22  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [e94c4ab5523c7dcbee2f1b7fd47685529498e774]

        Conver SV VARARR to std::deque for sw module.

2012-03-22  Noel Grandin  <noel@peralex.com>  [db3786ee3aa0d8911042c9bbcea02cf36d96dfa1]

        Convert tools/table.hxx to std::map in Chart2PositionMap class

2012-03-22  Noel Grandin  <noel@peralex.com>  [6af00cf90f4314be11ac7d8f186bb9da4f228cf1]

        remove unnecessary use of local variable and auto_ptr

2012-03-22  Noel Grandin  <noel@peralex.com>  [13bf19769e6e0522d920594225b9baa2c1b7dd63]

        if/else branches contain same code

2012-03-22  Noel Grandin  <noel@peralex.com>  [4aa72e0dee42c80667083c0b86a3d0ec5381c1ae]

        restructure insert code as a precursor to further simplification

2012-03-22  Noel Grandin  <noel@peralex.com>  [3ffdb45ae047f12480e73fdd4b28fe35f1e8d48c]

        simplify code - remove unnecessary and complicated allocation

2012-03-22  Christina Rossmanith  <ChrRossmanith@web.de>  [11ccf88eeb8e4148ca532e3a42ddca356ebde811]

        SVG import: keep aspect ratio when transforming viewbox to viewport

2012-03-22  Noel Grandin  <noel@peralex.com>  [7d7e2c3636661c52ff708eb7799f481db5f98dfc]

        Convert tools/table.hxx to std::map in class ScHTMLLayoutParser

2012-03-22  Noel Grandin  <noel@peralex.com>  [157b2fa62490df3143be1317f752ce405ee60000]

        Convert tools/table.hxx usage to std::map in ScEEImport class

2012-03-22  Noel Grandin  <noel@peralex.com>  [000bb6af72e934d7f0fd2291cea919437cfd5e2f]

        Convert tools/table.hxx usage to std::map in Basic IDE module

2012-03-22  Christina Rossmanith  <ChrRossmanith@web.de>  [e55595d0e081ccdca41f621177e1b32eb9a649e3]

        maTransform had to go ( was always = identity)

2012-03-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7be233e60ab8b4e241510758e269c186e5cf02e3]

        New unit test for data pilot grouping (normal grouping).

2012-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [278c53c93333bed24a74c4c1931e725b64deef02]

        restructure the code a bit more

2012-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac5455a6883b9a774a13d9a29267669fe4d5c38d]

        prevent call to virtual method in destructor, fdo#47589

2012-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ab961d98a079d70654041219b14797cc6c62447]

        Make sure one base class does not use another one after destruction
        
        see 706ac4779de1870cf0d922f1cc3f6d4470392403 and fdo#47589

2012-03-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec64924ea82df15ce2d340b7dca0f2301efbf77c]

        don't need to check for null before delete

2012-03-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f729d2d83034167db9727c2de2f4e5a32a7374d8]

        Appease valgrind

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

        add missing AC_MSG_RESULT() else branch

2012-03-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d4293b3ba64ffd51731d9a2d478a88a45836aa2]

        Make sure that FillLabelData doesn't crash in presence of duplicated dims.

2012-03-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [70ce9efbac248f0e7952cda6cfb783798b62d459]

        New unit test for pivot table with duplicated data fields.

2012-03-21  Stephan Bergmann  <sbergman@redhat.com>  [543697d1d6da48ef7a6b690159c33ea6d07b72b3]

        No FORMULA_DLLPUBLIC needed here

2012-03-21  Stephan Bergmann  <sbergman@redhat.com>  [bc99f1ce4c70aa9f29bcb5b7c7f18f96f44f111c]

        Ensure ResMgr outlives Resources

2012-03-21  Luboš Luňák  <l.lunak@suse.cz>  [4762788eb4ab7f2278861aaf9b9d6d665db61310]

        AC_PROG_GREP (I'm pedantic, am I not?)

2012-03-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e065cfc6746161f8ee43c9f32abc728987696043]

        checking for egrep doesn't necessarily set GREP as well

2012-03-21  Caolán McNamara  <caolanm@redhat.com>  [5c3dd5af41bc801ee6023513399c01c632dc7779]

        fdo#45522: WW8TableInfo::processSwTable: check that table has layout

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [dfa1983b5dcce0d74db76ea08b5d6334a82320b4]

        javaunohelper: missing dependecy on udkapi.rdb

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [31fcce969deb8002307a1cd029867008a1c11ff0]

        idlc/README: correct nonsense added in 534b3a9b2e

2012-03-21  Caolán McNamara  <caolanm@redhat.com>  [034bc34ddc1bac817a6ef51bba19675551a461f4]

        convert SwTOXSources to a std::vector

2012-03-21  Caolán McNamara  <caolanm@redhat.com>  [067eaf954dfa4da6e72bc0f8c779d5b711678385]

        writeU8 is unused in the external libcdr lib, but filter it out from easy

2012-03-21  Miklos Vajna  <vmiklos@suse.cz>  [5881168bf8187149e2caf59e72e1ac2d739aa3a4]

        oox: it's EMU, not MEU

2012-03-21  Stephan Bergmann  <sbergman@redhat.com>  [ba8a429a2e062879d1d6641e22838928da1d8573]

        Clarify example

2012-03-21  Stephan Bergmann  <sbergman@redhat.com>  [706ac4779de1870cf0d922f1cc3f6d4470392403]

        Make sure one base class does not use another one after destruction
        
        The original code lead to invoking a pure virtual function in Calc when
        doing Ctrl-F2, ESC.

2012-03-21  Miklos Vajna  <vmiklos@suse.cz>  [0994cb60411b0efc71a8d6ef182e158761a85b6b]

        SwFmtVertOrient: warn if passed relation type is wrong, don't just ignore it

2012-03-21  David Bolen  <db3l.net@gmail.com>  [5c732ef6b566c35e18ed4f259764d5e8438d0527]

        Compilation fix - GTK print dialog headers for GTK < 2.14

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

        tga filter broken for quite a while

2012-03-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [baebdaa48e88949bf6aa92c478733518bede5c6e]

        Call inflateInit2 instead of inflateInit for the zip stream

2012-03-21  Stephan Bergmann  <sbergman@redhat.com>  [2406745e4e78e0346b1b303870abd0a85e861405]

        Further clean up of previous patch

2012-03-21  Arnaud Versini  <arnaud.versini@gmail.com>  [831a8e8f6dcadb48b9d240b8d8d5bfe67742bf67]

        Use ptr_vector instead of SV_DECL_PTRARR_DEL for WW8MergeGroups

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [a4788b254268aa2d61b14678301f22cdbd27d2e7]

        Revert "sw-outline-numbering-broken-fix.diff: outline numbering fix in master docs"
        
        This reverts commit 9a11bd42af0db32fd06c84dd955ee563134665ce.
        Removing attributes from the _source_ node in SwTxtNode::MakeCopy does
        not make any sens at all, and the cited issue i#96092 was apparently
        fixed independently in CWS sw31bf04 by the change to ndtxt.cxx in
        1524aa18b9ddf7a4181e3f278155c48655084452.

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [cc99bb9f383a65912d004e227a5b6a88b401bbba]

        writerfilter: PropertyMap: speed this up a bit
        
        Using XMultiPropertySet reduces the number of SwTxtNodes created for the
        bugdoc from rhbz#789022 from ~5k to ~3k.

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [082906e1f4cf58fdfab1a4064e2b7955fcdaeb8a]

        rhbz#789022: SwNodes: fix inconsistent outline check:
        
        SwNodes::UpdateOutlineNode will add/remove the node from
        SwNodes::pOutlineNds depending on IsOutline(), while various SwNodes
        methods that move and delete nodes check GetAttrOutlineLevel() != 0,
        which may be false even if IsOutline() is true.

2012-03-21  Michael Stahl  <mstahl@redhat.com>  [176ba743c12ecbfdda71522062f6d1a5749f3756]

        BigPtrArray: deploy some asserts

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [2a1171929e221ec689d2b8b6ac473d91b53b6286]

        chmod -x

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [3daf8164323a3ccf3365d433ad5706ff3f6c470c]

        Bin a few more 16-bit Windows leftovers

2012-03-21  Winfried Donkers  <osc@dci-electronics.nl>  [ae7c80640df922630060b82ffa91fd7db2e4d6d7]

        fdo#45671 set initial color for split buttons

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [4c40593e3e936e6a966410ab807df4b775fc2464]

        $retry_counter and the RETRY label are now unused

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [5e553b1ee5d8266b14c1f553d310dd634ae3fb84]

        GUI=WIN used to mean 16-bit Windows, I think, so kill that crack
        
        Also the running of grep inside the test for GUI = WIN was a bit weird,
        what was it supposed to grep? Standard input?

2012-03-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e6aa2b67d4c0f1a65fcddabb77186c75a3ae1c1a]

        Remove unused define

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [27e1281fbb2cc581189cfa6edd0fbaa11fec3d49]

        We seem to need libfrmlo, too

2012-03-21  Tor Lillqvist  <tlillqvist@suse.com>  [05d6145307cfdadc316c434a24aa86729974c028]

        WaE: option "-fno-default-inline" is valid for C++/ObjC++ but not for C

2012-03-21  Miklos Vajna  <vmiklos@suse.cz>  [28253b4d826a8a008349fa66c902028e3f5a907b]

        SwXShape::setPropertyValue: OSL_ENSURE -> SAL_WARN_IF

2012-03-21  David Tardon  <dtardon@redhat.com>  [f7d571d2eefea079be3d89f3253ed90cbd9fa07f]

        this requires string literals now

2012-03-21  Luboš Luňák  <l.lunak@suse.cz>  [186ab8e77bd7c7a42ffcca6fa7f8e1819ad04b7d]

        fix after recent XSERVICEINFO_IMPL_1 change

2012-03-21  Kohei Yoshida  <kohei.yoshida@gmail.com>  [aeed13079e9cfd95a25b9b4faac6c95b0b4c8f23]

        Export to xls correct item values for grouped fields.

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [25d114eec4d451acdda1ddff4c8ed9d47ba6275f]

        Initial experiments with static linking of (some) components / services
        
        Start with the first service needed when running sc's filters_test:
        the UniversalContentBroker. It might not be typical as ucb uses the
        deprecated XSingleServiceFactory.
        
        This commit is not at all a complete solution, far from it, just an
        initial hack. Naturally once I come up with some generic enough way to
        do the static linking the necessary macros etc will be added to some
        general header.
        
        The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended
        so that it in the disable-dynamic-linking case also emits a function
        whose assembler name equal contains the service name. This function
        returns the XSingleServiceFactory for the service. Where the service
        is instantiated we link directly to that function.
        
        But probably this will be reworked a couple of times... Maybe it would
        be better to simply have the service name specific entry point be a
        pointer to the component's component_getFactory() function? Those all
        have the same prototype.

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [9423429a70ecadb09108a0c90db90db68e49c6f6]

        Bin declaration of nonexistent static method

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [420e1f27c89ba065b96ee4ca4941408d1854db8e]

        Use -fno-inline in gb_DEBUG_CFLAGS

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [09c72c9e70d849bed13dc0d6187328031b1c9f78]

        gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mk

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [29eed849a361d096052d69c4aa0f2a4f20e4f6a8]

        Further hacks: include rdb and component files in .app, pass more -env params

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [128749140ffc6165f0bbbf34da3b5461c541b32f]

        More hacking on static linking (iOS) support

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [c0ab229dc74e116760866f27b5df12e76430aef5]

        Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking case

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [c3f36b0e4738f44375359789d450a28e7664d529]

        Add separate switch for disabling of dynamic loading (iOS) for orthogonality

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [4066e061b4cc917abf086a04e14fe285c09ab1e2]

        Need the weird vnd.sun.star.pathname: prefix

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [a8f19ca300794c7d270871f947838ea524bff8ed]

        Use MAX_ALIGNMENT_4 also for iOS

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [77017cb9036902012e7228755896a200b5baf372]

        Try setting up some rc files

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [3c5fa6f532e222dbda9accc2a0bca787cd8351b9]

        Simply hardcode the inifile as "rc" in the app bundle directory on iOS

2012-03-21  Tor Lillqvist  <tml@iki.fi>  [0fbceef557bd17b99ec7bb5bb758098e9c0e0e1e]

        Clean up OSL_TRACE output a little bit

2012-03-20  Andras Timar  <atimar@suse.com>  [8941a9ad0173f10b5d7cf4c7d254d79c886f36b2]

        fix control order in MSI, this time for real

2012-03-20  Luboš Luňák  <l.lunak@suse.cz>  [707609c31cc144e3d39dd04d0a85b0d13c4ce4a1]

        correct exception specification on a function
        
        It's obvious that the function above is called by this one, and the exception
        it throws cannot really propagate. The solution to this mystery is the fact
        that msvc doesn't give a damn, and gcc does not either since OOo has used
        -fno-enforce-sh-specs since 2001. But clang does, so fix this for now,
        although it should possibly be just dumped.

2012-03-20  Julien Nabet  <serval2412@yahoo.fr>  [7fbdd5ec0349e21af02bfa61bfe575e3cbd0cdeb]

        Fix WaE : Add call to ScVbaControl::getForeColor()

2012-03-20  Andras Timar  <atimar@suse.com>  [a82dee49aade4685af6a9b8f153cc5e7673a36ca]

        fix control order in MSI

2012-03-20  Andras Timar  <atimar@suse.com>  [c3e1643208a50ebf2841e6fd48ae5ddaf9dbcf1b]

        Revert "remove last traces of serial number check from MSI"
        
        This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.

2012-03-20  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fdcac5fa84b5fba908a0e59b0ceb953da58e8609]

        Added more code to test the integrity of the source data arrays.
        
        Source data array stores item IDs and represents the original data
        series before normalization.

2012-03-20  Andras Timar  <atimar@suse.com>  [90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426]

        remove last traces of serial number check from MSI

2012-03-20  Andras Timar  <atimar@suse.com>  [ea3967103430b96e5cd2c4d201840a0d827d9d76]

        remove last traces of serial number check from MSI

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [08fd513e715209a1295de2e65cbdb47108908826]

        callcatcher: update list

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [144f554dfde4133e949decbc2b41d881853cf943]

        download some unusual image mimetypes by default

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [01ee9406e9606b925ad246a813e05d799142dcfc]

        add another bug id

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [88a7c524f2c94829dc1bed49dbe2fde9b1e46f3d]

        More missing SAL_CALL

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [e1d52ccec31f8ea1b7d875755719255ca06b3cc3]

        Missing SAL_CALL

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [fb3d06e20aa2253ca5640f5391dc59a03a423b0b]

        Improve error reporting

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [92a1757fa523bd15412ca1195807ac41205e9438]

        Improve error reporting

2012-03-20  Noel Power  <noel.power@novell.com>  [092d6d9d6f9e6d79dd99d5f502ff39398622c2e1]

        add vba support for BackColor, AutoSize, Locked attributes bnc#749960

2012-03-20  Tim Hardeck  <thardeck@suse.com>  [f626ff59b229ce7aec2f2313936133c53d70781f]

        removed zoomtools int functions
        
        Changed viewport.cxx to use long instead of int like all other zoom
        functions and in this succession removed the zoomtools int functions
        which where only added for this one exception.

2012-03-20  Andras Timar  <atimar@suse.com>  [6d1f7fadc06bb57b175d5f4b94147373fc07f8a8]

        remove unused License Agreement dialog from MSI

2012-03-20  Andras Timar  <atimar@suse.com>  [d03aead7edad06a56f1cdeedcf4224fb608446d3]

        remove unused xpdinstaller module

2012-03-20  Noel Grandin  <noelgrandin@gmail.com>  [e516f134fac55a14b155fea70064e1c0553ea50c]

        Convert tools/table.hxx usage to std::map in IDL module
        
        Along the way, convert the table parameter passing to using references since we are never passing
        a null pointer.

2012-03-20  Christina Rossmanith  <ChrRossmanith@web.de>  [dbd9198aa9d325dd5bbeb110cc8a3db57838d1e6]

        Remove unused code (sdext)

2012-03-20  Christina Rossmanith  <ChrRossmanith@web.de>  [fdd18639075f6ac7b3ec2ff735e7de2bdf550964]

        Remove unused code (sdext)

2012-03-20  Christina Rossmanith  <ChrRossmanith@web.de>  [591e0fc5e9e10853215ade7d0df397995fafbeac]

        Remove unused code

2012-03-20  Petr Vorel  <petr.vorel@gmail.com>  [da8034199e840092cd80d498b3cdb9d8a4c350f0]

        remove unused code (oox, sc)

2012-03-20  Petr Vorel  <petr.vorel@gmail.com>  [04919d8f9c1c3372acecbb3716d6f557316eb3e5]

        remove unused code (oox, sc)

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

        Resolves: fdo#46923/fdo#46750 take mnSubStringMin into account

2012-03-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [de01d3c6d3f9a617d0a7d5b95305c7c3b68d39d6]

        Make redland build on Mac with internal libxml
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2012-03-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dae9dd4cff2659abb51d0de14c5bb5a734a20aa1]

        Make librsvg link with internal libxml
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2012-03-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [baeb77aaaada20b7f9df7153b42f08f5aec57f72]

        Fix libcroco build against internal libxml2
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2012-03-20  Andras Timar  <atimar@suse.com>  [5e7dab83e6425a2e2e8bf9f4cf496669aa6713f6]

        amended UI text in MSI

2012-03-20  Julien Nabet  <serval2412@yahoo.fr>  [9481eb32e76568fc675982479cc07c57c6a7cb39]

        cppcheck report: logical disjunction always evaluates to true

2012-03-20  Andras Timar  <atimar@suse.com>  [dd27492325a073b0a72d751635226cf4130af474]

        LibreOffice installer does not need Serial number

2012-03-20  Santiago Martinez  <smvarela@gmail.com>  [33a805ebcf1fa1e86854a0af4f90834a31e4ec0d]

        Remove unused code as listed in unusedcode.easy

2012-03-20  Petr Vorel  <petr.vorel@gmail.com>  [c2dc50c34b2b0797c4a1b468cc723d2f6b63572b]

        removed unused code

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [55a40209072bac2526e74d5be7dd7be5ccd2c175]

        remove ToDouble/ToFloat

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

        callcatcher: update list, I suspect SvLBoxBmp cannot be instantiated

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [83ed5d4421ce2d4c7827a41b6c599b5475a8d8eb]

        GetStringRes inline doesn't have a purpose anymore

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

        make ResId->OUString the primary route

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [260ed4ed0317f4f16a675dde48750bc40923bc96]

        map of kind+name -> new-name

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

        sd.flt is archaic now

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

        orientation is always vertical

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [88cf101f181ed28952699a9086ef259e4b0c2f13]

        move GetFilterFlags inside ifdef WNT

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [6d12d8cab29ff4d9eb19039a183f90e309fa5d82]

        reduce UniStrings

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [5c887ee0e48d85ddd7bb17aac6cb87203a188e7a]

        unused define

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

        toxinit.hxx included by nothing

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [82ca4cfc816fb3b40bf94e187d56628913fc27e1]

        update to point to moved openoffice.org bugzilla

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [8550b42a1d304054ee878c9c6debae0a10b0bf39]

        remove extra string casts

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [0a14f36501e2e0ce8373464dc1655fdb1e9550b6]

        split macros to elide unneeded methods

2012-03-20  Caolán McNamara  <caolanm@redhat.com>  [00f32691bfcbfbecc824e65e60a506b0035f9643]

        SfxUINT32s->std::vector

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

        cgms are image/cgm

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

        callcatcher update list

2012-03-20  Andras Timar  <atimar@suse.com>  [0778689797eda887dd2f73fbcbed6b478633e734]

        remove unused Language selection dialog from MSI

2012-03-20  Andras Timar  <atimar@suse.com>  [638f45f5a6ed26880fd8a53521b1f1be63ed0d0f]

        remove unused BrOffice files

2012-03-20  David Bolen  <db3l.net@gmail.com>  [fd205e95ad1bc1dca319900311b47e589e06e9f1]

        Missing sub-menu arrows with 3.5.x and GTK < 2.15
        
        Signed-off-by: Michael Meeks <michael.meeks@suse.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2012-03-20  Petr Mladek  <pmladek@suse.cz>  [3a878d3dbfdb11cf2f0cce9dbf28a408c130d556]

        vcl: better check in GraphiteLayout::expandOrCondense:
        
        Improves the commit d066f7e4afb3c9e395932ba7bf8715ad0770bcdd that
        fixed crash when printing the bugdoc from i#103958

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [7b9ea611bea133e758302b99df339439919101ed]

        Resolves rhbz#804437, do not rtl_uString_release(NULL)
        
        ...in case osl_getProcessWorkingDir fails (e.g., if it has been unlinked).

2012-03-20  Lionel Elie Mamane  <lionel@mamane.lu>  [9f6e09e241921c6c4260ab530374de8d5ccd4267]

        fdo#47560 properly separate each new sorting column

2012-03-20  Lionel Elie Mamane  <lionel@mamane.lu>  [470feb03f11e015b69fc5df11bd141f536eb8c91]

        fdo#47370 properly duplicate (invisible) out-of-order sort columns
        
        Keep track of position of previous sorting column and use it to decide whether to duplicate invisible new sort column

2012-03-20  Miklos Vajna  <vmiklos@suse.cz>  [066d9b97414d103614b18b83df2df82ac9c07620]

        cleanup: use lcl_getParagraphBorder() while parsing RTF_BOX

2012-03-20  Luke Petrolekas  <luke.petrolekas@gmail.com>  [a2e37bd3f0fe6d24c6fc0a4c7e4d5744c884e546]

        Delete commented out code

2012-03-20  Luke Petrolekas  <luke.petrolekas@gmail.com>  [eb1c4f8ff0611bab1dd0ad92e25d82092a971731]

        Remove commented out code.

2012-03-20  Stephan Bergmann  <sbergman@redhat.com>  [a4abe212c193f369425f003a91116f65e9918c9a]

        Unused includes

2012-03-20  Luboš Luňák  <l.lunak@suse.cz>  [086aa1cf2ab5017e2313aea6ffd84585fe6a4a43]

        C++11: invalid string literal suffix
        
        so let's make the sal_intXY ugliness even a bit more ugly

2012-03-20  Luboš Luňák  <l.lunak@suse.cz>  [cf25b76b685ae8b74310f001798876651e89e51a]

        move #include from .h to the one .cxx where it is needed

2012-03-20  Tor Lillqvist  <tlillqvist@suse.com>  [8da05bd82457ad4bd90a61f806e4f0632a9c0273]

        WaE: '%u' expects 'unsigned int', but argument is 'sal_uInt32'

2012-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f1a2c10b72a87a3826861562430fc80e3ffd6048]

        Fix a crash on launching the pivot layout dialog with duplicated data fields.

2012-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95c65a363fa4cd0cbbfa93d53e10d86b3fb275f2]

        check for negative sheet number here too, fdo#47503

2012-03-19  Luboš Luňák  <l.lunak@suse.cz>  [52faa80a81a69ef2c1aca72653e688c6616d395f]

        remove fiddly casts, add few const where appropriate

2012-03-19  Stephan Bergmann  <sbergman@redhat.com>  [54fb699f0fae7c9f49d23a1b3f36bb12a3178503]

        Typo

2012-03-19  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5b63983e226ad12980a15704d3e2276d9321da24]

        Record sort order during the first sort by the value, and use it the 2nd time.
        
        This avoids comparison of raw values (ScDPItemData) during the 2nd sort.
        Comparison of raw values can be expensive especially when the item sets mostly
        consist of string values.

2012-03-19  Stephan Bergmann  <sbergman@redhat.com>  [101aa287fd64b5f229c5dd759de353721bc2f04a]

        Missing include

2012-03-19  Stephan Bergmann  <sbergman@redhat.com>  [5bda84a2d7d135ed099fc87c10bf9d3a2758b44f]

        Fixed spl_component_getFactory
        
        The old code relied on the order of initializing global static variables across
        compilation units, which failed for MinGW cross compilation.  Cleaned up.

2012-03-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e1b8187d598cba25503f9c56740eb6109b2c355c]

        OOps

2012-03-19  Jan Holesovsky  <kendy@suse.cz>  [6850bd15228eb496ba62fa08ef4f628336d63898]

        Improve linkoo for MinGW.

2012-03-19  Jan Holesovsky  <kendy@suse.cz>  [e0c17f41a59ae395e4fca928350ec3eb6d9be723]

        How to examine strings in winedbg.

2012-03-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e515cc938e21dd033d7e36440e20eb7cf561c293]

        Don't build unnecessary files

2012-03-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [04366df3bca16d4e0cbe254551e44427ae6338bb]

        Simple Zip file-format implementation to avoid the need of minizip

2012-03-19  Jan Holesovsky  <kendy@suse.cz>  [43061897a69fbfc765170e87588f843fbd540e52]

        Workaround a strange wine / mingw crash.

2012-03-19  Stephan Bergmann  <sbergman@redhat.com>  [9019ccb42398b714666f045693e503780d9746ab]

        soffice.exe must not link against sal3.dll (might fix fdo#44489)
        
        ...as soffice.exe creates the proper environment (PATH) for soffice.bin to be
        able to load URE libs like sal3.dll, so soffice.exe itself should neither be
        able to load nor depend on sal3.dll (and does not depend on anything exported by
        it, anyway).
        
        It is unclear to me how this ever worked (which it presumably did?) with any
        Windows build, either native MSVC or cross-compiled MinGW.  (Maybe MSVC builds
        do not record a dependency from soffice.exe to sal3.dll, noting that the former
        does not import anything from the latter?)

2012-03-19  Jan Holesovsky  <kendy@suse.cz>  [f3e4e3ea9424fee25ddded30247a8e884ac4bd94]

        Better check when to use the lcms2-windows-export.patch.

2012-03-19  Jan Holesovsky  <kendy@suse.cz>  [aa7901471055a6fdb34979e630044b3ffe551d73]

        Fix libcms2 build on MinGW.

2012-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [5a6e8707c2753d8f654e7b04c04f4609ffab52fc]

        Don't build helppack installers if --without-help
        
        Or should it be --without-helppack-integration that affects it? Or
        both? Why do we need both these switches?  And what does that
        irritating "integration" thing mean again? Does
        --without-helppack-integration mean "yes, do build helppacks, but
        don't integrate them"?

2012-03-19  Miklos Vajna  <vmiklos@suse.cz>  [9415e8c6c3089be3c4c78e3878163eda3e2bd873]

        testcase for n#751020

2012-03-19  Stephan Bergmann  <sbergman@redhat.com>  [c08e789d3a6449e4abf946b77894a72aedd1dc53]

        Copy/paste typo

2012-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [4fa48a11902791a7dbcae947b172ca3bb3e82b33]

        Do AC_PROG_EGREP before using $GREP

2012-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [f21960f3b34480ac1d81432ec599b7a6820adf01]

        Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library

2012-03-19  David Tardon  <dtardon@redhat.com>  [28eaee81ac06866435351d87846868732d5afeb6]

        mingw: check for jpeg dll

2012-03-19  David Tardon  <dtardon@redhat.com>  [9339da8659d0807bb8306a670facacc55821aca0]

        mingw: check for system iconv dll
        
        libxslt in Fedora mingw packages depends on it.

2012-03-19  Miklos Vajna  <vmiklos@suse.cz>  [dd875e4f6a7b6c6bea7121f701821d7c7ba7f6d0]

        testcase for fdo#43965

2012-03-19  Miklos Vajna  <vmiklos@suse.cz>  [dac6b7938173d0793810ee5731de51c440c1af5e]

        fdo#43965 fix RTF import of \up and \dn with custom parameters

2012-03-19  Miklos Vajna  <vmiklos@suse.cz>  [bb34b73730a3109bdcae0a03137c1faffab610d5]

        fdo#43965 dmapper: fix line width default
        
        Writer's default is 0, but Word's default is 26 (15 in 1/8 pt)

2012-03-19  Lubos Lunak  <l.lunak@suse.cz>  [6ea1578264b4aaf6384c654098915f6e952dd1b0]

        Define CMS_DLL in the header as that is how we build it
        
        Otherwise code using the lcms2 we build won't get the stdcall
        decorations and linking will fail.

2012-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [f257c29b6cfba0110bafe33bc02003cc757b5999]

        Revert "lcms2 uses stdcall for some reason"
        
        Nah, will use the patch by Lubos instead.
        
        This reverts commit 85f074554788e2d8da73e77855ca06bc0fdfbaa4.

2012-03-19  Tor Lillqvist  <tlillqvist@suse.com>  [85f074554788e2d8da73e77855ca06bc0fdfbaa4]

        lcms2 uses stdcall for some reason

2012-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc95d20500997a1a460be6f3553727299a5080eb]

        adjust test for the correct dbdata import

2012-03-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97c06429b8b45b9ed69f365339be4317e5ce5905]

        add missing forward declarations

2012-03-18  Rafael Dominguez  <venccsralph@gmail.com>  [4e43ad788b308a6ce8369b8e061cda6d5f7523de]

        Remove deprecated class DevChartConfigItem.

2012-03-19  Matúš Kukan  <matus.kukan@gmail.com>  [46dbbe4bc1d53f1e38fc7c407f6d5b5ebb2ae708]

        emser belongs to OOOLIBS

2012-03-18  Arnaud Versini  <arnaud.versini@gmail.com>  [0184afc2738ed506f3848723ef1ac0c86822957b]

        Check iterator end WW8TableCellGrid

2012-03-18  David Tardon  <dtardon@redhat.com>  [d1cc4bb69eb21b19c96fc0111611382b51a3d7ae]

        mingw: allow forced use of system icu tools

2012-03-18  David Tardon  <dtardon@redhat.com>  [11bf220b6ab764906d9b2e0f4ed4f6830181c45b]

        mingw: test system icu version

2012-03-18  David Tardon  <dtardon@redhat.com>  [c8aa3d756341b330051ed4a096a5bd28b67c19f4]

        mingw: use system icu tools when requested

2012-03-18  David Tardon  <dtardon@redhat.com>  [aa1435b3c5afdef2c41585b5f2da243f0e8f7e25]

        clean up after copy & paste

2012-03-18  David Tardon  <dtardon@redhat.com>  [1f09f96e95a74308fee7a1549234c2c364e55e4f]

        mingw: allow use of system zlib

2012-03-18  David Tardon  <dtardon@redhat.com>  [1118f57582aaa7275a8fe1d1460e1515c111ac2e]

        mingw: avoid hardcoded dll versions and deps
        
        The idea is to use libo_MINGW_CHECK_DLL for libs that must be available
        (typically that would be the "main" library, e.g., libxml2 or libcurl)
        and libo_MINGW_TRY_DLL for possible dependencies (that may not be the
        same on different systems). All further references to the dlls are
        exclusively through the configured variables or defines set from these
        variables (e.g., instead of hardcoding libxml2-2.dll, use
        $(MINGW_LIBXML2_DLL)).
        
        The macros are documented in m4/mingw.m4 .
        
        Files that must be changed when adding a new dll:
        * configure.in
        * config_host.mk.in
        * external/mingw-dlls/makefile.mk
        * scp2/source/ooo/makefile.mk
        * scp2/source/ooo/mingw_dlls.scp

2012-03-18  Cheng-Chia Tseng  <pswo10680@gmail.com>  [c7b319d2f1f1daef509cd1ac53035294b39a6299]

        resolved fdo#46947 duplicated date format [zh-TW]
        
        Use GG era abbreviation in one format instead of full GGG.

2012-03-18  David Tardon  <dtardon@redhat.com>  [f361c71992f0458866229af84275c0e799776930]

        move addins out of offapi again

2012-03-18  David Tardon  <dtardon@redhat.com>  [e5b618969990c00c3fca4b06dafa7cd065444148]

        allow to express transitive dep for rdbs

2012-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d58421c2cc5199e9892627b894eaab64265c82e7]

        add test case for fdo#40426

2012-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [521456068d8a848e4e5a358b1ff7e8659c94a353]

        some sal_Bool to bool in transobj.cxx

2012-03-18  David Tardon  <dtardon@redhat.com>  [80556d91cc422d10c675a209d223940b7f101935]

        fix number of arguments

2012-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ee518863337fba9bce019e05e24f527617a4321]

        also shrink used area for HTML in some cases, fdo#46230, n#677811
        
        Hopefully this will allow pasting to external applications with whole
        column/row selected while not affecting calc itself.

2012-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [90d84c6dcb48886f697b7b29f9673f782994ae95]

        disable two slow java based subsequenttests, fdo#45337
        
        These two tests are not well designed and need 5 and 10 minute just to
        check that we really return every row. This is not a good trade-off
        between test coverage and execution time.
        
        Enable them again with a better concept.

2012-03-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed88b144ce24b9a733d4a9ab6614307c96537baa]

        add all imported properties to ScDBData, fdo#40426

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [c8ef98c5ad22ba585a28d81360e15fe2dcefc3ad]

        Add parenthesis for avoid false report by cppcheck

2012-03-18  David Tardon  <dtardon@redhat.com>  [087f1a5a9c837bf4ab5bfa82c8f33c3269ad945d]

        put the libs into the right layer

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [91e38220774ad9ecd24e9ede115c215ba84fdca0]

        Prefer prefix ++/-- operators for non-primitive types

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [b1b4f699fc47d2c40034453754d01a1bbb0a7734]

        Prefer prefix ++/-- operators for non-primitive types

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [9032c7f63e28e5a9de00b3b868452581f6f5f145]

        Some cppcheck cleaning

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [0fa12e0b119ca4240b1acffd5a7958628f373af3]

        Prefer prefix ++/-- operators for non-primitive types

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [49d7d4b3255f731ce9a8b5256da25f6a9bf53169]

        Fix redundant assignment of "nAngle" in switch

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [2b24cfe22d5d29645d2d926251c29514887fe3a9]

        Fix Same expression on both sides of '=='

2012-03-18  Robert Nagy  <robert@openbsd.org>  [bae6e3f4fe355d0018c77e68d19bc64b52fe1ba6]

        use /usr/bin/env bash instead of /bin/bash

2012-03-18  Tomas Chvatal  <tchvatal@suse.cz>  [86793aeed94d839251e1b1098d4c8389ab7a72ae]

        Add check for hamcrest even if it is not first in classpath.

2012-03-18  Luboš Luňák  <l.lunak@suse.cz>  [eb1ffc1a21ec5e205ab7933200c45e52a67155a4]

        sal_osl_module depends on Module_DLL (uses the library)

2012-03-18  Matúš Kukan  <matus.kukan@gmail.com>  [323a936e23e27d7691eb115d3d1a696acad94d9a]

        gbuildbridge: gb_MAKETARGET is empty, gb_PARTIALBUILD defined in partial_build

2012-03-18  Andras Timar  <atimar@suse.com>  [f2d10ee388b5b14bfa16587fa251d7176911a030]

        update of license document
        
        added Info-ZIP lincense

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [2255d1f25f6e9bf4baac9ca5ef9668eb3c518ee4]

        Simplify these 2 conditions

2012-03-18  Julien Nabet  <serval2412@yahoo.fr>  [fa2cccb7cb334bb78bab6fd02b08021a2a94f201]

        Reduce scope of nChar

2012-03-18  Luboš Luňák  <l.lunak@suse.cz>  [89d3de59abdd218750d78bbf80a6f07f7a13f31c]

        match if-else properly (warnings are actually sometimes useful, huh)

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [66ff55f8c6a4a315023b26f60056c3e52e3fc15c]

        compile these with exceptions again
        
        a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build
        without exceptions by mistake, causing a boost problem

2012-03-18  Takeshi Abe  <tabe@fixedpoint.jp>  [a295d1f05cf7ecf4673e9172d65d5e0790078fbd]

        removed duplicate #includes in cosv

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [d46e382034e918fd0f9c4d75d5fe95abef4bd349]

        use SAL_DLLPUBLIC_TEMPLATE for an exported template

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [4c231e4b7a07f9d59699301190341c823c59a3be]

        fix wrong libpng check result text

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [ff5a80024aab426d03394ad0b4da8067028097ff]

        fix icu parallel build

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [9865a0d430da8948210a2cd9d4bae08e6023f4c8]

        workaround broken msvc template instantiation

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [49750862171c8d23f60bd1f1a1983b6e834ef9bf]

        workaround for msvc instantiating things it shouldn't
        
        The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008
        does so and then it fails to compile.

2012-03-17  Luboš Luňák  <l.lunak@suse.cz>  [0c9a6bf5f791778c8ce59d60a84b62f32c1a2f79]

        do not initialize a field with itself

2012-03-17  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ae3f098ed4e6495c0be0748dacf03dd8e0fe091]

        Fixed potential memory leak & UniString removal.

2012-03-16  Winfried Donkers  <osc@dci-electronics.nl>  [32502a98bc16d74eafc071d43004674aa384ef0e]

        correction of typo in comment

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [99b9c0bfccd73a97d99666986cc9e84a0e8f9aeb]

        Added class description.

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f81d15c3bab32938b5b475e16ae2a746a7a32ea9]

        Use shared string pool to share string instances among string item values.
        
        This brings down the reload time from 22 seconds to 4.3 seconds with
        my test document.  This is what I've been looking for!

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [c94b4b7e0e4aeae13eed9402c1f534e694b4e992]

        gb_JavaClassSet_add_package_dependency: order only is not enough

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [b183576c5f5d5c7f1eba4c9b09c3e4eb1be69b17]

        unoil: add missing dependencies in custom makefile

2012-03-16  David Bolen  <db3l.net@gmail.com>  [742dca7366ba6ac3c58b1df6ee548788f4ce24e7]

        fdo#46926: PyUNO_cmp: return acquired reference

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [3c4cd1deaf71d0d800957b3580d426c721bf7844]

        gbuild: switch solaris.mk to GCC

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [9d79147fc7dd9984873aed92b8a718e64e726ca2]

        unitools.mk: do not override $GNUMAKE from configure

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [1ffb10015d971d66239691123937cd7aedc0990f]

        adapt unxsog{i,s}.mk to Solaris ld

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [3ecb3f88780270e82a7d49fe22a59eca87512b00]

        soltools: fix solaris/gcc build

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [00eebf6403690fa1d90ca4e51835715d9f251504]

        sal: fix warnings

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [7b37265b8e1afe480a6bbd271bf48fa1cbb44d55]

        sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipe
        
        These are deprecated and not used in LO.

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [c62f9a2907d3010a0a60309b6a94e9f72a34c01c]

        nss: add parameter for solaris/gcc

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [a2510538319ebe6898f945646e8e509508a2c026]

        icc: clean up patch

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [ede2421f5c55366f3dea77fef5d580c47ed9eebc]

        configure.in: use $GREP for non-standard features

2012-03-16  Jonathan Adams  <t12nslookup@gmail.com>  [db96b0926794b53e547246e4c743e86f31eed461]

        solaris/gcc: add missing standard includes

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [d943c6ba374481b1f9a6561b790b0b0410b78b0e]

        logical || -> binary |

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [43a56ce0cbed9187658340d0d4fbfa76c2c83d1b]

        remove extraneous parentheses

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [cd131c6366a2ee70d15fc4d4794ddf62b8db646e]

        kde4 fpicker doesn't use Q_OBJECT, no need for moc

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [e569e0ad23c1b1152724a395b4c0a2b021c1521e]

        do not initialize a field with itself

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [dc3ea99bd09fa0f38e0b6ff939badaa449fd39b4]

        add autogen.lastrun.bak to .gitignore

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [f15023d34037068147f6afe83a187b2fb515351b]

        do not let a unittest create temp files in the current directory

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [ccd8e23b4d42c492ce0836313b99118c974a02b0]

        Add missing component file for canvas.

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [cac985081415a4840a9d04332ee778b6ba48e7aa]

        sw doesn't need to link oox
        
        that commit should have been cleaned up before it went upstream

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [9fea5d3c26c61f83eca26cc14c435eeda34c68bc]

        fix gcc bug 26905 detection with clang
        
        it uses GOT instead of PLT on i386 with -02

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [16ab673ccbed29d460aaca93cb09663fdd63dc19]

        More wording tweak. Members are sorted only in source dims (for now).

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [eee16791673412f44435b6357248b34ef7613296]

        Better wording.

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8cd1517e5e414e339085554d93e447cc0cc85213]

        New unit test for testing pivot cache.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [eb4f96c988a969411acd04a87088a20f655ccecc]

        Cleanup formatting in cairocanvas
        
        White-space changes - code was in parts unreadable after tab/spaces
        conversion. While at it, removed a few lines of commented-out code.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [80fe015a86c90db2bcbfcd382eb24c8b7069fa3a]

        Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes
        
        Did I mention I hate boilerplate copied all over the place? ;)

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [d32cf8d820be839c7303e3c5962c17f64cac2812]

        Clear whole layer in slideshow sprites fdo#45219
        
        The clear() previously offsetted the topleft rect corner for sprites
        by _the sprite topleft_ position, which is rather unhelpful but for
        sprites located at (0,0).

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [b9266113514657be1cf9352e1457a5c62876784c]

        Clear sprites to white fdo#45219.
        
        Another fix for a rendering glitch mentioned in fdo#45219 -
        vclcanvas sadly does not properly implement compositing, so all-
        black background yields dark shadows on semi-transparent objects.
        
        Ultimately though, we should retire vclcanvas instead.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [e86bcf11340f35afe899d02aa5facdbecdd309ab]

        Clear full sprite area for fdo#45219
        
        Use clearAll() here, to really clear the whole sprite area (clear()
        does respect potential clip polygons)

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [3f5efa1e76e187070d412d102e4c057679065bcc]

        Use transparency for gradients fdo#45219
        
        vclcanvas has 1bpp alpha - so cut-off transparency at 98%
        This looks for all practical cases close enough to full alpha.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [4b475f31eb9b290b477bb6992ff28e52248cee5d]

        Return proper transparency value even for ignore_color.
        
        Rather unexpectedly, calling setupOutDevState() with IGNORE_COLOR
        does not return a proper transparency, but null. Fixed now.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [ac2eaaab7af7100b527b76adb35718317f33c49c]

        Align transparency cut-off with application defaults
        
        So, the Impress transparence default is 50% - we'd want that to
        *not* be fully transparent on vclcanvas, so shift the cut-off by one

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [024d661424e90c832c2be5a3d482fc7a2d7b1cc5]

        Make sure mask is rendered opaque in vclcanvas.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [315d82d741c37d1b77f5687b1bdc48a37fb9f29f]

        Remove nasty xor hack for non-Mac vclcanvas
        
        This nowadays really is a pessimization.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [50309b9574c43de93a05576904813881eb7bc898]

        Another partial fix for fdo#45219
        
        Make sure transparent polygons really only cover the polygonal area,
        not the whole bounding box for sprites.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [83114b27fac8ef723cbbaa734237210d9ad56a15]

        Consistent use of alpha in cairocanvas
        
        Use GetIndex() instead of GetBlue() (does the same, but more
        self-documenting); use opaque when no alpha channel consistently.

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [af1514abf26b2070bd342ce449f209a42f3989e5]

        Performance: avoid scaling just-generated bitmap 2nd time
        
        We're creating the bitmap to exactly match our output size -
        so why rounding off total transformation again, incurring another
        expensive bitmap scale down in the canvas?

2012-03-16  Thorsten Behrens  <tbehrens@suse.com>  [3dcd8ca0a7b3b3a3ebc899273748d249698e1c81]

        Cleanup: remove silly extra scope.

2012-03-16  Stephan Bergmann  <sbergman@redhat.com>  [a277042e3e273d3d650eb47663f65964cb0b40e3]

        Some include and comment clean up

2012-03-16  Stephan Bergmann  <sbergman@redhat.com>  [81cdce299342254c2c272a07d807cffd6c88b0bf]

        Removed unused qadevOOo BASIC test code

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [804d0a896731629397c5328c13c04a45bc55f459]

        fdo#42750: delay painting borders until after subsidiary lines
        
        With commit 0f0896c26fb260d1bbf31d7a886df3f61837f0f2, borders are drawn
        immediately, but then the subsidiary lines are drawn over the borders,
        hiding 1 twip wide borders completely.

2012-03-16  Michael Stahl  <mstahl@redhat.com>  [bb35d3b2418979d7be9941095a30fd4684b9e1e9]

        WNT_INTEL_MSC.mk: use tabs for consistency

2012-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [06427dfad309bec7aad2c60ed7c21ae9c814b403]

        Uploading libcdr-0.0.5

2012-03-16  Stephan Bergmann  <sbergman@redhat.com>  [32a5ad89a505be22fb8ca0b990a8991a7de6453a]

        fdo#37593 Make sure needsUpdate compares canonicalized paths
        
        ...so that it does not erroneously always claim an update is needed, so that
        SvtDocumentTemplateDialog::UpdateHdl_Impl does not always jump back to
        OpenTemplateRoot() shortly after opening the dialog (and thus jumps away from
        the last remembered folder).

2012-03-16  Stephan Bergmann  <sbergman@redhat.com>  [d4b67611c421ebe9b75284106fe389b434419961]

        Introduced SystemShellExecuteFlags::URIS_ONLY

2012-03-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a6b52a1bfc184524fc63d4a9d0b51055bf9af23]

        add indentation to sw's layout dumper

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [357059019541c36e5eb0bc3c98d5ed2f12d41371]

        Prevent out-of-bound array access.
        
        Source range may not start from column 0.

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b41cf4c6153e9c4f7f56d0441a649664ffd4c7c2]

        We shouldn't skip empty columns, or else column index becomes out of sync.

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9776cc1503690e4ccb0dd1d8d6cf6c35d5c8f01d]

        Check all this in one place i.e. in ValidQuery().

2012-03-16  Kohei Yoshida  <kohei.yoshida@gmail.com>  [efdb67ca924dc0072c6984a68c9b97db260464b6]

        We don't ever compare equality of two caches.
        
        That'd be super-expensive anyway.

2012-03-16  Noel Power  <noel.power@novell.com>  [8ada1cd2846e5e60ad63250c68ddea3a9356546f]

        move excel related oox bits to sc

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [8f29699cd1723bd8b8acc25033708f9777576d6d]

        asm fixes in openssl

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [cb3f52275b51546b579d7856b75dca4ecf791c6a]

        asm fixes in nss

2012-03-16  tinderbox  <tinderbox@fae.suse.cz>  [f62da81eb28c86e0503e5de44e2c3ef2fdd599fc]

        nss and openssl don't realiably build in parallel

2012-03-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd8be4eae82525434454cc3c7274f7a7a44158c0]

        don't paste content if user cancels html import, fdo#47393

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [3297ce2aa13efc6029983b716cec20ed7befda56]

        0x80000001 can't fit into (signed) long
        
        As far as I can say, this value and all those negative values
        are actually not valid in CGM anyway, but since I do not know
        the code, I'm leaving them in, they shouldn't break anything.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0c1a63b1fbbd9540a724f6918675a5559b19c156]

        No need to trim capacity any more; it's allocated to the exact size.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9e19cf80c080929c914dc0bfa069f22c8526c3b0]

        We don't need these extra order index array; items are already sorted.
        
        This shaves off extra 5MB of memory with my test document.

2012-03-16  Luboš Luňák  <l.lunak@suse.cz>  [dbf3b4ab772a398ba397ea763deb6003adaf0586]

        "foo"bar -> "foo" bar

2012-03-16  Matúš Kukan  <matus.kukan@gmail.com>  [45504f9ba8de2a4372193910b2cb9405f1ea896a]

        fix windows build
        
        No idea if this is proper fix or it needs to be done otherwise.

2012-03-15  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [010560f553ee361ccda4bd14f1ee6b3f18250847]

        i#84393 Fix title field in header, footer
        
        According to help Title should be the Title property of the document,
        not the file name without extension. If that property is missing, we
        fall back to file name without extension.

2012-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2118ec3630fe12ff2a663c94421780870f264e83]

        update the relatice refs after the absolute refs, fdo#47285
        
        The algoithm for updating absolute refs needs to calculate the old
        position based on the information before any updates to the RefData

2012-03-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd43abc94d30332d06fad7964bd01dc5f70c22e7]

        ScNameMgrTable takes a reference, fdo#47307

2012-03-15  Noel Power  <noel.power@novell.com>  [e3b1592165d0513e90e28dfee92bc9db032fa221]

        fix to update inputbar when setting a range for a formula fdo#46809

2012-03-15  Noel Power  <noel.power@novell.com>  [1bd695d3ddcbce48899a70130b5e948c48541d17]

        fix mishandling of 'End Sub' is there is a trailing comment fod#46889

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [20d55ad66f0f94c9f6a583b5406a39717c1c6d46]

        Consolidated file-local functions.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4703758a075c56f308f9ddd7f970c1e8d928373c]

        Removed unused.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3507f0f02d68261db62d4d6a3c5f4ccebd096835]

        Use the same algorithm for database initialization.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b9880a798a841e9acd7b7fbc24eac14ed49459b2]

        Fixed memory leak.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [fd05423b758b59451be3c250931f334011079343]

        Better algorithm to (re-)populate the cache.
        
        With my test document, this brings the reload time down from 30 seconds
        to 19 seconds.  I was expecting a much better outcome, but this is still
        better than the current.

2012-03-15  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e6c65b03976971fbc21e7a1dec75f6713be6c322]

        DataListType -> ItemsType.

2012-03-15  Lionel Elie Mamane  <lionel@mamane.lu>  [08ba87c55858335094c24ca4e610a13da133330c]

        fixup: use introduced preprocessor constant instead of hardcoded constant

2012-03-15  Lionel Elie Mamane  <lionel@mamane.lu>  [80c235510aeb19d4df6a07be7499e70122313bbf]

        fdo#46843 look for order by clause as fifth child of select_statement
        
        Since commit 33b9b857ea6cb5a6f731de68f58e532242c43d30 (dba34c: #i20306# support for window function and limit fetch first, ... added), order by is the fifth child. It was the fourth one before.

2012-03-15  Caolán McNamara  <caolanm@redhat.com>  [66d532fca4cf9504a53bbe0c8a584d1144fc8e0f]

        can't use auto_ptr with an array, wrong delete vs new[]

2012-03-15  Noel Grandin  <noel@peralex.com>  [96328945afe8f920df41741931163ba56b7b2820]

        Convert tools/table.hxx to std::map in ScEEParser class in SC module

2012-03-15  Petr Vorel  <petr.vorel@gmail.com>  [a13a9a048a5c76e874073f6738a248286b5171fa]

        remove unused code (oox, sd)

2012-03-15  Maxime de Roucy  <mderoucy@linagora.com>  [c8620de6dc24f79c1d290f1b94665edfbcf5c000]

        Add comments in formatclipboard.hxx

2012-03-15  Maxime de Roucy  <mderoucy@linagora.com>  [cc8047941dc93d686568541391af56209df53f0a]

        SwEditShell : use of the STL swap function

2012-03-15  Maxime de Roucy  <mderoucy@linagora.com>  [5f679b3e8109cac5881d244a63bcdbc8fd21341d]

        getMaxLookup in SwEditShell::GetPaMTxtFmtColl
        
        Handle getMaxLookup as the maximum number of node to inspect.

2012-03-15  Maxime de Roucy  <mderoucy@linagora.com>  [685416523725d1971f39ad4b3971b7e22e7709a4]

        rewrite and comment SwEditShell::GetPaMTxtFmtColl
        
        Classe SwEditShell.
        Add some doxygen description for GetCurTxtFmtColl and GetPaMTxtFmtColl.
        Rewrite of GetPaMTxtFmtColl in order to comment and simplify the code.

2012-03-15  Maxime de Roucy  <mderoucy@linagora.com>  [88dd798c08158af747b143b3c4994a184224f13b]

        add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOL
        
        Create separate warnings when the maximum number of row, columns or
        sheets is reach in the export filter to xls forma.

2012-03-15  Winfried Donkers  <osc@dci-electronics.nl>  [2e7e5e79c025b75fc01e600cc924f34b4c8b22ce]

        fdo#45671 split button for calc cell border color

2012-03-15  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [32eed8ac666dc79b038ddc0b14769ae4d4f24587]

        Cleanup in txtfly.cxx and translated comments to english there

2012-03-15  Luboš Luňák  <l.lunak@suse.cz>  [b1c472c7021ebb85afdc5c4afd0e0fcd74ab15d9]

        do not leave temporary files after a configure check

2012-03-15  Luboš Luňák  <l.lunak@suse.cz>  [2db82ffc1bdd5865e51932930bb5c4688e2de8a3]

        these writer unittests surely are slow

2012-03-15  Luboš Luňák  <l.lunak@suse.cz>  [c5489e31b625e08fa2427108d5e710aba4468a27]

        need to be afraid of empty quoted strings as test arguments
        
        At least 07a841bc1acde95229ece2a0da4e2a70be5df624 says so.

2012-03-15  David Tardon  <dtardon@redhat.com>  [504aead0573befc744a00b8b1d68e3ebbaca8c47]

        Revert "fix setting of paper tray from print dialog (fdo#43932)"
        
        This reverts commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764.

2012-03-15  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [eeeb4d9a1c772b12aab515c8d5089fb6b5e003c7]

        Horizontal scrollbar fix in Writer and Calc Print Preview

2012-03-15  Michael Stahl  <mstahl@redhat.com>  [e580246b475bba07f581452c03eff7617d06efc4]

        sw: xmldump: print pointers again

2012-03-15  Luboš Luňák  <l.lunak@suse.cz>  [cc9a10185749210825fe6970ea4b103eb78e329e]

        clang doesn't have a problem with -Wnon-virtual-dtor
        
        Even if some older version possibly does, I doubt anybody would
        realistically use it.

2012-03-15  Lubos Lunak  <kendy@suse.cz>  [370b3b6232a0851d68bb894c2b8ee71b9504384b]

        disable msvc warning 4265 (non-virtual dtor)
        
        msvc2008 now prints out a lot of warnings, probably a result
        of the recent -Wnon-virtual-dtor changes where msvc does not
        understand the protected dtor actually makes the code to be ok

2012-03-15  Michael Stahl  <mstahl@redhat.com>  [f04e6b0e965e3a4301e705fb41a15c5560765b5b]

        fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxx
        
        Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473.

2012-03-15  David Tardon  <dtardon@redhat.com>  [d5e83535a5ab32dc0730e6edab116855875bfa74]

        error: 'XFolderPicker' was not declared in this scope

2012-03-15  Stephan Bergmann  <sbergman@redhat.com>  [84ecea9655267afc266b79059baa4512a285b1f2]

        fdo#42961 Don't let env vars interfere with internal bootstrap vars

2012-03-15  David Tardon  <dtardon@redhat.com>  [32dc82b9d456ed92ba946611239349ab0e424e2a]

        fdo#47311 don't crash when pasting into more than 1 sheet

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e4fb449706b5847311ed14475d3babd6398973c7]

        Some proof-of-concept code for dpcache performance.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f697d7aa5c26f9fcfd717b76a4827a5bcb38325e]

        Fix the UNO API for creating a new group dimension.

2012-03-14  Tim Retout  <tim@retout.co.uk>  [859f601e10f876b2121fbbf6a65d66d017c77d8c]

        Replace installer::files::save_array_of_hashes with Data::Dumper.
        
        Note that this will change the format of the fileinfo log, hopefully
        making it a bit more human-readable.

2012-03-14  Tim Retout  <tim@retout.co.uk>  [20179059537b3ff345ffe7473408f1182fc24079]

        Turn on strict and warnings for installer::converter.

2012-03-14  Tim Retout  <tim@retout.co.uk>  [37902bd34f206f3cb25b46c4c83e11fe70e06661]

        Use Exporter in installer::strip.

2012-03-14  Tim Retout  <tim.retout@smoothwall.net>  [36c2658145c84a41a1a30e940b6b7bb7550354a5]

        Turn on strict and warnings for install::strip.

2012-03-14  Tim Retout  <tim.retout@smoothwall.net>  [d3374e77c3df1f928fe90c4c3803938f08a250b2]

        Turn on strictures and warnings in installer::helppack.

2012-03-14  Tim Retout  <tim@retout.co.uk>  [712e7b813825ec9fb1d0c1fcdbfcea2f44274e69]

        Unit test and correction for remove_multiple_modules_packages

2012-03-14  Christina Rossmanith  <ChrRossmanith@web.de>  [230854bad461dbfa2aa72269c2468ff380b789a8]

        Remove SO52 strict compatibility stuff

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [a13a88bd2c673d059b60e339dcf3b8fabf991f18]

        fdo#47246: canvas: split out static library directxcanvas

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [16e3e5437efe38308615d42924baa735f94b2484]

        fdo#47246: ucpodma: fix duplicate linked object

2012-03-14  Stephan Bergmann  <sbergman@redhat.com>  [3d69d78bed225039741213f1d6bb435468f3a818]

        Some visual clean up

2012-03-14  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7caa7ae8947f20413f06291779aac021128cb126]

        Translate German comments

2012-03-14  Miklos Vajna  <vmiklos@suse.cz>  [ae62f61a5cd345466b528a1a0334d742721e7b05]

        implement RTF import of linked styles

2012-03-14  Miklos Vajna  <vmiklos@suse.cz>  [8ba44dd1abbe31c1235f3b840bf27a61c3401236]

        n#751020 implement DOCX import of linked styles
        
        This is just initial support: the default template and paragraph
        properties are included.

2012-03-14  Mariana Marasoiu  <mariana.marasoiu@gmail.com>  [02f1aad7003703cf604c5c46da82cf0f46c7f709]

        Remove unused code in drawingml/table.

2012-03-14  Mariana Marasoiu  <mariana.marasoiu@gmail.com>  [238944f008610d7faeab473c9b26ad04fc024429]

        Remove unused code in drawingml/theme.

2012-03-14  Mariana Marasoiu  <mariana.marasoiu@gmail.com>  [f8c476f70c2315594dff38a5f36eb55673836080]

        Remove unused code in drawingml/diagram.

2012-03-14  Mariana Marasoiu  <mariana.marasoiu@gmail.com>  [0b54154f53ff06d205671fa3e3698d72f3bb6f64]

        Remove unused code in drawingml.

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

        add a tiff test

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f6cba0dbb3819cf2e11f72bc0cdb10d5d90721de]

        We need to manually clear the table data in presence of group fields.
        
        There was a hack that did this in ScDPObject, which I removed.  But we
        still need to do the same except this time it's outside of ScDPObject.

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [5142e628b563a9876e8884c5dd4914eff4a2f307]

        fdo#47246: fpicker: merge fop library into fps:
        
        Since nobody seems to know why these are separate, merge fop into fps.
        In case this untested change doesn't work out it should be reverted :)

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [813a57cb1afa16bb306ced96d367fa1f55906620]

        fdo#47246: desktop: factor out a winextendloadenv static library

2012-03-14  Miklos Vajna  <vmiklos@suse.cz>  [f1a2665128fa476f571cfd47c29b202a7ecc21cc]

        SwParaDlg::PageCreated: replace this hardwired 0x001E with something readable

2012-03-14  Stephan Bergmann  <sbergman@redhat.com>  [ba6714d34f9896195bca3680da89febcf259e421]

        Dead code

2012-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [467ac438a3864b3f10ca2f14ed7c5497cf75e4de]

        add 'Japanese Postcard' paper size to both Paper format and Print dialog

2012-03-14  Caolán McNamara  <caolanm@redhat.com>  [96d28ecffcc9b0e461d9fe10ca4dedd676f1f933]

        add some more torture tests

2012-03-14  David Tardon  <dtardon@redhat.com>  [6d4cca9c22c52b5a7742adc47ebf1a2930e29764]

        fix setting of paper tray from print dialog (fdo#43932)
        
        This fixes the simple case when all pages are to be printed from the
        same paper tray. The use of this setting is still confusing when there
        is application-set tray for a page (e.g., for a page style in Writer,
        through Format->Page), because the change in Preferences is applied (and
        will be used for pages without application-set tray), but Preferences
        shows the application-set value on second try again...
        
        IOW, it still s---s, but it s---s a bit less .-)

2012-03-14  Stephan Bergmann  <sbergman@redhat.com>  [6e67c03dc0225fc66343546b14e902b9d238b1a3]

        Enable -Wnon-virtual-dtor for GCC 4.6
        
        ...which has the necessary features to support it.
        
        Change a lot of classes to either contain a protected non-virtual dtor
        (which is backwards compatible, so even works for cppumaker-generated
        UNO headers) or a public virtual one.
        
        cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
        the relevant class has a non-virtual dtor but friends, which would still
        cause GCC to warn.
        
        Includes a patch for libcmis, intended to be upstreamed.

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [fe4be5047988782f3143a1af505c5eecb3f2af5a]

        fdo#47246: dtrans: fix multiply linked ImplHelper
        
        No idea whether linking ftransl against static library dtobj is good,
        but the other two libraries here link against it already...

2012-03-14  Caolán McNamara  <caolanm@redhat.com>  [848127a6c3975bbbe09d8fe9ca704bf47030168d]

        make sdw smoketest document more useful

2012-03-14  Caolán McNamara  <caolanm@redhat.com>  [9de6b045ab27f5f103194a9109eacf53ea29a8b9]

        toggle on view all records in biblio.odb

2012-03-14  Caolán McNamara  <caolanm@redhat.com>  [60cf5b57b0cf12cad3406289e261d637c20f20d9]

        callcatcher: update list

2012-03-14  Caolán McNamara  <caolanm@redhat.com>  [66c62ca16d1faa1bdb21757dc1abb8752df53293]

        we just want to know if its a directory/folder or not

2012-03-14  Michael Stahl  <mstahl@redhat.com>  [5cc6398985181574b68ab15386176fb806386490]

        fdo#47246: desktop: factor out a winlauncher static library

2012-03-14  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [25d571fff37ee353ff3b6c89accb73e853392168]

        svtools/source/contnr: translate comments

2012-03-14  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [0e5430ae15ea941e7c158fa2dde902a098d26504]

        svtools/source/config: fix typos, translate

2012-03-14  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [39b2b14a35daaf40da32221a7c5b90b70d17d0ff]

        svtools/source/brwbox: translate comments

2012-03-14  Tom Thorogood  <tom@tomthorogood.com>  [21c646a8e8e5154f7e7a85de4d50239b72ebc7f6]

        Add options to bin/find-german-comments to help weed out false positives

2012-03-14  David Tardon  <dtardon@redhat.com>  [1c9408fde23f5091795a645b621dbdcaf6d71c72]

        fix typo

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [49d3e30ec975a348b7b3d82c37137eb8ff6bb52e]

        When changing grouping in one pivot table, update all linked tables.
        
        We need to do this now because we now store the group field data directly
        in the pivot cache, which is shared by all referencing tables.
        
        Also, actions involving modification of the cache is not undoable, and
        making it undoable would significantly increase Calc's runtime memory
        footprint.  So, no way.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6aeed3c93bb8c123154bbe47702080c9c1176f39]

        Re-added ClearSource() which will only clear the source. Nothing else.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [49cb939de712163c90f3e989c846a68d5ae86ee2]

        Rename ClearSource() to ClearTableData().

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [b4af9a6a902bef4d4f6dc4e550097ef8b6254abd]

        Let's just do the whole thing in the new method.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [9be40516455eef80d7c121455c08da41b27373bf]

        Dedicated method for refreshing multiple linked pivot tables.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [c18dc2e2047f07fb13ec5890db4dbd4357cfa7ce]

        Use bool.

2012-03-14  Kohei Yoshida  <kohei.yoshida@gmail.com>  [599c06acb2d8bfc986eaac061aa4b7e2a5bab3c6]

        Check the return value for negative index, to prevent crash.
        
        Also, use at(index) when unsure about boundary condition.  That makes
        it easier to detect where illegal memory access is being done.

2012-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe01a68eaa55fa1ec32384be4c7b6b1863586dd0]

        refactor the chart test code a bit

2012-03-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [81b4ac4f8c405243db5949ea39f2abf8d77c9bb1]

        add more code to the chart dumper

2012-03-14  Takeshi Abe  <tabe@fixedpoint.jp>  [785e07b3ac5ca80957b9042f42f4cb1f8b03644e]

        fixed pointer to the paper.hxx in comment

2012-03-13  Noel Grandin  <noelgrandin@gmail.com>  [a4a7b956dc0ad439b52ef188ba0f4e5bcc215f91]

        Convert tools/table.hxx usage to std::set in toolkit module in UnoPropertyArrayHelper class

2012-03-13  Noel Grandin  <noelgrandin@gmail.com>  [aa998adbe3f7132998ba5aff438b540ff18a10bb]

        Convert tools/table.hxx to std::set in SwSrcEditWindow in SW module

2012-03-13  Noel Grandin  <noel@peralex.com>  [64cba6e58263e906aba6a110937f362d1e31ebe5]

        Convert tools/table.hxx to std::map in CGMElements class

2012-03-13  Noel Grandin  <noel@peralex.com>  [f1bd21bdbb07879f9337d2da2ef1a02792a76369]

        Converts from tools/table.hxx to std::map in DffPropSet class in filter module

2012-03-13  Arnaud Versini  <arnaud.versini@gmail.com>  [b81955ffe00f8e7137f0cd0aacc1f2970bfc02af]

        Adding virtual destructor to WW8ResourceModel.hxx classes

2012-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3edbc2cf8d3ea3417d97fd278585178d55eacff8]

        add some more dump output + WaE unitialized values

2012-03-13  Stephan Bergmann  <sbergman@redhat.com>  [f33b3791edf7ae8eba979c16d3338ef7c0b4a768]

        Related fdo#47246: Extract objects used in both svp and gtk3 plugins

2012-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6974cc9a83bee80e81d27794293a4adc25731206]

        first part for new chart test concept
        
        Idea:
        - write the layout data to a xml file
        
        still missing:
        - xml export part
        - some more properties need to be exported
        - some more structure information need to be dumped
        - find a way to start dumping after importing

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [9e6b086c62b4144058eb52ca40b562ff61e26a68]

        string literals in ?: don't get automatically converted to OUString
        
        Technically these two are both const char[8], so gcc/clang keep
        the resulting type the same, but msvc always converts to const char*,
        even if the same sizes mean this is not required.

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [badbf0c9259a6ff3928958332532c5a9ed8c5774]

        Related: fdo#46728 it would help to initialize the reference count I suppose

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [2352ed8a8c86a2c8fcb2b7b75b750cec6956d2d7]

        writerfilter: catch UnknownPropertyExcetion early

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [2ff3ce4b7e9ff6603ba472cbb8d35f75b9ef9c16]

        writerfilter: log exception message in ModelEventListener

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [01baa9e0c8df6a2c9e1a7d675ac6a2d7da7828cc]

        checked that we do not use OString ctor with literals with \0's
        
        Except in some unittests, which are sometimes rather silly and
        broken about it, which might explain why they're disabled.

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [3d9f5c856a4a77503695e68ce013ebf859fcb212]

        make OString work even with old gcc that has SFINAE broken
        
        Since OString already has a ctor accepting const char*, I cannot
        find out a way to distinguish string literals other than using
        a template, otherwise const char* somehow takes precedence
        (all of gcc, clang, msvc). But the template requires
        the Substitution Is Not A Failure Idiom to actually create
        only wanted instances. And the compiler can try evaluate
        the OString ctor as a possibility when comparing an int to
        an anonymous enum, and anonymous enum as a type without linkage
        cannot be a template argument before C++11. SFINAE should still
        work, but not with gcc older than 4.0.2 (which we right now
        use only on macs). So for that case disable the string literal
        ctors, which means macs will have one extra strlen call,
        and also that embedded \0's in string literals will be
        inconsistent. The tiny performance problem shouldn't matter that
        much and will eventually go away, the \0 problem should not
        matter, since before string literal ctors were introduced
        \0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM
        was used. So we should be safe and when removing the CONSTASCII
        macros \0 cases should be handled by explicitly mentioning
        the length.

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [131e5d35a4edb9f8875a197e8e0382c168834f70]

        Resolves: fdo#46728 reference count the overlay managers

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [ccac587b1bfc15ed3974cbd9dd59d1e1edda17a3]

        merge return branches

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [86e0ba7eb8a0ec53072f1cc8a299c5c9f3e113fd]

        forward declaration doesn't make any sense, need to see whole definition

2012-03-13  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [9a22f0df9eb5c9b5dd7e080f6346385057458faf]

        another missing open brace

2012-03-13  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [1c12cc8070c05896182746f1c6524bdce930b148]

        missing open brace

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [605bc21f7941d598f98203928b034add416c9c65]

        ww8: implement sprmPFContextualSpacing

2012-03-13  Rene Engelhard  <rene@debian.org>  [f55423d1d44173dec5705700e7ebddedf8f6d250]

        remove *.pyc in solenv/gdb in make distclean

2012-03-13  Michael Meeks  <michael.meeks@suse.com>  [5002b28979aae63de5c92d990e9f1520e178b1be]

        trailing whitespace cleanup

2012-03-13  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [50337941b9a3bfa0890ffc9da6f97a54548af896]

        translate german comments

2012-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3b6773c9d4550ad322248db8b16caa0206fbb3cb]

        add bug-id directly to the error message

2012-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d54e03caf915d5d89d35f73ea5fdd0b8d2fdb9db]

        binaryurp has cppunit tests

2012-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [567a22f15ab35638ba04d51fdb1e8c91471bf8d1]

        upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packaging

2012-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [58f5a26e2d4d6998a30e423ac67335cf62e97226]

        fdo#47246: abort on duplicate linked objects

2012-03-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f1040f9fa7e3af5ccc91a4cbc0ff781dd372107d]

        always use the *real* visibility of the SwScrollbar, part 2

2012-03-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [073ea37399a3b9b44e5780c1cf2a6b76e44d8359]

        Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"
        
        It breaks on a clean installs of Windows, and registration of SDK with Visual
        Studio seems to be the answer.
        
        This reverts commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a.
        
        Conflicts:
        
        	lcms2/makefile.mk

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [ffc3c27130faec6c5337943975fa6ebf7623de36]

        Conditional jump or move depends on uninitialised value

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [f096e61a5f246976a5b1eb76f76e194702c1c0b5]

        add missing endif

2012-03-13  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [380f0af0a814fdb2aaaee44aaef0bc035c8ede85]

        gtar actually expects --strip-components, with trailing 's'

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [41b52a106f84dd61d8d7bdc785d0a7402a584a8c]

        No need to be afraid of empty quoted strings as test arguments

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [4e384372a234d2cecd8dc702e39fb0e51f8725ac]

        Be consistent in spacing before the ';' terminating a test or while expression

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [169a3f2fa5d378d08e6c072cd89f04950ae23e23]

        Use test's -a and -o operators instead of shell && or || constructs

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [494ce8b51b89a93974390779abfb49af343041b6]

        Build static liblcms2 for iOS

2012-03-13  Andras Timar  <atimar@suse.com>  [6c412d2e6923f99e3c351eee5d36822ec2768df9]

        change Privacy and Legal URLs in API doc

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [d4c791b13efa973d1d85d7ebce3c449545520996]

        some more test documents

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [3beb6f66cbead4526ff74e212cd6af1f837f665b]

        missing namespace

2012-03-13  Caolán McNamara  <caolanm@redhat.com>  [1038fd6d4bc1d6c49928446a449e2903bd04b9c8]

        add some tests

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [ae6d4aeb89ce87d5474f49cd180cfefc205262a2]

        g push/status: use @{upstream} instead of origin
        
        origin won't work if origin/HEAD points to nowhere, which is a valid
        use-case.

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [1613a4949fae679365996db2781c1fb26df9279f]

        fix compile

2012-03-13  Stephan Bergmann  <sbergman@redhat.com>  [40c0ff75d2a0f987454b068a663908e6d9b87b9b]

        TextEngine::SeekCursor needs to call SetFont after all
        
        10f28d5c9a072bf108a79f3b05ad8247ca0dcea5 "callcatcher: build fixes" had removed
        this with the comment "SetFont() doesn't do anything" but that is clearly wrong:
        Without this, e.g. bold text within text fields is not displayed as such (e.g.,
        "File - New - Templates and Documnets - Templates - Presentation Backgrounds -
        Black and White": the captions in the right hand pane ("Title:", "Date:", etc.)
        should be bold).

2012-03-13  Stephan Bergmann  <sbergman@redhat.com>  [760e0d2d7329ca6fc00a8439715bae38becb168a]

        Document reason for -Wno-non-virtual-dtor

2012-03-13  Stephan Bergmann  <sbergman@redhat.com>  [cbdc446e6f49ee0968f3c0765b3349f5e681018b]

        Clean up ODocumentInfoPreview

2012-03-13  Stephan Bergmann  <sbergman@redhat.com>  [3f89190894b056639e9a323ebffe7a2e20ad4dc4]

        Make Converter service new-style, for easier use

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [e5823e8513eee31fd96549a4b0273063ed31b192]

        testcase for fdo#45563

2012-03-13  Miklos Vajna  <vmiklos@suse.cz>  [9f5dfe07794130a96b7c2056f468354cb8d750ff]

        Related: fdo#45563 RTF import of \r should be the same as \par

2012-03-13  Christina Rossmanith  <ChrRossmanith@web.de>  [f8c9ed1663ac675ed2151a584fcbf86b319cdaf1]

        Bug 45563 - incorrect IMPORT of Zotero RTF, regression

2012-03-13  David Tardon  <dtardon@redhat.com>  [3f751c7fa02862356c6ea03ea3af311cd1f26943]

        split into one file for each interface/service
        
        This is the way gbuild's UnoApi class keeps track of which header files
        are there to be delivered.

2012-03-13  David Tardon  <dtardon@redhat.com>  [ee409103795823dd57499df31b82ee76d931beb6]

        WaE: command line option '-fpermissive' is valid for C++/ObjC++ but not for C

2012-03-13  Luboš Luňák  <l.lunak@suse.cz>  [d2850c03d87f38f54a1609d917de05a89856bee5]

        actually use the base class, not the class itself

2012-03-13  Josh Heidenreich  <josh.sickmate@gmail.com>  [bde32dc95d33943e301bd165955655eb02e1e223]

        Removed FileStatus::isFile. Use ::isRegular instead.
        
        See:
        https://bugs.freedesktop.org/show_bug.cgi?id=44982#c6
        https://bugs.freedesktop.org/show_bug.cgi?id=44982#c7
        
        for why.

2012-03-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32b3e93e04df2b09cb3bdeda8bea32a51bbf1b09]

        Get drill-down by double-click to work with number-grouped data.
        
        This never worked before, going back to the OOo days...

2012-03-13  Kohei Yoshida  <kohei.yoshida@gmail.com>  [307bfa235b40f013f6c5fda30aced14957b62dd7]

        Forgot to add break here...

2012-03-13  Matúš Kukan  <matus.kukan@gmail.com>  [794f4e23290c8346b8e0ba2a2267a0eb2e745885]

        missing $: announce only if something is happening

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [d37b4908efae30432df98bd25f4870c7e8758033]

        Setenv SAL_LOG to yes for maximum logging for now

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [9a188e78b24edbca4315fc81fa1d345c14e6a57c]

        Don't usse -D_FILE_OFFSET_BITS=no

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [2b2804b9560a436c764143dbc6b2fe451d16a131]

        Use _NSGetExecutablePath also on iOS

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [bbe99e9c7b28b9e68e0fda5f853542cd9b07f659]

        No inter-process UNO on iOS

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [53baab726138aa221103cc5924a6c0316ae04c26]

        Deliver the static libraries built for iOS

2012-03-13  Tor Lillqvist  <tml@iki.fi>  [bfabdcdca12eb240e772d2e33d71016283104628]

        Initial version of pretty-printer for lldb

2012-03-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2a26fe4a39b6f3b2af269b801340c32c28806250]

        only shrink to used area in text export, fdo#46230, related n#677811

2012-03-13  Josh Heidenreich  <josh.sickmate@gmail.com>  [6635337181c3c3530ceaa2fb49330c2b152107d7]

        Fix authgen.sh to not clobber autogen.lastrun when using --help
        
        Fix also works for -h and -?

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [b7c2124b39e8a93c8dadfaec5257e491da9fdda1]

        SwFlowFrm::CalcUpperSpace: fix crash with null pPrevFrm in framework_unoapi

2012-03-12  Santiago Martinez  <smvarela@gmail.com>  [8a10f9e3e9ecc2f2b626ce27c3a105dffbde5373]

        Remove unused code in dpitemdata

2012-03-12  Santiago Martinez  <smvarela@gmail.com>  [6f7bf17e3147c2064362216d6b60df9f6818535a]

        Remove unused code in dptabres

2012-03-12  Santiago Martinez  <smvarela@gmail.com>  [411a0f08f951809ea71fba7c64eba2762d4a1330]

        Remove unused code in dpcache

2012-03-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [a105d96979f841f75cbc42a614230629019e7936]

        Nobody uses this now.

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [f722299e133568fe75f7cf9ce0c103a1553474c4]

        implement RTF support of contextual spacing
        
        Import, export and testcase.

2012-03-12  Kohei Yoshida  <kohei.yoshida@gmail.com>  [85f580ac0c0ed73ee24cf88be7866015c903b2eb]

        Get double-click drill-down of pivot data to work again.

2012-03-12  David Tardon  <dtardon@redhat.com>  [59162c85c269e247dc0c07fabb8b67d361d6392c]

        gbuildize io

2012-03-12  Ivan Timofeev  <timofeev.i.s@gmail.com>  [53f661b3140fe728fe3b8f421841dcb8e6f716ab]

        sax: no matching function for call to 'max(int, sal_Int32&)'

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [36627af621d46674273f44e2eb85731419a41cc1]

        SAL_DLLPUBLIC_TEMPLATE
        
        On Linux, public templates should not be hidden at the linker level.
        But on Windows, dllimport causes trouble. So create a new macro
        to be used specifically with templates that does the right thing
        on both platforms.
        (http://lists.freedesktop.org/archives/libreoffice/2012-March/028041.html
        and followups)

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [9f4bb5bd4f55b4a80544413efde26391849b1d7f]

        xmloff: implement contextual spacing import/export

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [8631dbf85fb5ed56d225e32ea5a9c36c96b0d649]

        cui: implement contextual spacing UI

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [03f9b6bebc0ca77021be46664c7bcbe4cb297503]

        DocxAttributeOutput: implement contextual spacing

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [11059331718fb8faab483c75633b4e80d8028b7d]

        SwFlowFrm: implement contextual spacing

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [0662778b0b4b9958ee5e5bd3bac69f9e290f9495]

        dmapper: implement contextual spacing

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [6f04bf5e90ff75288dcf75c43843edf798641e3d]

        SvxULSpaceItem: implement contextual spacing

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [b7c79fc2efddc38bea2a459d146c2f80300eb34e]

        sax: replace Min/Max macros with std::max

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [7191b52c00b1affbf44c7bf6d4cd43d21ae5e3ce]

        Makefile: subsequentcheck should only run tests
        
        ... so drop the dependency on dev-install (with it, subsequentcheck is
        just a synonym for check, which does not seem useful).

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [5f86eca62fc53fbd9de2a6d74188116722bd9d62]

        Makefile: add $(module).subsequentcheck targets

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [9365c975f8d2423c238961c0771ddeeae687f4cf]

        sax: move xml2utf.cxx to libsax to prevent duplicate linkage warnings

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [0cd3740c1d09b1a2c3c09e869bcad058e0fbf174]

        smoketest: fix duplicate linkage warning

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [d343dddc3fecb46953259ab16892347640383b98]

        extensions: split out static library from npsoplugin

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [5926ce12ed9816523f076cba45668f274e86a348]

        extensions: split out static library for X11 plugin connection stuff

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [fece68732916d24c265552ee432d21d3a2d5f8ce]

        desktop: move lockfile.cxx to libdeploymentmisc

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [c7458a4a71a1e875e03772b0f6e8ad9e1a982006]

        desktop: libsofficeapp shouln't need a main()

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [0f1ac15c1dd3c09d6441892bd5f0b5a09409af04]

        vcl: fix multiply linked objects

2012-03-12  Michael Stahl  <mstahl@redhat.com>  [f8f089116895ef6c9b2dd9c55009ddb5d062aa1b]

        sdext: factor out a static library to fix triple-linked objects

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [9fabd6c078b1aeaa565887ee83fb57daf5c123e0]

        handle msvc not even compiling a test that should fail
        
        but that is fine, because outside the unittest it should fail
        everywhere

2012-03-12  Tor Lillqvist  <tlillqvist@suse.com>  [9895690965e79cc57502001f95a2cb09971fe7d5]

        Fix Android compilation error

2012-03-12  Tor Lillqvist  <tlillqvist@suse.com>  [b68f06287d34833a59841b8000641a02d0994eb8]

        Fix crash with document from bnc#693238

2012-03-12  Michael Meeks  <michael.meeks@suse.com>  [61eeb689d7605a23c3e71c652b57ee65cf5b28dc]

        fix smoketest - need to check read-only-ness of non-existent paths

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [ca939177d6823ed0dddb15283cc20709a0af5eb9]

        remove C2U usage, string literal OUString ctors will do the job
        
        and this also avoids reaching the parse recursion limit with clang,
        because all the macros C2U expands to, although clang's limit is
        probably tad a bit low

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [4f5bc4995449459875df65591d41685200ff820c]

        @since 3.6 -> @since LibreOffice 3.6
        
        To help distinguish between OOo derivatives.

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [90a91ed3e9ca1684655268dc52754ca569febc36]

        use string literal OUString overloads

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [814cb6a3d63707198e23131facb7ce9f23c389b6]

        implement OUString::endsWithIgnoreAsciiCase()
        
        match() has matchIgnoreAsciiCase(), so it makes sense that endsWith()
        also has the IgnoreAsciiCase variant, especially given there already is
        endsWithIgnoreAsciiCaseAsciiL()

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [91752ecd4ededaaf44f5ac870b3c01dd17b5d3c9]

        also check that string literals do not actually trigger OUString ctors

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [61327c99481b4fb9c36973a8b65b3f8004112951]

        forgot to disable mixed char and const char overloads
        
        the comment was wrong, char gets converted to const char, not the
        other way around

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [06a6b0ad1e0007b0a9d36be25f1775a81a6a78fb]

        unittest checking basic string literals OUString functions functionality

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [8bdc0e9c239a00d8dd5c6de1b1053399c80450df]

        unittests for some possible OUString string literal handling problems

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [3f765e5bb2955683fc2db10f630365a4c35416d3]

        replace usage of OUString::replace*AsciiL() with string literal overloads

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [56e4153e2cbee8d66659e0c59690ef8911ad090a]

        replace replace*AsciiL() OUString methods with string literal ones
        
        The AsciiL variants are new for 3.6 anyway, so there's no need to keep
        new functions that'd be obsolete before their first release.

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [46ddefe25de22587558c937289a1c3a459c10ef4]

        string literal overloads for some OUString methods

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [a1de25663717aabb51dea5d176bcc7c37754e095]

        some fixes for OUString docs

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [8c5e68b0f649b1694531811b2fd5d32ab75a201e]

        make the OUString unittest ctor contain garbage
        
        this will make it easier to detect errors, rather than making it empty

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [715bdfdd8f994607f07bb577c727189a3a434607]

        prevent using RTL_CONSTASCII_* macros with string literal functions
        
        This is to prevent things like by mistake doing match( RTL_CONSTASCII_STRINGPARAM("foo")),
        which will call match(const char(&)[N], int=0), where the second argument is the fromIndex
        argument.

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [a9435ab4d784879a299028e2ca5346510d5e616d]

        remove usage of RTL_CONSTASCII_STRINGPARAM

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [53fb5f774e262e6dbe364c9da06ae5e0db11b5d7]

        OString ctor for string literals without RTL_CONSTASCII stuff

2012-03-12  Luboš Luňák  <l.lunak@suse.cz>  [2f5f802bcf197c5c65aa4453ad2097d5642b80aa]

        rtl_uString_newFromLiteral() for string literals
        
        Drop the recently introduced rtl_uString_newFromAscii_WithLength()
        and replace it with this one. The name fits better and it'll be also
        a distinct function that specifically includes embedded \0's
        (because that's what OUString supports and if a string literal
        explicitly includes it, it makes sense to copy it as such).

2012-03-12  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [f2d0fcc26be481c2f872056fb3b8402169d124d8]

        Replace VARARR_SORT with std

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [80e33b0cf3dbb5cfec90daf22068a71fb2669c4a]

        ditch SfxULongRanges

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [da91ce535e51c814d56a6b1eddb44b5d71989261]

        remove unused FontFamily argument in ImplFindByAttributes
        
        move ImplFindByLocale to windows only code, rename to
        findDevFontListByLocale

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [7e16ec0347453851ef2f8870cfcf9fdbbc6bb99f]

        pointless comparison

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [e939c272a092546de0793523146e80f7d032d5dd]

        remove unused VisAreaContext.[c|h]xx

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [9a46b626c5e8bfbc478fe765aaaee61d1e56d037]

        fix SvxShowCharSetItem leak

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [4be58b0b9d2817be716a0271320c70064d2b3d88]

        this massive rigmarole is just to map a msword author id to a writer author id

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [a43bd907062a3925c12b3ba3909bf974e9f2914b]

        callcatcher: remove some unused code

2012-03-12  Caolán McNamara  <caolanm@redhat.com>  [2371d13d3f03a11577492918a2dfcc9447283a43]

        callcatcher: update list

2012-03-12  Stephan Bergmann  <sbergman@redhat.com>  [73c9b3c59e0a7807ccd887a09c2e8918f4ddd8ac]

        osl_loadModuleRelativeAscii was erroneously not exported

2012-03-12  Stephan Bergmann  <sbergman@redhat.com>  [6a94909b44126428133e87033959c94ead3f16b4]

        Fix WITH_OPENLDAP case

2012-03-12  Stephan Bergmann  <sbergman@redhat.com>  [25292b154ecfb33450307357f006b652cd673967]

        module.c -> module.cxx, use sal/log.hxx

2012-03-12  David Tardon  <dtardon@redhat.com>  [d2097ad456b4626dd6972e015489ce3d22eb1872]

        gbuildize stoc

2012-03-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5eee7de29362ecd00d43ed9eb9ed7230606dc92a]

        C&P error

2012-03-12  David Tardon  <dtardon@redhat.com>  [f24ccecbeef52ecb822f1bd111ffe573ec41c142]

        add InternalUnoApi class

2012-03-12  Miklos Vajna  <vmiklos@suse.cz>  [39b3448300e9c265a4d38b83cf42d738d1ef50f4]

        SvxStdParagraphTabPage::Reset: no need to have two SvxULSpaceItem here

2012-03-12  Tor Lillqvist  <tlillqvist@suse.com>  [2f465a8863ada2b620440e239fb5e48df581253f]

        Add patch to recognize Android

2012-03-12  David Tardon  <dtardon@redhat.com>  [ff7aa733b5aeeb4c0e115dbc71897577b4324e82]

        suppress "SQL_API redefined" error with -Werror

2012-03-12  David Tardon  <dtardon@redhat.com>  [fc6d226a0ed0e493a33d5f82edcedec0ddd37ec7]

        WaE: missing braces around initializer for 'unsigned char [8]'

2012-03-12  David Tardon  <dtardon@redhat.com>  [48548f0b353d498ed93ee64c57ebef001ed09aaf]

        WaE: variable 'hr' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [d56e3db6534182f8e2a7753cb100a85727c9bcb2]

        WaE: declaration of 'Parameters' shadows a global declaration

2012-03-12  David Tardon  <dtardon@redhat.com>  [b3276fca5d8e7a3f6061a5d2de9bcc7ec0455037]

        WaE: "_WIN32_WINNT" redefined

2012-03-12  David Tardon  <dtardon@redhat.com>  [9efb2d1da6c7e7ca23e40ebb0a542c068122cf51]

        WaE: 'nPos' may be used uninitialized in this function

2012-03-12  David Tardon  <dtardon@redhat.com>  [623f9a6e42cb045ef40ff39c9555fb45f48c2d9c]

        WaE: declaration of 'first' shadows a member of 'this'

2012-03-12  David Tardon  <dtardon@redhat.com>  [bd6310886dc4351a8ac3ed3ee9a4f65d2a0e005c]

        WaE: enumeral and non-enumeral type in conditional expression

2012-03-12  David Tardon  <dtardon@redhat.com>  [e54a81fbb05b932df67a50c2599bcdd07a94fad4]

        add missing member initializers

2012-03-12  David Tardon  <dtardon@redhat.com>  [5511f8e05dbf971f3f4af89c9f42f0003a63c1a5]

        WaE: initialization order

2012-03-12  David Tardon  <dtardon@redhat.com>  [3bee1da46b18a6b5b9a25dbb266be2ee5972e80d]

        suppress error when building with -Werror
        
        This is in windows headers--nothing we can do.

2012-03-12  David Tardon  <dtardon@redhat.com>  [02536846f2a8c23fd95a7d9a8b11b9208006528d]

        WaE: compoarison between signed and unsigned interger expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [cd8b0994a86a0b4413826ba3c2b163abfdf9f547]

        WaE: member initialization order

2012-03-12  David Tardon  <dtardon@redhat.com>  [135e783db24e9468a69a1224567f54e4d7d3d4bd]

        WaE: base class should be explicitly initialized

2012-03-12  David Tardon  <dtardon@redhat.com>  [04c8f56627f51e7c2be926858e77f81623f7b4d2]

        WaE: missing initializer for member

2012-03-12  David Tardon  <dtardon@redhat.com>  [c79f0398f6e67fb5aab5b37c582bd1efc9ab0d79]

        WaE: deprecated conversion from string constant to 'LPSTR'

2012-03-12  David Tardon  <dtardon@redhat.com>  [b0e3615c635be2bcdf82c24a0aadbf0c5ffe149b]

        WaE: deprecated conversion from string constant to 'char*'

2012-03-12  David Tardon  <dtardon@redhat.com>  [392b37cadf9dc5337b75b95aced92b72072ff448]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [5cf40e38212016d568ac31c4b33731cf5bfb0a50]

        WaE: variable 'hr' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [3eb65ae04ad57dd86e379f0baafe48c080d7ed22]

        WaE: variable 'bRet' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [2009feb8ec40fb4ea2785ada8cd1cdd5c952b8bf]

        WaE: defined but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [9dd2c03c37bb4fa68f7e4a7125a9e610f4151155]

        WaE: deprecated conversion from string constant to 'LPSTR'

2012-03-12  David Tardon  <dtardon@redhat.com>  [75c5b3561ebdff4af9fdd219a64ba77fb1a13254]

        WaE: deleting object of abstract class type with non-virt. destuctor

2012-03-12  David Tardon  <dtardon@redhat.com>  [c696282069faa88c486abdffbca6a5255102f4d8]

        WaE: variable 'hr' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [5982c0306feb633ad04a435684cd0e919ff29574]

        suppress errors with -Werror

2012-03-12  David Tardon  <dtardon@redhat.com>  [2c5a817591bee01825de1e2885e55a3bd9d22a15]

        WaE: "_WIN32_WINNT" redefined

2012-03-12  David Tardon  <dtardon@redhat.com>  [064d8f1405a6b64766eee3d73136eb2f3acc7509]

        WaE: invalid conversion from 'const char*' to 'LPSTR'

2012-03-12  David Tardon  <dtardon@redhat.com>  [bd6757d60d2f126ad0ba34144db3a6660a786ad5]

        WaE: value computed is not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [d860d2626312bc561436eb95c8113868f6572f30]

        WaE: deprecated conversion from string constant to 'char*''

2012-03-12  David Tardon  <dtardon@redhat.com>  [ca67ec0ebc6fd29785607c561c251827e75c24e9]

        WaE: initialization order

2012-03-12  David Tardon  <dtardon@redhat.com>  [3b521d1bc640258782372bf0d11889419304ade8]

        WaE: "_WIN32_WINNT" redefined

2012-03-12  David Tardon  <dtardon@redhat.com>  [c169483c49f78ce72d751610bb3b04103f8132c5]

        WaE: "__uuidof" redefined
        
        It would probably be better to find out why the "stock" __uuidof from
        MinGW causes linking error for libdnd (missing symbols) and if it can be
        fixed , but I am too lazy .-)

2012-03-12  David Tardon  <dtardon@redhat.com>  [49884860e60d807cf0d8649a19e98c8bf05b197e]

        WaE: variable 'hr' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [4d34615cfc651e8cc72211488bb14f0ff5842237]

        add missing initializer

2012-03-12  David Tardon  <dtardon@redhat.com>  [14eda666492ae3c5694cf993dfe5fa547a0628ee]

        WaE: initialization order

2012-03-12  David Tardon  <dtardon@redhat.com>  [45c2e99be29025a88b70551856f9fa896c13bb69]

        probable intent

2012-03-12  David Tardon  <dtardon@redhat.com>  [d8639ceb1dbcd6438f9d49357aed38fc982a3df0]

        WaE: variable 'dwResult' set but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [f74379741fad32b015f47ca6247e4b7804725a38]

        fix indentation

2012-03-12  David Tardon  <dtardon@redhat.com>  [1be53d0081c2c40a95dae762d8a946d104b8e9cd]

        WaE: suggest explicit braces to avoid ambiguous 'else'

2012-03-12  David Tardon  <dtardon@redhat.com>  [55afdcce6d46e9824467999aef92ef04347cfeb1]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [7553b372efef9d73db8b3a48db1dce3e292962f3]

        use SAL_N_ELEMENTS

2012-03-12  David Tardon  <dtardon@redhat.com>  [0441206f22ee4abb6ee762099d4658bce97a9706]

        WaE: multi-character character constant

2012-03-12  David Tardon  <dtardon@redhat.com>  [72137b44ff5db6893bf49277ab4d99b16365c34f]

        suppress errors with -Werror

2012-03-12  David Tardon  <dtardon@redhat.com>  [76e17e8c124996b74fdcc2447d0ca18ccf5ed5cb]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [c4ee0b0a7450b496978f10f9205023568739090e]

        WaE: declaration of 'HWND__* hWnd' shadows a parameter

2012-03-12  David Tardon  <dtardon@redhat.com>  [e8d7c38231c048bfcf24d8a39f0ed598dabcf071]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [277e9c4ca81ec2315214126c0ac6949e20c5443e]

        WaE: format '%x' expects argument of type 'unsigned int'

2012-03-12  David Tardon  <dtardon@redhat.com>  [79305e38c5f53fb821d4931af87d8c4befeca2f9]

        WaE: cast to pointer from integer of different size

2012-03-12  David Tardon  <dtardon@redhat.com>  [91b8bae79f3bec139fa51420727445c160116e65]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [47cad9e8e82bd28748c93ad716f294274188cb49]

        WaE: declaration shadows a previous local

2012-03-12  David Tardon  <dtardon@redhat.com>  [bf9e5195519cf34c170dc42fa05848d158cfc344]

        WaE: deprecated conversion from string constant to 'sal_Char*'

2012-03-12  David Tardon  <dtardon@redhat.com>  [ded657d0663c9f461b2f992e32b2ceb416505386]

        WaE: unused variable 'nRC'

2012-03-12  David Tardon  <dtardon@redhat.com>  [557daa9c4b27a3c45c788c65d0c17ff2ffd088ff]

        WaE: declaration shadows a previous local

2012-03-12  David Tardon  <dtardon@redhat.com>  [d0d9d7970bfb273fb9c7314439d029ecc4f042e0]

        WaE: 'nRet' may be used uninitialized in this function

2012-03-12  David Tardon  <dtardon@redhat.com>  [7baf49884c585836ef11fcbaa41b3529d7e95155]

        WaE: 'nAcquire' may be used uninitialized in this function
        
        Or, the joys of using setjmp/longjmp...

2012-03-12  David Tardon  <dtardon@redhat.com>  [8d6afe4fc32e52960aa01909cdd8080ec5152f0a]

        WaE: unused variable 'err'

2012-03-12  David Tardon  <dtardon@redhat.com>  [48cb7040ce149ca91af64a94175d8b0e5ec23e05]

        WaE: unused parameter 'pPrt'

2012-03-12  David Tardon  <dtardon@redhat.com>  [f9177e2f5c8016ce2afdb2888630ff52d4152255]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [93f18659861f035f8d46e41d1a67e7cc1110aa52]

        use SAL_N_ELEMENTS

2012-03-12  David Tardon  <dtardon@redhat.com>  [9adb48b9a1be832e83ac1570fcf49e4a91a6d406]

        WaE: enumeral mismatch in conditional expression

2012-03-12  David Tardon  <dtardon@redhat.com>  [13718ea30c11968d8d5436ff24ddc6d9f2b64d05]

        WaE: passing NULL to non-pointer argument

2012-03-12  David Tardon  <dtardon@redhat.com>  [b44e997ebe6e2bc3a1d88df8fc8f92b64711a12c]

        WaE: comparison between signed and unsigned integer expressions

2012-03-12  David Tardon  <dtardon@redhat.com>  [ab233e2ec2f5a09bda59627bea112f6b8ec5bba4]

        WaE: narrowing conversion from 'long int' to 'BYTE'

2012-03-12  David Tardon  <dtardon@redhat.com>  [87f637ba50cf02a71112cfc9b2cdff15bc12b088]

        probable intent is the other way around

2012-03-12  David Tardon  <dtardon@redhat.com>  [8b5c1890f3c0c9f7f44c5e6c9a432c652f3938b3]

        WaE: missing braces around initializer for 'BYTE [8]'

2012-03-12  David Tardon  <dtardon@redhat.com>  [33aa774406f8ae683006c5c59e8d628f371b2bc3]

        WaE: cast to pointer from integer of different size

2012-03-12  David Tardon  <dtardon@redhat.com>  [0ae7f9da0c0454d6b78a775bb80ad267aa82da13]

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

2012-03-12  David Tardon  <dtardon@redhat.com>  [8cb481ba1818b1eb2ff6d2b64b73b64df0c50d7a]

        WaE: declaration of 'aName' shadows a member of 'this'

2012-03-12  David Tardon  <dtardon@redhat.com>  [d371852d7fac717023549af554ea283d72eac5bc]

        WaE: suggest explicit braces to avoid ambiguous 'else'

2012-03-12  David Tardon  <dtardon@redhat.com>  [f6f48f89c1055ba9110f9c43dc7092899c0151f1]

        WaE: missing initializer for member

2012-03-12  David Tardon  <dtardon@redhat.com>  [fd4efa8bf58e22fb7178b723eed0c1d3e8208d2a]

        WaE: 'bLastCaseSensitive' defined but not used

2012-03-12  David Tardon  <dtardon@redhat.com>  [4171bfefa788f539cf1f1ef327586e4319722b02]

        WaE: declaration of 'pTop' shadows a previous local

2012-03-12  David Tardon  <dtardon@redhat.com>  [050228bcba3c6c2d05485ee71f9b96b9610372bc]

        WaE: deprecated conversion from string constant to 'LPTSTR'

2012-03-12  David Tardon  <dtardon@redhat.com>  [a203ca87e202271e971b3c9a97475f8e112c7ab9]

        WaE: 'exec' may be used uninitialized in this function

2012-03-12  David Tardon  <dtardon@redhat.com>  [7c033bba611d3f8fc2465d3de8936f19decd9ddb]

        WaE: unknown conversion type character 'z' in format

2012-03-12  David Tardon  <dtardon@redhat.com>  [a78102d342a591e9f6103ce6479c1dcaade92c0c]

        WaE: declaration of 'hr' shadows a previous local

2012-03-12  David Tardon  <dtardon@redhat.com>  [7419e0e00cfc2589d1fe171c73b4de7c8c6d7065]

        WaE: deprecated conversion from string constant to 'char*'

2012-03-12  David Tardon  <dtardon@redhat.com>  [4876d7e28f92e125bb2028de003cf9b1774f6b42]

        suppress "missing braces" error with -Werror

2012-03-12  David Tardon  <dtardon@redhat.com>  [b2072cd1f4575a8077fc670ab033d34bea2e1a91]

        WaE: error: "DECLSPEC_SELECTANY" redefined
        
        AFAICS this was only relevant for mingw32.

2012-03-12  David Tardon  <dtardon@redhat.com>  [6ef2ce7e498de6b6c338d9cc647f62275d046e12]

        WaE: ignoring #pragma warning

2012-03-11  Tomcsik Bence  <tomcsikbence@gmail.com>  [0e8eb19a53338c83dab7fe19e2f23bcaecd52077]

        Object Catalog pane in Basic IDE
        
        Object Catalog was a floating window. It has been converted to a fixed
        pane on the right hand side of the editor window. While it is a
        BasicDockingWindow, at the moment it is not possible to undock, move,
        or resize it. Also, the Object Catalog toolbar button does not show
        the visibility status of the pane, ideally it should look pressed, when
        the Object Catalog pane is visible. Another missing feature is that
        the Object Catalog pane cannot be switched on together with the
        dialog editor.

2012-03-11  Arnaud Versini  <arnaud.versini@gmail.com>  [f32fe9f5012e3ee184e1a1fca6814bee9105d8fb]

        Add a virtual destrcutor to value to prevent memory leak in RTFValue

2012-03-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [befc846e1be3ca117b25e972ca2fa1529dce9935]

        remove accidental re-add of obsolete build_env

2012-03-11  David Tardon  <dtardon@redhat.com>  [295b09a63240d0a591921a40dc949784a441ce99]

        refactor UnoApi class

2012-03-11  Petr Vorel  <petr.vorel@gmail.com>  [b6ff047a572189a2b000ffbd437e573e518773db]

        remove unused code

2012-03-11  Julien Nabet  <serval2412@yahoo.fr>  [f96ac4aa501fb50150af9c9164f3bc1657f9c896]

        Some cppcheck cleaning

2012-03-11  Luboš Luňák  <l.lunak@suse.cz>  [820c23d3973f222ea31f19d4ba026f167a2167c3]

        sal_Bool to bool in SAL_LOG if possible
        
        otherwise clang warns about things like 1 && 1

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [df6097ab4fc7008997caa93fb6674b1e2599e227]

        operator must be in template or argument namespace
        
        clang has more strict (and probably more spec compliant) lookup

2012-03-10  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [5bec57a0b784a3bc8a181705f04f7af53ca4e04b]

        Correct some mistranslated comments

2012-03-10  Tom Thorogood  <tom@tomthorogood.com>  [caacafe4dbd3283a08c558104458d5b61c0e0743]

        Translate German comments in core/cppuhelper

2012-03-10  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f7226666d48f6019f0244b0ac572d29e9aaffc93]

        Add more values that zoom shouldn't skip

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [c289ee218fb39813298c540c715378a762f66692]

        sdext: fix unit test for Windows

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [bf5380c24037ddd2eff028bea9e5460a266100f8]

        no i prefix for lcms2.lib

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [6c1c06f1c269a75bd36101710c48c55475d91504]

        gbuild: remove some more realpaths
        
        Where necessary, replace with wildcard, what does not change path.

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [84b3f7b345eabf3995e4d51055e8d4e26479a6e2]

        gbuild: get rid of realpath in gb_Foo_set_include

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [156202b06270a90a4b73370d04401486145076d2]

        extensions: export npsoplugin's symbols

2012-03-10  Matúš Kukan  <matus.kukan@gmail.com>  [f2abfdb94e111ba551bb97ec06fa5b57be3f6299]

        embedserv: convert to gbuild

2012-03-10  Julien Nabet  <serval2412@yahoo.fr>  [c604a738f48ffa4c12f7c9801d03a146303d3123]

        Fix Possible null pointer dereference

2012-03-10  Julien Nabet  <serval2412@yahoo.fr>  [638f68e68a1810ba3a3cd603c509745360b2ef8d]

        Fix Prefer prefix ++/-- operators for non-primitive types

2012-03-10  Julien Nabet  <serval2412@yahoo.fr>  [4c5fd7a27b5337c4da4f02133c2d023d4caebe66]

        Fix : statement following break will never be executed

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [305cfc116ef2e7dd8630b8353c48b04c5316492c]

        clang has broken -fvisibility-inlines-hidden
        
        http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [91fc0f37c1e06ba2875f3f4ed1b02ac6e92aafcb]

        clang does not know -ggdb2

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [34f8495dd948e2ad9d64c2c19110e69840cefd1a]

        exported templates need to be marked as such
        
        Otherwise their instances created in other modules may end up
        as non-exported even when used by something exported.

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [a680eba9a03f368b2e01e283519eaef9ffce9028]

        SAL_DLLPUBLIC_IMPORT with gcc should not be empty
        
        Otherwise when using a template from another module, an instance
        of it may end up being non-exported even though it's used by
        something exported.

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [41d7a444bee3ba8ed7c8d5fbbc57fd29c86ddb19]

        patch clucene to avoid narrowing conversions
        
        clang errors out on this

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [4dd7a3f12e81e3db272bc3049c6c33661d81678c]

        write unsigned char[] contents as numbers rather than string literal
        
        The real reason for this change is that clang aborts with a fatal
        error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226),
        but I'm not sure whether this was a correct construct in the first
        place anyway. The contents are above 0x7f, which may be outside
        the range of plain char, if it is signed, so maybe the result is undefined.
        I don't want to spend the time checking in the spec,
        but this new variant is technically the same and it is safe.

2012-03-10  Luboš Luňák  <l.lunak@suse.cz>  [80e4b4e5c6cdb33dbd7aff62a71a5112ead214e2]

        mark static data that is const as const

2012-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ed8aae1050a0900998726e0484a032c097b6a60]

        take explicit number format before implicit number format, fdo#47084
        
        Follow-up to fdo#43467

2012-03-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2ddf3a73030c04f5060654894dc5a6543cbe2ed0]

        add two accidently removed return statements

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [137b53e0e2763d41c43e62ecc85b38d7f3cb71f7]

        vector and rtl::Reference over manual ref-counting.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3ec7ba96cf945b203297cf597c0514dc6bd9eeeb]

        These don't have to be virtual.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bdd349501eb3df24830d2daf2338a7a422a8e00c]

        Keep vector as vector.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [372cfda4d6a4d49bb45cea0dc45b23ffd9dd5b3d]

        Store only one number format per field.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a30ced6bea3567bce2cc79adc6beb28f18b554b]

        Some header cleanup.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [8d089c8e293a3366d9c0ac67cbfdf2a6deff5d98]

        Use std::vector instead of boost::ptr_vector for ScDPItemData.
        
        It's a small-size object, so using std::vector is slightly more
        efficient.

2012-03-09  Andras Timar  <atimar@suse.com>  [cc32ce47cef1a72a820a9475a9a2753490a019f2]

        fix semantic error in layout calculation

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [3a28389d6713bf29e1da2fea07b663fdd9cc3faa]

        Use flat_segment_tree to store the empty row flags.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2877147c477f064c213af53a8f250ce96ad1e5f2]

        IsValid() is superfluous.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [bded4b782a1dcd22ccd7187262d1aea3b0d50e6a]

        dptablecache.* to dpcache.*

2012-03-09  Michael Stahl  <mstahl@redhat.com>  [87279e0e812bac7f2c17f2758a39bcfd942214af]

        fdo#45962: fix context menu key yanking cursor out of header/footer
        
        For the "context menu" key VCL synthesizes a cursor position that is the
        center of the window, hence likely to be in the document body.
        When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves
        the document view cursor; prevent that by only calling that for actual
        mouse events.  (regression from a6176612ff1a6a142a68964b2c0834d28125fc45)

2012-03-09  Noel Power  <noel.power@novell.com>  [7dafa7a3b14441c6a27ab051db01f53e2c434f0a]

        fix error comparing a struct vs an uno prop containing a struct fdo#42819
        
        hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [bee742eb7a0d5dfe23e61d9ee49a29286de90256]

        Fix sense of r/o detection code, and clean up

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [4c2370c0a5dd20c226ce0f12823c125f0c07589f]

        Fix infinite looping memory devouring on refreshing table with date grouping.
        
        It so happens that both group info and date info can be enabled, in which
        case the date info takes precedence.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0ee9a1c07ed69e21d0dad4f71791f51ae4c13bc0]

        Use the common method over the local clone.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [57e531eff640c7e41bf14c54d02000f45d63d6c4]

        Bit more organized & Error item has string too.

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8efa446a367546802545332db1bb68a77dc59e4c]

        use the target document not the source document

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [1bb7875f275d95a0a764df5d8d6954b7e8841152]

        Correct equality check & disable Dump() for normal build.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [5e9d811ab8a1c0481c67e3d4589e0a16fb781120]

        Apparently nobody uses Hash() anymore.

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [59e4ac4c3e55562856cdab04435489f9dc67d318]

        -Werror={deprecated-declarations,sign-compare,unused-parameter}

2012-03-09  Michael Meeks  <michael.meeks@suse.com>  [eea51b762236fa4c24da82e691a67527eac6a157]

        minor documentation tweaks

2012-03-09  Michael Meeks  <michael.meeks@suse.com>  [d3192948fe968fc4d6a8ec0e6fda232f265b3c4c]

        fdo#40607 - osl_syncFile having written, and avoid doing that on start

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [2d5c1a3f6de583629c29fc0eeea630c8f8a0eb89]

        Even more cleanup and fixing.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [d049b05a1a7ccdcccd5aeaafbabd43b8df48f8df]

        Cleaned up code.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [0637ca0aefed73b55154c15c8738c100f329a3a8]

        Populate group dimensions directly to the cache.
        
        This is to avoid populating them twice in case the same cache is
        referenced by multiple pivot tables.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [593f6ac1064184f1faee60155c412b964f6f86a1]

        Added hook to create group field data at cache creation time.
        
        This is to avoid group data to be added multiple times in case of
        multiple pivot tables referencing the same pivot cache.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [32b61ed8931acd97e488bc73486244c385a3a974]

        Get normal grouping to work again.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [6553fc9dd2cd5986e5127804ba25ad7abf14235c]

        Some adjustments.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [57c0ff6602dfbd0b7622a643e179923bf632cd87]

        Properly display grouped range values for range-based grouping.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [e3ebacf3fdbafeafe02e2976c25c9299b1fd6bbd]

        These functions are no longer used.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [7d53e6da1f9f36d8fc1040c823ba16723930012d]

        Get number-grouping to work again.
        
        Though I stil need to fix the sorting issue, which occurs because I
        use string items to represent the range items.

2012-03-09  Kohei Yoshida  <kohei.yoshida@gmail.com>  [f96c760bef74a2aa46d9b57b50356b8d28d72c7e]

        More scope reduction.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [dcf9b304a1767c7b5adca77ac4bfa60c7ad2d55c]

        We can't deal with "date" field mixed with ordinary strings.
        
        And any attempt to handle this would end in disaster anyway.  Just
        skip them.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [464cdfa1b25c99b7dd251a405277080da4c75c36]

        Scope reduction.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [2e9bba6a0efda10d3f0a9abe38122cb5ec047bd2]

        Bool-ness.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [abb5bc40caf58e32a05fb8e04e4f0de9c8de6489]

        Only load members of the clicked field, not of all fields.
        
        This can mean the difference of 10 seconds vs 0.01 second depending
        on the type of data.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [1957c22f6267cc3466c96fdfe4dfccb87e7873a9]

        Fixed a bug on sorting members.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [9c0c38d6b955909825959aef1010c659cb7591c2]

        Removed most of my debug statements.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [5e7daf4ab990c4719332e1c6df06cc477bdb3631]

        Display special first/last date names correctly.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [c2f8b7a17e71f9379db7d44e763ad831cfd27825]

        More on correctly formatting grouped values.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [98057df3d4f729b78e828694e541845228c94efd]

        Make sure to clear group field data when reloading the cache.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [ee4a52467e2c945ee29af89c8694044d7196360c]

        We can't take a reference here since the value will change after removal.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [1472ce9ff250d6abc3380bb16b1c7a6c255e6fd2]

        String and boolean cleanups.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [b4ffdcc58fd301aa400c046cb34b33fd32cc17c1]

        No need to create a copy just to refresh pivot table.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [c516a4f45daeeb8b39df589530966e6413fb55a3]

        Scope reduction.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [8720c874d03605d45057165332014f3744c8b92e]

        Fixed TestInclude for reverse-sorted dimensions.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [b814c1749aa9c233f7eabf605be663068d47de13]

        Display date group values correctly.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [db60d94fc2ec8624653dddace5a934778fc2c7b4]

        Fix the result hierarchy construction. Still lots of places remain broken.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [f63490ca0fb365b419e143ffc694463d45865c74]

        At least pass all unit tests.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [20624fe17bc0a367c5f1d46c8244b7e3d0a7e110]

        Custom copy constructor and assignment operator to fix segfault.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [246521c9578e3cb66e610850716ba72f1e9981bc]

        Massive rework to reduce the size of ScDPItemData.
        
        Currently lots of things are broken.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [98b4beebce3720c55ff3302a43d482db8adbc6fe]

        Date field is now determined outside of ScDPItemData.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [244a9ef6047b47a65990dd15665ea483240cc563]

        ScDPItemData no longer stores number format.
        
        This brings its size down by 4/8 bytes.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [fb5286177df3e7f9ebf1286383f4e4e91e2023a2]

        We don't need the date part flag.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [f43ceb03f6d00204ae9a2dedc6dcddba788a26c9]

        Group by Field struct, instead of keeping 2 dimensional arrays in each.

2012-03-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [68c1a73391ddfa4836ca51491ad7faee81132733]

        mnDatePart in ScDPItemData not used in any meaningful way. Removed.

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [c7ad399a535d21cc73f0e99fbea361e559b34d4f]

        Line breaks in registrymodifications.xcu

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [347de4170751f99d92fb4f014586cd606e30887f]

        The project files for vs2008 are identical in the two directories

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

        document how to update the damn bibliography database

2012-03-09  Italo Vignoli  <italo@italovignoli.com>  [c9af2604214a1bff261ced86343eb32de5f18443]

        Resolves: fdo#45033 use LibreOffice references in bibliography

2012-03-09  Luboš Luňák  <l.lunak@suse.cz>  [77ee92a6bd8f40022ab03325d158de4b67a41dd0]

        change vcl's SETTINGS_* #define's to const int
        
        They pollute not only the global namespace, but all namespaces,
        given they're are #define's. I bet they'd eventually all conflict
        with the namespaced enum in kdelibs headers.

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8d86729799d0494ca0a4d5ee659541d3d81f775]

        add regression test for writer
        
        use the hidden layout dump export filter to export the state of the
        layout and compare it against a reference file
        
        Still a work in progress.

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1390a2ce01b8458a53abf95df9091c64af422cb4]

        Upload new libcdr-0.0.4 release

2012-03-09  Michael Stahl  <mstahl@redhat.com>  [24b449b7fcaaee20ef8feebfd64fc761535f77a8]

        cppcanvas: processEMFPlus: fix valgrind warning:
        
        When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where
        points are stored as 16-bit integers instead of floats correctly.
        Found via valgrind on loading bugdoc from fdo#42252.

2012-03-09  Michael Stahl  <mstahl@redhat.com>  [06484b6946ac6a974c24af6624fb75bbe298c1e8]

        fdo#46926: fix the fix for Python 3
        
        Thanks to Maxime de Roucy for the hint that the "cmpfunc" type doesn't exist.

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

        Fix tools->bibliography database, brown paper bag over head commit :-)

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [bda0b068b8b6a4dadf18b46098192d52be6cb963]

        Enable Bash pipefail so that e.g. wget failure leads to download failure

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a5f27616ed0ce486558e9a281568c65fda7afeb2]

        Revert "Upload new libcdr-0.0.4 release"
        
        This reverts commit 4147de18731c7637ab5654797c21b39069695ff5.

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [055f8eaf1276c585b06ca01c28a6fe4aee900a31]

        Reverting accidental commit

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8b0be97f13ea550fc5dae7a7b6a76ddb30218278]

        Define SYSTEM_LCMS2 in scp2 when appropriate

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4147de18731c7637ab5654797c21b39069695ff5]

        Upload new libcdr-0.0.4 release

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3daa764ee4ef8dc81d82507a204e1ac6be2a93c8]

        Use information about position and offsets of the bitmap fill

2012-03-09  Miklos Vajna  <vmiklos@suse.cz>  [5191ee9800d53c8ebb6f56222eb81a1e4bce9925]

        sw: doxygen comments for SwTxtFmtColl, SwFlowFrm, SwTxtFrm

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [608fe962cc649ad62c489811d3a8666e0e06e5e7]

        Let osl::FileStatus getters assert programming errors
        
        ...instead of arbitrarily returning certain values when the requested
        information is not available.
        
        This reveals a problem in strmunx.cxx that is apparently a regression introduced
        with 4a086fca7b0a77c20bc9f1c97507966e2861f3da "fix SvStream to not require a
        custom open or lstat method."

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a]

        Pass /useenv to vcbuild so that rc and link find SDK headers and libs

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [4839f974925a6da50be9cd0dc7ab907182abbb93]

        VC2008 and 2010 were swapped

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

        reorganize license dialog to avoid Resource leaks

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

        callcatcher: update list

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

        add an explicit Cancel handler

2012-03-09  Caolán McNamara  <caolanm@redhat.com>  [809e3017d1d0ee953880da1c3360bc1ee40d3c05]

        update code a bit

2012-03-09  Matúš Kukan  <matus.kukan@gmail.com>  [fa97b8ac234c34618d8dca4329bc13e8454b47b4]

        Do not remove the whole  workdir/* on 'make clean'
        
        Also solver/$INPATH is subset of */$INPATH.

2012-03-09  Matúš Kukan  <matus.kukan@gmail.com>  [ac26f6871061554db77a393cb1886a71b668a580]

        remove unused Makefile

2012-03-09  Winfried Donkers  <osc@dci-electronics.nl>  [0466a30ca52dc531887c75e2d42b007cc83778f3]

        fdo#45671 fix for transparent colour split button

2012-03-09  Andras Timar  <atimar@suse.com>  [cbaabc7323f9c35ee414ef9013e9036d045d84dc]

        fdo#46847 fix build of so_activex.rc
        
        Use \ instead of / in path, but more importantly,
        use relative path, because '-' in path caused build error.
        Path was truncated right before the '-'. We could have put it
        between quotes, but then the SO_ACTIVEX_TLB_DIR define would not
        be substituted, so instead of hacking of the rc, I chose this
        solution.
        
        e

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [dcc9096b857fa2b22eee1f4e025e82c0f4320f16]

        Add mode lines, untabify, clean up indentation

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [5ce2c589081aaa6f5414c12cdabd8e96482430c3]

        Look for Windows SDK v7.1, too

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [2a2c05e99c47297a8793a54728af8355149d897a]

        Redirect error message we aren't interested in to /dev/null

2012-03-09  Tor Lillqvist  <tlillqvist@suse.com>  [e655c33a3c51a0848f98cefefdc0a8358527ecf5]

        Bin leftover old crack: There is no "platformsdk" under the MSVC folder

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [699b8a45d81f59e29b4b06936fb0a8538722acbf]

        Make sure that the right libraries are there in all cases

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b64b955a38021c70b06c97c9d31b516b5e0fa3a1]

        libcdr will depend on lcms2

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50e02e19efc37ad94646fd4bb7b7eda74bb4952c]

        With the new libcdr, writerperfect will depend on lcms2

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ee86ca95f9b9fd788b808e5fd72f00ec4d4700a]

        Cubic and quadratic bezier bounding boxes

2012-03-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [88b848092c6c073be93b4e9f7f14d1246ae94ac7]

        Package lcms2 if internal one is used

2012-03-09  Miklos Vajna  <vmiklos@suse.cz>  [401a834e0bb5b9a1fdf4d8648cb7c630ce452459]

        writerfilter: ifdef + fprintf -> SAL_INFO

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [8840765e2927d036b6c8b4481eabbd4f4fb460a9]

        Fixed @since tags

2012-03-09  Stephan Bergmann  <sbergman@redhat.com>  [490f83d4807a4223bae61d34913e5bd2bf952f3a]

        fdo#47021: the naive join attempt leads to deadlock
        
        ...something better is required (getting rid of the solar mutex?).

2012-03-09  Cameron Paul  <cpaul37@gmail.com>  [effe82efb67a3b444c3be5f978aef82b8e709165]

        Disable auto-numbering by default.

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59dcb5918dbcb93173afcd5bc4f3b01fa7bef1ee]

        prevent creating new db ranges with the internal anonymous db name

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [66fbd3a48ac5608eeb45629b9d285790cfcefff6]

        remove one more reference to the anonymous db string

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [50ade1da6464c99bd9670dbaa2fc1a9dadf6b914]

        remove old unnamed db string

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ecdc626d91d723c9861345008d6563b118a92a7a]

        don't show the anonymous db string, it is for internal use only

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [259839dcb9ee74c3a24bbec12de4ec92b56ad62e]

        use new anonymous db name in filter dlg, fdo#47105

2012-03-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f361431f944abd9e12fad80f4880fa111214ff06]

        Set entries correctly visible, fdo#47102

2012-03-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [af5cc38cac0defcfc36796915e13ddd5969a7108]

        sal file.hxx documentation

2012-03-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [b64352905ff5fc64e3b2d800766dcfd19b28f533]

        Added FileStatus methods isFile, isDirectory, isRegular, isLink

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [1f36132b1995dc1e89d2b0b372f5805a9d3c5a95]

        Set SRC_ROOT and OUTDIR_FOR_BUILD (!) to get it get a bit further along

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [82a8c4cf35abdd7d8db323068bd0a840b4901ee3]

        Add more libs

2012-03-08  Katarina Machalkova  <bubli@bubli.org>  [84665adcea8e80bedad15916a183574344a3d146]

        fdo#32598: Changing media playback options sets modified flag

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [03c6bfff92b10fc9f8ab82dcea1303dfe763f94c]

        The instsetoo_native part is unnecessary when doing dev-install

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [67381d234f4ce73db5b4f5cdaadb06c2b602788e]

        Look for SCRIPTING in BUILD_TYPE

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [37a6cf755a45c5c624f4b4747d9c5a550d370924]

        Check SOLAR_JAVA for gid_Shortcut_Lib_Hsqldb_2

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [c3fe8e2fd53ea37ce3e1d8fa583c80795991f550]

        Obey DISABLE_SCRIPTING

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [8db978d3fa7916462fc7e6232532336e3a602e40]

        Add DISABLE_DBCONNECTIVITY and DISABLE_SCRIPTING to SCPDEFS when needed

2012-03-08  Tor Lillqvist  <tml@iki.fi>  [703e7b390ef69c43b5ad9ed7af01af23ad4b4bcf]

        Also set with_java=no in the disable-scripting case

2012-03-08  Stephan Bergmann  <sbergman@redhat.com>  [c361ef86504e79a1e1b56fa3a7eba2f893386e2c]

        Compiler-generated code is just fine
        
        ...now that member is Sequence instead of pointer to Sequence.

2012-03-08  David Tardon  <dtardon@redhat.com>  [4ba3a64c2023cd57e1fc0a7bb6c5610378cbfd94]

        remove duplicate statement

2012-03-08  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [407ee0556c4859aeb640b1cf0aae710dac8ead73]

        Translate German comments

2012-03-08  David Tardon  <dtardon@redhat.com>  [ac488d581a06fadb8866f6612595fe93b120c8fb]

        quick hack to fix building sdext with l10n

2012-03-08  David Tardon  <dtardon@redhat.com>  [de9f94dc8f3be28f11881e036ce0680988fb1666]

        beware of excessive white spaces

2012-03-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [1483c90ddc4a9f47b9a7da2d65da12f3e71cee60]

        sw: SwTxtFrm formatting, cleaned up useless debug code and translated comments

2012-03-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e500deff4c2bc0d29626684039519a326388a778]

        sw layout dump: replaced pointers by FrmIds and added frame bounds

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [2a48994be5501d2204793700f4a169ae455c6658]

        different types in std::min on 32bit

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

        Resolves: fdo#46923 uninitialized iterators are invalid

2012-03-08  Noel Power  <noel.power@novell.com>  [c3d806be7d30a437607d924a4d33f13fe20dd1ba]

        fix uno bootstrapping for .NET ( and perhaps c++ ) fdo#46832

2012-03-08  Michael Stahl  <mstahl@redhat.com>  [49e07aa0de601dfa43820f3ff1d54d0c80054016]

        docufld.cxx: Apple gcc can't find min(sal_Int32, int)

2012-03-09  Takeshi Abe  <tabe@fixedpoint.jp>  [274b4272fa5e819e484935e9c65676d8d3f7ff3a]

        Removed dead define
        
        It died 10 years ago: 85c2755e16883d581db39b317b8c152b551da5ba

2012-03-08  Tor Lillqvist  <tlillqvist@suse.com>  [bcdb2f161ec9b76ce65d608756c9aecddfe15ac2]

        Fix Windows compilation errors caused by int/sal_Int32 borkage
        
        Unfortunately the unit test in question still fails on Windows,
        though.

2012-03-08  François Tigeot  <ftigeot@wolfpond.org>  [9ce48e3c881124b232f6689646122d7d6c4418ed]

        Use the same CFLAGS on DragonFly and NetBSD.

2012-03-08  François Tigeot  <ftigeot@wolfpond.org>  [cf7e8929323f1d65cd7539d77215115dad8cfc1b]

        Remove unused files.
        
        They were identical to NETBSD_INTEL_GCC.mk anyway

2012-03-08  François Tigeot  <ftigeot@wolfpond.org>  [7ff5c83c4e07de6017c98e34f905b618a233e3bb]

        Adjust to current pkgsrc usage.

2012-03-08  Michael Stahl  <mstahl@redhat.com>  [db21197de4383f75718190072171adab15e64a00]

        desktop: do not complain about soffice command line options:
        
        These are handled in the soffice wrapper script, but that is too stupid
        to be able to filter these out, so just ignore them in soffice.bin.
        
        (regression from 4efbd87e31e7488dfcdd1d07ff979f1f59b8b1f1)
        
        Also, print errors on stderr.

2012-03-08  David Tardon  <dtardon@redhat.com>  [74a6d7a135ca03c23eff8b360a748a8f964c92a3]

        fix mis-merge

2012-03-08  Noel Grandin  <noel@peralex.com>  [4b4fb33c606fd068e024669efcbd7ad2aefdaacd]

        Convert from tools/table.hxx to std::map in SvxMacroTableDtor
        
        In this case, we also convert from storing pointers to storing
        the items directly because SvxMacroTableDtor completely controls
        the lifecycle of the SvxMacro objects it contains.
        
        Also add an operator== to SvxMacroTableDtor and remove the out-of-line
        implementations of equals from two other places.

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [1fad074f43e3301420900918881ad1a8b0bc8687]

        convert to OUString to I can use SAL_WARN

2012-03-08  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [706cac767c90281b74fbc27a134b022d27e2ce21]

        fdo#43424: Comparing empty document with attached one crashes LO

2012-03-08  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [0c075735344122c1c016289951f2bf832cec69a7]

        Fixed crash when renaming AutoText

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

        Resolves: fdo#46939 don't rename autotext when source and dest are the same

2012-03-08  Stephan Bergmann  <sbergman@redhat.com>  [672ad9493a484a606df2f546caf98a7a7355fe31]

        Clarifying comment added

2012-03-08  David Tardon  <dtardon@redhat.com>  [ee67c55260ec7723c39606955ccdbd3e2934935a]

        yet another clash with macro name

2012-03-08  Stephan Bergmann  <sbergman@redhat.com>  [d5cb0636dc902f069307a44181ce5bb14932c0f9]

        In osl::Thread::create, do not access members after starting the thread
        
        ...as the Thread may already have been destroyed by that time.
        Also, no need to programmatically check fro programming errors when they
        have already been addressed by assert.

2012-03-08  Radek Doulik  <rodo@novell.com>  [c6e83ea051054c59abb685ad4258ac0b74e119c4]

        fix the condition

2012-03-08  Radek Doulik  <rodo@novell.com>  [47462311eeeac0c9e560e0bb77a3c2c623362b83]

        added one more check to be more safe to identify (in)valid metafiles

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

        Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]

2012-03-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ccfbb8647503e9e2531c4fc1fb03354a82401e3d]

        use better assertion macros in pdfimport unit test

2012-03-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bf42d2dc58bd80bf4bdf6ff2abb3cd4cb7fd733e]

        some simplification in ScDocFunc::InsertTable

2012-03-08  Winfried Donkers  <osc@dci-electronics.nl>  [df0644161bf9b8e476eb138726f38ba5f11b19b7]

        fdo#45682 split button for writer table line color

2012-03-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6b84f0d0c408cbe8cac1509b5d9807ccc9634186]

        Export the LCMS2_CFLAGS and LCMS2_LIBS

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [7ab0fad5664d93cbdba907c59099c15f2278d204]

        need to remove i18npaper from install lib list

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

        state *what* was not found when throwing exception

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [6a7a5740ad82f2ada6dded286aacc32f2af1b246]

        64bit Truncated pointer used as an unique 32bit id

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [0c816004eac48a7ac5d571fdf9a46db9fc497958]

        tidy up SwBreakIt

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [80b0a3a7b647b3d60379344a37a5f9b15a2bbfe9]

        fold i18npaper into i18nutil
        
        It's too small to justify standalone existence.
        
        We can accumulate i18n things we link to directly into
        i18nutil and rework i18npool uno implementions in terms
        of thin wrappers over i18nutil and prefer linking to
        i18nutil internally and leave the uno forwarders for
        use by external components and scripting

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [18a48b7489650c7addef4c64b7c5b6985a3c68fe]

        drop dead makefile.mk's

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [5b395625901b1f9c2314a0b9a13f4876a3ae17ce]

        de-uno-ize ScriptTypeDetector
        
        leave a UnoScriptTypeDetector implementation that points to the
        trivial ScriptTypeDetector for external consumers, e.g. sdext

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [14c4c26cea838b3fffb0b17ba440c29a6066fad1]

        forgot to remove x_rtl_ustring.h

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

        OUString::createFromAscii -> new style

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

        throw a noncopyable pattern at oneToOneMappingWithFlag

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

        ditch SW_XBREAKITER define

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

        these Links either shouldn't be links, or shouldn't exist

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [91b5497f8a9a765af8fa3affa437ef1950783bfb]

        just in case

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

        tidy up WW8FormulaControl, with knock on results elsewhere

2012-03-08  Caolán McNamara  <caolanm@redhat.com>  [68f7b7a37309f577da1b868ee012246449133c01]

        STATE_CHANGE_FORMAT is an unused state now

2012-03-08  Noel Grandin  <noel@peralex.com>  [e36a9a64f14581b2c7d567d17a72be6d3ea8dccc]

        Convert tools/table.hxx to std::map
        
        Convert usage of tools/table.hxx to std::map in aPTable field of
        SvPersistStream class.

2012-03-08  Noel Grandin  <noel@peralex.com>  [14ca52086ba3cdba0f767f69f9de9fa5fb9e5668]

        Fix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7dd
        
        My previous patch converting SvPtrarr usage to std::vector had a bug,
        (spotted by Ivan timofeev.i.s@gmail.com) where it called multimap.find
        instead of multimap.equal_range.

2012-03-08  Miklos Vajna  <vmiklos@suse.cz>  [879325fcf7b9cbf9376bdd0260bbaa943234a654]

        rtftok: get rid of unnecessary lcl_getNumPr()
        
        The more generic lcl_putNestedSprm() can be used instead.

2012-03-08  Michael Stahl  <mstahl@redhat.com>  [294b86e3dbbdb9b136cb17a51687f4e2762711cf]

        gbuild: fix mkdir optimization with make 3.81
        
        The problem is that make 3.81 does not match pattern rules whose target
        ends with '/' against directories.
        (regression from 408822b54724f8170a1296ddd67e50d8291c8ee1,
        90491a073c5b5faee782ad5eab63276fda2342e6)
        So use a fake file ".dir" in the respective directory, and try not to
        spawn unnecessary mkdir processes by checking for existence via realpath.
        This is all quite ugly and should be reverted once support for make 3.81
        is dropped.
        
        Also, fix a pre-existing problem of pattern rules with multiple targets
        that used to work by accident in Package.mk.

2012-03-08  Michael Stahl  <mstahl@redhat.com>  [f4926f2310be4870c948df806053f6573259e10f]

        sdext: Configuration: use nodeliver mode
        
        Preventing the files from officecfg being overwritten by files from sdext.
        Should fix the smoketest failure if the extensions are enabled.

2012-03-08  Michael Stahl  <mstahl@redhat.com>  [26b7fd6e1bc090cde2f9507aef86bc88e0501fc1]

        tail_build: missing oovbaapi dependency

2012-03-08  Catalin Iacob  <iacobcatalin@gmail.com>  [7c9dbfd3e857ee2694505eab5846141923aa4381]

        fdo #46446: add python gdb helpers for osl::FileBase

2012-03-08  Santiago Martinez  <smvarela@gmail.com>  [fdd3427a584a3f14ecb0d00557417434db04df99]

        Removed unused code.

2012-03-07  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b43fe402154fae9bf1e2201d9b1a049cbcaf63ef]

        WaE: Fix cppcheck syntax error warning

2012-03-07  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2343fc82a9a87fd6704194077822768db9e717aa]

        Translate German comments

2012-03-07  Marco Cecchetti  <mrcekets@gmail.com>  [358e5b13c868c5cd3868abe268d950cb93aa1740]

        Fixed a lot of minor issues, polished source code and comments.
        
        Fixed a couple of missing 'this' keyword. Fixed not strict JavaScript
        syntax usage, as missing 'var', 'new', ';' or duplicated variable
        declarations. Fixed spelling issues.
2012-03-07  Marco Cecchetti  <mrcekets@gmail.com>  [9fb6c48b8573283aa6653825e244f59e6a34cec2]

        Fixed a bug: when the SlideNumber placeholder field does not exist at all in the master page the 'element' attribute of the related PlaceholderShape object is null, so the 'element' attribute has to be checked in thePlaceholderShape.setVisibility method.

2012-03-07  Radek Doulik  <rodo@novell.com>  [0d396171b6345e6077dd85dc7ff6d9f9fdcd523d]

        workaround for buggy metafile images

2012-03-07  Radek Doulik  <rodo@novell.com>  [d86d122a986292d76fe0a57c6285667356ee5170]

        allow wmf header to be placed on position aligned to 4 bytes
        
         - because there are such buggy emf files flying around (n#705956)

2012-03-07  Peter Foley  <pefoley2@verizon.net>  [5b2b793caeed16e5d7d63cb5ce8a07289051dca8]

        fix make dependencies for windows

2012-03-08  Takeshi Abe  <tabe@fixedpoint.jp>  [2d7550d53fdc3fa85adc8da69f692ec3c64bc12b]

        Removed unused macro

2012-03-07  Matúš Kukan  <matus.kukan@gmail.com>  [0138d85a6f9cb33a943d43e715fd2a34edb6011d]

        fix library name

2012-03-07  Luboš Luňák  <l.lunak@suse.cz>  [5420d7092f9a96fee694b1b1ce6d52c671912e9c]

        use the new license header, this file has been written by me

2012-03-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f5ef8396744966b9bd648bc0d1cb654db8c250be]

        export all row styles, fdo#44336
        
        only exporting the used row styles is a loss of information since this
        means that all following rows use the height of the default row style
         # Changes to be committed:

2012-03-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bea018a7040c36e91487b27c7b59c6c8a970bf5f]

        there should be no need any more for this check

2012-03-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db5cdd9cb29e315df5aa5b30bfdf0262d7ee36d7]

        some more auto_ptr -> scoped_ptr in chart2

2012-03-07  David Tardon  <dtardon@redhat.com>  [e319053190ccf9ceb5ce49659a88c7ea56079997]

        probable intent

2012-03-07  David Tardon  <dtardon@redhat.com>  [bed1173cfe0de2ca13bacbcbca610cecca8f3829]

        WaE: missing braces around initializer

2012-03-07  David Tardon  <dtardon@redhat.com>  [7daafe70db4188b2eb83e05792ff934fa574a927]

        suppress compiler error when building with -Werror
        
        Return value of the function is set by the inline assembler code.

2012-03-07  David Tardon  <dtardon@redhat.com>  [48b419ceb68c9bcf821e906a601f9b0c5e943200]

        WaE: comparison between signed and unsigned integer expressions

2012-03-07  David Tardon  <dtardon@redhat.com>  [c06ec2fdc21d4794535fb4d2358f65575ee9f2b7]

        WaE: comparison between signed and unsigned integer expressions

2012-03-07  David Tardon  <dtardon@redhat.com>  [5e259549cb15540df38bf885d271edbfe1d85ac4]

        WaE: redefined macro
        
        SD_RECEIVE, SD_SEND and SD_BOTH have been defined in mingw-w64 headers
        since the very beginning. I suppose this was only relevant for mingw32,
        which we do not support anymore.

2012-03-07  David Tardon  <dtardon@redhat.com>  [7399447c8abee9b0dde4ce40aa34e25053a42352]

        WaE: format '%u' expects argument of type 'unsigned int'

2012-03-07  David Tardon  <dtardon@redhat.com>  [e1eae3267b7775be0cbe719e3a055de3ee343f92]

        WaE: declaration of '...' shadows a global declaration
        
        pfn_ADDEREXCLUDEDAPPLICATIONW has been defined in mingw-w64 headers
        since the very beginning. I suppose this was only relevant for mingw32,
        which we do not support anymore.

2012-03-07  David Tardon  <dtardon@redhat.com>  [5c1e188a55ef64eeec54c610a1e3e6e60332e1c2]

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

2012-03-07  David Tardon  <dtardon@redhat.com>  [2a9517575d7e027f7aae2a0d0abda61ca58ce0a1]

        WaE: comparison between signed and unsigned integer expressions

2012-03-07  David Tardon  <dtardon@redhat.com>  [a81dca114b355a32cd903ea308c7edc1d23d3174]

        WaE: declaration of 'aTmpPath' shadows a previous local

2012-03-07  David Tardon  <dtardon@redhat.com>  [9235d38ae45b82baf8ee5178e350459bb29313e6]

        WaE: deprecated conversion from string constant to 'sal_Char*'

2012-03-07  David Tardon  <dtardon@redhat.com>  [a6b12b7408b7e2378365f942d100e9038051b0aa]

        WaE: declaration of 'n' shadows a previous local

2012-03-07  David Tardon  <dtardon@redhat.com>  [2b39d8122d490a16b2f748f40595d74ac19acfae]

        WaE: ordered comparison of pointer with integer zero

2012-03-07  David Tardon  <dtardon@redhat.com>  [c5dc8967644639514e760034031da8b4a8d705ef]

        WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'

2012-03-07  David Tardon  <dtardon@redhat.com>  [2a58ae90ba4dd49bc539e1488a51c31f5563dc2a]

        WaE: deprecated conversion from string constant to 'LPWSTR'

2012-03-07  David Tardon  <dtardon@redhat.com>  [b1f9d48ea75ff5a8a25eaeab625063663642904c]

        WaE: function declared 'static' but never defined

2012-03-07  David Tardon  <dtardon@redhat.com>  [a60f2238b625fca910db0d5f8ff897eacc6c5adb]

        WaE: unused parameter

2012-03-07  David Tardon  <dtardon@redhat.com>  [92b3308ecc6dc7acd7c892727d7673d26b44130e]

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

2012-03-07  David Tardon  <dtardon@redhat.com>  [72527fa9b8d26f81484726c3beb5b37bdb2c05c6]

        WaE: deprecated conversion from string constant to 'TCHAR*'

2012-03-07  David Tardon  <dtardon@redhat.com>  [2b945f8ee4388f66bc02e50f129f94824706d729]

        WaE: deleting 'PSID {aka void*}' is undefined

2012-03-07  David Tardon  <dtardon@redhat.com>  [31fdb7f4644d80cde482a576ddb5c3cb9625a15b]

        WaE: missing braces around initializer

2012-03-07  David Tardon  <dtardon@redhat.com>  [1ee529445b75c259db5c671cb1374094d1eb0985]

        WaE: missing braces around initializer

2012-03-07  David Tardon  <dtardon@redhat.com>  [8c986d3eb37ad483b9b6021deba4c8795e202854]

        WaE: "NOMINMAX" redefined

2012-03-07  David Tardon  <dtardon@redhat.com>  [1f370333c50db8e120fd62d411f2c66956783f0f]

        remove useless include guards

2012-03-07  David Tardon  <dtardon@redhat.com>  [8fc3fc5642bf5d1f7028b620d4ad66f275c2b0ba]

        WaE: ignoring #pragma warning

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [6220ed4e6e04d555dc28ada02f46f88ed9ee3daf]

        callcatcher: update list

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [9656a1549512ddc2b1a69d4e5bb6c791dede1534]

        WaE: various higher debug level compile time warnings

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [cf0373b42e558ee17b47bb985e7d5a2b0f17939a]

        attachmentid should be stable across mime-type changes

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [ac7a11255afc531ce2ca4958277c27d6d29e7c3c]

        We just want to know if this ole object is already exported or not
        
        So it's merely the knowledge of having exported this object already that we
        need to know in order to elide re-exporting it.
        
        This code is still 64bit unsafe, as the nPictureId has to be a unique
        32bit value for each object, so using the pointer as the key is
        horribly dubious, but this should be the same as the original code.

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [bbc6d8506d0bb1035c7c6d1755a0655612b54e69]

        remove various unused methods and source files

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [04f067623f342be50c31db8aafb29f1bb8e3959f]

        These methods don't need to be implemented as Links

2012-03-07  Caolán McNamara  <caolanm@redhat.com>  [88aabebed1ded59d0a4b84c92c6fc6ccbdd96728]

        Conditional jump or move depends on uninitialised value

2012-03-07  David Bolen  <db3l.net@gmail.com>  [387389b644b91808fdee74846b2d855382f48ed7]

        fdo#46926: fix UNO struct comparison in Python 2
        
        This requires setting a rich comparison flag in Python 2, while Python 3
        uses rich comparison by default.
        (regression from a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe)

2012-03-07  David Bolen  <db3l.net@gmail.com>  [4634cbc237239da771e0f6a81f78171ecec726ba]

        fdo#46859: adapt string type checks to work with both Python 2 and 3
        
        (regression from a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe)

2012-03-07  Michael Stahl  <mstahl@redhat.com>  [73867da36960adf8b79ff34c7094c63aa5a05940]

        qadevOOo: _XPropertySet.java: fix unrealistic expectations:
        
        We can't assume that when setting properties whose semantics we don't
        know to random values in an arbitrary order, a non-changing value
        indicates any kind of error.
        The only real error this test can detect is if setting a property
        crashes.

2012-03-07  Michael Stahl  <mstahl@redhat.com>  [86d316f9737e2bbe37968b9b9b32bd9aa4564077]

        sw: tweak comment translations
        
        037d14ce and following

2012-03-07  Tor Lillqvist  <tlillqvist@suse.com>  [3e8e896c03f88d9855fdcccab9ce6f3cae4ba603]

        Need the sfx library for sfx2::isValidNCName()

2012-03-07  Tor Lillqvist  <tlillqvist@suse.com>  [7fd4640469ce0cc3211a38393c7f25bd2deecd87]

        Fix MSVC compilation error: can't assign a const char* to String

2012-03-07  Miklos Vajna  <vmiklos@suse.cz>  [2a3c3b32cae53698ed8a35292ffebf35d9f5b0d8]

        convert SwWW8ImplReader::simpleAddTextToParagraph to SAL_INFO()

2012-03-07  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [27164d22884d27009057d13a86578419c100e2e2]

        if build fail, show broken module name
        
        This solves http://lists.freedesktop.org/archives/libreoffice/2012-February/025772.html

2012-03-07  David Tardon  <dtardon@redhat.com>  [e24911bc95935070953cb3b44efdcfa36fae718e]

        use const_iterator

2012-03-07  Tor Lillqvist  <tlillqvist@suse.com>  [9dacc3c6b626c4a2efd65bded0998b55f8b7aa28]

        Use just one resource file for npsoplugin

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [5afda5fcdf191e1144a2cad614c8307bf5850ce0]

        Pass parameters to cppunittester's lo_main()

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [d4cd853edd3744a4569bd5a23fd461394837e5c7]

        Add Xcode project

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [1f41d7b024e3964c66ad2a8034be57e156c6f5ce]

        Cosmetics: Format code consistently

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [40978924953fb2acea522fa2011182a795e65d4c]

        Add Emacs and vim mode lines

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [7c83312ccdd07541efde3f16c090fa59c8b73bf0]

        Just skip non-existent files

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [41daea641b836370ef009182ac1e0013d76576ae]

        Make Emacs mode line consistent with the vim one

2012-03-07  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [aedb86399dca3be9c636267104d0893ffc17aca3]

        Add option to only list filenames
        
        This adds the argument -f (--filenames-only), which only prints the
        filenames of files containing German comments.
        I personally scan the whole file for German strings anyway, as we do
        not find German strings with less than 4 chars. So there's not so
        much use in printing the found strings.

2012-03-07  Tor Lillqvist  <tml@iki.fi>  [37b6a37a2634cbb7bbe6602c3cc45b9ffccc05a7]

        Fix compilation for simulator

2012-03-06  Andras Timar  <atimar@suse.com>  [07cf4a4a21b4f8f9325e7a7243fba6295ec42a54]

        we always use relative paths in ddf files

2012-03-06  Andras Timar  <atimar@suse.com>  [d4b824868f938e40fc2af72990567667cbccbf5c]

        remove unused SETSTATICPATH variable

2012-03-06  Andras Timar  <atimar@suse.com>  [c5e98e7598807037678727d93ee4d2cbf311db3e]

        remove pointless calculations

2012-03-06  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [78e8d5f0d62f910b8561a1c4fd7ebd8ae4cfb9f8]

        Added option to hide external link buttons on Start Center
        
        This option is useful for Intel AppUp builds. On the other hand,
        unused STARTCENTER_LAYOUT_STYLE option was removed.

2012-03-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1889c1af41650576a29c587a0b2cdeaf0d297587]

        lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking bibliography when base isnt installed

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [23f59fe823fd26324a896998eb998ab9f81f24d5]

        use a consistent naming scheme

2012-03-06  Michael Meeks  <michael.meeks@suse.com>  [4f688fd794a7e04a294f0b215889ce076c91823f]

        more documentation and cleanups for various modules.

2012-03-06  Tor Lillqvist  <tlillqvist@suse.com>  [9b7e871fa8839e698953ec27c1f9d5f24791a1b5]

        Some file systems are case-insensitive

2012-03-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ee77e4a776de74de06ffb51ebe3a9f597e532e8a]

        repair the "No Fill" button which sets a transparent background in Writer
        
        see commit 836d98646203e0d9d3916571ed55d6572c2cb3dc

2012-03-06  Winfried Donkers  <osc@dci-electronics.nl>  [f57e65477038e0151e1d69599351173ed2fdd044]

        fdo#45671 writer par. bg color simplified code

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [4efbd87e31e7488dfcdd1d07ff979f1f59b8b1f1]

        Resolves: rhbz#800272 complain about unknown command-line options

2012-03-06  Andras Timar  <atimar@suse.com>  [5ce699f0c82d5bfd629c22be0747bbe3b851a9fd]

        fdo#46508 use ISCHECKFORPRODUCTUPDATES property for online update
        
        ISCHECKFORPRODUCTUPDATES is a de-facto standard for enabling or
        disabling Online Update feature. We had this property but it was
        unused for a long time. Now LibreOffice can be installed with
        msiexec /i LibO<version>.msi ISCHECKFORPRODUCTUPDATES=0 in order
        to disable Online Update feature.

2012-03-06  Michael Meeks  <michael.meeks@suse.com>  [51791eaf8611287c21ad53645036a77c1dd84ddf]

        remove misc. unused code

2012-03-06  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [793b87411646a4a008a6ed82315d8b5c82738641]

        Fix fdo#38207 and also hide another option in Writer/Web

2012-03-06  Michael Meeks  <michael.meeks@suse.com>  [dc24525d098d3dbf303dcfa04cae319592107907]

        more idle code documentation improvement

2012-03-06  Takeshi Abe  <tabe@fixedpoint.jp>  [033d98557e182330d8daa148fff705be0447471c]

        Removed useless #ifdef guard

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [4564f9c207ab53c70a199a2dbcc0d8f155211256]

        Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktop

2012-03-06  David Tardon  <dtardon@redhat.com>  [021f685f1683ebab157a899def6316be206632eb]

        mingw: synchronize berkeleydb lib name with gbuild

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [6b1a10244857fcb099c1a12b92eb6a2f6ac894b4]

        make it easier to find leaks by dropping globals at exit

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [d99251cecd8a2094bacf55c5f8f2242dc874c0e3]

        leak in IMHandler::signalIMPreeditChanged early return

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [c05373e331a0224db0cdf4de809c56bc001490b2]

        valgrind: fix minor leak

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [70143dc4a366fd84d2718769f39c1015a3c199ec]

        fix leak: return value of pango_attr_list_get_iterator should be released
        
        "PangoAttrIterator * pango_attr_list_get_iterator (PangoAttrList *list);
        
        Returns : the newly allocated PangoAttrIterator, which should be freed with
        pango_attr_iterator_destroy()."

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [e7737fef7f84f065ec94f114761d70fc7f90ed5a]

        ditch archaic taskbox/taskmisc/taskstat implementations

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [f9a4af41ca574760dbd22c8207661fabb6823e3b]

        silence SolarMutex not locked spew

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [0e7f8150388f061ae731f26ed1d659d06f194432]

        nothing uses ImplAsyncStateChangedHdl anymore now

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [681c6b470a84b7fdd0aa91c23233ecb39ce2d37b]

        improve debugging message

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [78719066cb546c7dc74e87488b9b7a695606cf7c]

        wrong types used here, breaks 64bit bigendian

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [a7f82767e0fed810df3f6300a09507dc00cd87f9]

        last user of Window::PostStateChanged was TaskBar

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [867df14dd1b4570fa5a3719faf2e8f2a2007323e]

        SwColumnPage::LinkStubTimeout doesn't need to be a link

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [c1e467f7999592f1144ce0c1c6563fa21f54cbbd]

        remove TransliterationWrapper::compareSubstring

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [09aaa188bc9c84508f0b043eaee5eddd0ae4e3cc]

        TaskBar is never constructed

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [c936fcf81fc3a9d514bf8e54969f6ee0a62335c9]

        SwTOXStylesTabPage::LinkStubModifyHdl doesn't need to be a link

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [a47f2e69bc544d9225d134bb0193bc09920158a0]

        XMLFilterTabPageXSLT::LinkStubToggleXSLTImplHdl does nothing

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [32079836d97c78cd415b8591ab9be0d5ef7a4db8]

        ClickLightHdl doesn't need to be a link
        
        and ClickLightHdl always takes a non-NULL argument, so NULL test is
        pointless. Turn it into a normal method that takes a reference.
        GetLightSource can be const. Nothing calls DoubleClickHdl, remove it.

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [8a8e3035045c9a72d644e56b597e7f7461134577]

        ScNameDefDlg::EdModifyHdl just calls IsNameValid, doesn't need to be a Link

2012-03-06  Caolán McNamara  <caolanm@redhat.com>  [7e3ebe35a6a1a69b3a36f7eb41e1ec5c5905f714]

        Related: rhbz#799628 crash with chewing-IM with g3g

2012-03-06  Michael Meeks  <michael.meeks@suse.com>  [534b3a9b2e828401ff69500a54f894e1cad4a78d]

        idle code documentation improvement

2012-03-06  Andras Timar  <atimar@suse.com>  [05bc9c87a896f58de27accf5a06c04b22a2a74e3]

        Add Bengali (India) UI translation

2012-03-06  David Tardon  <dtardon@redhat.com>  [b061efc4b3f3b3204adddf54f48bb1bcf6b66a31]

        ensure proper ordering, too

2012-03-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [04b2736ac9da3421a7999489dc0c8752c36e775c]

        call the gerrit commit-msg hook if present
        
        This a a prep-work for if and when we use gerrit
        it is very important to call gerrit's commit-msg hook
        and the sooner we teach our own hook to play nice with it
        the less likely we will have issue during migration

2012-03-06  Miklos Vajna  <vmiklos@suse.cz>  [c779054865431d32709dc8321bf063c0470f840e]

        get rid of these numbering bools in RTFDocumentImpl::popState()

2012-03-06  David Tardon  <dtardon@redhat.com>  [5eb87c7b6a3e8c6e1057c71cd623b005b6745467]

        fix case

2012-03-06  David Tardon  <dtardon@redhat.com>  [27eb7b93dc0f3db356d1836e66e03ee9fac716bf]

        mingw: pass --disable-ccache to build's configure

2012-03-06  David Tardon  <dtardon@redhat.com>  [3324a076b8ec86b16bae7aaa99b21c9c4a8cdf09]

        add dummy dep for generated file

2012-03-06  David Tardon  <dtardon@redhat.com>  [e5fab5a0ebbdeede66288f7d4d38c2b9dd56850b]

        update makefile

2012-03-06  David Tardon  <dtardon@redhat.com>  [71eb43357bf2e4d98f67a17cdf1071e018289d1a]

        this code is still used by pdfimport's test apps
        
        This reverts commit 4001370ba5900dd0a0ec04c62f5aeb347bde025a.
        
        Conflicts:
        
        	unusedcode.easy

2012-03-06  David Tardon  <dtardon@redhat.com>  [e02aeba0d7a69bc5c50d930351406a269b7cbf00]

        move sdext to gbuild section

2012-03-06  David Tardon  <dtardon@redhat.com>  [50d5361abb2cbcad84791fba152c647a367d8a1c]

        the passed string is already quoted

2012-03-06  David Tardon  <dtardon@redhat.com>  [9bb97a34f0a0ebad0eb6815b70c883e8db92e510]

        remove leftover makefiles

2012-03-06  David Tardon  <dtardon@redhat.com>  [6f223177f995d3c9347226356e96c67a62a7ec51]

        convert pdfimport test

2012-03-06  David Tardon  <dtardon@redhat.com>  [19dd86582b4fa55e9e22d1e92d27ee15c44960d9]

        the include must be at the beginning

2012-03-06  David Tardon  <dtardon@redhat.com>  [5e5d02fbbe16ad4ebda67cac693ceae67c64e5d4]

        fix platform ID

2012-03-06  David Tardon  <dtardon@redhat.com>  [09d3721aa82b8407f76cfb4415401f02ba7c6ed1]

        remove unused bitmap

2012-03-06  David Tardon  <dtardon@redhat.com>  [270e9214500f0f767251a46c4bbe5e0c8ca0d114]

        remove unused sources

2012-03-06  David Tardon  <dtardon@redhat.com>  [2985d0169aa7ce7ca1751eec142960812e7d545b]

        fix placement of help file

2012-03-06  David Tardon  <dtardon@redhat.com>  [97d8cbb955b7ac9bece46a1524f744a35fb5a52e]

        fix added library names

2012-03-06  David Tardon  <dtardon@redhat.com>  [35750371f7ecf65523caf031099aadf0ef14462e]

        fix adding files to extension's root dir

2012-03-06  David Tardon  <dtardon@redhat.com>  [371efa17fa22d1eeac89a6977f0ba734a612ab9a]

        set localize.sdf path separately for each file
        
        It cannot be done at the main target, because there is no guarantee that
        all help (or properties) files are in one directory.

2012-03-06  David Tardon  <dtardon@redhat.com>  [66a7815451514121b86dd4b851d4aa74555fd5c8]

        fail if any previous command failed

2012-03-06  David Tardon  <dtardon@redhat.com>  [861c23e9e017a775bdaeb89b487fd732b0ab00c5]

        fix platform ID

2012-03-06  David Tardon  <dtardon@redhat.com>  [5ea827280149bc47592bf570278373f111e8ed52]

        hardcode manifest source path again

2012-03-06  David Tardon  <dtardon@redhat.com>  [20a30f13896779fbedc01b70deb290f42b70c1c3]

        let gb_Extension do the necessary manifest updates

2012-03-06  David Tardon  <dtardon@redhat.com>  [ff0b5e24659a824af945a7a12052ebe0e29b9de6]

        set platform

2012-03-06  David Tardon  <dtardon@redhat.com>  [826c955136158cd0d95cadf223018e17041642b0]

        add support for platform spec. data in manifest and description

2012-03-06  David Tardon  <dtardon@redhat.com>  [2da1e35b5a818f50ecc7be4eb222ce11770898ea]

        simplify rule

2012-03-06  David Tardon  <dtardon@redhat.com>  [154cc802ebf3a391e20bb2ac9e6884047ee3bade]

        add helper function to convert path to native format

2012-03-06  David Tardon  <dtardon@redhat.com>  [135c9df6f0c5e5f9456188a4c2347d848cdc9b0d]

        fix platform ID

2012-03-06  David Tardon  <dtardon@redhat.com>  [548b61a2a022adb7ebf818410c088328b598a021]

        fix build with internal xpdf

2012-03-06  David Tardon  <dtardon@redhat.com>  [2db25c270e9d6bb052f6eef8864f8fdb1b9b3aee]

        add sdext to tail_build

2012-03-06  David Tardon  <dtardon@redhat.com>  [52903da697c4415be7c11aec39c00f196bd22f04]

        add sdext to gbuildified modules list

2012-03-06  David Tardon  <dtardon@redhat.com>  [2c67fa98584b6569b090cb869794bf4fcc5a4903]

        build test executables for pdfimport

2012-03-06  David Tardon  <dtardon@redhat.com>  [dba2d32d5b5bdf33801565795030e92ce6997c37]

        gbuildize sdext

2012-03-06  David Tardon  <dtardon@redhat.com>  [6ed50e5159b7b02e0eeebaa1b583e0116d7cfd8a]

        allow adding deps on packages

2012-03-06  David Tardon  <dtardon@redhat.com>  [81d7b8f821b90b6c3983106ef365c73ede20698b]

        allow using manifest in different location
        
        This is necessary for C++ extensions (at least for those from sdext
        module), because the manifest needs preprocessing (the extension's name
        is platform-dependent etc.)

2012-03-06  David Tardon  <dtardon@redhat.com>  [4abc59f0631160215b628acb4aacb39fb0419a1f]

        support adding more than 1 file at once

2012-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [cb83035cd248348c0301a765dfe80c8d95859b4a]

        sal: add mkdir -p

2012-03-06  Winfried Donkers  <osc@dci-electronics.nl>  [4236f5e19c5d3f3a5007c7a596868d09a7e39bee]

        fdo#45688: Split button for Calc cell font color

2012-03-06  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b9046068b187f52c2b64be694b9f6cf7e8602246]

        Translate German comments, fix some whitespace and bad translations

2012-03-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [77a517a467b3aa944e31b170162518f70da3793d]

        don't crash when scrolling in input line, fdo#46975

2012-03-06  Matúš Kukan  <matus.kukan@gmail.com>  [a5d28eaa69827ea3efe12f36517bb3e6915b1c8d]

        UnoApiTarget: add missing dependency

2012-03-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [38b510af0a5ed1cd365666af84a062b2e67c00d5]

        Finish translating connectivity, fix some whitespace

2012-03-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b5995754836c864bb38446060e17772c63253e37]

        Translate German comments, fix some whitespace

2012-03-05  Michael Meeks  <michael.meeks@suse.com>  [fe4bb3579ad4539034deada1e201aa8d9ed6518f]

        basic: add missing forward declarations for helper functions

2012-03-05  Michael Meeks  <michael.meeks@suse.com>  [5b2cb23c429e1be1099008473770c634ce96c969]

        attempt fix of hang on base close, due to solarmutex deadlock on join

2012-03-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [3dcf3c07aaff2eec0379135ec605396b7002f6a7]

        Translate German comments

2012-03-05  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2b5327a9b6c3e730cc79db4546f82f9467f80e1a]

        Missed two chars

2012-03-05  Matúš Kukan  <matus.kukan@gmail.com>  [90491a073c5b5faee782ad5eab63276fda2342e6]

        gbuild: do not call mkdir -p in gb_Deliver__deliver
        
        Rather create new order-only dependencies on directories where
        targets should be delivered.
        
        On cygwin this is much faster.

2012-03-05  Matúš Kukan  <matus.kukan@gmail.com>  [408822b54724f8170a1296ddd67e50d8291c8ee1]

        UnoApiTarget: avoid calling mkdir -p when not necessary

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1410ef073d2117cb2a3c9d9a4e9ecff7d911344]

        move some auto_ptr to boost::scoped_ptr

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3f78f26aa8db1d3ae56d9e509e0a8e5b4518821b]

        String to OUString in cell.[ch]xx and follow up

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [c5bf9b10b9060b750d3651e9c0022ad0261612f8]

        Remove unused SbxMemoryStream

2012-03-05  Michael Meeks  <michael.meeks@suse.com>  [0be7432f3b5210808438ab2ab2bae09a81b06ae8]

        fix icecream check to not break on SUSE

2012-03-05  William Gathoye  <william@gathoye.be>  [8a997fd7e0e034e27219ce67d73f8195e95a4716]

        Fix indentation

2012-03-05  William Gathoye  <william@gathoye.be>  [21d85dabe5d780571ad8ca39c8e6d30be90a0bf4]

        Fix controls size and position on the document information dialog

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [b344c30ab49b6faf8a24be42bdfcf4e946a861cd]

        Sprinkle more DISABLE_SCRIPTING ifdefs

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [b69285590d704b08852c22dbb5ed073bff9998ce]

        Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTING
        
        The tables functionality in Writer documents need SbxValue.

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [07eb8bdcdf0f75a36f5e22a825102070e1255240]

        WaE: unused parameter in the DISABLE_SCRIPTING case

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [f914c5230a5b119a35bb8fa4da9c4aba105fd8d1]

        WaE: unused variable in the DISABLE_SCRIPTING case

2012-03-05  Noel Power  <noel.power@novell.com>  [14620c3b33cf0315a9b746a0a2418b78d6154821]

        support import of key shortcut for macro ( Excel only )

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [be5567d9e36ad40deb3e5c6ed219265cddc944c0]

        Revert "Workaround for weird gbuild looping problem with Clang for iOS"
        
        The root cause for the problem was in solenv/bin/concat-deps.c, has
        been fixed now.
        
        This reverts commit af9618b29f186c3991d9225cc50b55dc78612f27.

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [921902ead77b7111a84678898e92fbdaf9e6f496]

        Handle consecutive slashes before ".."

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [94d553b2fbff217861f150ba0583ea1dca35b30e]

        Must properly quote also the vars in config_build.mk when sourcing it

2012-03-05  Elton Chung  <elton@layerjet.com>  [99ff0ab0b2f4f6b8718b4dfa1bfc2c598ac25c4c]

        Remove unused code from basic

2012-03-05  Tom Thorogood  <tom@tomthorogood.com>  [8907a41bf8370446a1cc46c72b2841e5e3588806]

        Translate german comments in core/comphelper

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1be31fd8bf830a4f5961e690bcffd050782e210]

        fdo#44832: Follow-up fix for axis labels for complex categories
        
        Don't add special handling for second and following
        categories.
        
        [From Markus's patch email to the list, edited by tml]
        
        This patch is not obvious and I'm not sure that it will not introduce
        another regression. I don't fully understand why we need to add
        special handling for labels of second and following categories.

2012-03-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d4fd86e3a48defbff29bfbabfbf0d2c5d95d39f5]

        n#693238, n#747471: create TableManager for inside shapes
        
        When a texbox is contained inside a table cell... we were running into
        some troubles when creating the table: the reference to the paragraphs
        inside the textbox were passed to the TableManager. This was leading to
        missing references when converting to a table because the paragraph
        references within the textbox were dropped.

2012-03-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4a0e2d6dc8ba3208f38e3a814ed806384a86ee9a]

        n#747471, n#693238: Textboxes import is a mess with OLE objects inside

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [d0644be54ddc581d98c2c4cab842b71756104c21]

        fix dbgutil build

2012-03-05  Noel Power  <noel.power@novell.com>  [75fbed472cd689c8cc0b89e13a97969d77a0ea7c]

        vba implementation for Application.OnKey

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [b1bb3821f47cc5031798e62e2fecad3bb5dfd6ba]

        Related: rhbz#799630 survive unknown/broken nIdctHint values

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [273960e01f814656e12c960599fc49b5a4c4416e]

        callcatcher: update list

2012-03-05  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [b5bc28fbb20d7432f243ce2808d8a535f02b0b5f]

        Remove unused code TESortedPositions and TEWritingDirectionInfos

2012-03-05  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [bf12ddb08f60aa261f83e1688c5d589a69eea0dd]

        Replace VARARR TEWritingDirectionInfos with std::vector

2012-03-05  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [cf2fbadf90c1cb255e39529b856df3eaef1e0226]

        Replace VARARR_SORT TESortedPositions with std::set

2012-03-05  Muthu Subramanian  <sumuthu@suse.com>  [d082cb2060bbfab7d630b63423b90e449b36150f]

        n747499: Wav/Audio files import - stub.

2012-03-05  Noel Grandin  <noel@peralex.com>  [d578654354cc15b4d491b441412c1eb41a878b10]

        Convert ImplPropertyTable from tools/table.hxx to std::map
        
         In the process, remove the ImplControlProperty struct,
         since it was duplicating information already stored in the
         key of the map.

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [9db31fc5669abd1e1f8db5e9267c91423b36f223]

        rtl_uString_newFromAscii_WithLength() and use it in OUString

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [282e96fb345761edb9015e8066189c3cbe5b8396]

        remove RTL_CONSTASCII_USTRINGPARAM usage

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [40212a207cce0ddebea6f7edd9dcf4df8f9eff4a]

        optimized OUString operators =,==,!= for string literals

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [9076962550a9b063d3f0ca5daefc99f95b542143]

        check that *ascii* string functions are really passed only ASCII

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [a59f65831224cb957ffb344b76a77d589fb93fd5]

        add @since to new OUString ctors

2012-03-05  Luboš Luňák  <l.lunak@suse.cz>  [8025d89840c96a7556c8113800aee034845174b7]

        assume string literals to be ASCII-only, rather than UTF-8
        
        ASCII-only handling is much more efficient, and some functionality
        like comparison has optimized variants for ASCII

2012-03-05  Michael Stahl  <mstahl@redhat.com>  [72a3c7a2778c493ef1d3f740a0b4b14f805c624a]

        sw: CheckFields: oops, forgot to close the document

2012-03-05  Michael Stahl  <mstahl@redhat.com>  [870e5a8e8251967b513b4255231ee9665b085431]

        fdo#39694, fdo#42073: add junit test for these

2012-03-05  Juergen Steinhilber  <j.steinhilber@rta.de>  [0982257e5902a29c3faf90c0fa3dba809a2462e5]

        fdo#39694: add test document

2012-03-05  David Tardon  <dtardon@redhat.com>  [d0b7ad3a446a17671b4cb7d3dd6a0106b0c46a91]

        mingw: override gcc's definition of INLINE
        
        gcc defines INLINE to __inline, which leads to 'multiple definition of ...'
        error on use of liblpsolve.dll.a (e.g., in sccomp).
        
        Also use host ar and ranlib.

2012-03-05  Noel Grandin  <noel@peralex.com>  [8d4fe3ed1fcd826200e2611e7743b755eff923a6]

        Convert SbxFactory from SV_DECL_PTRARR_DEL to boost::ptr_vector

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [695f0be4d184f4845cb2fedb1d64bb0597f52be4]

        WaE: unused parameters in the DISABLE_SCRIPTING case

2012-03-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [cecbf715396b5297a99d72e36526de5c24b927b4]

        iterator are not ordered

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [78157d7634c0a75ceac4b614d3ca5b1763c6604a]

        WaE: calling delete on the wrong thing

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [96cf4e158fcc89adab81232ba63f11f97276853d]

        unused inline

2012-03-05  Caolán McNamara  <caolanm@redhat.com>  [159b5088ee303f7adf6a4c0e5e72b32c37f9f910]

        Resolves: fdo#31306 some icons don't get grayed when disabled
        
        some of our menu icons are not RGBA, but our fade-out code only
        handled images with an alpha channel, so we need to extend it
        for bitmaps with alpha channel icons

2012-03-05  Miklos Vajna  <vmiklos@suse.cz>  [4f56b20b567fd6fc0b3c428c8e3811eae7f2e679]

        RtfAttributeOutput::FlyFrameGraphic: don't try to compare a null pointer

2012-03-05  Miklos Vajna  <vmiklos@suse.cz>  [622ce4681dbcddfdd5cbcd95ebbf1f14e93489ed]

        i#118986 RTF: reduce memory usage when exporting large graphics
        
        Delay the call to FlyFrameGraphic() till we can write the result to the
        stream without buffering in memory; 1.048GB -> 330.1MB memory usage with
        the bugdoc.

2012-03-05  Miklos Vajna  <vmiklos@suse.cz>  [9b6e7eb1bad4344be0e766f4c05f0a3f28cb737d]

        make ExportPICT() and WriteHex() be able to write to a stream

2012-03-05  Miklos Vajna  <vmiklos@suse.cz>  [4ed3acc18e70a6c867e827c19f8ccf7fa925b9c5]

        introduce RtfStringBuffer
        
        It's a wrapper around OStringBuffer to handle export of graphics more
        efficiently.

2012-03-05  Miklos Vajna  <vmiklos@suse.cz>  [85887d554141c33d4a9803ab2fd7765dadf7e64d]

        this can be just a pointer as well

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [e0b0fe240e8110790e6f00a41e0482481027ff1c]

        Drop an unused variable

2012-03-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [39d63cc9b9d307a77f9fe3986f92a6fa52bc552b]

        Replace String by OUString
        
        Replace String by OUString

2012-03-05  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [db74590950afc8def36a42abae786be5ebad85d9]

        Kill LinkedList in hwpfilter

2012-03-05  Thomas Collerton  <tom.coll91@gmail.com>  [0847fd63d773732ff3e441ef868957c55760d69a]

        Improvement to fdo#46565

2012-03-05  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [ab6273ecece70432f3da35807b5484d9bfe91fdd]

        Dropdown list in Letter Wizard are now ordered alphabetically

2012-03-05  Elton Chung  <elton@layerjet.com>  [a1a1131c16227327d17bcf5ad2a5209ddc0f01a1]

        Remove unused code

2012-03-05  Petr Vorel  <petr.vorel@gmail.com>  [2bdac353ce7e28611b546bcc8a5ea236c891f944]

        remove unused code

2012-03-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b8550f6a66af279a34731a2d7921fb63550e463b]

        add a space

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [345693a06b853a11d9b8bdb64016ddb894cc8371]

        Don't bother mentioning irrelevant autogen options

2012-03-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f3d78616dfc0805ff31038e00148e115d409ef9a]

        lp#562027: actually give the quickstart suppressor a scope

2012-03-05  David Tardon  <dtardon@redhat.com>  [08d65d27827d462fcf7f9768a22352f405a13955]

        fix path

2012-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [330461ffa3871e125bce16e0c26f45b034289d8f]

        iterator end should be tested with != not <

2012-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ea4964b2e81a25125eec7ce3eb0b06b3883edf0]

        help GlyphItems vector to be sized correctly up-front

2012-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6bb68cae7c31918eff8386d5b52be0759386bb60]

        GenericSalLayout: manage the collection of GlyphItem with a vector.
        
        There was a TODO to replace a manually managed array of Glyphs
        to use std::list
        
        a GlyphItem is 36 bytes long. the colleciton of GlyphItems is
        mostly used in a sequential access. random insert/delete are fairly rare.
        using std::list would increase the size by at least 8 to 16 bytes per
        element (depending on the size of void*) (25 to 50% overhead)
        and would greatly degrade data locality for most iterations loops.
        so std::vector seems more appropriate here.

2012-03-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [43f3b1fb5bca9909a6ca2102b80dc3291e038f2f]

        build internal cairo if not with_system_cairo but enable_librsvg != NO

2012-03-04  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [6457d8bf66c7860dcde037cda98a7d3363d6f651]

        Removed dead code

2012-03-04  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [1d6cadf516c682b9cad0a103519569da8a104016]

        Removed dead code

2012-03-04  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [0586306a5481e3cb5f5c89bc5897c707b2f2dfd6]

        Removed dead code

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0e58cdcac9c5138d2d6f84e4da97110eb397621]

        and two more errors of the same kind
        
        It is alarming that the Notes unit test did not fail for any of these
        errors

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3ebd8340f781b3e51bce6b8eeb2123ac026bedf]

        well one copy/paste error is not enough

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [569e8b8a9ea68588d1ae2b32596f3ce57f36ccf8]

        fix copy/paste error
        
        I can't express how dumb I feel after searching for hours for a bug in
        the note handling and then it is just such a small copy/paste error

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bbb80dfbfff998b55c665daf366499fdbd6605d0]

        add notes back to ScTable::SearchRangeForAllEmptyCells

2012-03-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [50506b3840980c671fde55b82954d253bd9e4ac1]

        readd note handling to CopyUpdated

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [e42515549eae51fa625b2d8789f20a5065365ac5]

        Sprinkle DISABLE_SCRIPTING ifdefs

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [af9618b29f186c3991d9225cc50b55dc78612f27]

        Workaround for weird gbuild looping problem with Clang for iOS

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [07994a5a74a67d790d6fcb59b49ddaa9a3f6eb27]

        Do deliver dbcharsethelper.hxx even if DISABLE_DBCONNECTIVITY

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [240171aa5da027b6e123e41f1d6368350b9f4290]

        Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS here
        
        We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be
        consistent or we get linker warnings. Should we use it? Probably it
        isn't that important for iOS?

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [cc9b1e4e41f4c958efbe68b931cd0f1010b2a104]

        Make the iOS ARM code position-independent

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [8574b1f5b525bd924e6453dc64525faebfd1c4da]

        Add "clean" target

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [c91f279e7e2fc1e520758016d35aee723d6e009b]

        Revert "Build libsb with a few dummy classes also for --disable-scripting"
        
        Nah, these dummy classes would turn out quite complex anyway. Better
        to just use ifdefs elsewhere, the number required is not that large.
        
        This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [8d8c7739d7d47aa8da481d12b94d2d195bbe0467]

        More libs

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [87618ea84b5b8e2cb0524311315abbcb1c7755be]

        Brutal dummy hacks based on "aqua" code just to get iOS stuff to link

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [5ab3db2c2e2c622d19211f2c8c0714080af3bfe6]

        Make the iOS device (ARM) stuff at least link, surely does not work yet

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [cfde18d34978c2665f3ddb2473359c83c82337f6]

        I assume "DBase" here means a file format, not "database" in general
        
        Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY
        case. That is intended to get rid of code related to communicating
        with more complex database systems.

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [8f5790787c6e8665ec471e87375f9539718fe1c3]

        Don't bypass the form stuff for iOS for now

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [061ac420bc4641f7e6583b9137f2b8c7e6576542]

        We need CoreText

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [a02592ca1cbf46438199337f5a9dfc4120a39620]

        Don't bypass the form stuff for iOS for now

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [a16d3914c905bbbbf927eb2a8494927826ace4cc]

        WaE: expression result unused

2012-03-05  Tor Lillqvist  <tml@iki.fi>  [844096cf8dd1553d5d0600bb99a64f5728e7d9b9]

        Make postprocess build for iOS and --disable-database-connectivity
        
        Whether anything that's done in postprocess is relevant for iOS
        remains to be seen.

2012-03-04  Katarina Machalkova  <bubli@bubli.org>  [05a0b08606ac77cf7d3e294998138610b53b1b6d]

        fdo#37197: No legend entry for regression curve if not applicable
        
        make the original check more general, to cover all chart types that
        don't support statistics

2012-03-04  Noel Grandin  <noel@peralex.com>  [07342a6aac8c32823fde4be163bb9132ed17d537]

        Convert usages of SV_DECL_PTRARR_DEL to boost::ptr_vector
        
        * Make typedefs private to class ScTabViewObj
        * rename field aSelectionListeners to aSelectionChgListeners

2012-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a769fd1ec076b61c1ce2f84da87283cc637dd5d5]

        correctly set the position of the axis labels, related fdo#44832
        
        There are still some more issues but at least they are now correctly
        located in the right position
        
        All advanced attributes are not yet applied.

2012-03-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ba126ce26c83a0e6766e8dc8c38202d2a2ab238]

        don't crash for empty input data in charts, fdo#46885

2012-03-04  Andras Timar  <atimar@suse.com>  [cbeeae7f81555409cafb677a2292b8be40c449e6]

        fdo#46847 use windows style path for midl.exe

2012-03-04  David Tardon  <dtardon@redhat.com>  [f65ed052f124f51bd5aaf538752bfd121c6c483c]

        mingw: change liblpsolve.a -> .dll.a

2012-03-04  David Tardon  <dtardon@redhat.com>  [cd5bcd60266f0b99ad015c193d567c992f7e65bd]

        do not change the lib name

2012-03-04  David Tardon  <dtardon@redhat.com>  [5efc793653950ea8efcd9638a0669a62a9e662c8]

        it seems this is not necessary after all
        
        Maybe it depends on the day of the week or something like that...

2012-03-04  Andras Timar  <atimar@suse.com>  [717aff55d2d2fa021a6ee479c93ce12b973cc3da]

        fdo#46847 typo in midl command line

2012-03-04  David Tardon  <dtardon@redhat.com>  [09888c688ebfdd43a5cb1e44b6c9776eedcf5c3c]

        fix building of so_activex (fdo#46847)

2012-03-04  David Tardon  <dtardon@redhat.com>  [e358dc89fe45fe198b2fe420db5100098b6a3cfa]

        use custom target for copying sources

2012-03-03  Julien Nabet  <serval2412@yahoo.fr>  [4a8710409fbf69fb4c3e175c1a17d72ea06576ef]

        Fix lacking break in switch

2012-03-03  Matúš Kukan  <matus.kukan@gmail.com>  [8829b7c91d2798bc91061ab81b32a08555785482]

        build nsplugin also without mozilla as in 3-5 branch

2012-03-03  Lucas Baudin  <xapantu@gmail.com>  [1cf3e446744ae679bc89b39dcbbcf6b4e9821f3a]

        gtk3: Avoid crash with some themes (unico based)
        
        We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0).

2012-03-03  Julien Nabet  <serval2412@yahoo.fr>  [5122196acc2e8e9d8e71dad3d941b373b09e0b03]

        Avoid temporary rtl::OUString

2012-03-03  Julien Nabet  <serval2412@yahoo.fr>  [39c2a52d198f513c2f5afbd38dd9b14bff388d6e]

        Avoid temporary rtl::OUString

2012-03-03  Matteo Casalin  <matteo.casalin@gmx.com>  [e336f41e50ea96880dd71a2b42aa37cf53256383]

        ValueSet: simplified autoscroll logic

2012-03-03  Matteo Casalin  <matteo.casalin@gmx.com>  [0809906906d7941ceb9ae170a41c482fdd1e6bfa]

        ValueSet: reduce memory footprint by dynamically evaluating rectangles

2012-03-03  Matteo Casalin  <matteo.casalin@gmx.com>  [8d4ab7fd776f8709dab9786951a560c9c59c3ba7]

        ValueSet: remove redundant check

2012-03-03  Matteo Casalin  <matteo.casalin@gmx.com>  [1cc064f1a414446791903bb84c9f166cd3185e14]

        ValueSet: fix safety check - failure value of GetItemId is 0, not -1

2012-03-03  Matteo Casalin  <matteo.casalin@gmx.com>  [243fa9392f1bbfaee41571b3d227535d1c49556a]

        ValueSet: replace some conditionals with simple arithmetic

2012-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f2d3c47ad40039a842fa09d98137155dcfdfe9e]

        don't create uno::Sequence with new, fdo#46825
        
        The uno::Sequence copy c'tor creates a flat copy and increments the ref
        count. So if you use new and later delete together with the copy
        constructor you get a double delete.

2012-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e8628e45c162299f216f6a283cb126744d873ed]

        make this variable const
        
        there are some lifetime problems related to SchXMLCell and therefore
        this helps to limit the scope of possible problems

2012-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2670516f2d4f385e364cc56855e12b086b1c5a76]

        remove debug statement

2012-03-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6e93e78c85e0c4eea174483f1d27ee38fd00ee21]

        don't show an error message for empty names in Define Names, fdo#46816

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [947a51f5fe4450c5da8c1f784eccb756e9320e32]

        WaE: equality comparison with extraneous parentheses

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [e1b4c4d4778737b83a383d55da127bdb0592d79a]

        WaE: equality comparison with extraneous parentheses

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [43b92f0940059aea04da134f70579b76ecc8480f]

        WaE: expression result unused
        
        A right parenthesis was apparently misplaced, leading to the code
        actually containing a bogus comma expression. The GetPropertyValue()
        call's result was ignored and the subexpression after the comma, zero,
        was used instead.

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [8da131e21d44ca21c8bf494cf06a87ab2ea27292]

        WaE: use of unary operator that may be intended as compound assignment (-=)

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [c492c10348625cb757e97d3a4ea809ee28e54a53]

        WaE: two unused functions

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [30313007a8bfc327f47d096f6d9e625f1193b14a]

        WaE: use of logical '&&' with constant operand
        
        Surely it's the bitwise operator & that is wanted here. The code makes
        no sense otherwise. We apparently have been generating UUIDs where
        every second hex digit is always a '1', like
        {x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex
        digit).

2012-03-03  Tor Lillqvist  <tml@iki.fi>  [b43bdd47fe7b6fccb4ca490b5b3a91d71113cd66]

        WaE: expression result unused
        
        Remopve apparently accidentally leftover initializer parameter list
        that now was just a comma expression with no effect.

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [6be1128916b9c9441969d9a37a4b6694ac26eb8b]

        SwXTextField::setPropertyValue: simplify a bit:
        
        It looks like the second call to PutValue() was accidentally inserted
        in f462a51fcc8e50f3255d2d8c98a4c6408dce725e.
        Also, pDoc is valid when pField is.

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [e85130f7224a5902bbb172a9af4abb1ac2205237]

        unofield.cxx: fix indentation a little

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [e3dfae0741aae8581cd3fc713ba1b4459bb22d88]

        fdo#42073: sw: expand all text fields when setting properties:
        
        SwXTextField::setPropertyValue: call Expand() for all text fields
        Fixes getPresentation returning stale values.
        (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed)
        Also, without this the text formatting does not actually update and the new
        content is not displayed until some other unrelated editing operation.

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [9519deda120b73b72e75d89c3b2ae3d66220ec2d]

        fdo#39694: SwTxtFld: do expand the field in the ctor
        
        While only the text formatting is able to expand all fields correctly,
        this is still good enough for many field types and fixes a race
        condition when the field value is requested before layout is finished.
        (regression from CWS sw34bf01, 8485708f3001fca132c3353c464fe7187ef62bed)

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [eb237af5aa0a5d8616e4a8ddd1e528433bdd0f82]

        ExecuteQuerySaveDocument: return NO when headless instead of CANCEL

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [90f7a3ada68f309a9d3201183ef552e59f9558fb]

        OfficeConnection.java: don't wait forever if terminate() fails

2012-03-03  Michael Stahl  <mstahl@redhat.com>  [56665a8a22d274f2f335eb38623d226760440e7e]

        oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [5d49bf62bfa37e78bc711b9c8e4448c58c7d7b85]

        customshapes: re-generate smaller, faster to compile data.

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [62ee264429ee7f4bbb2da62c8f963d9c25d29242]

        customshapes: special-case Sequence of EnhancedCustomShapeParameterPair
        
        another 20% compile time win, and 350K saved from the shared library

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [40b30c31ff9e53e233799bdb18971c43b9b77dc8]

        customshapes: special case EnhancedCustomShapeParameterPair to win
        
        Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [f59733657fdffbc66b2cc3531791aa0bb7a96b51]

        customshapes: use static integer array for EnhancedCustomShapeSequences
        
        Saves 4% compile time and 200K of space

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [36f8ef7f3f344086f55028f725fb70e488bc3411]

        customshapes: 800k size saving, and 25% compile speedup
        
        Use static const char * arrays and a helper function instead
        of inlining umpteen OUString intern calls.

2012-03-02  Matúš Kukan  <matus.kukan@gmail.com>  [8d7321c8eb658c409122feaef4960cc88aa63459]

        remove translations from here

2012-03-02  Radek Doulik  <rodo@novell.com>  [e3c0a952a7607436224fe57f9e1665597702f6b2]

        generate more pptx test documents with preset shapes
        
         - before we only generated custom shapes used as presets definition
         - preset-*.pptx documents might be used for testing the presets

2012-03-02  Tor Lillqvist  <tlillqvist@suse.com>  [f6dcf2878a6d7a8cd3bd9761e2f03b085d2060cd]

        Revert "Added 'Copy to Clipboard' button to error dialogs"
        
        The UI change was too intrusive.
        
        This reverts commit dfc9c72d7797862a9292bdda16ad8c107124a6df.

2012-03-02  Stephan Bergmann  <sbergman@redhat.com>  [30a7a6189916396c7c2ee9bbd5861ad19bf7724c]

        Document how to incompatibly change udkapi/offapi

2012-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6c2581db2d2d03e8b12e5adacdf9ca4394ec9cc5]

        Initial support of bitmap fills in OdgGenerator

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [d4157cefc5416ebea75a460e7dbff91293bff321]

        customshapes: commit updated autogenerated output.

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [f291fb57d087de41385a22dfacd8b694d8b9abc7]

        customshapes: re-work generation to create many small methods
        
        each custom shape now has a virtual constructor we can call to
        construct it, this shrinks the function size, and helps the
        optimiser much accelerating compile time. It may even help
        improve import time too.

2012-03-02  Michael Meeks  <michael.meeks@suse.com>  [b52ccb87d8f768c2a9cecccbcf50623646ccbc11]

        document customshapes (re-)generation flow.

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [470036efe4db4e9773825c1277a659f3b50c5b48]

        WaE: is abstract but has non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [0a2a759a96a2c065066e44d56a0c6dc51c561bda]

        WaE: has virtual functions but non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [5bdc988482db5c96997681a6d1bad1d9ae22f146]

        WaE: unused functions

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [2e40994558fe05b1ddd7df4a7b9ba772c10f127a]

        WaE: unused function

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [21c82e9e6d7ea8bd1a4d89f79f1761fa37a549fe]

        WaE: virtual functions but non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [2289308415682ffd32f35f31ce785cc5ee62bcfc]

        WaE: use of logical '&&' with constant operand

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [08773910b162ada57ad10310f294a8b68ddcd1b5]

        WaE: use of logical '&&' with constant operand
        
        Presumably a bitwise '&' is intended, i.e. a normal flag bit test.

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [4de374a8b092a988a9022887a3b586336658a5fb]

        WaE: unused function

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [98e3c3421de24d4729f4099e4e6e12af0e7d787a]

        WaE: equality comparison with extraneous parentheses

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [75902119c17f224c9387092b1e9c776419dfcde4]

        WaE: explicitly assigning a variable to itself

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [81a74d404f42c13cf7dc5cc63b366cdb4ffe8282]

        WaE: use of logical '||' with constant operand

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [627bee1307730dfe7cd55d3c88d44367ece0acdb]

        WaE: expression result unused
        
        If-zero out a leftover isolated expression without effect.
        (Introduced in 2007 in CWS impress122.)

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [efe7517856b5682b0f595822b953bf3ae4233588]

        WaE: has virtual functions but non-virtual destructor

2012-03-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c1cf8dac6d54f3d0876803ca9dffce23df7241da]

        there was the object comparison, not the pointer comparison

2012-03-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0ecb2bd92a9dadb2e01ee5b960a48ed0552e7c06]

        remove traces of SvxFontTable

2012-03-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9e137b29e1cca1d460017f2a1b276be969002d80]

        fix memory leak

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [62025f7446989c1a29596a2c4cb5ef597808f15e]

        Hide a potential error message which we aren't interested in seeing

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [c70cedabd3da7f6af16af5f8784271d6398f4678]

        Clarify what --disable-extensions means

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [ab9f4482b19126d696f5a004384ddf29f7fedbc3]

        Also bypass definitions of functions not used on Android or iOS

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [fa65ff8b1d2f50fa7f14e92fa7bc3c5d6619831a]

        Check for Clang in configury and store and use result

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [a871755e673fc83c92bf9731603d22004d0a3f2e]

        Reduce vertical whitespace a bit

2012-03-02  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [bcd21acf727da88388c2dcbc795c24525f178dde]

        fdo#46501: Cleanup SimpleResMgr

2012-03-02  Andras Timar  <atimar@suse.com>  [48666b7d6006618d46e2a7686391440830f47ef1]

        Cygwin uses internal Python which does not understand Cygwin paths

2012-03-02  Noel Grandin  <noel@peralex.com>  [1a2b84fecc9be1f9a6e4d1f4edc3ee44f221a269]

        Convert tools/table to std::vector and std::map in cui
        
        Convert DoubleStringArray to std::vector
        Convert DoubleStringTable to std::map
        Convert StringsTable to std::map

2012-03-02  Noel Power  <noel.power@novell.com>  [24b402d67eb9acc7ff1f0afeee7237f6b3b14644]

        weed out unmatched Sub/End Sub statements when importing VBA fdo#46889

2012-03-02  Felix Zhang  <fezhang@suse.com>  [101fd1733000b4f8dae5fa39b6657531a21769ea]

        n719988, n734733: Bullet should have same color as following text by default

2012-03-02  Caolán McNamara  <caolanm@redhat.com>  [c45208832536d144007f01e419614f9bf37eb763]

        add a more extensive lotuswordpro sample

2012-03-02  Caolán McNamara  <caolanm@redhat.com>  [9a01995e447dc4c49d76b2d6bcd95b39be6088fa]

        workaround ld link-time crash on ppc64

2012-03-02  Muthu Subramanian  <sumuthu@suse.com>  [77901e53ecd99aed59e5c8697461ab4d241388a4]

        n657904: Styling information isn't applied to grpSp.

2012-03-02  Stephan Bergmann  <sbergman@redhat.com>  [f97c9c25396fb6487da3b9b5284c6250c7927156]

        migrateSettingsIfNecessary must be called later after all
        
        ...once e.g. UCB is already initialized, as the invoked migration services use it.

2012-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [02888164e76fd08a7a6d02e526669f1c4e3a0239]

        Make lcms2 build on windows too

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [2f432afdf6335d2e0a777cf89ceebe99550328d8]

        WaE: equality comparison with extraneous parentheses

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [51e3df40bc757b46636a3d74681a597fe35063ba]

        WaE: indexes past the end of an array

2012-03-02  Matúš Kukan  <matus.kukan@gmail.com>  [811180e9dd983e1166139ea27c256055763af477]

        translations converted to gbuild

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [2c1868bb28878a00f2d97918bab88ba845d1f5cd]

        WaE: use of logical '&&' with constant operand
        
        Surely a bit test is what is intended here.

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [40a5db084d3ef5074225e1cb54186bdac355223c]

        WaE:  equality comparison with extraneous parentheses

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [17c60594fad636edcc26fb4c4b884aa1d5c84eb2]

        WaE: use of logical '||' with constant operand
        
        A sal_Bool variable is logical-ored with sal_False, wtf? The only way
        this can have any meaning is if the sal_Bool variable actually has
        some other value than sal_False (0) or sal_True (1); in that case the
        logical or will turn it into a sal_True. But I doubt that is the case
        here. The code has been like this since initial import in 2000.

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [c48cc19e1345fa7445190cef62224dbfed8433d0]

        Re-introduce variable thought unused in 2004 and use it as presumably intended

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [e50b50974353d49f027415a98bd3fc9938a7c98b]

        WaE: unused function

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [99a579d00def43c6d8e30fd8da2644aa85bcbbc4]

        WaE: abstract but has non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [928633e77240eb787ed6d34645d4da5b85255ece]

        WaE: equality comparison with extraneous parentheses

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [31440ba30eca93f4db2e6d44f57bb25124403856]

        WaE: has virtual functions but non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [351e3d492778d3bb0f9a1fd758674c58c50c402d]

        WaE: has virtual functions but non-virtual destructor

2012-03-02  Tor Lillqvist  <tml@iki.fi>  [aa8e8c6bed0824d4840ed35a676dd570264fc543]

        WaE: expression result unused
        
        Ifdef out a couple of weird leftover lines that effectively do
        nothing. The code was changed to be like this in 2004. Could some
        Calc expert have a look please and clean up? Also, if the intent
        really is that bEmbed is always false, a couple of lines below it is
        pointless to check if it is true anyway.

2012-03-02  Andras Timar  <atimar@suse.com>  [802616ed2df9ca7159dd7acff7aeba4f1fc610fa]

        whitespace only, no code change

2012-03-02  Stephan Bergmann  <sbergman@redhat.com>  [c6f8eb26c07264103a3e99f79b2dc78f9be6ef57]

        Clean up

2012-03-02  Andras Timar  <atimar@suse.com>  [0f56302890e2f587dfc0230a0445199db97b4ffd]

        fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO locales
        
        Microsoft Installer thinks that it is a good idea to fall back to zh-CN
        from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese
        zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW.

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73e9eac0e86e4ab5dec09dfde890eca8760d298a]

        add missing loop conditions

2012-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a0a25dba0ac7868bbc861260698b43160fe2cdf]

        Creating a module lcms2

2012-03-02  Caolán McNamara  <caolanm@redhat.com>  [13ade41fe6a94160968da00b14ee01fe96d0f957]

        fix build

2012-03-02  Caolán McNamara  <caolanm@redhat.com>  [17d263204891952bde4d0d8f7f318f120fbf8876]

        callcatcher: update list

2012-03-02  Caolán McNamara  <caolanm@redhat.com>  [92599076da1eb2fedd4c9d0fba5cb05ba81452a0]

        CopyDlg::Reset doesn't need to be a LINK

2012-03-02  Noel Grandin  <noel@peralex.com>  [ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7dd]

        Convert SvPtrarr usage to std::vector
        
        In GetBookmarks and Writer_Impl pFontRemoveLst field. Remove unused
        field pBkmkArr in Writer_Impl class. Convert SwBookmarkNodeTable to
        std::multimap, greatly simplifying code.

2012-03-02  Stephan Bergmann  <sbergman@redhat.com>  [906ca2e0e58556353a40670828e111986285315a]

        WNT-only IMPL_LINK_NOARG fixes

2012-03-02  David Tardon  <dtardon@redhat.com>  [75a6e52bc8d3062859f626f7466f5af55841a7b7]

        move embeddedobj to tail_build

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7db93f5f4972a94ab3157578e9c8795dc089caa]

        implement SwapCol and SwapRow for note handling again

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26ea23b6b5f1d80df688e4c7e325971709c3c4a6]

        some sal_Bool to bool

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d59b9c07c86c1dca84f5aa6e71f587dc321e8ddd]

        remove table.hxx from document.hxx

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [921fb226d2836673c1d3ef0f254708a5c5c0b313]

        fix crashs in undo/redo realted to note captions

2012-03-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d1141cd06fcdbadd008744a28674d4b50457923]

        remove unnecessary parameter

2012-03-01  Stephan Bergmann  <sbergman@redhat.com>  [f50f7368ab99bd2dd65fdfbc846cdfd532ae2133]

        More IMPL_LINK_NOARG fixes

2012-03-01  Stephan Bergmann  <sbergman@redhat.com>  [76e0d695a41326a5583dbc9702e0ce3b8219b514]

        Move migrateSettingsIfNecessary into create_user_install
        
        ...so that it is only done once (see mail thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2012-February/027058.html>
        "User installation migrated onto itself").  Also, checking for the existence
        of an old user installation needed to change from ucbhelper::Content::isDocument
        to osl::FileStatus::getFileType, as the UCB is not yet initialized at the time
        migrateSettingsIfNecessary is now called.

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [780f5bf5b177f93c8fd9ebd7ff1a322885074c8c]

        Presumably the intent is to zero the whole pHexTable, not just the 1st element

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [2b26a54ecb589a67ee199759936a1adce148671a]

        Sillyish clang WaE: array subscript is of type 'char'

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [68a571aeb5ea01fe2a10583c45efc109e8ae9968]

        WaE: equality comparison with extraneous parentheses

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [8a83ce2e7e6950450b63a5f189a48c8a4820b6d1]

        More IMPL_LINK_NOARG fixes for clang

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [c1efe33b99436d740b67a09538efe2676f3b9974]

        Presumably && is what we want here and not (pointlessly) a comma operator

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [945a2863fec0941431c082e9bd0e37ed925714c0]

        IMPL_LINK_NOARG follow-up to bd205223ec029a875c662474bb6d423d3cdd1994

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [b1b3008bc83506edac139c6b8f7f26723785c2d4]

        WaE: function 'yyinput' is not needed and will not be emitted

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [9e1ce8350a40887cb5307595991e1e12f38ee9a4]

        #pragma interface and #pragma implementation are obsolete and pointless

2012-03-01  Matúš Kukan  <matus.kukan@gmail.com>  [d76e2d1cc396d0f1f57a0ba774be4194d8bf3459]

        embeddedobj: convert to gbuild

2012-03-01  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [dfc9c72d7797862a9292bdda16ad8c107124a6df]

        Added 'Copy to Clipboard' button to error dialogs

2012-03-01  Tor Lillqvist  <tlillqvist@suse.com>  [ebbef3a92d968bc82bbb86109ed604434a071e1f]

        Move MinGW-specific magic inside MinGW-specific .IF branch

2012-03-01  Elton Chung  <elton@layerjet.com>  [e8dbf6840ca118222ad95856dc7ea06eaffc3b66]

        Remove unused code

2012-03-01  Stephan Bergmann  <sbergman@redhat.com>  [bd205223ec029a875c662474bb6d423d3cdd1994]

        New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
        
        ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type"
        for the problem.

2012-03-01  Caolán McNamara  <caolanm@redhat.com>  [32781c2d268ed94eb46318a0398385baf31368c4]

        given that we can build with java7 now, allow it for windows too

2012-03-01  Stephan Bergmann  <sbergman@redhat.com>  [5af303c0cd4d46c459c6b90712843967d716c866]

        -Werror=unused-variable

2012-03-01  Noel Grandin  <noel@peralex.com>  [a0cd57b926830e8798a5019b30776e94dd97c8a1]

        Remove SvxFontTable and use std::vector instead
        
        In removing tools/table.hxx usage, remove SvxFontTable and
        convert to std::vector<SvxFontItem*> because it was only
        being used as a temporary list, not a map.

2012-03-01  Winfried Donkers  <osc@dci-electronics.nl>  [085e8a07e61ef2d3a82e11094d8773ab17cfdb3c]

        fdo#45671 calc cell background color simplified code for split button

2012-03-01  David Tardon  <dtardon@redhat.com>  [54442c917d7bb6b2e955c8c8315e0352dc6d2281]

        WaE: initialization order

2012-03-01  David Tardon  <dtardon@redhat.com>  [856ad69ffe8b39fe44b245933c17e1e03248611a]

        work around ICE with mingw32-gcc-4.7.0-0.5.20120224

2012-03-01  David Tardon  <dtardon@redhat.com>  [2fb1fe6c24a62b954f3a4bbdb5628d94269df946]

        get redland built with mingw
        
        Do not ask me how or why this works. There are things man was not meant
        to know.

2012-03-01  David Tardon  <dtardon@redhat.com>  [2824a8b40289344c788c3b18f2e33f2e238eeff8]

        get rasqal built with mingw

2012-03-01  David Tardon  <dtardon@redhat.com>  [b8b088daf8c993e90b86a632c1077ae324414a84]

        get raptor built with mingw
        
        I _really_ love how libtool, when called without -no-undefined, silently
        falls back to building a static lib (AFAICS without even trying to check
        if there really will be any undefined symbols in the resulting dll).
        Thank you, libtool author! I cannot express how much I enjoyed the hours
        I spent figuring out what is happening there!

2012-03-01  David Tardon  <dtardon@redhat.com>  [b60cf256b76cd12601b6e243f084dcc25bea172e]

        do not include external stuff into namespace

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5c891f59e7dfd81281b8bcc1b54c03f4e395203]

        add test case for XSpreadsheetDocument

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [956c9d1775b14c116b8b8ee4bc576a126d36c63f]

        there is no need any more for CloneWith[out]Note

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

        LOCAGICAL->LOGICAL

2012-03-01  Caolán McNamara  <caolanm@redhat.com>  [6c3699b4a6be5c2d37fa62ee152d26ae5cba3422]

        I really only want to know if IsSymbolFont was toggled

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [51216852e0431d679d2bcfb428f2a2dd32fda3b0]

        WaE: use of logical '||' with constant operand
        
        Until now the code has by accident added a property with the attribute
        MAYBEVOID (which is that one which has the value 1), while the
        intention obviously was to use BOUND|REMOVABLE. Whether this has
        caused unintended consequences, or been harmless, and whether this fix
        now then will cause unintended consequences, no idea.

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [f9883185a4acedfb074eba4ee0269e919c74c767]

        WaE: equality comparison with extraneous parentheses

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [baf0ba0798ef395880895d7ec1069c88e812613b]

        WaE: expression result unused

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [2c3ad171e94d3b96cbab4e51bea2051f9fc40ca8]

        Fix what seems to be a copy/paste error: initialising a field with itself

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [3a08fd3b376506777169e21e21f3fce134af9def]

        WaE: unused variable

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [8c99b935dbe8606e7c37bf7339c1fa906263db9a]

        WaE: is abstract but has non-virtual destructor

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [fa4a1717b389dc565b4ee2e17a7d603ee6b4f1f5]

        String types have changed in base class

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [63f9ca85665baeeb3db9afbadced80fae7dcf186]

        WaE: class 'CGRect' was previously declared [in SDK headers] as a struct

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [cb1f5749c6e2512b8e42e40b62b0801a2f283d12]

        WaE: 'SalData' defined as a struct here but previously declared as a class

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [8ffef2fbae86fb509dd019b06565c91776e95378]

        WaE: extra tokens at end of #endif directive

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [944abe0d9fc0f28d99024f6b1850208048ca3004]

        WaE: non-virtual destructor

2012-03-01  Tomcsik Bence  <tomcsikbence@gmail.com>  [491592015bc937a7fa46215e0ebaa0962456359b]

        implement scrolling with mouse in Object Catalog dialog
        
        I edited out the ObjectTreeListBox class because BasicTreeListBox
        contains the scroll function and all the other functions that the
        ObjectTreeListBox uses.

2012-03-01  Tomcsik Bence  <tomcsikbence@gmail.com>  [4022a834b55c8db787916f1a6301f1402b149e4c]

        Object Catalog button now toggles display of the dialog
        
        TODO: implement a toggle toolbar button that shows the toggle state

2012-03-01  Tomcsik Bence  <tomcsikbence@gmail.com>  [efd4db1e6b20715bfda8efadc798bf9ce192fee0]

        make button label and dialog title consistent (Object Catalog)

2012-03-01  Noel Power  <noel.power@novell.com>  [7b860d4970604f08ebd2e818bfd63891dd940804]

        fix crash using instances dialog of dataform navigator fdo#44816
        
        also silence a valgrind  'Conditional jump or move depends on uninitialised value(s)' where initial state of a checkbox was undefined

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f7fbeac4cbb764ccd153f9aea37a07e66e96b809]

        use the correct db range for the copy, fdo#46712

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b93146d442bb8396126d6106f05a5bb0ee9fffa]

        don't try to update the range names twice
        
        the update process is now done in cell.cxx:adjustRangeNames

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e25ce6abc572046e3d6af367d9727c018ba78e65]

        use correct source table

2012-03-01  Petr Mladek  <pmladek@suse.cz>  [89f7da6d23eb348e4b16b529f95a40c635787807]

        Revert "Use internal libxml for Mac release builds."
        
        raptor is buildable with the older libxml2 now
        
        This reverts commit 4591cd22409f870a0fa9263691945eea92359954.

2012-03-01  Michael Stahl  <mstahl@redhat.com>  [a5394f98f2b6e4498ef1981272f2af3999b7df5f]

        raptor: make the entities patch work on older libxml2 versions
        
        Add a runtime check whether the "checked" member is available.

2012-03-01  Miklos Vajna  <vmiklos@suse.cz>  [456a59b24d4ba5ac341f76b4302e82b687e97f69]

        fix RTF import of drawing objects when there is no shape to send

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

        WaE: C4265: class has virtual functions, but destructor is not virtual

2012-03-01  Caolán McNamara  <caolanm@redhat.com>  [2eeef79b78242a89ef6901ba67b30f178d59027f]

        callcatcher: update list

2012-03-01  Caolán McNamara  <caolanm@redhat.com>  [1431c95d19cde8b913d772c9a99c3ebd886e983a]

        now restore and use reduced UnlockFile and UnlockRange impls
        
        because its super ugly to have unbalanced lock/unlocks and with
        the removal of STAR_ENABLE_FILE_LOCKING we can call those
        methods and now get unchanged behaviour

2012-03-01  Caolán McNamara  <caolanm@redhat.com>  [05a8216d03b5db559e01dd1808f2805df31c970a]

        STAR_ENABLE_FILE_LOCKING was a secret

2012-03-01  Miklos Vajna  <vmiklos@suse.cz>  [7029ccec25bc0b15f9cea463ea3713e802eafc08]

        testcase for fdo#46662

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [58272b98319c5da2d433c0bc5e520a12ab73c71c]

        fix some iterator misuse in the new notes handling

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [373394c887f237cdf202cecefa74b5a9828d69f9]

        only delete notes if correct flag is passed

2012-03-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [247be4c2e6e31e73396cf7b9ce6abf37c617a2e2]

        clean-up sw's filters-test
        
        filters-test does not initialize vcl, for these sort of tests use
        macros_test

2012-03-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [d1e5860bc001f092477421cb871636f3b0071e28]

        Translate German comments.

2012-03-01  Stephan Bergmann  <sbergman@redhat.com>  [2744ad999be969cbcf81eb631a8414ed6584e955]

        Compare char* with string literal via strcmp
        
        ...as found by Clang and reported by DenverCoder9 on IRC.

2012-03-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [2cbabb5e6e0d2e3649f181a523e39a2f1a5c013c]

        Make it unexecutable

2012-03-01  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [e5f5ab57a124ffaf5e26e90af5aa546ad8451d4d]

        Translate German comments, fix some whitespace

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [ebe26f72e90337da2d14f3029de148904e3e30b6]

        WaE: 'unused' attribute ignored when parsing type

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [4b72dd8da22dafed8f93f954d67a2a7981e61967]

        WaE: unused function 'liangBarskyClipT'

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [e3b45e857bceea3e9830a26d911164d26dbff56f]

        Add more libs
        
        Still doesn't link, dozens of undefines. And of course the whole
        question of how to do static linking to UNO components in an elegant
        fashion with the least intrusive ugly changes to source code has not
        been resolved yet.

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [7a0b721462182c3a4029c586f90d13eda674eac9]

        Filter out options that Clang doesn't have

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [fead7eb86f0e7e095f873f20bd6812a5bded0e74]

        Some initial DISABLE_SCRIPTING ifdefs

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [6d33801b4498f5c13d2dc75588f88c22a11f455b]

        Build libsb with a few dummy classes also for --disable-scripting
        
        Work in progress, the dummy class implementations surely still
        incomplete and/or might contain methods not actually needed. More
        dummy class implementations needed, hopefully not too many
        though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key
        places in sc and elsewhere to cut down on the need.

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [c57f1a0dfd504f1d7c2c285b89fdc173918941d7]

        Modify iOS device example to use Clang

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [084a54e87b25d33815cecc837504b707ce3ebc52]

        WaE: unused parameter

2012-03-01  Tor Lillqvist  <tml@iki.fi>  [c1dc38282b4220db7a31f70e8272aaa170fd4c76]

        WaE: unused parameter

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [4d94ce58932d00905b749eab7b105e74dc017ff4]

        Adapt LanguageTool.oxt to removed SpellAndGrammarDialogImage_HC
        
        ...which got removed with c938545d5227808749fdca4f05dd0dcc8303f632 "Remove all traces
        of _HC (high contrast) from libs-core".

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [fe5fcca2536a5328b17a13e3f6ea984c5019a777]

        REMOVE_FILES for cases where files need to be removed from external sources

2012-02-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [979cc1c00982f5cc20ad7da5276efe3ccb0bc36d]

        some more fixes to get note handling back
        
        there are still some issues that will be addressed in later commits

2012-02-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [33849f3fca52251eb7773802c78b6d8501921c37]

        remove mpNote: fix copy/paste

2012-02-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094]

        remove mpNote from ScBaseCell

2012-02-29  Rene Engelhard  <rene@debian.org>  [a6d65732f14e49be8ec61aac53a2a8b909d810f7]

        fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instance

2012-02-29  Michael Stahl  <mstahl@redhat.com>  [0c6d89941118368ccbb596362a545db5d3a07dbe]

        fdo#46340: fix crash in SdrGrafObj::getInputStream:
        
        Add the ridiculous hack that used to be here (and distributed across
        various GetDocumentStream methods to make it non-obvious)
        that makes this not crash by accident.
        
        (regression from fd95f1ab6220c6a530fd2e4e727417f504a5db51)

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [ab29d941b39da12b3711b21e680aebcf5b7c9a09]

        Typo fps_kde4 -> vclplug_kde4

2012-02-29  Petr Mladek  <pmladek@suse.cz>  [a0238fda86e18f8a282f9307bd6b201f97f5f331]

        bin/distro-install*: source config_host.mk instead of Env.Host.sh
        
        thanks Stefan Bergman for improving the sed pattern

2012-02-29  Tor Lillqvist  <tlillqvist@suse.com>  [b9b8ae8a484471ce067ad09dc96cad0d87285a6f]

        Don't generate Thumb code to avoid ld bug in NDK r7b

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [7c4f2ec8a795534164ee1923093b7d5be0126c55]

        Simplify install name handling for external libraries on Mac OS X
        
        ...by allowing our special @___... tokens anywhere within an install name,
        so that external modules can configure --prefix=/@___... etc.  This removes
        the need for the special extshl and EXTRPATH=LOADER.  Also, a new
        OUT2BIN_NONE can be used for external modules where the generated libraries
        need the default EXTRPATH=OOO, but generated executables are only used
        during the build and such need RPATH=NONE.

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [8c9823d311fdf8092cc75873e4565325d204a658]

        we use mpFontData->IsSymbolFont() in our comparison to detect symbol fonts
        
        If we change that between cache lookup and insert we run the risk of
        invalidating the results of our lookup.
        
        This should fix some hard to replicate reference count nasties

2012-02-29  Andras Timar  <atimar@suse.com>  [3cc7cbeb0efab138696bb9901b33648025e29a45]

        remove ky-CN, apparently they did not start translation

2012-02-29  Miklos Vajna  <vmiklos@suse.cz>  [44f7c5ddf9d730c899f480ca644ddc29c7de9dc6]

        Related: fdo#46662 fix RTF import of leveltext destination
        
        After leveltext is imported, the levelnumbers group modifies the
        contents of the previous group, but this modification was lost when the
        stack was popped.

2012-02-29  Andras Timar  <atimar@suse.com>  [bd2b353f66e4bb2e76c115eb8028c1d0ba59a468]

        add Amharic (am) UI translation

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [372199d4f1cf223f167bdaa5e6d55ce0268c0970]

        Make some --without-system-XXX available on Linux, too
        
        ...in case that should ever become uesful.

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [8bbf048085066b8e95256e7d59d7ddd89465d4e7]

        fdo#46434: Always send command line arguments as UTF-8

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [2f1ee06df6117d94738df87f9f3cdb159c9389fe]

        WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'

2012-02-29  Michael Stahl  <mstahl@redhat.com>  [0d9757e43217929fa172c1feecd161873cd7019b]

        sax: ConverterTest: add leap year tests

2012-02-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [3c993bd0c3120445f27cb37e6ecfd8b45c6605e0]

        Correctly calculate leap year.
        
        With the old code, year 2000 would not be a leap year, but it actually
        is.  With this, Calc correctly loads cell with date value of 2000-2-29.
        
        (regression from CWS sw33bf02 8786083eb9dabb0d7b328a217ba99a1d71493ad7)
        
        Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
        Signed-off-by: Eike Rathke <erack@redhat.com>
        Signed-off-by: Michael Stahl <mstahl@redhat.com>

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [4444565b179db949457ce2e4bade2cb33519df63]

        refactor upper chain test a tiny bit

2012-02-29  Wei Ming Khoo  <wmk26@cam.ac.uk>  [0a9ced485fb712ce0d03fb20be1df6067606e11c]

        fix storage chain loop

2012-02-29  Muthu Subramanian  <sumuthu@suse.com>  [1a2a2a02bd03829d2d50fb5f1a2178280ed2e997]

        n#746996: Wrong text color in smartArt.
        
        Some fontRef elements don't seem to define color, but the
        spec. says it needs to be used along with choice of color.
        So, assuming tx1 when there are none defined.

2012-02-29  David Tardon  <dtardon@redhat.com>  [b5af1c35284560deaa862c2d87847b2088afcae0]

        can use Zip for this

2012-02-29  Thomas Collerton  <tom.coll91@gmail.com>  [39d026a11fc67bc45fc974fe8eab04ef9499fa31]

        fdo#46565: perl / autogen.sh should backup autogen.lastrun

2012-02-29  David Tardon  <dtardon@redhat.com>  [1744010821be1ebcbfdf0f67ef3eda98d9f3e7b0]

        add missing dep on headers' package

2012-02-29  Miklos Vajna  <vmiklos@suse.cz>  [00859026749e005759ce4e7115b746b064cd902b]

        fdo#46662 fix RTF import of numbering levelnumbers
        
        To handle stateful encodings, we process hex characters in one go for a
        run. Levelnumbers of numberings should be an exception, since there the
        special characters (here: 0x7, which is table cell end) have no special
        meaning.

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [3f9f18c53d9876106b274769dec9d0e3916feb8f]

        Resolves: rhbz#788045 swriter --help etc doesn't show help
        
        because the test in soffice to skip oosplash is for only
        one argument, and swriter points to soffice with an additional
        --writer argument, so the test is skipped

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [06957447394682b35d5c861f8b81956ccf65508a]

        WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'const sal_Bool'

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [a5ea9ddaad65853d1e14686ddb096da2e62731e0]

        CollectingProcessor3D cannot be instantiated

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [cf4416a68fb68f36cf9065c6d08d14dd22637b24]

        fdo#46434: No need to turn arguments into absolute file URLs when sending
        
        ...as the receiving side already takes care of that (using the cwd that is sent first).

2012-02-29  David Tardon  <dtardon@redhat.com>  [f7cad8a44be4056d60cd7bd4ed33748592954e8e]

        move oovbaapi to tail_build

2012-02-29  David Tardon  <dtardon@redhat.com>  [7454de8576883c42c053be5cb967f62a4c9c1b75]

        move apple_remote to tail_build

2012-02-29  David Tardon  <dtardon@redhat.com>  [4f603c386e7532434b95fa4633e9c619bebedf8b]

        move basebmp to tail_build

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [ab02fa6552fb098990e74f2787cf02b01c0e532b]

        callcatcher: update list

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [f57cd61004e5a36749f54a5e368becd756d17668]

        SessionManagerClient is never instantiated
        
        the "pThis" is a hack to smuggle an argument into a static method,
        its not actually a SessionManagerClient instance, clarify the code
        around that

2012-02-29  Caolán McNamara  <caolanm@redhat.com>  [53294e814bb8ac5f28a57f1f325311fa05112d12]

        move template out of header

2012-02-29  Stephan Bergmann  <sbergman@redhat.com>  [60f97f3ceb670a310e89cd1be948e04b469539f2]

        Typo bInhibitJavaLdx -> bInhibitPagein

2012-02-29  Miklos Vajna  <vmiklos@suse.cz>  [b6164f3f51ae891c9f38eb522f9b248498a5a10c]

        sax: this CalcXMLLen() was commented out since 2001

2012-02-29  Tor Lillqvist  <tml@iki.fi>  [2343be9f1bda458835ed8e3c6bf11905ccbe9b13]

        Bin obviously bogus (Thanks, Clang!) but fortunately unused function

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [9518535d2fa9f5d52fec548fc85df5a086ec4c1c]

        Fixed incorrect truncation of text in field button.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [6fc139f068de791604157b70d331ebb171fc1049]

        Properly prefixed members of ScDPNumGroupInfo.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [4a092a8de1c76612691979d0194a0346ed37cf02]

        Fix indentation.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [884b73e91e1019c39868c53a67fc24164e1cd51b]

        Simplified it a bit.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [daf87ab18a43999b6e1a133806d8f99cd0fbc314]

        AddLabel to take string as its argument.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [94b7deccb683fc407a90c3bb1f580ca47debaf33]

        We only use the string part. Let's make it more obvious.
        
        Plus this will save some memory footprint.

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [2c0c947a99f0c9e96e64a5d95ea31329eb0b1eee]

        Using hash set for this would be more appropriate.

2012-02-28  Tomas Chvatal  <tchvatal@suse.cz>  [966981dd77b5e6c091b9e2615a8191353897a9b2]

        Actually there is no need to have if and elseif with same action.

2012-02-28  Tomas Chvatal  <tchvatal@suse.cz>  [24f4cd9983aa2bc9d642c40a8fef19d7fe7b98a6]

        Fix crash on exit using KDE interface This is slightly modified version of patch from Lubos Lunak <llunak@suse.cz>.
        
        This fixes downstream bugs:
        https://bugs.gentoo.org/show_bug.cgi?id=394533
        https://bugs.launchpad.net/bugs/925049

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [ac08d3f6967b241d6028d9cd17cce583ac72871e]

        we don't want any of these to be streamed out/in as 64bit values

2012-02-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [dc505d3a5cdebe6271fcd6dae7b4d69e7c1af13e]

        bnc#520828: Correctly import fields with same name in excel's pivot tables.
        
        We just need to append '2' on the 2nd field with identical name, not '1'.
        This alone fixes the import problem.

2012-02-29  Takeshi Abe  <tabe@fixedpoint.jp>  [a138709519b00b65cf5b530a319ed67ca657a1f4]

        Drop comparison with empty rtl::OUString

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [51af20c8b4183fc796f5c9d4be25d3560a20ca3e]

        we don't want \'longs\' here

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [a08fb657ec936f2785166d38e4f85682c4ba9aa1]

        log some more useful information on invalid sprms

2012-02-28  Stephan Bergmann  <sbergman@redhat.com>  [4aa17570a75097741f78b03ad9dff0688fbed513]

        Make sure osl_openFile is called with an absolute URL

2012-02-28  Eike Rathke  <erack@redhat.com>  [ef37bb6a02674cf676cadcd69445b4deadad9be6]

        fixed crashes due to transition from Table to std::map
        
        Old code used Table Seek/Next followed by GetCurKey() that returned -1 (or
        some such? anyway) if after the last element, comparing with another key.
        Replacement code did not check for valid iterators.
        
        Crash happened when changing the locale within the number formatter and
        obtaining the default currency format. May also have happened when changing
        the default locale and documents using a number formatter were open.

2012-02-28  Eike Rathke  <erack@redhat.com>  [20c25d497a0d35a68a7dea9a0d7bc5b667a40ad4]

        fdo#46411 added [pjt-AU] Pitjantjatjara locale data

2012-02-28  Michael Meeks  <michael.meeks@suse.com>  [10512ce508e4000e7438738c789421fd0bce2772]

        build.pl: add a warning about the cost of: make tail_build.clean

2012-02-28  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [db8715c5babb1b2a7defc31298ed07e64618d9ed]

        Translate German comments and fix some whitespace

2012-02-28  Stephan Bergmann  <sbergman@redhat.com>  [f24011374972992e1d5b5eca48597d00f3df3700]

        Better error message

2012-02-28  Christina Rossmanith  <ChrRossmanith@web.de>  [15cf249967a56e1d6b28b659c00e201161f2e98f]

        Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxx

2012-02-28  Andras Timar  <atimar@suse.com>  [249dea425a1b8660197af53ab8a56268fddf8ce6]

        Prevent crash of helpex.exe

2012-02-28  Santiago Martinez  <smvarela@gmail.com>  [37eb6211b2703c062aa391054bd2d3ed7b3a56f7]

        Remove unused code in BiffInputStream.

2012-02-28  Santiago Martinez  <smvarela@gmail.com>  [d4c467f7d37d47a798ac3880ad30ceca6e60ea8c]

        Remove unused code in BiffObjLineModel.

2012-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5279616d50b0394e8ec6d8e2109471ca649412b7]

        lp#562027: fix logout with quickstarter

2012-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [478485d19f290f417f824dbecad3e3588bf553f5]

        some fancy new SAL_LOG tracing for sfx2

2012-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [423d346e21da300fad386c06b138c7fa086b133d]

        some fancy new SAL_LOG tracing for framework

2012-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0039d23914bfbbfcc1cb8d68c413f2e336054b96]

        move vcl session management to fancy new SAL_LOG tracing

2012-02-28  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [2bb8328d0a3b2d4a076c1896f0c45cff1cc4677b]

        German Comments translations.

2012-02-28  Andras Timar  <atimar@suse.com>  [e54773aa64af28795155aa55b3179141ca904f12]

        fdo#45023 UI fix on PDF export dialog

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [9ddf39c39152bf4f42bc0bcc2ad03f7fc0c02029]

        fix windows build

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [f7aaf5c42ebe980a86abc799bffc7d504c9a1be4]

        convert some low hanging fruit

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [34d71c5a08639f6255704be0d4a7df2b6cf6c13f]

        callcatcher: remove newly unused methods and update list

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [0ad02521c11369777931ce92eea799a409979cba]

        use read_uInt16s_ToOUString instead of hand-crafted loop

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [a18457b29aafc130148dce3fb586c59d6e1f798d]

        use read_uInt16s_ToOUString instead of hand-crafted loop

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [f7db5b2d5f9fa03b4bf5d9275998735ddf65743b]

        replace AllocBuffer in ww8 filter

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [f1857d76cb4d770fe6e0055bb14fa16e081e93f4]

        SfxStyleSheet needs a default ctor
        
        due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though
        its never called. rearrange things a little so we can have an empty ctor
        without pulling in a bunch of code which is never executed

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [cb5bd5a1aea6bb26efa664f5757136915a59f254]

        PolyPolygonStrokeArrowPrimitive2D cannot be instantiated

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [e6bc67afc2f812dc5c61fad644c9b6f3f501a738]

        WaE: unused variable

2012-02-28  Caolán McNamara  <caolanm@redhat.com>  [76c7fa90a817350d2cfc0467890a9237f736258c]

        remove dangling legacy binary-compatible between-milestons temp hack nonsense

2012-02-28  Andras Timar  <atimar@suse.com>  [cb578c77e23a409f434022dd175c5bd702877ffa]

        fix behaviour of propex tool on Windows

2012-02-28  Miklos Vajna  <vmiklos@suse.cz>  [f31548f70c85a83fe820c6ae1c9b9803074039b0]

        RTFFrame::getSprms: use SAL_N_ELEMENTS()

2012-02-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [0c47d6c85b3845e8cf9782583ee17909c38dcca2]

        Consolidate code that insert new dimensions.
        
        To make it easier to keep track of who inserts new dimensions.

2012-02-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [de6b91f57b0c5621791bea7b7f24de5b7b40e666]

        Correctly import ref type (aka display type) of data fields.

2012-02-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [5c699635cecc9877632de5f3dc07d1942c5b6416]

        Import field as hidden field only when the axes type is 0.
        
        The old code would import data axis as hidden field too which makes
        no sense & generates unnecessary duplicate field for legitimate data
        field.

2012-02-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [df0aab7f66ba227eda91a8a3568665036556bac0]

        Fix exporting pivot tables to xls esp wrt exporting duplicate data fields.

2012-02-27  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [be76f5d701c9e229e31fb77b606358e7488020d0]

        Removed dead code
        
         * Removed unused SvInplaceEdit

2012-02-27  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [e4dd27555a827746d50e7bdf2bb9da0e534656d2]

        Removed dead code
        
        Deleted: SvFileStream::UnlockFile()

2012-02-28  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [0d55cc7bf4dc62a0a5029fc19d0f05e08b6dc110]

        Some more work for --disable-database-connectivity

2012-02-28  Tor Lillqvist  <tml@iki.fi>  [9fb0ad21f467f6e8960e3559337f8ebdfa206ff9]

        writerperfect depends on libwp[dgs], libcdr and libvisio
        
        Don't try to build libraries that depend on libraries we don't have.

2012-02-28  Tor Lillqvist  <tml@iki.fi>  [44f3a76e979575a642373f3e1fb2db31612c5485]

        libvisio depends on the LGPL libwpd and libwpg so bypass on iOS then

2012-02-27  Tor Lillqvist  <tlillqvist@suse.com>  [3eff0e79154d73098f8b1ace1015bdb436f423a8]

        Deduplication of aSfxInt16Item_Impl only for iOS

2012-02-27  Fernando Governatore  <affqlixo@gmail.com>  [207dbaaf83a9955f0b02978551340080ddac10cc]

        fix icecc compile in ubuntu
        
          In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [fa5e41067bc15c38dcc6c0c6fb327adad0444774]

        add convwatch.py

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [a860cd108c7e3e1eb0e5dfef6020610da1c07ed3]

        cppu: JobQueue::enter: add mutex guards for m_nToDo
        
        Considered replacing it with oslInterlockedCount, but wondered why there is
        no osl_getInterlockedCount (similar to glib's g_atomic_int_get)...

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [3f43ebb4c3daf3e5c20a30a84f97bb4c93bff8a6]

        fdo#46678: tweak SfxBaseModel::getSomething:
        
        Lock the SolarMutex only when necessary.  This is a workaround that just
        happens to make the deadlock go away for me.  This being called from pyuno
        is wasteful anyway, but apparently there is no way to determine whether
        a uno::Reference points at something local to the process.

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [7c7d5c0eec4efb95d18b735fb9df4754ba9d8b1f]

        SfxItemPool: replace deque with vector for SfxPoolItem array
        
        Yields measurable speedup on load/store of large documents, wonder where
        the equivalent patch i committed long time ago to OOo went...

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [a2db9f4d46080e7ea6bd045dd8d3a87612ee49ec]

        solenv/gdb: fix Emacs modelines

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [f430b71c46186b53a6364a60b237c81245f3eabb]

        SwSectionFrm: initialised members are happy members
        
        Valgrind complained about uninitialised use in
        SwSectionFrm::_CheckClipping (sectfrm.cxx:1111).

2012-02-27  Michael Stahl  <mstahl@redhat.com>  [ebb74441790a9852b1a1532d6e025c324666f6fc]

        SwRootFrm::~SwRootFrm: refactor:
        
        Since CWS swlayoutrefactoring the SwRootFrms are destroyed with
        SwDoc::IsInDtor not set.  This can cause at least reads of freed
        SwRootFrm members when executing the dtors of SwRootFrm base class
        SwLayoutFrm calling into SwRootFrm::GetPageAtPos.
        
        Prevent this scenario by:
        - moving the implementation of SwRootFrm base class dtors to new
          methods SwFrm::Destroy and SwLayoutFrm::Destroy
        - calling SwFrm::Destroy and SwLayoutFrm::Destroy explicitly before
          SwRootFrm members are freed

2012-02-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [7eb1c1e31dac3b8377307192cae9cdde0ebe18bb]

        Fixed up several issues with the new formula options handler.

2012-02-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [8b32c721c61b5c7a52284ef743586159f8f443ee]

        Translate comments to German and fix some whitespace

2012-02-27  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [bacf45b72258271f8ff96a371688b781d9c0ba37]

        Writer/Options: Move Comments 10 units up

2012-02-27  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [90284a5e7a1e5dcdd8e7473914db1ce6edc19f94]

        Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShell

2012-02-27  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [b091acc26d145f2194662df64806f09fb78ef006]

        Moving misplaced Formula options from ScDocOptions to ScAppOptions

2012-02-28  Takeshi Abe  <tabe@fixedpoint.jp>  [660e4481a4ab00b1077dbc5e26568b7f6f05b2ba]

        Avoid temporary rtl::OUString
        
        in scripting / sdext / starmath / stoc / svtools / svx

2012-02-27  Winfried Donkers  <osc@dci-electronics.nl>  [a3b0be108677c60653eb79187a45bbd447d5e21b]

        fdo44516 cleanup of direct use of color in code

2012-02-27  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [adf45eced404c33be6db884a3e809725e7975872]

        fdo#46531: Fixed SpellCheck dialog display issues
        
        More robust, handling of the explanations message and link display.

2012-02-27  Cameron Paul  <cpaul37@gmail.com>  [d281971d62cc52c496487933ec699605f1a9b209]

        fdo#46438 - add ctrl-g / ctrl-shift-g binding for find again fwd/back

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [b55381672262f7d14a5b66ddd6a2dd1007ee8e3b]

        libcdr depends on libwpd and libwpg so don't use it either on iOS then

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [143974d637283b884b2b2c5b108248e353c2e734]

        $_os is "iOS" for iOS, not "IOS"

2012-02-27  Stephan Bergmann  <sbergman@redhat.com>  [5e3e2dca75a271851bd96e90ed1302a92a0f464d]

        Typo

2012-02-27  Stephan Bergmann  <sbergman@redhat.com>  [ad549adecb7c68f0bd741c351e818af5e59f671e]

        Make localize follow clone/* instead of symlinks
        
        ...so that it works on Windows.

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [651dcc29f413b6bb95e01c90d4113ff7a10db3be]

        Add --disable-extensions switch for future implementation

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [c16bc826379b2e70fe517d608055ef167c5a5c9e]

        s/interpreters/scripting/

2012-02-27  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [7b348b9f67ca1138857c34da5b67b479c64a4901]

        CRLF to LF, no code changed

2012-02-27  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [0f6d1ff62131bd7664a125aa85b1738d79949bef]

        some doxygen warnings cleanup

2012-02-27  Bartolomé Sánchez Salado  <aliaselbarto@gmail.com>  [55d52165df003d253d813f3ea7085f4d89fdb3ce]

        Removed unused code.

2012-02-27  Michael Meeks  <michael.meeks@suse.com>  [739252d04397a4fcf3f044de86e3bfaec0084c4d]

        android: remove obsolete sourcing of Env.Host.sh advice

2012-02-27  Jan Holesovsky  <kendy@suse.cz>  [0f1120ad344ae220a93bd2af9cf4a6bf50e25888]

        Fix build (few missing {'s in the translations).

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [542047f0c555e8a7d0538d4be905556d5b3cbf5a]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [c198cb5c26daee57b471d0911977081680f91369]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [fde84025da96ae2270ebd3ef9d779c284c650608]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [4e760ffe88e2c461c69310aff48a44b4f421ff67]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [9b6dab22f9cec6690c400ea302473cbb0119a701]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [267e077b979b6f81175ed2d0b7a1ba9e04483549]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [c1beabb18abba10d8ea8454b1baea61292e75b15]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [f7b100f718112459e0564232e7697c2ef706f12a]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [454fa76218d50904a6ae8f76be86da63accb8cf4]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [4a96a481a71ac60985529bc78c49cb5f30cff82a]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [101ec3fbe5cdbe0ac63d97324e1ee5284972fa5e]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [8d16d40f8b9a061647b86e23f4e1aadb1b90f5ba]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [6f62720f586ccb48d592e80aa7d1de033942385c]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [55c03ebd2ddb39452bebfb1fec91c731dea40e9f]

        translate german comments

2012-02-27  Nicolas Christener  <nicolas.christener@adfinis-sygroup.ch>  [037d14ceddf29a84977559820bf2e0368f7ef44f]

        translate german comments

2012-02-27  David Vogt  <david.vogt@adfinis-sygroup.ch>  [c589da46bf5f605588471c434f6ec5050f5d198d]

        Translated german code comments to english

2012-02-27  David Vogt  <david.vogt@adfinis-sygroup.ch>  [7ee38e1b5399851f6f8692ca8ed930da413f78a3]

        Translated german code comments to english

2012-02-27  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c581d33dec47a4c411a034482876543f6357d1e8]

        there is no Sequence::isEmpty()

2012-02-27  Luboš Luňák  <l.lunak@suse.cz>  [a667f08798297b9fa5f78a327250f24cb8b1638c]

        disable warnigns as errors for KDE3 code
        
        Too old codebase, there simply have to be warnings.

2012-02-27  Luboš Luňák  <l.lunak@suse.cz>  [9974eed353263cf10b966000f99f8e69233382a9]

        disable -Wshadow for KDE backends
        
        KDE/Qt consider -Wshadow not worth the trouble, and the qhash
        workaround shows why.

2012-02-27  Petr Vorel  <petr.vorel@gmail.com>  [361b7fc217c69e7a5b457f86f721ad00f2c8c7d0]

        Removed unused code.

2012-02-27  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [5d1acca5a9d40d6197e12fd959c3644bcc60f799]

        Replace getLength() with isEmpty() where appropriate

2012-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [fdd70e63eee34e762f5e4c2568affd35b6bc68af]

        fdo#46675: fixup

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [15547450bdba10959473c2cb5891f29ad5053b09]

        Resolves: fdo#46038 don't copy page styles into temporary clipboard doc
        
        writer rtf export has a nasty pgdsctbl extension
        sd rtf import has nasty "if its got a table keyword in it its a table"
        logic
        
        Classically we never put our styles into the temporary clipboard, so fastest
        and safest fix is to simply skip putting the page styles into it.

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [26651585c02367011df196ec72a3d0bf84a60f27]

        Start of sc filters-test for iOS

2012-02-27  Lionel Elie Mamane  <lionel@mamane.lu>  [ee0cb9d05d11c23421ec5ddddd7b268eb8c5e049]

        fdo#46675: expand group memberships in get*Privileges

2012-02-27  Muthu Subramanian  <sumuthu@suse.com>  [44b98b588c51c976c38b08844f7e09d236518e32]

        n742593: Adding checks before using textbox sizes.

2012-02-27  Petr Mladek  <pmladek@suse.cz>  [550cc3e9dbe7a86797fc946f40d9ae5529d6ce2c]

        pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658)
        
        The older commit moved the gid's definition in the file list but it did not
        move it in the module list.

2012-02-27  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [2b179ca1744d12630488619f948e5eb860e1fb41]

        Removed unused code

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [c58882fda80b63baac3360001b0fdf251d96e0eb]

        fix msvc2005 build

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [0fcf3e67623814b269e68f6cf5c6648f7cfdb5a6]

        fix MacOSX tinderbox build

2012-02-27  Miklos Vajna  <vmiklos@suse.cz>  [bb4ceaa4bbe253f4d6b22b09098de0f2f0b793c8]

        add testcase for fdo#45187

2012-02-27  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [8e750a2d9c653e0693738c847fe2ee2a8ab04052]

        Reduced loadtime of autocorrect tables

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [906e35f80a17d51c305e0db251e6224f5dd23d52]

        merge GetString variants

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [84fa063b4ce1bd6a8996c20c89e238ee38bcdcfe]

        fix msvc2005 build

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [b36d555440b86d8293b188e4d99ec8682a2139a5]

        drop UniString::CreateFromInt64

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [d6100ba273e7d73cc4b00a378ce5bad49559943b]

        callcatcher: update list

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [874966bd304d0ef5e6cb9cf7b60e6240a37d70b3]

        ditch archaic filter-tracer remnants

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [1ca675157d753371acd35aad4d824fb4f20f3330]

        fix CntHTTPCookieList_impl leak

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [e87810b69331f5d62cbeac0182c5bc2143f8856f]

        use a non-leaky singleton

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [7c0b65c75fc468f9bb32d3a963ee4474bf176f50]

        mpStreamMap is leaking

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [b737e913c4594d07270d9b59f6ca3792482e2356]

        callcatcher: update unused list

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [1190dab820a60907559fb1e7d8e6e5d4d58ecfdf]

        exclude some more external libs from unusedcode.easy

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [0e2c1fa763205056b91b5af3408cb2f0fd5d79f6]

        ByteString is no more

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [db088d32388f57f5915b57d36fb391678e03e285]

        clarify ambiguities

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [0ef8e5c10698de7fab17dfb3bae2e44962ff7b97]

        WaE: some super-high debugging level warnings

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [ab07cf855d5599a9262276c04d22d0edb7f64f37]

        WaE: some super-high debugging level warnings

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [9b58e3a752dbdd3df7b04b98218a5b769160d114]

        ByteString->rtl::OString

2012-02-27  Caolán McNamara  <caolanm@redhat.com>  [06dda2b7aef3693b4481fa6254fe3afd294f3363]

        make desktop Bytestring free

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [c35e81202cc709f3061e8b189af94e6858418940]

        Wonder what "integration" means

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [e28c5b15d72f1982636e8853cbd7e8838bc93a04]

        s/builded/built

2012-02-27  Tor Lillqvist  <tlillqvist@suse.com>  [190ff38183b8d763234d32ae712a2298021a1a73]

        Just call it "Windows" here, too

2012-02-27  Tor Lillqvist  <tlillqvist@suse.com>  [675cfeee6f66e265c696d539974a87e479b7b769]

        Fix shell / test OR operator confusion

2012-02-27  Tor Lillqvist  <tml@iki.fi>  [4c737b647078f35a2435e27d9f7f94039db9d6c3]

        Decouple disabling of scripting (BASIC &co) from OS being iOS

2012-02-26  Tor Lillqvist  <tml@iki.fi>  [42b11e861a6eb4fef43225259c300f87b8d1a625]

        aSfxInt16Item_Impl, too

2012-02-26  Tor Lillqvist  <tml@iki.fi>  [87d7ac7440808f8ed6c9c0f305b1b79f6860d208]

        Static linking for iOS effectively means "merged libs"

2012-02-26  Peter Foley  <pefoley2@verizon.net>  [a75873dea15719b5216cfd0476d30003ffc76e80]

        allow autogen.sh to be run automatically

2012-02-26  Peter Foley  <pefoley2@verizon.net>  [b4a66196b161d7c7a5c813a12ecb9ece33d23abc]

        update install-sh to the automake-1.11 version

2012-02-26  Peter Foley  <pefoley2@verizon.net>  [141a659f63b73d03f71cdb32ccbafa3b40c8b339]

        rename post.Makeflie to Makefile.post

2012-02-27  Takeshi Abe  <tabe@fixedpoint.jp>  [c471556c89e4efcd21c0e48f938792c493662492]

        Avoid temporary rtl::OUString in sd

2012-02-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [996f44c310520e3d7868c62d336aaec7bb0f845a]

        fdo#46144: "Distributy Columns Evenly" does not work with the selected columns
        
        regression from f7303fcac779f99931bfba48e8bfcf9c081af67f:
        
        -    SvUShorts aWish( nTmp, nTmp ),
        +    std::vector<sal_uInt16> aWish( nTmp, nTmp ),
                       aMins( nTmp, nTmp );

2012-02-26  Julien Nabet  <serval2412@yahoo.fr>  [67d01fb5d4010a2486e47cdd9f55f38a2da162f2]

        Avoid temporary rtl::OUString

2012-02-26  Julien Nabet  <serval2412@yahoo.fr>  [67c953e5a311bd2ab176b51341659b323e4f0ab4]

        Avoid temporary rtl::OUString

2012-02-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0499a44cddae31dff5ce1959aba8aa64119dea90]

        definition was removed, remove declaration as well

2012-02-26  Andras Timar  <atimar@suse.com>  [f15c1c3e03dc8c647e0e86718183ac39885d8510]

        print what directory localize tool cannot open
        
        Currently it cannot open /dictionaries under Cygwin,
        because it is a Cygwin symlink that Windows programs
        cannot follow. TODO...

2012-02-26  Tor Lillqvist  <tml@iki.fi>  [9eb1c0cb7c3ae261d21b7efb30a6dbb1ec21c02f]

        Fix typos

2012-02-26  Matúš Kukan  <matus.kukan@gmail.com>  [21261663205741892f780adeae119402f386ad9e]

        add AddFilterNameCheckOwnFile back for WNT

2012-02-25  Elton Chung  <elton@layerjet.com>  [ba8919e8129b5e8da112ad4f1d11bb39096c1e0e]

        Remove unused code

2012-02-25  Elton Chung  <elton@layerjet.com>  [0333d2101acf36c9f44e5cc51ff6964d8a98920d]

        Remove unused code in basegfx, comphelper

2012-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [552a9862f8a11d8e3b86eef710d91a322a3a2946]

        Avoid temporary rtl::OUString

2012-02-25  Michael Meeks  <michael.meeks@suse.com>  [9ab611a652334a98ba7922ee6a53b61bbcc4892f]

        android: move DamageTracker concept into SvpSalFrame and try to use it

2012-02-25  Matúš Kukan  <matus.kukan@gmail.com>  [7e454a3e3dc7f7f85a623ab6a7afab6f40bccaa6]

        gbuild_simple: add gb_Python and include also Tempfile here

2012-02-25  Matúš Kukan  <matus.kukan@gmail.com>  [66fdc38fb71e69669d09ff2f05656e5d654d4975]

        partial_build: make this work also for modules from clone/

2012-02-25  Matúš Kukan  <matus.kukan@gmail.com>  [48dc8ca4e1784dd6ebec1ab58a3a32651780afc7]

        make this consistent

2012-02-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [1fb5aea16f11c90aaac23486e584a17e0655b621]

        Show column/row grand totals only when at least one column/row field exists.
        
        Otherwise the grand total would be just a duplicate of the data field
        area.

2012-02-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [778a6993b971f13f4008491f54296e57b9026238]

        boolean cleanup in ScDPOutput.

2012-02-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [397e5668b7269e19d66705cbed5b577db0510a9f]

        ScDPOutput is now String-free.

2012-02-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [e7cd45417957fa1c57ca63fc6de2428647639f25]

        File scope local method in anonymous namespace.

2012-02-25  Matúš Kukan  <matus.kukan@gmail.com>  [aa2456ecb15a0f14b3e0a6470124a82f1460596f]

        use gb_Helper_PHONY here

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [77ffeb2dc5b14d37e47403c93f229da917da0141]

        Disable WaE in fpicker/source/unx/kde
        
        ...as the included kde headers produce lots of warnings.

2012-02-24  Andras Timar  <atimar@suse.com>  [1e343276ecb7e88482e0dd8b2a1e170dbffbe8ba]

        fdo#46571 add Gurmukhi MT font for pa-IN

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [ba8918aebd2b9f030e0fd684accc9bf21bd1eac3]

        Untangled the code a bit.

2012-02-24  Matúš Kukan  <matus.kukan@gmail.com>  [654a5bdd6cdd594d9268deabb5629fc8720d7514]

        filter out not needed uwinapi which is not yet built

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [89e836c64a885b676673af33bf98e5ef97869daf]

        fdo#40320: Insert only a placeholder since the caller relies on this behavior.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [67f37b1de7e64e3225844cfe38b9b1adace3fd85]

        fdo#40320: Correctly import data point formats in data series.

2012-02-24  Jan Holesovsky  <kendy@suse.cz>  [3dee9ff1c938cbc2272772c1c6df6f11ef5bab0e]

        MinGW: Make clucene build.

2012-02-24  Jan Holesovsky  <kendy@suse.cz>  [65d9696da19ea68cb576c93f3101eb145e4a1370]

        Trailing whitespace cleanup in the clucene configs.

2012-02-24  Jan Holesovsky  <kendy@suse.cz>  [330c38edfb2ba1c794166c0d885074b248198da2]

        MinGW: IFileDialog is present, but IFileDialogCustomize is still missing.

2012-02-24  Jan Holesovsky  <kendy@suse.cz>  [6cd8586f2332f2d8a87221452719c33ee0bb9d06]

        MinGW: snprintf might be present.

2012-02-24  Jan Holesovsky  <kendy@suse.cz>  [f61d4545b5fdced396153fac405be75a697a640c]

        MinGW: Don't build PostgreSQL, not cross-compiling at the moment.

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [c45e87d037ca11e6d173ab57fce295c5f01d2ccc]

        android: more libs corrections

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [b8f41e584cb876327c78e55bdfffb0424facfe41]

        android: get basic 0-9, a-z keyinput working

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [1c7c2c032301247416d977af17ddd4183cd339f4]

        test: remove, now redundant dummy dialog.xlc / script.xlc

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [3bc31727bb7107e770f48871cf7700a16e9bbc68]

        android: package more useful sounding libraries

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [63ac26703974f8481b112b1a881329fa7a8bca96]

        toolkit: fix module name for svt to 'merged' when using mergedlibs

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [1543f1ec6deba898f71b04d242af8bed74dcd8d6]

        basic: tolerate empty / missing dialog.xlc and script.xlc files

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [1dc601f1b62485e50fe43a8037aa5eb59c60cfe9]

        basic: remove un-used return value indicating failure

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [9cbef2656e07867fd84c9350d8b9e9baeb9bcef5]

        Removed unused --enable-ugly

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [f3f79cc9e6c265baf48955d53f7e888205e0b3e0]

        Resolves fdo#46074: Fix Partial::contains for paths that go past a leaf node
        
        Paths that already "failed" at the root node were not reported as CONTAINS_NOT,
        so that they were erroneously migrated, but with broken content (values of set
        member properties were nil).

2012-02-24  Matúš Kukan  <matus.kukan@gmail.com>  [b715e378aafc1015edcec797d938f72add993f25]

        gbuild: little more cleaning

2012-02-24  Matúš Kukan  <matus.kukan@gmail.com>  [ea37d89410d8b1c3d23e7ed76ff2cecd9f44ee56]

        gbuild: get rid of REPODIR

2012-02-24  Matúš Kukan  <matus.kukan@gmail.com>  [4ee6123d0547b86eb42f193686eb50e0fd4da872]

        Do not define PRUDUCT, we only use DBG_UTIL now

2012-02-24  Luboš Luňák  <l.lunak@suse.cz>  [752de2112756b49854942c532b083dbe9ea63a2f]

        missed instances of -std=c++0x when switching to gnu++0x

2012-02-24  Andras Timar  <atimar@suse.com>  [995b2f887bd75283d2d395d9430cd0472f7356ae]

        more silent output of non-verbose help build

2012-02-24  Miklos Vajna  <vmiklos@suse.cz>  [b538f6a0f4193531e1187874b4b35a4384d6fcd1]

        fdo#45187 revert "writerfilter import, fixed the shapes import"
        
        This reverts commit 0e26bd20978cbdd7c59368044c2a21b98ffba164. Sadly
        without a test document for the original issue there is no better fix
        for this one.
        
        Acked-by: Luboš Luňák <l.lunak@suse.cz>
        Acked-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [403b0a8d059de01b7297e1e6083eb41e930d73a7]

        -Werror=unused-parameter
        
        Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or
        if the class already has become obsolete anyway)?

2012-02-24  Andras Timar  <atimar@suse.com>  [870bbec1a5e88d47e0bf8b18ad539fff63c080d3]

        remove unused makefile tg_xmerge.mk

2012-02-24  Andras Timar  <atimar@suse.com>  [f38b7bb052fbe5fcd91ccb5af411850bff4acf2d]

        remove unused makefile tg_propmerge.mk

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [4c5f388aa40036afea2a51156a41f4eea7ef1d7a]

        -Werror=unused-parameter
        
        Not sure if this rather radical shrinking of XclTracer is good, though (or
        if the class already has become obsolete anyway)?

2012-02-24  Luboš Luňák  <l.lunak@suse.cz>  [5fd1a34816b81fee6f54ad93d0047daaeaea51c1]

        Revert "Work around g++ -std=c++0x rejecting "typeof" keyword"
        
        We now default to -std=gnu++0x, so this shouldn't be necessary.
        
        This reverts commit 437fe5a444411f68d1848c49121394f16f09611b.

2012-02-24  Luboš Luňák  <l.lunak@suse.cz>  [1cf7ab61a71d4b7295942ff5c855896e60c15081]

        use -std=gnu++0x rather than -std=c++0x
        
        The gcc default for C++ is -std=gnu++98, and -std=c++98 is used
        explicitly or with -ansi, so the C++0x "default" should be gnu++0x.

2012-02-24  Andras Timar  <atimar@suse.com>  [56dda70d3b36d136af4b17edca016ced1ff04ee1]

        remove unused parameter EVAL

2012-02-24  Noel Power  <noel.power@novell.com>  [22871f1af3be444e747f7adaad5221b9c8b0bebf]

        fix core when clicking on entries in Manage Names dialog in calc fdo#46568

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [602908b300d4d688d50355ebeca5d3063f25f475]

        fix oox debug build with DBG_UTIL guard for 'dump' usage

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [3ad0561957537ac755206347c0902632985126fe]

        android: remove annoying & un-necessary dialog on start

2012-02-24  Michael Meeks  <michael.meeks@suse.com>  [df92de0cc0e09ab96788e83bb7387946a3425fed]

        android: calm basic warnings by packaging macros

2012-02-24  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [168fc5c022538d287293bf933adde4b98c6aca37]

        Removed MSFilterTracer and all references to it

2012-02-24  Andras Timar  <atimar@suse.com>  [06dd0fda38f07a74ba8469542ed4afe93b47ee9c]

        fdo#46377 BASISINSTALLLOCATION = INSTALLLOCATION

2012-02-24  Andras Timar  <atimar@suse.com>  [a4ae955534ccc449ddf55fe1b5e5a25065af2ecd]

        fdo#44717 More helpful text when installer detects a running soffice.bin

2012-02-24  Thorsten Behrens  <tbehrens@suse.com>  [4591cd22409f870a0fa9263691945eea92359954]

        Use internal libxml for Mac release builds.
        
        Following up from 49843f0f9788e01805d8d0d27428fe5e6a4cc530, actually
        use internal libxml for release builds.

2012-02-24  Miklos Vajna  <vmiklos@suse.cz>  [15af96ffec893cd2b1df734fd61e79feae5e2976]

        oox: guard dbgutil-only methods with ifdef

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [9133fd623f2271da92a8a9f905f4c9c61a3de956]

        Rewrite fix to use the same SimpleResMgr ctor as it did before
        
        ...as the two actually behave subtly differently.

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [fd7912d0b58c71dd15d23d99aa7b8ca157d2aeb1]

        We never call pthread_cancel, so no need to guard against it

2012-02-24  Stephan Bergmann  <sbergman@redhat.com>  [ebf3bb71c325fb23b4519ce6478e9186d4e82927]

        salhelper::Thread::launch: check create() failure
        
        The assumption in the comment is clearly wrong, as osl::Thread::create
        returns a boolean result to indicate failure.
        
        Slight modification of a patch by Michael Stahl <mstahl@redhat.com>.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [bbb0dcaa4ba4baf0c0489cf868f6002317beefe5]

        Corrected comment.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [d16537b8d30c29fe30d4c2e68784e21a90663e98]

        Now we only allow one function per data field.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [3c870ad0ce6836546526aba45c07f34bfeacf804]

        Use SUM function by default in case nothing is selected.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [780436aaf7cb3675bed8277f0b0069b43a25b908]

        ???

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [34ff598994a52e8058e34074cb18a993e8c82157]

        Use a dedicated method instead of manually removing trailing '*'s.
        
        Also, caption shouldn't have a leading ' any more. We have a dedicated
        flag for that.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [d473a3699befc388d49bdba491a543d88bcf0778]

        Modify dup count correctly when dimensions are removed.
        
        Though normally dimensions don't get removed, since the entire save data
        gets re-built whenever the pivot model is modified.  So, this is probably
        for limited use cases...

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [513edaa41ddb4dfdf6e3ec1efd44f56ff959ef26]

        Properly tally original/duplicate dimension name counts.
        
        Else the duplicated data fields would disappear after clicking OK in
        the layout dialog.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [57875110e3365988bb01cfef42d8094cb076002d]

        Ensure that the save dimension and regular dimension have identical name.
        
        This was not the case previously, for duplicated dimensions.  Without this,
        setting layout names (aka custom names) to data fields would not work
        properly especially when the data fields are duplicated.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [efae4424c0f9381e6050541784358bfe1095189a]

        More scope reduction by early bail-out.

2012-02-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [346332125f2caf5551c0ac575efdcc70a0262442]

        Scope reduction.

2012-02-24  Thomas Arnhold  <thomas@arnhold.org>  [a3fccd27deeee38af5bb08c31e6317002a0e3e9e]

        unusedcode.easy: remove unused code

2012-02-24  Thomas Arnhold  <thomas@arnhold.org>  [695dca68537e56e66657a43667793af5eb4b6695]

        unusedcode.easy: OwnerLock includes this feature

2012-02-24  Thomas Arnhold  <thomas@arnhold.org>  [323fd82da0738b126335d4458f8a38abb26fa722]

        unusedcode.easy: Remove SotFactory::TestInvariant()
        
        Also CALL_TEST_INVARIANT is never used again.

2012-02-24  Eike Rathke  <erack@redhat.com>  [29b1914fad754ed94e61179f09aac50f1657f2e0]

        reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0
        
        * Partly reverted commit 660cb78cd6900ffebe215ad4b3913bbe35ac9883 to preserve
          the oox::PropertyMap::dump() methods that are needed by
          oox::PropertySet::dump() when building dbgutil.
        * Did not remove the oox::PropertySet::dump() as well because all is part of
          the oox dumper, I guess we don't want to remove that in it's entirety ...

2012-02-23  Matúš Kukan  <matus.kukan@gmail.com>  [660cb78cd6900ffebe215ad4b3913bbe35ac9883]

        unusedcode: remove something from oox

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [cf2dede2132eef56bda324396ede7ee61d8f4a2b]

        No need to compile it as Objective-C++ for iOS any more

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [23f2719479a9eac0fde0e4cc6e4ea048886857c1]

        Tentatively drop gettext from cross_toolset

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [5f9657ba54a744db564163d60e4fb3626d52f6a2]

        Filter out forms/util/frm component for a build without database connectivity

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [299262446f6c9d4b567f7f3db0e272d2038b5027]

        Make sure headers are "delivered" also for libs that are bypassed for iOS

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [1a39b3005d087ec8ea19fb8d9c4bb76dc50b535a]

        Bin obsolete options

2012-02-23  Tor Lillqvist  <tml@iki.fi>  [dd3f4855ecdfe7ce765d59d3d77d754948028aa4]

        Unify indentation

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [0a45b102953a86ea3f26ffd5740f791b3f752f08]

        don't point inline at non-existing method

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [cfcfd8848e2354dd942eb54e1da13b7b5027cb6c]

        make editeng ByteString free

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [12310746edc0f43e4b1be84e311dd0dee12701cd]

        accumulate into an OStringBuffer

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2d15260688aca175b5ce19d6b65cacf177c14532]

        Fix comment

2012-02-23  Julien Nabet  <serval2412@yahoo.fr>  [bad98a1aa71e1a76c6ca4033f82168fe5b098b64]

        fdo#46339: Fix Query Wizard by putting the right ElementName

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [c06f9327ba3edd627bc761655870d906937a3a36]

        Fix MSVC build

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [86ffa606478d18968babe809931be65463399fbb]

        Get rid of CREATEVERSIONRESMGR[_NAME]

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [64de14a0c14d5c0f47692f4a956d71bfe75614aa]

        My fix is nicer ;)

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [74214eba7424dd1d2c23ba1be07ec8d345193a14]

        Clean up

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [67f67509ff20c0d5b6e9f3557fb1e427655601ee]

        lock in ByteString gains

2012-02-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [d1421ed9862eaf8e509364ce0a0a1f3af052f7c9]

        typo

2012-02-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [e10aed115b5c861e0e639d374c54b3d0b760502e]

        glib and gettext are only needed when ENABLE_LIBRSVG
        
        Although 'gettext' is a 'cross_toolset' dependency, it seems irrelevant.
        See http://lists.freedesktop.org/archives/libreoffice/2012-February/025771.html

2012-02-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [98a11f3ad998a17e68a5cf5769cd39eead389f86]

        Some doxygen warnings cleanup

2012-02-23  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [7506e70e353d2d532b139c9856df55e12fa2dd39]

        Tabs to spaces, no code changed

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [37f527e9892904f49879635d96670a7e4838ec4c]

        Tentative libcroco fix for Mac OS X --without-system-libxml

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [c31e1bae8e9ba6cc90f4585f5d8aeab29cb5263a]

        fix for cross-compiling

2012-02-23  Joachim Lingner  <jl@openoffice.org>  [a6ff118c4fdb3af7702c463d995df38742da3464]

        default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165
        
        cws jl166 patch: #i117010# default conversion of sequences is now again SAFEARRAY of VARIANTs

2012-02-23  Noel Power  <noel.power@novell.com>  [985ad082a56cd4bc47cd230e11f1cd771e08f9de]

        Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)"
        
        This reverts commit 3fcb94311fd7dd40c05ca132e3a30a888316cbbe.

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [249059454f35a55bd7f6756d2b361f8c3e07c8e0]

        Revert "Replace installer::parameter::make_absolute_path."
        
        This reverts commit 8b65b2a3842a90ba565285f0cb796c5d76eef4ce.
        
        Because windows install sets didn't get generated afterwards,
        possibly due to cygwin absolute path complexity

2012-02-23  Michael Meeks  <michael.meeks@suse.com>  [6aace905c0929adf79d0cfa146f168d75cc2e953]

        add ia32 non-virtual thunks to linker map

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [825d31d5f11364bea4184cabb538f8b6575d5795]

        ensure ppd translation indexes are valid

2012-02-23  Santiago Martinez  <smvarela@gmail.com>  [84cc2688f429ef915810a3799f46ae98293096a6]

        Remove unused code as listed in unusedcode.easy

2012-02-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fda2c3639de6b673faf2ccd84b6d4318e592fbf0]

        WaE: aPosition is an unused parameter

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [2c7a532b7e2b8cf41792292610df96755b131987]

        WaE: nWidth might be unused uninitialized

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [593769cec1c3e1c8afe299a49a0da7157f2ba8e8]

        Fix CLucene _DEBUG code

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [284069dd0be5ecd700f61e7c5b7e6b3d78065aa6]

        clucene missing from gbuild_modules

2012-02-23  Santiago Martinez  <smvarela@gmail.com>  [38f487a7330df5c85845663d5b10d1069585f614]

        Remove unused code in ScUserList

2012-02-23  Catalin Iacob  <iacobcatalin@gmail.com>  [f881540b3295c17286f8003c7b897907bf9f57cb]

        cppcheck: fix "possible null dereference" in ScMyCellInfo::CreateCell.

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [3b18642d62dad7128420f1d59f632acf5057da2b]

        tweak generic config for MacOSX

2012-02-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e3e7623bf6cecf0e32912347a58e5a2c7297099d]

        fdo#45560: Fixed docx textbox borders style and width import

2012-02-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [94698d89f675da9b4da1143fa150bbd76def6ccf]

        fdo#45560: Fixed docx textbox position and size import

2012-02-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f0a0b8fb67f76dd91ac2e28f67620d2e026cf4be]

        removed remaining #if DEBUG

2012-02-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b86ea3948d5a8d43a385ba5851386d8f1daac8c2]

        Make column breaks indicator independent of meta-char viewing

2012-02-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2fefaa2852da33e4d4cf33628b76bbe302ecbfdf]

        And silence warnings in libcdr too

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [235db83d4c4a18eaa0b183f6ef891e7d2dc12e26]

        another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSX

2012-02-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ada908ab14b10fd15a0e172809546c5fffc7d952]

        New release of libcdr 0.0.3, the best FOSS CDR converter ever

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [419cceda368284743e8fcd873d7bec94423cc37c]

        use the same compiler test for atomics in clucene as sal

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [caf607f20373df99e67f271ca0e9aaa7118838fb]

        wcsdup not universally available on non-windows

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [55cece225238e634b8a8ebd0445a9aca4c5c57eb]

        Add shl/LOADER/URELIB to make --without-sytem-libxml work on Mac OS X
        
        I doubt that the "LOADER" token is needed at all, but will investigate that
        later.

2012-02-23  Michael Stahl  <mstahl@redhat.com>  [7b72d62a7180db7e5fd1831d0455dee59fee1edb]

        reportbuilder: untested fix for WITH_LANG build
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2012-02-23  Andras Timar  <atimar@suse.com>  [aee538eb752325846966eb440e424126e00531af]

        do not print ".\n" to console

2012-02-23  Eike Rathke  <erack@redhat.com>  [082b2bca9f82e760c0092bde3d46242c446ebdb8]

        fdo#46411 added [pjt-AU] Pitjantjatjara to language list

2012-02-23  Thomas Arnhold  <thomas@arnhold.org>  [d8fc1770099c5bd96ac518561f10840a7dfd62d1]

        remove all other deprecated header guards

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [3313f7a555300bdce3fe18117386397431b4202b]

        merge cppunit test dirs together
        
        drop archaic makefile.mks and export.maps and use consistent naming

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [2eb36a839a5d71fe20c2061c454457a364396593]

        workben urltest duplicates qa/urlobj cppunit test

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [55b71dcc18ff1c736c6ec4a3facc46dfb97d744f]

        convert workben inetmimetest to cppunit test

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [416010c7d302874821a0a8db1a5e77f3d3cb51c5]

        ditch useless, duplicated or non-recoverable workben files

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [331b377c8dacfd9e95275c93e39c59ed91c8e8ad]

        make vcl ByteString free

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [971ca6c25522fd07e4cd06ac1b2c2681ef5df6f3]

        fix windows import lib name

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [9f33cd3f6c4d48519511e7c3eef67f1f671c2814]

        disable warnings in exported headers

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [03aebc6b11ebbb3cd5988381311025373eb194eb]

        need to export more headers from CLucene

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [b06d05fbdace491977b7a1cf8090b13ce37393c9]

        reduce try-catch CLuceneError block

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [97fc40055d33f4e56a634995446eece45caaa2f3]

        not every extension's help will have help in all langs, catch that exception

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [3ea0a0a45e7256304f95935706c8bdf3940d0b0e]

        ja help overflows clucene's default limits

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [98d6d98f5cd0fdc856ddf50757bd93da8cb808a4]

        ditch archaic headerguards

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [d5c14a99dc9f0354b619181e7c2943c7e5ba121e]

        just link to HelpIndexer

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [170b9551b24b400fd98ef226e54a837a132870de]

        tweak for cross-platformity

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [561cbe2bd5f5983bb3f95e226f3c3230030fe532]

        document how to enable contrib-libs for distro's system-clucene

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [e4825f45e583a2309f343a8abedfcc4200e08268]

        make sure we retain fix for fdo#40665 in clucene

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [8f6321b77528b70f170a8f0e74ce003e8bd9219d]

        use different OUString ctor for RTL_TEXTENCODING_UCS4

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [c4e3596820d0d71a86bd2f88a428b34d2c587074]

        HelpIndexer and HelpSearch: remove Java

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [71231b9ea4a16e3582566e12a619b4deddef87c5]

        Bugfix resultsetforquery

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [bc923636b45e47a4caeab6dff433aa28307ca145]

        HelpIndexer: use OSL for directory access

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [70a7cd0923795ee5c8210b476e2897d12988ad95]

        Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [796818d7b5a63c30d1ec837172deb73e300bfc38]

        tweak build

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [0f691cc6896e03ab8ca805bf0689bc0fc53dd42f]

        HelpIndexer using rtl::OUString, called from xmlhelp

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [db4bc712df5fbc17528b3f0fe694d84fb4bfeb66]

        Separate HelpIndexer into header, implementation, and main

2012-02-23  Gert van Valkenhoef  <g.h.m.van.valkenhoef@rug.nl>  [25caea6f0d6806b44c611bef448b97e260306258]

        Add C++ HelpIndexer

2012-02-23  Caolán McNamara  <caolanm@redhat.com>  [15704e6319c1194944df6c25a9d1ce413f309610]

        bootstrap replacement c++ help component

2012-02-23  Petr Mladek  <pmladek@suse.cz>  [5f7667e9c193f281c344fb38408028235c871a15]

        set back rpath to ure/lib for libxml on MAC
        
        The library is installed in ure/lib. Thanks Stefan Bergman for the pointer.

2012-02-23  Matus Kukan  <matus.kukan@gmail.com>  [18339dbc452d6e074ed4e94cc47db1249600a48d]

        fix build on Windows: use OUString

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [d6b39054fc0d47e01f01954279abf3ba3d8e9242]

        Adapted Reader to safer-to-use salhelper::Thread
        
        ...which required some Reference namespace clean up.

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [8b960f0ec4ac13a98d8b1c33cf23ef82cc5b6841]

        Adapted LateInitThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [d3f4ee2bc288bc3289e61354e00b40128ae98523]

        Adapted SvtMatchContext_Impl to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [b5764eb9f4e95c4e77bc04e5556a7729c8de5441]

        Adapted FileViewContentEnumerator to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [2eaa1422a032d6a7ffc72a2abeb3dd3e6248a263]

        Adapted AsyncEventNotifier to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [40d21ab3c75a7c18de940162563015ae80136709]

        Adapted OfficeIPCThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [e4c7862ba289cc11b88f6059517fff091ab074f7]

        Adapted SearchThread/TakeThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [97355467b403d2277e65a8582ab63ce8fb002806]

        Adapted WriteThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [d21fb1451e7260e179b90ed95664f9bebb67eed1]

        Adapted Reader/Writer to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [0a5dcfe4a1955879f9a0d08ab5f2e826e9d4c2b9]

        Adapted AsynchReader to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [f7afe3b7b07800d130b4d9102f2a94ccac0ebc52]

        Adapted TickerThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [123c59342c7191ae7972b76da2ccd28788ac7cee]

        Adapted GCThread to safer-to-use salhelper::Thread

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [a342b3e3b0c4c2baa40442ab4580f5091c6231d1]

        Moved dp_gui::Thread to salhelper::Thread, so that all code can use it
        
        ...also improved the code somewhat.

2012-02-23  Stephan Bergmann  <sbergman@redhat.com>  [5b98bb47139588d2b8ca31060f9d48377a4fbfdc]

        log-areas clean up

2012-02-23  Josh Heidenreich  <josh.sickmate@gmail.com>  [e9d045f0f476c80060a350c08d8b253eaf41c41f]

        Translation of German comments in sc html filter (htmlexp2.cxx)

2012-02-23  Michael Stahl  <mstahl@redhat.com>  [91fab30f3b1617024ee2eadf3c7ad1ea84d7f6dd]

        fdo#46482: prevent duplication of frames:
        
        SwDoc::MakeFlySection: abuse the SwDoc::mbRedlineMove flag, which
        (with the fix for fdo#40599) does exactly what is necessary to prevent
        the spurious copies.
        Also, remove the ugly hack to work around this problem from
        SwXText::convertToTextFrame.

2012-02-23  Michael Stahl  <mstahl@redhat.com>  [23e52c207760c596cc2f841ef59f3100c110d591]

        fdo#40599 i#112763: fix frame duplication:
        
        SwDoc::CopyFlyInFlyImpl: When called from SwRedline::CopyToSection, do not
        copy frames that are anchored at the redline end node by checking
        IsRedlineMove(); these frames are not deleted by DelCopyOfSection and were
        thus duplicated on every Show/Hide redlines.
        (regression from 62ebbb006b4a11974e14dd61d3c453a98336f951 (CWS os131))

2012-02-23  Michael Stahl  <mstahl@redhat.com>  [d066f7e4afb3c9e395932ba7bf8715ad0770bcdd]

        vcl: crash in GraphiteLayout::expandOrCondense:
        
        When printing the bugdoc from i#103958:
        
            error: attempt to subscript container with out-of-bounds index 5, but
            container only holds 5 elements.
        
        #4  0x00007fd37902be5e in GraphiteLayout::expandOrCondense (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:848
        #5  0x00007fd37902bc54 in GraphiteLayout::AdjustLayout (this=0x35296a8, rArgs=...) at vcl/source/glyphs/graphite_layout.cxx:812
        #6  0x00007fd3790345c8 in GraphiteServerFontLayout::AdjustLayout (this=0x3529640, rArgs=...) at vcl/inc/graphite_serverfont.hxx:76
        #7  0x00007fd378d5c91d in OutputDevice::forceFallbackFontToFit (this=0x35022c0, rFallback=..., rFallbackFont=..., rFontSelData=..., nFallbackLevel=1, rLayoutArgs=..., rOrigMetric=...) at vcl/source/gdi/outdev3.cxx:6094
        #8  0x00007fd378d5cece in OutputDevice::ImplGlyphFallbackLayout (this=0x35022c0, pSalLayout=0x36136c0, rLayoutArgs=...) at vcl/source/gdi/outdev3.cxx:6206
        #9  0x00007fd378d5c6fe in OutputDevice::ImplLayout (this=0x35022c0, rOrigStr="\327\252\327\220\327\250\327\231\327\232:__________", nMinIndex=0, nLen=5, rLogicalPos=..., nLogicalWidth=570, pDXArray=0x0, bFilter=true) at vcl/source/gdi/outdev3.cxx:6065
        #10 0x00007fd378d5b9da in OutputDevice::DrawStretchText (this=0x35022c0, rStartPt=..., nWidth=570, rStr="\327\252\327\220\327\250\327\231\327\232:__________", nIndex=0, nLen=5) at vcl/source/gdi/outdev3.cxx:5840
        #11 0x00007fd378d27f1e in MetaStretchTextAction::Execute (this=0x3588880, pOut=0x35022c0) at vcl/source/gdi/metaact.cxx:1482
        #12 0x00007fd378cdbea5 in GDIMetaFile::Play (this=0x7ffff63e7da0, pOut=0x35022c0, nPos=1283) at vcl/source/gdi/gdimtf.cxx:424
        #13 0x00007fd378ea1c6f in vcl::PrinterController::printFilteredPage (this=0x34ff550, i_nPage=10) at vcl/source/gdi/print3.cxx:1207

2012-02-22  Tim Retout  <tim@retout.co.uk>  [617c91401651d96f4ad48b529efd8d2390ae7a4b]

        Remove unnecessary $run variable from installer.

2012-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [23dace36e79aba275592d611298abe524d4adbbf]

        WaE unitialized variable

2012-02-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [49843f0f9788e01805d8d0d27428fe5e6a4cc530]

        support using for libxml2 internal on MacOSX

2012-02-22  Tim Retout  <tim@retout.co.uk>  [f05664d182b97d3a1cbdba87eefb3fea1d1021f6]

        Remove another form of debug logging from the installer.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [251c24fed0fd34cec7e699a8af608748e5b9b4bf]

        Scope reduction.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [32b074bef73e44df397145fbc5e984713f4ef995]

        Slight cleanup.
        
        No need to make a duplicate of ScDPObject.

2012-02-22  Tor Lillqvist  <tml@iki.fi>  [21aec7e5d724042773d9d5ea39f477113ace0c39]

        Updates for iOS, and Xcode 4.3

2012-02-22  Tor Lillqvist  <tml@iki.fi>  [59dfa5518097138f1c1864cd3b6d7f5072572e74]

        cppunittester hacks for iOS, intermediate commit
        
        For iOS cppunit plugins aren't really "plugins" (shared libraries),
        but just static archives. In the real main program of a cppunit app
        (such are not yet written), which calls the lo_main() (the
        SAL_IMPLEMENT_MAIN() in cppunittester.cxx) we specifically will call
        the initialize methods of the CppUnitTestPlugIns that we statically
        link to the app executable. Hopefully that will work out as expected.

2012-02-22  Tor Lillqvist  <tml@iki.fi>  [6239540d7d1ea0c9fa83fede64c6ce10f00dba71]

        We don't want to build real executables for iOS using gbuild
        
        Our current <sal/main.h> doesn't produce any main() anyway, but a
        lo_main(). Just like for Android, except that for iOS we don't produce
        a shared library for gbuildified "executables", but a static library
        even. Compiling actual main programs and linking with all necessary
        (static) LO libraries will be managed (for now) outside gbuild.

2012-02-22  Tor Lillqvist  <tml@iki.fi>  [5241f06f93d0455b3e8a974a4939ad816fe33db0]

        Do build cppunittester and don't build osl_process_child for iOS

2012-02-22  Tim Retout  <tim@retout.co.uk>  [9eb6527dae59c661942a7cd91c4d4b317cd33ef0]

        Re-enable errors for help pack files with no source.

2012-02-22  Stephan Bergmann  <sbergman@redhat.com>  [f21132a7cbc437b1bfe6440962042f2d5492a8af]

        -Werror=unused-but-set-variable

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [13ff8cf43fb003d4d54cecf6b11cc055339bb22b]

        No sense making a copy when you don't modify it.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [58c292df96e4813359ac2d9150132d0da14cbfce]

        More string and bool conversion.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [057d4db997796fa47f71c31b3bcda892c97d65c7]

        Properly transfer layout and subtotal names before and after the dialog.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [b6ddd7008b4a7331d6dd1d7fdfcc342c41fbd06a]

        Reduce scope level.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [518c1fd9a65b0b5567f54b481223d260b4befbb3]

        Correctly generate data field dimensions when pressing OK.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [f401f8ac518323e08d77507022b9c8a0703f9b14]

        Correctly display layout name of data fields.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [f57bd35e915aa5d000aed2b5c4c00f1c9491e551]

        Separate initialization of data field buttons.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [1d71cba38cd72365dad7462bc9d5b06fb2b62637]

        Only show original dimensions in the select window.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [c52c26e0c93576ad64a70396dccfd61c871f1759]

        Return original dimension position via UNO in case it's a duplicate.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [561dd143665caa8f21648b1822156e37d1e352bb]

        Removed virtual-ness from effectively non-virtual functions.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [94d5262ed88d40d7f1793e0d82534ecdc541b944]

        auto_ptr to boost::scoped_ptr.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [8550b9331d28b5691f21d6d2bed7a784d199f81c]

        Scope reduction.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [1f4ce4ed9f8e9e47e866dc7a7a5d1ad292a4d78c]

        Some cleanups.
        
        * No source column offset since we only store 0-based field index
          everywhere now.
        * No more function count since each pivot field can only have one
          function.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [c8cfc307d0b62dee93c4843a0f6f0c0660543e93]

        String and bool conversion.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [10be7247a8d0488aa535dcd60444a371f029e90b]

        This is no longer true.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [ec057e46646f21e3a8eba82c935283daec84e147]

        Use ptr_vector for ScDPLabelData vector.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [fb487ea4c16d015bf69fb965fd0ad36c5bb03fde]

        Use ptr_vector to replace vector with shared_ptr inside.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [0ce7d1bcd0adbd2e9b2504c2bece603d7d8a1329]

        String and bool conversion.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [8cf371314ae1d664b4a749865cfe5ed31398b3ed]

        Don't up the duplicate count when launching the options dialog.

2012-02-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [c5f0c11604bc64a0e6c4dbcdd7a4e077f834f407]

        Alloow pivot table layout dialog to have duplicate data fields.

2012-02-23  Takeshi Abe  <tabe@fixedpoint.jp>  [dcd7dc43376c914027b76525959a9cea71d9279e]

        avoid temporary rtl::OUString

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [938ddf379004d9696a005ed612994576e2d7cca0]

        testcase for fdo#42465

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [0915f1b3d77afa694a2ca692aec307846827da99]

        fdo#42465 fix RTF import of unicode characters with backwards compatibility

2012-02-22  Michael Meeks  <michael.meeks@suse.com>  [0389b77a3cbea09ddbae238d7934d4c6349a8d37]

        fdo#33393 - tentative workaround for autosave image loss
        
        cf. lengthy analysis in the bug, this appears to merit wider testing
        for 3.5.1 RC1 and wouldn't be sensible without that, so commit early.

2012-02-22  Petr Mladek  <pmladek@suse.cz>  [cef1ba2d58cb8a6928055b322c88a79b5b5c0ad4]

        Disable problematic reading of external entities in raptor

2012-02-22  Luboš Luňák  <l.lunak@suse.cz>  [f150ed241ff796a25bd1a797155104198b415f18]

        OUString ctor for string literals without RTL_CONSTASCII stuff
        
        http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html

2012-02-22  Noel Power  <noel.power@novell.com>  [768da511046f22346874734da2418117f71dcd11]

        force imported xlsx active tab to be shown bnc#748198
        
        weirdly even though a sheet/tab can be marked as hidden in workbook.xml, if that same tab/sheet is the active one then it *will* be shown

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [d453788ac0476cc02b929b0907718ca771d6d956]

        SfxNewFileDialog_Impl: drop unneeded includes

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [9fec1e59fa7e92cf91eaf8376f30160edcb86242]

        testcase for non-box paragraph borders

2012-02-22  Michael Meeks  <michael.meeks@suse.com>  [fdb9d721c18fb3c3f81f7384ad544e72e969f448]

        revert slew of debug code committed in error

2012-02-22  Josh Heidenreich  <josh.sickmate@gmail.com>  [131cfef07ba1e941686bf71c4583b06e54e87434]

        resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML export

2012-02-22  Petr Mladek  <pmladek@suse.cz>  [98c5fe7cb94b249363fc99134def17a735e02c6e]

        Fix build of the optional stdlibs package on Linux

2012-02-22  Greggory Hernandez  <greggory.hz@gmail.com>  [aff6db70245a74039b5331810d3ff654b1f6af63]

        fdo#37210 - UI: Calc usability improvement: Merge cells on right mouse click

2012-02-22  Luboš Luňák  <l.lunak@suse.cz>  [00f022bac10629d35eb6f073c3dfe90e120202b5]

        fix misleading comment caused by previous commit

2012-02-22  Andras Timar  <atimar@suse.com>  [5f34354fae4675d21be83261de8e82a5f8da2f09]

        fix mailing list addresses

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [fe4cea3e8b7416151f67bc6e72e12cc6cf6a0f6d]

        RTF: clean up border property handling

2012-02-22  Miklos Vajna  <vmiklos@suse.cz>  [343b52ee76f1a88a27007319af644dcce76536cc]

        implement RTF import of non-box paragraph borders

2012-02-22  Michael Meeks  <michael.meeks@suse.com>  [f9ddb32de8c00cd12485478f21f41e2a28d7564a]

        WaE: retain parameter names in the base class for documentation

2012-02-22  Stephan Bergmann  <sbergman@redhat.com>  [88def708899cbca0313005541a82859cda28edbd]

        -Werror=unused-parameter

2012-02-22  Thorsten Behrens  <tbehrens@suse.com>  [2c7e061997202df9e602e209cf40c61606582e8e]

        Fix fdo#45219 wrong transparency for animated objects.
        
        With the attachement from said bug, and cairocanvas, sprites
        are displayed multiple times above each other (which, for semi-
        transparent sprites, lead to incorrect overall transparency)

2012-02-22  Jesús Corrius  <jesus@softcatala.org>  [1f6e33c7c349755820448f4bdfe0ce0eb4a039a6]

        Revert "Update header license for Fridrich", as the old license was a more accurate representation of reality.
        
        This reverts commit 1dd5b991258424a19dc60b053d044db66fe3ba1a.

2012-02-22  David Tardon  <dtardon@redhat.com>  [9116f5fdeb305561e24ed4ed3e0e6ffa23e86b05]

        jvmfwk is versioned
        
        This reverts commit 1e4961b82554bcac4e7103345354ed8fb7782472.
        
        Conflicts:
        
        	Repository.mk

2012-02-22  David Tardon  <dtardon@redhat.com>  [2dea294025d3468ca4afffe04ce697dcfe72de36]

        put version number in all versioned URE libs' names on MinGW
        
        It does not make sense to do it for some of them, but not all. It is
        also inconsistent with other platforms.

2012-02-22  David Tardon  <dtardon@redhat.com>  [0e981390fb8000c0a5d2bb98917f4ffff6ad636a]

        these libs belong to URE

2012-02-22  Stephan Bergmann  <sbergman@redhat.com>  [2484811c3a004d531a6c216c0cd8ff34f6fad68c]

        Revert "add dylib to the list of native python modules for Mac (for pyuno.dylib)"
        
        This reverts those parts of commit f892f979ce17c70ccff5c802db17f24129628504
        that add .dylib as an extension for native Python modules, which in turn was
        obsoleted by 2ea723e8ce4077c7efa957d278637c4d9f32cf14 "Revert 'Mac OS X uses
        .dylib and not .so for python modules.'" (and I verified on Mac OS X 10.6.8
        that both LO's internal Pyton 2.6.1 and MacPort's python3.2 indeed import a
        pyuno.so just fine).
        
        There were additional modifications regarding pyversion stuff in the original
        commit f892f979ce17c70ccff5c802db17f24129628504 that appear unrelated and which
        I left intact.

2012-02-22  Stephan Bergmann  <sbergman@redhat.com>  [b96b5aff2bfb4b0c4545e0a7f52679301dfcdb52]

        Allow to override --with-python=system withh $PYTHON on Mac OS X

2012-02-22  Michael Meeks  <michael.meeks@suse.com>  [f3d9913a902ac6018bfc9129913150f313c5fba5]

        add cleaned up / improved warning for broken environment

2012-02-22  Cor Nouws  <oolst@nouenoff.nl>  [81fc5e9208a9c5b5c3df9ea3fedb62ea6499b981]

        removed check on need to run Env.Host.sh first

2012-02-22  Greggory Hernandez  <greggory.hz@gmail.com>  [f1cf3d1d6a18af079f8afd0b18be5b15b043948e]

        vcl: fdo#46399 cleanup and share dummy virtual methods ...

2012-02-22  Jesús Corrius  <jesus@softcatala.org>  [1dd5b991258424a19dc60b053d044db66fe3ba1a]

        Update header license for Fridrich

2012-02-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [91f255df4e526bc9045793b52005339eb5aba39f]

        Separate stdlib package (work in progress)

2012-02-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [33eefb2c5e15b6eb69629632cf5dc7c2f3452df8]

        Bundle again C++ stdlibs with generic Linux build

2012-02-22  Thomas Arnhold  <thomas@arnhold.org>  [22e96521da9614c07b75452dc27014aca079fbf1]

        WaE: silence some documentation errors

2012-02-22  Thomas Arnhold  <thomas@arnhold.org>  [ef026f335902a278f8594d612826508277d81bff]

        unusedcode.easy: remove some more

2012-02-22  Thomas Arnhold  <thomas@arnhold.org>  [178ce4295ba864b4dd5082eff7e3444d5cead6ca]

        unusedcode.easy: vcl: remove DrawNativeControlText()

2012-02-22  Josh Heidenreich  <josh.sickmate@gmail.com>  [936ebcfa4b44a90bdc8789ce7556f1ba3599375c]

        EasyHack fdo#46258 Removal of VCL testtool support (-enableautomation option)

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [b1073d9fa264139333704f82553ade9979e2ca24]

        WaE: silence some documentation errors

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [41e8fe179f10f224433b26daba105ee92c661ac4]

        WaE: remove variable scope

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [a3bf3451a9c7859848d02bc56a616df3f9adf0a4]

        WaE: arrayIndexOutOfBounds

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [9d5bcff31cfc511bfead51ee1a743300c520b243]

        WaE: unreadVariable

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [a055963389661e252b4a39dd1d7e5f566bd954bb]

        WaE: unreadVariable

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [85596c5cf63d5af6116eb87f9a653e83366c43c1]

        WaE: unreadVariable

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [46a4ccb02e0cc1f4b10df1966e1dbf538838c1ae]

        WaE: unreadVariable

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [e6773662df70742db888c006db60b5c9a1ad9f5d]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [e001ca128010317f30f88def27625768043b1fa7]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [cbdcc55b6d18d8a8c79441e4604fac90423a0d22]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [7dc7a33a30efad050d5619c8f51622fe32e5e1b4]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [a38828d33c0b2d4fe1d353b5bec65b5ecefec8d1]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [c94460d43cc4be450c4bee03b39328491a7f1d23]

        WaE: duplicateBranch and unused var

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [0f42e7c83369d8e13e4770ed4ad18d50a1c0bd5b]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [5f78d1d9ac9850f8a9fd25d5189b226e90a49bb2]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [45ad6029e1422c659e627bb30ecda50ccb61060c]

        WaE: duplicateBranch and use sal_False

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [4b91a8fb34e4be7c3bcb64c50b806a432b79d15d]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [a2a2e45c3e11191b13edfe707543b063a639ab74]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [f9cac2a31dc0c797f35af082072676f3381e718f]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [4e83223da4b960e25a8afd818e8622ab12aa0d60]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [155f694da8b1db4b3199c9b545d6bbaa071b4c40]

        WaE: duplicateBranch

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [4853bc9ac54243a65e82debfad45f99b0e51913e]

        WaE: Same expression on both sides of '||'

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [d66991e1f50a85e312562ae71f2407556d7ba330]

        WaE: Same expression on both sides of '||'

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [6998c635b06dca7b5a335c71b74ed0862e9d7910]

        expand and remove css_ui macro

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [8361d62aa9d497b60c575ff04ff1f88847e84863]

        expand and remove dcsssf macro

2012-02-21  Tim Retout  <tim@retout.co.uk>  [37b0805a8c0498143dedb5f77038ac4e118b8711]

        Remove unused subs from installer::epmfile.

2012-02-21  Tim Retout  <tim@retout.co.uk>  [145a69f5df82d04d3dcde6709a2cc1f7cebcda66]

        Remove unused save functions from various Perl modules.

2012-02-21  Miklos Vajna  <vmiklos@suse.cz>  [2cd5042eb83ade5f883f5f6ea986bcdbd1e8f620]

        testcase for RTF import of drawing objects

2012-02-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [43eefa11eb1d025b7967e75574f07603f6ac8a96]

        pythonloader.uno.so, libpyuno and pyuno are duplicates for linkoo too

2012-02-21  Michael Meeks  <michael.meeks@suse.com>  [0175037f98bb27e1b217121539655e561b84fe1e]

        WaE: potentially uninitailized nMode

2012-02-21  Miklos Vajna  <vmiklos@suse.cz>  [fa9e867a342a37d84f02f7e801962761cc1d2b6f]

        implement import of RTF_DOB{X,Y}{MARGIN,PAGE}

2012-02-21  Miklos Vajna  <vmiklos@suse.cz>  [bbef8b4a93ff840fa6306cc6e41e1e2dd3e6c8fa]

        implement import of RTF_DPLINE

2012-02-21  Luboš Luňák  <l.lunak@suse.cz>  [e6d0daefbdb8367384d8e5c217f65118bd8dc565]

        build also with older npapi
        
        They were apparently lame enough to make a source-incompatible
        change without changing API version or anything similar.

2012-02-21  Ivan Timofeev  <timofeev.i.s@gmail.com>  [46fd2a3bf2a53c64c040590afe450505fcb13c10]

        use a for loop

2012-02-21  Noel Grandin  <noel@peralex.com>  [a4aa96be3a9e24099a45850cadd5074d2db9a199]

        convert svxrtf.hxx in editeng module from table.hxx to std::map

2012-02-21  Michael Meeks  <michael.meeks@suse.com>  [5f06a2b734941a79983ecf8476b412bf6ce5e9e8]

        flylay - add back ';' removed in error

2012-02-21  David Vogt  <david.vogt@adfinis-sygroup.ch>  [561c30b331f48e8e5ba5ee78d43ab011549dc6c4]

        Correct spelling and fix trailing whitespace

2012-02-21  David Vogt  <david.vogt@adfinis-sygroup.ch>  [414848b276b0f8a6d9e73a78e0985f798ff9def1]

        flylay: german comments translated

2012-02-21  David Vogt  <david.vogt@adfinis-sygroup.ch>  [b4aa7d03033a0a4094af66da3f9063338724b486]

        Translated german code comments to english

2012-02-21  David Vogt  <david.vogt@adfinis-sygroup.ch>  [cc6697fa0bac2a8963bfc4bf2ae6f717e654380e]

        Correct some spelling errors and trailing whitespace

2012-02-21  David Vogt  <david.vogt@adfinis-sygroup.ch>  [d71b97c1687c3b87337737d4b975986e1933f352]

        Translated german code comments to english

2012-02-21  Noel Power  <nopower@suse.com>  [ad7f850e829a4be91725b6b7086f6a871a84bae5]

        later cygwins have a different locaton for process.h
        
        Signed-off-by:  Petr Mladek <pmladek@suse.cz>

2012-02-21  Michael Meeks  <michael.meeks@suse.com>  [5dde19c453bce729879601161f52a3185b44f195]

        remove redundant/empty setup/tear-down methods from unit tests

2012-02-21  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [49e5d3f0e39ffaa4a76ebf4e15da92840578288b]

        Add unit test for B2DRange's fround

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [57d95b35be6b6a5741d4769525ae15a1240c9d9d]

        WaE: C4610: class 'ScVbaCommentShape' can never be instantiated

2012-02-21  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [bc7b349ea262995d4599cda686d39af15a1e7aa6]

        headless: more work in vcl
        
        Provide HeadlessSalSystem::ShowNativeDialog() instead of having
        it if-zeroed.
        Then remove LIBO_HEADLESS ifdefery from unx/generic/plugadapt/salplug.cxx
        which we are not building anymore.

2012-02-21  Elton Chung  <elton@layerjet.com>  [4cd2af27cbedc0f59f5a8a3f0a7c27b158b42fce]

        fdo#44993: Remove obsolete FSysRedirector

2012-02-21  Winfried Donkers  <osc@dci-electronics.nl>  [836d98646203e0d9d3916571ed55d6572c2cb3dc]

        fdo#44611 writer: paragraph background color picker with split button

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [46cf18fdf137d68ff42d6e037a1285a37c65c07f]

        catch by reference

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [776be2f2a3874126f745bcf03052b0c437666473]

        make this weird-ass DBCONNECTIVITY foo build

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [548b28a947c38454b570e42fc65997f3055924f5]

        WaE: unused variable

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [e7031fb14a5d434cc74a67ddba1e3ae56f648ea6]

        WaE: add virtual dtor

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [42eb8d310c15e05fc224c9b7a61fdf4bf3118f70]

        unwrap ifdefs with unused members

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [4bb264574a9136ae39e5557b080d3f49a853ce6e]

        ByteString->rtl::OString

2012-02-21  Caolán McNamara  <caolanm@redhat.com>  [b4d3e2f99cf8208dcda279ee8d9a45557b806ff9]

        WaE: pFmt may be uninitialized

2012-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8f82bccf26d14d3ad4a64739edd9ba23c124b8ad]

        add test case for old password algorithm, related fdo#45171

2012-02-21  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [84c8559820ba33c1ac4e7a8ce5412cf5534b954c]

        Fix most of the build with --disable-database-connectivity

2012-02-21  Andras Timar  <atimar@suse.com>  [deb9b28697abe665f87076fc72fcee76212b68c8]

        fdo#46382 s/Slovakian/Slovak/

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [48bfb52d71e19757da9c90145bbcea8337c411f4]

        expand and remove NS_* macro

2012-02-21  Thomas Arnhold  <thomas@arnhold.org>  [8b0351023010a2954b6dfe3f6c7aaf2eccd35125]

        expand and remove CSS* macro

2012-02-21  David Tardon  <dtardon@redhat.com>  [0c128345eaa94686b67039346b7ce20ef43ab024]

        reintroduce hardcoded dll names as defaults

2012-02-21  David Tardon  <dtardon@redhat.com>  [743a56fcce564c461c4ad86ad55edb069cc764bc]

        allow to pass default dll list

2012-02-21  Noel Power  <noel.power@novell.com>  [634b211632847dcb04b31f478296e5e6d732ac73]

        allow keyword Append to be used as a variable. bnc#745930
        
        statements like
          Dim AppEnd As Integer
        will generate compiler errors because Append is a special symbol/keyword in libreoffice basic. This restriction though is too strict because 'Append' is only such a keyword when used within the 'Open' statement ( where it refers to one of the possible values for a paramater ).

2012-02-21  Tor Lillqvist  <tml@iki.fi>  [136f53f58e89b13e4d89571fef25b8ba6679e6b4]

        More clever way to filter out component files for libs not built
        
        I.e. BASIC stuff for iOS and database connectivity stuff when using
        --disable-database-connectivity. All of this quite experimental so
        far, using the latter will break your build.

2012-02-21  Tor Lillqvist  <tml@iki.fi>  [f9a5c4cbc275df6dd5a3b31323b1d00343e8e4f0]

        More --disable-database-connectivity work, still experimental

2012-02-21  Tor Lillqvist  <tml@iki.fi>  [efa6a5f0444ab2299f91608f4a5b78848814458e]

        Filter out stuff not built for iOS

2012-02-21  Tor Lillqvist  <tml@iki.fi>  [747257231e652b75a3fb2ec63d4df114f0aff37a]

        Rethink cppunittest "plugins" for iOS, more to come

2012-02-21  David Tardon  <dtardon@redhat.com>  [fcba36f1093935b9bbf0735661bb8e5b4f5a8671]

        move binfilter mime types into extra .desktop file

2012-02-21  Miklos Vajna  <vmiklos@suse.cz>  [0e5455ebff4181bc5830eb6e6dd46b82611eeecb]

        testcase for n#695479

2012-02-21  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [dac4874eb0a5f65aae2679b5fa0020154f84800d]

        desktop: Don't call setIniFilename() for LIBO_HEADLESS
        
        mmeeks suggests we don't want setIniFilename(), who am i to disagree? :)

2012-02-21  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [e125c8fa82beca36791e1bdeae116824f4bc7a7b]

        Put HEADLESS definition under LIBO namespace
        
        tml reminds us that use a generic and potentially clash-prone word
        like HEADLESS as preprocessor defintion is pretty lame.
        He suggests to put it under the already used LIBO namespace.
        To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.

2012-02-21  Tor Lillqvist  <tlillqvist@suse.com>  [0a7058b48a5ce51f7be99f10fc0363859c41a7aa]

        xcr has been merged

2012-02-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b5f727d3954e21fd742ad3b2da8f4d77cbd87c1f]

        Fix build of generic unix vcl plugin with older fontconfig

2012-02-21  Stephan Bergmann  <sbergman@redhat.com>  [9945de1a086bfd597971339700645b451ed36e7e]

        Revert "WaE: add missing sal and cppunit dependencies causing tinderbox failure"
        
        This reverts commit 8c67428341d42ada42f9186bbfe3d6f25a0edaef, which had been
        obsoleted by e69b8a758061c695b4daa9029f58a1cd7f715ef6 "disabled officecfg
        unittest due to dependencies problems."

2012-02-21  Stephan Bergmann  <sbergman@redhat.com>  [437fe5a444411f68d1848c49121394f16f09611b]

        Work around g++ -std=c++0x rejecting "typeof" keyword

2012-02-21  Stephan Bergmann  <sbergman@redhat.com>  [bc19ce46dd313aecf4a74981814c79bc703dd995]

        Typo nsResult -> nsresult

2012-02-21  David Tardon  <dtardon@redhat.com>  [967c82e9ce359ecb96982ece6d9e83f0771d8011]

        add missing semicolon

2012-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e4f14d089d81459ac2bf3c40e75e6cfd348b58c5]

        don't add empty categories, fdo#46332

2012-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc8a69bd337a8523eebe5f47a4fe49519cfc3fbc]

        fix typo

2012-02-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b57137d1ca3902e4c191fa0e3a872ffff19380a0]

        use const_iterator for begin and end

2012-02-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41ad8739cba290a309bffe85aaf2088289054933]

        make debugrun run debugrun and not subsequentcheck

2012-02-21  Jani Monoses  <jani@ubuntu.com>  [e13dc26e394ede799a60691638971cf1d9689f74]

        ARM bridge: fixes for passing double arguments on the stack

2012-02-21  Josh Heidenreich  <josh.sickmate@gmail.com>  [1248e2af6a70c44651b74d2950aeabb64c1c70e7]

        Fixed a possible NULL-dereference found by cppcheck in svx

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [30869cdcf761fea01b80ff09d99fd25b9fd7ce39]

        vcl: TwoRect -> SalTwoRect

2012-02-20  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [f8a120b0e4843139b3d739725ce54269cfd96bd1]

        headless: cleanup HEADLESS definition
        
        Define HEADLESS globally as it is meant to be.

2012-02-20  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [3c177b96b80b9f506a6a93542cea870b3f8e1f51]

        desktop: remove duplicated gb_Library_set_include call

2012-02-20  Andras Timar  <atimar@suse.com>  [0699556c303d724c89b3e9873587c4e9e0d6fe99]

        updated LibreOffice contributors' credits (2012-02-02)

2012-02-20  Katarina Machalkova  <bubli@bubli.org>  [fd33b0d28e9f73b4911b43bedf334296b8025485]

        fdo#31551: Show actual line width in the legend
        
        however, limit the line width from above by legend entry height
        (which +- matches the font height)

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [ced95abf531d83dfddd7ab5b30b20b044a9ba1f9]

        vcl: simplify logic
        
        Thanks to Cor Nouws

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [e656e2cb0bcf9281b52fac7692b541d5a0f9dde6]

        remove now unused swunodef.hxx

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [9a6332f4e44452959f4e85062d58733c18a121ee]

        expand and remove macro STAR_REFERENCE

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [0235bb8ea237daec5f85e241ad5677a649363571]

        expand and remove macro CLIP_NMSPC

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [2bc792f2bb22740a365f13b0007af99073f1667a]

        expand and remove macro UNO_NMSPC

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [97f788ca2bfb9e860b275473934af0ff0b7d76de]

        expand and remove macro STAR_NMSPC

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [f67efce371f06c0a98684a3446e0da894968dd33]

        svx: simplify this

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [e7e4871b2880f5690030b1b16978f2575eea3948]

        unusedcode.easy: some cleaning

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [3ab04ef5528276682de8b8e91033bf81457d5a56]

        unusedcode.easy: SwProtocol::GetVar

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [f4fbdf7f9c8e657cccb679b341397daabee7079b]

        unusedcode.easy: Remove SwProtocol::Snapshot()
        
        And all implementations. Also unused and removed:
        
        ImplCreateFromXImage()
        ImplGetFrameBitmap()

2012-02-20  Andras Timar  <atimar@suse.com>  [24f63831af82e71133fae0fc8309d1f752a402bf]

        remove cleanzip.pl
        
        The issue it solves does not exist in our build environment.
        https://issues.apache.org/ooo/show_bug.cgi?id=98365
        The script removed g+s attributes from directories in zip files.

2012-02-20  Andras Timar  <atimar@suse.com>  [8b55ef8898a39803e9c4a8cd6a271576389c0249]

        only store files in .oxt, do not compress
        
        Saves build time. Saves startup time. Better compression is
        possible when making install sets.

2012-02-20  Thomas Arnhold  <thomas@arnhold.org>  [8597f9874f23a1ecd6b8b556c147d156a398077f]

        unusedcode.easy: remove UpdateLockManager
        
        Seems UpdateLockManager is dead. So cut it out.
        
        Also mbFirstUpdateSeen had no effect.

2012-02-20  Tor Lillqvist  <tlillqvist@suse.com>  [e14fea9f37033c918380df7ad4d4237052208eae]

        Work around the fact that empty directories are not present in an .apk
        
        The SDK tooling that constructs .apk packages doesn't put empty
        directories in them. Which makes sense I guess. "Hidden" files (like
        .gitignore) are also skipped. So a directory like
        sc/qa/unit/qpro/indeterminate does not show up at all.
        
        So, we must pretend that any opendir() of a directory under /assets
        succeeds. If the .apk doesn't contain any files in such a directory,
        treat it as existing but empty. We can't know if the corresponding
        directory from which /assets was constructed actually does exist but
        is empty or if it doesn't exist.

2012-02-20  Winfried Donkers  <osc@dci-electronics.nl>  [a99083d233d0d5c5a09941ec2ee7164bc63c61db]

        fdo#44516 final fix for labels with gaps larger than page margin

2012-02-20  Tor Lillqvist  <tml@iki.fi>  [3a6c12b32f9ca4ce060d1fed55a4bf3fbf5a4fbf]

        Bin code that is never executed but calls a method that has been removed

2012-02-20  Andras Timar  <atimar@suse.com>  [aad0b5d6a6ad8a3a895c6ffba3390af6861017d7]

        add $(COMMAND-ECHO)

2012-02-20  Andras Timar  <atimar@suse.com>  [3aece33a9b46e8b3d5e620e76af26e817f68332f]

        remove avoid_cvs_dir macro

2012-02-20  Wei Ming Khoo  <wmk26@cam.ac.uk>  [38298d3d549c97954a7dba43091c6866543263fe]

        Clang-flagged error for typedef of CardPropertyGetter/Setter

2012-02-20  Wei Ming Khoo  <weimzz@gmail.com>  [e12b26ef24815f1dec7787bd153b14763a0bb855]

        moz missing this pointers, default constructor

2012-02-20  Wei Ming Khoo  <weimzz@gmail.com>  [f528b3e237e0cb8032c0b786c0c25df052c85fac]

        nss unix/os_Linux_x86.s asterix as comment character

2012-02-20  Wei Ming Khoo  <weimzz@gmail.com>  [faca71ef8abc4a6507d40cf19cdb20be7e63e2cf]

        stlport stl/_locale.h new operator unrecognized

2012-02-20  Tor Lillqvist  <tml@iki.fi>  [c450d9645d1a06cf00c65272471bc7d03f28f353]

        No gengal.bin for iOS
        
        Like any of our executables using <sal/main.h>, it doesn't even build
        for iOS anyway using the current <sal/main.h> anyway, as there is no
        main() ;) Executables for iOS (i.e. unit testers, and some eventual
        end.userish apps) will be handled "semi-manually" in some yet to be
        worked out fashion.
        
        Makes no sense for Android either, but I'm lazy.

2012-02-21  Takeshi Abe  <tabe@fixedpoint.jp>  [30063974396f43ef30bc6b81f0260d3fb09d17cd]

        Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
        
        to equalsIgnoreAsciiCaseAscii("...")

2012-02-20  Miklos Vajna  <vmiklos@suse.cz>  [c306532e0bed1df36abf5d7ad6f0363056e69739]

        writerfilter: try to silence MacOSX-Intel tinderbox

2012-02-20  Elton Chung  <elton@layerjet.com>  [eab072e468506f9759a9aeddd631fbd97908e6f8]

        Remove unused code

2012-02-20  Stephan Bergmann  <sbergman@redhat.com>  [fe981519f57a621c94e339a5453d7714af081acb]

        gb_JunitTest_JunitTest takes only one argument

2012-02-20  Miklos Vajna  <vmiklos@suse.cz>  [4ac48167662c592c21025b89fe8f6925c680c6e0]

        n#695479 fix rtf/docx import of transparent frames
        
        Previously all frames were opaque by default, which is the Writer but
        not the docx/rtf default. Change the default, while keeping the
        possibility to set an opaque color background for the frame.

2012-02-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7794baf89e74fc8308c8e1505f47d60b6547465f]

        fdo#46073: Implemented soft boundaries only w/o non-printing chars

2012-02-20  Stephan Bergmann  <sbergman@redhat.com>  [f78cb7da33a9f69e865b28b55a212bf1d11b1d7d]

        Improve check for broken -fthreadsafe-statics

2012-02-20  David Tardon  <dtardon@redhat.com>  [bcf1edba4eeecba9b47d3ef983e0973b4c737871]

        expect sed has already been detected
        
        Reportedly AC_PROG_SED does not exist on XCode 2.5 .

2012-02-20  David Tardon  <dtardon@redhat.com>  [ad3b8a779db8f5ba908c59155328a4912ee0941d]

        fix mingw build of mythes with system hunspell

2012-02-20  Stephan Bergmann  <sbergman@redhat.com>  [55892c6bd740fa0c667656cbb246327f2bb76007]

        Clean up work around spurious warning about missing JRE

2012-02-20  Caolán McNamara  <caolanm@redhat.com>  [65a3ec97b5032d1748c8f84eeb0b8656e1c25918]

        Resoves fdo#42901 duplicated .pfb without duplicated .afm drops font
        
        If we have a duplicate font entry the duplicate is dropped, but
        if the first font was invalid, e.g. .pfb without .afm this results
        in dropping *both* fonts, the valid and invalid one

2012-02-20  Caolán McNamara  <caolanm@redhat.com>  [1be196c7fbf59fd811f19505f4691b979b6d4bdb]

        WaE: unused variables

2012-02-20  Caolán McNamara  <caolanm@redhat.com>  [39d6e42ca461a115e218eca67e4ed4365b3cf511]

        WaE: ununsed variables

2012-02-20  Caolán McNamara  <caolanm@redhat.com>  [efbbf9b63cc80d1f1a749ccbc2312a1a76b3bac0]

        WaE: msvc:C4099

2012-02-20  Caolán McNamara  <caolanm@redhat.com>  [ba1eaf504aefefde0db374f20e7f5bb6d28cde5a]

        WaE: add virtual dtor

2012-02-20  Elton Chung  <elton@layerjet.com>  [dbff99a60ec5268c92f1404cb01754de9186c2e8]

        Remove unused code

2012-02-20  Santiago Martinez  <smvarela@gmail.com>  [9846e25d94d6029f3a0726ae35e96db342506c80]

        Remove unused code in XMLTextListAutoStylePool.

2012-02-20  Petr Vorel  <petr.vorel@gmail.com>  [aafcf8c84c42f6b5dd079eb38f588dd8a21ec05d]

        Remove unused code

2012-02-20  Tor Lillqvist  <tlillqvist@suse.com>  [5febee41a795cdaa66aac0240e8f65b0b4018ed3]

        Improve (?) explanation

2012-02-20  Tim Retout  <tim@retout.co.uk>  [8b65b2a3842a90ba565285f0cb796c5d76eef4ce]

        Replace installer::parameter::make_absolute_path.

2012-02-20  Tim Retout  <tim@retout.co.uk>  [621896fb558d25d3146201f3d54fca103bcf222c]

        Avoid using installer::parameter in installer::ziplist

2012-02-20  Tim Retout  <tim@retout.co.uk>  [f0be445556c547952bafe4ac42fd14a59c09d430]

        Remove unused pre2par::parameter::make_path_absolute

2012-02-20  Matúš Kukan  <matus.kukan@gmail.com>  [a2ba4dcbd232c071bd69011a735bf9cd3001a15d]

        It's safer to run one job at a time in instsetoo_native on Windows

2012-02-20  Stephan Bergmann  <sbergman@redhat.com>  [5e0c6ab6254b129b664a32e5b94046085316e372]

        Make ridljar JunitTests work

2012-02-20  Stephan Bergmann  <sbergman@redhat.com>  [73da209a2775583ece3218893fd5659c1290cd70]

        Do not remove the destdir prefix in any case
        
        708def7d94bb76ef137572a364d2643402dc590b made that code conditional on !$do_link
        so that it worked right for the case where making dev-install calls ooinstall
        -l.  However, that code now starts to fail also in the --disable-linkoo case
        (where building dev-install calls ooinstall w/o -l).  I have no idea whether
        that code serves any real purpose in any actual use case, so remove it
        completely for now.

2012-02-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f241f91e03c25d337598092b21f1c1360c7731eb]

        Fix libvisio's makefile.mk

2012-02-20  Miklos Vajna  <vmiklos@suse.cz>  [9592f56323de27f9e1d890ee6259a5f4f328cbd3]

        n#695479 fix anchor handling in SwXText::convertToTextFrame()
        
        When two (or more) text frames was imported without a non-frame
        paragraph in between, the first frame was anchored to the second one,
        instead of a non-frame paragraph.
        
        The fix is modelled after what the old RTF import already did in
        SwRTFParser::Continue() in swparrtf.cxx:493 and
        SwRTFParser::SetFlysInDoc() in rtffly.cxx:481.

2012-02-20  Tor Lillqvist  <tlillqvist@suse.com>  [31826318dfd2f4c38d6bf34f957fe51edc0a2b14]

        Shared libraries must in practice be called lib*.so on Android
        
        Otherwise the package creating code (part of the SDK) won't include
        them and/or the package installation code (on the OS itself) won't
        unpack them. (They just silently skip the file.)

2012-02-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [21366a4b95defb007ddccd409126536a6e8dc50d]

        Uploading new release of libvisio

2012-02-20  Tor Lillqvist  <tlillqvist@suse.com>  [0ae63492f5aab6dfd33c2991f740f51422bde7ae]

        Add Emacs mode line

2012-02-20  Tor Lillqvist  <tlillqvist@suse.com>  [f34b1dc9617e56fcb0d369d72793585d7ad9be2d]

        Link with gb_STDLIBS here, too
        
        Would it perhaps have been better to always link with gb_STDLIBS
        without having to mention it in each Library_*.mk and Executable_*.mk?
        And then for those few exceptions come up with some "No STDLIBS,
        thanks" thing?

2012-02-20  David Tardon  <dtardon@redhat.com>  [d95be4823e25a24a2d1fae92d2f6c355ef4fa96b]

        removal of XInplaceLayout.java was reverted later...
        
        This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.

2012-02-20  David Tardon  <dtardon@redhat.com>  [e0bea132d86b417975a7b73464fb527a6c3c1cbe]

        _XInplaceLayout.java is gone

2012-02-20  Santiago Martinez  <smvarela@gmail.com>  [a5922eb60d1726228e71bb66bdb82ec16ed87848]

        Remove unused code in XclExpName

2012-02-20  Santiago Martinez  <smvarela@gmail.com>  [20d6c4d4e952765ef7938f9e6d9135fb067076a5]

        Remove unused code in XclRoot.

2012-02-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c9f0a6ddb48f7b6d62670901e117b25a0e59713]

        move SvListView from Table to ptr_map, related fdo#45679

2012-02-20  Matúš Kukan  <matus.kukan@gmail.com>  [cfae02e4c4f018ed9761fff7930a845b3b06114a]

        we do want also create library for smoketest and deliver it

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9653ee2f3bc1f77a31df6978e9d4ed4e74dbfb0]

        add testRefresh to ScDatabaseRangeObj, related fdo#44167

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92009abe68c180aa3c66b5159e3324665cf3c709]

        add testRefresh to XDatabaseRange
        
        XDatabase range test case is now finished

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e521ac1a7304dead6557b15ecc24ee60be93cc48]

        this test uses ScNamedRangeObj.ods too
        
        TODO: remove the explicit test file dependency from the interface test
        code
        don't use one of the test files for another class

2012-02-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [e69b8a758061c695b4daa9029f58a1cd7f715ef6]

        disabled officecfg unittest due to dependencies problems

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [ee7f6aaa95c39ce062cc6c2aff6416442f5ebd90]

        Add missing $

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [e5147229c7cf615a107faeb30cd222c51f7f2407]

        fix MinGW build

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [b1a87ca7840ab4ed17e8a775fcd4726c2fc5b75d]

        fix handling of component files in mergelibs mode

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [a62f426993835770a35f6d366047d8d5d6322e12]

        add configmgr, ucb1, ucpfile1, xcr to libmerged

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [0fd044f85f92ad76b07c44f95bb1b810834d3805]

        add configmgr to tail_build

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [6cc03d286ad22c2e2945bbf34631fc98776bb95d]

        tail_build: add test, toolkit, vcl, xmlscript

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [6468e140a199c64d2d748060118e1fc62599adec]

        gbuild: add gb_CppunitTest_abort_on_assertion for smoketest

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [eb7ee4d1d3ca9ead8ee66079fc205c560ac30d0f]

        Makefile: adapt to gbuild'ized smoketest, create target for installing

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [a391a096bd3e0f96ba21cc42ee7dd46c7faeb2b2]

        gbuild'ize smoketest(oo_native) and merge them
        
        Add smoketest to tail_build and make it a subsequentcheck target.

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [8c2a56253abe04b76395e8eea1d2a9d9893601cf]

        gbuild: Zip: allow to add command line options when zipping

2012-02-19  Matúš Kukan  <matus.kukan@gmail.com>  [8e85ef05018ba44b142eed75e2a64cc9480a8970]

        gbuild: Zip: clean properly all created targets on 'make clean'

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [02192b8366c9301ab168770963a88292f4051f52]

        svtools: remove unused GraphicObject::GetReleaseFromCache

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [2e54f4ff0fe12846a52d0cbbd3404f115d515811]

        vcl: dead code

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [998e2a64971516a2a77d34c1246a98e859a3e223]

        fix windows build, gengal.bin should be gengal.exe there according to scp2

2012-02-19  Takeshi Abe  <tabe@fixedpoint.jp>  [96cb767123c9e8f5db197454b4da02c8f7583d2b]

        Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
        
        to equalsIgnoreAsciiCaseAscii("...")

2012-02-19  Miklos Vajna  <vmiklos@suse.cz>  [e34e95aef33262c7aad006883e02cb76e5bb9947]

        configure: also, --with-lang=en-US should not trigger TRANSLATIONS build type

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [777f63d448dd22c32f8644256ccbf843bc81f48b]

        method should be public

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [fe4c4480b871b2122a90a6a7d0bcd47036a7f437]

        callcatcher: update list

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [1a302e716a9e6b8a8cc2cae2777cfe227ff2b95c]

        risk converting ByteString to rtl::OString for OSes I don't have

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [c251139ca22e10f21cf5e4f23df2a1d10fc3925f]

        ByteString->rtl::OString

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [25ee58aeafc85412a727d6d816e914e5fa83ac17]

        addexes dir seems useless

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [a0abab41cad2b17c1e114657ef721c419933886e]

        entirely unused UnoMemoryStream class

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [a32050b3187ca4d0539dda860a7016905f9b7a34]

        give copy ctor a conventional signature

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [af9709c3cba8c386a30553c43a620320b15c65f4]

        remove adabas/adabasui

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [3b2b7be3b721a328b2cd32a34d0c03dd98a89a6c]

        make connectivity ByteString free

2012-02-19  Caolán McNamara  <caolanm@redhat.com>  [5cb7271cbecaad3b97cc42e78b362edcb95ce488]

        ByteString->rtl::OString

2012-02-19  Miklos Vajna  <vmiklos@suse.cz>  [eb7cb5b61c43ba7c78cb0a8d4aef3780df0151cd]

        configure: no need to fetch the translations repo for --with-lang=en-US

2012-02-19  Elton Chung  <elton@layerjet.com>  [d30b4e9fb66f377295d8eeea8c1b1cf879aecdf6]

        Get rid of size() == 0

2012-02-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [704c9477039e37b4910db6aa8dd644751dd5e6a5]

        ST_InfoListReader and ST_InfoListWriter seem to be unused

2012-02-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1cb79c8bf9ca11f794c03407155e57fe0d893257]

        remove the function declatation as well

2012-02-19  Petr Vorel  <petr.vorel@gmail.com>  [37159db96ff0ce15b0b91502ba79a86f21a8f29a]

        Remove unused code

2012-02-19  Elton Chung  <elton@layerjet.com>  [af79fcb204efeafb48659ed4a97433b7e2cc2f84]

        Remove unused code

2012-02-19  Elton Chung  <elton@layerjet.com>  [cae6ca15d6327a7ff0471c7b15dbefcdc86b0e8c]

        Remove unused code

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdf0c78990a149a5deab8f9e68512a8646ca1855]

        fix copy&paste error

2012-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [fb301909112b310ac1a626a4a65f2942fccb2f7a]

        do not hide patch-related file (.orig .rej)
        
        If you want to hide them, add the rule in you local git set-up.
        see git config --global core.excludesfiles fo more info

2012-02-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [4d0a05e93902f9bb14418cc36e046131580b46d0]

        build_env is obsolete now

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [c08308508aec99652256be333990ad9cd4e62dba]

        WaE: unused variable bOk

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [7ad3c6caae954a121985a142b35cf0b96fbf0b53]

        WaE: do this right...

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [7e116943f1578a614b14132b02e89771240f4259]

        pngread: remove some unused defines

2012-02-19  Thomas Arnhold  <thomas@arnhold.org>  [e51aca1fa61f2e433da2185e53e9be982f50eb74]

        svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialog
        
        And simplify sdgrffilter because this if is always true.

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4681bacef161d3a44e01b928035d9f30717527ae]

        adapt ScDataPilotTableObj test to XDataPilotTable2 changes

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7e14aa7af070418f5694277eb1614f6f12c60d74]

        complete the XDataPilotTable2 tests

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05d0fe1ac42a9f3ee596961e1ca60d3edb0806c9]

        remove ScNamedRangeObj from java based tests

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8910f2b8a457af9d29e6ed236924b7a6522f067c]

        add XCellRangeReferrer test to ScRangeNameObj
        
        now ScRangeNameObj is fully tested by c++ tests

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [903a19b0c3eb9428445bc115d37f700cec8c3265]

        add test for XCellRangeReferrer

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bbfddc1b3b673fe2bd25c2c382ca95cd8f6f28a8]

        add XNamed test to ScNamedRange

2012-02-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7541a20151eb14fe23d793f4700bfbd3c3497aec]

        remove some more tests from the java based tests

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [10e580c57b907420e8c6d816325445a40a720e4a]

        Revert "offapi: remove obsolete XInplaceLayout"
        
        This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f.
        
        This change implicates some more changes in layoutmanager.hxx
        see ::cppu::WeakImplHelper8. So keep it...

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [f081f1be7ead2beff742eccf9955ebd9437203f8]

        registry: remove symbols from map file

2012-02-18  David Tardon  <dtardon@redhat.com>  [ce4c9fa90af70832744e4a9f344b05eb42577f2e]

        WaE: exec_javaldx defined but not used (javaless build)

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [5ca858c01cb2e2aa93c8aca65fd271a900785e3f]

        offapi: remove obsolete XInplaceLayout

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [a8e35884d26c31cd449a9c615e612360b6c9ec50]

        xmloff: use ::comphelper::UStringLess instead of less_functor

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [a8a38888b5659d4ae655d2aa26b10d248baf6732]

        unodevtools: remove dead code

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [19ad1f959a9ac01e602be2e3967736cee19d0dd5]

        np_sdk: remove unused macros

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [bb539e18daefa3cb182e34b7c3f36d486fb7f09a]

        sal: remove dead code and empty lines

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [e474431fd6663548c272032dcae4656abed94a89]

        framework: remove unused timemeasure.hxx

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [07cd0a886285327c9bcf87b67264ae5b40895f01]

        WaE: unused variable rc

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [bd8a6c93391eb8c40cd30c0c5a84abb8afef2f0a]

        registry: remove obsolete methods

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [d10470bf1a2e170b80815d136eb5d83fc29b76ca]

        WaE: unused variable err

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [0d5affd3001a3a2bf99e51ca9ce1f072d504e565]

        WaE: unused variable bOk

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [d4e6e5aab2f2157c00761944aba5e288954119b2]

        WaE: unused variable nError

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [5afdbaf3a899562b088ac45ad6dfcb5ee33919d0]

        WaE: unused variable nPipes

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [53eda2b13861975c541cef1bd385a0afdb3194a2]

        WaE: unused variable Event

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [b94366896f7c73bcd1fb04b6ca173bdb62005274]

        WaE: /* inside comment

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [ad2eb0d742346b541464b4df7ac5f0a9acb28a4f]

        WaE: unused variable nLen

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [944faca5aec0f1d0176c5cb3f686e61ef923fac6]

        WaE: unused variable rgsabound

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [7bf5fa1dea5165c1b3e7c15e6bd6787aeb9e86be]

        vcl: remove some more unused windows code

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [949214fab82258f919b2668bd7d1b57d562feaf7]

        unusedeasy.code: remove SvxFont::DrawText

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [39d219b6b0f5d83306cbc0a2f03560b4abc4c24f]

        vcl: nFallbacklevel has no effect

2012-02-18  Michael Meeks  <michael.meeks@suse.com>  [35244a509981c950acd0d8e7e035af791bf2b0ba]

        WaE: fix build

2012-02-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [46506f82d1d514194aa2b472f6a74398c404fa9d]

        fix build

2012-02-18  Mariusz Dykierek  <MariuszDykierek@gmail.com>  [a88f9ad3d26fabf0438b1e1720212313c75bee44]

        Replaced 'if-elseif-else' chains with 'switches' where they seem natural

2012-02-18  Elton Chung  <elton@layerjet.com>  [5d7b70f8c8e912ebca068cf57058a92b0b05809f]

        Remove unused code

2012-02-18  Michael Meeks  <michael.meeks@suse.com>  [8c67428341d42ada42f9186bbfe3d6f25a0edaef]

        WaE: add missing sal and cppunit dependencies causing tinderbox failure

2012-02-18  Tim Retout  <tim@retout.co.uk>  [97862219d6985611b2491ffa8df1d5fed499d115]

        Remove installer debug logging.
        
        The -debug option to make_installer.pl is not usually called; it logs
        function calls at various points during the installer.  However, it is
        not used consistently within the code, and the same information can be
        obtained via the Perl debugger or profiling tools.

2012-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [03591233c18c90158b3567f24fa332cd7c52a7ee]

        Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
        
        to equalsIgnoreAsciiCaseAscii("...")

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [77946f3b9d03e814f7ada8af7f633c649975659e]

        vcl: bring ImplFindByLocale back (windows build)
        
        Sorry for this.

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [afdcc3c093da5cadb244d2d069e63db3b56a41fe]

        Revert "vcl: bring ImplFindByLocale back (windows build)"
        
        This reverts commit 04af52609aef5b4ccbbf82553ac190ef43700652.
        
        This was nothing...

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [f2601ba087d9d21af09134703b12de2a1d1763f8]

        remove some unused windows code

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [04af52609aef5b4ccbbf82553ac190ef43700652]

        vcl: bring ImplFindByLocale back (windows build)
        
        Partially reverts 78e9ba6febb7402d4661fbf7934a2526efc8629a
        
        This is used by WinGlyphFallbackSubstititution::FindFontSubstitute

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [8ecea48c050b77c86159ebdcb41096160ec6a090]

        unusedcode.easy: desktop: singleton_entries is completely unused

2012-02-18  Thomas Arnhold  <thomas@arnhold.org>  [530cfd92da49b81d4131e548fe8d72c589c5a36b]

        smoketest: remove doubled copyright line

2012-02-18  elbarto  <aliaselbarto@gmail.com>  [717468346c8b00aa44a34c534972679008802efd]

        Removed unused code from avmedia.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [1994b8c1d169b02a92c3d8c582d5c161e96ea6d0]

        Remove installer::existence.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [26f3aaa28c03baa898030cb894f9a3ad7f1cb10d]

        Remove installer::existence::get_specified_file.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [fcac6ce7319af1006f65fcf2e84243c7c93458a4]

        Remove installer::existence::get_specified_file_by_name.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [6e07845a00bceaf66e95b97ea964b7868eff80c0]

        Remove installer::existence::exists_in_array.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [94446db8dff61687ad6100b9fd03f2170be37919]

        Remove installer::existence::exists_in_array_of_hashes.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [e49ebe2f0987a98f3b0b3df18189570020c3e724]

        Use Exporter in installer::setupscript and add unit test.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [bf6e2d4ccf3baadaedc532b9cd8582ac16352bf2]

        Remove packager::existence, and clean up packager::work.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [c866c25f2646f56afa5a7ecf3a35e62bae0cdb7a]

        Use Exporter in packager::work and add unit test.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [c5f9f099adf968c5b445d1dd7aa50f64d6495339]

        Remove unused pre2par::existence.

2012-02-18  Tim Retout  <tim@retout.co.uk>  [19bc8814f18065f5024bd6a4a7154ddb9ec7fae2]

        Remove unused par2script::existence.

2012-02-18  Elton Chung  <elton@layerjet.com>  [23af031b09dffe37222517d69f5337db26fdb307]

        Fix typos in comments

2012-02-18  Elton Chung  <elton@layerjet.com>  [78e9ba6febb7402d4661fbf7934a2526efc8629a]

        Remove unused code

2012-02-18  Tor Lillqvist  <tlillqvist@suse.com>  [ab2f830bbbb2a8ae2afad13b2a98df553e7196cc]

        Use gb_STDLIBS; No on-line update on non-desktop OSes

2012-02-18  Michael Meeks  <michael.meeks@suse.com>  [e18942bee825f8bd1c9adf9203c1257caabac38f]

        WaE: add horror cast to calm Windows tinderbox

2012-02-18  Michael Meeks  <michael.meeks@suse.com>  [b655b1fedf1399b50050938181199986646abb37]

        apparently this is required on Linux - re-enable it.

2012-02-18  Michael Meeks  <michael.meeks@suse.com>  [019458b151f402c1f8bbabc90e94987bfe2c32f2]

        partial revert of unused code removal, and add LINUX guards

2012-02-18  Julien Nabet  <serval2412@yahoo.fr>  [140c90f4302303faf146c4a509acfb1d21c26164]

        Fix "pEncryptedData" not initialized

2012-02-18  David Vogt  <david.vogt@adfinis-sygroup.ch>  [3d441e6d31c13a0cc48b3a26880b9ae65a05c00a]

        Translated German comments to English

2012-02-18  Stefan Heinemann  <stefan.heinemann@codedump.ch>  [b1392364a52dfc0f5cdbbad463079fd5ae04763e]

        Translated German comments to English

2012-02-18  Björgvin Ragnarsson  <nifgraup@gmail.com>  [600c27470380f80445fecb4b5691e0d11060494d]

        Remove unused code in core/svx/source/dialog/_contdlg.cxx

2012-02-18  Tor Lillqvist  <tlillqvist@suse.com>  [f5cea39979f395b586ae1a52c8adfe4ff0176466]

        Use STDLIBCUIMT so that the sample executables link for Android
        
        Without using STDLIBCUIMT and the -lgnustl_shared it contains the
        sample executables in hunspell and mythes won't link. Sure, they won't
        be used for anything, but it's easier this way than to patch out
        building them.

2012-02-18  Michael Stahl  <mstahl@redhat.com>  [e72e8dcd332474321439eb266528eb7e5fc8809f]

        AccessibleTreeNode: fix headless crash
        
        On closing a document in headless mode, the
        accessibility::AccessibleTreeNode::WindowEventListener will access a deleted
        mrTreeNode member and crash; don't do anything in the listener if the
        AccessibleTreeNode has been disposed.
        
        #0  0x0000000000000000 in ?? ()
        #1  0x00007f99842d6887 in accessibility::AccessibleTreeNode::UpdateStateSet (this=0x27a99f80) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:285
        #2  0x00007f99842d803e in accessibility::AccessibleTreeNode::WindowEventListener (this=0x27a99f80, pEvent=0x7f997fd64f40) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:694
        #3  0x00007f99842d7f3d in accessibility::AccessibleTreeNode::LinkStubWindowEventListener (pThis=0x27a99f80, pCaller=0x7f997fd64f40) at sd/source/ui/accessibility/AccessibleTreeNode.cxx:670
        #4  0x00007f99b88a1442 in Link::Call (this=0x279f94e0, pCaller=0x7f997fd64f40) at solver/unxlngx6/inc/tools/link.hxx:140
        #5  0x00007f99b88cdecf in VclEventListeners::Call (this=0x27a946f0, pEvent=0x7f997fd64f40) at vcl/source/app/vclevent.cxx:72
        #6  0x00007f99b8d2e76e in Window::CallEventListeners (this=0x27a98280, nEvent=1009, pData=0x0) at vcl/source/window/window.cxx:5188
        #7  0x00007f99b8d2e6cf in Window::ImplCallEventListeners (this=0x27a98280, nEvent=1009, pData=0x0) at vcl/source/window/window.cxx:5171
        #8  0x00007f99b8d2df63 in Window::PreNotify (this=0x27a98280, rNEvt=...) at vcl/source/window/window.cxx:5037
        #9  0x00007f99b8d4aa0c in ImplCallPreNotify (rEvt=...) at vcl/source/window/winproc.cxx:86
        #10 0x00007f99b8d2910e in Window::ImplGrabFocus (this=0x2703d230, nFlags=0) at vcl/source/window/window.cxx:4033
        #11 0x00007f99b8d3749f in Window::GrabFocus (this=0x2703d230) at vcl/source/window/window.cxx:7493
        #12 0x00007f99b8d2b624 in Window::~Window (this=0x27a98280, __in_chrg=<optimized out>) at vcl/source/window/window.cxx:4493
        #13 0x00007f99b88fa514 in Control::~Control (this=0x27a98280, __in_chrg=<optimized out>) at vcl/source/control/ctrl.cxx:88
        #14 0x00007f99845521e4 in sd::toolpanel::ScrollPanel::~ScrollPanel (this=0x27a98280, __in_chrg=<optimized out>) at sd/source/ui/toolpanel/ScrollPanel.cxx:91
        #15 0x00007f99845522e8 in sd::toolpanel::ScrollPanel::~ScrollPanel (this=0x27a98280, __in_chrg=<optimized out>) at sd/source/ui/toolpanel/ScrollPanel.cxx:112
        #16 0x00007f9984565d76 in std::auto_ptr<sd::toolpanel::TreeNode>::reset (this=0x27a94970, __p=0x0)

2012-02-18  Michael Stahl  <mstahl@redhat.com>  [cdfa3bd5e4c62dc88158a4c6c4908404baf1f529]

        sd::toolpanel::ScrollPanel::~ScrollPanel: bogus static_cast

2012-02-18  Michael Stahl  <mstahl@redhat.com>  [29177b1d04b845e8e6bf8edc8beb34b76a95d9c3]

        pyuno: decreaseRefCount: valgrind warning:
        
        Apparently the thread spawned in decreaseRefCount runs and deletes
        itself before the "m_hThread != 0" from osl::Thread::create is executed;
        try a lame workaround for that.
        
        ==1877== Invalid read of size 8
        ==1877==    at 0x2A70E546: osl::Thread::create() (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A70E351: pyuno::decreaseRefCount(_is*, _object*) (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A7092B4: pyuno::Adapter::~Adapter() (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A709393: pyuno::Adapter::~Adapter() (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x5EF2F64: cppu::OWeakObject::release() (weak.cxx:213)
        ==1877==    by 0x2A70DE69:
        ==1877==  Address 0x1ee30818 is 8 bytes inside a block of size 32 free'd
        ==1877==    at 0x4A0662E: free (vg_replace_malloc.c:366)
        ==1877==    by 0x4C44B62: rtl_freeMemory_SYSTEM(void*) (alloc_global.cxx:285)
        ==1877==    by 0x4C44DC7: rtl_freeMemory (alloc_global.cxx:355)
        ==1877==    by 0x2A70E41E: osl::Thread::operator delete(void*) (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A70E6EF: pyuno::GCThread::~GCThread() (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A70E303: pyuno::GCThread::onTerminated() (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x2A70E671: threadFunc (in pyuno/unxlngx6/lib/libpyuno.so)
        ==1877==    by 0x4C2E242: osl_thread_start_Impl (thread.c:292)
        ==1877==    by 0x3C26607D8F: start_thread (pthread_create.c:309)
        ==1877==    by 0x3C262EF48C: clone (clone.S:115)

2012-02-18  Michael Stahl  <mstahl@redhat.com>  [962d0500c4debaef43e5f146e47e08c66d851562]

        fdo#39510: fix yet more layout crashes in ~SwRootFrm:
        
        Call SwRootFrm::RemoveFtns with the proper boolean to also eliminate
        EndNotes, and fix a faulty while loop in RemoveFtns that's been preventing
        removal of footnotes in certain sections since the dawn of CVS history.
        (regression from CWS swlayoutrefactoring, crashes on bugdoc from i#101776)

2012-02-18  Michael Stahl  <mstahl@redhat.com>  [67c396fb66a9c21c9eafaf4bcc3654706f643df0]

        fdo#39657: fix crash when parsing XML signatures

2012-02-17  Jan Holesovsky  <kendy@suse.cz>  [4866b20ec6205b04cd21077fd00d68c4d4bb2c1b]

        Slidesorter: Show the buttons on the opposite side...
        
        ...compared to where the mouse entered the slide thumbnail.  This
        seems to prevent a user annoyance when you very often used to hide
        the slide, instead of just selecting it.

2012-02-17  Jan Holesovsky  <kendy@suse.cz>  [ebd3d9c77e5c35258d8b49ddd18d9c52b10c6cc3]

        Slidesorter: Kill unused maButtonDownBackground.

2012-02-17  Jan Holesovsky  <kendy@suse.cz>  [c6b151f1f8f11d7600058638c6598c1828429b6e]

        Slidesorter: No need for abstraction when there is only one descendant.

2012-02-17  Julien Nabet  <serval2412@yahoo.fr>  [b8629e45c3451c40777934b2cdc110d25be75faf]

        Fix "never read" reported by clang

2012-02-17  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [b4d4751ec0ff0c34f8cf0f1c8770badef81c007c]

        Removed unused code from vcl module

2012-02-17  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [ada6350a7cdf4984eb3ead31d938004bf9177ae8]

        Removed unused code from svl and sfx2

2012-02-17  Santiago Martinez  <smvarela@gmail.com>  [57c8929c6bf037a767e7016d28b7656cd8fddfb7]

        Remove unused code in SvxSearchDialog

2012-02-17  Laurent Balland-Poirier  <jumbo4444@yahoo.fr>  [26bd18dfc2516aab507dfb478cfc31e4bf57442f]

        EasyHack 42790: get rid of PRODUCT
        
        Preprocessor constant PRODUCT is replaced by !DBG_UTIL

2012-02-17  Michael Meeks  <michael.meeks@suse.com>  [0825e49bcaf8d956ae5721235b5c33e6ac4d6e3c]

        WaE: add horror cast to calm Stephan's tinderbox

2012-02-17  Andras Timar  <atimar@suse.com>  [7636d37f8f9c53d694c4fe38581f3b495d53670e]

        fdo#40665 use CJKAnalyzer for ko, zh-CN, and zh-TW, too

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [af75ceb873e55fc2f252c4b02ea3d536470cfb87]

        fix build, WANT_X11 is a variable

2012-02-17  Matúš Kukan  <matus.kukan@gmail.com>  [7f267db9b30fb90fe53844f659d4efa599034b5c]

        SOLAREXTRALIB unused

2012-02-17  Matúš Kukan  <matus.kukan@gmail.com>  [5a4e4d5543edd47f4b411c0f2fa43d1a0e6a1ff7]

        packimages: convert to gbuild

2012-02-17  David Tardon  <dtardon@redhat.com>  [b73e3c50757665653c28c6938746eb0257f40ed4]

        libjvmfwk is needed even when building without java

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [2d5c5177144dc2b9f7b12e84558f6d92af48cbb8]

        ValueSet: from #defines to enum, with reduced scope

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [b3b7a6088b932dc3f6716b24b9382fc049aaf4ff]

        ValueSet: use support function to clarify code

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [e0cdd2d72da6f6c4f1605fc210ba45f5b9a41c35]

        ValueSet: factor out duplicated code in InsertItem

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [ff3ddcfb73188e17a266d123d310b118ce4f4abe]

        Cleanup inludes

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [761b6b706e434ab0d03387c9485bdc709dda0e55]

        Remove unnecessary header files

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [97671937e2a8dfe65166ed04aa7c65d7bc3f477d]

        ValueSet: fix a test condition and remove an obsoleted header file

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [ce2d6331cb672474d048967c36448a978af316c3]

        ValueSet: merge almost empty implementation to main class

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [c53c541eda3936e462c75c09f2741a4838981474]

        ValueSet: removed unused members

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [bbdbab7f249683995994e65c0a0e290bd156eca7]

        ValueSet: sal_Bool to bool

2012-02-17  Matteo Casalin  <matteo.casalin@gmx.com>  [22cc5670bb9dd0889079c4e5e1b45669e1ca050f]

        Avoid unnecessary auto_ptr

2012-02-17  David Tardon  <dtardon@redhat.com>  [48453f3d5d8ba0429d814552c7d9c48a595d539e]

        mark parameter as unused

2012-02-17  David Tardon  <dtardon@redhat.com>  [b24c4e7461fbd3452bc98ce1e945d15b33795c73]

        remove unused variable

2012-02-17  Petr Vorel  <petr.vorel@gmail.com>  [69eede0409987c0e34a3ff1000520bdf249fb150]

        Remove unused code.

2012-02-17  Michael Meeks  <michael.meeks@suse.com>  [c04e865ff6b48d49d7ae73479710f255135d80a6]

        vcl: simplify cut/paste shared module lists

2012-02-17  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [2130deb2d13f7cbb5b5e55c061ad794e47e6999d]

        Introduce headless switch for X / cairo / toolkit less build
        
        The plan is to reduce dependencies to be easier to deploy
        libreoffice server side in headless mode.

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [a818fa05c34bb2e969e2fe1972d9a52774538beb]

        get clucene building under windows-msvc

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [ecb1599ad00e71dfe05f3ae9a71bdce5f7540a40]

        WaE: unused variable

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [ccdb4d5c2c4497d857f4bf4f8cf10d2b33901e6d]

        remove dodgy header-guards

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [1146a340468546cae7c2498fb24f47c67ab98feb]

        WaE: enable exceptions for these too

2012-02-17  Tor Lillqvist  <tlillqvist@suse.com>  [33b6af02195144875e9fa1a0663d55441aa3f5f4]

        We want gb_STDLIBS here surely?

2012-02-17  Tor Lillqvist  <tlillqvist@suse.com>  [18f4ff23179620e834aa3ebd83a2e15c2f77cbe1]

        Recommend to use NDK r7b
        
        Drop compiler options -fexceptions -frtti for Android, I hope they are
        taken care of by the makefilery where needed. At least either
        -fexceptions or -fno-exceptions is used for each C++ compilation as
        far as I know. Not so sure about RTTI, let's see.

2012-02-17  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [eed2695cd5d63bdaf8b02c5cbf3a7e4017e18173]

        Removed unused code from cppcanvas

2012-02-17  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [bb61f56d71b699dfbe422bac37a3151767e6a40f]

        Removed unused code from drawinlayer

2012-02-17  Rene Engelhard  <rene@debian.org>  [d40a7f18a859f01678008c05cb1baf9cc272a9fb]

        make gengal work again

2012-02-17  Rene Engelhard  <rene@debian.org>  [699b3b662c7879af687412e086de22696ab11573]

        char* -> const char* for npapis getMIMEDescription to fix build with newer mozs

2012-02-17  Rene Engelhard  <rene@debian.org>  [f42948d0df75738594feca81ab9d2eaafada008e]

        fix icu build on arm
        
        (from http://patch-tracker.debian.org/patch/series/view/icu/4.4.1-7/arm-assembler.patch)

2012-02-17  Thorsten Behrens  <tbehrens@suse.com>  [fdfeb21102e85f94a1ecb22fb376e1875319765e]

        Fix fdo#45584 - disable cairocanvas on Mac.
        
        We never used cairocanvas on Mac, this got accidentally enabled
        due to configure.in cleanups. Not that we shouldn't, but it needs
        some more fixing.

2012-02-17  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [51b3eb3a391cc5329d358a2d4159861537feab26]

        clean up logic

2012-02-17  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [b8f007d05250258a8d8b5113298867f142af6e09]

        remove extraneous qualifiers that break some compilers

2012-02-17  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [df69ab8a803f87c85d516bcfcc544c19c94ade85]

        Use emptiness check rather than size check for efficiency

2012-02-17  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [b7a0b9e51918fb0de2ec290f90178d36e4761f67]

        Possible inefficient checking for 'm_EventList' emptiness.

2012-02-17  Stephan Bergmann  <sbergman@redhat.com>  [e14700edc0ebb194392b53e19d02be9f5c7e3e6f]

        Move all jurt JunitTests back to subsequentcheck for now
        
        ...as they have further dependencies on modules higher up in the hierarchy.

2012-02-17  Thorsten Behrens  <tbehrens@suse.com>  [5d14f80c1e12508659fc337b5e6208e5bc018001]

        Make avmedia module buildable with dbglevel=3 again.

2012-02-17  Thorsten Behrens  <tbehrens@suse.com>  [1984e0b41e0449b6c5b1a94411a4e7559d2ca746]

        Make l10ntools module buildable with dbglevel=3 again.

2012-02-17  Thorsten Behrens  <tbehrens@suse.com>  [49b54b37e86df2c66fdcdafa08e8f9275ca44fb1]

        Make filters module buildable with dbglevel=3 again.

2012-02-17  David Tardon  <dtardon@redhat.com>  [80b94e54d8861d32c608d8831037b48d6418f57b]

        do not hardcode mingw path

2012-02-17  David Tardon  <dtardon@redhat.com>  [41522fc7752acd25829a9d3b5ec9e89898777106]

        avoid hardcoded dll names

2012-02-17  David Tardon  <dtardon@redhat.com>  [12c35f511e7d2ff74113f307212b6b422898b0f2]

        add macro for extracting mingw dll names from libtool files
        
        Hardcoding dll names from SuSE Linux in configure.in is not good,
        because they might be slightly different on other systems (notably
        Fedora :-), or the libraries might be compiled with different
        dependencies.

2012-02-17  David Tardon  <dtardon@redhat.com>  [1a1c6f8f8e7850741d7d8a31c0f62beae7820a37]

        allow using system icu in cross-compilation build

2012-02-17  David Tardon  <dtardon@redhat.com>  [b60aedc17c12db865f5994a579facb10a3e9343e]

        allow using system expat in cross-compilation build

2012-02-17  David Tardon  <dtardon@redhat.com>  [50c5c10ac3cb03c10a25cf07d75f6cce75571ec0]

        allow using system db in cross-compilation build

2012-02-17  David Tardon  <dtardon@redhat.com>  [2afa9317cd2a137154c1ea06a2449308d26db8ea]

        allow using system boost in cross-compilation build

2012-02-17  David Tardon  <dtardon@redhat.com>  [e1462d24f47c56cc5e4d8cbec09fb755ce4b08fe]

        allow using system cppunit in cross-compilation build

2012-02-17  David Tardon  <dtardon@redhat.com>  [4b95a8f30707c49e735d346cc21ca0afa719d123]

        allow using system libxml in cross-compilation build
        
        This uses the same pattern that is already used to discriminate env.
        vars for host and build (i.e., the new option specific for build
        platform has -for-build suffix).

2012-02-17  David Tardon  <dtardon@redhat.com>  [6fcf0c9c6b0d99b01003edf4ee896c6b3995a0f8]

        pass --without-java to configure for build platform

2012-02-17  David Tardon  <dtardon@redhat.com>  [222f04c90b5f2226eb13f66ee36f2da8f4ff1733]

        add missing quotes

2012-02-17  David Tardon  <dtardon@redhat.com>  [398721c280bf53ab2f1e698cd2bf869486229d50]

        use configured HOST_PLATFORM instread of hardcoded triplet

2012-02-17  Stephan Bergmann  <sbergman@redhat.com>  [5bb51521233d75cfc90492746eb4f08f47616acc]

        Make jurt JunitTests work

2012-02-17  Stephan Bergmann  <sbergman@redhat.com>  [28137a5177de7823351b7d61149a6c194c46bb54]

        Various fixes for JunitTests

2012-02-17  David Tardon  <dtardon@redhat.com>  [a3aa7ada194c33a9bedd2b5ce0506b1c5f3604a6]

        suppress -Werror for vclplug_gtk3

2012-02-17  David Tardon  <dtardon@redhat.com>  [512fcc354d02715e4e11df5c37f11d130365a139]

        suppress -Werror for clucene

2012-02-17  David Tardon  <dtardon@redhat.com>  [a6e47f72dc08669c1600f10e624bb19421cee04b]

        allow to suppress -Werror per link target
        
        It is implemented for Executable, Library and StaticLibrary and works
        for C, C++, Objective C and Objective C++ sources.
        
        Please, do not misuse! Better fix your code!

2012-02-17  Tim Retout  <tim@retout.co.uk>  [04e1010fd74a8e61d43e83afb81c4f6315a201c8]

        Remove unused save_logfile_after_linking from installer::worker

2012-02-17  Tim Retout  <tim@retout.co.uk>  [2492b26bb705a5c85b87386cd18aa57b3ed3c68d]

        Remove unused unpack_all_targzfiles_in_directory from installer::worker

2012-02-17  Tim Retout  <tim@retout.co.uk>  [8b389383dcc56048605cef7c430ee58687b12986]

        Remove unused checksum subs from installer::worker

2012-02-17  Tim Retout  <tim@retout.co.uk>  [2efa9f5124297137fb4d90d85feb67772163ea34]

        Remove unused install_sets subs from installer::worker

2012-02-17  Tim Retout  <tim@retout.co.uk>  [ce7c5a60622aa797d9e90cdb7bda13ca9744b510]

        Remove unused solaris subs from installer::worker

2012-02-17  Tim Retout  <tim@retout.co.uk>  [0aeeebe5174aae79b9835362998c617f3e19f219]

        Remove unused md5sum subs from installer::download

2012-02-17  Tim Retout  <tim@retout.co.uk>  [76ffd9e6bfc763f000045c12758f149b6dbbf299]

        Replace installer::logger::include_header_into_globallogfile.

2012-02-17  Tim Retout  <tim@retout.co.uk>  [c2ece9e23d8dc792833506010c69e4ec1835b257]

        Move global starttime into installer::logger

2012-02-17  Tim Retout  <tim@retout.co.uk>  [f2808e15b44d8213b90c1b4ba08b5ce6dba01048]

        installer::logger: Remove temporary variable.

2012-02-17  Tim Retout  <tim@retout.co.uk>  [04134e94af8625b942e4cca544c305b232efb8ed]

        Use Exporter in installer::logger.
        
        Also rename private subroutines to start with an underscore.

2012-02-17  Tim Retout  <tim@retout.co.uk>  [094c3e91be4404010934350fd0e831ded98085a7]

        Remove unreferenced subroutines from installer::logger

2012-02-17  Tim Retout  <tim@retout.co.uk>  [d6adf7c7b38d72328bd0c8867c472be677cd91ef]

        Inline and remove installer::sorter

2012-02-17  David Tardon  <dtardon@redhat.com>  [314c2d3e0cab5f5e72fbd09585f344368125e1d1]

        use custom target for preparing sources

2012-02-17  David Tardon  <dtardon@redhat.com>  [9b3963ce53c2c4467dfdf085f07d76b4234e272f]

        remove duplicated assignment

2012-02-17  Tor Lillqvist  <tml@iki.fi>  [f8e3ec289216fcf68b4083497a7e0ac04f07ce23]

        Bin obsolete comment

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [b688a3dcbe962774fff97156296593df1e4b92f0]

        first cut at building an internal clucene

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [e97191f39dc3765a723ce7d42ceda421f5a41461]

        WaE: unreachable code

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [7cded3aad7190b9542859647f99b7451bb25df45]

        WaE: unused variables

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [99bf0c318b89c7d6acee364161b34b13d348a3bb]

        add a uno test api with more than 8 floating point args
        
        I'm a cruel person, i.e. this targets the TODO of
        dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in
        bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [13de41eaaf5291199d1344092c1077e651da3448]

        WaE: uninitialized pCell

2012-02-17  Caolán McNamara  <caolanm@redhat.com>  [8fd5b7c79dc0bc045d012cf15d00fc73858c3742]

        these can be compiled with exceptions enabled

2012-02-17  Eike Rathke  <erack@redhat.com>  [894502df745d1d3ee0e7acfe2e5d43fc443e788e]

        resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9

2012-02-17  Andras Timar  <atimar@suse.com>  [2786c354ce4f7ff215fffe83ef242ee3b411fb13]

        fdo#46167 fix path of shell extension dll in registry

2012-02-17  Matúš Kukan  <matus.kukan@gmail.com>  [5b773eb58222109843814e48ace35fe9740a7d72]

        update Makefile

2012-02-17  Rene Engelhard  <rene@debian.org>  [3dfae9e2e6416ce2605b1db75e139f1185841a43]

        fix armel/armv4t build

2012-02-17  Stephan Bergmann  <sbergman@redhat.com>  [77d120691d0bf8636f86e34a8d4926c260d73f68]

        Pass JunitTest jar deps to underlying JavaClassSet
        
        ...and make underlying JavaClassSet implicitly depend on OOO_JUNI_JAR
        ...and remove unused gb_JunitTest_set_classpath

2012-02-17  Stephan Bergmann  <sbergman@redhat.com>  [98f60e460ea64f061ca6948691a29d4cf29eb0a4]

        No SUN dependencies anymore

2012-02-17  Miklos Vajna  <vmiklos@suse.cz>  [06fa03d6ca0e27468129bfffaacecfd491738309]

        sw: second round of doxygen comments

2012-02-17  David Tardon  <dtardon@redhat.com>  [243fbda523cb71d0919539081d286eec4717ce15]

        WaE: unused parameter

2012-02-17  David Tardon  <dtardon@redhat.com>  [42e8410538995a28274a4d4a8936e75ad4dedcd8]

        component file moved

2012-02-17  David Tardon  <dtardon@redhat.com>  [bf16a2e0673356f8140f8e4bf6a52f3a99015f63]

        update makefiles

2012-02-17  David Tardon  <dtardon@redhat.com>  [096f2b849c08dc6890b548621b9a19dd78661e6a]

        merge feature/gbuild_java

2012-02-17  Lionel Elie Mamane  <lionel@mamane.lu>  [00e26baaf5cca36a7e78036aa5694196ccbf7402]

        fdo#46206 accept an arbitrary query for INSERT

2012-02-17  Lionel Elie Mamane  <lionel@mamane.lu>  [6f3ebfc4c78da67f72befa3bde55dde4d77d5e3a]

        fdo#46198: NULL is a perfectly fine general_value

2012-02-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [178a30236e763051fa1e52f0b4de4d9540753df2]

        use bzip2 compression for dmg
        
        On MacOSX the installable packages (dmg), can use diverse format and
        diverse compression method.
        Since 10.4 a new format is supported that use bzip2 as a compression
        back-end. The result if a reduction of ~30MB of the main dmg.

2012-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b91c6d1c0686b06de4d2e87b02df10aa9afbf4c]

        add test for ScCellRangeObj::setDataArray and getDataArray

2012-02-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e1e72dc346e732ff5693e5428e39710ca3b78a5]

        add test code for XCellRangeData

2012-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [689f2fa7aec03090ac150591d472aea74b17ca50]

        Removed unused header include

2012-02-16  Julien Nabet  <serval2412@yahoo.fr>  [2dd1722d2729f0d6cda6e31297f3e03ae36c555f]

        Fix a bug found with cclang
        
        Null pointer passed as an argument to a 'nonnull'

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [81921bec4b81b7e3e87c24a6b4e3cfdd0cced47d]

        Make sure spawned thread is joined again
        
        ...otherwise, it might still run during exit(3) and cause problems.

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [4a98b359d8ba392362ac6a40692912b58a3b1544]

        Clean up AsyncEventNotifier interface

2012-02-16  Michael Meeks  <michael.meeks@suse.com>  [1cc602e09b8b6ddaac8ddf526383ed28a1e42bd5]

        android: prune missing libraries from install list

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [a545badd656ce00e36945b188f620a67e19fdf55]

        Work around macro redefinition warning

2012-02-16  Matúš Kukan  <matus.kukan@gmail.com>  [ca9801809249dbc98b28d3a24325fa54f2e91724]

        let src.downloaded not depend on phony target to avoid re-creating each time

2012-02-16  Matus Kukan  <matus.kukan@gmail.com>  [144390821535d03735819d229e5ec397972b2436]

        unoil: fix Windows build

2012-02-16  Matus Kukan  <matus.kukan@gmail.com>  [22431c50922eab47df0d8bd4f5c886e06fba24fb]

        gbuild: Jar: fix building .jars on Windows

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [d90fd406fd8b9a0e03a5284673304008166a8b7e]

        Missing return

2012-02-16  Lionel Elie Mamane  <lionel@mamane.lu>  [3f6473f1302d2067e6d7925c17bfed284031d164]

        Forgotten German word in translated comment

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [1bb0d979b5ac5ed0cd831c6c8c0ab55dc2621eba]

        Adapt pyuno.so wrapper to Python 3 support

2012-02-16  Muthu Subramanian  <sumuthu@suse.com>  [5c714632583036f72377aa0fa6ed1137e53582dc]

        n744503: Importing useBgFill colors for shapes.

2012-02-16  Yifan J  <yfjiang@suse.com>  [a86d8c5a43d94ae86d76edb2b452fbc9028f1c3c]

        Remove lodownloadtest.py trailing white spaces

2012-02-16  Jani Monoses  <jani@ubuntu.com>  [dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37]

        ARM bridge: VFP ABI (armhf) support

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [746e9a7d338db5fb0af285d453055ae5fa45037d]

        allow unsetting database settings without warnings

2012-02-16  Tim Retout  <tim@retout.co.uk>  [51f8f151780b6514d515b739e3167f36eb30787c]

        Simplify installer::sorter::sorting_array_of_hashes.

2012-02-16  Tim Retout  <tim@retout.co.uk>  [01fde2e939cbc4aeeb15978febb5e2fa0396c125]

        Add tests for installer::sorter

2012-02-16  Tim Retout  <tim@retout.co.uk>  [a1bc2d7d23e160bd9bb9570b4d512eee740aca15]

        Use Exporter for installer::sorter

2012-02-16  Tim Retout  <tim@retout.co.uk>  [94c1836fb5e2028a237d5104115090c81667e1db]

        Inline and simplify installer::sorter::sort_array_of_hashes_numerically.

2012-02-16  Tim Retout  <tim@retout.co.uk>  [14e6a83cc53438a360656449c8c5da41d46f9d87]

        Remove unnecessary sorting subroutines.

2012-02-16  Tim Retout  <tim@retout.co.uk>  [177a966630a792985626bfa37df20bcb755417ce]

        Turn on strictures in installer::sorter

2012-02-16  Tor Lillqvist  <tml@iki.fi>  [a4e05e583f58f1baaf518e71cc48da78296ab5f4]

        Typo fix: com.sum -> com.sun

2012-02-16  Tor Lillqvist  <tml@iki.fi>  [63fabb9d462907c896549c42ba7dea70a4d31ea3]

        Build unoexe as a (static) library for iOS

2012-02-16  Tor Lillqvist  <tml@iki.fi>  [b57a1f2f4d693902a1720b5d4e47fa60cfba7ce0]

        Reduce verbiage slightly

2012-02-16  Tor Lillqvist  <tml@iki.fi>  [a1fe0a772f40c221f5d788192543352b302ac4e8]

        Use the same simple lo_main() on iOS as on Android
        
        Let's do the iOS specific stuff in separate main() source
        file(s). Don't attempt to build complete iOS programs using normal
        LibreOffice mechanisms, it will work for only the very lowest level
        unit tests anyway, because of static linking and the circularish
        UNO/URE/bootstrap/whatnot (run-time) dependencies between different
        parts of the code.
        
        We thus can't build the various iOS-specific *_cppunittester_all unit
        test executables any more. Corresponding unit tests (and more complex
        ones) for iOS will have to be done in a different way.

2012-02-16  Michael Meeks  <michael.meeks@suse.com>  [3675980cc1804e842b955b656fc03133ffbecea8]

        disable JRE warnings during help compilation on first start

2012-02-16  Michael Meeks  <michael.meeks@suse.com>  [3823c4fbbaa5e9f73c37a5e66f63640d59eb20cf]

        java: add STOC_FORCE_NO_JRE env. var to enable easy testing of no-JRE case.

2012-02-16  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [4f582dcef035c1ccdc8ec00bc8c2560bfd49064b]

        Removed SetProperty and StartElement method of MSFilterTracer.

2012-02-16  Lionel Elie Mamane  <lionel@mamane.lu>  [c55d050400139a270f5b3b620db4845001db017d]

        fdo#46163 convert bound values to bound column's type

2012-02-16  Lionel Elie Mamane  <lionel@mamane.lu>  [fc593ac601469a5d69274bbec539e58ad466fd67]

        correct indentation

2012-02-16  Lionel Elie Mamane  <lionel@mamane.lu>  [aef29c37fbe2bf2d248048c699972fb9e0ac2b4e]

        ORowSetValue::setTypeKind: correctly convert to (C)LOB/OBJECT/OTHER
        
        as opposed to crashing

2012-02-16  Lionel Elie Mamane  <lionel@mamane.lu>  [05b294cbc14422f9c5897c0830eda57d141f78a3]

        typo & copy/paste error in error message

2012-02-16  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [77eaa51bc47ff6b02f319053d4ca5aaf37b28f37]

        possible inefficient checking for emptiness

2012-02-16  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [7212cc8081216a3b7d626dc81be077d0522e3737]

        Translate German comments

2012-02-16  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [52c3bbb9574e1155a52b4e901a76779142ac8f25]

        Translate German comments

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [e2de115700e7c6c5ee9118c17c06eda0c462f394]

        -Wundef

2012-02-16  Björgvin Ragnarsson  <nifgraup@gmail.com>  [0aaecbac864b0c0e3ddb72355e416db0b4f72a77]

        Removed unused code.

2012-02-16  Szabolcs Dezsi  <dezsiszabi@hotmail.com>  [0e31821b12f36bd753f35a73fcaba8ede8eb1359]

        Removed unused functions from MultiLineEdit in svtools module

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [39481744b199bed3a5f67f6ceee9c2e01595f2af]

        drop Z_PREFIX from internal zlib, makes building clucene much easier

2012-02-16  Yifan J  <yfjiang@suse.com>  [1dd59441bd43071b11d2d952d625fb595083a793]

        Split download and run test part of losmoketest.py.
        
        1. rename the tool to lodownloadtest.py
        2. it will call native losmoketest in lo program directory
        3. it will download test package as well as lo installables
        4. fixing some bugs and optimize code
            - clean up extracted rpms after install
            - only uninstall necessary packages before installation
            - trivial improvements please see diff

2012-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c25c5a05ac6a0d678aa3d9592d213a08cabf6f7b]

        add missing file

2012-02-16  Noel Power  <noel.power@novell.com>  [2174d4d44eeb83378f76ea34086b8a1989b70b76]

        use stream name for module names when importing vba. fdo#46151 & bnc#747323

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [d294b52d8def55964cd34e02dc8b2c2319fb031b]

        -Werror in dmake modules went missing

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [08c475bb24a34f3a6a3f08e8490b521e8dcc96be]

        callcatcher: update unused code list

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [46087fd1b7186cd181275693e72494c4a07c0c38]

        fix up const malformed copy ctors and operator=

2012-02-16  Caolán McNamara  <caolanm@redhat.com>  [bbd638350fb83af2cadd85cdac2900de80bf7401]

        remove gaps in options and reduce by two
        
        so pesky warnings about invalid property values on shutdown go away

2012-02-16  Thorsten Behrens  <tbehrens@suse.com>  [905df1bae9cab296ee7dd07e88813c667788ed8a]

        Fix crash in smartart import
        
        Rather check iterator validity *before* accessing it. valgrind
        warning on linux, and crash on windows for e.g. doc at n#736495.

2012-02-16  Andras Timar  <atimar@suse.com>  [6327c6d49b8bae52ac8cff1a4ef979bce582bfee]

        put LibreOffice (start center) to Win7 Start menu instead of Base
        
        As Asa Dotzler kindly pointed out in his blog, it was a bit
        awkward to put Base - the less used application - into
        frequently used program icon area of Windows 7 start menu. It was
        not a design decision, Sbase preceded Soffice, that was all.
        Let's use LibreOffice instead of Soffice, and voilà, problem solved.

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [515870b31dfef95b6c48d368f075db985346bac3]

        Clang -Wconstant-conversion.

2012-02-16  Miklos Vajna  <vmiklos@suse.cz>  [1087afd9135b54e83c0ec3fa9aae19ac6c2d9c77]

        sw: mention node indexes in layout xml dump

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [3ac780d8a2f8d1b94e9b4776d7f556274d3197dc]

        Missing return statement

2012-02-16  Stephan Bergmann  <sbergman@redhat.com>  [acc9fb5ca0bc378ac03637cba948520a29938940]

        Prevent misuses of RTL_CONSTASCII_USTRINGPARAM
        
        works only on 64 bit platforms, though.

2012-02-16  Matus Kukan  <matus.kukan@gmail.com>  [980e69cd61b41a644de0736ee7b70c84f5b9e013]

        add gb_Helper_abbreviate_dirs_native

2012-02-16  Matus Kukan  <matus.kukan@gmail.com>  [2faa029ade2b1bec92016e78b744502fbf680e38]

        jvmfwk: these are also linked_libs

2012-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a5661d717197a6723b80fb65cde463c479983934]

        add two more test cases to XDatabaseRange

2012-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1263cafe8e487b5db0c439966056516be99bc1e4]

        enable XDatabaseRangeTest again

2012-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a05286296b3ba51029f0ff57a5a9173d3623b864]

        dbaccess' macros_test is still failing in some situations

2012-02-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2bedc40e55fd7b51f948f60ba1d757d2912d3afb]

        this should test ods and not xls

2012-02-15  Stephan Bergmann  <sbergman@redhat.com>  [715ac8c1b402e33930317a69bbdd61ad88133740]

        Fixed some more apparent misuses of RTL_CONSTASCII_USTRINGPARAM

2012-02-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [ab0096ed68cdc08906f518d3499a8e1afc5ba80c]

        fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.

2012-02-15  Ivan Timofeev  <timofeev.i.s@gmail.com>  [843eafc765a3d1d0ea4c9a89855c73e81784aa8b]

        tweak "Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx..."
        
        * remove 'const' from GetForbiddenCharacters
        * CharInfoMap -> Map
        * pInf -> pForbiddenCharacters
        * remove 'inline' from the function defined within the class definition
        * some code simplifications

2012-02-15  Noel Grandin  <noel@peralex.com>  [9d4b0c25a598a53601e2bd337443728f17f8296a]

        Convert tools/table.hxx in editeng/forbiddencharacterstable.hxx to std::map

2012-02-15  Jani Monoses  <jani@ubuntu.com>  [a55fa2d0a8f709bd58e2729b66fd8ecc807c0286]

        Remove unnecessary variable

2012-02-15  Jani Monoses  <jani@ubuntu.com>  [4e679ee2501a0babcdce498732d68428d46481e3]

        Simplify code and use proper register names for linux armhf

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [a5384f5640dd9d571dff7663b0d69029fc6c2d82]

        remove unapplied patches

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [dcfc99705f958114e9b28aeb58b8081b58a32a6a]

        use sal crc32 and skip cast frenzy

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [372a0d505c722fd8b39cf4f65487e7f08049896b]

        these were surely meant to be Z_PREFIX not ZLIB_PREFIX
        
        seeing as Z_PREFIX is what we set in our internal zlib
        and one of these was ZLIB_PREFIXB anyway

2012-02-15  Thorsten Behrens  <tbehrens@suse.com>  [57e6f04066cfddfa79eb2b79cf5c45653c79eff3]

        Fix fdo#45177 - avoid linked undo for the while.
        
        While I try to wrap head around subtleties for linked undo in
        Impress outline view, disable that here for the while. Better than
        a crash for sure.

2012-02-15  Thorsten Behrens  <tbehrens@suse.com>  [4fa7f074b38a65a6e0b5e9ceb164f31ce8086042]

        Cleanup: auto_ptr uses as a plain scope guard.

2012-02-16  Takeshi Abe  <tabe@fixedpoint.jp>  [c91ff959b0527852fde12a5f994b30121ff3c817]

        Use RTL_CONSTASCII_STRINGPARAM instead of bare number

2012-02-15  Michael Meeks  <michael.meeks@suse.com>  [0ebee1ef39a77c4394e7d0ec9346daf002e52884]

        remove hideous plasma debugging bits from android branch

2012-02-15  Tim Retout  <tim@retout.co.uk>  [dda1f40a64506ba66772ac7b6c9d58d7775db656]

        Turn on strictures for some installer Perl modules.

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [1893585d243c7daf5c8782ec6c90c26142d428e8]

        I can't see the point of these masses of vcl settings which go nowhere

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [029b57344c8679ee201079241a3f90aad28b1970]

        WaE: member initialization order

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [11e384b8a1d1716b98c870c356d919f4f68a08f5]

        WaE: these are integers, not pointers

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [d1f45bd66f0efe6909acdb573aecb677ae388f74]

        WaE: /* within comment

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [cc459e466359c0bf18d48e8650fac3302b019a75]

        WaE: mingw

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [de9c3dcb769bc2df9abaefbae4f8ed90131176e0]

        Set SOLARLIB for Android

2012-02-15  Miklos Vajna  <vmiklos@suse.cz>  [9efe123eec58bcf14faa7e18c2625bdd0c420fb7]

        sw: SvxRTFItemStack has been changed to std::deque in the meantime

2012-02-15  Stephan Bergmann  <sbergman@redhat.com>  [9ab0b38e95133dab720408cc2c80093b8a201c10]

        Various string function clean up
        
        Added:
        * rtl::OString::matchL
        * rtl::OString::endsWith
        * rtl::OString::endsWithL
        * rtl::OString::indexOfL
        * rtl::OString::replaceFirst
        * rtl::OString::replaceAll
        * rtl::OString::getToken
        * rtl::OUString::endsWith
        * rtl::OUString::replaceFirst
        * rtl::OUString::replaceFirstAsciiL
        * rtl::OUString::replaceFirstAsciiLAsciiL
        * rtl::OUString::replaceAll
        * rtl::OUString::replaceAllAsciiL
        * rtl::OUString::replaceAllAsciiLAsciiL
        * rtl::OUString::getToken
        plus underlying C functions where necessary
        
        Deprecated:
        * comphelper::string::remove
        * comphelper::string::getToken
        
        Removed:
        * comphelper::string::searchAndReplaceAsciiL
        * comphelper::string::searchAndReplaceAllAsciiWithAscii
        * comphelper::string::searchAndReplaceAsciiI
        * comphelper::string::replace
        * comphelper::string::matchL
        * comphelper::string::matchIgnoreAsciiCaseL
        * comphelper::string::indexOfL
        
        Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM ->
        RTL_CONSTASCII_STRINGPARAM.

2012-02-15  Tor Lillqvist  <tml@iki.fi>  [42422f2599220b678aa41c4aadeec28df113c3ec]

        Merge sal_textenc into sal just on Android

2012-02-15  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4c8307053e3003af6cef5056e36a650f19c8cdb3]

        n#695479: Remove properties when removing empty fly frame

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [60323f6bcf75cb80b203ae50f328ca78d035851b]

        When using libmerged there is no "tk" library

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [3a2cbe739db31139e03beacd4c886a486acf6922]

        Add comment wondering why this loadFile() isn't in osl

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [4eaf1feb56632e8e4da34c9a5275bd409395f009]

        Special-case files in /assets on Android

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [888d96f6b48a60abdf9077854f9a5f883f1e84be]

        Add svt and tk to libmerged

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [8f3cce6f8de919e0cc53b028e49b5587cdece315]

        Forgot to drop the merged fw* and sfx libs from here

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [7dc908788742c335efef9b9ee168de7979fedb9c]

        Need libtextinstream.uno

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [5f2a2e2149f26db39efd3e7f2fdca952cfcf65f5]

        Don't bother with a separate libsal_textenc when merging libs

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [901b5572b1c03fcb52d0b808e0a1710c2bd51c42]

        There is no libvclplug_svplo for Android

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [589450649d790678b4659d07c001c0e59e94ec18]

        Need libsal_textenc

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [4347e5d1d8b73178ba6ef3d0cb57f152c9ac94ba]

        Add sb to libmerged

2012-02-15  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5be6008e9e13c30bee2f5c70b9de778529d128c0]

        Translate German comments

2012-02-15  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [b181c48f8faf2d16d88aa56c6c17b8efb2aec642]

        Fix some translation oversights
        
        At least some of the things corrected, also (c) myself.

2012-02-15  Miklos Vajna  <vmiklos@suse.cz>  [335b38d831558ce786f726b4b6a014d2a312cf29]

        sw: add doxygen comments for some document model / layout classes

2012-02-15  Alexander Bergmann  <myaddons@gmx.de>  [3626c2cef7c39bda96e2d3bc0d5a53ba1044aadc]

        unusedcode.easy: Removed unused code

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [a62395237ed78f982ae74efe5ed8ad7834a2f95b]

        WaE: moaning about unintialized variables

2012-02-15  Michael Stahl  <mstahl@redhat.com>  [9c4581a6b61c0836c3a44eaaf454b9ba560e937a]

        fdo#45530: scp2: java accessibilty bridge cleanup:
        
        AFAIK java_uno_accessbridge.jar is only required on WNT.
        Also remove the duplicate old definition of gid_File_Jar_Accessbridge
        that was effectively disabled by 6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa.

2012-02-15  Masataka Shinke  <mshinke@users.sourceforge.jp>  [fbe60c962259ae0449acd65e74fd790530045e93]

        fdo#45530: Accessibility does not work on WNT

2012-02-15  Michael Stahl  <mstahl@redhat.com>  [c1f723fd53e8c41b80285d11a149e0044f580e2f]

        sw: ww8: ~SwIndexReg assertion:
        
        Remove pointless SwPosition that triggers the assertion when
        loading bugdoc from i#87910 from wwSectionManager::InsertSegments.

2012-02-15  Stephan Bergmann  <sbergman@redhat.com>  [bebd171db7735e3063f4aaaacbb15b78f5436dde]

        PLASMA_NOW fix

2012-02-15  Tor Lillqvist  <tml@iki.fi>  [402fcdbdde71e679c08e7b2bf4a5030c120dbffe]

        Fix recognition of ccache in $CC and/or $CXX

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [12f689687e3017bfe9ffaf6bbc4593eb3ca21c2b]

        Ifdefify temporary (?) Android hacks

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [2185849852aa4cdf4d288d4bd01be44ebd3b4433]

        Revert temporary and not properly ifdeffed Android stuff

2012-02-15  Tor Lillqvist  <tlillqvist@suse.com>  [c1f5475bd626849fe7a98cb8986219990a526ce3]

        Do try to use ccache even if CC/CXX are set
        
        For Android, they could have been set earlier in the configure script
        even. We do want to use ccache also for Android cross-compilation.

2012-02-15  Caolán McNamara  <caolanm@redhat.com>  [48649cdfb8671fb49a28b33c1ba1cd71c0999a07]

        lock in those ByteString gains so there's no back-sliding

2012-02-15  Thorsten Behrens  <tbehrens@suse.com>  [d37abad97d72bae0fd0269de12e94c7a7d3fd7e1]

        Fix fdo#45779 - accessing empty polygon.
        
        Guard access to first polygon point.

2012-02-15  Tor Lillqvist  <tml@iki.fi>  [c301199804f5beb7ef803abfa84e04d9351efb3f]

        Merge branch 'feature/android'

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc7110a06be5304e00f8ed94c278f5b9a476c002]

        More String to rtl::OUString conversion while I'm at it.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [d7ba94d506ef22967f627483ee0b89cb0ce61b99]

        Get sc to build once again with debug=true.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [3290664dd1d26f2f6bf4d99afdd1f6bccbccb7dd]

        String to rtl::OUString in the xls pivot table import code.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [8bbfedd199deedb8dc7f196efba60c8cefb8da67]

        auto_ptr to scoped_ptr.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [fe7b2a4bec8bf4d3b07a156e019a82f8ba9cf68e]

        More, boolean-related cleanup. Removed unused data members.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [c9cf2a669237f8e253c7d4e8f8c4d022b804e020]

        Removed code that's no longer relevant.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [9d4b32ef3f1866fa586394c6cceed4dc4a17ca38]

        Fixed ODS import filter to correctly identify data layout dimension.
        
        And cleaned up the code a bit.  The new code should be much more
        robust.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [75d807f7b1cc9aa2ef3cf41d6f572aa5a56583a7]

        Try to preserve the orientation of data layout dimension.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [7cec5493cebfb0833389ea79cb83fbc677c6751c]

        Remove std::auto_ptr in favor of boost::scoped_ptr.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [8f38e6a4cc492d2ac978ff11376f568f010b82cb]

        Handle painting of data layout dimension button correctly during refresh.
        
        Data layout dimension can be anywhere in the row/column fields.  Use the
        appropriate boolean property to determine if the field is data layout.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [4eedf5dc54ab19af39d7033462421082d1abb86d]

        Correctly set pivot's popup flag when importing from Excel docs.

2012-02-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [691f2451c86348239d3b9735ee81b8ecd3209161]

        Removed the incorrect assumption about the data layout field.
        
        The Excel import filter code assumed that the data layout field be
        always the last row field, which is totally wrong.  The data layout
        field can be at any column/row field position in fact.

2012-02-14  Eike Rathke  <erack@redhat.com>  [ec7ed71cd3f6130268bae2ffba5a6c69ebed20b6]

        changed [et-EE] single quotation marks to be such

2012-02-14  Kate Goss  <katherine.goss@gmail.com>  [c8d91a8f2f6780cd187c65660ebf18e5eea568bc]

        Remove unused code from connectivity::odbc::OPreparedStatement
        
        Remove methods getDataBuf(int), getParamLength(int), getPrecision(int).

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [cdb2d21c550d18c5565a4ade7aeca4594a836f94]

        ODBC: align *all* the handling of SQLULEN properties with maximal ODBC size

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [034b130b90af330caab0b9fe7f19db45b5232eea]

        comphelper: add getINT64

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [c1ef5ba65c1b3d9c9bb8c45f68e494493e628837]

        improve OTools::binParameter/bindData interaction
        
        Don't duplicate the decision point for "data at execution or copied data"

2012-02-14  Eike Rathke  <erack@redhat.com>  [5930f866b649db40e6ddfd5004d4133ccbb0ede0]

        added [fr-CH] date acceptance patterns "D/M" and "D.M."

2012-02-14  Santiago Martinez  <smvarela@gmail.com>  [8af1b357b1c87c9f3eea7660881b2ffacc133f58]

        Remove unused code.

2012-02-14  Tomcsik Bence  <tomcsikbence@gmail.com>  [545a55895acfe15a454ca701eff7197eb8dbc3f3]

        fix layout of checkboxes on Extension Manager dialog fdo#45851
        
        I changed the sizes and the positions of the checkboxes. So there won't be
        truncated checkboxes in any languages.

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [9b3372d8f0d59c8bf6789974d04733dff30bd131]

        Remove some more outdated sunpro traces
        
        On Solaris gcc should be used. See:
        
        514cefbcb7b800f8ddd2aa595502f4fe8403882f
        19480ddf483174e956bd658b76380dbe499678dd

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [5cf9115058beab8e1179d55f0edca5d32e6aaa31]

        move CVER traces (sunpro compiler)

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [72e04abea5b881f29c63bc4beaf48bddabe39a15]

        remove sunpro 5.0 handling

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [104613ffb7e94a421994977ebcb85d142ad64a9f]

        Remove CVER traces
        
        see 08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [61ebddf9f41073b2b9b41dae0862d40d0018a6bf]

        salhelper: remove unexisting maps

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [d45fb87cdd296dee7240adba64b52974f0e87ddc]

        remove gcc2 traces

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [3d73801755d2a69dd0a76123e11674769813b8ab]

        odk: remove some dead makefile code

2012-02-14  Santiago Martinez  <smvarela@gmail.com>  [1dc612970f57aa5599c6d1b7afb10a3f5f4403d2]

        Remove unused code.

2012-02-14  Muhammad Haggag  <mhaggag@gmail.com>  [2e01faac3fa50f7036093583ae52f1584b3de55c]

        fdo#37775: Recent Documents not updated by Save & Save As
        
        This patch changes LO behavior so that we update recent documents on file save, save as, save all, and close. The previous behavior was to only update the list on document close.
        
        = Changes =
        SfxPickList (sfxpicklist.cxx/hxx):
            . Extracted the logic to add a document to the "Recent Documents" list into a function of its own: AddDocumentToPickList
                - Simplified the logic used by removing the check of SfxObjectShell_impl::bWaitingForPickList (see SfxObjectShell_impl::bWaitingForPickList below for details)
            . Modified SfxPickList::Notify to call the aforementioned function on save, save-to, and save-as.
        
        SfxObjectShell::APISaveAs_Impl (objserv.cxx):
            . Modified it to allow picklist entry when doing "Save As".
        
        SfxObjectShell_impl::bWaitingForPickList (objstor.cxx, objxtor.cxx, objshimp.hxx):
            . Removed this flag. It was used to indicate that a document wants to be added to the picklist, then cleared after it's added. Since we now always add documents to the picklist on saving, we no longer need it.
        
        = Verification =
        The change is in sfx2, so it should apply to all LO apps. I verified the new behavior in both writer and calc with the following actions:
            . File->Save
            . File->Save As
            . File->Save All
            . File->Close

2012-02-14  Caolán McNamara  <caolanm@redhat.com>  [475d0c59c66fb7752d230f76130b17145aad0c12]

        use icu's breakiterator for Thai, not our customized generic rules

2012-02-14  Caolán McNamara  <caolanm@redhat.com>  [fad63878e529ad775f4484330235242a7a900987]

        add northern-thai example

2012-02-14  Caolán McNamara  <caolanm@redhat.com>  [1a450f53dbd31a34718f658a81b0fabbbc329764]

        add a unit test to demo broken thai word-boundary detection

2012-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [156bd43bd96379d86535afa38ce4d4f8044f45a6]

        add a test case that allows testing of sw's Layout code

2012-02-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [289144b2fee5b3932a01f24d045c5358f45e12c8]

        cleanup namedlg.cxx
        
        remove unneeded comments, includes and macros

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [cf3c4f63d94b39c73858d3455ede1b10dac2fe7d]

        plural right after all

2012-02-14  Michael Meeks  <michael.meeks@suse.com>  [3e41d0bf6a8d77ffa30889cf8b7ebdb5c7910792]

        cleanup: remove remenants of gcc version checking

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [84d21e4de26bd69f7ca5b10f2c72779f07e11347]

        odbc 64 bit crash: correct buffer length allocation for a SQLLEN

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [288cc968c4d1fa07b4f3cc106ea6934c4afd955a]

        new[] already allocates each element of the array
        
        And calls the default constructor, naturally.

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [50e5118710c84461b0e09dc0576e924ea149f6d4]

        odbc getTableTypes: ask the driver instead of guessing

2012-02-14  Lionel Elie Mamane  <lionel@mamane.lu>  [7535373fa693ddff5311054800efcc602cdcacd9]

        correct documentation of com::sun::star::sdbc::XDatabaseMetaData

2012-02-14  Muthu Subramanian  <sumuthu@suse.com>  [8167b8f3d9ca506a30bd8454d934d713033cb8b4]

        n744510: Improved 'vert' text imports.

2012-02-14  Tor Lillqvist  <tlillqvist@suse.com>  [cc459ea8c1d2d398c0bad5e52591af93ebc4db38]

        Skip merged libraries

2012-02-14  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9baee86cbdec44c657d06f355bdba0537fb12a1a]

        fdo#45748: Don't use empty pages fo computing the page break position

2012-02-14  Stephan Bergmann  <sbergman@redhat.com>  [161c3f179f71eda2a32dabaf68ff6fb3ba487062]

        Some more comphelper/configurationhelper clean up

2012-02-14  Stephan Bergmann  <sbergman@redhat.com>  [00717e8550ac41069a01c7ef7c11fbe40d75e91d]

        Moved configmgr/source/README into configmgr/README

2012-02-14  Thomas Arnhold  <thomas@arnhold.org>  [3bbb62f09fef9d8526ef6d4bdacc55def952963a]

        sw: dead code removal

2012-02-14  Stephan Bergmann  <sbergman@redhat.com>  [3073b539d28a4ea29347e8060e19dda080c5d13b]

        Make code exploiting -fthreadsafe-statics properly conditional
        
        Looks like 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c missed these.

2012-02-14  Stephan Bergmann  <sbergman@redhat.com>  [9529389231cfe44bff015a8fc511fff75910664d]

        Mark cppunit patch as upstreamed

2012-02-14  Thorsten Behrens  <tbehrens@suse.com>  [f9d2a8643548d6bc138f8b36a8fff95d658d5bc1]

        Remove accidental comment

2012-02-14  Stephan Bergmann  <sbergman@redhat.com>  [bcdadc2e9f3f6a400438cbbefffc60bf02baa0f1]

        Resolves rhbz#789622: Adapt SDK to changed paths in LO installation

2012-02-14  Tor Lillqvist  <tlillqvist@suse.com>  [49a4b4c32bda86b97ef48d1d2ce9bf8f02d3e2e3]

        Fix int/sal_Int32 ambiguity

2012-02-14  Josh Heidenreich  <josh.sickmate@gmail.com>  [b87e6be543b3daf73edb95012b87dbf95a918b95]

        Added READMEs for some library modules which didn't have them

2012-02-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [c1ebc27ec9e55615c51b6941ed1d6b6b6782ddb2]

        Use separate iterators for column and formula data.

2012-02-13  Tomcsik Bence  <tomcsikbence@gmail.com>  [1f0784d2b877910b4a8ba3ed599333b5000ef7d0]

        Wrong size of 'Remove watch' button at Basic IDE. fdo#44237
        
        This patch resize the nVirtToolBoxHeight in WatchWindow::WatchWindow if
        the aRemoveWatchButton plus some space is higher than nVirtToolBoxHeight. So
        the aRemoveWatchButton doesn't go into aHeaderBar.

2012-02-13  Winfried Donkers  <osc@dci-electronics.nl>  [80a72c4cc7edc6b4c0b88d841500617cd733cbf7]

        fdo#44516: Improved label/BC wizard - set paper size

2012-02-13  Stephan Bergmann  <sbergman@redhat.com>  [765c6d9916b1959ff92811e80bf0fc4870e7ab29]

        Make simplified configuration API available down in comphelper

2012-02-13  Miklos Vajna  <vmiklos@suse.cz>  [c26d9befbab1f60b5b8c191c883569eae3d08c2d]

        testcase for fdo#45543

2012-02-13  Stephan Bergmann  <sbergman@redhat.com>  [2fce337212044d3d3a552c675fffe9bdc137eef9]

        l10ntools now only depends on sal and externals
        
        Still room for further improvement.
        Includes some fixes for regressions introduced with previous commits.

2012-02-13  Andras Timar  <atimar@suse.com>  [7c3fab1be983241c61df2c871556ba3e7e35dec6]

        better Galaxy icon for Remove Watchpoint in Basic IDE

2012-02-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bf789d4a40711b7b04b969e3330373a2f947b994]

        make the return statement more visible

2012-02-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [ee38b167c86c8f96aa41dca861cae327c6df5915]

        fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.

2012-02-13  Miklos Vajna  <vmiklos@suse.cz>  [d7baacd81bbcfaa35b7fbf9981fa3fa7c9fb1cb4]

        fdo#45543 fix RTF import of ms932-encoded characters

2012-02-13  Alexander Bergmann  <myaddons@gmx.de>  [8963cc01f5267f3afc4e4a4ff5a65a67520f447b]

        EasyHack: Removed gcc conditionals

2012-02-13  Lionel Elie Mamane  <lionel@mamane.lu>  [bbeb0f7a82945e8d7b98e5d5da9f69dfc5c6fabe]

        ResMgr::TestStack more robust

2012-02-13  Lionel Elie Mamane  <lionel@mamane.lu>  [8eb33ee13519bd3059cdb2019ef843fbb9a7fbd7]

        fdo#43399 hidden radio button should also gets unset

2012-02-13  Michael Meeks  <michael.meeks@suse.com>  [d6916216c5844ff3dd8313d99e361a419a66f6c6]

        WaE: unused code thinko

2012-02-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c2ad01cc22d79aeed31d97220430d9a9fd4fd2b1]

        remove unused fields

2012-02-13  Elton Chung  <elton@layerjet.com>  [dac6e46f293581cba76556966f830ffeb9173596]

        Remove unused code

2012-02-13  Elton Chung  <elton@layerjet.com>  [0536df54d531e2d5e45dfea52c8377701a6a1fda]

        Remove unused code

2012-02-13  Elton Chung  <elton@layerjet.com>  [60397e849731db0dd9492975e134dc0f905b6390]

        Remove unused code

2012-02-13  Elton Chung  <elton@layerjet.com>  [abc235e73e70ffba83240759a8500a08becc9d71]

        Remove unused code

2012-02-13  Elton Chung  <elton@layerjet.com>  [47716efc8e829c4fc82b22e4d62bb9480eb84aad]

        Remove unused code

2012-02-13  Elton Chung  <elton@layerjet.com>  [952b46570c175dda8b975ad3bc8ef56e747796be]

        Remove unused code

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [acddd09bc2e635a63c3d924eec6026c5254cd576]

        WaE: NULL vs 0 with mingw

2012-02-13  Elton Chung  <elton@layerjet.com>  [f1c162967f032fcc5e4859f67c5b614c5dd19642]

        Remove unused code

2012-02-13  Catalin Iacob  <iacobcatalin@gmail.com>  [4f82f1e07607711f1c6b8c07ffb446a6dbaafc88]

        Remove unused code in XMLTextImportHelper

2012-02-13  Catalin Iacob  <iacobcatalin@gmail.com>  [08ae56de57a9bcc49582769fa3b05b6b6fb62dbd]

        Remove unused code in XSecController

2012-02-13  Catalin Iacob  <iacobcatalin@gmail.com>  [b05ace90d30d90d09a5521ca6aff47226d619204]

        Remove unused code in XMLSignatureHelper

2012-02-13  Tor Lillqvist  <tml@iki.fi>  [25f8330004409edf8007df0cc80ef540c03d18da]

        Add fw* and sfx to libmerged

2012-02-13  Björgvin Ragnarsson  <nifgraup@gmail.com>  [a092057d2b8ff8abd1172b4163979ecf799d5888]

        Removed unused code.

2012-02-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [19d80a257b0e5c9d45985e49f33493f38c5d5f10]

        Header/Footer: don't show in web layout mode

2012-02-13  Miklos Vajna  <vmiklos@suse.cz>  [f689658056a3473f9698c21edb3fb14a2541d3a7]

        make build a pre-req of deliver

2012-02-13  Elton Chung  <elton@layerjet.com>  [806bec7107c426d0d05ceabd82da159e75d7f5ed]

        Fix typos in comments

2012-02-13  Kate Goss  <katherine.goss@gmail.com>  [4001370ba5900dd0a0ec04c62f5aeb347bde025a]

        Remove unused pdfi::PDFIRawAdaptor::odfConvert

2012-02-13  Kate Goss  <katherine.goss@gmail.com>  [c424b5dc32bd9313d725f3689696ff63847cf487]

        Remove unused pdfi::PDFIProcessor::sortDocument(bool)

2012-02-13  Kate Goss  <katherine.goss@gmail.com>  [20370a163bbbe12bf60de6e891fb2537ab3cbcea]

        Remove unused pdfi::DrawXmlEmitter::GetBreakIterator()

2012-02-13  Noel Power  <noel.power@novell.com>  [0c998c462aa553f52b849a26e3ca8df077fb5622]

        some very minor tweak(s) to "Improvment-of-Custom-Sheet-Prefix-Option"
        
        a) allow blank default prefix
        b) select the entire last good prefix is some illegal character used

2012-02-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [afeb347c909fa2deb37694d4b9fd6509ec305366]

        Improvment of Custom Sheet Prefix Option

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [15a6211803a28fd88b33b89a3f13455665360ce9]

        Makefile: don't build everything twice on "make check"

2012-02-13  Noel Power  <noel.power@novell.com>  [58255c47b1d540fd2493b4ed132aa7fa82da156e]

        handle imported picture attribute from MSO Dialog ( fdo#45995 )

2012-02-13  Noel Power  <noel.power@novell.com>  [468c588875b4858711b708bbc66e0740263bb1f3]

        fix support for embedded images for basic Dialogs ( fdo#45992 )

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [71fb61b77a548ac8b0b499f7c6039e197c994842]

        Need libfastsax.uno

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [49675b89cc08cb065fe4dc7bd53dd9422ae4e8d4]

        Need libdatelo

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [2b455134b0bc9b2632f095503b87ec90158b24b5]

        Need also libintrospection.uno

2012-02-13  Tor Lillqvist  <tml@iki.fi>  [7edb4c739332432b11b5d31df9dc7bba3761f4f1]

        Add fw* and sfx to libmerged

2012-02-13  Takeshi Abe  <tabe@fixedpoint.jp>  [ebba94a9572b4154a4106380d949be3d83a68fa5]

        Replaced String by rtl::OUString

2012-02-13  Petr Mladek  <pmladek@suse.cz>  [516905788436c386caac8ae5288ae0619bc032d1]

        Use "Close" instead of "Cancel" button in the about dialog
        
        Thanks to Stefan Knorr (Astron) for hint.

2012-02-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a51a7ae7153fee17013867bd7bbaacedee1980a]

        Copy the gcc's stdlibs to solver even if not packaging them

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [d22bfbbc6712aa364f680626369ce5e61443188d]

        move ABORT_ON_ASSERTION from smoketest to smoketestoo_native

2012-02-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [acbb997eda4702ae42b0d73134252d21745a19c3]

        Move it down a bit, to hopefully get Norbert's Mac tinderbox to build.

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [2e92ad18466d235864df82dc2a3a729d144736c3]

        fix windows build, String::GetTokenCount is gone

2012-02-13  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2ad3b48ce59723842d77f5eeed4fd4336c9d8362]

        always use the *real* visibility of the SwScrollbar

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [f7b2d16b013fce20455a558dc37eb3eb79c5bc0d]

        WaE: keep msvc happy

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [541631684027242eeb397ac6805936e8ba411055]

        catched -> caught

2012-02-13  Miklos Vajna  <vmiklos@suse.cz>  [3cd8d8c27d7c4a13f58c4930ee14b1d862e73ea1]

        sw: add rtf slowcheck test that checks the resulting document model
        
        Having it as a subsequent test in wrifterfilter would be less useful;
        having it as a unit test in writerfilter is not possible, since
        writerfilter does not depend on sw.

2012-02-13  Alexander Bergmann  <myaddons@gmx.de>  [8f1270db7d871df1a6155c1e4f51568753a54b04]

        unusedcode.easy: Removed unused code

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [507a5d0eb718bcd6c294029775008e0f99d70e0f]

        manual override of ATToolSupport is a windows-only feature

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [013076d6a858712151766131d8a2cccdf39e7f18]

        add check for xmllint

2012-02-13  Michael Meeks  <michael.meeks@suse.com>  [86a624ea2d0cdf8e8f549c8ac8378c8fe9aa6b53]

        sfx2's README: clarify and slightly expand

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [f9595ad5153ff3f98f9a36f3307aef4ecb62110d]

        WaE: unreferenced local variable

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [a52f348700adec5ede76a62381f8d54cb5588da8]

        WaE: unreachable code

2012-02-13  Miklos Vajna  <vmiklos@suse.cz>  [e0328096dc21ce12d15db2045074e7860872570f]

        n#695479 fix RTF import of text frames with exact height

2012-02-13  Thorsten Behrens  <tbehrens@suse.com>  [af54a1b8b1b04860302e8a743f512d01a87f6b9c]

        Integrate Josh Heidenreich's nice README parser as start page.
        
        From https://github.com/TheJosh/tdf-misc's scrape.php, ported the
        concept over to bash, to have it run with the doxygen generation.

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [3d1f1c43a0cb6efb5bee3490ce90c63debf2d27b]

        allow java 1.7, or any future version

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [eb676d0a9c6ce1d6fc50a595f3353f60d377e507]

        WaE: unreferenced local variable

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [c3b59c3da7bf9e13a07620987aa85b633c7ec9c8]

        preserve timestamps for .py files
        
        .pyc and .pyo binary caches contain the timestamp of the .py file, so for
        fedora multilib if the .py files get different times on different arch then the
        .py[o|c] files end up being different for the same content

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [3b4786b6b7eec79b29f604cffc1cd708244e90b3]

        callcatcher: regenerate list

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [761f502083652f0e45de9c38f56cf4867a8197e9]

        can use a reference for singleton

2012-02-13  Caolán McNamara  <caolanm@redhat.com>  [56122bdf25c64ef8ebdab0c7d83eb8bd94e3aa41]

        tell tooling about xmllint

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [976cc2360d4e2c2060cbc82714017f3179f50a5c]

        WaE: class has virtual functions, but destructor is not virtual

2012-02-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [beb8a85796c78d4cdcf6497b6725fce8f7141d75]

        Header/Footer, Page Break: don't show them in RO mode (fdo#45548)

2012-02-13  Miklos Vajna  <vmiklos@frugalware.org>  [492dbf9ceceea81edeb5d6c8d94aeed09e738176]

        fix RTF import of ffres token for checkboxes

2012-02-13  Stephan Bergmann  <sbergman@redhat.com>  [758cceaff4c8038c5ec5115aaa593d46483d6626]

        Duplicate #include

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [02f30e56e7330f06ead8244c918f31c914f47408]

        WaE: type name first seen using 'class' now seen using 'struct'

2012-02-13  Tor Lillqvist  <tml@iki.fi>  [5ba36c0e820e7ef32ea332d9be58441729f6993e]

        Say "MSVC build" as that is what build_os = cygwin means

2012-02-13  Tor Lillqvist  <tlillqvist@suse.com>  [b7980663f0866629e7c54a085f31dba3d9c26b26]

        WaE: type name first seen using 'class' now seen using 'struct'

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [a9f6e5323eaa3078f0a3a00a37cee169ba7dedbc]

        fdo#41712: sw: remove superfluous flag:
        
        This removes SwFlowFrm::bIsFollow, which is pointless duplication of
        m_pPrecede; this fixes lots of assertions (probably some real problem as
        well).

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [657c500e2e9e9ad2e38e9da278b20fb82c109001]

        fdo#41712: sw: fix crash in layout frame linked lists:
        
        The pPrecede member is not maintained properly when setting the
        corresponding pFollow member.
        The change in SwTxtFrm::JoinFrm() fixes the crash, the other changes
        are perhaps fixes for other crashes...
        (regression from cc3d0d182cafef9649e45f4657233ac2221fdd0a)

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [c0970c2be45ea62d86e24271065311aaa92c0186]

        fdo#41712: rename members to track down assignments

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [cd24d2524f2c2da51f982015f1b027003b192808]

        extensions: plugin: UNX: don't crash headless

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [43cb934dda9af45a83748c775f274bbd0fdcd67a]

        extensions: plugin: assertion from OUString::copy

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [17598877cdca489d1e0279cbdb9a46ae55cbae41]

        sw: make LoadSaveTest runnable again

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [dde3ce96de325f36d5eaa860c9e067485aa95d3e]

        sw: filters-test.cxx: failed attempt to layout loaded documents

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [85b5a185124589bbd0606432a5536ce12ae2f66c]

        filter configuration: add some OOo XML/ODF mimetypes

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [6b54630499ac580b92a7cd5533493f631ed3cc5b]

        filter configuration: add some mimetype

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [6bbed75218197ddea1cad6c3baac59bf7b50da9a]

        filter configuration: add MSO 2007 XML mimetypes

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [82259f2e5446fbaaf5921a2cf195faa824629ea3]

        get-bugzilla-attachments-by-mimetype: add retry:
        
        Sadly the Apache OO bugzilla is rather unreliable and connections time out
        a lot; retry connections to work around that.

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [18d1e1968c9bd62b68b447f8a882e37ff3d3dde4]

        get-bugzilla-attachments-by-mimetype: don't do images:
        
        What a stupid idea; what the heck do i do now with 5G of
        jpegs and pngs on my disk?

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [4ff7252375b7b85eafbf176ca4e9184cc392d980]

        get-bugzilla-attachments-by-mimetype: more mimetypes

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [66fa9be298149f9db2051adf693f84ae92d3af6d]

        get-bugzilla-attachments-by-mimetype: deduplicate

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [05c254ca0ecdd88c157a27fc6de561efe71db3e6]

        get-bugzilla-attachments-by-mimetype: fix it

2012-02-13  Michael Stahl  <mstahl@redhat.com>  [6c3e8f9d19a0392a817c1b5692421ed0972a3b7e]

        sw: ww8: ~SwIndexReg assertion:
        
        Remove pointless SwPosition that triggers the assertion when loading
        bugdoc from fdo#39006 from wwExtraneousParas::delete_all_from_doc.

2012-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [699eae5bd35fe0dc9dd98a9a2b74f37c0ef55d9c]

        disable new test on win and mac since it is a test with UI

2012-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b97bdba24e11becc12b9731605727e1e1166a34c]

        finish initial work on the Base test
        
        Base needs the numberformatter to initialize a document

2012-02-12  Julien Nabet  <serval2412@yahoo.fr>  [1fb6237c08b25e043ae70b16aa784d5a762612ef]

        Fix call delete twice on the same variable

2012-02-12  Julien Nabet  <serval2412@yahoo.fr>  [5be2521a90766ba0dcefeb05af8b2bdaf06a53a0]

        "in_list_end" never read, let's drop it

2012-02-12  Julien Nabet  <serval2412@yahoo.fr>  [47e38fb11f9d6e76aefbee75eaf25e4344d03a20]

        If we can have a few more information...

2012-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21b3a9a6beb2773668a7ac63c50a1fdc00e5cd4b]

        fix errors with assertion macros

2012-02-12  Thomas Arnhold  <thomas@arnhold.org>  [b3776dfe6c41ac0a9855c650c3ef4811002426a4]

        unusedcode.easy: remove MatrixArranger

2012-02-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75b4d17f961ceec179e98fe07652e4ce719c16cb]

        use better assertion macros

2012-02-11  Thomas Arnhold  <thomas@arnhold.org>  [00b070ff1478bbae773193e921c77466d8b895f7]

        l10ntools: use correct string literal for ssize_t

2012-02-11  Thomas Arnhold  <thomas@arnhold.org>  [839cf2fa8cd7ea30ad5be7124cd1b26779145406]

        unusedcode.easy: clean GtkPrintWrapper

2012-02-11  Matúš Kukan  <matus.kukan@gmail.com>  [d5f9722e198cc8cc9e658207c73e465390c60c99]

        fix dbgutil build: put back DbgName_SdrPageView

2012-02-11  Julien Nabet  <serval2412@yahoo.fr>  [fef3122259092e03b3cf11721171d4b621c3a97f]

        Avoid Possible null pointer dereference in linguistic/source/spelldsp.hxx
        
        (Thank you to Ivan and Riccardo for their suggestions)

2012-02-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f4451c0b3bda3d14c7672ca670b4de959495365]

        first part of a c++ based test for base

2012-02-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fab50dcb2e4a011e4a68c5eaa20e06787af26ad]

        refactor subsequent_filters-test and move each test into own method

2012-02-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [423fb7b73673cb0fa19359bcdbe0156dcc34b01c]

        refactor filters-test and move each test in own method

2012-02-11  Matúš Kukan  <matus.kukan@gmail.com>  [484a5dcc0e0b749f58d631b957fb6f380160b7a3]

        add missing library for windows

2012-02-11  Matúš Kukan  <matus.kukan@gmail.com>  [636564d9b069cb4bcad8d878b5fc11b68fcc13c1]

        fix ILIB: don't ask cygpath for directory which does not exist yet
        
        By removing WinPath. The paths already have good format.

2012-02-11  Ivan Timofeev  <timofeev.i.s@gmail.com>  [fa9b5b18d44c90e739fcd82a621ac44c6513ef76]

        bThumbEnabled is always true

2012-02-11  Elton Chung  <elton@layerjet.com>  [731a8d7d5bd47bc17f21065f195170da711f3277]

        Remove unused code

2012-02-11  Takeshi Abe  <tabe@fixedpoint.jp>  [4649fafa317f4717634d863d3f3edf1d0180fc1e]

        Fixed wrong mapping to log level from postgresql-sdbc.ini

2012-02-11  Julien Nabet  <serval2412@yahoo.fr>  [5972e4db625500261d924028189793c7d51b576e]

        Fix cppcheck warning same expression on both sides of '|'

2012-02-10  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [00a81960c1a1fdffd80e1bf84268ed2567ef6f7d]

        Removed some dead code

2012-02-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [31cbb2920e59724b3bf6047df40a9def1c5e01e4]

        Removed some warnings on WIN32 build.

2012-02-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [6996d7c2ebcf9320cda713e512e200bcbead4c6c]

        Revert "Repository.mk: move test libraries to PLAINLIBS_NONE"
        
        This reverts commit 6396ab80dbb0fd60536c42e9c66b568f1e31418a.
        per the author's request

2012-02-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [05bb5df2c520b41aba76fcf05097fd19d9550626]

        add slowcheck target and make build a pre-req of check

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [da39d1443c03da64fe64a1862cdc36246e19d6aa]

        use TransliterationWrapper in lcl_queryMacro, fdo#45607

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05d48fb71f85af3bd66ff1156b71f8d95ea7a411]

        add SbGlobal for shared static objects

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [f7eae4c89c76ba3ae219e9f0869d9a07a2fb4889]

        add missing modules

2012-02-10  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [36c905d8c2874f6f984d5fbbc07784ec20c43524]

        fdo#45908: Cleaning up the tabs too early can cause loops

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [b57f88ce679bba4758db98ab130548db224b6a1f]

        Various more l10ntools clean up

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [6396ab80dbb0fd60536c42e9c66b568f1e31418a]

        Repository.mk: move test libraries to PLAINLIBS_NONE

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [55cac8c903efb51805448de6bf261619ce7d2a3d]

        unusedcode: remove XclObjId and unused typedefs

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [a8326b3af400270f5c6819204fd5f56d7abdd188]

        hopefully we don't need this hack

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41]

        fdo#39491 more of unnecessary include paths

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [19b33ca42f1ce38a2e58070f962f37ecae58be0d]

        fdo#39491 remove a few nonexistent include paths from SOLARINC

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [12bf03351ea38fb2d2eb5e184cd455d2d019fe1a]

        fdo#39491 remove nonexistent include paths

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [4b30ec9def591ba77d5ec9ac09ded1e6782ede8d]

        fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [e8a28be0dd3eb471d1d063c68b5bc163df65e182]

        move this include path to RepositoryExternal.mk

2012-02-10  Rene Engelhard  <rene@debian.org>  [659f381fe2e12c8125fbf529be47624deaad4a5d]

        remove accidentially committed pyuno-py3 module from Makefile...

2012-02-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [ce03ae64b582330fda0ecd709bc6e615e4879ecf]

        Cleaned up ScDPSource and ScDPMember(s) a bit.
        
        * boolean, string conversion.
        * removing virtual keywords when it makes no sense.
        * privatize methods that are called only from within.
        * removed methods that are not used.
        * etc.

2012-02-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [e1bb54d77d5ca9bc631af6d74a2d7abaf422e802]

        String to rtl::OUString.

2012-02-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc99c90e88ba9f5376ffde9bd4b4b2fa99d6ddf3]

        This method is still used on WIN32.

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b4346371080e037d04e8aa1fadd01da435339b6e]

        WaE at mac tinderbox

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82e349fd80671f7dabe9dd7a22e4711696300082]

        add XDataPilotTable2 test to ScDatPilotTableObj

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c1589dbd450426928077694346b773b718e6ff78]

        add test code for XDataPilotTable2

2012-02-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [85e0a914464d1fdd088173bae11388de71f02ef6]

        slowcheck should not be executed in module default target

2012-02-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [50078bd1ef37d77f16fbccf357639ffe3987272e]

        Fixed the accidental swapping of equality / non-equality condition.
        
        This should fix Stephan's tinderbox error.

2012-02-10  Jan Holesovsky  <kendy@suse.cz>  [9951de4a10386a85dc1bfa465304cd0005414b8e]

        fdo#42771: Fix crash when loading an invalid .fodt.
        
        createTextCursorByRange() likes to throw runtime exception, even though it
        just means 'we were unable to create the cursor'.

2012-02-10  Petr Mladek  <pmladek@suse.cz>  [e0626ada2fce4879efc5ae79b0e751efaafe4c28]

        add back close button to the about dialog
        
        Some windowmanagers on small devides do not have the close window button,
        so all dialogs should have its own way how to diappear.
        
        It is now done like in other application. They use "Close" button instead
        of "OK". They put it into the right side and delimit it by a line, so
        it looks like another dialog in the application.

2012-02-10  Eike Rathke  <erack@redhat.com>  [43aa1115c88f1300c73337a3622c2c03faa699f7]

        changes to "convert detdata.cxx in SC module to boost:ptr_vector"
        
        * for includes from other modules use <> instead of "", i.e.
          <boost/ptr_container/ptr_vector.hpp>
        * use size_t instead of int for container positions and count
        * no need for DeleteAndDestroy(), in fact delete p followed by
          ptr_vector::erase() attempted to delete the instance twice and would crash
        * adapted places that accessed DeleteAndDestroy() to operate on the vector
          instead
          * introduced GetDataVector() for that
        * changed the DeleteOnTab() loop that used DeleteAndDestroy() to properly
          iterate over the container instead
        * changed UpdateReference() to a loop using iterator
        * changed operator==() to use size_t instead of sal_uInt16
          * note aside: mixing sal_uInt16 with a container's size isn't a good idea
        * adapted places that access Count() and GetObject() to use size_t instead of
          sal_uInt16
        * made GetObject() const and return const ScDetOpData*
        * changed indentation to 4 spaces per level

2012-02-10  Noel Grandin  <noel@peralex.com>  [d4a31e6ae28825a42cb8b1935fdfd777cda41e8f]

        convert detdata.cxx in SC module to boost:ptr_vector
        
        converts usage of SV_DECL_PTRARR_DEL in sc/inc/detdata.hxx and associated code
        to boost::ptr_vector

2012-02-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [90d1c9ff829c41c8384d66dfd2f6e90660517088]

        the PATH must be set properly, even with java disabled ...

2012-02-10  Miklos Vajna  <vmiklos@frugalware.org>  [62b045a55955618a25845c02b64becf55f40770f]

        make cmd: custum -> custom

2012-02-10  Elton Chung  <elton@layerjet.com>  [ea1fa6963d1f45130a3dc3d635e5b37120bf364b]

        Remove unused code

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [4e022ca124bbedfc6464f67edd11f3edd51d24e8]

        filter out Dde* cause they're not easy

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [cba3ac1eab7acaf8e6efd7a00eee7c5e969fc49b]

        Avoid deadlocks when disposing recursive JobQueue::enter
        
        ...where the outer JobQueue::enter blocks on m_cndWait after it has been reset
        again due to m_lstJob.empty().

2012-02-10  Petr Mladek  <pmladek@suse.cz>  [739100d0abcf6025835028b9d503bf3e11cd77db]

        use system stdlibs by default (fdo#45074, fdo#45696)
        
        this is second part of the fix for the two bugs

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [fcb72a159ba9a24b6536492f84bc7dcdea8e4f1b]

        get libcdr to build under msvc

2012-02-10  Alexander Bergmann  <myaddons@gmx.de>  [99b2adf721fa424e0a02c4458774b8829cd33bf2]

        Removed unused code

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [740cf4a5903dd7aaad4e60ab71a43b062e1d50d8]

        bah, we don't need these after all

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [f484e0b07820d5772376aa75bc0f823f1e77e2f2]

        best to filter out salhelper:: from unused I think

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [21040f22886e842847f18e9e4a2721a1845ea74d]

        hack around sdk installer breakage

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [0b584c9442922aa0c15fd56a68c2852ff8a24f82]

        drop TT workben

2012-02-10  Jan Holesovsky  <kendy@suse.cz>  [8912cf30755a2a19d50acc3bb0f5352506638fad]

        fdo#40261: Fix crash in XML Form Document.
        
        The data structure holding the UI elements in the browser listbox was a
        terrible mess - it held the items in an unordered_map, but then accessed
        them via a vector containing iterators to this unordered_map.
        
        Fixed the problem (and cleaned all this up) by removing the vector of
        iterators, and turning the unordered_map into a normal vector.  When we need
        access by name, we just go through all the items; it is always just a handful
        of them anyway.

2012-02-10  Petr Mladek  <pmladek@suse.cz>  [0787025c13dadd6e8e131cb491698e6981313c4a]

        use system stdlibs on Linux (fdo#45074, fdo#45696)
        
        We use pretty old compiler for the official build, so it should be compatible
        with most systems. The old system libraries breaked 3rd-party extensions.
        There were also problems with exceptions hadnling.

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [8b65733bbd2ad8d789b8665588cb3d71554ef229]

        -Werror=sign-promo from cppunit; old GCC redux

2012-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [2b1758a2dc82200468905f7865468972a691b6a3]

        Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)

2012-02-10  Tomcsik Bence  <tomcsikbence@gmail.com>  [05720546215976d8d42fa7321f455c641147db9f]

        fdo#45330 Improving layout of Confirm File Format dialog
        
        Although fdo#45330 was a duplicate of fdo#45117 which was fixed
        earlier, this patch makes the layout look better when the button
        text is very long, because it resizes the boundary boxes of fixed
        text and ruler, too. I've changed the sequence of
        the functions in InitSize() and the size calculations.

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [8de63bac75a73011b7de19d730413adf1fbfd50f]

        -Werror=sign-promo from cppunit

2012-02-10  Matúš Kukan  <matus.kukan@gmail.com>  [d06a78c25bcb2672ef55664b495b2891e324bff2]

        unotest: convert to gbuild

2012-02-10  Luboš Luňák  <l.lunak@suse.cz>  [31e236c5efa01ac5c681a2f18774fe66a9e1249e]

        consistent constness for getFunctionSymbol() overloads
        
        This is an inline function, so there should be no problems with binary
        compatibility.

2012-02-10  Miklos Vajna  <vmiklos@frugalware.org>  [c57da7aa4431abdfc793f07e9ae0f40216eadbed]

        dbaccess: DatabaseDataProvider is not in chart2

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [386161779b55755f145106cd53c5df80967e1c3b]

        On Cygwin, Make wants to see Unix-style pathnames

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [cd2644df499dd0874514028ccd4f42571464e6a3]

        Don't source config_host.mk as such but put quotes around the variable values
        
        Otherwise lines like:
        
        export CLASSPATH=C:/PROGRA~2/Java/JDK16~2.0_2/jre/lib/rt.jar;.
        
        will cause problems on Windows.

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [2e1faa12faf81c28dbf3ce005ecd16c27770b9ca]

        WaE: unreferenced local variable

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [ece70bbfecd550fcd4d1d6525cd103bb7fec8b67]

        Silence silly MSVC "deprecation" warnings too

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [1c343fd6e34e34e7620c550b33a55ad7dfcfee98]

        Don't use the debugging CRT and different name when building LO for debugging

2012-02-10  Tor Lillqvist  <tlillqvist@suse.com>  [95e79b3ebd10c4c7dae89613a65b1678551caf21]

        WaE: unreferenced local variable

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [39bfd6c0bcce78a13eda4566741be3ae06152cb1]

        can use direct operator[] variants

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [9c19e79f19f0dbd55def4a0cf473248ea91e188e]

        extend unit test to islower

2012-02-10  Carsten Niehaus  <cniehaus@kde.org>  [40cddfce8b2e53a4203760b40833bbd9092cac68]

        Removing one obsolte GNUC check for GCC < 4.0.1
        
        See https://bugs.freedesktop.org/show_bug.cgi?id=45131

2012-02-10  Santiago Martinez  <smvarela@gmail.com>  [3957a49b124fcde5e17443c18f47930517a15c36]

        Remove unused code.

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [718ce84a06f18a3000d23287a2238a5a5299627a]

        Various more l10ntools clean up
        
        "localize" is now directly a C++ program w/o wrapper script.  Also,
        its command line has changed slightly, taking the source root as
        explicit argument (instead of implicitly as cwd).

2012-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [71530f9cb01ade01505f4a5418fed28af76c8429]

        Uploading a new shiny libcdr-0.0.2

2012-02-10  Miklos Vajna  <vmiklos@frugalware.org>  [63dfa72b5eca7be9df3076314055c5c74aa1f4fa]

        n#703032 fix RTF import of page breaks right before text frames

2012-02-10  Muthu Subramanian  <sumuthu@suse.com>  [b93463bcfe79a80773c622bc27ccffc54d3eb71e]

        n744512: Fixed formatting of tables.
        
        otherStyle needs to be used to format tables.
        removed wrong defaultStyling.
        added using masterslide style info correctly.

2012-02-10  Muthu Subramanian  <sumuthu@suse.com>  [1ae7ac2a031b037174f03f170af013e0d4736424]

        Code review fixes.

2012-02-10  Caolán McNamara  <caolanm@redhat.com>  [a647b5b80d68f12b5680da5b6ca9d5a4d6905e3a]

        cairo-ft.h should include this already

2012-02-10  Stephan Bergmann  <sbergman@redhat.com>  [6549f4074dc00192025dcc7d8e06178b658df4a9]

        Missing fontconfig.h include

2012-02-10  Lionel Elie Mamane  <lionel@mamane.lu>  [74cb90c9dc026ccb86cbe3f06b28e53f3e9d5fd6]

        pgsql: MSVC build use MozLDAP headers only when using MozLDAP

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [e409c5204e7d3a9f7194dbd3ed0b9569c7d7b4dd]

        ByteString to rtl::OStringBuffer.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [e33c26e6bd15361651b53f6e34ef860530b24eaa]

        Expanded macros to make it easier to work on ByteString.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [e20365e6dd940ff5564fa106a2bcbd174bce307e]

        ByteString to rtl::OString.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [70afc6aac31ea619000690b5478006bbc3f04a13]

        ByteString,UniString to rtl variants.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [59e6543deda8d91b2de553ea177a6c218f2da47a]

        A bit of code-sharing.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [4f6cc735d7d25cd67680c79feb23eb0216afe62f]

        Convert ByteString, UniString to rtl variants in AsciiSave.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [79f91e649459bd8e6645c535ef65d192eaeb48db]

        sal_Bool to bool.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [2357da95f1382ebb490ca9ed5362d7888e6bcb0c]

        String to rtl::OUString.

2012-02-09  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [3122799da13eb65b7753671c1783d45bfc8a3b22]

        vcl: I18nHelper: delete unused getLocal() method

2012-02-09  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [b950727ac84c9baa00b957dd80174de2f4a4e5c5]

        utl: delete unused NodeValueAccessor::bind() method

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [e78c13f75a0fcb615ce678c9e940ed49607d30b7]

        plan B, skip 1.7.0 patch when building with java 1.5.0
        
        The original code should work, definitely works for me with java 1.5.0,
        1.6.0 and 1.7.0, but not on 1.5.0 on the MacOSX PPC buildbot for some
        reason.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [bef2d8a6f5a8d75f5b8721f1a3a068cabdd96b02]

        Cleaned up more header include silliness.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [950f94c03a10977c0a5e08455bb49c192c3c6a36]

        Include dpglobal.hxx only when necessary.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [81f80beb8c481b247f44a088a456edf07575a785]

        Really cleaned up dpglobal.hxx.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [2bf0fd735210b961d15f5bccede1bef926b5d824]

        Moved ScDPItemData into own files.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [dc261fc0c4e7f4c29b142c53d4d4e65f8ff3a092]

        Cleaning up ScDPItemData a bit...

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [692496aa2e9acbb4b428cd395dbeb2ec8c8abc1e]

        Moved definitions of ScDPItemData where they belong.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [0ee411e6870f73ad6000ebb2502c777cabe30bea]

        More duplicated defines.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [2f14dc8754302f72addeb6797246d55b59fb9f4e]

        Use names from unonames.hxx to be consistent.
        
        And removed duplicated defines.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [ee96213ca4bbbb063f93a7e62d22b98f0daaa815]

        Pivot table related uno names to have SC_UNO_DP prefix.

2012-02-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [14eff8515215b8d729fe674c5850a3333871583a]

        Consolidate all these duplicated defined uno prop names for pivot table.
        
        They will be later merged into unonames.hxx.

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [53ca46cdff7b6e0ed5c6d97b86855a406c54895f]

        translate german comments

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [f21eaff8eafc4c6a0e99aee565d4498a64926f14]

        fdo#45249 declare support for Core SQL -> Base allows user aggregate functions

2012-02-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [b469be0723812746dc22fb0a2de69499488f5a35]

        Added and improved READMEs for modules in libs-extern-sys

2012-02-09  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [295cc6c5bce83c48aa92254687b2251c09115e67]

        unographic: delete unused GraphicDescriptor::isValid()

2012-02-09  Miklos Vajna  <vmiklos@frugalware.org>  [6e29607d0f8a2e41aa3ff7dc02393bb7502f6b41]

        rtftok: remove unused variable
        
        Leftover from commit 01292f171cc851ba092510f10a97cd293670829e.

2012-02-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e7e0455b0285f60ba999a0a6a831f3be271f5a37]

        Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")

2012-02-09  Petr Mladek  <pmladek@suse.cz>  [ef09cbf45347f5f1ea34f35acedeea5aa3a7f6f6]

        another improvement of the about dialog
        
        * put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR"
        * remove "LibreOffice is" from the copyright line. It has affect only when
          the product is called "LibreOffice"
        * center version and buildid line
        * remove the confusing branch-point from buildid; it is not longer necessary
          when we have the version suffix, e.g. beta1+

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [56dbf827aac92cbee5fa4e609c2a102faaac5860]

        turns out that the java-is-gcj hack is a generic java 1.5 problem

2012-02-09  Eike Rathke  <erack@redhat.com>  [46ed67999274b0de201bfcf20e099d4ba363a78c]

        forgot to git add TableBorder2.idl
        
        needed for f02f97bcdf7b6789e42f04600fb30daf3e0bfd37

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [173ecc14ce4baa6bd2c47ab603066431848afdd2]

        ByteString->rtl::Ostring

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [a54763b4e5539b8450a0d867fbd816dcf23b74ac]

        ensure correct sc dependencies

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [bf4484037c4ccb31493c0d863b92ed6dbff9d1ad]

        fix filters test dependencies

2012-02-09  Stephan Bergmann  <sbergman@redhat.com>  [69aff995cb83cd702520999f592fe21a561042fa]

        Do not fail isStillAlive for "connect:" connections

2012-02-09  Stephan Bergmann  <sbergman@redhat.com>  [f07a22ff6fb6c4bb131eacc9c3298b076361cee5]

        gsicheck now only depends on sal

2012-02-09  Eike Rathke  <erack@redhat.com>  [f02f97bcdf7b6789e42f04600fb30daf3e0bfd37]

        added TableBorder2 using BorderLine2, implemented BorderLine2 properly
        
        * added com::sun::star::table::TableBorder2 with
          com::sun::star::table::BorderLine2 members
        * added optional com::sun::star::table::BorderLine2 properties to
          com::sun::star::table::CellProperties service
        * changes in Calc
          * support TableBorder2, additionally to TableBorder
          * reverted change that made all BorderLine properties operate with
            BorderLine2 structs
          * instead support both, BorderLine and BorderLine2

2012-02-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [de21b9a50d0ebfc60ea9cade8f67d11d151d6b4e]

        Added and improved READMEs for modules in libs-extern-sys

2012-02-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [f27df97df57f9e02736d8058fd69bac35d83d5f1]

        Added and improved READMEs for modules in sdk and testing

2012-02-09  Josh Heidenreich  <josh.sickmate@gmail.com>  [306287528a76e0db1e71ef008dec47f5fe39b100]

        Added and improved READMEs for modules in extensions, extras, postprocess

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [9c6ca789ef80eefff1875b7c804c343ff1668ce0]

        reorganise code for better readability
        
        No behaviour change intended. However, if behaviour changed, probably the *old* behaviour is buggy, not new one.

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [4ea68987e96714aec1be339c4ddd5b6110bfd008]

        typo in comment

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [843c8309536fec12d63dd45b6074ea5b461df322]

        ORowSetCache::moveWindow: yet another off-by-one error

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [5154135e36f6b4ab78925782672d70ab37664706]

        fix ppt embedded graphic dumper

2012-02-09  Miklos Vajna  <vmiklos@frugalware.org>  [c32b9cd2139249f0c680f664a0ceac3702dd0e73]

        fdo#45553 fix RTF import of space-before/after tokens

2012-02-09  Caolán McNamara  <caolanm@redhat.com>  [80ba5e7aa6935ce1966a087992ae4d13bb90a05b]

        convert system path to url
        
        otherwise seg faults in building nlpsolver

2012-02-09  Takeshi Abe  <tabe@fixedpoint.jp>  [97fdf02f648a042d10535b0d8a71d2c69154d037]

        REDME -> README

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [dd929dd089abb86bc2206bc9749722682c70f3f1]

        Added and improved READMEs for modules whihc used to be in libs-extern

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [ec84bbb208d59d042f8f0522fa96ed2ad94f2ca7]

        String to rtl::OUString.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [57fce1ee55293f61ccbe56679f11cc8f90ab8dc2]

        bool cleanups.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [c919c1279dc35e8a05bada83d0b33a8b830e6867]

        Moved ScCollection under filter/starcalc.
        
        That's the only place where this class is still used.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [2d4d52e0fbad81a960b81a94694ba4449cb71433]

        Rename TypedStrData to ScTypedStrData, just to be consistent.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [e8e436771c94f6a58a10818b4eeb5861ddeb5f37]

        Moved TypedStrData into its own files.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [cdd5a599be02c1b1cae5344e190aabdb3e7953a7]

        Removed unnecessary header includes.

2012-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [73088aaaed3ad16f80405a3d87cea437d350b893]

        we need to explicitly set the paste area in ScMarkData, fdo#45481

2012-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b14f61c40c1ddd897ba4b54c063753c2e3550d46]

        remove unnecessary check

2012-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7eddc670410d7194918ff99c735052b880469d8]

        remove unnecessary temporary variable

2012-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d893218da7b3e77c97eb7c96384728776f7c870c]

        use slowcheck in sc

2012-02-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1c9d167ef96df5c3a781ed825d789505a325324]

        copy settings for RTL with sheets, fdo#45768

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [1eecb1841e8692e03e8e0aecaa99e3e7a3300d4c]

        ScSortedCollection is now officially unused.  Nuking it.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [9300ae1ac0e4ed4ecdf64d59033d27f8171852c6]

        Old result not used for now always case sensitive search.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [7513bba52c02d99700ce3821efe0691f89ac1bd5]

        Apparently these two methods are now deprecated.

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [bd9d0aa967eb69e436925fc64b16051019e6818d]

        Revert "Tentative fix for invalid iterator range regression"
        
        This reverts commit 23151ab53574e0e893f4507313ff15388638746a.
        
        Fixed root cause in previous commit.

2012-02-09  Lionel Elie Mamane  <lionel@mamane.lu>  [370fa77a418fe8903c48080db6e33a9cb8531869]

        ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheck

2012-02-09  Rene Engelhard  <rene@debian.org>  [5582b7f129a4db4204107f2a38ac809684aa6893]

        add testtools to dmake_modules

2012-02-09  Rene Engelhard  <rene@debian.org>  [8f06cc44149ca6be84b1cd8ce0f609d2dc3db346]

        configure.in: readd arch-detection for kFreeBSD

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [74c5c3b4ecd1dfdf83e6bb14db79cf57e7bd6574]

        Move this typedef back into collect.hxx for now.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [caafd2efcc104d1ce298151db908be37366ae4fc]

        Fixed a link error.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [814c4e1c1c8350652b55a21597996d4755f911d4]

        std::unique must be followed by erase() to really remove duplicates.
        
        It's even mentioned in Effective STL.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [1d5400285e1fe4e8754cb9ec32d031a08d1dcd1c]

        getExactMatch() should return the original string when no match is found.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [8ff0331bff9db9206e27558aca3958b65afb044b]

        Move away from TypedScStrCollection in favor of STL's.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [7ffdf6a0dbe23ba9b561ccac71f0b41384e93ac1]

        Let's use enum for better type safety.

2012-02-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [d261c7cf961f83bea51ca36b53affd95c24ee044]

        TypedStrData to hold rtl::OUString.

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [1d3124675ae5a33afe2c417a198557f20dc689e0]

        New file was missing from previous commit

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [dfe0e97a9d454d53ae0511f3eae474e20fb71475]

        Missing $(...)

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [e960410674fc6761025ca1a63f88352a7049fbb5]

        Various more l10ntools clean up

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [aa11b4c86e4b41be542623b7d98a3fb8e5d30745]

        Properly rebuild files generated by l10ntools programs
        
        (Changing the corresponding build-order-only dependencies to proper ones should
        be safe here, as all mentions of $^ are within $(filter) calls.)

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [23151ab53574e0e893f4507313ff15388638746a]

        Tentative fix for invalid iterator range regression
        
        37b5dce665a03d3404e6a710b82bef16d740d178 re-wrote a std::rotate call to cause
        an "error: function requires a valid iterator range [__middle, __last)" abort
        from debug-mode GCC libstdc++ during smoketest.  Lionel should check whether
        this fix is actually good -- at least, it causes "make check" to succeed again.

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [fb9908eece3076ad88c160654450d3069d28c0d8]

        use boost::noncopyable

2012-02-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2a22e664811e10ca58ec66ba8fd10b1a6185c178]

        fdo#39006: Fixed layout loop
        
        OD's comment was right: forcing a restart of the layout may cause
        loops... and we falled into that case. As this seems to be useless,
        removed the whole thing.

2012-02-08  Noel Power  <noel.power@novell.com>  [4908c16a73b397f83c327789f113658c1ea4d904]

        handle row and column offsets for imported shape with cell anchor fdo#45266
        
        This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961

2012-02-08  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [737a584d9a1cc29d2688871bdebbb0a7175c542c]

        vcl: I18nHelper: delete unused GetDate() method

2012-02-08  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [d857f0938b8acd491f297d104889588bb986aa66]

        unicode: delete unused unicode:getCharType() method

2012-02-08  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [7267ab13157d8891bf544660bd0ea60e60be551f]

        unicode: delete unused unicode:isTitle() method

2012-02-08  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [ba2619e1067969e85a1d59b715b0c2be9c2cb35c]

        unicode: delete unused unicode:isPunctuation() method

2012-02-08  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [def4a1ed06f4c1abbb68f2a4cb0caeb7f9fc5f7e]

        unicode: delete unused unicode:isBase() method

2012-02-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [17f59f3aa995dd324ec88974b6196402f8fd89f0]

        stick to three-letter length

2012-02-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7472fe259e2cc94ddf66de29ab1d287d0775ceb3]

        remove superflous whitespace

2012-02-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [590c2400f168faa6eccf793b478d681dcdb73ca7]

        first try to add slowcheck build target

2012-02-09  Takeshi Abe  <tabe@fixedpoint.jp>  [9b979c8bf13593175391efcab461a146d6f1331e]

        Replaced String by rtl::OUString in SvxMacro

2012-02-08  Petr Mladek  <pmladek@suse.cz>  [62e8dfa072d78c18464db9a43ffc3f7b287032b2]

        Create test packages even when SDK is disabled
        
        Also fixed order in the other makefile target to make it clear
        that it differs in the SDK

2012-02-08  Luboš Luňák  <l.lunak@suse.cz>  [38af1195a9a24af4aaff84e7be318007b82f9b47]

        do not deserialize into long, use a type of the correct width (fdo#40768)

2012-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [d85a108a1b37b9dbaf151d4141e21674ab53f569]

        re-enable make help from the top-level make

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [7dbfc0012cc75e7dac9a416b53149ad8ec33f071]

        make hsqldb build with java 1.7

2012-02-08  Miklos Vajna  <vmiklos@frugalware.org>  [1f77a5e8d5bf8a7f1b7bd7206996d2b2efc59462]

        n#203704 fix RTF export table output for subtables
        
        Older ODT files containing <table:table table:is-sub-table="true">
        confused the RTF exporter. Add a few sanity checks to make sure the
        output is still valid.

2012-02-08  Alexander Bergmann  <myaddons@gmx.de>  [7e579e6f4d6fc18d36cd29743b7343f20bda500d]

        unusedcode.easy: Removed unused code (linguistic)

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [09be8bbee6b49680dd2a16f5b4c2c2f8d9eca72c]

        Fix fdo#45117 - Alien save dialog buttons run off the edge
        
        Adjusts the width of the dialog to be wider, if required.

2012-02-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [463f9ff03424a1de5b3d4616202f315adea7f2cd]

        support make <module>.all even for gbuild modules

2012-02-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [274772b5ae92f1f368f7102f1b1817a0cb106912]

        use $ENV{GNUMAKE} instead of constant 'make'

2012-02-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a330f38093e2643a26239557050561afae9ff23d]

        Recover some methods needed by windows directx
        
        This partially reverts b3c3e116ff0eb9b550b73d3901395c042e31d192

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [344ebc80330cc4f6ff9858ab6d06735568b87bf9]

        Freed l10ntools from tools/stream.hxx
        
        Removed completely cases of convoluted code to remove UTF-8 BOM from files
        or translate line endings.  Hopefully none of this was actually necessary
        (on Windows?).

2012-02-08  Stephan Bergmann  <sbergman@redhat.com>  [0841fc0d3bdc6920c42b79c432e2706d7193e865]

        Missing newline at end of file
        
        ...needed by simplified l10ntools programs to be pushed shortly (that
        no longer translate line endings, and hopefully get away with it).

2012-02-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [44f971506c0ed37928c48e55d8007f24b0c43a5f]

        fdo#35669: Update the references even if nothing uses them here
        
        Merge the references with the other document even if there is no field
        using them as this may break the sequence and references in other parts
        of a master document.

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [f3e40273b699910108007faf8a7991fe0498ad97]

        Resolves: fdo#43644 survive registered but unavailable binfilter

2012-02-08  Lionel Elie Mamane  <lionel@mamane.lu>  [37b5dce665a03d3404e6a710b82bef16d740d178]

        ORowSetCache: handle case total data < m_nFetchSize
        
        As a drive-by: fillMatrix update m_nEndSize

2012-02-08  Eike Rathke  <erack@redhat.com>  [9472e9c77d55a0b9cdf75ce91375765243c0e1f1]

        changes to "tools/table.hxx to std::map conversion"
        
        * use consistent indenting with 4 spaces (instead of tabs (plus one space))
        * use   erase(it++)   instead of   erase(it); ++it   to not access invalidated
          iterator
        * for   First(); Remove(); Next()   loops over entire Table use   map::clear()
          at the end if it isn't in a dtor
        * use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of
          redefining, which means include zforlist.hxx now and some other forward
          declarations can be removed
        
        * removed inlined duplicated code of GetEntry(), implemented it in
          zforlist.cxx instead and made const GetFormatEntry() just call GetEntry()
        * removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr
          was only used because Table effectively had pointer size as keys.
        * made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use
          the ternary conditional operator

2012-02-08  Noel Grandin  <noel@peralex.com>  [0979307bbf769399f97da10a29f04936a6cf117c]

        tools/table.hxx to std::map conversion in SV, SVL and SVX modules
        
        This patch converts one use of tools/table.hxx in
        svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules.

2012-02-08  Tor Lillqvist  <tml@iki.fi>  [809fd00863026cdff4bf2de7d02956d39e867eeb]

        Surely these are mostly *not* used during the build

2012-02-08  Michael Meeks  <michael.meeks@suse.com>  [1f63bd653cad40ec1d6aa111cc66959a93d120ce]

        Add and expand more readme files for module documentation

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [849a2471bd649b252648fa4e43be91dab4d9bdc5]

        update unused list

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [2cae4ff166ad5ad51db49d6b0fab86b2c8090fb8]

        callcatcher: update list, ByteString is on the ropes

2012-02-08  Caolán McNamara  <caolanm@redhat.com>  [d602c6528389e563c2617581938360c888b7e23a]

        add back in lost unused code filters

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [b5fa0ec90515e58d65de080091d861e3f17688ba]

        Added READMEs for modules used by LibO Base and LibO Calc.

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [700b79412698fdf95c12b57bb01c8eacd9195763]

        Added and improved READMEs for modules which used to be in filter

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [223cca46ed86ae85ed5adb932a1651420bd8c006]

        Added READMEs for modules which used to be in components

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [8b9615be8898ccfa361b0de16af207aeaa6aa594]

        Added (and improved) READMEs for modules which used to be in libs-gui

2012-02-08  Josh Heidenreich  <josh.sickmate@gmail.com>  [64e1ae0f5581bcf8eafecc6c22bcdcb76ac7ba5d]

        Added READMEs for modules which used to be in libs-core

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [2a3e2bb484d79f101f2c8a986142ac390aea85cc]

        Reintroduce MSVC workaround
        
        ...originally introduced with 02abccf953185f266979aafd946f5b96c5d59875 but
        erroneously purged with 9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c.

2012-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2beacf2405df7c2244f09642c4cbc2448585fc02]

        WaE in debug build

2012-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ddd75bed757652e5e2348165c70c2eae893e3aa4]

        fix dbgutil build

2012-02-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6fcd9f49df84fd32c5a888493ceddbcda186e049]

        increase the sleep time of the Mozilla UI Thread

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [f9792bef88ab20d0b79372449822da105c19a90f]

        Module translations missing

2012-02-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [51a3d9c07c73f86455505a074fa01b88fb802852]

        adapt create-tags/create-ids to the absence of set_soenv.in

2012-02-07  Noel Grandin  <noel@peralex.com>  [ece725d7d8fc7d22544785f4e76b28332912ea59]

        Convert dptabres.cxx in SC module from SV_DECL_PTRARR_DEL to std::vector.

2012-02-08  Takeshi Abe  <tabe@fixedpoint.jp>  [d8c9f36ecff6eb88a853fbdff6b240c856598b2b]

        disentangled sddll.hxx vs. sdmod.hxx

2012-02-07  Miklos Vajna  <vmiklos@frugalware.org>  [0e79718a1002d673cf8ef508e5963900ce84be1d]

        rtftok: use m_r prefix for C++ reference members only

2012-02-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [8e6e880949b3f603c3d26ab5467cb417b92ae2be]

        Have SfxItemSet::HasItem take an optional pointer-to-pointer.
        
        To make it clear that the second argument is optional.

2012-02-07  Miklos Vajna  <vmiklos@frugalware.org>  [66fa759bb6d8199404b482512d7609ba47265ae8]

        n#192129 fix RTF import of PNG images with bogus width/height
        
        For example Apache FOP generates RTF output where the \picw and \pich
        values are even negative, SvxRTFParser::ReadBmpData() used the same
        trick to solve the issue.

2012-02-07  Noel Power  <noel.power@novell.com>  [09d7b5e6039827d0f02f424370f929caff179ac9]

        make ctrl-shift-f2 change focus to the inputline fdo#40957

2012-02-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ed6b310c6721c001293f2dd058cdfaec09e8024]

        oops forgot a file

2012-02-07  Thorsten Behrens  <tbehrens@suse.com>  [efbe3f64906da13ad2a73613148845bfb2c01720]

        Remove obsolete quirk for text rotation.
        
        With 800806ba850c7fd03e37acb011fa993e08cb8fc8 matrix decompose
        returns the correct angle right away, no need to catch it here.

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [9045503c46818bacc2a13b1db65e709633e7c6cb]

        soffice.sh is no longer generated at configure time

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b20c766ff6f9af8925bf5dad4879f9065368a0b1]

        Freed l10ntools from tools/string; Windows redux

2012-02-07  Caolán McNamara  <caolanm@redhat.com>  [13b6afe8c8e26d837fc9de9428fe2bfca1b551c6]

        Resolves: rhbz#788042 skip splashscreen with --quickstart

2012-02-07  Noel Power  <noel.power@novell.com>  [b0602d2f179182de42bffb739252cc3f3705d18f]

        fix problem with vba Range.Copy ( for multirange ) bnc#707486

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cbccd5b5050ec8a1f4ee6532e71a6a245db6da2e]

        Namespace scope fix

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [cc3cabd5fd416860de91229a04c918968bf91172]

        Freed l10ntools from tools/string

2012-02-07  Miklos Vajna  <vmiklos@frugalware.org>  [f3a91be5fcdcb70ea64fc439d2b2aa4e6a19e421]

        SwXText::convertToTextFrame: pSartTableNode -> pStartTableNode

2012-02-07  Miklos Vajna  <vmiklos@frugalware.org>  [7b2ba001768b5edbdd738a2a38508c0a30ab1838]

        RtfAttributeOutput: use the new SfxItemSet::HasItem()

2012-02-07  Stephan Bergmann  <sbergman@redhat.com>  [b87201e158d598a85fb7f351baa552fc38afe158]

        Some configmgr usage clean up

2012-02-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [72c1b6141d590fb4479925ed8bc88b79357c2bfc]

        ScAutoFormat no longer a child of ScSortedCollection.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [9abbf7c181467e665e4b8da3561a31086b65ed08]

        The usual bool & string conversion.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [9ccaa4b1468527bbec12d7e0fccf4ea443478f50]

        FuncCollection no longer a child of ScSortedCollection.

2012-02-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [2bf1a98da8a5bf0e8a0f28c0f2d8846dc17970d4]

        have make check working again. clean-up the whole STAGE stuff

2012-02-07  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [ed3a7c0774220894b4b48b4f9cc29a73e472cd06]

        tools: fsys: Delete unused FileStat::FileStat()

2012-02-07  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [ff764e4eb7d8bc02f240314792ad195ac4118f33]

        tools: fsys: Delete unused FileStat::FileStat(const void *)

2012-02-07  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [8d31e2fe628b725e34427789a6afdd6509a0c3f4]

        sot: Delete FileList::GetFormat as it is no longer used

2012-02-07  Greg Kroah-Hartman  <gregkh@linuxfoundation.org>  [5e7c721c80b3d968bbc83cf7f744dde9483a2d19]

        tools: fsys: Delete unused DirEntry::GetDevice()

2012-02-07  Daniel Mihalyi  <amidabucu@gmail.com>  [80f96ca6b5bd8a491275c5e192196642854a885c]

        In the current glib version only the main glib.h can be included directly.

2012-02-07  Michael Stahl  <mstahl@redhat.com>  [b5dc729643c198440ca9eec9e29db065343827b9]

        sw: undobj.cxx: deploy some asserts

2012-02-07  Michael Stahl  <mstahl@redhat.com>  [13424b43c25389e303774c3fb2f2beb3e20ceae5]

        fdo#38745: fix hilariously stupid stack guards:
        
        The UndoRedoRedlineGuards that SwUndo::{Un,Re}doWithContext wants to
        put on the stack aren't actually variables, so the destructor gets
        invoked before the function call that the guard is supposed to protect.
        Regression from CWS undoapi.

2012-02-07  Michael Stahl  <mstahl@redhat.com>  [89b68f682e40f1bdc6c967bf38308504fae70d82]

        gdb: don't barf on non-ASCII text in SwTxtNode
        
        Because the default text encoding in Python 2 is "ascii" these would
        throw a UnicodeEncodeError: 'ascii' codec can't encode character...

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc95b9901c42254a0b44be2d9adb5d10aeba9aac]

        Actually I didn't need this.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [eb13dcf4bf1faa47c3edd5679c80c25afde50f5d]

        We don't need this macro; we can safely pass const char* as-is.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [d0d9c819b9ce20e7b9a666449c3b5c7007ff7ac0]

        ModuleCollection no longer a child of ScSortedCollection.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [b03bc5764785394930beaabe4f685fa6dfa3c8ce]

        Typos in method descriptions.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [7a4d7b2fa2d0b9c8daea5755976faf3c01526ec8]

        More on string/bool conversion.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [6a7250d7c7da23b427869f826f712c2abd41ab8c]

        String to rtl::OUString & reduce indent levels.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [25e019f45dda19bf7621bbf698bfeef532e21d03]

        We don't use boost::shared_ptr here any more...

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [fa0739498518f715552438775c0a51b0fd3b7263]

        Use the new method.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [e42792b63dbb136a7bcefe485e7b2936df2a0975]

        Perhaps it will help to set the pointer to NULL when the item is not set.

2012-02-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [e64c291c5fd1d3ff625dc118ad7e0460df03eb78]

        I think it's time we had a real method for this...
        
        This helps eliminate dozens of IS_AVAILABLE macros scattered across
        Calc code.  I'm sure we have other similar macros like this
        elsewhere.

2012-02-06  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [28ff7a37e66c8746a0b176b4ea25e20c1cd135c5]

        Moved ScTpCompat from docoptions to appoptions

2012-02-06  David Tardon  <dtardon@redhat.com>  [ce97851773a06103504972eb2771eecd7dd81e36]

        fix typo

2012-02-06  David Tardon  <dtardon@redhat.com>  [7bca5b92d45288b380c4f1ebc11a7e5de923fd9a]

        fix typo

2012-02-06  Christina Rossmanith  <ChrRossmanith@web.de>  [e747a4e87e6abf581a5b0c381f706b581c2a0fbc]

        Reduced duplicate code (simian) / l10ntools

2012-02-06  Stephan Bergmann  <sbergman@redhat.com>  [db3aaa31c88a65e9b39bffeda43b624257ca97ce]

        Print log file in case of error
        
        ...so that tinderbox output becomes useful.

2012-02-06  Miklos Vajna  <vmiklos@frugalware.org>  [6656ddb26186a9f84daa8b6e59d5b5010ca37af1]

        RTFSdrImport::resolve: replace 75 in the importer as well

2012-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [905d1a4ebe2fd69b0935b630c79b4202bf56be08]

        Removed duplicate macro

2012-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [254f372b01953ec5abda9c58b7e35a2ec4b1943d]

        Use defined utility BASIC_DLL()/BASIC_MOD()

2012-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [baf5ffc7c0c8ed7b1bd8f001a91e53eace9e0334]

        Removed dead code

2012-02-07  Takeshi Abe  <tabe@fixedpoint.jp>  [64c498ff1719e5c236e803b69af8ae68bdba459a]

        Removed unused variables

2012-02-06  Jan Holesovsky  <kendy@suse.cz>  [4db617efd924ad7ff4ce6988771ad36612c329ec]

        Change the zoom factor to 2^(1/6), hopefully it fits all :-)

2012-02-06  Michael Stahl  <mstahl@redhat.com>  [8411534883e960a8404d24937f813eb20accecdd]

        RtfSdrExport::StartShape: replace "75"

2012-02-06  Andras Timar  <atimar@suse.com>  [5f261a0db51621fbab37cc0f991bc8c9106dda01]

        fdo#45045 fox context sensitive help for Word Count dialog

2012-02-06  Andras Timar  <atimar@suse.com>  [3db0da5c0bc11c989460aeb7a21ba973a76f3e29]

        typo

2012-02-06  Tor Lillqvist  <tml@iki.fi>  [f8d30ec82d55f85a80ceda798a9e1a7ce0750035]

        Attempt to disable database connectivity for iOS for now

2012-02-06  Tor Lillqvist  <tml@iki.fi>  [3a8a275d74ea8e2147e59d2578539b6bbc60927b]

        Clarify and simplify a bit as we don't have any X11 option on Mac OS X anyway

2012-02-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [66e4c5851b7ef27d375e2bdb482e723f6e0ce1f0]

        correct TDF link

2012-02-06  Stephan Bergmann  <sbergman@redhat.com>  [2ea723e8ce4077c7efa957d278637c4d9f32cf14]

        Revert "Mac OS X uses .dylib and not .so for python modules."
        
        This reverts commit b53a86a5676d5bcb88ed6e3ac524a3560e713c22.
        Conflicts:
        	scp2/source/python/file_python.scp
        
        I assume that the file *shall* be named .so on Mac OS X after all, and that it
        actually being named .dylib was a mistake introduced with
        a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe and reverted with
        0b1be1ce0e0ac7b34c4b73d53f4bf32ec5df7290.

2012-02-06  Lionel Elie Mamane  <lionel@mamane.lu>  [f33038cf6a5f86a619a5860a4f95d337f0c87ae5]

        fix postgresql massive-parallel build

2012-02-06  Tor Lillqvist  <tlillqvist@suse.com>  [0caced5cd1cf537c6576ec6c147f40373b2eac6a]

        libpackage2 is also in libmergedlo

2012-02-06  Stephan Bergmann  <sbergman@redhat.com>  [0b1be1ce0e0ac7b34c4b73d53f4bf32ec5df7290]

        Reintroduce pyuno.so wrapper around libpyuno.so
        
        ...it was cleaned away by a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe "Port PyUno
        to support Python 3" but is still needed to make sure libpyuno.so is loaded
        RTLD_GLOBAL (Python apparently loads its modules RTLD_LOCAL).  At least with
        pre 4.5 GCC this can cause problems with C++ exception handling, see the mail
        thread starting at
        <http://lists.freedesktop.org/archives/libreoffice/2012-February/025166.html>
        "LibO 3.5RC2: terminate called after throwing an instance of
        'com::sun::star::registry::InvalidRegistryException'" for details.

2012-02-06  Tor Lillqvist  <tlillqvist@suse.com>  [04f6c5e4d277c038c69e06eaf5fa2d0bc0faeeda]

        No set_soenv.in any more

2012-02-06  Thorsten Behrens  <tbehrens@suse.com>  [9b2451fa65905cdba98705efd4a0490492864511]

        Add missing operator++/-- overloads to kludge class.
        
        (to fix the build after the cppcheck cleanup)

2012-02-06  Yifan J  <yfjiang@suse.com>  [bcb9328d8aef6dfcc7e6aecc44888a796ff5551f]

        update losmoketest fetching path

2012-02-06  Yifan J  <yfjiang@novell.com>  [79b6311d057d3362cb9ff8f5ac75f7eefd35364b]

        bug fixing for test initializing

2012-02-06  Miklos Vajna  <vmiklos@frugalware.org>  [75378a82e1a9e921cebe221427baca24cad47baf]

        n#228839 an empty table grid can't have implicit merges

2012-02-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [96ae2271ebc8fafd5a2454705c128725070ca7c3]

        fix mingw build, still bootstrap issues.

2012-02-06  François Tigeot  <ftigeot@wolfpond.org>  [b61ddcbad769ee18f78ff4003d1cd6047e0a12fc]

        OSL_USE_SYS_V_SEMAPHORE is never defined
        
        * Remove the System V semaphore implementation variant
        
        * POSIX thread-local code was always used for synchronization
          primitives anyway

2012-02-06  PKEuS  <philipp.kloke@web.de>  [664b22c56b7e37006e07ad194fe2ab98980cb8f0]

        Fixed some cppcheck messages

2012-02-06  Josh Heidenreich  <josh.sickmate@gmail.com>  [c1a3961b4582e47ebcee84b3acc2a808651bcd07]

        Single-line bugfix in l10n tools to fix compile on GCC 4.4.3 (Ubuntu)

2012-02-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [fcc56e8a894dfeb8885f663f33f364becec5d176]

        again with bootstrap, but for cross-compile this time

2012-02-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [015713cd664b905b7090816db0e67b1b17df183e]

        typo in the export of WIN_* variables

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [8d488bafe5d1aac82018e7b12e5ecaab5ede5342]

        another tweak to bootstrap handling

2012-02-06  Josh Heidenreich  <josh.sickmate@gmail.com>  [fb78dbcdc5a76997856285af3b041ffd087c40a5]

        Added READMEs for modules related to URE, with content from the wiki

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b212711cf09492e07d05b62360d7960d3b0178c]

        darn! finally bootstrap target (seems to) works on windows... and other

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [81e9525305cfe2b9455dadceeda0710e0176448c]

        still invalid use of WORKDIR in top level Makefile

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [993cdce1f0194433cfa5bfa1a88d38b52e8a9240]

        again do not use WORKDIR prematurely due to windows

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a08ed74f4da656f94eae1cc293073faaa937a89]

        we can't use WORKDIR directly, on windows this is windows path

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c64dd40b77eaebd9a025b746dd0487a5c7eb613]

        fix bootstraping issue on x-compile

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [3276baaf5e0a1f488ae7c51b9eaac739bc7f86e1]

        fix the autogen.sh final message, to give proper build instructions

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [fbbcc07ff457b497a1e6c8d8327a5ce40bf31fb5]

        gbuildify apple_remote

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [e48d33bce151400347c53dd67b91894ac42ca46f]

        autogen properly on default target.. and do not autogen on clean/distclean

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [843999008182ec71b16b2c3f0a1380396c5c7e8c]

        autogen when necessary and restart the make..

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [dfa2978d55f3489ab3b041b96429fe23eca1b3a3]

        gb_WinResTarget__command never has 3 parameters

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed3122a8cbedbab0e22513efd7274e4a10b43dcc]

        gb_Helper_convert_native should not introduce superflous spaces
        
        that broke a case where we had -DMISC=$(call gb_Helper_conver_native,...)
        which transformed in to -DMISC=   d:/foo/bar
        and broke the build

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce0317f28311eb02559723916f2dd4093edcb8d5]

        REPODIR could be a drive i.e D:/ in that case we want to strip the '/'
        
        otherwise we construct file like d://libo/... which break stuf

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [6803ea682b5f64198a8def2ab4ee516971ad7283]

        adjust gbuild doc

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [f17b1dc4c31219b4febea19f0d86d406fcefd4da]

        fixes for windows build for config_host.mk based build

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [800bf3464c04df83ddff369eaa67160e7c86b1ab]

        add cmd target to deal with corner case operations

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [bea399d6982881e4bc2cae4fa2c9f7aaf9a6cd42]

        dmake-invoked gnumake may need implicite rules... avoid impacting theem

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [c857dff7fc4b180c1d405ea5584e06c0581427ae]

        switch to include-based build rather than sourced-based build

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [909cd34b7b0982078a50b9ed46cf57811d9571df]

        coup de grace for Env.Host.sh and associated files

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [b5c7a1ea72da52cb11f54212dda984e0507aab92]

        remove everything possible but PATH from set_soenv
        
        only PATH and SOLARENV which is used as a trigger to call Env.Host.sh
        are left...

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee1cd2d9ff347acb50e3f29f817fa2a8fa076620]

        windows fix. some path need to be 'formatted' appropriately

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [52a506fd30bd14dd6a74cf6c12e4e9180acc6839]

        remove the export unused JAVAHOME variable
        
        JAVAHOME is used in an obscure test module in moz, that does not seems
        to be run anyway... other than that, no trace of it
        so no need to export it.

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f1e72dc70de77db3d142f130495a6b064a574e4]

        migrate a bunch of mostly windows related variables + clean-up in set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [72bac9ba978508a781d6d53803c1dfe7b913344b]

        ENABLE_RPATH and LINKFLAGSRUNPATH are not used

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5f31a603c6ea5d232c54d4c0311f94db7e09de3]

        migrate TARFILE_LOCATION out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [9be1f79362c7c8d3b35d33567c4d337d37a5717f]

        avoid exporting un-necessary symbol/alias for stable scripts

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a9526d59bb3f207c74a757b338b7950f604d450]

        migrate WITH_POOR_HELP_LOCALIZATIONS out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [827088562334fd811fb27d488fadde495f0f3e44]

        migrate ENABLE_DEBUG out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e954ee1175938948742f7d5f1e85d06a9a41ba3]

        WITH_VC_REDIST does not need exporting. it is a SCPDEFS only info

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [a552c45af133910b0f2bc279995e4cafa2823b71]

        migrate SOLARINC/LIB[_FOR_BUILD] out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bf85216390f3427ca80bab2a4d17edc921d434a]

        migrate SYSBASE out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [5bd28c6876bb5c6cc67e95244c63b8cc1199b225]

        migrate EXTERNAL_WARNINGS_NOT_ERRORS out of set_soenv

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12]

        replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [628ee842afa2b5f6798caad4ed55b60ef64a5e1d]

        remove unused CC_X64_BINARY

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [69b6ca8ed5e40f05240c9aa7805005ca25d438c0]

        Eliminate un-used DIRECTX5

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [45d211b59924fa7d0482858d26e3905f6b76e9a2]

        migrate SYNAMIC_CRT and use_shl_version

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [9d8d10cecc02c42ab1472023657423c8acbc7eac]

        move SunOS compiler detection up so that COMPATH is settled earlier

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [63fd78954dfa1a47331523a1296409cb46de6e55]

        add api in configure.in to deal with PATH manipulations...
        
        prep-work for the migration of PATH handling from set_soenv...

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f836373abae474f116c39bf5c79b4a6fa3677f9]

        export a flag-variable to deal with cygwin only export

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [c251231c749ba1f90878cadc3491f690898f1f33]

        add function to deal with native windows path variables

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [da8a424f9a62e9f164ef3a64fc5002db3823fe00]

        move WORK_STAMP out of set_soenv.in

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [4475360e5e90be683102e9451721a61d6dcb2bcf]

        Move MACOS related variable out of set_soenv.in

2012-02-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [47734215b489d0ee7ea53f6abf3fa149c1e668c0]

        move COMPATH,EPM_FLAGS and connex variables out of set_soenv.in

2012-02-05  François Tigeot  <ftigeot@wolfpond.org>  [32009128e4c77cfd6506ab50a5345776de8144e6]

        Remove unused VolumeDevice functions and related code

2012-02-05  Andras Timar  <atimar@suse.com>  [9a7f53cdcfb40820d7c7f29e2190fb1572611b91]

        fix coordinates on Options - Load/Save - General panel

2012-02-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1c85118414d91bc0b881f03ad7fac20454ec43a0]

        fix debug build

2012-02-05  Elton Chung  <elton@layerjet.com>  [9c2f7056a82c4d7719715ca1c77f8dd4c17aa24c]

        Remove unused code

2012-02-05  François Tigeot  <ftigeot@wolfpond.org>  [4fa8d043f8336e7b35130934498f8a4b357967d3]

        Remove unused floppy-handling code

2012-02-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [01ea91efd98e398e6998837c6bb45a9efea43cdc]

        add some more test cases

2012-02-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7ee0b42f7cad15abca7218d001ea1b3b4cac028e]

        add some helpful entries to test file

2012-02-05  Matteo Casalin  <matteo.casalin@gmx.com>  [a0e7d661e0d36e3069b77f6f4b1f55352efbee9a]

        Removed unused variable

2012-02-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [22dc17dc0a86c892476d04f0c4e6b17e1b65346f]

        variable is unused ATM
        
        this variable is onyl used if you have a set of know files that should
        all correctly import in filters-test

2012-02-05  Elton Chung  <elton@layerjet.com>  [e99c70d2687ec6768070bc3ed7ee73ed9bbad196]

        Remove unused code

2012-02-05  PKEuS  <philipp.kloke@web.de>  [ba5a460bc15393cc64522f288b7b2b678d6fcc99]

        Fixed cppcheck messages about rethrowing copy of exception.

2012-02-05  Miklos Vajna  <vmiklos@frugalware.org>  [32fa7e9208b2053d2ff7743b88b0c0edacb8a7e7]

        fdo#42656 fix RTF export of picture frame shape type

2012-02-05  Miklos Vajna  <vmiklos@frugalware.org>  [5cab164402f43bde3693a42c77be07069f42e00f]

        Related: fdo#42656 implement RTF export of fillType shape property

2012-02-05  Elton Chung  <elton@layerjet.com>  [9c06348b32bd799241f23b1c2d75a46cf498d015]

        Remove unused code.

2012-02-05  Julien Nabet  <serval2412@yahoo.fr>  [df58753d51c41253f26104d146a73ba74c42e33e]

        Remove wrong return
        
        This return prevented the execution of the following code

2012-02-05  Lionel Elie Mamane  <lionel@mamane.lu>  [069fa157ce67a282f532301e452387fb67a7a8c5]

        postgresql on MS Windows: use MozLDAP only if enabled

2012-02-05  François Tigeot  <ftigeot@wolfpond.org>  [9648045af26e127db4854349b3bd039f566ffb12]

        Remove useless NETBSD check

2012-02-05  Julien Nabet  <serval2412@yahoo.fr>  [fa6665282e2a7c8753eb35b2f03499134413caca]

        Some cppcheck cleaning

2012-02-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1535eed3d40d9741f3cdf68d32bc132e2a39f287]

        fix various overlapped controls in the Options dialog

2012-02-05  Julien Nabet  <serval2412@yahoo.fr>  [9377bb4dcc0d179293c044663c0bea5a113b64d9]

        Some cppcheck cleaning

2012-02-05  Julien Nabet  <serval2412@yahoo.fr>  [992e1a772e01a53673fb6cdd3467102a486f4e59]

        Some cppcheck cleaning

2012-02-04  Julien Nabet  <serval2412@yahoo.fr>  [bf2300fb0704f92f312b96b2e624a1730df5dd45]

        Fix 3 "Possible inefficient checking"

2012-02-04  Josh Heidenreich  <josh.sickmate@gmail.com>  [904d59fab93eb2fe855f0a46d9d6d64e62df0228]

        add missing README to animation, sc, sd, slideshow, starmath, sw

2012-02-04  Caolán McNamara  <caolanm@redhat.com>  [ab0efc3eb1c0b351bcaccd847cd66f986f95781e]

        Better optimal combobox width
        
        if dropdown button is wider than scrollbar than use that as
        the extra width over the edit widget

2012-02-04  Caolán McNamara  <caolanm@redhat.com>  [55da16210363cb2dc1f43731ebe6ebc601a50d86]

        these methods can be const

2012-02-04  Caolán McNamara  <caolanm@redhat.com>  [28a6558f9d3ca2dda3191f8b5b3f2378ee2533da]

        extract max legal dff length to header

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [dc35a3974293cfa01cb5b2563798eeacb29a3f46]

        Fixed incorrect insertion.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [42d04ed4e2f50a6d9957eaca61cc2d56023153ef]

        Fixed a crash on the first outline creation.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [35692c7370bb35eb66f5485f6033af5de812ad1c]

        ScOutlineCollection and its friends now free of ScSortedCollection.
        
        But it's apparently broken at the moment.  I need to fix this...

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [6fae316672b146937a52eeb6447b08177c26c43b]

        No inlined member methods.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [f0002a68c4dcf99d775d9575deabec18c1bd5852]

        Nobody uses StrData and ScStrCollection now.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [bd3919c03dc1e5de2eb986321477bfe4a9b93cf4]

        No more ScStrCollection in pivot table code.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [1e27efd970e2d2ec1bb5b5b99717c58b7653616e]

        More on ScStrCollection/StrData elimination.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [0ec4b391d0ec0a823906f50c74bcb142675761fa]

        Nobody uses it now.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [7bade5e6e89ec8910cef7a0d76d5442c2e7f1070]

        Remove ScStrCollection/StrData from UpdateLinks().

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [563c3c69bec3f5a82d13abfef025e21a26168171]

        Makes no sense why we'd have to use StrData here...

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [3f80695906fd4d9af0ff7126a6b0b12461268694]

        More on eliminating ScStrCollection.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [cac7f1d4b524949811589d99093e3bba0e3601d8]

        Replace ScStrCollection with boost::unordered_set.

2012-02-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [e67a43b29184608a2ee2a2205b8839b0962c81b9]

        String is now eradicated from the change track code.

2012-02-03  Michael Stahl  <mstahl@redhat.com>  [697743161a6047902ee880851b23c9aef1bfa392]

        fdo#45115: sc: fix setting borders
        
        Same problem in ScHelperFunctions::GetBorderLine.

2012-02-03  Michael Stahl  <mstahl@redhat.com>  [ef9881001e4ddfa6bfbe7d83f482393bb76d926a]

        fdo#45115: SwXTextTable: fix setting borders
        
        This plus e549f52f16c4a519ed3eddb9c66c19bacc247590 fixes the problem.

2012-02-03  Michael Meeks  <michael.meeks@suse.com>  [5cd1d6740cc9e85b5ed3730800dff4717cb7e1ae]

        android: implement theming to get default font set, 1st cut at GetWorkArea

2012-02-03  Julien Nabet  <serval2412@yahoo.fr>  [9d0136679e441413b6945d2a40aa892b50ee19a8]

        Fix iterator erase management (thank you Stephan)

2012-02-03  Michael Meeks  <michael.meeks@suse.com>  [5d933f259d7cdc9d600d921d51ef9d4187dbd701]

        Revert "services.rdb is in $(OUTDIR)/xml/ure as far as I can see"
        
        There are two services.rdbs - one has UNO services, the other program ones
        
        This reverts commit 1b48979a27f280a87087ee99e012285050522b95.

2012-02-03  Jan Holesovsky  <kendy@suse.cz>  [898e88edc1a55e4825399d8d962f7f77cc3831ac]

        android: An attempt to handle mouse events.

2012-02-03  Jan Holesovsky  <kendy@suse.cz>  [f076254c6db77a999d4ad0aecc6b7df7b43b4c32]

        android: Source env. before trying to run it.

2012-02-03  Michael Meeks  <michael.meeks@suse.com>  [29aa585b2ee2af0680eb39749d1797f52e190a3a]

        android: get the focus window from SvpSalFrame

2012-02-03  Petr Mladek  <pmladek@suse.cz>  [2c4dbb3023b049e21e9f872ee41780d8fc87d59d]

        update README section about desktop integration packages on Linux
        
        The redhat-menus package has been obsoleted by freedesktop-menus.
        The freedesktop-menus package should be usable on most other distros
        these days.
        
        Thanks Jean-Baptiste for noticing this.

2012-02-03  Stephan Bergmann  <sbergman@redhat.com>  [e612f026de6ca1153c57fb10f0fa75725425a301]

        Ensure AC_CHECK_LIB/AC_SEARCH_LIBS do not poison LIBS
        
        ... as that would interfere with subsequent such checks, esp. on Linunx versions
        that do not yet incorporate
        <https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking> and would
        e.g. not notice they need -lkrb5 in "AC_SEARCH_LIBS(krb5_sendauth,[krb5..." if
        they earlied did "AC_CHECK_LIB([cups],..." (where libcups.so links against
        libkrb5.so).

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [1b48979a27f280a87087ee99e012285050522b95]

        services.rdb is in $(OUTDIR)/xml/ure as far as I can see

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [83f2bc57c480dcb6190bef040b721e6f1f8df1cc]

        Drop libs that are in libmerged

2012-02-03  Michael Stahl  <mstahl@redhat.com>  [874f2e53b24ad24d4e99f0df54ba6539d1958371]

        WrongList::TextInserted: fix STL crash
        
        vector iterators and insert don't mix well
        (regression from dfbf0cabfa8310502e19642d56c746cc0d454d27)

2012-02-03  Michael Stahl  <mstahl@redhat.com>  [aa2333374d8f587afa9e876334a1b6303bcec0a9]

        editeng: convert some DBG_ASSERTs

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [d87b6165b4f020fc223c2e771967698a7cb69c02]

        Add remark about ccache

2012-02-03  Noel Power  <noel.power@novell.com>  [3d62ea9a928c4a814369d5b6c276ac78239aeeeb]

        import group field group name user captions fdo#45310

2012-02-03  Noel Power  <noel.power@novell.com>  [50be8ec9ed680c9b5b419d549e981c7a335b0257]

        fix corrupted numbers in pivottable using group field as data field fdo#45276

2012-02-03  Noel Power  <noel.power@novell.com>  [16af091a3339f6d00fe273f9dc5f155126e58881]

        fix corrupted group field entries in xlsx imported pivot table fdo#45268

2012-02-03  Noel Power  <noel.power@novell.com>  [c07e9299bb2c8d5477669568b12708bd2ff12684]

        improve xlsx shape/chart import, anchor to cell where needed fdo#45266

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [8f248885d39d0f06f8f0da7fcc798bc91bfca59a]

        Use $(ANDROID_SDK_HOME) for adb instead of assuming it is in $PATH

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [db1ade41bf6c878753801ed241d6bd1d94466e12]

        Fix braino

2012-02-03  Lionel Elie Mamane  <lionel@mamane.lu>  [3364fcc5a550fae001b24f4303a978662bb7c70f]

        enable Kerberos by default on DragonFly, too

2012-02-03  Lionel Elie Mamane  <lionel@mamane.lu>  [d8b5d223877ea743f35424582284c15444e78a15]

        redo c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb cleaner
        
        Also align our configure.in to the changes
        Change source file (configure.in), not only generated file (configure)

2012-02-03  Muthu Subramanian  <sumuthu@suse.com>  [a71c878cd0b443a0d8473d8e4eb43d66f37ce2c0]

        n#744509: Alignment of text is wrong.
        
        According to section 21.1.2.2.7 [pPr], "If this [algn]
        attribute is omitted, then a value of left is implied."

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [10d74d9afe286aeb9a19a9943dbeaa17a499e202]

        Need also android/Bootstrap/local.properties

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [b2aafed24427b8a803892020b5a260404ade0074]

        Use $ANT

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [0bed666e281467c4ddd956e95ae1dbe65a60c238]

        Need liblnglo too

2012-02-03  Tor Lillqvist  <tml@iki.fi>  [e8555dce94c12307f2aeff9fb1543749b97cf41c]

        Add --with-android-sdk and --with-ant-home to the Android from Linux sample

2012-02-03  Stephan Bergmann  <sbergman@redhat.com>  [1085f3ee2f67e955a05efdc7a4a8feb8f6d718d9]

        Missing String -> OUString

2012-02-03  Jani Monoses  <jani@ubuntu.com>  [40991706e4343789015432331d5be93fd7abe373]

        Fix configure step on various arm linux targets.
        
        Use arm* wildcard to match armel|armv7l|arm etc.

2012-02-03  Jani Monoses  <jani@ubuntu.com>  [b3aabdb9a12b550c0c3a537adf4517d5676dec69]

        Fix typo in configure message

2012-02-03  Stephan Bergmann  <sbergman@redhat.com>  [c16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb]

        Fix order in which postgresql searches for libs
        
        ...so that it does not miss any required libs due to picking up others first
        that indirectly provide the required symbols; that would break our
        libpq-flags.mk which should contain all the required libs when linking in the
        static libpq.a.

2012-02-03  David Tardon  <dtardon@redhat.com>  [064990eb8849a8c1eda8960fafb31f28ac114a5e]

        add sc.ui log area

2012-02-03  David Tardon  <dtardon@redhat.com>  [96ea52dbd1ca409625cd0378a18f6bf13a7da86b]

        fix build breaker with --enable-debug

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [5477b6f5fb1f91378c049308d7031bb5c25c3931]

        More on eradicating String in favor of rtl::OUString.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [a5033979fdb12afd28193dcc0bc31005bf706a4a]

        No more sal_Bool from the change tracking code.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [c827b9756f069bec82c559c0e7dee534bcee8c2e]

        GetDescription() now deals with rtl::OUString.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [d7c1b89abd85e6edd317f6c4eb1e86eef02df923]

        More on bool & string conversions.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [e996e3d1eb5da932ed3d764789581d13dcb0f9b3]

        Oops, bug.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [adad96ac1b2e865287c99cf1fbde76fa94ea2f24]

        String to rtl::OUString.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [3d7370fbe5794cb064b69ed5cb4754d0d17e55c7]

        Use std::set to store user names instead.

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [8792229bdbe127c01eedc23c0af03d99ec3310db]

        Massive indentation fixes, the best I can.
        
        Still not perfect, but it's good enough as a starter...

2012-02-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [2ee44cdce813e5389c9bb7338647c1b0da620459]

        Moved the names of non-OLE charts out of ScDocument.

2012-02-02  Julien Nabet  <serval2412@yahoo.fr>  [0dbda27fb81bc063c865a6829fb035322fd77035]

        Remove things not used

2012-02-02  Andras Timar  <atimar@suse.com>  [48fc7d44c14e174e007ee2f0ddc16385129d4854]

        remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSans
        
        MS Sans Serif was the UI font of Win9x
        Helv was the UI font of Windows 1.x - 3.0
        WarpSans was in OS/2
        Charcoal was in Mac OS 8 and 9
        Chicago was in Mac OS until 1997

2012-02-02  Andras Timar  <atimar@suse.com>  [a5b4a6933089a6e78bd6ff24f333764637cd8950]

        remove DefaultFonts nodes for languages with Latin or Cyrillic script
        
        these entries are obsolete, because modern Unicode fonts
        that are defined in English section cover these languages, too

2012-02-02  Andras Timar  <atimar@suse.com>  [014d95b8f2d8c6bba5e01721b848276e5e8d186c]

        add Segoe UI (Win7) to English default UI font list
        
        and promote Tahoma (Win XP)
        also removed MS Sans Serif (Win 9x)

2012-02-02  Andras Timar  <atimar@suse.com>  [50be0041085f83a888d7fd5152d34ce00fc10b45]

        remove empty DefaultFonts nodes (en fallback is used anyway)

2012-02-02  Andras Timar  <atimar@suse.com>  [928239bd7024d4bb23fab2bd55d476ac246975d4]

        remove Andale Sans UI
        
        we don't ship it, OS vendors don't ship it, and has poor
        Unicode coverage

2012-02-02  Andras Timar  <atimar@suse.com>  [9b610cf079c27877c2eaa32586301f1f96782196]

        added zh-MO (Chinese in Macau) default fonts, based on zh-HK

2012-02-02  Andras Timar  <atimar@suse.com>  [8b83385a0688025a16a5ee2bfafabf3b83f8684a]

        add/fix default fonts for languages that use Tibetan script
        
        bo is Tibetan, dz is Dzongkha
        Microsoft Himalaya comes with Vista and Windows 7
        Kailasa comes with Mac OS X 10.5 and higher

2012-02-02  Julien Nabet  <serval2412@yahoo.fr>  [f58c49b39a7c6a8490033360f78768ee0a26f167]

        Some cppcheck cleaning

2012-02-02  Olivier Hallot  <olivier.hallot@alta.org.br>  [beccf7c9dd4966347fa31e11922fd73bd40dfeb9]

        Fix for fdo43460 Part LIX getLength() to isEmpty()
        
        Part LIX
        Modules
        vcl (part 3)

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [4cb33a7db765f8ad06e65d24a2396f2857a9cf0d]

        make --with-system-libs behave as documented
        
        make it enable --with-system-headers and --with-system-jars
        also fixup lucene-analyzers.jar search path

2012-02-02  Stephan Bergmann  <sbergman@redhat.com>  [a4cbcf2fc567393cd954d0fcc8ea0ce7d859b59f]

        Reduced tools/string usage further

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [88b58e961324ff69feaec24fdc3fd03cd6f684ca]

        pgsql-sdbc: move libpq link *first* in libs; hopefully will fix tinderboxes

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [c39cec2f91205529cef237e6bae500bbaf169517]

        pgsql-sdbc: libpq dependencies *after* libpq seems to be the right after all

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [38ce8bbbd13ff031943052865c072e86f67ef4ee]

        cui: about.cxx: nSpace was not declared in this scope

2012-02-02  Eike Rathke  <erack@redhat.com>  [971f826a96f0938bfcfd8dfe26edd50d8e031bb4]

        resolved fdo#42784 BorderLine with only InnerWidth set does not work

2012-02-03  Takeshi Abe  <tabe@fixedpoint.jp>  [f439dde9be6e269903dfd65fb63a786fcaba3971]

        Replaced String by rtl::OUString

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [1f741dfeeab848424b91420390d2853572056e00]

        pgsql-sdbc: put libs libpq needs *before* libpq in the link line

2012-02-02  dbarisakkurt  <dbarisakkurt@gmail.com>  [dde025efacba24edc700989a357c5fddbb0e4886]

        I added some links and removed the ok button

2012-02-02  Tor Lillqvist  <tml@iki.fi>  [e52c70e051c41a1832fdc771d3c5fcdc82c96726]

        Look for Xcode 3 also in /Xcode3 where I have it ;)

2012-02-02  Tor Lillqvist  <tml@iki.fi>  [6ab3556b44daef93f8a504592ae1decafcd0cfe0]

        Do Package_xml also for iOS so that packimages doesn't fail

2012-02-02  Tor Lillqvist  <tml@iki.fi>  [aa5404b92f99541ecfe0b95168e80d705d0fc111]

        Silence a few lines of pointless verbiage

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [41a3c8f14a4a8d3bbdc1fde31536e76f78003cd0]

        configure.in: properly close case

2012-02-02  Lionel Elie Mamane  <lionel@mamane.lu>  [0c064e0303ed5e28888f4961cc590f62bcb2151b]

        postgresql: enable Kerberos&GSSAPI on GNU/Linux and *BSD
        
        It is part of the default/core install of (the major distributions of) these OSs

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [e2bc0c04ba0c33e02f1842013041f26ccb2de77d]

        fdo#45446: officecfg: turn off SaveBackwardCompatibleODF
        
        As detailed in the bug, this option is the reason why LO writes several
        elements and attributes that are not valid in ODF; the corresponding
        bugs in the import filters are all fixed in OOo 2.4 or earlier,
        so there is no reason to risk interoperability problems with other ODF
        impolementations for this any more.

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [e0de9f832f8f27de473242440ca4b544ab7b9216]

        fdo#45447: add an assertion when anchored to page 0
        
        XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor
        page number; this really should be fixed in Writer/writerfilter though.

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [6c15b856242127ddca766da700002489ba287e21]

        fdo#45534: ODF export: fix draw:fit-to-size
        
        In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the
        new values if the extended format is selected.
        (regression introduced with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34)

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [0b7bba10208d198471cbdb56c2007e5cdb00a6ac]

        fdo#45449: ODF export: frames: invalid "min-width"
        
        XMLTextParagraphExport::addTextFrameAttributes: delay writing of the
        fo:min-width and fo:min-height attributes so that they end up at the
        draw:text-box element, and not at draw:frame where they are invalid.
        
        Testing reveals that the ODF import can already handle reading the
        attributes from the draw:text-box elements, so there doesn't seem to be
        a backward compatibility problem.

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [790365e79d28e2c2a41140707ac126dbf6966e38]

        fdo#45450: sc: ODF export: cell styles:
        
        Only write "style:vertical-justify" and "css3t:text-justify" in ODF
        extended mode.
        (regression from 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6)

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [9d32497c01475f2b5e5bec756e4dd0ca9f9d4928]

        fdo#37024: SwView::SwView: fix BROWSE_MODE setting:
        
        Apparently there is a check in SwDoc::SetAllUniqueFlyNames so that when
        frames with certain anchor types are in a document, then SetLoaded()
        is never called.  Checking this flag via IsLoaded() here seems
        unnecessary.
        This problem was introduced with ebc5777548dea42ed966a16c66d879b1485bbfb4,
        from CWS swlayoutrefactoring.

2012-02-02  Michael Stahl  <mstahl@redhat.com>  [4b85affdc4667995bdee9347cb4cc902c883495b]

        fdo#38752: xmloff: add assertion for default-page-layout

2012-02-02  Muhammad Haggag  <mhaggag@gmail.com>  [d8cb61f5f32247a8bbaf89fb910c015b6107f051]

        dmapper: Switch paragraphs to RTL based on the value of w:BiDi.
        
        This is a fix for 43398: FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified.
        
        Cause: dmapper used to treat the presence of a w:BiDi element in a paragraph's properties as an indicator of RTL directionality, which is incorrect. A w:BiDi  element may have a value of 0, indicating LTR.
        
        Fix: Inspect the integral value of w:BiDi elements before switching to RTL.

2012-02-02  Jesús Corrius  <jesus@softcatala.org>  [244899285bfc515cca0a323f4aecf06b00342848]

        Try to fix the MinGW build with a simple solution

2012-02-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fe5640594eea2637b720f7311eed0c4f218a6893]

        Chose xslt filters for default install, not for minimal though

2012-02-02  Caolán McNamara  <caolanm@redhat.com>  [5e2b41dbfed8d0daae092074025e6194d0787360]

        unsigned int->sal_uInt32

2012-02-02  Jesús Corrius  <jesus@softcatala.org>  [37c198cf098976d4b6814017f3ac1a81b53d2fb5]

        Revert "Win32 API calls use the Unicode versions by default"
        
        This reverts commit 157a32f0dc2eaa195ff60e8b60902554e73e999f. The patch is good but it breaks the MinGW build because the compiler is misconfigured and by default the API calls there are ANSI.

2012-02-02  Stephan Bergmann  <sbergman@redhat.com>  [e521a240601c6a2b9f9448db73c09181fed2247d]

        Reduced tools/string usage
        
        plus some preliminary cfgex clean up.

2012-02-02  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [54d278ae5feea82d105e4bd11d554ad5fcb41099]

        missing semicolon

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [051fb0d37a1f1c05ac5876fcfcc9a589938780e4]

        Unit converter data no longer relies on StrCollection.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [67748256612046759bf4141c6c08f023585d11d5]

        Method description.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [e0917855f80eb64b3eacce13152810d8b8932517]

        Always look up chart objects by name, change method names' casing.
        
        The old container always perform lookups by name only.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [9ad6925552b6c6a366bd8a349a3bd78eb2d4bb92]

        We don't really need GetCount().

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [1f290abba0bb70c1ecf9d168c0d6c8c564d302ec]

        ScChartListenerCollection is no longer a child of ScStrCollection.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [47de5f1c09cab1ea18b870d675b7bfb0cdfa74d3]

        std::auto_ptr to boost::scoped_ptr.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [30fc28a477174806384a07ebe8e44e2fec440b73]

        non-inline the chart collection getter.

2012-02-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [2a7c07e2e5fbdce057aaecb87231c62d98981bcb]

        InsertData to AppendData, to hide the insert position.
        
        Only a few places in sc specified insert position, and those were
        not strictly necessary.

2012-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [513bbdf9c4664e2677537acb9387df84349529cd]

        remove unused test document, use the ods version instead

2012-02-02  Stephan Bergmann  <sbergman@redhat.com>  [5bd82e6c7bad871689106158f2a82d56e7bffb35]

        prevent hanging junit tests

2012-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd6187ae9fdf2535333d372be65f01131262d385]

        add test for XNameReplace

2012-02-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8272f05bef063f5cf8ed1d1d31f8c7bfa6b07d38]

        try to enable all sc subsequenttests

2012-02-02  Jesús Corrius  <jesus@softcatala.org>  [157a32f0dc2eaa195ff60e8b60902554e73e999f]

        Win32 API calls use the Unicode versions by default

2012-02-01  Julien Nabet  <serval2412@yahoo.fr>  [f25555d66c1c50f81a2694447e8b197eb6ac97f7]

        Some cppcheck cleaning

2012-02-01  Julien Nabet  <serval2412@yahoo.fr>  [34c5059b80777244e25dee1299ea258c8d7ba4fe]

        Fix "Prefer prefix ++/-- operators for non-primitive types"

2012-02-01  Julien Nabet  <serval2412@yahoo.fr>  [428c9d516d3408460f1b7f8ce2c753b9a829de87]

        Some cppcheck cleaning

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [7bd9ce1fae67539f9717c9ead628bd72dffafc37]

        pgsql: simpler / safer check for system column

2012-02-01  Andras Timar  <atimar@suse.com>  [d9adc4342cf275498e7d2e27a674116ceb2ac13f]

        tweak help text of gsicheck tool

2012-02-01  Andras Timar  <atimar@suse.com>  [7dfd1c4023db374bec747dff551ba1bcdafc6508]

        remove this KeyID check from gsicheck, unused

2012-02-01  Andras Timar  <atimar@suse.com>  [20bb21fc428d8c8f423289a365658fdcae5a887a]

        remove support of obsolete ($$) delimited GSI file format

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [0adf5eed03d7a0f14d73c23bceb13b7a8cc693e4]

        pgsql getColumns: order by columns, not by their concatenation...

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [77646473e30ae2d56faa1389cd842402c57cad96]

        pgsql: implement getColumnPrivileges, generate statement only once

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [356033d46535ead0a08dd75d28fef88c16a46574]

        pgsql: clean comments

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [76c34665da05158ced8759d91aeb5df0d0a96d79]

        postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutive

2012-02-01  Lionel Elie Mamane  <lionel@mamane.lu>  [8c922d832792402554cc3dfd174d6d4da50847f4]

        fdo#45254 getTablePrivileges: rely on information_schema
        
        This avoids the use of aclexplode(), which is only SQL-available in PostgreSQL 9.0 and later.
        With PostgreSQL versions known to have the information_schema.table_privileges bug of not filling in the default ACL in the absence of an ACL, fill in "owner has all rights", which is the default state of the default ACL.

2012-02-01  Luboš Luňák  <l.lunak@suse.cz>  [c161e3652853e7478f79df22e83412ada50f3c6a]

        add a check before a cast

2012-02-01  Luboš Luňák  <l.lunak@suse.cz>  [47f16670f05186413d6f5b436d36c0e52059c74a]

        VCL_DLLPUBLIC was missing for some *Value types

2012-02-01  Luboš Luňák  <l.lunak@suse.cz>  [150befe0fe9533f39df55b0d95ad25caaddf1830]

        const is such a useless concept anyway </sarcasm>

2012-02-01  Alexander Bergmann  <myaddons@gmx.de>  [b3c3e116ff0eb9b550b73d3901395c042e31d192]

        unusedcode.easy: Removed unused code

2012-02-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bc8fa08a7ae48f68ee5578cb7820336c70898202]

        pointer -> reference

2012-02-01  Andras Timar  <atimar@suse.com>  [a31acd6b405777aa3ccb7298fabbe8b4aba55a32]

        remove unused ImplSalGetWinAnsiString

2012-02-01  Andras Timar  <atimar@suse.com>  [e1e8bd19a6acf5526f6bb3d9006ecb37ff01c89d]

        kill ByteString by dropping support of Win9x

2012-02-01  Andras Timar  <atimar@suse.com>  [56549a939cdf3a2510bbdba21b72632a4f238cf5]

        ByteString -> OUString

2012-02-01  Petr Mladek  <pmladek@suse.cz>  [1205e9a816e6c38b8aa7ba6790017e5ed6c06033]

        allow to migrate the shared registrymodifications.xcu
        
        LO-3.3 and older wrote configuration into many files under
        user/registry/data. LO-3.4 spped up startup by moving these
        files into a single /user/registrymodifications.xcu.
        
        officecfg/registry/data/org/openoffice/Setup.xcu defines what registry
        nodes are migrated and what are excluded.
        
        Finally, the old migration code detected the name of the .xcu file
        by the first entry in IncludedNodes. This fix allows to search
        the data in the single registrymodifications.xcu when available.

2012-02-01  Andras Timar  <atimar@suse.com>  [ff9a823e1007c3473072422e38512e3be0177fa4]

        unused variable

2012-02-01  Jesús Corrius  <jesus@softcatala.org>  [7be0cc289d9745e0842c4fa6c0a6ac3450f3801b]

        A few safe replacements of pathes->paths

2012-02-01  Noel Grandin  <noel@peralex.com>  [e8b7f1faaf3b0fd837a236a4a53d0f7392723713]

        convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector

2012-02-01  Muthu Subramanian  <sumuthu@suse.com>  [fd33c0b1cf23020b27db25895eeb380653d734b6]

        n#735533: Donot set duplicate master slide names.

2012-02-01  Michael Meeks  <michael.meeks@suse.com>  [d663871cc701926a42fd3465e44fd4fc894fc30e]

        android: queue redraw on keypress (for now), and get the ALooper loop right

2012-02-01  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ab8f1757cedf0029bf3bec40cfe48069a33151be]

        add comments

2012-02-01  Stephan Bergmann  <sbergman@redhat.com>  [581b43d46e716eb5dc90046d65043b96e3d4e4dc]

        Clarified patch status against new upstream

2012-02-01  Caolán McNamara  <caolanm@redhat.com>  [5833c182edd9f0fe82a38175601753bd676e5eba]

        callcatcher: update list

2012-02-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [7c74443e8522fd0f1db60c2d18f736574e3db5f9]

        cppcheck: unused variables
        
        also remove commented-out codes

2012-02-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [97e3d1faef2e028dc83a4e4dc360f83e2e4f0fa3]

        remove glitch in sbase dialog

2012-02-01  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [f18cae12960e945240b8fbd76f9a214d464b71b3]

        _os is WINNT, not cygwin (Thanks Norbert)
        
        See http://lists.freedesktop.org/archives/libreoffice/2012-January/024878.html

2012-02-01  Muthu Subramanian  <sumuthu@suse.com>  [af15127871d38a862ce300ceda5cc74624fda8df]

        Fixes crashing while loading manipulated pptx files.

2012-02-01  Winfried Donkers  <W.Donkers@dci-electronics.nl>  [4daa3f54437730fe4e509082faa0d3509c62cea0]

        fdo#34425: [Feature] Persist bgcolor toolbar button.
        
        This is to avoid background color selection evertime.

2012-02-01  Winfried Donkers  <W.Donkers@dci-electronics.nl>  [afc2de3e042401cee079b0bb65873ac7beca1769]

        German comments translations.

2012-02-01  David Tardon  <dtardon@redhat.com>  [4ecc4a91e1199e061a4561f2eaf577085064658f]

        remove duplicate include

2012-02-01  David Tardon  <dtardon@redhat.com>  [b9accbafa13b0ffb8855d3ae732b397f6120a3cb]

        the bug number is not from public bugzilla

2012-02-01  David Tardon  <dtardon@redhat.com>  [4f6a5040db04a59498d2ef2b729659a94140c23b]

        the depth argument must be >= 0

2012-02-01  David Tardon  <dtardon@redhat.com>  [767098b0ca717b6649223940af907593723bc927]

        add vcl.gdi log area

2012-02-01  David Tardon  <dtardon@redhat.com>  [ec505d879eaf59815dfc912c2dda525fbf5f2340]

        OSL_TRACE -> SAL_INFO

2012-02-01  David Tardon  <dtardon@redhat.com>  [55f00b76a9878480cdeb1528371eafe3fd85412e]

        it seems this is not true in all cases

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [c987912cacfd16bbeab64dccfa1c9fa66254d814]

        More on string conversion.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [32999004421994e205f25d1b5268f85f1e7f35ac]

        XubString to rtl::OUString.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [f068f50b5a35ed281cc50fa4570bcaf83fdb1af8]

        Re-organized boolean data members.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [fb495f4eb16f13f34eaacbb3d6bec7aece8e8149]

        One more method to non-inline.  I guess this is the last one...

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [90d27afdd8e2488a9757da978d96081e35bb0e3f]

        Simplified & non-inlined setUnoShape().

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [c5bb73cae7c172ad0f02f8c67dd57b53337f1d78]

        Get the whole thing to build after the method sig change in SdrObject.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [90413af046d22d1ea7376da4856846744049d613]

        More implicit inline methods to non-inline.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [960b61a1bce06f3a3bb59caa5e5757732cc1b9e8]

        XubString to rtl::OUString.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [5f47d3323987ab68f64b2e3a45449820391f09ba]

        More implicit inline method to hide.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [5d24ffdcbeeed0bcc51ecff3b18bfa5ba07d6c1c]

        Container to ptr_vector.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [af2cf56599fd23485bf570f44f65399fad681eba]

        One less method that nobody uses.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [d44bbfc5d00128d005ed896e4a4227276093e221]

        No implicit inlining in the header file.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [971417fc32d7eeebf45e7cd354edddf91fc6de7d]

        Make these data members private.

2012-01-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [2288981aab04a3ed2f4f2745ed455c256ccfa2cd]

        Use bool & prefer rtl::OUString.

2012-02-01  Eike Rathke  <erack@redhat.com>  [4bee7187cd8df7b6e8f71b4c45ef6af7af837f2c]

        corrections to Komi languages patch
        
        * Changed LCID 0x0A69 to 0x066A to comply with the user-assigned space.
        * Added RU country for mapping to locales' ISO codes.
          * All locales should consist of language and country, except those where the
            language is not mappable to any country.

2012-02-01  Harri Pitkänen  <hatapitk@iki.fi>  [38b94d743eceb7bcc69acbed0207a51f780dbd4c]

        Support Komi-Zyrian and Komi-Permyak as text language for spell checking

2012-01-31  Rene Engelhard  <rene@debian.org>  [8d2ec1da0449271888d8912306ad8e8a9220c5a2]

        fix -Os comment in oox/Library_oox.mk

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [a20a1d8e0c6f0710a475ff1fef0b325a62f8237a]

        maUIOptions is a Sequence not a string

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [970ccf4f69080e827008b5da8d8640c202b42306]

        drop unnecessary includes

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [c94c9dbdcfc8435f0df61fd326dc25d39d3c44cb]

        android: package missing libraries, and shell branding - we get a shell.

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [2762c6dcc1e4839b6e384238adb000024a4f0222]

        make dbaccess ByteString free

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [ea44fbc87fbfee2849efb7eb43010c4fb52f5218]

        useless aFontNr

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [5c0a389532ffd5e6ec82bb12178c7537b0481044]

        use a $(COM)-$(OS)-$(CPUNAME) pattern
        
        i.e. same pattern as sc/Library_vbaobj.mk and
        writerfilter/Library_resourcemodel.mk and document that its a compile time
        error which can be retested anytime with a new toolchain, not some weird scary
        runtime error so must never be touched.

2012-01-31  Olivier Hallot  <olivier.hallot@alta.org.br>  [634820b3a8604dd1ed868ddeffc2501f3a0f056f]

        Fix for fdo43460 Part LVIII getLength() to isEmpty()
        
        Part LVIII
        Modules
        vcl (part 2)

2012-01-31  Olivier Hallot  <olivier.hallot@alta.org.br>  [0a112c96fd8077a027dac88510915eb93903748b]

        Fix for fdo43460 Part LVII getLength() to isEmpty()
        
        Part LVII
        Modules
        vcl (part 1)

2012-01-31  Julien Nabet  <serval2412@yahoo.fr>  [4d83e7010870fb8d74b19c28f1c4cd3fa616f514]

        Fix "Possible inefficient checking for 'rChunkData' emptiness"

2012-01-31  Lionel Elie Mamane  <lionel@mamane.lu>  [5f34f5a8596335d8509fde8fd7ef1ab0418ec3be]

        ORowSetCache: keep m_nEndPos better up-to-date

2012-01-31  Julien Nabet  <serval2412@yahoo.fr>  [a3e9dedc68658bb62f7b58040f6fcaf4e03ed93e]

        Fix "Throwing a copy of the caught exception instead of rethrowing"

2012-01-31  Santiago Martinez  <smvarela@gmail.com>  [00445037550d07952ea428a4fcd0a3f205f75794]

        Remove unused code.

2012-01-31  Lionel Elie Mamane  <lionel@mamane.lu>  [f96a392d2ee541cbaac6517b1e4f75a49f9f49f2]

        fdo#45453: use integers rather than booleans
        
        for always-true and always-false tests.
        Some databases have poor or no support for booleans.

2012-01-31  Rene Engelhard  <rene@debian.org>  [95c826237d264457b77f3c6f782bc5665897c411]

        add missed ifeq to check for IA64...

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [b7dca5dd6635a8b21333d6bb2b6f88cf925b6d96]

        convert windows only code

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [6b6bbe539bf4c72773b280addc7150656f83713b]

        SWAPLONG->OSL_SWAPDWORD

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [19f53f40039a935fee48fdf1fb1f801f489fd478]

        SWAPLONG->OSL_SWAPDWORD

2012-01-31  Rene Engelhard  <rene@debian.org>  [bd530e28868f8573fdb85d45c80f07a66edb8d7b]

        build oox with explicit -Os on ia64 as it otherwise gets too big to link

2012-01-31  Rene Engelhard  <rene@debian.org>  [be4dc9f80c62435a42c6ed0967eee443abd6e3dd]

        add explicit empty SwTblBoxFormula destructor to fix armel build...

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [436e2f870144342aa6bcc28a3a5cea32680eaacf]

        android: undo broken AnyInput method causing app startup to fail.

2012-01-31  Eike Rathke  <erack@redhat.com>  [742b36ed8bd3880d4dcf6022fbc3165a213d80bb]

        clone token in ScFormulaResult copy-ctor instead of referring
        
        Replaces commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4
        
        Prevent excessive references to single token instance during fill.
        
        Because if not, we may run out of the 16-bit integer space to
        store reference count.

2012-01-31  Eike Rathke  <erack@redhat.com>  [78997434dd813e7a8d949e510a9de8bbf77b8025]

        Revert "Prevent excessive references to single token instance during fill."
        
        This reverts commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4.
        
        To be replaced with a different solution.

2012-01-31  François Tigeot  <ftigeot@wolfpond.org>  [c7aa517c79f12b6bfe97f2b0a3e27bc6532a172a]

        Regroup DragonFly and NetBSD configurations

2012-01-31  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f2e17f8f6b6724d7e56d6583d79434372f6221bd]

        erase garbage after std::remove
        
        this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [c2aab432b172e0d1974139e62f64e36aa3dbfb85]

        android: get BGR to RGB swap right in conversion

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [9634eec8e123c0860f2716039570dd91a9839943]

        android: debug / dump multi-touch events

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [755227bf6dd5d8061869e68f5c970780a5e3b53b]

        android: get non-modal message dialog up, and continue to main app execute

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [96445c9520a252fdb41c934cc77764c200c086af]

        android: try to get skeletal fonts into fontconfig setup

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [498fc0b198f81e4f2aa2e69f60b7877f6db3dd0c]

        android: package more components needed for writer

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [ff462c9f5e9b010b1740772dc696487f99375d34]

        gtk3: follow SAL_USE_VCLPLUGIN=gtk3 irrespective of 'experimental' mode.

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [7b30516245c4c067e2fca8136cb3919538760169]

        SWAPLONG->OSL_BIGENDIAN

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [edeb3af5d42475292fe890f1872bf3c456530033]

        adapt bmpmaker

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [94644aa76acd22ac4f9cdd5374c1e1262f382c03]

        make svtools ByteString free

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [6fca59d9c2d3ee3833da6a71d390a2a5b6b73299]

        Simplify code by making getProcessComponentContext() implicit.

2012-01-31  Jan Holesovsky  <kendy@suse.cz>  [03e17a141fbb4e1242de9d9979b5b699e6840454]

        Fix fdo#42543: Don't paint a frame around the list of edit boxes.
        
        This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c that
        reorders painting of windows when they overlap; and in this case, the frame
        image paints over the controls.
        
        The sideeffect is that the dialog looks nicer ;-)

2012-01-31  Andras Timar  <atimar@suse.com>  [797f19ffdaee125726d1db3d230f666093e4b5f8]

        use LibreOffice instead of OpenOffice.org in registry
        
        it may help to solve file association issues, especially when
        OpenOffice.org is/was also installed

2012-01-31  Andras Timar  <atimar@suse.com>  [3fedf4bc45b4c6c6e4a705049968b24f60e53df2]

        OpenOffice.org -> LibreOffice in comment

2012-01-31  Andras Timar  <atimar@suse.com>  [d6aaa45d471dfb9c79b7bd0839d4a61262208ab3]

        remove unused VendorName

2012-01-31  Andras Timar  <atimar@suse.com>  [eeaea2f994f2313f82d48bcc3c250141f5ec2956]

        replace OpenOffice.org name to LibreOffice

2012-01-31  Andras Timar  <atimar@suse.com>  [60d053af86dc69535facb375992639e550d8f97b]

        look for /Applications/LibreOffice.app on Mac

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [a322022d9a73c31eb26f0752b528e9e866ce6140]

        Move assertions before use

2012-01-31  Michael Meeks  <michael.meeks@suse.com>  [a7b44da99409a7a378fb0a6b19961ca30df8d852]

        gtk3: clobber the page / background color to white for now.

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [ca3e3e7e3198f492b2d4608ffc5420e657d99b00]

        Move unotools/configuration.hxx to comphelper
        
        ...so that other code in comphelper can use it.

2012-01-31  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9babbf346c4d6f76e8b3a243a00e73a173c16ba6]

        fdo#44836: Hide all the page breaks of the pages before the first visible one

2012-01-31  Andreas Schierl  <openoffice@schierla.de>  [84370b807279cd8336c3e77278bae42b904324b4]

        only call ClrContour for contour wrapped drawing objects

2012-01-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [377beefb047e90fdaabb63ca9feb0f8640ec1117]

        Uploading libcdr-0.0.1 that makes the converter actually do something

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [2b4ceff9384198352df8540df4835379ed8cc23c]

        filters_test needs more libraries now when it proceeds further

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [b8ea7cff48e4d10e51bec8f2d595323982d8f51b]

        Call lo_dlclose() on Android

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [2c11a8fed62ed6b3aefc2a00cc0ae9c40e9b4a94]

        Add lo_dlclose()

2012-01-31  Noel Grandin  <noel@peralex.com>  [5a71069339b3a3c118f3015d978799ef66db7564]

        convert SdCustomeShow from tools/list to vector

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [d1a84bdb8065c46d98908bc5caec4a995d4d196f]

        WaE: add virtual dtors

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [6e2e4c4c674ad2b6d1b3aa3759c7c838a0b16728]

        Log time taken by dlopen()

2012-01-31  Elton Chung  <elton@elton.tk>  [9c66fca6ceaa3ba4ad79264a56a992828a92f536]

        Remove unsed code

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [73a47ed3750bde3de1f8abcf0005ee068b1ed96e]

        Set TMPDIR for osl_getTempDirURL()

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [427edef2c780b40513af0491d5cbe865233d0650]

        putenv() does seem to be process-wide

2012-01-31  Tor Lillqvist  <tlillqvist@suse.com>  [299fa646833c1e00448a039f57510a76c6cbb250]

        No need to wait for debugger here on Android, this code does seem to work

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [4171501c49e345266e892e35e6c224deb1b34f55]

        Avoid trailing slashes in xsltproc schemaRoot param
        
        ...as some xslt procs are confused by paths containing // IIRC
        and that would explain a Win-x86@7-MinGW tinderbox failure.

2012-01-31  Andreas Schierl  <openoffice@schierla.de>  [b446a1fb30b5a7097824acfe6bbbb143f4284b03]

        ClrContourCache for SwAnchoredDrawObjects

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [4995bccb953dd398585f1f328fed10e9c170a029]

        callcatcher: update list

2012-01-31  Caolán McNamara  <caolanm@redhat.com>  [b8b1b1d68351765bbafe331a95909e47c661b664]

        ByteString->rtl::OString

2012-01-31  Christina Rossmanith  <ChrRossmanith@web.de>  [c1d04217e87e175017898f918cd77fe6529ec0da]

        Removed unused ImplSalLogFontToFontA()

2012-01-31  Radek Doulik  <rodo@novell.com>  [bfc9d72d70092a6d59c1df65308f04e8bc80f80b]

        fix rendering of metafiles embedded in emf+ (updated)

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [965f3ae45ad605baf4d25d3cc8aaa9be85886b97]

        Clean up

2012-01-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [165a5bea14f538ea249ec1567d6c4aa08d5bb174]

        Fix build of postgresql module with mozilla ldap on WNTMSC

2012-01-31  François Tigeot  <ftigeot@wolfpond.org>  [4178a9bc423912687c8cefd327e35bffccb53a97]

        Remove unused endianess defines

2012-01-31  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0a9d8c07ddf054930e1b000cc3c972a3d217d71c]

        ':' is not allowed in sheet names as well

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [3af05d9da637c232a28ac7c5aa396c95118eee3b]

        SWAPLONG -> OSL_SWAPDWORD

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [51b85a38b03781a93db33b7817d3c6cebcae11e7]

        Simplification

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [23e8cfdb903f515bbd80be83c670e3ff2334f61d]

        SWAPLONG -> OSL_SWAPDWORD

2012-01-31  Stephan Bergmann  <sbergman@redhat.com>  [2525c93e08f9b6256c298171a792add6b7fa0c29]

        Move definition of static data member to .cxx

2012-01-31  David Tardon  <dtardon@redhat.com>  [bfd9753b92c225d7cc2b2d3172b26eb53a8e9228]

        add vcl log area

2012-01-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [27bd5ff1fd49ea8b98da18b2544793251103d8cf]

        keep the module name consistent in build.lst

2012-01-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [9f18cc75a2ed2a9316966f863ff9a8b157179474]

        keep the module name consistent in build.lst

2012-01-30  Miklos Vajna  <vmiklos@frugalware.org>  [d1f3018b0e6d0889febcf09a6c95a2ec354137c0]

        fdo#43965 more \page vs \pagebb fixes
        
        The previous commit even reset \pagebb at the end of the paragraph,
        which is not what the spec says.

2012-01-30  Stephan Bergmann  <sbergman@redhat.com>  [5f40691909235903a2683e4c3b26f3bddc4e0cd1]

        MaxTextLength apparently needs to take comma in "1,000" into account.
        
        Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999.

2012-01-30  Thomas Arnhold  <thomas@arnhold.org>  [0e93d1e91f2b6994e509e16de6989afb8fdf3207]

        Revert "vcl: BestVisuals strip"
        
        This reverts commit 9c1a107696d032ec4e5e5ac0526c643d3a666c06.
        
        this is work is progress, not public...

2012-01-30  Thomas Arnhold  <thomas@arnhold.org>  [e11cfa9225b05415e12cf3b3cecc05103e62398a]

        Revert "vcl: stuff"
        
        This reverts commit 3b90a3f1eaf9b98e52917d97b6991762d498c10d.

2012-01-30  Thomas Arnhold  <thomas@arnhold.org>  [ae501cc73fe11c0f7b85b9f8be2bfb0d6fbe487f]

        W40ONLY is never defined

2012-01-30  Thomas Arnhold  <thomas@arnhold.org>  [3b90a3f1eaf9b98e52917d97b6991762d498c10d]

        vcl: stuff

2012-01-30  Thomas Arnhold  <thomas@arnhold.org>  [9c1a107696d032ec4e5e5ac0526c643d3a666c06]

        vcl: BestVisuals strip

2012-01-30  Matteo Casalin  <matteo.casalin@poste.it>  [648f6ac7c51656a21cd2df29eec21f9610b4657f]

        Do not forward declare Splitter or include its header file if unneeded

2012-01-30  Julien Nabet  <serval2412@yahoo.fr>  [17dcc215e0501dfb0821c0ee42ab5ae5699caae2]

        Don't need a break after a throw

2012-01-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2b11f4fd79dce4116badb0ecf6477546ca5d0d4]

        Prevent excessive references to single token instance during fill.
        
        Because if not, we may run out of the 16-bit integer space to store
        reference count.

2012-01-30  Julien Nabet  <serval2412@yahoo.fr>  [400f715ad7ebecb9c657fed4ade40bd5135efde2]

        Don't repeat a return !

2012-01-30  Miklos Vajna  <vmiklos@frugalware.org>  [2aa3d43a3746c797391afb1a08c024d512976006]

        fdo#43965 fix RTF import of page break symbol
        
        This was unnoticed so far as both Writer and Word output \pagebb instead
        of \page when exporting page breaks.

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [2b7083aef8b9508ca93c55c62448ce044ae1fc95]

        WaE: more multi_array warnings

2012-01-30  Julien Nabet  <serval2412@yahoo.fr>  [10bfc4df5335c6cd2ae700df7485668d896998b5]

        Replace literal control characters (thank you Eike !)

2012-01-30  Julien Nabet  <serval2412@yahoo.fr>  [9b6cb7319e46a2da6f5d3e3f748f103cb508f698]

        Just some simplification

2012-01-30  Petr Mladek  <pmladek@suse.cz>  [5be59017ca21301e70eca987e8323c92215f0ed4]

        Make named ranges dialog more consistent, localizable (III)
        
        There was still not enough space for German traslation

2012-01-30  Luboš Luňák  <l.lunak@suse.cz>  [b5a73d4b2b283d3d1a57ac0f66b608998960a873]

        query remaining stream size after seeking, not before (fdo#45255)

2012-01-30  Julien Nabet  <serval2412@yahoo.fr>  [6c779863bbd25499f4c7dff7d201403ebef898be]

        Fix "Found duplicate branches for if and else"

2012-01-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [1f2bf6d863a25475f27e2b0d37f8c36aec74d6d4]

        Removed debug statement.

2012-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [6073c31fe8c500066bb033cdb646e9d1cca9b94a]

        Replaced String by rtl::OUString in SbiScanner

2012-01-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [458d56d9b35f2ecb2eea2589737079390b10ee26]

        fdo#35669: more robust references merging

2012-01-30  Michael Meeks  <michael.meeks@suse.com>  [7c6cc25249f708805c4073399b09a17ec7ac32f7]

        android: add start of keycode mapping

2012-01-30  Stephan Bergmann  <sbergman@redhat.com>  [2b7cfe121426f72651499aca73f61cf2f274a0a2]

        Adapt gb_Module_DEBUGRUNCOMMAND to --disable-linkoo.

2012-01-30  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [58ee2fad1ecb326f46795249b42fb23be3f8403e]

        Option to set tab prefix for new worksheets

2012-01-30  Michael Meeks  <michael.meeks@suse.com>  [4f989ddb0dc644c46dee97f4656a03fd24813d00]

        android: ask for RGBA visual, and flip images the right way up.

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [02bc9871e4b79db229ca7ec6b77526f19966758e]

        allow unaligned memory accesses only on x86/x86_64

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [2f6ffa789b2fbd33f7fe1eac0512f6699ed1087f]

        tweak gtk print stuff to build against an archaic gtk2

2012-01-30  Miklos Vajna  <vmiklos@frugalware.org>  [f7aac5d4a5f7da91aae2eef906140df4a522e07f]

        sal: add sw.rtf log area

2012-01-30  Noel Grandin  <noel@peralex.com>  [61451fec9b4ece2d2ef9d1d337dfc9e78c422d93]

        fdo#44981 - remove obsolete SWAPLONG macros

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [bbc94edb9a91b27910d43610db9994df10dd99e1]

        refactor ConvertLineEnd

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [47e1e8494dde85414d28efafa99b33a62b59116d]

        make svl ByteString free

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [a108260d0f0576f275495921ad36b957e789eadf]

        CreateResMgr just takes a const char*

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [ea6900d405c6022f90b4d30631db75c76dd1e90e]

        ByteString->rtl::OString

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [ecb2ce035a25ffd8a536f025aac99e359eeac910]

        unused test string

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [7ff0a5b0e47923e7f010db5b6998c0df4b73894e]

        callcatcher: remove unused NextChannel

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [e216078272373b2d7a96929437b5e5986b4ec185]

        reduce unnecessary includes

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [5d138c0de15ee9bd3fe7d35a194935073813092b]

        update unused list

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [aa398496d84667f98cf4c07d9852a94584a5b3c9]

        aInputStr never used, *perhaps* it should have been, but 10+ years this way

2012-01-30  Caolán McNamara  <caolanm@redhat.com>  [89dc8369186227f25b6543ad3acdae67dc2da068]

        ByteString->rtl::OString

2012-01-30  Luboš Luňák  <l.lunak@suse.cz>  [74ded8e619cac076e8fbf4ea547d61e055e7e3ce]

        add log areas

2012-01-30  Luboš Luňák  <l.lunak@suse.cz>  [0843da18a6da6f01c6ad8d141a741c92e857d66e]

        fprintf -> SAL_INFO

2012-01-30  Luboš Luňák  <l.lunak@suse.cz>  [6b2e9ebf77879a8df330310f9b67f11322e8bc3e]

        fprintf -> SAL_INFO

2012-01-30  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a1275f841a1ca601cadd2e6ec130af0703a328e5]

        use SAL_CALL - fix bulid in msvc

2012-01-30  Stephan Bergmann  <sbergman@redhat.com>  [e8bb827571f540ac4af2247cb11239bb96876669]

        Fixed cppheader.xsl nillable treatment.
        
        * cppheader.xsl had initially been written under the false assumption that a
        missing oor:nillable attribute defaults to "false" instead of "true".  That has
        been fixed.
        * As a result, many places that use the new simplified officecfg/*.hxx headers
        broke as they did not expect value types to be wrapped boost::optional.  To keep
        the code simple, I decided to change all occurrences in
        officecfg/registry/schema/ of properties that specify a default <value> and do
        not explicitly specify oor:nillable="true" to oor:nillable="false".  Strictly
        speaking, this is an incompatible change, but in many cases it should be what
        was intended, anyway.
        * Some places that use the new simplified officecfg/*.hxx headers still had to
        be adapted to boost::optional wrapping.
        * This showed that unotools/configuration.hxx did not yet work for those wrapped
        properties and needed fixing, too.

2012-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc6953f932ffbddd5168f039e58075789b91b98b]

        Initial support for quadratic beziers

2012-01-30  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [e70541dc4627d63f294837f3eefc1cc25398b703]

        Updated error message for Invalid sheet name

2012-01-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [0b6486772c52d7112e76555fca6525ad2eec2bae]

        Make named range dialog more consistent, localizable (II)

2012-01-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [93236fcdf26838ad48e88402020c11de47ce91af]

        remove '#define UNOOUSTRING ::rtl::OUString'

2012-01-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9cde190a46af066a2d64caf47a50326b26a8f4fc]

        remove '#define OUSTRING ::rtl::OUString'

2012-01-30  Tor Lillqvist  <tml@iki.fi>  [5a388e5c2edb99c192e58d95f70341ec1de08f38]

        For iOS, skip stuff not built

2012-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f4060a56bf8f82367d1a18482f0e2c4c90ea9a1c]

        clean-up sc's knownissues.xcl

2012-01-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8cab24997ac0cca4d3bde972397ad6550bf07859]

        add test case for XReplaceable

2012-01-29  François Tigeot  <ftigeot@wolfpond.org>  [f621ba670e4936c04be57d356524ee72abab99c6]

        _POSIX_THREAD_SYSCALL_SOFT serves no purpose

2012-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [ab2fb9c4f95f13a1579e0ac199a109d082fbe945]

        remove erroneously committed debug code

2012-01-29  Tor Lillqvist  <tml@iki.fi>  [1518468ae06cd8e0d0f0afb79376d9cd7783fed6]

        WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'

2012-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [19ef5bcc8d9dbcf965f79495e1afd86ac0f22c31]

        use proper sizes for SQL(Get|Set)StmtAttr
        
        Fixes fdo#34432 (driver smashes our stack)
        
        Continuation of
        commit 9a466d9718cceeb4ace9e3352a173c7b62387eee
        Author: Lionel Elie Mamane <lionel@mamane.lu>
        Date:   Tue Nov 29 17:49:36 2011 +0100
        
            ODBC: use right integer length to get Statement Options

2012-01-29  Lionel Elie Mamane  <lionel@mamane.lu>  [63b6b1d6120d82c4baf5cb679d75dcc5427dbbc3]

        make OTools::getValue insanely safe, factorise get{Int,Long,Byte,...}

2012-01-29  David Tardon  <dtardon@redhat.com>  [5d4f2cf9a449535e5365613ae50a1c3cca030eb0]

        add add_deliverable call

2012-01-29  David Tardon  <dtardon@redhat.com>  [7b2331fef6518817934c2582a9ffa0bf55057a0f]

        simplify UnoApiTarget's targets

2012-01-29  David Tardon  <dtardon@redhat.com>  [1deb3f671107b59cb0d5f10f62c6adfa9757c268]

        split rdb generation out of UnoApiTarget

2012-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [bec18a80f59085c034e5adb1bb61d8365c1406c3]

        Revert "gbuildify apple_remote" need to have soenv2 merged before
        
        This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873.
        This will be pused again _after_ feature/soenv2 is merged

2012-01-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d75a28274b2fb299c5a2ff5b017984054cac873]

        gbuildify apple_remote

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [da15496978332189d3eb002b1c49e4b7fb6b2848]

        Remove VisualClassName

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [c3ac689d50d5fe3c01ddf304506d6b4711062bea]

        simplify PSEUDOCOLOR12

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [10e3da7bf2125091ab69efa2b8f72dc1232052f0]

        sal_TrueCOLOR is never defined

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [047696ea1072ff5fd31e3950da59a9c1804694ea]

        SAL_XT is never used

2012-01-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ff2c26f586c87452a23f307f4b63568e5276538c]

        bUILocked is always false

2012-01-28  Julien Nabet  <serval2412@yahoo.fr>  [763b3e1e598ae0ebe29c9168f5dc2a73f910ce38]

        Fix duplicateExpression style Same expression on both sides of '&&

2012-01-29  Takeshi Abe  <tabe@fixedpoint.jp>  [9fedf7bcfa4cb3e0064e68b96b12c7f4a43f17a6]

        Removed unused define and extern

2012-01-29  Takeshi Abe  <tabe@fixedpoint.jp>  [b6ca3a8287ac10c6877d5e7dd43622dbd138cde5]

        Use defined macro instead of magic number
        
        This also added a missing READONLY entry

2012-01-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [7f585002c460a095693eeec4453b869b3915118b]

        Fix for fdo43460 Part LVI getLength() to isEmpty()
        
        Part LVI
        Modules
        vbahelper

2012-01-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [7c4807bfc066772acf162546468afff6cd81a0d1]

        Fix for fdo43460 Part LV getLength() to isEmpty()
        
        Part LV
        Modules
        xmlsecurity

2012-01-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [9d4e1a5dadede021922abcb00d346fe496240ab4]

        Fix for fdo43460 Part LIV getLength() to isEmpty()
        
        Part LIV
        Modules
        xmlscript

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [57dacf1328e4cff53c108f627b3be2b3329f0e90]

        remove traces of b2dhompoint

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [7205e0c3ee52a2e5259c8f4e53bba85ee6db6bb6]

        ios: fix mis-merge

2012-01-28  Alexander Bergmann  <myaddons@gmx.de>  [aedea4de6cc93d1dc36e06e08b0bdf18b6700e1b]

        unusedcode.easy: Removed unused code (basegfx::B2DHomPoint)

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [f356508623a258dd16037f86da6183b5875064c0]

        mbHelpBtn is always false

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [632e2826d02dce2977044815ee604485b29775c1]

        mbSound is always true

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [3c5dbb2f5405b495ec5fe257df839e955cccf622]

        remove some dead code

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [0c0fbef7cc218ef5c02b986e42c2df63ce17c579]

        vcl: Remove unused GetSymbolKeyName

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [a9e2f766ccc7761f9aad3dbff7d11e58b7ed906d]

        vcl: SalWM is unused

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [65f77f5a74f5b96131aaac414fbff4a9ef757578]

        vcl: Remove unused server vendors
        
        GetServerVendor() is only used to check for vendor_sun. Maybe
        remove this method later...

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [8f2a08b9576a50b2046306132cb8cddcf876d0a4]

        GtkSalGraphics: No extra handling for Blueprint theme

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [9a7605b8f08dfcfbc99bc0c635014eac8e41e932]

        Remove further code belonging to SalDisplay::GetKeyboardName

2012-01-28  Thomas Arnhold  <thomas@arnhold.org>  [04b9c2f633f0be1b676933943bdd0b1dc58b5471]

        Remove SalDisplay::GetKeyboardName
        
        This method seems to be useless. The return value (keyboard name) isn't
        used at any point. And I don't see any point in this method where some
        implicit call is done to refresh mappings...

2012-01-28  Santiago Martinez  <smvarela@gmail.com>  [2b507836fc88f294ef55652174b66dc706125599]

        Remove unused code as listed in unusedcode.easy

2012-01-28  Alexander Bergmann  <myaddons@gmx.de>  [6e4b79042bbb6695eb88ee5d4a8f661932778a50]

        Actually apply substance of previous unused code removal

2012-01-28  Michael Meeks  <michael.meeks@suse.com>  [a6e06bdbd3d22ce995c2bc8e4d2dd82a3854f1c4]

        android: add debug hooks through app.cxx, comment chunks and add a dialog
        
        without the dialog, the main window never appears to get shown.

2012-01-28  Michael Meeks  <michael.meeks@suse.com>  [f231418c5ba9bed32a4058ba0a9cdcfb16bb2ee4]

        android: unwind horrific event dispatching bug causing all the grief.

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [2ea8bbe1d381a8f12b163c0e2a17cf758a420a44]

        svtools: LineListBox: fix handling of "none" style
        
        This was erroneously mapped to SOLID, thus effectively preventing the
        removal of borders via the list box.

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [97400944bf9d68481a15e667812e24d47c8134fe]

        SvxBorderTabPage: the minimal border width is 1 twip

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [b61abf6b1374d2de98f0936b4c1e2cc32294922a]

        SvxColumnItem: fix buggy STL conversion:
        
        In the copy ctor, the vector must not be initialized with the constructor
        that takes an integer, because that causes it to have that many
        elements, which together with the loop that copies all source elements
        leads to a vector with twice as many elements.
        This causes a crash in writer when dragging the row separator line in a
        table, because that code doesn't expect the item to have more elements
        than the table has rows.
        (regression from d319387526870f34c49b3ef337b1b0d55767f3fe)

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [4512de034a0eabc2e66fd9516581bba94aa20a08]

        SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTS

2012-01-27  Alexander Bergmann  <myaddons@gmx.de>  [b8f24c52c4d3c4ed562fe6c7ae8fa17218a66c1e]

        unusedcode.easy: Removed unused code (basegfx::B3DPolygon, basegfx::B3DPolyPolygon)

2012-01-27  Alexander Bergmann  <myaddons@gmx.de>  [6cbf9907898026913ea49abfe6399ba3efa4bb58]

        unusedcode.easy: Removed unused code (basegfx::B2IVector)

2012-01-27  Alexander Bergmann  <myaddons@gmx.de>  [ec139b751ce85392327cb3eb3a495c27fa5546cd]

        unusedcode.easy: Removed unused code (basegfx::B2ITuple)

2012-01-27  Olivier Hallot  <olivier.hallot@alta.org.br>  [260054594c91af05f2825d512801200797d10075]

        Fix for fdo43460 Part LIII getLength() to isEmpty()
        
        Part LIII
        Modules
        xmloff (part 6)

2012-01-27  Olivier Hallot  <olivier.hallot@alta.org.br>  [983de9808159036bd5de008d895ba6e5566c99f6]

        Fix for fdo43460 Part LII getLength() to isEmpty()
        
        Part LII
        Modules
        xmloff (part 5)

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [87842e4aa43ed66edfc400053ffac751f2e56bf7]

        Skip Executable_soffice.bin for non-desktop OSes, hmm

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [659894f19a7e926415393958cb8b880dc20edfed]

        Thanks to sal/main.h need to compile main.c as Objective-C for iOS

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [a261b5e664a7cf88ac2f3fe21e2bfd0c292ee431]

        Skip Library_vbaswobj for iOS

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [ed639fbb39007684c7d47d379871f2367ec18416]

        No thanks for non-desktop OSes

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [a925b72db35cd55a20c76e1207c2749c2281cad4]

        Do deliver headers also for iOS even if we don't build the libs

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [5cf4a008eff7e3acfa49838e81b45884d97b2733]

        For iOS, filter out the sb and vbahelper libs that we don't build

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [98ed7409fc1f97a92365b8d78050caa9ea0cb118]

        Deliver the static libneon built for iOS
        
        Actually libneon probably can't be used in an app distributed through
        the App Store thanks to its LGPL licensing, so eventually we either
        need a replacement, like AOO, or need to bypass code that uses neon
        for iOS. But for now let's keep building it...

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [fa580e345c7deaf22a4552502182088fc9a9bbbb]

        WaE: Unused parameter

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [bcc6126098013832c35f6ba8487028051ba5a2d6]

        Deliver the static libunotest.a built for iOS

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [d088fd397f7c61a517255fac1fc470b28e4e5798]

        Fix bit-rot in the iOS "code"

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [adb9a3e60ede9105187e9dee73446d3d44b529ec]

        CppunitTests go in gb_Module_add_check_targets

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [8f819c743b8a275939a7efff4edcb4670a4ebd05]

        Bypass libwp? for iOS

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [06eba7d7515aeb7cf78fd6dff021f6b16d9ec5a9]

        One more

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [81cf9f5099ca159d703ecc9ed8882bd3d3d1b1e6]

        Bypass building BASIC and scripting related modules for iOS
        
        Any LO-based app distributed through the App Store can't have
        scripting or extendability anyway.
        
        Sure, this will break the build elsewhere because of missing headers.
        No big deal, I will take care of that eventually. It isn't as if there
        would anybody else building for iOS anyway, as far as I know. If there
        is, please make yourself heard.

2012-01-27  Tor Lillqvist  <tml@iki.fi>  [4178cb981a373354c0fce853b6f15a71d93a89ae]

        Add the "all" cppunittesters for iOS
        
        Not that I recall exactly what that each one of these unit tests do
        any more, and how interesting they are. But they need to be mentioned
        here.

2012-01-27  Andras Timar  <atimar@suse.com>  [764674700d35d86890e3538039209f0397015096]

        use the correct application icon of Writer/Web under Windows

2012-01-27  Tor Lillqvist  <tlillqvist@suse.com>  [513e187c431ef1b7e0e2504263c12cc9083252d3]

        Drop accidental #include

2012-01-27  Tor Lillqvist  <tlillqvist@suse.com>  [f0e5ca4d0be13e8494ad2de4c97a192537388ec5]

        We don't use Library_vclplug_svp on Android any more

2012-01-27  Tor Lillqvist  <tlillqvist@suse.com>  [0a1fb4b618ad56fe11071a60105dbf70cc38892e]

        Tweak the st_mode returned by lo_apk_lstat() to match reality better

2012-01-27  Michael Meeks  <michael.meeks@suse.com>  [9220f05f73d428a0d5415a45f786040c9ef9f74e]

        android: try blitting a big texture to the screen instead; fails.

2012-01-27  Thorsten Behrens  <tbehrens@suse.com>  [0fddffe36d9dee810d8acf97d62f79b8cf2fb8ac]

        Copy of index.html, with Google custom search.
        
        This is the file as seen on api.libreoffice.org.

2012-01-27  Luboš Luňák  <l.lunak@suse.cz>  [e1cbc6fee6c8972e97e8ad4fac69ffded48eb3d7]

        add a file to list of known SAL_INFO areas

2012-01-27  Luboš Luňák  <l.lunak@suse.cz>  [1b6d27d0ddef0190817f9bbdd6088e509457db72]

        sal log area ".doc" -> "sw.ww8", to be consistent with the style

2012-01-27  Michael Meeks  <michael.meeks@suse.com>  [ab95c0753cc3693571e125742593d54185d39699]

        android: un-successful attempt to use eglLockSurfaceKHR
        
        is this method even implemented for android, seems to be a no-op.

2012-01-27  Eike Rathke  <erack@redhat.com>  [91e9cdd32943de6d3075a26e468bba11fa60bdee]

        added [br-FR] date acceptance pattern "D/M"

2012-01-27  Eike Rathke  <erack@redhat.com>  [e6870cf32d7e95aca07f260b9cc9965da3299cce]

        added [et-EE] date acceptance patterns "D.M", "D.M." and with spaces

2012-01-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [86ec0c8201d89d472cd8b826c5265eccab62b96e]

        Unit test for updating formula cells that references into the pivot table.

2012-01-27  Michael Meeks  <michael.meeks@suse.com>  [7acf7c1fd5cddb5aa6210e178bfab924570667c7]

        android: add EGL and pixel redrawing modes + start of 565 conversion

2012-01-27  Michael Meeks  <michael.meeks@suse.com>  [51741668593d23a1b35beb6971e92ba648974f31]

        android: attach as daemon with given JNI version, and don't exit.

2012-01-27  Michael Meeks  <michael.meeks@suse.com>  [76bdcb53a57234cbd2d05acc557935e8175c7884]

        android: push the redraw-needed command into the app thread & wait

2012-01-27  Stephan Bergmann  <sbergman@redhat.com>  [452d86c9cbfb6b4b7e86426931a0d982dd8bb180]

        Replace SvtUndoOptions with (simplified) direct configuration access.
        
        Also, code in sw can be simplified under the premise that always
        /org.openoffice.Office.Common/Undo/Steps > 0.

2012-01-27  Stephan Bergmann  <sbergman@redhat.com>  [db59e4481614f58e111a86a1926e49fb523ebbae]

        Do not move nCurUndoAction < 0.
        
        (Could easily happen when max undo steps is set to 1.)

2012-01-27  Tor Lillqvist  <tlillqvist@suse.com>  [4603028bc4e2cdacd32da073a82a42ba1fc549a8]

        CppunitTest_sal_osl_file fails on Windows

2012-01-27  Tor Lillqvist  <tlillqvist@suse.com>  [a6ed487d9703a052f335141d3d44a022d08e84ab]

        Decrease verbiage a little bit

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [68eabebbf7e3f41310fa198fcf5d565fa03c9f6f]

        update unused list

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [8145136690674689610da84b47b96e81dd9438f0]

        SvGlobalName::GetctorName is now redundant

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [595b7345012ddfb2e04f70f4d03c0bd6cbd62862]

        drop unnecessary include

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [7045e4e15c9a41864c92899f6a58f68e13a24930]

        ByteString->rtl::OString

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [5a0fd87d15ad0da5035337a8a1b90c4e32f855dd]

        remove WriteSrc, WriteCxx and WriteHxx
        
        I can't see that WriteSrc, WriteCxx WriteHxx are anything other than unused
        archaic remnants of the past.

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [9cd7d08b4a0c9ab81c2ce9872ff78baa5a065c7f]

        SvDispatch class doesn't exist anymore

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [58d4275efae7fc0f3e97c02d79b67cf688052e81]

        make idl ByteString free

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [04a32c98be8b890689699068a6147d836d3b2689]

        use assert to demo equivalence

2012-01-27  Caolán McNamara  <caolanm@redhat.com>  [f75694e5b13236248171885633b0a3612940e04a]

        ByteString->rtl::OString

2012-01-27  Kohei Yoshida  <kohei.yoshida@suse.com>  [41e92ab2b7a8fcb7f5738f656bdac47bc0847f29]

        fdo#44143: Keep cells with broadcasters alive during deletion.
        
        Or else it would partially break formula reference chain.

2012-01-27  Eike Rathke  <erack@redhat.com>  [ded70d46dceae53fed54888172a135cb2adc80de]

        Revert "fdo#44143: Keep cells with broadcasters alive during deletion."
        
        This reverts commit af70bc00c6714eb8695babdf5af07416552f7034.
        
        To be replaced by a better solution.

2012-01-27  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e9ec6d58b58739ce43ff563fd78c2326e11d1741]

        Revert "Removed list and numbering paragraph styles and related option page"
        
        This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb,
        6a15a2898b7f822ddfba23553dd127e25af15fff and
        21352f88caba9dee73d5a87c8e3724d17ac6b428.
        
        This change is not mature enought: needs more work

2012-01-27  Thomas Arnhold  <thomas@arnhold.org>  [2233aa52da14ec85331aee1163b885fe9a9fb507]

        keysymnames: get rid of some insanity
        
        getKeysymReplacementName() returned a translated keyname, now
        XKeysymToString() is called directly. This change had no negative
        effect to me. I tried it with a fixed string as return value for
        getKeysymReplacementName() on a german interface. INSRT is still
        translated to EINFG as this is done by po files.

2012-01-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3c1af57010033c40bfda0711cce7b83e2afdf51]

        Pick additional cleanups from -3-5-0 branch.
        
        This cherry-picks the extra cleanups from the UNO type publishing
        revert.

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [e549f52f16c4a519ed3eddb9c66c19bacc247590]

        fdo#38542: SvxBorderLine::GuessLinesWidths:
        
        Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older
        OOo/LO apparently could write) fails, because GuessLinesWidths can't find
        a matching style (result: standard "double" border, 3 equal width parts).
        Try to create a custom BorderWidthImpl of type DOUBLE instead, that
        preserves the individual widths.

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [7add8abf8e88dcae0591e21f525f3f2fa4baee56]

        fdo#38542: sw: ODF import: prevent border width overriding:
        
        If there is a width in fo:border{,-left,-right,-top,-bottom}, then
        it should not override the values from
        style:border-line-width{,-left,-right,-top,-bottom}, which are more
        specific in case of "double" borders.

2012-01-27  Michael Stahl  <mstahl@redhat.com>  [e2ffb71305c5f085eec6d396651c76d6daee3406]

        fdo#38542: sw: ODF import: divide width by 3 for "double" borders
        
        The problem is that the width from the fo:border{,-left,-right,-top,-bottom}
        attributes is effectively tripled for "double" borders.

2012-01-27  Lionel Elie Mamane  <lionel@mamane.lu>  [d9ebbe3e5f0beb31364df524b9136958012558cf]

        Disable Adabas UI *installation*, too

2012-01-27  Lionel Elie Mamane  <lionel@mamane.lu>  [b86c6ac65c9fae4da5fc8faf1ed194007de37afc]

        Disable Adabas UI, too

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [16d803021f4bb1708eeec0ab97e875eb37e2e0e3]

        WaE: possibly uninitialized

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [098d2591238317ee234b45e2f6d694a964f0be57]

        useless unused aPStr object

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [6d4b5da90f383f3a587d1675808a55798ad05178]

        AppendParserString never defined

2012-01-26  Thorsten Behrens  <tbehrens@suse.com>  [00de339c15a048c874bc856e321973df0ea238de]

        Fixup over-ambitious previous revert.
        
        There were actually some useful bits hidden in that mass-publishing
        of uno api.

2012-01-26  Olivier Hallot  <olivier.hallot@alta.org.br>  [596469d4183ff451833348cb4454ad0d02e0138f]

        Fix for fdo43460 Part LI getLength() to isEmpty()
        
        Part LI
        Modules
        xmloff (part 4)

2012-01-26  Olivier Hallot  <olivier.hallot@alta.org.br>  [dfa8287f8bbb6c523266237ff67eb4b3d07b5c8b]

        Fix for fdo43460 Part XLIX getLength() to isEmpty()
        
        Part XLIX
        Modules
        xmloff (part 3)

2012-01-26  Thorsten Behrens  <tbehrens@suse.com>  [78cca63070ae6cf82b45ec3bc75fafa2db31a7f2]

        Revert publishing of lots of UNO types.
        
        See issue i#117329
        
        This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c.
        This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5.
        This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78.
        This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a.
        This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f.
        This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8.
        
        Conflicts:
        	offapi/com/sun/star/drawing/XSlidePreviewCache.idl
        	offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
        	offapi/com/sun/star/rendering/FontInfo.idl
        	offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XColorSpace.idl
        	offapi/com/sun/star/report/XFixedLine.idl
        	offapi/com/sun/star/report/XFixedText.idl
        	offapi/com/sun/star/report/XFormattedField.idl
        	offapi/com/sun/star/report/XFunctionsSupplier.idl
        	offapi/com/sun/star/report/XImageControl.idl
        	offapi/com/sun/star/report/XReportControlFormat.idl
        	offapi/com/sun/star/report/XReportDefinition.idl
        	offapi/com/sun/star/xml/crypto/SEInitializer.idl

2012-01-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [af70bc00c6714eb8695babdf5af07416552f7034]

        fdo#44143: Keep cells with broadcasters alive during deletion.
        
        Or else it would partially break formula reference chain.

2012-01-26  Stephan Bergmann  <sbergman@redhat.com>  [d3e30409530a94470a3c19612663b26a9eafa683]

        Replace SvtCacheOptions with (simplified) direct configuration access.

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [d396ec82510f8a871d9d7310a4ce53180278fa37]

        Add APP_CMD_FOO symbolic printout

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [04fbc6be65cce5f91f753eabb1a74877a2e6ebf8]

        Use lo-bootstrap as the log tag

2012-01-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e2407767b39df00c4057a8174391ab70b97a39a5]

        remember that map has been initialized

2012-01-26  Alexander Bergmann  <myaddons@gmx.de>  [0439af27e1f37b19d4409f34f974d6ade49f99bf]

        Code cleanup: ( () ) replaced by (())

2012-01-26  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f1cb0a4ab4f11dc015be1696c7c7751802171915]

        Make named ranges dialog more consistent, localizable

2012-01-26  Miklos Vajna  <vmiklos@frugalware.org>  [439e5279c5d334f849a6ab7b51bad1bb12f13aae]

        solenv: handle error code from ./g
        
        This avoids "Cannot find the git binary! Is git installed and is in
        PATH?" strings in the about dialog when building from a tarball.

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [d044d38d32e86fae0184890e19de3dbcb2ab477d]

        Add reply to question in comment;)

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [612fc199c3884b48770740acf8b441f3506b47e1]

        Include the separate tag argument in the __android_log_print() calls
        
        It's the *third* argument that is the printf-style format string.

2012-01-26  Stephan Bergmann  <sbergman@redhat.com>  [252e599b22f08a8138b78e4215c33a86f5889fef]

        Replace SvtInetOptions with (simplified) direct configuration access.

2012-01-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5e51960dede5015b862df05b7b16f02884647889]

        fdo#35669: properly merge ref fields in master documents

2012-01-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5fd72b4dc0191610e4d7b9cc30c5ec5b345150cb]

        Revert "Page Breaks: IsLeaveWindow() is unreliable, we do not need it here."
        
        This reverts commit 60c968e9a2ef14aa289e677bd7f40d2c4724fd12. This
        introduced flickering page break button

2012-01-26  Michael Meeks  <michael.meeks@suse.com>  [0c2de3df0982b0c77987c640a9af38d310325a55]

        android: get at least something onto the screen

2012-01-26  Miklos Vajna  <vmiklos@frugalware.org>  [edf0a7e36754f485aa787769f3a82ac92f548f7f]

        README.cross: LibO-dev -> LOdev in the mingw section

2012-01-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0d9aa8cce792d69d5147a2230b61b1cbdc089206]

        Sort the catch-all detection at the end

2012-01-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1f65dc9ef52436bb34a6fd7ebc16c629fc9ac70c]

        Use the right define

2012-01-26  Eike Rathke  <erack@redhat.com>  [34315e7ec4062f9521cd19951b5f7f6ad9ce0d2e]

        resolved fdo#38595 border width lost in ODF import

2012-01-26  Eike Rathke  <erack@redhat.com>  [97c66b3b13528cc50f271217663718b3d6681bd9]

        cast from BorderLine to BorderLine2 is not valid
        
        Don't access a css::table::BorderLine struct as if it was
        a css::table::BorderLine2 struct, which it isn't. A proper implementation
        would need to pass BorderLine2 structs around for which it would need
        a css::table::TableBorder2 struct that holds BorderLine2 instead of
        BorderLine, and adapt various places for API compatibility to support both.
        For now use the default table::BorderLineStyle::SOLID to set the line style at
        ::editeng::SvxBorderLine

2012-01-26  Andras Timar  <atimar@suse.com>  [d2961f3fff10ea1254a082ad6d0a72bff740d66e]

        updated License document
        
        added libs and dictionaries which were new to LibreOffice 3.5

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [052fe1a7700e834d9363be6da88d3fea71e879c3]

        Call the JavaVM's AttachCurrentThread(), can't hurt...

2012-01-26  Tor Lillqvist  <tlillqvist@suse.com>  [85f0cd34dbfc0dcc81da5ac0a046812673b40bb6]

        Move the sleep earlier, and log it

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [12088021a0cebc2569b3e0f2e90e4f338d4d601b]

        ByteString->rtl::OString

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [5cc2997f0e9b20a5aa91b61dea6070189b0a584a]

        callcatcher: remove some unused code

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [0143300979ecf2d25deebf69c7c9d52217204fa8]

        convert vectors to OString

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [1f26095e9c4f72f7bd6e78416c409f68ceae3027]

        convert maps and sets to OString

2012-01-26  Caolán McNamara  <caolanm@redhat.com>  [901b6f587d566cc7d0a8177914f83f03cd82250b]

        ByteString->rtl::OString

2012-01-26  Michael Meeks  <michael.meeks@suse.com>  [7c4c1832ccd4830f903d7d647466f96aa6755711]

        android: move lo-bootstrap to osl/detail, Attach threads as created

2012-01-26  Stephan Bergmann  <sbergman@redhat.com>  [b7da8304477428c317e20e1df7e469077bd1d8a3]

        Better exception message.

2012-01-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a8afa224362619387cc87928d8a0392396eb8bb2]

        Revert "TEMP"
        
        Sorry, for this one, pushed by mistake :(
        
        This reverts commit 31c02baa10f7da947aa073f8af3f8e370acabd90.

2012-01-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [79299dcae534943f6107afc99542ddf028d20117]

        Fix crashes due to inexisting attribute

2012-01-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [31c02baa10f7da947aa073f8af3f8e370acabd90]

        TEMP

2012-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [925907767cc63c1e5d6414e215f671a0b9f8a28a]

        disable sd's regression test again

2012-01-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80eecd4677c5a1b61be1a34eea4bbecdc7e95e80]

        switch subsequenttest testdocs from sdc to ods, fdo#43376

2012-01-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [3dbb89e5a39e7811d2fc0c1fbad012c3d565396b]

        Fix for fdo43460 Part XLVIII getLength() to isEmpty()
        
        Part XLVIII
        Modules
        xmloff (part 2)

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [0f32f98564f8e0e66bc2d2ee5c55406930007044]

        android: add missing deployment component

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [0def387f351b7e67c2f45474105333c4cb4f55dc]

        android: add first cut of frame contents blitting, and error dialog

2012-01-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [4228c5542b57b43064bbefb3cc79c4eb51e059d6]

        Fix for fdo43460 Part XLVII getLength() to isEmpty()
        
        Part XLVII
        Modules
        xmloff (part 1)

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [32af4e15048e53b223294ad33ac428f992bfd0eb]

        android: missing header pieces

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [b3904a718bbf278034afb231df3473e7138b05ac]

        android: move event handling to members of SalInstance
        
        rename app -> mpApp and initial handling of frames, we will need
        a mini window-manager in here, most likely.

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [a6c5b24b0cb5fe42f4109a92a5a6bdc7eb03cfad]

        WaE: unwind possible undefined warnings

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e82bf0e5e6a1d5dcbe6b7ebbbe124912e8e8700]

        add test for ScTableSheetObj

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d60eea3831b3da45722e92839a3c1721d7605a4]

        adjust test name

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b0af6fd51c644827593f3d69c46dc8074dca0ee3]

        ScTableSheetObj::findAll does not return the correct range, fdo#43462

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [80502d846247c81f8d58b575d7e6db9d824f215f]

        add interface test for util::XSearchable

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [811cddef5347069bf90ddc569ba2acc9883347ba]

        disable all java based tests covered now by c++ based tests

2012-01-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b973485e63717e875347f0ad33c8137f4bc05c7]

        add XNamed interface test and add this test to ScDataPilotTableObj

2012-01-25  François Tigeot  <ftigeot@wolfpond.org>  [5f32a5558e8672ed56d5d393228aefacc632846c]

        NetBSD also needs the internal gethostbyname_r() implementation
        
        Reported by: Thomas Klausner <wiz@NetBSD.org>

2012-01-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [e5dea1e1a5ca307c6b3b6becfb6486d57efae181]

        New unit test for refreshing a pivot table without data cache.
        
        Also, FillOldParam() and GetMembers() removed since 1) they were not
        necessary and 2) it would create a data cache in the process.

2012-01-25  François Tigeot  <ftigeot@wolfpond.org>  [a79889083b25d69ae6b801ed8cee90b5dd9199c4]

        Ensure Env.Host.sh always return a zero exit code
        
        * On some NetBSD systems, the last unset command returns a
          non-zero exit code
        
        * This made the make(1) processes terminate immediately in
          source-env-and-recurse, breaking the build.
        
        Reported by: Thomas Klausner <wiz@NetBSD.org>

2012-01-26  Takeshi Abe  <tabe@fixedpoint.jp>  [bb51e8e72be424f0fd92350006c536a97fd4b210]

        Deleting a null pointer is safe

2012-01-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [85d34beec5f8196896487c96028b2dc2ce3cf6c8]

        New unit test for pivot table's date output handling.
        
        We rely on the cell type of those date value outputs when grouping
        by date or value range.

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [25f78344e8dea95cedb0b981f08865d676154e5b]

        Bin global_android_app and instead use lo-bootstrap API
        
        Instead of introducing a global variable, use the already existing
        saved android_app pointer in lo-bootstrap.c, and just add a function
        to retrieve it from there. Store it in the AndroidSalInstance.
        
        Reanme osl/detail/android.h back to android_native_app_glue.h, which
        is the name of that file in NDK/sources. "android.h" sounded to me too
        grand, as if it was some universal Android header. But if we do start
        to modify the android_native_app_glue stuff heavily, then it indeed
        makes sense to call it something else. Until then, revert also some
        whitespace changes to android_native_app_glue.c for it to be as close
        as possible to the "upstream" one in the NDK, for clarity.

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [c4e35496393c73e73a297e8c5398cb6f96a35e46]

        WaE: int and long confusion

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [182bd1d016c00ba207dec2dac754ef25add4cdf7]

        Let's skip scp2 for non-desktop OSes for now

2012-01-25  Stephan Bergmann  <sbergman@redhat.com>  [a2195b2dc301a6c2cfd0bf1a7ff74483bcc5998a]

        Replace SourceViewConfig with (simplified) direct configuration access.

2012-01-25  Stephan Bergmann  <sbergman@redhat.com>  [d70aa23c2d3af951c8846b4aea83c87c06a37a35]

        Add configuration wrappers for groups, too (to add listeners etc.).

2012-01-25  Stephan Bergmann  <sbergman@redhat.com>  [866df124ee89a9d7b1f2b7803892f02c1010a9be]

        typo

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [5c59f1e22aaf9e495e3c0d207660cc36d3c2ac82]

        android: more vcl pieces, wake/yield/loop bits and test pattern

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [f9c0e552355a0ae30ba75b427a3d8749ca8ebe9b]

        Bin global_android_app and instead use lo-bootstrap API
        
        Instead of introducing a global variable, use the already existing
        saved android_app pointer in lo-bootstrap.c, and just add a function
        to rettrieve that.
        
        Reanme osl/detail/android.h back to android_native_app_glue.h, which
        is the file from NDK/sources that it is. "android.h" sounded to me too
        grand, as if it was some universal Android header. But if we do start
        to modify the android_native_app_glue stuff heavily, then it indeed
        makes sense to call it something else. Until then, revert also some
        whitespace changes to android_native_app_glue.c for it to be as close
        as possible to the "upstream" one in the NDK, for clarity.

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [113dca13b1d0f957d69c25d6d9e84e821bd710aa]

        WaE: int and long confusion

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [51dccd65538da5776a8c3ae12d5dd1ef926dc00a]

        Let's skip scp2 for non-desktop OSes for now

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [52bb216897b90a7ae37c6ba8fde3fdd9ce94ede0]

        tweak the ifdefs to clarify the unused SbxDecimal methods

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [00856ee8107fa2d30e324bd6e5bcf3549c1e56d3]

        callcatcher: update list

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [905b84557d8ccbdba07f0a82a89f382db08fc0d9]

        refresh unused code list

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [d6bf32bab10e1bb115aea0c6e5d6ac1753760fe7]

        make padmin ByteString free

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [141c1c7bc6ac9bfadaf3fad6aba16a03836701b1]

        callcatcher: remove some unused code

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [03e3a20868b971595481e6742725a1c80745e7b7]

        ByteString->rtl::OString

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [39e54d04804d1d8ad0d0dc10aad8ef89c2ff1e40]

        move ugly WriteLines out of SvStream to beside sole user

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [0c5ed3541bd857060b046dace291bb7e971dcc73]

        String->rtl::OUString

2012-01-25  Caolán McNamara  <caolanm@redhat.com>  [1d4e0d9ec5b3781f8ab778e3e1630db3c2c39c4b]

        reduce unnecessary includes

2012-01-25  Miklos Vajna  <vmiklos@frugalware.org>  [bb147bbb801b53dba8928340df7e2aa2d4545349]

        fdo#43869 use the old rtf importer for paste

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [fd268507704ba82af2abe4f5f777daf4c43d74fe]

        android: cleanup osl security code for empty home / username fields

2012-01-25  Michael Meeks  <michael.meeks@suse.com>  [3e52b896843ae0a9e137d4728e2ef73245e7e144]

        android: add versionrc generation for desktop

2012-01-25  Miklos Vajna  <vmiklos@frugalware.org>  [00db55ff835d78885bff83a372e601f64e732c6d]

        writerfilter: drop unnecessary includes from DomainMapper.cxx

2012-01-25  Noel Power  <noel.power@novell.com>  [7580fff93292d08bc6f42792f256b832f5c4bad6]

        fix initial height of multiline input window
        
        There is a hardcoded preferred height for the input window that was getting picked up becuase the result of GetTextHeight was just '1' ( due to no font being set up ) We shouldn't use a hardcoded value, we should always use the proper text height e.g. the result of a successfull call to  GetTextHeight() ( the patch makes sure we get a decent result from this call )

2012-01-25  David Tardon  <dtardon@redhat.com>  [259e0dfc293d455f1ea777de132730f7e5fde22d]

        transparency gradient effect fade in is wrong (fdo#45219)

2012-01-25  Jan Holesovsky  <kendy@suse.cz>  [3092e57f0c46ab1eafebcff0ad875acdd49d4e45]

        Add a note to the toplevel Makefile where to actually edit stuff.

2012-01-25  Jan Holesovsky  <kendy@suse.cz>  [1195d989d454a96e3b9fb0c0b6053db61b68f0b1]

        Allow killing 'make docs' by Ctrl-c.

2012-01-25  Tim Hardeck  <thardeck@suse.com>  [315d2ddc161e4b296febe9e54c3cfc9270310bfe]

        optimized zoom to use more common intervals
        
        Round zoom values beginning with 50 to a multiple of 5, with 100 to one
        of 10, with 500 to one of 50 and with 1000 to one of 100.
        The step 100 is enforced to have one fixed point.

2012-01-25  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>  [554bcf4205ede6ec3adb9f39e676b77054b1e8a1]

        Fix file not found: cairocanvas.uno.so in smoketestoo_native

2012-01-25  Thorsten Behrens  <tbehrens@suse.com>  [400ad00534afbbc93de9fd0835e487980f85a336]

        Put font embedding disable to correct unit test

2012-01-25  Stephan Bergmann  <sbergman@redhat.com>  [15e67c8fbda050ba82886188889e77ade1e52451]

        Clean up (don't bind retval temporaries to references).

2012-01-25  Radek Doulik  <rodo@novell.com>  [9b20b8e9c6a177b98b86f227e2e5d056563ec9d5]

        Revert "fix rendering of metafiles embedded in emf+"
        
        This reverts commit f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94.

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [7175129b2d8549c5e18e1222c943ddda5f2e9ee5]

        Add notice that the android/qa/simple directory has not been maintained

2012-01-25  Muthu Subramanian  <sumuthu@suse.com>  [4d451439a5ae4b4f07a38c3712b974aa550625b7]

        Marking ImplDrawModeToColor as const.
        
        Missed it while reviewing commit:
        f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20

2012-01-25  Christina Rossmanith  <ChrRossmanith@web.de>  [f9c09fbbb32f3808e2ef2eaa7148e10a130ccd20]

        Reduced duplicate code detected by simian.

2012-01-25  Alexander Bergmann  <myaddons@gmx.de>  [92a87649a79de6013703d2344365ef86fc9788bd]

        Removing unused code (basegfx).

2012-01-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [1f064291129d6fb08a1ca5bf639f8f199f2d4e44]

        DataPilot to PivotTable in function names.
        
        From now on we'll stick with the 'pivot table' terminology...

2012-01-25  Tor Lillqvist  <tlillqvist@suse.com>  [4ae2d48862338bf96b11910424a4a61044786e95]

        WaE: unused parameter 'nType'

2012-01-24  Thorsten Behrens  <tbehrens@suse.com>  [738851f76966981370f1b311b7e7d2066537f07c]

        Adapt reference svg to not contain embedded fonts anymore.

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [7dbd2a0a6d983bdd14bf7a022c0199fde76e143a]

        android: re-factor headless a little, and start on the mainloop

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [c2112c7ce19fbdbc285d34fe8122754fb6654adb]

        android: rename native_app_glue.h and install as osl/detail/android.h

2012-01-24  Thorsten Behrens  <tbehrens@suse.com>  [efc28fae8d9453ff313f363d28e5a94ccd3adc4a]

        Disable svg font embedding for sd filters test, enable again.

2012-01-24  Thorsten Behrens  <tbehrens@suse.com>  [e5e0aae1e220cdde7b06c899425dcabd912048d1]

        Remove dead code from svg filter

2012-01-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [c4431fda193d1aa28aafbdd440a77aebb9b78014]

        fdo#45067: Differentiate numeric and non-numeric field member values.

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [d947fb8a6c69a9144ed2d00de4521e86925b0d48]

        WaE: "defined but not used" for stuff bypassed for Android

2012-01-24  Olivier Hallot  <olivier.hallot@alta.org.br>  [2727a29e57cdcd5dddc94a829194f88cfc2808ab]

        Fix for fdo43460 Part XLVI getLength() to isEmpty()
        
        Part XLVI
        Modules
        xmlhelp

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [116f3f2e163327e5494c86fb47853ec2282dd1fe]

        We don't do cppunit stuff here

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [5488d34bbf79a83942221f0f3bf94bec09db05a2]

        Put a local.properties in android/qa/desktop, too

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [52681e4405b303028340bfb63ddb6c14eb17caa2]

        Use own own <osl/file.h> API to read the source in osl_copyFile()
        
        It seems that we call osl_copyFile() to copy from /assets on Android
        in some cases.

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [e580fd501b67b9e0a56a712ffb24ec3c244a135b]

        Fill in more struct stat fields in lo_apk_lstat()
        
        Set uid and gid to that of the process, atime to current time, mtime
        and ctime to the modification timestamp of the archive entry.

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [2175e21fb94ecb9a266b656c0efa9f7197072006]

        Bin incorrect claim in comment

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [8b589f50f29031a1e93fc040646f917a7fff7bda]

        android: extend rc files some more to aid bootstrapping.
        
        it seems there are two 'unorc' files - confusing huh ?

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [181dd08b1d3a811f66e629ef61b3ac96de3025b7]

        android: disable bundled extension synchronisation

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [72a0b0ad0c364a92fb4872fca4bf3aaaeae0977d]

        android: initialize security data, and use HOME / bootstrap key

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [651803c7a5d4568ade7ca829cfce400090637e38]

        android: disable lock-file bits for now

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [19d423ab67346c2542a1acea1f485a7c43e2dd90]

        android: attempt to create presets/ directory, add 'HOME' too.

2012-01-24  Michael Meeks  <michael.meeks@suse.com>  [b813ff2971ecdfd18962cec0cdf87d3ea2942a81]

        android: disable create_user_install's copyFile goodness
        
        osl_copyFile is not implemented for android yet, and we can pre-can this dir.

2012-01-25  Takeshi Abe  <tabe@fixedpoint.jp>  [ebe3e061ac80584b5ff9b6b190b1fe2a78b73c99]

        Removed unused field and non-existent class

2012-01-24  Andras Timar  <atimar@suse.com>  [9b55eeba78d4e6418750a12c3dad4b42e2dd3f03]

        remove bn-IN node, we have bn

2012-01-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b46d71a558d935bac5c1f484e9635338b1654728]

        remove unused #define SFX_ITEMTYPE_STATBAR in workwin.cxx

2012-01-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [853768873d2ebc8b9e63bf4f0a16e5867b0a1504]

        sfx2: fix indentation in viewsh.cxx

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [aeab59f2b0565ae3adbb2b96e192ad3522574fd4]

        NDebug.hxx is gone now

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [4be34f5e14c57e4663c140d2373c6ae693ada814]

        WaE: unused e

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [3ee84cb27e49d26acc50e235abafd7aa5e6a8c72]

        use write_uInt16s_FromOUString pattern

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [17ecf0036d44657b954de6c8f7efd536ab5c4809]

        callcatcher: update list, remove newly unused methods

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [45350532879f8b33741fa1ac012aa43a776ebdf5]

        use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loops

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [5f662f2540e02487396d0ef0d97325d9a1fa8960]

        all direct OUString readers are current little endian streams

2012-01-24  Caolán McNamara  <caolanm@redhat.com>  [04d58ef75a5e6fd7066fcfd257d907f52e4de5a7]

        String->rtl::OUString

2012-01-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7938b75ab7d8052b66859db05201cafc5175d95e]

        Don't try to build inexisting file

2012-01-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [86bf32c487852f4e466b27320e3724266cb53dba]

        Fix build: dupplicate node/prop /VCL/DefaultFonts/bn

2012-01-24  Luboš Luňák  <l.lunak@suse.cz>  [db0f839920c38973f8448df0f74de7c4c95c832c]

        order database properties so that opening it in writer works (bnc#740032)
        
        http://lists.freedesktop.org/archives/libreoffice/2012-January/024380.html

2012-01-24  Thomas Arnhold  <thomas@arnhold.org>  [74a356c3464b56e94c2174a0e7a1d63de8f7071e]

        dead java code in qa

2012-01-24  Thomas Arnhold  <thomas@arnhold.org>  [83a5267651a3aff55589612891cee6b1e4c87041]

        dead code in qa

2012-01-24  Andras Timar  <atimar@suse.com>  [82e0266b05dd53d0ce8b12bd5c76ae25872b87a9]

        country code 'IN' is not in use for these locales fdo#44208, fdo#45107

2012-01-24  Radek Doulik  <rodo@novell.com>  [f7b6cd87f78b786b59984e5b3c8a5a78f0ed7a94]

        fix rendering of metafiles embedded in emf+

2012-01-24  Noel Power  <noel.power@novell.com>  [68a55b78362209fb6244ed31e23042af60c39c85]

        tweak treatment of '+/-' operators when dealing with Date types
        
        Any '+' operation involving Date types results in a Date, '-' of a Date type results in a Date except if both LHS & RHS are Date(s)

2012-01-24  David Tardon  <dtardon@redhat.com>  [f933735c1cd7f1fad71c300fdb14baebdc62e1bd]

        make slide transitions work

2012-01-24  David Tardon  <dtardon@redhat.com>  [efe48e57e986d03c388668e5955ded4f563d3a61]

        remove debugging print

2012-01-24  Noel Power  <noel.power@novell.com>  [f00b387faeca2902909ce181f2f772a51ec4527f]

        fix ( hopefully ) viewing artifacts in input line fdo#44391

2012-01-24  Noel Power  <noel.power@novell.com>  [e8681bede97a64d03eaa01556d19f5822f898c26]

        Revert "fix ( hopefully ) viewing artifacts in input line fdo#44391"
        
        This reverts commit 1f0ba007489e77e4145fc840cc3a878772494fd7.

2012-01-24  Noel Power  <noel.power@novell.com>  [1f0ba007489e77e4145fc840cc3a878772494fd7]

        fix ( hopefully ) viewing artifacts in input line fdo#44391

2012-01-24  Stephan Bergmann  <sbergman@redhat.com>  [229eb2e9dec3c54fa2b73b968d61985e5528edbf]

        Trivial description fix of previous fix (extension -> driver).

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [066283f43b792234ab2833ef8d1052b02517d55b]

        Indent the postgresql stuff consistently like the rest of the file

2012-01-24  Thomas Arnhold  <thomas@arnhold.org>  [e8d4222a1cf5770433d465441b35eced9b30f9b8]

        Remove evoab debug facility and use SAL_INFO

2012-01-24  Thomas Arnhold  <thomas@arnhold.org>  [04b8bac4a9e8e251ca61c4373beb0f1df76b2d54]

        finalize gcc 4.7 string literal operators

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [6b58e58dc71f5371829e54fdddd5ca1b69c80aff]

        --disable-postgresql-sdbc

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [c7511d9802b95a1a6e708fc61e6d6986f90c39d5]

        Use --build and --host when cross-compiling
        
        Just a start, I suspect the configure script here will fail anyway
        when cross-compiling to Windows at least. And we surely won't even
        bother trying cross-compile this to non-desktop OSes.

2012-01-24  Tor Lillqvist  <tlillqvist@suse.com>  [32111a7680308a0950d9a956928933b59d6c675d]

        --disable-postgresql-sdbc

2012-01-24  Muthu Subramanian  <sumuthu@suse.com>  [5fb4b78559a44133673a49a028c691fa474aee75]

        n719734: Overridding properties from master/layout.
        
        When there are conflicting properties in masterslide->layout->slide
        most recent (i.e. e.g. slide has higher priority than layout)
        should be used.

2012-01-24  Muthu Subramanian  <sumuthu@suse.com>  [a21c7f835bd7034614fa8ac606fd60a0cbeef1ec]

        Fix for a probable crash. (code review)

2012-01-24  Stefan Knorr  <heinzlesspam@googlemail.com>  [29ac03994484cb65725ec697cb7615a31b117b58]

        Comments Translations.

2012-01-24  Stefan Knorr  <heinzlesspam@googlemail.com>  [cf545e07f32f99e9c50e7dd6a0e932ead84e072c]

        Removal of commented code.

2012-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3456c03198e57b5a8f49ad79a3bbb2ce2602a07d]

        typo

2012-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2aedbd241f05692cde01c60c51ba398777e372bb]

        fix WaE

2012-01-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [2c659e692a17cc10d364a2304bead9403fc6bdde]

        fdo#45067: We need automatic number detection for date/number grouping.

2012-01-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8214f0f1d66c6b96b3663dcb3cd71280bcd0d39]

        enable ScDataPilotTableObj::testRefresh again

2012-01-23  Stephan Bergmann  <sbergman@redhat.com>  [115a684b40deff70e5337444c02861e7c0458840]

        Unused #includes.

2012-01-23  Marcel Metz  <mmetz@adrian-broher.net>  [89f0655ebadb1aa9be31d854dfe5476e2b16e64c]

        Replaced diagnore ENSURE_OR_CONTINUE with regular code.

2012-01-23  Marcel Metz  <mmetz@adrian-broher.net>  [f9e6d195dbbf0b2effa10f69f4c99fce6e2b186b]

        Replaced diagnore ENSURE_OR_BREAK with regular code.

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [e384f241554a1157137b6121a064f75308b2ba10]

        android: get dummy user-install 'presets' setup to please first-run

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [6ce3dc5165cdc1328ae0dd877d183fc688b43299]

        vcl: early crash => no ucb => no images.zip => unhandled exception, caught.

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [d83eb4b9ff792080f3c0012f7e0b59ed3c8639ce]

        android: get osl_Pipe creation sorted out, before we kill it.
        
        use new OSL_SOCKET_PATH bootstrap variable to customise this.

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [90f6080e6b27278fd3f50b0e96aa0df328d6b07d]

        android: add package2 and create bootstraprc

2012-01-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [561b044d62f4701e51abb4a7c47ce3b07f788f8e]

        Fix refresh problem on pivot tables whose data cache have not been created.

2012-01-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c0a26274629ae4f83105aa5f038d21b5c8ca7d0]

        add new interface tests for some common data structures

2012-01-23  Olivier Hallot  <olivier.hallot@alta.org.br>  [f94399ef8023ad3b21528ecdc00e44366d4c3fe5]

        Fix for fdo43460 Part XLV getLength() to isEmpty()
        
        Part XLV
        Modules
        writerfilter, writerperfect

2012-01-23  Olivier Hallot  <olivier.hallot@alta.org.br>  [558112542348bcbd754853847c968e2203abf269]

        Fix for fdo43460 Part XLIV getLength() to isEmpty()
        
        Part XLIV
        many modules(inc's)

2012-01-23  Stephan Bergmann  <sbergman@redhat.com>  [4a0af6a0581fc7ac2b6544e996529405276d06bf]

        typo

2012-01-23  Julien Nabet  <serval2412@yahoo.fr>  [d61d3f26c5d7e1bcd1440c1891afd19c825ce056]

        Useless "if else" since we do the same in both cases

2012-01-23  Eike Rathke  <erack@redhat.com>  [6a28de4944a9c40be901f2356e7c295e184c5c95]

        erase the correct element in ScColumn::Delete(), not the last one
        
        This fixes the dreaded crash in sc_unoapi test.
        Thanks to Kohei for pointing in the right direction.

2012-01-23  Julien Nabet  <serval2412@yahoo.fr>  [82a061079ae03f841713fd26c809d45621a59836]

        Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources)
        
        Caolán fixed Iterator management which was buggy. (thank you !)

2012-01-23  Stephan Bergmann  <sbergman@redhat.com>  [c97d74b5f0608866bad3f7ae943811bdff4f7986]

        fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.
        
        Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc.
        Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini
        (which made the code a little easier).
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        
        (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80)
        Conflicts:
        	configure.in
        	connectivity/source/drivers/postgresql/makefile.mk

2012-01-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [95780ec73990f96dc16fc677c895d00fa1360008]

        refactor concept for c++ based subsequenttests

2012-01-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3fcde5e3f9e0921effd9ffd6c26246647f108ce3]

        add library for c++ based subsequenttests
        
        use this library for interface tests and implement the test in the
        correct module by creating one test class per implementation class
        The implementation class should inherit from all interface tests it
        needs
        
        This should make it more easy to write tests since we no longer need to
        write the same test method multiple times

2012-01-23  Michael Stahl  <mstahl@redhat.com>  [a0093404ffbca79655a52019d6bf66b976964fe9]

        SfxVirtualMenu: fix context menu crash:
        
        SfxMenuCtrlArr_Impl used to be a PTRARR_DEL, so use a boost::ptr_vector
        to ensure elements are deleted.
        (regression from 94d4764a42f8f38b884bb8960791d80ac876b786)

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [9bea733ecf01da09aaf7281868441b8a02fcf5cc]

        android: add missing component, icon theme, and UI config xml

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [c8f15a768dd4d71acfb65c3af4995e2a991b8087]

        call FreeResource like the other RoadmapWizard users

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [17d933c97d9b80830b2152906ab0f82b9b21ba1c]

        ctor OModuleResourceClient first so OModuleResourceClient dtor is last
        
        which means that we don't crash in --enable-dbgutil on cancel
        of the addressbook dialog

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [4b7b244fe71f5ed589b5e72f81b7b2f79096c68d]

        android: make desktop/ marginally debuggable

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [e74a3585a0b6ffed998800b2be8617c0c095e02e]

        android: update README and fix a number of silly escaping issues

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [847494bc43c4647b28464b6159760bbbf65e7a60]

        android: nasty hack to overcome unpleasantness of UNO bootstrapping

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [91c7d943e144deaf6146addb682e0283f9c3b070]

        android: setup the unorc path correctly into assets

2012-01-23  Eike Rathke  <erack@redhat.com>  [2d8a5940a0369127602fcc6144e9c31aae4917bd]

        added [tr-TR] date acceptance patterns "D.M" "D/M" "D-M"

2012-01-24  Takeshi Abe  <tabe@fixedpoint.jp>  [0a7126a7673e60490b5da565d1df14248136fcce]

        Replaced String by rtl::OUString

2012-01-23  Eike Rathke  <erack@redhat.com>  [49e685663146b9ad59a47cfaf9cf499fc6a6b937]

        added [fi-FI] date acceptance pattern "D.M."

2012-01-23  Eike Rathke  <erack@redhat.com>  [b247f7691e0498355afcbcc4b60b5e9fdd28d867]

        added description of time edit format

2012-01-23  Eike Rathke  <erack@redhat.com>  [a7769e27849b74102e11540d7753576528323114]

        resolved rhbz#783556 crash in ScMatrix::GetDimensons() from ScInterpreter
        
        * Interpreter tried to access a nonexistent matrix for external reference.
        * In ScInterpreter::PopExternalDoubleRef(ScMatrixRef& rMat) set error for
          unexpected conditions. In caller or descendants check for error or presence
          of ScMatrix.

2012-01-23  Thomas Arnhold  <thomas@arnhold.org>  [5cde352b9622c0e009b52e4848c84584d03e0d5d]

        remove duplicate header

2012-01-23  Jan Holesovsky  <kendy@suse.cz>  [a18c8a06073650e12f3c1f9f8990670484ac5cf1]

        Let's use 2^(1/4) as the zoom factor, instead of 1.2 (thanks, Tor!)

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [832cd0cfb7a66ed19033e793de37a312af8c0c20]

        filter out confusing unused code from external libraries for unusedcode.easy

2012-01-23  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [e9ca381275f42a445a7c8918230c6263258e53c6]

        A copy-paste bug detected by cppcheck

2012-01-23  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [1bc228f769be2999c10beefe224517804bb0316c]

        Same expression on both sides of || in if condition

2012-01-23  Michael Stahl  <mstahl@redhat.com>  [7177eebc6942cc66a20514a409788ef87b1383b5]

        connectivity: fdo#43479: sort order doesn't matter

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [8f23e9813daae808aa2a81250b5e414dc57a3394]

        Resolves: fdo#44856 skew artificial fonts before glyph or layout rotation

2012-01-23  Tor Lillqvist  <tlillqvist@suse.com>  [1921a96c323f5a0dcd846f5d17a6bbb3de208797]

        Add the filters_test test documents

2012-01-23  Tor Lillqvist  <tlillqvist@suse.com>  [5b715f0dd92aeb4c08c53f914b31ee8fe83e0e5d]

        Don't crash when attempting to open non-existent files under /assets

2012-01-23  Ivan Timofeev  <timofeev.i.s@gmail.com>  [924d0bdd47ed895592332714be8ee32afe1acebb]

        add the "Send Feedback..." help menu item

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [67073c6bc870aceede4652fffd0571da584a4679]

        use safer rethrow syntax

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [2563c8dd790f26909f9f15fd29b900ebfbc7e467]

        can't see the point of calling String::Erase before delete String

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [b1f74de0311af25596e861c24be8b829f4b27cb4]

        ByteString->rtl::OString

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [d3c0bf6c8087c4573b181fc5d01a70cffc17c78f]

        drop tools/string.hxx include

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [3e41fd078144094913ed62ae7fce5b91c820f98f]

        can replace all PLACEHOLDER_PATH tokens

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [eb8e39f2a4cd21033d020a9e9919e1cb29d182c7]

        make svx ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [210d239b87326a942dd73f507e642f0dde3da16b]

        make drawinglayer ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [8ab3795596da25fbb18de8cfb8632d4956a256ec]

        make shell ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [61eb66bd2d03b45a6ed45c0acf2e202643d62559]

        make starmath ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [e07f5b0fb48b6a719258dfe69419330ca2a5dfec]

        make oox ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [fba010a77757d0724a0da4a902e78f17cdf15b65]

        make sot ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [66823037e164af16f2cb24c4299c8776869c682c]

        make chart2 ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [1cb538925ddba61d87b71640475282f60f27ce42]

        make unotools ByteString free

2012-01-23  Caolán McNamara  <caolanm@redhat.com>  [cce3e85e0d32a2e66d1c82e0eb072debad1600c5]

        ByteString->rtl::OString

2012-01-23  Bapt  <bapt@FreeBSD.org>  [f908fc4ca5bb7ae6d779df4239510fb0a0b84635]

        use $(GPERF) instead of using gperf from path

2012-01-23  Tor Lillqvist  <tlillqvist@suse.com>  [47c6f602f7874f3bbc48f970a29f3780e8927963]

        Use /assets as SRC_ROOT and OUTDIR_FOR_BUILD on Android

2012-01-23  Tor Lillqvist  <tlillqvist@suse.com>  [77d80f9e5bf2c34bacc9bbdf1cfc3bafe593dd51]

        Possibly need dummy jni/Android.mk and Application.mk for ndk-gdb to work

2012-01-23  Michael Meeks  <michael.meeks@suse.com>  [7fddab07f4c8e054a489285097623172b853912f]

        android: re-installs can fail silently, remove tree before install

2012-01-23  Lionel Elie Mamane  <lionel@mamane.lu>  [520b8118f4a2d54e4849929d94091f29a6434346]

        ORowSetCache::fillMatrix(): fix case m_nFetchsize > table size
        
        When lowering m_nStartPos, do not duplicate rows above its old value

2012-01-23  Thomas Collerton  <tom.coll91@gmail.com>  [7735b09b5e10e366ffb3a156790316ea0ccfa0a0]

        fdo#44988: Remove obsolete BOOTSTRAP defines.

2012-01-23  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [ac7a8bfe4e53d4615929bcafe9cbdd88d03b6e1d]

        Removed NfCurrencyEntry::ApplyVariableInformation().

2012-01-23  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [458c80234b701fb1cb9a71239cec532c54b2e9f0]

        Removed Get*EntryLine? and Get*EntryDistance methods.

2012-01-23  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [9042c4d0740c5b222b27d189e526b74fbd740b6f]

        Redundant condition and Comment Translations.

2012-01-23  Tor Lillqvist  <tlillqvist@suse.com>  [a76ab71b8b4582cde28e6937afe960e8737efea1]

        Use -z defs to catch undefineds at build time

2012-01-22  Eike Rathke  <erack@redhat.com>  [d180de79b82d1a73cfd914dd9a1524109c5e78ee]

        resolved fdo#45032 Calc export to HTML with graphics failed
        
        Fixed a misconception in transition from List to to ptr_vector of commit
        db599f64e63a3141159b7f0e59783197c39b3e02, List::Next() returned NULL when at
        end of list, mimic that.

2012-01-22  Thomas Klausner  <wiz@NetBSD.org>  [7afa76599cf0c9256e2dc85709f8cb2f1ac76282]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core

2012-01-22  Thomas Klausner  <wiz@NetBSD.org>  [1684f1cb1a7ca155e613d3da4e2c168e9618e62a]

        Use more portable `=' comparison operator instead of `=='.

2012-01-22  Ivan Timofeev  <timofeev.i.s@gmail.com>  [799f2de5d1085d845ec498af0a7932965c42ed68]

        fdo#43705: fix incomplete updating of the page preview pane in Draw
        
        This regression was introduced in f215333002882872129066828228d3343a903331.
        As stated in PageObjectPainter::PaintPageObject:
          "The page object layouter is quite volatile."
        The rest of usages of mpPageObjectLayouter looks sane, but who knows...

2012-01-22  Tor Lillqvist  <tlillqvist@suse.com>  [a865eee6e74b3de779f282bb276492239fed2abb]

        Wash my hands

2012-01-22  Tor Lillqvist  <tlillqvist@suse.com>  [c4feba9af53831a7bb1ff4765b4294ce0b6ea613]

        Wash my hands

2012-01-22  Tor Lillqvist  <tlillqvist@suse.com>  [7a58710bcfdd9eddaeb0533d1cad3ab53a819c4e]

        Must export SYSBASE for it to propagate through set_soenv

2012-01-21  August Sodora  <augsod@gmail.com>  [9a7d098aa92a4099aeb022798189c00c87258408]

        SV_DECL_PTRARR_DEL->boost::ptr_vector

2012-01-22  Lionel Elie Mamane  <lionel@mamane.lu>  [b026e5a4a17babd43cac266b06ad49e12f9aa225]

        ORowSetCache::fillMatrix(): correct off-by-one error
        
        Symptom: segfault.
        Thanks to Julien Nabet for precise pointer to problematic code.

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [7b0123b9ea3e2f67ea8205cfd38bc5cd28225cb4]

        android: hard-code path to 'lofficerc' in assets/

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [f177253cd12ae5806061972de29dadca3779c813]

        android: print out exception messages that escaped 'main'

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [926822b241e6c8037fbda650667637d83b2b7cc0]

        android: don't add -I/usr/include to the compile line - urk

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [0231617f1a1aa8713d79d19140b5d526c8a56dc0]

        sw: tweak translation 60c8a970d

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [a1e4a1120135eab16ba8d07e708f4860a3fe4cfc]

        SwGlossaries: some cleanup

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [e2b3be6416df0c8913b2d6bb32c34fe162a0a019]

        officecfg: namespace prefix make variable FILES

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [5967ac28790c9936ba4251806538abc1d590bfdb]

        sw: rtf filters: use "sw.rtf" for logging

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [8cbf0441fa70cd05f44033d1fd51e90c8d644075]

        SwGlossaryGroupDlg: get rid of pointless empty()

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [757a17a3a84bfde446b9a709a93b5c0c4024fd9c]

        SwGlossaryGroupDlg: String to OUString

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [535260983dd16c0e6621d206b5f5d0e30da33209]

        SwGlossaryGroupDlg: fix memory leaks

2012-01-21  Michael Stahl  <mstahl@redhat.com>  [2e4bb77c1979ee893a7e969278639093e3f6aa8e]

        UnoControls: remove dmakefiles

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [e981b4271089607d6086ce965505020fe17b519f]

        sal: re-disable file based unit tests that don't pass

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [22da27d9ddcdacaef21d667b0777052b7e817b9a]

        Improve checking for emptiness

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [cfc2f1919f8cf856c0c884dac7e4eb83bece4a7f]

        Improve checking for emptiness (while)

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [94f114550a8fd9f21e70fa98a4b564d7643d47d4]

        Improve checking for emptiness

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [3bb278f5bfa1cb28ba051bc6980a93d52f9b29e1]

        unused methods

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [89898395899f4b2935689a5666d0734ba3d63511]

        Remove unused Get/SetXmlNamespace

2012-01-21  Thomas Arnhold  <thomas@arnhold.org>  [08d47e3491f0d55467ebbe723020172b768b37b4]

        correct copyright header

2012-01-21  Matúš Kukan  <matus.kukan@gmail.com>  [67cf29bb36587f03ec19c789657da4236553c5fd]

        sal: make more tests running

2012-01-21  Matúš Kukan  <matus.kukan@gmail.com>  [68dad6ff9d5547d94ff1b1085dfec9c8fef9c726]

        sal: split unit-tests to one test per makefile

2012-01-21  Andras Timar  <atimar@suse.com>  [1c27584919cb0d55a8bc09e3a1fc4c74fa6aa21a]

        Bump copyright year

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [85f33f177a54d2f26cf90128801d81e9e690e80f]

        sal: enable osl::File unit tests, and add a new readLine unit test

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [96c2f2bc8093c1dbf729d3d0c4849eefb87b5ce1]

        android: remove nonsensical write to file buffer during readLine
        
        also expose in-memory file method for unit testing.

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [59cefd339d0c3fcde5b614d7f142a957397672d9]

        cleanup: remove annoying ( ) empty parameter pattern

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [22815db58f554cd64ec3a625b81175bf5d93f91c]

        sal: only allowed one unit-test per gnumakefile, so separate these

2012-01-21  Michael Meeks  <michael.meeks@suse.com>  [90bcb4b51918b26e840dc5102d2997fb48ee4341]

        privateise FileCopier - it is not used externally

2012-01-21  Stephan Bergmann  <sbergman@redhat.com>  [f433d5a9b8379f5207df92d80ce7dede9d9795d8]

        Fix Windows.

2012-01-21  Stephan Bergmann  <sbergman@redhat.com>  [c76d098cd840c3bf830f04aecc879521b844098d]

        Fix non-DBG_UTIL case.

2012-01-21  Stephan Bergmann  <sbergman@redhat.com>  [7c704c78d3c652504c064b4ac7af55a2c1ee49bb]

        Removed some unused parameters; added SAL_UNUSED_PARAMETER.
        
        SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
        is used to annotate legitimately unused parameters, so that static
        analysis tools can tell legitimately unused parameters from truly
        unnecessary ones.  To that end, some patches for external modules
        are also added, that are only applied when compiling with GCC and
        add necessary __attribute__ ((unused)) in headers.

2012-01-21  Julien Nabet  <serval2412@yahoo.fr>  [0d5167915b47df7c3e450614ea50d845ba959df3]

        Fix Possible inefficient checking for 'aChrSetArr' emptiness

2012-01-21  August Sodora  <augsod@gmail.com>  [411d8c2dd1cb3a9a6dbd78f34852e46c6e80f904]

        SV_DECL_PTRARR_DEL->boost::ptr_vector

2012-01-21  August Sodora  <augsod@gmail.com>  [cba8c3b64ef1fbd7c1454546d1de1fb0a9fe1ebd]

        SV_DECL_PTRARR_DEL->boost::ptr_vector

2012-01-21  August Sodora  <augsod@gmail.com>  [528aba3a9cf91da5ce70c6d631d7b82e203f8086]

        SV_DECL_PTRARR_DEL->boost::ptr_vector

2012-01-21  August Sodora  <augsod@gmail.com>  [8904dce9758a48d2d627ebd5d755f0c2105b9ba0]

        Remove unused SV_DECL_PTRARR

2012-01-21  August Sodora  <augsod@gmail.com>  [f057a76585e1f2b5f36631883155743a3b88f92e]

        Remove unused SV_DECL_PTRARR

2012-01-21  August Sodora  <augsod@gmail.com>  [5a37be04ba5fec4f201984ab6d539c312c30fddc]

        SV_DECL_PTRARR->std::vector

2012-01-21  Kohei Yoshida  <kohei.yoshida@suse.com>  [de8d1f922acca8e0df5ecb016d27126124e2c3d1]

        Oops I shouldn't have erased names directly.
        
        We always need to remove the index map when removing a name.

2012-01-21  Kohei Yoshida  <kohei.yoshida@suse.com>  [657b3c889ae107d9ccaaab569929a3a1abde3200]

        fdo#44831: Named range should overwrite existing name.
        
        When inserting a new named range, it should overwrite any existing
        name if one exists.  That was the old behavior in 3.3 prior to my
        range name rework, and because of ptr_map not overwriting existing
        key, that behavior had changed unintentionally.
        
        Let's revert to the old behavior.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [54d7fc9eeeeae303112967c6ca9dd7c990babfa8]

        Grid lines should be immediately above or below the background.
        
        Especially grid lines should never be above cell borders.

2012-01-20  August Sodora  <augsod@gmail.com>  [90e983df7b79d9022e24926d770298227becb342]

        Use a smart pointer here instead

2012-01-20  August Sodora  <augsod@gmail.com>  [e0d20cbd0b3ac2ef3590d82ee5d75785ac5401fe]

        valgrind: Fix memory leak

2012-01-20  August Sodora  <augsod@gmail.com>  [9f1ee3e585a04154b49d0592c7c541527cfcd79d]

        Remove useless macros

2012-01-21  Milos Sramek  <sramek.milos@gmail.com>  [3cf7dcdde2e7a115405c93e4f63580437c8ab744]

        updated [sk-SK] formats and month names

2012-01-21  Miklos Vajna  <vmiklos@frugalware.org>  [c39e891d4dc963d2cac9843b426494e4dc490278]

        fdo#44983 Fix RTF import of \paperh and \paperw
        
        These keywords should not only set the *default* paper height/width but
        also set the current values.

2012-01-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [53358305d8620f703d14df3c37a9b65e29a20cb4]

        kill some doxygen warnings

2012-01-20  August Sodora  <augsod@gmail.com>  [6accc1e65a8ab566db16c07dd76cf5f74c0bf792]

        Revert "DECL_PTRSTACK->std::stack"
        
        This reverts commit 56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d.

2012-01-20  August Sodora  <augsod@gmail.com>  [f9424e58a3e32f3bf1112206ad23b6922fdc010c]

        Revert "Remove DECL_PTRSTACK"
        
        This reverts commit fabf6aa20117fb1132fc7e730e5eeecd0378e67e.

2012-01-20  August Sodora  <augsod@gmail.com>  [6ffc885952d898df4266ad79ba0b4fba351a8bb6]

        Unused define

2012-01-20  August Sodora  <augsod@gmail.com>  [c6bf2fa2b2925cadabc735d12b8d0c030c328baf]

        Remove unused typedef

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [94c63b8699e822fe1344002b68c3b11e687a1153]

        Prefer using back() to access the last element.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [bd161794ac844891f18660c292387dd449cb4c71]

        Added 'm' prefix for a data member.

2012-01-20  Noel Grandin  <noel@peralex.com>  [cc86807e41d44a8f64b74dfc89ddb85cd48a7197]

        Replace open-coded array with std::vector in ScColumn.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [5708d3dcb065247d5774dafbd7911bb5bab72849]

        More on String to rtl::OUString changes.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [88869c1dd907c4851cd8671f0822a0d7c4fd3f36]

        String to rtl::OUString.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [6964157be89119fe58347f7281207205236b05a6]

        Provide a version that takes rtl::OUString.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [d36dd33fd263c5e34d6e8a78428f0b3a505bad36]

        Provide a version that takes rtl::OUString.

2012-01-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [1b9b886afbbf8a6203abfa072c676b06b5b0d495]

        sal_Bool to bool.

2012-01-20  Santiago Martinez  <smvarela@gmail.com>  [7ce98f34150d430b12804eb9796e4142b7c6517c]

        Removed unused code as listed in unusedcode.easy

2012-01-20  Michael Stahl  <mstahl@redhat.com>  [abc07e01b78d255e0ce9658e779275ffe7c4d1e2]

        sw: tweak translations

2012-01-20  Philipp Weissenbacher  <Philipp Weissenbacher>  [d83104bf83e7071070fb2964ea7e4c1028fcee9c]

        Translate German comments

2012-01-20  Philipp Weissenbacher  <Philipp Weissenbacher>  [f325a615348b38f740fee058ed83c69ba32309e2]

        Translate German comments to English

2012-01-20  Philipp Weissenbacher  <Philipp Weissenbacher>  [c87cf0920d800b3cb73cd60b36f6a7f66f0bb317]

        Translate German comments

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [5ef52d43a308f8153c6f8ac5b07521080fdeb2db]

        filters_test needs a shitload of components
        
        Ugly duplication of the list if components. Could obviously do some
        elegant refactoring to have each component mentioned just once. But on
        the other hand, this is just a temporary way to build this unit test
        app, no? If/when eventually gbuildifying this, the data from the
        gb_CppunitTest_add_components calls in the correspondig
        CppunitTest_FOO.mk files can be used, one hopes.

2012-01-20  August Sodora  <augsod@gmail.com>  [81605eaafa4cd645ca92013120f8da0c753cdf42]

        Replace BasicErrorManager with std::vector

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [cce52394e979d02941e7f9f15f6706502a056800]

        Add a target for the stdio redirection magic commands

2012-01-21  Takeshi Abe  <tabe@fixedpoint.jp>  [0cf0382d4eb8588c91e850adbd874c3cb5ef6f03]

        replaced UniString by rtl::OUString
        
        See also d2991722b34fb597d34a3270cd4a806277c52da5

2012-01-21  Takeshi Abe  <tabe@fixedpoint.jp>  [a06e1a6b63dfcb84cb1a3a7c5fd30829b9d33c82]

        It does not require SwAppletImpl but only a couple of subheaders

2012-01-20  August Sodora  <augsod@gmail.com>  [fabf6aa20117fb1132fc7e730e5eeecd0378e67e]

        Remove DECL_PTRSTACK

2012-01-20  August Sodora  <augsod@gmail.com>  [6dc58d6c28b20d8dfb12673c3e733417e0644090]

        Fix build

2012-01-20  August Sodora  <augsod@gmail.com>  [56208a1b367b25eea8bd7df5507cf4fa1fe8fb1d]

        DECL_PTRSTACK->std::stack

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [f7c1f80ae4f9a4f33cdac48040e2d48a8610604c]

        Fix file: URI syntax

2012-01-20  August Sodora  <augsod@gmail.com>  [c987ddfec57cfe712088ee44f864774ac26ed262]

        Actually this is unused

2012-01-20  August Sodora  <augsod@gmail.com>  [21ec8d068f457f222fa170eed296415717716a14]

        Remove unused DECL_PTRSTACK

2012-01-20  August Sodora  <augsod@gmail.com>  [ee0d6e3ab040ddd2ce1cd73945ee44da69201ca4]

        DECL_PTRARRAY->std::vector

2012-01-20  August Sodora  <augsod@gmail.com>  [33e9d339224f2443bc5a69af814a0311d5a2ec7b]

        DECL_PTRARRAY->std::vector

2012-01-20  August Sodora  <augsod@gmail.com>  [2b8817ad5958cd4b975d10f53d0c2c6aabd3b784]

        Remove unused SV_DECL_PTRARR

2012-01-20  August Sodora  <augsod@gmail.com>  [cd7bd2ff39fbb35121d34d1a3319587cce1a96b3]

        Remove unused SV_DECL_PTRARR

2012-01-20  August Sodora  <augsod@gmail.com>  [85c58cd3ad210a4be49842ec0f272b2aebc5938e]

        Remove unused SV_DECL_PTRARR

2012-01-20  August Sodora  <augsod@gmail.com>  [94d4764a42f8f38b884bb8960791d80ac876b786]

        SV_DECL_PTRARR->std::vector

2012-01-20  August Sodora  <augsod@gmail.com>  [00081bb2fdf263d784082fb202d7802418ac7666]

        SV_DECL_PTRARR->std::vector

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [4635ed7aee4cf2d74e6a4459ea7c1a8cc64c97e0]

        android: add new desktop module, it gets to vcl init and fails.

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [655b738837427b2c7a953958dec37c275ac0bbb2]

        android: add the sdk platform-tools and tools to your path to simplify

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [db9ca8ec1076bc812bfa5c1fb353feadf77d74ff]

        android: better readme / docs.

2012-01-20  Eike Rathke  <erack@redhat.com>  [4e0928278df9e327dac9ac4d0ebf40bf04ef8dd9]

        corrected [gu-IN] currency symbol update

2012-01-20  Ankitkumar Rameshchandra Patel  <ankit@redhat.com>  [5d6af4f2947432a55324e4f5cc67bca202f939e9]

        changed [gu-IN] month names and reserved words, updated currency symbol

2012-01-20  Jesús Corrius  <jesus@softcatala.org>  [933cb63dcc51a15cab8ecebcbbe23ca258f90e78]

        Fix spelling typo

2012-01-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [490301650899abec73128258569e0dffdc52d7c9]

        Fix WiLangId.vbs operation
        
        The script needs %TEMP% to be set in order to work properly.
        Cygwin unsets TEMP which causes WiLangId.vbs to fail. Set the
        TEMP variable to $TMPDIR before we call the cscript.exe.

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [9e5ad09552c8e3beba619a46d3bec6a508d877b2]

        cleanup: privatise SvStream's LockFile impl. and in-line Redirector bits

2012-01-20  Michael Stahl  <mstahl@redhat.com>  [c82ed24c4e51492105b5d94e164ece3cf86d6d86]

        rhbz#746174: also export list restart for non root list

2012-01-20  Michael Stahl  <mstahl@redhat.com>  [35e8190b0317972abb376dd2ed55567c43bc8b4d]

        connectivity: fdo#43479: fix crash on DISTINCT:
        
        Since commit f89f2b8bf506de0cc547ad596c75cbe1a0cf1ef1,
        OResultSet::sortRows() works on the rows after SELECT, not on full rows.
        So OResultSet::OpenImpl() has to be adapted to not use the mapping from
        selected columns to entries rows in m_aColMapping any more; instead,
        use the given ORDER BY clause for sorting.
        But first extend the sort order to cover all columns, so it is no longer
        necessary to call sortRows twice (this should be legal, because SQL says
        the order of rows that are equal in ORDER BY columns is unspecified).

2012-01-20  Michael Stahl  <mstahl@redhat.com>  [ca7aa534777db183cabcc01978840a4581f01829]

        svl: add new test to subsequenttests

2012-01-20  Michael Stahl  <mstahl@redhat.com>  [57444c86d274e5602218d1163810fe586aec02c0]

        sw: SwAddPrinterTabPage::SetFax: fix STL conversion
        
        regression from 166053646aff23f93ad3704cde05b9bda20e171c

2012-01-20  Michael Meeks  <mmeeks@suse.com>  [5a8a1d024bee83eff8d9a85ae6dda6c8823c3f2e]

        Implement osl_identicalDirectoryItem for win32

2012-01-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7514488ad4c3e8289aebe3a03bd14c293479627b]

        Oops, my bad

2012-01-20  Matus Kukan  <matus.kukan@gmail.com>  [29a3d25eb516adf3fbf73520c9196be11f5cb5e3]

        Fix windows build of cppu

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [0eef5f6b501ca9d2fb105d276ef86c896671e9cc]

        android: Add debugging tips

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [4a4edda5fab3f01ae83e10d43e90f26ec0219530]

        Add --with-android-sdk to the sample autogen.lastrun

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [dd013e7a6f68ab144ce2330ca139cd5d5e80e479]

        Improve Android configury
        
        Add a --with-android-sdk switch, and make that and the
        --with-android-ndk mandatory when building for Android. Automatically
        create a proper android/sc/qa/local.properties file (which points to
        the SDK) for Ant.
        
        Restore the Android ARM code generation related flags that I think we
        want to use (that used to be mentioned in README.cross but were
        accidentally dropped) to the automated setting of CC and CXX.

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [a52146c8eaaea54ded167e20fcae9ad840c4a5cf]

        Add a stop-start-cycle target to do the adb shell stop & start dance

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [d0fce05606a80dca91a33526d0524f4a9cc65826]

        It's scfiltlo, not scfilt

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [60ad5cc317ca8764602269819ff0dea820f15ae8]

        Fix my email

2012-01-20  Tor Lillqvist  <tlillqvist@suse.com>  [804ddf47f7303441155d3b0d48704b6aa9df7526]

        Add the sc_filters_test unit test

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [4eba18ae5f0d854a66ff556ce308308ef46341e8]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [0a77071485b611702c66182365016226591d0a29]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [d92ac0dfbf5fd5a82176feb43d471f10a12e889b]

        Remove obsolete suppressOslDebugMessage.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [46ce4f561dafeaab614e83653cba646885e8fd17]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [ce2147ec43c8116c801e9a83f81eea188c2a719e]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b2ceee71bafac15c0401893f0475cbcf4164a9f6]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b149b0433d28b89b187f04455bcb242b8b17a48c]

        ucbhelper::GetLocalFileURL does not use its arg.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [6cd581f240f9be985e92365f9da0c919142005b4]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [b855cd62f626858efae5c7a5cd4911f7afb4b06c]

        Code clean up.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [9807566e12120f75f30394a57a86e0eb917243b9]

        Mempool size args are unused.

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [e7f09c6e5b3228ac1e0603759d51dfec745a0e6a]

        Remove some dated Windows-only debug stuff.

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [56db0770f64a1b68c3f5c08106562a10d521a894]

        android: more goodness into the README a bit more

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [d45b38c9e332b184d3e61b38403c0e867ab6653b]

        android: add missing VCL init symbol goodness

2012-01-20  Michael Meeks  <michael.meeks@suse.com>  [a0ce2a2f7a8533fd2ea6cd4a05e250a32f609ed7]

        android: more notes on running the test

2012-01-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32d4f05c022d785a86c6b0c39c74bc1ad46f6e61]

        Uploading even newer and even more shiny libvisio 0.0.14

2012-01-20  David Tardon  <dtardon@redhat.com>  [614feec5481ee618bea98dabab2df0281995385e]

        add missing semicolons. *blush*

2012-01-20  Stephan Bergmann  <sbergman@redhat.com>  [1ccb93b138b3d29b7ee497cdfb8a7cec5acb01cd]

        Disable sd_regression_test until "do not embed font config" is fixed.

2012-01-20  David Tardon  <dtardon@redhat.com>  [a13d3436852a28c50a36c4ebd26c0e0c4fd9718c]

        make these strings localizable again (fdo#44947)
        
        Our translation tools read the src files literally, line by line, only
        reacting on specific patterns (e.g., 'Text [en-US] = "...";'). Therefore
        use of macros like this cannot work.

2012-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ac30d8be976d60f56783327984b263fb1307e2a]

        clean-up Doxygen warnings

2012-01-20  Miklos Vajna  <vmiklos@frugalware.org>  [370fc96b92e59d35c2eb2e14fd77eb14bfc72fd4]

        Fix RTF import of dotted and word underline
        
        The problem was that these are flags, not toggles.

2012-01-19  Olivier Hallot  <olivier.hallot@alta.org.br>  [c571e8777d15fd1c3f8730a7c1325d75c746333d]

        Fix for fdo43460 Part XLIII getLength() to isEmpty()
        
        Part XLIII
        Modules
        uui

2012-01-19  Olivier Hallot  <olivier.hallot@alta.org.br>  [5738e07a78c5894d111ee6c6e0d07b56ff126b2c]

        Fix for fdo43460 Part XLIII getLength() to isEmpty()
        
        Part XLIII
        Modules
        unoxml

2012-01-19  Olivier Hallot  <olivier.hallot@alta.org.br>  [6a1390eaf6464e71668c402d262a21c9192278e9]

        Fix for fdo43460 Part XLII getLength() to isEmpty()
        
        Part XLII
        Modules
        unotools

2012-01-19  Olivier Hallot  <olivier.hallot@alta.org.br>  [55b6485978bbfe17c1355909a5e27d8c846a4ee8]

        Fix for fdo43460 Part XLI getLength() to isEmpty()
        
        Part XLI
        Modules
        ucbhelper, unodevtools

2012-01-19  Eike Rathke  <erack@redhat.com>  [688551303ee5b918841b64ac85f06ab12989b7fc]

        added [fr-LU] date acceptance pattern "D/M"

2012-01-19  Eike Rathke  <erack@redhat.com>  [513e5c109da38f545b535120cf35126cb5b239fa]

        added [fr-BE] date acceptance pattern "D/M"

2012-01-19  Eike Rathke  <erack@redhat.com>  [3e49fe29e8cf83bda35ca1858c8765073d348a11]

        added [fr-FR] date acceptance pattern "D/M"

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [decd4c806264042e5fd8b21026c7d3c0cc760f44]

        Undo comment fix that introduces start of nested comment.

2012-01-19  Eike Rathke  <erack@redhat.com>  [bffecae79a79feec906f55f25d0d563915d64c6e]

        added [kab-DZ] date acceptance pattern "D/M"

2012-01-19  Eike Rathke  <erack@redhat.com>  [6f607469e97d6d6aeba99b5fcad264c40b47fd2e]

        minor corrections in comments

2012-01-19  Andras Timar  <atimar@suse.com>  [5d2f27834abd9ea13556387ffa7f773587edbebc]

        fdo#44915 MSI installer l10n bug
        
        Unfortunately msiinfo.exe has a limitation, it truncates Language
        property in Summary Information at char position 254.
        The replacement, WiLangId.vbs does not have this limitation.

2012-01-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [1df43525da87c181e7c9b42967f30072951cb794]

        Fix a crash when copying a sheet with drawing obj to a new document.

2012-01-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [50f4d165b42a85993685e546cbc524bc1bf68e5c]

        Make this a private member (to make it easier to keep track of its usage).

2012-01-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [d06779dd50a61b941dbfe9bb2a2f4070aaa09ce5]

        No class derives from SdrPageView. No sense using protected visibility.

2012-01-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [71860292f774920c99663cdbd8bbe0498a0e8da5]

        Don't be a listener if you aren't interested in listening.

2012-01-19  Eike Rathke  <erack@redhat.com>  [09c1d111208619197fa851b21ff24bd261a93b15]

        added [be-BY] date acceptance patterns "D.M." and "D/M/"

2012-01-19  Eike Rathke  <erack@redhat.com>  [af25972c19bcd0bef7739bd777c67907d61b2b16]

        added [ja-JP] date acceptance patterns (various)

2012-01-19  Eike Rathke  <erack@redhat.com>  [0dc4e9cd0aac2d203219bb5ea4266693427c744c]

        added check for duplicated date acceptance patterns
        
        Also insert full date acceptance pattern at first position instead of
        appending to have it be first in checks.

2012-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [28e1b3984080e238866fcd44034de6ea47895962]

        enable sd's regression test in the subsequenttest target

2012-01-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9b27d39081379aefbd8e1636088bf7eee3216ae3]

        finish sd's regression test
        
        Implemented a simple character based comparison of the exported file and
        the reference file

2012-01-19  Lionel Elie Mamane  <lionel@mamane.lu>  [1234d599d4ee67bd725f0513431b2d4c56c9e09d]

        ORowSetCache: overhaul internals

2012-01-19  Lionel Elie Mamane  <lionel@mamane.lu>  [b2345f6d18ae6787fa6f05a3431e75f6810f83fc]

        janitorial: don't rely on detail of current OSL_ENSURE implementation
        
        As in: that the compiler won't see the variables in the condition when OSL_DEBUG_LEVEL==0

2012-01-19  Lionel Elie Mamane  <lionel@mamane.lu>  [e0d349f70bc790efa7c267107bd2fb5aec4761e5]

        column position 0 is perfectly valid
        
        On the other hand, column position 1 is not guaranteed to exist.
        nCurPos will be BROWSER_INVALID_ID, not 0, in case of error in setting it

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [f727553f3b8c6632d1d374b918221649a9427eac]

        Don't break file: URLs

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [2fbefa3d30e05948e3263b9c4bfe40ac49204f55]

        Change back to 32 bit (which is hopefully right).

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [3c7ad92d43b0823b9f69b0d44e86f674f9dcf070]

        Drop UNO_REF_QUERY[_THROW] duplicates of UNO_QUERY[_THROW].
        
        They are virtually unused (at least the LibO code base has only a
        single use of UNO_REF_QUERY) but confuse static analysis tools that
        classify unused function parameters as "tags" (which legalizes the
        unusedness of those parameters) if they are of an enum type with
        exactly one value defined.

2012-01-19  Miklos Vajna  <vmiklos@frugalware.org>  [3520d6dfdd3adc9ac328ca9050f796478aaf2020]

        writerfilter/documentation: describe what an sprm is

2012-01-19  Thomas Arnhold  <thomas@arnhold.org>  [d93536e52943c910936504e531956f04d9c0503f]

        remove unused methods

2012-01-19  Thomas Arnhold  <thomas@arnhold.org>  [3e7151db8d6ffe1688f2b3c68dbc0741fe953cdc]

        remove unused macros

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [4229f1b186b84ab36d97b723a6a1f81e79d40d82]

        WaE: ongoing stream operator cleanup, persuade ints they are sal_Int32s

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [c5d4f4967e5d9d0220fadf3f313ddc35002cdf27]

        implement inode compare for identical directory item checking

2012-01-19  Rene Engelhard  <rene@debian.org>  [80a1001a206a3e3b6bf83b9734580cc7f46b0e33]

        honour JAVAFLAGS in gbuild

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [35b5cc9522a1c496a432b49534b1b202f99113e0]

        Fix SvStream::operator>> problem that showed up with the Android gcc 4.4.3

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [13a752cdbb9e2c1e2c0f922158f03fc70c12245c]

        sal: expose a public API for comparing directory items
        
        Windows impl. still pending.

2012-01-19  Luboš Luňák  <l.lunak@suse.cz>  [9f03ad248e2e0151facadee0738a7fa6158743f9]

        a feeble attempt at at least some docs for writerfilter

2012-01-19  Luboš Luňák  <l.lunak@suse.cz>  [58de34f6330e7093238bae2a14982e598867b336]

        fix reading w:charset, you misdesigned writerfilter monster (fdo#34814)

2012-01-19  Luboš Luňák  <l.lunak@suse.cz>  [38fea73760e675dc04e0c20f3e01e50aa8b03767]

        remove executable bit on source files

2012-01-19  Luboš Luňák  <l.lunak@suse.cz>  [254ba40392b17c2cb2fa1ef35a835d19a5f4a5e1]

        remove pointless forward moving of a table (bnc#706138)
        
        This appears to be broken. Why should a table where all rows want to be kept
        together be moved one page forward just because there is something
        before it on the page where it is? It either fits its curent page, in which
        case it's wrong, or it does not fit, in which case it may not fit the following
        page either and something else needs to take care of it anyway.

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [5785734a1947c6b3fb2081b7e33fe3d0bd125bbb]

        Don't use too modern C++

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [4a086fca7b0a77c20bc9f1c97507966e2861f3da]

        fix SvStream to not require a custom open or lstat method.

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [755f299eccee79aa91ce6d935b85d2b00fe74974]

        C++ is a nicely standardized language

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [0c17acbb321ced2afe2f0ff6769291549838ebaa]

        fix SvStream to not disagree with sal on sizeof struct stat
        
        A temporary tweak to restore build-ability; the oslDirectory
        change needs a little more thought & public exposure, but rsc
        no longer crashes during compile ...

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [877663b9c262be9b5d8620f756a4cfdf97195279]

        Explicit type in SvStream::operator << call.

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [c4e5e06ecca8c7f7f83e2e6e784157a3f2a93ef8]

        Undo inadvertent indentation change.

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [16af33302b19fd90c5c24031e23a7c36e3b6b412]

        Fix C++03 enum member scope.

2012-01-19  Michael Meeks  <michael.meeks@suse.com>  [c6b8c461bb4b119f833517112813def858903415]

        WaE: fix misc. SvStream operator problems.

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [75a6a51a9da2aa3b6eb0f0e43c0130844f6ab86c]

        Fix int/sal_Int32 mismatch.

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [6796128fbeea7b2cd71e99123bf86b56c23efd18]

        Don't point to non-existent directories in JAVA_LIB

2012-01-19  Tor Lillqvist  <tlillqvist@suse.com>  [d199ce626d491d6c95e467bad60b4bb1c8b9f8c0]

        Google calls armel just arm

2012-01-19  Radek Doulik  <rodo@novell.com>  [b342887856c3cadced2a1f57f6e829daf285955c]

        regenerated custom shapes presets

2012-01-19  Radek Doulik  <rodo@novell.com>  [76049db15945284b54bd84b3503839143c387510]

        updated custom shapes presets generator to use new SubViewSize property

2012-01-19  Radek Doulik  <rodo@novell.com>  [8447e7898d73249d13832144cd7e9167463b1391]

        use SubViewSize property for custom shape paths

2012-01-19  Radek Doulik  <rodo@novell.com>  [4d51363986c899f363a2788d82d3b7cd7040a0fb]

        implemented SubViewSize property for EnhancedCustomShapePath

2012-01-19  Radek Doulik  <rodo@novell.com>  [c04678b6e7f9cbd3b41295c7b3debafd5d2ff6e7]

        added SubViewSize property to EnhancedCustomShapePath
        
         - allow to specify view boxes for sub paths

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [8419668ea809036e734201770ff7a5a778509cce]

        Remove obsolete autodoc C++ functionality.

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [18a7f72bc2814b0754d1a380182063438847e08d]

        Remove clutter.

2012-01-19  Stephan Bergmann  <sbergman@redhat.com>  [10d33da53b40ae837d0371011e347f9028a2c76f]

        Remove obsolete xml2cmp -ix.

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [db7fb9cdf22d2e36e19baa3e78bca159b3f62735]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Replaced calls to operator>>(long) with operator>>(sal_Int32)
        Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [33e318faeac6f2895952ec69a6e338e07fe5ff39]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
        Replaced calls to operator>>(long) with operator>>(sal_Int32)

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [c6f2e3e46db30e0d7e4f53270ceda6d4b9c8f955]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
        Replaced calls to operator>>(long) with operator>>(sal_Int32)

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [987eae381d5c276ce239482d1cb79ecf53c015d8]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
        Replaced calls to operator>>(long) with operator>>(sal_Int32)

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [553b72ac78a4d1f8c7531748a903c4a52355f2cd]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Changed case SbxSALINT64: to use operator>>(sal_Int64)

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [2adad6a4b3e52b9d8365c4cb71525526b38035a9]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Replaced calls to operator<<(long) with sal::static_int_cast<sal_Int32>
        Replaced calls to operator>>(long) to use sal_Int32

2012-01-18  Keith McRae  <keithcoder@gmail.com>  [7b2a0e541567be9750dfc7d98374555967da3470]

        fdo#39428 Remove/audit SvStream operator>>/<<(long)
        
        Removed declarations & definitions for operator<<(long),(int)&(short)
        Removed declarations & definitions for operator>>(long),(int)&(short)
        Added (where necessary) operator<< for sal_Int & sal_uInt types
        Added (where necessary) operator>> for sal_Int & sal_uInt types
        Added SwapInt64 function, basically a copy of SwapUInt64

2012-01-18  Olivier Hallot  <olivier.hallot@alta.org.br>  [80fb2e397a60550de72b378215c2e305b29257a9]

        Fix for fdo43460 Part L getLength() to isEmpty()
        
        Part L
        Modules
        ucb

2012-01-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [3e04e08d371532960917afbcd59307fbd6c1f313]

        This method is now unused.

2012-01-18  Marc-André Laverdière-Papineau  <marc-andre@atc.tcs.com>  [05a8ecca55d96b823348fa390482be6cfee64f69]

        removed some dead code

2012-01-18  Andras Timar  <atimar@suse.com>  [225647779959d24cfdaea62968f518cc52533a90]

        fdo#44896 accomodate localized text expansion

2012-01-18  Thorsten Behrens  <tbehrens@suse.com>  [649457776f11de1f27157c98fd4b05432b425897]

        Unify blitting in vcl.
        
        vcl's DrawBitmap methods have a very nice optimisation, that reduce
        the blit to exactly the area covered (i.e. taking into account clip,
        scale etc.). This was hand-coded, now moved out to own AdjustTwoRect
        method, and also used from DrawOutDev / CopyArea.

2012-01-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [a0a04bb926f37d68a127f3a1a88a612eba8a4776]

        Make them private instead of protected.
        
        No classes derived from this and they are not virtual methods.

2012-01-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [b5a2242ff6fd3136daec04a46d2780d425740398]

        This aCropRect data member is no longer used.

2012-01-18  Tor Lillqvist  <tml@iki.fi>  [2605a9b5c00cc320f9a169dae96738834fea963e]

        Surely we want --disable-vba for iOS

2012-01-18  Tor Lillqvist  <tml@iki.fi>  [aaccb3dc49e83bf6a4d7d8cba5404a78f802ff8e]

        Don't print fairly pointless and verbose warning message

2012-01-18  Tor Lillqvist  <tlillqvist@suse.com>  [fa83e46653536821fa70d37d9e4e0ed98538e522]

        No need to unpack the .res files any more

2012-01-18  Tor Lillqvist  <tlillqvist@suse.com>  [e541105b45d5da8df296883111194e3a0297a2e7]

        Use osl API to access files in the SvFileStream code
        
        In general it's good to have file opening in just one place. In
        particular, this means SvFileStream can now open files located in the
        app package (.apk Zip archive) on Android, we don't need to unpack
        them into separate files.

2012-01-18  Tor Lillqvist  <tlillqvist@suse.com>  [a64db11b6ca1c0c99937cd99129758dbbe575ac2]

        Add some non-public API to be used by SvFileStream
        
        Having SvFileStream call the file opening etc functions here, instead
        of calling open() directly itself, means we won't have to duplicate
        the Android .apk hooks there, too.

2012-01-18  Thorsten Behrens  <tbehrens@suse.com>  [800806ba850c7fd03e37acb011fa993e08cb8fc8]

        decompose() should return the original rotation angle and scales.
        
        decompose() would return incorrect rotation angle and scales when the
        angle was exactly 180 degrees, due to FPU rounding error.  This commit
        fixes it.
        
        This problem would manifest itself when inserting an image into
        Calc/Draw, cropping it, and flipping it vertically or rotating it
        at exactly 180 degrees.  Before the fix the image would simply disappear.

2012-01-18  Thomas Arnhold  <thomas@arnhold.org>  [105546f7f11ccee50f8066bfb7c753fabb177fc8]

        remove unused code

2012-01-18  Thomas Arnhold  <thomas@arnhold.org>  [051e60ff36da9b1b7d0ee5268f74fcd34c4ef059]

        bin some unused code

2012-01-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bb921f1df6bb12671777e3f3e4a8caa6f7791c3d]

        svx: remove unused definitions in globlmn_tmpl.hrc

2012-01-18  Andras Timar  <atimar@suse.com>  [ceb14e0143fb72b34421f6fb81ff1fb1842cb500]

        fdo#37740 remove duplicate icons from soffice.bin/soffice.exe

2012-01-19  Takeshi Abe  <tabe@fixedpoint.jp>  [15e35093e86b49b3e8129108fa358adc0c865fbe]

        removed unused header

2012-01-18  Michael Meeks  <michael.meeks@suse.com>  [3c9264558e120e9aa0a7bf7e86df14d51b900b42]

        android: use config_host.mk for unit test goodness

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e3e54d74d6b9d8f5f2c256741fbaade69f4f0318]

        enable new datapilot api test

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5f1acc94095849f76a1ccd9711c2a4b524ca7d50]

        little clean-up in xspreadsheet2 test

2012-01-18  Laurent Godard  <lgodard.libre@laposte.net>  [51ed3a6324a5af91e2155ce11458785c30f5c878]

        sc test : refactor importSheet tests

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [206b748f884da6b3bd9628a0e1f3ed6fa38918f6]

        it is not possible to start/terminate libreoffice twice in the same program
        
        we have a static variable that prevents us from terminating libreoffice
        in this case here

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0e1ef3bcb6fa15b0b9aa75565b6e43df62c9ad8]

        terminate xcellrangesquery correctly

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7fb6d6250792311d1a55d7435569c0b89efecba6]

        terminate xdatabaserange correctly

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27553fa07e680edcdae68b40eba4fa201b6cdf59]

        correctly terminate cellproperties

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55abb2c6bb8f554ceb2fe85ba873b9be7d6633ea]

        correctly terminate tableautoformatfield

2012-01-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4273a37a59601f7dbc7f72282cba11c2cc883b3]

        these two variables don't need to be static

2012-01-18  Michael Meeks  <michael.meeks@suse.com>  [453339cc22da7b350804bd1911faa99b89815c5b]

        android: add --with-android-ndk= option to simplify configure.

2012-01-18  Michael Meeks  <michael.meeks@suse.com>  [347bb132e0a3efc82211d4e53bf0aa25ad817cf4]

        android: tweak headless, expand docs, and start custom android backend

2012-01-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d3f17ac97d1d90069fd66ccc63caab0f0472dc7d]

        _MSC_VER is compiler define and cpp.lcc needs to be taught about it

2012-01-18  Thorsten Behrens  <tbehrens@suse.com>  [152eaa298545821ec842499947236aeb99696427]

        Add more unit test coverage for generic clipper
        
        With the changes Julien brought in via
        66fd9a610cd876c236486a2089d8d58dca866e25, thought it was a good idea
        to cover those code paths as well - done now, via the
        checkCrossoverSolver() tests.

2012-01-18  Thorsten Behrens  <tbehrens@suse.com>  [13e1fe0561facccc80628c031065ad91adfdeade]

        Fix error in handling 'z' for svg:d string parsing
        
        Previously 'z' did not update the current point to the start
        point of the subpath, as required by
        http://www.w3.org/TR/SVG/paths.html#PathDataClosePathCommand. Fixed
        now, and adapted all the unit tests.

2012-01-18  Thorsten Behrens  <tbehrens@suse.com>  [b13852edb7ab68ba74fb47a38aebbda995323ecf]

        Remove old-fashioned VERBOSE, use OSL_DEBUG_LEVEL instead.

2012-01-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7f1d77d9fecdd710d2b2fd17be91a61665baf846]

        If COM==_MSC, then OS==WNT and also GUI==WNT

2012-01-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aa318df8355334811649055494a03d6336becf66]

        Package stlport on Windows when requested (fdo#37561)

2012-01-18  Eike Rathke  <erack@redhat.com>  [1de8ddb72e6a1bc75f3e70b0024c940098948a4f]

        convert one freshly introduced DBG_ERRORFILE to SAL_WARN

2012-01-18  Eike Rathke  <erack@redhat.com>  [923934d0f41b5b54c9aa4491958cd1939779902d]

        nitpick, it's i18n, not l18n

2012-01-18  Lionel Elie Mamane  <lionel@mamane.lu>  [ef08c38172f0a19063759a52dd94b70ebd962ed4]

        Oups... where is my brown paper bag?

2012-01-18  Lionel Elie Mamane  <lionel@mamane.lu>  [773668c6ab0963f56f98270b29d595f5df7c4bb2]

        OKeySet: tryRefetch and refreshRow share most of their code

2012-01-18  Lionel Elie Mamane  <lionel@mamane.lu>  [c2567a658735423948d76992ca744a4187620928]

        janitorial: typo in comments

2012-01-18  Lionel Elie Mamane  <lionel@mamane.lu>  [3623701d65f92017da905f4debf5514045f502c8]

        fdo#44813: make the refresh query filter NULL-safe

2012-01-18  Miklos Vajna  <vmiklos@frugalware.org>  [80852d8526de6981a2754e7a6bd87d5adac92433]

        writerfilter: remove empty line before shebang

2012-01-18  Miklos Vajna  <vmiklos@frugalware.org>  [f4f774a3ae113e2c5f965d33de2cfa3746aad922]

        writerfilter: drop exec bit on non-script files

2012-01-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [03f4f6e17a0a159eb48282bde0a5392c104a0b19]

        lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-in

2012-01-17  August Sodora  <augsod@gmail.com>  [064065985a24e2454234e929969cc2b1649b3d01]

        fdo#44402: make keyboard navigation work again in Tools->Options

2012-01-17  August Sodora  <augsod@gmail.com>  [9746244229613cd5da87a268cff80ca8c8c3ec89]

        Remove unused macros

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [d2c8003ecbf239faa5ed455cb3bfcb03e912e3cd]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [2a566b17752869a2760f85bed5bf4f59ab0b8211]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [3f7c5847ffca045230f4fa2a163405e35afb04d7]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [64fb265325287ed91ba92c2d15d7b51d3f6f69c6]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [91fe68f4c2d66dc34b99386f824abdd6c09f6bb1]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [28c9559f64d1d4ff2d0e58d8ecac621e8c7dee90]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Marcel Metz  <mmetz@adrian-broher.net>  [6cd5f6f506e148afdf192b4627ecd89330cf346c]

        Replaced SAL_INFO with SAL_WARN were applicable.

2012-01-17  Michael Stahl  <mstahl@redhat.com>  [d20033a3eb09125bd74e31907d681a87471cce78]

        sw: tweak translations of previous commit

2012-01-17  Luc Castermans  <luc.castermans@gmail.com>  [d76091de45b4b3a350d1aca04a4217840859554a]

        Translate comments from German to English; sw/source/core/frmedt is complete.

2012-01-17  Michael Stahl  <mstahl@redhat.com>  [e762a8bd18cdb5a2852a647aac93c2c0a3becfe5]

        sw: translate some comments

2012-01-17  Olivier Hallot  <olivier.hallot@alta.org.br>  [964617156260cd157d4f39be01a5d3dec1c29a27]

        Fix for fdo43460 Part XL getLength() to isEmpty()
        
        Part XL
        Modules
        sw

2012-01-17  Michael Meeks  <michael.meeks@suse.com>  [802d82b6e2acedd3581acbf23407d7f5f742c671]

        vcl: expand the documentation in README

2012-01-17  Tor Lillqvist  <tml@iki.fi>  [b00bd214c4ddf4a3d8ad9f0a43ce362388adb090]

        Correct my email

2012-01-17  Tor Lillqvist  <tml@iki.fi>  [ee4fc40f63db751fe4d20419ea0f5bc7557e2414]

        Make it sound slightly less experimental and scary

2012-01-18  Takeshi Abe  <tabe@fixedpoint.jp>  [c2c669db137b9ace3928612834ea080f3e661fef]

        removed dead macro

2012-01-17  Eike Rathke  <erack@redhat.com>  [0f1fc0dfea41b7c74565683ba13e0dfc9177c7e5]

        a can't-happen-but-do-it-correct-anyway one character fix

2012-01-17  Eike Rathke  <erack@redhat.com>  [c0bbf6f78aba568d3b3edb77fdfa973c183208ff]

        rudimentary check if date acceptance pattern interferes with decimal number

2012-01-17  Eike Rathke  <erack@redhat.com>  [fa836f7bf0fcdab6029320bdf7830c561d5ea823]

        added [zh-TW] date acceptance patterns (various)

2012-01-17  Thomas Arnhold  <thomas@arnhold.org>  [804e86170ff2570fd3826b4ac26d1c927e751ac3]

        remove unused methods

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [3c8478e26bde41c35c75557d985f5734d8d1a2bd]

        Removed obsolete splitbuild.

2012-01-17  Andras Timar  <atimar@suse.com>  [433fb076ee7a81a3b92fb545ec7243bc99a0768e]

        remove older zlib from download list

2012-01-17  Michael Stahl  <mstahl@redhat.com>  [f25ef2b904652ab3162c61864eeb5a2381bb796f]

        gbuild: UnoApiTarget: initialize target local vars
        
        Fixes the problem in offapi, where a rebuild after changing an IDL file
        would produce an offapi.rdb that contained the stale content of the
        old version of the IDL file.  This was because in offapi 2 rdb files are
        built, offapi.rdb and types.rdb, and types.rdb is a merge of udkapi.rdb
        and offapi.rdb, hence it depends on offapi.rdb.  Unfortunately this means
        that the UNOAPI_MERGE variable for types.rdb is inherited to
        offapi.rdb, with the result that after the workdir offapi.rdb is built
        from .urd files, it is overwritten by a merge of udkapi.rdb and a stale
        offapi.rdb from the solver.

2012-01-17  Michael Stahl  <mstahl@redhat.com>  [aeb56b2ba1eefe08be4a7f20dc36d4a6200aa949]

        registry: print error messages on stderr

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [8935f127d1dbe82c10db229d6cda1acfb964456c]

        DbGridControl::SeekCursor: show exception when seek fails (and debug build)

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [a63d7020ce55c1b2970ba5a3ddd3f6f7067eac48]

        janitorial: typo in private member name

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [d30ecc1a23405aefb7f53f3865b7f9d79aa6874f]

        janitorial: const iterator where may be, indentation

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [b713652b33b6eb180528016f81de59451e2e51f1]

        Also teach "foo IS [NOT] bar" to our SQL parser (when bar is not NULL)
        
        Syntax supported by at least SQLite.

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [6031d1285c510c893b77f87648e442bd12afba94]

        fdo#44813: teach "IS (NOT) DISTINCT FROM" to our SQL parser

2012-01-17  Lionel Elie Mamane  <lionel@mamane.lu>  [a261e36481c80750ad7b10505e4b05b9873c328d]

        fdo#44813: don't replace NULLs given by the database by type-default values
        
        It makes no sense, because non-nullable columns can have NULL value.
        E.g. in "foo LEFT JOIN bar ON condition", the non-nullable columns of "bar"
        when it has no row matching "condition".
        
        Even when we are about to insert/update a row, we should not put a
        hard-coded value (that just happens to be the one constructed by the
        C++ default constructor for that type) in non-nullable columns: there
        is no guarantee that this value makes sense in that database's context.
        The database may or may not have a default value set for that column.
        If it has, we should leave it up to the database to set it automatically.
        If it has not, an error *is* the right reaction.
        
        Another place where this substitution does damage is when we refresh a
        row. We use the values we have read from the primary key to select the
        row again. So we should not mangle those, else the select returns no
        row and we mistakingly think the row has been deleted.

2012-01-17  Eike Rathke  <erack@redhat.com>  [605707652afebf0e5c90311adcc7767ebe807e45]

        added [zh-CN] date acceptance patterns (various)

2012-01-17  Eike Rathke  <erack@redhat.com>  [054b910f72de25e085f1fd54e37118503cd5a527]

        added [ru-RU] date acceptance patterns "D.M." and "D/M/"

2012-01-17  Eike Rathke  <erack@redhat.com>  [3cc4917c2df89d427ea9ae3fdba9e8a5c9df6371]

        added [is-IS] date acceptance patterns "D.M." and "D/M/"

2012-01-17  Andras Timar  <atimar@suse.com>  [2fe5c4a185d3a4d754a52dabe190c4beb9b58a20]

        fix zh-TW translation errors reported by Cheng-Chia Tseng in e-mail

2012-01-17  Eike Rathke  <erack@redhat.com>  [87b12c42717a3488cc179d07cf42ace2335aced4]

        added [glt-LT] date acceptance pattern "M-D"

2012-01-17  Eike Rathke  <erack@redhat.com>  [197c0ef041fb92ba08d6440258e59485c81214a2]

        added [gd-GB] date acceptance patterns "D/M" and "D-M"

2012-01-17  Eike Rathke  <erack@redhat.com>  [abfbda01c8faa06f7c97692c25be0e8419cd2c48]

        added [nl-BE] date acceptance pattern "D/M"

2012-01-17  Eike Rathke  <erack@redhat.com>  [741282c6e8d82c31c534b2e30dbc4ba8ca21299e]

        added [nl-NL] date acceptance pattern "D-M"

2012-01-17  Caolán McNamara  <caolanm@redhat.com>  [eb9054fbe9d13978862dab8d13923bf670e96c43]

        fix crash double clicking rotated text in calc

2012-01-17  Thomas Arnhold  <thomas@arnhold.org>  [a47cb498471f38987c248519435bc4867ffa456e]

        remove unused ScDP* methods

2012-01-17  Jesús Corrius  <jesus@softcatala.org>  [e532fc14d3804d7e812de4fb083e082b48300ed7]

        added [ca-ES] date acceptance pattern D/M

2012-01-17  Eike Rathke  <erack@redhat.com>  [b5ea4471ad64cec7eda82727b6ff59c57e44eac4]

        added element name check for LC_FORMAT

2012-01-17  Eike Rathke  <erack@redhat.com>  [d553f0bdd877cf11bb70e09ccd1fe2725f229732]

        added [es-ES] date acceptance pattern "D/M"

2012-01-17  Eike Rathke  <erack@redhat.com>  [c542fc3a4142c8f5a312a7adbdc4bae4184fffe3]

        added [an-ES] date acceptance pattern "D/M"

2012-01-17  Caolán McNamara  <caolanm@redhat.com>  [9cf05319a87aff4590129259a0ae240b2d1fff1d]

        pspfontcache is gitignored

2012-01-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b350765be4852b8d2dc914a6048a5d273447480a]

        Implementing text rotations

2012-01-17  Caolán McNamara  <caolanm@redhat.com>  [a9c29c59be1672fb7e595b5592f882c575cd118a]

        gbuildify test

2012-01-17  Caolán McNamara  <caolanm@redhat.com>  [b14bd565c8e860ead9f666d72c5f25001464f317]

        drop no-opt cast

2012-01-17  Caolán McNamara  <caolanm@redhat.com>  [bcc25a6d8ab411fe62f935cbb302eb1924274ae8]

        callcatcher: remove recently unused code

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [bd8851e3193692357165bf065de6e9a0b9fd726c]

        Make test code compile on Mac OS X.

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [506aee902eca1aa3c08d67b7e1d8969e2707e030]

        svtools can go into tail_build now.

2012-01-17  Thorsten Behrens  <tbehrens@suse.com>  [29bd62fdc2792e215999e9dd0ec9a4bf1102201d]

        Switch flag sequence of OpenCommandArg3 to NamedValue.
        
        Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3,
        using the less-bulky NamedValue type instead of PropertyValue.

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [0e163ead17cb1e6675c72a39c32a0bb4d733857a]

        Disable CppunitTest_svl_urihelper for now due to bad dependencies.

2012-01-17  Noel Power  <noel.power@novell.com>  [9eef1e2961f9607fb235b43516bfe9f8fc24eaef]

        fix Date 'operation' Date foobar
        
        Post commit 9df90559d40f029479c4481e31f88737b70742f6 we have problems where Date types are added and subtracted. In fact that commit makes a subset of numberic operation return the date type. This fix ensures that the Date type is only applied when processing '+' ( old behaviour broken by the commit above ) and '-' ( new behaviour for consistency ) If both LHS & RHS are Date types then the result of the operations in question return the Double type.

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [7e69e6485f9e961e9a4862d8252491104018975a]

        Adapted svl test_URIHelper to gbuild.

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [e75308f9099e3baebe7b283241e8b2fd799ef9ff]

        Avoid compilation problem.

2012-01-17  Stephan Bergmann  <sbergman@redhat.com>  [7ca7690f84cfab87ddd25fa1200b11625d1f7ece]

        Better fix for WaE signed/unsigned comparison.

2012-01-17  David Tardon  <dtardon@redhat.com>  [750f32c6ccd4c5dcf0036b0aa421bedea4e686f5]

        Revert "try to solve tml_'s detected dependencies issue with salcpprt"
        
        Bjoern fixed it by adding proper package deps
        
        This reverts commit a56cf2216105065b7576ff695cf376bc58b12346.

2012-01-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [005d6524977bd51ce2f859b5ae5352a2fba68dd0]

        fdo#43193: fix rotation of shapes in imported MS documents
        
        This partially reverts commit 1fbbd6134573beedc72a3839d65b27dfc829f2fb.

2012-01-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d8088c2262884e6a39f67879cbb808d588fde1fd]

        sd: remove some unused defines

2012-01-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b314b1296fa13abfcecbc6bb3a6b918096392d43]

        sd: remove unused templates

2012-01-16  August Sodora  <augsod@gmail.com>  [d9ce7a484fdb870a5f41dca205469ddcf7f8b608]

        Remove unused SttResMgr from basic

2012-01-16  August Sodora  <augsod@gmail.com>  [4383bb532e2663823f54dc922f3b4e2f0703f241]

        Remove unused function

2012-01-17  Thorsten Behrens  <tbehrens@suse.com>  [09954fc863c8ee900f157cab4458e1dcf51493d3]

        Fix UpdateCheck clog up server by keeping connection alive
        
        The update check protocol uses the webdav ucp, which uses neon,
        which in turn defaults to keeping the connection alive. this is nice
        for webdav, but disastrous for millions of clients phoning home to
        the same server.
        
        Using neon directly in updatefeed.cxx is not an option, due to the
        thread safety problems around that (see e.g. rhbz#544619) - so we
        had to extend it to accept connection options, and reuse the
        existing webdav provider.

2012-01-16  August Sodora  <augsod@gmail.com>  [d319387526870f34c49b3ef337b1b0d55767f3fe]

        SvPtrarr->std::vector

2012-01-16  August Sodora  <augsod@gmail.com>  [cd10d4e8a612f72bf2fa421bc1360d5230da505d]

        Remove SbErrorStack[Entry]

2012-01-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3c1ddd4de187363cf1c3f14c43b4a2c66b1de6d6]

        add human theme to packaging

2012-01-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f8766b4c489e5fb7101ae71fbe41fceaff88f941]

        add human theme to configure

2012-01-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [605b8a0bc0201ea0bb07190a57213236dd009216]

        salcpprt also uses headers from sal_inc

2012-01-16  August Sodora  <augsod@gmail.com>  [4f8efe5ca7e6075acbb8014a221a260f9ab81474]

        Remove *_OBJSTACK, *_OBJARRAY

2012-01-16  August Sodora  <augsod@gmail.com>  [d72e62066079c894d7275d60fecf4ef19f9fa01c]

        Remove unused SV_DECL_PTRARR_DEL

2012-01-16  August Sodora  <augsod@gmail.com>  [104d688af4e34d13631dd37afb659bb8c7da74f0]

        SV_DECL_PTRARR_DEL->std::vector

2012-01-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [a56cf2216105065b7576ff695cf376bc58b12346]

        try to solve tml_'s detected dependencies issue with salcpprt

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [d3253a0efdf0405790aaaa062f91b6dc164b1f2d]

        remove unimplemented methods from headers

2012-01-16  Alexander Bergmann  <myaddons@gmx.de>  [0d7e73ac445d2e3fc8ed5ff2d6cf289d2b367a56]

        Removing unused code

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [c5e155523ad84b8757db4379496e41e3e3faf781]

        typo

2012-01-16  Tor Lillqvist  <tml@iki.fi>  [fe24578f5aae2fee7576bcfbf5046cd83becc16e]

        Fix typo

2012-01-16  Tor Lillqvist  <tml@iki.fi>  [38a09a9e3ac7c550608ed96b560a0277d9021092]

        Env.Build.sh should source config_build.mk

2012-01-16  Tor Lillqvist  <tml@iki.fi>  [322085e0ea9d8323ced8aeb26d81e140e35af3d5]

        There is no desktop/scripts/soffice.sh.in any more

2012-01-16  Michael Meeks  <michael.meeks@suse.com>  [16d14899807cc46a5c22c3848eec939359d5fbd6]

        android: LuceneHelpWrapper not built here.

2012-01-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [de8c830947a756b6d8ab2d7ef33934c9ba28036a]

        fix mistake in merging tools/source/rc/resmgr.cxx
        
        fix mistake in merging tools/source/rc/resmgr.cxx

2012-01-16  Olivier Hallot  <olivier.hallot@alta.org.br>  [81e50fb2e378120d05f7ffdee216ce6e248e189b]

        Fix for fdo43460 Part XXXIX getLength() to isEmpty()
        
        Part XXXIX
        Modules
        testtools, toolkit, tools

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [69d91300547f6ed45a9a499ffae71c2c0f91c441]

        WaE signed/unsigned comparison.

2012-01-16  Julien Nabet  <serval2412@yahoo.fr>  [9dfa70c22d4f3ad480ffb98c0c8e1ea40f03dc18]

        Fix "Same expression on both sides of '||'"

2012-01-16  Thorsten Behrens  <tbehrens@suse.com>  [a3849747a393a16a0d11ef91236cc9a910e73f18]

        Fix configurable branding.
        
        Bin the submakefile, use direct Zip cp calls. This also fixes
        the non-working deps towards default_images.

2012-01-16  Kenneth Aafløy  <kenneth_lists@aafloy.net>  [09a25659775c4d39eb40507e7cbd9472570834d3]

        Add import of docvariable fields from word documents
        
        Hi,
        
        Attached is a patch that adds support for importing docvariable fields
        from microsoft word documents. The variables themselves are already
        converted correctly, so this patch only ties the field to the existing
        custom document information.
        
        Please consider this patch for inclusion.
        
        I declare that this and my further patches are under LGPLv3+ / MPL license.
        
        With Regards,
        Kenneth Aafløy

2012-01-16  August Sodora  <augsod@gmail.com>  [2070d9a298f40d3a866920106357843994e90c85]

        SV_DECL_PTRARR_DEL->std::vector

2012-01-17  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a9ebfbc2b6c8db7997d5982435951c068120af6f]

        Use platform-independent ::rtl::math::round to fix msvc build

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [ef0ee083e668be2b41e86196417893f84359aee8]

        fix build error

2012-01-16  August Sodora  <augsod@gmail.com>  [9a2859df2d908774399b4041b47f2c390d030b31]

        Remove invalid friend declaration

2012-01-16  August Sodora  <augsod@gmail.com>  [ad5bc7a1ecbe41ae49860c7223fd9f99cb3c4697]

        String->OUString

2012-01-16  August Sodora  <augsod@gmail.com>  [0ced88ad440995e1f84ba0712df1092bfc225c84]

        Remove unused enum SbLanguageMode

2012-01-16  August Sodora  <augsod@gmail.com>  [2a3d61a0be85301c2629cb561730aa73741aa428]

        Remove unused enum SbTextType

2012-01-16  August Sodora  <augsod@gmail.com>  [a29901ae3245081a115e3b3d64c14642684cb686]

        Remove unused struct SbTextPortion

2012-01-16  August Sodora  <augsod@gmail.com>  [64c8a11cc5f29720ed12d9a18aae6ac36e714ed9]

        Remove unnecessary using declaration

2012-01-16  Mariusz Dykierek  <mariuszdykierek@gmail.com>  [d2d730f65774564f27f3f5a0d3a1ee94db21c47f]

        Removed FormatterBase::SetFieldText

2012-01-16  Da'angh Khagaroth  <khagaroth@gmail.com>  [2955fc0c3ef3c15b5fdad43969402503ed439336]

        DateAcceptancePattern and PartitiveMonths for Czech language

2012-01-16  Cheng-Chia Tseng  <pswo10680@gmail.com>  [969abdc19a4d686b0288fee3d8e223df04becc7e]

        Resolves: fdo#43984 Update VCL.xcu for Chinese (Traditional) language

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [94a8737a54c9e2c320e0be0286a5ecc0d354b8cc]

        drop strange embedded null handling behaviour

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [e770d5300054d56545bba3c16635a14e92fde807]

        Fix #ifdef SAL_LOG_INFO region.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [1ef1781390845d03b6e1518bbac81b818be62f3d]

        Revert RescheduleDuringAcquire, it leads to code being run w/o solar mutex.
        
        6a8fd4c76a969ac98d1aff91ff7442f43aee0006 claims that RescheduleDuringAcquire is
        necessary to prevent deadlocks, but fails to explain what those deadlocks look
        like (and the cited HH internal issue 163542 is not available for inspection).
        It does lead to code erroneously being called with unlocked solar mutex, leading
        to crashes like
        
        Thread 1:
         0  in com::sun::star::uno::BaseReference::is at solver/unxlngx6/inc/com/sun/star/uno/Reference.h:103
         1  in sdr::contact::ControlHolder::is at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:204
         2  in sdr::contact::ViewObjectContactOfUnoControl_Impl::hasControl at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:642
         3  in sdr::contact::ViewObjectContactOfUnoControl::isPrimitiveVisible at svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx:1815
         4  in sdr::contact::ViewObjectContact::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:396
         5  in sdr::contact::ViewObjectContact::getPrimitive2DSequenceSubHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:428
         6  in sdr::contact::ViewObjectContactOfPageHierarchy::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx:450
         7  in sdr::contact::ViewObjectContact::getPrimitive2DSequenceSubHierarchy at svx/source/sdr/contact/viewobjectcontact.cxx:428
         8  in sdr::contact::ViewObjectContactOfSdrPage::getPrimitive2DSequenceHierarchy at svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx:699
         9  in sdr::contact::ObjectContactOfPageView::DoProcessDisplay at svx/source/sdr/contact/objectcontactofpageview.cxx:248
         10 in sdr::contact::ObjectContactOfPageView::ProcessDisplay at svx/source/sdr/contact/objectcontactofpageview.cxx:132
         11 in SdrPageWindow::RedrawLayer at svx/source/svdraw/sdrpagewindow.cxx:391
         12 in SdrPageView::DrawLayer at svx/source/svdraw/svdpagv.cxx:398
         13 in SwViewImp::PaintLayer at sw/source/core/view/vdraw.cxx:148
         14 in SwRootFrm::Paint at sw/source/core/layout/paintfrm.cxx:2976
         15 in ViewShell::Paint at sw/source/core/view/viewsh.cxx:1678
         16 in SwCrsrShell::Paint at sw/source/core/crsr/crsrsh.cxx:1165
         17 in SwEditWin::Paint at sw/source/ui/docvw/edtwin2.cxx:535
         18 in Window::ImplCallPaint at vcl/source/window/window.cxx:2417
         19 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         20 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         21 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         22 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         23 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         24 in Window::ImplCallPaint at vcl/source/window/window.cxx:2441
         25 in Window::ImplCallOverlapPaint at vcl/source/window/window.cxx:2477
         26 in Window::ImplHandlePaintHdl at vcl/source/window/window.cxx:2497
         27 in Window::LinkStubImplHandlePaintHdl at vcl/source/window/window.cxx:2491
         28 in Link::Call at solver/unxlngx6/inc/tools/link.hxx:140
         29 in Timer::Timeout at vcl/source/app/timer.cxx:256
         30 in Timer::ImplTimerCallbackProc at vcl/source/app/timer.cxx:144
         31 in SalTimer::CallCallback at vcl/inc/saltimer.hxx:66
         32 in SvpSalInstance::CheckTimeout at vcl/headless/svpinst.cxx:199
         33 in SvpSalInstance::Yield at vcl/headless/svpinst.cxx:310
         34 in ImplYield at vcl/source/app/svapp.cxx:455
         35 in Application::Reschedule at vcl/source/app/svapp.cxx:482
         36 in SolarMutexReleaser::~SolarMutexReleaser at solver/unxlngx6/inc/vcl/svapp.hxx:551
         37 in VCLXWindowImpl::OnProcessCallbacks at toolkit/source/awt/vclxwindow.cxx:320
         38 in VCLXWindowImpl::LinkStubOnProcessCallbacks at toolkit/source/awt/vclxwindow.cxx:291
         39 in Link::Call at solver/unxlngx6/inc/tools/link.hxx:140
         40 in ImplHandleUserEvent at vcl/source/window/winproc.cxx:1999
         41 in ImplWindowFrameProc at vcl/source/window/winproc.cxx:2571
         42 in SalFrame::CallCallback at vcl/inc/salframe.hxx:294
         43 in SvpSalInstance::Yield at vcl/headless/svpinst.cxx:299
         44 in ImplYield at vcl/source/app/svapp.cxx:455
         45 in Application::Yield at vcl/source/app/svapp.cxx:489
         46 in Application::Execute at vcl/source/app/svapp.cxx:432
         47 in desktop::Desktop::Main at desktop/source/app/app.cxx:1824
         48 in ImplSVMain at vcl/source/app/svmain.cxx:178
         49 in SVMain at vcl/source/app/svmain.cxx:215
         50 in soffice_main at desktop/source/app/sofficemain.cxx:67
         51 in sal_main at desktop/source/app/main.c:34
         52 in main at desktop/source/app/main.c:33
        
        Thread 2:
         0  __lll_unlock_wake at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:373
         1  in _L_unlock_657 from /lib64/libpthread-2.12.so
         2  in __pthread_mutex_unlock_usercnt at pthread_mutex_unlock.c:52
         3  __pthread_mutex_unlock at pthread_mutex_unlock.c:290
         4  in osl_releaseMutex at sal/osl/unx/mutex.c:179
         5  in vcl::SolarMutexObject::release at vcl/source/app/solarmutex.cxx:54
         6  in SalYieldMutex::release at vcl/generic/app/geninst.cxx:73
         7  in SolarMutexGuard::~SolarMutexGuard at solver/unxlngx6/inc/vcl/svapp.hxx:436
         8  in SfxBaseModel::close at sfx2/source/doc/sfxbasemodel.cxx:1500
         9  in SwXTextDocument::close at sw/source/ui/uno/unotxdoc.cxx:574
         10 in callVirtualMethod at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:155
         11 in cpp_call at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:392
         12 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:586
         13 in binaryurp::IncomingRequest::execute_throw at binaryurp/source/incomingrequest.cxx:263
         14 in binaryurp::IncomingRequest::execute at binaryurp/source/incomingrequest.cxx:89
         15 in binaryurp::(anonymous namespace)::request at binaryurp/source/reader.cxx:107
         16 in cppu_threadpool::JobQueue::enter at cppu/source/threadpool/jobqueue.cxx:121
         17 in cppu_threadpool::ORequestThread::run at cppu/source/threadpool/thread.cxx:222
         18 in cppu_requestThreadWorker at cppu/source/threadpool/thread.cxx:57
         19 in osl_thread_start_Impl at sal/osl/unx/thread.c:292
         20 in start_thread at pthread_create.c:301
         21 in clone at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115
        
        Looks best to remove that strange feature again and, if deadlocks should
        resurface, how to fix them cleanly.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [973d92a2a27d63e1c5fd6858ca6b45565a722bec]

        Missing SolarMutexGuard.

2012-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [081d76c3faa9f242e70f94a253d334e29b7e6595]

        Attempt to manage without Berkeley DB on iOS and Android
        
        Berkeley DB is used for help index and extension database. (Possibly
        only for a backward-compatible format of the latter, I am not sure.)
        Neither use makes much sense on Android and iOS.
        
        The existing help is for LO on desktop OSes anyway, help for LO-based
        apps on iOS and Android will naturally be quite different.
        
        On iOS there will definitely be no "extensions", and probably we don't
        want to bother with such on Android either.

2012-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [6c1852c5526a947f2fb6007dc6a85da588e04b61]

        Do build Library_deployment also for non-desktop OSes
        
        Whether anything in it will eventually be used in LO-based apps on
        such OSes, no idea, but no harm building it.

2012-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [38bb16572873ca46d83fbe3b0877eb2088347135]

        Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSes
        
        Not that I know if soffice.bin as it currently is will make sense on
        Android or iOS eventually, but just for experimentation...
        
        Don't bother with Library_unopkgapp for non-desktop OSes as we don't
        build Executable_unopkg.bin for them either.

2012-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [08651bcc738928cc20afd84b02c4307b590794c3]

        Try without xmlhelp on non-desktop OSes

2012-01-16  Tor Lillqvist  <tlillqvist@suse.com>  [ee0a5a04fed6a56eddb0655bb6ff014c63c48b8e]

        There is nothing to build in xmlhelp/inc

2012-01-16  Radek Doulik  <rodo@novell.com>  [229b0cc0029e93fa808624d8aa4dcfa2e289b1aa]

        handle [more] placeholder shapes in Layout slides
        
         - import them as outliner shapes, so that they don't appear on regular slides
         - choose appropriate placeholder shapes on regular slides (Table, Picture, Chart, Media)

2012-01-16  David Tardon  <dtardon@redhat.com>  [cf23f57ae6bb7af689a45e0a850c3c2f67a8f810]

        sort out dep problem with yacc-generated header (fdo#44707)

2012-01-16  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [75e3bffa1006eeb91324eaeabd52182d25b28711]

        Move form control icons into icon-themes
        
        See also: commit 6639eb9c306cd59482f259330258caea84239fc1

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [5ebd4bd13c9beb6776407abdcf7a6ff56a76b575]

        Clang -Wunused-variable.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [b6b22079f4214fddaa39514a43446e6b3ce6fef0]

        Clang -Wsign-compare.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [2091a7fe8739eae4ca4d6ccd23db27e8e7de7203]

        Clang -Wunused-variable.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [5a410d2e5a80ae1ea8a11300ddd2d8486e7e095b]

        Clang -Wunneeded-internal-declaration.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [9892e4c8d91fa1cbae0ced6b64c9735d9657a9b8]

        Clang -Wunused-variable.

2012-01-16  Thomas Arnhold  <thomas@arnhold.org>  [6cef39508e8a834f694cbfb750e982c623c9bd49]

        Add SOLARIS checks for SalDisplay::IsLocal()
        
        This method is (only) used at SalDisplay::GetKeyboardName() for SOLARIS

2012-01-16  Thomas Arnhold  <thomas@arnhold.org>  [d799ac1320fb11439566a8a6c8215cfb3db10a00]

        Revert "Remove unused SalDisplay::IsLocal"
        
        This reverts commit e9202ffeccdf6f669184f3f869d2e5b121bea9f3.
        
        Conflicts:
        
        	vcl/inc/unx/saldisp.hxx

2012-01-16  Marcel Metz  <mmetz@adrian-broher.net>  [a18123fb97e7c69a7fac6724aaa3a8e2440dae98]

        Replaced DBG_ERRORFILE with SAL_INFO.

2012-01-16  Marcel Metz  <mmetz@adrian-broher.net>  [268050960a16af2b404ef3ba42b6185047027e2d]

        Replaced DBG_ERRORFILE with SAL_INFO.

2012-01-16  Marcel Metz  <mmetz@adrian-broher.net>  [ae71f5b4115367b4cc649f3025c43eb733190732]

        Replaced DBG_ERRORFILE with SAL_INFO.

2012-01-16  Marcel Metz  <mmetz@adrian-broher.net>  [157d414977a6b80d2654767419fe2e406024ea04]

        Replaced DBG_ERRORFILE with SAL_INFO.

2012-01-16  David Tardon  <dtardon@redhat.com>  [aad000dcef7b5c9a6fe4bad6abd4245e357b850f]

        drop unneeded cast

2012-01-16  Matúš Kukan  <matus.kukan@gmail.com>  [9847c3ec4dc276f52fd06b59dd8101506fe84cd9]

        gbuild: WNT_INTEL_MSC: replace also // with / in the path
        
        Motivation behind this is to fix processing of idl files.
        When LibO directory is toplevel disk directory, there are
        two // in the path which could be the reason idlc fails.

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [b0f254fa1e1cb916fa21234603578de701f75e83]

        WaE: getXScreen is an unsigned int now

2012-01-16  Luc Castermans  <luc.castermans@gmail.com>  [60c8a970d693617fabb3278828e15a0782174091]

        Translate German comments to English

2012-01-16  Andras Timar  <atimar@suse.com>  [9c34d4a80b4b1a2c2275a9dbadb138ac9490abbf]

        update to 20120106 release of Linux Libertine G fonts
        
        - proper hinting for digital publishing by new ttfautohint of Freetype
          instead of Fontforge autoInstr
        
        - fix LibreOffice crash with dotted tabulation (conflict between
          dot-to-ellipsis mechanisms), problem reported by user "bolond"
          on HUP.hu, and István Bobay on Libreoffice.hu
        
        - fix proportional old style numbers leading with Euro symbol,
          problem with the first digit reported by Kim Bastin
        
        - fix Linux Libertine G semibold Italic (missing Graphite features)
        
        - sups uses hyphen.sups replacement for hyphen instead of minus.superior
          (use explicit minus sign or feature texm: texm keeps minus.superior
          for hyphen input, like TeX)
        
        - new feature: "litt", optional switch for the default "tt" ligature
        
        - fix f] and f' (typographic apostrophe) kerning in Linux Libertine
          Italic
        
        - remove bad ligc replacement in superiors and inferiors

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [e2260726ae54a25b26b86f35c4148d20d4b823d3]

        Same expression on both sides of '-'

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [27951fd37d9a4b506adacb3c12395e7504422a14]

        SEARCH_PATH_DELIMITER is the same as SAL_PATHSEPARATOR

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [1ac9ccfbb696759efdbe426e6954495db870a000]

        be consistent in include ordering

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [9790e4457f14950b83a0746e00f986d76cf1ca36]

        document with unit test rather suspicious eof handling
        
        ReadLine differs from std::getline with respect to final lines
        that end at EOF with no EOL.
        
        i.e. see Export::ConvertLineEnds in l10ntools/source/export2.cxx
        which doesn't make a massive amount of sense the way things currently are.

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [67270ddc7c0b203c774a3d78e48d07535c54c0da]

        one bug display->one big display

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [456853e96cc37bf817410366f0b94d6890e0ba00]

        document with unit test rather odd embedded null handling

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [a8742cecc157a28f293107013d6b35ce8a342382]

        convert some old-school ByteStrings

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [4abfd463edd482389d83d75fe223a4a26aed7cb1]

        force users of WriteByteStringLine to explictly denote encoding

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [9d4d7272507c6a9c7ede239df9243103fce46dbf]

        force users of ReadByteStringLine to explictly denote encoding

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [d3bda969c6a126cfa2742b9adba142cb7f316d56]

        just return a new string rather than pass by reference

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [1aec590757962088358bdc7de175766a671c873b]

        convert low hanging Strings to OUString

2012-01-16  Caolán McNamara  <caolanm@redhat.com>  [54cf331a96429212c1ed0041c003840a760d75fa]

        callcatcher: update list, updateDirTimestamp now unused

2012-01-16  Michael Meeks  <michael.meeks@suse.com>  [3391bd05cc2f43a48cdccda0ae4c1a2f587bbaaa]

        cleanup: remove unused prototype too

2012-01-16  Alexander Bergmann  <myaddons@gmx.de>  [f1e54cdd366781e96115b5e8932ff4ead6a7a3d9]

        sax_fastparser::FastSerializerHelper::write(float)

2012-01-16  Michael Meeks  <michael.meeks@suse.com>  [955b18d41866508dd0d69704991c03d7d9479e5d]

        vcl: second part of fix for fdo#43458 - get xrandr / y positioning right

2012-01-16  Michael Meeks  <michael.meeks@suse.com>  [8d151e0e55e1945bc5f633dc916372a3ea27a16d]

        vcl: introduce crystal clear separation between X11 Screens and DisplayScreens
        
        A DisplayScreen is a screen index as used by the upper level abstractions,
        an X11Screen is a wrapper around an integer X screen index.

2012-01-16  Stephan Bergmann  <sbergman@redhat.com>  [a5247645b4d133056ded317b1ed0e9e590afcf4d]

        Clang -Wdangling-else.

2012-01-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84c9a4d5518fd2a986e09af50b72553214a24902]

        e the new way to access the config

2012-01-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fb5c5d69e8db855d0414bdbe60285cbfe59d705]

        add test for sheet::XDataPilotTable

2012-01-16  David Tardon  <dtardon@redhat.com>  [2998cc3a80b4b8d97bff244c941df47a27334eba]

        remove unneeded if

2012-01-15  August Sodora  <augsod@gmail.com>  [746b39e4d1a41f248b71b91128f633c876116a79]

        Remove uses of pLine in scanner

2012-01-16  Takeshi Abe  <tabe@fixedpoint.jp>  [1074c1ab9ee4aa537ea18a3128121ef591bd803f]

        removed unused macro

2012-01-15  Stephan Bergmann  <sbergman@redhat.com>  [2ca0ab44b4c0f028aa246c28da8fbff0c79a87b4]

        Clang -Wunused-variable.

2012-01-15  Stephan Bergmann  <sbergman@redhat.com>  [2898e58b2adb6d204f4d5399d39014d590e8d6ea]

        Clang -Wunused-variable.

2012-01-15  Stephan Bergmann  <sbergman@redhat.com>  [5eea018d806f96e70c42e6d26922bb6a0c35d466]

        Clang -Wdangling-else, -Wuninitialized.

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [82633cdad36083e537886b832483f4e73263735a]

        gbuild: simplify gb_Helper_abbreviate_dirs*

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [39c347b2d9ffe285160e13207a4df79d0972cbce]

        gbuild: platform/WNT_INTEL_MSC: use subst in gb_Helper_convert_native

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [6cd9c42eb69202bb16b975e227f8870729465fbc]

        gbuild: UnoApiTarget: refactor slightly

2012-01-15  David Tardon  <dtardon@redhat.com>  [52118dae64a1f659e0575a82c93062faf3946f1c]

        avoid warnings about deprecated decls. from glib2

2012-01-15  David Tardon  <dtardon@redhat.com>  [265f061458052a7691e9f012ebcb5ec3f4f0e871]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [1f4edb5dedd265b5ba155d34df5a802f36d158b4]

        WaE: narrowing conversion from unsigned int to sal_Int32

2012-01-15  David Tardon  <dtardon@redhat.com>  [5c7641bc724a51e764f58cbe9b78d8ea2e609044]

        use SAL_N_ELEMENTS

2012-01-15  David Tardon  <dtardon@redhat.com>  [d3d8ac8ead389803b00f24863f191ff5be175add]

        use SAL_N_ELEMENTS

2012-01-15  David Tardon  <dtardon@redhat.com>  [986388e76b35ea7bea9e767155f87db68fc74c7f]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [d5286b646247dda00d28967784da6a817be68f7d]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [af3b870ab6acc747285a6be67e5e2cf587215250]

        WaE: deprecated function

2012-01-15  David Tardon  <dtardon@redhat.com>  [785bf20ab312dd46f3269f70e62b2c9d58bcb8af]

        WaE: narrowing conversion from sal_Int32 to unsigned int

2012-01-15  David Tardon  <dtardon@redhat.com>  [c94a2118bb498f7acc4326b73abfbab58cc09a66]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [56285ff96c393520ac02d7fe6143b97fbccc044a]

        WaE: ordered comparison of pointer with integer zero

2012-01-15  David Tardon  <dtardon@redhat.com>  [67334e0c9a57fbfb92d579f4eb27c7dc4a62e0df]

        WaE: ordered comparison of pointer with integer zero

2012-01-15  David Tardon  <dtardon@redhat.com>  [68fa70c3000a624a4235d933d7ba8cbc993bb931]

        WaE: converting ‘false’ to pointer type

2012-01-15  David Tardon  <dtardon@redhat.com>  [cf780fa48d432216ad717003547a29c157051905]

        WaE: converting ‘false’ to pointer type

2012-01-15  David Tardon  <dtardon@redhat.com>  [3f02f62e5c74832d4215d327b0f7eec6087da826]

        WaE: ordered comparison of pointer with integer zero

2012-01-15  David Tardon  <dtardon@redhat.com>  [5f166e1d7f17619fd8790da31eff558b816df397]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [f7756b6aaebd6325f4551d2df506533ef0f3e0a8]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [b293e58aa5e10e90081dac89826877c7d01c3adc]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [3d2253fb7ae4a9f8276160fac7b6596da4899316]

        WaE: narrowing conversion from unsigned int to sal_Int32

2012-01-15  David Tardon  <dtardon@redhat.com>  [69c049e528010d9fcf0ad764b5d03f438dd7c237]

        WaE: narrowing conversion from unsigned int to sal_Int32

2012-01-15  David Tardon  <dtardon@redhat.com>  [c5e06d33401cabaddee674667bc068308d620ea5]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [e18a7b0e3846b940a7d6facfd9abc9d3fd355d94]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [d54349233fe15c3ec747d59d6ad525e4b8c451b8]

        remove useless misleading macros

2012-01-15  David Tardon  <dtardon@redhat.com>  [09f8d4f75a0b3527bf6f99f5408dfda3c711c382]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [ee5371c805312946f4fd83f3394536e51cd9fdfb]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [a54018c2429483d5447d63c064ca430e99245f6a]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [47f3d3702776a57294f8408bff6eee56e8c277f0]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [3425ee784ec487ccdeaa32c024a410b6633e1178]

        WaE: deleting object of abstract class type with non-virtual destructor

2012-01-15  David Tardon  <dtardon@redhat.com>  [dbf470ade138d431f8082b1f523cedfd6ae2203b]

        WaE: narrowing conversion

2012-01-15  David Tardon  <dtardon@redhat.com>  [939b55cfa8a52d32d20bfc89105342b508c080b8]

        WaE: deprecated function

2012-01-15  David Tardon  <dtardon@redhat.com>  [a206bc22623caba30c0285fda0fe0da8879efea3]

        avoid warnings about deprecated decls. from glib2

2012-01-15  David Tardon  <dtardon@redhat.com>  [49d432658d3be60e9b3647f5eefc70d1b9997f8d]

        WaE: ordered comparison of pointer with integer zero

2012-01-15  David Tardon  <dtardon@redhat.com>  [c475316c00056ab2c59438fb78705c2a851f292b]

        simplify handling of JITC_PROCESSOR_TYPE

2012-01-15  David Tardon  <dtardon@redhat.com>  [f4092cb7657b0a403078d593cb612431858150ca]

        do not build on macosx and win

2012-01-15  Tomcsik Bence  <tomcsikbence@gmail.com>  [1f628c7bf8361086be2044d0d6aa8bbf3f128162]

        The "Open..." button's more room problem solved fdo#33794
        
        By adding a int i_nExtraWidth parameter to the layoutButton function
        there will be enough space for the open button and its black triangle.

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [9d27fe4ae43b57fb144dfd0f57c07b5796637a8e]

        ucb: add missing dependency

2012-01-15  Andras Timar  <atimar@suse.com>  [1f536f3166fd1d6c22771117c51497193abe8fd3]

        remove dmake rules for unused file type *.xrb

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [9e82d6f5fd1d67c8ecb46a1df0a0099b1b0716b8]

        ucb: add to tail_build

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [58b8a4d25dc9bf29d7b3b4d21f03257c11f70693]

        these are not old component files anymore

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [cbd2e67d20788922e5bd6c374e32d810d209bc90]

        ucb: convert to gbuild

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [464b433c5fc74d7b64c229af45d31a72f0186068]

        RepositoryExternal: add cmis, gio and neon

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [a107e4b5ddb5e8d594bc8922062a1a8a32187396]

        config*: add cflags for gio, gconf and gnomevfs

2012-01-15  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [1c7c480e7465a077b1ede8be39329b14d31ba847]

        Galaxy (default) icon theme is now in icon-themes/galaxy

2012-01-15  Matúš Kukan  <matus.kukan@gmail.com>  [b327c8355cd6e4e6d0a4b1bda0591c4d3964bff8]

        vcl: fix MinGW build

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3a48ab62279572673cdc385a81a3e728f16d2a6d]

        fix crash related to accessing null element in boost::ptr_vector

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3950ef403ee95dbf719f3743bfea6e4fc5c6cef]

        some adjustments in the XSpreadsheet2 api test

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8954e9eb7eeb61b2534897e500d85d24accac294]

        make adjusting formulas possible for TransferTab

2012-01-15  Laurent Godard  <lgodard.libre@laposte.net>  [916a9b63d32e5a2dd2e69a2696e2a1cae349c933]

        sc test : update importSheet tests

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bd0fe3b39c46313b0a76783818235f054a1ee65c]

        prevent to include fonts into svg during unit tests

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51fac567f15e3562bb7b661ee2d4383995426669]

        add test case for datapilot api

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f7b470f885c8648bb95418c9a6cf46b907066bcb]

        correctly terminate XDataPilotFieldGrouping

2012-01-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [300b39cca53d770211312319338688bcbc3c4f28]

        don't create lock files for unit tests
        
        special thanks to Stephan for the configuration part

2012-01-15  Michael Meeks  <michael.meeks@suse.com>  [10b10580c46a69d25e987212bb127787300b871e]

        vcl: rename methods to crisp up a 'DisplayScreen' naming concept

2012-01-15  Michael Meeks  <michael.meeks@suse.com>  [ca93d98343a03026c7568abc2ddda838f10fcbde]

        vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplify

2012-01-15  Michael Meeks  <michael.meeks@suse.com>  [e9202ffeccdf6f669184f3f869d2e5b121bea9f3]

        Remove unused SalDisplay::IsLocal

2012-01-15  Michael Meeks  <michael.meeks@suse.com>  [3d13d919dfa7e0123dd6feebf2bd0a9883a4e866]

        vcl: hide / make internal misc. vcl display handling methods.

2012-01-15  Michael Meeks  <michael.meeks@suse.com>  [0ac5eb5f14cc1bdb410846fba36aef8ab858a862]

        vcl: isolate new attempt to count monitors as screens to gtk3 fdo#43458
        
        It turns out this new idea of mapping xinerama screens, and xrandr
        monitors into a flat integer space is nice, but when we confuse
        xrandr monitor 2 (idx 1) with X screen 1 (there is only one screen)
        we bit the dust.
        
        Many thanks to Cor Nouws for remote debugging assistance

2012-01-14  August Sodora  <augsod@gmail.com>  [ed68d602f598e147f3e8f4cc54cc7b3882733f4f]

        Comment out test that current fails on 64-bit systems

2012-01-14  August Sodora  <augsod@gmail.com>  [244382e62e91f56c2f1461f6656a6e1f973ae1eb]

        Add tests for hex/octal numbers for basic scanner

2012-01-14  August Sodora  <augsod@gmail.com>  [944140ae44708074ed7f88d3728e06c5e92413f5]

        Remove uses of pLine in scanner

2012-01-14  August Sodora  <augsod@gmail.com>  [e4d6dfae33102891cbea0d330a31bb21572d5959]

        Remove use of pLine in scanner

2012-01-14  August Sodora  <augsod@gmail.com>  [679a8e1cfd4845634e379d0678fa1c352f7b97fd]

        Remove use of pLine in scanner

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [6ad9a953b9bcb29946d6d7dcb1dffc1739250184]

        idlc: breaks on mac tinderbox

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [e48b14ed3b24fa1d9f0aeb0670b79e529638a6b1]

        gbuild: UnoApiTarget: just touch the .urd file
        
        Apparently the peculiarity that a non-existent file is newer than an
        existing file is in GNU make 3.82, but not 3.81.

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [9738ad3e6b85fad280cdf03b188585cdce9817a5]

        gbuild: UnoApiTarget: use idlc -M for full dependencies

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [140d990b434de980f4f1e97d3e0d647231202183]

        gbuild: UnoApiTarget: refactor to one idlc call per directory

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [101791f57c7f1b6f5feae751b77641a9d5f2187a]

        idlc: do not use -I., deps need absolute paths

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [b83fd45150a411a2f8e8b621e844029d83c12473]

        idlc: new parameter -M: write GNU make dependencies

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [67ae80657a053626df5186983ae6b6f20b90e52e]

        idlc: document all parameters

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [12d6fe95ae25e22d627dc45e37fae91da4cfa54d]

        gbuild: UnoApiTarget: various cleanups

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [26450b3136979db86577591ef380040972d111fc]

        gbuild: UnoApiTarget: fix dependencies
        
        This should fix the bug, probably introduced with the per-directory
        performance enhancements, that after a change to an IDL file 2 builds
        are required to rebuild everything.

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [88cceffc271e747be830675d62d24b6749a417f5]

        connectivity: dbase: global variable cleanup

2012-01-14  Michael Stahl  <mstahl@redhat.com>  [ff2df7b7b61b557db6540ec7d3b38189677ac7f3]

        SwXTextDocument: add some SolarMutexGuards

2012-01-14  August Sodora  <augsod@gmail.com>  [3447718347c6ffe4135fb3d3faeff367401e25f4]

        SV_DECL_PTRARR_DEL->std::vector

2012-01-14  August Sodora  <augsod@gmail.com>  [440a7c9b92822206db52861dc79d053450004a9f]

        SV_DECL_PTRARR_DEL->boost::ptr_vector

2012-01-14  August Sodora  <augsod@gmail.com>  [1c0912ab00d5b324c07fc973655a73d1cea9c199]

        Remove useless macro

2012-01-14  Luc Castermans  <luc.castermans@gmail.com>  [8026d84bcb8078339db4bcaaa38acb79243677c7]

        translated german comments in order to help with bug bug fdo#36681

2012-01-14  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [df8dfbd6563e2d35bc4d8563d7ddaa779e4c2fe3]

        Remove a few left-over FIXME's from comment translations
        
        See also: 5513e24eeaca20a12aac338a722fc9ba81c7c833

2012-01-14  Matteo Casalin  <matteo.casalin@poste.it>  [e4938058e2cc21c705507c365c46f9bfb9ac828c]

        VALUESETITEM_SPACE is never set: remove related code

2012-01-14  Matúš Kukan  <matus.kukan@gmail.com>  [966a5340e08b68f4ff00633f8de075654feb9c13]

        scp2: typo: Serif -> Sans

2012-01-14  Olivier Hallot  <olivier.hallot@alta.org.br>  [dc04d67e94d9302278fc049d6617b62fe461ac66]

        Fix for fdo43460 Part XXXVIII getLength() to isEmpty()
        
        Part XXXVIII
        Modules
        svx

2012-01-14  Julien Nabet  <serval2412@yahoo.fr>  [c447d9ba8c7d40670c59a9ec9d45f32a36c1efcd]

        Some cppcheck cleaning

2012-01-14  Matúš Kukan  <matus.kukan@gmail.com>  [fcc8db1d2be9a25f79cbcc14043b495d240bb8bf]

        fix for gcc 4.7: unable to find string literal operator

2012-01-14  Julien Nabet  <serval2412@yahoo.fr>  [79eb7c0cab7a7b4e0583e9582ad5e7f9e81af7d7]

        Some cppcheck cleaning

2012-01-14  August Sodora  <augsod@gmail.com>  [94b1b36ee53176276a65436a17fbb75987fc9a33]

        Remove SvStringsDtor

2012-01-14  August Sodora  <augsod@gmail.com>  [e1df68d79b50148078a13436b2b913f28ddf84e4]

        SvStringsDtor->boost::ptr_vector

2012-01-13  August Sodora  <augsod@gmail.com>  [169f3b47c0ad339c6983de2e19d94627c9e567d3]

        SvStringsDtor->boost::ptr_vector

2012-01-13  August Sodora  <augsod@gmail.com>  [fdb6e4171c7ab9620b739e1a1c3cbba51ba81544]

        Remove unused member variable

2012-01-13  August Sodora  <augsod@gmail.com>  [900e35045fee950f3f7d10f9fe863d0f51854699]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [ffaa6ae12d40419ec043607c9a34fb80677683dd]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [a93df89c4b7f68a079544d9490de552ff0aae2fb]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [cad9afa15f53d547733fa55f1353772f6d696611]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [e4aecbdbe4e12b241da39d8e7b23dbb8db20bd2f]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [166053646aff23f93ad3704cde05b9bda20e171c]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [16b7354f9f89127f5746266fc77fcb844b9309ca]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [f1de38b5441e082d80f663923a9ac713c8db172d]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [5b12914f96ef0891c7e20f6edc63d58dc6cc1e17]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [c0d93b267f56d06cd464f3e49af368164e6cd164]

        SvStringsDtor->std::vector

2012-01-13  August Sodora  <augsod@gmail.com>  [08443f12858bc4ff902d8d8400b8696161ced7cf]

        Remove unnecessary forward declaration

2012-01-13  August Sodora  <augsod@gmail.com>  [445fc29e35fab58a59c6fa17ce06601eb131d440]

        SvStringsDtor->std::vector

2012-01-14  Eike Rathke  <erack@redhat.com>  [91d3c11114a75f1f28b3f674e97b8c85948d5d9c]

        grml.. back to the drawing board
        
        Reverted
        80f60ef540528ec5304b9fb9624a7ff1b077f108
        cf1f87948bcf9b8edf8487fa7938a928cfed8f2f
        as also MinGW bails out. Don't add yet more quirks, keep in mind the faulty
        behavior and hope for the best until solved.

2012-01-13  Eike Rathke  <erack@redhat.com>  [ebb95b5a20f88ae422292fcfbbf7781a347b9ce8]

        make MacOSX happy again and have no /usr/include there
        
        Modifies the workaround of 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4

2012-01-13  Tim Hardeck  <thardeck@suse.com>  [022ce7d362f146ed69f54aae20cf2b8c582e9f8d]

        fdo#44173: use a geometric progression for zooming
        
        Zooming does now base on a geometric progression instead of an
        arithmetic one.
        Since the zoom factor is not only used in Draw but for all other
        applications 1.2 seems like a good choice.

2012-01-13  Eike Rathke  <erack@redhat.com>  [12eb7da661635a64272e32204f246d0a5c299ccd]

        changed [pt-PT] default date format to DD-MM-AAAA (was DD-MM-AA)

2012-01-13  Eike Rathke  <erack@redhat.com>  [92bf1c3f605f837214013d25396b3d3a34005e9c]

        use INCLUDE instead of SOLARINC, and after local includes

2012-01-13  Eike Rathke  <erack@redhat.com>  [6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4]

        ensure that /usr/include is _appended_ to INCLUDE
        
        At least with gcc 4.6.2 the situation was that if /usr/include was missing
        from the -I... includes, header files were pulled from /usr/include/
        instead of solver/$INPATH/inc/external/
        
        This clearly makes a difference for not --with-system-... libs where the
        internal version is to be used.

2012-01-13  Eike Rathke  <erack@redhat.com>  [90a94c55077cff0f0077ff46618365970c07223f]

        added [it-IT] date acceptance pattern "D/M"

2012-01-13  Eike Rathke  <erack@redhat.com>  [e6dbc1aa978e4609a0ef5e7095cdca330cc07ed4]

        added [pt-AO] date acceptance pattern "D-M"

2012-01-13  Eike Rathke  <erack@redhat.com>  [74fea31257372746caf81148a1be9cff1fe36728]

        added [pt-BR] date acceptance pattern "D/M"

2012-01-13  Eike Rathke  <erack@redhat.com>  [c5fddb08424c54300b26fc3af19acbbfe84f9fd2]

        added [pt-PT] date acceptance pattern "D-M"

2012-01-13  Eike Rathke  <erack@redhat.com>  [0861854fe7a687d98abb9dacc4b6199954283fa3]

        added [sl-SI] date acceptance patterns

2012-01-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [ad6ce5e938ce9d78bed9ce6dead5fa087de49c63]

        Fix for fdo43460 Part XXXVII getLength() to isEmpty()
        
        Part XXXVII
        Modules
        svtools

2012-01-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [38423e0ad2a8e2a902aeb37391aef0b543c09d68]

        Fix for fdo43460 Part XXXVI getLength() to isEmpty()
        
        Part XXXVI
        Modules
        svl

2012-01-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [e60b212cc9f02d68ee638106a5881c21ac40ce8d]

        Avoid double deletion during data cache object destruction.

2012-01-13  Matúš Kukan  <matus.kukan@gmail.com>  [aa7e105677017059ab84c4f3bd38b6a511637395]

        scp2: install nsplugin only in case it's build

2012-01-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d83488f9795740857830aaf005e06e30d4e7d70c]

        fdo#40438: force calculating layout before Activate to avoid crashes and loops

2012-01-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [2ad876ae4dac2ffa6d388fc8bc9d1f4e5e276cc7]

        Use a copy; the container gets modified during iteration.

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [17fe34ec569f3e14f35f3958cc5885a00bd6cff9]

        here calc, take ownership of this foul monstrosity only you use
        
        SvStream::ReadCsvLine doesn't need to be a member of Stream and the subcomment
        about what's wrong with the method is longer than the body of the method.
        
        Only used by calc, so can go into calc.
        
        foul monstrosity back

2012-01-13  Christina Rossmanith  <ChrRossmanith@web.de>  [e5ac3524f2d72bf3113c571de105f8aa52a558d2]

        Replace getLength() with isEmpty() in vcl/generic/fontmanager

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [8ca94d31d1d6317e182ecdf360f744f70640cbfc]

        simply MSDFFReadZString and friends

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [5b6586127828b211303b961df66531865abe5ba2]

        these are length prefixed strings

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [a55ae5fde1cbd8c29f8aa3a66a4d362355a3062c]

        just return the read string here instead of passing one in by ref

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [4a68a5f32bcc815b116063e6c047397ed9a3e241]

        return status never checked

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [ccd716371c0611726f60519fe4ec3465ceac6db0]

        convert some archaic strings

2012-01-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [979448ca76591fc8346b7b0e8c24d653d6fec87b]

        Make sure no live ScDPObject instances hold reference to the deleted cache.

2012-01-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20ac9b9d6de5b7863190ce67b3b5b50f308ae052]

        Uploading a new fresh shiny libvisio 0.0.13

2012-01-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [259669161b35ba9ba8255950cb6d1b4e79313d07]

        Implement flips and rotations of raster images in the OdgGenerator.cxx

2012-01-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9d99ec0dddd87eeed7a2d87b3d73bd4630e3ff4]

        Adapt to the more intuitive libvisio/libwpg API

2012-01-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4914b23e7e91b184d69eb00a74ce1c463c5754a7]

        fdo#38515: Fixed crasher in dialog destructor

2012-01-13  Matúš Kukan  <matus.kukan@gmail.com>  [ab84770bb61ffb2675548e11a6a45059cb4f6c8e]

        Build nsplugin only in with mozilla case.
        
        This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21
        and 68b08a11babb7274048ef836a078959d126c97b7 with,
        hopefully, proper one.

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [4e85b537d1229348bef16bb006d9e6b5303bd6c9]

        tidy some string types

2012-01-13  Christina Rossmanith  <ChrRossmanith@web.de>  [eed2ad8025fbfd8c8b9ed8d83068700585bf7b13]

        Replace (Byte)String with rtl::O(U)String

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [faf862a9d4c18a729c7d25a2a056e01b7447c72c]

        appsys.* and FATToVFat_Impl appear to be unnecessary

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [72baf88773286ee9c13984c6bc6bb9ff705cadd4]

        Comment out the verbose logging of code that seems to work fine

2012-01-13  Khaled Hosny  <khaledhosny@eglug.org>  [6bfc9eda7a9171c0fda40c3fee38bb4eec6c9cde]

        Drop XLFD support from fontmanager
        
        XLFD support was removed in commit 269f91c (#i110171) except for parsing
        fonts.dir and fonts.alias. I don't think this makes much sense in
        fontconfig era, and dropping it simplifies the font manager a bit (I
        don't even think we use server fonts at all).

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [617c8075aca140a09a57a3d9da4fdc80a64998c5]

        Use cacheflush() on Android

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [6022e3caa12ba762bda7d50dcc540660712a1880]

        Now we need libdb, too

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [65e9ac63b8b0327c1a39220fa6326bc88f06c62d]

        Use merged libs on Android

2012-01-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d38a56fcf0cd3052f44d6de5157fe8ef8cec3e36]

        fdo#30788: why not showing horizontal scrollbar when needed?

2012-01-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [516bb47afcc71e69f8f6c6a6246455a2c4269c4c]

        n#715421 - Word 2010 validation: no plcfhdd if ccpHdd is 0

2012-01-13  Noel Power  <noel.power@novell.com>  [a0b20e1f023dedc849baf68f278c6f6df0660b11]

        fix definedName corruption for xlsx export ( bnc#741182 )
        
        set symbol for builtin name using rangelist

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [6008c3f547a8cfa5f8c97f4084dfbab8fd263b6f]

        WaE: unused i

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [26712ff5a60428f94d45b20b8f01900da52f5e4e]

        WaE: d shadows another d

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [d271080853675dbc0e16b0788410dc5caed21a01]

        WaE: clipformat may be used uninitialized

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [5678e845cc58933964729b908d649e10a11c220a]

        callcatcher: update list, getXLFD is now unused

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [210177dc046e1817cb024d02fae08dd005667f6f]

        ByteString->rtl::OString

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [20b750064598697c022974e07a7a9bf0452cfd95]

        noone checks the return value of ReadCsvLine

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [5ac8641b12055ac612b81edc0699b5b546606d67]

        these OnInvalidateClipboard don't have to be LINKs

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [bbfc02d84aa22d051377ff0f0c82b912283b902e]

        noone uses ShareableMutex::getShareableOslMutex

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [2e303c175c3969acdb1912c47c1c9d2fab30dfa2]

        remove some tools/string.hxx

2012-01-13  Caolán McNamara  <caolanm@redhat.com>  [6248f7037c6d034a352566457ebbab29ea9d817c]

        svxempty.* not needed anymore

2012-01-13  Stephan Bergmann  <sbergman@redhat.com>  [bb59742bcf4883af5876a2ffadcc4a689e414b60]

        Confine JDBC driver to thread-affine apartment for Java 6 performance
        
        ... so that the massive number of the JDBC driver's calls to JNI Attach/Detach-
        CurrentThread are guaranteed not to happen on the main thread (where they are
        extremely expensive, see
        <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641> "Fix for 6929067
        introduces additional overhead in thread creation/termination paths").

2012-01-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b8b6ecf5fdf753bd787748d54aaa61964199465]

        suppress doxygen warning in osl

2012-01-13  Stephan Bergmann  <sbergman@redhat.com>  [7a00472067403ebe1cfbedbfabfde03cc19c9c34]

        Better fix for the valgrind.log problem.
        
        Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.

2012-01-13  Jan Holesovsky  <kendy@suse.cz>  [d5bd33427f73d01d59e6021c7436d98d8c9fffd2]

        Fix MinGW build.
        
        Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail
        message.

2012-01-13  David Tardon  <dtardon@redhat.com>  [df97997452b443f184c07c8cb1eedaaa0621f05f]

        refactor slightly to avoid link problems with gcc 4.7

2012-01-13  David Tardon  <dtardon@redhat.com>  [bcadf38c77dd9e93fe71132260452ab0c1d4c7ab]

        ditch unused define

2012-01-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98038f308984841752449346f4f3de6d4859dc1d]

        change debug statements to fix build

2012-01-13  August Sodora  <augsod@gmail.com>  [a8c8eae8d507bd254a476f5c4cd107793a725866]

        SvStringsDtor->std::vector

2012-01-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b2fbf7350cbc53b878a7faf9ab353146fb598bf]

        add test concept for draw/impress, import file and export to svg
        
        the idea behind this concept:
        * have a file containing some test data
        * import file without UI
        * export file to svg through XStorable::storeToURL
        * compare exported svg file to a reference file and complain if they
        * differ
        
        advantages:
        * easy to create test cases, even for non coders
        * no special handling of sd internal code needed
        * svg is showing differences in the representation and not in the model
        * external programs that can be used to check the output
        * can be used for all input formats
        
        disadvantages:
        * changes to svg filter code might break test cases while the change is
        correct
        * slow test, import + export
        * might need external program for xml diff

2012-01-12  August Sodora  <augsod@gmail.com>  [c1400c98ce137dddb252f9759ca9a89ab3452764]

        SvStringsDtor->std::vector

2012-01-12  August Sodora  <augsod@gmail.com>  [cc651ffb0b0a2e2c9b07e5043c4474c026082445]

        SvStringsDtor->std::vector

2012-01-12  August Sodora  <augsod@gmail.com>  [dea42954b5e9a22f0d498cad0cc3c373ec5940e8]

        SvStringsDtor->std::vector

2012-01-12  August Sodora  <augsod@gmail.com>  [ab5986d4d04127fea8800345d5c0674a77bbe9df]

        SvStringsDtor->std::vector

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [05fa6914d38abea3c29ab360c62d2f153896798a]

        Removing debug statement.

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [44cd9971649b9611c59bb3e423133b9a4d82a2fa]

        Test the new logic of our pivot data cache life cycle.

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [2ab84dcaa32cb117b0ba30f3dcbdf6911dc4f0f4]

        fdo#43077: Finally, remove data cache when nobody references it.
        
        Also, removed unnecessary reloading of the whole table data when
        reference is updated.

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [2232b0c303ca4776a9df762d802b8f74b9d78c93]

        fdo#43077: Now, refreshing a table should refresh all linked tables.
        
        For efficiency reasons.  Otherwise, refreshing n tables individually
        would require reloading the same data cache n times.

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [33024ee9d07f4448b2ecdd6f27e0344072b2c0ea]

        fdo#43077: Have cache instance keep track of who is referencing it.
        
        With this change, ScDPCacheTable should never clear pointer to the
        data cache instance; it should keep the same data cache instance that
        it is instantiated with.

2012-01-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [0f2a0fc99deb7b9233dbc39e74e0bfdaf9d6efeb]

        fdo#43077: Copy pivot tables when a sheet is copied.

2012-01-13  Lior Kaplan  <kaplanlior@gmail.com>  [4c4c945f00f028a39bc3534f4f707bade677983b]

        Don't mention fields location, as they vary between LTR and RTL interfaces

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [81301aae9699472bd4e491755c8ee76920711b01]

        More workarounds for weird problem with vnd.sun.star.expand

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [f7392b334aa95e0896c9dd88bd74c92bc7e8b183]

        Fontconfig must have a cachedir, so hardcode one for now

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [6e3457da7c95b8a36c4a9fb904bfc12129c98c80]

        Just tell to run it with "make run"

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [fe8cd7dba06786923ced29f46e9ee04e7de8240b]

        We now proceed further and need some more libraries

2012-01-13  Tor Lillqvist  <tlillqvist@suse.com>  [201ade87705c36ce436da8661fb37afd5e064dac]

        Must use the "ascii" version of our expat build with fontconfig
        
        Sigh, spent one day, more or less, tracking down a weird fontconfig
        problem, where all the diagnostic it offered was "unknown encoding"
        when reading the fonts.conf file.
        
        It turned out that I was being screwed by our fun two versions of the
        expat_xmlparse library: One where XML_Char is char and one where it is
        short. The intuitively "more normally" named libexpat_xmlparse is the
        latter, but fontconfig works only with the former as it implicitly
        expects XML_Char to be char.

2012-01-12  Olivier Hallot  <olivier.hallot@alta.org.br>  [ba713b5add1dfbcd17f8e6c14561dd3589a3db72]

        Fix mistake in type OUStringBuffer
        
        Fix mistake in method for type OUStringBuffer

2012-01-12  Olivier Hallot  <olivier.hallot@alta.org.br>  [71dc235aba9597c3485a791a319a34e4258138db]

        Fix for fdo43460 Part XXXV getLength() to isEmpty()
        
        Part XXXV
        Modules
        stoc

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [14359c82eb91b69212cbf0f743e819776a8f6d3a]

        enable boost::multi_array

2012-01-12  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b90940233f34d6cb468a2b4b8a38a78973e1d579]

        move overlapped controls

2012-01-12  Matúš Kukan  <matus.kukan@gmail.com>  [68b08a11babb7274048ef836a078959d126c97b7]

        ops, also adapt registering of the executable

2012-01-12  Matúš Kukan  <matus.kukan@gmail.com>  [830a2b923528323e0f39259234dfee26d9d44d21]

        use ENABLE_NSPLUGIN again

2012-01-12  Miklos Vajna  <vmiklos@frugalware.org>  [9f15592e08f17908b1e54fed200d0ec6aff29509]

        fdo#41034 improve RTF import of table cell spacings
        
        1) for empty cells, not only paragraph properties, but but character properties should be emitted as well (e.g. font)
        2) \sb and \sb is an attribute, not an sprm (it was ignored)
        3) \sl was ~ignored due to a typo

2012-01-12  Rich Wareham  <rjw57@cam.ac.uk>  [15fd86b9753cf201e7893618cb442ecc06c5385d]

        sdext/source/presenter/*: remove extraneous vertical whitespace
        
        Replace 5 lines of vertical whitespace in sdext/source/presenter/* with
        a single line so that more can be seen on the screen at once.
        
        Fixes bug 44635

2012-01-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e198eea5a87bff84783bd038cf134e6ea3b764ad]

        Logical error in writerperfect

2012-01-12  Loiseleur Michel  <michel.loiseleur@free.fr>  [2994b7b983b6df38b9cc3c778728a1bd55a671c0]

        fix build error in l10ntools
        
        On gcc-4.4.3, it fixes this error : l10ntools/source/helpex.cxx:82: error: parameter may not have variably modified type 'rtl::OString [(((long unsigned int)(((long int)i) + -0x00000000000000001)) + 1)]'

2012-01-12  Andras Timar  <atimar@suse.com>  [bc4ff4382964da57b8c36c115b0517d884127df3]

        256x256 Windows icons fdo#39555

2012-01-12  Stephan Bergmann  <sbergman@redhat.com>  [de9dd8f969b90b8eafa69d9527a7aeb53a585e3b]

        Missing component dependency.

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [66be03c7490e160721884806fc959c29faa8063f]

        wrong depend

2012-01-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9e50a307122b6d16f43581f128a782ba10e3f7f]

        Consider the style:mirror property

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [7d42c86f660b65f86a864a6b674dc8cba107911c]

        pesky dependencies

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [87ceb5c987f8bf546bbc0c0fc3447c640780be91]

        VCL_DLLPUBLIC is in the wrong place
        
        and there's a unused duplicate header here too which can go

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [df6d0dc8f010365a8f6948e2394b2c7acfc2ecda]

        post padmin shrinkage a lot of FontManager can go now

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [5d53969bbbe74e15fc991f63e0795938ff219815]

        ditch a tools/string.hxx

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [284482072ddb2be95e28e0138829554002e4fe79]

        valgrind: ditch some unused code

2012-01-12  Caolán McNamara  <caolanm@redhat.com>  [0d7932327bf221b5132f0c84b25c67deb4cd904b]

        callcatcher: ditch unused childat

2012-01-12  Stephan Bergmann  <sbergman@redhat.com>  [4f00cdfec54a574e25f47dab2f65b299ea64ec73]

        valgrind.log creates more problems than it solves.

2012-01-12  Radek Doulik  <rodo@novell.com>  [1e47b40c79ddb1d3d16d1521a5d8b5960cd37661]

        fix ooxml custom shapes with 360 degree arcs

2012-01-12  Radek Doulik  <rodo@novell.com>  [72c50c235447f293a3772105fdfdd4f45d09ff9e]

        make it possible to create 360 degrees arc (circle)

2012-01-12  Stephan Bergmann  <sbergman@redhat.com>  [41320291f7a2327447596ff4d66098ccf1bdacfb]

        Dead code.

2012-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ddc3458259222720d000ccc9cc5e6bd9b09ef3c9]

        Make it clear that sal/log.hxx functionality may change again.

2012-01-12  Philipp Weissenbacher  <Philipp Weissenbacher>  [0413cc28fc2e4d251723f7849886b33676303b90]

        Translate German comments to English

2012-01-12  Matúš Kukan  <matus.kukan@gmail.com>  [842523e46f347680ad2648c628c63374524135cd]

        np_sdk: add missing dependency

2012-01-12  Stephan Bergmann  <sbergman@redhat.com>  [ab93e1b483d7af9bcac997e838e5a62a924e28c3]

        Check for xcu <node> that should rather be <prop>.

2012-01-12  Matúš Kukan  <matus.kukan@gmail.com>  [66458f367ac045c5e263271b58ed4b0068644ac9]

        typo: missing \

2012-01-12  Matúš Kukan  <matus.kukan@gmail.com>  [6b951e82748eb25aeb3976043c530b8f5debc0a3]

        trying to fix windows build: include proper npapi.h

2012-01-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c82de8f8eb39d72394c82b1a29c8566f42302867]

        add test for range name import, related fdo#42624
        
        this adds range names referencing range names that are loaded after the
        referencing range name

2012-01-12  August Sodora  <augsod@gmail.com>  [f447156c0087990edd80680545d2a78d7d51a60b]

        SvStringsDtor->std::vector

2012-01-12  August Sodora  <augsod@gmail.com>  [ba47379b4ac72b830d3d9128ede644cf84bcf55e]

        Remove unused forward declaration

2012-01-12  August Sodora  <augsod@gmail.com>  [c68506e02bcab748bbf3f4d0f8143a5b087568b8]

        SvStringsDtor->std::vector

2012-01-12  David Tardon  <dtardon@redhat.com>  [0df9d7c05d6fd31824fd76710c3c6c5e723dbdec]

        close opened file

2012-01-12  David Tardon  <dtardon@redhat.com>  [196885980bbb51562264cb5aad9a3e01133d1d7d]

        fix writing of strings from the first module

2012-01-12  David Tardon  <dtardon@redhat.com>  [4ce9896c6ac42d450d2056ee8d700b9f6dce8e2d]

        Revert "fast_merge: fix mis-merge of first module's strings"
        
        This is not enough, because the file is still wrong.
        
        This reverts commit 47a8454f5f76030203ce6458cf63d4348bdacffe.

2012-01-11  August Sodora  <augsod@gmail.com>  [5c445208a184fb88d8de0855be279e98d54dfad1]

        SvStringsDtor->std::vector

2012-01-11  August Sodora  <augsod@gmail.com>  [17964c4f5a3aa25099b62db0e7652905cdf051a1]

        Remove unused locals

2012-01-11  August Sodora  <augsod@gmail.com>  [5cf36e9739a46ce20c4a3588962a04c6c4d1a72d]

        Remove unnecessary forward declaration

2012-01-11  August Sodora  <augsod@gmail.com>  [3ea8ee202832294adc09c0b1fd1c26cb87ca7cbf]

        SvStringsDtor->std::vector

2012-01-11  August Sodora  <augsod@gmail.com>  [59cc5f6e39b7e81e4af245473f09c7446f6facfd]

        Fix build on MacOSX

2012-01-11  August Sodora  <augsod@gmail.com>  [8be35fc8c1f24a05deb6ba850ad42ca17352350e]

        SvStringsDtor->std::vector

2012-01-11  August Sodora  <augsod@gmail.com>  [f8e071697ca2fe5e8cd91a5c87fdb720562902af]

        Remove unnecessary forward declaration

2012-01-11  August Sodora  <augsod@gmail.com>  [0313e253956635eeff280ebff219c78cfb16724b]

        SvStringsDtor->boost::ptr_vector

2012-01-11  August Sodora  <augsod@gmail.com>  [74461daea9d80e51f3a78d2f0971137c6e8116fd]

        Remove unnecessary forward declaration

2012-01-11  August Sodora  <augsod@gmail.com>  [117d60e26ed0cb6d55ee110939b97f063f0036d8]

        SvStringsDtor->std::vector

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [ca73d85cc813a2a95fbbba35be6de6dc5ff2967f]

        Test code for sheet source data cache relocation.

2012-01-11  August Sodora  <augsod@gmail.com>  [278c91304cbfb66b05cd39c16282bde944758093]

        SvStringsDtor->std::vector

2012-01-11  August Sodora  <augsod@gmail.com>  [399e425fc9b9a89045bb1653769f581ed5fa5028]

        SvStringsDtor->std::vector

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [6a14a58299996b9c041d9e3e0878c4a0ecfb46ce]

        New test for pivot tables with named source ranges.

2012-01-11  August Sodora  <augsod@gmail.com>  [0204bbffbc273782ca3148c7ba6768af4f5a77f9]

        Remove an unused SvStringsDtor

2012-01-11  August Sodora  <augsod@gmail.com>  [116d77f97329a064f67da99fd4c25260008c9ba4]

        SvStringsDtor->std::vector

2012-01-11  August Sodora  <augsod@gmail.com>  [9556b3847edb9223db7c65614b49e10d4566b712]

        Remove SvStringISort

2012-01-11  August Sodora  <augsod@gmail.com>  [4497c499d2b57095a2dbeb592dce3b5067f417c9]

        SvStringsISort->std::set

2012-01-11  August Sodora  <augsod@gmail.com>  [a140141e272854110e2e164be69c35839631a0e0]

        SvStringsDtor->std::vector

2012-01-12  Tor Lillqvist  <tlillqvist@suse.com>  [2042da484765a029e0545a530e3d9a6f38218821]

        Include .res files, a fonts.conf, and other hacking

2012-01-12  Tor Lillqvist  <tlillqvist@suse.com>  [420f3f8a5c0d6cd61face7935f1c894f8e62516d]

        Add setting environment variables

2012-01-12  Tor Lillqvist  <tlillqvist@suse.com>  [4a8666cc68a4659b22a6f78c04065efb7bd2a0f9]

        Add unpacking of files from assets/unpack to the data dir

2012-01-12  Eike Rathke  <erack@redhat.com>  [e6a32a0d45fe4f6ad748123c6129310b0ae471b4]

        removed leading/trailing blank from FormatCode

2012-01-12  Eike Rathke  <erack@redhat.com>  [515bc39b9c39d3c42eb02f7c93b3151d12afc617]

        indentation

2012-01-11  Eike Rathke  <erack@redhat.com>  [570a6d27bc96b2df9b84f62d6aa4f1ac14dca39a]

        removed empty DefaultName elements

2012-01-11  Eike Rathke  <erack@redhat.com>  [2485db02fe1bfbc36ba286e42e588c4a71b2a823]

        removed ISO 8601 DefaultName comment from formatindex="32" which it is not

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [75bc746b97b5d1e08cd26c7bb5afde348085f6bf]

        Unit test for repositioning of cell-anchored line objects.
        
        Preivously, before my fix, relocating a cell-anchored bottom-left to
        top-right line object would get flipped when its position changed.
        This is a test for that use case.

2012-01-11  Eike Rathke  <erack@redhat.com>  [d2c865b887c6b771ca2d0c804bf4e358e605a571]

        made formatindex="33" the ISO 8601 YYYY-MM-DD that it needs to be

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [34d1c9f9b8618c3a58516c4fa4286f257c858430]

        Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fonts

2012-01-11  Olivier Hallot  <olivier.hallot@alta.org.br>  [806dce17d6631738c7388d8d68d8b5ac2e4c11a8]

        Fix for fdo43460 Part XXXIV getLength() to isEmpty()
        
        Part XXXIV
        Modules
        shell, slideshow, sot, starmath

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [e33702442a22a72f96a093fbfdf8bfac217f416f]

        fdo#44661: Properly update range keys for pivot cache.
        
        When the internal data source range gets modified, we should also
        update the affected range keys that are used to look up pivot caches.
        
        Otherwise we'll end up creating a brand new cache, without removing
        the old one that's no longer referenced.

2012-01-11  Matúš Kukan  <matus.kukan@gmail.com>  [0482c914c7480dcc3bcf739e19d8372ea3fad35c]

        extensions: remove unused xmx library

2012-01-11  Matúš Kukan  <matus.kukan@gmail.com>  [134803653fecd62f64bb063df6b48713626e94b7]

        tweak makefiles after np_sdk is in tail_build
        
        Also change <npsdk/npapi.h> to "npapi.h"

2012-01-11  Matúš Kukan  <matus.kukan@gmail.com>  [b99010d1eba38c14719e9b34fbaa57591e3aed42]

        np_sdk: convert to gbuild and add to tail_build

2012-01-11  Eike Rathke  <erack@redhat.com>  [317bbb5e8fdb76af73dff509afb00b4063150e11]

        generalized the [hu-HU] case to generate a second pattern
        
        For known separators '-' '.' '/' in the edit format code if they differ
        from the defined DateSeparator generate a second date acceptance pattern
        that uses the format code's separator, additionally to the one with
        DateSeparator.

2012-01-11  Andras Timar  <atimar@suse.com>  [aab14cb9fbc7d82b804a89e4cc61fb874c8636c8]

        fix prefix of command line switches (-- instead of -)

2012-01-11  Noel Power  <noel.power@novell.com>  [8a3b584528e30f346cbab34141ee088eea16020c]

        export vertical and horizontal flip attribute for customshapes

2012-01-11  Noel Power  <noel.power@novell.com>  [aaa4e47cbcbd7a990a986ab9f53a6565af93d788]

        add missing ooxml customshape -> mso shape name entries ( for export support )

2012-01-11  Noel Power  <noel.power@novell.com>  [c323e60157422ae264e798b9a279a532fe9997af]

        ignore the (unsupported ) group customshape when exporting xlsx
        
        currently the xml export code in oox doesn't handle grouped shapes very well, it produces an extra twoCellAnchor entry for the group ( which is incorrect ). This causes mso2010 to reject the content as corrupt. We need to handle grouping correctly ( e.g. a twoCellAnchor entry for the group and separate drawing shape (xdr:sp) elements for the shapes that are elements of the group ). As a stop gap we can just export the individual shapes of the group ( but not the grouping itself )

2012-01-11  Lionel Elie Mamane  <lionel@mamane.lu>  [a3261b16471995832f6791b5831c640c72948a95]

        fdo#44283: finish 8a17792f2e5 (Handle/invalid column ID cleanup)

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [34219bd53d4270e6741e2b8596b4210e1c47da1a]

        fdo#44661: No need to update the source range when it's a named range.
        
        Otherwise deleting a sheet that shifts the position of the pivot table
        would turn the named range into the raw range that the name references.

2012-01-11  David Tardon  <dtardon@redhat.com>  [7ad72045d7c3a99dbb67f817ad570097de383c3f]

        avoid generating a file in the source tree

2012-01-11  David Tardon  <dtardon@redhat.com>  [2e30b7ca1e89282a2d2d4b5682ee82f13923d715]

        bah, i forgot *export*

2012-01-11  David Tardon  <dtardon@redhat.com>  [f5b96148cb9e489b2100e6a2fd6805bff637e113]

        we need a var. assignment here, not a value

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [eea8a6e2181ee805854d29184aab3317264dde94]

        fix windows build error

2012-01-11  Radek Doulik  <rodo@novell.com>  [f7aca07bf75f4a50e831e1d745ba83234620ce0b]

        pptx: regenerated custom shape presets after last path element changes

2012-01-11  Radek Doulik  <rodo@novell.com>  [909b58fc559fc3e4e66d86ecc39d73f355fc4d8f]

        pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element

2012-01-11  Radek Doulik  <rodo@novell.com>  [158e9271f4f9760a6ffa5700d9bb389d85d7b2ae]

        implemented custom shape subpaths darkening/lighting

2012-01-11  Radek Doulik  <rodo@novell.com>  [81856eecf42e56756c28df6e97dd859004755e4c]

        added new custom shape path segment commands - darken/lighten fill color

2012-01-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [42bd571e07378c5e74f279e373c1442b4d224590]

        OS_FOR_BUILD is not right do decide Host module name

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [211e147ac64b2a22652d7390bcd9c8f7215a73b4]

        add README to document how to bump the font version

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [6c06dd347ca2e8a5dc42884344ed8c7c4c5f18b9]

        Resolves: fdo#44492 look up font by FC_FILE+FC_INDEX rather than FC_FAMILY

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [6b5eacd10dde8fc5e68c64b532c441c2888b1b4e]

        align m_nCollectionEntry with getFontFaceNumber and FC_FACE, bump cache magic

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [6eddd1b54cb6fc21cdc6883eee708d1247d15f9d]

        further shrinkage of padmin non-fontconfig code-paths

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [44cf768131e8a06ff688ddfa8b53f144ffb9e4a0]

        adapt findFontFileID to know about multiple font faces in a font file

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [42aeb8d9e163361c1b489916370eab7c2a3a391b]

        addFontFile always add all font faces in that file

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [7c3545a13809ba47079bab9c89c62546b14cfa72]

        align getFontFaceNumber with FC_FACE
        
        getFontFaceNumber returns the index of the font in the collection,
        font formats without indexes are now "0" rather than -1. All
        existing code already converted < 0 to 0 anyway, so simplifys a
        little.

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [67ddbfa97c567568eae5d5f0abe4dff8d5704f25]

        on generic X11 unix we always use fontconfig

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [0e3292f7c7c1369a716314f708361d4a83fb0724]

        remove redundant Clipboard_getSupportedServiceNames

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [ac310071eb397c3701e3c3cf650a893a225274f3]

        callcatcher: lets trust my own tooling

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [988829d53327e92b66487ea38bed98b1e6b72d47]

        valgrind: update unused code post virtual dtor cmis fix

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [199fdd4ace5cdf03e466b43da3c34d5275805e18]

        add a virtual dtor

2012-01-11  Caolán McNamara  <caolanm@redhat.com>  [06d3fb621f2cb1b5358d28542b8542019c6edcd2]

        add debugging symbols to raptor in debugging levels

2012-01-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [98aadb63dd07c51bdc2a0a0857c6ded05d7316f8]

        Avoid iterating beyond the last existing drawing page.

2012-01-11  Petr Mladek  <pmladek@suse.cz>  [25e0d64a6fccbc62d4cca4d8d7d312ea84f45c3a]

        Add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644)

2012-01-11  Tor Lillqvist  <tlillqvist@suse.com>  [3267d34fb9f57e8a4549b8fb9e8c362a64447cfc]

        Need to trim trailing newline from the indirect command line string

2012-01-11  Eike Rathke  <erack@redhat.com>  [51a5998433641aa62c4ce94af0be11d3c6e81852]

        adapted test case cell input to new date acceptance reality
        
        Cell input in testDataPilotLabels() like 1.2.3 was prefixed with single
        quote / apostrophe to not form a date input but string instead. With the
        new date acceptance, in en-US locale 1.2.3 isn't a date anymore and the
        quote becomes part of the cell content, so the test checking for 1.2.3
        failed because the result was '1.2.3

2012-01-11  Eike Rathke  <erack@redhat.com>  [cfec56f89f295002b2b2b9f68cd8f62dcca7c59c]

        fdo#44636 use date acceptance patterns in number scanner
        
        Get rid of the lax "any 1-2 possible date separators used with 2-3 numbers
        forms a date" date recognition. Use locale data's DateAcceptancePattern
        elements to match against, or ISO 8601 yyyy-mm-dd, or an already applied date
        format.

2012-01-11  Eike Rathke  <erack@redhat.com>  [ac32bcac33e3326149fe700b2de4d22542d6c82a]

        [bg-BG] special DateAcceptancePattern "D.M.Y г."
        
        Special special.. upper and lower case letter GHE and space and non-breaking
        space.

2012-01-11  Eike Rathke  <erack@redhat.com>  [ee3315bb22282d8725bef07c5fe2789e215309af]

        [sl-SI] special DateAcceptancePattern "D. M. Y"

2012-01-11  Eike Rathke  <erack@redhat.com>  [a2685c5fd47396589e0767c5926a5bdb9f7b3390]

        bumped locale data wrapper to use XLocaleData4 and provide date acceptance patterns

2012-01-11  Eike Rathke  <erack@redhat.com>  [ee660ba9b7bf83e21a9fb9bdcb10318e152ab988]

        added DateAcceptancePattern element

2012-01-11  Eike Rathke  <erack@redhat.com>  [b75958473503f7eca096b8843e57a031bbabe0ab]

        implemented date acceptance patterns API

2012-01-11  Eike Rathke  <erack@redhat.com>  [67edfdce616c6dc56395e05a09e098a0460b9313]

        made [es-BO] DateSeparator the '/' that is used in FormatCode

2012-01-11  Eike Rathke  <erack@redhat.com>  [899fe10b72522c833b7dc03312284db470952a28]

        made [tr-TR] use the defined '.' DateSeparator in FormatCode

2012-01-11  Eike Rathke  <erack@redhat.com>  [ed5882352207f25bdc8aeeb515c8d5ed39211ac1]

        made [ko-KR] DateSeparator the '/' that is used in FormatCode

2012-01-11  Eike Rathke  <erack@redhat.com>  [5c81423cc06a907da34d6954732ac5b405ab8296]

        made [ku-TR] DateSeparator the '/' that is used in FormatCode
        
        though I strongly doubt the entire US-centric approach ...

2012-01-11  Eike Rathke  <erack@redhat.com>  [8b7354217de215a972341414c8a693bdfbfd13af]

        added date acceptance patterns API

2012-01-11  Eike Rathke  <erack@redhat.com>  [f6c465e3555c8ac9d2902b3ac35f2d4784eed4c9]

        lower date acceptance with only two numbers

2012-01-11  Eike Rathke  <erack@redhat.com>  [8298a4741d95034f65c648dddfae081f44cf9455]

        strict date recognition using locale's separator and ISO 8601
        
        - Removed separators '-', '.' and '/' working in all combinations in all
          locales forcing a date even for 23/12.99 (if locale has DMY order)
        * Only the locale's date separator is accepted, plus '-' if the input may
          represent an ISO 8601 date yyyy-mm-dd, check is lax though on minimum
          digits, y-m-d is also accepted.
        * Additionally, accept yy-month-dd or dd-month-yy with month name. Year must
          be <1 or >31, 2-digit year magic for values 0,32..99 is applied, or has to
          be prefixed with leading zero.

2012-01-11  Eike Rathke  <erack@redhat.com>  [958cdbdcf5e35c04e259a69e972684060f1b3d12]

        accept and display years < 100
        
        + Years < 100 without being hit by the 2 digits year magic can be entered by
          preceding them with a leading 0 if at least 3 digits are present, e.g.
          099-1-1 is year 99, not 1999.
        + Years < 100 in an yyyy format are always displayed as 0099.

2012-01-11  Andras Timar  <atimar@suse.com>  [8ca1557b85188b7708930468d77412f51356e34c]

        enlarge 'Reset' button for German translation

2012-01-11  Tor Lillqvist  <tlillqvist@suse.com>  [11c9125c28738ce99e502991523829756ec95326]

        Work around http://code.google.com/p/android/issues/detail?id=23351

2012-01-11  Stephan Bergmann  <sbergman@redhat.com>  [0e4b36269097f8865bdbc1b9d299a2776ae0cc06]

        ScGlobal::GetAutoFormat not always required to create fresh instance.
        
        ...at least in ~ScAutoFormatObj it appears unnecessary and can lead to
        crashes during Desktop::DeregisterServices (when ScGlobal::ppRscString
        is already null and ScAutoFormat ctor calls ScGlobal::GetRscString).
        
        Therefore split GetAutoFormat in two, GetOrCreateAutoFormat for cases
        that probably need a non-null return and GetAutoFormat for those that
        are OK with a null return.

2012-01-11  Muthu Subramanian  <sumuthu@suse.com>  [5c4d1b05faa8a3d704fc74a186a173f8cc019cc1]

        n#734734: Text rotation fixes.
        
        PPTX would need rotation of text _inside_ text/object
        boundaries, rather than the rotation of the text/object itself.

2012-01-11  Jan Holesovsky  <kendy@suse.cz>  [ee24a236e1ebcc9585ed8e24cd73512e76a0303d]

        Revert "OS_FOR_BUILD is not right do decide Host module name"
        
        This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f.
        
        This OS_FOR_BUILD is to modify behavior in the cross-compilation case.

2012-01-11  Stephan Bergmann  <sbergman@redhat.com>  [d506bc43f6982b33e42b3449cad059075f8faca1]

        Hide bogus "Untitled already exists" errors...
        
        ...when adding multiple new template regions in a row in
        SfxOrganizeDlg_Impl.

2012-01-11  Stephan Bergmann  <sbergman@redhat.com>  [4a8e458b45dd063a82825e252366f678aec23921]

        fdo#43532 Partial revert of "...template names appear... correct word order"
        
        Sorting the sfx2-based list boxes does not work as SfxDocumentTemplates uses a
        different collating order (plain Unicode code points) than the list boxes, so
        that e.g. "en-US" comes last in SfxDocumentTemplates but not in the list boxes.
        Even with that fixed, insertions into SfxOrganizeDlg_Impl would still not work
        right.
        
        This reverts the sfx2 parts of commits 50b7733fa41879a62d35cab64da59b109e1a8502
        and df59068902b294b7b344af0c20da196cc64aaced.

2012-01-11  David Tardon  <dtardon@redhat.com>  [9dec6475aa7057d8544d8f8a3c716c90fe7f9e65]

        fix for gcc 4.7/C++11: these are not string literal operators

2012-01-11  David Tardon  <dtardon@redhat.com>  [0669fdb4874f8169ce1e49f3ae946c87ce1478ce]

        fix for gcc 4.7/C++11: this is not string literal operator

2012-01-11  August Sodora  <augsod@gmail.com>  [5a180fd905e3e8f7b7d16fa094d47c64577130cb]

        Fix MacOSX build

2012-01-10  August Sodora  <augsod@gmail.com>  [1681ee65f67cf1c382a34f7ea35fe118dc8603aa]

        SvStringsDtor->std::vector

2012-01-10  August Sodora  <augsod@gmail.com>  [d5e1963080018ada1da12adf2d97b1973e3d1e9a]

        Remove unnecessary forward declarations

2012-01-10  Norbert  <n_th@linux-uefb.site>  [39cfc4d8ad77700aefabaedde430693448a5f76f]

        OS_FOR_BUILD is not right do decide Host module name

2012-01-10  August Sodora  <augsod@gmail.com>  [bcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6]

        Remove _SVSTDARR_STRINGSISORTDTOR

2012-01-10  August Sodora  <augsod@gmail.com>  [2f9231f320340734568d0df657c9d5ae062331ec]

        These can be static

2012-01-10  August Sodora  <augsod@gmail.com>  [9ee49871a8ae0456d72ebaebb8955ea68fd17ec2]

        Remove unused table declaration

2012-01-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [9b853ee45050b78a8e623269c3c7db5c63c2716e]

        fdo#44147: Sheet 0 is selected by default.
        
        ScViewData's default ctor sets current sheet to 0, but its selected
        sheet data didn't have it selected which meant that the two data
        were out-of-sync when created.  This affected entering data into cell
        when the sheet was embedded (because no sheet was "selected").  In
        reality at least one sheet is selected at all times.
        
        The above bug was present before, but was masked by a hack in ScTabView
        which always selected sheet 0 when activated.  I removed that because
        it was interfering with syncing the sheet selection data before and
        after print preview.  And removing that hack exposed this.
        
        This commit is the right fix.

2012-01-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [e24a27b4cc920cbb1b87c33f99b7379f50d2e0f7]

        Fix for fdo43460 Part XXXIII getLength() to isEmpty()
        
        Part XXXIII
        Modules
        sfx2

2012-01-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [f19d269ab4286b2e2e9f579bc4705daf4f6756ab]

        Fix for fdo43460 Part XXXII getLength() to isEmpty()
        
        Part XXXII
        Modules
        sdext

2012-01-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [db08c1ac5ed566fbec4d2ce8345ed483fa8bf9ab]

        Fix for fdo43460 Part XXXI getLength() to isEmpty()
        
        Part XXXI
        Modules
        sd

2012-01-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [5e7d38fe5b8115fe4860fe3e8a77d298cf67391b]

        Fix for bug fdo#44110, New Math symbols issues in Windows
        
        This patch fixes the rendering issues in Windows for the new Math symbols for game theory.
        The precsim and succsim symbols were truncated. They have been shifted upward.
        
        File OpenSymbol.sfd with only the characters touched (at the end of the file)
        File opens____.ttf generated from OpenSymbol.sfd (fontforge)

2012-01-11  Miklos Vajna  <vmiklos@frugalware.org>  [b5d9e500ed8562448498cc1135b130123767134c]

        microopt, avoid unnecessary call to Tell()

2012-01-11  Miklos Vajna  <vmiklos@frugalware.org>  [92c7b6733e55a6ab62bc231ecf0ffd5c0da7c8d2]

        fdo#38057 implement RTF import progressbar

2012-01-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7cee57f336e3e24393e9280f41d82d372f9a2699]

        ups, that part should not have been committed.
        
        cross-compiling is broken currently when using separate nss

2012-01-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [abb1bcf7bf11e596d93960bf8ca16cf671e6a2d0]

        fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruft

2012-01-11  Thorsten Behrens  <tbehrens@suse.com>  [122cb4ff9cdeea5c3c9b7a0a60f26cadb13a71fa]

        Fix fdo#43820 - properly initialize iterators before math.

2012-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c48bac19685d3a66a9abeba8477e1b763a6b13bf]

        cosmetic: clean-up tab/space mix.

2012-01-10  Takeshi Abe  <tabe@fixedpoint.jp>  [9a2472d49299c4a8b804d291edb48e752d62d763]

        fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2
        
        This fixes fdo#44616.
        HTML 3.2 does not have these attributes:
        http://www.w3.org/TR/REC-html32

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [0e898354fc76339a9a007b30f1ebe123981d0426]

        sw: SwNavigationMgr: don't store SwPositions
        
        Using SwPosition to store the history is an awful ideal as that isn't
        corrected when the node it points to is deleted, which could cause
        crashes when the user then wants to jump there.
        SwUnoCrsr looks like a better fit as it is automatically corrected.

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [e9624f00e1c125860fa63ef10c7148f1a0b84cbb]

        sw: SwNavigationMgr: style cleanup

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [b75ac42a1d27ddb3a8b7fe7f18126ae14049b4a4]

        Repository.mk: some special executable names on WNT

2012-01-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [8422e18b01843bac061c20a8aa47d1c43994a2d2]

        fdo#42624: Do the same for BIFF5 and earlier.

2012-01-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [d041d1469227f5536abba938a21ab7c8e9d35719]

        fdo#42624: Defer formula token conversion for defined names (xls import).
        
        This is necessary for handling names that cross-reference each other.

2012-01-10  David Tardon  <dtardon@redhat.com>  [e9419b946857e396cab8ff88c3da5708e2edcf4f]

        list source files explicitly

2012-01-10  David Tardon  <dtardon@redhat.com>  [1c37e96ae97268e3227e75a265b146fd3d33e2f2]

        list source files explicitly

2012-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [9af656af19eb465b3d45b43fb281ad541fa9b32c]

        pathutils-obj is in static library ooopathutils

2012-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [92ac10d4ec44a72cb4509efe8a04eb3da3556c85]

        Apparently need more (all?) methods

2012-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [5ed6f946881561df3910858e9b482b758c9b828f]

        Avoid CUPS on Android

2012-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [a24a1701d027c19c23c1378a94cc00fb46f2c7d7]

        Rename weird "NetPath" term to the more descriptive "InstallationRootPath"

2012-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [9d0c50e81b0ebfed6c710817019ce95f6b0ba6ec]

        Add a couple more methods

2012-01-10  Tor Lillqvist  <tlillqvist@suse.com>  [92c7c579b230f011acdfa3b90b43a0d39b84a14c]

        Build more code on Android, too

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [5a0ab1a45858f4f7336f6dbdc218502cc31f0168]

        gbuild: Executable.mk: don't build unregistered exes

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [7608feeb7b490915c85ef75db33acdb8baef0c23]

        RepositoryModule_ooo.mk: add cppuhelper

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [f6260b19dbed41e573209d598fee1d78f906eec4]

        cui: remove unused macro for renamed library

2012-01-10  Thorsten Behrens  <tbehrens@suse.com>  [84c33ebf343b543255e5dac007ad1396552144d2]

        Make nsplugin build on Mac, take two.
        
        Now with some help from Michael Stahl - seems to work.

2012-01-10  Thomas Arnhold  <thomas@arnhold.org>  [2c3d0ff9f83aab89980529da2aa3837390b84ef7]

        Use SAL_N_ELEMENTS
        
        Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd
        
        Done with some regex magic (and a check if this var is an array):
        
        s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs

2012-01-10  Thorsten Behrens  <tbehrens@suse.com>  [a2dd79d14ee2e76e3b6c13f2880706292ea90c26]

        Make nsplugin link on Mac.

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [5e3612b1d5923845bf955231278f45b4e3089951]

        can drop intermediate strings now

2012-01-10  Christina Rossmanith  <ChrRossmanith@web.de>  [6dc465535784fa8964fbd7d1b12eaecadf027cdc]

        Replace (Byte)String with rtl::O(U)String

2012-01-10  Matúš Kukan  <matus.kukan@gmail.com>  [a74627d53eea219ceb26ce0d341cdf218ed0dd0a]

        improve support for merging libraries

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [0ffc8c0d70860e1da3b71eb3ffbb30a0d463ddef]

        build debugging libxml2 with -g

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [7c21df4eb3a977de368b40906b9808d078349f9e]

        typo in .IF

2012-01-10  David Tardon  <dtardon@redhat.com>  [4a71d128bba69f7b91fe46fad5731caac6ca6ba2]

        workaround internal compiler error with gcc 4.7

2012-01-10  Radek Doulik  <rodo@novell.com>  [d0521e28a12e6fbba70d6d866ba37fb6565701f9]

        pptx: regenerate presets after custom shapes moveto/close fix

2012-01-10  Radek Doulik  <rodo@novell.com>  [15a19d71f357d1d929cd5d19af7e882e3d589341]

        pptx: custom shapes import, ignore close segment after moveto segment

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [e596df57b54bcb4f67dfa1242d47dda0f1e0f6aa]

        valgrind: have MappedLockBytes take complete ownership of the file handle
        
        have MappedLockBytes take complete ownership of the file handle and
        unmap it and close it on release. Otherwise xFile will close it
        and MappedLockBytes will unmap it in that order, which breaks
        post android requirement to have a valid file handle in unmap

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [322afee279afd6ce5a99212757d0747858959d80]

        MAC_WITHOUT_EXT never defined thesedays

2012-01-10  Thorsten Behrens  <tbehrens@suse.com>  [897aa4fa71813ca188b0e1e01ca41ca1e35d415d]

        Tools container rework regression fix (for fdo#41657)
        
        Don't de-reference invalid iterator (and no point in doing anything
        with an empty style sheet list anyway).

2012-01-10  Philipp Weissenbacher  <Philipp Weissenbacher>  [d93196c815c77e9612423ceb81d4b39b79407e35]

        Translate German comments and correct a few English ones

2012-01-10  Philipp Weissenbacher  <Philipp Weissenbacher>  [5513e24eeaca20a12aac338a722fc9ba81c7c833]

        Translate German comments

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [629cd5caadc6dced0d0f6b48368c5b6e55ea757e]

        callcatcher: update list

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [84479bc5ab3a185abb57c39d0a0a7a8c763b5875]

        reduce DragMode foo

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [e2f062ef7fdf80d9189b19cb396814976c73bf78]

        force users of horrific ReadUniOrByteStringLine to provide the charset

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [b2b318cca726630486dfcad442ba61499c3c7c12]

        we know that the encoding is not UTF-16 here

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [5870f91a86bc26a827dbecdd330c63b9e3a51678]

        we know that the encoding is not UTF-16 here

2012-01-10  Caolán McNamara  <caolanm@redhat.com>  [3c62fbcdd78e472d3dde604eff33be54cb3e21be]

        simplify LocalFileHelper::ConvertURLToPhysicalName

2012-01-10  Noel Power  <noel.power@novell.com>  [ffbd3846d40eaf3dc8e8fa37e57d48ff7da88a5b]

        some misc tidyup ( that was reverted )
        
        some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here

2012-01-10  Noel Power  <noel.power@novell.com>  [6639eb9c306cd59482f259330258caea84239fc1]

        Revert "remove duplicated images for basic dialog form controls ( & misc tidyup )"
        
        This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [2af8b95af8730fc68ad6fcd3eaab38a799eef580]

        editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27
        
        - iterators should be compared with !=, not <
        - iterator invalidation on erase should be avoided by using the
          iterator that is returned by erase
        - in WrongList::operator== only one iterator was incremented

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [14da1611e8c18925f4faa81dfaf792ef1b3fd00a]

        extensions: plugin: mac unused param warnings

2012-01-10  Michael Stahl  <mstahl@redhat.com>  [bec239e847da2b8112de79f18c6f62eb52b47bc1]

        extensions: plugin: fix build a bit more on Mac

2012-01-10  Jan Holesovsky  <kendy@suse.cz>  [23b1ba968f0e092d78e98bebcfcf662b8442d711]

        Fix npshell build on Windows.

2012-01-10  Marcel Metz  <mmetz@adrian-broher.net>  [ef1602211907a222190b061d1d7f8a2a5ab9be66]

        Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE

2012-01-10  Marcel Metz  <mmetz@adrian-broher.net>  [1efa072b558d5b2aee03c658c4a781654985ba2b]

        Remove cruft in debug tools

2012-01-10  Julien Nabet  <serval2412@yahoo.fr>  [05c51d5dfb58549e5bf26cb5c8b9b4f0083dca25]

        Some cppcheck cleaning

2012-01-09  Julien Nabet  <serval2412@yahoo.fr>  [8d7e1a6e13008bd7d35896e676796196038f1105]

        Enabling Icedove addressbook connection for Base (Thank you Caolan)

2012-01-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [de9a19ab6ba28ce15fdcf25397540ce0ac02b416]

        fdo#44546: Hopefully correct automatic calculation of y-axis scale.

2012-01-09  Miklos Vajna  <vmiklos@frugalware.org>  [a36addcc85c23e14aa9ac0d0cf32ea229b600001]

        autogen: sync vim modeline with emacs one

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [58ef08f5e1336acbcfcb9f6f7a6449a0eae518a7]

        toLower->lowercase

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [4e83af0dc7d41c458f9d971342c62103fad51d0f]

        make indent sane

2012-01-09  Andras Timar  <atimar@suse.com>  [6a62d7628f35c259dc3688f326b5ad31d674ab33]

        revert text change in alienwarn.src

2012-01-09  Andras Timar  <atimar@suse.com>  [2e0ec77cd6bbfe599d63f3a67218c1cf09bb19a6]

        autoresize 'Use ODF format' button, too

2012-01-09  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [1a3561d98b5e7edabe03dbad786a0ea2f741db66]

        Make the title of foreign file format warning translatable
        
        Also, change the contained text slightly.
        Thanks to William Gathoye for noticing and producing a first patch

2012-01-09  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f76c017cf4f216e72da362e4d5466a2e5cc7281e]

        New Save, Save As and Reload File icons for the Tango theme
        
        With big thanks to Lapo Calamandrei for his willingness to relicense his Save and Save As icons.
        
        Copyrights:
        icon-themes/tango/cmd/[l,s]c_reload.png and icon-themes/tango/res/[l,s]c05508.png are from the Public Domain Tango artwork available under tango.freedesktop.org/releases/tango-icon-theme-0.8.90.tar.gz
        
        icon-themes/tango/cmd/lc_save.svg
        icon-themes/tango/cmd/[l,s]c_save.png,
        icon-themes/tango/cmd/[l,s]c_saveas.png,
        icon-themes/tango/cmd/[l,s]c_savebasicas.png,
        icon-themes/tango/res/[l,s]c05502.png,
        icon-themes/tango/res/[l,s]c05505.png are
        (C) Lapo Calamandrei, as available from http://git.gnome.org/browse/gnome-icon-theme/, relicensed to LGPL3+/MPL

2012-01-09  Miklos Vajna  <vmiklos@frugalware.org>  [3dbe4c18d0df62fa28fa69052ffb37c90af077f2]

        Related: fdo#42151 implement cell text flow support

2012-01-09  Andras Timar  <atimar@suse.com>  [1eafe2bb4cdefaa4ea66ede89a513d175874e779]

        bump LibreOffice copyright year to 2012

2012-01-09  Andras Timar  <atimar@suse.com>  [ecc0edad478f84d2b26d4a3beefdf485375e807c]

        remove deprecated --plugin command line switch

2012-01-09  Andras Timar  <atimar@suse.com>  [11abb04ab0dc926469e0eb8a78cb865d5e75b922]

        remove deprecated --bean command line switch

2012-01-09  Thorsten Behrens  <tbehrens@suse.com>  [ea1ce3c63044394b1e4387808231d535a4118f4e]

        Kill unused macro in canvas.

2012-01-09  Thorsten Behrens  <tbehrens@suse.com>  [9c59cd15b150638c845bbc275b9b04460afc23bd]

        Use SAL_N_ELEMENTS in slideshow where possible.

2012-01-09  Michael Stahl  <mstahl@redhat.com>  [8f468159691f051ea2fa5d28486b989ecc75d69a]

        extensions: plugin: try to fix Mac build:
        
        Move everything that requires ObjectiveC stuff to the ObjC++ files in
        the aqua subdirectory, where it belongs.

2012-01-09  Thorsten Behrens  <tbehrens@suse.com>  [ce123a5c6fedb7343428033d1cd82d97aa2cef34]

        Fix totally busted whitespace in slideshow module.

2012-01-09  Thorsten Behrens  <tbehrens@suse.com>  [53ec7e3b2c1e0fdcd72c30a36ede77319bab4969]

        Avoid pointless const_cast, use getConstArray in all cases.
        
        Another code-review follow-up fix from fdo#44533 - don't use
        Sequence::getArray, that tends to create a new copy everytime you
        call.

2012-01-09  Thorsten Behrens  <tbehrens@suse.com>  [c85142eb63c61de68aa7dbb10b2bcb8b48b870f9]

        Fix more incorrect iterator re-use.
        
        Follow-up fix for 540963d879296ef81f883305057e63465b2ff586
        std::algos use iterator arguments by value, and may change them.

2012-01-09  julien2412  <serval2412@yahoo.fr>  [540963d879296ef81f883305057e63465b2ff586]

        Fix crash when play particular presentation with sound
        
        This fixes fdo#44533.

2012-01-09  Thomas Arnhold  <thomas@arnhold.org>  [22d05186ed7bf0314b43e1db09eb8706d09c6da1]

        callcatcher: remove unused SalColormap methods

2012-01-09  Thomas Arnhold  <thomas@arnhold.org>  [f072008981f77e8e28a9f088b4c3604b860af5f8]

        callcatcher: clean up vcl i18n

2012-01-09  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3d3584237424b8efefdb0579e131892e1ddf00a9]

        fdo#36681: refresh the layout after inserting a picture

2012-01-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [0d6e8c35133c10b3b4e0ef69bbca51ac7506b5d2]

        fdo#44545: Skip filtered cells during auto-fill.
        
        Regression from 3.4.5.

2012-01-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0ee79ba6a79fa7277b468bdd8918a88aafa6d5f7]

        use absolute path

2012-01-09  Eike Rathke  <erack@redhat.com>  [1245266ebc4cb228ff17eda8ac4bc0ff35a86f7d]

        ./config_host.mk is to be sourced, not invoked

2012-01-09  Andras Timar  <atimar@suse.com>  [b0cb633d6e3369936a63501933f47f291a4760b7]

        don't warn for -h/-?/-o/-n command line switches

2012-01-09  Andras Timar  <atimar@suse.com>  [5371a528926cc257f84d9d36751b5447a80511fb]

        fix switches (--) and typos

2012-01-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2edc5a8fdb50b8fc2916fc1501477dbfe0e5c418]

        Uploading new release of libvisio (0.0.12)
        
        - Ability to parse and extract OLE objects embedded in Visio files
        - Fix a bug with overkeen path closing algorithm

2012-01-09  Luboš Luňák  <l.lunak@suse.cz>  [2df1c40b4b7cb3107a68984db644f10097f04c3c]

        don't use an invalidated iterator

2012-01-09  Miklos Vajna  <vmiklos@frugalware.org>  [7ec8f13d3ac0650c7e62e31220f1eda9d0a9284c]

        fdo#42151 fix RTF import of vertically merged table cells
        
        The problem was that \row took care of states (which is right, since
        \trowd wants to reset row properties to the default state), but it
        should not respect state pops.

2012-01-09  Radek Doulik  <rodo@novell.com>  [534e87c5d5edb84f7ee98e1db6c18446afd5cbcb]

        regenerated custom shape presets

2012-01-09  Radek Doulik  <rodo@novell.com>  [c0aa170638cd501792aa44a464bf4554eb4dc948]

        pptx: implemented import of <path stroke="false" ...>

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [ab706f997d4b9758e317e28c791a645021fe7bd0]

        remove duplicate createHex

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [c8352a6c19489ba7e74d1bfbe0e94b783d9db580]

        WaE: some more warnings in higher debug levels

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [45b19123a63f23fe37b11b063d7567bf79ef09aa]

        simplify CharClass
        
        multiple variants of toUpper (etc)
        some that take a non-const OUString or String and modify it
        some that take a const OUString or String and return a new one
        some that take part of a const OUString or String and return a new one

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [bcd9122715c7b708a65bee05a90dba3a38624ecb]

        String sNm unused

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [00e52e1e2d9e131df5634c085e176819a18330c7]

        make indent sane

2012-01-09  Caolán McNamara  <caolanm@redhat.com>  [66c3510ed3344e7e87564c3de39cf5531e688c6e]

        mark uncopyable with boost::noncopyable

2012-01-09  Noel Power  <noel.power@novell.com>  [9df90559d40f029479c4481e31f88737b70742f6]

        restore special DATE handling code for SbxValue::Compute
        
        restore code that seemed to be erroneously moved as part of the currency enhancement feature

2012-01-09  Michael Stahl  <mstahl@redhat.com>  [d979e52a6a8cf05da31a10bd2e5ecad1b19dddc7]

        gbuild: add urlmon library for MSVC

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [89875941688ac94c7d9ddcccccee141bc16d1688]

        No need to mention the system "log" library, it clashes with our "log" library
        
        It is not needed anyway. Only liblo-bootstrap uses the log API now,
        our libraries on Android (including "executables") don't.

2012-01-09  Matúš Kukan  <matus.kukan@gmail.com>  [29f897054d472746ce0cf59a39142ec5ec3114c1]

        extensions/Library_pl: move macmgr.cxx -> macmgr.mm

2012-01-09  Marcel Metz  <mmetz@adrian-broher.net>  [869cf02e7cf20dc25a55b6d3898fc94c5c0ed2ed]

        advertise license in help output

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [0759e36f887f5612ecd84efe8f9397a35a10a7fd]

        Kill --with-local-solver

2012-01-09  Marcel Metz  <mmetz@adrian-broher.net>  [04292aee154d03e87395722d314c60be6c10b2ec]

        Replace Table with std::set.

2012-01-09  Tim Hardeck  <thardeck@suse.com>  [9ec31184f7d68777b601f3398c1dae930b7ead42]

        translated German comments in valueset.hxx
        
        Translated German comments in  svtools/inc/svtools/valueset.hxx.

2012-01-09  Tim Hardeck  <thardeck@suse.com>  [d4c265f28800f4d48f076f46dbe3fd26500c7a5f]

        translated German comments in valueset.cxx
        
        Translated German comments in svtools/source/control/valueset.cxx.

2012-01-09  Stephan Bergmann  <sbergman@redhat.com>  [2fa19ed7e407188d6af028aad19a2598454959a8]

        Export from UpdateCheck only what is needed in test_update.cxx.

2012-01-09  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [6d51f16df92c255ea7006104025cf6a90a4347c8]

        If there is no java, don't do the java stuff

2012-01-09  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [d0e97e3db7c88f378f87a22b0cab066021df2ded]

        Also gives BoundListeners a CPPUHELPER_DLLPUBLIC to link on msvc

2012-01-09  Stephan Bergmann  <sbergman@redhat.com>  [23656bda4e46ab7c00450fb0c145503a0cb0e7b5]

        ENABLE_AUTODOC_FIX, WTF

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [407542d7ed7d517e177ac17e67b2c2deb9f41bb4]

        Revert "gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon"
        
        (10:49:45) dtardon: tml_, i rescinded :) "<dtardon> tml_, hm, well, that's not really true..."
        
        This reverts commit b2b5357097a8a61fe80fb4f57ade0965099f61a6.

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [ba7d9c677a865ed3355d5c85673cafe4d4b30915]

        Should use gb_Library_add_libs and not gb_Library_add_linked_libs
        
        for system libs, says dtardon, and I trust him. Note that this crap
        still doesn't work any more for Android, though. Some problems with
        the gnustl_shared library. I have no idea where it needs to be
        mentioned for the bloody gbuild mechanism to understand what kind of
        library that is.

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [b2b5357097a8a61fe80fb4f57ade0965099f61a6]

        gb_Library_PLAINLIBS_NONE should not contain system libs, says dtardon

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [f41d8090641495a94c0f1ee6cf450543179e9cb2]

        Reword comment to match reality better

2012-01-09  Tor Lillqvist  <tlillqvist@suse.com>  [2a68918b6dbcb7299ad2809e97e4782ab9c4c8a8]

        We don't need doxygen for the sub-configure

2012-01-09  August Sodora  <augsod@gmail.com>  [28f16e4c2580e07ce05244d2b0672e5ef9e57ace]

        Only set bSpaces once here

2012-01-09  August Sodora  <augsod@gmail.com>  [ed5b6ace8974e37f51f915d731d3b71dffdc8b49]

        Remove use of pLine in scanner

2012-01-09  August Sodora  <augsod@gmail.com>  [c3259776aa138ef6afb9fa589edf47554e6524dd]

        Prefer prefix increment

2012-01-09  August Sodora  <augsod@gmail.com>  [8917da2a2b63e8c7df79f37b90303827ebc6e158]

        callcatcher: Remove unused code

2012-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c031fcd8355770bf46e46736e786905f21a7e575]

        did not want to move that to the in-build target

2012-01-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cedfc2a67448692eb2c0028f18f77427a49a900b]

        add some tests related to fdo#42624
        
        see fdo#44587 for problems with range names in matrix formulas during xlsx
        import/export

2012-01-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [eee86d79d7b8ac44be44807e4d5974f4a2592e32]

        Handle resizing of cell-anchored polyline objects as well.
        
        This should take care of correctly resizing cell-anchored polyline
        objects when resizing row height / column width.

2012-01-08  Miklos Vajna  <vmiklos@frugalware.org>  [ef684989dd083b6a0718ea14b4cbba0d9445da52]

        sw: drop exec bit of cxx files

2012-01-08  Miklos Vajna  <vmiklos@frugalware.org>  [effeb08efd1746a6a2d911452f38dc9c49685548]

        Kill SvNullStream duplication

2012-01-08  Andras Timar  <atimar@suse.com>  [717e3912ed94a10c9405ac11c08eff6caba107ea]

        UI elements begin with upper case

2012-01-09  Takeshi Abe  <tabe@fixedpoint.jp>  [b35c0ae4ffce43b881d66efe74a19f1bf6299331]

        catch exception by constant reference

2012-01-08  August Sodora  <augsod@gmail.com>  [bc2a59e09d1a554b2d55412d1f10a3fa1fe86086]

        callcatcher: Remove unused code

2012-01-08  August Sodora  <augsod@gmail.com>  [dd7eeed27dc225281ad51e3e41be88ce753e4e8e]

        Remove uses of pLine in scanner

2012-01-08  Andras Timar  <atimar@suse.com>  [6b3ed4a5e3b76b08cdc841767e6f69854f7a43ae]

        update readme fdo#37951

2012-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aeddbade5428ae4794faea79c376f6c8c0e9112f]

        don't set document modified for copy and select all, fdo#44423

2012-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [baed170c416fd5bcae4d17362f0efd0e6284efdc]

        return earlier from ScInterpreter::GetDBParams on error, fdo#44442

2012-01-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7922d1d8b65fa18822eaba8d38460d76c1e7a2c8]

        limit the number of sheets again to 10000
        
        Our 32bit builds have problems to generate more sheets and crash with a
        std::bad_alloc
        
        Increase this limit again as soon as we can handle std::bad_alloc

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [08708fcc39f300c477aad581e5bdc42e5931dd8c]

        Mark detective arrows clearly since we need to treat them differently.
        
        Otherwise it gets confused with normal arrow objects during re-
        positioning.

2012-01-08  Miklos Vajna  <vmiklos@frugalware.org>  [be9c3de16a29a3bffde9156af346e8b9907121ed]

        create-tags: fix "./config_host.mk: Permission denied"

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [5bc315f5f50b9f1cf5b4fd8b6bcba62f6d9ad1ab]

        More unit test code to test copying a sheet with drawing object.

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [d831f352ba4969f4e5ed0d1057a773d5a472d4aa]

        More unit test code for drawing objects. Found another bug & fixed it.
        
        Inserting a new sheet would not update the anchored sheet index. Fixed.

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [834f7c51ea1a51c6022da25fad9d0389682c5d52]

        Reset sheet index of drawing objects when moving sheet too.
        
        If not, cell-anchored objects would get stuck on the old sheet
        position, which is not good.

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [aeb3af4ea06cb1f17b0177ab77c88f809fb99427]

        Better to internalize the sheet ID reset within ScDrawLayer...

2012-01-07  August Sodora  <augsod@gmail.com>  [d3a52bd7b3fe11fc6cf5f3296dd00eba524e40a0]

        scanner cleanup for consistency

2012-01-07  August Sodora  <augsod@gmail.com>  [1e04280bce397f6c4c6715ab882fa9fd8f372c09]

        Refactor readLine in scanner

2012-01-07  August Sodora  <augsod@gmail.com>  [db1faf486837c44a69406a53ea67f66a6fe56d34]

        Remove unused class SttResId

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [1f6e412a8fc7f7a22f0872eda3be6545a7cee5eb]

        Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).
        
        This prevents drawing objects from disappearing on file reload.

2012-01-07  August Sodora  <augsod@gmail.com>  [6c3cfe6059c31c980d123f413a69d536887c336d]

        Generate docs for basic

2012-01-07  August Sodora  <augsod@gmail.com>  [a3b6842cc91fee88b9a6fd48008d1c7e53d67108]

        cppcheck: cstyleCast

2012-01-07  August Sodora  <augsod@gmail.com>  [743e627bcfc9c87d806109fe6f3f4e2817b73dda]

        Remove unused code

2012-01-07  August Sodora  <augsod@gmail.com>  [809438ad92ab5709fcea022e0f403bb941c2f1b3]

        Remove unused code

2012-01-07  August Sodora  <augsod@gmail.com>  [e0cf30f54a8c5e962fc4aa213f47819598ec22e9]

        Remove unused code

2012-01-07  August Sodora  <augsod@gmail.com>  [66291199a301c695c234b6d57708b5199ae22a30]

        Remove unused code

2012-01-07  August Sodora  <augsod@gmail.com>  [677fe9e4a886c04debb74a4fbe8b255e630d5665]

        Remove unused code

2012-01-07  Andras Timar  <atimar@suse.com>  [1e847daddfb4002278049ada523834c196aa8b10]

        yet another few strings to localize

2012-01-07  Andras Timar  <atimar@suse.com>  [b95be347d45c90febdeca85d22b65c03fba283bc]

        make measurement units localizable

2012-01-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ba759d70ba84280ef5d25f644357e04471bffab9]

        Add a missing space in the format -> page -> organizer tab

2012-01-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8708acc5b72a0e453a42c19c396ccd4f7786da7]

        another missing null pointer check in multilinebar, fdo#44518

2012-01-08  Takeshi Abe  <tabe@fixedpoint.jp>  [ff580eb39b46646309feba447f6bf485124db6b1]

        catch exception by constant reference

2012-01-07  Marcel Metz  <mmetz@adrian-broher.net>  [5b031b4ea68df5ca210a5631c801414b476d8094]

        Remove superfluous _ZFORLIST_DECLARE_TABLE definition.

2012-01-07  Julien Nabet  <serval2412@yahoo.fr>  [948f57e74dda7e64b7c72208eaec00eac1bb96ba]

        Fix fdo#44065

2012-01-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bcaa334ad6cba9b339a72bfdf9d5e74a7773cacd]

        move overlapped controls

2012-01-07  David Tardon  <dtardon@redhat.com>  [e99464ea0f8aec2d015b3136b84a3b26e2bcda52]

        use custom target for generated source

2012-01-07  David Tardon  <dtardon@redhat.com>  [5bbdab11f6485ec64d93036f0bbfc5eda5842a9d]

        split module targets' registration

2012-01-07  David Tardon  <dtardon@redhat.com>  [4492deb4d5a57a5e7a20fd92203236aefc7dac99]

        use custom target for generated source

2012-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [c3fdb4973bae6a169f7b4f745f613320b18ea2b4]

        add gthread external here

2012-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [f40fe7f1676c14a1bed48046b2b9d5f1e4c94c31]

        add fpicker to tail_build

2012-01-07  Matúš Kukan  <matus.kukan@gmail.com>  [c1ac62c0eb4df3cf1fff20c41eb7683472e9e25f]

        sal.map: allow different name mangling

2012-01-07  Olivier Hallot  <olivier.hallot@alta.org.br>  [49e11ffbe1cc04f2855b18acd501954d80901efa]

        Fix for fdo43460 Part XXX getLength() to isEmpty()
        
        Part XXX
        Modules
        sc

2012-01-07  Takeshi Abe  <tabe@fixedpoint.jp>  [e4ce7225dd987f9b2f250f055d9688de79931444]

        catch exception by constant reference

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [d74c77428deba9619c678a59d6442ec281385264]

        Removing debug statements.

2012-01-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [f0c9362d9dca4bda4f3d87e181a2b59fcc08d7d2]

        New unit test code for drawing objects.

2012-01-07  Jan Holesovsky  <kendy@suse.cz>  [60c968e9a2ef14aa289e677bd7f40d2c4724fd12]

        Page Breaks: IsLeaveWindow() is unreliable, we do not need it here.

2012-01-07  Jan Holesovsky  <kendy@suse.cz>  [aa3bfbe776bcefd7e7b143e6843315df6b2a5ecb]

        Header/Footer, Page Breaks: Delay appearing by 500ms.
        
        The delay was a good idea, just the 1s was too long.

2012-01-07  Jan Holesovsky  <kendy@suse.cz>  [6abeafcd6a409c0910b19d1c935fe08431d66ae0]

        Page Breaks: Vertically center the control.
        
        It is not necessary to draw it below the line when we draw it where the cursor
        stands; avoids disappearing when the user moves the cursor a bit up.

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [8bf08458ff38e312773bc79a32e9f7a6d2f4197d]

        fdo#36387: Get external references to work with AND and OR.

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [f60c1cd239da3e2fcb30f4af8761013c8ae9c0fc]

        fdo#44467: Deleting sheets should adjust drawing object pages as well.
        
        Good thing we caught this, because we were also leaking memory by not
        deleting the deleted sheet instances.

2012-01-06  Marcel Metz  <mmetz@adrian-broher.net>  [d59211357a4ae75365f23479ac2e1cd2376a5dab]

        Removed unnecessary tools/debug.hxx includes.

2012-01-06  Marcel Metz  <mmetz@adrian-broher.net>  [4beb58e0dd9533eb9870bb30b9e1472d881fe03a]

        Removed unnecessary tools/ref.hxx includes.

2012-01-06  Marcel Metz  <mmetz@adrian-broher.net>  [5845c5b6ec04cff9239716ee9cadfa3708e551c0]

        Removed unnecessary tools/link.hxx includes.

2012-01-06  Matúš Kukan  <matus.kukan@gmail.com>  [259e51677bde56dbfc45e41b28ae3bdfd08a0e82]

        extensions: nsplugin: dl is for linux

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [e0ea1b528428ac5ee450ed06f80a23e1125cd09b]

        Fixed the validation message popup disappearing when scrolling etc.
        
        When the popup goes outside the visible area & get scrolled back in,
        it would disappear.  Also, when setting the hint message on in the
        dialog and clicking OK should show the popup right away.

2012-01-06  Andras Timar  <atimar@suse.com>  [c7c65bc0d746b7fa6f63d7e76dc22202e689db09]

        link versioninfo resource to dlls

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [47dd76d42be8de592597a5206bd2e5c7b54a7536]

        Fixed a crash-on-exit, when the validation message is up when closing.
        
        Delete the hint window instnce before the grid windows get deleted,
        since the hint window is now a child window of one of the grid
        window instances.

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [248a6136b898389a5d3d351859591b2de458ce90]

        Fix re-calculation of the position of circular drawing objects.
        
        Cell-anchored circular drawing objects would get distorted whenever
        its bounding rectangle changes, either via insertion / removal of
        columns / rows, or changing the row height / column width.
        
        This commit fixes it by differentiating the validation circles, which
        needs its own re-calc algorithm, from the normal circular drawing
        objects.

2012-01-06  Michael Stahl  <mstahl@redhat.com>  [bf6ccec6334141be5e0247f9cf3f34762f668e40]

        solenv: that perl crud looks unhappy

2012-01-06  Michael Stahl  <mstahl@redhat.com>  [b1817420911296ce21d4db145e12c9cbeec9c228]

        extensions: pl: link comphelper (bacfd2dc)

2012-01-06  Michael Stahl  <mstahl@redhat.com>  [23dd856d3c70a63dd47ae2a09a75833267296432]

        Merge branch 'feature/gbuild_extensions'
        
        Conflicts:
        	extensions/source/ole/servreg.cxx
        	extensions/source/plugin/util/makefile.mk
        	postprocess/packcomponents/makefile.mk
        	postprocess/prj/build.lst
        	tail_build/prj/build.lst

2012-01-06  Michael Stahl  <mstahl@redhat.com>  [5106b38a9cc64677b3fa4a0aea7450560775e78e]

        sw: tweak comment translation 43b9be10

2012-01-06  Michael Stahl  <mstahl@redhat.com>  [7e5b321535977ccddc6703c0ad4e5d25af797654]

        gbuild: macosx.mk: Bundles have no install_name

2012-01-06  Andras Timar  <atimar@suse.com>  [c586383617e7b9f2a0e24db8aaf1e1fd560bdbc4]

        Revert "remove vc_redist from scp2"
        
        This reverts commit 7a3ef2719eb68d2862354181ca5a906129569a57.
        Eh, better to stop for now...

2012-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4ff62bf42a67ecc388413148c969d37087d9c999]

        add warning message if you close unsaved referenced document

2012-01-06  Andras Timar  <atimar@suse.com>  [7a3ef2719eb68d2862354181ca5a906129569a57]

        remove vc_redist from scp2

2012-01-06  Andras Timar  <atimar@suse.com>  [1204483c13d093b202f6fc254b745156f2cb94e4]

        more wJRE cleanup

2012-01-06  Andras Timar  <atimar@suse.com>  [d19667fc1ab4739295ee5305456a79e4dd56fa59]

        remove support of the 'bundle Adabas' feature of installer

2012-01-06  Andras Timar  <atimar@suse.com>  [40d6a46770a82ffd78e676d0b1fe6eed9a1987da]

        remove support of the 'with JRE' installer

2012-01-06  Julien Nabet  <serval2412@yahoo.fr>  [66fd9a610cd876c236486a2089d8d58dca866e25]

        Fix "Same expression on both sides of '&&'" (reported by cppcheck)

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [a687d554774eba1c4bf5a4825e8730cb0114bd3c]

        Limit the number of initial sheets to 1 to 1024 in the UI.
        
        Note that you can still have more than 1024 sheets afterwards.  This
        only applies to new and empty documents.

2012-01-06  Andras Timar  <atimar@suse.com>  [53faaceac6916d0d35386b7cedd75b8d2171e6ef]

        remove unused VER_FIRSTYEAR

2012-01-06  Andras Timar  <atimar@suse.com>  [19eaa578790c6b7c72838353954d1e8f7b26fb3e]

        tabs to spaces

2012-01-06  Jan Holesovsky  <kendy@suse.cz>  [70184873723a3d1e6eadd2e8b6fffaa362260be5]

        Revert "Fix for bug fdo#44110, New Math symbols issues in Windows"
        
        This reverts commit 15f5d766837329baa8deff31e9da33cef87f7a98.
        
        The commit brought even unrelated changes, on the assumption that .ttf is the
        source, and .sfd generated; it is the other way around.

2012-01-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [e950930390bfef50a632281048b8e04b5f11ff32]

        The data range may not always start at row 0, use 'n' prefix for int.

2012-01-06  Lior Kaplan  <kaplanlior@gmail.com>  [a662d6d8c00f5a1cff724db51b0914aab36e201b]

        Update behavior and translation last record to prev record

2012-01-06  Andras Timar  <atimar@suse.com>  [82558fc4ea28427857ea82232e8edc5c8d6daa6d]

        remove a printf

2012-01-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e2b57677d3fcb184606b4efb02c79b3e4847c1a0]

        fdo#44294: overlapped controls

2012-01-06  Andras Timar  <atimar@suse.com>  [643a4487772b6d1ca37e13ba5651d45a0a2d3c04]

        gbuild: fix extension localization on Windows

2012-01-06  Andras Timar  <atimar@suse.com>  [76f05b89ecc35fa4c3048a684d787b3052e8efc1]

        Revert "propmerge is not executable"
        
        This reverts commit 3082565d6291176ef1fcdc053f9851c82a02d19a.

2012-01-06  Stephan Bergmann  <sbergman@redhat.com>  [01690f571db071781a2358bcc15581a6fa9dd86c]

        Final disentanglement between sal and sal_textenc.

2012-01-06  Stephan Bergmann  <sbergman@redhat.com>  [353bed10cf7d41881654b82b0a833da8dff36a69]

        Made textenc/converter cleanly usable by both sal and sal_textenc.

2012-01-06  Stephan Bergmann  <sbergman@redhat.com>  [5689b61ac9eac4d4be2d6aa378b732a5eae4784a]

        Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.

2012-01-06  Stephan Bergmann  <sbergman@redhat.com>  [0c66147a2adeacddb706d789bef42d6177258a87]

        textenc/context.cxx only used in sal_textenc now.

2012-01-06  Stephan Bergmann  <sbergman@redhat.com>  [9c015c0bd1df0ab4be999fe244ced998002cb0f6]

        Further clean up.

2012-01-06  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [2e15fcf9240abd80be770e74634068fe12b79741]

        Media toolbar icons & Strike-through icon (Tango)
        
        Copyrights:
        icon-themes/tango/avmedia/res/av[l]02052.png - self-created
        icon-themes/tango/avmedia/res/av[l]02053.png - copy of icon-themes/tango/cmd/[l,s]c_ok.png
        All other icons come from the public domain Tango set at tango.freedesktop.org

2012-01-06  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [94adafc828cd617f64aae8560f687cadb14eacd5]

        Calc/Writer formula icons for the Tango theme
        
        Copyrights:
        sc/imglst/[l,s]c2605[0,1].png and sw/imglst/[l,s]c2055[7,8].png are copies of icon-themes/tango/cmd/[l,s]c_[ok,cancel].png
        
        sc/imglst/[l,s]c2604[7,8].png and sw/imglst/[l,s]c20556.png are created by myself

2012-01-06  Caolán McNamara  <caolanm@redhat.com>  [c11bcb5be5a282864ffc35d2b29d530f07a7e8fd]

        valgrind: error on startup in osl_unmapMappedFile

2012-01-06  Luboš Luňák  <l.lunak@suse.cz>  [608c927c0faac0b1e143cf50ce88003a2aaea73f]

        symbolic names instead of hex values for math symbols where possible

2012-01-06  Luboš Luňák  <l.lunak@suse.cz>  [6977d658e16d7c2042eb4ac7db20a1aaf7b3beab]

        write TBAR rather as an accent, use over/underline for m:bar
        
        seems to match the docx semantics better, despite the names

2012-01-06  Joshua Cogliati  <jjcogliati-r1@yahoo.com>  [b90ac7d682fd65f75eff4225d871130c0ae9f185]

        smath does not handle accents in MathML

2012-01-06  Matúš Kukan  <matus.kukan@gmail.com>  [ef41022c112924b339b8c9a426b161d81aa8a947]

        unusedcode: remove Plotter

2012-01-06  Caolán McNamara  <caolanm@redhat.com>  [6be6357cce999e5a1a692da1f682847be3723587]

        generic unix .mozilla dir is under home dir, not xdg-config-dir

2012-01-06  Luboš Luňák  <l.lunak@suse.cz>  [0d7e2108425da1f81c20a605145679168486df59]

        workaround for LO namespace pollution breaking KDE4 fpicker build

2012-01-06  Caolán McNamara  <caolanm@redhat.com>  [79f5f4c97188e8584aceb6af98473c06f40f7500]

        Resolves: fdo#44219 RHEL-4 buildbox doesn't have FT_Library_SetLcdFilter

2012-01-06  Caolán McNamara  <caolanm@redhat.com>  [504e01e52e38583c6bcbd620973b314596633cdb]

        typo in OSL_DEBUG_LEVEL > 1 code

2012-01-06  Caolán McNamara  <caolanm@redhat.com>  [2d3203b2db5b44592e70e52c9927324b65a45e06]

        make ReadUniOrByteString return a string

2012-01-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0100280a5c5b121fab2aa932092a7a887bbb507c]

        fdo#43862: reintroduce fo:margin-* on top of fo:margin for backward compat

2012-01-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [41cd78b805a36d5676b2075a4860e9aee7bc5491]

        fdo#32726: search for index entries in the whole document, not only the body

2012-01-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [c43a4cb4ffc80c49b8e51ae0796321a6b73b5e99]

        fdo#36851, bnc#737190: Make the data validation popup more reliable.
        
        Previously, the data validation message popup was not sticking on
        reliably on Linux, and flickers very bad on Windows.  That was due to
        the painting conflict between the top-most frame window and the grid
        window.  By making the message popup window a child window of the
        grid window, it paints more reliably.

2012-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6069ef7976c4455c1875afecf02c41c5731f6546]

        add inital part for XDatabaseRange test, related fdo#44167

2012-01-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5ca17330ef0840d58c26cf50dffb60120e9664a6]

        correctly update absolute refs in range names if pointing to copied area

2012-01-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [fffd541c3e626bee162ab4b473b6bd6cd180244e]

        Fix for fdo43460 Part XXIX getLength() to isEmpty()
        
        Part XXIX
        Modules
        sax, scaddins, sccomp, scripting

2012-01-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [15f5d766837329baa8deff31e9da33cef87f7a98]

        Fix for bug fdo#44110, New Math symbols issues in Windows
        
        This patch fixes the rendering issues in Windows for the new Math symbols for game theory.
        The precsim and succsim symbols were truncated. They have been shifted upward.

2012-01-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [4e7f9be2c08f81feaceff4b8ea503c03ebc18368]

        Fix for fdo43460 Part VII getLength() to isEmpty()
        
        Part VII
        Module
        comphelper

2012-01-06  Miklos Vajna  <vmiklos@frugalware.org>  [01292f171cc851ba092510f10a97cd293670829e]

        fdo#44053 fix RTF import of implicit horizontal table cell merges

2012-01-06  Thorsten Behrens  <tbehrens@suse.com>  [2f1c17087cad93f7692c33ed5364f5ad7f16ebfb]

        Fix fdo#33816 - don't loop infinitely when using Apple Remote
        
        Removed erratic loop condition - we simply want to check if any
        frame has fullscreen flag set.

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [d6aa26c8a20e6634b0cc6e1dac6f09d3f2824919]

        tweak this a little

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [9999eab5fe5e92118574468905cae0e3c8982c7f]

        getPropertyMap can return a reference instead of a pointer

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [b234008ba5096f251fffec4c467f2103f4ba3cc0]

        Changed C files to C++.

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [7a7b346a527c4fca52b68281e419e1f876fbac59]

        Properly assign objects to only those libraries that actually use them.
        
        For that, moved aImplJavaUtf8TextEncodingData from tables.cxx to
        textenc.cxx, as it shares code with aImplUTF8TextEncoding (but does
        not drag lots of expensive data back into sal from sal_textenc).

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [ce3ffbaec7a23d4e04048def3fd3da53a911043c]

        Properly extract from tcvt*.tab files what goes into textenc.cxx.

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [496d30e64e3cf05d18ec1a5e43e9f3f9a61e730a]

        Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).

2012-01-05  Christina Rossmanith  <ChrRossmanith@web.de>  [6fd08caf5f15fba48ea4600ab57acd34f9600017]

        Translated German comments

2012-01-05  Christina Rossmanith  <ChrRossmanith@web.de>  [764040ac4e931e3460d0bd78906a7e624c994223]

        removed unused #define_SVSTDARR_sal_uI(n)t16S(SORT)

2012-01-05  Christina Rossmanith  <ChrRossmanith@web.de>  [62d86ff5501a924528b9b2794b18af16b3ddcbf0]

        Remove Fill() usage

2012-01-05  August Sodora  <augsod@gmail.com>  [25e84ee95954a28d9a6a1b346e6673a9a6de71cc]

        fdo#44172: Basic function VAL produces bad result

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [58ab12acf576a765ec47cc2753ba57643e51d653]

        Switch from autodoc to doxygen for SDK C++ documentation.
        
        * New build prerequisite doxygen (controllable via --with-doxygen).
        * Adapted various headers to slightly different doxygen documentation
          syntax, but much clean up still remains to be done (i.e., warnings
          emitted by doxygen fixed).

2012-01-05  Michael Stahl  <mstahl@redhat.com>  [7482e974117df2bdc737785efdf9eb410787c7b4]

        svtools: remove unused FileDialog
        
        svtools/filedlg.hxx(88) : warning C4610: class ´FileDialog´ can never be
        instantiated

2012-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b8deb57c6782b77fcf180ef6097f71b6e1b07d2]

        simplify code a bit

2012-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac7f046d27b4e47361f44efe252fca867a0a1d02]

        remove unneeded debug statements

2012-01-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb76b35b60b3194e45627edc293e3ce7a652941f]

        handle relative refs in name dialogs correctly

2012-01-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f8c361927f9ae05887c1a8f337a9df88abb19474]

        fdo#40250: safer protection check... why using the layout for this?

2012-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [8f823b7d39154d2044e08174a858f8ef357a151a]

        gcc-trunk: fix: unable to find string literal operator 'operator FOO'

2012-01-05  Matúš Kukan  <matus.kukan@gmail.com>  [3082565d6291176ef1fcdc053f9851c82a02d19a]

        propmerge is not executable

2012-01-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b7d6bff10a85986e5e6ebfa961f29fa8b3815b40]

        Header/Footer: fix some bad indicators updates due to wrong call order

2012-01-05  Tor Lillqvist  <tlillqvist@suse.com>  [c5b502664156db0b252c26054eb1047aec469175]

        Add some more stuff to the Android libvcl

2012-01-05  Tor Lillqvist  <tlillqvist@suse.com>  [01d7c6a24b7a8244a3ae5816e39d3358242a35ea]

        Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android)

2012-01-05  Tor Lillqvist  <tlillqvist@suse.com>  [c8bab278bb2ee9b27b5e8181100cb23dcf5a975c]

        Don't use soname, Android doesn't support that

2012-01-05  Tor Lillqvist  <tlillqvist@suse.com>  [d49cdfddf8514eb1d63b589af70b456524eb0e0b]

        Need the basebmp library

2012-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [fd189805e3e42f11bc8ad726c8e4f170337e8267]

        removed dead code

2012-01-06  Takeshi Abe  <tabe@fixedpoint.jp>  [5493951893ea90b330d5280bc171a60ff46fa396]

        catch exception by constant reference

2012-01-05  Marcel Metz  <mmetz@adrian-broher.net>  [1bae43a3d75d9be75b027dab2eff12695ad4f353]

        Removed unnecessary tools includes.

2012-01-05  Marcel Metz  <mmetz@adrian-broher.net>  [53d27eb2077794b3fa785576f011f9c358561d51]

        Removed unnecessary tools includes.

2012-01-05  Marcel Metz  <mmetz@adrian-broher.net>  [a1cfce768f83842defd8068a8eba5ed3eaeea255]

        Removed unnecessary tools includes.

2012-01-05  Marcel Metz  <mmetz@adrian-broher.net>  [571ad11bc091871e8f71cda20c4aa56786f43837]

        Removed unnecessary tools includes.

2012-01-05  Marcel Metz  <mmetz@adrian-broher.net>  [79646372a0f4ac6becf494f5a96b0d7dbe379e9d]

        Removed unnecessary tools includes.
        
        Hello lo-devs,
        
        this patch series removes a lot of unnecessary includes for the various
        tools header. The patches without suffix should be applied to the core
        repository, the .binfilter.patch suffix should be applied to the
        binfilter repository. I've tested the build with the configuration
        --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
        or did I miss another important configuration, that enables some
        conditional compiled code? I've only build this on linux-x86_64, but the
        patch also touches some of the mac specific code like
        fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
        idea to test this patch.
        
        regards Marcel Metz

2012-01-05  Gustavo Buzzatti Pacheco  <gbpacheco@gmail.com>  [c47f3523338b8e58c1ea18cc583064761f60df90]

        Fix for fdo43460 Part XXII getLength() to isEmpty()
        
        Part XXII
        modules
        jvmfwk, l10ntools, lingucomponent

2012-01-05  Thorsten Behrens  <tbehrens@suse.com>  [77d05dfa5ba3f81844b093808246d60504cfabda]

        Adapt doxygen gen script to changed Env file name.

2012-01-05  Tomas Hlavaty  <tom@logand.com>  [4732d156e701432ee056513aa75add6e9c0c4b4c]

        chmod -x on java files

2012-01-05  Tomas Hlavaty  <tom@logand.com>  [887b7f34fef7aae99e54aee049b38d2d0229ad00]

        idl fix package names

2012-01-05  Tomas Hlavaty  <tom@logand.com>  [405f7ac2fde0a9c60d9af2fa1501c56ef08ffb60]

        fix broken ifndef/define guard in idl

2012-01-05  Michael Stahl  <mstahl@redhat.com>  [45652af4e2215ee83c22267dd782918be3e9abb9]

        offapi: css.chart2.XAxis: fix include guard conflict

2012-01-05  Andras Timar  <atimar@suse.com>  [ff76821030568038bde7fb72985238bc666c8352]

        Bump year

2012-01-05  Michael Stahl  <mstahl@redhat.com>  [8b898fb94ead6f698b2e2a0b551cf78c6bd62512]

        sal: try to fix MinGW min/max breakage by inlining

2012-01-05  Tomas Hlavaty  <tom@logand.com>  [9e3235cd99f2b3210cdc8481b2b5a428119a1458]

        minor idl fixes

2012-01-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5e6ef23f8e0040b2e8543c838abea54072f2497]

        use the docshell to change tab attributes. don't do it directly

2012-01-05  Christina Rossmanith  <ChrRossmanith@web.de>  [f42e17d83b5c4f5343c8b113ef2d8dcbf96f8a20]

        Replace (Byte)String with rtl::O(U)String

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [2e70dc68e65789da7f4a8af6b5a22f9921245c00]

        try and get callcatcher working again

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [0cfb61650ae8a6f9cea989ac4423e03168a595f0]

        Bump year.

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [0ba6bd3ddc025666a6d4bb0640bf443728b23bd3]

        Leak TypeDescriptor_Init_Impl to avoid problems at exit.

2012-01-05  Stephan Bergmann  <sbergman@redhat.com>  [321894af2c96452a8a9762eb32aac4406cd7b507]

        Explicitly initialize TypeDescriptor_Init_Impl.

2012-01-05  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3a326395a48db313b907b4a35392216d7b2e2a11]

        Page Break: center the tab on the mouse and remove click on the line

2012-01-05  Michael Stahl  <mstahl@redhat.com>  [cff24b6fa1d566a614339e8ba82568a7d79f7757]

        fpicker: add missing comphelper

2012-01-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb0438f010893b6bc083aac6c1037f9a80ae8add]

        potential null pointer dereference

2012-01-05  David Tardon  <dtardon@redhat.com>  [42b50a1234f2047e4d4eb4c4da37919eb61a047e]

        always put unlocalized properties files to the oxt

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [ef17be8b006737c078a59635ae334a03301727ea]

        Resolves: fdo#43867 collection of problems causing loss of ole2 previews
        
        a) factor out part of SvXMLEmbeddedObjectHelper::ImplGetStorageNames as
        splitObjectURL to reuse in SvXMLGraphicHelper::ImplGetStreamNames to get better
        url splitting logic to handle "./ObjectReplacements/foo"
        
        b) FN_UNO_REPLACEMENT_GRAPHIC_URL and FN_UNO_GRAPHIC ids collide
        urls incorrectly treated as graphics
        
        c) imported preview images for objects set on a temporary
        svt::EmbeddedObjectRef *copy* of the object, not the real object.

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [a37484060c63138e869937ca518c723b36c1893d]

        pesky dependencies

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [17642437fe0d68cf868ab430f04b4fdc12f1767f]

        reduce ifdef forest

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [d3e3dbaf542b527c55c5643b639ac2f4e1a0dd09]

        more informative debugging output

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [d51a6dc4c77954ce4eb4faa414e23934bae066c7]

        unnecessary include

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [6d14db451422aca821c28cb7d73b5bd00c7ea3d3]

        catch by const ref

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [a0e36a0ff3a77697b632cc75483d6f4ca8d5da59]

        sObjectReplacements string unreferenced

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [06580064d7b20a59fb269539ddc58387c43b076a]

        don't make it a secret what the invalid url was

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [7dc25878c1310a1de6d3c87c88404b151bad21fc]

        Related: fdo#43867 header styles contain content like document body
        
        If we have to acquire before inserting content into a document, then we also
        need to acquire before copying styles into a document, seeing as header styles
        contain content, so whatever can happen during content insertion can happen
        during the content insertion of the contents of a header style.

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [91724b930fcb1dc5f1919ac4d2d05521d10225fa]

        try and track changes to INPATH definition

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [bacfd2dc4cea1a5d87658ed8592116acd931e000]

        add a comphelper::string::getTokenCount
        
        suitable for conversion from [Byte]String::GetTokenCount
        converted low-hanging variants to rtl::O[UString]::getToken loops
        added unit test

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [6281eb0e0792da0194c07da18296e94dd944b8e5]

        GetTokenCount on empty string is always 0

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [86e35fb7e360938c0aa50ef65eadf70b35657e13]

        don't need to know num of tokens in advance

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [6bbd168aac145b0f06b527450268b128783398fc]

        convert SvStream::WriteLine to rtl::OString

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [164b4ba0c713d09684e1381590179cd3dadce2b7]

        ByteString->rtl::OString[Buffer]

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [f731dc1e3506c78918b0965d77c3f51eaaf752ad]

        align ifdefs of usage and definitions

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [2669d048bc8c38f5b75cd0ecdde8d6ae326601eb]

        make VectorOfOutDevStates a class and refactor this a little

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [91894d52b6a585c57d68c67b1e0fbe2bee426279]

        add mode-lines to .idl files

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [1702bab54f7801d04937270e00d63f710366ab68]

        add mode-lines to some new files

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [b7859cdc9bfc90878a6d17136920370ef6426372]

        don't inherit from ByteString

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [f80d46233150d36183ec3e03708f9f6290c8c339]

        callcatcher: drop some unused methods

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [5a4c200bb75e9047b8780a9c1cfcad6caf3f6023]

        catch by const ref

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [697415eb4e22f6a788de55fcb2294ca8d70ebb20]

        WaE and build errors with OSL_DEBUG_LEVEL == 2

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [ae8bb0032fdd9007b0fd716aab2648af7754d48a]

        better to have test for isEmpty first

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [6c546d4736cfc62e1dfb2d5792346899df67e462]

        stray trailing ;

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [d99c1ecdf349ff1592c34c479561393b7b9379ad]

        regenerate list under OSL_DEBUG_LEVEL=2

2012-01-05  Caolán McNamara  <caolanm@redhat.com>  [30ec94d8d4af1ed72bc84ff6b5607d0733df9347]

        WaE and build fixes for OSL_DEBUG_LEVEL == 2

2012-01-05  David Tardon  <dtardon@redhat.com>  [f84109c4577866227ac0d89368dfdceb5599954c]

        do not announce if nothing is done (without langs)

2012-01-05  Andras Timar  <atimar@suse.com>  [ce978a867888552428f9d4449f241d9bf5476ace]

        build and pack MediaWiki extension's help localizations

2012-01-05  David Tardon  <dtardon@redhat.com>  [17d2ecb0721fcc8a6bf9380a49e71266e6857606]

        WaE: invalid conversion from 'const ScToken*' to 'ScToken*'

2012-01-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [a1d605a6b8772426229941449c23d68ea91aa81a]

        Removed the restriction to always pass Calc A1 formatted data ranges.
        
        This change also fixes the bug where changing data series ranges was
        impossible to do when the formula syntax was not Calc A1.

2012-01-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [578292d707077c18079de050c928afaae268a25d]

        Register chart data ranges via tokens rather than string.
        
        Doing it this way avoids having to re-generate the data ranges in
        Calc A1 before passing it to the chart backend in Calc.  We need this
        in order to remove the silly restriction that forces us to always pass
        data range strings in Calc A1 format, which is error-prone.
        
        This is also necessary in order to fix the bug that prevents editing
        data ranges of an existing chart when the formula syntax is something
        other than Calc A1.

2012-01-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [39042cce6685fc9db5ee20957bcc7ac584c28554]

        compile nss against the Mac OSX SDK
        
        nss-3.12.8/mozilla/security/coreconf/Darwin.mk claims gcc would pass
        syslibroot according to passed -isysroot parameter, hence let's try it
        for now, although I'm not 100% confident in this statement.
        libs that get linked without syslibroot include libsqlite3.dylib - and
        that is a known troublemaker…

2012-01-04  Matúš Kukan  <matus.kukan@gmail.com>  [4572e00ec358f507e64cbab9d9f3430ea6f97d51]

        sax: this had to be accidentally added when merging

2012-01-04  Matúš Kukan  <matus.kukan@gmail.com>  [5f2355014375adb66dd8e986068abc8429e0ad0d]

        make these variables static

2012-01-04  Andras Timar  <atimar@suse.com>  [d3c3f41881b1b5a48ace0d91a4ba375dc068ea99]

        build and pack NLPSolver help localizations

2012-01-04  Andras Timar  <atimar@suse.com>  [eaa58fe31ce5a7f337b56314fee9484347bfc67d]

        extension help localizer help functions

2012-01-04  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [a0fa723ed5761609d2c31061fdd0282a2f1df6e7]

        Page Break: fixed position of tab in RTL and added dirty hack for freezes

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [f923d1889fee6e5c6a4189611c33b5f8367472ce]

        Make the apk dirent functions work properly
        
        We must build a directory tree structure corresponding to the files in
        the .apk, and use that then in lo_apk_opendir()/readdir().
        
        We can't just return the same subdirectory once for each time we come
        across an entry that has it as a prefix in the zip directory.
        
        Use the BSD-licensed "uthash" library (just one .h file actually) from
        http://uthash.sourceforge.net/ .

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [0dd3e081fbea5b917d4635de9b5cf15db217063c]

        gbuild: macosx.mk: add gb_Library_Bundle
        
        ...and use it to build OOoSpotlightImporter.
        
        This isn't particularly elegant, but then again, why the heck does dyld
        have different dynamic library types in the first place?

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [f8bd56a2e2d0987326e2ed02e66e4bfa8fa3ec28]

        extensions: cast unused parameters to void

2012-01-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fef489ad0f1f14bd9f018552c47a93a80e8b353d]

        Header/Footer: switch cursor between header and footer using the cursor
        
        This fixes commit cce76e658af88813e17dea4f04388a29d7e582df.

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [24d913973798497d1d69f0d513f1016361e80f4d]

        extensions: cast unused parameters to void
        
        Apparently omitting parameter names is not valid C.

2012-01-04  Jan Holesovsky  <kendy@suse.cz>  [20caa9a3f41d04ccc921b0435e887fc8ec519585]

        Online update: Introduce inst:gitid to check exactly if we are the same.
        
        This allows to feed updates via a static .xml in a controlled environment.

2012-01-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc4699ba6e05af115ffed17e2938e3176f3f930a]

        New unit test to test jumping to precedent / dependent cells.
        
        The test doesn't do the actual jumping, but it only tests the validity
        of the destination range(s).

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [ca03c035e544c460d9278ea6bae414569118099e]

        fpicker: fix makefile typo

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [52394ea0f992755fc289b3385ed90e5a43360e57]

        canvas: work around NOMINMAX windows breakage

2012-01-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7cfb7a449765e774d24dd242629d5742dc87d675]

        get rid of obsolete pathdelimiter escape

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [49697f6d54cef37bff44898c9fbf46b5688073c8]

        gbuild: macosx.mk: enable -Werror for ObjC files

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [2f2c747ffcabd906c3451b0ee20758b07c0f1cce]

        extensions: fix unused param warnings in ObjC files
        
        The namespace handling in the spotlight plugin XML parser looks broken,
        added some FIXMEs for that.

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [c24552ed05c7840a8359143d9af48f25fef21999]

        slideshow: fix unused param warnings in ObjC files

2012-01-04  Andras Timar  <atimar@suse.com>  [8f21e3b66c2a7b0e60aa3a61ffff0509a2170e21]

        help compiler: less verbose output to console

2012-01-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [58c4853f5489d8e23ae7aabdb544cde80a711ece]

        Page Break: fix remaining indicator in some cases
        
        When creating a new page without using a page break, before a page
        break, there was a remaining indicator. These are now checked and
        removed to avoid such cases.

2012-01-04  Andras Timar  <atimar@suse.com>  [362b694a48695f64b99712822a94d427ef376762]

        remove non-existing 'ky'

2012-01-04  Radek Doulik  <rodo@novell.com>  [737324f9097675a67d75995534aa5d9886647329]

        regenerated custom shape presets with fixed ssd* constants

2012-01-04  Radek Doulik  <rodo@novell.com>  [56c40a010ea0e5c0473d8e0e63e8d1f832cafb1c]

        PPTX: fix ssd* constants import for drawingml formulas

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [81151f6861eeb24c356f6fb544a78e4459070bf3]

        gbuild: macosx.mk: enable -fobjc-exceptions
        
        Add it to gb_OBJCFLAGS, just like in old solenv/inc/unxmacx.mk.

2012-01-04  Laurent Godard  <lgodard.libre@laposte.net>  [c29a7e78774ed88bdc8695c28e2603ea76447b6c]

        move static casts outside loops
        
        some little perf. improvements on saving spreadsheets

2012-01-04  Radek Doulik  <rodo@novell.com>  [8edd479f579afe9b26790c99a9a6648261aec4e3]

        move the assert checking the polygon count higher
        
         - so that it is called before accessing polygon points

2012-01-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [dbd83924fb5b30c0a4ba280d2d61a0f17b166453]

        Page Break, Header/Footer: fixed the line color change if config changes

2012-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63ade823e2d854b60df76790e3628a5ab78f653a]

        remove entry from unsaved ref container if doc is saved

2012-01-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51caf9b45403b92deadf934347f2d6f9ffecdf08]

        don't show generic error message if a better one is available, fdo#43911

2012-01-04  Radek Doulik  <rodo@novell.com>  [250f84daf8f443bf436e0a86c9a718c37749971a]

        implemented QUADRATICCURVETO case of custom shape paths
        
         - convert them to cubic beziers, which we have in basegfx

2012-01-04  Eike Rathke  <erack@redhat.com>  [d0bb67f5df45ed9ee1f152677d7104b7129052e8]

        added Kyrgyz (China) [ky-CN] to language list

2012-01-04  Eike Rathke  <erack@redhat.com>  [898823e2decbbd41a674ac549e30d1d76b000283]

        completelangiso is now in solenv/inc/langlist.mk

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [0a5821652fdc57bde39d6b0b6472fc0b4b42cb1a]

        Remove bogus one column indentation

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [d37157372db95ee64afdc6e74c536e28fc5bbd6e]

        Handle /assets paths also in realpath_u()

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [36ce37def3c7dde751098649763479ca21321a9a]

        Fix the monkey patching to work for an arbitrary offset
        
        We used to patch in a simple "b" instruction with a relative offset
        that has to fit in 24(+2) bits. Which was not enough in practice.
        
        Now patch in a "ldr pc, [pc, #-4]" instead which loads PC from the
        next word; in ARM code PC cotains the address of the executing
        instruction + 8), and put the full address of the replacement code
        into the next word.

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [d4b0e98d50916e9a0a2810bb0484bdeb76214254]

        Probably using a local rtl::OString is better

2012-01-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [965e72d64c3e38780a69cace3f1bcc5fb35d6c1e]

        Page Break: show the page break right under the mouse

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [6572e22de69d5fbb51e6b8dead507f04e49681b8]

        sw: tweak comment translations

2012-01-04  Philipp Weissenbacher  <Philipp Weissenbacher>  [e0358f6dceba69bcb7ce80a420ebf44967d4b0bc]

        Translate German comments to English and correct the English ones

2012-01-04  Brad Sowden  <code@sowden.org>  [2004a9920e1cef4ac208f14453c1bc8ad80b7c77]

        Easyhack fdo#38831 remove SvStrings
        
        Remove SvStrings definition and obsolete #defines.

2012-01-04  Brad Sowden  <code@sowden.org>  [9da30d99715466cf161da283caaf2faadfc7e5d9]

        Easyhack fdo#38831 remove SvStrings
        
        Remove unused variables.

2012-01-04  Brad Sowden  <code@sowden.org>  [4998b04122f98ce689ce8af7f3b32fe03f9b771a]

        Easyhack fdo#38831 remove SvStrings
        
        ------
        With the for loop below Insert(x,nPos) was previously applied but nPos
        is initialised to the end of vector and is always incremented in every
        loop iteration i.e. Insert(x,nPos) is effectively a push_back(x). Agree?
        In "short SvxNumberFormatShell::FillEListWithUserCurrencys(....)"
        
        Also get rid of SvxDelStrgs (variant of SvStrings)

2012-01-04  Brad Sowden  <code@sowden.org>  [9ff11d8b1db565e5bb82d85b130c434f01fb06ad]

        Easyhack fdo#38831 remove SvStrings
        
        Remove a function contained in unusedcode.easy that includes SvStrings.

2012-01-04  Brad Sowden  <code@sowden.org>  [516a16c8d1c9366b51f1dfebcfcf918db8be9a71]

        Easyhack fdo#38831 remove SvStrings

2012-01-04  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [e224197bda4fc17b0a2333a2af69c11577ec3ef4]

        Fix for fdo43460 Part XXVIII getLength() to isEmpty()

2012-01-04  Michael Stahl  <mstahl@redhat.com>  [473a1a4a48003e926ebed16f3535f57bfcf371d9]

        gbuild: define NOMINMAX in windows.mk

2012-01-04  Stephan Bergmann  <sbergman@redhat.com>  [752f69bad43c86cc18f45b418de25a0f770baa3e]

        Do not export whole class to avoid MS C++ implicitly exporting base template.

2012-01-04  Stephan Bergmann  <sbergman@redhat.com>  [a11aa274dac55b06fba32e348a8386fa4fa9d146]

        Dead code.

2012-01-04  Andras Timar  <atimar@suse.com>  [67e31e585f0513f74eb2eab759831e2a9e258483]

        pack UI localizations with MediaWiki extension

2012-01-04  Andras Timar  <atimar@suse.com>  [90c256bf78f522cc880ddf5aa8611fba559115ec]

        remove leftover comment

2012-01-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [381bed81e43d7fdd541115e0ab4213b0609e7ac0]

        Hack to get OOoSpotlightImporter building: FIXME this is prolly not correct

2012-01-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ca6959e676984befb58b5510e9bdccc6d5fc4a7e]

        add PLAINLIBS_NONE in the LAYER

2012-01-04  David Tardon  <dtardon@redhat.com>  [250491832a41eb18eaa58e2ee178afe47b254147]

        add dep on sdf file

2012-01-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c6f4e6ff73034cf312662c4bda31bccd36c966b]

        fix dep to svx/globlmn.hrc inside of tail_build

2012-01-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [ec7c098a28b900110413ab97ab522686d94c3d40]

        afms is a dep of tail_build by virtue of ps_print now being in tail_build

2012-01-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a8bdde191c83b3cbdd7647a46ed0701d573f886c]

        fix sanedlg.hrc dep issue due to gbuildification of extensions

2012-01-04  David Tardon  <dtardon@redhat.com>  [308b282a8e6a5e6b8bc60b16f7d293051d8ecb7f]

        do not break when building without langs

2012-01-04  David Tardon  <dtardon@redhat.com>  [7283a51473e6587388a11bcb3f5ccaf7efe5f3f0]

        just list the files explicitly

2012-01-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [ff81615f0a09a6cf3fafee70af362b708c7ed8d0]

        Get the reference jump feature to work with relative references.
        
        By 'reference jump feature' I mean Ctrl-[ and Ctrl-].

2012-01-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [fd982205e6fe6eb4333d22c3494931ab7f7b3faf]

        Fix for FDO#44280: Wrong position in Extension Mgr
        
        This patch fixes fdo 44280
        
        [GUI] wrong position of 'Adding extension...' at Extension Manager dialog
        Added some comments to help in hacking

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [90b141496018201ee9df721b382cd2b177a3a92f]

        Use the lo_apk_* functions for files under /assets

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [2717fe35ae7fd35b787b53d291919449d307ea01]

        Use sizeof(s)-1 instead of strlen(s) on string literals

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [7cc28bae3a8aded334f40bf3a5593b5f6067fdd8]

        Fixes for the lo-bootstrap apk element code
        
        Fix some off-by-one style errors, add a new lo_apk_lstat() function,
        and (temporarily) add some debugging logging.

2012-01-04  Tor Lillqvist  <tlillqvist@suse.com>  [05d0bdbb940eb43d8fd70aa782daa9172c7f32ce]

        Minor edits

2012-01-03  Julien Nabet  <serval2412@yahoo.fr>  [b07d24180641d3b9fe2f0ac2602f8263fcf3aaa6]

        Fix replace INVOKE_PROPERTYPUT, put INVOKE_PROPERTYPUTREF instead

2012-01-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [8173b0d29717438dcaa47b3cc2f7010c9646fbe0]

        Fix import of multi-line cell contents during csv import.
        
        Regression from 3.3.x.
        
        Import of tab-delimited csv documents containing multi-line cells
        were unfortunately broken with my fix for handling malformed csv
        documents.  The intent was to break out of the loop only when a tab
        character is encountered before the closing quote is encountered, but
        the old code would break out whenever a tab character is encountered
        even outside the quotes.
        
        This commit fixes it.

2012-01-03  Andras Timar  <atimar@suse.com>  [e0c40852bf6e7ec2cd2a1b5b998e887a155db1f5]

        localize nlpsolver .properties files within the build

2012-01-03  Andras Timar  <atimar@suse.com>  [d7ae3a4466f5a9ba3be55299548eb3488e5962c5]

        add rule to localize .properties files

2012-01-03  Andras Timar  <atimar@suse.com>  [297502d2325e8a241cc8c298940cb4e7ccefc9f0]

        use '_' instead of '-' in file names of .properties files

2012-01-03  Mateusz Zasuwik  <mzasuwik@gmail.com>  [865c12c795060b912eae8646dd84f766dd04c866]

        corrected abbreviated day names and a long date format

2012-01-03  Brad Sowden  <code@sowden.org>  [3fb612cb206a989c0749ac509b173ec01eb3f49e]

        Easyhack fdo#38831 remove SvStrings

2012-01-03  Brad Sowden  <code@sowden.org>  [9e192c9fd1c0ddc0cd9b926a46f4144f1bf71526]

        Easyhack fdo#38831 remove SvStrings

2012-01-03  Brad Sowden  <code@sowden.org>  [8172646815db38744d8ba0dfd959b1afc089fb40]

        Easyhack fdo#38831 remove SvStrings

2012-01-03  Marcel Metz  <mmetz@adrian-broher.net>  [89a8d75c12c6c67f6f7d894fec9ad3edf8839f8a]

        Remove unused tools function.
        
        this patch removes the unused (according to OpenGrok) GetIsoFallback
        function from the tools module.

2012-01-03  Stephan Bergmann  <sbergman@redhat.com>  [a90d4d5f036ab7785ba72038936c6c8427b74ba8]

        Do not export whole class to avoid MS C++ implicitly exporting base template.

2012-01-03  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5807b07161d84ef105cc1a2292c8c1f09888e39f]

        Page Breaks: avoid flickering of the tab by drawing it over the line

2012-01-03  Stephan Bergmann  <sbergman@redhat.com>  [df68f63f0b24bae202b6526486d26a8402b16341]

        Leak comprehensive type descriptions to avoid problems at exit.

2012-01-03  Muthu Subramanian  <sumuthu@suse.com>  [82e385c7e0b466cd1106e19cdbb6dc15b2464811]

        n734734: Line Spacing is used from previous values.

2012-01-03  Tor Lillqvist  <tlillqvist@suse.com>  [3ef7293919e417c2fb2fce414fb64b1f5b4c244b]

        More Android notes

2012-01-03  Miklos Vajna  <vmiklos@frugalware.org>  [867eed75e6f3e742ac383b65659cc7e98fa1c83c]

        Related: fdo#37161 update layout (if present) before DOCX export

2012-01-03  Tor Lillqvist  <tlillqvist@suse.com>  [199d220580fda3c4a4ad94a74eca374301377619]

        Explain building and running (and debugging) unit tests on Android a bit

2012-01-03  Miklos Vajna  <vmiklos@frugalware.org>  [83fbebfea32b27cd722466607aa978244ac53575]

        fdo#37161 RTF: update layout (if present) before export

2012-01-03  Tor Lillqvist  <tml@iki.fi>  [08f62fb29d448197e3353acd7fa8923cbd26939a]

        WaE: unused parameter 'rPath'

2012-01-03  Tor Lillqvist  <tml@iki.fi>  [90b50bc14830c7f9d2aee27708e4d690df559b5c]

        Actually we should not build a normal cppunittester executable for iOS at all

2012-01-03  Tor Lillqvist  <tml@iki.fi>  [bf2d6d8d0487b13a3996463aa755bdcd73f410c6]

        Need to compile cppunittester as Objective-C++ for iOS

2012-01-03  Tor Lillqvist  <tml@iki.fi>  [2ad20308edf6ece3ddc6f5ae30ec2540f4eab5f1]

        WaE: deprecated conversion from string constant to 'char*'

2012-01-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [7eea90d66dd1bd570723ab4d981880ecfbad265c]

        migrate JAVALIB out of set_soenv.in

2012-01-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [6894df1efb349aec433131620d658f9539b55d26]

        avoid conditional define, since they may cause troubles in x-comp case

2012-01-02  Matúš Kukan  <matus.kukan@gmail.com>  [5436f578ee7c7e4fe840cb243c2797f52b8b461d]

        gbuild: Rdb: blind fix for Windows, use gb_Helper_abbreviate_dirs_native

2012-01-02  Lior Kaplan  <kaplanlior@gmail.com>  [14c0e038c9c33dc59cbf6e5ec81d36779f28b004]

        Clean non English strings in the code we do translation differently.

2012-01-02  Jan Holesovsky  <kendy@suse.cz>  [9cb07807ca3a8c3c53a7d5241258aab2b4e4305b]

        Online update: Enable online update even for the Linux release builds.
        
        [and mention it explicitly in the Windows and Mac distro configs, to be
        safe :-)]

2012-01-02  Jan Holesovsky  <kendy@suse.cz>  [adad42f4401dec83ad78218b40fdfc71731ce214]

        Online update: Don't check for buildid at the user's end.
        
        We want more freedom in what to offer to the user; at some stage we would like
        to offer 3.6 to the users using 3.5 which would be harder with this buildid
        check.
        
        This makes the server side responsible for offering the correct version; but
        that should be fine because all the versions that we are able to update must
        be listed on the server: what is not listed is considered up-to-date.

2012-01-02  Andras Timar  <atimar@suse.com>  [74896046219ee456aae0fa2396a20dc6605ff620]

        pack *.default files, too fdo#43923

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [b052839d7bfa6632e9e6479a871ba417189973a8]

        -Wunused-but-set-variable

2012-01-02  Matteo Casalin  <matteo.casalin@poste.it>  [ca343939c03551957433708836517eb37b62e523]

        Group a common test to avoid unnecessary calculations

2012-01-02  Matteo Casalin  <matteo.casalin@poste.it>  [fe36838f9db5fef3c281b677c64b4db0519c9d4d]

        Do not repeat the same test twice

2012-01-02  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [85d1ce27ad9ce7a3740bd8bbbaf1d3abe643ba10]

        Fix for fdo43460 Part XXVII getLength() to isEmpty()
        
        Please find attached a partial fix for Easy Hack FDO43460
        
        Part XXVII
        Modules
        padmin, pyuno, rdbmaker, regexp, registry, rsc, sal

2012-01-02  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [829db12d7e3e93b4a44f79b39a0a9f0630439109]

        Fix for fdo43460 Part XXVI getLength() to isEmpty()
        
        Please find attached a partial fix for Easy Hack FDO43460
        
        Part XXVI
        Module
        package

2012-01-02  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [6af59644d6508049409a03d1c4a598ea2bef521e]

        Fix for fdo43460 Part XXV getLength() to isEmpty()
        
        Please find attached a partial fix for Easy Hack FDO43460
        
        Part XXI
        Module
        oox

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [93d2a2eb4dd13d81b9be4f087653baecb33ead67]

        tabs -> spaces

2012-01-02  Marcel Metz  <mmetz@adrian-broher.net>  [e8559f07b52f434e081b1ef58a8db097cdd826ee]

        Remove unused code
        
        Hello lo-devs,
        
        There is never an instance of mpDateTable allocated and a lot of
        code is never executed because of that. This patch removes the
        unused code.
        
        regards Marcel

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [9d54084d61afc45beeff76e84277e3b814b32a73]

        Replace dynamic array with std::vector.

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [13a40f304112a6c9ad232ea1de547e019b045e61]

        Get rid of manual ref counting.

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [c28c09a8b24cd5927b2bec94208fe239f037a68c]

        USE_INTROSPECTION_CACHE is always defined.

2012-01-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [9bbb628e1b1b8b3fa97b37679157ce4267089172]

        oops use == not = in dmake conditional

2012-01-02  Tor Lillqvist  <tlillqvist@suse.com>  [4f769af98a340a47a01009465bf8ba8eb93509e0]

        Fix thinko: ==, not =

2012-01-02  Tor Lillqvist  <tlillqvist@suse.com>  [004f9bd21f06288df976ff2d124959c2d7546dfa]

        We have no MAKEFILE.MK or makefile.rc files

2012-01-02  Tor Lillqvist  <tlillqvist@suse.com>  [08c7038f424a93746c867898769c9f8714247ec2]

        The Android NDK calls the CPU just "arm", not "armel"

2012-01-02  Matúš Kukan  <matus.kukan@gmail.com>  [eee474c7a4c66626797815751f92807b874132b0]

        scp2: cppuhelper is now gbuild'ified

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [dee53a32a9feba2021782db5762b5a9a034efae4]

        Temporary hack around cppu_detail_getCppuType variants violating ODR.
        
        Which causes cppuhelper to pick wrong variant from other library, now that its own
        symbols are no longer reduced to private on Mac OS X.  As a temporary hack, emit
        cppu_detail_getCppuType for the relevant types always as fully comprehensive; should
        be revisited when improving types.rdb format (routinely generating C++ information
        for certain UNO types into a dedicated library?).  Requires a fix to xmlreader and
        a fix to forms that looks like a Mac OS X GCC bug.

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [8907d159378b518a769e9f8c4f67290ec588a77d]

        Temporary hack to work around autodoc bug
        
        ...where autodoc fails to parse "class CPPUHELPER_DLLPUBLIC xxx" correctly.
        Best fixed by replacing autodoc with something mature (that hopefully does
        not have such a bug).

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [a768436252d6c2b5c86f26b0bcc18f143325767c]

        CppunitTest_cppuhelper_qa_weak depends on module bridges
        
        ...through a call to cppu::getCaughtException.

2012-01-02  Matúš Kukan  <matus.kukan@gmail.com>  [b222aa8fff63c803781703e72366ca203f3e6a76]

        cppuhelper: convert to gbuild
        
        missing subsequent test qa/propertysetmixin/makefile.mk

2012-01-02  Matúš Kukan  <matus.kukan@gmail.com>  [bd46aa59300a9aa5b9e534ce1bcc7246d5cb5ed4]

        cppuhelper: add visibility symbols as first step for porting to gbuild

2012-01-02  Andras Timar  <atimar@suse.com>  [95adf2a3d6c7cfa17f36f9b00e2357e4b7b7bbee]

        another string composition bad for l10n
        
        Delete $1 / Format $1 where $1 can be Header / Footer
        It turned out that translation of Header and Footer
        can be different when deleting and when formatting, at
        least in Estonian.

2012-01-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [77b7bd9b3604970fb3ef396edd27a35f2e4690ae]

        ICU relying on undef is not viable in cross-compile scenario

2012-01-02  Andras Timar  <atimar@suse.com>  [59f3098eec1a82bf5f711bf032d5f2888e2c9d44]

        fix KeyID generation for a corner case

2012-01-02  Stephan Bergmann  <sbergman@redhat.com>  [7d8f3b19c69e741175bed035681cfacd3a30713d]

        Linux LD_LIBRARY_PATH is missing as well.

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [fdd753d1a9fb4e8fa3ab00afbb2c0b1d5315da41]

        GNUCOPY is one of these var that are defined-sensitive.

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [ea5d18a1c7c5916be0f97db1ecba07db5b9cb5cd]

        move UDP and fix linkoo to look for INPATH and UPD in config_host.mk

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [49319b288f40ba13b24799136caa97863d523e39]

        migrate non-conditional straight from configure.in var out of set_soenv.in

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [8bfd2b6af998d1949edcb7573bdf93cfcbbcff31]

        move mostly program locator variables out of set_soenv.in

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [465b99f614e63edea8daf7b3fe17f37e86f06e2c]

        migrate *_JAR out of set_soenv.in

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [004df8153c15be4c3c27ffae4b8eb12a63f77d4b]

        migrate XSLTPROC out of set_soenv.in

2012-01-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [804a69656027a4b6cbee299ffb271e83d7e46f5c]

        migrate ABOUT_BITMAP and INTRO_BITMAP out of set_soenv.in

2012-01-01  Miklos Vajna  <vmiklos@frugalware.org>  [8033e3343b6e043abe2ef31ba2c90e3f5382ad25]

        fix linkoo after moving INPATH to config_host.mk

2011-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [f1c44b848f77bb4de8a19059e0d514bfb75da90b]

        argh, OS_FOR_BUILD was not set properly, killing X-compile

2011-12-31  Andras Timar  <atimar@suse.com>  [005844765e38b8147ff2468036cc5c229680a1bb]

        "Insert" + "Rows" and "Insert" + "Columns" are not OK l10n-wise
        
        never compose strings from two separate parts
        see http://listarchives.libreoffice.org/global/l10n/msg03714.html

2011-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [9034973de5b7f62121a62c56757bf20e490de654]

        fix PathFormat, use build_os not host_os

2011-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [d64bdc0f1ebfa864598709f23fd14f528955bbc3]

        missed COM_FOR_BUILD in config_host.mk.in

2011-12-31  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [b5abd8e597adcaf37334a17c042158bf8931105e]

        fix typo: formatted

2011-12-31  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [57bba6f55b5712ff15c6e1b771ae8f740c19a81c]

        Correct ARCCOSH()'s parameter description

2011-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1a26ef6542a68854d61aa62156e3aab61e0e68b]

        fix 64 bits build detection for cygwin

2011-12-31  Miklos Vajna  <vmiklos@frugalware.org>  [21fa99f44c200937f6ec2b7028b482b71457161b]

        Fix two perl warnings during make dev-install

2011-12-31  Norbert Thiebaud  <nthiebaud@gmail.com>  [cd1b89a23a3c0c8ee8cdc7f36d23255a642e46a2]

        Path format issue with cygwin... try to restore the original behavior

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [36ff143909a1c5297080371cf0cb1a701e6c7f50]

        type in COMEX handling

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [480b32d3809830002ecc28508d40af3ecd4ad272]

        migrate COM,CPU,CPUNAME,GUI,GUIBASE,INPATH,OUTPATH,PATH_SEPARATOR

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [ca9b239323aa29e2ca1f2281343a4e5fdbcd782c]

        move MS stuff earlier in configure. pre-work for set_soenv.in migration

2011-12-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [b9712dfcd0ba5fa836f389ff7d8837c48e08e75e]

        A few more icons from the extensions context
        
        info_16 courtesy Alexander Wilms/myself; all others nabbed from the public domain Tango artwork from tango.freedesktop.org (and adapted by myself)

2011-12-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [b57f4f4a8af345b4b245277a393356af3e5e904e]

        New icon for non-printable characters

2011-12-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [f98292ee9205ea9dc6e8b7e1795767daf7d557c5]

        Move new handles out of dead Industrial theme

2011-12-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [bd91fcc255553e7cc4615e148494da138ffec6d8]

        Clear out HC icons from Oxygen theme

2011-12-30  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [d6d05e6685b62b6c17644530a541edacce38f4f6]

        A few new icons for the Tango theme
        
        Courtesy Alexander Wilms/myself

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [665386630cebe26c2e8667e359bebc7b499f4bf5]

        move PRODUCT and PROEXT determination earlier in configure.
        
        the is a prep work to migrate IN/OUTPATH out of set_soenv.in

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [e5bbb4ea87c36e14128bb920c7c81e1de6f58d88]

        move *_CFLAGS and *_LIBS to config_host.mk

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [930f5f1729f9972fb93746b875938e7a3b8c2584]

        now that QADEVOOO build_type exist we need to use it...

2011-12-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [878828757a25978a9c22371f6ccfd5729ce04ea4]

        move SIZEOF_* to config_host.mk

2011-12-30  Jan Holesovsky  <kendy@suse.cz>  [16ea3bec808dc53de557bf1765c503b38848ab8d]

        Unused, as pointed by Terrence Enger.

2011-12-30  Rene Engelhard  <rene@debian.org>  [36d7f011a35c282c6c5f219681502e85dd8b768c]

        build qadevOOo only if  OOO_JUNIT_JAR are set (add BUILD_TYPE)

2011-12-30  Brad Sowden  <code@sowden.org>  [a9b3b64a5a94a4c27ac524ac6997ef2e2467267c]

        fdo#38831 Convert some SvStrings to std::vector (part 2)

2011-12-30  Brad Sowden  <code@sowden.org>  [d8f2a82f6905178f1f594b22a0d5427b29c8eb33]

        fdo#38831 Convert some SvStrings to std::vector

2011-12-30  Rene Engelhard  <rene@debian.org>  [0f2d6f6323e93fa688cd00d0db683f81ccec8fd2]

        build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are set

2011-12-30  Julien Nabet  <serval2412@yahoo.fr>  [4fd2b87dc4cc30de67fb26436ed9aee26b738368]

        Useless since LoadThemedImageList (reported by cppcheck)

2011-12-30  Olivier Hallot  <olivier.hallot@alta.org.br>  [74e2d9b1e070a09cbbecfa305797566496420a01]

        Fix for fdo43460 Part XXIV getLength() to isEmpty()
        
        Part XXIV
        Modules
        lotuswordpro

2011-12-30  Julien Nabet  <serval2412@yahoo.fr>  [86b528bb05a8b3a389ebdf6ce09d9963019ec058]

        Checking is useless here

2011-12-30  Olivier Hallot  <olivier.hallot@alta.org.br>  [c3fc5c9c9b17cef63fa7c77a39a0971c27a004f9]

        Fix for fdo43460 Part XXIII getLength() to isEmpty()
        
        Part XXIII
        Modules
        linguistic

2011-12-30  Olivier Hallot  <olivier.hallot@alta.org.br>  [a17fb882569046cd9f6940cf2e87435200bb666b]

        Fix for fdo43460 Part XXI getLength() to isEmpty()
        
        Part XXI
        Modules
        i18npool, idl, idlc, io, javaunohelper, jvmaccess

2011-12-30  Gustavo Buzzatti Pacheco  <gbpacheco@gmail.com>  [6cfae09e5dafa477db210272949e253d4fb24349]

        Fix for fdo43460 Part XVIII getLength() to isEmpty()
        
        Part XVIII
        module
        form

2011-12-30  Muthu Subramanian  <sumuthu@suse.com>  [60b7f09ed5980248c8f3088adf80380d02d66358]

        n#655408: Importing extLst of drawings in diagrams.
        
        data*.xml contains the list of drawings which can be imported
        instead. These are easier to import now that we support better
        smartart.

2011-12-30  Olivier Hallot  <olivier.hallot@alta.org.br>  [18692cc1412bd7eca37d80d4345c0ae775d94ac5]

        Fix for fdo43460 Part XX getLength() to isEmpty()
        
        Part XX
        Module
        framework

2011-12-29  Gustavo Buzzatti Pacheco  <gbpacheco@gmail.com>  [e220f41cb2486d2ad101d98e48fbbc40c9fd08c3]

        EasyHack fdo#42454, remove code associated with unused icons

2011-12-29  Jan Holesovsky  <kendy@suse.cz>  [cce76e658af88813e17dea4f04388a29d7e582df]

        Header/Footer: When editing, show only the appropriate conrol.
        
        Instead of showing both the header and footer controls, show only the
        footer-related if in footer, or header-related if in header.

2011-12-29  Jan Holesovsky  <kendy@suse.cz>  [64e08fd3c5980b74bb958dc566c229d92db18726]

        Header/Footer: Show / hide the control immediately.
        
        - When the mouse pointer enters or leaves the headers / footers, show or hide
          the header / footer control immediately.  Waiting for that to appear is
          annoying; and similarly for disappearing - one usually ended up clicking the
          header / footer area to speed that up, and had a feeling of misbehaving.
        
        - Few related re-paint improvements

2011-12-29  Julien Nabet  <serval2412@yahoo.fr>  [4e41996b5693414c0887c2c4d929cd16f4eb4577]

        Some cppcheck cleaning

2011-12-29  Julien Nabet  <serval2412@yahoo.fr>  [74b675cb6988c8ea731536832a0f8b5196f7521e]

        Some cppcheck cleaning

2011-12-29  Matúš Kukan  <matus.kukan@gmail.com>  [5cc45ed66d44aec84dcaf3f3cd58a4fb26efe4ba]

        desktop: spl: do not pointlessly include object file

2011-12-29  Julien Nabet  <serval2412@yahoo.fr>  [ebfaf933172ecf7d357b2454750033d4c6e57cd9]

        Some cppcheck cleaning

2011-12-29  Miklos Vajna  <vmiklos@frugalware.org>  [a4ab175d5a05e1172deeb9a06a852e5209a530fc]

        RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)

2011-12-28  Julien Nabet  <serval2412@yahoo.fr>  [9a8c895bc18f3167961ab676ec17e1db41d6a378]

        Fix order init

2011-12-29  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3bcee0e100e9fdadc2c5b15036caaf2ed53ac6dc]

        Revert "change order of var in PDFExtOutDevData to suppress waring"
        
        since already corrected in an other way.
        this reverts commit 9cc02548dec9b953eb186052d424d981cb2addea.

2011-12-29  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9cc02548dec9b953eb186052d424d981cb2addea]

        change order of var in PDFExtOutDevData to suppress waring

2011-12-28  Julien Nabet  <serval2412@yahoo.fr>  [39b185e9ce2aa86b36ca80f8286533c306107826]

        Fix init order

2011-12-28  Julien Nabet  <serval2412@yahoo.fr>  [86f08de96f4680938444a090912c85e4d23507e8]

        Same expression for comparison and for assignment

2011-12-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7da3f1bad5f7791756f8450391d94ba78b3d10cc]

        option to export hidden slides to pdf files
        
        This add the checkbox hidden pages to the PDF export general tab
        and if checked, export also to PDF the hidden slides

2011-12-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f9fd800b79ddeda00c9b576d059a03984dc13090]

        fdo43033 do not export to PDF hidden slides

2011-12-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d18350785a4c549ea7fda80a68d21fec265dbefe]

        use of bool instead of sal_bool

2011-12-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8818a009bf5947d3d709310ec7fa13a6eb56a9c7]

        fdo42286 better solution: extend and shrink end of row if needed

2011-12-28  Miklos Vajna  <vmiklos@frugalware.org>  [4b0dd950b8b79df004238f372fe55993d5ac5981]

        fdo#35099 fix RTF export of date field

2011-12-28  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f10fc42189b3d3f6dd180234da9777e53e92b7e4]

        fdo#44204: shrink the first column in the open dialog, remove unused flags

2011-12-27  Jan Holesovsky  <kendy@suse.cz>  [e0e52ce536f6b4b69280d41d77fc6d43d23958f3]

        Fix drawing of the either horizontally, or vertically mirrored bitmaps.

2011-12-27  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [640c1788efe181bbf834fb78ebb3c08820847a7e]

        Try to draw replacement preview at original size

2011-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [8efd3f8f43b7ecaeee545fc20e8eb0765d4c77d7]

        typos in config_host.mk.in

2011-12-27  Jan Holesovsky  <kendy@suse.cz>  [f29c4dca4a451d28d5fef06c966725636e542eeb]

        Thanks to Ivan Timofeev, fix the 'Preview' checkbox in 'Indexes and Tables...'

2011-12-27  David Tardon  <dtardon@redhat.com>  [ac6b7001773a76a210b26a1f2231c1ff5f06e91c]

        function component_canUnload is SAL_CALL

2011-12-27  David Tardon  <dtardon@redhat.com>  [aee436760e97f5f00e416713f8ee31f07681e2b1]

        function component_canUnload is exported

2011-12-27  Jan Holesovsky  <kendy@suse.cz>  [3a38a8514ab33f9d8b174000ca635db949c16940]

        Fix position of the 'evaluate up to level' text and numeric field.

2011-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [7e2f0a0f92e592cb7374ec41d516eca32a8e5c33]

        add the needed -framework for fps_aqua

2011-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [daadc82a1d511998228e198802f0a06420f6bcee]

        WaE unused variables

2011-12-27  László Németh  <nemeth@numbertext.org>  [af366b733201bc3ed982e807c3ca4bc300b3700d]

        fdo43931 (fix for double hyphens)

2011-12-27  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [e64df060d0474865502713ff217dfec4f058d687]

        Rename folder ooo_custom_images to icon-themes
        
        Hopefully, this is much more logical.

2011-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [693f266d810904945950fa72251df9c35bd6d9aa]

        WaE: unused variables

2011-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3678d3ec5af47ed3797e5c983dacb9b6722011b0]

        typo in ENABLE_NSPLUGIN migration

2011-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [073b50b11ec2f817e2500407019a8a06ee13e2a2]

        fpicker: convert to gbuild

2011-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [6b287bb919017fa96910f68d1a5ee1a05bef0b83]

        fpicker: aqua: move source files .cxx -> .mm

2011-12-27  David Tardon  <dtardon@redhat.com>  [0b8934ceb38a5ba7d33906697412e31b76c5a12a]

        build jnilib on MacOS X

2011-12-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [52ec70499e337aac43d9ddfd564c1bfc6fe98301]

        move ENABLE_* variables from set_soenv.in to config_host.mk

2011-12-27  David Tardon  <dtardon@redhat.com>  [1e4961b82554bcac4e7103345354ed8fb7782472]

        move jvmfwk to the right layer

2011-12-27  David Tardon  <dtardon@redhat.com>  [d4f2289394b04c8cd103350d0481598a303e2b3f]

        move jvmaccess to the right layer

2011-12-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6fdac8946b09929fca54e40a2b630324ddda2aa0]

        fix ScDatabaseRangeObj test, fdo#43312

2011-12-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32f38931ee5973b5db2255e1ee0c63b3a7b00831]

        better handling for unsaved external references
        
        Now references to unsaved documents can be created in the sheet and not
        only through copy/paste
        This fixes the problem that otherwise editing these refs resulted in
         #REF

2011-12-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f36743fe31efaff4203a6728ab55bc694a012618]

        fix dbglevel=2 build in sc

2011-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [c936e5062770ba100c2eddd7889b51d271c6c73c]

        catch exception by constant reference

2011-12-27  Lior Kaplan  <kaplanlior@gmail.com>  [1d55be916472270d23f7d3ff7513dd6df6dc1e46]

        Use default UI_SANS (dropping Culmus fonts), but keep Tahoma first (for Windows) Don't override SANS_UNICODE Drop nachlieli and lucidagrande (no such fonts) Beautify remaining fonts' names

2011-12-27  Matúš Kukan  <matus.kukan@gmail.com>  [472a7db1ef118147d949b13c66bb86411dbc7a75]

        register hunspell as static library

2011-12-27  Miklos Vajna  <vmiklos@frugalware.org>  [e71d6df4137515f928d87375e404459cf9f310be]

        Related: fdo#43380 fix parsing of the \cf RTF token
        
        Send the real color value to dmapper, not the index, which is
        meaningless outside the tokenizer.

2011-12-27  Miklos Vajna  <vmiklos@frugalware.org>  [e4e77861c6a42d040230f4b1ca22ad5e8c3d52a2]

        fdo#43380: fix crash in DomainMapper_Impl::SetFieldFFData

2011-12-27  Lior Kaplan  <kaplanlior@gmail.com>  [53a0078e8b653de8d5519d2094ccf03b4f57ec2f]

        Remove an unnecessary full stop

2011-12-26  Andras Timar  <atimar@suse.com>  [43100964840d0a18dad8b655de2ce94ce5fa42eb]

        missing icons in Index Design dialog fdo#38435

2011-12-27  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b9f58ba85f698258cab36615947daeeba25724cd]

        resurrect autocorrection

2011-12-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [ecbda593ef71de8eb27b19ad8e421f87f7b2adf5]

        remove apparentely accidental addition of a linux binary module for make

2011-12-26  David Tardon  <dtardon@redhat.com>  [764f2b2790e02f80ec67e85f23472dd4db6fc977]

        gbuildize ure

2011-12-26  David Tardon  <dtardon@redhat.com>  [95754019f4cd023fe8188366307c3a9c55d3b780]

        revamp Rdb class

2011-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21223d2be0d7aac9dc07d730f6365ce9c39f5faf]

        fix assertion error in GtkFolderPicker during recovery dialog

2011-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b12191787a4b03549acb2c6dff4946265cc64e77]

        missing pointer check in new multiline input code, fdo#43856

2011-12-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee154f70a1b6b1c8483e0c66f0f5dc6ad6e576e0]

        move OSL_FAIL to correct location

2011-12-26  Olivier Hallot  <olivier.hallot@alta.org.br>  [3e4f51f112248b4e586f5bd86388099737ed17e9]

        Fix for fdo43460 Part XIX getLength() to isEmpty()
        
        Part XIX
        Module
        formula and fpicker

2011-12-26  Olivier Hallot  <olivier.hallot@alta.org.br>  [e7bddf732798508e347221590110486e97bb45e6]

        Fix for fdo43460 Part XVII getLength() to isEmpty()
        
        Part XVII
        Module
        fileaccess and filter

2011-12-26  David Tardon  <dtardon@redhat.com>  [3c29bf2260bb3d982a72c755df5ae10845a62110]

        sunjavaplugin has been renamed

2011-12-26  David Tardon  <dtardon@redhat.com>  [eff62d413895d02b92da1a8396cb2bea1ce93902]

        export libsunjavaplugin's API functions

2011-12-25  Lior Kaplan  <kaplanlior@gmail.com>  [ecf24119aeb5e25cf0f862b8af2070488cc57908]

        fdo#32936: Remove Tahoma from the Hebrew font list (except the UI list)

2011-12-25  David Tardon  <dtardon@redhat.com>  [d3a506d64e7cfc4eeafc6d75a69adc7c5cb16113]

        move UnoControls to tail_build

2011-12-25  David Tardon  <dtardon@redhat.com>  [0751491892c3cb90e08528fd483d33fd232aa67e]

        gbuildize UnoControls

2011-12-26  Takeshi Abe  <tabe@fixedpoint.jp>  [5451e9c702afb7c570662c740b33f2481abb7cb1]

        catch exception by constant reference

2011-12-25  Peter Jentsch  <pjotr@guineapics.de>  [bf2857d88af137ba15939d81970be92b0310c915]

        open xml filter test result in default xml editor
        
        first commit to remove the broken xml filter source
        view and validation service. The validation service
        is currently broken in that it doesn't allow to refer
        to or define an xml catalog or alternative validation
        methods. All of this is included in current xml development
        tools elsewhere, so we don't need to duplicate that in LO.

2011-12-25  Peter Jentsch  <pjotr@guineapics.de>  [80b8744a97502c10b87c2f869c6672f43495be12]

        fix threading problem in LibXSLTTransformer.cxx
        
        need to wait for reader thread to terminate before
        deleting it.

2011-12-25  Peter Jentsch  <pjotr@guineapics.de>  [027a8d56baf135c20c63aa0944c125374cac3a57]

        use radiobuttons to select builtin/saxon xslt transformation

2011-12-25  Peter Jentsch  <pjotr@guineapics.de>  [dee1e460e19a511296c8d3e5288f25042c458844]

        fixed warning about global resource in xmlfilterdialog.src

2011-12-25  David Tardon  <dtardon@redhat.com>  [350531b1a8d7010a9be31fa21d9c5db0039f7153]

        do not compile if there are no sources

2011-12-25  David Tardon  <dtardon@redhat.com>  [7d2fc4b1a6c31705120ef1f70ccc0bf9db39c667]

        remove stray makefiles

2011-12-25  David Tardon  <dtardon@redhat.com>  [e8d8719ccdfd8f0f1f8f9ffe0509ec18c5aa7d09]

        remove stray delzip files

2011-12-25  David Tardon  <dtardon@redhat.com>  [5ac75ce86a1cee5a422d3415caf91566350a1162]

        bah, i committed that by mistake

2011-12-25  David Tardon  <dtardon@redhat.com>  [2dc08095b5a9f768afaf9828a89cc5d7b2b17829]

        fix deps on executables

2011-12-25  David Tardon  <dtardon@redhat.com>  [39fe159f3c78faa9cdc9d39c279183cfb4c7a0ec]

        remove stray makefiles

2011-12-25  julien  <julien@julienPC>  [372ea70b5b42504bd42531d9915a2a71a7e30de8]

        Some cppcheck cleaning

2011-12-25  David Tardon  <dtardon@redhat.com>  [2ca5b6427751074cc659b2afaf7c2cb8f1241044]

        remove unused source

2011-12-25  David Tardon  <dtardon@redhat.com>  [8d0ec440e2c2bf51d2969ecb47a2039975a80ae1]

        convert jurt/urp unit test

2011-12-25  David Tardon  <dtardon@redhat.com>  [d785722ae136801aee0f7d0b2bde7baaac2ae5b6]

        don't let jars depend on random stuff

2011-12-25  David Tardon  <dtardon@redhat.com>  [c0d49710fe9f716423f91d523a8c92289df759f7]

        add add_package_dependencies for JunitTest too

2011-12-25  David Tardon  <dtardon@redhat.com>  [d6e5f729ae24f901ae2660bc9a476c17e0073ca3]

        convert jurt unit tests

2011-12-25  David Tardon  <dtardon@redhat.com>  [a0f247d73d450afdaba9997b70ad148884dfe7e4]

        remove stray delzip files

2011-12-25  David Tardon  <dtardon@redhat.com>  [4761f27c047ce7eaa4aa8bb591611ed2f2fc17d8]

        remove stray makefile.mk

2011-12-25  David Tardon  <dtardon@redhat.com>  [951bd1c5f90bc9baf4e62422a60281f69ee11e79]

        convert ridljar unit tests

2011-12-25  David Tardon  <dtardon@redhat.com>  [4882387c668308e93d6eabbc56d2fdc3751b32ca]

        add dependency on package

2011-12-25  David Tardon  <dtardon@redhat.com>  [ff9a64e01d7d46a9869327fb89a4adcc674eb433]

        add dependency on package

2011-12-25  David Tardon  <dtardon@redhat.com>  [78e56daa46a01f375684bc3d4c5767c6c0a9ac07]

        impl. package deps for JavaClassSet

2011-12-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a8626c6cc52125d15cfbc59de74cf937a24de0a]

        remove pre-req from postprocess that are already pulled by tail_build

2011-12-25  David Tardon  <dtardon@redhat.com>  [3cca9f67992d30f8cbcdf1f4f8b9272cfbbc2d8e]

        use gb_Helper_get_rcfile here

2011-12-25  David Tardon  <dtardon@redhat.com>  [804591d9564bb3bd815e414ccc1f99ef5077fbb6]

        add helper func. to get rc file name

2011-12-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [28254c71081f3f96442d392cfd475d3c09b2ec3b]

        migrate most SYSTEM_* config from set_soenv.in to config_host.mk.in
        
        should be pretty safe.
        The main risk if is something rely on the 'undef if empty' behavior of
        the typical trap is the use of *= in dmake
        a git grep of "\$(SYSTEM_" did not reveal any problematic case.

2011-12-25  Takeshi Abe  <tabe@fixedpoint.jp>  [8cc98837d30d818fe3a2e4063798c7451044eb9c]

        catch exception by constant reference

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b18c70b994e8239f2f0dfd549fcc27feceb413c]

        clean-up remnant obsolete CALL_CDECL

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [c201ede9f9634cf67be219d751fe467d69cb67ee]

        do not export SUNTEMPLATE_LANG. Not used anywhere

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [6419c7ff2378e58c25c2da44e317d76d547fc99c]

        binned XAU_LIBS from configure.in. Not used anywhere.

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [3a9779239efb82c630f960c547bc8df0444eb75d]

        binned --enable-static-gtk... no used anywhere.

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd9366c85cdb627886901b7c09ef267b294d5d98]

        prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
        
        This introduce config_host.mk and config_build.mk
        generated from config_host.mk.in
        The intent is for that file to be both sourcable in a shell and includable
        in a gnu Makefile.
        Eventually all the environment set-up will be in config_host.mk.in
        and so there won't be a need to source anything in shell before make.

2011-12-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [cdd98fc187aae086de5e4ca5fe4d693568963431]

        psprint_config moved to tail_build, its dep must be added to tail_build's

2011-12-25  Matteo Casalin  <matteo.casalin@poste.it>  [7a11e6106bf3080357ea486500d786010b0b5693]

        Remove unneeded tests before delete
        
        Pointers deleted in destructor are modified in remaining code,
        and already set to NULL when necessary.

2011-12-25  Matteo Casalin  <matteo.casalin@poste.it>  [791b1e941ecdbf176831857e85fcd48720ae45b4]

        Remove unused header

2011-12-24  David Tardon  <dtardon@redhat.com>  [1efe709c958c8cdccaca0df2637d029d660d85e9]

        gbuildize jvmfwk, part 2: finish & clean up

2011-12-24  David Tardon  <dtardon@redhat.com>  [13acf1d965248f93adb63affaa1a7bbd86ebe8d2]

        fix linking issue on windows

2011-12-24  David Tardon  <dtardon@redhat.com>  [8e3ad9e8472a7752207d93cb6e6eb409da5f962a]

        make exported symbols visible

2011-12-24  David Tardon  <dtardon@redhat.com>  [e648ad6707c80183bfe925d553fb4a079fc3bc64]

        build JREProperties.class

2011-12-24  David Tardon  <dtardon@redhat.com>  [ef8a7d3b68b49e1525d922c6eb158e401ae4a7ee]

        remove resolved TODO note

2011-12-24  David Tardon  <dtardon@redhat.com>  [788b863acb0366d383ff8f730ac84acc0d683ab0]

        fix vim modeline

2011-12-24  David Tardon  <dtardon@redhat.com>  [e54637bf0b85605cc045d34e7ede19a05f7fe7b8]

        add dep on javamaker

2011-12-24  David Tardon  <dtardon@redhat.com>  [952ad628bf9d4fa690173945fc7fc60c143611ee]

        fix typo

2011-12-24  David Tardon  <dtardon@redhat.com>  [80c8e6fb03fb455fdebab4492ce04ff9cf695c38]

        gbuildize javaunohelper

2011-12-24  David Tardon  <dtardon@redhat.com>  [c77a11e1425280d29b061d10d5fb88e174a3841f]

        remove old cruft

2011-12-24  David Tardon  <dtardon@redhat.com>  [824a6406050560b6cf6d90510c20e8a4e8b6d062]

        gbuildize unoil

2011-12-24  August Sodora  <augsod@gmail.com>  [7b97c7731b4bb224b78e17a33b9c72e559ee8ce1]

        DECLARE_TABLE->boost::ptr_map

2011-12-24  David Tardon  <dtardon@redhat.com>  [8c0e9a86a20478418e1c98f3a808627fe5cde716]

        gbuildize jurt

2011-12-24  David Tardon  <dtardon@redhat.com>  [52e3b5433127428d4f256a44cd66a1113be397b0]

        remove unused map files

2011-12-24  David Tardon  <dtardon@redhat.com>  [a784a81051c992e71476c60a1dabc5768480d0ef]

        gbuildize jvmaccess

2011-12-24  Peter Foley  <pefoley2@verizon.net>  [c61d62d70a794c7736521693aa02c01db1300a27]

        fix gbuildified accessibilty on windows

2011-12-24  Peter Foley  <pefoley2@verizon.net>  [99d994dcd24dfba07733f50eae09e5f00d360e27]

        don't display bootstrap and src.downloaded as top level modules

2011-12-24  Matúš Kukan  <matus.kukan@gmail.com>  [4258f0260d6e99edf5db44720b85db9f1d78ca91]

        Repository: fix Windows name for internal libexttextcat

2011-12-24  Peter Foley  <pefoley2@verizon.net>  [fd6649175956c9d322fe02fd413fe6970aa6819e]

        Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions
        
        Conflicts:
        	Module_tail_build.mk
        	Repository.mk
        	extensions/util/makefile.pmk
        	postprocess/prj/build.lst
        	svx/AllLangResTarget_svx.mk

2011-12-24  Rene Engelhard  <rene@debian.org>  [a8feb5b1df99c12a5cb644097f935e9ccf512ed5]

        support libebook-1.2.so.12 (evolution 3.2)

2011-12-24  Lior Kaplan  <kaplanlior@gmail.com>  [1586279e78760507217f9a239a631ea74171a80d]

        Keep abstract dialog terminology aligned

2011-12-24  David Tardon  <dtardon@redhat.com>  [63712b8439fd954ec4247cd62224dbba49dea35f]

        pack generated UNO API classes

2011-12-24  David Tardon  <dtardon@redhat.com>  [352ae5edff34f6ccbe926a08d86f3b66f08c764a]

        Merge remote-tracking branch 'origin/master' into feature/gbuild_java

2011-12-24  David Tardon  <dtardon@redhat.com>  [80e977a34bd6eb1d3d3af849dcf86c5886c15a8f]

        std::map* -> std::map

2011-12-24  David Tardon  <dtardon@redhat.com>  [93d3f6258f8f061dc53b5e6003de65479c2290ba]

        make the line work as intended again
        
        At least I suppose memory corruption is not intended behavior .-)

2011-12-23  August Sodora  <augsod@gmail.com>  [c9f68b6d2356ef81560b5449670b81a1156a5da6]

        Fix the build so that this is recognized as an initializer list

2011-12-24  Miklos Vajna  <vmiklos@frugalware.org>  [ce43f9f59f216d7f278e21c2bdf8be6901d78510]

        dmapper: clog -> SAL_WARN

2011-12-23  August Sodora  <augsod@gmail.com>  [4586cd75646bb2396490d670d11b0b2e30fe4796]

        DECLARE_TABLE->std::map

2011-12-23  August Sodora  <augsod@gmail.com>  [4d4a67748e945d901f320d9c3af753abb3211efc]

        SV_DECL_VARARR->std::vector

2011-12-23  Gustavo Buzzatti Pacheco  <gbpacheco@gmail.com>  [b575f4b1a2a2217282cddc995951b350936b47b1]

        Fix for fdo43460 Part XIV getLength() to isEmpty()
        
        Part XIV
        Modules
        drawinglayer, dtrans, editeng

2011-12-23  Stephan Bergmann  <sbergman@redhat.com>  [c84a5ec4cb81eddb8bb382a6494c28df5131cb85]

        OSL_ASSERT -> assert

2011-12-23  Marcel Metz  <mmetz@adrian-brother.net>  [ba5edb14040a6b268aa3db3c216fc4505a32e219]

        reduce noise from FCFGMerge tool

2011-12-23  David Tardon  <dtardon@redhat.com>  [18eb960248ffae70fecac59caf72b37441c677b8]

        move psprint_config to tail_build

2011-12-23  David Tardon  <dtardon@redhat.com>  [a305c46aa9cc71bfd29713027d783211f5818fac]

        move dtrans to tail_build

2011-12-23  David Tardon  <dtardon@redhat.com>  [75011e3a0fecd371072aa092f34d78e6bf0edf0d]

        move scaddins to tail_build

2011-12-24  Takeshi Abe  <tabe@fixedpoint.jp>  [c9a54f532e6fbe2302167a7f8cb829b397f2569c]

        catch exception by constant reference

2011-12-23  David Tardon  <dtardon@redhat.com>  [88b5b3688e516666fa693353a542b6c8302e6a45]

        gb_Jar_add_packagefile needs three args after all
        
        This partially reverts commit 713e536fe987f4dbd901656fda19ec4908a0a2f1 .

2011-12-23  David Tardon  <dtardon@redhat.com>  [e3f70a05b3e590fcb2e75cd4e380e2f3a0530c18]

        Revert "gb_Jar_add_packagefiles only takes 2 args"
        
        This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f.

2011-12-23  David Tardon  <dtardon@redhat.com>  [f3f77fd5cdd0a04115af255430a97e6dec24d85f]

        gb_Jar_add_packagefiles only takes 2 args

2011-12-23  David Tardon  <dtardon@redhat.com>  [c4f73c1e7bb5417b2c1e416c97d25d822fa36359]

        Merge remote-tracking branch 'origin/master' into feature/gbuild_java

2011-12-23  David Tardon  <dtardon@redhat.com>  [636a8f2943ce5d11acc05ebed0c5f50edaef6b03]

        use generated java source

2011-12-23  David Tardon  <dtardon@redhat.com>  [7fe7126248ff043e2f9a36f07c544602f1d774af]

        allow use of generated files in gb_Jar

2011-12-23  David Tardon  <dtardon@redhat.com>  [f75d68b30dd4bac201a302094ee028208ddc3469]

        avoid copying hack

2011-12-23  David Tardon  <dtardon@redhat.com>  [713e536fe987f4dbd901656fda19ec4908a0a2f1]

        work around deficiency in jar

2011-12-23  David Tardon  <dtardon@redhat.com>  [d3fec0e98b0dc5aca59ee43814f8a31bea96327b]

        remove unused file

2011-12-23  David Tardon  <dtardon@redhat.com>  [77a09f857a4507a34cb7b5dde0e818ec3338c422]

        move accessibility to tail_build

2011-12-23  David Tardon  <dtardon@redhat.com>  [7aadee6df631f9b100777e2cfec324292f46c3c8]

        convert windows-specific bits, part 2: lib

2011-12-23  David Tardon  <dtardon@redhat.com>  [24585e1bf151eb66ddae998b087f832c62e5a2f3]

        convert windows-specific bits, part 1: jars

2011-12-23  David Tardon  <dtardon@redhat.com>  [7f31e252e4c28cfac9a21fe3309fd39956274d7f]

        gbuildize accessibility

2011-12-23  David Tardon  <dtardon@redhat.com>  [c438af4d8a3eadb437278cae5912eaf1583271c9]

        eval at the calling side, like other gbuild classes

2011-12-23  David Tardon  <dtardon@redhat.com>  [07a87420ade12155b14be40e38a09a9ad0061719]

        eval at the calling side, like other gbuild classes

2011-12-23  Ivan Timofeev  <timofeev.i.s@gmail.com>  [22ebb32863f7874ccd1d39881140a0bbcbc5f72a]

        don't hide images in menus (fdo#31471, fdo#41264)

2011-12-23  David Tardon  <dtardon@redhat.com>  [0659148988041764ee567a0199627beb5b5f4cb4]

        gbuildize ridljar

2011-12-23  David Tardon  <dtardon@redhat.com>  [061c9518cd3e71212200a190edd25fa03518759e]

        we do not support OS/2

2011-12-23  David Tardon  <dtardon@redhat.com>  [86f2160c6adbe4b964f5a4c8fbca6b9384ef25fc]

        add lib prefix to sunjavaplugin

2011-12-23  David Tardon  <dtardon@redhat.com>  [3446cda18dd484bd3fe8f14e3ee0a9081e902430]

        gbuildize jvmfwk

2011-12-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4c75e57a42251b86683253a832c534d8909a9f23]

        Writer: Hyperlinks on ToX have 'Index Link' style by default

2011-12-23  Olivier Hallot  <olivier.hallot@alta.org.br>  [0fd40fe17bf67f81db44ef187ce67193ba1696cb]

        Fix for fdo43460 Part XVI getLength() to isEmpty()
        
        Part XVI
        Module
        extensions

2011-12-23  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [9ea15fea21487b82636bae516a220bf15f805a84]

        WaE: possibly uninitialized variable

2011-12-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6274810bf61285a1ac27e4a6a19c7aa1566b0df8]

        fix copy/paste with whole column/row
        
        this fix should restore the old copy/paste behavior in calc and still
        only paste relevant entries to external programs

2011-12-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c638b526a98915bf1190ca8ab2f8b6ec9b39a101]

        adjust absolute refs to copied areas correctly

2011-12-23  Laurent Godard  <lgodard.libre@laposte.net>  [01708ea853a95e7a6c43c6b85396b4fbc44d906f]

        sc test : enhance importSheet tests regarding namedRanges

2011-12-23  Caolán McNamara  <caolanm@redhat.com>  [4628d6de2a4b2e52683d3adb352cd5299cdc4b4c]

        adapt DEBUG code

2011-12-23  August Sodora  <augsod@gmail.com>  [dfbf0cabfa8310502e19642d56c746cc0d454d27]

        SV_DECL_VARARR->std::vector

2011-12-22  August Sodora  <augsod@gmail.com>  [6df7cfaa3f5e750e2bbdb3d6afb934c405a7a988]

        callcatcher: Remove unused code

2011-12-22  August Sodora  <augsod@gmail.com>  [aec97e2af5c1bfd2fd56382f77350b8288634643]

        callcatcher: Remove unused code

2011-12-22  August Sodora  <augsod@gmail.com>  [a0ebf6ee3f555397205713db966aee44de80c0f9]

        Revert "callcatcher: Remove unused code"
        
        This reverts commit bbad7057b2bdb614a5e97a945039323efe39c4ee.

2011-12-22  August Sodora  <augsod@gmail.com>  [bbad7057b2bdb614a5e97a945039323efe39c4ee]

        callcatcher: Remove unused code

2011-12-22  August Sodora  <augsod@gmail.com>  [0c181a33c9bdcaad9ee2d354ebed9c780120851d]

        callcatcher: Remove unused code

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [84897d4b3b2a0e4719b00fb06abb8c04e3c20c24]

        Recover fix for fdo#43931

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [279b71044d1a8b60452425b5b192d3dfb21a62fe]

        callcatcher: remove unused typeToPrefix

2011-12-22  Michael Stahl  <mstahl@redhat.com>  [59a5c37d0df9b5612552c4b749191385ca0adc80]

        fdo#44082: fix hyphenation attributes:
        
        These have type positiveInteger, so don't write 0 values:
        
        20.191 fo:hyphenation-push-char-count
        20.192 fo:hyphenation-remain-char-count

2011-12-22  Michael Stahl  <mstahl@redhat.com>  [c1e1ef80e8428514499b061e00801a6a6298d0b0]

        fdo#44073: ODF export: fix layout grid invalid ODF
        
        The following 3 attributes have been added in ODF 1.2, so don't write
        them into ODF 1.1 files:
        
        style:layout-grid-base-width 20.297
        style:layout-grid-snap-to 20.305
        style:layout-grid-standard-mode 20.306
        
        Additionally, style:layout-grid-snap-to was written wrongly as
        style:layout-grid-snap-to-characters, which does not exist in any ODF
        spec.
        For backward compatibility with previous OOo/LO versions, write the
        wrong attribute in addition to the correct one in ODF extended mode,
        even though validators complain about it (consider removing that
        some years from now).

2011-12-22  Thorsten Behrens  <tbehrens@suse.com>  [f277d0c88a478917002b4da370cc170b29a219ed]

        Correctly handle empty paragraphs in slideshow animation fdo#43684
        
        Fix a problem with empty paragraphs, that previously did not get
        proper end-of-para / end-of-line markup, thus the slideshow mis-
        counting them when getting index-based animation targets.

2011-12-22  Thorsten Behrens  <tbehrens@suse.com>  [feb1a67179b5d5b1d3771dae584f8388c18c0044]

        Fix slideshow text animations - fdo#43837
        
        String compare was not replaced equivalently, this needs matching
        against the XTEXT prefix, not exactly
        
        Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused.
        
        Added some verbose-mode trace output

2011-12-22  Thorsten Behrens  <tbehrens@suse.com>  [fe1998c194f038c1e20ae6482c2a8d970f66a258]

        Revert "aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered"
        
        This reverts commit 9d40293f147212120ce2a2e960c1ef23168a428b.
        
        The change was causing extra paragraph markers to be emitted, e.g.
        leading to fdo#43837 and fdo#43684.

2011-12-22  Thorsten Behrens  <tbehrens@suse.com>  [854dc02f0822511a9a3c17667f4fe992069dd919]

        Fix for fdo#43837 - prevent invalid shape text indices.
        
        Catch a few cases where an invalid text node index is passed into
        the shape subsetter.

2011-12-22  Luboš Luňák  <l.lunak@suse.cz>  [643de3b64ed4b71ab48a7f100c90c1c4d5f918cc]

        "*.*" is not "all files" (bnc#738021)
        
        Not on any Unix, at least. I have no idea how deep entrenched is this
        mistake all over the code, so I'll play safe and just fix the KDE4 fpicker
        (GNOME/KDE3 seem to handle it fine), but at least in the UI show just
        "All files" instead of "All files (*.*)").

2011-12-22  Luboš Luňák  <l.lunak@suse.cz>  [78a7db0523f9611b003facd612411d3d61a0ab13]

        make KDE4FilePicker::appendFilterGroup() simply use appendFilter()

2011-12-22  Luboš Luňák  <l.lunak@suse.cz>  [aa97ec9b4d6332e1b955467df5a5264cbf1ff15a]

        add a note that the Qt bugreport is mistaken

2011-12-22  Marcel Metz  <mmetz@adrian-broher.net>  [45c2812ebdebdfb41818a8035878cd17d60bec77]

        ScChangeActionTable conversion: Yet another correction.

2011-12-22  Eike Rathke  <erack@redhat.com>  [b0aaaeb7bda525b154bf643e8fa19ead9d22b95d]

        recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-dd

2011-12-22  Jan Holesovsky  <kendy@suse.cz>  [f31656f18ac39db28aa047a43338457f09804915]

        The packaging was missing uno_cppuhelpergcc33.dll on MinGW.

2011-12-22  Eike Rathke  <erack@redhat.com>  [5f7e21b595800d0b5eff2d82a43e05fd0242edac]

        point directly to http://www.validome.org/xml/
        
        Thanks to Roman Eisele for mentioning.

2011-12-22  Michael Stahl  <mstahl@redhat.com>  [e7c096471d05cc979fff7a9e5fcc2ad6a7e4ac54]

        sw: translate some comments, and s/sal_Bool/bool/

2011-12-22  Tzvetelina Tzeneva  <tzvetelina@gmail.com>  [062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c]

        sw: Improved document comparison based on RSIDs.

2011-12-22  Eike Rathke  <erack@redhat.com>  [61329db01af7fd7c5915a4d81896d52fda7168db]

        '--' is not allowed inside comments

2011-12-22  Matúš Kukan  <matus.kukan@gmail.com>  [b769901d5a09d7c8bd9ef666a863ff5e7fce4c1e]

        unusedcode: remove various unused classes

2011-12-22  Matúš Kukan  <matus.kukan@gmail.com>  [9856dfd3cccc145130c7e5e7c4c1571a3d2068aa]

        unusedcode: oox: remove some unused code

2011-12-22  Olivier Hallot  <olivier.hallot@alta.org.br>  [7c0c3362de894ddd4526f56e1849f116eb25cedd]

        Fix for fdo43460 Part XV getLength() to isEmpty()
        
        Part XV
        Module
        embeddeobj

2011-12-22  David Tardon  <dtardon@redhat.com>  [7248aaed7aca6c241683f6d83bb6caa00c447b0d]

        we need to include the localized file
        
        This reverts commit 9d88c67c4cfa8e894d23ebe7924a9d630327ccda.

2011-12-22  Tor Lillqvist  <tlillqvist@suse.com>  [e685a684eb91c56004ba9168c5a5e990cd2f587f]

        Initial untested implementation of dirent style functions for the .apk

2011-12-22  Tor Lillqvist  <tlillqvist@suse.com>  [6aac868d65c72d40b702435b0b5a570d73a4d430]

        Add comment about how to use the lo-strace "extra" (option)

2011-12-22  David Tardon  <dtardon@redhat.com>  [28cb2ca7956cd79704089ad4ca7cedd3dc0c207f]

        replace this monstrosity with gb_SrsTarget_add_templates

2011-12-22  David Tardon  <dtardon@redhat.com>  [a6511b9d9a3f13835510a9caffc837829b206d14]

        add some explanation for gb_SrsTemplateTarget

2011-12-22  David Tardon  <dtardon@redhat.com>  [bc3683aecd2205db8878c87d028550ef7b07203e]

        use the same dir structure for images as sc and sw

2011-12-22  David Tardon  <dtardon@redhat.com>  [b80d9acb3e0c3caf7d760b9ee3f5cfaf07bb32cd]

        use officecfg/Office/Common.hxx directly

2011-12-22  Jan Holesovsky  <kendy@suse.cz>  [ee1eb926550028da6e5e44089d4706798f94e0bb]

        Improve usability of the Page Break control.
        
        - use the same fade in/out values that we use for headers/footers
        - clicking on the line opens the menu too
        - clicking outside the menu hides the button
        - leaving the line or the button hides the button immediately

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [27aa4dccf24fca018e19e563e000051f7f9af62e]

        bump hyphen to 2.8.3

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [5c1dc778d6ce38d563462a76cdc454ed476cf15b]

        remove some unused code

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [700d04cf24c2889d0ce9333f47e843e76c367c37]

        default to dbglevel=2 for callcatcher

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

        new route left to set pHandler

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [9d97f5e8ab1670e5d496cf4bb3fe5494341c581e]

        callcatcher: newly unused code

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

        fix msvc build error

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

        catch by const ref

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [7a6efedd9eb4dea9abc9d1fd1f6362092ce01f78]

        split hyphen patch to isolate android support

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [80a11f0d43309f336d9ca4723f06b8e49ac1d7d7]

        ByteString->rtl::OString

2011-12-22  Caolán McNamara  <caolanm@redhat.com>  [1c1961786a519101bbf34c62542542c8a56e0328]

        inheriting from ByteString is kind of weird

2011-12-21  August Sodora  <augsod@gmail.com>  [66714f1888eaccef4eb5341971278ae7dfafa16b]

        Remove HelpAgentWindow

2011-12-21  Peter Foley  <pefoley2@verizon.net>  [881ea5470aa45c90a3a4b20d5126095ab353acc3]

        fix build with msvc

2011-12-22  Miklos Vajna  <vmiklos@frugalware.org>  [0d9d6535a9ad2a242ea546962d0d8514768dda39]

        dmapper: clog -> SAL_WARN in GraphicImport

2011-12-22  Miklos Vajna  <vmiklos@frugalware.org>  [3c86591749aae36f997944d9c972d1c71b21bc7b]

        fdo#40937 fix RTF import of images with invalid crop data
        
        Add a try-catch, so in case setting crop data fails, the size data will
        be still set.

2011-12-22  Miklos Vajna  <vmiklos@frugalware.org>  [acfdec468d54d44f94ca6752bbbfbdab07ef9a0c]

        writerfilter: fix dbglevel=2 build
        
        This basically reverts e8f980d10cf95b8bced1ca18a55b2a4784f6dcc9 and
        b0e993d42e1df8c68c4c2684ab9dda27a1329594, while keeping callcatcher
        happy.

2011-12-21  Peter Foley  <pefoley2@verizon.net>  [79b252a56db8f1c2159d3269de415ffe2f2d9bb1]

        add framework to tail_build

2011-12-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a308f9172f86349c324a8cb07979f7b051811321]

        Revert "Fix gmake detection for MacOSX"
        
        This reverts commit cf33de27eb5e981d8a1fa76f6a9d72ce7174f10d.
        
        This breaks make bug 20033 detection on Linux. If this can not be reliably
        detected on OSX, just disable parallelism for GNU make 3.81 on OSX in general,
        but leave the detection intact for Linux.

2011-12-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [5e772cda4008fc26bdbd015041d40806b5c339f0]

        Header/Footer,Page Break: fix bad test for printing mode (fdo#43962)

2011-12-21  Stephan Bergmann  <sbergman@redhat.com>  [c9bc4a04064f15906ab94cd6c0b175609f3a2ad2]

        rtl::OString::copy with count too large raises assert.

2011-12-21  Eike Rathke  <erack@redhat.com>  [c1db721af6286ae4c3164075337d81e943845938]

        ScChangeActionTable conversion: another correction

2011-12-21  Michael Stahl  <mstahl@redhat.com>  [3d96cb2527b5899b4d1bda3cef78110f321718e5]

        ScChangeActionTable conversion: small corrections

2011-12-21  Marcel Metz  <mmetz@adrian-broher.net>  [713d69d96038fdd5479de076270c2186f95c2630]

        fdo#38832 Replace ScChangeActionTable with std::map

2011-12-21  Marcel Metz  <mmetz@adrian-broher.net>  [13f8d799b9ad799e3e91a304b66ebd2151307fd5]

        Replace SwTxtPortionTable with std::map.

2011-12-21  Jan Holesovsky  <kendy@suse.cz>  [40fe511d0ed56d4481cad9c278899f3b9167cdb5]

        Don't show the non-printing characters by default.

2011-12-21  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [202eb9a83433fa2eeed4a427a2a69a3050d5d4f3]

        Revert this to build on msvc 2008

2011-12-21  Eike Rathke  <erack@redhat.com>  [6c37252eb93db161edfd234696604774e9ee1d8c]

        resolved fdo#37978 - Date formatting in Spreadsheet is inconsistent
        
        * SvNumberFormatter::IsNumberFormat() ISO 8601 date input results in
          yyyy-mm-dd format if no other date format was set.
        * SvNumberFormatter::GetInputLineString() preserves ISO 8601 date format for
          editing if such was set.

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [98d75b3506520bd5db7071a2d9379fb7c565b9d9]

        ditch min/max as macros under msvc

2011-12-21  Rene Engelhard  <rene@debian.org>  [b31375be84cd9a9418ad69d8df45aafc1989f46d]

        don't remove configure and aclocal.m4 in distclean anymore

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

        WaE: hInstance arg unused under mingw32

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [458a7c2c7dc5ce082bddcc953ab57a9506206f18]

        WaE: add a space to tell SLED-11 gcc that we know what we're doing

2011-12-21  Michael Stahl  <mstahl@redhat.com>  [489adacb7cef9a63a9326a55f5265bef937c4267]

        Repository.mk: for libraries it's PLAINLIBS_NONE

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [3af1efde386531c7f0c6c0f66e142c9c19da9e47]

        build-fix for windows msvc

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

        get osl_File qa test to build under windows

2011-12-21  Michael Stahl  <mstahl@redhat.com>  [89d2733e16ae6233deea6bef3193bd45c89b854c]

        sw: fdo#39159 fdo#40482: temp selection print doc:
        
        Ensure that the printing temp selection document is not destroyed
        prematurely by SwXTextView::NotifySelChanged, called via
        ViewOptionAdjustStop, by retaining the temp doc object shell not
        at the View but in SwRenderData.
        
        Not restoring the view options for selections does not actually work,
        because having a selection surprisingly does not imply printing a
        temp document: the preview also uses a selection.
        (view option regression from cd690d2e72be410058376c416a40ff5d918fb0f7)

2011-12-21  Petr Mladek  <pmladek@suse.cz>  [c84ac758aa081f2b642aa9b96fda8496d0d66188]

        do not use ABOUTBOXPRODUCTVERSIONSUFFIX in download name
        
        I did not read the code carfully enough when added this line few days ago.

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

        explicitly write an 8 bit empty string

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [2a76860a496a8a624e9e44d20c24252d59f88463]

        update delivering the correct version

2011-12-21  Robert Nagy  <robert.nagy@gmail.com>  [b8b22391ae7f87c8fb495a9e6839ed508fdaf932]

        only use posix_fallocate() if it's actually available

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [56c0d3b569ba62eafe94f79299e5afb83f2f891b]

        disable min as macro under msvc

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

        bump mythes to 1.2.2

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

        I hate you poxy msvc

2011-12-21  Matúš Kukan  <matus.kukan@gmail.com>  [683e471f3559b3dc40dc697576baf0be9612b1fc]

        gbuild, sal: dl is linux only

2011-12-21  Robert Nagy  <robert.nagy@gmail.com>  [1c184292ad65907a5c19458ae4366c5af67d4828]

        sync the gb_LinkTarget__command_dynamiclink function from unxgcc.mk

2011-12-21  Robert Nagy  <robert.nagy@gmail.com>  [891d78eb4655f197877fe58c2c23c460e2a402c9]

        use the internal gethostbyname_r() implementation on OpenBSD too

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

        tweak for pre language-defect #77

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [5c24789ca33d7b2b0c39626208cf0708fb470d95]

        disentangle Read/WriteByteString OUString variants
        
        The ones which use a definite 8-bit encoding read/write pascal-style
        strings with a 16bit length prefix.
        
        The ones which use a definite 16-bit encoding read/write pascal-style
        UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all
        
        The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending
        on the charset. Rename to ReadUniOrByteString like the other
        similar horrors to flag this misery

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

        convert ReadByteString/WriteByteString from ByteString to OString
        
        Nobody ever used the return values anyway, so for reading just
        return the string and for writing the number of bytes written
        
        Doesn't need to be members, make standalone functions
        
        Rename  to
        read_lenPrefixed_uInt8s_ToO[U]String and
        write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
        but much less unambiguous, seeing as a lot of users of it don't
        seem to be aware that they read/write pascal-style length
        prefixed strings, which isn't surprising given the
        apparent simplicity of their original name.
        
        added a unit test

2011-12-21  August Sodora  <augsod@gmail.com>  [073431d26d39216a7f5f85489ecd4eb60806ee88]

        More removal from TTProperties

2011-12-21  László Németh  <nemeth@numbertext.org>  [4a3ca24020bdaa956acbefd911e688917c7fa3dd]

        Fix #43931 (bad hyphenation of French words with hyphen and apostrophe)

2011-12-21  Takeshi Abe  <tabe@fixedpoint.jp>  [7958f8244cc3e554b1339b14c7e589dfcbb0526c]

        catch exception by constant reference

2011-12-21  Matúš Kukan  <matus.kukan@gmail.com>  [ba507c41ba991b72da34da58b6a5d61bc1a7822e]

        gbuild: WNT: register wininet library

2011-12-21  Matúš Kukan  <matus.kukan@gmail.com>  [6c6055750dd4c0ddcff06fcf5b6d93d576245633]

        move onlinecheck.cxx from sal to extensions

2011-12-21  August Sodora  <augsod@gmail.com>  [7167559379cd44e0160ba20c69cbb6954887e32b]

        Remove unused icons

2011-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [e3ab0fd9016bc24c5a0eb0807f171d5025c3bb79]

        osl_unmapFile can't work for files bundled inside the .apk on Android
        
        On Android, when an app is installed, arbitrary files bundled in the
        app won't be unpacked into actual separate files in the file
        system. They will exist only as archive entries in the .apk file
        (which is a zip archive).
        
        The SDK tooling puts such files under the /assets folder in the
        .apk. The LibreOffice bootstrapping code for Android maps the .apk
        file into memory.
        
        osl_openFile() knows about the /assets special case, and uses a
        separate abstraction for such memory-mapped files.
        
        Obviously, when producing an .apk, one needs to make sure these
        bundled files are not compressed, if one wants to be able to use them
        directly from the memory-mapped .apk file. We do that in our test and
        sample Android projects.
        
        When mapping such files under /assets , just return a pointer to the
        file's location inside the mapped .apk archive.
        
        We can't use the old osl_unmapFile() on such mapped files, as that
        would unexpectedly unmap fairly arbitrary pages of the .apk mapping,
        wreaking havoc on later use of the same pages.
        
        So, introduce a new osl_unmapMappedFile() function that takes also the
        oslFileHandle originally passed to osl_mapFile(). Use this instead in
        the few places where the code actually called osl_unmapFile(). Make
        sure osl_mapFile() is nonexistent on Android.

2011-12-21  August Sodora  <augsod@gmail.com>  [eeecf625351238f90c61c82b403bd65e35d7833e]

        Remove TTProperties

2011-12-21  August Sodora  <augsod@gmail.com>  [3b8bf60a040d51d2d228127693f0b9c3292b151d]

        Revert "callcatcher: Remove unused code"
        
        This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049.

2011-12-21  Matúš Kukan  <matus.kukan@gmail.com>  [d73d329bf1a114bb5e26742245aac9abb6dae269]

        callcatcher: remove unused classes

2011-12-21  August Sodora  <augsod@gmail.com>  [070eff8cf1ad7763b8b730336f11032893b77049]

        callcatcher: Remove unused code

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [6708977331c933b3483b9fe5f66d981b51fd8d49]

        needs more work first
        
        This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9.

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

        bah, need to tweak for pre c++0x
        
        This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b.

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [6fd747bf0e1f8374d52e26e823d2186275d5e8fb]

        make this Makefile the same as all the others
        
        so that make inside an source ./Env.Host.sh environment
        works the same as make outside that env

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [2d9aac80a17b61f8339b80a4bc1555940255a8ff]

        msvc2008 hunspell linked to icuuc

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

        disentangle Read/WriteByteString OUString variants
        
        The ones which use a definite 8-bit encoding read/write pascal-style
        strings with a 16bit length prefix.
        
        The ones which use a definite 16-bit encoding read/write pascal-style
        UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all
        
        The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending
        on the charset. Rename to ReadUniOrByteString like the other
        similar horrors to flag this misery

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [92f396733ebc518bcb7a9eae2dd3169d333b82b9]

        convert ReadByteString/WriteByteString from ByteString to OString
        
        Nobody ever used the return values anyway, so for reading just
        return the string and for writing the number of bytes written
        
        Doesn't need to be members, make standalone functions
        
        Rename  to
        read_lenPrefixed_uInt8s_ToO[U]String and
        write_lenPrefixed_uInt8s_FromO[U]String, lengthy,
        but much less unambiguous, seeing as a lot of users of it don't
        seem to be aware that they read/write pascal-style length
        prefixed strings, which isn't surprising given the
        apparent simplicity of their original name.
        
        added a unit test

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

        callcatcher: remove unused Find1RefWindow variant

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [4eb4514ee1690b43c8abf091a8ee4591383388da]

        This just can't be right, WriteByteString writes a pascal-style string
        
        WriteLine just writes a line of text, WriteByteString writes
        a 16bit length of following content. It can't make sense to
        suddenly stick a pascal-style string in at the end of a file
        that's otherwise plain text.
        
        original git id that introduced the use of WriteByteString here
        was ea76474a back in 2002
        
        Perhaps this worked because partial strings never ended up
        as trailing content, so only ever had an empty string as
        the final partial string, so a 0x0000 got appended, as
        opposed to a newline, so it appeared to do the right thing.

2011-12-21  Matúš Kukan  <matus.kukan@gmail.com>  [166f974c858546330fd98bd38e09c9cbfa124d82]

        extensions: bin unused files

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

        callcatcher: remove some unused code

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [725f7d0171985ff858af2436c553b4906bd060f6]

        autocorrection migration never actually used

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [1bac5427d6e1b3af2591291fc328d832a8b23047]

        SpellError doesn't need to be a [IMPL|DECL]Link
        
        and as a side effect we can simplify, because argument is never NULL
        and return is never used

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [60bfcc0a4af860f21a840ce47585ff9395cf28e6]

        callcatcher: SfxRequest::IsRecording unused for a long time

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [80c7dd48a0b11e6c3009ac03283cec550785b9c5]

        AutocorrectionMigration is not constructable

2011-12-21  Caolán McNamara  <caolanm@redhat.com>  [650ed10bd00766f48dccb9b26d55d67eed034872]

        can't see why there's an appendChar here

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

        SfxObjectShell may not have a medium

2011-12-21  Olivier Hallot  <olivier.hallot@alta.org.br>  [545921f914ec172bcd6712cce54847131a49afb6]

        Fix for fdo43460 Part XII getLength() to isEmpty()
        
        Part XII
        Module
        dbaccess

2011-12-21  Olivier Hallot  <olivier.hallot@alta.org.br>  [1835d0599e3d8984c7dfa2bbef2be5747596716a]

        Fix for fdo43460 Part XIII getLength() to isEmpty()
        
        Part XIII
        Module
        desktop

2011-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1623b021cf580d3f84d562b638cb034847792401]

        set focus to Name Edit Line in Define Names dialog

2011-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16af1bd2094c38ab2bbf070340717ba8405abbb5]

        full absolute refs in range names should be treated like normal abs refs

2011-12-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64e416d42af6e315bd9e06ab638294a906cae219]

        fix small problem with range names in copy/paste

2011-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [5e3059834e30276e520b8e0f701351d51af5c604]

        Need visibility markup for ANativeActivity_onCreate() too

2011-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [73b54eb92ea8add31efdfb40b86c2ea2b3f78942]

        Need visibility markup for lo_main() too

2011-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [eae42329c2733f55969a9342edcfd320d3f6c156]

        Add a couple of missing files

2011-12-21  Tor Lillqvist  <tlillqvist@suse.com>  [527cca44ba161b59583334f1cfa89549bc94078b]

        Bin leftover unused files

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [9148757cc823efa0ac6dfe0a9a825bae47cb31fa]

        callcather: remove sdr::Comment

2011-12-20  Tor Lillqvist  <tml@iki.fi>  [2a1d6d03303a927e2464017535fd655ac83392e2]

        Do hardcode alignments for PowerPC Mac OS X

2011-12-20  Tor Lillqvist  <tml@iki.fi>  [faa91fe347ad49fa9ae41323cff2714a78cd6a36]

        Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOF

2011-12-20  August Sodora  <augsod@gmail.com>  [bbe9cf453c9fd1809e6802e01bf959f7de7e9de9]

        callcatcher: Remove unused code

2011-12-20  August Sodora  <augsod@gmail.com>  [0696c0aa742c57ae93733bd43c694d847c2bcd7e]

        callcatcher: Remove unused code

2011-12-20  August Sodora  <augsod@gmail.com>  [e8f980d10cf95b8bced1ca18a55b2a4784f6dcc9]

        Remove unused code

2011-12-20  Mateusz Zasuwik  <mzasuwik@gmail.com>  [28b1abe11c1bfc644701f62096fce7fcfafaaa93]

        genitive case month names for [pl-PL]

2011-12-20  August Sodora  <augsod@gmail.com>  [b0aac3f446f95080cbcac8e2f011dd56be1bacdd]

        String->OUString

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [a029a486868d936d5d4609f6c5b9875406f83536]

        add basic to tail_build

2011-12-20  Petr Mladek  <pmladek@suse.cz>  [6703e91a745c78c2acf1beedfc55f7916d026ef9]

        avoid the hardcoded 3.4 version

2011-12-20  Petr Mladek  <pmladek@suse.cz>  [9d94cd46ed8921ac6a459c125be3edad57f04a4e]

        set correct icon names in desktop files
        
        also use icon names *3.5* instead of *35*; this version is used on another
        locations as well; it allows to reuse the UNIXBASISROOTNAME variable that
        is substituted by the installer

2011-12-20  Petr Mladek  <pmladek@suse.cz>  [ec9230598eaa507a4e8971f20d893169c846c9d7]

        allow to call ooinstall twice with $DESTDIR

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [032df7e9bfafeb93925959626b79eeee3cec17a4]

        gbuild: these targets depend on svx/globlmn.hrc

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [1db544cc34dd74ba3dd70f46d56c376b177dcd0c]

        svx: add globlmn.hrc as target from OUTDIR for other modules to depend on

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [c44cc4d1312fcc180cb3c5df0062aabb44625ded]

        reportdesign: remove unnecessary includes from svx

2011-12-20  Noel Grandin  <noel@peralex.com>  [c5ed0b8f95600c3ceacbcd4511dc3a7b4cabcbae]

        svx: translation by Mike Whiteley and Noel Grandin
        
        (with very few tweaks by the committer)

2011-12-20  Michael Meeks  <michael.meeks@suse.com>  [9ae50a6d41c535273ebfab77b9140952d302a177]

        Revert "minor idl fixes" - no explicit license statement yet.
        
        This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.

2011-12-20  Michael Stahl  <mstahl@redhat.com>  [cb1ad8c8df48161917fdb2044ac55d144049d2f4]

        unordf: tweak SPARQL unit test:
        
        rasqal 0.9.27 returns no variables for a SPARQL SELECT query with no
        results; it is unclear whether that is allowed but it is a corner case
        and probably we should not be testing for that.

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [4862b48b4d4eda39e24b18368f405e18ffaf1298]

        ignore concat-deps on cygwin

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [2dfdf47b5956c47a9347d5fd600384bee47372d3]

        ignore merge modules

2011-12-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [e040d2931658b411bfbd1c668dc96422374a74be]

        RTF/DOCX import: fixed the import of consecutive frames (n#703032)
        
        When we have two consecutive paragraphs with different frame properties,
        the second frame wasn't created. Now store the current paragraph
        properties in order to create the frame later.

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [7d3c674a0444e7688178b00ae4675bb65c685798]

        Abandon attempt to use the debug CRT in a dbgutil build

2011-12-20  Michael Meeks  <michael.meeks@suse.com>  [29b6eda7e5909106d8325f75b3ae0cda579385b5]

        remove un-used code, and make a start at rampant vspace wasting

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [0e44efd3744d6355e31f623a21c22057f5b2628c]

        missed this in b55dbc1e - show extension for .c files as well

2011-12-20  Olivier Hallot  <olivier.hallot@alta.org.br>  [1375183d465fb17db513dfe16ac522e48573a4c0]

        Fix for fdo43460 Part XI getLength() to isEmpty()
        
        Part XI
        Module
        cui

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [170d75c3f58e500bda864bf7b7aeefd06716a0a6]

        remove obsolete comment

2011-12-20  Eike Rathke  <erack@redhat.com>  [b34b0ff236618ec026e96c8bc90c6354a51c8045]

        another "ScToken::GetDoubleRef: virtual dummy called"
        
        When checking for svSingleRef or svDoubleRef, also check for
        svExternalSingleRef or svExternalDoubleRef. Otherwise the dummy reference is
        treated.

2011-12-20  Michael Meeks  <michael.meeks@suse.com>  [6f0af3c2e3bef9e4d683e27f783024c799452a63]

        catch rather unlikely vcl case and don't crash

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [cdd2792816af95d9c8a0fea07d989102c2f633b0]

        sal: disable subsequentcheck which has circular dependency
        
        make 3.82 continues without error but apparently older version not

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [c20b8e269b94fcf0b2ecbc817dabcc6eec488593]

        add idl to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [e12f8d4a632cf2d63e5e918e1c7549f70faeed51]

        add dtrans to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [457ec785870856f4dd284e3ca7d38bd8ac3c927d]

        add xmloff to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [529653fe4708b27006377ca6cc1f4a09d5138cb6]

        add editeng to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [36b0431d37755ca2c55384998d56dcd294833644]

        add canvas to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [37fbc0a00982be908f7b5ea5e7151a48043df9df]

        add scaddins to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [118aa11cd70c0201e714ac35f408d849abd46858]

        add cppcanvas to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [e3d8b007042b541b714b25be5a0b835fd0ce24ea]

        add sfx2 to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [34e0cda7f8b2c6cf61871e72ab7948944216993c]

        add avmedia to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [4d053e9b8014ad13b140edc3c1aaca9ed7ec98ec]

        add drawinglayer to tail_build

2011-12-20  Peter Foley  <pefoley2@verizon.net>  [7d4acd97fa55032a9c6ecb4d8eb6d999d4336c2e]

        add svx to tail_build

2011-12-20  Caolán McNamara  <caolanm@redhat.com>  [217cde3790a05c786b7809d6326a15542aadd4ac]

        callcatcher: update list

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

        SelectHdl_Impl doesn't need to be an [IMPL|DECL]Link now

2011-12-20  Caolán McNamara  <caolanm@redhat.com>  [4645a24805fb69c75c69547babd498ec913e61a0]

        valgrind: uninitialized values used

2011-12-20  Caolán McNamara  <caolanm@redhat.com>  [80cc772841dc3b03f0a629215858d0a44f5419a1]

        pretty up exception message for display in StarBasic dialogs

2011-12-20  Miklos Vajna  <vmiklos@frugalware.org>  [133f4d750a46dc67797d2f23f25a1bb39620d59f]

        fdo#42109 fix RTF import of fields inside tables

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [577bb0dc298cc376d94ecdd35672081628bb8a93]

        if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [d607e5cda6d2d18464ecdf6740a90870039a78f7]

        import m:eqArr (part of fdo#32636)

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [a69d808021e25303c62b84df459515d1ca52dc12]

        export vertical stack as m:eqArr, seems to fit much better

2011-12-20  Luboš Luňák  <l.lunak@suse.cz>  [0acff1783abf132a9fc3481848b6b1a81559086a]

        skip unknown elements when reading multiple elements from docx mathml

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

        ByteString->rtl::OString

2011-12-20  Caolán McNamara  <caolanm@redhat.com>  [865aba9fa7d330f8ef8e9605dcd7e301184d2a2a]

        callcatcher: ScJobSetup never constructed

2011-12-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [275e6c62917bffe65dd6c26f42e42ae6324619fe]

        Disable cairo svg surface on windows to avoid problems with missing header

2011-12-20  James C  <james.from.wellington@gmail.com>  [cf33de27eb5e981d8a1fa76f6a9d72ce7174f10d]

        Fix gmake detection for MacOSX

2011-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b71919511f7748af7c69a2d2da4e937777af7eb7]

        disable failing test
        
        after my last rework of the copy paste code my old assumptions for the
        copy paste code are no longer valid

2011-12-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [149968b4b1eeeed3669ee4229c753afdc0cd322d]

        re-add the #ifdef DBG_UTIL that seems to have accidentally been removed.

2011-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b77902d38d06df87694564ded859733bdb1d4fb2]

        add test case for ScTableSheetsObj::XNameContainer::removeByName

2011-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5363b8cedf09ce7e8c75022041f4dafda4b699f]

        improve the handling of range names while copy between different docs
        
        we now behave nearly the same way as excel does

2011-12-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b995d9f9a4f5b99a1c6e80be77a0a6dea2c968a]

        add a warning dialog if we have ext refs to unsaved docs

2011-12-20  Rene Engelhard  <rene@debian.org>  [bacf1f9d7be4030b292e4f586654907601b9e4ed]

        evoab is gid_File_Lib_Evoab since long(er), not gid_File_Lib_Evoab_2

2011-12-19  August Sodora  <augsod@gmail.com>  [d498a3c2a12e03810a81937c1252dc0b16747936]

        callcatcher: Remove unused code

2011-12-19  August Sodora  <augsod@gmail.com>  [b0e993d42e1df8c68c4c2684ab9dda27a1329594]

        callcatcher: Remove unused code

2011-12-19  August Sodora  <augsod@gmail.com>  [f94db3d01631e75750431a87215338bf182f7c61]

        callcatcher: Remove unused code

2011-12-20  Takeshi Abe  <tabe@fixedpoint.jp>  [1f2fd91bf1acc4b6e0b102738c319ce074b7faf7]

        catch exception by constant reference

2011-12-19  August Sodora  <augsod@gmail.com>  [add0b7de36f4b0d133906fdd9647d742c33dd63b]

        String->OUString

2011-12-20  Matúš Kukan  <matus.kukan@gmail.com>  [7f56bfc31ce5ca2e7fa1678de2c924b8107967c5]

        remove one more ifdef for SwTestTabPage
        
        But shouldn't this stay as it was before
        d330111ec383542ad8955d78a64f4ed4b095b683
        in sw/source/ui/dialog/swdlgfact.cxx:1648 ?

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [6e07d605f30dab8ff3cc993245114071654e386a]

        Use visibility attributes as we get compiled with -fvisibility=hidden

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [0edebb4f7984aab8778835e9d74474668ff06bf5]

        Fix cairo build for Android again

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [3fbac5c1c0d787a7ad5775e0f62872e117564c90]

        Add TWAIN License text
        
        Note that it is already included in our
        readlicense_oo/txt/license.txt, so we presumably have fulfilled the
        license's requirements. Just adding the text in twain.h, too, for
        helpfulness.

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [25e10370feb4d62b953c317169516737fe982a34]

        Link most libs and executables with gb_STDLIBS as presumably is intended

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [a3c01095c0bb8c37fd8ddb9ec7f4e2df5085a81a]

        Add gb_STDLIBS and override gb_Library_PLAINLIBS_NONE

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [a6eb07b239339bae9969ce294d5b98407ced5273]

        Fix compiler warnings for Android

2011-12-20  Tor Lillqvist  <tlillqvist@suse.com>  [74b9ddd6aba2adfb43a0993306853e2fed821533]

        Always use the autoconfed sizes and alignments, not only when cross-compiling

2011-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8a9aea09d274419f924b17084137eaf6c0b92fc1]

        Copy absolute sheet refs between different docs: Part IV
        
        Handle Move Sheet correctly

2011-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a0a1a34622e3c36c4e28561aba3a19ea8b6d51f6]

        Copy absolute refs between different docs: Part III
        
        support copying from an unsaved document and some improvements
        
        still problems with MoveTab and missing dialog box if we have external
        refs to unsaved docs while we save

2011-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2119f46497ab92218c8bf3a60dc54c7da78a94dd]

        don't set current entry for every entry during init

2011-12-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2cc7b083386dec73b353c0bd187dfe3a58906c10]

        Copy Absolute Formulas between Documents: Part II
        
        adjust named ranges formulas too
        
        little problem here:
        tab absolute and  col/row relative is tricky, the col/row is calculated
        relative to the cell where the range name is used but we don't know in
        which cells the range name is used
        The other office solves that by making only references pointing to
        sheets that are not copied external (this solution is not perfect)

2011-12-20  Tor Lillqvist  <tml@iki.fi>  [3584cb1906ee96c11fbd5040bf57538cf0543254]

        Need gb_CXXFLAGS, too

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [be45ae39c4712da0079b26fe856a71c608909db5]

        fix build: we now use SwTestTabPage also with disabled dbgutil

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [6ade792d3e8f3244dcbb445a540939158820e50a]

        IDL_COMPILER is always defined

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [6716631b35c9ceca9bbe3b5c31b9e5ae810b6920]

        extensions: d'oh, i've pasted C++ emacs modelines in makefiles

2011-12-19  Matteo Casalin  <matteo.casalin@poste.it>  [864bc59e66e92eabeef26222301607a7a5745bea]

        Removed COMPRESSMODE_FULL support from SvStream

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [815b7b39f2b29db2d9e081b1ea098aaa6209c0e6]

        EXTENDED_BINARY_MODULES is always defined

2011-12-19  August Sodora  <augsod@gmail.com>  [cdb2736f5bbc15c0b485cde667d889ed17c699c6]

        Remove DebugPlotter

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [4ee82ce8aeb36673301b631e94f80f725eecc362]

        extensions: nsplugin: tweak linked libraries

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [a705718a7d95c8e1abc22fcc57ddb84e5b18aa0a]

        gbuild: register ws2_32 also for MSVC

2011-12-19  August Sodora  <augsod@gmail.com>  [4327d79148af677629fceb1e0e7ddf99f9540d22]

        Remove unused code

2011-12-19  August Sodora  <augsod@gmail.com>  [db8ff2610aea96597f1a09ec81ae09a7c832d158]

        callcatcher: Remove unused code

2011-12-19  August Sodora  <augsod@gmail.com>  [4f766a2d84de3cc9fa872c251501df79f5081e22]

        Remove unnecessary includes

2011-12-19  August Sodora  <augsod@gmail.com>  [d330111ec383542ad8955d78a64f4ed4b095b683]

        Clean up treeopt select handler locking hack

2011-12-19  August Sodora  <augsod@gmail.com>  [7f707bbef2d13c05f8387e8af4c33d0f321f7677]

        Simplify treeopt select handler

2011-12-19  August Sodora  <augsod@gmail.com>  [8e0792e9593115045f561d07576ff63700c782c0]

        Automatically select an option page if a user clicks on a category

2011-12-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [04417370fcd44554fce4b7c5a146b0d1613bdbae]

        Build all default cairo features on Windows

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [07c20eb81b6ab69433e397410e51d4240fe11a84]

        accessibility: workben was removed in c8e7f88325

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [e0c780d3c227abfe031dae879e08b9ad920e8a3c]

        .gitignore: better VIM swp pattern

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [a0a21ffa5b4198735823802e4ab516120393609c]

        gbuild: macosx.mk: install names with SOVERSION:
        
        gb_LinkTarget__get_installname should append the SOVERSION, because the
        installation set only contains the versioned libraries, not the
        unversioned symlinks.

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [c8e7f883257d45af0996616dcc33d7feff27a077]

        drop this workben

2011-12-19  Petr Mladek  <pmladek@suse.cz>  [041207302ab15053523d47c8644d3148aa6f1a5e]

        lo-pack-sources: do not duplicate the generated files in the archive dir
        
        the storing in archive directory was non-standard solution => gets removed
        also the code was simplified and clean up a bit

2011-12-19  Petr Mladek  <pmladek@suse.cz>  [2f3cd6d2beb67288b5fc621033dc52050e1cd85f]

        lo-pack-sources: generate cleaner source tarballs using "git archive"
        
        there is not longer needed the manualy created blacklist of copied files;
        also no need to remove symlinks from clone subdir
        
        use "tar --checkpoint-action=exec="echo -n \".\"" instead of
        "awk '{ ORS=\"\" ; if (++nlines\%50 == 0) printf \".\"; fflush() }'";
        we are interested into the return code from tar, e.g. not-enough disk space

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [fb2078addcbd96662283b2481206eee7ce3d50b6]

        Clean up previous commit.

2011-12-19  Moritz Bechler  <mbechler@eenterphace.org>  [32a6a0891fb5f2d893cca656cd44afd0bcbe3272]

        fdo#43095: allow the use of real access() calls

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [47dda946060068ac4d16ed5e59ccbc12012f9048]

        Add symbols from addsym.awk to gbuilified .map files.

2011-12-19  Noel Power  <noel.power@novell.com>  [ab218a565ee9cc033d97d71ab52e9d87b02b1874]

        sw: avoid creating cursor with non-text node text range (fdo#40195)

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [bc4c7b52a8cdeeb5db38cdf27950aff53bb8d07a]

        get this to build under msvc 2008

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [b68640c44ecdb1df59d704cc6c2bae8bb412d7d0]

        Prevent creation of new ORequestThreads during shutdown.

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [71b63586c5fe33fdf836ecb417d11f9c2d4e4b72]

        Resolves: fdo#43082 can't claim its not a DXF just because didn't see SECTION
        
        typedetection doesn't know about 999 COMMENT, it should really.

2011-12-19  Andras Timar  <atimar@suse.com>  [8f480ee6289bc0a4e8100957789fce0966c7e5a9]

        fix racecondition in sdext/source/minimizer/makefile.mk

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [b882f15d4af447cafac43ae5357be596fd12f84e]

        extensions: chmod a-x *.mk

2011-12-19  Michael Stahl  <mstahl@redhat.com>  [e1d34f15cc82b4e9b10eca0e8efb50793080f1b6]

        extensions: what is all this realpath stuff doing?

2011-12-19  Vincent Povirk  <madewokherd@gmail.com>  [d6dc60ab350824bd0dffbf699cac13a3efd1e289]

        sw: Fix cursor accessibility API (fdo#43390)

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9351f4c1d6a3567c3b013894a0cc08471b4b0156]

        Tests apparently depend on localedata_en library.
        
        More tests might be affected.  Also unclear to me whether it is always (only)
        localedata_en, or whether it could also be _es/_euro/_others.

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [f039057048f850f9b43c297258342fb3bc869a6f]

        Warning clean-up (Mac OS X).

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [e5e42a69867ed720a88864dd5d5549a6f03d2ef5]

        msvc 2008 express won't link without explicit salhelper
        
        post salhelper visibility markup and gbuildification express
        2008 doesn't link without salhelper mentioned on link line

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [9a4dfa9f95cd142fe12e4d2e02226152a80baf17]

        cppunittester missing from Repository.mk

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [4b7af200ed9d85f690be425b3a44f9696abe619e]

        typesconfig missing from Repository.mk

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [ec64e5e36db7d9bf7c9f6fe2705c11dc54548fb7]

        WaE: GCC 4.5.1 does not allow #pragma GCC diagnostic warning

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [9bf638c8f0a744965aa3e9568bf6fe8caaf57f25]

        msvc 2008 express won't link without explicit salhelper
        
        post salhelper visibility markup and gbuildification express
        2008 doesn't link without salhelper mentioned on link line

2011-12-19  Caolán McNamara  <caolanm@redhat.com>  [c61f986374a875acdbc29b3576271342742f8946]

        msvc 2008 express won't link without explicit salhelper
        
        post salhelper visibility markup and gbuildification express
        2008 doesn't link without salhelper mentioned on link line

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [5c43f54af84675103ebb7757252fe064411dc021]

        At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [2af1a97346d3e4c5009e7c76eecb2ea69458c577]

        Removed superfluous CPPU_DLLPUBLIC from definitions.

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [63141d21b1a540819b9a2e80b13c77a20efbda1e]

        -Werror=sign-promo fixes

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [15ae1ad3a0f37b465e4288250e578841b506cea2]

        typo: add missing \

2011-12-19  Stephan Bergmann  <sbergman@redhat.com>  [8ee1a76b735acd39861f13a0dbb9c56f8eec96f4]

        -Werror=shadow and -Werror=sign-promo fixes

2011-12-19  Matthias Klose  <matthias.klose@canonical.com>  [f233f3973631c664e0953f04f88a58234390c088]

        fix armhf build in bridges
        
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-12-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2a1882be486986a76682ed51f481595e1cf0d5c]

        fix racecondition in sdext/source/pdfimport/makefile.mk

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [ad4c61397da8fee3b341eec9d4ca7df574dfe60f]

        fix names of libraries for MinGW, also remove onlinecheck.dll

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [91609fe9d83aed2547ebb3c4aa48202f56c54dbc]

        sal: add more unit tests

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [cf77e8a0b9dc26d5007c76388c3f09231f048bdd]

        sal: add visibility symbols

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [a9e130ab82f3216334e432e9d6ee19a600b6c287]

        sal: convert to gbuild

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [d899f976ee0f4d1058f1adc94853df94a3c6eaea]

        cppu: add visibility symbols

2011-12-19  Matúš Kukan  <matus.kukan@gmail.com>  [051fdda153d45789c6eb1a0ec32dbd32dfd8a978]

        cppu: convert to gbuild
        
        Because of unit tests is here custom target where are idl files
        processed.

2011-12-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8cf76f19c5bcaebd2e35a62d41e1d0ecd46fd94f]

        Build ps and pdf cairo surfaces with MSVC

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

        Fix MMX build of pixman with MSVC

2011-12-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e81e5108b90340419264fa2562cc6b96837fee52]

        impress: slide transition pane: use proper control width

2011-12-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2ca2b35f728ac341748836839a4579a6ff668f54]

        mailmerge: move overlapped controls

2011-12-19  Tor Lillqvist  <tlillqvist@suse.com>  [86cd55a24950263dce62a74a6829238bf035c42e]

        Use / as SRC_ROOT and OUTDIR_FOR_BUILD on Android

2011-12-19  Tor Lillqvist  <tlillqvist@suse.com>  [0f65dbcf9ac808a089793031b26893b74c138c0b]

        More shlibs and .component files needed

2011-12-19  Tor Lillqvist  <tlillqvist@suse.com>  [a2401b6c750ac21792f6b5d54b45cb065f772a49]

        This is for Calc unit tests

2011-12-19  Andras Timar  <atimar@suse.com>  [d4b573ec4ccedc6522fed32eb91aede9f5f37da5]

        add propex.bat, so propex Perl script can run under Win32

2011-12-18  Andras Timar  <atimar@suse.com>  [de30370096b82e4ea24c13b7c7e8f525e074fe60]

        Always load res of LibO UI locale, not system deflocale fdo#43475

2011-12-18  Miklos Vajna  <vmiklos@frugalware.org>  [75b85b12fb8c78410df05852bf3063c267e9710e]

        android: delete generated lo-bootstrap.jar

2011-12-18  Andras Timar  <atimar@suse.com>  [058d872a2e07311c5c2e68ae0e3150fcea9ce468]

        remove obsolete (OxygenOffice-style) Lightproof integration

2011-12-18  Luc Castermans  <luc.castermans@gmail.com>  [7c9a874ef8a0d486b5ba6ce6aeb8a3e1521f1463]

        translate German comments to English in VCL module

2011-12-18  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [02c790620b63de3fb8d6dd63255444ff40aad34a]

        Remove the dog

2011-12-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [96515464af79fa10081c39a87fa4b0b19df53eda]

        force the use of gcc on cygwin for concat-deps.c

2011-12-18  Robert Nagy  <robert@openbsd.org>  [b23f2d78c4d3ca9a79027c6251f3933a85f88053]

        use the same memory alignment for *BSD as on Linux

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ed43db9e8a574a0c66706deeb2feefb89958f96]

        Revert "gbuild: macosx.mk: remove salhelper hack"
        
        This reverts commit 1d90f180cd263d7f99039bada57b3655d6f399df.

2011-12-18  Miklos Vajna  <vmiklos@frugalware.org>  [6ab183533ef543ea96e15fcc5155321298c758a8]

        fdo#37498 RTF export: handle url fields without a field result

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [f55b5ef370f6e477e2540636aa3b24f9b8de5a09]

        extensions: add to tail_build

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [c7210a27424f5f82e1c90b94c711fb9170ccffb3]

        extensions: remove obsolete dmake stuff

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [eb2939e19075f9c4cd79cf468b1c4b6200623db9]

        gbuild: MSVC: add support for building x64 libraries
        
        The committer wants to state that he has no opinion on the content of
        this commit due to total ignorance of the problem area.

2011-12-18  Michael Stahl  <mstahl@redhat.com>  [c439bc7a4aa0a4e01e0d01e09c5869619240c040]

        extensions: tweak activex makefiles

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [1841baf54f053c54969d0164185e2366f9efb3fd]

        extensions: convert activex to gbuild

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [122940aba7392bfba17b04a4c166b28ebbc3bd1f]

        do not package pything scripting extension when building --with-python=no

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c0242d3a9689ff1c75693bd506b276f8fca75b3]

        do not run cppunit on Mac when cross-compiling

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [42506a1cfdad85ead9620b363de99d7475a8fb08]

        extensions: convert resource, xmlextract to gbuild

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [bc4fda7310c25b202b0e65a16bbc6f600931cbe4]

        extensions: convert abpilot to gbuild

2011-12-18  Peter Foley  <pefoley2@verizon.net>  [ead4cd1fa535f1bdbda4c99217e727903f058e50]

        extensions: convert dbpilots to gbuild

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [2e6705a7287cdd046ed73e4e81dddd9b87d9279e]

        extensions: convert logging to gbuild

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [ac8733d8bed779b40af1606afe5c753676abc68b]

        extensions: convert bibliography to gbuild

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [87612dadc166fb078074e50796cc864dc981b483]

        extensions: convert ldap to gbuild

2011-12-17  Michael Stahl  <mstahl@redhat.com>  [67d72f4c2d9163dcef8b6fc51368fdeed6af201b]

        extensions: tweak spotlight makefiles

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [bee2690663cff923d1aa67b2b8e561ee6ca7457c]

        extensions: convert spotlight to gbuild

2011-12-17  Michael Stahl  <mstahl@redhat.com>  [fc75a113718cbab1f6a06743085f2d3d3dd0725a]

        extensions: tweaks to the plugin makefiles

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [a80a5ab4f6b243b94e89f1720b1c8c58e8611e93]

        extensions: convert plugin to gbuild

2011-12-17  Michael Stahl  <mstahl@redhat.com>  [be0b58bed550469a195119962d32838ab336083c]

        extensions: move mozilla to RepositoryExternal.mk

2011-12-17  Michael Stahl  <mstahl@redhat.com>  [a12ea5554bcd9ddc7d7f1915ed67f0dd86e062b6]

        extensions: nsplugin: use SAL_DLLPUBLIC_EXPORT

2011-12-17  Michael Stahl  <mstahl@redhat.com>  [d07860029a6912ceb1b47135ba1e8ab9f8232693]

        extensions: nsplugin.rc: kill Oracle cruft

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [2548d634c762ccc5eeda7f075ffa6ed3408474d2]

        extensions: convert nsplugin to gbuild

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [05e787fb5e32880ff51902137cfd8da9820cd870]

        oops... bad handling of multiple ../

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [21411e321ee8e430a81ec83297a88c3010f5ce8d]

        extensions: merge Peter Foley's work in pcr

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [48bd7b190ea20b1c718f6c950f21ba3301157d28]

        extensions: merge Peter Foley's work in olebridge

2011-12-17  Peter Foley  <pefoley2@verizon.net>  [9d79b12871522cb9daebf4f6c850e07edcdce08a]

        extensions: merge in Peter Foley's work in update
        
        Main improvement is that the unit test is now linked against updchk
        library.

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [e3e94f141e15f5501ed81402a70beb10b85ccd6f]

        use a c-version of concat-deps.pl
        
        This touch configure.in with a trivial space removal to force a
        ./bootstrap on the tinderboxes
        
        This make ./bootstrap build a 'build-side' executable concat-deps
        and modify LinkTarget.mk to use it instead of concat-deps.pl
        
        The impact is a conservative x10 times improvement in both elapsed and
        cpu time in overhead due to DEP generations.
        
        
        time make -sr build in tail_build after removing
        workdir/$INPATH/Dep/LinkTarget/Library/*
        
        (all on Intel X3360, 2.83GHz, 4-core)
        
        before:
        elapsed: 116.5 cpu: 115.9
        after
        elapsed: 24.3 cpu: 23.9
        base (no dep processing, i.e no rm of Dep/...)
        elapsed: 17.5 cpu: 17.4
        overhead ratio:
        elapsed: 14.5x cpu: 15x
        
        same with -j6
        before:
        elapsed: 47 cpu: 116
        after:
        elapsed: 20.8 cpu: 24
        base:
        elapsed: 17.5 cpu: 17.5
        overhead ratio:
        elapsed: 9x cpu: 15x
        
        Note: for now the executable is generated directly in the source tree
        (in solevn/bin ). That is not ideal. It and other similar polution
        should be moved, to workdir most likely..
        For now we just hide the mess under the .gitignore carpet

2011-12-17  Olivier Hallot  <olivier.hallot@alta.org.br>  [1b99d8800e399f45404ab62827163a873d2a1aec]

        Fix for fdo43460 Part X getLength() to isEmpty()
        
        Part X
        Module
        cppu
        cppuhelper
        cpputools

2011-12-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f26635c3869a85ae03dba3dfb833276f13ffc478]

        fix decoration drawing

2011-12-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [3adb006b526b8469bd98ea7b8d02ebd083e1f49c]

        concat-deps.c deal with /../ in dep path

2011-12-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d18daeff771b255207bb30d428540d9ebd28ec32]

        correct diagnostic message

2011-12-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [198a99861e14cf5c001177b1192cebfe4708ea05]

        drop redundant always-true condition

2011-12-17  Olivier Hallot  <olivier.hallot@alta.org.br>  [1777c09a0781710c309e500f680e6f95c080ca86]

        Fix for fdo43460 Part IX getLength() to isEmpty()
        
        Part IX
        Module
        connectivity

2011-12-17  Matúš Kukan  <matus.kukan@gmail.com>  [3744cd818383fd954125a6567856e92198792cf1]

        gcc-trunk: avoid confusion

2011-12-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c4ccdda15a66ae6d8751da7401f5ea4f46df0c04]

        fdo#34641: set initial focus to "Number of copies"

2011-12-17  Olivier Hallot  <olivier.hallot@alta.org.br>  [4a0ab53cf44be11053a095470ad8cb426487dbc6]

        Fix for fdo43460 Part VIII getLength() to isEmpty()
        
        Part VIII
        Module
        comfigmgr

2011-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [091790f678321f8c314ce820f2175050f29de2e3]

        add own makefile for ScSpreadsheetObj subsequenttest

2011-12-17  Laurent Godard  <lgodard.libre@laposte.net>  [b7c69a1d87bfa168cf4a41588843dff6704eea2f]

        c++ subsequent tests for XSpreadsheets2::importSheet
        
        add a typo correction on xnamedranges.cxx

2011-12-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bfbcd95c3f701251270fac06f9ef58f484580407]

        Copy Absolute Formulas between documents: Part I
        
        Copying absolute sheet references between different documents now transforms absolute sheet
        references into external references if the refered range is not copied.
        
        Working:
        References to already saved documents work already with:
        -only transform reference into an external reference if range is not in
        the copied range
        -don't transform relative references
        
        Missing:
        handling for copying from not yet saved files
        
        idea:
        - add handling of external references to open documents that are not yet
        saved through the temporary document name
        - transform the url to the correct file url as soon as the source document is
          saved
        - if target document is saved first show warning message to the user and
        save with temporary name as file url

2011-12-17  Thorsten Behrens  <tbehrens@suse.com>  [45a570f55b66c992d7dd1fccfae4424a40d624d5]

        Fix assertion in PageSelector::CheckConsistency()
        
        Seems the recent merge from impress210 brought an inconsistency in
        slide selection - shuffle calls to make it go away.

2011-12-17  Thorsten Behrens  <tbehrens@suse.com>  [33a6a9e9a4a3238887a533ada7b67b7727a27271]

        Fail fast if cups is non-operational.
        
        Following advice from Johannes Meixner, fail fast, like "lpstat -r"
        does first - then query detailed destinations list from cups in
        init. This fixes n#722902.

2011-12-17  Tor Lillqvist  <tlillqvist@suse.com>  [2800d3366c75fb5eb13dd1a5270bf9c5fa8684ec]

        Do build cairo for Android, will likely be needed

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [0ef8beedb1d2ce70e4d5ec7b24afd1711db29f38]

        gbuild: refactor gb_Library_set_componentfile:
        
        Reverse the dependency: now the component target depends (order-only) on the
        library, which should ensure that gb_CppunitTest_add_component can set up
        dependencies such that the unit test does not run concurrently with
        a library loaded via UNO being overwritten.
        
        Unfortunately this requires introducing another phony dummy library
        target, on which the module can depend (because we don't want to register
        the component target as a module target).

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [268cfdf23ca410d68bc9f7fb03e32a9a603d0e6d]

        gbuild: gb_LinkTarget_set_auxtargets => add_auxtargets

2011-12-16  Matúš Kukan  <matus.kukan@gmail.com>  [f958657cc5a179a2bccff06f88cd36f80b779184]

        gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'

2011-12-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [bacafe9a07cb2af737b99641efc9cddf55340837]

        WaE Mac unitialized value false positive

2011-12-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [3293535767db68f7d2f96ccc15c31e503c3a8649]

        MacOSX build breaker for MacOSX
        
        somehow having -L $solenv/$OUTPATH/lib which does not exist, in a command
        cause some trouble. in configure...

2011-12-16  Luboš Luňák  <l.lunak@suse.cz>  [d5fe99eae04e0a706f072e1da5943c04f52dcd40]

        at least process sub-elements of w:customXml (fdo#35983)

2011-12-16  Luboš Luňák  <l.lunak@suse.cz>  [b55dbc1e19163ba477b32b6234f29018f0d0af02]

        make gbuild output [Build CXX] filename also with the .cxx extension

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [a4c82d571e6bfe035472493448378e36510fe1e2]

        Revert "Move configmgr to tail_build."
        
        ...it is not yet ready for that.
        
        This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1.
        
        Conflicts:
        
        	tail_build/prj/build.lst

2011-12-16  Rene Engelhard  <rene@debian.org>  [90e94d06bc6123687bcf47eaf4e03959491adef2]

        actually add gid_File_Lib_VisioImport to gid_Module_Optional_Grfflt

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [c4e52039994b9c0011e1ba64e1223ee89d5d970a]

        Code modules no longer depend on stlport.

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [f3acd83c1c406f6527d05b0a52a2bef03557e2e1]

        Move configmgr to tail_build.

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [19bd9a8a6dd1cf337447f69d866dfc44a8ec6f53]

        Fix building of cairo on windows

2011-12-16  Matteo Casalin  <matteo.casalin@poste.it>  [ee23ea13ddb527c0aa2e1739c2b4a3f7dd66c742]

        DecoView cleanup: rework ImplDrawFrame

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [c5cf78e1529970c04e1999e1f96f3e374ecd211e]

        Properly join spawned GrammarCheckingIterator thread.
        
        It was still running during shutdown of sw_complex's checkFlies test, causing
        problems.
        For this to work, Desktop::DeInit needs to be called with SolarMutex unlocked,
        which looks like the right way, anyway.  Hopefully it does not unearth another
        round of bugs...

2011-12-16  Michael Meeks  <michael.meeks@suse.com>  [9bdfd1fa4dde2f4901900f7447b588c2640ff3f4]

        teach old-style method about the new form of screen numbering fdo#43458
        
        We number now with a flat set of indicees across Xinerama
        and more standard multi-screen setups.

2011-12-16  Michael Meeks  <michael.meeks@suse.com>  [ba26809ebb4aa999049093250d1dac3d13e8d397]

        trivial pkgconfig fixes

2011-12-16  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f6b679e831ebf4a85b3baf37ea0198959f58fa1f]

        fdo#43790: RTL PopupMenu position fixes
        
        Fixed the Writer PageBreak and Header/Footer indicator position. It also
        fixed the popup menu position in RTL UI for all PopupButton instances.

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8cb10ca24623d9c12185c62c9eda5e03a673d94a]

        Make buid pixman on windows

2011-12-16  Muthu Subramanian  <sumuthu@suse.com>  [fc0bbb4fec98e7133541938306518c4fc9233e29]

        fdo#33602: Preserving dbf import/export charset.

2011-12-16  Muthu Subramanian  <sumuthu@suse.com>  [b00c4ec0967f8712d721b31ccb2dd0778c9e973b]

        Adding more dbf file types.
        
        Uses info from comments in i18728.

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6de6fcefdef8d03318bf431a2f650bbe80b9753e]

        Missing pixman file

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

        Keep changes to configure.ac only as documentary evidence

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [582e9387967de76d4d28711208fa7c2d03bec939]

        One more attempt to not have -lz sucked in

2011-12-16  Muthu Subramanian  <sumuthu@suse.com>  [606c2e7e9f0ab0fb5c32d98a6778457bcaaf1719]

        Fixed: bentConnectors are not imported properly.
        
        Reverting regression with f0bf2a2ae95ddad3d08ddd1413ec56bf04224a94

2011-12-16  Andras Timar  <atimar@suse.com>  [3d7e113ce7736b864f73043a6917dc73b8926038]

        nobody has ever translated this string, in fact it is not for localization

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [0bb3af8934ed1cdce22941a279c32ec2704397b0]

        Handle unset workdir argument.

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [54a918bbfba47734d414832755e35434da103ed5]

        Report backtraces for all threads.

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [3c1b0a5a67d10798e5d1ca391f7c5eb95e6f1aea]

        Remove nonsense line (causing debug-mode glibc to report an error).

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

        -lz was sucked in by freetype

2011-12-16  Petr Mladek  <pmladek@suse.cz>  [dac89858f63c0f9527f11ad3a6c8b5ea16053c85]

        add version suffix (beta1) to about dialog
        
        configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in
        instsetoo_native/util/openoffice.lst
        
        configurable at runtime via registry/data/org/openoffice/Setup.xcu
        and ooSetupVersionAboutBoxSuffix property

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [32f07ecc8e57a95c5da0ef4f137644c808d71305]

        Trying to get the linking with internal zlib right

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [00e763bdd5f1f50952f2a333ab5699f131aa27ae]

        Fix one more occurrence of FcResultOutOfMemory and try not to run autotools

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5797fed3a220a48f645150b193d44e90bcc647bc]

        Fix cairo build on some older systems

2011-12-16  Caolán McNamara  <caolanm@redhat.com>  [098bc2f8ac3691aeff2c2aee4dee4e206ad7c708]

        msvc 2008 express won't link without explicit salhelper
        
        post salhelper visibility markup and gbuildification express
        2008 doesn't link without salhelper mentioned on link line

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

        Disable valgrind in internal cairo build

2011-12-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [acbde813a714d0cfa7f3a4179dfbb6aada3e3f1b]

        when creating linked clone with branch, make sure to ff to the current state
        
        the git-new-workdir helper is mostly useful to have one pristine clone
        where the updates get pulled into & from that you create working copies.
        As pulling to that master copy only updates the current branch (usually
        master), checking out a different branch using git-new-workdir will
        result in "your branch is behind the remote branch by xx commits" when
        there have been commits after the branch was first checked out locally.
        
        Thus this change adds a fast-forwarding merge when a branch is given.

2011-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2c05867b7dc8d78618668ab5e0e5e1139895b875]

        Oops, forgot to add the cairo tarball to ooo.lst.in

2011-12-16  Caolán McNamara  <caolanm@redhat.com>  [512401decb286ba0fc3031939b8f7de8649c502e]

        avoid looping on busted escher records

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

        Upgrading internal cairo/pixman (phase 1)

2011-12-16  Tor Lillqvist  <tml@iki.fi>  [5e57d6d5f0341c3a97ba4a89027554674e9ac9f5]

        Override gb_Library__set_soversion_script_platform as empty

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [b8fc450949f90981edf9e1dec82b0aaddd98426e]

        lingucomponent: MacOSX: use gb_Library_add_objcxxobjects

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [c68574888434ae5e5ac3010593cf6939c4bbba6c]

        avmedia: QuickTime: use gb_Library_add_objcxxobjects

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [514cefbcb7b800f8ddd2aa595502f4fe8403882f]

        gbuild: solaris.mk: deprecate SunStudio

2011-12-16  Michael Stahl  <mstahl@redhat.com>  [3eba78e14142060164b288805b0bef7cf415f406]

        gbuild: fix gb_Library_set_soversion_script
        
        so it does nothing on platforms where soversions are not used

2011-12-16  Stephan Bergmann  <sbergman@redhat.com>  [75d215d47331f816c5d41a34b63badf6e1636ac8]

        Fix typo and clean up.

2011-12-16  Tor Lillqvist  <tml@iki.fi>  [5bd8284c9db5486b0824e94592ed1e8c9df6af4e]

        Mark fontconfig as depending on expat

2011-12-16  David Tardon  <dtardon@redhat.com>  [0e7ac37f00ded5db953aed60ec67fafcfe28f21c]

        fix syntactic error

2011-12-16  David Tardon  <dtardon@redhat.com>  [c57fcf8d8873638b8ea9eb33c527e03939aaf80a]

        fix syntactic error

2011-12-16  Laurent Godard  <lgodard.libre@laposte.net>  [d75042329e7dd9bcc6d355ca19f556f144e93492]

        c++ subsequent tests XRangeName and XRangeNames
        
        renaming previous test to XRangeNames
        new test for XRangeName

2011-12-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8d90723faf9fb6bd59000c252e477bc0d3ce77e]

        disable scs' subsequenttests that use binfilter formats

2011-12-16  Laurent Godard  <lgodard.libre@laposte.net>  [d4b0b023d9c84d56321e20a18694233ddf74c561]

        sc test xrangename - code cleaning and minor bug aNr2

2011-12-16  Thorsten Behrens  <tbehrens@suse.com>  [d0ac36dd66664e3d6953de8b3bdd79eeed8d2e70]

        Better fix for over-zealous Zip package consistency.
        
        Turns out our encrypted zip package code writes out mismatching
        compression methods in central directory and local file headers -
        so not only be lenient towards the apple bug (n#653688), but also
        ours (i.e. keep not comparing nMethod with nHow).

2011-12-16  Thorsten Behrens  <tbehrens@suse.com>  [f9128f9848de25d80bb032b872f03839f6a3b467]

        Fix inconsistent compression method for encrypted ZIP packages.
        
        While fixing n#653688, turned out we write method=STORED into local
        file headers, and method=DEFLATED into central directory structure
        for encrypted ODF. Damn side-effects - fixed as hopefully intended
        here.

2011-12-16  Thorsten Behrens  <tbehrens@suse.com>  [e0436514c3be513fcb0f02fd45be76f88569515b]

        Removed unused code.
        
        Clearly this iteration and reading of the referer, that is then
        subsequently not used at all by the method, can go.

2011-12-16  Tor Lillqvist  <tlillqvist@suse.com>  [838bf0ecda01de652f0f8c08221a0b12e4667615]

        There is no --disable-nss-module option any more

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [883b12a76d038755992999fa74f69560a8eee1d1]

        gbuild: macosx.mk: tinderbox fails on version script

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [1d90f180cd263d7f99039bada57b3655d6f399df]

        gbuild: macosx.mk: remove salhelper hack

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [9a6beed05243189bf6106a70def7e3817b6363f3]

        Add autogen.lastrun sample for cross-compiling to Android from Mac OS X

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [a20a2fda1f7c39dafcc0ea56d8cf713f8502853d]

        Save the config.log for the build platform as config.Build.log

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [ad87a4747c1ba7bdb73e9e748fa20d275b85d670]

        No Makefile.in any more

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [e38c7440223281fc66e8726fcc7ef79a7a879e1e]

        Unset SYSBASE explicitly if not supposed to be set
        
        This fixes cross-compiling from Linux to Android. My guess is that the
        build system nowadays, when building the cross_toolset (for the build
        platform), sources Env.Build.sh in an environment where Env.Host.sh
        has already been sourced. So, if Env.Host.sh exports SYSBASE, that
        stayed in force also after sourcing Env.Build.sh, with predictably
        horrible results.
        
        For some reason it didn't hurt cross-compiling from Mac OS X, which is
        why I hadn't noticed.

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [f3b7bfcef472ed31b341c008793d96ed2bafae4b]

        salhelper: s/hack/gb_Library_set_soversion_script/

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [039cdb19e69b59b95609025c2d23cdb84f5c73c0]

        gbuild: add gb_Library_set_soversion_script:
        
        This allows for setting a SONAME and version script, which is required
        for UNO runtime libraries where we want to maintain a stable ABI.
        
        The old build system did apparently not set an SONAME on MacOSX or
        Solaris, so don't do that here either.

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [817a7f6b86aa4fd5f3e267dbce7b8fbc96ec5639]

        gbuild: Deliver.mk: preserve symlinks on deliver
        
        The option -P seems to be supported by a lot of ancient cp
        implementations, let's hope it actually works.

2011-12-15  Martin Srebotnjak  <miles@filmsi.net>  [dc6878ac4a5913483bae22e338f3efbb19be7d05]

        more corrections to date formats

2011-12-15  Eike Rathke  <erack@redhat.com>  [2eba7687745b8103f6bc8f07988dab83bcf4c336]

        Resolved fdo#43831 Advanced FILTER incompatible with 3.4.4 documents
        
        * Reintroduced logic in PrepareQueryItem::operator() that got lost during
          rework of ScQueryEntry.
          * ScQueryParamBase::FillInExcelSyntax() and the calling
            lcl_createExcelQuery() create query entries always as ByString, that
            needs to be converted to ByValue if appropriate.

2011-12-15  Gustavo Buzzatti Pacheco  <gbpacheco@gmail.com>  [5032e7b0cb95879716e34115cfa5ad040288729d]

        Additional fix for EasyHack FDO43058, remove extra semicolons

2011-12-15  Lionel Elie Mamane  <lionel@mamane.lu>  [227350eb5a9881f795e9ae499c732f0148e4ac38]

        Introduce optional krb5&gssapi support for internal PostgreSQL
        
        Enable it by default on MacOS X

2011-12-15  Jesse  <jspears@umd.edu>  [6a8f6c4b1324e28c598a065683103ac2ef8ea3fc]

        Removed extra semicolons

2011-12-15  Noel Power  <noel.power@novell.com>  [63a817d2fb00f248053566c8b8364667432fa8b3]

        remove unused ScInputBarGroup::GainFocus

2011-12-15  Michael Stahl  <mstahl@redhat.com>  [6fd2d815174df8274153ddb7e99eab26ab7e563c]

        fdo#43707: tweak workarounds for fdo#42865:
        
        Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown
        reasons, so use the old mapfiles on that platform.
        
        Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b.

2011-12-15  Luboš Luňák  <l.lunak@suse.cz>  [e87fc0bfde8bd48b449e123c1bdd28e1359e8c77]

        Revert "enable -gdwarf-4 by default if possible"
        
        It turns out even quite recent gdb (7.1) reportedly does not
        support DWARF4, moreover while the produced binaries are smaller,
        faster and make gdb initially use less memory, this quickly ceases
        to the case as soon as one actually does anything in gdb.
        Presumably the DWARF4 handling in current gdb is very inefficient
        (http://sourceware.org/bugzilla/show_bug.cgi?id=13498).
        
        This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa.
        
        Conflicts:
        
        	solenv/gbuild/platform/WNT_INTEL_GCC.mk
        	solenv/gbuild/platform/unxgcc.mk

2011-12-15  Noel Power  <noel.power@novell.com>  [f269629d1b0182d89b2f5a769fbb0f8dcb815ec3]

        fix mistaken String::CreateFromInt32 -> OUString::valueOf conversion

2011-12-15  Eike Rathke  <erack@redhat.com>  [6198fcd7064180a0bf8a6d67f63f784610aa9ba8]

        Resolves fdo#43725 crash on saving a file
        
        + Checks out-of-bounds accesses in
          ScFormatRangeStyles::GetStyleNameIndex() and
          ScRowFormatRanges::AddRange() and prevents crashes.
        - The real cause seems to be some style row/repeat miscalculation
          elsewhere, further investigation would be necessary.

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [fb6180ddde8acd0bed788c085a09af7d744ffbad]

        Add uninstall target

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [537beec7f9d9dfb22c30ec6ee9b9434b42485d35]

        ndk-gdb needs gdbserver and gdb.setup

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [0b1cff0dbd2b60485aa1fda71810e0d2c8c1d743]

        ucalc needs lots more libraries

2011-12-15  Stephan Bergmann  <sbergman@redhat.com>  [35c6f50eab69968fb02512fe0e89800f52702efd]

        Potential fix for gbuild salhelper on MinGW problem.

2011-12-15  Luboš Luňák  <l.lunak@suse.cz>  [039fd52b968349da8687dae1aeb5b42e2830dfa2]

        fix one -ggdb3 that got in in a merge after 0b5b56be4df609d

2011-12-15  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a845f988e6b5ec50ddda123cf761d8541c005fa]

        when using linked git, use the same branch as the main repo

2011-12-15  Andras Timar  <atimar@suse.com>  [ec4f2f1d81884a1b4ddc1e1f9981636c5e443aab]

        propmerge tool to merge strings back to localized .properties files

2011-12-15  Stephan Bergmann  <sbergman@redhat.com>  [82b71e04a1594755d345d227181642c491518e18]

        Revert "Fix n#653688"
        
        This reverts commit 309f56174aca6adca879f70958892492361dac6e.  It
        caused password-protected documents to no longer work and made
        sc_subsequent_filters_test's testPassword fail.

2011-12-15  Lionel Elie Mamane  <lionel@mamane.lu>  [7f2f96330056e62fffc96690e077b89cd338dd10]

        postgresql: separate patch into upstream & libreoffice-specific parts

2011-12-15  Caolán McNamara  <caolanm@redhat.com>  [5c1490fa4b69cfc05572dc84c5a9316d5e07a57c]

        add some comments

2011-12-15  Caolán McNamara  <caolanm@redhat.com>  [473ed3e849c58aec154e6d60bb5ae6cdb4f13b25]

        terminted -> terminated

2011-12-15  Caolán McNamara  <caolanm@redhat.com>  [0a2565b8def7afd2c5dc631e7f87e1613e11a40a]

        rename and refactor ScfTools::ReadCString

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

        refactor ScfTools::ReadCString
        
        fix potential bug on short read which has bugged me for a while
        where bytes read is always reduced without a check that byte was
        read

2011-12-15  Caolán McNamara  <caolanm@redhat.com>  [66c3655a07e109d88183002192410bcc9866c0f2]

        convert ReadCString from ByteString to OString
        
        Nobody ever checked the return value anyway, so just return the string
        and use the stream state bits if necessary to find failures.
        
        Doesn't need to be a member, make a standalone function
        
        Rename it to read_zeroTerminated_uInt8s_AsO[U]String, stupid perhaps,
        but *shrug*, unambiguous.
        
        Drop misleading overloaded String variants use:
        read_zeroTerminated_uInt8s_AsOString or
        read_zeroTerminated_uInt8s_AsOUString
        
        added a unit test, valgrinded it, found and fixed invalid read
        in original implementation.

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

        drop unused ReadCString with hidden StreamCharSet monstrosity

2011-12-15  David Tardon  <dtardon@redhat.com>  [4d9293660776b6d97289cf7a1bf8f6be7ad05649]

        these translations do already exist in translations repo

2011-12-15  Stephan Bergmann  <sbergman@redhat.com>  [d24bd093602da47349e4b48a7e5082592dcded48]

        Correctly handle <set> directly within <component>.

2011-12-15  Stephan Bergmann  <sbergman@redhat.com>  [d11f2ccdcecca78bc654ca0b787ea112c1dfe10c]

        Resolves: rhbz#767708 avoid SIGBUS writing to overcommitted mmaped diskspace

2011-12-15  Matúš Kukan  <matus.kukan@gmail.com>  [a4312af08cbd8c69ba4bead9608f3bf549caf7a0]

        convert salhelper to gbuild
        
        This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483
        from the feature/gbuild branch, with the following modifications by
        Stephan Bergmann <sbergman@redhat.com>:
        
        * Adapt salhelper/Makefile to what all those Makefiles currently need to
          look like.
        
        * Do not remove salhelper/source/gcc3.map, instead add directly into it
          what otherwise solenv/bin/addsym.awk would add to it on Linux.
        
        * In salhelper/Library_salhelper.mk, add code that on Linux takes care of
          the soname and symbol versioning required for backwards compatibility.
          Solaris would need those features too, and its backwards compatibility
          is thus currently broken.  Also add a bad hack to create the soname
          symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it
          is a bad hack for now in that it e.g. is not removed by "make clean").
        
        * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the
          correct install name for libuno_salhelpergcc3.dylib.3, with a trailing
          ".3".

2011-12-15  Muthu Subramanian  <sumuthu@suse.com>  [9dab9a26aeaeeaabcef3f4900597ca57e7411a2d]

        fdo#33747: Row Height is unnecessarily large.

2011-12-15  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [aee15f3f1cc5fa0ee23ac5f1344a193ed72f84f3]

        SVG slipped through, should have been a PNG
        
        Icon by Alexander Wilms

2011-12-15  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [a76b594329ecae98c14662aac74f6a13882c4c41]

        New Tango Start Center artwork
        
        By Alexander Wilms/Stefan Knorr (astron)

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [38b097840f1139ada4abf11c5ce7a4691fa29c0b]

        The "generic" thing is X11-specific

2011-12-15  Takeshi Abe  <tabe@fixedpoint.jp>  [0f44079ce20ece1931c40f62584013ac6d1668e4]

        catch exception by constant reference

2011-12-15  Tor Lillqvist  <tlillqvist@suse.com>  [535e37abdb43cf41990fcbd0ef85315b2413c4e3]

        Add an app for the sc_ucalc unit test

2011-12-14  Eike Rathke  <erack@redhat.com>  [3b23db7e6130ec62f83e31449c8140a9a8db5cc8]

        corrections to [sl-SI] date formats

2011-12-14  Michael Stahl  <mstahl@redhat.com>  [4b4c583b90d61865de30de1a88074f600654b627]

        extensions: convert pcr to gbuild

2011-12-14  Michael Stahl  <mstahl@redhat.com>  [aaa2f8f7e1ad4d85e901912d6bbc2ed99ae37a7b]

        extensions: convert scanner to gbuild

2011-12-14  Michael Stahl  <mstahl@redhat.com>  [ec0240cffc35ca74fa874f7b57b4eee787a66f4e]

        extensions: convert ole automation bridge to gbuild
        
        Of course not tested at all (WNT only)

2011-12-14  Eike Rathke  <erack@redhat.com>  [87ca88c3994210716b6f4a01b194d03b0cfac3ea]

        ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefToken
        
        Resolved scary "ScToken::GetDoubleRef: virtual dummy called" debug message.

2011-12-14  Michael Stahl  <mstahl@redhat.com>  [ba1f609d0dd77c5adc2504e90e341c306b5ee8f5]

        extensions: convert update stuff to gbuild
        
        The updchk is renamed to updatecheckui so it does not collide with
        updchk.uno.

2011-12-14  Jan Holesovsky  <kendy@suse.cz>  [0d5fde790b19515378c9b11a928603b76ac0b846]

        If possible, make the window big enough to fit all Writer toolbars.
        
        [with large icons]

2011-12-14  Michal Svec  <msvec@suse.com>  [a0999b7cd47a9faa1ed7aeef29510674e924f702]

        Fix the soffice.sh wrapper's -h / --version.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [6c39bcd971a9a4a8b1b5ff7294821182624f2f57]

        Adapted Mac-only code to ByteString reduction.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [d43f1e85aa768656a30cae9cbc131b072597250f]

        Adapted Mac-only code to ByteString reduction.

2011-12-14  Eike Rathke  <erack@redhat.com>  [9e77c269b6a0fc1e84812f4817c3c58a01347f29]

        if [CURRENCY] is used then it must be defined

2011-12-14  Eike Rathke  <erack@redhat.com>  [736b9e76fb62fb5371265509324c8ac5ab28caf2]

        check if [CURRENCY] replaceTo is specified

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [454b962207f974df2dd912ba226e6f49390b14a3]

        Work around GNU Make 3.81 problem.

2011-12-14  Tor Lillqvist  <tlillqvist@suse.com>  [079de829c819f0d910bb81cbf8a6ff961ecef054]

        Add separate cppunittester app project that uses the Bootstrap library

2011-12-14  Tor Lillqvist  <tlillqvist@suse.com>  [e730da8be75cbb87b6b78566e2bd028d43402e6b]

        Turn Bootstrap into a "library" project from Ant's point of view

2011-12-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [829c5338b7102e7add7a080c50b938100a38b2e5]

        Header/Footer: RTL display fixes (fdo#43793)

2011-12-14  Andras Timar  <atimar@suse.com>  [248bfdfa0f9e380098c111dff5e98e73b1521233]

        dos2unix

2011-12-14  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [31622ae00925ea07642151e7c97b30929d9a90a4]

        n#228839: Fix RTF import crasher with \keep in table properties

2011-12-14  Michael Stahl  <mstahl@redhat.com>  [dc1efa4424d5cc285911e872e5e1e2505c62a016]

        extensions/stardiv considered obsolete

2011-12-14  Eike Rathke  <erack@redhat.com>  [c20fa064ba6603ffef20d653aa137517299be498]

        . is not a valid TARFILE_ROOTDIR

2011-12-14  Radek Doulik  <rodo@novell.com>  [748a636b5150dbab9d92832bd0f422f57b406114]

        use custom shapes for curved connector shapes
        
         - they looks correctly visually, we can make then connector shapes
           once we have new implementation

2011-12-14  Thorsten Behrens  <tbehrens@suse.com>  [3091d423cd20db9980eb5ea6866b91157515f96d]

        Align comment with code for overly zealous check in Zip fix.

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

        strip ByteClass down some more

2011-12-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d8729cfc6413c15af7c9e9eaecbffcc23d37ab7b]

        bootstrap can be kept in both phases as it has a proper touchfile

2011-12-14  Noel Power  <noel.power@novell.com>  [aa6a3683070ac4d6f3cb4daea3cb08534fde2537]

        if editing in formulabar restore focus to inputline after expand/collapse

2011-12-14  Michael Meeks  <michael.meeks@suse.com>  [165fe63a544b2afb82bd8d576d2e5ef556255462]

        shrink the unit test template directory to save some duplication

2011-12-14  Thorsten Behrens  <tbehrens@suse.com>  [309f56174aca6adca879f70958892492361dac6e]

        Fix n#653688
        
        Seems our Zip package is a bit too strict in checking archive
        consistency - surely writing it out correctly is good, but rejecting
        otherwise fine odf is not.

2011-12-14  Matúš Kukan  <matus.kukan@gmail.com>  [0e6122ade866dfb28979646da6216c54d4d122db]

        Revert "we have gb_Library_add_objcxxobjects for this"
        
        This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f.
        We can't use gb_Library_add_objcxxobjects here because
        gb_ObjCxxObject_get_source has .mm suffix

2011-12-14  Andras Timar  <atimar@suse.com>  [8f3a15ca0ecd859bc34b082c935edd69cdad6a52]

        set correct header/footer of examples html pages

2011-12-14  Andras Timar  <atimar@suse.com>  [1917825c534cd1d68c24e5bace6d4872c2947b32]

        add makefile.mk that copies Python example to SDK

2011-12-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe6499cee5e84183844df41380519ed7eeb0c4dc]

        adding noop rules for auxtargets in buildpl, moved deps of buildpl into that phase

2011-12-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9c197011a564c185db425d38425f3a89c1700c9d]

        skip AuxTargets in buildpl phase

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [4481fcf5afbc004c71b360fd169633846b0b5bc5]

        Yet another file to adapt post module gbuildification...

2011-12-14  Noel Power  <noel.power@novell.com>  [a9e338a1cd445be29be199f3f9f292062d5c1938]

        stop formulabar controls being repositioned vertically in multiline mode

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [5539e6cbf3bfcb67ebf5986d1c04e65277896df1]

        Missing configmgr.component adaption in postprocess/packcomponents.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [9460b68ca2567afd9d536303617c280b31084f8b]

        typo

2011-12-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8e17c11e25d7e0ecd3a8a5ab4a4a3bd98d8c81b7]

        n#676858: Fix selection of background pictures vs text

2011-12-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [3c1bc2311c297bbabba45e62e123d44061bd348c]

        sw: build hidden debug features in all cases
        
        To activate the layout and node dumping features in sw, set the SW_DEBUG
        environement variable to anything before running the office. F12 will
        then dump the layout as a layout.xml file in the working directory, and
        Shift+F12 will dump the nodes structure as nodes.xml at the same place.

2011-12-14  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [009eac0af5f0d0167ce6c46896a34cbaae82a5c4]

        sw: fix dbglevel 2 build error

2011-12-14  Martin Srebotnjak  <miles@filmsi.net>  [221d79d7dd32cd4acc043c56b1ba0d795a16af5d]

        corrections to Slovenian locale data

2011-12-14  Michael Meeks  <michael.meeks@suse.com>  [fe40da4cb640819d869d1c925869bc87ede9bbfe]

        Cleanup jpeg bitmap creation & loading code

2011-12-14  Matúš Kukan  <matus.kukan@gmail.com>  [cd105c5ad2dc7176837a570e6507bd2ca0cd357f]

        we have gb_Library_add_objcxxobjects for this

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [95baab4be90abe55b494e130a0304914fa41b676]

        Create workdir sub-dirs before writing to them.

2011-12-14  Caolán McNamara  <caolanm@redhat.com>  [68d26c57c22005bbf81d56bdadcd1a3065883f06]

        update list

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

        callcatcher: remove some unused code

2011-12-14  Caolán McNamara  <caolanm@redhat.com>  [59bf1b583f235dbf0ffee971840f2c6524effa06]

        regpathhelper: unused, so we've got to have two of them

2011-12-14  Caolán McNamara  <caolanm@redhat.com>  [9cdb0ca46b903852b9aee6252bc850c93cfa1fb5]

        there's no point to OUStringsSort_Impl

2011-12-14  Caolán McNamara  <caolanm@redhat.com>  [8cbfe4e211e1aafe6cab64682b3e326153bdfb1e]

        ByteString->rtl::OString[Buffer]

2011-12-14  Caolán McNamara  <caolanm@redhat.com>  [2b4aa9198148c1af610df024e3a7cb09752e1819]

        unused strings

2011-12-14  Thorsten Behrens  <tbehrens@suse.com>  [05d08f187a0a7211e3fed85ee0b5d2b61abf47f8]

        Add latest tag name to buildid string.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [3684fcdc0f80bc79dd06796f34c6ad5faa8894bb]

        configmgr.component is no longer an old one.

2011-12-14  Felix Zhang  <fezhang@suse.com>  [8d691a2d94d2b2be3ad3fc0a44d2abc387d7b6c2]

        import text body rotation property of custom shape

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [0cead1d53372cc2e93db5a27b40dee8567129bed]

        Missing configmgr/prj/build.lst adaption.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [28b86ca7b704d2789cad69f7516203434202c082]

        Replaced remaining OSL_ASSERT in configmgr.

2011-12-14  Stephan Bergmann  <sbergman@redhat.com>  [ce1f52d69a2dfb0d34f41b7c9538775588db079c]

        Ported configmgr to gbuild.

2011-12-14  David Tardon  <dtardon@redhat.com>  [ee29bb2a47311d86f794d10bbcfad27644baebb5]

        force gbuild stage for CustomTargets
        
        gb_SourceEnvAndRecurse_STAGE is unset in CustomTarget's make process
        when the parent make has been started in sourced environment. This leads
        to all sorts of "interesting" failures because the gbuild classes and
        platform stuff are not loaded...

2011-12-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [681e8b1e43c1949871463934fa92396c00110270]

        fdo#39118: Fixed chart listener registration during ODS import.
        
        The breakage was due to the drawing layer re-work.  We do need to store
        charts (or all OLE shapes with associated listening ranges) for later
        registration regardless of anchor types.

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [7352c717a307c46f0f1825375597fbe44b816ba5]

        fdo#35981: Handle empty members correctly during field popup.
        
        Or else filtering of field members will not work correctly when the
        field contains an empty name.

2011-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [514af8a31fde244e750b3af80cc23025eb5be99e]

        missing include limits

2011-12-14  Laurent Godard  <lgodard.libre@laposte.net>  [15fd1375d3321f764cf73efa938c7ed195d7a369]

        add c++ based subsequenttest for XNamedRange
        
        one test disabled because we first need to write a patch for our
        internal cppunit

2011-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd3bf24a544ca9015cc5200df65c424f36f86eef]

        add makefile for new XNamedRange subsequenttest

2011-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [38a93a59af68fb0262a0753e6ae8d31958b16138]

        ManageNames: info text should be centered in the text field

2011-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49bb030e9b9ef6b61c8a309a84a0ac78218db971]

        fix crash for std::numeric_limits<int>::min() in our math lib impl

2011-12-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab125155cf576e6ad1725947309cbe7eee9e8b0f]

        don't try to use Inf for axes calculation fdo#43703

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [70afe780231dc086a07494db97a2bac2ca0a0939]

        fdo#43681: Set correct auto scaling for stacked data series.
        
        With this change, the automatic y-axis scaling should be more accurate
        for stacked charts (i.e. stacked line, area, bar charts) with dates on
        the x-axis.  The previous algorithm only calculated the max and min
        y-values of the individual data, without taking into account the stacking
        type when the x-axis type was date.

2011-12-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f56780576fa8c28cd212ddfffc554cee40698009]

        -Wl,-dead_strip_dylibs is not supported with XCode 2.5

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [c3a622e3416916d018ac25ccd17688a4049a37f4]

        Simple officecfg/cppheader sanity check.

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [1b6dc2adb8e7f6a6a1894ced614ba4da369fecec]

        Also escape dots in entity names used as C++ identifiers.

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [a9d1d2f35c7c763fdf59e0350478f583f9d934f8]

        Prefer reference over pointer (when it makes sense).

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [ccc59bc76f2d7cd5d6ccae47efc7e6633f01a70a]

        fdo#43681: Always sort category axis when it's a date type.
        
        Or else we'd end up drawing a pretty interesting diagram...

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [2977e3e9882c14cda9d462cf96cd1f00fe7af4f7]

        Prefer pre-increments, especially with iterators.

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [db4bc6812d69d960a558b89c18f08b17a2e38d27]

        Unified configmgr::Node::getMember{s,Map} again.
        
        (With the insight that Data::components is RootNode::members.)

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [39cbce553da1834f78b77f48b2f1be9578d6cc05]

        Resolves: rhbz#761009 IFSD_Equal is asymmetrical

2011-12-13  László Németh  <nemeth@numbertext.org>  [e0248eb419ba923834698fd628e1c0bf34f42cc5]

        Fix FullCommentURL for grammar checking (local menu)

2011-12-13  Thorsten Behrens  <tbehrens@suse.com>  [23c16ec47cec92566b426168ed53c795116b56f6]

        Fix abort from stl debug iterators' invalid access.
        
        Triggered by fdo#43725, incrementing an invalid iterator bombs -
        though this seems a corner case, depends on whether one considers
        "+= 0" as incrementing or not.

2011-12-13  Thorsten Behrens  <tbehrens@suse.com>  [7b7c3b6e1102e7f8856f047fe475ddbc53438f4e]

        More efficient insertion of B3DPolygons
        
         * some cleanup - removed ugly-as-hell exposure of only parts of the
           internal data struct on B2DPolygon (and reworked the only client
           of that code)
         * added stl-style begin/end to B3DPolyPolygon as well, mirroring
           B2DPolyPolygon, plus adapting the insert() func to make use of
           that (avoiding loads of temporaries)

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [b43fb02c9b7afcbb41b5140b80e97447b1a29945]

        try to fix building lingucomponent on Mac

2011-12-13  Noel Power  <noel.power@novell.com>  [96c1a0e3540d0e7a8a40fd2ec1e82604f6201c01]

        adjust multiline button and scrollbar size/positions

2011-12-13  Michael Meeks  <michael.meeks@suse.com>  [b664d9290852f3f4f07ea86f9c2234df6e83b2cf]

        Disable gtk3 at run-time, unless in experimental mode.

2011-12-14  Takeshi Abe  <tabe@fixedpoint.jp>  [55b9dc002a7ffbf5d3abdece74a09029e2da94a5]

        shrinked useless constants/defines

2011-12-14  Takeshi Abe  <tabe@fixedpoint.jp>  [520891d058f9e936b9b8afb490b5a26c156008ef]

        catch exception by constant reference

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [4c1c531435e1bdb151d45626648486062012cbaa]

        Missing dependencies.

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [38747916d6405b32a3cfc465e31be743db255878]

        Make LineTest::testCornerCases succeed again after last basebmp fix.
        
        Though it looks wrong that rtl_allocateMemory(0) == 0.

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [ab96f8a753dc63d47cd7aceed6a41390c63bacdc]

        remove old comment

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [5df936eb38033d3fe071a64223c608206cf9613b]

        add linguistic to tail_build

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [f51ae7bbf948f68263f2699f68ecba085fd2be74]

        add lingucomponent to tail_build

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [f9fc46c1ef035516287d09ddca86e1668a79c701]

        convert lingucomponent to gbuild

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [bd030305b844f451910d671c894d5e8fa8d532b7]

        add libexttextcat to external libs

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [b6bb9bd1e83b40f14f74f3dcf345c7480ac64c46]

        add hunspell to external libs

2011-12-13  Michael Meeks  <michael.meeks@suse.com>  [cefb414b375e3d6be2b722507a9f17faefaae217]

        handle failed bitmap storage allocation gracefully

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [9ffe57dc020dc2658e2f326dc399fe0da0641050]

        fdo#39917: Use correct address convention during search and replace.

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [edf90c212d8bfe6360a1e35eb4d7fbbf82ed33b4]

        warn about massive allocs

2011-12-13  Petr Mladek  <pmladek@suse.cz>  [6f678383994a582543cef1ce8b7b729d30245680]

        lo-pack-sources: allow to generate .xz source tarballs by default
        
        Add --bzip2 and --xz options to select the compression. Both options
        can be used togetger to generate both types of tarballs in one call.
        XZ compession is used by default.
        
        Also renamed "lo*build" strings to "lo*core" to fit the current name
        of the top level source directory.

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [53aaaafb11622741354ee9ac0215ad246c07ead6]

        Use officecfg/Office/Common.hxx directly.

2011-12-13  Andras Timar  <atimar@suse.com>  [fd5ffcf656216c00fd0149a844c9da5c73813835]

        add grammar checker to descriptions

2011-12-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e7fc2624a1aa4aaaf29fe302a30cc43a297106e5]

        n#703032: Fixed an RTF import crash when handling formdata in non-FORM fields

2011-12-13  Miklos Vajna  <vmiklos@frugalware.org>  [5916088332276b922a6a0d6d27968cd82569639c]

        fdo#30714 move SID_INSERT_CURRENT_DATE/TIME to GID_INSERT

2011-12-13  Miklos Vajna  <vmiklos@frugalware.org>  [b26292882bf2439a78488b55b4ac21c244ef61b1]

        fdo#30714 Use different default key bindings for Hungarian locale
        
        Mimic Hungarian Excel's key bindings:
        
        * inserting current date is Ctrl-'.'
        * inserting current time is Ctrl-Shift-'.'

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [63961609e83e77252d75ced99a4141cba470b696]

        Fix problem when compiling against a wrong colour version of the GNU STL

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [1b61b76783d07092fbd88f58777b1273f0898284]

        Untabify

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [b4774e1730ffa442b086a07820d998cec58e2c17]

        We don't use any 'pooling' when packaging

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [42b7c64e528081ff1512adac214b266145a08926]

        Bin a commented out block of crack

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [91963613934e746ed7b5f1d2905d28ecb3d1a269]

        Bin unused use of WORK_STAMP

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [b7bd441a7f907114d3e911a440e1b1ffd9b3601b]

        Bin a few lines of weird crack

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [5317a92f5712c2f06b6831d5f093ebdbfff699b9]

        Bin unused subs

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [5b4bcc81e1d6a8bea8851faa7781dfada092adb4]

        Kill unused variable

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [4b6e0d42d72f8d2f5a18a0e0af595d884d96f552]

        Pass the correct ScTabViewShell instance to the input box.
        
        This eliminates the need to store the assigned doc pointer to cross-check
        against whenever the edit engine is initialized.  It's cleaner this way
        & fdo#43614 still remains fixed.

2011-12-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [43c7830b03d141ae11d8617c0fdabefa32dd243c]

        Don't crash when typing Japanese via SCIM.
        
        There should only be one active edit view while the user is typing
        into a cell, or else it crashes when an external input method is
        being used to input values (such as Japanese).

2011-12-13  Stephan Bergmann  <sbergman@redhat.com>  [bcdea3b379637a98e5bbc304078149ca6c2b6e03]

        Simplified, type-safe C++ configuration access.
        
        * New offapi com.sun.star.configuration entities to access the complete
          configuration read-only or read/write...
        * ...configmgr adapted to support those new services/singletons...
        * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of
          that...
        * ...officecfg now generates C++ headers to access all the properties and sets
          given in the .xcs files...
        * ...and svl's asiancfg.cxx exemplarily makes use of the new
          officecfg/Office/Common.hxx to access the configuration.
        * There is still TODOs:  For one, see those listed in
          officecfg/registry/cppheader.xsl.  For another, at least a notification
          mechanism for the new read-only configuration access and the C++ wrapper is
          missing.

2011-12-13  Jan Holesovsky  <kendy@suse.cz>  [ddf1cf333174777e7923aa0d6126daf2c8645fed]

        Improve quoting when calling submake for custom targets.
        
        This should fix the Windows build, while keeping the
        gb_Helper_abbreviate_dirs_native working in custom targets.

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [70c315620e09113026a07982884e8e222973afe5]

        unused inline RemoveStatusField

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [220b97fd143da72a8c9f56cdee30bb31e7180a07]

        SbTextPortions, etc can completely go

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [0d486af418b8141ffe25f05a33570abd1e93d13e]

        _BASIC_TEXTPORTIONS always defined

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [a15cdba6efb0c4ddb563b538cccdd78d8722a986]

        disassembler unused

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [90ca7d9e2423afccfaece5f7ffef7fcdd3b5b1e7]

        callcatcher: remove newly unused code

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [a796b8ae135861101df9e0af1c0ff40151d8b5c2]

        m_pInfoImage never constructed or used

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [5258afdc70f47f9dbaba5953214d3f312739faa5]

        bUsedForHilite always false

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [e008580f6559ccf5d6cda08802020bb92e1cb21a]

        SbiTokenizer::Hilite unused

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [2338a8c9c53d84e269ee85843bf7bb6a0015ea2d]

        convert GetMangleName

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [34cbfad1b27cf28c10974f8170abe00e824f4a9d]

        replace ByteString(String ctor

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [41f59c6cf2e27a38e3cc4465582ba154be65086d]

        this line doesn't do anything

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [73d76958fd626ab55cbaf5264247cee10ec85fd6]

        ByteString->rtl::OString

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [da5f9b7c29ee86c4fc235fa1281477161271f7c9]

        use RTL_CONSTASCII_STRINGPARAM

2011-12-13  Caolán McNamara  <caolanm@redhat.com>  [c732a811fc2bacad148c326e32f110a203eef608]

        intermediate string object unnecessary

2011-12-13  Andras Timar  <atimar@suse.com>  [effcabb995fe13bdc1e5311b0297161a9ee25695]

        use latest versions of DejaVu and Liberation fonts

2011-12-13  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [b1a096a7d5be33982294d3eb4f67a4bc4daff803]

        RTF import: default scale for images is 100% not 0%
        
        This fixes the import of pictures in n#228839 and n#77738

2011-12-13  László Németh  <nemeth@numbertext.org>  [e2812dd41916cb90c28782b855a100edb4b681b0]

        Fix always-false condition of FullCommentURL

2011-12-13  Matúš Kukan  <matus.kukan@gmail.com>  [946b0d316358006aca8d59b84f3239a8ae108541]

        simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpath

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

        Simplify the patch
        
        1) When building internal pgsql even on Windows, we use Mozilla LDAP if it is built
        2) Regenerate the generated fils with autoconf-2.63 that is used by upstream

2011-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2282f4f3f2e2f950e8085d51ff567336bc61d918]

        Avoid double slashes in paths (cosmetic change only)

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

        Use SOLARINC and SOLARLIB instead of hand-crafted path

2011-12-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [00a67c0f9056729695e6004707d64b448756fa6f]

        Fix for fdo43460 Part VII getLength() to isEmpty()
        
        Part VII
        Module
        comphelper

2011-12-13  Andras Timar  <atimar@suse.com>  [d5b25bdd1247363c5745dd5fcbc2ec784063b6bd]

        introducing propex tool for string extranction from .properties files

2011-12-13  Andras Timar  <atimar@suse.com>  [c0b0cbe1a7ce5e71de57aa3908441026dedccaab]

        exclude wntgcc* directories from searching for translatable files

2011-12-13  Tor Lillqvist  <tlillqvist@suse.com>  [2d5e44f5899d2f90c025e146508a5424d77b813a]

        Drop the $oldoutfile thing, people are used to Env.Host.sh by now surely

2011-12-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bedebfcb517b2178686617d7356be89d29360c86]

        get rid of obsolete path-delimiter escape

2011-12-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [89b4260fc9ddc39ebc36ea44723f101aabf1d043]

        GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or GUIBASE→aqua

2011-12-13  Lior Kaplan  <kaplanlior@gmail.com>  [9b98c4a8d780ec62f346d9d39cc61e45d0e38a17]

        fdo#39452: 'Back' is misleading, use 'Revert' instead

2011-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [1a658dda70d2e139d124d60d64691356c9414f3e]

        postgresql-sdbc: do not use GNU ld-specific options on MacOS X

2011-12-12  Michael Stahl  <mstahl@redhat.com>  [69055c09610af650f5936b72df72c75d7c430ff8]

        instsetoo_native: try to fix tinderbox:
        
        3e2aec1a5437a930325e3eb715cec3a61497d92d removed a closing parenthesis

2011-12-12  Noel Grandin  <noel@peralex.com>  [583582c5bf11abf04393c378131be75f14a46922]

        German translations
        
        By Mike Whiteley/Noel Grandin, some smaller changes by myself; changes to binfilter removed from patch

2011-12-12  Julien Nabet  <serval2412@yahoo.fr>  [444eb68e8a6b35752bac4ff12fc83e44f36bb44b]

        Remove ByteString

2011-12-12  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [0c85b042178a8e8ac608e51353b06e5c4418bf4f]

        Remove HC icons from Human theme

2011-12-12  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [97366743efeadf96b4a96287371c79d30f0783d6]

        No need to register LibO, so drop the Register icons

2011-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [7f4cb27518ec9d0916a4d6508d9f720771859c22]

        fix loading of python-uno module by package.module name

2011-12-12  Julien Nabet  <serval2412@yahoo.fr>  [84a3f11c7a0cce586c15246079ea807aec38a439]

        Remove ByteString

2011-12-12  Michael Stahl  <mstahl@redhat.com>  [5924454a867bd500fdc696bb9939c84425c5e025]

        slideshow: play back embedded media:
        
        The slideshow uses the UNO API to access the drawing objects,
        so add a property to get the temp file URL from the media object.

2011-12-12  Michael Stahl  <mstahl@redhat.com>  [41927a4f2fe824dd1588c4ed0e14de0f2220c039]

        editeng: EE_ITEMS_START:
        
        This evidently depends on the values of OWN_ATTR_VALUE_START and
        OWN_ATTR_VALUE_END, so define it that way.

2011-12-12  Michael Stahl  <mstahl@redhat.com>  [8bd011b527dbe77456c4822c57e0c6a1c1b93cfd]

        gbuild: fix top-level "make check":
        
        This should first build, then run smoketest, then run subsequenttests.

2011-12-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [66778dd58d69426d527edd6ea5d847ce62c950ac]

        fdo#32530: Correct default horizontal alignment for complex script.

2011-12-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [fd866ac8f184c0910883963c9c12b45a239a9227]

        Fix for fdo43460 Part VI getLength() to isEmpty()
        
        Part VI
        Module
        codemaker

2011-12-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [0eac98aa742e8e76ebb1af91b32bd02e04b2e20a]

        Fix for fdo43460 Part V getLength to isEmpty
        
        Part V
        Module
        chart2

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [187077c21bd73e22f35370ad8a475191614a398d]

        Skip more components for Android and iOS

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [d6723c4efa3078c43384685f54cd46d163a031f3]

        Add .DS_Store

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [00373d2097bad567f9724b340c852434430b2bcd]

        Move .gitignore one level up

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [f43020eff6c9f1b262f4fc37a94bf17a46e5782f]

        Use OUTDIR_FOR_BUILD for cross-compiling goodness

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [77680bbbadb2e4636164832b58da86f24effe034]

        Do build Executable_soffice.bin also for Android, for now

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [414596cd71620aca4816468b9652e77e51b892c8]

        Do build Library_deploymentmisc also for non-desktop OSes, for now

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [a7058d7bac5eef60741ada51d8193c505281d84e]

        Bypass bean for Android which has no java.awt

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [ee7e362aaecba75b7e2fbec81a1d68d417e42e98]

        Accept also Oracle Corporation as Java vendor here, too

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [b1b25a9a1e61ff85467fab7d018c82f458826d8f]

        Kill a bunch of empty lines

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [01fd335473bfb52882f30ff2278cec1da129e978]

        WaE: NULL used in arithmetic

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [3e2aec1a5437a930325e3eb715cec3a61497d92d]

        OxygenOffice doesn't bundle JRE either

2011-12-12  Tor Lillqvist  <tlillqvist@suse.com>  [145dd11c95fcaaec4e3228f114e3bee677702abf]

        Hardcode to try just the "svp" VCL plugin on Android for now

2011-12-13  Olivier Hallot  <olivier.hallot@alta.org.br>  [9201704ede70498a850bee6d15f0340d58f3889c]

        Fix for fdo43460 Part IV getLength to isEmpty
        
        Part IV
        Module
        basic (small fix per demand from Ivan Timofeev)
        binaryurp
        bridges

2011-12-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [96692c301d67bd74f9a97f6b998bec6314be1b44]

        Revert "remove lazy init of edit view to fix strange core ( open insert|formula )"
        
        This reverts commit 0262ea0352cee2ecbe231e6f9f7188ce9edbb85c.

2011-12-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [99977d7864f632a6fd74d3e0490f545905ac4b96]

        fdo#35539: Don't evaluate error cells as values during filtering.
        
        E.g., if filtering for cells < 5, we should skip error cells.  Previously,
        error cells are unintentionally treated as having a numeric value of 0.

2011-12-12  Noel Power  <noel.power@novell.com>  [0262ea0352cee2ecbe231e6f9f7188ce9edbb85c]

        remove lazy init of edit view to fix strange core ( open insert|formula )
        
        I didn't quite get it, valgrind didn't show a sensible trace but this fixes the core ( also according to valgrind )

2011-12-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [f162980219bb6ab01d099eda57897c5b0a9aa6fe]

        Fix filtering by inequality operators e.g. >5, <=3, etc.

2011-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [5438fef04f0e1cdc114b645d50bec94cea17c6da]

        postgresql-sdbc: get libpq link deps from postgresql build system

2011-12-12  Lionel Elie Mamane  <lionel@mamane.lu>  [914d1fc4644e5ce39085653fd8deda33e79bba3b]

        postgresql: go look for includes and libs in solver

2011-12-12  Luboš Luňák  <l.lunak@suse.cz>  [f176c9ba7be7f3051a52b9f57b56124038c0cfd6]

        fix docx hyperlink writing
        
        This is a rewrite of the fix for fdo#35826, needed for writing
        the document from bnc#706138 as docx. The sequence there is
        startURL(), runText(), endRun(), endUrl(), startUrl(), runText(), endUrl(), endRun(),
        so by the second endRun(), it is needed to close both the previous
        and current hyperlink run.

2011-12-12  Marcel Metz  <mmetz@adrian-broher.net>  [9fd35cc973e12a07d82e5ca14ec1f4307dbbada9]

        Related: fdo#38832 Replace Table with std::map

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [38f83bd0a5ae49ff382c64ea8ee4540435f0eb62]

        catch by const reference

2011-12-12  Marcel Metz  <mmetz@adrian-broher.net>  [e5feeed767744a4823e0e672d0606b478a7dfe67]

        Related: fdo#38832 Replace Table with std::map

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [d6e21fd53cda06460f2c1611ef5d0744132d87bc]

        now with an STL map we don't have to do our own mem allocation

2011-12-12  Marcel Metz  <mmetz@adrian-broher.net>  [57054f84f66c4d2db8d117a4043e0fbcbd0ee528]

        Related: fdo#38832 Replace Table with std::map

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

        pair::second is false if element with same key already existed
        
        The pair::second element in the pair is set to true if a new element was
        inserted or false if an element with the same value existed

2011-12-12  Marcel Metz  <mmetz@adrian-broher.net>  [26c0c9d404a65d5ab7a5a9c227132594e467cef4]

        Related: fdo#38832 Replace ImplAccesTable with std::map

2011-12-12  Andras Timar  <atimar@suse.com>  [87becfbd2a4d440925f1680c1cc85afa0cef350a]

        add Sinhala spelling dictionary

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [9e8ac5c91e8bd42467b130b3cd53da44f7b736f6]

        more debug spew in non-debug product

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

        Hopefully the last of the pgsql saga

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [fb37327df4153a31d7ba28e2bc3f742f4efc9f34]

        Let's not have debug spew all the time

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [978e94ea4e7cc9e1ea1e692ed11835ac27181804]

        less debug spew

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [b103bb2ab3050b732f1b59a4055b5f94dc460804]

        ditch some ByteStrings

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

        pptx: updated custom shapes presets after latest fix in equations import

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

        pptx: fix custom shape equations import
        
         - guide names can be reused and in that case current one used
           in following equations is the last one

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

        Complete the pgsql patch

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

        Fix a thinko in makefile.mk

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [cf5d0e20f2ba5a71f9ca2ed78a1b24841c97bb06]

        Resolves: CVE-2011-4599

2011-12-12  Rafael Dominguez  <venccsralph@gmail.com>  [37785dde4be04375e83a477a0f5670c6490f4f93]

        Remove unused macros.

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

        fix mac build of pgsql

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

        OOps, typo

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

        Allow the internal libpq to use both openldap and mozldap

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [cdd597746ff43c02ae613304ffe7456ec855181f]

        Resolves: fdo#43690 install explicit cancel handler

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [6765b2b71544a1ca0957fbd5e04062c274a24f45]

        stop saying "15" on stdout

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

        Allow building with LDAP support on windows

2011-12-12  Tor Lillqvist  <tml@iki.fi>  [4cb5e2e08163d44990e67648e6ad09186c297a5d]

        Drop some unused variables

2011-12-12  Tor Lillqvist  <tml@iki.fi>  [13876ef22f42256ab575d5678b7a4165c7388076]

        We only support Cygwin Perl on Windows

2011-12-12  Tor Lillqvist  <tml@iki.fi>  [abb06e33756e9a3cc5fd77d7b14bb2e7e7ec5b2f]

        The VCL environment variable, always "TRUE", is not used

2011-12-12  Tor Lillqvist  <tml@iki.fi>  [026ce875672f1e02dd5931372d169891eb92aff7]

        Drop two unused variables

2011-12-12  Tor Lillqvist  <tml@iki.fi>  [c682be8ba5c0b5d9bb8579b10c73a0023214366a]

        I don't see VCL or NT351 being checked in any ifdef
        
        So drop the GVER thing and -DVCL and -DNT351.

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

        Enable pgsql LDAP support when building with OpenLDAP

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [1b1f0bbb28c6146f3aa12ef3f87f2eb1aa0c7479]

        ByteString->rtl::OString

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [4521fc855b319bd8aa6583900d97c026bcc5f32f]

        Resolves: fdo#42694 crash inserting table control

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [54747f3087e50c5e45ac2d051f455569d45a1c74]

        aPathName unused

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [9e4028b4fce0c93ae08005ae4f77c4154a42a08d]

        aString unused

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [38d2abde15fb4954a763bd31921a78ea660e54e5]

        sVersion, from WORK_STAMP doesn't get used

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [8a418586ea319f7ca7394e5412501fb8faed8142]

        ByteString->rtl::OString

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [a28c265ea4bf318cd993673cab88f609d7294220]

        de-ICC this for maximum readability

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [f836ad5caa4f3b83d6382afdda5dbe18719f6096]

        de-obscure things direct ND_TEXTNODE id compare -> IsTxtNode

2011-12-12  Caolán McNamara  <caolanm@redhat.com>  [f827f87ea390b14aff5a54065dfb59c2ab7e4c0b]

        refactor ND_foo_NODE to be a little more readable

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

        Enable OpenSSL support in the internal libpq

2011-12-12  Andras Timar  <atimar@suse.com>  [9ab205afe55b2121fbcd1b1cae651f5be839cf97]

        change PRODUCTNAME back to LOdev, because prev. change broke Linux packaging

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

        Some more postgresql fixes
        
        1. The --enable-extension-integration affects only packaging
        2. OUTDIR_FOR_BUILD is for native build in case of crosscompiling

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

        Fix a typo?

2011-12-11  August Sodora  <augsod@gmail.com>  [5008540c40484467e857c3245ae29c17c29673a2]

        Remove unused code

2011-12-11  August Sodora  <augsod@gmail.com>  [c95fa19f7c7b58a2beb65ad52335322ec2ae6f18]

        Remove unused code

2011-12-12  Takeshi Abe  <tabe@fixedpoint.jp>  [75b835c8cd2953c5bc0f23df300ee553f94eb28d]

        catch exception by constant reference

2011-12-11  Peter Foley  <pefoley2@verizon.net>  [f00172b81c8bab0b1c62cbca1bc14b83deed8806]

        fix automatic download of dlls on windows

2011-12-11  Peter Foley  <pefoley2@verizon.net>  [f44d288a96f4efa23cbcc172261962c8010f9797]

        fix ole build failure

2011-12-12  Noel Power  <noel.power@novell.com>  [bee8375b7205d4a468a2d3a928249e7923b2147a]

        double check pEditView ( appears some re-entrency foo can zap it )

2011-12-11  Peter Foley  <pefoley2@verizon.net>  [a298986d627b944eb94fdd8b0c30a9298f14ab65]

        alow make to run autogen.sh if autogen.lastrun doesn't exist

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [60beba6a73c46d4564599467badd6136f9523434]

        Revert buggy 4046a1dfc2ba5b52cab7083f4817351c647a59c3

2011-12-11  Andras Timar  <atimar@suse.com>  [f129c4f766c30b174544ec234cbd72c7050a2fc1]

        fix VersionInfo resource build under MinGW

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [5c4503898742a151e7521cae0649ff5eb6f19220]

        Remove ByteString

2011-12-11  Andras Timar  <atimar@suse.com>  [77cc0bb46453a67577d76868453ea56c88aa77a7]

        fix problems with generation of download name

2011-12-11  August Sodora  <augsod@gmail.com>  [bb11106e06fa47a105bd02c2281f20af147b71b6]

        Remove unused code

2011-12-11  Noel Power  <noel.power@novell.com>  [c7551439a9ff4073a0b652329357be46d07b2c91]

        fix autocorrection sync problem with input/formulabar
        
        also,
        * make the GetEditView explicitly create EditEngine/EditView *always*
        * remove the bogus GetLine method
        * reset NotifyHdl when stopping the edit engine

2011-12-11  Lionel Elie Mamane  <lionel@mamane.lu>  [10aba2a2d02ce8a2e6b86fa37c0087185a3c6b35]

        correct extra whitespace

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [15f8fce9860100505c4c6a54f5f003375fbd8275]

        Remove ByteString

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [7866954ac27c15146ce76adeba5c94d147d32d94]

        Unused according to Opengrok, so drop this

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [eba2e6a9c32d5c5a7bdb4c8ccc515903b247c12d]

        Remove ByteString

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [4046a1dfc2ba5b52cab7083f4817351c647a59c3]

        Remove ByteString

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [456df3133a0dd9664ddb8022b3279180900eff46]

        Remove ByteString

2011-12-11  Julien Nabet  <serval2412@yahoo.fr>  [a1b970a10e00b34ab6d8608cb02247b8f0195573]

        Remove ByteString

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

        Make internal pgsql build on mac and make it default for release

2011-12-11  Lionel Elie Mamane  <lionel@mamane.lu>  [95a0d27887934ab60af321ce83655238a29df981]

        typo, trailing whitespace cleanup

2011-12-11  Laurent Godard  <lgodard.libre@laposte.net>  [fc0f0610fe42f4e52391cbe61277bcd97f1e8df6]

        minor around python and SDK
        
        - add Python as available language desc. in SDK homepage
        - replace OpenOffice.org with LibreOffice in examples index file
        - add a readme file to toolpanel example
        
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2011-12-11  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [76fac398dd71364302a261a18d8015fd250543cd]

        --with-theme is without trailing s
        
        Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [e07efd070d22cc7c540ffda55043ab7277d46a3e]

        Add comment about OxygenOffice's use of XPD

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [78ceb50f27a7e148088411e7c2b0bcc67749b2f4]

        Fix typo

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [803d1ee787c9742eedf14681cbf61a0ae42dcb29]

        Drop Hamburg RE updatepack stuff that we have no clue about anyway

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [7ab121c2524f1378438b73aea077f37dca00ca16]

        UPDATER, whatever it means, was fixed at YES, so factor out

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [858423e99c0f348562dd9147bc07b9e353365585]

        CALL_CDECL is always TRUE

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [f92b52d1bbdc59b450d3024f94de3250d353661d]

        COMMON_OUTDIR is always empty here anyway

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [5f03eb4bc698d0915e7f75605347780ab8d2b4de]

        The common_build stuff is surely obsolete

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [cef915c38b08bfa1e99d36e948cd759ddb46d61f]

        I don't see SOLAR_PLUGIN being used anywhere

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [c8ed513eca5e098435eef90cb1aeccc02544ab5d]

        I don't see NO_REC_RES being used anywhere

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [7904a8cc565380b393a6e0e6b793277322b90e3a]

        I don't see NO_BSYMBOLIC being used anywhere

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [0acf93fc20f784cdd415872d61b9b7fe1c95ca00]

        I don't see SO3 being used anywhere

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [481d0d647334f91701dfc63bcb9b68c0a53c1865]

        I don't see ENABLEUNICODE being used anywhere

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [563477182c67f9ae0709a0a6bcfa428543ee0cfa]

        I don't see ENABLE_FONTCONFIG being used anywhere

2011-12-10  August Sodora  <augsod@gmail.com>  [c64efb1dd5721c3ed4d4aa20b8ef6dcf42592400]

        Remove unused code

2011-12-11  Miklos Vajna  <vmiklos@frugalware.org>  [dc78a1c44c478dc7abb25ff5cbbb7477348f0dd1]

        dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nil

2011-12-10  August Sodora  <augsod@gmail.com>  [1274558accebed03b2400b5a6da90ff4e2db55c7]

        Remove unused header

2011-12-10  August Sodora  <augsod@gmail.com>  [5414ac4348d8a36db39764691518b451f9ba4843]

        String->OUString

2011-12-10  August Sodora  <augsod@gmail.com>  [0f9876867c5f232a39d5e50390d1ac9fdead58d7]

        Remove unnecessary includes

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [76a27791fc715e612242a7a60a449efc82d4c0f8]

        Build Library_vclplug_svp for Android, too

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [0f43b8d39ba44521ad0f9bc1c3a7eaeb3c9d6f5c]

        Don't bother with a freetype2 subdirectory for headers after all

2011-12-10  August Sodora  <augsod@gmail.com>  [9776c3c4dc2bcae811a7d86c4a83ff7437ac7358]

        String->OUString

2011-12-10  August Sodora  <augsod@gmail.com>  [c1cddefe213524038d3c97357f888150e0d0c243]

        Avoid use of preprocessor

2011-12-11  Tor Lillqvist  <tlillqvist@suse.com>  [75aacd87bbbddb860efb57f046c84e4f107a8839]

        Download and build FreeType and fontconfig for Android
        
        It will probably be simplest to just use FreeType on Android,
        too. (Android uses it itself, but doesn't provide its API publicly.)
        
        Probably fontconfig, too, although there shouldn't be much
        configuration per se that a LibreOffice-baed app would have to do at
        run-time; it will have to bundle all fonts it is going to use anyway,
        I think, so all font information is known a priori. But maybe in the
        future there will be user-installable system fonts on Android, or
        something.

2011-12-10  Andras Timar  <atimar@suse.com>  [6a43a6c1fe56e5b63e5f330f87feada6479f8119]

        use PACKAGEVERSION as the base of MSI ProductVersion
        
        Formerly PRODUCTVERSION was used but that did not contain
        the microversion digit. It is better to have it in MSI
        ProductVersion, because a higher build number of a lower
        microversion looked newer from the MSI point of view, and
        update failed.
        
        MSI ProductVersion is now major.minor.micro.build, e.g.
        3.6.1.1206 (build number is taken from minor.mk)

2011-12-10  Andras Timar  <atimar@suse.com>  [3fbedc3e8f65c91999dcee42daa8312e387dcf40]

        enhance VersionInfo resource of Windows excutables
        
        + added ProductName (a required parameter), It is LibreOffice
        + CompanyName is configurable, it is $(OOO_VENDOR), that is set
          --with-vendor configure switch. If not set, then CompanyName is
          empty string which is fine, too.
        + Binary file version and FileVersion string show the same value,
          and version number is sane: main version + subversion + microversion
          + build number, such as 3.5.0.0
        + LegalCopyright text is the same as in the About box, year range
          can be set in minor.mk
        - removed archaic and overcomplicated version number calculating macros
        - removed version.lst, copied relevant content to minor.mk
        - removed binary RCDATA resources, I don't think they were of any use

2011-12-10  Andras Timar  <atimar@suse.com>  [8d0816f1cfc3929f261baa0840b9d16ed1b86576]

        fix build with MSVC

2011-12-10  Michael Stahl  <mstahl@redhat.com>  [b277d9a57e566c03f74dc6d82f2c0fe323eb83c2]

        sw: tweak comment translations:
        
        5aff8df5 and ed870efe

2011-12-10  Michael Stahl  <mstahl@redhat.com>  [9f050aa772dd8d0b26dac4ef52fb5a5bd2825d4a]

        solenv: pimp the gdb nodes array pretty printer

2011-12-10  Michael Stahl  <mstahl@redhat.com>  [408672d41b261b33fb3bbc272d25815dda0e2663]

        cairo: fix RPATH:
        
        The cairo configure script is called with -Wl,-rpath,"12345ORIGIN"
        with funny results so tweak the quoting so that the $$ makes it through...

2011-12-10  August Sodora  <augsod@gmail.com>  [ac65f9c8884d134e35b96a586acf695e49b84635]

        Remove unnecessary includes

2011-12-10  August Sodora  <augsod@gmail.com>  [90939a7b3d9d6511a4086deea6b7a11adf30df47]

        String->OUString

2011-12-10  August Sodora  <augsod@gmail.com>  [313deb9782819f68b69d25629aa79476ff98e90a]

        String->OUString

2011-12-10  August Sodora  <augsod@gmail.com>  [e09a63d4c0e19cf6a23e9db43205709d9763fb66]

        String->OUString

2011-12-10  Eike Rathke  <erack@redhat.com>  [53b3df94dbd44b220f6531fe1cf2c83f3b1849d0]

        fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external references

2011-12-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [91d4fe75eed800fd37211555b09cac0af3b1d640]

        Fix for fdo43460 Part III getLength to isEmpty
        
        Part III
        Module
        basic

2011-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [93a9f170be76965ec004b200ac939e55e8382ca0]

        catch exception by constant reference

2011-12-10  Olivier Hallot  <olivier.hallot@alta.org.br>  [1688a9d9235dd2ee4f3b9497308efd41f7a3fb6f]

        Fix for fdo43460 Part II getLength to isEmpty
        
        Part II
        Module
        basctl

2011-12-10  August Sodora  <augsod@gmail.com>  [79a8567b422459d1ba42ce60e6cafea416441e75]

        Avoid use of the preprocessor

2011-12-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [ef747a6570d72f3f2f871ee2edd4611523f91988]

        fdo#43467: Infer number format from formula result if appropriate.
        
        In case the data source has a formula cell, the number format may be
        inferred from the formula result in case the cell format is General.
        
        Also,
        
        1) no need to use UNO API in the API implementation.  Let use the
           internal API here.
        
        2) this method didn't take into account the hidden cells.
        
        TODO: We need to handle number formats for external ref data properly.

2011-12-09  Stephan Bergmann  <sbergman@redhat.com>  [b2f6fbeafc5a944e98a5511ba9fe29b5b8feb5ca]

        install-gdb-printers for --disable-linkoo

2011-12-09  Olivier Hallot  <olivier.hallot@alta.org.br>  [f43311dfb77342f0d003bee5336215f92500f15c]

        Fix for fdo43460, Part I, getLength to isEmpty
        
        Part I
        Modules
        unoControl, accessibility and avmedia

2011-12-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [1d1f049859e080b403c743f7e0604bd72475a824]

        rtf import: Check for the first run even when getting \par

2011-12-09  Michael Meeks  <michael.meeks@suse.com>  [eeffb8abdc7846fb988ea17426b1e9bfc1981d2f]

        horrendous hack to stubify a library
        
        We dump the library's symbols we're trying to stubify, and then
        assemble another library that looks just like it, except with all
        of it's innards sucked out.
        We also use pkgconfig to find all the relevant dependencies and
        to build an entire library tree.

2011-12-09  Eike Rathke  <erack@redhat.com>  [8c736b8543ca3d36612270cb4ceb2ae0a7abe2e7]

        fixed fdo#37349 present Catalan (Valencian) as selectable UI language
        
        Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses
        the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This
        should not escape to document content therefor internally a replacement to
        ca-ES is done for all locale attribution. For the UI localization to be
        distinguishable under Tools->Options->LanguageSettings->UserInterface this
        needed a special handling to allow Catalan (Valencian) again.

2011-12-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [4345b5cb72980dc351147da77505ed06a93028ab]

        fdo#38545: Show/hide anchor when the anchoring status changes.
        
        Setting a page-anchored object to cell-anchored didn't show the anchor
        immediately until you unselect the object and re-select it.  Same for
        the cell-anchored to page-anchored direction.
        
        This commit fixes it.

2011-12-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [25180de75711cdf10b32a2997a23f201e1dd877f]

        Build the postgresql driver by default on 32-bit Windows too

2011-12-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18069824a67602719007673c393ae511c476747e]

        do nothing in buildpl stage for debugrun

2011-12-09  Winfried Donkers  <W.Donkers@dci-electronics.nl>  [a34ccd2ec9ffaf09162427b198fdc08cc324a3f3]

        fdo#36874: Label PRINTING misplaced on paper sheet

2011-12-09  Ivan Timofeev  <timofeev.i.s@gmail.com>  [15a14cdc33367269b4e6297ab8fb73524ac6bac8]

        fdo#39528: do not lose height of tree list box in Navigator

2011-12-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [27f83e9f32b53c03f516aab1bacb20cebd670440]

        Use the internal libpq for universal builds

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [1a6853e422a43c41a50db14a3a3b8cdf9cc7aa1b]

        writerfilter: fix build breakers

2011-12-09  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [a92266c0e5d1eebac39352eace2f7f164132c21d]

        impress210: #i116847# added CTRL-ALT-C as shortcut for inserting comments in calc
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299490586 -3600
        # Node ID dc37f2767c97d459067f4206d7fa97f07dcfa32c
        # Parent  3877d3f525421bfb50bd8e4bf8649277a9b3df6c

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [39e4d05684d2aaaef76b2d31d17d8d5d1730c2ee]

        gbuild: Output.mk: fix typos

2011-12-09  Luboš Luňák  <l.lunak@suse.cz>  [3dec8b847f3522cd037c861047fc536f1bdc6f8c]

        make SwNode and SwCntntNode abstract base classes

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [3cbb44bdb4ad075e4dc26d35a7dfc04cf8a8c46d]

        svtools: imagemgr.src: use %PRODUCTXMLFILEFORMATNAME
        
        Currently on File->Properties we display "LibreOffice 1.0 Text Document"
        etc. for OpenOffice.org XML format documents, which is wrong: these
        should not be re-branded.

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [ca4483b55b7ec9d15dfb29def31e2d7ea9038695]

        CppunitTest_sw_macros_test.mk: depends on vbaswobj
        
        This should fix the spurious segfaults caused by running the test while
        the library is being overwritten in parallel that cannot be reproduced
        by just running the test.

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [1da85eb63bfcbe22677ff54587fcb250fec74cd5]

        connectivity: remove dead DNoException.cxx

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [c549ae0b57c3fec2c4bec1c442c3c700297bb60f]

        sw: tweak translations
        
        cb8b7a86 and 869a0f36

2011-12-09  Michael Stahl  <mstahl@redhat.com>  [50471a85d43a3bcdb3f3d33b85cd14bbc56efaf6]

        add curl to RepositoryExternal.mk

2011-12-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2075a648aced631422eede159d35e2e7804334ca]

        Removed useless code due to the move to SAL_INFO

2011-12-09  Caolán McNamara  <caolanm@redhat.com>  [87ec1f8857e77c0b8d559fa92416f44b68dd1e63]

        callcatcher: remove unused code post automation removal

2011-12-09  Caolán McNamara  <caolanm@redhat.com>  [17d5cdfff9a2f8a311428b981a3998b8e33b4d82]

        Three factories in sot never used

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

        Make link and deliver the postgresql.oxt extension also on windows

2011-12-09  Tor Lillqvist  <tlillqvist@suse.com>  [91af205a93440b82ff1730528e98e6355092e02c]

        Don't misuse CLASSPATH for what goes into the -cp option to javac
        
        CLASSPATH is supposed to show where to find the classes needed by Java
        programs running at build time. The -cp switch to javac tells where to
        find classes referenced by the code being compiled. These are
        different things. (But it doesn't seem to have mattered much in our
        build system.) So use T_CP instead, named in the same fashion as
        T_CXXFLAGS etc.
        
        But... for some reason this change, which as such should be just more
        or less cosmetic, also fixes a build problem in the "scripting" module
        on Windows, seen by Noel Grandin
        (http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/19016
        ) and me.

2011-12-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e407a58872c0bef1be1cdf825cffb7902cb5699]

        Fix Windows build and delivery of libpq

2011-12-09  Stephan Bergmann  <sbergman@redhat.com>  [0670d4652dab1986412f4e9d3c9f36ba2e34db64]

        rtl::OUStringBuffer::insert overloaded for char (similar to ::append).

2011-12-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5318ddf2e6f0d4fc33831b503d80935497fe71e8]

        fixed Calc unit-test crashes
        
        Wrong offset and count constants caused properties' string array out-of-bounds
        access.

2011-12-09  Andras Timar  <atimar@suse.com>  [e416813c323be69a869935e077d8666bd2375ac1]

        don't waste localizers' time on unused crashrep

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

        Trying to simplify the building of static libpq

2011-12-09  Thorsten Behrens  <tbehrens@suse.com>  [c83d5a1fe14a65be687f687e0537f1d5e4c820b3]

        Default to non-TDF artwork for Libo-Dev builds, too.

2011-12-09  Andras Timar  <atimar@suse.com>  [d9eff9df1681169d25ab29fbad49ad39cc3e9519]

        remove upx exepacker support
        
        it was not used and anti-malware programs are allergic to exepackers
        anyway...

2011-12-09  Andras Timar  <atimar@suse.com>  [567e4ba27300f5d38775a5f8c7ba8fd01163df35]

        we don't pack runtime with internal extensions

2011-12-09  Andras Timar  <atimar@suse.com>  [738cef29aa53e60c839d686c0e018e9c912f20b9]

        remove transform_description.pl, obsoleted by l10ntools

2011-12-09  Jan Holesovsky  <kendy@suse.cz>  [c7052a5d6242df174ba21134635ac3d18530bf34]

        i18npool on Windows needed more fixes.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [13b93f40ab2dd0777c4051996e604858c4e2fafb]

        Allow gb_COLOR and gb_TITLES for 256color TERMs, too

2011-12-09  August Sodora  <augsod@gmail.com>  [f5549c9429c8dbda4e5ad213f1f5c811567625bd]

        String->OUString

2011-12-09  August Sodora  <augsod@gmail.com>  [7c8b0959fd24d4938d26e732817b59a57dda3f1d]

        String->OUString

2011-12-09  August Sodora  <augsod@gmail.com>  [9c2f9c79aca1e1dc0670d6443fd7865b8dc1ee63]

        String->OUString

2011-12-09  August Sodora  <augsod@gmail.com>  [7ffca8ed2ed7dda9d74edb498ec74620e9489c7a]

        sal_Bool to bool

2011-12-09  August Sodora  <augsod@gmail.com>  [5a61ac273bff26d7ddbbd4fa0ea8099f486168f3]

        Remove old testtool icons

2011-12-08  August Sodora  <augsod@gmail.com>  [99ec322768053a6341ec7b5b6c6e533fb478bbfa]

        Remove archaic tests

2011-12-08  August Sodora  <augsod@gmail.com>  [3f5225ab63f7a1b1ebeb4dab375081ad7032872f]

        Clean up SbxItem

2011-12-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [49b6cbe96b6655cd35366283f239af516cc2644d]

        bnc#656073: Allow filtering by error value.
        
        The old way was that an error cell was evaulated as having a value of 0.
        The error cell also showed up as blank in the popup.  Using the error
        string is much more intuitive (and some users apparently want this
        behavior).

2011-12-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [d598c76cb9f34aad83802450cc4d607b71792eb8]

        bnc#727504: Correctly convert chart data ranges.
        
        We were supported to convert XML chart data range representations
        with a hard-coded ';' as the range union operators, but incorrectly
        using UI configurable range separators.  This caused charts with
        series that consisted of multiple ranges to be imported correctly in
        locales where the range separator (which re-uses the function argument
        separator) was something other than ';'.
        
        BTW I plan to remove this "always use Calc A1 syntax" restriction in
        future versions.

2011-12-09  Takeshi Abe  <tabe@fixedpoint.jp>  [9262039e908b3ea897180bc723d947d3d7546d4e]

        catch exception by constant reference

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [e89c99ce5e5474173d354778b531f2dff8eff25e]

        Revert "mysqlcppconn: force recompilation when switching between different bindings"
        
        This reverts commit 694627b7860fb69f115c020719c5b149d328f9ef.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [4b15417268b5a8a03a9b59ebd993afeea0530f72]

        Revert "tg_ext: fix unpack for zip files"
        
        This reverts commit fb46e93e1a85dd4c0377958cc7690eafd52d7580.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [0fe6184dc32e822ee7f6a082ece9ca3efbf685b3]

        Revert "tg_ext: fix unpack for flat zip files"
        
        This reverts commit 58844404ad9c9da806b9b521d5e39af6cf78b480.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [c58f776fb8600ba9ccef9a999db37b8448f22ad0]

        Revert "tg_ext.ml: fix patch when filename ambiguous"
        
        This reverts commit 0189e8881de7a48c62fdf84a9b0e9ce8668a530b.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [0189e8881de7a48c62fdf84a9b0e9ce8668a530b]

        tg_ext.ml: fix patch when filename ambiguous

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [58844404ad9c9da806b9b521d5e39af6cf78b480]

        tg_ext: fix unpack for flat zip files

2011-12-09  Eike Rathke  <erack@redhat.com>  [ce2fe82b08026238573867ff4baeb99fb33cb698]

        fixed fdo#43614 Crash when closing document and several Spreadsheet documents open
        
        During Paint() in ScMultiTextWnd::InitEditEngine(),
        ScTabViewShell::GetActiveViewShell() may return a view shell that does not
        correspond with the document to be repainted if another document was opened or
        when switching between documents. Prevent creating an EditEngine with wrong
        SfxItemPool.

2011-12-09  Lionel Elie Mamane  <lionel@mamane.lu>  [fb46e93e1a85dd4c0377958cc7690eafd52d7580]

        tg_ext: fix unpack for zip files

2011-12-08  Lionel Elie Mamane  <lionel@mamane.lu>  [694627b7860fb69f115c020719c5b149d328f9ef]

        mysqlcppconn: force recompilation when switching between different bindings

2011-12-08  Lionel Elie Mamane  <lionel@mamane.lu>  [4097499989f4058b9c66ed6f7fe79eb8f5543c8c]

        Allow Xinerama to sit in another directory than other X libraries

2011-12-08  Tor Lillqvist  <tlillqvist@suse.com>  [03a8c54cfc12222c0614fb5099d287777e17a88b]

        Fix build with internal zlib

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [8b8dfa253646356d8915bc10be1b8ce83002f0df]

        Unused obsolete stuff

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [8f8276427130ab03398dee4672bc0fd8a100584f]

        We don't need any btm files

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [0f8bcb0652269d28266db6e95c5913dd6a64d656]

        We don't use this

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [d8280dd06556417f84a8ac97da8fa8838dcbfe41]

        We don't use any gbuild.lst files

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [99ee003d61df1768eae1d3efeaae80bb2a6d3085]

        Unused and obsolete

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [297b58140a2e27563d7e2448699e8f01e10b96d9]

        EIS is dead

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [36e28fa846ad12e127a822267f9922f812146a9b]

        We have abandoned pch

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [9c787c2217ea302f7545577f22cba56b8d64dbfb]

        Weird old crack, presumably not used

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [344e17efbfe3775ff687e44e7501bae8d35fb953]

        No idea what this is, seems obsolete

2011-12-08  Tor Lillqvist  <tml@iki.fi>  [bbc609921336ee758f0ce9e31673b6468f4b233c]

        Bump version to 3.6 (3.6.0, 360, 360m1)

2011-12-08  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [52422457d4aada3d9a12cd8cf2945c46dea7b275]

        Writerfilter: replace OSL_TRACE(...) by SAL_INFO("writerfilter",...)

2011-12-08  Michael Meeks  <michael.meeks@suse.com>  [f1db9ee6c3c6d5be103608379c97d9ec8c865b0d]

        Fix misc. bugs in presenter view switch screen feature: make it work.

2011-12-08  Michael Meeks  <michael.meeks@suse.com>  [d122fd76eb450a423503c97916edfeb0cb69a42a]

        de-inline display fetch/set functions to assist in debugging

2011-12-08  Lionel Elie Mamane  <lionel@mamane.lu>  [85863c130ae9327f83d819c45a3a9c3de399cd1e]

        fix build with --enable-ext-mysql-connector --without-system-mysql

2011-12-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [dc61ebdc93a777f4f41c1ae837bdb6098ecffcce]

        fdo#42147: fix crash
        
        it is not valid to use (type & ND_TEXTNODE) before casting to SwTxtNode,
        type of SwCntntNode has the ND_TEXTNODE bit as well, but SwCntntNode is not
        derived from SwTxtNode.

2011-12-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c60677c961814f2786f99b8ba0d8c9aec0605e4]

        WaE Mac gcc is confused with >>= operator overload (it is not alone)
        
        >>= operator overload turn the right-value of the operator into a
        left value... which confuse the heck out of the compiler's detection
        of use of unitialized variables (and also C-reader like me for
        whom >>= means something else altogether...
        (why on earth are we right-bitshifting... with an unitialized variable...
        oh! fracking operator overload!!!)

2011-12-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a41bf630601cfc1add08583ed0d5542ca71f3334]

        ./download need to be run with $SRCDIR as working dir

2011-12-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [f2825ed71ada129c4e165815d005d80c34bd919f]

        clean-up header and set the modfiel appropriately

2011-12-08  August Sodora  <augsod@gmail.com>  [cfcbcc8939f12b58568fe37899b55f76c26aaae7]

        Removed basic/svtmsg.hrc

2011-12-08  August Sodora  <augsod@gmail.com>  [9b8e3d285b2bbe67c73c4b463cd12cfdc54e28b9]

        Removed basic/dispdefs.hxx

2011-12-08  August Sodora  <augsod@gmail.com>  [da35c131feba086d66b5aad2764a5c611cfde401]

        Removed basic/process.hxx

2011-12-08  August Sodora  <augsod@gmail.com>  [0c1a331599bdafbfe0c1a64875ea5a247d149da6]

        Remove unused code

2011-12-08  August Sodora  <augsod@gmail.com>  [954c3b2d9afd451006deef59143f97d4ee0391fe]

        Remove unused code

2011-12-08  August Sodora  <augsod@gmail.com>  [7cf6d38eb6c89f174b71f74cb06d5e54c9fa12d0]

        Remove unused code

2011-12-08  Jan Holesovsky  <kendy@suse.cz>  [ddbe08e1dd54f397f6fe8c04b2147f21a49db8b1]

        Fix build on Linux.

2011-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c240dbc820359cf924e2383b743c02e204945a4c]

        Fix 18npool build on Windows.

2011-12-08  Luboš Luňák  <l.lunak@suse.cz>  [5214f7843ca48f2207945fbfe32ba164afe7b3aa]

        enable -gdwarf-4 by default if possible
        
        http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html

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

        add docx starmath testing documents
        
        It's simply a bunch of documents with various math features in them.
        It'd be nice to have an automated test built on top of them that
        checks the formula is the same (roughly, in the meaning, it can't be
        precise because import adds e.g. extra {}'s) after an export+import
        roundtrip.

2011-12-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a51676799f731479bfd4f38fd2904e09998ed89]

        no config.h inside LO build

2011-12-08  Stephan Bergmann  <sbergman@redhat.com>  [e7d2e8ffe2678e0b539d3bbcafe91b82313240bd]

        Missing dependency.

2011-12-08  Tor Lillqvist  <tlillqvist@suse.com>  [9a18da1e45a5aa89038d08fbd76a8d457e34b608]

        There is no LibreOffice with bundled JRE and won't be

2011-12-08  Tor Lillqvist  <tlillqvist@suse.com>  [dfc4e8223ce5590803b17540fc05dc1824a34faa]

        Fix Windows build

2011-12-08  Stephan Bergmann  <sbergman@redhat.com>  [ac579e29ad046d74331b9066f79f7caa59e2714b]

        Added Makefile for SDK Python example.

2011-12-08  Laurent Godard  <lgodard.libre@laposte.net>  [07249785a76c356f49540c779d66d65973ed85cc]

        SDK examples : add Python section and ToolPanel python example
        
        correct minor css rendering too

2011-12-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1ed632b4cd37f6a590af947a9d76e698cbc78cab]

        Don't forget to download the libcdr

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

        CDR importer: fixing some build and esthetic issues

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

        Stub Corel Draw importer

2011-12-08  Caolán McNamara  <caolanm@redhat.com>  [3e6ae8428a2d9da28c392c58bf8b3b15738088ff]

        Resolves: fdo#43337 optimize weak-char overriding
        
        When writer would choose the same bias automatically that word
        implies or this doc hard-codes, then elide the font-forcing.

2011-12-08  Andras Timar  <atimar@suse.com>  [9cb0e7af9d5d123a6e0cb933fb43d0f53ab4b904]

        add Aragonese spelling dictionary

2011-12-08  Eike Rathke  <erack@redhat.com>  [ab7926e54ca4a3cddfeedf9cb7027a327d7a1432]

        changed MinimalDaysInFirstWeek to 4 for correct week-of-year calculation

2011-12-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2e2c804b20db136691dcd8a25ceccffceeefd280]

        fdo#43521: Don't shown the name of a reference field if it's empty

2011-12-08  Thorsten Behrens  <tbehrens@suse.com>  [456ec763d77a238967b866e2f90d1052626c2fdb]

        Rework yacc rule for gcc platforms.
        
        Generalized the OSX ppc workaround for ancient bison versions,
        factored out for all gcc platforms. Put bison version detection
        into configure accordingly, to switch on that, and not on platform.

2011-12-08  Muthu Subramanian  <sumuthu@suse.com>  [704ee5bc859499f5fe824f66f9607b554c135c66]

        n#719989: Rotation needs to be done post flipping.

2011-12-08  Michael Meeks  <michael.meeks@suse.com>  [2f964613aba557496e9721060a273e4ea6eea488]

        re-enable the java fax wizard by using the correct ?start url

2011-12-08  Michael T. Whiteley  <mike@whiteley.org>  [dcfd4beb213c551f6ef6ba379651bf303bd9017a]

        childs -> children

2011-12-08  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [ad2eb6c4ba3ca36e2302c721a106dac80d266325]

        Less succes, more success

2011-12-08  Tor Lillqvist  <tlillqvist@suse.com>  [79b00c41863bcb0d0cc1781d18e97d5871667fb0]

        Avoid pointless warning for Android

2011-12-08  August Sodora  <augsod@gmail.com>  [003dbb74921f09c29528357340ac8f26f1de2513]

        Remove basic/mybasic.hxx

2011-12-08  August Sodora  <augsod@gmail.com>  [f5ba057f24c322d32614b1f040cd9c8255c92255]

        Remove basic/basicrt.hxx

2011-12-08  August Sodora  <augsod@gmail.com>  [d697ecf6a0a69ffa929de38f2ef7e779a2d7360e]

        Remove unnecessary includes

2011-12-08  Olivier Hallot  <olivier.hallot@alta.org.br>  [ff60c8c01c4a2e4447a310dcc7f0a68206eb157f]

        Fix for bug fdo43586, need more room for localized string
        
        This patch fixzex bug fdo43586, more room needed for localized strings in named range dialog.

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [8d86abbc361ea3745cbe33b8bd1651c849eb58e6]

        We need to set the current cell range object regardless of style name.
        
        Otherwise we would fail to import the cell contents of those documents
        that don't include table styles at all.  Some hand-crafted ods documents
        don't provide table styles, which 3.4 imported just fine.

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [2419d3c2de9ddcf1c9884d4216775ce70f652f5a]

        fdo#43534: Fully support external references in CELL function.
        
        Some parameters don't work with external references, however, such
        as PROTECT, PREFIX and WIDTH.

2011-12-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ec3aa099c4c5698ed3c67f60805cf71013655b36]

        add test for ScDataPilotFieldObj::XDataPilotFieldGrouping
        
        test XDataPilotFieldGrouping::createDateGrouping is broken

2011-12-07  August Sodora  <augsod@gmail.com>  [bd7f8380113b0cbe706d131b33e7551b2c484205]

        Remove oooimprovement

2011-12-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [855115d2f5845502e8619b35666512023584e012]

        fix typo

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [fde3c8527214c4166f94e7b20f5a2823fe894c89]

        fdo#43534: Reset tab index for SingleRefToVars() call.
        
        Otherwise that method will set #REF! to the cell when it sees the tab
        index being -1.  We don't use that index in that code, so it's safe to
        do this.

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4d247bd3c0b3a2d7460dedfb7050260eff2c0999]

        do not clean INPATH_FOR_BUILD on noncrosscompiles

2011-12-07  Eike Rathke  <erack@redhat.com>  [3deb83d7a74a0fe026791e7a336ac6ffad9c0026]

        i#106210 store proper ODFF names, accept aliases
        
        Older releases stored a few function names not defined by ODFF, namely
        EASTERSUNDAY instead of ORG.OPENOFFICE.EASTERSUNDAY, TDIST instead of
        LEGACY.TDIST and B instead of BINOM.DIST.RANGE.
        
        Since OOo/LibO 3.3 the proper function names can be read, additionally to the
        "wrong" names. Now it's time to write the proper names and still accept the
        incorrect ones.
        
        Test cases are attached to AOOo issues:
        ORG.OPENOFFICE.EASTERSUNDAY
        https://issues.apache.org/ooo/show_bug.cgi?id=112882
        LEGACY.TDIST and BINOM.DIST.RANGE
        https://issues.apache.org/ooo/show_bug.cgi?id=110229
        Note that the FALSE in A2 and A3 is a result of the string comparison of the
        actual formula, that differs in separators (, vs ;) only.
        (cherry picked from commit a9b03bd19945a90040fd4346599e281a7813efc2)

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [4d6b88417fe01a8e4039d495071cd817b4efcc3a]

        fdo#42259: Fixed RTF import crash etc.
        
        This is also another unfortunate bug due to the logic change caused
        by the DECLARE_LIST removal.  There was one crasher due to out-of-bound
        array access, plus one incorrect behavior concerning cell content
        placement.  Both are now fixed.

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

        Fix build of pgsql connector (std::hash -> boost::hash)

2011-12-07  August Sodora  <augsod@gmail.com>  [2ef7f7efbffe036864ad0c73c974a16a0b4401ff]

        Remove testtoolloader

2011-12-07  Andras Timar  <atimar@suse.com>  [f19e6305cd921a2c03179e1ddec42339422586d6]

        link icons to soffice.bin fdo#42979

2011-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [502b5179164136bf9cd7ca6abe22a7764eee46f4]

        extend DataPilotField tests to the whole property set
        
        still missing are all properties that are tested automatically by the
        PropertyTester

2011-12-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ef8313a16cc8566d6a820386b63ee4b549b3cc91]

        add test for failing DataPilotField test, related fdo#43308
        
        it seems that the java based test fails by "design" and not due to an
        error

2011-12-07  Wolfgang Pechlaner  <libo@pechlaner.at>  [b82c4fc48f275ab9e16eb88c5580a4131c95407c]

        add some more functions test to sc's filters-test

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [c8552bc97b9f860494bc45091936010d98fff1cb]

        fdo#43534: Partially support external refs in CELL function.
        
        For now, only COL and ROW are supported.  More on the way.  Note that
        we can't support all the information types that we do for internal
        references.

2011-12-07  Thorsten Behrens  <tbehrens@suse.com>  [5683109a4928ba3e083abfbd73e794a6784eba21]

        Fix nasty ppc ld crash, correct default return param setting
        
         * on OSX 10.5 PPC, ld crashes with a bus error, presumably because
           of the empty ar[] string array.
         * the "size = 0" default case looks wrong, replaced by *size=0

2011-12-07  Thorsten Behrens  <tbehrens@suse.com>  [13087fc6a1b024ae6d98810e31441dc60ecd7208]

        Python mailmerge stuff is now inside mailmerge.zip

2011-12-07  Eike Rathke  <erack@redhat.com>  [cabf25372cf98869616c3d583eb99fa5f5eb3a8f]

        old class Stack pop'ed 0 from empty stack, which std::stack doesn't
        
        Some places in the code assumed that if the stack is empty a null pointer is
        returned by top() (or old Pop()), this doesn't work anymore with ::std::stack
        that instead has undefined behavior in that case, so check !stack.empty()
        first before accessing top.
        (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2)

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d432b00bfa05b1bd1413fb0b9afac19de5c1f60b]

        fix rebase mismatch: automation is gone

2011-12-07  Noel Power  <noel.power@novell.com>  [fe1e91678f68c4f06d6566ea8af918b984fde85b]

        remove unused variable

2011-12-07  Noel Power  <noel.power@novell.com>  [fa83f16b4e3c42d102dd5b9edffe0732ea46b897]

        better sizing of inputbar ( removed weird calculations I didn't understand )
        
        gsoc input bar now (should) snuggly wrap the text when collapsed, if multilines exist then scrolling with the keys should be clean and no spill from upper or lower lines visible. Removed some strange ( pseudo padding ) apparently for taking into account the window border and reorganized the resize logic so the padding is added ( and commented why ) in just one place.

2011-12-07  Stephan Bergmann  <sbergman@redhat.com>  [400b458911a777dfb0d504ba65ed9496c441e556]

        Unused includes.

2011-12-07  Stephan Bergmann  <sbergman@redhat.com>  [8576bd17844d9c5843e84c330a7d2df79d79db7f]

        Factored out common getDigitLanguage.

2011-12-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [17c7711948f8157478dc3abe9c52b8078fd8b5a9]

        fdo#43308: Set the logic straight for "center across selection" setting.
        
        Another unfortunate logic change introduced via DECLARE_LIST removal.
        Reverting the logic to the original one.

2011-12-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a0afe6f397b508d2b649dab4bfdd05caecf4bd8a]

        Header/Footer: update the label as the page style may have changed

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1658c1f23a68635a1d67105ebf1a7023df8788c0]

        dont do fancy stuff with files that are in zips instsetoo_native for now

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2acd8fbac96959f5456d0d59bbc15db0786dab5a]

        in modules, when we have a env we are in stage gbuild

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab225eead3fb14c5acf89690965b9b24db4d97e3]

        only depend from dev-install on build if it is an explicit goal

2011-12-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ca9a7e82c97df06730301bdd740f55ac447dc95]

        add def to allow compile of concat-deps.c on Mac

2011-12-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [ff5644afcab28b90c453dde5277d30094cdf1826]

        c version for concat-deps

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9b229a5e501e4d91875e3dddb7f68455f3adb992]

        quoting for CustomTargets

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2e4ef99b10e27cbfb13a3bca7faf0b767927ec4a]

        use File::Spec instead of Cwd

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [822115263098112fb8aa4505ccb8e0ee15e4d261]

        use canonical paths in dep-files

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f58b0018e47aa1500f5cb7227f8b6ccaf2d5bec9]

        silent recurse

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a7c567ad15e3a8e4f383b34d4a3fc1601ba331a0]

        kill gb_MINISOLARENV in favor of stages

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [09bd4fd7c49f82fadf5fc22268a2ef97e8d4dd28]

        no need to export gb_Helper*, use gbuild_simple instead

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [098bb4d484b0edd3c1672738c506020f15b808ee]

        use gbuild_simple.mk in i18npool

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b629983caf357ee94a7e70fb0f1ac20258c8b8e5]

        add missing modules to RepositoryModule_ooo.mk

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f7e6fe611b0b3fbe4becc90d812331837db0a12]

        use gbuild_simple in tools

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e827c555b3dc71d1b405642b37e568e64270aca1]

        update JunitTest hint

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9f43fb06b1a491029803e35742d1f2a4d46ffd6d]

        move platform hacks out of gbuild core

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [30c7a07e5ee9c8f35d0aad8bdfd34cd2aa7f6c6d]

        build-order only from debugrun for now

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fbbd5e5c0edef1bb1ae86ed88fc5415f533bca69]

        do not globally export gb_Helper_execute gb_Helper_set_ld_path

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ddc71f6537d3b0ecd2c98a42ec48281e0309e576]

        do not globally export G_SLICE, GLIBCXX_FORCE_NEW, DBGSV_ERROR_OUT

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fff30fefb48e0a729f266c38f97ee4654c0b7ea1]

        do not globally export gb_AWK, GBUILDDIR, SRCDIR, gb_XSLTPROC

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c792d9c39328f210a6f859612ca0aa6d81a19eb]

        use some macro magic here

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c53f373b4bfcaa3f4ad9a9b40cceb66274848201]

        some more work on staging buildpl in front of gbuild

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55b186f29ef978ea94408388a9f917102ca6e635]

        introduce staged build

2011-12-07  Michael Meeks  <michael.meeks@suse.com>  [b8c7548527f5fc14fe8fcbe74a749c7e3c10d385]

        ignore backup files in services/ directory to avoid debugging grief

2011-12-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ca23cdbf90b97f141fdcf4fbc237e8f945cdd1e6]

        reuse Zip Target for PyUno

2011-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1924f9d049564400ea7411a5ed33e6633e05fa1a]

        Build pgsql connector for Linux release builds

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [7be8bac42aa578dc7f250a490634e13d1dac550b]

        make the linear xml processing API more generic
        
        I'm pretty sure I'll love to use it in writerfilter instead of the normal
        API whenever I get the chance.

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [1e4fb45c03e1787a6f73a93a1d9a68911d17a4e6]

        disable error logs for now, until the new log macros get sorted out

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [cc39235d47719193d27565ba47c00c9a91ecbce8]

        process element in endFastElement(), not in dtor
        
        Otherwise with malformed xml the dtor is called in a place where
        the processing of the formula apparently corrupts the internal
        representation somehow and it is impossible to write the document
        back as docx. As a bonus, all UI elements related to saving get
        disabled, so the document then cannot be saved at all. Although
        this is only with malformed xml, which hopefully should never
        happen, it's still better to avoid this. Moreover it seems to be
        the proper way of coding the handlers anyway.

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [a8f46cdc8ea1d6e8041bde5072e5d6aa2e3d61a3]

        remove needless TODO

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [efe72126d9942aa6c62608f801670db06a31828f]

        merge two duplicates of a function

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [d7017dbc1754c3b6f27501d3eae997a39f62daf8]

        append text when reading from xml
        
        The xml parser apparently can call the characters() callback several
        times for one text content (if it needs to un-escape maybe?), so
        append, otherwise some content would be overwritten.

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [5799813f5b95c984b15a348c33daa2103fd09b1b]

        properly xml-escape written text in docx formula

2011-12-07  Andras Timar  <atimar@suse.com>  [76aad07712e639494c07e837f1419af444df28a5]

        'copyright text to see as text in the soffice binary' deleted

2011-12-07  Luboš Luňák  <l.lunak@suse.cz>  [4d204919623b98c5592a1d191bb854043523d170]

        when stripping is disabled, strip nothing

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

        pptx: make sure we set right type for connector shapes

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

        do not use new presets for connector shapes
        
         - until we have better implementation

2011-12-07  David Tardon  <dtardon@redhat.com>  [d36f276728abffee1a9d53c87d56526e16a4968d]

        avoid casting from void*

2011-12-07  Caolán McNamara  <caolanm@redhat.com>  [42502c8484cd0aef4732cc33fdc4b9a5a333a1f8]

        || -> &&

2011-12-07  Caolán McNamara  <caolanm@redhat.com>  [6c335f5754ec1aee70cdba2d332e9cece17a7565]

        convert some archaic l10ntools code

2011-12-07  Caolán McNamara  <caolanm@redhat.com>  [47690422e42f5fce29b331218a2d05966c13946d]

        don't need an extra header, fold into body

2011-12-07  Caolán McNamara  <caolanm@redhat.com>  [13959acbd48951bffd661501b4693ddbe6eef11a]

        regenerate list

2011-12-07  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [1671c16d6081db4516b62838ab365c1f41951b12]

        much improved presenter console monitor switch artwork

2011-12-07  Michael T. Whiteley  <mike@whiteley.org>  [181b1815f807635ecdd8e5f8bbd2c5798f8d7703]

        Change "menues" to "menus"

2011-12-07  Arnaud Versini  <arnaud.versini@gmail.com>  [8538a096603341d78e7c104dacf3048ad7fb953b]

        Don't replace getpid on Linux when the system version is correct

2011-12-07  August Sodora  <augsod@gmail.com>  [a2eb0cf44bbd15ae24f9423d3bc6e420691c300d]

        Remove testtool

2011-12-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2621785569969374cc3bc39fae0341d8b848612]

        bnc#733864: Make sure to adjust the sheet index of drawing objects.
        
        For cell-anchored drawing objects.  Failing to do so would result in
        either one of
        
        1) write error during file save,
        2) drawing object disappearing upon reload, or
        3) drawing object relocated to a wrong sheet, with wrong position
           and size upon reload.

2011-12-06  Tomas Hlavaty  <tom@logand.com>  [5260bf5ea7271cca4767f596592091dcdfd895fe]

        minor idl fixes

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [9e65b68ef9a3b745afb13700c68d0a5f2a2d8904]

        reduce CurrencyBox somewhat

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [a06492465223d42fb8905c4770c9f1ec4b80af36]

        ditch some ByteStrings

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [66a8b58a6e14a4a862b44c57ed4645f37fc2bbe5]

        aSourceFile member unused

2011-12-07  Stephan Bergmann  <sbergman@redhat.com>  [b419bb21a76c48dda9f9a6ef6182b98e03358176]

        Looks like the old stack implementation returned 0 on empty stack Pop().

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [7c5a11df60e5d8707e03e61f586fcf9defe6b597]

        normalize Red Hat, Inc.

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [c8ef924060b1f5d5e26b62645d9c0f24f7ce662b]

        normalize Red Hat, Inc. spellings, and bump to latest template

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [485138f3a574417bb25af1f478d990599566f84d]

        Fix non --enable-dbgutil builds.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [f141ea7d74eaef051a40ab366c2bd287d234539b]

        Use configmgr directly in SvxAsianConfig.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [2a9c1d1a75b7d4e79dfbc6be3dada1a1e959e58e]

        Make dialogs fail with an exception in headless tests.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [f547b2c4788439380c3202407c251153be0c5b8e]

        Moved modifications.xcu to test, used from multiple modules.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [465c34f6e9be7390c00fd03bdb964fc63e5edd05]

        ucbhelper::ContentBroker::deinitialize is static.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [6f5fa503793e1e6d97be62ee6a3ae84065b98fb0]

        Cleaned up indentation.

2011-12-06  Stephan Bergmann  <sbergman@redhat.com>  [7f92ed53b28d69ef2ae91006216c6ea24f3a5508]

        Copy <value><it> constructs intact.

2011-12-06  Miklos Vajna  <vmiklos@frugalware.org>  [0d5b38240caf03323d9a180811653eb38eaf7f48]

        langlist.mk: remove bogus Turkmen language
        
        This was added in cbf182a975dd170aa4997677ac3516ade4cb30a7, but
        scp2/source/ooo/module_langpack.ulf was never updated accordingly, nor
        there is such a language on Pootle.

2011-12-06  Andras Timar  <atimar@suse.com>  [2ba4a4bf6384cd57664d316dd479bddfa38760d6]

        remove NSIS support

2011-12-06  Andras Timar  <atimar@suse.com>  [48c5739700039acdb247d70de8472b27c4113b73]

        remove sources of setup.exe

2011-12-06  Thorsten Behrens  <tbehrens@suse.com>  [1a81ca45ea9192013b4e5bdb2eb769a75b56dea5]

        Revert "GdkPrinter seems optional on Gtk3, too"
        
        This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767.
        
        Sorry, seemed to be an intermittent local problem.

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [a25a01361e891b1570e3e4e338d88f66889f3142]

        svx: tweak translations a tiny bit

2011-12-06  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [210f2dc0afa9e40eed4166152210364f0c206aaa]

        Translation of comments in svdraw (part two)
        
        Big thanks to Eike Rathke who rescued the ASCII imagery in svdoedge.cxx.

2011-12-06  Thorsten Behrens  <tbehrens@suse.com>  [88a4a8d997921309a7886ed0d1dc383ee3c2f767]

        GdkPrinter seems optional on Gtk3, too
        
        Added necessary configure magic & conditional compiles for that.

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [d57887eaad534ca51fc4975918fab66b2f93633d]

        Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer called

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [392f0990e4b7ef7338aa901735c7a6cc7632dd40]

        avoid assertion about spurious '0' translation id in field dialog

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [84e6b5711978055be903f9541b4a9673cc07ed49]

        order these against SwFldTypesEnum

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [c4f865061837179caee0959791512f9ff9cf0876]

        comment of enum 40 misplaced

2011-12-06  Marcel Metz  <mmetz@adrian-broher.net>  [4c2dcaf1307ca4711c9b622796914e87eb64145b]

        Removed unnessecary tools/table.hxx includes

2011-12-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8d9216f289deb14d140a13dbf570b99819d4f8bc]

        Unbreak the packaging

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [390e5f5ba11aecd098af2c174a0d87df286b7ff9]

        use explicit cancel/close handler

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

        Allow inserting of ole objects into draw documents

2011-12-06  Noel Power  <noel.power@novell.com>  [83a28682f21f7b284aa57f9c336bae551621da03]

        remove duplicated images for basic dialog form controls ( & misc tidyup )

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [cfde907284666e34e9048925ca8c68bb06077127]

        scp2: evidently fax.zip was renamed to pyfax.zip

2011-12-06  Petr Mladek  <pmladek@suse.cz>  [534475f2501d5af1fe5d102024c7eb404d850a4d]

        make --disable-unix-qstart-libpng really work (fdo#36497)

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [7fce4c4da132071b89a51f8a71223baad5c0550b]

        postgresql: why would we need readline

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [73bf02cd523470a06793ccb37bee26ef96538941]

        mediaitem.cxx: unnecessary casting

2011-12-06  David Tardon  <dtardon@redhat.com>  [d93b69fb930ca0b3e21a197beda0e0d503cce70b]

        three shall be the number thou shalt count

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [b6e200a2befb522b7e6032384a0aca307f01e579]

        fix annoying debugging-mode crash

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [7c89bc26ee2cba7d9afbb54cb01ed449acc0beae]

        update list

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [12ffc366c27c44941336398414251f9f9174212a]

        callcatcher: update list

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [4c5fd05cd1017dea7b18b06784b1fb0f753b586a]

        remove unused members, sablot went away a long time ago

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [c3b54e6dd46797e798b586e4ca007ac72bf6d01b]

        callcatcher: remove some unused code

2011-12-06  Caolán McNamara  <caolanm@redhat.com>  [cd676159ca49756549fa81b29caf77a805cb4a5e]

        ByteString->rtl::OString[Buffer]

2011-12-06  Thorsten Behrens  <tbehrens@suse.com>  [73a395cdc7d3ad802182a470c799720307ed408e]

        Make merges of impress210 build.

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [e57053c435c4ccd8375904b22e6e0a40f149b346]

        impress210: #i41995# using view contact to get bound rect for old path animation import
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1301475461 -7200
        # Node ID d87b5924442237c58b243d83012f655ce59c312d
        # Parent  c6dff567a9e0ee383071e53c64e3f5a06a186015
        
        impress210: #i41995# using view contact to get bound rect for old path animation import

2011-12-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [f44ed1142d24c2e0adeff039c626f2074c3dab87]

        impress210: resolve name clash
        
        # HG changeset patch
        # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com>
        # Date 1301308341 -7200
        # Node ID c6dff567a9e0ee383071e53c64e3f5a06a186015
        # Parent  de9c2cc66a6d7a2f16479b97b059b38090f317a0
        
        impress210: resolve name clash

2011-12-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [e0247cb339336a108ce19e4e64b41d366bea344e]

        impress210: comment out not needed line
        
        # HG changeset patch
        # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com>
        # Date 1301304590 -7200
        # Node ID de9c2cc66a6d7a2f16479b97b059b38090f317a0
        # Parent  ac21acda382420131e228c65959f33b6ef999475
        
        impress210: comment out not needed line

2011-12-06  Thorsten Behrens  <tbehrens@suse.com>  [36894acb4d7b7adafcab8007c2a8272c178b8cd4]

        Fix a warning.

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [cbaadd31d3ff53f18a7b8d2b0af947328dc81d91]

        impress210: #i117319# disconnect and reconnect to table style on change model in SdrTableObjImpl
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299770834 -3600
        # Node ID 8177bdbe49941e3c2a8b62c7c5cf166dcadb7a54
        # Parent  6b1140cdac81a77836e5be80033f328a0956c94a
        
        impress210: #i117319# disconnect and reconnect to table style on change model in SdrTableObjImpl

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [b97726f4b66aa85db8cb2ab27b8413066930cf4f]

        impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299763312 -3600
        # Node ID 6b1140cdac81a77836e5be80033f328a0956c94a
        # Parent  8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa
        
        impress210: #i117133# put new drawing layer fill and stroke styles in pool only for newly created documents

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [f0a1b95f99bed6d184e3020b5c7e30bc6c1597f6]

        impress210: #i41995# fixed import of path animation from sxi files
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299691949 -3600
        # Node ID 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa
        # Parent  0b9b11216b0d3401f8824542dd5f2794eb141035
        
        impress210: #i41995# fixed import of path animation from sxi files

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [15aeab6cbd0b50b1d78646f03588237b8473285c]

        impress210: #i41995# fixed distinct shape and page id
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299691906 -3600
        # Node ID 0b9b11216b0d3401f8824542dd5f2794eb141035
        # Parent  69091b8fc77c9951fcdc52b800a37a92dc70bf84
        
        impress210: #i41995# fixed distinct shape and page id

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [b7540a2bfe424ff761f6bfd1e7264349c83e3f59]

        impress210: #i50899# clean up fill attributes if fill style changes
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1299270680 -3600
        # Node ID 69091b8fc77c9951fcdc52b800a37a92dc70bf84
        # Parent  20c5c9384888da33596d864251881e6e46bdd339
        
        impress210: #i50899# clean up fill attributes if fill style changes

2011-12-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [416435e1dcbc175787a5a9e03142f7f766b6a648]

        impress210: check readonly
        
        # HG changeset patch
        # User Ocke Janssen [oj] <Ocke.Janssen@oracle.com>
        # Date 1299656309 -3600
        # Node ID de61efa884c2a12ae9e88e9919c297b1b9676443
        # Parent  c65bb4f46738b43bd506f1a75b634c6bd6fb6bfe
        
        impress210: chekc readonly

2011-12-06  sj@openoffice.org  <sj@openoffice.org>  [dc7d25dd994b18b12214ce796ecbc6d9e4fcf310]

        #158674# some minor customshape fixes
        
        # HG changeset patch
        # User sj <sj@openoffice.org>
        # Date 1298982488 -3600
        # Node ID 95f3a25e5fc5af0502ef95fbba4dad3207051351
        # Parent  31d48f0e498a3f8e91c8b2e31c01a6bffc85db65
        
        #158674# some minor customshape fixes

2011-12-06  Ocke.Janssen@oracle.com  <Ocke.Janssen@oracle.com>  [909bf6e983d62ae2674c67067ee3e81b74bb8b53]

        impress210: #i106378# use datetime to get current date
        
        # HG changeset patch
        # User Ocke.Janssen@oracle.com
        # Date 1297761051 -3600
        # Node ID 3df655ccd7e3966c5c22df761981dde35b5e0059
        # Parent  227bb8fe599b58e849c1f19f2233d2c1b0b767ad
        
        impress210: #i106378# use datetime to get current date

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [a43400917e635a1b394b1eb4b53c8e709032e52d]

        impress210: #i116846# added missing commits from cws impressdefaults1
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1297098330 -3600
        # Node ID 499a3c7022ddd6bf9b2771a5f2c69230ea1b9d48
        # Parent  e7f337a6055814068bdc823306bc3a3f9cac48e5
        
        impress210: #i116846# added missing commits from cws impressdefaults1

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [37fe168502f4c21b2f1d4bb0491cbb658ae6afcb]

        impress210: #i116846# adding uncommited changes from cws impressdefautls1
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1297097627 -3600
        # Node ID e7f337a6055814068bdc823306bc3a3f9cac48e5
        # Parent  80a255ef3468baa8b249e02aa760b0da463e1d26
        
        impress210: #i116846# adding uncommited changes from cws impressdefautls1

2011-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [78fff8ca491b70af21705ae169ab48f68b8a5e37]

        impressdefaults1: #i115996# change default bullet symbol
        
        #i115996# change default bullet symbol order from 'Oo-' in 'O-O-O'
        inside text objects
        
        # HG changeset patch
        # User Christian Lippka ORACLE <christian.lippka@oracle.com>
        # Date 1292243696 -3600
        # Node ID 80a255ef3468baa8b249e02aa760b0da463e1d26
        # Parent  055aad264da0cf9598fd1b7aafbd3e144c9b8ce2
        
        impressdefaults1: #i115996# change default bullet symbol order from 'Oo-' in 'O-O-O' inside text objects

2011-12-06  Ocke.Janssen@oracle.com  <Ocke.Janssen@oracle.com>  [9753031300bb9bd61bbba2f617900422cdbde1ff]

        impress210: #i105310# set tooltip for items and some refactoring
        
        # HG changeset patch
        # User Ocke.Janssen@oracle.com
        # Date 1297164555 -3600
        # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b
        # Parent  2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd
        
        impress210: #i105310# set tooltip for items and some refactoring

2011-12-06  Ocke.Janssen@oracle.com  <Ocke.Janssen@oracle.com>  [0851453849d36e5f58be24316d9bf910ee12faf8]

        impress210: #i115617# set zoom to fit_to_window
        
        # HG changeset patch
        # User Ocke.Janssen@oracle.com
        # Date 1297164393 -3600
        # Node ID 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd
        # Parent  dae1ffc5c15d000bb154beecb3da3b4f84336b38
        
        impress210: #i115617# set zoom to fit_to_window

2011-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [e68487b719a1690150d88b251fb3e0b9f0ff4e09]

        calcGlueState(): move State enum to file-global anonymous namespace
        
        so that it can be used in templates in strict C++98.
        C++11 allows local types (i.e. without linkage) to be used in templates.

2011-12-06  Lionel Elie Mamane  <lionel@mamane.lu>  [e53cf6c27fa1395983679ca2e81ead7f6fdb6e5d]

        pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS build

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [431604f9fa603a7acf67985c9e4851f37d9cd580]

        refactor media embedding completely:
        
        Do the tempfile handling in SdrMediaObj, not in the window;
        this has the advantage that it works even in the presence of clipboard
        documents without SfxBaseModels and thus without storage (sc, sw).
        
        The SdrMediaObj instances share ownership of a temp file.

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [f3c19f8263f3352ce4efff0965f8000d8347f6a5]

        SdrMediaObj: copy/paste support
        
        This only works properly in Impress, because Calc and Writer lack
        a SfxBaseModel on their clipboard document.

2011-12-06  Michael Stahl  <mstahl@redhat.com>  [f014ea59e9e6e24ffead1961e8b689237b3927f0]

        comphelper::LifecycleProxy: make writing work:
        
        The storage implementation forgets any writes unless all storages are
        committed.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [c81b005921b39c54b33777af126b87e9f4e92860]

        fdo#39847: Shrink chart's source ranges to data area.
        
        Otherwise setting data area to e.g. the entire sheet, or even just
        entire columns would freeze Calc as it tries to parse the entire data
        range faithfully.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [b5dfff9d34d1011ec552b35f223e75ca253bbd78]

        A little more annotation.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [f12221dcb70874db0a2f9fc8316bb500d89ee390]

        Added comment describing what we are doing here...
        
        It's not very obvious from the code alone.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [2641accc23c794a4a7438b4bc69f2f299755eae5]

        Use enum over integer constant for type safety.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [3e4488fdbb9a6383cd0260bcd592c245c3e6563a]

        Separate method for code that determins glue state from referenced cells.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [e8c5565485fee0b7b7fcdafa7d09e55635e1061f]

        Annotated code and a little cleanup to improve readability.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [793432143e95f746348a495961da8b73464a862a]

        Empty data sequence backend no longer used. Let's purge it.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [4ea9d4daf7a2e79a0b78701f1a5f76b447d132ed]

        Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [1e169828b1fdd50a09540cf4927b3c64639bbca7]

        Make the class officially non-copyable.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [73544acaee60655edf90be72a0c05cd7187c051b]

        std::auto_ptr is deprecated.  Let's use boost::scoped_ptr.

2011-12-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [a39ed5f75577af80fc77650f1185b326e07b2059]

        Let's not create unnecessary duplidate.
        
        These ref tokens are only read, not modified.  Taking a const reference
        is sufficient.

2011-12-05  August Sodora  <augsod@gmail.com>  [df46bad0d1db25a6530da597242c7b9df1d3dd82]

        Added some tests for basic/scanner

2011-12-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e678311175acca14eca7ce07b3734f664f6f1b6a]

        WaE: uninitialized value

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7d900eb8d2945e1a48581bae5877a26ef418f9fb]

        possible fix for build breaker

2011-12-05  August Sodora  <augsod@gmail.com>  [971bf1aa4c043ef49e4857204ea49de48707a86a]

        Use sal_Int32 in all these places

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [5ccc0361bf3a0be5a123679e6086bc4a03ab1d7b]

        WaE: fix Mac build wrt. fprintf

2011-12-05  August Sodora  <augsod@gmail.com>  [f58ae13e8a0794295ddf35d50c37299d06d4ea28]

        Prevent the testtool from building

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [5f49389c742c2ff642ee886eb816b2959c596ff6]

        WaE: cleanup ambiguous types in append

2011-12-05  Wolfgang Pechlaner  <libo@pechlaner.at>  [e091888badc289fae0090b5e7f4556c69fb9a2a0]

        add tests for new bitshift functions to sc

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [219703ba3bd991f20a445e9b34439815a5659509]

        remove last uses of CellVertJustify in our code
        
        please use now only CellVertJustify2

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27f50cecdc3c4b36dc61b05b3d8de6e69518d967]

        enable sc's c++ subsequenttests related to fdo#43308

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [27fa364db8af77ddfbbce43d8fc49d318c779efb]

        incompatible change to solve uno problem related to fdo#43308

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9429fe7b1c7f372d2407dbbc939385ef95db466f]

        possible fix for fdo#43312
        
        did not test that yet, should be quite safe to avoid a null pointer
        exception but the selected area might need some change to allow tests to
        pass

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [072b13738781f78a8318053d8cfea39558de17f5]

        Remove unused tools/stack.hxx

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [050b170e8cf911679a4d3697ae81ee49e67d10a7]

        Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [0c173e748936231846c9e3e87832754c496ebc35]

        Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [b3ba4376c6f5e63aeeadec95c51bcd164d10f2b5]

        Replace Stack with std::stack< SVGAttributeWriter* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [49ac37ddfcd39eef947d4d4d5805e89bfa4ca063]

        Replace Stack with std::stack< LineInfo* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [dc6431f7fde63691a0022bec662e554b0bd432ed]

        Replace Stack with std::stack< Color* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [f5b63844cc6a4b96fcf0db0c0c9c1194847fc914]

        Replace SmNodeStack with std::stack< SmNode* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [6c6bc18961eb74074183a68d8dbea7e4bbefe059]

        Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [ecfcc545433d30e3b70fd0c909cce782edbdee39]

        Replace Stack with std::stack< std::pair< XclObj*, XclEscherHostAppData* > >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [149c1746a1e2ee0557c72c067fe6fe79f0781c4d]

        Replace Stack with std::stack< bool >

2011-12-05  Marcel Metz  <mmetz@adrian-broher.net>  [0158333f1b8d578cc56dc51c3e3f8daf0578210b]

        Replace ScChangeTrackMsgStack with std::stack< ScChangeTrackMsgInfo* >

2011-12-05  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [6ea8ea456cf5df267284278ecda42aa9b089a682]

        Remove Large Handles option
        
        This patch removes the option Large Handles everywhere and makes LibO use the larger 9px handles always.

2011-12-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [efd750d8433aade624d09f7c9d37516c9e073cda]

        lp#726529: inline arm assembler is obsolete by now

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [fe05a4b4aaaabecd5d63362bd563188133dcb08c]

        fax wizard: build and install the java wizard in paralle to the python one

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [49df5176e5f72bc2943924b025afcc19d9b8ebec]

        fax wizard: more misc. bug fixing, and missing file makefile

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [1a7eee2446dfbe06ac39941473010fc8915ee6e6]

        Improve pyuno debugging in various ways - add stack traces etc.

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [41b8bad143c06bc5419783b9f3cf5685aa3eea63]

        wizards: completely work python wizard packaging and registration
        
        Also improve exception handling and error printing in pythonloader
        Allow registration of explicit .py components - the only method that works

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [fb7f82382bd317dd12913a6d7a3a5e4be6a6671c]

        presenter console: clean and simplify over-abstract code

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [857b4f5357ba53bdfaf59671b219d74ae8c5945a]

        presenter console: add 'Switch monitors' button to help get setup
        
        For years, we've been carefully detecting the laptop display, and choosing
        it as the default display to project to - thus many of our users have
        configured around this. Provide a way for them to undo the folly, and any
        subsequent mis-detections easily.
        
        Initial Artwork is clearly in need of some bug-fixing.
        
        Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called
        a few dozen times - and has nested switch statements on characters.

2011-12-05  Michael Meeks  <michael.meeks@suse.com>  [b35b7080980c0ba43f411db469feb30f8a5c6881]

        pywizards: resurrect Xisco's code lost in rebasing
        
        Xisco merged this to master and then deleted it on master, which cause
        these files to get lost during the re-base across that.

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [21131ea640f158963d4b69b1269c0bc7e5215006]

        Set the python fax wizard as the default one

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [02d490ad83d31cb0dc342c6efb63837d820a8d88]

        Add the rest of the files to scp2

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [cebdd70c03729ebe9624cb2d73922d93621cf461]

        add fax files to makefile

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [43e132ef1f10c473288088e755f3fe26e415afcc]

        add directories to basic/program and makefiles

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [85458c56a21f05d7d8b607a7afddd19dfd3e6f61]

        Forgotten file

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [adf772680c7cf0e3d6ae135cab49c847447b5bf1]

        Hello world (python) as a component

2011-12-05  Xisco Fauli  <anistenis@gmail.com>  [e20b4fe7f98473bef13758070ab33b144c6930ff]

        Fix merge conflicts

2011-12-05  Petr Mladek  <pmladek@suse.cz>  [8412548e734ddf699ddbffba0cf7edeb2548c86c]

        allow to install desktop integration in Linux dev build
        
        The desktop integration searched for the package name by the dash "-"
        delimiter on many locations. It was not easy to add support for
        package names with the dash.
        
        In addition, there was an inconsistence. Most package names used the
        "libo-dev" prefix name but the ure packages used "lodev". It was
        installed into the prefix /opt/lo-dev.
        
        So, I remaned everything to "lodev". It removed the inconsistence
        and solved solution with the dash.

2011-12-05  Andras Timar  <atimar@suse.com>  [bee2841519d15d8df1520ef3052e3a8da19eac1b]

        Use OOO_VENDOR as Packager whenever it is defined
        
        It is passed by the --with-vendor configure switch and it is
        visible on Control Panel in Windows. In official builds
        We want TDF there, not the username of the builder.

2011-12-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [83560ad42b83473913482e5569b25a1276d80da6]

        RTF import: fixed the handling of frame properties n#417818
        
        Change the RTF tokenizer to send the same tokens than the docx tokenizer
        for the <w:framePr> element.

2011-12-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [88bd22cad050162eb6c2759569821a98e95f451d]

        sw, fixed some missing include in dbglevel>1

2011-12-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [91ae8f6c068c636a5600406da3d8829442a2af78]

        docx: actually import the last frame of a section.
        
        When there is no paragraph outside the frame before the section end, the
        paragraphs weren't transformed to a frame.

2011-12-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b8b1b45cb4c9f1fb31a6e107d0131affeb99fce5]

        WW8TableNodeInfo debug outputs now for DBG_UTIL only builds

2011-12-05  David Tardon  <dtardon@redhat.com>  [cc41d0fc6761b6cc4daec3a5ce853c3ac381b43e]

        bah, wrong file extension...

2011-12-05  Lior Kaplan  <kaplanlior@gmail.com>  [c26e8ca5e92dd9c4c30617bcafb02d8a4d5b24fc]

        It's RTL languages not bidi languages

2011-12-05  David Tardon  <dtardon@redhat.com>  [03f0a84c009b7c2738c8aaa52b5cc2a0b9ddd9f3]

        fix build on macosx

2011-12-05  Sérgio Marques  <smarquespt@gmail.com>  [04e03814d06846ba3b805230d9320fa9fb706ce1]

        corrected [pt-PT] date formats

2011-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [877da827a7aab5a7fb6bc3f84c2d5a48cac381ff]

        catch exception by constant reference

2011-12-05  David Tardon  <dtardon@redhat.com>  [ac9f72d9627f979f1e4bd0490578aba1ede577d4]

        add support for printing selections

2011-12-05  David Tardon  <dtardon@redhat.com>  [62fd44a5e342d97aacc0c2b33c07e3918251676c]

        attach signals after activation of the control to avoid warnings

2011-12-05  David Tardon  <dtardon@redhat.com>  [53f89022b541a14a40556acf0e1eb1462e6b5a42]

        make the gtk print dialog an experimental feature

2011-12-05  David Tardon  <dtardon@redhat.com>  [1849e535d9d47160f709615f8040472865371461]

        adapt to the new assertion/logging mechanism

2011-12-05  David Tardon  <dtardon@redhat.com>  [adb110517139252962b1ccf8f9230a4981a9573a]

        set up CFLAGS/LIBS for gtk print dialog in configure
        
        The dialog is built for gtk 2.0 if the version present at the system is
        at least 2.10.0 and always for gtk 3.0.

2011-12-05  David Tardon  <dtardon@redhat.com>  [85c6244b85b29c1d2bb9d89b62e9512dd65378b5]

        build the print dialog for gtk3 too

2011-12-05  David Tardon  <dtardon@redhat.com>  [823d4a3944aab86a6da50a383b498fbec2157f4d]

        check for printing support dynamically

2011-12-05  David Tardon  <dtardon@redhat.com>  [5628699db434d4a84b6dd883538066ea972c47f6]

        set parent window

2011-12-05  David Tardon  <dtardon@redhat.com>  [803749150ca60e26a2f4e672ac96760dc8f8cc81]

        avoid use of destroyed widget

2011-12-05  David Tardon  <dtardon@redhat.com>  [b2096dee9025e72a2a6cca728f7e8d2cfcf9f114]

        process HelpId option entry

2011-12-05  David Tardon  <dtardon@redhat.com>  [c11d549a89fe16db311be3a9f057da69ab6bf49b]

        deactivate print job after error

2011-12-05  David Tardon  <dtardon@redhat.com>  [9624e340a20a256e00db173427abb871b2631a39]

        add support for printing n copies

2011-12-05  David Tardon  <dtardon@redhat.com>  [d723e7b119fa9a4377e80f2e21ce728ed8603188]

        avoid memory leak when print has been cancelled

2011-12-05  David Tardon  <dtardon@redhat.com>  [49721e5df83d025ca7b2e57f688900387235a786]

        add support for Gtk+ print dialog (#i106780#)

2011-12-05  David Tardon  <dtardon@redhat.com>  [18cf5cea5b25b3705c35d04e824b9965b0f9836a]

        move the check function to vcl
        
        Other plugins may want to use it too.

2011-12-05  Andras Timar  <atimar@suse.com>  [a5f78432218627960159f14e272b08bc9de69e24]

        no need to check for vcredist files, Windows installer don't use them

2011-12-05  Andras Timar  <atimar@suse.com>  [a7664d4b09b16a4b102e595d7ea4511652c76614]

        remove unused ONLY_ASIA_LANGUAGE and ONLY_WESTERN_LANGUAGE options

2011-12-05  Stephan Bergmann  <sbergman@redhat.com>  [3486d31f1c2bc89cc2b7fda69e89cc54f2de8dc7]

        Avoid mixed signed/unsigned warning.

2011-12-05  Thorsten Behrens  <tbehrens@suse.com>  [c1a2a6cb5698de6461335a527bdc5ada609668d4]

        Determine Packager properly, and use fallback if none.
        
        This fixes the more strict rpmbuild checking that requires a non-
        empty Packager name.

2011-12-05  Armin Le Grand  <armin.le.grand@oracle.com>  [9d40293f147212120ce2a2e960c1ef23168a428b]

        aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered
        
        # HG changeset patch
        # User Armin Le Grand <armin.le.grand@oracle.com>
        # Date 1300894213 -3600
        # Node ID 773a354b3c4694565fa5ef4588c21c6b2b2eed7f
        # Parent  1e5618c51d1690a7c619f75d6b79c220c39854f8
        aw084: #i108052# Added code to mimic old behaviour and call user layout link when empty paragraph is rendered

2011-12-05  Armin Le Grand  <armin.le.grand@oracle.com>  [ef4066bb19a2c139261d6be6ceb1a98c37ece2d1]

        aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening
        
        # HG changeset patch
        # User Armin Le Grand <armin.le.grand@oracle.com>
        # Date 1300120426 -3600
        # Node ID 1e5618c51d1690a7c619f75d6b79c220c39854f8
        # Parent  9d821e77ed393c984738cf3e829a8c94a681828f
        aw084: #i116802# Removing DBG_UNHANDLED_EXCEPTION since there is a valuable alternative alailable and not a general error happening

2011-12-05  Armin Le Grand  <armin.le.grand@oracle.com>  [d999ae100029641a3e21fc27d800f040c92b3ad5]

        aw084: #i112978# use GetAllMarkedBoundRect instead of GetAllMarkedRect to get fat line support
        
        # HG changeset patch
        # User Armin Le Grand <armin.le.grand@oracle.com>
        # Date 1300116633 -3600
        # Node ID 9d821e77ed393c984738cf3e829a8c94a681828f
        # Parent  20c5c9384888da33596d864251881e6e46bdd339
        aw084: #i112978# use GetAllMarkedBoundRect instead of GetAllMarkedRect to get fat line support

2011-12-05  ericb2  <ericb2@apache.org>  [2aa52a0ae0493d6d767c57ef4975da37e9f8da10]

        Propragating the modif in the implementation (MultiClickRemoteBehavior.m)
        
         * found under MIT-style license at svn rev 1195274 (http://svn.apache.org/viewvc?view=revision&revision=1195274)

2011-12-05  ericb2  <ericb2@apache.org>  [7874d95ea30e0931b7817fc4a788c3a85f279e22]

        Removing never tested Keyspan remote (RemoteMainController.m)
        
         * found under MIT-style license at svn rev 1195273 (http://svn.apache.org/viewvc?view=revision&revision=1195273)

2011-12-05  ericb2  <ericb2@apache.org>  [aaf218d025326ef54dcbc724b33666d7ddcff187]

        Propragating the modif in the implementation (HIDRemoteControlDevice.m)
        
         * found under MIT-style at svn rev 1195272 (http://svn.apache.org/viewvc?view=revision&revision=1195272)

2011-12-05  ericb2  <ericb2@apache.org>  [b50bb4d3058456efeaaeee336f491d6447716845]

        Propragating the modif in the implementation (AppleRemote.m)
        
         * found under MIT-style at svn rev 1195271 (http://svn.apache.org/viewvc?view=revision&revision=1195271)

2011-12-05  ericb2  <ericb2@apache.org>  [7afb9c0e39bf3d706ec277b44ef64d2a1445920a]

        Adding missing constants for new metallic remote that Apple introduced in 2009
        
         * found under MIT-style at svn rev 1195270 (http://svn.apache.org/viewvc?view=revision&revision=1195270)

2011-12-05  Khaled Hosny  <khaledhosny@eglug.org>  [f8e53d7320aa3f1e7a543ee9f378a1ecd1a54490]

        gtk: fix RTL list box rendering

2011-12-05  Khaled Hosny  <khaledhosny@eglug.org>  [d2028f970bd527880c73f237678291d1bdc7cc89]

        gtk: fix RTL spin button rendering

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [363728c52f41cbf3f5d4a1d5ead08fbde161ca55]

        DecoView - a more descriptive comment about mirroring issues with checkmarks

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [ca0c44628911ba23d92a0d3b08556cedcf282ec1]

        DecoView cleanup - remove unused button styles

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [651ce3894ddc3838510f3f06bff143ddb7f0fb54]

        DecoView cleanup - ImplDraw2ColorFrame also resizes its rectangle

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [1edf28e073a5088a7d26c61f509fc654be56696b]

        DecoView cleanup - Embed OutputDevice::ImplDraw2ColorFrame

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [7a6941d76b61432a059c81d31b026272db822231]

        Decoview cleanup - DrawButton

2011-12-05  Matteo Casalin  <matteo.casalin@poste.it>  [41cfce47ed649905254fe0d0b03bd0b3d08de195]

        Removed unused header

2011-12-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [faa285f2679c842b641ca721141218d826bf7ab7]

        cppunit build: fix the lib64 libdir on some linux distros

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

        The ODG should have office:drawing after office:body, not office:graphics

2011-12-05  Noel Power  <noel.power@novell.com>  [9cff030fa15f89fa1009fbb3827ab11c43c20b04]

        add some form control support for basic dialogs

2011-12-05  Noel Power  <noel.power@novell.com>  [c2f62c8cb30975e3cd46c4800e738f3f010ecb3e]

        enable gsoc multi line inputbar feature

2011-12-05  Jan Holesovsky  <kendy@suse.cz>  [30febe7998caa282ea9a7ebb53dd8517d5b2abc6]

        Revert "remove StarDesktop icon"
        
        This breaks unit tests in svtools.
        
        This reverts commit 915fe51391bdeee79f31173aeedab9746fc88000.

2011-12-05  Tor Lillqvist  <tlillqvist@suse.com>  [a35140f245d774745b806ef12346aa77f0256395]

        Fix library layer mapping for the URELIB ones, fdo#42826

2011-12-05  Stephan Bergmann  <sbergman@redhat.com>  [90a3c0c0b46123a3647a53ddc942ba8614edb722]

        ChildStatusProc needs to be extern "C".

2011-12-05  Lionel Elie Mamane  <lionel@mamane.lu>  [04f53f0714ed364177a740d9de52c497cda74064]

        configure.in: search for pg_config in default fink/MacPort locations

2011-12-05  August Sodora  <augsod@gmail.com>  [ebf168f59f64b868002c10a49448e02939074755]

        So size_t is recognized on windows

2011-12-05  August Sodora  <augsod@gmail.com>  [5ca762a9caf9b89f225d2c8ddd32d265d4bddb61]

        String->OUString

2011-12-05  August Sodora  <augsod@gmail.com>  [fb7adf3f34d538faec842df6aed733f502c9f6e6]

        Remove unnecessary includes

2011-12-05  Ivan Timofeev  <timofeev.i.s@gmail.com>  [aa948e1c25dfa07f6bc47d1077a74ec61982b9c4]

        add missing include for size_t

2011-12-04  August Sodora  <augsod@gmail.com>  [40be618fb31754611dbd4241322004b205774976]

        Refactor scanAlphanumeric

2011-12-04  August Sodora  <augsod@gmail.com>  [f81a7438409ee9cede09b0395d8af0943220a4ea]

        Refactor BreakPoint

2011-12-04  August Sodora  <augsod@gmail.com>  [e7b6c4ac5fc38a05571201b92b81b163348602b5]

        String->OUString

2011-12-05  Lior Kaplan  <kaplanlior@gmail.com>  [3a9271b8fc70f263d1d7ffb8caae915447c32228]

        Add missing space

2011-12-05  Jan Holesovsky  <kendy@suse.cz>  [f259162cf511528c210eb71f51e63b5ff6838ff5]

        The evil in BuildDirs.mk has to be undone by another evil.

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9d5d04776f0a163796a41446852ec59ba76c9c1a]

        add subsequenttest for failing test CellProperties
        
        share test between all services which share the implementation in
        ScCellRangesBase

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e3b55e23029fcade3b8f708fc037830402dbd28]

        adjust sc's c++ subsequenttest concept
        
        create one test suite per implementation class:
        move xcellrangesquery into ScCellRangesBase

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d96ef98abe2dfd91918d84efbbf9119c44dce4d3]

        add subsequent test for failing test TableAutoFormatField
        
        tests are still disabled but problem is related to
        7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f384caf0a8d137166cdc5d24c8577ae24bb93409]

        don't show the warning message if the name is correct

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7b927e5b4d76f4edb9e1c7f115dfbf5a2eae48f]

        ManageNames: set the color of the info text field for warnings

2011-12-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82a548061fcef9eff61c3a23570607db286715b5]

        missing check for cell import

2011-12-04  August Sodora  <augsod@gmail.com>  [71de946a1a2f5479667abd0e8cd0446b1db3ee96]

        sal_Bool to bool

2011-12-05  Lionel Elie Mamane  <lionel@mamane.lu>  [402db3dceb02134860cf42af791523e7703c34dd]

        PostgreSQL-SDBC: increment version number

2011-12-04  August Sodora  <augsod@gmail.com>  [0bcc6c93b8dbd92f7f13ea40c464636b00be0d6f]

        Use appropriate datatypes here too

2011-12-04  Andras Timar  <atimar@suse.com>  [e286a56ecfc0e9312cc63658e3055aea5995c6f6]

        set download name of Windows installer

2011-12-04  Andras Timar  <atimar@suse.com>  [8caa1dc385345f9be0d8392cc1d5a3d11d6eb016]

        remove unused feature of generating setup.ini

2011-12-04  Andras Timar  <atimar@suse.com>  [b85ccca7059eb4bf10045c2b3969ea18a83f4f76]

        remove unused feauture ADDLANGUAGEINDATABASENAME

2011-12-04  August Sodora  <augsod@gmail.com>  [cc744ef568fed0529da133a9d97e1dec19daab10]

        Use sal_uInt16 here

2011-12-04  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [6ddc99b1dd4d64842ed7fca35b991b8cde8a724c]

        String change for Line Number functionality in Basic IDE

2011-12-04  Lionel Elie Mamane  <lionel@mamane.lu>  [fcf4f2c9c01cbcfc24a2a49b1461670026ba2bfa]

        ODBC DBMetaDataResultSet: on move, update internal state as necessary
        
        After successful last(), isLast() should return true!
        Thus, when moving to last record, keep that fact in mind (update m_bEOF) so that isLast returns right result.
        Also update m_bEOF on other moves.
        
        Update m_nRowPos on next(), for the same reasons, mutatis mutandi.

2011-12-04  Lior Kaplan  <kaplanlior@gmail.com>  [e5cef964a8ecfd08465dae64bcbc89ccb08b1f30]

        Fix misplaced doublequote

2011-12-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [68c1f757962a8f2789821ff636bc397d1edd0051]

        visual formula editor: implement selection by mouse

2011-12-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [558b5ea32a99654dcb63526f107726f7aec4747f]

        visual formula editor: copy/cut/paste for any keyboard layout

2011-12-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5a227745095d3a700ca01e062264aa5afd080c8a]

        visual formula editor: place cursor on numerator when creating empty fraction

2011-12-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [8fb78b12219fb0b9c949f8c5bda558f0bd20cc9d]

        visual formula editor: optimize some buildings a bit

2011-12-04  Andras Timar  <atimar@suse.com>  [93cf9e1f2b4a269dfe4fd90945dd2f7c50277db5]

        set 'fa' and 'ug' as bidi languages in Windows installer

2011-12-04  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e42ee773ffc12e38d596ce2aa016f0849c4e5ac6]

        reduce scope of var and better comment of function GetDataArea

2011-12-04  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2e5023f974dd94dfeec0554ce07d0544f9ce7638]

        if empty row / col leads to shrink area, suppress all empty rows/col
        
        and not just the last one, leaving the other within the selection
        area

2011-12-04  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7359ad4fc772bc355905ef8b4a4a7b44dcfc1ebe]

        if changes selection only down, this is also valid for shrinking
        
        and not only for expanding the selected area. Hence both part should
        test this condition.

2011-12-04  Andras Timar  <atimar@suse.com>  [0411cd764bc960ad737d67cffac3fa81d483e317]

        remove packaging for Java Desktop System (JDS)

2011-12-04  Andras Timar  <atimar@suse.com>  [9c9dbc1e26a268e0f1e7ceaccec384b3cde70a2b]

        remove StarDesktop icon from the makefile, too

2011-12-04  Andras Timar  <atimar@suse.com>  [915fe51391bdeee79f31173aeedab9746fc88000]

        remove StarDesktop icon

2011-12-04  Andras Timar  <atimar@suse.com>  [6411ad12f2dac9525f720662692cf712801f8c5b]

        code cleanup of Windows quickstarter

2011-12-04  Andras Timar  <atimar@suse.com>  [3ac61e97198354439ceac8969277585cb8d4cb18]

        remove StarOffice-only file

2011-12-04  Andras Timar  <atimar@suse.com>  [bca4eb7a1b37c053c97c5d8c267d07187ccce3a7]

        -quickstart -> --quickstart, etc.

2011-12-04  Lionel Elie Mamane  <lionel@mamane.lu>  [d952f91d1b37cab3f634aa29a5ee84f96d4f47bd]

        Review translation by Mike Whiteley

2011-12-04  Mike Whiteley  <mike@whiteley.org>  [9f8d1f6b46d7a6be51e46bdde935a1c804baf228]

        translated some comments from German to English

2011-12-03  August Sodora  <augsod@gmail.com>  [2561e3f7860e79817658e536b91192cedaa4aab7]

        Revert "fdo#41865: Make macro recording work without experimental features"
        
        This reverts commit f4b3bd91ca177101d90f522e81163dc6421e14c9.

2011-12-03  August Sodora  <augsod@gmail.com>  [f4b3bd91ca177101d90f522e81163dc6421e14c9]

        fdo#41865: Make macro recording work without experimental features

2011-12-03  Lior Kaplan  <kaplanlior@gmail.com>  [e0ad98aed91062281bfe96a1c579560e72f3bbe8]

        Add link to tools - options dialog

2011-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3e3f729cd668aa241345166f1046a8f0dd9ac83b]

        correctly select new entry after returning from Define Names

2011-12-03  Laurent Godard  <lgodard.libre@laposte.net>  [62ec7f9e824ed1c17f01beaf8f4cec3b76b3aae9]

        cells creation : do not use uno calls at loading time

2011-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b0d01a8cb6f9230db400c92a59bf805bcd5bc05]

        ManageNames: make the add button usable
        
        the concept is not perfect and the code looks ugly but we have no way at
        the moment to open two Refdialogs at the same time
        
        REVERT this hack as soon as this is possible!

2011-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c8fd64a7d909036c4b701d3aaee11b37f378bcce]

        ptr_map does not need a pointer as template argument
        
        I don't understand why c++ did not complain about it but it resulted in
        really strange crashs

2011-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [377bc06165f4a5cad8f67d69e021c51cb2a64180]

        add test for removing sheets to testPostIt
        
        fixes also the problem that one sheet has not been deleted

2011-12-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f131ccd53bd93495855d571ecbcf00aa79b4d9b3]

        some String->rtl::OUString cleanup in ucalc

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

        WaE : missing return value on one code path

2011-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [6a60f07de36ac4448b99185143553028fc26ce59]

        add postgresql download

2011-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [c9c31ee37c75d02a8f66f68df88b60394d80cae9]

        postgresql: do not make headers we do not need

2011-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [a33aaa4ba0452adb2943912dd356ea746d286a6e]

        Oups... set_soeven does not like literal "@" in values

2011-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [0cac9d5238eff7197a93d543daa55a84fa204d78]

        remove n/a comments (came from a copy/paste)

2011-12-03  Lionel Elie Mamane  <lionel@mamane.lu>  [1f7a03d1c4c06738e3b37659e96951ad5dc3dbe7]

        right copyright line for PostgreSQL-SDBC

2011-12-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [2c09f5071fe940881293615dad95b4b046a03a70]

        Fixed build breakage, and remove warning.
        
        OUString never understands generic int type; it thinks it's too
        ambiguous, depending on 32-bit or 64-bit build environment.

2011-12-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [c53c81d97eca4fd3f9a6957ed8b3988a61391da7]

        Revert "Don't overwrite OUTDIR & friends." once again....
        
        This reverts commit 0f1b0e5b7ad813069630e7ae719a800ecab640a8.

2011-12-03  Miklos Vajna  <vmiklos@frugalware.org>  [4bfec0e8393901aad5ccc790a5080842f64019a7]

        nlpsolver: remove unneeded exec bits

2011-12-03  Miklos Vajna  <vmiklos@frugalware.org>  [907969d2642de3fda2d28be653770e95bcf54fbb]

        lo-pack-sources: unused function set_config_version()

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [b93aad95120df2c40756f4ba06344eac2297d0ee]

        svt::ToolboxController: valgrind complained...

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [4f01d343cd6c4e8558cd4331277f02d7089ff476]

        property name spelling s/Visiable/Visible/

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [59307a7164e35396f34bf621ad7e9d2f265b1c7f]

        actually play embedded media:
        
        In order to do this, the media is written to a temp file by
        avmedia::MediaWindowBaseImpl.  This requires some rather ugly hacks to
        transport the Storage that contains the media to the avmedia stuff,
        including adding a XModel reference to avmedia::MediaItem.

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [116ad02ae89a0036a223ef943352587119a47f65]

        xmloff: load and store embedded media

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [e8a54ef88dacccb9759dd394473d52b53ff1cbd7]

        add avmedia::EmbedMedia
        
        This new function is used by sc,sd,sw to embed media in the document storage.

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [51ea69880ca32220fa1c6b3e95c8916e3409184c]

        avmedia::MediaItem: add pImpl

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [fd95f1ab6220c6a530fd2e4e727417f504a5db51]

        refactor SdrModel::GetDocumentStream
        
        Remove 3 ~identical implementations of GetDocumentStream and the associated
        struct SdrDocumentStreamInfo.

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [aa59ee85a8e902aa4dc956822e9169093de6c454]

        SdrModel: remove unused pModelStorage

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [c2d3f170fbe6ab553c50a0b9ba63a0496e1b24e0]

        move LifecycleProxy out of comphelper::OStorageHelper
        
        ... so it can be forward declared

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [c9a1a2acd51224f525f6ed246e52511192215dc0]

        new comphelper::OStorageHelper::GetStreamAtPackageURL

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [18ab7abaa9426cd27092125637fdf5fb849b4a04]

        MediaWindow::executeMediaURLDialog: add link button

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [c6fdc42e87d3474d89d33486a23885a2921160af]

        sfx2::FileDialogHelper: the punchline:
        
        Now that we have removed all the pointless clutter, we can finally make it
        possible to create a file dialog that has a link checkbox but not dozens of
        graphic filters pre-registered: only add them if SFXWB_GRAPHIC is given.

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [5754213c709428b19c68d5242df54683bf83536e]

        sfx2::FileDialogHelper: refactor construction:
        
        There are currently 2 different ways to specify what kind of file dialog
        should be created: the nDialogType and nFlags ctor parameters.
        Simplify that by using the nDialogType for the API specified variety,
        and the nFlags only for options that cannot be specified by the API.
        
        This allows to get rid of 3 constructors, and the following constants:
        WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [db74fdf5346c4f97256522ee2a3200fcdce1af5a]

        sfx2::DocumentInserter: remove nFlags ctor param

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [4f201dc32b58b56e27fa12b6c770ff38c2da7230]

        SvBaseLink::GetFileDialog renamed GetInsertFileDialog

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [bdf260ed3fd2a7361b2833660e1144d50aa92aa1]

        sfx2::FileDialogHelper: remove obsolete flags

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [434c1e313236997ef668853cf74be5fa611fb2be]

        sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [1274babb68e9dc09747ac54ea19421af839db92a]

        sfx2::FileDialogHelper: remove use of WB_OPEN
        
        This can really be derived from the dialog type, don't duplicate it.

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [e913083ed0db342f161b40a153c8af7ada6b4acc]

        remove unused #include sfx2/filedlghelper.hxx

2011-12-03  Michael Stahl  <mstahl@redhat.com>  [fa5dffd7149661850bb27ea0b2d24de06d38a6bc]

        svtools: ImpPeekGraphicFormat: STL assertion

2011-12-02  Petr Mladek  <pmladek@suse.cz>  [a28635374613e556a0093c242823ea90a3704f74]

        another attempt to define test dirs on MAC
        
        sigh, it is hard to fix build on MAC without MAC

2011-12-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [61fce03ff2eb532e41a769f51ad8495f641edfb9]

        inline keyword makes sense only when the definition is in header.

2011-12-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [6b5e43305798e261d0942298483440ed378fe525]

        sal_Bool to bool.

2011-12-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [0f49c6c3d8d0e8d7410e0346fda31ebf7cd9b00c]

        Encapsulate implementation of CMtaOleClipboard under win32.
        
        This class is used only for win32 clipboard implementation.  Better
        move it to where only the win32 implementation code can access it.

2011-12-02  Petr Mladek  <pmladek@suse.cz>  [e0561e4e84ea0ecc1caea7bd5a27e37687ddbd63]

        really build libsmoketest

2011-12-02  Petr Mladek  <pmladek@suse.cz>  [57578c1828755850d1dfdb391d571d7bf1b7cada]

        split smoketest module to fix build
        
        + move the library and other build stuff to a new "smoketest" module
        + keep "smoketestoo_native" only for installing and running the tests
        + restore the targets in top level make

2011-12-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c1baeb25ad3a5d6afb59f9329a634f742a7a9e5a]

        visual formula editor: fix insertion of symbols from catalog

2011-12-02  Muthu Subramanian  <sumuthu@suse.com>  [30b052e7b65434d2a78ab36d8f4475abe0c86a2a]

        n#719989/97: Connector shape fixes.
        
        Note that rotation needs to be done post flipping.

2011-12-02  Petr Mladek  <pmladek@suse.cz>  [ccad45fef484065ae303825a179326542f01b063]

        define missing directories for smoketest on MAC
        
        note that the smoketest is not packaged for MAC at this stage

2011-12-02  Michael Meeks  <michael.meeks@suse.com>  [bdeb01e88ebbe546dc33173f05cb4d370273c392]

        gtk: remove un-necessary fprintfs on fpickers

2011-12-02  Andras Timar  <atimar@suse.com>  [10f977981d2cfb6ba0ccd0185ccb12e212010bc2]

        remove unused Windows icon

2011-12-02  Stephan Bergmann  <sbergman@redhat.com>  [a84d912b7b6a55df59c3c7035c273e2219251d20]

        Improve ChildStatusProc diagnostics.

2011-12-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2292904f85ab6c360c30914e8621e516f8ae1388]

        visual formula editor: fix insertion of "-"

2011-12-02  Andras Timar  <atimar@suse.com>  [c5ca69b5d61f1d28f6069346c426c2fd3402a5f0]

        remove ooo3_ from Windows icon names

2011-12-02  Andras Timar  <atimar@suse.com>  [da0db8b03cd19af585133691689c1d752cc8c970]

        remove unused OOo Windows icons

2011-12-02  Andras Timar  <atimar@suse.com>  [c7ecf3c82d1e9f151488f4833786e69d8357bc9d]

        A trailing 0 on an ICON line is unnecessary and causes an error

2011-12-02  Stephan Bergmann  <sbergman@redhat.com>  [6dc4c0dccae9eb8cb24623e332977034a7471526]

        Added comment.

2011-12-02  Stephan Bergmann  <sbergman@redhat.com>  [98aa85350460a0f1326b99007ae4b2c4ac425d50]

        Also demote DBG_ASSERTWARNING to SAL_INFO, to reduce output clutter.

2011-12-02  Stephan Bergmann  <sbergman@redhat.com>  [0b14a86f8a1c77683db2e81cb4604c077b572cf7]

        Mark rtl::O[U]StringBuffer::{charAt,setCharAt} as SAL_DEPRECATED.

2011-12-02  Stephan Bergmann  <sbergman@redhat.com>  [05fddab006719d9d023787d7e6ee9b979907c048]

        Revert "Remove charAt/setCharAt once and for all"
        
        For backwards compatibility, they should not be removed before LO 4.
        They should be marked as SAL_DEPRECATED, however.
        This reverts commit 1820e7f575dffe53062f50f08cebf0efa37e2cc2.

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [0f1b0e5b7ad813069630e7ae719a800ecab640a8]

        Don't overwrite OUTDIR & friends.

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [5d5df8c6615be1a382f660283dd0f251d1b3b278]

        Fix build on Windows.

2011-12-01  August Sodora  <augsod@gmail.com>  [1820e7f575dffe53062f50f08cebf0efa37e2cc2]

        Remove charAt/setCharAt once and for all

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [36269f66836b17eaa7153cd78aa941468629807c]

        online update: Revert the UpdateInformationProvider::load() cleanup.
        
        It turns out that the direct UCB access was deliberate to be able to provide
        the identification / additional information.

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [dddfadf9d59fb32f20b45e6a529db8639f73dac5]

        Revert "online update: Cleanup after UpdateInformationProvider::load() rewrite."
        
        This reverts commit 358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84.

2011-12-02  Lior Kaplan  <kaplanlior@gmail.com>  [0443311761e0755bda21a627c684cf00ce32bafe]

        Remove extra spaces from strings for translation

2011-12-02  Lior Kaplan  <kaplanlior@gmail.com>  [127c6a3dab9c3a3e7f0cbcea2571a3eb96f990c4]

        Typo fix: Maybe -> Maybe

2011-12-02  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [43b9be10843dfd6a73a1a2070701c18f270954a4]

        Translate German comments and correct the English ones.

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [4f242ff5b0eb4baa3e9ff4f5beef7a4e475c296a]

        Run gdb in the TUI mode.

2011-12-02  Jan Holesovsky  <kendy@suse.cz>  [0ba266a2984afa19fb10b3384f4e317c929b49fc]

        online update: We were missing the update service URL.

2011-12-02  Lionel Elie Mamane  <lionel@mamane.lu>  [8d3793b2b6cde0cb7ee69472ebaecd7b98c30265]

        postgresql: correct TARFILE_MD5

2011-12-01  August Sodora  <augsod@gmail.com>  [56aec836a0505ca5c54d0b29b8c96b130ebe287b]

        Add back setCharAt/charAt for now

2011-12-01  Andras Timar  <atimar@suse.com>  [d0f4bb87900c9a7cb59bba1660566e4a68d505a0]

        fix gid_Test_Dir_Common_Ure parent for MAC OS

2011-12-01  August Sodora  <augsod@gmail.com>  [1722c68c81974e509fe11910a5190c01e455d39e]

        Fix build in macosx

2011-12-01  Andras Timar  <atimar@suse.com>  [36fa8503a101ca6dda5ed9cddf7b99704f96cc6a]

        remove unused string constants

2011-12-01  Laurent Godard  <lgodard.libre@laposte.net>  [c00d6519e919275b390b82b1d1a49a31fe519993]

        String to OUString for SetHybridString method

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8e83722d93bfc49c3a5c31d55ff728842209765a]

        ManageNames: remove Select button from Manage Names

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [156e96d8bf7ac1228378f7ea799aa80c0f653d06]

        ManageNames: move some strings to globstr

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64a9481b9902f14d730cf3d6ef1398b314ec2dc3]

        ManageNames: the mode switcher needs to be enabled too

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6ff59b03023b7698b17fc53a8ac60a008709b497]

        ManageNames: fix tab order in Manage Names

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3ee3373cc64eb9a206dafbcffab54b85feb42be]

        ManageNames: fix taborder for DefineNames dialog
        
        the more button is not usable with the keyboard

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b9c76854bab835ea482e8763cedaa4adb0ae1192]

        ManageNames: fix tab order in Paste Names dialog

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9edb6b2edd0535125576070fd9d071574676f19a]

        ManageNames: minor problem with size of header bar

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c55e0745d4b190487b2166a7c13410616a2c6faf]

        clean up filters-test after split

2011-12-01  Eike Rathke  <erack@redhat.com>  [a97a5310f921a483d0d11a98cd18185890bcccbc]

        we are W3C XMLSchema here, not ISO 8601

2011-12-01  Lionel Elie Mamane  <lionel@mamane.lu>  [44ec239eba3b652fc8dbe1e0eb66c7f9ed018137]

        Internal libpq (PostgreSQL client lib)

2011-12-01  Lionel Elie Mamane  <lionel@mamane.lu>  [74283f6976c727233ca330a1e9bf6ee4f52f86c5]

        External PostgreSQL: automatically search MacOS-specific paths

2011-12-01  August Sodora  <augsod@gmail.com>  [c351b1e19f1b1207949b70386640dc06ef0144ad]

        WaE: unused variables

2011-12-01  Lior Kaplan  <kaplanlior@gmail.com>  [e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb]

        typo fix: explicitely -> explicitly

2011-12-01  August Sodora  <augsod@gmail.com>  [9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc]

        fdo#41474: remove setCharAt and charAt from O[U]StringBuffer

2011-12-01  Stephan Bergmann  <sbergman@redhat.com>  [beebf578ed20771495d2eda9e7fb898767f49d7c]

        -Wstrict-aliasing fix

2011-12-01  Stephan Bergmann  <sbergman@redhat.com>  [db4017cb710b254ccc4e1980fdf419134afab252]

        The other uses of pReserved had been changed to nStaticRefCount in 2001.

2011-12-01  Andras Timar  <atimar@suse.com>  [f799339a4ccf1d6e35976e9e185c94c1d68c3d5b]

        set manufacturer name to OOO_VENDOR or else to USERNAME

2011-12-01  Andras Timar  <atimar@suse.com>  [be8a7eb7c1cfcb9d89898c6cf40f560577a0c0a8]

        our product is always opensource

2011-12-01  Petr Mladek  <pmladek@suse.cz>  [8c478c911033243df90ba290b32732a1fd70130e]

        create installation set for tests
        
        + it currently includes just the smoketest and is available only for Linux
        
        + the side effect is that it builds the smoketest before instsetoo_native
        + it runs it only during dev-install when the variable RUN_SMOKETEST == YES

2011-12-01  Eike Rathke  <erack@redhat.com>  [86adb5cacb4fe3e7fb869299447da5876f0da30d]

        get rid of class Date and Time default ctor with system time penalty

2011-12-01  Eike Rathke  <erack@redhat.com>  [b20ea84970fb8b3068880a361822941c47f50edd]

        pull in module headers before solver

2011-12-01  Petr Mladek  <pmladek@suse.cz>  [2578d13ea8bf7b3918e392a3fabca7ba2fec3146]

        add exectuable rights for libraries on Linux
        
        RPM strips debuginfo packages from libraries only when they have
        execuateble rights
        
        It does not fix permissions of the prebuilt mozilla libraries; scp2 defines
        the same permissions for all files inside the mozruntime.zip archive.
        Unfortuantely, it icludes libraries and data files togetger.

2011-12-01  Petr Mladek  <pmladek@suse.cz>  [0056224aee18d6c04ece998e9fb6e3cff06b8719]

        Use more reasonable permissions also the profile files

2011-12-01  August Sodora  <augsod@gmail.com>  [ecbed27f6a2b61a6544c92178367eacfa2ea0b50]

        Check length before operator[]

2011-12-01  Caolán McNamara  <caolanm@redhat.com>  [60795da6a87f751e69eaf5f731c86d45a040a97e]

        fix broken .ulf translations
        
        some loon ran a little amock (*cough*)

2011-12-01  Tor Lillqvist  <tlillqvist@suse.com>  [172b1f03bf23336c5aa88a01f74b24b6ef5ab4d2]

        Update

2011-12-01  Tor Lillqvist  <tlillqvist@suse.com>  [df938e85d68fc42a300319ce3ce77576b77367e5]

        Don't bother with Report Builder on Android for now

2011-12-01  Tor Lillqvist  <tlillqvist@suse.com>  [cfec328cc17a35cc70aeeb673aa8334f2d20f965]

        Don't bother with Presenter Console or Minimizer on Android for now

2011-12-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [f077db2668fe12eb260a47ac9abf5db32eeeab15]

        Revert "Don't overwrite OUTDIR & friends."
        
        This reverts commit 28275d470f3a062cfa27d72bbf89328af1e83c68.

2011-12-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [f41eddb61c76d4bce924dd5fcddd21157a83d4eb]

        This data member is no longer used. Remove it.

2011-12-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [a382228bc747d6a862287b06f31e5c2e4e0cd5a3]

        Use themed icons for message boxes again

2011-12-01  Andras Timar  <atimar@suse.com>  [19f0d48364d19bc02dcca92a324fbdbd6cb57535]

        delete the space after 'qtz', too
        
        otherwize double space will occur in the variable and
        it will be replaced to ',,' instead of ',' -> build fails

2011-12-01  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [52d5644828ac5528d8b5fe6dd644669364f35bce]

        Some changes to the Word Count UI

2011-12-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf58b6f81d042783fd9bf79d66deaf974565ea45]

        fix typo

2011-12-01  Laurent Godard  <lgodard.libre@laposte.net>  [eec4e1202d5f2f39ad881ce4afd94b8384c8b3c2]

        avoid Tabs size calculation in loops

2011-12-01  August Sodora  <augsod@gmail.com>  [443a7229f96806e6bbece775cc7cd643e1c4a042]

        Remove uses of charAt

2011-12-01  Andras Timar  <atimar@suse.com>  [549f928863d0c1625f0322f62bfdda827063725e]

        Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914"
        
        This reverts commit d76479654748454e280ac48217fb0036bc5940a1.
        Bjoern fixed it correctly, this hack is not needed.

2011-12-01  Tor Lillqvist  <tml@iki.fi>  [08c9b47805dbb3c9ecba408bbf2accdfe3dbe2b9]

        Fix typos in "hint" and make more readable

2011-12-01  Jan Holesovsky  <kendy@suse.cz>  [b95bb2da9a197f950a2f40715ad731296cdb5296]

        Enable online update in the release builds again.

2011-12-01  Stephan Bergmann  <sbergman@redhat.com>  [eb251522ebe462903c96881ae9b99814700c84d3]

        -Werror=unused-parameter fix (completely removed unused setRowVisible())

2011-12-01  Stephan Bergmann  <sbergman@redhat.com>  [2d0998f871cef5ce32cda68a3320bb9f7b29cd58]

        -Werror=parentheses fix

2011-12-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [74b3b4bc25ae31a43c08fdb09d71dae73d1f5cae]

        fix libvisio's build.lst so that boost dep is taken into account

2011-12-01  August Sodora  <augsod@gmail.com>  [96a5d372f3e2d84522e68407e1061a1c4bfecdb5]

        fdo#35657: reenable subsequent test

2011-11-30  August Sodora  <augsod@gmail.com>  [49da4d5da016f8a5cce52014b64362e8daa1bffe]

        Remove unnecessary includes

2011-11-30  August Sodora  <augsod@gmail.com>  [98fd966d0c2c46b51b84da26cdb4bc5ac81e0372]

        Remove unnecessary includes

2011-11-30  August Sodora  <augsod@gmail.com>  [b291c3a1f2d0595096d671c8f6d2812caa993f83]

        String->OUString

2011-11-30  August Sodora  <augsod@gmail.com>  [8ceae013e9664bfc86d4f95d00b2c7fb1f42be76]

        Remove unnecessary includes

2011-11-30  August Sodora  <augsod@gmail.com>  [93e3a86977cb8a2d60db7cf3489564c95d18ee80]

        Refactor sbxitem

2011-12-01  Tor Lillqvist  <tlillqvist@suse.com>  [5408edd6e054420b081a45e58f2bdd40b0673863]

        Now that JAVA_HOME is set early, no need to expand it lazily
        
        Just use $JAVA_HOME instead of '$JAVA_HOME'. Fixes build breaker in at
        least bean on Linux.

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e23a821d3f5b409a33837e9a0b9ea2e1cd65bec]

        split sc's filters-test into in-build and subsequent tests
        
        only testContent and the ods range name test remain in-build, everything
        else is now a subsequenttest
        if needed the subsequent_filters-test can be moved to an in-build test
        in Module_sc.mk

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc84d4782ca3750fd9cabfdaea1d9e89cca20286]

        move sc's macros test into sc/qa/extras

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [973406e43989005c6ccd4f803a48ce344bb06d19]

        only load the testfile once and after that reuse the already loaded file
        
        this is not perfect but better than loading the file several times while
        we should only call read-only methods

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3dbc46d99a14b56f27371d45736b11904a1f3dc8]

        move c++ based subsequenttest to sc/qa/extras

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [130028f2b4f27765ddf1b657f1f8e1d4a4005698]

        configure pgsql-sdbc: use PGCONFIG instead of relying on PATH

2011-11-30  Tor Lillqvist  <tml@iki.fi>  [53125e89eb279fc816bc2f903d07a66bfd165c6f]

        Set JAVA_HOME before it is used

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1f6be70688a74b9f2ff1f641ef45c6fc5d20cc38]

        do not even read module dirs when shortcuting

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f95bf9c68dde00624a9b4134993f9ddf14123d1a]

        debugrun does not need to read gbuild definitions

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [359dc427b4633b271078fbb80fdf674f54c89c0d]

        execute debugrun after building

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [895d23328e5c7fa9293eb581d562f4d8fae1afed]

        Fix build breaker thinko

2011-11-30  Tor Lillqvist  <tml@iki.fi>  [f7593f3d39ef7f8036e80b5d44f9304ef6c41e7b]

        Avoid syntax error if $OXYGENOFFICE_PACK is undefined

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [05b53b1b8e500b31bef1db737303725a168379da]

        postgresql-sdbc: review build rules

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [5510127e89d6971a219ce3664e4631d6c6dda2b1]

        Android code refactorig and hacking
        
        Sorry for the large unstructured commit. But hey, the Android code is
        experimental so far.
        
        Extract the native lo-bootstrap code into a fairly normal library
        built in sal. (Previously it was the JNI part of the "Bootstrap" app.)
        Just linkink normally to liblo-bootstrap from C++ code that uses it
        works fine, no need to do a dlsym lookup.
        
        Bootstrap is still a subclass of NativeActivity and can thus still be
        used as an "app" (to start unit tests, or whatever), but can also be
        used from some other app's Java code to just get access to the
        lo-bootstrap native methods.
        
        Introduce a new top-level "module", android, for Bootstrap and the
        experiments with DocumentLoader.
        
        Note that the experimental DocumentLoader app still crashes. It can't
        create the com.sun.star.frame.Desktop instance.
        
        I spent lots of time debugging in the painfully inadequate
        ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is
        quite crappy in many ways.) I should really experiment with
        corresponding code on a normal platform first before even trying on
        Android. Basically, I think that if I just can get the concept of Java
        code that instantiates and uses LO components *in-process* working on
        a normal desktop platform, it should work on Android, too.

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [a7fe1a0a088b2d3d68e3fc4b0d3e8d5a34f3e203]

        Bin an obsolete X11 on MacOSX related bit

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [b2dbb20fd870da8c06fc7eb23a592dea057e8090]

        Fix indentation

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [daab827fd17345855835f69ac028c3ed5c28890e]

        Don't add nonexistent Java files and dirs to various env vars

2011-11-30  Tor Lillqvist  <tlillqvist@suse.com>  [424c479e1ac1edc01d066a3b5ce10d45febf57bc]

        Don't bother with -D_PTHREADS -D_REENTRANT for Android

2011-11-30  Noel Power  <noel.power@novell.com>  [93acae3d17c528bd98b28cc9078c8dd7612316a8]

        gsoc inputbar ( fix scrolling ) add support for hard linebreaks

2011-11-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [858def93c81ab4c94fdf191b7495eeb01a9c3d2f]

        fix previous commit, really move initial focus to printer selection

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0e3f81ae4d277cd2cfeb1e70204266d769dc2a3e]

        remove debug line

2011-11-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [041fc1f56618b18923f23a27a6e482ed81a98fe2]

        fdo#34641: move initial focus to printer selection

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7d3f21b27469d04b57dbd9f7befb3109001422ed]

        dont read gbuild definitions on distclean

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [aad641e29b87013ecd77d03d18d7755f284539d7]

        pgsql-sdbc: adapt comment to new code situation

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [286665960a3474ddee1f01807de10d5251f49848]

        port a failing sc subsequenttest to c++
        
        potential improvements: only load the file once and use fods instead of
        ods

2011-11-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b96e62c5ff6bdbe4c5d3cfcfb3cb238943760a19]

        disable sc subsequenttests that use binfilter formats

2011-11-30  Jan Holesovsky  <kendy@suse.cz>  [28275d470f3a062cfa27d72bbf89328af1e83c68]

        Don't overwrite OUTDIR & friends.

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [15f7470531cbb184e23b5eeec312e75d8bb1d3a8]

        add const

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [a3e51cf3d16fcc166d6335b222765cb628524308]

        pq-sdbc statics: properly initialise defTypeInfoMetaData

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [7b0f53a5ea218d053eba2bf85a46c892267b3bb1]

        Success to load JDBC driver is still info, not an error

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [83e0a67b9384fdfe25306ada675f3325b3d93bba]

        fix silent pass on to buildpl

2011-11-30  Eike Rathke  <erack@redhat.com>  [445ae496f9a3b8abf8427e8ffe82d85cdaecd384]

        sort out Gregorian cut-off date as side effect of validity

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab988b37908a0b8ee62869bd637bf176b03ac3ac]

        fix conditions on when to read gbuild definitions

2011-11-30  Caolán McNamara  <caolanm@redhat.com>  [22ad135d1beffa214bff0f628d6e1c3fd182b60c]

        update list

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [d5effb40f2bfa95b8b1d19f56195754f125a75c5]

        create placeholders properly in docx mathml import

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [baaf0aa0295a052f6c47079438b10952f79718cd]

        do not add unnecessary spaces in docx mathml import

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [f606abf36ba12fe59b8e809db93b512799166c0b]

        try with at least somewhat more generic handling of docx m:groupChr

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [0ca8b2c7008694532d3135cc50fc4505ed2c5d64]

        do not ignore docx m:box contents (but m:box itself is not implemented)

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [0f7fb6868011ea8f7b51a6a326d552254269a63c]

        read m:oMathPara
        
        I'm unsure on what the difference to o:Math actually is, so just make
        sure the element and its contents are not ignored and each contained
        m:oMath will be read in separately.

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [03f950d64f99be1a16a0da98cd0cf1d41dfb8649]

        import docx m:limUpp/m:limLow properly

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [c56e4ab6675a83da09bfbe69bf63f6a4cedcb566]

        export all sub/superscripts LO can handle to docx mathml

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [53c9a92cc82baaabd05b182152541e0c7d2bd3d0]

        fix writing of docx m:sPre

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [cb0965a860b6a08333eb1373b8018454da3b260f]

        import docx m:sPre, m:sSub, m:sSubSup and m:Sup

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [e6ba4a206f4e3ad7bac35a9dee1438e396d39998]

        helper for reading docx OMathArg

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [9414d02629e3267e47ac4d93a318b13ef2efc39e]

        implement docx m:rad

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [f28c6c55ad902a399cc7a7f8cb426c09da5ba58c]

        warn about unknown m:chr in m:acc

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [8168d6d3df3245fc776152ccc46bfa28c5ea7d32]

        implement sum properly in docx mathml

2011-11-30  Luboš Luňák  <l.lunak@suse.cz>  [500b6af7773a9991425a1a031ebf8901b3549de2]

        implement docx m:nary

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [5f3bd5bed3f5d677208dc1b897b2f21eb5f622bb]

        pgsql-sdbc: Robustify against empty arrays, etc

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [c75e15c980714c746a0b4b023cecf486cbe81bdc]

        Failure to load JDBC driver is an error, not info

2011-11-30  Lionel Elie Mamane  <lionel@mamane.lu>  [9a466d9718cceeb4ace9e3352a173c7b62387eee]

        ODBC: use right integer length to get Statement Options
        
        Else (on 64bits platform) the driver smashes our stack: SQL_ULEN is 64 bits
        Widen result type of getQueryTimeOut, getMaxFieldSize and getMaxRows so that it will always fit

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ec894c5fb90bdee1c56d113d14b0bf524df9f5a9]

        lets only depend build-order only on build from debugrun for now
        
        - as long as we still have the slow build.pl run for top-level build

2011-11-30  Stephan Bergmann  <sbergman@redhat.com>  [08b921ef07ff2f5089b1e55c9fa11325a594ab22]

        Enum member names live in the outer name scope.

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1f538764acdd67c3f294cd03da006ace27f736ef]

        make build.pl verbose on non-silent builds

2011-11-30  Petr Mladek  <pmladek@suse.cz>  [817bf1d41bb07aeb3ed7649d25c2b44ee4acb1fe]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core

2011-11-30  Khaled Hosny  <khaledhosny@eglug.org>  [0608cb332ad5b4e4e331b990c28f6354823fd2ae]

        gtk: fix RTL combobox rendering
        
        GTK themes expect the button and the editing area to be swapped in RTL.

2011-11-30  Caolán McNamara  <caolanm@redhat.com>  [66a2598e164e2003bed045f03e9ed6c0921f7f2b]

        convert over hidden windows-only ByteStrings

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

        get findunusedcode target working

2011-11-30  Michael Meeks  <michael.meeks@suse.com>  [51bd0803b34565ee68d8be62e4076cb581785b06]

        rename, and bundle the postgresql driver if it is enabled

2011-11-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [509590426a08fd9cdc30d895d5adfd07efea0ebf]

        fix TARGETGUI for windows

2011-11-30  Niklas Johansson  <sleeping.pillow@gmail.com>  [0083479a80de831b0ae90877aa4f5d6c4670eb49]

        Fixed fdo#42778 pass count in Manage Breakpoints and crash in dialog
        
        When entering pass count 2 it is expected that the breakpoint is
        passed two times before breaking not to break the second time.
        
        Also fixed a crash due to dangling pointers of breakpoints.

2011-11-30  Eike Rathke  <erack@redhat.com>  [c593018f6f2deec8eb98880ac89f19b59a3aee1f]

        no need to check for Gregorian cut-off date here

2011-11-30  Stephan Bergmann  <sbergman@redhat.com>  [2d9beb7854bdfa6e6140e78ab754414340725e38]

        OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...
        
        ...with SAL_LOG=+INFO due to std::ostringstream in log.cxx using global operator
        new, which potentially calls rtl_allocateMemory.

2011-11-30  François Tigeot  <ftigeot@wolfpond.org>  [4821546a240df94c25f2f5a3b0fc3c480596fa3b]

        Remove unused variable PACKAGE_LIB_DIR

2011-11-30  Andras Timar  <atimar@suse.com>  [d76479654748454e280ac48217fb0036bc5940a1]

        temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914
        
        It is puzzling that Executable_soffice.bin.mk contains the line
        $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES))
        yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags.
        I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it
        prevails. I guess MinGW will be still affected. It really should be
        fixed correctly by a gbuild expert.

2011-11-30  Andras Timar  <atimar@suse.com>  [0ddefdad69ac963126a3ab6bec2f536804d92c56]

        fix license header

2011-11-30  François Tigeot  <ftigeot@wolfpond.org>  [53ed1eb35926d4dccd4deac779327ea1a1f581cd]

        sampleicc has not yet been packaged in pkgsrc

2011-11-30  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b8c18bbb837c892657d189f1456ceee31d7740e3]

        Translate German comments

2011-11-30  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [b184d422893015e1c7086f7b31fe0a53814a2bb0]

        Translate German comments

2011-11-30  Stephan Bergmann  <sbergman@redhat.com>  [cbcf00ad04e8e1457f5563a25b6f9cf68e3f4a24]

        Removed unused sal/inc/internal/once.h.

2011-11-30  August Sodora  <augsod@gmail.com>  [1eb974c1429967ce76db4b16192a9a95b3e8cc6f]

        Convert group of consts to enum

2011-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [e57e5b0c7f1a5ec6cd008226f126438d65cbd8d0]

        Use SmART Gallery 0.95

2011-11-30  August Sodora  <augsod@gmail.com>  [e007d3f3b93235be8dfd328db6cf38475acb49a7]

        String->OUString

2011-11-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [e4b924df8f9ad02c66549751cb8e123e420e8508]

        Reduce usage of GetQueryItem() (singular version).
        
        I added that as a convenience method while working on implementing
        multi-value filtering.  But we need to stick with the plural version
        GetQueryItems() from now on for clarity.

2011-11-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fc912cb1087d4133502647aac131affc10355af9]

        Remove some obsolete config options

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [7f2fcde9e12164b72f775fa4e2b30bebe7c37311]

        Export multi-value filters to xlsx.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [5b033d425cebe2fc031172c2c3bc9b6a7a784369]

        sal_Bool to bool.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [d4a51391d32d9c1f53dcdcc48aeb7a0c63f6c374]

        Correctly import multi-value filter settings.
        
        We are still not 100% compatible, e.g. Excel's "show blanks" setting
        is not cleanly mapped (partly due to ODF's limitation).  But that's
        a future TODO.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [af4435c5a4964a86457fe61c3bade42ca3cf236d]

        Switch to TableFilterField3, but no other changes.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [24497be46946032324aade1eeaed6cf0b87a610a]

        Removed duplicate code block.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [0278ebc50e4f1b34657f1e7d51b44b4e73858399]

        Implemented the new multi-value filter API.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [34493546d62eff44c2a0f8111551ce50695e054b]

        New UNO API to handle multi-value filters.

2011-11-30  Takeshi Abe  <tabe@fixedpoint.jp>  [7113c7152d1ec875e65e97548fa6243fc83fbc53]

        catch by constant reference

2011-11-30  Eike Rathke  <erack@redhat.com>  [2b2f6abfcc83c4701b42c92c6209a1052324f0a5]

        introduced Date::IsValidDate() and Date::Normalize()
        
        + IsValidDate() checks only day and month regarding the year, not Gregorian
          cut-off date as now does IsValidAndGregorian().
        + Normalize() carries over invalid day and month values to next months and
          years.
        * All methods that return or internally use a day count now internally
          normalize the date values, without modifying the actual Date instance. So,
          if the date is not valid you may get unexpected results.
          * Previously, a date with month>12 would had accessed the days-of-month
            array out of bounds on all such methods. So you would had gotten
            unexpected results anyway..
          * Affected methods are:
            GetDayOfYear()
            GetWeekOfYear()
            GetDaysInMonth()
            static DateToDays()

2011-11-30  Eike Rathke  <erack@redhat.com>  [7613359985a89a42417a746bcdbb25f072784733]

        handle dates with year < 1000
        
        * Read dates with years consisting of less than 4 digits.
          ISO 8601 specifies that years are to be written with a minimum of 4 digits.
          However, be lenient in what we accept.
        * Write years < 1000 with leading zeros to comply with ISO 8601 YYYY.

2011-11-30  Eike Rathke  <erack@redhat.com>  [07a7b2937a9427b2feb3307804ec0f527091bb92]

        fixed fdo#40363 freeze chart wizard with non-gregorian date
        
        Use the newly introduced Date::Normalize() instead of a never ending
        while(!date.IsValid())

2011-11-30  Eike Rathke  <erack@redhat.com>  [6619955e72c1c2f29a32e82478d19147c0d7610a]

        introduced Date::IsValidDate() and Date::Normalize()
        
        + IsValidDate() checks only day and month regarding the year, not Gregorian
          cut-off date as now does IsValidAndGregorian().
        + Normalize() carries over invalid day and month values to next months and
          years.
        * All methods that return or internally use a day count now internally
          normalize the date values, without modifying the actual Date instance. So,
          if the date is not valid you may get unexpected results.
          * Previously, a date with month>12 would had accessed the days-of-month
            array out of bounds on all such methods. So you would had gotten
            unexpected results anyway..
          * Affected methods are:
            GetDayOfYear()
            GetWeekOfYear()
            GetDaysInMonth()
            static DateToDays()

2011-11-30  Eike Rathke  <erack@redhat.com>  [dca69d5bb2d0e542de26624dd9f71fb87e1533f2]

        renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions
        
        Once smaller than 1582-10-15 decrementing a Date will not produce a valid date.

2011-11-30  Jan Holesovsky  <kendy@suse.cz>  [cb937da55c3ab3d238b97d6e0e709ea2a04d2c26]

        online update: Now check even the checkForUpdates().

2011-11-30  Jan Holesovsky  <kendy@suse.cz>  [358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84]

        online update: Cleanup after UpdateInformationProvider::load() rewrite.

2011-11-30  Jan Holesovsky  <kendy@suse.cz>  [b87fa222f1cc58e17b57fe5ef08438520976faae]

        online update: Unit testing framework + rewrite of load().
        
        - introduce first two basic tests (to be improved)
        - rewrite of UpdateInformationProvider::load() to use comphelper
        - smaller splitting of functions to be able to unit test

2011-11-30  Jan Holesovsky  <kendy@suse.cz>  [4432a44e75c2ead9b226838014a480d68f7900e9]

        online update: Make the test for update to actually start (still fails).

2011-11-29  Caolán McNamara  <caolanm@redhat.com>  [920a261c8aaeaa268029158ed35a425f160e95d0]

        getenv based debugging code doesn't make complete sense, remove
        
        i.e.
        
        mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X();
        mnOutWidth = maPaperSize.Width() - 2*maPageOffset.Y();
        
        might possibly be intended to be
        
        mnOutWidth = maPaperSize.Width() - 2*maPageOffset.X();
        mnOutHeight = maPaperSize.Height() - 2*maPageOffset.Y();
        
        either way, its behind a special getenv, so ditch the lot

2011-11-29  Rene Engelhard  <rene@debian.org>  [b7b23ac999393c02ec68f19667960183f512bf43]

        don't remove Makefile on make distclean, we need it now in all cases...

2011-11-29  Rene Engelhard  <rene@debian.org>  [7f31dfc4b6265b7115f07bc711c969e0e86e5118]

        fix test: s/==/=/

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [d008ebbeedf75765badb1e2e70106da9eabb953b]

        Check for empty URLs after all, to avoid warnings from canonic().

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [438054572e0e20cd8ba2a1cfc436c845acfc7145]

        Adapted to new assertion/logging mechanisms.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [da65218ce1160305e7d60ed6a74f48324f08c83c]

        Enabled sc/qa/complex again.
        
        sc/qa/complex/calcPreview/ tests do not work automatically and have been left
        alone.

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [a115442064c3c6a2ea398895159b62040d079cbb]

        import docx m:m

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [82c78e8790f341373c84f4b5bae5b3834b7b18ce]

        finish reading in while() also when end of stream, just in case

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [ad1a6c6d507f2480efa582ad8b864d65dede1314]

        improve import of docx m:d

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [d193f127db5fe22207caf0b34d387390a985b398]

        docx OMathArg can actually be more than one element

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [dff36f4c4c75a94cb6ef61f34d03fa2503def92a]

        docx m:r can contain multiple m:t

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [34e2e7dd8441148fa8f05c1e9ca324003058ed11]

        implement docx m:groupChr

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [6e91e7d4e7c283e40ae3f6a3fe520da392d84bb5]

        implement m:func, m:limLow, m:limUpp

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [49987bbb47962f46b2522345a764bb99fe5a742a]

        fix reading when the next tag can be one of several

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [5c897753a6cc16f1b9b8c51721cb93e80b3bfc01]

        better debug output when skipping an element

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [f92bb660961a3f2dee392eac214bdd568ba2ea52]

        no debug about skipping tags if not actually skipping

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [6bbca34846fd9e2d26d035dc7255bb3d77e2869b]

        make debug output print tags as strings rather than id numbers

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [eb31865c852ac1843ab6060fdc401cf5cc2bf13c]

        merge processing of OMathArg and OMath, for now

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [09f94dc9d8d4b9501179399249dc2be7b95f8de8]

        m:f docx import is reasonably done

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [020eddb20aa6fe68851dbc05aafeaf1eca0f8c11]

        try to avoid unnecessary space in created formula

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [7bdccfdc1d3dc070a19a604c4c76b28428cc5a0e]

        implement import of docx mathml m:d

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [e9ed9d4d4548751b50d45b7082f776d6e69204e3]

        do no re-sort oox tokens
        
        Search me why writerfilter rolls its own, but otherwise they use
        different ids, because writerfilter does not sort them.

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [86927dd6e88fae25e55748cb3a475518351b8dd7]

        static const

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8fd6eb67e988e83c2f441bc552ec18b800a5b64]

        remove another debug line

2011-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [92440ddb00a4f2bc8c2a8dc726c20bca78d5b916]

        move sc's macros_test to the subsequenttest target

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eef80c23ffc790ae30feb5048e978c48e7b76e73]

        use gb_MINISOLARENV for platform check

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c4537471c932b65e6f72e41881b505c4bbad12c]

        dont mindlessly touch the icc-header file on every build
        
        - this little gremlin touches the header file everytime it is run
        - as icc is very low level, this causes a lot of pointless rebuild
        - everything from vcl up gets relinked
        - this slows every empty 'make build' down by more than 40 percent
        - would really need to check if the file changed before writing, but as we
          rarely change icc itself, I didnt bother with that

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [d3c772229cf93ecb1296a67f4ddf5e73afe41b7e]

        Use rtl::Reference<>.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [ca6052b9a62596902f901f8fa36680d7abe989f5]

        Special casing can be removed again.

2011-11-29  Ivan Timofeev  <timofeev.i.s@gmail.com>  [1e19c59d51b2184bbc2f7b794fe411946553548f]

        merge SwSortedObjsImpl into SwSortedObjs

2011-11-29  Michael Meeks  <michael.meeks@suse.com>  [1932529adf3a6f8b8f4785e4412e5f0deb50af45]

        postgresql: work around uninitialized warning.

2011-11-29  Michael Meeks  <michael.meeks@suse.com>  [4cc501d8173373e9656ae5e568b43e3cb90587e7]

        WaE: sizeable postgresql warning cleanup

2011-11-29  Petr Mladek  <pmladek@suse.cz>  [0a112eecbcbe58d3795a4e14ef56b0f253461a98]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd750cf42b308cdbf48ebd54fdd6f4fa0865b91a]

        with announce letters shalt thou count to three, no more, no less

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b1d20f68474d91d8accafdeb403526b16a636220]

        set gb_PARTIALBUILD in CustomTargets

2011-11-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [a7069c2aa24f40b8e47d148b7201f879faa2ff32]

        git rev-parse argument are not files, no need to try to find abs-path
        
        This was causing some error message on Windows

2011-11-29  Thorsten Behrens  <tbehrens@suse.com>  [2e76553c7cfbcb08146e1b66129536192df4f2e1]

        Fix previous merges to build.

2011-11-29  mst  <mst@openoffice.org>  [6e26550c8262b416dfd38df082f9fbf340c57516]

        slidesorter1: #i116412# Temporarily turning off slide tracking to avoid unwanted repositioning of visible area.
        
         * found as LGPLv3-only fix at svn rev 1172132 (http://svn.apache.org/viewvc?view=revision&revision=1172132)

2011-11-29  mst  <mst@openoffice.org>  [bdfbbb33a491f3ce34375de14ba33436b047e88b]

        slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.
        
         * found as LGPLv3-only fix at svn rev 1172131 (http://svn.apache.org/viewvc?view=revision&revision=1172131)

2011-11-29  mst  <mst@openoffice.org>  [d00e10d0d5b1fb0eacd44f1599ea718a7bccf584]

        slidesorter1: #i114252# Fixed selection in slidesorter.
        
        # HG changeset patch
        # User Andre Fischer<andre.f.fischer@oracle.com>
        # Date 1298997222 -3600
        # Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212
        # Parent  5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de
        
         * found as LGPLv3-only fix at svn rev 1172130 (http://svn.apache.org/viewvc?view=revision&revision=1172130)

2011-11-29  mst  <mst@openoffice.org>  [86e093007b4f87caa785455abae043d6427c7070]

        slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property.
        
        # HG changeset patch
        # User Andre Fischer<andre.f.fischer@oracle.com>
        # Date 1283353420 -7200
        # Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48
        # Parent  2ebd15d9e8a637b5c563f1ae49768668412e2baa
        
         * found as LGPLv3-only fix at svn rev 1172126 (http://svn.apache.org/viewvc?view=revision&revision=1172126)

2011-11-29  mst  <mst@openoffice.org>  [f215333002882872129066828228d3343a903331]

        slidesorter1: #117012# Update preview when text editing ends.
        
         * found as LGPLv3-only fix at svn rev 1172129 (http://svn.apache.org/viewvc?view=revision&revision=1172129)

2011-11-29  mst  <mst@openoffice.org>  [5b6487aa8ce1406efb8e29de28a9ecd1c3d06cf2]

        fs34c: #i117666# check first if value is null
        
         * found as LGPLv3-only fix at svn rev 1172125 (http://svn.apache.org/viewvc?view=revision&revision=1172125)

2011-11-29  mst  <mst@openoffice.org>  [e2ba9814858156af6a2b39f885b3a6387ca29da2]

        fs34c: check if description can be read and return ccorrect name for shapetype
        
         * found as LGPLv3-only fix at svn rev 1172124 (http://svn.apache.org/viewvc?view=revision&revision=1172124)

2011-11-29  mst  <mst@openoffice.org>  [1b056c65f6d612a00eefe8824c854e4577e4f4be]

        fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty
        
         * found as LGPLv3-only fix at svn rev 1172123 (http://svn.apache.org/viewvc?view=revision&revision=1172123)

2011-11-29  mst  <mst@openoffice.org>  [c9e1a120fff37a9d87c4e193cec804d2ac909f90]

        tkr41: #117828# office crash fixed . (null pointer) + add unit test
        
         * found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)

2011-11-29  Petr Mladek  <pmladek@suse.cz>  [ef91e38681a668cb1c587d59117a83caae51fe32]

        Version 3.5.0.0, tag libreoffice-3.5.0.0 (3.5.0-beta0)

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [36d950fb16d214b7163223fc2b51f0990f96e494]

        Let's not over-activate tab controls unnecessarily.
        
        This interfares with the preview shell passing selected tabs back to
        the view shell, by always selecting the first tab unconditionally.
        
        The tabs get painted fine even without this call, so let's remove it.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [654c4be03c86cf00f0c66f876caa392e9391f8f5]

        Let's check the validity of sheet indices.  You never know...

2011-11-29  Petr Mladek  <pmladek@suse.cz>  [da29b0405bc91546f8eaee70303a1c40494e867e]

        bump product version to 3.5.0-beta1, release number stays at 0

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [1aa1b7298c2ea84f27881e3beb6ae7108554876f]

        ...originally probably replaced an en-dash (thanks Roman Eisele).

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [471a0d741d823077381c2fcb167739755806cf48]

        Replaced UTF-8 U+FFFD with ASCII space in source code comment.
        
        The Unicode replacement character got in there probably during a previous
        conversion of the source code; not evident to me what it replaced originally.

2011-11-29  Andras Timar  <atimar@suse.com>  [93ba2c77a14a1377525d5c382dba26c08527c4ab]

        remove CR/LF linefeed from description

2011-11-29  Andras Timar  <atimar@suse.com>  [236eebb22eb4eae70f795445a399f2beb25045fd]

        eliminate duplicate IDs

2011-11-29  Andras Timar  <atimar@suse.com>  [589315efd29941432e73ed43c0ada500944b708a]

        enable l10n of nlpsolver

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8bd1636b4da6ff2e5c28971b8c7864a70d935173]

        remove debug output

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f275b22a2013a4949ec3b137b8d5339471eba904]

        disable sd filters test for now
        
         - it seems to have incomplete dependencies
         - it hangs the tinderboxes on a build from scratch

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [80f27b43e1df90fa9d5d37774a5870388ccdf3e8]

        Makefile.in -- die, die, die!

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d73e574d8abd933537bf4d2155f36aa9a91a0acc]

        move reconfigure into gbuild

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6a6152a9a3d76f8ce26e4a9b5bd6479f31009ee7]

        moved findunusedcode to gbuild

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [912ad68d34488f81753ab50ef7a892a3b20161b1]

        move install target to gbuild

2011-11-29  Lior Kaplan  <kaplanlior@gmail.com>  [37f509e15d74e005cbe264dd27106359c4165657]

        Replace formattings with formatting

2011-11-29  Kalman Szalai - KAMI  <kami911@gmail.com>  [8aa73a8f74cfcdc2fffdc16c8094bd257c8ade0d]

        Add enable-oxygenoffice configure switch
        
        Now only handling brand downloading

2011-11-29  Noel Power  <noel.power@novell.com>  [71e77655660fa719ca0e91c7daa94e045e3006a3]

        detect TEXTMODIFIED event from EditEngine ( and add missing StopEditEngine )
        
        not sure if the StopEditEngine method ever gets called but we should have it tunnel to the base class just in case.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [8f32b3611e3deee1c093aa780da7fbefca0aafb5]

        fdo#43304 is fixed, tests can be re-enabled.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [79e65eefd954f4217c5cd45a75076d76d56717e5]

        Added ./g -v switch to show git commands.

2011-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c17daddf7b51f685da0f7b83951916ba791a315c]

        libvisio should depend on boost now

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [9bccb2c69af378333d0958c85445689bbfb091ea]

        I hate sal_Int*. Fix ambiguous overload on windows.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [fd5c22c4011231303792ccddc651914f6417161b]

        Fixed previous commit (wrong node names, not missing "replace").

2011-11-29  Jan Holesovsky  <kendy@suse.cz>  [96be3a199abb931068d15893f4bc83a24375d362]

        --with-system-libxslt is gone, remove it from the distro-configs.

2011-11-29  Sérgio Marques  <smarquespt@gmail.com>  [3bed5a62707dead55d9f8bc2913cfd45c9babfc0]

        changed and added [pt-PT] date formats

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [eca8fc7069d5e79d641151494e5d1c782066f1e2]

        EMBEDDED_OBJECT UNO property now works, remove hack

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [1c58ec8e3d1f9fe282d66a5be6671cd674766ff6]

        fix unoprms content mismatch (gee, it even had a FIXME comment)

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [a4f73a0ba4e8cd42c0f895d7418bbccff951af3c]

        remove executable bit from source files

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [34a98b79da15793bb9c1454239ae9162c4db94c0]

        set properly initial size of starmath component when importing docx

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [93be239c9512c27369e1134150610248e93d6157]

        the bit hackish addFormula() shortcut is no longer necessary

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [86eccc72c502ed08938b4b2d2f4e0fdda17f82cb]

        clean up and format code

2011-11-29  Luboš Luňák  <l.lunak@suse.cz>  [f034c452c5aad4f8a38045530486a6afd27aa215]

        simplify attribute retrieval syntax a bit

2011-11-29  Khaled Hosny  <khaledhosny@eglug.org>  [0dfdf8ed71c53c56c980e5b7117f963834cd32b8]

        add Amiri kashida example

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [55da6a0907fe3679dd09de4c9f29ad32cb2a5ab5]

        these deps are already handled in gbuild

2011-11-29  Muthu Subramanian  <sumuthu@suse.com>  [aa7342bd97eab2711c02d231fdf5230d6d4da275]

        Removing unused GetShapePresetType().
        
        It is huge, and inefficient as well.

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [536bf877b747bb119df911d3025a466efb7b8c82]

        respect DO_FETCH_TARBALLS again

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [9c53350ab8d0c901bf56d0ba4c395913eea2e82b]

        Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [81c3c6f55baf47debf51f94a46f7b9d15d7b227a]

        New set members need oor:op="replace" to not be ignored.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [048a25b4c89cb33bbdc72c0525418891c08a6acb]

        Adapted to new assertion/logging mechanisms.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [f1074136f5ac1d4dd2b2bbdd84c779e90d4f0a22]

        ...originally probably replaced an en-dash (thanks Roman Eisele).

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [367d0be3e77f38604eeef1d9ae8a2a8c848bccbe]

        remove allcheck cruft from Makefile.in

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a0732d042f7304abb5c7194adcb8bf1948c96d55]

        do incemental build from instsetoo_native to smoketest, if both are needed

2011-11-29  Tomas Chvatal  <tchvatal@suse.cz>  [b8a2970f24872ee1620f3cc2381055b14484dd63]

        Export DO_FETCH_TARBALLS in set_soenv.

2011-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [11f91f16cad5dc01a1b6375134c8f5132acf3415]

        Uploading new release of libvisio

2011-11-29  Michael Meeks  <michael.meeks@suse.com>  [dbc7e80af12287d9868bffd3ce18b848fcffa3f9]

        gtk: fix sub-menu arrows RTL issue

2011-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7f88c3589849969777735ff30e35f1d164d443ce]

        Uploading new release of libwpd

2011-11-29  Caolán McNamara  <caolanm@redhat.com>  [5d846ebeb55b1e295fb53f473f0fb2b88712e001]

        Install a Cancel callback, don't rely on vcl searching for a parent to close
        
        If there is no cancel callback for a Cancel button, it's monstrous to dig
        around the hierarchy looking for a parent to call EndDialog/Close on. Really
        messes up attempts to refactor dialogs.

2011-11-29  Caolán McNamara  <caolanm@redhat.com>  [625f1cd72e834910342790195f19c3930988c34e]

        callcatcher: some unused methods

2011-11-29  Caolán McNamara  <caolanm@redhat.com>  [829ebac9b4c1aa3dc32e7513d9d0bab28a2fce62]

        no need for OrderCtrl anymore

2011-11-29  Noel Power  <noel.power@novell.com>  [34a9faf23c3d84b88a1610481266812bed3b71e8]

        add spinbutton control to insertcontrolbar for basic dialog editor

2011-11-29  Olivier Hallot  <olivier.hallot@alta.org.br>  [ecbf39171991069d794133797e5f8714c3d7d7f9]

        Fix for fdo39748, part II
        
        Code clenup
        Improvement on extension list box size calculation

2011-11-29  Tomas Chvatal  <tchvatal@suse.cz>  [a43caa76d9da112f40a973911e779fc42c5af3c3]

        Add checking msg for tarball fetching so we know if it is on/off

2011-11-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4585c3953eda4f8d491b362966bc65b4dfce96d6]

        Uploading new release of libwps

2011-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [792fb5b96f1008804ab51dc0ebf4f07a07ad9537]

        ManageNames: only calculate formula for visible range names

2011-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c21b1126b1d72ea9ada5304109964d31a6159507]

        fix typo RangeOptions->Range Options

2011-11-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5881881e592c42929f1d32f17f06538dfda040e2]

        make sw's macros_test use the new base class

2011-11-29  Michael Stahl  <mstahl@redhat.com>  [d89133d191a468fdc7c2f3662fb6619eb281bbd7]

        SwPosition: comparing pointers is silly
        
        This does not need to be a total ordering.

2011-11-29  Thorsten Behrens  <tbehrens@suse.com>  [337eda19a516646752f195d7c2a35cc1af2e9410]

        Switch artwork to LibreOffice-only branding.

2011-11-29  Andras Timar  <atimar@suse.com>  [369a67d258d69fce2da53ac55089ca9518c62799]

        remove OOo and StarOffice icons from oxygen theme fdo#43233

2011-11-29  Jan Holesovsky  <kendy@suse.cz>  [ebdc3ad1ee835212be4eb5fe99d5442c8baff920]

        Fix build in offapi.

2011-11-29  Stephan Bergmann  <sbergman@redhat.com>  [45ea23ad39a7cbc5d56f428491d236c7e6c32e0d]

        Replaced UTF-8 U+FFFD with ASCII space in source code comment.
        
        The Unicode replacement character got in there probably during a previous
        conversion of the source code; not evident to me what it replaced originally.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [2d99262c2de5ccaaaee7b4cade3e05228a90eb64]

        fdo#32826: Preserve selected sheets after print preview ended.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [2f92037b08c8c08bee1cf91b2b1ccdff394445a4]

        fdo#32826: Fixed the print preview inconsistency.
        
        Now, the print preview should display the correct set of sheets
        based on the print settings as well as what sheets are selected.
        Previously, this was very quirky and inaccurate.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [6a4bb3e17c79d1ce8b2528a4b9c22456be911f32]

        More meaningless comments removed.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [4bbef9595f12dd5ac3c6f4558f4d466f84b8f5ad]

        Arg to CalcPages() no longer used.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [8ea81446029b314ae78e45fddb64903ea6ac5509]

        sal_Bool cleanup in ScPreview.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [2761dd4894a22ff63e5da3a786d51fffb4977aa1]

        Removed meaningless comments.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [380b7827d3ce74182195b4e02aeafaa026dc81f1]

        fdo#32826: Finally return the real selected sheets, and use it.
        
        This should solve the problem reported in fdo#32826, which is, when
        printing from print preview window always prints all sheets regardless
        of currently selected sheets.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [7a16f31752990abd1d0d4afc682259b67f24ea60]

        New UNO API to return currently selected sheets.
        
        Both from the sheet view and preview modes.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [ffca779f3765f730cc9f4f416b728ecdf762931c]

        Create an UNO controller object for the preview shell.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [654d9eb40c4232c180b5f88ed2774cb9c9bb18c1]

        These methods can be const.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [8724aa7d6dc6a89855c0c0a1a5d5b9dc0331a679]

        Passed the selected sheet info to ScPreview.

2011-11-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [12854c322f799a8795b0054293ea987f11170d64]

        sal_Bool to bool.

2011-11-29  Thorsten Behrens  <tbehrens@suse.com>  [9c31884d929f837695f3ed0a2ead8c5aea900ec7]

        Make branding bulk-configurable.

2011-11-28  August Sodora  <augsod@gmail.com>  [88459fcc8f768e7a7f5116211635c6f6ba7ccb7b]

        String->OUString

2011-11-28  August Sodora  <augsod@gmail.com>  [a82a87315033e416d267242002b6722051deb8a4]

        String->OUString

2011-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [1aae826501c9a26d40b0827e69d84f680dff6a6b]

        catch by const reference

2011-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [3c795a953ffc36856588cd6b1dc23f7a83ac815d]

        removed dead code

2011-11-29  Lior Kaplan  <kaplanlior@gmail.com>  [3a0e84426bfab5787abda96162fe1d06d4a2ec38]

        credits.html redirects to about-us/credits/, lets not depend on a rewrite rule in the website

2011-11-29  Miklos Vajna  <vmiklos@frugalware.org>  [61edefc8c862c94750e172c3f7d7b86379a2b862]

        remove debug printf

2011-11-29  Miklos Vajna  <vmiklos@frugalware.org>  [4f6d80fbb8a83ef98dd3c0d746fa7fe650d71f02]

        RTF: Avoid importing unicode characters one by one
        
        This imprives speed of importing unicode text further. Results of a
        sample of chinese text of 5 pages:
        
        - before: 6.692s
        - after: 1.388s

2011-11-29  Miklos Vajna  <vmiklos@frugalware.org>  [9ef6890543761a348b6152031113a832010bc253]

        mark these as const

2011-11-29  Tor Lillqvist  <tlillqvist@suse.com>  [3ad35cbadbed5c8cf2d2bbcccd154768a5a62b34]

        Android hacking
        
        Start of an app to just load some document. Uses API from the
        org.libreoffice.android.Bootstrap class.
        
        Not sure what is the sanest way to build an app like this. It needs a
        bunch of shared libraries of course to be copied into libs/armeabi-v7a
        so that they get included in the .apk. Perhaps a Makefile similar to
        the one for lo-bootstrap might be good?
        
        But for debugging the Java code Eclipse is the way to go (?), and to
        be able to do that Eclipse wants a "project". So should this then be
        built only through Eclipse? Can one build Eclipse projects from the
        command line?

2011-11-29  Tor Lillqvist  <tlillqvist@suse.com>  [203553e71743351fcec9fc791d70ca8bb6c122e1]

        Refactor, make lo-bootstrap API usable from non-NativeActivity apps too

2011-11-29  Tor Lillqvist  <tlillqvist@suse.com>  [406947c6332618d7ca8f2e8d29afaa8b0b63edf9]

        Construct a .jar for use by future other Android-specific Java code, too

2011-11-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c0d26723ebcbfe81f3d66bc055168d6c584f3d36]

        do not loop

2011-11-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [1dcb62fe485e8082068679c4167e263b1957d94d]

        fdo#43304: Allow empty field labels in pivot tables.
        
        Empty field labels are replaced with the column name.

2011-11-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [fc4ba6d66ef47747a7f6001284999e1c880e3dfc]

        fdo#43304: Safeguard ourselves from potential crashes.
        
        This is not a real fix, however.  Import of pivot table still fails
        but is at least better than crashing.  A real fix is still being
        worked on.

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [274da1e4d2b7756e80ff73dcf0007627db90a14b]

        utl::UCBContentHelper::EqualURLs: inverted return

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [5469d397c6d31b7dc57574f13976155f78df582f]

        offapi: remove outdated doucmentation of removed stuff

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [ad88d5116ba7326e6bf71f6081398c2114db9c99]

        offapi: remove obsolete MaxChildrenException.idl

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [59e298823019093ee788104c2e95cb0c7b145d05]

        SwPosition: handle un-registered SwIndex:
        
        For frames anchored at paragraph, SwFmtAnchor::SetAnchor() creates
        an anchor SwPosition that points at the SwTxtNode but with a SwIndex
        that is not registered at the SwTxtNode.
        SwXFrame::getAnchor() then creates a bookmark from that, which asserts
        in the SwIndex comparison operators.
        
        Work around this by adding ugly special handling for the case of 2
        positions having their SwNodeIndex point to the same node but one of
        them not having its SwIndex at the node.
        
        It seems it is best to do this in SwPosition operators, as the SwIndex
        operators lack the context to know if this inconsistency is allowed,
        and it is unknown whether the bookmarks sort code is the only path that
        triggers this assert.

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [b1c56d12fe5cf0071c22c6ff80049b5fbe48920a]

        SwFmtAchor: bit of style cleanup

2011-11-28  Jan Holesovsky  <kendy@suse.cz>  [c66b52b0b25f437a26069ffaf591a42ab6360180]

        Don't run smoketest when cross-compiling.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [b8d2671fd0d8055bdc3fb30482c898a456ac178f]

        Enabled sc/qa/unoapi again.
        
        Currently often fails at shutdown, when Bridge::terminate ->
        ~ScAutoFormatObj -> ScGlobal::GetAutoFormat after ScGlobal::Clear
        leads to ScAutoFormat ctor -> ScGlobal::GetRscString with null
        ppRscString.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [ebdbd2b578c970694597dc163125842e9073bf6c]

        Adapted to new assertion/logging mechanisms.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [06a075ca72a5f7c206701433345a7a5542f838f7]

        Bogus if(a>b) wrapped in correct if(a>=b).

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3156076b474440151069853fcb76208560e3cd5f]

        Some unxgcc_gdbforjunit.sh improvements.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [08d79b308401fcd48ed7057699856e3705b8399e]

        Disabled tests failing due to fdo#43312.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [eb76f71658696cb974f607b7238a8544386f715c]

        Disabled tests failing due to fdo#43309.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [23b91df22b63558aa7dfd42270780db909b1e382]

        Disabled tests failing due to fdo#43308.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [3ece0527eb7e03b0186798f567d3dfab52e7c972]

        Disabled tests failing due to fdo#43304.

2011-11-28  Andras Timar  <atimar@suse.com>  [837711466e06648eca2152da9bd0cccfd672c6f0]

        remove CR/LF linefeed from description

2011-11-28  Andras Timar  <atimar@suse.com>  [9fce330f8f47a148bc12413540a80696cb90a0b4]

        eliminate duplicate IDs

2011-11-28  Jan Holesovsky  <kendy@suse.cz>  [4c41530eeda7d09d1607db7e697df6007c16d892]

        Use the build.pl parallelism again.

2011-11-28  Jan Holesovsky  <kendy@suse.cz>  [7c292efd35e7925c0521d7cb1caab1410ae6f2bc]

        Fix typo.

2011-11-28  Olivier Hallot  <olivier.hallot@alta.org.br>  [a6efec83cee0ab447f9e6a5716aee5d2165f95c7]

        Fix for bug fdo39748, Easy-hack Cleanup extension list.
        
        This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox.
        
        On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [70324f1e66bf64882d5ffc0b9215aa5524dc2e23]

        dont overoptimize a plain make without an explicit target

2011-11-28  Michael Bauer  <fios@akerbeltz.org>  [ceb55cd688cebede8cef8408540019fe54528869]

        [gd-GB] partitive vs genitive case month names

2011-11-28  Andras Timar  <atimar@suse.com>  [a969d2aa5d38a501887d51995b817ed6f941c743]

        enable l10n of nlpsolver

2011-11-28  Eike Rathke  <erack@redhat.com>  [281d8e3ab8689a24f21f0dfd6d4de2ca1d46dc34]

        non-preset formatindex="..." values must be >=50
        
        Explicitly mention that formatindex="..." values for formats defined
        additionally to the preset range must be >=50 and unique within a
        locale.

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [92d68ce31ab351905e5411a523a557ea658b9802]

        source build env for crosscompiles

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cb4dbf934a2095422289723ed73a4d7cacb56afe]

        some consistent naming cant hurt: cross-build-toolset -> cross_toolset

2011-11-28  Juan Pablo Martínez Cortés  <jpmart@unizar.es>  [e34584e74201bc2264c907e06c4f8b0026bd1f98]

        added [an-ES] genitive month names, changed date formats, elaborated IndexKey

2011-11-28  Radek Doulik  <rodo@novell.com>  [adf84183d445b0a58a90770d681acaf4db97ff8d]

        fix conversions from cm

2011-11-28  Radek Doulik  <rodo@novell.com>  [7bf1fa3757133f12cf6ca624f8cee6ba5363e7d8]

        switch source and target units, so that it works right with sax conversions

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ce33bdce9d3499b7419b9210a2b5117ccda7ea32]

        targets must be postextension SRCDIR is empty otherwise

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [807d70df1d61fc399fe58294679c21296db23af6]

        post_BuilplTargets.mk -> ost_BuildplTargets.mk

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9a3b9add92747578db704431ed7a2617d16ba515]

        more targets moved to gbuild

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [910a452fed76e2cdadc6d401edb80623d34e926e]

        move build dev-install cross-build-toolset to gbuild

2011-11-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8a310e3521db1f9a15a7ec32b3171c4969c461be]

        moved some more targets to gbuild

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

        The vcl tabdlg, not the sfx2 one, is the one actually used

2011-11-28  Radek Doulik  <rodo@novell.com>  [f970963fd7438fe4a026febf2046a2f4430d0a9f]

        added conversion from MeasureUnit::CM

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [59df2942aec0fd8123b15799c6375abc83b9937e]

        correct gluepoint sizing to match new 9x9 glue-points (thanks to Astron)

2011-11-28  Xuacu Saturio  <xuacusk8@gmail.com>  [56a6704509bd24ac699d9ee9e4c430225f1b07cd]

        changed [ast-ES] date and currency formats

2011-11-28  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [b18b6ad10ad4c0db9a846e52db7cff2b96c18257]

        More changes to the new Tango handles, adding new Galaxy handles

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [8eca6b52b82e04654a5a3245b0578c2e04a26740]

        add missing dep. to generate LICENSE

2011-11-28  Serg Bormant  <bormant@gmail.com>  [c01ce861aced958302087117a5c5019d420b9d52]

        added [ru-RU] genitive case month names

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [959d4ceac805d78142ace304f367fa0919359b3f]

        nlpsolver: add missing passive registration rdb

2011-11-28  Yury Tarasievich  <yury.tarasievich@gmail.com>  [9cd62fb8b99d5b36031ea98222f3c08d23d337b9]

        [be-BY] lower case month names

2011-11-28  Andras Timar  <atimar@suse.com>  [6a8350377bbcc7e1bf9877ab71bf19510b0c0abe]

        no space between number and percent or degree mark - consistency

2011-11-28  Eike Rathke  <erack@redhat.com>  [b1f561627650feb273d8d86ec2d33f040f780222]

        added CSC,SEC,CSCH,SECH to testFunctionLists

2011-11-28  Eike Rathke  <erack@redhat.com>  [42e80ec68bc1f4d2dfd62b82116790687321d231]

        dr80: #i116460# performance of Excel file with many outlines
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1300438660 -3600
        # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443
        # Parent  49c53fbe0cd4d663f419b659c82618bd106282ef

2011-11-28  Eike Rathke  <erack@redhat.com>  [62e8e2a31a9344ee40a5ebde6fe7559290efb300]

        dr80: #i164410# optimized cell allocation in XCellRangeData::setDataArray() to improve performance of import filters
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1300094581 -3600
        # Node ID 05c6b55810889860d2002614b870484de6581ccb
        # Parent  564e24baaaae5e18c8bfa76811993fbefa571b5c

2011-11-28  Eike Rathke  <erack@redhat.com>  [0afc3190deb3cc77eb2149104925a5daadf6ded1]

        #i111413# re-added translation relevant strings for SEC, CSC, SECH and CSCH.
        
        Functions' UI name strings weren't marked for translation, added that now.

2011-11-28  Eike Rathke  <erack@redhat.com>  [2c326f35eb72b7e28cdeb20536c7969f9b5e5400]

        dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintArea
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1297677053 -3600
        # Node ID 93ac285b632c93ef8bf61c69789a33eac25bcedf
        # Parent  95b9bc73220ec07d91ac8a99daab107417705b33

2011-11-28  Eike Rathke  <erack@redhat.com>  [549df99fdc19ad5a67e9f76f379804051656b019]

        dr78: #i106580# handle SvxTextLineItem, base class of SvxUnderlineItem
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1297360398 -3600
        # Node ID eef10dfbe87ed2caa242bea5bb505276d760cd34
        # Parent  bbb6341ff7ab28ffdfbd712ae51248f98a1f208c

2011-11-28  Eike Rathke  <erack@redhat.com>  [d8a85d728f45826c485eb3d250a394e3462e37a1]

        dr78: #i116881# correct handling of cached page breaks for user-defined cell range, remove unused parameter in DoPrint
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1297188469 -3600
        # Node ID be5ffcd423c49c0045ddeaf11702d44fbde8a8f1
        # Parent  3157cd9d60c35f1bcb4c8f56e86cf76ab364e7ee

2011-11-28  Eike Rathke  <erack@redhat.com>  [b66fb4c3c5c7d1bb6543d84d425b6c4bd654fae3]

        dr78: #i115009# broadcast BCA_BRDCST_ALWAYS if paint is locked
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1297094234 -3600
        # Node ID 9c8756a321d727b8e1bf441876ebca00f38a932f
        # Parent  de0464b37fb34e7b7e5735306536d9d9116cf14a

2011-11-28  Eike Rathke  <erack@redhat.com>  [16252e44a3a1bf2414ea64455e6bf016ec5b7d04]

        dr78: #i116691# don't reduce decimals if formula is shown
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1297087576 -3600
        # Node ID 37cf78c63d8ec7609c254e58316902d5bdb48618
        # Parent  4e7aa2262f3ae26e6082f475ef06bbabf39b3e93

2011-11-28  Eike Rathke  <erack@redhat.com>  [0c428b052fa0599637497f289e57858fcca4c4e2]

        dr78: #i43040# removed german umlauts and utf8 bom accidentially added by too smart editor
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1295613905 -3600
        # Node ID 65540563b0d1ba68bd3a9d6e3e8111c6c0e1a71d
        # Parent  7c526a3a4dfa801f59eaeeea99e7b7a032bc6fe4

2011-11-28  Eike Rathke  <erack@redhat.com>  [5f357f97ef1539f8dab8af69e1644af6b9c4fc0a]

        dr78: #i43040# correction for BesselI, patch from Regina
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1295613474 -3600
        # Node ID 7c526a3a4dfa801f59eaeeea99e7b7a032bc6fe4
        # Parent  77c9f7fb9f061730dc584e18425f6645df14b648

2011-11-28  Eike Rathke  <erack@redhat.com>  [7e8eb75aea745146d7d12df70c4f5ca8f3648ed3]

        dr78: #i116426# use ODataAccessDescriptor for database import parameters, support bookmarks for selection
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1294842009 -3600
        # Node ID e25621ed7fd31753eea52ee5ff3f0a6d170db9a9
        # Parent  5ea5624904a5aa39bb40ce197c80a0a41f40b873

2011-11-28  Eike Rathke  <erack@redhat.com>  [6b0c4cd205ee5134765955024cd727f1a23f2c24]

        dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1292431407 -3600
        # Node ID bfc09856a08ece3043973bdb484f0fd51bbc91f2
        # Parent  90e08c2834a1fd8b5b783240a9d181749871bd7a

2011-11-28  Eike Rathke  <erack@redhat.com>  [e55541cbf0170acfcb62001c8584da3a48c8ecc8]

        dr78: #i115659# fix borked boolean logic
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1292346375 -3600
        # Node ID 18e64e5db5d0d57b724ef390a7c2dea54b2253be
        # Parent  8ec1023e8658320deb61a5b3cdc40aeb9c3d34b1

2011-11-28  Eike Rathke  <erack@redhat.com>  [22029818cb204cb6b56b6f7d3fc4d14754f2a1cf]

        dr78: #i115659# check validity of member and dimension settings
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1292344724 -3600
        # Node ID 8ec1023e8658320deb61a5b3cdc40aeb9c3d34b1
        # Parent  838c2fed9f13c5884d7cbc72c0239d1ec564dcb0

2011-11-28  Eike Rathke  <erack@redhat.com>  [078796d28653118a5b225a6871e8392df1458e11]

        dr78: #i115474# use correct defaults for clipboard text import options
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1292252971 -3600
        # Node ID bd03086b10d4f378b4495aba27f524e1798a7cff
        # Parent  31b53a2ec7e32f9560464f8a3b9f6c3e07b29083

2011-11-28  Eike Rathke  <erack@redhat.com>  [885c328ba59b1bc70123997e22536f15f74536d0]

        dr78: #i116044# correct handling of DataPilot grand total name
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1292000347 -3600
        # Node ID 984bd7503f69a7ecc5d9e916b45b15c5f95c4a5b
        # Parent  3462fe872c2af31b7276ef28a7b011f40369e2eb

2011-11-28  Eike Rathke  <erack@redhat.com>  [6341603c295a984321a420c99481a0d3aef4c4b5]

        dr78: #i111413# export secant functions to BIFF
        
        # HG changeset patch
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        # Date 1291819312 -3600
        # Node ID 5a17ebde41ab8db491a4fe4dae6245230dbd1c1d
        # Parent  679f0bf9b2ad463ba7cc1855cf54769b3877b971

2011-11-28  Eike Rathke  <erack@redhat.com>  [f62028b2fa9906a14dff577255ebceb70829f092]

        dr78: #i115951# set ScColumn::bDoubleAlloc in DBaseImport
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291736714 -3600
        # Node ID c1cd4ae7c46490b2f199afd9c889f138ffa06a9e
        # Parent  d7e6b1b9f73647c4be281748bc9d68a8773d1056

2011-11-28  Eike Rathke  <erack@redhat.com>  [40f38c8c9813568dfbd91e9ea97be16b69cf702a]

        dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheets
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291652223 -3600
        # Node ID d7e6b1b9f73647c4be281748bc9d68a8773d1056
        # Parent  029c278f68940ca4f1ea089cf2ddc62ffdb13d87

2011-11-28  Eike Rathke  <erack@redhat.com>  [b0477f94d4c811b4e071e11c50bfee7977ee62f1]

        dr78: #i106108# SetDocumentModified also for page margins
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291638188 -3600
        # Node ID 029c278f68940ca4f1ea089cf2ddc62ffdb13d87
        # Parent  297b5255c27a9fa541bed948d675bba1c4d87ab0

2011-11-28  Eike Rathke  <erack@redhat.com>  [4775df29d38c912f72c223d99e5104e20fbeed70]

        dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIterator
        
        patch from <lvyue> with little modifications
        
        # HG changeset patch
        # User Eike Rathke [er] <eike.rathke@oracle.com>
        # Date 1291410557 -3600
        # Node ID 297b5255c27a9fa541bed948d675bba1c4d87ab0
        # Parent  ce99b09497844a0d893ab78cb15a2749fcc932bf

2011-11-28  Eike Rathke  <erack@redhat.com>  [fed1ed1964309cc2381c162e51041fc753f4abd5]

        dr78: #i97169 TIME returns values [0,1)
        
        # HG changeset patch
        # User Eike Rathke [er] <eike.rathke@oracle.com>
        # Date 1291398511 -3600
        # Node ID ce99b09497844a0d893ab78cb15a2749fcc932bf
        # Parent  6ce78a0a434fd8e3b02b66d2a75e988f8fb0ead5

2011-11-28  Eike Rathke  <erack@redhat.com>  [9dd0e2aabcddcac3dc961933b7bed8d612a43e58]

        dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked
        
        # HG changeset patch
        # User Eike Rathke [er] <eike.rathke@oracle.com>
        # Date 1291394833 -3600
        # Node ID ff05fcb4fe392f8c336466982a25fdfda207515a
        # Parent  4ca136c3f3c8eb330664884c2ff79e2027d8e4eb

2011-11-28  Eike Rathke  <erack@redhat.com>  [69c4db12089a9bf88aa053f9fab1fe5c97bd34e3]

        dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configuration
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291392312 -3600
        # Node ID b2594caed2669e1206af2d0e5977912f297200e9
        # Parent  cdf002e7118239f897ddf13010e2298eae71cb19

2011-11-28  Eike Rathke  <erack@redhat.com>  [028171ad9b344f63eec81f99c09176880886a94c]

        dr78: #i95280# read Excel view options in FillRenderMarkData if not done before
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291391247 -3600
        # Node ID cdf002e7118239f897ddf13010e2298eae71cb19
        # Parent  4ca136c3f3c8eb330664884c2ff79e2027d8e4eb

2011-11-28  Eike Rathke  <erack@redhat.com>  [8c414b6f59d782049aaab849bd090eaa607215f2]

        dr78: #i91870# PMT accuracy; patch from <regina>
        
        # HG changeset patch
        # User Eike Rathke [er] <eike.rathke@oracle.com>
        # Date 1291388863 -3600
        # Node ID 4ca136c3f3c8eb330664884c2ff79e2027d8e4eb
        # Parent  c2bc2890eae42a85c3f16085f9d7867799554839

2011-11-28  Eike Rathke  <erack@redhat.com>  [cdbcb1a0d9281a7a96bcdb6b271e387f5e06813f]

        dr78: #i51508# use the correct MapMode for EditEngine when formatting for screen
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1291314860 -3600
        # Node ID c2bc2890eae42a85c3f16085f9d7867799554839
        # Parent  96608d83032e60946c80e0a5185a55843b74eb6f

2011-11-28  Eike Rathke  <erack@redhat.com>  [f65345b11259c431e715d7f4f17d2ec035cd23d8]

        dr78: #i115015# proper handling of add-in parameter arrays, merged with database functions QueryParam
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1290620646 -3600
        # Node ID 96608d83032e60946c80e0a5185a55843b74eb6f
        # Parent  427eca1ec1adf81ed3016bde2ef2b010c9fd9ed1

2011-11-28  Eike Rathke  <erack@redhat.com>  [e14b35d3b4333e534007902d28f433a0edc035be]

        dr78: #i88468# merge page margin display back into DoPrint
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1290192520 -3600
        # Node ID 427eca1ec1adf81ed3016bde2ef2b010c9fd9ed1
        # Parent  1ae0b7505c139ccfdb550df74c87e1da09a62eee

2011-11-28  Eike Rathke  <erack@redhat.com>  [618bc5d6bd7d08441680338815f9100fbf3dd4a8]

        dr78: #i114518# don't resize/invalidate in DataChanged if called from Paint
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1290179165 -3600
        # Node ID 1ae0b7505c139ccfdb550df74c87e1da09a62eee
        # Parent  addf2b12858c100fe23e1979a720231ed447a4f4

2011-11-28  Eike Rathke  <erack@redhat.com>  [e2e5ef04347bfb17abd7415dafa72561bd6dbfcf]

        dr78: #i115641# don't increment progress for empty repeated cells
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1290090240 -3600
        # Node ID c19d748c11d669e4679736aa6b0f809a773a5fd1
        # Parent  12ba194ace3d3cb17c347ff712d9268d8cdabd09

2011-11-28  Eike Rathke  <erack@redhat.com>  [ff75bad6ae119e0532f2e6a653b8272184b2572e]

        dr78: #i26822# remove draw shell if selected object is removed by undo
        
        # HG changeset patch
        # User Niklas Nebel <nn@openoffice.org>
        # Date 1289998839 -3600
        # Node ID 13ee1d09d967db01adbd4f68ca3200e1d3b30cca
        # Parent  8e91176b3b0e8dc609e0fb73ab7c9ee3ff23e115

2011-11-28  Petr Mladek  <pmladek@suse.cz>  [790d758d561502b4d81a86308677fb198d16fce7]

        Do not create extra installation set for URE
        
        Caused confusion. Was not uploaded to mirrors anyway.

2011-11-28  Thorsten Behrens  <tbehrens@suse.com>  [75dbef14bb484e018f9019c82b7bd9d54549401c]

        Headless got moved, fix gtk3 build.

2011-11-28  August Sodora  <augsod@gmail.com>  [13673b71bc9936d4a8c97f86c7d6f4e713839b40]

        Remove uses of OUString::setCharAt

2011-11-28  Michael Stahl  <mstahl@redhat.com>  [b1447d64662cdf9c7d8b11a9075cd13dfb800d4e]

        svl: remove unnecessary libs from cppunittest

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [3915eb4ffef25b093b6880d35d1366ed61201979]

        add missing dmakefile to please gbuild

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

        tidy up escaping so this works for me

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

        need extra lib

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

        add defined but missing SfxInterface strings

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [55c5ea43a59e505297fb6fa20b77aaa28f7c67bc]

        there is no STR_VIEWSHELLBASE string

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [5d0051ac3733db9f04dd459db46212f70a9c07e9]

        SfxInterfaces may legally have no translatable ui name

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [af761f996d30b8311fe6b45ab0e5c72bc2a44f37]

        solenv: link misc. built-in extensions

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [e699314df8fb81c06ae632b18dc3b4bcf1028129]

        nlpsolver: migrate the build to use native gnumake build
        
        Remove dmake, build.pl and ant build cruft. Update extension
        description, cleanup file locations etc.
        Switch to passive registration.

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [9df9da38c90eb6f379fa7d9d63a7aa01d074506d]

        move translation files into the correct place

2011-11-28  Michael Meeks  <michael.meeks@suse.com>  [17ff286751454dcd5aa86bef41a8e53cfb109c70]

        Flatten un-maintained ex. Sun/Oracle nlpsolver extension into the repo
        
        This should make it easier to hack, and also to separate out the tangled in
        third party EvolutionarySolver as/when we can.

2011-11-28  Noel Power  <noel.power@novell.com>  [e46454b676bedc5585456cc37c63c9e4ff7deaad]

        reorganise some resize logic

2011-11-28  Tor Lillqvist  <tml@iki.fi>  [7c8c4f783101a427da5e1f44eede054595a72605]

        Add comment about SOLAR_JAVA's alleged "BUILD" value

2011-11-28  Khaled Hosny  <khaledhosny@eglug.org>  [d13e9baca52a9e8f07312ee03915bcdeac1ab4cd]

        Fix Kashida justification when there is no Kashida glyph

2011-11-28  Jan Holesovsky  <kendy@suse.cz>  [dabe836c6ed66c5740582c17dbc39b2196608e6d]

        Fix visibility problem on Windows.

2011-11-28  Harri Pitkänen  <hatapitk@iki.fi>  [227eef01b8fc343fd51f4d6a628dedbbc311c68c]

        Add genitive and partitive month names for fi_FI locale
        
        Add genitive and partitive month names and remove hardcoded case
        suffixes from predefined date formats. One format incorrectly
        had case suffixes added to abbreviated month names.

2011-11-28  Stefan Knorr (astron)  <heinzlesspam@gmail.com>  [ea298ff0aba3ce9d8dd42167538ef61cfe3a3421]

        Comment translation in svdraw (part one)

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [74534364f9ce285079467aab11bfde8620f6d2f2]

        getenv/putenv->osl_setEnvironment

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

        is there any point to aSrcLine and "rsc" directive in idl?

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [963fd1696cb3563ed434a0af8b13d99145e43073]

        callcatcher: remove unused methods

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [6f33482f8f4329b6c9874397bdb67c1b958b69c2]

        ByteString->rtl::OUStringToOString

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

        no need for super-convoluted empty string as far as I can see

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [3fd28200f1c1a46970789f21ee6fce3f6f3ac1ec]

        ByteString->rtl::OString[Buffer]

2011-11-28  Caolán McNamara  <caolanm@redhat.com>  [48221d6a2bf4c327b6cadcdc65169997f7d7408d]

        ByteString::GetToken->comphelper::string::getToken

2011-11-28  Daisuke Nishino  <niboshi000@gmail.com>  [afb548ba6962c74ae99350bad0bd2c72c9ddd998]

        Hide function pointers
        
        Removed some redundant "this->", sbergman@redhat.com.

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [66b9a19d23fdad25db16d376ff74afc9e6f1a84e]

        Added upstream bug link.

2011-11-28  Radek Doulik  <rodo@novell.com>  [c08d55eccc1b2e26d8d0408d70654751e8672fa7]

        make sure the bOOXMLShape flag is initialized

2011-11-28  Radek Doulik  <rodo@novell.com>  [d169860411a7fea060079d8ca27797b10af44732]

        more debug info for emf+ rendering - path

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [5a8fef9b8e3ecc6658c477bdf903fe9e196db596]

        Undo short -> xub_StrLen change (fixes warning on Mac OS X).

2011-11-28  Stephan Bergmann  <sbergman@redhat.com>  [2af9040d38af7c7353855415dbea0134585058f3]

        Cleaned up utl::UCBContentHelper.

2011-11-28  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [ab5b77536b6814b5eb66bc862bfd0610f4f3b56c]

        s/weather/whether/ where appropriate

2011-11-28  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8]

        typos fixing

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c0bed9c72e12d57a9f8d3d589a493ae6d0f10b4d]

        remove precompiled_xxx.hxx/cxx

2011-11-28  Miklos Vajna  <vmiklos@frugalware.org>  [75112a0544b6bf06aef53d2ab2653f713402e70c]

        RTFDocumentImpl::resolveChars: don't send empty text tokens to dmapper
        
        This speeds up importing unicode text a lot. Results of a sample of
        chinese text of 5 pages:
        
        - before: 18.351s
        - after: 6.692s

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [53170743c4176d0967384beb6e8e648284c10866]

        RTFSprm: remove unneeded includes

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [34eea8f1f17b6b8ac6129a42112ed394df2649dc]

        RTFReferenceProperties: remove unneeded includes

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [10e0c7d1c40022f845d4dae9b946c01c85a8db9f]

        RTFValue: remove unneeded includes

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f2ff54778ff76118b7de3357168091bbc955041]

        remove pch from the include list

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [b33971cb124de2bea5332d6adb802bd84eb57652]

        remove include of pch header from xmlsecurity

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [b080fa47eb02204ea6722a5b144e6aee3126c411]

        remove include of pch header from xmlscript

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f27c67db3e512f12d337349ac1f93d2b38593d6]

        remove include of pch header from xmloff

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [06bb56ed114c8d3caac9bf70ad44f62dcaf09c6e]

        remove include of pch header from xmlhelp

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [94d20086e11cefa276f8cc3b466393b9191db3ad]

        remove include o pch header from xmerge

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [653dda4a340cd5f8e73b65d3f24ccbe1deaaed62]

        remove include of pch header from vcl

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd8b1b6553024d884eaca425f0bd9ea48bffddfe]

        remove include of och header from unotools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [6529096f6b0c09ba8a3c447ba61f06bb472924c5]

        remove include of pch header from ucbhelper

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [03eee9507d14683ec137d74cdf3b0b1f1f44ec9e]

        remove include of pch header from ucb

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [5f7649aead657078cd41eb0767b7ca8bb6676250]

        remove include of pch header from tools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [6a7d81e7a50b31b8746934dd7946d898715a9169]

        remove include of pch header from toolkit

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c9d6bdbc69f64ba0eaa5b8d4b1b086e19a670e9]

        remove include of pch header from testtools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [dff7e087119a53963a4b40d7da00dbc122820fb8]

        remove include of pch header from sw

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2fcfed5785bad09599b7a7d480f817523be97a42]

        remove include of pch header from svx

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac33b825d16094b8ac045f098289551b6d4d43af]

        remove include of pch header from svtools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [70d24b9f33b0992ff26aa4c22537256a394e33a9]

        remove include of pch header from svl

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [06483141ede45f34a7e1a6bfedf7107e40839af9]

        remove include of pch header from store

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [36f155dda15b64a045457859e9c1d1eb42008bb7]

        remove include of pch header from stoc

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d6592ae195de59c42a119b22307a62267a154fc]

        remove include o pch header from starmath

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c4b83bb4613cdc3f4b3fe53e28f39bc4a613a7e]

        remove include of pch header from sot

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [dfab06d8f0d187fcd4dc77b3b2c7559423baa091]

        remove include of pch header from soltools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [05b879dabf940343f0a60681268677e822cb04bf]

        remove include of pch header from slidewhow

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [53223466d6daf7f8662314618f07c18427a6a1b5]

        remove include of pch header from shell

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c022454adc68e9e74c296a8efbea451e4a53af64]

        remove include of pch header from sfx2

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd896dd28e527e06922d6e57491dae348f1cc345]

        remove include of pch header from sdext

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a71139535112634dc52502dbbc0922f2b86e146]

        remove include of pch header from sd

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d843e92c73a261097756c0514abff2ef5a8d010b]

        remove include of pch header from scripting

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [27212357249b473bb6984ca6525bd0009168f153]

        remove include of pch header from sc

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [8fc6fc97d5a27a24c774a59f076053581208eda0]

        remove include of pch header from sal

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c43122a9b2fa2beedb955770b2fdaeb48b0878cb]

        remove include of pch header from rsc

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [85a71e5c4bc79304a37c700027e3ecf9832545d5]

        remove include of pch header from reportdesign

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab407ad86610a0aba882b03075319e0b62b2c8d3]

        remove include of pch header from registry

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbe62f006e898dd8d54f9981b13cd5816dc354cc]

        remove include of pch header from package

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [811f61d81b83860fd7f1ea4f960f7cedf6fadbfb]

        remove include of pch header from oox

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f047e16160c7a56962daa86a850f6a5bf2676d88]

        remove include of pch header from odk

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [b0968a6b73d4bb1fb1cdf465ae2373c389e96a22]

        remove include of pch header from linguistic

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [719d68d4cce6e55b29ffe3e0577c0e7be5e7ef20]

        remove include of pch header from lingucomponent

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [656d7d587c5a6f845d67576d46488ab4c33650d4]

        remove include of pch header from l10ntools

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf1f1e9cba1ecb09c49df4231ec802a3a961e724]

        remove include of pch header from jvmfwk

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a12bd3e2a250e81c0474b00b2ec7e25e8475eddc]

        reove include of pch header from javaunohelper

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [902b94875cb0881765fc7ec342ead325ecb83c9b]

        remove include of pch header from io

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [770f8097e0fa30162f20f0c1978b9fad5541ba74]

        remove include of pch header from idlc

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [49a9e8a08cc14003ad5806ba9256c163489f0d02]

        remove include of pch header from idl

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d16b82e095da6b75de825167cd63057ba8b4c45]

        remove include of pch header from i18npool

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f7738e755b6a5332889e6c147bd562f56741a855]

        remove include of pch header from hwpfilter

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e4603954d1f3d39448624694d75ad877b41986fe]

        remove include of pch header from framework

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [27120fe88c78d31191daf936f8296c08d227c926]

        remove include of pch header from fpicker

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e084744818f889e896caa4cc1c0a1a45814247f7]

        remove include of pch header from formula

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c4aa66913e8a806c5bc7707b6f7cfd229f21d33]

        remove include of pch header from forms

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1efeb447ece69dff29b2902cde377382b26947fc]

        remove include of pch header from filter

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a96c1f4f47819e40960a3654185bad3724c06dc]

        remove include of pch header in extensions

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [cabc96dc056321bc7b00e59b4a37704a868f0dae]

        remove include of pch header in editeng

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [46d40d641970a35b24d4833158a1285c95a3e708]

        remove include of pch header in desktop

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [281b13ce89456aad156af3470cdc1b7b16ed279e]

        remove include of pch header in dbaccess

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c10fb61c1ae03c955f8b3d54aca1b74bfdaabdea]

        remove include of pch header in cppuhelper

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [24b4c075d5520e35bd5245b85285546fb54179f3]

        remove include of pch header in cppu

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c0f6713f945d12a0a812fc05b492cd0ec88b1269]

        remove include of pch header in cppcanvas

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c4317752862f69deb5b327c430c50724dc478fc]

        remove include of pch header in connectivity

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d95804fc8b2b7fa55c7c0ca17caa1a6382e2e760]

        remove include of pch header in configmgr

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [b8ee1f9b5f62b01e371959aa76d51a87e6b2dafa]

        remove include of pch header in comphelper

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8ed87481cdaf62b49c14feb500728c39db266a8]

        remove include of pch header in codemaker

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [6da8379e1477988d1e3760cffc879a605f142cbb]

        remove include of pch header in chart2

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [24c0f876152b004c67c0e80d8c9ae0002effb028]

        remove include of pch header in canvas

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [4dc45a2854783e86534cf1f99ea9becaf0e5b2d5]

        remove include of pch header in bridge

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ca38d3c7c6b3e28bccdb6a0840d7407c832c597]

        rmove include of pch header in basic

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [5b350d5ddc1576a98b2b7533d180f32a175f8154]

        remove include of pch header in basctl

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [d724b4dda10cc886fd2b51d14d4b8cc0748f5489]

        remove of pch header in automation

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e6e29733ed6d8b0d164f9f130e1be0d2289dd341]

        remove include of pch header in accessibility

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd]

        remove PCH support in dmake-module

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [992757cc5ebfb1df42636b8d3269cdbc10fc4148]

        remove pre-compiled header support in gbuild and gbuildified module

2011-11-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc78ac68c2492e63a680f68b524c4a51179ea83e]

        render the --enable-pch option inert.

2011-11-27  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [88611e702a18d2a281c22b6d9c28e881be3df223]

        fdo#42286 call correctly GetDataArea to avoid unwanted shrinking
        
        GetDataArea flags documented and call from ExtendedDataArea adapted.

2011-11-27  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [c3dc0189848f3e4ab48985860ad1a627cec5850a]

        typos fixing

2011-11-27  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [c5710d4700e9b3ab854819cc8ce6c70d0654f5dc]

        s/infomation/information/

2011-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c97b6bde2e9eeac9acad7739e3d72372c0bf0670]

        add missing licence headers

2011-11-27  Luc Castermans  <luc.castermans@gmail.com>  [b89d67ce53c3827c8d4ed7f9fdb1b6f4428b11bf]

        translated comments from German to English

2011-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6c8f7589de3da0018c3136aeb6ba3a2f5aa91aa7]

        create a base class for macros_test
        
        For tests that need file import you can now choose between FiltersTest
        or MacrosTest as base class.
        
        FiltersTest imports through SfxObjectShell and does not have any ui
        MacrosTest imports through Desktop::LoadComponentFromURL and initializes
        the ui, therefore it needs to run headless

2011-11-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9fceb2fc1054013f93654bd2d62a85d996727bf4]

        missing virtual constructor

2011-11-27  August Sodora  <augsod@gmail.com>  [641d8928f89120637a4348092dc8400440770320]

        String->OUString

2011-11-26  August Sodora  <augsod@gmail.com>  [17dc1712da6d1d83aa8b0fdb31c9294da7a7bc67]

        Remove unnecessary tools includes

2011-11-26  August Sodora  <augsod@gmail.com>  [3dc1172426d18e2b611703092227ae95a934163b]

        Remove unnecessary tools includes

2011-11-26  August Sodora  <augsod@gmail.com>  [6d3b871ee4c201569cbd171a18f3dd38675494fe]

        Remove unnecessary includes

2011-11-26  August Sodora  <augsod@gmail.com>  [a6cc570e5cbc455f0f1626ab9e904cee290b9081]

        Remove unnecessary tools/stack.hxx include

2011-11-26  August Sodora  <augsod@gmail.com>  [aa0cca15073bc59e379a1e1754c8e7be1a93dd05]

        Remove unnecessary tools includes

2011-11-26  August Sodora  <augsod@gmail.com>  [69ee7654fa662a577890d594214cba1b0cbfea6f]

        Remove unnecessary includes

2011-11-26  August Sodora  <augsod@gmail.com>  [a627ec05ce7ea85acaeab68aee925c4c295e9c4a]

        Cosmetic

2011-11-26  August Sodora  <augsod@gmail.com>  [d5737d5b4c5b350b7b08e848b9d30f4ea9c8063b]

        Remove unnecessary casts

2011-11-26  August Sodora  <augsod@gmail.com>  [38ba2f002b6fe76273b3abc1092a93e10551057a]

        String->OUString

2011-11-26  August Sodora  <augsod@gmail.com>  [530fc2fef8ff53ad99ac43b3a8bb8a70a358b4b7]

        Added test to lngmisc

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [452ba6fb9c632c81e82fe580fe1adde41ea6e00d]

        RtfSdrExport: remove unused includes

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [d21162d89685a07f1f82b6bf314caf3c64e49fa6]

        RtfImportFilter: remove unused includes

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [5216a1e243e9d0bc912e0855bec56facf91497f9]

        RtfExportFilter: remove unused includes

2011-11-27  Miklos Vajna  <vmiklos@frugalware.org>  [a0a4f4f4f858014ceb51e0c7a38a3e80419951b9]

        RtfExport: remove unused includes

2011-11-26  August Sodora  <augsod@gmail.com>  [83345ff8d8b709d6558238cd8e4f08323f3c97bc]

        Simplification and accompanying tests

2011-11-26  August Sodora  <augsod@gmail.com>  [e280ff03f3a2fdcd452123f206007bac804d6799]

        Remove unused parameter

2011-11-26  August Sodora  <augsod@gmail.com>  [919abbfe9b1461e4accbdebe4a2475379d2d5731]

        Avoid use of the preprocessor

2011-11-26  Lior Kaplan  <kaplanlior@gmail.com>  [05a29e5a642ca53a21532a3c25ab79db7b40b49c]

        Clean languages not defined on sun_supported_langs variable in configure.in

2011-11-26  August Sodora  <augsod@gmail.com>  [82e5a0ddcbb9e367e60c772f4605df7fc9b63642]

        Remove unnecessary includes and cosmetics

2011-11-26  August Sodora  <augsod@gmail.com>  [734d838f8083e6939d577fa0d0b5ab96367aea5f]

        Simplification in lngmisc with accompanying tests

2011-11-26  August Sodora  <augsod@gmail.com>  [f04882ba6a6d58ee45aa509359747f3c607a863b]

        sal_Bool->bool

2011-11-26  August Sodora  <augsod@gmail.com>  [2554f7a543c68f4175b042f15bf0aa3df2ddd608]

        Mark as private

2011-11-26  August Sodora  <augsod@gmail.com>  [38e0df5b2ece3c80c64beb2f0cc3a2abe6bd475f]

        Remove newly unused code

2011-11-26  August Sodora  <augsod@gmail.com>  [091ba739bad456938d462d808f5a76927d884ed9]

        Added test for linguistic::RemoveHyphen and some simplification

2011-11-26  August Sodora  <augsod@gmail.com>  [e81f36f6b62c6686f0156aef151ad8bf6d1b7917]

        C-style cast -> C++-style cast

2011-11-26  August Sodora  <augsod@gmail.com>  [a97dc8f45d3d8c5b17acb5b694df1db5ae74e2ca]

        Remove unnecessary includes

2011-11-26  Lior Kaplan  <kaplanlior@gmail.com>  [736992fca6c1c8307a18827e4bde4bc4889b8b75]

        Expend abbreviation of min/max, too close to last full stop

2011-11-26  August Sodora  <augsod@gmail.com>  [93253ee6ab355a0590e9632e2ce2f024af15c535]

        Remove some uses of OUString::setCharAt

2011-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8039cd4d7db58921f7d35eeea93cd7f85a5e0815]

        ManageNames: improve layout of Define Names dialog

2011-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0fe2786e3c5b59c5adcc9165574e1325dd896852]

        ManageNames: improve layout of dialog

2011-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59e0854dd302659f67ec0b4b3a18515b26499280]

        ManageNames: make the header bar work correctly

2011-11-26  Laurent Godard  <lgodard.libre@laposte.net>  [e0765292dc57b2170834805a1eaa5278c90db06a]

        importSheet : clean idl comments according to small previous cleaning

2011-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8bbf33d89b93c7e145a53ec84609b4296eefecf6]

        no need to convert between upper name and normal name

2011-11-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e85b2daa9b5b652ba45ba2cac8df87ee7b0b045e]

        ManageNames:the Reference button should be disabled like the range field

2011-11-26  August Sodora  <augsod@gmail.com>  [2de121e58879d511376dd725aa41e2f842f30c43]

        sal_Bool->bool

2011-11-26  August Sodora  <augsod@gmail.com>  [0e8ddddfd29c3139284fda47d6ea25b5661955ef]

        Change boost::ptr_vector to std::vector

2011-11-25  August Sodora  <augsod@gmail.com>  [7d20dff1031b3c5325c09c541183131bdc15db57]

        Remove unnecessary tools/string includes

2011-11-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3d37661a095c8d0a2a4376a859fa73c99a45ca56]

        dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel/yama/ptrace_scope

2011-11-26  Tor Lillqvist  <tml@iki.fi>  [0b4a9bd2b49da8441d873a52ae5ec2c86937c839]

        Compile as Objective-C++ for iOS thanks to current sal/main.h idea

2011-11-26  Tor Lillqvist  <tml@iki.fi>  [649f45fdcd0bb01e087bfd1ab1056b9b02c7b7af]

        No sense building these for iOS

2011-11-26  Tor Lillqvist  <tml@iki.fi>  [177fd47a8c77848c00632398ec233464cb8575e2]

        Don't bother building anything here for iOS

2011-11-26  Tor Lillqvist  <tml@iki.fi>  [a5cdc4cbc70f479f0c06ec6f36d6a9139484bb34]

        xargs on MacOSX seems a bit broken, work around that

2011-11-26  Tor Lillqvist  <tml@iki.fi>  [fad4076a20242c94f9887984e431118a8e6aec89]

        Use the 5.0 SDK for the iOS simulator example

2011-11-25  Andras Timar  <atimar@suse.com>  [2e366cbdedd542e2324684f4b8b2517dbfcd7f59]

        add Belarusian, Greek, Scottish Gaelic, and Telugu dictionaries

2011-11-26  Tor Lillqvist  <tlillqvist@suse.com>  [591191038e9d3847b258ab467182497e736d2cfb]

        Use ENFORCEDSHLPREFIX for Android

2011-11-26  Tor Lillqvist  <tlillqvist@suse.com>  [ce5f65f335096a8e2200a47cee19c36ca1507e41]

        Build fpicker for DESKTOP only

2011-11-26  Tor Lillqvist  <tlillqvist@suse.com>  [c7524e944120a7f1c0da3056f97c84643f85bbd2]

        Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android

2011-11-26  Tor Lillqvist  <tlillqvist@suse.com>  [474dcc8fc9c4e7b2469e89b112f5bed4066cf969]

        The lo_main() thing on Android works fine, remove superfluous logging

2011-11-25  Julien Nabet  <serval2412@yahoo.fr>  [802f27974991a47324f3ba976d048c3e9db5a263]

        Fix comment since I had copied from warnings_guard_ne_locks

2011-11-25  Julien Nabet  <serval2412@yahoo.fr>  [d2911992d9d46be3906923d3d334210aab76770f]

        Fix the WaE "shadows a global declaration"
        
        error: declaration of ‘pointer’ shadows a global declaration [-Werror=shadow] /usr/include/qt4/QtCore/qscopedpointer.h:83:47

2011-11-25  Caolán McNamara  <caolanm@redhat.com>  [3fc07bb4f16076acdb3deff19b7435d14edce1ff]

        typo, thanks Guest70165 :-)

2011-11-25  mikew  <mikew@whiteley.org>  [7e9eda006be9a1af14a8e8a6cb4a20cf2171de13]

        Fixed spelling: Spechial -> Special

2011-11-25  Caolán McNamara  <caolanm@redhat.com>  [9eac8b2d2d5b77e1aa537a8e3756ffbbb10d7e0e]

        Resolves: fdo#39950 fix dnd crash from default assignment operators

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

        ByteString->rtl::OString

2011-11-25  Eike Rathke  <erack@redhat.com>  [4e34d8fd5b64a18dd17faf4ed4d603648bab8311]

        added check if locale data's usedInCompatibleFormatCodes currency is really used there
        
        and fixed the cases discovered by the check ...

2011-11-25  Stephan Bergmann  <sbergman@redhat.com>  [58932ca2426320df5c7d7ec97cf2ad65f6539b22]

        fix stderr piping

2011-11-25  Eike Rathke  <erack@redhat.com>  [0e0b3dfc9a13794b2f0137676ccfe0fe608f2864]

        added [pt-PT] legacyOnly currency to cope with change from Esc. to $

2011-11-25  Sérgio Marques  <smarquespt@gmail.com>  [06b6e220b5e9250c688daaea4a7eb2ae64f1863c]

        updated Portuguese [pt-PT] locale data

2011-11-25  Petr Mladek  <pmladek@suse.cz>  [1221e6a9e44f080b8e5fc5d3fdf3a708b6e382ab]

        correctly install Latvian dictionary
        
        the typo caused that the Latvian dictionary was included into core01 package
        and broke langpacks

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [1171165b587480d9dde9c378b2998f3c26b83220]

        Fix Android compilation: 'NULL' was not declared in this scope

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [ea19e7243b3a4bd49cbad0cf03a5e9f50b2e3148]

        No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker

2011-11-25  Stephan Bergmann  <sbergman@redhat.com>  [8fc420f4fa18a92eedd6bb7b34c8bc36ee2bac41]

        typo

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f8b7720ca56e16d718593da8fc394dd91362fbf1]

        dev-install seems to poison the env

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c036777b4930e5c4ab34f035b8de749a7f80e42a]

        gbuild need no env anymore

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [faa11fecdbca8cdba62a6cc5610c311fcbe0e607]

        fix default junit soffice path

2011-11-25  Thorsten Behrens  <tbehrens@suse.com>  [b0e1f784080a0f78689b8166f296069c7c2fb8ad]

        First cut at making pdfimport unit tests work again.

2011-11-25  Lior Kaplan  <kaplanlior@gmail.com>  [6cf8f6e737fdb35fa56713117baa617c02ed4dab]

        Clean help pack list based on the current files in the translation repository (translations/source/)

2011-11-25  Lior Kaplan  <kaplanlior@gmail.com>  [bb1ce437c64fd8427bf2a77556bc34187e11cde2]

        Clean language pack translation based on solenv/inc/langlist.mk

2011-11-25  Lior Kaplan  <kaplanlior@gmail.com>  [96757023706c09bcfbc61a7b91eda52795a7f221]

        Sort languages alphabetically (please insert new entries in the right place)

2011-11-25  Noel Power  <noel.power@novell.com>  [93a5933060f61a5fb585148e4125a8ab22305259]

        really limit special layout to single line non-floating toolbars

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [19b5d81f92363f1448dcf41930d973b8b04db11b]

        move workaround for old build system to other workarounds

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bb149de2b4d3458c0db1958edbbb75e79a8a53c4]

        some hints cleanup

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a65b46b71d0f95119b343f4e931a318703889b08]

        remove debugcommand -- debugrun is superceding it

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b684a5bb0374719976accaa9cedca44fa3d821ad]

        create debugrun target, adjust JunitTests to them

2011-11-25  François Tigeot  <ftigeot@wolfpond.org>  [a5cabdbc747bfd13216bf45f50ec36ad28cfed53]

        BIG_ENDIAN was never set
        
        Remove its conditional code

2011-11-25  François Tigeot  <ftigeot@wolfpond.org>  [3a1441c0d3107c69fd80492fa7e182d4f8c02d3d]

        PDP_ENDIAN and variants are unused.
        
        Remove their use from the code.

2011-11-25  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [5aff8df5308d3db93dfb539fb0710e51309207d2]

        Translate German comments and translate some english comments spelling errors

2011-11-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b0c3f12261538e3b89079e3b87bb8f8f0d39e5a0]

        Fix linking of the new custom action

2011-11-25  Jan Holesovsky  <kendy@suse.cz>  [15da1a153e85da6e8b3d33bb2ed10328bdfb9286]

        Fix build on Windows.

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [538b1071531e895a55e2d6799806c3036f9ada49]

        copy Makefile to everywhere was a bit too much of a shotgun approach

2011-11-25  mikew  <mikew@whiteley.org>  [5c76e221fec40db02d2c6de5204e0d43dc5420fd]

        Some German to English comment translations.

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2f0dbd273e30306428d6e63a84062e9ee5c427b]

        make gbuild makefiles run independant of pwd again

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [861acb431a785c321fe83a0b4ab01747147d1b85]

        some more junit hint to run just one test

2011-11-25  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [65be3e7908f21355fc8cc443192338d1cc8a8d61]

        Docx crasher: there may be no External Header for pictures.

2011-11-25  Stephan Bergmann  <sbergman@redhat.com>  [f95052c29b076995a54b1d3f7c0becf35ebcd23f]

        duplicate "add Oracle Java 1.7.0 recognition" from javavendors_linux -> wnt

2011-11-25  Caolán McNamara  <caolanm@redhat.com>  [6312367fb80f0cce15c576981b342ed57baf2b95]

        ByteString->rtl::OString

2011-11-25  Stephan Bergmann  <sbergman@redhat.com>  [360043b30ebe21a6a02b5eeeecdfe0b4bd12ab22]

        demoted plentiful DBG_WARNING etc. to SAL_INFO

2011-11-25  Stephan Bergmann  <sbergman@redhat.com>  [59210463cce786edafeb09edfdaf147b7278b289]

        no need to export oox/helper/attributelist.hxx any longer

2011-11-25  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [52e6bfeb324574f2330d191c208860ddc2d532e0]

        RTF import: fixed the missing paragraph breaks from fdo#43206.
        
        "\\\n" is used as an equivalent to \par even though I couldn't find it
        in the specs.

2011-11-25  Caolán McNamara  <caolanm@redhat.com>  [997da2415f7bf5bdaac9a69672e9fc46914c06e3]

        update list

2011-11-25  Andras Timar  <atimar@suse.com>  [c392dfe4ff4273e63f62c8642c7532e7c7bddc37]

        change logic of IsOfficeRunning custom action fdo#36677
        
        instead of trying to rename a file or folder in
        Program Files directory - which is write protected
        anyway normally - installer checks the process list,
        if there is a process called "soffice.bin".

2011-11-25  Andras Timar  <atimar@suse.com>  [3b12413024c287b6546cf7e34361bb12776e3871]

        remove unused defines

2011-11-25  Luboš Luňák  <l.lunak@suse.cz>  [f87ea359f45a8d8edbf029a5268b40fab3d1fa6c]

        fix compile

2011-11-25  François Tigeot  <ftigeot@wolfpond.org>  [eda3e5dcb63e6bce71df2c1c941eacd7f0c79191]

        Disable password test on DragonFly

2011-11-25  David Tardon  <dtardon@redhat.com>  [fba911fea7b87e332b8db9e511b875feedbcb59c]

        gsl_getSystemTextEncoding -> osl_getThreadTextEncoding

2011-11-25  David Tardon  <dtardon@redhat.com>  [20c8eb409e2b48d57f392c146f7414bab3551664]

        add missing include

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a1b57be652ac532ebddb3e3e53dddc35ae420f31]

        empty java stacktrace for soffice crashers, they are not interesting anyway

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1cec66388eac81af2197da4fbf8fd2b00c56c7a5]

        dont choke without gdb

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [279473f1ed6cd3bb6f6d2b8b9c75529b91836e39]

        cut out noise in junit stacktrace for output, but keep them in log

2011-11-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [74f44646ba5b400cc39d78940677f136711459b5]

        gdb stacktraces for subsequentchecks

2011-11-25  Eike Rathke  <erack@redhat.com>  [31012ab9d7035f942486c87ecc1a79b4d6579975]

        Fixed #i116848# Shapes are at wrong position
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        Taken from OOO340 repository, changeset 7ebd38de6d70 introduced with CWS dr78.

2011-11-25  Eike Rathke  <erack@redhat.com>  [8a838b9fbf46ece9680824cd3a044ab7338bf306]

        calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        * found as LGPLv3-only fix at svn rev 1172138 (http://svn.apache.org/viewvc?view=revision&revision=1172138)
        
        Plus the original comment from the replaced code why it is there, to fix
        #i116848#

2011-11-25  Eike Rathke  <erack@redhat.com>  [73d344c18ead9a905871541d5d0d37c56c598a03]

        calc69: #i117952# invalidate page breaks when print range is removed
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        * found as LGPLv3-only fix at svn rev 1172137 (http://svn.apache.org/viewvc?view=revision&revision=1172137)

2011-11-25  Eike Rathke  <erack@redhat.com>  [871b87f9d3787967bfe1ff9dd9314d7b2a0f19c3]

        calc69: #i117893# call GetSizePixel before setting bIsInPaint
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        * found as LGPLv3-only fix at svn rev 1172136 (http://svn.apache.org/viewvc?view=revision&revision=1172136)

2011-11-25  Eike Rathke  <erack@redhat.com>  [a70f7bfc5ee22aa54c98cb8aab69b5eb97a86bbd]

        calc69: #i117836# repair import of multiline cells and cells with leading font escapement
        
        # Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        
        * found as LGPLv3-only fix at svn rev 1172134 (http://svn.apache.org/viewvc?view=revision&revision=1172134)

2011-11-25  Eike Rathke  <erack@redhat.com>  [36018b12c460dd0e537f2a1aff8cb78a356cafbd]

        calc68: #i117728# allocate row/column outline buffers according to BIFF sheet size, not Calc sheet size
        
        # Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com>
        
        * found as LGPLv3-only fix at svn rev 1166947 (http://svn.apache.org/viewvc?view=revision&revision=1166947)

2011-11-25  Eike Rathke  <erack@redhat.com>  [d0cd63da64948d9a3ad885b696e44d5c5fcfd1ab]

        adapted FormatDetector patch to reality

2011-11-25  Eike Rathke  <erack@redhat.com>  [a185c4c15b16a9db61019aa0c94f3e67ca81699d]

        calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XML directly in XLS detection
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        * found as LGPLv3-only fix at svn rev 1167327 (http://svn.apache.org/viewvc?view=revision&revision=1167327)

2011-11-25  Eike Rathke  <erack@redhat.com>  [f37a539b79f601e047fefee06357b5538c6c81b0]

        calc67: #i117661# filterByPageDimension: don't overwrite source filter with page field selection
        
        # Original author: Niklas Nebel <nn@openoffice.org>
        
        * found as LGPLv3-only fix at svn rev 1167326 (http://svn.apache.org/viewvc?view=revision&revision=1167326)

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [811de66d7fd8c93c43d8e4e2dc73720033ba939b]

        First attempt at getting access to the Java VM on Android

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [15f6fec4d4224857a9dc15ff1e121a93ab4b9541]

        Add lo_get_javavm() to get the JavaVM we are runnning in

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [b1b915c809b86df6cde84ecff091036901f6de14]

        Android compilation fix

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [9ee4f4eb52b0c03a2902acc081c847c4514fea35]

        Android is after all Java-based, so let's not avoid it
        
        An Android app always runs in the context of a Java (well, Dalvik)
        virtual machine.
        
        Sure, there will now be some Java-related compilation errors here and
        there when cross-compiling for Android. Use --without-java if they
        disturb, until I have fixed them.

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [82a8643ba66b6ef6fe74a417d7a3d7419691bb56]

        Improve build-time Java checks when cross-compiling from MacOSX

2011-11-25  Tor Lillqvist  <tlillqvist@suse.com>  [53e9130dd25fdb66fb6122553cc587ddefc51047]

        Need double-quotes around backticks to avoid test syntax errors

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [48d9feabd967f28bff8e73475f700f2ab009c4bc]

        Need <string.h> for the mem* functions on Android

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

        fix build error, deliver oox/helper/attributelist.hxx

2011-11-24  Caolán McNamara  <caolanm@redhat.com>  [33a03b669bf195a25efa273ad38402fb2e54aa78]

        no need for BasicErrorHdl to be a LINK

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

        ByteString->rtl::OString

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

        SwIndex::nIndex renamed to SwIndex::m_nIndex

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [1c08f9066ca235018f69bc0999f7c61391de27a6]

        Replace also the std::type_info::before() in libgnustl_shared.so
        
        It too suffers from the same problem as operator==: Compares name
        pointers, not name strings. Thus with two things to patch, had to
        refactor it.
        
        (before() doesn't seem to get called when running the bridgetest at
        least, though.)
        
        Noticed that there is no need to wrap the replacement asm snippets
        with dummy C functions. Just having them at the outermost level in the
        source file works as expected.

2011-11-24  Thorsten Behrens  <tbehrens@suse.com>  [b6e5f5da292f89782f3084753de4c0c172dd4517]

        Cleanup: unused / duplicated artwork
        
         * the framework/res stuff was stale, only the brand/ thing is used
           nowadays
         * framework/source/services/backingwindow.cxx only used
           left/right/space, the rest can go

2011-11-24  Thorsten Behrens  <tbehrens@suse.com>  [23e1476c9309042d4e6246b57feb829f675d9f5a]

        Cleanup: remove unused artwork, consolidate remaining.
        
         * the *.ico files were simply copied around, for the msi templates,
           and then later customized by copying nologobanner/install onto
           them
         * now holding only one copy of the icons, removed later-deleted
           other *.bmp files

2011-11-24  Noel Power  <noel.power@novell.com>  [50171e51373800bfe598e461d551f873aff87f09]

        tweak toolbar layout for gsoc formula/input bar & other misc changes
        
        summary:
        * tweak toolbar layout to layout the toolbar items aligned to top of highest
        item
        * make Capture/ReleaseMouse logic much simpler
        * make resize detection simpler
        * control toolbar height ( e.g. don't let visible grid area be overrun by
        toolbar )

2011-11-24  Lionel Elie Mamane  <lionel@mamane.lu>  [ef3a19eed2dc3aaddf3d48a204eff934b7002055]

        fdo#37626: form wizard recognise "#" also at beginning of line
        
        This was keeping the Base form wizard from applying styles

2011-11-24  Lionel Elie Mamane  <lionel@mamane.lu>  [8d2780d42f6ee67688f176b0e04bc294575550ba]

        psql-sdbc: TODO note

2011-11-24  Andras Timar  <atimar@suse.com>  [43353984e883d932e8fdaf3a25cc3d9bfc839dd0]

        Desktop launcher w/o version number for silent MSI version

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [8be68f44ce8298e7309d4872fb483480355b85e6]

        implement mathml docx import m:borderBox

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [4ae08e816b9bf8e27290f54ccd051346b854bfaf]

        prefer widevec, widetilde and widehat for mathml docx import

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [48d2a5b86e464dfb75196e440448f0319d676956]

        mathml docx read m:bar

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [5e10ed16ce2ec607324206d49b1073228cacd1aa]

        skip elements properly

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [19a47cb97860a11e57deccb912f47ae19ffc1b65]

        mathml docx import - handle m:fPr

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [a685e8fb72614eaa678a7fc244f3e6cf85c80c0f]

        remove debug output

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [f453f11129605146ba30368ceb644f128c32bf6e]

        remove executable bit on a source file

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [26032e5874587966a23984ade459be323440e683]

        at least partial implementation of reading mathml docx m:e

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [3236f5bea9b995922a59b43818f8f92cccde9956]

        oox::AttributeList is actually not that usable outside

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [199c95b3e9f4fc0f13cb0423b7f64779e4dfad9f]

        fix inverted bool argument

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [944f9e13e3942de7fec0d52c6e6d839e00e77604]

        mathml docx import, implement m:acc (without the inner m:e)

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [5b94957f7f25c8a607735d038c4f22e8009b99ea]

        more api improving in importing mathml docx

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [4d5ca442d89ee36e7b1abb622e9f3d85b36e0d0c]

        streamline and document the API for mathml xml stream reading

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [f8f1ccbaf942adf9a6b16b13a9cddb1b96a6774b]

        rename and move mathml oox support classes in oox to better places

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [0ac48a4a0673ac71e06aa588b524a60367e2ad19]

        oox/namespaces.txt actually is generated

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [e443c83aa312d9baa6b5dd2921f3e22ff9578b76]

        remove debug output

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [e9462ed2d978dc3e641227ea9f553eeed4d81a97]

        ooxml mathml import - first very basic implementation
        
        still needs a number of cleanups (and handling more of course)

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [1d163e4835b4906eb4559851e5ab2470b26332fe]

        remove executable bit from source file

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [9c6c0850fd7b9703983f9350bdd2222c2004777e]

        install also oox namespace.hxx

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [f333a9de04f3f52a068090db247c6872fd9014e6]

        clean up .mk files for oox generated files
        
        one was unused, and keep similar things together

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [01d10fc1f1affc42e6cdc833b4544490a8ed9ce2]

        rename SmOoxml to SmOoxmlExport, as it does only export

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [1acdbe4dfe0de152080992110efbb67e0639912d]

        initial (very hacky) work on mathml ooxml import
        
        This commit needs to be generally reworked for upstream, but it
        more or less works.

2011-11-24  Luboš Luňák  <l.lunak@suse.cz>  [49e4c3e5e139f0443e5432d99d6514038b62ce84]

        remove executable bit on a .cxx file

2011-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f47455e3cfde26f8acd6419be563c027c4755624]

        change ScRangeName's container to boost::ptr_map

2011-11-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2931c64d804bf63970bdb9fedf5e57f79a7a3a7]

        ManageNames: moving the header separator now updates the table too

2011-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c497ae0ded79422ec54ff8677e8a7c36351a7aef]

        upstream seamoney-is-iceape.diff from libreoffice/build

2011-11-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d8d1548f285501367db19c68dd0dcef0a4af4df]

        upstream open-url-support-iceanimals.diff from libreoffice/build

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [de5840a524a9868e23672a69d8764bbfe269cf2a]

        Reduce logging verbosity and tune levels

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [c366d95851fe00c6cfd4d0efd6628cab42eb6ff9]

        Use RTLD_DEFAULT on Android
        
        dlopen()ing NULL (the main program) and dlsym()ing on that handle does
        not work on Android as in GNU/Linux. So don't bother with that, just
        call dlsym(RTLD_DEFAULT, symbol) instead.
        
        But, it doesn't help, it won't find the type_infos anyway, as they are
        weak symbols and the dlsym() at least in Android 4.0 does not like
        weak symbols, "Symbol is not global."
        
        So the fallback branch that dynamically generates a type_info, which
        normally should get used only for inter-process UNO (and thus
        presumably never on Android) is taken instead.
        
        But, that didn't work either at least with NDK r7 thanks to a bug in
        its libgnustl_shared.so. But we now patch that at run-time in
        android_main() in sal/osl/android/jni/lo-bootstrap.c.
        
        Are we having fun yet?

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [5df86787093a8c9c73557fb8d01581a15bad5d86]

        Binary patch the mmapped libgnustl_shared.so from NDK r7
        
        Poke in a jump to our replacement for std::type_info::operator==. See
        http://code.google.com/p/android/issues/detail?id=22165 .

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [0cc0df05888a4cacf4e654d4728c77822fd124a5]

        No symbol versioning on Android

2011-11-24  Tor Lillqvist  <tlillqvist@suse.com>  [6f18ccfcd6a13ccaaceaf777a9b025c766bed176]

        Add "clean" target

2011-11-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2ebe5c9e8adafd51285a3e38e109631ed8f9cf3d]

        remove private copy ctor, base class SwClient is noncopyable

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

        check glossary path for sanity

2011-11-24  Eike Rathke  <erack@redhat.com>  [49846da1652661e73acffd1ee8df0419aadf5cdb]

        fdo#43152 ooo#114415 fixed crash on unnamed form element
        
        An unnamed form element without parent container lead to a crash when trying to
        obtain a unique name by iterating over (now not) existing container elements.

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

        might need to augment library path

2011-11-24  Daisuke Nishino  <niboshi000@gmail.com>  [3af0c948254751eade9bff772b849720747c5494]

        Fix logic inversion

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

        WaE: uninitialized value

2011-11-24  Caolán McNamara  <caolanm@redhat.com>  [2affd5e0195d828800b0a7a4dbad8c71d528b374]

        WaE: uninitialized value

2011-11-24  Caolán McNamara  <caolanm@redhat.com>  [89f057a09d8684f697a822662907cfede7ef0a3f]

        ditch dbg_dump

2011-11-24  Caolán McNamara  <caolanm@redhat.com>  [56d168cc59a352ec432e09b8ba471b858387023c]

        strip down old string class some more

2011-11-24  Caolán McNamara  <caolanm@redhat.com>  [9a6c74171b401310d143cfe1b0d1a0be1a4108c3]

        document that the mozilla build tooling is for nss as well as mozilla

2011-11-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f4f4a899f0d5520a497bbd07ccfef9086c54ca1c]

        RTF import: partly fixed the WMF images scaling.

2011-11-24  Tim Hardeck  <thardeck@suse.com>  [616db52655b65201e60f53deb3a063b0fdd7cc6b]

        Fixed wrong scaling of the anchor icons
        
        The size of the anchor icons, handles and similar were always one pixel
        too small which resulted in a blurry image.

2011-11-24  Matteo Casalin  <matteo.casalin@poste.it>  [3b84379b0687bb8d48b08094a42d90e316ea541b]

        Docuview cleanup: rewritten local ImplDrawSymbol

2011-11-24  Michael Meeks  <michael.meeks@suse.com>  [e4b8c76f9543199a41cd48e42148058a8189ff5f]

        better tranlation for "a al WW" :-)

2011-11-24  Michael Meeks  <michael.meeks@suse.com>  [a91784222d777b66e3df645a86f40afb224e2537]

        remove legacy mediawiki active registration hook

2011-11-24  Michael Meeks  <michael.meeks@suse.com>  [148529c36cd6245c066289da8889aef506fd04bd]

        switch python scripting extension to passive registration

2011-11-24  Michael Meeks  <michael.meeks@suse.com>  [1025924f709d927db0785ff8099c68c23fdb9df7]

        switch mediawiki extension to passive registration

2011-11-24  Andras Timar  <atimar@suse.com>  [22468d4d7a03c0b002f76111950166e2a6bbee97]

        Global resources should have an identifier >= 256

2011-11-24  Jan Holesovsky  <kendy@suse.cz>  [0c52001b5807e671c31b66658ccf474243b97379]

        Fix non-DBG_UTIL build.

2011-11-24  Jan Holesovsky  <kendy@suse.cz>  [d24778870ab356828c3cf6d884b6630433549e34]

        Fix icc cross-compilation.

2011-11-24  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ac73606a70618879f81a370e5ad24d84f46b8c66]

        more German transaltions in docdesc.cxx

2011-11-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [808ca6d894630f3375ed6fda1f27f4c6cec9e67d]

        We still need to set the name to the 1st sheet.
        
        This should fix the filters-test breakage.

2011-11-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [5992e15796131f9814d9fb22cf807a2ee530d264]

        i#97680, fdo#43152: Load this file without crashing.
        
        The document contains invalid sheet names.  We check it on load, sees
        it invalid, decide not to append sheet.  The next time the importer
        tries to put cell data into it thinking the sheet has already been
        created, the sheet instance is not there, and it crashes.
        
        The solution I used is to go ahead and append new sheet with a default
        name in case the supplied sheet name is invalid.

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [92e03b82880ab1c83a1bfd59e179e3fb9f565257]

        Cleaned up the ScTable declaration a bit.
        
        * make it officially non-copyable. It was never copied anyway.
        * retire std::auto_ptr which is deprecated.  Let's use boost::scoped_ptr.
        * some unused typedef's.

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [c4a3e29626126658cfb9e8755e9f98cfc4500abd]

        Reducing header dependency on markdata.hxx.

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [71fc346874fb5482a355a9beed691187cea86a1f]

        sal_Bool to bool.

2011-11-24  Miklos Vajna  <vmiklos@frugalware.org>  [7a37392d1495f50fe9ef3a3bb1bbea063d5cf158]

        RtfAttributeOutput: remove unnecessary includes

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [0d2a6999fc320843e4db0c99d961414416a8451c]

        SwIndex, SwIndexReg::~SwIndexReg: deploy assert()

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [555ff26501d1bbd8a7872c20671c6303db1e1701]

        SwIndex: remove global EmptyIndexArray

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [9a4dc4178c86f2639a23089acb6055cc0ca0321f]

        SwIndex: cleanup: add Init method

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [d43417b5474eab1a10c9529e3b02e930a53d4171]

        SwIndex: clean up Remove duplication

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [ff151e28334a8478fc073d292d1233f99ad45fd2]

        SwIndex: style cleanup

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [ae64bf305155b40af138e490e524e34a74ba6ad7]

        sw: remove debug instance counting
        
        There are various classes that in DBG_UTIL mode count their instances
        with a global variable, and give each instance a unique serial number.
        The purpose of this exercise is somewhat unclear to me.
        This removes the instance counting from:
        SwNumberTree, SwIndex, SwNodeIndex, SwNumRule

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [772063ba8ad6b18f609cdc7da02534c15b785965]

        sw: remove some debugging cruft

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [9ace8bebd88ff41d65eeaa87a6d1f1dfd8875b6d]

        sw: enable more debug code:
        
        Whole bunch of code is #if OSL_DEBUG_LEVEL > 1, reduce that to > 0 so more
        assertions are active when building --enable-debug or --enable-dbgutil.

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [e70c28c4f4f589edf2a74d21648acc212eb80485]

        SwShell{,Table}Crsr: remove pointless overrides of IsSelOvr

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [fb80614576fc49ee257f6048ec98ae005627c1d2]

        SwLinePortion::Check is useless

2011-11-24  Michael Stahl  <mstahl@redhat.com>  [279a176397623ea83e98fac5a7f4132325b42594]

        sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTIL
        
        OSL_DEBUG_LEVEL is set by make debug=t, which should never result in ABI
        incompatible objects.

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [0215f8b19451ab67c7fdaf91f2da8298a9b89c47]

        fdo#39589: Avoid using ulimit_cast between signed and unsigned.
        
        If you do, things go very very wrong.  These *limit_cast try to be
        clever and check ranges of various types before casting, but they
        fail to do the right thing when casting a signed integer into unsigned.

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [52e04a433149d110a4a738ec6f8b7fa40c54e23c]

        fix some stray typos

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [94566b08a3a26230d4aed86a6834fc1cd9f67909]

        IniParser::Dump uncalled, but potentially useful for debugging

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [709c1f365b3bdd0d46ec4f1ddc244580a0dfa637]

        remove various EraseLeadingAndTrailingChars

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [868bd3b778b6c7b970c67d1dacc469967f69e551]

        fix for pesky pre-language-defect-fix gcc 4.0.1

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [0dbc4fa3efdea90ba23e17e12c2bfe15d763acbf]

        add string::strip, can replace EraseLeadingAndTrailingChars

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [2dba28faae2266e72c05d8f3d55bfbc3e5771adb]

        add string::strip, can replace EraseLeadingAndTrailingChars

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [3869e10a30a22a8cf47986d4216d9edd8e501c5f]

        for mixed script mode use sample latin text

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [7fb2fdff429c84e12f892f1de65598b1f222346e]

        unused local string

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [402ad3989d68f3576012c41724a351956e45d0da]

        unused ScRangeName::copyLocalNames

2011-11-24  alg  <alg@apache.org>  [c8e7d34e3a238c9383151a09f99e7951877a6821]

        118414: applied patch, added forcing that SfxItemSet inside AttributeProperties::SetModel
        
         * found as LGPLv3-only fix at svn rev 1179654 (http://svn.apache.org/viewvc?view=revision&revision=1179654)

2011-11-23  awf  <af@openoffice.org>  [f82da782158d8f5b89a6a9057df1a4695425ed75]

        i118560 - slide sorter: pass PageSelector object by reference
        
         * found as LGPLv3-only fix at svn rev 1196092 (http://svn.apache.org/viewvc?view=revision&revision=1196092)

2011-11-23  Thorsten Behrens  <tbehrens@suse.com>  [825839b24d4ad04df17269ef407c844fd6b2cc81]

        Fixup pptx export after impress212 merges.

2011-11-23  Thorsten Behrens  <tbehrens@suse.com>  [5e68ba9322da2fcfec292239ef01726a64964945]

        Removed, better fix just in via i#105675

2011-11-23  erack  <er@openoffice.org>  [363868f040caab7b410ed480553855ffe42aa162]

        impress212: #i97241# fixed relative links
        
         * found as LGPLv3-only fix at svn rev 1167641 (http://svn.apache.org/viewvc?view=revision&revision=1167641)

2011-11-23  erack  <er@openoffice.org>  [70b02c18b95ef19bd224788efa491671e762ae23]

        impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages
        
         * found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)

2011-11-23  erack  <er@openoffice.org>  [d0cfb996261be5b604742780a304b2ea31825723]

        impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdf
        
         * found as LGPLv3-only fix at svn rev 1167635 (http://svn.apache.org/viewvc?view=revision&revision=1167635)

2011-11-23  erack  <er@openoffice.org>  [ac0a752acdb8ce769f0830776209342f2ed3a68c]

        impress212: export images with relative links
        
        # User Daniel Rentz [dr] <daniel.rentz@oracle.com>
        
         * found as LGPLv3-only fix at svn rev 1167625 (http://svn.apache.org/viewvc?view=revision&revision=1167625)

2011-11-23  erack  <er@openoffice.org>  [6ad3c553a9bd3b8fb91c45204f0c833f52c52431]

        impress212: #i97241# added relative links
        
         * found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)

2011-11-23  erack  <er@openoffice.org>  [619ea0c6d3b8fb4390bf5e82f1b44608c3cd878d]

        impress212: #i71731# fixed fill bitmap - pattern import
        
        # User sj <sj@openoffice.org>
        
         * found as LGPLv3-only fix at svn rev 1167623 (http://svn.apache.org/viewvc?view=revision&revision=1167623)

2011-11-23  erack  <er@openoffice.org>  [246c64c6a4375ab22dc8baa70093d373bea64ff2]

        impress212: #i117042# added fix for i_updt1.bas testcase
        
         * found as LGPLv3-only fix at svn rev 1167621 (http://svn.apache.org/viewvc?view=revision&revision=1167621)

2011-11-23  erack  <er@openoffice.org>  [9f62089d7228f71fd532dc6ca00f2fd70c976199]

        impress212: #i81610# fixed animation export
        
        # User sj <sj@openoffice.org>
        
         * found as LGPLv3-only fix at svn rev 1167620 (http://svn.apache.org/viewvc?view=revision&revision=1167620)

2011-11-23  erack  <er@openoffice.org>  [2663cd34e34d4cf7796b328b7679426fb960cc07]

        impress212: #i105675# better keyboard handling in animation create dialog
        
         * found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [0a1f03544a72596b5022985f2367bdcd0699adeb]

        Call getResult with fully qualified name.

2011-11-23  Roman Eisele  <post@roman-eisele.de>  [0b00165c300c6fe4cbdc952d49d050121d3d0063]

        updated Latin [la-VA] locale data

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [f8625e8fba02136fcdac4685b85a3597eedf82e2]

        Simplify it a bit.

2011-11-23  Kohei Yoshida  <kohei.yoshida@suse.com>  [ba897375db27a2b74ead5251516824572260b029]

        Let's throw out-of-bound exception on out-of-bound destination position.

2011-11-23  Laurent Godard  <lgodard.libre@laposte.net>  [2ee55872ebc5aeb71041c3267d9b3baa9607b85b]

        importSheet from an external provided document
        
        define a new interface XSpreadsheets2
        clean some String in docuno.cxx while i'm at it.

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [364a3d2864973935b2cd18b328392d1b556456dd]

        Silence bogus MSC "must return a value" errors.

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [5d7964a5c4f7fbb41df05042229d540feb32de8c]

        -Werror=unused-but-set-variable fix

2011-11-23  Petr Mladek  <pmladek@suse.cz>  [23daad00e0fdea88edb746dffaf12d684dec6909]

        fixed the German translations
        
        Ränder means margins
        Umrandung means borders

2011-11-23  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [ed870efe80397042d8f51d2ca7002025ba4e111f]

        Translated German comments to English.

2011-11-23  Noel Power  <noel.power@novell.com>  [6151ec073e86be2fccffd5bf46d31a8261a232d3]

        add mouse resize (and other bits ) to gsoc formulabar

2011-11-23  Tomas Chvatal  <tchvatal@suse.cz>  [ce2a78b4efe5c62d4aa13109401dc820e3891e71]

        Whitespace and expand comment, drop useless rm.

2011-11-23  Tomas Chvatal  <tchvatal@suse.cz>  [07f2c05391f5cf8eed94c20787ab87cd0e09378f]

        Make SampleICC switchable between system and internal one.

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

        std::map::erase takes a nonconst iterator

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [7434fa5bbd051dc4842bc76d33f27e07f10e0053]

        update list post SwSelBoxes conversion

2011-11-23  Michael Meeks  <michael.meeks@suse.com>  [f1ef1ed6900fa2caf7c5997e8b764c3f82c0a125]

        version information from Arnaud on deprecating the getpid workaround.

2011-11-23  Lionel Elie Mamane  <lionel@mamane.lu>  [538190e0ea142d0a7da244809c66241379d4d91b]

        fdo#32347: reenable ADO URL helper UI
        
        cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic

2011-11-23  Matteo Casalin  <matteo.casalin@poste.it>  [e5b5d6dc5bf39ad042dcc717ea4bec4bfc4993fb]

        Decoview code cleanup
        
        Cleaned up many ImplDrawSymbol cases, reducing number of calls to drawing functions
        Removed unused local variables in ImplDrawSymbol
        Translated some comments from German to English

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [0c7bff02710f8ad7915e215f723b6abad0079221]

        Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.
        
        A compile time check ensures the common case of streaming just a plain
        C-style string literal still produces reasonably compact call-site code.
        The format-string variants are still available in sal/detail/log.h, but
        only to be used in obsolete osl/diagnose.h etc., and going to be removed
        again eventually.

2011-11-23  Daisuke Nishino  <niboshi000@gmail.com>  [f4573ceb2965ccc8abc1f5165b0fa63f5d63649f]

        Fix bug in build.pl option parser

2011-11-23  Harri Pitkänen  <hatapitk@iki.fi>  [98761e3680bcb2268efd679330fa034e21ff2b9e]

        Enable :first-letter CSS pseudo-class for all browsers in HTML export
        
        Previously when drop caps were specified in a paragraph style (not
        as direct formatting) export to HTML was implemented with :first-letter
        pseudo-class for "LibreOffice Writer" and through styling individual
        characters for other browsers. Since all browsers used these days (even
        obsolete ones like IE 5.5) support :first-letter there seems to be no
        reason to maintain this difference. This patch unifies all export
        modes to use :first-letter in such cases.

2011-11-23  Andras Timar  <atimar@suse.com>  [ff1b70c92aed555ecdbe424aac29373142c8fcb6]

        don't enable java extensions without java - fixup

2011-11-23  Andras Timar  <atimar@suse.com>  [06fe563b1a9a38b9c0057e90f934435125b89605]

        don't enable java extensions without java

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [7264d2767095150944ff1e6999c71be1dbdc6f83]

        inherit privately

2011-11-23  Daisuke Nishino  <niboshi000@gmail.com>  [858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f]

        SwSelBoxes: svarray -> std::map

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

        callcatcher: remove newly unused code

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

        aPosArr.Remove(0, n) shouldn't be aPosArr.clear(), but aPosArr.erase(...)
        
        i.e. a0a1c3f4fb730ed3614593c3d8ddb50c23204c29 looks really dubious

2011-11-23  Jan Holesovsky  <kendy@suse.cz>  [039cbb09351c133df81c4303ce30b327e07ff40a]

        'const_iterator' instead of 'iterator' to fix Windows build.

2011-11-23  Andras Timar  <atimar@suse.com>  [4d5f0ecad765f17b4d0d41818290b0744b748daa]

        added Creative Commons mark and (P) mark
        
        by suggestion of David Penzes

2011-11-23  Joseph Powers  <jpowers27@cox.net>  [8d876c993e1f54c1a015e4a66eea47ad407bc142]

        Yet another empty pch file; in embeddedobj this time.

2011-11-23  Olivier Hallot  <olivier.hallot@alta.org.br>  [d3951ad0503a9d1c78570984fd8d483d8fb95a8c]

        i18n corrections for pt-PT (dates)

2011-11-23  Michael Meeks  <michael.meeks@suse.com>  [e04361c897c08374c7be54ff3ae09d789ca7627f]

        fully remove obsolete evolution 1.x connector

2011-11-23  Andras Timar  <atimar@suse.com>  [92181d3e510fb0ef09d5688cc0eade4ad2743f76]

        create this dir so uninstall can remove it

2011-11-23  Xuacu Saturio  <xuacusk8@gmail.com>  [cc2ec946ef4a3d4c4e86cfb17f3a890b2b2ad077]

        added Asturian [ast-ES] genitive case month names

2011-11-23  Michael Bauer  <fios@akerbeltz.org>  [d197a4d99ccdc2e7971363b6c5a7004f714a6238]

        added Gaelic (Scotland) [gd-GB] genitive case month names

2011-11-23  Eike Rathke  <erack@redhat.com>  [e9f303624c26d548fa4581ffe87d3ffec3bf6c26]

        use cased month names only if no hard coded literal string follows

2011-11-23  Yury Tarasievich  <yury.tarasievich@gmail.com>  [75a49370e6abef09d0e174dc87af33d2a29165be]

        added Belarusian [be-BY] genitive case month names

2011-11-23  Jan Holesovsky  <kendy@suse.cz>  [832e6d22935040fe61504c90838415fa55feb24d]

        Some trivial fixes for MinGW with -std=c++0x enabled; not finished.

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [6cdbf1cc9bc3fd97acdba981bad04d552dafc627]

        No more OSL_FORMAT.

2011-11-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e846db644868651556b38f91737b81c43f3c4f3c]

        RTF: OLE object import with graphic result fixed, the file can now be opened

2011-11-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a45c82f930c1224928fd0a8f9ca3690ddd162366]

        Show some exception message when getting one in RtfFilter

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

        add  a fallback for %COMMONPROGRAMFILES% if its not set

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [5e283a80cd8e3e3a158b604f59c3dafa59a6b6f1]

        callcatcher: remove recently unused code

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

        add stripStart, can replace EraseTrailingChars

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [62d880f3228c7f5c3f8a1d30f5a5c9ed390a1eb5]

        _SVSTDARR_ULONGS not used here

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

        convert inlines as well

2011-11-23  Caolán McNamara  <caolanm@redhat.com>  [20153742d2dee2df022275a07cc958b1759b9b72]

        add a stripStart, can replace EraseLeadingChars

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a22ce3e4483f6fe462eaba8826a91355957e3676]

        ManageNames: only update the range names if we really changed data

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [68c591429fd0fc6189d53d4f718fb3edf9038dfb]

        ManageNames: set correct text for multiselection

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a56210854bc6600f559589531617fb65e250870]

        ManageNames: disable some elements if table is empty

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [717438333eaa48898728ddc1f6b1394651dab48c]

        ManageNames: disable paste buttons if table is empty

2011-11-23  Stephan Bergmann  <sbergman@redhat.com>  [577c7ea310fa0417d2f2ca273f5541605883d2fd]

        Clean up gb_Library_set_componentfile argument handling.
        
        It is only ever called with 2, never with 3 arguments.  And the
        gb_ComponentTarget_ComponentTarget it calls only takes 3, not 4 arguments.

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c35bd5f3c42786f0fde4aebebc20422ab85bf099]

        ManageNames: handle formula errors in Define Names dialog correctly

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab63c12395ed3771b1df6822eaa8572c06db0765]

        ManageNames: make pasting of multiple names working and fix crash

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e58dfb62106fc047d73ad0d62595ebc805ece5e1]

        ManageNames: move some strings to globstr.[sh]rc

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9e8ae1d56076474e4673a953d8ebd726cb5daa18]

        remove ScRangeName::findByName
        
        this method was mmisused and is the source for some "bugs"
        
        we don't allow case sensitive storage of range names and therefore it
        does not amke sense to search by case sensitive names, use
        ScRangeName::findByUpperName instead
        Especially the uno implementation did behave wrongly and allowed to
        create two names that were identicall for the model

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f3c7c1e4ceddc6f778de89c1e75dbb126247c787]

        ManageNames: add missing licence headers

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1ca05c949702bc0fcaf8fce8c29c2ca7b8d42c6a]

        ManageNames: remove Add Button and debug output

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6f92d874d4273d6570631c929600777251782ffc]

        Manage Names: fix an initialization problem

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [648a9a48b635e7dd19c109f7289448d359dacf12]

        ManageNames: update range data also if checkboxes are toggled

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7b761d244e2c25a68427eb99f3e6bd5a97742501]

        ManageNames: implement ScNameDlg::IsFormulaValid

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [100052237a83ff0e0c5fb726fc6ea79f6375dfa8]

        ManageNames: need to store the strings in variables

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23da9369ae622e61b75a4cb72f60667cd4ff9fa5]

        ManageNames: add RangeOptions button to Define Name dialog

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [684b53cfcfa7ec9978426a13714471d2b8af6ce7]

        ManageNames: use a more modern looking button for RangeOptions

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c0d8d83b9d03f3c6b902221062047096544c99a3]

        fix out of bounds access in printfunc.cxx

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1d2142fb962e7ff0b3f638fb90c1ea63372fe13c]

        ManageNames: add table to "Paste Names" dialog

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7acefae208e815f4abcb19fdd034e52f6f4da9b8]

        ManageNames: need a virtual destructor here

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [332ea906f34f2693d19d8bd9bdc2fecc11b1dd3e]

        ManageNames: don't change selection after user input

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b1097c47695210f8824dcc4fc456b95897fc3972]

        ManageNames: add undo to Define Names dialog

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [106f128f359deb1c9553c105eff4bf829fdd9736]

        ManageNames: make global undo work again with dialog

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [26c86c78c5eb4b15e6f4fa9074045c97fcb50173]

        ManageNames: make modify button obsolete

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [42bb6baae411dcef47fbe8555412960be2c0dfad]

        ManageNames: make Multiselection work in the table

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b5a509e21704e6dba31eabac689c35efd8dda973]

        ManageNames: improve layout of ManageNames dialog

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce26c58c7f5088a2982e0ce880b426771e55e234]

        ManageNames: Paste names, initial layout without table

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f7c90861d54885ba542328fffa1b5442e394590]

        ManageNames: make formula input box work correctly

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b3d22ae4ca7ad191f6f807c72660b78d3ac6e833]

        ManageNames: make Define Name dialog work again

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1e6ad2af4bfd14f96926cd976fb2edb626de3d10]

        ManageNames: restructure the code
        
        move namepast.cxx to namedlg
        namedefdlg is "modeless"(only in technical sense) and needs to be in sc
        while namepast is modal and needs to be in scui
        move the table implementation to an own file, we can reuse it for
        namepast.cxx

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3224ddaf1a2039e19f3acdb74cf61a973da343b1]

        Rename Database Ranges to Database ranges as wished by UX

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [411d95598f4e5acd0d8cb16b5db1edf57a20469d]

        Manage Names: add most logic to Define Name dialog
        
        missing are:
        -undo
        -range options
        -help
        -test for correct expression is not working

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7f8deb4f90b129183778f977da2d22a147b5eb3f]

        ManageNames: improve AddNames UI, no logic yet

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8fd3c3ac9eb1c29b2afcd61a5d34d56b6c821f10]

        ManageNames: add menu and dialog for Add Name

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [668a71065fa5fe6929e6367998b04a20eb8230c5]

        ManageNames: clean ScNameDlg even more

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24f63256f4fab1f0393192d7bc155a2f8a3de71f]

        ManageNames: remove no longer needed undo stack
        
        the new concept does not have an dialog local undo stack, instead we use
        the global undo stack

2011-11-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [39d15735fb52eb108254a8a299c815c8a6057535]

        ManageNames: clean up ui for new concept

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [a725d287a2b19f56639cc727b102cc7103afe173]

        Unit test for cell function T with external references.

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [f7831ed5ca23d5b45cb5b6fb4955c0c572a32f39]

        We should clear the cache of external doc when breaking its linkage.

2011-11-22  Jan Holesovsky  <kendy@suse.cz>  [6b74943cc6fb7983035b12f6cda8cb8e0c0a016b]

        Using #if etc. inside OSL_TRACE is not a good idea, breaks Windows.

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [2be37f241ffc3dbbe80c6ab4a9a6021acefeb692]

        Clean up after component passivation.

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [e9d5629a52662e03a661d013360d72eaea969ab8]

        fdo#40726: Handle external references with cell function T.

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [f055e0e36134a54c445cdb351a5136736753714f]

        Upon startup, do not unnecesarily instantiate component service factories.
        
        Discovered by Michael Meeks <michael.meeks@suse.com>.

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [264e5034688a9c3105b3d29c7083ef2565afaec6]

        fdo#43154: Fixed incorrectly query validation.
        
        It was due to a simple mis-placement of an operator.  No idea how
        the compiler may have parsed that statement...

2011-11-22  Miklos Vajna  <vmiklos@frugalware.org>  [543d3bf035ea42cf7b16f394e58795f532a69151]

        writerfilter: add a README explaining subdirs

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [8376779842ca51a60c214427513982acb25212ac]

        Do passive registration of reportbuilder, to avoid java thrash at 1st start

2011-11-22  Andras Timar  <atimar@suse.com>  [eb339bf18c1e76b208d3bfb21120717a97e23d45]

        remove (empty) help of Presentation Minimizer fdo#39306

2011-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [e2de4357f5e1bf6d7f205402f6823032c9d35b1b]

        catch by const reference

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [799c944cc11aa6eeb20e5f24bf33434908c4556b]

        fdo#40304: Check if BOUNDSHEET points to valid BOF record.
        
        Some (presumably Russian) 3rd party programs generate invalid xls docs
        that have BOUNDSHEET record pointing to invalid BOF record position.
        The real BOF position may be before or after the record pointed to by
        the BOUNDSHEET.
        
        So, let's check if the BOUNDSHEET points to a valid BOF, and if not,
        manually search for one from the BOUNDSHEET record position.

2011-11-22  Noel Power  <noel.power@novell.com>  [319d8be9dad248a3ced5ac311e0b20ec3ed4cef7]

        tweak experimental gsoc multiline input bar, better resizing, enable scroll

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [d6a8934eeb192b8a2d672bfc6b90ee2b333841ae]

        Remove no longer necessary "(void) x; // avoid warnings".

2011-11-22  Daniel Di Marco  <d.dimarco@gmx.de>  [33a8ac0750d4ee7800b9faccdee3fffb850a04b1]

        remove NfShCurrencyEntries and NfShCurrencyEntryPtr types

2011-11-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [98f32b2b8ebefe50dfa99b5c72ceb2639bf63787]

        RTF import: better implement \trrh to import fixed height rows

2011-11-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b03fbe13f31bde4a9844985afa7abecbf1834848]

        writerfilter: Fixed crasher when importing docx files with dbglevel>1

2011-11-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [07b5fe3b8c858c1d6f8c21e89ac940663cd97f62]

        n#417818: empty paragraphs in tables weren't considered in the table.
        
        The paragraph properties weren't propagated to the empty paragraphs in
        the tables. Called checkNeedPap() to do that job when finding \par.

2011-11-22  Eike Rathke  <erack@redhat.com>  [d66a2c452575f7a1b960e9ec6512b9d32eff4f61]

        scan genitive and partitive month names only if they differ

2011-11-22  Eike Rathke  <erack@redhat.com>  [3b5ee26d2c27b9fb8d3836c470832fc81cda721f]

        added partitive case month names
        
        * Locale data:
          * nominative (nouns) month names always given in <MonthsOfYear>
            element
          * optional genitive case month names in <GenitiveMonths> element,
            following the <MonthsOfYear> element; if not given take nominative
            names
          * optional partitive case month names in <PartitiveMonths> element,
            following the <GenitiveMonths> element, or following the
            <MonthsOfYear> element if the <GenitiveMonths> element is not
            present; if not given take genitive case names, or nominative if
            genitive names aren't defined
            * currently known partitive case matters in Finnish locales
        
        * Rules for use of nominative / genitive / partitive case month names in
          number formatter:
          * no day of month (D or DD) present in format code => MMM or MMMM
            display nominative month name (noun)
          * day of month (D or DD) after MMM or MMMM => genitive name
            * no genitive names defined => nominative names
          * day of month (D or DD) before MMM or MMMM => partitive name
            * no partitive names defined => genitive names
              * no genitive names defined => nominative names

2011-11-22  Andras Timar  <atimar@suse.com>  [734bfe16bdfe7c80fa8c0c71d680746353686961]

        remove unused FOR_WIN_X define

2011-11-22  Andras Timar  <atimar@suse.com>  [018b48d36192c49ce9a39745d110b38ccf8bfa97]

        fix VERSIONINFO section of win32 executables fdo#30798

2011-11-22  Caolán McNamara  <caolanm@redhat.com>  [4a06a42de49215167221177d47cd2eb0e2d59232]

        want to match here, not check for equality

2011-11-22  Caolán McNamara  <caolanm@redhat.com>  [5317e0501fe356fb38c7de408cdde1d3f3e1242e]

        WaE: unused variable, and catch by const

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

        these can be const

2011-11-22  Caolán McNamara  <caolanm@redhat.com>  [3679b7651737eba53c3779126246e4f0292570eb]

        callcatcher: remove various unused MultiAtomProvider methods

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

        ByteString->rtl::OString

2011-11-22  Caolán McNamara  <caolanm@redhat.com>  [32a0646ba6c124544dc209cfc2633ef76c8449fd]

        simply tabdialog, remove unused resetbutton api

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [981470b2404a80ed87f237a0e8a62cdef7cea9a5]

        Base SAL_INFO/WARN inclusion on if instead of #if.
        
        So that variables only used within SAL_INFO/WARN do not lead to
        unused variable warnings in product builds.  Also for OSL_TRACE
        (which used to work that way before already); allowing to revert
        a recent warning fix.

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [5de43a57cde537507de607c31573a31e90b4c5c8]

        Avoid rtl::OString::copy(getLength() + 1).

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [28bb26279e8412763cabce7d172ca8246c70a30d]

        Avoid unused variable warning.

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [171855c21eeedca46fe0cf2ce4f566957e618a45]

        rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).

2011-11-22  Stephan Bergmann  <sbergman@redhat.com>  [70a6b9ffbd676a1384433a86205d2cd4f2d4f4b1]

        New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.
        
        * New SAL_INFO..., SAL_WARN... macros.
        * New SAL_STREAM supersedes OSL_FORMAT.
        * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now).
        * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site
          cleanup).
        * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet
          addressed.
        * Some replacements tools String -> rtl::OUString.

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [f2972242673cc9608960e9ca70e82766be5275e3]

        i#115255: Skip invalid record(s) where BOF is expected.
        
        Some 3rd party (Russian?) programs generate broken xls docs which
        cause Calc to hang when it tries to open it.  This particular doc
        placed invalid record at position indicated by BOUNDSHEET, where BOF
        was expected.  Let's skip those invalid records.

2011-11-22  August Sodora  <augsod@gmail.com>  [8061b40349c1251362c984b76aaa90b9510fba4f]

        String->OUString

2011-11-22  August Sodora  <augsod@gmail.com>  [ea0b60c82e35c4289d2a36198c3d053aabade9c3]

        String->OUString

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [0146b05aad4385a31bd7ae8aaed0dd29d666d131]

        This is wrong.  We should allow both boolean and numeric types.

2011-11-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [9bf4bb78806683d64514928b7b091634003efea8]

        fdo#40990: Compare the wrapped pointer values.
        
        Or else the pTokenMatrixMap would never yield any match.  This was
        the only reason behind the poor performance of resolving jump matrix
        as exhibited in the aforementioned bug...

2011-11-21  August Sodora  <augsod@gmail.com>  [cbde0ff28bcf9cf0271324fae879df39c2710f48]

        String->OUString

2011-11-21  August Sodora  <augsod@gmail.com>  [89e27727c9b7cfd4e74a007a3390052cd1c13afb]

        String->OUString

2011-11-21  August Sodora  <augsod@gmail.com>  [462c6fc24f1d64acedca02f62f1f4c0a079f4db0]

        Remove unnecessary includes

2011-11-21  August Sodora  <augsod@gmail.com>  [5ddab9d8d4ef4553fef0bc76312fb5f3565cf9f2]

        Remove unnecessary includes

2011-11-21  August Sodora  <augsod@gmail.com>  [226dade0ca04ffa6656d9bac963223984c3a01ce]

        Remove unnecessary includes

2011-11-21  August Sodora  <augsod@gmail.com>  [48ea07772907b7a6112b614b4f7216b357d6c43a]

        Removed unnecessary includes

2011-11-21  August Sodora  <augsod@gmail.com>  [59e4b21c6723066f30a1a34a8fd25eb01fb66fc4]

        Removed unnecessary includes

2011-11-21  August Sodora  <augsod@gmail.com>  [a7c455d10148f6562583f034147b600d61500af1]

        unused local variable

2011-11-21  August Sodora  <augsod@gmail.com>  [ea1c1ad843d219bc2e6d99d72998eb8a00805493]

        cppcheck: C-style pointer casting

2011-11-21  August Sodora  <augsod@gmail.com>  [487968707f9ea36f3873a9349ebb87655f6abb3d]

        cppcheck: C-style pointer casting

2011-11-22  Jan Holesovsky  <kendy@suse.cz>  [7c3a322f1985abb7b87e6346a7d7b2c3b783a2d3]

        Include xmlsec component only when we are building with xmlsec.

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [82dd6525a2f3b658817232169c48ce4f57362d94]

        offapi: re-activate the reference type rdb check

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [f1d0641013c9bab9963a7cdbfadf56b44d290be9]

        offapi: update type reference:
        
        This updates the keys for the following intentional changes:
        
        ENUM: /UCR/com/sun/star/drawing/TextFitToSizeType
          Field 3: Name1 = RESIZEATTR  !=  Name2 = AUTOFIT
        SERVICE: /UCR/com/sun/star/sheet/SpreadsheetViewSettings
          SERVICE1 contains 1 more properties as SERVICE2
          incompatible change: Field 14 ('SolidHandles') of r1 is not longer a property of this SERVICE in r2
        SERVICE: /UCR/com/sun/star/text/ViewSettings
          SERVICE1 contains 1 more properties as SERVICE2
          incompatible change: Field 24 ('SolidMarkHandles') of r1 is not longer a property of this SERVICE in r2

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [83e82d2d5929f8f4923049593ab976f88ce67294]

        UnoApiTarget: document add functions a bit

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [d4be9c7a2bfb8d682c4a2c781e5c58b72be47b6a]

        regcompare: fix error reporting:
        
        Function checkField() is called from 2 different contexts, one of
        which must not report errors, but the other should.

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [d63d64c4dea4d29592d21ff2841fc4df25a8373d]

        empty a bunch of d.lst files

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [aec495fb1f4f32029c243df1823987ab2c912a02]

        oovbaapi: kill dmakefiles

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [9747d4542c9305281885c1f7c7795e49132b3b92]

        oovbaapi: empty d.lst and add missing IDLs to makefile

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [71938468e8a50a76f02f5ec5c66814c03db3e198]

        oovbaapi: rename SheetObject.idl to Button.idl

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [4f3175bbaf5b275fb949250c0cb926b3bbf6afc7]

        offapi: FootnoteLineStyle.idl: wrong module

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [a4814ec65788fef70840fa56d326615d79990f46]

        offapi: fix build errors in chart2 services

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [6a7b8a6465de99c7058cfb3676f5fadbd0d8e1f1]

        offapi: css.chart2.MutableDataSequence unused, looks obsolete

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [577943dc7b9b34a4f49a1f249d40a6e6001b1127]

        offapi: kill dmakefiles

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [3960e9c55eb13c7e10d10937b000d04e2e68a177]

        udkapi: kill dmakefiles

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [779f4c6e6f1961336cc3bd219cbdd56c8d7b5186]

        i#86471: offapi: remove css.mail.XMailServer
        
        XMailServer is obsolete and replaced by XMailService:
        https://issues.apache.org/ooo/show_bug.cgi?id=86471#c4

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [57448692d8f2982fbf645f3fda399744419ed4b2]

        offapi: remove cruft from chart2 directory:
        
        TextAnchor is an empty constant group.
        XFastPropertyState is declared in module com.sun.star.beans and unused.
        XStyleSupplier duplicates com.sun.star.style.XStyleSupplier, unused.

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [142bb0e7ddf800786d90fb1179a969127946da03]

        offapi: empty d.lst and add missing IDLs to makefile

2011-11-21  Michael Stahl  <mstahl@redhat.com>  [348fcf4b55416fe80d7dcfcb1579c4d6fbd6cc8b]

        udkapi: empty d.list

2011-11-21  Andras Timar  <atimar@suse.com>  [d9f7b43af4db6352239dd706d8920e02114b0510]

        if silent MSI, put LibreOffice starter icon to Program menu folder

2011-11-21  Eike Rathke  <erack@redhat.com>  [5e429334a9998ba254615077a81adca218f89674]

        remove obsolete linkermapfile-check.awk

2011-11-21  Modestas Rimkus  <modestas.rimkus@gmail.com>  [a422892eee28eb3d299c61bd0510ff951a8ca64f]

        added Lithuanian [lt-LT] nominative / genitive case month names

2011-11-21  Michael Meeks  <michael.meeks@suse.com>  [997ac87c86f8412d8d7e7d7ada8acda347a6f7e9]

        remove extraneous endif.

2011-11-21  Tim Hardeck  <thardeck@suse.com>  [34d89d1ef5830b14d31f1de61d973349e1f2da6c]

        Start Impress without the wizard by default
        
        This one-liner prevents the Impress Wizard from getting started
        automatically.
        The assistant should now only appear if File -> Wizards -> Presentation
        is used.

2011-11-21  Michael Meeks  <michael.meeks@suse.com>  [fc1c44d1dd70fe60690af3bcd7aae7a154e415ce]

        only build custom gethostbyname for OSX & IOS

2011-11-21  Michael Meeks  <michael.meeks@suse.com>  [441227374cf285c2e133f8889db244d2f19609c5]

        Revert "Remove internal gethostbyname_r implementation." - OSX needs it
        
        This reverts commit af19d9f563667376f759b4526bc1bcb056947394.

2011-11-21  Kohei Yoshida  <kohei.yoshida@suse.com>  [d714c17c21bb061672ac0e900644f09380eaa140]

        i#117239: Prevent crash on load with pivot table.
        
        The crash was due to recursive reference of GETPIVOTDATA within the
        source range of the pivot table object referring to itself.  The
        solution is to disable self reference with GETPIVOTDATA function.
        
        BTW, it goes without saying that, using GETPIVOTDATA inside the source
        range of the very pivot table that it references is asking for trouble.

2011-11-21  Arnaud Versini  <arnaud.versini@gmail.com>  [513c888595db021c8eaed77a2438301b1c306885]

        Remove internal backtrace and backtrace_symbols_fd

2011-11-21  Arnaud Versini  <arnaud.versini@gmail.com>  [af19d9f563667376f759b4526bc1bcb056947394]

        Remove internal gethostbyname_r implementation.

2011-11-21  Arnaud Versini  <arnaud.versini@gmail.com>  [161ff9a4430472eaffbb438d25b5c6b5824c50fd]

        Replace gethostbyname by _osl_gethostbyname_r in socket.c .

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [7a357d93d8bc7cc47b6352546a47973379f513e4]

        Add stuff to run bridgetest

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [42acf7a6d5cf91aed5ed4aa0d9ce09b3d0203b01]

        Don't use USE_DOUBLE_MMAP on Android

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [f62c8ecdfce2ac32f82275d27218c1cdb65a6de6]

        Use -fno-omit-frame-pointer for Android (no idea if essential)

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [edda1f9a34e23c0087e1d4f7cf21f60fbd76f070]

        Bah, don't bother with conditional copying of stuff into the .apk here
        
        You are not expected to be make'ing here without knowing what you are
        doing anyway. Just unconditionally require the stuff needed by the
        sample cppunit tests mentioned on the last lines.

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [4b294b2c20aa78b2c70cb71d503195eb5479159c]

        Add the localedata_en and localedata_others libs

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [2a2fbbecc04b1364216a5180f722fb72ed00d42d]

        ByteString->rtl::OString

2011-11-21  Thorsten Behrens  <tbehrens@suse.com>  [d4d79be21e16be9e77518cd223865bb2eb4f91ed]

        Fix radial gradient offset
        
        Seems this got broken with the Gradient::GetBoundRect() common code
        extraction - actually return what was calculated (fixes part of
        n#714787).

2011-11-21  Thorsten Behrens  <tbehrens@suse.com>  [7ddc69623db91317edff6aaca44e5edd43804578]

        Make dbglevel=3 compile again in vcl

2011-11-21  Thorsten Behrens  <tbehrens@suse.com>  [828abf1e060d2ba385547b09c0eff61dfa6ea377]

        Revive gradient clipping debug visualization code.

2011-11-21  Cor Nouws  <oolst@nouenoff.nl>  [4d399eea4283173d0b8c766376ad538f1e088d92]

        Updated transl. German comments - removd obsolete time/date comm

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [bce71931ab08ef741b324664d9a69b3be1ff7a3b]

        Oups... Disambiguation solved another way in 1c2f5d

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [27f585b6b5391e45106e76a35990b588570d8acd]

        Link with -lgnustl_shared for Android

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [8a3ea757c35a000ea303a11b36692aebc2400ead]

        Use --with-library-suffix=lo for Android to avoid clash with system ICU

2011-11-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6af8887b41a8438d29b4743f238be7330516ecbc]

        d#648250: added missing include in wordml2ooo_draw.xsl

2011-11-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9562b31e594eba4e6abf7879575b77a691ac1f88]

        sw, added a message to a thrown uno::RuntimeException

2011-11-21  Thomas Collerton  <tom.coll91@gmail.com>  [a1efc7fdcd80484977bc289d1d27b7b6d33757ff]

        Improved Header/Footer UI framerate

2011-11-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [2cc144286d81236e8677a551a458172ca9546c29]

        sw, Add hyperlinks by default in Table of Contents

2011-11-21  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [68f1b7dac7e77f68050f73c8692b8180f6e7cc65]

        sw: added explanations entry to grammar checking popup menu

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [96d01c8f07478f4241f014145a64c57b041f0d44]

        disambiguate (OU)?String comparison into OUString comparison

2011-11-21  Eike Rathke  <erack@redhat.com>  [3739278cefa4f604d96fc8c1047de22687e064ed]

        still cygwin is not unix

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

        link error

2011-11-21  Jan Holesovsky  <kendy@suse.cz>  [1ef42cb0c53fc8d5adf259079833ba07dd12cb66]

        Fix MinGW build of dtrans.

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

        Resolves fdo#41295 tmp name reuse in mass pdf export

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [6a9593f8825c1c91007099ceae8ed0c497693ae9]

        trailing/missing ,

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [054568fea71c493746a11569427169b718c6c5e4]

        this casting of a void* is a disaster waiting to happen
        
        only ever used for a string, to set it to a string type

2011-11-21  Takeshi Abe  <tabe@fixedpoint.jp>  [54bc5bc910e6082398d6b2f55fa7dba65421bbb7]

        removed useless code

2011-11-21  David Tardon  <dtardon@redhat.com>  [1c2f5d73a774d93a8e3660a0cc91e32d1f86fd77]

        more conversion to rtl::OUString

2011-11-21  David Tardon  <dtardon@redhat.com>  [3a88a0606ba469b6f83d8ac67e14cb1b80cecfb5]

        WaE: initialization order

2011-11-21  David Tardon  <dtardon@redhat.com>  [5e04a781c5b5cb22bb35ad3031e579ea32c0cace]

        WaE: type qualifiers ignored on function return type

2011-11-21  Andras Timar  <atimar@suse.com>  [bab4bc9ec4ba1a7f85a406f413155e18caa78ee0]

        cleanup .uno:HelpSupport

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [2de8d6208b3d1b95a44c8794615eb8da2b3e7286]

        fix text layout regression

2011-11-21  Cor Nouws  <oolst@nouenoff.nl>  [63b3301d78f10672d1ce11e144015d60707bfb87]

        Translation of German comments

2011-11-21  Andras Timar  <atimar@suse.com>  [e9def2a8a984098a19183d9a18fdd02778bbfdb2]

        remove system requirements/install/uninstall sections (bundled extension)

2011-11-21  Andras Timar  <atimar@suse.com>  [382dc43bb68b9e7afedb3a8748637bfa82635be4]

        s/OpenOffice.org/LibreOffice/ fdo#43120

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

        these need to be getStr post OUString-ization

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [6dc6820038cf0a2d067e5fe9c72b42a79404a3c9]

        Do not catch signals in dbgutil build
        
        Helps debug crashes, segfaults, etc
        as one gets the right backtrace in gdb and dumped core.

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [2c46cde2edf25e8c9ae6f591b52a6b7c086fe166]

        poke __cplusplus into workben comparison tool

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [0d0ffe3ff12bee296440bb39aadd3edc0c735ad6]

        pgsql-sdbc: licence all non-Sun & future contributions under LGPLv3+/MPL1.1

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [3e1cb3e9672c8083d373b21589de0a362b3831b0]

        pgsql-sdbc: document-by-comment

2011-11-21  Lionel Elie Mamane  <lionel@mamane.lu>  [acc65ffb2ca76f6d6d57749ddbe6da301ba54b8a]

        SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilers

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [18c1d56353838a393de5d75da65cc68e17d78492]

        a ImplEncirclementOverlay is never constructed

2011-11-21  David Tardon  <dtardon@redhat.com>  [d1916dfdb3d9b264c97415c03e7c4eb358dd9cd5]

        the string is sal_Unicode, not sal_Char

2011-11-21  David Tardon  <dtardon@redhat.com>  [81b71b2ca666871780965aeac3eaa166a69d9b72]

        init members in correct order

2011-11-21  David Tardon  <dtardon@redhat.com>  [69dd81e2f26baf1e8362bee464a98b93c135e74e]

        use correct rtl::OUString function

2011-11-21  Caolán McNamara  <caolanm@redhat.com>  [4d1c57a00ed20f49685504ac5289bc2c325060fc]

        callcatcher: update list

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

        ditch last ENABLE_STRING_STREAM_OPERATORS

2011-11-21  Andras Timar  <atimar@suse.com>  [37676d162c29331c9f6235cf51406db8aaf8dfba]

        only one launcher icon for silent MSI

2011-11-21  Andras Timar  <atimar@suse.com>  [5fc21e87b9bcc55a542c4e675f4b78cc578026d1]

        in perl there are no barewords for true/false

2011-11-21  David Tardon  <dtardon@redhat.com>  [bacfb77443e0a03904b4082c3211f05464279661]

        fix build on MacOS X

2011-11-21  Stephan Bergmann  <sbergman@redhat.com>  [a4f836dbd84cb185fff79f643d71ae25abfca216]

        Trying to fix packaging of SDK

2011-11-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6b7f7069588e883315328391cadd29eb85782ede]

        i18npool depends on offapi

2011-11-21  David Tardon  <dtardon@redhat.com>  [c5aeaee20c59144c9d2cdf3abe28dfd1500ab852]

        convert win plugin to rtl::O(U)String

2011-11-21  David Tardon  <dtardon@redhat.com>  [13bbf43b1356f9be9c5aac1f17f3781cf1935849]

        convert aqua plugin to rtl::O(U)String

2011-11-21  David Tardon  <dtardon@redhat.com>  [5ec603972f501062118b8ad5326a47287b3a1e59]

        convert gtk plugin to rtl::O(U)String

2011-11-21  David Tardon  <dtardon@redhat.com>  [737f61ba4c202834e70bbaa746b4a9ce0137a891]

        Convert Sal to rtl::O(U)String

2011-11-20  August Sodora  <augsod@gmail.com>  [ee3ad385fb3ca476e57e80d7b77c1e184e52e1d8]

        Convert to boost::ptr_vector

2011-11-20  August Sodora  <augsod@gmail.com>  [7fc462044e6579aed96934d782e80d7a9e56f873]

        Remove unnecessary includes

2011-11-20  August Sodora  <augsod@gmail.com>  [d71ffc855f02e186118c7e9ec59054e7aa0e4ecb]

        Remove unnecessary includes

2011-11-20  August Sodora  <augsod@gmail.com>  [9d84030a5f9d859a9915c13ca429beb5bbc0ac6f]

        Remove unnecessary includes

2011-11-20  August Sodora  <augsod@gmail.com>  [d46118d174c98fe24995c137e3db1bb9b0cfc09c]

        cppcheck: struct or union member 'NodeData::aDbl' is never used

2011-11-20  August Sodora  <augsod@gmail.com>  [58b1a6ccc64d08a8a2c63071c0081883648cd6cb]

        cppcheck: Unused private function 'CSS1Parser::SetLineNr'

2011-11-21  Miklos Vajna  <vmiklos@frugalware.org>  [fcae5e4103bb16bd44a48c2b63dcbafa9b438a9e]

        Related: i#86517 avoid crash on invalid LEVELTEXT

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [0218f14776d14a67f8524a798d0defbda042d4d1]

        Ignore also "assets"

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [c249a509424f8fdce781ad359da6c407e54b9cad]

        Enforce lib prefix for UNO components here, too

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [789bbd9219201644420b4fb7f53e830810b83148]

        Include more stuff in the .apk needed by test_i18npool_test_breakiterator
        
        Now it runs until a crash caused by ICU library mixup between our ones
        and the system ones, they have the same names but aren't
        compatible... (see 7ee03666d7cfc27453315e1682e3c32d39a031b6).

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [0e867a88602fc5bb8e318edcb82b9c940ade41c4]

        Fix crash in the "memory" FileHandle_Impl

2011-11-21  Tor Lillqvist  <tlillqvist@suse.com>  [190ddfcdb2ffe445be00285a10df6af22a99d6a4]

        Don't use any major version soname suffix for Android
        
        But... the names our ICU libraries get built as clash exactly with
        Android's system ICU library names, predictably leading to chaos. I
        will have to come up with a non-clashing names for our ICU libraries
        on Android.
        
        (But isn't it stupid to include an own build of ICU if there is one in
        the system already? Sure, but on the other hand the NDK doesn't
        include ICU headers or libraries, so clearly Google doesn't consider
        it part of the documented API. No guarantee of version stability
        etc. Indeed best to avoid them then.)

2011-11-21  Miklos Vajna  <vmiklos@frugalware.org>  [8731f2554918fe7572f78a21d4b0521d6f27efe4]

        Related: i#83069 fix crash in DomainMapper_Impl::FindOrCreateFieldMaster
        
        The next line would deference a NULL pointer otherwise, so use UNO_QUERY_THROW.

2011-11-21  Miklos Vajna  <vmiklos@frugalware.org>  [9b78fe962114cffc0d744767bbb3f6a0e8904739]

        Related: i#60831 fix RTF import of DOCPROPERTY fields

2011-11-21  Miklos Vajna  <vmiklos@frugalware.org>  [3ece03f3d4b139bbe8e153111a0ff38781d27922]

        Related: i#93039 fix RTF import of MACROBUTTON fields

2011-11-20  August Sodora  <augsod@gmail.com>  [25ade2f357f1cedf76919f61ae8d81fda7bdf88d]

        Refactor BasicCharClass out from scanner and make it a singleton

2011-11-20  August Sodora  <augsod@gmail.com>  [7cc258f35b5b2eef542827ddf03323c5c2b6c794]

        Refactor BasicCharClass out from scanner and make it a singleton

2011-11-20  Joseph Powers  <jpowers27@cox.net>  [13f1110f6e990c4304cbc84b258f07244c05a5d2]

        Removing the empty pch file from dtrans

2011-11-20  Joseph Powers  <jpowers27@cox.net>  [2235ffd1e81d2096f62ec2b6461675ea26420658]

        I forgot to remove directory pch from the include path.

2011-11-20  Joseph Powers  <jpowers27@cox.net>  [45f91545c6c8909fb2b3daf994b57cc69ff68d2b]

        Remove pch from drawinglayer
        
        The .hxx is empty so we gain nothing.

2011-11-20  Joseph Powers  <jpowers27@cox.net>  [987108acc3ee8cc72c0987bb01331c61643eb6c0]

        Remove some unused headers from desktop

2011-11-20  Lionel Elie Mamane  <lionel@mamane.lu>  [0e9473eca6f559bc83eb061384b0db936e4ed8e1]

        fdo#36555: pImplementationName is not a compile-time constant

2011-11-20  Tor Lillqvist  <tlillqvist@suse.com>  [8ec713573073baa3bb90e6a4051938d700480c03]

        Use proper command line parsing for the lo-main-cmdline extra string

2011-11-20  Tor Lillqvist  <tml@iki.fi>  [5d01d4e37c9e0aa5f1139eed3ea159fa5217e031]

        Unix style command line parser

2011-11-20  Jan Holesovsky  <kendy@suse.cz>  [840e2f3ef5b73807403084edf09b5e53a097dcb3]

        Inline ScQueryEntry::Item::Item() to fix Windows build.

2011-11-20  Thomas Arnhold  <thomas@arnhold.org>  [a84651f39d4afe662181f695a1a15c4dfe96e7e6]

        Remove some unused methods

2011-11-20  Lionel Elie Mamane  <lionel@mamane.lu>  [007a00589d750a84909e138e19c921f910dd3c81]

        Review comment translations by Luc Castermans <luc.castermans@gmail.com>

2011-11-20  Luc Castermans  <luc.castermans@gmail.com>  [9a17eee279b6925d3442118f49844c078c4d7b0a]

        translated German comments to English

2011-11-20  August Sodora  <augsod@gmail.com>  [b97774aefa122aebf20de4208a820953c39172b1]

        Added regression test for scanner

2011-11-20  Eike Rathke  <erack@redhat.com>  [63d29ac431f492595486512ba413454baf636b65]

        hopefully gb_Executable_EXT_for_build does it

2011-11-20  Eike Rathke  <erack@redhat.com>  [ef23848eb252e65e0f83250512547ce684e6d4eb]

        change OUTDIR to OUTDIR_FOR_BUILD for cross-compilation

2011-11-19  Andras Timar  <atimar@suse.com>  [b338e513f77d469f9ba252220db164cf3cb5bcea]

        change URL pointing to openoffice.org domain - fdo#39734

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

        ByteString->rtl::OString

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

        clocaledata is a char array, so can use RTL_CONSTASCII_foo

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

        ByteString->rtl::OString[Buffer]

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

        remove ENABLE_BYTESTRING_STREAM_OPERATORS

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

        implEnsureURLExtension just returns the first argument, remove it

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

        remove [Byte]String::EraseAllChars

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

        sTmpLine is never used, so else if statement is effectively null

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

        this aWord is never used

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

        only used with higher debug level

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

        make workben example build again

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

        callcatcher: remove some unused code

2011-11-19  François Tigeot  <ftigeot@wolfpond.org>  [fd094baaf79e391f99da9c8259b13144e8de7847]

        Fix --with-max-jobs description

2011-11-19  François Tigeot  <ftigeot@wolfpond.org>  [e5ecb04eabdf338644e6eac895a3207612f60259]

        Remove obsolete parameter --disable-nss-module

2011-11-19  François Tigeot  <ftigeot@wolfpond.org>  [752f365a2655bd074e1adad7fdf5b55b90d42da1]

        Do not use mozilla headers
        
        The configure script checks for them by default now. Disable this
        nonsense.

2011-11-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [993f9f7c89e209789283af265a84290bb2d23164]

        Re-do Removed tools/dynarray.hxx , now that binfitler is ready for it

2011-11-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [6db8af3e8b5020f8726276ef70b0cd29f9adebeb]

        Revert "Removed tools/dynarray.hxx", break binfilter
        
        This reverts commit 89a783cde071d63120bfa63768b4680dd2e58fee.

2011-11-19  Eike Rathke  <erack@redhat.com>  [4b030331f725c63bc5ef0f365091179f0e6a78e5]

        add narrow (one letter) month names
        
        While introducing Calendar2 and the XCalendar3 interface anyway, as well the
        "one letter" narrow month names sometimes needed in calendaring can be added.
        These are not always the first capitalized letters of the months in all
        locales, and might even not necessarily be just one character.
        
        Introduces a new struct css::i18n::Calendar2 that is not derived from
        css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to
        hold the NarrowName elements.
        
        In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now
        have an optional element DefaultNarrowName. If not specified, the first
        character of DefaultFullName is taken.
        
        LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and
        sequences of CalendarItem2 structs. Application code adapted.
        
        The number formatter now displays narrow month names (genitive if applicable)
        for the MMMMM code, previously it displayed the first 16 bit code point of the
        full name (not even utf-16 aware).
        
        Narrow day names currently are not used, except in svtools' Calendar control.

2011-11-19  Eike Rathke  <erack@redhat.com>  [769511019bd5a02a5a2c307c2c8558279742672c]

        use possessive genitive case month names in number formatter
        
        * Switching between noun and genitive case month names is very simply done:
          * If the format contains a day of month (D or DD) code, genitive case is used.
          * If there is no day of month, the month noun is used. For example for
            a standalone MMMM code or a combined MMMM-YYYY code.
        * For input both, noun and genitive case, forms are recognized.

2011-11-19  Eike Rathke  <erack@redhat.com>  [29e4c61d9dbcb75a608e090e0703ed996cfa060a]

        use new possessive genitive case month names locale data API

2011-11-19  Eike Rathke  <erack@redhat.com>  [a7dbdbf820cdc86f5e4f2d9f49ff3aa320890f78]

        implement possessive genitive case month names locale data API

2011-11-19  Eike Rathke  <erack@redhat.com>  [19f607d7839c53f0395db64246de3454ebdbcf37]

        let's have some sensible indentation

2011-11-19  Eike Rathke  <erack@redhat.com>  [f8a352c746d1ca2ced555e9e1711b8de7646832d]

        squeeze some duplicated code

2011-11-19  Eike Rathke  <erack@redhat.com>  [74ec768623eb0f30f9573cde0ea6471b7e1d59a0]

        implement possessive genitive case month names locale data
        
        New optional element GenitiveMonths within the Calendar element, after
        MonthsOfYear. If not specified, the MonthsOfYear elements are taken.

2011-11-19  Eike Rathke  <erack@redhat.com>  [8eb050cbd6b7b3716c0c612708dd641898f65656]

        generated locale data .cxx depends on saxparser generator

2011-11-19  Eike Rathke  <erack@redhat.com>  [122fae4e2d8443de1545ab927d2035dc8263184c]

        add possessive genitive case month names to i18n locale data API

2011-11-19  Eike Rathke  <erack@redhat.com>  [afe9ca99ebbf8b18d3a3208c56df1e39d4d41661]

        optionally include outpaths
        
        Only when given --with-outpath the IDs include projects/$INPATH/inc (also
        solver/$INPATH/inc)

2011-11-19  Eike Rathke  <erack@redhat.com>  [33f591aa6dfcfe5dca82c3f467027aa35eefb9a2]

        adapt doctype url to reality

2011-11-19  Eike Rathke  <erack@redhat.com>  [2d54f83c8d37b4c17b7299b77a1961d54a0813a3]

        adapt DTD doc URL to reality

2011-11-19  Miklos Vajna  <vmiklos@frugalware.org>  [51a4292c99997423346df0aee1757f2902290dba]

        RTFSdrImport: unneeded include

2011-11-19  Muthu Subramanian  <sumuthu@suse.com>  [ea07e59bb9c49c67881b514ad5932fdd89218a70]

        Removing unreachable code.
        
        pUndoSet is set to NULL at the beginning of the method.

2011-11-18  August Sodora  <augsod@gmail.com>  [89a783cde071d63120bfa63768b4680dd2e58fee]

        Removed tools/dynarray.hxx

2011-11-18  August Sodora  <augsod@gmail.com>  [edc4118e18f3e7496046636d9f8587f78eed4223]

        Fix scanning bug

2011-11-18  August Sodora  <augsod@gmail.com>  [76f4712c7d1382752edfc153e3879fb447e70db5]

        Remove uses of pLine in scanner

2011-11-18  August Sodora  <augsod@gmail.com>  [53a662f53055ea5f262d7e0358d1346bab7f353d]

        Refactoring in scanner

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [ac4b051e3247ccc9dfc40ca0699537ce4256de35]

        Check the empty set state after launching.
        
        Sometimes we get empty set especially when all rows are filtered out.

2011-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [833567fa698e92f3bb9b7ef929093faee59f65f0]

        don't pass uno interface implementation directly
        
        Passing the implementation instead of an uno reference may result in
        lifetime problems if the passed interface is distroyed while the second
        one is still valid
        see rhbz#579817 with memcheck

2011-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0cb0952a5047ebc28f9e9f1cfa45ea7f0f50be33]

        little cleanup in ucalc

2011-11-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ed398366d510024e32d7124315c6e432bbe4ed0c]

        remove libsqlite from macosx library path again and disable testPassword there

2011-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [5e03999e937bc76f5020fa5b040bf403a5b37723]

        osl_syncFile() should work also for NULL handles

2011-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [552f521070bf5ff4e031206968463cd99061edc5]

        Add read-only pseudo-files representing a memory block
        
        For Android only for now. To be used to read raw asset files from the
        application package (.apk file, a zip archive).

2011-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [2ad14b0e0380c390f09256b3f4f70f733e310df2]

        More misc Android work
        
        Add possibility to start strace tracing the process. Unfortunately it
        this doesn't seem to work as nicely as one might have hoped. If the
        process crashes, the last strace output does not show up. Some
        buffering that gets abruptly discarded when the straced process dies?
        
        Add a function to the native code to look up an archive member in the
        .apk and return a pointer to it. To be used for non-compressed
        resources only. We mmap the whole .apk. The Zip format parsing code is
        borrrowed from Mozilla's APKOpen.cpp.
        
        Correspondingly, add to the local build.xml a re-definition of the
        "-package-resources" target from Ant's build.xml modified to not
        compress resources.
        
        Improved the Makefile a lot. New target "install" to build the apk and
        install it without constructing the apk twice.
        
        Other minor changes here and there.

2011-11-19  Tor Lillqvist  <tlillqvist@suse.com>  [79d0853239b7b8bd4fa2de5d8e1917343b27f8d1]

        Do build the unoexceptionprotector also when cross-compiling

2011-11-19  Tomas Chvatal  <tchvatal@suse.cz>  [a738b25f7caff2a5ed789668e1ab0bf29bf5082f]

        Remove layout from configure opts (does nothing now).

2011-11-18  Andras Timar  <atimar@suse.com>  [949ee7c30806357a5e7fc678c7bbf53f991c71e8]

        add --enable-silent-msi configure switch
        
        On Windows it is now configurable to create an MSI installer
        which installs LibreOffice without user interaction.

2011-11-18  Miklos Vajna  <vmiklos@frugalware.org>  [59a0064c2a195368379c5816640737e787550207]

        RTFDocumentImpl: remove 15 unused includes

2011-11-18  Felix Zhang  <fezhang@suse.com>  [ddb1d5ebf0a81888001ffa1dbab883df70cdc279]

        remove unused Sdr methods

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [898c527481059017c8f75ba51bfc80b297f0480d]

        Disable the OK button when no items are selected.
        
        When filtering by equality, we need to have at least one value to
        compare to, or else bad things may happen.
        
        The pivot table OTOH can handle empty set. So over there, it's okay
        to allow no items to be selected.

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b352f5357c95cf37ffa1debb1ffe62b84c223509]

        macros_test does not need to inherit from Filters-Test

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67f8ddd3a071a901838c8fec01ff79b553c05f29]

        basic component is no longer needed in filters-test

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a66be6346987e02e389331fcc4204b020ceaded8]

        refactor the new bugFile tests

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe5f715cad0fb4ff204ff7dffebcc252759b3208]

        and another missing component for xls

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21c437d17b20d72823cdd617785462e342326e28]

        allow testing of bugfiles in sc's filters-test

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5455ffb97e93a88d6cf9d471d20566897595b7b8]

        add component files so that we can import all ods, xls, xlsx in tests

2011-11-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84de459738d5c16b3df8719ff219aaccc3532b8c]

        fix crash in dociter.cxx during import

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [986ac894f4288fcbde35771793f332c5981abc27]

        SwSectionFrm: s/sal_Bool/bool/

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [eedfbf5b8b99049753f444ea71e0944a69dbc60c]

        fdo#42865: let's try map file for windows only

2011-11-18  Caolán McNamara  <caolanm@redhat.com>  [6c1ac01a4ac425456cb14e4ba34a3a2d9286453b]

        fdo#42534: SwRootFrm: clear SwLayouter in dtor
        
        This crash is probably a regression introduced by CWS swlayoutrefactoring.

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [9de2110e5bed17fcc6050bfaa669df45f0c1eb44]

        SwCursor::RestoreSavePos: assert on invalid position

2011-11-18  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [af0333e5865ecd184270af3211880d6d02307c31]

        fdo#40831: SwCursor::RestoreSavePos:
        
        Check that position is valid, so the cursor does not point to a
        non-existent node.

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [82a716f29cc252740c80556f72f9d9e602877918]

        fdo#40831: SwView::ExecSearch:
        
        Replace may delete nodes, so the current cursor position must be stored
        in a way so that it is corrected when nodes are removed.

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [e0d4e6f22a4290a4b11a342fd59523b28963838c]

        i#102333: SwDoc::ReplaceRangeImpl:
        
        The fix for this (230fcf4a456636bb466f72834cd57238621d206d) was not
        quite right; there are 2 different join modes, and moving the cursor
        backward is required in one of them, but not the other.
        
        This can be seen when doing replace all ^$ with several consecutive
        empty lines.

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [74f53711fa7e54c4d449912be53c50eebb002451]

        SwDoc::ReplaceRange: prevent assertion

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [72318173b6d2f6f62e15909dcc121e85872c0ef1]

        SwUndoReplace::Impl::UndoImpl: prevent assertion:
        
        unregister SwIndex local variable from node to be deleted

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [0fbd0bbfecda7b0a4642c2cbe8ea80027265192d]

        SwWrtShell::GetDoStrings: bogus assertion

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [0d09e4025ee8d8590211636ee08984ecc3821709]

        ComponentTarget: do not generate broken component files

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [fa0512fe721678eaa83c21c2f1f53d36c6e91420]

        xmlsecurity: fix typo

2011-11-18  Michael Stahl  <mstahl@redhat.com>  [a042c2a6ab29011800de55fa382740be56c2d928]

        svidl: write dependencies with cygwin paths

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [43cab25e27f944fedae0e19eecd072914817016f]

        Get top10, empty and non-empty special queries to work.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [aaad72db3376f236ea49a755c39bac21c53a0704]

        Execute launching of standard filter dialog.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [27434041afc8160ed81de83484e00c542e2b859a]

        We probably don't need to do this for the new popup.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2aca79c0186b77e8eb7c4de7a0b35879584fee4]

        Register modes for non-standard autofiltering options.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [ab5c5c9d808a5f32d1646de9e1b5cab251b62269]

        Fix painting of autofilter buttons.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [de171082fc55fd52e35a0d0528d47c1ff89191f9]

        Use scoped_ptr instead of auto_ptr; auto_ptr is deprecated.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e046efdbb55329e97cddbd6fd7d6ec5c92bdf2c8]

        Removing the switch. Now we use the new autofilter popup for good.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [bf034403ac8c98c9ebbe5ae59042502ab7c330d7]

        String to rtl::OUString.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e48ea72a2fb8099145a260e691461be3cc0323f5]

        A little cleanup.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [c4e782743b085731fe5ab03dcf0a431fed7bae61]

        Now we can import OR'ed conditions as single multi-item query.
        
        But some restrictions do apply.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [6437ca429386910c80ec24b86feb17eca78d2faa]

        sal_Bool to bool and other cleanup.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [73ed12a50655b4053cfae7139507f1d4f5c2fb7e]

        We can now append query entry; no need to have this first empty member.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [88c456a0dccb05b300267da1bfaa4e53f8051e19]

        Parse the query data first, then committing the query entries later.
        
        This gives us the change to examine the query data and do some
        special-casing depending.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [f3083a10f31f254058b7c847b27fd2adc4030b78]

        Reduce indentation level by early bail out.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [1e428385d20552a9977c9ab4ca0ef068e3fcdf7c]

        sal_Bool to bool.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [4f8976be9a04f3967b7e4a11f130f7aee50a56f4]

        Used constants if possible.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [3c8348017b77640262ca5dd88b9f9429e6d07037]

        Finally load the multi-match conditions properly.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e85842d3d02f5a4faaff6dc79d00887e4d062582]

        Set the db range to the query param first to calculate absolute column IDs.
        
        It's less hacky this way.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e7e2f7c22a7e87b03e671c4a86aa3f9e31e2c460]

        I need to parse the range up-front.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [dff8c99b01f2c87e3d56663d12a1a671835002cf]

        Populate the query entries directly.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [25ef3f6b4793d2ff340f07648648083975d11b6d]

        Pick up more boolean data directly.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [0960ec3e1b7b0d872d1f84d2d56f480a4df08b21]

        Simplified & clarified the connection logic.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [d540bdccf5fd2b44732ebbfcb70cf1e11faa5b83]

        Let's use std::vector instead.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [bbf435963eac44bc70c6a22605729b2d3f5417bf]

        Removed pointless inlining of methods.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [1249182e1cd1245b9aaff908a6937bbc9010ff90]

        Store case sensitivity flag directly.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [ba92fb9347bc2f1c09544013047507bb7abcdf91]

        Store filter orientation in the query param.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [ff6da5057d4b66c4bdd4bdcf402382e4faf991a4]

        Started working on de-UNO-izing the filter import.
        
        The idea is to keep a local ScQueryParam, have the XML parser fill it
        as it parses, then commit that to the DB data.  Currently, the parser
        stores it as UNO filter data, then we convert it to ScQueryParam at the
        end.  Not very efficient.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [1e39e93af99e509245fb7e10a1b20c8e4f1aa46b]

        Added handler to handle the new <table:filter-set-item> elements.
        
        The export is working, while the import part is still in progress.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [825d51667220dda2dfe145ad4584a21b23b8fa7b]

        Replace DeleteQuery with RemoveEntryByField.
        
        The latter takes care of iterating through the elements.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [5ca8b63c0377889a1cc8c9d4a378d673fe54e69a]

        A little cleanup.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [965d933ed94371b3c96695a58ecc9b69742c660b]

        Remove the query entry when all items are selected.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2177c733eb2cb5da8dd50b47842333772a0dddd]

        Now the new popup works somewhat as expected.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [6c0242cdddc5b760b71a0b6db41d683d5381e268]

        Unused local var.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [234a3be3cded0b0591776b6a7c581772d31cb153]

        This was what was screwing with the multi-item query!
        
        Now multi-item matching works properly.

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [24568e6292341ad5965c34825c8512bb3a61b334]

        Handle query after the popup gets dismissed by clicking OK.
        
        But it's not working right. :-(

2011-11-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [b42937e81c257d7eabe922bad05db31824534af8]

        Enable the new autofilter popup once again.

2011-11-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3bdce622e0847b769a8d0d6e7b5f6f5f8e1ef3c0]

        forgot to consider printing from html source

2011-11-18  Julien Chaffraix  <julien.chaffraix@gmail.com>  [06c84689eaead2f9ae1bc5ceffa1537bc6b0945e]

        FDO#42454 - EasyHack: remove code associated with unused icons
        
        Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE.
        
        Remove 3 icons associated with the id that were not used.

2011-11-18  Julien Chaffraix  <julien.chaffraix@gmail.com>  [abd7cf81ddbc8fe648288c11184ff7a0711766d3]

        FDO#42454 - EasyHack: remove code associated with unused icons
        
        Removed SV_ICON_ID_PRESENTATION_COMPRESSED and all associated code.
        
        Removed 2 icons that were unused after this removal.

2011-11-18  Julien Chaffraix  <julien.chaffraix@gmail.com>  [2559cab126f81375197051fb5b07ba6abb9efc77]

        FDO#42454 - EasyHack: remove code associated with unused icons
        
        Removed SV_ICON_ID_MACRO and its reference in the code as it was
        unused.
        
        Removed 2 icons that were not referenced anymore.

2011-11-18  Julien Chaffraix  <julien.chaffraix@gmail.com>  [f38e28e10683438c7822d0bbc2a7e585b78f195d]

        Follow-up on SV_ICON_ID_HTML_DOCUMENT removal.
        
        Remove this entry now that we have removed the associated image
        from imagemgr.src.

2011-11-18  Noel Power  <noel.power@novell.com>  [fd48c0eead825326ce1ee31d043185a79e7fa87f]

        add license info to linenumberwindow.[ch]xx, fix menu label

2011-11-18  Michael Meeks  <michael.meeks@suse.com>  [8e95736e3a92292763ff7fe619bbd8de327c9c33]

        Use new glue-point creation code, makes glue-points visible & themable

2011-11-18  Aaron Strontsman  <heinzlesspam@gmail.com>  [b020f97590fe0ee8e4631e1e22b43a2f4700b1ba]

        Some further changes to the (new) handles

2011-11-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ce888a74614aa83e17a34e557f416acb262419a1]

        fix fdo#42178: crash when printing from Page Preview

2011-11-18  Ivan Timofeev  <timofeev.i.s@gmail.com>  [639f7b562c0e3304e3b087d86ea2a1134bc0d044]

        fix UI updating in the print dialog

2011-11-18  Stephan Bergmann  <sbergman@redhat.com>  [28590197df79b89ff15c43636b26dc1dde7a66c8]

        -Werror=shadow fix

2011-11-18  Miklos Vajna  <vmiklos@frugalware.org>  [cde0485eae048ca2ca8c2d68b48303a1f5031f09]

        Related: i#2593 fix RTF import of REF fields

2011-11-18  Niklas Johansson  <niklas@niklas-VirtualBox.(none)>  [c69c088a117857521efc6aaaa19bb53baee087ca]

        Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)
        
        SvxHyphenWordDialog::SelLeft() and SvxHyphenWordDialog::SelRight() was
        reversed witch caused the arrowkeys to be reversed in the hyphenation
        dialog.

2011-11-18  Miklos Vajna  <vmiklos@frugalware.org>  [a8cae44d7c93f0a2d8f0f4c4334f5ad757063f05]

        Related: i#56948 fix crash during RTF import of FILLIN field

2011-11-18  August Sodora  <augsod@gmail.com>  [48efe5ce26b519a1a87da1d0ee1acefcb000934e]

        Valgrind: fixed memory leak

2011-11-18  August Sodora  <augsod@gmail.com>  [2edba1241274cc5eec1c9a5c440a15f8bda62aa6]

        sal_Bool to bool

2011-11-18  August Sodora  <augsod@gmail.com>  [c8f0503a1b2ab399468125288803d16802064c94]

        Cleanup GetSuffixType in basic scanner

2011-11-18  August Sodora  <augsod@gmail.com>  [339777016344fe463e83c71fc3d130309e99e3d7]

        Add emacs modeline

2011-11-17  August Sodora  <augsod@gmail.com>  [f3098a52b93fe25af34e7edd5104c4e47370cfac]

        Removed unused headers

2011-11-17  August Sodora  <augsod@gmail.com>  [5b5747abcc2e12d0620c40e639cd62dff1876359]

        Double semicolon -> semicolon

2011-11-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [6e6546a5f7fb30ab35dc52e148a20b9d6d3d70b8]

        calculate the width based on the font + general clean-up

2011-11-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1d800a7a7072c7003aa4f238a48074d3c281d0a]

        SetLineNumberDisplay appropriately when opening or swithin modules

2011-11-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae78e3e913f39e2cc6d2b6f83f38c2ea225ab53e]

        fix issue with unsupported typedef on Mac

2011-11-17  August Sodora  <augsod@gmail.com>  [cc09ce22e9404e7aa6c8b27dbe675a447a95eb05]

        Removed unused includes

2011-11-17  August Sodora  <augsod@gmail.com>  [d27db6c53415a7ccea9cb7bfa97be10995874fcf]

        Fixed scrolling bug

2011-11-17  August Sodora  <augsod@gmail.com>  [a1deac6043ffdc5fba454f92c42e46de0943f7f7]

        Finished making it possible to toggle line numbers in the basic ide

2011-11-17  August Sodora  <augsod@gmail.com>  [a4074e34039b0e570a3aa08cdffde1562892df17]

        Preparing to add option for line numbers in the basic ide

2011-11-17  August Sodora  <augsod@gmail.com>  [deb6bcf8d91a14767ed4cd6c377e1ffe6b6a9521]

        Added missing files

2011-11-17  August Sodora  <augsod@gmail.com>  [291bd1f0bfd0d7639e4a211a6e3d267403ddc44c]

        Add line numbers to basic ide

2011-11-17  Caolán McNamara  <caolanm@redhat.com>  [9d2807cc9df0a71fd367aaf44c8467cc4c72caca]

        ditch ENABLE_BYTESTRING_STREAM_OPERATORS

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

        callcatcher: some unused methods

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

        add a StringUtils-alike remove (can replace EraseAllChars)

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

        ByteString->rtl::OString[Buffer]

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7bab4645ce08e9cb41b38a983c57a514358b71ec]

        Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #define

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [412e178a40bbd8b3e008d637727691bdd6d032a8]

        pgsql-sdbc: be less prescriptive about indentation style

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [b2ae2bc04e8dbb8139b0b6317c6eadba904ea307]

        pgsql-sdbc: publisher is now document foundation

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ec601fdddc6123727fcca4693f16ceb3e4569d0d]

        capitalisation

2011-11-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab91d708e1d30c2ed253495a531cd82c77a42e58]

        make postgresql-sdbc connectivity optional

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [d526c3f5ea404ef0923b16ce0aad662b03ba15ac]

        postgresql-sdbc: adapt to removal of implicit (O)ustring->sal_Char* conversion

2011-11-17  Rene Engelhard  <rene@debian.org>  [54d32d1005653b02d9cd4fcd9e5875d1d7de50d7]

        remove duplicated header content in pq_sequenceresultsetmetadata.cxx

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ca0cbc44a67da375c9a17a833621f64b34720f33]

        Version 0.8.1

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [04922d56872618a9821bbe713294d5155a78a3db]

        Overhaul (Updateable)RecordSet properties to semi-sane state
        
         - Set all (Updateable)RecordSet properties in constructors
         - BaseResultSet: give properties their proper disjoint handle,
           add IsBookmarkable.

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [4ab98d466333ff797a4911bc4dfe51761a487118]

        Overhaul DatabaseMetaData::getTablePrivileges

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [878f6b5bc0ab70e66b3ba91b7d069dc78700cd20]

        Throw SQLSTATE="IM001" for "not supported"
        
        enables write access to tables with LibreOffice 3.5

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [b31ca7df75be7a8b86926d9cf385ee9c4f04daca]

        Shup up "dmake: Executing shell macro:" msgs

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1dbe65b207b6a27918b21ca0123efeba42405775]

        Switch to LGPL-only

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [4a99bb8f55730a6f755266cc35730ab186949189]

        cosmetic

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [f8c254c8d1f102039c3fdfa47fc751046920d4ff]

        Make sure functions meant to be locally inlined are still exported

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1dd615414580f20d5e7a9e0d3144602484dbc24f]

        Call pg_config only once for each value
        
        as opposed to for each value for each compilation command

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [969bf70f1bbe62d61fcaa87236b5d0f5e03a4a52]

        pgsql-sdbc: switch to boost::unordered_map instead of std::unordered_map
        
        Compatibility with non-bleeding edge C++ compilers/library environments

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1ed8d09f679c321870c94cc18b171a4267fd2197]

        pq_connect: wrap C values in exception-safe containers

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [4934930529c096d83aed091f6c8932cc7e4c367b]

        Nicer emacs modeline

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [3efbeaf774f4b2a9023b85a803319baeeb6f65e6]

        connect: switch to cleaner interface
        
        In particular, allows passwords with spaces, backslashes, single quotes, etc

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [762a3a9b374d3a384edbd435988bc6f36ccc7319]

        add a TODO note

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c7d61e799429cdfda5c871b9bb68d53824149bc8]

        Nicer emacs modeline

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [49cedcb0c713eb49bc39c2331bd279d478f8ad09]

        Force LO *not* to use ODBC-specific syntax

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [37c4d838654b7ab32e81c245ff6a618ceec91f13]

        More TODO

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [315ada423c166dc84a2b0232e7f532c7fb455246]

        pgsql-sdbc: avoid "getFastPropertyValue" virtual overridden in a better way

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [198a4388ee9cd36bc8588cb31f50e3ef797062c8]

        pgsql-sdbc: say in description needs PostgreSQL version >= 8.4

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [9f479d9334262f65ea844281ef0281ed736d59fe]

        pgsql-sdbc: properly delegate escaping to libpq
        
        In particular, this makes it work whether server parameter standards_conforming_strings is off or on

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [391193b62233866e0e6789c7606b5d8a87cebc3a]

        pgsql-sdbc: ++version, auto-fill version in description.xml, long description

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [fc03666c16e3b6d67f5e4c61c696179034c1b4bf]

        sdbdc-psql description: publisher is Lionel, not Oracle

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [cc02d3db1cc40fcb9bbc3ad7e848a7d89e996744]

        sdbc-psql: DbMetaData getIntSetting: move to first row before getInt

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [42667095d9e7f169572afd299f28786cec7db09e]

        sdbc-psql: DatabaseMetaData: Implement get(Im|Ex)portedKeys, getCrossRef

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ed82a11d39c15742679253c9e306ad119d4814f0]

        pq-sdbc: Use UNO_QUERY_THROW when not checking for NULL before use

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [aee68dd8edf2bd4e0f0c0ad4daeadc2122e7affc]

        add TODO / weird comment

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c42327f461b43b84aa1a6e2089c508e543fdc4be]

        Janitorial: use Oid instead of sal_Int32 to avoid unsigned/signed comparison

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [580f4d14535ac0b321b65605889c4f22a9c7c4d5]

        fdo#35784 minimal fix
        
        Fake DatabaseMetaData::getImportedKeys: we can get away with not giving column names if we give zero data rows

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1b66f42870f9d759794e9557d20e2a0d38d33240]

        First pass over DatabaseMetadata

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [95fac4d6037c845c445f18196b007d07968e2702]

        Janitorial: Comment out unused variable

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7d3a6de0ed12c3b0165a49131a307594e8c22d8e]

        Janitorial clean-up
        
          - fix a bunch of compiler warnings
        
          - Copyright statement on files I modified

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c4fc6b22b3af76eb1ae1df8f2e739df46cc3e1a0]

        Janitorial clean-up
        
         - fix a bunch of compiler warnings
        
         - move to recommended way of comparing C strings and OUString
        
         - Copyright statement on files I modified

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [ad69fc551b03e7f38e2c26b5d3ae2d5b2efb171a]

        Mark unused parameters as such to avoid compiler warnings

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [97592e06b0444f8a3ff49da6a0f892f15a4ae394]

        postresql: acceptsURL: check for string prefix, not string equality

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c82ed24984cb47e907949ce51920fefa69fe9c49]

        postgresql: use _registered_ component map

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [67f95b2d97de65ed3c4a569601cb96047f0ab174]

        address a few compiler warnings

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7696087a2106ab17afd279b31105bb112dc2c501]

        postgresql: bump version to 0.7.7

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [81c46804838a824d5ce1dafe8f8b854a48e9dffb]

        if test: explicit grouping by parentheses

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [d612aa7f6fc67de330f077350c7f94eb5cb56845]

        avoid name shadowing warning

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [e1423f5a92d55149d4765cefc9ac9e5168e40ef0]

        calcSearchable: actually set return value, not fresh variable

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c5a127771f95b33349db96b3bdb4ae79d545f74b]

        Proper copyright notices, license mandated changelog

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [1a69cbdbeaec501d7b22977320b4d697fbb3dd7a]

        Allocator: Implement construct member without a value

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [90b5fe7673dc086d4474aae6b7f3bbc223fe7ddf]

        Use unordered_map instead of hash_map
        
        GNU g++ 4.6 warns that hash_map is deprecated

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [d648eecd0f63792bf8ceae1aef20100cf70bf5ea]

        Apply sdbc-postgresql-oxt.diff

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c6a6c00a36a0b827dc5ecfe143681f002a5d351f]

        Apply gcc-4.3-postgresql.diff

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [34592e25791a3ebbe24805bde3a2ac0a447b2089]

        Apply connectivity-workben-postgresql.diff

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [109b38a8c556ee9f039e477a35dcce37a9fb0c5f]

        Apply sdbc-postgresql-build-lst.diff

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [e28033fdfad9750ebe96885b9514adee629acf88]

        Apply sdbc-postgresql.diff

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7ce4bb76593f2116a5943cd8c5f1bd75c2105e29]

        Check for PQconnectdbParams in libpq

2011-11-17  Lionel Elie Mamane  <lionel@mamane.lu>  [c0cfd08040a920e630d83340caba1fd31df83a4d]

        Apply sdbc-postgresql-config_office.diff

2011-11-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3616dfb094089589b5c9082fc96702ad1155045f]

        redundant if not-null checks on delete

2011-11-17  Lior Kaplan  <kaplanlior@gmail.com>  [538c8cfc3f1df95cde6789f52a120c8de0a75511]

        Remove double space in strings (looks bad in pootle)

2011-11-18  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [9a7b77ae2365d568369b1628fcbfb027ca0cf89f]

        cppcheck: unread variables
        
        These variables are set, but unused.

2011-11-17  Miklos Vajna  <vmiklos@frugalware.org>  [3aec127f4db9b9f5beb6289a9177e6c21891c762]

        Related i#44806: Fix crash in dmapper when importing FILENAME fields

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [c81bdf3bcdb81886719a24d4df1f19dcf0256ffe]

        Do build cpputools also for non-DESKTOP OSes, needed for bridgetest

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [6f55d5eaec48212f24bd19b351ddedac3059eb8b]

        Do build stuff here also when cross-compiling (but don't run)

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [5057892990b310d59d25b161ee54273951afaa91]

        Fix unintentional glitch

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [e55ab1e6de1bcf854bcc05ba5e91009dcce507bd]

        Add the gcc3_uno library

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [e2989c84005cbbc11359adbf310ea16432cbfbec]

        Let's try using the gcc3_linux_arm code for Android, too

2011-11-17  Andras Timar  <atimar@suse.com>  [555a66329271846c7a7391317f0167f133e0c5d6]

        don't create download (nsis) install sets on Windows

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [3e596b7fc61e7c016cfe10eb100f733a63ac2870]

        Missing semicolon

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [480a380a7284d5d59f39aad15fd1a299ba704a2f]

        Look for libboostrap.uno.so and not bootstrap.uno.so on Android
        
        Not sure if we need to be more generic here, and always add a "lib"
        prefix if not present. Or do the changes to the makefilery take care
        of it, so that for other UNO components than bootstrap, the name as
        stored wherever it is stored does contain the "lib" prefix we are
        forces to use on Android?

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [f95c3e0ee255ecb56879c3c8ae7ba185fae861ab]

        Look for lo_main() and not main() on Android

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [21c0c69ddf128f748bd2c294cb1a348a797bb70f]

        Use lo_dladdr() on Android

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [232ad7dac680a654217ff38bea86791bba250ee4]

        Add more libraries

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [4b49b7305852a1c21b131203ecfcfde3b9ee32f1]

        Add lo_dladdr(), a wrapper for Android's dladdr()
        
        Android's dladdr() stores just the basename of a shared object in
        Dl_info::dli_fname. LibreOffice expects either a complete absolute
        pathname or a relative path from the current directory to be returned
        there. So look up the full pathname of the library from
        /proc/self/maps.
        
        Also remove the fallback message loop after lo_main() returns, instead
        just exit.

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [9c6c39b62de5bab6d20c65a6040c74fbe943ce04]

        Include also the boostrap UNO component

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [469c9ac2f9da6743e2e6944895c577df490abda5]

        Enforce a "lib" prefix for UNO components for Android
        
        This commit for the old build system. (Don't bother for components not
        relevant for Android.)
        
        The Android package installer (as invoked through "adb install", from
        "ant debug install") silently ignores native libraries in app packages
        (.apk files) whose names don't start with "lib" and end with ".so".
        
        The package builder (as invoked through "ant debug") in the SDK gladly
        includes also thusly named native libraries in the .apk, though. Yay
        for consistency.

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [49a6efd9d9d0c700651d90b20559f3ceeeb7c8ce]

        Copy more shared objects for unit testing

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [73ee896b61ab4e67fb951aab92ee247916ee5b76]

        Improve a diagnostic log message

2011-11-17  Tor Lillqvist  <tlillqvist@suse.com>  [9a52bf1d5cfdd01c6d5ce6e41bf1a432f9a29e7f]

        Use lo_dlopen() on Android

2011-11-17  Andras Timar  <atimar@suse.com>  [e75175625e1152651d993fec358599625e704e22]

        remove setup.exe and setup.ini from Windows installdir

2011-11-17  Tim Hardeck  <thardeck@suse.com>  [5cf2f6875c022e3b0420174f159ec6a22505e94a]

        Make the toolbars not popping-up randomly
        
        Undocked, context sensitive toolbars often tend to overlay important parts of
        a document.
        With this patch these toolbars are docked to the bottom to prevent the document from
        being moved each time the toolbar is displayed.
        Furthermore the findbar setting was changed to make sure that it stays
        on top of the other toolbars at the bottom.

2011-11-17  Winfried Donkers  <osc@dci-electronics.nl>  [fefa76cf3f9e60fb5e2607f37f42c4dc9f0858ae]

        german comments translated to english On branch master Changes to be committed: modified: sc/source/ui/view/cellsh.cxx modified: sc/source/ui/view/cellsh1.cxx modified: sc/source/ui/view/cellsh2.cxx modified: sc/source/ui/view/cellsh4.cxx

2011-11-17  Stephan Bergmann  <sbergman@redhat.com>  [0e6f04001c49b0d10575541acb122257cad45cff]

        Fixed dmake depend=x.

2011-11-17  Jan Holesovsky  <kendy@suse.cz>  [cfecfe84f998bb9a53a3d5d76cbbf3694db18a54]

        Forgotten #include; removed too.

2011-11-17  Jan Holesovsky  <kendy@suse.cz>  [ce8f0a7e7205e70e7ec5f1be0024e52903fdec7a]

        Removing the last remnants of layout - sorry to see it go :-(

2011-11-17  Felix Zhang  <fezhang@suse.com>  [38b42cee869c573dcdd9af2538a143edf9f18d33]

        remove obsolete layout code

2011-11-17  Jan Holesovsky  <kendy@suse.cz>  [4f11d0aa461537efa2705e7b49bc2c828a700e43]

        Revert the component.map removal from makefile to fix Windows build.

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [8a7cfed28d15a7e64e897fa309189cce058fc48a]

        support for various make goal in source_and_rerun

2011-11-16  Andras Timar  <atimar@suse.com>  [886acba2a5251be4f1fb5a1d2f1517dc53a85228]

        leave out redist and readmes from win installdir
        
        and make x64 merge modules optional

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [9484286af6b211a4699133cb896f1300be2680ac]

        Oops I forgot to remove the header include line.

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [4db12f8a9325d2fd82cba5d1e22ad59ffc4c1365]

        More on reducing header dependency.

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [892a9ff6181cd08797359e1299e67009ba4749b8]

        More on reducing header dependency.

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [d37950cb1678b1560e1c2ca17c38caa7a008df87]

        This header doesn't need to include queryparam.hxx.

2011-11-16  Caolán McNamara  <caolanm@redhat.com>  [2fc7e56a6ce702645f9147a4ea2ec6fb85398380]

        push/pop deprecated

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [efab685286432e36821d60264f978d98407b800c]

        Reduced header dependency on dbdata.hxx by better encapsulation.

2011-11-16  Jan Holesovsky  <kendy@suse.cz>  [41e995ec361cd466a3f287d3eb33c0080bdbb50c]

        x64 merge modules are not mandatory, only warn when they are missing.

2011-11-16  Michael Meeks  <michael.meeks@suse.com>  [042247b3e428cb7352c06a670576819c67378090]

        Fixup legacy sleepycat db database usage for packages
        
        Previously empty legacy registered_packages.db databases were created
        unconditionally, at some efficiency and startup cost, despite these
        being deprectated since before version 3.2.
        We now handle version mismatches by warning on the console and ignoring
        these files.

2011-11-16  Noel Power  <noel.power@novell.com>  [6beeefab7698e86eb7864196a35c232ff84625fa]

        make experimental (calc) input bar update better
        
        probably there is a better way to do this ( to eg avoid the 'layout' call ) but right now I don't know what it is and at least this is an improvement

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

        fix crashing search/replace dialog
        
        Overenthuastic chainsawing from 7776ebfa63cec652131e2be61e2dc198648770db
        removed pWindow = LAYOUT_THIS_WINDOW (dialog)

2011-11-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [77fe96d43477ddc5a4a24900c9e767dd93ec0e54]

        Fixed the overlapped UI controls.

2011-11-16  Caolán McNamara  <caolanm@redhat.com>  [94a5174e5903c90744b02bc8862031ee818b58e0]

        get this to build on ppc64 linux

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [0f0a246f8f322f5c38b3caf7b99b83bf990cb9f2]

        fix cross compile issue (missing build_env.in)

2011-11-16  Stephan Bergmann  <sbergman@redhat.com>  [1a07c3b5302baecc91d9bd7de853b069bf1e3b27]

        Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.

2011-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [91a92b94531cb8997ba204016cd2171f7c118f51]

        removed dead code

2011-11-16  Noel Power  <noel.power@novell.com>  [73d3c9504a479e62126d1e7a1766173370603aa1]

        add new 'Goto Line' menu item to Basic IDE

2011-11-16  Daisuke Nishino  <niboshi000@gmail.com>  [20dde3737f250ab48b80a28c9c03d348e486dd8b]

        Move cursor to the right of brace when the closing brace is typed.

2011-11-16  Andras Timar  <atimar@suse.com>  [1b6d2c7f465cb1249e33d9e873f11756be634a3a]

        fix SDK database version number

2011-11-16  Andras Timar  <atimar@suse.com>  [ee53055d7dd33a886702f3a5ebc2e304dc32aff4]

        merge transforms to msi as substorages and update summary information

2011-11-16  Andras Timar  <atimar@suse.com>  [fa3495bfdaa10569580f041a6b8bd1c2fc51c0ff]

        add merge modules to scp2

2011-11-16  Andras Timar  <atimar@suse.com>  [1ed7b50b43c21f866e332e9e2b059e2b3804f627]

        include cab in msi

2011-11-16  Andras Timar  <atimar@suse.com>  [b667ca53f4cfff9ac5c8f124b1cd1756bc0af948]

        copy msvcrt merge modules into the tree

2011-11-16  Caolán McNamara  <caolanm@redhat.com>  [72c439a7bd01f7e0571df81f584d71d3a8f48b18]

        update unused list

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

        log errors by default in debug mode

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

        gitignore debugging droppings

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

        we can drop unqid.hxx entirely post move to binfilter

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

        UniqueIdContainer is only needed by binfilter

2011-11-16  Caolán McNamara  <caolanm@redhat.com>  [25b119a02143e2e5b321ef16272c276d17414bad]

        add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals

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

        add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals

2011-11-16  Jan Holesovsky  <kendy@suse.cz>  [2d19e9bb07ccff3134f855812dddfda5c07b1fe4]

        Kill one usage of chrel.sed to fix build.

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [0ea8c014ef44695d0fd94f8738654e123e154cc0]

        tweak gbuild standart Makefile to allow partial build in unsourced env
        
        This allow to run make in a module wihtout the need to source
        Env.Host.sh.

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [9d76072055074cdd4bbd29ce6ba33c9499509fff]

        avoid running autogen.sh when trying to clean or distclean

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [cb70868bdae30e01323afeb7cc6021a6b10003f0]

        add utility script and build_env to avoid sourcing Env.Host.sh
        
        The goal is to able to do partial build without having
        to source Env.Host.sh into one's environment
        
        There is 2 way to use this:
        
        1/
        copy the scripts lo_find_src_root and lo_proxy_start
        somewhere in your PATH, and
        then you can add
        alias build='lo_proxy_start build'
        alias deliver='lo_proxy_start deliver'
        in your .bashrc
        
        at that point you can use build and deliver anywhere in the source tree
        without the need to source anything.
        This allow you to switch from one source tree to another.
        the proper SRC_ROOT will be determined automatically based
        on the current working directory
        
        2/
        source build_env
        
        build_env only source the bare minimum to allow build and make to work
        for the associated source tree.
        If you want to work in a diffrent tree, you need to resource

2011-11-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [1d5aaeacfce983bf7a4a7c1f056fd21ac730b8e8]

        add a semaphore-file to allow for location of the root of the core repo

2011-11-16  Thorsten Behrens  <tbehrens@suse.com>  [84da4113b4ec80cccd5916bf1289564837d6d5f9]

        Fix slideshow crasher
        
        Recursive event loop killed SlideshowImpl object under my hands -
        make it stay until we pop out of callstack again.

2011-11-16  Miklos Vajna  <vmiklos@frugalware.org>  [c2439ecdd4ad42c4a23cba12611d5bfcdcd5e165]

        Related: i#113308 null pointer check for the unit test

2011-11-16  Thorsten Behrens  <tbehrens@suse.com>  [3e585a1725290e81940bafab3bf80d594fa70666]

        Fix variable name in make_installer
        
        Seems I mis-copypasted the name here - mac dev builds were not using
        the new DS_Store at any rate.

2011-11-16  Miklos Vajna  <vmiklos@frugalware.org>  [bec1bff6afac35c7064aa4b561eff106aeda383e]

        Related i#113308: fix import of RTF table rows having no cells

2011-11-16  Tim Hardeck  <thardeck@suse.com>  [c269a684f12c331a5d90a36e50a6275b072886f8]

        Hide Navigation toolbar until needed
        
        Hide Navigation toolbar until there is something to navigate.

2011-11-16  Michael Stahl  <mstahl@redhat.com>  [34578b7c2706d2cca95eeb266aeb0498078bb55a]

        libexttextcat: conflict in 69b04c22986b03c675cf4925f76721190aa5ba82

2011-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [530a76c8effedc921cbf70293b6730620ec2fef2]

        Reduce what we build here for non-DESKTOP OSes

2011-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [44329b4cacdb73a1977645e974bc009680b1b9c3]

        What we want is the "filter" function, not "firstword"

2011-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [ec64673e61fabc80ec5e4fa60d78d33bf537eb4f]

        WaE: Unused parameter

2011-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [69b04c22986b03c675cf4925f76721190aa5ba82]

        Fix libexttextcat build for Android

2011-11-16  Tor Lillqvist  <tlillqvist@suse.com>  [3c445370a920987433efc97013aef187b6d29737]

        Further Android work, now most sal cppunit tests seem to run
        
        Do the LD_LIBRARY_PATH splitting in Java, much easier, and pass the
        split up path to the native setup() method.
        
        Use lo_dlopen() in the osl_loadModuleAscii.
        
        Harcode en-US.UTF-8 as the locale for now.
        
        Cut down on verbose logging of stuff that already works.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [7d1cfb451bca265ff7ea5e08a9b23b7fdd25e9e2]

        Unused method.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [d8bb96e54339133a708eaa82b37730f793680497]

        Let's not use macro for this sort of stuff.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [7ba7cbae11b8850b56edd638894554883c5d3b08]

        Cleaned up ScDocShell a bit.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [daf480d62303155b9c490760f3a21ed8e94acdc0]

        sal_Bool to bool.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [8f87c3d7d5a7142d22429e66c8953852e9c1e580]

        Fixed soft re-calc.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [ed950587b463d1c6da647f9ff8dea97f6987c54a]

        Fixed hard re-calc.  Manual re-calc still not working yet.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [3b1e88a8eb6b3f9da7c899a791e491db21d1bbdc]

        Reset formula cell's changed flag only for those within visible range.
        
        Especially avoid marking all cells in all sheets which would cause a
        performance problem.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [5fc37762b68c9b94734b84546fce2309ff7bb2c0]

        Reduce scoping.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [87be97a31d8686e3e6e976bb5585b32c096ca19d]

        Make these two methods non-inline.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [1fb5eb2162d79a44f5bb90627c1ca340d1322129]

        fdo#42865: sdext: no mapfile
        
        In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
        symbol in PresenterScreen.uno.so and pdfimport.uno.so,
        build them with hidden visibility.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [48dbaa517f1a72a9bf11fa4db7425510c86c677b]

        fdo#42865: connectivity: mozab: no mapfile
        
        In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
        symbol in libmozabdrv.so, build it with hidden visibility.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [09eabcfd91cdc94228b758c393daa5aaab3de378]

        fdo#42865: shell: no mapfile
        
        In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
        symbol in librecentfile.so, build it with hidden visibility.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [a9da5a0bd3631370dfed0c285440c3252c6daf3a]

        fdo#42865: libcmis,ucpcmis: no mapfile
        
        In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
        symbol in ucpcmis1.uno.so, build it and statically linked libcmis
        with hidden visibility.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [5f1799f57978bb9accfe59fb5bc38d01686441b6]

        fdo#42865: libexttextcat,lingucomponent: no mapfile
        
        In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
        symbol in libguesslanglo.so, build both it and libexttextcat
        with hidden visibility.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [c506e1852af6605c97b2194df95a0810fd42b3aa]

        fdo#42865: cppu,cppuhelper,testtools: no mapfile
        
        Instead, build with VISIBILITY_HIDDEN.

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [d5f0b174d6f85f861d3f0791688ca76c83723234]

        .gitignore: do not ignore *.patch

2011-11-15  Michael Stahl  <mstahl@redhat.com>  [d3b66b4d56d06c4f713eb2164d75a03261475bf9]

        OConnection: WaE unused variable

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [7ef63de9952484b8f43f11cdb97e16ca015e522c]

        Parse it as a single address.
        
        We ensure in SetReference() that the reference is always a single
        address.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [e3e77167ad7c0263c124b6327728502b411cebb3]

        Fixed the ref button for "copy results to" not starting the ref mode.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [20baf7f8c5f33c4961241b0df2dc93d51fed3a12]

        Use size_t and remove static_cast'ing.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [6a4fc2cb91f933f4bc79a546547c00ee17ce5d8b]

        More cleanups.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [92b3d2a9038e4f79b22b9ec89424290ca2588e79]

        Use the range parser instead of local string parsing.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [129ff6855e5f5a591b9b2e00e829164bc676843c]

        More cleanups.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [be8d1d48ed3adbd07e911e2b9b232be95850126a]

        Reduce scoping level by early bailout.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [90f9521ba46786e64a36c17ceb2f4424cf53d16f]

        Store header position this way.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [ec3e71d0784a087e0e4fc71e20f7d91819743227]

        Use map and avoid MAXCOLCOUNT-sized array.

2011-11-15  Stephan Bergmann  <sbergman@redhat.com>  [d38713da13f12af2b6bdaef557cf8f1816668f47]

        Do not erroneously clean other modules' component files in CppunitTest.mk.

2011-11-15  Stephan Bergmann  <sbergman@redhat.com>  [16aa2c1dd66d6ac8f26c460a7287a1ad6139eed3]

        Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
        
        With the basis/brand split undone, they are always the same as
        PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.

2011-11-15  Noel Power  <noel.power@novell.com>  [240dc332ad59fc2c45eccb4b2f4923fde09a784b]

        fix build error, remove still referenced (indirectly ) images

2011-11-15  Noel Power  <noel.power@novell.com>  [0d56c77726be9d9c23a87ae214d989a7bf2e2ddf]

        remove unused SV_ICON_ID_HTML_DOCUMENT entries

2011-11-15  Julien Chaffraix  <julien.chaffraix@gmail.com>  [e0e7c5dc46ac8fd0c7f6fdc0ceb62d15cafd3754]

        FDO#42454 - EasyHack: remove code associated with unused icons
        
        Removed the icons and code associated with:
        SV_ICON_ID_CHART
        SV_ICON_ID_DRAWING_TEMPLATE

2011-11-15  Michael Meeks  <michael.meeks@suse.com>  [03324dbbe2c0973a2f71c77cc72d852314b8da77]

        Address data source ordering x#62860 (part 2)

2011-11-15  Michael Meeks  <michael.meeks@suse.com>  [6bfc7f28e6d3454fa90d6c32b36cd9bf898ba933]

         Address data source ordering x#62860
        
        information from the apply file:
         patchname: addrbk-datasrc-ordering.diff
         issues:
         author: michael
         section: Misc
         comment:
          Address data source ordering x#62860
         sectioncomment:
        
        git log from build repository:
        commit bfa619922b90a021e5d856333dd398512389ad67
        Author: Jan Holesovsky <kendy@suse.cz>
        Date:   Mon Jun 21 22:11:19 2010 +0200
        
            Update patches to dev300-m83.
        
            * [...]
        
        commit 256381886a238d80b9ddab795b500576d92404cc
        Author: Jan Holesovsky <kendy@suse.cz>
        Date:   Wed May 19 12:16:00 2010 +0200
        
            Updated patches do dev300-m77.
        
            * [...]
        
        commit df913735fd729978d20f0282fe32d14bf597891f
        Author: Jan Holesovsky <kendy@suse.cz>
        Date:   Mon May 17 01:21:36 2010 +0200
        
            Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.
        
            * [...]
        
        commit c6847e9b022184e98942391a2b5711c31eb25ba3
        Author: Jan Holesovsky <kendy@suse.cz>
        Date:   Fri May 14 14:32:23 2010 +0200
        
            Convert tabs to spaces in all the code introduced by the patches.
        
            * [...]
        
        commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
        Author: Jan Holesovsky <kendy@suse.cz>
        Date:   Tue Apr 29 14:04:53 2008 +0000
        
            Src680/
        
            * Some cleaning action: src680/* -> dev300/
        
            * patches/dev300/gstreamer-sd.diff,
            patches/dev300/gstreamer-slideshow.diff,
            patches/dev300/letter-wizard-resource-id.diff: Moved to
            patches/gstreamer.
        
            * patches/dev300/mono-build.diff: Moved to patches/mono.
        
            * patches/dev300/sc-hacky-handle-boolean.diff,
            patches/dev300/vba-workbook-worksheet-events.diff: Moved to
            patches/vba.
        
            * patches/src680/unittesting-*: Moved...
            patches/unittesting/*: ...here.
        
            * patches/src680/*: Moved...
            patches/dev300/*: ...here.
        
            * patches/dev300/apply,
            patches/Makefile.am: Add the unittesting subdir, remove src680.

2011-11-15  Joseph Powers  <jpowers27@cox.net>  [bc85f4fe71d5eb4f93710d1cc9b533086025b508]

        Remove some unused headers

2011-11-15  Joseph Powers  <jpowers27@cox.net>  [9d4747f91ef8b2d9ae040edc7d35df3aa962a3f1]

        Remove some unused Precompiled Header logic

2011-11-16  Takeshi Abe  <tabe@fixedpoint.jp>  [dfd08cdf16e5b46b05dadb5fb3a2b32349ec5df5]

        replaced String in SfxPickList with rtl::OUString
        
        this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes

2011-11-15  Muthu Subramanian  <sumuthu@suse.com>  [a8b0407fef14cd89e3eb571c88ce3cb9edf70149]

        n#592912 and n#621744: Text Alignment fixes.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [feed4386a664feed09daff81b50e45889651f559]

        C-style array to std::vector.

2011-11-15  Jan Holesovsky  <kendy@suse.cz>  [7776ebfa63cec652131e2be61e2dc198648770db]

        Cleanup few macros and unused headers.

2011-11-15  Felix Zhang  <fezhang@suse.com>  [30d646fb884570ac34d40b0d2300eaf54453cfc4]

        remove unused methods from layoutimpl

2011-11-15  Felix Zhang  <fezhang@suse.com>  [d52f57837e302a9ef483e042b58da8b54d266597]

        remove obsolete layout macros

2011-11-15  Felix Zhang  <fezhang@suse.com>  [d11a82acfd1f529eb399780a1ec2d7a8edb2a40d]

        remove unused methods from layout

2011-11-15  Felix Zhang  <fezhang@suse.com>  [eacfa0f77c3d161f3e0c207120dcf3c2958acee4]

        removing obsolete layout code

2011-11-15  Olivier Hallot  <olivier.hallot@alta.org.br>  [cfc84011b3fb609ac78f35666d9aecda4ca34678]

        Fix for fdo#42892: Add new symbols to Math

2011-11-15  Noel Power  <noel.power@novell.com>  [a1cc4e507cb6547d7715be09bff29366424c09fe]

        Revert "FDO#42454 - EasyHack: remove code associated with unused icons"
        
        This reverts commit 3e26dfcc2d347f4e0914449ca8104c8969fc6281.

2011-11-15  Noel Power  <noel.power@novell.com>  [1d843960ce64350543574dd07ae9de183c37c669]

        Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries"
        
        This reverts commit 28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5.

2011-11-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1f2d0c83d07b2c877722069c0075ba35860a0400]

        Put back a method needed by Windows and reformat a bit

2011-11-15  Stephan Bergmann  <sbergman@redhat.com>  [8a993919377f0b602b7db88d1de6696b21a11cbf]

        Introduced LibreOffice-minimal-version extension dependency.

2011-11-15  Thorsten Behrens  <tbehrens@suse.com>  [b53d2bc9dd92079c030346af57e9b1a0078a05e7]

        Fix clipped line renderer.
        
        Fix for a nasty corner case where supposedly clipped pixel were
        still rasterized (see polytest.cxx:implTestPolyDrawClip for what
        failed previously).
        
        Added much more unit tests while at it, clippedlinerenderer.hxx
        should now have 100% coverage.

2011-11-15  Tomas Chvatal  <tchvatal@suse.cz>  [2264f482e57e989e649934d3980368f2b135d496]

        Use proper switch for on/of qstart-libpng.

2011-11-15  Tomas Chvatal  <tchvatal@suse.cz>  [4fe54ea11ed82dd662d0132585c199ec9f3a6c95]

        Instead of returning out of function just skip its calling.

2011-11-15  Noel Power  <noel.power@novell.com>  [28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5]

        remove unused SV_ICON_ID_HTML_DOCUMENT entries

2011-11-15  Julien Chaffraix  <julien.chaffraix@gmail.com>  [3e26dfcc2d347f4e0914449ca8104c8969fc6281]

        FDO#42454 - EasyHack: remove code associated with unused icons
        
        Removed the icons and code associated with:
        SV_ICON_ID_CHART
        SV_ICON_ID_DRAWING_TEMPLATE

2011-11-15  Michael Meeks  <michael.meeks@suse.com>  [aa0b7b033098bfc1bf3f06cd112691abc862bd20]

        avoid crasher from unusual odt document fdo#42785

2011-11-15  Andras Timar  <atimar@suse.com>  [bd3ad390fe76cf0594165233a8304a8f7c96ca77]

        don't list Accessories category when it is empty fdo#37135

2011-11-15  Jan Holesovsky  <kendy@suse.cz>  [f616f5050773260f9c03b724b1dd475ead483725]

        Check for the missing MSVC 2005 runtime libs.
        
        They are needed for the pre-built Mozilla libs.

2011-11-15  Julien Chaffraix  <julien.chaffraix@gmail.com>  [e5f5167e848237e7ca4cfc00fa916d07f8b73f1a]

        FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcher
        
        Removed most unused symbols in basic/. The remaining symbols (SdxDecimal) are
        Windows specific and thus should be double-checked on a Windows machine prior
        to removal.

2011-11-15  Andras Timar  <atimar@suse.com>  [57ecb72e86f68aaea06053d71b1063264a0aa140]

        make Default install/Custom install help text a bit more specific

2011-11-15  Stephan Bergmann  <sbergman@redhat.com>  [d805a6c0931ee5529de89f0b431e649f92bc34e8]

        Use visibility instead of version map file for mysqlc.uno.

2011-11-15  Stephan Bergmann  <sbergman@redhat.com>  [6ed72842cdca2c534ce4984f8e8066703f8a3bdd]

        Tweaked previous comment translations.

2011-11-15  Lionel Elie Mamane  <lionel@mamane.lu>  [5403fa516bb83181d78789cd2cad8ed59c69de1e]

        commit-msg hook: allow commit message that *starts* with an asterisk

2011-11-15  Lionel Elie Mamane  <lionel@mamane.lu>  [a5b21ebc93ba34c36ca111c98d90e8f3bd19657b]

        correct comment

2011-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [450c49d93ffe9b49e643ade30a650105b9e5701c]

        add sqlite path to library path and enable testPassword
        
        plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com

2011-11-15  Lionel Elie Mamane  <lionel@mamane.lu>  [964671497e0b384f6db34c5b7a5d73e26157a47c]

        tweak comment

2011-11-15  w.donkers  <w.donkers@linux-testpc.dci-electronics>  [3b442f6909f77613b4bcbc43e3b2193125b5f1df]

        translations of comments from german to english Committer: Winfried Donkers <osc@dci-electronics.nl> On branch master Changes to be committed: modified: sc/source/ui/view/auditsh.cxx modified: sc/source/ui/view/colrowba.cxx modified: sc/source/ui/view/dbfunc.cxx modified: sc/source/ui/view/viewfunc.cxx

2011-11-15  Thorsten Behrens  <tbehrens@suse.com>  [7bd4f50af64e7fbec578e222cdf93a6003a12b09]

        Remove non-animated prefixes in gb_COLOR mode.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [cdef29ce87fcbf0f05dcaf8086bc2c7eea7dd47a]

        String to rtl::OUString.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [e786e2d25ab0105e88d7ca260c7ef4a88c9b821c]

        String to rtl::OUString.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [35054d3f6213c11546200820c706c8a1527ec605]

        Replaced heap array with std::vector.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [13e09805f5058b6fcf700f566ea7935474dd9310]

        sal_Bool to bool.

2011-11-15  Jan Holesovsky  <kendy@suse.cz>  [7af550496ffa5489e9cebdb0625cd341f338cf14]

        Fix location of the prebuilt mozilla files.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [1d4971d77afa492bfdbfd18113eff4f77b3100e3]

        Beware that the sequence can be empty.
        
        And when it's empty, it causes an invalid array access later on.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [690e14ad035e642f4382d20b8b7b792762338126]

        Unused local var.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [10afa30240edec37a052ee87ff5b5e36c615abcd]

        Used std::vector instead of C-style array.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [011878812eac685b76a925fa9ffb17a152c27e6a]

        This can be for loop instead.

2011-11-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [1d8a5ef0a69549b30045c7785e077c2fc7ce52db]

        This bool array is not used here.

2011-11-15  David Tardon  <dtardon@redhat.com>  [6947091ab0d93bfa84dbbb4a919368f2865d2a45]

        use SAL_N_ELEMENTS

2011-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [9ba9707611e08b936ea800cbc9cd4270d0c19aae]

        remove unused desktop/source/app/copyright_ascii_sun.c

2011-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fe8c3c69fd784af9df56706c0026b4a09aed1a2d]

         we don't need to inherit from FiltersTest here

2011-11-15  Takeshi Abe  <tabe@fixedpoint.jp>  [f7319622f63c9dae0eed9e60404d290580fce9fe]

        Revert "replaced String in SfxPickList with rtl::OUString"
        
        This reverts commit 12df49396e6bcb07bafc95255a8526caac96e60a.

2011-11-15  Tor Lillqvist  <tlillqvist@suse.com>  [2bf110d691053353d6cb06ad2bbd1b78fef60f19]

        Rework the bootstrap mechanism of a LO program on Android
        
        Do use NativeActivity and android_native_app_glue after all.
        
        I hope this enables us to have a "message pump" (a loop that typically
        would call ALooper_pollAll()) inside the LO "program" being run, as
        expected by LO code.
        
        (On Android, a "program", even one mostly implemented in native code,
        is actually a shared library loaded by the main Java code of an app.)
        
        The android_native_app_glue code and the android_main() it calls
        belongs in the bootstrap library, though. Not in SAL_MAIN_IMPL.
        
        The earlier idea, having a "normal" Java Activity subclass, would mean
        events come in as method calls to that class. To then turn those into
        something the LO code can "get", we would have effectively had to
        re-implement what android_native_app_glue does anyway.

2011-11-15  Tor Lillqvist  <tlillqvist@suse.com>  [d14416463a0e62cf624cf66e8a599abac5694cd2]

        Intermediate Android commit, before having NativeActivity load lo-bootstrap

2011-11-15  Takeshi Abe  <tabe@fixedpoint.jp>  [12df49396e6bcb07bafc95255a8526caac96e60a]

        replaced String in SfxPickList with rtl::OUString

2011-11-15  Takeshi Abe  <tabe@fixedpoint.jp>  [41ff6e79cead74ebe1a766020a07dce9125dd4ff]

        removed unused code

2011-11-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b197bac71a6111c3d024f5a3ee7863b833396689]

        test file needs to be in doc and not in xls

2011-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cb7c50c1a0739d11d28135160c573f59f010a73e]

        move macros_test to sw
        
        the macros_test does not execute a useful macro at the moment

2011-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba49ae1bdbbd75b4b3bc3db596fcf315ed4c8979]

        clean up macros_test

2011-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [275110a0956505fa5e7efaef86c053ed65c4e8a6]

        don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponent

2011-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [51e89c41823e9d64f1f99f239c6900bb1a8bfe0e]

        we don't need to open unit test files in sd with READWRITE either

2011-11-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [98f138c7ca207f6625be4fb910deac8cb4cb68d9]

        we no longer need to open unit test files READWRITE in sc

2011-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [4b11901d69f85144165299e3bba69735227308ee]

        disable xrender based-test for trget that do not test for xrender

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2577c3df784be265ff2314b4c25601f4f30fe04]

        This can be const.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [d56778ac4b75517f87aaf71763c51dfdc1eb02c3]

        Prefer for_each over manual loop.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [4740d607c09025aa2a645e7578514a580dec15e5]

        Adopt lcl_PrepareQuery to multi-item queries.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [04fc63b20088bb704728c05d0460cf18f5f152ea]

        No more pSpecial treatment of empty / non-empty queries.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [f6d50b0ebb08ccdeae2d62ad070145a28ce732f8]

        Make multi-item query possible.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [625025f6c24a96fa899ad1d9b493dfd73f2755c9]

        Aggregate all these local functions into a class.
        
        This also reduces the number of parameters in each function.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [3b58e5871f6da7be54dad5c1da1c0f0a8378ad73]

        Marking methods const where possible.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [05dc62da44f0853bebf68e6f6c695900090a15ba]

        Extracted compare-by-value and compare-by-string into functions.

2011-11-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe7026d72b1b88f60e009fd4de2f53306e0d1c4e]

        fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark counts

2011-11-14  Stephan Bergmann  <sbergman@redhat.com>  [8b75883b87c9f7989f98fb413f5e51200c52891c]

        Simplified some uses of css.configuration.theDefaultProvider.
        
        * Retro-added new-style UNOIDL singleton specification for it, for easy
        instantiation.
        * Plus new comphelper::getComponentContext to map from XMultiServiceFactory
        to XComponentContext.

2011-11-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [f72516ed25d25963f497396985d56344eb3ff465]

        avoid trying to run stuff at configure time due to cross-compile need

2011-11-14  Michael Stahl  <mstahl@redhat.com>  [718f032a3c9dc5071f86a6d69321dc23d6b56188]

        LoadEnv::impl_makeFrameWindowVisible: fix crash:
        
        do not insert "Preview" property if it does not exist already
        (dbaccess crashes after throwing uncaught exception because of this
        when creating new database;
        regression in 88285f84bdf54147ee5238e97d0d805fa1c127c1)

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [51494ab7291ad97eca5acfe2d9a4943ddfb4800d]

        Likewise, adjusted the test cases for MATCH to handle mixed comparisons.

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [2f61bdff4435fd25b2d7da3c2366d663bd7e5085]

        Modified VLOOKUP test case to account for mixed comparisons.
        
        When the lookup value is of type Text, and the last match is of type
        Number, it should return #N/A according to the ODFF spec.

2011-11-14  Matteo Casalin  <matteo.casalin@poste.it>  [a366809af002fcef4659cb580051f1ec20447b16]

        Decoview code cleanup
        
        Fixed DrawSymbol color selection
        Translated some comments from German to English

2011-11-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [ebdd9c300718bce454ef56a31d5d8fb699fc1822]

        Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""
        
        This reverts commit 7d7036c235a92268f23cc04eab8abcb08cddeb3f.

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

        remove dodgy const_casts

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [27beae53bf2deadb52fb9b9d9be7d80e1915ef5c]

        make this a little more pleasing to the eye, logic unchanged

2011-11-14  Andras Timar  <atimar@suse.com>  [5538efab96126d9a78bb2a909de909b581f11a2d]

        fix some comments

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

        Use IANA mimetype

2011-11-14  Tomas Chvatal  <tchvatal@suse.cz>  [8326efcbb46d423958f5b4bf86941ce30c3639be]

        Remove basisVERSION from distro scripts as it is not used anymore.

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

        original would unconditionally truncate to nLen

2011-11-14  Christina Rossmanith  <ChrRossmanith@web.de>  [fff1cec87f3c81904dad98b7a2ccd50138264791]

        Remove String::Fill() usage

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

        if we consider no bitmap non-fatal, then no canvas is non-fatal too

2011-11-14  Stephan Bergmann  <sbergman@redhat.com>  [b11bd0323ee3dc44c6f343d1eed00151e02e9851]

        Removed comphelper -> unotools processfactory.hxx duplication.

2011-11-14  Stephan Bergmann  <sbergman@redhat.com>  [e3712f9d350a4dbef0951e72f0de9a31eabba065]

        Fix build --all depend=x.

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

        add script to download documents from various bugzillas

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

        this S390 ifdef isn't a contemporary one

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [74500c21a462ed6555bcbdc2a68cbc632ac68329]

        ByteString->rtl::OString

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

        bump libexttextcat to 3.2.0

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

        strip down includes and forward declarations

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [62bb49f9d567227b6616e61fb00a55234b92a84e]

        we can use default implementations of these

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [1c064d1460fbf84a2fc6c2cdc7824937735a4312]

        I don't see that any of this makes sense anymore

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [5670184ea887276643f4921e456a242455cbdc32]

        no way to construct a MultiScreenGlyph now

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [74730d4ace1cf603575b052698e6de36b50e189b]

        callcatcher: remove freshly unused methods

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [734fd917e38a087071ef1b31527846079ab29981]

        no consumers of maRawBitmap remain

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

        the only thing calling GetRawBitmap is itself

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [45ed9cca5b70f5785c288ffcb58d06f777fcda71]

        the only thing calling GetPixmap is itself

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [4ef21de5138532b92a23eb17517130780386a67c]

        drop ScopedPic

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [4faf8c24ecb1fd3cbc6c3a510bfa448c8cf6fc47]

        InitRenderText only queries, and ret is unused

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

        mnUsingXRender unnecessary now

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

        mnForcedAA no longer connected to anything, skip setting it

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

        I think we can now drop checks for minor of 1 when current is 11

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [945f1127e20bd32b159da2c4f205cc7bbce3c682]

        ditch unused direct XRender text rendering calls

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [5e083eb18b4e83078cb73a35862113e754e3267f]

        post cairo text-rendering GetGlyphId only called by GetGlyphId

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [988ff97e6f2fe115168a999decc36beb3e0df542]

        ditch hackaround for 15bit displays and XFree < 4.2.0

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

        Link with libXrender instead of dynamically open it
        
        Let's not mess around dlopening it and leaving gaps
        in the support whereby we currently require it to
        exist either linked or "dlopenable+display supports it"
        with dlopenable + display doesn't support it leaves
        a crashing gap where there are no appropiate checks
        for that case.

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [93c5ac9ff1033492bec1aefcda94c1507cafcccd]

        ReleaseConfigMgr not called by anything

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [1987a5c7772fafc1e863deeead9081fd747f7713]

        callcatcher: remove unused code

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

        can ditch the ByteStringPtr typedef now

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [0122cd3a5366c5de8597c8bd49ca4d0c410dc9af]

        fix mangled indent

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [58f3e365fa1f423d6134f121ffe7a70470266b2a]

        annoying extra header guards

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [89a9769ccd7581cd223c4ed3519e6c8106364357]

        add some more problematic ppt test files

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

        ByteString->rtl::OString[Buffer]

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

        tagLogger dtor never called

2011-11-14  Caolán McNamara  <caolanm@redhat.com>  [0ddc688ab48a3a34167168301a73f1c642d01e0d]

        stray pointless aByteLine

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [9bb31596b978b30e3823e576514bed31bb6c1d5f]

        Link libcppunit with the shared GNU C++ library for Android

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [47fd8a09a07cfb98201087de7e27717ad999be8b]

        Also link shared libs always with -llog -landroid -lgnustl_shared

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [68bc001235dbee457bbe3b38ee9f42f9facaee2b]

        Update Android example to use NDK r7

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [342ff52958fe07531341d6fa97cc281830471b17]

        Link with -lgnustl_shared on Android

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [3cba8fb2c07a4a9bfcd3db5aab78a1bd51a48755]

        Search app's lib first

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [c0f18b2893f64ee0f33a00f20f016e58ae3d78e8]

        Add ARM Thumb mutex implementation from a "arm-thumb-mutex.patch"

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [47b383087d5e391caecf46bf621db48772f174da]

        Avoid silly -Lno_x_libraries (for Android, which is Linux, but without X11)

2011-11-14  Tor Lillqvist  <tlillqvist@suse.com>  [79ffe3c27c7130b279478ae137932608a68b3c3c]

        Make the clean-host target really do just that

2011-11-13  Lionel Elie Mamane  <lionel@mamane.lu>  [770cb8ae4d0472d8eb9b32046f5820181fb1de93]

        Update mysqlcppcon to version 1.1.0
        
        Drop patch to avoid use of boost::variant

2011-11-13  Lionel Elie Mamane  <lionel@mamane.lu>  [9a2d1b9c3411f0f421bfbf070d6aaabd5a346e71]

        spelling

2011-11-13  Luc Castermans  <luc.castermans@gmail.com>  [b9260332b79fa791e692b484406442b004717126]

        translated German comments to English

2011-11-13  Arnaud Versini  <arnaud.versini@gmail.com>  [0ddf2b8adf119b6abeb44e507c577fbdb259be85]

        Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainName

2011-11-13  Lionel Elie Mamane  <lionel@mamane.lu>  [8f8f59ba08834517a1e6f65044cf200b7d8f9736]

        Set preference View/NewDocumentHandling/ForceFocusAndToFront only on Windows

2011-11-13  Lionel Elie Mamane  <lionel@mamane.lu>  [88285f84bdf54147ee5238e97d0d805fa1c127c1]

        fdo#35091 do not honour ForceFocusAndToFront preference for preview

2011-11-13  Miklos Vajna  <vmiklos@frugalware.org>  [3f170f223296e2d0d336ff69088e5ba57b3a37c9]

        Related: i#110745 fix crash on invalid RTF tables

2011-11-13  Miklos Vajna  <vmiklos@frugalware.org>  [3510a6f63913544e8a686fcf152b31b4841d94fc]

        RTFDocumentImpl: cleanup
        
        checkFirstRun() should not do what checkNeedPap() already does

2011-11-13  Arnaud Versini  <arnaud.versini@gmail.com>  [a7553b213cd7603e9dbac76e92384ca466487915]

        Replace domainname command by getdomainname syscall or function

2011-11-12  Miklos Vajna  <vmiklos@frugalware.org>  [2cbb64ca303d89984fd42ba4a787d63ea427fcd6]

        Related: i#108154 null pointer check for the unit test

2011-11-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8a232f007458c9f474c6bf8fdf1f7f2c5ae467cf]

        RTF import: Fixed unicode characters import, fdo#42109
        
        Actually implemented the \uc to skip the ANSI representation after the
        unicode value.

2011-11-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [74b6759ee81c95ae75046dd411d2bd0bd2324a8b]

        n#707157: Word doesn't break the numberings and prefers hiding them
        
        Added a compatibility option to reproduce Word's behavior when importing
        Doc, docx and RTF files. The default behavior isn't changed.

2011-11-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [75d38d0735f17549da5e4ec038f97478236c3048]

        sw: fixed the dbglevel>1 build: GetBuffer() -> getStr()

2011-11-12  Tor Lillqvist  <tml@iki.fi>  [54d571c3d6cb730663a8743d64a6098c29008a3f]

        Fix iOS build: Link (as such unneeded) executables with -liconv

2011-11-12  Tor Lillqvist  <tml@iki.fi>  [332e5c0a08e94351360eb9bc621badb326564cd4]

        Crack to just make this compile for iOS device

2011-11-12  Tor Lillqvist  <tml@iki.fi>  [8585861fc3be1574d7a641ef2a8c0feed2fad446]

        Fix iOS fallout from libxml2+libxslt marriage
        
        configure.in nowadays doesn't allow using system libxml2 but internal
        libxslt. So remove iOS specifics related to that combination. Keep
        building a static library for iOS, though.

2011-11-12  Miklos Vajna  <vmiklos@frugalware.org>  [843494285d4f403440942c57d39e77b525a2057c]

        Related: fdo#38966 null pointer check for the unit test

2011-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [25a09766198e82bb4e0b638c4af038fbb76b05fb]

        Mark l10ntools as DESKTOP only here, too

2011-11-12  Tor Lillqvist  <tlillqvist@suse.com>  [e733650ab7fd6e9c0ece21cdd8cf2defae0746ee]

        Always use -shared and -llog -landroid for Android also in gbuild

2011-11-12  Miklos Vajna  <vmiklos@frugalware.org>  [ac8782bd51d3e178690f9f6ad942e06f67e808c1]

        Related: fdo#37716 null pointer check for the unit test

2011-11-12  Miklos Vajna  <vmiklos@frugalware.org>  [444d04b60b17efb481cd34949e133119f6764845]

        Related: fdo#37498 don't try to read after the last closing brace

2011-11-12  Miklos Vajna  <vmiklos@frugalware.org>  [5a212d501ee1c8ae2b7b9517a4ff486e61cac0fd]

        Related: fdo#33012 null pointer check for the unit test to pass

2011-11-12  Takeshi Abe  <tabe@fixedpoint.jp>  [48f67acf8f13e10c892847b77a16712cfa01d6af]

        removed unused variable

2011-11-11  Stephan Bergmann  <sbergman@redhat.com>  [c1758889cbd5e8e4afb1044425c908715eb3e1cd]

        Heavily simplified utl::ConfigManager.

2011-11-11  Miklos Vajna  <vmiklos@frugalware.org>  [4ffcc73fa25f174c2d1e161f02cce2d7afc15e3b]

        WaE: OptValue::maValue may be used uninitialized

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [d43c83f3b934e32409f3a08fcc94a8864a448076]

        Missing #endif

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [7ff1c270456e220fb22ee0a6300e11765a6c1ca2]

        Add the ARM variant

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [6f68a2f98628d472d988fca62915e93cbfc06df4]

        Update example for iOS device: Use 5.0 SDK

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [8f87fdf6a5058bbb6d2d607e3a9455e8b1a7c113]

        Add --disable-xmlsec for now

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [3a5f8de40904e200b435a21a6de271adff623d4b]

        WaE: defined but not used

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [3ba78a2d45a4b58198a700cb0a4621838618d5f1]

        Add note about an iOS SDK hickup

2011-11-11  Tor Lillqvist  <tlillqvist@suse.com>  [10e9a3c5b05154be1994ba2b2b28b5bc3ca132b1]

        Intermediate Android commit

2011-11-11  Tor Lillqvist  <tlillqvist@suse.com>  [62bfb39f2642f47ffa82a3f686ca5224fea87c14]

        Release strings after use

2011-11-11  Tomas Chvatal  <tchvatal@suse.cz>  [eb7bd97af519d10fcd1ddd7503d9504ebbbe627f]

        convert tab to space

2011-11-11  Jan Holesovsky  <kendy@suse.cz>  [4847eb96151d07f63ae91519f03c85932b0b51c0]

        Fix the TMPDIR setting, sorry.

2011-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [15be41ce3cfc46caedba5c9bedf84067dedfc57c]

        gb_COMPILERDEFAULTOPTFLAGS need to be set before the include of GGG_defs

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

        Introduce generic windows.mk for gbuild.
        
        This fixes the MinGW installation problems with officehelper.py.

2011-11-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [81afef77ecac3fa83b9d48ba6d7de14a9a02fe51]

        Uploading libvisio-0.0.10

2011-11-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [6207ae5e0bca8540a5d27ccacd300099a97665cd]

        nsplugin check must occurs after enable_gtk value is completely settled.

2011-11-11  Kohei Yoshida  <kohei.yoshida@suse.com>  [7d7036c235a92268f23cc04eab8abcb08cddeb3f]

        Revert "Removing the mixed comparison flag, which is no longer needed."
        
        This reverts commit eaea417bfdf8d06df2b7f2e42c904c32ce77e871.

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

        I don't need to hear about your every little titchy success

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

        allow capability to render text with no XRenderPictFormat

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

        Related: rhbz#753201 fedora ant+java-1.5.0-gcj won't resolve env variables

2011-11-11  Winfried Donkers  <W.Donkers@dci-electronics.nl>  [98a10b638a645776d14049b8fb12a87b80b6eb3b]

        translation of german comments to english plus rename of define MAX_COL_HEIGHT

2011-11-11  Tor Lillqvist  <tlillqvist@suse.com>  [6e16383e6ce90603db0c218603a02ed567183e56]

        Typo

2011-11-11  Tomas Chvatal  <tchvatal@suse.cz>  [db7ab4ac1412143c2151787224e64e0cd090efb4]

        Add nsplugin switch so we dont bind nsplugin building to gtk switch.

2011-11-11  Tor Lillqvist  <tlillqvist@suse.com>  [a9d167ba98672277c1ac57c5fe54965c21c02446]

        More baby steps for Android

2011-11-11  Karl Koehler  <koehlerkarl@comcast.net>  [305878f44bfee90c8ddba1f40b30d18150d4adde]

        Fixed fdo#41738 regex compile infinite loop

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

        RdbTarget_sd_filters_test.mk now folded into CppunitTest_sd_filters_test.mk

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

        need to add embobj in here now

2011-11-11  Stephan Bergmann  <sbergman@redhat.com>  [19b8dd5dedc35f39266d8279b2761a5a8946c2d4]

        No need for test/user-template/user/registry.

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

        add an initial ppt cve test

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

        This global Reference is problematic, especially for unit tests
        
        The global reference will be torn down after the typelib
        infrastructure is gone away. Hopefully a WeakReference is
        sufficient for the original requirements

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

        valgrind: ensure these are initialized

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

        catch by const ref

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

        callcatcher: remove some unused code

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

        ByteString->rtl::OString

2011-11-11  Julien Chaffraix  <julien.chaffraix@gmail.com>  [c437b033748733273c43d071ab42a1863ed80416]

        Removed several String <-> OUString conversion in fsstor.

2011-11-11  Julien Chaffraix  <julien.chaffraix@gmail.com>  [70a551308f00e65e82d33c01565d34176f18d004]

        FDO#42453 - EasyHack: remove unused anchor icons ...
        
        Removed the 2 suggested entries as there was no other references to the

2011-11-11  Stephan Bergmann  <sbergman@redhat.com>  [f66ac2934303e789014741547a06c98ab5433ca0]

        Make .component files directly usable within UNO_SERVICES.
        
        * solenv/bin/createcomponent.xslt simply surrounds it output by <components>.
        * solenv/gbuild/CppunitTest.mk got new functions
        gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors).
        * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not
        work currently, as it catenates the input component files instead of passing
        them through packcomponents.xslt (which now takes care about the surrounding
        <components> in the input).  In the future, it will likely be combined with the
        recently added solenv/gbuild/ComponentsTarget.mk.

2011-11-11  Tor Lillqvist  <tlillqvist@suse.com>  [9cf9fb0b78f6006285ba14750566eb41b317a3fd]

        Forgot to move solenv/wntgcci/inc to solenv/inc/wntgcci

2011-11-11  Stephan Bergmann  <sbergman@redhat.com>  [f289cf086d24bbc4d3f164c42f58cb492a5b2506]

        Do not use front of empty vector.

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [768567e9591cda9bd1345efb1a7eb414c386b8aa]

        No accessible system libxslt for iOS

2011-11-11  Tor Lillqvist  <tml@iki.fi>  [c71d50459e8f761843171eae8961f66a563c6465]

        Update iOS examples

2011-11-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f596995c14c3360d4b7080f92f91515d6f473bd4]

        SfxObjectShell takes ownership of SfxMedium and SfxFilter

2011-11-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2cfe0c6a3010af4a5c9a2971dd05c9437160dd4d]

        we should close the unit test documents in sw

2011-11-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6be5fda2e1af48ba3b994164184d4fcb9091b13b]

        close file before the first assertion message if loading failed

2011-11-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6cc21742c5fa7ce20dc4cadd59f9946cff155045]

        don't use calc in draw's filters-test

2011-11-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84e1d374294b4228f7ad571a019fffba98f36a28]

        use the newly introduced LO_LIB_DIRS variable
        
        the password unit test needs this code path and will fail otherwise

2011-11-10  Michael Meeks  <michael.meeks@suse.com>  [c7281f5fb8ead61c68ea8b468b018b5637590ceb]

        re-enable inadvertently disabled unit test

2011-11-10  Michael Meeks  <michael.meeks@suse.com>  [83ea2162b80b4d03e4cca90d354b5d56ea3f5898]

        Initial sd filters unit tests

2011-11-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [eaea417bfdf8d06df2b7f2e42c904c32ce77e871]

        Removing the mixed comparison flag, which is no longer needed.
        
        This flag was introduced years ago to deal with Excel's behavior on
        incorrectly sorted data range. But later versions of Excel no longer
        follow that behavior & keeping this flag would make the evaluation
        code unnecessarily more complex & hard to adopt to multi-item matching.

2011-11-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [e67181c0f1edf99b595c4589a668150719642811]

        Re-enabled textural in-exact comparison in unit test for MATCH.
        
        It was the code that checks for the VBA mode that was throwing the
        exception.

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [6b0de40c013d24bee3934ffc039b3b5a0c16372e]

        WaE: initialization order

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [2d8e9f7ce9d99bab192f2074cb3bae50ba510af9]

        don't make it a secret what service fails

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

        make sw ByteString free

2011-11-11  Takeshi Abe  <tabe@fixedpoint.jp>  [452b4a5fa63aa64504bce754c038274b96ceb0fd]

        removed empty file

2011-11-10  Eike Rathke  <erack@redhat.com>  [7fd62379668b455c0581fbb757c0f1518e6b7286]

        sal_Bool to bool

2011-11-10  Eike Rathke  <erack@redhat.com>  [38f46105e9fd8062850637d112ad85f11779716c]

        sal_Bool to bool

2011-11-10  Eike Rathke  <erack@redhat.com>  [d0aedf87a6ee76bb7ba55f115b284835e1a15d79]

        sal_Bool to bool

2011-11-10  Eike Rathke  <erack@redhat.com>  [bdb2df3820d26ec933feaff4d6fbbbb1a5fbf5f0]

        Fixed fdo#36247 mismatch between drawing layer and cell grid
        
        * Ensure that the drawing layer's map mode scaling factors match the new
          heights and widths after resize.

2011-11-10  Tim Hardeck  <thardeck@suse.com>  [59445b80e7d00fc3c998352cb0f20bb2ba810583]

        removed leftovers of the Simple Handles option
        
        Removed leftovers of the Simple Handles option which weren't
        delete by the previous patch.

2011-11-10  Stephan Bergmann  <sbergman@redhat.com>  [c1bd2a254b4a22a02d515b084dabafe963f175ff]

        New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [32e173b865619ff7b8a55ef49dab0cb15496b174]

        There is never any solver/$INPATH/include as far as I know

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [3a28346b21bbc9d1801a2aee37969675903102a9]

        Avoid silly -Ino_x_includes in $SOLARINC

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [71cbcb62028295a98ceee60cb4c4ee425bafcd2e]

        Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATH
        
        In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [e68a920f72ed2fe48e66af926a4e6e2f6ed29040]

        solenv/inc/Xp31 is crack

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [2401f2aa1c74bf7b35f3ee780af74ed7882bc449]

        reported compile failure, possible sal_Int32 is long on 32bit vs int

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7b8ec1dc0ca1a04759497e26dfd1a1347ac9147a]

        wrong name for the platform file for windows based build

2011-11-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [650592cf0181e219921d5e6bc3ffe007c95dc192]

        fdo#40819 lp#868229: reenable CheckBookmarks subsequenttest
        
        * MsWord Hash changed from DEV300m41 => behaviour change, possible regression?

2011-11-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [54edd57f21519ab283fc1e0fb85b47b0beb59486]

        fdo#40819: Revert "field-patch-uno-fix.diff: enhanced fields UNO fix"
        
        This reverts commit 693b095ee8b7406c4aa0fd5b2bd0221bdcab304f.

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ad9ea642b4113854f01b67fb3837c1543385d6f9]

        LINUX_S390X_GCC and LINUX_POWERPC64_GCC were pointing to the wrong thing

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [58692c30e390d24c20108a7c3140d96638898696]

        callcatcher: remove unused methods

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [8c69b4db58ce820e27c96dc0f33890b6946a5f4c]

        bNoLines is always false

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

        callcatcher: remove some unused methods

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [5dbd8286f4623015d6012d20ad24c301e57ca96f]

        ByteString->rtl::OString

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [180dcdecac80e87f4984024c24f4beeef9dbf766]

        Hey Joe, let's ditch the itembrowser

2011-11-10  Caolán McNamara  <caolanm@redhat.com>  [8e482e60c52ba427199a29045711b3f9cc870ac0]

        an indexOfL would be useful

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a2286a7244ca80f8109765f0ff78a7c36e7cd68]

        it is conjectured that solenv/unxmacxp/inc/poll.h is not needed anymore

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [b9ef67fbba706029d9c61ff858f8e05fa42d61ad]

        gbuild: target platform is identified by the triplet OS/CPU/COMPILER
        
        That simplify the dispatching in gbuild.mk and gbuild_simple.mk
        and it will be use as a base to factorize common stuff based
        on OS and Compiler.

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [16a1b8314a334599f68e178763e9e076137d5f2c]

        all the code left in linux.mk is from caolan

2011-11-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ddb68b2eadf7c2aeea1625be734829541f3fe4af]

        MacOSX doesn't support X based build anymore, stop pretending in set_soenv

2011-11-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [832c18da69aa944dffae8f7d7a351f352a94cfcf]

        change the code a bit to make it a bit more clear
        
        this should do nearly the same as the old code

2011-11-10  Laurent Godard  <lgodard.libre@laposte.net>  [1833e05aebcdbb277a7945efc34230dc3138c610]

        ScRangeData aName to OUString

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [4db5ea1ed7de742723dcf197434a5e22204d7dc9]

        Deliver libstore.so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [0013537709f1b79d0ca16863033bbecae23114ab]

        Deliver shared library file names ending in .so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [e0183772e5821fcf05023eb5d510732a879c2869]

        Deliver just shared library file names ending in .so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [12fea3754acabadb5f6e267497cbc9ab9e3da274]

        Make also the libxslt library file names end in .so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [90324ccc737805cd5adc3da0e1b078847cfa998d]

        Make also the libxml2 library file name end in .so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [f522222415847cd253af7e8b768ea945daeed8b6]

        Make also the libcurl library end in .so for Android

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [ccdd1b9a2533ce5a0d5a0661e807e2a31ac825ec]

        Deliver the Android libuno_sal.so

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [70e5662204c49136f55f347694c2c3f171765407]

        We want Android shared objects to have names ending in .so
        
        See my previous commit for rationale.
        
        For Android, bypass the UNIXVERSIONNAMES thing in the dmake build
        system.

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [aafe4bd7f63ff59b9cde725701ccd0d8868a68bc]

        We want Android shared objects to have names ending in .so
        
        The silly apkbuilder tool doesn't add extra native libs to an .apk
        package unless their name ends with .so. It just silently ignores
        them. So, force libtool to avoid versioning suffix for Android.
        
        Yeah, unclear whether apkbuilder is what we will end up using to
        construct the APKs of actual LO code using Android apps. But at this
        stage when just trying to build a unit testing app, it seems to be the
        simplest way to get the .apk properly signed and all to just use a
        normal Ant project, and let Ant run apkbuilder.

2011-11-10  Tor Lillqvist  <tlillqvist@suse.com>  [b737dad012e743671654dfa6d1a6bc6cd90add15]

        Tiny edit

2011-11-09  Andras Timar  <atimar@suse.com>  [05a28af29272c73f7789f7c7548a44fa34aa3116]

        JRE is _not_ part of LibreOffice install packages

2011-11-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [0f6bb1763f73481cd18681983af676ba02f36276]

        Added text values to the mix.
        
        Textural evaluations throw an UNO exception, however.  I need to look
        into this.

2011-11-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [ecea4e54e1654c24d9d02f14b6b4915d50f02b48]

        Added new unit test for MATCH function.
        
        Only ascending and descending in-exact matches for now.

2011-11-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [4c53798989e4ef71ce5a9d11646bee3a0ff3ec4f]

        Devided built-in cell function tests into separate functions.

2011-11-09  Christina Rossmanith  <ChrRossmanith@web.de>  [3f9df85defed04730fda2c862810b505579fb958]

        _SVSTDARR_sal_uIt16S is a typo and doesn't do anything

2011-11-09  Daisuke Nishino  <niboshi000@gmail.com>  [ff9fab243bb8f746077dbbc2d7d3a76616647839]

        Removed SvStringsSortDtor

2011-11-09  Harri Pitkänen  <hatapitk@iki.fi>  [090454c4c99498a79d87c55e1903132bd068d810]

        Enable features behind HTMLMODE_FULL_ABS_POS for all HTML export modes
        
        HTMLMODE_FULL_ABS_POS appears to have been used for enabling accurate
        margin settings for absolutely positioned graphics objects. If it was
        disabled one could not set (in HTML editor mode) separate margins for
        left and right (or bottom/top) sides of the image. The setting was
        disabled for Netscape and enabled for other browsers.
        
        This patch removes the setting and unconditionally enables the feature
        in HTML editor mode. All modern browsers support
        margin-{left,right,bottom,top} CSS properties.

2011-11-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [02b368e392c2d0f925601aff792910c628de5476]

        Reduced scoping.

2011-11-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [bee2c41e76330b0b808ff5e06f968716884eba2c]

        sal_Bool to bool.

2011-11-09  Noel Power  <noel.power@novell.com>  [02c6f5c74b346f1e3a095d99a36ece6b603bc26b]

        fix rtf image import ( causing wrong image sometimes displayed ) fdo#42640

2011-11-09  Stephan Bergmann  <sbergman@redhat.com>  [de56b0f22d774bb44419560376ba8029bb4cc661]

        Removed unused URE version ini file.

2011-11-09  Stephan Bergmann  <sbergman@redhat.com>  [5d4af26ae9bfa6f747bfd8a56067b783228033fd]

        Revert "oosplash - daemonize to help mutt users recover their sanity"
        
        For one, it leaves detached oosplash processes behind (the forked oosplash
        instance waits for the soffice.bin child forked from the original oosplash
        instance in vain).  For another, it makes unavailable the soffice.bin exit code.
        
        This reverts commits aacf55dbe004ae3cad720002d40dc0e408107fd3 and
        62ebb119cfb42adc5e007fb77f68d56b40de2a85.

2011-11-09  Stephan Bergmann  <sbergman@redhat.com>  [4bfde371a893a3d6902c995d62a167e5c81ab0a2]

        OOo reference version for extension dependencies is still at 3.4.

2011-11-09  Stephan Bergmann  <sbergman@redhat.com>  [debc96051f15652bc8d1b8aa5406f7760c5feed7]

        OpenOffice.org-minimal-version dependency is not branded.

2011-11-09  Stephan Bergmann  <sbergman@redhat.com>  [bf912d1a184bf50e326f428b7d0c083526f2783b]

        dp_dependencies clean up

2011-11-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [57091022781ac3d0509e417bf427d2edc723eed2]

        Getting completely rid of the int32 and whatever

2011-11-09  Michael Stahl  <mstahl@redhat.com>  [0a096fd9739088a4425cf66c774742aa095b98b0]

        Allow full deps on WNT since it seems that it works

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2960a35258b145edb9f73671cc5e7c4056199ba]

        int16/32 ->int16/32_t fall-out of new npapi.h

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [9a71582047d7762255b280d5730aebbaabf9d115]

        clean-up after conflicting branch rebase

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [1d60e2032af3b9d4c39f595737e4111da27c1aaa]

        factorize RSCTARGET,RSCOMMANd out of platform, and __command_dep in com_GCC

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [63178f64b4967182fa8682203a5d89e18c341d93]

        factorize gb_SrsParMergeTarget_TRANSECPRECOMMAND our of platform/*

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [391993ef60ae0c0aa25f90aedbf03ffdd0ea0efb]

        factorize gb_SdiTarget_SVIDLPRECOMMAND out of platform/*

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [0442869febf100c1c36d6a3a7368e4d1642f97b5]

        factorize gb_XSLTPROCPRECOMMAND out of platform/*

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc806434e7004a51be775fd482e70bd0f5db3431]

        gb_CFGEXPRECOMMAND is not necessary and can be factorized out of platform/*

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc15b67b1d4b71209d404773cdf2a7f23d8d79a2]

        UnoApiTarget_* really do not need to be per platform
        
        setting and using gb_Helper_set_ld_path and gb_Executable_EXT_for_build
        is enough to factorize these out of platform/*

2011-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [70270b53e764bf814ebb0c771db6280b951ee6b2]

        begin factorization of common GCC stuff
        
        a lot of configuration/definition is shared between platforms that build
        using gcc.
        This start to regroup things that are common into 2 files
        com_GCC_defs.mk and com_GCC_class.mk
        this can be expanded to be, more generically com_$(COM)_defs/class
        
        The reson for 2 files is that some step need to modfify common definitions
        based on the platform and some common definitions need platform defined
        value.
        with these 2 files we can do a
        platform - compiler - platform - compiler - platfrom
        sandwich that should cover every scenario.

2011-11-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [696fb8582fe54d6cb5ec54f81680ddc281500b88]

        Fixed the wrong keyboard selection behavior in reference mode.
        
        This one is pretty bad, especially for those who like to select
        ranges using keyboard.

2011-11-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [5d1a99169253b084d676234fa153f2acecc5d638]

        Test case for VLOOKUP (in-exact lookup on sorted range).

2011-11-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [b45ef269809409d30932c4c25aa19afd6983f86f]

        Added test for COUNTIF.

2011-11-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [6303b977ed96bfce0253041c4e87a04dea82063c]

        Put each function test in a separate scope, just to be consistent...

2011-11-08  Andras Timar  <atimar@suse.com>  [a527939c80d2ad22c07776b574ec0a2775fbd5f5]

        remove unused variables

2011-11-08  Andras Timar  <atimar@suse.com>  [f14ceb771425a895d9f499405f504e5edc3dae78]

        add patch creation profile file for LibreOffice

2011-11-08  Andras Timar  <atimar@suse.com>  [182913a18c01b945e27246a6ace4e5104bccd9c0]

        code cleanup of localize tool

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [00b2e13d2c7378577e77e1a1107601651735486e]

        sd: how the hell did that ever work:
        
        The sd library uses SDI headers, but the corresponding targets
        were not declared anywhere.

2011-11-08  Stephan Bergmann  <sbergman@redhat.com>  [de90369c315afc62c4409a5df1a581fa466cb849]

        Properly check sscanf return value.

2011-11-08  Julien Nabet  <serval2412@yahoo.fr>  [a57304a53832adf0c8a32b0c53d9be5b55507ab1]

        Fix WaE variable ‘eUIState’ set but not used

2011-11-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f0dff0d9d152d3b96403a6f5df25e307392cbe06]

        use non-const buffer to enable byte-order swapping on BigEndian system

2011-11-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cb9dad87e7ee82d7ad1f93e1ab46e2f1ef509ce8]

        suppress warnings about inexact argument type

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [016cee9ad960fce42124a600c16a3b0c073df0c2]

        SdiTarget: temporarily disable full deps on WNT

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [6e6a3d659630b5330372b68ff1d2e865a89a62ab]

        SdiTarget: use svidl -fM for full dependencies

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [6adb9ad1579df1bde71be3091ccca0c71605ddb7]

        svidl: new parameter -fM: write GNU make dependencies

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [62ebb119cfb42adc5e007fb77f68d56b40de2a85]

        don't demonize if we are passed an --accept line for UNO remote control

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [d3d8998a2ccc9d4105ebb7f137aed06bdde7abfc]

        cleanup obsolete and duplicate crop / handle images

2011-11-08  Astron  <heinzlesspam@googlemail.com>  [749fbc7ab07af4ec05fbaf0f8b5f7a77c1aa4aff]

        Attractive new, alpha marker images for drawing handles & anchors

2011-11-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0e26bd20978cbdd7c59368044c2a21b98ffba164]

        writerfilter import, fixed the shapes import
        
        In some cases like an OLE object inside a textbox, the imported document
        was empty. This was due to unremoved text context in dmapper.

2011-11-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b32bcaf10a0dd0b901c6c330097b88fa1c2e9675]

        sw, writerfilter: fixed debug builds and output dmapper table messages

2011-11-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0ec5a0d1829ee201bc634699fc19259bfd6ffd10]

        Added some messages to exceptions to make them usable for debugging

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [aacf55dbe004ae3cad720002d40dc0e408107fd3]

        oosplash - daemonize to help mutt users recover their sanity

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [68beee834404886a0efb749e8c041c329850e5e9]

        fix build against new npapi.h (yet more), blind fixes for aqua too

2011-11-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [5d1052ce6047ecc8c366f860a27dd4c4f9c6f212]

        String to rtl::OUString.

2011-11-08  Tim Hardeck  <thardeck@suse.com>  [ec4f69493b50c15861b0cdcc290ecedd00efb51d]

        removed Simple Handles option
        
        Removed the unnecessary option "Simple Handles" with all related
        functions and icons.

2011-11-09  Takeshi Abe  <tabe@fixedpoint.jp>  [93732fe182ddda10a982962a60d88c5cefc149d3]

        removed unused macros/constants

2011-11-09  Takeshi Abe  <tabe@fixedpoint.jp>  [35118036bd63a823fefd88c471a319e564d138d3]

        removed isolated file
        
        This follows ca402fa0dae85f7f289398af34aa43cf06d14e87.

2011-11-08  Radek Doulik  <rodo@novell.com>  [07a61ac39681a398fadff7597367c804b8321aa2]

        fix texbox vertical alignment, it was regression introduced by f1a2b0cb

2011-11-08  Daisuke Nishino  <niboshi000@gmail.com>  [e494bd26e5415dd0926bcef7c51ab99a4322730f]

        Removed some SvStringsSortDtor

2011-11-08  Radek Doulik  <rodo@novell.com>  [a8bdbeb1a819c0296940b4dd882890be16ec4cba]

        fixed regression, set the left paragraph margin

2011-11-08  Luboš Luňák  <l.lunak@suse.cz>  [247ac3b1095b49f29c44b066fad6264112df1fe2]

        fix incorrect OSL_FAIL message because of copy&paste

2011-11-08  Luboš Luňák  <l.lunak@suse.cz>  [26e1bc1dd13bf33d60b9f70262627094498fca09]

        simplify code

2011-11-08  Miklos Vajna  <vmiklos@frugalware.org>  [a23ee867ea419665769342f485f0144f188952de]

        RTFDocumentImpl: rename m_bIsInShape to m_bIsInFrame
        
        The "in shape" term was confusing since it was false for non-text-frame
        shapes all the time.

2011-11-08  Noel Power  <noel.power@novell.com>  [991aa4fff785612bad7281f4948f5771bf8d215a]

        NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971

2011-11-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [17f977c104374eedd5638aadc3175dda88ad6360]

        remove leftover comment regarding removed Mac OSX conditional

2011-11-08  August Sodora  <augsod@gmail.com>  [9fbc73f45f7e001357d1143d5fa06ff35248ad5e]

        Remove unnecessary includes

2011-11-08  August Sodora  <augsod@gmail.com>  [c1e6cf2df86248c5dbeee5109f6c2efabcc26aca]

        Remove unnecessary includes

2011-11-08  August Sodora  <augsod@gmail.com>  [c448b832660201b00412fb9d9f5a7727d98c74c9]

        Remove unnecessary includes

2011-11-08  August Sodora  <augsod@gmail.com>  [0d71a9c7d02973f20701bd7e4eca3231ace2b655]

        Remove unnecessary includes

2011-11-08  August Sodora  <augsod@gmail.com>  [3d7bc23e23f42b1940fe8c0d27c97af836b15842]

        Remove last include of tools/string.hxx in basctl

2011-11-08  Fridrich Strba  <fridrich.strba@bluewin.ch>  [60de6b0fd293d26f6594bdc0023fe9c708639b93]

        Fix Windows build of extensions

2011-11-08  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f222b01170f57ca65ef28239dcf20c1f5a533f6c]

        there is no rule for the manifest, so we need to depend on the lib only  - or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect

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

        exclude windows for now as well

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [5541912fed47994a428cafcb2675a5211ff47993]

        ScriptProviderForPython: better description

2011-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [bc3fa000a43e490266c27209d9ba62eb35241824]

        Add -Wl,--fix-cortex-a8 to the Android CC and CXX

2011-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [793d4d05b580cbac56fb1537580eb2474cb8c0c5]

        Make sure we have env vars for the cross-build tools for Android

2011-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [3265a628adc82d2b44df833f59ad700a8dfa4292]

        Revert "Just put the Android ARM compiler options in the mk files"
        
        Nah. Sure, doing it like that is sane if you consider only our own
        code. But it won't help in making sure these options are used when
        compiling the 3rd-party external libraries. For that having the
        options already in the CC and CXX environment variables works nicely,
        I think. People just need to look at the samples in README.cross.
        
        Perhaps we could add the options to CC and CXX in configure.in,
        though? Is that elegant or not, don't know...
        
        This reverts commit 3c4f7242a967d6a3cb9e5e3f88bfb2cc348cc3eb.

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [d448b59e4b808b2074cd733bb15ed55f851da5ed]

        fix build against new npapi.h (some more)

2011-11-08  Michael Meeks  <michael.meeks@suse.com>  [3f40276194c9dc06739d7aaae3a3dc64bfe18bc5]

        oosplash: remove redundant mac conditionals - we don't build on OS/X

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

        xsec_xmlsec component filename is different under windows

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [a21546ea4d86eab38c5abf1b27dff20929a2ce12]

        installer: fix RPM requires:
        
        The findrequires scripts are apparently ignored by current RPM.
        Apparently an additional variable needs to be defined so they are used.
        
        http://www.redhat.com/archives/rpm-list/2005-August/msg00034.html

2011-11-08  Michael Stahl  <mstahl@redhat.com>  [7a080d0f46c9c53480a5c6876bb110ae8a657879]

        setup_native: add 64 bit provides to fake-db.rpm

2011-11-08  Radek Doulik  <rodo@novell.com>  [60e35702199f19fa9aa19027d4783937ac7ee834]

        fix text frame rectangle for ooxml customshapes

2011-11-08  Radek Doulik  <rodo@novell.com>  [8ca3ca455abe84672311e08ff6999d7a27010e1d]

        use text frame part of customshapes on import

2011-11-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [7d63b777eb7b9b02ba3810c572be6382b7636d61]

        Change ANKER to ANCHOR (fdo#42455)

2011-11-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [29f83de2465c6151036b65ea326432fd9b16572c]

        Unbreak windows build

2011-11-08  Andras Timar  <atimar@suse.com>  [a2dacd920513485140254729f23ed932c52cdad4]

        remove empty Text [ x-comment ] entries

2011-11-08  Andras Timar  <atimar@suse.com>  [527f070dd5738f4647eb2b7f9e629b0107aad14d]

        remove unused global variables

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

        fix build against new npapi.h

2011-11-08  Caolán McNamara  <caolanm@redhat.com>  [69a8f89cb90260b2333299451f29ffcdea39d059]

        refactor SetTwoLines a little

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

        callcatcher: some unused methods

2011-11-08  Andras Timar  <atimar@suse.com>  [881a93d3ab969454d52de1af95004ff3fbd5918f]

        MERGE_SOURCE_LANGUAGES is never defined, removing ifdefs

2011-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [9b0d9a2ace6d51363f2360621aae44f1b353e4df]

        Fix syntax errors
        
        1) It is not safe to use the [ command in configure.in; m4 will eat
        the [ and ] and they will expand to nothing. (Just look in the
        configure script produced prior to this commit.) Use the test command
        instead, as elsewhere in the file.
        
        2) Quote the variable being tested for emptiness with test
        -z. Otherwise, if it *is* empty, the -z will apply to (and eat) the
        following word, "then", which is not what is intended, and which also
        causes a syntax error.

2011-11-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [20fe7d11e935b48126c31ff7629fded87e61ce85]

        Change Windows newline to Unix newline

2011-11-08  Tor Lillqvist  <tlillqvist@suse.com>  [3c4f7242a967d6a3cb9e5e3f88bfb2cc348cc3eb]

        Just put the Android ARM compiler options in the mk files

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [128f280839d15864ff4b6032702d6231d346116e]

        These are no longer needed.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [43a98be551b01b603a34557c423f76392ca60f6f]

        No need to include this header.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [5897d4a60f766ca0cd751281e7c32af3df677303]

        Encapsulated empty and non-empty filter criteria.
        
        Because those two conditions were not very obvious.

2011-11-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4687fe4917889a0fc0c4ca377970cb006bd59c85]

        fdo#36100: show blink borders for cut like we do for copy

2011-11-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0405deaf2d9f06dacea3b22def047a126eceebd7]

        we only have one sheet in the new PostIt test

2011-11-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56d1c2e4ec25fb13a75f3dfde8efc2c6f694358b]

        fdo#37925: don't show -0 as number in a cell

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [a3ddd330bd7f60402e17fe74324c64a394516a01]

        Test for filtering empty and non-empty cells.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [cbe46bbe3e7211b937171136405aabd4b8ceaa39]

        Simplified the filter test a bit, and clear the filter afterward.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [97453f1eabb473d0691e41153eff2ac92e88a302]

        Another bug.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [5f31abed9d68b4ee533c739b3cc9ef5dfe85ea04]

        Fixed a silly bug.

2011-11-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [8808d77f199720be596a09084fbc36569ed2f1f1]

        Changed data storage structure in ScQueryEntry.
        
        This required a whole bunch of chnages all over the place.

2011-11-08  Rene Engelhard  <rene@debian.org>  [a468e0cb567ef84d238cc0b1a5ad265825a54f02]

        deliver .h also from np_sdk/inc

2011-11-08  Rene Engelhard  <rene@debian.org>  [87e6f6e31b39032aca20ca4852cbb4eb79a5756e]

        update libreoffice.1 for the (new) long option names

2011-11-08  Rene Engelhard  <rene@debian.org>  [2c127c4d328780a0833d9559efc3a5d92bd045ed]

        fix build: (u)int16 -> (u)int16_t

2011-11-08  Rene Engelhard  <rene@debian.org>  [659d7eb810781033e7304cb7736a7b45692165f5]

        fix up --with-system-mozilla-headers again after last update

2011-11-08  Tomas Chvatal  <tchvatal@suse.cz>  [bc7c4e378d77aa6960bcb98ec97081f00036b0e5]

        Fixup the headers mozilla check to be up par with latest updates.

2011-11-08  Rene Engelhard  <rene@debian.org>  [3bef3bd56b57499bb08d02fe663f3100306bc82f]

        add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' build

2011-11-08  Tomas Chvatal  <tchvatal@suse.cz>  [bdead69dd3c947743907681c8a2f16ca1f50cd9c]

        Add switch for system/internal npapi.h
        
        This commit also update the internal includes to latest mozilla ones
        including the .c{,pp} file updates.
        
        The ldap check is also simplified from 2 check into plain one.

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

        unit test crash: this must be the intended code

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [8ed5e3bdabb3d9682316c7093d30e1152b41dbcf]

        callcatcher: remove some unused Graphic methods

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

        ByteString->rtl::OString

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [06813401fdb6bcbcaed321ff53c4601af91dbba2]

        this just takes a const char*

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

        this just take a const char*

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [9fa5c77363964aceb2f3aa908f6b2d60f024ab02]

        unused sData

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

        tweak to be a pImpl rather than a full window

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6fc453194e2b735ba4080237dc3103efa88309d]

        fdo#42526 : need to parse the address convention for parsing references

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [69565a036d371f19f807339f4c1b70e1827994d9]

        little refactoring in fuins2.cxx

2011-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [d7050e4dae78bd7dab497c91a39440a9cf71f008]

        Split clean into clean-host and clean-build targets

2011-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [37fca8bf799cecab9dd7b5474e7c011db7e50e29]

        Update the Android example
        
        Use compiler options to default to more modern ARM architecture, as
        surely any actual device this code would be run on uses.

2011-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [78d2d81fbe811131c4d8b9ccb62ee73034b62f03]

        For Android, we don't actually want to build programs, but shared libraries
        
        That's what the NativeActivity stuff wants.
        
        For now the name of the produced shared library does not follow the
        normal libfoo.so convention, but is the name of the corresponding
        program on normal Unixes. To be fixed later. Or then, when
        constructing an app .apk, just rename "foo" to
        "libnative-foo.so".

2011-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [f3a78f52f1099545f204e8fa3eb992081abe14b4]

        First baby steps of proper Android "native" program support
        
        We use the "native app glue" thing from the NDK to avoid having to
        have an explicit Java wrapper. (There is one provided by the OS's
        NativeActivity anyway; all Android apps are Java programs.)
        
        For simplicity, we just #include android_native_app_glue.c in
        sal/main.h. sal/main.h is included only from source files that
        actually form the "main" programs for our programs anyway, I hope.
        
        Presumably the only programs we actually want to build for Android in
        this way are unit tests. Any real (or toy) LibreOffice-related Android
        app would have a totally Android-specific user interface written in
        Java, and just call LO libraries, I think.

2011-11-07  Tor Lillqvist  <tlillqvist@suse.com>  [7beffc231c887eabdc36c55a3126a04c1056f037]

        Add android_native_app_glue.[hc} from the NDK
        
        Simplest for now to have a copy of them in our sources. Improve later.

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [0c3f7e161f2e282e3611be822982c096e1fa5752]

        calc: initial cut at post-it unit test

2011-11-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [39a2372a125e619186a243eec1b2828f5bd41b2b]

        require autoconf >= 2.59 to please MAC OSX 10.4

2011-11-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0814eeb546d71957acbcce56bdc235a76b93fb79]

        fix "whether to build stax" check

2011-11-07  Jesús Corrius  <jesus@softcatala.org>  [c8d0a37c0b29dcb5a21cd28560520295ed3c59b8]

        Remove obsolete IsWin95A function

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [7c6c11a5ba7219a818be7330d14c65ef36267aa8]

        configure: $with_system_libs checks are redundant

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [b5c1fb551d94adb911fe2fc4fc776fa426192afc]

        configure: certainly Solaris 6 is not supported

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [d021aacbcf52e16731a1b1304c09cbed6f59b371]

        configure: remove duplicate Solaris GNUTAR check

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [f89d0f3ab017cee2fa078a1a8e1aebee7d708fd2]

        configure: remove --with-system-libxslt:
        
        This option must have the same value as --with-system-libxml, so it is
        redundant.

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [f8d64ffd4a2ee3f6b3340a2bbac21eb7d2b4551c]

        configure: refactor system-libs checks:
        
        * initialze with_system variables in AC_ARG_WITH
        * do not interpret --without-system-libs as --with-system-libs

2011-11-07  Michael Stahl  <mstahl@redhat.com>  [fa362001031d7d28357cfe092755894bb47f0093]

        configure: move platform detection before args
        
        to allow for platform dependent defaults.

2011-11-07  Laurent Godard  <lgodard.libre@laposte.net>  [eed2ac74cc9e0d986e17eae53f6a50178f5bc5da]

        change String to OUString for aUpperName in ScRangeData
        
        improves MatchByUpperName tests avoiding type conversions

2011-11-07  Joseph Powers  <jpowers27@cox.net>  [bb8f997864cb382591269d07e624360e66c192c8]

        Stop exporting headers that no one uses outside of basic

2011-11-07  Joseph Powers  <jpowers27@cox.net>  [7dc14aba12e40b5df42bcf32fb9d3efb0dea5136]

        Remove two more unused headers from basegfx

2011-11-07  Jan Holesovsky  <kendy@suse.cz>  [95afe08efeea590e07bbf3a4e5dde857f2b537df]

        Fix dbglevel=2 build in sc.

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [b123e4c42b2393ef359e0cc418961a4fa9ac5b36]

        gtk: fix issue with built-in file/folder picker settings

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [14f6de30ce3896704f06aa4259e6a0a2cc0895a8]

        gtk3: add run-time check for gtk >= 3.2.0

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [6de32a1afc947e71754f4266d5c167eccbc8f78b]

        gtk: cleanup resource provider and associated lifecycle issue

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [6aa51640706ca332e6439e6097cc81a2b1dbb275]

        gtk3: port file-picker, using more standard combobox APIs etc.

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [aeffd7f25f6bf664ee5536942bd48407447867f7]

        move required resources down from fpicker & svtools into vcl

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [ea9915a550707dace8aaf8a5aab6c1c88918e8d5]

        hush more kinds of file types

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [f1abe3035cc237609dc4d20f3dd9c6e2484ef7a8]

        gtk: cleanup to make the vcl file-picker interface work.

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [17084c750df84e0da377d716a4088f72bd25f972]

        gtk: move the file-picker into vcl/ and add Application:: factory hooks
        
        drop un-necessary uno service related fluff, and component instantiation.
        nominal move to XMultiComponentFactory from XMultiServiceFactory
        Include fpicker in compilation for gtk3, but more work required here
        Simplify setting up transient parents for picker dialogs

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [7a47e0ead3471f8f6e737a79704ad8ad2978418a]

        gtk: use a more sensibly unique version define

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [60ea258057b0f11bbd511c19ee2832d7f039e169]

        typename outside template

2011-11-07  August Sodora  <augsod@gmail.com>  [e505b16440d7d9db2ed375c023d78b388ac61469]

        Remove superfluous includes and forward decls

2011-11-07  Thomas Arnhold  <thomas@arnhold.org>  [2411ea09a8d20609e48b0750ab2102c00e0c3b8a]

        redundant if not-null checks on delete

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [2ea9da71470a9e2a442ec6a660de47691a3f8723]

        don't need typename outside a template

2011-11-07  Emanuele Fia  <name29@name29-laptop.(none)>  [3d223821a8a9dd83993626554041a95098f75ac5]

        Removed unused code

2011-11-07  Daisuke Nishino  <niboshi000@gmail.com>  [6401ca3325d386067ab86dc36c5cea169449570e]

        Get rid of SvStringsSort

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

        make extensions ByteString free

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [994a737a317165db736f2a2f6a25b3439207da5d]

        callcatcher: update list

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

        callcatcher: update list, drop some newly unused methods

2011-11-07  Caolán McNamara  <caolanm@redhat.com>  [75871d9a8c0f22f3d5486023a56175d0d04e66d5]

        callcatcher: remove some unused methods

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

        don't seem to need CAT.obj

2011-11-07  David Tardon  <dtardon@redhat.com>  [effa8def9d60ef75152455562f88300754c8ab65]

        remove unused file

2011-11-07  Michael Meeks  <michael.meeks@suse.com>  [cfa5d651db4de43dd395256264bc9121897398ba]

        add soffice.bin generation to the desktop/ module rule to fix win32

2011-11-07  Radek Doulik  <rodo@novell.com>  [41ae924469c9ec1ad76da8077014ca6598f4bd98]

        fixed remaining issues with ooxml custom shapes scaling

2011-11-07  Radek Doulik  <rodo@novell.com>  [959302bfd9093b89916517b6589f64bf86610128]

        fixed remaining issues with custom shapes sizing

2011-11-07  Radek Doulik  <rodo@novell.com>  [63570788fbeeb7c611528a60abc7d0af04342fa2]

        ooxml custom shapes wip

2011-11-07  Radek Doulik  <rodo@novell.com>  [8ed962b9a9c746ef852f7d0c3dbed0faf1c33fd6]

        fix build

2011-11-07  Radek Doulik  <rodo@novell.com>  [858b404472c09a140d05b2e8e83a7655fbe5e708]

        fix ooxml custom shapes sizing
        
         - ooxml custom shapes width and height are in actual (logic) coordinates space
           and not in "virtual" 21600x21600 space

2011-11-07  Radek Doulik  <rodo@novell.com>  [5c8ce0a6f5176c76495e7de1c8e31c322e40c542]

        fix ooxml custom shapes sizing
        
         - ooxml custom shapes width and height are in actual (logic) coordinates space
           and not in "virtual" 21600x21600 space

2011-11-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f8508036d1f28765ad43055d9ba99219e1523087]

        Fix linking on Windows
        
        Don't declare dllexport classes that are purely inlined.
        This will cause for the binary that links then to look for dll symbols,
        which are naturlly not present.

2011-11-07  Stephan Bergmann  <sbergman@redhat.com>  [b3a1db63d36a92b80289d9eeec779eb75d31b5ee]

        Minor clean up.

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [41ccde126a45223212816271bdc761465c8dbee3]

        SCTAB is sal_Int16 and not sal_Int32

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc5b8c53e3dbc8f8151c565eab31fea5bf09a6a6]

        MAC tinderbox does not like OUString::valueOf(sal_Int16)

2011-11-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [da5ec5d1e0823cf53f3f70c074cd3d314b89d4e3]

        use boost::scoped_ptr

2011-11-07  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bc858110c2c8c7292a19ed849fd190b2d4aad0b7]

        cppcheck: drop redundant check

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aa22ecc606ad927ef18e80488070c523e8dde2b8]

        forgot to amend these changes to my last commit

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc59e69c6f2c95a4434623dfea9ab666de6ebe76]

        String->OUString in ScDocument and follow up

2011-11-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [128947050b4506bf1fd57d93fe249c476a184f61]

        sal_Bool->bool in ScDocument

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

        ByteString->rtl::OString

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [982259e35eed66b1cf270bf1ed802f2b14983e2d]

        make filter ByteString free

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [116b9d6bf1de605dc04160646f10d596dc6d898c]

        aString is always empty

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

        ByteString->rtl::OString

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

        ByteString->rtl::OString

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

        no need for intermediate string here

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [4cdcf4918414f6d62a906bd91830b3ddf0b9fd63]

        ByteString->rtl::OString

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [88072f1292facfcb586e4f8b8c9eb61f9d80e02c]

        make sfx2 ByteString free

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [778ef20d74ce499e4e0c4b0e3e4506b44938b975]

        sw now ByteString free except for windows related ones

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

        StaticIsEnabledBroadcasting can only be true

2011-11-06  Caolán McNamara  <caolanm@redhat.com>  [97f2f76452dd116090e513239ca656bd432494d7]

        callcatcher: update and remove some more unused methods

2011-11-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2e42f5cfa6b7e762098c6dc2e2acf920354b3f2]

        little refactoring in ods import code

2011-11-06  Miklos Vajna  <vmiklos@frugalware.org>  [dc060230a15c82c482811ea3eecf1e50e9a20bc4]

        RTFDocumentImpl: use boost::shared_ptr for m_pInStream and m_pGraphicHelper

2011-11-06  Miklos Vajna  <vmiklos@frugalware.org>  [e4323bd5f5b9acda7cdba965dc27eeeb4487b820]

        RTF import: close file descriptor once import finished

2011-11-06  Miklos Vajna  <vmiklos@frugalware.org>  [009c572b2f058b80d2427c775d821c632491c869]

        RTF import: delete graphic helper once it's not used (fdo#42640)

2011-11-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5122e3413b06125ff45fd10e1ac1f0e58c24afcc]

        cppcheck: avoid possible null pointer dereferences

2011-11-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0cf754f5ca356c2d93f7ebf8523b2dc2246e4763]

        cppcheck: drop redundant checks

2011-11-05  Joseph Powers  <jpowers27@cox.net>  [59829f4fd20f4238941123412423caa76e8be1a6]

        Why build empty objects.
        
        The source files don't generate any code and just declare an inline class;
        thus, the compiled object is empty and we don't need to link it in.

2011-11-05  Joseph Powers  <jpowers27@cox.net>  [abb87485415b941d81324b91ebe018849e7b8b47]

        precompiled_basegfx.hxx is empty, so don't include it.

2011-11-05  Joseph Powers  <jpowers27@cox.net>  [33cbf8066bc64c3ff2052f59c04838aceb847220]

        Cleanup basegfx headers a little
        
        I deleted some unused headers. I also stopped exporting them for the same
        reason.

2011-11-05  Eike Rathke  <erack@redhat.com>  [864f6483c01c175510828f2495d410a009a7a66b]

        make some methods const

2011-11-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [002cc3a611c9755abaa9a69270c20b90be3d759c]

        limit spamming in non verbose mode

2011-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [97722c821556b1a7738c34490b4d58d9a9010c67]

        Drop unnecessary inclusions of <sal/main.h>

2011-11-05  Tor Lillqvist  <tlillqvist@suse.com>  [27c031434f8737d4c11b50e348a125cd6e4991ad]

        Remove the unused <l10ntools/vosapp.hxx> header

2011-11-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [4901ff2f8d57775c0ef0c201082f1886df0d8fb0]

        Class description.

2011-11-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [9c8670847f0945c05c8f40e83f0d845c0d3cff6b]

        Removed queryentry.hxx include from lookupcache.hxx header.
        
        For better encapsulation of ScQueryEntry.

2011-11-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [7b6b60608b8a403e39b2919ba1c186fd64ea1f77]

        Moved ScCompare and ScCompareOptions out of the header.
        
        They are only referenced in interpr1.cxx.

2011-11-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [3df7746a66714351110cab6b4e4ef79cfe9fc874]

        Moved ScQueryEntry into its own file set.
        
        Because I'll be modifying this struct in the next few days...

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [5f059974b7778904c4bffa169e07e1d0aee90951]

        Temporarily disabling the new autofilter popup due to a set-back.
        
        Ugh!  I need to refactor the query validation code first before working
        on the new popup.  I will
        
        1) temporarily disable the new autofilter popup,
        2) merge my changes so far to master, and
        3) work on refactoring the query validation code without changing the
           current functionality, then come back to working on the new popup.
        
        Darn...

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [a1675f6d7691d57df1c80537e1be257172aa9d49]

        Hide the query strings member, and add relevant methods for it.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [369d2726c7a43f53cafac21520fd0b307f478254]

        Do the simple string equality matching in ScQueryEntry instead.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [da798ecf7b6471df71e8169dbc637cc903469e7d]

        A little cleanup.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [11adb301c801e93e0c9d166776f0714c58e830d9]

        More on extracting complex evaluations...

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [15386b88d6ab1d5cc59278d489185fd4376762f2]

        Another complex if condition extracted.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [13bc18e4bdcb52b0146f9b6bad3bf7f1d18d8ee8]

        Using for loop here is better than while loop.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [80697a92c0d5ffd093e6dca873c56fe13db19398]

        Extracted complex if conditions into own methods. Much more readable.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [e6ae91a8248fceee4248aadaf9f8aadec3fcc2bc]

        Prefer STL over heap array.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [22f971d6d2070d66f0713ad5f1044b8741f12c43]

        Set pStr private and discovered several more direct access to this member.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [a917af4fe40faf5a7538b0bf852796949192787d]

        More on avoiding direct access to pStr, also fixed several memory leaks.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [9dd9e4baccc4009be524f6ab3070e7458138d82d]

        Remove direct access to the query string (pStr).
        
        I'm about half-way through.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [5ec42cf012ac22c44fc9864726f7cc5671b72274]

        Support rtl::OUString reference here as well.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [6d1c73b744e50f3cfc84c30378d2f6c74a6e528e]

        Calling delete on NULL pointer is safe.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [d6edecd37c4fe71cdb7aea313ac1c7478c7920e4]

        Moved ScQueryEntry out of global.?xx to queryparam.?xx.
        
        This is more appropriate.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [fa42b0d8382d1a509ff95a79dbd18787fd5b3735]

        const correct ness etc & mutable only for lazy-initializing accessor.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [54673798f3b765a71c7f0080c6449625782c6a9b]

        Let's not use a hard-coded MAXQUERY all over the place.
        
        For now, the maximum query size is determined by the size of the
        vector that holds the entries.  For now, the size of the vector is
        fixed, and won't change.  We may later work on making it dynamically
        sized, however...

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [34d77d7edf360c5ed1dbf5dd6e6f3a9803d7015a]

        sal_Bool to bool.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [b4ea8f560656218f0b6bb29a776d91f326f40a11]

        Test-run the filter query after pressing OK. It's far from perfect.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [c524e1935668f40415927a365e39a0a1c75d91c5]

        Calculate window size and geometries of controls based on menu items.
        
        This makes the popup window more flexible and adjust to a varying number
        of menu items.  This is necessary now that we use this popup in two
        different places (autofilter and pivot table field popup) with different
        menu item configurations.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [9508d11845aac62ac8a62c8a01f37726cf2b21a1]

        Populate the popup with unique values and the default action items.

2011-11-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [62aa66e9d801bf2aeb4cd955e96cc2b896ec67d1]

        Separate the code path and add new method for autofilter popup launch.

2011-11-05  Michael Stahl  <mstahl@redhat.com>  [3fc888c2c518631d80d46e1d260378f810b3d7fe]

        gbuild: clean up pointless proliferation of PRECOMMANDs, all alike

2011-11-05  Michael Stahl  <mstahl@redhat.com>  [fddb39b14df1e3dcb6e42c206547b095cc65853e]

        gbuild: add support for extension description l10n

2011-11-05  Michael Stahl  <mstahl@redhat.com>  [4570fe5875d539aa92eee0e8f247862b7ad97636]

        ScriptProviderForPython: add some description

2011-11-05  Michael Stahl  <mstahl@redhat.com>  [1ca547d20882e9b3d3ba9a6c7ee0340a5b7009b0]

        reportbuilder: grammar considered neither stylish nor smart-looking

2011-11-04  Laurent Godard  <oooconv@free.fr>  [974c15923465ebb2cc5c9c99180737298ed69c95]

        a very minor typo in a comment

2011-11-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9b94d385f94562049bf93f2fc0dd0558d6a56dd1]

        cppcheck: avoid possible null pointer dereferences

2011-11-04  Thorsten Behrens  <tbehrens@suse.com>  [be35cbe0d86b416414972754af7dfef9c21bc3b0]

        This looks wrong for sure, too.

2011-11-05  Takeshi Abe  <tabe@fixedpoint.jp>  [307535d98aeb171ee5e291b77f6c5028b4db936d]

        removed unused macro

2011-11-04  Laurent Godard  <oooconv@free.fr>  [c9c98ab207fba4df35261c66b3753b9ce5e997ba]

        calc big doc : ScMyTables::NewSheet method cleaning

2011-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fbc8aa7f49abc4481fb8f74856eb6b5b298a36a7]

         remove unused methods from ScDocument and ScTable

2011-11-04  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [869a0f367ce94e2eaa7cbcc2ad0cde03e9c5b799]

        Translate German comments

2011-11-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [6f9d6b6c518e0c9d98877d71c525c402a12083c9]

        populate gb_CCVER for mac and winmg build

2011-11-04  Eike Rathke  <erack@redhat.com>  [3976f78ac001ad3d14d3fdcd6c53e967ea656037]

        Fixed fdo#37083 mis-positioning caused by internal TeX points.
        
        * Changed Calc's internal definition of points per inch from TeX points (72.27
          points per inch) to PostScript points (72 points per inch) as used by the
          rest of the world (except TeX).
        * Aligns between internal representation and API that at various places
          assumed PS points already.
        * Fixes mis-positioning and bad sizing of drawing layer objects relative to
          column widths and row heights.
        * More precise printout of column widths and row heights.
        * UI dialogs such as Column Width always assumed PS points, so earlier
          versions actually displayed wrong metric (and imperial) units.
        * Printouts now are slightly larger due to 0.27 points less in an inch, but
          more accurate in reflecting the actual UI values, and drawing layer objects'
          position and size match the row heights and column widths.
        - Problems with drawing layer objects and zoomed view versus Page Preview
          versus printout that don't align still persist.
        - Problems with resized rows and misplaced drawing layer objects are also not
          magically healed.

2011-11-04  Eike Rathke  <erack@redhat.com>  [07d0503fc641edc988a0142eedfeb79f1bd594a9]

        add .idl as C++

2011-11-04  Eike Rathke  <erack@redhat.com>  [10751751023eb8c2a1ec64ab9624594d5d719310]

        add language java

2011-11-04  Eike Rathke  <erack@redhat.com>  [5a1225b76112e6abcd2ac232a1cf53d9988ea19f]

        ensure that only THE clone dir is excluded

2011-11-04  Eike Rathke  <erack@redhat.com>  [fc2207ecfd0503366b1849ef2c7790df5e95a680]

        Silence down ne_lock gcc WaE
        
        Wraps this
        /usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)'
        hides constructor for 'struct ne_lock' [-Wshadow]
        into a system header guard.

2011-11-04  Michael Meeks  <michael.meeks@suse.com>  [9b699a2ce1e70f4752de9b9184765f46ffd274f8]

        WaE: calm down windows shutdownicon warning

2011-11-04  Michael Meeks  <michael.meeks@suse.com>  [e4bc48f37f086ce5658cecfabb9af082f19c5b01]

        fix Win32 manifest linking: get dependencies the right way around
        
        the .bin depends on the _bin.exe and not vv.
        also -f is required for rm in phony clean rules

2011-11-04  Michael Meeks  <michael.meeks@suse.com>  [e335eb1438ed99260a5ca050548b2693b5b22b1c]

        gtk3: move gtk+ file picker into vcl - a more sensible place for it

2011-11-04  Caolán McNamara  <caolanm@redhat.com>  [1097edc1e2275e8453829b1959c53ffe9d1343f9]

        We always either build nss or use the system one
        
        We always either build nss or use the system one, so there isn't a case where
        we want to bundle the ancient nss in the pre-builds

2011-11-04  Caolán McNamara  <caolanm@redhat.com>  [65270c4e9318036100401ec1fb09443c1bdb239a]

        fix encrypting odf documents
        
        xsec_fw is always built, so always register and install
        xsec_xmlsec is built when ENABLE_XMLSEC is true, match
            register and install
        plugin is built when WITH_MOZILLA is not NO, match
            register

2011-11-04  Tor Lillqvist  <tlillqvist@suse.com>  [d990bb8cd6d6e93c099c0bc196ef5b46a11f54c1]

        Deduplication and generalization for cross-compilation
        
        Introduce gb_Helper_LIBRARY_PATH_VAR that is the name of the
        environment variable used to look up shared libraries, which differs
        depending on OS_FOR_BUILD.
        
        Set that environment variable instead of a hardcoded LD_LIBRARY_PATH
        in gb_Helper_set_ld_path.
        
        Make all the PRECOMMAND macros actually use gb_Helper_set_ld_path
        instead of duplicating it.
        
        This fixes cross-compilation to HOST platforms that use unxgcc.mk (for
        instance Android) from BUILD platforms that don't (for instance
        MacOSX).

2011-11-04  Stephan Bergmann  <sbergman@redhat.com>  [b05266ab750e939c46d9962216208e9d9beadd16]

        Some WNT-only code still needs ApplicationEvent(); plus made the other ctor explicit.

2011-11-04  Michael Meeks  <michael.meeks@suse.com>  [7242bf3eece5a81d031013389b24085ce685f921]

        quiet normally incorrect empty fragments warning cluttering tinderbox output

2011-11-04  Michael Stahl  <mstahl@redhat.com>  [9635dab7ccdc629ff55e571ee1495573dca53aee]

        download: do not annoy me by creating bogus git-hooks

2011-11-04  Michael Stahl  <mstahl@redhat.com>  [175f17b31e838056b733a1524e5f366efe7300d9]

        'g': whitespace: expand tabs

2011-11-04  Michael Stahl  <mstahl@redhat.com>  [a0eb50ac6c6d247e4ae7d1ade3c20300210df113]

        'g': actually set up git hooks properly

2011-11-04  Michael Stahl  <mstahl@redhat.com>  [0ad9f4028dec2b1d05619987599f7856d572f5e5]

        gbuild: document more user defined variables

2011-11-04  Michael Stahl  <mstahl@redhat.com>  [30a7608b6cb95c0ba6903116101314a02b82c1dd]

        configure: --with-linked-git: check that clone repos exist
        
        If you specify the directory of the core repo instead of the clones
        subdirectory a huge mess results.

2011-11-04  Michael Meeks  <michael.meeks@suse.com>  [62b44c34825fc928867192f407d1d24bd5bcabca]

        gtk3: add missing include, and rtl namespace

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

        binfilter test needs to have SOLARSRC set to find sample docs

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

        update unused list

2011-11-04  Caolán McNamara  <caolanm@redhat.com>  [3f8126822c5cb4348f769d9a0776d457f5587b58]

        convert zip of makefiles.mk to a patch and skip building some we don't need

2011-11-04  Thorsten Behrens  <tbehrens@suse.com>  [a6a391da8d6e3aa2b9f30c9f8b664014dc2ae02c]

        Put BitmapDevice::getPixelData() back.
        
        Slight tweak of d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 - getPixel()
        and getPixelData() are complementary functions, similar in spirit
        to const and non-const getters. Added unit test for it to avoid
        flagging it for removal again.

2011-11-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [504b384dd1c74838f34d5caa27f3e916bb309a8c]

        suppress warnings about inexact argument type

2011-11-04  Stephan Bergmann  <sbergman@redhat.com>  [249df7bf9af38fd992019a413665901558beaffb]

        Removed spurious junk left over in previous commit.

2011-11-04  Stephan Bergmann  <sbergman@redhat.com>  [e66e54fb00bf74d13b7059bd32b6207a029afa5e]

        Further clean up of areas touched by previous commit.

2011-11-04  August Sodora  <augsod@gmail.com>  [e04249337551653f63ba9b2a2302578961e38562]

        String->OUString, remove unused code

2011-11-04  Stephan Bergmann  <sbergman@redhat.com>  [fb17dce09e29c4518129587d347cc3787f74c396]

        Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.

2011-11-04  David Tardon  <dtardon@redhat.com>  [08488edd45b7b4fa6b255c4a3e5b882765e6fc13]

        add missing includes

2011-11-03  Joseph Powers  <jpowers27@cox.net>  [d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47]

        Cleanup basebmp a little
        
        I removed 2 unused headers.
        
        I also stopped delivering a lot of headers that no one outside of basebmp
        cared about.
        
        I also removed the unused methods:
          basebmp::BitmapDevice::getPaletteEntryCount() const
          basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)

2011-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [651aa258c9f2b58e241b1fab7bfb4fc0dae9fbb2]

        remove some unneeded dependencies
        
        they are no longer used because we separated macros_test and
        filters-test

2011-11-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [989ee5998b99497caa619341fb4f3d8e32fd0765]

        add test cases for "Informations" functions to functions.ods

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

        Unwind and refactor some of the Grey Palette stuff
        
        We get some assertions in the smoketest with --enable-debug, looking
        closer I think to use a single bIsGrey flag we...
        
        a) would need to check after every modification of a Palette that mbIsGrey is
        still valid and update it accordingly
        b) There are a lot of routes outside of direct assignation to the stock Grey
        Palettes that can result in Grey palettes in e.g. the pngreader, they would
        all need updating :-(
        
        So, how about just refactoring the original HasGreyPalette and IsGreyPalette.

2011-11-04  Tim Hardeck  <thardeck@suse.com>  [8d47725cf897ea2a1c312fbe556e70b92df925e9]

        Translated some comments in svx
        
        Translated the comments of four files from German to English in the svx part.

2011-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0920750899539e8988cf11ff9a7b76eb44ca3f2e]

        component files for password test
        
        if this breaks a --disable-nss build please revert this patch

2011-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9249958a587d773566b88d24bc907028d8553b85]

        initial work for a password test
        
        still needs work in:
        - RdbTarget_sc_filters_test -- missing component files to NSS (need to be
        conditional on nss)
        - nssinitializer.cxx:306 -- new environment variable BRAND_PROGRAM_DIR for
        $(BRAND_BASE_DIR)/program that is overriden in the unit test to
        solver/(platform)/lib
        - make the testPassword in filters-test.cxx conditional on NSS
        - LD_LIBRARY_PATH needs an additional entry for
          solver/(platform)/lib/sqlite
        
        password.ods has password test and has been created Nov, 3rd 2011 with a
        master build and should be ODF1.2 conform

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [910bbf6f1e4c6bed983b51bc611b25a119960809]

        fix gtk2 build

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

        Introduce LibreOfficeMinGW distro-config.

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

        Fix the --disable-xmlsec build.

2011-11-03  Michael Meeks  <michael.meeks@suse.com>  [e53ac9984cd745736ec07d039ca92451732392a1]

        gtk3: Check for gtk3 >= 3.2 - we need that for broadway anyway

2011-11-03  Michael Meeks  <michael.meeks@suse.com>  [3c8b99a3fcbaf0192c9b5ffe2b94f7f84e2dde2b]

        IsGreyPalette: belt and braces, empty palettes are grey (apparently)

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [dab309e782cce77b3c22915627f2a2d3ff66cf01]

        gtk: fix the build

2011-11-03  Thorsten Behrens  <tbehrens@suse.com>  [dab79744767c05fd5268866937e225b74e658cea]

        Give Mac master builds a nice background .dmg image, too
        
        Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME
        equals "LibO-dev" - in that case, we use the DS_Store_Dev one.

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [06840c3b3d90ad79c58398d1420577c28d630d57]

        gtk3: implement rendering for Listbox widgets

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [322626013770a8e781031e52cfb3f1cebd7f0f60]

        gtk3: translate the cairo context instead of rendering from (1, 1)
        
        It's just way easier than doing it every time.

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [d444079d0383bac55376b5cfdf6b52a3f0e71dc4]

        gtk3: misc cleanups

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [585140eb253d28644f8abce66786128271378c0b]

        gtk3: implement rendering for Comboboxes

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [73980c1526e90a2b4dded074e39e76b54930dafc]

        gtk3: implement rendering for spinbuttons

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [671b1d26d0e8a1aad97b672172298d3c70e277f1]

        gtk3: always set the wmclass using the X helper
        
        The helper provided by GTK is only meant to be used before the toplevel
        is realized, so it's not useful for this case. Instead, always call the
        X helper.
        This also gets rid of some GTK warnings we get on the terminal.

2011-11-03  Cosimo Cecchi  <cosimoc@gnome.org>  [56d287872accefc0269cd3454da3688acc839e65]

        gtk: add widget_get_xid()
        
        And use it in GtkSalFrame

2011-11-04  Takeshi Abe  <tabe@fixedpoint.jp>  [225cbd10f7fcb285c20c18c68fcae3a2cbfe9711]

        catch exception by const reference

2011-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [97b5ed250d531382564d64521f8b803c92f775a0]

        remove all debug output from filters-test that was for the xls bug

2011-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [82ceea3903bd361ad97c71a3ab89c7d2a92ec6e9]

        need to quote command here

2011-11-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1c8256c704de6b1f0e81436219a4f4b6a0a87b24]

        codename is set by ScTabel constructor

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [97724a27a4055da1b743f3850e5382883e09172d]

        Check $OS, not the build platform

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

        probably need to add mbIsGrey to operator== comparison

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

        need to assign mbIsGrey in operator=

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

        mbIsGrey needs to be initialized in ctor

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

        Fix linking on Windows

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [58ba34844a9b1b70e1192abd303544b452f3ad33]

        Add the xmlsec1 Android patch

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [6744ccd78233a8d053fd2353a146eeba803a5b21]

        Don't bother with --with-openssl=no for Android then as we do use openssl

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [64a25bc57a7897b8feb1ab974a9c344b23dbc26d]

        Pass --build and --host to xmlsec1 configury when cross-compiling

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [c163a614997f3967581ead98b5135787b473235a]

        Use our openssl build as crypto lib for xmlsec1 for Android
        
        Seems to build that way; no idea if it works of course.

2011-11-03  Tomas Chvatal  <tchvatal@suse.cz>  [3433ac9b0f350d5cfa86d92239cd41e6c75dbeb1]

        Drop translate_toolkit folder and its internal download.
        
        Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2011-11-03  Stephan Bergmann  <sbergman@redhat.com>  [2e68995221d45a296e8bee306a12e9a4f4a0cc91]

        Still missing conditionalization.

2011-11-03  Thorsten Behrens  <tbehrens@suse.com>  [f7975d2335334899e5d14e35e7640d3afdf220f6]

        Fix one more subtlety around B2IBox / B2IRange changes.
        
        The Cohen/Sutherland clip flag routine was not aware of B2IBox,
        thusly yielding incorrect line clipping for BitmapDevice software
        rendering. Cleaned that up, added some more unit tests around the
        problem, and removed the now-extraneous maLineClip member from the
        bitmap device.

2011-11-03  Laurent Alonso  <alonso@loria.fr>  [3e8dee1a48bd80c52b5adda6bd9358c2136ea764]

        Add possibilty to embed ole object and to pass paragraph borders

2011-11-03  Stephan Bergmann  <sbergman@redhat.com>  [5d9a23ccec9fc3733786d64b83d768719951b89f]

        Missing conditionalizaton.

2011-11-03  Stephan Bergmann  <sbergman@redhat.com>  [a72a7dc500ffd57662e8b9be61e4676266861c33]

        fdo#42312: Change bsh and js script providers from extensions to optional modules.
        
        Their jar files reference other non-URE jars, so they cannot be extensions.
        bsh.jar has been moved into the optional module (it used to be installed
        always, but it looks like only the bsh script provider needs it; also, it
        had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also
        appears unnecessary as it is mentioned with an absolute file URL in the
        Class-Path of the script provider jar).
        js.jar has been included in the optional module (it used to be not installed
        at all?).

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [7a17b2b9d0e9bc0a95ba8bee72c2b24fb529005b]

        Use xml2-config and xslt-config from our own copies if not using system ones

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

        Resolves: fdo#36678 regenerate language-specific user dict list
        
        Regenerate language-specific user dict list when language of underlying text
        changes. Not just when the user overrides it from the top menu.

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [4abf8729b8344a4d2084ba299b570ec7badc5a10]

        Use the xml2-config from our own libxml2 copy if not using a system libxml2

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

        ditch ScXMLExportDatabaseRanges::getOperatorXML

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

        utf-16, not utf-8

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

        add missing tests

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

        Follow UAX-29 and present user-perceived character counts
        
        Not a count of code-units, nor a count of code-points, but try and follow
        http://unicode.org/reports/tr29/ and present the grapheme count.
        
        Add a few representative tests to try and avoid gotchas.

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

        callcatcher: drop unused methods

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

        callcatcher: ditch some unused code

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

        ByteString->rtl::OString

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [4373ecda6a3f977f449be3844f7d0e9c63873cf5]

        Don't attempt any stripping when cross-compiling
        
        It uses a hardcoded plain "strip" command anyway, which hardly will
        work for foreign executable file formats.

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [be5855de62ea99a9bb67556f1db548aa56cda605]

        Use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSX

2011-11-03  Michael Meeks  <michael.meeks@suse.com>  [b9474a8cacd02bcb7b2d3b48e20eed266923a6e2]

        Cleanup inline IsGreyPalette implementation for mac platforms.

2011-11-03  Emanuele Fia  <emanuele.fia@laptop>  [4029a580f725380c395ff9ebc7ed181f376b0a96]

        Removed IsGreyPalette

2011-11-03  Andras Timar  <atimar@suse.com>  [266defb7639b4d42c8bfc3140bbed649c897f124]

        indent line in merged description.xml

2011-11-03  Thorsten Behrens  <tbehrens@suse.com>  [7c22d03fb6394ae4b9a82061cb160c1bcd7df8da]

        Better fix for removed RangeExpander
        
        The sole reason for that late class was the overloaded
        Range::expand() method - but it's actually quite easy to
        disambiguate that for boost::bind.

2011-11-03  Tor Lillqvist  <tlillqvist@suse.com>  [223aa43ad4e7f5529c003d12138a3c50ddb918c8]

        Disable xmlsec for Android

2011-11-03  Felix Zhang  <fezhang@suse.com>  [46bc8b9027a6a68791973a3da702db39b3cd0e30]

        remove unused methods in EditEngine

2011-11-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7ffe517dea4190334c1ddf376af17ddfc1d3f128]

        RangeExpander functor removed, but needed in one place.
        
        Added a local class for it: there may be a better fix, but it avoids the
        build to break.
        
        Removed a few remaining includes

2011-11-02  Thorsten Behrens  <tbehrens@suse.com>  [1e297aef53ec79e2905cb9ca57d649b82bc3938d]

        Move BitmapDevice to use B2IBox instead of B2IRange.
        
        Semantically, B2IBox represents a pixel rect much better than
        B2IRange - replaced all occurences in and around the software
        renderer, and client code.

2011-11-02  Thorsten Behrens  <tbehrens@suse.com>  [aeee94cb587082430f3a277a24ae459829f6d384]

        Cleanup basegfx - docs, visibility, pointless methods.
        
        Added docs to the range/* classes, removed methods the compiler can
        generate for us, removed unused header, and cleaned up visibility
        markup (inlines don't really need to be exported).

2011-11-02  Thorsten Behrens  <tbehrens@suse.com>  [3c8f2388769a439a871c90550832a6aeb03227dc]

        Fix BXYBox behaviour and unit test
        
        Made the distinction more clear, added appropriate tests to nail
        behaviour.

2011-11-02  Thorsten Behrens  <tbehrens@suse.com>  [3c1b4b6ef70b049bc5242149e727dd5d94111d86]

        Keep basebmp free of naked ptrs.
        
        Moved the implementation detail that SalFrames lifetime is handled
        manually in vcl out of basebmp & into vcl. Added lightweight wrapper
        class to decouple damagetracker lifetime from GtkFrame lifetime.

2011-11-02  Thorsten Behrens  <tbehrens@suse.com>  [207bcfc5b9d3e857741cd973c3ee9615bdeb2563]

        Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaround"
        
        This reverts commit 69e4dd120631b05e7abb2c65f36b71e9424a8a72.

2011-11-02  Michael Stahl  <mstahl@redhat.com>  [543c57eb87cf3f37c36c0f3d8cf669d9acbb9286]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core

2011-11-02  Tomas Chvatal  <tchvatal@suse.cz>  [75f77e63189607142d0a90047ac04cd415072174]

        One more SYSTEM_MOZILLA to SYSTEM_NSS

2011-11-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [08f73742b35ffbef96e470c61f9f86cd7d3ee2e1]

        More on sal_Bool to bool (in method signatures).

2011-11-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [0735a3558a9fc45272a0d34e26a3b3db30b7c6fa]

        Prefer boost::scoped_ptr to std::auto_ptr and shared_ptr (if appropriate).

2011-11-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [e27eec9651367c38df8de158c32d7ca562c03f19]

        sal_Bool->bool in ScGridWindow.  One of them wasn't even used.

2011-11-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [0847d1cb9868396cbcdf59b1a389dc88bcd5b71e]

        simplify determination of pages to print

2011-11-02  Michael Meeks  <michael.meeks@suse.com>  [32af4b5f3ae56afaf0fcf9a1b08e220723ff7be8]

        more fpicker related gtk cleanup

2011-11-02  Michael Stahl  <mstahl@redhat.com>  [861a1c2dea41c141bffce54c30d53e65b7b88973]

        cleanup gtk / gdk locking situation to use the SolarMutex instead
        
        The SolarMutex is integrated with native gtk+ toolkit locking so
        this is semantically equivalent and rather less problematic.

2011-11-02  Rene Engelhard  <rene@debian.org>  [a5925095882efee3cd2cfbecfdb43c72b47caf34]

        remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.in

2011-11-02  Rene Engelhard  <rene@debian.org>  [ceddf468263491fa89068497285df279f96ff5eb]

        remove obsolete --with-system-translate-toolkit

2011-11-02  Rene Engelhard  <rene@debian.org>  [3c904c0d5c864a1b5b9a333c4e667326131b689d]

        remove Resource.java.orig

2011-11-02  Rene Engelhard  <rene@debian.org>  [247022697064703f9fede3801df6867405979d26]

        pushd is a bashism, use #!/bin/bash in solenv/bin/localize

2011-11-02  Michael Stahl  <mstahl@redhat.com>  [75fe0e01d9ea7f6c832c75e3d074bea3f17a36ae]

        Library_vclplug_gtk3.mk: fix typo

2011-11-02  Michael Stahl  <mstahl@redhat.com>  [66d9925bb6e9c43aacfe9e4ac6f1ee10a8e25166]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core

2011-11-02  Cosimo Cecchi  <cosimoc@gnome.org>  [625afed7a89732decb068a12bb526fb406cd2c7f]

        gtk3: improve the GTK3 theming layer somewhat
        
        Improvements include:
        - don't create widgets when calculating the native region size, but use
          GtkStyleContext instead
        - refactor the native control drawing cycle
        - theme scrollbars
        - theme menu radios/checks/separators/arrows

2011-11-02  Tomas Chvatal  <tchvatal@suse.cz>  [f6f5c89259867b5aeb86d5509f826da949d122c4]

        Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.
        
        This also finishes the uncoupling of NSS from the --with-system-mozilla.

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [b5ec39a65e8b5d78f9f58bc179e9130c81ec347a]

        Make .hpp/.hdl more robust against accidental include of .hdl instead of .hpp.
        
        .hdl failed to declare the inline cppu_detail_getUnoType functions defined in
        .hpp, which if client code only includes .hdl instead of .hpp could lead to
        runtime failures, now leads to compiler warnings.

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [8524330a746da6bd26ca5676b48cdce6bb722380]

        Simplify addition of optional components to URE_MORE_{SERVICES,TYPES}.
        
        Those bootstrap variables now support <XXX>* syntax to include all files (non-
        recursively) contained in the directory denoted by XXX.  Optional components can
        put their data simply into program/services/ and program/types/.

2011-11-02  Tor Lillqvist  <tlillqvist@suse.com>  [4ab6d2841dc47219d443e18f007f7b9893705966]

        Pointless to check for "executability" of gdiplus.dll here

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [8fa8a59cad3970bbe68724fbbb93797fb5786c37]

        update unused list

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

        drop freshly unused methods

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [0cbcb89fde8cc81db499bc1e388fd53ef6fa3c3f]

        update word count dialog when selection is completed or invalidated

2011-11-02  Laurent Godard  <oooconv@free.fr>  [dbfa9d4f87b660251ccfe9b854e614abafcb684b]

        calc big file : refactor loading to avoid unecessary tests
        
        create ScDocument::AppendTabOnLoad
        do not test if named ranges exist on file load

2011-11-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [208c9648ec31ccf27edddc2f5dbfd1387a445fdb]

        n#693238: fixed parentheses warning

2011-11-02  Ivan Timofeev  <timofeev.i.s@gmail.com>  [2ab818f8e9822ff027ad6c90e7b6fb1f4c089f9f]

        Fix i#89051: Move the point you've just inserted, not the previous one.

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [555c89db131240641cb01c7c8caa239d1621df84]

        fix this to build

2011-11-02  Matt Pratt  <mattpratt.au@gmail.com>  [12402e2cfdacf9a77af390e51ce12a4a6025f286]

        Resolves: #i46785# Word count dialog modeless

2011-11-02  Joseph Powers  <jpowers27@cox.net>  [0c9d2b9cb3f1b5bac034ccfee0eb83aa2182f2cf]

        precompiled_cli_ure.hxx is empty, so just remove it

2011-11-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8c0847593abd84d4f6c2bcf8f243202ae876dc57]

        n#715115: WW8 numbering levels: use the WW6 indent if legacy flag is set

2011-11-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fd886cdc6a8c047a9fb1bd10a00f901b4adb525e]

        n#693238: fixed docx import of tabs set after the end margin
        
        Added a new compatibility option to keep the previous behavior, but
        changed the default to avoid lines insertion for tabs when there are tab
        stops set beyond the end margin

2011-11-02  David Tardon  <dtardon@redhat.com>  [b2e0b5f3f5b9a4c6b8483e6fb9855054c84aab92]

        use SAL_N_ELEMENTS

2011-11-02  Felix Zhang  <fezhang@suse.com>  [8c4b9f7c6bdecca8ec405272a23c7ca35ca0617e]

        remove unused methods in layout

2011-11-02  Joseph Powers  <jpowers27@cox.net>  [f65946944eca8da10d1e54a78eb2537e205e855c]

        Remove an unused header from basctl

2011-11-02  David Tardon  <dtardon@redhat.com>  [337b07d872e903cdc5f4411d76aca873567eee81]

        use external

2011-11-02  David Tardon  <dtardon@redhat.com>  [1b717cee8c7e9d321dc8fdbfb47719cbd9b6c870]

        export DBUS_{CFLAGS,LIBS}

2011-11-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [bc3c10b5ce88869871761000e9724bcad9a0d556]

        Grammar checking dialog: reworked how explanations are shown

2011-11-02  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [610b7bc5943579d8cacb421c9a6b401b83bda149]

        Page Break: fix crash when changing from break before to break after
        
        Keeping a temporary copy of the shared_ptr to avoid the object to be
        deleted during the Select method.

2011-11-02  Michael Stahl  <mstahl@redhat.com>  [b2254d5d6fde8c28501e99e29bc824e935a25247]

        rhbz#657394: sd::DocumentRenderer:
        
        Closing an Impress document while it is printing results in the document
        being destroyed, but the DocumentRenderer still retaining views that
        contain SfxItemSets that reference the document's SfxItemPool.
        Prevent the crash by retaining a SfxObjectShellRef.

2011-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b03e931439c54f4abaa520cf11ed24560ca1709a]

        we need to use ValidColRowOrRepeated, silly mistake by make

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

        make this build

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [7297ec19950c48f498d22bd88c1d3fccbe7d77ea]

        update list post SvUShorts removal

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [40fbc430fdd9366cd0047724f831929378cdf679]

        callcatcher: some unused code

2011-11-02  Caolán McNamara  <caolanm@redhat.com>  [057d3225203543f6d0f2d658d884ed11241e88ee]

        ByteString->rtl::OString

2011-11-02  Lior Kaplan  <kaplanlior@gmail.com>  [c6189de19431869eafcba64428858ff5410f2a98]

        rename TEXTDIRECTION variables to TEXTORIENTATION to represent the previous string change

2011-11-02  Lior Kaplan  <kaplanlior@gmail.com>  [72e0dfc02e15ba82b4b4051d050f5aad046cfc2a]

        Change strings to reflect text orientation not text directionlity

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [793274a6cf555cb2af783a0ec6da14bbc6547a77]

        Minor clean up.

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [ea5021e2d7db54be402c99ee551b470b95f1e92b]

        Add gbuild support for .components files.

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [20528637ef3f9517cf73f71fdcf701e945642989]

        Add gbuild support for .jar in .oxt.

2011-11-02  Stephan Bergmann  <sbergman@redhat.com>  [79b26e3a113f86237dc787bdb5edb238d8a1ad70]

        .DELETE_ON_ERROR is a global flag (that should always be set).

2011-11-02  Muthu Subramanian  <sumuthu@suse.com>  [b645f9195f4da3014e001fb27b8a117d89c8f389]

        n#706792: Fix crash while opening certain pptx files.

2011-11-02  Miklos Vajna  <vmiklos@frugalware.org>  [11e227371aa5f9bc6434ed9e14866c63555401f2]

        Related: i#95668 Fix encoding of non-continuous font indexes
        
        The non-continuous font index first has to be converted before the
        encoding can be looked up.

2011-11-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0d1b57b3b1c47b3d2348ca6b37ab0074c728896b]

        Merge ssh://git.freedesktop.org/git/libreoffice/core

2011-11-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0bcda87664af59e01f4e1048991e5cf752547556]

        fix smoketest linkage

2011-11-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84ae3c9853b7b90d7b859fd562dabc7b31e8deb8]

        add test cases for fdo#40967

2011-11-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0eae161aa3bd0a7abef6f9a5cf6afef171b09704]

        add tests related to fdo#41807

2011-11-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cf0dd2113527ba0a601c5c59de7f7f44da161d21]

        prevent access to non existing mdds elements (fdo#41807)

2011-11-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [2f46c82072470599f1fe92dc2235873d6a5ef4ac]

        New unit test to test AND and OR evaluations of matrix objects.
        
        This is in response to fdo#40967.

2011-11-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [30e4e8c2a7d9caa2e40193baa195891e662a2242]

        boolean values are valid for matrix evaluation (fdo#49967)

2011-11-01  Michael Stahl  <mstahl@redhat.com>  [d33e8d9bfecb7602b65b10d628c807e1ca2dccc2]

        SalYieldMutex::release(): add assertion

2011-11-01  Thorsten Behrens  <tbehrens@suse.com>  [95da84dbcaf118f9b1ec65444198d70bf7459045]

        Fix .dmg background image some more.

2011-11-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [61f74ecffe8e0685a022e5d224595891de64bb2c]

        Unit test for testing cell functions referencing external ranges.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [54760dfdc26fcded5c62bbad05429db5c9cee935]

        Moved sal/rtl/source string files from C to C++, for easier maintenance.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [e2c60649102a9840eff36b35813906d7cbb95d4b]

        Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [2a6aeea94de022b364fa5943793cdc1922df84f1]

        Removed some obsolete register annotations.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [76af7256e04ac5a24205f76663fc20aa810a9c3d]

        Moved various sal/rtl/source files from C to C++, for easier maintenance.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [f67c6fa040346dcf211699d0c31676909fae4b95]

        Removed obsolete rtl/tres stuff.

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [451c945da28818d3791dcaf85716ceae8fa70e61]

        Fixed rtl_getGlobalProcessId implementation (moved from C to C++).

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [f8f02136d8984ebd0a1a79fa3169e61e53521215]

        Removed obsolete soltools/testSHL.

2011-11-01  Michael Meeks  <michael.meeks@suse.com>  [501a1fbc3e34c0f3afc75d523cc6fc72b94682fd]

        WaE: more windows tinderbox warning cleanup

2011-11-01  Michael Meeks  <michael.meeks@suse.com>  [bc0ae5171790dc2656a2102eaced449f9ea54921]

        remove obsolete Sun internal bugzilla numbers

2011-11-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [5d02007469d84b248bb623196cca95d431f7ed11]

        fdo#40110: Correctly map external ranges into matrix instances.
        
        This is a simple silly mistake; the matrix representation of the
        external range should've preserved the original range; not the data
        range which can be smaller than the originally requested range.

2011-11-01  Luboš Luňák  <l.lunak@suse.cz>  [18a22145c62efc6b75b74803c4a17a5ebd64d037]

        let's see if better eventloop integr. makes it into Qt4.9, if any
        
        https://bugreports.qt.nokia.com//browse/QTBUG-16934

2011-11-01  Lior Kaplan  <kaplanlior@gmail.com>  [70c659f4da5ca10bb36a38e6d1494efe57e09260]

        Align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst

2011-11-01  Kohei Yoshida  <kohei.yoshida@suse.com>  [06899e6b77f5ca878ba7fd8b60bb62f5f97e90a2]

        Re-enabling the macros test.
        
        It was due to those pesky .~lock* files preventing the test files from
        being loaded.  Maybe this is also what's breaking the mac os build!?

2011-11-01  Michael Meeks  <michael.meeks@suse.com>  [fc1116452095e95616210bde60de0c0d6ed3e953]

        gtk: fix cpu burn when inactive - broken timeout calculation

2011-11-01  Michael Meeks  <michael.meeks@suse.com>  [54c7480a6cdb049a5b0c907fa86af42068dcae16]

        add real alpha to markers

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [9df6f53a88fb5e6d6c9ea430eb1f6d426ea7f755]

        impl_loadBitmap is now dangling unused

2011-11-01  Daniel Di Marco  <d.dimarco@gmx.de>  [f7303fcac779f99931bfba48e8bfcf9c081af67f]

        eliminate SvUShorts type

2011-11-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cca7126c2908c5b9b6693326a3861bb96fae1be3]

        very,very ugly hack to get the soffice.bin name
        
        the previous solution couldnt work:
        - Packages are toplevel targets, so they need to be in a separate file
        - However, Packages should not be used here as it interferes with the
          pattern rules on $(OUTDIR)/bin
        - replacing those instead with explicit (non-pattern) rules for this
          exceptional case
        - depending from the regular target in $(OUTDIR) on the special one
        - depending from the special target on the $(WORKDIR) one

2011-11-01  Michael Meeks  <michael.meeks@suse.com>  [75c1a8033a876b711c7b360565c99f831dd9d2e8]

        WaE: various sillies flagged by MSVC++

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [7cac55174385bb278c4ae979bcf31f106072798e]

        case matters

2011-11-01  Stephan Bergmann  <sbergman@redhat.com>  [055995086474821207313bacabe50bd9b9d7774c]

        Made ooinstall more deterministic, fixed Mac OS X Python module dependencies.

2011-11-01  Tomas Chvatal  <tchvatal@suse.cz>  [f1f6f30bac305115fdf58fc4f2ecabaf236a519c]

        When building with gconf check for orbit too.
        
        This avoids build error like:
        
        Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r1/work/libreoffice-bootstrap-3.4.3.2/shell/source/backends/gconfbe
        
        Package ORBit-2.0 was not found in the pkg-config search path.
        Perhaps you should add the directory containing `ORBit-2.0.pc'
        to the PKG_CONFIG_PATH environment variable
        No package 'ORBit-2.0' found
        dmake:  Error code 1, while making 'Shell escape'
        
        Also update gvfs check to require gconf switch enabled instead of running
        pkgconfig again.

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [8be381cf6662e97579c804ec022da085d370829c]

        catch by const ref

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

        wrong lib name for old-style makefile.mks

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [3c95b2c39ae635f3fb9a4f06d41188d5139ff411]

        drop GetImageIds

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [91220fc0ebffacd6cbcc2fdbede48ea37009e2a0]

        callcatcher: unused Drop code

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

        strip out some more unused automation

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

        ByteString->rtl::OString

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

        intermediate String objects are completely unnecessary here

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

        intermediate String objects are completely unnecessary here

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [9cb9ddbfb7d1baa4a3ac259354079c6e88429e69]

        callcatcher: remove unused appendStr

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [76e37b7f798a211a9a3f3110f30d65a2c93dba4b]

        adapt naming scheme

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

        ByteString->rtl::OString

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [120d1614d3267d9f2844391c72024b61f97348e4]

        can go behind appropiate ifdef

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [4847ef98f6a9448c3c4a52eacd8dd540e59fea4e]

        drop unused GetViewCenter

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [4403ef6fa8c680fa230ead3a338fb8343e644461]

        ByteString->rtl::OString

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [6a73e43b718cc22a6cec0b2fada8bb6ada3893bf]

        MetaCommentAction now using rtl::OString

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [67cf9cbeebaa258cb790e71b559586fd3299017b]

        add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [489272ce9e0d655a833fa7add2ed8cfb87349edb]

        add and use an OString::equalsIgnoreAsciiCaseAsciiL equivalent to OUString one

2011-11-01  Caolán McNamara  <caolanm@redhat.com>  [9dc14818d588c13d7cea9814c8227a438c7a30de]

        callcatcher: various unused methods

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

        ByteString->rtl::OString

2011-11-01  David Tardon  <dtardon@redhat.com>  [77090e4e2515aefe547618487cdc96fde567e595]

        remove superfluous casts

2011-11-01  David Tardon  <dtardon@redhat.com>  [3acbdb2dee458cba6904a636733f1777b47e9fc1]

        let PgUp/Down go to the first/last line

2011-11-01  Andras Timar  <atimar@suse.com>  [bc58a79f825bd7b8a8eabe728b783ce2c62d0805]

        typo fix in UI

2011-11-01  Arnaud Versini  <arnaud.versini@gmail.com>  [812aff65ad0661fed9687a429c763dc8f2144a0c]

        Fix fdo#41245 : Auto fit text VIEWING too small in PPT

2011-11-01  Lionel Elie Mamane  <lionel@mamane.lu>  [3a183d773f837a57671377a22808f66b2ff535ca]

        translate comments

2011-11-01  Lionel Elie Mamane  <lionel@mamane.lu>  [65a697fdfd8b0db09c7ea50667dc8f0c26f59de8]

        typo in comment

2011-10-31  Joseph Powers  <jpowers27@cox.net>  [0ba264cc9f8ab33c7081223a3612cfe6604b150f]

        Delete some unused .hxx files from autodoc

2011-11-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [125aa32e71eb9a8de6214a7f7bc3e3be13b14a7a]

        we need to assign this value also for non unix platforms (fdo#40801)

2011-10-31  Stephan Bergmann  <sbergman@redhat.com>  [1635f66a3dd35c5bf34143956940ec44fda751c2]

        Moved CONFIGURATION_LAYERS from soffice to fundamental ini.
        
        ...so that unopkg uses it, too.

2011-10-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [88f91adf266f19659014df22e09ce6c6761fb6f1]

        update first ScMarkData before setting cursor (fdo#42432)
        
        our ScMarkData instance might be used to set the cursor which will
        result in a crash if the selected sheet has been deleted already

2011-10-31  Michael Stahl  <mstahl@redhat.com>  [7edb1da8c566c8c17b6bf9dd4f88101c14a07df8]

        move CloseVeto from dbaccess to unotools

2011-10-31  Andras Timar  <atimar@suse.com>  [0ca429a00b6fca4eed328d106e95b447dd813e58]

        l10n update

2011-10-31  Michael Stahl  <mstahl@redhat.com>  [17f1adc78adf3b8b943dc36882855b901259d4c1]

        rhbz#657394: crash closing document while printing
        
        - XRenderable implementation in SwXTextDocument and ScModelObj
          throw DisposedExceptions instead of RuntimeExceptions
        - SfxPrinterController catches DisposedException and aborts printing
        - vcl::PrinterController checks that the printing was not aborted

2011-10-31  Andras Timar  <atimar@suse.com>  [34191b3c0f2fe349293068a0b968c7c68724dea7]

        towards enabling l10n of extension description in swext

2011-10-31  Michael Meeks  <michael.meeks@suse.com>  [c8656960d96c1d4b7d4e43403ad08105bfb2d706]

        Revert "Move ScPostIt storage from ScBaseCell->ScDocument"
        
        This reverts commit 249faa5cb64a7270e852862a26b4a5e3a69a9895.

2011-10-31  Kevin Hunter  <hunteke@earlham.edu>  [249faa5cb64a7270e852862a26b4a5e3a69a9895]

        Move ScPostIt storage from ScBaseCell->ScDocument
        
        ScPostIt is the behind-the-scenes name for Notes.  This move removes a
        usually empty pointer for each ScBaseCell to list of pointers within
        ScDocument.  The advantage is basically a reduction in size of 8 bytes
        per cell.  The current sizeof(ScBaseCell) is 16.  Here are the
        highlights:
        
        * Remove mpNote from ScBaseCell, and add a std::map (data structure) to
          ScDocument to store notes and associate with addresses.
        
        * Remove ScPostIt accessors and mutators from ScTable, ScColumn, and
          ScBaseCell
        
        * Replace ScPostIt accessors and mutators in ScDocument with ones to
          handle move of data structure from ScBaseCell to ScDocument
        
        * Rename ScPostIt.CloneWithoutNote to ScPostIt.Clone, while completely
          removing ScPostIt.CloneWithNote.  Any cloning of cell notes must now
          be handled outside external to the ScPostIt class, through
          ScDocument.*Note() functions.
        
        * Rename ScNoteCell to a more ScEmptyCell.  I expect this can be
          completely removed at some point the future, if we can handle
          broadcasters external to the cell logic.
        
        * Add ScDocument and ScTable to ScUsedAreaIterator data structure to
          accomodate for new placement of ScPostIt objects in ScDocument.
        
        * Convert CELLTYPE_NOTE to CELLTYPE_EMPTY (and all ensuing uses).
        
        * Wherever possible, respect 80-columns.
        
        * New ScDocument based API (individually block-comment documented before
          their definitions):
        
        SC_DLLPUBLIC ScPostIt* GetNote( ScAddress const & );
        SC_DLLPUBLIC ScPostIt* GetOrCreateNote( const ScAddress& rPos );
        bool                   SetNote( ScAddress const &, ScPostIt* );
        bool                   MoveNote( ScAddress const & from, ScAddress const & to );
        bool                   SwapNotes( ScAddress const &, ScAddress const & );
        ScPostIt*              ReleaseNote( ScAddress const & );
        void                   DeleteNote( ScAddress const & );
        
        Of note, TakeNote has been replaced with SetNote, which returns true on
        success, and false on failure.  TakeNote indicated failure by removing
        the passed note.  The SetNote approach leaves room for the caller to
        attempt to fix the issue, but also means the caller is now on the hook
        to cleanup the memory.  For now, the Calc-internal API is lazy and does
        not take advantage of this, but merely says "You failed?  Oh well,
        delete the note." ... which is exactly what TakeNote did.  This means, the
        lazy-programmer's idiom for SetNote use is:
        
           if ( ! pDoc->SetNote( aAddress, pNotePointer ) )
              DELETEZ( pNotePointer );

2011-10-31  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [cb8b7a86176a0684751354fa957ca18e6eb366d0]

        Translate German comments

2011-10-31  Stephan Bergmann  <sbergman@redhat.com>  [a334403eb22f3d812549b5ce9b390fecdee9be31]

        Cleaned up configmgr initialization.
        
        Added CONFIGURATION_LAYERS bootstrap variable.
        Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.

2011-10-31  Stephan Bergmann  <sbergman@redhat.com>  [983360d3bed84981650adfb30e2759bf6fa30e61]

        Removed obsolete gid_Profile_Soffice_Ini items.
        
        They have been duplicated to gid_Brand_Profile_Soffice_Ini a long
        time ago.

2011-10-31  Michael Meeks  <michael.meeks@suse.com>  [2ed58be87924acc4aec81407ba93641afe776b35]

        make --last-working checkout the last working version
        
        thanks to Bjoern and Christian for tips.

2011-10-31  Andras Timar  <atimar@suse.com>  [d5486145c510de842a17f906fd8a7119d30d9993]

        enable localization of extension description in reportbuilder

2011-10-31  Jan Holesovsky  <kendy@suse.cz>  [79228bb177bc9ebe847509d761630663b9c488ef]

        The -something switches are obsolete, use --something instead.

2011-10-31  Andras Timar  <atimar@suse.com>  [3c3f1e3959ccfbd6427ae6610daa4c961559ba69]

        enable localization of extension descriptions in sdext

2011-10-31  Michael Meeks  <michael.meeks@suse.com>  [c8278a72b36adfd7f0a44dbedc558961dfd0dd24]

        gtk: tolerate NULL from gdk_screen_get_monitor_plug_name

2011-10-31  Stephan Bergmann  <sbergman@redhat.com>  [b67ae8dd02a1b9aeb35ef123017d8c02d1d8aaf5]

        Make sure COMPONENT_EXTJARFILES are included in report-builder.oxt.

2011-10-31  Andras Timar  <atimar@suse.com>  [cedad6e08b5b820e2cb295ddebd431f576fb6f18]

        change wiki's address

2011-10-31  Andras Timar  <atimar@suse.com>  [ff290dac977017f6c5114077f28f668432b7180a]

        change address of extensions' website

2011-10-31  Stephan Bergmann  <sbergman@redhat.com>  [0c13fbb5bd4cbb0dd8c26b6a168d22a695dd11d6]

        Improved an OSL_FAIL.

2011-10-30  Andras Timar  <atimar@suse.com>  [a18bfb0830796fbbb2f2699e9213d29045a7ef19]

        Revert "enable localization of extension descriptions in sdext"
        
        This reverts commit 184653370717f99e0cce817822caecde01d20006.

2011-10-30  Andras Timar  <atimar@suse.com>  [9ab6ecf33192750cc0353aa806e8ca2479f09224]

        fix en-US only build

2011-10-30  Andras Timar  <atimar@suse.com>  [726fe9cc4e89f1c4bcd74c64bcfc5b7785b6e642]

        enable localization of extension descriptions in mysqlc

2011-10-30  Andras Timar  <atimar@suse.com>  [184653370717f99e0cce817822caecde01d20006]

        enable localization of extension descriptions in sdext

2011-10-30  Ivan Timofeev  <timofeev.i.s@gmail.com>  [eda6d8971dd5b33d572a123198bf0cca63120cf9]

        fix fdo#31966: inserting empty slide when printing handouts

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [e382cc5c08d0339e5ab7325f1e989222d0e261f5]

        fdo#33047: no data accessible if filename contains "?"

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [6efdf794cdd0c979ffead0e5051309f711b23997]

        factorise multiple SQL_ISRULEOR2 implementations into one

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [eaa8cb8ee384f4edbe77aaa9a533d62064622fbf]

        add const

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [788283383e93a646a397d9a14847128b354f18bb]

        Remove unnecessary variable

2011-10-30  Julien Nabet  <serval2412@yahoo.fr>  [14e3351b22789706e2360936433ebca062bed272]

        Small fix OParseNode->OSQLParseNode

2011-10-30  Julien Nabet  <serval2412@yahoo.fr>  [60812ff7b6439c879d1c008db5b09d0417288329]

        Fix some typo (verion -> version)

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [be1bc3c80a684e68743a020f64c2e665c11ea635]

        wrong logic in comment

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [2cd03f687f349c6f0352eac72b2dec327d64d800]

        Typo/spelling in comment

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [1f805926d825e06c859ad79954c4bc27a4467f85]

        fillFunctionInfo now also guesses the type of non-function call expressions

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [70511e6e1596f98cf908938373b6bfc7f6370248]

        Errors in comments

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [74816f998b5d947edaba21102d6b0de28016aec7]

        translate comments

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [338ea7617f33d975cc35f44030f522ec5d77adfb]

        Return proper UNKNOWN_RULE instead of 0 for unknown rule
        
        also make unknown rule -1 to better separate it
        Before, an unknown rule actually went to 0 == OSQLParser::select_statement

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [98b5910149c940a62d155014f61962ceae382911]

        Introduce combined 2&3 test for SQL Token

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [2053a71686b3a3266de2ec0199896a120874396d]

        8.5 is not an integer, but an approxnum

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [fbf27dc44ceb4dbeb7a5b320e8d2f65cd72dd985]

        Reorganise code for more clarity; no behaviour change

2011-10-30  Lionel Elie Mamane  <lionel@mamane.lu>  [d8e643124e77f166dc44100e0123747ae1097e3d]

        overhaul / enhance / translate / ... comments

2011-10-29  Andras Timar  <atimar@suse.com>  [6c6050237bfe6152de1371a56a65add4f70bb81c]

        remove localization tool of obsoleted layout code

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [ca54c0361bc4501007a1a45d83a19f708ae3d5fd]

        Sorry, these tests fail for me on Linux. :-(

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [adefe9fce8bec3fb3c01eaa5deab7c22a1f09953]

        bnc#726152: Avoid adjusting cell-anchored objects on other sheets.
        
        The old code would incorrectly move anchors from one sheet to another
        when updating the anchors of an object that was not on current sheet.
        
        That can happen e.g. when modifying a cell value which triggers a
        (cell-anchored) chart object on another sheet to get updated.
        
        Interestingly, this issue ended up causing a write error during file
        save in some situations, and in others silenting removing the affected
        chart objects on save.

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [418a35f4861e863feb39eec73f4a39a87fbcb1f3]

        These can be const pointers.

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [c2e931d53b810dfab1880c236e03d5c873ed0e34]

        More reduction of scoping inside nested for loop.

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [1b623cdaabbb97f3888db0cf0d7288ab9536d1d0]

        More reduction of scoping inside for loop.

2011-10-28  Kohei Yoshida  <kohei.yoshida@suse.com>  [277ef71c4a9f6ea57fa82681d71b62d0bdbe83a4]

        Reduce excessive scoping.

2011-10-29  Miklos Vajna  <vmiklos@frugalware.org>  [2a5e99cb83a91e9a4bb92c117dcbc8baa6d718fe]

        RTF_FFRES should be parsed for list fields only
        
        See spec v1.9.1, page 198.

2011-10-29  Miklos Vajna  <vmiklos@frugalware.org>  [d6df2cdd2e6b6d3aae70b63aa6ed1bade3b67105]

        Fix crash of text frames inside RTF tables (fdo#39856)

2011-10-29  Miklos Vajna  <vmiklos@frugalware.org>  [43d5a03d02d4c1c9756d1080b7fee418e24717a3]

        Related: fdo#39856 fix RTF import of some special accented chars in tables

2011-10-29  Andras Timar  <atimar@suse.com>  [df6c97530ed394d60504523f55d7a21469a73625]

        tweak handling of extension descriptions

2011-10-29  László Németh  <nemeth@numbertext.org>  [adb8868edaebb372a54140f84bf85ac9eef37918]

        Display original resolution in PPI in Writer's Picture/Crop tab

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [d87d2aa40853d6119322698b26d701a4936b52a5]

        SwRenderData: fix regression:
        
        It turns out that the SwDoc member of SwRenderData was not actually
        leaked, but was deleted via the ViewShell member.

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [436a1a1a9a79113825b1946f9aa83303a475b00e]

        SwRenderData: more cleanup

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [43b116147f66c9abceaae6177a2930b6266e6cad]

        SwRenderData: fix assertion:
        
        apparently SwXTextDocument::getRenderCount() may be called more than once,
        so make SwRenderData::CreatePostItData() stop complanining and leaking
        memory.

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [b6828ca1624d289dc8d2cb15605ade5da1a2382a]

        rhbz#680365: SwRenderData: do not store SwPageFrm*
        
        Currently when printing via SwXTextDocument::getRendererCount()
        two STL containers in class SwRenderData are filled with bare pointers
        to page frames from the layout.
        These pointers are then used by SwXTextDocument::render(), which takes
        one page out of the map and prints it via this non-ref-counted pointer.
        
        This bizarre design will not be tolerated; instead, when printing a page,
        iterate over SwRootFrm::GetLower() until the requested page is found.
        This is slower, i.e. O(n^2), but at least it does not crash.

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [96be522e795d88134e010035bc63d625564ddbea]

        remove pointless SfxBaseModel::setDocumentProperties()

2011-10-28  Michael Stahl  <mstahl@redhat.com>  [c9e2f8ff5d19d746a2f2403465c7f9d7e480e166]

        SfxBaseModel impl_setDocumentProperties to impl class

2011-10-28  Kevin Hunter  <hunteke@earlham.edu>  [dfab4794d7cb98bb993ada22165da84168f89d00]

        Translate message to English
        
        And elaborate slightly.

2011-10-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a103fba463b3bb71e3fd9f4d3d8f4a928a6f0ca]

        Removing unused header

2011-10-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3bf2d830649ec83e2d63baddaffdcc9f33300f7c]

        Modelines also for this file

2011-10-28  Thorsten Behrens  <tbehrens@suse.com>  [f7d9e0526ce69e2fa9801a04137737046784cbe2]

        ODF conformance - Impress table markup fixes
        
        Fix for fdo#35190 - Impress writes invalid ODF for the table
        styles (text:style-name instead of table:style-name).

2011-10-28  Andras Timar  <atimar@suse.com>  [e1ef3ad57dfa59c3c97e811f76351f7982f77020]

        char array should be null terminated

2011-10-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [68c6af8de59a265f695793a5820579a18e4255f7]

        Fix a memory leak with opacity gradients

2011-10-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0faf9527701238d5de50b1a373dbc1de4b5808f3]

        Adapt the build bits

2011-10-28  Laurent Alonso  <alonso@loria.fr>  [50398808552c3c79c7c4a32e6c3e1ab96ec7d425]

        Use shared_ptr to avoid leaks

2011-10-28  Noel Power  <noel.power@novell.com>  [2a91e5bf2bce5ec932ac712e77e18b3efe2509a8]

        re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)

2011-10-28  August Sodora  <augsod@gmail.com>  [f323d36f29107ac7487fe748b1daf639d0d1e9b0]

        Add vba support for assigning names to cell ranges

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

        check for invalidated item with IsInvalidItem

2011-10-28  Noel Power  <noel.power@novell.com>  [d0fb0305c4c0d46a4941e5f2464cbddb3fc72c70]

        tweak debug messages from commit 9b58d9353073c6535da0529cd9a48e435f043fa8

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

        update list

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

        ditch some ByteStrings

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

        remove dangling objmnctl.cxx

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

        drop some unused code

2011-10-28  Lionel Elie Mamane  <lionel@mamane.lu>  [cbc0073221ba1df90a56d541752bed16272906b1]

        documentation: --with-system-libs also active for libexttextcat and libvisio
        
        documentation for commit 25c27aae73f09759f7d6d874c54c6071e21d0c42

2011-10-28  Terrence Enger  <tenger@iseries-guru.com>  [9b58d9353073c6535da0529cd9a48e435f043fa8]

        leaking connection handle
        
        call SQLDisconnect;
        check returns from SQLDisconnect and SQLFreeHandle

2011-10-28  Lionel Elie Mamane  <lionel@mamane.lu>  [853b1852200325098e8aadbfbdf1fcf70a50bce1]

        typo/spelling/grammar in comment

2011-10-28  Harri Pitkänen  <hatapitk@iki.fi>  [89b3820c7b8c97480b556b3553cd78aaa12d07d8]

        Export blinking text attribute to HTML in all HTML export modes
        
        Previously blinking was not exported in IE mode. IE still does not
        support blinking (neither does Chrome or Safari) but the extra tag
        does not make things any worse and allows importing the HTML back
        to LibreOffice without loss of formatting.
        
        Code is also simplified by removing conditionals for options that
        no longer need to be disabled.

2011-10-28  Regina Henschel  <rb.henschel@t-online.de>  [7661f0943d6286b7e7075c5f2e172f23d53ea47d]

        Add UML line ends to palette standard.soe (AOOo #i10547#)

2011-10-27  Philipp Weissenbacher  <p.weissenbacher@gmail.com>  [d1932bfb76fc6bafa94fd56ddf5ac74a28f62fb2]

        Translate German comments

2011-10-28  Julien Nabet  <serval2412@yahoo.fr>  [9764427b6914232078d882f15a650f1cb939fe4d]

        Remove some parenthesis for readability

2011-10-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9730ec265c4aeab6724741d66d17c6b44f307ed]

        we can now enable the range name test for xlsx too

2011-10-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67315dcfb0664a35fdd34f86242452bc27df6105]

        use uno for local range name api, it crashs otherwise sometimes

2011-10-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [35896a678b004a84bafc54fd3e08dfc97a0d4886]

        add xlsx local range name import

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [3852a6f54880af8ed9161227baa555580c7d4517]

        ByteString->rtl::OString

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [5107c0afb109b9d73dfa744deb828f251ea6370c]

        include mnuitem.hxx to build with --enable-dbgutil

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [6368d19094790f2bdd1af3542388b62a7789adea]

        update unused code list

2011-10-27  Julien Nabet  <serval2412@yahoo.fr>  [ffe9d3613ca2cbe54703a77d30dc62e25734a28f]

        Trace one catch, add a return false in another one

2011-10-27  Julien Nabet  <serval2412@yahoo.fr>  [95ed6bc10cadf3706548cb297cceb9eaab6ff05a]

        C-Style casting replaced by C++ style

2011-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [c28724df95b791d18314b256b5ceecb65eb02657]

        fix bad comment

2011-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [addbb37f7ae8dca8075bc90e5afc1b8c8938d8c6]

        remove unused SfxObjectVerbsControl class

2011-10-27  Noel Power  <noel.power@novell.com>  [ed6b0d6bb1fd6344e68a04e833214c6399df7c50]

        deliver test/user-template/user to solver, unittests will use new user dir
        
        Please enter the commit message for your changes. Lines starting

2011-10-27  Noel Power  <noel.power@novell.com>  [d3c18a6436e5e27f9d229a3b80a25d61d599461f]

        attempt to disable macro_test tests for macosx

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

        make FontManager work directly on FontSelectPattern
        
        This disentangles another layer of intermediate substitution and assignment
        which we can do now after Christina's work and aligns this a step closer to the
        FcPattern concept and a few more percent more readable and maintainable I hope.

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

        Rename ImplFontSelectData to FontSelectPattern so I know what it does
        
        Rename ImplFontSelectData to FontSelectPattern because I can never remember the
        name of the thing. This way I'll be able to remember that its basically the
        equivalent of fontconfig's FcPattern

2011-10-27  Julien Nabet  <serval2412@yahoo.fr>  [ac1eb33bfc4ce95779e8a1ed252d928c799afa40]

        C-Style casting replaced by C++ style

2011-10-27  Petr Mladek  <pmladek@suse.cz>  [4b32624c1890dd8ff146b00b0c1699d75f4a0513]

        lo-pack-sources: update for the current list of repositories

2011-10-27  Petr Mladek  <pmladek@suse.cz>  [a608d0664371c21c854e1f91aee2210a17641220]

        renderArea is implemented only with GTK-3
        
        fixes build on SLED10 with gtk-2.8 and cairo-1.0.2

2011-10-27  David Tardon  <dtardon@redhat.com>  [8ff172492431d77f4a09a36bec51b8c6361c1854]

        these are files--no trailing /

2011-10-27  Olivier Hallot  <olivier.hallot@alta.org.br>  [06e64daff148d5a94913bfe88b0c454fb2bfb0d6]

        Remove restriction for Liberation fonts in Windows build

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [8619d58ecdaf181bd1a2a65c371545d7d9f80c14]

        there is no USE_XINERAMA define, but USE_XINERAMA_XSUN/USE_XINERAMA_XORG

2011-10-27  Miklos Vajna  <vmiklos@frugalware.org>  [a32662e141e861f2a4960e7e1c21ee3b70b0e57d]

        lo-pack-sources: remove unused functions

2011-10-27  Tor Lillqvist  <tlillqvist@suse.com>  [dc7afa23bc4cb16a8f3730185af81a0a02642aac]

        Don't build libxslt.dll against debugging runtime for --enable-debug
        
        Same problem as a few commits earlier: libxslt's configure.js uses
        debug=yes to mean using the debugging crt, which we don't want in just
        a debug=t build. (And which will make libxslt.dll fail to load.) Look
        at $(dbgutil), not $(debug). (And note that in general dbgutil builds
        are disabled for Windows currently anyway.)

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

        fSectionSpaceAfter is unused

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [9c8d3789466d636b9fdedbabf1460aee29963a28]

        remove ItalicMatrix into delivered header

2011-10-27  Tor Lillqvist  <tlillqvist@suse.com>  [3b74ade04788adbe5a86005e875895c5f84d5ae5]

        chmod -x

2011-10-27  Tor Lillqvist  <tlillqvist@suse.com>  [e42dfec9ea188dd0c0859a409ca67c5c2cfabb5b]

        Don't build libxml2.dll against debugging runtime for --enable-debug
        
        Passing the debug=yes option to libxml2's configure.js causes it to be
        built against the debugging runtime, which is not what we want if we
        just have used --enable-debug. It is with --enable-dbgutil that we
        want to use the debugging runtime. So look at $(dbgutil), not
        $(debug).

2011-10-27  Michael Meeks  <michael.meeks@suse.com>  [8418eeb79ba0036db466c6e5e26becfb21b6da88]

        'g' tool: fix silly error in --set-last-working

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

        probably better Japanese longer text preview

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [5eac2ffaa08d4a9bb251491bfdbca15281c3a21b]

        update unused list

2011-10-27  Caolán McNamara  <caolanm@redhat.com>  [58b48f188bbfd9a3382460d6de63848eb3db416d]

        Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italic
        
        FreeSerif lacks glyphs in bold/italic variants that it has in the normal one. A
        lot of our glyph fallback infrastructure, especially the caches don't expect
        that a normal variant of a font with extra emboldening or extra font skew can
        be a fallback for a bold/italic variant of itself which exists, but doesn't
        have the missing glyphs that the normal one does.
        
        We really need to improve our glyph/font caching, but we can get 90% of the
        way there by excluding such cases from the caches.

2011-10-27  Michael Meeks  <michael.meeks@suse.com>  [d9d82ffc6b16051f002e297109509488972a9c92]

        headless: cleanup degenerate clipping case to not render or warn.

2011-10-27  Tor Lillqvist  <tlillqvist@suse.com>  [4b83c028031aa2c8a4d41198ca9af8f78ed8d8b9]

        Make subdirectory names unique in the first five characters
        
        Rename "shellnew" to "shlnew", and "2shellnew" then to "2shlnew" for
        consistency.
        
        See code in olenv/bin/modules/installer/windows/directory.pm:
        create_unique_directorynames().
        
        (Actually I think we don't even create any actual directory for
        "shellnew" (and "2shellnew" even less), it is just a
        placeholder... But oh well.)

2011-10-27  Tor Lillqvist  <tlillqvist@suse.com>  [2c87384e24a956693d4060b7e42317a3b7a0e4b5]

        Avoid Perl warning: Use of uninitialized value

2011-10-27  Michael Meeks  <michael.meeks@suse.com>  [d9fb1806413a4d0ccb8d6fcddcd657b22c91d7d0]

        WaE: hush an annoyance

2011-10-27  Michael Meeks  <michael.meeks@suse.com>  [71c5eb4c41fe4f36f975950cbb616796d9d7bfe5]

        gtk3: disable signalDraw for gtk2 case to avoid cairo build issues

2011-10-27  Stephan Bergmann  <sbergman@redhat.com>  [cbaadc7b05974ee13795ac182afd1b3121708d60]

        Undo basis/brand split: removed obsoleted BASISROOTNAME.

2011-10-27  Stephan Bergmann  <sbergman@redhat.com>  [977506ef8f19e9c2c719547537872df64f8c56d3]

        Undo basis/brand split: removed obsoleted basis directories.

2011-10-27  Stephan Bergmann  <sbergman@redhat.com>  [9d9f9939bd1bd0f599f4461c30b6433aa92cb101]

        Fixed previous configmgr layer numbering fix.

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

        Syncing with out-of-tree writerperfect

2011-10-27  Tor Lillqvist  <tml@iki.fi>  [9d1dc25f564dada022e1b62fec834d183a1fd258]

        Copy-pasted workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API
        
        Yeah, should really factor out this snippet into some header file. It
        is already in premac.h, but I think premac.h can't be included as such
        in all the places where this copy-pasted snippet now is. Need to
        experiment.

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [812d16f4b61fb2494834f0546bcb840a7b242394]

        gtk3: add missing gmodule include

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [90067e8007227b7f1e555a878088d81c117fee56]

        gtk3: cleanup some code inclusion, and share timeval operators

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [306c79e24f29bfb01b64aad1b6054a454e2927e4]

        add emacs + vim modelines to the MPL license template

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [1144ddaf3df520a2054179030e4130d6faa43e1f]

        Fixed configmgr layer numbering.

2011-10-26  Noel Power  <noel.power@novell.com>  [8e68391fc99b34702d76526e6b3ab4720ac017e4]

        more tweaks to unittests, also move registrymodifications.xcu
        
        registrymodifications.xcu has been moved to the solver ( unittest/user/data )
        new OOO_CONFIG_REGISTRY_EXTRA_DIR env var will be used to specify the directory 'data' will be contained in so we can override various config items.

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [9b4d493fb468b5a8b067f106b73f7378b8802df4]

        fix mangled gstreamer service name, fixing embedded video

2011-10-27  Takeshi Abe  <tabe@fixedpoint.jp>  [87597b5d3d021be52f80639ef0487cf35a91ba85]

        removed dead code

2011-10-26  Noel Power  <noel.power@novell.com>  [3fcb94311fd7dd40c05ca132e3a30a888316cbbe]

        fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [3b317b52dce52b4302f40c8de75e3abf3d12afa2]

        Fixed test/user-template/user/registrymodifications.xcu.
        
        Also added license header.

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [3f8072136f02041f8c4615130405771bd6959d59]

        Handle removal of non-mandatory set members.

2011-10-26  Petr Mladek  <pmladek@suse.cz>  [fe87d9b8633f00c18ae770782694cf71db10bbfc]

        gdk_screen_get_monitor_plug_name returns "gchar *"

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [10bce0fbf39b80d0859119b005f62accefe7b35b]

        gtk3: fix another gdk_screen_get_monitor_plug_name instance

2011-10-26  Petr Mladek  <pmladek@suse.cz>  [acb921d68bde5189216623238c3c045596cfd804]

        compilation fix: disable method inside the name space

2011-10-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [4b5ccd160e40f54792e889ed7c12be70dcd6ecda]

        Updated README about orcus.

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [6484c6583ce4393155b1760c6d4e2a944d34a774]

        gtk3: gdk_screen_get_monitor_plug_name is only present > gtk 2.14

2011-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7fe4fa13c1f82524bd7b1f526adb851c67e1706f]

        add uno part for local range names
        
        you can now use e.g. thisComponent.sheets(0).namedRanges

2011-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5fbdd7bf0994f43ad4783f7ff574e11642321016]

        add local range names to ScDocFunc

2011-10-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [05d40c33b0d3e8d33912ad2b43ae8e31c6a1e443]

        add local range names to undo

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [267aa59dfe918f97c32b0ba8f9a54b548c89b4c9]

        Reverted GetX11SalData to always use dynamic_cast.

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [3afa389d61f6d06ecefe59f201465783bda4b969]

        Added clarifying comment.

2011-10-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [0e73ffc339ff51fc610de5fcbad0aef813610f36]

        Surely every target processor know how to do logical shift left efficiently

2011-10-26  Tor Lillqvist  <tml@iki.fi>  [3e3b809f5832b6e571ce5b016b743d7b8aa4bf27]

        No struct lconv::decimal_point in Android's libc

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [6e4f2f6f0dad303f13ea3b1a5e527030406a3756]

        Fixed "no --enable-dbgutil for MSVC" check.

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [42b722a83af8e38860a62d1541dca27ba41b5120]

        Fix berkeleydb mingw cross-build.

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [8df68b4e1f0abdff732f4a054b74db60fcf9d1af]

        missing dependency

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [70db161e697c1a222695053d95ad58ff8821168b]

        WaE: C++ exception handler used, but unwind semantics are not enabled

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [19ced247c6ad3351e8808c783e99fd19d9e5a473]

        WaE: unreferenced local variable

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [cfb050dfb18e2b8ede912b70a55778beb42458b3]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [00677707d3f7b3775d267f11474a04430c2d2c3e]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [69746a5e96a17875adc9854506148f38ba6d0d4f]

        WaE: reinterpret_cast used between related classes

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [c07c94e4875e321f4f2503e0ba8c816d7f32b5f7]

        WaE: possible change in behavior, change in UDT return calling convention
        
        Ignore also MSVC warning C4686. From
        http://msdn.microsoft.com/en-us/library/ae77984s%28v=VS.90%29.aspx it
        seems that this is just a warning that the compiler behaviour has
        changed, but that change was already in MSVC 2003. So it should be
        irrelevant to us.

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [c6a24a5e74ed849b3255e276bfdaaf61a06f275a]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [8eb0a79b94f7155e30b98efc5a88fba248639564]

        WaE: unreferenced local variable

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [849651d01b8271a33de2a3e06eadf22b52383cc9]

        WaE: switch statement contains 'default' but no 'case' labels

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [91cd2b8e7647d7d6d81e6a3e43e1aef08b3f0b7c]

        generic: cleanup vcl / X11 display abstraction to fix crasher
        
        Thanks to sberg for the pointer.

2011-10-26  Stephan Bergmann  <sbergman@redhat.com>  [273a15e4903e6ea21de77c238ab769361f2fc84f]

        Clean up ImplSVData::mpSalData.
        
        soffice currently fails upon start up at least in GTK case due to
        vcl/unx/generic/app/saldisp.cxx SalDisplay ctor calling GetX11SalData()
        when the data is actually of type SalGenericData instead.

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [ec059f87f4b214a9e7590eb913abda6ad491c2e1]

        WaE: illegal copy-initialization

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [45a5fdc7355ba7f6b94e9d754cbe3c39ebfbbaf1]

        WaE: unreferenced local variable

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [94f9419aecd3715e23a9a19374bd4e1dd404f4f1]

        WaE: C++ exception handler used, but unwind semantics are not enabled

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [717024f3aee555de93e404794618c805a5d5b320]

        WaE: C++ exception handler used, but unwind semantics are not enabled

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [6d000e84f66b09b6024fd4a4bd6cde3293e92a29]

        WaE: illegal copy-initialization
        
        more than one user-defined conversion has been implicitly applied. So
        use the other style of initialisation then.

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [ad44d75e531df900efdaab06dd47fd31433dd481]

        chmod -x

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [263ba7ac1835a52f277b456bbca05e83f29b578f]

        WaE: unreferenced formal parameter

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [6879c55d30a204341ae1545ae14c8c1aaffc7b30]

        WaE: unreachable code

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [aca52b3cf6a4e6d965f7249a5de4e1bc40f4ba18]

        Revert "Build dbaccess and connectivity only for DESKTOP platforms for now"
        
        Nah, breaks the build for non-DESKTOP platforms anyway, as headers
        delivered there are needed elsewhere. So just keep building that stuff
        even if it presumably will not be needed on either of the non-DESKTOP
        platforms.
        
        This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708.

2011-10-26  Michael Meeks  <michael.meeks@suse.com>  [12ad53ec6706f42c11a02366b7be9d2bf014c3bd]

        fix android build post feature/gtk3

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [2998604bda2ade9e2935d2dae7e539cbc71211f2]

        Make OSL_ENSURE explanation text match the test

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [5669a82f094a9e4a381078b200d98999d4d09068]

        WaE: '%' : unrecognized character escape sequence

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [aafc761738fb2d0c7d6931890be490d6cc3877ed]

        WaE: default constructor could not be generated
        
        MSVC warning C4510: 'TokenType' : default constructor could not be
        generated and warning C4610: struct 'TokenType' can never be
        instantiated - user defined constructor required.
        
        The default constructor could not be generated because of the const
        member eTokenType, so unconstipate that. The g_TokenTypes array is
        const itself anyway.

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [8c1c09dced2182701576b5dc2c9d309b1c780cb5]

        WaE: reinterpret_cast used between related classes
        
        MSVC warning C4946: reinterpret_cast used between related classes:
        'sw::mark::IMark' and 'sw::mark::ICheckboxFieldmark'.
        
        This time changing the reinterpret_cast to static_cast didn't work,
        that caused compilation errors:
        
        cannot convert a 'sw::mark::IMark*' to a
        'sw::mark::ICheckboxFieldmark*'; conversion from a virtual base class
        is implied
        'const_cast' : cannot convert from 'const sw::mark::IMark *' to
        'sw::mark::ICheckboxFieldmark *'
          Conversion from pointer to base class to pointer to derived class
          requires an explicit cast (other than const_cast)
        
        dynamic_cast is what we want here. Also added an OSL_ASSERT sanity
        check. Thanks to sberg and hub for discussing this on IRC.

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [2175576c120806f8415be7ab2051ba639a18f564]

        WaE: unreferenced local variable

2011-10-26  Tor Lillqvist  <tlillqvist@suse.com>  [f8766d5258f8c8858e6f9558eb1e6e4a94dc0529]

        WaE: unreachable code

2011-10-25  Thorsten Behrens  <tbehrens@suse.com>  [c0913d78c258f7e49b52f45909b2cebbd9fb6103]

        Fix fdo#41995 fallout - recognize .svg in odf containers
        
        More code paths that needed fixing - Writer sports its own Graphic
        loading implementation, so that had the need for the stream name
        fwd-ing, too. The svg deep type detection was necessary for e.g. the
        flat odf - which has inline svg without any filename.

2011-10-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [494c6b5524dad78f2eeb48a3b979a11bc8413984]

        Realy not need to make this one depend on boost

2011-10-25  Tibby Lickle  <tibbylickle@gmail.com>  [04eecf30557e54080d128ed8cd69889ef8eaa3c7]

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

2011-10-25  Laurent Alonso  <alonso@loria.fr>  [5f6e5f766252fab44cf0c5ab4b1bca18b884695c]

        Fix a typo + don't open a row or cell if no table is started

2011-10-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [8e2170523c4214149ac79783ebffd745c506d511]

        I don't need to include this header.

2011-10-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [abb13e9c635aac37b56f294110b966be44120f1c]

        fdo#41369: Use the 'Default' style as the parent style.
        
        Some buggy XLS documents such as those generated by 1C (app used in
        Russia) don't include built-in style definitions, and the cell formats
        in those docs are not associated with any style at all.  Let's
        associate them with the 'Default' style in such cases.

2011-10-25  Noel Power  <noel.power@novell.com>  [41437e7ab00b247d8b104e1dbe45fc89da66f80f]

        revert autogenerated foo and correct brackets in placeholder

2011-10-25  Noel Power  <noel.power@novell.com>  [87d8dc5a025d437f912b875c6e068a7b4a3619ff]

        more support for basic/vba unit tests
        
        add moggis work and some tweaks from me too

2011-10-25  Noel Power  <noel.power@novell.com>  [d371b20db44b5fcbb22030511c65563010fdd010]

        add registrymodifications.xcu to allow override of default config

2011-10-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [2091557777a5cc15c3b6fe3539d08cd821bd4669]

        To destroy a cell instance, we need to call ScBaseCell::Delete().
        
        We can't call delete on them directly, as their destructors are
        intentionally not public.  Instead, we need to call Delete().

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [b5423ef42e18caac3ceb5d880ba1b6a1737e155c]

        WaE: misc. windows related fixes

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [232c6f1309bb73cc6516c58da749f64ce3668932]

        gtk3: cleanup timeout source, to avoid annoying warnings with old glibs

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [4d2803d706c8e3036bc85a9c3a1935c7fc9df0fd]

        initial cut at 'last working' feature to help windows builders

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [457af8039a234d585d7179007337207d8fe3f460]

        WaE: truncation of constant value

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [4f32f6f9903d90e884ebab954c60bad1a0a91e82]

        WaE: ignore also MSVC warning C4706: assignment within conditional expression
        
        Sad, but it's too tedious to refactor code like:
            while( (pLayout = GetLayout(pLayout)) )
            {
                ...
            }

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [6047d5952dc119cd2de3f9b2d6c556e8bfd8fcac]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [ec1531b327122093c6032063c5cc789d4df4d06f]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [ab2cc86cf5d69bfaf765f3d4aa314dcb5339f533]

        WaE: unreachable code

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

        add stdio for MacOSX

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

        avoid using com.sun.org apis

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

        WaE: unused variables

2011-10-25  Olivier Hallot  <olivier.hallot@alta.org.br>  [a5d6dca3e98ea1664be267c089a47766ce7e0a48]

        Fix for fdo41997 continuation of VCL cleanup

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [0862556f1e79f6055435499d86f4c2b3464d2adc]

        gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn't like to have 'NULL' in plan C++ without this include

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [9d0f5c8a0cacc7b109bc9aa7684a336b4b24221d]

        gtk3: Use some static variable in GtkSalGraphics in order to avoid re-loading all GtkStylaContexts

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [82746a387519e426f533c49c79b60a9846f99863]

        gtk3: add toolbar rendering, there is some graphical bugs if you have more than one row in the toolbar (is it detectable in GtkSalGraphices?)

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [3c0dd61c41fe50f76368b0264a535878e85b8faa]

        gtk3: Use CheckBox style (there is still a problem with the hover stage)

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [dc4c10d72556a84a6e8cc1943fe352194f226b61]

        gtk3: post merge fixups

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [28525627b1ca6a24c3dbd3344fce302c6bde0cda]

        gtk3: caveats on using g_main_prepare for older glibs; needs re-work

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [12b3f6a9d8ebb994f974b3ea906502c3ed5c326d]

        gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [a07e8231a5cd3e12f7120486098479ab6ae6bcc2]

        gtk3: fix cairo canvas crash for non X (or svp) backend

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [6328bfd857dc15d6a7853ef04fc797bf1288ccf9]

        gtk3: cleanup fullscreen unpleasantness

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [1e6151c19e09a1e99018dc387427bf7ee13f1695]

        generic: fix error trap push/pop/reset semantics

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [1bfd9b5465f1a2930210a54c285936c3ecb4bff5]

        generic: fix misc. initialization problems & simplify a little

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [0dc6cb349ca1246a0febfaad15e5724fef2bd264]

        generic: undo attempt at cross-platform headless for now

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [931e6bf52fd14e122511ce97f15b0d8527bc3c07]

        cleanup some missing conditionals causing problems for mac

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [16b9b1aa33504d57258d6b875c89cb77b47602e2]

        gtk3: fix display changed signal emissions

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [81d1ba27558003fa562d3d0e362318749bb730c9]

        gtk3: substantial performance win for editing document headers

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [8077f57f39d4d679dc387669dc783f17fc40000c]

        generic: overcome Mac specific build errors

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [e8b967a09003c365c445695a6e3d9c39d048537b]

        headless: add required clip map reset for simpler clipping cases

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [69e4dd120631b05e7abb2c65f36b71e9424a8a72]

        basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaround

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [a53082c7c856eb5cf076ee8c14fd92939d6952b2]

        generic: more unix conditional compilation pieces and win32 porting

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [8d068d15b2dae039600aaa7bac7299055ce7aea8]

        generic: share the PspGraphics code between gtk/unx and svp

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [1a779145378b40eb717f5cf9e850cf7794490268]

        WaE: cleanup misc. redundant warnings, and silence the gtk2 case

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [da08a42e0ca1c250f5c5d6e0888d1027dec92472]

        generic: remove mistaken m_aFrames hiding parent's frame list

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [28b1f4ca5af84048a003a5dcf68c1f27296c0d0c]

        gtk3: make AnyInput to behave itself properly

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [2e48ed930d61e02da82c71790994204d3aefaa29]

        gtk3: fix gtk2 crash-on-exit regression

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [caccd13297506fad6b528617c6a53adcda79267a]

        gtk3: try to improve AnyInput (absent toolkit support for it)

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [c529623457889a67473f773d080941903e2784fc]

        generic: re-work X error push/pop and error message handling

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [f88ff49c733392e66dd178928efa3d807f2cffca]

        generic: try to cleanup SalXLib cruft some more

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [a4d7b25e7a006c3105a226343bfb52d9e1bc356a]

        generic: create shared display class and re-factor to use it

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [9b51808742ae4236b582b2693578e8db8e126a13]

        move SalYieldMutexReleaser into a more sensible place

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [10517629101642f18a4ae3ed3f8110dcccf963b9]

        generic: factor out generic display code, reducing cut+paste+bug

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [6297a9c4a117fcfd01ed99a54efba7e130805598]

        generic: share sal yield mutex properly

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [ef93683de1b1d1dbcd7e76df5033c4d117198667]

        Gtk3 fixes, I tweaked the damage function to debug the rendering (the damage are is bigger to see a whole widget), if will need to be removed once we will fix that

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [6da6ddcf0393f92eadf4d2db331b1514c823ec7e]

        Fix compilation in gtk3salnativewidgets

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [987651a7fc5908fe39046e215bd7ffa2e43049df]

        misc cross-platform dependency / build issue redux

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [d6a013d804cc2cd75991ac680eb7b9cce98126e3]

        remove redundant, legacy X library linkage into svp (thanks kendy)

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [46ef233ba8b7372796f5f3e6044d0d12193dfcc8]

        headless: move backend to top-level, and enable for all platforms

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [b26a596c5b43834f90de7fb5c6bed824c8d2b2ba]

        gtk3: remove X dependency (for now)

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [6ff506e6e92719049c6f42c8e5327ac16954ecb0]

        generic: merge me with last commit please ... - more work

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [08fb22932015cc0d57fa1dbe422e4109cf8be071]

        generic: re-structure generic code to increase re-use between backends
        
        move more chunks of unx/generic into generic/ and into libvcl itself.
        This allows the headless backend to remove it's X linkage finally.

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [a77fff188b96169f74224ab118c75f4c9f14fa36]

        break headless coupling to X dependent backend

2011-10-25  Michael Meeks  <michael.meeks@suse.com>  [a39f4e5b57f5e518cc1ba09d5801da07b52fbaa5]

        gtk3: substantial re-work and cleanup of event handling
        
        Implement SalTimer ourselves rather more cleanly
        Remove nasty GtkXLib cruft inherited from X backend
        Merge and cleanup most Yield / mainloop bits into GtkData

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [0fd37a71d3dc81064c8bae45048deb841bfe77f1]

        cleanup assertion

2011-10-25  Lucas Baudin  <xapantu@gmail.com>  [e94fc5d61c4b5863a92f7451304037f42d21f35c]

        gtk3: implement initial native widget support for buttons

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [c11c452aa180393e56b79eb256c79e895fa169c8]

        remove conditionals, and split pieces into salnativewidgets

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [4a7e3482912c90b73d6e12c82bcd9ce31975e3f1]

        re-write gtksys to use the cleaner GdkScreen API avoiding X & Xinerama

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [e07157265c56b13c3ad8a61cdcec01a1d3557d66]

        remove obsolete pieces, and erroneous conditional

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [1be4174f3626499b6a9348c38276ba76657fccd3]

        update gnumake pieces for system cairo

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [92632038a8577777acd9814c0122f2dd50513514]

        fix crash on cleanup of gtk2 path

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [98cdbff41f3bd17aef147cf7c6fd0e6603b71ece]

        gtk3: subset invalid re-render areas to get at least something

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [e3f5a2cc1e0b5bbc628e16131e6ef9f7fe1014b5]

        gtk3: decision - client-side rendering is the way, avoid X11

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [f8ecdeb79248f000d3f462532494058286e22665]

        gtk3: initial copyArea support for optimised scrolling, and improved rendering

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [43e961e4e375b0456ac9d8dce84b35354521c0e4]

        headless: clip more intelligently without allocating huge masks constantly

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [405520395e008ea4b8e2917e3dac299a00bc47a8]

        gtk3: extensive X-orcisms performed, with some horrendous cut/paste
        
        code looks like the wild-west, needs incremental cleanup & re-factoring

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [089745636813be6692925f0c2e81822cfbb90f6f]

        gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [a6c75c20b44899cf1522f1e732ea8708b255fcc4]

        gtk3: clean up debug, ensure damage is propagated to clones / subsets

2011-10-25  Michael Meeks  <michael.meeks@novell.com>  [bd42e9afa0d888fdd3609c08c4e20c54724cc093]

        gtk3: switch to basebmp rendering during 'draw'

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [40360820036a5d6a3359d1b5ec748a47a7edd85f]

        WaE: unreachable code and unreferenced formal parameter

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [e3ec70c557d90fd504284c23036e6475b9f0b7c7]

        WaE: unreachable code

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [8f8e25250dd575a2bce57fd9a67ed447a79dce52]

        WaE: unreachable code

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [f7f18708cc7ce344460d49f9d89db28c7eca51a6]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [2cfd5509f99b057a380da2f9c0c5713ba218545a]

        WaE: unreferenced local variable

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [c4033b268d5d95feab92e4a81f9433cfe9d209ae]

        WaE: assignment within conditional expression

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [9bf8654b563110d7df2488f7c7114ef42e502903]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [bb1132604721046c619d9918643f369dfa0706a4]

        WaE: type name first seen using 'struct' now seen using 'class'

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [9b4212f14b11993222f933f59a93359ebc44c708]

        Build dbaccess and connectivity only for DESKTOP platforms for now

2011-10-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [192f7dfb17ed329045dd4f836e86a65e92dbb463]

        Prefer pre-increment in for loops

2011-10-25  Felix Zhang  <fezhang@suse.com>  [a38cbc58bbe3b385830a5287ea272e28a8ae3652]

        remove unused methods from sdext:presenter

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [605369eec7236f36c73ede5fdb8cba478db0e291]

        WaE: unreferenced local variable

2011-10-25  Tor Lillqvist  <tlillqvist@suse.com>  [cdc5d77ec3ab987e156f41104b986e677396633d]

        Ignore also MSVC warning C4555, as generated by the <list> header in MSVC2008

2011-10-25  Caolán McNamara  <caolanm@redhat.com>  [27410d89f4510802b65c16529a5b08abb69b81f7]

        WaE: silence a warning

2011-10-25  David Tardon  <dtardon@redhat.com>  [83a61ecc45682adaedc061374ddc2874d79af82f]

        do not hardcode mingw sysroot path

2011-10-25  David Tardon  <dtardon@redhat.com>  [c6dee8c995caeb78054c1677d6c36fd466b78955]

        remove unused code... again

2011-10-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2ba5d12f3a49a23767f17b9db3c019cd6351cfc9]

        Put the modeline back

2011-10-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [64254238850a7f3743a6a2134a76461a8b1f09c5]

        Fix the build

2011-10-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38cf494f90d19d1673773437cd52e8f0cfbf4eb5]

        White-space change to fix messy mix of different coding styles

2011-10-25  Stephan Bergmann  <sbergman@redhat.com>  [0a6132d7de81e33f6d632f621cf30eb232c3b5df]

        Fix previous commit for non-Valgrind builds.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [041b54fef20668abaab5bcc7b52dfc31695c25d2]

        Avoid Clang -Wunused-value with trunk rev. 12226 Valgrind.

2011-10-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb95e1d94538ff7847f0597be756ff289a5608f5]

        execute macros_test in headless mode too
        
        otherwise a error dialog might pop up

2011-10-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c631b30c6b9b9ffaf9a402c406282225c21560ff]

         clean up macros-test

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [d03465a44618e1158acd63cb5ab6a39b4e2778a2]

        Undo basis/brand split: removed RPATH BRAND (same as OOO now).

2011-10-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [e817dcce778e7fad347d68532653d24903774a9d]

        New unit test case for unwanted date detection on pivot table labels.

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [1a76bb7161d0a892b6998f404d3922421a89db9b]

        macros-test.cxx: fix syntax error

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [95550e469b5b0fa90401235be8398ecd73dec11d]

        PrintFontManager: don't look at empty path entires

2011-10-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [18bff2c2e95218ff629e07369fd8bf2335544aac]

        fdo#42169: Display caption strings without format detection.
        
        We don't need to auto-detect the formats of caption values; they are
        already formatted by the time they arrive in to ScDPOutput.

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [d781ae9ae1aef10927de6ace368b0cc7d48280ad]

        WinResTarget: remove realpath calls

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [aa146f46d2688b9f0c7b03f540ca11fc2c6ee80b]

        macros-test.cxx: unused variable pDoc

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [81042d7a366ad8d5f52fcd78e4b44183f62ce0e1]

        JavaClassSet: fix partial rebuilds
        
        Partial rebuilds can fail because the reubilt classes may import other
        classes that are not rebuilt; putting the target directory on the classpath
        seems to fix it (it would also be possible to use -sourcepath but that seems
        more complicated).

2011-10-24  François Tigeot  <ftigeot@wolfpond.org>  [721d38067a513634d54567f8100770866f18881f]

        Disable the Presenter Console extension

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [6aaebef83fe1091baef5a6ace3cfec5f046bc68d]

        Eliminate ambiguous conversion to cppu::OWeakObject

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [93ef7cab14049576cdd24d2f749ef32c72c85ca9]

        Eliminate ambiguous conversion to cppu::OWeakObject

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [7d6097410cc18771112aa3aa4c7355e484f36628]

        Use NSString in template specification instead of objc_object

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [45fca623fa3d050e72f5f759a9c97308a1c7d87e]

        SystemFlavor NSStrings should not be const

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [d14054415db5bca6d149c2268b175657b7b510c8]

        Argument to setTitle cannot be const

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [f01f25815385778769c67d238527f5824346623c]

        Fixed Windows-only code broken by recent commit.

2011-10-24  Julien Nabet  <serval2412@yahoo.fr>  [510199339092ab83ddaaa3bdfccb2f757024ca74]

        Some cppcheck cleaning (I let the extra qualified as advised on IRC)

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

        fix up hyphen 2.8.2/2.8.3 conflicts

2011-10-24  László Németh  <nemeth@numbertext.org>  [161a463b814d18ec74c3829f9ae35f635725356c]

        Add fixes of Hyphen 2.8.3

2011-10-24  Caolán McNamara  <caolanm@redhat.com>  [8cfa1d73c165f9e0f09b8cbc41a93c7a66406903]

        assuming this is a typo

2011-10-24  Noel Power  <noel.power@novell.com>  [1b2b2283000850dedb00659ce49a0c5eee4aeebb]

        fix wae "aRect uninitialized when used within its own initialization"

2011-10-24  Noel Power  <noel.power@novell.com>  [82fb60bc563b444679617396cb4d22a740427e6d]

        make vba.xls return 'OK' on success, adjust macros-test.cxx to test for 'OK'

2011-10-24  Noel Power  <noel.power@novell.com>  [daca9c81e4be825aff0717d599d815a87d71b412]

        more substantial vba test ( testing various range addression )

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

        fix warning and indent and use boost::noncopyable

2011-10-24  julien2412  <serval2412@yahoo.fr>  [09179e24c4e4eec135012a3cce5e1cffc42fae60]

        activation order crashes address database (fdo#41022)

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [3895c2e7c8b32bfde74e2dc391c6c195aae22fc7]

        fdo#42157: fix deadlock
        
        WindowStateGuard_Impl::impl_ensureEnabledState_nothrow_nolck:
        drop own mutex while calling XWindow method that locks SolarMutex.

2011-10-24  Michael Stahl  <mstahl@redhat.com>  [dc8249af103741415a074d9bbf8b1211f24a7c3f]

        gbuild: remove remnants of gb_CHECKOBJECTOWNER

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [cbf692559c91dae8db4cada6c7eeeb613313df24]

        These DBG_ASSERTs should really be OSL_TRACEs.
        
        Otherwise, --enable-dbgutil smoketestoo_native fails due to assertions.

2011-10-24  Caolán McNamara  <caolanm@redhat.com>  [8cd1305f091aa60001f46efff71d7e360357b773]

        was the intent to mark this as non-copyable

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [c73dce072584fa58382c8158c2bc80bf0a7421c5]

        lost }

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [b786a33cfdca2e8a4114ddef0340e0e0628dd09c]

        Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [3535ceeac6f1b4277279082998663feb84d05487]

        Undo basis/brand split: Removed obsoleted gid_Dir_Program.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [f2576647246245a1f7a7d55423c51f7976700cf8]

        Undo basis/brand split: Moved the rest of the WNT-only stuff.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a37884bd5215c7a7032824a66e3a9c78a3de5d59]

        Removed dead code.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [3fce44fbe9adacdd163599763c2f94e560bbeaa9]

        Undo basis/brand split: Moved WNT-specific patchlist.txt etc.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a32d05fbb9fa8c1062294e7bd75588dc152309a3]

        Undo basis/brand split: move WNT-specific gid_Dir_Shellnew[Too].
        
        Hope that's all that needs to be done here...

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [90713adf1bf97befb9b6c97309f57d7b93566857]

        Removed some unused scp2 Directory definitions.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [3416e30f6b1af42172566c8d554863f3f261112a]

        Undo basis/brand split: move unpack_update script from basis to brand.
        
        Not sure if this is (still) used anywhere; at least no code seems to ever
        call it.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [009765255f9512556de04ac2b056af2602644c2e]

        Undo basis/brand split: adapt scp2 WkDir.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [a58b65d380a6637e0d740b3a01162dcbfc38b61d]

        Undo basis/brand split: moved spadmin.bin from basis to brand.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [9fe5f4602581add2bbcc66b4a98d5a6949de1b57]

        Undo basis/brand split: moved pluginapp.bin from basis to brand.

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [6351fab9c8ae6233590eabbd806d1083a0cde3b2]

        Undo basis/brand split: moved nsplugin from basis to brand.

2011-10-24  David Tardon  <dtardon@redhat.com>  [f17c10545fabefd027b278798840706f2dbf4a04]

        create links to gdb autoloaders in the right dir

2011-10-24  Tor Lillqvist  <tlillqvist@suse.com>  [89ae66dac25b8ee12bde52d05395e3a54842d4f7]

        I give up on --enable-dbgutil with MSVC

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [81448039ea3f757fcdfc2212a02b0ecf56b7c821]

        Also use .NET2003 build fix for Clang

2011-10-24  Stephan Bergmann  <sbergman@redhat.com>  [c31d7b012f953f4a677fd5a576c0aa8379897879]

        Some warning cleanup (found with trunk Clang).

2011-10-24  Caolán McNamara  <caolanm@redhat.com>  [084d665b61ac79ed4b81fffd05acce28b020d8b3]

        meh, fix build failure

2011-10-24  Caolán McNamara  <caolanm@redhat.com>  [21696eadc88f67b4900a580bcd90284b8f449e75]

        seperate words in hebrew text preview

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

        don't leak contenttype registrations

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

        make --enable-layout have effect under gbuild

2011-10-24  Caolán McNamara  <caolanm@redhat.com>  [7dca83c77cf20c943a338882b626e2b68d85ea77]

        callcatcher: remove some unused methods

2011-10-24  Andras Timar  <atimar@suse.com>  [d330483ad0106a750dec560b987c21aaa5394ab6]

        autocorrect: non-breaking space before % in French fdo#41015

2011-10-24  Tor Lillqvist  <tlillqvist@suse.com>  [5f950b5d79d4567ae385fdf25de26b4d0e43e471]

        Make the use of gb_LinkTarget_EXCEPTIONFLAGS for the yacc source more reliable

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [8cff18bee2a560c682b5c54d8f68c8bf9d8a69a8]

        Put neq-operator for awt::Size in correct namespace

2011-10-24  Kristian Rietveld  <kris@lanedo.com>  [302bb2c4003745f40b075baaf2c66941b0c7f897]

        Match the correct function template specialization
        
        Fully specify the E_TokenId type instead of relying on the EV_TokenId
        typedef.

2011-10-23  Stephan Bergmann  <sbergman@redhat.com>  [d049f12c29faa685dc79a32dc8337b91680ca7a7]

        Removed apparently unused fSectionSpaceAfter (nee OdtGenerator::mfSectionSpaceAfter).

2011-10-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [a47a5ed0a5ffd948d48e02e5a9f0e2064096e7d4]

        always explicitly handle empty string of ranges

2011-10-24  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3d5caa7ce38c9441d05b01c6feaaaa5ff3bd51de]

        StringRangeEnumerator cleanup
        
        * do not allow default unbounded min and max, syntax of the input string
          requires them
        * simplify logic, remove unused methods, make the class immutable, actualize
          documentation

2011-10-23  Laurent Alonso  <alonso@loria.fr>  [55170dd7a0cfd552a89b4bea6c7f4a9854971161]

        Handle styles in a more intelligent way

2011-10-23  Matúš Kukan  <matus.kukan@gmail.com>  [c77a9254dde41f222bc65af957c91fa5bc166103]

        no need for SRCDIR parameter here

2011-10-23  Matúš Kukan  <matus.kukan@gmail.com>  [eba6bc1b985c6caede347e48d636fd161b6413c0]

        No need to register repository

2011-10-23  Matúš Kukan  <matus.kukan@gmail.com>  [c1a1d5d532626c89d19e960a2c4be0a439359e11]

        do not use gb_Helper_REPOSITORYNAMES anymore

2011-10-23  Andras Timar  <atimar@suse.com>  [f4f4d9d29e098b64878301b544863ca6e2bbef26]

        remove unused UI strings

2011-10-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d56019ebb0e8820447ee6e96bf5b7b04670441a9]

        Fix the build of Visio import filter

2011-10-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4dedf9d43d83f6f142ca060eb4edb93e3e5bda84]

        Dump unnecessary patch hunk

2011-10-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7420da1e95f394d4f0e97ddf14a8886da991bfe0]

        Fix valgrind errors

2011-10-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ffcc6a284a2907bb33c96423f86e12a8d5e86d32]

        Uploading new release of libvisio (0.0.9)

2011-10-22  Andras Timar  <atimar@suse.com>  [d311ae80107478efc8b09d2a028f3d6e470bc7c0]

        make numeric field circular, i.e. pressing up from 359 goes to 0

2011-10-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [237c5f0290169aa31e10990c05b7ea39d9fc70bd]

        another fix for 68dd19a368fb4afbf3eba4cb722f56b87f8ea7c1 on OSX

2011-10-22  Julien Nabet  <serval2412@yahoo.fr>  [48cdc0318b348c51742339b243dc05546148b335]

        Fix fdo#38286. Perhaps it could be simplified

2011-10-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [63354873b7e2fb9e51abee45082e415cd438d8b2]

        execute filters-test in headless mode

2011-10-22  Jan Holesovsky  <kendy@suse.cz>  [44d5b6c595f5f3bdf4eb923289da1bb0195e29d0]

        Make the update unit test compile.
        
        It is not useful yet, so disabled.

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8c86c64f22b0dfef3cc502f59f509e20c1f5643c]

        restore accidentally removed line

2011-10-21  Michael Meeks  <michael.meeks@suse.com>  [fa2c0b7a647bbc3465cfd0daed82b855284b4791]

        remove erroneous sfx dependency (thank you Stefan)

2011-10-21  Olivier Hallot  <olivier.hallot@alta.org.br>  [b0224f8050373cbdde58c3dee1bbda71976b50b6]

        Fix for bug fdo#41997, cleanup vcl enumeration

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7bf06ba95d6ba0e673f2aff5b4412dbf08702590]

        rename YaccObject to YaccTarget
        
        the object is a GenCxxObject just like those from CustomTargets, we only need to get the generation right

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5dc33abf609707a2a12e2cb84af8c5ea20fffd42]

        cleanup YaccObject

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b4d67c0eb176391b6d6ff5fb3c62d79b0e50bfe0]

        only enable gb_CHECKOBJECTOWNER for explicit check runs

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [762a33f6c80ca762c67d5f59950a98a0a7108b8d]

        Fix for YaccObject, also: YaccObject should not generate stuff directly in toplevel workdir

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1bee4434affbf6d53379079b7b3b4c618b8a8aaa]

        SetupLocal is gone, also fix unbalanced endif

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c1880048af06a72e1eca7641c1ddc25fbba53bcd]

        gbuild should use SRCDIR as per GNU make conventions

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a260c792f437f62c96289ac314faa0c6c4e128ae]

        kill multi repo support: BuildDirs and gbuild.mk, GNUmakefile.mk

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [356536956bb7d6958b942259cf231b25fa89b7cd]

        kill multi repo support: ExternalLib

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [728ad64ad38334158fd2d82de65823ea79a3e08e]

        kill multi repo support: WinResTarget

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [057619fcabd8bd03144d0c456947bd7874509652]

        kill multi repo support: SetupLocal can only work with multiple repo support

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [68dd19a368fb4afbf3eba4cb722f56b87f8ea7c1]

        kill multi repo support: LinkTarget

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [46e512987a13b7df215174c5a1b33432b2181086]

        kill multi repo support: UnoApiTarget

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [191ae70bb04d15a3d349dfb22c3ddd098b7cc418]

        kill multi repo support: AllLangResTarget

2011-10-21  Kohei Yoshida  <kohei.yoshida@suse.com>  [ea44e5464a487519de84e30a5f299387127c78ea]

        Updated csv parser from the orcus repository.
        
        This change should allow handling double-quation inside quoted cells
        correctly.

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [c955cce91f21e6381f9d17b83c73671ad135d791]

        LinkTarget: remove old object owner implementation

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [3e5eece31d93ed378613991c8a8bbe451aa5c081]

        LinkTarget: new check for duplicate objects
        
        Always enabled, as this runs for me with an overhead in the range of
        measurement error (in tail_build):
        
        current implementation: time make -nsrj8
        17.269s 16.470s 17.537s 16.754s 16.595s
        
        disabled: time make -nsrj8 gb_CHECKOBJECTOWNER=
        13.212s 13.345s 13.470s 13.852s 13.712s
        
        new implementation: time make -nsrj8 gb_CHECKOBJECTOWNER=
        13.477s 13.911s 13.624s 13.606s 13.535s

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [68cde28252e6b1b84b5b831200d0c89c247b203a]

        UnoApiTarget: replace realpath calls

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [521001049dfb05a082737f668c83047100ec91bf]

        writerfilter: add some bling to customtarget

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [2c2cffff06d3285373b172dc0b8c98c0218eb0ad]

        CustomTarget: remove unnecessary dependency
        
        There already is a dependency from the library to the package, so this
        dependency should not be necessary.
        Furthermore, the command is executed spuriously always, because the .done
        file is always newer than the generated files.

2011-10-21  Michael Stahl  <mstahl@redhat.com>  [ccc4b087303fd0fb1446056c41445ab68a415146]

        Revert "pass -s flag to custom target's make process"
        
        This reverts commit 6c8a7e0e6ad223051442ef6ce1d1103086c3f4a0.
        
        Doing this explicitly is unnecessary because make does it automatically.
        Also, make will pass --jobserver-fds, which happens to match in
        findstring as well.

2011-10-21  Jan Holesovsky  <kendy@suse.cz>  [548fc5db7c39f62d99b1c0a9e4348972ff72545e]

        A small cleanup after the String -> OUString conversion.

2011-10-21  Felix Zhang  <fezhang@suse.com>  [48e2a853b9106033094d2fd917dbf14ada5abdc0]

        remove unused methods from sd::slidesorter

2011-10-21  Jan Holesovsky  <kendy@suse.cz>  [cbfaa4dd71b39d393524afa7438c6da4e1e68df4]

        Fix Windows build (missing oleout32 library).

2011-10-21  August Sodora  <augsod@gmail.com>  [556a61a2f86fef1f828b8352fae7a4c4ed1fdd78]

        Added Frac function to calc formulas and BASIC standard library

2011-10-21  Michael Meeks  <michael.meeks@suse.com>  [71f4a57b2af6c61533176100e39ce8b4276e807b]

        Warn if we're missing a RdbTarget from the check_targets

2011-10-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [160da638dc33a170d071bc80beec57c527756d1d]

        enable sc_macros_test

2011-10-21  Tor Lillqvist  <tml@iki.fi>  [f6d351e5ec3809b53ca2c2dffbbebc465ee7848d]

        Revert "Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1"
        
        We get more similar linking errors elsewhere anyway. We would need a
        more generic fix. As for now, just apparently not possible to build
        with the LLVM g++ from Xcode 4. Use g++-4.2 / gcc-4.2 if you want ot
        use Xcode 4. But note that for Xcode 4.2, you might need to do:
        
        ln -s i686-apple-darwin10 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin11
        
        This reverts commit f3e10529134029a7853cdca925bc7091a639bc8a.

2011-10-21  Tor Lillqvist  <tlillqvist@suse.com>  [25ae2ab38df3c914e9f836cf08120913bc2c4ba6]

        Disable Mozilla stuff more effectively in a Windows dbgutil build

2011-10-21  Michael Meeks  <michael.meeks@suse.com>  [6850b0c528a7d405d81f0c1a0e95868566fd41f5]

        more helpful error messages for debugging when a unit test fails

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

        some CJK fonts semi-spuriosly claim extra script support

2011-10-21  Andrew West  <babelstone@gmail.com>  [27ed4883f549fc7bdb1d2304430c719de9d3987b]

        Better Phags-Pa preview. mongxol tshi

2011-10-21  Pádraig Brady  <pbrady@redhat.com>  [3c1fdebb970b04130a20983a180124c36cd9e245]

        previews for Phags-Pa and Tai Le

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

        use iso15924 script names

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

        Use language/script specific CTL/CJK sample text in font preview
        
        i.e. font names are often typically in English, so fairly useless
        to take the English name to preview what effect the font will have
        in a CTL/CJK script.
        
        More languages and scripts need to be added, but this should be
        sufficient to bootstrap this up

2011-10-21  Caolán McNamara  <caolanm@redhat.com>  [41c083a7ade3feb7f5b6516f859db00fa8e2cf72]

        expose an API to map from UScriptCode to i18n::ScriptType

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

        drop confusing and unused single font setters

2011-10-21  Noel Power  <noel.power@novell.com>  [e3ef9bebf69479ead10a10a9a25d866321970edb]

        tweak compressession hack to fix vba module import
        
        it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now

2011-10-21  Thorsten Behrens  <tbehrens@novell.com>  [f3c43171f8e9e04c4a6e6f5833fbe1a0ef098d2b]

        Fix fdo#41995 fallout - recognize .svg in odf container
        
        Seems the graphic load code is stupid and not using the path name /
        file extension to guess file type, but only "magic byte" detection.
        Giving filter framework the path now, so that .svg actually loads.

2011-10-21  Thorsten Behrens  <tbehrens@novell.com>  [1d9c6bc38089dbb52931e54493c39e4e33309a90]

        Fix svg document import
        
        Merge of dev300 broke this - we *do* want import to call this
        implImport() actually. Also, the service names were bogus
        previously.

2011-10-21  Thorsten Behrens  <tbehrens@novell.com>  [716c052a1c62d5acacab202e8f0ee88b4f70d8c2]

        Fix fdo#41995 - true embedding of svg images.
        
        Previously, svg images were always wrapped as .svm metafiles with
        a preview graphic. Sucks for interop - so now, we save true svgs
        at least for bleeding edge extended odf1.2

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8ee4e99a78a7a7f16bafa56e08ef9649cc69dbdb]

        some more work on the make countoutdated target

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [39f3d87152f963510ac71d2f0b346188b9965c2f]

        remove checkdeliver -- we do not generate deliverlogs anyway

2011-10-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [05a33692a084f59f2fae0a535131133d2a3f6b72]

        experimental countoutdated target

2011-10-21  Michael Meeks  <michael.meeks@suse.com>  [e31496c9382ebdaa6ed1c6889c0d6ecde6f57de7]

        misc trivial tweaks, and documentation addition

2011-10-21  August Sodora  <augsod@gmail.com>  [034350a5097c2138311999b87da5621fe0d9d96e]

        String->OUString, with accompanying tests

2011-10-21  Stephan Bergmann  <sbergman@redhat.com>  [1af9425e8239d1f7e3a12bf9979d190904f695cd]

        Work around a problem creating symlinks in ooinstall.
        
        It can happen that the ure-link symlink shall be created while its
        parent directory has not yet been created.  The logic in the Perl code
        is so confusing and beyond fixing, that an easy hack out was to flag
        the respective directory as always-CREATE, which kind of works around
        the problem.

2011-10-21  Takeshi Abe  <tabe@fixedpoint.jp>  [fc8a310eef5b4cab9b65e2a3a8e41f039f2acc80]

        fixed typo

2011-10-20  Rob Snelders  <programming@ertai.nl>  [638804f7e2c26047da15af26dfb8eb35b9ee0feb]

        Added a scanbutton to the scan-dialog

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [fecde94354a46463d346a1a78962f39a5a6f9eb8]

        Undo basis/brand split: moved Python from basis to brand.
        
        The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [cf33eb5fb423bcf67d7cc335e2d8ec8066702648]

        Removed spurious "" around multi-word shell arg.

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [fc98a971350bed06e75443d89cef41d6bd346f7c]

        Introduced --disable-linkoo.

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [daabd72e077b3b0a80dcde98aea87fe9a7ff06e5]

        Report failing Unixlink processing.

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [10ce581cfc7a3fd74200910291a0fb916180e772]

        osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.
        
        ...e.g., with "import uno" in a stand-alone pyhton process (where it
        is hopefully harmless that UNO does not get access to any -env
        command line args).

2011-10-20  Stephan Bergmann  <sbergman@redhat.com>  [b1eae75f53ad2ee88192241776ffa7d29725301a]

        Undo basis/brand split: moved ini files from basis program/ to brand program/.
        
        Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
        version inis.

2011-10-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d9604fa1b4123da145fc9b52901b42888d25ca3b]

        add more debug output to see why windows has problems with sc's filters-test

2011-10-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cda653d7d9038fdcab72cfcae37d3d20463693d5]

        extract helper methods for debuging calc tests

2011-10-20  Ivan Timofeev  <timofeev.i.s@gmail.com>  [d72701bba66817fbd0ddcb8dea969aea49f8426a]

        bye-bye old range parser

2011-10-20  Daniel Di Marco  <d.dimarco@gmx.de>  [593e4c36d2f199cc3b82be587bc7674c2f394d06]

        SvUShorts -> std::vector

2011-10-20  Luboš Luňák  <l.lunak@suse.cz>  [a6347e0971d718943241627f528fa4df3950ad44]

        fix last commit

2011-10-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [16cf673187679b3f45f2623bc6e3a52bf7dbba45]

        improve unit test for UpdateReference
        
        check InsertTabs/InsertTab/DeleteTabs too

2011-10-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [59b1f948f1cee157bf7fc8adad57f678406c904b]

        increment table position correctly if more than one table is inserted

2011-10-20  Luboš Luňák  <l.lunak@suse.cz>  [936d19e606cbf29d41bff42db559a01f5deb240c]

        fix horizontal scrollbars with KDE oxygen style (bnc#722918)
        
        Apparently there are two style flags for detecting the widget
        is horizontal.

2011-10-20  Tor Lillqvist  <tml@iki.fi>  [f3e10529134029a7853cdca925bc7091a639bc8a]

        Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1

2011-10-20  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [21352f88caba9dee73d5a87c8e3724d17ac6b428]

        Sw styles cleanup: removed now unused methods

2011-10-20  Luboš Luňák  <l.lunak@suse.cz>  [6163c62a52794725188faf82ee12852f4b2cd023]

        let Qt call XInitThreads(), so that it knows it's been called (fdo#40298)
        
        Otherwise QPixmap complains when used outside of the main Qt thread
        and resets itself to null pixmap, eventually leading to crashes.

2011-10-20  Andras Timar  <atimar@suse.com>  [bce48fb94b1ff2f87fac7185ff5a9904bcf83484]

        Revert "localize description.xml of presenter-screen extension"
        
        This reverts commit 89f7e17692d019a68d251d39bcc592a4ee8ba0dc.

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

        add makeRepresentativeTextForLanguage to generate sample text
        
        add initial code to generate language specific sample preview text samples for
        use for font previewing in format->character

2011-10-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [06fa2d5a4a9b68a173a09df6000756dce47f7b3d]

        Make the README.cross a bit more copy&paste proof

2011-10-20  Tor Lillqvist  <tlillqvist@suse.com>  [b69ab0ddf53b07434450574040788ee2450f6ab9]

        Reduce confusion between openSUSE and SLE a bit

2011-10-20  Tor Lillqvist  <tml@iki.fi>  [15597b7bd7eaa533989756edc0b04258470922e4]

        Use -Wno-array-bounds only on gcc versions (4.3..4.4.3)

2011-10-20  Caolán McNamara  <caolanm@redhat.com>  [625a032f820234b0d55e44b2263c5847993dcc7d]

        Resolves: fdo#41556 restore original CTL font after forcing font

2011-10-20  Andras Timar  <atimar@suse.com>  [ffb91342fc667d0f1d4ef43384bfcfc176cab774]

        fix localization of NLPSolver

2011-10-20  Andras Timar  <atimar@suse.com>  [89f7e17692d019a68d251d39bcc592a4ee8ba0dc]

        localize description.xml of presenter-screen extension

2011-10-20  Tomofumi Yagi  <yagit@mknada.sakura.ne.jp>  [8c2902ecbf135fae070ea032fa10a59bb76ec1b0]

        fdo#37129: Fix the drawing of dotted and dashed borders in Calc.

2011-10-20  Caolán McNamara  <caolanm@redhat.com>  [8eb50d3b4be4df15f830e4b36449c9fcf05aa71b]

        WaE: unused e

2011-10-20  Felix Zhang  <fezhang@suse.com>  [9f562a82c6ed56824365825a6bc0acf313ebcf28]

        remove unused methods from formula::FormulaModalDialog

2011-10-20  Caolán McNamara  <caolanm@redhat.com>  [093e7a56fff27474e6a39734ab3f87fd0bcd28ad]

        callcatcher: remove unused Content::createDynamicCursor variant

2011-10-20  Caolán McNamara  <caolanm@redhat.com>  [6016eb1ec18d0b6f6e0e0dfbfc5bb84a4b961df6]

        rework sample text generator for different scripts
        
        split out code that creates sample text for different scripts
        add extra scripts and sample text
        add extra space between sample text preview and font name
        add guess-script from opentype unicode coverage bits
        split out code that knows the names of symbol fonts which don't
        have symbol encoding set

2011-10-20  Tor Lillqvist  <tml@iki.fi>  [b2250f4d9813353c7626004f68db6f5b803f4316]

        WaE: NULL used in arithmetic

2011-10-20  Tor Lillqvist  <tml@iki.fi>  [62f4128d74179c6211fc961845182bf2956e3323]

        char can be unsigned, use sal_Int8

2011-10-20  Tor Lillqvist  <tml@iki.fi>  [3f3c2a7bd3bb238412a787c2e59290285a8cc51e]

        WaE: Work around bogus array subscript is above array bounds
        
        Bites at least with the Android cross-gcc 4.4.3.
        
        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847

2011-10-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [5ad4d151dac1eb887d92200330e31af269d8d1fd]

        migrate to StringRangeEnumerator in pdfexport

2011-10-19  Ivan Timofeev  <timofeev.i.s@gmail.com>  [f9f4c631b100ace66999933dc06668ac107fb2bf]

        migrate to StringRangeEnumerator in Calc

2011-10-19  Petr Mladek  <pmladek@suse.cz>  [3f845c2980fcb35ac7c6f4d75e9bb99dc772bab5]

        define bash completion also for 'loffice' wrapper (bnc#719656)

2011-10-19  Petr Mladek  <pmladek@suse.cz>  [369f22ceb8b3440d8caf1d60d7f45abc1d5ac258]

        do not show "LibreOffice Math" in the desktop menu (fdo#41681)
        
        It is just a helper application. The desktop file still makes sense to
        keep the MIME type association.

2011-10-19  Petr Mladek  <pmladek@suse.cz>  [4255c2663dca22f5d70fee8407aa56df7b0f3f56]

        losmoketest.py: allow to use the long --headless option; not only -s

2011-10-19  Radek Doulik  <rodo@novell.com>  [87268f254f460b39a41b153fd6e66a9974ca63c3]

        make the 3D transitions work again

2011-10-19  Caolán McNamara  <caolanm@redhat.com>  [3f9a28f1f704967446b411b3b7e176deeb78ca83]

        Resolves: fdo#41556 font sub cache of nameA => nameB is too simplistic

2011-10-19  Maxim Iorsh  <iorsh@users.sourceforge.net>  [4ea86b46768c8309a7c259f713fd6d3c8d7abc28]

        Resolves: fdo#41556 When fontconfig matches italic font, italicity is ignored

2011-10-19  Caolán McNamara  <caolanm@redhat.com>  [5e8c0dd410942807481a75a29805db40b8659a4e]

        don't annoy me in the en-US fallback case

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [7b000922d034c3002c8a56a705cf7f8e902f4c92]

        Disable warnings when compiling external boost lib.

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [1206a75575f28da6368ec3851658528143d7805f]

        Undo basis/brand split: adapted linkoo.
        
        Linking .rdb files has been disabled as it appears completely broken
        (erroneously picking up a testtools/*/lib/services.rdb instead of one
        from solver).

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [a015cda8f2c5a5c3c897e0933b631b9c0f6afd6b]

        Undo basis/brand split: moved .rdb files from basis program/ to brand program/ (merging the two services.rdb files).

2011-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9132e6ffa7b51375ee90f14226ab3eb08ba5e85c]

        separate normal calc filter tests and macro tests
        
        this should make it easier to deal with the increased complexity in the
        unit tests for vba and star basic
        we should not mess with the normal calc tests while working on advanced
        vba and basic tests

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [a47ef216cc68e3101f25e31ad783b02bb981e9bf]

        Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [545f22568aef3bafd583dc85f1233eeb0d7b5684]

        Propagate verbosity to the BUILD_ACTION make

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [ebd8637de428edb0f805149a69905279e123ddd1]

        Fold spurious vcl/prj/d.lst entries (merge conflict?) into vcl/Package_inc.mk.

2011-10-19  Fridrich Strba  <fridrich.strba@bluewin.ch>  [6ca04869e4234171fb7cffc53f243f2cdcd93fd2]

        Link manifest to the executables

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [349e80f02be562cd5a863b6a5edda94864f3c92a]

        WaE: two functions defined but not used

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [43a33ef69331c2dc6a1812421ac5637dfdeeb288]

        WaE: passing argument discards qualifiers from pointer target type
        
        expected 'void *' but argument is of type 'volatile int *'
        
        errno is volatile on Android, and apparently it is not OK to pass the
        address of a volatile valye to a function expecting void * in their
        gcc version.

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [3cbd8c24a8550296154fe4e85fc879af034aa978]

        WaE: unused parameter 'f'

2011-10-19  Felix Zhang  <felix@linux-6chh.site>  [fcea2c9acb30fba319bad49d0f5e60b78f1ecacf]

        remove an unused method

2011-10-19  Jan Holesovsky  <kendy@suse.cz>  [f4496d4478c3e754d13242d9d55bddee7bd9985e]

        Fix the SYSTEM_MOZILLA case.

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [0a158b7800221ce8b79dac430015c6a02ad33e31]

        Undo basis/brand split: merge basis program/resource/ into brand program/resource/.

2011-10-19  Tor Lillqvist  <tml@iki.fi>  [ad9c1ffdd02caad147d9386f96942bd1c9eb6657]

        WaE: comparison is always true due to limited range of data type

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [322d455f9f87deb0551d7360ba10e4ae6e3021ab]

        Simplified comphelper::OSequenceIterator and its uses.

2011-10-19  Rene Engelhard  <rene@debian.org>  [5e80f012e75dfbcd3343fc45e35e0b32ca754b39]

        make libxmlsec be built again with SYSTEM_MOZILLA=YES

2011-10-19  Petr Mladek  <pmladek@suse.cz>  [d6b626c6a9057a089680e0d012a344ed37fed5cd]

        fix configure with autoconf-2.59
        
        it was enough to lower the version check; 2.59 is still used on SLED10

2011-10-19  Takeshi Abe  <tabe@fixedpoint.jp>  [0cb79e748687bcd3054cdcbf8961bc0b78279f85]

        removed unused macro

2011-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9706288e95cfdbecdfc2cab3a66a2cce07ac23b4]

        add output for language settings to log file
        
        some windows builds crash in this test, maybe they get a false language
        setting from somewhere

2011-10-19  Eike Rathke  <erack@erack.de>  [9796ac726e4c194e3cfa35e201815f9f1bb03e6a]

        Revert "callcatcher: replace Clone() by NULL"
        
        That doesn't make sense, not even with a callcatcher excuse.
        
        This reverts commit d54c3ad1518e32938117c7e529dda375d4110888.

2011-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c35fb339f5aaf3ed8dea71baefb1521f0506e2cb]

        add unit test for fdo#41868
        
        test should be extended as soon as possible
        tests a central point of our formula compiler/reference handling

2011-10-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [308b7a287d0962ad593c9bac8e5b8b474cc36216]

        by one error in ScFormulaCell::UpdateDeleteTab (fdo#41868)

2011-10-19  Stephan Bergmann  <sbergman@redhat.com>  [9550bed8aa5378c38837c312a5fbe46dc6f2ea97]

        Adapted numbering of reordered asm parameters.

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [bbb5da15782f074feeaef6bd268e66495187876b]

        Clang does not understand #pragma GCC diagnostic warning "-Wunused-but-set-variable".
        
        See <https://bugs.kde.org/show_bug.cgi?id=284384> "clang 3.1 -Wunused-value
        warnings in valgrind.h, memcheck.h" for a way to silence these warnings when
        building with clang.

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [bf1f0183d5c6b4c94acdbee27276d5a386a657f4]

        Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64).

2011-10-18  Peter Jentsch  <pjotr@guineapics.de>  [0eee1cf957d122ac0d805a9589a5db075a94e4a1]

        fixed reorder warning in copy-constructor of filter_info_impl

2011-10-18  Peter Jentsch  <pjotr@guineapics.de>  [11fbde8fed1a866c4ec9565d56f5f5034631d8b2]

        support editing, importing, exporting the xslt transformer service setting
        
        starting with LO 3.4 we default to using libxslt for xslt transformations
        in filters. the saxon/j based services is still available and can be
        explicitly requested by filters using the 2nd userdata entry in the filter
        configuration. There wasn't any place to edit this 2nd userdata entry,
        and it wasn't exported or imported with the custom filter packages.

2011-10-18  Peter Jentsch  <pjotr@guineapics.de>  [960f4bdd71c9de19059279d61abb142ddfdac0ce]

        initial support for user defined xslt service impl in filter jar
        
        Supports importing the 2nd userdata parameter for xslt filter
        definitions from manually edited custom XML filter settings.
        
        UI currently not available.

2011-10-18  Rene Engelhard  <rene@debian.org>  [aaf48368c80e60d6bf325573bab89a2efae6da4c]

        remove accidential Debian-only commit

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [d0a0513a9cbd25b2bcd933ec337f6366c86917cb]

        Undo basis/brand split: move program/{addin,filter,plugin} from basis to brand.
        
        And let $(prog), $(progpath), $(progurl) point to brand program/
        instead of basis program/.

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [d34a819233de940dcfe389fc87baebfbcbc7da66]

        fdo#41935: deadlock in ViewObjectContactOfUnoControl
        
        Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use
        the SolarMutex instead, because the current usage of 2 mutexes is just
        too prone to deadlock.

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [86a2270f856244e85b3fb91792fd936d793852ff]

        gb_Library_set_componentfile: depend from workdir
        
        The dependecy from the outdir lib to the component file is racy, because
        we preserve timestamps when delivering: if the component file and the
        workdir library are built in parallel, and the component file ends up
        being newer, then the library will always be delivered because its
        timestamp is always older.  Work around this by having the workdir
        library depend on the component file.

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [72acea9f28f1d4975c2e7149963e61a3901ec590]

        gbuild: mkdir when creating dependencies

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [e2934c43102eb6e6f46b238276fbe3b0274699a8]

        sal: workaround warnings in valgrind macros

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [fa70d98e729c0dba44e1c8e25fe1323bad918945]

        moz: replace Linux 3.0 workaround with one for 3.x

2011-10-18  Luboš Luňák  <l.lunak@suse.cz>  [7cd58dbe32e5421986216dd7c6b24a4bb0b9c1e5]

        style tooltips properly with KDE4 vclplug (fdo#40461)

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [1836e37f831dd5da06f12bc34d995610a81b6181]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [354f88b376195003841fc8474a600cf22d8b3a05]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [c4648a4c0f5920f8f070bbbe8f18b165b6b70802]

        WaE: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [52974709b0ddf70e7dce5f85bae2bd1108f64002]

        WaE: type name first seen using 'class' now seen using 'struct'

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [7bbcea33a2aacece2d5f5abe1a97d9e7fc9615f6]

        WaE: type name first seen using 'class' now seen using 'struct'

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [a0bbe01a00b22a3fe62a101910564d6576cd3425]

        WaE: type name first seen using 'class' now seen using 'struct'

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [ccc7d23bed33fecdca3c54f973b7cf6f6bd787f4]

        WaE: unreachable code

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [7fe62b7e040a6c3c8dbed0b140f4ff897737650f]

        WaE: unreachable code

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [6e71779cecc26a002243b59f3ad2128922dc4971]

        WaE: C++ exception handler used, but unwind semantics are not enabled
        
        Must use gb_Library_add_noexception_objects instead of
        gb_Library_add_cxxobjects so that -DEXCEPTIONS_OFF is passed to the
        compilation. (In this case, it affects code in
        com/sun/star/uno/genfunc.hxx.)

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [c1b00df77ed40200d06259d9a07ce77ed335b030]

        WaE: unreachable code

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [93ea3566d2d98a5eb2b6b3d8d315f4e0384ca1cc]

        WaE: illegal copy-initialization
        
        warning C4928: illegal copy-initialization; more than one user-defined
        conversion has been implicitly applied. So use a variable of the
        correct type, should not affect the intent of the code.

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [ab988bf0557e26a8e09c98a92295f26acaee7a50]

        WaE: unreachable code

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [88fcd2c05a037413550ea42f952d330f1b805c78]

        WaE: unreferenced local variable

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [de4d4273f805c43e1c71da4be1b9a0799bab80c4]

        WaE: unreachable code

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [adcf15c865692ed9071a971d5c0adc2ca49e4e0c]

        WaE: 'ScVbaFormatConditions' : default constructor could not be generated
        
        The ScVbaFormatConditions class is used only as a target for casting,
        it seems, and no objects of this type are created as such, I think.
        So avoid MSVC warnings:
        
        warning C4510: 'ScVbaFormatConditions' : default constructor could not
        be generated
        
        warning C4610: class 'ScVbaFormatConditions' can never be instantiated
        - user defined constructor required

2011-10-18  Tor Lillqvist  <tlillqvist@suse.com>  [bbe2a8674623c6a30f483040f114c754e67476ca]

        WaE: reinterpret_cast used between related classes, so use static_cast

2011-10-18  Lior Kaplan  <kaplanlior@gmail.com>  [d6f2418d0828ec4275355502ae3f87c80e16e8f5]

        Align a rebellious line

2011-10-18  Lior Kaplan  <kaplanlior@gmail.com>  [89a4f63bc56c7525f9e1d3e5b5d30859536b062e]

        Compact the enumeration spaces from previous commit

2011-10-18  Lior Kaplan  <kaplanlior@gmail.com>  [45e5cdd99f11834039d77adc2b8a13b20a5a0028]

        Remove .chaos file types, except 3 which are in use in the code

2011-10-18  Petr Mladek  <pmladek@suse.cz>  [c55b2dcceed29c3e9df181b2775099d5b345a4e9]

        losmoketest.py: fix to work with LO-3.5 daily build and improved
        
        + use the version 3.5 instead of 3.4
        + use /opt/lo-dev instead of /opt/libreoffice3.4
        + new options:
            + -d/--download just download the last build
            + -s/--headless use the headless mode when running the smoke test
            + -l/--loop do download/install/smoketest in a loop; do it jsut once
              by default
        + uninstall the old version when -i/--install option is used
        + mention PASSED/FAILED in the test log
        + restore compat symlinks to prebuilt binaries when they do not exits
        + complain when build.cfg is missing

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

        ignore callcatcher dirs

2011-10-18  Caolán McNamara  <caolanm@redhat.com>  [87c2fd70ae2796ab3e964bd80592ef9ee5329fef]

        Fix E_ACCESS failure under windows on attempt to remove temp qa data file
        
        The reference counting of ScDocShell is very confused. It starts off with ref
        count of 1, assigning it to a ScDocShellRef gives it a refcount of 2, so
        clearing it or its dtor gives a refcount of 1 again, so it doesn't auto-delete,
        and so doesn't close its stream, so the attempt to remove its stream gives
        E_ACCESS under windows.

2011-10-18  Jan Holesovsky  <kendy@suse.cz>  [c2ccc32df9787c4c32eb37fae4d639b82af80037]

        Add --disable-nss-module to the README.cross.

2011-10-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a12a2b63e2bc705c2dca85b9e3194c38dbe6d349]

        Removed some -Weffc++ warnings from the Header/Footer work

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [2487c54d1c6ff00d3d37bb326fc86206764ecfdc]

        Fixed uses of memmove in DynamicList.

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [fd1db0b8eba8e86c5a7e1a3c685e76975d21d93c]

        Undo basis/brand split: move program/classes/ from basis to brand.
        
        Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.

2011-10-18  Jan Holesovsky  <kendy@suse.cz>  [d37209912b44f5accee73e7f774122b195fe2183]

        Decouple NSS build from the Mozilla build.
        
        This allows xmlsecurity to be built even when --disable-mozilla is provided.

2011-10-18  Caolán McNamara  <caolanm@redhat.com>  [5f3a31f6f5a0271a5d2d04852e88a66672027bd1]

        survive some fuzz

2011-10-18  Michael Stahl  <mstahl@redhat.com>  [32d1dbdfadd0f3a3c71531c6f816568e7bd5d069]

        CMIS: Fixed the smoketests failure by catching some exceptions

2011-10-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [228051c11a5757507656460f7d28852aa9b5b540]

        Reapply "CMIS: use another name to show than the one extracted from the base URL
        
        This reverts commit 4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45.

2011-10-18  Stephan Bergmann  <sbergman@redhat.com>  [538d29f5a4d36a836124d49bb29e19a8954b34f9]

        Undo basis/brand split: move presets/ from basis to brand.
        
        Also let utl::Bootstrap::locateBaseInstallation return
        $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.

2011-10-17  Stephan Bergmann  <sbergman@redhat.com>  [b6ba12c7290417e9d025342087718c43b8e60c15]

        Prevent clang errors about promoted type incompatibilities of K&R function parameters.

2011-10-17  Julien Nabet  <serval2412@yahoo.fr>  [1d43c71138b6bbc83a7ea592bbeff416002902a5]

        cppcheck fix : 'operator=' should check for assignment to selfw

2011-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e38096b88817576753c70e2b5219c399a941c9b]

        copy/paste error, it should test the xls file too

2011-10-17  Stefan Weigel  <stefan.weigel@bildungskreis.org>  [92bbd8dcff997c606cf8c5662f0c8b0e5227f44b]

        add initial test for matrix functions

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [045e8340a04350b192152bd4918669df9fdd648e]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [0193dc6d690967ee5b047c6bf7905d8ce0510609]

        WaE: potentially uninitialized local variable used

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [bcfeaa2e7b2247480e857814a00f42fd7bb524c2]

        WaE: unreachable code

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [76faa3082022a402c5e567d149bfeb24fcfc99a0]

        WaE: unreachable code

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [8a89eb87d57b22cd755e2ce2fe2166144894897e]

        WaE: unreachable code

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [4cc0dfb2bb4b7e41464590d18070c439bc4af756]

        WaE: unsafe mix of type 'bool' and type foo in operation

2011-10-17  Stephan Bergmann  <sbergman@redhat.com>  [0f96c76362874c6eb76f4cd956ba8311d06a2ed1]

        Undo basis/brand split: fold brand.xcd into main.xcd.

2011-10-17  Luboš Luňák  <l.lunak@suse.cz>  [4901bdf4c4971e9b8235ab9bfbd0ee1088d51b45]

        Revert "CMIS: use another name to show than the one extracted from the base URL"
        
        The commit makes LO unusable, it fails during startup, smoketest fails as well.
        This reverts commit cd1a12dc552e9d34c7481c83b07a6f6af0e8762b.

2011-10-17  Radek Doulik  <rodo@novell.com>  [a3f899125e6d619e185d5e8317d3abd6ac541c14]

        update flip(mirror) properties setting for custom shape presets

2011-10-17  Caolán McNamara  <caolanm@redhat.com>  [46cd7bb96d08e81b01549e0467be19dfcb81eb84]

        remove newly unused binfilter::Sdr*

2011-10-17  Bernhard M. Wiedemann  <bernhardout@lsmod.de>  [45afb6635894a812701624ea092a9a812f048671]

        losmoketest.py: add pattern to download x86_64 rpms from master

2011-10-17  Petr Mladek  <pmladek@suse.cz>  [4c4d12b473bf696e69aaa59be236290185d09cf5]

        allow to execute losmoketest.py directly
        
        add exectuable rights; add #!/usr/bin/env python

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

        regenerate list

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

        Resolves: fdo#39347 changeall strips periods of sentences ending in error
        
        It's really dubious to do this, but we're doing it already for "Replace", just
        not for "Replace All". Might as well be equally wrong everywhere.

2011-10-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7aae30d6bd53eb66f6e300d024f597f70fc01fb]

        make the mathematical functions test simpler

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

        check that seeks and reads succeeded

2011-10-17  Caolán McNamara  <caolanm@redhat.com>  [644ded05e6ca6ec428f2e3015238c9448c3300d2]

        is it a secret what the error message is ?

2011-10-17  François Tigeot  <ftigeot@wolfpond.org>  [f999fbb5d90f7ffa18f942dedd41114fc6fffee4]

        Use the internal versions of libcmis and libvisio
        
        They are not packaged separately

2011-10-17  François Tigeot  <ftigeot@wolfpond.org>  [708892fe70c46a0ac7c8220ce97a30a771a93b70]

        Disable a cppunit test crashing on DragonFly.

2011-10-17  László Németh  <nemeth@numbertext.org>  [1c5d70ec088f674a3cf059361031ce034954f0fb]

        Fixes of Hyphen 2.8.2 (words with hyphens, numbers and use min. def. hyphenmin)

2011-10-17  Stephan Bergmann  <sbergman@redhat.com>  [2418bae7027706a0cc2a4132edc378f651bed0a1]

        Undo basis/brand split: move help/ from basis to brand.

2011-10-17  Tor Lillqvist  <tlillqvist@suse.com>  [e4d1c22aa1a2c44e92543566f100a800b295f009]

        WaE: potentially uninitialized local variable 'nColor' used

2011-10-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6a15a2898b7f822ddfba23553dd127e25af15fff]

        Styles cleanup: forgot to remove some bits

2011-10-17  Caolán McNamara  <caolanm@redhat.com>  [74b648ed610aaa14d02dbaa8dfd59f6c5becde63]

        expedient fix to get test-suite auto executed

2011-10-17  Jan Holesovsky  <kendy@suse.cz>  [17523de685d0c4b06f9be02c02788583e9fd221e]

        Skeleton of the unit test for updates.

2011-10-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [cd1a12dc552e9d34c7481c83b07a6f6af0e8762b]

        CMIS: use another name to show than the one extracted from the base URL
        
        In CMIS, the URL is only providing an easy access to the CMIS
        interface and doesn't reflect the public path on the server. A new
        property has been added in the SfxMedium items to hold the document
        name on the server and set it as the window title.

2011-10-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb]

        Removed list and numbering paragraph styles and related option page

2011-10-17  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [0541ac3413db2147ba2dac3a4b9213e102021b07]

        vcl: fixed debug build

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

        increase the amount of text shown in the font preview

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

        show CTL preview if CTL is enabled

2011-10-17  Caolán McNamara  <caolanm@redhat.com>  [62a37fd5f287999da57383ca55074d18983240e5]

        show CJK preview if CJK is enabled, not just if UI is CJK

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

        these can be const

2011-10-17  Kristian Rietveld  <kris@lanedo.com>  [e748b096633c5ef747f0630d13708d8dd7308a86]

        Mark ecx register as clobbered
        
        The inline assembly code executes a function call and functions are
        free to use eax, ecx and edx without preservation. We must thus mark
        ecx as a clobber register.

2011-10-16  Rene Engelhard  <rene@debian.org>  [62dd77da0f0e7e1a48078f731ab1a7650c3906f0]

        bump pkg-config check for libexttextcat to actually require 3.1.1

2011-10-16  Rene Engelhard  <rene@debian.org>  [a8699a2665b465a19db1fde1159dbeb70253da0b]

        add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshell

2011-10-16  Rene Engelhard  <rene@debian.org>  [8e970bc4e75caf40324f821123fdce36cb01918c]

        fix swext build with SYSTEM_APACHE_COMMONS==YES

2011-10-16  Rene Engelhard  <rene@debian.org>  [4a1d3a8cfef7ebcbb0fe311648237c42f40509f8]

        don't remove "bootstrap" in make distclean

2011-10-16  Rene Engelhard  <rene@debian.org>  [6923f3fc13f560fd0a2f4f8a12b6f4d45fb4da71]

        don't grep /proc/cpuinfo but use getconf on Linux

2011-10-16  Julien Nabet  <serval2412@yahoo.fr>  [9895d3169fb1a20b8e7fb0215acff71beabecdaa]

        Some callcatcher cleaning

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

        Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't happen before assign

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

        ByteString->rtl::OString

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [7a8c46ae1ffe72c3c77274bf4e7828e1363b34e6]

        don't need getExecutableDirectory anymore

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

        callcatcher: some unused code

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [a5aef9544429319cd0c0cfa0631571c8a46ae70f]

        now drop not available yet includes

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [db5a5ffa82f835c81cf9a411d24f4cb0b1bb8fa5]

        split bootstrapfixture and move test-filters class for sot test
        
        sot is below vcl, but is a filters test, we can split bootstrapfixture
        into a vcl needing bit and and non-vcl bit and filters test api
        can be standalone and combined with whichever bit in order to form
        pre and post vcl filters test

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [528a225ddb1d429eeb048626d5e9e045118bad2e]

        get TestResult dtor before osl::Module dtor

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [a851938bfc4c8a12bbb25be3d14b7da835a49e6f]

        Related: fdo#41642 add regression test

2011-10-15  Caolán McNamara  <caolanm@redhat.com>  [751b72050331c6b97c91bb1d4c69e05e3e32d998]

        Resolves: fdo#41642 detect loops in StgDirStrm entry chains

2011-10-15  Miklos Vajna  <vmiklos@frugalware.org>  [761b7e39ebbcd8398c2f67fcead5199285b1cbdc]

        mkdocs: sort module list

2011-10-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [33a43d55e6ec5db047dee076589b147fc5126d9d]

        Try to handle more text-box properties

2011-10-15  Rene Engelhard  <rene@debian.org>  [8d153dc965379672321b7c351db4b9c41473f6cf]

        add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build)

2011-10-14  Lior Kaplan  <kaplanlior@gmail.com>  [76259bb51d0918934ca2ecee569fc81727661761]

        rename kanxi to kangxi for correctness

2011-10-14  Miklos Vajna  <vmiklos@frugalware.org>  [ee2e2a1f5255797f4b4f4c127cf7e82fc44fb541]

        fdo#41080: fix crash while importing footnotes in RTF tables

2011-10-13  Julien Nabet  <serval2412@yahoo.fr>  [93e971ac54e94ad58b4199e5d635133e738c28a1]

        A cppcheck cleaning with some simplification

2011-10-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [64e3c3223e2b31a4fe85212f569f30e2abec0211]

        Fix build problem with the 'attribute' namespace.

2011-10-13  Jan Holesovsky  <kendy@suse.cz>  [8667bf02947dbd91043932842564cf2018ef37d6]

        icu-config check that survives older icu versions.

2011-10-13  Miklos Vajna  <vmiklos@frugalware.org>  [4456143b68c5093ca558579e9bc90cd3dd49cab1]

        po2lo: the po parser should be reset before starting a new file

2011-10-13  Jan Holesovsky  <kendy@suse.cz>  [257ad3bfd33ee709c397b60c302a393ccf114b7b]

        MinGW does not need the external .dll's.

2011-10-12  Michael Stahl  <mstahl@redhat.com>  [0ecc6c2ca0927591479a227a28f2b58888080609]

        officecfg: hack: adapt Help path
        
        this is just to get my smoketest running and should be revisited.

2011-10-12  Michael Stahl  <mstahl@redhat.com>  [eb15d03b906cfc183d455f69922eab3a8e6d0006]

        Configuration.mk: add nodeliver mode
        
        Add a special mode where a Configuration does not deliver to the solver,
        and use it in Configuration_mediawiki, preventing the files from
        officecfg being overwritten by files from swext.
        Should fix the annoying sc_test_filters failure and the smoketest
        as well if the mediawiki extension is enabled.

2011-10-12  Michael Stahl  <mstahl@redhat.com>  [6659c12d12d5a00b618b9fe30c4b0d14df8f61d5]

        remove comment obsoleted by fcf6c0a19f1a8cdff34e95ca0787277399a82c3c

2011-10-12  Julien Nabet  <serval2412@yahoo.fr>  [e57d4e3c83addd79dd975f84bf08f83fb8001241]

        Some cppcheck cleaning

2011-10-12  Ivan Timofeev  <timofeev.i.s@gmail.com>  [aaa6e59711d3ba9b143d3719c78a815d96c3b1df]

        treat "-" as entire range

2011-10-12  Takeshi Abe  <tabe@fixedpoint.jp>  [ff9da5a017a56c06a644cf5da8d4a34f4b275df8]

        extract a common inline function into header

2011-10-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [f7ffa5f14758fb49ca85b4cea7f705c2d438710e]

        Header/Footer: Implemented fade in/out

2011-10-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [01e704121ace2d9c732fbf0fad0ef69cd3c39378]

        Page Break: Make the line control thicker to ease fade in/out

2011-10-12  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8398373c622d0f1c9088e0193b99474b5d4284a5]

        Header/Footer: using the drawinglayer to paint the indicator
        
        First step before implementing Fade In/Out

2011-10-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7700e8e82084acb403eefce0d934bd339ffbca30]

        write out the text margins in text block

2011-10-11  Michael Stahl  <mstahl@redhat.com>  [a1c06ff4f270a7d240f08325198d967c09ce4c1b]

        tpcolor.cxx: unused parameter warning

2011-10-11  Michael Stahl  <mstahl@redhat.com>  [1061899ab6d4554269ef1536d52bd26af1590e0e]

        tail_build: fix non-parallel build problem

2011-10-11  Michael Stahl  <mstahl@redhat.com>  [1eb7b69ef4d58da1459a07a9e562e873ab1078c0]

        xmluconv.hxx: noncopyable (thank you tinderbox)

2011-10-11  Michael Meeks  <michael.meeks@suse.com>  [8025a41b80d0de2c5fddc3d2d74d2ad34181afe5]

        fix XColorList related crasher in tools->options, and try to clean more

2011-10-11  Michael Stahl  <mstahl@redhat.com>  [ab3895465a6cf0a8a41c7432ad9a8f77df7ae572]

        nss: replace Linux 3.0 workaround with one for 3.x

2011-10-11  Michael Stahl  <mst@openoffice.org>  [d3d533c9e45b6badf202a12f0ed266d0168aa636]

        mysqlcppconn: work around weird gcc issue

2011-10-11  Michael Stahl  <mst@openoffice.org>  [30e1eaabc4917641943a8fa2befca208d857a14a]

        #i108468#: clean up xmluconv: add a pImpl to SvXMLUnitConverter

2011-10-11  Michael Stahl  <mst@openoffice.org>  [8666469d7b0f450ec1448f80eda3c591f8d8d318]

        #i108468#: clean up xmluconv code duplication, measured approach:
        
         modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt:
          should be sufficient, since the largest number is SAL_INT32_MAX * 10^7.
         remove duplicate methods from SvXMLUnitConverter:
          convertMeasurePx, convertMeasure (static variants)
         remove entirely duplicative class SvXMLExportHelper:
          GetConversionFactor, GetUnitFromString, AddLength
         change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit.
         change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit.
         rename some methods to turn compiler into merge conflict detector :)
        

2011-10-11  Michael Stahl  <mst@openoffice.org>  [ae3e2f170045a1525f67e9f3e9b7e03d94f2b56b]

        #i108468#: clean up xmluconv code duplication, DateTime edition:
        
         remove duplicate methods from SvXMLUnitConverter:
          convertTime (all variants), convertDateTime (DateTime variants),
          convertTimeDuration.
         move convertAny from SvXMLUnitConverter to sax::converter.
        

2011-10-11  Michael Stahl  <mst@openoffice.org>  [3ca2bef76886450058d1667703aeafe4c2e456c3]

        #i108468#: clean up xmluconv code duplication, part 1:
        
         move convertNumber64 from SvXMLUnitConverter to sax::converter.
         remove duplicate methods from SvXMLUnitConverter:
          convertBool, convertPercent, convertColor, convertNumber, convertDouble,
          indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars,
          clearUndefinedChars
        

2011-10-11  Michael Stahl  <mst@openoffice.org>  [02c32e0f0e75a9df80888051d1ec189fa14129bd]

        partially revert 849a713ffd29a58ae79e48f80835c28bbd9d5a72

2011-10-11  Michael Stahl  <mst@openoffice.org>  [e0c72547ce57c25db61ec3da6c2f2f2792348c7d]

        enable libstdc++ debug mode with --enable-dbgutil

2011-10-11  Matúš Kukan  <matus.kukan@gmail.com>  [31973712c1ad7b995e9920af65e27f5879b33db9]

        move #endif to better place

2011-10-11  David Tardon  <dtardon@redhat.com>  [3d146fb86823591004bf2e64f803375b71d99013]

        deprecated decl. from ext. lib.

2011-10-11  David Tardon  <dtardon@redhat.com>  [9317cad2508d344e416a13768029b24800101a4d]

        WaE: ISO C90 forbids mixed declarations and code

2011-10-11  David Tardon  <dtardon@redhat.com>  [01af504ba9b0b79fd0205d5dd81ddac2c1e0c1fd]

        WaE: ISO C90 forbids mixed declarations and code

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [0123fc6d03412704ac8512339d949773b22b9cce]

        these can go behind DEBUG_CONTEXT_HANDLER

2011-10-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [6604fee6257ee21d56275a71bcf47772aa425113]

        Page Break: fade in / fade out the button when mouse if over the line

2011-10-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e267c98bd001929fb922f565b65d92365a8d390]

        Clone Caolán's work for wntgcci.mk too

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [5271b9c6ecb3efe521e30c872ddf4553a7d95984]

        reduce noise, split c/c++ warnings flags

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [5e0e2517f9dbbd65474baccfcbda263a2ee8b9bd]

        ignore libxslt .memdump and LibO lock files

2011-10-10  Kevin Hunter  <hunteke@earlham.edu>  [60f108553552eba8441589c47294f252e4ace1e5]

        Simplify logic to use std::vector's .empty()
        
        No need to muck about with iterators, adding a loop, and 2 function
        calls to test for empty: it's a std::vector under the hood, so use
        .empty(), and inline it.

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [76a0e6ee30cb7610bc0eb1d536476fc801f3a3bf]

        grab monitors on start also

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [1f88a2a00dfdcc29e805d23c1a88a82b69d59d24]

        fix the fallback logic

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [8e9ad03830367062aaa84206eae56252eca2ec5e]

        Related: fdo#38580 NULL object

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [78c5ae94a3a98717b26b2cd17d6f2d42bf94f92b]

        regenerate list

2011-10-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [4c03a2497c97568c244cd14767e840d200fbc440]

        Page Break: Fix page break deletion when changing page style

2011-10-10  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [61ae8caa020c76f3095ec91801c460a018872fae]

        Page Break: show the button on the right for book mode view

2011-10-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eb09adaa9a2accbdc3531bb96447c8e7fbb9f8a9]

        Warn if declaration follows statement in C-files

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [6a45259834818dc819f4eb63043d0ea2b3416ac2]

        WaE: -Wsign-promo

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [a62e3205030d17a402255c9a84d0f484c18d25a9]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [2a0a3a15b985258f678c97890527216fdda8eead]

        WaE: inconsistent dll linkage

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [76fd28341d36b55af448be2703a405d5095bafbd]

        WaE: unreachable code

2011-10-10  Noel Power  <noel.power@novell.com>  [b76d47d9ad25fd5c6bc1c4499d000a2ea85079a3]

        So just drop the duplicate XInvocation base class then

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [51a1995381ddd85d19a9baf3532aa5527c972d5d]

        WaE: type name first seen using 'struct' now seen using 'class'

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [1babb8f66b1cc68dd39a1c9602fb932550b153c5]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [1459d574f4aefc95a6e8d55ccb5285f3ecdd4e75]

        WaE: reinterpret_cast used between related classes

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [97e2637337f422e8b934e990ddccddd2ef8189d3]

        WaE: unreachable code

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [d1a8ce5f59a3c39875842d01e1e12e467f351e9b]

        WaE: C4584: foo is already a base-class of bar
        
        'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' :
        base-class 'com::sun::star::script::XInvocation' is already a
        base-class of 'com::sun::star::script::XAutomationInvocation'
        
        So ignore that warning. No idea if the duplicate base class
        XInvocation is intentional or not, and I certainly won't dare touch
        it.
        
        I guess the existing pragma to ignore warning C4548 was a typo, and
        what was intended was this warning, C4584.

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [6c29671175ca42e4918df2cf5df5325b58350a87]

        WaE: unreachable code

2011-10-10  Tor Lillqvist  <tlillqvist@suse.com>  [d41d645f55bf41f9a69f7894107f1a2732a3b7b3]

        WaE: unreferenced local variable

2011-10-10  Andras Timar  <atimar@suse.com>  [003973f5d461b981737946456eb08b2b7d60f150]

        add Pali language (Latin script) - fdo#41599

2011-10-10  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04e1536d4e77242a47afa5c573add7ab619e6762]

        fixing error handling for generated files again

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [e8bbb76827dd7a0e30d7d1db34a812a84d85f390]

        ensure correct export size type  in stream operation

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [2d25e3c354bfed19ee5c6f596cf57eb58ead9162]

        tidy this a little bit

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [9da5c3b8e3b53c8b423febafbdc513c55525153e]

        callcatcher: remove some unused code

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [7404c81ee11d99e8ce8dbc3dc777ada5ae38046f]

        update unused list

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [6d768ffb800613b71388bc4804a797d7537cc2b8]

        ByteString->rtl::OString

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [307263ec54cff27b8a61d55ede931c083af90381]

        remove unused source dir

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [af6980b1c7ed24d9102e5a88c095aa8fb4008715]

        make xmloff ByteString free

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [b2aa7673de144df737374b9173b5539f36f6a533]

        ByteString->rtl::OString

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [625d5639cb983d35179747b29b5f54e50ade929a]

        aEmptyByteStr unnecessary

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [460ed871fa2e9b4ff0ba1c729a49568c2f6ec6f6]

        ByteString->rtl::OString

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [085e3605cdb5bcc852de95a14de57106ae66998e]

        update list

2011-10-10  Caolán McNamara  <caolanm@redhat.com>  [826ec1cc52aad525bcee3f3cda656e07a491fd98]

        callcatcher: SvxHtmlExportModeConfigItem_Impl unused now

2011-10-10  Jan Holesovsky  <kendy@suse.cz>  [225b8d6bbf3516725b11120e4fa8d0a21a6a8647]

        Simplify drawing of the toolbar indicator.

2011-10-10  Jan Holesovsky  <kendy@suse.cz>  [16f5c269890156395644caa5f557570c1c65ca50]

        Improve the look of the 'More' toolbar indicator in the non-NWF case.

2011-10-09  Cédric Bosdonnat  <cedric.bosdonnat@free.fr>  [8647c6fbf73aa0fd5f0ad8f34afa0a6bc41d9576]

        Page Break: don't let the indicator being hidden due to the zoom level

2011-10-09  Jan Holesovsky  <kendy@suse.cz>  [42b8e37570356beaded307fa744046a2ff40c0de]

        Make the key names look better under wine.

2011-10-09  Jan Holesovsky  <kendy@suse.cz>  [538da29dca6d97b4712cc32311e7dbfc2d715780]

        Kill unused code in Ruler.

2011-10-09  Jan Holesovsky  <kendy@suse.cz>  [3f4969ea0d0f620a0424f05b1a7fd53f1d259655]

        Explicitly enable manifest creation.
        
        Seems to cure the 'desktop' build trouble on Windows.

2011-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb549e2d50e548c2deda3af77ac444a4dde35700]

        add unit test cases for mathematical functions

2011-10-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c85b929b532c56c061df4fcfe32734d5db3bd5b8]

        extend test for spreadsheet functions

2011-10-08  Stephan Bergmann  <sbergman@redhat.com>  [946090359b231f55e2498dcfe4fff7294c2b9504]

        Added the unreachable code back in, even for GCC 4.0, so Mac OS X would not fail.

2011-10-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e0ffea7232fe4bd52424b321562baa809686fb09]

        migrate to StringRangeEnumerator in Basic

2011-10-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [9cbc1c3253f1c7ac7507ec89ed879d157c809bb6]

        no need to return size_t instead of sal_Int32

2011-10-08  Ivan Timofeev  <timofeev.i.s@gmail.com>  [6dcfa9d2aefc161ce61ea9b007d8997be3f31af9]

        allow parsing of joined ranges
        
        i.e. "1-4-2" means "1,2,3,4,3,2" now. This is for eliminating ambiguity,
        it is doubtful whether users will find this useful.

2011-10-08  Stephan Bergmann  <sbergman@redhat.com>  [d1076b1b7f4049d8820f410d72c7a60bfac95152]

        Second attempt at (cross-platform) OSL_FORMAT.

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [d71c0373433da965f8a2d512f72df1d0a0adee2b]

        convert path for windows

2011-10-08  Tor Lillqvist  <tlillqvist@suse.com>  [88b265f102939bbc5b51653eb656d6e16b5cff07]

        Revert "cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c"
        
        As long as we want to be buildable with MSVC 2008, we can't use C99
        features in our C source files. (Yeah, horrible, M$ suxors, etc,
        complain to your mother.) Please relax the cppcheck enthusiasm, or at
        least, tune cppcheck to follow C89 for C files.
        
        This reverts commit 0921457488898b43152e33d1184929f7436aeeb4.

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [51798a4ecf01aa225875e8582787323b1092b2dd]

        do not use _COMPHELPER_COMPONENT_GETFACTORY macro

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [173cf81756c69f112c3d61403b5cf87ee81afcfb]

        add more component prefixes

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [cad383870426fed3cbb83c17c39f910a454e001c]

        add package to tail_build

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [a1aaab393a9f861dc54872bf2f9d67e3da9d00e2]

        use response file when compiling java sources

2011-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5f981343a5fcd2c66bd874422ecb5e6918f1d11f]

        When building with system libcmis, look for headers where they are

2011-10-08  Tor Lillqvist  <tlillqvist@suse.com>  [256f1925826436ed8902848369a5744b4d2f22b8]

        Revert "Introduced OSL_FORMAT, adpated some places to it."
        
        Breaks the MSVC build for me: 'osl_detail_formatString' : C linkage
        function cannot return C++ class 'rtl::OString'.
        
        This reverts commit 6b900b8bede24c8710d62e9e7cbff613a0b12f9f.

2011-10-08  Stephan Bergmann  <sbergman@redhat.com>  [6b900b8bede24c8710d62e9e7cbff613a0b12f9f]

        Introduced OSL_FORMAT, adpated some places to it.

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [8ac7152ca8b3b71c17ea55ec9e660804990ab86c]

        Don't build jars when java is disabled

2011-10-08  Matúš Kukan  <matus.kukan@gmail.com>  [7e9a597202568a812a6470939b0ad1a693685adc]

        Revert "cppcheck reduce scope of var in odk/..unoapploader.c"
        
        This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0.
        MSVC couldn't handle this.

2011-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [a2c45688c094d8fa88f9ac0c3534a03fbb9a3b2a]

        Revert "cppcheck reduce scope of var in sal/... security.c"
        
        This reverts commit 04028b90252888848c0fc911ea3ad3aa49d9a5b5.
        use c99 construct in c, which break Microsoft

2011-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [c937997abd00451bd9b652083a34dd9027edb96a]

        Revert "cppcheck scope reduction of var in soltools/...javadep.c"
        
        This reverts commit 1fc34c75a8a2356ed03c52ca839a7ad771c51ba1.
        which break windows by using c99 features... and Redmond
        only support the 22 year old standard c89.

2011-10-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [72d87e2b5f37c639c04a1da80b922ae38537d591]

        improve error messages for sc's filters-test

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [eded42ce444318e2a195cc7696d6a4289dd1ed3f]

        remove unsupported format from epm list

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [624e90aa03583748f210c38fcf68ac38b23848eb]

        update external extension names

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [b64bc8b4b37edbc06aa0d775832f5537ae691307]

        ignore downloaded extensions

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [9fe2f5afabce999e9a0d60b641d3b9b9517bf3ad]

        quote tr arguments

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [1df3426dc9084725dc5d7a8407ee794a6db31b3c]

        fix typos

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [f68cb61857c6255fde427964c622e38949228db1]

        convert testautomation to gbuild and add to tail_build

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [cbe7780544876a77af7de01da13d2943564d0773]

        convert qadevOOo to gbuild

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [b78a7ae95bac198fb44e0c093061f98dd883a27d]

        convert xmerge to gbuild and add to tail_build

2011-10-07  Peter Foley  <pefoley2@verizon.net>  [e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612]

        convert swext to gbuild and add to tail_build

2011-10-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fed75d001e6a48a84bc46606848af3ba0219df29]

        set the correct url for vba unit test
        
        it seems like the method name is the same as the module name
        unit test still crashs because it can't find XSpreadsheetView but works
        in general

2011-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa09a9b77d10145ecc0dc0111c7235d869a428a8]

        bootstrap.1 is not usefull anymore use bootsrap directly

2011-10-07  Stephan Bergmann  <sbergman@redhat.com>  [2ff63bcdeac45ca10a6c6ac72ac8c9faf9301aa2]

        Undo basis/brand split: merge basis share/ into brand share/.

2011-10-07  Stephan Bergmann  <sbergman@redhat.com>  [29e11dd13efc2d1325b0f424788484bc8ecf0ce1]

        Improved exception reporting.

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [78b1cc1a08d712212152a1e57400c8b07654e471]

        Revert "cppcheck scope reduction in vcl/..salatsuifontutils.cxx"
        
        This reverts commit e45b962f49829d5c60c913383b2132b579af3fab.
        this is the most probale cause of the breakage on MacOSX tinderbox.
        Do not really understand why it should break, but I do not see other
        potential guilty commits... No MacOSX at hand... so revert and see

2011-10-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [49861a0246547554e285b4d14f049a28addd4ddc]

        error on missing generated files too

2011-10-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d8253b4d50d813afd4feb9285cea32c1b86adf2a]

        cant check that early for generated files

2011-10-07  Caolán McNamara  <caolanm@redhat.com>  [49cfdc8796b5b473032dd75f062faaec21f547b7]

        WaE: could do away with nToken altogether, but this is more readable

2011-10-07  Matúš Kukan  <matus.kukan@gmail.com>  [6acb59a26dbc20e09ff32f0a9672f572ce62df83]

        Fix parameters for gb_GenFooObject_get_source

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [084e181b6ccdafed1acafa11ab75335703eb0b40]

        WaE: Disable also warning C4373
        
        "previous versions of the compiler did not override when parameters
        only differed by const/volatile qualifiers"

2011-10-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [eb0e2fcf15ed37f56c2334d292bdc1fb054bc287]

        Page Break: Fixed part of the Edit menu action cursors handling
        
        Added an optional SwPaM argument to SID_PARA_DLG action to avoid
        changing the current cursor before showing the dialog.
        
        Set the focus to SwEditWin after the action to continue editing the
        document.

2011-10-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6055a5df7b6e7452987a9584d10f436ca2d349fd]

        no more gbuild loops: break early on nonexistent objects (this commit breaks multi-repo support)

2011-10-07  Michael Meeks  <michael.meeks@novell.com>  [9142f9a1a10f2df24f55e21b9203058bd0d2626a]

        WaE: win32 cleanup

2011-10-07  Muthu Subramanian  <sumuthu@suse.com>  [ce285da92f95995a4e7c3a63713a8b004a1ab967]

        n#685123: Undo corrupting the document.

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [90645b9be8976681a2110ce40f7fb4f54b30edfa]

        do not check if unsigned is less than zero in in soltools/..hastbl.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d97b1a730547c6b40b07e20e6eccf3440b4b30b2]

        add missing braces for if statement, making correct scope

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [4d08dfa3193a96676c911a44c54a3f512b9ebb03]

        cppcheck reduce scope of lingucomponent/...sspellimp.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e47e88723cd3f330c158a224cd7ea42141ccd1dd]

        delete commented code from idlc/..astinterface.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [faeb15dd32c689f1e00716fedb4229af856706b3]

        cppcheck reduce scope of var in formula/..formula.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [cbc1c6f0824f95a8d271edfdf4a6fe522388042b]

        cppcheck reduce scope of var in oox/...shapes.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1fc34c75a8a2356ed03c52ca839a7ad771c51ba1]

        cppcheck scope reduction of var in soltools/...javadep.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2dc8787d06cb8e12d9309c0cc149befc02c405aa]

        cppcheck reduce scope of var in vcl/unx/...wmadaptor.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e9969a918f3b171833991f152f58baf7a0237e2f]

        cppcheck reduce scope of var in dmake/win95/runargv.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [070957a67757dad71a1f80bea1c763c7aef439e8]

        cppcheck reduce scope of var in dmake/winnt/...vpp40/runargv.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3f7fd933b3feab7924998e11b4a49c1d27c7fa2c]

        cppcheck reduce scope of var in dmake/state.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7bd7d37f58ee7dbc893201d57940cf851fa9dce1]

        cppcheck reduce scope in dmake/unix/runargv.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [347367d14ac8e3d7c25aaf50cc72593212d27f26]

        cppcheck scope reduction in dmake/infer.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8fc65666ea32241f192eda8f8e4eb11e90c5fca3]

        cppcheck scope reduction in dmake/getinp.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2b6ef29f451c707c151025b85e87196c3602b44e]

        cppcheck reduce scope of var in automation/...objtest.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e9f3d1e50500a410a0f33c6a5ffc38207cd31ca6]

        delete dead code but leave FIXME tags behind

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [84ca0da2803c4f74ab34b6606c65d99d62e0fc4a]

        cppcheck reduce scope of var in vcl/...bitmapex.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7f8c23462e92cf34caddb213d1c0b60720503c8d]

        cppcheck reduce scope of var in unotools/...fontcfg.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1649892a9e35ee990eed7fef1feebe79a51492ba]

        cppcheck reduce scope of var in toolkit/...fomrattedcontrol.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6841f2ff69c7e877937f5ae76836d02ade7120e2]

        cppcheck reduce scope of var in toolkit/...controlmodelcontainerbase.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5f6c37b1ebd5c77311b5474e1243091faf147244]

        cppcheck reduce scope of var in shell/...gconfaccess.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b88e1f5cd1f1a5f963240bf9ed4e2a05f17a7511]

        cppcheck reduce scope of var in sfx2/... dinfdlg.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3251b313193196c9512c950da740757c46a07ddd]

        cppcheck reduce scope of var in setup_native/...regactivex.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [69cc1ee085ebb5c35c09f50127d00ad90495d563]

        cppcheck reduce scope of var in sal/... cbptest.cxx and cbvtest.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [44f8989af2a114f690bea1cb92ad74435c63ffe9]

        cppcheck reduce scope of var in sal/...cbcpytest.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b07fff32c683f55e6410712880b5302baa44da73]

        cppcheck reduce scope in sal/...osl_Pipe.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [04028b90252888848c0fc911ea3ad3aa49d9a5b5]

        cppcheck reduce scope of var in sal/... security.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0921457488898b43152e33d1184929f7436aeeb4]

        cppcheck reduce scope of var in rsc/...cpp3.c/cpp4.c/cpp6.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [fb2fe60773654c17e366aa6857dbcf975cb9edb0]

        cppcheck reduce scope of var in rsc/...rscclass.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7cec8f6208c7db3959e7d9e7249d8c6981be129c]

        cppcheck reduce scope of var in registry/...regimpl.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [595de860c7a3fb274d2cf432bd1fa04a008503a0]

        cppcheck reduce scope of var in odk/..unoapploader.c

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [329841d0189c939a072c004dc96230d1e9f30050]

        cppcheck reduce scope in linguacomponent/...sspellimp.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [25cd5ef3de74c9c0b0cd739e479a256110a99ddc]

        remove dead code in astdump.cxx (in idlc dir).

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9ef6565f18343ec4f6fd010a74cf2be045a3e670]

        cppcheck scope reduction in framework/.. menubarmanager.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [260c5f70b707b82db016afa6e7c209c23a10bd1d]

        cppcheck scope reduction in framework/... menumanager.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b94d6e85c54e21431d25cc579de30ad58759b5a2]

        cppcheck reduce scope of var in forms/...convert.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b24adf82ce21ac91851a73c84680447a16feb53b]

        cppcheck scope reduction in forms/...DatabaseForm.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5f6977735dbf9504fb4dbb885b8b3e4728b33f60]

        cppcheck scope reduction of var in filter/...msdffimp.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [67c578f4cb0a51076388c8b02a01a3b5a6e7f245]

        cppcheck scope reduction of var in filter/..escherex.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5d92f55416a4f7b77841615b83514ea192b612d8]

        cppcheck scope reduction of var in extensions/...Basic.cpp

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [10e66bac5ce908ffcb869bf33f075c428459a5e2]

        cppcheck reduce scope of var in extensions/...sane.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [923c2387451e99fa828bafb45da006da6ceb13b5]

        cppcheck reduce scope of var in extensions/..so_activex.cpp

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [11f7014fe82493d24ef75cafa305047dd0f68812]

        cppcheck reduce scope of var in editeng/..txtrange.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3770392a0e142fddad40a40cfaf133d62db23a8e]

        cppcheck reduce scope of var in editeng/.. impedit3.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b64cccce574e98cc90882f5d5b6ab414aa23abae]

        cppcheck scope reduction of var in desktop/win32/...setup.cpp

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ef790a1bf17b6378766657607a2de7d2a2d21800]

        dead code deletion in crashrep/.../win32/soreport.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f8a57bed60fe4aea350582ef5cd70368fd14f0bf]

        cppcheck scope reduction of var in crashrep/soreport.cpp

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c528a8e48de0953b35313a66cc5e36064af06e28]

        cppcheck scope reduction in connectivity/.. main.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [07ba372985eb0884e46b9285c4f7c099eb43a392]

        cppcheck scope reduction comphelper/.. storagehelper.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5d2c125d90a8865df9a96a267ed83686597e3336]

        cppcheck scope reduction in codemake/... cpputype.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3a1f8d5f41b6b1f6d3f40405338210f235c2ac87]

        cppcheck scope reduction of var in automation/..statment.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6929d42c7d2a2dac3dc43e858389cff7c90bd916]

        cppcheck reduce scope in editeng/..svxrtf.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ff5899f188d778cbc4541cf5b6505c661ab38ffd]

        cppcheck reduce scope of var in formula/..formula.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8ffcc43c3304d251ee0dcdbb79ef7d5197bed0e7]

        cppcheck reduce scope of var in filter/..svdfppt.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [26b17d5c2c1d20cbed051ff1b830a4ea9504d6d8]

        cppcheck scope reduction in sd/... CustomAnimationList.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f087747a58458bbfc08401281aa868c05281224a]

        cppcheck reduce scope of var in sd/ pptin.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e45b962f49829d5c60c913383b2132b579af3fab]

        cppcheck scope reduction in vcl/..salatsuifontutils.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3cf7144e5149c571e9623a0ecb422ce475694790]

        cppcheck reduce scope in vcl/.. lstbox.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [82e6e14478da5285f43263f556fcc7e353f590a6]

        cppcheck reduce scope of var in tools/.. table.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [03d21764bc2604bda65e9c5916475f4f96b07320]

        this counter is not needed in sw/.. view.cxx, thanks cppcheck

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8efc2f7428b86b8de6e4d6cc77c714c24ad2d49b]

        cppcheck reduce scope of var in svtools/..svimpbox.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8cfd5f620df5093c1b4bb006c4b583dd77ef74db]

        cppcheck scope reduction in svtools/..imivctl1.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1353a64402cf9b9aea4f3ca39fa5b9c121576226]

        cppcheck scope reduction in svl/..zforlist.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c36fbb450d340e20e4c17a057de93c87c53a15ad]

        cppcheck scope reduction in svl/szitem.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [73ec894e0d5aea6f8462c2e42d064c317d4a82ec]

        cppcheck reduce scope in svtools/.. wmfwr.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1d2870f33c0489119f4c01e0fc5c567d6c0d021c]

        cppcheck scope reduction in svtools... winwmf.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3150a3399683d1e3115f7a1a0550a3efb6c94f9e]

        cppcheck scope reduction in sw/..docredln.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [705660087841a37996763bc359d244964b887218]

        cppcheck scope reduction in sw/.. trvlfrm.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [394e13ea948355cc8ac73df2a636665b0296e08d]

        cppcheck scope reduction of var in vcl/... bitmap.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e0f9a3411a7670aff27afed46ebfa18772cdb95f]

        cppcheck scope reduction in vcl/..ttcr.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a74dec4e61e6c47439a2274254de511e537beacd]

        cppcheck scope reduction of var in vcl/... salprn.cxx

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [25d189859f27e7a8276deae68878015a92753804]

        cppcheck reduce scope of var in vcl/... salgdi2.cxx and avoid hidden var

2011-10-07  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [03fda3dba945648c693e0c2bc58b4bae75c62402]

        cppcheck scope reduction of var in vcl/... salbmp.cxx

2011-10-07  Caolán McNamara  <caolanm@redhat.com>  [a99322071afd45c17df973a965e459111c93f36b]

        its not a secret which PPD is missing a DefaultResolution

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [ebcb781ab08019812088ea73ea90373bd61ff048]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [8aeeb8eb06640ed454ba8aa660964368b977568e]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [fd5a9a65f0cadd046d2f67924ba9e3d0a380208f]

        WaE: unreachable code
        
        Interesting use of for loops with the body of the loop returning
        unconditionally.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [b693eba2739361f343dd373b80945542cc6703c1]

        WaE: truncation of constant value
        
        Just use sal_Unicode as type for cLeader as it is being assigned to a
        sal_Unicode field anyway.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [e2f3e17c9a5028eaa6a9305012ea2110f1f86bf9]

        WaE: unreachable code

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [ff86d3ac43e5f3150cd8e4c5e5aed583ff2fcc76]

        WaE: reinterpret_cast used between related classes
        
        static_cast is what we should need here, say the C++ experts.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [86cbc1dd99e79fd0ac325635f02827198298d9aa]

        WaE: switch statement contains 'default' but no 'case' labels

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [d0aaada2821aee4501e7c16e32843b6d251755c6]

        WaE: unreferenced local variable

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [11b64d662d2413ffeab57e625e3e12a402e2b536]

        WaE: assignment within conditional expression
        
        A whole bunch of them.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [e76df814a59cf19cf052f9a4c82f005ff0bf60f6]

        WaE: type name first seen using 'struct' now seen using 'class'

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [535cd4acc2d03786669d17c8eb66c353e26331ad]

        WaE: unreferenced local variable

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [2026c163b0f1205b7ad3e7ff65e8a7ea28b64ac4]

        WaE: unreachable code

2011-10-07  Caolán McNamara  <caolanm@redhat.com>  [b90a9e8877a71e33c439396e3fda0c53750748f8]

        WaE: unused variables

2011-10-07  Jan Holesovsky  <kendy@suse.cz>  [6fb32f4f3861b64c93fed9bebfd37b672fcc9939]

        Advise how to save yourself a rebuild with make dev-install.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [cdad6cb3bfad8709ee984a7581664725948e24fb]

        WaE: unreferenced local variable

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [61a0a9e30014f707e30e872e011be5c6bde36a6f]

        WaE: signed/unsigned mismatch

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [2d55a917a46f89ab0e82acc8bcca2f5a9dfce822]

        WaE: bool/sal_Bool mismatch

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [f2b0bd07b37f40048a4b58a561a3c787eb6a885b]

        WaE: unreachable code

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [5c46f61892c90e179a74e06d0d87e25c09fa7589]

        drawinglayer/source/geometry/viewinformation2d.cxx does neeed exceptions
        
        At least in a MSVC --enable-dbgutil build.

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [a9cb605b3ac95225d1b1678b4a9a72bca478d95e]

        WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operation

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [6b9fbc03b84bd97404107973a9d569432b6f74c0]

        WaE: assignment within conditional expression

2011-10-07  Tor Lillqvist  <tlillqvist@suse.com>  [288ce7b4ab9c55554b7ca085106eae2e56bc0a3c]

        WaE: unreachable code

2011-10-07  Jan Holesovsky  <kendy@suse.cz>  [683cd8d86febeb28d1cb79ec9fb4c7cef45042ef]

        Indicate that the build was successful, and what to do next.

2011-10-07  Thorsten Behrens  <tbehrens@novell.com>  [19428106ea6e1614205f6b818565daee56c9d11f]

        Miklos wants writerfilter doxygen-ified, too

2011-10-07  Caolán McNamara  <caolanm@redhat.com>  [6a0fdcc0b73883892fcf5ae6475829927fe5278a]

        state *what* is missing

2011-10-07  Jan Holesovsky  <kendy@suse.cz>  [ef819a24e14274aa21d439c6ae7874879b31c28f]

        Kill dead code.

2011-10-07  Maxim Iorsh  <iorsh@users.sourceforge.net>  [6087dc9cddde7052258996389d561f415ebee13c]

        filter: PDF Export UI "page range" autofocus
        
        When the user selects "Pages" radio button in the Range section, it is very
        reasonable to expect that she would now want to specify the range. Thus moving
        the focus automatically to the page range edit box would save the user a mouse
        click.a
        
        Code is contributed under the LGPLv3+ / MPL.

2011-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1a08ce297711ae13ac4080d444a199ba47957c06]

        Trying to unbreak the build with older GCC
        
        If I am completely wrong, feel free to revert
        and fix it the right way

2011-10-07  David Tardon  <dtardon@redhat.com>  [8cc9bf475a351bd0851f057f38ee596ca9ecc7ce]

        --strip-component is GNU tar extension

2011-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [6b280c938d2213cf9e7ddea13baa38427c3b5c6d]

        delete NULL is safe

2011-10-07  Takeshi Abe  <tabe@fixedpoint.jp>  [11c4ce59cbfcae676583488b8750393c4485220d]

        fdo#41187 - "Prind grid" possible only when "Display grid" checked

2011-10-07  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [d052ac384fbb476fe4525ab2d123d79b1158acb4]

        Remove Declaration of WW8Bytes now not used

2011-10-07  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [bcf7d383578a00b961a0484534d810202cf57852]

        2nd part of Replace WW8Bytes with ww::bytes
        
        Use prefered methods from SwWW8Writer

2011-10-07  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [37836e3ba37c1ff7c303047a418dcbc3ef390afe]

        Remove unused Variables in WW8Export
        
        Variables were NULL or 0 saved and restored but nothing more.

2011-10-07  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [6cdc31837c73accca69ed9b1702e269f50c96bff]

        1st part of Replace WW8Bytes with ww::bytes
        
        Change WW8Export::pO to ww::bytes and other related

2011-10-07  Jan Holesovsky  <kendy@suse.cz>  [f1eda55a0670cd571d676b46d2ac19fe86d51a3f]

        Add method data() to ww::bytes.

2011-10-06  Stephan Bergmann  <sbergman@redhat.com>  [d550bc3f450dd2d3aa33398eb31bc1163a181c43]

        Undo basis/brand split: move some auxiliary executables from basis to brand.

2011-10-06  Stephan Bergmann  <sbergman@redhat.com>  [243ead838369b030579f501ce1f77689ce822f06]

        Undo basis/brand split: move dynamic libraries from basis to brand.

2011-10-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6d508f856fa04952a2a8cc0528c04c0d7e9cf3cf]

        Page Break: implemented final paint of the indicator and its line length

2011-10-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d1b6140239e3bace6a4ffd3147b2466583f4e1d0]

        Page Break: fixed the Edit dialog... wasn't using the correct selection

2011-10-06  Harri Pitkänen  <hatapitk@iki.fi>  [77cb41a734c507722c652d0a675ccbf18e3d6b99]

        Remove code related to previously disabled HTML 3.2 export

2011-10-06  Caolán McNamara  <caolanm@redhat.com>  [0e600dd2805f9284b01a1030f0ad1b720acdaeae]

        VALGRIND=memcheck => sc unit test discovered bug.

2011-10-06  Ivan Timofeev  <timofeev.i.s@gmail.com>  [3c7d3dba70e0d017b9ee3121fb4adc9fc6179300]

        fix doubling of range in StringRangeEnumerator

2011-10-06  Miklos Vajna  <vmiklos@frugalware.org>  [551a13f54e3e0f69d243b50db4f1b442ecce059a]

        Give better error message on invalid sdf input

2011-10-06  Caolán McNamara  <caolanm@redhat.com>  [ea4e833c37892b7cf8154244662f8437facaad98]

        update unused list, note AtomPubSession dtor unused, i.e. probable leak

2011-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [696f4b98d05aee3fb245ccb97fdb1c50080bf0af]

        Fix dependencies of libcmis

2011-10-06  Thorsten Behrens  <tbehrens@novell.com>  [d8541ddba4ff38d4c8c8e33b192b8c28e734c987]

        cmis disable got removed from configure

2011-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e9ee46c22cbe809fbe5750b81ccce18403f8b69b]

        Kill --without-cmis option that is noop anyway

2011-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [46da2ed6be6df4089df338098f69375e3e494e44]

        System libcmis fix

2011-10-06  Radek Doulik  <rodo@novell.com>  [39160c1044ef2189a76b9c17496f5024312e7458]

        added new source files to the .mk file

2011-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4cd6e07a84df42e8fa961f3faef7c316b080ce03]

        And yet another .getStr()-style fix

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [c9991493da19151ae9663b8021365b16f0535f0e]

        Put .pdb files in misc as before, avoid cluttering up source directories

2011-10-06  Radek Doulik  <rodo@novell.com>  [6506416d3dc713e94a83327c79c030fc4b8127df]

        perl scripts to generate sources for custom shapes PPTX import

2011-10-06  Radek Doulik  <rodo@novell.com>  [aa66cd83ad900dfba33c156c7a2f9fd5868d1399]

        added definitions for new presets initialize functions

2011-10-06  Radek Doulik  <rodo@novell.com>  [d05649c43b41c20a15677982e0942be8ac796753]

        custom shapes import improvements
        
          - added new presets generated from definition included in ISO standard
          - added missing variables (cd3, hd10, ...)
          - added ifelse shortcut ?:
          - removed GetAdjAngle because it would make problems with constant vs. equation
            defined angles, move conversion to the functions using them
          - implemented arcTo path segment (command)
          - removed GetTextShapeType as we don't use vml's presets for drawingml
            anymore
          - use token number for preset type instead of string, as we don't
            convert to old vml's preset types anymore
          - enhanced custom shape properties dump code

2011-10-06  Radek Doulik  <rodo@novell.com>  [27bd8bf30bfaf5c8d7c3403e5d6adfc04ccc009c]

        added CXX sources with generated presets definitions

2011-10-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [80d96f738abd01d68befc44a607abe3c360604b1]

        Page Break: fixed crasher, the page frame can contain no children

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [56d6da052e71f6ff374248d8a7dbe92c4ddf7d74]

        STRSAFE_NO_DEPRECATE

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [bdda05135e4e13e417ef480a8ca6171bdbb8a16e]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-06  Caolán McNamara  <caolanm@redhat.com>  [86bc0db00a463c83980521fa533aaee8f617765a]

        remove old fingerprints cache

2011-10-06  Caolán McNamara  <caolanm@redhat.com>  [5737ffab0654176f320fa3f4f727a9c5dcdb6809]

        leak-check was accidentally added here

2011-10-06  Caolán McNamara  <caolanm@redhat.com>  [2f632a0b39e6ae6518131ef6d100831c69c2f68f]

        woah, that's very not right

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [5cb1597064e81e0ea90d6a000854f9305a45c87a]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [6db1788c08b82b0a459d4c480133fa8341ef256f]

        WaE: '=' : truncation of constant value

2011-10-06  Noel Power  <noel.power@novell.com>  [80b81a561ee92a2abed34f98ee25a0e3c4117326]

        add hackery re. EditControls, FormattedField & ImageControls from msocximex

2011-10-06  Jan Holesovsky  <kendy@suse.cz>  [1339a41fb01323d607b5313256f5f9702804b9eb]

        Revert "Simplify logic to use std::vector's .empty()"
        
        This reverts commit a6a51b6a69bd14c6ad67a8e6629cf405034dd701.
        
        The commit broke the build, sorry for the push.

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [e6b5c5345f25c8881f0dca33d4a7bd4262d5e01e]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [f3cf2a1901e0c7559b8749d94a5865e3508be664]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [3120dc697c721b9823bbabf113eeb8b28f288269]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [18a203e7e9e99c4577e46b08219a238ce1fe0e99]

        WaE: unreachable code

2011-10-06  Kevin Hunter  <hunteke@earlham.edu>  [a6a51b6a69bd14c6ad67a8e6629cf405034dd701]

        Simplify logic to use std::vector's .empty()
        
        No need to muck about with iterators, adding a loop, and 2 function
        calls to test for empty: it's a std::vector under the hood, so use
        .empty(), and inline it.

2011-10-06  Stephan Bergmann  <sbergman@redhat.com>  [06fdd1585d59b2580e8e35bba8a3295bbda28c6e]

        Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are destroyed.
        
        ...as some may use code exported from msword lib.  The newly introduced sw::Filters
        class can still be improved, bundling what is currently exported through various channels
        from fltini.cxx.  Also, the code is still not thread safe.

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [8529da08517b41bd9317714e3216bb6d487b24ee]

        WaE: unreachable code

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [ba491984f49ca29bcfe0515145bcef0c12189270]

        WaE: inconsistent dll linkage
        
        basicrt goes into the static app library, so DLL import/export
        decorations meaningless.

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [cce8278ebaf333024b867d9b68d3feb70235f1dc]

        WaE: unreachable code

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [f4e93410603044f5796019e4a9f7845ec83d2b95]

        WaE: unreferenced local variable

2011-10-06  Tor Lillqvist  <tlillqvist@suse.com>  [76ee8b27cc616e76e58a2dd473a3767bb1bf7389]

        WaE: unreachable code

2011-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5931c50a44a68384fe5d0101570db91fb6173095]

        improve error message for missing csv files

2011-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [273799b9c33b6657ac9b2e6217038a2f30b843ee]

        and forgot again to add a file

2011-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [504634ef395ffa355a2d3737351f37568cc2887a]

        add unit test for fdo#41381

2011-10-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df1dc6edd4d5b823ce03b82873f0743453a04c5e]

        fix for fdo#41381: local range names don't work with INDIRECT

2011-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [ff33b0be8779977b5ace5e0f52834d46f24e6903]

        remove apparently noise .memdump files

2011-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b5c00eaa448c27c2243c2103f01581ee15c0eec]

        Revert "added CXX source with generated presets definitions"
        
        This reverts commit c9f9b6723b40279716b1e34c1441a33e60cceb58.
        
        oox/source/drawingml/customshapepresets.cxx is a 4MB source that make gcc
        explode both on MacOs and on Gentoo....
        
        the compiler churn on it for 20 minutes or consumming huge amount of memory... and finnaly blow-up with memory error.

2011-10-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe1f6d273c1d89e14eb4197bc2fab4c8bc45d7fe]

        Revert "custom shapes import improvements"
        
        This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454.

2011-10-05  Noel Power  <noel.power@novell.com>  [ec294b77c0e9ac6202cce751f08aaf0f500fcf11]

        Revert "add hackery re. EditControls, FormattedField & ImageControls from msocximex"
        
        This reverts commit 04688482241aa28b40f3ba911a4c9acab87b5d56.

2011-10-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [f82ee563747745018c82e79536421c05d171030a]

        bnc#722045: Display page background color/image properly.
        
        A regression from 3.3.  Calc wouldn't display page background color
        or image in print preview.  This was a side effect of the removal
        of the high-contract mode.
        
        In 3.3, Calc purpusefully wouldn't show background color/image when
        the app is in high contrast mode.  Now that the mode has been removed,
        the code acted as though the high contract mode is always on, which
        caused the background color/image to always be hidden in print preview.

2011-10-05  Andras Timar  <atimar@suse.com>  [dbf650a31da1ded5bd50e66a39fcf63ade943697]

        eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variable

2011-10-05  Andras Timar  <atimar@suse.com>  [a8fa695f8d327f7ae770d1fc0bb2bb27a5f2be11]

        merge strings to description.xml files

2011-10-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3086838ebffe99cdcec41b927378cdb5e1b5c0e0]

        enable the star basic test to see if it causes troubles anywhere

2011-10-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fef8e18f896b02ebe42407fb9b5341f9884d1ccb]

        add initial work for vba tests in calc( work in progress)
        
        this does not work yet, it still does not load the vba code correctly
        and therefore can't find the vba library

2011-10-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ac3f311320d042eebbb31411d804b6e08b43cb4d]

        add Star Basic unit test to calc
        
        test is still disabled by default,
        it works but does nothing useful yet

2011-10-05  Noel Power  <noel.power@novell.com>  [04688482241aa28b40f3ba911a4c9acab87b5d56]

        add hackery re. EditControls, FormattedField & ImageControls from msocximex

2011-10-05  Noel Power  <noel.power@novell.com>  [52d60647a056dbc841aba1ee5efbbd0b55f9f0d8]

        fix broken eventattacher. bnc#718227
        
        event handler registered for a ListenerType were triggered when *any* of the events
        associated with that ListenerType were fired.

2011-10-05  Radek Doulik  <rodo@novell.com>  [e36f591dfeb89fded172f4770157bc6cb6dc7454]

        custom shapes import improvements
        
          - added new presets generated from definition included in ISO standard
          - added missing variables (cd3, hd10, ...)
          - added ifelse shortcut ?:
          - removed GetAdjAngle because it would make problems with constant vs. equation
            defined angles, move conversion to the functions using them
          - implemented arcTo path segment (command)
          - removed GetTextShapeType as we don't use vml's presets for drawingml
            anymore
          - use token number for preset type instead of string, as we don't
            convert to old vml's preset types anymore
          - enhanced custom shape properties dump code

2011-10-05  Radek Doulik  <rodo@novell.com>  [c9f9b6723b40279716b1e34c1441a33e60cceb58]

        added CXX source with generated presets definitions

2011-10-05  Radek Doulik  <rodo@novell.com>  [d31f1fa381db9a62050c3c033de1ac2dd80bbf1b]

        fix compilation with debug enabled

2011-10-05  Radek Doulik  <rodo@novell.com>  [fcdc9c4fa0f318f3fe7a9cba3a95f0737fb62ffc]

        added ARCANGLETO command implementation, optimization, fixes, debug
        
          - added new ARCANGLETO command needed for PPTX custom shapes import
          - added added placeholder for unimplemented QUADRATICCURVETO command,
            skip it's data at least so that we don't break other things for now
          - cache equations results to optimize custom shapes calculation
            PPTX import creates such equations that made system busy for long
            time, this removes that issue
          - added lot of debug output to help with debugging of complex imported
            custom shapes

2011-10-05  Radek Doulik  <rodo@novell.com>  [1c0ae973ddabddaf30fe1598127ba2e99a3d5531]

        add another ARC command
        
         - defined by start and swing angles + ellipse width and height

2011-10-05  Radek Doulik  <rodo@novell.com>  [4e6ee8000aa9ab75982351dce5a7c90ed2a465aa]

        fix construction of ARC polygon in case the ellipse width != height

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [4b23e3a6d8fb9fe18ff57bd6abf5793ca2e0c409]

        fdo#41478 follow-up cleanup.

2011-10-05  Olivier Hallot  <olivier.hallot@alta.org.br>  [556ef854307dc6c50a034345287652a4c6d36864]

        Fix for bug fdo#41478 [UI]add "Protect Sheet" command in sheet popup menu
        
        The fix adds a new entry in the sheet popup menu with Protect Sheet command
        followinf the discussion in UX list, as indicated in the bug.

2011-10-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [86456335a32a630547e774f23dc34fe567660497]

        Page Break: implement the break before page case

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3daddf9e013db9220c1c49861e1e18c9e3c16314]

        fix also older gtk+ build

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [eddc7f6846f5bd78ba8f4913d83b66f646fe09cc]

        WaE: unused variables

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce37e6b98718057ff4e980e7122f47c3cb8c43c2]

        Build a small static date_time/gregorian for cbosdonnat's perusal

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [877de645ffb45b8446d9195996d1a56a8a89e64b]

        WaE: unreachable code

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [8d6030fa420cb999572b0770fb52442e1b5b8190]

        Use OUString::getStr()

2011-10-05  Michael Meeks  <michael.meeks@suse.com>  [8a0d0457a79836fa9d8ea8d4c48ecbf7bac2e95b]

        test fix: use setUp and tearDown not constructors to init LibreOffice
        
        It turns out the constructors are all run back-to-back one per filter,
        and we need to init and de-init in a sensible order to make multiple
        tests that otherwise share the ContentBroker work properly.

2011-10-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9767483eea7800aadd18b4489069ad633ce7a79c]

        Page Break: basic implementation of the popup menu actions
        
        Open the paragraph properties dialog on Text Flow tab when clicking on
        the Edit item. Remove the page break (and add it to the undo stack) when
        clicking on the Delete item.

2011-10-05  Luboš Luňák  <l.lunak@suse.cz>  [47312cae2a1c5168124e44db409dd6205a05cf90]

        fix compilation after the recent OUString::operator char*() removal

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [0a5a76f44dd4db01cced4255e5b58bbcdb2a6b51]

        WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [8f51cde01f3183305e5c48a8edc3e62543381e16]

        WaE: 'argument' : truncation of constant value
        
        FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the
        nFlags argument to the second SvtFileView constructor sal_uInt8
        instead.

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [a8e65dcd93202cfaa52272a811dc5374dbc88593]

        WaE: type name first seen using 'class' now seen using 'struct'

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [c395e3f96a3a61e1b9d9d00af2a9fd230168ccfa]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [67cf8e78f3dd964e8eff63a7a20c3a6b8fb9fac9]

        We should check OS_FOR_BUILD here
        
        Not that it matters as we obviously don't run any cppunit tests when
        cross-compiling anyway... But in theory, this is needed if we would
        cross-compile *from* Windows. Crazy idea, over my dead body, sure.

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [2531a461df4ba325128b63c60d4bd2bc80660e92]

        Use gb_CppunitTarget__make_url for Windows file: URL correctness

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [15c73850fadba834763cc99d1a535653884fafb9]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [48a271c28ad0ceaffd616d8dc9625ed65a89dd3b]

        WaE: a GUID can only be associated with a class, interface or namespace
        
        Interestingly, this warning is caused by the Windows SDK header
        ocidl.h., which gets included by at least
        svtools/source/misc/transfer.cxx.

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [e5f71ca7c27259360a401d94ed6a53038608b941]

        WaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operation

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [ed1de7f939d6aed75b115359515fadafa810c76c]

        Unclear whether the use of -Z7 -Yd in CFLAGSENABLESYMBOLS is intentional
        
        The -Yd option is deprecated anyway and generates an ugly warning
        "option 'Yd' has been deprecated and will be removed in a future
        release" for each file compiled in an --enable-symbol or
        --enable-debug build now.
        
        So just use the same as in gbuild for now, only -Zi for both
        CFLAGSENABLESYMBOLS and CFLAGSDEBUG. Let the .pdb file be in its
        default location.

2011-10-05  Kohei Yoshida  <kohei.yoshida@suse.com>  [c1c115ccf70a631292b4f96409bb068af1392a52]

        String -> rtl::OUString.

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [27372c66fd42619240148aa5bc4cd115b9c17cb7]

        libtextcat.dll -> libexttextcat.dll.

2011-10-05  Tomas Chvatal  <tchvatal@suse.cz>  [25c27aae73f09759f7d6d874c54c6071e21d0c42]

        Add libexttextcat and libvisio under system-libs switch

2011-10-05  Michael Meeks  <michael.meeks@suse.com>  [738f9cc6a75a4857ecda43883c4dbdc128078556]

        fix OString concatenation

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [c3fc30fbbb805304ad474a1aa549ab531222eded]

        Mingw needs gb_Helper_OUTDIRLIBDIR set to $(OUTDIR)/bin too.

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9ff7b0bd64c6f5312aae6644926bc865296a64ee]

        Revert "Use simpler detection for system/internal libs."
        
        This reverts commit e9cc0d9cabb6df2ec956be026970042cc3dbd70a.

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f666e37a478e7bf8507737676297f7a1802eeafa]

        Fix a typo, for others, use git version of libvisio

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [03268fc84e1c3a0fb588ddff340b052f70c5100a]

        rejig this to remove self-assign

2011-10-05  Michael Meeks  <michael.meeks@suse.com>  [6c2d66e5257e46f8db438ae2151ba440870e2400]

        remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [9891d0722f2d4cec1ec7f522dc3abe2f2de6de63]

        WaE: unused variable now

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [b04d2681c2da887c8637d71032023745f10156cb]

        use getStr now after the cast operator change

2011-10-05  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [bcb1c850339c70a841e9a3a9b6eb68d1e031adb1]

        Refactoring drawing of polygons and polypolygons in enhwmf.cxx

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5154df8cb9b8dd314976cbd37afa0888513ee7fa]

        fix also libwps build after change in libwp* flags

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fd5b8d7f71f7a6db39f6e9bf83aeeb1970bee9d8]

        And also add the patches under version control, stupid

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9a78f0059e8ab80868278c020b9faf0d91a7411]

        Fix libwpg after the libwp* flags change

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1185f5023a19430e401778c2d4f33fe560622140]

        Adapt to the change in system libwp* flags

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [a8f868af45d4d2ed24dec2bc20bed4b9a78f93c4]

        Fix MinGW build.

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [b1e0e4297deabdef72ca84478f1b8117691de1ba]

        need getStr here as well

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2d5ce4cfcc0ec5d6ac61a085c8226bcd31c572e8]

        Deliver the right thing

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e652cc30e0fe9fa2527cd8c4f08dc0921797b89e]

        fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings yet again as it seems to work now

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d624a657a8f47a4d970e7b1c0d15d9b2b7d1437d]

        Fix fpicker windows build

2011-10-05  Stephan Bergmann  <sbergman@redhat.com>  [aa878cddf8a504e3de1b55155c1353fc14ec5ebd]

        Removed dead code.

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [ed156a994ab3473b7028425f0c986ab0bf831f67]

        fix post cast removal build error

2011-10-05  Tomas Chvatal  <tchvatal@suse.cz>  [0ca1973c7c97e62c727484ea66adef26fa2f8162]

        Drop test that require tmp with exec rights.

2011-10-05  Tomas Chvatal  <tchvatal@suse.cz>  [e9cc0d9cabb6df2ec956be026970042cc3dbd70a]

        Use simpler detection for system/internal libs.

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [76d6f75b06a0cf491bbcd6b791bb28493d576a81]

        WaE: switch statement contains 'default' but no 'case' labels

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [2bc6f3424be27d5e036523b07ddff7a388042a2f]

        Use OString::getStr() now

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9e3f639df008ae37044e137d45a94ba2e7019028]

        Don't package this one

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3b53c579ce298c8f2582323d5210a7aee3aac068]

        Fix Windows build and enable CMIS inconditionally
        
        Since the provider should now build everywhere,
        enable it inconditionally to catch minor problems

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [9bb187006a42ee8b0dcb6fe47407752c7873f41b]

        Resolves: fdo#34309 odbc fractional seconds are in billionths

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [d82d203195cea5137a123ea8fc45988d3fca741c]

        Fix MinGW build.

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [0514f90ec9e0a2abe0123cec1f153cda4bd2c212]

        Fix libcmis build with the old way of building too.

2011-10-05  Stephan Bergmann  <sbergman@redhat.com>  [3f3853f5693744da7a16d19ce2e5e949ec71131a]

        In gbuild, set OSL_DEBUG_LEVEL=1 if non-product (same as dmake).

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [574ba5206f1251b09df2ec32f525adf0f985cf6d]

        getStr for OSL_FAIL

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [e9a562ed69d304f0e844d3cb51ac8cf2d3164a63]

        cast is gone now

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [1bb145fc8095ca347f2bbea8e381ad9672ee39c4]

        fix build

2011-10-05  Jan Holesovsky  <kendy@suse.cz>  [63135c903cf3e9dfca28bb47358e272c5c30cad4]

        Make libcmis build with MinGW.

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [a1a205eda8cca6cb05fe466579a8018e7c3eb141]

        makeStringAndClear

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [06a68d190f35fdc116cda593157446b87afe5f6b]

        use rtl::OStringBuffer::getStr()

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [06ae02404e0d4d72f4150e8b33b491457255428e]

        cast gone

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d4e1627804838d3ed4fab57faca33d5814034bf5]

        Deliver the right thing on windows too

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [9a8593e69f2d2d2f6fc25d7239cbcdebbf3711ae]

        ByteString->rtl::OStringBuffer

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5b42577cafc9562e3e5d32a6bb7e1f9fb9793bd5]

        Don't package libcmis that we link statically

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0bd11cfd85cea5fb2dec0c2fc0da49fb522ab7b3]

        Use the old way to build libcmis and cmis ucp ATM

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [2718b9b11afbac56ff39967317fb06bdb1298820]

        tweak assert

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e531e8abae9fef4bd3602b734d265c95e8146073]

        LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danse

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e991bba4ef49f5d2d07b992912ff23ef3a071bc1]

        LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danse

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [62c43b44ffa1208e37aa02502266bd88d3dfd8fd]

        LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danse

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [ceb199f0bf1f54c15cfb61c29c6ad3b58df8807e]

        conversion operator gone now

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [08f312431ebd5de7f6537fbc534d4276806bb319]

        use getStr instead of cast

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [bfcb6fd277a945523cec03d7022cfdc479e6344d]

        conversion operator is gone

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3f411f36319d91e1288a8f0d4c9295e7a4b24dc8]

        Adapt to removal of dangerous operators

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8703f3e3585e30631e55dab7d8a8f42e546a7c79]

        LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danse

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [b540dc49a69a80bcc4160037198a5fb945969cb4]

        conversion operator gone

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [253576484ff4c991a1a1299c71cb8cfb463d2c83]

        can replace ScfTools::AppendCString with SvStream::ReadCString

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [a1c936ce5364ffae88e682780f4579b3b94b673d]

        doesn't need to be a LINK

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [f42b66cc5104447a5505cc2c11e89fb42250d24b]

        callcatcher: unused methods

2011-10-05  Caolán McNamara  <caolanm@redhat.com>  [2cd6e2259ce0777644af18b29ff424f10d908231]

        sync list

2011-10-05  Stephan Bergmann  <sbergman@redhat.com>  [112bdf84d684590e042725c7173e059b4afa2f83]

        Removed dangerous rtl::O[U]String[Buffer]::operator sal_{char,Unicode} const *.
        
        As a replacement, added appropriate operator [] functions.  All other uses can
        use getStr().

2011-10-05  Thorsten Behrens  <tbehrens@novell.com>  [02f7ab6af0dfc75205a14f472d2934b9730b9a80]

        Enable CMIS only when it's TRUEly enabled.

2011-10-05  Stephan Bergmann  <sbergman@redhat.com>  [a65b1498035a468377fac09f33696da583aabdfc]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core

2011-10-05  Kevin Hunter  <hunteke@earlham.edu>  [a313cf86071795bbd051feb9b99258be0a5c8c48]

        Fix logic of isDerivedFrom function
        
        From an email conversation with Stephen Bergmann
        
        "I think the real intent always was to actually look through all the
        returned getSuperclasses(), and the error that superclasses past the
        first one are effectively ignored has never been noticed."

2011-10-05  Tor Lillqvist  <tlillqvist@suse.com>  [fd4c879e2ebd5920b48b2e48ac32181565f5ee1b]

        s/dump/print

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9f886509ed26ba2296d0142b57a2b07577762dcf]

        Name the libraries correctly too

2011-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [052317f0ed4694351cb259aaae890d734066dbc1]

        Fix MSVC build of libexttextcat

2011-10-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [0e1de41755fd3e9f9e1c42edb7285e64aff07218]

        bnc#719887: Encode virtual paths to local volume correctly.
        
        When exporting to xls, we weren't encoding the so-called virtual paths
        (used for recording external workbook paths etc) correctly when the
        external docs were located under the same drive as the referencing doc.
        This patch fixes this.

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [74feb347fd5a0267f774f76968f8f3403421b17f]

        fix gb_PARTIALBUILD usage

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04280a3788ebff10992ac54be8cd5e8cf93d9146]

        OOO_SUBSEQUENT_TESTS is gone

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8412974348794d6ab1419baecbaae51c2e15d5c7]

        split records for awks little brain (also improve readability)

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2fc62f63f93b511db63d73bba720b89300d1c94f]

        reenable accidently disabled sc checks again

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0edfe12dbc347b84dc814077d73a8017a145ae97]

        add showdeliverables to 'make help'

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d0f407c8f30695edd837c097de2be9d70c9d1806]

        default to gb_Deliver_CLEARONDELIVER ==  as multiuserenv are rare now

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3c3e613ce41fd689fb646035c2d9776777b308c6]

        only register deliverables for showdeliverables
        
         * this seriously improves startup improvement for gbuild
           (for example from 9.3s to 5.2s for an noop offapi build)

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6280f921050e6e879ca752abf4e8fb7553aba6f5]

        goodbye deliver log

2011-10-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e94a19f3e0518d8c4e4a89eec4d6d8990071b00c]

        simplfy dmake to gbuild bridgefile

2011-10-04  Stephan Bergmann  <sbergman@redhat.com>  [23af3341322143f2edde5a6c6668294c915c3ae5]

        Some fixes for linkoo and install-gdb-printers.
        
        - Adapted linkoo's link_gdb_py to libs moved from basis to brand layer.
        - Fixed install-gdb-printers's handling of Mac OS X ".dylib" suffix.
        - No need to call install-gdb-printers from top-level make dev-install;
          linkoo's link_gdb_py already does that.

2011-10-04  Rene Engelhard  <rene@debian.org>  [d97af2c4aea25c766285259f437e0bf7985bb325]

        correctly deliver libexttextcat 3.1.1s headers

2011-10-04  Rene Engelhard  <rene@debian.org>  [4d6f1ad5ad6cfb633c38a8320fa6227038d504fc]

        libtextcat -> libexttextcat in #include's

2011-10-04  Rene Engelhard  <rene@debian.org>  [46f1caf94dece0cfd0b222bc5118f944920f72a6]

        update ooo.lst.in for new libexttextcat

2011-10-04  Rene Engelhard  <rene@debian.org>  [d001fb170616df7b6068e66e9f9a573ed33b8445]

        update LIBTEXTCATLIB

2011-10-04  Rene Engelhard  <rene@debian.org>  [816c7a28a0a8bf464111812c61ffda120d0f769b]

        update to libexttextcat 3.1.1

2011-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b9801b50e1dbd634d9a081c2f278c27fce296e7]

        SCCOl is 16 bit too

2011-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9e67382f6d7a26c9b059416630caf0a84530370]

        mac tinderbox can't deal with rtl::OStringBuffer::append(sal_Int16)

2011-10-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [976f08098ee99499cea6a61787e7da834cfc50bb]

        improve error message for csv_handler

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [266598b810b5325bf8948c01c78438210d21b49e]

        adapt i18npool unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4efbed432d7e04872cc801586d2d2533d573ac00]

        add missed file hwpfilter/RdbTarget_hwpfilter_test_hwpfilter.mk

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8a3a108f5e545f667ad2cf8043aa102b347bd2f1]

        adapt sd unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ddf0f4f36f29b0fc360c1d423cd4eb92edf8d3d9]

        adapt starmath unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [371c4c8600efd8f1674fafc35b80039b58798e26]

        adapt hwpfilter unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [73000ee8c28b5d53bdf80eb55ba84dbfde7cf462]

        adapt writerfilter unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [417c794fa42ff070b5c767532243830e1b9a9127]

        adapt lotuswordpro unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [977ea14f37c4d53668ed89ed79009b1e15fcb8a6]

        adapt sw unittests to separate RdbTarget makefile requirement

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [952e758d47aa7b50a74e4a068723e47c7a8adc7e]

        move sw_test_filters => sw_filters_test for consistency

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [47212814c553a53241e981b49d2037014d5f7a07]

        adapt sc unittests to separate RdbTarget makefile requirement, also rename sc_test_filters consistent to sc_filters_test

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff9dc14034b28492d302a6cbe94a63d308335ddd]

        make RdbTarget depend on its makefile

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [1967376c7b3072fefb6f74566cfa70fd03b9bd04]

        WaE: deletion of pointer to incomplete type; no destructor called
        
        Move the struct OSQLParser_Data definition to the sqlparse.hxx
        header. A somewhat ugly workaround for warning C4150: deletion of
        pointer to incomplete type 'connectivity::OSQLParser_Data'; no
        destructor called.

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [67a565eabf3dcbf7a76dd4a6b9ab139274fa3da7]

        WaE: unreachable code

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [73a038df3769f5c6776dcd8f4e36d6d0165b8554]

        WaE: unreferenced local variable

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [9c28c7d66b10b6008c09da40dae37fcdff3137df]

        callcatcher: update list

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [d7829740dde1150a90cef695ce880bf99ce71d95]

        keep it simple, original won't compile except on msvc anyway

2011-10-04  Takeshi Abe  <tabe@fixedpoint.jp>  [aaab2b0e8b381b0f0c5fe46a259dcda0dbbd0397]

        removed isolated file

2011-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8f4a14e07ceffc0b86e233c0adb711eafa087ba5]

        Uploading release binary of libvisio 0.0.8

2011-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4e71b5aa2b40aa76946a8f93c1d20a0a87ec439]

        Uploading release binary of libwpg 0.2.1

2011-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [73ccf2254adaa6f78a41f625df20d56c6cdc8d02]

        Make draw:stroke==solid default for missing draw:stroke element

2011-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c4cedbc155bb1b561e8cd084a598b3d1e275832f]

        Allow hairlines svg:stroke-width==0 and handle special cases in the libraries themselves

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [1e085b43c14c8c67f3c46905eb1a8a528b900e59]

        WaE: class has virtual functions, but destructor is not virtual

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [028c275a07b9ec130694cbdd15e93ae193097c21]

        WaE: unreachable code

2011-10-04  Ivan Timofeev  <timofeev.i.s@gmail.com>  [e758f6fa4bfc28fed1751b27ab0915ae875657f7]

        fix doubling of one page when range is empty and incorrect selection page

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [6cb6080869c7b527c7325694f8e29c8fa0834358]

        WaE: '==' : unsafe mix of type 'bool' and type 'test::filterStatus'

2011-10-04  Michael Meeks  <michael.meeks@suse.com>  [ef689ffaa6075b5203f29b2524643c88e0739a86]

        pretty print the user template registry to make diffs meaningful
        
        Disable macro security for unit testing macros ...

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e944e135bc157d092532fff0829390fa7d4fa958]

        Revert "fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0"
        
        This reverts commit d2f633c5464fd4339e9e804c97596a78bfa58e62.

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [ba6eedee31055a73e66c59b3ddecaa50559463c4]

        WaE: 'rUnitConverter' : unreferenced formal parameter

2011-10-04  Jan Holesovsky  <kendy@suse.cz>  [abe151e5dcb60d27552275d89f9e3f7e42821c65]

        No need to copy the .dlls to the installation any more.

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [6a0c6b4839843c0c2716df970013daf381bd7b99]

        WaE: name was marked as #pragma deprecated

2011-10-04  Tor Lillqvist  <tml@iki.fi>  [a34dbd394f512dec090ef1cf2e8158f8dfbd4a5f]

        Check ENABLE_CMIS harder

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d2f633c5464fd4339e9e804c97596a78bfa58e62]

        fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [fb3adf4b19bed003e441c239f7e48f0a0a59f445]

        duplicate component

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [4e4bfa470c5376e77aa15c40ae9fa970da962829]

        verbose error message please

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [d5a5be9e7d29cad539d6870c251988fd5490db6d]

        WaE: unreachable code

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [779ae5ee23c601e2b93f03c04c61cb1505d06a5e]

        WaE: 'e' : unreferenced local variable

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [2e3bdc598f24285ed15c8b218db5dab868173cf1]

        And C4245

2011-10-04  Tor Lillqvist  <tml@iki.fi>  [a2a883c1447f5694db1db098d895f865284cc1ae]

        Fix build against the 10.4 SDK

2011-10-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fadb5d1dcd78f5ceb79863381d52964c3f054434]

        Page Break: fixed crasher due to bad removal of frame controls

2011-10-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5f1a277f2e7fc2d32673d2a917d6775d5276d481]

        libcmis: disable unit tests and static lib as they aren't used

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [093345dfae7db37b0b1f8a8736f8092243499b50]

        Ditto for C4242

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [7dd7b1474f76ae76247836f1acbe347dc76eedef]

        Don't bother with MSVC's C4244 warnings, we have too many of them

2011-10-04  Noel Power  <noel.power@novell.com>  [93580dbf2367d15c2c1c8c3d8b3f154ed0d67e14]

        bnc#705977 apply control name before control is inserted into Forms container

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [ae3a5e9c2d426ffed6d5fe53ebeb1113087903c4]

        SvByteStrings can go now

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [84dfaea69b40fe517b94ac4636b99fdd8c4bda4c]

        no .pc when built without configure

2011-10-04  Tor Lillqvist  <tml@iki.fi>  [0b0f3b0530b8f08c4005264adc5402ea5d447cea]

        Do Objective-C -specific foo only when compiling Objective-C

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [27be19bd8bba63d0186b7425f30fc323ecc5a925]

        WaE: '==' : signed/unsigned mismatch

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [deb6a43c1feadb285639709fb8883e509fadd3f1]

        WaE: unreachable code

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [14c8a75cf3f869d08097ac1f3bce4e1bc369ff6d]

        WaE: '==' : unsafe mix of type 'bool' and type 'sal_Bool' in operation

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [a2623000c16d9f02bb945559a91d5bd76651772a]

        stray endif

2011-10-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [27eec46ef7f4dfbd0d3573ab3bc3984510677b12]

        introduce gb_Helper_OUTDIRLIBDIR

2011-10-04  Thorsten Behrens  <tbehrens@novell.com>  [ff04ef4ed7c370a4da4e9467937e5a66450c72cc]

        Disable libcmis for Android for the while

2011-10-04  Thorsten Behrens  <tbehrens@novell.com>  [9c74d5c3f614171dcf045e9b1165a615d3161695]

        Initial support for Android

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [d0889dd36be48a02d4042f6b29ec7e477d95fd19]

        WaE: return: conversion from sal_uInt32 to sal_uInt16, possible loss of data

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [b58151b34794b9c2f980310d7e32236652de4a1e]

        use the same pattern as all the other ones

2011-10-04  Tomas Chvatal  <tchvatal@suse.cz>  [05c008e3fb8aef19d3fa521859dd40d40e1eb9e0]

        Wrap the cmis system/internal check into global feature switch.

2011-10-04  Tomas Chvatal  <tchvatal@suse.cz>  [8aaa52f21fc20f3266c4b6a13422e7e35bc8d34d]

        The system-libs switch should not be done here yet.

2011-10-04  Tomas Chvatal  <tchvatal@suse.cz>  [ab0c5e94146711a7e2fd8cd953a63854c8f53740]

        Cosmetics: remove stray yes
        
        This removes result for check on cups,
        it is required as other checkers already print yes/no during the
        test, even if it seems like the command is now "unresulted".

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [c2e8470f17f6152e34f92361e74774b83a2804c2]

        WaE: 'argument' : conversion from 'sal_Int32' to 'sal_uInt16'
        
        Just disable the warning then instead to avoid ugly casts.

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [588a0d58d238e33a937641252b64020cec2a2af7]

        Silly attempts at humour not appreciated

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [40b0fcec20a027ed5fe1db552cdad3220f39f586]

        WaE: 'static_cast' : truncation of constant value

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [9b45575e89e09db5df0750da29f8c88c479805bd]

        WaE: C++ exception handler used, but unwind semantics are not enabled
        
        So override the T_CXXFLAGS for the yacc-generated source file to use
        gb_LinkTarget_EXCEPTIONFLAGS. Seems to work.

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [7c1a74b62ec33d6994445a7fb9d91088b3067316]

        regenerate list

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [7d31a252b12b619a91ac8711b64d0968e055e1fb]

        no need to continue, delete NULL is safe

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [3ad0070790b86c099ac9ccf8013ed7c619cf0a3c]

        SetDfltFont doesn't do anything

2011-10-04  Caolán McNamara  <caolanm@redhat.com>  [04723baf6e87fb8d3c097f41529e388bf48df43c]

        callcatcher: various unused methods

2011-10-04  Tomas Chvatal  <tchvatal@suse.cz>  [f1d4ce6ea51574a0f0a80c4c9ed2ddbc356fbec0]

        Use with rather than enable for cims switch.
        
        It pulls external library and does not just switch some internal
        feature.
        
        Add proper bool logic to the conditional because by default
        we consider it requested unless proven otherwise.
        Sort out internal/external switch to also support system-libs switch.

2011-10-04  David Tardon  <dtardon@redhat.com>  [3bcf910cde3fb26afe1ce116d97bd54b25c1e4ef]

        bsh can be external

2011-10-04  Jan Holesovsky  <kendy@suse.cz>  [28a9c86fface5d4674d9f47d92e6eee8cacf2087]

        Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE).

2011-10-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c45f59f062eb135463ea8ce0a06950eb9a6dfec2]

        Revert "Don't bother with libcmis on Windows for now"
        
        This reverts commit 0dd1e3b1240e4d5a2c9ac6de0348658918e012a8. Use
        --disable-cmis now to avoid building all CMIS-related code.

2011-10-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5bd2890a56125d391b42f34d51e2e0c57b0a80b0]

        Added --disable-cmis flag for use while the feature is too unstable

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [bee695a32d1bd6aad54372e3c6971b1067e35409]

        WaE: potentially uninitialized local variable 'n' used

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [c963747ed858007967f83d0a1f67cdcc57b3d695]

        WaE: unreferenced formal parameter

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [9a113a7d931f140b6a8e7f57937d51063244b1c8]

        WaE: unreachable code, we always return in preceding code

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [b558502c96a779e9bd46b71903c7537da0d07f17]

        WaE: conversion from 'sal_Int32' to 'sal_uInt16', possible loss of data

2011-10-04  David Tardon  <dtardon@redhat.com>  [59abf8c506b0e06b4a8d4e6fbc7ef22f978c3b06]

        we do not need the counter now

2011-10-04  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [d4f1b520cdce59878d91c8224381662b0a131846]

        Get rid of SvNums
        
        SvNums is a define for SvUShort and SvULong, both are replaced with std::vector

2011-10-04  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [ff76d2927bd92c6a6598fdd70f62cfb7de7ae925]

        Finally remove SvULongs
        
        In all places SvULongs have been replaced with std::vector, now can be totally removed.

2011-10-04  Tor Lillqvist  <tlillqvist@suse.com>  [e0c40b71a9e1dcf6f17a6c2ff1d403e7dca46d8b]

        WaE: possible loss of data, assignment within conditional expression

2011-10-03  Miklos Vajna  <vmiklos@frugalware.org>  [d92a87f19534105ee9c29ba5e509fd99c31c3611]

        fdo#41380: fix po2lo to support python3 as well

2011-10-03  Thorsten Behrens  <tbehrens@novell.com>  [8f8e9a4a4ccd01ce6c73588748861199d79adde9]

        Desktop module still needs helplinker for the extension stuff.
        
        Reverts Tor's a649aac68c47e40ff518d874b3c10010fb7d18fc - l10ntools
        need more fine-grained disabling for iOS.

2011-10-03  Jan Holesovsky  <kendy@suse.cz>  [f06ce536351a124118cadceef10e7e03874758cd]

        Disable cmis packaging on Windows for now too.

2011-10-03  Noel Power  <noel.power@novell.com>  [7c20a8edbc35cb61bd955fd4c3984bced7533129]

        fix morph control export also fix toggle button state export

2011-10-03  Jan Holesovsky  <kendy@suse.cz>  [deb2d9b1775605c415d7d31b5ed56d065d13981b]

        Hack to get pyuno scripts to the right location on Windows.

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [424dcd6813acd267a2d686aaef185f9a6398fccb]

        targeting gcc 4.6.1 gentoo strict-aliasing warnings

2011-10-03  Matúš Kukan  <matus.kukan@gmail.com>  [28da0ea37f55885ba6e85a4cb58ef7b9b759f803]

        do not include removed header

2011-10-03  Matúš Kukan  <matus.kukan@gmail.com>  [1fe85161e45d2097e5c3f1e227920d91b8e5d6fe]

        callcatcher: comphelper's unused code

2011-10-03  Tor Lillqvist  <tml@iki.fi>  [84e2f8ff43f2b59cd93a7df9ededdffa8bb87ef5]

        Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API

2011-10-03  Tor Lillqvist  <tml@iki.fi>  [e5c80a1f1c527196f29041290328e988cd80475b]

        Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API

2011-10-03  Tor Lillqvist  <tml@iki.fi>  [0e9c5066a94bb75f6a8d3ea4c2bad447e3a26a1f]

        Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used API

2011-10-03  Andras Timar  <atimar@suse.com>  [eabbfc9d141251dab698b2ca0ddef4d49b279cb6]

        solve a cosmetic issue in Extension Manager window
        
        When the extension entry is not highlighted, replace LF to space
        in description text, so words do not stick together in one line view.

2011-10-03  Andras Timar  <atimar@suse.com>  [c056497ec513a788500cd782a29969acbea6a6be]

        extract strings from scripting module

2011-10-03  Andras Timar  <atimar@suse.com>  [691053ba8a954647563fb331a4aa45723ccff102]

        eliminate @PRESENTEREXTENSIONPRODUCTNAME@ variable

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [9e6d06a871b366cc72f9a23ab45080b66a47f144]

        WaE: unreachable code, also add comment pondering what the code means

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [d83eab64076aed534f481960ff3a18962633c297]

        WaE: unreferenced formal parameters in the !SOLAR_JAVA case

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [02abccf953185f266979aafd946f5b96c5d59875]

        more uselessness in msvc

2011-10-03  Jan Holesovsky  <kendy@suse.cz>  [fe1e55cd5036df79672cf4eb7a834c26f269c4ca]

        Disable the libcmis also in packcomponents (on Windows).

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [dd0b483a1f07977a7299bcaa23f0891cf3f730b3]

        WaE: unreachable code

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [8cdce350afd2738a711783640422adac030b054b]

        chmod -x

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [90a58c29b92f777a13fe8b9921c674ccf5e3f9b5]

        WaE: C++ exception handler used, but unwind semantics are not enabled

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [2f18bcdeee2a2a8fa74022a545fd56b3d2e399ac]

        WaE: add braces

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [f20ffbd845feda793e2bc31789fb8b98fe5a4886]

        WaE: unreferenced formal parameters in the !SOLAR_JAVA case

2011-10-03  Jan Holesovsky  <kendy@suse.cz>  [50369f941e73d4e62d9e8f143729964a89b53ab6]

        Improve readability (oneline).

2011-10-03  Jan Holesovsky  <kendy@suse.cz>  [b08a764af938dab465fe89f431991014bc66d65f]

        Fix the build / host confusion around icu tools.

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [cf27d95a6d508a2b5b3bd9e6ac477a3fbbd28bb1]

        WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of data

2011-10-03  Tor Lillqvist  <tml@iki.fi>  [a3414f43cf067d017380a950f69f681557d82151]

        Fix build against the MacOSX 10.6 SDK but with 10.4 as the highest used API

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [d1420b9235649af5cbba8f515c69afc362e09b1c]

        revert this, reported windows bustage

2011-10-03  Andras Timar  <atimar@suse.com>  [0daa1c539ccfd876621294907e09b775338a7b44]

        fix smoketest-breaking typo again

2011-10-03  Andras Timar  <atimar@suse.com>  [394ff69cc8a2f7aaac1aa7f406d297aff21bcc22]

        enable l10n of PDF Import display name and description

2011-10-03  Andras Timar  <atimar@suse.com>  [f19f37cc65c16ba9707f8e854447c5538da06d44]

        enable l10n of Report Builder display name and description

2011-10-03  Andras Timar  <atimar@suse.com>  [0a58d73e75b6866f82b1225f4dd82f89214fc3ae]

        enable l10n of Wiki Publisher display name and description

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [f281a3ed00ef7b8337ef07482d7b3ec85e8914e6]

        WaE: Ignore also C4702: unreachable code

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [302d9cc848d77abdff5d4823454471d4b519329b]

        WaE: unreachable code

2011-10-03  Muthu Subramanian  <sumuthu@suse.com>  [15202ad5b26ff48dc937ed12b57d53108c2731e4]

        n717290: Feature to allow string constants in chart ranges.
        
        Chart ranges specifically for labels can now be of the form
        ="Label1". This allows labels to be picked from chart data (from UI)
        rather than from the sheet.

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [08d15d0bcb1f6521469fa4ffc684ea1f37065eb2]

        WaE: unreachable code

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [0dd1e3b1240e4d5a2c9ac6de0348658918e012a8]

        Don't bother with libcmis on Windows for now
        
        It obviously doesn't build as autoconf and libtool have little clue
        about MSVC. Thus make the cmis UCP Unix-only as well. Looking forward
        to coming gbuildification of more 3rd-party modules.

2011-10-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [296abad4fadd87b6b38074b504e40f1532c65969]

        Updated libcmis

2011-10-03  Tomas Chvatal  <tchvatal@suse.cz>  [721bc1b42dc88b8bd5ddbfe0b9fdac8dbcb5fd95]

        Add the libcmis switch to known flags.

2011-10-03  Tomas Chvatal  <tchvatal@suse.cz>  [b6d2ac014889f628942f1ffd32bb093421326298]

        Add pspfontcache to gitignore.

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [55369bff2a019fadc6e25680e438c977606a3e12]

        add -e

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [3a924f260d498faa54d0c5bfb5b0047b287f8eb4]

        drop voids and constify GetCurrentPageIndex

2011-10-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [92ed1be5c9a881c2cdebbaa3f28eb7ef0045994d]

        remove unused and dead code in DocumentRenderer.cxx

2011-10-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [cb7c75302f29753189c78e988d78bcc1830cd515]

        migrate to StringRangeEnumerator in Draw

2011-10-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [500c0e42101a8c7505e1855956da54d338aad64c]

        Fixed libcmis to build with --disable-client
        
        That should get us rid of the internal boost missing program_options
        problem

2011-10-03  Ivan Timofeev  <timofeev.i.s@gmail.com>  [bd9c699d27f323c9f685560e63e268742ec94802]

        Print preview: set frame size to preview size even if there is no preview

2011-10-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [3dee28d88dfae82782d089842c1b8d9c5b7d51b1]

        Fix for fdo#41408 - [UI] Need more room for localized string (IV)
        
        The following patch gives more room to Calc page dialog to
        display localized strings without truncation
        
        Sizes adjusted for fontsize = 10

2011-10-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [f5294185fa43bc5d618728c8a3ad3c05821fbfae]

        libcmis depend on boost

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [9efb60f39fbd96cf3c0de5938fb8b00086f76bbc]

        callcatcher: update list

2011-10-03  Caolán McNamara  <caolanm@redhat.com>  [dd0602b18ae921e376a81fc8aa0989c59bcc89a2]

        deliver the .pc file as well I guess

2011-10-03  Olivier Hallot  <olivier.hallot@alta.org.br>  [737ab5165ce9e8eaff4324df290a38924cbbeace]

        Fix for bug fdo#41310 - Need more room for localized string
        
        The following patch resizes the sheet protection dialog to
        display localized strings without truncation
        
        Sizes adjusted for fontsize = 10

2011-10-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d72d24bec5eb488a9eadcd6ec2441a6f85b8c5cc]

        Use an updated version of libcmis
        
         * Merged a few patches
         * Got rid of the pkg-config for curl and libxml2

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [946f3451e10d119887fadf88beb9dcc6baa555d3]

        I don't think _DLL_ has any meaning either

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [6e1a8ad89ef08da2b92ac38a8ee1a625eef3b527]

        Bin Hamburg "build server" and BSCLIENT stuff

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [c8a12c166245bac6fedfee86eae7f8266a333992]

        No need for -DSHAREDLIB, not tested in any source file

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [60f745ce4329207ae4616e850e656f715ac90ca2]

        No need for -DPRODUCT_FULL, not tested anywhere

2011-10-03  Tor Lillqvist  <tlillqvist@suse.com>  [bc88d9b76d9c7ed75e26340d5e6c6c9b45fefc20]

        No need for -DCUI or -DGUI

2011-10-03  David Tardon  <dtardon@redhat.com>  [e2fdfea605455577a9ffc27cd6a02e4d84c48976]

        WaE: suggest braces around empty body in an 'else' statement

2011-10-03  David Tardon  <dtardon@redhat.com>  [b8cab27008e54a643ba692f97384087ff9e65574]

        set --build and --host for cross-compilation

2011-10-03  Tor Lillqvist  <tml@iki.fi>  [adb74e59693998ce217de243573b1f13caea9b29]

        WaE: control reaches end of non-void function

2011-10-03  David Tardon  <dtardon@redhat.com>  [df69a3839a0dcf12a81a4e4e4dc58b2a47c7c85c]

        fix build of CMIS UCP

2011-10-03  David Tardon  <dtardon@redhat.com>  [a4bc0fa8e7da969adeb15f2a782452570ad2bf5a]

        do not escape calls if not needed

2011-10-03  David Tardon  <dtardon@redhat.com>  [26eae8c557f14be99f6559e9027d4562694d10e1]

        we do not really need two rm calls here

2011-10-03  David Tardon  <dtardon@redhat.com>  [d793da55d38ed3f0ff91bd581653e9ec8795f361]

        add newlines to avoid possible problems with joined lines

2011-10-02  Caolán McNamara  <caolanm@redhat.com>  [c71bb2601ac39a8529725e1da926f854ba040caf]

        fix smoketest-breaking typo

2011-10-02  Caolán McNamara  <caolanm@redhat.com>  [19a23df7f2dcdba88edd507ddd6d6201f1eeb1bc]

        valgrind: fix some leaks

2011-10-02  Caolán McNamara  <caolanm@redhat.com>  [d820977d6aedc8447d50862751adb61cadf488c9]

        valgrind: fix leak

2011-10-02  Caolán McNamara  <caolanm@redhat.com>  [b48e2d958c905322ebd3219cc2141c7c2f0ce768]

        callcatcher: various unused methods

2011-10-02  Caolán McNamara  <caolanm@redhat.com>  [799e9515c08b9cf71e9294b5a1e83ab9d26d4b30]

        StatusBarDescriptor never used

2011-10-03  Rene Engelhard  <rene@debian.org>  [4c97165615a795e1e43c6c440b1ed229caf7d63c]

        fix some typos..., thanks matus

2011-10-02  Rene Engelhard  <rene@debian.org>  [ba44f8805b238479981a9d889e7e432c0a531d42]

        add --with-system-libcmis

2011-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [a1f710e799e5faac14234d971481a94f35316837]

        d.lst should be empty in gbuildized modules

2011-10-03  Takeshi Abe  <tabe@fixedpoint.jp>  [6612ea7d9b03dc9cec1c98fdff0e1a22d2aab241]

        definition of ALPHA is no longer available for DEC Alpha
        
        proper ifdef for DEC Alpha should be covered with AXP

2011-10-02  Miklos Vajna  <vmiklos@frugalware.org>  [159e0dd6a0fee832fcb877f089284758f35e2552]

        ExternalLib.mk: avoid pushd when cd is enough
        
        Reported-by: Julien Nabet <serval2412@yahoo.fr>
        Acked-by: Norbert Thiebaud <nthiebaud@gmail.com>

2011-10-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [abb630be54f74e67d92be0ce038bbbadd31c4af8]

        make libcmis break a bit less on MacOSX.. but still no cigar

2011-10-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [8c3af9731efe6beb47256f4efd00c5e7b93f7722]

        make clean failed for ExternalLib.mk due to missing ';'

2011-10-01  Olivier Hallot  <olivier.hallot@alta.org.br>  [56a12cfb13d3a44208a0326b649f82784787f994]

        fdo#41396 - Need more room for localized string (III)
        
        Resizes one string in the named interval dialog to
        display localized strings without truncation
        
        Sizes adjusted for fontsize = 10

2011-10-01  Olivier Hallot  <olivier.hallot@alta.org.br>  [4591fccc873e44044692ed865e055e6c20e4b55a]

        fdo#41393 - Need more room for localized string
        
        Resizes the multiple operations dialog to
        display localized strings without truncation
        
        Sizes adjusted for fontsize = 10

2011-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [5a112f6a524ed777a8bf56bc0050cfe4aa1ff013]

        basprov/scriptframe are now a 'new' component

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [ec3d0b88ab7b8b7bfdfeec93ead2cb52c287c520]

        respect PKG_CONFIG_PATH

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [1a04d9feaebf54b5da21a45483b6e5971d674ad4]

        add xmlsecurity to tail_build

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [fb6a64d8fc6a93b52a10fad5516918fed9482f22]

        make libcmis build aginst internal cppunit

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [2f6dc09c05857ddc6238a425d64ab63577e90ec7]

        don't use dmake ant.mk during beanshell build

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [0d0bd8972089d8b891b4d021b57328653ee9012f]

        make cairo build with libpng 1.5

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [0ce20f250af2a0adbaa37f45a13e8fe8f39eb4cc]

        Don't generate config.status twice
        
        The current configure script generates ooo.lst for the purpose of extracting
        the filename for the seamonkey tarball. This is unnecessary because ooo.lst.in
        contains the exact same filename. This patch moves the generation of ooo.lst
        next to the other generated files. This move uncovered that the code to set
        PREFIXDIR was depending on the AC_OUTPUT code to set prefix and exec_prefix
        to /usr/local or the value of --prefix  rather than NONE. Because of this I
        added the prefix setting code from AC_OUTPUT to the code that sets PREFIXDIR.

2011-10-01  Peter Foley  <pefoley2@verizon.net>  [74bd1f57b56918a3ef5f27aa2565397a4c6e85e1]

        get version from AC_PACKAGE_VERSION instead of files in solenv/inc

2011-10-02  Matúš Kukan  <matus.kukan@gmail.com>  [09046cb6c040e836c0041c18b617559cd0e21df7]

        do not use COMPHELPER_SERVICEDECL_EXPORTS macro

2011-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [87e950a2472e52eabf5b5b1ff0275ca3aa8a7134]

        add missing include to build urlobj test fixture

2011-10-01  Jan Holesovsky  <kendy@suse.cz>  [1356308d1e2b1f57b62ababf10a22705a2b27ca7]

        Revert "disable de sub-project wingw-dll for now... apparently a botched commit"
        
        This reverts commit ef0a4c5ebbfbb90a5739cb6d6b055ee1c91e8aa8.
        
        Sorry for the trouble, should be OK now.

2011-10-01  Jan Holesovsky  <kendy@suse.cz>  [19f1697a3f34c0071cfe85f0f87fe1c9f7449a1b]

        Add forgotten file - makefile for copying the -system dlls.
        
        This should have been part of commit 3927d9bd2af2511679120effdc790c99180fdf83.

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [568e559f0ccbacf2dd46de7bb313855a64d6c72b]

        add filter to tail_build

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [7e669cf41ad764429359cc572c7306c6f5b57970]

        d.lst should be empty in gbuildized modules

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [85de051d8df12cfbbf1924c04d8d1c6e7b94c79d]

        add vbahelper to tail_build

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7e60b29fa165c12066a34ff049054f6607739cca]

        ExternalLib: add the include folder to the default includes

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [c4e70e2edb9a6f870a3826264a5596e50bf7e919]

        get libcmis building, To-Do hack rpath to our desired fooORIGINfoo one

2011-10-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [ef0a4c5ebbfbb90a5739cb6d6b055ee1c91e8aa8]

        disable de sub-project wingw-dll for now... apparently a botched commit

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [6764aef1052f9e55957431d5831041931b3295e4]

        add scripting to tail_build

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [a116d39db624719337b0a8bf3603f8a11eb2cc42]

        finished converting scripting to gbuild

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [a79a93722c80f6e055593a79b9e0b0aec9a49a0e]

        adjust Jar.mk so we could add arbitrary files to the .jar file

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [84a558756f751d975da860844f64b24d4a8a037f]

        adjust Zip.mk so we can copy files from other places to workdir and pack them

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [c11d61eec93b6bae3f4e106f4a8e4c8f895a99bc]

        add extension support to gbuild for creating .oxt files

2011-10-01  Matúš Kukan  <matus.kukan@gmail.com>  [3250c79071dedbfd1bef1a6417d62fab76328a42]

        convert scripting to gbuild - first step
        
        There are java and extensions missing.

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [b7ca8f369658a446fb5dc1222f16df98f8d8165d]

        get it to build anyway

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [ac06b991db9e877d7d0b29c53c34d1dc905fe6cd]

        probably help to build if this was in the download list, whatever it is

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [3954b6603354bcd4f3f15ba7feb18e1b7801558b]

        spit out timing info

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [542c93d10d56bef6c9d10ef35c62163b91537a8f]

        Document that this is known as StructuredStorageDirectoryEntry in the spec

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [6017ef25201a2bd0189de15ce35ff050d7c90fce]

        update removed list

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [572f5fc11f69c5a9d9e888118978f3f9fa683e65]

        comment typos

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [86429cef8d910fe4fb98a44d5b631025e785baad]

        callcatcher: freshly unused code

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [8f0a419942c84aae46dbf637781dc953b0d67d9d]

        callcatcher: unused CreateDrawOutliner

2011-10-01  Caolán McNamara  <caolanm@redhat.com>  [68b1861ace1c1dec33555d68c0a3b9279dd712c7]

        easier to find leaks if the test harness doesn't leak

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [14a03abcd32800b52e900c405673c5b864e994a6]

        CMIS UCP: get the document content stream

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a43730b4dfce70ee02996f808525cbd4e197e899]

        Cmis: Fixed the installation of the new UCP provider and libcmis

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [246ed4227aefde8927991982a94f7f0cb6a43a6b]

        Added cmis+atom:// scheme to the tools urlobj.
        
        Found out a unexecuted cppunit test for the urlobj, fixed it and added a
        test for the cmis+atom:// URLs

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [61db713ee57d6ed27936ab30b1946590b3cb3df4]

        CMIS: added libcmis module and created empty cmis UCP shell

2011-10-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [cd5f71c90663714939cb51b2a8a4aa8b86e3fea2]

        Revert "Default color for writer page break from blue to red: was barely visible"
        
        This reverts commit d39a1d4de93e0242dee84d4d298232da1986ebec. Turning
        page break color to something brighter is no longer needed.

2011-09-30  Andras Timar  <atimar@suse.com>  [a91a7567e7a2ee3db87b0f9a9523be3f55ac93b2]

        extract strings for l10n from description.xml files
        
        Merging is to be implemented...

2011-09-30  Andras Timar  <atimar@suse.com>  [ca2235e871582fe3957d4d18173bb033d1384cd8]

        upgrade to the newer extension description scheme

2011-09-30  Andras Timar  <atimar@suse.com>  [7969f909e2dd524d420aa874c7322f6feb3765e4]

        fix error messages

2011-09-30  Andras Timar  <atimar@suse.com>  [0bb5161900b743b95bc1431674b722d1e8d8ca1a]

        typo in comment

2011-09-30  Andras Timar  <atimar@suse.com>  [397a67a7ad8a31f352714099b57a6e0e8eb30434]

        remove unused tokens

2011-09-30  Jan Holesovsky  <kendy@suse.cz>  [ddf1d503c63d36fe14d5229afdc264a2bc558350]

        Kill copy'n'paste.

2011-09-30  Jan Holesovsky  <kendy@suse.cz>  [3927d9bd2af2511679120effdc790c99180fdf83]

        Add support for bundling the -system .dll's into the MinGW builds.

2011-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [8a2776971de1e460bc38d11223d530eed7878296]

        preliminary work on a ExternalLib extension support for gbuild

2011-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [bba594a82088ce9631bbee1fd0fed2aedf3c2fa2]

        fix an apparent cut-and-paste typo in CustomeTarget

2011-09-30  Stephan Bergmann  <sbergman@redhat.com>  [cce442bc139b93ec4263173d26cdd94dbbf5f3b0]

        Cleaned up DGColorNameLookUp.

2011-09-30  Stephan Bergmann  <sbergman@redhat.com>  [c35ad52639b3a1f79fa9ec884096a4a0f65bb973]

        Cleaned up svldata.

2011-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [57dbe3e46690e9bf2361ea94221537f31b70d19c]

        temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [dd71d3848361beadb6c0baf2010a46144f927153]

        rtl_cipher_decode doesn't like 0 len data

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [e898bcc1c2f2d227d8b638dfbee01e393562e142]

        silence tedious malware checkers, arcfour, key 0x435645

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [8c0a791b74005765b99a8d7bd6e2b5d2f998b7f3]

        callcatcher: newly unused code

2011-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [81927879428e3fbdbc522faa801934453aaaff2b]

        MacOSX 10.4 is still the 'default' SDK, choose the righ gcc for other SDKs

2011-09-30  Michael Meeks  <michael.meeks@suse.com>  [6f1dbfbe71b57f70fee88c49487436cb1e23ec6f]

        set the core locale as well as the UI one to English

2011-09-30  Stephan Bergmann  <sbergman@redhat.com>  [979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c]

        -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.

2011-09-30  Tor Lillqvist  <tlillqvist@suse.com>  [62892c5cacd0b26f35e567f5a95867a15c807584]

        Kill unused SalFrameWndProcA() function

2011-09-30  Tor Lillqvist  <tlillqvist@suse.com>  [d91a698637a53e20805f14b0aaa46e9fb2059bf4]

        Kill unused ImplSalUpdateStyleFontA() function

2011-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [ddc28b8ad61e71af94d9bc72f5588556ccfe9b11]

        clean-up ghost traces of unicow

2011-09-30  Tor Lillqvist  <tml@iki.fi>  [677da6ca3d8d0cf548ec5584d4875de4597121d2]

        Fix copy/paste error

2011-09-30  Tor Lillqvist  <tml@iki.fi>  [cb4a3b13e81f57624b50c2a8f4463d4b42595595]

        Remove a commented out obsolete test

2011-09-30  Tor Lillqvist  <tml@iki.fi>  [62a4321812cd5ad919198f2d824e48216bdf03d0]

        Surely MOZILLA_TOOLKIT is never "gtk2" for MacOSX

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [d25b61cd7fcf0c5c195bf5cc2db26b5b427012f9]

        enum/namespace foo

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [d7971ea58f24c38cac298e870a50abb61a210255]

        sigh...

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [7af852b3f4070b10e98a49c4ddc098e89a5b9cca]

        callcatcher: remove newly unused code

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [bebf836275b749ddfa80ddb5c84b54379120f662]

        new files

2011-09-30  Tor Lillqvist  <tml@iki.fi>  [665fc0285cbf7688839dd9f406aa1318de330945]

        If no SDK options given, default to 10.6 if that is present

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [4a5745503c2bf5d66f83995d90fd51e07b0b0e70]

        merge filters-test code

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [ebbfc7ea4aea33f79edbb6c989d598f5cbda3854]

        callcatcher: newly unused methods

2011-09-30  Regina Henschel  <rb.henschel@t-online.de>  [c5047ca9fac4ea1d16a977608402622d2b3bfdde]

        Generate valid xhtml export by using xml:lang, see also fdo#40373

2011-09-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [848bb3202cecd63926c468191eeb2c108ada4538]

        Merge branch 'master' of /home/bjoern/.jenkins/jobs/repo-mirror/workspace/core

2011-09-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2b9e302f0aee867412fa45275d42cb68929fb4b5]

        keep platform stuff in the platform subdir

2011-09-30  Thorsten Behrens  <tbehrens@novell.com>  [8bd171e786ab8b20544334434d35e43fa46d39f4]

        Make translation tools cross-build aware
        
        Build-time tools should use build-time inpath...

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [acc5c0734cf1d403c2ae9e70010e216563718e25]

        callcatcher: remove newly unused code

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [11cc59815a3eb72fe1d2a50ad4e27d8716cc5642]

        use read_uInt8s_AsOString instead of hand-crafted loop

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [d64707589f8165acd63028af0d6d7d684640666f]

        callcatcher: unused methods

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [1b78b83fbdd16a83780085bc528f7fc733fae5fe]

        tweak ambiguities for F-15 gcc 4.6.1-9

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [350e1e245643e107b6e46b2de3dc73906ab844a5]

        help gcc 4.6.1 out with ambiguity

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [6fed5b838534c5aa01351bc85ebd6ab511ffd30d]

        Repeat not implemented

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [1f5c696c371a36868c64cb2854a039446ddaddf7]

        add mode-lines to .m files and last round of merged files, etc.

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [ffbab6ccbd1f6f3014333fc5767b75628c7c91e4]

        get this building with gcc 4.6.1

2011-09-30  Caolán McNamara  <caolanm@redhat.com>  [71e5f262a51d085c0227f84fe112f64d5d52c06c]

        add objective-C to add-modelines

2011-09-30  Tor Lillqvist  <tml@iki.fi>  [58462caa5164af85d801e73c36672d61cddb53fd]

        Fix error reported by gcc 4.4.3: NULL used in arithmetic

2011-09-30  Tor Lillqvist  <tlillqvist@suse.com>  [241463973891d01d33f292543985b9f71bb460e6]

        Clarify help for the MacOSX version options

2011-09-30  Takeshi Abe  <tabe@fixedpoint.jp>  [c5580874d15b9b70b2b1e3ab646d829fdf5825c1]

        removed unused macro

2011-09-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eea06c00ab4ea0e26259a1e9f732076709d1026c]

        enable the registration for vba unit test again

2011-09-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e733c781fb1344d1906c6b4f3d9c4f032305bbd]

        remove library entries for now
        
        maybe add them later and adapt path to something useful

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8d6626a13d2cc61623376a2b9498ec0d11d707d]

        remove file from unit test user dir that gets modified

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [eeefce57c8a415c8bc5a4b044849d1e85ba20447]

        Fix error: invalid conversion from 'long int*' to 'const GLint*'

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [50ce26da1431d4695af24827679799c7a20c507b]

        WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [235a5e6c323432bf44db8de6cd05d1a5cc526022]

        Make install-gdb-printers work on Mac OS X.

2011-09-29  Jan Holesovsky  <kendy@suse.cz>  [f58db44198a3e98e0e113b940da86c313cfccd80]

        Make this cross-platform.

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1fc21ed077d3746dbff3acf3bc5eb9d6dd9f21b4]

        disable it again, it seems that it tries to access the user installation
        
        it seems it only produces an error in a non sourced environment

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [5e4a7452c8f96192a420704b12090e871d8b25dd]

        Allow for lack of LIBXML_ATTR_FORMAT

2011-09-29  Julien Nabet  <serval2412@yahoo.fr>  [8b3d84c04e359fb5c4117f74cfcc03b1e33b4d86]

        fdo 37007, Version at 102.1 + (c) for OpenSymbol.ttf

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [473514a9e20bf368fab8510bfe71adcc5ef27fe5]

        Add gettext-0.18.1.1.stpncpy.patch

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [e177e5bef0586fcba8eae8d3c9871da189ddcbea]

        WaE: avoid warnings

2011-09-29  Jan Holesovsky  <kendy@suse.cz>  [b1920bed1b9ef4a779539647208b333a4dc6712e]

        Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic.

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49cec3fa6f25cdf2f24602696b6a94570cbbfc2f]

        add user profile dir for unit tests

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3581e9df565df6cb67992c25e47ff37fd85030b3]

        init the unit test for vba unit tests correctly

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [b94aa65357bb7c9e7da8ef3b4dc4ed98ab70ec2f]

        Fix gettext build against MacOSX SDK 10.7

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [229efd7754227277b9b4ec050783b7ca9b17b9a5]

        Make the C++/UNO bridge compile against the MacOSX 10.7 SDK
        
        Old work in progress by sberg, committed by tml.

2011-09-29  Jan Holesovsky  <kendy@suse.cz>  [d717c18c5b62583ba4fc770ff51ceebd9f21be83]

        Don't recommend --enable-symbols, it makes it huge.

2011-09-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc30eeee93199fbcf98e11931c7151617d23b0f3]

        Adapt to the new way of passing dash-arrays from libvisio, still need to adapt libwpg

2011-09-29  Jan Holesovsky  <kendy@suse.cz>  [004820b51b848f806511411687e89dad0aba29ef]

        You have to install into /tmp, otherwise you'll have runtime trouble.

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [be26307116092a844ce97115fe7f5a2f0b2bd53d]

        Resolves: fdo#41128 hyphenation properties without handle ids not honoured

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [10f996efb1ab913101e1a635f6cda8087758568e]

        fix trunk gcc compiler errors; second attempt for the previously reverted part

2011-09-29  Thorsten Behrens  <tbehrens@novell.com>  [2cfcd347e2f44822199abde2a5666be22cf0c315]

        Better solution for libexttextcat android platform parsing

2011-09-29  Andras Timar  <atimar@suse.com>  [05239e246346598a3cdffc7febcfaad41f1dabd5]

        OSL_TRACE: Remove trailing newlines

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [5f04439b17f20ba3b3aeb3432fe90e6d11c34161]

        Resolves: fdo#41083 honour minimum word hyphenation length

2011-09-29  Tomas Chvatal  <tchvatal@suse.cz>  [db3a8faba14e89be39df5fb98f5535c1ca295f62]

        Solve more ambiguous issues with Locale from sun::star.. and icu::.

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [011320d56939846b0ed69476cb465c574dc87749]

        Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *() in Mac OS X only code.

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [377316db2b02c56a552c8ebb9ee4d4fc02e1a708]

        change to the old way to set the language to en-US for unit tests

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [a08df51f64757e5c785d89b9fdd55a9dbe32bd6d]

        Reverted std::hash map part of previous "fix trunk gcc compile errors."

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [61b5ee916edcf655a3127ab4aa9ce25a232d913e]

        bump to libexttextcat 3.1.0, enable previously broken languages

2011-09-29  Matúš Kukan  <matus.kukan@gmail.com>  [8de6948e4f67b65d0320f7ec08ab9ad8328b2411]

        fix trunk gcc compile errors

2011-09-29  Stephan Bergmann  <sbergman@redhat.com>  [3482b33aeee0e2f87ab33da7f543d9aff897e66b]

        Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [5b9a34807f72340b537134eed489f4d2b4942197]

        stray fprintf

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [91f436f58afbc3d46c24c6dc2f1d7ab1e1559d81]

        we're not using this header here

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [754c5d5cc78d53d55c12243ea4d42dc5c34995c7]

        mkdir -p

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [a336daff85341746591d0458b9eb2b727be762ab]

        ByteString->rtl::OString

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [2774cab826c8b5e3a92e98d79c3e64cbb25f4fda]

        add modelines

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [44eb2b3355e0846a5acba0f503d7c0b3e1c94949]

        remove archaic header guards

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [c04c8e918bd4a3095bd95cc0f74137bff17f7753]

        ByteString->rtl::OStringBuffer

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [af1a8de15e0b8b9a74ff891a8b5e2e6310631358]

        why use a pointer when a reference will do

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [c8e290d644a3a770e73f11412459e7bc068428ff]

        ByteString->rtl::OString

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [d1c8b0bb8642f21bdc10f1ba76717d499556faac]

        ByteString->rtl::OString[Buffer}

2011-09-29  Caolán McNamara  <caolanm@redhat.com>  [c50612d51619fb92393f32c6832628ffbbdcb920]

        callcatcher: unused code

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [42fe8b9f11da41530a6d914397b6301a72db3800]

        WaE: Mark SvXMLExport_Impl and SvXMLImport_Impl as SAL_DLLPRIVATE
        
        Fixes warnings: 'SvXML*_Impl' declared with greater visibility than
        the type of its field 'SvXMLExport_Impl::mpRDFaHelper'.

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [a649aac68c47e40ff518d874b3c10010fb7d18fc]

        Don't build l10ntools for non-desktop OSes

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [021a3772323092a03b5f24000b35ed6a6daf481b]

        Use NSString's UTF8String method instead of the deprecated cString

2011-09-29  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [ef01fae2759ac225f281f11a2b24ebaad40be941]

        Replace SvULongs with std::vector in sfx2
        
        Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools

2011-09-29  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [f446ca6fe8fe9ebdc66c230f4608fd3de74d0ca9]

        Replace SvULongs and SVUShorts with std::vector
        
        Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16>

2011-09-29  Hugo Beauzée-Luyssen  <beauze.h@gmail.com>  [3be0deb066fec282bf3598f963c913f14ccf6ee5]

        filters: Updating js2hxx.py to python3

2011-09-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2578bec53c82b5456e5175347b1c0793e58bce9]

        next test -> unotest change

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [78f81fdadbb2e1f461e8dd3edd2e79f139f94206]

        WaE: 'fileAttributesAtPath:traverseLink:' is deprecated

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [17cc38231c743b33406c5184488d1831930dfc3b]

        Add mode lines

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [e41899b782a165adc12966e07398c38e8c73711c]

        WaE: class 'AquaFilePickerDelegate' does not implement the 'NSOpenSavePanelDelegate' protocol

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [15759b8c9423c8f3fd0be97566698bf94535875a]

        Avoid "jump to case label crosses initialization" errors with gcc 4.2.1
        
        Reduce scope of variables declared inside a switch statement. OK, so
        make those code snippets into blocks then, to reduce the scope of
        those variables. Workaround for weird errors as reported by gcc 4.2.1
        in the 10.6 SDK:
        
        SalAquaPicker.cxx: In member function 'void SalAquaPicker::implInitialize()':
        SalAquaPicker.cxx:134: error: jump to case label
        SalAquaPicker.cxx:127: error:   crosses initialization of 'NSNumber* pExtn'
        SalAquaPicker.cxx:126: error:   crosses initialization of 'NSUserDefaults* pDefaults'
        SalAquaPicker.cxx:141: error: jump to case label
        SalAquaPicker.cxx:127: error:   crosses initialization of 'NSNumber* pExtn'
        SalAquaPicker.cxx:126: error:   crosses initialization of 'NSUserDefaults* pDefaults'

2011-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7743899403177a53c782822e66d21aaf4043dd65]

        fix another unotest/test breaker

2011-09-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [520c17a99092f4bd0c7de5e6e11e80eb21b2980e]

        adapt make dev-install to unotest changes

2011-09-29  Tor Lillqvist  <tml@iki.fi>  [fd100f9cb3f62aa3c8778fdc72bf7d02926f0517]

        This was what I meant, sorry for thinko

2011-09-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [422b71e32bf0881cc643cee76b596f6031511829]

        target 'all' should be the first one to make it the default one.

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [41ebcaefd132d15616b88a5fa3a3d3aec5b4c50a]

        Add mode lines and detabify

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [1db86ebf0dffe41c25d2d6e803e443daf6a32572]

        WaE: class 'RecentMenuDelegate' does not implement the 'NSMenuDelegate' protocol

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [cf7c983126b469568792e40aabf44f161a04f266]

        Mark SfxStandaloneDocumentInfoObject as SAL_DLLPRIVATE
        
        Fixes warnings 'SfxStandaloneDocumentInfoObject' declared with greater
        visibility than the type of its field
        'SfxStandaloneDocumentInfoObject::<anonymous>' and
        'SfxStandaloneDocumentInfoObject' declared with greater visibility
        than its base 'SfxDocumentInfoO\ bject'.

2011-09-28  Rene Engelhard  <rene@debian.org>  [0f862a7432737d16056270cf8fbc29478f988f7d]

        make configure check for cpp/poppler-version.h

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [0a56437e9ce6a228643e2831fe4877e8597cfa6b]

        WaE: base class should be explicitly initialized in the copy constructor

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [61095eac05261383211509b476bb15fe4bde6377]

        install testdllapi.h correctly

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [5e4451575964151dbe7b0e905d0a9f4757f609d2]

        Rename and re-factor test and unotest to compile and run again

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [d0edcf0a554828232ab3c8edfbea22d611bfda2b]

        split 'test' into 'unotest' and 'test' to help dependencies

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [f29109cc5bfdfe13922f9ff2ec85bf0bd3f6dce8]

        text can be const now

2011-09-28  Thorsten Behrens  <tbehrens@novell.com>  [f0149fe6eaa5e8ac121af39354950c73534482a3]

        Android now builds up to instsetoo_native
        
        Last fixes - remove kludge from RepositoryFixes.mk, have redland
        build w/o threads for the while, and some hackery to exclude
        pointless code like oosplash from android build.

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [69a1f550625b967c34a1468c7e83e22003bb0796]

        Make deprecation warnings non-fatal even in a -Werror compilation

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [6904e7d8ba33e09e9254b7d569205ef2b4d8f9bb]

        Define LIBO_WERROR when warnings are errors

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [bbec6182140209774390a6adda967e94f14b9c95]

        WaE: foo does not implement the fooDelegate protocol

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [e688d55100de08fe4ac95d6c40c2de0d2ffa6f8b]

        WaE: suggest a space before ';' or explicit braces around empty body in 'while' statement

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [2ae1b4eb996bd5665559837b0c24bb78e72acf4e]

        WaE: ATSUI is deprecated in newer SDKs
        
        So when using gcc 4.2.1, turn deprecation warnings off for most of
        these source files, sigh.

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [63efb738e9aa833c65606b96ba1e8a7ea028f040]

        WaE: drop some unused variables

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [9db079b96b7682f6635f7a329751bf83844079ca]

        WaE: NSPICTPboardType is deprecated in 10.6 and later
        
        So turn off -Wdeprecated-declarations for most of this source file
        when using gcc 4.2.1 or later.

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [9943a3ff49008576f9ec3aba72947687633eda37]

        Fix syntax error that earlier compiler versions didn't mind

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [87259f9afefdcda18856eb008e2d13803577f9d0]

        WaE: setAccessoryView is deprecated in 10.5 and later
        
        Don't know how to fix it properly (i.e. use the corresponding
        non-deprecated API instead), so just using the pragma to ignore that
        warning for now...
        
        Unfortunately gcc 4.2.1 doesn't seem to implement the 'GCC diagnostic
        push/pop' pragmas, so we just have to ignore the warning for the
        method in question and the rest of the file. But luckily it is the
        last method;)

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [0e0393b06a0546335664884069d2e5388832b0f1]

        WaE: 'NSWindow' may not respond to '-windowShouldClose:'
        
        We get this warning when compiling with g++ 4.2.1 from the 10.6
        SDK. As far as I see there is no command-line option to get rid of it,
        and thus also no pragma to avoid it just for the lines of code in
        question.
        
        So to make it compile with -Werror also using this compiler/SDK,
        expand the Objective-C message call syntactic sugar into a
        objc_msgSend() call instead. That should be equivalent, shouldn't it?

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [82129a0d351cb26203fb8574fbc72c8e91fa9e42]

        Fix syntax error that earlier compiler versions didn't mind

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [0f644656af1a184d95b6227853ffcdfd66b62b42]

        WaE: declared with greater visibility than the type of its field
        
        To be specific, 'vcl::PageSyncData' declared with greater visibility
        than the type of its field 'vcl::PageSyncData::mActions'
        
        Adding a SAL_DLLPRIVATE to the PageSyncData struct, too, then.
        
        Warning was emitted by g++ 4.2.1 against the MacOSX 10.6 SDK.

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [2f3d6644197a98e1c191df7943da3e50e80d606f]

        more unit test cut/paste redux

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [90a53962420ae84e2c0577683864626d6a67896a]

        disable use of test's unoexceptionprotector for now, to break dep loop

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [f0c8204127e7b90a7e622f95396709a010985481]

        regenerate list

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [946bfb2bf804672e5ce1ccd20623ba67c460e9b7]

        callcatcher: another round of unused methods

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [37fd0d9884b41491bc14d9b4e00ad1f9a00dd712]

        sw: switch filters-test to the new shared unit test code

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [4b7cc85c4ed02876a1e4851274129d0d89c398cc]

        sc: switch filters-test to the new shared unit test code

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [00004ec8ca531698f72f7a1e99ef130ccfd5dd36]

        add missing dependent include

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [950090c5d5be46d40a5f09e8e8295e36215d1dd8]

        add new bootstrapfixture to share and simplify unit test code

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [3ff029819c578ef942ae9c7b03308f54204aabed]

        remove obsolete include guard

2011-09-28  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [706651b37fe2d0b50cde0ff950d2264b8174cf7e]

        Removed unused code EnhWMFReader::ReadGDIComment()

2011-09-28  Stephan Bergmann  <sbergman@redhat.com>  [01e0b770a5ce58de44283465ba51b03a1ee0db0c]

        Let SalAbort dump core on developer builds.

2011-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f973e25a927d458fe98689b8e356547c0a327a53]

        Uploading a new release of libwps

2011-09-28  Stephan Bergmann  <sbergman@redhat.com>  [a1a059467b92496c99600f0fd9a91d035066c063]

        Fix building moz on Mac OS X.
        
        * On Mac, nss-config must not emit -rpath-link switch.
        * --with-system-nss/-nspr horribly broke in combination with the
          routine use of MOZ_ARCH and resulting MOZ_CROSS_COMPILE for Mac,
          and the latter appears to be unnecessary for a normal build, anyway,
          so is now conditional CREATE_UNIVERSAL_MAC_MOZ_ZIP, in case anybody
          still uses the code to create universal moz archives.
        * This in turn revealed two issues in moz that have been addressed
          with a new macosx_build_fix.patch.

2011-09-28  Andras Timar  <atimar@suse.com>  [e34c87ce752e26426e76602dbeaded704b3587a2]

        Uyghur LCID is 1152 not 2200

2011-09-28  Andras Timar  <atimar@suse.com>  [5e61a194f1c5da0152b132b1fd182426c8b7afaa]

        remove obsolete fake_languagesstring() subroutine

2011-09-28  Andras Timar  <atimar@suse.com>  [05293cb04c707b12047ce2378894cf6b7bb67bbc]

        remove checks for unused BUILD_SPECIAL environment variable

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [d455410a3de86d2c772a96e50ff0d4c066c1605e]

        Look at GCC version, not whether MacOSX or not

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [a22a722ddb415d8b61a840fff4b39f919242bfe8]

        nothing initializes pDefaultExt anymore

2011-09-28  Tor Lillqvist  <tml@iki.fi>  [e4050a653b94720368ba4fd93b2521a7ebf71c2a]

        Don't consider newer Apple compilers having "universal" byte order
        
        I don't understand what the "universal" byte order thing tries to
        say. Sure, Apple's compilers can produce fat binaries, i.e. containing
        code for multiple architectures, which I guess might have differing
        byte order. But I think the test for an -arch flag being present here
        is backwards, surely if you specify -arch i386 for instance, then we
        *know* that the byte order is little endian, not "universal".
        
        Anyway, this broke ICU when built against MacOSX SDK 10.6 at least,
        the ICU configury used wrong suffix for ICUDATA_NAME, and genbrk
        failed in i18npool with a mysterious "can not initialize ICU.  status
        = U_FILE_ACCESS_ERROR" message.

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [eff6245f9848bf32414ab2496c37bdc5ac774747]

        ByteString->rtl::OStringBuffer

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [0be6fb77a7b749d7bb726311f68d4113b4eccb88]

        callcatcher: another round

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [820a569b8d119ae5a62ceb3f4fab027792902f35]

        ByteString->rtl::OStringBuffer

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [5eb475f3085a107bc817b3490e8d7ef8eec0c4d8]

        ByteString->rtl::OStringBuffer

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [84841b118ad93d5ef0cbbf293067a020c3382ff5]

        callcatcher: AtomServer unused

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [19bf1de0d4d1800b51485b4d33dc27a78854d521]

        callcatcher: unused code

2011-09-28  Caolán McNamara  <caolanm@redhat.com>  [865ef9c4488ed02941526e5f6d1e17a76c73bbbe]

        unused ctor, and use boost::noncopyable

2011-09-28  Michael Meeks  <michael.meeks@suse.com>  [7e276c3e0fa333348fa82e385feba3f5e61acdd0]

        re-work XPropertyList default extension handling to increase re-use

2011-09-28  David Tardon  <dtardon@redhat.com>  [05bee2028291190e3413fa5815897f54b6060fd6]

        we want these macros to be emtpy strings, not 1s
        
        The substituted 1s cause i686-pc-mingw32-windres to bail out with syntax
        error in solenv/inc/shlinfo.rc at line 67.

2011-09-28  Takeshi Abe  <tabe@fixedpoint.jp>  [199d83a44d07eeed1ffb27ad2a2f3ba5e40a0491]

        removed dead code

2011-09-28  Takeshi Abe  <tabe@fixedpoint.jp>  [a80533c4a787e30973316778d482b0245815fac9]

        fix typo in message

2011-09-27  Stephan Bergmann  <sbergman@redhat.com>  [59af654b80c595905ebf4fbc5c6454359beda337]

        Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"
        
        Obsoleted by the subsequent fix to tools/string.hxx.
        This reverts commit 928f7a47a15d53817697283ba0a7fa4987ea458f.

2011-09-27  Stephan Bergmann  <sbergman@redhat.com>  [5c0b18ed99e30c604c77caa86e4551a4403e5c91]

        Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related clean up.

2011-09-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [928f7a47a15d53817697283ba0a7fa4987ea458f]

        Fixx FormulaCompiler build after the O[U]String[Buffer] changes

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [2a214cc6d34937a5a996f9fd4b6eb6ed4823f727]

        Compile also ICU for debugging if --enable-debug

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [82836f28150a48a5ffce41d189cc8a62393c2ae0]

        WaE: comparison between signed and unsigned integer expressions

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [296823ab8634b0980fc8fe81a2de2b043d036179]

        More WaE fixes for iOS

2011-09-27  Stephan Bergmann  <sbergman@redhat.com>  [6671fa81db0ecea4ada005bb79f55f08fb440ad4]

        Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().

2011-09-27  David Tardon  <dtardon@redhat.com>  [b6d8251eee90b7e24ebb3f8452eff36a507e6d91]

        move windows-only call into platform/win*

2011-09-27  David Tardon  <dtardon@redhat.com>  [2e2dcefb5fde4672f1fef96a3be6a046c3bad3bb]

        make WinResTarget's name independent of LinkTarget

2011-09-27  David Tardon  <dtardon@redhat.com>  [edb760e625b899ac374b7f85ebe725389a02ef8a]

        correct link target name should be propagated from gb_Library_add_nativeres

2011-09-27  Matúš Kukan  <matus.kukan@gmail.com>  [31e7820f03badc3c6fe8fdaffb74f2125e05ea96]

        remove unused header and clean d.lst which should be empty

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [ed73eb561c8176ac552d8cab0a587043c25f6799]

        More Android config.sub fixing.
        
        This time the redland library.

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [201344f80572d839f9c5ff7ff6359f6555f93932]

        Replace raptor rindex calls with strrchr
        
        Seems android libc is missing that - replaced by non-deprecated
        posix func.

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [e4486fe169054dde895e69a452aad94d3f3ca74a]

        More Android config.sub fixing.
        
        More parse fixing for android os string.

2011-09-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0f829ec191c944a12c63646dfc3b78f0def26c91]

        If gradient type is not specified, assume linear

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [516d2e05183770d93037b388a2af4928d90bf83a]

        Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?
        
        The ATSUI API that cairo uses seems to compile fine against both 10.5
        and 10.6 SDKs. Maybe then against 10.7 it won't?

2011-09-27  Jan Holesovsky  <kendy@suse.cz>  [6994e9c91ec1d33e379ae565ae5fc9af297ac15f]

        Add my autogen.lastrun too.

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [1682fcc2356e8442b345cefd530cafe1b2aaa9db]

        Dmake's .IF expression parser is apparently broken, >= works but > doesn't

2011-09-27  Michael Meeks  <michael.meeks@suse.com>  [642553238cc531f39049150ff52cf4e152b5abe6]

        add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste

2011-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc406a77b582ab799428b9fbf05afdbed75dbeb7]

        add dependencies for vba unit test

2011-09-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [acbeb839aa718381f13f4f3097ff17ee46e06de8]

        move the checkboxes below the more button

2011-09-27  Michael Meeks  <michael.meeks@suse.com>  [baa36ed2f1f35f311e11aa630ea16e969f841303]

        remove obsolete and unused defines

2011-09-27  Michael Meeks  <michael.meeks@suse.com>  [0e3361c0aee39c72e4f85d408676ac38efcf9bd0]

        assert on the console in a helpful way as/when we get a message dialog

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [41bc308973c8567aaa368949a02f1cf420c1ee8a]

        Let's rely on memmove() being sane on all our platforms
        
        Defining an own memmove() here is silly. It breaks compilation against
        MacOSX 10.6 SDK where memmove is a macro. If we really wanted to avoid
        the system memmove() here, surely we should then use
        rtl_moveMemory(). But since when is idlcpp performance critical?

2011-09-27  Jan Holesovsky  <kendy@suse.cz>  [28cf0a3cf30c81d8e0120ed13147f1a71b5b46d5]

        Process options early so that $TARGET is set when we need it.

2011-09-27  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [f6a34255af1339cd7132b7527dc0c10c10d38249]

        Minor refactoring on WMF loading

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [5e9b48bd17b7e360c35407ad56bf202ac4260277]

        Add bestreversemap

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [f8682923858c39a5e980324388b2ca482d0d45fa]

        Fix system Python configuration for MacOSX SDK >= 10.6

2011-09-27  Stephan Bergmann  <sbergman@redhat.com>  [e73bfbf95e499ad1a998d89f3ca5fcf9534097dc]

        Fixed linkoo for Linux again.

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [45f536210e8c0376bc047db024e88566557994c5]

        update list

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [ca3c96b0753a280021989563422bab7698dc1bd8]

        callcatcher: some unused methods

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [7c1a3fc43a2f606f387ef30085fc72389551bfed]

        ByteString->rtl::OStringBuffer

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [04b95fc8d06f9f6b01ec47101b293c5db7b27c8a]

        decast this a bit

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [602b63b0e4b81b416e8c2682750e97a20b74c7d9]

        why call twice, we've already got the result

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [fcd9b06ac744b1c709ab754a123bad64405dabc9]

        constify some of this

2011-09-27  Caolán McNamara  <caolanm@redhat.com>  [dd32608012fdd017ab8ad303cca2453f2f8dcbd7]

        fix mangled indent

2011-09-27  Michael Meeks  <michael.meeks@suse.com>  [3d3c70f969d7305ed1712e85c0979772074a4ed2]

        more ColorTable to List cleanup, and abstraction of load/save

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [1b5bcb6562abc4fe684fe4e046bde93df1af3d12]

        Make extension cross-buildable again.

2011-09-27  Jan Holesovsky  <kendy@suse.cz>  [07a7e3a76a2b64735f5c96a399d1da78a6209dd8]

        Add MinGW debugging hints.

2011-09-27  Jan Holesovsky  <kendy@suse.cz>  [abc08aefee5e7e93b86fa484ddbbea0b29aa3f37]

        Add MinGW handling to linkoo.

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [98ab45513c8ba98fc20c3584985b88adbc134db0]

        Make cairo build against MacOSX SDK 10.5
        
        Factor out the part of the iOS patch that comments out ATSUI-using API
        into a new patch file, and use that when building against the MacOSX
        SDK 10.5.
        
        Whether the callers of cairo will build then, no idea... Will see.

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [65cd6a9f75ca5df85fcf0b111864ecf0ec48fff9]

        Fix android platform parsing for raptor

2011-09-27  Stephan Bergmann  <sbergman@redhat.com>  [193715bbf0e59256fd8da7ebd8dc5eb937615281]

        FullTextEncodingDataSingleton must not call itself recursively.
        
        Happened on non-standard locales (like hu_HU on Linux) when osl_loadModuleRelative
        wanted to access non-standard text encodings.
        
        For Windows, the fix is still only a "TODO: FIXME" dummy.

2011-09-27  Thorsten Behrens  <tbehrens@novell.com>  [04b8b4fbbb4b7f72f33d0b76b86945cb98c4ecd9]

        Make Android cross-build working
        
        In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change
        external lib's config.sub to eat the arm-unknown-linux-androideabi
        host os string. Also, permit shared libs again - seems Android can
        handle those.
        
        Added dictionaries to cross-build-toolset - idxdict is needed.
        
        Should build up to sfx2 - some residual static lib issues there,
        and in raptor.

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [47d7d1e987e1caa030c7623767d9dfe3d85eb924]

        Enforce use of internal Python for MacOSX 10.[45] only, as apparently is the intent

2011-09-27  Tor Lillqvist  <tml@iki.fi>  [36e4ca307cb9f282f72231ae05c210469c31dfc2]

        WaE: Silence warnings for the iOS code
        
        No semantic changes, the iOS code still is mostly dummy.

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1f1607a5e6ea2b88f072ba2109522de671f20dbf]

        cppcheck: reduce scope of var in rsc rscflag.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d04bd631731c45627caa4b7f5dc4aea2c4fa9f9e]

        cppcheck: reduce scope of var in tools/ poly.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [764b47e8a1cf2db19b21aa5ebc8cf6492af31bc4]

        cppcheck: reduce scope of var in vcl bitmap3.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9e1966d9ac537ac23d96e8bf28059fe60a40b92d]

        cppcheck: reduce scope of var in vcl sft.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f9dd399a574a06fb79812d2a29a7c862c46026da]

        cppcheck: reduce scope of variabl.e in vcl, cff.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ae21e90fe8edde305008f01ed838ab49313a31c2]

        dead code deleted in vcl toolbox.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [83ad767defb890c7557b99ce7c46aaed2d16980c]

        cppcheck: reduce scope of var in vcl toolbox.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b01f94c5ae9e3bb0c5ed1660b460b117431ff7a4]

        cppcheck: scope reduction of var in vcl outdev3.cxx
        
        and deletion of a varialbe used as constant since 2002

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a267506512cdebae2272009a07637345f719bfa5]

        cppcheck: reduce scope of var in vcl outdev2.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [bd4200dc20f6b26f71a358cf219f61d579689f31]

        cppcheck: delete unneeded variable in connectivity testmoz/main.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [162800bbafc27ecc3117f43077811868f08af5d5]

        cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxx
        
        but left the call to the function behind, since not sure there is
        no effect on data

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [97fb350c10a1448590292c20192b31f245a69622]

        cppcheck: unread Var deleted in autodoc, cx_c_pp.cxx

2011-09-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [35579b7f6e9cb761dea98bf33beb4f43d0b51dac]

        cppcheck: deleted unread Var in autodoc, hdimpl.cxx

2011-09-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3136120275834b17f9ff628273cee169d171566e]

        partially revert 6985b28d533c1324896a1647304499c23e553239 as it breaks the whole idea of testing for bug 20033

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [226a5ddda17e4b9c0744b7e3f5203f46a4ba289e]

        WaE: control reaches end of non-void function

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [e594b27aa841d2c4a0a1861def8ade092eab6c5f]

        WaE: control reaches end of non-void function

2011-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2abdc04993e6b23d2c5514caca66371ff2df7bea]

        Manage Names: adapt menu to changes

2011-09-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74d3dd420bd80f88dd7e1078dd500aba8841aa44]

        add "Manage Names..." entry to Name Box/ScPosWnd

2011-09-26  Jan Holesovsky  <kendy@suse.cz>  [a953cae319ce4e09626a6f0aae8f84fbb1dc6cf1]

        One step closer to a functional 'make dev-install' with MinGW.

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [44ff5f147760bf48b22c14c4dcd7512fb9f8075f]

        WaE: unused e

2011-09-26  Stephan Bergmann  <sbergman@redhat.com>  [c09b966f94f5a50fe537916398451339f008947d]

        In smoketest.cxx, also wait for connection_ going stale while waiting for result.condition.

2011-09-26  Luboš Luňák  <l.lunak@suse.cz>  [daff51e125d1036895a5d39a7a652b3f5ff0e97e]

        revert the change of SwCntntNode bases, for now
        
        Smoketest fails because of this, presumably there is some old-style
        C cast that fails to adjust the pointer value in SwModify* -> SwCntntNode*
        casts because of missing the header file *sigh* , but I can't find
        it now.

2011-09-26  Luboš Luňák  <l.lunak@suse.cz>  [d527a2eaee4ecbcc80ac019f78da9f14ac49060a]

        remove executable bit

2011-09-26  Luboš Luňák  <l.lunak@suse.cz>  [76150ea68cb46ca1953f7031f9aca5637ecffe1b]

        remove executable bit

2011-09-26  Luboš Luňák  <l.lunak@suse.cz>  [86eb9e342a7d59bcedb1fab7f51423eac1ebd868]

        remove executable bit on source files

2011-09-26  Noel Power  <noel.power@novell.com>  [13982b4f1712b50710c1642945e25aaaffc19a85]

        conditionalise out presently unused class variables
        
        currently we conditionalise out the parts of the code intended to replace the remaining code in SvxMSConvertOCXControls with flag SvxMSConvertOCXControlsRemoved. Some unused class variables should also have been conditionalise out. Hmmm maybe I should just get rid of it all :-/

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [dd5f1c23331a8dbb4db35472be0a3cc47294feca]

        Do as the comment says: use the pragma for gcc >= 4.2.1

2011-09-26  Jan Holesovsky  <kendy@suse.cz>  [a5729deee5f9b52ef2169791471ea484518680a5]

        UNOLIBS_URE are supposed to end with .uno.dll, not only .dll.

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [a45732406540e0a3196506e184c00f664084588f]

        Match the Android host_os that the new config.sub produces

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [dee0123807b52a0d1438ee3362f6686ec83067f0]

        Update the sample autogen.lastrun for Android

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [26d092026457398ee23422c5070edca9057e6a25]

        Simplify

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [0be026ea4ae6d53d6cc0e5acb10bd58bec490adc]

        <= for extra safely I suppose

2011-09-26  Ivan Timofeev  <timofeev.i.s@gmail.com>  [30e8dcf0372977d5c6daea949b5cd39b6690fc55]

        consider empty <mmultiscripts>

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [1da878532e2c821313609fe376df05895f1325a6]

        doesn't use a DocShell anymore, so can ditch check for it

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [9cbc1eb35e2fff63f16a30e2fcc8909c2e566cc2]

        WaE: unused e

2011-09-26  Noel Power  <noel.power@novell.com>  [c1f24be00088c223cd2d0fc579d5bc0a659aa2be]

        blind fix for macos tinderbox error

2011-09-26  Jan Holesovsky  <kendy@suse.cz>  [b5024e8ce967a119adbd522ff48223bff97fa7b7]

        When I say --disable-extension-integration, I really mean it.

2011-09-26  Jan Holesovsky  <kendy@suse.cz>  [ad655dbcccff932fcf62bc01e2fea88de4371a7b]

        Fail to configure when running in a shell with a sourced Env.Host.sh.

2011-09-26  Noel Power  <noel.power@novell.com>  [b778d1a03c0cdf4d0ab0352e08e00ca4d27aef03]

        fix merge foo and wae

2011-09-26  Noel Power  <noel.power@novell.com>  [590d9596c54443dc6b65a811569ec74371fa4794]

        move OCX_Control ( and subclasses ) and OCX control export to oox
        
        add forgotten new files axbinarywriter.[ch]xx

2011-09-26  Noel Power  <noel.power@novell.com>  [5609c512cd4d2899300b432d88d93cff05a05c87]

        move OCX_Control ( and subclasses ) and OCX control export to oox

2011-09-26  Noel Power  <noel.power@novell.com>  [f8f54cbb5d6a34ea74c4e92a3bdb8e34b7b101d6]

        new source files for class AxFontData moved from axbinaryreader.[ch]xx
        
        note original oracle copyright has been preserved as this code has just being moved to a new source/header file

2011-09-26  David Tardon  <dtardon@redhat.com>  [a44020dd9eb7f1607c05869fe5430a2ae68d46f2]

        add resource files

2011-09-26  David Tardon  <dtardon@redhat.com>  [096397e9da806aef68812c40ddc02075c296ba72]

        allow adding native windows res. files for executables too

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [e073da6d6b06d358466ceebdb120c7f1ea01ec29]

        private operator delete, use factory

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [b68b16161777f87ad9436e7c65429e9413819b81]

        only allowed to create these via factory methods now

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [d63a3b885a4e0026c5d26b56910f431b86acfa86]

        callcatcher: remove unused code

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [0345310ec2cf0cf6a6b3864f36e7e8dfee6f0bf5]

        disambiguate ctor

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [0dcaf6c6299f10f25623ac41e735b0d03d25894c]

        ByteString->rtl::OStringBuffer

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [ff6af4030a465cd9341c730ba575b9b2a1b50b69]

        callcatcher: unused code

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [2a3ce6ac68151a5a63c5b41a70bde7d9ffcd7e96]

        ByteString->rtl::OStringBuffer

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [8712fbf2a6b1905697e4bbe3a1ff1ec375bc67b2]

        ByteString->rtl::OStringBuffer

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [8ec3318688aabdca875e2671e68d5f31205bfe5d]

        make sure these are safe wrt embedded NULLs
        
        something of a micro optimization as well I guess

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [dea0b22a4639a2ef9c75ed6f04d61ca9d99fcb95]

        callcatcher: panelwindow unused

2011-09-26  Caolán McNamara  <caolanm@redhat.com>  [19549cfc22e9a5d442153d596d5db80efe819da7]

        take pity on the gcc 4.5.X users

2011-09-26  Stephan Bergmann  <sbergman@redhat.com>  [51dcb469c013d3a8a301ca8e86dde3a420b5417f]

        Fixed DBG_ASSERT broken by recent commit.

2011-09-26  Michael Meeks  <michael.meeks@novell.com>  [f7eef8087a91628eed17b71e7b2cc71add03d932]

        remove bogus visibility annotation on template class

2011-09-26  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [7b06bf387c59d841c44d568cd1603e707ad90668]

        cppcheck: unused variables

2011-09-26  Michael Meeks  <michael.meeks@novell.com>  [8b74387620932c1bc93fce885ebdf82c55f4c9ff]

        remove empty destructors in-lined on Mac, causing build errors

2011-09-26  Tor Lillqvist  <tml@iki.fi>  [7b99502b3241cb13c5e7aa5f97c5645c16e35a7d]

        l10ntools doesn't exist in the HOST solver for non-desktop OSes

2011-09-26  Michael Meeks  <michael.meeks@novell.com>  [d24e2842319231d3ab6da27cfddb90e75baba269]

        remove obsolete ColorTable lifecycle workaround

2011-09-26  Michael Meeks  <michael.meeks@novell.com>  [3d22598a193130c5bfb0b5f459359a0b66b4424e]

        more post colortable cleanup

2011-09-26  Stephan Bergmann  <sbergman@redhat.com>  [90879a4bc82f2e23a076275ccdaf7cc4751f56f0]

        Fixed DBG_ASSERT broken by recent commit.

2011-09-26  Andras Timar  <atimar@suse.com>  [965303ca94342128a19ece35dfc647927e78e784]

        set product name and version

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [b18383c1b9a5fc86dae4ca0f722d0a674e9355ed]

        don't echo JAVA_HOME twice

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [5ebf2a0b439d35b346dde6837a5f1060a8d05fed]

        update post_download.in

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [fc17ff3bd3067854667e3bdb8f14d4cdb505604e]

        remove unused acinclude.m4

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [d1ebcd058754e275fc5d89946dcf02110e59a470]

        Use AC_RUN_IFELSE AC_LINK_IFELSE AC_COMPILE_IFELSE AC_PREPROC_IFELSE macros
        
        Remove usage of the obsoleted AC_TRY_RUN AC_TRY_LINK AC_TRY_COMPILE AC_TRY_CPP macros

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [12759f67a36d52a345be6002d7017551e8414c59]

        update config.guess and config.sub

2011-09-25  Peter Foley  <pefoley2@verizon.net>  [44d9e39ea5ffa39fa85700cab7258c53e362bf85]

        fix quoting and use AC_CANONICAL_HOST

2011-09-26  Matúš Kukan  <matus.kukan@gmail.com>  [ecd522535d0e968ee0cdd3783a58944f8324c0de]

        fix path to binaryurp.component

2011-09-25  Matúš Kukan  <matus.kukan@gmail.com>  [4768ce0f246226e0ef6449c1f33b9360b05ef7a8]

        convert binaryurp to gbuild

2011-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [cbeebc223b4e759dddb0c5ec03061b67ab88c859]

        make the case not ENABLE_QUICKSTART_LIBPNG work again

2011-09-25  Tomas Chvatal  <tchvatal@suse.cz>  [6985b28d533c1324896a1647304499c23e553239]

        Do not use AS_IF and AS_CASE macros
        
        Also cleanup space/tabs to use only 4 spaces everywhere.

2011-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b24bd7a6ec714c74795cf417e35bd036303f3b9]

        hide a WaE... should be fixed properly when the issue is understood

2011-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6811e675cbeaef31fd4d758f75939839b1aa10f]

        refactor start.c and splash.c. de-couple the 2 sources and avoid globals

2011-09-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [652356f67b6736df9973346d8b8ffe08d0decffb]

        WaE hide unused parameter

2011-09-25  Tomas Chvatal  <tchvatal@suse.cz>  [6104b24ff4f9d1921190bb10cd759df7be40597d]

        Remove the comment as it confuses the macro expansion.

2011-09-25  Tor Lillqvist  <tml@iki.fi>  [38ece856ae176ac14f68b4e9f36652c3eab8b84e]

        Disable some extensions that apparently are enabled otherwise

2011-09-25  Tomas Chvatal  <tchvatal@suse.cz>  [8148ad076ca750da8066051a105ab391b9ba8957]

        Update some java checks to check all vars properly.

2011-09-25  Tor Lillqvist  <tml@iki.fi>  [e135afb73903ea16eeeedf49c0f68acb2f719534]

        Fix compilation when SYSTEM_LIBXML headers are not in /usr/include
        
        Need to use LIBXML_CFLAGS, that's what it's for.

2011-09-25  Tor Lillqvist  <tml@iki.fi>  [c1e82b1c64ee863771bfc5958c2898ab1f650606]

        Drop apparently unneeded inclusion of l10ntools/compilehelp.hxx
        
        Fixes compilation for non-desktop OSes (iOS and Android), for which we
        haven't built and delivered l10ntools.

2011-09-25  Tor Lillqvist  <tml@iki.fi>  [2b207686cdb6ed5bf398d2bfa2509a56374f7846]

        Tell what "LB" means

2011-09-24  Tomas Chvatal  <tchvatal@suse.cz>  [cddea419b645c11819b9314acb95d8ea8df4fc98]

        Avoid ambiguous Locale type by specifying full path to sun::star... ; the other definition is from ICU.

2011-09-24  Tomas Chvatal  <tchvatal@suse.cz>  [3a8c8537d1c8e03f3587a6823b2f6749b3115c46]

        For wiki-ext check also java and ext support.

2011-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [a45542c6f0df83b270311f188d57bb2b0a51e771]

        also here include linux-CPUNAME as in gbuild.mk

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a195b81bee5c84e01186463b44ad3c551046f33]

        Manage Names: braodcast change in range names now directly

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae992dbe6c2ae729fe69f1b48d4fade7be90e849]

        add local range names to "Name Box"/ScPosWnd

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e9159d142a4f25bff88da3dd90e163135ae0bdfa]

        handle local range names from name box/navigator correctly

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b6fc983f4c29dbe59f19a3451b12ac17b88286f]

        show local range names in navigator

2011-09-24  Matúš Kukan  <matus.kukan@gmail.com>  [e1de59eb4661397c888e7fab223710543c541e87]

        unusedcode: vcl::PrinterFoo

2011-09-24  Xisco Fauli  <anistenis@gmail.com>  [0f7d6910567f1df22f1706623043554989216a7c]

        Remote the python code for now.
        
        The reason I delete it is because this code is not used yet. I still keep working in the feature branch, so when i'll finish there i'll merge it into master. It doesn't make sense to have it in master for now

2011-09-24  Michael Meeks  <michael.meeks@novell.com>  [cf16ef6c250a2755155a02f24bad861b35a1f92b]

        add a 30 second timeout to failure if we get no response in this time

2011-09-24  Michael Meeks  <michael.meeks@novell.com>  [24bd2b363a8e9981a3583dfb190161ab335ee870]

        cleanup debug build pointer -> ref migration issues

2011-09-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [eb2d27548d6db23630032f15985da980c6d53303]

        WaE unused debug-printf static variable

2011-09-24  Michael Meeks  <michael.meeks@novell.com>  [0f89219ff70eafbea0647ff6902eab22fc11081a]

        remove some stray debug fprintfs

2011-09-24  Michael Meeks  <michael.meeks@novell.com>  [c8dc73720883333a13187865cd0d69b64af6b4b5]

        re-factor XPropertyList derivatives to use a rtl::Reference
        
        This cleans up a lot of lifecycle nasties and cleans up some serious
        cut/paste code duplication issues at the same time. Cleanup the
        naming of ColorTable -> ColorList to match the impl. too

2011-09-24  Michael Meeks  <michael.meeks@novell.com>  [7fc35af5fd3171cc9bf43d2c27660afcf407d3f6]

        remove obsolete Forte NOOPT files

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [176b9ee183fdaa5837d0d436720ecb199e80f480]

        Manage Names: add comments and remove dead code

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [87e3d71ca68ca8dbe50dbabf6628b5f002e4b46d]

        Manage Names: refactoring in namedlg.cxx

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4e83a42e431c1ab640703afec356e791af35d830]

        show only relevant range names

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b7b14465204efe248cdf1e4657813e1a1192cca0]

        fix crash, various button problems, memory leak

2011-09-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [24f4f5bc7a68a3375f655ec3f4b9f3313c4609b2]

        Manage Names: set new entry as selected

2011-09-23  Luboš Luňák  <l.lunak@suse.cz>  [9933b2ad98cea78f8f7a39a3e120c9663ecc2076]

        I wonder if this fixes the libxml build error on tinderbox

2011-09-23  Tor Lillqvist  <tml@iki.fi>  [8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee]

        Fix typo

2011-09-23  Tor Lillqvist  <tml@iki.fi>  [5c1f66495eb55b5e3f9b9d3a301d5565a3fb3dbe]

        Drop bootstrap library duplicated for iOS

2011-09-23  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5277f81090673387250761128821d5244523ce2e]

        Page Break: Changed the page break into a control
        
        Page break changes (no impact on column breaks):
          + Create a MenuButton control for the page break
          + Moved the line to a SwDashedLine

2011-09-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c7ac093eb5d8e60e565d00c7f1b62f52f6b0402e]

        inital work for new "Manage Names" dialog
        
        still missing:
         * change the more button to something more modern
         * change the position of the range options to the place below the more
         button
         * insert/paste button is missing
         * last inserted item should be selected by default
        additional future improvements:
         * filters
         * search bar

2011-09-23  Luboš Luňák  <l.lunak@suse.cz>  [b848a2eb7ff2d58251d1f83356c6e6e7a74f23ea]

        debug support for dumping writer nodes structure
        
        Similarly to the layout debug support. F12 -> layout, Shift+F12 -> nodes.

2011-09-23  Luboš Luňák  <l.lunak@suse.cz>  [6cb1cb26d8b512fa91bed8eb070fb68b6c839dff]

        make SwCntntNode* and SwNode* have the same value
        
        For debugging purposes, mainly. Fix also some casts that worked only
        with SwModify being the first base (there seems to be no real
        requirement for it being first).

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [822e94a1c96c1dadff606f33f545a402e2a1c674]

        ensure m_pOwnerRow is NULL

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [eddbdb1938b981b64c923030bc6658ab281971b7]

        cppcheck: don't dereference NULL pRow

2011-09-23  Stephan Bergmann  <sbergman@redhat.com>  [82b5fcca3ef7a7180b861687c97ace8c77e38acf]

        Undo basis/brand split: move testtool from basis to brand.

2011-09-23  Stephan Bergmann  <sbergman@redhat.com>  [a66f9903bba9dc7eeff6683ebddcd34d4ad70068]

        Undo basis/brand split: move dynamic libraries from basis to brand.

2011-09-23  Ivan Timofeev  <timofeev.i.s@gmail.com>  [ff6e6479328c94938e319c2e69a5f0ac35d20cfe]

        Fix for fdo#39898: don't crash on some invalid MathML objects

2011-09-23  Stephan Bergmann  <sbergman@redhat.com>  [611913d4a696f709e2dfd6279438bbf2a48ad4e3]

        Improved Makefile.in dev-install recipe.

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [13ce988ac8352679a55390894cab2364353bb03c]

        drop empty .lm files

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [9c297d62b78e8a1d5ed61472adacda2eeaac0c49]

        don't need to deliver config.h

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [9011d8df49683829051f58b2dd7dee2453ab2605]

        bump libexttextcat to 3.0.1

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [a1191b722dd729433d87e3833a7c9c85dd78524e]

        drop internal copy of fingerprints

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [db84cf1771b065b7e2840796f64abedf8692cb55]

        bump to libexttextcat
        
        As an aside we can always use the configuration and data files belonging to the
        system version now in --with-system-libexttextcat mode, so need for the --data
        option.

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [1d1d886747ce9a7c90ac6499c9111d2cb5b9d1d5]

        update unused list

2011-09-23  Stephan Bergmann  <sbergman@redhat.com>  [a0f21d39d74a57d7cc7f98f1868d115e769b1c17]

        linkoo seems to be unsupported on Mac OS X, make it exit with status 0 there (so ooinstall does not erroneously fail)

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [8df841735049936ae078d7d6da72257db43e8976]

        make SAL_CPPUNIT_TEST_SUITE_END match CPPUNIT_TEST_SUITE_END

2011-09-23  Stephan Bergmann  <sbergman@redhat.com>  [9da0b9d70d81f33fd45546ef5ad7b7aeda1fc3fa]

        Fix broken implicit string conversion

2011-09-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [09789b58d70cb9a7c9d33c5bf3a1255ce96124b6]

        add a retry loop in build.pl on Error 126 on Windows.

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [2536f92c61069531a179624ff2d70603995127e6]

        handle --enable-gio as well as --enable-gnome-vfs
        
        Both of these providers will attempt to claim to be able to handle all
        internally-unhandled protocols in order to forward them to their system
        backends, so there will be a preexisting protocol handler for any random
        protocol (rather than none) in those cases.
        
        extends e07ac6765dbaec78e77c694148f5531072036dc8 (#i117381#)

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [fee307d452753efbcb3d450e6a5dcd945ba41463]

        deugly HTMLOutFuncs::ConvertStringToHTML

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [17b8373171e52e6ce4c5ecf5074082f76cb36118]

        callcatcher: various unused methods

2011-09-23  Caolán McNamara  <caolanm@redhat.com>  [8b56cbf38f086653713a7fdeafe83126d1786b93]

        tidy indent

2011-09-23  Jan Holesovsky  <kendy@suse.cz>  [eb3b4ec7c227386c866bc8f2aa0500c58dc34184]

        Fix comment to reference the right bugtracker.

2011-09-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1b37830b605972649fe54c29fbb952df0e4c9682]

        fdo#39510: comment added

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [3323ab3730a37566146f09fefbe77d4f1be8ba1e]

        bah, >= 4.6 then

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [8251f0b954fa33bf43824d6d77d31ee8de4f3e77]

        WaE: signed/unsigned error

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [a27ff9471d6b626bc7946854098c83c391fcec94]

        No manifest with MinGW.

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [57826b92af62f92c6984eda28cab83848ad8e211]

        Fix reportbuilder build with MinGW.

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [b1e6bdeac38ba8533aaaf85c18cf9df9a11177af]

        Use the right 'ar' and 'ranlib' when building with MinGW.

2011-09-22  Andras Timar  <atimar@suse.com>  [cde3b5e2206d7433bc920a26f3824d1c3f8f1aed]

        new Linux Libertine G font release
        
        - new fonts: Linux Libertine Display and Linux Libertine semibold,
          semibold italic,  based on Linux Libertine v5.1.3-2
        - combining diacritics
        - new font features: dbls, hang, itlc, ligc, lith, nfsp, para
        - feature sups with capitals, diacritics, ligatures, some punctuation
          marks
        - extended feature algn
        - fixed Catalan l
        - new glyphs for ligature gy, gj, gf, gfi, gfö...
        - improved glyphs and kerning
        - proportional numbers in superiors (sups + pnum)
        - see doc/features.pdf or http://www.numbertext.org/linux/NEWS.pdf

2011-09-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac1912ecb13709082026428d2b2a56c4915b939f]

        fdo#39510 lp#854626: crash on closing document with footnotes

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [501a0ae032df6d38d6db7d1f0b743c846c4324ed]

        adapt subsequent check only source too

2011-09-22  Martin Hosken  <martin_hosken@sil.org>  [162676cb6a940636e958b5787a626d814865ab86]

        Upgrade graphite to 1.0.3 fix surrogate support

2011-09-22  Armin Le Grand  <Armin.Le.Grand@me.com>  [d543cb25e16b1f80d0b2826dc1046ba752199e81]

        Fix #i118456# make sure TextEdit changes get pushed to model
        
        (cherry-picked from http://svn.apache.org/viewvc?rev=1174130&view=rev)

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [a993f166d5e5f0565c7ef041d12a491ddf525f45]

        Fix MinGW build of jfreereport.

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [b1ecadbda1c5f5abde1be2ade8ab288051a4b207]

        Fix MinGW build of xpdf.

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [bee6de695c61b43020a8224a3b8f901d804aa904]

        don't consider this a candidate unless explicitly requested

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [181efb956e2eeb04961ab07012d68de8bd922761]

        WaE: workaround auto_ptr deprecation

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [871426533f7afe31bc451fa6b407b83db8e52827]

        just silence the auto_ptr deprecations in isolation

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [5a849bb5317ad73bb43b2b618b14bc0e8751fff6]

        should be > 4, not > 5

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [206a25585468c1ff7dd2f03affb37599ebaba4af]

        callcatcher: unused code

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [ac58231a01186d0935d0ff5fb2485d8750ed5022]

        ByteString->rtl::OString[Buffer]

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [8df9025eac81d8a65162c396d28d176c084d16b3]

        callcatcher: remove unused code

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [0dc2cea61fb42e1e7fb98f5913f52241c8ed2836]

        drop unused test

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [e8808f8eb4e53a0a92f9e723c33f0ef7f072451c]

        ensure contents are as expected

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [08dbc9b657697b74e3dcdeff8a829ba7434b013b]

        unit test to ensure we can use embedded nulls in OStringBuffer

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [075cd18020cf27250e052e43f08d7b8e99d53718]

        aMergedLanguages is write only, can be removed

2011-09-22  Caolán McNamara  <caolanm@redhat.com>  [deff93d4f7a2c007ca37bd911a2a36c9fc4bf85f]

        callcatcher: newly unused ResData::isMerged

2011-09-22  Andras Timar  <atimar@suse.com>  [37f23f7d0d38e298f30b4810b651786cfe0a89bb]

        Revert "new Linux Libertine G font release" - file names changed
        
        This reverts commit 4a5455f745dd3acfe040917b26c3d61afcbb3c76.

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [4f3e9f30a0a05a18d39161fda5f271f9b6f2a029]

        Always link with user32

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [8a915ad95fcc1e21f57c7a397fb12a96abc799e6]

        Simplify the manifest dance

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [69bd187a848e98784fd620f07844abc36071c90d]

        $(COM) == MSC => $(OS_FOR_BUILD) == WNT ;-)

2011-09-22  Andras Timar  <atimar@suse.com>  [4a5455f745dd3acfe040917b26c3d61afcbb3c76]

        new Linux Libertine G font release
        
        - new fonts: Linux Libertine Display and Linux Libertine semibold,
          semibold italic,  based on Linux Libertine v5.1.3-2
        - combining diacritics
        - new font features: dbls, hang, itlc, ligc, lith, nfsp, para
        - feature sups with capitals, diacritics, ligatures, some punctuation
          marks
        - extended feature algn
        - fixed Catalan l
        - new glyphs for ligature gy, gj, gf, gfi, gfö...
        - improved glyphs and kerning
        - proportional numbers in superiors (sups + pnum)
        - see doc/features.pdf or http://www.numbertext.org/linux/NEWS.pdf

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [b0ddd564c178e0d61040d7b059dccc10e031532d]

        Fix manifest creation in the MinGW case (and hopefully not breaking native).

2011-09-22  Jan Holesovsky  <kendy@suse.cz>  [919ce6a9b83daebc0dc5b787ce748f6d6899d51f]

        Unify the MinGW / native Win temporary name here.

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [2c1e9e85b3444f7cbb476bc7e0804ad7abba8cd3]

        A trailing "\0" on an ICON line is unnecessary and causes an error

2011-09-22  Tomas Chvatal  <tchvatal@suse.cz>  [f19e3f1d8b052474a4de87e3518b1b1dac3b400a]

        Override internal apache-commons with system-jars.

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [4c8424fdb62976cbcfb39fe6be2b2506c149cce6]

        Small refactoring to avoid duplication of source file list

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [60607317f36547048de75094e9aeedceeeea7272]

        This should use a static C/C++ runtime

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [69f628575148049427d303344aea184ddec43487]

        Use libcmtd in a dbgutil MSVC build

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [8427fab7eb99d2884501b50afce6e617e3fe7721]

        This is a GUI executable

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [c2da4b8e08554ece96e0400a00f7061391114d0b]

        No need to do -D_DEBUG here, done in windows.mk

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [869bf65f97a484b0c83cf03848dfc467c9cdde72]

        Don't link with msvcrtd if LINKED_LIBS has libcmtd

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [2d22a4be6accb260fef882a16018a75e1f58bdb9]

        Add libcmtd

2011-09-22  Peter Rabi  <prabi@caesar.elte.hu>  [df59068902b294b7b344af0c20da196cc64aaced]

        Fix of localized template name problems in Impress part 2
        
        Template entries now appear in the correct word order
        in their representation in SfxDocumentTemplates. That makes
        template listboxes in a few dialogs work as expected.
        Contributed under license LGPLv3+/MPL.

2011-09-22  Tor Lillqvist  <tlillqvist@suse.com>  [46292bdf296a0da689f6a0fe5072916cd8414cd2]

        Fix the MSVC build of unopkg.com, too

2011-09-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [13faec80401adda88669fc84a09feee0b6f6f3ca]

        Fixed remaining ByteString::SearchAndReplace in dbg level > 1

2011-09-22  Andras Timar  <atimar@suse.com>  [687240f4b50ca18adbfeedd4195f13f62f51994a]

        GetBuffer() -> getStr()

2011-09-22  Miklos Vajna  <vmiklos@frugalware.org>  [47a101d766660d2c90d080f4dc8862f17709d60e]

        distro-configs: with-extension-integration -> enable-extension-integration
        
        This was a regression introduced in commit
        29db940ce504a5dff393927e4ea2680156f2b119

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [aa7541be959fe5406bed867c65381d17a48deda4]

        Ensure a failing soffice.bin makes oosplash fail.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [0607102c470a67dfd7c0579a32d1c862427e2013]

        Improved some error reporting.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [8ab7539540924bf30a8ed88c9e91915e16dfd91b]

        In ChildStatusProc, calculate a meaningful status for processes killed by a signal.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [cdd243cdeaaa55e989774cc76666c5ec863d651b]

        Ensure a failing linkoo makes ooinstall fail.

2011-09-21  Julien Nabet  <serval2412@yahoo.fr>  [8819edb0214c79be86c89f64865d0cc6e8c79f15]

        Some cppcheck cleaning

2011-09-21  Andras Timar  <atimar@suse.com>  [bf65a6ebc6dd319ae0fb24ba89e750490e18fdd8]

        include dp_gui_theextmgr.hxx only once

2011-09-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [71b8638b5a9233c13e2bbcaf41f2a4460bd46b4b]

        fix array initialization and thus windows build

2011-09-21  Andras Timar  <atimar@suse.com>  [b57f55cf23ef11d446330fbbadd18803b5cbcc98]

        remove unused (and buggy) language fallback functionality
        
        Fallback to en-US is done in translations module. Fallback to
        other languages is not supported, but if we ever needed it, it
        would be easier to solve the problem in a script language
        instead of C++ in translations module.

2011-09-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e6a2e730e8c1b651674531479c4b5dc5c42a7768]

        Fix windows build

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [e629526bf5304107c08de38ecaf8f856922a24d5]

        Fixes for MSVC build

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [9ffee68dc027662fd8e6aa044d7ee01b0ed5df16]

        Cleaned up sal_textenc, making it work on Mac OS X.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [6560e48afa53a0ca1ab9417ac2637f8d64332375]

        Simplify code by letting get_app_path always include a final slash.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [149deaca814f21247497b9f7830567044682ecfa]

        Correctly use SCP2_OOO_BIN_DIR for libs in basis layer.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [b403695bee563b54cd37e09a7b11b95a21a94958]

        Directly use version.lst instead of versionlist.mk.

2011-09-21  Stephan Bergmann  <sbergman@redhat.com>  [8ac8103e8ad317ba052312ff199f01b7a8f4fe43]

        Removed unused solenv/inc/version_so.hrc

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [5663d30591bba0ba56253ae0d23d5066d8064605]

        get bean linking under windows

2011-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e19f926ba247b4b84c4efa368cf19c312f5f51e7]

        Header/Footer: refactored the SwEditWin to extend it to page breaks

2011-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [1ca08ac546c24f12644e387418d88dba7c1c4236]

        Header/Footer: Extracted a few common things to a SwFrameControl class

2011-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [aaa34f74a639b8cf54d27d52b292f4d0ed0f1231]

        Page Break: Fix the line position in side-by-side pages display

2011-09-21  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7a6ae7ff20a0b26a083c13649712635758797c15]

        Page Break: decouple it from the text bounding lines painting

2011-09-21  Luboš Luňák  <l.lunak@suse.cz>  [8861df394604fa6dd8c72181a023557d037f7235]

        build without glib poppler bindings
        
        - there's not configure check for it, only for poppler itself
        - and it's not actually used anyway

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [5ab3360cf7e22ba7188ce6bfed5f2213a18a6f49]

        WaE: unused variable

2011-09-21  Dmitry Ashkadov  <dmitry.ashkadov@gmail.com>  [bcbabc4b3a1c394cfab2602be14e2575a5b1ef42]

        fdo#39430: Implement improved Saving Information Icon in the Status Bar

2011-09-21  Tor Lillqvist  <tlillqvist@suse.com>  [1b2965833c97da449f5d38c9e683c14507a97462]

        Disable also the nss module when using --enable-dbgutil in a Windows build

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [0538506fb42e42b7e696dc7875c69cb8ebc65c50]

        ah, not windows only of course

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [aba21544bc36cba0cb24778da493ac32c697c3cb]

        get it to link with msvc at least

2011-09-21  Andras Timar  <atimar@suse.com>  [92b54aa8b3e59df2e1c8fdd5137152ccda92d91c]

        set lang to en-US in order l10ntools can extract strings

2011-09-21  Andras Timar  <atimar@suse.com>  [cb60a999fe898275d68457adffaecaa2edd9547a]

        do not localize files in this directory

2011-09-21  Dmitry Ashkadov  <dmitry.ashkadov@gmail.com>  [e9d33950625ea51bbfc887b3b3eb3150a145ce23]

        Removed unused some code related to fdo#39430

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [36bc016123b11a3e4ab3fb8d4a9fe2b441c54417]

        WaE: fall through to final return

2011-09-21  Andreu Correa Casablanca  <castarco@gmail.com>  [582d831bfb9c8710888e9a2cffee0c8163d2b9b2]

        removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [90cd178e1582c63d2e27501e2f5aa553bbd06a82]

        update list

2011-09-21  Tor Lillqvist  <tlillqvist@suse.com>  [7c7d6ff8fa9eaab1d1520dfc25b86887e66ab311]

        Ignore the MSVC vc90.pdb files

2011-09-21  Tor Lillqvist  <tlillqvist@suse.com>  [f502005eb85b3c4931e4b1731af9c4617fe7d923]

        Bin OS/2 stuff

2011-09-21  Tor Lillqvist  <tlillqvist@suse.com>  [81bb70b6b9635a95a6fb0e83651f6bf708f12942]

        chmod -x

2011-09-21  Tor Lillqvist  <tlillqvist@suse.com>  [164456eab5c8542b9ce87c5ccd44db902c1214a1]

        Update to match reality
        
        But actually, I would really love it if we could get rid of this
        version.lst file. Surely we can put this information, if it has to be
        hardcoded somewhere, in the same minor.mk that already contains
        version information (and which, unlike this file, actually has been
        kept updated by us).
        
        Or alternatively, get rid of minor.mk and use just this file.
        
        Best of all would be to just use the version number from the AC_INIT
        in configure.in, wouldn't it? Isn't that the normal thing to do?
        
        Also, I don't see what hardoced version timestamps as in this file are
        useful for. If such a timestamp corresponds one-to-one with a version
        number, the information clearly is redundant? A *build* timestamp is
        another thing, that might be more useful if file timestamps or package
        timestamps don't give enough information.

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [94f6a72f7ade62a146a1e1254cc0a4638d48efc5]

        Revert "remove newly unused methods", used again
        
        This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [ec0581d0421bdd4eb8de682758fe0b481cf0f59f]

        add a simple timer for unit tests

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [41ad3fcdbade66eb3e51f7ea58cafbb5a66b8af4]

        callcatcher: remove newly unused methods

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [3ab8e8e9980fd83853713b7da0c9d49640d677ba]

        regenerate list

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [2cd8d42be0379e897c8331175ea9bd7f32e171a0]

        ByteString->rtl::OStringBuffer

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [3eb62d6899534023fac60b1aa57dce337aa94cf9]

        this is never NULL, can be a reference

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [0577f19870453e7bc707b59d57c5331df7bde14d]

        ByteString->rtl::OString[Buffer]

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [59cb0469897b1d2c57386510ad321a72e5477ad4]

        make findunusedcode target easier

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [5a0e780d8a4194c812f436a2362098202fcfa29e]

        always clear input page vector, but fill in extractable values

2011-09-21  Caolán McNamara  <caolanm@redhat.com>  [fc3db8f01fd2cf9265d663a8ca21bef8e78d1ecb]

        GetSysSearchPath (probably all uses of aSysSearchPath) unused

2011-09-21  Thomas Arnhold  <thomas@arnhold.org>  [dfbf66ded4bfd18d9be6127c482336daaa44fc94]

        Adding a file where the previous patch was not applying cleanly

2011-09-21  Thomas Arnhold  <thomas@arnhold.org>  [be6a8677a6ddb6387272a78406ec2149c4319f3d]

        OSL_TRACE: Remove trailing newlines
        
        Done with perl regex:
        s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
        
        - removed trailing whitespaces and (multiple) newlines

2011-09-21  Tantai Tanakanok  <tantai@osdev.co.th>  [6058133765a1f874d6bf9fb9f4d0811db32adc10]

        change font name in Thai fall-back font lists in VCL.xcu

2011-09-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [665d1011950dc41d9a7f8e95596d5e1d5d99ff63]

        Get DB range import from xlsx to work once again.
        
        We need to map Excel's database ranges (or in Excel's terminology
        "tables") to named db ranges because they may be referenced in formula
        expressions.  Also, Excel tables are always of the form Table*[] when
        used in formulas.  Skip the "[]" part then the preceding token is a
        valid database range.

2011-09-20  Julien Nabet  <serval2412@yahoo.fr>  [7dff26aa099aa97c7bfc03806ba8160a9d7e945c]

        Fix typo for 0ab55ac8e88f04258f1d3e79e984382f-lightproof-en-US_0.1.oxt

2011-09-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4e13d6d95be1f5b142103027bdf301d855500ba]

        lower the autoconf requirement to 2.61 in order to pass on MacOSX

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [ae8102f1e38c4da840f8343bbbd628f1c660c132]

        Removed pPageView made unused by previous changeset 3e5edf6c.

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [122b729a5a974179265b6d7a8c1c92199262b76a]

        Removed unused fMaxSize introduced by previous changeset 3e5edf6c.

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [5bc0a6cf4e5e17fce49dad2575a13435908f2223]

        Cleaned up solenv/gdb/makefile.mk

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [b1f4e8424b2cdb2d59da7c3cc0fb7799fcd28916]

        Removed unused BOXT feature.

2011-09-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [b749e21fef046ee7c80a4353a2f3cfbc2a59b1e3]

        Unit test for copying range names.
        
        This test would've detected my earlier mistake with the index-lookup
        perf enhancement.

2011-09-20  Andras Timar  <atimar@suse.com>  [810a08a8cb0da9377a6d9d358923895d9faf04d3]

        localize.pl is not necessary

2011-09-20  Tomas Chvatal  <tchvatal@suse.cz>  [a6f311ac01b7cd9809471d6d30ac24dc9037ef6e]

        Add file-lists/ folder to gitignore.

2011-09-20  Tomas Chvatal  <tchvatal@suse.cz>  [4f5e3a54b9ca82b981fe7c7aeb369d44292ae075]

        Remove trailing &&

2011-09-20  Tomas Chvatal  <tchvatal@suse.cz>  [29db940ce504a5dff393927e4ea2680156f2b119]

        Enable some extensions by default and cleanup logic
        
        Cleanup the extensions logic to be consistent with on/of switches.
        
        This commit renames --with-extension-integration to
        --enable-extension-integration.

2011-09-20  Regina Henschel  <rb.henschel@t-online.de>  [3e5edf6ca9d3bc56549602bda2adc855dd57f658]

        Add missing chart data point ODF1.2 standard symbols

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [53abf4dc1c065fba3ec9e691cacd55aceaf19fc7]

        ByteString->rtl::OString[Buffer]

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [0344e07dd7b6929e88141a384fd5c46b93c1c61b]

        ByteString->rtl::OString[Buffer]

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [d2dff83fc33da53fb0e49e45dd10d892ae5a3309]

        ByteString->rtl::OString[Buffer]

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [2c0831ebbf940833c3fecc66abd1ce0f3a29cd10]

        ByteString->rtl::OString[Buffer]

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [2f33cf5115df156cc17f6218ca42ca367cd32cf4]

        ByteString->rtl::OStringBuffer

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [be0cf0693368642f94a794c64792020e3613e869]

        bah, why did I change it away from size

2011-09-20  Andras Timar  <atimar@suse.com>  [2f2d542830be90d308329c854e1ebb61e85c1d43]

        Revert "localize.pl is not necessary" - breaks on Windows
        
        This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10.

2011-09-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5b01db236ec80c4e01dad93488eccb3da2eb387b]

        Header/Footer: Fixed a few separators rendering problems
        
        Bugs fixed:
         + Some of the separators weren't hidden (zooming out and then zooming
           in is an example)
         + The footer separator wasn't properly placed under footnotes
        containers if there was no footer.

2011-09-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [589f754e7c2fa6d62fb8a8b566757c9cf5bea893]

        Header/Footer: move the separator line painting to a Window control
        
        This avoids drawing control things on the document OutputDevice and
        helps keeping them properly refreshed without refreshing the whole
        document layout.

2011-09-20  Andras Timar  <atimar@suse.com>  [fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10]

        localize.pl is not necessary

2011-09-20  Andras Timar  <atimar@suse.com>  [8ba5b96f1ec3475711883b037141c29897ca8b2c]

        no 'progress bar' for l10ntools

2011-09-20  Andras Timar  <atimar@suse.com>  [8cc504be630ae9999862a1e43f0d4b1d01a0d470]

        adjust what to extract and what not

2011-09-20  Andras Timar  <atimar@suse.com>  [7477f8e7aac723d192c3e325d2477145f13daecc]

        remove unused column from ExeTable

2011-09-20  Kohei Yoshida  <kohei.yoshida@suse.com>  [c751b73637747a37eee023ed67dee341abae38a0]

        Ensure that only ScDPCollection can remove caches.
        
        Call ScDPCollection::ClearCache() to remove cache during refreshing.

2011-09-20  Takeshi Abe  <tabe@fixedpoint.jp>  [1ac1b1499f94cbdea153faff2238b1a2e8a48b5f]

        removed unsatisfiable equalities of conditionals
        
        by definition of ComparePosition(), neither *pEnd is equal to *pREnd
        in case of POS_OVERLAP_BEFORE, nor *pStt is equal to *pRStt in case
        of POS_OVERLAP_BEHIND

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [d91df661db19e3e4a28e1875edec832c832a62e4]

        Rename guistdio to crashrep.com.

2011-09-20  Tor Lillqvist  <tml@iki.fi>  [715c63f8a1b7dec03e6a2d7b1bdf305c027bbca0]

        Depend explicitly on cppuhelper for the non-DESKTOP case

2011-09-20  Tor Lillqvist  <tml@iki.fi>  [1c69052b5218448e91813eb2ad1e60820639b300]

        Bypass building the iOS cppu_unittester_all for now
        
        We can't build it here at this point during the build after all. We
        use static linking on iOS, and we would need to link with -lgcc3_uno
        from bridges which has not been built yet. It seems that any
        meaningful unit tests for iOS actually need to be built in a
        "subsequent" stage.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [6f65af360c94a9649f6411d2954d8a15ecbfa837]

        Build unopkg.exe directly.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [151eba7caa58c52ca4c4f2542de91c9aa41d00ab]

        Create unopkg.com directly.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [80f2495481542528fb4ceb24e4184e39ec1b6d40]

        Create unopkg.bin directly.

2011-09-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a93b298808635b2571f1e506a42fa1df0f2598c0]

        A bit more defensive programming

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [17a2dcabe15f24567b5b68f92ede6cb19a62405c]

        Consistently rename NONEBIN -> NONE for all platforms.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [0a5fe3833e03582896ff2db81018ef1dff3a30b8]

        Fix manifest creation.

2011-09-20  Tor Lillqvist  <tlillqvist@suse.com>  [f6b33069578f6b5c4ef387f5fdd3cf9dcc597da4]

        I think this is supposed to be a so-called GUI executable

2011-09-20  Tor Lillqvist  <tlillqvist@suse.com>  [9a864280904de60079ab87227c467faa70b3ddb8]

        unopkgio should be a console executable

2011-09-20  Andras Timar  <atimar@suse.com>  [741ecf579da18b3fb9a8c90938d420b10a3b3cc5]

        add 'qtz' key id lang code to ALL case

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [f0548b4f96b6d52429596f9a638343c15d42ba81]

        Revert "Use PREFIXDIR when possible"
        
        This reverts commit af37c0a988109b3b38e68591a5e9a7ea39e2c2a7.

2011-09-20  Ivan Timofeev  <timofeev.i.s@gmail.com>  [b7d874f49b102eabe2974c4dee1272d2cf6053a3]

        Fix for fdo#35513: avoid crash while processing incorrect range of pages

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [0398b2546349c469180b2433cc58d15fffa283bc]

        update list

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [39b24f2b079d68499e182c3f13910cbe9dee15e3]

        ByteString->rtl::OStringBuffer

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [0190dca0b181f6a9fd069864e396164b532bebd4]

        callcatcher: StandardErrorInfo is never constructed

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [70e2e12154c256b9eb1c1b88fb46630c0ac130a1]

        ByteString->rtl::OStringBuffer

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [07a793a2b73a4449432138f037416075d69c9f4c]

        WaE: and no longer need this here then

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [90587ed9352bf3ca1ec07ff38a2b89acf646f088]

        missed optimization opportunity from 9b6ea21 to drop unused ByteString

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [05139b62b2e2a773073caa3395a0824f5f6840c0]

        ByteString->rtl::OStringBuffer

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [557ba436637d3cc926c063aba0458f04a916fa66]

        ByteString->rtl::OString[Buffer]

2011-09-20  Caolán McNamara  <caolanm@redhat.com>  [512c562b8671fb8998ab8c6f31502b59f108e13a]

        ByteString->rtl::OString[Buffer]

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [558ebfde8d102ebc298ea887db86ae2918a9a7ab]

        Avoid officeloader -> soffice renaming dance, build that directly.

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [01c557cd33bcbd0e5860fcceee34ad933176e125]

        For now, keep the Mac OS X duplication of soffice.bin as soffice in installation sets.

2011-09-20  Andras Timar  <atimar@suse.com>  [e0dc7d906b3bcd505c1c256f630fed774c5e5424]

        remove obsolete command line switches -UTF8 and -NOUTF8

2011-09-20  Andras Timar  <atimar@suse.com>  [1536203ed26199b340a04e8f0a30c6a904ba8d1d]

        remove unused MAX_LANGUAGES definition

2011-09-20  Andras Timar  <atimar@suse.com>  [883988e3e49885aff5c7885c1334711c0c952e2f]

        remove obsolete command line switch -ISO99

2011-09-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [691518d27ae5d552a75ac14f856dd31d686c2864]

        Remove some warnings

2011-09-20  Kevin Hunter  <hunteke@earlham.edu>  [9035f006f34335ded10b042aabaf9ddc339b18f0]

        Update Zenity with progress icon notification
        
        Add a "clock" style progress meter for the build via dynamically
        generated svg images.  The colors are rather arbitrarily chosen, but
        with a very minor attempt to be readable by color-blind folks.  A second
        round cut of this patch might make the fill and stroke colors
        configurable.

2011-09-20  Daniel Di Marco  <d.dimarco@gmx.de>  [a0a1c3f4fb730ed3614593c3d8ddb50c23204c29]

        replaced some SvUShorts with std::vector

2011-09-20  David Tardon  <dtardon@redhat.com>  [2c00d735d2859ca777f3d75e80f1737c6567421f]

        register rsc executable too

2011-09-20  Tor Lillqvist  <tlillqvist@suse.com>  [fcf6c0a19f1a8cdff34e95ca0787277399a82c3c]

        I don't think we need to check CROSS_COMPILING here?

2011-09-20  Tor Lillqvist  <tlillqvist@suse.com>  [58be0d5400244196df4ff5041352e38d637c877b]

        Use "python" as (build-time) gb_PYTHON if run-time Python usage is disabled

2011-09-20  Thomas Arnhold  <thomas@arnhold.org>  [1afef0e98a11a833bfd05460f908f84fbdd9abfd]

        Remove RCS header

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [a32da8aba636dd515ac74c9b2234e8ff83d47055]

        Deliver basis-link and ure-link.

2011-09-20  Andras Timar  <atimar@suse.com>  [9899ed3dcf1d2317760eb8f5d01d83c00c2e93d9]

        there is no special iso.res case any more

2011-09-20  David Tardon  <dtardon@redhat.com>  [37bf43f4907bd6ce96c732f192a92ebcbc78c95a]

        register all built executables

2011-09-20  Stephan Bergmann  <sbergman@redhat.com>  [a3cd73f3153b4a6c337144bd0f85769f059b3019]

        Reverted previous ff1c626, instead renamed NONEBIN -> NONE.

2011-09-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [ff1c626fa1380c7af5a135f80b45de7e62025eed]

        do not call macosx-change-install-name for NONEBIN executable

2011-09-20  David Tardon  <dtardon@redhat.com>  [8033c5093ee57b3896e40a83e9b3c8560b31b160]

        soffice.sh should not be delivered on MacOS

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [7171daea4be16dd3298023349b771993e5b9fd0f]

        Unit test for refreshing while source data contains empty field name.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [311dbc3b4ccd202c3ca0f8f1b577262f3f666e69]

        Use the method to insert source data.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [cd1c0800bff4e1b801950f4fe431e49ae766e074]

        Extracted method for inserting source data for pivot table testing.

2011-09-20  Takeshi Abe  <tabe@fixedpoint.jp>  [0aa547c18dee940d7e9726c85880790710d3ec76]

        reduce duplicate code to one template

2011-09-20  Takeshi Abe  <tabe@fixedpoint.jp>  [2defcfa33e86150ac936cc8a9a8edb1dcb242b5b]

        removed an assignment in no use

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [012e7d8a2889da23b3c9fc11da9e9097f3b03a61]

        sal_True to true.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [0835658b7d71c8289c04f17220def9f199d98efe]

        Store previously selected tables in std::set.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [c2ab21aa25f5ae95f6faebe3cc7b2e44729f7ad7]

        A little cleanup.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [0783e78de2ce265e19b739effbff80c37ee98576]

        Let's avoid modifying the selection data during search and replace.
        
        The previous code was modifying the selection data (ScMarkData) in
        a not-so-obvious fashion during the search and/or replace.  Let's only
        modify selection in the view code to avoid surprises.  The document
        model shouldn't be modifying the view model.
        
        Those methods that were taking a reference to ScMarkData now take a
        const reference instead.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [5660bc7573f3529ae25d54867249045bb65d536b]

        Pass as const reference where possible & indent fix.

2011-09-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [2bb34a2f93e2c2ec46f48ed736feab9827dbe7c8]

        Removed an unnecessary anonymous temporary object.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [f62a449a53a73db81768082b89f3b9db466af460]

        Kill the explicit linking to salmain.o, use vclmain instead.

2011-09-20  Jan Holesovsky  <kendy@suse.cz>  [3540bfb994de7dd0d0029713e14504d60027fd8d]

        Always output AWTLIB, gbuildized 'bean' depends on that.

2011-09-19  Stephan Bergmann  <sbergman@redhat.com>  [e1945ba903faa567d90addaf13a0eb8a2f688d15]

        Do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can still reference it.
        
        Found during termination of sw/qa/unoapi soffice.bin run under Valgrind/memcheck.

2011-09-19  Stephan Bergmann  <sbergman@redhat.com>  [79fdb70baf70aeb492437ef85de7f02ad4234f21]

        Call macosx-change-install-names on executables in gbuild, too.

2011-09-19  Stephan Bergmann  <sbergman@redhat.com>  [966f3c0f6df43185c572c451269604095428e917]

        Removed --leak-check=yes from CppUnit valgrind/memcheck calls.
        
        Can be enabled via VALGRIND_OPTS=--leak-check=yes.

2011-09-19  Stephan Bergmann  <sbergman@redhat.com>  [c9b1cb5ae36b1057fb185945b52d3e45c5436bb6]

        Avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects.
        
        Access of deleted objects found with valgrind/memcheck of dbaccess/qa/unoapi.

2011-09-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0803f08bb135ec52d58171279d95b9ef542bcabd]

        Page Break: draw a dashed line using the header/footer separator code

2011-09-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [42ba2b6c03a74815d2041e554fea83350d554dd1]

        Text Boundaries: draw small inner corners for the columns areas
        
        Drawing small inner corners for the columns helps showing the columns
        without drawing a full rectangle and it is still compatible with the
        page and sections text boundaries.
        
        The whole subsidiary lines painting has been changed to call the method
        on all nested SwLayoutFrm. In order not to draw anything, simply
        override the method and do nothing in it: (almost) every object takes
        care of its boundaries.

2011-09-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b0bcdb79130c2c8dd0875855f063f150e585a103]

        Header/Footer: draw page breaks between the two pages and in all cases

2011-09-19  Tomas Chvatal  <tchvatal@suse.cz>  [25fd1b81b1afc09b52a9a4471d565baf23d9bebb]

        Ignore config.params file.

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [af37c0a988109b3b38e68591a5e9a7ea39e2c2a7]

        Use PREFIXDIR when possible

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [03996d64c7fceec611a6a40e42a39e9ad0237ceb]

        Use PREFIXDIR each time possible to allow installing where /usr is not the prefix

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [5f98bc4e19f4dbcb12c64b7c3999bce12b219581]

        Do not hard code gperf

2011-09-19  Luboš Luňák  <l.lunak@suse.cz>  [d808cb25b3f0c22f554ef7d60623abd0d7d84657]

        delete does not need a NULL check

2011-09-19  Jan Holesovsky  <kendy@suse.cz>  [581c45ba8eae7da1d474317fec3e5af578497a1f]

        Make 'desktop' build again with MinGW.

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [f2f9e520ba51e6d586f4f9ad774d090b212da192]

        Fix soenv for FreeBSD

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [a79afa38b27dcd9c861b415db4fba491f4f3417d]

        FreeBSD has the same cppunit failure as OSX does

2011-09-19  Baptiste Daroussin  <bapt@FreeBSD.org>  [ea5abc67d25bcbf0f746ae000e00289678cc02fc]

        unify the unxfbsd.mk into a single file and simplify it

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [1bf1fed1f41704bc105b0310d2da6ac31d7180d4]

        add comdlg32

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [877d87d979e0556bd57de7569ab7b23b4b37adea]

        get quickstart to link on windows

2011-09-19  Jan Holesovsky  <kendy@suse.cz>  [c2ecd9137d5c2e4d82f32cce582fad393eda9cf5]

        Fix endless loop during building soffice.exe deps on Windows.

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [7dae2882a82711857ae059173c35f01c7302fe2c]

        progress to link stage of loader2

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [2c17f1196394a7fd56fe0d807146c110c5ae741a]

        despite its name, it appears not to be a gui app

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [04adca77b45cb8d8a3cafaa704d2296c29cfdb60]

        inch closer to building under windows

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [2ed25e1f8c21233cc8f5ee41d449408a7a2f555c]

        ByteString->rtl::OStringBuffer

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [375fc2d5ec124a9c6e66877fdbb7ca9be8372323]

        windows berkleydb libname fixup

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [c5a994a89dea96d06df07ee5ac292438655f7ec7]

        oops not yet

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [6b7675a1b7994200c4501bc086ac40ca803b2335]

        ByteString->rtl::OStringBuffer

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [d953f02bc8e9cb3a569072da68a5c53d5fdefa51]

        remove ByteString::Assign(sal_Char)

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [a4968af0d141b60d65c0a2b0ebcdf91599f7fe3d]

        ByteString->rtl::OString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [c9894bda18af063c0c564ca7548e1084b7c84ac5]

        ByteString->rtl::OStringBuffer

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [4eca665bd1f1dfe884729cc2ef073c1b07a6112e]

        ditch SHL_SBX and don't leak

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [2b7fdc51dc418ac4d9719ece12d383a6661df1cd]

        shrink ByteString api

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [4ca4cd66694b553717f7540b9c247e77c0e8fe56]

        ByteString->rtl::OString[Buffer]

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [8c4d2ee8cb2b1950be02aed6cf5d4a4d1c5d6e32]

        ByteString->rtl::OString[Buffer]

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [8004d2d6f516e4dfb1b0b37e257c90249b77f08d]

        ByteString->rtl::OString[Buffer]

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [2d4db01597c2b2df64aaa7ccbe42ed587faba838]

        ByteString->rtl::OString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [5bc9435b02b0f3993624a5110b8b47c82da00b1e]

        ByteString->rtl::OString[Buffer]

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [74b9af497aff9d6cdb3bfee1575a7932f26b2a78]

        ByteString->rtl::OStringBuffer

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [7a142d8932990b253e51be29b1f0b861c9111d9f]

        drop intermediate ByteString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [5184f5a4d3c757fd0c6a19ede7567441c170159f]

        ByteString->rtl::OStringBuffer

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [f3d0d0a608fa04aa34865eac9cdc987407f25c76]

        can use SearchAndReplaceAll sal_Char variant here

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [53b8ba7aedc0e5d1110344284b154ccc1cb13195]

        unused local static ByteStrings

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [e3f289d980862bdfa4def521eef1a790b9e731b7]

        ByteString->rtl::OString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [33b9943304c509fb85b0827f88c024c4130f7c6c]

        why search and replace all spaces with tabs twice

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [68c3a63d7e4cb5cd510b980cfccb3eaf8b35012e]

        make this simpler
        
        replace EraseLeadingChars+EraseTrailingChars with single
        EraseLeadingAndTrailingChars, and those change string they
        operate on, so need for assign to self afterwards

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [fab20ec189df54f2e0df9c929210c2eaa5dd656d]

        bFound is always false, and never changed, simplify

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [24b1a63c613bd364bc1732d8a80635b8ee9acf13]

        ditch ByteString::*Buffer*

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [94d8c0975852d7b12e4c8acf4ab1c7f1c1a73f61]

        rework this in terms of read_uInt8s_AsOString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [5d73752cc7d66edae26392f84e72e32a8cf598ca]

        rework this in terms of read_uInt8s_AsOString

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [68c3fbf49dcdccad84a81fd191cd964e923ae072]

        remove redundant intermediate ByteStrings

2011-09-19  Caolán McNamara  <caolanm@redhat.com>  [6eef57ed12811785c1c195b0c678142e2362dfbc]

        testtool has no need to print (doesn't under unix anyway)
        
        print support never existed under unix, and libapp is only used by testtool,
        which has no need to print. And the print apis, etc used are archaic

2011-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [0a4d6370b52991f77d636e7287ec2055554cd497]

        Added another missing $, fixes leaking /tmp/gbuild.* files.

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [eebcb00ec2e5ac013b5927a4b485e7589f26598a]

        Need doubled dollarsign here it seems for this to actually work as intended

2011-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [5606c2aac1b2a46eb906fc98feaad3cd2cdda72b]

        process more idl files at once - second part: makefiles

2011-09-19  Matúš Kukan  <matus.kukan@gmail.com>  [39faeedcf52d6730db2ddde2c4e2b468da368bc8]

        process more idl files at once - first part: gbuild

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [02c29d0bb25044b73dd073555ae2d908eb12e7c6]

        Drop unused WinFormat function

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [d6c245d87c14e8b08208e6afa12b27e8c74d381d]

        Drop ActiveState Perl support
        
        Why make life harder on purpose? On Cygwin, we support the Cygwin
        Perl, period.

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [43d7604a23a0f669f6d1bb49fe8dc16f1ebfecce]

        Avoid reordering elements already in PATH for Cygwin
        
        For instance: If we have /opt/lo/bin in PATH already in front of
        /usr/bin, we don't want to put /usr/bin in front of it again.

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [410499bd40ab2f4fe4452e1a668bbcb37b41feac]

        Surely /usr/bin already is in PATH on Cygwin
        
        It would be a weird PATH otherwise. (And if that is the case,
        presumably there is a good reason for it, then, and we shouldn't force
        /usr/bin there.)

2011-09-19  Tor Lillqvist  <tlillqvist@suse.com>  [f0d4c09228206ca67ebc660baff0ff2e0316b105]

        Bin weird leftover from OOo's native MinGW thing
        
        I don't see the need to explicitly prefix PATH with /usr/bin in the
        generated 'bootstrap' file. Surely /usr/bin is in PATH anyway for any
        sane setup, and if there are other directories in front of it in PATH,
        that is then on purpose.

2011-09-19  Jan Holesovsky  <kendy@suse.cz>  [1b428599a3f9c2c1ddfad1fce101232ebc2b1fe5]

        Fix build with MinGW.

2011-09-19  Jan Holesovsky  <kendy@suse.cz>  [9804e0ae666fc051f4ee05e4b19901ae4dd00fa0]

        Add a clarifying comment (MinGW special case).

2011-09-19  Jan Holesovsky  <kendy@suse.cz>  [77347b0bcedccff50b290ec5f5039bef1725ce5d]

        Forward the num-cpus and max-jobs switches to the (cross) build configure.

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [144d22dd8f10cb58e503cca16efdfa009e58d402]

        convert unixODBC to gbuild

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [3ecacffe7b0df17967508f62846c0709294d0ddf]

        change distclean to delete configure generated files

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [4aba8d5cec9544080c79802bb6c120a2a1dd1fe8]

        convert eventattacher to gbuild and add to tail_build

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [4478b739ddade09425d496cbddee1542fdfd5e9b]

        convert bean to gbuild and add to tail_build

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [61d6a6b0efa09cd19da46bfc328d8b658c2ba845]

        cleanup startup/unix/os2/Makefile on distclean

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [165b95bc248a7b39d57d99622689cdaad790eff5]

        convert twain to gbuild

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [aee561af31453735d88854020699b2eaecf943a0]

        convert sane to gbuild

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [8f07feaa6e5fc7a1e5e779b44b16d9a22029c840]

        Remove config.parms
        
        The functionality provided by config.parms (saving the arguments given to
        configure) has been superseded by autogen.lastrun.

2011-09-18  Peter Foley  <pefoley2@verizon.net>  [38fd95ced1c68a4f4d8dbcee86bb808f8e918171]

        fix link failure on linux if not using libXinerama

2011-09-18  Stephan Bergmann  <sbergman@redhat.com>  [1e605745c151be5ba5ee7d9ca8be67e3a41217c4]

        Honor preset VALGRIND_CFLAGS in configure.

2011-09-18  Stephan Bergmann  <sbergman@redhat.com>  [6c89ab0fdbdb3a286f56b4676bdff5a7eaca3f74]

        Removed unhelpful --enable-werror warning.

2011-09-18  Andras Timar  <atimar@suse.com>  [7b40d96bd5e944749bddd42a348706769ea06660]

        typo fix

2011-09-18  David Tardon  <dtardon@redhat.com>  [ebf6d5deba07b23ce3b340e1a0b6b53b0c63a0e9]

        add help

2011-09-18  David Tardon  <dtardon@redhat.com>  [9617a776b42e4c37a30e28eb759c6fda6d8d9ca4]

        don't setup gdb printers for regular installation
        
        If someone wants to use them there, he should just run the
        install-gdb-script himself.

2011-09-18  Tomas Chvatal  <tchvatal@suse.cz>  [9ffff7631fac2fdd6ebc9d711005b31d5d842543]

        Fix sandbox violation.
        
        This was once was fixed in 3.4. Can't find the commit so doing it again.

2011-09-18  Tomas Chvatal  <tchvatal@suse.cz>  [e76fba39d69b7438245f18a0e3014f5f419b73c1]

        Just return, not return 0; as it is void function.

2011-09-18  Tomas Chvatal  <tchvatal@suse.cz>  [a7d38f57cc0bc8d8b941f17e1fd5b8f9eb3a87c9]

        Revert "Remove once again the INSTALLDIR feature"
        
        This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991.
        
        Those variables are used in bin/distro-install-*.
        Unable to find any issue with both distro-install and dev-install so
        reverting.
        If something really does break it needs fixing. Reverting this is not
        an option.

2011-09-17  Peter Foley  <pefoley2@verizon.net>  [0a9486e8f381112cb4f74eb4c55aad11fdf8cfaf]

        fix cross-compilation failure after gbuildization of desktop

2011-09-17  Peter Foley  <pefoley2@verizon.net>  [1e928fd948005664dbb32bc945808273e56b2ee6]

        don't try to cat a non existent Jar manifest

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [27ba6af823a3c174326d1e9c19aa114abd71f03e]

        m4 is a real pain with [], fixes missing themes/icons

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [ec303dfe52f7ba78ffba2a5327fda38abfef5d6f]

        charset arg doesn't exist anymore, fixes helpex

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [6c033b649dac28b2cd1ea9d0bc3e2ccf5aaf6e6e]

        drop makefile.mk

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [bca6b33e570888dca4f500ec76d2eefeb25452ac]

        reformat so that numbers are correct

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [f20bafad82340f1f735c1804a34ddd3a34c00e74]

        ditch ByteString::Expand

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [98f84dfaeff753f6bf7c8b841466dbb0319e9037]

        simplify this

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [32b2e810ad2a6084d8a0e027aea414b65e2e8c4f]

        use read_uInt8s_AsOString and comphelper::string::padToLength
        
        which allows us to simplify the read in DTable.cxx quite a bit

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [76092149d0bd7c5432441972ddfb622cad26af86]

        add a pad and truncate

2011-09-17  Caolán McNamara  <caolanm@redhat.com>  [ba3ac5771366c0cecf0a6c39728f87dbf691fef6]

        memcpy is of the same length as preceding memset

2011-09-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7fff462959e50ee36b5410f3bf859af9f3e63c0d]

        check make 3.81 for bug 20033 and only disable parallelism if needed

2011-09-17  Julien Nabet  <serval2412@yahoo.fr>  [02d811071cf65aefddac5c3c2a0759d3b673e9a7]

        fdo #37007 Add Math symbol "There does not exist".

2011-09-17  Ivan Timofeev  <timofeev.i.s@gmail.com>  [c62fc469aa0539929a5c7f9850fb9ee954fe7198]

        fdo#38391: don't crash while dropping texture

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [1dfe0e7c8d1a8c4d67a14c2c79362af09c0a56cf]

        Env.Set.sh -> Env.Host.sh

2011-09-17  David Tardon  <dtardon@redhat.com>  [71047958119334d30cd4389ad4b05553201217b3]

        actually create the flag after run

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [6a1e292d1684d8e7ac4e26cd15abff19841165a8]

        Whitespace once again. Vim tends to replace 8 spaces with 1 tab, must reconfigure...

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [d0c339682a9c1e3df5d80e899ff2248bfe594b52]

        Fix whitespace in last commit, add safeguards for the with-theme values.

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [7b502808dba8a4790a94182bf9835ba702f6f81b]

        Make --with-theme actually work.

2011-09-17  Stephan Bergmann  <sbergman@redhat.com>  [b03f2200610f6788f64302891a2942b8a7bb69f2]

        Force JVM into interpreted mode when running under Valgrind, to avoid false error reports.

2011-09-17  Stephan Bergmann  <sbergman@redhat.com>  [fefbf4014c9b8ec5f1832c3c4a62911a55472658]

        Removed non-ASCII commentary noise.

2011-09-17  Andras Timar  <atimar@suse.com>  [c7c120d3603427455120cfbc4e7ceb7a16044129]

        add name and description of KeyID langpack/helppack

2011-09-17  Andras Timar  <atimar@suse.com>  [27c5d661ff8b00e0f8d2f697a83d6dfe13b540c7]

        do not build key id pseudolanguage for release builds

2011-09-17  Andras Timar  <atimar@suse.com>  [c907a667c2dfab0a59ad182883a44bc751a22d53]

        build multi language dev-installer on windows

2011-09-17  Andras Timar  <atimar@suse.com>  [5b465d87703e4843be36d7175aa3d5a969f86282]

        cleanup: don't use German as fallback language

2011-09-17  Andras Timar  <atimar@suse.com>  [a705aec5117fe9123236ebdeb0d6f271b83f8af4]

        add KeyID option to Language dropdown box

2011-09-17  Andras Timar  <atimar@suse.com>  [1066677fd5e10bac78b8e4ebbabfa6bd44dc3859]

        add a new helper script: addkeyid2pot.pl
        
        It adds key IDs to pot entries in the form of #. type comments.
        In Pootle the translator can search for strings using the key IDs.

2011-09-17  Andras Timar  <atimar@suse.com>  [81da24399ef43f235968bbc9eb49ca6158170538]

        rewrite keyidGen.pl
        
        it creates 4 letter key IDs (same as in pot/po files)

2011-09-17  Andras Timar  <atimar@suse.com>  [8c49b1eb73eb8f8433ed86877ffdd08c5f8119c4]

        remove former key id language code 'kid'

2011-09-17  Andras Timar  <atimar@suse.com>  [77962008887b1c26a972a63174a385948d5f5701]

        add qtz (key id pseudolanguage) to langlist.mk

2011-09-17  Andras Timar  <atimar@suse.com>  [9683ab6c7e1aa0da504a10e37b199d2c0a5290f1]

        remove unused BrOffice files

2011-09-17  Andras Timar  <atimar@suse.com>  [2dbfcccc6f87e88ac76e80624f70aa6061cf9080]

        change key id pseudolanguage code from kid to qtz
        
        kid is language code of Koshin. It is better to use a code
        from the ISO 639 private range.

2011-09-17  Kohei Yoshida  <kohei.yoshida@suse.com>  [568e1b979451e29483d06dabebef7ac17b416841]

        When pasting from other apps, fall back on Fragment span.
        
        We need to handle fragment span in case the HTML span is not provided
        by the source application.  According to the MS spec it is allowed.
        
        The old code assumed that the source app would always provide an
        HTML span.  Apparently some apps don't, and only provides a fragment
        span.

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [c0022716105b9935ae16d3817191c546d3f8e0da]

        Fix install for presenter extension.

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [0fbd4e60fcd62b75b9fd71370e43c5994f9be6c9]

        Return soon if build with --without-java, as no checks are needed.

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [395bb9c3c4009df73b797d77cf57e0fad97423d5]

        Explicitly state namespace to avoid ambiguous type clash with ICU.

2011-09-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [206938c82366030412dc20598addfcc1148d329c]

        another dep needed until we are gbuild-only

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [713ec115d5d7fb7cdab39bc55b5c0b97bba2313e]

        Enable some extensions by default, describe system-libs better.

2011-09-17  Tomas Chvatal  <tchvatal@suse.cz>  [25b90c055a1f183dfad537ac59d1988faeac15cf]

        Check for hsqldb only if --with-java is passed.

2011-09-17  Julien Nabet  <serval2412@yahoo.fr>  [b337edca1a4ad098810fd639d75dabc1d0ecff26]

        Better management of exception

2011-09-16  Julien Nabet  <serval2412@yahoo.fr>  [3f15bfa050f79fd18ecb46d859c7dd79b79c230b]

        Fix 2 bitwiseOnBoolean detected by cppcheck

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [91a7e5adce8178ba83abc3a701dfd622dbbcc1bf]

        fail early when having mixed build/check targets, also escape GNUMAKE correctly

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c604d14774cdf7f5f0f12de356046156881291a]

        remove -r hint -- we are enabling it ourselves in gbuild.mk

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [94f6df2cf7f2a3a08e5923287a28711d62898059]

        update gbuild help

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [581089e9f18ee5886e981b6c2ccb6a91ad7e5bed]

        adjust toplevel makefile

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [980fdaf40de49deee842d902ea00ef466da8a53c]

        rename all to build in top-level makefile

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d621f927aa1c2a7aaeeb74f235911907b2cdbd37]

        reintroduce check target with new meaning

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1c3f8795b5dd1f066f15cf5d160142013e7756ac]

        fix whitespace

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [60939ada0ae907dc84ade19762eee52b24e05e88]

        rename allandcheck target to all in gbuild

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b78be49613f121beb776026a69a274e4dc248494]

        rename all target to build in gbuild

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a11a94997a99cc45d31112287ca4540ff73c4bb9]

        rename check target to unitcheck in gbuild

2011-09-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [403305d593f98ea3af26dd48b3f342044efe9454]

        Header/Footer: Don't hide & show the separator windows all the time
        
        This avoids permanent calls to the SwHeaderFooterWin::Paint method. The
        loop is now broken and the cursor doesn't blink anymore.

2011-09-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [363591e7542232088606b8da6e55850b6c84c079]

        Header/Footer: mouse-over timer set down to 1s instead of 2s.

2011-09-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a9904f07de04dbfb2f81ac44ebb4caa88c16c6c1]

        Header/Footer: enable quickly hiding the separators
        
        After having triggered the separators using a mouse-over, hide the
        separator when clicking in the main body or typing.

2011-09-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bb5bdbbdca966c03e6b22b455630381154cb6d01]

        Revert "Trying to chop out the uwinapi library"
        
        This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [10890bcd4205c82cf79170a61ca5efbb277f8c09]

        can't guess the right paths for the internal python on macox

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [4acffc240b4845beedfe66eaa571b814d65e2e57]

        catch by const reference

2011-09-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2dea0dab4fafda3c10a5bd03ad15ed39a4658b51]

        Trying to chop out the uwinapi library

2011-09-16  Tor Lillqvist  <tlillqvist@suse.com>  [b5cc76fbd51cc0fea3ccf44dd8faacea6bf1c9b5]

        Fix typo

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [63cf6aab02aa32b993c98feee5e9bdd0f9567c92]

        ooopathutils_hack linked_libs -> ooopathutils linked_static_libs

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [d9056accada40839e6bfd2bb38bad9bdeee742ca]

        missing $

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [5752c38696c2cd058a9585a74fee232032323bab]

        WaE: struct vs class picky warning

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [7ef9ec66780483c9887753013ef4bda919497e52]

        WaE: remove impossible final return path

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [257bcb1a1140d3e070cfaef6fec0704740bc83b8]

        get internal python invocations working

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [6c6d88b8d0bb22e79ed91b549d255d9a3652b727]

        need to include gbuild.mk not gbuild_simple.mk for gb_PYTHON

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9a9fd548c242eeaf88a1d583fef3ac69947068f7]

        better filter-out uwinapi (in case gb_STDLIBS changes)

2011-09-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0858e1b98a13bc7917293ccf7e3c0ec0ae32b4dc]

        make check target depend build-order-only on dev-install to allow 'make all dev-install check'

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [cf8a59c77ab66568a610d489c0d7fa83f2d5f564]

        Removed no longer needed PROFULLSWITCH.

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [5c36b903302b2a0ee589f909d6445cd122e657fd]

        avoid linking to uwinapi here (which gb_STDLIBS contains that anyway)

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [558e7410d7f7d525ef50d5cefea9e0e78c22bd14]

        ESOLUTIONCOLLIDE

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [1c99ba0f792a123d2e3cf4ffc6690a85921f2aeb]

        visibility problems under Linux, swap these around

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [8dfb36a292892dfbd55198341cc1106aada809db]

        Fallback to osl_getExecutableFile when dlsym("main") fails
        
        e.g. testtool under Linux

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [2c09909bce08b57fb66a59dcd70d2528b66fa9e1]

        avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtool

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [6d13e2072d1775a81bd785d9f9a5c2dc6c1d2842]

        update list

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [d38327338942404bc87853515e8aafae85c98ea4]

        spadmin.bin gets installed into basis-foo/program, needs corresponding RPATH

2011-09-16  Caolán McNamara  <caolanm@redhat.com>  [596981370acda590ba183a6adb03e0fd432ed4da]

        tell linkoo pageein-FOO are gbuildified

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [9cff65d6ddc095c915e0de269d83c87b5e401873]

        Removed leftover makefile.mk after gbuildization.

2011-09-16  Tor Lillqvist  <tlillqvist@suse.com>  [76ecc8f15c1280977b9ec0dc8dcba27624219826]

        Don't do the Jar thingies if we don't want to use Java

2011-09-16  Tor Lillqvist  <tlillqvist@suse.com>  [a3ffd3e55ae1b6292f7694b6d6d2af4427c4e37a]

        Use gb_Helper_abbreviate_dirs_native instead of gb_Helper_abbreviate_dirs

2011-09-16  Tor Lillqvist  <tlillqvist@suse.com>  [836eef273f326a24bc0443a2721820bec5a71208]

        OK, so avoid IMPL_GEN_RES_STR on Windows only then

2011-09-16  Tor Lillqvist  <tlillqvist@suse.com>  [a908054e4761861765acdfb390bff8c51745918b]

        Drop duplicated include of Tempfile.mk

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [a30a9f5e1885abc44841be0b56fec1ea9041ad75]

        Added dependency on test so that unoexceptionprotector works in i18npool after all.
        
        Sorry for the noise...

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [4893f96ea389fc1cd7abd2bc84c6349436ad5ab1]

        Removed unoexceptionprotector stuff from last commit again; appears not to work here.

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [0c0c31e183723aee81caf60d7b5b6a2962ce66f4]

        Removed leftover makefile.mk after gbuildization.

2011-09-16  Stephan Bergmann  <sbergman@redhat.com>  [7d1bb036e1d0c20920703e64132d76e4cce06826]

        Simplified setting headless mode for smoke-/subsequenttetss.
        
        Both C++ and Java OfficeConnection code now always pass --headless, so no
        need for SAL_USE_VCLPLUGIN=svp etc. any more.  Only some C++ unit tests that
        link against vcl still need an explicit --headless.

2011-09-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf0a3adda154c9251cf9c3aae3337eed26a695cd]

        desktop scripts need to be packaged on MacOSX too

2011-09-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [4dd88c9f10ed79a2135076c55e7b528a271686a7]

        fix build blocker in desktop on MacOSX

2011-09-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [32967e26b54dcb584a84cbfed8ed9281690473d3]

        Revert "I think IMPL_GEN_RES_STR is not needed here"
        
        This reverts commit 9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9.

2011-09-15  Michael Stahl  <mst@openoffice.org>  [ef95e4c8cc133928242621b033aeb95661851bcf]

        Executable_officeloader.mk: fix obvious issues

2011-09-15  Michael Stahl  <mst@openoffice.org>  [76a1c60186e5e9115a2203f6c98fdab2b18f3ebc]

        macosx.mk: no RPATH-equivalent for executables

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [a0831a174adb8447db7282a77baf456ea65bb908]

        desktop not building for me with internal berkeydb

2011-09-15  Julien Nabet  <serval2412@yahoo.fr>  [a5745e9e730ad39b590781f38884479072ee6f9d]

        Some cppcheck cleaning

2011-09-15  Stephan Bergmann  <sbergman@redhat.com>  [8916f842e04ab52ee6efe0bdeba805f781a72851]

        "long" actually meant 32 bit here.

2011-09-15  Stephan Bergmann  <sbergman@redhat.com>  [79dd329a884c2746b41c9c32116895a7237d286e]

        Removed bogus assert.

2011-09-15  Stephan Bergmann  <sbergman@redhat.com>  [ee02d6eb263b7683ae9d0dc61c334bad6545af9c]

        Added more detailed information to smoketest failure result string.

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [7d64f8ac5df2ba48c4e13b5c1408a02aa37e3c75]

        I forgot the directory separator

2011-09-15  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [289eaef6869a7c63c805f56aff387a216f0c4e83]

        Page Break: Fixed columns boundaries and breaks rendering
        
        Merged the page and column breaks rendering: columns breaks are now
        easily visible. The column boundaries are shown as before using plain
        lines.
        
        Also fixed the breaks rendering for vertical layout

2011-09-15  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [254b17ba2a143752b11efca26607e8c044604068]

        Header/Footer: don't show the separators if mouse isn't over SwEditWin

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [87891c1c8bb82904fd68c523cb1aa11ddcfaaa3d]

        Related gcc#50394 pernickety gcc 4.7.0

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [346849d646e4821b2d85559130c5aba44c94b8a5]

        unused define

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [1b69a16689bb87ec9c9db66f4e154aca79085edb]

        boost::scoped_ptr is sufficient here

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [31526bc15e409fb3260b465d928ddcb855266278]

        Improve the Windows code a bit

2011-09-15  David Tardon  <dtardon@redhat.com>  [05b49209093847ec28bbac8d69e2d2a94a438cdb]

        change linked lib name to db

2011-09-15  Michael Stahl  <mst@openoffice.org>  [538fd2b16616ad8dabc2b409eec9a54d756ff4d5]

        Repository.mk: fix conflicing filterconfig changes

2011-09-15  David Tardon  <dtardon@redhat.com>  [03c96971f467cdca31f372ee8f9af2fcedb314c8]

        remove duplicate registration

2011-09-15  David Tardon  <dtardon@redhat.com>  [1ee990864886fb355afbb75e31f8c799aaf9c9a6]

        move automation to tail_build

2011-09-15  David Tardon  <dtardon@redhat.com>  [fca439ea5d25244f718cf8cd91ea8694990be172]

        move desktop to tail_build

2011-09-15  David Tardon  <dtardon@redhat.com>  [6df9c479f58ea94141a3a43eb7fd6fb4d1fd5c8b]

        gbuildize desktop

2011-09-15  David Tardon  <dtardon@redhat.com>  [ab5ce3f70a5635c3ca141b5c8928a104b522e1bb]

        make the needed change to soffice.sh at configure time

2011-09-15  David Tardon  <dtardon@redhat.com>  [272912b12fac68a9efe8aae0b76e63859b6e977b]

        spadmin.bin belongs to BRAND layer

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [db2d9b4076d5e15b433d1bdcaed0fe629b78e52b]

        Fix lower_bound() comparator class problem for MSVC with _DEBUG

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [9b5c26fe2d9f25dbbe51e92b0f261dd89072dca9]

        I think IMPL_GEN_RES_STR is not needed here
        
        It causes duplicate symbols over in automation when linking testool,
        as the same functions that IMPL_GEN_RES_STR expands to also are in the
        sts library.

2011-09-15  Michael Stahl  <mst@openoffice.org>  [f69eb5b70342cbb499dc9b99a5eb78e59eb2d416]

        dbaccess: databasecontext.cxx: copy m_aDatabaseObjects
        
        this fixes an STL assertion due to invalidated iterator.
        

2011-09-15  Michael Stahl  <mst@openoffice.org>  [3c6d38fed033ba8b47af75a9b8712a4bd2c0ddec]

        dbaccess: RowSet.cxx: update m_bIsInsertRow
        
        fixes an STL assertion; this line was accidentally removed in merge commit
        bc3bbd2bb4b629ec612beeeeadd959a2fb6426c2
        

2011-09-15  Michael Stahl  <mst@openoffice.org>  [c103db16cd86423cf59a843ecaa27e450d0ad8fa]

        filter: gb_Library_use_externals requires eval?

2011-09-15  Michael Stahl  <mst@openoffice.org>  [b72e42b29c57f0752e0bc92d47fa622a47c13c86]

        filter: add missing resource makefiles

2011-09-15  Michael Stahl  <mst@openoffice.org>  [94883340a945dbd130ad16400f4ac25cae4bec1a]

        filter: convert odfflatxml library

2011-09-15  Michael Stahl  <mst@openoffice.org>  [8c8b34694aa803d155e38ca30a3816b5c1b06a45]

        filter: svg: adapt to changes in LO

2011-09-15  Michael Stahl  <mst@openoffice.org>  [a254cf292c5679843c6fa2624fa1aa5ce69e39fe]

        filter: adapt to changes in LO

2011-09-15  Michael Stahl  <mst@openoffice.org>  [83cb157c54701d70d302004fa6a5d8bdc8c4a098]

        filter: convert some more libraries to gbuild

2011-09-15  Michael Stahl  <mst@openoffice.org>  [2ee5f24cc6a75646691a4e7e45d28744c47ebce3]

        filter: convert some libraries and jars to gbuild

2011-09-15  Michael Stahl  <mst@openoffice.org>  [fbf496be9ebfcfa275e4162020031b07a16e51e9]

        adapt Configuration_filter.mk to ause130 changes

2011-09-15  Michael Stahl  <mst@openoffice.org>  [39894dd1e1d29482842d48ca7619407556fd7abc]

        filter: adapt filter configuration to LO changes

2011-09-15  Michael Stahl  <mst@openoffice.org>  [d1248e2413e3b17950c73bcb2554f09908d2d97d]

        filter: convert filter configuration to gbuild

2011-09-15  Michael Stahl  <mst@openoffice.org>  [2bf365dce817e02037c04d15d7b0dfc78cf9c91f]

        Jar.mk: remove target in case jar program exits with error

2011-09-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [43b6b953d90d4e167753e6b4517adf4b7558f835]

        Rewrite a bit so that Windows dbgutils build does not shout

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [b8fdb51d76ae08b94fd8d9d613b4fc21cedcbe22]

        Resolves: rhbz#738255 avoid crash on NULL pointer

2011-09-15  Michael Meeks  <michael.meeks@novell.com>  [06853ea625b81fa8635da4bbbdb86e54eecc603d]

        always show option for ODF inside PDF, even if import not installed
        
        As everyone knows ODF is good for your soul, so this must be the
        right approach.

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [2bee9847ec615258819b6cfec857c84e8f03fc6d]

        ditch ByteString::Fill

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [f1d1cb2d8f0f6e3a9c6071faeda1e58f88041749]

        drop some more unused code

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [22eb754f613fdaa0c90f9c98a4373e6f7faa0a99]

        replace ByteString::Fill

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [565587eba10a8c4e01d4346669327bd9065c5dfa]

        replace ByteString::Fill

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [1c38704ff1bff7942a9d1eb8452a43c03fe41449]

        callcatcher: some unused code

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [1cbaa2a61090fab9e0b24ac3f18395ced92e984f]

        ByteString->rtl::OString[Buffer]

2011-09-15  Caolán McNamara  <caolanm@redhat.com>  [365a13d3c5fdc7713a37bd29046cbddc1248d5d0]

        make forms ByteString free

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [1a8349eee3a45e884a811276b8e253143eb37b48]

        Drop leftover unused temp variable

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [eab413f96302b75a8dddd73db613ad1c3f0a2551]

        Make this compile with MSVC and _DEBUG

2011-09-15  Fridrich Strba  <fridrich.strba@bluwin.ch>  [8ab026ef9e3589442e67a22f7a67f828f5ba754c]

        Chop the redhat-menus, since freedesktop desktop integration works for RH too

2011-09-15  Miklos Vajna  <vmiklos@frugalware.org>  [1fff8f2576faf3faa141471790ff5d18e0740b0d]

        Add po2lo tool

2011-09-15  Miklos Vajna  <vmiklos@frugalware.org>  [47a8454f5f76030203ce6458cf63d4348bdacffe]

        fast_merge: fix mis-merge of first module's strings
        
        The problem was that in write_lines() when $first_run was true, the
        add_to_buffer() call already set the current module's name to the second
        module.
        
        A fix for this is to use let make_paths() take a parameter, and in case
        of the first run, pass the really first module name, not the current
        one.

2011-09-15  Tor Lillqvist  <tlillqvist@suse.com>  [6b457882d011d218ab4764e71fc8d5edfb1d8a87]

        We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files
        
        It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some
        classes, which of course means horrible breakage if some of the source
        files are compiled with it, the rest not.
        
        http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx
        http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash
        
        I will just have to fix the code in this handful of source files so
        that it compiles with _DEBUG defined. If I can be bothered.

2011-09-15  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c95d90199397b529de1a9979c065a7f35e52a188]

        Header/Footer: add the Border and Background... menu item

2011-09-15  David Tardon  <dtardon@redhat.com>  [8081794d91884f471494a0bbf41e69f5ec80e247]

        use correct static lib. name for windows

2011-09-15  Tomas Chvatal  <tchvatal@suse.cz>  [8a743cc2c759ba30587f4ffc3bf4959ae0a968d0]

        Recognize doc/xls in nsplugin by default.

2011-09-15  Stephan Bergmann  <sbergman@redhat.com>  [0443763833943ceac40d9fd54c704b84e2b74554]

        Reverted the previous fix, as it introduces a circular dependency.
        
        sal already depends on xml2cmp.  The problem is that before gbuildization,
        xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in
        xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.

2011-09-15  Stephan Bergmann  <sbergman@redhat.com>  [e728feaeebae96df5566bdb6d5f0458983d843ad]

        On Windows, xml2cmp depends on uwinapi from sal.
        
        Strangely, before gbuildization, xml2cmp did not depend on sal, but
        on soltools, which does not itself depend on sal; maybe that was
        already a mistake that went unnoticed so far.

2011-09-15  David Tardon  <dtardon@redhat.com>  [45589f1f27be2d93c250e900102d66af0d2b694d]

        gbuildize automation

2011-09-15  David Tardon  <dtardon@redhat.com>  [6c8a7e0e6ad223051442ef6ce1d1103086c3f4a0]

        pass -s flag to custom target's make process

2011-09-15  David Tardon  <dtardon@redhat.com>  [a3c3d709a8708a5c902648707d6db7614843a923]

        be silent

2011-09-15  David Tardon  <dtardon@redhat.com>  [c79e42d225f2108a1acb0e88820f4fa535c2d8dd]

        be silent

2011-09-15  David Tardon  <dtardon@redhat.com>  [c40f63454da9ce7276c523317e2dc73aa34b7121]

        work silently for make -s

2011-09-15  David Tardon  <dtardon@redhat.com>  [37356b7b2ae6ecdcef9908ae37c9b729c177f9d7]

        allow to specify additional deps for zip target

2011-09-15  David Tardon  <dtardon@redhat.com>  [0510c98c5aaa04156981da48381d4a704ac55558]

        WaE: declaration of 'index' shadows a global declaration

2011-09-15  David Tardon  <dtardon@redhat.com>  [b2d9db45499891a2dc8c4a7010f7812fa9348290]

        WaE: declaration of 'i' shadows a previous local

2011-09-15  David Tardon  <dtardon@redhat.com>  [30bf29f428fe075722e21088ed8022c0f9b09615]

        WaE: declaration of 'j' shadows a previous local

2011-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7a7f10e8ed7795a198431e3fa1ebc28a894f3b76]

        forgot another csv file

2011-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fe079747a25013032724418b7ec76a827426907]

        add formats test for xls and xlsx

2011-09-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b75f5908ba50dc5bcd20472ad7a6087a0b0753f]

        improve calc's format unit test
        
        bug in 'formats.ods'Sheet1.B5 with number format import

2011-09-14  Peter Foley  <pefoley2@verizon.net>  [032fca6818f4a034a4352159d5f9977eecbe6dad]

        deliver libcrmf.a

2011-09-14  Peter Rabi  <prabi@caesar.elte.hu>  [0c113d825da98a8038cb4359cd86e765eef0b915]

        Fix of localised template name problems in Impress part 1
        
        Template entries now appear in the correct word order
        in their representation in TemplateScanner. That makes
        dlgass template listboxes work as expected.
        Contributed under license LGPLv3+/MPL.

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [b6cccb9e77111254932ebcf96f883aab04cb3f56]

        Fix nSearchType vs. nMatchType typo and simplify resulting code.
        
        Issue unearthed by julien2412.

2011-09-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [fb1e454e7fa513f6b9d667a32da4aacf185f067a]

        Don't always set refresh flag on export.  This is a bad hack.

2011-09-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [2f654141fbb81f4dce7953bb1721bf94a5bc67bd]

        Check the source range when refreshing, and abort refresh if invalid.
        
        This avoids refreshing on an invalid source range which causes an
        empty pivot table output.

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [932ee04999f5f86491eaa35a2359546efc050429]

        Introduced CHECK_PARALLELISM (and poshed the code up).

2011-09-14  Andras Timar  <atimar@suse.com>  [a75cb232c41b9f895e27dd85532ff624f85181de]

        default shortcut for .uno:SearchDialog should be Ctrl+H
        
        Ctrl+Alt+F was not good, because on some keyboard layouts it enters
        a character. Ctrl+Alt (=AltGr on Windows) should be avoided, if possible.

2011-09-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [27dcdb171686204d9d684d9265a124853c270af2]

        New unit test case for testing SHEETS function result.

2011-09-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd482fde498c71025397f5f5c21ce6c65aa15892]

        do not try to read from an iterator which we just deleted from the container

2011-09-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e26ea36825c1dc51b69f5d5d6f80db0f0ec09f51]

        Revert "Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation""
        
        This reverts commit 05a66052ae76240f46606294d23d3a9e9d040e78.

2011-09-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [9015c60ff874a15606257ffaf7b8b55268b289f5]

        Do the same when calling ScDocument::InsertTabs().

2011-09-14  Kohei Yoshida  <kohei.yoshida@suse.com>  [892f8b55781ccbe7e1f9613113b4721293fe4967]

        fdo#35965: Mark all formula cells dirty when appending a new sheet.
        
        Just like we do when inserting a sheet in the middle.

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [b7998b6f663eb13ccdfaa7473dd1e9b9288771cd]

        No need to bark about G_SLICE on stderr.

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [188696a20a4bd480db79135551a4307e63f745a5]

        don't crash

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [b7912ec63cdb4757b53a37661a56b600fcc96d87]

        don't quote ???x???

2011-09-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a97ece91e8a87724230f39276f0a7537b1566c3]

        merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [8578e3c80d99da0b47cd450a9be61cef28f411b0]

        Related: fdo#40599 add a initial basic test for deleting graphics

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [c046147142ac08a53ff3fe0dfe59afce69f09cdf]

        Folded smoketestdoc back into smoketestoo_native; no need to have it separated.

2011-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [05a66052ae76240f46606294d23d3a9e9d040e78]

        Revert "i#118224: kill O(n^2) complexity of unique bookmark name creation"
        
        This creates multiple crashes on windows when trying to load writer document
        or to save it
        
        This reverts commit e024f616934bb78fba8c8101264806d507068d7e.

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [387620beff3c24f90a7a790821a6d87675aba961]

        Removed solenv/bin/subsequenttests, moved its (improved) content directly into Makefile.in.

2011-09-14  Stephan Bergmann  <sbergman@redhat.com>  [109ca35257a45226e89cbd3152f5aca86f8b99d5]

        Added more missing dependencies on solenv back into build.lsts.

2011-09-14  Arno Teigseth  <arnotixe@gmail.com>  [333648cc5d86ea1dcf6d85fa87a84838a0e6bb8d]

        added twofold affix+compound to hunspell, as the official fixed https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395

2011-09-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6caaa5e05971d5a0458d3fcd55b6d92c0a318d44]

        default to -r on gbuild for performance (assumed esp. on make 3.82)

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [79dc19fcbdb1e6aa9a8958a8b3d1fbf0451646cf]

        ByteString->rtl::OStringBuffer

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [98ae11bcd4b24c5616a4aefd4b865fcbe87814ef]

        pointless foo

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [33aa32322199fd1616af459b405ea3b9a8b3016e]

        callcatcher: remove unused code

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [4a3db11077e18d58dc79af5178f5b8dbb2ebe160]

        ImplUpdateStringFromUniString is now dangling

2011-09-14  Caolán McNamara  <caolanm@redhat.com>  [1cd1e4a3c69c135dd068f0c9c0971a2a0c8ce300]

        use read_uInt8s_AsOString here

2011-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [84db1411771d364ed5467d84d3f22222d46ba638]

         forgot the csv file for number formats

2011-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [61732a8d8a1339364a9ae98959c74d9a9f5e203e]

        add unit test for formated cells

2011-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6d3f5c2c18ad0e1f41cb7b5d6c9072f1c79ff46]

        ScCompiler::IsDBRange compares upper case strings

2011-09-14  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ba361f9baac5e4162395f9a404a229e6a46985c3]

        add database unit test

2011-09-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [32ca2cb020b35b85ff3ddd5fe5bac9af9f1eebcc]

        Updated csv_parser from orcus.

2011-09-13  Julien Nabet  <serval2412@yahoo.fr>  [689bde97d1a249c679a16f084043256868cd4978]

        Some cppcheck cleaning

2011-09-13  Julien Nabet  <serval2412@yahoo.fr>  [81607ad3e7dfa8337aab162c7602a99743d23e0e]

        remove this TODO created in 2000

2011-09-13  Julien Nabet  <serval2412@yahoo.fr>  [545c36f58e0553b0a5d594e9e1e5cfb58d7c4f0e]

        cppcheck:remove unused variables

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [527c515873cd2337e666c817f322fdbc8f4a74bd]

        include tools/tools.h for visibility markup

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [0f4ca3860d047aee399f5bf7eda3358f14e50e77]

        toolsin.hxx can go now

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [d1b38349da216f29c8ce7c34b4ea5e5e23dc7610]

        ImplDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLS

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f59a7f11665b6ffed1e0b536bd968005a16452e0]

        Page Break: show the meta-characters by default

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [59e708a6f2b114b2afb59efc476780dcb987fa8d]

        Page Break: show/hide them with the line breaks

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [e88eb733eda4fe3284d366a4cc0d20d3b1c80e85]

        Header/Footer: handle high contrast mode in Paint method

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [883991e8470075be1ade56595a90040d1ad64f6c]

        Header/Footer: use a plus symbol instead of the add icon
        
        This will help drawing the high contrast mode and makes the plus more
        visible even given the background color.

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [99e1ea3c3f22388d9f4215b3914828f79e22cf83]

        whitelist cppu::.* for now

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [f10a116b146a5ee7b796556f5811dda8569dbefe]

        power up the chainsaw again

2011-09-13  Tomas Chvatal  <tchvatal@suse.cz>  [3e26c911ad1813418fe4a83ad03c4643d6ab42b3]

        Use saner permission on files.
        
        Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>

2011-09-13  Tor Lillqvist  <tlillqvist@suse.com>  [35916905f2292bc30f10b4c60615ab3a0cc12ad1]

        Fix typo: missing dollarsign

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [006b71d4e9caebb9a0f76688f129b490aa778188]

        move init into default ctor, and make non-copyable

2011-09-13  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2240a98e68db581993621451701e3e47495895e4]

        wrong initialization of DdeInstData with memset despite std::vector
        
        Thanks cppchecker for  detecting this

2011-09-13  Hanno Meyer-Thurow  <h.mth@web.de>  [549e54fb2f8113502743c443d6deadfe648dede1]

        add Oracle Java 1.7.0 recognition

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [59585dab4bf00e4979fdfd8ce6c038ead143996e]

        Header/Footer: fixed the Ctrl+PgUp and Ctrl+PdDown behaviors
        
        When in a header and hitting Ctrl+PgDown, go to the end of the page if
        there is no footer in it instead of staying in the header. The same case
        for footers has been fixed too.
        
        Removed the cursor positioning hackery in ToggleHeaderFooterEdit(): this
        is now handled by the caller.
        
        Show the Header/Footer edition when hitting Ctrl+PgUp and Ctrl+PgDown
        and actually landing into a header or footer.

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c0251bf65d1e972be395514724a413995ef53af8]

        Header/Footer: shared code for the insertion/removal
        
        Moved the ChangedHeaderOrFooter method from SwTextShell to SwWrtShell
        for it to be accessible from the SwHeaderFooterWin objects... and that
        method didn't really need to be in the root shell.
        
        That fixed a few quirks from the copied code in SwHeaderFooterWin.

2011-09-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c900069dee03c5ebf631a5862b94cd2962cbaea0]

        Header/Footer: display improvements
        
        Changed the following:
         + Draw a gradient in the separator tabs background
         + Draw a solid line under the dotted one to have a contrast for some page
           background colors.

2011-09-13  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [d670cdcf33f93d67293ceca82ceff2cff7ba8a63]

        Fix quoting in create_tree so distdir can have spaces in it.

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [e118630f22521356c405e29c13b5d7300da1b24f]

        reduce the scope a bit further

2011-09-13  Andreu Correa Casablanca  <castarco@gmail.com>  [935c7c0714ce2e5799292d193a2be0e175d1d80c]

        Reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxx

2011-09-13  Stephan Bergmann  <sbergman@redhat.com>  [9f78448b94288883d0b33d8ef372dc67a1903b31]

        Added missing dependencies on solenv back into build.lsts.

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [a558a8da5650da5453a517214fc721a65de4f3ee]

        can remove ByteString::Convert now

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [7a16bd69d07ac995b6baaecc958ea6811c173bb5]

        not sure if this is copyable

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [ba2ec933db81fc178b3661291fb4949ec677575c]

        make ByteString::Convert private

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [ddf93e2c09481609c4f5fe4ab6750379146379cc]

        try better template friend class syntax

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [1cf8e70f78ae177114a1aabb69750acee127e906]

        ByteString->rtl::OStringBuffer

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [d3f4455c54dc7594bce1f65b4d44910794c9e424]

        let's use scoped_ptr to avoid c++0x deprecated warnings

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [bebbe9724805c58f65331631d55dda325da494fa]

        wtratree unbuilt

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [f2306b9474669226dae5ed1bb9812c7bd69c747b]

        elide conversion from MS1252 to MS1252

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [13caa83dca4e1507a6e0213bd122d13af570d132]

        no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possible

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [c216006f0a35c812ca999d8f68eaeb8e453c58fa]

        remove commented out CHARSET_ANSI foo

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [f64dc2c9fbc81d68315ee3a2dbc69411b9087ddb]

        I believe the src charset pragma is archaic and unused

2011-09-13  Caolán McNamara  <caolanm@redhat.com>  [3a17760c69cb8cfe84fe68baf8b51cfb63084415]

        remove commented out archaic CHARSET_ANSI pragma

2011-09-13  Andras Timar  <atimar@suse.com>  [caf8c8f42304c1d000b67b082fe462418b6768aa]

        typo fix

2011-09-13  Andras Timar  <atimar@suse.com>  [89bead3e456da4e86ca99f4a09893dcd1a25e607]

        change publisher from Oracle to TDF fdo#40638

2011-09-13  Muthu Subramanian  <sumuthu@suse.com>  [e8acb5c43c99081b68ac3df7336f0985b2554a8e]

        n#657909: Fixed import of free drawn curves.

2011-09-13  Stephan Bergmann  <sbergman@redhat.com>  [37e5910c13746cc3514a9e1443893dab306eb988]

        fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.

2011-09-13  Stephan Bergmann  <sbergman@redhat.com>  [e849071acc91cafd05d52326e6a5cccf750836c1]

        fdo#33960#, fdo#35690#: Disabled failing checkCrossReferences tests for now.

2011-09-13  Kohei Yoshida  <kohei.yoshida@suse.com>  [e61010d242ed663941637e71b801f3aa2648aada]

        Let's keep our file naming scheme consistent.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [239ad92c2731d6f14349595475bdec7d1fe479ef]

        We normally use an 'f' prefix for double.
        
        I'm not a big fan of Hungarian notation, but since we use it, let's
        be consistent.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [a60b10593d206569acc315a32f1e6d66039bf863]

        No need to use += to initialize m_aFileRoot.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [8d74cabd80634187ceaea1f7d8c5b2b59eb21add]

        Let's do hard re-calc only when necessary.
        
        Since doing a hard re-calc can be slow, let's not do this for all
        loading test cases, but only when we are testing formula interpretations.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [0544af5f11ae71fb9c553bc04aa1dbbd98da440d]

        Let's put using namespace declarations at the top.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [e15718c41d9afedf1557cae20298befdf464ca30]

        It's appropriate to name this class singular.
        
        Since each instance refers to a single file format, while its array
        instance holds multiple instances of this structure.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [5440aa1e37b483d54fd44fe448cf57449bf6e42b]

        Let's not indent in namespace scopes.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [efebf5181c40c8ff85185b91d46ac356f8127089]

        These don't have to be member functions.

2011-09-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52f56d24019255561e60ea6375acf16462948300]

        force always a full recalculation for ods, xls and xlsx in unit test
        
        we can't assume that always all formulas are recalculated, we might used
        cached results

2011-09-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e7cd70302caec7d3cd06b4e72d3425b21cede3c0]

        make it possible to est formula string in csv files

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [7a60be6e00ce3ad15f9976f607f26e52e7d06fa7]

        Move ScCheckListMenuWindow and ScMenuFloatingWindow into own files.

2011-09-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0bc368babc36542cd157803fb9fefb4260f0a9e2]

        add files for bugFix tests and restructure filters-test a bit

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [8b309a9e15c62466dce4dd45059bc5eb8312dd90]

        Rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow.

2011-09-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [726b6b12ac990cfbb49f9cc401f168de36e9a208]

        missed a \ in the MathDTD core review...

2011-09-12  Peter Foley  <pefoley2@verizon.net>  [4d42a519f9cfc293e50cd24785145af535a4207b]

        convert MathMLDTD to gbuild and add to tail_build

2011-09-12  Peter Foley  <pefoley2@verizon.net>  [fcb441c468529173dfd21b5e9bc7ecd4ddebb113]

        convert xml2cmp to gbuild

2011-09-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6b6e6b8dbc71b56a1833e5dd6e1b2a2f9943ff87]

        Header/Footer: the whole separator tab is now a menu button

2011-09-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f189e7275dece893a942a9533ce5380d71127df0]

        Header/Footer: forgot to remove a sequence realloc

2011-09-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [053d4c9c7a268dcee5667b6905a8fd946c9bdae9]

        Header/Footer: small painting improvements
        
        The dashed line is now 1px wide and has smaller dashes. The separator
        button has also smaller padding.

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [d996328cd5f46eeed2df0cbd510eda28e2f7cef9]

        sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
        
        For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [52b32f617521fd160b043754f77f3a549fddc926]

        sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling test

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [23b04dae8b5ff6dbc4c4b63bfe08079ac6ed74ef]

        sb140: #i117698# no implementations of XIdlClassProvider remain, so code that checks for it can be removed

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [12e2e04977ddedcb2844b69a5060eb81be84d648]

        sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementation

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [30ad5e9d87adec68971464d49c733e29fc643847]

        sb140: #i117694# some CppUnit related cleanup

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [2b39501b8ec6affb8afa9c6b93dff434b075e211]

        fs34b: #i117545# (patch provided by mathias.bauer@oracle.com)

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [75b6b24ab5e238dcd49678ce6add509e97e39605]

        sb140: #i117486# avoid XWindow.getPosSize immediately after XWindow.setPosSize

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [98510a8f7030420be3a422ebc1ae1fcabcb3edeb]

        sb140: #i117295# fix previous fix

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [e07ac6765dbaec78e77c694148f5531072036dc8]

        sb140: #i117381# gvfs ucp handling all schemes spoils deregisterContentProvider test

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [60ad74a87cb150feed06e6c48cf7461667a9cae9]

        sb140: #i117295# removed obsolete LEAK_STATIC_DATA defines

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [27b9f9f348b720e08f37db829533372dc4b73248]

        sb140: #i117310# remove unnecessary dependency on XTypeProvider::getImplementationId
        
        plus
        sb140: #i117310# missing include
        sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)

2011-09-12  Stephan Bergmann  <sbergman@redhat.com>  [63fd3f18ac597f58622a3730d0860534c77c52b5]

        Improved "unsupported URL" exception message.

2011-09-12  Andras Timar  <atimar@suse.com>  [f0bf752e27bfaa44cb47a1d839515d78286bae31]

        remove Repeat from Basic IDE menu
        
        This command (.uno:Repeat) works only in Writer and Calc. It is always
        inactive (greyed out) in Basic IDE.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [e9a73d9a10d1a0c4a6e0c9280b0d19c8bb8e7c86]

        Modified GetClipState in ScCellShell to allow multiple dest ranges.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [458fd23a540465ad308300de250e118a4a7ef50f]

        Moved the code that checks destination ranges to ScClipUtil.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [abccf9b8e5f331a27f188ec5246a9e0f64f287dd]

        Moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class).

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [ea280cef9c5293a1865786a2e8736bb9524f8751]

        Added code to handle paste functions and skip empties.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [463b1b56868474808eed087da1d1e542f2fed067]

        Allow paste when the dest range is a multiple of the source range.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [f7d29b4494824a8560f062a704502e6d960bed4f]

        Properly mark multiple ranges during undo and redo.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [64340f4c2b7aa25a9f9e98ad2668df13660c08d1]

        Now I can pass range list to PostPaint() when appropriate.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [a6d2e1ef128b375a76997f6fcc9b9c29a9dedc24]

        ResetChanged() now takes range list.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc0afba780200f61462d7aeba40ca82ebb4bb21f]

        PostPaint() now takes range list.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [1920e46282dc096153304d75e2a684d23a3b962c]

        Swapped the 8-param and 3-param variants of PostPaint().

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [f1f4c877304cf3cd040d5402481a9ff6c73a0ab9]

        Some attempts to remove the 8-param variant of PostPaint().
        
        But there are way too many codes calling that one.  Maybe someday...

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [cb0f9de5bce9622bd98582a6f69ceb10a93402c4]

        Pass multi-ranges to the undo object.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [64a36fd4f4085ed05e4c0ee40ac109452ff81a78]

        ScUndoPaste to handle multiple ranges.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [7e76086272078c6f7d420e4cdc22f5d5841095b2]

        ScPateUndo cleaned up.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [6a3a25fa40ac9a7f1f579c3fb114cbcc9ed158db]

        ScMultiBlockUndo in place.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [90f571cf964edea8ce6f6e37aeb1c36a8adfd226]

        PostPasteFromClip to work with ScRangeList.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [3d37dd2a484f82026750635d0ad26d7b531bb7a2]

        Undo to work.

2011-09-12  Kohei Yoshida  <kohei.yoshida@suse.com>  [b2f1120984b60715c01b6c743e980b89835bc135]

        Got the normal paste to work. Still no undo etc.

2011-09-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ecc5249190af915d98856939281afcd648eaac2b]

        Revert "n#676858: added new menu entry for headers/footers edit mode"
        
        This reverts the following commits:
          + f3e275a2123c6356951a294051d0be230c178851
          + 29a45a09ba8a21022e105f3d500a027f93a4fca0 (partly)
        
        Conflicts:
        
        	officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu

2011-09-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3d294102638b15dc04ee2bb0100e6f1921d69e1d]

        Header/Footer: added a timer to show the separator
        
        When leaving the mouse over a header or footer area for 2 seconds, the
        separator is shown. This feature enables adding headers and footers
        easily without knowing anything about page styles.
        
        The separators are hidden back after 2 seconds outside the header or
        footer area.

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [8cc839dc6ac3239bc4a3738cfb6078a8bf92ea72]

        Resolves: fdo#40717 ensure required settings and styles exist in paste doc

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [ebda86663a2bc0b0d9c4356c07a77accaf3eb18a]

        update list

2011-09-12  Lionel Elie Mamane  <lionel@mamane.lu>  [b89da4bbb9e4fb2b94bf3d5dcc225a0d88936953]

        Type: BROWSER_INVALID_ID -> BROWSER_INVALIDID

2011-09-12  Lionel Elie Mamane  <lionel@mamane.lu>  [f7ed67f2cf79fd067c1634e8f7c3f8a17792f2e5]

        cleanup BrowseBox, DbGridControl & friends handle & invalid column handling
        
         - BrowseBox: Check Handle column-related invariants when adding a
           column:
           # only one handle column
           # it is the first
        
         - BrowseBox: Check column id-related invariants when adding a column:
           # Id is not the special "handle column" value
           # Id is not the special "invalid ID" value
           # unicity of the ID among columns
        
         - GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle
           column) for an invalid column; adapt code calling GetColumnId to
           this change.
        
         - Use the correct const or #define'd symbol instead of magic
           constants; introduce such a symbol if needed
        
         - General other miscellaneous cleanups:
           # Translation of comments
           # typo/spelling in comments, error messages and the like
           # parenthesise #define'd value
           # use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is
             expected
           # BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so
             don't test if for zeroness again.

2011-09-12  Lionel Elie Mamane  <lionel@mamane.lu>  [fea84e0041f0dc6c87fc5e2d9c7ff2e70a7dada2]

        typo in parameter name

2011-09-12  Lionel Elie Mamane  <lionel@mamane.lu>  [d26b0df3465e449c124231ed7572c8879b2ac772]

        stylistic
        
        make it clearer that DbGridControl_Base::RemoveColumn
        is meant to be called unconditionally

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [6b7a9a6fd66b3bd72dcf48f93611a4fd47fc1253]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [856b8451f8c94ea118b8ca422bb2bfa9e40fe6a9]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [42c6acee93439e144f820a3ad7a1e68587d47b60]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [416c7533e0e37033b48213bcda0c9c6fb22e226f]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [ac4bc54dc8682430f9b709f54da03e370af55140]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [99d5297d0b97bd3265d3c550134d7aa0e914172f]

        Drop Win9x code

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [2d1454a81b4fd59abadcb57bd53e6f506747350d]

        Drop Win9x code

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [83dbf6887908932cfdc0e30d28019e3367e0434b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/core

2011-09-12  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [aa3778e3dbb694576101d341c1a34ee65a6a8f02]

        Refactorings in enhwmf.cxx

2011-09-12  David Tardon  <dtardon@redhat.com>  [ee5be04107690cb3641d6a44b1bea722f99c4915]

        do not allow creating symlink to itself

2011-09-12  Tor Lillqvist  <tml@iki.fi>  [e47a28b3fd0f1dbf9086884bbb75866b636b38ab]

        Be even more specific

2011-09-12  Tor Lillqvist  <tml@iki.fi>  [699518764a3e74ebf945e4649eb67bc8fe699df0]

        Be more specific, gb_CCVER is set only in unxgcc.mk anyway

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [2e11d06b061e1f0059b6ea4645dd262d0d2a1436]

        not going to get away with this friend syntax

2011-09-12  Jan Hubicka  <jh@suse.cz>  [473ba86d1307bccc2d5e22dcc360df75011bc2bc]

        fix link time optimisation flags to use linker plugin & optimisation

2011-09-12  Michael Meeks  <michael.meeks@novell.com>  [731a562f54b9e39ca2b49160f4f463eb1f6b5dd7]

        start of embedding check-button & cui code cleanup

2011-09-12  Wolfgang Pechlaner  <libo@pechlaner.at>  [9f397368cce0b94f76d4f1d74150ccc75c498e8b]

        fdo#40759 Fix GAMMADIST() result for x=0

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [9e126721bcffb2b588560da886b95b15551c683b]

        Nested classes need to be marked separately DLLPUBLIC, apparently

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [fa93288479b435b013e7517dd4dc1516f0bc5d1c]

        Drop Win9x code

2011-09-12  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [76983359e6b02ce7efe28fc6690cf0a8fa79c3ee]

        Added variable initializations when loading WMFs and EMFs
        
         * Added variable initializations when reading from SvStream
         * Minor code cleanups
         * Translated some German comments
        
        Changes related to an issue showing in Valgrind over a misformed WMF and
        EMF

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [7b2e14a0812ce3fbb450873e86243520f992d710]

        mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into ios

2011-09-12  Tomáš Chvátal  <tchvatal@suse.cz>  [9459d4e893f0e8c98479b69af5b5ab0c07bc819d]

        Do not search for java packages if --without-java is passed.
        
        Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [3df2068878b62a0eccc07ec356be44e0b499ad19]

        ditch distracting CHARSET_ANSI comment

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [84bbf6d107c19ccea85ca02861783824b9f5d6d2]

        ByteString->rtl::OString

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [d8cb328ef20387939594f15f8b270a99d509b7a3]

        don't comment it's removed, remove it

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [be6d3ac2b00edc4df3902eac84aa0729810a47bc]

        declared but not defined

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [11de7b8ec7f849819ebe288a1d0897bc7b9b361b]

        regenerate list

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [77cdf953482bb3a8489a4429d813b96ac24b79a6]

        missing header

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [64541bfe53137af1a5532c334c4bb65bc0dc54bd]

        can return a ref instead of a pointer, ensure dtor on singleton

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [06e0aff60a7ac8b3a92253ff30dec55f71e437de]

        can return a ref, not a pointer, and make local static instead of global leak

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [90e9a26aa5be3cbb286fd8363623284d49b6edc9]

        make base class dtor virtual
        
        otherwise calling delete on a base class pointer to an instantiation of a
        derived class doesn't call the derived class's dtor

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [b55910d9ba6b57b621be638917b934300b8f7df3]

        why leak m_pImpl

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [6022aab435c48bbfc29bd2c0826dae25bf8655a3]

        ensure dtor gets called, and fix dtor and namespaces

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [4f675d31b5d8e82d052dcc3e8d8785087d4e3c90]

        callcatcher: drop unused methods

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [0009579f578e7c751057170ab788080e1190802a]

        why insert a '.' just to then erase it ?

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [7a9ee7168f7700d10968bdaef58e3e52a54684c4]

        using osl_getThreadTextEncoding is a disaster waiting to happen

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [f95720bbb781f4a39fd032c158a3865f5f770b75]

        remove last remnents of archaic SfxMacro based stuff

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [de2785f9d5fbfe84e728f3549e8883e84780a076]

        SfxMacro is useless

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [a7ca9000aa52737f71add64cfd5560e5511acdd9]

        pointless forward decls

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [154fd181f9c6909090e3dc5ee64645fc5d8fd9be]

        so now SfxRequest::GetRecordingMacro NULL returning stub can be removed

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [9d5fcd70e1bfdb66bb3e8ee7005ac723f1a5061f]

        SfxMacro arg unused

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [d7842b76d8fdef15a1019c99af322c0ae37cb8db]

        SfxMacro is unused, strip down to ctor/dtor

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [051ded51b0818043c9c9b8ccd4c6fbfacd00408a]

        this dir is unbuilt

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [ea05a88c5d9935d2835ff0d42f1df731f687b1ba]

        use boost::noncopyable and rtl::Static

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [6bc7ca66d938f4e02b084fe4ab215a370058ff2a]

        c++ defaults to void

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [07f9a847f027139d75ac5eb7c8b48a8bb8cb1324]

        callcatcher: various unused methods

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [3127405547d3d4fa5f1f98bab187e7ac19d76b73]

        windows is the only platform which does this

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [97a13a600b9d07d3255cbf955d027cd068a2beda]

        make cui ByteString free

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [6b72a64543a73e8f57b31dab8d0882a1673c7f85]

        make slideshow ByteString free

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [64a377efa5ecf685ddd4c2e2be8bcf782b6485f2]

        factor out code for copying compatability options

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [108dabd57649312c1f418b8349cbde26b7a15478]

        factor out code which sets the defaults for properties

2011-09-12  Caolán McNamara  <caolanm@redhat.com>  [38596e653aa583f52ac0c84be5d0f909d66fe3c8]

        SwDoc::ReplaceStyles can be const

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [962dc00065333bb421d895006c37dd3cbd9ec085]

        Accept also a soffice.bin renamed to soffice.bin.exe

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [40816125618dabdff371bb5e39b4ecea36f7a8bd]

        Fix copy/paste error

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e5f99329f812a00c0fb104306ea5f33d3547b908]

        deleted unread var and code in setup_native, vistaspecial.cxx
        
        and simplified coding after that since the logic is not needed
        anymore.

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2b44c6ee402ae2b96e87772a6a7bb11ddf79c136]

        unneded var deleted and code simplified. in setup_native
        
        After deleting the different assignment that were not used, some
        part of the code could be simiplified, since there is no need
        any more for the logic.

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [332dbe0df2ac8d746ac3ce621dd947c379dde776]

        deleted unneded var and code simplified in desktop, launcher.cxx
        
        Also deleted a part of the code that did nothing, just defining
        variable and reading them as argument.

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [43b5c9e772eacbd1bdf607b1e55d5fffb6c51ef4]

        deleted unneded var in setup_native, migrateinstallpath.cxx
        
        and some coding commented since 2005

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [03369ebd2d613238e0c1e47c91dcd57f787a764d]

        deletion of unneded variable in setup_native, swappatchfiles.cxx

2011-09-12  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8039e149f8362d524e4a563911d99ace043437db]

        deletion of unneded variable in fpicker, previewadapter.cxx

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [31f7d27c2ca5f7decd6d79d6fff284f38e8a90f0]

        Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always on

2011-09-12  Tor Lillqvist  <tlillqvist@suse.com>  [b60773a322d332267f58a5be09efcea3e93c055d]

        Add pleas for help to explain a mysterious piece of code

2011-09-12  Julien Nabet  <serval2412@yahoo.fr>  [3b56b6ff5fff1ca733e32edd8200ae2a3febbba6]

        small bugfix : bNeedsSave instead of *bNeedsSave

2011-09-11  Andras Timar  <atimar@suse.com>  [939a0607cb4249d3ee0db58c99e07caa8cc463ae]

        unify dictionary pack descriptions

2011-09-11  Andras Timar  <atimar@suse.com>  [662577b5f10d726ec649ff1e77cb2dd6a703daf0]

        add Latvian dictionary pack

2011-09-11  Andras Timar  <atimar@suse.com>  [55c3ce29d1b678145800e3c4a74bc1b73a09d70f]

        add Hindi dictionary pack

2011-09-11  Andras Timar  <atimar@suse.com>  [816ec9db016ea9d01124f13e2feccf4d10d118ad]

        add Gujarati dictionary pack

2011-09-11  Andras Timar  <atimar@suse.com>  [cfb081f76dca23ac895c73f88d64a5051eb3deef]

        add Bengali dictionary pack

2011-09-11  Andras Timar  <atimar@suse.com>  [9535b8fae2b38f78df95b82e4614e26ce721ce4b]

        add Bulgarian dictionary pack

2011-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [b71d12fbfdd4aad0b576645a0d7bbf71d1da7a3a]

        fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model column
        
        That case crops up when nId==0 i.e. the Handle column

2011-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [1b6310433280ae4e8439dcbf17dfa763bf2826cc]

        Don't touch handle when setting property Enabled
        
        Handle enabling/disabling is controlled by property RecordMarker,
        not by property Enabled.
        
        Source of the error is most probably a copy/paste error in
        commit 0ade87a8e309f5eb34d0a734c836bdb2f09f00db
        Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com>
        Date:   Tue Nov 23 11:38:49 2010 +0100

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [352b180f19b0c7c6b4529d6de8fe7a9b927c61b3]

        remove inadvertently committed fprintf

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [d4b387c5f1b5caddeed34affd670b7ce33ce205d]

        cleanup cut/paste .src changes and add 'Embed' check-box to src

2011-09-11  Eike Rathke  <erack@erack.de>  [8e81b988cef8ba6cbf4b122670be8e2c36cfc92e]

        sal_Bool to bool and cosmetics

2011-09-11  Eike Rathke  <erack@erack.de>  [2626e67b1e9bf8d38be1ffe7a8102ffbf1db98de]

        translated some comments

2011-09-11  Eike Rathke  <erack@erack.de>  [90e489f068d09aaaf46ab15d35091198ed84bed1]

        fix fdo#39485 recalculate matrix formula dimension correctly
        
        ScFormulaCell::GetMatrixEdge() when recalculating its dimension obtained
        the matrix origin of itself instead of a neighboring matrix formula if
        encountered such, effectively adding that other matrix to its own cells
        occupying dimension.

2011-09-11  Stephan Bergmann  <sbergman@redhat.com>  [d88bceafa0227e0e7bfe6bad1221eb93d3a9619a]

        Simplified SAL_DEPRECATED, does not need to abstract over func.
        
        Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).

2011-09-11  Lionel Elie Mamane  <lionel@mamane.lu>  [c3863453910ac871fa3e4e7af6f81f6f1a54909e]

        Correct libvisio 0.0.7 wrong .o order in .a file creation

2011-09-11  Eike Rathke  <erack@erack.de>  [6e1133b11852b4e8cd000d201a708ae836615214]

        apparently gcc 4.3.1 tinderbox needs include cstdio

2011-09-11  Eike Rathke  <erack@erack.de>  [795662c5876194013b894b0b5a72fdc01dc1c604]

        ensureCapacity doesn't need to be done twice

2011-09-11  Rene Engelhard  <rene@debian.org>  [5052b81c67253e71e2aee19f7b54200873bc36e8]

        don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link

2011-09-11  Eike Rathke  <erack@erack.de>  [34c9a01b075788653b89c244eb8b3fcee54bfa68]

        fix fdo#40590 stop abusing regular string token for XML import
        
        During XML import formulas of defined names and conditional formatting
        were remembered as regular svString tokens that then later were
        retrieved without quotes for compilation. This didn't go along with the
        new ScRangeData::CompileUnresolvedXML() that recreates the formula
        string from an already tokenized form of the formula.
        
        Introduced FormulaToken::AddStringXML() with ocStringXML to sort those
        out and removed the IsImportingXML() hack from
        FormulaCompiler::AppendString(), the ocStringXML case is handled in
        FormulaCompiler::CreateStringFromToken().

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [59b36fc62e21cce62fd63f0dcc79ff9cb66b35b8]

        Don't let the PathSubstitution service null relative paths

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [0f690c3495fe66b22aa224ca229ca7b46941deac]

        Initial DocumentSettingsSerializer implementation

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [313b8b0db3b68b7938f5cd138c6a226d00a47b67]

        initial DocumentSettingsSerializer interface impl.

2011-09-11  Michael Meeks  <michael.meeks@novell.com>  [cbcfda9b2079ea4ef83b2a42828408b5f70f7692]

        add XPropertyList enum, factory, and associated cleanup

2011-09-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [64bc62f77a0783b40583c4f6e7a4e1a935e1695a]

        on MacOSX we use the system header by default for Mesa

2011-09-10  Peter Foley  <pefoley2@verizon.net>  [1bd288436935a0f5392208c21037a5258c21a23e]

        convert Mesa to gbuild and add to tail_build

2011-09-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9092f1f0d363246a88853ee1ad38a698ba2eebb1]

        provide instructions to install a linreoffice-custom gnumake

2011-09-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab32bfd3ce3b21a7debfbdc41b5653dabf9b1389]

        try to use our 'own' make if installed in /opt/lo/bin/make
        
        if GNUMAKE is undefined and /opt/lo/bin/make is an executable
        then define GNUMAKE as /opt/lo/bin/make

2011-09-10  Michael Meeks  <michael.meeks@novell.com>  [c22a376c72a36c31a0d958c8ef665215f0ade90f]

        link gdb python helpers across into the install as well

2011-09-10  Michael Meeks  <michael.meeks@novell.com>  [f2cc639131e62187a51b39555a24efc47b87fb13]

        Add detection of stale / slow makes (for Windows) and warn about them.

2011-09-10  Julien Nabet  <serval2412@yahoo.fr>  [47289a6a80706577ba28238c2e82315f0604e3ef]

        Revert partly cppcheck cleaning

2011-09-10  Julien Nabet  <serval2412@yahoo.fr>  [581a04f2ce1db710186f2c11585eadd1ff32440d]

        Some cppcheck cleaning

2011-09-10  Julien Nabet  <serval2412@yahoo.fr>  [da25c271cec8721d2ae5907da1de9fdcf7e2eb4c]

        Drop unused parts

2011-09-10  Lionel Elie Mamane  <lionel@mamane.lu>  [c75c8d7d11bbf57d9bbc0d748e07386473f67f7b]

        Translate some German comments

2011-09-10  Lionel Elie Mamane  <lionel@mamane.lu>  [4b30e0cae3ec75acbd68ec449ba7a1641f6f18f9]

        Proper fix for "problem with sytem wpd/wpg"

2011-09-09  Lionel Elie Mamane  <lionel@mamane.lu>  [0ef7ce4a234c6649dcca219b96185acb7634fe34]

        FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) call
        
        Fixes crash of fdo#40701, but not broken feature

2011-09-09  Julien Nabet  <serval2412@yahoo.fr>  [ac015eb157d8d4ac548880f8321400834ff3d02d]

        Some cppcheck cleaning

2011-09-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c6044b8afe1baad24f269160eaadaab2016f993c]

        Work around a problem when building with system libwpd and libwpg
        
        before somebody who has a clue fixes it

2011-09-09  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7607e0db191db41e35f24755a4f684c3fc8f90e6]

        Writer Page Breaks: don't print the marker, not for PDF export or printing

2011-09-09  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7bdee3289aac2c2f96204d06f30dee80657bc21b]

        Header/Footer: adjusted popup menu texts

2011-09-09  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [16400db4629133ad59ce8cbc8746a63b33202fd3]

        Header/Footer: don't show the separator action in readonly mode

2011-09-09  Eike Rathke  <erack@erack.de>  [052f181dad89ad34d90513bc9dcd3e3239727933]

        Use new line heights only if SAL_USE_NEW_LINEHEIGHT=1
        
        Commit 3364fefe1e2dec522211040f2f9ea37bf5cd7466 introduced a new (and
        font technically correct) handling of interline spacing that affects
        line heights in all applications. Activate that only if
        SAL_USE_NEW_LINEHEIGHT=1 is set in the environment, else use the old
        handling until all quirks are sorted out.

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [d3794d2d8ab2ee3f8118d61538bb753335b37f23]

        sb140: #i117295# use rtl::Static

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [afe7061d8ba46629f610991b5d35f5e0668fcf89]

        sb140: #i117294# removed unused mutex guard

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [16ffd2fd242b1c98cbafedb1015107713957c2e9]

        sb140: #i117292# use ImplInheritanceHelper

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [7275be15191c08009ac9c359163e3eeb1be25ca7]

        sb140: #i117291# do not mis-use XTypeProvider.getImplementationId in XUnoTunnel.getSomething

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [4209a6127d96c61295fad6e8f2c512644aadf850]

        sb140: #i116872# avoid uninitialized RGB values for full-transparency pixels
        
        plus
        sb140: #i116872# optimize for nOpacity == 0 (requested by aw)

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [fd652012ce85b9905c687e5490facba043f40a88]

        sb140: #i117079# @executable_path -> @loader_path hack missed some instances

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [315e6ca2493d31aaedaea6747e2c39bc831a4e7f]

        sb140: silence warnings

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [e75cd93855771ef07c61e5915ffe509384eef28f]

        sb140: #i117085# support ENABLE_SYMBOLS

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [1d38dbab29245e430792f7b3a4c14c94cd011504]

        sb140: #i117084# do not leak Lockfile instance
        
        plus improvements based on a14010cb8c485ee1d07530d34a00f03db3233e02 "valgrind: fix leak"

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [21d97438e2944861e26e4984195f959a0cce1e41]

        sb140: #i117082# avoid unncessary static class data members (which are destroyed too late)
        
        plus
        sb140: #i117082# extra indirections to apeace MSC
        sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [34e5e5ecec9779bae3ee48f698d52318f0be5f89]

        sb140: #i117081# solenv/gbuilt/{Cpp,J}unitTest.mk typos

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [57d28ffd21e29d05084b16f8013eef7790403d72]

        sb140: #i117080# solenv/gbuilt/JunitTest.mk fails to remove the userdir

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [2d5dd9a9604aeb5fd4e347d7a46acc11da9985a5]

        sb140: sb140: #i116981# clean up memory upon exit

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [e700031cc4f60f62d862940cd40de73e32f9104b]

        sb140: #i116910# do not leak Thread_Impl from desktop::Acceptor

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [335f7fa8c2ef418df7010dd996a2a32bbbdff459]

        sb140: #i116786# use auto_ptr to track member lifetime
        
        improves over similar 787b86549305cf0e5fdea28581b1a40f8ed3ef3d "fix leak"

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [bb157a42865a2d591f378577c4cfb7c731e18a08]

        sb140: #i116785# avoid ring-ref that keeps ref counted objects alive forever
        
        improves over similar dbd2b6037046f0ecaa9a052ebf7c0fa84026968a "fix circular depend"

2011-09-09  Stephan Bergmann  <sbergman@redhat.com>  [390eaa736364a59e479a849598677b1a6a87f24e]

        sb140: #i114718# avoid references to object across XAggregation::setDelegator boundary

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [92c2db2414ecc64836590baa2c7d7342e3b32ce5]

        bah, missing CTL element

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [b2043b3585729abd6b29ca8a7797a54223021415]

        map CTL_LANGUAGE<->RTF_ALANG the same as CTL_FONTSIZE<->RTF_AFS

2011-09-09  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9dbc6c88b03af6488b99ce355f8ae34d9a542cc0]

        its gb_Library_add_api not gb_Library_use_api

2011-09-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [392146b6b34ee3712c91a5cde3313eef2e0455c1]

        Uploading libvisio-0.0.7

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67d6de5c27fdb277c6e942b4036d46f887cb5f4d]

         second try to prevent warning

2011-09-09  David Tardon  <dtardon@redhat.com>  [d7e77d2cbceb0fdf7bd299876bb51bd20d232030]

        add missing $

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [20de64b70e885b221317cf2a021829bc575d269c]

        callcatcher: various unused code

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [e54fd4b67db9dde9a36fe2ffd5fb4fde3d490c3b]

        WaE: constify these (worrying-looking) font name tables

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [4a2402bb4eda66268a4624f1e5b974672175402f]

        size arg can be const

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [4388c7cab48d3b8ac40e33223e1b5155316f669a]

        convert the last of sd's ByteStrings to rtl::OString[Buffer]
        
        fix potential bug in "3D" search while I'm at it I guess

2011-09-09  Caolán McNamara  <caolanm@redhat.com>  [ebe0549d2688a4d44b6527993c7f6a1fc58c64cc]

        Add cppunit test for SwScanner that would have caught fdo#40449
        
        Move SwScanner so it can be tested easily and add a unit test that would have
        detected fdo#40449 in advance

2011-09-09  Tor Lillqvist  <tlillqvist@novell.com>  [54f82edbc31ab2844140cd7126b688decd6df862]

        We can simplify this as MinGW always is cross-compilation for us

2011-09-09  Tor Lillqvist  <tlillqvist@novell.com>  [2e5c28651cd75aa8b4defc486389624aaffc0edc]

        I see no immediate reason for this #ifndef __MINGW32__

2011-09-09  Muthu Subramanian  <sumuthu@suse.com>  [9db8c812829114e6df4095ea9aacc307c63a51c4]

        n#705985: Importing Flip properties of custom shapes.

2011-09-09  David Tardon  <dtardon@redhat.com>  [26c2d9ac9968e78a6363a0dae9e9379a30928709]

        announce building of zip archives

2011-09-09  David Tardon  <dtardon@redhat.com>  [b1aa69af4e1e78433e376e654a7f908775c4b733]

        avoid the need for calling eval here

2011-09-09  David Tardon  <dtardon@redhat.com>  [1da34ade443dddde48812023f778179b8ed7707e]

        avoid the need for calling eval here

2011-09-09  David Tardon  <dtardon@redhat.com>  [63850a7f28f31b8e6792478aa7ba170f489196a4]

        make use of Configuration consistent with other gbuild classes

2011-09-09  David Tardon  <dtardon@redhat.com>  [efac5b9f4c34e00407abea959587b9ee9e69cfa7]

        avoid the need for calling eval here

2011-09-09  David Tardon  <dtardon@redhat.com>  [490268276558ffd921422fa3f0b9dd0d8c6dc537]

        the eval is actually not needed here
        
        Better to say, it is not needed if we make sure that the result of the
        call of gb_LinkTarget_use_external always ends by a newline.

2011-09-08  Joseph Powers  <jpowers27@cox.net>  [64c15de6489b5a72f8530b66968d3d1660d39d55]

        I'm going to agree with Julien that this is wrong.
        
        See ML history for details:
        
        Message-ID: <1315514308476-3321065.post@n3.nabble.com>

2011-09-09  David Tardon  <dtardon@redhat.com>  [82f6c0502e51afbc25e5bf0fcee7914a1a5b3f28]

        do not hardcode python binary name

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b54933202e6fef61365dec1112314c0517dc424]

        forgot to add the file for the unit test

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5bd732bf8f40d4d3f89fee967593096117f325ca]

        prevent warning

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [148aeaaa9167921a419940dbb5acc872d4675560]

        add logical function unit test
        
        it is now possible to add csv files to create easy filter test

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8445ce0e6185b575f1f4bf6bbc41d9eda2a5391b]

        externalrefmgr.cxx is String free
        
        String->rtl::OUString and solve problem with old patch

2011-09-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9a6c3bb6a4b00ec958091e29f96397854a7a0e5b]

        add range name xls test
        
        xlsx does not work yet because local range name export is not
        implemented

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [11df18b7a92fb02ea7decd594485e8c73fe61278]

        Resolves: fdo#40449 spellchecking tried to keep a reference to a temporary

2011-09-08  Julien Nabet  <serval2412@yahoo.fr>  [89833d454258485dfcf1d52e1f2ddedfc3e9cb5c]

        Fix the second and last duplicateBreak

2011-09-08  Julien Nabet  <serval2412@yahoo.fr>  [ec9f19db9812828ce8c10d90f42ecb989fe2d8aa]

        Fix duplicateBreak

2011-09-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [1a54f4ca3724146bb711a4bfc49804b27cc9ff6c]

        sal_Bool to bool.

2011-09-08  Kohei Yoshida  <kohei.yoshida@suse.com>  [7d307d9c8bde7da89683bab9566e681e55e8bf36]

        Bring the default row height back to the 3.4 level.
        
        Until we find a better solution, let's at least bring the values
        back to the 3.4 level.
        
        In 3.4 I have nDefFontHeight = 225 and nStdRowHeight = 256.  This
        change make those values the minimum values.

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [a90ab2d8a2fc3e8c0b2ae1d1d657305ad9ceaca5]

        fix comment typos

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [f57baefbd3c4c5d8e5ec28e8702c91d60ffc5de2]

        add chaff to encrypted documents

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [4a90740fcee07996469ff702daa04953f39be191]

        drop dead dmake makefile.mks

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [91042f3f0a4328bc46e17e8b32d5021003fb7e04]

        Header/Footer: implement the edit menu item
        
        Opens the page style at the header or footer tab.

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [dc557cd036e49f6d642bcdbd79a525371c7c513c]

        Header/Footer: added the popup menu of the separator
        
        Removing the header/footer is working, but the edition still needs to be
        implemented

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [14727e633fa8fcc684ad08804b473eaf6006f0d4]

        Header/Footer: implement the header creation when clicking on +
        
        Remaining UI bug: the cursor should be placed in the newly created
        footer when creating a footer. It's currently set to the header.

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [79f53401c6801e240800fb6e1eaae8f55974f9c6]

        Header/Footer: just don't always drop and create SwHeaderFooterWin
        
        This minimizes the number of creation / deletion of SwHeaderFooterWin
        objects and simply updates the existing ones.

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [1291efeee9ee4079e6bb38e0b06e9f73c365c7a0]

        Header/Footer: vertically center the text in the separator control

2011-09-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4115a81bea06eb9cb3ea7b6d8819a35a8a8de52b]

        Header/Footer: Use a Window with WB_DIALOGCONTROL to fix loads of bugs
        
        Bugs fixed by this change:
          * The Header/footer window is now moving with the parent window
          * The Window rectangle is adapted to the parent area and doesn't go
            over the scrollbar
          * The windows are shown properly in all cases

2011-09-08  Tomáš Chvátal  <tchvatal@suse.cz>  [2fe52eded60106062dd5736885c5537155cb03f7]

        Fixup non-respecting DESTDIR for DOCDIR chmod.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-09-08  Stephan Bergmann  <sbergman@redhat.com>  [f4e73300f6a8f3e96cc50bbc77ac5b59631024c1]

        GCC bug 50255 will be fixed in 4.6.2 already.

2011-09-08  Stephan Bergmann  <sbergman@redhat.com>  [04af3ecc202d4c69d7dce0f0c1a5982a6af93074]

        Get array indexing right in ControlModelContainerBase::getAvailableServiceNames.
        
        Apparently a merge conflict from 83380a7805f69b18f432895fc17c53cf0354bf4d "Merge commit 'ooo/DEV300_m106' into libreoffice-3-4"
        toolkit/qa/unoapi stumbled over it.

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [f2416a7f2c9851f674b3a33ed50aa4e2109ae04c]

        Related: gcc#50255 we now know the bounds of the broken gcc versions

2011-09-08  Stephan Bergmann  <sbergman@redhat.com>  [682dd34020ace097015d5742fff2d8ef06723247]

        Make moved bitfield flags from prev commit into true bools.
        
        As discussed on IRC, no apparent reason to have them as bitfileds
        in the first place.

2011-09-08  julien2412  <serval2412@yahoo.fr>  [10094dc88bc3b16eb25454205e5db1f556f675dd]

        fix dodgy assigns to const array param

2011-09-08  Stephan Bergmann  <sbergman@redhat.com>  [b66db1c73f494e74a8bf6c94544eccc01095528e]

        Cleanup of SwFlowFrm flags.
        
        bUndersized was used uninitialized in derived SwFlowFrm, as valgrinding sw/qa/unoapi revealed.

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [b92890a5d8162cc59793589c4c98de59b2cb53a7]

        so *that's* where the hello/world we're coming from

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [aa584559a8ada4e31331ab8a23f2c09eb11c609b]

        Related: fdo#40420 always include xmlsecurity library for macro-security
        
        the xmlsecurity library contains the dialogs and resources for the
        macro-security dialog as well as the xml signing UI. So always
        build and include this library unconditionally.

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [afebcbfef8b05c9759f473f45ac0383ff4fa2af2]

        its just a const char*

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [5832f347114c0bebc1fec501b60ed8ba05227166]

        Related: fdo#40420 don't crash on missing/failing xmlsecurity lib

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [3a53904ae64fa87216fcc972dbc746068c640818]

        callcatcher: update list

2011-09-08  Caolán McNamara  <caolanm@redhat.com>  [595ce66e708da9e742a2c418f013fc675ffc45a3]

        ByteString->rtl::OString, etc

2011-09-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [7d1700b35b6b663af1646d3f0c54ee51db5435c6]

        Revert "process more idl files at once - second part: makefiles"
        
        This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.

2011-09-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a3e696b739ae71e72c3366257a2f2139c2380a5]

        Revert "process more idl files at once - first part: gbuild"
        
        This reverts commit 4453178694db4bbc6d110035865fa7cc4a209b13.

2011-09-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [f5ed8bda812927398a7ff6cd6cd26c6a7f73f872]

        Revert "Need doubled dollarsign here it seems for this to actually work as intended"
        
        This reverts commit 11e8dc2d901988b4e638e6fff1edfbbf0b3b999d.

2011-09-08  Stephan Bergmann  <sbergman@redhat.com>  [8b7978c822b11c53b4bd40bb0829e3ec205f1359]

        Make CmpKernData a true strict weak ordering for use in std::sort.

2011-09-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [7015bad5a7c767c51e7a89a005b5315669a954bc]

        Updated css_parser from orcus, plus added experimental csv_parser.

2011-09-08  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [a58ed493e572fef2c503bd329e924bb062ba9c96]

        cppcheck cleaning: duplicate expression on both sides of <

2011-09-08  Eike Rathke  <erack@erack.de>  [7e1bafb2f1f324167e9b438fbf06e0ec346e55ca]

        make ScViewFunc::SetStyleSheetToMarked() work again

2011-09-07  Eike Rathke  <erack@erack.de>  [da06488e3188d9de43dc287d3a84a4aa4bd42c10]

        use SAL_CONST_UINT64 with such large values

2011-09-07  Stephan Bergmann  <sbergman@redhat.com>  [f2326368c0a8d6ee56fea10ffc28d16a249b6747]

        SwUndoTblNdsChg::pDelSects was used unitialized.
        
        sw/qa/unoapi checks failed because of this.
        
        Changed both pDelSects and pNewSttNds to auto_ptrs to clean up resource handling here;
        explicitly made SwUndoTblNdsChg noncopyable to avoid auto_ptr-stealing.

2011-09-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [46525507700386e09b56ae0403255a935f1f1c96]

        some basic unit test for xls and xlsx
        
        adds the basic concepts for xls/xlsx unit test
        -build system changes
        -some restructuring in the filter test
        -universal-content.xls/xlsx

2011-09-07  Andras Timar  <atimar@suse.com>  [44617d3d5b948d0475866d160bff3b648f545fa5]

        fix url in documentation

2011-09-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [46fa875adf05c2e0d8dba09593f9bc7d865584b9]

        Remove warnings.

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [d599de13b5d1d3c5020d4b22ad94930bc14d5a29]

        use vnd.openoffice.pymodule: as the prefix

2011-09-07  David Tardon  <dtardon@redhat.com>  [2e444660c25d82dfa52f0232e2d97a5d8d1b0f60]

        add support for UNO components in Python

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [02df624709e9ead4bb46b66e43581990b30332c8]

        valgrind: secondary pool leaks here

2011-09-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [ffe828263462188f0af76eb101935ff0feb395dd]

        Merge branch 'master' into feature/calc-multiline-input

2011-09-07  Tor Lillqvist  <tml@iki.fi>  [81ad1652136f48cd3bc7f9de32f506a840d0751e]

        Get the file: URIs right

2011-09-07  Tor Lillqvist  <tml@iki.fi>  [7974c4f08a231bdcec5f0a29a929c2a539eb95ec]

        Updates

2011-09-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [1b7c610534f97bc00291c1bacc39963d88931933]

        Merge branch 'master' into feature/calc-multiline-input

2011-09-07  Takeshi Abe  <tabe@fixedpoint.jp>  [aa059deedafa25dedadc1c3566a25e8bd4dce8d8]

        fix typo of the option name

2011-09-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [de290e726ed2aa5a4c007d61a7db1042c45d43db]

        introduce SAL_DEPRECATED macro

2011-09-07  Tor Lillqvist  <tlillqvist@suse.com>  [04d6f16a99b5067d3b6ae1c8309699a90133037f]

        This seems to help the MSVC build along

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [3b243b5fa37793074698b5a1dce65ead0ddae3ea]

        remove freshly unused methods

2011-09-07  Wolfgang Pechlaner  <libo@pechlaner.at>  [c6b49f9098fb6c9816202e8d465c342788736af5]

        BITxxx functions according to ODF 1.2 OpenFormula
        
        Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by
        OASIS OpenDocument Format 1.2 OpenFormula / ODFF.
        
        Changes made by the committer:
        * Original submission added the new functions to the Logical group, that group
          has only functions though that return a logical value 1/0/true/false. ODFF
          groups them under "Bit operation functions" that currently is not available
          in Calc. Added the functions to the Mathematical group instead.
        * Changed descriptions of functions in the Function Wizard.
        * One sal_uInt64 constant instead of several identical literal 281474976710655
          values.
        * Replaced 'or' operators with ||
        * Don't push two return values, if PushIllegalArgument() was used don't use
          PushDouble() thereafter.
        * Treat double values with ::rtl::math::approxFloor() to obtain integer
          values.
        * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the
          ODFF specification that allows larger shift values.
        * Use our block braces style, respectively don't use block braces for one-line
          if-statements.
        * Fixed indentation levels.
        * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit
          is due ;-)

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [5b80048a1ef119db569f9e9a259e94e773201b1f]

        correct OPropertySetHelper2 copy constructor and assignment operator
        
        allows to get rid of export of vtable

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [47572f1d92d2d76d9cd55eba9553e546ea5ccaf2]

        apparently vtable & thunks necessary after all in gcc3.map

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [1ecbb35482d3ff318a680e0bd4dbf84568f8d1cd]

        typo

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [ca3df6a1b18c146c86ff9ec8d7e3d993873586e3]

        shouldEscapeDateTime() controls ODBC syntax for date literals, not ## format

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [be8d553b9bde0dc5791b9a153dbc0128a34e39d7]

        use MKDIRHIER instead of MKDIR to avoid bogus error messages

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [34a3046698890676d492d46dfb628d51eb823395]

        moz ldap libraries: don't need LIBDIR to exist

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [d37a57326a4c9a545ee55f42049883d39ba38eac]

        moz: do not try to get into non-existent directory and ignore error

2011-09-07  Lionel Elie Mamane  <lionel@mamane.lu>  [5c64fd7ce04ff82edb2989d862bd660c9b9492a5]

        Restore ABI compatibility with LO 3.4 and earlier
        
        Factor out ABI-breaking changes to OPropertySetHelper into a derived
        class OPropertySetHelper2.
        
        Only gcc3.map is up-to-date.

2011-09-07  Michael Meeks  <michael.meeks@novell.com>  [20a3baeb5da5bbb77eb2bf46d6714ad38dc4f19b]

        compensate for missing newlines at end of windows .d files when concatenating

2011-09-07  Tor Lillqvist  <tlillqvist@suse.com>  [edabdcae9affcee5b940c09e96421d899c10d6d5]

        We don't need any .lnk or .link stuff, do we?

2011-09-07  Tor Lillqvist  <tlillqvist@suse.com>  [129852cede1461480c11d6e5db3385d5ea72e1a0]

        Don't deliver build.lst to solver and don't look for it there

2011-09-07  Andras Timar  <atimar@suse.com>  [31cd83043eb3bf89be33a9064e04c080883bd14c]

        update to latest version of vcredist fdo#40399

2011-09-07  Andras Timar  <atimar@suse.com>  [5683be1c89d358955b34c54c16d3bd6ca06126e1]

        enable to replace the vendor name in Windows installer, bnc#571489

2011-09-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2f375ff51cba6d7f70a433bb254f34c8bb5a6bec]

        Fixed build error about double conversion

2011-09-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c7a557cc4ff3c8e32ffe414f6b6fd7b62e7bf077]

        Sw page break: added a text above the line to explain the visualization

2011-09-07  Andras Timar  <atimar@suse.com>  [3f62165fd45c714210491610bf89383918f3459e]

        replace api.openoffice.org to api.libreoffice.org

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [15cbe38e85124f449d536717c81da4071978e50f]

        callcatcher: unused code

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [c346afa762ea6f71614b82b57c142451db3b7b50]

        Resolves/Related: fdo#40449 uninitialized issymbol member variable

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [9233083e090dc8adfa36fa56552bcd3bb5a6bb2a]

        callcatcher: unused code

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [4f7bb219c0a9b377c05c091575e97097e41ec41a]

        surely a terrible idea to use a random system encoding here

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [2c51e2a65a7a8ea72748ce570af8ab7bbb1fbf72]

        use read_uInt8s_AsOString here

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [0d1eb4ab6c1093bb1cc94be73c1640b92a75521d]

        ByteString->rtl::OString

2011-09-07  Caolán McNamara  <caolanm@redhat.com>  [c42d6682723230a2d86a0ef218496b35fab1db06]

        probably want a SfxBoolItem of false here

2011-09-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [10011d00a6566f095b463abaed51da86c3a1e1d3]

        kill TF_POOLABLE, step 2: remove dead code

2011-09-07  Kohei Yoshida  <kohei.yoshida@suse.com>  [c8d7cb6bff57c26ab67faef1a15c2c9bd4a4f616]

        Hopefully this will fix the build breakage on Mac.

2011-09-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [cc2b19b992229af9d6bcfb5b43a545c418f8f9b5]

        Improve performance of large Excel documents wrt cell style import.
        
        This change improves import performance of Excel documents based on
        the following changes.
        
        1) Pool styles only once per call.
        
        This removes SfxItemPoolCache instantiation and destruction which
        is quite expensive.  This alone cuts import almost by half with
        large documents with lots of styles applied.
        
        2) Skip removal of direct formats when setting style.
        
        The old code was iterating through all attribute regions in order
        to try to remove overlapping format attributes when applying a
        style.  But that's strictly not necessary (and bad for performance)
        during import.  This also removes the need to re-apply the direct
        formats right afterward.
        
        3) Avoid creating a duplicate ScPatternAttr instance per XF.
        
        There is simply no need to create a clone of the style only to put
        it into the styles pool and get discarded.  This saves additional
        few seconds.

2011-09-06  Kohei Yoshida  <kohei.yoshida@suse.com>  [2207f9c75a3f0d92501a26d259d5d68853168ba8]

        Refactored SfxItemPool for better encapsulation.
        
        Basically everything except pItemInfos is under pImp.  This will
        make it easier for future refactoring in the implementation area.

2011-09-06  Peter Foley  <pefoley2@verizon.net>  [ba75626b22c15785a418bd7645a508a2d99b12e4]

        silence the hamcrest check

2011-09-06  Peter Foley  <pefoley2@verizon.net>  [dfa4249d809454e6bc5b4af77a4e08d3a489178e]

        clean visibility.cxx
        
        The visibility configure test failed to clean up visibility.cxx.
        This patch fixes that.

2011-09-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0d8c345bf916ef7c1148bda84968c57189e14f5c]

        kill TF_POOLABLE, step 1: error if unset

2011-09-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d299c9867a8653fd52a23567a8ddc51ea1ffaf4]

        try to prevent race condition related to settings.mk/%minor.mk
        
         * observed on gentoo tinderbox

2011-09-07  Andras Timar  <atimar@suse.com>  [6a59f572a4d76ee8e0e2cd82f3a4e06077e4ac38]

        don't use fixed version number

2011-09-07  Andras Timar  <atimar@suse.com>  [e1d42d404099fb83e9bb9d3434cce6807ee459d4]

        css tweaks and LibreOffice branding

2011-09-07  Andras Timar  <atimar@suse.com>  [16132fddb979278ea92f0aa0257b8f379bb2fe0e]

        licence footer for API docs

2011-09-07  Andras Timar  <atimar@suse.com>  [a7a56615e7b05eb62ecb1d4f53053e1d40aa8487]

        translated German comment

2011-09-07  Andras Timar  <atimar@suse.com>  [40ab4aebb7ee1e37537fc01bcbe3a75fc41f82ad]

        add LibreOffice colors to SDK cpp doc css

2011-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4432b06ff40146352a4d21f8b4d612bcc72d7176]

        initital work for a unit test for calc's basic features
        
        the SC_DLLPUBLIC changes in document.hxx are only necessary until we can
        link statically against sc

2011-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [67b374980f340faa2695001984aaf98886a32fad]

        related #i114504: external reference manager part

2011-09-06  Niklas Nebel  <nn@openoffice.org>  [1f36d1208e13cb950183121adb2d020c41d1f58e]

        related #i114504: don't assume external references are always file urls

2011-09-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b47818367290640421f835bdd038bc35c6b0781]

        merge area does not need to be increased if a shadow is attached

2011-09-06  Katarina Machalkova  <bubli@bubli.org>  [450b31a056a8fb277a7b5f1e6827bb85b4c1f9fd]

        Update shape fill preview on switch to this tab
        
        (related to i#95158, but not quite)

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3d411ec522dfb13924da5dadb28883d33f8e5794]

        [cppchecker] unread Variable warning suppressed

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [899e9848cfa7c3a6f649f362acee53a4057768be]

        [cppchecker] suppress unread Variable warnings

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7a83696a76e576ce230988b092b1152ac18f42b7]

        [cppchecker] superfluous variable deleted

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3979fb5b59d79d3f48cf0656e58ec848cff5a723]

        [cppchecker] deletion of unread variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7eb5645e7380c0f05645648ef7d225e9d44c28d6]

        [cppchecker] unread variable deleted

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7f90f8af5fbaf2305c6e9da58fb6a0e36b2c331e]

        [cppchecker] deletion of supperfluous variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [48f69c30721c424dfce98bf6486400df72ab82f7]

        [cppchecker] deletion of unread / unneeded variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1d7e004c1eac97fd94a64490f5d629c8c6b5183f]

        [cppchecker] deletion of unneeded variables

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6f94c644c3c0c08b245d66519ff7116c54d600b6]

        [cppchecker] suppression of unread Variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7d146bdf4ccb9d0e2190a1ae85643a18ffb9601d]

        [cppchecker] deleting unread variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [efce802d3a52e2fc9843ca0da3472656c6025a0b]

        [cppcheker] delete unread variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [40620d716b9f07924fe8896ca59753858b259d65]

        [cppchecker] local variable deleted
        
        this local declaration makes no sense, based on the previous code, it seems
        this is a rest of the former code change

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [80bf270d9b461261335103bbd6625345ec3c9d78]

        [cppchecker] deletion of not needed variable

2011-09-06  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [aa9fe644035959ab63115494886e18a836377255]

        [cppchecker] unread Variable within a #ifdef [WINT] removed

2011-09-06  Christoph Lutz  <chrlutz@googlemail.com>  [e024f616934bb78fba8c8101264806d507068d7e]

        i#118224: kill O(n^2) complexity of unique bookmark name creation

2011-09-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b8162ca024faf539e5e5ae62d39ccaa03b71e82e]

        Header/Footer: added the menu button to the separator.
        
        Show either a SPIN_DOWN arrow if there is a header or a plus is there is
        none.

2011-09-06  Noel Power  <noel.power@novell.com>  [c3db5332558d35adc8374836fd17025220e73180]

        make sure we can detect if vba code was imported

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [fa9ff01fe4731a5d91da60ec3f5c2cafa7b3f382]

        SID_DOC_MODIFIED should (probably) be a SfxBoolItem

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [81c5bd4bd2a6104c3d1dd1c3b61206aad26d29cd]

        WaE: unused variable

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [a388bf33049f4792b3170883715456aa00ea61ec]

        ByteString->rtl::OStringBuffer

2011-09-06  Tor Lillqvist  <tlillqvist@novell.com>  [7ede0090ccf4d3ffc7cf5bbd7e913113cc729ebf]

        Look at OS_FOR_BUILD, not GUI

2011-09-06  Thorsten Behrens  <tbehrens@novell.com>  [044c534b2deb985052e7977bba3290c5d2c3ad77]

        Fix hang in slideshow.
        
        This fixes fdo#32861, by processing all remaining events after the
        post-yield callback comes around (that's supposed to be the time
        when the app can spend time on event processing).

2011-09-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a635cc935fae17f3c6c69cc0be88d85410f74336]

        make install and dev-install build-depend on all
        
          * this enables "make all dev-install" or "make all install" calls

2011-09-06  Tor Lillqvist  <tlillqvist@suse.com>  [2f059de8b77b12a806453e8f9156264762fe86cc]

        Do generate debugging information with MSVC when gb_SYMBOL is on

2011-09-06  Tor Lillqvist  <tlillqvist@suse.com>  [d2e2c50e60ab8de9b22ad7aa2906833a6c9d9ff2]

        Make this easier to parse visually

2011-09-06  Tor Lillqvist  <tlillqvist@suse.com>  [3b881220a6f39c2890a20a15fb007958a432d9c2]

        Do what I said in 8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c
        
        Don't mark the template class TableDataHandler for DLL export/import
        either. It seems to break the MSVC build, and dropping the decoration
        fixed the problem.
        
        Odd that I didn't notice before now, or is it really over a month
        since I managed to build master last? That wouldn't be too surprising,
        I guess. But other people do claim the have built master with MSVC
        relatively recently. Or is it just that this templace class has only
        recently been used more than earlier? Or does the fact that I am still
        attempting a --enable-dbgutil build affect this? The world is full of
        little mysteries.

2011-09-06  Stephan Bergmann  <sbergman@redhat.com>  [d8eca4ed55c2d9e3af22556afe901e6cd553bc84]

        JunitTest_linguistic_unoapi.mk still referenced removed qa/unoapi/Test.java.

2011-09-06  Luboš Luňák  <l.lunak@suse.cz>  [a5339d44ec21603671123b589d7e7cf610e1c1f7]

        fix reading of w:textbox contents (bnc#693388)

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [4d3b7684b5dcca45fde80b8a323a912f4b706200]

        one of those vexing parses

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [3adaf5cf46120cebc0574bd115af4eea220fa0f1]

        Do this on windows only, everything else has some python available

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [2bec6ead48e7296b9d224c2f49b6d4c54b13fae1]

        nope, python is supposed to install python

2011-09-06  Kenneth Venken  <kenneth.venken@gmail.com>  [2c90e29e4305407f9fc9aa01b79f8dde7dc4cfb4]

        cppcheck scope

2011-09-06  Stephan Bergmann  <sbergman@redhat.com>  [a8f776e0a0b7687abc94ed18e4e63a2c91a47bf4]

        frm::OInterfaceContainer::insertByIndex must not crash for null argument.
        
        Regression introduced with 4fae740db79d4e7cc97440e2bab8d1ef612d9b51;
        caused forms/qa/unoapi check to fail.

2011-09-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ec6905bf855a9226aa0e3143fdbf15bff306cb69]

        Header/Footer: enhanced the document subsidiary lines
        
         + Implemented http://wiki.services.openoffice.org/wiki/DocumentBorder#Option_3
         + Show the text boundaries for the currently edited area, e.g. don't
           show the header and footer boundaries when editing the main body
         + Included the footnote boundaries into the main body ones as it's the
           same editing area
         + Reimplemented the painting of the manual page breaks. These are
           hidden when editing headers/footers and are be toggled with the
           non-printing characters instead of the document boundaries.

2011-09-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [cb3c09c32367a5b0c4c765ba0da75291c9367aa9]

        Header/Footer: revert objects ghosting to keep writer WYSIWYG
        
        This reverts commits:
          * 7d700ecf81c00981df9780da07408192dfa4a4b3
          * 523ff0444022c9f435c93140c7c89fa2c657bb50
          * f7da7938c53f0ce185760e01e7de91cdf5268078
          * 28d1c25092ddefdf90d0554532b7611698b2d18e

2011-09-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [849d47326d4359fb55685260869df68672739c17]

        Header/Footers: SwPageDesc as a member of SwHeaderFooterWin

2011-09-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2f150822d854d8fb5df5a7f32cefd6cd623824a1]

        Header/Footer: moved the SwHeaderFooterWin to separate {h,c}xx files

2011-09-06  Stephan Bergmann  <sbergman@redhat.com>  [dcdcc53e25fce09be486d4ea700f8a72895a1e69]

        Honor --disable-strip in gbuild.

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [811345dcb29208617b6bd226677d2f3145c692b8]

        pyuno is the module that installs python apparently

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [ab33fc3c5c217779f93d4fa40d9c1936e2309ba3]

        get this building under windows

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [b9b22fa7f81bb2c0e2aa3f56e76785210ed1f1a0]

        IBM jni.h has non-const SetByteArrayRegion final arg

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [a1ce4fb4f0dbc3c4141f510e5b2b732a24d862c8]

        callcatcher: various unused methods

2011-09-06  Caolán McNamara  <caolanm@redhat.com>  [ebded7f2f5d19489811ee4ed2a0da9d09371a5ac]

        what happens if we try and do it right ?

2011-09-06  David Tardon  <dtardon@redhat.com>  [1d0ef7f9f4cda63803cc916906c9cf981736a07b]

        replace existing file

2011-09-06  David Tardon  <dtardon@redhat.com>  [3e886b6bc6937d6d1a9e10a703a96b8944690ff4]

        set defaults for use with dev-install

2011-09-06  David Tardon  <dtardon@redhat.com>  [21d1920ec0a2f274f9c6b0c0a86f3fc6865a963f]

        add license blurb

2011-09-06  David Tardon  <dtardon@redhat.com>  [d7880811629cb08e7828482d6044d77ac40aef0a]

        make pretty printers available during build already

2011-09-05  Joseph Powers  <jpowers27@cox.net>  [69bf43444e0cdf00ff909feb8138188b28394139]

        Make macro PRV_SV_DECL_REF_LIST() no longer reference the DECLARE_LIST macro
        
        Yes, I just expanded the DECLARE_LIST macro inside the other macro; however,
        this is one of two macros that include DECLARE_LIST. Thus, I'll be able to
        remove DECLARE_LIST shortly.
        
        I still need to roll the code a little better. We shouldn't have a CN##List
        class. It should be posiable to make the CN##MemberList class be based on
        List diectly. Once that's done, it shouldn't be too hard to replace List
        with either std::vector<> or std::list<>.

2011-09-06  Eike Rathke  <erack@erack.de>  [d3d1481fe835db3dcc0a43c0ad89043e6d71b4f0]

        changed Time100SecSeparator to be identical to DecimalSeparator

2011-09-05  Miklos Vajna  <vmiklos@frugalware.org>  [889934e7395ca3211ede8e1e667805698a717e27]

        g: check if git is in PATH

2011-09-05  Matúš Kukan  <matus.kukan@gmail.com>  [fbcaafce49fa08275813433f3330c447edc4e53c]

        remove unused header file

2011-09-05  Matúš Kukan  <matus.kukan@gmail.com>  [ad814e27cf7eea30266c4527334c273326d87891]

        unusedcode: vbahelper::CollectionBase class

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [8da489aa9da47634c51010e49bb0844147169cfa]

        now we can ditch these unused methods

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [8b0287543d87659fd4bfde5edb6725ee5da5f80e]

        These multi-lingual IMs have been always disabled for Linux
        
        Where not-Linux was in practice solaris. We can be pretty sure that the
        ismultlingual path is effectively unused. so following that chain of logic
        quite a bit can go.

2011-09-05  Michael Meeks  <michael.meeks@novell.com>  [66ec27f69123a308926583180a6f45db80e3d427]

        elide duplicate dummy dependencies as we concatenate them to a library depfile

2011-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [691a15b36a2e29856bd4daa84b93cd7deefeef90]

        initial work for a merged cell unit test
        
        TODO: add a undo/redo test and debug why ScDocFunc::InsertCells does not
        expand the merged area

2011-09-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0f541df81f03a3df391b8be6486b96ee601268b6]

        test range names in import test

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [bb79d6edf016bc6146d3509d40cb78ba9c080ff9]

        stick these behind OSL_DEBUG_LEVEL > 1

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [2c097965478f2544735b09294405ff8de83902fe]

        provide a fallback for this for icu < 4.4

2011-09-05  Lior Kaplan  <kaplanlior@gmail.com>  [90ca023a62dd09eddd4ba03844b246e67bab2be1]

        "thereof" should be translated to modern English

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [789e74cc81c26e286f34c169822855e25d4e58b4]

        consistent includes

2011-09-05  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [a82a28becf2ba1b222300469743d718547af1b6b]

        Added gitignore for temporary fuzz-testing files

2011-09-05  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [f7b5d1982d75e4c238ba6fc2447fb6bbe1fb21d1]

        Initial commit of file fuzzer tool

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [2e5e37309724a4b2a1e51f90c52bb0dad8ad3ac5]

        let move this back so scoping doesn't clobber us

2011-09-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7748fba40ae1b69fe34a7e7dd4056a53147ce607]

        Reverted WW8TableNodeInfo::toString() for dbglevel>1

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [ebd7da6837f18ef164eacdcd92a59dddf2a346a8]

        WaE: unused variable

2011-09-05  Michael Meeks  <michael.meeks@novell.com>  [49c83f01357811dc0c4928f17ceaa516f24990d3]

        add officecfg dependency, and (hopefully) a fix for windows URLs

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [a234cec9f67ff9eae21e1fe1030ec2d2442a51f9]

        disentangle WW8Read_xstz variants

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [c0eb401571fc835da8a083f12b44666e73bc33e1]

        another round of unused methods

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [04ce2cea24b7e90de6542789dfdcf894082fad70]

        callcatcher: drop some Impl methods, regenerate list

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [f8238e893b94901a6b1b2e08fd45be1a15726996]

        no real need to use pointers here

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [65a62a24c7a219e1f130484b6c4974077d9224e7]

        move template down and tweak

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [b96c999d7a7cb5399fc8fbeab32a8b3b8b5c76bc]

        disentangle 16bit pascal-strings and zero terminated pstrings, etc.
        
        one method to read pascal strings, zero-terminated pascal strings
        and non-zero terminated non-pascal strings is a disaster when
        length of 0 toggle into pascal-string mode, shudder!

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [2fb353433db5b9fd1afe8c688451d04db5b62d5f]

        rework TestBestAndBraces in terms of new apis

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [5dc2dd29d2948804dcb1102fa0e97e0b205773d0]

        disentangle WW8ReadPString to pascal-string and null terminated pstring
        
        and find that one of them was using 0 as encoding, rather than
        indicating normal-pascal string, sigh.

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [06e1f8ad6b35f93c478679e624301cd2c09159cf]

        rework WW8ReadPString in terms of read_uInt8s_AsOString

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [22154753edb1eaa7199d9dc7d630dd4e409bbdb7]

        fix blindingly wrong comment

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [952dad0e625e3cbb93f4581e2ce431271fe739d4]

        rework WW8Read_xstz using read_LEuInt16s_AsOUString

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [e99a072c0e19d1bab68a49758acaac22dd981e0c]

        add a fairly efficient read_LEuInt16s_AsOUString, merge similar things

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [af60795f76f04e5a0315eeaa4cb9c5a90f4ae90c]

        callcatcher: some more unused code

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [2e28244ad3cf526b99b1e555526b26bf89c5ce8d]

        bIsCompressed is always false

2011-09-05  Caolán McNamara  <caolanm@redhat.com>  [5fc869912893826d615661fbd88bf9cdbd60690f]

        tell me *what* failed

2011-09-05  Noel Power  <noel.power@novell.com>  [8be4261608251630017f88faae0fbf696016a96a]

        access oox vbaproject import directly

2011-09-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9ced6d79edc66f7b2d5376ee9507e69126a0dcb7]

        Header/Footer: Moved line thickness magic numbers to a define

2011-09-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2e3c124e2d3e130256f4c8f2e656cff1b565a89e]

        Header/Footers: fixed separator line position with footnotes

2011-09-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ad5e9ea1d303c36af0b98861cc6c4b22940a9362]

        sw: added some class doxygen documentation

2011-09-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d004a81afc6652d6cb8c13cef648c273527ef1ad]

        Header/Footer: Implemented the separator label as a Window
        
        Had quite a hard time drawing the new windows at the correct position
        and find the proper VCL attributes. This new Window child class is using
        the WB_MOVEABLE and WB_OWNERDRAWDECORATION to workaround bugs in VCL.

2011-09-05  Tor Lillqvist  <tlillqvist@suse.com>  [68795fe0dce69183400f775e06a2651565657231]

        #define _HAS_ITERATOR_DEBUGGING 0 to fix --enable-dbgutil MSVC compilation

2011-09-04  Eike Rathke  <erack@erack.de>  [0bf8fd627afc8567ae8ec6fad8edf20a11f143ad]

        fixed various crashes due to newly introduced ScRangeName::maIndexToData
        
        * The newly introduced ScRangeName::maIndexToData needs to take into
          account that boost::ptr_set clones and deletes elements, hence each
          collection needs its own maIndexToData setup in copy-ctor.
        * Also fixed ScRangeName::erase() where a wrong index element was set to NULL.

2011-09-04  Julien Nabet  <serval2412@yahoo.fr>  [f6880eac22ea62ce236ea60af7391560f8d4f962]

        Drop unused parts

2011-09-04  Katarina Machalkova  <bubli@bubli.org>  [64767120e533ce4277095f405238d54bcb354f39]

        Fix for i#95158: Don't reset selected colour on tab switch
        
        Set modified flag if position in the listbox changes
        (also for bitmaps, hatching & friends)

2011-09-04  Eike Rathke  <erack@erack.de>  [5456b230a215b240ad67fdef137616afedb209e4]

        fix an_ES locale data details
        
        compiling an_ES.xml gave:
        Warning: Time100SecSeparator is different from DecimalSeparator, this may be correct or not. Intended?
        Warning: Don't forget to adapt corresponding FormatCode elements when changing separators.
        Warning: QuotationStart may be wrong: U+201C “
        Warning: QuotationEnd may be wrong: U+201D ”
        Warning: DoubleQuotationStart may be wrong: U+2018 ‘
        Warning: DoubleQuotationEnd may be wrong: U+2019 ’
        
        * Exchanged Quotation(Start|End) and DoubleQuotation(Start|End)
        
        Not sure about the use of '.' Time100SecSeparator whereas DecimalSeparator is ','

2011-09-04  Eike Rathke  <erack@erack.de>  [9b92ca05cb8dea739ca9a5c3ce381b180ff7bf88]

        an_ES indentation

2011-09-04  Marco  <mrcekets@gmail.com>  [66f05b5d5acc43e4615bc19045d3600ed93e328b]

        Bin generated svgscript.hxx, add original file.
        
        Removes the old auto-generated svgscript, and instead
        generate it from the true source.

2011-09-04  Miklos Vajna  <vmiklos@frugalware.org>  [20bc6c3e0d78c70d2556698ef7b80fd8c9a2aa81]

        RTF export: write postit time as well

2011-09-04  Miklos Vajna  <vmiklos@frugalware.org>  [56aad75c12180a10ca47740e319a947682559a70]

        RTF export: don't output RTF_IGNORE before RTF_CS outside stylesheet table
        
        That causes old readers not supporting character styles ignoring the
        text having the character style as well. (See the RTF spec v1.9.1 page
        24.)

2011-09-04  Andor Ertsey  <andor.ertsey@muenchen.de>  [31845d927b1da39123691c769d277cc59d075387]

        Fix combobox import bug
        
        This fixes i#100621. The method for reading formula elements from
        binary doc got completely overhauled, based on the MS format docs.
        All fields should now be read correctly, no more second-guessing/
        ignoring of bits. Although support for Word95 was dropped - no big
        loss though, since it never really worked before. ;)

2011-09-04  François Tigeot  <ftigeot@wolfpond.org>  [f87224cb7f8fa1a306509e8c61e19ea0dc5c7103]

        Add native library locations to LD_LIBRARY_PATH

2011-09-04  Miklos Vajna  <vmiklos@frugalware.org>  [f4c24f051bc6ec4a106abef27b4e77df6a62e9fd]

        Related: fdo#38966 initial support for first page header/footer in RTF import

2011-09-04  Peter Foley  <pefoley2@verizon.net>  [91cdd85737cf3e3fab3010d26bb05fdd526fb35a]

        remove build.pl --gmake option refrences from Makefile
        
        The --gmake option was removed from build.pl in commit 4103138
        This patch removes the remaining references from Makefile.

2011-09-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edf44ff462599b7df200a75ae72035b32a6ffc0a]

        Output the Font styles in office:font-face-decls

2011-09-04  Takeshi Abe  <tabe@fixedpoint.jp>  [3cbbdedd655d3a7c7a37d921ee5a821abbab2cf9]

        removed dead code

2011-09-04  Takeshi Abe  <tabe@fixedpoint.jp>  [6e8fb811c71870c4594789c5111e59cf613aa99e]

        fix typos in comments

2011-09-03  Andras Timar  <atimar@suse.com>  [1a1e31c1bc3ce890c69a82a52e81b7f8bf33f079]

        update copyright text for api docs

2011-09-03  Andras Timar  <atimar@suse.com>  [133eacbdf0c8c5bf2d03a9458e0378e9fc150206]

        add LibreOffice colors to SDK doc css

2011-09-03  Julien Nabet  <serval2412@yahoo.fr>  [00fabc1ea04b20a45bd663d67b07b04fe4a1dc41]

        drop unused parts

2011-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [91fd138dfed7075f50525a4ccd042c689d3e1b3d]

        Get rid of some warnings

2011-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1a4467ea3aee785243cca5270952103a5f55bf7c]

        try to use text properties

2011-09-03  julien2412  <serval2412@yahoo.fr>  [b2fed82803156bad01cf30043f5f4b3eb8668799]

        Cppcheck detected the use of an auto_ptr with new [].
        
        Since, auto_ptr shouldn't be used with new[] because it always
        does a delete (and not a delete[] in this case), the code is changed
        to use boost::shared_array.

2011-09-03  Andras Timar  <atimar@suse.com>  [f465c23f91d194d683a62a9aa764b8c963e2e316]

        add LibreOffice branding: logos and colors

2011-09-03  Miklos Vajna  <vmiklos@frugalware.org>  [1a2894941e25e7580eec7c189bf94989056d0d9c]

        Related: fdo#38966 RTF import should not ignore page breaks before empty pars

2011-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [41201afceaa83df369ac0213f047f43061c448ae]

        Actually show some text

2011-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fd9905e99cc46c54753eb6f79940952a35256add]

        Initial work on text implementation

2011-09-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [76048bba1cc3635b558813688020f68220934549]

        Add a patch to prevent some null pointer crash

2011-09-03  Miklos Vajna  <vmiklos@frugalware.org>  [649e0f731a707677b1fda0fe155e581ecb8946a3]

        writerfilter: define DEBUG_DMAPPER_PROPERTY_MAP with dbglevel>1

2011-09-03  Christian Dywan  <christian.dywan@lanedo.com>  [107cce4506e15972c59ee66b73f023f8a7f42d5f]

        Show a zenity tooltip every 5 seconds at best
        
        So notifications don't keep showing up after the module
        finnished building.

2011-09-03  Christian Dywan  <christian.dywan@lanedo.com>  [3396e19fb134f09a61096d28ca792cd5e9394920]

        Show x/y module status in both console and zenity

2011-09-03  Miklos Vajna  <vmiklos@frugalware.org>  [7ea4e2e0f8019348379896d4f4f4d2298f11ded7]

        Related: fdo#38966 RTF export has to write titlepg before all headerf/footerf
        
        Previously it was written only before the first headerf/footerf, which
        made the non-first headerf/footerf to be ignored.

2011-09-03  Andras Timar  <atimar@suse.com>  [3f4932e2b868ce181886d0c8a1d19e63fa11c2c3]

        add an_ES (Aragonese) locale data

2011-09-03  Julien Nabet  <serval2412@yahoo.fr>  [45e8a9dca7a3ab7158a498fdbb2d77ed86fe4ed9]

        operator fixing

2011-09-03  Regina Henschel  <rb.henschel@t-online.de>  [33996edb390e74f203fec4651eb641e4029c27e7]

        Fix wrong line end positioning
        
        fix fdo#40529 - if you have line ends that are *not* filled,
        the polygon overlaps with the line end marker. Adapted calculation
        in drawing layer to have that sorted out.

2011-09-03  Jenei Gábor  <jengab@elte.hu>  [bc0a497f08d52450fd74c6372c9f6780f6715e40]

        Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")
        
        The SQL parser implementation does not handle comments.
        Temporarily remove "-- ..." and "// ..." end-of-line comments and "/* ... */"
        inline comments of a query and append comments after recomposition of the
        query.
        
        NOTE: The original comment positions are not preserved, all comments are
              appended to the query!
        
        Based on the original patch further development was done for inline comments
        and preserving comments' line order.

2011-09-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [69b6d6cfd29c2cfee92eef3faba03a78c671aac3]

        Speed up range name lookup by index.
        
        This should speed up formula calculations considerably during xls
        import since shared formulas are also stored in ScRangeName and
        they are looked up by index. (bnc#715104)

2011-09-02  Miklos Vajna  <vmiklos@frugalware.org>  [07d1d39fccbfef1638b7f3aaaed063f0d6f4ffa7]

        RTFSymbol: avoid unnecessary typedef

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [09279fe3dad24ab58121e4f0a9564d252b64d81a]

        remove recently unused methods

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [535125950b25de0363fc2b5a4115f5804ec50b44]

        regenerate list

2011-09-02  Michael Meeks  <michael.meeks@novell.com>  [59b308e05613e2e5611dac427f3523b2fe59ba46]

        add missing components, use new configmgr path, and enable ODS test

2011-09-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f44c104106170fca4bcaa90b50572dddda6c9858]

        enable calc's ODS file filter unit test

2011-09-02  Michael Meeks  <michael.meeks@novell.com>  [da1073f13071d3ad1c12ae7d66950beb2414a02c]

        let unit tests use the solver's config xml with OOO_CONFIG_REGISTRY_DIR

2011-09-02  Michael Meeks  <michael.meeks@novell.com>  [7872be8ab6add3dddb47fc08a1e3fd3f42c244d6]

        more xoutdev redundant cut/paste cleanup

2011-09-02  Lionel Elie Mamane  <lionel@mamane.lu>  [3b32204d9f900130cd1877675d8b51281b81f90d]

        fdo#39355: reenable "use typedefs and endianess from sal" patch hunk

2011-09-02  Lionel Elie Mamane  <lionel@mamane.lu>  [6749e4859f0c6a53e0d74dc277ed09cbc4568af0]

        Typo in comment

2011-09-02  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [5c16dae20043327d6f565120f5199445fb9e1b64]

        Modified output of filters-test.cxx to CSV

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [91313fc05abbfe35ee1e0c2464a28dd580780f07]

        Resolves: rhbz#735182 libreoffice doesn't build with poppler-0.17.3

2011-09-02  Tor Lillqvist  <tlillqvist@suse.com>  [11e8dc2d901988b4e638e6fff1edfbbf0b3b999d]

        Need doubled dollarsign here it seems for this to actually work as intended

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [075755a792aa6ad7f2bfb25aa224c31540e25ed0]

        add link lib for decompose_ja_voiced_sound_marks

2011-09-02  Matúš Kukan  <matus.kukan@gmail.com>  [a44dda4b7d71f8d2b4e0cca79d732eab89588c3a]

        process more idl files at once - second part: makefiles

2011-09-02  Matúš Kukan  <matus.kukan@gmail.com>  [4453178694db4bbc6d110035865fa7cc4a209b13]

        process more idl files at once - first part: gbuild

2011-09-02  Matúš Kukan  <matus.kukan@gmail.com>  [5f000fdf8667a345e17ceb1ee435b2d1df2f6949]

        include missing header file

2011-09-02  Tor Lillqvist  <tlillqvist@suse.com>  [141ba95cfc56fc355f763a4a3df5f94850d01720]

        Add basebmpdllapi.h

2011-09-02  Tor Lillqvist  <tlillqvist@suse.com>  [6eb586506d14f7e51b4f97297430ceabf276785b]

        Add a foodllapi.h file here too and use it
        
        Factor out the DLLPUBLIC dance from bitmapdevice.hxx to a separate
        headers as is the normal convention.
        
        Decorate the new debugDump() with BASEBMP_DLLPUBLIC in the header.
        Otherwise the definition (which uses SAL_DLLPUBLIC_EXPORT) doesn't
        match the declaration.

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [1d32ee9a536cfff0f93974726f23bff24cea83fb]

        regenerate

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [0ee8ec18c4218da4f82c4ff2bf601edca42100be]

        add a way to better construct an OString of len X from a SvStream

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [088e175776fe0fa37c859b68278f5d4304d7ddd6]

        add a public __sal_NoAcquire to OString to match OUString's

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [cd9038dd398db0710273e4be5fb5310ec2f2c642]

        move to comphelper, and rename

2011-09-02  Caolán McNamara  <caolanm@redhat.com>  [a2d55e1869a37247549dc6d126e4cfbbf98ef024]

        update list

2011-09-02  Tor Lillqvist  <tlillqvist@suse.com>  [7cdab67854ee2e459353db957ad0907cf72be212]

        And then fix MSVC compilation

2011-09-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [ca5a4839a6a757f79e64455785979658b40074b7]

        css::awt namespace is included in this file.

2011-09-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [d178d7bef193565a7d6aacbc37a58dfc4bd7b316]

        fdo#40466: Get charts to import from xlsx again.
        
        This regression was probably caused by a bad merge of OOo m106.

2011-09-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [2c00fc5206b7fe7c4aba85a4d9a41a75ec432d4a]

        No macros for the com::sun::star::foo.

2011-09-02  Kohei Yoshida  <kohei.yoshida@suse.com>  [f71bd7314a06975763a6d16a1a137e78771e9324]

        sal_Bool to bool.

2011-09-01  Joseph Powers  <jpowers27@cox.net>  [8c7345ab8961c75f839d59a6eab1efd9c9e4bdc8]

        unusedcode.easy: vcl::unotools cleanup

2011-09-02  Tor Lillqvist  <tlillqvist@novell.com>  [893c6785a97d8a6cbc4beab12637fee76534787c]

        Fix MinGW compilation error with min()

2011-09-01  Joseph Powers  <jpowers27@cox.net>  [581e7d7057afa87036d84e42c0e0a8a7368e20c7]

        unusedcode.easy: PDFWriter cleanup

2011-09-01  Miklos Vajna  <vmiklos@frugalware.org>  [9a31efdad9e7957ef8854087fb9625a8fa8094dd]

        enhwmf: revert typo introduced by cdc4b3803490dd275547efb38dc1fe7bfca7c0ec

2011-09-01  Thorsten Behrens  <tbehrens@novell.com>  [399cd057dd6e6b9ad49704984564912451a68bc0]

        More build fixing.
        
        Writer also needed the ooxmlexport.hxx from oox now.

2011-09-01  Thorsten Behrens  <tbehrens@novell.com>  [29cd8ec18e987cce7fba365bb205c7adb5657bcd]

        Fix the build.
        
        StarMath needs oox/export/ooxmlexport.hxx. This fixes
        f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the
        moved file from oox and adapting starmath.

2011-09-01  Michael Meeks  <michael.meeks@novell.com>  [067e7bb99728af66833e7300e056d3149343be74]

        remove obsolete, and apparently unused GLOBALOVERFLOW* defines

2011-09-01  Michael Meeks  <michael.meeks@novell.com>  [8e7560f441d2b1c3aa0df67eaa9c008565e14524]

        re-factor and cleanup load and save code for lists, killing copy & paste
        
        'return' is not a function, GLOBALOVERFLOW is superstition, bin unused &
        obsolete static character arrays, prune unused includes, remove bogus
        comments.

2011-09-01  Julien Nabet  <serval2412@yahoo.fr>  [e5068742511651a2c1bfacbe7c9450f769ef3658]

        slightly buggy commit 66141a46a44fa1c96694e98453e28c077ca23f48 from 20/11/2008

2011-09-01  Julien Nabet  <serval2412@yahoo.fr>  [78c1a9f5c4ff63aadda0d1b0ddbea1d41622c42c]

        Some cppcheck cleaning

2011-09-01  Tor Lillqvist  <tlillqvist@suse.com>  [f8d22519a415fbe427efa603ad2a7aad6a39e2a9]

        Move OoxmlFormulaExportBase to oox

2011-09-01  Radek Doulik  <rodo@novell.com>  [da691c1416cdbe6f32d8f461ce2206cd41b3aa75]

        make the overlap smaller

2011-09-01  Muthu Subramanian  <SuMuthu@suse.com>  [72051f5a6bd84274e9312e13a7643b01f14b459f]

        fix for linear gradient export to PDF
        
        Signed-off-by: Radek Doulik <rodo@novell.com>

2011-09-01  Tor Lillqvist  <tlillqvist@suse.com>  [e90b1a0c7ba0e7c7d42bed919de584c5c79aa5ea]

        Need an explicit implementation of constructor for MSVC it seems

2011-09-01  Laurent BP  <jumbo4444@yahoo.fr>  [5849ca749a262a4e4e42f019aa78275f23be5fdc]

        Resolves:fdo#40499/#i75665# remove italic from bg autotext numbered formula

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [9db9812dc131641d8898b256e20a3ca7249f383c]

        resync list

2011-09-01  Gabor Jenei  <jengab@elte.hu>  [cdc4b3803490dd275547efb38dc1fe7bfca7c0ec]

        fix warnings

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [f2b9160f099805e50607e71e93d8344bfe073b48]

        humour me, and sync this with osl/w32/security.c

2011-09-01  Joseph Powers  <jpowers27@cox.net>  [746074a0c05f47532e4c126a7d6ea0f4dd88d444]

        Placed more debug code behind #ifdef statements

2011-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [e21822008dff0c618e8947d7343bc70d51d47ec3]

        export debugDump used for debugging

2011-09-01  Tor Lillqvist  <tlillqvist@novell.com>  [d3e60204f430fd76d7b5f3e53f0bdc23f981af85]

        Work around compilation errors with mingw-w64 and --enable-debug

2011-09-01  Matúš Kukan  <matus.kukan@gmail.com>  [c78a4d31ede3bedf02e6ecafa56bd161ebdefed7]

        unusedcode: utl::PropertySetFoo

2011-09-01  Eike Rathke  <erack@erack.de>  [d9d6ee2e5efde1a9de080038b4be29ee5e9cd680]

        adapt a few @since to reality, OOo -> LibreOffice

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [a78a6e013b8d97891aa2b9c9a5dce64a82dc2f06]

        Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync
        
        If CreateProcessServiceFactory is called, then common.rdb of
        "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
        com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is
        opened mmapped
        
        On a new start of an LibreOffice which wants to synchronize new config over an
        old config, then it will want do a copy of
        "install/share/prereg/bundled/registry/
        com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
        over
        "Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
        com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
        which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE
        
        That aborts the copy_bundled_recursive copy, leaving an old config
        pointing to the old location of dictionaries.
        
        So for windows at least, CreateProcessServiceFactory shouldn't happen before
        copy_bundled_recursive.

2011-09-01  Andras Timar  <atimar@suse.com>  [afac5725dc27c54823e48c582d9f65bdcae8127f]

        correct description of Czech dictionary pack

2011-09-01  Andras Timar  <atimar@suse.com>  [de3aec237a2b005017d4c9a7121e65efe28fb8e6]

        add European Portoguise dictionary pack

2011-09-01  Andras Timar  <atimar@suse.com>  [b325ea0165adbd9ec31e007805d6e790be2d64e1]

        add Arabic dictionary pack

2011-09-01  Andras Timar  <atimar@suse.com>  [ee3b2614485740f6d329874e4bb30a1a0141368e]

        merge 3 dictionary packs into 1

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [b34011ae33e9d73482e24babbd07ce46eea298e2]

        disable debug output

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [cd9934dec168c1cb8411b4a6e583841bf7afe7d3]

        support TPROD, TCOPROD for .docx math export

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [a3b2fdcde2c577495b88941e56d4cd2aa82034dc]

        revert accessors for SmUnHorNode, factorial has it the other way around

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [cd0f9f31a2eb400e4b028eaddbf9b16d94ad5572]

        implement support for limits to .docx math export

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [9ff870f1cbfbcb822a03ff7073bba1d54f9756ab]

        fix incorrect tag name: m:char -> m:chr

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [42c1d4066424ae4fcaeada9dfb6d36e4b768af4b]

        more work on math accents export to .docx

2011-09-01  Luboš Luňák  <l.lunak@suse.cz>  [9c1da5eac9adadcac08c6397c2075c18016b0e5a]

        enable NSPECIAL handling for math .docx export
        
        I'm not quite sure what it does, but mathtype export has it this
        way and it doesn't look like it can hurt.

2011-09-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ca2568e30a5a9154dc17bdc2efed4e2cf3027885]

        fdo#40344: reverted commit 6f7bd9
        
        The tweak had side effect and is now useless with the new way of
        painting the separators.

2011-09-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [093087968725584087dda01801a5355c98591310]

        Header/Footer: separator drawing changes
        
        According to Christoph's ideas, here are changes to the separators:
          * labels moved to the right of the page instead of the left
          * the label background color computation has been improved to handle
            more cases
          * the separator line has been removed when there is a header or footer
          * the label is now sticking to the bottom/top of the header/footer

2011-09-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b3e76f13909dbfeef46e74b590fab8d4f1d581b6]

        Skip activex when not building with MSVC

2011-09-01  Radek Doulik  <rodo@novell.com>  [dcb9d674c898d33f1895871c38ec308a460e9400]

        make sure we stay in array bounds

2011-09-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [62a25cad6304265689ef25fae9973f101d9fb9b7]

        Uploading libwpd-0.9.3

2011-09-01  Andras Timar  <atimar@suse.com>  [f2d97ff3bae3993d6c1cae911fe53710fba19d0f]

        update gdocs extension and fix the floating toolbar problem - bnc#714876

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [586e39352a99508d0023a5958b50a5189b196e82]

        resync list

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [0a90cb6510a0d6e1889569035ae78085637c9133]

        micro-opt, just use memset

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [822a77a0c33be1a58140c8a2dcec2a02ef0cc5e7]

        ditch x_rtl_uString_release

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [23854ea235ef32232f34c6ff121f005310f8c01b]

        refactor x_rtl_uString_new_WithLength to be consistent
        
        i.e. change x_rtl_uString_new_WithLength to always create a rtl_uString
        with ref count of 1, like rtl_uString_new_WithLength, so requiring:
        
        either the explicit use of rtl_uString_release or
        passing ownership to an OUString via OUString(pStr, SAL_NO_ACQUIRE)
        which will do the same in its dtor

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [5e51cc84d9a9885cc081dd409697244dcd7a67c8]

        these don't actually take ownership, just copy and leak original

2011-09-01  Caolán McNamara  <caolanm@redhat.com>  [5ba602cbf06a51c8889a3e6357442d32ffb792ab]

        callcatcher: another layer of unused

2011-09-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8c221c8cadca43c3113f40c708e6afbafbc9d309]

        Upgrading libvisio to 0.0.6 - End of GSoC2011 state

2011-09-01  Andras Timar  <atimar@suse.com>  [ae4ad0eabe36c4df524c99ae4dc509c0bd36c0c6]

        extend branding options in configure

2011-08-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [886762160996dfa3fee07cf135e53dfe952ed298]

        Switch to for loop and reduce scoping level.

2011-08-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [9a29ac7b485ae681eede9362496b14c62dc2e57e]

        We can remove this scope too.

2011-08-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [7312939f953e00237b524da17351cf4a38a1ba2b]

        Removed unnecessary scoping.
        
        The if condition is true, the method simply returns.  There is no
        need to have this else scope which would increase the indent level
        for no good reason.

2011-08-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [6af23840bbf5be90b617f7e63deb074359e3e8a6]

        fdo#40466: Make sure we have the same numbers of URI's and Id's.
        
        This caused an immediate crash when trying to import xlsx documents
        with charts on Windows.  No idea why this didn't crash on Linux,
        even valgrind's memcheck didn't pick it up.

2011-09-01  Khaled Hosny  <khaledhosny@eglug.org>  [6825533b8d93f92a66558a9b6295003ceba52917]

        Don't hard code joining type of Arabic characters
        
        * The joining type is defined in the Unicode character database, so we
          should query that property instead of hard coding some code points.
        * Use Unicode Joining_Group.
        * Instead of hard coding code points for character groups, we can use
          Unicode Joining_Group that provide the same categorization.
        * Replace simple one line functions with macros.

2011-09-01  Khaled Hosny  <khaledhosny@eglug.org>  [3364fefe1e2dec522211040f2f9ea37bf5cd7466]

        Fixes fdo#38683 calculation of interline spacing on unx platforms
        
        The current calculation of interline spacing is fundamentally flawed, at
        least on "unx".
        
        The implementation of ServerFont::FetchFontMetric() in gcach_ftyp.cxx
        does the following:
        * gets ascent/descent from FT_Size_Metrics which is fine
        * sets internal leading to the value of line gap while this should be
          the external leading
        * if the font has an OS/2 table
          - recalculates the metrics based on WinAscent/WinDescent which is
            absolutely wrong as these metrics should never be used to control
            line spacing
          - external leading get set based on a combination of metrics from HHEA
            table and WinAscent/WinDescent
          - for CJK it "adds half of the external leading to the ascent, the
            other half is added to the descent" because "the line height for
            Asian fonts is too small", my reaction reading this was "WTF!"
        
        The main problem here is that OS/2 Win metrics should never be used for
        controlling line spacing[1] and Typo metrics should used instead[2]. The
        Win metrics in the font are set to be higher than the highest/deepest
        glyph in the font, else Windows will clip portions of the glyphs above
        those values, for most fonts Win and Typo values can be the same, but
        for some special fonts that have very big glyphs like Neo Euler[3], XITS
        Math[4] or Cambria Math the Win values are much bigger resulting in huge
        line spacing, see attached screen shots. #38683[5] is another example of
        problems caused by this.
        
        The attached patch is an attempt to bring some sanity to the situation:
        * external leading = height - ascent + descent (line gap)
        * internal leading = ascent + descent - EM_size
        * if the font has an OS/2 table typo metrics are used
        * no need for HHEA stuff as freetype derives its size metrics from it
          anyway.
        * removed the bogus CJK stuff
        * removed check for freetype < 2.0 which we don't support anyway
        
        This only done for 'unx' similar work is needed for 'win' and 'aqua',
        but I'm not familiar with these platforms and can't test on it.
        [1] http://www.microsoft.com/typography/otspec/os2.htm#wa
        [2] http://www.microsoft.com/typography/otspec/os2.htm#sta
        [3] https://github.com/khaledhosny/euler-otf
        [4] http://en.wikipedia.org/wiki/XITS_font_project
        [5] https://bugs.freedesktop.org/show_bug.cgi?id=38683
        
        Mail in archive:
        http://lists.freedesktop.org/archives/libreoffice/2011-August/017287.html
        Screenshot attachments:
        http://lists.freedesktop.org/archives/libreoffice/attachments/20110829/7d829a4b/attachment-0002.png
        http://lists.freedesktop.org/archives/libreoffice/attachments/20110829/7d829a4b/attachment-0003.png

2011-08-31  Takashi Nakamoto  <bluedwarf@bpost.plala.or.jp>  [149ff3ecc1d4a37b552eda7f363cf897e42f7ee5]

        Escaped non-ASCII characters from source files in pango
        
        Building pango with VC++ 2008 Express Edition on Windows platform where the
        locale is Japanese (or maybe Korean, Chinese or others) fails because some
        files extracted from the pango tarball contains non-ASCII characters. This
        change escapes those non-ASCII characters with "\xff" expression.

2011-08-31  Takashi Nakamoto  <bluedwarf@bpost.plala.or.jp>  [f64c2d59704175940c3451fd28e3166f0f4d6e7c]

        Escaped non-ASCII characters from source files.
        
        Building libxml2 with VC++ 2008 Express Edition on Windows platform where
        the locale is Japanese (or maybe Korean, Chinese or others) fails because
        some files generated by test tools in libxml2 contains non-ASCII characters.
        
        This issue is originally reported in OpenOffice.org community (issue 93433)
        and a patch is provided by tora, but it has not been applied yet. This
        modification is based on the patch and adapted to the current LibreOffice
        source.

2011-08-31  Matúš Kukan  <matus.kukan@gmail.com>  [2f44516d6c3fce6ebe372214ce4bfa11875bd3d1]

        unusedcode: remove various classes

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [6a1486fd2c446624351f34a00be099fbeba040d3]

        update list

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [a434088adf6c93b7e70f7a864c1a86edff3fd641]

        Resolves: fdo#40516 missing : on line 52

2011-08-31  Joseph Powers  <jpowers27@cox.net>  [41449a86c459746061931d609341c0db3ec276a0]

        unusedcode.easy: slideshow::internal cleanup

2011-08-31  Tor Lillqvist  <tlillqvist@novell.com>  [fc2661c50bccc223175f04674a786191478d2ba1]

        Don't allow the "LO" abbreviation

2011-08-31  Laurent Godard  <oooconv@free.fr>  [09f9c1f7c24fff88d3632da795467aa06fdcb68f]

        allow LibreOffice reference in IDL @since tag

2011-08-31  Allmann-Rahn  <allmann-rahn@ubuntu.ubuntu-domain>  [8b11173f34bcbd5c27c1842e65ef3ab91bb24019]

        Translated German comments, removed redundant ones till cairo (incl.)

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [930e38e16329e4a81dc2dcf185d44a752fbfbf7f]

        add details to message as to what failed

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [cbbc215285a636a470a8f7feed59a273050b8010]

        regenerate list

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [fc2a986cc392f02a1cd01cfec2c50416f25b4f03]

        ImplDdeService is for windows only

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [8cc80e117c9ef11d04075ff081a8b9f5ee47af66]

        rename screwy operator++ to advance

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [8e3ef76ccf9477289db86f503a48232c524f48ad]

        bah, three-way merge screwed us

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [d88ba9af3546973355ff3d6f40bc1243b15a8656]

        rename this odd operator++ to just 'advance'

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [b8eec102530c755a748957ee313f6b6112c9fcd1]

        just add it wholesale

2011-08-31  Tor Lillqvist  <tlillqvist@novell.com>  [efd7511302f4a16abbe60959e6a2618d2e231d9f]

        Need to link with COMPHELPERLIB now for getToken at least

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [2715e0482323f6f2b7369761b700c1a0b9a5c974]

        rezip bg standard.bau to get correct checksums

2011-08-31  Laurent BP  <jumbo4444@yahoo.fr>  [c2f9ddfb7fd967ac785253105bd01cb2674c1682]

        Resolves:fdo#40499/#i75665# remove italic from autotext numbered formula

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [a967c049a5e6e027850fbbb40a7231ee71551c91]

        may need comphelper here

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [67f32c6b63e46afbd69fa1b652ab9522037b9d6e]

        ByteString->rtl::OString

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [0aeacaf4e8be61091b578d96d5f540cd81f84d2b]

        various unused code

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [f267b791f8eb9b32442ad98613a491737e3fc334]

        skip solver dir itself

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [d9a749ac97f77d61896c85181dfa4e5d7c1b3782]

        debug code isn't going to cut it

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [db0a8b380ba47d887ccfc33d2a020fdf659ebf33]

        sync

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [3b2e2d1e6929634d00a73dda8784a6b3a271ebcc]

        callcatcher: chop, hack

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [6934db93b6c16041fc1e54c8cc2c93b5059d6b32]

        and none of this stuff is actually used anywhere now

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [de396b336a6a8ac8483ab4661c1effdd4890dcd8]

        so nothing left that calls InsertList

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [922b8a498ecfa7098cbf587abe00e3f4e6987d68]

        only thing left that calls FillSubList is itself

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [bbf17fad476b9f05e12e0e96e93070e51e0facce]

        only thing left that calls FillListObj is itself

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [47a81f3de584b91579491999577227ff90a247c7]

        only thing that calls FillList is itself

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [8de61c9fb6a4c3be54b51c575fcffcec2067e090]

        grabbag of unused code

2011-08-31  Caolán McNamara  <caolanm@redhat.com>  [5131e0be31afb8d7686483fd5552b10cecd1c5f0]

        catch by const reference

2011-08-31  Andras Timar  <atimar@suse.com>  [d47c227f4d5d62bdf61027aa1527a406b3d4fbbd]

        add Breton dictionary pack to install sets

2011-08-31  Andras Timar  <atimar@suse.com>  [5215b40989fd4027f6e2c5e1b61598a751a45786]

        Update JLanguageTool to version 1.4.0

2011-08-31  Tor Lillqvist  <tlillqvist@novell.com>  [dd854e5027d3cf66c6a87a51bf0d429d9550040b]

        Do run make_installer.pl also for WNTGCC (making an "archive")

2011-08-31  Tor Lillqvist  <tlillqvist@novell.com>  [c477ad1858a35a81666debbce66e7fca68b01483]

        Work around compilation errors with mingw-w64 and --enable-debug

2011-08-31  Tor Lillqvist  <tlillqvist@novell.com>  [5166d6ee7e7ab9709d3b4069c7bb828608ef0194]

        Minor update to the Windows autogen.lastrun sample to match mine

2011-08-31  Kohei Yoshida  <kohei.yoshida@suse.com>  [4580e570bd8ae86b509c7d566e4ff4b144fa8ed4]

        Tell RootAccess when Components instance is destroyed.
        
        This is to avoid RootAccess instances, which are ref-counted, to
        avoid accessing the Components instance, which is a singleton.
        
        The problem may arise when shutting down the entire app where it's
        entirely unclear whether the RootAccess instances get destroyed first
        or the Components instance does.  In fact, on my Windows XP environment
        this repeatedly caused crash-on-close issue which would lead to "DDE
        server error" Windows system error dialog popping up afterwards.

2011-08-30  Joseph Powers  <jpowers27@cox.net>  [b19dcd453aad3a43331141adc7e859a840bbfc4c]

        Cleanup some of binfilter XPropertyList based classes

2011-08-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [5c304bb5785aa1cb5806fdbd4a4f3e443c56365e]

        Make configmgr buildable with debug=true.

2011-08-30  Joseph Powers  <jpowers27@cox.net>  [d4ee7505e285af5086acd8ea61cf640f89b7d96d]

        Removed class binfilter::XDashTable

2011-08-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [eefb4c7b8ba1a225d313c7e1b5e88beaf66bc9b4]

        partial revert of 01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c which was buggy

2011-08-30  Stephan Bergmann  <stephan.bergmann.secondary@googlemail.com>  [8d6d6bd8bd86aa54cb425241df54bec72e12383e]

        Fix to create autogen.lastrun for a single argument case.

2011-08-30  Julien Nabet  <serval2412@yahoo.fr>  [01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c]

        Some cppcheck cleaning

2011-08-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [8bf60230255e0e8da66cafff578f148858cee4ca]

        Adjust the dialog size to make sure the bottom text is visible.
        
        This ensures that the bottom text "Drag the fields from ..." is
        visible on all platforms.  Previously this text overlapped with
        the data and row field windows on Windows XP.

2011-08-30  François Tigeot  <ftigeot@wolfpond.org>  [61a245945f2086817fc7a0b400b2f2f2d861e5f2]

        Target directory is now directly under solver/

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [469f8f4980d63e3580709d3e08f324cec5722b12]

        Work around compilation errors with MinGW and --enable-debug

2011-08-30  Miklos Vajna  <vmiklos@frugalware.org>  [a466ed042081f157418b3d0e525a97f147346ec0]

        make clean: $INPATH is now directly under solver

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [3d2b643c3c9c3185bc1b7efaef466ec681a9608c]

        implement math vertical brace export to .docx

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [5425c4a08e6428c50d22bdc54a852b8a49fbc620]

        I'm too lazy to count, add comments

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [198b1c528c6a55adbb84c4e97def4b0b6bccd5a7]

        helper to simplify horrible string conversions

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [41fae7dc55878a49571888aff3c29a36bddb834d]

        implement math braces export for .docx

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [bf33a26a1a29f33532289f55a9c87930f534ae4e]

        improve comment about SmBrace (body can be expression for abs{x})

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [a32fe391c25bd0f4db7727eb9085e4b0df70682c]

        implement NBLANK export to .docx

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [d1359c4d6ee6562137a5fbd5c95032a9a812314c]

        implement .docx matrix export

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [61b1fb0f42f51235bb0b92da30c0d4e2d6297960]

        more generic m:nary implementation

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [3c923d989fffb77a88d0e754c9a7fe7e0901c67f]

        implement math .docx support for integrals and limits

2011-08-30  Luboš Luňák  <l.lunak@suse.cz>  [f7d71e379edf2c29d53182458342d7a5ce1446d6]

        fix comment about children of SmOperNode

2011-08-30  François Tigeot  <ftigeot@wolfpond.org>  [dec4bf14c823c29ef39fe55bc5afc2a19c91738f]

        Remove the almost always empty '350' directory
        
        It's better to use two completely separate source trees than to try to
        build two different versions of LibreOffice in the same one

2011-08-30  Jan Holesovsky  <kendy@suse.cz>  [0200988f12d0c41263e39aaa89db61eb19b96c06]

        libxmlsec and xmlsecurity do not have to depend on moz, nss is enough.

2011-08-30  Jan Holesovsky  <kendy@suse.cz>  [291b85778669b4e4e276faab22add9d0e80046df]

        Build our mozilla (module moz) against the nss we have built anyway.
        
        Reduces the build time of the 'moz' module by 30% or so.

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [a44712b810eba7ba3032c9eb15441997b064d846]

        resync

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [7188a117be8ce2916f7fd9e85a4aa1ed6ff36f83]

        Use --kill-at

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [48cc828b1f8c49b7dcf45149d3e5726213c64ea2]

        Don't error out if we can't detect shared MinGW libgcc and libstdc++
        
        It might be a false negative, or something.

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [1a777329e8a49bc4b2cf9c0e60397588197c3ca7]

        regenerate list

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [8fef2fef0349d3f21a8c9bfd0f99c72e8b85a9de]

        WaE: unused variable

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [98f246d83db8f1a3e90dd794f48c390593a3ef62]

        ByteString->rtl::OString

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [8fd3e7c09177a856fb9ba6de0e42af5d12b67652]

        callcatcher: chop, hack, slay

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [2f5856b20d4dc8e9092052b376455d950c968a12]

        WaE: dbglevel=2

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [a3069b81127c691fea839b0516097da4f397d028]

        WaE: debug=t

2011-08-30  Caolán McNamara  <caolanm@redhat.com>  [f398f7cab76367847e15fbf95c7abd721a69428d]

        ditch a few more

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [bf3ff35d8c96315c35cf8dc8495be4b488b55cb6]

        Adapt for MinGW cross-builds
        
        Adapt some of the DLL names to match conventions we currently use in a
        MinGW build. If those are changed to be exactly like when built with
        MSVC (for SDK ABI stability reasons), will have to change here, too.
        
        Bypass stuff that we can't build with MinGW when necessary. Should be
        synchronized with the corresponding makefiles, obviously. We can't
        currently build the Explorer extension or MSI installer custom actions
        with MinGW due to lack of some required headers and/or import
        libraries.

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [bf6c17c7f3fb97b0bd941e93e739dfa3db5eaab6]

        Why would we want to copy *from* solver to the module out dir?

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [e081225623ee71557d28afe9a1fbeeeb80faa798]

        Tweak some DLL and import library names in the WNTGCC case

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [c908467f098bf1e8be7c5d7fddaf66c5506675af]

        Don't check makecab version when cross-compiling

2011-08-30  Tor Lillqvist  <tlillqvist@novell.com>  [41c2fc546a96e7ea8b7850086cbeb072a989e395]

        Look for and deliver shared libgcc and libstdc++ for MinGW
        
        Also remove mingwm10.dll stuff. That is an obsolete DLL not used by
        current MinGW, says Fridrich.

2011-08-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [711abf15b1391a143998fbc0ec8c5b9378ac62f7]

        String / bool conversions for ScTableLink.

2011-08-30  Kohei Yoshida  <kohei.yoshida@suse.com>  [3c2a26c84e70fd996855181d319970e2230b2459]

        More string conversion around ScDocumentLoader.

2011-08-29  Joseph Powers  <jpowers27@cox.net>  [382ac86a3ab9ba105aa3e469566b7cd86c6ca39f]

        Remove the now obsolete XPropertyTable class
        
        XColorTable was the last class using this code and it's now based on
        XPropertyList instead.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [9914f6402909edbe5ce461307f4d26bcd864eacc]

        More string & bool conversion.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [70ee109a4f61277b876e3975b75056b41db0eeba]

        sal_Bool to bool.

2011-08-29  Kohei Yoshida  <kyoshida@novell.com>  [3f848490c2e0e3bad28a7911431baa98d6b53972]

        Unused data member.

2011-08-29  Kohei Yoshida  <kyoshida@novell.com>  [44d6b727ad0df7905c6404d5d326fa2c863b159b]

        String to rtl::OUString.

2011-08-29  Kohei Yoshida  <kyoshida@novell.com>  [d8acdc5fa8d688087d453b7c2bad6cf85af73745]

        Some cleanups & removed lazy macros.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [a74bb447e6ff702db7e9f5fdaf897858ff1190fc]

        More on String to rtl::OUString.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [c6d99ac2e37fac45aa0a33e00232d9f1572b766d]

        String to rtl::OUString.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [63e3fb44178f9e00c0e8d37c957fd55643fa9c4a]

        String to rtl::OUString, and I forgot to commit the new headers.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [ac991693db02ec6ede3585ca6ae22f087fe7d48d]

        Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.

2011-08-29  Kohei Yoshida  <kohei.yoshida@suse.com>  [62a85c8bc23a97aeb272536903dd7482c44aca0a]

        sal_Bool to bool.

2011-08-29  Kohei Yoshida  <kyoshida@novell.com>  [c58fd0b0962aab7f9bb37f97fdc569edf80ca385]

        sal_Bool to bool.

2011-08-29  Kohei Yoshida  <kyoshida@novell.com>  [e7c76b30bd2ef802ce08f8739eac186253c79696]

        String to rtl::OUString.

2011-08-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a6adae16d96d78cb5b54de7bcc14d2b3ce48ae77]

        don't crash when loading basic IDE

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [26e9dfea9abee8a53eefcc42a648c06fcff19d49]

        I don't think we need to explicitly link with libstdc++ and libgcc
        
        Surely these are linked to by default anyway? Is this just old cruft,
        or specific to OOo's use of MinGW on Cygwin, and not needed with a
        modern mingw-w64 cross-compiler? Let's see...

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [268cfa5cf4b4aa75daf79a0e3019f37e37746509]

        Fix MINGW_SHARED_LIBSTDCPP

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [4639374b16b3f9f32ece3e10cb5908b104bf2765]

        mingwm10.dll is obsolete

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [5007d5c54381c2f86f0e6a30d7a9931b4793da3b]

        MinGW cross-compilation improvements
        
        Make sure the MINGW_FOO environment variables get set and propagated
        to the build environment also in the MinGW cross-compilation case. The
        OOo code used to do that for MinGW natively on Windows (under
        Cygwin). (Which we don't intend to support.)
        
        Now, whether the *use* of these variables in the various makefiles etc
        is relevant any more remains to be seen. I suspect all that might well
        be unnecessary, as we after all are capable of cross-build the code
        using MinGW just fine currently with none of these MINGW_FOO being
        set.
        
        One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed,
        though, is in scp2. We presumably do want to include these DLLs (the
        shared libgcc and libstdc++) in the installation set, to the extent
        the scp2 stuff can be used still in a MinGW cross-build context.

2011-08-29  Matúš Kukan  <matus.kukan@gmail.com>  [6ecb780187cc45019d8a08ce60eaca98e3fd8c3c]

        use -D$(CPUNAME) for all platforms also in gbuild

2011-08-29  Matúš Kukan  <matus.kukan@gmail.com>  [a6bea2c8f676efc653d15d777e8216127f998556]

        we are not using this GLIBC variable

2011-08-29  Matúš Kukan  <matus.kukan@gmail.com>  [e92dd410fd15fcb291386a0cbfc1d6247b1fc26b]

        We do not need to use GLIBC here

2011-08-29  Joseph Powers  <jpowers27@cox.net>  [79fee152187615ce4735883ab5d5347e34de4e60]

        class SvxUnoXPropertyTable no longer needs to support class XProprtyTable
        
        It was supporting both XPropertyTable & XPropertyLis. XColorTable is now
        based on XPropertyList and it was the only on that was based on the Table
        class.
        
        TODO: we might be able to remove some of the "if(mpList)" statements; this
        needs more research.

2011-08-29  Joseph Powers  <jpowers27@cox.net>  [10938788cee4387b2c8ada8b127142c8eef754b3]

        Fix my bug: XColorTable is based on XPropertyList not XPropertyTable
        
        I should have changed this in the "rebase patch".

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [c142263e267028f14903ae4eecbe533e80a5afdf]

        resync list

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [48b51d2f6b5a984271da9a5b717ea8ab4a1366ac]

        WaE: dbglevel=2

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [60e5f3b7c5024b7aa365abf46b2927aaaefb4560]

        WaE: dbglevel=2

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [cdaf58fb9ac7d5c8b923c60a58f5e47721e8a01b]

        bah, extra lib needed

2011-08-29  Joseph Powers  <jpowers27@cox.net>  [bbbc20bd5f4ca5ff726667869b7b7537606b2a77]

        Rename class XColorTable to XColorList
        
        The class is now based on XPropertyList instead of XPropertyTable and all
        of the other classed based on XPropertyList are named X..List.

2011-08-29  Joseph Powers  <jpowers27@cox.net>  [7d7f4769b0375f64f43fe7fbc6a1129f53bbdf51]

        Rebase XColorTable from XPropertyTable to XPropertyList

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [55240e889b859110ea3f1cbf1b9671f1a52e3014]

        WaE: in debug=2 mode

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [8b5a850b04060ff8f392a8da883eebb3aee4128c]

        chmod -x

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [0b1b496c0bf112d5b19979e6f48f66bf68a846d2]

        Add comphelperlib for isdigitAscii etc
        
        Despite these being marked as inline, needed when linking at least in
        a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC.

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [54deba6fccda9facd9dce25b15391a05dd9f009e]

        Fix syntax error

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [7c658039e89e0dc7ec46236b8eb3b207e0c8d9e8]

        fix this up, revert using comphelper stuff, but modify to-dos

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [c565e0c6414766e93ae6861955edf135365f9860]

        Need to link with COMPHELPERLIB for isupperAscii etc

2011-08-29  Dmitry A Ashkadov  <dmitry.ashkadov@gmail.com>  [87eb8f8ee8f92c78ef65af1cafd266528da089e5]

        Polyline improvement for Windows
        
        I tried to draw polyline.... But on Windows... the end point is not
        drawn... the main problem is WinAPI LineTo() function. MSDN says:
        
        The LineTo function draws a line from the current position up to, but
        not including, the specified point.
        
        I think WinAPI Polyline() function uses LineTo() to draw a polyline. I
        see a hack in VCL module in WinSalgraphics::drawLine(): "we must paint
        the endpoint" But there is no such hack for drawPolyLine() function. A
        possible solution is same as for drawLine().

2011-08-29  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [bcc461789442cc38df2801b38dc1161d2940fba6]

        Added SwPosition, SwPaM gdb pretty-printers

2011-08-29  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7c4b75cfeabb988ba975283fa58a53cb3b67bd8e]

        Ignore pyc files in git

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [a8dcd07c9226d4c97ca32e50363697708ba2b227]

        Make it compile with MSVC

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [c5a15ea48c41e684001779da568e3ee31ddefdfe]

        cppunittester::LibreOfficeProtector/LibreOfficeProtecter confusion

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [e56adc14dc736d19288ffb3f413238ba92f2df0a]

        use standard copy-ctor signatures, assignments, etc

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [d1340a6e4d7659a1a1f0fa6bcd57c28cf38e8fe7]

        WaE: unused variable

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [3fed9f3b46ecf5e7bcccb6a04311621860fbafbe]

        fix typos and includes

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [3829892dbc5475a49250729541be369ea9532d28]

        merge together 5 or ascii isalpha/isalnum/isdigit implementations

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [de82a40f84c69081a517617989c344ec9597cb45]

        callcatcher: drop various unused methods

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [313332e76bd17c0a5a6bd67c0abc467877948a3a]

        various centralized isFOOAsciiStrings

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [3422a02b5e9bd3a50518198c6ae9a9df0008edac]

        tweaks to analyze .a archives

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [c844a896f054646b1e829b58c9743b5332f7854f]

        bah, forgot about callarchive

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [11de7bc8c8091a434b046cb8377b5d9d06ca97a5]

        deconfuse this api somewhat

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [3be40d96b7a14fb515f9f1b477cabcf96e6d469c]

        ByteString::GetQuotedToken isn't actually implemented, remove from api

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [e61f4e4636be0abbf2f623b877254d386617eb8c]

        reduce ByteString IsAlphaAscii unused now

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [0ab7b0f6e724a3a5a7eadf79f9efc71e0fc1acf0]

        tweak for change

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [5c3424f471f4683a8bfb6ee774ddb4f20cb17800]

        IsLowerAscii and IsUpperAscii are subsets of IsAlphaAscii, reduce

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [14d2a60053e30dcb7e6956637fe8d57d18563e3f]

        remove ByteString::IsAlphaNumericAscii and refactor a bit

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [65302eb1bed16db8f06cbb048d03ba6d644b3fb6]

        ByteString->rtl::OString and destupid-api a bit

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [fa19c5ec0844456a485cb7eb4a64f9d9c6d678bf]

        callcatcher: various

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [fea6627b6170a2921d3cac228f857c8bf9f70def]

        honour AR the same as CXX/CC

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [012072ebd70a2180918864818f522944e46adf07]

        valgrind: various unused code

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [eb71f3d572b6e1c24a072bd2fcd9c29e08113d32]

        callcatcher: debug-only and unused code

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [aaae59cbf20136b76c9019a9cbc6766b1e0111b3]

        looks a bad idea to have asymmetrical const/nonconst 'at's

2011-08-29  Caolán McNamara  <caolanm@redhat.com>  [67785b74497b96e1ba95279ed63e04278d8e1baf]

        WaE: unused variable

2011-08-29  Miklos Vajna  <vmiklos@frugalware.org>  [e4278fa98956f98519270b9bb74d59a799243ccf]

        autogen.sh: don't touch autogen.lastrun if it already exists

2011-08-29  Tor Lillqvist  <tlillqvist@novell.com>  [a647a54cd1832582d3ebbe47adf024fed9f9ec0b]

        More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds

2011-08-29  David Tardon  <dtardon@redhat.com>  [10f30ae4c8f007e69c9bb455d6c7ec9036132f3f]

        ignore obsoleted builddirs

2011-08-29  David Tardon  <dtardon@redhat.com>  [298e9a2b7ed34b7fa0e8973ca16138acbba60fc9]

        ignore compiled python objects for gdb pretty printers

2011-08-29  David Tardon  <dtardon@redhat.com>  [cd379e01c35d025143d6b0f28ef92b8ab6caa5d0]

        use SAL_N_ELEMENTS for table size

2011-08-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [f5d72dd4ac63c3da4f7a15efec653041c736b383]

        clean-up work files

2011-08-28  Jordan Ayers  <jordan.ayers@gmail.com>  [33a9d32107d35f8995caa2f6182427202fec17da]

        Remove unused perl function.
        
        Remove installer::download::create_tar_gz_file_from_package, which has not been used
        since the integration of CWS rt30_DEV300 in 2008.

2011-08-28  Jordan Ayers  <jordan.ayers@gmail.com>  [f64ca4c4273c2c281519020e1af7c70fe1d4cee2]

        Perl cleanup: Remove unused local variable.
        
        Remove an unused style copy per registry entry that was added to
        installer::windows::registry::add_userregs_to_registry_table()
        as part of the integration of CWS jl67.

2011-08-28  Jordan Ayers  <jordan.ayers@gmail.com>  [a73b9fc0e2cccc240cadf40d6566fa15c46f70b7]

        Remove some unused perl functions.
        
        Added in CWS nativefixer5, but never used:
        	installer::existence::filename_exists_in_filesarray
        	installer::existence::filegid_exists_in_filesarray
        Added in CWS native222, but never used:
        	installer::downloadsigner::logfollowmeinfohash
        Added in CWS newscpzip2, but never used:
        	installer::converter::convert_hash_into_array
        Added in 2004, used for a month, then dropped from usage:
        	installer::converter::get_number_from_directory

2011-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b56108b3fb8e7e2a6d2650920c8fda3586a040d5]

        some additional sal_Bool -> bool in sc/source/filter/xml

2011-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0294fa0ea81ab4b9625e5e8f0513ce94ea3217d7]

        some more sal_Bool -> bool in sc/source/filter/xml

2011-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [49a96397da5e20c695e2972b5964da957724ef5e]

        sal_Bool->bool in xmlcelli.[ch]xx

2011-08-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6222d47081ff28ad253265dfd138095c991c867a]

        some initial refactoring in xmlcelli.cxx

2011-08-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [3ea37ac7005c64f378756a5dbc3fbfbc3bf8b053]

        touch autogen.lastrun to make sure that such file exist before make

2011-08-28  Joseph Powers  <jpowers27@cox.net>  [c8ca15c1231049143fce09a3456c11cba0a7a31d]

        Remove class XLineEndTable from binfilter

2011-08-28  Joseph Powers  <jpowers27@cox.net>  [90fda2dc33b314a4b50af4c4673d5e315ee9ce7f]

        Remove class XLineEndTable

2011-08-28  Joseph Powers  <jpowers27@cox.net>  [f30e47182f0898e82dd745ad215d0c8b3951c93b]

        Remove class XHatchTable

2011-08-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [5c0b472433b2ed457c59646f7cdf32714553901b]

        remove debug-traces

2011-08-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc28f1945c0716e7525813c662a21bf210a8fe5e]

        mishap in ./g, issue with links creations

2011-08-28  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [202557da3c4f1cd57f46a4ba1c9d74e7b4d1c2db]

        Also build cairo on Windows if directx disabled

2011-08-28  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [6fdde9acfd5aebd23400e7101c8ddff80fcdd8fa]

        Recover a condition which lost with merge

2011-08-28  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [5ef39aa41251824ffc6d03dab40e37e0d0b4534b]

        Add build_error.log to .gitignore

2011-08-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [461074b5c0534cae3473c504f09b937a301e68e6]

        disable po handling for the core git-hook

2011-08-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [b216943255ec64463b62da9f34cae4278957cc6d]

        add ./g -z to just refresh the hooks and possibly other housekeeping

2011-08-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [71e5200756bb73f69a4951ea89f85824edfdd31d]

        use translations' own hooks. update the hooks after the clone/fetch/pull

2011-08-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [76c1ec0caa956a37c28c4fe395c6554f70c55172]

        language check in configure.in was causing command line overflow issue

2011-08-28  Mohammad Elahi  <ElahiMohammad@gmail.com>  [b470e596db5b58aed9cf9fd6b90045ab4940c054]

        Add numbering type in persian word.
        
        Numbering in localized persian word is useful in some areas, at least
        for me it is necessary. Since it is not trivial a function and table
        is needed.

2011-08-28  Mohammad Elahi  <ElahiMohammad@gmail.com>  [9e1b651db768667ab7f87d66a225ea008b4bd811]

        Add numbering type of arabic abjad sequence
        
        A localized numbering type base on arabic abjad sequence is
        added base on a table.

2011-08-27  Kohei Yoshida  <kyoshida@novell.com>  [7c3efe8b1ec847d36ef3bf3b4f98833b30a4655e]

        Extracted a common code block.

2011-08-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5386d695cfafa83c7de608efcd894ec565a98b4]

        need argument by reference here

2011-08-27  Tor Lillqvist  <tml@iki.fi>  [d372bdadb9be4bd5ecbbe4da960d6beb3c7e06ed]

        Updates

2011-08-27  Tor Lillqvist  <tml@iki.fi>  [063a37930799b5b487e03525896f98af9cb53232]

        Bypass stuff not built for iOS and non-desktop OSes

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [8a59e50a495f13e1f581c55068fccda8698803eb]

        I forgot to increment the DB collection position.
        
        This fixes infinite loops during pivot table layout dialog
        initialization.

2011-08-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1932c3ce0c498afed30d28efc88d820dcb4553a2]

        don't use macro here

2011-08-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [888a4519c30bed7ca9896f367d5d48fae96bae2d]

        fix debug build for now

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [69841530937c5a110bd37fe7c0c600a19551ed07]

        String to rtl::OUString.

2011-08-26  Jan Holesovsky  <kendy@suse.cz>  [f952331f0cf11f624d1df7c1c5a7468c16ffdc82]

        Remove unused parameter.

2011-08-26  Jan Holesovsky  <kendy@suse.cz>  [9c7e4d87c327ad929992b0a0ff2e70f156de5ff8]

        Move the header that made setup_native depending on sfx2.

2011-08-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [264807564156f343380069171d3c8e7448bf907a]

        translate some comments in ScPrintFunc::DoPrint

2011-08-26  Tor Lillqvist  <tlillqvist@novell.com>  [eefc25d1d2eccf04571b8204663d91e61cb5f7f0]

        Bin USE_MINGW
        
        Its alternative values as used by OOo is irrelevant to us as we don't
        intend to support building using MinGW on Windows itself. To us, MinGW
        always means cross-compilation. For us it is enough to look at
        $(OS)$(COM), and WNTGCC always implies cross-compilation.
        
        (OOo on the other hand attempts to support use of the Cygwin gcc with
        the -mno-cygwin option (which is practically considered an obsolete
        option), the normal MinGW compiler (but still from Cygwin), but not
        cros-compilation.)

2011-08-26  Matúš Kukan  <matus.kukan@gmail.com>  [933d898b10f0c71fedc882ac2f2adb258d8b5994]

        unusedcode: SvxEditEngineViewForwarder class

2011-08-26  Thorsten Behrens  <tbehrens@novell.com>  [dcb783a8546b760f0807a73b52966c8f3d1428d3]

        Cleanup, and made svg animation export experimental
        
        Added the PagePos parameter back (to export single slide via API),
        some whitespace cleanup, and made the ecma script / animation engine
        only active via the experimental flag.

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [ee7239396401fff5115058259d686676074e8d22]

        Added detailed license notice to the embedded script and fixed a bug.
        
        The source code has been partitioned in separated parts according to the
        license the code is subject to.
        
        Fixed the following bug: when in index page mode you select the same
        slide shown before switching to index mode no slide is shown (all slides
        are hidden)

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [f4a08a55702231acd782ad827f9ef2c2a8bc64d8]

        Fixed a bug about exporting page number placeholder fields

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [6a74d13cc200a1177b48c5cd390d55eec4ee007a]

        new presentantion engine version adding support for several shape animations

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [964e60b0847186b8aee2218b97c1cc2bc9141761]

        a new method for exporting animations has been implemented.
        
        This routine invokes the same animations exporter used for exporting
        animation in odp format. To prevent the SVGExport object from
        destruction when passed to the AnimationsExporter constructor, a
        variable named xSVGExport of type Reference<XInterface> acquires the
        object pointed by mpSVGExport.

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [2ba4caca79923ffe6db3a07a59ba84886b43f84a]

        Now a unique id for each page and each shape is generated through the UnoInterfaceToUniqueIdentifierMapper class.
        
        This class is the same used for generating a unique identifier for pages
        and shapes when a presentation is saved in odp format.
        No change to the presentation engine script has been needed.

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [ac756a96b8fd6bd9177bfd1b4b01eff9e8ab2820]

        Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object.
        
        The old behaviour was to get the XMLSdPropHdlFactory object of
        SdXMLExport through a dangerous static cast of the exporter object (of
        type SvXMLExport). See method AnimationsExporterImpl::convertValue.
        This let the class AnimationsExporter to be used by any class derived
        from SvXMLExport.

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [8cac883fcdce6ba3f4881ef642534de6d1561c0f]

        moved header file animationexport.hxx from "xmloff/inc" to "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly

2011-08-26  Marco Cecchetti  <mrcekets@gmail.com>  [edb6e65cc9d1d8612da4f22b2cd4dbbe007c1918]

        Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [588329f5d2e4f7515380fc8b15d55a1d5c0cb16f]

        bool cleanup.

2011-08-26  Michael Meeks  <michael.meeks@novell.com>  [74881f6a87c260fa32bd3ba5489c6ce6f5b9caf0]

        export the source storage to import filter, to mirror TargetStorage for export

2011-08-26  Michael Meeks  <michael.meeks@novell.com>  [eb9531f9c01b5e3a823103c41bbb34905847b0bf]

        misc. comment cleanup, and non-exporting of symbols not used externally

2011-08-26  Michael Meeks  <michael.meeks@novell.com>  [d7e0e737c103ebc145cdf4c6afc182dafe0fcd47]

        add a helper class to do path resolution
        
        includes horrible lifecycle stack workaround for free.

2011-08-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [a6176612ff1a6a142a68964b2c0834d28125fc45]

        Header/Footer: Change the edition mode entering
        
        Single click on header / footer changes the edit mode. But double click
        is still needed to enter header / footer mode on objects flying on the
        main body to avoid mistakenly selecting them.

2011-08-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [89aaee9adad9d0ceac5a6a422b415152abe74e8c]

        Header/Footer: changed GetCrsrOfst to be able to pick up background objects

2011-08-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fe37a70e93db34a8124285a64ea62709c3b6043e]

        Moved a few bit-fields to booleans

2011-08-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [bfee324db63b79d0aea767aa9797fb8aebd3c4d0]

        Fixed SwFlowFrm constructor to initialize pPrecede to NULL

2011-08-26  Matúš Kukan  <matus.kukan@gmail.com>  [436179148b79060093118de4e02d5f67e9905c0a]

        Clean, sort and change RepositoryFixes a little.

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [71fcd819d59218f020faaa0b7f17b9235a609e49]

        catch by const ref

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [771def6aec5bbb1966f65e81cdf68afd94aa4b70]

        mirror postprocess logic in here

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [d82431543fe03a7e817fe329aca0ec11c7669c48]

        WaE: and migrate to rtl::OStringBuffer

2011-08-26  Harri Pitkänen  <hatapitk@iki.fi>  [3f43b02433b970cd36ee4c9249e425d6b1bd9fbe]

        Remove HTML 3.2 export option

2011-08-26  Harri Pitkänen  <hatapitk@iki.fi>  [b4052c88e4240070623f13ab130f41a703cf7b7d]

        Remove HTML_CFG_MSIE_40_OLD
        
        This export format has not been available in the UI but there were still
        a few references to it left in the source.

2011-08-26  Harri Pitkänen  <hatapitk@iki.fi>  [92a985e7c6a94ee02fd9131c4b382611f326989b]

        Remove extra #define
        
        HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere
        for clarity.

2011-08-26  Matúš Kukan  <matus.kukan@gmail.com>  [d0c301bba0b483c7ffef83fe93fa9658aa10bd44]

        convert package to gbuild

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [5e4c9fb9bbf12b40afbefb30e8d71d6e046b5bd0]

        Related: fdo#37195 migrationoo3 not registered

2011-08-26  Eike Rathke  <erack@erack.de>  [6f42e4d03b04204b7a864f3c5c9c03548f5e2392]

        fdo#40378 compile defined names that had unresolveds during load
        
        Dependencies of defined names must not depend on the order in which they
        are inserted during file load. In a second step compile defined names
        that had unresolved names during load, and only those.

2011-08-26  Eike Rathke  <erack@erack.de>  [0e735d61b2601392c2054188166b055bdc061d43]

        ensureCapacity on OUStringBuffer

2011-08-26  Miklos Vajna  <vmiklos@frugalware.org>  [319fcca010ceca3eacfd93e8768ae75008750127]

        OfaTreeOptionsDialog: no need to use a bool for a single iteration

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [797caeb095848b6b6936c22d5b0409da7810fbba]

        Resolves: fdo#40099 don't break incremental msvc builds on removed headers

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [66876a7117ece7902d546b35311c81762fe64ab9]

        callcatcher: some unused code

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [ae9c5dc3711b6e37b97cb2974fb8322a65cf7869]

        regenerate list

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [c7c62c71144d9758a5f1d5f33734d4025e31a920]

        oops, out-by-one idiocy

2011-08-26  Caolán McNamara  <caolanm@redhat.com>  [c9e6df76fffe84da7529d92cba7bb79e36d9cd15]

        Resolves: fdo#36678 move init that depends on parent to post-parent avail

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [133f98acf08a70ff6380ed47e21182a7abd850b7]

        In-line comment.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [ce3d5f9e8f02a722839ab6da4970bd54f6c846dc]

        Actually I can handle repeat horizontal alignment beforehand.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [66e216778eb0da5765ced3017926da23b3eac031]

        Actually there is no such thing as repeat orientation.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [475e0e4d214df3a34e0ca4ab98d8486cb69811a5]

        Removing bogus OSL_FAIL.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [5e8d7a164f27100ac6c0453a21dc1ca0b23aa66c]

        Shrink the method of DrawEditStandard().
        
        Now that we have dedicated methods for other orientations, we can
        simplify the logic of DrawEditStandard() which no longer needs to
        catch all cases.

2011-08-26  Kohei Yoshida  <kohei.yoshida@suse.com>  [8e260db5548d3440c3ba5c48acd4f55ed584ebad]

        We can't overwrite the orientation value here.

2011-08-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [dd15b93f5b3650ca6442d875bdbf27b26239a15d]

        Method for asian vertical orientation.

2011-08-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [073bebb7ffce60979dfbd6f5371da3e31329c714]

        Second if condition is always true when the first one is.

2011-08-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [11f382320afed27ee071312e44e651781be2e359]

        hasLineBreak is always true for stacked orientation.

2011-08-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [31a6fa9f934dbedcc7b29da4d6d76d2fbb553232]

        Separate method for asian vertical orientation.

2011-08-25  Kohei Yoshida  <kohei.yoshida@suse.com>  [2a7bad25ab6f0f7c6a459ba1aabff1084ee332aa]

        Fill EditDrawStacked().

2011-08-26  Miklos Vajna  <vmiklos@frugalware.org>  [120003152826b7450bbf384a9633c83dda4782c7]

        DomainMapper_Impl: send shape props to the dmapper logger

2011-08-26  Miklos Vajna  <vmiklos@frugalware.org>  [55e2aec24ca8d73789556cdb31c0f47ee735f131]

        setdebugflags is replaced by debug_setup.mk

2011-08-26  Miklos Vajna  <vmiklos@frugalware.org>  [f446e9f259cf9f61f5c0d5f9323ad19fe5864dc8]

        TagLogger: debug code in non-debug build

2011-08-26  Matúš Kukan  <matus.kukan@gmail.com>  [8c4e7806b2e8486108a817ded456433fc77f60a5]

        unusedcode: ucbhelper:: cleaning

2011-08-26  Miklos Vajna  <vmiklos@frugalware.org>  [805aa2151e476a5e8e60806c7321ba7288f91813]

        Related: fdo#39337 It turns out dmapper ignores the position of an entry

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f78a6ae8020ae8de3881ce16ba787a5578e9f0e4]

        see 792dee46f2b35a21167af182416803c0b80b517c

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c305f3cd2cdea7a3908b6eeeaa374ca32aac6d41]

        be extrasave and check for problems with ScRangeName::insert

2011-08-25  Jan Holesovsky  <kendy@suse.cz>  [9e47de44737d9db36292f7bb8be2d9d2e0fffb52]

        GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS"
        
        This is more equivalent to the build/dmake meaning.

2011-08-25  Andras Timar  <atimar@suse.com>  [a8393837d79f0ef9a6975e876d05154b9a4c8c94]

        add --enable-ext-languagetool configure switch

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [eb5d19e5ca012d8d3e93c121f3c3356e74277ea6]

         rename pLastTable to pCurrentTab

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [37fff5e32a5c918e27b031b2a7ddb97fd9d8b45d]

        remove newly unused code

2011-08-25  Laurent Godard  <oooconv@free.fr>  [5b9005677020c1111259bd0adc292a9b838c2995]

        improve import performance, save last sheet in ScMyTables
        
        calls to ptr_vector::back need way to much time in ScMyTables::AddRow
        and ScMyTables::AddColumn, this removes the need to call
        ptr_vector::back every time

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bea5d07ed1a50d3bea81de047eb9fe94c7a4e361]

        some minor restructuring, code still needs refactoring

2011-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [b5b75ea9764c2e91c824fb8f5f5e6fcb6edfb4ea]

        Add .ppsx

2011-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [db0ea8a309a7fdc45b5d4a0b7049df5be5b4f649]

        Copy also productversion.mk to the build platform sub-configure

2011-08-25  Jan Holesovsky  <kendy@suse.cz>  [41e2ab351b2288e43b44c6f28f1ae34779de25a8]

        Added TODO to README.cross.

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [97831f005c20f9ff2ebb1bb9161ca262a6c9ac04]

        add these for the disable-mozilla-build case using the prebuilt zips

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [32d1f978dda4910c7947de1e097fe12b8381403e]

        add local range names for local range names

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7dbc196e1de895959fe3a2b9c4cdc89069f263e9]

        sal_Bool -> bool in ScTable

2011-08-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bb00e570440b4f80013074a5f71f5caaf2b44000]

        add unit test for copy/paste + ScUndoPaste

2011-08-25  Noel Power  <noel.power@novell.com>  [e85d1601278cd193babddbb0d01d1bc62ab4972e]

        fix ole control export ( bad string lenght check )

2011-08-25  Matúš Kukan  <matus.kukan@gmail.com>  [a352018c76028b332ccc50be6ee12c16f75aac25]

        unusedcode: svx::, svxform::

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [24b0d0a0a247cf1cb39b8c2f544f48ce1aecc45d]

        ByteString->rtl::OString

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [005f5d443e432130b902e1c78283c5f57f34d2b5]

        remove freshly unused methods

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [01f5362e7982cc1e5b8c9fa7216c892667971737]

        String::CreateFromInt64->rtl::OUString::valueOf

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [2d1c4141bafea812c9db2db5cb8bf0b248b05242]

        UnoStorageHolder is never ctored, follow logical consequences of that

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [ac1530a37e4544378c22c9358e57ca8a596c1aa8]

        callcatcher: yet more unused code

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [798496c5be43771ee478a0ee4288188b28583a8d]

        regenerate list

2011-08-25  Caolán McNamara  <caolanm@redhat.com>  [50db59bbac75a9b1cf1bd95c07f6cafc597245f8]

        no longer need GetDLL

2011-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [c88b1843b11df9a678d74d4c0c3a67360877e903]

        Fix dbgutil build, do link also EXEs with the necessary libs

2011-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [8b88940da2212ab1e45d316937f6bc8c06f48223]

        Fix _DEBUG build: Use atlsd.lib

2011-08-25  Eike Rathke  <erack@erack.de>  [61674465b74f60d7ddb2d7a0fa0e17c9990f6301]

        use boost::intrusive_ptr::get() instead of operator->()
        
        Old intrusive pointer in operator->() simply returned a NULL pointer if
        so, boost::intrusive_ptr asserts on that. If explicitly used to obtain
        the pointer use get() instead.

2011-08-24  Anurag Jain  <anuragjainfzd@gmail.com>  [0bf70454ae4d1b23d8eab63f85e12f0d24e0857b]

        Fixed premature wrapping, black spot in A1 and scrollbar and button position.

2011-08-24  Kohei Yoshida  <kohei.yoshida@suse.com>  [8f931c854038dada37b96db32a0b68ffe52981fa]

        Fixed a crasher in cppunittest in sw, sd and sc on Windows.
        
        Be careful there... when bRemoved is true, the iterator would get
        incremented twice which may cause it to go past the end position.

2011-08-25  Eike Rathke  <erack@erack.de>  [792dee46f2b35a21167af182416803c0b80b517c]

        crash when modifying a defined name (and other places as well)
        
        In ScRangeName::insert() the underlying
        ::boost::ptr_set_adapter::insert(p) takes ownerwhip of p and in the case
        it can't insert it deletes the object. So, if ScRangeName::insert()
        returns false the object where p pointed to is gone.
        
        Adapted various places.

2011-08-24  Joseph Powers  <jpowers27@cox.net>  [47994ad7f4a1ba2dc158f8bf3c158bc528fb81d1]

        unusedcode.easy: I removed XBitmapTable from binfilter

2011-08-24  Joseph Powers  <jpowers27@cox.net>  [9b77483aab92e9bc6b57f563cccb170af8c193a7]

        Remove class XBitmapTable

2011-08-24  Eike Rathke  <erack@erack.de>  [4e30b9699edfda4505d90d5fda658c1ef12bdc06]

        WaE unused parameter

2011-08-24  Eike Rathke  <erack@erack.de>  [23b0d975f9220f3ad6fa85efaaf1c19e6ff77341]

        msvbasic.hxx was removed with commit cecb746a3d8132998711c429163874d39ff5b2ff

2011-08-24  Eike Rathke  <erack@erack.de>  [22a821239eae392704be9dc0a38d117dd11ee8f3]

        fdo#39192 correctly calculate jump matrix; end of path if NULL

2011-08-24  Noel Power  <noel.power@novell.com>  [cecb746a3d8132998711c429163874d39ff5b2ff]

        kill old vba and ole control filter(s) for import at least

2011-08-24  Muthu Subramanian  <sumuthu@novell.com>  [67b79b6ada570f83fb1f8fc5aaeddd91d8517c19]

        Code review: Removed unnecessary header.

2011-08-24  Muthu Subramanian  <sumuthu@novell.com>  [f1a2b0cb3c221c6cc09fd2d1091d20254ddbcb3a]

        n#592912: When text is vertical, horiz & vert aligns are swapped.
        
        - vert270 doesn't seem to be supported by LO.
        - vert270 would be WritingMode_TB_LR ? otherwise we need to support it
          by doing other operations like rotation or flip. Is that necessary ?

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [a02a4272e05d863061ea7c2ac142420d1f51b7ca]

        Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [f25034d53994c6947971cf7c4dd6de0d47d646ce]

        Disable Mozilla stuff in an --enable-dbgutil build on Windows
        
        The mozab code plays games with _DEBUG (undefining and re-defining it
        around Mozilla headers), which causes linking error when part of the
        code has been compiled with _DEBUG and part hasn't. See
        connectivity/source/drivers/mozab/pre_include_mozilla.h. Just disable
        Mozilla stuff for now when using --enable-dbgutil.

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [e058530153a55ccf83d1f2a4d1ca32b94d83508c]

        Allow comments in the autogen.lastrun file

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [785d8c762c93a7d063bb737f29b3eb7603630e78]

        Again, avoid debugging MSVC std::equal_range issue

2011-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [48b7723016625ae8739fd5eabfae6b7602ea03d4]

        this is supposed to be gb_CORE_LIBS

2011-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [acdff77b03cb9cbc78ca2379421b36fc94389e02]

        fdo#40341: hide 'math baseline alignment' unless available

2011-08-24  Gabor  <jengab@elte.hu>  [5b868092b6771e317329102b64efd464e60f1463]

        dev-install build fix

2011-08-24  Michael Meeks  <michael.meeks@novell.com>  [070ff659caa58d74de7997d34047c1e4b50304dd]

        add missing file I omitted to add

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [b5040d946ee078ab16ad175dbf6bdc072f9e80ec]

        Resolves: fdo#40345 don't crash loading temp document to get frame styles

2011-08-24  Michael Meeks  <michael.meeks@novell.com>  [87610049f8a1690598b84b0bf984cfa487ce1074]

        misc cleanups of mergelibs functionality

2011-08-24  Matúš Kukan  <matus.kukan@gmail.com>  [75fac9839793f73c9833489f1d70bf4136881cbf]

        Add support for creating merged library.
        
        This commit allows to set which libraries to merge
        and creates merged library in tail_build if enabled.
        This should save time when loading libraries in application
        and also makes more sense for link-time optimization.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [9ba447cec165946ed8b9e719c4a9ee318f9b051b]

        No DLL stuff needed here as these go into static libs

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [ef262d7074b08e2e0d49957c4f8c2a3aeb947cc8]

        Don't define BASIC_DLLIMPLEMENTATION when building static libs

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [350b0e46bd1812d82cf5ea3988d451a079a7d35a]

        Don't use flags that make sense only for EXEs/DLLs when building static LIBs

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [cbe995205c20663f4f90ca8e1cea081a313d94e9]

        avoid crash on shutdown with unprocessed events pending post SalDisplay dtor

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [2c87725f1268f0dd2ae5c3e35475b04f3296ab01]

        potential WaE

2011-08-24  Radek Doulik  <rodo@novell.com>  [9c2ae3f245287201db1a56b447e3ed18103d3d28]

        fix regression of 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fb
        
          - do not drop the master shapes anymore, but rather hide them
          - it is possible to have shapes with 0x0 geometry in slides,
            these inherit proper geometry from master slide shapes - so
            when we dropped the shapes, the geometry info was lost

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [4482fb31802be699aad9133a59a9699e87d4201b]

        Avoid ICU version confusion betwen build and host platform.

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [43fe89ab340c3c8ff3197b35613495b7abebcfd6]

        hmm, rebuilt the first time ok for me, remove additional unused inlines

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [a47d863ddc9c7a9e3dc54264a8ddcdedd8035636]

        hide this class

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [8d2d9ce5f4323ec2542acf57f52a26d5826bcc3b]

        rearrange this to not leak search configitem

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [1b5ee6c7f47b56a5ca52a327bcb2712a1d8a77a1]

        SW_DLL isn't used

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [cb97526259e265e488a50c2747407f7289f8839c]

        callcatcher: remove various unused methods

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [7e4ed3e5b8b9209240b9608aa0037a6a6732ef1c]

        add a macros test, and a calc placeholder example

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [e56c8606952e99d7ba1cfc5ff1c8b2ea0b533373]

        various createfromascii -> RTL_CONSTASCII_USTRINGPARAM

2011-08-24  Caolán McNamara  <caolanm@redhat.com>  [035a88c73597a01439d86c2610763126ae6fd927]

        String::CreateFromInt64->rtl::OUString::valueOf

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [3275813bf8eee75d76cba5742283e20f6d90740a]

        uno.py is in bin on Windows, and in lib elsewhere, what fun.

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [6a36c739b8671162383e56d2936c149cf7054804]

        Link with d3d9 and not ddraw which doesn't exist in current DirectX

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [91a8ef2a20a5fd9cb505709da3da268c12aced23]

        Added another missing packages.

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [82bd284867aed5c7256b787881b3167bb266d831]

        Do not attempt to create installation set when cross-compiling MinGW.

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [fb17a057211e33cf52843a33bdb8d81134238975]

        Fix uno.py delivery.

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [528a6e30428b20371b1be8ffe04d7edfb3750087]

        Only rebase with MSVC.

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [beda88a2d715963e0cfaeb1d1ac38586df17058e]

        We build graphite as a static library for MSVC

2011-08-24  Tor Lillqvist  <tlillqvist@novell.com>  [c0fa78c8a3280dc31dbf988d5abce102ce1cab47]

        Presumably we should use -MP here, too

2011-08-23  Joseph Powers  <jpowers27@cox.net>  [20cc4639fbbc0ecdb983e198a54aab004d959e1a]

        Remove unused parameter: XFillGradientItem
        
        XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient)
        pPool wasn't used so why pass it.

2011-08-23  Joseph Powers  <jpowers27@cox.net>  [9bccef29afd0d85149e91c8dae5778bf219270b4]

        unusedcode.easy: XFillGradientItem cleanp
        
        I also fixed a typo in my earlier comment.

2011-08-23  Joseph Powers  <jpowers27@cox.net>  [a87c8748f99d208f78c739dbefae776a089d9bb6]

        Delete class XGradientTable
        
        It seems that we don't use it...
        
        Class XFillGradientItem referenses it as a parameter which is never passed;
        however, the code is: "if(!isIndex()) else Table->" which will always fail
        if the Item is an Index. This makes me belive that the XFillGradientItem
        class could be simplifed to not be based on the NameOrIndex class.

2011-08-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e1a1091d0ae61ba46c6d063a92db0b7d1ce65942]

        catch ignored exceptions by const reference

2011-08-24  Eike Rathke  <erack@erack.de>  [8dfa38c418125ad880e9d4b2a968f0f1778d6de4]

        enquote invocation of $(ML_EXE) => "$(ML_EXE)"
        
        This helped to get over
        
        [ build ASM ] basic/source/runtime/wnt-x86
        /bin/sh: /cygdrive/c/Programme/Microsoft: No such file or directory
        
        when blanks are in the path as in
        --with-asm-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC/bin"

2011-08-24  Eike Rathke  <erack@erack.de>  [fcac4e3eb4df6dcd4d6f6955a5d369262bcd1ea4]

        replace ScNameToken with proper FormulaIndexToken

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [326494b71ce56488760d42c245df745deb713b16]

        gb_Library_set_cxxflags -> gb_Library_add_cxxflags

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [2f33c16fd46240e8023d9883551f40fb0d0ab7af]

        More cross-compiling (mingw32) packages.

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [c0111fdc4b4f06b80a13c54806075bdb1c688d60]

        More packages that one should install for cross-compiling.

2011-08-24  Jan Holesovsky  <kendy@suse.cz>  [a189b65202e26bf767da8f33a05e228a80909fc6]

        fpicker depends on ucb thanks to the ODMA headers.

2011-08-24  Rene Engelhard  <rene@debian.org>  [7eff982510bbc98c97ad348b7d2ed1067eb0cf10]

        add missing depends on br_cppuno_shared for various archs

2011-08-24  Rene Engelhard  <rene@debian.org>  [d419bfc9f7e6114af7461fab17dc0782397e5433]

        <sys/prctl.h> is not available on kFreeBSD

2011-08-24  Eike Rathke  <erack@erack.de>  [9f6b7cde5415eee5c26f890e78d6a6ed2ff6861f]

        cosmetics

2011-08-24  Eike Rathke  <erack@erack.de>  [de247b8805d3e60d2181ac6369b07f0a494cd1b6]

        adapt to unused memory correctly
        
        * ScColumn::DeleteRange() still failed in a case when cells of the very
          last part of memory were removed that did not encompass the entire
          range passed and nCount wasn't decremented as a result. Refactored
          that loop over RemovedSegments.

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [61aff182ab78af4cdd4e3d4d2b5e1b0872cb27f9]

        Make it actually link by adding more libraries

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [8bb70ff45beb79616d6ece65d7ec75505e362bb2]

        Enable linking also with UNO libraries (components)

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [babe8ea45609d42cc2a1496f86b5753165db92b4]

        Add more libraries that we must link with explicitly for iOS

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [5d7d6d4bd4f833e5d01b518c744e91f9f3fa5d13]

        Presumably we want --without-afms

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [65b19ef785965d4635c4bf95c6b3c18b9cdcb9bf]

        No CUPS on iOS

2011-08-23  Tor Lillqvist  <tml@iki.fi>  [9a6fb0f6229896c0fca1e904cb99b70d67c4647f]

        Make it compile

2011-08-23  Rene Engelhard  <rene@debian.org>  [3e3bd8a18feffaea74342eed762e2e3a9c1a315b]

        dlopen() librsvg-2.so.2 instead of .so which would require -dev(el) packages

2011-08-23  Petr Mladek  <pmladek@suse.cz>  [484b5d7406831f410400d2aa9563cf5847590a12]

        use /usr/bin/libreoffice symlink
        
        it is used by UNO to find the installed LO

2011-08-23  Tomas Chvatal  <scarabeus@gentoo.org>  [1fceff3d256930815096b5c1267c3bf4dcb16226]

        distro-install-desktop-integration: use "sed -i"
        
        use the more elegant "sed -i" instead of "sed+mv"
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-08-23  Petr Mladek  <pmladek@suse.cz>  [9602fbb21b5f838188b9b3e3a963cf520b845d57]

        distro-install-desktop-integration: create temp files in $TMPDIR
        
        do not hardcode /tmp
        
        Signed-off-by: scarabeus@gentoo.org

2011-08-23  Eike Rathke  <erack@erack.de>  [0240cbf5bad319f82afe8fda9fb9f897e5e33e3d]

        fdo#36109 in INDIRECT() make a non-existing sheet produce an error again
        
        * In lcl_ScAddress_Parse_OOo() don't assume non-existing sheets would be
          external documents if there was no sheet separator. This lead to an
          external reference being created that is only an error if
          dereferenced, not if fed to ISERROR() and the like.
        * In ScInterpreter::ScIndirect() push errNoRef instead of
          errInvalidArgument to produce a #REF! error.

2011-08-23  Eike Rathke  <erack@erack.de>  [df6f5c8014fe2477f7c3026007593fdc4cb69c8a]

        typo meVolaileType -> meVolatileType

2011-08-23  Allmann-Rahn  <allmann-rahn@ubuntu.ubuntu-domain>  [fbc30846acc2391a4c323c07ea04b308a685ce46]

        Translated German comments and removed the redundant ones in the directories accessibility to (incl.) basebmp.

2011-08-23  Rene Engelhard  <rene@debian.org>  [c02eaf4bb94b2c81f6f27d7af665b344c2e1370a]

        fix $JRELIBDIR/$JRETOOLKITDIR/$JRETHREADDIR for mips(el) (missing /jre)

2011-08-23  Rene Engelhard  <rene@debian.org>  [6683b842e1975197932d651ba8fb725dc5c3a306]

        fix JFW_PLUGIN_ARCH for OpenJDK/mipsel

2011-08-23  Rene Engelhard  <rene@debian.org>  [260088aaf09b852d793105115c00ad9862f21e34]

        export WORDS_BIGENDIAN in set_soenv and make graphite2 use it

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [b6b188fd6c77492dbe4cb6062ec9e7b55a3f7869]

        sync list

2011-08-23  Arnaud Versini  <arnaud.versini@gmail.com>  [b9ee88198634b43639fc00547751f3fbfbdebfae]

        Remove unecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [7483d11c3ade957d09519a874556062c2f966fd9]

        add a regression test to confirm SwDocStat works the way I think

2011-08-23  Noel Power  <noel.power@novell.com>  [1640c883df327204113aa59c8e39669387aab617]

        make sure dialog api object is reset when window is closed ( but not vetoed )

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [afb089282040b35d86da0a87d33b1ea7c40737fd]

        Resolves: fdo#40099 don't break incremental builds on removed headers

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [095c493edd34ea490c602a2b99a017561b286f61]

        WaE: drop unused ctor argument

2011-08-23  Gabor  <jengab@elte.hu>  [0e9d01756c8adf890ce73c2115bab5d91a2e2fb4]

        debug build errors

2011-08-23  François Tigeot  <ftigeot@wolfpond.org>  [bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991]

        Remove once again the INSTALLDIR feature
        
        It was reintroduced with a merge from the 3.4 branch

2011-08-23  Noel Power  <noel.power@novell.com>  [4e0691b9b36703ab4bf6497c403e0ceacd0b8477]

        merge foobars? fix broken MultiPage api, also fix broken api change events

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [041b4805c94978d37cc9741776fd0d5dbaaa5b32]

        Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.sh

2011-08-23  François Tigeot  <ftigeot@wolfpond.org>  [7f5d808c91b969b5763fda358995d234334eb50a]

        Do not hardcode bash path

2011-08-23  Jordan Ayers  <jordan.ayers@gmail.com>  [38391ce90d914e0e198aae0d5b5490b42d90b092]

        Remove an unused perl module
        
        Another one related to fdo#39747.
        
        The file solenv/bin/modules/installer/configuration.pm isn't used at
        all currently.  (I see that it was used for a while back in 2004 by
        make_installer.pl.)  This patch drops the file.
        
        LGPLv3+/MPL
        
        Jordan Ayers
        
        >From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Sep 17 00:00:00 2001
        From: Jordan Ayers <jordan.ayers@gmail.com>
        Date: Mon, 22 Aug 2011 23:42:00 -0500
        Subject: [PATCH] Remove unused perl module.

2011-08-23  Jordan Ayers  <jordan.ayers@gmail.com>  [75953230cc287f24c039e7fc7005229b11addc50]

        Clean up globals in make_installer.pl
        
        Reduce scope of $packjobref.
        Remove $exithandler and its shutdown check, since no handler was ever assigned.
        Remove some unused install::global:: variables.

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [d3bf28445af8080b7daace1b536fbc289b175bdd]

        placement new needs new header included

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [36481d72e1f251df53a036b477c7e3f0881f357a]

        fix build error for the moment, apply mingw patch only for mingw case

2011-08-23  Muthu Subramanian  <sumuthu@novell.com>  [8542444fd5e38c60de37d21fd5248e2934d02e81]

        Code review fixes.

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [0d1ff2bfc439ff59dd6cec0a6cb6495f4ef2cc54]

        generate list

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [79a2a32edef3663306c670337897e056989d2cb1]

        fix windows xmlsecurity link

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [7ba337359eaf76b73dfa7828e9efe8850257f9ce]

        merge these similar methods together

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [050b80a6fc9b6f0c550c5ca20fa3c93e9552c13a]

        ditch deprecated api

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [af6ce167af13f896e1786ef7d3c2d194aaf1c3dd]

        fix this up

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [0ea3ef86a189197b4b8f8a4a7180b9070b94741f]

        better test for this that doesn't depend on env

2011-08-23  Caolán McNamara  <caolanm@redhat.com>  [43f8cba7d238e6db25e05edd0d9713dcc42fc861]

        callcatcher: yet more unused code

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [6c1e8719013b47ff3d3954173a17e49f3a361009]

        Avoid compilation error in dbgutil (_DEBUG) MSVC build
        
        Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging
        ordering predicates, which cause compilation errors thanks to the way
        we use std::equal_range(). In this case it seemed fairly hairy to fix
        that, so...

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [85bee97305cc4b411c7dccbba6e4157f7985bb74]

        Work around limitation in the debug version of the MSVC std::lower_bound

2011-08-23  Jan Holesovsky  <kendy@suse.cz>  [b0eea6c310e187af5b9580a29d0f25c320fbc190]

        Fix cross-building libxslt to at least go through configure; does not build.

2011-08-23  Jan Holesovsky  <kendy@suse.cz>  [8e0c60ac1415de1b0fe27747f5d47fac993ab273]

        Fix mingw cross-build of libxml2.

2011-08-23  Muthu Subramanian  <sumuthu@novell.com>  [b6768c50736c6994e28de51c5f54cdadfd6f45f1]

        n#699334: Legacy Diagram Text import.
        
        - Imports Legacy Text.
        - Formatting info is not imported.

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [4432625b90bfd8b831e8a01bc5c380a1bf15fbc7]

        gb_MINGWLIBDIR is not used anywhere

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [457535e1bb5c9ab6a6726e0c814c8df60f1d4e6d]

        Add YaccObject class

2011-08-23  Muthu Subramanian  <sumuthu@novell.com>  [68e756de2ec7f9aeb1b6a6a28468745eca114715]

        n#657896 - Gradient Transparencies and Muticolor Gradient fills.
        
        - Assumes axial gradient fills when more than 3 colors are present.
        - Implements importing of Transparency Gradients.

2011-08-23  Jan Holesovsky  <kendy@suse.cz>  [a54cb659d28fe9cd20253bdf03878ee26a42d50f]

        setup_native does not need sfx2; avoids building vcl when cross-compiling.

2011-08-23  Jan Holesovsky  <kendy@suse.cz>  [ba4b78aa2931cb283511d477d7de47d351d813ca]

        Remove useless comments from build.lst.

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [172e6f6362827480754c3d54f336e30d10bac151]

        Add comment with discussion on what existing comments claim

2011-08-23  Martin Hosken  <martin_hosken@sil.org>  [977bc66a2a641c809cbb152960f1fb691eb77b63]

        Upgrade graphite to 1.0.2 and simplify patches

2011-08-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [0a622335b02f886a3ea3a458b9ef91e42a133608]

        Actually these methods are supposed to have private visibility.

2011-08-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [b14475e64d2a06fa35ce13f8d746421454628fe8]

        Linker error on windows.

2011-08-22  Kohei Yoshida  <kohei.yoshida@suse.com>  [030f38b59daa4a81f5c8d7a9bcf1fc84a37b42e4]

        Don't mark methods PUBLIC when the whole class is marked PUBLIC.
        
        MSVC refuses to compile otherwise.

2011-08-23  Matúš Kukan  <matus.kukan@gmail.com>  [fdbe98ebb50fd30e94750a8398cf7466f65dea47]

        unusedcode: svt::

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [648bbe3d648761f5e82d6ee0d40f6c5641c3a522]

        Remove assertion that does not compile

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [430dcc951ebe912694350c344d9835dbb42e03b6]

        Obey TMPDIR if set

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [20c82c0688d56d116558b9794ea5d13e4902493f]

        Look at COM to detect MinGW, not the weird USE_MINGW

2011-08-23  Tor Lillqvist  <tlillqvist@novell.com>  [a1f0f63b378cca23be763ae3ce258ef60bdf18eb]

        Fix cross-compilation

2011-08-22  François Tigeot  <ftigeot@wolfpond.org>  [107d717941f997d1166ff6a5e8f869574a88c76d]

        Do not check for cups presence on Windows and Android systems

2011-08-22  Michael Meeks  <michael.meeks@novell.com>  [795d7867feb4419892fc09fe352eb890ebf4d255]

        check we have the environment sourced, and fail helpfully if not

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [d6cde02dbce8c28c6af836e2dc1120f8a6ef9932]

        Fix dbgutil build of pyuno
        
        Whether things actually work when pyuno is built against the debugging
        runtime, but the internal Python (to the best of my knowledge) still
        against the normal one, I don't know. But anyway, this makes the build
        succeed here.

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [c3b5c166b9bc212d631558a7568a6eb24fea11c0]

        Make a dbgutil build of the Explorer extension succeed
        
        Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk.
        
        Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging
        msvcprt.lib when building the Explorer extension.
        
        Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag
        in the diagnosing functions from sal. We don't link the Explorer
        extension with sal.
        
        As such it might not make much sense to actually *use* a shell
        extension built with assertions in the C++ library, against the
        debugging C/C++ runtime. You don't want assertions to fire in
        Explorer, do you? On the other hand, one could be debugging an
        Explorer extension remotely. Maybe even locally, I don't know if some
        lower levels of Windows get upset if Explorer is unresponsive due to
        being debugged, or something.
        
        But anyway, the main point for now is to make an --enable-dbgutil
        build succeed.
        
        Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in
        *all* makefiles in shell.

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [e012efa0b6fbfdd09d81f74e8913f9d40e782ab4]

        chmod -x

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [08bf54f9cc532f938084c5e164a96466853269dd]

        No need to mention msvcprt.lib here, wntmsc.mk does that
        
        Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use
        msvcprtd.lib.

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [2fbd5d475049576fca51ecb10941dd56ca87133a]

        Move Win32-only code under source/win32 for clarity

2011-08-22  François Tigeot  <ftigeot@wolfpond.org>  [7b4825af2c345881c0a7d87b6e0a450fe74fd8ab]

        Enable CUPS unconditionally
        
        It doesn't make sense to try to use anything else to print on *nix
        systems these days

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [f2079a12cee700ccbec50957756f0c4ed5b22df0]

        Drop OS/2 lines

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [4a2e1fc2796f5190c56003e4cfff621921c37adb]

        unusedcode: sfx:: sfx2::

2011-08-22  Miklos Vajna  <vmiklos@frugalware.org>  [a789d8a487c2bcc9687e859337b6d6a1b6bbf8bc]

        Implement RTF_ANSICPG

2011-08-22  Miklos Vajna  <vmiklos@frugalware.org>  [ea190eaa0459c3cca3c242d45ca386db8188d047]

        Make frame start/end a bit more robust
        
        Don't try to start a started frame, don't try to end a not started
        frame.

2011-08-22  Miklos Vajna  <vmiklos@frugalware.org>  [b50403171cfea3d9eff7c4b7505cf0212291d967]

        Make sure runs are closed before we end a frame

2011-08-22  Michael Meeks  <michael.meeks@novell.com>  [81a8b277ada5d0b7e7f949771f1dbc0e3134867a]

        remove name-to-ver-control map contents from RSC_VERSIONCONTROL record
        
        Based on a patch from Andras, this removes a set of un-used
        debugging type strings from all lang-pack resource files.

2011-08-22  Tor Lillqvist  <tlillqvist@novell.com>  [f54198869081cda24b3777ce4ac0c6b9458d0ab7]

        Fix dubious std::lower_bound usage that breaks in a _DEBUG MSVC build

2011-08-22  David Tardon  <dtardon@redhat.com>  [096d36c9043aba2966657390a758fdbcb4a06eb7]

        the backslash should be escaped here

2011-08-22  David Tardon  <dtardon@redhat.com>  [3c8f40e039b4d32cced201022050769eb40a3a49]

        link versioned uno libs from solver to install dir

2011-08-22  David Tardon  <dtardon@redhat.com>  [22ccd4da8610efe98cef3adabb60c761e625e6cd]

        install gdb pretty printers

2011-08-22  David Tardon  <dtardon@redhat.com>  [575cd2219f3299cf7a2f9549cdbfcbbe2c79c51b]

        add gdb pretty printers

2011-08-22  Joseph Powers  <jpowers27@cox.net>  [2bf1965f264474ae023e1c431f300fdb62e3e827]

        unusedcode.easy: Outline cleanup

2011-08-22  Noel Power  <noel.power@novell.com>  [117281ba12e703fcd04ca87309dfd4a31432d1c5]

        fix leaking 'Pictures' streams from basic dialogs in base
        
        With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.

2011-08-22  Andras Timar  <atimar@suse.com>  [dcd3f14c52d056ccb7117622a6b2bf939ab0567d]

        set SDF directory correctly so translations get picked up

2011-08-22  Peter Rabi  <prabi@caesar.elte.hu>  [50b7733fa41879a62d35cab64da59b109e1a8502]

        Make template names appear in the correct word order
        
        This patch turns on sorting in many listboxes containing template or region names in Impress.
        Contributed under license LGPLv3+/MPL.

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [598ea329b703fcf165690dac51202ee11754790f]

        OSL_DEBUG_LEVEL > 1

2011-08-22  Gabor  <jengab@elte.hu>  [21384876933080a67733cc60bda5597e5b4e87fb]

        servicefactory fix

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [2c12d570104aca935a302efd2429b01ad8dc8081]

        fix warning errors

2011-08-22  Anurag Jain  <anuragjainfzd@gmail.com>  [7ac4779c1770ba0bc7982d4ef47253c4b32650b1]

        Made Scrollbar to appear and resize improved.

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [496ccc46d645aa7648155477a241acab4b58ab53]

        regenerate up to date list

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [04d567d42980584b726e43ead6190ba7b5435fc7]

        get rid of interim OUStrings

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [86340f0a476cb19677dcf7991cae75049fd88579]

        WaE: keep simple minded compiler happy

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [e85875b9018cc7c286ff9d40789d15e003ca9845]

        convert avmedia to gbuild

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [fee5ca25dcb18cbdcfb9406905ece5d65d21b88e]

        remove Java piece from avmedia

2011-08-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d39a1d4de93e0242dee84d4d298232da1986ebec]

        Default color for writer page break from blue to red: was barely visible

2011-08-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9813a2ec35b86c1e0fcf27d5ce9893efe146eb2b]

        Color config cleanup: last bits remaining removed

2011-08-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5d8e27d74c713f2f041c5a5668c8ffb4ad05026a]

        Fixed color config schemas after clean-up

2011-08-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [62fb135cde7bde7ff48acfdec5da3c88a2201998]

        Appearance dialog: fixed rendering of groups headings

2011-08-22  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3a8f89bc2fa6aea91ee6c17fa29eaa09575813d6]

        Cleaned up the HIDs in the color config

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [77289a32ca688d51a8579b89c4b180c4fed2530f]

        entire source file and header can go

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [fc41132306cf8ff523fb26518154c1c99c3ca388]

        enable using link-time optimization
        
        This commit enables LTO for all shared libraries.
        Build takes much longer. Use just with gcc-4.5 or later.

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [63eef1c1cf203aa75093b479a1e8dd24593546e7]

        Resolves: fdo#39348 toggling grammar checkbox deletes sentence

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [acfe7d39e5359483124b79fc7e98fb9afa65c0a6]

        regoptions (etc.) now unused post registration-removal

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [b3c8e4177d24a184ffa854958fb177200608f68c]

        gsl_getSystemTextEncoding->osl_getThreadTextEncoding

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [16032347d9b43d1ccefc185713e43b4d19974de6]

        ByteString->rtl::OString

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [6ccc829c54a6a26442745e46e1d560994f5b0b45]

        remove defines that don't do anything

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [f491382a868c3589bceece0ef34cf80d493f7c72]

        remove else branches of if(1)

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [53f4837b92560d75eb6e629bebaf4e523ee40162]

        callcatcher: various methods

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [8df44286192df6cabd84a370a785ea67f3c0b806]

        apparently can enable this warning

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [91a418d2137e33b48d9e524b53dd71e08754a06b]

        ByteString->rtl::OString

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [dbfa0518af3d398f19d53d39fa72f5f437fd83fc]

        callcatcher: unused code

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [e42fcb01bcb23c4ad18fdebaffe9c7b5a421bf9c]

        unused ctor

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [8cb76ea04ad6639d36d554061a01387c881c465c]

        remove ENABLE_SVCTAGS stuff, probably staroffice/OOo registration stuff

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [1f8d149f2f43c2a4af5e141f8904193adbf95025]

        didn't intend to commit this bit yet

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [af6752b88e34df05449a4237d9be0fac509c227c]

        callcatcher: remove unused methods

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [b2d7ede98716806cc4b3ea8547247175d5f04d18]

        ditch product registration implementation

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [64d9d21d495fd5efa2ec624a181f204f8e914878]

        wrong seekPage

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [477a7e71d18f4a00f82e412a953d5e96e3d2979d]

        callcatcher: next layer of unused methods

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [6948de03ed476b8b2c87a3eaa6b5bf10527aff74]

        and these headers are now unused

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [dea4557b92e849c7e16e831e3119379536b6d4c0]

        callcatcher: and so now unused

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [56db727691dc06e14218174eb135d944d379e51c]

        callcatcher: unused .cxx .hxx combo in xmloff

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [de522f81b28d48b12bf9c3cafacd1891699ffcf6]

        regenerate list

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [846899404e1f6799b68d5d9ff4238364c53cbaa7]

        callcatcher: post cairo-text remove unused legacy methods

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [0c3296aee4875d79a88b2e1ee85e0f29e4ee913e]

        callcatcher: post-unotools cleanup this is now unused

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [afd8c5919fee3a2716a67b9933a23c31bce8cef7]

        lets put the log checkbox back near the bottom

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [2f9cf699aa4387d76f11ade915b1f1b4d9dd7f35]

        Resolves: fdo#36127 hide staroffice filters when binfilter unavailable

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [39aecb765dfc68c507c407e934d6959616df80b2]

        swap position of StarOffice and MSOffice migration blocks

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [14953fa09a6047313fc970e11ecbf1f7b0cb08b0]

        add in Office Open XML formats here

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [d0d845506db785e99865f895671fa3adc7015a2b]

        Drop statement that VBA macros don't get converted, they sort of do thesedays

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [5e4d51ea90cd1f83238f380413a12a9a64cd2b51]

        ODF isn't a *new* format anymore

2011-08-22  Caolán McNamara  <caolanm@redhat.com>  [4dfbfd1e717ebd0dbaed0e2b02b4fbc9847e17cc]

        it doesn't convert %PRODUCTNAME documents, but the old binary format

2011-08-22  Matúš Kukan  <matus.kukan@gmail.com>  [fabb56375d5f7904da64ce01ca008c4c59c400af]

        remove old makefiles

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [879ab8e08d0731ed52120e42f42093dce9a1dde3]

        Re-run autogen.sh when autogen.lastrun is changed.

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [a677e5a2a12069629129e81fb747744be802c7f2]

        Fix cross-build of libwpg.

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [4c1a82aca5f747dd0a6ab4c76f1e6c207fd7c32f]

        Fix cross-build of libwps.

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [a80493c903fcda67e7b7fbe81ffb1e563d86efd2]

        Always go through the cross_toolset build.

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [f9da6a5b76a6e499256a875fdf74f69eefd2a837]

        Make internal libwpd build when cross-compiling.

2011-08-22  Jan Holesovsky  <kendy@suse.cz>  [d6fa91761f4b67be50e01ecc5fd42e2a6d215eb4]

        Don't complain when cross-build-toolkit.built does not exist.

2011-08-22  David Tardon  <dtardon@redhat.com>  [6206f1c7bcb4f5b78a5ad244072a527d1ed41a4b]

        remove unused makefile

2011-08-22  David Tardon  <dtardon@redhat.com>  [492c7a3a0187dfd79fcc3e072a4194b10db9ec87]

        add precompiled header

2011-08-22  David Tardon  <dtardon@redhat.com>  [d1137471298ba3fe1ac581ac1ddc4aa2c614296b]

        overhaul impl. of gb_LinkTarget_add_grammar to simplify usage

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [180ffa7c8505ac03a2637a995f1b7f12c8ef2202]

        unusedcode.easy: Cleanup GraphicHelper
        
        Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx
        (UnitConverter::UnitConverter)

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [cc3ba7e9377fd6b353d883910b2e651cc2319cd9]

        unusedcode.easy: Cleanup GraphicObject

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [b737e34d1c86938fc2e2704531b89da45fd91fee]

        Replace List with std::list< GraphicCacheEntry* >

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [97499b299199a10c12e0744e8eb92981786ad7be]

        Whitespace cleanup

2011-08-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [0d4720d1e1ffcefc43ae2af59c7487ab0bfab2ce]

        undo anything not wizard related in the previous merge-commit

2011-08-21  Xisco Fauli  <anistenis@gmail.com>  [57b992c0b57daba5f44b5c4cdb08e817f355ea01]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core

2011-08-21  Xisco Fauli  <anistenis@gmail.com>  [6c76e4db034fd2c43884698b1a30225fd00b3bfd]

        Merge branch 'master' into feature/gsoc2011_wizards
        
        Conflicts:
        	automation/source/inc/cmdbasestream.hxx
        	automation/source/server/cmdbasestream.cxx
        	automation/source/server/retstrm.hxx
        	automation/source/testtool/cmdstrm.cxx
        	automation/source/testtool/cmdstrm.hxx
        	automation/source/testtool/tcommuni.cxx
        	basctl/prj/d.lst
        	basctl/uiconfig/basicide/toolbar/findbar.xml
        	cui/source/dialogs/about.cxx
        	cui/source/dialogs/about.src
        	cui/source/inc/about.hxx
        	extensions/source/abpilot/abpservices.cxx
        	extensions/source/dbpilots/dbpservices.cxx
        	extensions/source/propctrlr/pcrservices.cxx
        	extensions/source/svg/makefile.mk
        	forms/Library_frm.mk
        	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
        	lingucomponent/source/spellcheck/spell/sspellimp.cxx
        	package/prj/d.lst
        	package/source/zipapi/XMemoryStream.cxx
        	package/source/zipapi/XMemoryStream.hxx
        	setup_native/prj/d.lst
        	setup_native/source/win32/customactions/relnotes/makefile.mk
        	tools/test/export.map
        	wizards/com/sun/star/wizards/common/ConfigGroup.py
        	wizards/com/sun/star/wizards/common/ConfigNode.py
        	wizards/com/sun/star/wizards/common/Configuration.py
        	wizards/com/sun/star/wizards/common/Desktop.py
        	wizards/com/sun/star/wizards/common/FileAccess.py
        	wizards/com/sun/star/wizards/common/Helper.py
        	wizards/com/sun/star/wizards/common/SystemDialog.py
        	wizards/com/sun/star/wizards/document/OfficeDocument.py
        	wizards/com/sun/star/wizards/fax/FaxDocument.py
        	wizards/com/sun/star/wizards/fax/FaxWizardDialog.py
        	wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py
        	wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py
        	wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
        	wizards/com/sun/star/wizards/letter/LetterDocument.py
        	wizards/com/sun/star/wizards/letter/LetterWizardDialog.py
        	wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py
        	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py
        	wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
        	wizards/com/sun/star/wizards/text/TextDocument.py
        	wizards/com/sun/star/wizards/text/TextFieldHandler.py
        	wizards/com/sun/star/wizards/text/TextSectionHandler.py
        	wizards/com/sun/star/wizards/text/ViewHandler.py
        	wizards/com/sun/star/wizards/ui/UnoDialog.py
        	wizards/com/sun/star/wizards/ui/UnoDialog2.py
        	wizards/com/sun/star/wizards/ui/WizardDialog.py
        	wizards/com/sun/star/wizards/ui/event/CommonListener.py
        	wizards/com/sun/star/wizards/ui/event/DataAware.py
        	wizards/com/sun/star/wizards/ui/event/RadioDataAware.py
        	wizards/com/sun/star/wizards/ui/event/UnoDataAware.py
        	wizards/util/helpids.h
        	wizards/util/hidother.src
        	xmlsecurity/prj/build.lst
        	xmlsecurity/prj/d.lst
        	xmlsecurity/qa/certext/SanCertExt.cxx

2011-08-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [13014eda6051b455c28af1443971b0eccd9e786a]

        keep the deliver log apart from build log for gbuildified module

2011-08-21  Matúš Kukan  <matus.kukan@gmail.com>  [4b8f887266321ade837e1ebebee72a60ac6f840b]

        unusedcode: svtools::

2011-08-21  Matúš Kukan  <matus.kukan@gmail.com>  [36703ca1de68cd62782d0d425123521a5bc6732b]

        unusedcode: CollatorWrapper

2011-08-21  Tor Lillqvist  <tml@iki.fi>  [fb9f4d8129eeb12d751a9e5cd47848aa23182ea9]

        Further attempt to make this test run on iOS

2011-08-21  Tor Lillqvist  <tml@iki.fi>  [b6a9f3560abae7a2b7bb33f6b30e4413105ff4d7]

        Link cppu statically to gcc3_uno on iOS

2011-08-21  Tor Lillqvist  <tml@iki.fi>  [c209bef8e51e89d325d32104e28ddeb624675241]

        Use prefixed name for uno_initEnvironment() for iOS

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [f43304078483ec12b4433bc280b623529bf80591]

        Rename List -> OStringList
        
        I also renamed the varable from list to stringlist.

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [25ad04f7183052fc1d2e8750ced06fd41a982139]

        Rename List -> WeakReferenceList
        
        Just to clearify which List we're talking about.

2011-08-21  Joseph Powers  <jpowers27@cox.net>  [97ae05a43f2701f78ddccd41d6f72887d61845d6]

        Rename List -> NodeList
        
        List was defined as std::vector< Node* >; but calling it List is confusing
        since you don't know what type of list it is. Also it's just asking for
        compile issues since we also use std::List, a custom List<>, & a class List.
        
        I also removed Node::Children() since it wasn't used.

2011-08-21  Tor Lillqvist  <tlillqvist@novell.com>  [9097947b9bed8e3005af4a73df93b9c54c938cd1]

        Revert "I am tired of thesee assertions, put them behind dbglevel>2"
        
        Nah, having them behind dbglevel>1 is fine (which already means these
        assertions won't normally be compiled even with --enable-debug).
        
        I got mislead as I was building with dbglevel=2 everywhere. But
        pondering the point of dbglevel a.k.a. OSL_DEBUG_LEVEL, I think the
        right way to see it is: You are not supposed to build all (or large
        parts) of LibreOffice with dbglevel=2. If we used OSL_TRACE all over
        the place as thoroughly as in some files in sal/rtl, that would lead
        to astronomical amounts of tracing output. (We don't use OSL_TRACE
        like that, but that is another thing...)
        
        I think the intended use of dbglevel is that you should build with
        dbglevel=2 only the small part of code you are currently actively
        working on, when you want to see trace output.
        
        Of course, another problem then is that in some modules and/or
        libraries it might not be possible to compile just a part of the
        sources with dbglevel=2. That should be fixed.
        
        This reverts commit a3bad2855032fb2742feea1e0e350297d41f69fe.

2011-08-21  Tor Lillqvist  <tlillqvist@novell.com>  [5f4f2b8208f97b4fdf36dc8c1df01aa4056ad87c]

        Also oldnames.lib

2011-08-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [e503a7e6cac348e3b57641692085044ade1aa8f9]

        bring sccomp into the tail_build fold

2011-08-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [51836d616f8542b65044e2824f0d07248e9abd9f]

        remove debugging print

2011-08-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [960e26e8271633e3b807be5c1f8e4b5cfff93e6c]

        lotuswordpro is in tail_build, it should not be in postprocess pre-req

2011-08-21  Julien Nabet  <serval2412@yahoo.fr>  [b2da8254dc031d7f4f21cac81eeebc2b6cd5b448]

        There was still overload ambiguous

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [790d4bd44a5f040afe76adf2da424edc9a58fead]

        OUStringBuffer.append call: add explicit radix to disambiguate overload

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [cb937e72b855c68efe982b63cab9963f941867aa]

        use boost::unordered_map instead of STL one so as not to require C++0x

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [2fa3cac022c6003b2e3268ad8289a413b2c7c687]

        check array index *before* using it in array, not *after*

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [eb6621d43753b07d002aaaa8ce1ae22e8d2ab316]

        scripting: make a debug build log uncaught exception when loading a provider
        
        Also put a newline between "Error creating provider from factory" and message of the exception raised by the provider load

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [ac2359cf8440c3e04c08566fdf576850f83e6601]

        pyuno: close opened parenthesis in raised exception message

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [21192c6ea981a7f2abb03b53381ecf67980ddb65]

        pyuno: some comments

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [58aa95c94459aec8cb467f3d6ec8ac9491c7a46c]

        Janitorial: remove unnecessary const_casts
        
        The python C API has consts at these places

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [d269a182506cad8f11e9631229d4dc20f5e33abe]

        Janitorial: remove unused variable

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [fa43b7742227a74c2bfb83c5147ac6eb69e7ef20]

        pyuno: make extractUnoException handle exceptions raised by uno.py loading
        
        This allows having a meaningful error message when extractUnoException
        is called from pyuno_loader::getLoaderModule() (via
        raiseRuntimeExceptionWhenNeeded()). If it is called to treat an error
        that cropped up in loading uno.py, the old code would abort the whole
        operation by throwing an exception because... it gets essentially the
        same error. The new code leads to a sensible message on the Python
        debug console.

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [41a68a4f77a639def35d778b86b6aeda8fe60a7b]

        pyuno: hook into import *after* the _whole_ uno module is successfully loaded
        
        This avoids breaking the whole python process module importing
        when an uno.py import failure happens after the hooking point.
        In that case, _uno_import is still the python module loader,
        but _g_delegatee is not anymore bound to the previously installed
        importer, and thus any module import fails with:
          File "/home/master/src/libreoffice/core/install/basis3.5/program/uno.py", line 260, in _uno_import
            return _g_delegatee( name, *optargs, **kwargs )
        TypeError: 'NoneType' object is not callable

2011-08-21  Lionel Elie Mamane  <lionel@mamane.lu>  [a9b9b40570e6cf26ac23cd49b043d8bc2e878240]

        pyuno: allow uno structs to be initliased with keyword arguments

2011-08-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [b796c129e296cbd6e9a2d896739441a04a962b08]

        no need to redefine gb_Helper_conert_native over and over again....

2011-08-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [ace5147f4f8eb651c0d9e83f1fc710118f239ce2]

        ios does not seems to inherit form macos, so add a yacc rule there too

2011-08-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [105ed49aca83e88a4f8e11d0815e2f275bd8939e]

        move yacc command in platform/* due to Mac PPC ancient bison version.
        
        Mac PPC has a very old bison that does not handle .cxx extension well
        not does it support --defines=<file>. the result is that the generated
        header is called <foo>.cxx.h instead of <foo>.hxx
        
        To deal with that we moved the yacc rule in the platefrom dependent section
        and added some renaming magic for the PowerPC case on MacOS.

2011-08-20  Matúš Kukan  <matus.kukan@gmail.com>  [0c2876b7f4d74c678d328e1064301962766dae11]

        no reason for changing name of cui library on windows

2011-08-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [410313823569206ff1dce10fb4354282ee812bc8]

        prevent the creation of $INPATH in the module source for gbuild-module
        
        The creation of $INPATH and sub-dirs was triggered by the location
        of the logfile. in buil.pl that trigger the call of mkout.pl
        We adapt SourceConfig to keep track of which modules is gbuildified
        For these module, the log will be at workdir/Logs/
        
        Also clean-up the remnant of the support for dual build mode (gbuild/dmake).

2011-08-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [9e29ce41204823fd1108202ed5b7b80e0c1aba11]

        WaE: MACOS gcc is too old for that pragma

2011-08-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [6f4309fb1e18891aa02fb231f306a1115d4ddac8]

        use native yacc/bison support in rsc rather than a sub-make

2011-08-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [d73872e9f262744d40ffddcc77c3e0ccebe467a0]

        add Yacc/bison support in gbuild

2011-08-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [e5b88760649f56e3f6e3de55a00be389cb06ed15]

        get forms buildable on windows.

2011-08-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [5673dc9620c7049764e33a4f68e696ddfb9d7203]

        icui18n -> icuin on Windows. Now lotuswordpro builds.

2011-08-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [d64bbd6bf8d41604e3f14f911f2169f4295e4d99]

        detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set

2011-08-19  Kohei Yoshida  <kohei.yoshida@suse.com>  [3c880648fb99b0f7d276dd2ef1eaf99127a85c46]

        Fixes link error on Windows.

2011-08-19  Jan Holesovsky  <kendy@suse.cz>  [67f762250276aeaa65b5d96de0e12d45093b947d]

        Fix some icu cross-building problems.
        
        Still it does not finish, though; to be continued.

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [2d7c9298c050ff21b2dce6f2d6d76c067a74b892]

        WaE: fix build

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [b28766f1e5e23e56ba0b5d498872ac6c02ccf628]

        missed this errno.h

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [14a255f9c064253b28c82e1e3a5ee18e033475fa]

        add errno.h for errno

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [49f5d94f40fddae3d34a8f330965719f8f64eb04]

        pictures in fly frames are already handled

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [8807969ef37ed9b4ff0d3f259802982e49b55805]

        a pard between two frame definitions means two frames

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [72d09b8a1c7a5fd6cf14517efba273c53aa87837]

        paragraphs inside frames do not count

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [c9bdee0b19174214bfbc04a944ff8266b0303351]

        handle sections containing no paragraphs

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [82336dbc53a9e88e6e97e4d6653e132633a4fdec]

        multiple sections in a frame are not allowed

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [4dd70db964fb691af07cdbdea9dc36a4803f7e65]

        make sure frame props are always emitted

2011-08-19  Miklos Vajna  <vmiklos@frugalware.org>  [6229149a1bd6ada0ff952d86f6b346b8b2fd07ce]

        have the twip->mm100 conversion code for frame props at a single place

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [d62e4809df73a9f871b72ff2a2a7d5cb8fcdb86f]

        Use cygpath -m on Windows where necessary
        
        We can't pass Cygwin pathnames to non-Cygwin programs.

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [a72c7acad90f9431c3b800327734ea00458dc3a0]

        Improve input and output file open error handling
        
        Tell file name and actual error in error message. Print error message
        to stderr. Always exit with failure when not able to open an input or
        output file.

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [bb58d59e6479b8f2548574a561c64a17601b15a1]

        Correct spelling of gb_Library_get_linktargetname, no double underscores

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [691f53959e3ec034cedcd15c3f7044a141b42878]

        Use -NODEFAULTLIB for dbgutil build and link with kernel32 and user32
        
        This avoids warnings about linking both with normal and debugging
        runtime. Matches more closely what the old build system does.

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [9cf309c4f0c85a1db0f470b389a1e4a1752204f0]

        There is no gb_Object__command_deponcompile and we do deps another way anyway

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [2653715b5298e3f59b2f1a6cbb1f7fddccad0a11]

        Remove bogus whitespace on empty line

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [ac8b13ee79ba31806124b215de7a1149144d0b11]

        Set debug- and dbgutil-related variables here, too

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [a3bad2855032fb2742feea1e0e350297d41f69fe]

        I am tired of thesee assertions, put them behind dbglevel>2

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [bdfca5e003eea0462cf15c3374afce01c2f46906]

        The shorter icu library names are used for WNTMSC only

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [bd6fadb384bf1a2f542a077a44549a533e8fcb62]

        another one

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [d3a0aa10d89fcf8dcd27996338efbb7cc3f0b357]

        would leak on SdrRectObj::RecalcXPoly, drop NULL checks before delete

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [8fe21bbcaf1c496d2181c077548d619aa6f66ad6]

        get localedata to build under windows, lib vs bin

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [23eb3939a750fbfd3157bd7d3777ae3ec0282b02]

        Resolves: fdo#39026 SfxPickList singleton wasn't instantiated

2011-08-19  Christian Dywan  <christian.dywan@lanedo.com>  [1c923dc1dfbdb85ec8ae0f8fe260722fdd455d26]

        Make clean instead of unxvlngi6.pro for gbuild modules

2011-08-19  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a02f65534b27242780406d1532cd8ca93873de8]

        Uploading libvisio-0.0.5

2011-08-19  Jan Holesovsky  <kendy@suse.cz>  [81ca6d858b2e50ded7a4f713cc134a13c1fbf886]

        Allow parallel build of the the cross build toolset.
        
        Plus various minor build tweaks.

2011-08-19  Matúš Kukan  <matus.kukan@gmail.com>  [072efc74051b1e67a9112f4f5ccf2fcba6a6343f]

        deliver also unotools.hxx

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [70d60b184c19abc3db43f10953552d23ff7c59d8]

        inch closer to windows building

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [be6b882f8d5475cfa226e3f4e6bf3ac116c245b1]

        fix build, add mode-lines, use rtl::OStringBuffer

2011-08-19  Matúš Kukan  <matus.kukan@gmail.com>  [083e8d90e1bed6d5852b1bf931024bb07a086e10]

        correct typo

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [b0b157057005c27c401cebd77fb9ab7208329a2a]

        gnome.xcd is build in postprocess for ENABLE_GIO or (LOCKDOWN + GCONF)

2011-08-19  Noel Power  <noel.power@novell.com>  [0531021de4a63879baa3de262d871a08712c4bed]

        tweak vba decompression as per frob's amazing bit detective work
        
        ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice

2011-08-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e138dc6704623e1acffa32dc8bb5afd93e8fb238]

        gbuildized modules have empty d.lsts

2011-08-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [589edce0f48bc48666193d4d9d3e9e77ffa81bce]

        gbuildized modules have empty d.lsts

2011-08-19  Michael Meeks  <michael.meeks@novell.com>  [a36485c82a964b71156f8e4d38f38abe6dd93868]

        fix linkoo issue with preferring old libraries to new gnumake ones

2011-08-19  Michael Meeks  <michael.meeks@novell.com>  [9950fc4f657ebc389185006137143e9782deccfc]

        print fatal UNO exceptions' text in a friendly way from OpenClients failures

2011-08-19  Michael Meeks  <michael.meeks@novell.com>  [d27d1489770666fe1d44f832882b67ac507033cd]

        remove legacy explicit library loading fallbacks, and clean
        
        centralise cut/paste coding designed to explicitly load i18n and
        i18npool libraries if UNO is not bootstrapped. Instead fallback to
        the process service manager, and require this to be initialized,
        even for small tools.

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [1ee8a779c21e8d6f6a85a4e0bcefee227bff5a94]

        now cairo is the only way to render text under X

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [8e64e571f23f969590efbf7246c464c352d8b9ec]

        Merge FreetypeServerFont and ServerFont now its split out into unx

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [2f800d902f060fdb43a56e381264e0b626f1af2f]

        fdo#37206 toggle default config to false for crash-reporter installed

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [00b764d9e924228582ac1fa2b9fb24c5b81403b2]

        callcatcher: regenerate list

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [ed51a3a41670252cc2db95614f496b6559f02e0f]

        ByteString->rtl::OString

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [876083ba299ec3d8ccece11d44d21fc636d0630d]

        drop unused non-virtuals

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [2064934b26abdaa97ffe0983b3bef9ec772e42bd]

        pointless temp objects, stray debugging code ?

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [6b28a77e1b5d68f6e1bd1b473c66e4743651211d]

        ByteString->rtl::OString

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [8d4b87b7b294d5538a539a9640a19a5b13c6da4f]

        use preferred tokenizer

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [d1fb13adf9ab73e53851e5d56cbbbe33bcdcd82c]

        convert tools::Config to rtl::OString

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [2add3f0e5a6b6e5b818a9e41b19436c496aa4c66]

        drop it completely

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [229d63249ae602bef9c0ce7c673e97f9c4583aa1]

        ByteString->rtl::OString

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [1aae9d1634909cba0e3825fab289479a21e48fbc]

        remove extra arg and method

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [671615786f1bd832bfd612dd3b4204e78de1e073]

        branch is unconditional, remove dead alternative

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [7502d401de8a74b05ac7bcf0abab73ed87b53be6]

        regenerate list

2011-08-19  Caolán McNamara  <caolanm@redhat.com>  [0c4c19aca64887e538229a712864ae1225b7efda]

        recover missing evoab2 optional module config

2011-08-19  Jan Holesovsky  <kendy@suse.cz>  [534b3bccfd573a6bf4fa5e652d10c8c3796beb7a]

        Fix i18npool build on Windows.

2011-08-19  Tor Lillqvist  <tlillqvist@novell.com>  [8348732753940a9d1d59d321b5e1832f782feb34]

        There is no gb_Foo_get_external_target, fix as dtardon told on IRC

2011-08-19  Yifan J  <yfjiang@novell.com>  [53e29896af1b9744ebae1030c8fe4565886a56e0]

        remove extracting dirs before testing

2011-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [a004ca1eacaa18157c9c4fd3d550128e180faec9]

        check that ccache's cache size is reasoably large enough
        
        if < 1 GB do not auto-enable ccache
        if < 5 GB warn about debug/symbol build

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [6e566bc451f3db8a0507fe42946706fcb5616918]

        and so glyphcache.hxx is revealed to be unx only

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [670245be8d872e7d8bab60cef5348bf86c80b845]

        move unix only stuff to unx

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [f17a2a006388d33d26adf9038795550361c0d62b]

        remove various casts from ServerFont to FreetypeServeFont
        
        i.e. add the missing api directly to ServerFont

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [85147fabdbdec809c9ecf1582adbdb03f00c42c6]

        USE_BUILTIN_RASTERIZER is never set

2011-08-18  Joseph Powers  <jpowers27@cox.net>  [e745ff93d0e15e831bb857c1881af6250f37911d]

        unusedeasy: cleanup comphelper::MediaDescriptor

2011-08-18  Tor Lillqvist  <tlillqvist@novell.com>  [4ae8b026a4eb2fc3585c913d0d3a613ed14a8ba3]

        Need to use cygpath on Windows

2011-08-18  Tor Lillqvist  <tlillqvist@novell.com>  [eab990db0a986c75ef49632f15ae84aa2d844123]

        Let's try to do without the extra copy of icuin.lib as iicui18n.lib

2011-08-18  Tor Lillqvist  <tlillqvist@novell.com>  [2b95c17a562031676c9fd07939d0ca38b92bbfff]

        Indentation fix

2011-08-18  Tor Lillqvist  <tlillqvist@novell.com>  [c77e44481a961b94c2550c864b59de231be0b6d9]

        Sort a block of lines that was almost sorted already

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [6d6605dc872609a972a8cb9b2f7c8f28cef718f8]

        no debug output

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [1a4c6931914f0072a2828bf6966606781384d210]

        implement sub/sup support for ooxml math export

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [efb9c9000071b9ab2f1757caf810ad43ee259e1d]

        handle some attributes for ooxml math export

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [7f4ccc474c8606b58bcbdb888b81a2f0e9aea2aa]

        add more accessors to Sm*Node classes

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [b9aa0c02d998c412431784acd99f30a38c71d43e]

        const

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [4ded3c11bb25368f92aaee623d3e8ca004719d9d]

        implement root support for ooxml math export

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [c070a4d86a43984152ce44ff1d39a21ee5f9818f]

        certain SmNode children actually can be NULL
        
        but such (optional) sub-nodes should be handled explicitly when
        handling the node (e.g. optional subscript)

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [283fba09952bcbca74f879ad94371c09ff92907a]

        explicitly do nothing about formula placeholders for ooxml export

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [a169d1cec171977fa446622ac1c3beb28d32fd05]

        cleanups for ooxml math export
        
        HandleNodes() -> HandleNode(), as it just handle the one node
         (and children recursively)
        add HandleAllSubNodes() to handle all children of a node
        there seem to be no point in checking GetSubNode() for NULL, as it
         seems it can't be so

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [b80005b21226f1b01761a427be31d89dc49e2e02]

        ooxml math export for vertical stack

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [ce5626277bc55c17db8322b81be1c5f2d1ad02f6]

        implement x/y properly for ooxml math

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [438b5717ab783d13ba8249c0c11d87896a5ee49b]

        implement ooxml math (basic) fractions

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [c0bcff297b9282baa6de998804e451d66e2863b7]

        hack: make msoffice 2k7 be able to read ooxml formulas
        
        It seems that it doesn't read characters unless the font is explicitly
        specified as "Cambria Math"

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [1ea4a6658517d27e7d5e26fc33fca9e49af6ddf7]

        write formula to the proper place inside ooxml document

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [046677539e002698425b11428488a1229fc3be20]

        proper namespace for ooxml math stuff

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [047a5de1fe8fdc60ffb07c68125c6d0a08353e0d]

        starting work on OOXML export of formulas

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [2e5e29471f9ac61ec454bf90a985525a0ad5cb1c]

        hook for calling from .docx filter to starmath for writting formulas

2011-08-18  David Tardon  <dtardon@redhat.com>  [dc03f0321b0c9b6448e516bd5740b0d920fe18e5]

        use gb_LinkTarget_set_include,_add_includes is not defined

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [5513570bf9b58392659c33aea37abc4807f59cb2]

        add a warning to Time class that it is broken API

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [28d84e1b04a1936901695d9ecb8c5c8ee8f3c874]

        placeholder for writing math to .docx

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [ece27b6e1c7d924715cc8a75f9d4a85636d84fff]

        hack, write .docx datetime as local but mark as utc
        
        since that's how MSOffice reads it :-/

2011-08-18  Luboš Luňák  <l.lunak@suse.cz>  [eccb19aebbef1a11a38e7ffb6b51c1fa6eded7e8]

        Revert "adjust for timezone when reading datetime"
        
        This reverts commit 7fcd99b3d261b0bd76bbf4a7f9bfcb93793be4e4.
        Apparently everybody lives in UTC+0 timezone according to MSOffice,
        wherever they live.

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [10de8cf0e3749ef377d68458d5a27e952cfd58c5]

        warnings fixes for RTFPicture and RTFFrame

2011-08-18  Matúš Kukan  <matus.kukan@gmail.com>  [53d2353dcb183fec15f18534840457f3c4cbe03d]

        use namespace for ItemHolder2 in svtools

2011-08-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d40dce0f0f00b88dd645a0f334e3d7b2d6af6515]

        Header/Footer: moved the decorator color to the options

2011-08-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [81ad146539b27391689aceb5770e8eaa382ba58b]

        fdo#37403: even better SdrRectObj::operator= thanks to Stephan

2011-08-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0b4780143017b8d69f8c081f4b7dc6a685b9fbb1]

        Headers/Footers: set only the main color and play with luminance for the other

2011-08-18  Matúš Kukan  <matus.kukan@gmail.com>  [15f482b1e9aff47a366a1cb1666fb4aabea49912]

        Add prefixes for some component_getFactory functions

2011-08-18  Lubos Lunak  <l.lunak@suse.cz>  [c902dc86556e640532cb857385b75c2bdb60bb2b]

        Simplified license header template.
        
        With input from Björn Michaelsen and Thorsten Behrens

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [b268e6d60681787e0fe7d387259e937c87ce00f5]

        use of ure thing in test probably needs this depend

2011-08-18  David Tardon  <dtardon@redhat.com>  [0ad00eabb10d7412cda3e58bf2c387f7dbf6b949]

        realpath is not necessary here
        
        (moreover, its use breaks parallel build ;-)

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [2cce29a36d857b8e0bdf139bc1823681ae23c08c]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-08-18  Robert Nagy  <robert@openbsd.org>  [fedb09d74c69a9525d2117689abd04cc6140db9e]

        fix berkeley db detection on OpenBSD

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [075980de320ab9e30832afd2ae07f446d484e6e6]

        don't need this depend do we really, breaks windows anyway

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [13c00ce322e78eb4e0f50ab84ded19cd6aae1ded]

        Enable the writerfilter-based RTF import in non-experimental mode
        
        Disable the unit tests in sw, as that would duplicate the unit test in
        writerfilter now.
        
        Do not remove the old filter yet, so this commit can be reverted later
        if needed.

2011-08-18  Tom Tromey  <tromey@redhat.com>  [7762f92e914972f2ad7eb6a92f233aa233dae98b]

        compile / scope fix for latest gcc

2011-08-18  Aaron Strontsman  <heinzlesspam@gmail.com>  [4b46b220bbe09915f7a12ad019cb7a3890eafa6e]

        Additional patch for fdo#39167

2011-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [5d2e40db71365120209c2ae0595531d6bc1d6379]

        i18npool depend on udkapi

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [da019635438cc145de28aaa0864c324bb2219c2b]

        ByteString->rtl::OString

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [139029d6f64bf1eb38ab7851b0379b19f802fe75]

        ByteString->rtl::OString

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [b48a6f14e5fff7ec8f2a9f9fcf49a035b7287c97]

        callcatcher: unused code

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [f0cb9d723ed4b561ec771abbb9f1888c66ba348e]

        Related: fdo#33160 Add Estonian Kroon to Euro converter

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [f7165615197c6352cd8f02b31dc9c94a4f99fc98]

        Revert "disable i18npool's unit test for now"
        
        This reverts commit 8ae498242b5fb90d4f33b470616b90790ff807e0
        because no justification is listed

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [b5736291ed105d5366797201d5f5f92ac2f39d14]

        registered but uninstalled database drivers break address book wizard
        
        among other things undoubtedly. The idea was IIRC to drop adabas
        support, so lets not register the uninstalled components, and
        while we're at it not build it either.

2011-08-18  Jan Holesovsky  <kendy@suse.cz>  [afbe3ea870ca40cfc1fff67ff80533b0bd3b4bd2]

        Remove SD_DLLPUBLIC, it breaks Windows build.
        
        If there is a method that needs to be public, better SD_DLLPUBLIC just that one.

2011-08-18  Jan Holesovsky  <kendy@suse.cz>  [65a03924b20852235db5f2ec68cd2d3b1042d8b3]

        Check for amd64/atls.lib, and disable ActiveX 64bit component if not present.

2011-08-18  Jan Holesovsky  <kendy@suse.cz>  [1641f08f1a09dbdf98d02d5573ea5ac70f508eee]

        Revert "windows compiler insist to have access to delete[], no matter what"
        
        This reverts commit 0ae3794348be4520adff16eebaa9486c56de70e8.

2011-08-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [2a9692a4650afc3c5eed1e4e84fb871846e5001a]

        have autogen.sh return an erro if configure failed

2011-08-18  Takeshi Abe  <tabe@fixedpoint.jp>  [91f85b294b7c71223b471279060f7a07d3c9bbd0]

        catch exceptions by const references

2011-08-18  Kohei Yoshida  <kohei.yoshida@suse.com>  [aea70b22af92ca6ed013bf6c78a6fdcae58d13cc]

        Fixed build breakage.

2011-08-17  Kohei Yoshida  <kohei.yoshida@suse.com>  [efc6b840a0423099d6c3e0d33c14d34637fbba4c]

        When painting overlapped controls, paint the bottom one first.
        
        Then work our way frontward and paint the top one last.

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [e9440fb5a0579096423c081b0f0a2185b628e896]

        Implement partly the 5th step

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [9e5ad1ef6566f609cea1bb09bdec0a73299f93d6]

        Implement add button

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [1723ba129281ac791a2e5faad67cd9a7de2b8ab4]

        Forgotten file

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [7735b1cf75a7759a25bb6496a5b8253a8b0aa97d]

        Forgot the launcher

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [9ad82442fb37f42d3f2797b9594c7021aeb34de4]

        first attempt to create the web wizard

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [3f92e275dafc0a54160937710cf77a9995c08cb5]

        Unused file

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [3c7d254e415b5b16a468ce94c6e6c336206e3aa6]

        I forgot to add this file

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [304055f233e52c977717a0ddbc759e59b6c93756]

        more cleaning

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [1a77ddefae20680f69d9c4842eabc9bc8ab633d5]

        Let's delete it for now

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [b46e5dd918c010f56947144c82fd6dee5838ff16]

        Fix a scroll problem

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [927ba7df4028bda0f1b38698d9f85e2ca7124850]

        Write the agendaitems in the proper table

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [85a72b6eefa97748f7364982fa9e88cf029f4f26]

        clean it up

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [8ea57036431058cc83aa32dc9a9ce1e3555bc155]

        Fix buttons behavior

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [1a8ba1fe85214422193c677ee7a311193c56292f]

        Fix cursorUp and cursorDown

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [5d14de7893bd0b61ecf7d4b0c6a24d2e4c201fef]

        add focus, scroll and key listeners

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [cddebf4191e7c8e99a1ac4c73bb6a410ff8ef05f]

        add listeners to the agenda items

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [b87820ca0991e9bcca87bc7c553757b1d32e4d68]

        Don't break the wizard if there's an exception

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [a1fd3a904f4daaeec7598891e77ac66949df4207]

        Make agenda items editable

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [98318dd2b7113f6c89ad0050befaedfeca2d4e63]

        Fix setEnable

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [628e2b7834d7fdda54bee7d6600c8ceb404174b7]

        Load the proper template

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [873b9a1a7775c43676b02126b0a566bccbb2f39a]

        go to the last step when finish

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [dfb62d83d540e3f656202f814b4ec0931450f51e]

        I don't think we'll need it

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [dd8c75ae90f49ed70cfca0dea2359953f4a97d38]

        Show AgendaItems properly

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [d6ea6c1d55230f37485778056989ff6a9cc72862]

        Fix Show/Hide tables

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [93f1ded52049b8ff63c97a6682e028ea420ed355]

        Show the date properly

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [ba5f79d6f230d06ac3ff87a43579c4ef14992ec7]

        Add Textfield listeners and fix a bug found in the java wizard
        
        BUG: The time was showed wrongly

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [316490a12920855fd89465a0c185cfba5c8a5301]

        Add checkbox listener

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [f601dd95dcab2314977c2c756823f56d01ad93ce]

        Remove duplicate code, clean imports and fix a problem

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [5cf673d4782605da4b7e6bef984797bd1683b193]

        Remove unused method

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [b54c2c175704bafff492d0570ee0efd817b93bb1]

        Fix problem in Letter Wizard

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [449defd488eada72fb2f1fe24df662a7ea47e82d]

        Fix problem with listboxes

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [7cfbea78dda9c0dc4bbd834f25c43a1cc00c996f]

        Let's do it this way

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [58865971f4ecd4d7a2d8eb322a2d8197097a19fd]

        Some refactoring and formatting
        
        * Don't load a preview if the item selected in the listbox is the same as before

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [f55b6fb6ddf73f2688b58c2caf388b7208b6e898]

        Fix Finish Button

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [80486c809cd807a1c28ef0e0083c25b84539e0f3]

        Fix the ListBox

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [89b7d1ae9e37b76a0e234cb5daa4e48104ab0c58]

        First attempt to create the Agenda Wizard
        
        the Document preview and the wizard are already shown

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [80fc1ff50180c7779014b5f060fb6db4ec06a63c]

        Replace xrange(len(x))

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [db0e2da971b5b4b7edf403af9382be57fea788e3]

        Clean up

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [2f5083e30bc29b758d0f562d2f81b8acaf7b5582]

        method unused

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [b12ad0030d6985437b9930f838fcc9c1aa50aca5]

        fdo#37290: migrate Basic to new resource service

2011-08-18  Matus Kukan  <matus.kukan@gmail.com>  [d9db3380ec68c367955234f32ec66e2f6c9850d0]

        Move methods from component_getImplementationEnviron to component_getFactory

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [efc03133b105af9e4b16e2f4b8797395f0ba6fde]

        callcatcher: remove unused TpBorderRGBColor

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [583e72a8c49d3eee7679056f9b0178002e39f54a]

        callcatcher: remove unused xmlchar_to_ous

2011-08-18  Thomas Arnhold  <thomas@arnhold.org>  [34390079fef2c02bc2bf0b1c336759afb49a7477]

        Remove unused test/sax

2011-08-18  Thomas Arnhold  <thomas@arnhold.org>  [0234a75db73b215d5212d140f6346d6842364ae4]

        Mark this as TODO

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [69ed76f89105c23089bad7cbe8227eed2afb3704]

        Duplicate code

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [4cd9b66430a49092eceb9d004e03813862c8b05b]

        Show wizard dialog on top

2011-08-18  Caolán McNamara  <caolanm@redhat.com>  [326324dd764385d21754aaa2e7fc196386eb4729]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-08-18  Francois Tigeot  <ftigeot@wolfpond.org>  [d3318788b34f6c570dff9f3a969ab4182f127b0e]

        Remove an unused platform list.

2011-08-18  Matus Kukan  <matus.kukan@gmail.com>  [1cf8feb7da1b3188e0800e3f46abe9cfab55114b]

        Remove preload library related code

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [2707abdd1928006c6efbac3cb98f6bac25ad55ac]

        create file when it doesn't exist

2011-08-18  Christina Rossmanith  <ChrRossmanith@web.de>  [7bd40550a45e1013efaeec0a93ab152329254fc1]

        Replace ByteString with rtl::OString

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [7f3a3e02d723edf00e09dbb1d2020e0084545338]

        Tokenize text::HoriOrientation

2011-08-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [57272eaaf5776f673b5141354a1d1e1af080d575]

        Merge commit 'f9d40c2b591215b57ece4ba6e623b7808a7ae717' into feature/gsoc2011_wizards
        
        Conflicts:
        	wizards/com/sun/star/wizards/common/Resource.java
        
        merged resolved as per:
         e52421bc118e9c5f3fce5a32ba9efdcad7627d92
         9e91dbca08056fc31f388f5642fdfa3d2b910990
        
        in the old components repository merging the corresponding commit
        3b4fe490441f9f77829bc6c1ae30d79a4d50255b there

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [57f28d9900edc48cbe5239c2b8597f8f5c5c3edb]

        complete text::VertOrientation

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [1df024d97cc44155566f8db279e8cdba37e95fcf]

        Handle the letterhead layouts properly

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [7f9e1d02529deb1bb7cec968c1c2d87c95e62387]

        apply python style and fix some minor things

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [580c95a98708f2035c4d7439060f5c44a51d9331]

        small changes

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [a779d08e790012925e21770fa7fd38ae11923bd1]

        save RadioButtons too

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [128b472c08d10bdbc6aa84dcea3f80a8f1921ec1]

        unused functions

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [85a798bd8a7b79025b1dd23eebc6b20992f6b690]

        Cancel button works now

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [dc85befb7a25a5a70a17c259b4d54a2f17f90123]

        First attempt to create the letter wizard

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [deea0a222283c8ab4faa88d852de950a7639ed4d]

        Remember last template and clean ui/event/

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [f9bb17f30fa42d2dbeba6c6d6d2baf44c51867ca]

        I forgot to delete it

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [cc1feca726a5954900f29e7a7e7f9209fdc4cac9]

        Save Configuration

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [97dbc803692ac6a23d45a3d4b15f20eb68611c62]

        we won't need it

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [793e0fbf2153d42fa02842fe0bb05fc6a0acfbe8]

        Load preview configuration

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [dcc632838700ed768bbea16f4f1772160308edf6]

        Remove deprecated method

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [a96b6a5e180d26f24bb5ca2c1946903cae733e60]

        Show warning: Do you want to overwrite the file?

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [ad37b2df42407988b30251189a1d1c7273a7f817]

        Remove deprecated method

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [439dd36f931c355c5095753d356a472e8767899a]

        Add an import I deleted by mistake

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [6ac14d3752a315013bfd048a2b7f624d36d4eb3c]

        Sort listboxes properly

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [bd1be4c1ec599f9c992ca11e93e8b3a2e4c0ae03]

        Replace some uno.invoke(now it loads faster)

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [33cc40c9d9ba0883ff342c952a4a35ce426c459d]

        Fix message, salutation and grettings textbox

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [11849c7545f8ade7b03e91e44750dd72f683ac29]

        Footer checkbox works correctly now.
        
        Others:
        - Replace all UnoException by python Exception

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [aaecc07a4ad2e88fbf727cd979e292b32b9a8cba]

        a bit of optimitation

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [0469424627edc55bea7437f146ba06c313411a17]

        Avoid crashing after finnish button is clicked

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [1a6abb326a51b4fe2199eee8baef8e22a96cec86]

        Remove imports

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [e2d159e70206591ff45b8461d0f82c13045de7fe]

        Set current data to the file

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [4834bac80ae5a77f4eaf341eb360e68cff1b271c]

        First attempt to create the document

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [7a3171c6a89067917a3b051ef9cf25a7fd70cddc]

        Let's delete it for now and see if we need it in the future

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [8fa2b59f96951165fd26b98e3e1138122ffd331b]

        Remove unused class

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [bbdda7a40389a0173ad6b6ca20b0623061c156f1]

        Add listeners and optimize.
        
        - Add listeners to the steps on the left.
        - The wizard dialog is loaded much faster ( ~5 second faster than before )

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [0df4a8eff1f0a9f8a8619cdd29df3c3036279587]

        Line length <= 80

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [68b50acc4d8672ce74b413076da13a36613efca6]

        add some more listeners

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [b94147a4d700d4732dc7a189c852f0dcf5c274a5]

        Remove unused file

2011-08-18  Xisco Fauli  <anistenis@gmail.com>  [62d753576d5b7cc2326b7d7643cd26f037b94abd]

        some changes here and there.
        
        - Add listboxes
        - Create the document preview in a diferent frame
        - Fix some any.uno errors
        - Add a listener to some buttons

2011-08-18  Xisco Faulí  <anistenis@gmail.com>  [f7f13da56c6285d012ae0d8aad697696c1d40a20]

        initial commit with migration of wizards to python

2011-08-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2963474ff151f75738606f7826fa9c9b8403a9cb]

        fdo#37290: migrate Java to new resource service

2011-08-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cddf81d46015c8d6a916d557efffc8587f16ff43]

        fdo#37290: allow also access to StringList resources

2011-08-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e0b64d9489f92d1873f119fbc921cb624c333e7b]

        remove broken VclStringResourceLoader, add ResourceStringIndexAccess
        
        * remove com.sun.star.resource.VclStringResourceLoader, it is broken beyond repair
        * implement org.libreoffice.resource.ResourceStringIndexAccess
        * same functionality, better interface
        * migrate libresXXXX to comphelper/servicedecl.hxx component registration

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [5d2a624f466f4c81847b07a63ca2d26c39efc33f]

        tokenize text::RelOrientation

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [d8ceaa2fb5f74526695ea5c3ca974e0808f1b343]

        implement RTF_FLYANCHOR

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [e4c1f2a7abcca5f8398f90ce05820456954543e9]

        dmapper: don't reset anchor type of text frames

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [0b415dac18c23052b5dcf0f76445d7bb4f6fbe01]

        these ctors are unused

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [2e67f17fb3aedb41edb72abf87b40bd5ab746296]

        fly props are needed outside their destination

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [6c8d683a4b23c812cf7484ad483bed3fc2e8797f]

        implement RTF_FLYVERT and RTF_FLYHORZ

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [a5d694abef5b889f4f9e8645e1f7f713c25a72fd]

        enter RTF_FLYMAINCNT

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [32ebb1e83072688cfc6056304ae73dcd57d5421e]

        Add data structures to import LO-specific fly frame RTF extensions

2011-08-18  Miklos Vajna  <vmiklos@frugalware.org>  [2f2c6b05cb2d36db394831a1399cf359bd224a71]

        Support empty paragraphs in text frames

2011-08-17  Miklos Vajna  <vmiklos@frugalware.org>  [fd0a8ca9574493f2d52ef1de5104ffdd6226369b]

        Support multiple paragraphs inside a single frame

2011-08-17  Matúš Kukan  <matus.kukan@gmail.com>  [4b60da5d1d25b7cdef001dabac3bbd09d1686718]

        add more component prefixes

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [f3423eab7815827857149995e69d00c7b641282d]

        Fix MSVC build against debugging runtime

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [a50103a7028254a2113c2e21b31cc372dfc77570]

        Bin stuff for compiler versions we don't use

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [94fb4e55c8f83442e79c99515b8cdf33997f56c4]

        Fix MSVC build with debugging C/C++ runtime, i.e. with --enable-dbgutil
        
        Whether this stuff actually works with the debugging runtime is
        another question... The reason why the .cxx and .hxx files in this
        commit explicitly undefined _DEBUG is unknown. As usual the old commit
        message doesn't give any clue. Hamburg apparently didn't use the debug
        runtime in their "dbgutil" a.k.a. "non-pro" builds?

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [2e9c7ef2b065aff27f1f53ade9e5c9ba57b19f75]

        Bin a couple of duplicated and unneeded lines

2011-08-17  Miklos Vajna  <vmiklos@frugalware.org>  [b7633fa4b2ff9fd54a608dcdbf72c3372ee0fdd9]

        Implement textframe margins

2011-08-17  Miklos Vajna  <vmiklos@frugalware.org>  [174b65ec87676078da23952e3fe61ab1366fcfb8]

        initial textframe support

2011-08-17  Matúš Kukan  <matus.kukan@gmail.com>  [8ae498242b5fb90d4f33b470616b90790ff807e0]

        disable i18npool's unit test for now

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [9890c98480161040e048f37d94004b7b05f6c79f]

        Fix dubious std::lower_bound() usage that breaks a _DEBUG MSVC build
        
        Always pass the value to search for of type equal to what the
        iterators return.

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [44c513636f67d7710d5046e3212c77dc438ffaa3]

        chmod -x

2011-08-17  Tor Lillqvist  <tlillqvist@novell.com>  [2495f15abb72cfcaea07fc20151b574e4d254df0]

        Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) build

2011-08-17  Lionel Elie Mamane  <lionel@mamane.lu>  [7f3a944146879d2f0e6ee3f69cf721eb14f18689]

        Do not silently ignore exceptions when saving Libraries
        
        It may lead to data loss

2011-08-17  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [caee685234e87a4509c9aec4f04813714bfaf93d]

        fdo#40173 write out *newly* empty library

2011-08-17  Miklos Vajna  <vmiklos@frugalware.org>  [2f6dab766808e9e0382382d7f781d3892539556b]

        dmapper: textframes have to be inserted before text can be appended to them

2011-08-17  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [0c3409364bfa52fda57818c69a800189237c9537]

        TMP_LIONEL_NOTES

2011-08-17  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [d6ed363c0bc98525c4f1fe8bd5e90d5af457d0fd]

        Overhaul BerkeleyDB detection logic
        
         - use first/newest (not last/oldest) Berkeley DB found
         - link against same version than header used

2011-08-17  Matúš Kukan  <matus.kukan@gmail.com>  [2674376ddff9370988fe1fcad0ec519d1e68e869]

        convert i18npool to gbuild

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [3aeeb8fb5d5342b73f1b2f8dde9f270b46bd94c2]

        remove freshly unused code

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [f0bb814a7c2a513602dbf399889d622e569b98a2]

        regenerate list

2011-08-17  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [03e9161e2eca9d389d7ce419495538c31f6aed31]

        fdo#40079: load Dialog library before trying to get embedded images

2011-08-17  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [e00c67ba62b1f88399090352008d4840d52ca7e9]

        Janitorial: deduplicate code; no behaviour change

2011-08-17  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6f7bd90edcb68a67b63094eae6dae6f144edd5cc]

        Header/Footer: Update the whole page when SwFooterFrm is invalid
        
        Changing the height of the footer frame (i.e. by creating a new line in
        it) didn't update the page margins and broke the rendering of the
        header/footer decorators. To avoid that, redraw the whole page when the
        SwFooterFrm is invalid.

2011-08-17  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [62d38bed44404844d94ce09b9fb35b3369835c88]

        fdo#37403: Fixed the SdrRectObj::operator = to avoid leaks

2011-08-17  Radek Doulik  <rodo@novell.com>  [83a0796604dedc039a3e65c02453b7de1429316d]

        fix how table style is applied
        
         - make sure it doesn't replace character properties of textbody inside cells
         - fixes bnc#705991

2011-08-17  Radek Doulik  <rodo@novell.com>  [dee4142489bb287bb8d506d3549957dea46a72c0]

        fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73
        
         - fixes bnc#705991

2011-08-17  Jeffrey Chang  <jeffdchang@gmail.com>  [fe3ad86423b6f14097bd9ac2d5c2d1f029635010]

        Fixed template dimension problem on Impress.
        
        This fixes fdo#32719.

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [0c571e233f8824ab0ccd907e72dd8a81527f0998]

        add and use a matchL

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [bb70a1256200a593489005ce175d57fd246164ad]

        regenerate list

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [8a0941ad1d85994d8ddf313dfe17af03906fd930]

        use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTS

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [ab8feacc507e94bf29f19b3b6790806a2cccee2f]

        ByteString->rtl::OString

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [f7cb4edec2786421df8813b3ed29b04b22fbc9e1]

        calculate lengths at compile time

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [7acd9e2c28911003511de641cfd18b86bde7d808]

        callcatcher: remove some methods

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [9b845e5814ba8f251986494bed4ec3c64bddcfd3]

        regenerate list

2011-08-17  Caolán McNamara  <caolanm@redhat.com>  [eb5323cd72ad929505d34520fbbee3eedf82feb5]

        windows unused variables warnings

2011-08-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e1d78dbb0a9832d57442e6f4a137aecaea929ca3]

        fix debug build in sc

2011-08-17  Kohei Yoshida  <kohei.yoshida@suse.com>  [e755e7a7e29600a137387a1b541e22f537c0e9c0]

        Remove ambiguity.

2011-08-17  Kohei Yoshida  <kohei.yoshida@suse.com>  [7a6d9e1ae64b6c30d23d862327a20ef82a9f0e86]

        String to rtl::OUString.

2011-08-17  Kohei Yoshida  <kohei.yoshida@suse.com>  [ba0cd696766669c8e8cedd8d2789f0c28d60f1c9]

        String to rtl::OUString.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [93868637efadeb4b33b7b1944358b1c83169ab76]

        Comment why I do this.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [497ae5b7a9d2138530d6eee08617496651b72d58]

        Method description.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [9571e828da50ad15fcee91670952461c52244abd]

        I should add license header to these guys too.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [5a58d75616d8bf00d8dd283e282325bee7cd7c50]

        Added license header to the new file, and other misc changes.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [60d60caf99a40ca0c3891bf230c5a1fdbae5f49c]

        Renamed XPropertySet2 to XPropertySetOption.
        
        To avoid making it appear to be a derived interface of XPropertySet
        when it's not.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [11207ae93191fb966676423e6d377c8292a8cf0b]

        Make XPropertSet2 not a child interface of XPropertySet.
        
        This is to preserve ABI backward compatibility with cppu::OPropertySetHelper.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [8657e723d0853a868599a2c20a353fba0d03d8e6]

        Changing the vtable symbol from XPropertySet to XPropertySet2.
        
        NOTE: This needs to be double-checked by an expert.  I'm modifying
        a symbol that's defined in the UDK_3_0_0 section.  I'm not really
        sure if this will cause any ABI breakages for either the core code
        or extensions.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [a3e7f4b932c82bf399a3530d8059b7097b389de9]

        Added symbol for MSVC.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [825ea8f4ae2fcdc43b1e0d5b7d8c25ba842593b9]

        Removed irrelevant changes.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [c8f40655eac948bb8b7c9387e7333160c0088f4f]

        Keep the container and object separate methods.
        
        ScVbaControl doesn't have any container instance to pass to the
        old method.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [80b1e662777100a7dfd80176a2b528880a838167]

        Added XPropertySet2 to allow disabling of change event notifications.
        
        Sometimes broadcasting changes to the property set on every new
        value insertion makes no sense especially during import.  Turning
        that off also improves performance especially when inserting millions
        of property values.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [d2e538a63507aa3310a854d5c1414565efa3a361]

        Slightly changed the API.

2011-08-16  Noel Power  <nopower@novell.com>  [4fae740db79d4e7cc97440e2bab8d1ef612d9b51]

        Disable fake VBA events for the old-style form controls.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [aadd74040761186497d705ce47cc956c2a3c0d77]

        Let's not even fall back to the old method.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [39b2de7545780d8897c9f28cbedfefd672cd53d7]

        Code page should be the same for the same drawing page.
        
        This removes O(n^2) from the process of querying the code pages for
        form elements.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [bc01bc636d104b435ea5ad1dcc7cab85d6dc4b9a]

        Less indent level.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [0bacaf4ef5574b87d2c6020fa057f7e89de6eb76]

        Reduce indentation level.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [23e922056586ee96b54d1e0540a54bce845b091b]

        Some micro-optimization with the string objects.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [5b55512e9ed418f8d22c800e58da0101ef243a12]

        And use it from the multi-listener regstration code.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [9cf2d46b29f278e42c38b56bd3b6ac5b4adf9b42]

        Extracted a method that will be called from another method.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [85696df0b13e18f3782d196f50baa06bf099e0ef]

        Fixed a crash due to invalid index for Sequence.
        
        With this, 3.81 sec -> 1.2 sec.

2011-08-16  Kohei Yoshida  <kohei.yoshida@suse.com>  [98dc4bb8a1d029ba8b01504b74ed5397e1e7164b]

        Extended UNO's script API to allow adding of multiple listeners at once.

2011-08-17  Eike Rathke  <erack@erack.de>  [acd31343d1a346f045a8145894c7e4451910cbf8]

        fdo#32703 make CSV import ignore leading spaces before quoted field content
        
        Make CSV import ignore leading spaces if the field content without them is
        quoted. Cope with broken generators that put leading blanks before a quoted
        field, like "field1", "field2", "..." ignoring CSV specification
        http://tools.ietf.org/html/rfc4180

2011-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [74070a021389534b9e791980bd33ede45be9fd81]

        rework 04d2e6469529b6187900659517d6f6dd5ea2cca5
        
        only update range names in formulas if the documents are different or
        the sheets are different

2011-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7791df329a6bcf315506bb2ec4e6cc0f07309b9]

        GetLastSelected returns a table number and not a 1-based index

2011-08-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [5c5282bc5ce047279b942779eafea8568b2e1c21]

        nothing seems to be using toolshelpers.a but rscdep, fold it in rscep

2011-08-16  Noel Power  <noel.power@novell.com>  [236f59530e2be0d9ab4871c1e0cce6f18fcf83af]

        fix merge foobar, use  css::script::XLibraryQueryExecutable for Libraray
        
        make sure LibraryContainers use css::script::XLibraryQueryExecutable

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [8f67e86edd04fb6786aa8a33e4895477dd9af2b3]

        Add AsmObject stuff

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [0236af5e658fe418965bf1ce78877b9b6372de7d]

        dllmgr-x86 expects stdcall-decorated names

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [afce608d6e9272410abd182a3d8d994cd3a115ca]

        wnt-mingw.s is an assembler source file

2011-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [99862627d0f240b8209ca08c0cd0cd5cad4cca3c]

        cppcheck: possibly efficient checking for emptiness

2011-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [13021dae515db60405a255aab388318e54df99a6]

        cppcheck: reduced scope of variable

2011-08-17  Takeshi Abe  <tabe@fixedpoint.jp>  [dca2588b6430e084eb708cfe69d36c3d46a5411e]

        cppcheck: remove assigned but unused variable

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [c85c4bd785eb4704e7c356dfb8ae35a8d4ede2a6]

        park this as close to linking

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [22ba66e403efddd6e861051848571c8c2274742e]

        fix typo

2011-08-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c3852d41a419331277d0b98b02792f0bbf704d5b]

        fdo#37403: Adding proper assignment operator to SdrRectObj

2011-08-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [5ea5c5a53815a8157adc19f5aedbfddab02dc6c2]

        Revert "fdo#37403: Fixed crasher by using boost::shared_ptr"
        
        This reverts commit b564df24d1ffa1e8962771ba63a3d1cf3c7bd99d. Using
        shared_ptr wasn't the ideal solution.
        
        Conflicts:
        
        	svx/source/svdraw/svdorect.cxx

2011-08-16  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7d700ecf81c00981df9780da07408192dfa4a4b3]

        Header/Footer: ghost footnote and columns lines
        
        Dirty hack... Simply added a bGhosted member in SwLineRect class. All
        lines are stacked and drawn later: not ideal.

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [cebaf5903ef83b6bd4c5036d327a373ee1350f8a]

        this seems to be the normal pattern

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [37d34ff4ba0f838abbfc59a3b6dccedcb6e01244]

        get these names right for windows (I think)

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [aa51fd491c7ab36d1bf4e72dc6083a6af923ccc5]

        make windows build go further crypt->crypt32

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [3ae98a0ca5329a0205728a46b4e5dd0d4b46a9f3]

        Related: fdo#39376/fdo#34880 short fread isn't an error when its eof

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [ea1cb03e5f4aa6defb860c948c48d60c7f151bfb]

        WaE: unused variable

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [8ea6c913a46d7c64398881467269c4b5aee62827]

        Link with the debugging runtime in a dbgutil build here, too

2011-08-16  Thorsten Behrens  <tbehrens@novell.com>  [fc5706422cdee7b0cc372e6e28f5926ef430754a]

        Avoid single-point filled polygons
        
        As per fdo#37559, it seems exporting filled polygons consisting
        of exactly one point (which should in theory be invisible) is a bad
        idea for several pdf viewers. Filtering drawing layer output
        accordingly.

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [9f3b5b99e1595a3011ced4828fc7645d0d5b4d30]

        ByteString->rtl::OString

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [13023291d1541cdfc6fa0a00706c149f0f9b2e26]

        callcatcher: unused code

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [f88247d9c5fe484b799600e24a96abbdd34cfe2f]

        callcatcher: unused code

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [ac96fbd737d01c074232ce74ba5279550ee8ce5d]

        there's no point to that assign

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [e74517995b04e24ff96daa1d71969111782c372d]

        revert this

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [cf77838729d4fb677a80091ccc65360e4a451788]

        catch by const reference

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [7684c90b6a40f9975e48cd86700676feb6f310df]

        catch by const reference

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [2ef7e20436221f0adc8f8f1b95ac2a7ba734b2af]

        catch by const reference

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [0a9fa3d840da1ba224397fddd6a09852d7121701]

        ditch some junk

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [2b4d91f5a3738e0b71583769b3a69d6a6211d7ca]

        catch by const reference

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [82eb8062f0c48726a3cedd39f567cbff7e0b9aeb]

        catch by const reference

2011-08-16  Caolán McNamara  <caolanm@redhat.com>  [e0225e7e733aaa90bd109ee11c977183ce823170]

        const char*->const char[]

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [f3eea21424b27575defc9faff41958c4ed66ffb0]

        Fix libgsf build with internal zlib that uses Z_PREFIX

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [ff7ee4a7fbc85b3bdd36bb18598b013204ab9b3a]

        Fix heap corruption (malloc buffer overrun)
        
        Detected by the debug C runtime (when using --enable-dbgutil) when
        running a unit test.

2011-08-16  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [247d3ff1421967f523b575f20e31bc8e8bdf5bc6]

        Remove duplicated chunk

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [1522aaf2dd86ca7aa3d79c949ceb92fc8b8fe06c]

        Fix --enable-dbgutil build: Define _DEBUG

2011-08-16  Tor Lillqvist  <tlillqvist@novell.com>  [6034e6aac0daf12b7bb52122cef8dc27d9d2bbb4]

        Add the external dlls, exes etc

2011-08-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [262b5931c8975e90037f635d7b2ecfd198a0803a]

        put git hook on a diet. concentrate on safe, cheap and globally useful

2011-08-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [04d2e6469529b6187900659517d6f6dd5ea2cca5]

        update range names/database ranges in formulas cells
        
        we need to update range names/database ranges when we copy/paste formula
        cells otherwise the ScNameToken may point to a different entry

2011-08-15  Joseph Powers  <jpowers27@cox.net>  [ade0d4b40af9d1f3f4f16b3bbb55d21ecb6a68e8]

        Fix the parameters in throw RuntimeException

2011-08-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [1d202c7593fb0fa588755d4514cf77697054a16c]

        Actually master doesn't have this bit.

2011-08-16  Takeshi Abe  <tabe@fixedpoint.jp>  [eba18bf9858b53877cd4174a8106d2aa589c57f6]

        fixed class name in diagnosing message

2011-08-16  Eike Rathke  <erack@erack.de>  [ed1ecfc0c23e27db04685e39ca5f5ddb2b680017]

        fix ScColumns::DeleteRange() responsible for all sorts of trouble
        
        * mark correct segments as removed / not removed
        * move remaining segments with the correct number of entries
        * preserve broadcasters and don't delete/overwrite cell entries in that case
        * fixes also undo/redo where cells didn't appear after redo
        * fixes also weird or invisible values after input on deleted cells

2011-08-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [0afb877d105a35b8c2c17ef819d26f4a6ab3d2d1]

        Hmm, I didn't mean to check this one in either.

2011-08-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [df2fb17fd6520974f36fb422d7713f50fd710f6b]

        I didn't mean to check this one in.

2011-08-15  Kohei Yoshida  <kohei.yoshida@suse.com>  [a10f0b380d4b2ebf32c5acc446c491f17fbca449]

        Fixed build breakage.
        
        ToolBox::RecalcItem() is no more.  Find out the replacement method
        gets the job done.

2011-08-15  Julien Nabet  <serval2412@yahoo.fr>  [fbba74ca98c1e4e2256a11139786f18c0543591e]

        Fix cppcheck division by 0 detected (thanks Noel and Norbert)

2011-08-15  Anurag Jain  <anuragjainfzd@gmail.com>  [a5d17247175a68fdd42dc5f4a5212954b71815d7]

        Ported the chnage from the split calc repo.

2011-08-15  Miklos Vajna  <vmiklos@frugalware.org>  [8e4adb6038f8675d87d6766e62721f8e23fc91de]

        git-hooks: whitespace problems are not errors in non-source files

2011-08-15  Noel Power  <noel.power@novell.com>  [02d95370561c0b87e63ade341881c4e9dbe33e84]

        fix for bnc#684784 - more conservative graphic replacemement

2011-08-15  Petr Mladek  <pmladek@suse.cz>  [3ef3fbbe62c2faa653fe70fd7a255099caf36734]

        lo-commit-stat: update list of available repositories

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [f3cb2824a260c0ced6c90bf0f2515f8203532b76]

        Use OUTDIR_FOR_BUILD which is where our jars go when cross-compiling

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [d8fbe601040b31f9127ee3796ce7a79b47f3f683]

        Add gb_CLASSPATHSEP

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [2a6df9c54c17485ed8c71f956032dc8ddfae9884]

        We need $(T_LDFLAGS) here, too

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [173ca8cc75e682dde3338fdf829c8812834df3f0]

        As we don't run ld to link, don't use the ld format of options

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [5cdd571141234e73ab9d7a529fbe1c267109cc20]

        Cosmetics: Factor out the -DWIN32 to CDEFS and simplify the result

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [ef2b6b2b8cfc6fcedce424bd4573a8856aee008a]

        Cosmetics: Avoid repetition, -D_MT is in CDEFS

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [c1c99bf42c5fd6f5cfa4247115408246bda36f1b]

        Cosmetics: Don't bother with -D$(GUI) if $(GUI)==$(OS) anyway

2011-08-15  Tor Lillqvist  <tlillqvist@novell.com>  [a92241263e4b11cfc9b341531fa656a38671c889]

        Bin duplicated lines

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [433ae0f62df90e6158571c2c3dbed05c14bfa900]

        Remove WordArr and DECL_2BYTEARRAY, used only once.
        
        Instead that, use std::basic_string.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [fa77c78adaf0035000a0c107379ccd5abd348c91]

        callcatcher: Remove unused ByteArr class, and DECL_1BYTEARRAY define.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [099c219cf67e469c4177d41bfcdbfb70a9988931]

        callcatcher: Remove unused ButtonDialog methods.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [fc3d82ad7acaa63e852d1d4ee39324e96ecd8810]

        callcatcher: Remove unused Button methods.
        
        mpBitmapEx member is unused after this too, remove.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [d17cc35e06832db12049ac2e7f66888d659fada7]

        Remove unused mnBits from ValueSetItem.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [0110b80eefd560de13bac34a3bcae838aaf1cba2]

        callcatcher: Remove unused ValueSet methods.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [a371fd4d725b11a67cc3e2cc528c3633549f79a3]

        callcatcher: Remove unused CalendarField and CalendarWrapper methods.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [653464f8f835f31d1f1b6b75fe4e6cb98ca30d5c]

        callcatcher: Remove unused Calendar-related methods.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [5c9dea496b656d81c07290e82bbc36a3f8c55801]

        callcatcher: Remove unused ComboBox-related methods.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [3caac78af2a56db5156b9075b5bdd1f3c00c5d65]

        callcatcher: Remove unused ListBox-related methods.

2011-08-15  Miklos Vajna  <vmiklos@frugalware.org>  [997cd18a65c9b21a3a76a47e2c247b002e95e0e9]

        send crop values to dmapper

2011-08-15  Miklos Vajna  <vmiklos@frugalware.org>  [db55a6392840145f2c7a677fc34ca88273d86411]

        implement RTF_PICWGOAL and RTF_PICHGOAL

2011-08-15  Noel Power  <noel.power@novell.com>  [9ca076f6236a24e8909fdd471ea7acea88bfc01b]

        bnc#693477 improve column/table width when table width > pagewidth

2011-08-15  Miklos Vajna  <vmiklos@frugalware.org>  [08a968d1004ec77b6b3c4da5d70f0b39e938e73d]

        unused code: picture size is set in the extent attributes

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [51e0d9a96045329d8e348f752a80e81d1f90309e]

        regenerate list

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [eba1f976ce6fa08dc1a63840e0b4bfce44673aae]

        rename test

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [d0964b3ea1f932b7e9e70786d81fff6b4cb7f39f]

        callcatcher: unused methods

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [061ebc34468c37d27524352de56faaf9df742556]

        add a getToken wrapper for extracting a single token painlessly

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [90fe8dadaaad07aee2ec513eab1ad75bbf306cb3]

        add a jdk 1.5-alike string replace to comphelper::string

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [3324eca4eddb906c0a0d8efbc86b097f96a2c3a7]

        ByteString->rtl::OString

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [42fc17bf2f4c0a8ed92e1bf78f54642bd77c23d0]

        ByteString->rtl::OString

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [a04d91ea3b11a37b8717999aeeb72239077b4619]

        restore cppunit test (yet again)

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [80ebe51e60cf67b36946764816b53a5d962bafdb]

        callcatcher: strip away some more unused

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [9124003eb1e398957a85c5c009ac5eddf5e6f28e]

        ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString
        
        shrink ByteString api, remove need for intermediate OString/ByteString
        with random-ish encoding solely for check

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [a6825d680c7f49dd462a858cc8691757a6dd4cba]

        SvByteStringsSortDtor is now finally gone

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [5c3b0251b137c5d695d670c643fac1ee8049fb17]

        callcatcher: remove code, hide's erAcks to-do code behind an ifdef

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [684d499a42215bc50fcbce3e233a16c3282d9eb6]

        make it a const array

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [5bc86df0c8a013af21d5fbc8f6e024db6f0b9936]

        lets keep original encoding

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [e44738096c7cc5f06247366cc9f9a1c4ac003b69]

        callcatcher: remove ResetObjectBars_Impl

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [ad282070c5b351e8cbfe12ec3b5d172f307277c9]

        make these pure virtual to prove all implemented in sole sub-class
        
        Facilitates merging of ServerFont and FreetypeServerFont

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [935afabf6fb28c288b51b896ace5ee4ce3cd4fef]

        virtual method with wrong name, doesn't override what it thinks it does

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [2e6ee683ada51245973351d7f823ec9ce7cf2066]

        VirtDevServerFont isn't really implemented, remove to allow to simplify

2011-08-15  Caolán McNamara  <caolanm@redhat.com>  [9892df24a508dcc33cd82ffa6bb664ab82cb0c70]

        turn on cairo rendering of vertical text

2011-08-15  Julien Nabet  <serval2412@yahoo.fr>  [28f5e1b27c4150847cc4c2654c55d2881574a81a]

        Some PMD cleaning

2011-08-15  Julien Nabet  <serval2412@yahoo.fr>  [265a458cda15e69b719ee4b9ea8f33d14476ae44]

        Fix wrong comments which prevent to compile

2011-08-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [d507a1eac1cc6c0a6074cf8ca6bf04e124be27d5]

        merge snafuu: d.lst should be empty for gbuild module

2011-08-15  Julien Nabet  <serval2412@yahoo.fr>  [cf4e20ede906dd7aaab5251083041185c4b35a9e]

        Some PMD cleaning

2011-08-15  Thorsten Behrens  <tbehrens@novell.com>  [b240636a5b1f7afa8ba3795ba520cbb3500e7236]

        Fix ruler to not generate negative left indent
        
        This fixes n#707779 - previously, with larger number format
        AbsLSpace, LRSpace's left indent could easily become negative -
        which the EditEngine does not like at all & exhibits repaint
        errors.

2011-08-15  Jan Holesovsky  <kendy@suse.cz>  [7c1a620eca8f24f08d690b65d224ddf56042bdef]

        Commit fee11cbc61 changed encoding to UTF8, revert that.

2011-08-14  Jan Holesovsky  <kendy@suse.cz>  [d349a67ae0a408f0ab162e8eb3d2d125b2c1d398]

        Fix visibility in basic to make automation link again.
        
        There are still some link warnings left, though.

2011-08-14  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [fbe20a2245bd6ccce6b37eedcb0a478d3bf59965]

        =class OTableHelper: typo in private member name: refreshFor*gei*nKeys

2011-08-14  Alex Kempshall  <mcmurchy1917-libreoffice@yahoo.co.uk>  [ddafafe5f91e565be418e20eb7e447f8b1849f94]

        Preserve CollateSingleJobs between calls to print dialog
        
        Preserves the  CollateSingleJobs between calls to print dialog

2011-08-14  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [cadce8b2532c20bdf48bc6f891705acdc5dced2e]

        class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURL

2011-08-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8231574526eb9a314e39fdc4ed142f471e9b66b9]

        unused variable in Windows build
        
        according cppchecker, small cleaning

2011-08-14  Gabor Jenei  <jengab@elte.hu>  [76489b1f107b95cae09bf57c29545a05fe19ccef]

        Bug 38486 SQL fix

2011-08-14  Julien Nabet  <serval2412@yahoo.fr>  [6e59262f22b114fd6b101bbaaf9411bc889cd621]

        Some PMD cleaning

2011-08-14  Eike Rathke  <erack@erack.de>  [b5cd7f10b88340b53ce108f3667e70bc4ccb2dd0]

        sal_Bool -> bool and cosmetics

2011-08-14  Eike Rathke  <erack@erack.de>  [5849f748704b3a7312997f30461c001f37bf6969]

        sal_Bool -> bool and cosmetics

2011-08-14  Eike Rathke  <erack@erack.de>  [baca3632869b2b0b81e5a7dd83b189d3c8367652]

        fdo#37391 write and read [#REF!] in ODFF for reference errors
        
        * write [#REF!] to ODFF when any part of the reference is invalid
        * read [#REF!] as reference error
        * display #REF! in UI
        + parse #REF! in UI
        + implemented error constants defined in ODFF as error tokens
        + parse error constants from ODFF and in UI
        * fixed SUM, AVERAGE, SUMSQ, PRODUCT to propagate error

2011-08-14  Tor Lillqvist  <tml@iki.fi>  [7e8e85adbee73346403c364326544487677cd5c6]

        Add codeSnippet debugging output when dbglevel>1

2011-08-14  Tor Lillqvist  <tml@iki.fi>  [6a208b6c6c4e297ecd7402d2d813a2372e97ae7d]

        Add codeSnippet debugging output when dbglevel>1

2011-08-14  Tor Lillqvist  <tml@iki.fi>  [b7254fcd897e9359ac44d04c9eca91e2b6f403e3]

        Try to make i18npool_cppunittester_all work

2011-08-14  Tor Lillqvist  <tml@iki.fi>  [9540af1ece646bd7b2ff31dad91e629a984d8904]

        Start of C++/UNO bridge for iOS simulator and device
        
        Unlikely to work yet, but at least builds for the simulator.
        
        We can not use dynamic code generation on iOS, so we use a fixed set
        of code snippets, genertated by a Perl script. Experimentation seems
        to indicate that a relatively small set of static code snippets should
        be enough in simple use cases with no extensions (that we can't really
        support on iOS anyway) and stuff.
        
        Except for the static set of snippets the code mostly is, or will be,
        an ifdefified combination of the gcc3_linux_arm and gcc3_macosx_intel
        code. The ABI on iOS ARM devices should be quite close to that on
        Linux ARM, knock on wood.

2011-08-14  Tor Lillqvist  <tml@iki.fi>  [2ba07916ffe8211410bc2d2e0c1a4c9ac77f601e]

        Add some comments

2011-08-13  Lionel Elie Mamane  <lionel@mamane.lu>  [5df66895d7645e943696e8d56ad776a4b54859d2]

        download: when run twice, do not create foo/foo symlink

2011-08-13  David Tardon  <dtardon@redhat.com>  [6638cbad4e001bcce3cddfef1898390d47ce9546]

        discard unneeded output

2011-08-13  Takeshi Abe  <tabe@fixedpoint.jp>  [a21b285064a777f36749565d77f1203ccb0c810a]

        fix a missing parentheis

2011-08-13  David Tardon  <dtardon@redhat.com>  [d135b41cef9f0337cc56ecd6345a0194622b1177]

        all unix/gcc platforms have the same gb_UnoApiTarget settings

2011-08-13  David Tardon  <dtardon@redhat.com>  [d4b7950f88c9f2d59eb00a87b50f874a906a8265]

        all unix/gcc platforms have the same gb_Configuration settings

2011-08-13  David Tardon  <dtardon@redhat.com>  [aab5c0bba1bb5d5730dd62690d6807509bdd3a39]

        config gb_Configuration for all platforms we build

2011-08-13  Michael Stahl  <mst@openoffice.org>  [8a44fe8e812a7b16a12f15d5591ca0f6197d1665]

        officecfg: convert to gbuild

2011-08-13  David Tardon  <dtardon@redhat.com>  [31ca030dc63e0f9ac98706f1fcfba1ac57323f24]

        gb_Deliver_add_deliverable takes 3 args

2011-08-13  Michael Stahl  <mst@openoffice.org>  [2655b04b0a8e02ea89ce75182eda1b94aa007e79]

        add solenv/gbuild/Configuration.mk to build various XCS/XCU files

2011-08-13  Julien Nabet  <serval2412@yahoo.fr>  [d227806a23411ad3ba97d7da3f500939ec3f74bb]

        A revert of a wrong piece of cppcheck cleaning

2011-08-13  Julien Nabet  <serval2412@yahoo.fr>  [66fd1442696059cc6de07ec96af77082654a0990]

        Some cppcheck cleaning

2011-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [fee11cbc619576ae69b03e62622a38bef8799502]

        Replace removed ByteString API usage

2011-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [c92cabc25a93678c68a80c69cc4732e30887219e]

        fix fumble in makefile

2011-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1997502aa4302aabd4c55c7de482769ee19c550]

        silence marketing warning from windows compiler

2011-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [0ae3794348be4520adff16eebaa9486c56de70e8]

        windows compiler insist to have access to delete[], no matter what

2011-08-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [ff20c561ac0c1253442e20d17a15cdcba9c459e2]

        odbcconfig is not a console application

2011-08-13  Jan Holesovsky  <kendy@suse.cz>  [fd3ec89f4a34e851fd74ea7d1942547ea0cafb0a]

        callcatcher: Remove unused ImplDockingWindowWrapper's methods.

2011-08-13  Jordan Ayers  <jordan.ayers@gmail.com>  [1fc2490f0da61adc616ac2c4670c9189afd557a8]

        Remove dead command line switch from solenv/bin/build.pl (--dontgraboutput)

2011-08-13  Jordan Ayers  <jordan.ayers@gmail.com>  [47872cc7ad29a73d273e8857097b550a9abe2f73]

        Remove dead code from solenv/bin/build.pl
        
        Remove several unused functions, and an impossible warning.

2011-08-12  Joseph Powers  <jpowers27@cox.net>  [619378fd44f4296bfd52ad9172508ef9b34a4f84]

        Replace List with std::vector< ::basegfx::B2DPolyPolygon* >

2011-08-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [0471520e8d583f017ebb1703704be4da4444da3c]

        fix build issues in canvas on windows

2011-08-12  Eike Rathke  <erack@erack.de>  [25027d0ba3b5c6fc421330a3157330545c05d7bc]

        removed unused stuff from number formatter

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [eecb1bb4efc8f82e4b32720d8878000214f4db5f]

        no special handling of text box shapes, we already have a drawpage set

2011-08-12  Thorsten Behrens  <tbehrens@novell.com>  [c19090dd1f4cef9699d80f87db4253a8b25294d9]

        Moved src tarball download place to libreoffice.org
        
        Normal src tarballs now under:
         http://dev-www.libreoffice.org/src
        
        'extern' binaries/tarballs now under:
         http://dev-www.libreoffice.org/extern
        
        Grabbed copy of LinLibertine from external site
         http://www.numbertext.org/linux and moved to
         http://dev-www.libreoffice.org/src

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [dddba7cb21e052179ae1bd3eb7da97d1f992b57b]

        bugus null pointer check

2011-08-13  Takeshi Abe  <tabe@fixedpoint.jp>  [f5d273bf9892cf25bec8ea3d9dd6736880a05d8c]

        cppcheck: possible null pointer dereference: pDlg

2011-08-12  Thorsten Behrens  <tbehrens@novell.com>  [a81327ff2faaf21c22f1a902bea170942d5207e6]

        Import SmartArt graphics to Impress
        
        Extending the existing functionality to
         * properly parse and model the declarative shapes
         * provide means for round-tripping, and re-rendering the
           shapes from xml snippets
         * implements the layouts composite, cycle, linear, and the
           special 'text' node
        
        This is based on the initial smartart work from hfiguiere@novell.com

2011-08-12  Takeshi Abe  <tabe@fixedpoint.jp>  [f418927e6fc5228d9d08a2d11e0234661038374c]

        cppcheck: fix possible null pointer dereference

2011-08-12  Joseph Powers  <jpowers27@cox.net>  [7ca3a646065bd9a0e4f61333ea474f8fca14a4fe]

        unusedcode.easy: class Array cleanup.

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [d4ad67379eda381b43f6c636572e0064cb3527fd]

        WaE: initialise these, older gcc does not recognize we always do so later

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [dd525ec15c237296f1eace5f470db0785a48bfbf]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [64fde7ccf1084a4fbe43397aa807b0b8760cf090]

        trailing quote went missing

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [cd51177b41a8b0be1737b3386ab8adc669cb0a89]

        WaE: pesky gcc 4.0.1

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [7efcf637fda75876b273c2454eaf5d04a02e7d3c]

        WaE: pesky gcc 4.0.1

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [5891d6e3141ab74876c282a1d3e7dfd7de4a924b]

        update list, ditch newbies

2011-08-12  Josh Heidenreich  <josh.sickmate@gmail.com>  [55d2e9992a75a8434aff3983e7ef93b37ea91032]

        This one changes the button text and dialog header.

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [58ee09b87b11a6a6b56a06f772214e8835810bd3]

        ByteString, shrink api

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [7bd0fb7d7c0926575d8a7ec5ea2e4a7867f9f8dd]

        Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [a09a5142bc17cce62bc13fdeb4674feba39217d8]

        reduce ByteString api

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [2e3f7cc4125cbd4245030122eeb9608af3b7997b]

        callcatcher: unused code

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [9c0f8fed9eaabbc3d1143b095b3f4ae374d8952a]

        callcatcher: some unused code

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [3bc03cd0c10a74d929f21e84772416c9ee300c70]

        SvtFilterOptions::Get can never be NULL, return ref and don't leak

2011-08-12  Caolán McNamara  <caolanm@redhat.com>  [fd0e548c4a1528499e95ff169866ed153d08bf54]

        shrink api further

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [bcc2fbef8fc9eec7664fc7592fa27e7804a4fc88]

        fdo#37691: Initial support for the textbox shape
        
        For now, only pictures supported

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [f40fcd9d109a02e88f53160bb55ffe5e8317d248]

        support picture at the start of the document

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [e0514fd4e88220c0dbbea87feea7a1275dfa2760]

        Picture frame: we need the destination text outside the pict group
        
        I broke this in 6751324082ca472b9a34caabdd0a1032c27438b9

2011-08-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [616fa2e637852d31d61342625ce9c7d92834904d]

        sw: Removed SwWrtShell::_CanInsert(), that method only for a beep...
        
        Used SwWrtShell::CanInsert() instead as it's the one doing the job. The
        _CanInsert was just a wrapper to Beep() when the result was false. Yuk!

2011-08-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7e7640beb9ceea90467cf4028f926e4358957800]

        Prefix internal zlib symbols by z_
        
        Historically the internal zlib symbols were prefixed by z_ to not mess up with any system zlib symbols.
        Keep this good habit even with zlib-1.2.5.

2011-08-12  Matúš Kukan  <matus.kukan@gmail.com>  [a2259a67691f25b69b0e450eab4523e4b4537123]

        add XNotifyingDataObject also for gcc compiler

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [fdb2c9841b8290d98f326857224de32f1fb65ac2]

        bring the module writerperfect into tail_build's fold

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [751531df525d50a2a93ed170972766851d8a8d82]

        add the module oox into tail_build's fold

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [662c49c020420a878f8feb488ff9b0dc3c0d8a9f]

        sd and slideshow depend on animations' api

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [d0ed4ca4715797d2b9d6455ddee7c7851cd3acd5]

        sc_ucalc is missing a dep on AllLangRes/sc and others -> build heisenbug

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [cb125582453e715d805f8a11007ce42356a2efa2]

        add the module basctl to the tail_build fold

2011-08-11  Kohei Yoshida  <kyoshida@novell.com>  [ceb46895530a870e4b981d677f8fc7b3174460da]

        Removed the rest of FORWARD_DECLARE_INTERFACE.

2011-08-11  Kohei Yoshida  <kyoshida@novell.com>  [f871b281c91bfb2780619052705f864b6a566b6d]

        No more FORWARD_DECLARE_INTERFACE in dbaccess.

2011-08-11  Kohei Yoshida  <kyoshida@novell.com>  [c6ffe06baf739c37bc2ab4690ca598edcf3c8335]

        Let's not use macros for mere forward declarations.
        
        This macro also messed up static analysis of slickedit.

2011-08-12  Miklos Vajna  <vmiklos@frugalware.org>  [44cc719a462ca76a691b64ac286503186f8ec9ed]

        Make the help repo optional

2011-08-11  Julien Nabet  <serval2412@yahoo.fr>  [5cbb76d6c4e4d8de7304e75ca922d92320954d5a]

        Some cppcheck cleaning

2011-08-11  Nigel Hawkins  <n.hawkins@gmx.com>  [40283f019e15e7e2fe2082653344067dce037892]

        Replace SvArray stuff with vector in xmloff/xmlcnimp.hxx and refactor
        
        LGPLv3+/MPL1.1

2011-08-11  Julien Nabet  <serval2412@yahoo.fr>  [f26117a5f4c78d9230b115ab88ed53b8ad45ccd5]

        Avoid throw in destructor

2011-08-11  Jan Holesovsky  <kendy@suse.cz>  [77fbea9b640dfc587f855367131728a337cd14a4]

        Add missing #endif

2011-08-11  Radek Doulik  <rodo@novell.com>  [2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fb]

        added support for showMasterSp attribute in sldLayout

2011-08-11  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [76855b1befb18e0a674d712eab76e75c686c49d6]

        Headers/Footers: unified menu entry string with calc's one

2011-08-11  Josh Heidenreich  <josh.sickmate@gmail.com>  [a8e1fbf4d83fb6520cde6d1f0d4a6685c5a7f3de]

        Changed the "alien" save dialog to contain the format name on the button
        
        This is stage one of a number of changes to improve this dialog.

2011-08-11  Thomas Arnhold  <thomas@arnhold.org>  [769b78c8d2694e85632a97873a68f289d3abea4f]

        Use EditHeaderAndFooter like calc does.
        
        This fixes a missing icon bug for writer. Writer tried to load
        cmd/sc_editheaderfooter.png but only cmd/sc_editheaderandfooter.png
        existed. Calc is using cmd/sc_editheaderandfooter.png so I assumed
        this is the right way.

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [1a6628bbddc13af51461879d155b139dbbab17ed]

        smoketest fails: revert "fix rendering of metafiles embedded in emf+"
        
        This reverts commit d0a69c9a1ffee644a8d2a2881c03847687e60af8 because
        make dev-install's smoketest is failing on --enable-debug and
        reportedly no --enable-debug

2011-08-11  Luboš Luňák  <l.lunak@suse.cz>  [a48d2d28ed69a076ac5705c62165c6bf8049e813]

        avoid crash when writting comments

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [7a01b7cba3c0f0a5748ed3e085c458cb7ea4796d]

        we already have a using directive for these

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [70569eb6d6e0a52b43858293bd989feca8ce22dd]

        fix the "last char is missing from footnote when Word produces the rtf" bug

2011-08-11  Luboš Luňák  <l.lunak@suse.cz>  [f511fee19b9147253dc1c0873018429f3c0a1c91]

        adjust for timezone when reading datetime

2011-08-11  Luboš Luňák  <l.lunak@suse.cz>  [593ae387ceda893b479dd25008403a0cd8b42543]

        do not ignore attributes on <w:comment>

2011-08-11  Luboš Luňák  <l.lunak@suse.cz>  [a36f220339b116f45247e4d232c4b8b826857630]

        finish implementation of writing of comments to .docx

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [d80ff1025bf1d3b7dcfea51fb8bea6fde6f84c4f]

        ignore RTF_FORMSHADE

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [fa73964707dcea6c8b60bf32f765516aed3a26f1]

        implement RTF_NOLINE

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [bad3177c55725b6238852eb192a25bb3449f7a54]

        the rtf exporter uses RTF_ENDDOC to order footnotes to the end of a chapter

2011-08-11  Matúš Kukan  <matus.kukan@gmail.com>  [0ed9ed793d232d9ccf92f770b4ae6c373186c2b1]

        correct dependencies in writerfilter

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [866cd4906ab5b561b13ddaee16d7377e66c2f884]

        get this linking under windows

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [b469afced3c2fe59dac01263c80e07783bc1d60d]

        get dtrans compiling under windows again

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [88ad01b3edd6a16d25273cfbacac504b7c236530]

        catch by const reference

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [c8f3ce0a24fddc3eac64dbcecee7da3eafebf251]

        rtftok: send footnote numbering types

2011-08-11  Matúš Kukan  <matus.kukan@gmail.com>  [6fad17507aad5bb21e887fdfe2b69b78c8fa9f9f]

        register more icu libraries

2011-08-11  Matúš Kukan  <matus.kukan@gmail.com>  [c403e7828d4e8cff0c0a4ed444e58ccb12031283]

        add support for generated plain c source files

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [24ae3abfba36e8ab742a9b9849445cbea92dcac5]

        apparently need gb_Helper_register_libraries outside define

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [df10654b1ddf6ca0827eed080cdd8d3ba40b9b07]

        dmapper: implement footnote numbering types

2011-08-11  David Tardon  <dtardon@redhat.com>  [b6aa48432d322e13e9facaf3c889d77657aaa14e]

        fix build of xmlsecurity with system mozilla

2011-08-11  David Tardon  <dtardon@redhat.com>  [590e2e2f9b65c42321c1ee35a02a2e6f677b4959]

        fix condition for building libxsec_xmlsec

2011-08-11  Jan Holesovsky  <kendy@suse.cz>  [3da919bb4060f22675a23811fa1a63c1511d2484]

        Implement AsmObject in gbuild (Windows only for now, stub for unxgcc).
        
        This fixes the build of 'basic' on Windows.

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [308df0b438a7318374bf4cee069ef9a134f91e1b]

        skip RTF_AFTNRSTCONT and RTF_AFTNRESTART

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [555fdbc6e9e04f8d4b7786c8b1a1faa5dd64a694]

        callcatcher: unused code

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [c32e596e2457847afdac7b3162b19ad052d4da7c]

        remove deprecated ByteString::ToInt64, which is a busted 32bit atoi anyway

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [6bbdf4dddffd828b38efe8849d7e205f21baaefd]

        Resolves: fdo#39995 restore original semantics of GDIMetaFile::ReplaceAction
        
        These semantics are fairly horrific, but existing code expects them, so
        callers need to be changed if this is changed.

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [f3aebf9a3b55cfe558a2ee59f38f0c121f7b65fd]

        why make a copy just to use some const methods, optimize

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [553e4558353e5a0e1e9a549c08ba2add687c3bf5]

        WaE: unused variable

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [03279732bd258de9d21348a75ab4f3bbcb9874f9]

        ByteString::ToInt64 is atoi the same as ToInt32, and we downcast anyway

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [7292948992e088862d86e96ccbf28f9757fded24]

        callcatcher: yet more unused code

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [8564eb0d6a7c8bd01bb217a18f8ab74d4e36411a]

        ByteString::ToInt64->rtl::OString::toInt64

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [7488e1107c461b529c1c8771fd98488588fe8645]

        ditch unused ByteString using code

2011-08-11  Caolán McNamara  <caolanm@redhat.com>  [35c83a7f4f84cb708b534c77d7344e8abb4539f9]

        remove deprecated ByteString::CreateFromUnicode

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [4ace48121084a3225ab204203684a9bf0567ddef]

        implement footnote numbering types

2011-08-11  Tom Tromey  <tromey@redhat.com>  [c2a634416ba8f385c25c16cc52aeae6f68cab9db]

        fix more -fpermissive compile errors from trunck gcc

2011-08-11  Tom Tromey  <tromey@redhat.com>  [fa53c328cb028f61f8bff25d1960a94ad39f51ca]

        fix compile errors from trunck gcc

2011-08-11  Tom Tromey  <tromey@redhat.com>  [1a35f23a2ccb17c3e8e0cb218bb1cf886b4c7124]

        fix compile errors from trunck gcc

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [5a38c231cc31f1fb7d7173898bf910a503285572]

        implement RTF_FTNSTART

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [8d4a0dbc11027f263f5b5c58bd277eef37c42f1c]

        it's enough to set these as a default sprm

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [28ca2d10151bb9d496cb23438a4538b296a0f941]

        oops, missed uui and forms from postprocess dep list

2011-08-11  Miklos Vajna  <vmiklos@frugalware.org>  [da8f7be84f07857b7c3a0b01dd388741f547a505]

        implement RTF_AFTNSTART

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [29ad3b920e7549befdaaddbb61419010148b6314]

        bring the module uui in the tail_build fold

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [9115de58b8765e354e725421cf77d111def8291d]

        silence bootstrap 'error' on unalias of undefined alias

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [69a454249c84743d98d51098e21d85438efc7d25]

        bring the module 'animations' into the tail_build fold

2011-08-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [37f8c9bee43b27be2f3cb4f517bb7925c890df02]

        bring the 'forms' module into the tail_build fold

2011-08-11  David Tardon  <dtardon@redhat.com>  [8c9a0ef14f85936a9609fc705f8efb607df79807]

        align closing brace

2011-08-11  David Tardon  <dtardon@redhat.com>  [180c35752d4c57011478bcb76dcb55bdc97caff6]

        WaE: add braces around empty body in else stmt

2011-08-10  Joseph Powers  <jpowers27@cox.net>  [45f891fbb60cfa0332a0ffb359127e22159cf4ad]

        unusedcode.easy: clean up Class SvtOptionsDrawinglayer_Impl

2011-08-10  Joseph Powers  <jpowers27@cox.net>  [c1347b3c33069a6a7d0f387aea941f1fea7ca6cf]

        unusedcode.easy: cleanup up of class GraphicManager

2011-08-10  Eike Rathke  <ooo@erack.de>  [2b3a4d52ad63a8b388763c7c01a095e0b33db930]

        Prevent crash at column row boundaries.
        
        Modified from the original patch submitted by Olivier Hallot.
        
        Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>

2011-08-11  Yifan J  <yfjiang@novell.com>  [c7a66783de22b5a5c8b576d448038365c51b1fba]

        initial upload losmoketest

2011-08-10  Jordan Ayers  <jordan.ayers@gmail.com>  [da1681af3a32ba7d0d6406dcc4ddfc1c5e56d914]

        Remove --server mode and supporting code from build.pl.

2011-08-10  Julien Nabet  <serval2412@yahoo.fr>  [0410bbafafb4880c9ab5f399c6c5801a4ce93619]

        Some cppcheck cleaning

2011-08-10  Radek Doulik  <rodo@novell.com>  [d7d976c257d4ea8946643e3caff163346da8daa6]

        check bitmap size before creating canvas action

2011-08-10  Radek Doulik  <rodo@novell.com>  [d0a69c9a1ffee644a8d2a2881c03847687e60af8]

        fix rendering of metafiles embedded in emf+

2011-08-10  Radek Doulik  <rodo@novell.com>  [2c9d31b48de5e1d7e57637f77654aa50eca048d1]

        added MultiplyWorldTransform record type

2011-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [bc126204338b0a64062ad3466234b8082684168d]

        remove uno from range name export and some clean up

2011-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [644976fe93528f2c222f18f22861d6e90ba4f69e]

        fix for fdo#39915: defining named ranges should be case insensitive

2011-08-10  Thomas Arnhold  <thomas@arnhold.org>  [59def01e0523fe470e8b805d35f5209a1c22ad72]

        fix tab

2011-08-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [0ca248b0d5799bf6c4dcb7a359800579f83f43ae]

        remove the concept of modules_type, source_config and related things
        
        all these bells and whistles seems to be hamburg specific.
        modules_type in you build seems to always be 'mod', so no need
        to track it.
        
        the whole source_config things is not use in our build either.
        
        note: this is a rough cut... there is probably left-over to trim as
        a consequence of this.

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [d7d9d3a74400889fc8dc7222a86160f9375b1253]

        implement endnote numbering types

2011-08-10  Harri Pitkänen  <hatapitk@iki.fi>  [4a111eaece427ba898fe61d7ec9e4953c14d302e]

        Enable export of basic CSS styles in HTML 3.2 mode
        
        Although "style" does not seem to be valid attribute in HTML 3.2
        it is harmless to export it. This simplifies the code and makes
        the exported HTML more useful in modern browsers.

2011-08-10  Harri Pitkänen  <hatapitk@iki.fi>  [0153fc3c8893c56d6a330d6422b04bb5a61a4194]

        Enable paragraph border settings in HTML editor for all HTML variants
        
        Previously border settings were not available in paragraph format dialog
        when HTML export format was "HTML 3.2". This was confusing since documents
        with borders could still be imported and you could even access the border
        dialog with suitably configured shortcut key.

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [53b709286c270945d3093b83b5f55f996bd1dce2]

        skip RTF_AENDDOC and RTF_AENDNOTES

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [b66404208897179e2d675fa3a4b38d1b06ae571a]

        solve problems with processing of resources

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [7c9156d9c5e6f4ea2af9131382c67810165da8fb]

        implement the RTF_FALT destination

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [6751324082ca472b9a34caabdd0a1032c27438b9]

        Move destination text to RTFParserState
        
        For example a font name may be interrupted by an RTF_FALT destination
        anytime.

2011-08-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [958b3dbc74f49afca1829918e9ee16c06a555b26]

        sal_Bool to bool switching while I'm at it.

2011-08-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [a649d4aaaee5e2e8056aec284e839cd1b29c7f4e]

        Probably better to rename ppClipTab to rClipTabs, for consistency.

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [5580d3e43f9fa42889378d6eb422c9bf65e5f6c1]

        add dependency

2011-08-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [47ce01c9e5a9db3f86beb711aa4e0318aa901695]

        Fixed an infinite loop when the paste destination has only one sheet.

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [3721e245b424ea1645174fb9321c0216204ad9b7]

        RTFDocumentImpl: avoid raw pointers

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [41430f10267643eefb7163682b30b12c4ff24911]

        RTFValue: avoid raw pointers

2011-08-10  Gabor Jenei  <jengab@elte.hu>  [de1b819b7e5fe7dfcb9a84b8fe380c60f981dcaf]

        fdo#39167: Change the UI for PDF hybrid files export

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [e20a75a4f3b991f78d67bc333b23d2a9fa9c1470]

        dmapper: implement PAGEREF field

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [ed4393f649b8746d8d9a895b511bcc2f35a62ef5]

        process also resource files

2011-08-10  Eike Rathke  <erack@erack.de>  [f521db9f7af51bc6732d98513d478efc50ec1113]

        Extraneous text after `ifneq' directive, removed trailing ,-g)

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [20edd9cfbd865a087f8735a647b9cf3c2fbd22b5]

        revert lunatic commit, restore paste

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [f3374fbb08de91b38597414110f3587c1a332b15]

        convert this debugging thing over too

2011-08-10  Eike Rathke  <erack@erack.de>  [0ad32ea62a4c6c066c74c6be507071ff4e7be331]

        remove superfluous makefile.mk

2011-08-10  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [45fdd31fb986214f1086fe548d99139204b7a460]

        Use STL find() in SvxNumberFormatShell
        
        With SvULongs replaced by std::vector std::find can be used in IsRemoved_Impl IsAdded_Impl

2011-08-10  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [df8b2883727ddc338cace998b28bdce527e544ba]

        gbuild: added -g option to javac when building with debug symbols

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [18602dd206213fef58a801724afef0aa8a81b932]

        ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar

2011-08-10  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2b648adc2c66070e3511932c4991814de3d290eb]

        Translated a few german comments in paintfrm.cxx

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [cd690d2e72be410058376c416a40ff5d918fb0f7]

        Resolves: fdo#39159 don't restore original view settings on temp documents

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [e16221d3e0eb11958e20b8a1fd959c7055b9172e]

        ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [c8484a5ddf8e58ae331f41c25825dc2eaef6bdd3]

        callcatcher: remove unused code

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [4e113aec154f0e2d4b271081ef39434ac3596252]

        update list

2011-08-10  Caolán McNamara  <caolanm@redhat.com>  [a37338e74267db0a0a6d0fe453598f95611b134c]

        callcatcher: remove some unused methods

2011-08-10  Miklos Vajna  <vmiklos@frugalware.org>  [ed7b24e4d563dc80be4409d717009a05c9be099a]

        Fix page numbers
        
        I broke that in commit 5338fee30bef0eeeedb768220713641b3d1536fe

2011-08-10  Jan Holesovsky  <kendy@suse.cz>  [d865fed229035440eccb8a89aa3f44f64e0f696c]

        Do not use ccache when --enable-icecream is given.

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [dfcabc5560192963e2728562828cd4963efbe1cf]

        add include path for .hrc files

2011-08-10  Troy Rollo  <libreoffice@troy.rollo.name>  [234642040086ee91bdb026e10a7c92ec71ac24d3]

        fdo#33960 - import/export xrefs to numbered paras

2011-08-10  Troy Rollo  <libreoffice@troy.rollo.name>  [7e631b61607ddd821d9b3a688ff769bde45a4b2c]

        fdo#33960, Implement new rule for xref to numbered paragraphs

2011-08-10  Kohei Yoshida  <kohei.yoshida@suse.com>  [6615f2f65452aa9cfe869ee09f787361a9c8fa43]

        Partially reverted 96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7.
        
        Be careful here.  It's not right to mark the whole expression #REF!
        when only one of the references is invalid.  fdo#37391 is about
        invalidating a single reference, not a whole formula expression.

2011-08-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [6c0734bf12c87e817dc6703fbe6513b8f42e804c]

        Lots more cleanups.

2011-08-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [21bc383fc6c66d79680e992c147ca9c36562d5e4]

        Pass by const reference.

2011-08-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e7737968ec2a0fbcce7fd350db33ded785e1086]

        we don't have mercurial repositories

2011-08-10  Eike Rathke  <erack@erack.de>  [f0935404ed978b8b004f126ea54965eb61305367]

        bool => false

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [38dcd6a3b3fdaf3efcdf33f464f282e1f0673ffd]

        convert uui to gbuild

2011-08-10  Eike Rathke  <erack@erack.de>  [ea4470cbaca80a3d3f5816434918dc99cd989d8d]

        Number formatter sal_Bool -> bool clean-up and cosmetics

2011-08-10  Matúš Kukan  <matus.kukan@gmail.com>  [5eb0b845a1fa9f120199bad64b7f705e8c3d105c]

        do not try to deliver .component file when it's not there

2011-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [df59a409a7a14a985fcf4f2bb62f4ce1544c39e9]

        change from sal_Bool to bool in ScRangeName/ScRangeData

2011-08-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [96336b01a8e2836a3cabe407a92ac5d7b5ac5bf7]

        fix for fdo#37391: don't write invalid references to files

2011-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [8b0e9caca9d9274ff0087abfec62720953d0e746]

        convert xmlsecurity to gbuild

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [10c0e027b8940e6cead7282fb69796cb28d2aeb9]

        Resolves: fdo#32177 add a modification listener on new XDocumentProperties

2011-08-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [9b981cafaac2d0ad265ad6105fd3715bfc041051]

        Adjust the parallelism of tail_build to be max(max-process, num-cpus)
        
        tail_build run mostly by itself and wrap a dozen of module,
        using just MAXPROCESS for the parallelism force to limit NB_CPUS
        in order to avoid a NB_CPUS x MAXPROCESS scenario.
        This mitigate this problem, until we don;t need MAXPROCESS anymore
        and NB_CPUS becomes the only driving force.

2011-08-09  Kohei Yoshida  <kohei.yoshida@suse.com>  [a81389fb840f21f855d0f7c900821587d33782da]

        Correctly import from Excel charts with multiple ranges.
        
        This was "fixed" in i#107275, but the fix only worked in locales
        where the range/argument separator was ';' (e.g. German locale).
        This is the correct fix that works in all locales regardless of
        the separator.

2011-08-10  Takeshi Abe  <tabe@fixedpoint.jp>  [b2bd33ea253952ad3f8b4bfe4bd54c4af16cb86e]

        prefer makefile-gmake-mode to plain makefile-mode

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [c6043980bbc36d58e1ce63b7a97c66774cd6de06]

        annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalid

2011-08-09  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [46fb06b64d90becdf3090231061032e26c7d4dcb]

        Trust "make fetch" to dowload mysqlc; do not require it at configure time

2011-08-09  Christophe Strobbe  <christophe.strobbe@esat.kuleuven.be>  [2eb2e571abdbfe143ba738a0dec0a4b73de7827c]

        fix fdo#39561
        
        make html & xhtml consistent in treatment of svg:title -> image:alt tag

2011-08-09  Nigel Hawkins  <n.hawkins@gmx.com>  [2642cdbcaba4830d04d20019412f9bac36519486]

        Replace SvUShorts with vector in xmloff/xmlnumfe.cxx
        
        LGPLv3+/MPL1.1

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [708f8c2373df89e6d267abe23d18e95f77e0036f]

        Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 property

2011-08-09  Nigel Hawkins  <n.hawkins@gmx.com>  [b3a2205527b969128438bec50531e57c2efe9a32]

        Replace SvUShorts with vector in svl/zforlist.[ch]xx
        
        LGPLv3+/MPL1.1

2011-08-09  Nigel Hawkins  <n.hawkins@gmx.com>  [bb8ea3fc5f69522073a490782e99c81aed96d02f]

        Replace SvUShorts with vector in aeitem.[ch]xx
        
        LGPLv3+/MPL1.1

2011-08-09  Nigel Hawkins  <n.hawkins@gmx.com>  [79f5abe3fde96a5537f0d80e0919c80d241f63a8]

        Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.
        
        LGPLv3+/MPL

2011-08-09  Miklos Vajna  <vmiklos@frugalware.org>  [f05ff87ecebec36bac9e143a184c8b65f43d476b]

        curl: disable libssh2 support
        
        Otherwise internal curl may pick up system libssh2.

2011-08-09  Gabor Jenei  <jengab@elte.hu>  [8dd90858a2f258b673709b166b7553bb91d3b826]

        patch for xmlfilter.cxx

2011-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [b12d20a3ba5de3a28d4f883960d34da20ce7882c]

        silence warnings

2011-08-09  Peter Rabi  <prabi@caesar.elte.hu>  [dbf832c5a5a33112f94766c7a872b228daaaa5ac]

        fix for fdo#34768 - no update preview
        
        Fixes dialogue "Load Slide Design" in Impress.
        The preview now updates when selecting another template in the listbox.
        Contributed under license LGPLv3+/MPL.

2011-08-09  Matúš Kukan  <matus.kukan@gmail.com>  [dce040cb325db554907c591ba673c9d2e6e8f21c]

        convert rsc to gbuild

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [5dbd783731ea0b5c911b9a2e4fb6fd9192a5a5a9]

        update list

2011-08-09  Jan Holesovsky  <kendy@suse.cz>  [99cf6b877b5ff5d747576c4c1174853e6e5c4541]

        Create dir for the dependencies.

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [61185cbaa1feb48d4cfaba509a7805b9f1da5be2]

        reduce unused list

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [07c1881b18bf8b6abdf976e3bdb564945d313a6c]

        ConvertFromUnicode can be made private
        
        and default argument can be removed as its always the same

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [0c88ebd66b0283ca770658cf1d5ee2b7b367c64a]

        build error

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [d0fecfb842d02fc027043e610bdf33f60ea109a2]

        remove ByteString::Convert

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [bca5c1a4d0aa762f37d9f3f6976d3d17865f33a6]

        The idl encoding table stuff appears to be a no-op, converts x to x
        
        1.a) There is only one call to SvTokenStream::SetCharSet
        2.b) That call is from SvTokenStream::InitCtor and the argument is
           gsl_getSystemTextEncoding()
        
        2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable
           i.e.
           pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() );
        2.b) so this is in practive only ever...
           pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(),
                gsl_getSystemTextEncoding() );
        
        3) SvChar::GetTable returns a table for converting from one encoding to
           another.
        
        4) so the whole thing is a no-op, i.e.
           pCharTab can be dropped
           SvChar::GetTable is then unused and can be dropped
           SetCharSet and GetCharSet are then also unused

2011-08-09  Caolán McNamara  <caolanm@redhat.com>  [fa419956a170395d5df4f66c9564de6253d77d6d]

        Convert directly from RTL_TEXTENCODING_IBM_437 to unicode
        
        When we draw this text we assume it's in RTL_TEXTENCODING_IBM_437 and convert
        from RTL_TEXTENCODING_IBM_437 to unicode.
        
        So why when we determine the width to use convert from RTL_TEXTENCODING_IBM_437
        to the system encoding, which could be anything, and get the width of that ?

2011-08-09  Tor Lillqvist  <tml@iki.fi>  [d7e16fdbab6ecd3bb078b5af5b6d361e7a97284b]

        Fix compilation errors with dbglevel>1

2011-08-09  Tor Lillqvist  <tml@iki.fi>  [97d7cb0854cf3a9fb6aa245df03f4e2ab8288fa5]

        Bypass cairo's ApplicationServices/ApplicationServices.h test completely for iOS

2011-08-09  Julien Nabet  <serval2412@yahoo.fr>  [da41ba97d3ac0eb751dfc4b716bd594d1670c77e]

        Some cppcheck cleaning

2011-08-08  Julien Nabet  <serval2412@yahoo.fr>  [2a90263421ff14eaf246998cc71551583a140f8a]

        Add 2 lacking va_end.

2011-08-08  Matúš Kukan  <matus.kukan@gmail.com>  [c39a2440ea2cce75154fea544ace879c25c7e5aa]

        convert dtrans to gbuilb

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [e7253c562ef2fb52ff2d2f8da4595aaf87264ecd]

        use RTFSkipDestination instead of skipDestination()

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [825c6e71904f6af5f4c01d087a65a20acf25e0c2]

        Add a new RTFSkipDestination class
        
        The idea is that calling skipDestination() all the time before return is
        boring: better to just place an RTFSkipDestination and its destructor
        will do its job when it goes out of scope.

2011-08-09  Tor Lillqvist  <tml@iki.fi>  [f6d8dfb5c49d7c844e43a37be76034835afbe54d]

        Nah, we cannot build binaryurp_cppunittester_all (for iOS) here
        
        It depends on CPPUHELPERLIB which for iOS depends on BOOTSTRAPUNOLIB
        which hasn't been built yet.

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [197fe11da21d2ef63b1124495d862d1d6980a9d5]

        RTFDocumentImpl: add set/get methods for SkipUnknown

2011-08-09  Tor Lillqvist  <tml@iki.fi>  [b555c3353ecc84d34d8d2a9f02518e23dc23842b]

        Add newline at end

2011-08-08  Nigel Hawkins  <n.hawkins@gmx.com>  [b090fcf34f105f7937ddd1d5e814fce3970b5894]

        Replace SvUShorts with vector in editeng.hxx and cascade changes.
        
        LGPLv3+/MPL

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [7d2cea2bc9a9463db8e6b6e82cb8aa9504ba9b8e]

        More dependent libraries for iOS

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [caddae7ba053de19b1a272b8fd63dd87c241f265]

        Bypass this for non-desktop OSes

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [491dcf9bec8e811ed3abb2f0945661ab0930ea8a]

        Can't build the iOS static cppuhelper test here now
        
        Since we now link to the (also static) bootstrap.uno component which
        hasn't been built yet.

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [8cd859d9a69a199886355aa8655bb3240536280f]

        For iOS just link directly to the bootstrap component

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [c8eefebef629e0c5a87e2230fbd255cca98cc8b6]

        Use prefixed getFactory and no canUnload on iOS

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [9a48e75b07d56f4d91a3cd59c1b94f0db75c9cb3]

        Deliver also static component archives as built for iOS

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [af61542cb87e95076ade78840a5679fa65a3bc95]

        Deliver also static libstore

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [5568dfaacf0e5c37924609776ca73bf8ebba4eb8]

        Add dependencies for sal_qa_static

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [71e4b9f37af70eff05b75489b6922eb9c52f9475]

        oh dear, I never actually added this before

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [98158723b279537f8221ef13565d87dae4cc6ba2]

        implement font alignment paragraph sprms

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [74b3cdbe983231e47efc9fd2e77147cd5673854f]

        the option got turned into --with-system-sane so look for with_system_sane

2011-08-08  Lionel Elie Mamane  <lionel.mamane@gestman.lu>  [b70ddaee680a6a7d7e69c48a288fb7ee085ef5d3]

        configure --with-system-sane: correct help string

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [9d4f6c02b1946dce75748559a4af36b95f5c4e01]

        dmapper: paragraph vertical alignment support

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [ef0451016793c4f1312a37d24e5033684e1649ae]

        Don't bother trying to truncate parts debugging output
        
        Murphy says it's the part that is dropped which will be interesting
        one anyway.

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [b16ab7a751c04049b4171df412f1ef0f4f9b02f2]

        Add invokeStaticComponentFactory() for statically linked components
        
        Will be used for iOS at least.
        
        Factor out the part of loadSharedLibComponentFactory() that handle the
        symbol that has been successfully looked up.

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [57a189d7f9e92cac405c838932f19f6f195866ba]

        DomainMapper_Impl::AddBookmark: missing empty stack check

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [ea31506b0dfdc5249a522863cfb395c37531ce97]

        fix shape import for the unit test

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [5338fee30bef0eeeedb768220713641b3d1536fe]

        dmapper: more null pointer checks for the unit test

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [88f72f525c8e8a26f91696d755aa0a67ec8773ca]

        testrtf: add support for an indeterminate directory

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [cf3eac39e12f85043e5beb686b9abb9e94dda34d]

        catch by const reference

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5567bb0200b5d57bb5a79cd4bea7d960310ee14a]

        missing ',' makes a completely different string than it appears.

2011-08-08  Luboš Luňák  <l.lunak@suse.cz>  [c981b302dcd818eb212d666490156c628c7771c0]

        add SwPostItField::GetDateTime()
        
        it's rather weird to have only access to either date or time, but
        not the whole object

2011-08-08  Luboš Luňák  <l.lunak@suse.cz>  [f71f962af74ceceb51c6ada5ea616c7cff576c2b]

        fix crash and fix rtl logic

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [6773616a235fbc55272a64c0e5718278bd007c39]

        revert this and rely on changed SAL_ALLOW_LINKOO_SYMLINKS behaviour

2011-08-08  Lionel Elie Mamane  <lionel@mamane.lu>  [ada4759219efa816ec4c4d29c40cd1428c38e5d4]

        osl_getAbsoluteFileURL symlinks allowed: ".", ".." still treated

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [2ee5618ba5f56f6f7b8b708e98618c77a4e228fe]

        add test files

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [a840652371e6e42778c0e72bea658a3dc11449cb]

        runtime ConvertToUnicode->compile time unicode constants

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [ce906b8096081dee15dc8cc96e570d5b0b587955]

        skip tricky allocators on G_SLICE=always-malloc

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [c2e61f08aeb53cb2759eb9dd1c1923543cd3ddfc]

        dig out some sgv files for a regression test on that format

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5a1123ac07d76492191be3f1a204d86cc49e3c69]

        reduce API bReplace is always true

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [cb64bcb4ae4918b4f132c44fa30449bf671f23b1]

        callcatcher: ditch some more methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [8a3cdcdc5d705b55173b611305e2e088cab75a7d]

        callcatcher: remove unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [87025228f44662e46ad9353ebf2ba26e7574b074]

        callcatcher: remove unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [d3ad51015c1e75cf72143867ae1031639bb256ad]

        drop deprecated ByteString::ConvertToUnicode

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5e6c0fb9ce04ec3f0115aa459e981372fa7e13be]

        dont need FLUSH afaics

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [6909de036217b4f903d2caa26062be26226468db]

        ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [eb90c628840d47ab9a72a81c3e7e3faf7b6619cf]

        ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [dd853ad626ddaff20a2d418f99279aa931b90c97]

        callcatcher: unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5c8a542270ec4e28771baf6b1fe38e5f097d5082]

        dump dangling config item names before assert

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5796909fbdb23553fe20815eed90fa30d2a9a024]

        remove unused roadmapwizard methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [1c074d078bd2f95bb0f11007437a0ca01ae35c35]

        fix syntax

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [5298b1b32d90002be8d09fe82955550c18eae8bc]

        callcatcher: ditch some more methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [3e6613964f10ff10b71188293a2e4d4d1b29944c]

        callcatcher: remove unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [135a208ba217d9b8ff13f47eab552c8ddfaec01a]

        callcatcher: object is never constructed

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [71b8b49170a949ed51ef0dfbb3daf9f0257ff3f7]

        callcatcher: object is never constructed

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [000a453ef2e19315e0b3f7bd3c53f043fa9245b7]

        ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [4cab499c00e9183a3c5be758b56725529c2bde50]

        explicitly call XDesktop::terminate on early "restart" exit
        
        Too many things create an XDesktop and too many things depend on it explicitly
        having terminate called on it to allow the office on early-restart after
        updating extensions to exit without config items etc not getting flushed.

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [a1316a5d3a2446a4271717b0c3ea54699349158c]

        why create a com.sun.star.util.PathSubstitution and not use it

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [8cd21316bafbcf70f4c5cef3a173e639e9bdcd66]

        complete and utter nonsense
        
        Taking the address of the pCheck argument in LoadEnvListener ctor gives the
        address of the temporary on the stack/register itself, not the address of
        LoadEnv's m_pCheck which is apparently what it thinks it's doing.
        
        All that can be said about m_ppCheck is deferencing it inside the ctor will
        give the value of pCheck for the duration of the ctor.  What happens later on
        in subsequent method calls is pot luck, storing it and deferencing it later is
        meaningless.
        
        Presumably this worked because it's rare for the dereferenced m_ppCheck to end
        up containing 0 at the wrong time. Right now in a debugging build the mail
        merge dialog from print... when there are form fields in a document and "print
        form field" is selected triggers a 0 in there post construction at some stage
        or other, causing the dialog to never appear as the loading here never
        completes.

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [4daff1ace2931012901a994d1b4dbff3eaea6e00]

        runtime ConvertToUnicode->compile time unicode

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [39ab5402171c8739cd578e073bcd29bb9bf9bdef]

        callcatcher: remove various unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [aa4bcd28eeb92fc35024d1a4800eb8252d547944]

        callcatcher: remove various unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [b89c51452be240a74a0bc98943599ab62311d2b4]

        callcatcher unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [0617784ebd1d13698610dbac3eda7a2a4655cd2e]

        ByteString::ConvertToUnicode->rtl::OUString::ctor

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [13ff96fe03674791cb597039ce01d3f8e76fd279]

        fix assert, names expected to be sorted

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [4b596c2e54dbdf04b6a044487b6a9856a7fedcd0]

        use SAL_N_ELEMENTS

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [75c5262d94c96db82393d622dae02ac8e7f4681e]

        update list

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [f4b985fa5cbfcca952d34ff331c9d1d0cae91c9e]

        trailing slash

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [42962699c6a2f0c1e17b4dd2b5b335c859a2932c]

        try callcatcher in -P mode

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [6a262e6a3fc81b0012b46e64aa020b65a5a0828a]

        callcatcher: ditch some more methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [2cae15ec7a723f4cd853de08db4d6c5f1985cc0b]

        update list

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [b7379f53aeedb61d9ceb1f0a0dfecc18fff5491a]

        callcatcher: remove unused methods

2011-08-08  Caolán McNamara  <caolanm@redhat.com>  [4e8584ec335d22f8432f76b38c075a4fd9c7135e]

        remove unused roadmapwizard methods

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [e32e87980ad6b4a8c0a53a69c486cbf4d010b175]

        Add metacomment

2011-08-08  Eike Rathke  <erack@erack.de>  [6fcbf6877ef238c0eaf2c0f24830a2a3d12f3a01]

        dammit, why did this even build before?!?

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [7702cc5a7aea3d20138cba0cde86ef8a952619f0]

        OSL_TRACE adds trailing newline itself

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [cc13807356e73d0ac51f37b8e27f43d86602221d]

        Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [c89d682d94386495da324644f96cc6cd0887e46e]

        Factor out "bootstrap.uno" repeated for all bootstrap services

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [e077fe6efaf9d02ebfed43b88e2bb54dafed7f34]

        Fix paragraph styles in non-debug build
        
        In debug build, StyleSheetEntry::StyleSheetEntry already set the style
        type to paragraph.

2011-08-08  Eike Rathke  <erack@erack.de>  [2ccabe21ad789aa0bc2c3bd7834a18760ff4f2da]

        fix build breaker, include limits

2011-08-08  David Tardon  <dtardon@redhat.com>  [0c11d49e9c9031930ba023e6f546ebb73aac54e7]

        remove unused code

2011-08-08  David Tardon  <dtardon@redhat.com>  [778c80a9a78fccb3e5a8993f7691eac98fdda540]

        reassign iterator on erase

2011-08-08  David Tardon  <dtardon@redhat.com>  [1913c4b0ad6963042b8919dc2e93987fc5a0b3c7]

        remove stray semicolon

2011-08-08  David Tardon  <dtardon@redhat.com>  [20ddaed243e6b66462fb9132d5cc84d78f578b8e]

        fix typo

2011-08-08  David Tardon  <dtardon@redhat.com>  [834bdb3d3ecb801ad23b1f9a7b3473e2483aa902]

        avoid possible NULL ptr deref.

2011-08-08  Miklos Vajna  <vmiklos@frugalware.org>  [c6f68eb654cf02c6c05b85ace8ff45755c3e26cd]

        modelfactory may not be available, that's fine

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [2fdacd0142fea608423c417a0b06e54e6a7915a3]

        Move function to the file where it is used

2011-08-08  Eike Rathke  <erack@erack.de>  [5207c9fdde58c3e4f1b5329cb8e7177129b2905d]

        Fix decimal separator of a German_Liechtenstein [de-LI] currency format

2011-08-08  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [c1be3dab3d37b74570b49d8534c4d2677a318286]

        Replace SvULongs with vector and code clean up
        
        Instead of SvULongs use std::vector<sal_uInt32>
        replace sal_Bool with bool where variable is not interfering with return value

2011-08-08  Tor Lillqvist  <tml@iki.fi>  [7ec5539950b5b8699c1d121932643573aed4a89e]

        dictionaries is not needed in cross-build-toolset, it seems

2011-08-08  Ta Duc Tung  <tatung2112@gmail.com>  [be6629ac7481dd68cb2f2b52927f1dcd975d6ac9]

        Print current page in the Print dialog, fdo#34697.
        
        Includes very nice cleanup by Korrawit Pruegsanusak
        <detective.conan.1412@gmail.com>.

2011-08-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [9bd139b7056f5526dfa5514a41a9c246bed4516a]

        mis-hap removing USE_CCACHE

2011-08-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [49fa5b039d1c89db367f7c71eb1e421467181d8e]

        remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final eval

2011-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aebb10b71159acc39551407ca39a96329e2f774e]

        show row/column headers as default again

2011-08-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [830650fa2480c1b399fd7c370e4b1362662f6f64]

        don't use ODFVER_LATEST instead of ODFVER_012

2011-08-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [7caafb6ce74111186526246b58709c447733543d]

        quoting problem in the auto-selection of gcc/g++-4.0 on MacOS

2011-08-08  Jan Holesovsky  <kendy@suse.cz>  [c8989e1529b74831e9aad14e5c7307113a272180]

        Cleanup/remove CommandLine-related methods in lngconvex.

2011-08-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [57cf026739a3d707378ca38f59518b018fccca8f]

        auto-use ccache and use it unless CC/CXX is already set or --disable-ccache

2011-08-08  Jan Holesovsky  <kendy@suse.cz>  [04b0d7ac37bee4a8d96c45cad27f6c0c16c8ee3f]

        Remove unused ComboBox::SetSeparatorPos().

2011-08-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [8c219766f1a3357845ff46e30e23d30f633afe54]

        Added Russian language Lightproof module
        
        * Added module
        * Remove versioned directories in scp2 module for Lightproof

2011-08-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [652c8d8c6d71f6ba3b1b3b4d23557d8b0eda0021]

        Update Google Docs extension to version 3.0.0

2011-08-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [b3ddc17e034904b1f9c79268c304ce4284ce61f9]

        Update supported Lightproof versions to the latest available

2011-08-07  Matúš Kukan  <matus.kukan@gmail.com>  [f5311780463d2c851014f8050be86867d4a333e4]

        there is no sd library here

2011-08-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [a29bc6b687243f25ac910aee0a5865e4116af22e]

        Update Diagram extension to SmART Gallery
        
        * SmART Gallery is the new version of Diagram extension (aka. Diagram 2)

2011-08-07  Tor Lillqvist  <tml@iki.fi>  [1f22396b4a6f455f2f9e9535dfc5e2d48343060f]

        getLibEnv always returned an empty string anyway so make it void instead

2011-08-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2c0a392df1e75aa33befa2ff818171eea23d3005]

        fix for fdo#39792: changes to range names invalidate stream too
        
        If we don't invalidate the table stream when we change the local range
        name, the new range name will only be written if something else has been
        changed in the sheet

2011-08-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8b8f6835e60e179de616117f59af64d6f2c34b0a]

        fix for fdo#39678: don't write password algorithm in odf 1.0 and 1.1

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [7851e052d421fd996499a615cf1312ee9b1e1653]

        [PATCH] do not use hard-code/clone/in writerfilter tests

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [d09572039ac4f82540d7529cbaf06f125f705cc6]

        [PATCH] another round of hard-coded /clone whack-a-mole in svtools this time.

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [974cb75ee361ce8d0713c8fd70e389635889109c]

        [PATCH] do not use clone in path for test in sw

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e536c6b098741a658f07b26f69a00eb4c071e79]

        do not use /clone in paht for test in hwpfilter

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d8fa59aca1618799e53e7ee1aafa9728171bf8d]

        bootstrap is now core in ./g

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [19ec0a6d7189e2289f4cc0cb6bd45d2c8d87ed51]

        dictionaries is now in a separate optional repo

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [b5d5e97b4bf01caf923d0082a8be33f85dabe8e0]

        binfilter is now a separate repo

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [d44c8ad6ad971896a68ae14f9986418e5685ed3a]

        move GIT_REPO_NAMES init up

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [67193a70de7493ea4d2b2a2cad61804fabfb990a]

        remove clone/calc references in filters-test.cxx

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [7789e250739a41dad8556a3f667a8ad17e6661a8]

        remove /clone/calc reference in lotuswordpro qa

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [82f5f6c57f8eef90dc9482a963164b90c4bf1b56]

        adjust the list of external git repos for onegit

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [4076bcb42c0b777e6d79eefb77c1520f8f12d81f]

        adjust .gitignore for new combined repo

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [801936459fa8cd5d452f875d14da7f34a9117f08]

        Merge remote branch 'extensions/master'
        
        * extensions/master: (978 commits)
          get this building for me
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          enable l10n of presenter screen
          oops Bjoern's .gitattributes link got commited by mistake
          enable l10n of presenter screen
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          poppler 0.17.0 changed its api for no some reason or other
          Branch libreoffice-3-4-2
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          Remove component_getImplementationEnvironment
          hotfix to include localizations of Presenter screen extension
          hotfix to include localizations of Presenter screen extension
          Goodbye to CWS_WORK_STAMP
          use OString::equalsL
          fixing rebase errors
          ause130: #i117218# change .idl handling to gnu make
          CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]
          Use DESKTOP and NATIVE where appropriate
          Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)
          createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [bf202438d88e650b69c9817f003f45aed1f58996]

        Merge remote branch 'artwork/master'
        
        * artwork/master: (2634 commits)
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Opps: bjoern link to .gitattributes got commited by mistake
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Branch libreoffice-3-4-2
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          fixing rebase errors
          Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)
          putting back a wrongly deleted icon
          Remove duplicate icons for crystal and oxygen themes
          Remove some placeholder icons
          Removed some placeholder icons
          replace OOo icon to LibO icon fdo#33229 (cherry picked from commit 6fb432551320ea3d6eb1648f78abda6569705795)
          replace OOo icons to LibO icons in Tools - Options dialog fdo#33229 (cherry picked from commit 3f7ffa8409ba7fc1ce5f70dbae06a44a42c9947f)
          replace OOo icon to LibO icon fdo#33229
          remove BrOffice
          why backing_rtl_left.png contained BrOffice?
          replace OOo icons to LibO icons in Tools - Options dialog fdo#33229
          remove unused localized help images
          remove BrOffice artwork
          Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [8605130aacb8a50b335cea9a1fd09b818de77643]

        Merge remote branch 'libs-extern/master'
        
        * libs-extern/master: (945 commits)
          adding $(AUGMENT_LIBRARY_PATH) back, because it is needed
          10.4's system python is too old, need to use internal python
          Use system python unconditionally on Mac
          Related: fdo#35404 force .a files to hidden visibility
          Fix parallel build crash in translate_toolkit requiring solenv
          use -Wno-long-double only if gxx supports it
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Not everybody has stdint.h when one needs it
          Oops Bjoern's link to .gitattributes got committed by mistake
          Uploading new libvisio alpha version
          ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without
          MsiGetPatchInfoA and W were missing
          Make import libs for msi and urlmon dlls based on Wine's .def files
          Pass also our EXTRA_CDEFS to the cppunit configury
          Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)
          Fix Windows build
          Fix Windows build
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Updated mdds to 0.5.3.
          build cppunit also with STL debug when STL debug is enabled
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [43c5346407fcf79876af44d27ed43c10c3799aa2]

        Merge remote branch 'postprocess/master'
        
        * postprocess/master: (364 commits)
          basic, writerperfect in gbuild
          More modules in gbuild
          Convert animations to gbuild
          added mtfrenderer component again
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Add vcl and lng components to packcomponents makefile
          Pack also forgotten components from sax
          Branch libreoffice-3-4-2
          List component/unotools/util/utl just once
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          Remove preload library related code
          Nothing in the extensions module probably makes sense on iOS or Android
          Goodbye to CWS_WORK_STAMP
          gnumake4: adjust postprocess to gbuild
          Mark unodevtools for DESKTOP builds only
          gnumake4: postprocess: adapt dbaccess/reportdesign components [hg:d2515b2e3f56]
          hwpfilter is built in tail_build
          [mq]: oox_gmake.patch [hg:d0beb4a8aa40]
          writerfilter10: convert writerfilter to gbuild [hg:1013d9bf5d0a]
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [debd6c991ceb473d9fbff1b039df3b4518b03e4c]

        Merge remote branch 'impress/master'
        
        * impress/master: (13243 commits)
          Emacs modeline compatible with vim's one
          Use rtl::OUStringHash.
          missing icon in Styles and Formatting dialog in Impress fdo#38382
          Styles import: Improve speed as well as fix/avoid n#708518
          Clean-up of bugfix fdo#32895 for the master branch
          Add consistent Emacs and vim mode lines
          Clean-up of bugfix fdo#32895 for the -3-4 branch
          findbar: Add seporator between the Prev/Next and Serch & Replace
          add prefixes for component_getFactory
          Convert animations to gbuild
          findbar: Show the "Search and Replace" button in the FindBar by default.
          change from SID_PASSWORD to SID_ENCRYPTIONDATA
          fix typo: DeletePassords to DeletePasswords
          change maPasswordList to ptr_vector
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          callcatcher: remove unused method
          Remove unused Debugging stuff
          remove half baked test without the appropriate include to make it works
          cString is deprecated use cStringUsingEncoding instead
          Oops Bjoern's link to .gitattributes got committed by mistake
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c06a627330b702f9cafa9110735218332d66bf9]

        Merge remote branch 'libs-extern-sys/master'
        
        * libs-extern-sys/master: (1783 commits)
          Revert "Disable pdf and ps surfaces that break internal cairo build"
          I'm sure I fixed this before
          Disable pdf and ps surfaces that break internal cairo build
          restore workaround for windows lack of soft links
          Resolves: fdo#36763 backport fix for py#4768
          French dictionaries update: 3.8 to 4.2.1 (dicollecte)
          UPDMINOREXT is gone away, drop it
          Use MACOSX_SDK_PATH
          add easy-valgrindability to built-in python
          supress unused variable warning in ptr_sequence_adapater.hpp
          fix hunk offset in boost.windows.patch
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          nss/moz: Add Linux 3.0 profile
          Oops Bjoern's link to .gitattributes got committed by mistake
          Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)
          Don't let <windows.h> define min() and max() as macros
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Don't let <windows.h> define min() and max() as macros
          We want cairo-quartz.h for iOS, not the X ones
          WaE: yet more of these shadowing warnings
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [b4757b2dd0b18066ae2845ebc440323e6c843958]

        Merge remote branch 'libs-core/master'
        
        * libs-core/master: (67305 commits)
          fdo#39869 Fix memory exhaustion with String length of STRLEN_MAX
          strange delete variant
          I believe the intent is to be non-copyable, so lets use boost on base-class
          delete/delete[] mismatch, thanks to Terrence Enger
          don't need to include this here
          fdo#38956 related changes in split libs-core repository to support LCID changes
          callcatcher: unused methods
          convert deprecated ConvertToUnicode to rtl::OUString
          reflect gmake flavor
          Use rtl::OUStringHash.
          Emacs mode line compatible with vi's one
          add realpaths for windows
          add realpaths for windows
          realpaths to get windows building here
          bad merge, setup_native depends on sfx2 now
          don't annoy us
          don't assert about a bad value, if that's the fallback safely value
          Set correct mimetype for draw documents on xml export
          don't assert on an empty paragraph with a start index of 0, that's sane
          callcatcher: remove unused methods
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [806f78cb4bbcc7e6a6699d8a1d9757dcada8ea40]

        Merge remote branch 'filters/master'
        
        * filters/master: (23241 commits)
          fix up wrong .cxx
          callcatcher: unused methods
          Emacs modeline compatible with vim's one
          Use rtl::OUStringHash.
          Use rtl::OUStringHash.
          add another dependency
          testrtftok: depend on writerfilter
          RTFDocumentImpl::dispatchSymbol: warning fix
          callcatcher: remove unused methods
          callcatcher: remove unused methods
          Check if the XML stream contains '<?xml' at the beginning.
          CVE-2010-3451-1.rtf: reduce size of this
          add new failing test rtf files
          testrtf: ignore dotfiles
          reject files with unmatched { or }
          dmapper: m_xText may be null
          testrtftok: fix path on windows
          a control word's name cannot be longer than 32 letters
          more passing rtf test docs
          fixes for CVE-2010-3333-1.rtf
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [e7b4576db426e4e41308929d2487e4b3a8117ac2]

        Merge remote branch 'extras/master'
        
        * extras/master: (1697 commits)
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          oops Bjoern's .gitattributes link got commited by mistake
          Kill dtwm/cde
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Branch libreoffice-3-4-2
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          remove language attributes from styles.xml fdo#38257
          fixing rebase errors
          remove url_transfer.htm
          replace OpenOffice.org and StarOffice references with LibreOffice
          Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)
          replace OpenOffice.org and StarOffice references with LibreOffice
          Drop %_EXT% which was always empty
          replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229
          replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229
          Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)
          Add the wntgcc directories
          Add the unxios and unxand directories
          Branch libreoffice-3-4-0
          Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc1ec97c38c3f481f67b54402ef6da638b2b8ed2]

        Merge remote branch 'testing/master'
        
        * testing/master: (8722 commits)
          Emacs modeline compatible with vim's one
          Add consistent Emacs and vim mode lines
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Oops Bjoern's link to .gitattributes got committed by mistake
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Branch libreoffice-3-4-2
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          Remove component_getImplementationEnvironment
          Build cpputools only for desktop OSes
          Remove online registration related code
          WaE: for windows compiler
          add mode-lines
          implement additional context-less protection api
          Adapt texts to new B-spline implementation
          gnumake4: update qadevOOo for gbuild changes
          fixing rebase errors
          ause130: #i117218# change .idl handling to gnu make
          Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)
          Bypass when cross-compiling, at least for now
          Don't do anything when cross-compiling for now
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [752a7da840a5c948cf676c737f63d340eab919f5]

        Merge remote branch 'sdk/master'
        
        * sdk/master: (4419 commits)
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Resolves: rhbz#725144 wrong csh syntax
          Oops Bjoern's link to .gitattributes got committed by mistake
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          Remove component_getImplementationEnvironment
          Branch libreoffice-3-4-2
          Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)
          This makefile is for a standard Make, so use TABs (cherry picked from commit ff2c05d7b1411aeb67dc0ba415a1ec50db6331d6)
          bad merge, fix to enable extensions to build again (cherry picked from commit 194da0076d3b4a6968496261fd2eaca9e8e955f9)
          ditch unused compare
          ditch unused code
          remove unused datetime
          Fix two obvious errors, but this still sucks
          bad merge, fix to enable extensions to build again
          more unused methods
          various unused junk
          Pack binaries for the HOST ("target") platform when cross-compiling
          remove unused ASglTag class
          remove unused ctor
          remove unused PopFront
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [6482d5da7d0e7fc1a57b51853c1d90bac7b2e169]

        Merge remote branch 'calc/master'
        
        * calc/master: (22732 commits)
          Emacs modeline compatible with vim's one
          need uwinapi for snprintf under windows
          sal_Bool to bool.
          Perhaps a const member needs an explicit constructor?
          More String removal.
          More String / sal_Bool removal.
          More String removal etc.
          Indentation "fix".
          Removed unnecessary condition checks.
          String to rtl::OUString.
          Removed custom html options iterator class; use the real iterators.
          Combined two html option loops.
          Parse CSS in the <style> content and set number formats to cells.
          some clean-up
          change from sal_Bool to bool
          change from c-array to boost::ptr_vector
          use delete[] for arrays allocated with new[]
          fix for fdo#39773: crash with hidden column in Data->Form
          fix for fdo#39151: set correct table number in local db data
          Remove EXC_INCL_SST_STATISTICS
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [969940da8ff36e604c8c3d3db38d2ed2c9bcc518]

        Merge remote branch 'components/master'
        
        * components/master: (16036 commits)
          add Luxemburgish (lb)
          fdo#38956 related changes in split components repository to support LCID changes
          callcatcher: unused methods
          Emacs modeline compatible with vim's one
          Use rtl::OUStringHash.
          bad merge, setup_native depends on sfx2 now
          callcatcher: remove unused methods
          Produce correct sha256 uri, consume correct uri and original spec typo
          fix this leak again post-merge
          remove redundant delete of pHttpRequest
          Split this up into the constituent facts and bump copyright year.
          callcatcher: fix leak
          rename SttResId to IttResId to avoid conflict with basic/
          remove unused menu code
          Add consistent Emacs and vim mode lines
          callcatcher: bring HttpRequest dtor back
          findbar: Add seporator between the Prev/Next and Serch & Replace
          catch by const ref
          callcatcher: remove unused methods
          fix include paths
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [a9250805eb73ba80b17b08da3b8e76a8063f8ba9]

        Merge remote branch 'base/master'
        
        * base/master: (11028 commits)
          Emacs modeline compatible with vim's one
          Use rtl::OUStringHash.
          late postmerge fixes
          callcatcher: remove unused code
          convert to new api
          Add consistent Emacs and vim mode lines
          catch by const reference
          Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)
          Opps. bjorn's link to .gitattribute got commited by mistake
          revert to dbaccess gbuildization from master mostly
          Adjusted for HTMLParser::GetOptions return type change.
          postmerge fixes for gnumake4
          Plug MinGW gaps
          Do compile adodatalinks.cxx always for Windows
          Set CXXFLAGS, not CFLAGS
          ByteString::CreateFromAscii->rtl::OStringBuffer::valueOf
          Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)
          ditch ByteString
          callcatcher: remove unused methods
          Add prefixes for component_getFactory methods
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [d21b4f88b00556e1c00800034faba68968f48962]

        Merge remote branch 'libs-gui/master'
        
        * libs-gui/master: (36542 commits)
          Replace List with std::vector< GraphicFilter* >
          fdo#34977 preserve time when editing even if only date was displayed
          Remove an unneeded forward reference to class List
          make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL
          fix a crash seen debugging dodgy dbaccess+mailmerge stuff
          fix windows build error with symlinks
          and some more
          build-breakage: remove stray unused inlines and now dead usings
          removed SkipNumberFormatterInStream, was dropped, declared but not defined
          Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]
          declarations still present, though impls gone
          callcatcher: unused methods
          Let's use std::deque instead of uno::Sequence.
          Found one inconsistency between deque and uno::Sequence usages.
          Include <functional> for std::unary_function.
          Prefer std::for_each to manual looping.
          Emacs modeline compatible with vim's one
          Use rtl::OUStringHash.
          va_end closer of the va_start corresponding
          add mode-lines to new filess
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [5e8879aa41c5bb54b363f8e241d4e6854e41a3e1]

        Merge remote branch 'writer/master'
        
        * writer/master: (31783 commits)
          We convert 0x0B's to <w:br/>'s later in RunText().
          Add a comment based on the Caolan's explanation.
          Fix field values in export to docx
          convert deprecated ConvertToUnicode to rtl::OUString
          definition and use inside same debug level
          Emacs modeline compatible with vim's one
          [PATCH] Get rid of SvULongs in writer
          state *what* format is problematic in the OSL_FAIL
          replace ByteString::ConvertToUnicode
          callcatcher: remove unused methods
          SwFilterBase::ReadUnicode is dubious, luckily unused
          ByteString::ConvertToUnicode->rtl::OUString ctor
          Related: #i38880# crash in new field code
          MSWordExportBase::ExportDocument: check if we have a DocShell
          catch by const reference
          bPgChpLevel is always false, so remove if (bPgChpLevel) branches
          ByteString::CreateFromInt32 -> rtl::OStringBuffer::append
          convert to rtl::OString[Buffer] and simplify
          ImportRTF: use the new uno filter in experimental mode
          SwCache: fix build with dbglevel=2
          ...

2011-08-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [cd71f737f11a075623f42ae719f95636d0660df7]

        Merge remote branch 'ure/master'
        
        * ure/master: (25301 commits)
          Print debugging output only if OSL_DEBUG_LEVEL > 1
          Emacs modeline compatible with vim's one
          Bin OS/2 .map files
          YES->TRUE
          Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitly adding -mno-avx to CXXFLAGS.
          Revert adding -mno-avx to CXXFLAGS, not universally supported
          Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitly adding -mno-avx to CXXFLAGS.
          Don't use dynamic loading on iOS
          Avoid compiler warning
          make these explicit
          make sure we get the right interim obj
          Use separate unit testers for subsequent and normal tests for iOS
          Try to use the app executable module on iOS for now
          We do want to use RTLD_DEFAULT and dlsym() also on iOS
          Nah, these must be subsequent tests also for iOS
          Add statically linked cpphelper unit test for iOS
          Build static binaryurp unit tester for iOS
          Use OBJCXXFLAGS instead of duplicating it
          Add statically linked cppu unit test for iOS
          Add consistent Emacs and vim mode lines
          ...

2011-08-06  Joseph Powers  <jpowers27@cox.net>  [665987630fac51f58439aed4a43ef2d46a11fb2b]

        Replace List with std::vector< GraphicFilter* >

2011-08-06  Andras Timar  <atimar@suse.com>  [a3e8474d0f98db41ef33444e98ac4a5a543d56e1]

        add Luxembourgish

2011-08-06  Eike Rathke  <erack@erack.de>  [63be6df7988404687c9f52cf03eba946990fe7b1]

        fdo#39869 Fix memory exhaustion with String length of STRLEN_MAX

2011-08-06  Jan Holesovsky  <kendy@suse.cz>  [6f540c1532b8b6e5a80e1b0cb43edc90820b2d43]

        We convert 0x0B's to <w:br/>'s later in RunText().

2011-08-06  Jan Holesovsky  <kendy@suse.cz>  [98b8db50c945cd9a2bbbf6e1b1589d6603981fcb]

        Add a comment based on the Caolan's explanation.

2011-08-06  Troy Rollo  <libreoffice@troy.rollo.name>  [aafce5802165dc55814f98102e1a713f6054c7f3]

        Fix field values in export to docx
        
        Prior to this patch, fields were being exported to docx file with the
        field value being the name of the field. This patch changes it to
        export the field value as the field value.

2011-08-05  Andras Timar  <atimar@suse.com>  [1bdaaa1ee444772a8da0ece89028b26a887542d3]

        add Luxemburgish (lb)

2011-08-05  Andras Timar  <atimar@suse.com>  [27a147dcc9237184db462292435ec2ff547d20e8]

        add Scottish Gaelic, Luxemburgish and Tatar UI support

2011-08-05  Tor Lillqvist  <tml@iki.fi>  [ea5f8f94edd881016e4f3e2197964dd3525258ce]

        Print debugging output only if OSL_DEBUG_LEVEL > 1

2011-08-05  Eike Rathke  <erack@erack.de>  [15d51584a1564a270dc976caf8f2c04bf5a068ea]

        fdo#34977 preserve time when editing even if only date was displayed
        
        * For date formats choose the datetime format when editing a value with a time
          fraction.
        * When editing time formats choose the time format only if 0>=value<1, choose
          the duration format when editing a value that may represent a duration, i.e.
          is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k
          hours choose the datetime format.

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [752ae1eb6ef90e53ec2fcc99b550181effa1de6c]

        strange delete variant

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [ad43b68a4d15879d74b597931c4f4edc7e08a353]

        I believe the intent is to be non-copyable, so lets use boost on base-class

2011-08-05  Joseph Powers  <jpowers27@cox.net>  [dc665255c188207908a3932354cf87a6428dc675]

        Remove an unneeded forward reference to class List

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [2f8580e00830dd1b2fd0a8f89e62d2c822fe9670]

        delete/delete[] mismatch, thanks to Terrence Enger

2011-08-05  Lionel Elie Mamane  <lionel@mamane.lu>  [02c7b52cf5aaa726b660b8be23ae95acc5efc4e6]

        make FILEVIEW_SHOW_NONE disjoint of FILEVIEW_SHOW_ALL

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [a5a1e65efe5fd41974613b488effd9eae6e9ef2f]

        don't need to include this here

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [b71f754feb335a824d3d2f5e3c38bb1853fe49af]

        fix a crash seen debugging dodgy dbaccess+mailmerge stuff

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [89f794878471c5c756cce3e9f56ed01f8336f66f]

        fix windows build error with symlinks

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [fb57d416e4ee378594a0ee48f123e20b7572f089]

        and some more

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [cff81810e32f422d56d9a7f4f2d4c6bba993f8cb]

        build-breakage: remove stray unused inlines and now dead usings

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [16038a4d5c4dccf6f44fd96d22302d0aa88b6d8e]

        Revert "Disable pdf and ps surfaces that break internal cairo build"
        
        This reverts commit 04ab4c38d662c469cea1afa540b60625266bc7e5 because
        it breaks a buildbot

2011-08-05  Eike Rathke  <erack@erack.de>  [e1a4e62e3ee026f1c2d9d9280ed30035d64d9f1b]

        removed SkipNumberFormatterInStream, was dropped, declared but not defined

2011-08-05  Eike Rathke  <ooo@erack.de>  [9c830990146958660604bb57ada18afd96f25cf4]

        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.

2011-08-05  Eike Rathke  <ooo@erack.de>  [93fb89212487e57ecaec48571018538a60b1dc8f]

        fdo#38956 related changes in split libs-core repository to support LCID changes

2011-08-05  Eike Rathke  <ooo@erack.de>  [a81b316c681d00e9aebad3bddf528415e6619024]

        fdo#38956 related changes in split components repository to support LCID changes

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [daa4a9483c41be6077ba0840e526474641ffc5c3]

        convert deprecated ConvertToUnicode to rtl::OUString

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [dceee406b75fb040822e50a335e4c4a121313c73]

        definition and use inside same debug level

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [e423dc7321674e5e6442ce1e7c19f50e3eabc9ea]

        declarations still present, though impls gone

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [c6da7c43e10924597b6566fa5394684299c0a573]

        callcatcher: unused methods

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [db1b7178dde8daa8660becf35acf8362b5f4bd7e]

        callcatcher: unused methods

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [31e203f1fd9a32c70c37a73f13963992e1cc17ef]

        convert deprecated ConvertToUnicode to rtl::OUString

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [37c26edb917908417e2d25fdf06fed79eef18e8d]

        fix up wrong .cxx

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [30c1a5f9fd44d914befa5070a5bb0c09b1d7cac9]

        callcatcher: unused methods

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [008981b0df22843f174adcb8b8ab77806d817c3a]

        callcatcher: unused methods

2011-08-05  Caolán McNamara  <caolanm@redhat.com>  [79adf1784e652f6e47f4ad064d0c32d3a158622a]

        get sccomp to link under windows

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [af3a393700f77b039e88efc2cf2e6eef450677ff]

        Let's use std::deque instead of uno::Sequence.
        
        This makes things a little simpler.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [e2258940b35b0ece48759914c258a519ba619364]

        Found one inconsistency between deque and uno::Sequence usages.
        
        ListenerType vs ScriptType.  Also, deque supports clear().

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121]

        Include <functional> for std::unary_function.
        
        Mac build fails without this, apparently, accordingly to Norbert's
        tinderbox log.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [c70e39d78426f1f0dd094e0e97061e60f387ff86]

        Prefer std::for_each to manual looping.

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [83e01d8438e229e6d7c5e2ccac1cf4b5571d47ac]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [3661f535da59a5d231551efd3a05120b0e52f1d1]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [a9c779c215e851d63205dbf77bbe4332a9ba9511]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [10e14793d51da1420ad615ab3e1c3df7cc883a37]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [3fb5160da1be010736aeec881946fef6dc57843d]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [1a44d29eb1e048d101381de8b2817857025c2d8e]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [09c28c78d0779abe57945b37d503d10c92ed1c82]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [30fea02f30c61e5a6937f7523f9a0e464f6c725d]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [88825599e8c855506123d975df2deecbf8c2876e]

        reflect gmake flavor

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [d589335e65d104f30171b1afef60f53312658109]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [fd073bb6485667837fa776398091e9e1669e5c0f]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [06c00bb852c4564146fbf1c3ccb99b46bd2396fd]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [66d882b3c87d82da82a32f1fabb8c9f8471e1847]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [bcd05dcbb7e502da0e5b2771bd4240f8151de93b]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [fdfc75797e7e90c74ae94a08834221bac934f030]

        Use rtl::OUStringHash.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [27f16c19cdf0bc835d83fa3fec720495c5f91605]

        Use rtl::OUStringHash.

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [52dd93fe3d165f819903a7f215d7144800e6af01]

        update list

2011-08-04  Julien Nabet  <serval2412@yahoo.fr>  [9a807aeb49487180ae47e6755252ef1dc52d73ec]

        va_end closer of the va_start corresponding

2011-08-04  Tor Lillqvist  <tml@iki.fi>  [334bf75566554dbf9009598b17c818e34d5ece9c]

        Bin OS/2 .map files

2011-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [f8aff3e6998baa5f7df0411273c90804731fa6f0]

        late postmerge fixes

2011-08-04  Matúš Kukan  <matus.kukan@gmail.com>  [e71cb4100d6926db0137965550cc8bb3beef663b]

        update list of gbuildified modules

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [932c51da304a1a7dd7ffd095cd25df98ac3740c7]

        Emacs modeline compatible with vim's one

2011-08-05  Takeshi Abe  <tabe@fixedpoint.jp>  [9e2800793ad966d954a8249a1c94a9c26902ce97]

        Emacs mode line compatible with vi's one

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [b83057f6a8fd6fd3bf547d3b725f3031e9974b12]

        just check for support of -mno-avx

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [5b759fd1753a20f1a2dba3d2a524677909fdc85e]

        YES->TRUE

2011-08-04  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [a64cd398e4c4aaa853fedb8f42ba9c6301e8bdff]

        [PATCH] Get rid of SvULongs in writer
        
        Replace SvULongs with std::vector. In SwHTMLWriter simultaneously replace
        aOutlineMarks with boost::ptr_vector.

2011-08-04  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [f8069fc858058959a7a1d59684c15bd4a41fcc3a]

        Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitly adding -mno-avx to CXXFLAGS.

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [4f544e3c6e5d70bfcfc76ba599380e29d82f664e]

        I'm sure I fixed this before

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [4f676b4f87b9cf2026d79d955b55fe58419e1453]

        add realpaths for windows

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [727a1e47e8d9823a8383bf7c345b5fbb65b0fd16]

        need uwinapi for snprintf under windows

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [e8ced5594bc7e7e628997ce5ddd3ab56b817be4e]

        add mode-lines to new filess

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [d5ccb73309b5dd2afc6d77f8614cb4e4bbea9bfb]

        catch by const reference

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [85143ce699d5e6441a7adb7d6155088a65991195]

        and get this building under windows

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [6d73ae9795c6a7adbbb6f8b5a426630b9a1fe459]

        add realpaths for windows

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [9ef56cb2e5f81bc8c281e9dd129846479524c03e]

        realpaths to get windows building here

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [512dcc0e6e97d4af8e3e10fa22f44c7f34132024]

        state *what* format is problematic in the OSL_FAIL

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [e76d4e39b90e9e878a43a79a01e7c9326c319f42]

        bad merge, setup_native depends on sfx2 now

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [4e92991630b9596f97a928c3d7b3fb0f89cb5dba]

        bad merge, setup_native depends on sfx2 now

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [a1e9dea1ff4a584d331c04ef03275c0dc07af078]

        try this to fix windows hanging builds with gb_GenCxxObjects

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [9d363b2dda833370a07f88289283d16e365a2a44]

        don't annoy us

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [5c40862ac9221da2396af5f16e1319d94b853e12]

        add another dependency

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [680b463ca7feb50f4ba7105a620520b37dcf3e44]

        don't assert about a bad value, if that's the fallback safely value

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [9093cbb4768f956321a5801c48bc105c08fcf11d]

        testrtftok: depend on writerfilter

2011-08-04  Thorsten Behrens  <tbehrens@novell.com>  [68f7b2f27364cf3c8c8cc0f25c9929fccbb9bc06]

        Set correct mimetype for draw documents on xml export

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [b40b45529b509a577c28baf286eba89e8046d440]

        don't assert on an empty paragraph with a start index of 0, that's sane

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [40b9443a650e45d8646fbeaa2729c8d920ecfc3c]

        help windows build along

2011-08-04  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [9f1733cbea18c9af6a1293b873491bd1f680ee3b]

        Add one more libdir path for detection with qt4 on 32b platform to be same with 64b. Fixes gentoo bug #377377.
        
        Signed-off-by: Tomáš Chvátal <tomas.chvatal@gmail.com>

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [b030c48949c0cbdf28c6b198153c304a71f6f31f]

        RTFDocumentImpl::dispatchSymbol: warning fix

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [1c043a8fde1617186e7f4c92cea3819ae298f525]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [4665608ae8824128d9cc0bf8a21c47140cb5dd05]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [9c0bcbaa53871c1f416828b21695e8ce6eb82e7e]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [7ffcbeb77bc40517a86c3e86b07034f5ee42cf6b]

        LookupKeysymInDefaultGroup unused

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [0a3c6b958f6fc184d3f3783ba6511de864a7b8ff]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [c9fa7eef2f42f4c16dafe25c379d71c1d65a451e]

        elide runtime conversion of constant to unicode

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [4cb317df302272f55b46e8a0d02b036379f94ddd]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [b6c00d0ac79c1f8ea78cc4b2e301c74bf85ff809]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [17d7eaa742d5cb9187cfe6cc12711d30ccf10da9]

        callcatcher: remove unused methods

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [fa7c86e4ccec74b0d92b2807a728173594d83897]

        some more

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [139ee886a6a7d2c58fc80c90dcce88ff6d13d683]

        update list

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [f8c7607ea291d7e7d976a9485abc1761627eb654]

        get this building for me

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [130c44b09ee23454d30e9c15f00c9e300808600c]

        replace ByteString::ConvertToUnicode

2011-08-04  Caolán McNamara  <caolanm@redhat.com>  [8a7dbf9cbbf7bf650491ade4a8cb76b5aed91bda]

        callcatcher: remove unused methods

2011-08-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [afff1341b497a8517bdb676db764e0fc24390332]

        Disable pdf and ps surfaces that break internal cairo build

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [ae665a7665daf4947d8ac061508db3cc80720299]

        sal_Bool to bool.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [7d7c580e4c863e9356b83606d148a8b27da1c167]

        Perhaps a const member needs an explicit constructor?
        
        Norbert's tinderbox spits warning on this.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [ef1744165acc42e8a955cd291171ff9f7197edf0]

        More String removal.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [f1d017893a54baeaa2e9eff1959a21c4d1c8aa9f]

        More String / sal_Bool removal.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [461b4f32a40c16996b429c8aa5822eb0c191f397]

        More String removal etc.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [c788c07dcf3a98f0656d1eb5f56c0058a0778f4e]

        Indentation "fix".

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [55e9a1db54281e8e657ba2e8878c6e8b77e138dc]

        Removed unnecessary condition checks.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [512eb7afd2183c2e53dd0c987402602b018fc8d4]

        String to rtl::OUString.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [d8897ebb47812c5a262683bfc83886075e552fd5]

        Removed custom html options iterator class; use the real iterators.

2011-08-04  Kohei Yoshida  <kohei.yoshida@suse.com>  [0a99c699719dc5d72c0e5c0ecb2b56c5c9b4c4d3]

        Combined two html option loops.

2011-08-03  Kohei Yoshida  <kohei.yoshida@suse.com>  [24d8e4eaf4543c5b39b9e816d8514525b098827d]

        Parse CSS in the <style> content and set number formats to cells.
        
        Pick up number formats specified in the CSS content of Excel
        generated HTML documents.  This makes use of a template-based CSS
        parser from the orcus project.

2011-08-03  Kohei Yoshida  <kyoshida@novell.com>  [7b812c921afcafabe0ff5e0c19143a6930b486cd]

        Store the content of <style> element, and pass it to the handler.

2011-08-03  Kohei Yoshida  <kyoshida@novell.com>  [760589c835a4ac7d24a7c0710d8fc10d4aa08a58]

        Check if the XML stream contains '<?xml' at the beginning.
        
        If not, we'll simply bail out.  Note that this will temporarily break
        type detections for those esoteric, non-XML file format types that
        incorrectly depended on the XML filter detect service to detect their
        format types.  To make them work again, please write a different
        detection service other than the css.comp.filters.XMLFilterDetect.

2011-08-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f2ea23963d92d53f29124f8dd411dbf40450c868]

        some clean-up
        
        you need boost::nullable if you want to insert a null pointer in a
        boost::ptr_vector and it seems that ptr_vector::c_array isn't supported
        then

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [74561937b7c4001e977f8cc9db5c75b070c77320]

        CVE-2010-3451-1.rtf: reduce size of this
        
        The fix for this is in commit 9bd6527559cf12ef7b04761212e26149e1a229a7,
        reverting the rtfnum.cxx part of it shows that this smaller sample tests
        the issue as well.

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [6f48388f898d92b814aa2b07e97939c0df7a5176]

        add new failing test rtf files

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [4b3008dc45f4a6f7aaa5b01ef30926b243ee8e06]

        testrtf: ignore dotfiles

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [fe02b4ec17922ce74902a221f7441fec12017d44]

        reject files with unmatched { or }

2011-08-04  Miklos Vajna  <vmiklos@frugalware.org>  [957a48e6501717a814fadaa6c502511bbb6c311e]

        dmapper: m_xText may be null

2011-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [20984798a480b84f93c63726f58dfbe8c8cb8bfc]

        change from sal_Bool to bool

2011-08-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [433bf9ba2dd4f4f89d9ec850fd24ed5234d9fba4]

        Package the odfflatxml component properly and make the flat xml filter work again

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [db01f854d7953678c8edc4ad834e744cfe88468a]

        SwFilterBase::ReadUnicode is dubious, luckily unused

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [abc48eaff8ead62b7b23ded2a4092b0f1c21667a]

        ByteString::ConvertToUnicode->rtl::OUString ctor

2011-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4fdd461b16f73c8752a6a68ba41eb11f26a9f71b]

        change from c-array to boost::ptr_vector

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [370ce3185082b976a6c8de8d4aea07273907a8ff]

        callcatcher: remove unused methods

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [a249d1e96f302ab3048f42a113ef9d7603b94c5f]

        testrtftok: fix path on windows

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [0b4df1d83d289c835082b16221af72d29d85a02f]

        a control word's name cannot be longer than 32 letters

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [63904d57b620ec7390d495d28c4850403d336379]

        Add statically linked i18npool cppunittester for iOS

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [a426d5890e29d5a655c10f843e286313527feb26]

        more passing rtf test docs

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [7a897a329b0edf48588e3297d460526497703131]

        fixes for CVE-2010-3333-1.rtf

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [f2c14788ddd0b7123ad2bd265055a35be3817ca2]

        fixes for CVE-2007-0245-1.rtf

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [e9eeee0d82db9f96f5d565f6be6d846eddbffbfb]

        initial rtf unit test

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [6353ccd87fee4685e696c6cd4b0ab50bf9f1c8a3]

        couple of null pointer checks for the unit test

2011-08-03  Matúš Kukan  <matus.kukan@gmail.com>  [98e3b6e9e7d2a866a60b1273ee247165455f5178]

        avmedia cleanup - remove unused code

2011-08-03  Matúš Kukan  <matus.kukan@gmail.com>  [7f56a4d2ee1a67f5e20a2f844c8ffec0432f2f91]

        avmedia cleanup - update list

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [2d775f593abd9bc487ccc60f06aa5a3ca9632056]

        Produce correct sha256 uri, consume correct uri and original spec typo
        
        See:
        http://tools.oasis-open.org/issues/browse/OFFICE-3702
        http://tools.oasis-open.org/issues/browse/OFFICE-3708

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [8e042b47b92956c268e1175379e1e6e8e38ae5ef]

        restore this, was unused due to incorrect merge

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [c4de35ab55f7782646ddd322092f9e1326451aa1]

        fix this leak again post-merge

2011-08-04  Takeshi Abe  <tabe@fixedpoint.jp>  [5b7e8986ff3de33886939fc39c5a0a48cb03bd1b]

        fixed typo

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [c2b202910ea36e1a316fb990e730ecb534671993]

        Add statically linked basebmp cppunittester for iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [7df04586e9b1422642a4712f7a2c8e19e0c90668]

        No need to link explicitly with the objc library

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [735dea2d93850b7cf099b7e8ee48e4ca29bd97b8]

        the old filter does not support parsing without a destination document

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [ab2c15bb4dd0fe73e3a58970c89bfe8d307f5fcf]

        Add statically linked basegfx cppunittester for iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [208160fae6a01fbc4df1d3f3bd76a0eba11128ff]

        Need to link with sal_textenc, too, now

2011-08-03  Miklos Vajna  <vmiklos@frugalware.org>  [8560e419afc1b8bd02428bcb4a8a16c17e268b71]

        RtfFilter::filter: always do an import, unless a source document is given

2011-08-03  Joseph Powers  <jpowers27@cox.net>  [7835a60f6a06c0546baa48e7a970d4bdf1166061]

        Update list.

2011-08-03  Joseph Powers  <jpowers27@cox.net>  [91049237ff50a73292a84834c6dfe52f28ec5532]

        unusedcode.easy: Removed some members.

2011-08-03  Joseph Powers  <jpowers27@cox.net>  [b0d68ad8bbffc61bb7f8b9a2a16afca0ac754b7b]

        Anything to do with position in MenuItemList should be size_t
        
        The old code was mixing sal_uInt16 & sal_uLong all over the place. Plus,
        MenuItemList is now a std::vector<> which uses size_t as index variables.

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [086a0140f6151f3c5c55a7d21c5f5ffc02f96aca]

        callcatcher: remove unused methods

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [e6c3cc8adebf147d9885efebb4dc09eb431b5577]

        Revert adding -mno-avx to CXXFLAGS, not universally supported
        
        This reverts commit bf85809783ba11c9018c03f5a26508fa856ff3f8.

2011-08-03  Robert Nagy  <robert@openbsd.org>  [a3b17c3390a85852d99ffee6bd7dc584f122d374]

        Revert "fix: qnametostr is no cxx file"
        
        This reverts commit f526eddfa4feaf02461b3f218eeed36e9004f948.

2011-08-03  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [ce5469751cf513aaf5a1a11c726df8a0127b8da3]

        Fix segmentation fault when linking -mavx on new CPUs is enabled by explicitly adding -mno-avx to CXXFLAGS.

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [4c3f33d8d54756d3988c4d4c848712b31027f919]

        callcatcher: remove unused methods

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [4022e4ac0505c5b16222b17b11c6d689a97ca202]

        throw out some more

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [d66a06ce6af94482fe45410672d64eb864fb2e2e]

        Related: #i38880# crash in new field code

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [e1e44f215294b49eb6c555963d023e0fae0cc0f6]

        get this working under windows again

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [099c2bbbecebacce9f7966d268686bb1e1939f18]

        get this working under windows again

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [72ae5182855f3ee2b5fca2943d731337554b8215]

        make exception useful, state *what* url is invalid

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [c8eede4ee31e5000a782769ec311dc5f68532382]

        make these less noisy

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [6c505f23af72fa7317823907e6963c11fcd70b60]

        make assert useful, tell me the invalid size

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [76f27b1bc52892d53f7b2a0429a50d2c56a07081]

        make assert useful, state *what* url is invalid

2011-08-03  Caolán McNamara  <caolanm@redhat.com>  [b2eadbc9555987db76021cd454927a5409ba044f]

        update list

2011-08-02  Joseph Powers  <jpowers27@cox.net>  [fa6253c4c53ba23e8113da0940e0d16ae2256c34]

        Update List.

2011-08-02  Joseph Powers  <jpowers27@cox.net>  [1c086e0a05ce76d95a5750b0b00b1cc5ff25bf83]

        unusedcode.easy: Removed unused code from Menu
        
        Note: ImplSelectWithStart() was listed as unused; however, it's used on
        Mac OS X. I added a comment stating that we use it, so hopefully someone
        else doesn't remove it later without checking first.

2011-08-02  Joseph Powers  <jpowers27@cox.net>  [6692d36f1a822661c6135965e28e2eff96408cd3]

        Modify MenuItemList so it uses std::vector<> instead of List
        
        I also removed GetCharClass() since it wasn't used and it was in the
        unusedcode.easy list.
        
        I don't see any changes in the menus (Mac OS X).

2011-08-02  Joseph Powers  <jpowers27@cox.net>  [ade2030f765849083f1388c74bb61a02f9f618bc]

        Update the list.

2011-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a9c0dc18a16a1950143aff474f821c6b3ada145c]

        use delete[] for arrays allocated with new[]

2011-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d7c57d14bdc8968f52aa98b4bd82a0534587e118]

        fix for fdo#39773: crash with hidden column in Data->Form

2011-08-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [867981e5c1b2bae8cc0ab511359029ad5ebbf56d]

        fix for fdo#39151: set correct table number in local db data

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [2f2f7c85ddda2616d3bbe08cbc9bfbbd2c153f29]

        update list

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [809b8bbf8ab62956674bb0d01e6d1ae98ce5da58]

        callcatcher: remove unused methods and a little cleanup

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [ae0c770c9f617c41cedfc653fc8d56deaefdd673]

        Move CMCDEBUG to OSL_DEBUG_LEVEL 3

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [1b5f37d262718920f4efe6387287d76d97daeba4]

        callcatcher: remove unused methods

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [6c8e7c21bb3596d80cae9666612402b6e62d6564]

        update list

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [5fd54f2f3de2fec39b372e2f8ece0ee73f080c8f]

        callcatcher: remove unused methods

2011-08-03  Thomas Arnhold  <thomas@arnhold.org>  [1a82e945cda420aabb37cadbb283fb83252385b7]

        Remove EXC_INCL_SST_STATISTICS
        
        This came in back in 11/2003. I assume this isn't used anymore.

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [13740648e4c67908e59dab2a584d6913aaea2503]

        Linking with sal now implies also sal_textenc for iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [1e54169bb51f46a866857960afbb5065681c5745]

        Link with sal_textenc on iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [0cd996591abecbb8b76a47eb7f28d4bccf732fdb]

        Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anyway

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [29acf735d438b274e45c7cbef67d925b7b0f4e8f]

        Add statically linked unit tester for iOS

2011-08-03  Julien Nabet  <serval2412@yahoo.fr>  [496586a5f5ec9c063d74a4bcec99f77dfdb86286]

        2 fixes in OSL_DEBUG part with ByteString

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [aa199c56a3b4173759abe774fd510cad86a8ce72]

        Add the sal_textenc library for iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [2dca38540ec89dfeceae130db5cf40b3505f1d97]

        Don't use dynamic loading on iOS

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [6e9180264d7277979ed575c6e693493535e143dc]

        Avoid compiler warning

2011-08-02  Miklos Vajna  <vmiklos@frugalware.org>  [aba21efaac19452e281e3d151e8f433c680c736e]

        MSWordExportBase::ExportDocument: check if we have a DocShell
        
        This fixes a crash during RTF export invoked by copy&paste, as the
        called constructor would unconditionally dereference the DocShell's
        pointer since commit 183c9723dce0296baa0a38220199a1aa0e9f52ca.

2011-08-03  Tor Lillqvist  <tml@iki.fi>  [4ce9196674cd838d55d374f0dc43f82bab1db3d0]

        Make gb_Module_add_check_target a no-op for iOS

2011-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [5c715d3708b6324a1d1a7d8b6607f9c92984a40f]

        convert i18nutil to gbuild

2011-08-02  Thomas Arnhold  <thomas@arnhold.org>  [d6aff719e2c0b5289003c4ae0dd5cd8bc5e97873]

        fix: qnametostr is no cxx file

2011-08-02  Andras Timar  <atimar@suse.com>  [b2773c8dbae4e37348cc032a55d962149a1d9d0d]

        missing icon in Styles and Formatting dialog in Impress fdo#38382

2011-08-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cc76b5b78604f8d776aedc52694ffed453076d7e]

        fix for fdo#39728: check for empty local range names

2011-08-02  Tor Lillqvist  <tml@iki.fi>  [3f07bf808cf513f4d420470ea817d9c2785df5c1]

        Add static sax cppunittester for iOS

2011-08-02  Tor Lillqvist  <tml@iki.fi>  [a4052965895648cb3629701b405747c406c77799]

        Do build executables for iOS, too
        
        Needed already now for our statically linked cppunit tests. We don't
        construct complete app bundles. You have to manually copy the
        executable to replace the one in some app bundle built in Xcode before
        running it for now. This works fine at least for debugging in the
        simulator, haven't tried yet on a device.

2011-08-02  Tor Lillqvist  <tml@iki.fi>  [2a96158a834de84618e050f336a139bfe28981af]

        Sort the frameworks and separate MacOSX and iOS ones for clarity

2011-08-02  Tor Lillqvist  <tml@iki.fi>  [35491073336a06e321c29683578b8e7c01b3e9ff]

        Add Emacs mode lines

2011-08-02  Tor Lillqvist  <tml@iki.fi>  [d904cd37150eefb32c67eb5242341bc4c0e58230]

        Add --disable-librsvg

2011-08-02  Thomas Arnhold  <thomas@arnhold.org>  [75596f03ac498795a0d669bc1987e7bc372a53b0]

        callcatcher: remove unused methods

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [67ecd3b1a23189b99e9509fab0b6c60d8648038a]

        get this building under windows again

2011-08-02  Thomas Arnhold  <thomas@arnhold.org>  [228d801ab1d5e1dd86b814703b2e25baf69ad07c]

        callcatcher: remove unused methods

2011-08-02  Thomas Arnhold  <thomas@arnhold.org>  [a80e5b6ad19b267d070e564df09100cc6a9d3d6a]

        update list

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [7fc89a55bffe61aac5c67044bf6eb7ed3808eef1]

        Resolves: rhbz#693265 fix crash from unhandled exception

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [4670f1940b2051621ae1fa51f766f6001dd531e3]

        catch by const reference

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [e2c3e3096276e693f1a2d67754b5346bfc8fe0b2]

        restore workaround for windows lack of soft links

2011-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [1d7a60c006228ca17f4d9854fc7962c69cc247b0]

        fix prj/ directory

2011-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [77e8f7f49e8d183fb84d858749e0159ed215a5a0]

        convert o3tl to gbuild

2011-08-02  Matúš Kukan  <matus.kukan@gmail.com>  [84fb7420a69205ed187d1debd600304eacde9a34]

        convert psprint_config to gbuild

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [f6d4420ddd1811e1e385c391f3fb05a15ffa2623]

        get this building under windows

2011-08-02  Joseph Powers  <jpowers27@cox.net>  [873d2edc7ccc988b288ef7f7fe0694233da23628]

        Remove an unneeded forward declarion of class List.

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [ed8134d7167c8421fd88f018c6c68342734e8fa6]

        add vertical layout as a distinguishing font layout attribute

2011-08-02  Tomáš Chvátal  <tomas.chvatal@gmail.com>  [f16b051e87b1d983a2cff2d91b32bed5b2a7780f]

        Remove duplicate entry

2011-08-02  Thomas Arnhold  <thomas@arnhold.org>  [931aa1bfcbd2d1459f8b923a37574371515f8243]

        remove redundant delete of pHttpRequest

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [b30767a579f5852fe3a5dd24cb0b1488b48a498e]

        add correct missing file

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [a5fc552a75da94d0d57b35c8edfa21043a0e4813]

        add missing file

2011-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [9015ccd2f12356a01870968caf43dad5989b34cf]

        Missing externals declarations

2011-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [e0ae851ef37c2510172bf8160ea5325f979075e6]

        Allow static libs to declare externals use (for includes)

2011-08-02  Lionel Elie Mamane  <lionel@mamane.lu>  [e4a17794951dadf11ceb2011f69483f15c77e648]

        Proper handling of system libvisio, wpd, wpg, wps

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [9eea356002523012b99f0fda71471572ec567cee]

        bPgChpLevel is always false, so remove if (bPgChpLevel) branches

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [68a832c772216e5528acee6878db0659c64d9e6d]

        ByteString::CreateFromInt32 -> rtl::OStringBuffer::append

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [36ccfb710d5bd0608cf033917df6387245f4e9c6]

        convert to rtl::OString[Buffer] and simplify

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [6ad69c212f307a8be944cee4c06ca5e0b8abace1]

        make these explicit

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [8ea27ae4279ea10354631461c4c99051bfbdcd00]

        make sure we get the right interim obj

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [91be7943121cfbc0dacc49848fa8f27d72c54c34]

        Resolves: fdo#36763 backport fix for py#4768

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [a1775d69e8cccb827331c1984313d2d26ddadadb]

        make logging less painful under windows

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [a34c9a8065c90250f7389cdea660a49e84289098]

        can't use set_debuglevel under windows

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [5bb166452b8a675c4da2f5928642337c90ade55a]

        get this visibilty of this right for debug builds

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [f0ad83cb8b66707de5772e53f72eddfae8c1e6b7]

        callcatcher: remove unused code

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [f822cc5e8fa0d6c2256a4eefd1350de02d310447]

        use OSL_VERIFY instead

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [fc0c96fb24bb08b184eb6f1340974bbf59af75fd]

        convert in one pass, rather than point by point

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [113801b03ddcd6eca7e085f80225d445356c6cdc]

        callcatcher: remove unused methods

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [819b2afc03344e5016d67e35c824605f8f2d5e96]

        callcatcher: remove unused code

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [ff9d8379426b9a83205fc3c0b56d8446e7f876b4]

        callcatcher: remove unused code

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [889986c2e0a1d0a3f4870855174f787ecd2b4de9]

        ditch unused code

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [4c5441068bcb377839692684cf770ca31dbd9155]

        ditch this

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [cdcb4db776bdb6b8198e0595543fd982eda68e02]

        Split this up into the constituent facts and bump copyright year.
        
        Make this more readable and make it clearer what's based on what if someone
        does a --with-vendor build with or without a custom product

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [abc5807fe1dfc4df794767df6696936e08272af5]

        callcatcher: fix leak

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [f3aa15655dad0fbe317dc3ade73c5753ad4b3568]

        callcatcher: remove unused methods

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [c7025015cec46186556039ac7aa7183dbf25d491]

        update list

2011-08-02  Caolán McNamara  <caolanm@redhat.com>  [7c11f4185f679e34154ec4ea0584c16b65392343]

        update list

2011-08-02  Muthu Subramanian  <sumuthu@novell.com>  [857e09fef456922995f6c271c47d8670f27d67e6]

        Styles import: Improve speed as well as fix/avoid n#708518

2011-08-02  Miklos Vajna  <vmiklos@frugalware.org>  [fc7d3ea9f05aa13184259fafaf7d8555c999dc58]

        ImportRTF: use the new uno filter in experimental mode

2011-08-02  Miklos Vajna  <vmiklos@frugalware.org>  [b161497053e9fe69e3d2ff897999c22fdba9d163]

        SwCache: fix build with dbglevel=2

2011-08-01  Caolán McNamara  <caolanm@redhat.com>  [2bb1ba5c3f802db299a80ede39c5e3f6e498cd65]

        shrink api: long version can be private

2011-08-01  Miklos Vajna  <vmiklos@frugalware.org>  [3de3f1eb151df6e37733aafb7693c9d8d67678b8]

        Partially revert "Removed dead code"
        
        This partially reverts commit 1e2c9be36ba9f94a27b3aa73c87ceb3d52e100dc,
        CellInfo::toString and WW8TableCellGrid::toString is still needed with
        dbglevel>1.

2011-08-01  Kohei Yoshida  <kyoshida@novell.com>  [6a36a0fa7420ec0b279c30028c7f053bbdc5a825]

        Fixed messed up indentations.

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [e881b51dc6c29c6a16ff5aa3bf2b38d1c56fa17a]

        Use separate unit testers for subsequent and normal tests for iOS

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [b349c5f4f6340ca20c212e8d53baad5844b33964]

        Try to use the app executable module on iOS for now

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [6255681095b81e82aa8305655a531d1317f424e6]

        We do want to use RTLD_DEFAULT and dlsym() also on iOS

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [ff6072a39712005360728720f49fb54ad27487c5]

        Nah, these must be subsequent tests also for iOS

2011-08-01  Troy Rollo  <libreoffice@troy.rollo.name>  [a197cee991f6afb25e5fa9e868472eae3fbc3f28]

        Import of xrefs to numbered paragraphs from docx
        
        The first part of this patch adds importing of cross-references to numbered
        paragraphs from docx file.
        
        The second part provides a fix to imports of bookmarks from docx, which in
        the test files I have end up importing with an empty bookmark name. The
        problem is that for each bookmark, DomainMapper_Impl::AddBookmark is called
        twice - once with an empty string for rBookmarkName, and once for the
        string that is in the file. The fix I have used is to ensure the passed in
        name is used if the bookmark has presiously been added, and the old one has
        an empty string as the name. This works, but I am not sure it is correct -
        I have not investigated why it is called with an empty string in the first
        place.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [7ff697bc1352d55bb26ca59b6345b7da5ad16152]

        Add statically linked cpphelper unit test for iOS

2011-08-01  Troy Rollo  <libreoffice@troy.rollo.name>  [295185572f87dc8dad1ae56249ec9b3076a6b799]

        Fix parent level count in numbering from docx
        
        Before this patch, when importing from docx, if there were no parent
        numbering levels in the number formats for outline numbered paragraphs, the
        import would include all parent levels back to the second numbering level,
        in the third and subsequent numbering levels.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [c07f4d997f8d48ecb58e1ed5a1f71d88bd00abc5]

        iOS configuration improvements
        
        Make the unxiosr.mk file more like the macosx.mk one.

2011-08-01  Olivier R  <olivier.noreply@gmail.com>  [14d3b8226d1e98855d44971656ae327aa25948fe]

        French dictionaries update: 3.8 to 4.2.1 (dicollecte)

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [634824aa76b75208ddddbc0cde60055d219a972b]

        Build static binaryurp unit tester for iOS

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [07ded12adcb5292657bd41a50432abc83ebd0e8b]

        Use OBJCXXFLAGS instead of duplicating it

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [a59a925e36ad6ca4e8f893312ad1b4c17d4dd37c]

        We need --ccache-skip when using ccache for iOS, too

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [232615a1590e57723ca8a38d523f216afef07e0c]

        We have only supported non-X11 ("aqua") on MacOSX for quite some time

2011-08-01  Michael Meeks  <michael.meeks@novell.com>  [b64c0d95e71dfc07bfa3835a6e10fd86a4a0b5cf]

        rename SttResId to IttResId to avoid conflict with basic/

2011-08-01  Michael Meeks  <michael.meeks@novell.com>  [a4c573ada09a8f5bcaae4ecca757ce76cf6d057e]

        move required SttResId into libapp.a where it is required for automation/

2011-08-01  Andras Timar  <atimar@suse.com>  [871dd0d96e8dde46d2dff8d9fb3fc9e6231b8bca]

        adding $(AUGMENT_LIBRARY_PATH) back, because it is needed

2011-08-01  Peter Rabi  <prabi@caesar.elte.hu>  [8b8fee622c29e4d793670c2a6aad91c5dd9549a4]

        Clean-up of bugfix fdo#32895 for the master branch
        
        Contributed under license LGPLv3+/MPL.

2011-08-01  Peter Rabi  <prabi@caesar.elte.hu>  [599239487421675107fb5832a6faa5443951533e]

        Clean-up of bugfix fdo#32895 for the master branch
        
        Contributed under license LGPLv3+/MPL.

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [b82efddccf7c9be957f3fd450f409387d3905f6a]

        callcatcher: remove unused code

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [ef6add9a7e0bcba1fb039afb75d62e753fa37949]

        callcatcher: remove unused code

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [6b9a4d0917da43ef1a55136dd47cd72b33d21c56]

        Using X11 on MacOSX hasn't been supported for years

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [882a522d84b92d8c197df8e840eea30ad685c065]

        Deliver also static libraries

2011-08-01  Tor Lillqvist  <tml@iki.fi>  [46bd39b0d33dc142f01dfba50ed71d55197818b2]

        Add statically linked cppu unit test for iOS

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [d4d26018402aaa75fcb6524f5c7d99fcd9c5be45]

        ditch ByteString::CreateFromInt32

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [2769f2d0615df4b0c720f4b62bfd174f818bd544]

        simply this and return a new string

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [a480f2fa061d0762da9f5c0ecd46d21a8bdb46eb]

        callcatcher: remove unused FillPolyPolygon

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [4eb686607b4e6f1619d00405b1613347cecc1d8a]

        ByteString::CreateFromInt32 -> rtl::OStringBuffer::append

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [e76928e053ccec2f48d10c1ce28248cc90a95be2]

        convert to rtl::OString[Buffer] and simplify

2011-07-31  Caolán McNamara  <caolanm@redhat.com>  [f014ba75fdffaec1bc0f07e92743cacee2f39e71]

        convert to new api
        
        this code looks suspiciously like a no-op, i.e. that the intent
        is to append the generated string, but the old code threw
        away the string, so not a new bug but in there since 2001

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [a751a0c74d455ad7dc17932163a42788e2b75786]

        Some cppcheck cleaning

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [470b293417a84a6786ff99dcd3e8b71567b2913a]

        Some cppcheck cleaning

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [268fe75e3326d7f2d105c9b915c82f9e6f510348]

        Some cppcheck cleaning

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [040b8f46cc3757e03ebd9c8462653949efeda7b5]

        Some cppcheck cleaning

2011-07-31  Miklos Vajna  <vmiklos@frugalware.org>  [832f7e574d03a9c25613c825ee0d693d8dae37c6]

        set_soenv: remove reference to no longer existing program steps
        
        Those were removed in commit 22d9caecc978a5739ddd1430fd26abe06454726c
        already.

2011-07-31  Takeshi Abe  <tabe@fixedpoint.jp>  [b12236eae44dd2be91f5921501d1358a7ab53e4c]

        do not source *.Set.sh
        
        according to commit 22d9caecc978a5739ddd1430fd26abe06454726c

2011-07-31  Andras Timar  <atimar@suse.com>  [b9f14a057f53569b140d194a14941ef3d25c87b0]

        XML config schema files do not contain strings for localization

2011-07-31  Andras Timar  <atimar@suse.com>  [7d03b11aad138e6e1953973d8630d957852c0a4a]

        do not extract strings from ucbhelper (not used by LibO)

2011-07-30  Joseph Powers  <jpowers27@cox.net>  [a60ce8b60d5c6f672c730a0b2c159d405124f7a7]

        MacOS: Remove some of my changes.
        
        tml didn't like some of them; plus, configure.in -> configure removes the
        [] in if statements (atleast on my machine) so I have to use "test".
        
        My CPATH & LIBRARY_PATH statements where unreliable; even after modifying
        set_soenv.in to export them correctly. I'm currently exporting them before
        the ./autogen.sh && make and things seem to work better; I'm still looking
        for a better solution.

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [ebbcd842f6723819f49d63f414fd2ad7f6a89ecf]

        Revert another specific change

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [93774fa4d53d0af09c4beba53bf0d6fafca59ce8]

        Some cppcheck cleaning

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [5c82c9588ef4b72e00e8bf412ab9b80171159b58]

        Revert a specific line.

2011-07-31  Tor Lillqvist  <tml@iki.fi>  [59a5b4dfb819bdd47394107c0de1ebd8c0573538]

        More iOS hacking, intermediate commit, certainly not working

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [4f4139a28679794b8372ea723a78c8834c56843e]

        Some cppcheck cleaning + 2 fixes of last commit

2011-07-31  Julien Nabet  <serval2412@yahoo.fr>  [1f7b66104dcb8ccad3efd2bd116c42e090ee9981]

        Some cppcheck cleaning

2011-07-30  Julien Nabet  <serval2412@yahoo.fr>  [386c28330ea590eb42877af1c807973e8fb29be0]

        Some cppcheck cleaning

2011-07-30  Andras Timar  <atimar@suse.com>  [9eb03883eef93757609a984c6cb33a709b41c81c]

        remove unused menu code

2011-07-31  Tor Lillqvist  <tml@iki.fi>  [0b0ae70b5bbbcb4cb3ab49879a94052c9918eb23]

        VCLLIB depends on I18NPAPERLIB

2011-07-30  Julien Nabet  <serval2412@yahoo.fr>  [958409d82091d7706d7aa045829a149728ba7a5e]

        Some cppcheck cleaning

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [704bc46ae43d0386e5762b6a6158c7cef831dd1d]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [24b6225f93ea5d22d727e0b03bc468bc5cc21af3]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [1ce803704459493291db994daacb32de41277501]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [e821d38899dc4607f2fb58c4b2090f445c71587c]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [4122c3b9d58b0df701b903f8bf9dc6e843aeba1b]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [a06dae5f80493bc1c98ce8d32b97ad53abcf2f01]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [b9bee88e1b708da4024f388dfe900112b85ce987]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [f900be1d53705174a26befe2c47fb24a4e44f2f3]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [0ae6a22f45b8e82d69f325e93c406dd1166415a0]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [36aeabdc8b06f3e3989dc07f76334bd083d78ef3]

        Add consistent Emacs and vim mode lines

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [4324ef704efd3c15ce5af23e9b47a1029ecc1a25]

        We need libxml2, too

2011-07-30  Tor Lillqvist  <tml@iki.fi>  [8ccfc00c4fa45b44438e8b8ef0151d7f78bbc424]

        Include the iOS or Android platform files when appropriate

2011-07-30  Eike Rathke  <ooo@erack.de>  [959d24419838fe2515dcdafb68896664a909e93c]

        Removed Kabyle language entry.

2011-07-30  Andras Timar  <atimar@suse.com>  [1469f908501e22a5c299f94754b722923b27560f]

        prevent extracting a single space for translation

2011-07-30  Eike Rathke  <ooo@erack.de>  [3bc8dbc888ad58879147ca78607e9e3fd05bbe7e]

        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.

2011-07-30  Kohei Yoshida  <kyoshida@novell.com>  [90404a7dbab20c4fef8da6a3583b4b501fe89591]

        Removed duplicated svt::AcceleratorExecute implementation.
        
        There is already one implemented in svtools, which is the one that
        we use.

2011-07-30  Thomas Arnhold  <thomas@arnhold.org>  [17c68d1710c3d3d6bd631bedf642ed22acd039e1]

        callcatcher: bring HttpRequest dtor back
        
        This partially reverts 7cb18732923040b27ebd0d1f9c9bc01766d04d59
        and fixes a potential leak.

2011-07-30  Andras Timar  <atimar@suse.com>  [406f61ae748f588d0f80bec295ec7b7b18de5755]

        remove online registration related string

2011-07-30  Matúš Kukan  <matus.kukan@gmail.com>  [c8e76fbfed9b39f51e19572ae348aab47b41ad28]

        convert basic to gbuild

2011-07-30  Matúš Kukan  <matus.kukan@gmail.com>  [d9ae9f37c93cb046f4e50eb5cfa8244041cfaf9a]

        basic, salhelper, writerperfect in gbuild

2011-07-30  Matúš Kukan  <matus.kukan@gmail.com>  [c6a6395cd97e4515596bef8ff4190ca1ef84bda1]

        add visio, wpd, wpg, wps externals

2011-07-30  Matúš Kukan  <matus.kukan@gmail.com>  [f50f28cfb26741bf2a6146a257868d90aa6984f0]

        convert writerperfect to gbuild

2011-07-30  Julien Nabet  <serval2412@yahoo.fr>  [409bb26b28f062d0dc1407a70f349533dcf611d2]

        Some cppcheck cleaning

2011-07-30  Julien Nabet  <serval2412@yahoo.fr>  [37d7efc5f98f85437737a5dfce909b8dc43d2cbd]

        Some cppcheck cleaning

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [03306cc200226c72aaafcbbb93043acf093a55a3]

        fix typo

2011-07-29  Luboš Luňák  <l.lunak@suse.cz>  [16a3379c477f02710eb3d10a42ac46e22fbde53f]

        we still build writerfilter split into parts

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [5ed204f4b8f1f7af35ab3a240e0857000f5485ca]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [fd335cd16a4ff971aa05c988049ff17b6f238c9d]

        no need to call lcl_RtfToString in product build

2011-07-29  Joseph Powers  <jpowers27@cox.net>  [5e6540617429822211b065779c964f5b98d112f4]

        Mac OS: On 10.7, the standard search paths don't work.
        
        Installing xCode 4.1 renames the xCode 3.2.6 directory to /Developer-old/;
        however, the compiler gets confused and can't find the headers and libraries.
        This patch just notifies the compiler where they are actually located.
        
        Note: I'm assuming that people compiling on 10.7 aren't trying to generate
        a PPC binary.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [74c5553345ca877c9a98452965392b0cab5151fd]

        Add initial support for the EQ field (fdo#36089)

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [ec30985a7e8595b06fe67427e17f5eee6be97dfa]

        handle groups inside fldinst destination

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [67f442f27fbe0862af5df704d41aa1cb295f3bf5]

        send cell width values in the first row only

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [f6b6f0b244013f54663294cc26258777e795f1cd]

        RTFSprms::erase: use return value to signal if the call was a noop

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [2499397cb39330dabeb8b7b3e0d7eb6213a0d8f4]

        avoid sending duplicated paragraph flags

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [a42629233f7feaa6afb61e02a65399d2c365bfcf]

        inherit table definition from previous row if it's missing

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [daca5316d04ba5aeed1261cfd2e3502d6a9b21bf]

        Support table definition at the start of the row
        
        Old writers like Word97 output the table definition there, instead of at
        the end.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [7ae9a0cb2a595001364022c337d10e9f2efdee35]

        these are unused

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [360480425ab7a7549e916cb4a515466b2bfeb67c]

        these static methods are no longer needed

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [b612a56783455b3bfb2585dc41f729019e197908]

        Introduce the RTFSprms class
        
        Instead of hardwiring an ugly list in RTFParserState::Clone(), turn the
        RTFSprms_t typedef to a real class with a proper copy constructor.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [572bad05f8ea7de79807fbfeeff30a6d477a105e]

        Introduce RTFParserState::Clone, closes fdo#36922

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6596e6880ee728ab72a8c57f76c1113398e2a583]

        Make RTFValue::Clone a deep copy
        
        Otherwise nested attributes/sprms won't be restored when popping the
        parser state.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [77097a386f8c2e8e2f05d0c88d629d70a6611950]

        RTF_SL: ignore zero parameter, that means auto, which is the default

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [d2d77fd86e6cb7341e113557e2cfe3d7948759bd]

        groups inside font/style/revision tables are optional

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [4864ca3b6ac99a4f87695ff8bfd6ce6ae5ff4981]

        Alter font/style tables earlier
        
        Now that those tables belong to the document, no need to delay the
        addition of entries.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [3b47c0788e5d11094a893ea8b5995de7dcaa6e6b]

        Move font and style table out of rtf parser state
        
        Those tables are global, so they belong to the document, not to the
        parser state.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [32a8777fd8efc84d3bbfdc95b83ab3e4965c8863]

        implement RTF_ATNAUTHOR

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [e8b50bde720e434290c5e0ec22014d33b025f7d9]

        dmapper: handle redline authors inside annotation fields

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [d92d5aea5d1fa6dfdabe0fed66dbfb2bb6fcaf05]

        implement RTF_ATNDATE

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [8891e4a4ee4bfb50e6fa58248c411ce845359735]

        dmapper: handle redline dates inside annotation fields

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6e1b869de44e1740296ea05ff5b0fe4308e57786]

        don't try to close the last section if it's not started

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [c67e8d76d2c8fae7081955ddf5d63d408e926cdd]

        fixes for CVE-2010-3333-1.rtf

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [856071a7aa5543f94cfaad660af4414cae067cd6]

        fix for CVE-2005-2972-1.rtf

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [b96d33378750bed1bc88f68d403c6f73566562ce]

        fixes for CVE-2010-3451-1.rtf

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [7757cb0a7ef2c6cf287f1107c885edd093456ec5]

        don't try to skip the header of an empty stream

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [027c31207ac4198b44a1c7d039b2ccfc1bea6dde]

        skip the ole header when sending native data

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6c144a4cf00ab7836b5d1d823eabf07bac09ab19]

        Initial OLE object support
        
        Size and replacement graphic already works.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [9756f6efdc2857d377fe360e38157921f6e74dde]

        teach RTFValue to deal with io::XInputStream

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [8aa3f0d15583e869e044c99bf0d757b40f18488f]

        enter object and result destinations

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [bdc2e95be6d5a97ff9982abb033a54c842d0bdbd]

        implement RTF_COMMENT

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [bd7528d7da287e432093f9e93823cee97fe8993e]

        implement RTF_COMPANY

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [23b0f427f259a21431c4a3746a97ea1097946707]

        implement RTF_OPERATOR

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [9e759b50256dbaa55b7bd1817ef9ea89b36a0e65]

        implement RTF_VERSION

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [21e669995819ceb1d04390efb93672f82a2980ef]

        implement RTF_NOFCHARSWS

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [68b86b13ef69aa71ca2222d3e32655d73e9eefb7]

        implement RTF_NOFPAGES, WORDS, CHARS

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [efef0843119227c3533d53b68ac589a0d7651eb5]

        implement RTF_EDMINS

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [cfe9c5777b823692fdbdabc12d769e73ca20b6db]

        implement RTF_AUTHOR

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [d4ce64b485499aa99ce77b18c58c3d0dedb3a44f]

        rtftokenizer should not know about charsets

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [9a3392f8711a6e74018ae3b6fc3cd78f2be150fb]

        rtfcontrolwords should not know about rtfdocumentimpl

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [10f3a47b5218f1358707aa8a8c2ae42295694f98]

        implement RTF_PRINTIM

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [7524ddc12610ed81d5dc9db9dc51d7793e4fc732]

        introduce lcl_getDateTime

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [9e10670cc9fe416e1570dd4baa5e0d7253990f66]

        implement RTF_REVTIM

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [e50fdb53a823115a8634fdef3a133980c7e8a072]

        implement RTF_CREATIM

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [0797eb7c5ef1bbaa02dab99ce9368ffb57cd41c0]

        introduce RTFTokenizer

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [cd8ab067c5a4d8653c73fb4b736b20dbf5310edf]

        introduce RTFFormFieldTypes

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [078881494c99cd784fc6c197033fc5ac6882e184]

        implement RTF_FF*RES for dropdown lists

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [d79a73fc1692184ec563b70eb3452eb45a5320be]

        implement RTF_FFL

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [8b227c552a0bcd59bb39773a7eff1bf1f8a8cf2e]

        debug code in product build

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [24957e8562c8335a4db0b101c70382e80951eb64]

        implement formtext field

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [c4f757318163a391c6831e78c8324b68912c960c]

        ignore formfield outside fldinst

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [63f4b1367f9e38eab22cb89da6a5bc6898a3a0ce]

        implement RTF_FFDEFRES and RTF_FFRES for checkboxes

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [a17c8edd5ab1f5590753e9b7b7f155f6b4894fd8]

        RTF_FFTYPE: we need it later, but not dmapper

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [0e7ac3bc01803043b6fee42fed987932ae2fb8b4]

        implement RTF_FFNAME

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [bc49087c327da8ce7ed07c68fed082085d112bd8]

        enter formfield destination

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [94855fbbb977d6acd42c32e157af664d0ede9739]

        dmapper: remove last paragraph of footnotes
        
        This is the same trick as with headers/footers: the footnote always ends
        with an empty paragraph, but in Writer we need to remove this.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [d8c57765e9e76b9cebf9b31c1a846b17a7ab0be2]

        move drawpage handling to sdrimport

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [24c413558a0e123a89085741e1c696747d540328]

        factor out shape import to the RTFSdrImport class

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [f0b1ff715ee2cb0ca04c262ad55632f8581ba682]

        shape type 0 is no longer special

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [cf9405a6ce463b3c9beca138d526cb3ebeee20ec]

        the scope of path properties can be reduced

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6e7f7864ded3d1d3f3dcfd638a4c5d5b5d76cd95]

        the path property is now created independent from the type

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [0a5f10879fe60d9f531e84d9eb802740b26491dd]

        avoid hardwired size for path properties

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [57a44d0cf54f01b742ad219d7076d10a7b4b33b9]

        implement freeform lines

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [5f07ceec53e7cbd6f4fecfe289998d6f4930c466]

        silence some pointless todos

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [753063dd78603cc5d82bb7858bd57f4ed89164e5]

        implement line shape

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [7d146140fed8fb46963c9d03a4b90a018a4a93b7]

        introduce method to create shape instance easily

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [f9e0f09696d5cfe3e5929683ad9501049b3985e2]

        dmapper: no last paragraph on shapes
        
        Just like with headers, shapes don't have a last empty paragraph,
        either.

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [b4a14ff63d52e25cd2f19cabc74c6fba42bd1dab]

        reset paragraph properties on shape start

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [e19a2d6fe902e8124e4610eed14fc3c4c3dd7eda]

        this can be handled in one go

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [946482802fecfd16d4cfb994db832f9a99015c70]

        dmapper: don't set default style for shapes, they do not support that

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [5775d114728c965e07fe52503fa9efb228abcd66]

        give dmapper a chance to send parprops

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [034d30c04560bcd1d7dcb5b8f864f0c057d2c2db]

        vertical test should not be rotated

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [c2078710a6d624104b449570802fcd50f2cb6c28]

        implement boolean linestyle

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [c064ec80a0f9486a86744678756b8242d9f72b98]

        implement vertical text

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [635b75c9a32a50e4be2868b2c21bbdab82ca3272]

        implement linecolor

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [9203d3a3824a348fedb395732da107afb6428584]

        implement fillcolor default

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [dbf2ad161fdead7ca29fb96f5d8eb9f4da604827]

        add comment explaining ww8 import does the same

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [bff7dd2614f1368c1157c8647e563ab78b6b599b]

        implement fillcolor

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [36ddb44e08c4d1c1a474149891e6887a2c12f5a6]

        so far a customshape is always enough

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [61ff3c5a4202acab766873c25fb1bb47f0a25135]

        handle run properties in draw text

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [a6ca3eccd2b5c26d063cbf9acce85d8966247acf]

        initial RTF_SHPTXT

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [b243bc619c5e6d53183bb0276da0f0e52bd0ed9d]

        introduce m_pCurrentBuffer to simplify code

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [209dffc1e3b7fd4349ff85ecda2adb45ac6a9044]

        introduce RTFBuffer_t

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6ce39d25ab69f998b7263ac8de0f9eaab3d3c063]

        m_nHeaderFooterPositions can be a queue

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [dcc53357fce04fa0702019b233c4b61333d09ea8]

        drop never read aTableCells*

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [58ec833349fbad2c330a371a19c822532248f529]

        try to import as much custom shape as possible

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [94aa3a24557a3a4ed935afe1aa55e1e2ef3f061d]

        more custom shapes

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [6f2b3c05dc5b761150e9c3fcbc22233ee1d451ff]

        first custom shape

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [8d2b70a8d60810667f579f1d738c618a06ba8cf3]

        implement ellipse

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [8d23968642fb539d800b304045678f89962dd835]

        size and position is in mm/100

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [83188e07ccc714868bb447b72231a4efc3bb23d8]

        initial shape size and position

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [824f8e49ccfaa134af706be61895e1e2886dd0b5]

        introduce RTFShape

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [56e79808f85c52c6b89bfc2ef60add35340c2b64]

        initial rectangle support (properties are not yet parsed)

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [473dea9279b9bbb4d561c62fa3bfd1bea1e3c656]

        parse all properties before resolving pib

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [fef435dbbdfcc2dfd4c9b6cc518637520c98af47]

        no need to delay the resolution of shape properties

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [0a34e36558ace283771f35b9a98745aad8b27baa]

        resolvePict should know nothing about special rtf chars

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [14814a9bb5f895bf929f51d91d7584884cc5090a]

        send initial paragraph before trying to close it

2011-07-29  Miklos Vajna  <vmiklos@frugalware.org>  [821fade8f9640ef4716b1b90d059c2c86276ff1c]

        implement RTF_ANNOTATION

2011-07-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d79591d61e6efb8cb55e2eac68992c260cf4ffd6]

        initial work for autofilter unit test

2011-07-29  Peter Rabi  <prabi@caesar.elte.hu>  [45ff90404b02ad76e76d83365dc296a0b1220a35]

        Clean-up of bugfix fdo#32895 for the -3-4 branch
        
        Contributed under license LGPLv3+/MPL.

2011-07-29  Peter Rabi  <prabi@caesar.elte.hu>  [131e582f86bb754ae11617baed2b5716be313bad]

        Clean-up of bugfix fdo#32895 for the -3-4 branch
        
        Contributed under license LGPLv3+/MPL.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [d5e37900cd73f838abd663b8e93a57c5a991e790]

        Related: fdo#34184 don't claim that all errors are due to invalid address

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [b01cf0f5fc2ceba0d0920f945f0de7fc75405362]

        UPDMINOREXT is gone away, drop it

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [94959259362358f3de95c57a8a011feb11ee5de1]

        Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needs

2011-07-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4df10471e037379e40f2a9d2da576a8e98e5dbd1]

        add tail_build:forms dep needed for inbuild component files

2011-07-29  Noel Power  <noel.power@novell.com>  [745440174aa7244038d7915feb7df6731d2608f0]

        bnc#707486 fix fit of extreme carelessness with defaulted params

2011-07-29  Noel Power  <noel.power@novell.com>  [09775aa19a0480243bbb1a6aec9edbb2f52c2748]

        bnc#707486, use correct CopyRangeNamesToClip for bUseRangeForVBA
        
        also ensure relevant checks regarding pMarks are only applied for !bUseRangeForVBA

2011-07-29  Jan Holesovsky  <kendy@suse.cz>  [a7ca9348bf450861116318b469f4353120d02af8]

        findbar: Add seporator between the Prev/Next and Serch & Replace

2011-07-29  Jan Holesovsky  <kendy@suse.cz>  [48b31fa84708254f8217b348dc49d39288672f8e]

        findbar: Add seporator between the Prev/Next and Serch & Replace

2011-07-29  Jan Holesovsky  <kendy@suse.cz>  [1767dbcd202d3043b14bbbccabedaa6e95e41769]

        findbar: Add seporator between the Prev/Next and Serch & Replace

2011-07-29  Jan Holesovsky  <kendy@suse.cz>  [076df1e3a3aced76f844901787d2785e1825c0bc]

        findbar: Add seporator between the Prev/Next and Serch & Replace

2011-07-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8182f188360521ea25de933d4a2265b118859419]

        10.4's system python is too old, need to use internal python
        
        as the framework is only delivered as zip, call it from python's output
        directory. In former times this was a no-go, but as with gmake the
        converted modules don't even have their own output dir anymore....
        
        Also remove the AUGMENT_LIBRARY_PATH and WRAPCMD legacy

2011-07-29  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [e3167c72ca8d2a3e0bbda88e618fa714e4cf1c1c]

        Fix the "By" property in GoDownSel and GoDownBlockSel
        
        The "By" property for cell commands Go[Down,Up,Left,Right]Sel and
        Go[Down,Up,Left,Right]BlockSel was hardcoded to 1 in cellsh4.cxx. This
        patch allows repetition of the commands by the value of the By property.

2011-07-29  Noel Power  <noel.power@novell.com>  [439e3b420ff6e14c0bbc36fd49c3384893cefef4]

        tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only )

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [f1346a0daee460c5aa4c3f13c7122785f5c41a36]

        check that reads succeeded

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [8291b5884c1c4c5278473886cdf1bb0f022aac99]

        make stream operators leave variables in original state on failure
        
        this aligns them with the behaviour of std::stream, and makes things
        like
        
        sal_uInt32 n(0);
        rSt >> n;
        if (n)
        {
           ...
        }
        
        safe if there was a short read of e.g. 3 bytes instead of the required 4

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [990083e87531999f7c3d2c34c8205ce63bf294aa]

        callcatcher: ditch various unused methods

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [d298cdf53ac665004260181ff9eed56ef30889e7]

        callcatcher: ditch newly unused code

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [9d38c61e96058d4c8d9ef5bea035f86281aa7a79]

        callcatcher: ditch various unused methods

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [8b2f557ea51995c5b2b6d25457b1023346e33b8c]

        ByteString::CreateFromInt32->rtl::OString[Buffer]

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [351639d7b3dba3fbc8dd8778d8e65195a86a00ff]

        callcatcher: ditch newly unused code

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [a0210b03cf415707917aca4a60a2cdaf2b64478e]

        callcatcher: ditch various unused methods

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [0b4e276445916b097c00345cb8e93706075cf0a2]

        catch by const ref

2011-07-29  Caolán McNamara  <caolanm@redhat.com>  [49f8a27b3a49469a8712032c7ea8cb80c0be1594]

        update list

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [5210b695af709d856cc88b57e28654dd50b42894]

        Get rid of these non-printable chars

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [c717737c20edcbfdcf4a4c5f75a1e2b9540e5b6a]

        Get rid of these non-printable chars

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [c817dcb87316a0551a30c173ce5e8cdbe4e4bf7a]

        callcatcher: remove unused methods

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [642bda0d98aa4adcafddffa653cd44e6c2663fd0]

        Get rid of these non-printable chars

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [db10877d894d2d5bba95ea1871a12c8c633b31d3]

        callcatcher: remove unused methods

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [ad8b40c6701367c2367bbd0ef97c4780182d808b]

        Move EDITDEBUG relics to OSL_DEBUG_LEVEL=3

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [0c6ebfcb853944360d59391d98aa720c38056e37]

        Get rid of these non-printable chars

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [499a46c030bf0250c585ed6cde56fc017a9c73fc]

        callcatcher: remove unused methods

2011-07-29  Thomas Arnhold  <thomas@arnhold.org>  [ceb7b99013afcf3258c7735617368a445bb7201e]

        update list

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [7568be21df82c4bc266d4013480d38795deedf55]

        Removed dead code

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [988acc33014fd18be70bf359a1dd92c70caa6bb3]

        Removed dead code

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [cf60f162e61e020ea19fbf7536b69fd7eb9426cb]

        Fixed invalid array dereference

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com / marcandre.laverdiere@tcs.com>  [d7a666a8f3f8e04d121578052f91b9e0c01b4632]

        Fixes for segfault on an edge case + translations
        
        Fixed segfault due to reading an invalid pointer returned by GetStyle
        Translated some of the comments
        Added some proofing against similar bugs from GetStyle that may happen
        in other edge cases
        Fixed compile warning

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [8f934e0295b40b7c62e0b7e1561f1c9ceaf3be82]

        Fixed valgrind error
        
        Complained about switching on an unitialized value

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [db68b261df95af1aea8ad6ef569898eac07fd5fa]

        Fixed invalid array bounds read in ww8scan.cxx

2011-07-29  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com>  [a64094c6ffe399655272daf7f9fcd57027252900]

        Fixed invalid pointer dereference

2011-07-28  Joseph Powers  <jpowers27@cox.net>  [ea20700440ec59a0cf56562be76478e99feb8d68]

        Mac OS 10.7: Installing xCode 4.1 renames 3.6.2 to /Developer-old
        
        xCode 4.1 only ships with SDKs 10.6 & 10.7; thus, if the request 10.4 or
        10.5 doesn't exists, try looking in /Developer-old.

2011-07-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [791fa6dc9b218aacc4e58884954758718ee26715]

        update list

2011-07-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [57962429d8bb46b11a7b91d8a8f7363a32e40961]

        fix for fdo37628: change password button is always disabled
        
        Note: changing the password to modify doc is not working, and we'll
        leave that as a known bug for now.

2011-07-29  Thorsten Behrens  <tbehrens@novell.com>  [28d10959e0864565d3b44e7fac5f9df84d8fcece]

        Use system python unconditionally on Mac
        
        Internal python on mac does not yield usable python executable,
        use the system one unconditionally for Mac.

2011-07-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [11a1c299ab6695b648d80166523edcc915942123]

        there is no :+= or +:= append-operator in gnu make, there is only +=
        
        and how it behaves depends on how the macro-variable has been defined
        previously. http://www.gnu.org/s/hello/manual/make/Appending.html

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [45b5279e7fa9f5671c186e429d8ce5bf1a68b8e0]

        basic, writerperfect in gbuild

2011-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f96d1a7597f5e3ae229a3a9ac431195fce466d6a]

        callcatcher: remove unused constructor

2011-07-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [035c630f4d07d440fa793bd09061bdf5c743e86b]

        fix merge problem

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [11bafe2406daf62aa01bbbbf5e400018501882be]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [eb1aac5cbadd65463c1170ad967f80949b17f1fa]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ure

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [0904918e0c001de84e913d221ef2602af712a22f]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	offapi/com/sun/star/sheet/NameToken.idl

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [de0ba878e14bcfae1063bf8a27fe9cf0736b9e77]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/postprocess

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [c660d8a1160231f0a744a4b3e6772d58afe85bfd]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [f3565047972af206d6ae85977716b3ddf8abe28f]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	boost/boost.windows.patch

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [f286a6f84b6f55bf4505a334e1d666c591c5dd2a]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [569edee8c9c280950b7d1d089e245f60b7480f02]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impress

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [8778138695eef7ab4da4c0c2b5f1b435e4a09086]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	oox/source/drawingml/chart/objectformatter.cxx
        	oox/source/xls/formulaparser.cxx
        	oox/source/xls/sheetdatacontext.cxx

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [249802f6d835f40896890f3202658a38d81b86ad]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [73c35c44008025bc907a22c44a0340373afb6585]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [c3dc8ab4ccf3370bf3903760bd46212a5a820c51]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [ea936cd966524a9cc452a214ca4efb28ded25c9a]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	sw/qa/core/data/ww8/pass/CVE-2008-4841-1.doc
        	sw/source/core/docnode/ndcopy.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8scan.cxx
        	sw/source/filter/ww8/ww8scan.hxx

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [df4a9e498cedc2b466c9e3d00ad3f9e9c16ff777]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	desktop/source/app/app.cxx
        	desktop/source/app/dispatchwatcher.cxx
        	desktop/unx/source/splashx.c
        	sfx2/Library_qstart.mk
        	sfx2/Library_sfx.mk
        	sfx2/source/bastyp/fltfnc.cxx

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [964987e155b26cd2df5df4aba7d079360be7ffc6]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	sc/source/filter/excel/xestream.cxx
        	sc/source/filter/excel/xiname.cxx

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [a95376174ec70c4a75569ce6dafacb0f696b21bc]

        Merge commit 'libreoffice-3.4.2.3'
        
        Conflicts:
        	Makefile.in
        	configure.in
        	instsetoo_native/util/makefile.mk
        	instsetoo_native/util/openoffice.lst
        	ooo.lst.in
        	set_soenv.in
        	solenv/inc/minor.mk

2011-07-28  Troy Rollo  <libreoffice@troy.rollo.name>  [e3d5c3e0746916c4056389dd8c2daa6c451c8f6e]

        Fix fdo#36868 - doc import list numbering error
        
        This patch appears to be fix fdo#36868. The problem is that the paragraph
        style was never being assigned an outline list level. The saved file did
        not have an sprmPOutLvl for that paragraph (although it did have one for
        the level 0 style), just an sprmPIlvl and an sprmPIlfo. Therefore there
        was no call to SwWW8ImplReader::Read_POutLvl to set nOutlineLevel.

2011-07-28  Thorsten Behrens  <tbehrens@novell.com>  [cdc123f616cbbec1e7df3f8f2bc0a515203c364d]

        Followup-changes for *.Set.sh rename
        
        Commit 22d9caecc978a5739ddd1430fd26abe06454726c renames the
        environment file to always be Env.Host.sh. Reflecting that in the
        shell scripts attempting to source it.

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [afeb4aa36c72d0bba51e4dabc67e660a9de02b21]

        Resolves: fdo#35439 survive missing libdba gracefully with errorbox

2011-07-28  Katarina Machalkova  <kmachalkova@suse.cz>  [0da07b6075fdbf463410fdb3cfb9e55f5e6d7be3]

        Don't delete valid [$.*] components of number formats
        
        ... such as [RED], [NatNumX] etc.

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [683d975d70e087412a95f5cc8e0b3eeddf1e6cf6]

        we are searching for prefix in activate
        
        also fix small typo

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41]

        add prefixes for component_getFactory

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [45fb35c7ac3c4868b0e7a1edb66279183144c737]

        add prefixes for component_getFactory

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [8f4478579f669cb208bf5389d3176c7a29fe3fb3]

        Resolve: fdo#39392 post-stl use vector end position not LIST_APPEND

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [6aedd6ca268478c17b3644b12be25f2533c7c63e]

        fix include paths

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [bcf50ad172bc3ddeb4b04d21614a9a87de0eaef6]

        Resolves: fdo#39467 we should throw instead of crashing when \!is()

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [c783e95520ade6f630f053c994771edc059b6569]

        Resolves: fdo#37693 it really is a LineBorder not a LineBorder2

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [cbaf010845a1eeedadcbe949e94e5ad21031626a]

        more modules in gbuild

2011-07-28  Matúš Kukan  <matus.kukan@gmail.com>  [c456048cc6cf83aa70d06d81edc27317e14e957f]

        add lpsolve55 to external libs

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [bd8e84da7d58597b66a12100e7310ef82af9498a]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [decf2098481f2bb4f2de3ad86ae3e032c200843d]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [63eba4b001e3e5b626112f8b9adb35ee0cb8d101]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [ad99ba67ec43bd34c7eccdbf36f1a2c726559479]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [6d86bc53c753f9a01879315b973c1f082d4bc1cb]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [ccddd0f7f7ce32db59a6865f5c9c79d0532d9f64]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [3b7905be869fccbb858107ea60ca2766cad55002]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [294994b65f93fe5638de92b377856b94d76d9b06]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [82f1b49f83c6cd113eb44c2968c67247970134aa]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [c2a7f87b9249a8ffce185f25a75a65a3ae103891]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Jan Holesovsky  <kendy@suse.cz>  [e5423e6c8018c542a2588ae686f7995354b35e7b]

        Merge commit 'libreoffice-3.4.2.3'

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [715c486c10e670adf998983ce7cf65ab14e18819]

        use DrawUndoGuard to turn off undo for draw layer for duration of its scope

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [da1bc73d5fdd6c849dce5df263645f5774966a1d]

        callcatcher: ditch various unused methods

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [625ddeb48632ab60a09a9cf7a109e7f00afcacf2]

        callcatcher: ditch various unused methods

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [b74f17642d0bcd94b938241ba8a6ce3ee09af757]

        callcatcher: ditch various unused methods

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [edb451c490fe72ced8df20829c7fbc0da93e672c]

        update list

2011-07-28  Caolán McNamara  <caolanm@redhat.com>  [f2f00f758144fca47b7a642487536742ed33edb4]

        update list

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [b1c77f24cb9ce9e7c68da98914478c7cc2fd23d8]

        callcatcher: remove various unused methods

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [36a665a6754bbc4bb0a2d612a15b1b8413af3721]

        callcatcher: remove various unused methods

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [a2c7a85db679aa537524a772ce7989980398fe34]

        callcatcher: remove various unused methods

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [caf32ed7d29d4aa7478e5fb84b4d8eb8ce9c617a]

        callcatcher: remove unused disaster waiting to happen

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [d541c21e72dcd1154562145d189067983f40dc35]

        ByteString->rtl::OStringBuffer

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [a8b4cb8b1aa736c29ff84196a56ec7a8b3eaa763]

        convert scaddins to gbuild

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [f2f443b3a6cdd715827c44ff86999f9b2195d271]

        Convert sccomp to gbuild

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [e15e0af1f74d9376139d9ff855358a2e1fcc7527]

        add idl files from scaddins

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [7016264e15adf87df214e5650820b1f6b3d612ad]

        More modules in gbuild

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [9b6b889821c8afc235db4faffe99c1bd81983b0c]

        Convert basctl to gbuild

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [a1f516893b68787269fef603ed13e0912b0cd5ce]

        remove duplicate definitions for w:sdt and w:sdtContent (bnc#705949)
        
        The duplicates are merged somehow (and thus it doesn't work).

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [48b12f56b05f4348b6f791d6e63b64d50e2aafaf]

        proper #ifdef for dumpXml()

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [ee81d8d8130428f1f5827f735ad0f5b38a1d2e5a]

        export needed symbols from a lib

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [6910b10a8bd0b971b38daae9d55abcd8791c443a]

         #if -> #ifdef for conditional compilation

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [b8b044af4dd414a1c65b857ce953e5e992e67826]

        avoid iterator retreating before the start of an empty list

2011-07-27  Luboš Luňák  <l.lunak@suse.cz>  [319df529878026e8c4e449e0f6d6c04e2693ac8e]

        don't use an invalidated iterator

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [488974a1293062b17d802dfcdd950f94fc7c6d55]

        Resolves: fdo#36631 don't crash on undo of ole2 insert

2011-07-27  Robert Nagy  <robert@openbsd.org>  [6bce0a03527ed92203c4da1931dc235d5895eb8c]

        re-enable the CVE unittest on OpenBSD

2011-07-27  Robert Nagy  <robert@openbsd.org>  [b191b641b41fce544a62c3bbc14b9e94272446d0]

        unbreak NOOPTFLAGS again, after some gbuild merge
        
        I would like to ask everyone to be careful while doing merges,
        this is second thing i had to fix which was fixed already by
        months ago.

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [4881e37aaaabc8f2a09d969e2091c596899ac594]

        Convert animations to gbuild

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [58707d613f0fdd7e80cde7502195d7d0112fa3a4]

        Convert animations to gbuild

2011-07-27  Matúš Kukan  <matus.kukan@gmail.com>  [6dcad21472608364ba15849acc09e5ae79be16ac]

        Convert animations to gbuild

2011-07-27  Robert Nagy  <robert@openbsd.org>  [6f134809e1a9c1914a3a6c19455f5eb50bcc80db]

        unbreak BSDs again

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [ef0884fa979238530f3a4656703a0408307ddcf7]

        Resolves: fdo#38955 set selection request as done for macro recorder

2011-07-27  Radek Doulik  <rodo@novell.com>  [46033e1793ebc748bfb8929f754d2831168c1c24]

        removed duplicate of mtfrenderer library

2011-07-27  Radek Doulik  <rodo@novell.com>  [126e9b7d6c7290609556f96468bf37fe43c18cd9]

        added mtfrenderer component library

2011-07-27  Radek Doulik  <rodo@novell.com>  [b696aea6d702bd39250b609cd03e264232c53f4b]

        fix mtf component name

2011-07-27  Radek Doulik  <rodo@novell.com>  [f6c0c74912e7f695934b038361edb32706d28849]

        add mtfrenderer component again

2011-07-27  Radek Doulik  <rodo@novell.com>  [77160026b39ba574c1264f1f77f8264772b7960f]

        add mtfrenderer component again

2011-07-27  Noel Power  <noel.power@novell.com>  [e32e23a427466abcd0de290632e4436ffb656235]

        fix wae ( because wrong loop counter variable used )

2011-07-27  Noel Power  <noel.power@novell.com>  [03f091b6c795cd98b3d55fea6b343162b1158318]

        Revert "WaE: nEndTab unused"
        
        This reverts commit 7cdeb6d8c8e5ca8a6d3a654f4a973c12fd2886ac.

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [9b1d7b844820d4f53973ee5757bcfaa2a5be7321]

        WaE: nEndTab unused

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [6eb8a76040e4b28d5bfa3aa953e40a9aa8d9bf19]

        add mtfrenderer (following cppcanvas pattern)

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [476c2c340d0ee8bfea3d59ea869975107fe05891]

        catch by const reference

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [6f976916e2ae5dd83838a7f5de273944eb61e7f2]

        Related: fdo#35404 treat failed column same as non-existing column

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [1614c1150665d2d6e855a506d667127e0bd73939]

        ByteString::CreateFromInt32->rtl::OStringBuffer::append

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [6b61814afb849a65060cbf217ea448c3ead2d129]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [af4e2d9965ea65cc67463ca05ff34f48cc1260b3]

        Related: fdo#35404 force .a files to hidden visibility

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [08790c82c37866ab790d8a2503cbb4ceef4cf626]

        Related: fdo#35404 survive nil xTable

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [c634d8081c9d6110ee2f74be37b7f7394884a40f]

        ditch empty .cxx file

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [89438e19561e821525ede6a39e8955a3e4dd976c]

        callcatcher: various beautifully crafted, but unused methods

2011-07-27  Caolán McNamara  <caolanm@redhat.com>  [8d2e12b6e4bb1da4481b7cde6e8573a55702046e]

        callcatcher: various beautifully crafted, but unused methods

2011-07-27  Radek Doulik  <rodo@novell.com>  [558708139b0f62956448fa54f07dc9ab99982730]

        build mtfrenderer component again

2011-07-27  Radek Doulik  <rodo@novell.com>  [fcf89d693e0464310b16d0817f65532a18ed92db]

        added mtfrenderer component again

2011-07-27  Tomáš Chvátal  <scarabeus@gentoo.org>  [198ed2899fdfcee19b16a6f5b8ddcde70c50ec31]

        Fix parallel build crash in translate_toolkit requiring solenv

2011-07-27  Kohei Yoshida  <kyoshida@novell.com>  [18d3e1650628e80eef41d75fbb78c116346953e2]

        Kills those pesky non-printable chars.

2011-07-27  Kohei Yoshida  <kyoshida@novell.com>  [ef540f976b32f6ff814c77e3884b3d7229356fa1]

        Let's not make these methods inline....

2011-07-27  Kohei Yoshida  <kyoshida@novell.com>  [bd2fffd0b74a7edb3f094fc77e467042893fcf2c]

        Replace SV_*_PTRARR_SORT with boost::ptr_map.

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [28e14d3995960d3b630d150f925c931ee7fcaf49]

        really remove -Wno-long-double if gcc does not support it :-)

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [a0982b0000560baedfc04f18498c5364c78881af]

        use -Wno-long-double only if gxx supports it

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ff81a42b86916cbfdda61b0a9d1949ad27ec744]

        missing space after ifeq in HAVE_GG_NO_LONG_TEST

2011-07-26  Joseph Powers  <jpowers27@cox.net>  [6f1d90accb2f76def6c2c83a97aa317303595e49]

        LIBXML & LIBXSLT should point to the correct SDK (Mac OS X)
        
        Also, the 10.7 SDK is named 10.7 and not 10.6. (copy/paste issue)

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [b5e6d0a679ec3f80cae781c93fe7d728dd53b58e]

        make -Wno-long-double usage conditional to gcc supporting it

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [82f0ba7e98430b5a7df740f8a4f5b5e02e54c1eb]

        git ignore workdir and clean it on make clea

2011-07-26  Kohei Yoshida  <kyoshida@novell.com>  [dc3d5f50036041dac1e1867e21440adbab375f46]

        Replace SV_*_PTRARR with boost::ptr_vector.

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4895b0631c10afa7838e79d311684200f637513]

        add cast of 0 to (sal_Int320) to keep the compiler happy

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [4220d91d4d6c5e6cf911d2974239d85929cc5e67]

        oops lost the patch to export the MacOSX variable inset_soenv.in

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [690890beccdc5f3443b80b12e1c9c9c1d15a70db]

        opps got :+= and +:= upside down :-)

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [dbde45358c3e87d0705bacda1b67d93b41cac596]

        move MAC_OS_X_VERSION* define to EXTRA_CDEF for exteenal modules

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [9675e2563ec424bdb3f8b3d659dad736f8554820]

        -verson-min-allowed _default_ to 10.4 no matter what

2011-07-27  Thomas Arnhold  <thomas@arnhold.org>  [c5267abd36e447591820c09416d4ef71b1a3c870]

        remove dead code

2011-07-27  Thomas Arnhold  <thomas@arnhold.org>  [7c09daf4efc2eadc41cf3aa4822958b6bb1725a7]

        Kill EDITDEBUG

2011-07-27  Jan Holesovsky  <kendy@suse.cz>  [88ef0f8c4dd0359d3a22a689f6eb29251ee1ab79]

        findbar: Show the "Search and Replace" button in the FindBar by default.

2011-07-27  Jan Holesovsky  <kendy@suse.cz>  [5e75c47fff173e9060483a25b2a3f0bc525106d7]

        findbar: When using the findbar, reset flags to default, fdo#37179.

2011-07-27  Jan Holesovsky  <kendy@suse.cz>  [455ed1dfb535bebf7b816660a6982aee71bbe13b]

        findbar: Show the "Search and Replace" button in the FindBar by default.

2011-07-27  Jan Holesovsky  <kendy@suse.cz>  [de6f1b0ad43046eb3cb94dcd2e8793bb2a0cff10]

        findbar: Show the "Search and Replace" button in the FindBar by default.

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [bc04067352c6bb09c113567c7c2acb8933a09130]

        catch by const reference

2011-07-26  Niklas Nebel  <nn@openoffice.org>  [502faf2d034c2e491ce824a4845b459ce3b8b86b]

        dr78: #i116250# set app flag in ScGlobal::SetSearchItem, fdo#33379, fdo#33593
        
        And also fdo#37499.
        
        It seems that this commit somehow disappeared during merge.

2011-07-26  Jan Holesovsky  <kendy@suse.cz>  [35126ea573614b607c2ef4956585573a0311806e]

        findbar: Show the "Search and Replace" button in the FindBar by default.

2011-07-26  Thorsten Behrens  <tbehrens@novell.com>  [e563f1401a58c0d119a43e0678e1e894a9ba13eb]

        Removed weird VERBOSE overload in canvas
        
        Now doing extra logging / graphical debug cues via OSL_DEBUG_LEVEL
        of 3. Also saves some lines in makefiles.

2011-07-26  Thorsten Behrens  <tbehrens@novell.com>  [de103dcd002087d433f166b592b4ff22ebb743cc]

        Removed special-casing for SunStudio brokenness
        
        No point in cluttering makefile with workaround for unsupported
        compiler.

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [bf2373daf50595c02741f63d941fda0462535d62]

        callcatcher: remove unused methods

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [bb4b28f3642e6fd86881c0fd4c030b5872cde7fa]

        callcatcher: bring SplitWindow::GetItemWindow back
        
        Needed by reportdesign/source/ui/report/DesignView.cxx

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [4385e82288e9008a932f8d3289955ad1cb14b888]

        callcatcher: actually remove the right one

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [b7442df1e96a6238425c5dc4ca2a92121fff094f]

        callcatcher: clean up ImplImageBmp

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [bc34a22e76775799e068cfa2617152da4c608e7d]

        callcatcher: clean Window

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [a564531ea35bd859a74703a4330ba4149295d0cc]

        callcatcher: Kill SvtJavaOptions

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [4fa34ceab44efecf1fb6c2fafe9f1c3d0a602468]

        callcatcher: Remove JavaChild

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [188ed98e8604e2ff33724a270ebc59cef4480a25]

        callcatcher: remove unused methods

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [5f24eddfc8820aab181c20cd02198b5d4fb08930]

        callcatcher: Remove unused SvxSearchConfig

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [8b61f66aab135e25592d935a4fa8e125a67bae0a]

        callcatcher: clean up SvTreeList{Box}

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [19556f9d8b2eeed2c740964efab5a130d19ef8fc]

        callcatcher: clean up SplitWindow

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [0705460359f80e4474fbdcdef3c75bd246253c91]

        callcatcher: remove unused methods

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [ee0bbef10365b7210a8f03d3fd4a15e092a8a2d7]

        callcatcher: remove unused methods

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [713426771c4175555076ab5b3e86f4f9afd70212]

        use configitem directly

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [8f4a32bd63a84ec685f7c3e6e8dbfa8f78695b03]

        update list

2011-07-26  Robert Nagy  <robert@openbsd.org>  [5c5c6726f6960bf31e695ac2a1a84286d5241a2d]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-07-26  Robert Nagy  <robert@openbsd.org>  [a389bdc2813656ca0f22c3c1a5a3c0dab836aef5]

        unbreak after the last gbuild merge

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [361ffc4805a5badf41e0e39988ff4b82ba52b38b]

        Use MACOSX_SDK_PATH

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee707ab085f582e322fbfac8759bf29d37c79444]

        Use MACOSX_SDK_PATH and other configured variables in mac build

2011-07-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [4f0c8067fae9349780c28189fdf489047122238e]

        MacOSX configure options to support SDK and version min/max

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [ff88a5f76e0052451414fab72f18c43bc0dcfd7a]

        Add CoreText and CoreGraphics frameworks

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [409bfef31fd04f3e7cc15c7ab90868b978571e56]

        Add -g to the gb_LinkTarget_*FLAGS iff gb_SYMBOL is true

2011-07-26  Noel Power  <noel.power@novell.com>  [705030ab508a4d2fe840731e76e16c84673933fa]

        fix for bnc#707486 allow copy for suitable multi-area Ranges
        
        also remove the extra CopyToClip ( and CopyToClip4VBA ), merged the functionality to remove the existing copy and paste.

2011-07-26  Noel Power  <noel.power@novell.com>  [73db970431683cfcc7bacedf63b2d51872894b1c]

        Revert "fix for bnc#693477 ensure table alignment is preserved"
        
        This reverts commit 95351a519bec2833f5d936c20e3916a4e283b0f6.
        <sigh> after testing on another machine I think this is indeed font related, there is I think a genuine issue with the tablewidth and column width getting truncated with the 'FULL' setting but... it appears this isn't the fix for this bug.

2011-07-26  Michael Meeks  <michael.meeks@novell.com>  [1136ca19cab8a7308a64fae510e82747bc6862cd]

        random SAL_N_ELEMENTS cleanup

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [312f0cbb37ec073843678c6f3202b5d7021a16e7]

        add easy-valgrindability to built-in python

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe1efb9cec7019da11556cbcea4b36472946f8a4]

        LinkTarget, not Library => should fix OSX breaker

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [69835e7305564091550b33f22bc546ae65174d6c]

        bring some order into Libray_vcl

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [78e11d8a4d86c4957c72c30dd86f2943c68ce7aa]

        join GUIBASE aqua conditionals in Library_vcl

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5ec155753b3930857e5bb597af8204a708ecfbaa]

        join WNT conditionals in Library_vcl

2011-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [d5a8293e6c08610398c0dfb153220d3d5ea83494]

        fixed typo

2011-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [ba586696efc6b36cd56a3c086822933f1e16fb8f]

        fixed typo

2011-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [92f41bec4cb6ff887f0a5e5602a2321f1797dbc5]

        fixed typos in comments

2011-07-26  Takeshi Abe  <tabe@fixedpoint.jp>  [12701f37b712a4fe3cad7f0c6d465e5e6012ea7e]

        fixed typo

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c12908c0013a4b486cc74ced3a61ae5b5178be87]

        use uikit, corefoundation, cocoa, carbon, quicktime externals

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [92ac3aec10810da2d33a2a1d2f9c9ba7c1a22209]

        add uikit, corefoundation, cocoa, carbon, quicktime externals

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dd321065be074722c83bd6a8199ff1fdf555b6ba]

        add dbumenugtk external

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [13f4f7545fe30c90d0dbd7a7fdb35f7842909d91]

        add dbumenugtk configure check

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a0bb6db9c527bd5b44ad80652a51d79c3f1ad5b0]

        use dbusmenugtk external

2011-07-26  Jan Holesovsky  <kendy@suse.cz>  [d2e84678afdc1729e551ef76be44d32025ca2236]

        make dev-install creates a linked installation again.
        
        Also, skip building of stuff that we have already built.

2011-07-26  Jan Holesovsky  <kendy@suse.cz>  [edaa5424c6045d7dbc8bbc5031517102697df744]

        Fix linkoo to work again after the *.Set.sh -> Env.Host.sh rename.

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3297eec4c9c5267bd1450cbfeeca7a63df91e3ef]

        use gtk and gthread externals in vclplug_gtk, add FIXME for dbus

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [54dd30753d1a44a1a51d0d197c48e0de31b06e30]

        add gthread external

2011-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e443e032f859d0c1e0859a2e29486a2f29d09df2]

        change from SID_PASSWORD to SID_ENCRYPTIONDATA

2011-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cd466bf5595fdf965ee9062392de1271b4284387]

        fix typo: DeletePassords to DeletePasswords

2011-07-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e67968c8a58741981923b0daa0d69c40802e58c1]

        change maPasswordList to ptr_vector

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6b21eca3f0054dca6d2849c5915e9bdb1f63d2b9]

        use gtk external in qstart

2011-07-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e7cc9e03e9af93886acc028338310107f8633501]

        add gtk external

2011-07-26  Radek Doulik  <rodo@novell.com>  [55b38ffe0511a00afe1d728b8a932339a9abdc92]

        enable emf debug dump when dbglevel > 1

2011-07-26  Radek Doulik  <rodo@novell.com>  [e5e782730d2badda8178b72159e06e0c444217c3]

        enable emf debug dump when dbglevel > 1

2011-07-26  Radek Doulik  <rodo@novell.com>  [067362e1ce029a57fde2152e9e4339e7a97b9c22]

        enable emf debug dump when dbglevel > 1

2011-07-26  Radek Doulik  <rodo@novell.com>  [bcd76a23fac61cd9ad8eb7adaf799ec9d845563a]

        fix debug build

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [58aff2c80478765e2e92227309d2d9a4eaab925e]

        strip down unused old-style string methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [8d76119c3da61cc3281876d49458ddcf2ab0cb09]

        callcatcher: ditch various unused write methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [0740a260a2eaa50452666b3087751a94db1b20d4]

        callcatcher: ditch unused methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [b41ae46d1d45589bd6a9d04452e14fb26f323b4a]

        add fontconfig and freetype to get configured flags

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [6bccd20b2d14edbc65c0a8bfdd7d562514c2d04a]

        keep it consistent and add a blank line before all endef

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [471233958bec77a401cd8e6fe02dbb187da87e28]

        nothing links to stlport anymore

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [5bb76f61c6ac09d5d31e8d22548b78467b0ce703]

        apparently need a blank line between endif and endef

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [b940171b68343068b08432538ab0da4a53943687]

        USE_SYSTEM_STL and ADAPT_EXT_STL are gone now

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [de0b43dcdbf31d3a0376c25a3aa31aefb7217b72]

        coerce port to int

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [35724a77bdb619bb3573d0f63765e8a742425906]

        put exception message into mailmerge error dialog

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [7e706639f8e86e882b7166cd8976a1d25b2152d7]

        Redirect stderr of the ar command to /dev/null only if we are silent

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [b9fe3cd9853146b3d87b7073901c150570f64127]

        enforce checking return value

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [fb092e26659bb16693e782b04df96e1d914a5a3f]

        strip down unused old-style string methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [94a2bbe8c2e4d476b738d63b56da2e9e00fd137d]

        callcatcher: remove unused mapEventIDToName

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [56321c27af0774597246aaa54e1cdec5d62855ff]

        add a test for a nasty suspicion I have

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [5958f74e8a975115ae3af03cced4f8dde825451e]

        use configured freetype and fontconfig flags, at end of link link

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [ed63fde85b6b37d464a926c0c5508eb10c4e6464]

        use new link mechanism and drop this horrible mess

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [c8144f0de40efe966fab52115931b4f3d41196ae]

        Add Env.Host.sh, drop the old *.Set.sh

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [8cee117d98cc110ae8eded344bbdd6f5b5a30ba3]

        callcatcher: remove unused Write methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [10e0383b357e0fe1b61355c39c39b018f2957668]

        callcatcher: ditch unused methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [7a55d9f1f55f5098fa1d333a3b4acfa85319ea5c]

        enforce checking the return value of these

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [0e74ec80c0d2c24807a961c9c46d39d979799501]

        callcatcher: ditch various unused write methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [2694f1da5648ee97c38681133668e860f9883d09]

        callcatcher: remove SwLayoutCache::Write

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [b1a8b71be4d774ad04e83b8aa4588fd31a5370a2]

        callcatcher: remove unused Write methods

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [62ef7151390fadf22fefec5e26af7fc56b96800e]

        ByteString::CreateFromInt32->rtl::OStringBuffer::append

2011-07-26  Caolán McNamara  <caolanm@redhat.com>  [b6ed25dd5d4a823f347c6e67fe1893f728531ca3]

        fix STRING->USTRING bug hidden behind ifdef

2011-07-26  David Tardon  <dtardon@redhat.com>  [2136cb29d72db36cc37734524fc4c58ffb60207f]

        icu libs are external

2011-07-26  David Tardon  <dtardon@redhat.com>  [caf81916e0ed30a7719655659c3fd0fa5a0b640a]

        icu libs are external

2011-07-26  David Tardon  <dtardon@redhat.com>  [1a852392bad27000bb8339ee1f0b994f31005b9d]

        add icui18n to external libs

2011-07-26  David Tardon  <dtardon@redhat.com>  [ae9b8e1e10071bf8d12b6cd442b0bd4e183ae94f]

        icu libs are external

2011-07-26  Tor Lillqvist  <tlillqvist@novell.com>  [d49ced7e170d79b5462e01ff1ff92baa3d0b98b6]

        Fix Windows build

2011-07-26  David Tardon  <dtardon@redhat.com>  [ded4e9a9a2076f66022477ae96b21307d8a441ca]

        icuuc is external

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [6fd0fe261cd6465585adc81cb2cb96ec4c51ec34]

        callcatcher: remove unused methods

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [c6b959536fb75dae31235d78bebb51f4c140e6cf]

        Fix unintendet re-add of JobSetup::GetValue

2011-07-26  Thomas Arnhold  <thomas@arnhold.org>  [0bb5194b3f1dd798398a5b866f0cfc8149d784d1]

        update list

2011-07-26  David Tardon  <dtardon@redhat.com>  [fd0d321ba4d5c70739c7ea80db948ac0054fd949]

        must call eval there
        
        foreach concatenates the partial results by space, which creates lines like
        
        target : LIBS += lib1 target : LIBS += lib2 ...
        
        Obviously, evaluation of that is different from
        
        target : LIBS += lib1
        target : LIBS += lib2
        ...
        
        So we really must evaluate every partial result.

2011-07-26  Tor Lillqvist  <tlillqvist@novell.com>  [728c0dd9067cd2b45eaa7397cf7f02c84032c651]

        Fix typo

2011-07-26  Tor Lillqvist  <tlillqvist@novell.com>  [d8648b746b965b1f430c1040c3ef40bb8fcb391a]

        Don't bother with makedepend and processdeps.awk
        
        Just use gcc's own mechanism, just like in unxgcc.mk. We intend to
        support MinGW only for cross-compilation anyway.

2011-07-26  Tor Lillqvist  <tlillqvist@novell.com>  [1a316d26d6f0d6049cc99ff6788478680bf31367]

        Remove superfluous empty line
        
        The comment for gb_Library_ILIBFILENAMES in the WNTGCC case doesn't
        make much sense for us, though, as I think we want to support WNTGCC
        only for cross-compilation, and thus we don't have access to the PSDK
        ("Platform" SDK, with which they mean the Windows SDK). I don't see
        any point in using MinGW natively on Windows to build LibreOffice. If
        you build locally, use MSVC.

2011-07-26  Tor Lillqvist  <tlillqvist@novell.com>  [09fb06102812269cb911dc11c9d772331cf48a05]

        Move apparently misplaced endif to correct place

2011-07-25  Joseph Powers  <jpowers27@cox.net>  [4f0bb4d27c30b4b8cce6e0502661afcf32464a44]

        Replace List with std::vector< DirEntry* >

2011-07-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [dcedd637824558b2f88a58ad9a99dc85a123ae95]

        gbuild: fix broken flags for OBJC leading to bad SDK use
        
        gnumake4 has improvedthe Flags customisation process but
        that change has been done for C C++ and ObjC++, but only partially for
        ObjC which resulted in the lost of many flags including the critical
        -isysroot

2011-07-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a98e622fbddbbec551507f4aaa3e8ddcee1d090]

        supress unused variable warning in ptr_sequence_adapater.hpp

2011-07-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [5fc65a46372512744bb118fb99e665062bd9d0af]

        fix hunk offset in boost.windows.patch

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [d7352b578864f6fa2f61e3d13aab36a283688912]

        Make it build for iOS again

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [3bf120e8aca0d61bba4af00f18e8aab91b308fe8]

        Link with X11 libs only for GUIBASE == unx which actually means X11

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [cd67423913ca92bdb4652c8c685b93557982a266]

        Add Emacs mode lines and a few missing vim ones

2011-07-26  Tor Lillqvist  <tml@iki.fi>  [bb2bc3e03a7ec373b20f79bf51ea041e42a92810]

        Adapt to current gbuild conventions

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [0f083e2251576951197def2150114e875c1dabd4]

        Use gb_OBJCXXFLAGS for iOS, too

2011-07-25  Michael Meeks  <michael.meeks@novell.com>  [bb020b3ea80e104d2db1fd301dbca8a01b838f4a]

        use XFilePicker2 regardless of service, if possible, it is far more sane

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [3ff11ea246d29f8a0c46b3dc3774d0889afa4bb8]

        Usage of gb_Library_set_componentfile has apparently changed, so adapt

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [9fec874907d3d11db411e418d250ebe41317bb37]

        Use gb_OBJCXXFLAGS for iOS, too

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [1ebd694a5b2f6e172b6c770c908671fb3cc84b28]

        Build the jars only of if SOLAR_JAVA is TRUE

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [5d5387738531d72d7fa3acc98b8d75d46ee8575b]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [8b7d5d1a995ae430ce00b9990d61109b48a7e170]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [918faa852f2a1c75a7851d845c685b5aa14443d2]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [2886e011533f023f354aea8edea37e91278136e7]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [36a5f178efcb2ad287a4a5620eb06b47e4a938ca]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [b2d61c8178c644af880fbf2bbd46bf7c1dfd7889]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [45ecda3d4d2f0d191037a3963fb9accb3d8024e7]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [8890525dfac103a0e1f00aacef7b68bb13a9e34a]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [f410b79be879716ab7382a26b5b20a90d434f80e]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [1cb65f56602d9ba5079ecb7d1d297ea90fefafc1]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [6008d3236d0c42519153234303eaba9ee23c414a]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [06347b71dec8f799024610397c967df86b367330]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [95323086aa48d6638e9c0a72ab09e6a8754cb811]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [40f04118ae6eae969bbb37cc201ea3be700b04ad]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [811651fb8f4fe562e63831a2d77fb1d8f54ceec8]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [7e4a8ef7e2b91a60c34e1480678e1b676bccfbd5]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [85ae012d5d337363cbfec386c026684fce9a539e]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [6760b5695c4461126a34a84f64fd7114eff23143]

        Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)

2011-07-25  Petr Mladek  <pmladek@suse.cz>  [f97edd0dbcb56de0a8bb64bd3226c34a457954d3]

        bump product version to 3.4.2-rc3, release number to 203

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [543389de9367b5cce62f424d8e732b1ff94bdabf]

        Don't bother with StaticLibrary_basegfx_s for iOS
        
        We only build statitc libraries for iOS anyway.

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [40bebbb7de7237b5dce1185b57b5039436a1c5f9]

        Add NONE to gb_Library_COMPONENTPREFIXES

2011-07-25  Andras Timar  <atimar@suse.com>  [4f876fd9052668df91afbd51a603f18519d5f051]

        enable l10n of presenter screen
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-07-25  Michael Meeks  <michael.meeks@novell.com>  [0ee44dbd6f7921a70e2ddf039dc8a02b03129efd]

        fdo#39520 - turn DocBasicItems into an rtl::Static to improve shutdown on mac

2011-07-25  Thorsten Behrens  <tbehrens@novell.com>  [7be4f529477a9f77550f29f7ba08d043cfbcf806]

        Fix wrong RTTI baseclass for SfxViewEventHint
        
        Fixes fdo#38768 and likely a bunch of other nasty side effects.
        SfxBaseModel::Notify was simply ignoring all kinds of messages
        without this fix.
        
        Signed-off-by: David Tardon <dtardon@redhat.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [a29504fbb9553f615961822356cfa64592fcacc2]

        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>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-25  Tor Lillqvist  <tlillqvist@novell.com>  [38d688a8766d6c8cef09371569107fc626a3bd71]

        On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [bd030a5777ff6a17dd36ee19bfe8853a3f65ef4f]

        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.

2011-07-25  Nigel Hawkins  <n.hawkins@gmx.com>  [3bbc37dc5494ef3e8e77d0b42f94995e8c69d556]

        Replace SvUShorts with vector in redline.hxx and docredln.cxx

2011-07-25  Rene Engelhard  <rene@debian.org>  [ab86384f68479ed0c00f3b25e4e60787da94cd4c]

        use python-x.y.pc if existing for setting PYTHON_{CFLAGS,LIBS}

2011-07-25  Nigel Hawkins  <n.hawkins@gmx.com>  [f7ee8949f23b5106efe16444040dfaa677ccbd26]

        Replace SvUShorts with vector in layhelp.hxx and laycache.cxx

2011-07-25  Nigel Hawkins  <n.hawkins@gmx.com>  [8532d5d39fd0f46d1f821b7052ca58504aaa6a10]

        Replace SvUShorts with vector in envfmt.[ch]xx

2011-07-25  Michael Meeks  <michael.meeks@novell.com>  [3ba288cc6c7c391b27b00b386f47500e7ead2dd1]

        another redundant file

2011-07-25  Michael Meeks  <michael.meeks@novell.com>  [d19b0e57de3ff9452e522334d2aa3d3e8c262f3b]

        remove obsolete files, they now live in xmlreader/

2011-07-25  Kohei Yoshida  <kyoshida@novell.com>  [a51e448168c89e2e485231749f8ac9014ea8f7b6]

        fdo#39236: Better way to remove DP objects without reversing order.
        
        The old fix reversed the order of the elements even when no elements
        were deleted.  This is better & cleaner.  Thanks to David Tardon for
        suggesting me this.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-25  Kohei Yoshida  <kyoshida@novell.com>  [e64d3793a10cf6d253384308db3de671a8b4a922]

        fdo#39236: Prevent double-deletes during removal of pivot tables.
        
        In short, don't use erase remove(_if) idiom to remove objects from
        boost ptr containers which would cause double deletes because of
        the way remove-like algorithms work.  STL's remove-like algorithms
        create duplicates of the elements instead of re-ordering them by
        design, and this obviously doesn't work well with containers
        containing pointers.
        
        IMPORTANT: this will get a better incremental fix
        
        Signed-off-by: David Tardon <dtardon@redhat.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-25  Kohei Yoshida  <kyoshida@novell.com>  [6a330d823aa3c2f8ff640aa017edb9d6e0464ccd]

        fdo#39236: Better way to remove DP objects without reversing order.
        
        The old fix reversed the order of the elements even when no elements
        were deleted.  This is better & cleaner.  Thanks to David Tardon for
        suggesting me this.

2011-07-25  Michael Meeks  <michael.meeks@novell.com>  [67f11e53d03467ab664b8cfa23d69bacc777b714]

        update gnumake pieces for system cairo

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [2804ecc0fe40f8317050043b169396845b1b520d]

        Remove vendor specific properties handling.
        
        This needs some testing on other platforms!
        
        About SAL_PROPERTIES in OOo Environment documentation: "If set
        contains a bitfield activating various bug Xserver bug workarounds.
        Not very useful nowadays."

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [14ff4c2ca033f9d00a613eb28b65a3e16891c8f3]

        callcatcher: remove unused methods

2011-07-25  Tor Lillqvist  <tlillqvist@novell.com>  [0368ac2adb11fb61dcdadee411b397cb9b0431d2]

        Revert "no need for INPATH in WORKDIR anymore"
        
        We do need to have the platform-specific part in WORKDIR, for
        cross-compilation support.
        
        This reverts commit 3c471c4a11fe58a6cd3dbf09099d9a1ecf60dd38.

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [f6b2ace597e23fcdec27c8d2560cb407e0b8dea5]

        callcatcher: remove unused methods

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [6e33eee41ddfa8c3bace8886ca6b7ab1529f9964]

        callcatcher: remove unused methods

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [b42bed0fa29712dfe669e400edcb6f01379b1f35]

        callcatcher: remove unused E3D stuff

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [cd2fa9783d2c46f1cbd246acd5b683c386f71315]

        callcatcher: remove unused method

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [31300a1b6f84aaf548af421037f9dab5e66fe48a]

        Remove unused Debugging stuff
        
        If this is still needed, please revert it.

2011-07-25  Thomas Arnhold  <thomas@arnhold.org>  [6c2d2a98cb2e8acaedd63a46cb866addd3a3c5b3]

        update list

2011-07-25  Joseph Powers  <jpowers27@cox.net>  [578ce735cb3ee610e11202634128a29c7998ccbf]

        Remove an unneeded #include <unotools/javaoptions.hxx>

2011-07-25  Joseph Powers  <jpowers27@cox.net>  [63c959cb88effbb90b9aa3b4506f1de0659f5ff4]

        Remove unneeded #include <unotools/javaoptions.hxx>

2011-07-25  Jan Holesovsky  <kendy@suse.cz>  [8645e7f6cdcd4c5e11f31fc3d7e6c0f3fac826d9]

        Silence the zip check.

2011-07-25  Jan Holesovsky  <kendy@suse.cz>  [23960781be77f06084024c56af977e83583d310b]

        Use --filesync instead of -FS as the zip option.

2011-07-25  Jan Holesovsky  <kendy@suse.cz>  [d78bb867f4ded5584bba8ce0ec46fcef14b91773]

        Make the zip error message less confusing.
        
        [Report directly when checking for zip, not after checking for unzip.]

2011-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [276ba69ad234dde1378c3c36bf95db66aaeba133]

        no need for INPATH in WORKDIR anymore
        
        * this has been obsoleted with commit 22d9caecc978a5739ddd1430fd26abe06454726c

2011-07-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6a3cb9f942d04139eafbe22cfea0ba1054e7d220]

        Not everybody has stdint.h when one needs it

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [e5cbad371348619144cbd2086c2c8d6664ec4355]

        Resolves: rhbz#725144 wrong csh syntax

2011-07-25  Miklos Vajna  <vmiklos@frugalware.org>  [1a051d252ee79f032126c0f1f10196e42fff3ad9]

        RTF: emit row properties at the end of the row as well
        
        The spec suggests this, but the old parser can't cope with it, so enable
        it only when the new parser is active.

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [05bde14895b9f7ecc0bf0efc40f4da3012298d6a]

        customtargets have grown another argument

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [0716cdefb314fd1310bb6de0bcf42d607a8c534e]

        callcatcher: remove unused ForcePendingCall

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [1f708c8be92241150258bbca2d457bab8b7a01a1]

        add a good(), eof(), bad() and a test case to demonstrate

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [52cf287f690e37251f1ba3be6436d02370328bb8]

        add the legacy windows-only path utils test

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [2ecb0e6a1e9d9f58a3df151d9792202bef7deea2]

        add .mk

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [7c968741982e740e5d68680e7c02fc53c40a2616]

        recover my cppunit test for tools again

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [fe826170a229cbe536c42fb751a9a83b5e88dedc]

        update list

2011-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [722de1ae48bce10cf7392858da20b3062b40d75f]

        Package is no outdir target

2011-07-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c215f6bffbfaac4b2f2bb75e4341ccfd9d87c6a6]

        remove duplicate assignment of WORKDIR, configure/set_soenv is enough

2011-07-25  Andras Timar  <atimar@suse.com>  [ccf3e5745381d904316f9968874012337a1f6bbf]

        typo fix in Calc description fdo#39483

2011-07-25  Andras Timar  <atimar@suse.com>  [4425f6e26a5195fcb0b102876746fccfceeff3d9]

        typo fix in Calc description fdo#39483

2011-07-25  David Tardon  <dtardon@redhat.com>  [5a4780daec0ee9812635bc5b8c4fe4a5199a35fb]

        cppunit is linked in automatically

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [78641a71ad5592762d22516ef900aa8ae4ac55df]

        enforce inside bounds

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [8e17a413dcb7316597aa5e3842c002fb5b811621]

        ByteString->rtl::OStringBuffer

2011-07-25  Caolán McNamara  <caolanm@redhat.com>  [47f3f8c7e9d0ebc66443cc9d788874af6b87f468]

        use good() instead of GetError()

2011-07-25  David Tardon  <dtardon@redhat.com>  [a7f8f0b49bce355850d07ebe02b2bfc01ee03800]

        cppunit is linked in automatically

2011-07-25  David Tardon  <dtardon@redhat.com>  [785e1d92052b416df04025391a265e2d7db16fbc]

        cppunit can be system

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5eb2da14e3fe7e41e1f7eb16b702644a190a463]

        remove half baked test without the appropriate include to make it works

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5c9bdd202f657a6f6144d0a38b8a31ef6569538]

        cString is deprecated use cStringUsingEncoding instead

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0119ed6a860d9ca246069f4fee3bcabc10800b0]

        typo doctoc for doctok whichprevented the proper inclusion of libxml2

2011-07-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [10cb4dbbcf7eb07079087c59bc79c234ee66929a]

        fix for fdo#38561:unable to save protected file without pw

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [3f1e287e46964f3cb1aedf5d9da50625c0bcd29d]

        icuuc and xml2 are 'external' library

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [ca73c8e41b216d1f4fc87038c37efef085d5ac28]

        Bin apparently leftover scaffolding

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [c5f297649c303c4017ecac1670bc60c67e46e6ba]

        Change *Env.Set.sh to Env.Host.sh

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [76a27e577e912476252fe31543b24ee58b22fe63]

        Use fixed-name environment script and no source_soenv.sh
        
        No longer call the script snippet LinuxX86Env.Set.sh,
        MacOSXX86Env.Set.sh, etc, but always Env.Host.sh. No need for
        source_soenv.sh then, which wouldn't have worked when cross-compiling
        anyway.
        
        (As before, when cross-compiling, the environment script snipppet for
        the BUILD platform is called Env.Build.sh.)

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [bd3652549c06b441e7fd750e46123acab6eacb49]

        Remove an unused reference to javaoptions.hxx

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [04d60329d3d62b863ce0b86ced33dc3d1a93dfb3]

        Remove unused reference to javaoptions.hxx

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [9c341f31f31c0ca1af794f8835e385104a255a41]

        Remove unneedd references to SvtJavaOptions
        
        Signed-off-by: Joseph Powers <jpowers27@cox.net>

2011-07-25  Tor Lillqvist  <tml@iki.fi>  [15d5273c29c45df97d1e430a24892f30ca280b38]

        Bin pointless "nmake=dmake" alias, who needs that?

2011-07-24  Thomas Arnhold  <thomas@arnhold.org>  [304c490d72c26c5c894b4a25b8ad2cae172c162d]

        nss/moz: Add Linux 3.0 profile
        
        As this is a copy of Linux2.6.mk this has to be
        MPL 1.1/GPL 2.0/LGPL 2.1 I think.

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae70a17a6f19099dc7bc872d5838bad4391b0127]

        pixman-1 appears to be a static lib on MacOS when using internal one

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [8172313fe90dfca42f58c60a9f763ed02a9cd69f]

        silence unused parameter warning

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba949139a5010b0c50909e6c6ede867b9d0be524]

        fix MacOS build (nedd objectiveC++ flags and Coca framework)

2011-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d5ac53d4d47313dc37691839fe76fcc9858fea9f]

        change to internal python for Mac, raise minimum python version to 2.6
        
        pyuno has been python3-ified. Only python 2.6 and later are
        forward-compatible.
        Mac OSX 10.4 comes with 2.3, Mac OSX 10.5 comes with 2.5 only

2011-07-24  Jesús Corrius  <jesus@softcatala.org>  [70f21a62cdfdcfc45ce626306537762062a525d7]

        Use the right *Env.Set.sh for normal Windows build

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c16b437482e33ade614d39367229c4f6fe24b7d]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [10f8e05b8d890d9453a707fe83b9db464c756579]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [452320479750023896e37fefbd3c7a8dee139bbd]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [050f3bb10ba0cd12757302c6546f5bd263d81fd6]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [279273d3142595b658c786c7e4ba27736e17a2a9]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5f9713922c231e4d16a59ce942a4db109377081]

        Oops Bjoern's link to .gitattributes got committed by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [8080785387ef7d23f073e3154d810ea9f88a4d7f]

        oops Bjoern's .gitattributes link got commited by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [7ad6f6ccd53a7e13e6a8d5dba318aea81c9ea04c]

        oops Bjoern's .gitattributes link got commited by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [123706d58ebf19cb1b1ea452300417085df27efd]

        oops bjoern's .gitattributes link got commited by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae2aab0bb251d3f40fb4eb5f231afd957c8beea0]

        Opps. bjorn's link to .gitattribute got commited by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [426a7f94b26cb136f38fd69199508e302c130327]

        Opps: bjoern link to .gitattributes got commited by mistake

2011-07-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [2142a54b9f2e15b9742e4d20195f3155fbc89e7d]

        oops bjoern .gitattributes link got commited :-)

2011-07-24  Tor Lillqvist  <tml@iki.fi>  [b633c4a5cd6d7e04953cf0e7a41591e343f7245a]

        We don't have any alias for gunzip in *Env.Set.sh, so don't unalias it

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dafd5017c6451c63b3be56b708156d0afc42deb4]

        Merge branch 'feature/gnumake4'

2011-07-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c78b2702a4e8b27e1a9023350cc081a84ff55958]

        minor whitespace/makefile cleanup

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b913e33b2f813ac8f4a47dbaeb578423cb8104b2]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [41ce86ad453eefdf1a5f8c5b72f2d0099f3938a7]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a9035dfb6b86897c82816ba5b4d740b4a0cf924f]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bedf87c1b33a854fba84716951c4eb61d63f1fce]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ef7b7cec59c0082bccff882f5bf20214ff792a5]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9ba466ac25b2abb45f1de8a2785552949f007572]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4c04de3d52bb60c4f37c9dbf71a9caa5367d535a]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7fde1f54e926d9e6f42c407e3101af4bdab44122]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4c2c7a4f8d2aa0eb74309628f3c7a27cf7fa7f60]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bb8a99bf2e0f7e40bf8f85e7f952231c48c1b090]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66d3a5ea124178af873c6d17a84e944f1b7b2fc4]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d8fa35891160099d7b4f0f2069216899b214378d]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ae83b2466043967a2f32f81ddf73b1ecb401ef18]

        Merge branch 'master' into feature/gnumake4

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [fb98a77bace12ef2b436a8acb358559f3307999e]

        unusedcode.easy: Class SvtOptionsDrawinglayer cleanup

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [a3a5ec733152f282ba243644bced2c3cdecdcf98]

        unusedcode.easy: Class SvtOptionsDrawinglayer cleanup

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [29553cdf4f7bd72aa77894b40e41ce13fbd97c80]

        unusedcode.easy: Class SvtDocumentTemplateDialog cleanup

2011-07-24  Joseph Powers  <jpowers27@cox.net>  [3f14d0b924673d5746251442682ca431511979b3]

        unusedcode.easy: Class SvtDocumentTemplateDialog cleanup

2011-07-24  Nigel Hawkins  <n.hawkins@gmx.com>  [4d0ad8dfdaecf02d7779fd714f7bc7b096b995c0]

        Fix signed/unsigned comparison warning on MAC in ndtbl.cxx.
        
        LGPLv3+/MPL

2011-07-24  Tor Lillqvist  <tml@iki.fi>  [8abc7bb756d6438abc77a3521e8959e92034f83a]

        Add the CoreText framework

2011-07-24  Andras Timar  <atimar@suse.com>  [670a61dfe0e2ac80e9c32a13b973d87f984397d0]

        enable l10n of presenter screen

2011-07-24  Tor Lillqvist  <tml@iki.fi>  [9cd2558f47b84cc60e3ec08127885c0317586e7b]

        More iOS baby steps

2011-07-23  Kohei Yoshida  <kyoshida@novell.com>  [0980b065603bf113a13f37c934b8b220886d7a4b]

        Initial cut on testing ods document loading.
        
        The loading still fails in SfxObjectShell::DoLoad().  I need to look
        into it.

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [eacd6b0e487ef8f0de2c385a287774d9adaf84be]

        unusedcode.easy: AlphaMask

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [75de7a41f481498240d26ad80287cb5b3528d4f3]

        unusedcode.easy: AlphaMask

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [18d18c8a5646868a8229dea9ffe3f46888c2bad5]

        unusedcode.easy: svxIconChoiceCtrl_Impl
        
        Doing List cleanup, I ran into SaveSelection() and decided to delete it.
        While I was in the class, I went ahead and cleanup them all up.

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [765d416a3deb2379bbfd1c6b63ccbe860c0a2793]

        unusedcode.easy: svxIconChoiceCtrl_Impl
        
        Doing List cleanup, I ran into SaveSelection() and decided to delete it.
        While I was in the class, I went ahead and cleanup them all up.

2011-07-23  Tor Lillqvist  <tml@iki.fi>  [8622956e24a178637cf3d6d8e84188ebfd3500d4]

        Bin unused symbolic constants
        
        Is it really good Mac style programming practice to define your own
        non-namespaced kThisAndThat constants that look like they might be
        defined by some platform API?
        
        And seriously, defining symbolic constants for small integers like
        const kOneBit = 1 ?  These were not used, but if they had been would
        it really be cleaner to use the identifier "kOneBit" instead of a
        plain number 1?
        
        Cases where small integers have magic meaning and don't stand for just
        themselves are obviously different; there it makes sense to use
        symbolic names and not the integer values. But in the case of things
        like kOneBit that is not the case, as one might guesss from the name
        it was supposed to be used to indicate a bit depth of one. Etc.

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2819345ceec204d0c3091d085ffd69d41683f078]

        bump workdir up a few levels

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [182488ef1409a0a524e4a3e72d6098efd7bc8479]

        remove superfluous include paths

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2d02fa31d1e0ab1ab17ede09da30ae6cab9bc989]

        remove superfluous include paths

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e7abd52dae05ded8ec217259372dd37f7e3f0658]

        keep gbuild calls consistent at  now, even if it is a bit longer

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8fb6435604b40e08aa2ed95f31a001920e1ac25a]

        keep gbuild calls consistent at  now, even if it is a bit longer

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eac26998ca7458314420efe9e0ae29cfa92dbf4b]

        keep gbuild calls consistent at  now, even if it is a bit longer

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f38368f3b0f25414476d178cc4610f1ebad9083]

        keep gbuild calls consistent at  now, even if it is a bit longer

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d1a4b89ec7a5612b61a8b92d3580a58f34f986e3]

        keep gbuild calls consistent at  now, even if it is a bit longer

2011-07-23  Tor Lillqvist  <tml@iki.fi>  [122b347f9a873df6488839dbeae9e355797bea82]

        Sort, make consistent, and drop commented-out lines

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [d3deac524bffaf5811a6ea4b9a4e7ac6acf7913c]

        Remove DragDrop code from class SvxIconChoiceCtrl_Impl
        
        It wasn' used so no one should miss it.

2011-07-23  Joseph Powers  <jpowers27@cox.net>  [c8d8c442760f35b48606b9dfbec80ac217e0752d]

        Replace List with std::vector< BSaveStruct* >

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a04ab6817fd70c73efa6f792d446936bc0531480]

        use gb_Library_use_external in forms

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [969003ef690a52d6a698ac3564c741505f9adf1a]

        use gb_Library_use_external in writerfilter

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4608deb5d90ba5b654229d6b226ec21c90ee3996]

        merge junittests from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f)

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2c7baf6f2c75fb88eec8561b6c298fd5f362ebb2]

        merge cppunittest from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f)

2011-07-23  Michael Stahl  <mst@openoffice.org>  [0efb060f68af62cd7e254cb9d5323b10bd04de89]

        add unittests from gnumake4

2011-07-23  Tor Lillqvist  <tml@iki.fi>  [b0e8dbabb1f3bb05587237285ff08bc58a5ceb55]

        Add the CoreGraphics framework

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a531694236bf2d664da2d5bbe0ba8e11396e2fe8]

        switch to CostumTarget-based code generation from gnumake4

2011-07-23  Michael Stahl  <mst@openoffice.org>  [17a705901271b23998e2874384b3d945361021d8]

        reintroduce CustomTarget from gnumake4
        
        Authors: Michael Stahl <mst@openoffice.org>, Henning Brinkmann <hbrinkm@openoffice.org>

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e59fbb0cb9b833c139a1dda8257bed37c22eba54]

        adaptions to dbaccess revert-to-master-gbuilidization

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dae8595066271e6f07320c2181e495fab1e97ecd]

        revert to dbaccess gbuildization from master mostly
        
        * only add JunitTest_dbaccess_complex, which was missing on master
        * disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for
          now as it fails

2011-07-23  Tor Lillqvist  <tml@iki.fi>  [09ebe17fb331b9159c520ac876908aaed115a814]

        Don't continue making cross-build-toolset if building one module fails

2011-07-23  Tor Lillqvist  <tlillqvist@novell.com>  [4bdb4b742c96780b5ffdd14f0529ed3ab8e19f27]

        Use gb_Library_win32_OLDNAMES

2011-07-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [87e5542c471761179639a2c822181eb33d12842a]

        --enable-ext-scripting-pythin is not an option anymore

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [150b34e1e278604c96af9f6b0800eebfaf108bee]

        More adjustment inside SOLAR_JAVA. Hopefully this is it!

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [348a5aa6dbc8d0feb98129e695db3b330c9db1a1]

        More adjustment for the GetOptions return type change.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [13bd5747c3a743c51e191b73e210c8a54b87c8e3]

        Adjusted for HTMLParser::GetOptions() return type change.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [9a910b7b6bb3dde79ac40dee763d734d6b140855]

        Adjusted for HTMLParser::GetOptions() return type change.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [dbf2ca3d9c034866546f40c13c5b2c7020e35725]

        Adjusted for GetOptions() return type change.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [b49b655394facab29aa41281730bc013ee5de144]

        Adjusted for HTMLParser::GetOptions return type change.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [8ebb30fbc4e2f33bf76ccbacf1b569d68ae46e62]

        Converted HTMLOptions to boost::ptr_vector.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [7e88c5ee4601fca83dede7dd170b8670e27c05b0]

        Initialize members in the initializer of the ctor.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [5e361923f054683a5457b016a685ee07847a3672]

        Removed commented-out methods.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [4709572e4a42dcff7c98abae73eb68a239c22e9d]

        sal_Bool to bool.

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88efc04329da4914900ccbbe27050070eea14d08]

        revert to old writerfilter gbuilization
        
         * gnumake4's writerfilter gbuildization got pushed in a seperate branch
         * it might or might not be merged to master later

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c29e370d227c730a9fbb5b92fefc37b94482add4]

        readd rtftok because we postpone gnumake4 for writerfilter
        
        * gnumake4's writerfilter gbuildization got pushed in a seperate branch
        * it might or might not be merged to master later

2011-07-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [67cd3faba45badd6592406f6c47b5b24ca639079]

        add cairocanvas and canvasfactory

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [27b9aaee2917d5cbf67551ce1c30650532c1560c]

        Work around a bug in libwpd's WPXPropertyList::operator=

2011-07-23  Tor Lillqvist  <tml@iki.fi>  [21fad601e62a05fe2faedcf2fadd3ea75b4d33c2]

        No need for lngconvex for non-desktop OSes

2011-07-22  Michael Meeks  <michael.meeks@novell.com>  [72f1b4fe4f596fed2101503c0c2d6243b6fc568c]

        unit test should write to content nodes, finally creates a document

2011-07-22  Tor Lillqvist  <tml@iki.fi>  [6d8bd418a8fdce84d285b055e680276996597a75]

        Use OUTDIR_FOR_BUILD for rsc also in gb_SrsPartTarget_RSCTARGET
        
        That is the rsc executable we are going to run when cross-compiling
        anyway.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [2835baa19e95af010673b9dfd3c92d5ab2474c80]

        Adjusted for HTMLParser::GetOptions return type change.

2011-07-22  Peter Rabi  <prabi@caesar.elte.hu>  [c076e3b119036e26fa1815b4f8daefa767ebefc8]

        Bugfix fdo#32895 : un-translated template names (part 2/2)
        
        Contributed under license LGPLv3+/MPL.

2011-07-22  Andras Timar  <atimar@suse.com>  [255401622e4eea28a46c496de245c7318180598c]

        take strings from sfx<lang>.res, don't duplicate them in sd<lang>.res

2011-07-22  Peter Rabi  <prabi@caesar.elte.hu>  [a8ef97f13b16a984d48450b05e4cb337f53a03a1]

        Bugfix fdo#32895 : un-translated template names (part 1/2)
        
        Contributed under license LGPLv3+/MPL.

2011-07-22  Andras Timar  <atimar@suse.com>  [1205d6093af64681bd55210a0a3b0b0c8cbdd801]

        remove duplicated en-US string definition

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [98f7d406968f0e55acbcc5c8b0a43805f41a367a]

        postmerge fixes for gnumake4

2011-07-22  Michael Meeks  <michael.meeks@novell.com>  [ad0540a71736c93bce196a9643f9c3c6bb457a0f]

        first cut at an automated / random document / redlining test

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0acb700f14cd8a9bd67fa687a13eb8a193069b62]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [53e20b0c777da3c5df4337bee4fdcd84d9bee7a6]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e0b4860fb10ecda319f2770de65c64b4284ec36b]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [906cd25f188b50546df808bc82ec557d3a6e404f]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c81f9104b6b6a91588c7a74bbb50a0c9c9729e1a]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [58b501f5cf1f044c3c1184f517b17da8be0984a1]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [381c3050637e28b703f7d37349c0ec244f7b30d5]

        postmerge fixes for gnumake4

2011-07-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [66dee9cd6989366d50b963b3c79ebd7766b4a184]

        postmerge fixes for gnumake4

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [0e7579743aaea054fb99c2f4bad429acbd495d91]

        Eradicated the rest of sal_Bool usage in these files.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [881b775d6e77764b5024e222e9f44ca3f3741758]

        Method declared by never defined and never used.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [78da8efd58a7f70c6ecae1b9f6d6701107581af6]

        nLastAction value assigned but never used. Remove it.

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [bb4e4fb6c5a9d07673891ee51f701afd6a658eaf]

        Some cleanups: sal_Bool to bool, use of initializer in ctor etc.

2011-07-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [efd36203a76e9b70d069bab66d6f65a9399dd3aa]

        fix for fdo#37128: set upper limit for second parameter of tinv to 1E10

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [e30b26a7c2fc9fe313c2cb5a76f3fd79c90cea5e]

        callcatcher: clean up GlyphCache and one connected method

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [8f190a5117a184589628226ba70d4f2f976f968c]

        update list

2011-07-22  Kohei Yoshida  <kyoshida@novell.com>  [2384b0e2571020560574a27257c6b79f60bcbd5d]

        Pick the first PREFERRED IMPORT filter.
        
        And prefer the calc_HTML_WebQuery filter over the old and unreliable
        'HTML (StarCalc)' filter to import HTML files into Calc.  The web query
        filter arranges the incoming data in a more tabular fashion, which
        actually works better for Calc's sheet format.  Also, the current
        filter matching algorithm actually relies on unpredictable random
        selection since it iterates through the filters stored in *unordered*
        map container and picking the first match.  Making use of the
        PREFERRED flag in case of multiple qualifying filters for the given
        type is much more tractable than the current scheme.

2011-07-22  Nigel Hawkins  <n.hawkins@gmx.com>  [e75fc37685556497f5030a512b245c9296750726]

        Replace SvUShorts with vector in rolbck.hxx and cascade changes.
        
        LGPLv3+/MPL

2011-07-22  Nigel Hawkins  <n.hawkins@gmx.com>  [6f1f0423eec115bf44ee06f59294b4b618c18bbe]

        Replace SvUShorts with vector in UndoTable.hxx and cascade changes.
        
        LGPLv3+/MPL

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f36d0cd62f9f27f9c3a20537def0af8abf562f9e]

        Uploading new libvisio alpha version

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [834cae5febc3f976c60753f2395a996313265617]

        Uploading new libvisio alpha version

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [c7ed86bbe631034cd1f138dd5c6fd7fe1451f6f0]

        Plug MinGW gaps

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [ae29172571098286793e8c08d3f813d70be04e21]

        Do compile adodatalinks.cxx always for Windows
        
        Don't test any bogus PROF_EDITION, and don't bother with
        WINDOWS_VISTA_PSDK either.

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [88e2bf5341228bac9d36aa88b07b090afd7e2e2c]

        Add shadow support

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [a814b12a68cc60a3bb7bff4336aae3665b048148]

        Bin PROF_EDITION, not defined in configury, not tested anywhere

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [73cba26f1ca9371354017a1887575a0b40170bfa]

        Bin PROF_EDITION, not defined in configury, not tested anywhere

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [d1f6403c9ee3caf6b2e6babe5eb6b2ff62feaa9d]

        ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [8ff2d9d8653b6037578ee2059914b304858f7195]

        ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c8ffa554649191908b8b2beda9ccb7603892ad74]

        Don't output opacity gradients if the stops are completely opaque

2011-07-22  Michael Meeks  <michael.meeks@novell.com>  [8b857bd5b0548d0d15e3146b116d639c4dd08dbd]

        don't let our fprintf on a broken pipe pollute errno's ECHILD with EPIPE

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [7cd6376b56c27ce341c39195aa9cb0e1166698c5]

        WaE: remove now unused bFoundIconSize

2011-07-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [faa27e0e6c39b128c6cc792da30eccf3a3ab156b]

        Try to handle correctly transparency gradients and different stroke properties

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [f13f601df447119dd02675e1ae10255a0e749f98]

        Set CXXFLAGS, not CFLAGS

2011-07-22  Tor Lillqvist  <tml@iki.fi>  [fc8c0de854e1fa73bd3578e6174a57393ecf8f0f]

        Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered
        
        Don't actually compile anything, though... Just the rscsfx.hxx is
        needed.

2011-07-22  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com / marcandre.laverdiere@tcs.com>  [e7e4552e63efceb64b9de0d40d6eb54109b3c4d6]

        Removed dead code

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [4261ccbe8ad87342512d11a3a2216f8bd8526a7c]

        callcatcher: remove unused methods

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [c838db83fd1cab2fc10a4389533f8da181bbdc9a]

        re-implement original GF_ROTR scaling bug

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [e20a55ea411c0028ed88f01e580aa6d1f2136a81]

        check return of osl_setFilePos

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [83ee1bccf9899bb5c1913389b9a26a73a515ad82]

        callcatcher: remove unused methods

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [f921ca3cc59825745b1eac52499d72ef8bfa1db5]

        check return of osl_setFilePos

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [cdeb79552c75a89934c1535dae6062db48014498]

        callcatcher: remove unused methods

2011-07-22  Caolán McNamara  <caolanm@redhat.com>  [30f80d74dfe30155085d03b4959854ea5c4b0898]

        update list

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [eb0b81132d044fceec4464eee9735b03ceb1fd57]

        Header filename case sensitivity fixes

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [77c32f50d98c6d29807e05a1553e81b37864e752]

        Use correct solar.jar when cross-compiling

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [0f93062d431d3b110a13e84b0ae65401de377d73]

        Bin unused files

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [278cd1aeb965fcbffd5ac52bcbc8d33b5d11d91f]

        Get license.txt from where it actually is when cross-compiling

2011-07-22  David Tardon  <dtardon@redhat.com>  [21fc8b9ebc0bc48b9a8ada10772abf009115b2af]

        this is definitely not present in Qt 4.8.0 beta1

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [f6f12fe743f2af1481ebc95a55d44bd853ae51da]

        Remove unused env XENVIRONMENT

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [8bada817aa74d3c7adc8d4dc1ab08241a98102e5]

        Remove unused env XENVIRONMENT

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [c1394fa717810d443de0094bcaf7b373bd39f8a8]

        Remove SAL_NOSEGV
        
        This is deprecated an non-functional.
        
        See: http://wiki.services.openoffice.org/wiki/Environment_Variables

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [9b6cd2558bf460c3e8f45d243636d9fcc74c8136]

        WaE: remove unused variables

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [5ebe002488dd179180b4c6b1a78a89da4e13c0f2]

        Kill DtIntegrator
        
        Do settings directly at UpdateSettings without DtIntegrator. This is
        like it's done with kde, windows, aqua,...
        
        See vcl/unx/kde/salnativewidgets-kde.cxx

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [cabc06e510214b3c11ded790b9e4eb63b986eef9]

        Remove SCO

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [3062db67d9836266e6a4891f6a27a9b75b06ae4f]

        Kill FourDwm

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [b118d56c0b50d00822bdc2080e936709660edcc5]

        Remove Olwm support and Windowmaker gravity handling
        
        WindowMaker works out of the box.

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [078a23a7f563df4df81954abf0d4b94e9a9663a7]

        Remove SAL_FONTPATH and SAL_FONTPATH_PRIVATE

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [addcfeb736232d1c0d0c8a173105253c1679e92c]

        Remove SAL_WM

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [8e2398bf72507324718e99fb2066c068c7898bf8]

        Remove supportsICCCMPos. Resize working with Sawfish anyway.

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [1752ee0568510e86050494e2a3dbe504523cd705]

        Kill Dtwm/CDE

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [a60c9b688939681452dc36f4bcd01910575a176b]

        Kill dtwm/cde

2011-07-22  Thomas Arnhold  <thomas@arnhold.org>  [a097e080b8afe1f5ad70455eb44c7b46925ea996]

        Kill dtwm/cde

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [f6182f10e536dda5538fee4984534ee1a93ba310]

        windres is picky

2011-07-22  Tor Lillqvist  <tlillqvist@novell.com>  [576b3716a4c7a8ca8b46e2bfe5240c6fe9ad670b]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [edeed969d00ed3ecc3b564a7694ac4acc85db320]

        windres is picky

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [e02b0ec82ade4c4ea415bfd0e2b8f1f5d384fe72]

        windres has no default output file

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [d0259cd7d5c2cfcfeec2eb3276a672e4e83d2e0c]

        We don't ship the rebase executables so bin the sources too

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [0045722d53603d78abcedf71454aef5a7a39645e]

        Header filename case sensitivity fixes

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [ec937d5c106d4c5c104bb2108e541de7ad97c144]

        MsiGetPatchInfoA and W were missing

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [a628deba874a71d804afadfa07c17b59af609779]

        We create some import libraries ourselves from .def files from Wine

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [c2a0aed22a30f787a8a4107a0f8541c4ab1842a4]

        Make import libs for msi and urlmon dlls based on Wine's .def files

2011-07-21  Tor Lillqvist  <tml@iki.fi>  [3d12239031a31816c47acf6ce72e14c00f67dc2a]

        Using -L/lib and -L/usr/lib on MacOSX builds is unnecessary and wrong
        
        As we build against the MacOSX 10.4 SDK we should certainly not link
        against any libraries of the build OS, which could well be 10.5, 10.6
        or 10.7.
        
        Norbert verified that this works fine.

2011-07-21  Tor Lillqvist  <tml@iki.fi>  [b02980cefb6c66d35d8745a79b05310478153e8d]

        Pass also our EXTRA_CDEFS to the cppunit configury

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [834e0a54701f7511159b84cd1dc1203f8f8846b4]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fcb8c3c297e3f14f6af280614d37bd7c86b90d49]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18393f9d0ea5fd25a5cfdf6cea646438a0e4af14]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a1004d274f61b0326c287dc03d4bd126c744baa8]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [67bb8619abb4ca9519482fce25e3ce0683f1b476]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a233dac0653f3f3054f7ad2da114ed989747e89a]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31796472e75b70e2ccb972ef482368420ad89edb]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [917918e28631aabea1c6c7ac106dbf4b550198c1]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [200bc6c582d6cf2365001f27928c1e3d1f9c9845]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [418a4edf9a13bb5ca376b057f7240ed76b2e2f8f]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [112be98c928c38c5cc63c99e86e0b58b8d2dfe29]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [447325cc5e44cb6e804e0f72b3b22e1a345de7df]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [51cfa236bf238ad24ee7d072d2b8712d7e9c8ff9]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [09727e4dbf46c3cb0dcd5de27b2b3c648425ac8b]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [17a3c456b6e364ea50a0a0267235434421b76e4d]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [923db2bcda1f61c96e483986bdfe99bb8a49fe67]

        resyncing to master

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f361732ef3a7452f46f8d7f7e7759ef87e91c348]

        Merge branch 'master' into feature/gnumake4

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5012e466ce473b27b4ff6dbfab53a6c97a4041ca]

        resyncing to master

2011-07-21  Andras Timar  <atimar@suse.com>  [d3bacdec8c71992d5b8b0e1056b1655c941b74a6]

        product code of latest vcredist_x64.exe
        
        Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update
        ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
        ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}

2011-07-21  Andras Timar  <atimar@suse.com>  [ae58f5193382116c3460a439bbfc58d7d50c8469]

        download and distribute latest vcredist_x64.exe
        
        Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update
        ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
        ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [649a3a418160979179ccdfd997edb8dbf83a6d25]

        Propagate DISABLE_ACTIVEX also in the WNTGCC case

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [d90e0b5999ff65ab9bceb4cbd5ecbd5af232ac3b]

        Generate correctly named import library for WNTGCC

2011-07-21  Thomas Arnhold  <thomas@arnhold.org>  [a06500aa5dd8f81d519613f3645f664a6555167e]

        update list

2011-07-21  Thomas Arnhold  <thomas@arnhold.org>  [e5647de7dd26775e45af24f11ac4f82a5518bd9e]

        callcatcher: clean up Dir and DirEntry

2011-07-21  Thomas Arnhold  <thomas@arnhold.org>  [ca402fa0dae85f7f289398af34aa43cf06d14e87]

        callcatcher: completely remove SvIconView

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [74bb009eaf645e029b790248f385f66eb1ce3233]

        sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
        
        * fix attribute location

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37d7fd8c4468e6f88110e6228370c3b480214a34]

        sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
        
        * fix attribute location

2011-07-21  Petr Mladek  <pmladek@suse.cz>  [4117039d868d897cbb71201c0bb075c7ffe52e8a]

        Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)

2011-07-21  Petr Mladek  <pmladek@suse.cz>  [180007bb28183a488841c75dc16d205b167586bf]

        Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [c35fad42b0b1b2084154ea61881a920928e7f777]

        use SAL_WARN_UNUSED_RESULT

2011-07-21  Petr Mladek  <pmladek@suse.cz>  [ac8d4b3f92fe97eebef2145035fd317efa6ae3cb]

        Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)

2011-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [74140442bbf39e19bdc05f1cfb975f5a11751f2c]

        Drop macros from componentmodule.hxx

2011-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [1b465fcc0f5f699308c6ee5113dde6b82842c3dd]

        Do not use macros from comphelper's componentmodule.hxx

2011-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [cfbcec3375a958cd0ff4a03c4eb6afded9b803d2]

        Do not use macros from comphelper's componentmodule.hxx

2011-07-21  Tor Lillqvist  <tml@iki.fi>  [d423fd54604ee9fa60c028528c93d5b6c25fbb71]

        Start at trying to build these test programs for iOS

2011-07-21  Tor Lillqvist  <tml@iki.fi>  [7b2d0c9ad2d2d28b898136c3f6bd00cea4da283a]

        Make this compile for iOS
        
        I said compile, not work.

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eca6e9e55541b42c58587fbd2df297b771b91f1d]

        sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell

2011-07-21  Tor Lillqvist  <tml@iki.fi>  [e556a28fec98abfe404c753f6874d1b0c50f2c52]

        Just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always
        
        They are empty anyway when not needed, I think.

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [5747dfabbf8f0b0ee70c9b1361a30054b1b46394]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [3fd91c25d171d3e786f3df77c651e8af866120b6]

        Make compatible with windres (uppercase keywords)

2011-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [78b298eba8bb9d99361bac845fa1b042db2d06a6]

        Add missing-files to starmath libraries

2011-07-21  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com / marcandre.laverdiere@tcs.com>  [85c68f4e9f54bf2f7b8cfc4977b1a0a7cf55f163]

        Removed some entries
        
        - Some were already removed but this file wasn't updated
        - Some have been removed in writerfilter's commit #3096f3

2011-07-21  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com / marcandre.laverdiere@tcs.com>  [dc3578dc767265727b34975a7ff9447883250f4b]

        Removed dead code listed in unusedcode.easy

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [794ea65be1da830c9bd25debead6887897447a64]

        sort linked objects

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [b09acc30c9f2f7b165959d35c19b808d16988a7c]

        add a _attribute__((warn_unused_result)) based macro

2011-07-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [acb6133d89abe071108577f821d7eaa381378879]

        not link cairocanvas against stl anymore

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [d65e8cc152d30916f3ccc153a1a1f7498858a1a0]

        unused methods

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [148610b715dab8b8f2b715e60240cca14362f9e9]

        update list

2011-07-21  Michael Meeks  <michael.meeks@novell.com>  [18a80a7c42e97396ed83aa3352a06677072ca241]

        gtk3: don't package the filepicker if we have gtk3 enabled

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [778576d9f3b9e09750f3b884f5b1dd88003341c5]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [0fa05fcc47b6eb4750cad95830d62557d76d2816]

        Don't let <windows.h> define min() and max() as macros
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-21  Matúš Kukan  <matus.kukan@gmail.com>  [6f0156d40c3f8269d9fd6410f614755dc1bb14f4]

        revert some mismerges in set_soenv.in

2011-07-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e8b12302457a9cbd5e0113c8e0a21f4753b51d2]

        Avoid confusion with our windows api clash prevention
        
        (cherry picked from commit a027bee4bb2565f14eb70c4325592b23a86c007a)
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [cba97d1d22d8cd24ab7fd762832ca42d17b330a7]

        callcatcher: unused ThreadExecutor

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [a035737e46ec58ffbb11f95780e1573b40fc746e]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [3e4269deb560f2f3f8156edd530bae96a8c7dbb1]

        ByteString::CreateFromInt32->rtl::OStringBuffer::append

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [aca6b30d6406799561f311a38bbbfc1aebda36de]

        ByteString::->rtl::OStringBuffer

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [989ac1bf7b404188af2a5c0c260e65688113e44d]

        unused methods

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [4c285ea4b04e36258bb63047d6411617b478ab44]

        unused methods

2011-07-21  Caolán McNamara  <caolanm@redhat.com>  [9298050e22cddecf42d5b541d92f5ded5ec7ba3c]

        check reads and seeks

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [89493bd815436638b1da3852362d75bdac3d43ae]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [e1e418769008dc7956e8de20b2cea35d4cbcd41c]

        Generate correctly named import library for WNTGCC

2011-07-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c1599dd905492b1dc988397560663415eefdbb90]

        Avoid confusion with our windows api clash prevention

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [b3d69a2d61253686e6e3c9479a8f90016118fc4c]

        Bin fairly pointless (and MSVC-specific) -nologo option

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [b55b382415274d0e8bc12150a740b64bc0c3ca23]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [d0ab680ff9c83cde5048c91b8b01f4c6215c5e01]

        Update sample autogen.lastrun for MinGW cross-compilation

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [fb30c0cee1604113b75974c868ac8844b5457179]

        Generate correctly named import library for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [ee403ac2a0ade9b1bc98b3b3e453cedaf03732e6]

        Generate import library that matches libs.mk for WNTGCC

2011-07-21  Tor Lillqvist  <tlillqvist@novell.com>  [660931e2968a038d18393a9647403e2a53236190]

        Build the cairo canvas also for Windows if we don't build the DirectX one

2011-07-20  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [b0a77d0b6e97cb0e4d93a657a788a3ee7dee0d77]

        Port SfxIntegerListItem to ::std::vector
        
        For calc to be free of SvULongs SfxIntegerListItem has to use SvULongs.
        Additionaly a constructor with Sequence used in calc.

2011-07-20  Maciej Rumianowski  <maciej.rumianowski@gmail.com>  [a945fbf59ca0847da961d905c44ca1eb947bb369]

        Get rid of SvULongs in calc
        
        Instead of SvULongs use ::std::vector < sal_Int32 >

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [2b41f3e3b4a4080fdf050ca161cb4a77717e30d8]

        update list

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [f1ae1853ace24bd175ef955d23bfe864a1891b2c]

        More header name case fixes for MinGW cross-compilation

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [13b2080cf5cbd598d2df43d8989d65f22ce0ef70]

        Use delay loading only with MSC

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [b0cd0b114548383b5451933e94742d5de7b878bd]

        Fix MSVC warnings and errors, fallout from previous commit

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [104587b4ee67fca94123650022d1cbab9b298002]

        MinGW fixes
        
        Unfortunately IFileDialog is missing from both mingw-w64 and Wine
        headers, so we can't build the specialized file picker for Vista or
        newer with MinGW. That sucks.
        
        Also fix some file name case and backslash botches in #include
        statements.

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [5e89ebcafdca40d8766dcd8b2768476aa3e4f15f]

        Fix some MinGW warnings and errors

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [961b2e95889475316b49135c4e15d390e092b676]

        The file is Fps.rc, not fps.rc

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [995606693c24ac280d3c27576a28216de69e500c]

        Drop Win9x dialogs and make compatible with windres

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [b30f91c58419e90a789f79a1391b13f2064997ab]

        Drop Win9x stuff

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [f1c4c90a5bb54acd01befe2f77c5173ab3814949]

        Fix MinGW compilation errors

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [d7fdac2c73cbdb8ca2da94355a3cdeb4f1c41cb9]

        We do build oodma_lib with WNTGCC

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [855fd72c8056a3f9e04601f0d2bd9a1cb897d79e]

        Fix build of our odma_lib library with MinGW

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [1a44a8fc7e8f86af327034bf66ca08e9a414fb75]

        callcatcher: clean up B3dTransformationSet

2011-07-20  Kohei Yoshida  <kyoshida@novell.com>  [c061e2785bb950c1d02fab2d45a7079b9fdc74f0]

        Correctly detect documents with xlk extension as Excel binary.
        
        XLK is an extension for Excel backup file automatically created by
        Excel upon opening of a document. The content is still a normal Excel
        file so why not detect it correctly.

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [944949d956e0fbfbec511c3f118f435911fb6d38]

        Don't run cppunittester when cross-compiling to Windows
        
        Maybe we should just bypass it in general for all platforms when
        cross-compiling in CppunitTest.mk, instead of separately for each
        platform that is a potential cros--compilation target?
        
        On the other hand, we might want to in some cases run unit tests using
        some emulator like wine or QEMU, using some remote execution
        mechanism, or whatever?

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [44e18c3b9b15c30ff7330940dfbdd033de099caf]

        Add a few casts to fix MinGW compilation errors

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [b9d3016fce6f0d2e06fc4c0f1183265a268f9dfc]

        Win32 header names need to be in lowercase as that is how they are in MinGW

2011-07-20  Tor Lillqvist  <tlillqvist@novell.com>  [bd6f8a667b8313a1d75cd5a1326a7b5b14e11d71]

        MinGW needs -fpermissive for <adoint.h>

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [963f1c905af43e8b82c4f34d49bcb9712d91aa19]

        callcatcher: remove unused lcl_SkipNPages

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [aa40ec4414ccb3d64f6f72faab84fa127af9974c]

        callcatcher: bring Application::PostUserEvent back

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [ded34422f2e6cd7b795b7e51828cf9ff3e50b35d]

        callcatcher: cleanup Accelerator

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [d8a09482fb417d60fa3ff79070ef9e701b44d3ad]

        callcatcher: remove unused BigInt::DivMod

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [c2f4124291d1da026c97a560babf0a0dde5c76b6]

        callcatcher: cleanup BrowseBox

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [f79a846c6d2cc1e4213334ec7b47d0e1680bafa7]

        callcatcher: cleanup Animation::Foo

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [63bd3f537793e83adccbccc6936ca730138d9aae]

        callcatcher: cleanup Application::Foo

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [a5feef92e01eba0eee0340e91457ffe974bb0399]

        callcatcher: remove unused writeInfo

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [4c9ca5b227a716e45f3a030165f68645f7917767]

        callcatcher: remove unused methods

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [3e5d60bd4e9db7994afa53967ac205ca639abefd]

        callcatcher: remove unused DumpObjectList

2011-07-20  Thomas Arnhold  <thomas@arnhold.org>  [4d07e370c72e2007b97cf44b673339bb605df19a]

        update unusedcode.easy

2011-07-20  Joseph Powers  <jpowers27@cox.net>  [91ee802640453de271dac368ad22b315e2527905]

        Whitespace cleanup

2011-07-20  Joseph Powers  <jpowers27@cox.net>  [5ff29e7a9302c51ca5a41d398ee247141bcde11d]

        Replace List with std::list< ImplBmpObj* >
        
        bool should be set to "false" & "true" not the sal_ versions of them.
        
        Special thanks go to Matúš Kukan for compiling and help fixing the patch.

2011-07-20  Fridrich Strba  <fridrich.strba@bluewin.ch>  [45198ac907ac27a6ab2366d989f0735e2299b592]

        Fix Windows build
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [a82d0899abaffa7d7e535eeb4850746f1d4cd566]

        don't prohibit rendering text with cairo due to antialias advice anymore

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [c7272c328892bec2c1adac64fd5b72b157fceb8d]

        add GF_ROTL support to cairo vertical rendering

2011-07-20  Matúš Kukan  <matus.kukan@gmail.com>  [b015275f78887301d2d366c9cf218558bf430949]

        Change version string displayed in VCLTestTool's About dialog

2011-07-20  Andras Timar  <atimar@suse.com>  [eb4d2342b8acf2110831e6bcb4a16566a2a6db8c]

        add gd_GB (Gaelic, Scottish) locale data #i117857#

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [8d1a31f1c22c9c976258418fcf00e9b962241609]

        check for short reads

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [11a00aa8f3b96ea1e1e158d37669ef1be42fad93]

        use SprmIterator here too instead of hand-rolled loop

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [2ba63e7dab847cdd04feba68122b5cf4a61aa784]

        callcatcher: various unused methods

2011-07-20  Caolán McNamara  <caolanm@redhat.com>  [ac923c54738b77e1988c19127cdcfbaaca8cedfa]

        callcatcher: XColorList, your time has cometh to an end

2011-07-20  Josh Heidenreich  <josh.sickmate@gmail.com>  [ca9fe5dff457794e55a6bb68633d2a4c2606bd63]

        Splash screen fix for multi-head on Linux (fdo#33214)
        
        Uses xinerama to get the size of the primary screen

2011-07-20  Fridrich Strba  <fridrich.strba@bluewin.ch>  [32c226ffcae21c6a7f3c0b6b8e5eabcbfb2f39fb]

        Fix Windows build

2011-07-19  Julien Nabet  <serval2412@yahoo.fr>  [1a7e1401eaae9edda205762cbab18608791260b8]

        fix an extra comma (was already referenced OOo bug 87057)

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [9b857c80f70bb8ac1b87e8c27d3bee929c01162f]

        throw out a few more

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [4de103c5c468550abf1b5d21ec5147abd079699d]

        remove unused ByteString using methods

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [daadeb5e216dc531c0c16e78cdd61d7a394acf7f]

        remove unused ByteString using methods

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [569f9330ec8b90c3c67cdfb811956ad528ad0613]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [93e5a0b1324bbbd0d68278ffe85ed05f3b848580]

        ByteString::CreateFromAscii->rtl::OStringBuffer::valueOf

2011-07-19  Kohei Yoshida  <kyoshida@novell.com>  [d0e479962694ae7944d9d3cfa0bedda76c473e07]

        fdo#39236: Prevent double-deletes during removal of pivot tables.
        
        In short, don't use erase remove(_if) idiom to remove objects from
        boost ptr containers which would cause double deletes because of
        the way remove-like algorithms work.  STL's remove-like algorithms
        create duplicates of the elements instead of re-ordering them by
        design, and this obviously doesn't work well with containers
        containing pointers.

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [c4d074d925ee3edd68e858c53e485e586dcbbb09]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [15ddb4cea57fd24cc9a23a695a3537b39f36a0a9]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [ad574e418b355caa97a40d67d156d0f4671e1e34]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [aa1b9c94b07facaedd64ddba160e3e37024e939a]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [9c679124ffdaa2c8168b9817fb8bde33735aaac5]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [b59e355d196294575f5a75b28dc28ec7613f5565]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [2567e45112b187cddd6056cd450d9670ed94c760]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [bd0574064a6eb6e345262dabdd960758245d559a]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [19688fc5268e964288edb07a7f5fe10cb4e1c47b]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [ab04f9df0c7a06fdc9b28bff38f775e99a1be097]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [7ac60169b3a58005a07980fd6d90610b16520bbf]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [d7f7ba445ca71dc42e816bc5a27e3f35571143a4]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [532cd7fee0ab7ecadb8afbfa69b2e3041fd50ac2]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [6c9e13095ac2b68c66b37c254dfcf9cbd77b3660]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [5afa5a4d59a26ad1dc4a0bd0683aefd7c92bbd26]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [0f3a067e1c08c94445fc61d590419312d46a64ef]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [a46e3d62b672caa90619e7a48dd4946e9c726eb2]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [388ef2ef38dcd32124f0f6ae2fec6a72c56ccc7d]

        Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)

2011-07-19  Tor Lillqvist  <tlillqvist@novell.com>  [c7f9c1f567736d9ab5e1e10f2260bb5d666db063]

        On recovery from an autosave file use DefaultFilter, seems to fix fdo#34805

2011-07-19  Troy Rollo  <libreoffice@troy.rollo.name>  [8e2abdc5151a4bcef63f9138f2c35837af36ffe4]

        Preserve RTF \'00 sequences (NULL) in strings

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [0bd12a3f5f95a1334827471fa70bef6881a7446d]

        bump product version to 3.4.2-rc2, release number to 202

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [24389b44ab6013ac92e8a0527364f3acb19432a6]

        I knew there was something screwy about that use of getVersion

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [21cd1cd2c640aa923e6ee39acf0325c7e84487d6]

        Resolves: rhbz#715549 use fontconfig's detected format when available

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [e85a7e8c440055f87660a0c203f5e9b4cfe4e083]

        distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file list
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Andreas Radke <a.radke@arcor.de>
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [a130a48525553e8266d30447cd301560f142bf40]

        distro-install: fix en-US-only installation
        
        generate en-US file list when --with-distro=""
        
        sigh, we should set WITH_LANG=en-US when no language is selected; the empty
        string is pretty ugly; unforrunately, many makefile tests check for
        this empty variable
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Andreas Radke <a.radke@arcor.de>
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [aa124152490f0b09725ef5841b7d3ff22243a6d8]

        distro-install-desktop-integration: do not pack libreoffice-base.desktop twice
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Andreas Radke <a.radke@arcor.de>
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [1bca77c8e64921e48a131c49e258420251dd23fc]

        distro-install-desktop-integration: work with normal user
        
        + alllow to overwrite the readonly desktop files
        + create the compat soffice symlink in DESTDIR
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Andreas Radke <a.radke@arcor.de>
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-07-19  Muthu Subramanian  <sumuthu@novell.com>  [0ba39ceb58a3e14f0a60dd5331cf1dca5e3ceada]

        Out-of-bounds array access fix. (Thanks to Fridrich too).
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-07-19  Muthu Subramanian  <sumuthu@novell.com>  [a53c10a5b3c3c30dbfff580d9af4953e4c0a4d3d]

        related fdo#39023: correct import of shared formulas
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-07-19  Luboš Luňák  <l.lunak@suse.cz>  [b1a8104c76a6c5767e70b75f0607997af8f9bd14]

        comment out an unused variable for now

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [3ef3c71ba77bba3e9880a51e57f84d2c9d00b3e6]

        fix typo in the last commit
        
        scriptListCount should get initialized by scriptList variable
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-19  Luboš Luňák  <l.lunak@suse.cz>  [67a856146693fb8157fd3ffbcbd703e9dae15743]

        skeleton for writting .docx comments

2011-07-19  Luboš Luňák  <l.lunak@suse.cz>  [e2a8fb0427e6b33a0fd3873bb7e077a6e5da8ebb]

        make text wrapping work in headers/footers too (fdo#39155)
        
        There does not seem to be a reason for avoiding this in headers,
        with this change the behavior either stays the same or improves.

2011-07-19  Luboš Luňák  <l.lunak@suse.cz>  [e3f3cfa9094565b3ece34cb21ee950e84453be8b]

        const methods

2011-07-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2b61b8c4892a8a02ae37cd48db8fad8fa02eb32]

        fix for fdo#39333: database ranges don't work in formulas

2011-07-19  Kohei Yoshida  <kyoshida@novell.com>  [d10e26933555363013af9e3ae58577a7b7021c0b]

        Updated mdds to 0.5.3.
        
        Signed-off-by: David Tardon <dtardon@redhat.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-19  Kohei Yoshida  <kyoshida@novell.com>  [33974a3c51ed42ef7c2d63b7de1344e77b9c7061]

        Updated mdds package to 0.5.3.
        
        Signed-off-by: David Tardon <dtardon@redhat.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [150cdb996dc79254495abbd391626efa5b35e10d]

        Resolves: fdo#38095 half&full width forms need to remain asian
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-19  Petr Mladek  <pmladek@suse.cz>  [c1cf6f343b278f7ef74c9b17318d864eafe3e79d]

        fix typo in the last commit
        
        scriptListCount should get initialized by scriptList variable

2011-07-19  Andras Timar  <atimar@suse.com>  [e63e78713d14ee8523b4b1810e7de233ebf244b8]

        remove duplicated en-US entries

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [bf355b97ee4b53e38975f0e1847eda5b3e05f920]

        Resolves: fdo#38095 half&full width forms need to remain asian

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [b2262e8be35d51cc18afeb60486f19576a81adc0]

        callcatcher: remove some unused methods

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [3314acfa46192c02e7049974c019aefca0ebda6b]

        callcatcher: remove unused GetTemporaryStorageOfFormat

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [c0f93aac002a1bec3aef4eb137012722bba5aba6]

        callcatcher: unused INetMIME::getDigit

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [6b28a5d89dde8d432c63bd28259017fb8987b067]

        ByteString::CreateFromInt32->rtl::OStringBuffer::append

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [17467441960f397d6fed62173dc20eedbb9fd3b1]

        callcatcher: remove some unused methods

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [dbdba043b1dbba01c628f2110236b83278346634]

        remove freshly unused methods

2011-07-19  Caolán McNamara  <caolanm@redhat.com>  [f6f8f67460bba296c49f794d14621b7313df4f7d]

        poppler 0.17.0 changed its api for no some reason or other

2011-07-19  Marc-Andre Laverdiere  <marc-andre@atc.tcs.com / marcandre.laverdiere@tcs.com>  [1fbbd6134573beedc72a3839d65b27dfc829f2fb]

        Fix for valgrind error in msdffimp.cxx
        
        Error: Conditional jump or move depends on uninitialised value(s)
        Fix: Ensure that nGroupShapeFlags is initialized in the constructor
        Also cleaned up some duplicate variables

2011-07-18  Joseph Powers  <jpowers27@cox.net>  [40bbd3a61ae980840999b2410f681cae4c341531]

        Whitespace cleanup

2011-07-18  Kohei Yoshida  <kyoshida@novell.com>  [f845e6f52c7c0747aa2edf1dfcee7fc8ce2d1832]

        Correctly use adjusted range strings for range name import.
        
        ScXMLConverter::ParseFormula() was called on the range name string
        to correctly fix range string such as '$Sheet1.$A$1:.$A$3' to
        '$Sheet1.$A$1:$A$3' (remove the dot from the end cell address).  But
        we weren't using the corrected string when creating a new range name
        instance during the ODS import.  This commit fixes it.

2011-07-18  Miklos Vajna  <vmiklos@frugalware.org>  [d1a3a5d109160b3470ddc988aeb96d11587551ca]

        starmath: check for edit window when inline editing is enabled
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Jonas Finnemann Jensen <jopsen@gmail.com>

2011-07-18  Miklos Vajna  <vmiklos@frugalware.org>  [728a70fbd7da2d94a2d078717cd7a044e6508190]

        starmath: check for existing edit window
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Jonas Finnemann Jensen <jopsen@gmail.com>

2011-07-18  Kohei Yoshida  <kyoshida@novell.com>  [1487ce801b43c6bf152e2ee8aa4339336904c359]

        fdo#37767: Fix broken refresh() from UNO API (and Basic).
        
        We now need to clear the cache before running DataPilotUpdate() in
        order to re-populate the cache from the source data.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-18  Jan Holesovsky  <kendy@suse.cz>  [3f690a79cdd7c89e4e49febf5200bd8dbe76b568]

        Fix counting the paragraphs, fdo#36816.
        
        Signed-off-by: Noel Power <noel.power@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-18  Kohei Yoshida  <kyoshida@novell.com>  [8eb85d95fd9a787736dcccb5c721af7810550a21]

        I'm sure this is meant to be CalcComponent instead of WriterComponent.

2011-07-18  Laurent Godard  <oooconv@free.fr>  [a762a0b5c1dd36dbaaf5efdbcfaca484c2c46a69]

        fix for fdo#35357 SetNamedRanges speedup
        
        use of SheetRangeNameInserter
        SheetRangeNameInserter now handles rangeType
        changing SetSheetNamedRanges accordingly
        rename SheetRangeNameInserter to RangeNameInserter

2011-07-18  Jeffrey Chang  <jeffdchang@gmail.com>  [016bc9de1db9128df896189084c2bb00d23040fd]

        Changed undo insert horizontal ruler to rule.

2011-07-18  Julien Nabet  <serval2412@yahoo.fr>  [78bf0a60fa2248106f419f0bdec534489edb97a8]

        Just a little fix

2011-07-18  Luboš Luňák  <l.lunak@suse.cz>  [2588c7688c3282ccc06ffe7a00577baacf65a91a]

        build cppunit also with STL debug when STL debug is enabled
        
        http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html

2011-07-18  Luboš Luňák  <l.lunak@suse.cz>  [f320e7ce8a86156e7ed46c3edaf12cc1be1618e1]

        use internal cppunit with STL debug enabled
        
        http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html

2011-07-18  Joseph Powers  <jpowers27@cox.net>  [2274aae7558c69c93ab9d3decb1202caca52f6fc]

        Replace List with SvxIconChoiceCtrlEntryList_impl

2011-07-18  Francois Tigeot  <ftigeot@wolfpond.org>  [eba93f7545a7f8c4604ac83a1e4873cb97c90d7c]

        Remove an unused #define

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [907535edb8db32935b555bb0d9e2f91d6cdb1e33]

        drop vcl::unotools::getTunnelIdentifier

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [15c90b22a5a1744471a4b3ce476030684945d525]

        remove more unused

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [b5deab1aefcd815c006f6636edae740ddafdf2f8]

        update list

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [315ca51bd360dd2af2038ecf9f48106d61851812]

        drop some more unused methods

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [2e5ebb7eda31f91736e1d5ab189f8a050e28546b]

        update list

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [739a3e0f1843632110d044d1cf49e8a8af8d79d8]

        safer grep pattern

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [9042604f1ba0e1e6e0dc8b8f45f9b67169fd462e]

        de-stupid-operator-ize plcf and keep nIdx within legal limits

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [531743675c53a9ef33dd3dc098bc6b5ca14d3f11]

        merge PAP and CHP length and offset clipping

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [1e7214d769236c7190c7d009759b28f6cf9e2970]

        check if strlen is even possible

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [69e040a59e1c6497b606da8a27e8f605edd041bb]

        check seeks, check available size, pointers to ref

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [4ce038d5659e9cf21a6716530f35f0c52403e5a1]

        clip silly allocs

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [fc9be88c74d1dcb906d5f2b19900e5391629ac34]

        if the offset doesn't exist, don't bother

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [fa50c1dc103e0adce9d905e5efef9fba225a8350]

        defer allocating dest until we know the source exists

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [c492226383082aef1345b1e131c5b0e970106219]

        horrifically hard to find bug, deleted paras referenced by uncommitted props

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [ac5f39af0919d06b06e094abb0632251e56a6353]

        callcatcher: remove unused methods

2011-07-18  Michael Meeks  <michael.meeks@novell.com>  [2ba8c17e722f0307c31b955963b472f7aff825de]

        tweak euid check to use a simpler check instead

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [03ea8631d3b468965ff514d0293d7e2c72442413]

        callcatcher: remove unused getTunnelIdentifier

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [5f2acb17260ee3c874412ba79bc966292100bccc]

        add a SvStream::remainingSize

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [e689ed9b937213225f9d8c7f57d324041eff7f4b]

        callcatcher: unused methods

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [8104b3710e4942881d1e1e9969a28d5fd556521c]

        callcatcher: remove unused methods

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [c2a850fcfa25229514daaa294cc06c67300f49a8]

        callcatcher: remove unused methods

2011-07-18  Mike Eberdt  <libreme@comcast.net>  [07a841bc1acde95229ece2a0da4e2a70be5df624]

        Work around a bash-ism in configure.in

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [fae43aa13488c6905a4bb834dc63f5602d3a687d]

        ByteString->rtl::OStringBuffer

2011-07-18  Michael Meeks  <michael.meeks@novell.com>  [803c2e4052f70494b20f5d250927b1f216bcbb36]

        adapt to new InsertAutomaticEntryColor method

2011-07-18  Michael Meeks  <michael.meeks@novell.com>  [ea8a56a59310d39fe912661dfa9ceaee1cc3de79]

        add new InsertAutomaticEntryColor method

2011-07-18  Michael Meeks  <michael.meeks@novell.com>  [3887175b872b0d1a37c36c5fad626e92e6ff914e]

        adapt to new InsertAutomaticEntryColor method, to show automatic color

2011-07-18  Tor Lillqvist  <tlillqvist@novell.com>  [520e4921934448fc75a6fd6ed97db558930acafd]

        Produce .res files with WNTGCC, too
        
        Note that they are not linked into the DLL, though. Neither for WNTMSC
        or WNTGCC.

2011-07-18  Takeshi Abe  <tabe@fixedpoint.jp>  [7cc4502556b94a3ad3eb486ad176c8291c9c8615]

        fix code pointer in comment

2011-07-18  Caolán McNamara  <caolanm@redhat.com>  [65f4678f52e3df0722b9b0e4e21214486c4fdb93]

        ByteString::CreateFromInt32->rtl::OString::valueOf and simplify

2011-07-18  Julien Nabet  <serval2412@yahoo.fr>  [c4da6f3c9af37f70026614e6f18bd273023caa11]

        Some cppcheck cleaning

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [619126f5207c8d7d8e3a9b1d50bfece16c6acd9b]

        not going to get re-enabled, is it

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [598ce8332ea9e43b9035da403af5a607ba936a99]

        ditch ByteString

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [2d16373b60f5f18bf1e42f13eb47bb8de6f6312d]

        ByteString->rtl::OStringBuffer

2011-07-17  Julien Nabet  <serval2412@yahoo.fr>  [d4908036350fc1f581ae03674c330a2411ea32b1]

        An error in my previous fix

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [2b75644c4bf583ec7051175ff60b135700391642]

        ByteString->rtl::OStringBuffer

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [13635f0afd8f291fd820d2e1620d2e7cb42fcc62]

        overlong lines

2011-07-17  Thomas Arnhold  <thomas@arnhold.org>  [18ca4dfd41873aaee396ca27072dcd628be0b398]

        Check for unzip
        
        This wasn't working on Linux. Build was started no matter if unzip
        was found or not. This lead to other errors and finally to a build
        break. Hopefully this doesn't break other platforms.

2011-07-17  Andras Timar  <atimar@suse.com>  [06bbf75cedc388006a145f6a7ac8cbad617d05a4]

        remove unused OOo brand image

2011-07-17  Andras Timar  <atimar@suse.com>  [f5c053a6fb0c24aadb7749a48f7c6d4cc449f60f]

        remove BrOffice branding

2011-07-17  Julien Nabet  <serval2412@yahoo.fr>  [f0c04d9bf3e8e4f3d2ab63f81355375a4331595a]

        Some fixes for compilation

2011-07-17  Joseph Powers  <jpowers27@cox.net>  [602cbe4d175a264186504786cfbfb3ed3cf77be9]

        Fix type missmatch in SvxIconChoiceCtrl_Impl.
        
        Sorry about that. My compiler (gcc 4.0) doesn't notice on a 32bit build.
        
        Thanks go to Maciej Rumianowski for pointing this out.

2011-07-17  Andras Timar  <atimar@suse.com>  [db036fe456735e4e5fde781d4f2cff916829932e]

        remove gid_Module_Langpack_Binfilter
        
        its content will be packed together with other binfilter files

2011-07-17  Andras Timar  <atimar@suse.com>  [a2568d4e9984c1bfd64c3a96590c13c283c28f19]

        pack binfilter resources together with other binfilter files

2011-07-17  Caolán McNamara  <caolanm@redhat.com>  [cc9aeefcc0f4ac08176156e52de2885675efedd1]

        ByteString->OStringBUffer

2011-07-16  Caolán McNamara  <caolanm@redhat.com>  [9e3de617f3928e09d2430d86b5092096c0b949e0]

        CHECKERROR unused

2011-07-16  Caolán McNamara  <caolanm@redhat.com>  [d68e0a4eaf63da06866ec8d158907a7cfa6eeb42]

        these can be sal_uInt32, and pre-sanity-check massive allocs

2011-07-16  Xisco Fauli  <anistenis@gmail.com>  [8569e285e809a45ce412a0fe9c9d014104f3d338]

        Revert "clean up"
        
        This reverts commit 2c266efe9d82ebb46370b5a72d55f6c2d61c1763.

2011-07-16  Xisco Fauli  <anistenis@gmail.com>  [24b36296912acdedb64c3239210b80d042b1936f]

        clean up

2011-07-16  Francois Tigeot  <ftigeot@wolfpond.org>  [861f8ece769bf05c138aac080706e0d97bf5fd10]

        Simplify osl_getTempDirURL()
        
        Do not return different values depending on the platform

2011-07-16  Caolán McNamara  <caolanm@redhat.com>  [6cf70c53bba54975dcfcdce8635605b9b9320ce7]

        ByteString->OStringBuffer

2011-07-15  Caolán McNamara  <caolanm@redhat.com>  [2d40de25727e6cd86e87e6ea8170cd7374e6523a]

        callcatcher: unused methods

2011-07-15  Caolán McNamara  <caolanm@redhat.com>  [bbcc81ebd35d3f11d2f18faec189379c7eb10244]

        callcatcher: remove unused methods

2011-07-15  Caolán McNamara  <caolanm@redhat.com>  [483cc9c40647e32260f3046f889eb54e5fca7003]

        callcatcher: unused methods

2011-07-15  Miklos Vajna  <vmiklos@frugalware.org>  [704581652cacc2d86f2b369a866b24dab2e7e292]

        starmath: check for edit window when inline editing is enabled

2011-07-15  Miklos Vajna  <vmiklos@frugalware.org>  [cc0c8a38e217cc047ae62872f9e81600646251df]

        starmath: check for existing edit window

2011-07-15  Noel Power  <noel.power@novell.com>  [28b982d3a3effd10db4c35cf6f21a0f36e14064e]

        fix for bnc#693477 ensure table alignment is preserved

2011-07-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d5446cabf8f574d6a3754379e691ad5d7779cd8d]

        Fix a bug in bounding box computing

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [380971f0789084417470edc5ff1a2ced3e1a53f0]

        Adapt for windres, use the actual lower-case file names

2011-07-15  Matúš Kukan  <matus.kukan@gmail.com>  [be39d17a2ba8e0eb9e67f4e1e31afab623bb5c55]

        Add prefixes for component_getFactory methods

2011-07-15  Luboš Luňák  <l.lunak@suse.cz>  [4e7a52e48b746d83cef31d79d4be9cd6d3acd660]

        fix uninitialized member

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [f455474e7a63c070b759ddd1c86662fbd64b32db]

        Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [b2927daa3dcbaff09e7f9dd440f42daa9ae38676]

        Why would we want to define GLIBC when not using glibc?

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [48aa50e1fa9b9c4e819aeaf77c098da52d457ec1]

        Just using CAIRO_LIBS in ldflags is not enough

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [4b282f0eb8e5fa37f23ce3e4cbc5b349aea93925]

        Use gb_Library_win32_OLDNAMES
        
        No need for the OLDNAMESLIB, we already had gb_Library_win32_OLDNAMES
        for this purpose.

2011-07-15  Joseph Powers  <jpowers27@cox.net>  [50f1b1ff71f603040045903ee383995d29b03e75]

        Replace List with std::vector< SvxIconChoiceCtrlEntry* >

2011-07-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4ada761d67849b35154b0eb65f5b0715cd2a2d97]

        Bounding box algorithm needs angle in radians

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [7862353ab6a63182dec29993a2a582b3d2cb7b08]

        Don't let <windows.h> define min() and max() as macros

2011-07-15  Peter Rabi  <prabi@caesar.elte.hu>  [4dfecb62c5e595439cacec3da393c45faf093d9a]

        merged the 3 executables into one in module rsc
        
        Also removed the ability to use alternatives for rscpp and rsc2.
        Contributed under license LGPLv3+/MPL.

2011-07-15  Kohei Yoshida  <kyoshida@novell.com>  [2e4696a673e108ee42a2d67faacd58a2c5efe81b]

        fdo#36688: Make sure the drawing layer is initialized before use.
        
        From how it's used, it appears to be the convention to call
        InitDrawLayer() before getting the drawing layer pointer, to ensure
        that the drawing layer is present when needed.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-07-15  Mike Eberdt  <libreme@comcast.net>  [8e2ba3d0d547828f734238ed7e6a52499129f060]

        Properly determine number of CPUs on FreeBSD

2011-07-15  David Tardon  <dtardon@redhat.com>  [86c53492cc40e2d43bd3dac89698b844df961e0e]

        error: attempt to increment a singular iterator

2011-07-14  Joseph Powers  <jpowers27@cox.net>  [99a8c8dac8929dc83db36162e14932d3468b1330]

        Replace List with std::vector< SvNumberFormatter* >

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [6572e15d7ede0b3cc37b775a2f80f26dec4b8077]

        Android build fixes

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [4eb9a47a4b4a14fa8e427d888c02faae33bc8900]

        The graphite2 library gets built statically with WNTGCC at least

2011-07-15  Tor Lillqvist  <tlillqvist@novell.com>  [e5e19089a22a71ea27164e7a9f74fa5a33cfa1f4]

        WNTGCC fix

2011-07-14  Kohei Yoshida  <kyoshida@novell.com>  [0e8927f4ab0138f226f70b9e4d772fa06cbf8106]

        fdo#37767: Fix broken refresh() from UNO API (and Basic).
        
        We now need to clear the cache before running DataPilotUpdate() in
        order to re-populate the cache from the source data.

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [a4d1e61d0cb1d396053ef4104968de26e4dd31b0]

        Add values for iOS and Android, style improvements

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [0414f3d56b97749d638745d666a8a2596f98e6f9]

        catch by const reference

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [910e9990843112110870faaceed58701207ae286]

        iOS hacking, intermediate commit

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [0d1321e0179846c4c790a3e4453035639cf4538e]

        Add a property for the UIWindow and show it

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [71f18c42229b4ce22e57e306f10e889459871a5a]

        Include the rest of the active sal cppunit tests for iOS

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [a52acb46cf8f4f7f10e56ef668c1adce22175df1]

        ByteString->rtl::OStringBuffer

2011-07-15  Tor Lillqvist  <tml@iki.fi>  [7ce4a597d3c48939e7dd364965f1607eac122439]

        Add more iOS-specific options

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [a22ac2c218870033822120bf0b0d6cfde6ce799f]

        callcatcher: remove unused methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [09ec854d9875f1258f0241b694d01c2e8eada891]

        callcatcher: remove unused methods

2011-07-14  Tor Lillqvist  <tml@iki.fi>  [d3abc64751208b690605c44dfd06c72be2af05e7]

        Fix compilation for iOS

2011-07-14  Tor Lillqvist  <tml@iki.fi>  [5a7834cd3e6e73ec9c19f3ff057aacba59e3f9a3]

        iOS hacking
        
        Add some trivialish first attempts at iOS-specific headers and some
        source files that surely are quite bogus and does nothing sane, but
        must start with something. Mostly based on the MacOSX ("aqua") code.

2011-07-14  Tor Lillqvist  <tml@iki.fi>  [d08bf1ca63e51c950ed0bc84b6f1d5232ae97f38]

        Don't build these executables when cross-compiling
        
        They are not included in the SDK either.

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [7f69bfe2d7b7082b430136815d1aca1fb158868c]

        debug-only method

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [acc2e9d7197e75aa435fe71095e39910076e14e5]

        callcatcher: remove unused non-class level methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [d80740fc9b457887ae6857969fa5fb828e12d278]

        callcatcher: remove unused non-class level methods

2011-07-14  Tor Lillqvist  <tml@iki.fi>  [d722971de4de67e7fd76e5eff09e786ba63bbf45]

        We want cairo-quartz.h for iOS, not the X ones

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [f564296d7b8dd85fba153a5c5ed9f3ef6b16827c]

        The MinGW winuser.h doesn't have WM_MOUSEHWHEEL yet

2011-07-14  Kohei Yoshida  <kyoshida@novell.com>  [9d489c96a9c2cc53680739db4905976b2b10d20d]

        fdo#36688: Make sure the drawing layer is initialized before use.
        
        From how it's used, it appears to be the convention to call
        InitDrawLayer() before getting the drawing layer pointer, to ensure
        that the drawing layer is present when needed.

2011-07-14  Kohei Yoshida  <kyoshida@novell.com>  [af10b8292ce5f428598c99c52160aa9a19061d13]

        Reverted 70af08e849a93d56915b7abe14537facf1022a6a.

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [c4accd1fd7bf27a210db4f05e10932fd933c8e6b]

        Fix WNTGCC compilation error

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [7efa9cb259bbf11b6c5089e5b22ee2494a6b0ff6]

        Relocate the headers from Wine, add two new ones

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [ec1c756eb00aec9e4c9dfe14e0efe335cb048b61]

        Relocated the headers we need from Wine

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [80e824f344fdf74a69533859fbb6e60eadd7bdef]

        Use all-lowercase header names

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [cbdc35516056d9697fa70b1f0e60143a386682b1]

        a11y: fix crash where subclass bypasses a11y layer to insert entries

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [1f7e587c283f27ad08aaca19d3b9550da4b23941]

        Fixes for Windows cross-compilation
        
        Header names are all lower-case. Use our own sehandler.hxx instead of
        assuming that stuff being in a patches excpt.h.

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [87f3d120efc0ded699f89607b48a3c2f9c56d4e0]

        Use the flat GdiPlus API as needed because of the incomplete headers from Wine

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [e4e34084c711f75cae159c072e241289d34c3068]

        Use OLDNAMESLIB

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [0d5420e58da79b845f84587344fc29c4e105e5b6]

        Use the gdiplus headers from Wine when cross-compiling to Windows

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [490b499531f76f07830aa0c4266d0a89cc9b61f8]

        Add constructor and GetValue() method to the Color class

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [aab129425357bd27df4e37f23463c062c6013eb1]

        WaE: yet more of these shadowing warnings

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [564f87e6f5e27ed7178f2876c6cae91aa65bf735]

        update callcatcher list

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [6f0d37b1128202d987f86bb3f7715b38445edc40]

        If nFib is 0x00D9 or greater, then cQuickSaves MUST be 0xF

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [9b5d883faeed10440175009e3b8bf1728381d0e3]

        add missing mode-lines

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [785b4c2f48de177974bf05d215ba6fe350598952]

        callcatcher: remove unused ifdef branch

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [ee3cb54ee4e1d6a38bad8319a784fd2bed69bf4c]

        callcatcher: unused methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [e71342f90b1b76f1d29c51eb0786212f6013f62b]

        callcatcher: unused methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [df7dab517b499779593825a648da319a0c058ccb]

        callcatcher: ditch unused method

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [3e6685165995d25ea6028d569c68714a02ee9ca3]

        set Dump methods to ultra-verbose debug-mode

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [0206aafdb9b9076b58b46eaeaecccbff832a8182]

        callcatcher: drop unused help methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [81adf960681d87e45e8fb542dea4fdd7ba6f02c5]

        nah, don't want to list bg in any extra table container space

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [3ec9d2724ab48a027385bdda443ab06af2626b2b]

        Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent
        
        SvxSimpleTable was a little confused in that it wanted to both
        inherit from SvHeaderTabListBox to get list semantics, and to
        wrap a SvHeaderTabListBox and HeaderBar inside a single Control
        
        Leading to a chain of events that in some contexts the "Size"
        refers to the complete collection of controls, and in some
        contexts the "Size" refers to the SvHeaderTabListBox alone.
        
        Split it up, force it to be only a child of SvxSimpleTableContainer and leave
        the work of containment to SvxSimpleTableContainer, and leave SvxSimpleTable as
        "is a SvHeaderTabListBox" not "is a or maybe has a SvHeaderTabListBox"

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [eb5137543012b05dba2df9b92688e01ddee28922]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [798198c0cd976299ec80cea87104191784555df2]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [7fdad6324353ae1ae3882427c06d926c5713a5b2]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [6b9260e9cd1f79474cb6eabcc9bb6b0b55ec8c02]

        callcatcher: remove unused methods

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [024c78c94f43d6896e138b951cf55f31ec7dfd56]

        Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [96897179316efa2f799f3b20212d0254ab057557]

        add check for extra bit of minimal perl, etc. env

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [a74a596e25dbdc07a23e1e001a3b3e4d24a34968]

        reduce easy list

2011-07-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5844fa8dc25e035961ad7281149f14c91bc82b2d]

        Trying to use the svg:fill-rule in ODG

2011-07-14  Caolán McNamara  <caolanm@redhat.com>  [02039def0c087d6980ab6b5d1b8e78e5d5f0f16b]

        Resolves: fdo#36534 rework SvxSimpleTable to not manage its own parent

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [c25d059a8b70c2afa566c0c555d5d477a40ba935]

        Add the gdiplus headers and import library from Wine, for cross-compilation

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [61d56ec09e275009aea0b1655559d3a2c8edcae6]

        Factor out the oldnames/moldname difference between WNTMSC and WNTGCC

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [5db539d59c776f7672942af3bdc24cf715c5699b]

        Add the gdiplus library

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [cca52dd790b7ecef2b9b98b138dd7fd147c2d926]

        Unset the Python environment vars when running the sub-configure

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [f9c54ae7f8b537c669b898ffcd189f87eecf0117]

        Use MSVC options only with MSVC

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [cc21659f0eb8ef6207c8f921b7d7e0c6a1d310a0]

        No point building xml2cmp when cross-compiling

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [38e1f67d26367b3ff7ae5ad765f40b1786ba0078]

        No point building xml2cmp when cross-compiling

2011-07-14  Tor Lillqvist  <tlillqvist@novell.com>  [9ae7372923960ed02067f1757d155437ba142d5b]

        No point building xml2cmp when cross-compiling

2011-07-14  Nigel Hawkins  <n.hawkins@gmx.com>  [42c4b54fe57a40cf3e49c27d7887c4e706f06451]

        Revert "WaE: unused parameter"
        
        This reverts commit 070016df3becc51d467fbf2e70312106d7392c89.
        Thomas and I both submitted different fixes at about the same time.

2011-07-14  Nigel Hawkins  <n.hawkins@gmx.com>  [b1e607a2ee4be0bf305c20fb5ba60bad3f0ed316]

        Fix "unused attribute" build error.
        
        This reverts parts of
        82ea128f190dbe8d707cb140a5a2bb2b48bef58d
        e1309004099d1a1c0a9bc1ba6de9e5054629da3c
        which were a bit over-zealous at removing "unused" stuff. LGPLv3+/MPL

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [364b742f3674bf5c90067ba473794042d890e325]

        WaE: unused parameter

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [d54c3ad1518e32938117c7e529dda375d4110888]

        callcatcher: replace Clone() by NULL

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [85713e8a910a0f70180dad9439f7fba2759c7980]

        callcatcher: actually remove the correct SetTempNameBaseDirectory

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [24d333676a54f48ed0c989fb54b42a9af899127f]

        Revert "callcatcher: remove unused TempFile::SetTempNameBaseDirectory from unotools"
        
        This reverts commit 817875a7126b403ab029ca1fa06c9d3297bd24b2.

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [03ce32c4feae1c4db4f307007ca19822eccc0a4f]

        callcatcher: actually remove INetContentTypes::GetExtension

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [b272991c334e008537d5aa1b782e1f4a3dab6da8]

        callcatcher: cleanup INetMIME

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [734485db6a9612879eec051d6a857aa5563f2235]

        callcatcher: remove INetMessage::SetHeaderField

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [9a5c6464357a3b820409241960dbed95ac25a7df]

        callcatcher: cleanup INetMIMEMessage

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [1b4f6e746d0dcdea0603d962336a3dd173d279bd]

        callcatcher: cleanup INetIStream

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [3dc7859eb7801ffd801d214654385c6133a41452]

        callcatcher: remove INetContentTypes::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [2b4d711e0f716f727b4e7b10d4ba21fa7b8e8412]

        callcatcher: remove PrinterSetupDialog::GetOptionsHdl

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [c57d50dc6309a444c1ca2ef4dc75b71ea924c8ac]

        callcatcher: remove Printer::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [30bfcd14c3c42bde7c02328e258169deb5d634c2]

        callcatcher: remove Wallpaper::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [10f28d5c9a072bf108a79f3b05ad8247ca0dcea5]

        callcatcher: build fixes
        
        - remove the correct SetUpdateMode()
        - Clone() always returns NULL
        - SetFont() doesn't do anything

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [264ef46bed7263fd01a32804fcbd3ccda78b0725]

        callcatcher: bring ImplTBDragMgr members back and remove EndCustomizeMode

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [e6309e7bf5419b6b040cc2e94670c8db4fe66037]

        callcatcher: remove Type1Emitter::Type1Emitter

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [571eedc0cfa067029d59c78fd19cf06683b9d771]

        callcatcher: remove TransferableHelper::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [7ca22e561b9eb83dbc28427086dea06489c83290]

        callcatcher: remove TransferableDataHelper::GetInterface

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [851cb7e311f79772a4d6623220e7442468b19163]

        callcatcher: remove TransferDataContainer::ClearData

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [28ee3e903dfed99d66b0dd190ccef91306d0c8c1]

        callcatcher: ToolBox cleanup

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [e8d4b4ffa0cb615e712e4a33879ab96901c8c321]

        callcatcher: remove TextView::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [a5d227a076fddd2b1a427baaaf3ec92e3fa40943]

        callcatcher: remove TextUndoSetAttribs

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [1ccbcfddd1e2493401be86328e2030cabccc3ad0]

        callcatcher: remove TextEngine::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [ad50fa236bccb0c201156d0a5ee55d7d31ee036d]

        callcatcher: remove TextCharAttribList::DbgCheckAttribs

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [a434c5236f4e50f2569043a75295f422e45051c9]

        Remove EDITDEBUG

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [e19c00ed76f5d46c3b88d2721b9ac84fcaaed97c]

        callcatcher: remove unused TextAttrib stuff

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [fd0d90b50233732abf15da59afe5fbf823e8341c]

        callcatcher: remove unused TempFile::SetTempNameBaseDirectory from unotools

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [36b7696fbc4339a94185b3a33c62f1f49df25129]

        callcatcher: remove unused TaskStatusFieldItem::TaskStatusFieldItem

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [8d7b1fba417503130f197c007b24e7c4d8f20329]

        callcatcher: remove unused TaskStatusBar::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [edf835031f1adad05dfc22153a52779a943a9f0a]

        callcatcher: remove unused TaskPaneList::FindNextPane

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [55de765205359cb0c268a6b2c027e9839102ca04]

        callcatcher: remove unused TaskBar::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [a5b3ededeeb952f12b478ea5035655bb8eeeb1fe]

        callcatcher: remove unused Table::GetUniqueKey

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [b6d0d593b65d0b1b8f4611d0eea27a88af68bedf]

        callcatcher: remove unused TabControl::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [91ef8382196e2664678bfb96513261eb0303d375]

        callcatcher: remove unused TabBar::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [e41f1df72991619a9a4b5f0015397d36c2353ee7]

        callcatcher: remove unused SystemChildWindow::IsEraseBackgroundEnabled

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [f0f8be40da13833cc518711251fcd990ea91e032]

        callcatcher: remove unused SystemWindow::Foo

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [b695e520883657f492184235cc6fabc59c935b29]

        callcatcher: remove unused basegfx::B3DHomPoint::implHomogenize

2011-07-14  Thomas Arnhold  <thomas@arnhold.org>  [0083b35e75455ac69eedd4650211ff28a3311a60]

        callcatcher: remove unused basegfx::B3DHomMatrix::Foo

2011-07-14  Nigel Hawkins  <n.hawkins@gmx.com>  [123eb0ccd0c10be70ddc976716a2d53d16ed9e86]

        Fix "signed/unsigned comparison" warning in itrcrsr.cxx.

2011-07-13  Joseph Powers  <jpowers27@cox.net>  [114508f9d89a361c47d1fbdeef1bc786a08fb11c]

        Replace List with std::vector< GraphicObject* >
        
        I also replaced sal_Bool with bool. It's a private class so this is safe;
        only salBool GraphicCache::FillSwappedGraphicObject() leaks to bool to
        the world.

2011-07-13  Joseph Powers  <jpowers27@cox.net>  [3e7cc992732fa58271db42ce3c82dc6a07c33223]

        Replace List with std::vector< GraphicObject* >

2011-07-13  Michael Meeks  <michael.meeks@novell.com>  [b9ddd0f3bd5424eea85d6ac743af75775ca669bf]

        null the display pointer after closing the display, fixes fdo#37579
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Noel Power <nopower@novell.com>
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-07-13  Miklos Vajna  <vmiklos@frugalware.org>  [797cb5dbef73f6e4825661fc63a05992fd40fae0]

        Remove add.diff
        
        Probably it was added accidently.

2011-07-13  Jan Holesovsky  <kendy@suse.cz>  [7389cd52474de7ad4e6f65f190fafc2187b8d249]

        Fix counting the paragraphs, fdo#36816.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [a76ca5325de1f22fbc17971286c2f5a7f711dc94]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-13  Kohei Yoshida  <kyoshida@novell.com>  [3ed940516f2384255625fa88d7f29a94f30f89cd]

        Updated mdds to 0.5.3.

2011-07-13  Kohei Yoshida  <kyoshida@novell.com>  [3fec789431a1603167c93371d7b166f2f50185a9]

        Updated mdds package to 0.5.3.

2011-07-13  Tor Lillqvist  <tml@iki.fi>  [ecf04369ec7b2d08f2553cc3207aa2640972c766]

        Add a comment about the VCL_NSApplication magic

2011-07-13  Tor Lillqvist  <tml@iki.fi>  [44fb00ef676e12d1be3cc552c35efde6ea1fca71]

        Bin dead MacOSX X11 code

2011-07-13  Matúš Kukan  <matus.kukan@gmail.com>  [c8d7891600b6920723ee10696cbf43bb7fea3edb]

        Add prefixes for component_getFactory methods
        
        Also remove accidentally kept .dxp files from gnumake'd module

2011-07-13  Nigel Hawkins  <n.hawkins@gmx.com>  [afbc268aac6245d2a600071e5c05143fc6b4ac3f]

        Replace SvUShorts with deque in porlay.hxx and cascade.
        
        LGPLv3+/MPL

2011-07-13  Nigel Hawkins  <n.hawkins@gmx.com>  [cc4edc4b0949fdd6e73e29e0ee38031c06bf8976]

        Replace SvUShorts with vector in xmlexpit.[ch]xx
        
        LGPLv3+/MPL

2011-07-13  Nigel Hawkins  <n.hawkins@gmx.com>  [7126d7b96ce76d46f95c7566b198870deff47498]

        Replace SvUShorts with vector in ftnidx.[ch]xx
        
        LGPLv3+/MPL

2011-07-13  Nigel Hawkins  <n.hawkins@gmx.com>  [2643f2a06d3d71dbb5572532c29018bf66dbe7e6]

        Replace SvUShorts with vector in extinput.hxx and cascade changes.
        
        LGPLv3+/MPL.

2011-07-13  Nigel Hawkins  <n.hawkins@gmx.com>  [a8bcc0d0a94d9e2c434643e35d509c700c733c77]

        Replace SvUShorts with vector in label.hxx and label1.cxx.
        
        LGPLv3+/MPL

2011-07-13  Joseph Powers  <jpowers27@cox.net>  [ce0ecd94dc4066024d8f8a0c4f7b681e1765cced]

        Whitespace cleanup

2011-07-13  Joseph Powers  <jpowers27@cox.net>  [66803f4a1fd5e4987cfa9abe32972fdb6515c5ec]

        Replace List with std::vector< Window* >
        
        I also removed the unused Dummy class members.

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [51054e7a8b14aa285b19b124184393d86064ad7e]

        bah, hidden windows-only uses of these

2011-07-13  Takeshi Abe  <tabe@fixedpoint.jp>  [9daf5608e41b9d6d5896752bafe0525507a8c688]

        initialize Length to suppress a compiler warning

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [f14997ab1432d831ee495307b5615120fbf151b5]

        misplaced endif

2011-07-13  Michael Meeks  <michael.meeks@novell.com>  [cdaeb35f9e65215ec24ecbba640179e584ddedc0]

        oosplash.bin - handle EINTR and failed reads more elegantly

2011-07-13  Michael Meeks  <michael.meeks@novell.com>  [36ffa90198a4fe297bf6b74eb78965387bc6c71e]

        null the display pointer after closing the display, fixes fdo#37579

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [dbdf79d67a126f3acc0cb9c9bf88241fd05840b6]

        guard against endpos preceeding startpos

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [10ea34448dd026adf2a6c08a37ca45a48066296b]

        unused OUString_to_std_string

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [3b7a12766361a1425566ea909e0003ec8c8ea73d]

        init against short reads

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [bc19d8491f320b4f5e728a2a8f0d0a7cbe65a849]

        callcatcher: ByteString::CompareIgnoreCaseToAscii unused, shrink api

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [832fa247b71184f23eb6f3f88d7347af135c225a]

        callcatcher: unused methods

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [f12d9262d3bdd4c5764166ac22267fb8ba8490e0]

        callcatcher: remove beautiful, but unused methods

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [0eeba1cdf66c124cf600a8611555e897aa268327]

        callcatcher: strip l10ntools down by more unused methods

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [61ad99a50c1e327d81bc61f7b681cf144facf2c9]

        callcatcher: strip rsc down by more unused methods

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [dd69ff6ea20bf43b08b8de951c750853a62d3335]

        callcatcher: downheap only used by removed heapsort, also remove it

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [188fee6957bf700c923e29d19fa79fa828b28045]

        WaE: unused arguments

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [a7082e3cd9171105d12c65d8364d29680b8d1801]

        add text/spreadsheet (.slk/.sylk) to calc.desktop

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [a34e61d3c1821a2bcec5fce378da77f20719a109]

        callcatcher: unused HelpInterceptor_Impl::SetStartURL

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [139f4852e933022607ae53ca82d19a409bb31ece]

        add sylk extension and text/spreadsheet mimetype

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [693cc06d02aa480f3d5c70b0fe2630d53f70a244]

        Add basic sylk filter test

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [d116f14fa9d3949888ee26f75374c62b764c8d99]

        update unusedcode list

2011-07-13  Caolán McNamara  <caolanm@redhat.com>  [588332c350a21358712eb96e2fb68cd1d284cb2d]

        update unused code

2011-07-13  Muthu Subramanian  <sumuthu@novell.com>  [b198bc73ddd0c5ae74e73775289700e2e5ce48ec]

        [Temp] Disable getCellBlock, until proper fix.
        
        This temp-fixes formula imports and other problems
        caused because of getCellBlock.

2011-07-13  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c92ec84f70b14cb47cb75f2fdc5d60734650bf6d]

        fix for fdo#39023: shared formulas are not imported correctly from xlsx

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [fa8eff8cb7c8c11b2a210009d97636d4af29050e]

        callcatcher: remove unused TimeFormatter::Foo

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [32096886c88a7bb97e8c6fd30cce2fff2a598d17]

        callcatcher: remove unused TimeBox::Foo

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [58eaf5fff0a8ba2d1874c3588706b7dd12deebac]

        callcatcher: remove unused B3dCamera::Set*

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [88e42a981484c9a1b782dadb7830a1f9cd58c5e2]

        callcatcher: remove unused B3dViewport::Set*

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [bb97b1e4b80595c22ea424bc45d763380f71273c]

        callcatcher: remove unused B3dTransformationSet various Get/Set methods

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [ca349219a95d94d01fb3e4a807e56fea6c019f4f]

        callcatcher: remove unused B3dTransformationSet transformations

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [e9b017f533497c3a809d719934e01e4041fa252f]

        callcatcher: remove unused Viewport3D:::Foo

2011-07-13  Thomas Arnhold  <thomas@arnhold.org>  [743f29a31bb6650c7c99c1e286c46665bb7c68a9]

        callcatcher: remove unused methods

2011-07-12  Joseph Powers  <jpowers27@cox.net>  [51764de67355e629a3cfdaabd4cbb486586931f1]

        Replace List with std::vector< IMapObject* >
        
        I also removed some unused methods.

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [18f3b91349ae2284280c9757440336a55c3c96d6]

        Add vcl and lng components to packcomponents makefile

2011-07-12  Michael Meeks  <michael.meeks@novell.com>  [a206e2afb0c4edcaacce9d42b3b15350ec8c25dc]

        initial cut at damage tracking support

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [4cae99bd81d4c64a292b5e59753916b67c9dc24c]

        We can again use unloadablecomponent.map

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [2327916d003231075d5fc64ab2c4f0ec5882b20c]

        Pack also forgotten components from sax

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [1d802aa38697373ae4effbb79b052cb2ac5c3770]

        Revert "add map files without component_getImplementation to fix mac build"
        
        This reverts commit 00a7b1038c6cd45a8e106139cc6cc23941e23515.
        This fix is no longer needed because we don't have
        component_getImplementation in .map files now

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [9b8b278d5e38b11f9c819f2b6c2bfa478a35b217]

        Keep this one component_getImplementationEnvironment method

2011-07-12  Matus Kukan  <matus.kukan@gmail.com>  [22f299b12e1c874a43b38f7efdda0d1b952d09a0]

        Remove component_getImplementationEnvironment methods

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [a90983bd658b6f69a353ccdf0d332ed280b69711]

        Remove component_getImplementationEnvironment methods

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [a9137707c4f8e17f97221f958c28a276d0903e16]

        Remove component_getImplementationEnvironment

2011-07-12  Matus Kukan  <matus.kukan@gmail.com>  [bc925cc2ad591f7ac2d956ef31db7be3497a99e9]

        Remove component_getImplementationEnvironment

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [26f25bc73f0e2da840ccf2e2555540240f22ea84]

        Remove component_getImplementationEnvironment methods

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [0615b0d8d278805e67247e3788f640a2b700a82d]

        unusedcode.easy: remove some methods

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [01ea434011fdf868c612539179bb30aedb0495d0]

        remove runsInSetup which has a const return value

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [7884de47a5ffb43bcfc418828de50547d5b5901c]

        callcatcher: remove unused StarBASIC::StaticSuppressSfxResource

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [6a7ba51092e60f576ed946d12d6193b52c29b4b2]

        callcatcher: remove unused StarBASIC::StaticEnableReschedule

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [e64de798883a70fa1171850008f60cc72578e2fd]

        callcatcher: remove unused StarBASIC::SetGlobalLanguageMode

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [b83da0e77aed61dedc9d8977ed4d4d968c2fb394]

        callcatcher: remove unused StarBASIC::LoadOldModules

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [f3041e079bc710bfd3a861357d551636850b9a78]

        callcatcher: remove unused StarBASIC::GetLanguageMode

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [9683103cd388d2782c0f58573188ca8a1c58c055]

        callcatcher: remove unused StarBASIC::GetGlobalLanguageMode

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [74181bf6340a04090dec3bdb69da6664432d217b]

        callcatcher: remove unused StarBASIC::GetGlobalBreakHdl

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [8f5ec81b7ad6db498baebeed7dc0baf88cc2317e]

        callcatcher: remove unused StarBASIC::FindVarInCurrentScopy

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [04c025a3fd3aaaf048f456d0f348199519af15ab]

        callcatcher: remove unused StarBASIC::ActivateObject

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [b50137566fbe774ce3fa247044b6572a934561df]

        Remove component_getImplementationEnvironment

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [e4d9541d8c83a1125ab3fa251cb391914e7e619b]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [7ba8341008a53d1f96459c6a6e25d7e26a325dba]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [2b1bed10e1de0544b60a0337b9b1089a4873166e]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [4da00fbae43859d0f12fb3972c9da955e88424b3]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [5eb327ad2275319d9b4dd47bca49998aaa1ff018]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [a80e7b2ce1439e4798af0cdb1cf104e24c383823]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [b4156b4dace3b6ff7254b9209f466cd0fbfa3705]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [f58f085d3085ac17cb5245541179cb26a8b36a8b]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [e446d56e365f70dd667afe94353ae82171f49a1d]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [123164b34e0f70ff8486b8dbcd952a41fb914cd2]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [c32f00059c7789b32710c8078142b3601e29f67d]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [e0f8c48ae79a5a7fbed156f2a30dc5095c0d56c1]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [b226b78c221d3cb012868add84cb8c13924e386d]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [da57268f966fef9b86b5fbab4ddc791cd82551ce]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [f673ae99358beab0c304d539d18ecd7a969ffc8a]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [3aa2dc8ec7bbc7cdbb51d18794e9a39cc917c2a5]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [7c3715f797b5ecb4ba5acbeec6d063a25aebe157]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Petr Mladek  <pmladek@suse.cz>  [4b3035d6efc8ef2f039b4d22922ed1d6ee080873]

        Branch libreoffice-3-4-2
        
        This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 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-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [15f10fc946a33e23dbb92a8635e94e73119091f8]

        Remove component_getImplementationEnvironment

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [d476419ae838429cd155d6677157f218edce6682]

        List component/unotools/util/utl just once
        
        Duplicate entries cause problems with loading services.rdb in nestRegistries()

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [04f47c9ac089114b3a85ddcb51729c37088794b6]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [fb1470d2b7adefe4160dd2d78e8f52ee50495e78]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [7d47d928cfbe54f1007b88df6d5f958e7bf70853]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [dbf90377444f1aba3c3dcc623a00397205ed9df5]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [abc57a32c9765e81013d6ae9d154de3792024253]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [5313c3ee11fdb8067cc323687bd16b9f317735de]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [8e2aac7a8b52716c0bd9c29f5704e70115c28966]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [ebde49410f3acbdc34a5b7a98b3ecdb6790f7daf]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [27a58b8593dca673d8a76acee7d2b0f3d65a5ce0]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [868612078302fba02363a539ac7b4c735d0d717d]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [ef0ff0d23ac89d2c343add4374f018b9d6bde319]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [939fc9bd6f75534c79d2d9c05dfebabe0047c2b7]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [704b825b31329e980f68f9ab7e1d784366d2de0c]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [ecb0decc0e32c4794fed7ce8da6c15b6672c0e68]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [e4942c57d11edd0dba828ace06c854c0259b119f]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [7afa4ea2cab2be3c03aa0998c9230ea6f115a79b]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [7878ed31f5fdfe0db0788614d09803e7c86727dd]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [787cad1ef7658940ba14475883604ba0be21c064]

        Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)

2011-07-12  Jan Holesovsky  <kendy@suse.cz>  [a6a1b5171af4b710fcd4711b38b5286849bc3a93]

        In the print dialog, always default to "All pages".
        
        The previous behavior used to depend on whether there is something selected
        in the document or not; which was particularly confusing when there was
        a picture in the document selected - in that case all that was printed was
        the picture, nothing else, when the user did not notice that this option is
        selected.

2011-07-12  Radek Doulik  <rodo@novell.com>  [b532753b6665e0f5f4f2b94fffc35dca7c4b578b]

        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  Michal Svec  <msvec@novell.com>  [0712e5233c1e6c452f5c888351870047673f0da6]

        Do not pass the request for command line help to oosplash
        
        - both of these work now: 'libreoffice -h' and 'libreoffice --help'
        - added two more options: 'libreoffice -V' and 'libreoffice --version'
        - all of these options work even if there are instances running
        - there's no 1s delay between startup and actual output

2011-07-12  Radek Doulik  <rodo@novell.com>  [72eff9e69217a5877e1fd1d5b5555f258556dd53]

        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

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [61d8591223bba579a3316b1e9ff15b1940af2673]

        set INSTALLDIR with real path
        
        use the already substituted $LIBDIR instead of $libdir; the later might
        use $exec_prefix instead of real path

2011-07-12  Petr Mladek  <pmladek@suse.cz>  [02772509b9ba5a799f5110500c205f7e58cfbedc]

        bump product version to 3.4.2-rc1, release number to 201

2011-07-12  Radek Doulik  <rodo@novell.com>  [9a233212aba2c53507d9cd4c0a61168286b64b0a]

        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-12  Matus Kukan  <matus.kukan@gmail.com>  [cfafbc5f34673a028b686b10d79e1758c607d440]

        Remove component_getImplementationEnvironment

2011-07-12  Matúš Kukan  <matus.kukan@gmail.com>  [50205b9d19efc6614fc9dcd927c0a52ebd8210ea]

        Remove component_getImplementationEnvironment

2011-07-12  Matus Kukan  <matus.kukan@gmail.com>  [33c4a94bdfd9cbf8ebd61c0320d7cc9a67676200]

        Remove component_getImplementationEnvironment

2011-07-12  Matus Kukan  <matus.kukan@gmail.com>  [d98ac11f3962f39efb1418588c609d03fb7cc37c]

        Remove component_getImplementationEnvironment

2011-07-12  Matus Kukan  <matus.kukan@gmail.com>  [22d4188f575ae5ad3b149e55b3b3131b51393933]

        Remove component_getImplementationEnvironment

2011-07-12  Noel Power  <noel.power@novell.com>  [8ff3e2ac6c74f68ef3b445033da504ae98ad583a]

        use oox filter for *all* control import

2011-07-12  Noel Power  <noel.power@novell.com>  [3e8a6a3a391ae656bd5ab6dcb182a4944c91fda0]

        use oox filter for *all* control import

2011-07-12  Noel Power  <noel.power@novell.com>  [92eafe7218694f16cfe8a66f7fcd3d53187e2665]

        use oox filter for *all* control import

2011-07-12  Noel Power  <noel.power@novell.com>  [7efec84c9cc62694e953f0a8987d9a4a29c9a1f9]

        use oox filter for *all* control import

2011-07-12  Michael Meeks  <michael.meeks@novell.com>  [56a0e8ae7d5ad8b7bc22739264500f71efd34b21]

        fix OSX linking problem with inaccurate component map

2011-07-12  Michael Meeks  <michael.meeks@novell.com>  [7bab53befd73873e67b0d10f9c6038cef2f41ff3]

        add map files without component_getImplementation to fix mac build

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [4cb993343f58112dbe15cb188ba643a6c4e5bf7c]

        4 minutes 27 seconds -> 11 seconds

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [ae5b6a6e5e73517eb40d4f8d7d2c17d1bfba810f]

        callcatcher: unused code

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [cc3d6508286ef9daa5bf6a028e0e3b81c2ccc98d]

        callcatcher: remove unused MergeDataFile::WriteError ByteString

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [6974f514d3b8cf4b422a70f21fdb57d283ab3774]

        callcatcher: remove unused RscFileInst ByteString ctor

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [a0864219a12fa09e46e4193003913ac2945fff76]

        callcatcher: remove unused Merge ByteString

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [c2b29549ce9a4ac49587fcac03d8f41fc2cf914a]

        callcatcher: remove Directory ByteString ctor

2011-07-12  Mike Eberdt  <libreme@comcast.net>  [fe6dcc2e1b3e081161a44313e86cef82ccf30a8e]

        accept x86_64 for FreeBSD as well

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [e6068114e8e5d3d25f4935c6be3bbf39384b82b7]

        remove unused entries

2011-07-12  Caolán McNamara  <caolanm@redhat.com>  [fad50e6a8c95412aeb4a2490ceab0c8d4f402919]

        check if seek succeeded

2011-07-12  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9ff1db9ac07244aaf839fe1a0ab7dd9ba531ddd0]

        fix for fdo#39023: shared formulas are not imported correctly
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-07-12  Xisco Fauli  <anistenis@gmail.com>  [2bd57a620ce4bc81a114e38f397c0cb541bf2635]

        fdo#37290: migrate Basic to new resource service

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [e5bcbc7fb2903504d967a8a1f0218de2acb11170]

        callcatcher: remove unused Image::Invert

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [d0587241ebf9fefa0834b903e69bcb4acc1c2a94]

        callcatcher: remove unused Image::GetColorTransformArrays

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [229e44242af8934f4ef41b3b86650c304a9d5a1f]

        callcatcher: remove unused INetURLObject::makePortCanonic

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [77c7a7fab5984539cab438831e04d56d4fc65849]

        callcatcher: remove unused INetURLObject::makeAuthCanonic

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [b468c1c0aefbc512d1d98641babfbc1d17691c86]

        callcatcher: remove unused INetURLObject::getIMAPUID

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [774c85c86cca143ca908bbe6cd57aa5495106512]

        callcatcher: remove unused INetURLObject::getFTPType

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [c54180baaab97c72d656771219d4111b19f1208e]

        callcatcher: remove unused INetURLObject::encodeHostPort

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [9a9d12d8b9c81352019ca153d6754c46022c5618]

        callcatcher: remove unused INetURLObject::HasMsgId

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [7b8416199a530f602b99f71793e678dacdb6bd1e]

        callcatcher: remove unused INetURLObject::CutName

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [07924e674e03ea7301c6f635a416120a37c6f4c6]

        callcatcher: remove unused INetURLHistory_Impl::heapsort

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [bbf795bf546f6510a8cf972d8f023b0cae178a72]

        callcatcher: remove unused INetRFC822Message::GenerateDateField

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [21e8f4d54d6042d7d472aa28aba958cc70705629]

        callcatcher: remove unused INetRFC822Message::Set*

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [c0ca459ed01dcca4531be11c366b8d66f20982a9]

        callcatcher: remove unused IMapObject::GetPixelPoint

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [554981b2d3248bca522559f72cac06ff8dda9318]

        callcatcher: remove unused IMapObject::GetLogPoint

2011-07-12  Thomas Arnhold  <thomas@arnhold.org>  [ca667ec5f13bcb8585cf50073bb806394e7f1a13]

        callcatcher: remove unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [b6b31361740629be2c65cbe028d9dd31f6af46d7]

        init some values against short reads

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [6c4edabf3e4ae1723d2eebb1006a4843a202706c]

        avoid optimization turning into pessimisation for stupid strings

2011-07-11  Matus Kukan  <matus.kukan@gmail.com>  [34fd375686bf73b3fa7c94f292c7ec541c67df27]

        Move methods from component_getImplementationEnviron to component_getFactory

2011-07-11  Matus Kukan  <matus.kukan@gmail.com>  [0eec34568c56b1e23747d1dcdceab33e6104b95f]

        Move methods from component_getImplementationEnviron to component_getFactory

2011-07-11  Matus Kukan  <matus.kukan@gmail.com>  [8738273c24ce7d00974362df05da05a0b3a12c49]

        Remove component_getImplementationEnvironment

2011-07-11  Miklos Vajna  <vmiklos@frugalware.org>  [013fa91412f8687a6416dde97c5e963131a0014c]

        Remove unused RTFOutFuncs::Out_Fontname

2011-07-11  Jeffrey Chang  <jeffdchang@gmail.com>  [c91d4ffc147aa21628523e92f2373e88430c1eb4]

        Change Menuitem Insert Ruler to Rule

2011-07-11  Radek Doulik  <rodo@novell.com>  [a0b2a7cc6be1de9f19842dfb60695e3ac1615577]

        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

2011-07-11  Petr Mladek  <pmladek@suse.cz>  [508ae5f1cd4eda593c589063a701ccf53e81d599]

        Support distro packaging
        
        allow to redefine prefix via OFFICE_PREFIX variable in create_tree.sh
        
        add libreoffice and unopg man pages
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>

2011-07-11  Petr Mladek  <pmladek@suse.cz>  [8124bdf39b719c66e61355c0bc64f8235c4fbec0]

        better support for distro packaging
        
        This is port from the build repo. The main differences are:
        
            + splits package-ooo into several scripts (bin/distro-install-*)
        
            + renames many variables to avoid OOO prefix and to better fit
              the variables produced by the current bootstrap configure.in
        
            + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks;
              the conditions have been updated only for "Novell, inc."
        
            + install most of the desktop integration from sysui using
              sysui/desktop/share/create_tree.sh
        
            + do not install two extra templates:
        
                 $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott
                 $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott
        
              should get merged with other templates
        
            + do not install pyunorc-update64;
        
              it is needed only when you want to run 32-bit LO on 64-bit system;
              is anyone using it?
        
            + do not call install-dictionaries:
            + do not call build-galleries:
        
              is anyone using them?
        
            + do not install ootool and ooconfig
        
              is anyone using them? are they still working?
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>

2011-07-11  Petr Mladek  <pmladek@suse.cz>  [19111fe556a28befac2bc364fd4d8b5ec5c8c348]

        bin/unpack-sources: new helper script for packaging LO
        
        move the source tarball unpacking from "download" into a separate
        script that could be called offline during LO packaging
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>

2011-07-11  Matúš Kukan  <matus.kukan@gmail.com>  [d6f18bf9e0e1d25cefb65233793973a7b495b195]

        Default to current language binding name, if not specified.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-11  Francois Tigeot  <ftigeot@wolfpond.org>  [468de84e52821728cb46035f252fac57df3b334e]

        Cleanup some old X11 code, remove useless tests

2011-07-11  Miklos Vajna  <vmiklos@frugalware.org>  [007c678148b7fb0ed780a9c6b113630f4ee56719]

        Remove unused RtfSdrExport::AddShapeAttribute

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [da090884ee84e25b3767da83d4f18dfd499cbbe6]

        callcatcher: remove unused SfxItemPool::GetLoadingVersion

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [7ba61961cae3541fc32d3ac9492c7410869fb3e1]

        callcatcher: remove unused ChangeDefName

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [a554c674d706f392ff9a073525ceec571072c60b]

        callcatcher: remove unused UCBStorageStream ctor

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [9ebaee5987400331c4a8f65e44f2ef1b4c83932b]

        callcatcher: remove unused SotStorage::OpenEncryptedSotStream

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [5d5fbc091c64d9b5fde5503547161a47502c953f]

        callcatcher: remove unused MsLangId::convertIsoByteStringToLanguage

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [097b51c9cc3d358175fba3745fb70639cf0c08f9]

        callcatcher: remove unused ByteString writeHeaderFieldBody variant

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [28dfd3a2e2c6a39626c55fce2303c83eea210e55]

        callcatcher: remove unused Application::GetReservedKeyCodeDescription

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [c5afaf4efceb52701b1653cdde3c0cb2ff915811]

        protect against short reads and silly offset values

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [8352019162898185b20e70ee720f3c2d3bf49062]

        callcatcher: remove various unused save, etc. methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [205f453efe3c2e5815eb7f2d01197678e83e5bc5]

        check if seek succeeds

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [fb3268bb8910a07d77aa55494faab1a9b1780e6d]

        cppu::bootstrap unused in tree, but part of external API

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [32c9a1abddf7673729bbe027bb20774d22f2c0aa]

        callcatcher: remove unused SfxViewFrame::CloseHiddenFrames_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [37f012dcf0190b1bb661d524c46edac560c94d49]

        callcatcher: remove unused PutCJKandCTLFontsInAttrPool

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [f0259fab95db84bab9b1a7ca1b047e28ff1b3c14]

        TransparencyPrintWarningBox and resource strings unused

2011-07-11  Andras Timar  <atimar@suse.com>  [d2c6916599699a84ca5adecf47bcd708f2c5933b]

        hotfix to include localizations of Presenter screen extension
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-07-11  Joseph Powers  <jpowers27@cox.net>  [0a01387f059357600cf3dbccdab65cdae517c709]

        Replace List with std::vector< VCLXGraphics* >

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [e8e9f23eb9a8f135aee66d6eea3d120e32b9cb8b]

        callcatcher: remove unused Application::GetReservedKeyCodeDescription

2011-07-11  Laszlo Nemeth  <nemeth@numbertext.org>  [b26060d88bffb4b2ba821de7fddcd9ffe3b0025c]

        fix wrong capitalization in case of non-standard hyphenation
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-07-11  Muthu Subramanian  <sumuthu@novell.com>  [8dbc5e5e88d9b01a6fd08b793bc3b7339e044004]

        n#694356: Using formatcode while displaying labels.
        
        Used when the lables don't have their own formatcode
        and depend on the data's format code for formatting.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-11  Michael Meeks  <michael.meeks@novell.com>  [de8e1d665170404e8637b29a350716136c228c09]

        fdo#36733: Add useronly read permission, while creating tmpfile.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-11  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [1ad6f20a1f646e0d400d34bfd1e7527dcd2d17cb]

        n#695479: basic handling of lines in RTF import
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [e888d7b692dc436e40381e1c412e6dc3c5f5a43e]

        check seeks for success against short reads

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [53d325115e0340dbb06ca0a91da0a7971c320f04]

        Related: #i35066# ole props buglet
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [9b213c11969a753c2a6aef5c4ab797b26992b71f]

        catch by const reference

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [00741c9434785b18bff32357568f733922ef6eab]

        check that seeks succeed, sanity check count of styles against recorded length

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [500cbd2718901ea51b61de36d858cde650196a55]

        make the test depend on the resources, rather than the .cxx

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [51520337fcc38af453bc5f2ef2e75cdc733c52c7]

        callcatcher: unused lcl_PamContainsFly

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [5805c3fe6bbbf49c7b1fb2fd2ac5d48e84b746ae]

        callcatcher: unused lcl_SubLeftRight

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [5edc4c7a40107fc20a261ccca8b701e343557d3f]

        callcatcher: remove unused sw3io_ConvertToOldField

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [b74030c21a6ddef55930c8bd1b85566a0041babe]

        only need this on bigendian

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [dc1e0758a84a26144c2dea06f1d2fbcaf8c7866c]

        unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [14c8553c1630de914fef50fcc9178bb8f47c140c]

        callcatcher: unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [426aecc30ee6ab987a69a31ffc40779f69b2d8f0]

        callcatcher: unused IsKeyCodeValid

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [3a9ef1a02ddab91c209093b4289ed68d9816e3c5]

        compiler can now detect additional unused function

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [0b2ef1a08a330db47d924bbd940d950e3252f095]

        Dir::SetSort unused

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [24ea684eafde8f18d99e16dd591c89bc43f65cb4]

        don't need these methods on some platforms

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [f2da6ac0fab2f2a990437e272a14b0e4c25e1a27]

        callcatcher: drop ugly unused hack

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [a3b0ee88be3c6bff94ec6fe908f209c1dbb9748d]

        strip out unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [6575317bf6503cc9c92d40ef119924533586ed1f]

        callcatcher: remove unused WriteUniStringLines

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [2aa6ecdc65e972c53849d96510e1459847911fbe]

        shrink ByteString api by removing unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [ac4a660da59acbd172c341f433ab96684a083da6]

        callcatcher: unused ByteString::EmptyString

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [e6a9ee2d30f08958b82320659c31011efc84fc03]

        callcatcher: unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [0e4a38bb6eff9db60caa30af5cc96bcc2bb76a54]

        callcatcher: unused FieldToMapUnit

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [ae0e8ff40caefa3f1667645ddbba30a2551a4283]

        callcatcher: unused ImpATan2

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [4c24f23da9a0da27aec0e60d889b5204b96ad00e]

        callcatcher: [Byte|UniString]::SearchCharBackward unused

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [583166b5193ecb1cfaa24ab5f2780ed2eff91191]

        callcatcher: remove this unused ImpMultBig2 variant

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d7f18c8f6004d11ac7ee39b43b0c526cba120cc4]

        callcatcher: unused GetSchnittBit

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [9615f8797f7a1cb18b4e185042579e4b3b416ace]

        callcatcher: GetAutofallback unused

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [27c6b816bc6d4c3191f31a9d0fab3467fcb0a53a]

        remove unused and archaic ImpCartToPolar

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [0e3e30c57e74be7cb9d8263f2abdde1cfd1d5c84]

        remove unused and archaic ImpPolarToCart

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [403f458b9511230801c2b26bfeb29d9f3f939094]

        remove unused TraceBands

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [34a4f4ea3589a06dc22d1c28b893fca0c35d29d2]

        callcatcher: WriteWindowMetafile moved to binfilter long ago, remove this copy

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [2fcd82ae659ef8a61da08748f684ca928a2d3dc3]

        callcatcher: unused listPositionAt

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [75b074f7875448a811750865eaa8e7dc69bbd7fc]

        callcatcher: unused listPositionAt

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [e78eeb33c4a56608a1daa3375a2287ee978f6c55]

        callcatcher: remove unused GetTempNameBaseDirectory

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [1090953a4d23f7c080d2ab6050b9204161c35ba2]

        callcatcher: remove unused GetTempNameBaseDirectory

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [2c838eb1351129283c4c296468b4e64f48fd972b]

        callcatcher: remove unused hasReminderDateCome

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d208b1094a5947a7f2605759ccfd1f422ababb1f]

        callcatcher: remove unused PIList* methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [1568e883ecfa789e3e8f1e637d37c5adf47fa277]

        callcatcher: remove unused setGrad* methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [9cec47773b6c93239c75127e99e638f2e2b2aa86]

        callcatcher: remove unused createRFC822Mailbox

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [6c4a4c200eda74ab0f958a10f38d3808df423e02]

        callcatcher: remove unused IsHighContrastBlackAndWhite

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [41df2005d23d0304ddec397a287c25d2cf245fe2]

        various unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [f1fdd98e32b6dc8758a2cd0982a503a9ad79b1a6]

        unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d65c43f31b40d9ea33a35749df32916332d5baa6]

        callcatcher: unused ImpGetDefaultFontsLanguage

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [361e89bd672d1e3c75c70d57972f887d7e5883e0]

        various unused methods and impl source files

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [72ce3ac5d120c3642565d9635f5cec40cfcb892f]

        callcatcher: remove unused DecryptBlockName_Imp

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [38c6f1d561992fe3980953449da07e8b7ade51bc]

        callcatcher: remove unused CmpUS_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [6b45ed9a0a584c4e886df817492454725791a10d]

        callcatcher: remove MapCommandGroupToGroupID

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [7de871740273ce57d92a1bf20505431bf2a53804]

        remove unused QuitAgain_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [76e56184c2f29306bd8b63d71d674c40ad4fefaa]

        callcatcher: remove unused standalone SearchAndReplace

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [f3643c38516ac9615922c135363b924e057bb392]

        callcatcher: remove unused SfxShellIdent_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d82ceb0cfdfac64f9d377cb273aa9c85cb475d00]

        remove unused polypolygon variants

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [c46bc9ed206f560be9873c8fd035024d306229c3]

        callcatcher: remove unused implFoo*

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [75b2f95bdb61fe74c240d4d20763e215adaee5d2]

        callcatcher: unused lcl_Foo methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [0742143af2bf664f57197961d9b21fb4eb9b4d42]

        callcatcher: unused lcl_FontChangedHint

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [76090283e1de05c5431847cf464852bb6a45b857]

        callcatcher: unused lcl_CreateBulletItem

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [1afc5e750c7e78fe39ba7fc5a97774a7813323ea]

        callcatcher: unused lcl_IsUnsupportedUnicodeChar

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [93d2740ffbbea577f8d64680eddcd8d1bf22ff3f]

        callcatcher: unused lcl_MoveBox

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d3b0920ed2f0d4e5a219a34a96391100cfab4976]

        callcatcher: remove unused AddNumber_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [5154768e8761e13f9bc3afa1713bb2fd1ab041e8]

        callcatcher: remove unused SupportsCommandGroup

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [322220d8cfa7ba7821cb843f7cd20116bc5551c3]

        callcatcher: unused getScriptLibraryContainer

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [c92e773b1901f634ac5686a2e84b3229f8dafd8d]

        callcatcher: unused lcl_hasChartType

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [6913e0ca71ac15c0db422bbb9317079d2d339a5d]

        unused inlines

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [172e6a69bc528efff393fd39a4a40df1c4e209f3]

        various unused methods

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [e150c164e78a364003ba7bcfca0204e55ecadd5e]

        callcatcher: remove unused CreateCache_Impl

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [194328afa50ee769b18829fdc78b46f1c76e696f]

        callcatcher: remove unused ColorToOUString

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [0de8f96511af84f9ba643f030aa6e3ac061c0f02]

        callcatcher: unused lcl_hasChartType

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [d77348bc3ec276ef5ea6898daee50314e7da3aa1]

        callcatcher: remove unused TpBorderRGBColor

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [9ebca0d77f3051e3525f502f0cdcfdc0819e4651]

        callcatcher: remove unused xmlchar_to_ous

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [25a1c8ba84c3edd1208051fec5cf7e16e2fcf3d4]

        add cache of list of easy to remove used methods

2011-07-11  Marco Cecchetti  <mrcekets@gmail.com>  [5e68d551d54cd5fb3ee8700562491239c977cda3]

        Implemented a new way for exporting and handling placeholder text elements

2011-07-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2d3796fcd3053f9e58f018f6a11072b4e2a775f7]

        Include cairo.h explicitely for builds with cairoless gtk+

2011-07-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [53fea04d6a827bb47294c7a26685755ca459dc43]

        FcPatternAddFTFace is 2.4.x feature and our baseline is 2.2.0

2011-07-11  Caolán McNamara  <caolanm@redhat.com>  [a1f5c567793f0bb19b1e3307321ca916f17d75ba]

        Resolves: fdo#39091 use UTF-8 encoding for gstreamer uris
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-07-11  Marco Cecchetti  <mrcekets@gmail.com>  [2cabcc1f62cfc1b57241796776d3b7007b250829]

        Split the script in smaller pieces

2011-07-11  Fridrich Strba  <fridrich.strba@bluewin.ch>  [2fab6d4b4827de67f268a57b4135a6e10a50613e]

        Fix windows build
        
        Use const reference in copy constructor if we are going to give it const objects.

2011-07-11  Fridrich Strba  <fridrich.strba@bluewin.ch>  [c3b0d8301619179f74e4a5e2b0a8da0ed0008be1]

        Fix windows build

2011-07-11  Takeshi Abe  <tabe@fixedpoint.jp>  [ccdfcd686435222b0ec104a35fe4f3be050e6fb8]

        OUString does not have Len()

2011-07-10  Caolán McNamara  <caolanm@redhat.com>  [e8342dab9d8cfdda174e8baecfef4853c6927604]

        make sure filters unit test depends on non-linked scfilt lib

2011-07-11  Tor Lillqvist  <tml@iki.fi>  [fd2e631d587fb9dc9260cbcb6ca5f40512cd15a7]

        Make iOS sal unit testing actually work
        
        We must call the initialize() methods of the plugins which for iOS
        aren't actually plugins in the sense of being dynamically loaded, but
        still. Unfortunately this means we have to list the plugin interface
        getter functions explicitly in the sal_cppunittester_all source.

2011-07-10  Caolán McNamara  <caolanm@redhat.com>  [9041b4f9b0cddc50aa4a45cf3439e694019425c7]

        split unused methods list into easy and full

2011-07-10  Caolán McNamara  <caolanm@redhat.com>  [a4ef0ea1cff55a9c14fc14ef3a19008ebe343044]

        callcatcher: remove unused lcl_CreateExternalRefTokenArray

2011-07-10  Andras Timar  <atimar@suse.com>  [04630d410958cab609c9e4a5c52b1fdbdc98ff65]

        hotfix to include localizations of Presenter screen extension

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [e4518218c1efe8bde601710e69a4bf6a7b7cda38]

        Remove accidentally committed debugging printout

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [8112e5ff23d41a1627266e42d326e7cda784ab56]

        iOS hacks
        
        For iOS, the LibreOffice unit tests that normally are built as
        "plugins", i.e. dynamic libraries, are actually built as static
        libraries, because we don't do any dynamic linking of own code on iOS.
        
        Enable giving the "plugin" unit test entry point a different name than
        a fixed "cppunitTestPlugIn", so that several unit tests can be linked
        together into one executable, for simplicity.
        
        Drop the stupid dummy main() function in cppunit plugins. I doubt any
        Unix platform we care for needs it, but drop just for iOS and MacOSX
        for now.

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [6ab96ee3d57f1bdf79f58f02a1f2a455f72f3a5a]

        Do build sal unit tests for iOS, too
        
        We can't run them in the normal way, but we build the tests as static
        archives, which we link into the single sal_cppunittester_all
        executable. (Work in progress, so far just a part of the tests are
        linked into it.)
        
        There is no makefilery yet to actually construct a complete iOS app
        bundle (.app directory), so just copy (in this case) the
        sal_cppunittester_all iOS executable on top of the executbale some
        dummy iOS app you build in Xcode... works fine, can be debugged that
        way.

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [7e8ce369a76f0f9bda24a24a998137fbc2dd8b23]

        No <sys/statfs.h> for iOS either

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [26d553346c7fa5a76c0bf0c70e3bd4e401f38040]

        No getVolumeInfo tests for iOS

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [7902d2aaee8f934410670f006b79bebba0f56fa5]

        iOS is much like MacOSX

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [dfdf2ee12e3a07c088264ac1c2e0d1a1a5342d6b]

        Add a statically linked unit tester for iOS

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [10f42af25f53214185cbfa061730d326a05aaa62]

        aTestSec is not used anywhere

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [40be3202dc47241603244a0ed0fe52282c262968]

        Don't run cppunittester automatically when cross-compiling

2011-07-10  Thomas Arnhold  <thomas@arnhold.org>  [859d10e7abab03cb35f2081e979a407cfe120d20]

        Bulid fix: use SAL_PRIxUINT32 format string

2011-07-10  Thomas Arnhold  <thomas@arnhold.org>  [c60e9ceaf2564ec3a8005aad84bbef0cf211e5ec]

        Enable test/sax
        
        To compile some adjustments had to be made.

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [40c9e4f82e4340fc0fdd962187cad0d9dcee04c7]

        Building rsc makes sense only for desktop OSes

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [a259b3da31c4e606455854138807a3d5246ac28b]

        Don't pointlessly build build-time tools when cross-compiling

2011-07-10  Tor Lillqvist  <tml@iki.fi>  [0abcc8b6e3721e6bc50651bb961cafc72d824bb6]

        Don't pointlessly build the i18npool build-time tools when cross-compiling

2011-07-09  Joseph Powers  <jpowers27@cox.net>  [dd1e686fed8dddf641266637c51b48754c75d280]

        Replace List with std::vector< ImplAnimView* >
        
        Ok, the list was a pointer to the list; however, the constructor always
        created one and it was never replaced. Thus, I don't see a reason for the
        member to be a pointer.

2011-07-09  Joseph Powers  <jpowers27@cox.net>  [7d1a41c189e800c453c4855d2b38843bbd2dd209]

        Replace List with std::vector< AInfo* >
        
        I actually moved the List member from the class to a class method. I think
        this is safe because the member was only used in one method and it's life-
        span was limited to the one method (populate, process, dispose - all in one
        "if" block.
        
        I also removed all the member's export methods since no one used them.

2011-07-09  Thomas Arnhold  <thomas@arnhold.org>  [0ec08e4a93313db32bc2c93dc446a877ce49ed9a]

        Remove unused test/sax

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [076740f65c4fb7e28f394ad44dff66203810118a]

        enforce dependency on msword target for filters test

2011-07-09  Thomas Arnhold  <thomas@arnhold.org>  [2a2637c81b87699e7a07f6f974699d7842436ff5]

        Mark this as TODO

2011-07-09  Joseph Powers  <jpowers27@cox.net>  [2da3b7076c00d510b2e2010bba2f362ba7df54d1]

        Replace List with std::vector< AnimationBitmap* >

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [98a7b9ca3396de99a68df5bbb980b8a7e9e50e39]

        Resolves: fdo#39091 use UTF-8 encoding for gstreamer uris

2011-07-09  Tor Lillqvist  <tlillqvist@novell.com>  [337bef584c713be1a01ef68de4819ce1b6cb4845]

        This makefile is for a standard Make, so use TABs (cherry picked from commit ff2c05d7b1411aeb67dc0ba415a1ec50db6331d6)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [e3198c45d466ab2dc96c09c8d98694af20f7ed0c]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [2a5460f16517d72da75e7f63db5a7cbc150af9da]

        use WORKDIR

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [bfa39a750def07081d59800ad5ee911417979714]

        force ooo.lst to be rebuilt when ooo.lst.in changes

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [957907375bddc2c3d827c0e3942ef2fc86631b82]

        Build cpputools only for desktop OSes

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [1203a32cb6c424db599e74c11c4ea2a321938ab0]

        Build cpputools only for desktop OSes

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [4f7e535510f4edf81ecbf0a8f1ba97c4ff5732c8]

        Build cpputools only for desktop OSes

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [16ab07433b21821c4980b0e908ee12e5a77b9557]

        sal_main_with_args() is static

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [96f256c215edc037d35b2ff3e6e47fce120c3749]

        Fix debugging build for iOS

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [c9722674d965c43119b45c7b3f227d3131c3cce3]

        Build with -g if we want to be able to debug

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [d2218f8e2683bae4627f1067996158295026d1d6]

        iOS hacking for cppunittester
        
        We don't need sal/main.h in salinit.cxx as far as I can see.
        
        Add stuff to sal/main.h so that we can link an iOS executable that
        actually will run, and hack the makefile so that cppunittester builds
        successfully.
        
        Of course, a cppunittester executable built here won't be usable for
        anything interesting as we don't build any dynamic libraries of
        LibreOffice code for iOS, so there is nothing to pass on the command
        line to load. But hey, baby steps, experimentation, doing work in the
        public, commit often, etc...

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [6c5dafafd0e6103ab938b3cc29c59502066de5dd]

        Link with more frameworks

2011-07-09  Tor Lillqvist  <tml@iki.fi>  [3f086957df272b1951e7b631222fa88c59aa5d0b]

        Don't use -L /usr/lib when building for iOS

2011-07-08  Joseph Powers  <jpowers27@cox.net>  [648e382b3bf2e7986b4154ec86f63e3e1c5a7c8f]

        Whitespace cleanup.
        
        I'm have a lot of Lists to cleanup; so lets just get the whitespace fixed
        first.

2011-07-09  Caolán McNamara  <caolanm@redhat.com>  [87c9cd769f97c179babaf242e0877e369037c97f]

        Resolves: fdo#34779 wrong word counts for USHRT_MAX len paras

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [3ad93e1151fbe1fb5a39d92e9a3a99fa6942236c]

        Resolves: fdo#33012 crash on 0 width FrmFmt table cell layout

2011-07-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b564df24d1ffa1e8962771ba63a3d1cf3c7bd99d]

        fdo#37403: Fixed crasher by using boost::shared_ptr

2011-07-08  Francois Tigeot  <ftigeot@wolfpond.org>  [59c08b6f768ee8b797ec51a03d1d22c7bf6138bb]

        Stop pretending to stay compatible with non-XKB X servers

2011-07-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [393981bab8f83998258f54d1f38af065d00c0c92]

        Fixed debug build Count() -> size()

2011-07-08  Joseph Powers  <jpowers27@cox.net>  [d6f788b984636116ad704986bbb2aa0c2beac4ae]

        Replace List with std::vector< INetMIMEMessage* >
        
        I also removed "sal_uIntPtr nNumChildren;". The use was question able at
        best. Its count could be off because AttachChild() set it to size() if the
        child was added; however, if the child wasn't added the person doing the
        AttachChild() was also incrementing the count.
        
        Related to the removal of nNumChildren, I also removed the GetChildCount()
        & SetChildCount() methods because they where only used around the broken
        AttachChild() code.

2011-07-08  Xisco Fauli  <anistenis@gmail.com>  [0c27a9210a372dfec8ce1c36278e929460d0b90f]

        Duplicate code

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [2128598c6b89eec1c2e3aa6ef9615f418d9f9620]

        handle busted emf lengths (cherry picked from commit 2b15986b1452f47f93ffc25d2ffcc52d347d5581)

2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [738d11428e4317f0114d9a01bf2d7cfff247730a]

        fdo#38963: crash in number format dialog
        
        Signed-off-by: Katarina Machalkova <kmachalkova@novell.com>

2011-07-08  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [4489d43e884b6e6cbc40c9b34989a4698c5143e3]

        Fixed a segmentation fault in some edge cases (cherry picked from commit 79f14410f2db7d186c8b7ee94b09e8e362e74dfd)

2011-07-08  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [6d32cbaa8ea94df43d6a5f9a69302afd5968811b]

        Fixed core dump and invalid memory access for some edge cases (cherry picked from commit b991a2fb76e2859d7f04793ad7ad3a0596d8d630)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-07-08  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [acecfab9dde94abe733d63260777007337b9aff0]

        Fixed a segmentation fault in some edge cases

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [2c49c25f5c816b96cdefefce9da401b61d44ee46]

        Related: #i115768# use cached data values instead of pointer to sprm cache
        
        use cached data value in case underlying sprm cache goes away
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [1b8b41ec3e7e126d4b2eb80c78ef68cda4583b5c]

        Related: #i86988# make abo levels safer
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [8edc12322fcbd27c6e50549a55eb1d67bb18ccc7]

        valgrind: init nTypeFace
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [0130ccd43f08d493c6b4dc8ba32428eb85cf559c]

        Resolves: #i105349# protect against missing insertion position
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [7adb3b285ac0e4163db8fb3513210436a7eb3e5f]

        Resolves: #i95550# handle wrong text len gracefully
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Muthu Subramanian  <sumuthu@novell.com>  [42b8a53dc88f627a9220a5e283b456c571833a5b]

        [Temp] Import all formulas post tokenization.

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [1f9298feba39e3262e6a8120e403f9ab898e7a4b]

        Resolves: fdo#34023 apparent negative string length
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [1bdec86d223b523a07b913435c1af974f3b962fe]

        handle truncated stream
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [297657465cdac4d96430ab6267a5d919e5c83f88]

        merge these sprm finders and do it right
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [90cfddb0c980c27765768dd546e0d91190dd84ba]

        Resolves: fdo#34023 hang on load of .doc
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [90c92f3cf8719f16f3f5e556dab2f3e96152d4d2]

        Related: fdo#37057 use standard sprm iterator
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-08  Radek Doulik  <rodo@novell.com>  [4ecf5881c2233fdcf03b1f58cc0c0578cc8aa76e]

        do not set solid line border and fill as default for chartarea
        
        - fixes n#694392
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [bb494d6bd8c5868f34bd8f9444ed3eb401145f10]

        check font and list lengths

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [b0080e98859b639f79e071393074ae233583b329]

        oops, brain fart

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [a7d7624d5fca34f926fb9a73bb8d3c1e5d0063bb]

        catch by const reference

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [bdbb385c77831a97090ffd019c49a39d3ae86e1e]

        catch by const reference

2011-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [5bfac537f1b44b2ecec15cacfad893125a4e384d]

        fixed typos in comments

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [c139307b883dd1dc014d7676782c163dcab26470]

        MSOffice 2003 xml format often uses class extensions

2011-07-08  Takeshi Abe  <tabe@fixedpoint.jp>  [1737c0501328ac481601688021a662d4eccdfd5d]

        header for rtl::OStringBuffer

2011-07-08  Petr Mladek  <pmladek@suse.cz>  [ab949950a347bd837c7f26b9315342710645e5c8]

        More conservative fix for aliasing problems (fdo#33781)
        
        Inspired by i#99665. It solves the problem where the aliasing caused
        problems. It modifies the current aliasing using "byte or" (operator |)
         and restores the original aliasing at the end of the "if" block.
        
        Signed-off-by: Roland Baudin <roland65@free.fr>

2011-07-08  Roland Baudin  <roland65@free.fr>  [01acea7a42139c1a6617c66e04d296a72c579ad2]

        Additional fix for bug fdo#33781
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-07-08  Petr Mladek  <pmladek@suse.cz>  [1d2a56633727a92558c9785cbfc7b789d601edd1]

        More conservative fix for aliasing problems (fdo#33781)
        
        Inspired by i#99665. It solves the problem where the aliasing caused
        problems. It modifies the current aliasing using "byte or" (operator |)
         and restores the original aliasing at the end of the "if" block.

2011-07-08  Caolán McNamara  <caolanm@redhat.com>  [d2a1da36fd2e6e569a4737d6ea7ec4beabdca918]

        ByteString->rtl::OString

2011-07-07  Joseph Powers  <jpowers27@cox.net>  [2b9617fcd0b230c95badd3fd082a2864c8266f61]

        Fix some ambiguous method errors.
        
        My compiler couldn't determine which version of valueOf() to use.
        GCC 4.0 on Mac OS 10.6.8

2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5632c24b8b3810d411904dc6695eec0be8458017]

        fix for fdo#37880
        
        we need to save the information if we have a local range name or a
        global range name in the uno api too
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0aeedba03494cb049247d8e7ae45dd1f9f960bce]

        fix for fdo#37880
        
        we need to save the information if we have a global range name or a
        local range name in the uno api too
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d3a66cb4ff6f72288bdd873a300e2777ba21b4fd]

        fix for fdo 37880
        
        we need to save the information if we have a global range name or a
        local range name in the uno api too
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-07-08  Marco Cecchetti  <mrcekets@gmail.com>  [99f33e30dd55cbfa3296bbda206f2230e31e0c42]

        Enhancing svg export
        
         * Add support for exporting any subset of slides from an Impress
           presentation to a svg document
         * Adding support for exporting meta information (for each slide) on
           the master slide placeholders (slide number, date/time, footer).
         * Implemented a slide index. Supported browser Firefox 4.x, Chrome
           12.x.
         * Removed some dead source code; metadata info is generated before
           (shape, GDIMetaFile) map
         * Implemented a glyph workaround for Webkit based browsers.
         * Fixed the following bug: exporting a single slide is broken.
         * Updated to the latest version of the JavaScript based presentation
           engine.
         * GSoC midterm result

2011-07-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [78e5a64c640ee800d8bab6d20463a8bb72f3ce4c]

        don't use int as return type for operator==

2011-07-07  Joseph Powers  <jpowers27@cox.net>  [b1fdf9dc77de7be1d23e0c84ebad934ee6a398b7]

        Replace List with std::vector< INetMessageHeader* >

2011-07-08  Matus Kukan  <matus.kukan@gmail.com>  [ad85eb69ac209cb1bee7c845a40f9ac48ef3875f]

        Remove online registration related code

2011-07-07  Laszlo Nemeth  <nemeth@numbertext.org>  [a64b6e4d0a3061c79830806601afd11cf78bff79]

        CONVERT_ADD() fixes, more precise conversion factors

2011-07-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50061efbffff217f63e6c994571c7287cf683f76]

        Uploading second alpha version of libvisio

2011-07-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ee81fde4477409eaf8062434534fbdf404a33cc9]

        Uploading second alpha version of libvisio

2011-07-07  Kohei Yoshida  <kyoshida@novell.com>  [fca460c0f931873c7bf6558a36d027374cb9bf3b]

        Make sure to only export up to 1026 manual page breaks to XLS.
        
        If you export even one excess page break than 1026, Excel refuses
        to load the whole document.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [2d360f03978c310371c5565bdb6b94595ef189b8]

        bodge this in to help people build for the moment

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [5213da94fe2d00fea5e5a1a7bbf0aa80bf7ee2fc]

        add fontconfig as known base system lib

2011-07-07  Katarina Machalkova  <kmachalkova@novell.com>  [3b88fce03981b6c54ae545cece8bb3843be5143f]

        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.

2011-07-07  Katarina Machalkova  <kmachalkova@novell.com>  [0852c694f5e7f226e361da0a1ef024d63c42d9bb]

        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  Xisco Fauli  <anistenis@gmail.com>  [2b6c5a0195a3471e7fb7b7d5471737c60a36e070]

        Show wizard dialog on top

2011-07-07  Joseph Powers  <jpowers27@cox.net>  [e5493aa2ecd510996ca8e39e2dc90ca92a3a9ba4]

        gcc 4.0 doesn't support the C++0x usage of enum::value
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-07  Joseph Powers  <jpowers27@cox.net>  [6cc4bc8e385bc88193f8d01b79db5bc48d6ca07c]

        The enum type name should be included when accessing the enum values.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-07  Noel Power  <noel.power@novell.com>  [9b77e57cf01cc749c3d87f892c588de9d86559d5]

        fix for bnc#693386
        
        properly handle relative Uri(s) in Target
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [13400b61afc88384afbac3bf885bee454e6b1fff]

        workaround sal built with _GLIBCXX_DEBUG and cppunit build without it

2011-07-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0d122ff1117365c35052fea3752de73bb16e8b59]

        fdo#32257: call the handler once all changes are done on FrameSelector

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [dfcb54c70d5d26bb0a8a0024091a65c24ac139fd]

        Related: #i46388# busted ole2 wrapper
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [930450f44e1d7b1f4490dea47c5825972490a74f]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ce30b112e3be46e5bab963af49abf13a2c7fb4ac]

        fdo#38963: crash in number format dialog

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [8434a6966914547451489db6828b31ae86901186]

        check for short reads

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [dccd7e9f6eb61f76c91a1f9481b1e626ea015fad]

        clip nSprmSiz to available data

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [e8809ade3a516a02f3722f570a4080d19aa70f4a]

        init some variables against short reads

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [f435cc351afcead9b87f48e02d38b63b3f06bd15]

        nStartPos unused

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [a4104344f48eb27651d4d88317bceb10b49c033d]

        compare alleged font count with that of font chain

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [b1153956a77eead5221b87ba1b3d3ba02f945a58]

        ByteString->rtl::OString

2011-07-07  Caolán McNamara  <caolanm@redhat.com>  [f3a4489fb8885b549afcf567e88b7f46fddceba3]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-07  Francois Tigeot  <ftigeot@wolfpond.org>  [6407ae08b15438965a501087c1ff8c8f6c1da9b6]

        Remove an unused platform list.

2011-07-07  Matúš Kukan  <matus.kukan@gmail.com>  [5af427d16eae480cd90f24a7120d7228ee0617c3]

        Remove unused bChechOk
        
        MacOSX 10.6.7 Intel no-moz was failing because of this

2011-07-07  Muthu Subramanian  <sumuthu@novell.com>  [83bbcbcf3554f90e9e4341b958e887ec5b803d31]

        fdo#36733: Add useronly read permission, while creating tmpfile.

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [55da136b3c05b102448b3832ca594a9f91f512eb]

        Remove socomp library related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [ccfdbe97d8455291f925930dc0421f87529f7afd]

        Remove online registration related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [1ffe6fa79c7c24e351ddc47ab0fd487653bc9e70]

        Remove online registration related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [422dbb5e224391f34aedf8b37a80500fd5b8c852]

        Remove productregistration.jar library related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [f38e701e4784c8ecb8f4adf68ac5881d6ddca69a]

        Remove productregistration.jar library related code

2011-07-07  Thorsten Behrens  <tbehrens@novell.com>  [389ac039869e8c8d4999badf1d8d875ed963aa3a]

        Fix label position for ooxml charts
        
        Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
        chart data labels, so if the original ooxml document does, attempt
        one of the canned position as an approximation.
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [d44a4302b245530df892caecbf921161374e36c7]

        Remove preload library related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [63d114a7c59ba74afcda27dfabe2c5676ffc50bd]

        Remove preload library related code

2011-07-07  Matus Kukan  <matus.kukan@gmail.com>  [4846f0d1201682ddab17669f36f1dc759be4de39]

        Remove preload library related code

2011-07-07  Luke Symes  <allsymes@gmail.com>  [3e215d11effdf2e8dd668e9608773b8b6d49ff09]

        fdo#37482 selecting text box after editing gives rotation handles
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-07-07  Muthu Subramanian  <sumuthu@novell.com>  [bb1a16323ea80f5d8d6b579af94ad1cd1ad4e36e]

        n#694356: Using formatcode while displaying labels.
        
        Used when the lables don't have their own formatcode
        and depend on the data's format code for formatting.

2011-07-06  Joseph Powers  <jpowers27@cox.net>  [750ba4b760c05112be6fcab35aea7931ee54312f]

        Remove unused class INetIOStream

2011-07-06  Tor Lillqvist  <tlillqvist@novell.com>  [bf02d13352942ba1da54ae86888c034e71a5a50b]

        chmod -x

2011-07-06  Tor Lillqvist  <tlillqvist@novell.com>  [30804502d9cd0a8c360d4aa1ab02643c4694b924]

        Drop Win9x and NT4 code

2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c65d19b8d0ba6f55aad2a0a286eb2cdf00d446c9]

        Some more ODG style mappings that LO understands and displays properly

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [43d7111c8371acf14933f1d18c835b898da64121]

        don't need this I believe

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [7ba7f588ffca35c5a8b9574ca9e22e3a8029e388]

        add some emf test-cases

2011-07-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [004a29b9ac66f68af5ea12a2303a4b2be77d8145]

        Fixed a crash: GDIMetafile was deleted twice

2011-07-06  Xisco Fauli  <anistenis@gmail.com>  [25a4c95fe85ba6910c61eb7011a482787679b1cf]

        create file when it doesn't exist

2011-07-06  Joseph Powers  <jpowers27@cox.net>  [bac1a3ff168afc98a1a20b69256c8a89ee7ee581]

        Remove unused class INetMessageHeaderIterator

2011-07-06  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [dbf8ef0124eaa81af139cdc11118794efd33380d]

        Fixed uninitialized member in SwPostItPageItem

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [8ba39261d635a764993d0fd002a47a3ec48a5cf2]

        handle busted emf lengths

2011-07-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0749b0fd1290738a5ea5faf0cd544a5365ec8067]

        Trying to work around some inperfections of odf

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [645361f80286bd316dbec0b26f29c50bac7afa32]

        add some wmf test-cases

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [a1b214effc2d6c3c579a9e822cf04db888cb408d]

        add regression testing infrastructure for wmf/emf

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [2c0693606be909a0e6b78899d9c7b8f56a62dfe6]

        Resolves: fdo#34450 long/int mix causes 32bit LONG_MAX to be 64bit -1
        
        long/int mix causes 32bit LONG_MAX to be interpreted as 64bit -1
        
        Lets just use awt::Point/awt::Size throughout, which simplifies a lot of this
        as well as fixing the above

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [5b2d6eb1bfba3a76cd030419b61daf335105adc0]

        remove old-school makefile.mk and version.map

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [5b27d98cd99e62b62e41d3d04fe66bac02174bc9]

        fix --enable-dbgutil build (cherry picked from commit 3764b31aae43883c6b13b91c6ad8d0daa59f4ba5)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-07-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1195ede73b8b6c1f6e3b0f5575450d937a41eaf6]

        fix for fdo#38380: update local range names
        
        local range names must be updated like global range names
        
        Signed-off-by: Katarina Machalkova <kmachalkova@novell.com>

2011-07-06  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [ca911d1d431c93e46d6a36d96a92d9045a6ac8e2]

        Fixed core dump and invalid memory access for some edge cases

2011-07-06  Caolán McNamara  <caolanm@redhat.com>  [ee5af9205411a1b2661edff8e6ec7d0d1055b630]

        add another regression test

2011-07-06  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [f5fc5b86f3928e4ddf60a9e8043ae8db50bf269a]

        Added pointer validations to avoid some edge-case documents crashing (cherry picked from commit e3d3d88ccc959fc30d1d93bf1b6273f8d4f5b25a)

2011-07-06  marc-andre@atc.tcs.com  <marc-andre@atc.tcs.com>  [4e3f2d9c809b85f53496f4908af1e0c83644d305]

        Added pointer validations to avoid some edge-case documents crashing

2011-07-06  Katarina Machalkova  <kmachalkova@suse.cz>  [d6cf0811d8763ed7005953432c0e39af29536975]

        Enable FT and listbox in both applicable cases
        
        ... that is: "show" and "show on colored cells" ones

2011-07-06  André Schnabel  <andre.schnabel@gmx.net>  [0c95b19629d1d22ae7cbabb4d2805b26f8dd6718]

        fix for fdo#30800: Option to display calc gridlines on colored cells
        
        * change UI option for grid line display to tri-state drop down
        * view option VOPT_GRID will take the information wheter to "Show"
          or "Hide" grid lines. New view option VOPT_GRID_ONTOP will take
          the information wheter to display grid lines on top of colored
          cells or not
        * depending on VOPT_GRID_ONTOP grid lines will be drawn before or
          after drawing cell background in ScGridWindow::Draw
        * store option as boolean property "GridOnColoredCells" (path:
          "/org.openoffice.Office.Calc/Layout/Line") in user config
        * see
          http://wiki.documentfoundation.org/User:Andreschnabel/Spec_Calc_grid_lines_on_colored_background#UI_definitions
          for spec

2011-07-06  André Schnabel  <andre.schnabel@gmx.net>  [8fe55657f8c975bfed82c815080fb4f994ebaed8]

        fix for fdo#30800: Option to display grid lines on colored cells
        
        * declaration of new config property "GridOnColoredCells"
          (path: "/org.openoffice.Office.Calc/Layout/Line")

2011-07-06  Nigel Hawkins  <n.hawkins@gmx.com>  [58a3ccae02b2836e626a8c97e65bfbf12638bc97]

        Replace SvULongs with vector in escher.hxx
        
        Also cascaded change in wrt8esh.cxx. LGPL3+/MPL1.1

2011-07-06  Nigel Hawkins  <n.hawkins@gmx.com>  [797eb82caffc2a0ae9c98d5d0c5a2e8838749cbf]

        Replace SvULongs with vector in laycache.cxx and layhelp.hxx. LGPL3+/MPL1.1

2011-07-06  Nigel Hawkins  <n.hawkins@gmx.com>  [50d4fffa1de5a2ce9c80810429263f9e96c2276d]

        Replace SvULongs with std::vector in htmlplug.cxx. LGPLv3+/MPL.

2011-07-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [11251827754c280942fa865bff8618ef73896b84]

        Handle svg and odf expressions of gradients

2011-07-06  Tor Lillqvist  <tml@iki.fi>  [993d287df7b8648e489ded179feea34d68273162]

        Deliver also static archives, as built for iOS

2011-07-05  Tor Lillqvist  <tml@iki.fi>  [e0112111adf64d75f6ef5453a952f3bddd58bbd6]

        Nothing in the extensions module probably makes sense on iOS or Android

2011-07-05  Tor Lillqvist  <tml@iki.fi>  [16d420b1ccb27bb254d75d77dd2bcc82b6dc84a2]

        Do build the cairo "quartz" surface for iOS, too
        
        No ATSUI font stuff on iOS. But otherwise there isn't really anything
        MacOSX specific there. The code builds against the iOS SDK, too.

2011-07-05  Tor Lillqvist  <tml@iki.fi>  [32fc09c6084cdfb343523fe7cf4bcd783317f250]

        Do build cairo for iOS

2011-07-05  Christina Rossmanith  <ChrRossmanith@web.de>  [7ae4abd2936c707eda8c151c8223ff1d5bae3943]

        Added SvStream::ReadLine( rtl::OString& )

2011-07-05  Christina Rossmanith  <ChrRossmanith@web.de>  [8a0e1aa5115033ac877039081aa4473c89259403]

        Replace ByteString with rtl::OString

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d744dfc176a9e722e502cffc37481fd047352bdc]

        Header/Footer: When double-clicking, set the crsr to the clicked position

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [64468500e162c0b6fb1cdaa2414fabf9800bd9dc]

        Header/Footer: Toggled edit mode in SwCrsrShell::SetCrsr
        
        This fixes the edit mode when the first position after opening the doc
        isn't the main body or when switching from preview to main edition...
        and possibly other uncovered cases.

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [903109758d4acd0bca14c601dbe9cef530a13f5d]

        fix link

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [9b28cc802a559ee0719abd07051b25e8fcfa1a0a]

        WaE: consistently call it struct or class

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [a464c50e3057aeb9152c58108c756afbfee10252]

        testLoad unused

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [c79da65498963caf32d7931627c7781cce04bcea]

        make filters test a seperate test lib, otherwise conflicts on internal dlopen

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [44b33ef427c4457897d7d54fe0f63a4b3570668b]

        Header/Footer: when changing the mode, don't continue to handle the click

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [6cfa32e2ff651fb2678980a9fff149628379db93]

        yet more iterator->const_iterator

2011-07-05  Francois Tigeot  <ftigeot@wolfpond.org>  [8dee23c7056750a9df2a30adefa72462e4216403]

        Hardcode browser list: remove netscape, add chrome

2011-07-05  Thorsten Behrens  <tbehrens@novell.com>  [bde6f4be556322808eeef9d0de2ce26fd5fe6caa]

        Fix label position for ooxml charts
        
        Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
        chart data labels, so if the original ooxml document does, attempt
        one of the canned position as an approximation.

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [1f516ee88a8abebd8f36ce4c9ccf47c4e11de4ff]

        WaE: signature is wrong

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [3cbf5d1111fdae333d3a0f45bfc96935989002be]

        Related: rhbz#718976 crash in SwTxtSizeInfo::GetMultiCreator

2011-07-05  Muthu Subramanian  <sumuthu@novell.com>  [bfed95561999e53e3bf760d370782dd320b39c52]

        Pointers for importing legacyDiagramText.

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [18c1fd6f72fb10fc917ed7f22b16edfd561eb34f]

        more iterator->const_iterator

2011-07-05  Muthu Subramanian  <sumuthu@novell.com>  [fc0a2d2d9525736a11c963d70a66e1246667e82f]

        Moving the pptx classes to use FragmentHandler2/ContextHandler2.
        
        This is to make it use the better and newer parent handlers.
        And to support MCE.
        [PB] Probable candidate for typo breakages.

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [839be9d332c25422b299c30f470e810181cce1dc]

        iterator->const_iterator

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [c2b36c44d742d06f8b43b4838350b2bbcdb9d6ea]

        fix my ppc, axp, etc. etc. build

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [3851c4a84d792574710d52f920bba77f568c9161]

        clip bad FKP entries to available space

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [c80850c7776cce1c49178181bf5f00201d80199a]

        check font offset position

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [623a2c132fbcc1f6f111fbc6195ab9de48e7d93d]

        check seeks for list positions

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [148e0ccb50ce419e18e452eb7ccfe03cb4881634]

        workaround for x86 gcc 4.6.1 link failure

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [e6220841c64f7a72e6fc9c8139abbba9dc97eddf]

        no need for extra noexecstack

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [11bb53582a2dfe08158e341e0b49484f6161fc1d]

        compare tab layout directives to available space

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [0db4fc4aa99f884c549626098d159df4b0562088]

        no need for extra noexecstack

2011-07-05  Anurag Jain  <anuragjainfzd@gmail.com>  [4c5219d5771001742216ba0aa46efd177b2aae9a]

        basic multiline input implementation

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [d9411fb1879e500c60c7a5b5436a71d9a0a3a543]

        ensure linkstrings and aStringIds are both in range

2011-07-05  Caolán McNamara  <caolanm@redhat.com>  [c88b0db0acc2b1e8e3329b7f358768d4c087f3b3]

        fix endianness, drop interim copy, and clip to available size

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8ef992ed8213241a3d373052e4de61df01db5753]

        copied the IFieldMark::GetParameters too

2011-07-05  Jan Holesovsky  <kendy@suse.cz>  [dad006b4f7e862d8159d55a8e604ee502f22034f]

        Copy fieldmark properties when copying/pasting, fdo#38374.

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [81f94e9d0be53ec638127cfbe52c40ad593867ff]

        Header/Footer separators drawing moved to the SwPageFrm level
        
        Drawing the header / footer separator in the SwHeadFootFrm was needing
        a call to InvalidateWindows to have a clean drawing... but this
        introduced some too frequent redrawing of the headers and footers thus
        giving cursor blinking and useless cycles used.
        
        The new drawing is done by the SwPageFrm in the same way than the grid
        drawing. It also has the advantage than the separator is now drawn on
        top of everything else in the page.

2011-07-05  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fe9e4ef7017a8bf896823bc21682e352a9658f53]

        Fixed crash when selecting objs anchored at page

2011-07-05  Tor Lillqvist  <tml@iki.fi>  [65b7804dc12f9bad9d09f232496bb9bdc3e7633b]

        Add more libs that semi-unintentionally get built statically for Android

2011-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db6d94b86d461c8ca81a4eedaab2245001811c9f]

        some warning clean-up

2011-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b88f6d32f572792597ccbb15276b9db52db7d10]

        change remaining manual loops to ScMarkData::iterator

2011-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75f0c33a051cb7a0f7665010c4bb8ff015211a3b]

        change from manual loop to ScMarkData::iterator in calc/source/core

2011-07-05  Takeshi Abe  <tabe@fixedpoint.jp>  [1123974f67b317ee14d426b45afc74b73b98310b]

        removed obsolete code/comments

2011-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4551eb2197ed39375978def0e1b881bd183342b9]

        change from manual loop to ScMarkData::iterator
        
        in most situations it's much faster to use the iterator instead of the
        manual loop + ScMarkData::GetTableSelect

2011-07-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1fed62c9e3f875c077b98e0282f8cf566e5b0cc8]

        add iterator to ScMarkData

2011-07-04  Aaron Strontsman  <heinzlesspam@gmail.com>  [6d3cf580c6b2ebcb41937bcfe2b97f8e4d36e293]

        Remove extraneous separators from Impress context menu
        
        The Draw and Impress main context menus have too many separators.
        This makes mouse travels longer than necessary, looks cluttered and
        separates things that could go together.  To reproduce open a new
        document and right-click on an empty space in the Impress/Draw
        document.

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [d9919783b2a2a82d8f6015d4220f8e2cfe841906]

        libcurl gets built as a static library on Android

2011-07-04  Francois Tigeot  <ftigeot@wolfpond.org>  [3820b6b0b998e8a0a16d8390da4813614ee23538]

        Update the hardcoded list of browsers

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [4281dfd19a1f36f1bf286f3ea85d432b829bf175]

        Experimental dummy hacks for Android and iOS

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [0bcbc58743199aacbd0beb7f096974c943065a11]

        Cannot build cairocanvas without cairo

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [1b2ebc239dbe6e1afe2d1bd4c2a9b47163e632dd]

        Interestingly, struct lconv is empty in Android's C library

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [201cc04ef0928d492fae4788630fe9265ddc755b]

        Map also static LINKED_LIBS into -l option syntax

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [62c094a890b0fe6650578773f6c8f21c9ff70e6c]

        We can't run any cppunit tests for Android
        
        Obviously we do want to eventually have some kind of testing
        framework, perhaps indeed running "normal" cppunit tests in the
        emulator, or something different. But for now just bypass it.

2011-07-04  Tor Lillqvist  <tml@iki.fi>  [bf1b84d0fccfa0da7d85ca2ca76602a2b23fc698]

        Some libraries get built as static archives for Android
        
        We haven't bothered fixing their configury to recognize that shared
        libraries can be built for the platform. So for them use the .a names
        in gb_Library_FILENAMES for Android.

2011-07-04  Xisco Fauli  <anistenis@gmail.com>  [25ce651a607e6a62f7aef019ef04b5e7de855b2e]

        Merge branch 'feature/gsoc2011_wizards'

2011-07-04  Xisco Fauli  <anistenis@gmail.com>  [29435cc4d205257f1b498c1bfc5d9734bb1bb268]

        Merge branch 'master' into feature/gsoc2011_wizards
        
        Conflicts:
        	wizards/com/sun/star/wizards/common/Resource.java

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [5b8e7ef7917887e2e73cb3e47ce6602b6d18196e]

        drop apparent optimization to handle regexp's the same way

2011-07-04  Dolives Benoit  <benoit.dolives@gmail.com>  [19a13008ef29d558fc5c6d4458e040e2857e4307]

        writer: bug correction : selected text was always replaced (fdo#36181)

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [305c27e42b3613574e75069407582022e5c1106d]

        stray debugging code

2011-07-04  Xisco Fauli  <anistenis@gmail.com>  [71036e4051fe288abbba1c968cf72922d55eed45]

        Handle the letterhead layouts properly

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [64c7d47de69e2e7a249556d9322d40104fed72c1]

        conditionalize this for librsvg

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [3ef130c949da9dd0d625a5cd84f43053e8e63577]

        for windows, iOS and Android only force cairo if librsvg required

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [3039db3b6b0679f4cd874b346e4254a8546dba42]

        get cairo import lib name right for windows

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [e484593e2c3ef4005840bb409c76f40a6d2d57fd]

        link unconditionally to cairo for librsvg

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [3653e5828237b231b158dbcb73da4f5f98126068]

        Try and copy from versioned libgcc if possible, fallback to unversioned if not
        
        On Fedora 13 multilib ppc, the unversioned libgcc.so is a ld script
        to point to the "real" one, so its unsuitable for inclusion in the
        install set.

2011-07-04  Xisco Fauli  <anistenis@gmail.com>  [6d4de2a05f9aab2fc0b9e8b95168be1aa659e62a]

        apply python style and fix some minor things

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [f03428509554207615fe52bd60f4fb9e950e43c7]

        fix indent

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [a9463a6e9f293250f89d8096def130ccfb79fb0b]

        Related: #i86988# make abo levels safer

2011-07-04  Luboš Luňák  <l.lunak@suse.cz>  [3563ee58528846e694b495723a247ff128994c8c]

        change O[U]StringBuffer::remove() to take start+len
        
        In order to be consistent with other usage in LO and C++ libs,
        instead of being consistent with Java.

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [6d4b1e18fc30eaeede2279e6baa74a524d59dc2a]

        Related: #i115768# use cached data values instead of pointer to sprm cache
        
        use cached data value in case underlying sprm cache goes away

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [11ef1fb0cccccf33ce43b21277b4d73a17fb80a4]

        Related: #i35066# ole props buglet

2011-07-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2b1a8961ffd85ed7a64f910ded6a7ba4ff5a534]

        clean-up configure.in intendations

2011-07-04  Caolán McNamara  <caolanm@redhat.com>  [9a28ab67c1a274f016f88cdd94283fd5325ad30d]

        valgrind: init nTypeFace

2011-07-03  Tor Lillqvist  <tml@iki.fi>  [3c4b37d77cbfdb941434e08c9a0955b7e752ee64]

        Don't build cairo for Android
        
        We might have to reconsider later, but bypass cairo for now. It won't
        build anyway, as there is no "native" font backend for Android. Sure,
        we could biuld fontconfig and freetype and pretend that is "native",
        but let's see for now.

2011-07-03  Tor Lillqvist  <tlillqvist@novell.com>  [da456ccd7774dbe7efd7e0947f7f01581a19fa77]

        I doubt we need a ChangeLog file

2011-07-03  Tor Lillqvist  <tlillqvist@novell.com>  [e3a07b8a6cc03b6d5063e4da5a474d8c91a84b0a]

        Include environment variables already in autogen.sh's environment

2011-07-03  Tor Lillqvist  <tml@iki.fi>  [d4c8f55013091bad789a9f524103a9f3bd616f65]

        Perhaps the GNU ld requirement is bogus on current (Open)Solaris descendants

2011-07-03  Tor Lillqvist  <tml@iki.fi>  [70705ca8b6a6de9466ab90e5178a536c8b971d3a]

        Update GNU{COPY,PATCH,MAKE} for Solaris
        
        There are lots of (Open)Solaris variants, but this is what happens to
        work for what I briefly experimented with, oi_148.

2011-07-03  Tor Lillqvist  <tml@iki.fi>  [7c46fa44948339eee2ac8e47b12a70bd5a7211d7]

        Most likely pointless to pass -I $COMPATH/include when using gcc
        
        Surely gcc finds its default header location anyway.

2011-07-03  Tor Lillqvist  <tml@iki.fi>  [cee63e8ab6fe351ce0dc3458127a9f96644fce9c]

        No prod/include/CC/Cstd stuff with gcc

2011-07-03  Tor Lillqvist  <tlillqvist@novell.com>  [72cd238dccdfc67abb8aee8810b7a7d6dd0d3c58]

        Use \r instead of \x0d in awk pattern for portability
        
        Hex escapes in the regexps are not supported in Solaris nawk, for
        instance. \r should match a CR in all cases as far as I know.

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [d8636d2f8e9c0398d3909f20f22d0e783d7061d5]

        callcatcher: secondfunc unused

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [4d2c8f34712bd49127adb53a442546ac1a60617a]

        callcatcher, grab default gbuild output dirs

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [d8ba18651cdca6037ee187b586d3c309a9db3528]

        Related: #i46388# busted ole2 wrapper

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [c65f89a05fccf2e635e7c48e74107c562c805805]

        add another regression test here, an expected fail

2011-07-03  Tor Lillqvist  <tlillqvist@novell.com>  [173997227ef317e78a909982174e4ceb74d463dc]

        Allow use of $ACLOCAL to override the name aclocal
        
        Useful for instance when only aclocal-1.10 exists. But, systems that
        are broken like that will have lots of more problems, too. It is just
        a (sad?) fact that building LO on anything except those platforms that
        people work on constantly will require lots of tweaks. Many of the
        assumptions in various solenv .mk files for rare platforms are rather
        outdated and/or arbitrary, assuming a certain mix of more or less
        "official" additional tools.

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [0f5e33a7abef367c9491834cdce44baa4d700747]

        callcatcher: unused write methods

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [fedd0a8acd1f7c110b2e3ae7272a6acf96a28b4f]

        callcatcher: unused ScAfVersions::Write

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [82b491f38362865ed878d7019ff4426bfeccc9df]

        callcatcher: unused hasInternalMediaControl

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [74a81051491726e5625e36bd986ecc483a610a61]

        callcatcher: unused code

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [9a6d94b2b578306edee4b0e5c121fff37e990c9c]

        callcatcher: unused getExtraInputFile

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [23a90a9923ea81865de56010f962d190958c57d3]

        callcatcher: unused InputFile

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [f9d40c2b591215b57ece4ba6e623b7808a7ae717]

        callcatcher: unused MenuMENU_CLIENT

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [1df73a8a61e3b90a65426265a8fa12e0302f2107]

        callcatcher: unused MacroParser

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [1f620f9babb373eac7cbd9b124d52d95d5650e35]

        callcatcher: unused xmlstr_to_ous

2011-07-03  Caolán McNamara  <caolanm@redhat.com>  [8bd9711ed9e553e3a8df6cb052910165921350ca]

        callcatcher: unused OutW4W_SwFmtPageDesc1

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [59742216732c407e11aa2c3c4d6d57012c044673]

        ByteString::CreateFromInt32 -> OString::valueOf

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [a0a3c24609fd50b0672be800043554e3094c84ee]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [0fa72e369349edf0084964a03d280668debe5975]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [62c96339dc0e156450474d39038f2f002182b7bc]

        ByteString::CreateFromInt32->rtl::OString::valueOf

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [a353132241ba68f516d65d721bdbe29add37d4e6]

        Resolves: fdo#34023 apparent negative string length

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [915bb40ddca474095630e98347970ccc08143be3]

        Resolves: fdo#34023 hang on load of .doc

2011-07-02  Matus Kukan  <matus.kukan@gmail.com>  [2d47d1d1f7d6c70195da21f897873725e9cc728c]

        Remove accidentally kept unused files

2011-07-02  Miklos Vajna  <vmiklos@frugalware.org>  [d2f3e45d5cb9cf5220df99e782d0ad05e567f947]

        rtftok: '>>' should be '> >' within a nested template argument list

2011-07-02  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dd5f9610f5df4d6ac8062d7b94db0353f8c0fb72]

        unable to save protected file without pw fdo#38561
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-07-02  Caolán McNamara  <caolanm@redhat.com>  [d1a819dd1dedc417e39b25357b585ba4598b1916]

        Related: fdo#37057 use standard sprm iterator

2011-07-02  Miklos Vajna  <vmiklos@frugalware.org>  [b7ebd7bbd35786a75bcae6c301151ea42021cf5f]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-07-02  Miklos Vajna  <vmiklos@frugalware.org>  [d1ed8366afba9614549a3acffd0d379a2a3964d9]

        Merge remote-tracking branch 'feature/gsoc2011_rtfimport'

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [98cabfbb707567fec39d6c71c5ee6a0dbea571d2]

        tweak appendLocaleInfo to return a new string

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [8d4d7b1062d2a73c3d0de24c342aa9bde3799ce7]

        ByteString::CreateFromInt32 -> OString::valueOf

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [ce5702fca8e7bc6c6f82a0de24abeafc6b316fef]

        ByteString::CreateFromInt32 -> OString::valueOf

2011-07-01  Julien Nabet  <serval2412@yahoo.fr>  [9fe085d9a6d5246b8a1a6e78c55aca3eb9c3a541]

        2 cppcheck cleaning

2011-07-01  Julien Nabet  <serval2412@yahoo.fr>  [fd83589f3f11b2a4576891372ba5c2f63ee80c74]

        useless pWindow != NULL

2011-07-01  Xisco Fauli  <anistenis@gmail.com>  [bb5a70bb8f8d9a265de09472e90ab8e691efab35]

        small changes

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [990f7bcd3d564669f0c358ec417ed77ebb06b07a]

        get rid of m_pCurrentKeyword

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [39756b2a78ad57ec4eb0d9d94fac91ca584ac9a5]

        implement RTF_LBRACE and RTF_RBRACE

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [3ee782f1a0d655f2e6b353ee47c44a08b90f4880]

        use the destination buffer for levelnumbers

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [5ae58540fe2c0b6f3aa7bed36136b0424a8efcfb]

        accents in bookmarks

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [37ee380b28186f8ac07b05d084803c6e2cbe3884]

        Work around m4 bracket stripping in MINGWSTRIP construction
        
        Signed-off-by: Rene Engelhard <rene@debian.org> (on IRC).

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [bc7bad9a8c041534beffecff20f9af81fd0d9fa2]

        accents in shape properties

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [a357b70e85ad5445b3e34844fdd0eadc233a3d61]

        unify strip of table entries

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [2fa6086450aec4fab02b4662c0ad03fc3fed95ad]

        Revert "dmapper: spelling fix in DomainMapper_Impl::handleToc"
        
        This reverts commit 2ffbb1dda9234690233f48b2bc521c97d1335237.

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [1e126219f20c9f98e04f42b15565d4534f5038a5]

        accents in style names

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [62e2e3f4914556c976933b5c3baedc2f42d9fa96]

        accents in font names

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [289267a43a349e3a12ded45a585d5b719a745fd2]

        handle accents in revision entries

2011-07-01  Jan Holesovsky  <kendy@suse.cz>  [1aa787ad2ea33dd709674f0d715c43fa4ce2e78c]

        Copy fieldmark properties when copying/pasting, fdo#38374.

2011-07-01  Jan Holesovsky  <kendy@suse.cz>  [71bf87b04a3b3774c523a397eaf751467d1df386]

        Fix the computation of grid character pitch, fdo#37516.

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [4f17810e9b3d46b90ca76462912dd1b300ca7648]

        resolveChars: make calling text() the default
        
        Ideally we should always call that, since that handles unicode
        characters.

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [de429ef373a23a3a95d770a3d1075e54be9e7990]

        add license headers

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [405454c88a44f0f881d67b4c707a5714cfc1d53c]

        gb_Library_PLAINEXT->gb_Library_DLLEXT

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [0e334c2bfa7e46f5b3b2a2e7acc47257827fb126]

        gb_Library_PLAINEXT->gb_Library_DLLEXT

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [f84ebfe90ce67e545cf09de8223dddf6d78671a5]

        gb_Library_PLAINEXT->gb_Library_DLLEXT

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [88f67c29786872abcb185f0a2cdbde3c9b66a9f2]

        I need to load the unoprotector using the same variable everywhere

2011-07-01  Xisco Fauli  <anistenis@gmail.com>  [64daeef41cf576d14394a2581509a93f05424e06]

        save RadioButtons too

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [77a23c681b9986aa43c1c393530fccbcbe26809c]

        implement RTF_REVAUTH, RTF_REVDTTM and RTF_DELETED

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [e4265c75f3ec354fac7e8a7ee8bdc46a5f0cff48]

        gb_Library_PLAINEXT->gb_Library_DLLEXT

2011-07-01  Jan Holesovsky  <kendy@suse.cz>  [5a6934c6f092ba8d5f29c43508b80d376f218fb8]

        Don't crash when selecting target to db document, fdo#36545.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [47e1270aa421b67c1d2227be976071fc98ab5441]

        implement RTF_REVDTTMDEL

2011-07-01  Fridrich Strba  <fridrich.strba@bluewin.ch>  [115d15ace966e1b18c8015959e8bc79437936149]

        Build multi-lingual LO and SDK installers for Windows
        
        From instsetoo_native-win32-packaging.diff in the build repo.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [b5109a0b1a97a2049fce2a0b6b0e00f8de11a9dc]

        implement RTF_DELETED

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [61d4b056227bbdefca33b4f49ddeafd29e18292b]

        parse revtbl

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [9acfb18b030dfdfbeaf5e87abaec2caef1e2d8b1]

        Goodbye to CWS_WORK_STAMP

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [ad9c533e84643178c745354af7cae13433a69add]

        Goodbye to CWS_WORK_STAMP

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [85f14528927c7cb8bcfead84dd6d5cd3024a1752]

        Goodbye to CWS_WORK_STAMP

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [ce31567afbc01fe700913019061419207d1bbebb]

        Goodbye to CWS_WORK_STAMP

2011-07-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d5f1581308ba9de20f5e7393b4fe9f0397ebd091]

        Removing the using namespace drawinglayer: macos x build problems

2011-07-01  Luboš Luňák  <l.lunak@suse.cz>  [0aea4f41367ddfdfabeeb3c29198b1b30c7193ac]

        fix last commit

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [f975a503fcf4acc5e9600f58bf0ed55c3a49b802]

        USE_PACKAGER is not set anywhere, so factor it out

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [0fe9aeb4ac7cf1fe963660a47e51056aba44b7a1]

        No need to cache field instructions
        
        dmapper can receive them incrementally without problems.

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [6d383611ecee870f76cf68e8e473047bdf0b2aa8]

        RTF_LINEX: ignore zero parameter
        
        It appears where line numbering is not enabled.

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [abfed1ce7721413920a213ffdadcd5909041fa39]

        handle groups inside fldrslt

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [9359e306e535fcf76da2ae8369449426c6204bab]

        WaE: for windows compiler

2011-07-01  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [fe8abaec0825bb5a2e1898d5f6ed646e6c741819]

        n#702506: anchored as char objects don't need ghosting from SwRootFrm

2011-07-01  Muthu Subramanian  <sumuthu@novell.com>  [063ea6bd2703a55f9ca136d3c7ec63df818147e7]

        XLSX formula import improvement. Recommit.

2011-07-01  Luboš Luňák  <l.lunak@suse.cz>  [5e692599df6d47b614b488796747f5faadea63f7]

        remove executable bit from .cxx files

2011-07-01  Muthu Subramanian  <sumuthu@novell.com>  [2fb377c19f8ae38e7ec649af1343bbd64b70a16b]

        XLSX formula import improvement. Recommit.

2011-07-01  Muthu Subramanian  <sumuthu@novell.com>  [3c5546e5d8613988cc12489e28b30f1797cdb257]

        XLSX formula import improvement. Recommit.

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [451a6ff50aacc6c0b40d13ad49e30555f2d452ff]

        disambiguate for MacOsX build ?

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [05c74d41f128e91752857bc36f7363c005061d5d]

        ignore RTF_LISTTEMPLATEID for now

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [a31275041c756d3f311027f893bb2a6f47265323]

        missing else, *cough*

2011-07-01  Miklos Vajna  <vmiklos@frugalware.org>  [052a353d06c457ecaf4fe11c1be70b5cc8b87757]

        leveltext can be an empty string

2011-07-01  Tor Lillqvist  <tlillqvist@novell.com>  [2cf6cd66a22a7458f7c7c8b3c33416783cf269e7]

        We build a static libpixman on Windows, it seems

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [0c6758ac0af2e5a64605e2bddc055d93997aeb03]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [a1c3ba3024d16d8867e6c94e0066d2f7debfe1fe]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [d4b3fa6abed08b072f838c500b1cf5c7f9747179]

        ByteString->rtl::OStringBuffer

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [ae25807a8462e71433798283f29b2ff82ba3a9df]

        ByteString::CreateFromInt32 -> OString::valueOf

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [1e56be5daadf666870974a734b968e13d5938ccb]

        ByteString::CreateFromInt32 -> OString::valueOf

2011-07-01  Caolán McNamara  <caolanm@redhat.com>  [14565a9141706b38bf58b103f2d863d0979e2fc5]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-07-01  Francois Tigeot  <ftigeot@wolfpond.org>  [fc6d1473116110ee7bb5e991a5471a06f33a4ca1]

        Remove .rej file pushed by mistake

2011-07-01  Francois Tigeot  <ftigeot@wolfpond.org>  [094092d47489fd040668bbcc6315a1221bbfc42b]

        Do not include filedlg.hxx when not necessary

2011-07-01  Francois Tigeot  <ftigeot@wolfpond.org>  [dde72ab2a22fc23b8524a3eeb88f17b9426d1713]

        Do not include filedlg.hxx when not necessary

2011-07-01  Francois Tigeot  <ftigeot@wolfpond.org>  [d1083430277363e29ce8aaed945cb89c6f5adb6a]

        Do not include filedlg.hxx when not necessary

2011-07-01  Francois Tigeot  <ftigeot@wolfpond.org>  [67603c3c4793635089b7339bcf40ef3e7e6a180c]

        Do not include filedlg.hxx when not necessary

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [6c5e6ac64126edf70135a0dd0e01e6dd661bcdfe]

        Move an iOS-specific hunk to the iOS-specific patch file

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [7f48a4b480910e1742dc1c6f4aaa7f2107ba74d4]

        Split out the iOS-specific patch to fix build with old MacOSX SDK

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [b2320b1e49ee98dcc269fa2cc23655b805e6500e]

        Enable building the "quartz" font backend without the "quartz" surface, for iOS
        
        The quartz surface code won't build for iOS, but the font code
        will. So let's try to use it. Maybe later make the surface build, too,
        it might be trivial.

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [fe26694b03e30c63952e54b1139a6009dc1448bb]

        Add Emacs and vim mode lines to *.mm files, too

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [abc8bcf6d6eeaaf1d49ed04027d16e552d4e07a8]

        Some library hacks for iOS

2011-06-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [8df86a8fefe02c1588fe641411e668c5a446a2f0]

        do not use include path that lead directly outside of the current module

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [34f6f96ecbc08632da82bc29e7f609b75af51e52]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [e631d1bc08b1f12d1b02ffafea183b658441ed6c]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [9291672fd750be475dd39131cc297e7dae10c1ab]

        add modified unoexceptionprotector for better error msgs from exceptions

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [f20398ed3cb5229c976f23a5c149fce61f63b25c]

        Don't hardcode -arch armv7 here, breaks build for simulator

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [aefd493df236a191785373fc9e58a4c7f7c9259d]

        Require proper CC and CXX environment variables, don't hardcode SDK path
        
        Makes building for the iOS Simulator go a bit better. (But still
        breaks.)

2011-07-01  Tor Lillqvist  <tml@iki.fi>  [72ea8f17473d3ae90dadbe0438e08dbed28ca725]

        Add example autogen.lastrun for building for the iOS Simulator

2011-06-30  Tor Lillqvist  <tml@iki.fi>  [e9ea4c77bf55f01bdf332e22ab50bfee2f0a6aec]

        udkapi depends on codemaker

2011-06-30  Xisco Fauli  <anistenis@gmail.com>  [e437b20c59c967765891037feda65136c5fbd6bf]

        unused functions

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3442247f176fa708f01da184ab42e9ec14186c42]

        n#676858: ESC key to escape the header / footer edit mode
        
        Fixed another minor issue:
         * cursor remained in header / footer when escaping with a flying object
           selected. Cleared the flys selection before toggling the edition mode
           in the SwFEShell

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b5211231199d4d1b7e70954f11cab9942c1d7b0e]

        n#676858: Paint some separator for header / footer edit mode
        
        This separator needs improvements and discussion with UI people.

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [29a45a09ba8a21022e105f3d500a027f93a4fca0]

        n#676858: added new menu entry for headers/footers edit mode

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [523ff0444022c9f435c93140c7c89fa2c657bb50]

        n#676858: ghost uneditable drawing objects

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f7da7938c53f0ce185760e01e7de91cdf5268078]

        n#676858: header, footer edition mode: updated paint methods

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [d4b74188c87cdeb881aacbc053594a7c697ab1ca]

        fdo#36496, n#676858: background images shouldn't be selected before text

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [20251fccc40bfaadf3651cc8d4b6bd321859da12]

        n#676858: implement header / footer edition mode
        
        Prevent header / footer editing when editing the body and vice-versa.
        this commit simply adds the basic edition toggling using double-clicks.

2011-07-01  Takeshi Abe  <tabe@fixedpoint.jp>  [75bb09f99947edd51216b9c40b113dc38ddd7643]

        removed unused definition

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [05157ef75cf29f0a567f4ec11cb347a7cdc6a933]

        add mode-lines

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [e6b6b80fecace472312d6491e1919e63f13d554a]

        implement additional context-less protection api

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [4355a7843e156b189214bed35b93b86439a68064]

        extend CppUnit::Protector for context-less protection

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [5a85cf5045d449e29b202ea32016da4ec664d6c0]

        rearrange the cppunittester to allow makeFixture time exceptions catchable

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [4536f47a4c9b2e03395e7564890ced6dbce84e0b]

        make sure we are in a paragraph when handling bookmark starts

2011-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c031be7d99d6ae98bd6c4efbfc0d668258610ec1]

        fix for fdo#36963: name box always selects cell in the first sheet
        
        add the current table number as fallback to the address parser for the
        case that no table is specified
        
        Signed-off-by: Katarina Machalkova <kmachalkova@novell.com>

2011-06-30  Xisco Fauli  <anistenis@gmail.com>  [75ee1cbb27bcdf06107052a333a6f1a99e14d926]

        Cancel button works now

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f3e275a2123c6356951a294051d0be230c178851]

        n#676858: added new menu entry for headers/footers edit mode

2011-06-30  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [28d1c25092ddefdf90d0554532b7611698b2d18e]

        n#676858: ghost uneditable drawing objects

2011-06-30  Xisco Fauli  <anistenis@gmail.com>  [f8fd18a9cafe0fdf79e155d3cfc141c78ccc0dbd]

        First attempt to create the letter wizard

2011-06-30  Katarina Machalkova  <kmachalkova@suse.cz>  [992cfbaffeff55241b4fa0b086dffb14930afb9e]

        fdo#38457: Always set column offset to 0
        
        Setting it to anything else moves field indexes off-by-N and causes crash
        in some cases (the original code has been unused since 2004 at least)

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [ed0f6feebd0726931a8de289fa5f1720374297e0]

        this must be the bit I missed

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [12daa90a0177b35f6a51fef4f20569ad48670184]

        WW8Export::OutputField: spelling fix

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [30b95cafd4d7d791bcf98dbe05fc44c59000c069]

        asHex: method -> local

2011-06-30  David Tardon  <dtardon@redhat.com>  [2887257baac6f96aa96b96b954f543c48657a228]

        avoid overwriting stack after early return
        
        Also make the original hack less noisome.
        (cherry picked from commit 01096e7487d9e60fcd24eea8131b650588845f2b)
        
        Conflicts:
        
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/inc/templdgi.hxx

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [7b642490e9a115aeae149d371457434bf191b5ff]

        NS_rtf::LN_BOOKMARKNAME should be before NS_rtf::LN_IBKL

2011-06-30  Andras Timar  <atimar@suse.com>  [fcd0718527a06d88fa977ff6f84b7494019a57fd]

        do not build "localized" binfilter resources

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [b35152b6cb4dd3f5b1f73db14502c3ae9de5489b]

        RTFReferenceProperties: make second ctor argument optional
        
        Like we have with RTFValue already.

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [478d0aee7280880c13871ef802c4fe6fdd5f7928]

        implement bookmarks

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [cb978f8225d314c91cb46a6774ecc4dfc849f8ab]

        update this debugging code

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [e93326d7d6053f0af0be28073ddb4852ca0278c6]

        callcatcher: various unused foo

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [e035836fb14a57b9386bbde990beaf5999a63ba2]

        callcatcher: unused writeU1

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [74115c30e4c95fa3d3b70885482d20767531e83f]

        callcatcher: unused code

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [1a2912eed9980d7ded481bc60a81597b0c699481]

        add StringBuffers ::remove

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [5f241208f1f413f01d68dce527b229d45fd912b7]

        callcatcher: unused code

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [8d22e8e7d32a1f06cb5dbd72856f3cf841d3d163]

        unused pure-virtual WorkOnRessourceEnd body

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [b03b96fc6e8197d2c3b37df526c12b74dddca40d]

        remove deprecated ByteString::CreateFromInt64

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [ced906ea4d0b2ab93fc1c6417097db513fbef5a7]

        tweak for internal cairo

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [9302fd5dc62c4e04bc19f1e993f83baa21f14c98]

        dead pre-gbuild makefile.mks

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [1e409eadc59ac9164b1af01a821ea26c1167cdb2]

        make cairo an unconditional requirement for text rendering

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [1cd91cabe977225a9a2952c0d0d7f5e8d7308987]

        make cairo an unconditional requirement for text rendering

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [282def6f503bbbdd48f2af722985dcfd197e2fc6]

        callcatcher: unused SetAvailableCfgServiceLists

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [ec940d35c66835217830de105f2793d61a680ebe]

        build id isn't massively helpful here

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [7a3a3b953c4c57d461227857bfbb135cd796c98b]

        cache output

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [918695a2bf8f95fd437071bfc6ac59e446c256f8]

        remove trailing - ourselves

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [e214780d71185e482cf8d1a33d8abdff9067e86a]

        fix stray define

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [4e674ab45bde89fd10f94c8357c4c5697540d04f]

        make cairo an unconditional requirement for text rendering

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [915e0d150093d99e8cc4437db6d377b5a3ce8ddd]

        better sizing of copyright-text

2011-06-30  Andras Timar  <atimar@suse.com>  [64802d0b79e7edca7c5737dee2bc4ee898193734]

        Swedish dictionary update from 1.43 to 1.46
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [f75ea321f8cd4b8b902627ee7130885ad6eabbaa]

        callcatcher: unused AdjustPosAndSize

2011-06-30  Andras Timar  <atimar@suse.com>  [4a5a151a4e684704c86416580cb2fe27db433d6f]

        Swedish dictionary update from 1.43 to 1.46

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [7befe15b02a914802b196fd0eaa96f538652008d]

        implement RTF_LINEPPAGE and RTF_LINESTARTS

2011-06-30  Miklos Vajna  <vmiklos@frugalware.org>  [4c1cba28452c26958b9c532f8e1a163ed5b740c4]

        implement line numbering

2011-06-30  David Tardon  <dtardon@redhat.com>  [344ff960be33144f654d2d0ce4340325757acd51]

        valgrind: Conditional jump or move depends on uninitialised value(s)

2011-06-30  David Tardon  <dtardon@redhat.com>  [933f481a50d8e82d03cec3e842015273ba3fc988]

        avoid overwriting stack after early return
        
        Also make the original hack less noisome.

2011-06-30  David Tardon  <dtardon@redhat.com>  [65015abfc640a961ab7c9952842f090b20f4baee]

        move common code outside

2011-06-30  David Tardon  <dtardon@redhat.com>  [b294bfbf19cd79613befa7eb5b0066fb0bb9c0f9]

        remove unused variable

2011-06-30  Caolán McNamara  <caolanm@redhat.com>  [20d16f21aa740e373b9ec432bd3f215b2ff8b0a3]

        center a long build string, and align normally a short one

2011-06-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ab45e9dfc959f953fc126c7dd264b33ceba84876]

        fix for fdo#38380: update local range names
        
        local range names must be updated like global range names

2011-06-29  Joseph Powers  <jpowers27@cox.net>  [1d07b560e90ae85033f8ed2093e4ce05fcfe2113]

        Replace List with std::vector< CntHTTPCookie* >
        
        Signed-off-by: Joseph Powers <jpowers27@cox.net>

2011-06-30  Xisco Fauli  <anistenis@gmail.com>  [09d2936cd6fcd576d9945d071bf23b4fa273e19f]

        Remember last template and clean ui/event/

2011-06-30  Marco Cecchetti  <mrcekets@gmail.com>  [d275bc903dae0db887b07d042be7dc927e668e35]

        svg export filter: added support for browsing slides
        
        Cleaner svg, convert javascript to working state

2011-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [08c36805acddc116d57f0a7f912aeb75f3a41de1]

        fix for fdo#36963: name box always selects cell in the first sheet
        
        add the current table number as fallback to the address parser for the
        case that no table is specified

2011-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b2626b816ef74d0ca0b3f5c1edb1b4058ad43433]

        some clean-up

2011-06-29  Tor Lillqvist  <tml@iki.fi>  [04da22088ebbe5418c9d14c31f52a0d7f42abcc0]

        Handle *.mm files too, don't use non-portable comma operator of find(1)

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [fcbb82c377173e12762e553802c1742d6927834b]

        Revert patch to change .idl

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [df69092dd7c23f676970090ca994b5445b6a7e89]

        Revert patch to change .idl

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [969af6fdbb35fa5bd75132055d0b4fc111354db5]

        Revert patch to change .idl

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [4312ed8c4f85575ab125da84ba09f02430ee9a89]

        Revert patch to change .idl

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [210a1ca2ace587d228a51f996b10436a785ac0ab]

        Revert patch to change .idl

2011-06-29  Xisco Fauli  <anistenis@gmail.com>  [fcab932400a23a4b6d251abfe621f3b2dfde1dc7]

        I forgot to delete it

2011-06-29  Xisco Fauli  <anistenis@gmail.com>  [7dff2956f84668a425ca7770946c21911d60178a]

        Save Configuration

2011-06-29  Miklos Vajna  <vmiklos@frugalware.org>  [8adfe7f13c6a9dad6a381a753b041102deec369d]

        add support for endnotes

2011-06-29  Miklos Vajna  <vmiklos@frugalware.org>  [fbdc98489973a33af4ef3f6ae072abe51716c564]

        RTF_FOOTNOTE: support custom marks

2011-06-29  Joseph Powers  <jpowers27@cox.net>  [a0ae520db0a920b68d53592ffb7521e3dc916c05]

        Replace List with std::vector< CntHTTPCookie* >

2011-06-29  Andras Timar  <atimar@suse.com>  [d33fd8ad9177b6550ab43c4f05f32c18ca482f55]

        sorting additional language packs and dictionaries fdo#34479
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [81b4a0aff796618220b2e08212a4880724db5f71]

        Add more Win32 API libraries and factor out the moldname/oldnames difference

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [25615c515152dbebe99ae49fcf3817ca738a954d]

        Just use the same style library name for jvmaccess for MinGW as for Unix

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [ca510ed87235ceaab8bf0bf180eb9c606d7dcb24]

        Just use the same style library name for jvmaccess for MinGW as for Unix

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [dd5d0657c0171e74c93c5db2ee066af8a167254f]

        Fix weird Cygwin build problem

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [ff382cc4b3e79beda31319162c5f077d48412246]

        bad merge, fix to enable extensions to build again (cherry picked from commit 194da0076d3b4a6968496261fd2eaca9e8e955f9)

2011-06-29  Andras Timar  <atimar@suse.com>  [f34252f647db9f5d274afb0b12bc897544236003]

        sorting additional language packs and dictionaries fdo#34479

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [3875143643549aa34877b3efa1bb1e3756e218d2]

        Related: fdo#38704 make simpleMapNativeRoleFrom::accessibleContext safer (cherry picked from commit 5efca1417e430a0f1ba169638955d3b5cf921dde)

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [293c3714db169d97332870a4857cd242f4b1e5ea]

        remove deprecated ByteString::CreateFromInt64

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [db57823374ee65b80cd53c5fd4234ad3bf6e287d]

        Don't use the (win32) jawt_md.h as we don't have that when cross-compiling
        
        Just insert the trivial JAWT_GetAWT declaration and
        JAWT_Win32DrawingSurfaceInfo struct definition.

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [1b13657acfdc1613ca54841a8f09afad07e925b1]

        jawt_md.h is not needed in this file

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [7058bcf15bff40753ea863e30de9fad215096fc1]

        Just use -ljawt (the self-built trivial import library) also for WNTGCC

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [9e1dfa577973ba8bbe71159e76b1e7925c23f32a]

        Related: fdo#38704 make simpleMapNativeRoleFrom::accessibleContext safer

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [6be700e1cad87d832dc0c5dbd8f89b324f493cf3]

        Produce an import library for jawt.dll when cross-compiling to Windows
        
        There is just one export from jawt.dll, so just build an import
        library trivially ourselves instead of requiring copying the jawt.lib
        from a Windows JDK installation.

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [fb8168bb555147927c69eaa243bb7d8a3d99c34d]

        ditch unused compare

2011-06-29  Miklos Vajna  <vmiklos@frugalware.org>  [d68c6b5414e2c0bd9efa81f6a280da74c241c56a]

        implement RTF_FOOTNOTE

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [8e607be954410d8dc5bac4071d30cf03ce55cadf]

        remove deprecated ByteString::CreateFromInt64

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [f3d9e12d087a4e907d6f505dfe27c10b765ea120]

        fix nutty pseudo-deference of NULL

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [7fe95cc52cf08b9351bd9af0a0a99941e4795233]

        remove deprecated ByteString::CreateFromInt64

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [97e3d208bad8f08591fb30c510ed351a695fb334]

        remove deprecated ByteString::CreateFromInt64

2011-06-29  Caolán McNamara  <caolanm@redhat.com>  [839aa0f06f6d3acabb3c349633e7c2a344237f97]

        remove deprecated ByteString::CreateFromInt64

2011-06-29  Miklos Vajna  <vmiklos@frugalware.org>  [ba082513c961d5891c2ad99acc65e96e584b76b0]

        implement RTF_SUPER / RTF_SUB

2011-06-29  Tor Lillqvist  <tlillqvist@novell.com>  [991bd40380e274808698b4fcd9a1ea8812da7178]

        Derive also SwFltControlStack from noncopyable to fix MSVC9 compilation error

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [c337830859e3a3e361b3ba12d397e72861c635d1]

        Improved xlsx formula import.
        
        Now uses the values present in the import document
        rather than calculating the formula. This speeds up
        document loading.
        TODO: Extend this to string results as well.

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [e8696e99dbc05a83625083e805f4d330451aa04a]

        Improved xlsx formula import.
        
        Now uses the values present in the import document
        rather than calculating the formula. This speeds up
        document loading.
        TODO: Extend this to string results as well.

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [fc531979da4e2fef78a3f1b9b66d116ebea10b29]

        Improved xlsx formula import.
        
        Now uses the values present in the import document
        rather than calculating the formula. This speeds up
        document loading.
        TODO: Extend this to string results as well.

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [586beca4e429d71acb0745cdec8d4637a7c55b4d]

        Improved xlsx formula import.
        
        Now uses the values present in the import document
        rather than calculating the formula. This speeds up
        document loading.
        TODO: Extend this to string results as well.

2011-06-29  Muthu Subramanian  <sumuthu@novell.com>  [5e30bfb9214767de07e97af8761523eb67776592]

        Improved xlsx formula import.
        
        Now uses the values present in the import document
        rather than calculating the formula. This speeds up
        document loading.
        TODO: Extend this to string results as well.

2011-06-29  Francois Tigeot  <ftigeot@wolfpond.org>  [50f50c9f354a0a85651197eff4308ba2a5f49f98]

        The SGI MIPSpro compilers are not used these days

2011-06-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [686ede63656aebbb498fffc21c8219924c593779]

        export local range names to xlsx

2011-06-28  Francois Tigeot  <ftigeot@wolfpond.org>  [5ceb3e8335e4f631bbebe69d7acf33f3295bfe54]

        16-bit Windows is no more

2011-06-28  Francois Tigeot  <ftigeot@wolfpond.org>  [a81ee1aec4b85459b42bf25e818ee9cc2ae455df]

        USG and Lynx_22 are not defined anywhere

2011-06-28  Xisco Fauli  <anistenis@gmail.com>  [315aa5d4a25369689cd0f7ade5b7064eb832a80a]

        we won't need it

2011-06-28  Xisco Fauli  <anistenis@gmail.com>  [beba48235c53d6aee0b5ce1e9b8f96fdf9ff1db2]

        Load preview configuration

2011-06-28  Radek Doulik  <rodo@novell.com>  [19d19921371a0f6edaec5c3695fa7742a16105d1]

        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>  [c3abfc80099510d37d22e4592e40821fc38649eb]

        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>  [50528c9e89f1df7dcab4d20a0cec91edb0efb2e3]

        fix condition for compositing surface refresh
        
          - fixes problems on slideshow window shrinking

2011-06-28  Andras Timar  <atimar@suse.com>  [62cdb33fe18b37488dd908ceb315abe890eb14b8]

        typo fix/silence warning C4819 on Windows

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [0953ccda128c17dc714d064d46a90f8ab08b6cf2]

        use g log for buildid, modify this if we unsplit repos or change vcs

2011-06-28  Luboš Luňák  <l.lunak@suse.cz>  [4e6e7d1d5b669ab49a7d163543c36ee1115607da]

        fix incorrect merge

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [96e2c20abd4b6cc9bc7cf30a64e5643e25cfb5c9]

        pretty this up a bit

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [8aa6bc4ddbd87fad3a169447f43c7c0630f28858]

        Make titlebar string shorter in dbgutil mode

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [f25084de94599519ecb62a468ba00d33384e308e]

        remove unused lcl_GetVersionString

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [c33025e85685f32c7eee46ab7122b756177c295f]

        Make titlebar string shorter in dbgutil mode.

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [6f9dff66ee12c3cf5874fd4a33b82dbb090fe124]

        break build id into multiple lines if using g log

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [8294f08c84f3eda7d0e3d3db419f9c8e29b05f11]

        add Build Id: string and fix size calculations

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [d372b48727d693ad515f93d11132c707d57b1319]

        center text inside edit box

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [06f18dc75608f2a9b6762c0728ecf37ceb246651]

        ditch used stuff, and make it less horrifically ugly

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [3344a5774ab3fcb496bd92d10c20d11e9538a415]

        throw out CWS_WORK_STAMP stuff

2011-06-28  Francois Tigeot  <ftigeot@wolfpond.org>  [e0010764dbacfea3fb4283c33cb3cf477af189cf]

        Remove --enable-debug, it now breaks the build

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [8035a5dc252c421b287acea9a662f8f3a6456ecf]

        CreateFromDouble->valueOf

2011-06-28  Caolán McNamara  <caolanm@redhat.com>  [7ca3e59c20d30defa60de15ddd55b1e1d98f77a6]

        ByteString->rtl::OString

2011-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e5df38040587459525c82782d78839e65c13f284]

        add support for local range names to ScRangeUtil

2011-06-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4be0cc35915eb7942faca5ea18a55b0f623b8556]

        fix build breaker in debug build

2011-06-28  Katarina Machalkova  <kmachalkova@suse.cz>  [ca5e751e0c7701d354555eb2a02b2db6bc764787]

        fdo#38456: Always set column offset to 0
        
        Setting it to anything else moves field indexes off-by-N and causes crash
        in some cases (the original code has been unused since 2004 at least)
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [28e79aa91e502fbabee1198193a3cb4f125f330a]

        remove unused ByteString::CreateFromFloat

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [26cdd787f6f93a595278e85c39ee2362d1fb3be1]

        CreateFromDouble->valueOf

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [3be39b7ee512114f7a9e7db30175564aaeb723b5]

        remove deprecated ByteString::CreateFromDouble
        
        use OString::valueOf(double) instead

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [c3a0be5e2a884c4be85b2da6e9f26ae6e7c4f324]

        remove insanely stubbed methods

2011-06-28  Miklos Vajna  <vmiklos@frugalware.org>  [77354635bf3587dbd93f3e22ad8b92e0c79d0144]

        colums can use the border accessor as well

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [74ddfb058c33f980784d3e4c65cf901d1d1702a5]

        ditch unused code

2011-06-28  Miklos Vajna  <vmiklos@frugalware.org>  [e1c88132130c055ea239f8e0498132f1d7a9778a]

        introduce lcl_getBordersAttributes to avoid code duplication

2011-06-28  Miklos Vajna  <vmiklos@frugalware.org>  [486e5c0c8158cfed74a449ee813ec61bfe7fa20d]

        implement section borders

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [9f0e1d859ea744cd8b600dd229bfe30a6bf2bc56]

        remove unused datetime

2011-06-27  Thomas Arnhold  <thomas@arnhold.org>  [ac02b95bcc77797b72250b6d252a248af2ab49cc]

        fdo#38725: Reorder buttons to Ok, Cancel, Help
        
        Remove BUTTONS_HELP_OK_CANCEL definition and use more
        intuitive usable BUTTONS_OK_CANCEL_HELP.

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [c2026fa9a8cc2c60c1b35f4461bafa2271e4c43c]

        introduce RTFBorderState

2011-06-27  Thomas Arnhold  <thomas@arnhold.org>  [109afdcc3fcb415db79f8c2db2f8417343c65515]

        Use definition of BUTTONS_HELP_OK_CANCEL directly.

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [19db80134ea95d771673cde31022b0473d60aaa7]

        modify all paths

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [2cad2a5fa06b122687eb6233b3ef78567f735d61]

        implement RTF_DEFTAB

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [1de245a2cbb71a3d26e31f87b2db7b6257f808d3]

        implement RTF_TITLEPG

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [85289e8a636c2b3c400316f4b834132d4a8414e0]

        RTF_PGNDEC stub

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [30805d7e0b8b0da4ceef328247026ce490de8e26]

        implement other header / footer keywords

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [e8bb4a301e861929f539154375519d2c9679aacb]

        mark local functions as static

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [b41267fb0af5d96bd45f1bb33a4d79b132078657]

        multiple tabs per paragraph: clean up and fix

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [377708803765ff7048cc8a7469e00542fd3a48bb]

        Handle empty fldrslt groups
        
        We used to end the field in a text group, but this won't work for empty
        contents.

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [9012f1c5085d1e188c5536280807077890ee45ab]

        valgrind: fix leaks

2011-06-27  Radek Doulik  <rodo@novell.com>  [27ba00f563353033369ad325b5cb45a3fafa9749]

        do not set minimal size for fullscreen windows
        
         - otherwise they cannot shrink when downsizing resolution of the screen

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [d16338cdaf831f24f99427b17b2ae7c92d6866a2]

        substreams can live without section properties

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [a59b6aba728f985517ae21ef10b0e07a9df9c135]

        output headers/footers at the end of the section

2011-06-27  Tor Lillqvist  <tlillqvist@novell.com>  [ab8ac10a4f44d5ed50c5ee5ea8b4686d276615dd]

        Fix two obvious errors, but this still sucks
        
        The generated setsdkenv_windows.bat file still does not seem to work
        properly on a 64-bit OS where LibreOffice has been installed in the
        default C:\Program Files (x86)\LibreOffice 3.4 folder. The horror of
        cmd.exe, "special characters", quoting...

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [826203a2def098cb228cf7eae71d4c5430b7b223]

        explicitly end last section

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [5d8fc66e8d691bb7f411040e8653b58b737aa62a]

        introduce lcl_TableBreak

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [371cc95968c02fc2c7db661950c37f2d569060cc]

        convert section break to a method

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [05262c5ec09b371629f6d29a71c9e33c2b8fd86c]

        rename CloseIfOpen -> SetEndIfOpen which is what it does

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [6382d67995ccb09a03de345e485cbaf70097fa81]

        use public boost::noncopyable instead

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [44df9639687c5eeb3ead2d231788a970da1946ac]

        rename bLocked to bOpen to be meaningful

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [b3cee382f449aa69213dc21f7b1ba6a5356d2865]

        Related: #i76955# make this 4+ times faster

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [3fb860ea50b12a40daa2f9062edf41138b0be976]

        git rid of bCopied remnent

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [6ef90f9c47b2bd893b9b5b62788ee75fef1b7cdc]

        std::deque -> boost::ptr_deque

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [ba93d01a1f779524a6fc26a94a6108063aaa357d]

        drop dubious copy ctor and use boost::noncopyable

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [ff1950e9f4f622d800aeea2390ecd75961a1db89]

        refactor MakeRegion so we can avoid dubious copy ctor

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [693bd2ebad9d80074b92c785125278e4580080f7]

        refactor part of SwFltStackEntry into SwFltPosition

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [360f17098f7b1b4a3a191e52d17388235dfb22e5]

        nHandle unused

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [9be32c91d51e825e720a36c1ff1620830866aa28]

        this can be const

2011-06-27  Caolán McNamara  <caolanm@redhat.com>  [003071aecfaaf66735b03eec5268de9f515ce335]

        make this more readable

2011-06-27  Luboš Luňák  <l.lunak@suse.cz>  [5c071cf792bd40541b296c9d3546a7ac596a3563]

        make sure w:drawing is not written inside of w:rPr (fdo#38110)

2011-06-27  Tor Lillqvist  <tlillqvist@novell.com>  [afe389f814cd4cfd1f3262eb354e5e309b694a38]

        Bypass for MinGW for now

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [a9c29d5211a9c525b3912ca8222d7690d45889f8]

        these are attributes

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [59c0c19ea5824239c9a304687dbe826282fe20e8]

        add RTFSprm::erase

2011-06-27  Tor Lillqvist  <tlillqvist@novell.com>  [12330bfe5b604a77c8aa27dff8a525cc751877ed]

        Fix Windows build

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [27c5340ae190f4a5829d16a2e1fe0c9d070175e3]

        send section properties to the substream

2011-06-27  Francois Tigeot  <ftigeot@wolfpond.org>  [c3fbaff0ecf115998e0367ed33df976e6edf28dc]

        Remove tgetpwnam.cxx, it is unused.

2011-06-27  Luboš Luňák  <l.lunak@suse.cz>  [68628b81e17d8ab694de29283502db9d748ca0b7]

        avoid infinite loop when writting out docs with bookmarks (bnc#700370)
        
        The next position is either next attribute or next bookmark, whichever
        comes first.
        ACK by Cedric.

2011-06-27  Luboš Luňák  <l.lunak@suse.cz>  [fcba89267c2ca490513171dad86c61a15fbeddae]

        avoid infinite loop when writting out docs with bookmarks (bnc#700370)
        
        The next position is either next attribute or next bookmark, whichever
        comes first.

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [200cb887aa7ebb01719590e1c92473a4277117de]

        RTFDocumentImpl::resolveSubstream to avoid code duplication

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [70c20482f07b8fd1c6a10493c57a9151b85e0e5c]

        avoid duplicated margin attributes

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [8c1951cf6b6f127363b729222a795c264fc22558]

        lcl_putNested*: support overwrite

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [0e856ae2c5bf3fa487c33310081f5462a136faae]

        these are attributes

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [27f477c8343fb7924e6bdb8986cae1be3c73c099]

        implement RTF_HEADERY and RTF_FOOTERY

2011-06-27  Miklos Vajna  <vmiklos@frugalware.org>  [8268ca0b7521c4de5f42ad6f294a78f68fecb665]

        Enable rtftok on experimental mode only

2011-06-27  Luke Symes  <allsymes@gmail.com>  [4df84d6aa0ffcd09f3d320d2f27254c7666a719d]

        Scroll to newly added animations in the list.

2011-06-27  Luke Symes  <allsymes@gmail.com>  [1dc2221b2639820a3949f37721243a18cfb74dd1]

        Fix ScrollToAbsPos to work when we have an empty list.

2011-06-27  Tor Lillqvist  <tlillqvist@novell.com>  [818891f6f4a9ec4564684ae1cd56f8e0c360dfed]

        Export the new loadSharedLibComponentFactory() overload, too

2011-06-26  Thomas Arnhold  <thomas@arnhold.org>  [657915558f9e02899198b0c5b000b4af82504486]

        Close file descriptor

2011-06-26  Miklos Vajna  <vmiklos@frugalware.org>  [65f918d8c9a15b84cf6d5b9d4c260b36c2438479]

        Merge remote-tracking branch 'origin/master'

2011-06-26  Tor Lillqvist  <tml@iki.fi>  [8a2836d5fbbcdd458f23d940d9f1c74512be2a08]

        There is no --disable-fontconfig option any more

2011-06-26  Tor Lillqvist  <tml@iki.fi>  [74ce447f370de298f88e0907c4283ee941c69505]

        Include <pthread.h> also for Android

2011-06-25  Tor Lillqvist  <tlillqvist@novell.com>  [f886c513a27be992461d0065284b3a80fc736396]

        Use "normal" Unix-style (import) library name with WNTGCC

2011-06-25  Luboš Luňák  <l.lunak@suse.cz>  [3452b9d2b488107ba97a26d7d94711be7d40015c]

        --with-system-libs should not prevent tarbals fetching

2011-06-25  Miklos Vajna  <vmiklos@frugalware.org>  [fdb681386166d665609e5cd8ae29143ba70967d9]

        Merge remote-tracking branch 'origin/master'

2011-06-24  Radek Doulik  <rodo@novell.com>  [a7ee99c8a20caefe4f1a6d641ba9c588d2115774]

        quick fix to avoid crash on impress's start

2011-06-24  Petr Mladek  <pmladek@suse.cz>  [94afbcdd14bf94bd9c93e0925a8b655b7223712d]

        valgrind --log-file=valgrind.log does not work well with --trace-children=yes
        
        redirect output of the stdout and stderr

2011-06-24  Michael Meeks  <michael.meeks@novell.com>  [a5ecfca964c1a42baeff8167890aca658a1e3c06]

        use sal_uInt16 instead of USHORT on unix

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [ca60b24510da74a0a0d1d72f2713f8f94b9ecc25]

        Resolves: fdo#38623 imported .doc crashes layout
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-24  Matus Kukan  <matus.kukan@gmail.com>  [ec2ba4881538f485ed17dd1c44c2a9fd0a5d971a]

        update component factory methods to use new prefixes, to add lib merging

2011-06-24  Michael Meeks  <michael.meeks@novell.com>  [115feb261aec2d396b7a26f59da084860d7e550a]

        make svp / headless backend's headers more public

2011-06-24  Matus Kukan  <matus.kukan@gmail.com>  [25aeecfdc86de22e2ec29a9ed9a043b4af8542ab]

        update component factory methods to use new prefixes, to add lib merging

2011-06-24  Matus Kukan  <matus.kukan@gmail.com>  [1ef868489e324c66ef54549a12d91ebd39dd7488]

        update component factory methods to use new prefixes, to add lib merging

2011-06-24  Tor Lillqvist  <tlillqvist@novell.com>  [44f80498068bfdbbea42331374ba0923b1d8a49c]

        Do build and deliver lngconvex on Unix, too

2011-06-24  Tor Lillqvist  <tlillqvist@novell.com>  [06c8108fe5c196aec2888d9b236f595f2bcb1c46]

        Attempt to make this build with MinGW

2011-06-24  Jesús Corrius  <jesus@softcatala.org>  [a81f06f209dde863dc8a3024d8e0f49b524aa23b]

        Use $(DLLTOOL) instead of dlltool

2011-06-24  Jesús Corrius  <jesus@softcatala.org>  [9c1b9a76ba13b63f493c9fed49390fbef7f72588]

        Don't include pyversion.mk

2011-06-24  Tor Lillqvist  <tlillqvist@novell.com>  [9e75b2650f160bcd8ddadb10751c0ee12109e985]

        Add shell to cross-build-toolset
        
        lngconvex is needed when cross-building to Windows.

2011-06-24  Michael Meeks  <michael.meeks@novell.com>  [babdd43fcee0963f80df3ed6574e8f70543827e2]

        re-work prefix handling and undo cppuhelper ABI change, add unit test
        
        use a separate prefix enabled method instead of changing the ABI of cppuhelper
        also - lookup the prefix in the dllcomponentloader in case we are called this way
        also - add a unit test for the prefix change

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [aebcc99c996c82e8ee3ea8f40081052719a9d455]

        Resolves: fdo#38623 imported .doc crashes layout

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [58442b0f17a7dd645b29a338d8c936aa36b62bc5]

        vagrind -> valgrind

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [ca7877fa0d56e2cf0928732075efa45289ffbbb8]

        fix this

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [7ebcee46673ae167ca6ebd8972c8eca7fe7706d7]

        WaE: I hate that these are platform-specific typedefs

2011-06-24  Jesús Corrius  <jesus@softcatala.org>  [715954b80b053c5056ed2a84856d2b31362571e4]

        additional native modules needed for crosscompile

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [6ea5ea262b8e6b18ed62165ef559d26ae7ee222a]

        rtl::ByteString->rtl::OString

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [301d17aa879d7225edf4eb18716479182f7f4299]

        rtl::ByteString->rtl::OString

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [2969ee530447326d3c74b6ae9b6c453c98e884dc]

        add timing information

2011-06-24  Jesús Corrius  <jesus@softcatala.org>  [d9708d06a46e030720c58e1f2bc116aa76af8873]

        mingw32-gcc doesn't support the cl.exe GR option

2011-06-24  Matus Kukan  <matus.kukan@gmail.com>  [f1be5778f8c25df71cdfdda9884515c35834ab1c]

        Allows using prefix information about component

2011-06-24  Matus Kukan  <matus.kukan@gmail.com>  [6e73ddbdd9a60a12ce063da26b1e0f6a3508562b]

        Add prefix information about component into registry

2011-06-24  Petr Mladek  <pmladek@suse.cz>  [dea3aeb3e1d22805734916b49b38bd067ce78bd0]

        Revert "fdo#36688: Fixed undisplayed calc page and header / footer borders"
        
        It triggered heavy leaking of opened file descriptors (fdo#38590)
        
        This reverts commit 70af08e849a93d56915b7abe14537facf1022a6a.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [c9c7859798fd9c3f0dc09ab1e0b15d8d127f5d86]

        implement RTF_FOOTER

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [193c84c49f17492c771460e97282c81cb23f1bf1]

        Call dmapper's substream() method
        
        With this, a simple header is imported properly.

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [1cf3877e0b250b5dc733fdd895f189b9991e2ea1]

        substream: parse the current group only

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [e029b7445d25dc5ee2a6521d8c64cdb02c210cef]

        skip the header in the main parser

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [29041d47d27c7cb4943bbd08f9c856a49822c8d5]

        initial header substream support

2011-06-24  Jan Holesovsky  <kendy@suse.cz>  [32fb00ba75e80669d0f18ae2c0493a2b1943d933]

        Disable the online update for the release.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [583cae38684b2e254f2f0ddab8cc5caad1161676]

        store if this is a substream

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [704ff4703020a282284610355177fa1878ec92cd]

        store xFrame, needed for substreams

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [332f0332b962e9039c1fc6803bf77a47a2d9d35e]

        revert header changes, it's a substream

2011-06-24  Caolán McNamara  <caolanm@redhat.com>  [3c05f4b2fa6f64476f5186cc28fcdb50a0d779db]

        bad merge, fix to enable extensions to build again

2011-06-24  Jesús Corrius  <jesus@softcatala.org>  [60acd685b2c7b1c91e09ac81732823e09b8db231]

        main must return int in mingw32

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [9f2d7cefbe56e11d55a955887deb8a90d4bc0341]

        allow parBreak() to call itself

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [56958bdc613f7f67d34a82304dd3fadc6daba5e3]

        paragraph break is now a method, so it can read buffers

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [076eb49d4c795fe0439ab05b183611dc808ae014]

        introduce lcl_TableBreak for more readable code

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [930fd02cbdf7e381c525d7489fce1d0a3e835de9]

        Fix header buffer writing
        
        - reset table buffers at the end of the row
        - set the destination state of inner header groups to normal

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [fa44765290fec70589dd3ba12deb050894cee0cb]

        don't write to m_aTableBuffer, but to m_pActiveBuffer

2011-06-24  Miklos Vajna  <vmiklos@frugalware.org>  [36564528c434e70ff8add45e01c89daee52f60d6]

        enter RTF_HEADER

2011-06-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ba34663313e813451f066e13878ac789d37b27a5]

        OOps, typo

2011-06-23  Noel Power  <noel.power@novell.com>  [f4f7201a9a08e0c010dedf74d362544dbd07c02a]

        fix for fdo#38544 enable Object/Edit menu item for ole/embedded objects
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-23  Luke Symes  <allsymes@gmail.com>  [5438a69c001e2160cde1f4e93a68fdce9fcd6ddd]

        Fix build by updating to new api
        
        Hi,
        
        I was rebuilding master, and had to change a line in libs-core which used
        the old api for SetWindowState. Could this get pushed to master (if it's not
        already done by the time people read this)?
        
        Kind regards,
        
        Luke.
        
        Hi,<div><br></div><div>I was rebuilding master, and had to change a line in libs-core which used the old api for SetWindowState. Could this get pushed to master (if it&#39;s not already done by the time people read this)?</div>
        <div><br></div><div>Kind regards,</div><div><br></div><div>Luke.</div>
        
        >From b759a7cf43544a3eb9614d506637652ba3b20465 Mon Sep 17 00:00:00 2001
        From: Luke Symes <allsymes@gmail.com>
        Date: Thu, 23 Jun 2011 20:50:45 +1200
        Subject: [PATCH] Update for new api for SetWindowState

2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fc6086c720fff5a6397f7146df545226012fd6dc]

        Upload alpha1 version of libvisio

2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7a139dfc2e57364b5cc8caa5e2a0473a4cecef33]

        Upload alpha1 version of libvisio

2011-06-23  Muthu Subramanian  <sumuthu@novell.com>  [2f835624ffff0f8a8e2a0a13cb18cff70dbde2ac]

        Fixed a crasher. Also, improved batch conversion (fdo#37412, bnc#690798)
        
        * The pointer is not removed from the array before 'delete'
        * FilterMatcher now uses (input) content to guess better.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [0fa4a7dcabc2bc30f758717bae310934184be4ec]

        Use correct CPPLCC when cross-compiling

2011-06-23  Regina Henschel  <rb.henschel@t-online.de>  [b0eefda7585fa96a21428af4164aff13fc5e7312]

        Adapt texts to new B-spline implementation

2011-06-23  Regina Henschel  <rb.henschel@t-online.de>  [0a8bfd746590d5a650ba170daaa70327d8df3101]

        Adapt texts to new B-spline implementation

2011-06-23  Regina Henschel  <rb.henschel@t-online.de>  [dac805e3be9c8017bbdb083e8e98819ad4b2a885]

        Adapt texts to new B-spline implementation

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0d9d88d601b4815261e6c65827635ac9957a1bef]

        fix for fdo#38593: don't call vector::back on an empty vector (cherry picked from commit 70d01893e713fa730acd73a28fbf5ee29651215c)

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [649830ed1c205135aef10f084b2ff32963adb7af]

        fix for fdo#38593: don't call vector::back on an empty vector

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [269e128740fee3795689be032f192c3b55ba8b93]

        m_aBuffer -> m_aTableBuffer
        
        We'll likely need multiple buffers (for headers, etc.)

2011-06-23  Noel Power  <noel.power@novell.com>  [5f3bd179cda5497e6dbb965c2bc10adb127b3cdf]

        fix for fdo#38544 enable Object/Edit menu item for ole/embedded objects

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [3524727db0f3cfecf3a47046795c527808c10c3e]

        Related: #i58612# don't crash anyway

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3b9d2499269545007a80c3405ed3f5938809cb32]

        fix for fdo#38204: formulas with range names were not imported correctly
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9b1dbe77297343cc74cf049c64ec65d316d10e67]

        fix for fdo#37880
        
        we need to save the information if we have a global range name or a
        local range name in the uno api too

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [123acf5da2b7111b996bd60a3e9f6b3700466a4f]

        fix for fdo#37880
        
        we need to save the information if we have a global range name or a
        local range name in the uno api too

2011-06-23  Petr Mladek  <pmladek@suse.cz>  [d13971d27cb70eb5fb8e682cda799815d6616efa]

        bump product version to 3.5.0-alpha0, release number to 0

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e0c0d1b2cba88d244c2d206e77f7746e8231d79f]

        fix for fdo#37880
        
        we need to save the information if we have a local range name or a
        global range name in the uno api too

2011-06-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9adca7e295734a8d4f381de04ce8728bec6170a8]

        fix for fdo#38204: formulas with range names were not imported correctly

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [767e473f0f16ef0270db4be204dd275814a015a0]

        Resolves: #i95550# handle wrong text len gracefully

2011-06-23  Muthu Subramanian  <sumuthu@novell.com>  [29387b95a21725ac9a216a18674d0e39917e3481]

        Code review (bug fix).

2011-06-23  Radek Doulik  <rodo@novell.com>  [270e7e9dd759ab82b98ebfab62b4c7d5d8951f09]

        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-23  Radek Doulik  <rodo@novell.com>  [224b2a46820a320b196c1c4a339fe77d80235c27]

        fix condition for compositing surface refresh
        
          - fixes problems on slideshow window shrinking

2011-06-23  Radek Doulik  <rodo@novell.com>  [8ade517f3d7d30c048cae3bf218e7f4df6ed83d9]

        fix crash when changing screen resolution
        
         - m_aXineramaScreenIndexMap in GtkSalDisplay was shadowing
           the same field in SalDisplay, which led to crash in saldisp.cxx
           code in SalDisplay::addXineramaScreenUnique

2011-06-23  Jesús Corrius  <jesus@softcatala.org>  [3288324588c7a50bc45add9ca04645a5e3efe2cd]

        Fix for mingw32 crosscompilation

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [7b8f997cc7911e2061933456b69cc8c50aced5b6]

        implement section and row text direction

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [95e1b67ea8f71a2143ca25f99dd7818e33dad0bc]

        implement RTF_ASPALPHA

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [504ee5c6c3c56f2e0b2c32542b1eb354da323326]

        implement RTF_LOCH, RTF_HICH and RTF_DBCH

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [ade88aaba235ba7eb4463fa3a4429650a2898f70]

        1.2 -> 1.3

2011-06-23  Rafael Dominguez  <venccsralph@gmail.com>  [6f277160288477b7e1a36191b71fe4210beb0019]

        Replace List with std::vector<String>.

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [7ec649923b3f9eefa7f2696cc1206037a0db2f65]

        1.2 -> 1.3

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [c5cf745a15decefc36ccd0d20735ff3c74c8e1ac]

        1.2 -> 1.3

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [772558d87f4b32aecc530664ffd26aeeb4593067]

        remove dead test dir

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [b29622fba5ba3ca82caa10930c62c127988bbf99]

        implement page margins

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [70d8d50e1db2b45491df36a6b3825c193a850e9f]

        implement RTF_PGHSXN and RTF_PGWSXN

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [95c544bebca5e6b348ec6fb7a06fcb4f15849406]

        upgrade to hunspell-1.3.2

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [44cbdc68f98c9b74ba7d5eff31e66e300d7c1197]

        RTFDocumentImpl::dispatchValue: introduce pIntValue

2011-06-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [956b404e2e2333e71646f130ad903b5ba8afa0fe]

        upload a new version of hunspell

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [5e21f16b2d465302813b609b41b61844be4ac9a5]

        implement RTF_PAPERH and RTF_PAPERW

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [5a53562b556c87f90b132e86fbb3cac467f291f3]

        Resolves: fdo#33509 Context menu in spellcheck in RTL UI closes too early (cherry picked from commit 485b6dc95fe783ef3bb9bbe1ae2f65fe04edc926)

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [fd41f24bd9a0441e65428338d87edfd34fa0acec]

        add an OString::equalsL equivalent to OUString::equalsAsciiL

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [921fd5f5d533c1aae8fd339b7ce35189e21fb5cb]

        Resolves: fdo#33509 Context menu in spellcheck in RTL UI closes too early

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [0d1fc0ca49b672c70d2ba29d651628c7cb0f8a17]

        remove unused forward declaration

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [d7f0047e6365e9eac8654cfab2b757e50a2f72a2]

        Remove unused SmartRel2Abs variant

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [fe64e6fc81e9c1f75c065dc6109e17d3076aabef]

        use OString::equalsL

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [124a30f47b1fea9921f5b901f22bacc536a53ce0]

        anonymous namespaces work fine now

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [4e7325d751bba2333453a82e171d18c3245b976c]

        ditch other unused stream operators

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [d17279e61aed460c83a6a7da4d41eadd0434fa0f]

        ditch unused stream operators

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [f1251f68b178860c33521254c9dd4d9b35a96202]

        remove parse ByteString variant

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [a34626180887aa9f5d453924982b8ad04c546cda]

        this method is debugging only

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [9eca65e23a126f8c74e4f0dd0552a019b837feea]

        ByteString->rtl::OString

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [2d73bf30420c72b63413c27d9484a242b55259e1]

        ditch unused APPEVENT strings

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [ace57f2d4ac15557667127d64ac43136fd1d7858]

        ditch unused inline methods

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [13b964631437cc2699148010283dcd4020d3dd47]

        remove parse ByteString variant

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [41333e6a172e8efb607b9ddb7b6a85476a9f9eae]

        catch by const reference

2011-06-23  David Tardon  <dtardon@redhat.com>  [15c80d4db0afca1bfa869d9853b004fe87f715d3]

        make this more readable

2011-06-22  Joseph Powers  <jpowers27@cox.net>  [c3e86dd587a3c60cb5829f4f8b318c00119ed331]

        Cleanup up some unused parameters
        
        The xxxList classes no longer need nInitSize & nReSize. THe xxxTable ones
        still do; however, this could be fixed by a future Table cleanup project.

2011-06-22  Joseph Powers  <jpowers27@cox.net>  [d3c77f63b4823f7a4d68043de50a62dfd5ed5e1f]

        Replace List with std::vector< Bitmap* >

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [52c355bc93e1a94f4f3f3904a2f29d9d331ffeaf]

        use OString::equalsL

2011-06-23  Caolán McNamara  <caolanm@redhat.com>  [1cad5e7b131a1896a8dcbd98504bb3ba3e373904]

        use OString::equalsL

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [bb4e01086cc83eda12af610a1d29f4d390b7d20b]

        Don't use FLIPCMD when cross-compiling from Unix

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [b8d60986fe132829269cc4e043f4150e87628e63]

        use SAL_N_ELEMENTS

2011-06-23  Miklos Vajna  <vmiklos@frugalware.org>  [d71f6330fcb0d8143c43bccf16d04802b0fa77b6]

        implement a bunch of trivial symbols

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [4ffe2461c158226fc587f8b741c1ff8f2adbbb8d]

        Make .rc files compatible with the MinGW windres

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [14ef6705a9fd42cb6e87e2ee664ef3929669a233]

        Add sehandler.hxx with the magic __SEHandler class for MinGW SEH
        
        From the crosswin32-dtrans-mingw.diff patch in the build repo. Also in
        janneke's gub, see
        https://github.com/janneke/gub/commit/8ba48182c026432f72fc40752017a31b4eab60f8,
        but whether this was originally written by janneke, or jcorrius, or
        somebody else, no idea, sigh.

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [588fe79ac95ead46bf4130c059b437581dcc2fae]

        Use the newly introduced sehandler.hxx (now in solenv/wntgcci/inc)
        
        Where the OOo MinGW people get their __SEHandler from, no idea.

2011-06-23  Tor Lillqvist  <tlillqvist@novell.com>  [97529fc38405cb75a7c924d8f228fa28b2a82f6c]

        Fix includes for MinGW cross-compilation
        
        Don't use backslashes. Use correct case in header names.

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [3f7d2ae5ca6eba12074c5aa35b59504a41c274b1]

        more unused methods

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [892d33c8d5033b4f8f7889bf91d257f55adf0e1f]

        close last section at the document end if necessary

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [b601cffbc6bbf6ce20bf8e3959eeb796e0db9e8e]

        implement simple page break

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [8141daf8ae7ced534cd86931e676e8cc151eaa58]

        a column can have only two properties, handle together

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [93f01242ba03809995535666f1bbac223b699468]

        implement RTF_COLSR

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [4ff26f5289ce6a356a421b7b6d827e5c7d008ff0]

        non-balanced columns

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [fe553af4f7a7bfc284f9e4b2fe95dd3efaf334e2]

        implement RTF_COLSX

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [a92a8707200d6e6c188fcaddd95df0aef3490066]

        implement column break

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [c4f66a68917fad7e95cd83b151a3ce3e301bb336]

        Don't send section properties early
        
        We don't need the trick of paragraph properties here.

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa51ea55d18175fe716181efeae44adbe8dea474]

        Merge branch 'master' into feature/gnumake4

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3eb736cc6654c6dac55e2c91a4bb19d4bd9f446d]

        Merge branch 'master' into feature/gnumake4

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [53cf30bde85e817556bc54eec59c6b79edbc0099]

        implement RTF_COLS

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9a1a0c5f0eb8dbb6da71b252c10300126d0c043e]

        Merge branch 'master' into feature/gnumake4

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ad8b32a9d1cdb2ce4b478c70879c29ece123479d]

        Merge branch 'master' into feature/gnumake4

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [98d0937a16212748fca86fc6717bd1373096546e]

        Section properties are a paragraph sprm

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [5e95fe795a6eedd9129739bc1ea36bdc470b87dd]

        implement RTF_SECTUNLOCKED (dmapper ignores it, though)

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [57932727d091b03970856ccc4858f29f882d4693]

        implement section breaks

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [3430986b5c3352df942f93198241ec030bf0fe61]

        implement RTF_SECT and RTF_SECTD

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [ffddfa7c552bd9429be4df3636337a425acdd6a8]

        these are never read

2011-06-22  David Tardon  <dtardon@redhat.com>  [bcfddddaca7b7d76b20b90eb8eaada6219db0e0f]

        offuh is obsolete

2011-06-22  Petr Mladek  <pmladek@suse.cz>  [3f344d378e0f962fd82f2cf673b9bc75c224cdb7]

        use --trace-children-skip=*/java with valgrind >= 3.6
        
        thanks Caolan for hint

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [b99c3e551cf2191876f3d5aa854428ce9d71fb65]

        remove never written nTableCellPops

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [f2b3903f958dfce605b02f76ec54de30e3373433]

        BUFFER_NESTCELLEND is not necessary

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [2037021fb87885c1484d9c4539a2e33ffaa0701e]

        buffer RTF_PAR in tables

2011-06-22  Petr Mladek  <pmladek@suse.cz>  [519d31df8cc383bd7241722435141010dac4962c]

        remove the obsolete valgring support in the soffice wrapper

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [b4b86b7fcc969d1cb3207a06747a779833a00199]

        Buffer non-nested table cells as well
        
        This is required as Word writes table properties at the end of a row.

2011-06-22  Petr Mladek  <pmladek@suse.cz>  [3a6cd71834f20911737fc5dc82f17066c386c532]

        install dbgtrace helper file for the the new --backtrace option
        
        see the related changes in libs-core/desktop

2011-06-22  Petr Mladek  <pmladek@suse.cz>  [cfe0ccb95d6f513ade07b9c54ba2a1b10a9f794a]

        add --backtrace, --strace, and --valgring option to soffice wrapper
        
        the change is only for Linux; it will help users to provide the needed debug
        info; thanks Kendy for the idea

2011-06-22  Xisco Fauli  <anistenis@gmail.com>  [cd40a1931523828b54f29b60c8d6cdad2479d321]

        Remove deprecated method

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [148e5f4c87e177364fd98d544b1c95783521b79c]

        gnumake4: add wizards to tail_build

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [182b970b81d1f516cd9b05033a17145e79f1766f]

        gnumake4: adjust scp2 to gbuild

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5c656063285625ac29846012ca79eecfd6756723]

        gnumake4: adjust postprocess to gbuild

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01ea92166c12fe080575f8faba4162779fb46c28]

        gnumake4: adjust ucb to gbuild

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15f6522a6057c43b423d8163610fe44e72f46c65]

        gnumake4: adjust configmgr to gbuild

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c08d41bade09598971f6404d9ea3ae33baa13038]

        gnumake4: fixup the component foo

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [17e84ae72d784c9c5c1b9ebc3eb3c5fb989121e8]

        add comphelper as a depend if we use comphelper includes

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [2bd815e45d36927e95f0d08e80abc89ef80c8a9b]

        confirm passes on windows

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [28cfdc8e79ff186746cb3b652ceaf3eae08d6e1a]

        add possibility to dump collection of files in here too

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [0af1d19d89ae0effb78b3ab8f5e36ce23467c849]

        tweak this for some paranoid bash settings

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [8fdcbfe58681752727e658071937177f6ee79ceb]

        dewrap fontconfig and link directly, remove non-fontconfig paths

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [9574f268a838690811bce7eb3fdb2020bb8fe6cc]

        add FONTCONFIG_[LIBS|CFLAGS]

2011-06-22  Xisco Fauli  <anistenis@gmail.com>  [1c2a934548ed7937f3df7f766a0165a538f0a5f1]

        Show warning: Do you want to overwrite the file?

2011-06-22  André Schnabel  <andre.schnabel@gmx.net>  [f97015652f7c64291e4ccd3b06c8e11246f1a09b]

        fix for fdo#32421: set indent for footnotes / endnotes to 0.6cm
        
        with this footnotes with number >99 will look much better
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [37da7aa99adb3bcb8842e613eda84802d6bc57ad]

        RTF_CELL should alter the cell definition list outside its current group

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [61f9a54b21cdda7302010a9ad9a29297c359a529]

        reset cell definition list on trowd

2011-06-22  David Tardon  <dtardon@redhat.com>  [4d5aec6e8dc039cfb9fef8a96d625de4c98691da]

        remove duplicate code

2011-06-22  Luke Symes  <allsymes@gmail.com>  [74b31b915587395e35fd72273b80079fc909667f]

        Don't update CustomAnimationList when we are already updating it.
        
        When we update the CustomAnimationList, we restore the selection state,
        and we don't want this to cause more updates (since that makes the
        scrollbar flash annoyingly).
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Luke Symes  <allsymes@gmail.com>  [e6b064a296e5774f124226575ac3aebb68e31133]

        Restore the scroll position of the CustomAnimationList when it is updated.
        
        We save the position of the listview, and also the selection boundary.
        We move with the selection if it goes out of view, otherwise we
        restore the original scroll position. If the selection was out of view
        to start with, we scroll up/down to the first few entries.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Luke Symes  <allsymes@gmail.com>  [a7e20d7ae2d39dc8e5a87852ea492e556dbf1c9e]

        Implement GetLastEntryInView for SvTreeListBox.
        
        This function matches up with GetFirstEntryInView, and will be useful
        in saving the scroll state of a SvTreeListBox, in particular
        the CustomAnimationList.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Luke Symes  <allsymes@gmail.com>  [657a01ef25b43df56bc6752b18c9797d49b7201b]

        Implement ScrollToAbsPos for listboxes.
        
        Scrolls the listbox so the given entry is the first visible entry.
        The existing MakeVisible is not good enough since it won't scroll
        down if the given entry is already visible.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Luke Symes  <allsymes@gmail.com>  [16c9d63da67897e51960f3684d8d05b06f2c8f81]

        Set the listbox height to an integer multiple of the listbox entry height.
        
        This ensures that we don't get a half visible entry at the bottom of the view.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [073dd4c78a396bb41802083fe389ac1085cf270b]

        Avoid division by zero with paths that are vertical or horizontal lines

2011-06-22  Thorsten Behrens  <tbehrens@novell.com>  [b036162d609b01e7b27e0eafc09cbd0192d95200]

        Teach LibreOffice proper svg:d support

2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bfc8f933669f486931da4808211154ff6d6965c0]

        Use the sweep flag to determine the drawing direction
        
        The previous solution was giving somehow acceptable results
        in the majority of cases, but was pretty broken
        with corner cases where the arc is exactly half of the whole ellipse and where
        the large arc flag is largely irrelevant.
        If the sweep flag is equal to 0 drawing goes in the sense of decreasing angles.
        If it is set, drawing goes in the sense of increasing angles.

2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [39770935e4bb889fa987d51af91509932c2fac1d]

        Fix deliver

2011-06-22  Thorsten Behrens  <tbehrens@novell.com>  [de8b6ad8ff15b3e31aa057436113ef37cf24ea09]

        Teach LibreOffice proper svg:d support

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c7ae1c289e34a90727f388cda3b837b07804eb48]

        gnumake4: move classpath to build system in wizards

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [fb18147a63061e719c35f32d5adf7699bc021972]

        make fontconfig non-optional on non-MacOSX unix

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [46e6e444aa645759cca611a71a8df03e4a69d80a]

        make fontconfig non-optional on non-MacOSX unix

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [e05b316b390e8edefb273ab78aa1144c37f6ad9f]

        add indeterminate dir for xml tests

2011-06-22  Petr Mladek  <pmladek@suse.cz>  [17466b2d28bdac35667ee5f141ed968c02504deb]

        fix configure without the optional translations module

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e65e22a96757e07509eb44d36f0397579e2c4d5e]

        gnumake4: fix JavaClassSet clean target

2011-06-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [be9748683630c0c9aba9814f0d0c90f88d55578e]

        gnumake4: update qadevOOo for gbuild changes

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [0c6f8003581ea03460f54c5ada00936ec5d341c5]

        fix build errors

2011-06-22  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [12230523f05ee4e5deca648059ab38eb4e99c63b]

        switch to using a vector for styles, and add many range checks (cherry picked from commit 28a56883c2887c44d8892d80bf0ee90ebdc58b48)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [ec22bf47b1c7bb0a4ff7ddd262b66dc92e7a4dac]

        send table width to dmapper

2011-06-22  Miklos Vajna  <vmiklos@frugalware.org>  [10493b75a3422a31126502407f18f373a02426cf]

        RTFDocumentImpl: no longer necessary debug message

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [7ccf55e61d8b56b223e72045ed1bf6290269d1bb]

        ByteString->osl::OString[Buffer]

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [32cc00e9bcd01ff1864ddb3e8727aa4bfa0d4775]

        ditch old string

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [30a53d4ea9f554fed283245fb02ae6c1437dd0fe]

        simplify this now

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [42bfc7c6ddc12788d2b40076ee58ab6ca95feb89]

        junk unused archaic pre-stl containers

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [a9bec36b0444ae0c0eaf92db22efb456227c4f93]

        remove unused appendUSASCIIParameter methods

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [ac96c998b9ed4cff056a05d343a2ec0a3ce15a60]

        take advantage of default arguments

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [e370ee9a887417c93b455562cf60fc375d9725ea]

        ditch some old-style strings

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [eddbb9c7d6ee5caa3302145cedf81df044d85ef4]

        junk some more unused pre-stl template-like macros

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [b84b7276ffc70998ca8f2c46d2805165f33f5ed7]

        adapt for new api

2011-06-22  Xisco Fauli  <anistenis@gmail.com>  [ac66ba37628ee086b5fce783ff98d1f275adb7fb]

        Remove deprecated method

2011-06-22  David Tardon  <dtardon@redhat.com>  [93d8410023f659c324d1249f6500134b51edf242]

        use the new way of specifying UNO API includes

2011-06-22  Norbert Thiebaud  <nthiebaud@gmail.com>  [41f9319cda0abb94e865e069ec49f848285a29ad]

        fixing trailing whitespaces in pre-commit hook is broken.
        
        The pre-commit hook had code that was trying to detect and _fix_
        trailing whitespaces. this code was broken. If you try to do a partial
        commit on a file and the part your are partially commiting contain
        offending lines, the process to try to fix them drop the rest of the
        changes.
        
        In general it is very dangerous to try to be cute in a pre-commit hook
        a pre-commit hook you tell you something is wrong, and preferably were
        it think that it is wrong... but should not attempt to 'fix' things
        silently. So I did not try to 'fix' that code.
        Instead I replaced it by a straight forward 'detection-only', lifted from
        the linux-kernel's git hook.

2011-06-22  Tor Lillqvist  <tlillqvist@novell.com>  [b1d08330f488ce079669d7f7255772469499ed8f]

        Fix MinGW compilation

2011-06-22  Tor Lillqvist  <tlillqvist@novell.com>  [1ad1d7c114931b3daf870fd8935463b92510787d]

        Drop unnecessary UNX vs. Windows ifdef
        
        The UNX code compiles fine both with MSVC and MinGW. In fact, the
        non-UNX code did not compile with a modern MinGW.

2011-06-22  Tor Lillqvist  <tlillqvist@novell.com>  [981641aec8e4a64ea0b694de9824190af30fbc76]

        Simplify MinGW crack
        
        Avoid copy-pasting. Just change the pointless use of
        double-underscore-prefixed identifiers __argc and __argv in the getopt
        prototypes (which clashes with stuff from MinGW's stdlib.h,
        apparently) to plain argc and argv for all platforms.

2011-06-22  Tor Lillqvist  <tlillqvist@novell.com>  [0dff25f128a49e5502c8c665f3356364903558ad]

        Bypass these if we don't have the Windows SDK
        
        I.e. mainly when cross-compiling with MinGW. We can't build an MSI
        installer when cross-compiling anyway, so that we can't build the
        installer custom actions is fairly irrelevant.

2011-06-22  Tor Lillqvist  <tlillqvist@novell.com>  [3fb73be520950039b5a88d95057bc705bef147bb]

        Update Android autogen.lastrun

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [e5bb8c39d85099e7e5c051e426e527b34f859480]

        minor nit, duplicate test

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [4f314412dee35856ae70a8331047f7c54e07073b]

        adapt for new api

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [eeae1dba8bc94dbea4beb64f9c6fc1a806616ff9]

        adapt for new api

2011-06-22  Caolán McNamara  <caolanm@redhat.com>  [3305a95b2951a7089c268938319552ccda4b5f1c]

        adapt for new api

2011-06-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5e137eb78c8a49508f105af6d32355e739140308]

        don't erase an entry in a vector and continue using the iterator

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [8a1dc3f86e010cd0bc7ddf82b8c8e398569a5448]

        add default arguments to make this less painful

2011-06-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [831a0c88bdde256e8c58f5f524400163553fe608]

        Be gracious with broken paths

2011-06-21  Andras Timar  <atimar@suse.com>  [9e5ce467898ee588b318f2efe8ee6fa4adc5a2dc]

        update product code of vcredist_x64.exe

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [2062cdd6ca671fb6a1b0d3bfb4146de02bfb15d2]

        Add (dummy) svsys.h file for Android

2011-06-21  Xisco Fauli  <anistenis@gmail.com>  [89f17de5c68479a8b20047b85cbab913bafb71ce]

        Add an import I deleted by mistake

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [167311be9b2ddbb9acb9e7253143330101fd9d11]

        Make cppunit build for Android

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [0de41f534e6721fe95532b5f6c945017aff2d1b7]

        Add UnoApiTarget

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [c7c92480b6352c98eb12275769d11ee5cd6a45b4]

        Comment improvement

2011-06-21  Marc-André Laverdière  <marc-andre@atc.tcs.com>  [98df55bc04b4b674cb779d80481c29565ab883e8]

        switch to using a vector for styles, and add many range checks

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [29d8b7861b055e02c454b617bb70291696e00ccb]

        WaE: fwrite return

2011-06-21  Xisco Fauli  <anistenis@gmail.com>  [c5253c206a6b8a1fcb2a184b1df92aaeb156ac12]

        Sort listboxes properly

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ed7c0e3aba79e0d428f62b0f3168ba28346bebff]

        gnumake4: more fixes in dbaccess

2011-06-21  Michael Meeks  <michael.meeks@novell.com>  [934da4d8f8a6a9099d59fbf072b6dc37d4368ad5]

        fix bug with duplicate entry in hash trampling on dll linking

2011-06-21  Joseph Powers  <jpowers27@cox.net>  [a8a1afac4d1b476562ec60ef244ef15d6258dde0]

        Remove nDummy parameter from XPropertyList::Remove()

2011-06-21  Xisco Fauli  <anistenis@gmail.com>  [c4179c019dc94f3be5c5b356a3a5243783caf0ec]

        Replace some uno.invoke(now it loads faster)

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d3c9cb684d9328addb6283291f1f11f269b7fe7d]

        gnumake4: remove debug output

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [718b4f32681907294ce2d77f8ad24fa87842dc1c]

        gnumake4: postmerge fixes in cui

2011-06-21  Joseph Powers  <jpowers27@cox.net>  [6b0f98c64c73e26d789f968938d93ed02fee169f]

        Remove the nDummy parameter from XPropertyTable::Remove()

2011-06-21  Andras Timar  <atimar@suse.com>  [f16dbd89fdb50eedcccbdce7638be4d84329776c]

        fix label of Save Keyboard Configuration dialog fdo#31353
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-21  Andras Timar  <atimar@suse.com>  [abfe27cf6b15cec394471b41a742ffb49e46bf1d]

        fix label of Save Keyboard Configuration dialog fdo#31353

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [e24eae042c4d3c2963c74ab8bab16c59eadc969f]

        Set LD/DYLD_LIBRARY_PATH when running rsc

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [eb0138502a13ba3fee12c6a4fc9738d6ab87397c]

        Add EXECPOST_FOR_BUILD

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [d4c4b91fdb6fb6931e4b1c307b934012ed7fa6e3]

        Add unoil and javaunohelper to cross-build-toolset, sigh

2011-06-21  Joseph Powers  <jpowers27@cox.net>  [2c7d121826406279a3558c298caaf4e006046851]

        Replace List with std::vector< XPropertyEntry* >

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [1b74a59a35ca36d6eb52a0a043f385c5f67e8c39]

        WaE: short-reads/writes

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [e8de073d6336a2a8e170ecb5e1598c8ff4819cef]

        use size_t here

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [531c1e2455f418817079bfecbfa00f5164b2360d]

        gnumake4: postmerge fixes in starmath

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [1565f386d49dce8e3370e999123ad7b292357770]

        gnumake4: postmerge fixes in formula

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4eac26400b8ef08331938d3513c762abfb7b142e]

        gnumake4: postmerge fixes in sd and slideshow

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [03e6f1338cc18d047582fdb22787ebf0f693d8a2]

        gnumake4: postmerge fixes in hwp

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [cd4395feb590a6f8fa1123dcd590e97a7c0cd302]

        various unused junk

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [100fd14a70892a7c183574c3fc58672a04689211]

        gnumake4: postmerge fixes in sc

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [81ca9771b760858e9db7e4bd595fab4a15113089]

        gnumake4: postmerge fixes in dbaccess reportdesign

2011-06-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac064a1230228c8fe18b435c7766658be6d8e4d5]

        gnumake4: postmerge fixes

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [6423a66abff68d421fc356d5df9e3193da59014d]

        Use "Unix-style" (import) library names for MinGW, to match libs.mk

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [5b3e2b65345d24961c285b4651730f22f3bf2a0b]

        Don't use backslashes in #include, eek

2011-06-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [313c5e1e676655bcb6849e9ae8eaf78a18652e5d]

        Add bounding box of an elliptical arc and output the 'A' element

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [ce404da339abcf0e8495ccad2e4a235e10a68454]

        convert string

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [3b2dca63e71457e38b8ec65cb207f3d845f2c887]

        convert string

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [6c359e5757efb9eeefc42c73c0390fb7cc2c1bed]

        ByteString->rtl::OStringBuffer

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [407e9d0b7a31ca69ab3f2940bedc3cc153d2e0e5]

        catch by const reference

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [3b1cc3bd61ad38fc7293aafc9f5af77b1fc44f07]

        catch by const reference

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [3fb492fab3ed8871e8f9cab1c2a71783ce2f128d]

        drop unused method and object

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [0b33d59fd29fd2d220c06d043e4192cc08071df2]

        ByteString->rtl::OString

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [b0a7f87a861c4ef9caab40b904f4d22d39496493]

        catch by const reference

2011-06-21  Caolán McNamara  <caolanm@redhat.com>  [73de7fa2ccfab86a90130d8a571bdae861dab5bc]

        catch by const reference

2011-06-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [954e98f5bc9301a85067c99d68b0404c8d330f6e]

        better fix for fdo#38455
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [63cc1595cc11a573962999d5c7843992d6e3091c]

        Use gb_Executable_get_target_for_build for transex3

2011-06-21  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c6f1beb434ab5e43a1762cdd3681b4f2ad9114e2]

        remove first fix for fdo#38455
        
        better fix already pushed

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [e72b8881cdf3eeb6ecb4ea4864e07ba06a958078]

        Do depend on rsc always, we include rscsfx.hxx delivered from there

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [74948277ffe67a5bd03822a8c04e69d5915816c1]

        Mark l10ntools for DESKTOP builds only

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [bf4f578dbc1a750ce99ea8c572357b44f5cc874a]

        stoc depends on registry

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [c8127045308fc81ea02e76f0268b3d64c10ecf51]

        Fix for cross-compiling with MinGW

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [d34260c0bdd0cfd35346ebe22ace41518c5fb2bd]

        Mark unodevtools for DESKTOP builds only

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [62467741ecf1360cfe89c656c9310feab530ae44]

        Use the import library name that i18npool expects with MinGW

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [a31a128023dbf29d3493417c06a9e3516067add9]

        Use MSVC-specific compiler options only when $(COM)==MSC

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [5cda8705d3b573d7f155bcadbc1b088d916303a6]

        Pack binaries for the HOST ("target") platform when cross-compiling

2011-06-21  Tor Lillqvist  <tml@iki.fi>  [70f5775a9d682ca7d52ebd08da7a35db79844b13]

        Add UnoApiTarget

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [2d33695e8722fcbca3bedbbfa7eb87365767d4c1]

        Resolves: #i105349# protect against missing insertion position

2011-06-21  Miklos Vajna  <vmiklos@frugalware.org>  [639732f50e72c0f5bc9e71c36c3dd5dec2f85429]

        introduce lcl_Break

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [4a180cafbc9ff4155288ca0e52e15e9bf0d3bccf]

        Add gb_Executable_EXT_for_build and use it
        
        Fixes native build on Windows.

2011-06-21  Miklos Vajna  <vmiklos@frugalware.org>  [18df7b6b5a06733c58bf07d3f50b8e3533e1b0f8]

        avoid unnecessary OUString

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [d0643dd6e23a0f4ef05f74ee3cfe20e41d52abdd]

        handle insertion point failure

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [1780e957d64f8dc2cc80adec86ae96a6131e4626]

        gbuild changes for MinGW cross-compilation
        
        Intermediate commit.  But now at least comphelper will build
        successfully. In the build order, comphelper is the first gbuildified
        module where C++ code is compiled and linked .

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [42081959952f12cff8b55018e5b33413353497b6]

        Just use the same JVMFWKLIB for MinGW as on Unix

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [67e1946064ebc1b31111f09024622df735526997]

        Disable ATL when compiling with MinGW

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7]

        Make the make of gbuild modules in cross-build-toolset silent

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [eb5329717707f81d919e00f1a9317c18db87a3d7]

        Don't use gb_Executable_EXT in gb_Executable_get_target_for_build

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [5180b6bbe284cec9f45cf4d093d6e716545bd109]

        More MinGW work, set LD/DYLD_LIBRARY_PATH when running build tools

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [8b0c371f9948c0395eb5d5d062c50be8c4336cf7]

        Drop offuh from cross-build-toolset

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [481d0d318f3cc57974b828989751f05c0d177190]

        Pass --disable-zenity to the inner configure run for the BUILD platform

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [6b9ad9ad8bfe9ae6f8e59affefd33eda30e6630e]

        Add third parameter to the gb_Deliver_add_deliverable call for the .manifest file, too

2011-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee1c6d290f6ab26088d6e093e2856f95cff2314c]

        better fix for fdo#38455

2011-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8aef5dba85ce9f84ca9bb2751ac32d906dc445e8]

        fix problem inserted by 28e07d1f2cc8f1f9c98836d3ada12b7173157704

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [654a53ca2396b38fcfe9750df78f6e32781c71f9]

        adapt to new api

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [58c90368363a5764fc1f4e8eeac26da41df91068]

        No i prefix for import library with MinGW thanks

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [a65ee94f902e0caddaeaabf6ca0a4c1269d02869]

        MinGW fixup
        
        Don't use any i prefix for import library, and deliver it.

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [7d416601642fa12e3597ffc960b39c7686ab4eef]

        Use the expected import library name for WNTGCC

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [d2f90dc4d13a0619132ecb672985225f741c4c75]

        It's <windows.h>, not <Windows.h>

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [ec5b3a6157997b3704792ab5854cde64e924f310]

        Make the MinGW import library name match what libs.mk wants
        
        Use the i prefix only for import libraries built with MSC. Add COMID
        to the import library built with MinGW. This matches the shared
        library name on Unix, and MinGW is a Unix-style compiler.

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [fc9e0ee821a57cb504659da300901dbe68447b8f]

        Don't use the i prefix for import libraries with WNTGCC

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [14619535c984dd1ae6d6a2ed476f4eb43dca700a]

        This file is not used

2011-06-21  Tor Lillqvist  <tlillqvist@novell.com>  [c713ea1cda098e62b7964bcb27db38c458ec769b]

        Include <guiddef.h> instad of <initguid.h>
        
        <initguid.h> defines INITGUID (both in the Windows SDK and MinGW) and
        then includes <guiddef.h>. We want to define INITGUID ourselves, in
        just one place (dllentry.cxx).

2011-06-20  Robert Nagy  <robert@openbsd.org>  [55d4d277c972cc94f041604f411b9eee76b1d0a1]

        update the configure flags to reflect reality

2011-06-20  Robert Nagy  <robert@openbsd.org>  [03992af6dca6b5e0e7307b5cf9ba094a6cbfd655]

        update the configure flags to reflect reality

2011-06-20  Jesús Corrius  <jesus@softcatala.org>  [6bc21bfd345c80a6b3a9cb8b966326e603a1bae1]

        Avoid possible null pointer dereference

2011-06-20  Andras Timar  <atimar@suse.com>  [fd28b6ae322f8dd67f4f079111b8414668302188]

        remove language attributes from styles.xml fdo#38257

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [2b0526cf4fbafaecef5a89b973a122878ae3d3f8]

        buffering row ends is not necessary

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [53561d51c73ed3505051c68010d91f951afe4bb7]

        Nested tables: buffer cell contents till cell definitions
        
        This is necessary as nested cells' RTF_CELLX definition hits the parser
        later, than the actual \nestcell cell contents.

2011-06-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ae7502293b0d3e895967d1e7f64fab7f9a7081eb]

        fix for fdo38455: prevent crash in Data->DefineRange

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff2f7926a5f818981e77869bf41a45e4fa56f521]

        gnumake4: switching gbuildization
        
        * mostly switching to gnumake4/writerfilter10 gbuild implementation (thanks mst, hb)

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [79868fb9db9aa9128ae5df63639a5e788379d7a0]

        make pthreads osl_setThreadKeyData backend work the same on all OSes

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [841cd41e29a8f173c4ac6371de147da102099964]

        enable exceptions for these

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [ec9df99a22fe19ee889fb84ead22325e80fbaaf7]

        add extra test dir for rtf

2011-06-20  Tor Lillqvist  <tlillqvist@novell.com>  [fc030944c592cac397bac674b05b78ed814c7941]

        Bypass when SYSTEM_MYTHES=YES for WNTGCC, too

2011-06-20  Robert Nagy  <robert@openbsd.org>  [5b933526c3188459ce20b4fdc1ed070197c7f475]

        add missing newline to the end of file to silence the compiler

2011-06-20  Robert Nagy  <robert@openbsd.org>  [c481fc6bb8ba7777e4890b9f76d68827f46beb77]

        add missing newline to the end of file to silence the compiler

2011-06-20  Robert Nagy  <robert@openbsd.org>  [4b7ac96383256f8c831ae4d18d65f2574df8cb8e]

        add missing newline to the end of file to silence the compiler

2011-06-20  Robert Nagy  <robert@openbsd.org>  [b5ac550e3ec27492c11c0ec4210810252e9170f4]

        add missing newline to the end of file to silence the compiler

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [944c242048706b12d37eeca5b2d762b1bf776fdb]

        Initial nested table support
        
        Implement RTF_NESTTABLEPROPS, RTF_NONESTTABLES, RTF_NESTCELL,
        RTF_NESTROW and RTF_ITAP.

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [c54998e7220b2a2ca4a662539d770d617f2f875a]

        remove unused ASglTag class

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [128bcac3dc64b3dd7a42defceed30cad9902ca07]

        remove unused ctor

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [1d301de7a8a3077bcdbd7e761998cd24563f5a70]

        remove unused PopFront

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [5c8c13887952c112566c4145173a93d7d39c2dd6]

        remove unused PushFront

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [5a7bd335ef32121c2fd500e9688dd6bd4fb23662]

        FileExtension unused

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [77faf36fbd79edfe360e2b9e5393b3d979a4e0d3]

        remove unused strip_ methods

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [abe204dce71f0f774d1a13e34dc68b39c04a80d2]

        remove unused token_count

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [7feb9bcec25ae9971afccf94f49755e43e23b376]

        remove the unused replace_all variant

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [fb21365cef57fe354d6d87137e43945aef2c7833]

        remove unused StreamStr::to_lower

2011-06-20  Xisco Fauli  <anistenis@gmail.com>  [c0640042562fb92681925e9dddc90fa51997cdc2]

        Fix message, salutation and grettings textbox

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [68ef83dbd75b7f25466e007140aedb9ed3694e50]

        fix buildbreakers in oox, revert token changes for now

2011-06-20  Xisco Fauli  <anistenis@gmail.com>  [59115457ac2fa9735357c1c6d2fbd294f1c0ae96]

        Footer checkbox works correctly now.
        
        Others:
        - Replace all UnoException by python Exception

2011-06-20  Tor Lillqvist  <tlillqvist@novell.com>  [2b12cab45a106e2e8984138354b0d144ab29b211]

        Fix gbuild breakage in WNTMSC build

2011-06-20  Robert Nagy  <robert@openbsd.org>  [4baf801154ee838097f6c7e2533035e2a31d18de]

        parametters -> parameters

2011-06-20  Robert Nagy  <robert@openbsd.org>  [f26726f9ac84e0854607a8e0702ff4ec80acfd26]

        add missing UnoApiTarget definitions after gnumake4 merge

2011-06-20  Harri Pitkänen  <hatapitk@iki.fi>  [9b3c44d568b38938acc797c4a9ff42ad77890250]

        Support CSS text-transform property in HTML import

2011-06-20  Harri Pitkänen  <hatapitk@iki.fi>  [c5efe3c01578a84c551f7ed5605f147f1b10e9f9]

        Import and export character case transformations unconditionally to/from HTML
        
        Import small caps and export small caps, lowecase, uppercase and titlecase
        transformations unconditionally to/from HTML. Previously import and export
        was limited by browser compatibility settings but all mainstream browsers
        released within last 5 years or so should support the relevant CSS attributes.

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [7d954792ff7ddf584506b999947318a2f0e10fc6]

        cell borders are sprms

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [ac6f0ff1f82b03562140f457fe5e73bf4a390592]

        implement RTF_TRRH

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [18e83c68d47af29804e22813ed9766a3bcf537cd]

        gnumake4: fix lingucompoment buildbreaker

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [24af5f6248513a79a1fe056daab8c61bbe03c889]

        gnumake4: fix buildbreakers from merge

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [75068ecaa17c9724feb06f9b8ee12ac29012beda]

        gnumake4: fix buildbreakers from merge

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5cba588ff2e3a97317f9e4fb004ef99bcda6f577]

        gnumake4: fix buildbreakers from merge

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b788274180d19329ac0d0f13ac24d23e50bfcf57]

        gnumake4: fix buildbreakers from merge

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37a773d8970274cd1b34ac4fd78b34c96e717d8c]

        gnumake4: fix buildbreakers from merge

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [902f9da3e550a1eca808c9352cf79c8c39d3386f]

        gnumake4: fix buildbreakers from merge

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [9443bff00d5f25e60438c1c87b5ad6bd8438a16e]

        implement RTF_TRKEEP

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [951b73756688f91fb25e28a6c1adb5c0f58ee21a]

        Reset cell properties on RTF_CELLX
        
        This fixes import of tables when the first cell has no properties

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [1c7f1b646511bab3035bde2f493f49d8b131b12e]

        fix ambiguity

2011-06-20  Alexander Thurgood  <alex.thurgood@gmail.com>  [ad71354bd3974fb2916654c123c3cd3500a9d1fa]

        document this better

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [3bc950b8f0ef5fc1345b86c8dae1ca3983f8cee1]

        add some more test prerequisites

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [2b8113a31da85d685306dcfa123632d2f11e3ee9]

        survive missing storage

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [55b8a3013a9a8c23bf920be4f8f35e401ea5fb26]

        survive missing uiconfig

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [69c0b92475e0a51af598d4f9dc69619f0ea014b3]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [543b0af085b4d698f418b3fa2960fa6964c3904e]

        add package as a test requirement

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [82a49079c68f06a3bc3d7c23f494ddeaeee52a61]

        ignore dot files, and print info about indeterminate loads

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [f25c91273252c444659b1df55953767e9ff3146b]

        Resolves: #i118018# fExtChar affects only < 8 (if at all)

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [95fc1fceb03ed122afca833a4cef272361e622fe]

        handle truncated stream

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [6e51b27eb1c5b8a32e2ca0c07462b3ef9cc83940]

        merge these sprm finders and do it right

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [63b62d66d944265d438bef1575ac2e6e7b6ab1f8]

        add an extra ctor that takes char str+len

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [b98ab2bee1bbe223582a71dc6b2024a2ce40aeb0]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [dfcb6799d7ec99e8cdcab344ffd92dc8c13c17b0]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [86e420075cfc47c21a8c755e10507f018c3ce925]

        handle truncated stream

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [7956c175a6324393e9dc861a8e21608cd7956594]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [e7355a7d5c1c9f35de4758cd74f29ded768c65fe]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [bbc355c39f52397ce98081bfc090e366a73f0c91]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [b74c7e7fceddca2c93bf7586df938f9909feb0f7]

        silence unhelpful assert

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [4333c4a8548209c8b56e048cd6b75d2626b765de]

        drop unused BS2OU/OU2BS

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [9aa1b2d05848b4598cbf49da9f7f2bd509ace88e]

        survive missing configuration

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [a8a1180056960ef689578db8e6d3542f0d3c7360]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [5f2880cb23fb875128440f159a6257f92d89dd1d]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [67b392a0621eaf4f9a3b0a99cc37109ca32263e8]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [e1764ce47d25ce68934d53737e17637d72182a1e]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [ac09a57e104a53fca2b2f3fd95314b55722c1576]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [12870341199d9218322865617e1b2dac4178fa99]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [347738eade7b1077067926930b8efef257d4776d]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [c4ed8d454818971d959af7a80a986b7691bf43fb]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [051e6eea5a9363309883c6a92b77210e4284c316]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [5cbd9a7be2ee05499bd730f2e7bd8b35ce881217]

        catch by const reference

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [2da6389c3769d91b3324a6d983968184badafb65]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [49c7f6147b7530454eebbe8149b901ecb343668c]

        ByteString -> rtl::OStringBuffer

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [0d6753aa929a2fe828ea2993ce327a94d6c27e03]

        sFontGroup unused

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [b71210e55044d503853823d2bc12cb0b4d00b517]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [443756d3c4c19456547ced34a27cb522178df19d]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [d2d118362dea800d18a449261ba50f164076195c]

        totally pointless intermediate object

2011-06-20  Caolán McNamara  <caolanm@redhat.com>  [cdf7a764e37c761fb1b3e4cab4c45c8570c6cb9d]

        catch by const reference

2011-06-20  Robert Nagy  <robert@openbsd.org>  [3e07e71abc5928e2085cf19b2f1cfce11ea057f6]

        fix fdo#37110 --quickstart shouldn't show start center

2011-06-20  Robert Nagy  <robert@openbsd.org>  [dbff7ae58b38c2d381008711d828a1f4f03ad22f]

        fix fdo#37110 --quickstart shouldn't show start center

2011-06-20  Robert Nagy  <robert@openbsd.org>  [736b7fc2a701a65cdc87f36dc2741675644cf7ea]

        correctly build GTK systray icon
        
        the setting was lost during move the GNU make
        
        Signed-off-by:    Petr Mladek <pmladek@suse.cz>

2011-06-20  Robert Nagy  <robert@openbsd.org>  [59df634b621f43951af2a9a09dd1d3f6133aca98]

        correctly build GTK systray icon
        
        the setting was lost during move the GNU make
        
        Signed-off-by:    Petr Mladek <pmladek@suse.cz>

2011-06-20  Miklos Vajna  <vmiklos@frugalware.org>  [2ce5dbe263a75db8c7f5f4939b254dc6a74a9ee5]

        RTF_CELLX: fix assignment of previous cell abs width

2011-06-20  David Tardon  <dtardon@redhat.com>  [7a189a97abf22a2266ef755f77f693e8b2d9a5ad]

        this does not apply now that IDL files are processed by gnumake

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b970bf2603eb7827c12a677e85447c658c7bdf11]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	postprocess/packcomponents/makefile.mk

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f7b36ecd838fd3ed00cebb2973d3d2e66ae5ca5]

        remove merge trash

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e70b1417d22d22e3d5bdffb1f4b55bc83a4c36ef]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	dbaccess/AllLangResTarget_adabasui.mk
        	dbaccess/AllLangResTarget_dba.mk
        	dbaccess/AllLangResTarget_dbmm.mk
        	dbaccess/AllLangResTarget_sdbt.mk
        	dbaccess/Executable_odbcconfig.mk
        	dbaccess/JunitTest_dbaccess_unoapi.mk
        	dbaccess/Library_adabasui.mk
        	dbaccess/Library_dba.mk
        	dbaccess/Library_dbaxml.mk
        	dbaccess/Library_dbmm.mk
        	dbaccess/Library_sdbt.mk
        	dbaccess/Makefile
        	dbaccess/Module_dbaccess.mk
        	dbaccess/Package_inc.mk
        	dbaccess/Package_uiconfig.mk
        	dbaccess/prj/build.lst
        	dbaccess/qa/unoapi/Test.java
        	dbaccess/source/core/api/CacheSet.hxx
        	dbaccess/source/core/dataaccess/SharedConnection.hxx
        	dbaccess/source/core/dataaccess/connection.cxx
        	dbaccess/source/filter/xml/xmlAutoStyle.cxx
        	dbaccess/source/filter/xml/xmlColumn.cxx
        	dbaccess/source/filter/xml/xmlComponent.cxx
        	dbaccess/source/filter/xml/xmlConnectionData.cxx
        	dbaccess/source/filter/xml/xmlConnectionResource.cxx
        	dbaccess/source/filter/xml/xmlDataSource.cxx
        	dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
        	dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
        	dbaccess/source/filter/xml/xmlDataSourceSettings.cxx
        	dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
        	dbaccess/source/filter/xml/xmlDocuments.cxx
        	dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx
        	dbaccess/source/filter/xml/xmlHelper.cxx
        	dbaccess/source/filter/xml/xmlHierarchyCollection.cxx
        	dbaccess/source/filter/xml/xmlLogin.cxx
        	dbaccess/source/filter/xml/xmlQuery.cxx
        	dbaccess/source/filter/xml/xmlServerDatabase.cxx
        	dbaccess/source/filter/xml/xmlTable.cxx
        	dbaccess/source/filter/xml/xmlTableFilterList.cxx
        	dbaccess/source/filter/xml/xmlTableFilterPattern.cxx
        	dbaccess/source/ui/app/AppDetailPageHelper.cxx
        	dbaccess/source/ui/app/AppDetailView.cxx
        	dbaccess/source/ui/app/AppIconControl.cxx
        	dbaccess/source/ui/app/AppSwapWindow.cxx
        	dbaccess/source/ui/app/AppTitleWindow.cxx
        	dbaccess/source/ui/app/AppView.cxx
        	dbaccess/source/ui/browser/AsyncronousLink.cxx
        	dbaccess/source/ui/browser/genericcontroller.cxx
        	dbaccess/source/ui/control/ColumnControlWindow.cxx
        	dbaccess/source/ui/control/RelationControl.cxx
        	dbaccess/source/ui/control/SqlNameEdit.cxx
        	dbaccess/source/ui/control/TableGrantCtrl.cxx
        	dbaccess/source/ui/control/VertSplitView.cxx
        	dbaccess/source/ui/control/toolboxcontroller.cxx
        	dbaccess/source/ui/dlg/CollectionView.cxx
        	dbaccess/source/ui/dlg/ConnectionHelper.cxx
        	dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
        	dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
        	dbaccess/source/ui/dlg/RelationDlg.cxx
        	dbaccess/source/ui/dlg/TextConnectionHelper.cxx
        	dbaccess/source/ui/dlg/detailpages.cxx
        	dbaccess/source/ui/dlg/dlgsize.cxx
        	dbaccess/source/ui/dlg/queryorder.cxx
        	dbaccess/source/ui/dlg/tablespage.cxx
        	dbaccess/source/ui/misc/TableCopyHelper.cxx
        	dbaccess/source/ui/misc/ToolBoxHelper.cxx
        	dbaccess/source/ui/misc/WExtendPages.cxx
        	dbaccess/source/ui/misc/WNameMatch.cxx
        	dbaccess/source/ui/misc/WTypeSelect.cxx
        	dbaccess/source/ui/querydesign/ConnectionLine.cxx
        	dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
        	dbaccess/source/ui/querydesign/ConnectionLineData.cxx
        	dbaccess/source/ui/querydesign/JAccess.cxx
        	dbaccess/source/ui/querydesign/JoinController.cxx
        	dbaccess/source/ui/querydesign/JoinDesignView.cxx
        	dbaccess/source/ui/querydesign/JoinExchange.cxx
        	dbaccess/source/ui/querydesign/JoinTableView.cxx
        	dbaccess/source/ui/querydesign/QTableConnection.cxx
        	dbaccess/source/ui/querydesign/QTableConnectionData.cxx
        	dbaccess/source/ui/querydesign/QTableWindow.cxx
        	dbaccess/source/ui/querydesign/QTableWindowData.cxx
        	dbaccess/source/ui/querydesign/QueryDesignView.cxx
        	dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx
        	dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
        	dbaccess/source/ui/querydesign/QueryTextView.cxx
        	dbaccess/source/ui/querydesign/QueryViewSwitch.cxx
        	dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
        	dbaccess/source/ui/querydesign/TableConnection.cxx
        	dbaccess/source/ui/querydesign/TableConnectionData.cxx
        	dbaccess/source/ui/querydesign/TableWindow.cxx
        	dbaccess/source/ui/querydesign/TableWindowAccess.cxx
        	dbaccess/source/ui/querydesign/TableWindowData.cxx
        	dbaccess/source/ui/querydesign/TableWindowListBox.cxx
        	dbaccess/source/ui/querydesign/TableWindowTitle.cxx
        	dbaccess/source/ui/querydesign/querydlg.cxx
        	dbaccess/source/ui/querydesign/queryview.cxx
        	dbaccess/source/ui/relationdesign/RTableConnection.cxx
        	dbaccess/source/ui/relationdesign/RelationDesignView.cxx
        	dbaccess/source/ui/relationdesign/RelationTableView.cxx
        	dbaccess/source/ui/tabledesign/FieldDescGenWin.cxx
        	dbaccess/source/ui/tabledesign/FieldDescriptions.cxx
        	dbaccess/source/ui/tabledesign/TEditControl.cxx
        	dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx
        	dbaccess/source/ui/tabledesign/TableDesignView.cxx
        	dbaccess/source/ui/tabledesign/TableFieldControl.cxx
        	dbaccess/source/ui/tabledesign/TableRow.cxx
        	dbaccess/source/ui/tabledesign/TableRowExchange.cxx
        	dbaccess/source/ui/tabledesign/TableUndo.cxx
        	dbaccess/source/ui/uno/ColumnControl.cxx
        	dbaccess/source/ui/uno/ColumnPeer.cxx
        	reportdesign/AllLangResTarget_rpt.mk
        	reportdesign/AllLangResTarget_rptui.mk
        	reportdesign/Library_rpt.mk
        	reportdesign/Library_rptui.mk
        	reportdesign/Library_rptxml.mk
        	reportdesign/Module_reportdesign.mk
        	reportdesign/Package_uiconfig.mk
        	reportdesign/Package_xml.mk
        	reportdesign/prj/build.lst
        	reportdesign/prj/makefile.mk

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4789e1366182b6ebfda836f02ac4303c3785b203]

        formatting fixes

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2850da4f8cab294b2f897d170b35ec532e3c4d49]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	starmath/JunitTest_sm_unoapi.mk
        	starmath/Library_sm.mk
        	starmath/Library_smd.mk
        	starmath/Makefile
        	starmath/prj/build.lst
        	starmath/prj/makefile.mk
        	starmath/qa/unoapi/Test.java
        	starmath/source/detreg.cxx
        	starmath/source/register.cxx
        	starmath/source/smdetect.cxx
        	sw/Library_sw.mk
        	sw/Library_swd.mk
        	sw/Library_swui.mk
        	sw/Library_vbaswobj.mk
        	sw/inc/iodetect.hxx
        	sw/inc/swddllapi.h
        	sw/source/filter/basflt/iodetect.cxx

2011-06-20  Roland Baudin  <roland65@free.fr>  [1389a5e8aa87f5a42ee248de582e51c811647108]

        Additional fix for bug fdo#33781

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7cc01d861ef6d5428fd24f6850849f7d3d68392c]

        Merge branch 'master' into feature/gnumake4

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [26da7ac79406d09252ce4ba964c1893e19a03021]

        Merge branch 'master' into feature/gnumake4

2011-06-20  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ea1f63a45c3b1ab79c6428ec239a8a269de3c430]

        Merge branch 'master' into feature/gnumake4

2011-06-20  Xisco Fauli  <anistenis@gmail.com>  [7173989ae6a8f4bf71191021a35ecd075245cc6a]

        a bit of optimitation

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ae2ebf8fac893aeb2a328918ce1b12ef6834f16d]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	filter/source/config/cache/filtercache.cxx
        	filter/source/odfflatxml/makefile.mk
        	oox/Library_oox.mk
        	oox/Makefile
        	oox/Module_oox.mk
        	oox/Package_generated.mk
        	oox/Package_inc.mk
        	oox/prj/build.lst
        	oox/prj/d.lst
        	oox/prj/makefile.mk
        	oox/source/dump/makefile.mk
        	unoxml/Library_unordf.mk
        	unoxml/Library_unoxml.mk
        	writerfilter/CppunitTest_writerfilter_doctok.mk
        	writerfilter/Library_writerfilter.mk
        	writerfilter/Module_writerfilter.mk
        	writerfilter/Package_inc.mk
        	writerfilter/inc/resourcemodel/TagLogger.hxx
        	writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
        	writerfilter/prj/build.lst
        	writerfilter/prj/makefile.mk
        	writerfilter/qa/complex/ooxml/makefile.mk
        	writerfilter/qa/cppunittests/doctok/makefile.mk
        	writerfilter/qa/cppunittests/doctok/testdoctok.cxx
        	writerfilter/qa/cppunittests/xxml/testXXML.cxx
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/DomainMapperTableHandler.cxx
        	writerfilter/source/dmapper/DomainMapperTableManager.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/FontTable.cxx
        	writerfilter/source/dmapper/GraphicHelpers.cxx
        	writerfilter/source/dmapper/PropertyIds.cxx
        	writerfilter/source/dmapper/PropertyMap.cxx
        	writerfilter/source/dmapper/SettingsTable.cxx
        	writerfilter/source/dmapper/StyleSheetTable.cxx
        	writerfilter/source/dmapper/TablePropertiesHandler.cxx
        	writerfilter/source/dmapper/TblStylePrHandler.cxx
        	writerfilter/source/dmapper/ThemeTable.cxx
        	writerfilter/source/doctok/WW8DocumentImpl.cxx
        	writerfilter/source/doctok/resourcesimpl.xsl
        	writerfilter/source/filter/WriterFilter.cxx
        	writerfilter/source/generated.mk
        	writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
        	writerfilter/source/ooxml/OOXMLFactory.cxx
        	writerfilter/source/ooxml/OOXMLFactory.hxx
        	writerfilter/source/ooxml/OOXMLStreamImpl.cxx
        	writerfilter/source/ooxml/RefAndPointer.hxx
        	writerfilter/source/resourcemodel/TagLogger.cxx
        	writerfilter/unocomponent/component.cxx
        	writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
        	writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx

2011-06-19  Joseph Powers  <jpowers27@cox.net>  [0950764b8e80151f3fca346a805daf6feb1df4fc]

        Replace List with std::vector< FilterEntry* >

2011-06-19  Xisco Fauli  <anistenis@gmail.com>  [a773886f14f8739be11661acd55d62b6ee6e5e73]

        Avoid crashing after finnish button is clicked

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8db9c382b0b7f29c369a31b073cba3a88353eaf]

        Merge branch 'master' into feature/gnumake4

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7685aa6025b7cdfbcfc52a706252356e03ef0e07]

        Merge branch 'master' into feature/gnumake4

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e2682561337c521f10fa2c87594c86c01b3c662a]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
        	lingucomponent/source/spellcheck/spell/sspellimp.cxx
        	setup_native/prj/build.lst
        	setup_native/prj/d.lst
        	wizards/Jar_query.mk
        	wizards/Module_wizards.mk
        	wizards/Zip_launcher.mk
        	wizards/com/sun/star/wizards/report/makefile.mk
        	wizards/prj/build.lst
        	wizards/prj/d.lst
        	wizards/util/target.pmk

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [941020379b1ea1ec7c564c21e68ea1674cda7683]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	basebmp/prj/d.lst
        	basebmp/test/basictest.cxx
        	basebmp/test/makefile.mk
        	basegfx/inc/basegfx/basegfxdllapi.h
        	basegfx/inc/basegfx/tools/debugplotter.hxx
        	basegfx/inc/basegfx/tuple/b2ituple.hxx
        	basegfx/prj/d.lst
        	basegfx/source/numeric/makefile.mk
        	basegfx/source/polygon/makefile.mk
        	basegfx/source/range/makefile.mk
        	basegfx/source/raster/makefile.mk
        	basegfx/source/tuple/makefile.mk
        	basegfx/source/vector/makefile.mk
        	basegfx/test/basegfx1d.cxx
        	basegfx/test/makefile.mk
        	basegfx/util/makefile.mk
        	canvas/Library_canvasfactory.mk
        	canvas/Module_canvas.mk
        	canvas/prj/build.lst
        	canvas/prj/d.lst
        	canvas/source/cairo/cairo_canvashelper_texturefill.cxx
        	canvas/source/cairo/makefile.mk
        	canvas/source/tools/makefile.mk
        	comphelper/qa/string/makefile.mk
        	cppcanvas/Module_cppcanvas.mk
        	cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
        	cppcanvas/prj/build.lst
        	cppcanvas/prj/d.lst
        	cppcanvas/source/mtfrenderer/makefile.mk
        	cppcanvas/util/makefile.mk
        	i18npool/source/search/makefile.mk
        	regexp/Library_regexp.mk
        	regexp/prj/d.lst
        	sax/CppunitTest_sax.mk
        	sax/Library_sax.mk
        	sax/prj/d.lst
        	sax/qa/cppunit/test_converter.cxx
        	sax/source/expatwrap/attrlistimpl.hxx
        	sax/util/makefile.mk
        	svtools/Library_svt.mk
        	tools/Executable_sspretty.mk
        	ucbhelper/prj/d.lst
        	ucbhelper/source/provider/configureucb.cxx
        	ucbhelper/source/provider/provconf.cxx
        	ucbhelper/util/makefile.mk
        	unotools/Library_utl.mk
        	unotools/Module_unotools.mk
        	unotools/Package_inc.mk
        	unotools/prj/build.lst
        	vcl/Library_desktop_detector.mk
        	vcl/Library_vcl.mk
        	vcl/Library_vclplug_gtk.mk
        	vcl/aqua/source/gdi/salprn.cxx
        	vcl/inc/aqua/saldata.hxx
        	vcl/unx/generic/gdi/salgdi3.cxx

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [92667c8edbaee9a252b1d5d221eb62849f76697c]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	connectivity/source/cpool/Zregistration.cxx
        	connectivity/source/drivers/evoab/LCatalog.cxx
        	connectivity/source/drivers/evoab/LColumnAlias.cxx
        	connectivity/source/drivers/evoab/LColumnAlias.hxx
        	connectivity/source/drivers/evoab/LColumns.cxx
        	connectivity/source/drivers/evoab/LColumns.hxx
        	connectivity/source/drivers/evoab/LConfigAccess.cxx
        	connectivity/source/drivers/evoab/LConfigAccess.hxx
        	connectivity/source/drivers/evoab/LConnection.cxx
        	connectivity/source/drivers/evoab/LConnection.hxx
        	connectivity/source/drivers/evoab/LDatabaseMetaData.cxx
        	connectivity/source/drivers/evoab/LDatabaseMetaData.hxx
        	connectivity/source/drivers/evoab/LDriver.cxx
        	connectivity/source/drivers/evoab/LDriver.hxx
        	connectivity/source/drivers/evoab/LFolderList.cxx
        	connectivity/source/drivers/evoab/LFolderList.hxx
        	connectivity/source/drivers/evoab/LNoException.cxx
        	connectivity/source/drivers/evoab/LPreparedStatement.cxx
        	connectivity/source/drivers/evoab/LPreparedStatement.hxx
        	connectivity/source/drivers/evoab/LResultSet.cxx
        	connectivity/source/drivers/evoab/LResultSet.hxx
        	connectivity/source/drivers/evoab/LServices.cxx
        	connectivity/source/drivers/evoab/LStatement.cxx
        	connectivity/source/drivers/evoab/LStatement.hxx
        	connectivity/source/drivers/evoab/LTable.cxx
        	connectivity/source/drivers/evoab/LTable.hxx
        	connectivity/source/drivers/evoab/LTables.cxx
        	connectivity/source/drivers/evoab/LTables.hxx
        	connectivity/source/drivers/evoab/evoab.xml
        	connectivity/source/drivers/evoab/makefile.mk
        	editeng/Library_editeng.mk
        	framework/Library_fwe.mk
        	framework/test/test.cxx
        	idl/prj/d.lst
        	idl/util/idlpch.cxx
        	linguistic/Makefile
        	linguistic/Module_linguistic.mk
        	linguistic/inc/linguistic/lngdllapi.h
        	linguistic/inc/linguistic/lngprophelp.hxx
        	linguistic/inc/linguistic/misc.hxx
        	linguistic/prj/build.lst
        	linguistic/prj/d.lst
        	linguistic/qa/unoapi/Test.java
        	linguistic/source/grammarchecker.cxx
        	linguistic/source/grammarchecker.hxx
        	linguistic/source/hyphdta.cxx
        	linguistic/source/lngprophelp.cxx
        	linguistic/source/makefile.mk
        	linguistic/source/spelldta.cxx
        	sfx2/Library_qstart.mk
        	sfx2/Library_sfx.mk
        	sfx2/inc/sfx2/qswin32.h
        	sfx2/prj/build.lst
        	sfx2/qa/cppunit/makefile.mk
        	xmlscript/inc/xmlscript/xcrdllapi.h
        	xmlscript/prj/d.lst
        	xmlscript/util/makefile.mk

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [31daa1bd60b3d2118393752cbc1a1d44d9a802f7]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	cairo/cairo-1.8.0.patch
        	cairo/prj/build.lst
        	gdk-pixbuf/makefile.mk
        	libcroco/makefile.mk

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a82eae375ecc76c25bb2172424d22bfe479e28d1]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	xmlreader/prj/d.lst

2011-06-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [81a1c065fd3c0242efa0273eba0aefeebadcd877]

        Merge branch 'master' into feature/gnumake4
        
        Conflicts:
        	Repository.mk
        	RepositoryFixes.mk
        	configure
        	configure.in
        	set_soenv.in
        	solenv/config/sdev300.ini
        	solenv/gbuild/ComponentTarget.mk
        	solenv/gbuild/CppunitTest.mk
        	solenv/gbuild/CustomTarget.mk
        	solenv/gbuild/Deliver.mk
        	solenv/gbuild/Executable.mk
        	solenv/gbuild/JavaClassSet.mk
        	solenv/gbuild/Library.mk
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/StaticLibrary.mk
        	solenv/gbuild/TargetLocations.mk
        	solenv/gbuild/gbuild.mk
        	solenv/gbuild/platform/linux.mk
        	solenv/gbuild/platform/macosx.mk
        	solenv/gbuild/platform/solaris.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/gbuild/platform/winmingw.mk
        	solenv/gbuild/templates/Executable.mk
        	solenv/gbuild/templates/Library.mk
        	solenv/inc/libs.mk
        	solenv/inc/unxobsd.mk

2011-06-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [3c632beb6ca69c05117739de2f935a416c24c88a]

        '-' prefix in Makefile only works for the first command... work around it

2011-06-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [ea1f0f94fcb9f3d2cdf39cb4b0f2e945eb286e8e]

        fix 1eabd795b959830b74c3f3036fefeb143448d898 bad \

2011-06-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [1908ff8ea7ccd55a6a3694f3e5e48bf0adfb679b]

        do not clean dmake if we use the system one

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [5789bdebd73031c4c4ebd68fbadfefa4612fc521]

        Use OUTDIR_FOR_BUILD to run build-time tools

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [09600160cd90ef7a6bec054d51b6304ebbc2b5e0]

        Choose build.pl or make automatically in cross-build-toolset

2011-06-18  Miklos Vajna  <vmiklos@frugalware.org>  [4a54db0836c98fbba599787365615fef2575c317]

        XmlFilterBase::exportDocumentProperties: use OSL_TRACE to dump statistics

2011-06-18  Jesús Corrius  <jesus@softcatala.org>  [03db851b12a77326926ecfdf0543aa2da2205c52]

        Remove obsolete Win95/NT code

2011-06-18  David Tardon  <dtardon@redhat.com>  [5c867b59668dd9144cab863c9e7593c85fc73609]

        debug STL needs visible typeinfo

2011-06-18  David Tardon  <dtardon@redhat.com>  [510737a54ad921ec6d873d1fcda20fae28d99a16]

        enable libstdc++'s debug mode with --enable-debug

2011-06-18  David Tardon  <dtardon@redhat.com>  [6e7add3703836baeece8410efef8e426cab41037]

        rhbz#667082 do not crash importing section containing just an empty paragraph

2011-06-18  Julien Nabet  <serval2412@yahoo.fr>  [7ca72819f9f3dd4ade9075eccfe26fadebb68664]

        Some cppcheck cleaning

2011-06-18  Takeshi Abe  <tabe@fixedpoint.jp>  [72f29a851464801c214db6f5aa7d150299b32732]

        osversiondef.hxx no longer exists

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [2cab78b1b472f33616c519eb02a769f4b85844fa]

        Drop Win9x code

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [c55545bd95a7e9cb4b838d12ea7b08dc8a097492]

        Drop duplicate

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [eb3486268f405a512422646943cdd4cce4c1ed75]

        Just make -lstore work for MinGW as it does for other Unix-style compilers
        
        I don't really see the point in having the UDK_MAJOR in the import
        library name. We don't do that for any Unix either, just -lstore is
        used. It isn't as if it would make any sense in keeping a mix of
        (import) libraries for incompatible versions/builds of the LO (SDK) in
        the same location anyway. The simpler, the better.

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [61c7e5ff42c1d734ad125b22723664b1e9b2f700]

        Just call the import library -luno_sal for MinGW

2011-06-18  Xisco Fauli  <anistenis@gmail.com>  [80e28a53f96e2727b618a07fa5534a8343983c72]

        Remove imports

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [fef6942ac3d6d9ebf8acfa4576308c923ee05544]

        Produce the expected import library name in the MinGW case

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [a908085492d515edda9c25b041c4c2fc8734bc70]

        MinGW hacks, we get a bit further now
        
        I am mostly ignoring the possibility to build natively on Windows
        using MinGW. I don't see any reasoon to bother supporting that. If we
        want to build with MinGW, we want to do it as cross-compilation.
        
        I am not intentionally removing OOo-originated native MinGW
        compilation stuff. Yet. But will soon...

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [394e81876e10e01069f0c0e3004d9ea58a435349]

        Use the slightly different library names for MinGW, too

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [e17aac891e999265cbd34d81d963a57fe12c794a]

        Temporary hack can be binned now

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [7af3985069ac6d6ff7678cb17b28c6b7ce8f5165]

        It is whether the HOST platform supports symlinks that is relevant

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [ce896d9ce639ff39e3218f9895f12d9ffacf2819]

        Avoid more pointless special-casing for WNTGCC

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [19aef0d44364449701e228261dad1be09d7b5615]

        Avoid duplication

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [297a2dfa089e5f165a8debc7b208516457c2a8ec]

        Update the MinGW part a bit

2011-06-18  Xisco Fauli  <anistenis@gmail.com>  [668463395be0fbf5acd18806ef56f54ecd9ed3b3]

        Set current data to the file

2011-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [008179de694e8e2f5fe95bbddf6ba5673dc67fcc]

        Replace List with std::vector<SfxStyleSheetBase*>.

2011-06-18  Rafael Dominguez  <venccsralph@gmail.com>  [be10718636f1ab9f7102baea84893aaec9b93469]

        Replace List with std::vector<com::sun::star::presentation::ClickAction>.

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [243f196dfbe1f48fcaa197e963e25bdc0ab8dcfc]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0cdcda80d4330aa37dad7247d534139f3a7ebe75]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [457fe4e7e83a0fed70a07ddeb2158e02ff1bca7e]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8edd18d85dc91ad448bffe6653e18e9ce581ba3d]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0692507dcc62e94c7af88388961db1d7d12d6dbd]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [baecdfb578cb7bc992944857ad4d8882ef7e842c]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e512adbb0a83012da7ca76c7725c2c532f31b0e7]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a64d0f306856ede0265937969ab5ae0754076ac4]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15a6c3d5c377774c4d57503525acdb2c5e86512d]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c00fe9ce1105c6c2a26954eeaee5e51336909a2a]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cb99ba06b875b0793c8e65518fea1b94ffbe2282]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a3711d3e1266445b02c74059b96ebd6e05e7bd08]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6e135ba19ae197fa6b1ca65034ad3dc8876a6be0]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b3c10ed45fabb5236dc59b6a84ac8d9e5267afd6]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c050d212ec45007fc9c4a42d24a85a962e88f785]

        fixing rebase errors

2011-06-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6f0d3f2a5b72673086f82a88831535e535885998]

        fixing rebase errors

2011-06-18  Julien Nabet  <serval2412@yahoo.fr>  [3ad3e991f052fb563eadb8390d19dc53f3a5d287]

        Add 2 lacking break instructions in a switch

2011-06-18  David Tardon  <dtardon@redhat.com>  [0790fe95b0ae235b2e824740ae0fc6efd19521ad]

        use the new way of setting UNO API include dirs

2011-06-18  David Tardon  <dtardon@redhat.com>  [b795ca330fe8d8927bc24f16df7f80612884c492]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [185a80eb7191151ea0a2d619272a1c78e2d4a9c1]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [176b61f0055a580cef26fde1fad9fd9aa20d5d89]

        add new IDL files

2011-06-18  David Tardon  <dtardon@redhat.com>  [bbe302a8945f1ed2fb5df59d6be91daac6fdb094]

        return OS/2 support to avoid binary incompatibility
        
        This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e
        "Remove OS/2 support."

2011-06-18  David Tardon  <dtardon@redhat.com>  [3957bb94be2fd2407ecff112fa2171acb906ea21]

        remove executable flag from idl files

2011-06-18  David Tardon  <dtardon@redhat.com>  [fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c]

        these entities were published

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a67b57868ff7db15a24346259ef0ffc235979008]

        ause130: #i117218# add forgotten makefile

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [435c4d491f5ee00f986e48145cee50e30f84f701]

        ause130: #i117218# cleanup

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df614b6c643f4b1ff2cedf1a93dee8dd1b20c34d]

        ause130: #i117218# missing pieces...

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e218e57345301d42dd196471760ee76bf7878e9]

        ause130: #i117218# fix broken offapi build.lst

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4313f43185e447903b2a61fa14bf38ea99b6ab77]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [00ed6f6f71dd6615d37c84f878196582038a15aa]

        gb_Deliver_add_deliverable takes 3 params now

2011-06-18  David Tardon  <dtardon@redhat.com>  [254cb2dc95c29e0ddf250db5daf775f9897f5790]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e6ab013f7def9891c2e982bec76458a64953c20]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [169f83bb9c7e9b6c319d68dd7b98b3c981c515af]

        use the new way of setting UNO API include dirs

2011-06-18  David Tardon  <dtardon@redhat.com>  [c25e9282adfdb7573f9da62373b2ebe9f1e4ed83]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4d427bd5c8fe9b3488bd3da49e4158c3021deab0]

        ause130: #i117218# missing pieces...

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4fb5b90d3e3151faf457117af2f2eceeaa7f6b00]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [45b427df93f428bad50a0e4bee515d980b5b179c]

        needs oovbaapi too

2011-06-18  David Tardon  <dtardon@redhat.com>  [aa657051f849f4e9eb4f4138f2f6089e7ddfc63a]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b044c72c69d1e9ab64101f549ccc158c8cf6c82e]

        ause130: #i117218# don't export INCLUDE in a local makefile.mk

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [36d2562f1b3fe39f11d556d0739d65c0e74bb393]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [813d527d55066fd94445cb3dac7c6bcc78458148]

        needs oovbaapi too

2011-06-18  David Tardon  <dtardon@redhat.com>  [5e7d51d43897c3d6acd6951ccd2279a1ab358705]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5db7696114b4a91f5f3c2a1484f3deba6b780b2e]

        ause130: #i117218# fix broken pch file

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3bf16bf9e6c2e2c1e43169d4c3e3f0192ad84956]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  David Tardon  <dtardon@redhat.com>  [24fad4ab423ef8005c17f2a2a635731da6696645]

        disable RDB check for now

2011-06-18  David Tardon  <dtardon@redhat.com>  [c95691c6501fa805a0c619c8348c91933219326f]

        remove offuh from tail_build

2011-06-18  David Tardon  <dtardon@redhat.com>  [2d69ad9ba44a27a194bb63c64e0efb0738770a00]

        remove all traces of offuh from makefiles

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [29caef70bc0a6ea60938125d4e59c2b39a0e7a74]

        ause130: #i117218# complete compatibility check

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c43db760b4b4f43805557d1e2d5e88707bf260a]

        ause130: #i117218# cleanup

2011-06-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [958082720c1bbf67e76ebf2d06d47904ecde0e37]

        ause130: #i117218# change .idl handling to gnu make

2011-06-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [18a7139115e9709efe84d7bebdb6c3c535a29bcc]

        remove debug $(info in LinkTaget.mk

2011-06-18  Julien Nabet  <serval2412@yahoo.fr>  [f58679159af7464684b0737ab6cc89407a79b08d]

        Just 2 little fixes

2011-06-17  Joseph Powers  <jpowers27@cox.net>  [6a7387935de449b5910e291d2dd2bcbb0a6c9a3b]

        Replace List with std::vector< PPTFieldEntry* >

2011-06-18  Xisco Fauli  <anistenis@gmail.com>  [7b7a3f5143260b69202ede557975b9ef1cd59f8a]

        First attempt to create the document

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [a3703dcde3a1654633c33f1a03d71008b6d0913a]

        With MinGW we get the import library when making the DLL

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [190ae222e6933eabb7a9a016690619621bea07ad]

        Use the i prefix for the import library only with MSC

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [b384b734d8b788f86a4d3501b2f4f997c95eef83]

        Use DLLTOOL variable instead of hardcode dlltool

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [69ead478c3ab4981399b615aeea6f5a6a285faa6]

        Bin obsolete comment

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [f7c5ddbc89a2f54805fed1948a937c16988ea1b6]

        Simplify, don't use a different CPPUHELPER library name in the WNTGCC case

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [31c65a35bfb6e3dd83742a61b2314f16021a36b1]

        Use the i prefix for the import library only with MSC

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [3bce832ab39034a15cdf8a045d6659681a62b310]

        No need for separate import library name in the WNTGCC case

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [a6d7605c22dd06e531609af710d6d18797af7de1]

        Use the i prefix for the import library only with MSC

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [fe9a2174c2dd7d76b4f9c15bb30063c2e783aebb]

        Cross-compilation fix
        
        checknewapi.pl can run regview fine on Windows even if the name
        doesn't include the .exe suffix. So drop the use of EXECPOST and then
        this will work also in the case of cross-compilation to Windows, where
        EXECPOST is .exe for HOST, but we aren't running a HOST regview but a
        BUILD one.

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [217b9e6f40d11b0202566bcf1d00530f2f3c8405]

        implement RTF_CLVERTAL*

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [7d9d24b335d960b4f8d1a4ddb9691ac4bcc5cb0a]

        Use a MSVC-specific option only when $(COM)==MSC

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [dc4b364172abe32aed937e7980319b72727213c3]

        Need to special-case AUGMENT_LIBRARY_PATH for cross-compilation to Windows, sigh

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [4d08167b1a409fabcd7d51c32c4575776bc2ebdd]

        Set OOO_LIBRARY_PATH_VAR as for the BUILD platform when cross-compiling

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [ea4291dc1fff0ba3c3ed03267f765e4b40de4960]

        Link correctly with the gnu_getopt library in the MinGW case

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [97fbfbca154dc7bbfeef5264860c3031d60b4e75]

        Use COMMAND_ECHO

2011-06-18  Tor Lillqvist  <tlillqvist@novell.com>  [0dad904cb5af27cb85c7a5caf26b982ac960add8]

        Attempt to fix MinGW build, dlltool not needed it seems

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [a08471366363db51fc43ac047c2efac032566625]

        Bin pointless verbiage

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [04f73604bd1ae9b7e18e24050bd2dcc9a762c980]

        Fix build with MinGW

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [55b7e3d8d3ed6ffcf99568689c08d0645bfde1f5]

        Pass --build and --host options also when cross-compiling to Windows

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [ec7e1a9608971e9d7fd24d586ef8b1e8df54e84d]

        hunspell-mingw.patch does not even apply

2011-06-17  Julien Nabet  <serval2412@yahoo.fr>  [64be4292eb919396c2f06544b9bbaa5568dddb2a]

        Function can be const

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [c3eb3cc710068d8b9c70f3393841548b7ff2f39a]

        Pass --build and --host options also when cross-compiling to Windows

2011-06-17  Julien Nabet  <serval2412@yahoo.fr>  [cf0f2244fddea0d48e6f0c54909bd51dc4e9c54b]

        Some cppcheck cleaning

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [5710898ee78db405d61d52be14d26860877bea73]

        introduce lcl_putNestedAttribute

2011-06-17  Andras Timar  <atimar@suse.com>  [8db47655c7ace543f143b2ff2dae0e37d63bffbf]

        remove url_transfer.htm
        
        They were used by the Insert -> Hyperlink -> Internet dialog but
        the contents were out of date and functionality can be explained
        by a tooltip as well.

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [4df4955319ecd50ecdc19277b5f3407f7fca1508]

        implement RTF_CLCBPAT

2011-06-17  Andras Timar  <atimar@suse.com>  [abad15bc31e99d554a68c6806a3ebb5f592dabbd]

        small improvement of Insert -> Hyperlink -> Internet dialog

2011-06-17  Michael Stahl  <mst@openoffice.org>  [96d563c01bcb8d5126a447276d04058075dd25ea]

        gnumake4: writerfilter: temporarily disable complex test [hg:b3086537b169]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ef9b48130268eddb25dc43fbae1310f665c95adf]

        gnumake4: libcroco: use LIBXML_CFLAGS [hg:506ddad86d06]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [01a601fb2a7a3872599186ffb8c4c4be1500e678]

        gnumake4: #i117687#: source_soenv.sh: special treatment for x86_64 darwin [hg:4347402b512b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ea191d728fd1a3901515c4694be4b7f2416feca6]

        gnumake4: reportdesign: subsequent tests [hg:f0853c706de9]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f4b36d28c40819800a1f06daa694d5a9ead3a9b5]

        gnumake4: dbaccess: subsequent tests [hg:ccd0baa1c81a]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [91834ef6fd7729abdc3154dee773dfdfadab17c8]

        gnumake4: dbaccess: linking against for seems unnecessary (and may break) [hg:fc9eecc5fae6]

2011-06-17  Xisco Fauli  <anistenis@gmail.com>  [4d74613382a61c29c10eeb40cc9d595eaf29ca76]

        Let's delete it for now and see if we need it in the future

2011-06-17  Michael Stahl  <mst@openoffice.org>  [26561e4cee48a97122b918bb9ff405d3592b0627]

        gnumake4: dbaccess: rename stuff so it builds again... [hg:6a688d53e64f]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [64bcaf648bf249634cf8f4aa39aa6719855061a8]

        gnumake4: dbaccess: rename stuff so it builds again... [hg:6a688d53e64f]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e78723080299c9b9e2f8fe76d29e90d6887eb90c]

        gnumake4: dbaccess: add missing uiconfig xml files [hg:53a113ad0eb0]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [047459b5f6ec52231af8517a08d816b349d1f26a]

        gnumake4: postprocess: adapt dbaccess/reportdesign components [hg:d2515b2e3f56]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [b2fab435e61f56303049c72a5c28723dd9da2feb]

        gnumake4: set_soenv.in: do not generate tcsh environment file [hg:7ac1d3e8f1fa]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [9360e44ce3c3db981fca2c52bf68ddd6940c12eb]

        gnumake4: #i117687#: source the right *Env.Set.sh in bootstrap: [hg:ffdb9023a592]
        
        add source_soenv.sh: detects the platform and sources the right *Env.Set.sh.
        bootstrap and the root GNUmakefile call source_soenv.sh.

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [05dde209b0b5b32a84d9b3a67a13b061278108b8]

        implement RTF_CELLX

2011-06-17  Michael Stahl  <mst@openoffice.org>  [00610e27d156a8c56d33debbaba4ac55b7ec9e87]

        gnumake4: #i117687#: do not source *Env.Set.sh in bootstrap [hg:3c81abff5843]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e34be63fd6a257f5225b9306e44cb5ec8dd11efd]

        gnumake4: linux.mk: in product builds, link with -O1 [hg:ad05b3eaeb22]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f57ef058e52f7b835f3a2455ae817213c56a978a]

        gnumake4: linux.mk: in product builds, link with -O1 [hg:ad05b3eaeb22]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [4a8919f790e1473af1818ae2c9d2cb255cbac303]

        gnumake4: #i117610#: move openssl to RepositoryExternal.mk [hg:8df80965ae98]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [0e50d4a041df6e2534de9160bd7fc9753cd77d52]

        gnumake4: dbaccess: add missing include dir [hg:140bf9b8db24]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [10de180b05ffb8134bb66141c7c59684afc7af87]

        gnumake4: #i117845#: LinkTarget.mk: remove debug stuff [hg:22467b40e637]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [dfde3d1f8bd347c79b1f69ac9dac487229af6357]

        gnumake4: #i117845#: LinkTarget.mk: refactor dep-files: [hg:371ab623e90d]
        
        introduce dependency from object dep-file to object.
        consolidate commands into gb_Object__command_dep.
        remove error rule for GenCxxObject which never worked anyway.
        use -include for the dep file: the makefile dependency does not work anyway.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [1f2403f1c86fc2bc620ce00bbb0cdd126b952940]

        gnumake4: #i117845#: LinkTarget.mk: fix dep-files for GenCxxObjects: [hg:7bc9148e9497]
        
        pass the dep-file target explicitly as a parameter to the Object__commands.
        fixes the bug that for GenCxxObjects the dep-file of CxxObject is written.
        remove some duplication in windows.mk/winmingw.mk.

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [173f7d10fac3d02982bb655c2517835f98ce1f95]

        implement vertical spans for tables

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [bbd14fd8e7422e93476891b6e1b4fe169768912d]

        make it easy to dump undetermined pass/fail files in for testing

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [a2d7a4dea3affb2b860d0979e3eafe362865e7ca]

        make it easy to dump undetermined pass/fail files in for testing

2011-06-17  Michael Stahl  <mst@openoffice.org>  [0d96c68e594c46f20ac300981833e0526fce1e69]

        gnumake4: #i117845#: sw: do not link objects into two libraries [hg:0c13175d5e5e]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [d0d162ecdc0d037b59e36391cd3c6a900d1a660b]

        gnumake4: vbahelper: link svxcore [hg:1dabf718a032]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [1ebfe11a8ddd2638f1fd5d422b64298367f5b642]

        gnumake4: svx: fix dependency [hg:785e1d99fe08]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [347e365c259d23b9b655c20e09ab622d70c74546]

        gnumake4: oox, writerfilter, CppunitTest.mk: adapt to changes in gnumake4 [hg:d0e98479a69a]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [62e1aa05cf2bb830d1d0d48dd52414613652991f]

        gnumake4: oox, writerfilter, CppunitTest.mk: adapt to changes in gnumake4 [hg:d0e98479a69a]

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [415be269e83a1433081abc3c6956e4c71ec1ff70]

        make RTF_CELL and RTF_ROW dmapper xml dump valid again

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [93bf853f66f438a8e21f365cb6b10050ec97eaf7]

        Related: rhbz#711087 band-aid

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [e843785c7df3d5756f83373e80c9321cb92f7b96]

        The line that unconfuses dmake can be a makefile comment line, but huh?

2011-06-17  David Tardon  <dtardon@redhat.com>  [d0a81fdc8026f9d881b36959bbfcac0685e7145b]

        hwpfilter is built in tail_build

2011-06-18  Takeshi Abe  <tabe@fixedpoint.jp>  [b33ae7fc706c6f9a8130e34d5eafb0ffbf938905]

        remove dead code

2011-06-17  Noel Power  <noel.power@novell.com>  [cd1c434c4bd4756fa1355e906cb2e8de4aae0618]

        another partial fix for bnc#693238

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [e57bedf0fc27ac0f112ee411e6c8058c74775acd]

        Drop pointless verbiage

2011-06-17  Michael Stahl  <mst@openoffice.org>  [6c251a457b55965a40a8597365402d854680282f]

        gnumake4: reportdesign, dbaccess: remove unnecessary package headers [hg:8f3bb53e08ce]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [50b0d8611523db21d78cc4e1295c8a3b6ccfc9d0]

        gnumake4: dbaccess: fix non-WNT error [hg:80b1d47ae710]

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [fd354f5544737b54f1538aa229258a86af97bc4e]

        Use the i prefix for the import library only with MSC

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [81353edc4e82a1ba2a93b083e0ece085b156b474]

        Just use -lreg for WNTGCC, too

2011-06-17  Michael Stahl  <mst@openoffice.org>  [713088c4b7bf29bc71e1acd3b9eafb0327f5e89e]

        gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [2ac6f1c4f775d10e92e22379d473c1c31835e8ff]

        gnumake4: reportdesign, dbaccess: remove DOS lineendings [hg:ba7a15028880]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [5f4c7773b14600fea37e003fe5903da17197bc99]

        writerfilter10: merge DEV300_m106 [hg:abb16aec07d4]

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [a89fa61cb9b18b58a84f34c5b1f628724198a3df]

        Fix some WNTGCC typos and thinkos

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [778db525295267494493afa929de042cd642d99a]

        writerfilter10: added missing cxxs [hg:972d0c5efbc4]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [3fef91e9ec6d690ac85675dd5c4253ee0673d295]

        writerfilter10: adapt changes for custom target [hg:e16dd402c207]

2011-06-17  David Tardon  <dtardon@redhat.com>  [e5a758f0d8590145cfe5878eabef28b0bc75942a]

        the ifaces should be in namespace ooo::vba

2011-06-17  David Tardon  <dtardon@redhat.com>  [93ae25ae902848a0ce0f8def9a79a2ce705682fd]

        add new IDL files

2011-06-17  David Tardon  <dtardon@redhat.com>  [76b0eaa7bd1c8ec592ddd2ce5acfbdc9e8e3258c]

        remove executable flag from idl files

2011-06-17  David Tardon  <dtardon@redhat.com>  [68e8a8404308a9283f2bcfa3c73a4c1ea774a511]

        remove all traces of offuh from makefiles

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2a0a10364139ae9a6ee13fef2783e30656ea1e47]

        ause130: #i117218# don't export INCLUDE in a local makefile.mk

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f348c7fd936735e4029ca31b26b223ea039efd5c]

        ause130: #i117218# cleanup

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [246efa0d481c4b3bb55c1f53d954557cc027c008]

        ause130: #i117218# change .idl handling to gnu make

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [7d1dcef9eaca919a941749f4d18bacda4a833027]

        writerfilter10: fixes to make wntmsci12 build [hg:704077f08581]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [acbe27995f775bb89d2f3840145a9a81cdf11dad]

        writerfilter10: make CppunitTest run for wntmsci12 [hg:73b123a33920]

2011-06-17  hb  <hbrinkm@openoffice.org>  [5d24f82098aaca0a0a24048bc28d1d206c5ab6aa]

        writerfilter10: make compile on unxsols4.pro [hg:b26ee4159e52]

2011-06-17  hb  <hbrinkm@openoffice.org>  [74c94aa3c44cedbbdb82de88577d9db45d0c92fe]

        writerfilter10: make compile on unxsols4.pro [hg:b26ee4159e52]

2011-06-17  hb  <hbrinkm@openoffice.org>  [b23794a4429caca9a6a29e13d3a78e53d5936d4b]

        writerfilter10: unxsols4.pro: Handle warning in TagLogger.cxx [hg:55b4d6b8eaf0]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [c35841cbf563a08402ec52b1cff99c446c20957c]

        writerfilter10: Incorporate changes in layout of /inc/oox [hg:fd65d2c21e88]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [240efb2547f4c34ed213aa26a2e81b77c37d7b2e]

        removed defines [hg:5a96ba55f5a0]

2011-06-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b3bc39d418b4be7f9e0abc080c5024ecfdcc5345]

        [mq]: oox_gmake.patch [hg:d0beb4a8aa40]

2011-06-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4ec8d1d36ac1cf4512e95e8eee7031aaa796546e]

        [mq]: oox_gmake.patch [hg:d0beb4a8aa40]

2011-06-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [493b594915946bab2807bb1f51e6118640e35fdc]

        [mq]: oox_gmake.patch [hg:d0beb4a8aa40]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [faa35d3f207a1b3c74a14261efeb85f83395ae29]

        writerfilter10: fix wrong #ifdef [hg:9d195c8de43d]

2011-06-17  Kohei Yoshida  <kyoshida@novell.com>  [ac3e28b4dc9bbd50ad9d63812bbad7ce4d39512e]

        Properly return empty string when asked, as it did previosly.
        
        Refactoring of ScMatrix changed this behavior by accident.  Let's
        bring back the old behavior.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [3b6ddf6f0ce1be4b13ccecbc6fe74a2c0d716dfb]

        debug table structure, remove lcl_printProperties [hg:08e908d8968c]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [a6ad96a9509f78ce8ece37fc64e430023e65904a]

        TagLogger: new method toTree [hg:b4a56c7574da]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [1fa81ff260fab9650408934d6dc128dc4c121181]

        removed output to stderr [hg:9467e7f6cd60]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [fa5fdb9dec9db75a4ad6c871858e935d02ec75e0]

        redefined Token_t, used sal_Int32 where old definition was needed [hg:3fe69983f7be]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [5f88d318647eeac5ae7b5bd7fc51bdfd3037464f]

        Only pass on characters, when ordered so in model.xml [hg:da333da977c6]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [c6e0520703e0535e986661b5f6e3f97160c1812d]

        #i116755# handle absolute paths in _rel [hg:fb7e1780f025]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [e993265dec1c3c56b9de4b561dfb36a976086345]

        create effort estimation while compiling [hg:f248c5f07cdf]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [99ee78cbd8e6a2e9e1850bb6b2f19b2ced1f3a68]

        writerfilter10: #i116880# take outline border into account for correcting left/right margin of paragraphs [hg:59fc6a13300d]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [9a0faec6e45cf40fc405c6dcf5da26e4dea296da]

        imported patch correctindents [hg:5208b08c61dd]

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [1f357a5f03401bbc0138eb73807534f59d647121]

        Clean out cruft from systools and especially uwinapi

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [f188e393e8c0d9400387ce3052953603e8aa3faa]

        imported patch PropertySequence [hg:746438bb8917]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [34ae936b8993a43f482967e5ba68f021f969a026]

        imported patch debugcleanup2 [hg:b208d29d0b58]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [b174e5aed96d1fd685625a89a25354763e7d802b]

        imported patch debugcleanup [hg:b63fc5ed86aa]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [7e49f82e7e6c1f51a226f7b0b7ee20c00bff1ce4]

        imported patch debugcleanup [hg:b63fc5ed86aa]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [faccbe64c45c509b75bf6ea72c2b741a95b12846]

        writerfilter10: make JUnitTest run [hg:8fa034389cd1]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [a3231ede0b6c91bac55eaafc1bc1d6bc0ce5a8c2]

        xmlfilter10: reactivated cppuinit test [hg:46adee0574e9]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [ee774d5daf59300029a08148feadc5dcd26fc6ab]

        xmlfilter10: XPathlogger was missing [hg:333ad0d1384b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [dc4650befc74f6e61c77a69fc1f928ed08aa6e7c]

        writerfilter10: clear d.lst in converted writerfilter [hg:f674af31556d]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [5758400c3d092a35c31b00547da48a57667b0a92]

        meged from outgoing [hg:e7087a952a92]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [68a137003729b6b3eaff3cd6d890b65b4db19f6b]

        meged from outgoing [hg:e7087a952a92]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [a9c6105e76789864a4c0e80ffe08537a0b03e0d1]

        meged from outgoing [hg:e7087a952a92]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [223bee0dde9b57f070efc7bcc9478d237718edd2]

        writerfilter10: convert writerfilter to gbuild [hg:1013d9bf5d0a]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [a5b9de194904e720b3d7c2c8cb8eef15d4483fa2]

        writerfilter10: convert writerfilter to gbuild [hg:1013d9bf5d0a]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [a4ed76cda44d7589625876451a953c2210716084]

        writerfilter10: convert writerfilter to gbuild [hg:1013d9bf5d0a]

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a701035d7bcb5fb4b03e38fb7dc400956ffe7830]

        ause130: #i117218# change .idl handling to gnu make

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [660b629785ec5386c3efc150d62a6794a58bf7f5]

        add some more rtf tests

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [522dfdf1bc329e281d40d31f8f969898cd0f4f3d]

        throw out some unused code

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [198c00162650806a36bcfc50c00c9c951acfffb1]

        remove unused AnEmptyElement

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [3e311ca2f54300eb6049e525012f64d84973a2c1]

        get rid if unused Image

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [52950dd69df3630a49422604473219db2393fa71]

        remove unused ifdef branch

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [de8437359f8041db9b0cdf7f8bcb20b2583749d9]

        remove unused ifdef branch

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [0dc604a199583b88caaa91cdfddf794518fe07a3]

        ditch unused mbstream

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [9873968a7436d7176ef6313f9376bb5581d4a1ca]

        throw out some unused methods

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [6e613c590bdd7c6643616ac897533323ff77ebff]

        ByteString -> rtl::OString

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [e178d5a97fd3949f3bf3eb02da73390b6e727291]

        ByteString -> rtl::OString

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [74a007ef73e81bcd9197fde40a38fa303fa88330]

        don't need to expose aNameMask

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [8e752d47381c50e2522be9dc2f216738e2045613]

        fix comment typo

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [f30169f7f7873ac3174f6218dc8c1573ca839aef]

        let the caller own this

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [3c822ccbf013b2c9129cbb4717890114bfdd06ee]

        Related: rhbz#702833 addEventListener without removeEventListener

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [78c06b370de7872479d0b6c56c4dddd10cb14144]

        add GLIBCXX_FORCE_NEW for memcheck

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [1a1024a07a5b9a5a1bac6d8d221c8b3b0632ffe4]

        remove double mutex

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [4dfe99b886d397d2d5784df88bc00d6a415e4b11]

        add GLIBCXX_FORCE_NEW for memcheck

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [a80169f2d97341c320d54bab5c26122b3c9ee28d]

        resolved issues found by cppcheck [hg:3bf5ecb86397]

2011-06-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [fd018e709f9fbb9b83307cc388fc50a77abf6cd5]

        imported patch cppcheck [hg:d55fc25e48ab]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [6a91b70e1f5646f194044d14d9a1eaa8edb422d2]

        gnumake4: fix to use new add rules [hg:76c825726ff2]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [c084d59d7e06bdcef180897ee3e91f41fb2f2ae6]

        gnumake4: fix to use new add rules [hg:76c825726ff2]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d938ccbad9c0f36034cfc86c621de4d562e2b036]

        gnumake4: new file added [hg:19da0341df50]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [2fa7e03614228e65b0c81cd6bc075b08aa42907b]

        gnumake4: new file added [hg:19da0341df50]

2011-06-17  David Tardon  <dtardon@redhat.com>  [45a01cb2c937e5bc479ff72e295bbf4d3a3e64a9]

        remove stray makefile

2011-06-17  David Tardon  <dtardon@redhat.com>  [2ef73ac0e45adb283a6cff2645bddd53aa6b3d70]

        remove all traces of offuh from makefiles

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6813470ad0f8ed4a87ed296d8d35e6857f10bf15]

        ause130: #i117218# change .idl handling to gnu make

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [dbef0ebc20d2a3258aedb98c112ba9ba6ee422e7]

        gnumake4: added dbaccess and reportdesign [hg:a75d5667430f]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [45d2a90c769c9e4930c6ff9dd0bfae79763ffd7b]

        gnumake4: added dbaccess and reportdesign [hg:a75d5667430f]

2011-06-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bdf02789cba76da03dc4bb8e55e8ef5d3075e235]

        ause130: #i117218# change .idl handling to gnu make

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3c93ed792e9c5a0871973731063eb579d665f645]

        gnumake4: converted dbaccess [hg:8113b354673f]

2011-06-17  David Tardon  <dtardon@redhat.com>  [d40a3fdbcbf14b74837cb3f16dc937e7ad6fb65e]

        remove all traces of offuh from makefiles

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [22a4c2db80f641277fd960d57776373fa3ae517a]

        gnumake4: converted reportdesign [hg:e3de7a65caba]

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [d18133f5f06d7be22a8241c21162f1c3caf5236f]

        Surely we are not building Cygwin DLLs in the WNTGCC case!?

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [373c9aaad6fc4701ed3ea85baf4055f130048952]

        gnumake4: new defile for subsystem:windows and subsystem:console [hg:82d8df3b0ccd]

2011-06-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [aff97b56be9c5467c605105898a50ffac9f27005]

        gnumake4: remove evoab [hg:0109ce6e2910]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [3fac4d5f53085871aa3af03ad6780eb77d66ce42]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [43971a5399c8c261b3b2554b023717216b0b4319]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [bd162cb75a4115affb5451584bd9f094f3e37905]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ec93d094ca821f3430c31f996003e94d748d3547]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [a88ef23697b3ed012a01506d6d7587efa70540ed]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f79e31be8c0b96116c71362fcf804ae1a5ffd48d]

        gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [e022e7b0e23247f75583dd6c480537525e3d5aa7]

        --enable-online-update in the Linux universal builds.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-17  Michael Stahl  <mst@openoffice.org>  [49342e2fad2f3d744a39e793b2783fe89985d7d2]

        gnumake4: Output.mk: enable gb_COLOR on xtermc [hg:0a172a5071c0]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [1983d73ac576013ce840ca2d316f93689bd6b184]

        gnumake4: Helper.mk: check for duplicate registration; [hg:cd671263f60a]
        
        the error message you would get when trying to build a twice
        registered library is really opaque.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [c2deab320e22b3f21489a5a5b1fb3b17fc13153f]

        gnumake4: JavaClassSet.mk: strip whitespace when adding to CLASSPATH [hg:4cbea75d255a]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e9f6edc64553e458e15111aca6f3e778eb7afa2c]

        gnumake4: #i117610#: move icule to RepositoryExternal.mk [hg:e86f5a26e982]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e1999381b3c32db9946dc3469665f4c9ffd08de1]

        gnumake4: #i117610#: move icule to RepositoryExternal.mk [hg:e86f5a26e982]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [10cad9e691bee20e2307323b1ffbf25378fbf47a]

        gnumake4: #i117610#: move graphite to RepositoryExternal.mk [hg:ca1349af0566]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [87e4433cdcc7414a556604068917c2d93035b537]

        gnumake4: #i117610#: move graphite to RepositoryExternal.mk [hg:ca1349af0566]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e76747258575e88fe1b4e232701de6e5a9056d2e]

        gnumake4: vcl: adapt makefiles to gnumake4 changes [hg:4a760b654a05]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [0b83137921ec8ad03e7e8bb34921510083e00dcc]

        gnumake4: adapt makefiles [hg:ec87fcbfae8b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [73d2fe983d4fba3c3d4f0b4577447fb3eccf28ae]

        gnumake4: adapt makefiles [hg:ec87fcbfae8b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [4a07f45fbd93391e6c46ab4a7256ab795efda858]

        gnumake4: adapt makefiles [hg:ec87fcbfae8b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [5b694dd7f9fb365c673fd7c449e38931878b49ba]

        ooo340fixes: Library_desktop_detector.mk: add gb_STDLIBS [hg:512cd27383d9]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [d78b18f1c5d1458cbbb16b1c2acf381d5bf23024]

        gnumake4: merge parts of ooo34fixes [hg:ca410a15b7e1]

2011-06-17  Katarina Machalkova  <kmachalkova@suse.cz>  [ce2e94f2f1e5c38b728492ed1e95cf15335b6333]

        Let's make 'Add' button clickable at any time ...
        
        ... not only when last condition in the list is checked

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [042c3732d80b8061c2728caa6057207ec8fa1683]

        ooo340fixes: fix some gnumake migration leftovers [hg:4624ad74b5c1]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f26865fdd3356875bafe23be226843b9a991741a]

        ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ecca617a15ef8ca7dda99ab6057aa3189072f215]

        ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [54c611fa455fd5e9e8fc711c158085924f47d590]

        ooo340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS [hg:e09be3339384]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [44f359776cc8852b12b1e0be9a7ad71d74c63685]

        gnumake4: merge ooo34gsl01 [hg:6470e79f0039]

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [8cddd0efb8e1c4cd801586c2f2916b6ffae451de]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [e2920b2bc0c841aa124c9291e40dd5ee4164b3da]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	cppcanvas/prj/d.lst

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [e3d5d7185df622151e4c3e3903e513bcabde01ac]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	Makefile.in
        	bootstrap.1
        	configure.in
        	solenv/inc/minor.mk

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [62bb785b6664e4e77d4b8a01ca87ba1c4812ad0c]

        ooo34gsl01: #i117732# patch to make configure work with homebrew (thanks hbrinkm !) [hg:1780f020f3f4]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f18fc2ef12d8004ce28b4412f5ceca77d68605c6]

        ooo34gsl10: #i117587# handle application resigning/becoming active during presentation [hg:98a8c4a45d03]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b7e00ffeaace7a35b5e69fb23b97d2d486221c90]

        ooo34gsl01: #i109820# honor background color just calculated [hg:07982b9dd204]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [db08243efa05284860905c22d223cc7eb3935dc9]

        ooo34gsl01: #i117583# remove wrong linecolor test [hg:14801dbb3afa]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [68200a816bb0623407e3fa59cece04bcdcde1c3e]

        ooo34gsl01: #i117131# use correct sign for TTFontInfo [hg:d1476b062da5]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [407dbac9fb04d78d782c555d1236f10b45f5c501]

        ooo34gsl01: #i117680# add graphite_dll fix for MINGW, too [hg:6461ee21fbbb]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [50c94449a942884a1bed6a85d4107342f321b9c0]

        ooo34gsl01: #i117680# add a missing backslash [hg:3c06e9441b58]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [74dd991997e0ce52ab31aec63b0bb05c587e228c]

        ooo34gsl01: #i117680# add ADAPT_EXT_STL define as was before gnumake conversion [hg:43c445bd771c]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [2eccffac60ee10c3507bda71b214f0393bac648f]

        ooo34gsl01: #i117680# fixup graphite_dll as static library [hg:859f1dffdb89]

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [45bf496656a7c4cd69ee055a72cf9d8c37e7e806]

        ooo34gsl01: #i117680# fixup graphite_dll as static library [hg:859f1dffdb89]

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [349f371bcec72a113526e64e235d92a9278f4198]

        Don't look for the cppunit library under a Cygwin DLL name

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [bd4594c3ed55af4e6e9d5e22b8af521b876ba203]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [28609fec9f946db540204d2af68c671fceb55e84]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [1b25a042b661b9d4bb98b4fdf8a824647997e1be]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [aabff0c8234676902e484cd02f947d41b483abbf]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [51eea761ad85e93b33fdae49c96ca417da12ca11]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [13963e1dc93f989190c4742025a295d27fe88736]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [b97042e4b20c72886617769352fcd650edb35e3b]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [323da3f8819a3fc8ae184ef793b79c194b4778b6]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [957cfec9de4c39621dc0e2f3c2ce1e84e056e815]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [8719f4dd69379fd2a158afe55f0203f2980468e7]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [90e89bcee6c41bcfe413204058e5b167437865bd]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [63066a90a4214421203d03feb23be344c74daeb4]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [b2650c3c35e79da424b19da08c9d5dd44416bc8e]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [31bcc8e9819b4fa9f5c7ca84742c3a12b6e84a07]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [261aca3f09f2a0ef7d8c4b693fae92235a868f89]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [259344379ccd372d80c07bc52d0cf12c3cb1ae5b]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [3bef5d0c62a84728c5628c593c986b106c8d4285]

        Must use const_reverse_iterator, fixes build error with MSVC

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [ab6ae4b17cb4efbf45b2e144d6c6e95f972d8c4b]

        introduce lcl_putBorderProperty
        
        also, getBorderTable can be a local function

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [5a7f31ea537cbede44ab8f598b053a3dd7143740]

        table cell border types can be handled in one go

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [1296533305fe4b570d9e6c7f42ce22c406319d92]

        implement the rest of table cell border properties

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [c42df298f6176ef620e5018a861e42b4121d5d01]

        Surely we are not building Cygwin DLLs in the WNTGCC case!?

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [a25f3152a53bf2289712252ca89196df0d89f2aa]

        Fix compilation error with MinGW

2011-06-17  Caolán McNamara  <caolanm@redhat.com>  [5896ff09a1ff85a0b8f84ef5ad7c6c3af7f2721e]

        avoid -I -Ifoo

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [de8751026169ba891837cab7765e65bd8ac8fe50]

        RTF_BRDRW can be a cell property

2011-06-17  Tor Lillqvist  <tlillqvist@novell.com>  [04fa28416c2e44284522175715040e899980ca5e]

        Pass --host and --build flags also when cross-compiling to Windows

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [b887ab0b85a690df7214a27c8fe614ca2b6ca681]

        paragraph border types: can be a cell property
        
        border type as in "hairline, ..." not in "top, left, ..."

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [512e22f9c38193bcb7341ed5a04effa8afe2c5ee]

        factor out lcl_getCellBordersSprms

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [ec34069a005cfe311096e67255911b69608911b8]

        implement RTF_CLBRDRT

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [d75defa37fb46aedd81e6d6c360375e37e8473e7]

        Make the online update service configurable (via --enable-online-update).
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-17  Jan Holesovsky  <kendy@suse.cz>  [a4730ee82fe86efc7d4cf52ec33fb00a96895f33]

        Check for updates by default.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-17  Miklos Vajna  <vmiklos@frugalware.org>  [ec5e23267a73b14c09c813307c18102efa86b067]

        RTF_CELL: emit table cell sprms/attributes

2011-06-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [10cd2060e705cace2ed34ce866bb3ec801fe7e3c]

        ooo34gslstop1 [hg:c6da340e613c]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ed2ee34743f975225655576197cf6569bb138d71]

        gnumake4: merge DEV300_m106 [hg:5102137bfe1e]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e25cc94133337e0c5f989de30acf89a4492fdd41]

        gnumake4: merge DEV300_m106 [hg:5102137bfe1e]

2011-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [04d9ee43e73bc618b0f7a7ba8bf344868f2a1b38]

        Replace List with std::vector<basegfx::B3DHomMatrix*>.

2011-06-17  Nigel Hawkins  <n.hawkins@gmx.com>  [dff37cd49de4222e35735eee5d6512c6a1dcc8ec]

        Replace SvULongs with STL stuff in UndoTable.hxx and untbl.cxx. LGPLv3+/MPL.

2011-06-17  Rafael Dominguez  <venccsralph@gmail.com>  [56512d859ce203fefc6c519985b25522fb9daf7f]

        Remove unneeded List foward-declaration.

2011-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [95e0b6adbffe4edcbc0de255c4c9e41d52ab81b4]

        masterfix DEV300: #i10000# added -L%SYSBASE%/lib for linux to SOLAREXTRALIB [hg:6b24005a31b8]

2011-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6e5685efb15b893d1e2dfb941f1baf80085a6e78]

        masterfix DEV300: #i10000# missing stlport dep [hg:5d377dd89e6b]

2011-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cfb66648ab4e02624af33ad74b082eae8ced3796]

        masterfix DEV300: #i10000# add cairo to build type [hg:38188af12de4]

2011-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [44aee83382484178ca9574c2c048269f7d3ba3b0]

        masterfix DEV300: #i10000# SRC_ROOT -> SOLARSRC [hg:5851574127d1]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [fcb97f18a6b58754cc49b4b3f83f2c5c58f19421]

        gnumake4: Jar.mk: move CLASSPATH stuff to JavaClassSet, and add system/external [hg:db8ee7ba2cff]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [32698ec2731349cdcf4cc51621d20b48fe3ff675]

        gnumake4: #i116959#: user defined CPPFLAGS: put them in target local DEFS. [hg:6ae64fc2b62e]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [49a5636500a72613769e3bc0637cd02e59fde3c5]

        gnumake4: #i116959#: user defined LDFLAGS: [hg:5ed23c4158ac]
        
        rename target local variable LDFLAGS.
        add gb_LinkTarget_add_ldflags.
        include user defined LDFLAGS in target local T_LDFLAGS.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f95f35207fd86a0d8f08318d019ac4c6bcc14b3f]

        gnumake4: #i116959#: user defined LDFLAGS: [hg:5ed23c4158ac]
        
        rename target local variable LDFLAGS.
        add gb_LinkTarget_add_ldflags.
        include user defined LDFLAGS in target local T_LDFLAGS.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [6dc5ab19b9e561f0761473b4c6800b4c96c68ca8]

        gnumake4: #i116959#: user defined LDFLAGS: [hg:5ed23c4158ac]
        
        rename target local variable LDFLAGS.
        add gb_LinkTarget_add_ldflags.
        include user defined LDFLAGS in target local T_LDFLAGS.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f5950b469bbe62112778e7c91077a6252a6fffa8]

        gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [hg:8801515221cf]
        
        add a T_ prefix, so we don't need to use override.
        also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [6cd2151d46da6cdc70eb329a5372589b354e3b30]

        gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [hg:8801515221cf]
        
        add a T_ prefix, so we don't need to use override.
        also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [c6d52772c6b5c68251f8bf832a0cb50f0f2336e8]

        gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: [hg:8801515221cf]
        
        add a T_ prefix, so we don't need to use override.
        also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [4d2360c5818608d60846ac5034c295ca3847195d]

        gnumake4: remove obsolete 16bit stuff [hg:972105adb559]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [c23f321602ee89367d8ca3f7b7b39bed9a1f1662]

        gnumake4: #i116959#: allow user to override {C,CXX,OBJCXX}FLAGS: [hg:6af861d98643]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [7db9ad345897be0b94cf86b72d1cd34615b16a25]

        gnumake4: LinkTarget.mk: remove some unnecessary arguments [hg:38ca0135d0e9]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [b2382a9fcc98f31abc760ba07a0d4f3c7c58bc3c]

        gnumake4: Deliver.mk: print better diagnostic on error [hg:a016e9618f3d]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [df149d2fa6c05207998b346b6593070184f3aaba]

        gnumake4: Jar.mk: remove unnecessary final target [hg:1e9ce815719e]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f8fb3704ce4934684f0d919e1d90d8e818062311]

        gnumake4: #i117340#: CustomTarget: replace broken multi-repo support [hg:a639061a46c8]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [126d9138996b649bd7f5e86248713296492e03c9]

        gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [a49a6b09359693b9f87f281438b8a5c491af2f69]

        gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [990111d87aa2589a93455828aa59352ba7ee25d2]

        gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [6bdcd004651080e30dca2e4fba0478a72652ba33]

        gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [c74af0d73c175cdc9aab3740d32b541d0e907052]

        gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [fa0e0b9416c23ce14f222f443f7704077f20afc0]

        gnumake4: #i117610#: gbuild: more convenient handling for external libs: [hg:ee31ca60454d]
        
        add local variable LIBS to LinkTarget, which is given verbatim to the linker.
        add gb_LinkTarget_use_external, with forwards for Library etc.
        for actual definitions of externals read in optional RepositoryExternal.mk.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [68f53efa2572acc661c8a75ee2ec09f87348aa65]

        gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ca007cc1051d7792cae9460c24565ae2e1db3b1d]

        gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [0719ea12d4bbae2bd725315e3100284f396a07ff]

        gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f3ef6ed5400ae3cb024a889a9688cf52f2eccab7]

        gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [be5380ca70036e874d91d18f9522cd443b58bd64]

        gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [4a435e341f618d0dc811f919fb7446a0771e2fd7]

        gnumake4: #i117340#: JavaClassSet: replace broken multi-repo support [hg:3c843d4c457b]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [05a4d9bd4dada1a3b3f28a7ea17e112b0aa54234]

        gnumake4: configure.in: require Info-ZIP 3.0 [hg:ce56f9735b9c]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [8554a272d1c2b117adb6cf0a1da32ff415668b5a]

        gnumake4: configure.in: remove checks for obsolete Solaris 2.[67] [hg:e37d17b6d8d9]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [39d6eb1ac39e25b37035a74af625ab6e43c867c6]

        gnumake4: #i117350# configure.in: s/MINGSTRIP/MINGWSTRIP/ [hg:82fc045a63a6]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [d4fad8f764f25472b35dd628edea6fe9239693a2]

        gnumake4: filtercache.cxx: this should not be an assertion [hg:9458985f83ae]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [88ab3554a7ec3856f7e16fe6195ae20d850924ee]

        gnumake4: fix a typo (spotted by gang65) [hg:d60f717932a2]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [1f71e0eb7539ef3819431c0b61c41caadc63a179]

        gnumake4: starmath: fix unoapi test [hg:83ae8c87a0ea]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f7e4f4f55a8d8709b3dbd28d4d2610f985e6a2d3]

        gnumake4: sax: add missing package dependency [hg:f5e59f9cc073]

2011-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [bdb7c9436f3ab566f074240c64280fbdca9d47b9]

        silence a javadoc warning

2011-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [f058498dafd4f9fb30e1e6eef7e677d10cae427a]

        avoid 'error' in warning message as it triggers cloph's error detector

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [16f4b0df1f0403ef93415ab986d535dbc4184026]

        Replace List with std::vector< EscherPersistEntry* >

2011-06-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [d652067859189d23654d08012503b2ebf1e5d25e]

        silence a couple of javadoc warnings

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [4506e7d8f803ed404d2f5f4433d84a45dd4f3b3c]

        Mark desktop as DESKTOP, surprisingly;)

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [b1fd3cc07a1ada4a88f589c91292556a3e5a1705]

        Don't run any cppunittester when cross-compiling

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [b78b2cf6d23a5dbae083563ee88e2033f43127ba]

        Deliver also static libraries

2011-06-17  Michael Stahl  <mst@openoffice.org>  [28cdb5e90534189ec29fa774d58ff07d3acd2987]

        gnumake4: expat: build static libraries with VISIBILITY_HIDDEN [hg:f9b6805ca6ca]

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [c9e3885ea7c950b4784b01ab0f42e92824a779c0]

        Use LIBXML_CFLAGS if SYSTEM_LIBXML

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [afdd56e37fbefbdfd8e672dfa0040e70d7819c0e]

        Add lucene, berkeleydb and l10ntools to cross-build-toolset, sigh

2011-06-17  Michael Stahl  <mst@openoffice.org>  [a928f70c9f3b69d7c01c7712f70abd4982eefd32]

        gnumake4: sfx2: remove obsolete dmakefile [hg:4650ee5afca0]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [90485912fcdd5f7dac97f7dd0e5f01810ee759da]

        CWS gnumake4: some fixes for mingw and windows libs [hg:ebe3fa7a4ce7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [f8e4ad25f14ee3400f05c50aa1a69edf2b2e9a1e]

        gnumake4: idl: remove dmakefile [hg:75af818ad801]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e5622ae7649787db9024f0318d22131ec0fd9fa8]

        gnumake4: fix uses of sax components [hg:4f7ea9a34847]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [0e95726c37410850701e6e31b3b8adc0c902dcf2]

        gnumake4: fix uses of sax components [hg:4f7ea9a34847]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [be277259b48577aadba1d1bb04a80386ef952ad8]

        gnumake4: ComponentTarget: [hg:d5e93bd62dfc]
        
        some components, such as those in module sax, are used during the build,
        and thus need a special second component file for that purpose.
        one way of providing this is to just always build a foo.inbuild.component
        for every foo.component.

2011-06-17  Michael Stahl  <mst@openoffice.org>  [9423503ca76b6ce82030fc5634259dcbeccdc39b]

        gnumake4: expat libraries are static [hg:3daa2bed1277]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [2997d8a89913c104291f45224a0e569f2f848a8e]

        gnumake4: expat libraries are static [hg:3daa2bed1277]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [e56b1bf7a5203b3dc6ab5f4f9f93c2199d9f7723]

        gnumake4: basebmp: add necessary workarounds for SunCC [hg:3754657d8ff7]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [2b095223ce9ce9b9fa0a4de67fd2d10bf95d1854]

        gnumake4: xmlreader: fix build.lst [hg:ab8134c0d177]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [206aa418a979540f6bf61b2ccc9886752dab1803]

        gnumake4: idl: link stl [hg:8682dc501634]

2011-06-17  Michael Stahl  <mst@openoffice.org>  [ccbdbacc601c9802ae72fe49231fd90c3417957f]

        gnumake4: remove DOS lineendings from new dllapi files, add terminating newline [hg:6a190c99c8ff]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [ac61a8dd8e45669c89f4a17c262e1b8669e6109b]

        CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [38c1ab867b50dd7f43b7cc16b09db78eb7fea093]

        CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [6cf6db3b587c5abed0c635e87f63bbe221eea63f]

        CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [ff4441cc5e473f7f1f8dd9a7fc46deaab445f7ae]

        CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [0b443af1078951f2b273bc18fa58f87e257b4441]

        CWS gnumake4: some fixes for Windows [hg:9eb9b5d5181e]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [4eeac7f726396ce4cc37625de0b0ec3a20efcdb1]

        CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [fa4ec3c338e5b33e9886ee489bbe38ddd7dfae3c]

        CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [7fce16f0ff41b0b7898a702e40536d67a47a73a9]

        CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [b0fe6086c3a0d6a4b4927e79ca06833f3ead24df]

        CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [4cea38b21d32569234b6e01a2a9bd4b856b6ca7d]

        CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [3e2786295d499be3a6786cedf6239eed225d4747]

        CWS gnumake4: convert xmlscript to new build system [hg:d4df54d61f2a]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [e3dd3608fb459bb8f68b1efa2e205df6d7a07d16]

        CWS gnumake4: fixes for building with ENABLE_CAIRO on windows [hg:824c8caeaf61]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [e83bed81017410c2b8d01670538afa9939403f6c]

        CWS gnumake4: fixes for building with ENABLE_CAIRO on windows [hg:824c8caeaf61]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [cbf5dc0276bb683cae427bcb09603bbf1af421a8]

        CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [4cc1a8ddd6b302023395270ee3b49344aa90a52b]

        CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [505cbe329f80c955b0903d7168ece2b17bbb9ed3]

        CWS gnumake4: reimplement basegfx_s hack for new build system [hg:c943ed591aff]

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [45ba1e1e64983bde2345a23bf64e07d1b602823a]

        Deliver also a static library

2011-06-17  Mathias Bauer  <mba@openoffice.org>  [c74684b9ce06883a1515165bfe112ba375639a2d]

        CWS gnumake4: build directx a second time for dx5 [hg:280f52b66154]

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [4bdd4e57a3cd6b22f6d36e7027774312950014aa]

        Deliver also static libraries

2011-06-17  Tor Lillqvist  <tml@iki.fi>  [5c4d54740e41073d36c2b3d6131ef99d598dbd89]

        Add idl to cross-build-toolset, we need svidl

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [0f961718c0d7cbf1e81db25e458bfe3de905a3a3]

        Always use OUTDIR_FOR_BUILD in DYLD_LIBRARY_PATH

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [f285159d561622668e6b35218bdf00bcb5f86327]

        Use gb_Executable_get_target_for_build for svidl

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [0918d8fb7d0b81845f04370302fee5a4805c0a03]

        Don't run any cppunittests for iOS

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [602bc9d3c4ef43e532e040bd37fb5cfb569f8454]

        Add icc to cross-build-toolset

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [1db482d2e4fc3994e3d85acf11ac90d2ff2ac665]

        Mark rdbmaker as DESKTOP

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [457c2602bd26e3ca55eed74b0607805fe2637296]

        Mark setup_native and l10ntools as DESKTOP

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [903c6b395c40afe0d02a88a75b60f6fd5a112952]

        Add BUILD_TYPE keywords NATIVE and DESKTOP
        
        NATIVE indicates that the BUILD and HOST platforms are the same,
        i.e. a "normal" not cross-compiling build.
        
        DESKTOP indicates a "normal" desktop/server OS, like Linux, Windows,
        BSD or Mac OS X. (Non-desktop ones would be "mobile" ones like iOS and
        Android.)
        
        (All traditional, and so far only actually working, builds of OOo/LO
        is both NATIVE and DESKTOP. The non-NATIVE and non-DESKTOP cases
        belong in the experimental cross-compilation work.)
        
        All non-DESKTOP cases are also non-NATIVE, at least so far. In other
        words, when building for a mobile OS we always cross-compile. Note
        that the reverse is not true: We eventually would want to
        cross-compile to Windows, rarer Linux architectures, and PowerPC Mac
        OS X.
        
        DESKTOP is used in build.lst files to indicate modules that it makes
        no sense to build for mobile platforms. Nobody is going to run
        LibreOffice SDK tools on a tablet.
        
        NATIVE is used in build.lst files to indicate modules that produce
        just build-time executables (which can't be run on the BUILD system
        when cross-compiling), and which are not part of the SDK either.
        
        (Sadly the use of BUILD_TYPE keywords in the build.lst files is a bit
        tedious: you have to mark a module in the build.lst files of all its
        "parents", modules that depend on it, not in that of the module
        itself.)
        
        It does make sense to build SDK tools in the other cross-compilation
        cases. There is no reason why we wouldn't want to cross-compile also
        the executables that go into the SDK when cross-compiling to Windows,
        for instance.

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [201bcaa5893fede06976970bb930170c826c99d7]

        Mark automation as DESKTOP

2011-06-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [8fe135c7b936e21da514dd93917d07d2fa97c4ca]

        don't complain about nonexisting directory building en-US only

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [3abfbe34c50e2d96da40f470a40ced918d8626ab]

        Deliver also static libraries

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [174be928f7d7c42a846e574eaaa03572b2655f8c]

        Put the local LetterTable class in the anonymous namespace

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [db21bb1863dba86896c1250eec90a510af8afc2d]

        Revert "Don't link with jvmfwk unless SOLAR_JAVA"
        
        Nah, in the non-SOLAR_JAVA case we just build a dummy libjvmfwk.
        
        This reverts commit 2b3f92d9293123ff96b18c82935d68e9d86ec1d0.

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [ce68a70755f970ee702a13b330415d7c97c7415b]

        Add svsys.h file for iOS

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [2a6cec5c73d116a4935d4b07fe817aadfc20a39c]

        Deliver also static i18npaper library if we have built it that way

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [89bdbffaaa26e95619e2f52a86e58ef0c2419011]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [165f46f6e6353a703617713d659781bf4eea4bf2]

        Revert "Don't do anything here when cross-compiling"
        
        We use a BUILD_TYPE keyword instead to bypass l10ntools.
        
        This reverts commit cb7948c88ab3e2c8702bef0794455c07ccd88295.

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [9b8b08b4dadbb82dca89ae7b0ed6bbc264467f11]

        Deliver also static libcppunit if built in that way

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [3ddac0c2f758c254fa8f90234ebe4e9a50111748]

        Correct the static library name

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [7d4590a542c34f204c35a45fa1821e6264b8d6ad]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [252c930676678be217d99e6dfb818d092f36531b]

        Add numbers for iOS and Android

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [ac735597e5ded07ae4dae4b3a34778a9377baa75]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [1dd19b65327d903f93fe2590074df4f5afde0758]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Andras Timar  <atimar@suse.com>  [deaeaed47c375bb72ab37bfc457ebd88250d0f10]

        set default min password length in ctor of password dialog fdo#37771
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-16  Xisco Fauli  <anistenis@gmail.com>  [b9564de3438a767c1a42fbb2982b9c56e3bc6a9e]

        Remove unused class

2011-06-16  Andras Timar  <atimar@suse.com>  [f50df7e06ffb3c89ff907ca04ac589609905b3ba]

        set default min password length in ctor of password dialog fdo#37771

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [afff438426649e14699a8f9099c369ee59a1ca34]

        Do build cppunittester when cross-compiling after all

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [0d1867d3790d98ade555779c9004ed3c21297174]

        dmapper: rtf is not binary doc in DomainMapperTableManager

2011-06-16  Xisco Fauli  <anistenis@gmail.com>  [ce7ee169e51c6e40e3f617ccdce8ce596e227df5]

        Add listeners and optimize.
        
        - Add listeners to the steps on the left.
        - The wizard dialog is loaded much faster ( ~5 second faster than before )

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [cb01c918dfcac852b8b67b16ea3032adec392a1e]

        implement RTF_BRDRHAIR

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [255fc7d8041288033879f912498d4d8152fe31f4]

        RTF_CELLX stub

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [a07e97c48f23b90dfab4b2172627ad70bea3ac0a]

        Replace List with std::vector< EscherConnectorListEntry* >

2011-06-16  Nigel Hawkins  <n.hawkins@gmx.com>  [d58ab6acd96439c99911387f71f2feaf67459da9]

        Replace SvULongs with std::vector in ndtbl.cxx
        
        Also cascaded changes. LGPLv3+/MPL.

2011-06-16  Nigel Hawkins  <n.hawkins@gmx.com>  [8523df7b00968f4edf8d15e9295dc43c2b320c44]

        Replace SvULongs with std:vector in docfld.cxx. LGPLv3+/MPL.

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [bda04eda132be47ca9de97faec9c2de3348fec2f]

        Convert List to std::vector< EscherShapeListEntry* >

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [d0c661ebea14ac7ea02b44a2e0f78264e4f7ddc6]

        implement RTF_TROWD

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [8854494b31756ee8ac9caf0d7a9a4309db81c190]

        RTF_ROW: send paragraph properties instead of single NS_sprm::LN_PFInTable

2011-06-16  Tor Lillqvist  <tlillqvist@novell.com>  [4018095024104c83cdbd7c9ddec266e2442c659b]

        Link with user32 for Windows

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [01d2e90b2113e81eb1bda7e5372e6e969083ee82]

        resolvePict: avoid code duplication

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [fd5bbcfe7d2a5f27f59d33a82e65d1bd7106f869]

        Remove unused List pMatFavSetList

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [0b15358916549e0a7234e2b9acd866715a0f878c]

        implement wzDescription property for shapes

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [7270233964104fba5d7fb3883af73ae1b03643bb]

        Remove unused List pFavorSetList

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [5b1fbb58d4e23b85dbc70a78a00666632afc6e42]

        WaE: keep windows compiler cast happy

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [20a81399c3ccb261627b5a52516777fb4fa48b4f]

        Fix a typo in my whitespace cleanup.
        
        Sorry

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [39681d4c1cd19f593e5fcf3162949243a11d2936]

        add another rtf regression test

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [406d40996242c750b56cd84dd4c647d43648bfb5]

        this assert isn't helpful

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [be40f36d6110896810619c821309f75ac91319eb]

        Remove unused enum entry (ESCHER_BlipFlagDontSave)
        
        Actually this was mostly a whitespace cleanup.

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [5e628582811672d3f1bf430502f48767bf84694a]

        Replace List with std::vector< SvxMSDffConnectorRule* >

2011-06-16  Joseph Powers  <jpowers27@cox.net>  [8d7a4841bc1615a637562fe6c0dbfdff1c345462]

        Replace List with std::vector< SvxMSDffConnectorRule* >

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [23726b1f0d13ad7d826963da0a6cf427fd086bba]

        Resolves: rhbz#713154 pdf export dialog too tall to fit on netbooks

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [586bed9157edc406fe83ee2c674f6e976d27b5be]

        CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [93b6f9cf2916dfe99b590370404103eb949ccde6]

        CWS gnumake4: convert regexp to new build system [hg:56e4316f8d74]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [28d49737f977d96bfda278e1fac2a76a1ac388a6]

        CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [ba450e160447eb8108ab1dd548daccf86c6435d6]

        CWS gnumake4: some fixes for basegfx+canvas [hg:8c299b2d4484]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [be16d6eab6472654887ca4de2477b18194d8fa9c]

        CWS gnumake4: must link against stl [hg:8afba918c344]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [b8abc817c4d1b39b1cc12b6ba3a09c44672d251b]

        CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [e7c5808817bd8c85ee28deec2b7faa3fadaf94ab]

        CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4]

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [5a4ec333d3788866636c2bad50a8ae0494070320]

        implement RTF_ROW, now a trivial table can be imported

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [270dd44c43555643a08bde21cb792e105a86ce72]

        CWS gnumake4: add cppunittests for basebmp and basegfx [hg:f8f8d6414c70]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [a7807daef906bc2a829deed62b84ce7c0a63e865]

        CWS gnumake4: add cppunittests for basebmp and basegfx [hg:f8f8d6414c70]

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [d8aa986b134105edb24fa6843fbf5e8dda02b61d]

        Do build libccppunit when cross-compiling after all
        
        Makes it easier to build other stuff. Whether we will actually run
        normal unit tests at build time, or ever, or not when cross-compiling
        to some platform is a different matter...

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [602edcf19750e3d64300a994779bf7eab2794fae]

        CWS gnumake4: convert basegfx to new build system [hg:e8f9d107b59a]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [2a6fc707c1d6a0c6e172c0150bb16eaa3aab4fb1]

        CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [4265f28d829e056582255b47488a3415483181a6]

        CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [ea06b6f3b04decba8799eda0fed58d62735d504e]

        CWS gnumake4: remove annoying dependency of sfx2 on setup_native [hg:be9aeca025a2]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [437ebfc59020620acdd4ee81f6c980fa906ffa3a]

        CWS gnumake4: remove annoying dependency of sfx2 on setup_native [hg:be9aeca025a2]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [77de797f8c36c7d651a36b4d7b572e95adf36532]

        CWS gnumake4: convert cppcanvas to new build system [hg:a93ffc180db8]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [71e008c9bd2b7769d180eb3700689441c8563f19]

        CWS gnumake4: convert cppcanvas to new build system [hg:a93ffc180db8]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [4a1b61df46d78d1842976c5345d7e1145dbe0145]

        CWS gnumake4: convert canvas to new build system [hg:04b466050e00]

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [ea90995ddc0a5c58522dfa00796e3167de1cf6ca]

        CWS gnumake4: convert canvas to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [89b2fa80738bfdc148661fa0f2621265d86b6a01]

        CWS gnumake4: convert canvas to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [8704e9fbb69ea1faec1dd0ebb132e5cbb483fa8e]

        CWS gnumake4: convert canvas to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [c13010c2612afdaad58fbbf89286dcf0f02f75e5]

        CWS gnumake4: convert ucbhelper to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [f03a5364b4830104316262f70022c30f4204aa20]

        CWS gnumake4: convert ucbhelper to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [d16e5059aacbb8a2fa253ce2b0b502e930de07f8]

        CWS gnumake4: convert unotools to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [6c74308a663b29b61f9583a10e6b80b852500aee]

        CWS gnumake4: convert unotools to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [aa69ed78efb451d14ff6934fd86f1c5203441d26]

        CWS gnumake4: convert unotools to new build system

2011-06-16  Andras Timar  <atimar@suse.com>  [4aa8989e38ffbd1e7128928152ace12ca972f7d7]

        remove Telnet option from Insert Hyperlink dialog

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [c683c55b54d3708ebe458146253d147186590c79]

        CWS gnumake4: convert linguistic to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [451314f2947376e9717a30e2e2a06633f6afb3b0]

        CWS gnumake4: convert linguistic to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [058f38166489c8d93d25592676af9aa0d1409bd8]

        CWS gnumake4: convert linguistic to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [e30e9588a446d6a88df43dfd4c54b80a15a35cc1]

        CWS gnumake4: convert linguistic to new build system

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [07e39ad3e3f941b36516177cb82d794fcae77e89]

        implement RTF_INTBL and RTF_CELL

2011-06-16  Samuel Cantrell  <samuelcantrell@gmail.com>  [b6cca4dd910fc9fb9892f0d6014ec1080defd40b]

        Removes find/replace button from Calc
        
        Removes the find/replace button from the default standard toolbar
        in Calc. This is due to the inclusion of the new search toolbar.

2011-06-16  Samuel Cantrell  <samuelcantrell@gmail.com>  [ec50e10e3b1c729bd0567e843be4fae8caa401af]

        Removes find/replace button from Writer
        
        Removes the find/replace button from appearing on the default
        standard toolbar in Writer. This is due to the inclusion of a new
        search toolbar.

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [c91994c31402ec0750f1f9c3df2dfc7b1bf3a208]

        WaE: its far from K&R we are these days

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [8678c85d185b093bc1fbb6cc79efef24db0f2ba1]

        CWS gnumake4: convert starmath to new build system

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [5ffd93d3be6078e786ca4ab6ea5d738ca9f526ea]

        fix tinderbox

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [45d50568b9466f11bae2d824cf87c38ad1307694]

        dispatchFlag: really handle RTF_QL

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [b77084b71d1cd50460f7d91736c2e36557a00309]

        CWS gnumake4: convert starmath to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [e2174c65d21fc58d9338c75639c91e7c3d22ac99]

        CWS gnumake4: convert starmath to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [a308b650377c0cf63e5fbd23bada11f12bc6c698]

        CWS gnumake4: use pattern rules for zip and jar

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [47c2ec8355252c3a5d9cf4edb248faf99b556b7c]

        CWS gnumake4: some improvements for zip+jar, documentation

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [6ff09fd588059fe2b8502222e217e34eab177c2a]

        CWS gnumake4: dependencies of JavaClassSets to referenced jar files

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [a913e7e3dc49e43bd4923245e50565c56462e12b]

        CWS gnumake4: convert idl to new build system

2011-06-16  Michael Muench  <michael@codingmicha.de>  [3eb3b8205a78bce4eccac1f2cc829b1c056c1ec1]

        replace OpenOffice.org and StarOffice references with LibreOffice
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [8d0058914ea6f4ef7f8c70f3eaf5b50e585fc214]

        CWS gnumake4: fix for case sensitive file systems

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [2151303db47b9dc6a262df884939db4240d291a5]

        CWS gnumake4: convert idl to new build system

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [aa6d94be39957752a7e83425d17a31c1eeefc8ec]

        catch by const reference

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [2fc686889c6ba0e38048d861ad6e1c13a72f9aab]

        ByteString -> rtl::OString

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [58c8b07e33ea958db5380507c548b7dc9b1e11ee]

        can be const

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [eef23a3f537320267583f5fc2e145f66d520fe23]

        ByteString -> rtl::OString

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [d12ddc8f86194ab7699646a302efb6d35b24b1fd]

        remove appdef.hxx

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [e2f5fffe2e73d70794bb5edbf58e40460f1c9b5f]

        rscdep not related to mkunroll

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [75705b69c049a2ca10b8e5f2c04232bb82004418]

        catch by const reference

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [43afab8818d7bca24897ddee9b74fbeb74bf4c56]

        catch by const reference

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [896050524cd15bbf4c17b704c5efd81067747afd]

        catch by const reference

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [4c7a7590b163ab0b955bed86b16937cbcccf8871]

        fix comment typo

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [d3afc4631626d7aade10e78a503e70173d457fec]

        add experimental callcatcher target

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [1ea46226297d51cebd56b17bca36fc58bd258901]

        remove soldep

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [57c43b0dea54de5db1b8b0e242c9dfd28af303a2]

        CWS gnumake4: convert wizards to new build system

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [2839168cd0eebe9b5397406a124ca1b6247ad59e]

        CWS gnumake4: convert wizards to new build system

2011-06-16  Caolán McNamara  <caolanm@redhat.com>  [f2df46c8fd2d1455a1148154a5722a1f9ee884b0]

        use an OString

2011-06-16  Mathias Bauer  <mba@openoffice.org>  [afa6e26ab15a351d4ab6d379e72f48d498cfec9b]

        CWS gnumake4: add support for zip and jar files

2011-06-16  Samuel Cantrell  <samuelcantrell@gmail.com>  [9e98f12db714b8a1a8cc64234bb4eea26e936166]

        remove Search Options page from Internet group on Options dialog fdo#38146

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [c4bfa78019108110c34c1b1ba3777244b327cee2]

        Be less picky with library names to match also the static library built for iOS

2011-06-16  Samuel Cantrell  <samuelcantrell@gmail.com>  [24cad429294b20bb5ab6dd00aab202e209946b5b]

        remove Search Options page from Internet group on Options dialog fdo#38146

2011-06-16  David Tardon  <dtardon@redhat.com>  [2e581960e517947661cc2010faa71e478910335f]

        need tab here

2011-06-15  Joseph Powers  <jpowers27@cox.net>  [f4fdd119a89ab72ceb0f4f87c827ec2b675e59a2]

        Whitespace cleanup

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [f41b593b3469db3341bc9037f6e0ac97e0b66fef]

        "Build" the  sRGB header also when cross-compiling

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [896717a0281ba9c5d2382460bb8d0d2f4273c84b]

        fix comment typo

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [c54a2f16efbf241623deb92c822df70c14ec52ee]

        catch by const reference

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [9bb2c279316c4fc6ef8dc375c8cbdfcaf48c6368]

        Be less picky with library names to match also the static library built for iOS

2011-06-16  Miklos Vajna  <vmiklos@frugalware.org>  [f7f31d36540c280f0fa048967e69104c376fdb28]

        implement RTF_SHPWRK: wrapped anchor pictures

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [130d583ade82d6f00fa5d1e79fa3503eb5f5962c]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [219ad16ad6c6438a0e4868a0d6ed11f060ce84fe]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [a7c21cb8d2832bacbbe00b732cb342b4eaae55ed]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [06537c9e89371e6a5c3976cc4635d4a75e58332d]

        Use DESKTOP and NATIVE where appropriate

2011-06-16  Tor Lillqvist  <tml@iki.fi>  [475c4aac7b3f95fa5a3ff84cc743b8878591c3e7]

        We do need to build this when cross-compiling to DESKTOP platforms

2011-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1b363f632110e80ead67ff376e92e4487556ca55]

        add local range names to ScNamePasteDlg

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [ffdd4d9a5d695e05c7fd2fc145fc751946aeb643]

        handle anchored picture properties

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [67ad4156818e8c95d075ead152fc35672b1a6135]

        Remove unused methods

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [d27896c4374b6b9edc6ef97dfb03c7dd40ab7aed]

        Revert "No point building build-time executables for iOS"
        
        Handle this using BUILD_TYPE instead.
        
        This reverts commit 47b5eed7121305d375cfc9a6fd1ba21ff1430130.

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [a657805801473b15ec1c0b496778036b04b9d07e]

        implement size of anchored pictures

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [7c2224a88f9df3bc6cb956ddbb4fc1251711b0c4]

        GetPathStyle() has no needs for arguments any more

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [b70163d362635a91dd7be466a1566a9e6939c5e3]

        graphic sprm: avoid code duplication

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [a6766e0207a365047348cac62db57c24d43385a0]

        initial support for anchored pictures

2011-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1bba2b51f3a63af717b4c2d2922f38796c687e3a]

        give local range names higher priority than global ones
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [abefd1e5a59ea7f356ee59eafd0e6e09301aa542]

        Revert part of previous commit

2011-06-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fc067a78706abc237ce20cab670406a7790ec37e]

        give local range names higher priority than global ones

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [c8f876b2d94712268adc85b6816dd46772f57b44]

        We don't want to create MS-DOS short file names.

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [fb79b929ad359d762ef79fb6ef0d3cafe0317aee]

        Eeek, don't let ENABLE_GTK be set for iOS or Android

2011-06-15  Xisco Fauli  <anistenis@gmail.com>  [5d651370c4df69edd4377454effec2f8f2a0486f]

        Line length <= 80

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [454d8d65761097b58809e3b6e009915a07903096]

        Don't link with jvmfwk unless SOLAR_JAVA

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [2b6e614cf5cef1c288d2f76b1c9469e0525b7b77]

        enter RTF_SHP and RTF_SHPINST to display anchored pictures

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [03298b9ffe0de4c9cc0a4a05ea1d958057943aaa]

        Deliver also static i18nutil library if we have built it that way (as for iOS)

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [ef75b9969b52bdc0f1ed6f7f706dea6ca121f329]

        Use the BUILD platform rsc

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [73a15b7576fcd831aca08decdba15e8e6fa72536]

        Don't do anything here when cross-compiling

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [851b841094c6aeddbd85e8a56ea4fb8aee81844b]

        It's called EDEADLK on iOS, too

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [f0c461dfd587ea0271a7be3834c374c371e808a7]

        Don't bother with any mount table handling on iOS either

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [8b0e20064327a77333bf9e61c3d505f28198f3a2]

        Deliver also static i18nisolang library if built such (as for iOS)

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [f4356100105cbd7c7671b1dc58c74cebf07aadfa]

        Link with zlib in case the internal libcurl has been built statically

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [d32843c9b79b4b9c26a5f59c0e2b5cf2441218c4]

        Resolves: fdo#33636 spell-checker dialog itself can munge the selection
        
        It can create/activate an editview, and GetSheetSelection will take an active
        editview as the current selection. So from GetSheetSelection's POV activating
        the spellchecker changes the selection, and the SpellChecker dialog detects a
        selection change as indicating that the spell-checking needs to be restarted on
        the new selection.

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [0bdfde69aa01ced2461ac889037155726607bbee]

        they are xbms, not xpms, hence my bafflement

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [83a5d1ee63390da689740b88393d04fe07ca7d62]

        figure out how to make new-style cursors from ye-oldy xbms

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [0b5ae0587afa5ca6fc62fac327adb00cc9841067]

        skip RTF_NONSHPPICT, since we understand RTF_SHPPICT

2011-06-15  Rafael Dominguez  <venccsralph@gmail.com>  [d3d15d512c18a8bbd130019d1921f36f42cf6e35]

        Refactor PaintRangeFinder to only iterate needed entries.
        
        Added a helper function PaintRangeFinderEntry.

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [de85b26ac11131c7b68ec151367800ae2d8fb4bf]

        initial support for shape properties, wzName is implemented

2011-06-15  Tor Lillqvist  <tml@iki.fi>  [13b9f49c1dcb324aa712a82de73bfeffca7b9524]

        Build dummy executables for iOS for now
        
        When we get so far (if ever) that it actually makes sense to build
        some testing app, or (gasp) even a "useful" app, either for the
        simulator or device, it needs to be done in Xcode anyway, just linking
        with the libraries built here.
        
        At least, that's my current understanding.

2011-06-15  Rafael Dominguez  <venccsralph@gmail.com>  [ca3865ba6ce631db44cf31acf1dbb75657a6a476]

        Remove rebundant check since we already know its in boundaries.

2011-06-15  Rafael Dominguez  <venccsralph@gmail.com>  [13285e975f54123fa92881fcc7a77fb1bc213d8c]

        Remove rebundant check since we already know its in boundaries.

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [b373a3f2f2f0b23d93c41b9ea02ccdbb9345d76d]

        implement RTF_PICSCALEX and RTF_PICSCALEY

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [d942e9501032ef5934058d0ad1e278f40516b093]

        pass XFrame to the implementation to avoid assertion failures

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [5336ea8f1e7b2a50741f1b82c94de45f8d1798c3]

        implement RTF_PICW and RTF_PICH

2011-06-15  Nigel Hawkins  <n.hawkins@gmx.com>  [84d23d37ac4cbe65021170389440eb6019acd121]

        Replace SvULongs with std::vector in mvsave.hxx
        
        Also cascaded changes due to this. LGPLv3+/MPL

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [0d65034eafe48d83e3e36752e5283d2a483c58f5]

        introduce RTFSprms_t

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [8def2b4dad87d6da39714940d879125e8feb9e3f]

        Change the attribute/sprm list to a vector from a multimap
        
        It turns out that order does matter, for example when dealing with
        picture size and data. (Size must arrive first.)

2011-06-15  Miklos Vajna  <vmiklos@frugalware.org>  [c332db819d7ccfa4352e58b81d7e1ac5b46e0195]

        add RTFSprm::find that can search for an sprm key in a vector

2011-06-15  Nigel Hawkins  <n.hawkins@gmx.com>  [c0ac13ca33178ff750a77fb0a939348c62ac1c7a]

        Replace SvULongs with std::vector in findtxt.cxx. LGPLv3+/MPL

2011-06-15  Robert Nagy  <robert@openbsd.org>  [ba62ce46c8dbe300a5f8044cb7ffc59a19885502]

        only fetch external tarballs if --disable-fetch-external is not defined

2011-06-15  Robert Nagy  <robert@openbsd.org>  [6fdc8ae0d1bdfab1239661066536f80d04f025d3]

        only fetch external tarballs if --disable-fetch-external is not defined

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [a9f77159566618bdf9ce5384e3dbf76f68864c63]

        crash in undo: related d19d7455

2011-06-15  Radek Doulik  <rodo@novell.com>  [7aedcad054e814a904e8378a75632b42a3295e92]

        do not set solid line border and fill as default for chartarea
        
        - fixes n#694392

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [080457c094a1594e8d9e5af388181c9e8dc26b51]

        aResult->aName

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [0d2916e03ea51529e15995830a1a8c36bd72e442]

        enable exceptions here

2011-06-15  Nigel Hawkins  <n.hawkins@gmx.com>  [5f03f0c86933b1372a96d05018610205bbd43db9]

        Replace SvULongs and SvUShorts with std::vector in drpcps.cxx. LGPLv3+/MPL

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [528b4dc46556fa9f0d4f1dcd90a4d2fb933ae73c]

        Forgot rtl/bootstrap.hxx header

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [1462f412b99112eb3b40ace4889c4855da60a0ea]

        ImplGetSVEmptyByteStr unused

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [94bbe5ab6c71e1434360768d8bc48bf1442c9959]

        remove unused INetMIMEUnicodeOutputSink

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [9eb574c665d729844c51965824cc266628a75a19]

        remove unused Get/SetXMailer

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [769423a457b0148e495cf1ce6aae1cdbb0d24784]

        remove unused decodeUTF8

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [057dda42e567c31de0d19bc418e9a248859693f6]

        throw out this ctor

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [998eb403d95a0b2e1ddd64f367c8cc6f8b22eba6]

        GetByteString unused

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [48b4a99ce2451f1ddf2e8e128bbfcd6683072999]

        remove unused define

2011-06-15  Caolán McNamara  <caolanm@redhat.com>  [09fe78604865d5a37fb031ba89dd71a6d295ea6a]

        use other variant

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [ef3ccbe7cc08b4ea56ae5af454d9bfc070a7f4c9]

        Remove some remaining TOOLS_INETDEF_OS usage

2011-06-15  Kohei Yoshida  <kyoshida@novell.com>  [012fc9bb312697276034f0af5598e34ac1310482]

        Remove non-matching DecRecalcLevel().

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [912c7c851b0ed4b1d1fc1f631d3dc926e321f793]

        ENTRY -> Entry.  Let's not use all CAPS for class/struct names.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [37a8815c97d9733f989047cad2406200eb6443d4]

        Let's not use 'p' prefix for iterators.
        
        'p' is reserved for pointers, and iterators are not pointers.

2011-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [d905f614aaa07483dabf9957e702cf611e93df2e]

        Replace List with std::vector<ENTRY>.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [1f5ba3ba285c40d5b3d2375ef9eebba1b105efd7]

        Don't forget nExcIndex is 1-based.
        
        The old code had nExcIndex-- line but that was not accounted for in
        the new code.

2011-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [23475916e19699d5afd3129a474a273889f347d0]

        Replace List with std::vector<Cont>.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [15a7a8c4bca11659ba1dfe88a4d8899811c8c333]

        Fixed incorrect boundary checks & simplified the code a bit.
        
        n == nBase acceptable, also n == maHashes.size() is an out-of-bound
        condition thus should return NULL.

2011-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [133a04dcb76e4da4bb15756f27bf6337c7a6c86e]

        Replace List with std::vector<StringHashEntry*>.

2011-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [1617e4121692607faed133fbdbbde08dd658ffee]

        Replace XclExpChTrRecordList with std::vector<ExcRecord*>.

2011-06-14  Rafael Dominguez  <venccsralph@gmail.com>  [35f6989956bd8f6baaf3c630a1d78330266b3553]

        Replace XclExpChTrTabIdBufferList with std::vector<>.

2011-06-15  Rafael Dominguez  <venccsralph@gmail.com>  [056cbc30652934e3b0eb506320dc52012c5dc50a]

        Remove unneeded foward declaration.

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [bf8030e44efea64cad418c253c6a5c7cf2ab6410]

        Remove TOOLS_INETDEF_OS
        
        We don't need yet another unmaintainable platform name macro...

2011-06-15  Francois Tigeot  <ftigeot@wolfpond.org>  [7ddb897a42ca4966e691ea841c147534b02f1c13]

        Remove TOOLS_INETDEF_OS
        
        We don't need yet another unmaintainable platform name macro...

2011-06-14  Francois Tigeot  <ftigeot@wolfpond.org>  [0ac9ee757cc07f86bcd22bfd8f8ea0adb810f206]

        Disable Adabas D database driver

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [a87eeb9e81eef3425ceb80233d33efd075619061]

        fixup exposes, so we get both crashers and pixels with gtk3

2011-06-14  Francois Tigeot  <ftigeot@wolfpond.org>  [380715e7098b24b8e07f6ba260e1cdf5601aaef6]

        Remove unused macros

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [7d4213d4057bae31ba0446a8563613959af01edc]

        don't bomb out with gtk3 if we are expecting it

2011-06-14  Robert Dargaud  <libo@bobiciel.com>  [54fd34f74cf9b87fe13116f53722f0bd3a08d2b8]

        Unlimited number of conditions for conditional formatting, part 2

2011-06-14  Andras Timar  <atimar@suse.com>  [0abc701a09b653ade8798fd9f2f6944f1b3ad6c7]

        add Teke-Eboo language - fdo#37275

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [585cf00348235648cc9a5d09b4e239590f3c5b1d]

        add missing compile conditional for gtk3 installation

2011-06-14  Katarina Machalkova  <kmachalkova@suse.cz>  [bddefc5117b574e2cafc5fa0d04193c0968bb5c1]

        Removed commented-out code

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [a410181efa2082b7ac1697f9aa62bc56b59234d4]

        Various fixes and stubs for gtk+ >= 3.0

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [4b97ec3b5a846467d8c0bb9fa48cf704f3f7725c]

        add makefile to build gtk3 pieces

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [1c7c573899987b194916d408e878ba69544a371a]

        Prepare for gtk3

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [5ad60c5d69042a73d7a1632d3c04e15783817db4]

        more configure, and scp2 pieces for gtk3 integration

2011-06-14  Robert Dargaud  <libo@bobiciel.com>  [8a1ac04813ce26c41987fb616df6b2b25ad0c60c]

        Unlimited number of conditions for conditional formatting
        
        (libs-core part, style preview window)

2011-06-14  Robert Dargaud  <libo@bobiciel.com>  [1c8ea2184614b7e0c89ad95c4d3a649f84c2244b]

        Unlimited number of conditions for conditional formatting
        
        (Calc part)

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [c8fcddf44256f8c049b9e7205de62b28683aaa02]

        WaE: uninitialized after conversion to std::set

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [45485d2c72cef42800bb409f92c8ef2360cf3a29]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [c70c03313ae0e4040c1c91eaf497dd1639571ed8]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [25283bbe3c9fd05c498a72dfef542d7ceab47a82]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [bbbe6cb4209b6cc72760942bd716b26a69bacb47]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [be911e2d670d603d0260a4bbce813fffdf6b08ff]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [29fcc3d4eb330fb9f3db4d6075a95bc54390adb4]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [3c0621dc00360980fbe10c2f4e2a1f1160fbb8ba]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [086f3fca3156a6fa535d3613d9108f6f6d7ab512]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [852c8ee110d98bc2b9193b346a7c93101869858c]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [877554ca53f7824f3db27093ab20ffaf992d8e5e]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [a77b1098646483813bda13133032282471525fb0]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [99dc3a4fe394a8e0dc10821b1bed613c4a2380bd]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [cf34e8e92e96423a88214fd85afd76009c59df98]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [a4ee9954027bafed6b5d0ded64c6cf11c4185831]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [ea46a8fde9d169d846b1b56208166a718732de54]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [4044ce2b6d94bdedca03137018fe8b00ea1f9264]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [e1dd9bdd0883070fa46952a3ae287b0ebf9d94d6]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [5e9bd7ecf191cd553e216d5378a50abe4ab653d2]

        Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [12873f7767d12fcd209c26dd8576c5f1d124cdcc]

        WaE: simple-minded windows compiler warning

2011-06-14  Harri Pitkänen  <hatapitk@iki.fi>  [1122b2eb11a06b0fd885427e0bf7e8fa28498d2d]

        Support font effects "Capitals", "Lowercase" and "Title" in HTML export
        
        Export Writer font effects "Capitals", "Lowercase" and "Title" (see
        Format -> Character -> Font effects) to HTML using CSS text-transform
        property. Corresponding import code is not yet implemented.

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [49f8eb6ca0de85766c80b1060ef9e24ea4378df0]

        oops

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [017c239db3637150f144cd11d8e7ae0cb661dc74]

        getSessionID returns an OString

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [4a641de8e054e781fdb054be1210abe956effac0]

        ByteString -> rtl::OString

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [78fc50f06e5e9bb288570868f7521984d5d60981]

        ByteString -> osl::OString/OStringBuffer

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [a46250a367a29a30d3f9ae23dce947cdca8fca9e]

        remove unused methods and variables

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [7843cfd879d4d06e441e4b3ae2f5336149c3570c]

        remove GetCleanedNextLine

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [1ed472827bb0a6a3c640ea892290ea59760f6044]

        can shrink these buffers to minimum required

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [e881c80269d503f66fdc56fbc54875ec05379783]

        and now we can remove FormatString

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [e36ff0f1c855d7fa62e8a7cc21201d0b6ce7f68c]

        bump product version to 3.4.1-rc1, release number to 101

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [398997a3e1034abbcaaea58a423ac8738549e0b8]

        Remove definitions of SvUShortsSort. LGPLv3+/MPL

2011-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [e19d3297722f72e93740f423b88da84c8b7300e4]

        fdo#37776
        
        VLOOKUP/HLOOKUP now allow a single reference as the second parameter.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [f7d31f5bcd6f391c2392ff3fda0f406e5156dd5c]

        fdo#37776
        
        VLOOKUP/HLOOKUP now allow a single reference as the second parameter.

2011-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1d84afcf346e374980259718e26f48622b76aa5d]

        remove noise from configure on Mac, use --disable-dependency-tracking

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [798129b28ee7b68b71d38c444c1838d2a233afd8]

        Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [931e3765f5051aa1ae8926db34d13a2f434b38ef]

        always get GNOME MIME type icons from the gnome subdir
        
        sysui/desktop/share/create_tree.sh put the GNOME icons under
        the gnome subdir and KDE icons under the hicolor and lolor dirs.
        GNOME and KDE root dir is the same (/usr) on RedHat and FreeDesktop.
        It is different (/opt vs. /usr) on SUSE. The directory
        /opt/gnome/*/hicolor is available on SUSE but the LO icons
        are installed only under the gnome subdir.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-14  Petr Mladek  <pmladek@suse.cz>  [cf4a55dd662a0ae284a1b7923cfeb5d2652a032b]

        always get GNOME MIME type icons from the gnome subdir
        
        sysui/desktop/share/create_tree.sh put the GNOME icons under
        the gnome subdir and KDE icons under the hicolor and lolor dirs.
        GNOME and KDE root dir is the same (/usr) on RedHat and FreeDesktop.
        It is different (/opt vs. /usr) on SUSE. The directory
        /opt/gnome/*/hicolor is available on SUSE but the LO icons
        are installed only under the gnome subdir.

2011-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4ef9af9e9507ef68882277f3abb0128e90178ddc]

        remove noise from configure on Mac, use --disable-dependency-tracking

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [46e78aba3ab9a50b31587ae975ae948f739a9732]

        Fix build break introduced in commit eae3537.

2011-06-14  Joseph Powers  <jpowers27@cox.net>  [e7d4fe2dfa54bf2c70d952956a2e308e8fb904f7]

        Replace List with std::vector< SdrObject* >

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [4b0b0a5b3045902d9a6b95510ec30a3027181e29]

        Replaced use of SvUShortsSort with std::set/map in reffld.cxx. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [045cfc012e60726ed68f79f95bfdef7641e650f8]

        Replace SvUShortsSort with std::set in basesh.[ch]xx. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [ec2c1f5048a3b70497c0887a4e508bc8cbc38d1c]

        Replace SvUShortsSort with std::set in dbg_lay.cxx. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [dca3addef8ff725176ef71818f5eb39ab1057ea2]

        Replaced use of SvUShortsSort in atrftn.cxx with stl equivalents. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [2a913d6ecb2b0f4575a61b07673d1410c01c8004]

        Remove obsolete forward declarations of SvUShortsSort. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [b031a7b3e3a3811c5dc1a4e24c51a33091dc9db4]

        Replace SvUShortsSort with std::set in rolbck.[ch]xx. LGPLv3+/MPL.

2011-06-14  Nigel Hawkins  <n.hawkins@gmx.com>  [2bd75a4cac0ecd1275c30e8b3a952bb7555e2b1b]

        Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.
        
        This change cascades through to a lot of other files. LGPLv3+/MPL.

2011-06-14  David Tardon  <dtardon@redhat.com>  [7d5c29080244a8b2f8b319fffbac78e58fc3f865]

        fix paths and restore original semantics
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [fc328a31e82fa384ac03538c37807fbe854a1952]

        first cut of gtk3 auto-detection, and autoconf-foo

2011-06-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0be7aba3daea70eff616a94e3da4c64dfb597e5e]

        Some more w4w mentions gone

2011-06-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e16b11c18173e61d442e858117516fb80ca730d5]

        Some more w4w mentions gone

2011-06-14  David Penzes  <penzes_david@yahoo.com>  [51b319868bfb3eeafc53ecfe3a689ccd5f22bbad]

        updated screenshot for hu thesaurus
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-06-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6fdbf0f98e8b96190850b754834d3e9c42a48d8b]

        Remove any mention of w4w whatsoever

2011-06-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [59e5396fb565d36c3b98239646dcb49bafc476db]

        Remove them from the fcfg_w4w.mk too

2011-06-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3b6c48db4b3bf8654cf6a32277a2573115450268]

        Remove fragments for StarOffice WP filters that we don't have
        
        and we don't have any reason whotsoever to use even if we had them

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [16e0d4a57a160198d7ef7823f9b484b85aa98197]

        don't need to link against vcl

2011-06-14  Michael Meeks  <michael.meeks@novell.com>  [08a08dec6e62da86b8e1746bb205cb32ee4c7f98]

        don't throw an exception on unexpected attributes in XML rdb files

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [48774453b1d2caf427cb0742dc492194a8615941]

        I see no need for sw to depend on lotuswordpro

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [f85076ca48e27c81cf4ce36f9b09fb55733db4ec]

        catch by const reference

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [fa3adcf3c174be1703838665b6a7970816fefba8]

        remove unused filler and width

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [f2ef13b2199f038c43a975258b3b59438e02797d]

        catch by const reference

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [77e481f59551f98dbe1de884016892b95226e3b6]

        Precision unused

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [94cc09fbd030c03eba8b41314cb5bf0356faaad7]

        fix assert, title column added twice

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [0f1969d04b9ba24235d577e42a9ab86c44ecfd12]

        remove unused justification

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [325012b1df9e453c0c25198aea9f0621213a64e4]

        catch by const reference

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [bcbf10e723120aef2a049c4c8164a0443f84c78d]

        unused buffer

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [71cb7d2b3d48305ee66578301fd4b31325abd8c3]

        remove unused filler and width

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [dbf20486ea3e8fe3df45e1f317d2c81f64b52a60]

        catch by const reference

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [a939296fddeefcdaa65c127df11089b4102da6ec]

        add hwp to desktop etc. files

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [f1ea4ba4479f4a29eb0a42389d5f03c2ad280e8f]

        fix tinderboxes

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [ac41a4d5f265d76f09cb0543de097028eb82699b]

        gbuildize hwpfilter

2011-06-14  Jan Holesovsky  <kendy@suse.cz>  [f32b2bbb065e5309398a6455e09872e83f6a4d7b]

        In toolbar menu, remove the downwards triangle and center the '>>'.

2011-06-14  Samuel Cantrell  <samuelcantrell@gmail.com>  [e1bf4cbec578735bbb27acc97893de544a63e73a]

        Removes zoom button from Calc
        
        This patch removes the zoom button from the standard toolbar by
        default in Calc. As the "Default UI Improvements" wiki page notes,
        we now have a much better method of zooming than this stupid
        button.

2011-06-14  Samuel Cantrell  <samuelcantrell@gmail.com>  [65483c153e362ad6a9495aeee56c5a2bd47d8255]

        Removes zoom button from Writer
        
        This patch removes the zoom button from the standard toolbar
        by default in Writer. As the "Default UI Improvements" wiki page
        notes, we now have a much better method for changing the zoom
        level.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [d29bcfb031df6ef5285213de56444027fd1b1aef]

        Properly return empty string when asked, as it did previosly.
        
        Refactoring of ScMatrix changed this behavior by accident.  Let's
        bring back the old behavior.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [43fda1a7c9efe07fe411431d5b5d451a00fb41c0]

        This assertion fails many times & is very noisy.
        
        The fact that there is a if statement to check for the NULL pointer
        suggests that the pointer can be NULL sometimes.  Let's remove this
        OSL_ENSURE.

2011-06-14  Kohei Yoshida  <kyoshida@novell.com>  [f5929249cce32ab640b0282c851404ed52af262c]

        Replaced manual loop with for_each.

2011-06-13  Kohei Yoshida  <kyoshida@novell.com>  [cef57942fe7d94a172a2c4dd8e172e09966be5b9]

        Removed ExcRecordList; nobody uses it.

2011-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3c1e5d564cfd06105ed9d119dd2a5509e6c316d2]

        silence pango, get rid of $/ escapes, pass verbosity switches

2011-06-13  Kohei Yoshida  <kyoshida@novell.com>  [38c01474755ff28a70b7e4f21cfe661ccf0ca350]

        (Hopefully) fix the ambiguity error that the tinderboxes kept complaining.

2011-06-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [baa4d72f225911e38b6e68c8fa7968c27c582769]

        silence warnings from configure, get rid of $/ escapes

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [2787179fe97c0dac5e1857aad28c165a260292de]

        add regression test

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [af870cf4d7a36ade6c1c274d555f91e4b1904ce5]

        return the correct return code

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [80380ecc555e7c18a2baed9f5beba90a02d137f3]

        Use OUTDIR_FOR_BUILD in DYLD_LIBRARY_PATH

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [3e0ac2a43ae9d2f3d255423637ad271dd97cdafe]

        Use the BUILD platform's saxparser.rdb file as we use that saxparser, too

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [0b303af5dce580d790281418ac2277103917e704]

        ditch MyDataSink and use comphelper::MediaDescriptor::addInputStream

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [9e4e88567e3a2aefc8ab3017c8d45c093aee3d38]

        Add MISC_FOR_BUILD variant

2011-06-14  Caolán McNamara  <caolanm@redhat.com>  [c433f46e54d64d881ebb4fe7b79f044df52e2b8d]

        gbuildize hwpfilter

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [0d51eab31fa305a702218203e9683c102cfe83a2]

        No malloc.h in iOS SDK either
        
        Why this source file bothers including <malloc.h> at all (on platforms
        where it exists) I have no idea... This is C++ for chrissake. And the
        standard C location for the malloc() declaration is <stdlib.h> anyway.

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [b6dffaf8f81ef07e048089eccda272750984d944]

        Fix SAL_MATH_FINITE definition for iOS

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b879a95c1d1b6241e7bc1b6fb6349e91e4baf5f1]

        gbuildize hwpfilter

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [9fda49de9c882dfc34c43e4ab936bfc9d5cfb8be]

        No point building build-time executables for iOS

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [712d50af25bd3dba25ce360ea6b672f122f79c49]

        Make static libraries on iOS

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [5f92c3275affc87b567da59aad67b548b660bfc2]

        Add FOR_BUILD variant of SYSTEM_LIBXSLT and use it to decide which xsltproc to run

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [01da593c51cdea9a9e3ec5a325cc906fce1d8f6e]

        Revert "Bypass DLL prefix and extension stuff on iOS for now"
        
        Not needed now with a normal SAL_DLLEXTENSION defined for iOS.
        
        This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [0ab0d0c9b4a56ad737b570fe8b171177106c0d8a]

        Do define SAL_DLLEXTENSION properly for iOS, too
        
        Do it even if it can never be used successfully in an iOS app anyway,
        as they are not supposed to load dynamic libraries (except system
        ones).

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [5a3a379662e06d71bea1d7fe54a0a08fd1817c35]

        Be less picky with library name

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [292a358e86768f61de59aa3972c99468a667446a]

        Be less picky with library name

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [a44330b976452828296fe01cb419d851b7936d20]

        Bypass DLL prefix and extension stuff on iOS for now

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4dafde87ffd9d2723a8edbe7f7e36f81f89e70f0]

        restore dependency

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [bfd0bbab201d574d3387dacf1c74e80a3ed157bb]

        survive missing writer component for testing purposes

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [8c2988398414a72135b71867dfb26ff3f50012ef]

        Don't build skeletonmaker for iOS

2011-06-14  Tor Lillqvist  <tml@iki.fi>  [5be442640ae350d614d452c63e02c0a3041dd71e]

        Also deliver static library as built for iOS at least

2011-06-13  Kohei Yoshida  <kyoshida@novell.com>  [2cfb172568fee82e675aed63b409afd00d23a1c2]

        Make some room for the localized strings.
        
        In some languages, the translated text may be longer.

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [dc99de6122f37682d841dd79d9bbd067b72147a3]

        move lotuswordpro requirement from sw to postprocess

2011-06-13  Kohei Yoshida  <kyoshida@novell.com>  [082c7ff841c69e77e980863fc348915fbd5360a2]

        Moved up the control to keep same top spacing as the other pages.

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [20a1afe407e4b592c787965b85ecfa8ddfd333de]

        valgrind: linenumber uninited

2011-06-13  Kohei Yoshida  <kyoshida@novell.com>  [2bea00d42b77b46cc150fdbb45a88c239b8cd523]

        A little code style inconsistencies.

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0700d11c1d299702d1e6f5ba92ecea23ef483cf7]

        get rid of "SHL2TARGETN redefined after use" warning - 2nd try
        
        this time run git add before commiting to commit the locally tested
        version, and not some intermediate crap that was added in between

2011-06-13  Julien Nabet  <serval2412@yahoo.fr>  [7e0ac229f116d215d225074fd13f622fb4eadd68]

        duplicate if expression (no CompatibilityOptions option was lacking)

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [3de0e85039f72f8506213369e262a4837ae88d98]

        it's c++ not c

2011-06-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [50b5d6076d9dc40eb0c484843481b2bf804d71e4]

        fdo#33293: Option to configure initial number of sheets in Calc.

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [1663abc706497fb0f56ee0b548f345ff76257520]

        #i49123# implement typedetection for supported .hwp format versions

2011-06-13  Julien Nabet  <serval2412@yahoo.fr>  [7c2be422bc1074855b8b846d0ba9a1d4121a6682]

        Some cppcheck cleaning (functions can be const)

2011-06-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [f9c2beb2cdb4ae448d22ae390c63159b88df9e9e]

        fdo#33293: Option to configure initial number of sheets in Calc.

2011-06-13  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [33d23d9f293786c08142eec9f5b85b2392c3bc49]

        fdo#33293: Option to configure initial number of sheets in Calc.

2011-06-14  Takeshi Abe  <tabe@fixedpoint.jp>  [2206f826c017acedbf813f5ee368ff227cb91cf9]

        removed obscure comments

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [6b7cfa4d01aa64ba7153b33aa0287f25ea3e90c7]

        More experimental iOS work

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [9f0af81b02616c78423228b34e1f18a8dc9840eb]

        Add IOS to those OSes for which we use the "creative" library names

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [7e4936b00458c29dcc0510c99dca149277c29511]

        It already says "to do the equivalent of 'build && deliver'"
        
        So no need to say "this will modify the solver", especially as that
        talk about 'the' solver is Hamburg-speak.
        
        Also, don't advice to use the -s (silent) flag to make. Once the
        developer grows tired of seeing verbose output, he will learn to use
        -s.

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [67f9851d4cfe6a9430c988eb983794d4e11c080c]

        fix broken makefile that just happened to work because errors cancelled each other
        
        get rid of unnecessary %-rule (and the "more than one prerequisite" warning),
        get rid of the unneded $/ escapes,
        get rid of obsolete WRAPCMD

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [433dc982f03d4924edd01f37be41330a8699f310]

        get rid of unneded dependency (already in prj/build.lst)
        
        furthermore the dependency did no longer match the command that was
        actually used in the rule
        also get rid of the unnecessary $/ escapes

2011-06-13  Noel Power  <noel.power@novell.com>  [ce8cb9bfae7a61df69e6eaff8e254f9bcb482818]

        fix for imported columnwidths bnc#693238
        
        increase fuzz, a fuzz of 1 is not sufficient.

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [46d4d4b877b7aace6dde24b534f711f674b8a494]

        no point in extra initialization

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [c36c2e050a22d285c1fc49d6f098bbdde348cdc9]

        tidy indent

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [d29775ce3cbba32ac958aeb83e38b0bd8faf6973]

        stack example .hwp files here for future tests

2011-06-13  Katarina Machalkova  <kmachalkova@suse.cz>  [925ca4c25a2e5591c5c1131947e5b68d7d2e5327]

        fdo#38154: convert split win Y coord to 16bit int before xls export
        
        Excel then won't complain about invalid xls file
        (this is some fallout from increasing Calc row limit above 65k lines)
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [13e0f8cb581457ad03caf3cb2d0c40ef047717b9]

        Reduce chatter

2011-06-13  Joseph Powers  <jpowers27@cox.net>  [f75a85644d80d437dae87f226ed3e60aa9a93a43]

        Cleanup so compiler errors caused by stream.hxx cleanup

2011-06-13  Katarina Machalkova  <kmachalkova@suse.cz>  [3e35eb4b49174bde62127b973b2258cf1748b1d8]

        fdo#38154: convert split win Y coord to 16bit int before xls export
        
        Excel then won't complain about invalid xls file
        (this is some fallout from increasing Calc row limit above 65k lines)

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e224ac0e3172b1d3360461e1e67a5a235b349824]

        use rm -f to not complain about attempting to remove nonexisting file

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7249ab61220c1cccf717abb36d3de12c2aae3961]

        get rid of "SHL2TARGETN redefined after use" warning

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [09bff9c44d900b791d7427d91031565f866560da]

        add a cast for reported build breakage

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [31558d6086ef22330811827cb6ca43511f83b099]

        quieten this down a bit

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [8da067ebea964e87ac4b69d371a1038b0a341a43]

        catch by const reference

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [47db277e2a99e767027ebb47589a7c4091a7d00d]

        catch by const reference

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [75082b5c6ff65a5bf428c2900d665d727628e53f]

        enter and leave registrations to keep asserts happy

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [c565e5d9c7e9a3dea35e04f62e6d2490e3c759fd]

        Update my Windows autogen.lastrun

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [baea8225c2daadb83b8bc7b9d5b77a9b096e3275]

        No enable-ext-scripting-python any more

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [79dfc54b21c5ab99407ed2817c46240e5259e7d3]

        Fix comphelper in cross-build-toolset

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [d061b4ac1a234818df1151fc0c9a4a424358b188]

        cut down on the noise

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b40c288be44d3eec41d30ac445a1e6b6e9a17777]

        only want to know if the type changes

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [47123eb0a5123eb6bec1f235543ee46bfe0a6518]

        ditch old commented out stuff

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b19194ec9298d78aeab8667191aad60e7de07449]

        handle missing values gracefully

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [a832f5bf2f6ec705653ca02642ba7023af31840c]

        spare us the extra warnings

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [97b949d6f4cf0eaa6c2ae8a46d8e0f128ee825af]

        restore Test-BigPtrArray unit test

2011-06-13  Andras Timar  <atimar@suse.com>  [9d9634f2648cd4a725a0abfd5008933e589784f2]

        fix Y coordinate in previous commit
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-13  Andras Timar  <atimar@suse.com>  [9cd3cd1f60aeee158272ddd42b1733f72ce333c7]

        fdo#36990 fix layout of MSI Custom Install dialog (esp. German)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [932ebc493d54033f13ba51907817a5f7e42255b1]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [adb752b347a737249a56ce33b0e42352d3cd37f7]

        simplify and shrink this to used methods

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [02b78432d09f96006ab59e248de8822942bb53b0]

        remove unused WriteNumber float/double variants

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [0487c7b7df9aa4afa9403d4f78aaa5aaa1b7cef6]

        remove unused WriteNumber float/double variants

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [26de77008f0ec1816b461c02eab831fcc36ca44b]

        remove unused Radix

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [811ccc4f3cef28a310d5638e309953eebb866925]

        rename SetKey to informative SetCryptMaskKey

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b9fe9af7ccd84b4bf55c61dd3e3da098693bcf13]

        remove unused GenericInformation

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [ec4c6c2b2f98b233c2c5fac66c3a6b4c20eea153]

        remove unused GenericInformation

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [666e9661d4740aad282364dc7f6275c6af2894df]

        Remove dodgy and unused ReadNumber

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [e1ace637919e44a059e4546ada623df65334ae06]

        WriteByteStringLines unused

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [8a703cec700838702fe8e473ddda6c1c7a03c116]

        InformationParser unused

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [0ad9a44f9b29ad6ed2137cda358947b3387d139f]

        ultra-documented AddMark/RemoveMark unimplemented and unused

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [2caef562d95e5b4ef47b6c02fd5c7e6a4487f0ea]

        remove ugly and unused WriteUniOrByteStringLine

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [bfb45c2b19a92f5e509dae486d9e758e629e358b]

        remove ugly and unused WriteUniOrByteStringLines

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [548181a3d0c6710102d417e8e5dd1461ef19cc72]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [a13904ead0011a1e9bb7ebdeb117e269e0cf3ece]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b733aa815680ae00576253ab2a1371adb862ccd3]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [66580eea14fba104b47dea6103ead3e7c239bfcf]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [ceadb769db5e0d203b8366018133a0b614055cd0]

        lets make this sal_Int32 on all platforms

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [67bc85682d8a585121844d9cc10e8268587aa1a5]

        rename SetKey to informative SetCryptMaskKey

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [80ec3cb611cad6ecbd1a2684a93358b6f0cf6e00]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [698bf10b4b258f3e169a7d242b95286e52e0b08c]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [6cee4d167897a4a7bcbc42cb6cc085c0fb431ef7]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [cc37f233fe12a3178a5d34ef5ee1e46b23a1658b]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [3d016a2bb2fe8135418e097b124934d44dc17fd9]

        entire storage dir is unused/unbuilt

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [9bcad6f6a21afe50df2c1c9db4cae3e6b2723d20]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [42ac36d96bf5b5003b927839134ccb2bc9d9bf49]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [37d93d391251ebdb8cbc30412fbc3b8eb9d935e2]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [22c6795eb289262170960a128519a65b2e6261dd]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [a4ad260454df9bac6c4f16449bd0bfbe0e04827a]

        rename SetKey to SetCryptMaskKey

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b7b19814bc280e0f05dbbe4bf04758b092613762]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [a570bbbf2e9ba3dbbcbb77ec7b469162c02edddf]

        mpCommentOut never set, strip it out

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [6e3b6788faf8e6b9179e4038603a83fda463d9cc]

        rename SetKey to SetCryptMaskKey

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [e6ba8dd857e06f012e60bc020613cf51ed10e647]

        rename SetKey to informative SetCryptMaskKey

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [b553a9b641adb654cd86655e395bd2f91abb9efc]

        AddMark/RemoveMark unused

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [9318741208ac10efe85d2e70752f859ba0664539]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [068501f46fcc0029355fb854eb9416731df30bf8]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [d0e148f0a47e6047cd50951ac18b2314c27f54d0]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [49d9d4ffb96883dd8fdfd4e50e7934e34fbd5f1e]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [c74fc7821ae56babe85e8569aa186a980d839d93]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Caolán McNamara  <caolanm@redhat.com>  [788ae2509805984bd8ff2f09a102db23264d7dd4]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-13  Samuel Cantrell  <samuelcantrell@gmail.com>  [294182d7f8526d758b205f51830e4f14643f4b16]

        Removes mail function from make_installer.pl
        
        Removed mail module from installer subdirectory. I also removed code
        that referenced the functions within this module (such as one
        that sent a message if the process failed, one that sent a message
        if the process succeeded, etc.)

2011-06-13  Tor Lillqvist  <tlillqvist@novell.com>  [a8065a5873c7008b82310f2adca84568c0763748]

        Handle also OUTDIR_FOR_BUILD here
        
        Especially, do the cygpath -u dance also for that. Fixes build
        breakage on Windows.

2011-06-13  Noel Power  <noel.power@novell.com>  [6b522673373797bbf53d795d53e0ec45175a5d67]

        default config location has changed, look in old config dir when migrating
        
        A previous patch (boostrap:25bd2eec77ed774a37d1cddd0d72312e23d5e9fd) changed the default configuration directory location ( on unix ) When evaluating user configurations for migration we need to search the old default config dir and not the new default config directory,

2011-06-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [283022f9d90baaf5a570befd2bcefa24ea9d15b4]

        silence warnings in jfreereport
        
        don't attempt to copy nonexisting file
        don't use deprecated version of function
        also get rid of unnecessary path-delimiter escapes in affected makefiles

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [bb0f5c935993489902392e7eb22f2d77b389f14d]

        No dynamic module loading on iOS

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [9fa483cf7b7b6f169b73fa65d39280c1c8a87e7a]

        No point building build-time executables for iOS

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [f45f53a1754ac14e69a4af5bab34eb23b554ee11]

        Be less picky with library name, match also libreg.a

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [1301edf41e27468c2154c1b0ae7e977321f0cbd4]

        Enable building openssl for iOS
        
        Wasn't that complicated after all.

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [15fb266175f8f2f063d73b40f56a4eec05653d23]

        Revert "Use separately built "system" OpenSSL for iOS"
        
        This reverts commit cd4784c4d7466027801736f13bf06b08f6beacf6.

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [03ac0b56514514a7e84ce323d9c8dac645e456f4]

        Use system libxml2 on iOS

2011-06-13  Tor Lillqvist  <tml@iki.fi>  [4d00f7934609b42338a0ca9630bd562cd129e8d4]

        Use dummy xml2-config script for iOS

2011-06-12  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [655d930476045a2de7f3ead4768bb75df8cf7c82]

        Code cleanup
        
        * Remove dead code
        * Fix comment typos
        Released under LGPLv3+/MPL

2011-06-12  Joseph Powers  <jpowers27@cox.net>  [0fa6dbcdab49b79852c451c173867fac0d8f213a]

        Replace List with std::vector< sal_uInt32 >

2011-06-12  Julien Nabet  <serval2412@yahoo.fr>  [5d54fc918fc63c9ac844c6d02df45daa2a86f993]

        Some cppcheck cleaning+1TODO (func not implemented)

2011-06-12  Julien Nabet  <serval2412@yahoo.fr>  [5cfb91df40675d81131200d8cce918ae108efb31]

        Some cppcheck cleaning

2011-06-12  Julien Nabet  <serval2412@yahoo.fr>  [a6364087da316b5838924a037ed250dc0a44d52e]

        Some cppcheck cleaning

2011-06-12  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [25dff099078d6923172100372268035488d6c08e]

        tell the linker how to resolve @loader_path on Mac
        
        also cleanup useless double checking for MACOSX
        and remove unneeded AUGMENT_LIBRARY_PATH

2011-06-12  Joseph Powers  <jpowers27@cox.net>  [3480f0d7118183e734c3e327858e506741889f51]

        Replace List with std::vector< PPTBuGraEntry* >

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [cc3bbd3f1a796e326635bf8594e27d0c1eeb38f4]

        Bypass when cross-compiling, at least for now

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [5c247d22c50cb912f681e9a985e4be1494385251]

        Need setup_native for ulfconv, at least for now

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [d1e8ef8c46b0f3409396eaadd0a3743feb6a5f44]

        Don't build this for iOS or Android either

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [29b9e141cba254ce14a2bbf8ce0b16042bed12c2]

        Do DYLD_LIBRARY_PATH, cross-compilation to iOS is always on MacOSX

2011-06-12  Julien Nabet  <serval2412@yahoo.fr>  [88d538c6e3fb2585d392adbb032ece73a3cc0b36]

        Some cppcheck cleaning

2011-06-12  Joseph Powers  <jpowers27@cox.net>  [22085914e8e4eb05b0c80272267a736708082049]

        Replace List with std::vector< PPTTextSpecInfo* >

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [b9d614cb027e35c809ae7f128ce3487b6c3adca5]

        Add sax and stoc, use merged list in cross-build-toolset

2011-06-12  Joseph Powers  <jpowers27@cox.net>  [26b1c9f8e0a244eb2e393aa3b679ff6032b21b62]

        Replace List with std::vector< SdHyperlinkEntry* >

2011-06-12  Joseph Powers  <jpowers27@cox.net>  [221d4b8da1230600f362c5b376f71ba50a408d5a]

        Replace List with std::vector< SdHyperlinkEntry* >

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [d90d2fc71ab0c11a8688adbf110a2c7a111ce0f4]

        Run rsc and rscpp from the bin directory for the build platform

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [920595ecce35fe7e87c5900290107b5914900750]

        Add "rsc" to cross-build-toolset

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [e21e0440aec182236b9df9e52176dfaf8cf9d955]

        Run executable for the build platform

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [832d65122a0ce5e5224c86a5b668dc3166cafe4b]

        Require bestreversemap executable for the build platform

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [4f3d4a62359f8b417d2edfee6f18826587b21176]

        Prefer S_I[RW]USR to S_I{READ,WRITE} for portability

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [b3ae76e00ba75a3dcdbc8d502d3aabd2c7f5ceea]

        Make it compile for Android

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [e634f62b3951ab6dd8b43e4ee045c3c94562e9ab]

        Don't do anything when cross-compiling for now

2011-06-12  Julien Nabet  <serval2412@yahoo.fr>  [7029263e54f6288acd1c8ad0610376135073a1a7]

        Same expression before and after <

2011-06-12  Francois Tigeot  <ftigeot@wolfpond.org>  [9a7c5c77859c440b6f5ccf4798a4423abf3b001e]

        Remove some OS/2 remnants

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [def1511fc20756b90337b73409be19a33e95bb1b]

        Use gb_Executable_get_target_for_build for bestreversemap

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [1d7a9b30453e2cc4fdfc83946f7e5c8e93835c6b]

        Typo

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [4a69f1a50d7e791360d0d8c8c8d55693d53c88ed]

        Add "tools" and its dependencies to cross-build-toolset

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [abe7861ba3dabd64c3d3f0b84d73197894e85335]

        Don't include <langinfo.h> unless needed

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [2f2b324ce79ca19fbaa27db567a4f4c6c096e689]

        Explicitly list modules in cross-build-toolset

2011-06-12  Tor Lillqvist  <tml@iki.fi>  [e0def18273c115bb562bb9427fb4b38a551823ce]

        Add post_download.log and Env.Build.sh

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [03ca367ff595d9a413acd05868cb9ea2c5d1748e]

        Use OUTDIR_FOR_BUILD in LD_LIBRARY_PATH

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [6d5b5d8d6085fe5d808c173022a4050f7ed4c4d5]

        Use gb_Executable_get_target_for_build for xsltproc

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [2fd4c7cc6aa21cfb161580bcc64c9bbd15b492c8]

        Add gb_Executable_get_target_for_build for cross-compilation

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [d7c928503ed020182f670ac8e7661309a628fb49]

        Add Android

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [7b23ec3cbe66f28baacb8b74dfcc0d994477c40a]

        Add Android platform file

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [cae6dc5426e22adbd26fe2ae14120932104e2e37]

        Add Android patch

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [1db5eb0c1c2162daf80e64637f7f3154f734e05c]

        Add Android patch

2011-06-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f892f979ce17c70ccff5c802db17f24129628504]

        add dylib to the list of native python modules for Mac (for pyuno.dylib)

2011-06-11  Julien Nabet  <serval2412@yahoo.fr>  [b61a258bef0431d2f38fe7b2674434f72fc82e64]

        WaE : it needed casts

2011-06-11  Francois Tigeot  <ftigeot@wolfpond.org>  [1c804bb644d1b699248ecdf6f633f865e65c0937]

        Remove unused file

2011-06-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [03604560ce01e1f08e9e2b258d67657005c98cd8]

        fix compilation with internal python on Mac

2011-06-11  Tor Lillqvist  <tml@iki.fi>  [adb552574038ca62db0f3d1ccf0e80d75cb09f5e]

        Initial attempt at Android cross-compilation support
        
        Recognize the arm-linux-androideabi "triplet". (Actually I doubt that
        is a well-formed triplet at all, what are the Google people smoking?)
        
        Allow longer lines in pkgdata.cpp as the compiler command line gets
        quite long for cross-compilation to Android.
        
        Add the proper assembly source file format for Android to pkg_genc.c
        and use that.
        
        Probably a good idea to use --disable-dyload on Android (and iOS).
        
        Tweak gcc flags used for Android a bit to work around some Android C
        header weirdness related to strictness and 64-bit types.

2011-06-11  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1251f860a0ef06ac6cc32b9d1e0309a48ebefc00]

        fix compilation with internal python on Mac

2011-06-11  Joseph Powers  <jpowers27@cox.net>  [689739d9e44c3dd46931b536c98c47625fbec10f]

        Replace List with std::vector< PPTOleEntry* >
        
        Plus a lot of whitespace cleanup (sorry). The actualcode changes are at:
        @@ -539,13 +536,13 @@
        @@ -1867,13 +1814,13 @@
        @@ -2177,11 +2124,11 @@

2011-06-11  Joseph Powers  <jpowers27@cox.net>  [0368eafeb31b10d520a69bc7ae2fe58c38d84d8f]

        Whitespace cleanup
        
        No code changes.

2011-06-11  Luke Symes  <allsymes@gmail.com>  [f0ae283cf05ca55751e9c2f04e98ef8031edaad1]

        make the fetching of external dependencies a bit more 'lively'

2011-06-11  Julien Nabet  <serval2412@yahoo.fr>  [f36245ea5100242a767473eb9aee850fa714d4d5]

        Some cppcheck cleaning

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [6e3bb904a2043238386abbb5bdf1f98645cdb532]

        Replace List with vector< BUndle* >

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [035060b7eb7a304612bcbcbbc42d62bab0feeddf]

        White space cleanup.

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [ae9eb65eefa010a41f908cd99c491b83fd9adcdd]

        White space cleanup.
        
        My editor isn't doing tab expansion... not sure why. so I'm cleaning the
        tabs out first so my changes aren't hidden.

2011-06-11  Miklos Vajna  <vmiklos@frugalware.org>  [31e655dbff231a66b69c43f7497ccebc9973ca65]

        Pict: send the XShape to the dmapper

2011-06-11  Miklos Vajna  <vmiklos@frugalware.org>  [6339971bc9de12f5da0a566cf2e76cc93f636e52]

        RTFValue: add shape

2011-06-11  Miklos Vajna  <vmiklos@frugalware.org>  [6839d117d84e7cf02021be6254982edd79531682]

        pass the destination doc model to RTFDocumentImpl
        
        so that later it can access its modelfactory

2011-06-11  Miklos Vajna  <vmiklos@frugalware.org>  [cf5d05e1d14589cc376ad0b1f5ae8d42549464f7]

        resolvePict: wrap the url in an XShape

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [0c39869f3e816fd370d60a4c4d6376098e5e8253]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [3c16b5b0a3a872a646b558f0315295de2cfb0115]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-06-11  Julien Nabet  <serval2412@yahoo.fr>  [2edc318282cf2395b507d59ffc670358219ef0e7]

        Some cppcheck cleaning

2011-06-10  Julien Nabet  <serval2412@yahoo.fr>  [50d8cdff89b02d23f782c98847e8955a02b32902]

        Some cppcheck cleaning

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [0098d40669cb84c20cdb6498e9f1de3710f4b04b]

        don't need this bit now

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [97e221f2c926d9099c2cb47e5fe5e27842f2aaa7]

        recover this unit test again

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [3e8ae241752bbc4e3292a15412f6428d347b1aa3]

        Prevent a crash during multiple operations.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [445aa9fa363dba19404e8c4425adbc0528d8698d]

        fdo#36719: Prevent crash on pivot table with invalid database connection.
        
        Check for NULL cache state to handle invalid database connection more
        gracefully (i.e. without crashing).
        
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [ce61ca5e029734baa07efef66f26fefba338687f]

        Remove a meaningless OSL_FAIL check.

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [9f5a010e32520f598cb3b2b5c48b92ca2e6ab2d3]

        Prevent a crash during multiple operations.

2011-06-10  Xisco Fauli  <anistenis@gmail.com>  [faaca83ba4fcec7849f249fdc005f49b13018531]

        add some more listeners

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [7bfa2d7a1e68790f7d76d738ad8e7a608ac760c8]

        The previous commit is for fdo#36719.

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [6f8ed557eb49c9e3543453de62ab8b02f9756a57]

        fdo#33137: Prevent crash on pivot table with invalid database connection.
        
        Check for NULL cache state to handle invalid database connection more
        gracefully (i.e. without crashing).

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [328d154015f8cb733ed62d793bbbc31eb4cc971b]

        resolvePict: import the stream as a graphic object

2011-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [093898ba3b532cb2d56b1275a2e0e2c102c6a15f]

        Replace List for std::vector<rtl::OUString>.

2011-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [06c54a8d8e17eefc9644ba44542c71bc72f72068]

        Replace List for std::vector<String>.

2011-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [418e1c560a9c6c68a1918e8a9b95ef276ce78ab1]

        Replace List for std::vector<sd::FrameView*>.

2011-06-10  Rafael Dominguez  <venccsralph@gmail.com>  [6614d67510f067daef67cf6e8b704b409e1b4744]

        Replace List with std::vector<NavDocInfo>.

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [a15e61ec503c2b8fa446aa35596495c4a96d58e5]

        pass the component context to RTFDocumentImpl

2011-06-10  Jan Holesovsky  <kendy@suse.cz>  [bd8585dcd5128616d3ca7005d5b4297cea1643a5]

        Update the toolbar's popup menu hidden items.

2011-06-10  Jan Holesovsky  <kendy@suse.cz>  [1f769646a9b72e47986f9747e56d82171e846f44]

        Update the toolbar's popup menu hidden items.

2011-06-10  Jan Holesovsky  <kendy@suse.cz>  [1703501a100cd6d52578baeb4e8097218b285ffb]

        Show the toolbar's menu only when there are hidden items.
        
        We get the same functionality when we right-click the toolbar handle, so no
        need to make this extra visible.

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [cf04068b60ea812174156d1f55d58ff7248ec715]

        Replace List with std::vector< SvxBmpItemInfo* >

2011-06-10  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cff5a8d0ee52252f9f5d42857c9985eb827f45dc]

        get rid of some noise in the buildlog due to missing msgfmt
        
        o test.mo ./de.po; \
        ../.././install-sh -c -d de/LC_MESSAGES; \
        cp -f test.mo de/LC_MESSAGES
        /bin/sh: line 1: o: command not found
        cp: test.mo: No such file or directory
        make[5]: [test.mo] Error 1 (ignored)

2011-06-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fde87dc7765798633a608dc6d2ba7ab522b7b9c3]

        fix for fdo#37872: we don't allow points in range names any more
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-06-10  Michael Meeks  <michael.meeks@novell.com>  [105350c622575c2cbf978feef983324aa9b19ff4]

        move font itemset handling down into the fontpreview widget

2011-06-10  Michael Meeks  <michael.meeks@novell.com>  [0284352c621ef7bad07a8a947ff8f83c55f831fa]

        simple re-factor to share selection code

2011-06-10  Michael Meeks  <michael.meeks@novell.com>  [a979f4e8b76ad7d123ea0eb05541bbe9135d695f]

        move font itemset handling down into the fontpreview widget

2011-06-10  Radek Doulik  <rodo@novell.com>  [0af7ac5e40573771776378ef67a9ae1ec34ec095]

        added mtfrenderer to the components list
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-10  Radek Doulik  <rodo@novell.com>  [58c1c1788b651a947639aa435c5675017f5cfce8]

        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>  [c594335ddbf39268a76c865a20c72683e9030c5e]

        added mtfrenderer component

2011-06-10  Radek Doulik  <rodo@novell.com>  [b90fa5defc891b0789037514ced383b6b5c9989c]

        make the debug build work again
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-10  Tor Lillqvist  <tlillqvist@novell.com>  [9cc346dc884f12cd6c31af36af41e3bf75c87703]

        Build specifically for x86 only as that is what cli_cppuhelper.dll is

2011-06-10  Tor Lillqvist  <tlillqvist@novell.com>  [9d090acb4ed8f68a6c60b741f5befeeacf9a84b7]

        Fix typo, add some comments, use build env if possible to find cli_*.dll

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [2bdecc71102572a7888b897933b960c2fbeabc34]

        provide picture data as XInputStream

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [5cb9247abfd00a50c8cfbadaf324c9b25bbdf99e]

        try .res runtime depend the other route

2011-06-10  Radek Doulik  <rodo@novell.com>  [bd9ecf7bfdb3386cce1e82607f7ab2e8141133b3]

        make the renderer component point to the right shared library

2011-06-10  Radek Doulik  <rodo@novell.com>  [12c57820da2a7972a87e9fd1775501aaec2aff37]

        fixed debug build

2011-06-10  Radek Doulik  <rodo@novell.com>  [f82b7d1696a1b6865ca491673d7f4c16d8ed7ef4]

        added mtfrenderer component

2011-06-10  Radek Doulik  <rodo@novell.com>  [e7c9affbe4b55aba9d36a77c25ac6d0174a3d59e]

        make the debug build work again

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [47b8b796f92f1c60d05736121912fb055720f6b1]

        Whitespace cleanup.
        
        No code changes.

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [68ae0620db8722d3cc6e750650af968518eda288]

        fix build, and fix reversed logic

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [aaeb10634130f3330fff43113044ac9c3a5de4af]

        Replace List with vector< sal_uLong >

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [582630888b11f2afa3943014bd08131298f19dd2]

        use asHex() in resolvePict()

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [ec75fed883cbecec51faeb963e4d709ddeaf1452]

        add runtime depends to .res files to unit tests

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [8c7eaf10bee67415977e5addbc97c8124dd768d9]

        factor out RTFDocumentImpl::asHex

2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d23c699db8d2233fe1eb0b33948d55d9f9f53d82]

        Fix another iterator vs. const_iterator mess on windows

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [99efbe684b030690e3f9b9c5d4d272115c987127]

        #include "cuigaldlg.hxx" was done twice.

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [240d78c022eacc76db1363d04a89ca8f786341d2]

        RTFDocumentImpl::resolvePict skeleton

2011-06-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [346dbb0a6ed8670c1075e61fe9806bfa8078fb8b]

        For the time being approximate ellipic arc with a straight line

2011-06-10  Joseph Powers  <jpowers27@cox.net>  [7ecb95bbd9549c8ac96196d931033179e45b779d]

        Change ScTreeEntryList to no longer depend on class List.
        
        Version 2.0 of the patch. It works this time...

2011-06-10  Tor Lillqvist  <tlillqvist@novell.com>  [93e7bea1487176b9584f4c44ec19568ef8dd96c0]

        This makefile is for a standard Make, so use TABs

2011-06-10  Tor Lillqvist  <tlillqvist@novell.com>  [475e518c7c4e12dad8a2d550493a1d1615cb2622]

        There is no dk.mk in settings

2011-06-10  David Tardon  <dtardon@redhat.com>  [82df2651c1af510e646ceadd654abc9b55ac2160]

        helgrind: Thread #1 unlocked a not-locked lock

2011-06-10  Nigel Hawkins  <n.hawkins@gmx.com>  [8a6f36b6da01f9eb7bbcafa22f1ec0de30fe8051]

        Remove obsolete #define

2011-06-10  Miklos Vajna  <vmiklos@frugalware.org>  [99089efda0916f01abf5a308a12826a25395835d]

        RTF_ULNONE is a flag

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [4e08d4f3cbbaaad30845035591c46746f76c5756]

        Related: rhbz#689053 ctrl+shift+backspace with 1 char to the left does nothing
        
        With 2 or more it deletes to the start of the line.
        With 0 it deletes to the start of the last line.
        With 1 is moves to the start of the line, and does nothing.
        
        That doesn't make sense anyway.

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [b44b8349a52b9f8550eea7a0c4bacaad5e250814]

        Related: rhbz#689053, protect against immediate crash here

2011-06-10  Radek Doulik  <rodo@novell.com>  [e227583627bf6e810da280962d7e74e98532ebfe]

        added mtfrenderer to the components list

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [4216adcff550970507c8fd4f5ccc67d33d455523]

        fdo#37622: Fix incorrect font attribute lookup during XLS import.
        
        Font IDs in XF records are
        
        * 0-based when it's less than 4, but
        * 1-based when it's greater than 4.
        
        That's what the spec says.  And apparently the font ID of 4 is still
        used in BIFF5 format, but not in BIFF8.

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [b3a5142c181d3b9d9067cb78a254285e335fbaef]

        re-enable these

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [b6e0bd0b1c5d43c1b231a6facfd3a7c7aff8b81c]

        List Microsoft JhengHei instead of Microsoft YaHei as Hant font
        
        Microsoft JhengHei (微軟正黑體) is vista's Traditional (Hant) font, while
        Microsoft YaHei (微软雅黑) is vista Simplified (Hans) font
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [9d9f4c1d094b66d16377f5ad347ccdf441249619]

        List Microsoft JhengHei instead of Microsoft YaHei as Hant font
        
        Microsoft JhengHei (微軟正黑體) is vista's Traditional (Hant) font, while
        Microsoft YaHei (微软雅黑) is vista Simplified (Hans) font

2011-06-10  Muthu Subramanian  <sumuthu@novell.com>  [7e152b6746055e6da29ba1067e256c3833325881]

        n#683578: Performance improvements for xlsx imports.
        
        Specifically reduces the number of UNO calls for
        importing cell attributes.

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [3452d81c392e9ac05b4116f15cccce684fb37a12]

        fdo#37622: Fix incorrect font attribute lookup during XLS import.
        
        Font IDs in XF records are
        
        * 0-based when it's less than 4, but
        * 1-based when it's greater than 4.
        
        That's what the spec says.  And apparently the font ID of 4 is still
        used in BIFF5 format, but not in BIFF8.

2011-06-09  Joseph Powers  <jpowers27@cox.net>  [5324c50280614f676fd17fcdd1ab4bc94d5eac5f]

        Change ScTreeEntryList to no longer depend on class List.

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [82978dba21815c543d37e3f021a166c35e071ce5]

        fdo#37764: Get ISBLANK() to work correctly with external refs.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-10  Kohei Yoshida  <kyoshida@novell.com>  [22abe71efcc05389c45e301a02383aa7e0023ff8]

        fdo#37646: Avoid crash when pasting a form control into chart.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [723d9ce1a28e25deb4c3b61ecd6c35f0ca100ea2]

        fdo#37646: Avoid crash when pasting a form control into chart.

2011-06-10  Xisco Fauli  <anistenis@gmail.com>  [5151fed2c911588ad7b7dbb4db2a743ab9f9458e]

        Remove unused file

2011-06-10  Xisco Fauli  <anistenis@gmail.com>  [59f5ea643c908fb9f2defdd987a50d46e63fb9ec]

        some changes here and there.
        
        - Add listboxes
        - Create the document preview in a diferent frame
        - Fix some any.uno errors
        - Add a listener to some buttons

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [403eb7e5b159466a881c2f51a308b0da62b18691]

        oops, this comparator doesn't order correctly

2011-06-10  Caolán McNamara  <caolanm@redhat.com>  [d4f2fd7fcb7841ce882a93b34f7d08e785278c93]

        init this to NULL to match dtor assert

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [2ed7d14f6bfd81f3cdeb2dea304f8681fdba0cf8]

        fdo#37764: Get ISBLANK() to work correctly with external refs.

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [0957430c123235f6545a4a883e953446d5687f92]

        Don't use undefined variable

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [76e160a91c2cb770f87ee32bfcc1b383d5944dc3]

        Need a small patch for Android

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [e9f849a029487f0355425395c794cc98bc549239]

        Need a small patch for Android

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [0efc8abb40da13843f556b802061ebae33c53b90]

        Need a small patch for Android

2011-06-09  Julien Nabet  <serval2412@yahoo.fr>  [31d9a8682b64dd46256008c56fb002ec18b05917]

        Some cppcheck cleaning

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [78a95aebb512afd5ddac1e9784627f5545b047f9]

        No cairo and librsvg for Android
        
        Cairo has no font backend suitable for Android anyway. So no use
        building librsvg or the other 3rd-party libs that just librsvg needs
        then either.

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [95b0fe9f51462b2ee158bf50b83ccc849422f690]

        Fix configury for Android, but won't build

2011-06-09  Julien Nabet  <serval2412@yahoo.fr>  [097225a9ce5fbffccfbdbc0b47ba5a6fe5b4b818]

        Some cppcheck cleaning

2011-06-10  Tor Lillqvist  <tml@iki.fi>  [3fafb2f3ead5fb533730ce5607e4421cfd85e28a]

        Use system zlib on Android, too

2011-06-09  Julien Nabet  <serval2412@yahoo.fr>  [121ec60a5d711178380cf68a1416dbe3274fe54b]

        Some cppcheck cleaning

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [b6495a531019bb93bb04f293914a253beb56dd49]

        First attempt at Android support

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [e39532fe3ee6555009906abae60c6304247c9af4]

        First attempt at Android support

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [c41c1e0d49174a3daa4da8405292c920237d6e7f]

        Add SYSBASE setting and -L flag for the GNU libstdc++ for Android

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [e59b18c6ec3c6d96caa1e6bf0f0203c39ae81a38]

        Propagate also SYSBASE to the build environment

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [e346df216ae3264307b3710e3f7826cdc10fa182]

        Replace List for std::vector<ScRangeFindData>.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [8989823b6279ca77683262da5634dc5c9ace4081]

        Replace List with std::vector<ScAddress>.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [95ae7d1d059d32beaaf316bb0f14d89182041c41]

        Replace SbaSelectionList with std::vector<sal_Int32>.
        
        Remove SbaSelectionList and SV_DECL_IMPL_REF(SbaSelectionList).

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [aba7233bc7aba525d850a57e4fef3c2a12fa5f69]

        Remove unneded foward declaration.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [4a42b727ff6bc82ec140308e55833078119a73d2]

        Replace List with std::vector<String>.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [6372a90a6043c0f738ab9bb033b8a17138682c0f]

        Remove unused hiranges file.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [367e0d309a04b90878e1ebedd4c0eb269911152c]

        Replace ScHighlightRangeList for std::vector<ScHighlighEntry>.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [c366997560732e9bb41a08364a1df9c17cc86602]

        Replace List for std::vector<ExcRecord*>.

2011-06-09  Rafael Dominguez  <venccsralph@gmail.com>  [f642d233eed6909c4294d53e5e54a3c314a5fbf7]

        Replace List for std::vector<LotusRange*>.

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [7abe7b6221b696dd7f61dc6ad8daa24149701a72]

        INCLUDE_BACKTRACE is on for Intel MacOSX

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [ec1fa205bb39b8b436c10eab5d63605f88eedd9e]

        fix indent

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [f5cf4a6157c728f9281d7b0d6a14152bef5b5667]

        this links-are-a-problem thing on windows seems to be archaic now

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [db280c82e6c2bd809aae83527b6293851f3aedb7]

        First attempt at Android support

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [228b4400a0d95881f9d9d16f9afa339bd2647941]

        Don't fail if we have no checkdll tool, for instance when cross-compiling

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [0574ad9d8b7c3e20520c39a48ab8380d30c8ad8a]

        First attempt at Android support

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [9cb0547561191b9b4bdcdaa44d6047e135a345c8]

        Add C++ include paths

2011-06-09  Tor Lillqvist  <tml@iki.fi>  [c1a67b639e76c980e83b18e93d7859f6c31925c3]

        No --disable-cairo needed any more

2011-06-09  Michael Meeks  <michael.meeks@novell.com>  [8f96f4f61d2c371031fb5375faeee87d8f874f7c]

        disable splash build completely for Mac

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [cce6bd3b5293223fd663731d3b2fc5c9bdd300f4]

        Cross-compilation support for Android

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [d6964127f5e2c1a2ce6c29b5396bf4063120410c]

        Cross-compilation support for Android

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [496bba4a6898e0fda7a3ce0a74ed1dd254277992]

        Cross-compilation support for Android

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [790005a4023917acf764b2162b47e310522935ca]

        Don't do this for Android either

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [148462f5428f5af099321161f846f95618fca72b]

        stick a newlinea fter SalAbort message

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [b29cc3d07dbc274cfd7d7db6d6b43751d4859d48]

        survive 0 fonts until we get to no-fonts message

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [46c6d9533b36c587b657f1e0e6e34c59b8ef74a1]

        Cross-compilation support for Android

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [971fbd84812400341e9858959cd812f85fd49e4c]

        Cross-compilation support for Android

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [2fb2339e7773d51e844cf4b5ad448ccf6d08c031]

        enter RTF_SHPPICT and RTF_PICT

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [16be2c2ca820f462f57c837bca1fea7d8a57ca69]

        fdo#37974 make recursive call of MarkManager::deleteMark do the right thing
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [c2ab5a781be2ef2dc7a558b126324f39a50565ff]

        Effective STL Item 27
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [cf9c0947f5ebc49f945881a520fddb15defb515f]

        fdo#37974 make recursive call of MarkManager::deleteMark do the right thing

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [c65a31b0d9a0fc891568ca85ad03e4c91e8e5a66]

        Typo
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [422b55a9738ee0884b74e859fe8d60384be59348]

        Add iterator sanity check, seems to fix fdo#36820
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [ec1c09b98888f74a0eb3703fc9c820281d77a68b]

        WaE: some simple warnings

2011-06-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8821487f7a475630112778e9f45e8f2792115edc]

        Workaround a limitation of draw

2011-06-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5be713f81380c14ceab9cdf82c41d03f62db5b4e]

        Give a more dignified name to the Visio file-format

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [cb14e2f4c9eebd3e2291bd641758ebdd119384c8]

        WaE: on some random compiler or other

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [558d5c25a0b1d6a937d33291a4b6cd7fca6cb15b]

        implement RTF_LTRPAR and RTF_RTLPAR

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [b13d5a832103342cdca8999bc43b6f02b55c6ca2]

        implement RTF_AI

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [b9c74b0b5df58086d1618ebd4b500c80b1608aad]

        is it just rtfs that are failing

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [8c9ee18fd56327e90d528f8d796acfc60bcb9830]

        translate this

2011-06-09  Radek Doulik  <rodo@novell.com>  [7e23c2dba0f4fd6d3b74c0922917ec08adf79774]

        fix wrong bullet placement when stretching happens (fixes n#694344)

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [ce53091e03fe6f71087f58be3d24e0f6207ba5fb]

        '1.' (with '2.' prefix omitted) is %2, not %1

2011-06-09  Michael Muench  <michael@codingmicha.de>  [74a5c6182464b7d4914e27ee230f74b01aa6511c]

        replace OpenOffice.org and StarOffice references with LibreOffice
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [abbb7f0c35ea3150e25f1989ef0d0d57418dad48]

        implement DESTINATION_LEVELNUMBERS

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [c78750e10fba731db62d7081e77f329776987899]

        add RTFValue::setString()

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [ca2d0d72452a14545fabf5e7b730a36ac4422af1]

        Typo

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [65013b27727440fa26a746302acb4fcc5de4fde6]

        Resolves: fdo#37668 bitwise operations on signed numbers

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [e80486eb27163033eae39cffbcaeeff52902d61d]

        Resolves: fdo#34723 unused variables and arguments

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [a0d68274b6775a0845890cc771ff4101b4e558dd]

        RTF: export SVX_NUM_NUMBER_NONE

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [22a8ffcde5ea8e7dbbcb9fb4c902d90337d4245d]

        better RTF_LEVELTEXT support
        
        numberings with style "none" are now imported

2011-06-09  Tor Lillqvist  <tlillqvist@novell.com>  [1c7f95b96026abee15519a0e57e8e41f0ce87a4f]

        Add iterator sanity check, seems to fix fdo#36820

2011-06-09  Miklos Vajna  <vmiklos@frugalware.org>  [71a50a9d6c6615db13a8c23f6960e499df7c3da9]

        cleanup

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [440eaa7f44a24d52f2dda543fafd6ec30a71acb6]

        Resolves: fdo#37668 bitwise operations on signed numbers

2011-06-09  Jeff Aigner  <jaigner@setnine.com>  [0bb79fa1f1260fc342f80267559a69f61c3d3658]

        Resolves Bug 35938: Saves caption separator text in caption dialog.
        
        A static String member was added to the SwCaptionDialog class to save the value of the separator text edit between uses.

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [9c1fad488178e1cede11c2fb4e2a76fe987e8ed5]

        fdo#37673: Fix a crasher during HTML import on Windows.

2011-06-08  Rob Snelders  <programming@ertai.nl>  [61d40bdb2fc3c3270f762ed3ea4e2e4282a4e032]

        Disable Removebutton in optchart

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [5095ec05f04d19ace6eaf7a8f1a19be462138f7d]

        fdo#37673: Fix a crasher during HTML import on Windows.

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [594e69e63aefe8ef229be56e14aeeeeeb6deddc6]

        fdo#33705: Fixed cell function N.
        
        Also added unit test for this built-in function.

2011-06-08  Kohei Yoshida  <kyoshida@novell.com>  [8a45e3e6dd93ba6873e2908805bf5646445a908d]

        Let's not use fractional numbers in a string input.
        
        This test fails in locales where the decimal separator is not '.'.

2011-06-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [f0f2a3012a7a4a772e83d79db31a9314f98777cc]

        fdo#37799: fixed broken loop causing a crash

2011-06-08  Kohei Yoshida  <kyoshida@novell.com>  [32934392a0e8d97b7d28dbecd77b79b3b5640a77]

        Skip the tests for boolean values.  They don't pass in non en-US locales.

2011-06-08  Samuel Mehrbrodt  <s.mehrbrodt@googlemail.com>  [e89f463dfc922d67f7b1faa2fc013fd148323ac4]

        Fix for fdo#32786: 'Capitalise Every Word' function
        
        This fix is based on http://hg.services.openoffice.org/OOO340/rev/de0464b37fb3
        Also replaced remaining tabs with spaces

2011-06-09  Caolán McNamara  <caolanm@redhat.com>  [45395858baf2b5f0e66a9ed6e3dccb3df18be647]

        these are empty by default

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [a801d0b0eaf7d5b55036e96afa387c3ab3292e1d]

        fdo#37947: Correctly import sheet-local named ranges.
        
        The key is to temporarily store all sheet-local named range data,
        and insert them en masse after importing the sheet contents fully.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-09  Kohei Yoshida  <kyoshida@novell.com>  [e0985d7f5703128ef9c8b8d41966032cc1615557]

        fdo#37816: Fix a crasher in datapilot table when moving a field button.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [517c37b146cf025f4d91670d271c7db4166bce77]

        introduce aListLevelEntries on the stack
        
        With this, it's possible including the contents of aTableSprms when
        adding a new list level entry to aTableSprms, reducing the size of the
        XML dump for a simple numbering from ~2MB to ~100KB.

2011-06-08  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [1244551f06d531d3a69b19101a9971a5fefadb3d]

        putting back a wrongly deleted icon

2011-06-08  Kohei Yoshida  <kyoshida@novell.com>  [5effe4f6ef0c7dc2906c88762894be7a56316836]

        fdo#37816: Fix a crasher in datapilot table when moving a field button.

2011-06-08  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [73956fe85a80f029c7be2b39f4557848ea92fafc]

        Remove duplicate icons for crystal and oxygen themes

2011-06-08  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [20eae10aaefa256092b2d2a48e9622da2faa6f07]

        Remove some placeholder icons

2011-06-08  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [2c246814bcdcae585a183c0188b482daa1a4693d]

        Removed some placeholder icons

2011-06-08  Kohei Yoshida  <kyoshida@novell.com>  [9b4b4c437704fad4a9861cd42924144e0634889a]

        fdo#33705: Fixed cell function N.
        
        Also added unit test for this built-in function.

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [d9f2d1df80277a95a16601b3421fa3a51b2952f9]

        implement RTF_PLAIN

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [52f51f57287fc955fd83b521c80519beb5c923bf]

        dmapper: fix NS_sprm::LN_CFDStrike with zero nIntValue

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [fe485bcf98996259c52e40c44c9dfced5f6ed2ef]

        styles entries can have character and paragraph properties

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [819e9a02ac38fbb32d01cc2aea2e263cd4ad7621]

        keep table, character and paragraph properties separate for \plain and \pard

2011-06-08  Jacek Wolszczak  <shutdownrunner@gmail.com>  [49f497af569c5f564ff51646931d0fd3df6bd528]

        Replace DBG_ASSERT with OSL_ENSURE in svl/inc/svl/svarray.hxx

2011-06-08  Jacek Wolszczak  <shutdownrunner@gmail.com>  [08690e4a428db28e89280ad0d77adc76735a3c16]

        Remove the remaining debug.hxx includes in writer

2011-06-08  Jacek Wolszczak  <shutdownrunner@gmail.com>  [b0ceefe1ab8a70645775eb72411a617c0c518722]

        Replace DBG_ stuff with OSL_ equivalents in writer

2011-06-08  Thorsten Behrens  <tbehrens@novell.com>  [f25b99e2fa82bcc4edcae8c7fde3bb8a63217348]

        Have dev-install default to non-mouse-grabbing menus
        
        Since I constantly run into deadlocked X otherwise.

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [f40e4a14227c000f7b0b35dfd0c61ad05b1d8e66]

        RTF_LEVELSTARTAT is a trivial sprm

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [7a1492c0d89635cfc7492873f40668bf71c10ab3]

        RTF_LEVELNFC is a trivial sprm

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [1140b98eb4a5564dcb90c4f0dd05c78c56e2234f]

        RTF_LISTTEMPLATEID has the same value as RTF_LISTID

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [6f820de75ed9080b84c5e5e4c944dcabaa7a8b6a]

        RTF_LISTOVERRIDECOUNT stub

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [50dd03a71fb20f12701d26af94b981365fad9f99]

        implement RTF_LEVELJC

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [0b0b40e2f78b0857ae59a602c5712e32a645b6b1]

        RTF_LEVELFOLLOW stub

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [4570b2322eaffccdfea77525fe34ae4ff0f6adb8]

        implement RTF_LANGFE

2011-06-08  William Lachance  <wrlach@gmail.com>  [11e64940a140a73b75b00109c494ed987748d5c4]

        Fix raptor to not use xml2-config on Mac
        
        Christian suggested modifying the configure script not to use
        xml2-config/xslt-config at all. Here's a patch which does exactly
        that. I'm not exactly thrilled by the size/complexity of this patch
        for what it does, but at the same time it does seem a bit crazy for
        LO not to build just because libxml is installed in MacPorts (which
        is not uncommon: it's a dependency of ImageMagick for instance).

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [6354889a0b9ff46c6ddc5c4fd80738f02b57bef8]

        fix RTF_LS: NS_rtf::LN_LSID is an attribute

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [eb4e85a63b459c02060661a187cbd250eca3844a]

        disable this for the moment

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [4e470b40250d9709f5b70224ba0774aab55de7b4]

        WaE: nWidthPixel is unused, lets drop it

2011-06-08  Rafael Dominguez  <venccsralph@gmail.com>  [ea61d7f9980db1b91b17b86e7cef126cd3831e1e]

        Replace List for std::vector<XclObj*>.
        
        Added extra functions to iterate and delete last element.

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [aa1beeab2650dd74cc547f8a3d4a7c63becbb445]

        fix loss of init on merge (cherry picked from commit 0e530a0cf6e4a06b9c59033f23bb09470db256c1)

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [92b380870ce7879b5d28a4abc5cd2b34c4273dfb]

        fix loss of init on merge

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [6ae6064b16814685a42b5939b92f58f414aef731]

        RTFSprm: pretty-print sprm names

2011-06-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c8584fd2ba4409c2bab881dcce2ccfac82c529e7]

        fdo#37584: Make a real copy of the text where to count words
        
        Const-casting a reference doesn't create a copy of it and then the
        spaces replacement made by the WordCount was also made on the actual
        text node. Use String::Copy() to actually copy the text and safely
        operate on it.
        (cherry picked from commit 135cf4fdbec71e8d93edc0339e8617d50766f151)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-06-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9816ace2bed36f4aaff2c716c26c7eb3cb264bd1]

        fdo#37584: Make a real copy of the text where to count words
        
        Const-casting a reference doesn't create a copy of it and then the
        spaces replacement made by the WordCount was also made on the actual
        text node. Use String::Copy() to actually copy the text and safely
        operate on it.

2011-06-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a90fa6413ffd378194be05f0e1210aaf009f9e3e]

        Laying foundation for multipage support in writerperfect's OdgGenerator

2011-06-08  Rafael Dominguez  <venccsralph@gmail.com>  [6f148fbb0ffe0d23cd2fa994dae283fe321969dd]

        Replace List with std::vector<XclExpUserBView*>.

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [82a56806550d2e60a1c00e09e2937cd30dbe5f5c]

        restore CVE fix. unit tests rule (cherry picked from commit 7a8fe22857c48a424dd0d947de507de081e39dc7)

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [1d1903e306b26ffff24c2d72a13c248028b9fbc6]

        restore CVE fix. unit tests rule

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [1dea984cb3f38b3893ff32843e0bf58ffe97e6a2]

        send listlevel index to dmapper

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [8fa15b751be14f3e86fb527b8cd55ba5d2bc76f4]

        move RTF_LS under numPr as well

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [3e1d048d30828ca38895407b140a182c128a89a8]

        RTF_ILVL should live under NS_ooxml::LN_CT_PPrBase_numPr

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [a658c7e7d56fa2e4a6c71a934cc280ba5c68aa9f]

        implement RTF_LEVELNFC

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [3e2c3f0433ef5265fdd3e9a9e39e44f82d7a9aaf]

        WaE: these pStarBasic thingies don't seem to be needed

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [0f1bf6aa40fa194559ad0014887238e53ca234f7]

        Resolves: rhbz#699909 crash in export of .doc in lcl_getFieldId (cherry picked from commit 65e841076a947bcf115526e609de78e6952332e7)

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [285ff2dbb10c705dd415897403da8f3855c0da27]

        Resolves: rhbz#699909 crash in export of .doc in lcl_getFieldId

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [349b8a9cd0303f13c00078fd1bff02106b34c02a]

        resolveChars: return early on skipping destinations
        
        When we skip a destination and it contained a \'xx, it was confusing to
        see xx az a character in the output, even it was never sent to the
        dmapper.

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [0a68f9929bf14945421de4a10870068423944bdc]

        implement RTF_LEVELTEXT destination

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [090129a08febb4a73b45336c4847604fcbd75668]

        Effective STL Item 27

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [0a224930849669c461d929bb81b0556cd87c4357]

        ignore .gitignore

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [4418e8136d58dd4510c47862474b328b0a6271b5]

        implement RTF_U

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [06e7b0101d0f4d7b9aceabd0fceeb35aef33d553]

        WaE: I can't see the need for acquiring these unused resources

2011-06-08  Michael Meeks  <michael.meeks@novell.com>  [10d80ad96f21f2048ce34861adad35462c7face8]

        fix auto-correction crash - fdo#38000
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-06-08  Tor Lillqvist  <tlillqvist@novell.com>  [131801813df53d3cffe8d7ec609e4ae572da9946]

        Bye bye hbtoolkit whatever you are

2011-06-08  Tor Lillqvist  <tlillqvist@novell.com>  [354f25c64ae406980441d0f3ba84d8653be46ff5]

        Compare CROSS_COMPILING explicitly to YES

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [68caec03dfdb3a201dea8d7408a727e254128f54]

        resolveParse: hex a..f is 10..15, not 0..5

2011-06-08  Miklos Vajna  <vmiklos@frugalware.org>  [be697c876d7996cca5ff297862f565b167d2390d]

        implement RTF_LANG

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [dbce2b24541ea2bb923152da3bfcec61154e9957]

        add some empty .gitignores to ensure empty dirs

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [60daef4bce599a3970dd018749c6f6ac7babc456]

        fix i18npool build, fill in other branches too

2011-06-08  Caolán McNamara  <caolanm@redhat.com>  [c4a12828ddce13def9dba2cd9b76c676fd2e9a4d]

        all modules are warning free

2011-06-08  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0f9c34780cdc1a526f5db98574c82cfe6621a651]

        fdo#32684: Really don't handle the CJK unit by default
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-06-08  Kohei Yoshida  <kyoshida@novell.com>  [bdaab267b591ade5e4ca60751a6774b24360c38f]

        fdo#37947: Correctly import sheet-local named ranges.
        
        The key is to temporarily store all sheet-local named range data,
        and insert them en masse after importing the sheet contents fully.

2011-06-07  Joseph Powers  <jpowers27@cox.net>  [991fce7134052aafabe972876e1a70d680641c3c]

        gcc 4.0 doesn't support the C++0x usage of enum::value

2011-06-07  Joseph Powers  <jpowers27@cox.net>  [2465577dbe54362e935d54265604a17dc77d6bb8]

        The enum type name should be included when accessing the enum values.

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [024b5c3ff996cd2a0b775c980375b3517622cf7f]

        Renamed pTab to maTabs since it's no longer a pointer array.

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [cb729adc57f30e1357eaacc55bd574355e59955f]

        Removed patch accidentally committed.

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [cd6df4201593b370e5d6a5af3271d71250943b89]

        rearrange this to follow the standard layout

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [97d22944c5f45364b14baecc493ab318364f3b36]

        rearrange this to follow the standard layout

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [ca72c1cea799c7fa4ed5e84261c40a73e3b3a273]

        restore filters qa test

2011-06-07  Julien Nabet  <serval2412@yahoo.fr>  [a4e6f0ab8835f5557e3a9ba081cd1cb67db7e920]

        Possible inefficient checking for emptiness

2011-06-08  Tor Lillqvist  <tml@iki.fi>  [36372364ab3dcebcc5b4a2f1898d86a345a27f1f]

        Add i18npool to cross-build-toolset
        
        The list of modules built in the cross-build-toolset target, many with
        --all, is getting a bit unwieldy. Should do this in a cleaner way,
        with a for loop, and avoiding multiple invokations of build.pl --all,
        instead just figure oiut a clever way to get the definite list of
        individual modules needed, in the correct order.

2011-06-08  Tor Lillqvist  <tml@iki.fi>  [9398a30eee563227c82ffe43d972642fb43c194d]

        Run tool executables built for the BUILD platform

2011-06-08  Tor Lillqvist  <tml@iki.fi>  [af7500ea40d5de7c967a5fff82f257124d03697b]

        This is a native shop, nothing for you here

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [336ed340de1c6bc36c14c85b01f0d3b948e60a4c]

        Class description.

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [448ec432f404469dbafb9b53c54bef9766310fec]

        Shared commonly used STL function objects & remove memory leak.

2011-06-08  Tor Lillqvist  <tml@iki.fi>  [777095627d612b1471e062e909295f82b63e34bb]

        Add unodevtools to cross-build-toolset

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [ed36b5d3c322142490109853d6d858bf2e991ca4]

        sal_Bool to bool etc.

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [613f582418c3acdb601f3ae12c0c443720505cb7]

        More meaningful method name & this should be private.

2011-06-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [e4f5b731ea809d67f618702b91770adf1195db8b]

        Using "$(ICONPREFIX.libreoffice)-" as icon prefix
        
        During packaing phase we create only one type of
        /opt/libreoffice3.4/share/*.desktop files
        however we create icon files for all products (libreoffice, oxygenoffice)
        
        This patch fix icon names to libreofficexx-then all program desktop files
        will have icons again in OxygenOffice
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [105753f25e1cedfe67d04a5c4dcf6fadfd394fe8]

        move default language independent layout templates
        
        from /share/template
        to   /share/template/common
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [a0e2d247b7204a4bc964a7e949d98384704f4c41]

        move default language independent layout templates
        
        from /share/template
        to   /share/template/common
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [2d08fc523f8e2234db10050fc802cb75ff9eed91]

        A little code cleanup.
        
        * the 'a' prefix is not used for numerical data types.
        * let's use at() instead of element access to induce a crash on
          out-of-bound access.
        * etc.

2011-06-07  Julien Nabet  <serval2412@yahoo.fr>  [801126cf0b748dd3c78e1826dcebcc079ae7a9a0]

        Found duplicate if expressions in ToXml

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [404b564149236a8ce2384306a7a34cf23fa5e0f6]

        Fixed out-of-bound access to array, which would cause a crash later.
        
        And the crash was caused in a not-so-obvious way that it was near
        impossible to link it to the cause.  I had to resort to full inspection
        of how the array was accessed in various methods.

2011-06-07  Rafael Dominguez  <venccsralph@gmail.com>  [3c0cbc029db7d5b2989ac93086d0ca639b2f9cb0]

        Replace List for std::vector<ExcEScenario*>.

2011-06-07  Rafael Dominguez  <venccsralph@gmail.com>  [51d962e3dc34a774b466265adc9678aa00cb2c78]

        Make read only functions in ExcEScenarioCell const.

2011-06-07  Rafael Dominguez  <venccsralph@gmail.com>  [241ed4b030c159e6a8ec71c38f55ce3c0aef202f]

        Replace List for std::vector<ExcEScenarioCell>.

2011-06-07  Andras Timar  <atimar@suse.com>  [89ddefa31d2fb129353fa13b4221d782acca81df]

        fix Y coordinate in previous commit

2011-06-07  Andras Timar  <atimar@suse.com>  [8285640f587635ee0a1b2c554dbb2e72bb38370a]

        fdo#36990 fix layout of MSI Custom Install dialog (esp. German)

2011-06-07  Noel Power  <noel.power@novell.com>  [6808d3376167e1dc4d8c7c2e5cf0f122bbdf7dc4]

        fix for bnc#693386
        
        properly handle relative Uri(s) in Target

2011-06-07  Julien Nabet  <serval2412@yahoo.fr>  [57be2940ad5214983e41e30ebdd301116ae83b45]

        Just 1 perf check emptiness

2011-06-07  Michael Meeks  <michael.meeks@novell.com>  [54b81bc2644fa89dd57d35bea74dce13157975cb]

        fix auto-correction crash - fdo#38000

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [8eed9e3ee1eeea68dcd65417a721b670c392b67a]

        catch by const reference

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [49fa826e25415442c6ca4b18039f2dc63fab8280]

        Related: rhbz#652604 ensure wizard is dismissed if exception thrown

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [fc7dfd1a25e6a74bc3b6100f03335eedec0527e6]

        Related: rhbz#652604 better survive exceptions thrown during autorecover

2011-06-07  Andras Timar  <atimar@suse.com>  [8df9165309715707cc038d04d859833370988444]

        fdo#37869 re-add missing elements to Elements dialog in Math
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e5cf6231c3512db13caf8c8f7c26c2f147489a20]

        fix previous commit that introduced reverse logic
        
        and remove *.orig and *.rej files that were committed by accident

2011-06-07  Andras Timar  <atimar@suse.com>  [797a0b53c0b6374d7edac9249640273f6c50293d]

        fdo#38007 fix for a truncated German string
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [e4c03fb6e136d298652c0d3ebee4b6f1d0c4884a]

        Renamed data member from pTabData to maTabData.
        
        In new code, let's stick with the 'm' prefix for data member and not
        use 'p' for vector.

2011-06-07  Andras Timar  <atimar@suse.com>  [35086979d06a1adf5b607639a6c891052644d132]

        replace OOo to TDF or %PRODUCTNAME respectively fdo#37998
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [949c3092312d2fe640ea9d1f6d0782c4e876d91d]

        WaE: MacOSX uninit variable

2011-06-07  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [bdf25e6895ea6db541415380b3def771fcf192ff]

        Remaining translations of German comments from fdo#33424

2011-06-07  Jan Holesovsky  <kendy@suse.cz>  [bdc777d0bfa0b16552405c1552c37144185b27de]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	tools/source/fsys/urlobj.cxx
        	vcl/source/window/toolbox.cxx

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [43c87824910e30d58fae2f01eca3ec3741fcebbf]

        WaE: used in debug-mode only

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [c0f15525cdadda20ed39e853c0a252edc40a5eef]

        WaE: MacOSX compiler more picky

2011-06-07  Xisco Faulí  <anistenis@gmail.com>  [b0df18dbd4c35e5a020320fcfe822c839b59fd7a]

        initial commit with migration of wizards to python

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [fc7f1332fc442a1aa88feb1175bd47bbac6a7654]

        use FreezeIdRanges optimization to silence smoketest

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [58d68701877e8d2570c62e183a7a238539c96d37]

        WaE: MacOSX gcc more picky than mine

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [6200adbb83551fe70162c2361cdd7ba2b189f17d]

        WaE: MacOSX more picky

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [0961c3b261b8bdc290b799e1d4817ea101332640]

        Resolves: fdo#33092 don't override autotext language if already the default

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [2e4027af7dcbac2960ede66305a0966597d4a52a]

        WaE: MacOSX compiler sees a few more

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [05bab52cd18ce3a1ad699afe5551b217fe59982b]

        Resolves: rhbz#710556 don't crash on missing graphics (cherry picked from commit b883b506e2d4dca419838b56915c58a0030d5b98)

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [f5299a410c71b5757a6190f60d8866e227e10ce8]

        Resolves: rhbz#710556 don't crash on missing graphics

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [71292f60bd24e4d33be6a2646b7faab08f8de436]

        WaE: extra macosx non-debug warnings

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [00b0f911f9cd4b9c840f548bcb89d71753610abb]

        WaE: can throw out some more junk according to MacOsX gcc

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [74d2411555495d1c92b9506e11fcebcb8123e8f3]

        WaE: removed unused fZDerivation

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [025616c72eaf3ac49414bbbac0b91135f9dd31db]

        fallback through en-US from unlocalized en-XX locales

2011-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [21d28e6e04f842782586697e2532a362c8ad39cc]

        remove warning, I hope this will help norbert's tinderbox

2011-06-07  Noel Power  <noel.power@novell.com>  [97e68e53ec92aef2d5de188166e2c70a40e8935a]

        fix date format export, N is not a recognised format code
        
        patch tweaks the date formating as follows
        
        NNNN -> dddd
        NN   -> ddd

2011-06-07  Noel Power  <noel.power@novell.com>  [a4b592dbc7aae6a56a6ea6f8a697cad441af3b8f]

        Revert "fix date format export, N is not a recognised format code"
        
        This reverts commit 186032185beaa6859193c8946e7d1d0197db55be.

2011-06-07  Nigel Hawkins  <n.hawkins@gmx.com>  [98857880633e03fb4e70dd3e5a0b9ce322b96bdf]

        Remove assert that caused a build error.
        
        Actual error was:
        comparison is always true due to limited range of data type

2011-06-07  Noel Power  <noel.power@novell.com>  [f61c6a2a0e05173a43caa49d9b1e68a921afd002]

        fix date format export, N is not a recognised format code
        
        patch tweaks the date formating as follows
        
        NNNN -> dddd
        NN   -> ddd

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [937949ef497f60f2f9be5d79b007c73722997250]

        WaE: pPrinter unused, so don't fetch it

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [dc7daa5e9b5fb3b7db31b272fac977d747fbbf6d]

        use standard pattern for this

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [fd7b4908ead77c7f0fb8894cf78401468c5160a9]

        use the standard template for this

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [86f3f74327c9aed4be886e156f02365c23b25107]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [e398e1c4f76adeb2e5bf16aa5a394071f5e63be4]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [cdb792cd6f4286a78d881bffca47a4aab4ec3916]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [31920d95183b648a240df6193ae127310ca0070c]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [4a98beb66e4ada261671181873d9c97fa4ff9f88]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [e9bbb1a0a60db8b3a81ed9001e5fa2f752cfde46]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [9d29c5c43cc660d4f39f198023129a98317387c7]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [0418c373f14b6150d0d647f7b60f3ca1e1c67820]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [403f4af960f868ba6ac4eb4a018f88e47c7d9ec6]

        WaE: mark this dir as warnings free

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [8a962baff610ab0ba8adad42e54fda3524590952]

        use standard pattern for this

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [04e20ca11b74f7482e563c21f8c9b708158d577c]

        use standard pattern for this

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [359865a5957658a8811df2c3fceceddcd0811042]

        remove ifdef zeroed code

2011-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [830aeb105e5ed34b1fb64a66bc2bc7051a18ff0a]

        rend() on a non-const container is a non-const iterator

2011-06-07  Caolán McNamara  <caolanm@redhat.com>  [ec1e93735f0a45fc1c7f145f11bf6630a2d26149]

        WaE: mark this dir as warnings free

2011-06-07  Thomas Klausner  <wiz@NetBSD.org>  [26b61eb4ecc11a140ea918f2bf9ba2b5f4579b2b]

        Add native X11 location to LD_LIBRARY_PATH

2011-06-07  Kohei Yoshida  <kyoshida@novell.com>  [0a90cbc4ca5c451c781fada0ae96e98ef59cf91a]

        The sheet index is a 16-bit integer.  Use the same type to receive the value.

2011-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1de2ebb3aaa5cc73e79e10b40f979c1d4cf8b053]

        fix problem with uno and SCTAB

2011-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8970a4f955c712aef33308829260c7ff8dbe027]

        enable unit test testSheetMove

2011-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4c5e30555d20f17614f31c34a0b06fbca5f3fb02]

        Merge branch 'feature/unlimited-number-of-sheets'
        
        Conflicts:
        	sc/source/core/data/dociter.cxx
        	sc/source/core/data/table1.cxx
        	sc/source/ui/view/preview.cxx

2011-06-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [db7fa1355626cef14de707a8cb415c05ab16b00c]

        fix selection problem
        
        the old implemantation inserted an false value and not an positive value, an entry in the set represents now a positive value

2011-06-06  Kohei Yoshida  <kyoshida@novell.com>  [b2570e4a1cfbb71655b22596bb39861dfaa9ef33]

        Useful error message when DDE link update fails.
        
        When the document contains DDE links to other documents, upon opening
        you'll be asked whether you want to update the links.  When the
        source documents are not open, however, the update fails, and all the
        formula cells being updated become #N/A.  Not good.
        
        With this change, when a DDE update fails, it skips updating the
        formula cells that contains the DDE linkage (thus avoiding the #N/A
        error) and instead, shows an error message telling the user that the
        DDE link update has failed.

2011-06-07  Miklos Vajna  <vmiklos@frugalware.org>  [ef82c0b9d8135d66b5b95fd86ead62183c5c4c3c]

        dmapper: ListsManager::lcl_entry: rtf is not binary doc

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [161882e76dd7df81a2b7dd12f7d93a203c910a79]

        Add autodoc to cross-build-toolset

2011-06-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [448c89362dfbb0ac7d83fe277ee9f248711d66fc]

        Fix parsing of WordPerfect documents that are not password protected

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [d1797e45ae3dda7e9e3b6814d275e4d11424166e]

        No testing, sorry, when cross-compiling

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [fad76c506e9aca844a60c611ce0e678227a98796]

        No testing, sorry, when cross-compiling

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [8a9d332dd8e0defd18e65ee9d5dc739e61a5fc9d]

        No testing, sorry, when cross-compiling

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [1a632cd63faa5b688499ae3be3cc3282dd7ce262]

        No testing, sorry, when cross-compiling

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [67c4e5f330696f2ceedc57e69bac4c370be09a66]

        Do nothing when cross-compiling in general, not just for iOS

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [abd34bc64f6784519f8fdbad13f2e5d71ab579c0]

        We put JARFILES in the HOST bin directory, not the BUILD one
        
        So look for them there.

2011-06-06  Andras Timar  <atimar@suse.com>  [cded5772051290c29e7d6276315686a5d5a5ce80]

        fdo#38007 fix for a truncated German string

2011-06-06  Andras Timar  <atimar@suse.com>  [d3cf230fd1752ed5264c81f9e0cb2a6bbeea7039]

        replace OOo to TDF or %PRODUCTNAME respectively fdo#37998

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [ce7f9f70401a7d4b02a0c218633370ff0c01dd0c]

        Run the build platform's ixdict exectuable

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [c4b0c753716fd7c61507a48f00a548e12bda059e]

        Add cross-compilation support

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [ea445e1b3be2a2063cee3284a63678dd1a872921]

        Add cross-compilation support

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [168c537165e75ee1e3d12935371e65f6f2d92bf6]

        Add cross-compilation support

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [e634a528fa93533eab3681af579b5cb98d5f5e7a]

        Cross-compilation support for MacOSX

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [b5b085394038b8bd8d322dc693cb8576b5da87cf]

        chmod -x

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [2e9d324a6d4f0963ce8f7c18ca1f7f36179ff7ea]

        Pass --build and --host options when cross-compiling

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [73d5300d926376806b40493dcff04fda0c8255cb]

        Add FOR_BUILD versions of OUT and LOCAL_OUT

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [2fbf02f9f1a840967fc4b52a67b41cbd31413422]

        Add dictionaries to cross-build-toolset

2011-06-07  Tor Lillqvist  <tml@iki.fi>  [bd2673ba5c06fc3ddf1073d59b4c5d1e3daea886]

        Add cross-compilation support

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [3a0d0d8c7050410bb3d07fd57b0572111848a1ee]

        implement RTF_ILVL

2011-06-06  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a1fd032f8b9ec6172a37b1defe6a5ac208a56dea]

        move ScProgress out of ScDocument::MoveTab

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d2d9a2820fffe73f08f0e48da611f5a43cf7a69]

        Fix a merge error

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [8d2e2ce96de8dfc3984baade583f3d0c1fc21fb1]

        skip RTF_LISTTEXT

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [fd1babf0d74f3619845f83e07c9d9bf97a9dfde1]

        implement RTF_LS inside list override table

2011-06-06  Rafael Dominguez  <venccsralph@gmail.com>  [67c12a9487f243317fd1b395e16d9b4b4e17ff5d]

        Replace List for std::vector<const SfxItemSet*>.

2011-06-06  Rafael Dominguez  <venccsralph@gmail.com>  [caabe93372413c3e03bc096e5c6f0d41c7422575]

        Replace List for std::vector<SfxStyleSheetBase*>.

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [6654aa503a142b29961ac95ce1162233bc0492ba]

        RTF_LISTID: use ooxml namespace to avoid assertion failure

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [a487f8ca138876d7dcae929c5bae6d9355a9ea77]

        rtfvalue: reasonable getstring output for int values

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [97b39ca8053e94a906336868a62acdd993776051]

        Extend the fix from kohei to the other scope

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [515d3b43e18c905269a244b53106e89c53512e2a]

        Trying to finally get the visio filter registration right

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8340e348f5a2a8fcf2be28de3a59b1c5466a775a]

        Trying to finally get the visio filter registration right

2011-06-06  Rafael Dominguez  <venccsralph@gmail.com>  [e622907fa0bac33047433071e88b3c32c102f583]

        Fix bug in CloneList
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-06-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [16d69d1dc1a43a0cda3e5f79fcb675a5c214d687]

        allow to build with internal Python on Mac (Python built as framework)

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [25a7d3ee8e222745258df7de36b88e418e61f689]

        fix typo, the collected properties go to the list table

2011-06-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [41893e087a482da83e80cc553f225d877a776f1d]

        allow to use internal Python on Mac (Python built as framework)

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [17af0c7fda41270adb6b3aa4ad5859b8c37bd19b]

        implement collecting at the end of DESTINATION_LISTOVERRIDEENTRY

2011-06-06  Kohei Yoshida  <kyoshida@novell.com>  [e72cffd9330d88c8ca314273130ebce918727e28]

        Merge remote branch 'origin/master'

2011-06-06  Rafael Dominguez  <venccsralph@gmail.com>  [fa6022f01236b124e88ade381334878c88d69ce5]

        Replace List with std::vector<ScRange>.

2011-06-06  Kohei Yoshida  <kyoshida@novell.com>  [5336fee91b318586e1a0ae9332b567394a4489ef]

        Merge remote branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	sc/source/core/tool/dbcolect.cxx
        	sc/source/filter/excel/xiname.cxx
        	sc/source/filter/xml/xmldrani.cxx
        	sc/source/ui/view/tabview2.cxx

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [e38601fa8fb186c5401c76578782102e6ce91134]

        collect property set at the end of DESTINATION_LISTLEVEL

2011-06-06  Regina Henschel  <rb.henschel@t-online.de>  [6a8f23ec27e9fd55411f9536fb3fdfea2b6cd8bd]

        Adapt smoothing with splines to ODF1.2

2011-06-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e9d4bad4408320425dd0916065f4a484a9393af1]

        allow building internal Python on Mac (needs to be built as framework)
        
        fixes #i111496# (meta), #i111498# & #i111500#
        (along with the similar commits to the other repos)

2011-06-06  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [251b4d282b26d65ff17fd404727e9359f495b227]

        don't limit the _POSIX_SEMAPHORES+0 to FreeBSD (Mac needs it as well), rediff
        
        please guys'n'gals:
        Use dmake create_patch when updating/creating new patches. And when
        replacing patches instead of adding ones, use solenv/bin/patch_sanitizer.pl

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [96ed2f8c7f83682d70d46c02a55ef066f14cb883]

        RTF_LEVELSTARTAT

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [84f27cc4fff0e8f66cb3560688a306264aeaf30e]

        clean up RTF_LISTID, this code should scale well

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [261140e021137a5162cab53ad01086846b5677d7]

        RTF_LISTLEVEL

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [5e366be031e61b2ea44e990c508883607ae0380c]

        initial RTF_LISTID

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [81d65576367bda8459c68ee22e5997eda0f6eebb]

        implement RTF_LIST and RTF_LISTOVERRIDE

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [bf2090e6735ffcb1512ab0e9101a619e03b6e388]

        move m_aListTableEntries to the parser
        
        that table is needed by both the list table and the list override table,
        so keeping it on the stack has no benefit.

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [7d5c9a0c9a55db05c8b75b21db701ce5fef5a55c]

        this should be still a map, not multimap

2011-06-06  Muthu Subramanian  <sumuthu@novell.com>  [b7b71077b63dbb1b58330cea5a649278e763c361]

        Warnings removal.

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [2aa0cdfb766004301b39f98fa384c34d94f4c869]

        rtftok: std::map -> std::multimap
        
        This is required by for example numberings, where keys are not unique.

2011-06-06  Muthu Subramanian  <sumuthu@novell.com>  [7d4ac53a460c8dd1387d19b547ce7899d78cf10d]

        Out-of-bounds array access fix. (Thanks to Fridrich too).

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [73bedae49ae9dc3e166b73bd6c0e01cceadf6e13]

        Add gettext to cross-build-toolset

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [bc6ae6cded6cf0411b9feb9db9d592f67c9bdeed]

        Sanity test, seems to fix fdo#37930
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-06-06  Andras Timar  <atimar@suse.com>  [d1670d617523ae023b5d987e9df7af2179122c5c]

        fix a dialog layout problem - fdo#37985
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [508a953c274c8a534c379ded04adc7df1e5fd5ba]

        Sanity test, seems to fix fdo#37930

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0755b71e3a4b7905044c6fbc8727d529dbf376f7]

        register the visio component too

2011-06-06  Andras Timar  <atimar@suse.com>  [ac40e3aa5ca58367af33443fe6519756ff09266d]

        fix a dialog layout problem - fdo#37985

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [9ad5f91bc86ca322f4bb0735b31b38494d8ca35d]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	solenv/inc/productversion.mk

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [ede944cd541ca678c81440d1ef7f204e405808fa]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	postprocess/packcomponents/makefile.mk

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [b6212a4a950d9091aaad62022216e8aaaa074965]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	connectivity/qa/makefile.mk
        	sfx2/source/appl/appdata.cxx
        	sfx2/source/appl/appinit.cxx
        	sfx2/source/inc/appdata.hxx
        	sysui/desktop/productversion.mk
        	xmloff/source/forms/elementimport.cxx

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [4a09d16972dafb48293a14c3070da610d0c238d1]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	sd/prj/d.lst
        	sd/util/makefile.mk

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f35848e9f56560006d74a26002648d9944b077ba]

        package the dummy visio importer

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [8528b5aa77ebb2865af3ecdaa8e8afdc048b882f]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [00a287ebbbe31cb5680d6f549da300155c81e7f1]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [a618a3683ab564b0219a033208d09b19cb215d41]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [477372105b61749eb42981a8ade3bf8a5cedc2cb]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [58b9ada15fe8916203ac026a5b3d58c3ef676487]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [a293befc764472ef63a94c7365bd1a1c5c956cf9]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [b9e830ee9c28d26fca90d0fc9f6ed0537f394621]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Jan Holesovsky  <kendy@suse.cz>  [d1fa4d64be6076079c0f2aa4a4728851592ef152]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-06-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6f6d51d86c2b4dc6b6f2f9bedc0af4bf26a90a83]

        Allow system libvisio when asked nicely

2011-06-06  Petr Mladek  <pmladek@suse.cz>  [036c6b153c2f36c703315918259eb07a849f2466]

        use --enable-python=internal in distro configs
        
        --without-system-python is not longer available

2011-06-06  Petr Mladek  <pmladek@suse.cz>  [55bdcf0c672ff68669c85ee14a7711417b99b5b0]

        Revert "Reverting one Oxygenoffice change until _KAMI_ makes it work"
        
        This reverts commit 77eb7f58d973eeb397dac0702646fc811894851c.
        
        The original build problems were fixed in libs-core/sysui.
        
        Signed-off-by: pmladek@suse.cz

2011-06-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f5e719d38e855484905b8f761a6779788b589546]

        Revert "Add Unity Quick List to StartCenter icon"
        
        This reverts commit 572c84d696926132b30060203cd1ab1b16b8fc49.
        see dev mailing list for details

2011-06-06  Miklos Vajna  <vmiklos@frugalware.org>  [737334fd818f72de73345699119366705dc9a302]

        Implement RTF_LISTTABLE and RTF_LISTOVERRIDETABLE

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [892f1f330264c670404e33ad759246fea489dc57]

        Bypass when cross-compiling in general, not just for iOS

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [d981b6eecfe5b78095b7c4ab7b57a3dabb64950a]

        Always compare CROSS_COMPILING explicitly to "YES"

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [47a7b9021f07f368c9c2f02cb10417d4a3acb6bf]

        Always compare CROSS_COMPILING explicitly to "YES"

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [78f9b77628e5288e47ad5de4722c4a69c6295406]

        Always compare CROSS_COMPILING explicitly to "YES"

2011-06-06  Tor Lillqvist  <tlillqvist@novell.com>  [47ef127cb4f217c00bd7b382008be6e7444af93e]

        Always compare CROSS_COMPILING explicitly to "YES"

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [8cae99e1be367fc801acaaadfe4879ff1ebb4aa4]

        Pre-cache necessary stuff also when cross-compiling for MacOSX

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [8ec8a6bb0da32cf902008992db2914cb1bdcf33b]

        Add glib to cross-build-toolset as the glib configury needs glib-genmarshal

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [ffa0bd23f090d1a5e79e3ba66da73a68b3e6ca58]

        Build and deliver for the build platform also in codemaker

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [a3c369662401501a5ebad8fe30f7e23cbce9949d]

        Fix cross-compilation to ppc MacOSX
        
        Yeah, just build all the unneeded stuff (the executables like the
        msgfmt command and their support libraries) in this case too, for
        now. (We obviously won't be able to run ppc exectuables when
        cross-compiling from Intel Mac.)

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [5cf5db763f05928d88fea377e43f8488c990129f]

        Bin unnecessary quoting

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [fe7b7a1d4d2fb5151e2ca17130ca1020ece69f26]

        Patch raptor configure, not configure.ac for cross-compilation
        
        It looks sillier, yes, but it is good to not have to run
        autoconf. Fixes cross-compilation for ppc MacOSX.

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [8d83508ec3a5238d0bfa1992166f9af02942ca4e]

        Bypass qa thingies for now when cross-compiling

2011-06-06  Tor Lillqvist  <tml@iki.fi>  [718381b51c459b55ce25326215fe0edce5572e88]

        Fix cairo build when cross-compiling to ppc MacOSX

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [d5124274aee27258649e43f3e9ba9c31b6bb4ff0]

        __cdecl -> SAL_CALL

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [2c3a8596672739e06fbad428dcde24223e308c57]

        Simplified #define OSL_FILE_TRACE

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [98c4513f2ec3fd16871b4493cab146731199370f]

        Simplified if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc))

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [530df0b322f64fdcb08e9ef0b6ba944dd172ef60]

        Changed return type of GetHTMLColor

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [463563853a81499de2259372755b00aa5ec246a7]

        Changed return type of GetHTMLColor

2011-06-05  Christina Rossmanith  <ChrRossmanith@web.de>  [fe3dd6d831998dd5619ea223af04bc51f9294d2f]

        Changed return type of GetHTMLColor

2011-06-05  Robert Nagy  <robert@openbsd.org>  [c61a6efcfed21c2714319372d53b4af4cd8dbbd3]

        disable unittests on OpenBSD until it gets fixed. bug #37567

2011-06-05  Martin Kepplinger  <martinkepplinger@eml.cc>  [be0df27db9cce9fb3a31dd01d14e4d78adde1a4e]

        Translate german comments
        
        Translate the remaining german code comments in writer/sw/source/ui/misc
        to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-06-05  Robert Nagy  <robert@openbsd.org>  [3390f08279ed94b4ea41b4e5f1f56efd5dbe3735]

        testCVEs is still broken, disable it on OpenBSD, let linux hide the bugs

2011-06-05  Martin Kepplinger  <martinkepplinger@eml.cc>  [192c22ba2ea5c73d44d2570583fdb5b46e1ea2ec]

        Translate german comments
        
        Translate a part of german code comments in writer/sw/source/ui/misc to
        english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-06-05  Robert Nagy  <robert@openbsd.org>  [0686300c9b28ffdacf5a7a1363b2c5e294d00997]

        set gb_COMPILEROPTFLAGS in the correct place for cxx generated objects

2011-06-05  Robert Nagy  <robert@openbsd.org>  [126ce07a48098682576029b06eb25e0d01517b57]

        set gb_COMPILEROPTFLAGS in the correct place for cxx generated objects

2011-06-05  libo32  <libo32@libo32.(none)>  [048306e998ca0ce58dbd0b5aa2e4d7861f3a5420]

        Add Unity Quick List to StartCenter icon
        
        Adding Writer, Calc, Impress, Draw, Base, Math, Global to
        Unity Quick List of StartCenter icon.

2011-06-05  Tor Lillqvist  <tlillqvist@novell.com>  [acf38a2c77017ab558069d6a8bd35294640b9061]

        Hopefully unbreak build on MacOSX 10.4 PPC
        
        It apparently doesn't have curl-config in
        /Developer/SDKs/MacOSX10.4u.sdk/usr/bin, in fact no usr/bin in the
        10.4 SDK at all. (The 10.4u SDK on Intel does have it.) Which is a bit
        weird, I thought that SDK was supposed to be "universal" and the same
        for both ppc and x86. But oh well, I will when necessary just set
        CURLCONFIG in the environment when running configure then.

2011-06-05  Francois Tigeot  <ftigeot@wolfpond.org>  [66b2e5a82fc1ad0f6594575a9ff9a388e3e0364e]

        Revert changes introduced with the merge of OOo dev300_m106
        
        They break installation

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [28bff17eacc40cd002855dd2ed00f82b5d0818c8]

        Can't run any qa when cross-compiling

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [5dffecb3d3ef0bd7247d942adc8e24bf58e1a527]

        Build more stuff in cross-build-toolset

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [77a80e9ef05435a0be426cbfc2df997a8812df44]

        Bin the --with-icu-native-build-root option

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [bc20215a2b48c619ce7f243361e4306fe1b6caf0]

        Build more stuff in cross-build-toolset

2011-06-05  Julien Nabet  <serval2412@yahoo.fr>  [278befd174dbb5a5cf74cb3ad4f5ada89f78206b]

        Unused private func 'LwpFontAttrEntry::IsSuperSubOverridden'

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [5454f68e65a7e837cdd2e39d3d3313d62f007e3d]

        Use the build platform SOLARLIB for SOLARSHAREDBIN

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [aa961bb6caf8bb30bb5e6883833794505f4962b0]

        Bin the --with-icu-native-build-root option

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [6654a13382259f6908b12786fd909fe514059ff4]

        No ICU_NATIVE_BUILD_ROOT used any more

2011-06-05  Julien Nabet  <serval2412@yahoo.fr>  [61fed3c77afa93d8f209eb5b2a27d7018d0869d8]

        Unused private func 'LwpBulletStyleMgr::GetDivisionName'+perf check emptiness

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [bfdb840181018d3837b2989e5370222cfab6fcd5]

        Mention cross-compiling to PPC Mac from Intel Mac

2011-06-05  Tor Lillqvist  <tml@iki.fi>  [abe8a14f8834813fb74de5b71c1ac6b3d4aade8f]

        Improve libcurl configury
        
        Hardcode use of the curl-config from the 10.4 SDK for MacOSX. Make use
        of pkg-config to find libcurl when cross-compiling optional, if no
        libcurl package found by pkg-config, use curl-config.

2011-06-04  Francois Tigeot  <ftigeot@wolfpond.org>  [9c0ba9c3d12bde7bdccb3c3fa191a2719a1eedd6]

        Remove the install-dirname feature
        
        It was introduced with the merge of OOo dev300_m106 branch and serves
        no useful purpose.
        Standard ./configure --prefix= does the same thing.

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [892d3e7a4d6b2226200819d0db8e40e042039a57]

        Removed commented code

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [061540a473881e7a776cc8730f14fe97ceb270eb]

        Duplicate code: join ImportFrom and InsertFrom

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [536ea12b5b1ef77d29790ab668459f5b8a1a3d69]

        Removed commented lines

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [070010f0505836b4dc47e737965d9d0a736fd3a0]

        __cdecl -> SAL_CALL

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [207156d8eeee7b0aec1d6513e0aca2f9535adeb1]

        Removed comments/commented code

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [c479a4f05b9b7daf4e836df7433b3e1dbe6d4054]

        Translated DBG_WARNING messages

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [0eae06d29097b19a20829514b0584400bb23b2e8]

        __cdecl -> SAL_CALL

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [a07f6b49b17bd204fb2cb0387237adc9bcf36003]

        Translated comments

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [c81322d4ff28e8a5676444d8b133c44f4b974a12]

        Removed unused methods from ConvertBase

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [39f440606d307c256ae421de19d8f8811236a6be]

        Translated comments

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [7f205d14cec06ae54b07215032b28eaf97d72ecd]

        Removed commented code

2011-06-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [dfd64a3780ee61af38740bc8f53c35eb06121c42]

        we don't need the repos_changed semaphore file anymore
        
        ./g was doing 2 pair of git show-ref --head HEAD
        to figure out if something had change... notwidthstanding that it is a
        complete waste for the case of ./g clone, the only reason this was
        done was to touch a ./clone/repos_changed file that used to be
        used back in the 'build repo' days (pre 3.4)
        
        binned that.

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [86dfba53c9bc37ec819e3881bef7cb3feac07eb8]

        It hasn't been called fetch_tarballs.sh since November

2011-06-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f0ffdd64179e6808bc455891f198691e21055104]

        add --disable-dependency-tracking, --disable-acl, verbosity switches

2011-06-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fe8fb7e51913099555dec6aa73650d60dbfda570]

        data/mappings/ucm*.mk & data/translit/trn*.mk don't exist in current icu anymore

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [f206336a251e2433110962cfa49c61ed7043bd28]

        Rehash of cross-compilation ideas
        
        Like in my previous plan, when cross-compiling we run the same
        configure script separately for a native build configuration on the
        build platform, in a temporary subdirectory.
        
        Now use a fixed name "CONF-FOR-BUILD" for that subdirectory, so that
        it is easy to edit out that path component from those build
        environment variables that contain it.
        
        Pass more of the native build environment variables up to the main
        configure and propagate those to the build environment suffixed with
        _FOR_BUILD: INPATH, OUTPATH OUTDIR, PATH, SOLARINC, SOLARLIB,
        WORKDIR. Whether these all will actually be needed remains to be seen,
        the set can be reduced later.
        
        The environment setting file (*Env.Set.sh) for the native build is
        copied here to the top directory under the name Env.Build.sh, and the
        environment variables set in it that contain pathnames are modified to
        point directly to this top directory, not the temporary CONF-FOR-BUILD
        subdirectory.
        
        When doing a cross-compiling build, we first do a build of the
        necessary build-time tools for the build platform. This is done in the
        same source tree. As the directories where build results are stored
        include the platform specification (OUTPATH or in some cases INPATH),
        there should be no clashes.
        
        Don't run the download script from ./bootstrap(.1). We are running it
        from Makefile already anyway often enough. This could also do with
        some clean-up; the ./g -f clone phase is a bit slow, I am not sure if
        it really is necessary every time? Also, we should not overwrite
        ooo.lst if its contents isn't changing.
        
        Use INPATH_FOR_BUILD in SOLARBINDIR so that the self-built tools like
        idlc that we run are for the build platform, not the host
        platform.
        
        Attempt to get rid of the makefile.rc and makefile.mk files. Surely it
        should be enough with just Makefile(.in) (and then GNUmakefile.mk for
        its own so far special gbuild purposes). Instead of invoking dmake to
        do "clean" or "distclean" from Makefile(.in), we already just do the
        same directly in Makefile(.in). This way we don't need to first build
        dmake in order to be able to do a make clean, which will then finally
        clean out dmake again;)
        
        Ideally I would like to get rid of bootstrap(.1), too. It should be
        possible to merge its tasks into configure(.in) or Makefile(.in) as
        appropriate.
        
        And actually, maybe also what set_soenv(.in) does could well be merged
        into configure(.in)?

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [a7ce3066cd179606584f8a203cbf2d1214732928]

        Drop the TARGETPLATFORM idea

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [6465f4e8dd72990f550fd0a63342325fb0d4e026]

        Rehash cross-compilation ideas
        
        Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built
        for the build platform but pointless to build for the host platform. I
        will handle the split of stuff built for the build or host platforms
        differently. Note that some libraries need to be built for both
        platforms.
        
        Add explicit rules to do nothing for the cross-compilation case, but
        likely even that will be unnecessary in the case of complete modules
        like soltools (?). I will just mark modules that are for the build
        platform only with an own flag in BUILD_TYPE.

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [5edd3ce9a8cc997781c345c92cea9ce0227754ca]

        Tentatively add the CoreFoundation framework to STD{SHL,LIB}{GUI,CUI}MT

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [a7dcaae8264ee0cfdf9e4bcce06c042b2f65e602]

        Fix libpng build for iOS
        
        Ugh, the patch for libpng is silly, but I didn't bother now fixing the
        silliness, just added the case for iOS, too.

2011-06-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [af375a927a05aa8faf2507e63f9d483d7eb0943d]

        conditionalize libxml dependency

2011-06-04  Jacek Wolszczak  <shutdownrunner@gmail.com>  [c422a7cff5a245fa70164c82448936645197c03e]

        Remove unused file

2011-06-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [d41dd4364dffb2f4769e0b1624f308d57df7ede3]

        move default language independent layout templates
        
        from /share/template
        to   /share/template/common

2011-06-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [a385b05b05c71131b32ce6706aee4e0b91441bfb]

        Using "$(ICONPREFIX.libreoffice)-" as icon prefix
        
        During packaing phase we create only one type of
        /opt/libreoffice3.4/share/*.desktop files
        however we create icon files for all products (libreoffice, oxygenoffice)
        
        This patch fix icon names to libreofficexx-then all program desktop files
        will have icons again in OxygenOffice

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [a4492e92c42222392a96b6fb542572cf49f8cbb1]

        Removed lines from merge conflicts

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [3ceeddf4b38e9fd9340ecb66790048ee8d027382]

        Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->bool

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [260c854f39cae581c8653ef3d43834313f261a62]

        Changed HTML_ColorEntry.nColor to sal_uInt32

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [56d6589368c2e88cffec0c2e518f7c90863eeae6]

        Added HTML_TOKEN_ONOFF test

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [b419b82c145a870d2da85d836fe7155e3282f6cd]

        Translated comments

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [5add730b418b4becfbe12227269cba321ee17dcc]

        Removed comments/commented code

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [a58a4f943f710e2b2c46f7ff9d0e134d33fc6315]

        Translated comments

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [11cbcb8b08b540b144a5df744e9fba0b6ba8144a]

        Bug 36390 <title /> breaks html filter fixed

2011-06-04  Christina Rossmanith  <ChrRossmanith@web.de>  [1f967b487f7fa73dd0ae40edf02a02c94c2b78be]

        Translated comments German->English

2011-06-04  Tor Lillqvist  <tml@iki.fi>  [e66381a77b904431df0e823cfe87f37937beedb1]

        Rehash cross-compilation ideas
        
        Drop the TARGETPLATFORM=BUILD indication of stuff that is to be built
        for the build platform. I will handle the split of stuff built for the
        build or host platforms differently.
        
        Add explicit rules to do nothing for the cross-compilation case, but
        likely even that will be unnecessary in the case of complete modules
        like xml2cmp. I will just mark modules that are for the build platform
        only with an own flag in BUILD_TYPE.

2011-06-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [78ef0c483f1b5408deae5900ce97f89eebc1017b]

        removing %_EXT% confused the copying of .ilst files by deliver

2011-06-04  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [ca1ee8a68498087cf592d72c6e4806069a54d8a3]

        make sure to compile against SDK version of libxml/libxslt
        
        might not be the most elegant solution, but should do the trick

2011-06-03  Francois Tigeot  <ftigeot@wolfpond.org>  [91fa8bf661362da755e7bd9237e8e798f3aa85ae]

        Cleanup solar.h
        
        Many macros in this file were unused or not defined. Remove
        corresponding code.

2011-06-03  Francois Tigeot  <ftigeot@wolfpond.org>  [f426958254b471d974a8a4a00536513a42a5a0fb]

        Fix for xslt-config detection from Christian Lohmaier

2011-06-03  Francois Tigeot  <ftigeot@wolfpond.org>  [caa82d8438c2d0ee0b4c0c015252b7205ae64db2]

        DLLPOSTFIX unification was not complete for windows platforms either

2011-06-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dccbe6f853a5f7861031fa45927763cfde6df7af]

        fix DLLPOSTFIX unification for "forgotten" platforms (Mac,iOS,Solaris)

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [3c92fa238a759803097e3596ab5c39d97d93afe3]

        implement RTF_TL*

2011-06-03  Kalman Szalai - KAMI  <kami911@gmail.com>  [e12af87ff5f4a0d7b10133a9b3ddc114765607d6]

        Add OxygenOffice menu-icon package support
        
        Signed-off-by: pmladek@suse.cz

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [e89de96f5dacc7d11544f4a2311c3c87b7ccecff]

        send text based on current encoding
        
        tested so far only with the "..." support, not with real accents

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [14ae17f9a4fb388199d99dc7573ca1cb9f96819d]

        add support for reading hex chars in \'xx form

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [6bcc5084389b995d8a27b5fddba1d5f55a41e4fa]

        RTF_FCHARSET: fix typo

2011-06-03  Jan Holesovsky  <kendy@suse.cz>  [7a2f3082c630f123638d89b8d9799c785793cded]

        Fix one of the crashes in wizards - fdo#36306
        
        This fixes the following problem:
        
        - open "File/Wizards/Letter"
        - select "Formal Personal letter" radio button
        - press "Finish" button
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [f5861fa5bd24bec8a79c0e76b008203aad2c1d14]

        implement RTF_TQC and RTF_TQDEC

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [07aa1add100fdf90f4f59cc808c43e60f8a85cc7]

        RTFValue: return references, that reduces code here

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [24068dcf0eb0972a8408e7aca077bf333ca8d969]

        lcl_insertTabsTab to avoid code duplication

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [76b3985830bb4ccaec7f429e5165df2f02a2f6bd]

        implement RTF_TQR

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [c333eeee90168aede6394d51942acbc8a9e1e87a]

        implement RTF_TX

2011-06-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4560a620db00d31872fdb772ce04bb00bc1c7839]

        configure exists for a reason. Don't redefine the stuff in random makefiles
        
        AKA: fix compiling libcroco against SDK-libxml (Mac)

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [8873ebc14bf231eb80637e282146f6bbc12970d5]

        rtfvalue: make it able to store sprms as well

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [49a63a08bf170a47da7543c3f1c6cfb574eaa307]

        implement RTF_TAB

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [3b84772eab1926344c9c288c966dce3e793e01c3]

        Duplicate code: join ImportFrom and InsertFrom

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [f02af0981c8868466c8b0b793d41d56b2d6349aa]

        Removed source/filter/ww8/typessw.hxx and #include

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [8ffa4aa4d284d4726f1ff4ea68dccb88590c1a71]

        Replaced sal_Bool with bool

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [1adb5b303867ed86949db8f13b463159daf969de]

        __cdecl -> SAL_CALL

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [fdc304b80143f6bb13f21f46e3c0c6dc7615f6cf]

        Renamed SttNd to StartNd

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [eb9a72480c2a1ec28988caacfaf7656f286e2c1d]

        Translated comments

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [e6e7b8a55d50524ebbf453cbf45497be49d1c9d1]

        Cleaning SplitDoc

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [0e112e64f73df89dc5d2d6d504e2839c8b500c14]

        Duplicate code: join ImportFrom and InsertFrom

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [6a9ac34b469b2f7f7df8a9be7e00944c8871322d]

        __cdecl -> SAL_CALL

2011-06-03  Christina Rossmanith  <ChrRossmanith@web.de>  [be5e85a1ffbc3b8c49426349cd4f19f587e3ec89]

        Removed commented lines

2011-06-03  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [9a7226ff132d23748d80a54cc01e17dbdbc19cda]

        hardcode libxslt & libxml cflags/lib for use with the Mac SDK
        
        also remove the then unused PKG_CHECK_MODULES_MACHACK wrapper

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [966e77441792453a10ad4f6389bdfc62847e5d43]

        support 14 other border line types

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [d6839b61a070a90a7ee3d1d99480e00f2cb4a036]

        implement RTF_BOX
        
        and RTF_BRDRS, RTF_BRDRW, RTF_BRDRCF, RTF_BRSP

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [d7de3c17dc2358b26b5eb9d37706284ef6438d1d]

        RTFDocumentImpl::getBorderTable to have border ids at a single place

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [eef313e6a5a5fa9c4ea6ed88e3247ca04280dcdc]

        Propagate dmake verbosity and parallelism to gnumake

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [288a184652882185b5194029bb2a2b394da15637]

        RTFValue::getAttributes to make it possible altering attributes later

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [daba468cd0b97d2325d96b20ccc99a8008603dad]

        dmapper: rtf is not a binary format

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [df78129375b22dced32cc7fcc1f4973196a49897]

        Move g++-specific result printout inside corresponding gcc-specific conditional

2011-06-03  Kalman Szalai - KAMI  <kami911@gmail.com>  [06743987da0d6f46d1fdaf836712dba8fa95ecf9]

        move default language independent layout templates
        
        from /share/template
        to   /share/template/common

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [198fd06e12a0a04bae7ef41f5645f72efda9fb1d]

        Bin pointless message that sticks out in the normal autoconf output

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [56c1ad7536fda99b63bc5b30ed3a40262c1e0061]

        dmapper: add IsRTFImport() method
        
        it's not too elegant, but unavoidable at the moment, given the already
        existing "if ooxml: ... else: assume binary doc" approach.

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [018ca3e58d22d70baac3a597efebdd7304dc9278]

        We can't effectively ignore a bogus /usr/bin/pkg-config on Mac OS X, just warn

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [e1a7ff54e8f2615159c2681bbdf35876b2670014]

        Bin the fairly pointless --enable-check-only option

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [92e87955954bdbd07fe103611077e6409f3f4a0d]

        use standard template for this

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [63e8c1619ad599b5ef8719e38d452f610e83cdf9]

        Let's leave the binfilter smallcaps at its original historical value
        
        i.e. reverts 6619f525a6602546b253e61ecd0bc9906be92df9 while leaving
        the modern bit changed, now using the compatibilty flag to keep pre
        change docs unmodified.

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [c35be52a5f623073d0366761461c560254f6a352]

        remove unused defines etc.

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [e8186ba4469e1e7786a2df33173eeabe998a2dbf]

        WaE: throw out some warnings

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [e8ec8ac46394a433e494370769a22b73b383bdc9]

        use standard template for this

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [0ab1c04df01830c5dcc319bcbecdcc4fc6051e60]

        WaE: various warnings

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [9d87f2e2fc6fb20d183e1c8040594ccdcd62703d]

        propogate amount written up a level

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [fea228fe7d5a21ecb52a9f402e7fa5aa10a85813]

        silence warning for unchecked write

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [33b1129c00673643a81ec0ebb44f807d2a598750]

        implement RTF_CBPAT

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [2be8f1d065e47777277eb1a110cadcd7465ea0d6]

        Match the change in GLib DLL names

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [0f12f0b5b26830b48047988c7822f8bb1a9c2927]

        Match the change in GLib DLL names

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [be75a8b05c566b29819e9d9e16d3793fd5513708]

        Match the change in Pango DLL names

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [70464030f66ea1b7dc0d89ce5da07b1e0a56609d]

        Make the GLib DLL names even more unique

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [2fe14cbc0b8da7e1e39434854c1ae779e9a5781f]

        implement RTF_WIDCTLPAR and RTF_NOWIDCTLPAR

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [9002e8749382bff83e644d432fb9908664edfeb2]

        Use unique Pango DLL names to avoid risk clashing with "official" DLLs

2011-06-03  Radek Doulik  <rodo@novell.com>  [c8265c1582c8f5f8befd0b7ef73561846b270396]

        pptx export: export comments and comments authors

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [4fa3eefdb356be5492af028b7127400c859b674a]

        Drop %_EXT% which was always empty

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [0caf2fb51ac006157511122254e4ff2eba089aea]

        implement RTF_KEEPN

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [a833a0cfb848308a5ef526712762749ae33fde80]

        implement RTF_KEEP

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [86e150edc80d2430f5f6cc309f736110d9ece934]

        track changes to solenv DLLEXTENSION here too

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [a1dcd95099cf5558456c8a41ec6643e11cf95027]

        share gen plugin with svp plugin

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [27cbc7d655db6b7f6f7bee05ff0feeaf69ef9683]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [ee9213aaaea8e42f069cbc7f0edaf7a211232b33]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [4912a5e54fe31fd132de5d3a7ddef8de01bb75ba]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [363c5afb5aff925b7b854be4b1d2e55144496f77]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [21a1eabf513795e639495ec5a3fcd8fb0bbd1b43]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [8f4174419d7eba92c2bb46da6d4621029e234023]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [64a5712e6f8f544b292fcb988b3fbdd9f51945f3]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [8902a647b0c092fa14cf5463e64923fbef4559be]

        Drop fairly pointless warning about lack of GTK quickstarter on the Mac
        
        Who would that surprise anyway?

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [2b93b70da1ccfbbc1e0b269a8555111e50e48c7b]

        Better librsvg checks, allow --without-system-libs to override

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [7862e397af81c066658d10781c4ab23460d9b2e8]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [1838676ddd40307da946edb3c3ea684fd4de6c75]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [56f35e6b3924b0c36146c33dc8c7dcf2c04b39da]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [ad700e1f6ea865e9733996589f7a8ae0ce74b708]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [2317baf734cd8ca392ea141f7388ce4fa4e0b90d]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [bc5a5d261541e26ab0facb1df2c09feb5788a13d]

        Drop %_EXT% which was always empty

2011-06-03  Tor Lillqvist  <tlillqvist@novell.com>  [d32db65e8ffb848e23d6521550aeaa3f210fe9de]

        Drop %_EXT% which was always empty

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [8b94548e2877856867735cd6e9f1912bb89e49c8]

        factor out one-liner value attributes

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [e11fc907902cec0eecb7ea77a5807ebefcde094b]

        implement RTF_SL and RTF_SLMULT

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [371fa6b230c4665022f1f281960ab27e8f8cb3c0]

        implement RTF_SB and RTF_SA

2011-06-03  Miklos Vajna  <vmiklos@frugalware.org>  [b9a7e462551eb7371c6a7e7b437ebaba71ea4136]

        implement paragraph indentation keywords

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [10628321ff5eae992cf0eb5f772b15e6894a704e]

        split ctl sequence check defaults from ctl defaults

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [2f3ce968c5408bbcbd8b99d4fd1de7a38b40268d]

        WaE: even on 32bit an signed 32bit larger than size_t

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [cd31b601f6974c59a59f0c393a62db3db53579f7]

        use standard template for this throughout

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [893da261925303d9952a84176ea21c3ef80b7967]

        fix typo in comment

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [c7535fdb464c877ac2afd3f5b81b95d46b94c3e8]

        split ctl sequence check defaults from ctl defaults

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [7908397d97030163fcf58d59b7dacdf243192875]

        seperate .xcd for sequence checking languages

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [75940fec9d671d5c07a22e115ad4f37012163eeb]

        WaE: throw out some warnings

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [a74f430a1a5436c35b3528a9510f53973d13e013]

        tweak the odk example to be equivalent to the standard template

2011-06-03  Caolán McNamara  <caolanm@redhat.com>  [10ff4adcef1a4836245657d7c7ec41ce66f61e93]

        use standard template for this here

2011-06-03  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ea7fe02f4d149466bb2170b4bf0a45676936112b]

        improve performance of ScUndoInsertTables::Undo
        
        we can now insert several sheets and then undo in nearly no time

2011-06-03  David Tardon  <dtardon@redhat.com>  [a5cbbd69e168067f376e814e2f41d36a6dbb44a7]

        fix paths and restore original semantics

2011-06-02  Kohei Yoshida  <kyoshida@novell.com>  [b409cdef5382e25eafbc1fb9a9ef3e9e8eadbfeb]

        Removed dependency of ScCollection and ScDataObject.

2011-06-02  Kohei Yoshida  <kyoshida@novell.com>  [6bae46740b3aa5b8154ff9b10c5f3f35d7fc79dc]

        String and bool cleanup.

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [d3c0f25fa4f2ebef3a03806fcb2abe22acdd28d5]

        round this one up too to get forms to pass

2011-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0d8c55026535256128d66f6d0d484a5af9c2d464]

        (minor) EXTRA_CDEFS are preprocessor plags

2011-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [211a54b31ff6f71bf4a1883f4ed81b3fa9f2e135]

        link against the SDK (Mac)

2011-06-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c0d180b4b14c6edd18ea19b5811c012a15395cff]

        link against the SDK (Mac)

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [79da0c69ad6f80f339e3deb9b7ab064508467f72]

        WaE: unused variable

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [5674dbaca1b690b2e49fb89c73cb4328df5d7165]

        WaE: can only be >= 0 by definition

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [8f20aef0793a553dc2f2af201a52f24987b8dec4]

        WaE: set this dir as warnings free

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [bc09ec8dee49637492f1b5e2f65f83dc1bb29fa6]

        add mode lines to new files

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [ac9fcba54aa2a6b4378ec1841ccb16a53d294453]

        round allocated struct return space to sizeof(size_t)
        
        this fixes the sfx2 subsequenttest

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [d8687aef97af21ffb5b58bf73229f85e849d8f91]

        implement RTF_QC, RTF_QJ, RTF_QL, RTF_QR and RTF_QD

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [653a1e78b9a54e212a0fcca0048f10d80b4dcfdb]

        delay paragraph properties till first text so they can change

2011-06-02  Luboš Luňák  <l.lunak@suse.cz>  [a1df4f039f3655d69a5b22ba956d8f8e1fad9ce4]

        fix w:tblInd to work

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [1942f17f2374e9b40b77c873269c420366e7986f]

        warn when skipping destination

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [b63be81bb074a0d95e08b394aa4f9525b291e2e0]

        RTF_IGNORE is an exception

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [36a03c1b637c8026d69ee3c47e55c10563090d08]

        clean up the output

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [2b21d08eb550ea8a72abb314993322508c583266]

        avoid code duplication

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [a3b1acf21718fa0c14b7fcf30597fe8b8c0f43b1]

        implement RTF_NOBREAK, RTF_NOBRKHYPH and RTF_OPTHYPH

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [71ec4816a190942997eb6c5029970d6bf7b19fd9]

        limit the role of \* to the first keyword for destinations, too

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [e841f268a6d1c9eb368f4a64a61ba3d9ec704c7b]

        factor out dispatchSymbol

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [89f83809718ceef68ad4984d141d61b0c4b0c577]

        reorder to match order in spec

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [b65df06e2e84946e1dd3181d4ff9febdc6b63535]

        implement RTF_CS

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [ad656a67c042ad19b52a54c9b332ab87cc4b5ccd]

        always reset m_bSkipUnknown, even when the keyword after \* is handled

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [05d3412a1b88a6477c3fc9a85472b4e08a70083a]

        skip more destinations after \*
        
        - skip if the destination is in our table, but we don't handle it
        - skip if the keyword is not a destination (see spec page 10)

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [e1962b641d34c577c87dc7d5297472d862fc8e6f]

        There is no 0 command, it's called false

2011-06-02  Francois Tigeot  <ftigeot@wolfpond.org>  [eb5217de96690a13928b00e6db3289f6c3b6b689]

        Unify DLLPOSTFIX value on all platforms.
        
        There is no justification for changing some shared library file names
        depending on the platform used.

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [1a68be8d98c1127cd2e82899ae1e84f310d8d3a0]

        Revert accidentally commmitted change

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [afb200198f48c6f5ab50fadd35fd9c073a9bd03a]

        No need to build a SVG gdk-pixbuf loader

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [825920e1ca802d3a01ffcdfe168cff5ab598b4e0]

        RTFDocumentImpl::dispatchValue: cleanup

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [799b758f04fe5a22fb66af0551d653f330259812]

        implement RTF_IMPR

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [1000d15c859f7f1823704517c82ed0f3987a3e7b]

        Move PKG_PROG_PKG_CONFIG earlier, and don't duplicate it

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [89b73e32fd7e0696acbf0510eb874c74a034e82e]

        Explicitly ignore potential unwanted pkg-config found on Mac OS X
        
        We want to be buildable on Mac OS X without pkg-config. For instance
        Mono installs a symlink /usr/bin/pkg-config that just confuses this
        goal if you happen to build LibreOffice on a machine with Mono
        installed.

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [ef688b667bebd4fe7579c6af9a4e85550b40c4ac]

        implement RTF_CHARSCALEX

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [392be9be66d07ade899a6430d813ba286f3e0c42]

        Resolves: rhbz#710004 band-aid for immediate crash in IsAlignPossible (cherry picked from commit d6839fa9aaac82892b5af2bc00c9ad196c9ff4bb)

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [bb465140d68557998a30e24b6e3e5f578b215c87]

        implement RTF_TWOINONE

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [341ed60308dd9e8df1ecc139e74a554a87d66fa7]

        We don't need gdk-pixbuf-query-loaders
        
        Especially not now with --disable-modules.

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [4b4e4b3582ef1b0edc401099338f7923f5320eea]

        Resolves: rhbz#710004 band-aid for immediate crash in IsAlignPossible

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [b0d2187bd68c8cfe0a02c18c993996e24419acc7]

        Make gdk-pixbuf build better
        
        Pass the -I options needed in CPPFLAGS, not CFLAGS.  Explicitly
        disable dynamic loading of loaders. Pass an explicit list of loaders
        to build in statically. Do include the jpeg loader.

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [d06189201b05e034f4f99384557dbe50e9d09312]

        Make io-png.c actually compile with the libpng 1.5 we include

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [6d08d864660062102de53b31b31e50dd1bded47f]

        implement accent characters

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [252f847fd5de90c81e69031ee0c5a4a7cf7eba09]

        dmapper: spelling fix in DomainMapper_Impl::handleToc

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [8684bd4126db8b329d1ad14630aff748e8ee9cab]

        implement RTF_KERNING

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [18922bb10df56bf5ba4c3247784402b709fc9068]

        dmapper: fix character pair kerning
        
        PROP_CHAR_AUTO_KERNING is the default in Writer, ignoring the parameter
        rendered this sprm a noop.

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [99e9f9758696c7167feb200fab20eae666b37f4e]

        RTF_EXPND and RTF_EXPNDTW

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [64a3c42cc80e172424b47d047bc961ddf712c0e7]

        implement RTF_SCAPS

2011-06-02  Miklos Vajna  <vmiklos@frugalware.org>  [5fe6c78ff8b74d5703faa3f9eff23f1fdadd12f3]

        initial field support, tested with hyperlinks only

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [ab8ab831ebf046eed8a0443f1dddbc0347594b7a]

        catch by const reference

2011-06-01  Kohei Yoshida  <kyoshida@novell.com>  [5120e40e9c1ed0d9ba49eb40333fcec754e086e0]

        String to OUString.

2011-06-02  Takeshi Abe  <tabe@fixedpoint.jp>  [cc3fd6bb907ad2fcadec08591341f97707c07c0e]

        removed unused macro

2011-06-02  Tor Lillqvist  <tlillqvist@novell.com>  [4b93f8cdc7283e00fdeaf7151f49df6436c89b6e]

        Simplify zip and unzip checks

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [225464cee2208489514b174e310a7e7c7828a100]

        use standard template for this

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [1f4d84f40e00967084ac4b7845b1e3599bef5075]

        swap in the standard template for this

2011-06-01  Kohei Yoshida  <kyoshida@novell.com>  [b4d153610889c00967521ca31d5429b98547c949]

        ScUserList and ScUserListData no longer dependent of ScCollection.

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [953524f87e4271ad9550ae81c087f29e43a6afd5]

        use standard template here

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [8dbe31e04b4226ea124e8e1466596632e08f52da]

        Set TARGETPLATFORM=BUILD, idlc is for the build platform
        
        It doesn't build yet when cross-compiling, though. It needs REGLIB,
        SALLIB and SALHELPERLIB, and so far these get built only for the host
        platform when cross-compiling.
        
        Need to fix that. Can't have this ad-hoc mixing of build platform
        tools and host platform libs in the same OUTDIR any more. When
        cross-compiling we should do a full separation of binaries for build
        and host. Libraries like SALLIB are needed for both.

2011-06-02  Caolán McNamara  <caolanm@redhat.com>  [eb139d063ed781fd589da59cbcd1ba45c40d9b4c]

        use standard template here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [0402152ad484ef1498dbfff847111a0021ef8739]

        use standard template here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [9e0165c86b5c6dc3e8de8f5e5801d6add18727d2]

        remove uriabbrev registered as fwl from fwk

2011-06-02  Andras Timar  <atimar@suse.com>  [b641c4ec5233e9a4b1326ac5f8b28a1395b5fbff]

        fix pt-BR makefile
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-02  Andras Timar  <atimar@suse.com>  [cfe47580d508a3f8a697cb1d93912d264190848f]

        Update: Brazilian portuguese spelling dictionary & hyphenation fdo#37671
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [b95843c2b1cbab3224f0dadea2ea5133f494c5ce]

        Let --with-system-libs imply --enable-librsvg=system unless told otherwise

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [ca1d3c92e833956af818050770b54d0deb56391b]

        In the --enable-librsvg=system case verify that the package exists

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [d6f134a32c06132b848ae186471c64d7b6504ed4]

        Define ENABLE_LIBRSVG for the scp processing if ENABLE_LIBRSVG is INTERNAL

2011-06-02  Tor Lillqvist  <tml@iki.fi>  [cf8989c140bb65baf70e02a5aee0da4df4503bdf]

        Unify librsvg options into --enable-librsvg=no/auto/system/internal

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [2e846d734bf3965c4104a5baab35a8fa524d42a2]

        use uuid template here instead of hand-rolled ones

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [785567295e21cfd7d114476755bb9cffb4478f31]

        implement RTF_HORZVERT

2011-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d4a8a64c218a4640e9701356aa87701d5a80589b]

        change to SCTAB from sal_Int16 and sal_Int32 for sheet index

2011-06-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0ef96d2d92f754b56eb3b472b88c81da689bbb92]

        we cant't check for 2*MAXTAB anymore, this is out of bounds

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [6e8e30fe08e367f13d241d88c5915a6017fd95f7]

        apparently missing include

2011-06-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7602f5d313821ee5cdd21f5bbae89129d95e52e3]

        add debug hook for junit tests

2011-06-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [766662e78f0ee22a6315c42320c44e7cf76e6ca0]

        add debug hook for junit tests

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [c427dd90b423cd28f27b82579971306469962db2]

        implement superscript and subscript

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [beccaef74edadd0ff2e11655ccdcb71fccdec02d]

        RTFValue::Clone: copy all value types

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [830152279ef9325fef709c6f6a25618b21ad3a7e]

        WaE: single value used to multiplex two different things

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [b26292e3ccb68374e7f059a128261c1bfaeaacc4]

        those times were sal_Int32s

2011-06-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0af50489ac15a6608a86424e8d03d642d8621f75]

        link against the SDK (Mac)

2011-06-01  Jan Holesovsky  <kendy@suse.cz>  [05add37b0a32de55c99dd6f8b914669cfd45d6ca]

        Ignore installation dirs in instsetoo_native.

2011-06-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7327f1c78b017d3664d07e0f72d832dce20338c9]

        compile gdk-pixbuf against SDK (Mac)

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [52388d29994a52f3dea83dbf214e81f9abfc11dc]

        use UnoTunnelIdInit pattern

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [652c7ca06db65bfc7138659ee4f89122548aee07]

        make this per-class instead of a local static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [909fa34d46cf6c382180b56c5c8b58478b4337f0]

        add depends for cppunit test

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [c1abc2ec9efcae4c0da96699631ae7c12f1dc5eb]

        fix up

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [91cbb7b7d0d0b45e5287a8d5f9f6c51380dab15a]

        remove const to allow alternative template

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [2d97d88cedc58939a36b41295a9c081be1a39148]

        drop const for alternative template

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [9aad6692612fca11230fdcbcaef436d2d1e1c0b4]

        this is overly static + double check lock for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [1c33dd6d012f8e3011f5b9df396f004acbc102d0]

        Interfaces are recursive into themselves

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [f6b23e1618d0d440704d114c3127b73c90f33be4]

        this is overly static + double check lock for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [1a115037dddbe978d849d8f7577869ceb6d8540d]

        add polymorphic support

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [62751ceaf1ce9a09db7ac5530e35b0c536011994]

        add a StaticWithArg to make its use easier

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [7a69e30f96afc9563fd9179a765e3d1127c73b33]

        use rtl_Instance for the auto-generated local statics

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [c57f36de11acee99af2200c07132701dcdea76cb]

        RTF_UL* implementation

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [ddbd00ddf2115d46b6ada39bd42c377654a20889]

        dmapper: Fix underlying color, no need to convert anything
        
        That case was not used so far and it was buggy, so I just went ahead and
        fixed for RTF.

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [bbf267835f5619ba4d65e12e49327ef11300d182]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [a5ef12f38f1873e843fa98b20ce83fc7fa0311ef]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [a6969adc72ff1f1a40e8cc8cef9055229e2e4b10]

        use tunnel pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [9a95e67472a60bf36251c0e3d8bdce18bffef559]

        use a well-behaved singleton here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [8d962494a8107b63ca2fa01d6d25ab42e474a21b]

        tidy this up

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [c4f240105e74a440c61b8fa9632966f6c97a2879]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [d8a75be8ee66d7ad82014a545d47662b32e6b56a]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [d248451ca3e7599145103be6c79c2b78699f12c9]

        use tunnel pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [d3050b7e9ff741dec96f374a71f33774f32274b1]

        use tunnel pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [386cc4f05131c81024779e040019b79330b4dcaf]

        unotunnelhelper.hxx unused

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [14b332dd4d069164f16e975dfab16bd781483696]

        this is overly static for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [8e2ee35376825cbafd52d8736b28d1dd9c86d569]

        use comphelper pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [c58129312b80961b5a8fb10a977a198f8894fab2]

        add Sequence header

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [c532fd3e081f470b70c7e9306d7ce62641e7b510]

        make this a well-behaved singleton

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [c35b12cc0a52253dd94bda44bb3b6b3c9a95d70c]

        extend this to headless plugin as well

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [dd11d240263c55d7185f88f9901c63a7cb281115]

        use well behaved singletons

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [f90cb6c111d5ea7db3b9c71b6bcb9572e12876a3]

        call dispose

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [511e0e173887815c4efc4d41db3ad10ec38ad003]

        tweak these a bit to allow better template

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [ed132e5b9dfaa226395534462eff956df9a7412f]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [054c7e4a4c0f20eeedee9b69d3012592cbd1bf30]

        use tunnel pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [8d1aeb01ea025f6644401c3a9e01cb36a8ae367c]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [7b9449986d841e2649e24a3045e6b821e4016438]

        use tunnel pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [45bc378eada1f8e3779797753b01ae2f037a3eeb]

        use this tunnel pattern

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [78d2ed5cc75483af061ad4e21b220c45b1cf0aea]

        make these well-behaved singletons

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [6ae5667c07ae7047ce47e8f9fba5ea3e5f569286]

        use this pattern throughout

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [d322f8701aa8eb9ba69385d1cbcd4435a2d2b297]

        don't see why this has to be global

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [a0376984d53d4168f9d47dfb88f92eab8ea3ca2d]

        this is overly static for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [7f1b2040ee37d64320a79c068e206f648f165735]

        this is overly static for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [a6489060efa86927c6056309072fd27138a65630]

        this is overly static + double check lock for little gain

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [5a3c6e0a3dc07b09352203cccdae8bf60649f487]

        use StaticWithArg

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [205540afc1ab05763a8255873724bcbdbf9c0ba2]

        WaE: unused return value

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [fa8de1c66c6ab2edab8c6ee2ce6b37189d548cf5]

        WaE: inside appropiate ifdefs

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [4f95f23d8b9e0c5fcea663d7477c4c8aef7e2049]

        drop static in favour of member variable

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [f9d3edd9995d571f60f3205b1fc2b22d64b2ddef]

        saComponentTypeIdentifier unused

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [041fd0b068f670c59bdcf435c0839f349db27d23]

        don't see a reason this needs to be global

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [59290634d6402bed7867575a57808f12e9a03937]

        tweak this a bit

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [37941461913f031e2a952fe16a9bfa7c96fc8b3e]

        WaE: useless debugging code

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [b21fcd54a3f040af237672acf68373b6fd28549d]

        tweak this a bit

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [3471d7eef30df7e2e1288b8c7708d3f3857c02ae]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [6404ed19adf63180adf4bd082323ae4955aee8bf]

        use tunnel id pattern here

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [8f6d0574f7c2a34d8cb494f8531bcf30689901de]

        overly static

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [fedd000b4d01202b2c3764a4862dc038315dd467]

        add a gdb script for debugging globals

2011-06-01  Caolán McNamara  <caolanm@redhat.com>  [234e21901805b2265dc6ee27c0ad6054072e0956]

        make it easy to valgrind unit tests

2011-06-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [73d3ad1375c2bfc60bda66bbf4bffd14c9842da2]

        restore Korean comments that were smashed to just ? by 6dfe3457faf4bef4b7080d9f0df31b8aff693380

2011-06-01  Luboš Luňák  <l.lunak@suse.cz>  [9c67dc4b37cde050a07a8926941d059ff0ab398e]

        keep a copy of WW8_SepInfo object, not just a pointer
        
        The pointer points inside an array, which may get resized (and
        thus reallocated), making the pointer dangling.

2011-06-01  jeffrey  <jeffrey@linux-ow08.site>  [9ec1be05f11f7811c4bae945a56e3fa1659b72e1]

        Made changes to fix sentence delete in bug 34786.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [ddadf01076e08e72fe4c03f864d408c298e6673f]

        RTF_STRIKE and RTF_STRIKED

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [8e921cec789abf522d83127f25bd73eb4b9a053a]

        implement RTF_CHCBPAT

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [fc991575d77ff1528534f2d94b1bb7c6fb9179bf]

        RTFDocumentImpl: fix rgb parsing of colors

2011-06-01  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [128feab3849548e5cd897bf418ffa13223a51996]

        fix for bug fdo 36519
        
        Use human readable format name instead of internal filter names in Load/save options UI

2011-06-01  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [ff2af03b4838416b5b276cac40180154bf8a00a0]

        fix for bug fdo 36519
        
        Use human readable format name instead of internal filter names in Load/save options UI

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [4d97d0c4f3e80b0efd705253f69d9926832330bc]

        implement RTFValue::getProperties (it was a stub)

2011-06-01  Joseph Powers  <jpowers27@cox.net>  [3c160621091530d2e3cc610adcfe150e760a8c51]

        Replace List in SvTreeList with a vector<>

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [06548cb1e6bdc3bf5e57e33aba975ad498a30e03]

        implement RTF_V

2011-06-01  jeffrey  <jeffrey@linux-ow08.site>  [1e87416d14ef7a0c236e4d03867f6fa298c8a032]

        Made changes to fix sentence delete in bug 34786.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [9593aabcc676349625440abd2c51deb046acd93e]

        now that the tokenizer is fine, one line / character is too verbose

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [000376ce583ca6c0859df3052b099f79b5632b7b]

        group sprm values

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [b0be73dbd8e4af55a06a5159837d8338d2632b6d]

        implement RTF_ANIMTEXT

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [04ef4c36192d51f48f6ec3e676c06a568b948d79]

        implement RTF_SHAD

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [382c403e3dc55f5f43b788fc4a06993100a0727f]

        implement RTF_OUTL

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [54e8aeb54ec4f8a7c9c18c6ee576c13230839d9f]

        implement RTF_FS and RTF_AFS

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [6a88e9a8670e05f7024e1d90222bf127c4e819ab]

        implement RTF_AF

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [6ed44614037d2f4cce4e6fb413e4fbe8158d8595]

        Make it easy to disable the new importer

2011-06-01  Andre Schnabel  <andre.schnabel@gmx.net>  [3da3256d9b33b4c63dea3b19c00e53685a10358f]

        fix for fdo#37761: Keyboard navigation broken in tools - options
        
        prevent that aAutoSaveEdit will grab the focus in options dialog
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [75a13eec50e0a04a370ac4745574d267777bbe53]

        implement RTF_DEFLANG, RTF_ADEFLANG

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [fc778d784e99d20f5e9eff8f45c5af77d0215220]

        implement RTF_PARD and RTF_DEFF

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [3dd7bfb50965a039bd42eb5b24fae8e79cb79d2c]

        restore encoding on RTF_F

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [656c405be11d420e62b839a5651ae9d858abd3d6]

        implement RTF_ANSI

2011-06-01  Miklos Vajna  <vmiklos@frugalware.org>  [75d2a046d6fb1c6dc879e62712f2b63cd5747b1a]

        RTF_SBASEDON, RTF_SNEXT: these are not colors

2011-06-01  Tor Lillqvist  <tlillqvist@novell.com>  [18054e19eba750f8b56bb7c6c463f39444716a4d]

        Typo
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-06-01  Francois Tigeot  <ftigeot@wolfpond.org>  [fc86375b3198141db62e653bf911e5ba1c1ff90f]

        Do not try to include non-existent files
        
        These ones were never present in the recorded history of the project
        to begin with.

2011-06-01  Kohei Yoshida  <kyoshida@novell.com>  [50f1d622c84f369475c78c439d3cf8604d04abb1]

        fdo#34214: Fixed selection by arrow keys around merged cells.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-06-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [78727badb0b021725992e3abba1abc40dd1b0feb]

        disable obsolete python check, no traces of the greport tool anymore

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [108e05c56db08b51c3ceed5e6219b364d202d109]

        Tell to run LibreOffice.app on MacOSX, not soffice.bin

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [b51a5163e727c6cb5cd84cb1cca9ba31df69d1d7]

        Don't use libintl in gdk-pixbuf either

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [29a73db64c144fdfdfe05e25c3b9c4f16f856e69]

        Simply add if false around the chunk to bypass instead

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [709b77eda273915ea5cb34302448d8da91557c6f]

        Don't use libintl in glib
        
        Patch out the chunk of GLib's configure script that looks for
        libintl. Take care of fallout in a couple of places in GLib
        sources. The end result is that GLib doesn't use any libintl (gettext
        etc) functionality. Which is nice, as we then shouldn't need to build
        gettext. No functionality should be lost, as we weren't delivering any
        GLib message catalogs anyway, so none of the gettext calls at least
        here would ever have found any localised messages.

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [4670d2d486a179ec23da8997ce15120aa0ff00e8]

        Set EXTRPATH only on MACOSX

2011-06-01  Tor Lillqvist  <tml@iki.fi>  [c7af239047bec413859ede9ad6c9bfdd8dffa567]

        Pass dmake's -P to gnumake as -j

2011-05-31  Tor Lillqvist  <tml@iki.fi>  [b344b037047273fb063483c2c4655060b798c275]

        Bin redundancy

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [84acbe5f467834a2c7b2d79d7d58a762ea7462d8]

        Drop pointless version printout

2011-05-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [17e4f58216020aaead24b5dcbaf6767e15e834e1]

        some minor performance improvements

2011-05-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a31908292e070aacb05558f9728c440d5acf4c14]

        set table limit to 32000
        
        the performance of the insert algorithm allows now to create more than 10000 sheets in a reasonable time

2011-05-31  Andras Timar  <atimar@suse.com>  [53bf10408dc5c90f99905bad9e36d46196d478e3]

        remove unused l10ntools

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [7f6ccd2ab0ddb9ffed111775d5dbdeb23d6c2b4b]

        vcl::DeleteOnDeinit for static BitmapEx objects
        
        BitmapEx objects shouldn't last past VCL cleanup, as they access
        e.g. X connection, so normal static objects are destroyed while
        the connection is already gone.

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [99dd0380012e76ff2c871425d7c58c2e64b8973f]

        vcl::DeleteOnDeinit for static BitmapEx objects
        
        they should not outlive VCL cleanup (need X connection, etc.)

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [6e20f6a854c7f006a0b80caa7d6c7bab7da49aaf]

        implement vcl::DeleteOnDeinit::reset()
        
        the class is pretty bad API without it

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [2e3b96f127dbc7c17663272bfb8c099d02ee032d]

        Simplify Python options to just one: --enable-python[=<no/auto/system/internal>]

2011-05-31  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6197740c90186d5fb42c037720ebf1015c44ada1]

        Translated debug messages in SwCache

2011-05-31  Michael Meeks  <michael.meeks@novell.com>  [0953d0ecab9d243039a424e47f8218420c3e8621]

        remove erroneous FIXMEs when re-starting oosplash.bin
        
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [3d87ce7865cfb224269e6f90d6f1b244b32e00a7]

        proper debug output again, enabled by mistake

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [61acd9e80025bbfbc6e1ad575a2aa997273d620d]

        move kde_headers.h to other inc/unx/kde headers

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [2dfbdb6fb008b4d0df4b3fe8da17745c191fee37]

        use enum instead of strings for desktop types
        
        welcome to the future! (well, almost)

2011-05-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fc4a59cbf006d2a9a338fa8a6c1e07bec5642a91]

        use --nologo to prevent oosplash smoketest hangs

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [4ed61b6dca06705dd4ae6e20f3b1709b26a27081]

        SAL_DLLEXTENSION should not be used here
        
        probably result of a bad merge

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [f94fc773b39231c3be7469bef04d3bf119e08551]

        desktop detector stuff is desktop_detector, not vclplug_kde

2011-05-31  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [26969cb883b9bcf9ce9239750df7d215150c3795]

        Docx: Fixed order of exported properties in tblPr

2011-05-31  Michael Meeks  <michael.meeks@novell.com>  [ee6c4017da5b5a5210c0e2f1ec06e0ac49fc600b]

        cleanup loop iteration to be simpler

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [f5497068c58ae9726e5853117968e7eaf18e84b4]

         #include "" -> #include <> for non-local includes

2011-05-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7b679bb6ede037c5621848c8f4477b11e7980058]

        use --nologo to prevent oosplash smoketest hangs

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [b815f5b2e26cee4bf092e77a2c7abfb035acc174]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	postprocess/packcomponents/makefile.mk

2011-05-31  Tor Lillqvist  <tml@iki.fi>  [04eef8e27332aaba82016e7b0e6790f4b90814e7]

        Set also CXXFLAGS

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [53a16157cbe845cd25c92cb3461b32709fc91936]

        do not have a .cxx file just for #including a .moc file

2011-05-31  Andras Timar  <atimar@suse.com>  [532f12788a2efaadf12a68b6341c554c811a0149]

        replace OOo icon to LibO icon fdo#33229 (cherry picked from commit 6fb432551320ea3d6eb1648f78abda6569705795)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-05-31  Andras Timar  <atimar@suse.com>  [47ea38b6dafdac0ec62d1c3e53444d3e07113bf7]

        replace OOo icons to LibO icons in Tools - Options dialog fdo#33229 (cherry picked from commit 3f7ffa8409ba7fc1ce5f70dbae06a44a42c9947f)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-05-31  Luboš Luňák  <l.lunak@suse.cz>  [65347f4b1cd17895653a796b692f9b3f87d1fe34]

        fix include path for KDE3 build

2011-05-31  Rene Engelhard  <rene@debian.org>  [ae0eaa57ba2cef0313f853d19a9a13629bcd07cb]

        fix build in connectivity/qa with system-hsqldb

2011-05-31  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [64b6c3802c4c4a9f38e9fceeedca246f9a08e299]

        fix for fdo#37772: Insert sheets in a protected spreadsheet document

2011-05-31  Kelly Anderson  <cbxbiker61@gmail.com>  [f7afe79010ef13a3ae288e5b09122f1e5db64879]

        fix compile with Bison 2.5
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-31  Kelly Anderson  <cbxbiker61@gmail.com>  [8ce982432a9a73ec628c8c6cff73f152bee1b57a]

        fix compile with Bison 2.5
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [9276f7d5740a28b342db2a9bcd8644ff2f4f5742]

        fdo#32263
        
        use $HOME/.config unless XDG_CONFIG_HOME is set with respect to
        http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
        moreover, lose dot so as "$HOME/.config/libreoffice".

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [67081d291e9e9d2611b684dd16be3c08661ae0c4]

        Add sanity check before dereference, bnc#694119
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-31  Takeshi Abe  <tabe@fixedpoint.jp>  [699a577ae4f0b254917b4afe2d91ba923365520a]

        fdo#32263
        
        use $HOME/.config unless XDG_CONFIG_HOME is set with respect to
        http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
        moreover, lose dot so as "$HOME/.config/libreoffice".

2011-05-31  David Tardon  <dtardon@redhat.com>  [1bf36db7af7064942f939ef3c35783e81a073899]

        make the loop finite .-)

2011-05-31  Michael Meeks  <michael.meeks@novell.com>  [aedc5eb4afb12ad074666507e6af8fcf24d64b65]

        fix snafu identified by Julien Nabet

2011-05-31  Noel Power  <noel.power@novell.com>  [738fa3d5ed19a8d0ec60799e26ee4936426992e3]

        fix for bug fdo#37590
        
        Signed-off-by: 	Michael Meeks <michael.meeks@novell.com>

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [7a6dead55d7376c69554bd7f6c5b8278af14701a]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys
        
        Conflicts:
        	graphite/graphite2-0.9.2.patch

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [fc72cdfc4cc529ecb4c5139db6331fdbd051d2b3]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [a0cdfdc157cca8b3bf4f778d75e0af9ad580c3bd]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [6b4beb1264c870fe9559490f4faadbe6c70f9019]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [36472f4f40ea3da60c4dddc8fe885a3a67262e51]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [81d0d4b6e6d5e98323c48c9f6a40a7ff461c4941]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [69ecb9ebd693d8667f2c87b33ea2443d1585a6f3]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/artwork

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [6a29b48bf54df5a674f37c49578a94211a1d5984]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [31d2ec14ca3790748cf0c724f14f494cce7dff4f]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	sw/inc/viewsh.hxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/ui/index/cnttab.cxx
        	sw/source/ui/ribbar/inputwin.cxx

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [84c83035918d1f495b638e874118611c41f7c04d]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	sal/osl/unx/diagnose.c

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [ec6c98105a95bd5ddcd74b30fe51df8434c27fbd]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	svtools/source/filter/wmf/winmtf.hxx
        	tools/source/fsys/urlobj.cxx
        	unotools/source/config/configmgr.cxx
        	unotools/source/config/makefile.mk
        	vcl/inc/vcl/cursor.hxx
        	vcl/source/gdi/outdevnative.cxx
        	vcl/source/window/abstdlg.cxx
        	vcl/source/window/toolbox.cxx
        	vcl/unx/generic/printer/ppdparser.cxx
        	vcl/unx/generic/printer/printerinfomanager.cxx

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [7ea2f89d49f913909c178e1ff34394a88b3d7b54]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	libwps/makefile.mk

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [ca39c0ee5fb571693f96fe32f55b814d74e5b756]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	basic/source/app/app.cxx
        	basic/source/runtime/iosys.cxx
        	desktop/unx/source/start.c
        	sfx2/source/appl/appdata.cxx
        	sfx2/source/appl/appinit.cxx
        	sfx2/source/inc/appdata.hxx
        	svx/AllLangResTarget_svx.mk
        	sysui/desktop/productversion.mk
        	sysui/desktop/share/makefile.mk

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [44863c2f2fd78c291092037aaf0d7abfa21f773d]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	sd/prj/d.lst
        	sd/source/ui/dlg/sdabstdlg.cxx
        	sd/util/makefile.mk

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [bcb1ceafcc18aaa8199b21478dde39bdb9ae83dd]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	filter/source/graphicfilter/eps/eps.cxx
        	oox/source/export/shapes.cxx
        	oox/source/xls/workbookhelper.cxx

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [752af7d5c284b4c8cebd7bf4df112d62456f3c8c]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	sc/source/filter/excel/xiname.cxx
        	sc/source/filter/xml/xmldrani.cxx

2011-05-31  Jan Holesovsky  <kendy@suse.cz>  [07c1d34ec78dd6e980c4ae370042ab5e3870aa0b]

        Merge commit 'libreoffice-3.4.0.2'
        
        Conflicts:
        	configure.in
        	distro-configs/LibreOfficeMacOSX.conf
        	distro-configs/OxygenOfficeLinux.conf
        	distro-configs/OxygenOfficeWin32.conf
        	download
        	instsetoo_native/util/openoffice.lst
        	ooo.lst.in
        	set_soenv.in
        	solenv/bin/modules/installer/download.pm
        	solenv/gbuild/CppunitTest.mk
        	solenv/inc/minor.mk
        	solenv/inc/settings.mk

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [29a2abb9a3612bcef6a42e11caf52b16b774178a]

        We should not look for .exe extensions for Cygwin programs

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [a53ebd43ec514d270d4ff299163825ee6cb1704d]

        No need to do anything with $HOME

2011-05-31  Tor Lillqvist  <tlillqvist@novell.com>  [471fd2e4e8c6faa8ef8cbe357426bc23b5eceae5]

        Stylize consistently, add more Emacs mode goodness

2011-05-31  Tor Lillqvist  <tml@iki.fi>  [b61b156d52d24a7cfc42fb47d922bbc292bc6835]

        Enable building glib for iOS
        
        Pass --build and --host options to the configure script. Pass a bunch
        of a priori cached test results for stuff that can't be determined
        when cross-compiling. Link with the CoreFoundation framework. Build
        static archives.
        
        Patch out the compile-time USE_LIBICONV_GNU and _LIBICONV_H test from
        gconvert.c as it for some reason fails for iOS.

2011-05-31  Tor Lillqvist  <tml@iki.fi>  [d49fe1968a4b5a3c79fa71177bcdeeb702db264e]

        Improve gettext build for iOS

2011-05-31  Tor Lillqvist  <tml@iki.fi>  [896eac5669806b0d8e74049572ae0959b6c4bc7a]

        Deliver a static libintl.a, too

2011-05-31  Miklos Vajna  <vmiklos@frugalware.org>  [10ae446ea4b5ef553c5f55b7c63cbf954e93930d]

        cleanup

2011-05-31  Miklos Vajna  <vmiklos@frugalware.org>  [c006743d58640a72dcadc829949bc15a650449da]

        drop ; suffix for font names, too

2011-05-31  Miklos Vajna  <vmiklos@frugalware.org>  [9297fb25e6358cafed1a104025ebbda3881a4eb1]

        apply paragraph properties
        
        paragraph styles now work!

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [c3b17c454c6b3021cdc40cdc831bbd712c9153fc]

        write style number as style id, not just as position

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [163e02a3e981729738c29994cebac662aa14d9fb]

        start initial paragraph / section after font/style tables

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [c4704a2c247c0a90160f6279e8eb00db96ee660b]

        drop trailing ; from style names

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [0f9bd0b9238d690188b96d0ebd2052a34e541df5]

        implement RTF_S outside RTF_STYLESHEET

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [0a20b5b05c56b6132bed07b3bd621dad381f3937]

        implement RTF_SBASEDON and RTF_SNEXT

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [920be578407784ad4ddabcd921e187fa3e0a1f54]

        Deliver also the built glib-compile-schemas
        
        It is needed in case a native internal GLib build is used when
        cross-compiling GLib.

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [adbea14c9c14443aef888c3f1466df8602b6a0a7]

        add names to stylesheet table

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [26257421474037dba35c87a5428dd7881d414352]

        Propagate verbosity

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [1619af48efb8bf41919fd82490df4f88c2b4889c]

        Propagate verbosity

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [35425524d1f5093474db3c7139f479e0768a56a1]

        initialize member

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [adfff92de6146b64841ee335baad2ac0fbc13b94]

        initial stylesheet support

2011-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [44e6861f7e35e52fe66a3be6386b540a4e53e9ec]

        fix build on Mac (add LIBXML_CFLAGS, disable unneeded intltool-xml check)

2011-05-30  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [cdf832caa70e36febf60cb7a6f4c0553d4f852e5]

        fix segv when inserting multiple sheets

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [894e4b865c16d0d35797dce257e8108a3ebaefb8]

        look in stylesheet destination

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [7fad8e3f23b0e37d2a78b924811d061a36ed8a9e]

        destinations ignore parameters

2011-05-30  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [6630b196941390019b2f015e94c0ce63dd0983f6]

        Code Cleanup in filters
        
        * Fix typos in comments
        * Remove bogus comments
        * Remove dead codes
        
        Released under LGPLv3+/MPL

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [6ee631a3da20024a38022337e986536b0b89cd14]

        RTFReferenceTable: missing doc

2011-05-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [057d0dbf3354c5aaaa034f14aafb3000ed213c08]

        mismerge: do not re-include tail_build's module in postprocess dep list

2011-05-30  Andras Timar  <atimar@suse.com>  [b1e064b2bf9d992cfbfaf8de64092456f08bafaa]

        replace OOo icon to LibO icon fdo#33229

2011-05-30  Andras Timar  <atimar@suse.com>  [0b3ce921ef684e0e51ad599125d9b32f3e0b97db]

        remove BrOffice

2011-05-30  Andras Timar  <atimar@suse.com>  [63ec8cc9479e7f91dc1eb013fe7cd37608aed1c3]

        why backing_rtl_left.png contained BrOffice?

2011-05-30  Andras Timar  <atimar@suse.com>  [b10b8b33e4248820487344be1cd1aaa7c3b2c4e5]

        replace OOo icons to LibO icons in Tools - Options dialog fdo#33229

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [74afdeca20e28a4527dcbbbdb93db3507926aaf3]

        implement RTF_CF to test color table

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [c2675a6a25e3c4f23681090ea84eaa90f449376a]

        implement RTF_RED, RTF_GREEN, RTF_BLUE

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [05c950fe291ce5570c113fe010e0f4fa35206027]

        Fixes to make it compile on Windows

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [00f5e8f62362a2db094e5a954ec095a63c47246a]

        Link with the "version" library on Windows

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [072d097e498869a14847d5d0e3dd23b99e62fa83]

        Match the less clash-prone gobject DLL name we now produce

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [3b11d0b97a5659a913e68bf31ab05552813f7a7b]

        Link with graphite2_off on Windows, too

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [f3a288a2b6faf0c2f24152d13245ad1aa0610365]

        introduce RTFColorTableEntry

2011-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [90a9bed1878b4adcc32f86f4f4004e1a371bb526]

        one doesn't need pkg-config on mac

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [a1d1cfffaad63186608c54eca693771e2834fe91]

        start initial section to silence dmapper errors

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [9c4525c7c002d44cf12720fc2a0636b6bf4790db]

        finished implementing RTF_F

2011-05-30  Petr Mladek  <pmladek@suse.cz>  [5815228c11749c37969b75ceda45de21964420ef]

        lo-commit-stat: add --log-dir option
        
        allow to generate the log into another directory

2011-05-30  Petr Mladek  <pmladek@suse.cz>  [a07a230c1269dbcf149bbf470b478403a7475801]

        lo-commit-stat: add --log-dir option
        
        allow to generate the log into another directory

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [b3273decf854d71d903365a30879c4aabbf662a9]

        instsetoo_native should not be here

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [3beeaf072507c4912bd46c3fb842db8458ca93bf]

        Add the Win32 "version" library

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [19bb563c2c230d9df02e04b668488796a68bc036]

        RTFValue::toString: handle string value

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [240c1266d8a5c3632d5a23bd1fd7cff606f1bd7f]

        chmod -x

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [32805760a28fceeb1b17c3d392844180d5b73695]

        The graphite2 library is called graphite2_off

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [743840a403640c86dbd60cef9a3ff296c21e4287]

        We build graphite as a static library, drop conditional dllimport/export
        
        We would need to pass -DGR2_STATIC when compiling graphite-using code
        otherwise.
        
        Also make patch apply without fuzz.

2011-05-30  Joseph Powers  <jpowers27@cox.net>  [e9b12231186f125204a9fc683632df9279bb6ecf]

        It seams that $SYSTEM_LIBRSVG can be empty, so add quotes to avoid error.
        
        Also, add instsetoo_native to the ignore list.

2011-05-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5a4e27252d9a86b22d2f152f590cd1cb54fe027f]

        remove double "=" from assignment to STATIC_OR_SHARED

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [a558375c7831619e23e847526905cc4596c66592]

        RTFReferenceProperties now takes care of attributes and sprms as well

2011-05-30  Michael Meeks  <michael.meeks@novell.com>  [dd771be140c2cced8984f6f9887f5aab7af9e895]

        initial attempt to avoid ugly errors with missing pkgconfig etc.

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [72a4fc11d5dc35f65a71adea293ccc63b62a0578]

        change the attribute hashmap to rtfvalue as well

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [413dde05951d25094e68da023650ed67257c77a6]

        make it possible to store strings in an RTFValue

2011-05-30  Michael Meeks  <michael.meeks@novell.com>  [9eeeab292cf799a839439310feeee9ac752b0013]

        allow building non-system cairo with system libpng14

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [61e940787b5ba157abbe70390d0963008dc5c8a1]

        store RTFValue::Pointer_t instead of int in sprm hashmaps

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [46d3a9c550c60c42711269fdc07988219f27e40e]

        int -> Id for sprm / attr identifiers

2011-05-30  Muthu Subramanian  <sumuthu@novell.com>  [0956b4003dc820672f129f5bab459a4a65042a95]

        Fix xlsx 2010 export.

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [a9adc036e255cebac92bf698fe9e861ba8c034e8]

        same font name to attributes (to be sent to dmapper)

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [5ccb47e1ed3bdd15ec974f15a0a5302882b3ff6f]

        store RTF_FCHARSET info

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [f4def585fa3b6ea29e2ee9d179b151956644cfa9]

        Add removed variable which now is used back

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [e25ca371cdef387bf6421747830434fd1694d3f1]

        Use boost::unordered_map instead of the non-std hash_map so that it compiles without stlport

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [1d9ad643d2912bb326920f306603395d46c0fe1c]

        move extern to header

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [c7f8bb8a6251f8123f800e2110a0c1e4bf702420]

        add charset table from spec

2011-05-30  Joseph Powers  <jpowers27@cox.net>  [1132353886fc2a85a8fe6da31be4d2a25fd3cc57]

        White space cleanup.
        
        No code changes

2011-05-30  Tor Lillqvist  <tlillqvist@novell.com>  [313f54da3cf8bd6271d8d14f4dd1803c42ca4d58]

        No need to specify a base address for .exe files, the default should work fine

2011-05-30  Radek Doulik  <rodo@novell.com>  [5e5181c1e57c4a6aaa25b57bea2f1c095b0f0745]

        set link text properties
        
         - hlink color from color scheme (if not overriden by text character properties)
         - single underline ( ditto )

2011-05-30  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [cda4a293608514783d38d470799cfbf97b245cc6]

        Code cleanup
        
        * Remove dead code lying since 2001
        * Remove duplicate if checking
        * So unindent the code
        
        Released under LGPLv3+/MPL

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [2a49c656e7d7643f8e47f1bae43f5540e80c1bf3]

        implement RTF_FPRQ

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [d6fb1ee8a92da521e2ce783bdc1b3029ef1c0ea5]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [c568fb896f6d3442e98002eaa062c31b8ed0f518]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [0f9a1b73ad2943b0fa3a9b1e6c81150c712b2a52]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [707205aef142a72010081a8b21bcddfed8561e57]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [f0347f6c7b1b091001151e54992509ee5016ef58]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [37032dc9dc8089c9a1127e61cb2ad5612306399b]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [94a0ea6b9eeaef219114091da479063227243ebd]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Jan Holesovsky  <kendy@suse.cz>  [0ee2ac7be52b9f07b47fc5ddef25bc55b78183af]

        Merge commit 'libreoffice-3.4.0.2'

2011-05-30  Rob Snelders  <programming@ertai.nl>  [dd03e09eaa546b8530d6ac773590cc6e9520a3dd]

        Cross-References-Tab now displays the items correctly. fdo#34872

2011-05-30  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [050ac4dedbdd006d043f27f8b8c88974bc0eab46]

        cppcheck cleanliness Remove: (performance) Possible inefficient checking for * emptiness. Released under LGPLv3+/MPL

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [46abc374c6b21c5bd9a2a7048dabacae15279947]

        font family stub

2011-05-30  Korrawit Pruegsanusak  <detective.conan.1412@gmail.com>  [b9376ed8d4699f2cb5cd0515ed0768de1ffccee1]

        Code Cleanup
        
        * Remove empty and bogus comments
        * Remove dead codes
        * Fix typos in comments
        
        Released under LGPLv3+/MPL

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [36e7b0ca79187eed211d8a4e93c695077fb4abd8]

        introduce RTFDocumentImpl::dispatchFlag

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [3d1a8bfada598d87d4cc72c75f5ca63223bb529d]

        implement RTF_F

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [54843df22cc25d6d6564aada440f240cd3c39b7b]

        initial RTFReferenceTable

2011-05-30  Andras Timar  <atimar@suse.com>  [8a1a76aac6bb150f89ac1b4c86f6ed11128d8462]

        replace "seagull" icons to LibreOffice icons fdo#37617
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-30  Andras Timar  <atimar@suse.com>  [e2867f4dac25b8e0ddf0b95aba86fbbe7ab46253]

        replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [80a7feeaf20ec791492f731f205b15fdcf46a7b5]

        introduce RTFDocumentImpl::dispatchValue

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [8b791f3cb382ed76d1ec55c863c20b42f4fc24ab]

        implement RTF_FONTTBL

2011-05-30  Andras Timar  <atimar@suse.com>  [499e7e89743bf10e3d290c81d3b86f4d86f0c50e]

        fix pt-BR makefile

2011-05-30  Miklos Vajna  <vmiklos@frugalware.org>  [0193886bbe7f7ced7b671e04df488817cc1f076a]

        implement italic and underline

2011-05-30  Andras Timar  <atimar@suse.com>  [320561510da46cc49dbea8c7dd5880defa8ceece]

        Update: Brazilian portuguese spelling dictionary & hyphenation fdo#37671

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [e5c37050bab08fdfc08febf5a243372686ef423d]

        Drop unnecessary quotes around platform triplets

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [b39178a1fd9ca87143c3befad9f9a8521a46c627]

        Build for iOS simply using dmake directly, like for Windows
        
        Just use a config.h geneated for Mac OS X for now, tweak later if
        necesssary.

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [23bfe8097571fcf5c9ac223100c2fef9087aad01]

        Put the .o files in iOS archive libraries, not the empty .obj files

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [9fc04f1763980a0238ec934c09c90d419c6d064a]

        Cross-compiling and iOS support

2011-05-30  Andras Timar  <atimar@suse.com>  [9e1f58bf469984c19cd60031074eb60da56453a2]

        replace "seagull" icons to LibreOffice icons fdo#37617

2011-05-29  Andras Timar  <atimar@suse.com>  [1e73670e832ca6f853459832b89b6213f3861a7e]

        replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [2aa5e88b68169293a55f15c69ce92711faed04fd]

        Simplify the new checks for when to use a system library by default
        
        Just list the OSes for which there is no "system" installed GLib etc
        in one case in the case statement. Add iOS to the set.

2011-05-29  Caolán McNamara  <caolanm@redhat.com>  [da94363ed7a895fe39cee8d9b762966ebbee50ef]

        add custom rule to build moc stuff for kde4

2011-05-30  Tor Lillqvist  <tml@iki.fi>  [09034b762bdc19da62867e856cc515b132f381b3]

        Fix typo

2011-05-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [4b9c570facedb799130ef6c585055d76f6d26f24]

        notify vba correctly about inserting of several worksheets

2011-05-29  Tor Lillqvist  <tml@iki.fi>  [b2c1dd30f3db212c6bbd48394fca04668e0cde93]

        Pass --build and --host options when cross-compiling

2011-05-29  Tor Lillqvist  <tml@iki.fi>  [93b1b381ed8567029cc077a818e5aff0b4ed1482]

        Don't build Python if DISABLE_PYTHON is TRUE
        
        I don't know if this is the right thing to do. The --disable-python
        switch is documented to "Disable build of Python 2.x UNO API". Does
        that mean that it should disable use of Python at run-time completely?
        What about use of Python tools at build-time, do we have such? Will
        --disable-python then disable their use, too?

2011-05-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4e85b56b3baf14a0a23d57e218acd57823913e41]

        also commit the actual part of the librsvg check...

2011-05-29  Tor Lillqvist  <tlillqvist@novell.com>  [98bbdc8bcb74722e30940d747467007c3369fa9c]

        Add Emacs and vim mode setting

2011-05-29  Tor Lillqvist  <tlillqvist@novell.com>  [1ec7b6a4965dba5c83709d0275a43697c15668ac]

        Don't overwrite autogen.lastrun with identical (perhaps re-ordered) contents

2011-05-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5c44a7e02f8d09c276ad0b22b80fed4826a1dfc6]

        Mac: actually use the define that is used in the patch, link against SDK

2011-05-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [7ba95eda2b8731db8d9457a51eac6be95ecc6280]

        pixman is built as static lib on Mac

2011-05-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1b4758b52878dfacbc494b2ffa16ad3db571aff8]

        if librsvg is turned into something optional, configure must test on Mac

2011-05-29  Kohei Yoshida  <kyoshida@novell.com>  [b585a9809cfc6b777c0012cf36d9eddba8a14e32]

        Doing this will handle empty sub strings correctly.

2011-05-29  Caolán McNamara  <caolanm@redhat.com>  [9c1f42a13b03bc5587ea52bbcc29ff2f44ad0342]

        make this compile

2011-05-29  Julien Nabet  <serval2412@yahoo.fr>  [f8205aeecb38200b3179d01e4021dbe41e466b6c]

        WaE: pButton became un-used due to 7eba32f0eacd71fbf2561c9f58f52b89cdd0e86f

2011-05-29  Kohei Yoshida  <kyoshida@novell.com>  [344edada8083c99f53ca615b5dbe8bc1a847c5f1]

        String to rtl::OUString & sal_Bool to bool in ScUserList et. al.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [6882d598fe1aa71840a3cfbe1f062c2ee7417ac1]

        Removed unnecessary forward declarations.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [f5574561f7382738a210362b0fd109969e18f91d]

        This header no longer needed.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [225208f28c1a52072e06cc41f14fcada55e5ba44]

        Removed dependency on ScCollection from ScChartCollection.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [06077f20db40973b5d4937a84fc7c32d4d130ae2]

        More on replacing String with rtl::OUString.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [a13baa0b1d5b307b588f8f89aa930aa0d1ee4777]

        Use bool and rtl::OUString in ScChartCollection et. al.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [c75d2a287d1f89dfa626058b1f2e28ca64b28d4c]

        sal_Bool to bool in ScDPObject.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [10807dfacf6e033ec27a11ff36df68f0fd2ec3c7]

        String to OUString in ScDPObject.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [a5e4f7a7acf4aea58f957505cbe01541a5a712f4]

        String to rtl::OUString in ScDPServiceDesc.

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [d892a900e32025269592911f03e8cd77a60ec837]

        Fix compilation errors on Windows, linking errors remain

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [d5d4e2608d27130f555407b117cef7ca784583ef]

        String to rtl::OUString in the external ref manager code.
        
        And fixed the fallouts of this change to get it to build.

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [ff4790e76c88f068056832675c895ff2b088fb41]

        Notice if compilation failed when using filter-showIncludes.pl

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [46dd0c2cf16f386ded64d3654ae81248d9573ec1]

        chmod -x

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [9ff135581cc761b8243c93e1d77122b7849682e6]

        Attempt to fix vcl build on Windows

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [3e3b5dc8e902a2c1bd3ab122e9a2f32cf70cb271]

        String to rtl::OUString.

2011-05-28  Julien Nabet  <serval2412@yahoo.fr>  [845c261d8c1c84362085103f161bebdf1ffc8473]

        fix 2 bugs, there are still for a complete compilation with kde4

2011-05-28  Nigel Hawkins  <n.hawkins@gmx.com>  [55076cad2ddf82188cb872a32afbe92c1258b5ea]

        Replace cstdio with iostream in fastserializer.cxx

2011-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [0bb3ffd6456e7a7291bbadff2f547301579f05d3]

        cairo depend on libpng

2011-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [5b9b3e9107f6d346c98259c31e146caff2bb8f7a]

        make librsvg a conditional

2011-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [c227d0205221ca28da6605f39eeb8c44c7553400]

        make librsvg a conditional

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [b0414f3fa123b532c44a9180b9e2d9122ee35981]

        Make the patch actually apply

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [9108788fc95f01b032b1cf6773b4d74537e5c2e1]

        We always need cairo now with librsvg always being used
        
        At least, I think we do... So simplify the tests for it.

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [afd1aece660fcc8b604b11fd09d7978ede5fd570]

        Can't use SRC_ROOT on Windows thanks to the symbolic links

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [a031b8d16b6887c82d2186c05a6607565e871569]

        Avoid potential mixup of incomopatible but identically named GLib DLLs
        
        Don't use the same name for the GLib DLLs that we build with MSVS9 as
        in the "official" MinGW-built packages (either the ones from
        www.gtk.org, or the ones from OBS). The "official" GLib DLLs use
        msvcrt.dll, while the ones we build use msvcr90.dll. We want to avoid
        potential confusion. Call the DLLs we build glib-2.0.dll etc, not
        libglib-2.0-0.dll etc.

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [b833043246cf309dce728ea410f8e9a115afe41e]

        Just use cp, no need for $(GNUCOPY) which would need cygpathing anyway

2011-05-28  Tor Lillqvist  <tlillqvist@novell.com>  [f180df3a277b1d12f09cbade5bad4281e9d5e2af]

        Add --with-system-librsvg, gettext and libpng switches, and use them
        
        Use --with-system-librsvg also to direct whether to use the system
        version of the libraries only used below librsvg (gdk-pixbuf, GLib,
        libcroco, Pango, libgsf, I think).
        
        There still is confusing overlap with older tests for librsvg, libpng
        and libjpeg, which previously have ben relevant only on Unix
        builds. This needs to be unified. Also, the new stuff that came with
        the librsvg thing in m106 doesn't seem to use pkg-config, huh?
        
        Reverse the sense of the messages for the new checks; instead of
        saying "checking whether to build own version of libfoo... no", say
        "checking whether to use system libfoo... yes". This matches the sense
        of the corresponding SYSTEM_FOO variables, thus reducing confusion.

2011-05-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [16a8d1be88df94336b3c27c5284b9fcc3f32c052]

        libcroco: manage libxml2 depemdency properly on MacOS

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [7e5fb2d5dde2bac990cd5d338e477e99613335fc]

        Revert "Removed unnecessary data members."
        
        This reverts commit ed2aa8e1ebd4bea03d958b86e721400ef59cb76d.
        
        These data members were indeed necessary. Let's not remove them.

2011-05-28  David Tardon  <dtardon@redhat.com>  [bb471e9372c8da5d8351fb516a719fea9748dd89]

        fix build with ENABLE_DBUS

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [04e7f3f258b434cd602d315584df53c9f77a6e78]

        Revert "Extracted a method from a code block."
        
        This reverts commit 4f46e40020699ea79d0d7254431aff27b087e4e2.

2011-05-28  David Tardon  <dtardon@redhat.com>  [a0a2956a68403dfdc524514c7f73cb2605ed5271]

        this must be #if defined(DBG_UTIL) for now
        
        If this bold font testing is actually useful, IMHO the best approach is
        to make it depend on an env. variable, e.g., SAL_TEST_BOLDAPPFONT.
        Otherwise it should just be scrapped.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [eb7fe34e8d7bc84be82a8a097123592dfa200442]

        sal_Bool to bool.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [ff057f094bf89eb65f8fb3320416ae5e6f7e9b68]

        Consolidated local functions in anonymous namespace.

2011-05-28  Kohei Yoshida  <kyoshida@novell.com>  [b1a119ea9c311b19b8a09d2981e152395c66503f]

        Extracted a method from a code block.

2011-05-27  Kohei Yoshida  <kyoshida@novell.com>  [6803462fb620eb350923148a2c10c3223266e97f]

        Explicitly cast RES_FRMATR enum value to sal_uInt16.
        
        It fails to build on my machine otherwise.

2011-05-27  Kohei Yoshida  <kyoshida@novell.com>  [4d8e0a3d687efd76bf961d90f9bcbca6dc5fab29]

        Massive cleanup of ScTabView. No more sal_Bool from the header.
        
        I found one abuse of sal_Bool being used as an integer.  The block
        mode was a boolean but had 3 different states.  Replaced that with
        enum.

2011-05-27  Kohei Yoshida  <kyoshida@novell.com>  [82d1e7f1b583edd9bd36c4fc9bec28a41e81246e]

        More clean up of unnecessary code.

2011-05-27  Kohei Yoshida  <kyoshida@novell.com>  [56d3ce7cc90433c822c9fd589a2926bef6929195]

        Removed unnecessary data members.
        
        These two can be used as local variables as they are only used in
        one method.

2011-05-27  Kohei Yoshida  <kyoshida@novell.com>  [0d9923996f89db2bebb0731419b411682a558326]

        fdo#34214: Fixed selection by arrow keys around merged cells.

2011-05-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a4ab5f421ef299890cef91802100615adf777dfd]

        fix tab vs sapce in Makefile

2011-05-27  Thorsten Behrens  <tbehrens@novell.com>  [c67eef40f5d87f79822a3ffc6f0d1da913de90bb]

        Fix dbgutil build after m106 merge

2011-05-27  Nigel Hawkins  <n.hawkins@gmx.com>  [7ec24fbe56590c4d8a49b0360225d41d7b316540]

        Fix build breakage with debug enabled.

2011-05-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [afc02928b4bab02bae965e467a4b913b81e9887a]

        fdo#37290: migrate Java to new resource service

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [0ab004ec8e0f8a58d73308dc96b13e9a99fcaf4d]

        handle \ab

2011-05-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fe96939958765fef33dd7c8473a1322154700087]

        fdo#37290: allow also access to StringList resources

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [c991cd295e52bebbf4d2254459ef945d3f59a913]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [eb10c8c2cc6fdc55f310a6832363f730d2809c56]

        missing doc

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [baf97f3cc9b8b7f90c2a1bf2fff53f4996b594d2]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ure
        
        Conflicts:
        	sal/osl/unx/nlsupport.c

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [66bf06edd047c8c1ce5df3bd49a40e31d1db5b8a]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
        
        Conflicts:
        	vcl/source/control/makefile.mk
        	vcl/unx/generic/printer/ppdparser.cxx

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [256e5047b839cd643e778e710909b0d8eddab514]

        move RTFReferenceProperties to its own file

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [f48e4ae42baa0dab312ae8b11e777e4a40170028]

        move the sprm map to RTFParserState
        
        that ensures that char properties will be reset at the end of a run

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [983964e82e4edb4311e078c4bb9dfb65e9e93199]

        make sure we don't try to read from empty stack

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [a1c7b79e700be356e58eeb21ad3408aaee5e25e5]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	rhino/makefile.mk

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [78256cd8a0f333eb5c9fde7b2cfb86d7e2c7ea7f]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [9b5f814f6fcbbd1679594bca40e2375394011c3c]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/testing

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [f576a93109ab0cc75c43e5e90f1f9a665b2514e5]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [5a9d7a54e97c701c117b72c33ec9dc29ec73fc27]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [98c355692e3479f86fccb05e99170c5ccc56aeba]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impress

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [102d51ec7c35c0b90fff89093d1d2d8c47ea0b7c]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [e09eaef5a60beff3f4a303e5d4c1c71047188ec5]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [89eee95deb4f2e6d8478a76e0b2b58ec8a2e3294]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [ee6238002e2a46a673993a5eee1aa8444709309f]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/base

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [58fbffbf6d33046abc92fa165e2800da3783caa2]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/artwork

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [e72584561e2a2b801b06af9c2775c82afef70563]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [fdb19d3c0480a572803fc59808b9bf40e8758c7d]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	starmath/qa/cppunit/makefile.mk
        	sw/source/core/layout/fly.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/ui/inc/view.hxx
        	sw/source/ui/shells/grfsh.cxx

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [4430b3f234ad47d7dfe1f3cbce8f2994fe7153db]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	offapi/com/sun/star/awt/XCallback.idl
        	offapi/com/sun/star/awt/XContainerWindowEventHandler.idl
        	offapi/com/sun/star/awt/XContainerWindowProvider.idl
        	offapi/com/sun/star/awt/XDialogEventHandler.idl
        	offapi/com/sun/star/awt/XDialogProvider.idl
        	offapi/com/sun/star/awt/XRequestCallback.idl
        	offapi/com/sun/star/awt/XUnitConversion.idl
        	offapi/com/sun/star/awt/grid/GridColumnEvent.idl
        	offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl
        	offapi/com/sun/star/awt/tree/ExpandVetoException.idl
        	offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl
        	offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl
        	offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl
        	offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
        	offapi/com/sun/star/awt/tree/XTreeControl.idl
        	offapi/com/sun/star/awt/tree/XTreeDataModel.idl
        	offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl
        	offapi/com/sun/star/awt/tree/XTreeEditListener.idl
        	offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl
        	offapi/com/sun/star/awt/tree/XTreeNode.idl
        	offapi/com/sun/star/document/DocumentEvent.idl
        	offapi/com/sun/star/document/XDocumentEventListener.idl
        	offapi/com/sun/star/frame/XLayoutManagerListener.idl
        	offapi/com/sun/star/geometry/XMapping2D.idl
        	offapi/com/sun/star/inspection/XObjectInspectorUI.idl
        	offapi/com/sun/star/inspection/XPropertyControl.idl
        	offapi/com/sun/star/inspection/XPropertyControlFactory.idl
        	offapi/com/sun/star/inspection/XPropertyControlObserver.idl
        	offapi/com/sun/star/inspection/XPropertyHandler.idl
        	offapi/com/sun/star/inspection/XStringRepresentation.idl
        	offapi/com/sun/star/logging/LogRecord.idl
        	offapi/com/sun/star/logging/XLogFormatter.idl
        	offapi/com/sun/star/logging/XLogHandler.idl
        	offapi/com/sun/star/logging/XLogger.idl
        	offapi/com/sun/star/presentation/XSlideShowListener.idl
        	offapi/com/sun/star/presentation/XSlideShowView.idl
        	offapi/com/sun/star/rendering/FontInfo.idl
        	offapi/com/sun/star/rendering/StrokeAttributes.idl
        	offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl
        	offapi/com/sun/star/rendering/XAnimatedSprite.idl
        	offapi/com/sun/star/rendering/XAnimation.idl
        	offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XBitmapCanvas.idl
        	offapi/com/sun/star/rendering/XBufferController.idl
        	offapi/com/sun/star/rendering/XCachedPrimitive.idl
        	offapi/com/sun/star/rendering/XCanvas.idl
        	offapi/com/sun/star/rendering/XCanvasFont.idl
        	offapi/com/sun/star/rendering/XColorSpace.idl
        	offapi/com/sun/star/rendering/XCustomSprite.idl
        	offapi/com/sun/star/rendering/XGraphicDevice.idl
        	offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XPolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XSprite.idl
        	offapi/com/sun/star/rendering/XSpriteCanvas.idl
        	offapi/com/sun/star/rendering/XTextLayout.idl
        	offapi/com/sun/star/report/XFixedLine.idl
        	offapi/com/sun/star/report/XFixedText.idl
        	offapi/com/sun/star/report/XFormatCondition.idl
        	offapi/com/sun/star/report/XFormattedField.idl
        	offapi/com/sun/star/report/XFunction.idl
        	offapi/com/sun/star/report/XFunctions.idl
        	offapi/com/sun/star/report/XFunctionsSupplier.idl
        	offapi/com/sun/star/report/XGroup.idl
        	offapi/com/sun/star/report/XGroups.idl
        	offapi/com/sun/star/report/XImageControl.idl
        	offapi/com/sun/star/report/XReportComponent.idl
        	offapi/com/sun/star/report/XReportControlModel.idl
        	offapi/com/sun/star/report/XReportDefinition.idl
        	offapi/com/sun/star/report/XSection.idl
        	offapi/com/sun/star/report/XShape.idl
        	offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl
        	offapi/com/sun/star/resource/XStringResourceResolver.idl
        	offapi/com/sun/star/resource/XStringResourceWithLocation.idl
        	offapi/com/sun/star/sdb/XDocumentDataSource.idl
        	offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl
        	offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl
        	offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl
        	offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
        	offapi/com/sun/star/sdb/tools/XConnectionTools.idl
        	offapi/com/sun/star/security/SecurityInfrastructureException.idl
        	offapi/com/sun/star/ui/XUIConfigurationManager.idl
        	offapi/com/sun/star/ui/XUIElement.idl
        	offapi/com/sun/star/ui/XUIElementSettings.idl
        	offapi/com/sun/star/util/XModifiable2.idl
        	offapi/com/sun/star/view/XMultiSelectionSupplier.idl
        	offapi/com/sun/star/xml/crypto/SEInitializer.idl
        	offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [087b5a107c54045d44fe4f16374d552a6ae237c5]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	postprocess/prj/build.lst

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [9e5584a82633442467a53ccc08c3380070178a38]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	cppcanvas/source/mtfrenderer/implrenderer.cxx
        	i18npool/inc/i18npool/lang.h
        	i18npool/source/isolang/isolang.cxx
        	svtools/source/filter/exportdialog.cxx
        	svtools/source/graphic/grfmgr.cxx
        	vcl/aqua/source/dtrans/aqua_service.cxx
        	vcl/aqua/source/window/salframe.cxx
        	vcl/inc/sft.hxx
        	vcl/inc/unx/pspgraphics.h
        	vcl/inc/vcl/cursor.hxx
        	vcl/inc/vcl/gdimtf.hxx
        	vcl/inc/vcl/settings.hxx
        	vcl/prj/d.lst
        	vcl/source/app/settings.cxx
        	vcl/source/control/edit.cxx
        	vcl/source/gdi/gdimtf.cxx
        	vcl/source/window/cursor.cxx
        	vcl/source/window/window.cxx
        	vcl/unx/generic/fontmanager/fontconfig.cxx
        	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
        	vcl/unx/kde4/KDESalGraphics.cxx

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [a5303710f05e76f3cb3bf9d5d0c4985ad6603095]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	berkeleydb/makefile.mk

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [9df8682ced86258da76a730ecf354c788fffc1f2]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	basic/source/classes/sbunoobj.cxx
        	basic/source/inc/runtime.hxx
        	basic/source/runtime/step1.cxx
        	desktop/source/deployment/dp_services.cxx
        	drawinglayer/prj/d.lst
        	drawinglayer/source/primitive2d/makefile.mk
        	sfx2/source/appl/appinit.cxx
        	sfx2/source/appl/appquit.cxx
        	sfx2/source/inc/appdata.hxx
        	sfx2/source/view/viewfrm.cxx
        	svx/source/fmcomp/gridctrl.cxx
        	vbahelper/source/vbahelper/vbahelper.cxx

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [209a875b72d5e311b1149ec9d028001994c4ae4f]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	slideshow/source/engine/makefile.mk

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [e959581b2d44bff812ffddd34b750e4f9f29e187]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	filter/source/graphicfilter/epict/epict.cxx
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svgfontexport.cxx
        	filter/source/svg/svgwriter.cxx
        	lotuswordpro/source/filter/lwpchartstreamtools.cxx
        	lotuswordpro/source/filter/lwpfrib.cxx
        	lotuswordpro/source/filter/lwpgrfobj.cxx
        	lotuswordpro/source/filter/lwpidxmgr.cxx
        	lotuswordpro/source/filter/lwpobjid.cxx
        	lotuswordpro/source/filter/lwpparaproperty.cxx
        	lotuswordpro/util/makefile.mk
        	oox/prj/d.lst
        	oox/source/drawingml/chart/chartdrawingfragment.cxx
        	oox/source/drawingml/makefile.mk
        	oox/source/drawingml/shape.cxx
        	oox/source/ppt/slidepersist.cxx
        	oox/source/token/namespaces.hxx.tail
        	oox/source/xls/drawingfragment.cxx
        	oox/source/xls/excelfilter.cxx
        	oox/source/xls/makefile.mk
        	oox/source/xls/workbookhelper.cxx
        	writerfilter/source/ooxml/makefile.mk
        	writerfilter/source/resourcemodel/makefile.mk

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [b06c861fa2492d73e1994ac6bb091ba2987d4df5]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	extras/source/wordbook/makefile.mk
        	extras/source/wordbook/oracle.dic

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [88c1a56d1127376284095465cf85f5b4e71a08e5]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	extensions/source/svg/svgaction.cxx
        	extensions/source/svg/svguno.cxx
        	package/source/xstor/owriteablestream.cxx
        	package/source/xstor/xstorage.cxx
        	package/source/zippackage/ZipPackageStream.cxx
        	setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
        	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [5d178b6a1977988b5f331bcc1515c17982a3d116]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	dbaccess/source/ui/app/makefile.mk

2011-05-27  Jan Holesovsky  <kendy@suse.cz>  [ca907e02205e8e99e28608ddfe7bdaca24f23aa4]

        Merge remote-tracking branch 'origin/integration/dev300_m106'
        
        Conflicts:
        	Makefile.in
        	Repository.mk
        	autogen.sh
        	bin/lo-commit-stat
        	configure.in
        	distro-configs/LibreOfficeOpenBSD.conf
        	distro-configs/LibreOfficeWin32.conf
        	instsetoo_native/util/openoffice.lst
        	ooo.lst.in
        	scp2/source/ooo/module_langpack.ulf
        	set_soenv.in
        	solenv/bin/ooinstall
        	solenv/gbuild/CppunitTest.mk
        	solenv/gbuild/Library.mk
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/TargetLocations.mk
        	solenv/gbuild/platform/macosx.mk
        	solenv/gbuild/platform/solaris.mk
        	solenv/gbuild/platform/unxgcc.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/inc/minor.mk
        	solenv/inc/settings.mk
        	tail_build/prj/makefile.mk

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [f042ef3d5a99079afb67a765067c2d0f931ecd93]

        initial RTFReferenceProperties::resolve

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [11deb6a8f59359680a6c69ef6f4e784696dbd091]

        change sprm map to <int, int> as required by doctok/sprmids

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [8dc089271f21813aec3862580f39cf87a9610442]

        initial RTFSprm

2011-05-27  Nigel Hawkins  <n.hawkins@gmx.com>  [61e112b8ac1d1fe822c7a2ae4fa75bab4c34e0a7]

        Remove last trace of SvXub_StrLensSort. LGPLv3+/MPL.

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [dfec5f231a8d3f24c58483040a17434e38966997]

        rtfvalue: allow cloning

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [4c3593210f7eafe749a958cbfafccdf92d23f651]

        initial RTFValue

2011-05-27  Nigel Hawkins  <n.hawkins@gmx.com>  [5813da304964f69db2b97725fb15d817d552a9d7]

        Remove last traces of SvULongsSort. LGPLv3+/MPL.

2011-05-27  Nigel Hawkins  <n.hawkins@gmx.com>  [380b9b03ec020fde483d34124e23a535a8ffb986]

        Remove use of SvULongsSort in svlbox.cxx. LGPLv3+/MPL.

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [0b6e8fe9110b7483a5c5b100d5aa3403008f3d2a]

        RTFReferenceProperties skeleton

2011-05-27  Caolán McNamara  <caolanm@redhat.com>  [12b7fac594dc18769354fdbc19681527b1f7eb25]

        Resolves: rhbz#707317 avoid crash in getRowSpan (cherry picked from commit 23c4f82e9084f8b15f149b074a8ad4ff6a7a4204)

2011-05-27  Caolán McNamara  <caolanm@redhat.com>  [2cdaa46e92e81593880537c6f931b4df347763c5]

        Resolves: rhbz#707317 avoid crash in getRowSpan

2011-05-27  Tor Lillqvist  <tml@iki.fi>  [ad4a4673baf22ccd07e522d5ec0795f79e2584b9]

        Add README.cross

2011-05-27  Thorsten Behrens  <tbehrens@novell.com>  [f8e211422987d2e2270765f7c70257dcc1c52364]

        Fix build breakage (dbgutil build)

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [c527e5425adfa0f3916f3e267494a4cb4409196b]

        RTFDocumentImpl::text to avoid code duplication

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [faa070eac8c86bd77c470a2c53c019748e863319]

        handle \par

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [25a949aa2de81da81f93df2afb5e85649972450f]

        separate what will be moved later to start/end paragraph

2011-05-27  Nigel Hawkins  <n.hawkins@gmx.com>  [90b4217602ad9edb035f22b0ee14c27b61044f96]

        Remove the only use of SvULongsSort and refactor a bit. LGPLv3+/MPL.

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [3e3712ef6beb67272ca43e4486fc125dbdf4b0dc]

        factor out RTFDocumentImpl::dispatchToggle

2011-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1eb96d6cf630f13af2a94e84ab3ef6f7c92a954c]

        set all border lines, not only one
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [28cbd472ee5d5f4038e11082e2136351cc62ba19]

        introduce m_pCurrentKeyword for debug purposes

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [db68b45067d0b3ff2ae6749f3b9feb2e95237f09]

        factor out RTFDocumentImpl::dispatchDestination

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [2e289c188b5c3498fecc4595e404bc9b818d8bec]

        use the new rtf keyword enum

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [0f34080e44fee3e81b63bb1ac61d9a597958ce15]

        introduce enum for rtf keywords

2011-05-27  Noel Power  <noel.power@novell.com>  [da658a4956fc3c6bcb1d45ecad22ece93e43f303]

        pretty sure this is the fix for fdo#37590

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [ecc3b0307327226159ec7edcf21ffc22a30d8816]

        RTFDocumentImpl::resolveChars: we need a \r at the end of paragraphs

2011-05-27  Luke Petrolekas  <luke.petrolekas@gmail.com>  [6932b40aa4a55cc3c9479112bcdd5a2786b387ae]

        Delete commented out code.

2011-05-27  Luke Petrolekas  <luke.petrolekas@gmail.com>  [58120f8e30ad265ff60255abafeea6519321e897]

        Simply the code.

2011-05-27  Luke Petrolekas  <luke.petrolekas@gmail.com>  [2416f13b348533b70942387cd40796b073968f05]

        Remove commented out code.

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [59cff4e1a5d5178b62fa5cc293b4090c7e52d9f8]

        implement \*

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [80c7d466de32776579d51d37a60630c51f23d5c7]

        we still need m_nGroup

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [40a5ca45999b04207d64f0c98e4a9d82f63c6510]

        make valgrind happy (don't read uninit address)

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [dfead3045b3872694cfab0edc1cea0b8da497bc0]

        ignore chars when skipping destinations

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [28634fed3bbb2f67d75156ed86211aa509d02c7d]

        init RTFParserState members correctly

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [8572d0d9cba8c27fc72c1d694770525705c6a8cf]

        use a stack to handle destination states

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [24869276f59e0dfdd32f012171e41ec7021f0e66]

        introduce RTFParserState to save the whole state in one step

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [9a1c2e2da1cff8ab3f6ea0074af72ce4ee7b0c99]

        introduce RTFDesitnationState
        
        note that we never set skip back to normal manually, that will be
        handled by popState()

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [8a4c038af4a53667362dc48ed5f0408a865bdd8a]

        rtfcontrolwords: drop N suffix

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [955e2e4c2393b0b8512a6e95d982f70a0255cf97]

        extern arrays should be declared like this

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [005ac8a03793f2a1d95abb078d27475c9ded9d21]

        RTFDocumentImpl::dispatchKeyword: query control word type from table

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [687effc630795ebb25e8b73f751004c1c564866d]

        extend control word list from spec

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [263806da72c7a2ec41daeaad8b908b46b7178292]

        document RTFSymbol

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [a3911e99af265766eaf283392925fca6aa7bf69e]

        introduce initial pRTFControlWords

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [4be95e7df97019ebd5fa467d2fad94592a1da308]

        introduce RTFControlTypes

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [12565230acedcc1feeca81c817c7bf4a2fea109a]

        initial pushState, popState

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [74d8ebd854db6d10366e8acd93d06d814fb503c6]

        introduce RTFDocumentImpl::dispatchKeyword

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [68f973fedaa612f704cd12b90f0b9fa338c5493f]

        indent

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [fbffbcc1483947440c5520fc0905a3786d6066e9]

        RtfFilter::filter: open/close domainmapper logger

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [ae2016b98732e95f198cd739c62c57f6e0cacb5f]

        dbglevel>1 should define DEBUG_LOGGING
        
        DEBUG_IMPORT enables code to open/close loggers, but DEBUG_LOGGING
        enables code to write to it, so having only one of the two in
        debug_setup.mk makes little sense.

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [2c38bc2aa6d4a26b81e43fae8e651a32d30db7dd]

        experiment with utext(), so far the ! from 'hello world!' is missing

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [0f15fafca5003dd433df4dca385b79159683461c]

        introduce RTFDocumentImpl::resolveChars
        
        so run text can be handled in one go

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [a922354201fcbfaa275f33cbadbce796de89f043]

        don't pass the domain mapper to resolveParse()
        
        it'll be a member variable once it's used

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [390b0d524d01a027a4964733cef23f788c21dd07]

        initial RTFDocumentImpl::resolveKeyword

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [5d6a4ea8f365ceb741b96ba081953bb9c8fb093e]

        introduce RTFDocumentImpl::resolveParse which is not void
        
        that results in avoiding "error code -> error string" code duplication

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [b77d6fbdd677a1243352a14cba726c14e524a071]

        prepare storage of group count and internal state

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [914c68668b9c11901ac932f37b8e3af363435122]

        read till eof

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [0f3448927bd1087e45a6b3f404d207a5906e2f3c]

        introduce RTFDocumentImpl::Strm

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [f1a51d95fbd03834bc9e204bb6a4d28731d83873]

        read a single char of input

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [bf39a12179547ea3567b593139c8d1eef8713bd5]

        wip: let RtfFilter::filter call RTFDocument::resolve

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [ada1bcd5e08df567f32718cf5cf0a797a4e9793f]

        Initial RTFDocument and RTFDocumentFactory implementation

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [d2f12eb82532ea549dc9fd7233e67c3465a02270]

        Add rtfdocumentfactory and rtfdocumentimpl to build system

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [b6487e87f356bfced78257871dccdb92ebc734a6]

        define WRITERFILTER_RTFTOK_DLLPUBLIC

2011-05-27  Miklos Vajna  <vmiklos@frugalware.org>  [846b22a6c606a425fc8749d551d07020ca6201a9]

        Remove the old unused RTF tokenizer

2011-05-27  Rafael Dominguez  <venccsralph@gmail.com>  [c71190405392bdd79feef66e426f2de2bb1107f3]

        Make sure we dont oob when erasing.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-27  Rafael Dominguez  <venccsralph@gmail.com>  [6c80a64574879415a093e8c3054528ce037beaf4]

        Replace List for std::map<sal_uInt32,ByteString>.

2011-05-27  Rafael Dominguez  <venccsralph@gmail.com>  [b721ee5d89317efd06876a8b7fe8ed0efda2720a]

        Replace List for std::map<sal_uInt32,ByteString>.

2011-05-27  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3ab02b0775c524ea3864d9549bb16b429cfeedfd]

        Use realpath: command not found for the includes in the makefiles

2011-05-26  Rafael Dominguez  <venccsralph@gmail.com>  [66b9f67c38889e3301014285a3dda1bb400d61d4]

        Fix bug in CloneList

2011-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca9b2b5b3bb8c92bd9d901ff23f92e04e2830175]

        some performance improvements for inserting sheets
        
        only update the viewshell once instead of every time, this allows the creation of a large amount of sheets nearly immediately

2011-05-27  Jacek Wolszczak  <shutdownrunner@gmail.com>  [15a1ac94cdbe94c49e77d9420605df9803713fa0]

        Follow-up of DBG_* removal

2011-05-27  Jacek Wolszczak  <shutdownrunner@gmail.com>  [2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5]

        Replace DBG_* with OSL_* in sc/source/filter

2011-05-27  Jacek Wolszczak  <shutdownrunner@gmail.com>  [8b569e74d6b671c13a57c5ad72ed360d194b2dda]

        Replace DBG_* with OSL_* in sc/source/ui

2011-05-27  Jacek Wolszczak  <shutdownrunner@gmail.com>  [45df4e385910e1006d4bad4f674167c495b75673]

        Replace DBG_* with OSL_* in sc/source/core

2011-05-27  Jacek Wolszczak  <shutdownrunner@gmail.com>  [a64076a0699d7a5f56c38530bedfd8d8fb6aef4e]

        Replace DBG_* with OSL_* in calc/chart2

2011-05-26  Joseph Powers  <jpowers27@cox.net>  [20bcc31a9e90f94f5a304ad99197d2c3d9b84140]

        Revert TreeList to vector<> conversion.
        
        This fixes a bug in Options->Path. I'll need to rework the conversion
        later.

2011-05-26  Joseph Powers  <jpowers27@cox.net>  [2faad3fde580911cf8c55f9b1960262f378d19c3]

        Fix UniqueIndex() constructor.
        
        I removed _nInitSize & _nReSize parameters.

2011-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c70b1baac5b6b85048c894c206b8024e1eb537f3]

        rework some other methods for performance improvements
        
        inserting several sheets now happens at once and not for every sheet seperately, this accelerates inserting of sheets at all positions dramatically

2011-05-26  Joseph Powers  <jpowers27@cox.net>  [0f994a061c089ae1df2c1c1a5f4628f34a28212c]

        Revert TreeList to vector<> conversion.
        
        This fixes a bug in Options->Path. I'll need to rework the conversion
        later.

2011-05-27  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2b8c2cfaba21f5ac70b6520f69ea146579e4093d]

        add methods for performance improvements

2011-05-26  Kohei Yoshida  <kyoshida@novell.com>  [57d55b54146b72b8a45d58c7687ed9933c80c35e]

        fdo#37356: Fix broken transposition during paste of cell range.
        
        Refactoring of ScRangeList accidentally skipped the first element during
        for loop.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [2075ba251a2f4e6d19cd74fcfd0b109c9a6c08e4]

        add unit test for ScDocument::MoveTab
        
        this unit test is disabled for now because there is a problem with ScProgress in ScDocument::MoveTab during unit tests

2011-05-26  Michael Meeks  <michael.meeks@novell.com>  [e1e771c0c77e02d90bebe2f0fd61fdae3129b054]

        fix crash when tracing with -splash-pipe=0

2011-05-26  Luke Petrolekas  <luke.petrolekas@gmail.com>  [843d7e1e448dabbc0b8d0109baec180dcbcdcd76]

        Removes commented out code.

2011-05-26  Luke Petrolekas  <luke.petrolekas@gmail.com>  [57e7b1a3cb942c14784767828f58bac21691b859]

        Removes commented out code.

2011-05-26  Samphan Raruenrom  <samphan@osdev.co.th>  [520a933254b75039ad665716d2ee015801e0009e]

        change default fall-back font lists for Thai locale in vcl.xcu
        
        I've done a small research on preferred fonts for Thai in
        Windows/Linux/MacOSX by consulting several communities, font developers
        and authority. Here is the modification that the Thai community decide
        that best for Thai locale. It will help users when exchanging documents
        between these platforms with different installed fonts and also promote
        the use of the new government sponsored free fonts (TH_Sarabun) as the
        standard cross-platform fonts.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-26  Samphan Raruenrom  <samphan@osdev.co.th>  [a2ce10963cbaaf4d6292b1ba3bc0dc6878157662]

        change default fall-back font lists for Thai locale in vcl.xcu
        
        I've done a small research on preferred fonts for Thai in
        Windows/Linux/MacOSX by consulting several communities, font developers
        and authority. Here is the modification that the Thai community decide
        that best for Thai locale. It will help users when exchanging documents
        between these platforms with different installed fonts and also promote
        the use of the new government sponsored free fonts (TH_Sarabun) as the
        standard cross-platform fonts.

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [de6b38750007ce6da96e30695a57c79bd20ea0ef]

        ENABLE_DIRETX->ENABLE_DIRECTX

2011-05-26  Lucas Baudin  <xapantu@gmail.com>  [89673c8a0af6b5733ee229da1422df4c54ef8d81]

        Remove a GtkToggleToolButton widget which wasn't used

2011-05-26  Lucas Baudin  <xapantu@gmail.com>  [30dc33f6fb85749ccd24837230bc3222fa80f2e5]

        Fix a gtk warning

2011-05-26  Chr. Rossmanith  <ChrRossmanith@gmx.de>  [e6703ce8a24fdc5b1698f0c3789b4423a84ad8fa]

        remove __cdecl and use SAL_CALL instead

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [6215c13300140ea22134fe7eb83ac72bd69780a3]

        don't leak configitems

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [29c0a51e128273582e479b8a82d25ebe4706c6d2]

        incorrect ref bump

2011-05-26  Michael Meeks  <michael.meeks@novell.com>  [ec87d03ed6f9e4419b0ca1b523a76dd80b742bc9]

        append subsequenttests to check: as per mailing list discussion

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [5710418c53547d05425f22b3baa73f983616fed3]

        make this more foolproof if run outside build env

2011-05-26  Kohei Yoshida  <kyoshida@novell.com>  [25788f4b8b3b5e9bedbddd231d5d0ccb4630e2e4]

        fdo#37458: Prevent crash on named range deletion.
        
        Simple NULL pointer checks will prevent crashes....

2011-05-26  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8ab6386e199e9a68c55c6b703e1047914a2758da]

        fix for ww8 export of relative hyperlinks: i#115297
        
        Actually check that the output URL is relative or absolute. Non mark-only
        URLs doesn't necessarily reflect absolute URLs!

2011-05-26  Noel Power  <noel.power@novell.com>  [482cdf173eca106848672acfe4923faf4584b1a7]

        rework of fix for fdo#35826
        
        The problem stems from how and when we get notification ( via EndURL ) of the termination of the hyperlink. On investigation it seems that if we get EndURL before RunText then it's the previous text run that is enclosed in the hyperlink
        if we get endURL after Runtext then it's *this* run that needs to have a following hyperlink close.

2011-05-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [21cdeb7b93bfbf8093f6d67aface05ca38a9ab11]

        remove broken VclStringResourceLoader, add ResourceStringIndexAccess
        
        * remove com.sun.star.resource.VclStringResourceLoader, it is broken beyond repair
        * implement org.libreoffice.resource.ResourceStringIndexAccess
        * same functionality, better interface
        * migrate libresXXXX to comphelper/servicedecl.hxx component registration

2011-05-26  David Tardon  <dtardon@redhat.com>  [a2eb5921410e0138589817f95453b7f434d3c3de]

        better try. i feel exceptionally stupid today

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [f68e364154396f5bf1d720e2b3dfab21b51fa564]

        use same hack as lotuswordpro qa for tail_build different pwd

2011-05-26  David Tardon  <dtardon@redhat.com>  [99d351d59eae9728771bd57628131365659c762f]

        we do _not_ want debug stuff for dbglevel 0 or 1

2011-05-26  Michael Stahl  <michael.x.stahl@oracle.com>  [757e91371f2dddeb49855fe427cf27b89486a628]

        xslt filter: remove the FLA horror

2011-05-26  Michael Stahl  <michael.x.stahl@oracle.com>  [126729baee41f637166cf2418ec3ff9cc72cd7b0]

        wordml import filter: replace FLA usage with plain XSLT

2011-05-26  Miklos Vajna  <vmiklos@frugalware.org>  [d87ab00d3dd262b79d7e62bf3b669b3b3d94784a]

        LoggedProperties::sprm: fix build when DEBUG_LOGGING defined

2011-05-26  Andras Timar  <atimar@suse.com>  [a964601ea1334a7fccb642d5eda528c08ca125d9]

        remove unused localized help images

2011-05-26  Andras Timar  <atimar@suse.com>  [d897ff9a475d088542e6640fe42862e156b8c63c]

        remove BrOffice artwork

2011-05-26  Kohei Yoshida  <kyoshida@novell.com>  [eafe57da830decb9ed3ac99af83de75489aa8c45]

        fdo#37458: Prevent crash on named range deletion.
        
        Simple NULL pointer checks will prevent crashes....

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [4f5e783c066373e1776cddf48ce935ce1475b37d]

        Forgot to uncomment this line.
        
        Now that we always set locale to en_US during unit test, this test
        should be okay.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [1c6767faf968534cd5638d624fe68fd4ee59b04d]

        Don't delete pCache too early; we need it alive to get the slot server.
        
        Let's use boost::scopted_ptr to avoid memory leak instead.  The previous
        code caused data input in Calc to fail for the first two times in
        new document.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [48dcb2615ee931e07c33d06353423770a2d09934]

        Re-enable the CVE test.

2011-05-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5b75fa87109dc7a14e60687a292c813baa663621]

        change to iterator access where possible

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [229b1d0673f17edde20ea01b52bad40164db9828]

        Cross-compilation support and iOS in particular

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [f52905162feeefef54c75b1097814b9738b9e36b]

        Add --with-icu-native-build-root switch
        
        Must be used when cross-compiling the bundled ICU. Will then be
        forwarded to the ICU configury as its --with-cross-build switch.

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [1f8ffa754e3a9584aa10994ed40a5d959a53a13b]

        Use separately built "system" OpenSSL for iOS
        
        The configury in the bundled obsolete version of OpenSSL is just too
        horrible to even bother patching up to work for cross-compiling to
        iOS. There are several ways to build OpenSSL for iOS described on the
        net, let's just use one of them.

2011-05-26  Caolán McNamara  <caolanm@redhat.com>  [4e681e94fd49314a1351312fa62fdac8da8a8814]

        recover impress presentation wizard

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [315641944d405f9c304ff8e2dc4de22ae99f45fd]

        Pass --build and --host when cross-compiling

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [85a66fc65ae430fd3c34286d4d744008b0367303]

        Presumably no need for this for iOS

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [bcf04a28cc49a9f605dc0d116449a3a4479369e1]

        Don't use version numbers in the static libs built for iOS

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [9874d32b0b8c4b385a13baaf37bcf66b857c727f]

        Don't build qa executables for iOS

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [3fb00a59b15233ff5c526ad57cccf54036832c88]

        Would be pointless to build tool executables for iOS

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [4fe673f6fa5d95d02ed03a16814486b1b9ee33e2]

        need to escape this differently when spawning off shell

2011-05-26  Tor Lillqvist  <tml@iki.fi>  [ab29840eaa0ef9ef2187f96dbbc95fa2599d02ec]

        Match also name of the static library built for iOS

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [c47099c9091e0b21ec1ee5b5418ca231ea45fa8d]

        Adjusted for SvBaseLink change.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [225520a39c881b2d6cf7fd10531eacc5cad22bc8]

        Launch error message in case the external doc could not be reached.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [0b83a9aff542dfb44c4a0a247cfc49dcdf40808c]

        Adjusted for signature change in DataChanged().

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [9770dac1dfe25997e933b01e7a1137ec7cb3fa05]

        Adjust for change in SvBaseLink.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [2dc20121a8f9fc09b6a39ee8330323463b896c3e]

        Change the signature of DataChanged in the base class.
        
        This change allows the caller to see if DataChanged operation was
        successful or not.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [0a6f10662066060d0feeb279b87e8df8d6e9a131]

        Paste link from another calc doc as external reference instead of DDE.
        
        DDE is deprecated, and it relies on platform dependent file paths which
        are non-portable.  Better use external references for paste link
        operations.

2011-05-25  Kohei Yoshida  <kyoshida@novell.com>  [0b75d1985f8fb019e1df6acfbee0b237c9771c21]

        Check if the referenced file is loadable, and if not, don't update.

2011-05-25  Luboš Luňák  <l.lunak@suse.cz>  [7f52fd7a360fb7c1ee8fca19e2c8f284c5492e3c]

        I hate these retarded sal_Int types

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [03b79d83d0de7f010f0b76d0e6bda2406693869f]

        add mode-lines to these

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [dcde886e4e0142a70f6402b81c80fb150e7393d4]

        dispose and clear DockableWindowListeners on ::dispose as well

2011-05-25  Luboš Luňák  <l.lunak@suse.cz>  [0d10b204876f050e7d2b204b00e925eb68e424f7]

        write special footnote/endnote list (17.11.3/8)

2011-05-25  Luboš Luňák  <l.lunak@suse.cz>  [d2de415599ed2e820eb9f53f104cfd3519e213de]

        write footnotePr/endnotePr both to settings.xml and sectPr
        
        apparently neither msof2k7 nor LO can actually use the one
        written to settings.xml

2011-05-25  Petr Mladek  <pmladek@suse.cz>  [296bea4e0d862f243f33d9d8a36d64b03b99db03]

        lo-pack-sources: do not pack fetched stuff into the source tarball

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [e0483315269a616acd2ee00fb50208cc03a6ea22]

        add mode-lines here

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [5030cbcab5ad9f6e07fe5c3b825260fdac966203]

        Resolves: fdo#35937 temp ole docshell on dtor deletes SwDoc on 0 refcount
        
        copy of ole objects creates a temp docshell, whose dtor on 0 ref count deletes
        the SwDoc handle. So add an acquire/release pair.
        (cherry picked from commit fb5c25294efd2ef9138df61e82cd438ff07f4bf1)

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [190ee22a5161626b61a953556c5888e330e143b6]

        Resolves: fdo#35937 temp ole docshell on dtor deletes SwDoc on 0 refcount
        
        copy of ole objects creates a temp docshell, whose dtor on 0 ref count deletes
        the SwDoc handle. So add an acquire/release pair.

2011-05-25  Luboš Luňák  <l.lunak@suse.cz>  [e4220a41411dc88b8365467d179cf20412e7511a]

        implement w:numStart (17.11.20)

2011-05-25  Luboš Luňák  <l.lunak@suse.cz>  [a75115b7a7a836303fca7513e29e22d86ac96749]

        implement w:numFmt (17.11.17/18)

2011-05-25  Andras Timar  <atimar@suse.com>  [ec0ddde4c6b61d33cb49fa621565ca7eafef8b10]

        don't forget en-US when dev-installing ALL languages
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-25  Andras Timar  <atimar@suse.com>  [2ab9cf9a79ca07a67c718301e49953e4475df94e]

        handle --with-lang=ALL case
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [37d6c05ff2449292931d78b5723c14c828dda5d6]

        WaE: fix for older compiler

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [732ce44cd1cf634c881f1d3cee5757b2552e5506]

        WaE: extra older compiler warning

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [92cf2737dde7da00084b7434020357132083d1e6]

        document as a fdo bug

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [790d0bc47b863398b215da052696bcd939f94dc8]

        WaE: extra older compiler warning

2011-05-25  Miklos Vajna  <vmiklos@frugalware.org>  [2ed85feaaa0ce5b9e539007fa261c1924ec7dd16]

        msword: remove duplicated svx from gb_Library_add_linked_libs

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [b6004db1204cdbb4f9c5ba4c58c8ecf0a986302b]

        run this headless

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [ae59ac86469e5e001cc4e274f5c2fd5258621ae1]

        add salhelper::LinkResolver

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [c877cb39f176a9bb1a65c1844a495762ef635100]

        fix flaggs typo

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [693d7797ac3b1080803f89758d008d2d4c3b175f]

        use comphelper::resolveLink

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [3c6912216da14efd51091481be945a1694105f03]

        WaE: mark this dir as warnings free

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [6f531db266857c7f4371687da3694b0b2fe5aa16]

        add salhelper::LinkResolver

2011-05-25  Caolán McNamara  <caolanm@redhat.com>  [4a56954e39111be53cac8dd82717f2d7a6a5b75e]

        add salhelper::LinkResolver

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [d64ba4e0f7cf4c6bd6cb8ad21975b03ed350f552]

        Remove some unneeded #include <tools/unqidx.hxx>

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [aca9945f35fb2f4c79611d411e8a5002dd11f79f]

        Remove some unneeded #include <tools/unqidx.hxx>

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [5995c09705311117879982599d494dab76fc9320]

        Remove some unneeded #include <tools/unqidx.hxx>

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [894204956d996e5534c21d33e549552827a28133]

        fix for fdo#37548: InsertNames->InsertAll doesn't insert anything
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [3877519bb4b40bd0771a0bc59238a2203eae1d20]

        fix for fdo#37548: InsertNames->InsertAll doesn't insert anything

2011-05-24  Kohei Yoshida  <kyoshida@novell.com>  [3939664580377258fcd8734ce173baf648f42507]

        fdo#37520: Don't cache the array size but query it dynamically.
        
        The size of the array may change during the loop, so we need to always
        query it dynamically via size() instead of caching it at the beginning
        of the loop.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a015d23d8fe27c2fc5a2fde0fad0d42810f9bb93]

        remove problem inserted by a DECLARE_LIST removal
        
        the DECLARE_LIST container decremented the internal index pointin to the current element when REMOVE was called, when we now iterate over the new container and remove an element we must do this ourself

2011-05-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dfbf56cd614f2841bcbf8f295ad9c2755bed220e]

        remove problem inserted by a DECLARE_LIST removal
        
        the DECLARE_LIST container decremented the internal index pointin to the current element when REMOVE was called, when we now iterate over the new container and remove an element we must do this ourself

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [3f0cbdfd3b794fe82c374b728eda4a35226c9341]

        Don't fork() on iOS, use a new NO_CHILD_PROCESSES flag for that

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [26a2ba4b4b28fff60cf847d9efcb7978f955cd54]

        Define NO_DL_FUNCTIONS on iOS

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [7993e6208a0a58d30148d5eb024d9e12f3e724af]

        Compilation fix for iOS

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [cd17ff95047059783a5aa3202218883a0aa3ce4d]

        Fix compilation errors when NO_DL_FUNCTIONS is defined

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [b58108e84ea7a18454b2110f65ab80125181ce48]

        Use the dummy floppy API implementations on iOS, too

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [7e65812a54b164452d03ac380f88317b3cc61119]

        Compilation fix for iOS

2011-05-25  Tor Lillqvist  <tml@iki.fi>  [183cdcde76cd2794b16f5dec115e52cc8f4595ed]

        Build just static libraries for iOS

2011-05-25  Tor Lillqvist  <tlillqvist@novell.com>  [04b47c97e4eb54eee077ac28feb67a7b46ad3ff5]

        Use special DLL and library name just for MSC

2011-05-25  Tor Lillqvist  <tlillqvist@novell.com>  [a2b86d4e2db3ddbf2a4678863d3fe5e7a0b745ff]

        Use simpler DLL and library names in the WNTGCC case

2011-05-25  Tor Lillqvist  <tlillqvist@novell.com>  [5d888d033a6576b59f834213bffc5a2c03a613d5]

        Make SALHELPERLIB for WNTGCC match what we produce

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [d84202f32772b58d4edd5127e8cf44d45c554116]

        move this to salhelper

2011-05-24  Kohei Yoshida  <kyoshida@novell.com>  [13a74d72ffd27e356013855c60b8c34f40b841a2]

        fdo#37520: Don't cache the array size but query it dynamically.
        
        The size of the array may change during the loop, so we need to always
        query it dynamically via size() instead of caching it at the beginning
        of the loop.
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [f6a80c4dee246bbe682d324339731c6e6e5740cb]

        getDirectoryPath is unused, see comphelper::LinkResolver if restored

2011-05-24  Tor Lillqvist  <tlillqvist@novell.com>  [77e426060e8b6e6d953df00e14015c353612d5d6]

        Output the "Executing shell macro" only with -vr

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [c8deddfb2e3aa3d00c2b3321e41de79b526b7c2f]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [55110f462459ebee167571da6ea72c19376ad50f]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [45fc6c203806c4fd02e4242f0c71879f312ea4bc]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [4585326c14af94a04161311a845e2b2753ecf994]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [815aa34f904b794cc6100fc1e2812bb92b4dbac5]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [dd8d3fff260af37f152b3b6f0b8bcba2467a17fd]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [714332d216d3da5360a0b7f07ab3512aa252038b]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [d974d2ada8a61acf48fb0a9e3e4fa4744016dcda]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [3553f68b4a5c02face3c8988882ad6706891fbc3]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [e95ca98b9aaf2399200566373a25a572a43307f4]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [348f3a8b166c7c937766a25ec43eb9c0ecb38200]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [8ae4fc4d3a012b8dc22af92c4cb62db047e343e1]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [97ad237da0edae0ede355d9ea9c5481ed317444f]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [90a2bfb5176f8f54b55ff4759b076d93bdc11384]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [cf08c0b8dbac91c0d7f105d6ace5933e6e585e06]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [131996c3712bf88defe64afffe5a003d44b4237d]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [0b3fd095671753bca97ba485347213e35b281e4f]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [b75801e6ace5eec09c5d04f2f0f9a373acc1a21c]

        Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)

2011-05-24  Petr Mladek  <pmladek@suse.cz>  [00a5e20188d9b4e98f6519472245adff86e14740]

        bump product version to 3.4.0-rc2, release number to 12

2011-05-24  Katarina Machalkova  <kmachalkova@suse.cz>  [e394add10d54f6904e9ff1fcbb380fc700c80477]

        fdo#35345: Query the sheet for the presence of anonymous DB ranges
        
        ... and for autofilters || query params in those. This avoids
        overwriting the hidden cells in drag-fill operation
        
        Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [b1236ac54444d1d7afcdae92b12a840ba46664e1]

        build.pl restore the output 'interactivity'

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8d8b2166e6912f66b8d4a4281fd1c69d0d18c244]

        symlink the install in install folder like before

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [eba460df884390d004ad66a2a2a1fedda9be4410]

        fdo#36329: Fix crash reading some documents with fields
        
        The problem came from the unsigned integer positions... Needed to
        prevent the end position to get -1/max value.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [374d7601635c652385b90aadaebe9cdaa9a6e659]

        fdo#36329: Fix crash reading some documents with fields
        
        The problem came from the unsigned integer positions... Needed to
        prevent the end position to get -1/max value.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-24  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [1fb1b68fbcc67e98af697fb602ee6fdbe35d35e8]

        give more room to style listbox
        
        Signed-off-by: Andras Timar <atimar@suse.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [610fcf929ce206211dac776411349bd906aeb564]

        fdo#37387, reorganized columns dialog to show text direction correctly
        
        Signed-off-by: Andras Timar <atimar@suse.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-24  Radek Doulik  <rodo@novell.com>  [c627044164ae386ea1a1bd3c530aacd32b4cef25]

        fix row height export

2011-05-24  Radek Doulik  <rodo@novell.com>  [baed5cf4031b93df212aca6d72968cc0f4da9c89]

        update for changes in drawingML export

2011-05-24  Miklos Vajna  <vmiklos@frugalware.org>  [4480e93ddb95e6778ad65fb974e9a51819b5bf4c]

        Install rtftok library

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [3bf07c7ada58d2280360377fb8ba45b14969a909]

        WaE: >>= may fail, default to 0

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [f4bb21df1958e274a02bb3f93c6c39093fc0ec52]

        add a single place to attempt to resolve links

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [514ac98b89906a0ef876d7f420611d3a5c7e1e8f]

        WaE: enable exceptions

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [71d97cfc1eaf17cb35e4c00231c5b9e8af536713]

        resolve symbolic links to jvm dirs for especially smoketest inside ooenv

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [03f703a0e4647e4ee61dc523b96fa33efc0de38b]

        update sheet local db data when sheets are inserted/deleted
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
        Signed-off-by: Noel Power <noel.power@novell.com>
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>

2011-05-24  Michael Meeks  <michael.meeks@novell.com>  [323303a4081d4107c9dd3ed235e466288a12acdc]

        add 'make test' to run subsequenttests

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [635ef71cb2aa5eaef7b3a0a05a6d272b5c68e8b9]

        Remove unneeded forward reference to class UniqueIndex.

2011-05-24  Michael Meeks  <michael.meeks@novell.com>  [10cc02740dbcacfb4cf13f7b9fc71b25ef8e3777]

        remove erroneous FIXMEs when re-starting oosplash.bin

2011-05-24  Michael Meeks  <michael.meeks@novell.com>  [b3b22fbf354d436628cb815a8cbac68c71d4a0e1]

        revert previous patch for now.

2011-05-24  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f4bfa7d07fde737c8efbb5d7119fb21bc26082e]

        fdo#35660: revert a7c0b2ce51d0a412fbf8f7ba758c032606eb86bc
        
        * disable sw.DocumentSettings::com::sun::star::text::PrintSettings
        * this test is instable, it sometimes succeeds, it sometimes fails
        * This reverts commit a7c0b2ce51d0a412fbf8f7ba758c032606eb86bc.
        
        Conflicts:
        
        	sw/qa/unoapi/knownissues.xcl

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [1a4b2a13bc925fdb239aad95164b535724090982]

        fix for fdo#37323: Correct autofilter import from ODS.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-24  Radek Doulik  <rodo@novell.com>  [317f481902733b74640c903b9263dafa733b02f7]

        drawingML export, write table shapes

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [75d95131044d3ad5dbe2b30dd77b1244b23cbc08]

        Remove some extra #include <tools/pstm.hxx>
        
        persist.hxx was expecting someone else to inlcude the file... I added the
        include to make it more clear that it needed it.

2011-05-24  Lucas Baudin  <xapantu@gmail.com>  [865b843f62e4121aa6ca1c4290ec87b003183620]

        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-24  Lucas Baudin  <xapantu@gmail.com>  [5e4d196f7f0211cb3bc27d5981901e522e1eec65]

        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-24  Lucas Baudin  <xapantu@gmail.com>  [76c496116859e195dd527276653ef2136387a72b]

        Replace tabs by space in salnativewidgets-gtk.cxx

2011-05-24  Jan Holesovsky  <kendy@suse.cz>  [4500eef577926ed98ffab0d2c2e6527d4a2e4553]

        Merge remote-tracking branch 'origin/integration/dev300_m106'

2011-05-24  Jan Holesovsky  <kendy@suse.cz>  [994ce8b6670f61c070bbaf3aa4e7128d3c7ca229]

        Merge remote-tracking branch 'origin/integration/dev300_m106'

2011-05-24  Jan Holesovsky  <kendy@suse.cz>  [33f2f512191c4c730345ae7e113fa5e0334b28b0]

        Merge remote-tracking branch 'origin/integration/dev300_m106'

2011-05-24  Jan Holesovsky  <kendy@suse.cz>  [e713f1ec23488f990df46a41fb16a095c920cbe3]

        Merge remote-tracking branch 'origin/integration/dev300_m106'

2011-05-24  Jan Holesovsky  <kendy@suse.cz>  [3a966f81db981fbc226f776d306a86d2a76a8c5d]

        Merge remote-tracking branch 'origin/integration/dev300_m106'

2011-05-24  Joseph Powers  <jpowers27@cox.net>  [0a178da6d60e28baad04fa40a8ff1cba707d984d]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8e88c58bc8bf6f2bcb12bcaabbeab10d116bfb26]

        fdo#37390, make style:layout-grid-snap-to-characters fit to ODF spec.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        (cherry picked from commit 97c995a22c1602679a3e386f994a20b23d07f429)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
        Signed-off-by: Lubos Lunak <l.lunak@suse.cz>

2011-05-24  Andras Timar  <atimar@suse.com>  [44419f762557b099d59c9bcc74576862d2a54ccb]

        fdo#37001 - updated license information
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Sophie Gautier <gautier.sophie@gmail.com>

2011-05-24  Andras Timar  <atimar@suse.com>  [c66d62a64404df49aa1b8e62ee3bbb161875f6b7]

        fdo#37001 - updated license information
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-24  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [6573b8ae6107a45dbf6fb59853fd47e37d42c7eb]

        fdo#37390, make style:layout-grid-snap-to-characters fit to ODF spec.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [9a351330ab0108d6d4cbbf253c0ebfd4a62f5aff]

        Fix wrong-sized toolbar mimetype icons.
        
        Update according to new artwork at fdo#33229 - please see
        http://wiki.documentfoundation.org/File:Toolbar-Mimetype-Icons.svg
        for the authoritative version. Size needs to be 26x26 to prevent
        scaling.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch>

2011-05-24  Noel Power  <nopower@novell.com>  [618f750d279586a22662394edd105e8d26dcba6f]

        initialize resource manager to get verbose basic errors fdo#37370
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-24  Miklos Vajna  <vmiklos@frugalware.org>  [f30f032d413bd4cee00ace4be6611f5c963b575a]

        Add rtftok library to Repository.mk

2011-05-24  Nigel Hawkins  <n.hawkins@gmx.com>  [9d4ec37cb09142515a5bc1fdc06beee1f8b0642a]

        Remove all traces of SvLongsSort

2011-05-24  Noel Power  <nopower@novell.com>  [23d9ce4119c228a6c27ad94d9895e8f7925dcf49]

        initialize resource manager to get verbose basic errors fdo#37370

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [1ed57b51d3eb10536e1b8741e34b58bdec4f68bf]

        3rd update to Mac dmg background.
        
        This time, wrong path - now hopefully working everywhere.
        
        Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-24  Andras Timar  <atimar@suse.com>  [b41941a81473b48e895ab3a30905986b029facc4]

        fdo#37001 - updated license information

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [fa1795c1d1677d7e27f085196f102cad73cc7fd8]

        Polish branding - fix langpack mac installer icon
        
        Fix for fdo#33229 - the lang pack installer icon on mac was still
        showing seagulls.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        (cherry picked from commit 44c6333a2b6923add66d70be6329a6ad4f3aa66d)
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [b4387143ced826d809ecdd56c6e72bd1cced699d]

        PARAM_USHORT_->PARAM_UINT16_ && PARAM_ULONG_->PARAM_UINT32_

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [b2df7eb80d79eca8b98f5f3798b91f4e0fe5efde]

        BinUSHORT->BinUINT16 && BinULONG->BinUINT32

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [54f4dd01524fdaf8fd31534465ba407263bb9c17]

        Removed GNUism in makefile
        
        The --preserve=timestamps is a gnu cp extension, and thus not
        available on all our platforms. Replaced by equivalent tar hack.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
        (cherry picked from commit a22d8e9fbecfe6f2febdf4f85892f00e48ad0b79)
        
        Signed-off-by: Andras Timar <timar74@gmail.com>
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [b87fed20f6f832a3bec032364ea2cd7c3da4da0b]

        replace comm_ULONG with comm_UINT32

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [1c2d84e8e15031a45a0c5642520befb9320fe271]

        replace comm_USHORT with comm_UINT16

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [33df62ab4a0f3c4eca1abe981c942ff53477961a]

        can only be true with unsigned values

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [e49865e7020ca7e5cb024df51f1d3c0dc7994b35]

        git rid of comm_WORD and comm_DWORD

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [9d8acde718f094dca48978e66ced5905484ed963]

        WaE: for older compilers

2011-05-24  Caolán McNamara  <caolanm@redhat.com>  [59ccc7128d6e88b46c210ead515431e6f30fb399]

        don't need to set it to 0 twice

2011-05-24  David Tardon  <dtardon@redhat.com>  [e69254a1a6afe60472e8b25454232c400c2cad04]

        do not include bsh.jar when building with system bsh
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [561ac3fea6612c49b83fd4b3a08031727ec0fa40]

        Post-merge fix - remove dupe vbaobj entry

2011-05-24  David Tardon  <dtardon@redhat.com>  [bdfc8ddc6c8fa7f9bb68ebedea08daededb7f03f]

        do not include bsh.jar when building with system bsh
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [d4f021213333b6382e1396436f89339112a58cdb]

        3rd update to Mac dmg background.
        
        This time, wrong path - now hopefully working everywhere.
        
        Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>

2011-05-24  Nigel Hawkins  <n.hawkins@gmx.com>  [c1cf4e7e56fc4a73dccd024e673dbd6500648b21]

        Remove SvLongsSort in envfmt.cxx and refactor a bit.

2011-05-24  David Tardon  <dtardon@redhat.com>  [a30a17d1bb895e6fa8b29f2a727cce66bb69c005]

        surely the name should be LibreOffice

2011-05-24  David Tardon  <dtardon@redhat.com>  [2daa098c3c1b49ce4d46306eddc45f7a66b7c021]

        handle NULL display gracefully

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [6b628a6202f1ea27c28a67c220f02aa984f8ac2b]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [204e0fec77ee852d3b604de91b636c2c7f18341a]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [dd051d725eff94873ed16ebcb16a7b7072f16069]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-23  Kohei Yoshida  <kyoshida@novell.com>  [dd7605f9908a2c584cf262ad5012577c50f0291c]

        Got it to build. Mostly VBA stuff but no idea what kind of shape it is in.

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [6d421b526ac2250b28f650736c684e572434ce4c]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [bded50069f649c3720521e623a48d6415599d7cb]

        Remove some extra #incude <tools/pstm.hxx>

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b25344b5e5f6f9f12f232964706a017bd21f139e]

        fix minor problems

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [55e0396f0743ba9c186115f575dd05c9de409e63]

        Replace the List in SvTreeList with a vector<>
        
        Also fixed a small bug:
        
        SvTreeEntryList::GetPos() would return 0 for not found; however, everywhere
        the function was used, it was checked against ULONG_MAX as beging not found.

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6a82984f00fb2688fa82754017fc9b9e6c22bda9]

        fix all TODO:REWORK inserted by my last commits

2011-05-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [817da75b0809642d68b3cab35a1a9348139e9321]

        accumulate the output of modules in error in build_error.log
        
        In order to provide a more targeted message with tinderbox email
        each module store it's own output in a separate file, which is
        accumulated in build_error.log when the module failed to build

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fdd46967546b786e4ae98cf4d8ad0599e803ef3d]

        fix wrong rework for ScMArkData::InsertTab and DeleteTab

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [c2e70ccda674e1ebadc0c57da2104a42dd148e59]

        Add iOS

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [302a098aa33873b4649818182213e508363b822b]

        Use isfinite() on iOS
        
        We probably should use isfinite() on more platforms, at least other
        BSD-based ones, instead of the allegedly deprecated finite()?

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [8e872440fdf116e903baf92c80b88154566688c8]

        Cross-compilation support and iOS in particular

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [5814cca89b59eec0254c7487bb38ba6c3a3e305c]

        Typo

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [4a5e101859a25590597af961b0ec0c0edbd58c96]

        Typo

2011-05-24  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d71fd237f21d38e03bd0e352ae40df0ef1ed8303]

        fix problem when moving sheets

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [5d50561735e54a0792d73047ff58c7c3e6994472]

        Use the build OS xsltproc when cross-compiling

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [42f7df050243d48e10e45e059ccf8e663a8ce0bd]

        Post-merge fix

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [31e8c4834f4b790b3a44696d8c5f14dc32e7d37b]

        Cross-compilation support and iOS in particular

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [2a2a9c8a6445c09ccf0a77595df4436a62a56107]

        Check OS_FOR_BUILD, not (the runtime) OS

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [9be8ce5f9f0921dab7a28b25bc4b8ccc02777435]

        Improve configury for cross-compilation to iOS

2011-05-24  Tor Lillqvist  <tml@iki.fi>  [0b9066d9c3e7517707bb45850d672da0c59aaf44]

        Cross-compilation support and iOS in particular

2011-05-24  Thorsten Behrens  <tbehrens@novell.com>  [256c9ce014a463b7486c8a32e7119d3f4a2c9aa4]

        Fix post-merge

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [4fe716bf9066cc91e1d7215ea383488dd5f919fc]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [795fc1ad00fb1a9c8ff2566d6c286cf80d9fec24]

        WaE: throw out some warnings

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [027d088480111c7480b42f62e1747544b1dc60bb]

        WaE: throw out some warnings

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [ef2e9e7d57cd7bd777338911f82381b24cd81321]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [468d2699bd2868202e1c98047ec6872f12e98e4c]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [edde1cc0e6457adabe1a203c88d2b5fdfe4b7d59]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [258bc8ee69f0c3d60a1da1772c302701f36336cc]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [5c424f702fa086e2c4398eacd583778374519daf]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [7ad441e4066aa2930237c60b2abdcfad45e03c28]

        this dir is unused

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [b4fb7a437bb0ce987702b12008737756623618ac]

        fix up some more endian

2011-05-23  Andras Timar  <atimar@suse.com>  [efbdaa1d5e0d0752ec32dad25b365e454cdeb1f3]

        don't forget en-US when dev-installing ALL languages

2011-05-23  Thorsten Behrens  <tbehrens@novell.com>  [2f76d4b430490dcda4e041f15cda9cd2d89189d0]

        Remove hc paramater from aImageProvider.getFolderImage
        
        This fixes the m106 merge.

2011-05-23  Francois Tigeot  <ftigeot@wolfpond.org>  [b95d086d762e195ed31c130760166d4853b2dfac]

        Remove no longer used files

2011-05-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [ee263e53c67a469c64cfcbbd1d0668ce8719190e]

        WaE on old compiler

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [4b15c7678e0ee4095e82f5336784e8cb7c32c165]

        fix endianness sufficiently to pass unit tests

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [f210e2cec21b0f65c505bf3dbe84745b82b9e3eb]

        Migrate a /bin/echo change to _tg_app.mk back to tg_app.mk, and re-unroll

2011-05-23  Jan Holesovsky  <kendy@suse.cz>  [a79c69155ec42ce6817980b6c875f9b39041d2d4]

        vbahelper builds after the m106 merge.

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [334d8a37dc079be517543bf28c5286e59de300da]

        Re-introduce a /bin/echo change that was lost when re-unrolling tg_shl.mk

2011-05-23  Andras Timar  <atimar@suse.com>  [26ab6f28c88a8626a5e676057acb521dff8cbfe4]

        fdo#37418, fix a layout problem in Export text (CSV) dialog
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [0d4191944a06f25cf95ef0da4ed359dbf2e1a743]

        Forgot to unroll tg_shl.mk after last change

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [b31d06f2ffd2a578cc887966ec79ac4fe1487877]

        WaE: more warnings are errors on older compilers

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [9c27fc5c08f338f14b47e49d81708e06909fd80a]

        user9x.h is gone

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [bd9d0067a6ad22c978186a413e4ce3093e3da7d2]

        Rework DLL creation code for MinGW (cross-)compilation
        
        Don't run dlltool --output-exp to create a separate object file with
        just export data (.edata section). In the case where at least one
        function in the objects being linked has been explicitly marked for
        export, GNU ld will not look for export information in the object
        files anyway. At least the GetVersion() function seems to be marked
        for export explicitly. Just pass the .def file when linking.
        
        GNU ld since 2.17 supports @cmdfile syntax, just like MSVC tools, so
        no need to create a separate shell command file and source that. (Why
        that even would work better than just running the ld command with a
        long command line directly, I don't know.)
        
        Actually I don't know why even bother with the @cmdfile, after all we
        mainly intend WNTGCC to be used when cross-compiling, and there are no
        short command-line length restrictions on modern OSes from which one
        might want to cross-compile. But oh well.
        
        Pass the necessary -L switches, i.e. SOLARLIB, when linking with GNU
        ld. (For MSVC, the ILIB environment variable is used.)
        
        Produce the import library when linking, no need to have a separate
        rule to produce an import library for WNTGCC.
        
        Re-unroll tg_shl.mk into _tg_shl.mk with the recently unbroken
        mkunroll tool.

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [4915eb35712e310e9a60d8d966ed789c945338a5]

        Match SALHELPERLIB for WNTGCC to what we produce

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [63c787c51d5594b3de1623259564d378240cbda5]

        Match SAL_LIB for WNTGCC to what we produce

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [8794ec9ad86d9c3fc64c7f8caf0ce9c07a623b02]

        Use correct ICU library names when using MinGW cross-compiled "system" ones

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [6c28e9e1433f9d7e3f7efe31627198bfc0191ee1]

        Set SOLARLIB also for MinGW (cross-)compilation
        
        Set it as on Cygwin, and with the -L flags in the same order as for
        Linux &co for consistency.

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [62a339916b7f7fc1d979cd7d949801a4b6f3d8e1]

        Prefix --warn-once with -Wl, as it is a ld flag

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [a6f8b386c2e7e5b4c5bdf06d907eff1d17d2f38f]

        List gnu_getopt here, too

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [04a7575ddb6c61b710a910cf6dcd02b29320383e]

        Check COM, not the weird USE_MINGW variable

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [25ce4793bb6e005fe6e07bf29fad2d0e4441d3dc]

        Use cygpath only when building on Windows

2011-05-23  Joseph Powers  <jpowers27@cox.net>  [82d9a10229906a6989c313771a6ed6c2c506d780]

        Fix an old remove DECLARE_LIST bug. Could be related to fdo#37429
        
        Thanks for finding this go to npcdoom.

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [2c140a349525c2d56e512d25b3bbf32001bcb9c2]

        WaE: for older gcc

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0993f5d41ba8360787b8c48ff7502bc82fb6cf7f]

        use links in smoketest install too

2011-05-23  Andras Timar  <atimar@suse.com>  [109ab4bbee01d40d7dceeba7c302d2eac0f1642f]

        remove added license header that caused parse error (fdo#37433)
        
        we have the license text in the README_hyph_* files anyway
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [6220ea0eedd39235f1b27788e79c30d5e6b8ef61]

        WaE: mark this dir as warnings free

2011-05-23  Jan Holesovsky  <kendy@suse.cz>  [b6f723660177e50250058159e96436a25bb925dc]

        oox builds again after the m106 merge.

2011-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [de887e3aad8d71a046404d5de42d3bd5a706a3d3]

        fix for fdo#37429 crash when copy/paste table from writer to calc
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [efe9b178f5b33576429111f5b2f573f124184071]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [06019930411ebdb195e87c0043485d6c4c604509]

        pointless makefile

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d977dace19c84931f1653cab67ef066c7f6cd8a4]

        always request an unversioned lib from gcc in gccinstlib.pl
        
        * this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [b884958ff7102bcbef5623a1d443ae9e2bf06313]

        Resolves: fdo#36940 use natural string sorter as default svtools string sorter

2011-05-23  David Tardon  <dtardon@redhat.com>  [7268a5f961bf24eaaa50778f9ca489baa7a5d61f]

        fix mis-merge

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [795e0976bef1cfd9a3ffe0b339fa3ed5329205d5]

        add getLocale to NaturalStringSorter

2011-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [070c3a8458aae3b09e1f91212679bc5cb40612f0]

        fix for fdo#37429 crash when copy/paste table from writer to calc
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-23  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [218e880b36e95b1357df25b66e4aff0896a9c722]

        fix for fdo#37429 crash when copy/paste table from writer to calc

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [454e1756a60d9b8eb4f9152b93fe560777a9e01a]

        make this a non-leaky singleton

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [1adb8f26cb9eeb71fc73029292257258ade7142e]

        keep this simple

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [c818a416a2e3c7ab42cecd6f9bd52877d3a41890]

        DetectFilter declared but not defined

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [5859e2c52a2d38e7a4f2a8221e74395aa87fb157]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [9351e59d4354fc31c2080273847e51c6f2d99a4e]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [5257ba7833979f87b7e2c0e5f873b60d67642f3b]

        WaE: mark this dir as warnings free

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [742c2fe0a256d33d06dc13f6d69c143b31e3ce93]

        Resolves: fdo#33638 add extra level of language tag matching

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [a0ba96170b35469145e648b239081f8e48d9eb39]

        fix leak

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [ec1b60d6df9339365723839a9108fb5101bcb797]

        make this a non-leaky singleton

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [feeab468729a3ceea6fdeb74f0056ec551bcb742]

        remove leak

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [3fc12f71b9f1acc00b093c138d4f3de00f853ac6]

        this can be const

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [87441058ea4282ac98a6bd4568f28b2d2c5af895]

        convert to non-leaky singleton

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b867617f7aca0a4536d4ca4507351de55e8eed4b]

        always request an unversioned lib from gcc in gccinstlib.pl
        
        * this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name

2011-05-23  Thorsten Behrens  <tbehrens@novell.com>  [169277de82cd89bc63fb803108e2f7fe029fa0d0]

        Fix wrong-sized toolbar mimetype icons.
        
        Update according to new artwork at fdo#33229 - please see
        http://wiki.documentfoundation.org/File:Toolbar-Mimetype-Icons.svg
        for the authoritative version. Size needs to be 26x26 to prevent
        scaling.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-23  Thorsten Behrens  <tbehrens@novell.com>  [712ea5499edb4209e1b0ac139290e52fb2d00c02]

        Polish branding - fix langpack mac installer icon
        
        Fix for fdo#33229 - the lang pack installer icon on mac was still
        showing seagulls.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-23  Thorsten Behrens  <tbehrens@novell.com>  [13117f5610776b279333040c2c8bedd52773366d]

        Update Mac dmg background again.
        
        "In Mac OS X Snow Leopard, disk images created with background images
         do not display properly on Mac OS X Leopard and earlier. This is
         because of a change in Finder itself that affects all disk images
         created on Snow Leopard."
        
        So. redid that on Tiger...
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-23  Andras Timar  <atimar@suse.com>  [bc623e5b1810cfa0915325ce4e6dad11a6162a9c]

        remove added license header that caused parse error (fdo#37433)
        
        we have the license text in the README_hyph_* files anyway
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [9ba847c52331fd8f5dccbba1e011b54e399e3c48]

        List->vector change incorrect return index

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4883feb93701c054351d38126a63c06813ed0b06]

        fdo#35662: reenable sw.SwXPrintSettings::com::sun::star::text::PrintSettings

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fdce768122e54dff8343ab20179f3b1d7c6867e6]

        fdo#35661: fix sw.SwXViewSettings::com::sun::star::text::ViewSettings

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b81f5591218749892964a25e417087d6b56221e3]

        fdo#35660: reenable sw.DocumentSettings::com::sun::star::text::PrintSettings

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7838d6749e0987de5cb78035885dd9e3323426d1]

        fdo#35690: reenable toolkit.AccessibleStatusBarItem as it appears stable

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bca6c6d26764a919ad1df36e4f636963f9b9324a]

        fdo#35663: be more explicit on asserts

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a8d1349bf5d84fc7170a80813d4edcf562184d48]

        fdo#35728: fix GridControl crash
        
        * various forms.OGridControlModel tests segfaulted
        * root cause is the migration to stl containers in DbGridControl
        * the old tools container returned the removed pointer or NULL causing no failure
        * a signed int was used as index while the functions returned a unsigned int
        * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ff6d8de3ee8700b8bb6511bc09897e248d631802]

        fdo#35727: reenable ucb.UniversalContentBroker::...::XContentProviderManager
        
        * renable ucb.UniversalContentBroker::com::sun::star::ucb::XContentProviderManager

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [38b66985693f103b7210ffb4e419d4604ac35a25]

        fdo#35667: renable complex.unoxml.RDFRepositoryTest checkSPARQL() as it works

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [779b389116e7112c7ca29cb08e56cfcb043ecc4d]

        fdo#35728: fix GridControl crash
        
         * various forms.OGridControlModel tests segfaulted
         * root cause is the migration to stl containers in DbGridControl
         * the old tools container returned the removed pointer or NULL causing no failure
         * a signed int was used as index while the functions returned a unsigned int
         * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range

2011-05-23  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7f99f234e06d3ea9c339d701f3e22e7eebb1d390]

        make dev-install use smoketest

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [070923e1ba3d760737fdb37a19e8fe841e15f364]

        delete/delete[] mismatch

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [bf83d615c96c96e9cec324b2b54aa1c410215074]

        make the class DLLPUBLIC

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [7a67aa47146676803b2bc485677e71a5a340e065]

        WaE: build without warnings

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [ba04800b57e0318739cdcb379bbcc9a65aa2e344]

        fix indent and reduce spew

2011-05-23  Caolán McNamara  <caolanm@redhat.com>  [7ff13f7afbe24a315d46409e2a1923fa83644b62]

        output unsupported property name

2011-05-23  Robert Nagy  <robert@openbsd.org>  [338c51bf3b1432503882adec4f76b9f7df06b3d4]

        fix ant home

2011-05-23  Robert Nagy  <robert@openbsd.org>  [85822219bc6baa7fc39e39bd4afbb780525c011d]

        use $GNUMAKE to print the build instructions

2011-05-23  Robert Nagy  <robert@openbsd.org>  [8ce2d816a1ffc434e245abd7d7d85485104c76f7]

        use $GNUMAKE to print the build instructions

2011-05-23  Robert Nagy  <robert@openbsd.org>  [dde821c26eb4569ceaf34edd1b739026b700c96d]

        fix ant home

2011-05-23  David Tardon  <dtardon@redhat.com>  [d104161c1e29c51c83fb34be13871350be124df9]

        must use SAL_N_ELEMENTS here

2011-05-23  David Tardon  <dtardon@redhat.com>  [1ff287067aa6c02963bd25f430bc5ae3910ceebb]

        use SAL_N_ELEMENTS

2011-05-23  David Tardon  <dtardon@redhat.com>  [78b3bcfc06cf95ef9fef3ca026b45e28343cc08a]

        fix debug build

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [e5da5f4486661450577b5aaa278bf8c8c78548c2]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [988d4d45a8b864b21933280c66cf0b98aad526cb]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [40e2f7f90abf26f5f89f9f324c15aa736cd9c9cf]

        Replace List for std::vector<String>.

2011-05-23  David Tardon  <dtardon@redhat.com>  [f82f7ba5aef59a6ccca51f2715991b85efd200ca]

        compensate for already shifted segments

2011-05-22  Joseph Powers  <jpowers27@cox.net>  [eccb365dcabdb077546858340191e2846b0f34d2]

        Remove List from ImpGetUndoStrings & ImpGetRedoStrings

2011-05-22  Joseph Powers  <jpowers27@cox.net>  [6160c8da0bed075763efaafaeb3ea57f4efb1292]

        Remove "#define OfaStringListItem" because OfaStringListItem isn't used.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [70da8c2baed8c28c5ddd2371d0b106cdfbb434cd]

        Remove deprecated List in SdDrawDocument::RenameLayoutTemplate.
        
        Exchange for std::vector<StyleReplaceData>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [b9d82d2687e9e792dab2c4686c56f091e5494ee7]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [fb23c2dfd1de3a62b186676783f550cd7e31bb00]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [21769a10788ab73439fa461f34388d29acd10b00]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [daf871cf9c3d3cc76697f438b1ae9c58e58f44f0]

        Replace List with std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [ff32cdb8fad67aed3498c09b4f1efbdad28e14dc]

        Replace List with std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [826f36c28912484ad11c5638e2936a11dd18d885]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [cfe163cf3c4bbfb9b8d58a0f5c560c1a68f60866]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [1d405dc64a805e75983e9320100391c45ab4b7bb]

        Replace List with std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [4f9458c116ae848a4f2a5abca42547770d92e4e4]

        Replace List for std::vector<String>.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [ce8ee87b0dc10e40cd9465384dc192da7b85ffb8]

        Remove tools/list.hxx include.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [a573b8b21688d9681f4fa129ec37cf89954e9d1c]

        Replace List for std::vector in SfxStringListItem.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [b1729a81f4d52d930e3a2176787880b49f89c0ce]

        Move GetList to implementation file.

2011-05-22  Rafael Dominguez  <venccsralph@gmail.com>  [e263e48bdb3df9a83259f1ba348783917df9e7e1]

        Remove uneeded parameter for Sort function.

2011-05-22  Joseph Powers  <jpowers27@cox.net>  [048b7f0f99f057da3d065ccfa4b662c21f145745]

        class SvTreeEntryList is no longer dependant on class List

2011-05-22  Joseph Powers  <jpowers27@cox.net>  [3a2a53da020e66b9a9505b95bb0523d06ba7174e]

        class SvTreeEntryList is no longer dependant on class List

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [8bd41dad9f11c7334b8e5b10d9606158ef47ef19]

        Use 'i' prefix for import library only with MSVC

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [df7edda77a0324b5ba7994a9daebb31521aa19c0]

        No need to build a static sal archive

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [e433aca6310d0bda20490cdb0c4d2dfc306c2ec3]

        No need to build import library separately here

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [1784070c0267794444365d06d375d200e0a9406f]

        Remove useless cruft

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [87328b9331d17413f2815770b7184e76c8cd84d6]

        Rename mkunroll source file and folder to meaningful names

2011-05-23  Tor Lillqvist  <tlillqvist@novell.com>  [66f5c1fce04c39bc2eec86889f5109c62e4a33c1]

        Fix crash introduced in commit 2cc2e5b9a45887a53f01ad2fd324b6ed43f018ef
        
        Really, for a command-line tool that can be run with minimal fuss, is it
        really too much to expect changes to be tested?

2011-05-22  Caolán McNamara  <caolanm@redhat.com>  [7fc68143a3f358d60a720ac2e45a0dca6b5e2e82]

        fix up endianness of higher-hanging QuickReads

2011-05-22  Caolán McNamara  <caolanm@redhat.com>  [580544213509feb73bd2dbc6403c233194da6be0]

        fix up endianness of higher-hanging QuickReads

2011-05-22  Caolán McNamara  <caolanm@redhat.com>  [bd32449e0b8016e9d4e2b14848780f4a641394f2]

        fix up endianness of lowhanging QuickReads

2011-05-22  David Tardon  <dtardon@redhat.com>  [03f1f3c2210b3e18f0e7fbc661b5e932f15954bb]

        improve perf. of removing contents of large number of cells

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [62dce7bfca48deafac5555801b1bc01f729f01e5]

        Temporary fix for a LD_LIBRARY_PATH not propagated issue.

2011-05-22  Robert Nagy  <robert@openbsd.org>  [1ea0cfac58e42852feb2e34909b2a117da1be578]

        -ldl is linux only and remove -lc from the flags too

2011-05-22  Julien Nabet  <serval2412@yahoo.fr>  [1288a1985894a5aa8819223feb4ec3da204c5352]

        Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments"

2011-05-22  Julien Nabet  <serval2412@yahoo.fr>  [b233d96ce731b8d98244c989a9656682b4aab09e]

        Fix bug fdo36158 UI:Find&Replace dialog "Notes" instead of "Comments"

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [6ec8554c6a41f64afa8d6b797669f8a04ac6c199]

        Unify all NetBSD .mk configuration files

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [6dad9edb9e64e4c31d1cbd1ae3e114904bd52be2]

        Use a single shell source file for all NetBSD platforms
        
        Finish cleaning up INPATH and OUTPATH.

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [255ba80655ad3f3037620c2194da08e69e510543]

        Use the same OUTPATH on all NetBSD architectures

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [8c3740eb6e35a13a1ae24674fc4e93def976411d]

        Bypass some weird crack when cross-compiling with MinGW

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [3c3aa80261c56091d17973df8f1ca8d819987c09]

        Do not define PTHREAD_CFLAGS on NetBSD.

2011-05-22  Francois Tigeot  <ftigeot@wolfpond.org>  [95b13c2de13505cbcf7e50d5a9973c59dcd9e8e1]

        NetBSD/IA64 has been broken for years, remove it from the build system.

2011-05-22  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c0d86081235c6aa27f2a9d45c417ce299cab518]

        remove build breaking debug messages

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [a804e2c49c52af5b65e8d0750425a35498fbf911]

        Fix parsing of curl-config --version output

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [613eefe4f1e7677ebb954c39d1ef1f579f56c0b7]

        Cannot do unit testing when cross-compiling

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [5c7e0a0c9c1dd9edc384b38d3bfe7a0ae2faf4e5]

        Get rid of gen_makefile, always use the clever way to generate rtlbootstrap.mk

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [1252dc2cea06caef035dfe8747cc0d426b9e0da1]

        Drop the doublequotes

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [bcf840df2bc1d04bfadc1351793f9bdbeb9f137b]

        MinGW cross-compilation fixes

2011-05-21  Caolán McNamara  <caolanm@redhat.com>  [79787787d6ca1dd5a0c1aacfc401199771ce2c63]

        can't correctly use auto_ptr on new[] allocated memory

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [838d6d86c83fc319ceffe7152611436c2c21200f]

        Generate rtlbootstrap.mk in a more clever fashion when cross-compiling

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [71e24025df24f71238b8140cc43ebc6c4b6b9de4]

        Do build typesconfig also for Windows, but don't do anything there when using MSVC

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [7317fd0c2850a6872fc6f9ee9e1905446d06f163]

        Fix compilation errors with recet mingw-w64

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [909d91e041eff66dc2999418e2a15ad00f102256]

        Use more libraries that MinGW does include

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [821d3501ecbffcefd3cb73b9a8b60a938c12fc6a]

        Improve system libcurl configury for cross-compilation

2011-05-22  Tor Lillqvist  <tlillqvist@novell.com>  [2996bb11bccafff71e48dfc95fe13c02dbc366f1]

        Put comments at start of line so they aren't shell comment recipe lines

2011-05-21  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [62b7c01df755eb71848ade7c17461760ecc05c4b]

        give more room to style listbox
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [2cbda686eef6061798153bdf4f2135b601a3e593]

        Drop pointless version printout

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [7fa06f6d5887cc40b9b2980cbf860e3b3f0f53d8]

        Improve Python detection for cross-compilation
        
        Just hardcode known locations of cross-compilation Python packages for
        now.

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [9055a7bd32cf070ccaa111c2b257f1736c807beb]

        Don't automatically avoid a "system" Python on Windows

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [27266b10b8aaa9e2f559de7e6c36249c329105f4]

        Drop OS2

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [bfed48d5b5b9f8c7f4b89835243948e6ed55fb11]

        Drop OS2

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [f05f8318294f07957863b166ca316b8df1bcbd4e]

        Drop OS2

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [11c71842f6d73f80cc40d2752421eec9af40bb51]

        Drop OS2

2011-05-21  Robert Nagy  <robert@openbsd.org>  [67a6786fd49d2db17a139fa740afb6e7f4879d23]

        use internal libwpd for now

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [285422ff1e8161545649855f5c7f7df7f300fa45]

        Drop OS2

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [ea9d29c0bcf62b5465d1192521b9c6c8d723dace]

        Drop OS2

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [4233db9d50fec92b0907b785924455b7638c1b56]

        Drop OS2

2011-05-21  David Tardon  <dtardon@redhat.com>  [15083950a5c814dd5765ef49751a2700052a5a99]

        do not leave stuff uninitialized

2011-05-21  David Tardon  <dtardon@redhat.com>  [4f8ebe363e3e83c821e3b326c1d98e03597202d8]

        fix brain fart

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [3f56e8f87c6d0a402efad7f1fee18964e345a375]

        Java tweaks for cross-compilation

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [594c9038df36fcc9502aa0063ad049017194b5e2]

        Check OS_FOR_BUILD, not OS

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [e5088368da7771fe0b02f20394279870cf25835f]

        FULL_DESK has no meaning as far as I know

2011-05-21  Tor Lillqvist  <tlillqvist@novell.com>  [08c6706d0e6ecb0d928ffb847b64a6828a43144c]

        No need to hardcode SOLAR_JAVA*=TRUE here

2011-05-20  Andras Timar  <atimar@suse.com>  [ab65f2e3362c465d2f283b4116d0fbd3650f5487]

        fdo#37418, fix a layout problem in Export text (CSV) dialog
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [c7eb3db63f58a0fddd1e2d8b5346e5cb81ef51c0]

        fdo#37387, reorganized columns dialog to show text direction correctly
        
        Signed-off-by: Andras Timar <atimar@suse.com>

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [6ca81d4283601b2ba636dc7f96a88764cac42606]

        pack commandimages from cmd/

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [f509e72526807690e5c044305320712173eed000]

        replace res/commandimagelist with cmd in artwork

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [680ba815b8f0874f89c6948217c2a48d74fcc766]

        replace res/commandimagelist with cmd in toolkit

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [cd9c9307ddb284531f46b32f788982a1ff2465f0]

        replace res/commandimagelist with cmd in extensions

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [6e946c59b1c1a7d2b4c9ecdde2fd3d93fda5dc40]

        search for sc_helperdialog in res/

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [c203806b926bb846fc56b5e676c14bc506912cbe]

        replace res/commandimagelist with cmd in framework

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [6cd933655bdc27b97998c60b23820a98fd8192ef]

        replace res/commandimagelist with cmd in base

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [d8218ffa0c915f1e4c85e5808e3da00a9d0cc6cd]

        duplicate cmd/sc_helperdialog.png into res/

2011-05-20  Rafael Dominguez  <venccsralph@gmail.com>  [26213d64e56015f3d688acde1ebcee2bfe01cdc1]

        Fix index out of bounds in ScTableConditionalFormat.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [c7d66585dbc5f02331b3078523fb0482af66675f]

        move res/commandimagelist to cmd

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [7491e5cf8b42113ce08525b869d487cddb2cea35]

        Sanity checks that fix crash (fdo#36495)
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch>
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-20  Matus Kukan  <matus.kukan@gmail.com>  [a64f87add5ab02df8f4b6b4ea1bd0be6a4c23fba]

        replace res/commandimagelist with cmd

2011-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [144c2fb6a6dc487c08c238f158bd0fcb4abf0408]

        update sheet local db data when sheets are inserted/deleted
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6311b509855c13df6071587929976bb1527c656f]

        fix for fdo#37323: Correct autofilter import from ODS.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-20  Luboš Luňák  <l.lunak@suse.cz>  [eea95136da32d09a6f82a99583dd8c158d96c1d9]

        compatibility option for old size of small caps (bnc#691473)
        
        Version 3.2 had 66 as the small capitals size percentage, later
        changed to 80 (see e.g. http://openoffice.org/bugzilla/show_bug.cgi?id=1526).
        This however can destroy layout of old documents that rely on the old
        size. So for backwards compatibility the old value is used if either
        the .odt document has an option enabled or does not have the option
        at all (meaning it's an older .odt document). There's unfortunately
        a period when the new value was already in effect where this change
        can break those documents :-/.
        
        Signed-off-by: Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-20  Luboš Luňák  <l.lunak@suse.cz>  [c055d5fd9bb33342ae9053d316dc83b9b18add03]

        compatibility option for old size of small caps (bnc#691473)
        
        Version 3.2 had 66 as the small capitals size percentage, later
        changed to 80 (see e.g. http://openoffice.org/bugzilla/show_bug.cgi?id=1526).
        This however can destroy layout of old documents that rely on the old
        size. So for backwards compatibility the old value is used if either
        the .odt document has an option enabled or does not have the option
        at all (meaning it's an older .odt document). There's unfortunately
        a period when the new value was already in effect where this change
        can break those documents :-/.

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [13c9e6089e5d3ddd67580e51037bd371438d8c68]

        add this for better singleton behaviour

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [4863771f3e7f884a3bffcde5fd4b2a8e978c0c94]

        tweak globals to be well-behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [4cd346f6485e05b3b2cf8a289d5d3068cbf3df43]

        return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [06dc6870c7be8f141362fcd81a1ae98212baf008]

        fix merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [2e55cc6a9a97c80d319bdffc4d7952e2026d6de0]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [df53cee7eed751ae88b52b5c495652b376e5c2c5]

        adjust for return by reference

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [e63ffde074fb9a17db01ecb3faee21cbcf628e41]

        use non-leaky singleton pattern here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [e5359811e1e6d96d7edd2dcf33312aa4000b9bcb]

        adjust to ensure rename

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [459dabb4449d11925da23b8a07968b9cacf8522f]

        valgrind: use non-leaky singleton pattern here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [f74ae6710e52f5a5385e231a4cc48c7748c031c8]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [764d08b3b0dd98f008b7739bf6b432e4b4293870]

        valgrind/config leaks: make this a well behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7fd1e43884adc6a5be848e5a1d55b0039810cc3e]

        valgrind: leak in undo

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [71f18f64fe6ecb216002c11f1a94732296f9e2f3]

        config leaks: fix up stale unloader

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [79fb9ad187546988892b61af0a741aff495a0177]

        drop extra fprintfs

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [89fa7eab00c37235676c59a2f430adea98a5df9c]

        add a template for dtoring on desktop::termination

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [1c2fb22cc2906a76d97f0ca7551a90a493fb5050]

        make this a well-behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [d5b6a350ebdf4bae595a4efd3be5cf738acdcfd5]

        fix merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a907082a4f9e0d3b2907bf6a2335481f58cbaaeb]

        dump offending config entry names

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [112b79c4b3a393408b33c6390a77778e8ae05656]

        tweak all this to be non-leaky

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [88719808e75193de1ec6e22de6b2f335a14d8eb9]

        pointless non-NULL check

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [eea38328ba187992004a34f4ebbcd22d18449270]

        valgrind: release this memory eventually

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [06a3ac41e345de900cbe9d2b6e7772a78e2d7393]

        adjust for non leaky singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [63a8d58ef8fa7c59e6aff755e6546e725b513f39]

        non leaky singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [9d8d7ac31151c5243a89d9e4739e5b4d61e7da0d]

        non leaky singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [f1d6f81ad91366c617e97155b0aa325147090ba2]

        reimplement this using standard singleton pattern

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [1155685c5368e40f4390558f4456f1095bc2fb25]

        set initialize result as part of initialize

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [12dd16959f11336ac2829151a401d46655ddc6a8]

        move argument generation into ctor

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [81d10064500f40ce730168da3b290f98f0116d1b]

        reduce spew somewhat, one warning is enough

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [4f97da16ee4438045e321cbc431ff6547060c65b]

        valgrind: fix leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [25384a8019ef3e0395df127a0b35890e08cbfe3f]

        fix merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [c71e90f9574b178e40432e50b2c930ad62c1cdb8]

        no need to cast

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [54df9199a27dd907115e0a7e3eac1cb4d8eae296]

        add mg_MG alias for plt_MG

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [ab5b1c806628f0c742cbb36835d0b18163281831]

        add an entry for Manx

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a1e2078b24132f086e94b85bf7a07d69ab191120]

        config leaks: make this a well behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [93a28b0aced7f552f0f072c795f4301a2bad0d0e]

        fix up mangled indent

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [071d42a6434027c783cd6d1cc947e6406a91964d]

        config leaks: add a template to handle tricky globals

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [38365b338ef1130fcaf761cd0ea92877193951df]

        adjust for OUString

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [36b043ff29fb8c171981b93c0c2055f29a970cdf]

        valgrind: remove leak by porting from UniString to rtl::OUString

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [37fb0b936d4155373ae8a4cbe9e09bf04174e687]

        config leaks: drop dodgy LegacySingleton foo

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [c639da5a41c1390c90716de36b0869120562db9a]

        config leaks: drop dodgy LegacySingleton foo

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [4d4159463bf8fa63d1828db3d7c99df5e770e49f]

        add XComponent.hpp

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7d485679a317a586c2e0eb20607b2e1158dddaeb]

        config leaks etc., dispose default component

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [853ced9be97d68eac54982f9327c0d70737236c2]

        WaE: unused parameter

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [38dd732295241b06a86a9a06ff316ea2ed0550b1]

        this can be passed by reference, like the name suggests

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [249386ec8a9ffe53cdad724411347c595194fa06]

        make these a well-behaved non-leaky singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7d9d3dbb792c8ce2889dca0251548214502cb16f]

        return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [8db814fcdf7de05838b3e9ef4658999882992f84]

        make this a singleton that dtors on desktop::termination

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [3b50e313db84723aee01775b1d992f6ea1d9764a]

        valgrind: strange leak, bad merge maybe

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b8a1e3926a759a533aad03ab2467addf6a73a66c]

        make this a well-behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [800d9494a7bda0603e977b96a770828e8bf530fb]

        don't be so noisy

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [0a5412e98189fd15fa9d06aa6e6d0e023db05d0f]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [e8e132784a5fdea65859d06d6356d6beea5d75e4]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [0d9f2e66db48475c9198480a1f04cda5c873d134]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b14fb67ed86f93da3b1a9361c8f8ef4850ea25fb]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [c2d8afb2e9f1f0598adb8892f52402339e3a6ab8]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [328fe7c0983bec684f75a92f8fcc0b979c533a3f]

        resolve merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [986ed4782de5fe88bbe44fc68e44cc2cb2a3a114]

        adjust for return by reference

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [115e3ddaeab2356d66a4e21adbecc6d249771284]

        valgrind: use non-leaky singleton pattern

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a114d5efcb5265ac80b6b4ec7a7836a97d372e2a]

        remove debugging-mode leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [daafe7b084cddbc9e91a8a1df336e84aed78f702]

        valgrind: remove leaks

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b921e409d852964f90c12734656028abfb489a18]

        use non-leaky singleton pattern

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [215d07647213e3923ae19cc39bfa7309733849e6]

        valgrind: remove leaks

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [3f5470899ceaab7283a12ba4bc0761ca931b71b2]

        return by reference instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a2dc331fb69bb25fe6fd65ebc7496fbe3beb1cfe]

        valgrind: use non-leaky singleton here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7c95c50c1eee510b0331e8a1c21839c878ef360e]

        valgrind: use non-leaky singleton here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [f8853c9f4eaa8faa0c6c452a5324dca0621571ef]

        valgrind: use non-leaky singleton pattern here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [3eaec7a874b2c4ad2a5249a078176475e8fe80fa]

        valgrind: use non-leaky singleton pattern here

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [c3f4ddfcc633f893316b12ab199fd52914ad7f50]

        valgrind: make this a well behaved singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [cd012c149bab935986be21e66566bd3ff72b5cd7]

        break circular dependency in dispose

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [cfacb7f6f85475b06dbd9d0c310fa9cf275041ee]

        do we really need to be so noisy when nothing is actually wrong

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [0ae45c5b39cd0e7baae958eadbad1a52bda98b16]

        valgrind: leak in debugging code

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [af00d3dd611967b71ae61533bfa5308ffdbed3bc]

        WaE: track debug level for usage

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [5db4a85ab19c7e9284dc36ebdee4fd97797999e8]

        resolve merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [47c6885ae75200d165bdaed2d1d3db93fb35fc91]

        remove leak and refactor to make less ugly

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [3a6f167b0abc5e93d15f205472d92dfe81ae0aa5]

        fix merge conflicts

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a14010cb8c485ee1d07530d34a00f03db3233e02]

        valgrind: fix leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [41214b711a7b10c4468e8e04508fdf68bca046ac]

        fix memory/config leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [ed76182b20577592592352393bce1b246afc1ced]

        valgrind: leak if dispose uncalled

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [990577d041aa3372062523c77af07dd6ac826b61]

        config leak: gracefully handle exit before release timer is called

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [450479820265292adc825be84447cdb1379182c7]

        config leak: ensure release

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [4490dbc8ae6109ddb9d331dcd4bbbd4f91019bc8]

        remove extra header guard

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [bb2f9df7277ac925a973650a40fffd20d976ece7]

        config leak: break cyclic dependency

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [5fc588dc56beb4e3c5622e9b2929adaf4ca48ef9]

        CreateFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [cb27a8051c81b11f1d9da10d261980a3a06f6eb4]

        SfxHelp leaks, make sure it goes away at the right time

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [bca3c4624945249f66e8aa8e669d89171e7ecb14]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [505ac74dc69d7b0a45860178acb6d2406f926b9d]

        adjust to ensure rename

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [11630ee201797946a155e26f44ae0d55d5abf573]

        config leaks: missing Disconnects

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [ecbcaca7f3f61d621ead45c5b63562772aaa452a]

        valgrind: in what planet did that make sense

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [09b2522127a71636792967a8cb5e122b2327cd55]

        valgrind: make this a well behaved non-leaking singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a5506c3c39949e0a31de0283739dadb6b3761c34]

        valgrind: remove leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [1b96cbf851597244d47071e32c2c493fc5511ba3]

        Reverting: should happen via Disconnect
        
        This reverts commit 1ccbe907c4f83ec0357874ccb31aaaaf722f1de8.

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7919625d8103a75dec30ba8ee216105528e0a15b]

        configitem leak: if we create a FrameView we presumably have to delete it

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [f3f2231f8abf9456877dcfdaa08e9f6f69451c21]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b1e22fb2b16a50869e74f7e1b7b08ea4eefa6a36]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [c917d67a892d14fa6590b8a19aa009c5e83c3fd4]

        valgrind: fix leak when range isn't transferred to rangelist

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b6bf0aa23a3b85bf274804b0f6697cb44b80608a]

        valgrind: break circular dependency leaks

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [9b49e8ee8de61fec1feb4244fb7897ca3c3fc959]

        adjust to ensure rename

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [32381ea5e149fc3d5e2939368837c12127a8bd0a]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [0a9a91a6c12d5964399eaee45c3c1e612f0e6b7b]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [5d6f7edfbb921bfe6d260cee6b669a4e98d01f4c]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [94e9e2fb29fe46ba1e144a8c8d70074f7c744ced]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [49a5cd85376db67cde8dad2f5c75b8acc99d4957]

        config leaks: drop dodgy LegacySingleton foo

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [4f2582eda7c1b5d7e7d9e11ee45a1b704e38fc1a]

        Sanity checks that fix crash (fdo#36495)
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [c6e5c7ce9b53366c18e66f48b67e5ee6191f7928]

        Sanity checks that fix crash (fdo#36495)

2011-05-20  Joseph Powers  <jpowers27@cox.net>  [cedbc8f534b149a609b95380568035453faa5078]

        Remove some un-needed #include <svtools/treelist.hxx>

2011-05-20  Luboš Luňák  <l.lunak@suse.cz>  [a20e84fbc295b565f12be55af853a6d3dce54a30]

        compatibility option for old size of small caps (bnc#691473)
        
        Version 3.2 had 66 as the small capitals size percentage, later
        changed to 80 (see e.g. http://openoffice.org/bugzilla/show_bug.cgi?id=1526).
        This however can destroy layout of old documents that rely on the old
        size. So for backwards compatibility the old value is used if either
        the .odt document has an option enabled or does not have the option
        at all (meaning it's an older .odt document). There's unfortunately
        a period when the new value was already in effect where this change
        can break those documents :-/.

2011-05-20  Joseph Powers  <jpowers27@cox.net>  [1be46ab5d71754481a2e5e3da2bd7058585c4f8a]

        Remove an un-needed #include <svtools/treelist.hxx>

2011-05-20  Luboš Luňák  <l.lunak@suse.cz>  [de9eba79bdd312bc40674a368679513d086a90ae]

        ooxml vAlign 17.4.84

2011-05-20  Luboš Luňák  <l.lunak@suse.cz>  [04af4bd00dbf5bb26239de3e7922ad1122f1e9fb]

        SW_DLLPUBLIC for SwWriteTable* classes
        
        they are (to be?) used from filters

2011-05-20  Michael Meeks  <michael.meeks@novell.com>  [619463bd62ada4a845fe9ecca5bc1fbf48025348]

        remove un-necessary code

2011-05-20  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f8e75c077d28fd98148bf6e6988dc2b0063817fc]

        update sheet local db data when sheets are inserted/deleted

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [7d2e7b5a671cf54a00ee1139bb755c1b3ae55ce4]

        Stylistic follow-up cleanup
        
        Rename the bHighlight parameter to ImplDrawItem to nHighlight. It is
        no longer claimed to be a boolean (even if it was passed values 0, 1
        or 2) but instead a sal_uInt16.
        
        When used in a logical expression, use explicit nHighlight!=0.
        
        Pass nHighlight integers 0 or 1 in calls instead of sal_False or
        sal_True.

2011-05-20  Kohei Yoshida  <kyoshida@novell.com>  [304828eaf3164e2c698e2fe523c011f72412c4bd]

        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>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [5672dcf01a156997612da8f1ddecda3c13419689]

        WaE: remove warnings that are errors

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [e3b7881e8c94313e6b78c8d6d27239bd5c7e91bd]

        Fix a bug about presssed button state (fdo#36613)
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-20  Kohei Yoshida  <kyoshida@novell.com>  [bb2f5a1799b9ec0788d53e6b214d5079fceef3e7]

        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>  [6afa1bb3181d615e72ca4c9949d7c48a72fc5794]

        Revert "fdo#36690: Don't broadcast setting changes during painting of button."
        
        This reverts commit 829d4abd5eda9b03c5d4518f43efc4444bc63935.

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [259981d5ce3831840059cab74ff480ca1a36c9f7]

        Fix a bug about presssed button state (fdo#36613)
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [b71f7dc29bc1572e19bac4eae6005e70073ccf1a]

        Typo

2011-05-20  Noel Power  <noel.power@novell.com>  [fc5443af68459eeb0257002f3bbcd3b65a290276]

        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  Caolán McNamara  <caolanm@redhat.com>  [f606371c49d2590b86f84d37c999c313d92a7d5c]

        fix this to be the same as original implementation

2011-05-20  sb  <sb@openoffice.org>  [8c015fbb85f00fe1cc82e00ea1771ad9fba821d2]

        #i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks

2011-05-20  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [61724648b88c9a848f2ad6cd47a4001188434e08]

        fdo#36615: Fixed the prefix recognition in URLs... that list is sorted.

2011-05-20  Michael Meeks  <michael.meeks@novell.com>  [149c5f59f49032f98a4ceaff11144dbf1cdc59df]

        don't de-reference null pointer - fix crash with certain PPTX files
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [5f26ee2291b05d484c32fd3ea332f2d02ec86462]

        Fix headers for the toolbox

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [cc41e3bcf10d940789aacf0d2cf55ce428eca2f0]

        Fix a bug about presssed button state

2011-05-20  Lucas Baudin  <xapantu@gmail.com>  [d915ba2357ff3db2d9bfce5a1a386171b325ee7c]

        Put tabs instead of space in toolbox.cxx

2011-05-20  Radek Doulik  <rodo@novell.com>  [8a9af7cb6ef79ec44b07c0f3c5c42eaa72a3d1dc]

        add sdfilt component
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [b3ab9fe75de4075bf33aec62a1f14ca6f3e62bbd]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7e4f1b45e1cb49f737f52fb8c756bc8daccecd26]

        remove circular dependency to fix leak

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [7edb5f736115732fe27f4f80d7559aed46b03dab]

        config leaks: handle cancel from database wizard correctly

2011-05-20  Radek Doulik  <rodo@novell.com>  [ae2d905dc32cdbfe6a9bcfcc7adf8a9a29ca9516]

        fix sdfilt component generation
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Radek Doulik  <rodo@novell.com>  [d8c0da84dca40e98ea3ed4ae033c3ccfe50a9815]

        added sdfilt.component for pptx export
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [a5c5c71ba600296171591378dc78f24204eda631]

        adjust for return by ref instead of pointer

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [483887183b1b3015c468719d77b9fb38c05e52fb]

        adapt for singleton api change

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [cde15afdde4954ae9bc3ad8379c3129708cdaf1f]

        free hyphenators in dtor

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [ab826b141724fbf6aa50ad7eacb7335807b20bf9]

        remove redundant checks

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [983d1145fcb9b5d7279d34fad006d3a30286dd2c]

        guard final release better post possible clear

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [ff96f70fde003dbb54a8ec153a8cfe1f78bdfbd5]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [851dd68ec398c6dbe5adc4a1f4cb266acaf3ddd2]

        adjust for modified singleton

2011-05-20  Caolán McNamara  <caolanm@redhat.com>  [71a8261afd4eda2ed064bda925f12e208e7f9a6e]

        valgrind: leak. Break circular dependency

2011-05-20  Radek Doulik  <rodo@novell.com>  [9b9b45ecaec2bb8029612311d1c7191b90a437d3]

        fix config for pptx filter - thanks to Bubli
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Katarina Machalkova  <kmachalkova@suse.cz>  [4552b1bb6c950f82d042201e9a41c874dd4c2758]

        Make export to .pptx 2010 work again
        
        (use correct FilterService string)
        
        Signed-off-by: Radek Doulik <rodo@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Radek Doulik  <rodo@novell.com>  [d9d45a9d75088eaff81251d5b2cc3868980e9fe0]

        add sdfilt component
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Radek Doulik  <rodo@novell.com>  [5d1299f5ea6d374eccf2f803ea356c62255ed5f5]

        fix sdfilt component generation
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Regina Henschel  <rb.henschel@t-online.de>  [ce809b0129af787c59990f811e33a6260e8b5db7]

        fdo#37326: Sign number must be either 1 or -1, never 0.
        
        This fixes incorrect result with LINEST cell function.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-20  Radek Doulik  <rodo@novell.com>  [c89fe1a69eff2b9c779ccf9dcc0bb23e5a849fbc]

        fix config for pptx filter - thanks to Bubli
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Katarina Machalkova  <kmachalkova@suse.cz>  [e5f944020c0c195c955fcbc273585944dbb2a8c6]

        Make export to .pptx 2010 work again
        
        (use correct FilterService string)
        
        Signed-off-by: Radek Doulik <rodo@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Radek Doulik  <rodo@novell.com>  [d9dc4441db762791624e5285a805c23390c43ba4]

        added sdfilt.component for pptx export
        
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fstrba@novell.com>

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [cdcda5d85387ce55371d2eb07989fe5069432b88]

        Add informative comment

2011-05-20  Michael Meeks  <michael.meeks@novell.com>  [92f9212269acc7f4cd44c310873e915868a81b88]

        don't de-reference null pointer - fix crash with certain PPTX files
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-20  Tor Lillqvist  <tlillqvist@novell.com>  [01587df65f4f92d5816b297fd065e720a1ee16d3]

        Add sanity check before dereference, bnc#694119

2011-05-20  Thorsten Behrens  <tbehrens@novell.com>  [85c32d0e5e206741b74af828938055eee44e76dd]

        Removed GNUism in makefile
        
        The --preserve=timestamps is a gnu cp extension, and thus not
        available on all our platforms. Replaced by equivalent tar hack.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e30ee00b51f27f34f0cd97207cfee71c3249ed2b]

        Some moving of block to have the numbers in sequence

2011-05-20  Thorsten Behrens  <tbehrens@novell.com>  [c674fc2d7b099ebad95e698ee2e9155d955c983b]

        Removed GNUism in makefile
        
        The --preserve=timestamps is a gnu cp extension, and thus not
        available on all our platforms. Replaced by equivalent tar hack.

2011-05-20  Kohei Yoshida  <kyoshida@novell.com>  [4cabd37b97456b4e95901e2754ed2c4f17bfe634]

        Let's not change the signature of UNO call & prefer static_cast.

2011-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [adcc45eef14b34ca3a49bb3a86e6d4c32bcfb721]

        rework some additional parts

2011-05-19  Michael Meeks  <michael.meeks@novell.com>  [d4eaa5e59638198982e9620bfa83d5452a3e6693]

        avoid de-referencing null pointers and string length problem

2011-05-19  Regina Henschel  <rb.henschel@t-online.de>  [52dace9a007a542841c2b1d481253f1cfcac835a]

        fdo#37326: Sign number must be either 1 or -1, never 0.
        
        This fixes incorrect result with LINEST cell function.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-19  Tor Lillqvist  <tlillqvist@novell.com>  [c761ef3d4121cba34161cd5c18a5ad16261e8599]

        Export NSIS_PATH also in the MinGW cross-compiling case
        
        Actually NSIS_PATH is crack, it is actually the *directory* where the
        makensis program is located, so why not simply just have a variable
        with the full pathname to that instead (or just the command name, in
        case it is in the default PATH anyway, like on openSUSE with
        /usr/bin/makensis)? That would simplify the stuff in download.pm, too.

2011-05-19  Takeshi Abe  <tabe@fixedpoint.jp>  [8a5b178eb9f680fadcc8faa2e277623e8304b723]

        abbreviation "pc" for pica, instead of "pi"
        
        according to http://www.w3.org/TR/CSS2/syndata.html#length-units

2011-05-19  Andras Timar  <atimar@suse.com>  [59c7fa441f3ee0e70d58bdc08144d995e448a731]

        use short paths, because '(x86)' in the path causes problem

2011-05-19  Martin Kepplinger  <martinkepplinger@eml.cc>  [ab3edb5a42d605956f72c703a11c620a7e0e89f0]

        Translate german comments
        
        Translate german code comments in writer/sw/source/ui/lingu to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-05-19  Noel Power  <noel.power@novell.com>  [2d7f2198b25137807078ffefee906d7f005f0632]

        fix for fod#37367 ( docx import of hyperlinks )
        
        this fix is a companion fix for the change made below
        http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729
        previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call resulted in
        the OOXMLFastContextHandlerStream::lcl_character method getting called which in
         turn called the OOXMLFastContextHandler::text method. This no longer happens
        so we call the text method directly now
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-19  Noel Power  <noel.power@novell.com>  [830e4f96f86cd635e066154f845173ac8b4821e2]

        Revert "fix for fod#37367 ( docx import of hyperlinks )"
        
        This reverts commit 33e58cade2d3e81a86484a10ae224a1160a004d3.

2011-05-19  Noel Power  <noel.power@novell.com>  [98449ff1dde518dabf0c530c25efbd8a1026ac0b]

        fix for fod#37367 ( docx import of hyperlinks )
        
        this fix is a companion fix for the change made below
        http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729
        previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call resulted in
        the OOXMLFastContextHandlerStream::lcl_character method getting called which in
         turn called the OOXMLFastContextHandler::text method. This no longer happens
        so we call the text method directly now

2011-05-19  Noel Power  <noel.power@novell.com>  [170b20ed0ca15c35fa26d611aef4fdb9389c0549]

        Revert "fix for fod#37367 ( docx import of hyperlinks )"
        
        This reverts commit ac80fce47404c0843c372336ab700d62297f1647.
        
        contains stray debug commits

2011-05-19  Tor Lillqvist  <tlillqvist@novell.com>  [b583ee234acea279a5a0ce3129d34d9c9a57ccac]

        Fix search for NSIS

2011-05-19  Noel Power  <noel.power@novell.com>  [f9a6a7119dead2b9c536d160326b09a7a5e6d3c9]

        fix for fod#37367 ( docx import of hyperlinks )
        
        this fix is a companion fix for the change made below
        http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729
        previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call to resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happen so we call the text method directly now

2011-05-19  Katarina Machalkova  <kmachalkova@suse.cz>  [dd026a12ef43808a890988097264a4f5a069a7bc]

        Fix for fdo#37322 (binary import crash)
        
        Avoid retrieving defined name items on positions >= maNameList.size()
        (boost::ptr_vector doesn't like it)
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-19  Katarina Machalkova  <kmachalkova@suse.cz>  [b8db01a1a50c8704e34467c03a654d7dbb6b2c0c]

        Fix for fdo#37322 (binary import crash)
        
        Avoid retrieving defined name items on positions >= maNameList.size()
        (boost::ptr_vector doesn't like it)
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-19  Michael Meeks  <michael.meeks@novell.com>  [3cc072ce7a6ecd4856cc63276fda069952a26034]

        don't de-reference null pointer - fix crash with certain PPTX files

2011-05-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [9b939889323cfe3a4ad4890d03f1c740b145346f]

        Added some important comment about a list that needs to be sorted

2011-05-19  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [3d6bd1151dce5d14b1de34a60354bf5211f3ad14]

        fdo#36615: Fixed the prefix recognition in URLs... that list is sorted.

2011-05-19  Noel Power  <noel.power@novell.com>  [accf94cab8fdddb251d1d95a05a79e3219ccbc3b]

        fix for fod#37367 ( docx import of hyperlinks )
        
        this fix is a companion fix for the change made below
        http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729http://cgit.freedesktop.org/libreoffice/filters/commit/?id=cdd636907675d538ca10d479afc538ce3800e729
        previously OOXMLHyperlinkHandler::~OOXMLHyperlinkHandler()'s call to resulted in the OOXMLFastContextHandlerStream::lcl_character method getting called which in turn called the OOXMLFastContextHandler::text method. This no longer happen so we call the text method directly now

2011-05-19  Michael Meeks  <michael.meeks@novell.com>  [f85638485cdc1ddd25f322ea4c30a386351f4bd5]

        don't crash when interacting with a class that implements XInvocation
        
        VclStringResourceLoader eg.
            test = smgr.createInstance("com.sun.star.resource.VclStringResourceLoader")
            invocation = test.setValue("FileName", "test")
        
        It seems we can't cope with XInvocation implementors, so give a nice
        exception instead

2011-05-19  Andras Timar  <atimar@suse.com>  [49ce510d849415733ba99b5f2b48a58fd0aac390]

        cosmetic fix in en-US message

2011-05-19  Radek Doulik  <rodo@novell.com>  [220b01f5a483cc12467f0b125d5c9243bc25281a]

        get rid of limitting max jobs to 10 for icecream
        
         - tested locally that dmake is able to run with -P14 and that
           icecream is then using more slots (checked with icemon)

2011-05-19  Robert Nagy  <robert@openbsd.org>  [333fb1d4086e128a0d6df8dfe207e734796c4fd0]

        handle amd64 and x86_64 for OpenBSD the same way

2011-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f48faaa7d70116d1dd3b60ff40ca7911bc1e37f2]

        fdo#37325: make toolkit.UnoScrollBarControl not fail headless

2011-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6a041c5256c26b2791df7dbf95eec4a541b7a76]

        fdo#37325: make toolkit.UnoScrollBarControl not fail headless

2011-05-19  Noel Power  <noel.power@novell.com>  [25df63c405345e923d2814479ddc1c2e170a303f]

        fix for fdo#36552
        
        fix up exported column widths
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-19  Kohei Yoshida  <kyoshida@novell.com>  [d8252635d45741f5f0775de28a61fe3a37a386e5]

        Make sure to only export up to 1026 manual page breaks to XLS.
        
        If you export even one excess page break than 1026, Excel refuses
        to load the whole document.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [f0bbfad859d5f3bd2028d0d9b2e0ae6e6448ef32]

        Remove all the #include <tools/ownlist.hxx>
        
        I'm deleting the header since it's no longer used.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [521540986b0e1898a0309a03670a7ed1ea478ac9]

        Remove all the #include <tools/ownlist.hxx>
        
        I'm deleting the header since it's no longer used.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [98ab849dfe397253a9e4581117760cc0293c140e]

        Remove all the #include <tools/ownlist.hxx>
        
        I'm deleting the header since it's no longer used.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [cf7037093bd93556326101cbfa1a41952689d67f]

        Remove all the #include <tools/ownlist.hxx>
        
        I'm deleting the header since it's no longer used.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [6a0a9d1613e1cda2dd06d33cae1784146652db1a]

        Remove dependance on libs-gui/inc/tools/ownlist.hxx
        
        I've created a private copy for binfilter because I'm remving the one in
        libs-gui.

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [d51ab2cfd9e5b9e3f8143853e4e93ca686c04dd1]

        Convert SvCommandList from an OwnList to a vector<>

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [1143cf30551e8ce14065a51e1001a92395404348]

        Convert SvCommandList from an OwnList to a vector<>

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [78eadc536838999355bc811ccbe6017a838c5c2a]

        Convert SvCommandList from an OwnList to a vector<>

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [639f9c682b74981f83d88969b7f06295b080758a]

        Convert SvCommandList from an OwnList to a vector<>

2011-05-18  Joseph Powers  <jpowers27@cox.net>  [dcf540144060b1ae6ff6e6507baa231bb5820f44]

        On MacOS X, our application is called "LibreOffice.app" and not "OpenOffice.org.app"

2011-05-19  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e37e21299a2c6fb611e2c2039903c5669dcc899c]

        fix some bugs introduced with the last patches and rework some parts

2011-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [67410a9bab69c9b1a9ae968eb2307abb4817d93f]

        fdo#35690: disabling toolkit.AccessibleStatusBarItem as it crashes now

2011-05-19  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e6d16a842035c867991f074fcb2628d95e85c7e8]

        fdo#37325: make toolkit.UnoScrollBarControl not fail headless

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [fb48d2cb0e3c7a4dc2a9a9cc74bcc1cfd3deef78]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [31c1e6f573498364497480615eb072944c0d9d17]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [f4fab50712202c71df3355a0871bf41af68cbc5f]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [5e3211da788df02996125c534ce01f8941f5e1e1]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [ea7e7286b3cad61ca24c614e50044694d0ca9ce1]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [5257e0b1ce9ba22d474254c9677e00a95fdb2665]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [259cfe69841a19feb8515a20ac9918a39812af20]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [3182e9a3c86e9eaacf004fee26d6111d43ec9563]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [31d9076e450fb8fa4c042c983f112e01d0b962d4]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [d03c4336f371e7baaee3c34e61ebd689d3622604]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [1777ab2bdc92c7ad1644eed0e8875c6b525a71b5]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [2f8357cc59d18e74dceca58972a196320694faa8]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [750ccfe00ac860d32751a98a6daeb7db04f68998]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [5b7cf1dadb043a31499a69389cc8008d4ea24772]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [9c9033459ddb97d73102598bf34b40485f3742f6]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [b06851744a75635844114a5d9a668a379844db3e]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [4ef8e27e7c2d08247cfdba530be40f1c9fd8b6a0]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [11cb6b884497200c08df0378e87337eb2569a303]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [84f95535089356a01521d50e06e547a8c929df7e]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [f0469a72d3471fe0e5d55fabdf56bfe11490506d]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [64d83940f9977d9690be53ad3bf749b25e264367]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [9bc07d4476a87ff11d2c59be6a43cecb4d45f190]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [34d969da05702f5b1438a2e901cf0ba4e8228654]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [501c772e011de644ec3a9f4a3bbd1543878972ff]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [6824a61f47b78dde60818e177e55f22e23022c29]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [64714c80ff35b735038abb62de6fc05b3f328f65]

        Add the wntgcc directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [aab17fb7822166e41eee9996cca7ccd602e5b7c5]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [adff08838c5f4b07f909c55f1a72d352adf342d6]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [52685c078f5c5e847491f58d545b273089035149]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [7e65943efb15a9bf714fbdac1e45c35edfdccccc]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [a5a918b3efe8811fd8716efb0deb3eff2c494fa1]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [5181afd4c724eda7b20f88d89d383f585beb6f95]

        Add the unxios and unxand directories

2011-05-19  Tor Lillqvist  <tml@iki.fi>  [643a4b1de272daf195aebf6be765093db040cf40]

        Build libtextcat for Android

2011-05-19  Tor Lillqvist  <tlillqvist@novell.com>  [bda0eb161faf6c0600cebce7fce8e9198657e386]

        Add forgotten quotes

2011-05-18  Niko Rönkkö  <ronkko@iki.fi>  [9f5de9cb4fec9980fc398945648578b2a472be87]

        Add config.guess to .gitignore
        
        Added pattern '/config.guess' to gitignore file.

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [a5436c97949d6ffaebee4d4027af56b4c1c032ce]

        Add libvisio

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [bb7bdda1380404b11f943480d425dd54416bf454]

        Use $(AR) instead of hardcoded ar

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [139aaee3df393a4aaba2e36a3b062435be483638]

        Include unxgcc and not unxlng, use unique DLLPOSTFIX

2011-05-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [115ee43e8fa0df63d46558a63573e1449ed1f8bf]

        rename Module_ooo.mk to RepositoryModule_ooo.mk (part two)
        
         * also change GNUMakefile.mk to find the RepositoryModule_*.mk, instead of Module_*.mk
         * subsequenttests was broken by the introduction of tail_build, because there where two Module_*.mk in root
         * addendum to commit 99079f03d95d525e7e95a56569c37094618fb2ca

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [45fe3fbfa0dfc07dabe03a25d69b0c59ba5a49ff]

        Use $(RANLIB) when using MinGW

2011-05-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ed4e7e42f533b5ed6677c1eb74e58a2c9cb629be]

        fdo#34997: fixed crash when reading malformed fieldmark tags in ODT

2011-05-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [8eeea83cd2173cf19aeaea2bbc4b357432a092d2]

        fdo#34997: fixed crash when reading malformed fieldmark tags in ODT

2011-05-18  Francois Tigeot  <ftigeot@wolfpond.org>  [f0efcf40f04777c8517cf6c4fc39d43adaee62a9]

        Do not include quota.h
        
        There is no code using it anymore in the tree.

2011-05-18  Takeshi Abe  <tabe@fixedpoint.jp>  [966470ee35806de2e92e218da584d56f05c8e4f3]

        fdo#34072
        
        replace content in unprotected cells, even if the sheet is protected

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a1088f96d8e472bc6b7b6171085b8a498d6b2a97]

        fix warning variable may be used uninitialized in binfilter

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3eb0f3d2b06df2150b64b17a8596d2c5c9c96a3c]

        simplify code branches and suppress warning variable used uninitialized

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d8802ebc9db6d400355b3e82fb7017bd72c7829b]

        silent warning declaration of X shadows Y in binfilter/bf_sw - part 2

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [efe9e9192f607acc1747bef329f2c97bcf1ab1c8]

        silent warning declaration of X shadows Y in binfilter/bf_sw - part 1

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2ec9738174244d94a032e1838331098241ce3574]

        silent warning suggested braces in binfilter/bf_sw

2011-05-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9356fa49d394fe187045957f52a952248c46b136]

        remove warning for shadowing of variable in binfilter/bf_sw

2011-05-18  Noel Power  <noel.power@novell.com>  [cfa7450dd4c8d1b81c6e69b326aff59904b49ccb]

        fix for fdo#36552
        
        fix up exported column widths
        
        Signed-off-by: Cedric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [2dc4a245c760a55c823cf191511a88c5f04f433d]

        Check build platform instead of host platform when appropriate

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [593a19e517bb1c2c8aa02f97aa92f88afb238d3b]

        Unset more variables when building dmake when cross-compiling

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [89b361c0a45741668c7cec90f871c635905887c6]

        More cross-compiling work and cleanup
        
        Re-introduce the old --with-mingw option but now called
        --with-mingw-cross-compiler. Its purpose is now specifically to give
        the cross-compiler used when building the ODK, if Java is enabled, and
        if building the unowinreg.dll. It has now nothing to do with
        cross-compiling LibreOffice itself.
        
        Correspondingly, the WITH_MINGW variable now has meaning only when
        building LibreOffice for Windows: If using MinGW, whether natively on
        Windows itself (which we as such don't intend to support, I hope), or
        cross-compiling, it is set to "yes".
        
        Automate and simplify the search for the MinGW cross-compiler when
        intending to build unowinreg.dll on Unix.
        
        Look for the usual tool-chain tools ar, nm, objdump, pkg-config,
        ranlib, strip, and for Windows alto dlltool and windres using
        AC_CHECK_TOOL so that the proper cross tools are found when
        needed. Propagate to environment. As such these are not used except in
        the MinGW mk files so far.
        
        Other minor cleanups.

2011-05-18  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [0747a94bdb4596dd4bd0b76be3df0fe9a272d1be]

        fdo#36688: Fixed undisplayed calc page and header / footer borders
        
        When displaying the page, header and footer borders, calc uses a fake
        ScDocument with no drawing page. Create a new SdrPage if none can be
        fetched from the ScDocument to create the primitive processor.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-18  Michael Meeks  <michael.meeks@novell.com>  [2516d6926133ca6eecef8c4db3090d53c2587b19]

        fix gtk FMR on shutdown - fdo#37302
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-18  Noel Power  <noel.power@novell.com>  [c7a2469306dd3d3b104852542cfc4c7872aa3fb4]

        fix for fdo#36552
        
        fix up exported column widths

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [0ffc0016e13187b556aff2039acaf1b3cc08a68e]

        Don't print === decoration when running g grep
        
        Otherwise g grep -l can't be used, for example with sed.

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [32e26be47c366f9dc3cdba8a24170fa4e9f3cf18]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [3179988ef3b488df7854f84e8cc64deaf31fdd56]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [9b9f98913c056daae31679558a8a06c4e3e4ead4]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [a5792640ff40f874a9911aba74e54500ca19233e]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [318a8fac9fdf7587d7120481a3b296845a730a38]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [1e33edf7541a4739d519ece0611b2e37e0692bf7]

        Unify Display Grid/ Grid Visible andother menu items

2011-05-18  Christian Dywan  <christian.dywan@lanedo.com>  [99e036df6506990b0a417f41f3c4d85a28f48b96]

        Unify Display Grid/ Grid Visible and other menu items

2011-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [edd1216b163b7824c7a79ffa3e9d9f68b56d6754]

        rework ScPreview to work with unlimited number of sheets

2011-05-18  Kohei Yoshida  <kyoshida@novell.com>  [f99a75ada5167dbcd984db8d74a8a8fdaf82d38a]

        fdo#37252: Don't assume you'll always find a match.
        
        The original code assumed that the find call always returns a match.
        Apparently that assumption is not always true.
        
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
        Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>

2011-05-18  Thomas Klausner  <wiz@NetBSD.org>  [8e9913764486a95a1b3940af404bdd9edc787cff]

        Use = in test(1).
        
        == is not portable, not even GNU coreutils test(1) supports it.

2011-05-18  Thomas Klausner  <wiz@NetBSD.org>  [b881b4e38c7297e267083ead1caf7d2c6c909edb]

        Do not include #include <ufs/ufs/quota.h> on NetBSD.
        
        Leads to build failures on NetBSD-5.99.51 and is not needed.

2011-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [52bd6de2d9ccc7eb6591e258989dccf9c86703fc]

        rework ScPrintFuncCache to work with unlimited number of sheets

2011-05-18  David Tardon  <dtardon@redhat.com>  [6cf3f5e7c88f584018379079d85c43326a089933]

        make static to avoid use of dead object in ~ResMgr

2011-05-18  David Tardon  <dtardon@redhat.com>  [c16ae82f6d8e8019dfb037f643ca2ea246fa66df]

        one * is sufficient here :)

2011-05-18  David Tardon  <dtardon@redhat.com>  [b9b21cb3c77b4f1d3e9e274c0ca301893315a6d5]

        delete[] after use

2011-05-18  David Tardon  <dtardon@redhat.com>  [059dfe015f2b44eaf8126c1a747e6d4407dda131]

        avoid memory leak

2011-05-18  David Tardon  <dtardon@redhat.com>  [0a71e7b368f0137a2ae763f054b5d94f3fb793bb]

        remove unused (and wrong :) code

2011-05-18  David Tardon  <dtardon@redhat.com>  [3b79ef59b049bdee6726f20c7dae8d3ec87cbff2]

        pointer diff. _is_ the index already

2011-05-18  David Tardon  <dtardon@redhat.com>  [c72c7530e914e73d5f425873defd7288b9b1a678]

        pointer diff. _is_ the index already

2011-05-18  Radek Doulik  <rodo@novell.com>  [033460d47225f09bbff2ec01533ccfd2f0556c9b]

        fix debug build

2011-05-18  Radek Doulik  <rodo@novell.com>  [016d4aaae9d11b0b87a6cb0f693776bdb552cc26]

        fix debug build

2011-05-18  Noel Power  <nopower@novell.com>  [4bc2724240b11ce4dfb7adafbe1f1c260fa44030]

        Fix 'Ctrl+A' in the Basic IDE - fdo#37211.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5e5da1da9115c020a7486fee4eddd7775a6d040a]

        remove reportbuilder from gbuild modules
        
        * there is no gbuild in it

2011-05-18  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5848b4a43a9c3a2f8d667999fa8a1f6f27e0953a]

        rename Module_ooo.mk to RepositoryModule_ooo.mk
        
        * also change GNUMakefile.mk to find the RepositoryModule_*.mk, instead of Module_*.mk
        * subsequenttests was broken by the introduction of tail_build, because there where two Module_*.mk in root

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [ec88e3f84f78c60c889f877b15c073cb273e28b7]

        Fix typo

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [1b8ac64491cf4231edc0995eebc778b69aada408]

        Rework how <db.h> is included

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [4819e1bd1ad26a3b4715c35c8534ec24b917b94b]

        Rework how <db.h> is included

2011-05-18  Tor Lillqvist  <tlillqvist@novell.com>  [c9f99f4ec82e02dd0c32479efd1d57a065a8642c]

        Rework how <db.h> is included

2011-05-17  Joseph Powers  <jpowers27@cox.net>  [22e299f25e6b9b27b097aa95a75bc0fb39c18752]

        Convert OwnList SvObjectServer into a vector<>

2011-05-18  Michael Meeks  <michael.meeks@novell.com>  [834fc570c2f2d66aacd2a0315a2fb38ffc474c0f]

        fix gtk FMR on shutdown - fdo#37302

2011-05-18  Jacek Wolszczak  <shutdownrunner@gmail.com>  [a348253f2e1e69c2e94a98d8b1f2d6aca958fe5e]

        Remove #include <tools/debug.hxx> in writer/sw

2011-05-18  Jacek Wolszczak  <shutdownrunner@gmail.com>  [7770c9b49a9d79c46421e5c3b78cdab42052a901]

        Remove unused debug function from acccontext.cxx

2011-05-18  David Tardon  <dtardon@redhat.com>  [2a7739aa271d18f8ceb3731ff26d926174cdabc0]

        do not leak memory

2011-05-18  David Tardon  <dtardon@redhat.com>  [7dac70656639a79b65bdb074eca94921baa6fffc]

        remove stray semicolon

2011-05-18  David Tardon  <dtardon@redhat.com>  [dec1051e119856994da3d769633f68748f9ec027]

        impl. bool conversion

2011-05-18  David Tardon  <dtardon@redhat.com>  [87fbe86b7140a77cc6e38f063b08af9213078ca3]

        generalize ScopedBitmapAccess and simplify usage
        
        It can be used for AlphaMask too now.

2011-05-18  David Tardon  <dtardon@redhat.com>  [4b7c263fb31b68a59e52f44cc2907a125b7d9d2b]

        remove dead code

2011-05-18  David Tardon  <dtardon@redhat.com>  [6412ba57b3759d78a3cce05a985e7ce1f084667e]

        do not leak memory

2011-05-18  David Tardon  <dtardon@redhat.com>  [2de65f1c733a27ac8cf59ea0fc232d7984edcc8e]

        do not leak memory

2011-05-18  David Tardon  <dtardon@redhat.com>  [44fbaa838f26d5bd13101438941b9fd2bdf7e467]

        fix brain fart

2011-05-18  David Tardon  <dtardon@redhat.com>  [e1cf54dbd0f8823c4b85af65889c40a6449a71c3]

        do not leak memory

2011-05-18  David Tardon  <dtardon@redhat.com>  [dd31f0d9528dc104ae7e42ca44169c4f97428916]

        simplify

2011-05-18  David Tardon  <dtardon@redhat.com>  [9e848f19fdd5f146bfa18a756fe488ccbd71be9c]

        avoid memory leak

2011-05-18  David Tardon  <dtardon@redhat.com>  [8ed7a0e351ef1beee96851e21513abdc168da2ff]

        avoid possible memory leak

2011-05-18  David Tardon  <dtardon@redhat.com>  [944be16fc010e5209a3d7aa4da6836682487757b]

        do not leak memory

2011-05-18  Rafael Dominguez  <venccsralph@gmail.com>  [655583bea5ef7725caec5fed5a91ab9000dac223]

        Fix index out of bounds in ScTableConditionalFormat.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-17  Rafael Dominguez  <venccsralph@gmail.com>  [278ac6c87d2bed5956a138eeb70431e8988eed99]

        Fix index out of bounds in ScTableConditionalFormat.

2011-05-17  Kohei Yoshida  <kyoshida@novell.com>  [f7f1b2c63eda6f96467c28bff48056a515f3e2ce]

        fdo#37252: Don't assume you'll always find a match.
        
        The original code assumed that the find call always returns a match.
        Apparently that assumption is not always true.
        
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2011-05-17  Joseph Powers  <jpowers27@cox.net>  [eaea49187f4ea29bba32042ef8aeced45304773b]

        Change SvStorageInfoList from an OwnList to vector<
        
        The main work is in:
          storinfo.hxx
          storinfo.cxx
        
        The rest is just simple cleanup.

2011-05-17  Joseph Powers  <jpowers27@cox.net>  [3dff76348ebcfdc520ff61077fef4d58e02c6ba4]

        Change SvStorageInfoList from an OwnList to vector<>
        
        Simple changes.

2011-05-17  Joseph Powers  <jpowers27@cox.net>  [fa51be6f4c99aca2c7c22770b9f503acacb10cf7]

        Change SvStorageInfoList from an OwnList to vector<>
        
        Simple changes.

2011-05-18  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [fb66a6bffaf822bfb26f8a8ed2ce981979de19ce]

        rework ScViewData to work with unlimited number of sheets

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [b0ba9eb2ff817b28768fed7994281facd86df291]

        Check what compiler is used, not run-time platform

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [da210f5c98f77142e48853fc46d0e4d61b87f1de]

        Add minor patch to libvisio makefile.mk

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [95760e349e95f9a7607da0341f43b6528cbc5ff7]

        MSVC followup fix for RC command line syntax

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [67c0847fa953c906a35c410baa64456520d7a6ce]

        MinGW fixes for DLL creation

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [7a72d99bdf0b2b82b4fa359398308234a6497766]

        Be pickier with syntax for windres

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [8b24a0326df463c8ea775bf90b3090f5184a894e]

        chmod +x

2011-05-18  Tor Lillqvist  <tml@iki.fi>  [e7e5983649cd6e48b034d9d65ee0d7d6791178b7]

        Sleep only on Windows

2011-05-17  Jacek Wolszczak  <shutdownrunner@gmail.com>  [622db59048fbcc04a9ff950c2a2bcdd458c7df87]

        Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1

2011-05-17  Andras Timar  <atimar@suse.com>  [2883b0a4b44c590c60b5945fdc0dfa0a9dd3c2e9]

        remove support for proprietary modules (former StarOffice)

2011-05-17  Andras Timar  <atimar@suse.com>  [45942b26d959bcaf8f5422d182074922d2898646]

        remove unused functions

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [d40a49f73ee69f2b04b3b22610420cf6c85df645]

        No DB_INCLUDES any more, pass -I if necessary

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [718966db6fce4f30ca81a3834665f4dc0d5a1912]

        No DB_INCLUDES any more, pass -I if necessary

2011-05-17  Julien Nabet  <serval2412@yahoo.fr>  [9f4664805178dec68f79cb066f5dde8ba8fbaa31]

        Just 1 simple fix cppcheck warning

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [5a0453aa4dbcf14d37a67a89dcec70d0f5dbc9d8]

        It's __declspec, not _declspec

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [699dfe57119471dfb36464b2e91536c6ab1cf1aa]

        Break out of loop when the right DB_LIB is found

2011-05-17  Kohei Yoshida  <kyoshida@novell.com>  [80dd2af006122f6e97bc4445b057ff12acb9fb4d]

        fdo#37226: Use real function objects with standard algorithms.
        
        This fixes a crasher, and also some incorrect usage of standard
        algorithms, where boolean values were passed which end up doing
        things that the original author probably never intended.

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [27bae25242671804615c487362caabacd62880cd]

        No need to use -nostdinc

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [9298dd2cd28c4473beb391157461351a121d207d]

        Don't overwrite config.log from the configure script

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [3d97229173f40de402bdee53ef2299a7245f5580]

        Make checks for db work when cross-compiling
        
        When looking for the db,h header, use Autoconf mechanisms instead of
        manual checks in hardcoded directories. So yeah, this means that you
        need to make sure the correct -I flag is passed if you have db
        installed in a weird place where the compiler doesn't find it.
        
        Use checks that require only compiling, not running code. Nice.
        
        Don't AC_SUBST variables that are not used.

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8f8faf15b1f54be59a8a2973197c49056cd47f95]

        Don't link with libraries that are not needed

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5b7a361cacc56da6ff65777c416b745d4d6cbab5]

        some tab -> spaces changes

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [df42a30530e54be9ab250a462a9d5ad7d848cd0f]

        Some more makefile.mk typos that were breaking windows build

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [a8a3406a878b163dfc6cf3e526fe146da80a3446]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [f362074f5946e24a75f6cb26537a20e90ced3973]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [6d0d826c06fb5a686bd48ab81848354d80ae9de6]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [d5eadf918f040e50351f27c391d7a6ce0708e669]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [c790bfda47d217d59ddefde565fcfb5498a8c634]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [cc9723b34069606776e597ad0c7784a26528d540]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [b7dc958c058124d5f0132eaaa9f5de12c2f2f50e]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [06cd521e0666f942738e75c497bf5dcdc2f4964e]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [6034eac88c2a36296ccd9a2c6779488fa9da3ab1]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [904022ce758bbf340540f2487fb939f5bbbb83e6]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [320f9a51d2c0c9665ac5689771878dd7c798686a]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [98ee576a114571c23bf3d7bbdf1ac23e59822f81]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [b648498ba031057c0302e67e858440a1df939394]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [1ea93d6dcd2ab0f8952f6683c82d278a41c6ea08]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [da3460d895a052baad71844d7d115bde0f632363]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [6f118f3ca9eaa8ce547e9dba1d499c82f568baa0]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [b4ac2e4825ec4d1fe4e4d0e2e09dbf8df9f84a6a]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [dd22b2f2c6f8ca7211e9f4eff9d148dfb83eea24]

        Branch libreoffice-3-4-0
        
        This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 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-05-17  Petr Mladek  <pmladek@suse.cz>  [734340bbee2ed03a7406b9371295b3224e8ec52c]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [6c90237bb6f8961812d978051537fefb9bb26aa1]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [e1cfe8c743613a70cf42cd1a777fabc9f783f12b]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [3d2622ff9cfb4e7e57f58f4bd60de702c16791e5]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [dc180dc97c7565af7a7c42e7a6515726d5336c41]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [204a57b9e71260cd7ecd5e5e469f5428b1550563]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [47d242eb0e1915cb64f6e2cc2d6aab778a5097ff]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [b6299a2caa62256792f8242b0655307e0832b9cb]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [927b36ab7211d7e610363328e6719c9fc2e5d3c5]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [5e7513aca3e523f1eb06ea5a2932d1c04c1db8e8]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [8c094fce20a42719623e91c516e506ed1c011f4f]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [a2ed32388076b59a4441644d443ddea6c9d187c2]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [7c6a1800a507f85067709d9e6dd9145b55deb1ea]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [010a4baa37bbdca0c35dc3555f6467174e956644]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [ea391f1f66d1eabae6c952ca81ba8a067e1aa7ab]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [25f52006c2c5c45891a010b0ff43bfa9c8705e67]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [d37b0f73dfc83c763cc32eb9783940822a05d8a4]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [61aec76dce123c83cf9b0e0159d655293133987e]

        Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [4ba26e3dd2dbf10ffeaa5151758b3ea82f238ebf]

        bump product version to 3.4.0-rc1, release number to 11

2011-05-17  Kohei Yoshida  <kyoshida@novell.com>  [e358b60b11879399a0ffdad59216e837f01d08f9]

        fdo#36339: Promote the default chart8 filter as the preferred filter.
        
        This ensures that the default chart8 filter gets picked over the one
        from Oracle Report Builder.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-05-17  Thorsten Behrens  <tbehrens@novell.com>  [ca293b9101d5b1785e9546c93016f9f5823d2f67]

        Update toolbar mimetype icons
        
        Update according to new artwork at fdo#33229 - please see
        http://wiki.documentfoundation.org/File:Toolbar-Mimetype-Icons.svg
        for the authoritative version.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-17  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [49ae17b5d8954f863f952f1499fc8314cd9b52b8]

        fdo#37277: Fixed the ugly undo hack in SwInputWindow
        
        bug introduced by this commit: c3d4c1f2dc11b9ba88bffb54dd518e8c7e11108b
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-05-17  Michael Meeks  <michael.meeks@novell.com>  [06fbdf7dae5be265d56850045189a8d95bb7e5cb]

        fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-17  Michael Meeks  <michael.meeks@novell.com>  [ed1b699f659978ea268cec6e385d5f42027b58cc]

        fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497

2011-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d492b8c86d9f4ee943591f89c1ca8bd85431f288]

        fix bugs that were inserted with the last patches
        
        calc starts now

2011-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [dc0d7ee2d541ade161f252057c246caee7396952]

        increase table limit to 10000 for now

2011-05-17  Noel Power  <noel.power@novell.com>  [a8c91a4b693c5e45c03ab52d075121646073cef0]

        Revert "maybe temporary fix for crash when accessing basic uno services"
        
        This reverts commit 1aa0150844d37e28cf0b420cbc60a96ad478edbe.

2011-05-17  Michael Meeks  <michael.meeks@novell.com>  [80305ef4b69f138c36472db00452b578954ab97b]

        fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497

2011-05-17  Noel Power  <noel.power@novell.com>  [342af388111ac5aa311a887beae1565fe0b82d02]

        Revert "do not leak memory"
        
        this seems to cause some problems with a number of components
        This reverts commit f9496177a4c942f2acc39a978a3cd65689f14d8d.

2011-05-17  Michael Meeks  <michael.meeks@novell.com>  [0fe6dbda6b53087e2d5dae25b318664b29f10187]

        fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497

2011-05-17  Julien Nabet  <serval2412@yahoo.fr>  [03cf5c4a5d74dbeb151cf27c26adc2b9a1163cb8]

        Cppcheck Same expression on both sides of '<', we remove it

2011-05-17  Sergey Davidoff  <shnatsel@gmail.com>  [e05ccb1672505c16825833ea628e2e82c6b544c0]

        updated a search icon in Humanity

2011-05-17  Sergey Davidoff  <shnatsel@gmail.com>  [1457d1dc2dcb71e868e8624f8afc8398b3045430]

        lp#763892: updated leftover systray quick start icons with OO.o branding in Humanity and Oxygen

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [88bf5d4cf5940489483b48efd59eec1e3dc1fd37]

        Default to internal libvisio unless requested otherwise specifically

2011-05-17  Petr Mladek  <pmladek@suse.cz>  [cae534fec21b832e470f8b9c41109b30cda96a13]

        find the versioned desktop menu icons (fdo#37160)
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-17  David Tardon  <dtardon@redhat.com>  [307313e182185fd49a85eabdb7b0732da077d6b0]

        do not leak memory

2011-05-17  Jan Holesovsky  <kendy@suse.cz>  [d778ce0dcf26850062d3f900bbf6a340bb0b8a21]

        wikihelp: Fix linking to pages, fdo#35671.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-17  Thorsten Behrens  <tbehrens@novell.com>  [510f23857416145c8fb51fb2befb3e48421b4dbe]

        Removed en-US duplicate dicts in langpacks.
        
        This reverts commit 995e00694bb38e00f3b2b8decd44c88d56863484, and
        f6b3c7c837eec9f79e76c8e8587d9f635ff82203, to fix fdo#36907. It also permits
        some user control over which dicts should be there.
        
        Fix for fdo#34910. Also aligns dictionary names with
        bootstrap's 838aba9d2f29464ffbecbdd12fa9e39ec7ce6dd6 commit - which
        in turn fixes fdo#36926.
        
        Signed-off-by: Andras Timar <timar74@gmail.com>

2011-05-17  Jan Holesovsky  <kendy@suse.cz>  [7c6a6bb8644ebebed08a6e42cf8ad3d634b79008]

        wikihelp: Fix linking to pages, fdo#35671.

2011-05-17  Thorstem Behrens  <tbehrens@novell.com>  [b9a3e38b031ba36118d23f1c494a1553810e831a]

        Complete revert for native334 #163388#.
        
        The previous revert did not cater for the changed volume name -
        the nice libreoffice background image was missing.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-17  David Tardon  <dtardon@redhat.com>  [121cb7d8a74e198c63abdfcf4c239dea97505ce7]

        do not overwrite file if no whitespace was stripped

2011-05-17  Thorsten Behrens  <tbehrens@novell.com>  [7d9a21d21d6e089b84659a3c8c1b15178937646e]

        Enable nlpsolver also for Mac
        
        Fix for fdo#37180
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [975b40ecc55abd0b50b3156a2b10d8058f2f080a]

        oops

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5f5a7519db07bce91a82fdb472eeaffd807f5eb8]

        Add dummy libvisio into download

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e058df87581e7f4f5a9944cfdc681a50340eec5]

        add possibility of system libvisio
        
        which does not yet exist though

2011-05-17  Julien Nabet  <serval2412@yahoo.fr>  [474d8ffd63bbad835f1d5ccb73fcb82c2849db0f]

        Some cppcheck cleaning

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3c8d7bcb5362b6535e16aac7342ce478ece1bc0e]

        create a libvisio module for tarball

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [036132d4a57858040248eda1ee4a4932b5b6c789]

        Make writerperfect actually build again

2011-05-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4a7cfffd5757a7cf50b03b13b88940ca7c49c335]

        Boilerplate code for Visio import filter module

2011-05-17  David Tardon  <dtardon@redhat.com>  [f0c1021dd4b55465e595f8dcec2cf00eb3494fe0]

        WaE: NULL was not declared in this scope

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [a857f4529320665e6dc40544228afbf89e699c3a]

        Enable MinGW cross-compilation of lpsolve

2011-05-17  Tor Lillqvist  <tlillqvist@novell.com>  [f85118caecec67bf6c6b83b06adac055441fd2a5]

        Allow for lack of AC_CHECK_ALIGNOF unless cross-compiling
        
        The Autoconf 2.59 on Mac OS X 10.4 for instance lacks
        AC_CHECK_ALIGNOF.
        
        This means we can't get rid of the typesconfig program in
        sal/typesconfig until we can require a newer Autoconf.
        
        Also correct the hardcoded alignments for MSVC. (Not that they get
        used; As we are not cross-compiling with MSVC we will run the
        typesconfig program for it.)

2011-05-16  Joseph Powers  <jpowers27@cox.net>  [e98e91b35c06d7b53f517e175050d797537982e6]

        Change SvStorageInfoList from an OwnList to vector<>
        
        Simple changes.

2011-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [348566943ca7ebae80ffdf4776917de374e240ec]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bef7ebf1d8cfa6ee606c8c29b4928ac6f2ec1cb3]

        WaE (picky) - noeol

2011-05-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [139707bb61ad2d129ba98a0c7b5b1a0a264922c9]

        rework most of the ScDocument methods
        
        it compiles and the unit test does not fail

2011-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [54b82306e1f1f4cf352cf7960dbc13b3ee9aeaef]

        WaE (picky) - noel / remove umlaut in comment (translate to english)

2011-05-17  Tor Lillqvist  <tml@iki.fi>  [84fbaed77de78c37ddae2da17f182aa148ef5776]

        More cross-compiling work
        
        AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in.
        
        As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E
        and S like all the others, we can simplify the glob pattern for the
        Set.sh file.
        
        Don't attempt to download and/or run unpackers for dependencies
        relevant only when using MSVC if using MinGW.
        
        Misc other Windows host vs. build fixes.

2011-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3b519a7eeffea5adbe0bf078e9a4c0b10a930d18]

        WaE - add explicit casting (decimal-types  → integer types)

2011-05-17  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [284cc2c2c777ed8d90c3406cf1323edde8e637b4]

        WaE (picky) - noeol

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d8ee7736dbdd762304edfd8ed81330b2068a1694]

        WaE - might be used uninitialized

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fc6bb9146ca4976cfeb718f76e7e740812ff604f]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c1c9015c7c5f5645cf541f562421970e361d6d2b]

        revert part of 5cd163969b0958bd5812f837ff014409bf5b72ce
        
        size_t is unsigned type, but function returns negative value
        (function is apparenly not used anywhere else)

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [1fd367c45cc6a2ff57eb33c70684136874d066cb]

        WaE (picky) - noeol

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b993b1e9052102279063dbffb3601461391735ad]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [2f326b70007afca8bd76e3440df09e891b8caaae]

        WaE (picky) - noeol

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0b26358b96e77efffed70d5b7c9a50cdd12da2a8]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0141fe850626ee99129f5c871e0c87e2e9bec381]

        use typedef not at iterator but at container type

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0183c94cafa2b61217f018f51cac84667aa6fbfb]

        WaE (picky) - noeol

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f9c5c8572af6276b87e8a4bbf678c97eb370d187]

        WaE - base class should be explicitly initialized

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [47b290d273f6ff1e576ce713e8397d56701a27a1]

        WaE - assigning negative values to unsigned type

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [95ae6b53dd0e39fdace9bcf5e05104e31653b2ed]

        WaE - foo might be used uninitialized

2011-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [18767cccea159d405710fd068b1bc67d90b287d9]

        make some more methods work correctly with unlimited number of sheets

2011-05-16  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca8a159af4fb1e15a4c0f78d4d6577d1a6db025d]

        change table container from c-array to std::vector

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [632922d451b72e0b8ba2336f79139002df41e656]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-16  Noel Power  <noel.power@novell.com>  [8d31e039978cadcc3b333ddf5ec54acfec2ba517]

        maybe temporary fix for crash when accessing basic uno services
        
        OModule implementation ( in comphelper/source/misc/componentmodule.cxx ) has been changed by commit f9496177a4c942f2acc39a978a3cd65689f14d8d, it seems we need to have a registerClient call made on the module in order for it to work. Adding a BasicModuleClient instance seems to do that ( not sure though if this is a correct fix )

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bdc6b3c6da58a7fd4386e36577345ada1a86def1]

        WaE (picky) - noeol

2011-05-16  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [dca0391318ca9a88ef89ce89da7588732a47f43b]

        WaE - add explicit casting (decimal-types → integer types)

2011-05-16  Sergey Davidoff  <shnatsel@gmail.com>  [2e703749d25929b7ec7eec20c0542b3d664dfb91]

        lp#783247: updated a leftover icon with OO.o branding in Humanity theme

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [0bd8a0b4122d38d42e0dea2c3f239cde98b2584b]

        Fix graphite2-0.9.2 particulary for LinLibertineG (fdo#36510, fdo#36752)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-16  Petr Mladek  <pmladek@suse.cz>  [31e0d0c56fffa4873c029979f15c6cee1bdf81ed]

        Revert "Fix graphite2 particulary for LinLibertineG"
        
        caused many build problems on Windows; too late to do this change
        
        This reverts commit 1dbaab9692545a9c8c032a886932a7626e48dbe9.

2011-05-16  Petr Mladek  <pmladek@suse.cz>  [91a8d7bf04688fe2c3fcc7c385d109a6778ce4d2]

        Revert "And the makefiles"
        
        caused many build problems on Windows; too late to do this change
        
        This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.

2011-05-16  Julien Nabet  <serval2412@yahoo.fr>  [9668120efb779f70a8cf17a15d4cd9bf0b203d34]

        Some cppcheck cleaning

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [e45a578cca2aba7ac7bed0a856cc018427bb89b9]

        WaE: comparison between signed and unsigned integer expressions

2011-05-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [80840b8b59f8a013d5f8da930d51c8639c2d9673]

        fdo#35668: do not manually free parser context
        
        * reenable complex.unoxml.DOMTest testXDocumentBuilder()
        * do not manually free parser context, there is a shared_ptr for that

2011-05-16  Luboš Luňák  <l.lunak@suse.cz>  [fc219519014d97053dfcf36d6db150d955f2162d]

        start/end for tblBorders (17.4.13/37), rtl detection missing

2011-05-16  David Tardon  <dtardon@redhat.com>  [7159d540e2831d36b03d3f6eab6d4caefff0a84d]

        avoid double delete

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [85d44913abdca42d32bb98e435221227d447fe65]

        Minor tweaks for cross-compiling
        
        Still a long way from working, of course.
        
        The configure script now runs to finish on Linux with --host=mingw32.
        
        It is no longer an error if Windows SDK or DirectX SDK are not found
        by the logic in the configure script. It might well be that the user
        has included relevant -I and -L flags in CC or CXX that makes the
        compilations work anyway, or something. We should not try to be too
        clever and try to predict how the compiler or linker work in the
        configure script.
        
        We now define the FOO_FOR_BUILD environment variables in set_soenv.in
        even when not cross-compiling (identically as the plain FOO ones in
        that case, obviously). This should make some makefiles and stuff that
        build tools to run on the build host a bit simpler.

2011-05-16  Jan Holesovsky  <kendy@suse.cz>  [6280a1e3104826ccdcd71c422b149e249783d5da]

        Fix crash in WMF import - fdo#36991.
        
        (cherry picked from commit c4361c93de2b9661d59bc4aa799dffea7ad579e2)
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-16  David Tardon  <dtardon@redhat.com>  [c2a48ac46ee2def38d2c26df117ad4d905e2241c]

        array address is only MAX_ADDRESS wide

2011-05-16  David Tardon  <dtardon@redhat.com>  [bc64f511968eb0266cb56b0bc9bb5a0d6831189f]

        avoid possible array overrun

2011-05-16  David Tardon  <dtardon@redhat.com>  [ccf2c83ab786f87d549a7d2af6c48077977469f9]

        avoid possible array overrun

2011-05-16  David Tardon  <dtardon@redhat.com>  [bf5b493104d2dd4ab964f1fcb845200eaefbbcd5]

        end of group mark should be alias to the last item

2011-05-16  David Tardon  <dtardon@redhat.com>  [5b16dfdc6f02e2783315f7244dc19e0a280cf02b]

        make_keyword expects the buffer size is >=256B

2011-05-16  Julien Nabet  <serval2412@yahoo.fr>  [c1af4aeaea4beea5caa8b65c9a142609d6bc8554]

        Some cppcheck cleaning

2011-05-16  Noel Power  <noel.power@novell.com>  [acfb65d44f99365537b8538493d67419415a3cf2]

        fix for fdo#36684
        
        fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d378b5aef79380eaec00d98c13813bcb8a73b341]

        Revert "Upgrade graphite2 from 0.9.2 to 0.9.4"
        
        Reverting changes because they break windows build.
        
        This reverts commit a8ffbd10776df479f71c213e5f1deb5f9e866307.

2011-05-16  David Tardon  <dtardon@redhat.com>  [e6a9df96653bb47614907075426a5e45ef6b69a0]

        delete[] after use

2011-05-16  David Tardon  <dtardon@redhat.com>  [067dd53523ecf2c5a6343c6f5b84e4074d9e9a7d]

        make this more robust

2011-05-16  David Tardon  <dtardon@redhat.com>  [bc5a9263115337fa62bbc47758ad2f6124a8f71c]

        close opened files on error

2011-05-16  David Tardon  <dtardon@redhat.com>  [c89dac185cf1079ad5caf2c48e544663cd9cbfaf]

        avoid array overrun

2011-05-16  David Tardon  <dtardon@redhat.com>  [58905f2778d5226472d76eb41f4a9ff35c5b4aff]

        fix brain fart

2011-05-16  David Tardon  <dtardon@redhat.com>  [f2e263704376d36d78087b72753c88b6dbc6a833]

        remove unused code

2011-05-16  David Tardon  <dtardon@redhat.com>  [c726ee7d9d1c3ab49a1a0f4c07a951cb758822c3]

        remove unused function

2011-05-16  David Tardon  <dtardon@redhat.com>  [2ee4b71d6dd52e1613cf4e9dc1c6392661b7900c]

        do not leak memory

2011-05-16  David Tardon  <dtardon@redhat.com>  [baf8301f80c0db8dddbb31826480c3ba799c0a67]

        avoid possible memory leak

2011-05-16  David Tardon  <dtardon@redhat.com>  [cea8b8375ea692bf243d5bb7debfebe9c7886c65]

        do not leak memory

2011-05-16  David Tardon  <dtardon@redhat.com>  [cde8ea43fa8cf82a182df50d8eda3413bcf30e2b]

        do not leak memory

2011-05-16  David Tardon  <dtardon@redhat.com>  [ae90d89e6ff3023073520511e94c7a375efbaa56]

        do not leak memory

2011-05-16  David Tardon  <dtardon@redhat.com>  [f087609bbc0ed2133cbc62e78c209bed5954b34b]

        release BitmapWriteAccess correctly

2011-05-16  David Tardon  <dtardon@redhat.com>  [b1cb15496e7cfc8cc1c54cada5306931fa95adc6]

        do not leak memory

2011-05-16  David Tardon  <dtardon@redhat.com>  [908d9588d4952bf4f1d2bd55a4a84a0422b36553]

        delete[] after use

2011-05-16  David Tardon  <dtardon@redhat.com>  [d29672239d4c4017ed7d11cadf6909d12d9cdb0b]

        delete even in case of error

2011-05-16  David Tardon  <dtardon@redhat.com>  [38d503b64bd3d9959e4e1083318234e95b5b7512]

        this looks incorrect

2011-05-16  David Tardon  <dtardon@redhat.com>  [bd91c127a3fd28c2de06b3bcd7b767c5b9e57874]

        avoid array overrun

2011-05-16  David Tardon  <dtardon@redhat.com>  [576646a15c9ca5cd2dd5a98f6dd1db7d9c7704d8]

        delete after use

2011-05-16  David Tardon  <dtardon@redhat.com>  [019b792df6a62f60227b1b433bb4cd0f4460c900]

        free after use

2011-05-16  David Tardon  <dtardon@redhat.com>  [e99d6e62f9d9b64fe0b5ef5b9f545e25b727118a]

        dir is always copied--free unconditionally

2011-05-16  David Tardon  <dtardon@redhat.com>  [c03eb3eefb503a028a0d073e3573a0821e7a05b0]

        free after use

2011-05-16  Jan Holesovsky  <kendy@suse.cz>  [4ddde17087512a45dfe13337ca0b9837c1446979]

        Fix crash in WMF import - fdo#36991.

2011-05-16  David Tardon  <dtardon@redhat.com>  [d971198fd36f40455e098078159b130bafc6116c]

        do not leak memory

2011-05-16  Martin Kepplinger  <martinkepplinger@eml.cc>  [85b80c41adcee362a20d848363d5ed325e6b807c]

        Translate german comments
        
        Translate all remaining german code comments in writer/sw/source/ui/index
        to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-05-16  David Tardon  <dtardon@redhat.com>  [717548874c0a4e4bfcedf9896ea2fabc56a7b483]

        do not leak memory

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [699d119f7825b5b44f6dd6e3915a0f9584078b69]

        Use current terminology and socket library
        
        It's called the Windows SDK, not the Platform SDK. Link only with the
        ws2_32 library, not the wsock32 one.

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [0c083b43ce3bc454fac5bc3a6d1057dd4ec8806d]

        Always link with WS2_32LIB, not WSOCK32LIB

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [970f1dc0c98f7c0f9fd9a6c2a0ce6228e80272d7]

        Always link with WS2_32LIB, not WSOCK32LIB

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [e548d6364ff4b85a08ecfd2ed149571abfe04475]

        Always link with WS2_32LIB, not WSOCK32LIB

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [4c505502a86f8579711ef869e171f7bcce35f7eb]

        We always use a Vista or newer SDK

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [ca4d30985c24ee960e9104be8e7f137627b043b0]

        Use current terminology and socket library
        
        It's called the Windows SDK, not the Platform SDK. Link only with the
        ws2_32 library, not the wsock32 one.

2011-05-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [338b5258aba9ffc35f680ecd1b3bde8851659b12]

        sw34bf06 #i117711# - correct RTF page margin export
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-16  Francois Tigeot  <ftigeot@wolfpond.org>  [0c5d3ca3e40c60322c1d5eabc6c4a27df96b1c09]

        Fix some bashisms
        
        Equality tests with == are not posix-compliants. Only test = works
        with all /bin/sh shells.

2011-05-16  Andras Timar  <atimar@suse.com>  [fcdf44ef0fd9b4c12e7a5c57a5dfe6080f69779d]

        fix password dialog layout problem - fdo#36951
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-16  Roland Baudin  <roland65@free.fr>  [952a45ec3eca1609b29bee964bbbd7b6e503455c]

        fdo#33781, use anti-aliasing in metafiles when anchored "as char"
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-16  Andras Timar  <atimar@suse.com>  [5631d2cf76fcd33ae355295e3e1111f95887c866]

        handle --with-lang=ALL case

2011-05-16  Tor Lillqvist  <tlillqvist@novell.com>  [080f1432c76bc235aa9d084b6a3b69711ab07dd6]

        The (nested) class ScDBCollection::NamedDBs must be DLLPUBLIC, too
        
        Referenced from Sc10Import::LoadDataBaseCollection() in the scfilt
        library.

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [06882a94723ddb1568cb82bd3cc1604a2d8b0bab]

        Upgrade graphite2 from 0.9.2 to 0.9.4

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [2c17a6b4c57c7edb3de1fd456e37cd783edd4202]

        oops

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [f65e4a9a789d57992977b994b68ecf8403c480ad]

        Update to graphite2-0.9.4

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [c1b808f4ee94f2b352d2cc58b39aea0ae59f6812]

        And the makefiles

2011-05-16  Martin Hosken  <martin_hosken@sil.org>  [7fab6b19015c2ea208a0369abfccdf3e1a7ef2f5]

        Fix graphite2 particulary for LinLibertineG

2011-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cc5144ccef69fe2f92da03ea266ca6b3476cc69a]

        Build nlpsolver for Win32 and Linux release builds

2011-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [61905457ce6e849ffd910640caa26c4abbf5cf86]

        Build nlpsolver for Win32 and Linux release builds

2011-05-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8516a7044a9ba1447d5d8317969eab335374a5da]

        Reverting one Oxygenoffice change until _KAMI_ makes it work

2011-05-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2108d136b976342505e64f46d0b7a4ccf68b7299]

        fdo#35668: do not manually free parser context
        
        * reenable complex.unoxml.DOMTest testXDocumentBuilder()
        * do not manually free parser context, there is a shared_ptr for that

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [5e3f54feac71c1fae28cd26270c73b5809e365e5]

        Very early hacking on MinGW cross-compilation
        
        We need to differentiate between compiling for Windows, and building
        *on* Windows (which always means on Cygwin, actually). Fixed some of
        those cases to use the proper test. cygpath should be used only when
        building on Cygwin, naturally.
        
        If attempting a MinGW cross-compilation it still doesn't even pass the
        configure script without failing. Many hard problems have not been
        solved.
        
        Cygwin's gcc -mno-cygwin is generally considered a broken concepts, so
        binning support for that. Instead, if on Windows but not using MSVC
        one should use the Cygwin-based MinGW cross-compiler. That case should
        probably not be considered as cross-compilation, though.

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [71c391a32876ccc0e125d08ececfbd5914337ec8]

        Set GUIBASE for Android

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [f578312df033ba819cc4167617d035ee80cda8ba]

        No use building np_sdk for iOS or Android

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [f6aed997345e78765e4e35449e007015e6ea60a6]

        Set some FOO_FOR_BUILD variables also when not cross-compiling

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [60dbfc13ee8404ba7c2d887463ffd23e8639a24f]

        Use specific OS value for Android

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [ca5f1c9b2ccd904558f5c2ba9d72bcc3f9523dec]

        Add Android .mk file

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [30bd771e0f9098489b90f9952c9b5ff885d40dc2]

        Drop unuse GUWCMD

2011-05-16  Tor Lillqvist  <tml@iki.fi>  [847e217bf9dd166e62dd2bd40db7ab2181f604cf]

        Add Android directories

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [dfd11a2696f30343b71aa3336678eb951a306b5d]

        Don't build checkdll when cross-compiling

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [eca6196cd925aa7292fa9e99d2a3695f785258d2]

        Use the build platform compiler for dmake when cross-compiling
        
        Except when cross-compiling from Windows (yeah... not bloody likely
        anybody would be silly enough to do that...), then use the Cygwin gcc.

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c]

        Use specific DLLPUBLIC for each library
        
        This avoids exporting the same functions from multiple DLLs.
        
        Also don't mark template classes for DLL export/import, I think that
        is not what we want. Or am I on crack?

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [af495ab5189641b718eea78b1b4949df2053e220]

        For some reason have to use doublequotes around CXX_X64 etc
        
        I don't understand why, but need to use double-quotes around the
        CXX_X64 etc values assigned in set_wnt64.mk, to guard against their
        pathname containing spaces or other special characters, like parens in
        the case of "/cygdrive/c/Program Files (x64)". I hope this helps those
        who have MSVC installed in its default path.
        
        Also drop use of the unnecessary WRAPCMD.

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [b860ec1e3baaf6e6d50e0d25f8a9524e78cd2a1f]

        Fix build on Windows

2011-05-15  Takeshi Abe  <tabe@fixedpoint.jp>  [b52e862e8cd3919d09b14a150916b8b20ec0b877]

        fix typo

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [0382ab00b9b80baef001f23d3419cd967ef812e9]

        Export the LoggedResourcesHelper class

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [787cab7aa046150a66d3183683f040ef71c595f4]

        The writerfilter library needs the resourcemodel library, it seems

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [d1fbb3c57e3f596ffeade631f47493044d5044c6]

        Drop unneeded <windows.h> which actually causes a compilation error

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [a727681c02dbac90022c0da8d1d1e9b241303d62]

        Fix lotuswordpro unit test on Windows
        
        file: URLs on Windows are of the form file:///c:/path/to/file , and
        the SRC_ROOT environment variable is of the form C:/lo/git/master, so
        we can't just concatenate "file://" and SRC_ROOT, but have to insert a
        "/".
        
        Windows programs don't understand Cygwin symlinks, so we have to
        specify the path from SRC_ROOT to lotuswordpro through an explicit
        clone/filters path.

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [0e69a0b50e8b773368a3bcbb849c5dbc0084d358]

        Don't need to do this here any more

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [d8f4b788c7686357f9f2a3738a30e5436c8c0ccc]

        Propagate FOO_FOR_BUILD variables when compiling for the build system

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [e08e17a63231c50327b2d1e8228708e4d2bb21be]

        Don't claim to be official TDF, don't build stlport

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [ee48b82235ef2e7fe5167d91de7aa69252aef4da]

        Accept androideabi here, too

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [ebb1f2af35bd2e8054b9938bc5aa422e9a38175a]

        Check host_os, not build_os

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [9bddb3ce73e3f5244177be425db27dbf1f85acc3]

        CROSS_COMIPLATION is YES in uppercase, or empty

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [30659f237f2ffe5c31e9c82583c867ac41ba6716]

        Initial baby steps for Android cross-compilation

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [89b315948cc290a67c13000ea5cb7ab27cf203f6]

        Rename the Windows env setting files to be in MixedCase, too

2011-05-15  Tor Lillqvist  <tlillqvist@novell.com>  [c552c7faf103c7832020c7e1be4774004b28779c]

        Fix from-scratch build breakage: Don't call realpath on Windows path
        
        In a from-scratch build, when running the configure script, which then
        runs the set_soenv script, the default_images symlink (that is passed
        to this function in the form of a Windows path, for some reason) does
        not exist yet, and realpath fails anyway. So don't bother calling
        realpath on Windows paths.
        
        Although I don't know whether it then will cause a problem that the
        cygpath -m call won't be able to expand the symlink as it doesn't
        exist anyway. This is a mess. And if cygpath -m expands symlinks
        anyway, why is the realpath needed at all?

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [bc5a2dab0f478662e9563ffe544ff0f719b1a163]

        Cosmetic capitalization fixes

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [cce4f3a1afc99f7f2cc612ca78d0561fe0301df9]

        Bin weird stuff like \\jumbo2.germany.sun.com\R-Laufwerk

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [16471e0e6e7d3ac9e60e837c89e9a911c44d773e]

        chmod -x

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [c32ebe1bb3e9ab5227371a89a677e77096cc74ef]

        Kill obsolete stuff

2011-05-15  Tor Lillqvist  <tml@iki.fi>  [dc4d7d995b36e2c23dfda295af6a59623337ab68]

        Kill obsolete STAR_FOO stuff

2011-05-14  Tor Lillqvist  <tlillqvist@novell.com>  [95659d75088df4210a7121b9bf1ba44a7665faba]

        Drop stuff for old MSVC versions we don't support anyway

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [4c7f6926826019401b3a3d52eb34efcb4e21e1f9]

        Kill USE_NEW_SDK and adapt to it being always TRUE

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [a84c47186dee0ca1fd52e6806728acfb8e0ec309]

        Kill SET_EXCEPTIONS, not used anywhere as far as I could see

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [14a32cca5c89bf8a7a2b2edaadbfd5f079ff956c]

        Kill CDPATHx, not used anywhere as far as I could see

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [82d642dc5243cf8901c0639d2bd1667afce5045f]

        Fix fallout from BUILD_SOSL removal
        
        As set_soenv.in used to always put BUILD_SOSL="true" in the
        environment, we can delete the block completely that was to be
        executed only if BUILD_SOSL was undefined.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [85373fe2e73c8d5c769607e03ff5f536a24e97ef]

        Kill BIG_SVX, not used anywhere as far as I could see

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [210fc3366ae1ceedb3611c6bd89fc96c245de866]

        Kill build_deliver, not used anywhere as far as I could see

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [985bbdbc7d1a7e637515feb5daa16ad57aeecf3b]

        Kill "TF_FILTER"
        
        No idea what it is, not used anywhere as far as I could see.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [79173f64a1f02b01fe7901d8c006cc1f5d6225ab]

        Kill "NEW_JAR_PACK"
        
        It was fixed as TRUE, so unconditionally change its uses according to
        that.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [6498fdaca7b3babcb091631d07bd859a72537502]

        Kill "BMP_WRITES_FLAG"
        
        Not used anywhere as far as I can see.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [4e011da9221f20025f6d0ae5e28c4bb008401475]

        Kill "BUILD_SOSL", some Hamburg thing

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [5f0b89e382eda1d692e18af8bb2196059acb22d1]

        Kill "BUILD_SOSL_RELEASE"
        
        No idea what it is, doesn't occur anywhere else in the sources.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [2cba0cf4bc4d2003633b784b758fd8ae3a5d9f01]

        Kill "local solenv"
        
        No idea in what circumstance one would want to use that.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [9dbc7885a5995ae0d2136839a738bb4f2255bcc8]

        Add missing newline at end

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [f30162187a5fdcc21ab7e505b7d1b7606656871e]

        Renamed dbcolect.?xx to dbdata.?xx.
        
        That deliberately mis-spelled header name always bothered me.  Now
        fixed once and for all.
        
        For the record, the original file name was inspired by the 8-character
        rule that some of the old compilers that the Hamburg guys had to use,
        years and years ago.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [a19af69c93d2ca8e319a1327aba6cf042deec25b]

        Fixed incorrect exporting of global named database ranges.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [e89ef0e0a60dbaae07e73fb0503aa1d3bb80fbc4]

        Fixed segfault.
        
        Use the raw pointer after the auto_ptr has been inserted; as it
        becomes invalid once the ownership moves to the container.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [e5957d60fcf9378e280f53fa118744f95c591c5b]

        Refactored global anonymous db storage.
        
        This is more in line with the way the global named db ranges are
        stored.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [61811c1c5c9676cd05aa67571ce345c65c0674ea]

        Shift method declarations to the left.
        
        Horizontal space is precious.  Let's not waste it.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [f55cc330dec0dec60c755e2ce28a840c7fca1956]

        Fixed the fallout of the changes in ScDBCollection.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [fb7bd1f00b269501e98cdb60ab342cc384a233e4]

        Let's make the separation of named DBs clear.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [239892633323f4733cd4602d8c0d4cad55b2f946]

        Refactored ScDBCollection to not derive from ScSortedCollection.
        
        It's much cleaner this way.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [76d999a69d6e517ba51fb04ae0b7fba93858b15b]

        Fix typo

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [b85649a634d9a361c5367c7ec41f738cf257cd95]

        Fix typo

2011-05-14  Tor Lillqvist  <tlillqvist@novell.com>  [1ca8c22e04e7a68457fbb386ca6aa7a1a20cc75c]

        Simply hardcode sizes and alignments for MSVC

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [705b13ce9fa32b4118ef0427d1b2ae038cfb7885]

        Follow our convention, set CROSS_COMPILING to YES or empty

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [63404bcf55153c80ef5424eeca08c246cf1a5ddb]

        Add defines for iOS

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [6f8966f38df3607d59c8a124cdadf5e2d2332638]

        When cross-compiling, use what configure script figured out

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [f999ca15eaffa0504e7d1cc4d0e7dc5a045b07c5]

        Cross-compilation support

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [025ca51745cd64b213874c49fc12bbc084cb5c3d]

        Check more sizes and alignments and propagate to environment

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [c7d75e6dd0889c8a097f7bd6808bf69c3218968f]

        Mostly bypass when cross-compiling
        
        Unfortunately it still untars the tarball. But at least nothing gets
        built or delivered when cross-compiling.

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [1fcb5824a5f2f9593f62f5f66f02d52b69912efc]

        Cross-compilation support and iOS in particular

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [00b88abd9082c67f2d5be189f5d39b664ea4bddc]

        Do even less

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [4acf86448e93427822fb59b1fddf80709bc149c1]

        Cross-compilation support and iOS in particular

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [b5d29a7e7b6fd3a97c3b8988e5aad34e6bce42b5]

        Cross-compilation support and iOS in particular

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [b0a85a11c3379951b9fee03a23cc729501c4fcd4]

        Bypass for iOS, too

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [199fda68d86a6f58cdd794b371e06693be3d1f2b]

        Cross-compilation and iOS support

2011-05-14  Tor Lillqvist  <tml@iki.fi>  [c110960cf3ea4daf604282a3d8bd598d8822b0e1]

        Add rpl_malloc() and rpl_realloc() functions

2011-05-13  Jan Holesovsky  <kendy@suse.cz>  [a41acbe3896fef5cb07e10611144ae7af3f59874]

        Making oox to build - work in progress.

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [90e9f39e765926ebc27c78a9dd9723de92339ba9]

        Cross-compilation work for soltools

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [a6e5ca0cc436ef6e508321ca2361c4f78641fc59]

        More cross-compiling work

2011-05-13  Jan Holesovsky  <kendy@suse.cz>  [7f5c69a890f16f0d80390dc2ad950d3cedaef578]

        Make SVG export filter building again.

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [c4e2af8493fe1ae8b4c713d4f0fb5e0e0a076e45]

        Fix typo

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [15ea2710229adb5de27ce6ed6822baa27b47eacc]

        Add iOS directories

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [d6d1f4dbc3d978f32e50f6c11a6a67c87d8d1373]

        Add distro-config file for iOS

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [ff19ab5a45dab887b4aca2d58335b1e64e5425ab]

        implement start/end for TblCellMar (17.4.11/35), no rtl detection

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [0a3e5522a1f4fa533b44faf8130f177785cd5612]

        add start/end for tcMar (17.4.10,17.4.36), still not actually implemented

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [5b65f1bbc16769ec10153c6d2d7e058f44148512]

        implement 17.4.12/17.4.34 (tcborders start/end), rtl detection missing

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [a3619fe8da4817372b6d967c1298ea651faae8c8]

        start/end (ISO) for 17.18.84 (ST_TabJc) , without detecting RTL

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [a5203aefa57a7ef99534a28812f3b52c69ca03ed]

        Cross-compile redland for iOS

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [414c15bbb24537a098f1c73aaaf691eaa2c2a1ef]

        Argh, it's just host, not host_alias

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [eaf8e0939a3d8b724dec7ff48d4ada48bbfe3ebc]

        Some initial baby steps towards cross-compilation
        
        And some baby steps for cross-compiling for iOS in particular.

2011-05-13  Noel Power  <noel.power@novell.com>  [c751332218e256208aeef823023b1a755d6f6793]

        fix for fdo#36684
        
        fix layout problem with toolbars ( when enabling/disabling them from View/Toolbars )

2011-05-13  Tor Lillqvist  <tml@iki.fi>  [6fe70ff48cf520405938c3076e95504b9b90b146]

        Cross-compile lpsolve for iOS

2011-05-13  Michael Stahl  <mst@openoffice.org>  [a59be6461727293b55ad28fad0dc3ad6afa3a945]

        sw34bf06: doccomp.cxx: fix some resource management problems
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Michael Stahl  <mst@openoffice.org>  [705d1d214bbf01136f755c2461fdfa10388d3f79]

        sw34bf06: #i117825#: try to reduce collateral damage from #i104949# fix
        
        only ignore text:variable-set fields that are hidden and at start of
        para.
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Michael Stahl  <mst@openoffice.org>  [9e064908963dfcf0f8cc6c51da32983b27241441]

        sw34bf06: #i117867#: SwUndoInserts::RedoImpl: do not use SwUndRng
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [3a44b0d21d8d37943643330d8f9aa4152e613c8f]

        Let's call master LibreOffice 3.5 for now

2011-05-13  Michael Stahl  <mst@openoffice.org>  [667d6dea7774af9fde7f4118071c81ef141f2bd2]

        sw34bf06: #i117947#: rtf: ignore invalid tokens following field result
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [55aef6b1bf35d695e939c5d2c8b1aebca1a47aed]

        fdo#36826: draw background before borders or borders may be hidden
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-13  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [05f4662b941e1c5d1613beacf90ec0606680d37c]

        fix debug build
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [ea45be76b6475d2a400db56535fd0d9baf117713]

        sw34bf06: #i104384#: problem exporting section breaks in tables
        
        Replace MSWordExportBase::bInTable by MSWordExportBase::IsInTable()
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [b39677d5a0c55b3d9dd5e100570d432ff2ae321f]

        sw34bf06: #i117189# - refine condition for non-resizable objects
        
        Refine condition for non-resizable objects to apply its size back
        via new parameter <bNoTxtFrmPrtAreaChanged>. Otherwise non-resizable
        objects are always reloaded.
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [55ead46b3037002ace272f5fdf9eed8992cd7af2]

        sw34bf06: #i117863# SwFEShell::GetSectionWidth(): correct for-loop conditions
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [3d3f292cc63c8eece0eb6fb3c25a05b3da7a994e]

        fdo#36524: fix crash when deleting TOX
        
        sw34bf06: #i117863# - use hint which allows to specify, if content is
        saved or not for deletion of <SwFrm> instances triggered from <SwSectionNode>
        resp. <SwSectionFmt> methods
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [606ed5226e42bbfe684ba2497c797289eea5a4fb]

        avoid deleting before a use (bnc#693200)
        
        The call to clearShapes() cleared the list and deleted items, which
        was what pShape was pointing to -> crash.
        ACK by Cedric.

2011-05-13  Luboš Luňák  <l.lunak@suse.cz>  [c9793b70152ba299aa7cc9a0b57739fc4c3b06ab]

        avoid deleting before a use (bnc#693200)
        
        The call to clearShapes() cleared the list and deleted items, which
        was what pShape was pointing to -> crash.

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [6dc4597ab703a141349f96d2281f9896d1e88d0c]

        chmod -x

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [32878f5f17667d1f0e2b68a5d196f68bc65f5390]

        Drop unneeded -subsystem:console option, fixes build of GUI executables
        
        At least odbcconfig is a GUI executable.
        
        Apparently MSVC is clever enough to guess that a program with a main()
        is intended to be linked as a CUI ("console") executable, and
        correspondingly a program with a WinMain() as a GUI ("Windows")
        executable. And our code seems to follow that convention.
        
        Note that all this indeed is just convention; the OS of course has no
        idea whether an executable's source code had a main function called
        main() or WinMain(), if either at all. That is just a convention for C
        and C++ programs. Whether an executable is for the console or
        "Windows" subsystem is determined by a single flag in the executable
        header, and this can even be changed with editbin. Nothing prevents a
        console executable from opening windows and have a GUI, and nothing
        forces a GUI executable to actually have a GUI.

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [ed6fe6997d9312a1f4abff17a46e7be9d009873e]

        Spell nss-module with a dash

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [11606530ee8443ded14ec3b05a5643fe01e57de2]

        Use more meaningful option name
        
        It's called the .NET Framework, so don't talk about "frame".
        
        Also align Usage help printout better.

2011-05-13  Tor Lillqvist  <tlillqvist@novell.com>  [571fd934a673561e2d40918a1cb169fe0e9b26cb]

        Link odbcconfig with user32 on Windows

2011-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d19c53bf398df2a1a02104dd526f5ea3224e8449]

        unrecognized options: --with-nlpsolver

2011-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9016d84a18e968633b35f30aa77001871d08d151]

        unrecognized options: --with-nlpsolver

2011-05-13  Andras Timar  <atimar@suse.com>  [c548902bd3bdc2ff0cf669526d029a0bba3a7fa8]

        make these entries localizable - fdo#36274

2011-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [120b023d87d05df01323d1f0486242c14e64ba16]

        Enable binfilter explicitely for windows

2011-05-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [27d5c7647c81c6aee6d6137d1e4f665ddd229299]

        Enable binfilter explicitely for windows

2011-05-13  Andras Timar  <atimar@novell.com>  [c1c92569ba70dafeaa8ee83bdd18837c1500c070]

        change 2007 XML to 2007/2010 XML in UI strings - fdo#36735

2011-05-13  Andras Timar  <atimar@novell.com>  [3a66680a6348566f454d04a8dde6e00b29293322]

        remove localizations from source

2011-05-13  Andras Timar  <atimar@novell.com>  [2ac1b4646b5ce054c61ae0763ffb9576a7b3f6b7]

        change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [faf041da80e940dafc9a6156e820b5c0108b4c1b]

        We are supposed to do the 2nd parse using the UI address convention.

2011-05-13  Kohei Yoshida  <kyoshida@novell.com>  [92a2c3477494c3fe623e0a762e5de4bbbaaeb34f]

        Properly initialize and copy fVal
        
        This fixes the empty value check during unit test for the debug build
        on (32-bit) Windows.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-05-12  Radek Doulik  <rodo@novell.com>  [e0cd0ee1ec90d87c1fdda76d9c3576800f9e21ac]

        change the version info so that we are not identified at runtime as 3.0.x
        
         - fixes https://bugs.freedesktop.org/show_bug.cgi?id=37017
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [45637a965bde7d737feebe5ace507788f0072bee]

        fdo#36524: Fixed remaining SwSectionFrm after deleting TOX
        
        false transformed to true restored the SwSectionFrm after deleting it.

2011-05-12  Tor Lillqvist  <tlillqvist@novell.com>  [20e51f22b40b4f8ddc17f291639115c711ef2d17]

        Assign to iterator the return value of insert(), fixes fdo#36957
        
        Note that the code path through the else branch is likely broken, too.
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-12  Radek Doulik  <rodo@novell.com>  [6794e6e91b5be5321b2013d0ab59b900b6d05814]

        change the version info so that we are not identified at runtime as 3.0.x
        
         - fixes https://bugs.freedesktop.org/show_bug.cgi?id=37017

2011-05-12  David Tardon  <dtardon@redhat.com>  [69ecbc782143fa91e9fca2eea41cbcd2c8636f69]

        remove stray semicolon

2011-05-12  David Tardon  <dtardon@redhat.com>  [4af352e0134a1ea1a35a38e0e3d08a0f350ae926]

        prefer C++ wrapper to avoid leak

2011-05-12  David Tardon  <dtardon@redhat.com>  [de8229c1811123c0f17095d96894bbbe0436ce3e]

        do not leak memory

2011-05-12  David Tardon  <dtardon@redhat.com>  [55d1ccbee2a7dbe373752186daeb4b2af6e15209]

        the else branch is unreachable

2011-05-12  David Tardon  <dtardon@redhat.com>  [105d35d5f5983efe1eea48a65bf4415bd6d199f9]

        ensure the pointer is 0

2011-05-12  David Tardon  <dtardon@redhat.com>  [51922ecd1184c13d37baab49f170e9d9e0a92516]

        do not leak memory

2011-05-12  David Tardon  <dtardon@redhat.com>  [2aa1bbf7d6ff7358d7de43c25f526c75f6f8e603]

        fix array overflow

2011-05-12  David Tardon  <dtardon@redhat.com>  [3d50039170b91428f7fd81521feb1dbde4c83666]

        do not leak memory

2011-05-12  David Tardon  <dtardon@redhat.com>  [5861faa1b378074c389200e8adef467f5b3099c9]

        do not leak memory

2011-05-12  David Tardon  <dtardon@redhat.com>  [b7f5f3fea1b240bd03411a0d76fa608b0de1c534]

        do not leak memory

2011-05-12  David Tardon  <dtardon@redhat.com>  [6be5742c156ab5f0257dff3006ae079e87c40f08]

        use rtl::OUString

2011-05-12  David Tardon  <dtardon@redhat.com>  [579a97d2c806a977cd4db05d9001610d3a78a943]

        do not leak memory

2011-05-12  Tor Lillqvist  <tlillqvist@novell.com>  [5805734abe47408789596318aec7bfcafff19929]

        Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679
        
        These are completely useless executables, and some virus scanners
        thinks one of them is infected, so why even ship them...
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [25d454eb598e1110741c78b958d03f75fe22d815]

        Add OxygenOffice related settings
        
        * Start download package name with OOOP in case of OxygenOffice
        * Ability to create oxygenoffice product

2011-05-12  Tor Lillqvist  <tlillqvist@novell.com>  [5dcf8225a37a25bccaaa5f99c91f30a6152f0c4f]

        AC_SUBST also OOOBLOGGER_EXTENSION_PACK as set_soenv.in uses it
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [f36579d1afa8d43fd0584be33199a0720fcbc811]

        Fix oooblogger extension download mechanism
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [dcfb2b1132032341198359f6e6cc384eeb9b3ae9]

        When downloading extensions to src, cut is provided with wrong option switches
        
        I used long switches for cut and your (Windows??) box does not adore about it.
        
        http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/10214

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [65066d6e7f29826980ec492066e99a93a65eadc5]

        Fix space and tab jam in my last commit
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [c6b0efb64801df460871a1e317d408c82f3d83b3]

        Fix SUN Template extension configure, download, handling
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Kalman Szalai - KAMI  <kami911@gmail.com>  [b04faf6398cc8bf899fcd096cbd682a76470e85c]

        Fix Ligthproof extension integration
        
        * Fix configure and download support
        * Extension naming scheme is: <md5>-<extension-name>_<version>.oxt
          - Renamed extensions
        * Rename extension version number in download script and scp2 module
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Noel Power  <noel.power@novell.com>  [1057ccb6fad3fd7c37733aefc620a0d13cb33dba]

        fdo#36915, fdo#36916: Fixed JS and BeanShell script providers classpath
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-05-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [20c9db18d3add29a2c3fb7e156360a33505db6b0]

        fdo#36667: Fixed update of table formulas, missing extraction of pNewVal
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b5f3493e29fc611db4d663aabf832d81c804fb14]

        fdo#36667: Fixed update of table formulas, missing extraction of pNewVal

2011-05-12  Noel Power  <noel.power@novell.com>  [9d7995a280db2077f50525cacd42483361603f48]

        fix for fdo#37103
        
        reset toolbar command handler when toolbarmanager is destroyed
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-12  Tor Lillqvist  <tlillqvist@novell.com>  [1f19cae182a78bf3b6d73857983d55ddc08fcc32]

        Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679
        
        These are completely useless executables, and some virus scanners
        thinks one of them is infected, so why even ship them...

2011-05-11  Joseph Powers  <jpowers27@cox.net>  [8d4a4996f8ee75d96344a2aac3e943df5dadc1c8]

        Remove the List dependance from ImpLabelList

2011-05-11  Kohei Yoshida  <kyoshida@novell.com>  [3d3415627a8fb6d2afe2ca8468d0d29e12050e80]

        return type as the 2nd template argument.

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [08e18bf35786ee3861df80d92d7337f065824dd0]

        Nah, make the AddTopic() prototype like it was, too many problems otherwise
        
        Just use a cast in ddesvr.cxx, as there was originally before the
        DECLARE_LIST removal and the fixup of that.

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [28247969bd4d2efd299a08ec319fcfafabe765ee]

        Fix non-Windows compilation

2011-05-11  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [ee9984292798592c51192a6f0beafc3104cb4be0]

        fdo#35805 Revert "write also properties of a text node itself"
        
        This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [ebe676870f0be76e9425cca56fa626a1cc916591]

        Make it compile on Windows
        
        Fix fallout of DECLARE_LIST removal.

2011-05-11  Noel Power  <noel.power@novell.com>  [fcbe10ce74bd9c9675bc84e58f1e0f0a16cebb0d]

        fix for fdo#37103
        
        reset toolbar command handler when toolbarmanager is destroyed

2011-05-11  Petr Mladek  <pmladek@suse.cz>  [8bd114cf65bf963af45ea8d047691978e88619a2]

        Enable extern scripting for offical LO builds (fdo#33355)
        
        Added the following options to distro-configs/LibreOffice*.conf:
        
          --enable-ext-scripting-beanshell
          --enable-ext-scripting-javascript
          --enable-ext-scripting-python
        
        Thanks David Tardon <dtardon@redhat.com> for tip

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [7fa0cf44a0136774dad213437a7476ae5ebb9e7b]

        Unbreak build on non-Windows

2011-05-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [da487f88506385d6ff3ea483580a2627dae2141c]

        Enable extensions and bundle them in Windows build by default

2011-05-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b7cad080f602acaa04c44dbf777140ac88c9dc62]

        Enable extensions and bundle them in Windows build by default

2011-05-11  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5038cdc71d838af8eed245c5af0b4a40abfeaaed]

        some cleanup in vba

2011-05-11  Muthu Subramanian  <sumuthu@novell.com>  [9a3f410e79a81c20a97ef8f908688e11cbfdc8db]

        Adding token 'v2'.

2011-05-11  Muthu Subramanian  <sumuthu@novell.com>  [d3af3f5f7eb2d7b72ec053a353f51b012f81a1e0]

        MCE Export: Initial Implementation/Test for commentPr.

2011-05-11  Francois Tigeot  <ftigeot@wolfpond.org>  [84d10c7cda75b58384d1bbcd4022c3056002813d]

        Remove the ::osl::Security getHomeDir() check
        
        It serves no useful purpose and breaks the build under some packaging
        systems such as pkgsrc.

2011-05-11  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [86bfe20940e19398b9f8b92df025716bb0ac96be]

        fdo#35805 Revert "write also properties of a text node itself"
        
        This reverts commit 17e60033f28d13b7564bfcbabcc8e03d2a6a021d.

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [73e8a1189fd4d4b5ef495a86d86b0c2dcebb9150]

        Fix build on Windows
        
        No need to mention $(LB)$/$(TARGET)$(DLLPOST) in the ALLTAR
        prerequisite list. It causes errors, and is unnecessary, as pyuno.pyd
        gets built anyway thanks to being the TARGET in this makefile.
        
        No need to do the symlink if DLLPRE is empty. In that case
        $(LB)$/$(TARGET)$(DLLPOST) equals $(LB)$/$(DLLPRE)$(TARGET)$(DLLPOST)
        so dmake will complain about a circular dependency.

2011-05-11  Noel Power  <nopower@novell.com>  [74dbd69f14bcc1f5fdf762aa8e26023948151375]

        Fix crash when printing comments, fdo#37045.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-05-11  David Tardon  <dtardon@redhat.com>  [fa75633e62c7ad1bcdf2c585eb6ab28062b96573]

        do not leak memory

2011-05-11  David Tardon  <dtardon@redhat.com>  [2918137a5ba99c69cdf7188a8cfaf854d373c5d8]

        WaE: operation may be undefined

2011-05-11  David Tardon  <dtardon@redhat.com>  [50f4454fab79d38840ec4563d1420fad212b58d8]

        prefer C++ wrapper to avoid leak

2011-05-11  David Tardon  <dtardon@redhat.com>  [41d0cc5ca747360197bb67b3c289b721c7fc932e]

        guard against invalid args

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [0fbc4f3307b295c334f81d6f741a7270c4d67f18]

        Don't do the BUILD_X64 checks if building a 64-bit LibreOffice

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [3f444f9f2944c2aeb1e13452fd4b4780aa90fde0]

        AC_SUBST also OOOBLOGGER_EXTENSION_PACK as set_soenv.in uses it

2011-05-11  Katarina Machalkova  <kmachalkova@suse.cz>  [cf0a05ca9bd05095fa3ed6f8155a6ca872a5f63e]

        Fix for fdo#36673: corrupt date formats of cells
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [9cc8a14145f952c79312b41f2a48c31e7feaf7ba]

        Don't print misleading messages

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [f33232a3ff67d7a4def830fa6fda78ef5f255ae7]

        Fix building of the 64-bit Windows Explorer extension, fdo#36950
        
        Don't confuse the 64-bit Explorer extension with a 64-bit LibreOffice,
        which is unfinished and highly experimental work. OOo has been
        building and distributing a 64-bit Explorer extension since long, and
        we should too. They used some secret Hamburg sauce when building it,
        though, but hopefully now it works here, too.

2011-05-11  Tor Lillqvist  <tlillqvist@novell.com>  [b5e83746c5f1fc491ae4081442c5bea25bc8f87a]

        Use MKDIRHIER consistently

2011-05-11  Kalman Szalai - KAMI  <kami911@gmail.com>  [04ed0bdf4ce6ee2b55bd296355dd63486bbb32e8]

        Fix Numbertext extension's download filename

2011-05-11  Yifan  <Yifan@bang.bang>  [f8f754052721ce96a816e1d5d4df24711785e4cb]

        remove JMF dependency in test case
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-11  Kalman Szalai - KAMI  <kami911@gmail.com>  [9bb5f5314f145b33b4f76bfd6af6d24d1cfae188]

        Fix oooblogger extension download mechanism

2011-05-11  Francois Tigeot  <ftigeot@wolfpond.org>  [036b7d16ddc71adc0708c82b6024237e78cb8593]

        Remove an implementation of getpwnam_r for old versions of NetBSD.
        
        NetBSD 2.x and previous releases are long gone.

2011-05-11  Miklos Vajna  <vmiklos@frugalware.org>  [9e3928b9dcbda83580ae6ab62cbb63e79f8a2aee]

        Fix build breakage introduced by commit 6fb23043
        
        GDIMetaFile's sal_uLong -> size_t conversion was incomplete.

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [a906c18d470619143ca699062fd9954a159b872b]

        Use ScSortParam as data member in ScDBData.

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [8f8df657b92005d3212345dbd3d61ae230f44476]

        More cleanups of ScDBData.
        
        String to rtl::OUString, tabs to whitespaces etc.

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [e667d428ad758b6f165b889c71ef20f619b0c9f3]

        Have ScDBData use ScQueryParam as data member.

2011-05-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [645453e452a6fd0681dfba29a9db3ca805d1bb11]

        use sal_uInt32 in loop instead of size_t to resolve type mismatch issues

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [01d3a3fdcf9c1e5681f8aa2e65dd67234097ed22]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [7d300e05388de9446225395ef4b995c577fba440]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [4f67dfb6a82db560eec8222f67e586b437873b68]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [c65f6b009f96825342e03db57a9b9357c03317e6]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [b39e6dbf8d3446895e2b99ddde46baa2bfa8da6c]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [ea50003eaff52644497ce5a389f50247717da782]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Jan Holesovsky  <kendy@suse.cz>  [9aed026a1c68e27a9f67b58ee3907ecd2d277a18]

        wikihelp: Pass the LibreOffice version to help.libreoffice.org.

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [0ea07f32300b5f83cd0b8e5aaa654f998cedc84b]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [e77ed273e0a0fe7bbcdfd827a50600a6627ecaab]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [a9b9fcb86e31a76a7741412cc594ca32c8d88df7]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [6a765c271b52bb86fc29eb91ed9afd3bd02482fc]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Jan Holesovsky  <kendy@suse.cz>  [159a9850622b983f55062cded5c45c1de18ad92f]

        wikihelp: Pass the LibreOffice version to help.libreoffice.org.

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [347fb6a1c9122e521a45634b3bbf50630dcb53d4]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [72aac559808f9afdb9f65421a76624dab44b1f24]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [b76caa14b77771f46b30616e3980b34dde1bcf16]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [fe9873f69231add47f779eaab4a3c3ac6b73004c]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [306461f4cb1951061cf6f54ec1b26d40437fea73]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [f3aadd56c1e1723886f1868c84608467bd728549]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [397ba4b550a2d1a79a19898a4b41a85b4d374b33]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [41605777d03e8f5707e11678d640ab2f1a184794]

        Version 3.3.99.5, tag libreoffice-3.3.99.5 (3.4.0-beta5)

2011-05-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ccdc8cb71fc65d6c451ccd04e3d419b772be810c]

        Error in 6fb23043a46f8f79aefede2f48f4e624f3eb146d argument type mismatch

2011-05-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [77fb01ed13409e29ee7993031e24f5399a5cb874]

        WaE: eStyle became un-used due to 6a9750071e84bbe37ce703e39bb9c93796c5edda

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [cd0efbba98d816d1c06b1b0748eaff732a5ad845]

        Have ScDBData use ScImportParam & more String -> rtl::OUString.

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [949434f57ea1b2c3d9d15fade9c0730ee3b1dd9f]

        bump product version to 3.4.0-beta5, release number to 5

2011-05-10  Petr Mladek  <pmladek@suse.cz>  [49eaf3b867ce7853f4c24040592ba8eddcc9e137]

        use build id for the release number also for deb packages
        
        I have just realised that deb packages used milestone as
        the release number; it is bumped only when we merge
        changes from OOo; so, we should use the build id that
        is used as the release number for rpms and windows build
        for a long time

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [d79960037eed04e57c239e8f77015a2d017a9247]

        Cleaned up ScImportParam.

2011-05-10  Luboš Luňák  <l.lunak@suse.cz>  [efb0af446f3203c802fd92a2246eac1b1d5bc2c9]

        update SdrPaintView's region when it changes in writer (bnc#683550)
        
        ViewShell::DLPrePaint2() gets a region as an argument, but uses it
        only during the first call, following calls only increment the lock
        counter, so if the region changes, the change doesn't take effect,
        causing redraw problems. So the fix is the replace the lock counter
        with a stack of used regions and update the region as appropriate.

2011-05-10  Michael Meeks  <michael.meeks@novell.com>  [26183304e21653cbef2d4a76d2af9c5ead5991bb]

        revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix fdo#36340
        
        old commit: 'Convert std::vector to boost::ptr_vector.'
        this conflated the destruction and removal from list stages which
        have to be separate, so we do not re-enterancy from control
        destructors.

2011-05-10  Luboš Luňák  <l.lunak@suse.cz>  [e0c9d8a0c8f39207bb6ba67dc120999ce05945c6]

        update SdrPaintView's region when it changes in writer (bnc#683550)
        
        ViewShell::DLPrePaint2() gets a region as an argument, but uses it
        only during the first call, following calls only increment the lock
        counter, so if the region changes, the change doesn't take effect,
        causing redraw problems. So the fix is the replace the lock counter
        with a stack of used regions and update the region as appropriate.

2011-05-10  Andras Timar  <atimar@novell.com>  [6767203c6f21b9e0bb69d4a760a62dac04edad7e]

        remove national flags (dictionary icons)
        
        using national flags to identify a language is controversial

2011-05-10  Luboš Luňák  <l.lunak@suse.cz>  [17a2f9bf7e52afb0094197de14c658de59f77e83]

        make it possible to update the region passed to BeginDrawLayers() (bnc#683550)
        
        Writer needs this, as it changes the region during painting.

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [403be6168f2f49f1a3585990cb98b60f65516b0d]

        GDIMetaFile cleanup
        
        Plus trailing whitespace cleanup.

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [ef3d5573e02e6f11c3becd48b11f8fb85a17161c]

        GDIMetaFile cleanup
        
        Plus trailing white space cleanup.

2011-05-10  Luboš Luňák  <l.lunak@suse.cz>  [47ce6dbc631082c74578faae11cd534704545640]

        make it possible to update the region passed to BeginDrawLayers() (bnc#683550)
        
        Writer needs this, as it changes the region during painting.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50d65e0a84dfb11fb7c76dc2648dd48c1c53da21]

        And finally, binfilter builds on windows again

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ebf38913234879f350ee24e5dad14d397555c273]

        And finally, binfilter builds on windows again

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f2bf49712823aab9ef98412f2b811fd48667a731]

        Some more makefile.pmk inclusions

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4eec4e8b3e0062a1f28fceaa05a8392d1d76b397]

        Some more makefile.pmk inclusions

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [3b5b78db7b8f5dac88be23274f34125af9c7a9ae]

        GDIMetaFile cleanup - Remove dependance on List class
        
        Plus trailing whitespace cleanup.

2011-05-10  Francois Tigeot  <ftigeot@wolfpond.org>  [869bb00e016c7bf69d406a8ffb54bcc7eac83cd3]

        Remove obsolete or unused file system definitions and associated code

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03e2cbe135d6b791fdf4fbd8d14424956a35e841]

        Fix missing declaraction of ConvList

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a4f3109f0356b266b7a4a956c6500913b6b2b3c]

        Fix missing declaraction of ConvList

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [61936de7301997e1b5c26f9e74022773dad998b0]

        Revert "Remove DECLARE_LIST( ConvList, Conversation* )"
        
        This commit breaks Windows build.
        
        This reverts commit 508c29ec65a35a7177a82a21a19cf41dc2733a62.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [60eb56a2fa46cdc35b5fe4febfda41a2d1f36a7a]

        Revert "Remove DECLARE_LIST( ConvList, Conversation* )"
        
        This commit breaks Windows build.
        
        This reverts commit 508c29ec65a35a7177a82a21a19cf41dc2733a62.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9060feb6ef91c6a0234a7c4aec4cd36b917cefa8]

        Revert "Committing some more DECLARE_LIST removal that compiles on linux"
        
        DECLARE_LIST still works so revert this changes and try to make binfilter
        first build and then refactor.
        
        This reverts commit 6406e1187f5370fd40ebb384545bbff282a8da13.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c6f8d92a9f7a0c257175342147c0fe1d1eaeb1f0]

        Revert "Committing some more DECLARE_LIST removal that compiles on linux"
        
        DECLARE_LIST still works so revert this changes and try to make binfilter
        first build and then refactor.
        
        This reverts commit 6406e1187f5370fd40ebb384545bbff282a8da13.

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [9837e008738f1f3841bc990326d660e4571f8c43]

        GDIMetaFile cleanup
        
        Plus trailing whitespace cleanup.

2011-05-10  Michael Meeks  <michael.meeks@novell.com>  [e6331c3b86298d427ab8c776ef14949200c0f396]

        revert commit 5d8a59f64d9d3931e2c9c1ba98f57cd10e0b01c1, fix fdo#36340
        
        old commit: 'Convert std::vector to boost::ptr_vector.'
        this conflated the destruction and removal from list stages which
        have to be separate, so we do not re-enterancy from control
        destructors.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ebebdf431387d646b80f454d673ac413386f6e82]

        Committing some more DECLARE_LIST removal that compiles on linux

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [a4983ccb979a2c6bd38c421cf9a208c52e80a7e8]

        GDIMetaFile cleanup
        
        Plus trailing whitespace cleanup.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [01fe7ddcd0a30fa384907b06242a2c498f3bd2d8]

        Committing some more DECLARE_LIST removal that compiles on linux

2011-05-10  Joseph Powers  <jpowers27@cox.net>  [1bb5d16601e06afc030d638ddd41fb686dd2fa0f]

        GDIMetaFile cleanup
        
        Plus trailing white space cleanup.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [163674a8ba2ad7b84ff5902c1e02dba5bce9c443]

        Unbreak binfilter on Windows

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5937b5d43f0df4d3808c7d97d1bef5e1afc0f53f]

        Unbreak binfilter on Windows

2011-05-10  Thorsten Behrens  <tbehrens@novell.com>  [0bde1500ae0a45c02ab7f99e5f620fd1a29a3274]

        Clean up MacOS distro config from cruft

2011-05-10  Kohei Yoshida  <kyoshida@novell.com>  [a4c34eeb3f849574c2395a57e2ff2a11c78e687f]

        fdo#36933: Fixed array comparison with external references.

2011-05-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c5bf70f5a555e289de7f82896c06acdf8f2106aa]

        Don't allocate with new if not necessary

2011-05-10  Michael Meeks  <michael.meeks@novell.com>  [5c5172d1fd30e496203d16a927a6ab8956dd2462]

        fix crash with out of bound accelerater vector access fdo#36802

2011-05-10  David Tardon  <dtardon@redhat.com>  [3e34d5da0957264b85a29716f42df6a2730e6f19]

        rhbz#702635 set correct page number when exporting selected pages

2011-05-10  Thorsten Behrens  <tbehrens@novell.com>  [45fbdc47e415f7d7e7b196b371d2e22ec5214522]

        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-09  Kohei Yoshida  <kyoshida@novell.com>  [eac91db8a23223e456fb2f17e13e2cc328b2b7cf]

        Merge branch 'libreoffice-3-4'
        
        Conflicts:
        	sc/CppunitTest_sc_ucalc.mk
        	sc/Module_sc.mk
        	sc/qa/unit/ucalc.cxx
        	sc/source/core/tool/dbcolect.cxx
        	sc/source/filter/excel/excimp8.cxx
        	sc/source/filter/inc/excimp8.hxx
        	sc/source/ui/docshell/impex.cxx
        	sc/source/ui/unoobj/datauno.cxx

2011-05-09  Kohei Yoshida  <kyoshida@novell.com>  [1250574d40dd657188006d9efafbf28c27275f6c]

        fdo#36933: Fixed array comparison with external references.

2011-05-10  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9b9f11dfe23a3ec947725d6efb837d3783f1ddb5]

        remove unused member variable

2011-05-09  Michael Meeks  <michael.meeks@novell.com>  [5918ea9d3dbdac0608f91bf9f05275b881fc5138]

        fix crash with out of bound accelerater vector access fdo#36802

2011-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c831d4236f705d40b6bdd2280a15ccb56037c567]

        use sheet local db data in ScVbaRange::Autofilter
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [86d917672e90e115bdad404f1c09f26574f7a5b2]

        WaE un-used parameter

2011-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [884f201a0665a2a685edf892be907ab7728fae18]

        add new uno interface for sheet local anonymous db data
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [8ee23e01dd7c19de4b3fc835caaef26dc3c95007]

        make OOXML import use sheet local db data
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-09  Julien Nabet  <serval2412@yahoo.fr>  [ef78447e8d5793b23f2fab4acc3ed0c1007fe7f5]

        Fix simple warning (explicit cast in char*)

2011-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ee5f0edcaf34d4ff2228ff0836969f68382502aa]

        check for less equal, not greater equal
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-09  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [55f05879eefd6a01bc4f8a8adbc967973d2aee9d]

        add implementation for new uno interface XUnnamedDatabaseRange
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-05-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [0495eaf375fa48b923155a2447b822011f3e865a]

        WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac)

2011-05-09  Noel Power  <noel.power@novell.com>  [d08605b52c85e4f7ab79ece8d73f155dab8d1b3d]

        revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845
        
        it seems that some unintentional experimental fixes for fdo#34908 snuck into
        the commit about ( which was for another filter problem ). That fix ( in master ) then managed to find its way into the 3.4 branch :-(

2011-05-09  Noel Power  <noel.power@novell.com>  [55796560b85c09c639808046e450559192c38c5b]

        revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845
        
        it seems that some unintentional experimental fixes for fdo#34908 snuck into
        the commit about ( which was for another filter problem ). That fix ( in master ) then managed to find its way into the 3.4 branch :-(

2011-05-09  Thorsten Behrens  <tbehrens@novell.com>  [746504762ea5b5412144d17555e995bac9f08941]

        Unit test locale now forced by other means
        
        This was only working for Linux, anyway.

2011-05-09  Thorsten Behrens  <tbehrens@novell.com>  [18936fbb3152ca5c04b2639e017129213484de40]

        Force calc unit test to use en-US locale and strings

2011-05-09  Thorsten Behrens  <tbehrens@novell.com>  [018c43bc46a55b9ecee3d7376372b4d8c272706c]

        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-09  Robert Nagy  <robert@openbsd.org>  [87928074058740b003e71111d856ab02138cfa4a]

        use Cwd::realpath to avoid confusion with symlinked dirs

2011-05-09  Robert Nagy  <robert@openbsd.org>  [416e88eef9eda9cd291d444075cd84ecb5c9db51]

        use Cwd::realpath to avoid confusion with symlinked dirs

2011-05-09  Radek Doulik  <rodo@novell.com>  [ca5c78e28fb42400f2ee63d9fc95fce3f3760eac]

        added few more custom shape presets

2011-05-09  Radek Doulik  <rodo@novell.com>  [9fb67c85eca1fdbe56c9dd24c3358bac833fd6a0]

        fixed regression in group shapes transformations

2011-05-09  Jacek Wolszczak  <shutdownrunner@gmail.com>  [4fa4af53bf28daa87f4cb5ae1063063edba81962]

        Remove unused dbgloop.hxx from repository

2011-05-09  Jacek Wolszczak  <shutdownrunner@gmail.com>  [4cf350c27fbe9c84ec38daeffe2b57ebc515f8c2]

        REPLACE DBG_stuff with OSL_ASSERT and OSL_FAIL

2011-05-09  Arnaud Versini  <arnaud.versini@gmail.com>  [70218ae8ef57b96f8064780adebcee3245757b58]

        Resolving fdo#36931 : Load non blank chars from XML and check it's value.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-09  Arnaud Versini  <arnaud.versini@gmail.com>  [ce0a87b004a37e9a2f2da41d6e811e9bdba82eda]

        Resolving fdo#36931 : Load non blank chars from XML and check it's value.

2011-05-09  Miklos Vajna  <vmiklos@frugalware.org>  [c8098382da6a7a0448ff8051cac467f91d7e0b36]

        Fix osl_Security::getHomeDir test under fakeroot
        
        fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will
        not return the correct home directory. If we are under fakeroot, the
        HOME environment variable can be used to do so.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-05-09  Miklos Vajna  <vmiklos@frugalware.org>  [019ef9afbba38300f7cad522b1aa5e53ffed914a]

        Fix osl_Security::getHomeDir test under fakeroot
        
        fakeroot uses LD_PRELOAD to let getuid() return 0, so getpwuid() will
        not return the correct home directory. If we are under fakeroot, the
        HOME environment variable can be used to do so.

2011-05-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4634429ebd01bb5ec22b00a1e2ae9a8835af80f4]

        WaE - comparison between signed and unsigned

2011-05-09  Christina Rossmanith  <ChrRossmanith@web.de>  [74ccba128f4dcf3d802707395caf5713e576ebf3]

        Moved duplicate code into methods

2011-05-09  David Tardon  <dtardon@redhat.com>  [8813585838266ebbaf6bd82ca71b0b1ed339bf75]

        WaE: NULL was not declared in this scope

2011-05-09  Kalman Szalai - KAMI  <kami911@gmail.com>  [b734a9a41a7f35a32edb181154e2412f58e7afd2]

        OxygenOffice progressbar

2011-05-09  Kalman Szalai - KAMI  <kami911@gmail.com>  [63b5cc9dc287f1f0a91bfa7b60c8a68cc7f76d82]

        OxygenOffice progressbar

2011-05-09  Kalman Szalai - KAMI  <kami911@gmail.com>  [0d9ae1db55ce7ff696b835a1eff7b126a82ef2a8]

        Additional settings for OxygenOffice product

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [e654b65df113bf5ffc4ab549d2d08c3f40fc49ef]

        Additional settings for OxygenOffice product

2011-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b386d3b6895b4c9110b42077b41e6f5cb1992638]

        make OOXML import use sheet local db data

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [5d48251907349f9c9ef4634c8d5c64a32df298d2]

        Remove deprecated List in HtmlExport::CreateHtmlForPresPages.
        
        Exchange for std::vector<SdrObject*>.

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [878f81ae83f1cd0cfb9a5b8c9c05fa787e7645de]

        Remove unused List in PPTWriter::ImplWritePage.

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [4f6b94f3ab2d9c31d53c2bdcbecc4b0c688a418b]

        Remove deprecated List in SdDrawDocument::MovePages.
        
        Exchange for std::vector<SdPage*>

2011-05-08  Joseph Powers  <jpowers27@cox.net>  [3a7668b2a7ffda1877b92e9a988486bd920ee425]

        Replace List type in chart.hxx with a vector<>

2011-05-08  Joseph Powers  <jpowers27@cox.net>  [517be3d84e417f9a1b44b282df6fe58ed97dfa29]

        Replace List types in cgm.hxx with vector<>

2011-05-08  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [75c3b913d8c78a980294f4e7085aec8cf507bd43]

        use sheet local db data in ScVbaRange::Autofilter

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [8a4e1b2ccf26a9c11fa04a251bf9865de8a576b6]

        When downloading extensions to src, cut is provided with wrong option switches
        
        I used long switches for cut and your (Windows??) box does not adore about it.
        
        http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/10214

2011-05-08  Andras Timar  <atimar@novell.com>  [ca74828be241c92190e4d3ef4af85f4566caa379]

        don't pack en dictionaries to en-US langpack

2011-05-08  Andras Timar  <atimar@novell.com>  [d97e4098dccc08c41c3d5c9538950de4d590cb87]

        Missing bundled English dictionary extension dict-en - fdo#36926

2011-05-08  Julien Nabet  <serval2412@yahoo.fr>  [5d80ddea6888fbe075907ea427105900906b57dd]

        Some cppcheck cleaning

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [9151c896707c8827a78f58aa5d6526e09d8be513]

        Check if ObjectList has any item with empty instead of size.

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [322cbf9d4e5b2ec8b9c55dafc12a580c234e19cc]

        Remove List in GalleryExplorer::FillObjList functions.

2011-05-08  Joseph Powers  <jpowers27@cox.net>  [500bb4e853e9b04349637e2ae77da41aa5ee0253]

        Remove List from ImplSdPPTImport::Import()

2011-05-08  Joseph Powers  <jpowers27@cox.net>  [23d05c226010414d8e200965bbfcf840681a1407]

        Remove List from class SlideTransitionPane

2011-05-08  Joseph Powers  <jpowers27@cox.net>  [7db4ca38cca9b3cfc4efc0811ffcd9af2e4ada0e]

        Remove List from class CustomAnimationEffectTabPage

2011-05-08  Rafael Dominguez  <venccsralph@gmail.com>  [ae79bad31b380addff6ec9ec8b39cf19eb993992]

        Remove deprecated List in XclImpAutoFilterBuffer.

2011-05-08  Julien Nabet  <serval2412@yahoo.fr>  [3ea396c8d22d995f63e88b24ea85a881b6139280]

        Some cppcheck cleaning

2011-05-08  Julien Nabet  <serval2412@yahoo.fr>  [b21661ce4200fd8040a213770a3f9e63a4b9f137]

        Some cppcheck cleaning

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [8f4e4523508357bc9282c2eb80f089855434a69d]

        Fix space and tab jam in my last commit

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [9b756202ad8b94f28ac50200dc2db7a9fdf6ea5e]

        Fix SUN Template extension configure, download, handling

2011-05-08  Julien Nabet  <serval2412@yahoo.fr>  [d3a0593ee14d77a311bd4f83c2de53ffb1eb07ae]

        Some cppcheck cleaning

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [2791e5b198d22f9573d477ede005d643a961763a]

        Add OxygenOffice distro confs

2011-05-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [68b8377eabc1dc94030851f261c05c9547378ca7]

        Fix Ligthproof extension integration
        
        * Fix configure and download support
        * Extension naming scheme is: <md5>-<extension-name>_<version>.oxt
          - Renamed extensions
        * Rename extension version number in download script and scp2 module

2011-05-08  Julien Nabet  <serval2412@yahoo.fr>  [0f5850b23487f35c25ed926c566b674a7f534467]

        Fix simple cppcheck warning

2011-05-07  Rafael Dominguez  <venccsralph@gmail.com>  [e7df508e1e0c5c0e77bfef220dd4e8f04d2fcecd]

        Remove deprecated List in SwInsertGrfRulerDlg.

2011-05-07  Rafael Dominguez  <venccsralph@gmail.com>  [3236c2c3af9355157c62f68fcbd429498f7f747b]

        Remove deprecated List in SvxLineTabPage for std::vector<String>.

2011-05-07  Rafael Dominguez  <venccsralph@gmail.com>  [161b666fd1b22ed797db8735e4a06c76f7e80aa9]

        Remove deprecated List in SvxNumOptionsTabPage for std::vector<String>.

2011-05-07  Rafael Dominguez  <venccsralph@gmail.com>  [3afc77ad7ff2bf5ecdd8f2c7067be66b4b9d22d4]

        Remove deprecated List in SvxBitmapPickTabPage for std::vector<String>.

2011-05-08  Andras Timar  <atimar@novell.com>  [4c9275720e7593b020fd8c691ae58aa072a9fa3c]

        Revert "use $realpath()" - fdo#36927
        
        This reverts commit 5fbddf4910999590edcf557efa1a6a4b9cdd5664.

2011-05-08  Andras Timar  <atimar@novell.com>  [bf7c12a8695f6a5194ec997db67a1af221d5e3fb]

        real solution to globlmn.hrc localization problem on Windows

2011-05-07  Joseph Powers  <jpowers27@cox.net>  [8f31c660aa8380b89c4e2891d30b37ebe11ac830]

        Remove a List reference in class CGMFList.

2011-05-07  Joseph Powers  <jpowers27@cox.net>  [6a348d134a02defdbef123463741ea0f204d5ea5]

        Make sure we deliver the pyuno.dylib object for Mac OS X.

2011-05-07  Joseph Powers  <jpowers27@cox.net>  [b53a86a5676d5bcb88ed6e3ac524a3560e713c22]

        Mac OS X uses .dylib and not .so for python modules.
        
        At least this works better on my system.

2011-05-07  Joseph Powers  <jpowers27@cox.net>  [966b75157fe2b17e2c8d46a7351f25dda0905366]

        PyVarObject_HEAD_INIT() isn't defined in Python 2.5-
        
        Mac OS X is still being compiled vs 2.3

2011-05-07  Joseph Powers  <jpowers27@cox.net>  [8c81266fba9728f352338034373ce50649643cb8]

        Add /instsetoo_native to .gitignore

2011-05-07  Andreas Becker  <atayoohoo@googlemail.com>  [a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe]

        Port PyUno to support Python 3

2011-05-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [7efc8161f87f38709b96ac3ab7d5affcad54c722]

        Revert "Right click and clic-drag on a text over background image is weird"
        
        This reverts commit 4e035a1932446c8805c75841ea1db08f863254e6. Reverted
        as is introduced fdo#36496.

2011-05-07  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [18f45f7735f4a8922583e60dbe73e6e08a5ebaa4]

        Revert "Right click and clic-drag on a text over background image is weird"
        
        This reverts commit 4e035a1932446c8805c75841ea1db08f863254e6. Reverted
        as it introduced fdo#36496

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [6119d4ef78f395dba8c72ee71fcad856791079f1]

        Bis repetita

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [33c122a6c7cc8fe2547286f0269891c0429a7c04]

        No more FSYS_STYLE_VFAT nonsense

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [61b5d347d864c518372b0c4597d7295893eb4be5]

        Fix previous commit.

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [b042dd8a36732f98b8fa935fa9f4439e08b12ca5]

        Do not convert file names to MS-DOS style.

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [eacd5aa2b529537cd42fb9a2e6b3255b9f15b683]

        Do not convert file names to FSYS_STYLE_VFAT

2011-05-07  Julien Nabet  <serval2412@yahoo.fr>  [0b30f931dd42d2cf43d8a1c3a167dcadc032e0ae]

        Remove 2 private empty methods and their respective call

2011-05-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1db2a898b057c35bc05d350317c294e4e9b34f50]

        Remove unnecessary casts

2011-05-07  Francois Tigeot  <ftigeot@wolfpond.org>  [afb1f2e918f392b70749de51599ef64c8223b1de]

        Unix System V has been dead for a long time.
        
        File names can be longer than 14 characters !

2011-05-06  Kohei Yoshida  <kyoshida@novell.com>  [11208eaa2fa89467e795a2f4dc6f17247caaa4aa]

        fdo#36789: Set all dynamic controls invisible upon instantiation.
        
        Some of the dialog code depends on the controls being hidden unless
        explicitly set visible.  Unfortunately that's not really guaranteed
        so we need to make that logic explicit.

2011-05-07  Thorsten Behrens  <tbehrens@novell.com>  [4d1306fcd126309b9d5b9ee745922d00ff1f172e]

        Remove reference to binned config option.

2011-05-07  Thorsten Behrens  <tbehrens@novell.com>  [52c92095daf08d7b74076aa094cee591157187bd]

        Swap direction on win32 horizontal scrolling
        
        Fix for fdo#36380 - seems win32 reports negated scrolling for the
        horizontal case.

2011-05-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d41b17a5e0a47acea7e84a9c23092022c691d33b]

        WaE - unused variable

2011-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [42abd83000315430259cdec332e7175635324c8b]

        Refactor writerperfect

2011-05-06  Petr Mladek  <pmladek@suse.cz>  [cf9994a4de40b1770f4b321da97d929fa0b0ebc2]

        do not conflict with GNOME MIME icons (fdo#36551)
        
        create the symlinks in post install; it is not perfect because
        they are not remove in postun but is it worth hacking?

2011-05-06  Kohei Yoshida  <kyoshida@novell.com>  [69a290dd646eb7147a7ffbf52dd02faa21f09a93]

        Explicitly specify less function object for map, to get it to build with MSVC.

2011-05-06  Petr Mladek  <pmladek@suse.cz>  [65aea4659a3607325085f1fba6adac913f8909d9]

        do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551)

2011-05-06  Petr Mladek  <pmladek@suse.cz>  [bc9fc1d2393a6e6dbb6249f0ffe83a2f077b7636]

        fix desktop integration for the versioned root dir (fdo#36551)
        
        we want to install LO-3.3 and LO-3.4 in parallel, so we started
        to use /opt/libreoffice3.4 instead of /opt/libreoffice

2011-05-06  Petr Mladek  <pmladek@suse.cz>  [73a6f18a50157cc1e67d248dac82b1509b20c24b]

        allow to install LO-3.3 and LO-3.4 in parallel on Linux (fdo#36551)
        
        * rename the branding packages from libreoffice3 to libreoffice3.4
        * move the default root dir from /opt/libreoffice to /opt/libreoffice3.4

2011-05-06  Thorsten Behrens  <tbehrens@novell.com>  [c313d45a2e75e994b6a35d4d18b308c498967299]

        Fix dbglevel=2 build

2011-05-06  Christian Lippka  <cl@lippka.com>  [58336f0066737161af99f5daad2cad8df2250941]

        New color picker dialog for all applications.
        
        Replaces the old color picker with a new one.
        Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM

2011-05-06  Jan Holesovsky  <kendy@suse.cz>  [f38cebcb168625853db594fe26603eff0d5b00d7]

        Use the color conversion functions from basegfx.

2011-05-06  Jan Holesovsky  <kendy@suse.cz>  [126308f0e0a48e6fa3c5a8c79d7460ea0992316d]

        Don't beep on non-hex input, just ignore it.
        
        Beeping is too annoying ;-)

2011-05-06  Jan Holesovsky  <kendy@suse.cz>  [893211c725c75341d3a6b1afae608c52231dd750]

        Add Emacs and Vim modelines.

2011-05-06  Christian Lippka  <cl@lippka.com>  [6522f7374fe19fbcdf27c01b7ae07779b6c0514f]

        New color picker dialog for all applications.
        
        Replaces the old color picker with a new one.
        Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM

2011-05-06  Petr Mladek  <pmladek@suse.cz>  [d4f3288001f5be7b8ef0af5ba304e68626e01a53]

        Version 3.3.99.4, tag libreoffice-3.3.99.4-hotfixes1 (3.4.0-beta4-windows)

2011-05-06  Luboš Luňák  <l.lunak@suse.cz>  [d433e1634de609b5680472eeb28806de3bfd933b]

        fix horrible indentation

2011-05-06  Christian Lippka  <cl@lippka.com>  [c82ccc5f4e05c1b2ce3416dc50ef2488fafe91d5]

        New color picker dialog for all applications.
        
        Replaces the old color picker with a new one.
        Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM

2011-05-06  Christian Lippka  <cl@lippka.com>  [ec9bad14595529456ed72568651c598451aa29db]

        New color picker dialog for all applications.
        
        Replaces the old color picker with a new one.
        Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM

2011-05-06  Laurent Godard  <listes.godard@laposte.net>  [c66df187153765d72ebfd83139242d5d54cac26e]

        add useful msgbox helper awt wrapper

2011-05-06  Michael Meeks  <michael.meeks@novell.com>  [55a5d4c611a84e29569ee00c610e10809e070e3e]

        kill standalone pagein, it is now an integral part of oosplash.bin

2011-05-06  Michael Meeks  <michael.meeks@novell.com>  [a1d3641e9c8ce8cfc0038e4a90da10e4e916fa74]

        install the new msgbox.py helper

2011-05-06  Noel Power  <noel.power@novell.com>  [7c8d2e74df4a048b85eb4b56614613ca4e6b7910]

        fix for fdo#36898
        
        remove some extra _USE_UNO #ifdef(s) that should have been removed when the associated define _USE_UNO was removed

2011-05-06  Thorsten Behrens  <tbehrens@novell.com>  [4aafcf2557aa7199f5b63c432f98a9889e8aa752]

        Removed --ccache-skip configure option
        
        Not much point in forcing that - people should upgrade their ccache
        to >=3.1 on Mac (change not affecting any other platform)

2011-05-06  Tor Lillqvist  <tlillqvist@novell.com>  [c00e3457c1923f20da966f696fab679ace39408b]

        Redirect pointless warning message to /dev/null

2011-05-06  Tor Lillqvist  <tlillqvist@novell.com>  [0f6ceedad988ee65bdf45b6ee3e3303f74bc6e20]

        Dont print misleading information

2011-05-06  Michael Natterer  <mitch@gimp.org>  [948c14eec1829e1191502db8a6fa5a4147a15592]

        Enable native sumbenu arrow drawing and implement it in GTK+

2011-05-06  Michael Meeks  <michael.meeks@novell.com>  [7cf799064f5d64bca62626dc73723c2c5e95ca00]

        fix mangled open tag in documentation

2011-05-06  Andras Timar  <atimar@novell.com>  [fc96263a6c0f68c57a4fa408e005d3a709e6b371]

        updated German dictionaries - fdo#36879

2011-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0bf0a6b55be2a940b9e106119aa0583af6921bab]

        Disable temporarily 2 unit tests that break with non en-us locales

2011-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [df0071f0ac5cd29f7a9220639aaf54d0dd3269f7]

        Clear a leftover instance of DdeTopics

2011-05-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1b233cf999a5ba25adff05e94156061f083402c4]

        Fix to build

2011-05-06  Rafael Dominguez  <venccsralph@gmail.com>  [0105e425bac83783ce5631b51d2d635a438881b6]

        Remove usage of List for DdeConnection in SbiDdeControl.

2011-05-06  Rafael Dominguez  <venccsralph@gmail.com>  [5a0fa867af74649fa02dae17e10260ee5998aaf4]

        Remove DECLARE_LIST(DdeTransactions,DdeTransaction*).

2011-05-06  Rafael Dominguez  <venccsralph@gmail.com>  [f7a45af0c781cab44b856d2a85bd26d9771c49a2]

        Remove DECLARE_LIST(DdeItems,DdeItem*).

2011-05-06  Rafael Dominguez  <venccsralph@gmail.com>  [7d2adfa11422c73540199cfd5bc451c305c70fc0]

        Remove DECLARE_LIST(DdeTopics,DdeTopic*)

2011-05-06  Rafael Dominguez  <venccsralph@gmail.com>  [a39d4eae6ddd14a677ce140bf0482cff7331d536]

        Remove DECLARE_LIST(DdeConnections,DdeConnection*)

2011-05-06  Tor Lillqvist  <tlillqvist@novell.com>  [4d7ae8d1436e43b9262fe722f7ea7ad8a395ddb0]

        Use MKDIRHIER to avoid "File exists" errors (which are ignored, but still)

2011-05-06  Kohei Yoshida  <kyoshida@novell.com>  [a1749730513d3e6a1c96e7f527dd08a6743999d6]

        Remove range names with external references regardless of cells.
        
        Sometimes range names may contain external references but no sheet
        cells reference that range names.  Even then, breaking the link
        should remove those range names.

2011-05-06  Kohei Yoshida  <kyoshida@novell.com>  [0ae3f088e40f9c2cb8a207db920b447555a9d14b]

        Wrong approach. You can't use remove_if with set.
        
        std::remove_if is only for sequence containers, not for associative
        containers.  Sure enough, using that caused crash on closing the
        document.  This fixes it.

2011-05-06  Kohei Yoshida  <kyoshida@novell.com>  [d27a9990830d5742aa71c241723e2e5a0c050ed4]

        fdo#34930: Remove range names with external references when breaking link.
        
        When breaking a link in Edit -> Links, cells containing references to
        that link get staticized i.e. their formulas replaced with static
        values.  This also applies to cells containing range names that point
        to external document.  We should remove such range names when the link
        gets broken, or else reloading the document would re-introduce the link
        on file load again, and the link would never go away (without manually
        removing those range names).

2011-05-05  Joseph Powers  <jpowers27@cox.net>  [acfbd0bcb80f85cfe947299769c3d33e201c9b87]

        Modify class FontList so it's no longer a child of List.

2011-05-05  Kohei Yoshida  <kyoshida@novell.com>  [fb4f96da8c159ad75da3a16e08d1940dd588c1e7]

        Properly cache external reference values in named ranges.
        
        Values of the external references used only in named ranges were
        not cached properly.  This commit fixes it.

2011-05-05  Joseph Powers  <jpowers27@cox.net>  [ea3daf7b01bea36ae587d4e74128b5c69e011f8b]

        Convert "List maObjList" in SdrObjListIter into a vector<>

2011-05-05  Joseph Powers  <jpowers27@cox.net>  [f920320e8a8308ca01a83144d8fbcfe59877214c]

        Remove some unused code.

2011-05-05  Julien Nabet  <serval2412@yahoo.fr>  [69211a3aa531c1fa26c689ed48ad614b1e11405f]

        Some cppcheck cleaning

2011-05-05  Kohei Yoshida  <kyoshida@novell.com>  [052b1d73876717e01b63b0afa5af4b39534c37dd]

        Get external references to work with MAX and MIN.

2011-05-05  Julien Nabet  <serval2412@yahoo.fr>  [5581eb812f3b058ec92c96b4c9f59004e0e67128]

        Fix cppcheck warning (Prefer prefix ++/-- operators for non-primitive types)

2011-05-05  Noel Power  <noel.power@novell.com>  [717a07f3d9048ad5f5c08e708ddce4eb12d499e7]

        fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE )

2011-05-05  Noel Power  <noel.power@novell.com>  [ded180d825d00b24ad8ec063bfeff4dd5bc46ac4]

        fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE )

2011-05-05  Luboš Luňák  <l.lunak@suse.cz>  [0f06bf535528324b46ee73e47b0cd9070bbca7b9]

        fix incorrect merge and remove a useless cast

2011-05-05  Luboš Luňák  <l.lunak@suse.cz>  [f552aeaec9a22639653692ed06bcc6a1d8a78e2f]

        fix incorrect merge and remove a useless cast

2011-05-05  Kohei Yoshida  <kyoshida@novell.com>  [a506b31f99727155303890318614a621e9b8cdb1]

        Let's not use const_iterator here, as MSVC complains about it.

2011-05-05  Thorsten Behrens  <tbehrens@novell.com>  [af3d76c1cc4070da2b4d53576ac757dbd170d118]

        Auto-accept ccache >= 3.1 on Mac
        
        The reason for the selective rejection of everything but a patched
        ccache on Mac was broken objective-c/c++ support and a memory
        corruption on arg parse - both are fixed on 3.0 and 3.1,
        respectively. See http://ccache.samba.org/releasenotes.html

2011-05-05  Michael Meeks  <michael.meeks@novell.com>  [8c26bbeb392fe12e38e75bccc23c0e6ddae021b5]

        fix fdo#36863 - math crasher on redraw, introduced by Seek difference

2011-05-05  Joseph Powers  <jpowers27@cox.net>  [747d3154e34ad0267674516f03d67265e0e923c0]

        Remove an unused header.

2011-05-05  Joseph Powers  <jpowers27@cox.net>  [0e70f48d51351a500960514f2d673d0d1748e97e]

        Remove an unused header.

2011-05-05  Jan Holesovsky  <kendy@suse.cz>  [c5e3c65e9b70ca2e02e1a9c6d2640739617aff11]

        Fix build after the recent changes.

2011-05-05  Tor Lillqvist  <tlillqvist@novell.com>  [3a93807bdc14d06aa0178f078a045b359d170f45]

        Improve GroupWise warning in address book data source wizard, bnc#573994
        
        Commit an old patch from i#110071, to prevent it being lost presumably
        forever in an old tiny CWS of mine.

2011-05-05  David Tardon  <dtardon@redhat.com>  [bf61c46098e2f456fa1448c5204b7c4465025680]

        rhbz#701152 ignore hidden objects

2011-05-05  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7664f5012bb8d8e167f7a0f8760709258af074c7]

        check for less equal, not greater equal

2011-05-05  Michael Meeks  <michael.meeks@novell.com>  [825b62a2c64d90c7d5319136f8f3b70493448611]

        bug 36262 - undo BrOffice branding work

2011-05-05  Andras Timar  <atimar@novell.com>  [555cb7a51c5489e65338a32fe0d039fbbb5a4c98]

        use $realpath()

2011-05-05  Andras Timar  <atimar@novell.com>  [a4d656ad7c9282de2dcc979ccc6b70b095af4922]

        use $realpath()

2011-05-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7aec97f3d2019ca6b7e2c3c57292418431c56596]

        fdo#36727: use gb_Deliver_deliver to deliver to OUTDIR

2011-05-05  Andras Timar  <atimar@novell.com>  [181fd3ec5ddb54be2192401ab85457abb4079b0e]

        copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727
        
        otherwise other modules would include the en-US only version
        and strings in it would be unlocalized in the build

2011-05-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [25bff3759e414f96a03b8bc9cb867020cf99cb76]

        fdo#36727: use gb_Deliver_deliver to deliver to OUTDIR

2011-05-05  David Tardon  <dtardon@redhat.com>  [24828bba2c409c26b3987bcef583449be5d319ad]

        make GDBCPPUNITTRACE usable with gbuild

2011-05-05  Francois Tigeot  <ftigeot@wolfpond.org>  [2c21aa4638d4bf1b437dc892f44e9ab83764be14]

        Remove unused DirEntry methods

2011-05-05  Francois Tigeot  <ftigeot@wolfpond.org>  [f4e2232c17c732722edaaab6d1dbc8df58d7dc7f]

        No need to convert the path to a relative one

2011-05-05  Francois Tigeot  <ftigeot@wolfpond.org>  [88b39691b6d3cf8832653ba2ea4dd6d6a6f0a845]

        Remove unused DirEntry methods

2011-05-05  Thorsten Behrens  <tbehrens@novell.com>  [708def7d94bb76ef137572a364d2643402dc590b]

        Fix ooinstall -l case
        
        Removing destdir prefix for dev-install case is not a good idea

2011-05-05  Kohei Yoshida  <kyoshida@novell.com>  [f8670c4237598cb46486fc7480dcde1c94c95cdc]

        fdo#36406: Let's not use invalidated iterators.
        
        std::set::erase(iterator) call invalidates the iterator of the erased
        element.  We better not use it after the erase() call.  Since the number
        of manual breaks should not be high enough to cause a performance
        bottleneck under normal usage, a safer linear copy should just be fine.
        
        Now, I'm not sure if this indeed is the cause of the erroneous amount
        of manual breaks in the test document, but I didn't see any other likely
        spot.

2011-05-04  Joseph Powers  <jpowers27@cox.net>  [51dd87bb3fa4f14df753017d78ebb3496df2229d]

        Convert "List* pDefaultColors" into a vector<>

2011-05-04  Joseph Powers  <jpowers27@cox.net>  [695e67075c85979ade0a208ac4af2af1b2c0b038]

        Convert "List aDimList" in class SCDPSaveData to a vector<>

2011-05-04  Kohei Yoshida  <kyoshida@novell.com>  [dafbd8ef18252e18c6622ee636b0f5ee0a84bfcd]

        Added unit test for PRODUCT cell function with inline array.
        
        3.3.2 didn't calculate this correctly.

2011-05-04  Joseph Powers  <jpowers27@cox.net>  [73669254049f8dbfe6ab7c270f82aed30d47feab]

        Remove "List aMemberList" from class ScDPSaveDimension.
        
        Plus some trailing space cleanup.

2011-05-04  Kohei Yoshida  <kyoshida@novell.com>  [75a87836d75100fc4da446e9ce57a0862b6f0295]

        fdo#36848: Typing a named range in the position window should jump.

2011-05-04  Kohei Yoshida  <kyoshida@novell.com>  [a5ea69b9de3a7b1204c2512bb1e03778c86a5cc5]

        Properly close the document shell when erased from the manager.
        
        Because the document shell object was erased without properly having
        its shell closed, it failed to update the values when the link was
        updated, especially when the source document was open.  Closing it
        properly when its object is erased should fix it.

2011-05-04  Julien Nabet  <serval2412@yahoo.fr>  [dc135ac4c097ef286de8a5ef4eff94e793567346]

        Some cppcheck cleaning

2011-05-04  Kohei Yoshida  <kyoshida@novell.com>  [8097d32e002f21bd478b8e9ccba7cf4d4451fcda]

        fdo#33137: Fixed external references with COUNTIF.

2011-05-04  Michael Meeks  <michael.meeks@novell.com>  [00e5536f42aab6bee908823ae061288da560b734]

        don't distribute pagein - it is linked into oosplash.bin nowadays

2011-05-04  Michael Meeks  <michael.meeks@novell.com>  [c5e7b30a5fc39405ed0ac058ef1b852fd7667f73]

        fix fdo#36838 by avoiding -L argument to pagein

2011-05-04  Kohei Yoshida  <kyoshida@novell.com>  [6a47e3b6427264429d571a8356a9e0d2af790884]

        fdo#36849: Assume that the range list member may be NULL.

2011-05-04  Michael Meeks  <michael.meeks@novell.com>  [2cffe9a5f5343fcb73c08076a5ff9ddfaf6ac369]

        fix fdo#36838 by avoiding -L argument to pagein

2011-05-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [56714ad1b9d9abd36f8a98efdc85e80cd3254611]

        add new uno interface for sheet local anonymous db data

2011-05-04  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ca0b2da3ba204bca636389877394cadda2611184]

        add implementation for new uno interface XUnnamedDatabaseRange

2011-05-04  Julien Nabet  <serval2412@yahoo.fr>  [dd1041f12687d9735d55b09bab81165989d9044d]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-05  Takeshi Abe  <tabe@fixedpoint.jp>  [de6e29578b97b799880de13882f1b60b3efdb600]

        removed dead code

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [feb9920fa457695f7a683adc80456d428d14c83d]

        Fixed few obvious mismerges.

2011-05-04  Radek Doulik  <rodo@novell.com>  [16eaa5e7c1208034bb3244fea9e6d9491ccb5501]

        wmf-mm-text-1.diff: Fix WMF rendering, n#417818

2011-05-04  Radek Doulik  <rodo@novell.com>  [db1b08d217ebbdd1b0296e1da260bf314a77acf5]

        wmf-mm-text.diff: Fix WMF rendering, n#417818

2011-05-04  Florian Reuter  <freuter@novell.com>  [d3c8f60a6627d05524211796a27546a08cd85a3f]

        external-apm-header.diff: fix WMF scaling in RTF import, n#417818

2011-05-04  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [b70bed206ca2eca1264063c87bd85685f31d4d04]

        writerfilter: Fixed debug build

2011-05-04  Florian Reuter  <freuter@novell.com>  [771799c23ec2b132ac3dd6979485ee8fa30a5ce4]

        external-apm-header.diff: fix WMF scaling in RTF import, n#417818

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [5d2a5e51c932005713f08a7614faeec7730731ea]

        Make 'sfx2' building.

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [251750546fe77cb69a2e5b8047668eb787d27298]

        Make 'basic' module compile again.

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [422c2aba5877e94918d24eb4b0cb7b9fe4a44219]

        Remove deprecated tools/queue.hxx

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [bd28739f58c1de217237b469560b29c89beb1893]

        Remove deprecated List from ImplEntryList

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [e85f223e82a8beafd1fe090b575f6bb0a779d018]

        Remove List usage in FontList

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [57ad48b81352131da1f77470f3be31c9027dfdba]

        Remove unused sot/agg.hxx

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [b392bdf0c79e0f6afb61017594559c80d604da09]

        Remove sot/agg.hxx include

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [73b79fe869dee44b26d79d9e448fa95544a375e7]

        Add forgotten vcl/source/app/brand.cxx.

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [668382d57eb0411824aa428a58598028a372ecdf]

        Remove duplicate autocorrect files.

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [84d9f0ceb2048550acf763879993348fb1cfb473]

        Remove unused variables.

2011-05-04  Joseph Powers  <jpowers27@cox.net>  [b261e75b9bb41efef3510554160e451b03d90598]

        Convert const_reverse_iterator into reverse_iterator
        
        For some reason on Mac OS X, both "!= rend()" and "< rend()" both complain
        about the operator not existing.

2011-05-04  Luboš Luňák  <l.lunak@suse.cz>  [8fa1a0874765ea7db57e496f1d92731b9ab09280]

        read wp:positionOffset, wp:alignV and wp:alignH properly (bnc#513579)
        
        A pretty hackish way (see the comment), but I haven't managed to find
        out if there's a proper way to read it.

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [e8f7f4c38326d7113df2ad898ff864f480336341]

        Remove List sd::View::mpLockedRedraws

2011-05-04  Rafael Dominguez  <venccsralph@gmail.com>  [62e4b2e2fa9319d3db123226d23a3c41f14dcae5]

        Remove List in sd::ExSoundCollection

2011-05-04  Katarina Machalkova  <kmachalkova@suse.cz>  [60aa5634e70fb5f3b0c7272b135456907d67a03e]

        Copy&pasting is considered harmful (cherry picked from commit 930824ebb65245e7f6630888379bb71438e63cf2)

2011-05-04  Katarina Machalkova  <kmachalkova@suse.cz>  [57c96a616a3e79d6ebef6949dbe769f60a3581aa]

        Copy&pasting is considered harmful

2011-05-04  Katarina Machalkova  <kmachalkova@suse.cz>  [fafc7e0547c1cff6f18b0b60dd44749768250691]

        Check for existence of property before retrieving its value
        
        Is[Empty]PresentationObject prop seems not to be set in Calc/Writer
        shape objects and retrieving its value throws an exception.
        This fixes export of xlsx docs with embedded pics/charts.
        (cherry picked from commit dd719060ab7ba487aff70bbf21418a2c2fb9cce6)

2011-05-04  Jan Holesovsky  <kendy@suse.cz>  [f099955cd1ddeddc6812913fde1b640957a4312f]

        DBG_ERROR into OSL_FAIL.

2011-05-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [26f2524afb75d5045db9de1619fbf30c65f5c730]

        upgrade libwps to 0.2.2

2011-05-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [83034dadf73d15cd073c563f59617955619d0976]

        upgrade libwps to 0.2.2

2011-05-04  Katarina Machalkova  <kmachalkova@suse.cz>  [a508b8120c2cd8d4f1f81e5dc7479ea04371011d]

        Check for existence of property before retrieving its value
        
        Is[Empty]PresentationObject prop seems not to be set in Calc/Writer
        shape objects and retrieving its value throws an exception.
        This fixes export of xlsx docs with embedded pics/charts.

2011-05-04  Petr Mladek  <pmladek@suse.cz>  [9aad2b0d3d226b3c6ce61501f1f5efc0097fc429]

        Click ellipse and rectangle icons using .uno.BasicShapes.
        
        The .uno.Ellipse and .uno.Rect object in Toolbar
        is not clickable now caused by the fix:
        
        http://cgit.freedesktop.org/libreoffice/impress/commit/ \
        ?h=libreoffice-3-4&id=d31b6292b14546ac7b04b4f483b70f68b56412e6
        
        Thanks Yifan Jiang <yfjiang@novell.com> for testing.

2011-05-03  Joseph Powers  <jpowers27@cox.net>  [a2a2f49da5b9ff69d9c1106aeabac574ab63fa40]

        Remove the base List class from ParagraphList

2011-05-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [ca718e36f189fd6ac941491757fec3f06e897c7a]

        Refine lication of OxygenOffice splash

2011-05-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [fcffdd382b93942d488b6d7108bf97a8286e402d]

        Remove already integrated fonts from extra fonts

2011-05-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [64dec765d887aec38fcc754054178720aa10a351]

        Add copy and extract for extras and few extensions

2011-05-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [0410b1b0306f2232cc799008af963315890bacaf]

        Add download support to a few extension in bootstrap

2011-05-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [170b2d27bd406871840f5019dfccd2b27d5ff86f]

        Add OxygenOffice related settings
        
        * Start download package name with OOOP in case of OxygenOffice
        * Ability to create oxygenoffice product

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [9ba100be28096667e32c81ddb17261b1074c1288]

        fdo#36051: Eliminated the hang due to removal of autofill undo object.
        
        An artifact of the old code, which appears to do nothing meaningful
        today was performing an incredibly slow operation upon destruction of
        the autofill undo object.  Removed it, and also removed several other
        methods and data members that were used only in that removed code.

2011-05-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [434f7f0234647f3a0bbc55eb3fd45a792053ec49]

        always request an unversioned lib from gcc in gccinstlib.pl
        
        * this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [184b7e7b959a1769d84f9a1581c71dd315eb184d]

        Simplify the code a bit.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [dc40dabec04300ab3a4578e80a0b2170e62df674]

        fdo#36721: Fixed a crash on datapilot while editing the source range.

2011-05-03  Julien Nabet  <serval2412@yahoo.fr>  [25f312236b6c28de4a06761b4ac91f52c75e4083]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-03  Julien Nabet  <serval2412@yahoo.fr>  [a24895b3d115b4870df054db217d2de5fb1bb107]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-03  Julien Nabet  <serval2412@yahoo.fr>  [3b8b6cef107bdf209e6258c5bb4d51e880f6ecf6]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-03  Julien Nabet  <serval2412@yahoo.fr>  [2be3b8bd883ce2df2f1a9edce6292ad749d96fd4]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-03  Michael Meeks  <michael.meeks@novell.com>  [fc9237d5f69ce1ec9f1b257df3946ff6a7c4aaf6]

        move all of the gnome and gtk+ related pieces into the -gnome sub package

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [43936947967a93ec4a8a8ce4f50962bf49a970a1]

        Invalidate page breaks on print range changes.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [06d961bea1c17d2cb4e12b3270b2d6aa9f89cae4]

        fdo#36746: Prevent crash during sort.
        
        This was indirectly caused by the change in SfxUndoManager, to keep
        track of lock count to allow nested enabling / disabling of undo
        operations.  Because of this, it's very important to not enable /
        disable unless it's currently disabled / enabled, respectively.

2011-05-03  Andras Timar  <atimar@novell.com>  [96dbb5f5f065164cf20495b0d7599f0e818cad53]

        remove double space from en-US message

2011-05-03  Andras Timar  <atimar@novell.com>  [3adbe0e231c95243f134fc5055e88f9867f8ed36]

        change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734

2011-05-03  Noel Power  <noel.power@novell.com>  [00c5556869d8f382551675128d3db7bed397a77f]

        svx-hacky-htmlselect-control-import.diff ( bnc#523191 )

2011-05-03  Andras Timar  <atimar@novell.com>  [f1f415bb9ae435aa0d8a9db2e792d39497bcc509]

        DataPilot -> pivot table in en-US strings

2011-05-03  Marcel HB  <marscel@googlemail.com>  [ec290dfbf2fc8ff41751f3d7b961500ba62a01a3]

        fix for fdo#33462
        
        resets the row properties after each row is processed.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [92540ad15e5402e8442de52e577474aba315c9a3]

        Non-printable character.

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [78c01c415bbf81d9e0fa0e767319f443e8387ff1]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [a48da70b78a1519e27700fc523f7fe13225228d8]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [1328f7e093a6fc7955293a366e281abc33cff5a4]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [be40630e11456d05c5391187f3c8ab45641c8c59]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [030ae5a58ac63511d8757204104ceb3326032d7e]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [e97bb36085684f4068c68163f25e61798a47db36]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [01b9812e0c430c64e42db65fff94f4b87b60d4bc]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [321aa1a7fe68403255c448c1c7b5c6b9bf37d9c3]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [8adfdf91643d5d1327888e788556543a40634423]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [25195ccf84d6951c06fb8d4b85e320834845b855]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [ea1598e1e64b48d18e173d8364f32ae9c91a7a8b]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [7ea5c431f9dbace6af4a7340afe266e5f9f42eef]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [ae6024812db89c9ad73d7c234f1d89560dec59b0]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [1b0f067b0bce38dcb6e801293823964ca8a8e2c6]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [58a7a460a05d9de062f0091774841d696d38d7c2]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [1bb5a86faac2e36a10a32f9d81d9310100c2920a]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [bb9d5b1eb6db791c976357c28f4287c8ae7fd9ab]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [ce1ae563e1b23b6ce1bda5269676bd46c8b488bb]

        Version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4)

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [643e82382d97f47fc5cea655ef37d55fd7a9572e]

        bump product version to 3.4.0-beta4, release number to 4

2011-05-03  Muthu Subramanian  <sumuthu@novell.com>  [287ed8fbb5cf65f9cf284fbc2c9ce2a9de35d3ab]

        Reverting some file mode changes with previous commit.

2011-05-03  Muthu Subramanian  <sumuthu@novell.com>  [41cc5c918e9d039144c9505550d9936277e7f091]

        MCE Initial Implementation.
        
        Points to note:
        * Assumes all MCE content to be of 'Ignorable' type.
          Handling other types needs to be implemented.
        * Uses the first acceptable choice and parses the
          content. Skips the others. E.g. assuming v2 and v3
          both being acceptable and v3 being newer/better, if
          the choice for v2 is stored first. v3 is skipped.

2011-05-03  Muthu Subramanian  <sumuthu@novell.com>  [ff21a3888403de98dd266270bde4c8e46d304fda]

        Adding public method getNamespaceURL.

2011-05-03  Muthu Subramanian  <sumuthu@novell.com>  [8c0b019baeaffb0a6339e63a63fd4379eb7fb30b]

        Adding a public getNamespaceURL method to fastparser.

2011-05-03  Francois Tigeot  <ftigeot@wolfpond.org>  [b945adac81c3b38d32ccc7d60f3d99fedd86a30f]

        Remove OS/2 support

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [aca405778521ffd6c6c4d08ed25412ae35edb3f2]

        Attempt to explicitly get UI locale to en-US during unit test.
        
        But this currently causes runtime exception.  I must be missing
        something...

2011-05-03  Kalman Szalai - KAMI  <kami911@gmail.com>  [43b8894cc276e85a4e7d4a3502388dec6ab74261]

        Adds OxygenOffice as product in sysui

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [b1fb5a04df6bca4b8394af2f0829858fa23cf679]

        Enable extern scripting for offical LO builds (fdo#33355)
        
        Added the following options to distro-configs/LibreOffice*.conf:
        
          --enable-ext-scripting-beanshell
          --enable-ext-scripting-javascript
          --enable-ext-scripting-python
        
        Thanks David Tardon <dtardon@redhat.com> for tip

2011-05-03  Noel Power  <noel.power@novell.com>  [08380350f96f94442528e40d19cce508764970cc]

        svx-hacky-htmlselect-control-import.diff ( bnc#523191 )

2011-05-03  Rafael Dominguez  <venccsralph@gmail.com>  [10aa3ef1b763e8133161585b5e824abef78be7b5]

        Remove tools/table.hxx include.

2011-05-03  Joseph Powers  <jpowers27@cox.net>  [bbbba17c31bc5a62da6ca75a23fee04ebbc54e77]

        Convert "List maConsList" into a "vector<> maConsList"

2011-05-03  Petr Mladek  <pmladek@suse.cz>  [d27be9390fb0a5faee4f6bbcd5463c3907734c4a]

        ooinstall: use DESTDIR also for the Cwd::realpath call
        
        this solution is not perfect because Cwd::realpath($ENV{DESTDIR})
        need not be part of Cwd::realpath($ENV{DESTDIR} . $arg). Let's
        solve this when it really cause troubles.

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [892ce4dc42a967e945b554c3b9e0fc2afe429406]

        Fix Windows build and silence some warnings

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [82601384e3c540a8cab258898664475c7213d450]

        Fix Windows build and silence some warnings

2011-05-03  Miklos Vajna  <vmiklos@frugalware.org>  [55fb624ac03cd353a34b593a2d8612eccbedff15]

        ooinstall: respect DESTDIR
        
        The problem was that ooinstall just passed -destdir to
        make_installer.pl, but before that, it tried to create the root
        directory, where it did not respect DESTDIR.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-05-03  Francois Tigeot  <ftigeot@wolfpond.org>  [4de8c4a3046fabb8e954dda45b41bf2b986a4a7b]

        Remove strange filesystems-related enum.

2011-05-03  Michael Meeks  <michael.meeks@novell.com>  [c0a5b2b30a3631028b38e8fd7d48094aaee5bebc]

        revert commit causing problems with windows theming: cf. fdo bug#36481

2011-05-03  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [2f0a403e697ea5bedcfd4abaaf1d4b15135102d9]

        fdo#32872: Fixed components names reintroduced with .component files

2011-05-03  Miklos Vajna  <vmiklos@frugalware.org>  [660173e6daa7b4904cb7c36ccdae1911307d1753]

        configure: fix help text of --with-install-dirname

2011-05-03  Julien Chaffraix  <julien.chaffraix@gmail.com>  [48227a2047e0ea1b501becf02ebfe30287bab1a9]

        Properly advance the data / buffer pointer.
        
        Spotted by Michael Meeks.

2011-05-03  Julien Chaffraix  <julien.chaffraix@gmail.com>  [b9dea6ac66aa8fbf954a917b01ed99d53ec15195]

        Handled EINTR in safeWrite.
        
        This makes us match safeRead's behavior. Spotted by Michael Meeks.

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1457ace0d08188ab9151152902ae65627793a2c4]

        Uploading updated versions of libwpd and libwps
        
        libwps: some conversion improvements and fixing of leaks
        libwpd: improve loading of corrupted WP6+ documents, conversion of Mac 2-byte script characters + miscellaneous improvement of WP charsets to unicode conversion

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [66494dd016db412600a4546b6bbfee9197a5a396]

        Upload updated versions of libwpd and libwps

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0f018cbb541fb1db7d11651c5db693b4ffd52d88]

        Upload updated versions of libwpd and libwps

2011-05-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6ba139b80f66802be0479adbabb2a211ae8932c4]

        Uploading updated versions of libwpd and libwps
        
        libwps: some conversion improvements and fixing of leaks
        libwpd: improve loading of corrupted WP6+ documents, conversion of Mac 2-byte script characters + miscellaneous improvement of WP charsets to unicode conversion

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [1d9e837698baab795efee6cc8b0e289528d5cac6]

        Use GetBoundRect() instead of Frm() in layout.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [2650827555c748c1d68dba2e277cd5d24898b534]

        Use GetBoundRect in SetFirstVisPage
        
        SetFirstVis page was using SwPage::Frm() to compute first visible page.
        This was causing glitches when the scroll area boundary was in the
        middle of a shadow border.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [222a634e9ce4f58f012f883ef2a66ae6b06e71f7]

        Added instance method SwPageFrm::GetBoundRect
        
        Using the static method SwPageFrm::GetBordersAndShadowBoundRect involves
        a lot of duplicate code on the callers side. The instance method
        provides a shortcut and shoudl be used instead of Frm() in every layout
        method.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [260576c8a4077c8c475e3b2517d568233af3bd8e]

        Use page bounding box for layout computations.
        
        A lot of layout methods were using duplicate code to invalidate areas.
        This led to graphical glitches with 4 borders large shadow.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [9b3c4e92ca647d367385ad14ed04543fbff33941]

        Typo in param name

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [f50f9b8844d2e7d0a03fbf7162b03eb1aeaf8b41]

        Bad shadow alignment when sidebar present.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [5eaa7e24d72925e947c0f4483627233e2ad6521b]

        Added Impress-like 4 borders shadow.
        
        Writer and impress now have the same kind of 4 borders shadow. Impress
        do not currently honnor shadows settings (presence and color) so code
        still slightly differs but both should be easy to merge.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [19850c5c9813bf16ecb24b65223b8b34840e2a50]

        Page invalidation uses information from layout.
        
        Invalidation rectangle computation was duplicating code and didn't use
        helper methods from SwPageFrm to get information about the page width.

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [0b22a47e72d2399ab4237655f4902b5be8979a4d]

        Typo in resource definitions.
        
        I don't know how this may have worked before…

2011-05-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [add10142097a750b70761f3e5eca72dbf631be4b]

        Updated page shadow masks.

2011-05-03  David Tardon  <dtardon@redhat.com>  [7934342133ed6906ba25df9b24c4bd840733dbc5]

        always use svp plugin with --headless

2011-05-03  David Tardon  <dtardon@redhat.com>  [c4da7518792b1123c322f1506f6d597827432302]

        add kde4 to fallback list

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [b0b00b43b3c7a104b9e4a1f92ef2a2fd8c2fd061]

        Turn off debug output from unit test file.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [92d922048845d703328c774218624f71e3056ac9]

        Added code to test standard query filter in data pilot tables.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [aa00f229cb2180c69f69d5b9d58ee5cf774ba04f]

        fdo#36771: Treat filter by "filter" and filter by "page" separate.
        
        The new datapilot cache implementation mixed these two up.  I guess
        it's best to have two separate flags for these.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [6074ffc53a2ca2091af9ed66e824dfe8d2792558]

        Added another unit test to test filtering in data pilot tables.

2011-05-03  Kohei Yoshida  <kyoshida@novell.com>  [f8dbf11f92b2bedcbe911a66f12d0db69b482ebc]

        Extracted a method that creates ScDPObject instance from a definition.

2011-05-03  David Tardon  <dtardon@redhat.com>  [c0c029c3fe0586908c3ee664d22fc417f32c382c]

        do not announce if there is nothing to do

2011-05-03  David Tardon  <dtardon@redhat.com>  [f8fed539d1670c7917bf7437b51d6c7f8929602b]

        these targets are impl. details--do not announce

2011-05-02  Joseph Powers  <jpowers27@cox.net>  [3fd3b86b7423ffbb41f065faa7962d67776e8f64]

        Remove an unneeded #incude <tools/list.hxx>

2011-05-02  Cassio Neri  <cassio.neri@gmail.com>  [cd04a8d20314a86a42146208fea353c1a6d1135b]

        Fixed bug regarding zero values not appearing (Bug 36748).
        
        In xmlcelli.cxx line 1093 the result is set only if the value is not
        zero. Removing the if-statement fixes the issue.

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [66b3c5c926806c5702ceb4fdf083188b280bb8f9]

        Fixed a crash when creating a new datapilot table from external database.

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [1278e1dcf96f59d06dd8fc2edf51f1228fef8cd4]

        Typo.

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [1a0ac3b4756952271421e4961c2477330a98867c]

        Let's not friend a class just because of one private method.

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [b8c2df9e094261a6cb35b3d81823fa94d8b208d8]

        Fixed indentation and naming inconsistencies.

2011-05-03  Tor Lillqvist  <tlillqvist@novell.com>  [f9db6b0be38c89334f482e1d0848974985c0bf2a]

        Remove BrOffice branding

2011-05-03  Tor Lillqvist  <tlillqvist@novell.com>  [b6af8380dbd56ab8d05f7be1c7766b6aff77e7b1]

        Remove BrOffice branding

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [a2865aca05f7c07b9796fcbf999ba5af12070b01]

        Avoid branching in for loop.

2011-05-03  Tor Lillqvist  <tlillqvist@novell.com>  [a13f6922e879d4c8c076022b30269e9b272722df]

        Kill BrOffice artwork

2011-05-03  Tor Lillqvist  <tlillqvist@novell.com>  [c7708416213ecc8848dbd33e78e34a4dc514a2fd]

        Kill BrOffice NSIS artwork

2011-05-02  Kohei Yoshida  <kyoshida@novell.com>  [aa5aced99f926b5be4968b0eb653fe35d5dcd0cc]

        Pass const reference.

2011-05-02  Julien Nabet  <serval2412@yahoo.fr>  [27aec216f285f82a8ddcd5e9f02ebdd0d687fc69]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-02  Julien Nabet  <serval2412@yahoo.fr>  [0e0159f23f11cb641d8fd3a6508240dac9c36176]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-02  Julien Nabet  <serval2412@yahoo.fr>  [521aebc1d7b6e234a69ea881686b70510484fd0b]

        Change <file>.toURL() to <file>.toURI().toURL()

2011-05-02  Julien Nabet  <serval2412@yahoo.fr>  [0d94d6c803694fcdda0b01bbd817fe9976f67e10]

        Remove 2 simple warnings

2011-05-02  Cédric Bosdonnat  <cedric.bosdonnat.ooo@free.fr>  [4240ae68b82a8fb4db35e1c9176a64c63ec69f31]

        fdo#32872: Fixed components names reintroduced with .component files

2011-05-02  Tor Lillqvist  <tlillqvist@novell.com>  [76f8eb4681c835d5085939f65c8b44fce8f6785e]

        "Lightweight" removal of BrOffice branding here in this branch

2011-05-02  Bartosz Kosiorek  <gang65@o2.pl>  [93d7bdcb855362b88cdcfcb18ea401d89da973fb]

        fdo#33167, i#20878: Show spaces at the end of line
        
        The spaces weren't shown at the end of lines when viewing the document
        with the non-printing characters. This helps editing the spaces after a
        line in left aligned paragraphs.

2011-05-02  Francois Tigeot  <ftigeot@wolfpond.org>  [41f437c4acf7a22a53e71f910a4321727f6383db]

        Add a DragonFly BSD distro config

2011-05-02  Muthu Subramanian  <sumuthu@novell.com>  [e784a2c0ef09c96711bca285c7700e6c398d3f62]

        n#690798: Fixed a crasher. Also, improved batch conversion.
        
        * The pointer is not removed from the array before 'delete'
        * FilterMatcher now uses (input) content to guess better.

2011-05-02  Tor Lillqvist  <tlillqvist@novell.com>  [7b7c53a529a34285b4492393ac70eea16b83a8a4]

        Delete unused setup_a.cxx file

2011-05-02  Tor Lillqvist  <tlillqvist@novell.com>  [10c128616e2381f68d1164612dfde7bdf1cb030f]

        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>  [1385ee42a3206f7613a8c17162fb0f29059e6bb4]

        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-05-02  Luboš Luňák  <l.lunak@suse.cz>  [bf01c23b63bd0f1e795fddbc0f20bf37be67d51a]

        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-05-02  Jan Holesovsky  <kendy@suse.cz>  [7e8f9a4db126a7112cc2619777d63461fc87e61b]

        Run all tests in the en_US.UTF-8 locale.
        
        The locele affects some tests, eg. sc_ucalc.cxx.

2011-05-02  Andras Timar  <atimar@novell.com>  [81eae5fe34c6db717998db510c86a15b12470ae9]

        update product code of vcredist_x64.exe

2011-05-02  Andras Timar  <timar@fsf.hu>  [4891197029390dae561ad81432f9d302c7c5f925]

        revert added log line (Log() does not support printf style parameter)

2011-05-01  Rafael Dominguez  <venccsralph@gmail.com>  [b0a5c70fdf12633261074b16226d582ad2cebfcc]

        Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,

2011-05-01  Rafael Dominguez  <venccsralph@gmail.com>  [d876d5c0e1691a63dc1091db12703afe62dce336]

        Remove DECLARE_QUEUE( ScChangeTrackMsgQueue,

2011-05-01  Rafael Dominguez  <venccsralph@gmail.com>  [4dbde949438c5ba859605af6f1542b1c3b27a958]

        Remove SV_DECL_REF_LIST(SotObject,SotObject*)

2011-05-01  Andras Timar  <atimar@novell.com>  [c2c849e8f1fa985f02c1b8a178f70236587c2038]

        s/postset.mk/langlist.mk

2011-05-01  Francois Tigeot  <ftigeot@wolfpond.org>  [e45dc3828b7dd4f70bc14f51ae8d573d7298ed7c]

        Remove more DirEntry unused functions

2011-05-01  Julien Nabet  <serval2412@yahoo.fr>  [0a4ebd898af53ee60c9cad0bf1dddbab09582754]

        Declare and use the boolean variable for the return

2011-05-01  Andras Timar  <atimar@novell.com>  [d25e63e46f33a587936306ac4050a0e0f5efbe0a]

        copy localized globlmn.hrc to $(OUTDIR)/inc/svx - fdo#36727
        
        otherwise other modules would include the en-US only version
        and strings in it would be unlocalized in the build

2011-05-01  Andras Timar  <atimar@novell.com>  [e94687599c677e87fcd063452dec818ae89aa50c]

        sync langlist.mk and postset.mk (supported UI languages)
        
        langlist.mk was used by gnumake modules
        postset.mk was used by dmake modules
        unsupported languages were removed from langlist.mk
        postset.mk now includes langlist.mk to avoid duplication

2011-05-01  Christina Rossmanith  <ChrRossmanith@web.de>  [427e56eaba213f23c4842cd71b967f3025fbe2dd]

        remove Attribute_XXX in favor of osl_File_Attribute_XXX (ure)

2011-05-01  Joseph Powers  <jpowers27@cox.net>  [6e177c9f3a0f92946874bb8987ab87eee6e1d1bf]

        Remove unneeded #include <tools/list.hxx>

2011-05-01  Joseph Powers  <jpowers27@cox.net>  [77069ad1390b6b20afbb2e913b84dcaf9ba3cd13]

        Ignore .gitattributes

2011-05-01  Joseph Powers  <jpowers27@cox.net>  [8157dce1b00e2fe619efe1edf1e8b85d49996788]

        Convert List* to vector<>

2011-05-01  Peter Jentsch  <pjotr@guineapics.de>  [3bdef90736cdcdc18f9821915b15fa08ed1fc32b]

        Introduced timeout for import thru XSLTFilter. Fixes fdo#35543
        
        This fixes only the "HANG" part of fdo#35543. The Excel2003ML import
         filter  remains broken.

2011-05-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [67dd44fba7a16068f5ad3533bf091d07d9c73cc7]

        add an option to ./g to have a compact <repo>:<value> output
        
        This is usefull to collect the heads of the repos in a easily parsable
        format

2011-05-01  Julien Nabet  <serval2412@yahoo.fr>  [6b197f7ae400746a2e01d74410b12306552adab2]

        lacking endif re added

2011-05-01  Francois Tigeot  <ftigeot@wolfpond.org>  [699f13e0921de550e133aae4e64b71934083fbe2]

        Remove unused function IsRFSAvailable()

2011-05-01  Francois Tigeot  <ftigeot@wolfpond.org>  [64cf70b4e4e488ae1f21d8e5254faedd38eb2081]

        Remove some OS/2 code

2011-05-01  Francois Tigeot  <ftigeot@wolfpond.org>  [3c4779bdebe2ce8ab750b19dddf95e14f0a2d272]

        Remove unused function IsLongNameOnFAT()

2011-05-01  Francois Tigeot  <ftigeot@wolfpond.org>  [c8a9db7a02147369629b19f1689fd181f0a6a746]

        Remove unused function HasReadOnlyFlag()

2011-04-30  Julien Nabet  <serval2412@yahoo.fr>  [8749144c14e613ec96c50c5a305d92987f4c9a11]

        Simple warnings corrected

2011-04-30  Andras Timar  <atimar@novell.com>  [140e2dc70c546c5247293dacada2229c5dfc860b]

        introducing --enable-release-build configure switch - fdo#36437
        
        and default is dev build

2011-04-30  Andras Timar  <atimar@novell.com>  [20e85d00a02b133aa5f7a629deff18cdda855fc2]

        updated oc_FR dictionary to version 0.6.1 - fdo#36718

2011-04-30  Andras Timar  <atimar@novell.com>  [0c2cc6ae6405d65afcfa153e5e3570a076b7ab19]

        make strings localizable - fdo#36706

2011-04-30  Andras Timar  <atimar@novell.com>  [f871a4e489543458e1624c53f9862f57be2d66b5]

        make strings localizable - fdo#36706

2011-04-30  Christina Rossmanith  <ChrRossmanith@web.de>  [9cc6dfd98fbdc00e7eb099292b3be5caf7535291]

        remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop)

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [ce6738ec7b674dc0ab6202d6f8ae252cfdd8c328]

        Remove unneed include of <tools/list.hxx>

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [e0b7427600076c694b31cc2101565b9db14f1c5c]

        Ignore .getattributes & MacX work directories

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [95afb50a6909b4e5485ef335e9f55cbc5c24ead7]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [b45784aeca8c3c8467f0195356eba06d3cf9cb55]

        Ignore .gitattributes & MacX work directories

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [8bf6d29ba4ef28c2b0cb85d12de1aae6b8731b68]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [1ee3bad95e9991a537a4b6d69c417926828fd700]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [4e3e4a74f64cfbef7c24390e9290ba896e0c9f2e]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [92072096f7f00ac618a06ffd74154a8b9eeb3d65]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [af9b8c1d662c88f319c80d0f06013ad842b64efb]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [5ec476febbc255dc23089e195106c1ebc8788c96]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [aec1967ff589f3076d128521b6cb934bd363aad7]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [95c304f06bf3fe1d0ce7bf5601856e0c7da17acf]

        Igonre .gitattributes & Mac X work directories

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [fced3f6c912423a5c413cb0dfeffca6646bac9df]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [c90e0ea708604309c03f2c0e15c609e85407336c]

        Ignore .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [7125cb8c88fe8ca18c53c9147ec3b21bdc7589c1]

        Igonre .gitattributes

2011-04-30  Joseph Powers  <jpowers27@cox.net>  [3d6bec31b4b51364539eb79170db6afabad3ccf7]

        Ignore the .gitattributes file

2011-04-30  Andras Timar  <atimar@novell.com>  [545be5862a5587824e696b5e2e60730a4941d834]

        typo fix + add a line to log file

2011-04-30  Andras Timar  <atimar@novell.com>  [4f396844fcf6ee9cb4ae4271b2beb94f8b179b93]

        update product code of vcredist_x86.exe (9.0.30729.4148) fdo#32650

2011-04-30  Andras Timar  <atimar@novell.com>  [29bc42c88773ea705ee5df19c6ed34bc2e048f37]

        brackets are necessary when you declare variables within a case label

2011-04-30  Thorsten Behrens  <tbehrens@novell.com>  [a0013df9f1bd25b79df17c6c08e8a17e434551e8]

        Revert native334 #163388# no more change of DS_Store file
        
        This reverts 96fb1e22387af1cb0888a32fcb267463d64a898a and has
        mac .dmg show the nice artwork again.

2011-04-30  Francois Tigeot  <ftigeot@wolfpond.org>  [b1cc998d9ae0cbb3a2b0a10d7a0f2e07a5fe01ff]

        Remove some OS/2 code

2011-04-30  Francois Tigeot  <ftigeot@wolfpond.org>  [af56247e9ac19c131bd2e4d187b84447b74fcc77]

        Remove OS/2 support

2011-04-30  Francois Tigeot  <ftigeot@wolfpond.org>  [fe89019399a4d171f036a5071a9549ae2275e9d2]

        Remove OS/2 support

2011-04-29  Kohei Yoshida  <kyoshida@novell.com>  [9f00591e40aedee4dba55d9e913606cfcc2ffd4d]

        Removed unnecessary virtual-ness from the destructor.

2011-04-29  Kohei Yoshida  <kyoshida@novell.com>  [954badde919a0615dcb0b172a5fb0c1065e82f53]

        A bit of cleanups & annotation of data members.
        
        I'm trying to understand what ScDPCache does exactly.

2011-04-30  Christian Dywan  <christian@lanedo.com>  [269dabfe3dd705314c712574e21217290e52465d]

        Set GTK+ native mouse behaviour settings

2011-04-30  Christian Dywan  <christian@twotoasts.de>  [8a172aef572c83b51c723a8761859ee827d0b873]

        Clean up GtkSettings use in GTK+ platform module

2011-04-30  Cyril Roelandt  <tipecaml@gmail.com>  [083dc1ec7925da1daf7f5a6e2474a037aea9e1ad]

        Removing the deprecated java.io.File.toURL() method.
        
        java.io.File.toURL() has been replaced by java.io.File.toURI().toURL().

2011-04-30  Christian Dywan  <christian.dywan@lanedo.com>  [51940f50c936cec04c3891d8d80559a5bf1f022d]

        Unify light gray checked color special case
        
        It's the same hack on all platforms using it.

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [fe4b4f71bbd256bb76abfa3391df02c7190b0aa0]

        Convert some more LIST_APPENDs into ULONG_MAX.
        
        Also remove references to tools/list.hxx

2011-04-29  Jan Holesovsky  <kendy@suse.cz>  [35c884841001c6367d428db8e4407afc4d5077ca]

        Update .gitignore with the new modules.

2011-04-29  Jan Holesovsky  <kendy@suse.cz>  [e8f7d39b9dad8c7f29940a09219f82cf908791a2]

        Make vcl building.

2011-04-29  Jan Holesovsky  <kendy@suse.cz>  [7667fa2e3c2ae71d650b639fa7792afec8f25d1d]

        Updates to make vcl building.

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [c7189b55bbf6fe2d3ee557e9ed0593a98c63c2e4]

        Applied svx-debug-sdrolestreams (slightly adapted)

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [b78698e14fe1afc4c210ae749d0a4e855826b113]

        Applied normalize-template-paths-fix (slightly adapted)
        
        Fix for n#512146

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [10c0f7f76f937e911c95174adda5aaa889befc9a]

        Applied normalize-template-paths-fix (slightly amended)
        
        Fixes n#512146

2011-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e94fae6c3fa27a9898460021bfddf090b5ad6da8]

        Output valid OOXML incl. msSymbol value
        
        (setting it was removed by mistake by prev. patch)

2011-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [23f78ccf3eaf526be824dad5213f8702e1c5d8ba]

        support export of anonymous db data to OOXML

2011-04-29  Kohei Yoshida  <kyoshida@novell.com>  [08ad6f55a7bc29b865756fe8f328b61628355519]

        Manage data caches for named range data source separately.
        
        Without this, updating the named range and refreshing would fail to
        remove the old cache, which is no longer referenced.  Very bad for
        memory footprint.

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [32341029e4ba8a83629ebd10a5dabd2645548eda]

        Remove unneeded #include <tools/list.hxx>.

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [b2d7548bd6643f5e2bf628ab15fe571d6c1437b3]

        Convert LIST_APPEND to ULONG_MAX.
        
        Neede to remove all references to tools/list.hxx

2011-04-29  Tor Lillqvist  <tlillqvist@novell.com>  [f183369a8d84854fc60241d7b7d055c6781e7c74]

        Fix Cygwin path and symlink problems, thanks to shm_get

2011-04-29  Noel Power  <noel.power@novell.com>  [78ea0365da81887c36d1003756947f656e4c2d92]

        fix for fdo#36629, corrupted IDE tabs when adding/deleting modules

2011-04-29  Radek Doulik  <rodo@novell.com>  [4fea5257d0f60afd73eaaa13969e74c4a72f66b1]

        svx-ppt-bullet-offset-fix.diff: bullet list paragraph indentation (bnc#593609)
        
        fixes TextRulerAtom record import, where we sometime ended up with bullet
        offsets close to 0xffff

2011-04-29  Radek Doulik  <rodo@novell.com>  [53836fb680ebd6a57fd0036a9d11045f2c2b1b77]

        sd-ppt-fix-document-summary-reading.diff: crasher fix (bnc#546758)
        
        fix problem in ppt reading causing crash or memory saturation

2011-04-29  Andras Timar  <atimar@novell.com>  [0b4cfce98c9fca4f460915e337cf9e959aa9f19e]

        do not ship non-localized helppacks

2011-04-29  Andras Timar  <atimar@novell.com>  [f4d3f06dc947544995dd767c70e24c658a8785eb]

        do not pack empty help packs

2011-04-29  Andras Timar  <atimar@novell.com>  [1c4042924b7d8cfa82e597650b51ecc5923868d8]

        3.3 -> 3.4

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [1d2bcb5c3a3338e5a537b44d99ef6e3055f6cccf]

        Remove some references to "tools/list.hxx" which wheren't needed.

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [601047eb2432c54ea3d8574ccb1ac856e9109c2c]

        Remove some more unused code.

2011-04-29  Tor Lillqvist  <tlillqvist@novell.com>  [b923fa2536cb9605f96022f555f922b4ed24157e]

        Fix crypto stuff when building on Windows

2011-04-29  Joseph Powers  <jpowers27@cox.net>  [a7551b7b3bcc785aae7615f2f315e745f96e282a]

        Remove some unused source.

2011-04-29  Andras Timar  <atimar@novell.com>  [351bce1eb2f14c5bea8e4b5a3a9c306182789f08]

        dictionaries belong to main install not to langpacks - fdo#34910

2011-04-29  Tor Lillqvist  <tlillqvist@novell.com>  [fe3462b4cc8d3aea3f2abac06f41780e16d63672]

        Fix crypto stuff when building on Windows

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [5c6c985647e780dfd2373c33e4e8ed0932b7f5ba]

        dlopen-global-symbols.diff: use global namespace for dlopened sym

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [3a0faa48c3bbd144d2aae513f4005ddd42716fb0]

        dlopen-global-symbols.diff: use global namespace for dlopened sym

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [8b964297244b251f4acbe7f966a1594e05644ebc]

        dlopen-global-symbols.diff: use global namespace for dlopened sym

2011-04-29  Thorsten Behrens  <tbehrens@novell.com>  [85e269f9cd7afa5633c2222acc6179dfffdf8577]

        dlopen-global-symbols.diff: use global namespace for dlopened sym

2011-04-29  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [e27f4be5f765d0a32489dfb7c26da3d44f668e2b]

        Output valid OOXML incl. msSymbol value
        
        (setting it was removed by mistake by prev. patch)

2011-04-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [32f5f9cef6ae06eb149315799c87ddca0f37e0e9]

        ugly fix to a dependency problem in starmath_qa_ccpunit

2011-04-29  Tor Lillqvist  <tlillqvist@novell.com>  [cca12f114ebd908c424421754bb868bfd5dc5227]

        Fix compilation error
        
        Avoid temporary variable that was moved from a nested block in
        previous commit, but had the same name as a variable alredy existing
        in this block.

2011-04-29  Andras Timar  <atimar@novell.com>  [34528dd0548db3eb65f6c356747be57e5ec6cc89]

        change SV_BUTTONTEXT_LESS from More to Less - fdo#36663

2011-04-29  Andras Timar  <atimar@novell.com>  [0e209150915fa1671a2123fd461067d062e9e01f]

        do not pack empty help packs

2011-04-28  Joseph Powers  <jpowers27@cox.net>  [7943b8dc8787727d0f917e128396595895299d73]

        Remove references to sstring.hxx
        
        One isn't used and the 2nd one is an unused test program.

2011-04-28  Joseph Powers  <jpowers27@cox.net>  [da49f9c25d98bbbec0b6bd0f132c060378337a4d]

        Remove mkcreate related items.
        
        The code isn't compiled and uses sstring.hxx which isn't really used so
        I'm going to remove it also.

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [5e259ad384cb38b176ff5b155bec5fdaa47b1ef3]

        clean-up obsolete define related to gstreamer or lack thereof

2011-04-28  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [9c2b9a49b8f772ff969e44721cb4d0f597204f4a]

        support export of anonymous db data to OOXML

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [f54c659e240896bc65f3f6f37fc993813630d8d3]

        avoid object double include in starmath

2011-04-28  Kohei Yoshida  <kyoshida@novell.com>  [2578d4a05dbb607bf6992ce7fe9f4a5b6124c5e9]

        Added unit test for datapilot refresh.

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [7438c388e31ac611af903dc98006b084f565911e]

        remove double objects include in sw

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [96b1ebe42717ff275084df10f261b3f4f25f110d]

        cleanup - duplicate objects included between sc and scui

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb59200ed81ee9cb3c19394835ed67b19bba5554]

        Remove unnecessary include in sc build

2011-04-28  Norbert Thiebaud  <nthiebaud@gmail.com>  [4323920f4068fd5df3f6223a8afca178b87625e1]

        bad module name in assigning sdi deps for svxcore

2011-04-28  Andras Timar  <atimar@novell.com>  [a8b49b4b384dd85d6436797824965ac30dae3198]

        do not ship non-localized helppacks

2011-04-28  Kohei Yoshida  <kyoshida@novell.com>  [60f355127fb93d574e30e590158fe867148762ea]

        Centrally manage cached grid data for data pilot tables.
        
        This prevents cached data from getting re-generated everytime ScDPObject
        gets copied, which happens quite often.  Without this, the performance
        of datapilot would really really suffer.

2011-04-28  Petr Mladek  <pmladek@suse.cz>  [331006b5c6cddc83a8437ebe5a8761b278f471b0]

        lo-commit-stat: new --bug-numbers option to print just bug numbers

2011-04-28  Petr Mladek  <pmladek@suse.cz>  [9896f190a8c7d46920c6641a3c0b9ed7e9bd3abc]

        lo-commit-stat: new --bug-numbers option to print just bug numbers

2011-04-28  Jan Holesovsky  <kendy@suse.cz>  [fd4bda4ca104d85d8cc4e05f3eb6732b44f2f8f4]

        Run all tests in the en_US.UTF-8 locale.
        
        The locele affects some tests, eg. sc_ucalc.cxx.

2011-04-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [309f8f514c779bef590f62067d04a1660f29af99]

        pdf-link-export-fix.diff: (bnc#598816, bnc#639278)
        
        In some cases when exporting a PDF from a presentation, we are asked
        to export an empty "link annotation", which gets turned into a
        rather bogus file: link to the directory the presentadion document
        is in.  Just don't bother handling such empty "link annotations".

2011-04-28  Radek Doulik  <rodo@novell.com>  [a33439a89b4901159823006b32dcff6d25e81dcb]

        sfx2-add-to-recently-used-after-save.diff: improve recently use list hadling
        
        add an entry to recently used list when document is saved; it helps with
        thumbnail generation in file managers

2011-04-28  Andras Timar  <atimar@novell.com>  [2f734f54a6b5e2d4eec75f5515c6069517be673c]

        put L10N_MODULE definition to set_soenv instead of settings.mk
        
        and remove alternative l10n locations from settings.mk

2011-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>  [d3402314336983e588e07650931ebc4b36a7c9d5]

        build-fix-xulrunner-npapi-inc.diff: build with xulrunner-1.9.1

2011-04-28  Radek Doulik  <rodo@novell.com>  [cff30e58bf33d693c508a7af71f9f1c8adc58c03]

        unoxml-fix-empty-xmlns.diff: crasher in xml parser

2011-04-28  Radek Doulik  <rodo@novell.com>  [79d86e900ae38aaf530be9ceb0f54ee4943d38f0]

        filter-fix-build-FCFGMerge.cfg.diff: fix build without java
        
        FCFGMerge.cfg was missing and required when building without java

2011-04-28  Radek Doulik  <rodo@novell.com>  [121c28643b5eef61d24560b6a0799d03cc42a2eb]

        svx-ppt-import-fix-bullet-size.diff: bullet size import (bnc#515972)

2011-04-28  Jan Holesovsky  <kendy@suse.cz>  [daff075ae6726c328b163c2b464518b2353b6699]

        Fix lotuswordpro unit test to be able to access the files.
        
        [When building from tail_build.]

2011-04-28  Thorsten Behrens  <tbehrens@novell.com>  [7e27e61b94f66ea9230d5c4d0b7e620f8ebabadc]

        normalize-template-paths-fix.diff: allow to install templates from extensions
        
        expand path placeholders early in template dialog (bnc#512146)

2011-04-28  Thorsten Behrens  <tbehrens@novell.com>  [53780882f1dc8890d819361fed681f554c724b59]

        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>  [eb9380d8a691c3140ecc88de26aec80e4dc9e61d]

        svx-fix-fit-to-frame-crash.diff:  fix for crash on Windows (bnc#508621)
        
        root cause unknown

2011-04-28  Tor Lillqvist  <tlillqvist@novell.com>  [09649920fce23ca92da2dfaba68ce62bcd18524f]

        Include <osl/diagnose.h> for OSL_ENSURE etc
        
        No idea why this include is suddenly needed.

2011-04-28  David Tardon  <dtardon@redhat.com>  [84098f4624191c38e1958a9bf4d22fad9211064c]

        this wasn't so good idea after all--reverting for now

2011-04-28  Luboš Luňák  <l.lunak@suse.cz>  [7d597eaca6510276661096f5a99b1f53c7b1a2ec]

        OpenOffice.org -> LibreOffice

2011-04-28  Radek Doulik  <rodo@novell.com>  [6f160b2a44c855c5eaa2357c2730ea9de6be8f26]

        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>  [22ce671eda3fdf1ca73af5fa6391f1fe6a3f87d3]

        wmf-mm-text.diff: M_TEXT map mode support in wmf (bnc#417818)

2011-04-28  Radek Doulik  <rodo@novell.com>  [8465c9a0a15b25cb3db66a30f84d9728fb698ea2]

        added striped-right-arrow custom shape preset

2011-04-28  Radek Doulik  <rodo@novell.com>  [3c594c6e5daacc49600e22b22be6692c23ae88b8]

        fixed string code dump, removed test code

2011-04-28  Jan Holesovsky  <kendy@suse.cz>  [a16af341486b2f6b9c4ab06eefb1e9fdf7557c7a]

        Re-introduce XButton.idl, probably deleted by mistake.

2011-04-28  Luboš Luňák  <l.lunak@suse.cz>  [282d1e08446b9a0a33a3ceaad67f89624c00a3ba]

        add presumably missing ReleaseSolarMutex() call
        
        Noticed by Julien Nabet <serval2412@yahoo.fr>. It seems commit
        b58863e8ddc923fa737d064b873b8099a24a8c51 reorganized the code
        and removed this call. Not quite sure if it's needed as it has
        apparently worked fine for a while, but this should match the code
        before that commit (except for the pointless TryToAcquire() ).

2011-04-28  Jan Holesovsky  <kendy@suse.cz>  [d84bc49c6010f0446365a40a0bd9a4fe25524c4d]

        Fix build after the OS2 removal.

2011-04-28  Andreas Becker  <atayoohoo@googlemail.com>  [9ad4eeb4fa413b1a3e084d141c6eb01795f95b7f]

        fixed cppcheck warnings

2011-04-28  Luboš Luňák  <l.lunak@suse.cz>  [d2c46a61835c0cd83b04a8eecce8f4b2f9870b27]

        KDE does not hide disabled menu items
        
        this reverts part of the previous commit

2011-04-28  Petr Mladek  <pmladek@suse.cz>  [d7929a23c820495ac534509d75850a2f1c4c74e5]

        fix jfreereport build with ant-1.6.5

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [3c4301224384cf8f93c1b4d60dc7bfdb3b6a228a]

        Remove deprecated List container maTextRuleList.

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [2c05c11b6483e101da75fa85a34a14821d1f7f18]

        Remove DECLARE_TABLE( SwRTFCharStyleTbl, SwCharFmt* )

2011-04-28  David Tardon  <dtardon@redhat.com>  [3a9e816d58007de6c8128007f98d7e89f735e1c2]

        fix typo

2011-04-28  Christian Dywan  <christian.dywan@lanedo.com>  [b3a2cbcd4cfebefb17302614712234dc67ff8f0d]

        Remove UpdateApplicationSettings function
        
        The function did nothing else than set STYLE_OPTION_HIDEDISABLED.
        
        It was also extremely misleading when reading the code.

2011-04-28  Christian Dywan  <christian.dywan@lanedo.com>  [129ac65d77c1c626c7bf2ce18a680fadc1cc8e3f]

        Introduce HideDisabledMenuItems style setting
        
        The STYLE_OPTION_HIDEDISABLED flag is removed.
        
        The setting is enabled for KDE and OSX.

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [99eebb848aa3066143d3238407870f874db9d4e0]

        Remove DECLARE_TABLE( SwRTFStyleTbl, SwTxtFmtColl* )

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [e1ad9075003086ca7a80772f2a86f062cc1a5f82]

        Remove deprecated container List in ZoomList.

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [9c389d536a9e199650174bffc09cabae5f5fa47a]

        Remove tools/list.hxx include

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [b696a5a7fe77e4c0b1eb02f51cb7c6055fa9193f]

        Change Dictionary for std::map<String,sal_uInt32>

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [08364f64ab0df90909c2daea5b321b92c42466cc]

        Remove deprecated List container in PropRead
        
        Moved PropEntry to header.

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [64a817a3e62ea200684a8fd60caa035b4ec7691d]

        Remove deprecated List container from Section.

2011-04-28  Rafael Dominguez  <venccsralph@gmail.com>  [f3570d924bcb999090ba78d47b9354cb529df55e]

        Remove deprecated container List in SdPublishingDlg

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3531718e9e6e23834d020d1f92ce3ad994be0a1c]

        add lomenubar Jobs.xcu

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [df2fcc66744a65f73ecb9ebdb158509ab2e3eb04]

        add lomenubar documentation

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [938308e52d730fc0f6a54f70fe030f185d2d8dcf]

        lp#754562: remove status listener upon exit
        
        * use initialization lists
        * more const goodness
        
        Conflicts:
        
        	framework/source/lomenubar/FrameHelper.cxx

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d941a0bf7c914ea93eb37e3582749504b13dbc05]

        add --enable-lomenubar switch to configure

2011-04-28  Jan Holesovsky  <kendy@suse.cz>  [7defe712cece041103ebcd857b15e366ee31cd58]

        Make 'make dev-install' do something even on Windows.
        
        It creates an install set only, but better than just throwing an error ;-)

2011-04-28  David Tardon  <dtardon@redhat.com>  [4da91a4dcab1ef719639d115bae4d146c7df317a]

        fix typo

2011-04-28  David Tardon  <dtardon@redhat.com>  [1b1a61d4e2084de8f6dd818717ff9a8d4e5af8d8]

        hack up explicit dep on sprmids.hxx from writerfilter

2011-04-28  Francois Tigeot  <ftigeot@wolfpond.org>  [cfafcbc87caa2e463278484b3d298a97dcd92615]

        Remove some OS/2 code

2011-04-28  Francois Tigeot  <ftigeot@wolfpond.org>  [a3c69425d0be9354d4cc583c9c3edf9178c78e11]

        Remove OS/2 support

2011-04-28  David Tardon  <dtardon@redhat.com>  [42832c6da00419f200f8c6cb65e399df8e68afbe]

        microoptimize this

2011-04-28  David Tardon  <dtardon@redhat.com>  [48da9c8021d06e456509bca6d3e272d87365cad4]

        make this more readable

2011-04-28  David Tardon  <dtardon@redhat.com>  [741be872294728c207886245369c71ed0a459004]

        both branches of the if are same

2011-04-28  David Tardon  <dtardon@redhat.com>  [3a9abcfb89950aa7e9db957c6f09a062102b0fb0]

        both branches of the if are same

2011-04-28  David Tardon  <dtardon@redhat.com>  [17d640b872e662f2332351e08a0f0392a8fba3b8]

        both branches of the if are same

2011-04-28  David Tardon  <dtardon@redhat.com>  [e49fc29521cac5a6c1cb973c4d2a9141b109705e]

        the if is useless here--both branches are same

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6bd810b63a2739f77db2556e78957e5e37634e0a]

        Revert "add gbuild component files from dbaccess"
        
        This reverts commit d93cc6749507b6c33307a77ba9939145d8008dca.
        (botched rebase of feature branch)

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2bd14bbf2e8e9bb9f3a783450875a736219901c2]

        add gbuild component files from dbaccess

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aa90dcca9311052ede6fd920943ae94d64eff771]

        add lomenubar Jobs.xcu

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2854b25d890b82646f183c65f2a5c4d0dfc5209d]

        add lomenubar documentation

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [acb556a22350f6cbd0eb8ccf3ff24dbd257edd9b]

        lp#754562: remove status listener upon exit
        
        * use initialization lists
        * more const goodness

2011-04-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [34f9d7b7955925733bd066c015f1a580c7aee455]

        add --enable-lomenubar switch to configure

2011-04-28  Thorsten Behrens  <tbehrens@novell.com>  [f51c3f66b1034c9f15171678d1239c25d64341ba]

        Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
        
        Conflicts:
        	avmedia/source/gstreamer/gstframegrabber.cxx
        	avmedia/source/gstreamer/gstplayer.cxx
        	avmedia/source/gstreamer/gstplayer.hxx
        	basic/inc/basic/sbxdef.hxx
        	basic/source/classes/sbxmod.cxx
        	basic/source/comp/makefile.mk
        	basic/source/comp/sbcomp.cxx
        	basic/source/inc/namecont.hxx
        	basic/source/inc/scriptcont.hxx
        	basic/source/runtime/methods.cxx
        	basic/source/runtime/runtime.cxx
        	basic/source/runtime/stdobj.cxx
        	basic/source/runtime/step1.cxx
        	basic/source/uno/namecont.cxx
        	basic/util/makefile.mk
        	connectivity/source/commontools/predicateinput.cxx
        	connectivity/source/drivers/dbase/DNoException.cxx
        	connectivity/source/drivers/dbase/DTable.cxx
        	connectivity/source/drivers/file/fcomp.cxx
        	connectivity/source/drivers/jdbc/JConnection.cxx
        	connectivity/source/drivers/odbcbase/OResultSet.cxx
        	connectivity/source/drivers/odbcbase/OStatement.cxx
        	connectivity/source/parse/sqlnode.cxx
        	desktop/source/app/app.cxx
        	drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
        	drawinglayer/source/processor2d/vclprocessor2d.cxx
        	formula/inc/formula/token.hxx
        	formula/source/core/api/token.cxx
        	fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
        	fpicker/source/win32/filepicker/platform_vista.h
        	framework/source/helper/persistentwindowstate.cxx
        	framework/source/uielement/menubarmanager.cxx
        	oovbaapi/ooo/vba/XFoundFiles.idl
        	oovbaapi/ooo/vba/excel/XApplication.idl
        	oovbaapi/ooo/vba/msforms/XCheckBox.idl
        	oovbaapi/ooo/vba/msforms/XComboBox.idl
        	oovbaapi/ooo/vba/msforms/XControl.idl
        	oovbaapi/ooo/vba/msforms/XGroupBox.idl
        	oovbaapi/ooo/vba/msforms/XLabel.idl
        	oovbaapi/ooo/vba/msforms/XListBox.idl
        	oovbaapi/ooo/vba/msforms/XNewFont.idl
        	oovbaapi/ooo/vba/msforms/XRadioButton.idl
        	oovbaapi/ooo/vba/msforms/XTextBox.idl
        	oovbaapi/ooo/vba/msforms/XToggleButton.idl
        	scripting/source/dlgprov/dlgevtatt.cxx
        	sfx2/source/control/unoctitm.cxx
        	sfx2/source/doc/objstor.cxx
        	sfx2/source/doc/objxtor.cxx
        	svx/inc/svx/svdograf.hxx
        	svx/source/form/fmpage.cxx
        	svx/source/form/fmpgeimp.cxx
        	svx/source/svdraw/svdedtv.cxx
        	svx/source/svdraw/svdfmtf.cxx
        	svx/source/svdraw/svdograf.cxx
        	svx/source/svdraw/svdouno.cxx
        	svx/source/xml/xmlgrhlp.cxx
        	uui/source/iahndl-ssl.cxx
        	vbahelper/Library_msforms.mk
        	vbahelper/Library_vbahelper.mk
        	vbahelper/inc/vbahelper/vbahelper.hxx
        	vbahelper/prj/build.lst
        	vbahelper/source/msforms/vbacombobox.cxx
        	vbahelper/source/msforms/vbacontrol.cxx
        	vbahelper/source/msforms/vbacontrols.cxx
        	vbahelper/source/msforms/vbaframe.cxx
        	vbahelper/source/msforms/vbaframe.hxx
        	vbahelper/source/msforms/vbalabel.cxx
        	vbahelper/source/msforms/vbalabel.hxx
        	vbahelper/source/msforms/vbalistbox.cxx
        	vbahelper/source/msforms/vbalistbox.hxx
        	vbahelper/source/msforms/vbamultipage.cxx
        	vbahelper/source/msforms/vbatogglebutton.cxx
        	vbahelper/source/msforms/vbauserform.cxx
        	vbahelper/source/vbahelper/vbacommandbar.cxx
        	vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
        	vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
        	vbahelper/source/vbahelper/vbahelper.cxx
        	vbahelper/source/vbahelper/vbawindowbase.cxx
        	xmloff/source/meta/xmlmetai.cxx
        	xmloff/source/style/PageMasterExportPropMapper.cxx
        	xmloff/source/style/PageMasterStyleMap.cxx
        	xmloff/source/text/txtexppr.cxx
        	xmloff/source/text/txtprmap.cxx

2011-04-27  Andras Timar  <atimar@novell.com>  [35cb158312b56e3776b036f8b6ee47a6d2952178]

        check if file exists in *.po hook
        
        otherwise a removed file would be recreated

2011-04-27  Andras Timar  <atimar@novell.com>  [066300b5aa1326b16f72add98836a5908f5bf78e]

        use git hook instead of gitattributes filter for *.po files

2011-04-27  Thorsten Behrens  <tbehrens@novell.com>  [7dfade513257ba0154cc846bc8afd23acea6068a]

        sal-disable-backtrace.diff: disable backtrace with DISABLE_SAL_BACKTRACE
        
        allow to disable backtrace when defined the environment variable
        DISABLE_SAL_BACKTRACE

2011-04-27  Radek Doulik  <rodo@novell.com>  [2faa213348b3ed7f60dc81694443c49b1454c83a]

        sd-slideshow-slideshowview-transformation-fix.diff
        
        decrease the width and height after the aspect ratio was corrected

2011-04-27  Radek Doulik  <rodo@novell.com>  [6c2e69fbd092dfb12c30efdaa98f5fd7a1db77c1]

        fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302)

2011-04-27  Radek Doulik  <rodo@novell.com>  [a4667c8baca8ce9420e3df6c9ac807d743b64735]

        fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302)

2011-04-27  Radek Doulik  <rodo@novell.com>  [482ed10800b91b8e43f1a7175082e968a75ff2fd]

        fix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302)

2011-04-27  Andras Timar  <atimar@novell.com>  [63e01f740843188d45184aae5791ebc9fee51dee]

        do not pack JRE with LibreOffice_Dev

2011-04-27  Radek Doulik  <rodo@novell.com>  [34005593581ec19700438330d3e52f6a18fe118f]

        goodies-eps-filter-unix.diff: generate correct EPS on UNIX (bnc#200053)

2011-04-27  Radek Doulik  <rodo@novell.com>  [53412d6a34b35b13fa51c00fbb2327e47188eb27]

        svx-sdrobjeditview-update-edit-area.diff: edit area calcualtion
        
        update before setting output area so that aTextEditArea can be recalculated
        (bnc#305205, bnc#347355)

2011-04-27  Tor Lillqvist  <tml@novell.com>  [adbd6d3201c932cce38345cd30b60cecfee181de]

        win32-installer-register-moox-types.diff: associate OOXML filetypes with LO

2011-04-27  Chris Cheney  <ccheney@ubuntu.com>  [d721e52f9137214763a10d4aa23033d14b59579b]

        xulrunner-1.9.1.diff: fix build with xulrunner-1.9.1

2011-04-27  Andras Timar  <atimar@novell.com>  [c73f4866c48d1f2d049c3371c2da930b76d97075]

        remove double space from en-US messages

2011-04-27  Radek Doulik  <rodo@novell.com>  [a63a30f02aa6e32315e87328b331834992a57480]

        fix group shape transformations - part of n#621739

2011-04-27  Rafael Dominguez  <venccsralph@gmail.com>  [7d8057257f53727e034bda2d5879d00b3a2f4772]

        Remove deprecated List container in FontCollection.

2011-04-27  Petr Mladek  <pmladek@suse.cz>  [0136cb585b1a104798fa177e6591587587505bfa]

        buildfix-oox-depends-on-unotools.diff: fix dependency

2011-04-27  Rafael Dominguez  <venccsralph@gmail.com>  [713b64f17d591c5135d8a110297e84c2bbeefb4b]

        Remove unused macros for GraphicDocShell.
        
        Remove SV_DECL_REF(GraphicDocShell) and SV_IMPL_REF (GraphicDocShell)

2011-04-27  Petr Mladek  <pmladek@suse.cz>  [95150a197d60104fdc9541aa7674475213329e8f]

        writerfilter-module-writer.diff: put libwriterfilter into writer package

2011-04-27  Robert Nagy  <robert@openbsd.org>  [2c2c275f16ae1d6d9a27f95905548018a745c706]

        add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS

2011-04-27  Andras Timar  <atimar@novell.com>  [8a9f54bc1283b7137a90506e29dba7962dd73f83]

        remove double space from en-US messages

2011-04-27  Andras Timar  <atimar@novell.com>  [3b1f34204de5fed2a5cf26f99caae3a7bea82fb3]

        remove double space from en-US messages

2011-04-27  Petr Mladek  <pmladek@suse.cz>  [291a01b8c7a672a02b54448d588177f510096482]

        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  Jody Goldberg  <jody@gnome.org>  [21e896460935bd0963fcb94cdcc5d1a5a4c6ac8d]

        writer-default-as-optimal-page-wrap.diff: Optimal Page Wrap by default
        
        for graphics insertion (X#59831)

2011-04-27  Andras Timar  <atimar@novell.com>  [811560a41f0c63254a9070bd2b430069f56787b2]

        use /tmp instead of /instsetoo_native/util for temporary files

2011-04-27  Robert Nagy  <robert@openbsd.org>  [881dcc4f2d7d0fc38bf57525ca97e575fba6693c]

        add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS

2011-04-27  Radek Doulik  <rodo@novell.com>  [8ea53e8160a3139fa394a065eacd2b6efadf314a]

        svtools-unsort-template-dialogentries.diff: grouping items in templates dialog
        
        group entries in the "Documents and Templates dialog" (bnc#106603)

2011-04-27  Robert Nagy  <robert@openbsd.org>  [7b7214e5a3dca290af69307ec31c15b2d9e7d972]

        set STAR_RESOURCEPATH before calling gdb

2011-04-27  Robert Nagy  <robert@openbsd.org>  [9dbb1958ab0496748f445dbe00b21b44f0d443b1]

        set STAR_RESOURCEPATH before calling gdb

2011-04-27  Petr Mladek  <pmladek@suse.cz>  [4f8ed0b4cb055043fc44041e98a836c228b885ae]

        automation-testtool-oobuildfix.diff: testtool and basic compatability defaults
        
        testtool doesn't like some basic compatability defaults (bnc#145906)

2011-04-27  Petr Mladek  <pmladek@suse.cz>  [87c5e26936baf52d878c342f8724bca2c03090d9]

        wizards-source-importwizard-filesmodul-xba.diff: document converter fix
        
        document converter wizard fails when compatability is enabled
        (bnc#113235, i#56633)

2011-04-27  David Tardon  <dtardon@redhat.com>  [70fec0888755a034170eb4df29fc0c7cafa64ff0]

        fdo#36404 once more, or, bitten by git .-)

2011-04-27  David Tardon  <dtardon@redhat.com>  [a9732d5d2304808367e090e40d6cb864474ab2c9]

        fdo#36404 once more, or, bitten by git .-)

2011-04-27  David Tardon  <dtardon@redhat.com>  [84ad49c19f1b48a53bba7d36176608b191a14018]

        fdo#36404 real fix this time

2011-04-27  David Tardon  <dtardon@redhat.com>  [7f104f053c8ea4f273fab25b04d4b43afd6f2584]

        fdo#36404 real fix this time

2011-04-27  Radek Doulik  <rodo@novell.com>  [7760ea353cebdcba352ee1220734d9f6af22fe16]

        fix config for pptx filter - thanks to Bubli

2011-04-27  Katarina Machalkova  <kmachalkova@suse.cz>  [40757be5946d0b38b78c023dd79dd4fa077dc52c]

        Make export to .pptx 2010 work again
        
        (use correct FilterService string)

2011-04-27  David Tardon  <dtardon@redhat.com>  [3ff1b5e4afc8b62925d03dd544e375a084eee998]

        Revert "use add_linked_objects instead of explicit dep"
        
        This reverts commit 92aea9c0ca4a157605a7d94f77d3e9b328d9ead8.

2011-04-27  David Tardon  <dtardon@redhat.com>  [ee375279ee45c9ab379824a6a32526955d4603da]

        clean up

2011-04-27  David Tardon  <dtardon@redhat.com>  [0efb586553f81632e0a40e2ea48cccd902f5c0a0]

        no need to use if here

2011-04-27  David Tardon  <dtardon@redhat.com>  [9b4e6931daceddb65497a5d6020ba583bf255d9f]

        use plain bool instead of sal_Bool

2011-04-27  Robert Dargaud  <libo@bobiciel.com>  [9834c7ed0fd73d29abfea9aa4cc2758b12b5af68]

        fdo#36404 more than one text cursor at the same time in textfields

2011-04-27  Robert Dargaud  <libo@bobiciel.com>  [f24e50551b49dee6bc0d3cd3525236f82a822678]

        fdo#36404 more than one text cursor at the same time in textfields

2011-04-27  David Tardon  <dtardon@redhat.com>  [6a0f4d8039b7ea8b11354640780fb685d59e36d8]

        add fileaccess to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [52ac857a9f3e5be630ccdf7e729aa00feb06e549]

        add fileaccess to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [90276ffd65b79366d8c4b78843c65f9b19dcadca]

        add padmin to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [a5246db37ddfc742829d4a35bced548a281ac0cd]

        add padmin to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [9a1612998c7e6aa575cac40770cfeca0c2f2267c]

        add unoxml to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [8aa5ada5f45c73fbd0258f75021f0b751c0e066e]

        add unoxml to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [d5aa7a90059416bd77c5a5dd2d4306ae345471d2]

        keep the list sorted

2011-04-27  David Tardon  <dtardon@redhat.com>  [e45934828a9a675799d8d3978451cf7c0e1b173b]

        add lotuswordpro to tail build

2011-04-27  David Tardon  <dtardon@redhat.com>  [b5f1bb93179c600acdd7956a380b12912f143e1e]

        added modules must be removed from tail_build's deps too

2011-04-27  Takeshi Abe  <tabe@fixedpoint.jp>  [1a604abc5a4f841de3384d88749ef1532b172902]

        removed dead code and useless macros

2011-04-27  Thorsten Behrens  <tbehrens@novell.com>  [48c61f72dd9e205f3d44838ae21cde0419538f1c]

        Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
        
        Conflicts:
        	binfilter/bf_svtools/source/filter.vcl/jpeg/svt_jpegc.c
        	filter/source/config/fragments/filters/SVG___Scalable_Vector_Graphics.xcu
        	filter/source/config/fragments/internalgraphicfilters/svg_Import.xcu
        	filter/source/config/fragments/types/svg_Scalable_Vector_Graphics.xcu
        	filter/source/graphicfilter/eos2met/eos2met.cxx
        	filter/source/msfilter/msvbahelper.cxx
        	filter/source/svg/makefile.mk
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svgfilter.cxx
        	filter/source/svg/svgfilter.hxx
        	filter/source/svg/svgfontexport.cxx
        	filter/source/svg/svgfontexport.hxx
        	filter/source/svg/svgwriter.cxx
        	filter/source/svg/svgwriter.hxx
        	oox/inc/oox/core/relations.hxx
        	oox/inc/oox/core/relationshandler.hxx
        	oox/inc/oox/dump/biffdumper.hxx
        	oox/inc/oox/dump/dffdumper.hxx
        	oox/inc/oox/dump/dumperbase.hxx
        	oox/inc/oox/dump/oledumper.hxx
        	oox/inc/oox/dump/pptxdumper.hxx
        	oox/inc/oox/helper/containerhelper.hxx
        	oox/inc/oox/helper/propertyset.hxx
        	oox/inc/oox/xls/commentsbuffer.hxx
        	oox/inc/oox/xls/sharedformulabuffer.hxx
        	oox/source/drawingml/shape.cxx
        	oox/source/dump/oledumper.cxx
        	oox/source/helper/binaryinputstream.cxx
        	oox/source/helper/binaryoutputstream.cxx
        	oox/source/helper/binarystreambase.cxx
        	oox/source/helper/propertyset.cxx
        	oox/source/ole/vbacontrol.cxx
        	oox/source/ole/vbaproject.cxx
        	oox/source/token/namespaces.hxx.tail
        	oox/source/vml/vmlshape.cxx
        	oox/source/xls/commentsbuffer.cxx
        	oox/source/xls/condformatbuffer.cxx
        	oox/source/xls/drawingfragment.cxx
        	oox/source/xls/formulaparser.cxx
        	oox/source/xls/pivotcachebuffer.cxx
        	oox/source/xls/richstring.cxx
        	oox/source/xls/sharedformulabuffer.cxx
        	oox/source/xls/sheetdatacontext.cxx
        	oox/source/xls/worksheethelper.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [ca844d3bfc4fc379608a4856a9750af84e620953]

        Fixed crash on load when loading doc with pivot table.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [b26ccbb70a2337d1f5289d20d72049940be13f20]

        n#677917: Try a bit harder to determine the number format of a dimension.
        
        The old code always took the number format of the first member of the
        dimension.  We should at least try the first 10 members to determine
        what number format to use.
        
        BTW this is just a stop-gap measure; to fix it properly we need to
        use a better cache table structure that properly marks empty cells.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [597bd66fc63ad5517bfe9f53b7244191274ba2cc]

        Prefer empty() over size() where it makes sense.

2011-04-26  libo64  <libo64@libo64.(none)>  [ec5d98f4d8e4b77eea62d02e74ef3dc2d2ad11f5]

        OxygenOffice distro conf update

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [ee7ec39b3b213e81eb78ddbff232ce9d32439262]

        Let's use the constant in unonames.hxx to be consistent.

2011-04-26  Andras Timar  <atimar@novell.com>  [d4859a3a976801b33804611b0d911c47c32d17ff]

        modify/delete wordbook files for good
        
        * extras/source/wordbook/lang/*/soffice.dic: deleted
          These files were in old binary format and almost all
          language files were replicas of the en-US file. There
          were two exceptions: German and Slovenian. André Schnabel
          checked the German word list and he said that they can be
          deleted. Martin Srebotnjak checked the Slovenian word list
          and he asked me to keep those words -> sl.dic
        * extras/source/wordbook/oracle.dic: deleted
          It was not used in the build. It contained Oracle brand
          names, etc.
        * extras/source/wordbook/standard.dic: deleted
          It was built and delivered, but not packaged. It was an
          empty dictionary file which would be created anyway when
          the user creates a new empty dictionary.
        * extras/source/wordbook/technical.dic:
          Entries were sorted so it will be easier to add new words.
          Some entries were added from lang/en-US/soffice.dic.
        * extras/source/wordbook/sl.dic: added Slovenian words
        * extras/source/wordbook/en-US.dic: added English words
        * extras/source/wordbook/en-GB.dic: added English words
        * scp2/source/ooo/ :
          These wordbook files should not depend on the UI language.
          They should not be in language packs but they all should
          be installed for every language like spell checker
          dictionaries.
        * officecfg/registry/ :
          Paths adjusted, so application looks for wordbook files
          in the right directory.
          I enabled all dictionaries by default in Linguistic.xcs.

2011-04-26  Andras Timar  <atimar@novell.com>  [95cbf328c2dac213ff1122f2b38b8b729bc75ae1]

        remove double space from en-US message

2011-04-26  Andras Timar  <atimar@novell.com>  [f3abf31526f84d02088013f388154fa122a4f782]

        modify/delete wordbook files for good
        
        * extras/source/wordbook/lang/*/soffice.dic: deleted
          These files were in old binary format and almost all
          language files were replicas of the en-US file. There
          were two exceptions: German and Slovenian. André Schnabel
          checked the German word list and he said that they can be
          deleted. Martin Srebotnjak checked the Slovenian word list
          and he asked me to keep those words -> sl.dic
        * extras/source/wordbook/oracle.dic: deleted
          It was not used in the build. It contained Oracle brand
          names, etc.
        * extras/source/wordbook/standard.dic: deleted
          It was built and delivered, but not packaged. It was an
          empty dictionary file which would be created anyway when
          the user creates a new empty dictionary.
        * extras/source/wordbook/technical.dic:
          Entries were sorted so it will be easier to add new words.
          Some entries were added from lang/en-US/soffice.dic.
        * extras/source/wordbook/sl.dic: added Slovenian words
        * extras/source/wordbook/en-US.dic: added English words
        * extras/source/wordbook/en-GB.dic: added English words
        * scp2/source/ooo/ :
          These wordbook files should not depend on the UI language.
          They should not be in language packs but they all should
          be installed for every language like spell checker
          dictionaries.
        * officecfg/registry/ :
          Paths adjusted, so application looks for wordbook files
          in the right directory.
          I enabled all dictionaries by default in Linguistic.xcs.

2011-04-26  Andras Timar  <atimar@novell.com>  [9532a61405c2864ddf071557a344dad6474e563d]

        modify/delete wordbook files for good
        
        * extras/source/wordbook/lang/*/soffice.dic: deleted
          These files were in old binary format and almost all
          language files were replicas of the en-US file. There
          were two exceptions: German and Slovenian. André Schnabel
          checked the German word list and he said that they can be
          deleted. Martin Srebotnjak checked the Slovenian word list
          and he asked me to keep those words -> sl.dic
        * extras/source/wordbook/oracle.dic: deleted
          It was not used in the build. It contained Oracle brand
          names, etc.
        * extras/source/wordbook/standard.dic: deleted
          It was built and delivered, but not packaged. It was an
          empty dictionary file which would be created anyway when
          the user creates a new empty dictionary.
        * extras/source/wordbook/technical.dic:
          Entries were sorted so it will be easier to add new words.
          Some entries were added from lang/en-US/soffice.dic.
        * extras/source/wordbook/sl.dic: added Slovenian words
        * extras/source/wordbook/en-US.dic: added English words
        * extras/source/wordbook/en-GB.dic: added English words
        * scp2/source/ooo/ :
          These wordbook files should not depend on the UI language.
          They should not be in language packs but they all should
          be installed for every language like spell checker
          dictionaries.
        * officecfg/registry/ :
          Paths adjusted, so application looks for wordbook files
          in the right directory.
          I enabled all dictionaries by default in Linguistic.xcs.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [d5f16e508ff60ad04362472d796c4e7730f26e9f]

        Put more source local functions into anonymous namespace.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [423904ecc6858b39b10316113ebedd33a611f38e]

        Fixed doubly nested anonymous namespaces.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [daa5f4f34649bb79d03970f20855669a29846849]

        Moved ScDPOutputImpl into the source file of ScDPOutput.
        
        The point of having an impl class is so that we can hide it in the
        implementation.  Let's keep this in an anonymous namespace to keep
        its symbols from being exported.

2011-04-26  Andras Timar  <atimar@novell.com>  [382eea66dd65cc9952cae04abc69e0e623db5aeb]

        fix typos in messages

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [6ad7cdc5a964c4832b30aba5fad1bc799e6c1b0b]

        lo-commit-stat: add --rev-list option
        
        + use "git log" again to get weekly commit logs
        + use "git rev-list" only with --rev-list option; useful to list differences
          between branches

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [a38a0f4b20fd36d8524c1b36cbc5c0188d2aa948]

        lo-commit-stat: allow to list commits between branches
        
        use "git rev-list --pretty=medium" instead of "git log"
        to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3
        to generate list of changes that are in 3.4 but not in 3.3

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [b5154c167da2c9e40f487621502be0b8d6ae00de]

        lo-commit-stat: detect mismatch of branches between repos

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [33a840056580197ba5c2ea41b19251da3df2809b]

        lo-commit-stat: detect mismatch of branches between repos

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [ebf9e2f0dcceef588811194f2a1235b1be89193d]

        Killed more sal_Bool family & tabs.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [f0fc8d79daedc19995b8ea917b2d709bb9fe031d]

        Ugh!

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [6b22b46470da33a31e29da41929d3f0150d187e4]

        Let's make the class name more descriptive and be consistent.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [908b446620c85bd21ee31f1e2854b655653948a6]

        killed sal_Bool and tabs.

2011-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [0990f159a5f08312731a266f406c107a2133dc17]

        support export of sheet local anonymous db data to excel binary

2011-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [a627e42b9833a9af89994fc3a1f44399a945b71a]

        make excel binary import use anonymous db data

2011-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [c29cc3f4f59fc5bc92f0720db58a60432d45e980]

        make VbaWorksheet Autofilter work with sheet local DBData

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [3965636e9eb807156db6d06010e0126689fe1a7e]

        n#689442: Don't forget to create undo object for normal merging.

2011-04-26  Kohei Yoshida  <kyoshida@novell.com>  [c0c3091c23683cbf68fd40584b07c5432ca5750a]

        n#689442: Don't forget to create undo object for normal merging.

2011-04-26  Muthu Subramanian  <sumuthu@novell.com>  [624f37951076b0f6b4e720d44c01eaf8359ee4ed]

        n#677811 HTML Export Fixes. More might be required!!!
        
        * Fixed ColGroup export - it should be groups of them
          not all <col> listed there.
        * <TBODY> should be exported only when THEAD and TFOOT
          are exported.
        * Fixed many export of attributes, values need to be
          double quoted.

2011-04-26  Muthu Subramanian  <sumuthu@novell.com>  [46f47b09b6801a25eb296529e2faa4026896467b]

        n#677811: Adjust/Shrink the ranges while copying.
        
        The copy (ctrl+C) ranges are shrunk
        iff the whole row or column is selected.

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [6b8e02c741b9aa46a3ed952a7dcd9dbbe3f64e60]

        Kill Sun-specific stclient_wrapper

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [b3f8d9a9b87dd453b920a969a69835fa2464859e]

        Kill Sun-specific stclient_wrapper

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [f0b29cac4b5d6e24eaf07c419e31062bf0c91f7f]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [66f99d3331ddf21afad64a654c26804584227bdb]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [687f1242ebb8ed0bec933059213bc09623fa74ab]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [a9562cfd715d5a5a454db8573fe3b0efe46075d3]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [c0cc03844eeab6bb4b03175496c12179a7612174]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [239bea49f719968d84d664ef0113f07b1084a532]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [bccf24d9dce5663b8e917338b71fc1dea58b2bb3]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [c33391ed459a189db073d0b8ed033353ba5e7462]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [707bde8c6137f6953ad40456c264ae65ad7717cb]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [ca5176aecc9c245f969b9677be1879ca94084ab5]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [57350745c3205245148a05f7353b324516a22352]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [faf7cd9d127c879ffef485c2e6efb215c2749c3d]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [667c76799ea6a64442b26999a861ef1b0d9db31e]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [d6ceff4aef8e4f0194878a5fba980e53bb5d4500]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [7e1da8e7f2708a63ad8b05808801f892d0f91fa8]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [7cca9f51285351abc4496cd7eb2adf1605c3455f]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [dfa9818f609501f03d5ce799ec3a2654423d6832]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [878619e81bdaf376f6e374b0e45b503332ffccff]

        Version 3.3.99.3, tag libreoffice-3.3.99.3 (3.4.0-beta3)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [b23846d15e5f64ddfc4f198991f51427a822042a]

        bump product version to 3.4.0-beta3, release number to 3

2011-04-26  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [aca06bca2131bd8585f9c64e26cd6e58c6175a7d]

        inefficient emptiness check

2011-04-26  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [774ab34f391efbc1728ff652e0b504466e084dd0]

        inefficient emptiness check

2011-04-26  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [5dd4f9ecb2f50cf76b44472e4438297b6c65184c]

        inefficient emptiness check

2011-04-26  Julien Chaffraix  <julien.chaffraix@gmail.com>  [9b4c2b9660c95f35d3d295aa0e4e1971d2f6f136]

        Migrated oslDoCopyFile to using the read/write helpers.

2011-04-26  Julien Chaffraix  <julien.chaffraix@gmail.com>  [051bd8d4f2a1f8ddc2d207c158d4c4aa02667cbe]

        Introduced safeRead.
        
        Same function as safeWrite. Converted some methods in process.c to use it.
        This usually simplifies the code and add better error checking.

2011-04-26  Julien Chaffraix  <julien.chaffraix@gmail.com>  [567bfd0e92fe3d1b0d899974c913a1f8b1b48cbc]

        Switched a write to safeWrite in profile.c.
        
        Cleaned up some code related to a now unneeded assertion.

2011-04-26  Julien Chaffraix  <julien.chaffraix@gmail.com>  [44f720b12b685ce942e53866ae452c6c00b8b18c]

        Refactored the safeWrite method in a new file.
        
        This enables other files to use it, which will be added in a follow-up step.

2011-04-26  Michael Meeks  <michael.meeks@novell.com>  [c6709a7b64cc088452f29059166b5565a447dc31]

        hush unused parameter error

2011-04-26  Cyril Roelandt  <tipecaml@gmail.com>  [3e7b2bfce69431713aecb5836ecb9598aefe8979]

        Fixing prototypes in soltools/mkdepend/ .

2011-04-26  Michael Meeks  <michael.meeks@novell.com>  [b41e01d92fe4947c3e19214d4496d59d566ee8aa]

        initial uglification

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [527232101ccbf58bf2ce340b424644bf292ee416]

        We only support NT-based Windows

2011-04-26  Luboš Luňák  <l.lunak@suse.cz>  [33f178c14bae83f3b98dd327df0bf1b19da18f82]

        error dialog when a component (e.g. Writer) is not found (bnc#689116)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [ed7b1f1802309cb46b7bc0af77aa084d7e66a797]

        do not package transitions-ogl.xml twice (fdo#36493)

2011-04-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [5152fda24891d6ab0c145b3094d7a59752b6a076]

        migrated the external fetched packages to our own infrastructure

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [97bfc27b4b65f52283cbcb31d9a980d8f670af22]

        Kill BrOffice, fdo#36262

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [877fcc829f4562f3753e5a0e1cbd7f35b2336a7d]

        do not enable BrOffice branding by default (fdo#36262)

2011-04-26  Petr Mladek  <pmladek@suse.cz>  [1adcd87548cffd1ff67432090bdbf259b58be5fc]

        Disable BrOffice branding for official builds (fdo#36262)

2011-04-26  David Tardon  <dtardon@redhat.com>  [a6cedff9ec288cc371f37f3dba48f506ab2cf9d9]

        do not leak memory

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [6963a83e8fb792c7cf29c3eea361173c656fcb19]

        Kill BrOffice, fdo#36262

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [2ede8b438e0cd0a3cddabcfcc7687c74f2e372a2]

        Kill BrOffice, fdo#36262

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [1ec8d2c26f05fd1e84603cf0188a42e17c4195c1]

        Kill BrOffice, fdo#36262

2011-04-26  David Tardon  <dtardon@redhat.com>  [d4188de23f9e6cb9405a07ea8bd0ce3ad326e99f]

        return early if no stream has been found

2011-04-26  David Tardon  <dtardon@redhat.com>  [3900e9e03d14bb6d55056dae0fb1dcdcea8b3479]

        fix operator delete mismatch

2011-04-26  Tor Lillqvist  <tlillqvist@novell.com>  [48a54070b42c55d53a4c9f2c28271e17c967d170]

        Stopgap fixes for the crash on exit, fdo#36301
        
        Hacks just intended as debugging aids, suggested by caolan. But as
        this does prevent the crash, I removed the debugging printfs and
        assertions, and commit as we don't have any proper fix anyway.

2011-04-26  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [ff0fec92604d003305b2251c6e4a95bbef84e981]

        fixed problem with return value in ScVbaWorksheet::createSheetCopyInNewDoc

2011-04-26  Andras Timar  <atimar@novell.com>  [e55e6230dde68b4d1ff3ccbe3f28a26fb7135952]

        ignore generated ooo.lst

2011-04-26  Andras Timar  <atimar@novell.com>  [32352e1ce8ae68f8e3fc31d4be42a4997917ae57]

        put L10N_MODULE definition to set_soenv instead of settings.mk
        
        and remove alternative l10n locations from settings.mk

2011-04-26  Andras Timar  <timar@fsf.hu>  [a765a3e7c3e7532e63d34abfa8004254f5f53175]

        fix L10N_MODULE path on Windows

2011-04-26  Andras Timar  <atimar@novell.com>  [e22b8f4716d1dbe9b603793e117e0319672cb384]

        remove double space from en-US message

2011-04-25  Dimitri Duc  <dimitri.duc@gmail.com>  [bca3f94088b7769dd068a4d144034ea029eb53a2]

        Fixed incorrect bracket format.

2011-04-25  Kohei Yoshida  <kyoshida@novell.com>  [4fdd2b4f9d1a834f1786a56d455c9c01dc710390]

        Move it up a bit more to get it to build with --disable-mozilla.

2011-04-25  Kohei Yoshida  <kyoshida@novell.com>  [865e1f6ca77ab4507bdfe7ab16534e2e3450cf1d]

        Move it up a bit more to get it to build with --disable-mozilla.

2011-04-25  Dimitri Duc  <dimitri.duc@gmail.com>  [7f5b4deabadafcf1a5af491990a3cbf741d4959b]

        Fixed incorrect bracket format.

2011-04-25  Christoph Herzog  <rhogez@googlemail.com>  [9c979f19c7bd182813fe1d634a94d7370f8b3b27]

        Translation of German comments.

2011-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [5c07a11e3bc22f513c6456649d797499d76e17ff]

        support export of sheet local anonymous db data to excel binary

2011-04-25  Christoph Herzog  <rhogez@googlemail.com>  [d5709e2cf78389658c922493e8d9e8bdf85e9741]

        Translation of German comments.

2011-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b8a80761b0faa6f5e0c8e1c1e2f77399a76c36f9]

        make excel binary import use anonymous db data

2011-04-25  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [b6f878cd89c1bd512c3a45acd05d35bf13bf2622]

        make VbaWorksheet Autofilter work with sheet local DBData

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [39ec5e3c3a7b61cb3accba346950dfa75863ecd5]

        Update '--disable-python' to disable only Python UNO API.
        
        * postprocess/packcomponents/makefile.mk:

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [07e038661fcbd9083e7d5a6617a6747001336638]

        Update '--disable-python' to disable only Python UNO API.
        
        * scripting/source/pyprov/makefile.mk:

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [c3740ff1646a15823b19b9e703af04a3c52c44b5]

        Update '--disable-python' to disable only Python UNO API.
        
        * configure.in:

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [51fb63fc9fe0e62d8987ef41b5063d271eeb74f8]

        Update '--disable-python' to disable only Python UNO API.
        
        * postprocess/packcomponents/makefile.mk:

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [33aea8abd6e61d2cc135c577885b87cdaabbdacf]

        Update '--disable-python' to disable only Python UNO API.
        
        * scripting/source/pyprov/makefile.mk:

2011-04-25  Hanno Meyer-Thurow  <h.mth@web.de>  [86dad78a82295277de70a1cd1e2efca65514eabf]

        Update '--disable-python' to disable only Python UNO API.
        
        * configure.in:

2011-04-25  Christoph Herzog  <rhogez@googlemail.com>  [ff32eaf4fe86d44b94113f87d3ade5b1d543701d]

        Translation of German comments.

2011-04-25  Kohei Yoshida  <kyoshida@novell.com>  [34ffc0609c947d7f2c71819eeccad7574564a3fd]

        Merge commit 'ooo/DEV300_m106' into m106

2011-04-25  Andras Timar  <atimar@novell.com>  [c6326754f300a45cdc11f81a4d59efea89098693]

        remove unused letter wizard targets

2011-04-25  Christoph Herzog  <rhogez@googlemail.com>  [5a032ac85835b9a9783ce3cd00dee420d65dc74b]

        Translation of German comments.

2011-04-25  Kohei Yoshida  <kyoshida@novell.com>  [9698bb97a9a0e03fda6fc7c6f5077d9eb6052e3f]

        Fixed layout problem on Windows. It was not entirely platform independent.

2011-04-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b7572a5344006d6fca5f9599aed07a400dd90b96]

        we need to generate ooo.lst before we use it....

2011-04-25  Francois Tigeot  <ftigeot@wolfpond.org>  [adac311d015e9ac6597cdd8ffbf5984b0e319a43]

        Remove Ultrix support

2011-04-25  Takeshi Abe  <tabe@fixedpoint.jp>  [b53ea6f02a3753f39ca485c21c6035f539c97873]

        removed unused macros

2011-04-25  Francois Tigeot  <ftigeot@wolfpond.org>  [38e39a9fa5a838bf37dbe1671d67c4a93d33bd2a]

        Remove OS/2 support

2011-04-25  Francois Tigeot  <ftigeot@wolfpond.org>  [0be38078bf5a48527e132161b04f41c00c2cb048]

        Remove OS/2 support

2011-04-25  Francois Tigeot  <ftigeot@wolfpond.org>  [92bee75069f7216817a3eaee25044d9a6a479e45]

        Remove OS/2 code.

2011-04-25  Francois Tigeot  <ftigeot@wolfpond.org>  [15e7b52ae7e78a07625a5398b113089d7e6c76da]

        Remove PM2 macro usage

2011-04-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [b354db5c7982edc1621766ed626c92fef6164949]

        reportdesign is included in tail_build, remove it from postprocess dep

2011-04-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [c6134b9de640476eab55353884c928c55cc37330]

        add reportdesign in tail_build

2011-04-24  Andras Timar  <atimar@novell.com>  [4e42e93deb4efe4285858afbb0cfaafc5a6d093d]

        add/update NLPSolver translations from Pootle

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c2fef7dd8c56b34022c1cf2b74b067ed50c4c8d6]

        deactivate PreSave function in binfilter/bf_svx
        
        and just return, without doing anyting

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c67b435203f9e5fb6742a45439c97528993d37d1]

        deactivate PostSave in binfilter/bf_svx
        
        just return, do not perform anything.

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a41a773af859327a550bade8bef23c30df4b5846]

        deactivate WriteData31 in binfilter/bf_svx
        
        performs nothing, just return

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [afae42667aded727a3a678b522173417f50d5679]

        deactive WriteData in binfilter/bf_goodies
        
        and performs nothing anymore when the function is called

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c2a5ea2c547dab36f3f3787967e4cfba7d3dfdf7]

        deactivate WriteData in binfilter/bf_svx
        
        these functions do not perform anything, just return

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d2702ea1859922a9682bdedd3cd0d908b52eec86]

        deactivate WriteData in binfilter bf_sc
        
        and function does not perform anything.

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [806a218b2292a00829a5a144f8511583820037fd]

        suppress some warning compiling binfilter

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [50d461553cc8dd2f158e0c81eb8ef17c97674016]

        deactivate WriteData in binfilter/bf_sch
        
        these functions do not perform anything more and just return FALSE
        if a bool is forseen as return value

2011-04-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [392af63fd5dbb10e9b909735b56ccf95f13fa4de]

        deactivation of WriteData in binfilter bf_sd
        
        these functions perform nothing or just return FALSE in case a bool
        value is forseen as output

2011-04-24  Norbert Thiebaud  <nthiebaud@gmail.com>  [21c13224622cb50b7014ca2f6b9211d4ecda2134]

        we need to generate ooo.lst before we use it....

2011-04-24  libo32  <libo32@libo32.(none)>  [fb7a9c379b07b1e0bcd49a6a5b37c7c70e88569c]

        Remove already integrated fonts from extra fonts

2011-04-24  Kalman Szalai - KAMI  <kami911@gmail.com>  [8898e7a9c42273eef68b404654d4a5758c0404d7]

        Add copy and extract for extras and few extensions

2011-04-24  Kalman Szalai - KAMI  <kami911@gmail.com>  [64f481b032aae7a67cff84df6a4363929ce6adad]

        Add download support to a few extension in bootstrap

2011-04-24  Kalman Szalai - KAMI  <kami911@gmail.com>  [73b7e19ab83bf19938cb7fd7468f51c42bbc2b2e]

        Add initial configure and download stuffs for extra things
        
        OxygenOffice related

2011-04-24  David Tardon  <dtardon@redhat.com>  [854a20a74d537d57fc697c97d47b6be76e73d719]

        do not try to check removed files

2011-04-24  David Tardon  <dtardon@redhat.com>  [5edc9bb7acbcb05799523aeb1bb52fe82bf99628]

        remove obsoleted dep

2011-04-24  David Tardon  <dtardon@redhat.com>  [194d0c833e06effabb213fbdca96c9231987a8b7]

        remove obsoleted dep

2011-04-24  David Tardon  <dtardon@redhat.com>  [ef14a0709bd15c146bd02392f7cfb0694f6e3088]

        remove obsoleted dep

2011-04-24  David Tardon  <dtardon@redhat.com>  [95357d3144b817726507758c1314a82303c25157]

        reenable unit test

2011-04-24  David Tardon  <dtardon@redhat.com>  [8f39d6f8f2a94738eb017e33e6adcd1fbce1f3a3]

        keep the linked_libs lists sorted

2011-04-24  David Tardon  <dtardon@redhat.com>  [cf1cb514fd04ae9832add36b8c015fd8e762afab]

        use add_linked_objects instead of explicit dep

2011-04-24  David Tardon  <dtardon@redhat.com>  [dc825f76d690d51da73d93fffaa9ee9979224ac1]

        depend on the used components

2011-04-24  David Tardon  <dtardon@redhat.com>  [8dd571ddb79849a5e0643dd9f30565963c689639]

        depend on udkapi.rdb too

2011-04-24  David Tardon  <dtardon@redhat.com>  [7cfad1dad176cf78ec83c32c31e96a8126e8560f]

        use the new UNO-related defs from CppunitTarget

2011-04-24  David Tardon  <dtardon@redhat.com>  [69f0b91202e546631ed27442f4eb8fc30126f361]

        use the new UNO-related defs from CppunitTarget

2011-04-24  David Tardon  <dtardon@redhat.com>  [0cb445d85b8c763d8014092bd4bd0b88375da50f]

        rename CppunitTest makefile for consistency

2011-04-24  David Tardon  <dtardon@redhat.com>  [5c62ae44af51208165ff4eb2e6ef63ec35c088bf]

        add CppUnit test to check targets

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c1026ab3f6d97960ef57b06abb0e605549458c6]

        create a pseudo-module tail_build to take advantage of gbuild features
        
        gbuild allow for multiple 'module' to be build as one Makefile.
        This help with parallelism.
        This module build all the 'tail' end module. these that are not
        dependencies or other dmake-based module, and that pseudo module
        is declared as a dependency of postprocess instead of the individual
        modules it 'group'

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [5949fab5269e3c366585bb9e620ed70670312c16]

        use tail_build to build 'late' gbuild enabled modules

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [eeaa801c1a8d8c566e3bf5054f3506ce8b873588]

        ignore mac local build files

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [203be7439fce09041789fced1d9a3fb30df6a82e]

        starmath is built by gbuild now

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [9aa3b65bdc8f406470743966487f8bc2bf6ba78a]

        toggle starmath to gbuild make by default

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [364dbc666a7140a3c29c2188695cfabdc20aa841]

        harmonize OGLTrans.uno library name on MacOs with the rest of the world

2011-04-23  David Tardon  <dtardon@redhat.com>  [54ebdf3c216af257dcd29fdc2112ce1001bd9033]

        move common UNO stuff to CppunitTest

2011-04-23  David Tardon  <dtardon@redhat.com>  [fac629fbdd7279a6beb272907dedd9f1cdfd195e]

        add class for creating service rdbs

2011-04-23  David Tardon  <dtardon@redhat.com>  [e6cacd3be95d55232ae9a3830fe4709dbc570215]

        use the new UNO-related defs from CppunitTarget

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [65bd9835ae6868af9fbee69e29366d97238a7d4a]

        ObjC compile should ot take Exception flags

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [d27e7801faeb520acb19a7ae7101aec3015813c8]

        tweak the delivered MacOS's name of OGLTrans to make instsetoo_native happy

2011-04-23  Norbert Thiebaud  <nthiebaud@gmail.com>  [40ce81a03324688463c694eedd62d3051feca31e]

        add support, in gbuild, for objective/C (in addition to objective/C++)

2011-04-23  Takeshi Abe  <tabe@fixedpoint.jp>  [008f7b333279e24680c9fbb5307ac498623973c8]

        removed dead code

2011-04-23  Francois Tigeot  <ftigeot@wolfpond.org>  [ad52909ea0d01d5e1002352f94a8a5bf19f5c4dc]

        Remove PM2 macro usage

2011-04-23  Francois Tigeot  <ftigeot@wolfpond.org>  [27990a97be6f04777153093a55a53b2a55ece546]

        Unbreak the build

2011-04-23  Francois Tigeot  <ftigeot@wolfpond.org>  [60bf9e6d6be2e9dd7d572e6f7ca6e33e61a060f6]

        Remove support for the obsolete BORLANDC compiler

2011-04-23  Kalman Szalai - KAMI  <kami911@gmail.com>  [6c06f7b0924d7b061bed39699880d75039380a7d]

        Reintroduce OxygenOffice distro confs

2011-04-23  Francois Tigeot  <ftigeot@wolfpond.org>  [dbcce3647aa1783b8f03978dc0a0f15069240518]

        Remove support for the obsolete BORLANDC compiler

2011-04-23  Francois Tigeot  <ftigeot@wolfpond.org>  [50a89f08b0df7cff80e9bf6b6f932211e2b66ce9]

        Remove support for the obsolete BORLANDC compiler.

2011-04-23  Kalman Szalai - KAMI  <kami911@gmail.com>  [daccfdaedd7ca6e1a205c4d709c05f61a0754ecc]

        Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4

2011-04-22  Kohei Yoshida  <kyoshida@novell.com>  [ac5a0bf3c59828128f43153d481abb1865c767f6]

        Excel only allows strings that are up to 32767 chars long (0x7FFF).
        
        And if we exceed this limit even in one cell, Excel refuses to load
        the whole document.

2011-04-22  Francois Tigeot  <ftigeot@wolfpond.org>  [f66ae2830d868d13d4c1d1874e50e98b6c9cbb40]

        Remove PM2 macro usage

2011-04-22  Julien Nabet  <serval2412@yahoo.fr>  [3872afebc207a75b0d5b73c8129e1b4ed77de56f]

        It seems there was an extra semi colon here

2011-04-22  Francois Tigeot  <ftigeot@wolfpond.org>  [7df82673c5c0df83c9d1131ff4727e91ec7af36b]

        Remove PM2 macro usage

2011-04-22  Francois Tigeot  <ftigeot@wolfpond.org>  [69560c178f3e3f39b38b8f0b3cc39f30753aeb75]

        Remove OS/2-specific files

2011-04-22  David Tardon  <dtardon@redhat.com>  [5d19d9e8639fdc4127d90610e34ad88817bd391a]

        make the init. of this static var thread-safe
        
        (and don't leak memory on exit...)

2011-04-22  Francois Tigeot  <ftigeot@wolfpond.org>  [788568c58421d1e05153db7678b884c770445231]

        Remove Sequent support

2011-04-22  Francois Tigeot  <ftigeot@wolfpond.org>  [d97ff3e73627500fa59fe1be07ec8b981dac3c12]

        Temporary fix for a LD_LIBRARY_PATH not propagated issue.

2011-04-22  Kohei Yoshida  <kyoshida@novell.com>  [85c2c4cbd544d5eaf05982c22021d12faeba17ea]

        Fixed address input box to work in R1C1 mode.
        
        Previously, typing a valid address in the address input box while
        in R1C1 mode caused an invalid range error.  This commit fixes it.

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [c6956e02b8557be63be2444a0beb9e37ea9379e9]

        svx-honour-customshape-capabilities.diff (bnc#395372)
        
        this bug started to be visible after enabling wordwrap
        in shapes (bnc#171052)

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [ac0b7fc916d3dc8214d615504ba7962db7ad92f5]

        svx-shapes-default-word-wrap-enable.diff: wrap text in shapes by default
        
        it is a very nice feature and preferred behavior (bnc#171052)

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821]

        sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes
        
        they allow to wrap text according to the shape which is a very nice
        feature (bnc#171052)

2011-04-22  Kalman Szalai - KAMI  <kami911@gmail.com>  [4b932956bdf2b345810100a86491e6cae3f1eb8f]

        Add initial configure and download stuffs for extra things
        
        OxygenOffice related

2011-04-22  Luboš Luňák  <l.lunak@suse.cz>  [a1c0f9c6bedb3bc72ce8c5c5380802e9bcb80beb]

        make backtrace from OSL_ASSERT disabled by default
        
        http://lists.freedesktop.org/archives/libreoffice/2011-April/010724.html

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [bfdee0010ad8502d11fe494f5d6d960a5034dd10]

        dbaccess-default-varchar-lenght.diff: default VARCHAR length to 100 (i#62664)

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [ac6c250d9e3e585260102dba791ffdef6d8ee0a5]

        left arrow comments removed // <--

2011-04-22  Thorsten Behrens  <tbehrens@novell.com>  [ff5662e330da54c31760d7edbc27b98132b0926c]

        testtool-more-defaults.diff: make testtool work out-of-the-box
        
        tweaked existing defaults such that running testtool from inside a dev install
        works out-of-the-box. Additionally passing SRC_ROOT from build env to testtool

2011-04-22  Julien Nabet  <serval2412@yahoo.fr>  [66c11b5218ec510c9aff3afb7b141d02dcecc048]

        Some cppcheck cleaning

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [8c67ee188ea40676d9b7b52a573aca06acd2757e]

        do not enable BrOffice branding by default (fdo#36262)

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [0caa8c448706e6840b824ddc37f45dbbff31430e]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [a093a28ffe7cae74fb731e84dd3de09102763303]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	sw/source/core/docnode/ndnotxt.cxx
        	sw/source/core/inc/viewimp.hxx
        	sw/source/core/layout/fly.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/filter/ww8/WW8TableInfo.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/wrtww8.hxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/xml/xmlitemi.cxx
        	sw/source/filter/xml/xmlmeta.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/dialog/swdlgfact.cxx
        	sw/source/ui/shells/grfsh.cxx

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [bef8909ce175f728d43501cfec4368eebd69cabf]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	offapi/com/sun/star/animations/XAnimationNode.idl
        	offapi/com/sun/star/awt/grid/XGridColumn.idl
        	offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
        	offapi/com/sun/star/frame/ModuleManager.idl
        	offapi/com/sun/star/frame/XLayoutManager.idl
        	offapi/com/sun/star/frame/XLayoutManagerListener.idl
        	offapi/com/sun/star/rendering/FontInfo.idl
        	offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
        	offapi/com/sun/star/rendering/XCanvas.idl
        	offapi/com/sun/star/rendering/XSprite.idl
        	offapi/com/sun/star/report/ForceNewPage.idl
        	offapi/com/sun/star/report/ReportPrintOption.idl
        	offapi/com/sun/star/report/XFunctionsSupplier.idl
        	offapi/com/sun/star/report/XReportControlFormat.idl
        	offapi/com/sun/star/resource/StringResourceWithLocation.idl
        	offapi/com/sun/star/resource/XStringResourceResolver.idl
        	offapi/com/sun/star/resource/XStringResourceWithLocation.idl
        	offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl
        	offapi/com/sun/star/security/XCertificateContainer.idl
        	offapi/com/sun/star/ui/UIElementFactory.idl
        	offapi/com/sun/star/ui/XImageManager.idl
        	offapi/com/sun/star/ui/XUIConfigurationManager.idl
        	offapi/com/sun/star/ui/XUIElementFactory.idl
        	offapi/com/sun/star/ui/XUIElementSettings.idl
        	offapi/com/sun/star/xml/crypto/SEInitializer.idl
        	offapi/com/sun/star/xml/crypto/XSEInitializer.idl
        	offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
        	offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl
        	sal/rtl/source/alloc_arena.c
        	udkapi/com/sun/star/task/XInteractionHandler2.idl

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [d0ca4d81abb4d55fd9b3e7da3e4ed710e755fcb6]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	postprocess/packcomponents/makefile.mk
        	postprocess/prj/build.lst

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [83380a7805f69b18f432895fc17c53cf0354bf4d]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	cppcanvas/source/mtfrenderer/transparencygroupaction.cxx
        	l10ntools/scripts/localize.pl
        	l10ntools/source/directory.cxx
        	l10ntools/source/srciter.cxx
        	padmin/Executable_spadmin.bin.mk
        	padmin/Library_spa.mk
        	svtools/inc/svtools/filter.hxx
        	svtools/inc/svtools/grfmgr.hxx
        	svtools/source/filter/filter.cxx
        	svtools/source/filter/filter2.cxx
        	svtools/source/filter/wmf/emfwr.cxx
        	svtools/source/filter/wmf/enhwmf.cxx
        	svtools/source/filter/wmf/winmtf.cxx
        	svtools/source/filter/wmf/winmtf.hxx
        	svtools/source/filter/wmf/winwmf.cxx
        	svtools/source/filter/wmf/wmfwr.cxx
        	svtools/source/graphic/grfmgr.cxx
        	svtools/source/graphic/grfmgr2.cxx
        	toolkit/source/controls/controlmodelcontainerbase.cxx
        	toolkit/source/controls/unocontrol.cxx
        	toolkit/source/helper/formpdfexport.cxx
        	toolkit/source/helper/unowrapper.cxx
        	vcl/Package_osx.mk
        	vcl/aqua/source/app/salinst.cxx
        	vcl/aqua/source/app/salsys.cxx
        	vcl/aqua/source/dtrans/aqua_service.cxx
        	vcl/aqua/source/dtrans/test_aquacb.cxx
        	vcl/aqua/source/res/makefile.mk
        	vcl/aqua/source/window/salframe.cxx
        	vcl/aqua/source/window/salframeview.mm
        	vcl/inc/aqua/salgdi.h
        	vcl/inc/aqua/salinst.h
        	vcl/inc/graphite_adaptors.hxx
        	vcl/inc/graphite_cache.hxx
        	vcl/inc/graphite_serverfont.hxx
        	vcl/inc/impprn.hxx
        	vcl/inc/svdata.hxx
        	vcl/inc/unx/i18n_status.hxx
        	vcl/inc/unx/saldata.hxx
        	vcl/inc/unx/salfont.h
        	vcl/inc/unx/salinst.h
        	vcl/inc/unx/salprn.h
        	vcl/inc/unx/salsys.h
        	vcl/inc/unx/sm.hxx
        	vcl/inc/vcl/gdimtf.hxx
        	vcl/inc/vcl/graph.hxx
        	vcl/inc/vcl/outdev.hxx
        	vcl/inc/vcl/polyscan.hxx
        	vcl/inc/vcl/svcompat.hxx
        	vcl/inc/vcl/svgread.hxx
        	vcl/inc/vcl/unobrok.hxx
        	vcl/inc/win/salgdi.h
        	vcl/inc/win/wincomp.hxx
        	vcl/prj/d.lst
        	vcl/source/app/dbggui.cxx
        	vcl/source/app/idlemgr.cxx
        	vcl/source/app/makefile.mk
        	vcl/source/app/settings.cxx
        	vcl/source/app/sound.cxx
        	vcl/source/app/stdtext.cxx
        	vcl/source/app/svapp.cxx
        	vcl/source/app/svdata.cxx
        	vcl/source/app/svmain.cxx
        	vcl/source/app/timer.cxx
        	vcl/source/app/unohelp.cxx
        	vcl/source/components/dtranscomp.cxx
        	vcl/source/control/button.cxx
        	vcl/source/control/combobox.cxx
        	vcl/source/control/ctrl.cxx
        	vcl/source/control/edit.cxx
        	vcl/source/control/field2.cxx
        	vcl/source/control/ilstbox.cxx
        	vcl/source/gdi/bitmap.cxx
        	vcl/source/gdi/bitmapex.cxx
        	vcl/source/gdi/cvtgrf.cxx
        	vcl/source/gdi/font.cxx
        	vcl/source/gdi/image.cxx
        	vcl/source/gdi/imagerepository.cxx
        	vcl/source/gdi/impbmp.cxx
        	vcl/source/gdi/impgraph.cxx
        	vcl/source/gdi/impimagetree.cxx
        	vcl/source/gdi/jobset.cxx
        	vcl/source/gdi/makefile.mk
        	vcl/source/gdi/metaact.cxx
        	vcl/source/gdi/outdev.cxx
        	vcl/source/gdi/outdev2.cxx
        	vcl/source/gdi/outdev5.cxx
        	vcl/source/gdi/outdev6.cxx
        	vcl/source/gdi/outmap.cxx
        	vcl/source/gdi/polyscan.cxx
        	vcl/source/gdi/print.cxx
        	vcl/source/gdi/print2.cxx
        	vcl/source/gdi/region.cxx
        	vcl/source/gdi/salgdilayout.cxx
        	vcl/source/gdi/sallayout.cxx
        	vcl/source/gdi/svcompat.cxx
        	vcl/source/gdi/virdev.cxx
        	vcl/source/glyphs/gcach_ftyp.cxx
        	vcl/source/glyphs/gcach_vdev.cxx
        	vcl/source/glyphs/gcach_vdev.hxx
        	vcl/source/glyphs/graphite_adaptors.cxx
        	vcl/source/glyphs/graphite_cache.cxx
        	vcl/source/glyphs/graphite_layout.cxx
        	vcl/source/glyphs/graphite_serverfont.cxx
        	vcl/source/glyphs/graphite_textsrc.hxx
        	vcl/source/glyphs/makefile.mk
        	vcl/source/src/makefile.mk
        	vcl/source/window/accel.cxx
        	vcl/source/window/brdwin.cxx
        	vcl/source/window/btndlg.cxx
        	vcl/source/window/dialog.cxx
        	vcl/source/window/dndevdis.cxx
        	vcl/source/window/dockmgr.cxx
        	vcl/source/window/dockwin.cxx
        	vcl/source/window/floatwin.cxx
        	vcl/source/window/introwin.cxx
        	vcl/source/window/keycod.cxx
        	vcl/source/window/menu.cxx
        	vcl/source/window/msgbox.cxx
        	vcl/source/window/scrwnd.cxx
        	vcl/source/window/split.cxx
        	vcl/source/window/splitwin.cxx
        	vcl/source/window/status.cxx
        	vcl/source/window/syswin.cxx
        	vcl/source/window/tabpage.cxx
        	vcl/source/window/toolbox.cxx
        	vcl/source/window/toolbox2.cxx
        	vcl/source/window/window.cxx
        	vcl/source/window/window2.cxx
        	vcl/source/window/winproc.cxx
        	vcl/source/window/wrkwin.cxx
        	vcl/unx/generic/app/i18n_cb.cxx
        	vcl/unx/generic/app/i18n_ic.cxx
        	vcl/unx/generic/app/saldata.cxx
        	vcl/unx/generic/app/saldisp.cxx
        	vcl/unx/generic/app/salinst.cxx
        	vcl/unx/generic/app/wmadaptor.cxx
        	vcl/unx/generic/fontmanager/afm_hash.cpp
        	vcl/unx/generic/gdi/salbmp.cxx
        	vcl/unx/generic/gdi/salgdi3.cxx
        	vcl/unx/generic/gdi/xrender_peer.cxx
        	vcl/unx/generic/window/salframe.cxx
        	vcl/unx/generic/window/salobj.cxx
        	vcl/unx/gtk/a11y/makefile.mk
        	vcl/unx/gtk/app/gtksys.cxx
        	vcl/unx/gtk/app/makefile.mk
        	vcl/unx/gtk/window/gtkframe.cxx
        	vcl/unx/gtk/window/gtkobject.cxx
        	vcl/unx/headless/svpinst.cxx
        	vcl/unx/headless/svpinst.hxx
        	vcl/unx/headless/svpprn.hxx
        	vcl/unx/kde/kdedata.cxx
        	vcl/unx/kde/salnativewidgets-kde.cxx
        	vcl/unx/kde4/KDESalDisplay.hxx
        	vcl/unx/kde4/KDEXLib.cxx
        	vcl/unx/kde4/KDEXLib.hxx
        	vcl/unx/kde4/VCLKDEApplication.cxx
        	vcl/unx/kde4/makefile.mk
        	vcl/unx/source/app/makefile.mk
        	vcl/unx/source/fontmanager/makefile.mk
        	vcl/unx/source/gdi/makefile.mk
        	vcl/unx/source/inc/salcursors.h
        	vcl/util/linksvp/makefile.mk
        	vcl/win/source/app/saldata.cxx
        	vcl/win/source/app/salinst.cxx
        	vcl/win/source/app/salshl.cxx
        	vcl/win/source/gdi/makefile.mk
        	vcl/win/source/gdi/salbmp.cxx
        	vcl/win/source/gdi/salgdi.cxx
        	vcl/win/source/gdi/salgdi2.cxx
        	vcl/win/source/gdi/salgdi3.cxx
        	vcl/win/source/gdi/salgdi_gdiplus.cxx
        	vcl/win/source/gdi/salprn.cxx
        	vcl/win/source/gdi/salvd.cxx
        	vcl/win/source/gdi/winlayout.cxx
        	vcl/win/source/window/salframe.cxx
        	vcl/win/source/window/salmenu.cxx
        	vcl/win/source/window/salobj.cxx

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [e0785dd388faf57cd20bf3bb13a28ffc410911ef]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	python/makefile.mk
        	zlib/makefile.mk

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [c8d090428ba2a9d710499baf62ddfe252c16aa1f]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	sd/source/ui/app/res_bmp.src

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [66c4b436fc35d3259a3a2ab335a93c89e1347696]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	swext/mediawiki/build.xml

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [2554b31146823b9850d1e0c437bc75a2e8c95033]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	extensions/source/svg/svgaction.cxx
        	extensions/source/svg/svgaction.hxx
        	extensions/source/svg/svgcom.hxx
        	extensions/source/svg/svgprinter.cxx
        	extensions/source/svg/svgprinter.hxx
        	extensions/source/svg/svguno.cxx
        	extensions/source/svg/svgwriter.cxx
        	extensions/source/svg/svgwriter.hxx
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
        	package/inc/ZipFile.hxx
        	package/inc/ZipOutputStream.hxx
        	package/inc/ZipPackage.hxx
        	package/inc/ZipPackageStream.hxx
        	package/source/manifest/ManifestExport.cxx
        	package/source/manifest/ManifestImport.cxx
        	package/source/manifest/UnoRegister.cxx
        	package/source/xstor/owriteablestream.cxx
        	package/source/xstor/xstorage.cxx
        	package/source/xstor/xstorage.hxx
        	package/source/zipapi/EntryInputStream.cxx
        	package/source/zipapi/EntryInputStream.hxx
        	package/source/zipapi/XFileStream.cxx
        	package/source/zipapi/XFileStream.hxx
        	package/source/zipapi/XMemoryStream.cxx
        	package/source/zipapi/XUnbufferedStream.cxx
        	package/source/zipapi/XUnbufferedStream.hxx
        	package/source/zipapi/ZipFile.cxx
        	package/source/zipapi/ZipOutputStream.cxx
        	package/source/zipapi/sha1context.hxx
        	package/source/zippackage/ZipPackage.cxx
        	package/source/zippackage/ZipPackageFolder.cxx
        	package/source/zippackage/ZipPackageStream.cxx
        	setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
        	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
        	xmlsecurity/prj/build.lst
        	xmlsecurity/source/helper/xmlsignaturehelper.cxx
        	xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
        	xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [bc3bbd2bb4b629ec612beeeeadd959a2fb6426c2]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	dbaccess/source/core/api/CacheSet.cxx
        	dbaccess/source/core/api/KeySet.cxx
        	dbaccess/source/core/api/KeySet.hxx
        	dbaccess/source/core/api/OptimisticSet.hxx
        	dbaccess/source/core/api/RowSet.cxx
        	dbaccess/source/core/api/RowSetCache.cxx
        	dbaccess/source/core/api/query.cxx
        	dbaccess/source/core/dataaccess/SharedConnection.cxx
        	dbaccess/source/ui/app/AppController.cxx
        	dbaccess/source/ui/app/makefile.mk
        	dbaccess/source/ui/control/FieldDescControl.cxx
        	dbaccess/source/ui/querydesign/query.src
        	dbaccess/source/ui/tabledesign/TEditControl.cxx
        	reportdesign/source/ui/report/ReportController.cxx
        	reportdesign/source/ui/report/ReportSection.cxx
        	reportdesign/source/ui/report/SectionWindow.cxx
        	reportdesign/source/ui/report/StartMarker.cxx
        	reportdesign/source/ui/report/ViewsWindow.cxx

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [9b1243c85876faccaa6879f355aabc217ad2634b]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	default_images/vcl/res/closedochc.png
        	default_images/vcl/res/collate_h.png
        	default_images/vcl/res/msgbox_hc.png
        	default_images/vcl/res/ncollate_h.png
        	default_images/vcl/source/src/collate_h.png
        	default_images/vcl/source/src/ncollate_h.png
        	ooo_custom_images/oxygen/svtools/res/collate_h.png
        	ooo_custom_images/oxygen/svtools/res/ncollate_h.png

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [fc1e9f253dd07362065f2be9691be89fb9b3f84f]

        Merge branch 'DEV300_m106' into libreoffice-3-4
        
        Conflicts:
        	Module_ooo.mk
        	Repository.mk
        	configure
        	configure.in
        	ooo.lst
        	scp2/source/ooo/file_library_ooo.scp
        	scp2/source/ooo/makefile.mk
        	scp2/source/ooo/module_hidden_ooo.scp
        	solenv/config/sdev300.ini
        	solenv/config/ssolar.cmn
        	solenv/gbuild/AllLangResTarget.mk
        	solenv/gbuild/ComponentTarget.mk
        	solenv/gbuild/CppunitTest.mk
        	solenv/gbuild/Deliver.mk
        	solenv/gbuild/JavaClassSet.mk
        	solenv/gbuild/JunitTest.mk
        	solenv/gbuild/Library.mk
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/Module.mk
        	solenv/gbuild/Output.mk
        	solenv/gbuild/SdiTarget.mk
        	solenv/gbuild/TargetLocations.mk
        	solenv/gbuild/gbuild.mk
        	solenv/gbuild/platform/linux.mk
        	solenv/gbuild/platform/macosx.mk
        	solenv/gbuild/platform/solaris.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/gbuild/platform/winmingw.mk
        	solenv/inc/minor.mk

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [147824a979908971ca4bf376fdd82d88df604530]

        left arrow comments removed // <--

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [52f1b2b471f5eb6d62d1e5579f9ee9ed7569e35d]

        left arrow comments removed // <--

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [cc43bda7eac95d3030bb7fd9b371e1b3a3e20af7]

        left arrow comments removed // <--

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [713ee2bbf1d9b535612378e99a013f3bc8cc63c6]

        left arrow comments removed // <--

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [737ef925ccb32ff5fdba07061e4407586461832d]

        left arrow comments removed // <--

2011-04-22  Martin Kepplinger  <martinkepplinger@eml.cc>  [63d8c400a545181a4d8afc6c875d3673510b510f]

        Fix minor translation mistake
        
        The word "insertation" is not really an english word. Thanks for the reviewer
        who brought that up.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [bb41dbc0398fec2b10c6fae63e790f95a62c4720]

        all bogus comments finally removed

2011-04-22  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [3fac91723b791fb7acf7eee77e97aacdd24bcee0]

        all bogus comments finally removed

2011-04-22  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [76ffa2189837398beb09f65438d3180f7e32c6fc]

        cppcheck variableScope

2011-04-22  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [9ab9d69c7da783d0c528ce58f9c8af54990eae6c]

        cppcheck inefficient checking for emptiness
        
        From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
         xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
         constant time

2011-04-22  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [76b3568e6550eefd50af9d23bc0efc808a53f820]

        cppcheck inefficient checking for emptiness
        
        From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
         xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
         constant time

2011-04-22  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [775f20628369d7c331a6c6daa23600c2ed25862b]

        cppcheck inefficient checking for emptiness
        
        From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
         xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
         constant time

2011-04-22  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [ee0110327ab820f255eb486b1afa8381087dee2f]

        cppcheck inefficient checking for emptiness
        
        From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
         xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
         constant time

2011-04-22  Petr Mladek  <pmladek@suse.cz>  [7341d8f71dcb4bc75664e027202336428a173d9b]

        Disable BrOffice branding for official builds (fdo#36262)

2011-04-22  Anthony Durity  <gravious@jollyrotten.org>  [5134e825e836ba0f9187c1289bd0c9ed0c16c605]

        Resolves: fdo#36080 fdo#34666 process unknown html tags better

2011-04-22  Maxime Côté  <cote.maxime1@gmail.com>  [3f897ecb3db649ef37d3381b90df51aef8ccde13]

        Easy hack Improve git pre-commit hook
        
        Change of the function check_and_fix_whitespace() to check only file with the extension listed (c|cpp|cxx|h|hrc|hxx|idl|inl|java|map|mk|MK|pmk|pl|pm|sdi|sh|src|tab|xcu|xml)

2011-04-22  Kalman Szalai - KAMI  <kami911@gmail.com>  [d650ba3a6c91e2b271e19cb08cb825bebe3446f0]

        Place translate-toolkit module files next to po2oo in bin.

2011-04-22  Jan Holesovsky  <kendy@suse.cz>  [846df7b7990b79f42455c240f3bb6c432714ba5b]

        Merge commit 'ooo/DEV300_m106' into libreoffice-3-4

2011-04-21  Jan Holesovsky  <kendy@suse.cz>  [5c8186bdd389fc05224d33add32e944d3f96dc27]

        Spaces to tabs in solenv/gbuild.

2011-04-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [5c4746f37f0ea657cca9e2cb8f745ebcbdcb83bb]

        Translate german code comments
        
        Translate german code comments to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [43401d5f5531961fbe70df0f0912bf9cda961b4b]

        Translate german comments
        
        Translate german code comments to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [518c769ca31c3fcc5f164ff604ce8c83983b7f12]

        Translate german code comments
        
        Translate some german code comments to english!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [1bf7bdfd5808d5410820abb643799927f15dbd30]

        Translate german code comments
        
        Translate some german code comments in writer/sw/source/ui/inc to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-21  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [8d2b2390d4de0b81cfcace67311ea51dca4583f3]

        cws dba34c: add new test for mysql connector

2011-04-21  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [5ba40ecb52ce6f4868206edabdec8f4124517151]

        cws dba34c: the celldescription control is visible at all database types

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [7148417accf50283b8f15ed2b94b1496c0236ef5]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [0d576e0ac7d35893cf5045a1c8090dfd7ddc9c42]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [e1db299ad5c9f914c4774933ef9f141d8ac1bb8d]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ffdbdad7578126651dd157b5647ae9eddc08a574]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [c753fcef9d0f5177b2b840ceb1680ad99641c76c]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [af683b9f090204e0fc54cd42636f4aa693236ddd]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [14872654d69bcf04d1213914fb42fbbde62e6a56]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [38dbeb58969d9c5a5747fac68b1f62529f48f5f9]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-04-21  Jan Holesovsky  <kendy@suse.cz>  [d5bbd70673a2d5c6f8937428b97111e9c13fd21f]

        Fix typo; NF_KEY_FALSE should be "FALSE".

2011-04-21  David Tardon  <dtardon@redhat.com>  [a29706246e9925d61ca6173803fac1a36b44f984]

        gbuildize formula

2011-04-21  David Tardon  <dtardon@redhat.com>  [63fd9311c6b281fb1d774633128bec443a1b3927]

        build resources too

2011-04-21  David Tardon  <dtardon@redhat.com>  [0608776402819fabe16006a1277a1f141dee8c51]

        deliver sd/res

2011-04-21  David Tardon  <dtardon@redhat.com>  [e361d5b5aa935f7b7382424a486b058e76e04c46]

        the xml/ prefix is the other way around

2011-04-21  David Tardon  <dtardon@redhat.com>  [3f3b5563540e17d8007c911d05a6938ce3aea09d]

        be prepared for nonexist. dir

2011-04-21  David Tardon  <dtardon@redhat.com>  [ca648de248f6bc93c269f1b7b198d832c66a4227]

        gbuildize slideshow

2011-04-21  David Tardon  <dtardon@redhat.com>  [3f8677fc6fa45ba2a8ce50466f4c42e2de0f34d4]

        gbuildize sd

2011-04-21  David Tardon  <dtardon@redhat.com>  [5cf47b377df72680ae37d7afb8212ab658419a18]

        change extension to .cxx

2011-04-21  David Tardon  <dtardon@redhat.com>  [1731fee4c4722d74bdb4ce0eb3b6b3a620e44e60]

        gbuildize reportdesign

2011-04-21  David Tardon  <dtardon@redhat.com>  [38b89de95843f72ccd9ee03e052eca5ae1ecdcdd]

        sd has some images in imagelst subdir...

2011-04-21  David Tardon  <dtardon@redhat.com>  [4594ffdf24f660c7523bd901e7c4aaeded89f891]

        add pck to the delivery dirs

2011-04-21  David Tardon  <dtardon@redhat.com>  [d90ba18ac0519c105ec0785b7acac17edc2b7d7f]

        list one target per line

2011-04-21  David Tardon  <dtardon@redhat.com>  [ab77c99818f03b7559f26f8d53b0f1df4203bdf0]

        gbuildize reportdesign

2011-04-21  David Tardon  <dtardon@redhat.com>  [423fd5baaaaae1ae2244abc6de1c6be7349f098d]

        gbuildize formula

2011-04-21  David Tardon  <dtardon@redhat.com>  [ad773c4cc3b1a26bef4df95c0d9d062f062aa995]

        gbuildize slideshow

2011-04-21  David Tardon  <dtardon@redhat.com>  [98d8b2b999dec5cfb47b138f1d2bf3a3789427bb]

        gbuildize sd

2011-04-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [3ea9dcc5f0cee9cf3cfaf3e245855273cf4b85de]

        WaE - base class should be explicitly initialized in the copy constructor

2011-04-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9b15ef75815af84a82758bf2a163d5eef89903c5]

        enable CHECKOBJECTOWNER by default now, warn instead of error

2011-04-21  Luboš Luňák  <l.lunak@suse.cz>  [8dc7fcfb5e5a8de2411d2bb29f450cabc3690859]

        fix detection of first-page header/footer (previous commit,bnc#654230)

2011-04-21  Luboš Luňák  <l.lunak@suse.cz>  [d059c3aaf41cf20fefd1e0fc88a85b0a4c774826]

        fix detection of first-page header/footer (previous commit,bnc#654230)

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [08d3fdffae241ccebb55add28a6bdee624b164f2]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [a27728407e0168ae2727300cde983d916fc85eb2]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [3c60b4698b00c169e856f27355cb0fccffae0f15]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [cdc7c5772ac216f6fd91ead7d8d57fd0ad03a0aa]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-21  Sergey Davidoff  <shnatsel@gmail.com>  [901f924beb2d9c56545edd1d646a5acc0528c0a0]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/artwork

2011-04-21  Sergey Davidoff  <shnatsel@gmail.com>  [bcac727b262dc4860b181700c425f6c1cd378493]

        humanity: used slightly different mail icons

2011-04-21  Robert Nagy  <robert@openbsd.org>  [899cecdc4102f7dd6c12ca1cb5f34fb516e44a23]

        disable the testCVE unittest for now because it breaks in some cases

2011-04-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [46be3163655458aaba6e24b40ed2fb87fd1aae5d]

        lp#757304: update email address for vish

2011-04-21  Andras Timar  <timar@fsf.hu>  [535bee89a2f5aab6f997688313e47343cef298ea]

        fix L10N_MODULE path on Windows

2011-04-20  Joseph Powers  <jpowers27@cox.net>  [ad103b9a90d064f69df03a3a515acc266c267a9e]

        Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )
        
        Passed: make distclean && make && make check

2011-04-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [932d7731e5ac6e98ca76c655f24c437150459a8a]

        WaE - variable may be used uninitialized

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [31b16308d8f1673c816e978d5db50397d6b328ea]

        SAL_CALL wasn't present for component_getFactory

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [025d87cfc104dc4ddc57834bdcbc2f076a0c503d]

        SAL_CALL was not present for component_getFactory

2011-04-21  Julien Nabet  <serval2412@yahoo.fr>  [561192cfc9f10adab404e6dfed51fd4d78d11210]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [b2a36656c416184c5725064e086b178ea5400f2a]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-20  Robert Nagy  <robert@openbsd.org>  [9864542a3f8628471c5925ca79e5426a8d3c9ded]

        disable the testCVE unittest for now because it breaks in some cases

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [7c4fbccee7b3776242d21c5980ce671b162821b0]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-20  Noel Power  <noel.power@novell.com>  [f5257a5349aff404848791cdb96a1d2bb0e563d7]

        make sure that library in services.rdb is correct for writerfilter services

2011-04-20  Noel Power  <noel.power@novell.com>  [2d4d06ff4867665828da4d8e254ca63101544d50]

        fix master install
        
        add missing libraries doctoko ooxml resourcemodel

2011-04-20  Noel Power  <noel.power@novell.com>  [727c2a2eba9a663fcd596cc07933d63899696a4f]

        make component methods public component fails to load otherwise
        
        decorate component_getImplementationEnvironment &
        component_getFactor with SAL_DLLPUBLIC_EXPORT, otherwise wrong functions get called

2011-04-20  Christian Dywan  <christian.dywan@lanedo.com>  [bef3653901375b732ea094c7746cbe0a3b4a9293]

        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  Christian Dywan  <christian.dywan@lanedo.com>  [d248ff75bba436523b2e106d19032b63774f36c8]

        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  Petr Mladek  <pmladek@suse.cz>  [e60843d62d0a9b38b2f74bee34c898bdecd2730c]

        set default install dirname from AC_PACKAGE_NAME
        
        idea by Hanno Meyer-Thurow <h.mth@web.de>

2011-04-20  Robert Dargaud  <libo@bobiciel.com>  [14d735f714a9ec86e9cd3b1011f8c9915cbee6e6]

        fix fdo#36399 - ScrollBar display bug on dialog boxes

2011-04-20  Andras Timar  <atimar@novell.com>  [0be571d9a673ab48fc7d3a94541c5720e0845016]

        do not ship Letter Wizard templates twice fdo#35722

2011-04-20  Andras Timar  <atimar@novell.com>  [e85640d0bb44fba44ed167c9f37f641ab81bd5ab]

        do not ship Letter Wizard templates twice fdo#35722

2011-04-20  Luboš Luňák  <l.lunak@suse.cz>  [75c72d86b7de4cfa69a08e12cffd86ede1f35e78]

        don't link soffice.bin and stuff back into src tree
        
        This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again,
        removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake.
        With the linking it's possible that soffice.bin becomes the wrapper
        script that ends up calling itself recursively.

2011-04-20  Luboš Luňák  <l.lunak@suse.cz>  [190d20d74e00330117e7bccde2fff452dc828a2c]

        don't link soffice.bin and stuff back into src tree
        
        This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again,
        removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake.
        With the linking it's possible that soffice.bin becomes the wrapper
        script that ends up calling itself recursively.

2011-04-20  Sergey Davidoff  <shnatsel@gmail.com>  [d538cd7e65924e9aeab9039efca3061049b25814]

        one more update of Humanity style (lp#756895)

2011-04-20  Robert Dargaud  <libo@bobiciel.com>  [c2c8ac28a49fd26e01435e2c2714a7474c23f8a1]

        fix fdo#36399 - ScrollBar display bug on dialog boxes

2011-04-20  Hanno Meyer-Thurow  <h.mth@web.de>  [eed8e0b62e6c8b2c973df38acb4a454be58e3cc4]

        make the installation dir better configurable
        
        install to %libdir% intead of %prefix% as it is usual for other projects;
        use the usual DESTDIR instead of OODESTDIR
        
        Note that the default installation path is /usr/local/lib/libreoffice;
        it can be redefined by --prefix, --libdir, --with-install-dirname
        configure options
        
        Some of these changes contributed by Petr Mladek <pmladek@suse.cz>

2011-04-20  David Tardon  <dtardon@redhat.com>  [4fb65d798be2faf284387619e64af752829ebd20]

        gbuildize reportdesign

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [d5d6fd656c29b81c7e7d9c3ce21573ed6681ffae]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [959067af84bf74d324f6751f766a96b6b46649d0]

        Just reformat a line

2011-04-20  Joseph Powers  <jpowers27@cox.net>  [cd7627ffdb130fce22930a8c187bf81f6407b01a]

        Remove DECLARE_LIST( ViewList, MyView* )
        
        PS: This file isn't compiled. But the list wasn't used anyways so this
        should be a safe change.

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [ddaf673ddf6959f970060675d4d7348eddda67d7]

        Easyhack: Add visibility markup to all component_get* functions (part2)

2011-04-20  Noel Power  <noel.power@novell.com>  [ed68bd23c0542e4e34fe51eb9854b7772d7b2cfe]

        some docx field import/export tweaks
        
        import/export ( USERNAME / USERINITIALS ) - supported now and alligned with binary import
        import/export ( AUTHOR / DocumentProperty.Author ) - AUTHOR is now imported as DocumentInfo.Created, DocProperty.Author is imported as a custom property, DocumentInfo.Created is exported as AUTHOR
        fix docx export of COMMENTS
        fix docx import of CREATEDATE,
        fix docx import of DocProperty.CreateTime
        fix docx import of DocProperty.LastSavedTime
        fix docx import of DocProperty.TotalEditingTime ( format still not right )

2011-04-20  Noel Power  <noel.power@novell.com>  [f433a86839499662cfc1356882b0538f01d850b6]

        some docx field import/export tweaks
        
        import/export ( USERNAME / USERINITIALS ) - supported now and alligned with binary import
        import/export ( AUTHOR / DocumentProperty.Author ) - AUTHOR is now imported as DocumentInfo.Created, DocProperty.Author is imported as a custom property, DocumentInfo.Created is exported as AUTHOR
        fix docx export of COMMENTS
        fix docx import of CREATEDATE,
        fix docx import of DocProperty.CreateTime
        fix docx import of DocProperty.LastSavedTime
        fix docx import of DocProperty.TotalEditingTime ( format still not right )

2011-04-20  David Tardon  <dtardon@redhat.com>  [cc33701bc0e96ed3384f5391efb6782db6bc3418]

        gbuildize formula

2011-04-20  Julien Nabet  <serval2412@yahoo.fr>  [85fe9bef8c1f55b7bfcd1782b8985d2a53a29892]

        Easyhack: Add visibility markup to all component_get* functions

2011-04-20  David Tardon  <dtardon@redhat.com>  [bc632b58f28b38a06c81093fbc06b06ffbfb32d4]

        gbuildize slideshow

2011-04-20  David Tardon  <dtardon@redhat.com>  [b94a76f89e1b27ed1791f535fe11b58224f4b546]

        gbuildize sd

2011-04-20  Kohei Yoshida  <kyoshida@novell.com>  [b8502c8251b0760f1bf03c968974f1fe3f288ae2]

        fdo#36288: Fixed a crasher on Base.
        
        The return type was probably unintentionally converted to sal_Int16
        from sal_uInt16, and it didn't check for "column not found" condition.

2011-04-20  Muthu Subramanian  <sumuthu@novell.com>  [44b39fb4da9efa4db11b9185fc084e6b4fbd339d]

        n#681746 - OLE crash fix.
        
        Initialize object completely, otherwise init
        would be triggered during dispose(). There could
        be better ways to fix this.

2011-04-20  Kohei Yoshida  <kyoshida@novell.com>  [a7f85daf7a06dc86c676f2094e40fffe3931cfca]

        fdo#36365: Watch out for NULL pointer de-referencing.
        
        This causes print preview to crash under certain circumstances.

2011-04-19  Joseph Powers  <jpowers27@cox.net>  [f83f528f6af90b5e9b3665b764ae1a86c7568216]

        Fix compile issue.

2011-04-19  Joseph Powers  <jpowers27@cox.net>  [8f8f5c4f311436bfaae1a3f1c685c9257cea4ec5]

        Fix compile issue.

2011-04-19  Julien Nabet  <serval2412@yahoo.fr>  [8afda8d711b79eae42a27cf2e926c4d5c8136be2]

        Easy Hack: Add visibility markup to all component_get* functions

2011-04-19  Kohei Yoshida  <kyoshida@novell.com>  [5df4ea0137b7f843c835a94cd82bceb8fd59ecc9]

        Don't forget to NULL the pointer after deleting the instance.

2011-04-19  Julien Nabet  <serval2412@yahoo.fr>  [b28fac1d5a7949e2bf57a35a405532225d7e7abc]

        Easy hack : Add visibility markup to all component_get* functions

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [7365f153963b09239cb7c1417b0513cf6f6044b3]

        get a little closer to building dbaccess under windows again

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [606d16a81fb7edf6416550d4ec9f2f5a35514868]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop)

2011-04-19  Kohei Yoshida  <kyoshida@novell.com>  [17c9b3e6f1c5360a8c9764e29061876a41ac15a2]

        fdo#33341: Copy print ranges when copying sheet.

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [eb7179d918275390e677c9acb4626566d675b1cc]

        Removed typos in configure.in

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [b9697ca2257f75cd8781d917a8c1008311474f9c]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components)

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [0807d7b89f74d9c32582348c6a7e1d0234e69928]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (impress)

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [1913e11aebe3da33c64c3de24106232ff02e699f]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui)

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [c776e24f16dd572d6e8f6ede79b460742708735e]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)

2011-04-19  Kohei Yoshida  <kyoshida@novell.com>  [e89d148fdacbc8ed5aa0f61471ec52fbea218cfe]

        Fixed indentation mis-match.

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [e198be5988cb150de99e9f2e52c64fdc72036042]

        Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} instead

2011-04-19  Christina Rossmanith  <ChrRossmanith@web.de>  [b0b3e5fdf811fa5939366f378a22755fb80e51ab]

        remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)

2011-04-19  Xisco Fauli  <anistenis@gmail.com>  [8a75a1f07d0c575ef08ab8385df3ef45e8552df1]

        Replace String with rtl::OUString in various places

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [83e8a2bbe468b5439cc8e59cc04abf001677a8e6]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [57889f6c6afe5ce6c8bf236b7186a8eef8df5bd8]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [eb90f67b5df4af94adfc098dd50c948c701a5ca6]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [5d050fe1f75364674e6205890a40f0d35f0749d8]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [d992f0d2be4b60651a427e53405b01945f16b764]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [3c240d37d8f67f8408a99fe0b4cc9a0f6b0e90ad]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [ebed352d9e51f8e57e7bc28454f41dec12b31dbd]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [be640885f1400f93358a221369cfd4df78c996ab]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [bd0fa243f0e4505649278a0ea9a5af182ecdfdb2]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [48fa46fd02b8d1633a7b078e34afe4acc18a0d74]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [4052cb205984424f8ab8ebe90523d780d0adb24d]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [b5594ef534de86c92bd6dc25dde131df0ee1a44d]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [fa9174ba091bc8138ccf230ed6e2332c7c5ce3a3]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [8ce2ca2513501b78b875d653b861e1f46c4853a4]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [2933795a13ec243e9bff571583df409266746164]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [84a5eca1e7bc650e9dfb59f5978a9f3bc6fe6cab]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [c65e526c915dcf8624fe3b1abd60a18d15edcf7e]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [03ead18c2aca845545091fae706ef71c1f460864]

        Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)

2011-04-19  Andras Timar  <atimar@novell.com>  [dcb67a54aa02a0fed9b24b27f682626d3860a092]

        fix typos in messages

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [c3bcb02fb86d98990bbe0bed3dcd9d00ca4402f1]

        bump product version to 3.4.0beta2, release number to 2

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [12cbe77bed8c6d7bff9bd6b9b69bb2149b84f5b1]

        fix build with older gcc that does not read options via @file
        
        needed to fix build on SLED10 with gcc-4.1.2
        we want to use @$(extraobjectlist) in the long run

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [f11a0e77f41981e47babf79db991066277bb4416]

        fix build with older gcc that does not read options via @file
        
        needed to fix build on SLED10 with gcc-4.1.2
        we want to use @$(extraobjectlist) in the long run

2011-04-19  Dimitri Duc  <dimitri.duc@gmail.com>  [5fe73818c6594bd60ca1c2907def44579260e08a]

        Change global header file to local

2011-04-19  Michael Meeks  <michael.meeks@novell.com>  [b6230195c5de74b803827e4c8a3f6a08506af017]

        fix sdbt compilation with gnumake

2011-04-19  Noel Power  <noel.power@novell.com>  [92df2b3358c5d0078c2ba66aa35fb8579a5d36c9]

        fix build of sdbt.component

2011-04-19  Christian Dywan  <christian.dywan@lanedo.com>  [3d9c2aeec9cabfb25cbed5e99bb242792dcd8f40]

        Remove unused chunk of toolbar menu code

2011-04-19  Andras Timar  <atimar@novell.com>  [e3861932fb893236664be31c5e64bafa81f7d84a]

        remove unnecessary \r characters from en-US message

2011-04-19  David Tardon  <dtardon@redhat.com>  [2b54637276ed7987ee1a064b0a50e86db75301ee]

        fix brainfart

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [4e78f48e7355d8c6d34b966014a27ec387ef71a8]

        fix build breakage post stubbing Stores/Saves .

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [043155c1cc8199b5280686d780e4d54c5de8cd99]

        make left/right page style be followed by the other one
        
        so that the document is automatically set to alternating left/right pages

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [1641896c1341790083eefb08e1d8234704d8d1c2]

        avoid first-page header/footer extending to all pages (bnc#654230)

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [778230d04455625b6e151c1e5e5fbd9a20abd1c5]

        a more reliable way to detect w:titlePg (bnc#654230)

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [61f9d4d28fa07cb3833bd3418c8b4f93b7b53b99]

        implement w:evenAndOddHeaders (and settings.xml too)

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [90877fcb24fd9af9ad9e2661b8f1149a7b65a8e8]

        make left/right page style be followed by the other one
        
        so that the document is automatically set to alternating left/right pages

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [9cb3eca0a487448ab16434569f083bb07849adfd]

        avoid first-page header/footer extending to all pages (bnc#654230)

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [e9054fe1757de13767c1a521cd01fa6ed1291e9e]

        a more reliable way to detect w:titlePg (bnc#654230)

2011-04-19  Luboš Luňák  <l.lunak@suse.cz>  [201066430dc2a49eecd4ad55a0f02c831de13d57]

        implement w:evenAndOddHeaders (and settings.xml too)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [dc709df41adc0cd644c579421e31a8d4138c0bff]

        bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277)

2011-04-19  Petr Mladek  <pmladek@suse.cz>  [e596738017fe395052b46640a8ec13916f660af2]

        bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277)

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [89dab1e5777213b840d193411d8832644c0f20c3]

        Resolves: fdo#36358 Just use the same export dir as save as for all apps
        
        I believe the original idea was that draw/impress export graphics and so
        default output dir is the gallery as you might want to export them in there.
        
        Catch is that we cane export in some many different formats there there
        isn't a good fit for the whole collection, so lets just use the same
        dir for all apps
        (cherry picked from commit 364dd193486949af59596de7ce5bd83f4db54149)

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [2dcafc2db999ea8a328236dfed2fb3c013538cea]

        Resolves: fdo#36358, firstly lets code what the comment says it wants to do (cherry picked from commit 058335969debe302e23fa2c36d84d3ef55e2b47a)

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [3437d2196b1ca722a6146b40b4e06912482cedcd]

        Resolves: fdo#36358 Just use the same export dir as save as for all apps
        
        I believe the original idea was that draw/impress export graphics and so
        default output dir is the gallery as you might want to export them in there.
        
        Catch is that we cane export in some many different formats there there
        isn't a good fit for the whole collection, so lets just use the same
        dir for all apps

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [284a86be4394522d2cdd1d5af9e7a2280bff9460]

        Resolves: fdo#36358, firstly lets code what the comment says it wants to do

2011-04-19  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [1954366d1754f785cbea25ab317d7a23de60d3a0]

        prefer prefix ++/-- operators

2011-04-19  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [c3ee5356b7ac15cbc0dcb2b6b67e439e6b533be4]

        prefer prefix ++/-- operators

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [f9a7dacf5bd496b5b5f32b121c64f6f282dde367]

        Wae: resolve dbgutil vs dbglevel

2011-04-19  Caolán McNamara  <caolanm@redhat.com>  [d33d12bae73f12e7f0bc5e6a9974804c8012c3c6]

        WaE: simplify this

2011-04-19  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [aa960ab73007e67941ac9e1ef4cc1fbc1d1cbed4]

        prefer prefix ++/-- operators

2011-04-19  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [d9fbee78926e5049be3dc7cc1d969a60687abe8c]

        prefer prefix ++/-- operators

2011-04-19  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [26c8682631d81151d1d81922a5aafde98081bfb6]

        prefer prefix ++/-- operators

2011-04-19  Julien Chaffraix  <julien.chaffraix@gmail.com>  [0c8fd5485ab3b979aebe06b967c1330f6768f47e]

        Fixed write(2) usage in process.c

2011-04-19  Tor Lillqvist  <tlillqvist@novell.com>  [7825929a903bac4452fca383c12f6a2db0db0cfe]

        Export the two UNO component functions
        
        Fixes zip archive handling which was spectacularly broken in 3.4 beta1
        on Windows.

2011-04-19  Tor Lillqvist  <tlillqvist@novell.com>  [cc38ae1e0b9a382862a07eaaddd75a3b46ee3d33]

        Export the two UNO component funcions
        
        Fizes zip archive handling which was spectacularly broken in 3.4 beta1
        on Windows.

2011-04-19  Julien Chaffraix  <julien.chaffraix@gmail.com>  [8af99e57686fb9ea4da1fcf890c7a7ce9e50c83f]

        Fixed an off-by-one error in DbgOut.
        
        "..." is actually 4 characters long due to the '\0' character and
        strcpy does copy the '\0'. Thus we need to remove 4 from the length
        to avoid writing one byte after the end of the buffer.

2011-04-19  Julien Chaffraix  <julien.chaffraix@gmail.com>  [cd31cc2a4a2d0969795789dd3877ee6d04998746]

        Added check for getcwd and chdir return values.
        
        The code did not validate that those functions succeeded. Added
        some error handling. This partially fixes the compilation with --werror.

2011-04-19  Julien Nabet  <serval2412@yahoo.fr>  [35218257a275613dc4694fae4d85c3db0fa4e742]

        Replace %d, %x by SAL_PRIdINT32, SAL_PRIuUINT32 and SAL_PRIxUINT32

2011-04-19  Radek Doulik  <rodo@novell.com>  [63b85869a5cbe661cb3e417837ea4ef89c9e419b]

        clean a bit the patch for fdo#36203, reset the text body pointer
        
         - it also fixes n#593611

2011-04-19  Jan Holesovsky  <kendy@suse.cz>  [1aa690299a69031fcb9c6c3065d84086460ff5bd]

        'paths', not 'pathes'...

2011-04-19  David Tardon  <dtardon@redhat.com>  [763666681c87ebc3ee4e6c4267c5330b9144b84f]

        fix build.lst to use gbuild

2011-04-19  David Tardon  <dtardon@redhat.com>  [11430c70745621f7b064b1d8ac2f583078932813]

        gbuildize dbaccess

2011-04-19  David Tardon  <dtardon@redhat.com>  [d341ec1925a154f4b9101c8c55689e30892a39a4]

        fix deps

2011-04-19  David Tardon  <dtardon@redhat.com>  [c4bac972b4719d984ab82d34c9f89c8214886bfb]

        use SAL_DLLPUBLIC_EXPORT for consistency

2011-04-19  David Tardon  <dtardon@redhat.com>  [d9d7e9447495a47fa00e524c5c4ec58ae48e95b9]

        gbuildize dbaccess

2011-04-18  Christoph Herzog  <rhogez@googlemail.com>  [b85f7924bfe1c1ee6e5411a9c62549267f0e1335]

        Translate German comments.

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [9ce284013dd180302e379d91225ec700b3401909]

        silence some warnings

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [16d9e686d7f78633c1509db1e98ec231f90af5e6]

        don't drop unused errs, but log them

2011-04-18  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [bdb6e244626fb922b916aae8ba02941c9123a2cf]

        fixes for some cppcheck warnings

2011-04-18  Christoph Herzog  <rhogez@googlemail.com>  [0793901069511fc5d7be70cb85b2f7c0ff14a5db]

        Translate German comments.

2011-04-18  Robert Nagy  <robert@openbsd.org>  [552e6234142aa990acd058bf9cab28f117b1bf87]

        sync with unxgcc.mk

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [42ed826443c5d950281464222cb503b62b2ab3b5]

        deactivate StoreData function in binfilter
        
        perform nothing or just return FALSE if waiting for a boolean
        when called

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [80a9c38ee35eb7de2a6f662be7315c8e63549751]

        deletion of unused functions in binfilter/bf_sc
        
        these functions were not called and found grabing for functions
        calling Store(...) function, which do not perform anything useful.

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d07a4cd1a18381123cf24734f17f415c35ef98e9]

        deactivation of Store function in binfilter
        
        the last active functions Store have been deactivated, performing
        nothing more and just returning, or returning FALSE if bool is
        awaited
        deactivation of Store function in binfilter
        
        the last active functions Store have been deactivated, performing
        nothing more and just returning, or returning FALSE if bool is
        awaited

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [442edb79dd7035f82c9a426cb7ffa2b85b6238c7]

        deactivate Store function in binfilter/bf_svx
        
        these functions do nothing, just return or return FALSE if the
        return value should be bool

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [504f994456417a8302f0d563d9de9d2f8c19a40d]

        deactivate Store function in binfilter/bf_svtools
        
        theses functions just return without executing code or are just
        returning FALSE if they are returning bool

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1566de43c7f034f5919d70f1551ce60f7f4c6ee4]

        desable Store functions in binfilter/bf_sc
        
        these functions do not perform anything, just return either nothing
        or FASE if boolean awaited

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [369afd9a46f1f7c01c1e3991869522e538109903]

        deactivate Store function in binfilter/bf_sw
        
        these functions do not perform anything, just return

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [de769bfd33a20148de349ef1333c03bd8f8217fe]

        deactivate function Store in binfilter/bf_basic
        
        this function perform nothing or just retrun FALSE

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e246f3eed106b45aaceacf87c5d18f53d3cbd9ef]

        delete function calls Save in binfilter/bf_basic
        
        since this does nothing than returning false, changed the code to
        reflect this

2011-04-18  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1309a74e662ad3113a1a52f6247ba67cf5ca9139]

        deactivation of Save functions in binfilter
        
        last Save function havve been deactivated, doing nothing but just returning
        withou executing code

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [c0c30966c53c549b13f89b37054ee83f1ec3da83]

        seem to need shlwapi here too

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [d9ce9150c45763f61b63728b663ebca93d35f9eb]

        bubble down configure test findings on visibility

2011-04-18  Kohei Yoshida  <kyoshida@novell.com>  [5d20154c5e553f4ac386172777f18656db117782]

        More accurate error messages.

2011-04-18  Christoph Herzog  <rhogez@googlemail.com>  [f7d86140c67a99c064651562f94050e0efe8e39e]

        Translations of German comments.

2011-04-18  Robert Nagy  <robert@openbsd.org>  [a7c5fac2288e67e7d0fae667c8da590d28e35e52]

        sync with unxgcc.mk

2011-04-18  Kohei Yoshida  <kyoshida@novell.com>  [9a2969195d24f322d840845e3780164391cc3b73]

        New unit test for toggling relative/absolute reference (Shift-F4).

2011-04-18  Luboš Luňák  <l.lunak@suse.cz>  [128ebebd60a1a170cf74011b49f9ad35f010e8ce]

        needless reinterpret_cast changed to static_cast

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [293096186d2e23a028390ab3916240baa316326a]

        Resolves: fdo#36128 fix up paths for gbuild

2011-04-18  Francois Tigeot  <ftigeot@wolfpond.org>  [fc936cba8494f6b8ec2b9e7e4833c62730f3cd65]

        Disable a registry test failing without OS/2 support.

2011-04-18  Francois Tigeot  <ftigeot@wolfpond.org>  [513d5a796ed81aeadae598b221060ef9f15e2a42]

        Fix a typo.

2011-04-18  Francois Tigeot  <ftigeot@wolfpond.org>  [35e1b53c7e6176315257cae9434ec4364262282c]

        Remove OS/2 support.

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [dad9275f4dfef56700656538323b8b6667eb799b]

        bug id's from Oracle internal database removed

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [2296ac5aa0536ca05901c8e6cf97ac1c34fdff86]

        bug id's from Oracle internal database removed

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [7c7f28783709a6ea48f16db66c444e28f07d9760]

        all bogus comments removed keeping the indentation

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [8d3f539724a9302ce0fd7b8c00642840f1422b3b]

        all bogus comments removed keeping the indentation

2011-04-18  Jan Holesovsky  <kendy@suse.cz>  [c1bc4d8e22ec78aaf53e7c38d569a0c39b63b62c]

        Fix build - the same symbol defined on 2 places.

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [4f51d1b7bb581607afe1427f40d432305617e856]

        all bogus comments removed keeping the indentation

2011-04-18  Jan Holesovsky  <kendy@suse.cz>  [bacd723b72d9f6118e3bce1aed41ab8deaef230c]

        Fix build - the same symbol defined on 2 places.

2011-04-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [e1e2228306dd3ed6460198729dd4d3f201ee0925]

        bug id's from Oracle internal database removed

2011-04-18  Julien Nabet  <serval2412@yahoo.fr>  [a47471ed5c5a267d2b6ea04c225c543d056d86ab]

        Remove useless import which caused an error

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [f7a86cc350f4364639c95058c32611efb2fde809]

        swui links to sw, so export SwRewriter from sw

2011-04-18  Francois Tigeot  <ftigeot@wolfpond.org>  [a760a7bc3913d6d10e7dcf86f3eb39a7178b517f]

        Remove OS/2-specific subdirectories.

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [6708ed6ab24420de25d951ef6aa4df05d906403f]

        rename this to keep gbuild happy

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [78de357b58a495f8c714c8167af6691a7a2f78ab]

        Related: rhbz#691083 make sure this is thread-safe

2011-04-18  David Tardon  <dtardon@redhat.com>  [6273b18032abd039988365743704e7a720fd956f]

        sort the components

2011-04-18  David Tardon  <dtardon@redhat.com>  [111c582a677243c94c34d0009b1adacf787efc41]

        gbuildize dbaccess

2011-04-18  Anthony Durity  <gently@jollyrotten.org>  [6752ecb98442c6e54ea4f075e0666f22ef64cb57]

        Resolves: fdo#36336 fix crash on launch (cherry picked from commit 2cae8853762ba357b19773fe0890996b3c2b95b5)

2011-04-18  Anthony Durity  <gently@jollyrotten.org>  [af153ac082712e54e63522f743b0d0aff91eb876]

        Resolves: fdo#36336 fix crash on launch

2011-04-18  Christian Dywan  <christian@lanedo.com>  [0053c68bdcec3ea60c86d9e1c1a58b95ef5c64de]

        fdo#36230 Remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id

2011-04-18  Christian Dywan  <christian@lanedo.com>  [8b645ff23100f48264702ad5597af09ecedcab25]

        fdo#36230 Remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL id

2011-04-18  Tor Lillqvist  <tlillqvist@novell.com>  [2160141ece2a109826f4231ed5064543dbf18e31]

        chmod -x

2011-04-18  Tor Lillqvist  <tlillqvist@novell.com>  [f83861020f5daad24669d701c4a6472ac79630b7]

        Fix rhino build on Windows

2011-04-18  Tor Lillqvist  <tlillqvist@novell.com>  [dbcf68f61e36bde0228357f48d40a28beb0e2f52]

        Kill UPDMINOR and UPDMINOREXT stuff
        
        As far as I know we have no intention to use that stuff. Do we ever
        have any idea what it means? But sure, if it turns out that we do want
        to, this commit will have to be reverted.

2011-04-18  David Tardon  <dtardon@redhat.com>  [b3387395a28e1a9eb9be2973ec49c789ed84f7c4]

        transform ssl lib names on WNT correctly (I hope .-)

2011-04-18  David Tardon  <dtardon@redhat.com>  [373b55a7d922ea0a8a19c9bda5534f90af733a54]

        move to better location

2011-04-18  Tor Lillqvist  <tlillqvist@novell.com>  [d08e2d0f25fed7f425865e90f1793157f7d58ab8]

        Remove two OS/2 files

2011-04-18  David Tardon  <dtardon@redhat.com>  [cdd440e9654eabf2d0f37928ecf6744fd5ee9ce6]

        initialize the member

2011-04-18  Tor Lillqvist  <tlillqvist@novell.com>  [49313fa83b692f27d8e6c3c1f672919fdbeaab0e]

        Fix from-scratch build breakage: Don't call realpath on Windows path
        
        In a from-scratch build, when running the configure script, which then
        runs the set_soenv script, the default_images symlink (that is passed
        to this function in the form of a Windows path, for some reason) does
        not exist yet, and realpath fails anyway. So don't bother calling
        realpath on Windows paths.
        
        Although I don't know whether it then will cause a problem that the
        cygpath -m call won't be able to expand the symlink as it doesn't
        exist anyway. This is a mess. And if cygpath -m expands symlinks
        anyway, why is the realpath needed at all?

2011-04-18  Caolán McNamara  <caolanm@redhat.com>  [e158b941f7b88dc734f9389cfa049382d1872ab7]

        seem to need realpath here to build

2011-04-18  Francois Tigeot  <ftigeot@wolfpond.org>  [a3228bb5c63654dee14f058ad93f453999382707]

        Remove OS/2-specific subdirectories

2011-04-18  Takeshi Abe  <tabe@fixedpoint.jp>  [20c51a4ee119be991141a9f35ec56af679e256f4]

        fixed typo

2011-04-17  Caolán McNamara  <caolanm@redhat.com>  [1f49f0ca3af318fb68b4a024c078328fb20de81f]

        throw out some warnings

2011-04-17  Caolán McNamara  <caolanm@redhat.com>  [8ea7061fd30e798a777434a4bc54aa9fb98a3336]

        Resolves: rhbz#695509 crash in RefreshDocumentLB

2011-04-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [9b44ffb5fcb5fc3b2315b8fc0b05fe35fb270634]

        gcc-4.0 on MacOSX does not support the @file syntax

2011-04-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [2174045ac789e547631a0ea37876d89f5a95e3cc]

        gcc-4.0 on MacOSX does not support the @file syntax

2011-04-17  David Tardon  <dtardon@redhat.com>  [cdc48cc0645023b92fc004ba28eabf35e175f637]

        move the code to gbuild

2011-04-17  David Tardon  <dtardon@redhat.com>  [9c778f8527d0edb436c4f705691831dd88c92243]

        add support for resource templates
        
        That is, resource files containing localizable data that are included
        from other resource files. They have filenames like foo_tmpl.hrc
        (sometimes foo_tmpl.src) and are included as foo.hrc . They were handled
        by listing them in LOCALIZE_ME variable in the old build system.

2011-04-17  Julien Nabet  <serval2412@yahoo.fr>  [979365cde84c3974e17d345d9786623a4b97f0c3]

        Some cppcheck cleaning

2011-04-17  Julien Nabet  <serval2412@yahoo.fr>  [4d24eef011cb2237deaa2939af238abd25dc5d07]

        Remove useless tests

2011-04-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9960b62bc282340267beb0d66d5e6c8e563242c]

        Library, not LinkTarget

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [42614cb577143abe6c3ce71ad07c29c446dafb17]

        unittest has to explicitly depend on lwpft library

2011-04-16  Julien Nabet  <serval2412@yahoo.fr>  [f205cf1a0d3e7cd0b52274264d7999f5c8195cde]

        change ...(%d)... to ...(%"SAL_PRIdINT32")... + 2 commented lines removed

2011-04-16  Andras Timar  <atimar@novell.com>  [d1591756b08e5d08fa20b386ad38685db885fa6d]

        do not ship Letter Wizard templates twice fdo#35722

2011-04-16  Andras Timar  <atimar@novell.com>  [5cce753ee1a4bde22b69177a31d7a34dd5d3afc6]

        do not ship Letter Wizard templates twice fdo#35722

2011-04-16  Caolán McNamara  <caolanm@redhat.com>  [538a42bd83cb664ba2086304d6d621da0376ccf5]

        fix broken .ott archives (cherry picked from commit 7de0b88ce2dd932915894385b54be1897d5ee053)

2011-04-16  Caolán McNamara  <caolanm@redhat.com>  [7de0b88ce2dd932915894385b54be1897d5ee053]

        fix broken .ott archives

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3d2cc7b5dad24a6c0b1e4a096cda2cbf47e96e15]

        provide a rule for explicit deps

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3b88453baf41f9f277b29353d914d77551d9075e]

        add gb_CppunitTest_uses_ure for unittests using URE

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c38e193de9a1c8225f673465b3bd3787549b59b1]

        use gb_CppunitTest_uses_ure, depend on Package

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ea60126450e8d3db6476e3bdf3971c9a38b9a310]

        use gb_CppunitTest_uses_ure

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e86be178a86e74751becb2f0472a25e653759104]

        restoring basemutexhelper.hxx
        
        * got killed in 3cd302f4e5dd443670debfb9bbae7e3be1676ca6
        * checked out from 7db45b251adf8588624fee439df3ae0629c6ac4f

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4d271a4223f89594b73c1c860ba92928e6ec6158]

        fixing typo

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3e6a21b0b81bcad856df49788646dbad7a150fa8]

        adding toolshelpers in Module_tools.mk too

2011-04-16  Julien Nabet  <serval2412@yahoo.fr>  [757aa0a8e4a77f8c24faa362f2758c22898a7285]

        Change some identifiers but above all, add 1 book about LibreOffice.

2011-04-16  Caolán McNamara  <caolanm@redhat.com>  [abbeb86462592462aa22b9d1dd9e4d3f251357e1]

        I want to have one depend on the other, sigh

2011-04-16  Caolán McNamara  <caolanm@redhat.com>  [f070e8bd950b1e07f6592b1ed1dfa090b67bd487]

        I don't think we need icule

2011-04-16  David Tardon  <dtardon@redhat.com>  [ef31ed81dce6f70437e29a1e758464784d5054d5]

        gbuildize cui

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f4450666900f99d1c89e75358ab061836c56df2]

        introduce toolshelpers static lib to avoid duplicate linking errors

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bd7533cc013fb0d5cbd1c649e5a7500597584baa]

        introduce toolshelpers static lib to avoid duplicate linking errors

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7c5fe761d3904c9459305a5dca80373aa0350794]

        remove ssprety

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f2bd453dc618144b066678cb70d68b57c2cda96c]

        remove obsolete sspretty

2011-04-16  David Tardon  <dtardon@redhat.com>  [427e14f6d55cfb49fe4bcf96d59649685d915e1b]

        remove unused files

2011-04-16  David Tardon  <dtardon@redhat.com>  [e56b27252d36e5f09dbb41dcf1752cd72a3617ab]

        gbuildize cui

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5105f2598bff21c992c1edf8bef8b55d8001b111]

        gb_CHECKOBJECTOWNER=T allows to check for objects linked multiple times

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6b80623e807fe4985413c48b5fbc07a63e04dcab]

        gbuild support for final extensions

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [758ab316cc73f5d41e0fe5f6d3eb46058d67ec2e]

        add sc to global gbuild build, remove duplicate unotools entry

2011-04-16  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bba68c41aeb8d9a19557e974512fc6c74035a6dc]

        include helper by absolute path
        
        * otherwise a global gbuild build fails

2011-04-16  David Tardon  <dtardon@redhat.com>  [157fc233b99d3fabbe3e696461519ca820bce0df]

        deliver generated header

2011-04-16  Kohei Yoshida  <kyoshida@novell.com>  [600eed413e78c5715c9bea8c08d5227b70590072]

        fdo#36124: Fix relative/absolute toggling in R1C1 mode.

2011-04-16  Julien Nabet  <serval2412@yahoo.fr>  [6dd5212a016a0eeb780e87faceeecfa9d9147b0c]

        Updating biblio.odb

2011-04-15  Christian Dywan  <christian.dywan@lanedo.com>  [2a9ab74e24a6bf9d7167e64c11b2ecda5eadbe87]

        Remove unneeded minus and plus keyboard aliases
        
        Fixes: fdo#36235

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [261c4cf54d764d4892ee1ac9fe8e5ec376652355]

        those TRUE->sal_True conversions look really wrong

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [5ce58b7046d9dbc15b322a0c0324409d140334f9]

        those TRUE->sal_True conversions look really wrong

2011-04-15  David Tardon  <dtardon@redhat.com>  [c2c0f1d51e0beeaee9b527eb25e908d05ef6a33a]

        register dynamic libs for openssl as well

2011-04-15  Kohei Yoshida  <kyoshida@novell.com>  [925551e7c6cd6174866708ce362d474280878d96]

        fdo#35142: Avoid importing unnamed styles from XLS.
        
        This actually causes undefined behavior since every cell is supposed
        to be associated with some style.  One thing affected by this is ODS
        export (as described in the bug).

2011-04-15  Radek Doulik  <rodo@novell.com>  [37d085b1fa30d3169b8d860da16326ffd7173a43]

        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-15  David Tardon  <dtardon@redhat.com>  [c357788e4dddc1f5c9d2aeb1963bc59a574a8700]

        use SAL_DLLPUBLIC_EXPORT for consistency

2011-04-15  David Tardon  <dtardon@redhat.com>  [af79d010d73efea84bb8ecc75d8f88e406d323e4]

        component_getFactory must be SAL_DLLPUBLIC_EXPORT

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [9be31e132e6314879cf495052a5e11120e15ede0]

        psp::getOfficePath is unix only, this should work too

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [7d4f1eafcf2cb3603b54eed31885824e46f0b8a6]

        remove old stuff now

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [93813f421f51f2925cc321aaeadf3407e96a5e3f]

        port unit test to gbuild after fixing filter

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [519b6368e0c27bb447af8a3ffdd9c181aa109d5f]

        WaE: in dbgutil mode

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [772289baeca4f661c3ddfa5fbfd56b8e355a1e1d]

        if using gbuild component_getFactory needs to be SAL_DLLPUBLIC_EXPORT

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [d0293ceba8924d308f91fe3bda3fdbb5115c5d11]

        WaE: for enable-dbgutil

2011-04-15  David Tardon  <dtardon@redhat.com>  [13357c87e89ec10636bb349705a0ea5effb7372f]

        remove obsoleted .pmk files

2011-04-15  David Tardon  <dtardon@redhat.com>  [9fa72baf832e3789b76b2264d9a3f1b1bd7e0a0b]

        remove obsoleted .pmk file

2011-04-15  David Tardon  <dtardon@redhat.com>  [9633fb712b0de13a5e1d8420a1eafa9337905f5d]

        mangle openssl lib names on WNT with GCC
        
        I hope I got it right...

2011-04-15  David Tardon  <dtardon@redhat.com>  [3feaa80ebe2dd98e8f4c7af1f065bc4675bf4182]

        declare internal static openssl libs

2011-04-15  David Tardon  <dtardon@redhat.com>  [24ce05abc92722b83c1c047bada5239c771a1c7c]

        link against openssl correctly

2011-04-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5c013ec4bc442f92b07af91dcd92b53b60f1113]

        fix MacOSX breakage due to e75d09e4e89d3eda7ddaa2c085678edf9a21293f
        
        it is presumed here that Supported Unix platform are also Posix compliant.

2011-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [d58e814fd4372127db0915c192e4c20e9a5413c4]

        fix for fdo#34763 add method Copy to ScVbaWorksheets

2011-04-15  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [aec67afa21ac09991af4ceef97b30bc122b2a69d]

        fix for fdo#34763 add method Copy to ScVbaWorksheets

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [e601c32661735e9fd78def7ee11bfe21279cca71]

        Resolves: fdo#33090 better glyph fallback under windows for complex text

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [76fa265895f3a5a411e08627adc177811a548ffd]

        catch by const reference

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [e905617ebdae9e27133744d64c9cc0527a05da00]

        these xsl are gone AFAICS

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [ec240eafe9b25620383aa54015f5c55e0f64227a]

        Split construct into bits that depend on showing the window and not
        
        This fixes a horrific a11y problem where Show triggers callbacks
        to virtual methods, while the object is not fully constructed,
        which means, that the *baseclass* virtual method is called,
        not the *derived* virtual method that constructs the a11y wrapper
        
        enable a11y, and run the smoketest with dbg-util before touching
        this stuff

2011-04-15  Jan Holesovsky  <kendy@suse.cz>  [9d6657398735f7ba81e72df371a1a4c428a3f1cf]

        Don't override CC and CXX on Windows when set, handle ccache.
        
        This is to allow use of ccache by specifying something like:
        
          export CC="ccache C:/path/to/cl.exe"
          export CXX="ccache C:/patch/to/cl.exe"
        
        before running ./autogen.sh

2011-04-15  Jan Holesovsky  <kendy@suse.cz>  [15a1260bd715d04fe4a24f3d4db1b5cb1de6cb70]

        Detect the prefix of the cl.exe -showIncludes output.

2011-04-15  Jan Holesovsky  <kendy@suse.cz>  [4d1bdd7a08873b7e7229cc8f2799fce92ddc8a70]

        Use cl.exe's -showIncludes to generate dependency files.

2011-04-15  Jan Holesovsky  <kendy@suse.cz>  [56c4710008474553665d830b5d307c60cca058ad]

        Don't mention that we are updating autogen.lastrun.

2011-04-15  Jan Holesovsky  <kendy@suse.cz>  [03086ad090941f55e699aa37222a71c037968ecd]

        FALSE/TRUE in strings should not be converted to sal_False/sal_True.

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [416410b8f0a20e33f25ab4d72b804c00fe2ea8b2]

        WaE: remove annoying java warnings

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [9f9e65a29ae2990471ed0c071e4ba2ac153d9232]

        frim->from

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [6c89e69b1e2cfaa605bbd3d54bb55e6cb06f01ac]

        catch by const reference

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [ab5d2f5768a2465e015de7c88d714a03bfd2d432]

        these xsl are gone AFAICS

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [19444ecdedbed7b2534f4df599d7424e80f97084]

        throw out some more warnings

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [3b79e30b662672340a448a9865b2b69790dc8a5d]

        WaE: mark this dir as warnings free

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [b76e43d156914ae1facae8e37b57e78ba94ad0ef]

        WaE: mark this dir as warnings free

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [8e40565086d1810ba2f5ecd50e3c9ba8dd212b0b]

        remove laughable wrong and luckily unused nonsense

2011-04-15  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [db0938d14fcc8c827a99828b839135aacf2cccb9]

        lp#720716: fixing wrong calc generic names

2011-04-15  Luboš Luňák  <l.lunak@suse.cz>  [1db482f38fb4b0f311bd414d7c9db9f67ede5855]

        avoid OSL_ASSERT that is actually never true

2011-04-15  Tor Lillqvist  <tlillqvist@novell.com>  [20ba3c4ae8053079bc5ec134c4c60a3aa33b5ad7]

        Kill OS/2 stuff

2011-04-15  David Tardon  <dtardon@redhat.com>  [e8157839f7c2edf97aaad7beb6995e02ddfcf4e5]

        use $(OUTDIR) here

2011-04-15  David Tardon  <dtardon@redhat.com>  [ebc678510bb967957ca3baefbbdead517c8fc132]

        check for the value being outside the numeric limit of 32-bit int
        
        Apply the original commit a05213c822ed62256af12690abea62b12aa5dedd to
        the right file.

2011-04-15  David Tardon  <dtardon@redhat.com>  [c3565154c1e1140af85aaa3472d5830f5f802be0]

        fdo#34350 make sure these values are positive
        
        Apply the original commit 1e3b1a7a8c939a0ae08a14d5efdd65b17355dae9 to
        the right file.

2011-04-15  David Tardon  <dtardon@redhat.com>  [1d358f105d42ed0bc68cd024c4da0b0395bf72bc]

        remove unused files

2011-04-15  David Tardon  <dtardon@redhat.com>  [c849643c980c7bb4ed25d79310e6bf6a05ed0714]

        gbuildize chart2

2011-04-15  Marco Cecchetti  <mrcekets@gmail.com>  [f82a46dabeb431fc199aa4b43766115184844efe]

        Hack: store/restore font name box mru entries
        
        When a LibreOffice window with a FontNameBox control is closed the
        list of mru entries for the control is stored in a file,
        discarding the previous saved entry list; when a document is opened or
        created the last saved mru entry list for the FontNameBox control is
        restored.

2011-04-15  David Tardon  <dtardon@redhat.com>  [6d42ebe4ccf67c280fb3c2ab51f09ff2d875ae83]

        gbuildize chart2

2011-04-15  David Tardon  <dtardon@redhat.com>  [1b7717c24244aafbb314dcf4fca2efc901fd1393]

        gbuildize chart2

2011-04-15  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [4fc170d3e8d0bb05197deb57f60d85f9fd9f0f72]

        all bogus comments removed by regular expressions

2011-04-15  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [eb8e1b5e5c52e2a067b5ed45bf915f2fedaafb8f]

        all bogus comments removed by regular expressions

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [20015bfb1b10ebbd017e44b021656ae99006f845]

        document ViewShell::CreateAccessibleDocumentView problem

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [34af0dd02225a86d6f04e272193cad5d558cf634]

        add i18npool

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [a84ab5f67744f413cee09f7aa0230958d1508f1e]

        WaE: shadowed variable

2011-04-15  Caolán McNamara  <caolanm@redhat.com>  [3154665f5b11d182a07d5a13d910d0f1a3d52ec0]

        none of these classes or headers is actually used

2011-04-14  Kohei Yoshida  <kyoshida@novell.com>  [f671eccb839f4407f7c1e6336e64243b46a6e42e]

        New test for function evaluation with missing parameters.

2011-04-14  Kohei Yoshida  <kyoshida@novell.com>  [6bd7d86f354d80e0ff6aaa5f3dcc5c4077314d34]

        Removed an unused argument from a function.  Let's make it simpler.

2011-04-14  Kohei Yoshida  <kyoshida@novell.com>  [8728b663a2edcd825f1b0fc7ca34bb1d9627db58]

        fdo#34306: Insert a missing token for an ocSep followed by an ocClose.
        
        Turns out that this behavior is more compatible with Excel's own
        formula parser, *and* it fixes the error when parsing the test
        document from the bug.
        
        With this, we don't have to skip the trailing missing parameters
        when importing XLS docs.

2011-04-15  Christian Dywan  <christian@lanedo.com>  [0cc476b2b180a840a078960bf83826dc12823646]

        Fixed LANG setting in the _imp_setProcessLocale() function.

2011-04-14  Kohei Yoshida  <kyoshida@novell.com>  [c67cfdb5a783464544f2cf778b19109f06719d44]

        Revert "fdo#34306: Append fake parameter in case of un-even parameter count."
        
        This reverts commit b45254a0d973e1da278d5e8d269b688628f2603f.
        
        This is not the right approach, as re-saving the document to xls would
        mess it up again.

2011-04-14  Kohei Yoshida  <kyoshida@novell.com>  [5d771d92ea78efdb8a3834a8e6b2e39a49d0d950]

        fdo#34306: Append fake parameter in case of un-even parameter count.
        
        GETPIVOTDATA requires an even number of parameters.  But in Excel you
        can leave the last parameter blank, which, when imported to Calc, gets
        stripped off by the import filter.
        
        Rather than supporting an empty parameter like Excel does, which requires
        a bit more effort both in the import filter and the formula interpreter,
        let's have the GETPIVOTDATA function compensate for the missing parameter
        in-situ by adding an imaginary empty string as the extra parameter.

2011-04-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [733147c6a827efa3ab3ae8a9df987d21ec470b60]

        Related lp#720716: some translations for desktop file entries

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [307498002d6df6eae33983b48a17f0dfab5ad4c0]

        windows needs BRAND_BASE_DIR as well

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [4db32f1d298df1bbef61bf4c5c6e5fe132a53af6]

        move this in here so that on windows we convert paths to win format

2011-04-14  Radek Doulik  <rodo@novell.com>  [7ea86c48b4bb23cc6e41cebf8c38d90e7979ea30]

        fix crash in fdo#36203, the referenced shape didn't contain texbody

2011-04-14  David Tardon  <dtardon@redhat.com>  [62b2fea57ebfecd523cdca657a42a6427c3048d5]

        gbuildize writerfilter

2011-04-14  David Tardon  <dtardon@redhat.com>  [f6323fb886b31088d0c13d6d285e7202be62848d]

        define gb_LinkTarget_add_generated_cxxobjects

2011-04-14  David Tardon  <dtardon@redhat.com>  [a2d879793664a4cd897c59854e58f34da22ac0f8]

        gbuildize oox

2011-04-14  David Tardon  <dtardon@redhat.com>  [9a4fc75113a27a4c71f879d430009a5ddc3ab30d]

        gbuildize lotuswordpro

2011-04-14  David Tardon  <dtardon@redhat.com>  [e50e23937fbf1eac5a04af8d8c08b67c2f9ec6fe]

        fix build

2011-04-14  David Tardon  <dtardon@redhat.com>  [ab5e806974b1cf7d3077095a26fd66b095423aff]

        fix delivery of generated files

2011-04-14  David Tardon  <dtardon@redhat.com>  [a3bc263ae0d36e894d84cfbe930a6aeb7f4b4a4c]

        fix build

2011-04-14  David Tardon  <dtardon@redhat.com>  [fd5a147a6366d828edb97dd7c6731a14794611ab]

        gbuildize writerfilter

2011-04-14  David Tardon  <dtardon@redhat.com>  [2fe24238e898853d95ba5483c896c749ef97a404]

        really deliver namespaces.txt

2011-04-14  David Tardon  <dtardon@redhat.com>  [1f9ad18ca6e9441c03cc9e9c5e4f6fdd91215534]

        gbuildize oox

2011-04-14  David Tardon  <dtardon@redhat.com>  [799fcf0d71430a935a73fe1b339599bbd7cb2ce1]

        remove unused files

2011-04-14  David Tardon  <dtardon@redhat.com>  [b33312110dddaaeabf566f23861e94d9685935f9]

        gbuildize lotuswordpro

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [50585412c9462889580314c443f73275da6df167]

        catch by const reference

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [a49361a0c92261783cb7e9c3e35d656aa892ab68]

        createFromAscii->RTL_CONSTASCII_USTRINGPARAM

2011-04-14  David Tardon  <dtardon@redhat.com>  [72687df69d1d069aa3b9101876dde83451a536e6]

        gbuildize oox

2011-04-14  Luboš Luňák  <l.lunak@suse.cz>  [a47d3303b23834fbc9d2a1cc4db0f8a292c52f3a]

        fix qt4 moc detection
        
        cannot use the same variable for two AC_PATH_PROG calls, as the first call
        will cache the result and the second one will reuse it

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [36310c060512b8bd783c1c9873f7e9b03f070295]

        fix accessibility crash
        
        two different callbacks connected to the same destination where
        that destination unset the callback id of one of the callbacks
        (cherry picked from commit 0929504217c225358388c911d3f81d7626c7776c)

2011-04-14  Radek Doulik  <rodo@novell.com>  [0b6042a8ec28610156f02375bc30cceebdac168f]

        fix crash in fdo#36203, the referenced shape didn't contain texbody

2011-04-14  Radek Doulik  <rodo@novell.com>  [dd0002f4b36d45f20e4211d9648ca00ffaa812d5]

        dump property map of customshape preset only when building with debug

2011-04-14  Radek Doulik  <rodo@novell.com>  [226ff96a88876d34f7fa30148150b6aa5a7f5a7c]

        added preset for right-arrow - proof of concept

2011-04-14  Radek Doulik  <rodo@novell.com>  [4437185f0e5437d2f8b6edf5025e9ae867890dda]

        added method to dump code for enhanced custom shape presets

2011-04-14  David Tardon  <dtardon@redhat.com>  [416c0f6b75f35e5680ee81d6080bbce02db06d1f]

        fix typo

2011-04-14  Caolán McNamara  <caolanm@redhat.com>  [525607144c82c88e457963e149bcee41d896a508]

        fix accessibility crash
        
        two different callbacks connected to the same destination where
        that destination unset the callback id of one of the callbacks

2011-04-14  Luboš Luňák  <l.lunak@suse.cz>  [0efe684d6ac1c00e3eb75125e0c6444f4cb1ed8e]

        no local -Wl,-O1 linker flag

2011-04-14  Luboš Luňák  <l.lunak@suse.cz>  [3e1c7827e772485c64559528bd7ef21008ade53c]

        no local -Wl,-O1 linker flag

2011-04-14  Luboš Luňák  <l.lunak@suse.cz>  [6efe9918d36368e6362128bf9021a2884b24f4a8]

        add -Wl,-O1 as linker optimization flags when debug is disabled

2011-04-14  Francois Tigeot  <ftigeot@wolfpond.org>  [08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9]

        Remove CVER.
        
        It is no longer used.

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [5eb46770effb2f5e47ed9b1b7a06ffeb64be3f50]

        Add our normal Emacs and vim mode lines

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [c2f959379b0b669911c12582f99669ca54d3a380]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [8c9f3d38b8e8a6a6879b8da6ab87161a27285b28]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [b99c88fca656f162fc49362128fca819c047e6a3]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [be6061a954b5f55b20d0e58aa12b425b6505f56e]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [5d184532b47cac0bac9c9076b4af3ce1646be8f0]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [ebda855900ceae850c2e3a446edcd691d7feb5b0]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [1caa3ccec50d9917da7f3f4c2b83b09d35497996]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [737740f0418361df8885e34fbb6a918f9a7e13bb]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  Michael Lefevre  <lefevre00@yahoo.fr>  [e768e1b918583fdbf902662c57957a74f1981f92]

        Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-14  David Tardon  <dtardon@redhat.com>  [bc1f5c6e38c34ca6b646aaa7577bd97fbe70d1ef]

        gbuildize writerfilter

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [c3adad56cc07e775d99947e892e606ef103a1ed2]

        The NULL must be a css::uno::Sequence< css::beans::PropertyValue >*, I think

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [5bf99da78e9e4646bee0e89ff11caa6d36f0c13c]

        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  Julien Chaffraix  <julien.chaffraix@gmail.com>  [0e56d8c1d4c56fb3d0fef9956bf6f46434ac8624]

        No need to check out execv return value.
        
        If we ever return from execv, it is an error and the code already handle that.
        This fixes a dead assignment warning under CLang++.

2011-04-14  Julien Chaffraix  <julien.chaffraix@gmail.com>  [b421cffc60ce5681809e2cf5e3ac10996efab066]

        Fixed some false positives 'dead assignments' seen in CLang++
        
        We removed the OSL_DEBUG_LEVEL > 1 code and replace them with OSL_TRACE.
        This should provide the same coverage and remove CLang++ complains.

2011-04-14  Julien Chaffraix  <julien.chaffraix@gmail.com>  [3f490e80cfe654757f5b9001cee0236cd43d47ac]

        Fixed a potential null-dereferencing error in osl_closeProfile
        
        Store the new profile in a temporary variable and assign
        it to the old profile after we have checked if it is null.
        Seen with CLang++.

2011-04-14  Julien Chaffraix  <julien.chaffraix@gmail.com>  [0fbc03ec4e294eb4a7fd874984a16fced6cbdb03]

        Added handling for the write errors in receiveFdPipe.
        
        Fixed a dead assignment in process.c reported by CLang++

2011-04-14  Julien Chaffraix  <julien.chaffraix@gmail.com>  [d52aa20175cffb5b356c51c22d9d112b98dff600]

        Added error handling for pthread_mutexattr_settype.
        
        This fixes a dead assignment reported by CLang++.

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [5e80c4def467dd793d6192e2f8942bc4f637fa9e]

        It's the WMF_APMFILEHEADER* parameter that needs a cast, I think

2011-04-14  Tor Lillqvist  <tlillqvist@novell.com>  [d6c542e9912eee3bff23890108a56a0863b32092]

        Revert "Use static_cast to resolve ambiguity between NULL and 0"
        
        This was not the actual problem.
        
        This reverts commit 0d74c4b027b057c2552311be12571c044f472ad8.

2011-04-14  Dona Hertel  <cocofan@mailbolt.com>  [f7ccecc999b44bb3e077c6205a0719e55e8784ff]

        Easy Hack remove dead code and uncompiled code in 'sd' module

2011-04-14  Andras Timar  <atimar@novell.com>  [1c47c5cb1f5e2a6e3c7b231ef4e07e77c93ec0d9]

        check if file exists in *.po hook
        
        otherwise a removed file would be recreated

2011-04-14  David Tardon  <dtardon@redhat.com>  [95d843a2389995e22bb0527d35f36f6dcc0a874b]

        fix build

2011-04-14  Jan Holesovsky  <kendy@suse.cz>  [02a0cf12ec462ac4f7b3b8f54acbc42f6d7a7e30]

        FALSE/TRUE in strings should not be converted to sal_False/sal_True.

2011-04-13  Kohei Yoshida  <kyoshida@novell.com>  [fb52f6262e933970eaf0e3d2d942c05ad55d8958]

        Incorrect index value checking & use operator[] over at().
        
        Take into account that the index value gets subtracted by 1 during
        index value check.  Also, the index access follows after a range
        value check, so there is no need to call at(), operator[] will do.

2011-04-13  Kohei Yoshida  <kyoshida@novell.com>  [164317eda5dacfc8585fafc5f9fba8845bba5313]

        Convert OLE links from XLS doc into external ranges on import.
        
        Linked cell ranges that are OLE links to other Excel documents were
        previously ignored on import.  Let's import them but convert them
        into external references which are more robust than OLE links.

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [c102e3431a0556a73b15425f005d56bdbc698c5d]

        windows needs BRAND_BASE_DIR as well

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [387315e0bf821de7651225a155cce2a1dd2e8d27]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [ff84296937348876dde9cf2690ca2ac44b7fa2d0]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [a4d841a30eb427bc2aa630c8a0f4d5b8bc5a5027]

        qt4 moc is available in /usr/bin as moc-qt4 on fedora

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [1090e9dbcaf678a2e67720ce02ec4d4c8440459c]

        move this in here so that on windows we convert paths to win format

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [f09f2f04a8c36ff4561122a3a166ec575065ee35]

        more than just x86_64 supports multilib

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [6a61bc1225c95025599657fec99afa8784dd3056]

        get --enable-kde4 to work out-of-the-box on fedora

2011-04-13  Noel Power  <noel.power@novell.com>  [049d80d791404a6c691f0fa3fc2fd1380cbe1cb9]

        fix for fdo#35108 allow dot net clients to bootstrap libreoffice

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [5cc66424b33285db9bee54b5fb0cc0b030b8ab7e]

        a11y: don't look for accessiblechildren when there are none

2011-04-13  Noel Power  <noel.power@novell.com>  [6eaac0fdd9e55fc874be367a4fce5392a40f6f56]

        fix fdo#36209 ( various vba automation related regressions )

2011-04-13  Muthu Subramanian  <sumuthu@novell.com>  [a3c057dd709b1bdc4a5810ff82daf5735c384142]

        fdo#34903: xlsx comment export.
        
        This was a bug of not Invalidating the cached
        TableArea when a comment is inserted.

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [efdf9eff81cb9214c14f719a72b769c136ed4b74]

        dont' assert for changing seperators, common thing to do

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [0d5ef23df07806599e64350f67651a8ee6ad2ef2]

        default to UTF8 for html encoding

2011-04-13  Petr Mladek  <pmladek@suse.cz>  [1da0fa202592350fe3836f4c6b8f8145c15fb166]

        lo-commit-stat: add --rev-list option
        
        + use "git log" again to get weekly commit logs
        + use "git rev-list" only with --rev-list option; useful to list differences
          between branches

2011-04-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0772e9af0ea6cc082acaf4745dafb3d2fbff4e96]

        layout dumper: dump anchored objects too

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [ad6c81758d5bf27ed2ee78e9a37e6a5ec988e6ea]

        add these back in to silence the MAXFILTER assert

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [33b3150275821025c0423199dbd6b1ef7a8e117b]

        WaE: unused variables

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [0a4833edcde5316b0cb6b11a01c6ba84d4fff1b7]

        this isn't helpful

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [5fbafa28829172d09ecbbca1f5342bc9d9fdca12]

        make this safe

2011-04-13  Luboš Luňák  <l.lunak@suse.cz>  [0b5b56be4df609d04151b87cdd6feacfa35cd278]

        switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes
        
        http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html

2011-04-13  Luboš Luňák  <l.lunak@suse.cz>  [57ec5069ecddf20491057ba982fe20170f5d80e0]

        switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes
        
        http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [5a0a457650a703da6fa282ca70ea2d8775f62fbf]

        WaE: mark this dir as warnings free

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [63bbcea2b96a2b5e8600fd3530618cfadcfd427b]

        Related: lp#746375 ensure a deterministic shutdown order for globals

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [d8a2cbce693b68de5ae4a83b0698ae77eb96712a]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [85a9ec8e210ee798e5e7238902f4f9cca6d0c95a]

        WaE: mark this dir as warnings free

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [e5afa2677c9b959a42df195145a883785923ffae]

        mark this dir as warnings free

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [e5cc799e9abe34fe2c9e2edfcbd5b5481c39c999]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [6b39b299848a31d509b736101764ebe991e3e250]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [b1091fa9d8e40e34876faf9471dab99dc3e64ff3]

        WaE on enable-dbgutil

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [c1b2e0e80cdeaddc4ab7cf27bcb0d19608641f7a]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [50bf044cfa87fde9bce2b6870e222f2e42a0519f]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [8955cc0c39a2c4a5ec5f11e17e6535b02c19dbed]

        catched->caught

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [c2ed6fa8757a59c106aca5d60ebb727bb31e727c]

        catch by const reference

2011-04-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4f9f04f1047db6179364a9f1eff37a96ea1918e2]

        Even more OOo -> LO changes (in comments now)

2011-04-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [abc64a1c4a3235e9aefb92284d8ea7cd7d22899d]

        Even more OOo -> LO changes (in comments now)

2011-04-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2b6ad8ed59f47d1de932a2ee8081a884348f1b13]

        Some more OOo -> LO changes

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [8c31daedf9e8f86c3af7f1b595fa50ede8cc487c]

        catch by const reference

2011-04-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6d246a14fc429cd90c4e3326c6a940bf028593fb]

        Some more OOo -> LO changes

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [38483573ba892b5cb6f69f038d114ab66b95fd71]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [5775fc209164484b24526ad011c3a239ddfcae0c]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [06fe0421025da454963d8da2043b647cea429654]

        catched->caught

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [20029b1a1eb8ad37a1ad3af4ac3e29151b71ff34]

        catched->caught

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [9d71fa66665fd841b1be18901c49359a454b0448]

        catch by const reference

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [f02937ddfbb8bbcd11c9ab6687dc97ce028413e2]

        catch by const reference

2011-04-13  Katarina Machalkova  <kmachalkova@suse.cz>  [535300da9a037edcdf047cc07f3830c70623a146]

        Fixed more build breakages with --enable-kde4 (cherry picked from commit 5dbb3b7b920045156e998ea2f0a93a870b93f09c)

2011-04-13  Robert Dargaud  <libo@bobiciel.com>  [50428e32e6ca188dafbcfde5f91338a88313508c]

        fix bug #36069 - Date properties in 'Custom Properties' do not scroll in UI

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [1bb8aa97264444ba201d0294a53c0d3ec024db3d]

        WaE: set but unused in dbgutil mode

2011-04-13  Caolán McNamara  <caolanm@redhat.com>  [7ca04cee7a68bcb9a2fdbbf7572cf60b739b1732]

        WaE: set but unused in dbgutil mode

2011-04-13  Thorsten Behrens  <tbehrens@novell.com>  [fa2e1506606c35a6edefe6bc661c23d06909c376]

        Fix input list default selection on ww8 import
        
        Fix for i#100621 - more correct pre-selection of list item for input
        fields - aligns import with export at least, though still not
        perfect - format docs say this is a dynamically-sized value (i.e.
        we're going to be wrong for item numbers 32 and higher)

2011-04-13  Kohei Yoshida  <kyoshida@novell.com>  [18d6092b76696148e0f435af98c83a9e63aaa466]

        Silly indentation errors, remove friend statement, bool over sal_Bool.

2011-04-13  Miklos Vajna  <vmiklos@frugalware.org>  [c81a6b5254b38299d26b2abbe02c7eaf6de5747b]

        configure: check for junit's hamcrest dependency
        
        Make sure either class-path entry is available for hamcrest or it's
        bundled.

2011-04-12  Katarina Machalkova  <kmachalkova@suse.cz>  [2c2ea10d446b32d24f6268116093969b454f47b8]

        fdo#35345: Don't overwrite hidden cells in drag-fill operation
        
        Also i#89232. Extracting relevant parts from 'calc66' CWS

2011-04-12  Julien Nabet  <serval2412@yahoo.fr>  [6811d994ec42eb84927a7b5c3053ad76b90657fa]

        fno-default-inline removed for CFLAGS since it's valid only for C++

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [2d954b614956c70d02761060dbb465d809c74fc0]

        Resolves: #i113273# use modification time of soft link targets if linked

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [d283eadbc5b82ced160017b0870192305fb70e71]

        WaE: various compiler warnings

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [a1885cb7327c0f2b3b1c46a6508adccfc4115196]

        WaE in dbg-util mode

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [a6775be596342b0a2d6fab3ac5a6da30bb127a53]

        WaE in dbg-util mode

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [2894fdcfd38357bd50aceb0386ec77471c96eb3c]

        WaE in dbgutil mode

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [b8d4d2100527e5d5221d28d12dc70513e0d4be8b]

        WaE: nMicro only used in DEBUG code path

2011-04-12  Julien Nabet  <serval2412@yahoo.fr>  [ac7c1efc2b7b81f45330cf53a370692321600975]

        fix a warning about parenthesis suggestion

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [f6287d0faeab75e16e0b7b585bb33d7df452ce8d]

        duplicate NULLs

2011-04-12  Katarina Machalkova  <kmachalkova@suse.cz>  [f5963905fdf39aadf1d1ae6538ceb076a9b99e2c]

        Removed duplicate code block (mis-merge, prolly)
        
        This fixes build with --enable-kde4
        (cherry picked from commit ea898caa151fb8e94b6bdb00b1008b6da98fddad)

2011-04-12  Christina Rossmanith  <ChrRossmanith@web.de>  [b2212fac4dfc8024a2ef28f2229a88ecee41c359]

        Finished removal of _USE_UNO

2011-04-12  Xisco Fauli  <anistenis@gmail.com>  [77751521699dd6b50dd1cac4621a0f0fcb2730c4]

        Remove commented code in libs-core/embeddedobj (partially)

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0812c77743231e553f0ac4b4f1ee2415e675d842]

        set STAR_RESOURCEPATH for cppunit tests to find resources from solver

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c5046e93a828d6d97fc3b3fe2afd6ebcf998f695]

        add support for auxiliary arguments to the cppunit tests

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [37d41b23e4c658ad4da412eef86401a7be748b8f]

        fixing up extra object list support

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [84edb157a5b19e4e7b7bd5844ce92681e8db3cbe]

        make get_linktargetname public again so unittests can find the object lists

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0ebbbaccdb81fa12c75c25b2809558d1421d2bd4]

        cleaning Module_sc.mk after cherry-picking

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [e0a5984d718678e6cff9724ceab6ca1d4b816dfe]

        asserts aren't helpful to me here

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5cdd5c77d771b19a11116ef8918a2020b41bb71f]

        starting sc_ucalc unit test

2011-04-12  Andras Timar  <atimar@novell.com>  [d005fb46242a87da2ca4dde41d78c7ed7e32f23c]

        use git hook instead of gitattributes filter for *.po files

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b8d3e53102d3b0f117d4c891e117a139f675da72]

        fdo#36128: disabled testCVEs for now in ucalc.cxx as it fails

2011-04-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d00bf4bb5ec7b2ca670fe2b4eb385b5634ed3b5d]

        reenable ucalc.cxx unittest in gbuild

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [47889657dc32714f461b5cbd476c63f7da7f9f24]

        allow new test files to be just dropped into the appropiate test dir

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [e5953862eba583af155f32b2add9ae41eb15c1ff]

        Resolves: fdo#36128 fix up paths for gbuild

2011-04-12  Takeshi Abe  <tabe@fixedpoint.jp>  [408f9e77dff76e20d9cf3b67f2c763fbad9687d2]

        fixed typos in comments

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [fbc18ae2f2c9ca12e57808583fadba2aea3b7e22]

        Resolves: #i108637# after save warn dialog return to original dir
        
        Since 2010-01-25, Lets not make the perfect the enemy of the good FFS

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [11f649ac2f2ee20ce9447d7c3aceb05f08b11170]

        get rid of legacy libXaw usage

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [08183776463d6fac2f2f1e4c92ffff0bddfc3c04]

        get rid of legacy libXaw usage

2011-04-12  Tor Lillqvist  <tlillqvist@novell.com>  [67a8788b210dfa606ad816e62d2d22d23895cf4f]

        Use static_cast to resolve ambiguity between NULL and 0

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [28052acea170d51a389959986baf33c287c6d80c]

        handle incomplete reads more gracefully (cherry picked from commit db644321a5010ceb75696e5a15d1b7533b1b9e91)

2011-04-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [78b4ef13488278e5f5ec50311a6741d8176d2687]

        layout dumper: show portion types as string instead of int values

2011-04-12  Michael Natterer  <mitch@gimp.org>  [8311743913982b775e4791bd6ee3e5670cab1c16]

        gtk: implement native drawing of menu separators

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [ac7eaa69bf7327b1321a8b87179fc6faa8ce78e7]

        enable cppunit regression test
        
        after double-checking on windows, this seems to work universally,
        so enable it now

2011-04-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [87c7796cf932f311a7be5a351c10ef94e65cbdd0]

        fix a mixup with calling conventions

2011-04-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [86a1c5e99ce550145835ebbe8f3afd0d0a4c4c91]

        Our fontconfig baseline is 2.2.0

2011-04-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a14a0aec7d94c9acf55cd2bca5fad401e29d2151]

        Our fontconfig baseline is 2.2.0

2011-04-12  Michael Lefevre  <lefevre00@yahoo.fr>  [610d02c145357cc3ad3d808144590aad2fde610d]

        remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX

2011-04-12  Francois Tigeot  <ftigeot@wolfpond.org>  [cd78967d03c2665896ddf2b4c52a8f06676138c8]

        Remove remaining M1500 and M1600 usage.
        
        Use _MSC_VER instead. This macro is already defined by the compiler, no
        need to do it twice.
        Since mergemodules_ooo.scp is no longer used, we can simply remove it.

2011-04-12  Michael Lefevre  <lefevre00@yahoo.fr>  [7f2ad79813f8b1a30db3c3db86175b455851d0a9]

        remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX

2011-04-12  Caolán McNamara  <caolanm@redhat.com>  [6759e3cbfc93b6d77fd734d77c347b6295735454]

        fix what there is to fix (cherry picked from commit 278831e37a23e9e2e29ca811c3a5398b7c67464d)

2011-04-12  Francois Tigeot  <ftigeot@wolfpond.org>  [f74e372ac65f8f8337b5723b7629daa4d3f14371]

        Remove more code using M1310 and M1400.

2011-04-11  Caolán McNamara  <caolanm@redhat.com>  [6e2df897efe2f4122869b35af16b9bf1487e38e4]

        sort ascii filter detection to end

2011-04-11  Caolán McNamara  <caolanm@redhat.com>  [6a52e0ced42ac6d92bea1cb1dbdaf442d34a908f]

        add a test harness and samples

2011-04-11  Caolán McNamara  <caolanm@redhat.com>  [d2a1c2d4cfa51b6ee8a7f38baa258633fae9ec6d]

        fix what there is to fix

2011-04-11  Julien Nabet  <serval2412@yahoo.fr>  [cab6466023d2c13c39ba495a3f60bb1fb9370a1b]

        small bug, "%d" instead of "%ld" in a printf

2011-04-11  Francois Tigeot  <ftigeot@wolfpond.org>  [b2dbd828b98a5e2e63c20ac4684df6cf22aec7f7]

        Also use system cp as fallback on DragonFly.

2011-04-11  Francois Tigeot  <ftigeot@wolfpond.org>  [a6677859fae94f9d8f2723bd1a806216459f082d]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [435e77c6c337d87d27494a6213a390a97411c375]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [d76aa819de9b5fd5b17fa203ace80e545034527e]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [0b2f06ddb9af9fcba5264ae8249ce30f68ee3ba0]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [7ca371a680d646d674519ee3e3dbd74cfa7efc32]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [9e6d27008870f49628cffd7b5f239c18bfad5d05]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [aa49d9ea56cb8bf3f244d07452c73a0b41cd3550]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [45537cf6bdab2e06650dd2622dddcaf7e6af207f]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [c09c6de04cae4e1612214f5132201ada3c0c0bf7]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [2f50580e326920b5f190a218fcf221decf3ff3a3]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [11d0c5f12f0f2df1bee26a40b79c8c5e71f43966]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [c72dc8348e2a0802e0adb9c9a862feda764580fa]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [d1221b0fa0598886cb7fd993f2de154ce71c7d3a]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [628993c004d0d171bfaa41eb472d771e492c3438]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [49cb43da8c0cb8ed35c1d6b862bcd1783e9ce887]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [682f96553d2fca6e22529fdb2e67ae90f88cd8ce]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [411321c9ddf40abf1231131fa7414c58ec48176c]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [e71c92a4500d3d05b5805d229323942c8f0255ef]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [a547fe19a3bbe45f3f166adc60f9d39834d1f2b9]

        Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)

2011-04-11  Sergey Davidoff  <Shnatsel@gmail.com>  [f811108fd182d103049b817f6e562b19f2755aa1]

        lp#756895: update humanity style

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [5131f42eb7b55b7946906560e2509e4c9c963282]

        lo-commit-stat: allow to list commits between branches
        
        use "git rev-list --pretty=medium" instead of "git log"
        to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3
        to generate list of changes that are in 3.4 but not in 3.3

2011-04-11  Luboš Luňák  <l.lunak@suse.cz>  [7193fc6acae9124dd47cd4448a598fe88a0b7ed0]

        do not include 3+ from GPLv3+ in the make version

2011-04-11  Luboš Luňák  <l.lunak@suse.cz>  [9af15de4ce15429c2c25c951131079f9b1b35518]

        no 'hello world' printing from configure

2011-04-11  Luboš Luňák  <l.lunak@suse.cz>  [19c922f1d29c97006bee2efaac0a8b49dce2710f]

        $(WITH_LINKER_HASH_STYLE) also for gbuild

2011-04-11  Rafael Dominguez  <venccsralph@gmail.com>  [e67f849928a00062f4ad0897101c18b89f66985e]

        Remove DECLARE_LIST( SvTokenList, SvToken * )

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [52d7f2fd880fdd5964403a3c9ca72738a0cca5ad]

        set SHORT_PRODUCTEXTENSION to beta1

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [f89b46fc3ad8d65b268dcb162d81a048b1e5ec93]

        allow to download and unpack official source tarballs

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [81b92021673b6f9bd72ddddce57af3bccbbf8251]

        lo-pack-sources: generate bootstrap.ver profile
        
        FIXME: we should find another way to tell dowload the right version
        of used sources

2011-04-11  Andras Timar  <atimar@novell.com>  [d19b273b6b873ffe145066e4f9eeed4ab0fc5517]

        let the 'kid' language code (Key ID build) pass configure check

2011-04-11  Petr Mladek  <pmladek@suse.cz>  [f7b5f014bcc2e5b708099bbc7e2b895e8266a713]

        lo-pack-sources: new script to generate source tarballs
        
        based on libreoffice/build/bin/lo-pack-sources; still need some clean up

2011-04-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9102d4c6dbf485f1f47392a1e942fc240b1c1355]

        define for older systems

2011-04-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [07225896ee1a6091f67f2df182fba03c3bc251df]

        define for older systems

2011-04-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aebf2a7957edd44a129ed839b734424a2bc87097]

        fdo#36128: disabled testCVEs for now in ucalc.cxx as it fails

2011-04-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [edc9a35274f4e1423957284b2d4a415ec97e5c23]

        reenable ucalc.cxx unittest in gbuild

2011-04-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0814799090eb868d3b1ed0cbb03988c5cbd249aa]

        remove debug output

2011-04-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3db91b7f80f856efbeb623c2fc6b660a98c2029d]

        set STAR_RESOURCEPATH for cppunit tests to find resources from solver

2011-04-11  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac3f888b4c461c5f0d871a9495d1e2147082d0c7]

        add support for auxiliary arguments to the cppunit tests

2011-04-11  Francois Tigeot  <ftigeot@wolfpond.org>  [81fe93fab47887c747540bc2b02b772b152adc07]

        Remove code depending on M1310 and M1400.
        
        These defines are no longer defined anywhere, there's no need to keep
        conditionally-compiled code using them.

2011-04-11  Luboš Luňák  <l.lunak@suse.cz>  [d57e94e8ae05d47c85ff6e969ae5faef649583d0]

        silence virtual overriden warning

2011-04-11  Luboš Luňák  <l.lunak@suse.cz>  [b87ba0a04e441c7e4092d26a38f9883f15c477f7]

        -Wno-shadow for KDE sources
        
        KDE builds without this warning, so headers trigger it a lot.

2011-04-11  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [2fd5ce80d33494abefbd3cd53b874f1157bbb531]

        not useful dates in source code removed

2011-04-11  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [a42717fef2226ba525a286fc43298b99b43d8857]

        not useful dates in source code removed

2011-04-11  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [538dbe8245fc4644e1868a7df2ba788bcd08caf4]

        not useful dates in source code removed

2011-04-11  Michael Meeks  <michael.meeks@novell.com>  [be660c465716533be4adbb579826bf28978cc91f]

        hide macro recording when it is not enabled, to reduce confusion

2011-04-11  Thorsten Behrens  <tbehrens@novell.com>  [7fb71807bfc8ffbe3348e6653d712fba1a8f9d6f]

        Fix typo in disambiguated disposing change

2011-04-11  Tor Lillqvist  <tlillqvist@novell.com>  [92c19ff2898d3c81207c50559ad55421a3a18b63]

        disposeEventSource should not be SAL_CALL

2011-04-11  David Tardon  <dtardon@redhat.com>  [2510ce27732b25756b36aea8f8bf842ff58d4e78]

        gbuildize lotuswordpro

2011-04-11  David Tardon  <dtardon@redhat.com>  [d98085df63383601fb9d9e67d0358ec15a25a53c]

        fix build of padmin after removal of psp::*::type

2011-04-11  Tor Lillqvist  <tlillqvist@novell.com>  [ac3c036a714762d2dda0594897880f29af912c11]

        chmod -x

2011-04-11  Tor Lillqvist  <tlillqvist@novell.com>  [96e11b28ca34674b463d848f47b957d66c173bc5]

        Fix rhino build on Windows

2011-04-10  Takeshi Abe  <tabe@fixedpoint.jp>  [e2ce9f216571729e1e3010ee75d616f4864d4acd]

        fixed typos

2011-04-10  Andras Timar  <atimar@novell.com>  [5aa623271dc15bc4b2ccf1326980cd1a6450cc63]

        add the missing strings for Burmese (my)

2011-04-10  Andras Timar  <atimar@novell.com>  [f35ba9419018fa997a00afd6895e295076d170e5]

        replace NS to NSO (language code changed)

2011-04-10  Andras Timar  <atimar@novell.com>  [d159a69472aa1db61c83d214c233c3c58fd43363]

        replace BE_BY to BE (language code changed)

2011-04-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [371106716a8ea6f5cd93ac74516a432dee3946b3]

        fix typo from commit a6eaaeceed90192ea61371c5ddfb0fe795eebfba

2011-04-09  Christina Rossmanith  <ChrRossmanith@web.de>  [ef975b3f65f8573fdc1dfe8e749b02e9719c28aa]

        Removed psp::pitch::type/psp::family::type/psp::italic::type

2011-04-09  Christina Rossmanith  <ChrRossmanith@web.de>  [51c39a3f4a98bc2fefd1fbffaf7be6b233d6c6c6]

        Replaced psp::weight::type with FontWeight/finished psp::width::type cleanup

2011-04-09  Christina Rossmanith  <ChrRossmanith@web.de>  [d672559325df3877ce1d65c137c37f36aeb61086]

        Replaced psp::width::type with FontWidth

2011-04-09  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [f2fd12cd14c5d790c2775b0f5811aead8609dfba]

        WaE - variable may be used uninitialized

2011-04-09  Francois Tigeot  <ftigeot@wolfpond.org>  [04c10616125cad36f1e8c89d7cee444655c8a237]

        Remove code depending on M1310 and M1400.
        
        These defines are no longer defined anywhere, there's no need to keep
        conditionally-compiled code using them.

2011-04-09  Takeshi Abe  <tabe@fixedpoint.jp>  [47bd18c07442fa970a5ecedbe45ff3297f61eb3b]

        introduced a mutex guard for SmGraphicAccessible::setCaretPosition()

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [fdec0882e7a600d20b3c5d0366099995d172d83f]

        better fix for KDE4 popup painting covering popup frame

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [76408e5fcdd0700aa8b6d73876b081563a0c885a]

        rework KDE4 popup menu drawing to avoid various glitches

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [e57e12562b3a133db3e7d6c07e1e1d490d85cdec]

        kde4 size of menu radio/checkboxes

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [4398dc5ff4e9729a6823f63d32011bbfccbac25d]

        implement CTRL_PROGRESS for KDE4

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [d96caa5392376f978ccfb751a69edbd18879fe07]

        define minimal scrollbar slider size for KDE4

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [2967e63a383a91b89e87af26685ed4c533af27ec]

        provide scrollbar track area, to fix detection of KDE4 scrollbar areas

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [faa9ddd63affc94e3fb7e006d2319bddfe64f84d]

        move hitTestNativeControl() to be next to getNativeControlRegion()

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [1a68fd84df3918631b69a29c7c3c6d5f5a57a0e3]

        better fix for KDE4 popup painting covering popup frame

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [6a869de90edc2bf65c73037ad1aa17fb6ae4138a]

        rework KDE4 popup menu drawing to avoid various glitches

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [0057adbe4b61dc9c318ec9d5d504c92083a38e9c]

        kde4 size of menu radio/checkboxes

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [c18254958873207a6b92dc3fd71557af959e6c23]

        implement CTRL_PROGRESS for KDE4

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [611282fff7d558f401a2cc8fe94462259963a8d6]

        define minimal scrollbar slider size for KDE4

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [9feed4636ad91bd804af7929c845ccda6a941da0]

        provide scrollbar track area, to fix detection of KDE4 scrollbar areas

2011-04-08  Luboš Luňák  <l.lunak@suse.cz>  [6ce101d8c446f6639cee21a229ccde6eb42d812e]

        move hitTestNativeControl() to be next to getNativeControlRegion()

2011-04-08  Andras Timar  <atimar@novell.com>  [1d95f5427ccba07b7c1af8caa67aeedb44294a1f]

        typo fixes in help text

2011-04-08  Andras Timar  <atimar@novell.com>  [5d833d37851597c1fb9076710d9eb03e4c94ca07]

        add pt_AO locale data (edited version of Mandrake's patch)

2011-04-08  Kohei Yoshida  <kyoshida@novell.com>  [2f7564cb08f3627eebcb60457f6553a3c7d77fa6]

        Update the source range with data in the pivot cache.
        
        Pivot table's source range is stored in DCONREF record; however,
        sometimes the real data range is larger than what DCONREF says, in
        which case the real data size is specified in the pivot cache stream.
        We need to properly resize the source range in such scenarios.

2011-04-08  Caolán McNamara  <caolanm@redhat.com>  [a7bed004053bb5f3cfb5223f503b8a69920382fc]

        fix typedetection for deep case

2011-04-08  Petr Mladek  <pmladek@suse.cz>  [910ce3bcfb3b59dd0f0751acec8a7c1bec7c1af1]

        fix jfreereport build with ant-1.6.5

2011-04-08  Thorsten Behrens  <tbehrens@novell.com>  [09b546cf9c1d0d9f78066e70a0348c7678cdcb14]

        Fix overloaded-virtual warning in canvas
        
        With enabled -Woverloaded-virtual gcc warning (see
        http://lists.freedesktop.org/archives/libreoffice/2011-March/009567.html),
        canvas exposed a nasty clash between WeakComponentImplHelper::disposing
        and XEventListener::disposing. Fixed by overriding *once* in baseclass,
        and then calling disambiguated, renamed methods.

2011-04-08  Caolán McNamara  <caolanm@redhat.com>  [836918c618c186912d295575bd5e7dc619a08b94]

        Resolves: fdo#30729 and make initial font discovery much much faster (cherry picked from commit 7db45b251adf8588624fee439df3ae0629c6ac4f)

2011-04-08  Caolán McNamara  <caolanm@redhat.com>  [55961e2dfdac4491aa8a56d86930e5999b7d523b]

        Resolves: fdo#30729 and make initial font discovery much much faster

2011-04-08  Radek Doulik  <rodo@novell.com>  [557ae8c01fae6f6d9f7c249c101b3975b89d8eb7]

        added sdfilt.component for pptx export

2011-04-08  Michael Meeks  <michael.meeks@novell.com>  [244c7ccf6abf47550be69aae4d9174f49b10a631]

        make relocate cope with more corner cases: no solver & fixed links

2011-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e2916fd66191982e8d959b5ff414e9e8d0312eb5]

        remove obsolete configure options + fix system_xrender_headers vs system_xrender

2011-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [99dcfcf818ec86ae7be2ef46848122d5d614d5bd]

        remove obsolete configure options + fix system_xrender_headers vs system_xrender

2011-04-08  Francois Tigeot  <ftigeot@wolfpond.org>  [19480ddf483174e956bd658b76380dbe499678dd]

        Remove the C52 define.
        
        It corresponds to a version of a Solaris-specific compiler used in the
        2000-2001 timeframe.

2011-04-08  Francois Tigeot  <ftigeot@wolfpond.org>  [0e1d1282067419f2d70502ec26d40914fc58782d]

        Remove the C52 define.
        
        It corresponds to a version of a Solaris-specific compiler
        used in the 2000-2001 timeframe.

2011-04-08  Francois Tigeot  <ftigeot@wolfpond.org>  [f440a6fe823466ddeb809d2f4e9746e7905626d2]

        Remove the C52 define.
        
        It corresponds to a version of a Solaris-specific compiler
        used in the 2000-2001 timeframe.

2011-04-08  Muthu Subramanian  <sumuthu@novell.com>  [7139bf7eb6edcd0e1cbc6b241731fe534c220ed3]

        Fix xlsx 2010 export.

2011-04-08  Francois Tigeot  <ftigeot@wolfpond.org>  [d72d5e631ab1611e4fa92a6765e042311e135b09]

        Remove the C52 define.
        
        It corresponds to a version of a Solaris-specific compiler
        used in the 2000-2001 timeframe.

2011-04-08  Andras Timar  <atimar@novell.com>  [a7b8e4d7ba31de7f8b3a8e4020b802094bc5cec8]

        add 8 languages spoken in Republic of Congo fdo#33779

2011-04-08  Andras Timar  <atimar@novell.com>  [427de9a0c8a4f4eebda008d332d17d144216d06f]

        s/OOo/LibreOffice/ in a printed string

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [bf0d63071decb03cac5786c82a95b442447b94f6]

        Use less misleading terminology

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [4fe951fde5750bcd3ea0e04a22e2fa3a90d640ac]

        Remove ENABLE_PRESENTER_EXTRA_UI from here, too

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [47bca2f06434346b556d4aa14b16770e0ae990ab]

        Don't worry if there is no distro-configs/Foo.conf
        
        The --with-distro options might come from bin/build-ooo in a "build"
        style build, and in that case, the relevant configure options are
        already on the command line, too.

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [45f8c190a9381a735d9b77f60bf0aec487a70bfb]

        Make the list of valid distros show up also in slightly older Perl versions
        
        See http://perldoc.perl.org/functions/readdir.html .

2011-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [674cd5c73b5693da86df70887b573032d080716b]

        Some more defaults to LibreOfficeLinux distro config

2011-04-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [074f0c72c0fc32a2981927832cdfad672cf26893]

        Some more defaults to LibreOfficeLinux distro config

2011-04-08  Muthu Subramanian  <sumuthu@novell.com>  [59b404bc0e73da3224d94cabd63b4bafaa86b18e]

        Again merge-fix with importDocumentProperties()

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [7c79dc9766f9607efc45c1715acc0df9d48d4ec8]

        chmod -x

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [48b1e162da8894c14ace84743a3d6931feb820c9]

        Drop relnotes.dll from here, too, fdo#31023

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [cabdacb818e56aac0a345b73e3e080d4e7b01319]

        Don't attempt to show release notes after installing, fdo#31023

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [7c5c9b1dc9706c493a3bd1b0bc8d009958023338]

        Don't attempt to show release notes after installing, fdo#31023

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [05808a285052688d7b6cabe210997da5c149b8a1]

        chmod -x

2011-04-08  Tor Lillqvist  <tlillqvist@novell.com>  [63730107a97122878fab756386076fcb14dc3c33]

        Don't attempt to show release notes after installing, fdo#31023

2011-04-08  Thorsten Behrens  <tbehrens@novell.com>  [f25246c76af77f684d600f8edef0dbcbcf2781b8]

        Removed PRESENTER_EXTRA_UI for good

2011-04-08  Thorsten Behrens  <tbehrens@novell.com>  [438a344444f2fb6974e9917d4137e62ca0d546d2]

        Removed PRESENTER_EXTRA_UI for good

2011-04-07  Kohei Yoshida  <kyoshida@novell.com>  [302acfdea99972edcfb7f08ebc4480917ecdabad]

        Forgot to remove printf.

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [e59c44bd442fb12624b3233d25fba7f061e88be5]

        handle the --disable-binfilter variable throughout
        
        Seeing as I got real confused when I ran it manually with the binfilter
        disabled and had the OpenV5 available and various errors at runtime

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [908989d52e79efadb43072b34a43da5b4ee2f4c4]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [32cefbced2c47b5782c786078860ac985dfcc45f]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [48b23fbd5e447602b73c57bb34d7c2754845ccd9]

        fix cast to implementation objects failure from some vba objects
        
        old calls attempting to cast to implementation objects now fail ( and crash on access ) because we now wrap some objects via a aggregation proxy. This patch fixes this

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [9dca6f15fc1a6c938b8d5b7de46e38083ad6d125]

        Resolves: #i117749# bVert unused

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [c92bf024ed93b28d6bf8d38f6ec5ab0bdf6cd4f3]

        Resolves: #i117748# pOutDevDoc unused

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [ceceffb2a094d844dc58dbd2e9f35a5f0d3c8893]

        add includeantruntime=false

2011-04-07  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [6006e2556d4eeff2396c17330dc68bc16aecee4f]

        fix cast to implementation objects failure from some vba objects
        
        old calls attempting to cast to implementation objects now fail ( and crash on access ) because we now wrap some objects via a aggregation proxy. This patch fixes this

2011-04-07  Robert Nagy  <robert@openbsd.org>  [a6c165e2afeb23cefcea31bb145a9c9690b96922]

        no need to quote vendor anymore

2011-04-07  Robert Nagy  <robert@openbsd.org>  [06f3549b37a90e2ecc74127ab7663d234eb4c979]

        no need to quote vendor anymore

2011-04-07  Robert Nagy  <robert@openbsd.org>  [9cd426f9b3364187a3a99a7eb58a8b0a0f3d1bb5]

        add an OpenBSD distro config

2011-04-07  Robert Nagy  <robert@openbsd.org>  [f4ae4b07335126f2b61c4f8f784e71d91fbd44c7]

        add an OpenBSD distro config

2011-04-07  Robert Nagy  <robert@openbsd.org>  [51a240cb758cd165f9484a97ea0136388b92d124]

        use system cp as a fallback for *BSD too

2011-04-07  Robert Nagy  <robert@openbsd.org>  [d3ca059548198a12a60687505546d8ed4f877c36]

        use system cp as a fallback for *BSD too

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7f29cd8ad491c578d6562453a1168ba33f157e53]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2d33246c1d6d3ad1991de927f397af837ac80d49]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a5a6a1ee9d3f4a9707f64cbb8e22dfdb20a0a863]

        i#112564: Fixed a misbehaviour of createContextEnumeration on SwXTextRange

2011-04-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93c48a65817ccc8767335f16f87ede8945f09c81]

        No need to quote anymore

2011-04-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [43363c4b2bb4ae6e0c9270e59311360638e843b5]

        No need to quote anymore

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [17e6b8fd05af8fff86847c0ef1e8cc9ad013a1bd]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Michael Meeks  <michael.meeks@novell.com>  [412a02c4aab313619013a18983bd77841ba0d50f]

        hide macro menu item when disabled to reduce confusion

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4a83a947efc3060eaddce32560b39df20ee01af1]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Xisco Fauli  <anistenis@gmail.com>  [207bbf87ce2c87a55684ed9e37d1526af81d5745]

        use RTL_CONSTASCII_USTRINGPARAM

2011-04-07  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [265a8353a0bd75c9416110b4a27bbff45c0491d5]

        Translation of German comments

2011-04-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [b8f27e21e58f8d5f341a198bce8ccb3ad71eed84]

        fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-04-07  Jan Holesovsky  <kendy@suse.cz>  [c0b9fdfbbaa46e984dbe6ea9e7f5adc943b9f248]

        Migrate the old autogen.lastrun format to the new one automatically.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-04-07  Michael Meeks  <michael.meeks@novell.com>  [1e5339ec9209a5c89851f79adb1c49f169b6d3e5]

        re-write into perl, to reduce ninja-coding, and fix distro-config bug
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-04-07  Michael Meeks  <michael.meeks@novell.com>  [396fd9fc614f7eb83ddcd13bb50fadf81f27b1f1]

        check more carefully for configure generation, and fix quoting of vendors

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [7a7aca3b315f95f1496a6c446e2ff4744a8ba9af]

        add includeantruntime=false

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ab40888bbb94273872a349b0b3565750596b4f3c]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [09ed1bee7412ed66deb781ef2547e3eeb6303850]

        writer layout dump filter: added missing filter config files

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7d37a449ab634d8885d3d3f42a72d0ee9f4bb0f1]

        i#20348: made the ordinal suffixe autocorrection internationalized

2011-04-07  Katarina Machalkova  <kmachalkova@suse.cz>  [92935bed219b8cc07c15a255fdfbe14a4746b2f6]

        Fixed more build breakages with --enable-kde4

2011-04-07  Katarina Machalkova  <kmachalkova@suse.cz>  [ad2168f7e1d2d6e168de2d7da1964b06fc0bdb34]

        Removed duplicate code block (mis-merge, prolly)
        
        This fixes build with --enable-kde4

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [69d673e80c49392cee77c04df3acc7f26eb72ba7]

        i#112564: Fixed a misbehaviour of createContextEnumeration on SwXTextRange

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [b9bc97d45520440244fc06db73a4ef00868e34b2]

        allow setting DEBUGCPPUNIT=TRUE to dump a gdb try/catch trace

2011-04-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cc3d0d182cafef9649e45f4657233ac2221fdd0a]

        sw: fixed layout crasher when closing document from fdo#34489

2011-04-07  Petr Mladek  <pmladek@suse.cz>  [9e9220fefbcfe75c6a3022aa985b03c4fb2e8cb2]

        build Agfa fonts only when enabled

2011-04-07  Petr Mladek  <pmladek@suse.cz>  [8c01e7910eb34df98ad7d09798a2c633bf00a984]

        build Agfa fonts only when enabled

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [eb1feda7ee6f3ccce9a056ee3740ea571d4422c5]

        fix build error, make xmldumper stuff always built

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [02c70c3b931cd0a42357d560d981b9caa7ad4a8a]

        WaE: tweak for simple-minder compilers

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [7074b7b7be105cccb6a914860814b4a98ebfdcaf]

        WaE: class vs struct

2011-04-07  Tor Lillqvist  <tlillqvist@novell.com>  [df1e3fc99175ad14967aa1238f55d7d6ac01b56a]

        Must export also WITH_AGFA_MONOTYPE_FONTS

2011-04-07  Tor Lillqvist  <tlillqvist@novell.com>  [2f9a3260430f7e6c6472e8d09aa5b3910aaceac4]

        Must export also WITH_AGFA_MONOTYPE_FONTS

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [932e6daf0d060ba4bb407e1783d4f5b1c30d562e]

        WaE: sal_Int32 is long on 32bit and int on 64bit

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [03a3473e4a90cb372b5a6716e5d4a202c2a49809]

        WaE: help out simple minder compilers

2011-04-07  Caolán McNamara  <caolanm@redhat.com>  [3bc7c25d9a7969d2a6369c39ebc71bf3a4312f39]

        add application/vnd.lotus-wordpro to .desktop etc.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [bc617d8135cc364f204ddb3dced2afdb8aad6143]

        Ported calc-string-number.diff from the build repo.
        
        This change allows string numbers (even fractional numbers) to be
        treated as numbers.  Note that fractional numbers are local-dependent,
        and the current locale's number formatting is used to interpret them.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [6cae9f54599fe9f1859c910beec7275e1c6145c1]

        Ported document-password-change-sfx2.diff from the build repo.
        
        This allows users to change the current password of a document
        encrypted with a password.

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [429a3eb36925891dd12b65114770b1479a5fd9e2]

        avoid possibility of accessing out of range ObjTimes (cherry picked from commit d93fa011d713100775cd3ac88c468b6830d48877)

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [0f067f99ba968bb58025335f446caf02ec26ca5c]

        avoid possibility of accessing out of range ObjTimes

2011-04-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c23a666e8e931f2e70dff0719dc14ad59b659d40]

        sw: create a layout dump filter to ease testing

2011-04-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c7abb549be89f71505e3daf0bc03f55565c7d150]

        sw: move all layout dumping in the SwFrm::dumpAsXml to allow calls from gdb

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [a89957bca229e5f646dea37c8404240151ceced2]

        fix ownership cycle and leak

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [3321962b611c6222f51f1c6ad72b70bc3b2a800b]

        add in application/vnd.lotus-wordpro mimetype

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [31cc9baa5c8afa22f8f81077515c23c085c2de19]

        Renamed methods for consistency.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [181030a3a3d7abb5556ebacbaffe79980b071f7c]

        Fixed horizontal alignment issues for vertical text with text wrap on.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [c00869115d1b1fb8f1b99b3c6ccf9aa9b79c3980]

        Branching in the main function to call appropriate sub-methods.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [bf8226c6058f4c0083a21fd1fe114c59526672c9]

        Do the same for top-bottom text direction.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [b84097fa26526ae47d6df69de94392b5add5846f]

        Extracted a method that adjust hyperlinks in PDF output.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [ebd4a8d8fe1f0f9eafc6f63d73fcf691420020ed]

        More sharing of common code blocks.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [9771ab7586d89db9e7166c2be7b23362aacfc743]

        Extracted a method to read cell content.  That code is common in both methods.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [9c4e7d41c6dbb91341e6519eaaf10bcd83cbd9f1]

        More cleanups.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [c60c5c1223d019ef17a14273ebd8ed2c60051dd3]

        isVerticallyOriented() is always true in this method.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [4d37821409f84c01d97a753667fafe85fcdb89b0]

        Asianl vertical is always false in bottom-top orientation.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [519c03240ff62e82aacb36cb5d0d5530a3443cbe]

        Remove the code that's not relevant to the bottom-top orientation.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [97ff7d5c1eed91a72ab4e3038ac734f945937cbd]

        First, shameless duplication of the guts of DrawEditStandard().

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [7de46de6b16d47488dcd87f5308665022756bd01]

        Added empty methods for each orientation.
        
        We can't maintain this monster method that processes all orientations
        in a single function.  We need to split it up.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [5b4e053194b54c48887c16f65b7b3b162ef17afa]

        Remove silliness of passing own data members as params to its own method.

2011-04-06  Kohei Yoshida  <kyoshida@novell.com>  [3de46d8c91571478c32168ec350d1ccbb7dad915]

        Fixed vertical alignment when the auto wrap is on.
        
        Also extracted a method.

2011-04-06  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [c86f81526ca4b75557a9c6e9f7cb0af10b1dd254]

        Change accel key for Clear Direct Formatting back to D

2011-04-06  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [0553ffaea19d18f0c4a514c6febb932b7c4352a8]

        Change accel key for Clear Direct Formatting back to D

2011-04-06  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [30cea0284871196703389c522f8bb67b885f7eb5]

        Change accel key for Clear Direct Formatting back to D

2011-04-06  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [7197c0df8faf788b2fca5536bf92fa981c8945bb]

        Change accel key for Clear Direct Formatting back to D

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [ec02df7a422961fe792a413abb3f59fb7886dae4]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [265eab0f8a42593670923c0aa5d0fa27088e4782]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap in32-agfa-monotype-fonts.diff patch.

2011-04-06  Tor Lillqvist  <tlillqvist@novell.com>  [06ddf302cdc907cf443fe9c25b8c4fb6fd77867c]

        Add possibility to bundle some Agfa Monotype fonts
        
        Based on the old novell-win32-agfa-monotype-fonts.diff patch.

2011-04-06  Xisco Fauli  <anistenis@gmail.com>  [34327e6727d63d312ff82aa3c9bbd74da91e1259]

        use RTL_CONSTASCII_USTRINGPARAM

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [524a90293f4cb9beb8331b4e7cf5f738fcdf37c3]

        Merge remote-tracking branch 'origin/libreoffice-3-4'
        
        Conflicts:
        	cui/source/options/optchart.cxx

2011-04-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3f7ed4ed3f9b328b2867ec0529d86b51d3850c23]

        remove duplicate and pointless lib renames

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [43d20d0b95a3b01217c123d3f1f678ca8c134584]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [763da667935a1f2955076cc6c326771ceb0c4cbb]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [c76ed2e751c061becd1cc910a156f0597ba11b8a]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [921996902c691267a1f6637cd63f392f577abddd]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [80cea83517437d5c852487809a14ef8b88a8232d]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [0f921e583e4ffd833a3529a06f368de0e42b37af]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [a3cb4701f3f88ff1e94588eb4a993a77bb6f1547]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [f4bc12ed9343ed3465df8b278afdf1335216470a]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [c1f1aaba1941cead84e3dd72b02cbf48ff1f0e8c]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [48c29f603cfbfb4e43f86ae1b1c912aae89e7ab4]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [992c3472149365306142e82aa880201652fc607e]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [77efd28c2b41cdb46f1b0e466b80b0e58594d38d]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [f18378b2d9d6a5996322231fc6618ab2ea2d9906]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [e22561392803a46fb9fba3c0e87690a5d71928ef]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [fe57710883e2e7e63680078c3b06fc72b1582090]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [6b66b07768bf8bd97e0077380d109c76a3bdb8a0]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [f115ddb6f7ac97b73442687c63bc8298ae54a071]

        Merge remote-tracking branch 'origin/libreoffice-3-4'

2011-04-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [468ba5cfd68caa7e367e0ff4b5d42e252860825d]

        add lomenubar lib

2011-04-06  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b76f09e101f65562e849be148c147bdabf004cb3]

        add lomenubar lib

2011-04-06  Noel Power  <noel.power@novell.com>  [46b6bad7db21f3743a26b328f23e5d66f8211bb8]

        fix for fdo#35826, fix hyperlink export
        
        fixes the case where if the hyperlink is associated with a textrange ( in multiple runs ) the hyperlink element is associated only with the text ine the first run.

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [0a2923d0df2a655994a7a169cbeff4e23f41082c]

        Fall back to --hash-style=sysv when gnu is not supported
        
        Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [42f7c95c0250268c075adcc9b7100ac0923135d8]

        merge oooXXXXX.vcl.x86_64.impressatk.diff from build

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [68a2e650fa088937f028c1148bca2672fd4a9f90]

        breaks windows, backout for now

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [2c4d13b2322dff638fd67e79597ff6adcc8213f1]

        WaE: various unused args post save-removal

2011-04-06  Luboš Luňák  <l.lunak@suse.cz>  [4640b3864d9c761a3482cc802fa6a09925f8a138]

        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-06  Caolán McNamara  <caolanm@redhat.com>  [67181ce1d413b65b18c837f12833b699bb05c501]

        WaE: remove new warnings post save removal

2011-04-06  Tor Lillqvist  <tlillqvist@novell.com>  [c385e76c10b173b9820967825f0ce0c6fb71e9dd]

        bnc#656566: EnableAlwaysOnTop(true) in OpenLockedQueryBox constructor

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [34d4fb1fe53d819880561b4062b71dedca770095]

        fix build break from merge

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [5f197f29c42f6075e9f2e1f9e72dc6cc063516bc]

        Fall back to --hash-style=sysv when gnu is not supported
        
        Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [043c8b2297c53da05a06ab6dd345be3756240b87]

        fix build error from bad merge

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [dd1b82491ea1d7a47e44b7ed38a976f659622886]

        fix ownership cycle

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [900bc2c56ae5ba21edafccccfd68619e1006b79b]

        fix ownership cycle and leak

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [9f877a81350edd875a09c0d68a99096e72ef5fef]

        createFromAscii -> RTL_CONSTASCII_USTRINGPARAM

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [26158f07402c259af15738c17006804287bc0e75]

        WaE: silence unused width/height variables

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [33f819a3a666aa827d2f733b41ff674bdc8858b1]

        WaE: mark this dir as warnings free

2011-04-06  Caolán McNamara  <caolanm@redhat.com>  [fdd246653233fb9a2cbf34bad1e90704272b38d3]

        WaE: mark this dir as warnings free

2011-04-06  Tor Lillqvist  <tlillqvist@novell.com>  [8bec4809317b4b89c74dd26b9083b70cabf053ab]

        Add possibility to bundle some Agfa Monotype fonts
        
        Based on the old novell-win32-agfa-monotype-fonts.diff patch.

2011-04-06  Tor Lillqvist  <tlillqvist@novell.com>  [8d1bac154b4462375661ec385342ccb8edeb566a]

        Add possibility to bundle some Agfa Monotype fonts
        
        Based on the old novell-win32-agfa-monotype-fonts.diff patch.

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [b768aff76204b6e22992a1bea68cc077a985ad3d]

        Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/libs-core into libreoffice-3-4

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [ef5304897e206e07206a5305b618ad5f5a8a7dd2]

        Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/calc into libreoffice-3-4

2011-04-06  David Tardon  <dtardon@redhat.com>  [9da441f0c4375dba0db2237a87845527361c318d]

        remove duplicate code
        
        This was introduced by commit 3726b1a63e0783953fee9c65d8c0cee3fd6cf85b .

2011-04-06  David Tardon  <dtardon@redhat.com>  [0d75184488923ddd76ccebcc3c09e85283496e17]

        $(1) is not defined here

2011-04-06  David Tardon  <dtardon@redhat.com>  [937aae1b27e2de067ef0c930141cb86fb109bbd8]

        use just order-only dep. on cppunittester

2011-04-06  Petr Mladek  <pmladek@suse.cz>  [9dc7ed6943470af97d003d76b6bc11724d60c84f]

        removed mess added during the merge from libreoffice-3-3

2011-04-06  Matus Kukan  <matus.kukan@gmail.com>  [7181cc3533afdc0a851872243bd51ea1a7457703]

        Set proper names for MS Powerpoint AutoPlay filters
        
        There was blank line for MS PowerPoint 2007 XML AutoPlay filter in open dialog, so I set the name fot it.
        And also there where two equal names for different filters, so I have changed one to MS PowerPoint 97 AutoPlay.

2011-04-06  Takeshi Abe  <tabe@fixedpoint.jp>  [c981124549f099f738967871af8531e88ca0adc1]

        removed an unchanged variable

2011-04-06  Matus Kukan  <matus.kukan@gmail.com>  [65f9e1bd3bffd38457ec01ccba3344a4dd1edd80]

        Improve order of open and save as dialogs

2011-04-06  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [eccddbe04f415d7402b819cca4517964c51eab3d]

        Additional translations of German comments

2011-04-06  Jan Holesovsky  <kendy@suse.cz>  [b2a2b92a0d3aec0d1b4870071febaa699568b4fc]

        Migrate the old autogen.lastrun format to the new one automatically.

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [704cfb4f3189769f6c45af3605846fa696e454ed]

        Finally fixed vertical alignment issue. (fdo#33622)

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [82bde800ba9d3fc7deec829bc13e467769dd9c9e]

        Massive reduction of indentation level.

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [17ca8c9de15a1d8e0c55af63cef24b0d1932bc8d]

        More renaming & sal_Bool to bool conversion.

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [b8bc515814b337aef90eb6d4b0494c56f921caf7]

        Renamed EditAlignmentParam to DrawEditParam.

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [a101db141ca9e5d1fab73ccb5184ba2ae6074fdf]

        Extracted method from DrawEdit() into DrawEditStandard().

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [d117bc5b25bcd4b5b0ce5b1a9c34911f3d152f5f]

        Tuck EditAlignmentParam class under ScOutputData class scope.
        
        This is so that this class instance can be passed as a parameter to
        DrawEditStandard method.

2011-04-05  Kohei Yoshida  <kyoshida@novell.com>  [323149157c31ec83137d047db8956dbfa0ffe981]

        sal_Bool to bool.

2011-04-05  Robert Nagy  <robert@openbsd.org>  [e4667e7cf17fb5bd0b2c2531fb07479f0539dfbc]

        pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
        
        from the dirname(3) manual:
        Both dirname() and basename() may modify the contents of path, so copies
        should be passed to these functions.
        Furthermore, dirname() and basename() may return pointers to statically
        allocated memory which may be overwritten by subsequent calls.

2011-04-05  Robert Nagy  <robert@openbsd.org>  [8eb7fb67ca55e59485b0b983e7faf6a987f9e7ee]

        pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
        
        from the dirname(3) manual:
        Both dirname() and basename() may modify the contents of path, so copies
        should be passed to these functions.
        Furthermore, dirname() and basename() may return pointers to statically
        allocated memory which may be overwritten by subsequent calls.

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [32a1f5bae6a3b6d6f4099b4bb26cd1be6023042e]

        fix typo

2011-04-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3430509e222da697f2a1666388b6cf2892b7981]

        fix the autogen perl wrapper: mishandling of the Darwins-pecific aclocal

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [a145e8f572c8fd0dc9b9812e07a4d7ff12484700]

        Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [0faa398df2d8d3befbb0256ff05e7d6789183be0]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	pyuno/demo/pyunoenv.tcsh
        	sal/osl/unx/interlck.c

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [4a163cc5c2ef541d1c0ad1a3648c3717dc5bf9b3]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	dictionaries/de_AT/README_extension_owner.txt
        	dictionaries/de_AT/makefile.mk
        	dictionaries/de_CH/makefile.mk
        	dictionaries/de_DE/makefile.mk
        	dictionaries/prj/build.lst

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [1e84a9292f87ad9c52fa5fadac4b656250713777]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	basic/source/runtime/dllmgr.cxx
        	drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
        	editeng/inc/editeng/boxitem.hxx
        	editeng/source/items/frmitems.cxx
        	sfx2/workben/custompanel/makefile.mk

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b64e60eb65873d23bf8f6ea787b86f3c7f610ae2]

        deactivate void Save in binfilter bf_svx
        
        these functions does not do anything, just return when called

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [fd4c8b3238ac21059967e308714063a1257be26c]

        deactivate void Save functions in binfilter bf_sc
        
        these functions do not perform any code more, just returns after
        being called

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b0f7c7247649fae321b09d232216ba11ef49ba1a]

        deactivate void Save in binfilter / bf_so3
        
        these functions does not perform anything more, are just returning with
        an empty body

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a462752a1cedde6a4b2475c5b9fa00b6115f8ef0]

        deactivate ULONG Save functions in binfilter
        
        and return the value 1 directly (as an error ) without performing
        any other action

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2b057eadc49db438f25db00c67b899b8d729eb79]

        various commented out code deletion

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f2b8bf47bf2b58c23fe3b32651876bf6f02b77b1]

        deactivate bool Save in binfilter / bf_sch
        
        and returns false without executing code

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [89fa205bb796d45dface1ab9fae117ac87bacd70]

        remove function SaveElement in binfilter
        
        since not called any more

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [bd3fa323d2eed71a6fcb1f037d25d3252180f7d9]

        delete function SaveChilds in binfilter
        
        since this function is not called anymore

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a8729c05d046a541ae0b1c37f35f0c310e6ee22c]

        delete function SaveCompletedChilds in binfilter
        
        since this was not called by any other function anymore

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f431b0736c4e512f7ec22605b046a33ede12fa85]

        delete SaveAsChilds function in binfilter
        
        since this function was not called anymore

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [83660a499669c1ef3bf02c3c6e912da1bf21ac73]

        deactivate bool Save in binfilter bf_svx
        
        the function returns only false, without performing any action

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [77b601a712e3ec59c3a13690c4f49440a5a6883a]

        deactivate bool Save function in binfilter bf_svtools
        
        and return directly false, without performing anything

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2d8b15163306cb1611c3da963d96e5014c036caa]

        deactivate bool save function in binfilter bf_startmath
        
        just return false as value without performing anything

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a9ffef3c67603c8966caa02350c4023f99da8ba7]

        deactivate bool Save in binfilter bf_so3
        
        these functions return directly false, without performing any
        action.

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7d4d0a5af52764fc2265aea48809b764e9bb3345]

        deactivate bool Save in binfilter bf_sw
        
        and return only false without performing action

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [05ccf19b06436a333d59d17a9fe750bf8f16a2cc]

        deactivate function bool Save in binfilter bf_sd
        
        and return only the value false, without executing code

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [393e5138164307ac99e5d0d1698185ffcd384b95]

        deactivate functions bool Save in binfilter/bf_sfx2
        
        theses functions do not perform anything else than returning
        false as value

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [81f5db70ba352605403015f8b7b2d16f6a70141c]

        deactivate all bool Save function in bf_sc
        
        theses functions are only giving a false as return value, without
        performing any task.

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2820d616b85f3cf096c11c2f0572151541512f09]

        deactivate function BOOL Save in binfilter/bf_basic
        
        this function return directly false as value, without code implemented
        any more

2011-04-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [776c21d3f625a83b952f4739800f36eb4de70150]

        remove function SaveData in binfilter

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [69fa6f0620235c5b9585e8513c469aa506954441]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	sw/source/core/docnode/nodes.cxx
        	sw/source/filter/ww8/rtfexport.hxx

2011-04-05  Michael Meeks  <michael.meeks@novell.com>  [5197d9ff86d7d504721f38bf59c0978ae92a5088]

        re-write symlinks too to avoid serious confusion

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [65a9918180139fb651b2f9e48e546df84fd768ec]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	odk/settings/settings.mk

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [c87019c1a938d7bb4ba1575f79df20f94a619ca9]

        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  Petr Mladek  <pmladek@suse.cz>  [ab8961db6f22acb5e34663ed8ad78ba8cf09e4e6]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	oox/prj/d.lst
        	unoxml/source/xpath/nodelist.cxx
        	unoxml/source/xpath/nodelist.hxx
        	unoxml/source/xpath/xpathobject.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/filter/ImportFilter.cxx

2011-04-05  Luboš Luňák  <l.lunak@suse.cz>  [0e94340f897a98837d4ccdee0de8061a5d7ee949]

        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  Luboš Luňák  <l.lunak@suse.cz>  [ea53a3ecfb6e56a9068f252097e124c3938be696]

        add trailing newline to debug output

2011-04-05  Michael Meeks  <michael.meeks@novell.com>  [38a3d0a81d9a54e2f6291ee7a536ce6816648399]

        fix relocate to re-write the new dependency files

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [c7938081c5867afcfc1896ed7217343eeceb90d1]

        createFromAscii -> RTL_CONSTASCII_USTRING

2011-04-05  Robert Nagy  <robert@openbsd.org>  [b67a62b703a7122bbe32475d7355ebec94d8dd9c]

        use the GNUMAKE environment variable for telling the user what to run

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [db62690a90420ee3310c487e5e8d512c6caa5f4e]

        createFromAscii -> RTL_CONSTASCII_USTRING

2011-04-05  Robert Nagy  <robert@openbsd.org>  [436d41a84abbf9fca70cb8264953509f99f566ae]

        use the GNUMAKE environment variable for telling the user what to run

2011-04-05  Robert Nagy  <robert@openbsd.org>  [ee699fcdbd2791a61108e4d7db54d7d85f38d64a]

        use the GNUMAKE environment variable for telling the user what to run

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [b20bedcff1736e41cf19ef4f67b65b1a66350f52]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	sc/source/core/tool/makefile.mk
        	sc/source/ui/dbgui/filtdlg.cxx

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [51c05e1cf9c3b7fcc257329521e304d51554b2ae]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
        
        Conflicts:
        	instsetoo_native/util/openoffice.lst
        	solenv/inc/minor.mk

2011-04-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c18c4c0f682d2f99daa32b3218b8b2d0d69e5f9b]

        hint at make -r for GNU make modules

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [dcbe02727abab49a224ef8d025f711386899d539]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [69c8bc01eae1d60b18b20f7c8f9da85b23b756b9]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [3c50e02a3d86c0ba3e2105560b9aeff307673cb4]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [08f795fef4ac23e9252c3f0074adb23cd8b36ce4]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [6d44882d107dc3601936a2221aa5b42586abda70]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [bf0dc2aa52f707502030d14af1c09e541450a0a6]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [41c2684da62aa2bf4bdbc473e7263b18dcfac8e9]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [e72408931a96ac5a790b3ead126636fa7d044957]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [1151cbfcdb91e25b7a396b8fd30c0f5fa51d00eb]

        Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4

2011-04-05  Robert Nagy  <robert@openbsd.org>  [7fd8cb0312213b6088ad8a5ffed52c4f30f2b9e5]

        merge the new way of handling python ldflags from libreoffice-3-4

2011-04-05  Robert Nagy  <robert@openbsd.org>  [92509cbfab88e03de3f4cdac550366d74719ca7f]

        Merge branch 'libreoffice-3-4' of git://anongit.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4

2011-04-05  Robert Nagy  <robert@openbsd.org>  [acc8ad93ed2dc4a009e63b3cae9eaa1a0dd13b3a]

        fix linking to the python library (use -L$PYLIBDIR -lpython$pyver)
        
        as far as i saw the reason to use an absolute path for linking instead
        of using -lpythonX.XX is that at least debian does not ship a shared
        object within the basic python3 package so you have to install the -dev
        package (that's kinda weird^H^H^H^H^Hf***ed up).

2011-04-05  Michael Meeks  <michael.meeks@novell.com>  [434df16fd617a1231ac64a1bf131aedf6f9019f6]

        re-write into perl, to reduce ninja-coding, and fix distro-config bug

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [025001a71a2b632825154b2f72359c183675e223]

        Resolves: #i117700# unused nFirstBorderText

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [3164d16542e7116151b4575c94d89f56b80b19c7]

        WaE: virtual method warning

2011-04-05  Andras Timar  <timar@fsf.hu>  [dde1d3be8fe16d937f3277662e7a6f5c0faffcd6]

        l10n: update de_CH and de_AT dictionaries - fdo#33751
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch>

2011-04-05  Jani Monoses  <jani.monoses@canonical.com>  [f170c2376ae6cd3d6308a9224b68347e1a6c141f]

        prefer gcc __sync functions over pthread
        
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>

2011-04-05  Radek Doulik  <rodo@novell.com>  [ef29f115c0e99c631ec7e037f4b39e961dc3c858]

        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  Tor Lillqvist  <tlillqvist@novell.com>  [2e705f35c2478a542c04cbccfc2fd227c2047b20]

        Add two new lines to .versionrc (version.ini on Windows)
        
        "Vendor" with the value of OOO_VENDOR, and "BuildVersion" with the
        value of BUILD_VER_STRING. These get their values from the
        --with-vendor and --with-build-version switches of the configure
        script.
        
        From the build-identification.diff patch, has been part of distro
        OOo/LO builds for long.

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [586fc09447275103461ed76e932c0ace826bf0b7]

        bump product version to 3.3.2rc2, release number to 202

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [d49ffe4e5aceee5abf084b6941963e4f8ad69388]

        put the deprecated rtl_Locale stuff in here too

2011-04-05  Tor Lillqvist  <tlillqvist@novell.com>  [3f05ea615d1fdea866c3cf47b0e77acce99817be]

        Recognize also Interix
        
        I did some initial testing with building under Interix some years
        ago. Nothing came out of it, and LibreOffice certainly won't build
        with it. But just commit this triviality now to get rid of
        win32-interix.diff in the build repo.

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [84568d73b85b022984e8e3e24ab4a6eddf8b55f9]

        fix build

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [6cc4906024d34bed7b73115eedecfc5f8c597f80]

        can remove these now

2011-04-05  Tor Lillqvist  <tlillqvist@novell.com>  [b2c34b75f67331107767e733e717e5607cdd5d26]

        bnc#530872: Save old associations for MS doc types when installing
        
        Then restore them, if still relevant, when uninstalling LibreOffice.
        
        git log from build repository:
        commit 1737ec9b6675cc7e30df03fa5537012a429425bb
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu Oct 14 15:28:55 2010 +0300
        
            Make win32-restore-associations.diff apply again
        
        commit 72a25ab4a055cd1d3cf5aec627cfe120113bfb34
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu May 20 10:34:24 2010 +0300
        
            Make patches apply for a Windows build
        
        commit d635f716a75d8c1648eab0c1d598b390be8c4f07
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu Sep 17 22:16:40 2009 +0300
        
            Add new patch to restore MSO file associations on uninstall
        
            * patches/dev300/apply: Add it to Win32Only
        
            * patches/dev300/win32-restore-associations.diff: New file. Save
              previous associations of the MS Office file formats on installation
              of OOo. On uninstallation of OOo, restore them. Still a bit
              experimental, but seems to work.

2011-04-05  Tor Lillqvist  <tlillqvist@novell.com>  [d415d68aae23c8e27f839f082a180440824e3e5f]

        bnc#530872: Save old associations for MS doc types when installing
        
        Then restore them, if still relevant, when uninstalling LibreOffice.
        
        git log from build repository:
        commit 1737ec9b6675cc7e30df03fa5537012a429425bb
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu Oct 14 15:28:55 2010 +0300
        
            Make win32-restore-associations.diff apply again
        
        commit 72a25ab4a055cd1d3cf5aec627cfe120113bfb34
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu May 20 10:34:24 2010 +0300
        
            Make patches apply for a Windows build
        
        commit d635f716a75d8c1648eab0c1d598b390be8c4f07
        Author: Tor Lillqvist <tlillqvist@novell.com>
        Date:   Thu Sep 17 22:16:40 2009 +0300
        
            Add new patch to restore MSO file associations on uninstall
        
            * patches/dev300/apply: Add it to Win32Only
        
            * patches/dev300/win32-restore-associations.diff: New file. Save
              previous associations of the MS Office file formats on installation
              of OOo. On uninstallation of OOo, restore them. Still a bit
              experimental, but seems to work.

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [df8cc09d29c420fea886a5d38663a5710386679d]

        WaE: unused variable under some ifdefs

2011-04-05  David Tardon  <dtardon@redhat.com>  [4620f155b5ec9805e6387b5fbb36f62500c3ce72]

        do not define NDEBUG on debug level 1

2011-04-05  David Tardon  <dtardon@redhat.com>  [8542a0d05d524abd2e0d3beda33b37c084c8e112]

        fix typo

2011-04-05  David Tardon  <dtardon@redhat.com>  [31979fa2c597b4d9b0c670f0f010f50d3c49dc60]

        update the dbglevel comment

2011-04-05  David Tardon  <dtardon@redhat.com>  [c8d6be537bd337dd5825ade5fda0d70724f9c109]

        filter out the rest of ICU libs for SYSTEM_ICU

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [7de8f26207d44a34f71cf8297ae68831c92c118e]

        remove ADAPT_EXT_STL

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [c568ecd03be0f46a35f74deb2a4005ba0e47fc3a]

        remove ADAPT_EXT_STL

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [4ad128bc4445ebd1006eb4f0fe86f659d1f312b2]

        remove ADAPT_EXT_STL

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [3721dd9318278f455f31ab2c10b6ec00eac868f9]

        remove ADAPT_EXT_STL

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [3d61070239b260d1c9e2a37445f63262adb876a1]

        WaE: silence older compilers

2011-04-05  Petr Mladek  <pmladek@suse.cz>  [691961e7f65c336b718fc01f25a5b6d9b6df1c14]

        make sure that the system po2oo support --skipsource option

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [bc5f8e725a65b0909f7e656a4dd49f5ee8678790]

        helgrind: Related: rhbz#655686 get order of shutdown correct

2011-04-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [12f32902bfbcf075d598c53b8af36b04ca5468bc]

        starting sc_ucalc unit test

2011-04-05  Robert Nagy  <robert@openbsd.org>  [412bbf4096e0f0fea7ed2281151654a963ed2671]

        set ldflags for *BSD too

2011-04-05  Robert Nagy  <robert@openbsd.org>  [ce6095ddf97a39c5c859b6a95f67b05a9185e6eb]

        link to the correct libraries on *BSD too

2011-04-05  Robert Nagy  <robert@openbsd.org>  [9dae7504997bf66a6e1d483b42c586998f67a57d]

        set ldflags on *BSD too just like linux

2011-04-05  Robert Nagy  <robert@openbsd.org>  [f63a7bbd22bef291aafcd1095a7793b103cb3551]

        set ldflags on *BSD too just like linux

2011-04-05  Robert Nagy  <robert@openbsd.org>  [149bb82c280a7846981793714d9111a83119798d]

        link to the correct libraries on *BSD too

2011-04-05  Robert Nagy  <robert@openbsd.org>  [f048183de102118b190a8cd7026ab020529a4db5]

        do what we de on linux for *BSD too

2011-04-05  Robert Nagy  <robert@openbsd.org>  [6b87aa0111bc7207caacae78985bbb4d1bdf1b88]

        Merge branch 'libreoffice-3-4' of git://anongit.freedesktop.org/libreoffice/calc into libreoffice-3-4

2011-04-05  Robert Nagy  <robert@openbsd.org>  [0e1acb4bd57c20344d0a9a3e9e7e7f574d2255f8]

        set ldflags for *BSD too

2011-04-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7a5e0f474f4a1615ee6196d168b6a5450683a392]

        fixing up extra object list support

2011-04-05  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2f3793391ed00e61431a9a56e720cb35d1d44658]

        make get_linktargetname public again so unittests can find the object lists

2011-04-05  Christina Rossmanith  <ChrRossmanith@web.de>  [510a06cbd480c63e5656d32b007dcaf4268b5a5d]

        removed HID_STATUSBAR from helpid.h

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [a956d777b51a528f6f9fc87436c319e2937e90ee]

        G_SLICE for memcheck only

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [24eab079267e2e0bc6c9b2e30c4c7b716de2a2c3]

        valgrind: fix leak

2011-04-05  ANURAG JAIN  <anuragjainfzd@gmail.com>  [a457450be87eb87d246bef1d796fe8b88156e090]

        Removal of bogus comments in writer module

2011-04-05  David Tardon  <dtardon@redhat.com>  [7cc69243e7b73de607f8b3db007c7d36d7bd607d]

        fix typo

2011-04-05  Noel Power  <noel.power@novell.com>  [a335ce660e30a39396b21f2d335deca2b2d4a7ad]

        hacky patch to deliver icuin.lib as iicui18n.lib fixes forms build error
        
        no doubt not the right fix but gets the build over the hump

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [2fdce0355265dd0bc8fbad897526ef6793e12b5c]

        silence some more of that annoying gcc#47679

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [2760e5c03db15d0fdaee2948cd3bc3384c871c4d]

        valgrind: fix mem leak

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [f44c27071ebedd81c69c768010ed5332964ca0bd]

        valgrind: fix mem leak

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [594148fe07cc9d758642d511e5c238fdaa9b0940]

        shouldn't double-acquire

2011-04-04  Francois Tigeot  <ftigeot@wolfpond.org>  [4999d91ceb8f259bb6a33387ac3b65123e5e55a3]

        Use the same $outfile and $OUTPATH on all DragonFly architectures.

2011-04-04  Kohei Yoshida  <kyoshida@novell.com>  [eb2dc554e939265a39c395cde7916c560728c8fe]

        Put statusbar.xml under statusbar directory, not toolbar dir.

2011-04-04  Andreas Becker  <atayoohoo@googlemail.com>  [0db604e9f46113ac66c0a55a72fa117fe68fb52b]

        python 3 compatibility fixes

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [5b5b39309a7efb5c79835d136498df208b591116]

        remove obsolete about dialog pieces, that now live in cui

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [7420b551ed82e270bbe566c812344c0f1fd4eaa5]

        restore the build-id setup code, and clean hrc file

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [c93aaf9ac8c05b048287c7a8643f98a53972ba92]

        Switch to the LibreOffice about dialog instead

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [6128599cc7b92206f8909180ac4347783259d250]

        tweak VALGRINDTOOL for helgrind/memcheck

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [073a968b62cd24d33db156474d0e020579b3b1ac]

        the SAL_ALLOW_LINKOO_SYMLINKS hack breaks this test

2011-04-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6825072a2704bac457918ceed239cbaf741f8de9]

        occurrence -> occurence and don't crash anymore

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [9a5db1f6cbd4152c46e9493518e2716f19ab7464]

        fix crasher in header / footnotes with no occurrence set

2011-04-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fa4f020b6d1fe94a65861a847f68595c93590afd]

        occurrence -> occurence and don't crash anymore

2011-04-04  Alexander Thurgood  <alex.thurgood@gmail.com>  [f958c05128fb8fe3d833f62d488b03b09c4f7abe]

        remove invalid - symbols in par token names

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [bc5759ed7d1263b843414396ebd347d74adf3c40]

        friendlier error on malformed par files

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [86e7ed8c72184b7a04b836848743979aa3f5fd3d]

        masterfix DEV300: #i10000# smoketest assertion fix

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [e9e3bdfe8cd7b04455faa61b9c1f8215fafae7cd]

        WaE: rework to avoid warnings

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [d099a280f8df3f07b45f6d23a2785580ef8e9c4f]

        helgrind: join threads before reading values

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [32d89698d15418965e0abcf8b78ea353dea4ddde]

        really get the sc/ toolbar images into the right place

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [8097922d2a77faa5c4fb74755128575d6683d616]

        WaE: unreachable return

2011-04-04  Andreas Becker  <atayoohoo@googlemail.com>  [aff561a80ce79b4b3ee8cfd0209db29f222ac96f]

        python 3 compatibility fixes

2011-04-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [98553de136ce529eb3c8d4cea17b8ebaf2cfae01]

        add the ability to imports objects directly into a CppUnitTest Link
        
        some cppunit test need to link directly with the object of the module
        they are meant to test, due to the fact that the API they use/test
        are not necessarily exported in the public interface of the
        module's dynamic library.
        
        This patch add the mean to export the list of objects used in the link of
        specific target library, and a mean to import these into the link of
        a cppunit.
        
        Only unxgcc.mk has been modified so far to support the later
        
        This is not intended to be use to import objects accross module boundaries

2011-04-04  Petr Mladek  <pmladek@suse.cz>  [49c3b556878126078e7ea3158a4c4864b89c5d58]

        check that all configured localizations are supported
        
        a side effect is ALL_LANGS variable

2011-04-04  Robert Nagy  <robert@openbsd.org>  [0ae005f4d7b313edcd74621ccb4fc711dc942931]

        link to pthread on linux and *bsd

2011-04-04  Robert Nagy  <robert@openbsd.org>  [ea42ff666f7ab3f62c5e423d5b4d98fddb460f66]

        link to pthread on linux and *bsd

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [47dadac570311fc332c4d27ff10d5c851ffec5cc]

        fix --enable-dbgutil build

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [6b7043e20e79a4105ea4af23c990c83b6d4be206]

        use rtl::Static where double-locked pattern used

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [58c5f8a43ee21c4ff67b458f29fe72f3a3e863ac]

        that's a completely pointless getGlobalMutex acquisition

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [3aaee732252f27225b3404c465abda3e1f25d3e7]

        that's a completely pointless getGlobalMutex acquisition

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [965ad89b84463f04456ca3f91e50c8106176477f]

        handle incomplete reads more gracefully

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [b225dbd8e94c784d1fec2e863a728bc915e69f87]

        handle incomplete reads more gracefully

2011-04-04  Petr Mladek  <pmladek@suse.cz>  [a96a8d10da19f637cb1c7bd510804df5657b57dc]

        lo-commit-stat: do stat also from the new "translations" repo

2011-04-04  Petr Mladek  <pmladek@suse.cz>  [8875706bef2cc92155e13bce7ab1bb5fb5dd5700]

        lo-commit-stat: do stat also from the new "translations" repo

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [776de14da77af214201eba74e53ec5b1896a114b]

        masterfix DEV300: #i10000# header cleanup

2011-04-04  Petr Mladek  <pmladek@suse.cz>  [0ef397d004698fab7755e05b82b5f4cb6029f8fd]

        add --skipsource option to translate toolkit (bugs.locamotion.org#1883)
        
        it will be used to fix problems with missing translations
        (fdo#35067 and fdo#35068 - originally fdo#33189)

2011-04-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5e50d1b7e43c8a85584a37cfb6444098fc80214b]

        packing lomenubar component file

2011-04-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f8205e4fcb33df16a1154a6e2acdbacee04f7dfb]

        add lomenubar lib

2011-04-04  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3ff0947811be4aeb9788f55eded90fa43b4a093]

        add lomenubar lib

2011-04-04  Christina Rossmanith  <ChrRossmanith@web.de>  [e08de37b59b6b89ca8c9e917e6311ee82beba2c7]

        Removed never included hidfunc.h

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d36b7a5f861f5eac28a854a8e75c8299203859ce]

        masterfix DEV300: #i10000# added mkdir

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [71b6f3d9a3bb80d0658cdcd578646daacc68cf95]

        use rtl::Static where double-locked pattern used

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [23427e2165f49a6d0730107681ec6e944c046ae9]

        use rtl::Static where double-locked pattern used

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [275e5c6544ff2f90cf6bd57b6a8a6293fe10943c]

        masterfix DEV300: #i10000# fixed includes

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dc715ad0d597924e1a6b524c888c85112f9df159]

        masterfix DEV300: #i10000# fixed includes

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9e84958536c737f8fdcff4d28664d0c13b9cdc8c]

        masterfix DEV300: #i10000# fixed includes

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [11ceaa169bccd4c72650aa3964600975b99f11b7]

        that's a completely pointless getGlobalMutex acquisition

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [9ebb6de7573bbd3f9ca286eafac4100b4c7f0625]

        that's a completely pointless getGlobalMutex acquisition

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [60a77056bf4fa283b7a5f5a2bf0356c01ee94818]

        use rtl::Static where double-locked pattern used

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [55bed7a505dae776c8781c5aeca2f04d98469ab6]

        masterfix DEV300: #i10000# build fix

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e19358aa28e2a43134b49d1c37a27b6fa33ecc2f]

        masterfix DEV300: #i10000# build fix

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b6ef8202ec04395921c691f1d243474470d1ed1d]

        masterfix DEV300: #i10000# build fix

2011-04-04  Ivo Hinkelmann  <ihi@openoffice.org>  [29ce0e46f01240022c09e72dde229641fd5acc56]

        masterfix DEV300: #i10000# add missing dep to STDLIB

2011-04-04  Andras Timar  <timar@fsf.hu>  [a2c8d5f20827cf218888abe03bff343e3d9a2b95]

        Change Spanish MSID from 0x040a to 0xc0a
        
        so it can appear in the language list of letter wizard
        0xc0a is the preferred code anyway (see #i94435#)

2011-04-04  Michael Meeks  <michael.meeks@novell.com>  [0131c3ea0e4b0275858b342cc4ccf768790181a1]

        fix crasher in header / footnotes with no occurrence set

2011-04-04  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [ec6ec0106f0c928d0241b97627fd58c77d60a9f8]

        Rename one missing Default Formatting --> Clear Direct Formatting

2011-04-04  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [91a9c38c55e42cbc8257a7db46087e45f38739a5]

        Rename one missing Default Formatting --> Clear Direct Formatting

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [93d25a20042974342582ec8047dfb30b10ec3f36]

        use consistent naming

2011-04-04  Rob Snelders  <programming@ertai.nl>  [174168648f33764b291c0158a59ede87d02cb51c]

        Improvement of adding and removing color charts
        
        (cherry picked from commit b635aad528973bf175aa8a61ad380992448b6f5a)

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [e529c0b437a1251b6de84dc758975fca709c387e]

        add missing header

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [dee39d170a05201bf0974cf0a2b0dd0d9bc5fa6a]

        WaE: mark this dir as warnings free

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [0e1e8e58e213fc97dd99a01144b1f4176fe8927f]

        use rtl::Static where double-locked pattern used

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [f49ce4729c96dc01dec13b02e60d887fc6c1452e]

        ditch commented out code

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [ac0b0eb3e6fdb70878dc81a80c74314af272c2f7]

        stick into anon namespace

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [68197a379da7c277e8e4c1543853f55363fec596]

        use rtl::Static pattern here

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [fa502cf88118444c34bdfd29e21783fe683deedb]

        restore c++0x flags

2011-04-04  Rob Snelders  <programming@ertai.nl>  [d57dfa29c2ba47293eb12a853cdccf4196565ef7]

        Improvement of adding and removing color charts

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [ac9e34c76e2641750e7965293c641c4b29b82bce]

        fix typo

2011-04-04  Noel Power  <noel.power@novell.com>  [34528fc9b621c9ccc283cc798dbed958a506ac25]

        fix windows link error in drawinglayer
        
        remove the unused CollectingProcessor2 class

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [42eb7b62d6ede5057638e08cc3bdb572f734fcbd]

        set some more files to use exceptions

2011-04-05  Caolán McNamara  <caolanm@redhat.com>  [6c2ea320bfb797c49d7c9e3e2cf7ca7c47ad3160]

        don't use G_SLICE for helgrind case

2011-04-05  Robert Nagy  <robert@openbsd.org>  [c22ab8e95f885e3a0afb492a5a78a0d5c0f39066]

        do what we de on linux for *BSD too

2011-04-05  Xisco Fauli  <anistenis@gmail.com>  [45f0cc2ec176f02592a4e67942b1220f7837ab9f]

        Remove commented code in libs-core/shell

2011-04-04  Xisco Fauli  <anistenis@gmail.com>  [fe44fe403e57155cb479cd8e9cfbb77e1ba4fb01]

        Remove commented code in libs-core/linguistic

2011-04-04  Christina Rossmanith  <ChrRossmanith@web.de>  [8607aaf27498ebd949023354d776ae0af49ab43a]

        Removed HID_SVX_BASIC_MACRO_ORGANIZER and HID_SVX_COMMON_MACRO_ORGANIZER

2011-04-04  Caolán McNamara  <caolanm@redhat.com>  [ead82b4cd02b4f7d088075180227646574360ef0]

        these need to be explicitly exported in the new build system

2011-04-04  Robert Nagy  <robert@openbsd.org>  [65be428ea6eddd3f8db8fc36f6ba0f5b738aa4f9]

        rework how pthread is handled on openbsd
        
        - remove -pthread from PTHREAD_CFLAGS
        - add pthread to gb_STDLIBS
        - redefine gb_LinkTarget__command_dynamiclink so that we can
          substitute -lpthread with -pthread in the list of libraries
          that we link to

2011-04-04  Robert Nagy  <robert@openbsd.org>  [7237a871ba4e35a9de57867bfdc6177330d615ad]

        rework how pthread is handled on openbsd
        
        - remove -pthread from PTHREAD_CFLAGS
        - add pthread to gb_STDLIBS
        - redefine gb_LinkTarget__command_dynamiclink so that we can
          substitute -lpthread with -pthread in the list of libraries
          that we link to

2011-04-03  Robert Nagy  <robert@openbsd.org>  [f0bfd04f72fa1dfb2924f0c396382b8c158b19ab]

        merge the bsd platform makefiles into one per platform

2011-04-03  Robert Nagy  <robert@openbsd.org>  [5ded3ab2abb549b8564a5453ea01195213c7433f]

        merge the bsd platform makefiles into one per platform

2011-04-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [f20cae63c0540393d9deb995f5724d19649a2458]

        remove legacysmgr_component_writeInfo from the .map files

2011-04-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb61910299181c6d202ad2e3e549a2b6c3db6f33]

        remove legacysmgr_component_writeinfo fromt the .map files

2011-04-03  Francois Tigeot  <ftigeot@wolfpond.org>  [682884dc1c5fab07d1a0737f4fde8d62b25b0289]

        Revert "Remove jpropex, it is unused."
        
        This reverts commit 8c2458ef96f14eb96ca011a18c98c975c332d981.

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [44d2445580c8f8c8555a1c94c445805f0305f3bd]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [c0e0ae545baafb9bad697fc861450e120d59c9e1]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [e8920fbe19a9164f00b476ad42243aaa081e8449]

        use simpler local statics for gcc
        
        a) gcc's -fthreadsafe-static is apparently sufficient so
        removes an extra layer of locking
        b) and this helps out helgrind to better analyze thread-safety

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [562a46dbd8a4fa05cff806d7eab164065e30bbe6]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [ab874eba0321d09c10b256b5c77f2f4e89400941]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [f183d3a500626354508993d453e265da9614df45]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [41d271db85a1adec8591f08b969695c0f7885356]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [723e74b5dc8465e6910729c84a7ecc81262c7e37]

        use rtl::Static where double-locked pattern used

2011-04-03  Caolán McNamara  <caolanm@redhat.com>  [3dfc2de702491e86dfeaaebd789f2143da6e3658]

        use rtl::Static pattern here

2011-04-03  Robert Nagy  <robert@openbsd.org>  [005a8c80450dc3def6683d1a62c75ded9b8a3784]

        remove whitespaces from license

2011-04-03  Robert Nagy  <robert@openbsd.org>  [eff9881fdb620b5bc09f8c26e71a87e38c25b932]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-04-03  Robert Nagy  <robert@openbsd.org>  [bc42d934825877651f3f6fa91e18abb61a5a327a]

        add -Wl,--sysroot=$(SYSBASE) to gb_LinkTarget_LDFLAGS only if SYSBASE is !nil

2011-04-03  Robert Nagy  <robert@openbsd.org>  [9294d02f03bb81aa370adfba53e28eacc0cb529f]

        filter some library names on *BSD too just like on LINUX

2011-04-03  Robert Nagy  <robert@openbsd.org>  [da9f525995df60664894b715db1ea01d35c40673]

        add -Wl,--sysroot=$(SYSBASE) to gb_LinkTarget_LDFLAGS only if SYSBASE is !nil

2011-04-03  Robert Nagy  <robert@openbsd.org>  [bc2bee8fdc9061e38154371090a7108d1d6e4be4]

        filter some library names on *BSD too just like on LINUX

2011-04-03  David Tardon  <dtardon@redhat.com>  [fa94b21f2e24da0d19e11b73ed3a78fc9ec87536]

        the interface classes/functions must be dllpublic

2011-04-03  David Tardon  <dtardon@redhat.com>  [3dad48ab3b9a0550a7cd72c562be5170ae2b93d4]

        convert leading tab to spaces

2011-04-03  David Tardon  <dtardon@redhat.com>  [0d963e8dff57dff1124b62f1d8c422d6449fcdbd]

        convert leading tab to spaces

2011-04-03  David Tardon  <dtardon@redhat.com>  [a561fc7f6538c9e3271f0a2e9847577adeb25842]

        convert leading tab to spaces

2011-04-03  David Tardon  <dtardon@redhat.com>  [c019d96798bc1273b2c324151a70806d7320162c]

        gbuildize drawinglayer

2011-04-03  David Tardon  <dtardon@redhat.com>  [0765270914a48f37b887e80c834f864d29365b05]

        forms is completely under gbuild now

2011-04-03  David Tardon  <dtardon@redhat.com>  [adf4bb8fea6059a39a8f779153bf9979b7e65436]

        gbuildize drawinglayer

2011-04-03  David Tardon  <dtardon@redhat.com>  [2da4abc60907083d2fbfe862c28a3864c99474ea]

        add vim modelines

2011-04-03  David Tardon  <dtardon@redhat.com>  [3193a3b018964051ba784f47aece6883fb2a1d61]

        add vim modelines

2011-04-03  David Tardon  <dtardon@redhat.com>  [6fc82236e857be3f575644693ca55f1cbbfc8090]

        fix copy&paste relict

2011-04-03  David Tardon  <dtardon@redhat.com>  [cc39ffae09436af1727a39e35877c0e268bb2d4e]

        oops, still need these

2011-04-03  David Tardon  <dtardon@redhat.com>  [48a10ed627336ae0a34f14a7d7a946d7ef0f3b28]

        gbuildize forms

2011-04-03  David Tardon  <dtardon@redhat.com>  [25b47c571babdfaafb5b1506648acce207f64f21]

        gbuildize forms

2011-04-03  David Tardon  <dtardon@redhat.com>  [af544c8f8465654c8611ba07af5985e65270f081]

        gbuildize forms

2011-04-03  Miklos Vajna  <vmiklos@frugalware.org>  [1b44db0e58fb6a693371ce6f545506565ec2bbc8]

        Revert "configure: add hamcrest jar to classpath after junit, if found"
        
        This reverts commit 7d5c250a4d70b92460f3bf199dc8db9f69651b3b. It broke
        'jar tf' and it's not necessary: if 'Class-Path:' entry is missing from
        JUnit's manifest file, it should be fixed in JUnit.
        
        Acked-by: Rene Engelhard <rene@debian.org>

2011-04-03  Francois Tigeot  <ftigeot@wolfpond.org>  [132c52c44a1b7b339c1e23858c2ea646d9b31acd]

        Use the default PATH to find the curl executable.
        
        The previous code was trying to pick up the full curl path in a harcoded
        list of places and actually failed to locate binaries on some hosts, even
        though they were present in $PATH .

2011-04-03  Francois Tigeot  <ftigeot@wolfpond.org>  [c462e933f8e9369857b4f7bf58549a85b865e914]

        Remove jpropex, it is unused.

2011-04-03  Thorsten Behrens  <tbehrens@novell.com>  [973cf596359d27860a8e0a77472b8160b200c199]

        Move utl component registration file to new location
        
        gbuild places component registration files into a different path.
        Adapted postprocess packcomponents accordingly.

2011-04-03  Thorsten Behrens  <tbehrens@novell.com>  [18c1d32efe77987b2398a09ed923ce27ffcde48e]

        Fix gbuildize unotools
        
        Restore unotools/prj subdir & files there (partial revert of
        fa447e7d6a5286004991abc748ec45d1388ceef3). build.pl still needs
        fragments of that to work.

2011-04-03  David Tardon  <dtardon@redhat.com>  [c54700d19253ef8222761031d7abc06e019d24d6]

        gbuildize unotools

2011-04-03  David Tardon  <dtardon@redhat.com>  [8019d83ed8981c76684e0e4683302e9940cc8c9a]

        remove unused files

2011-04-03  David Tardon  <dtardon@redhat.com>  [7d0875c558b04a578d4fd1a6dbf6a2f22ca5ddf2]

        gbuildize unotools

2011-04-03  Thorsten Behrens  <tbehrens@novell.com>  [1232463815b4eea3131fdb46b1c0deb64e8d0d50]

        Move component reg file for fileaccess in postprocess
        
        Fix changed path for fileacc.component - gmake puts those into
        a different place.

2011-04-03  Thorsten Behrens  <tbehrens@novell.com>  [6e93d0561659d169492ac7f09d1a515f65274f77]

        Added empty d.lst to fileaccess
        
        Hrmpf. Seems deliver needs this dummy file.

2011-04-03  Thorsten Behrens  <tbehrens@novell.com>  [9b5a3a4a5ccde28c219fd6fdc4ac87201e50d19e]

        Partial revert of c059712ee39d14c759c87551c8ac89c957de053b
        
        Though fileaccess is now under gmake, build.pl still needs
        the build.lst for computing dependencies. Took previous version,
        added no-op build action and makefile.

2011-04-02  David Tardon  <dtardon@redhat.com>  [5baa4c0e3a2e78689a3b921458dcebf561107b03]

        convert fileaccess to gbuild

2011-04-02  Caolán McNamara  <caolanm@redhat.com>  [9271b24052f02459a488863db489fb06e797bbcd]

        WaE: -Woverloaded-virtual

2011-04-02  Caolán McNamara  <caolanm@redhat.com>  [ffdd251b4a1714d24a91a6ebc465d3ad9eaa2a0d]

        WaE: mirror starmath change in here

2011-04-02  David Tardon  <dtardon@redhat.com>  [1f9bc2b2aa8168f9c164044058b117d2a17d83ad]

        convert fileaccess to gbuild

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [3b740361f1f9fe186564b2cc634b555ad9e23730]

        Store ScDocument* locally.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [9f9ff37fe372897e2682a4bcedd2b76b9c770979]

        Extend data area for standard and special filters as well.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [03417cf345a6044f97de4b1c18ba01807e39010f]

        Re-implement DB area extension prior to autofilter launching.
        
        This time store the extended DB area permanently.  This makes things
        a bit simpler.

2011-04-02  Julien Nabet  <serval2412@yahoo.fr>  [a6a708c67355b16cb905a735d73b178939c38a29]

        Strip include guards in idl files : missed changes to do

2011-04-02  Julien Nabet  <serval2412@yahoo.fr>  [45e7a5b78c29ebc5bd43ba65d1b02cb4457be613]

        Strip include guards in idl files

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [0a89e8789f2fad854f8ca0e344aeae10e117816b]

        remove obsolete component_writeInfo methods

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [8993f87a33b58cda8bdfb72952fc209179a435df]

        remove obsolete component_writeInfo methods

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [4573664b1e490f830577dfdac580e5dd8e86b73e]

        remove obsolete component_writeInfo methods

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [c364c9efd36b709b3253745f8f1d372f9cf15949]

        remove obsolete component_writeInfo methods

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [edf856f7550c09e7c76d3fa124e741343047e649]

        register lwp / wpg / msworks filter components

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [134dd9adb2240be1c8c7b14327790e50f302f563]

        register msworks and wpg filter components

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [a6411b0e71ef45c365a4751d1a3b60565735d076]

        register lotuswordpro filter component

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [469af1528615df1e2b075f782b08d237f02fa69f]

        fix glyph fallback range crasher with negative nLevel

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [0e88410a03cc4d141c912ef451de15399c7c9e23]

        Use our rtl::Static pattern here
        
        avoid memleak, and remove excessive pointer/new foo, and ensure
        thread-safety on some compilers while leaving the door open
        to skip it with gcc, and help out helgrind

2011-04-01  Paulo José  <pauloup@gmail.com>  [301be85ac5b3bbf452e6076b672468021916ba81]

        New images for document status indicator in the status bar.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [91aef61e6771aaf276ae655fc066c7472b45f0bd]

        Flag for "shrink to data" not used.  Remove it from the signature.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [f2384d6f10178c3bec96e96009255f61e083cda6]

        Removed the dynamic row bits from the db range.  It was a hack.
        
        This concept was there before the Hamburg added their own mechanism
        to allow dynamic expansion of db ranges.  There is no need to have
        two of them, or it would cause weird problems.

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a017f1065a97c7dafe9b8b8cf4decef60818c60c]

        Now the patch applies

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93dfc3fe31c0d972a111b6858e1a21d816e41d71]

        This patch should apply now

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [59d17ebd9bf00d0a74143b6bd9e9ec7875ec3474]

        This patch should apply now

2011-04-01  Miklos Vajna  <vmiklos@frugalware.org>  [7258bad29775f358fb4c68a5f1330e1bf51515e7]

        configure: add hamcrest jar to classpath after junit, if found
        
        Hamcrest is a dependency for JUnit-4.4+ and it's packaged separetely on
        some systems.

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [b113ccc89c454bef6e1681fd2d1eca22c4ae9110]

        disable patch breaking the build

2011-04-01  ka  <kai.ahrens@oracle.com>  [0c556d8991301b6cc2cb10e456a7235f1f12dd1e]

        ooo340libs: needed patch changes for external libraries/using external/jpeg*.h again

2011-04-01  ka  <kai.ahrens@oracle.com>  [eb9bbbdf7faaad957b41697fa61cd3342b37cef3]

        ooo340libs: needed patch changes for external libraries/using external/jpeg*.h again

2011-04-01  ka  <kai.ahrens@oracle.com>  [0fb5462f69e7b5e44ac8abb1cba1a2115676494f]

        ooo340libs: needed patch changes for external libraries/using external/jpeg*.h again

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [c82fb9b9ceec701f49024c9fd3c3de146fae9588]

        fix evolution local addressbook integration, which uses a new local: uri

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [a0f825b71a8e3740f712e723af0db1e286e3487f]

        fix evolution local addressbook integration, which uses a new local: uri

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cd6a251f97a7e429372186464774e3c2af22b61f]

        Silence some unreachable code warnings

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2ee4f9ee016a7c7474e447c8abd6e5742d22422a]

        Handle corrupted WP6 prefixes graciously

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [696214c97ca5a01fc723d88cb1e8e7616fc5bf2b]

        Silence some unreachable code warnings

2011-04-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b8eb5d0cdf402129cb236ffaea87ceaeac3319df]

        Handle corrupted WP6 prefixes graciously

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [d9b8481681ecc66042655da3f084209dc4cd4bb5]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [3ab3374ed3863c7c6e329c56aabec31d6c908656]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [b9531cc36bab026919d61691e52e455994eb2c2f]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [2d1c21259ee3f333b73e817aa111f85a8542aa93]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [1250d4ea73e97fd1292594cd194676d782dd984e]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [d350e4097042cdbe29fc908d36038da16b80dc8e]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [d91f5582f0415712c4749c3a5f88f4401af2f337]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [8f6c69259dfc2ffe2fc9dfd0c421dd58f6e13f36]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [c1a99ea66840b86131629cfe039e841238081e23]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [e03b0eb5f7bbf37390b196c6d6b71e5c0f9e8f96]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [492303b1aec48951026f590aa75c120303c432f2]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [15642286fafeb49399a83cdbc9cd406f6ebbcdaa]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [d51b4c5803c5dc061d4616228da219246374a54c]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [089a5c11c09332d896a2a5e3a03ca9ecfbefb7ca]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [42842b13f6ed69d13d602f3865848df055f245df]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [7c0c5a961a113d1ca4dbff60b5b31ca18b9d4468]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [f3aafe2011b1e3677216408ec80bd688d060ca21]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [2c745c4edaff2476ab8df3c256a3bdb596ae2938]

        LibreOffice-3.5 development started in master
        
        Branch "libreoffice-3-4" has been created. Further changes in master
        will be used for LibreOffice-3.5 release.

2011-04-01  Petr Mladek  <pmladek@suse.cz>  [47bb8a341e59c5e4c90f5cfebeff8d253b727d1f]

        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  Petr Mladek  <pmladek@suse.cz>  [8d33622f3bb56d6758f09f8bfe92b1d542ff14b8]

        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  Petr Mladek  <pmladek@suse.cz>  [30f0c768cea2a6130921543d7ea047d9950026b2]

        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  Petr Mladek  <pmladek@suse.cz>  [c8d8e7c9c210a79a8ae9a1414e04db0594ff1b01]

        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  Petr Mladek  <pmladek@suse.cz>  [5639308f4b3acffa6116dbc0f8a70aa1efcaa729]

        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  Petr Mladek  <pmladek@suse.cz>  [e8517fbc3c412aa63e0cc4bd609b82a82170a1d9]

        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  Petr Mladek  <pmladek@suse.cz>  [5f15b96e60994e171b0a95df328122612bb409f2]

        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  Petr Mladek  <pmladek@suse.cz>  [8727c72ee48a93c40cf243373580168637f692c0]

        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  Petr Mladek  <pmladek@suse.cz>  [486270c1b4b8595da6238222988e8d24932aca9a]

        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  Petr Mladek  <pmladek@suse.cz>  [7834f3610752d5f7fa8d5e0f4ed375e264350df8]

        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  Petr Mladek  <pmladek@suse.cz>  [02ecc932eb1c11f66e496502dd0d17beabf0eed2]

        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  Petr Mladek  <pmladek@suse.cz>  [78ba6955d07e968aaca042f6043dfc04b06331da]

        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  Petr Mladek  <pmladek@suse.cz>  [fde60cbd329b20c13d91190601b8a1b57dc9a7be]

        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  Petr Mladek  <pmladek@suse.cz>  [b34c55cdbe7f56c5652e90cec25103b35eb15c17]

        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  Petr Mladek  <pmladek@suse.cz>  [d99726db9fa723e6c418690d158d619034f2a581]

        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  Petr Mladek  <pmladek@suse.cz>  [7ea17ad46a93898cc2b58871851eed850a05e2d1]

        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  Petr Mladek  <pmladek@suse.cz>  [6efec4f510383725d52e9da0d0571e7d4783cddd]

        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  Petr Mladek  <pmladek@suse.cz>  [d19cdf8d2cdfbc38c813dd81459303f5f2c03037]

        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  Petr Mladek  <pmladek@suse.cz>  [97dd6dd6f826e6865a5615f2d02cd8e06796ac50]

        add ct2n and translations into .gitignore

2011-04-01  Rene Engelhard  <rene@debian.org>  [8890bf7cd258b09be17a480cfdec0b66a40e22c8]

        jvmfwk-gij-paths.diff: more gij/libgcj paths

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [275ef738ec071ad54278077ff622aa85b4090e59]

        pragmatic approach to silence warnings

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a59e57ab2cd776593a0ea18b6e36b08857d9c3de]

        skip Junit test, when no Junit available

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [2ad56b1ae2cfe3e6d61e5aae712c2a282eb17f50]

        tag as using gnome-vfs for things that care about that

2011-04-01  Martin Kepplinger  <martinkepplinger@eml.cc>  [889c507ee07de291c9881c72856fd72da5627979]

        Cleanup of code comments
        
        Correct and improve some issues about code comments that reviewers brought up.
        Thanks for reviewing!
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4b4ab2a0dd8a61172f931e248b7a977229bdc491]

        add component file for lomenubar

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [88df12e48b927fc50281e56585fc6f4ec5d61675]

        rename service and implementation

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8f95093fce6ea262cffa0a7aeb39141443c96b9a]

        removing useless executable flag from makefiles

2011-04-01  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [01eaa96b3c4fd649994afff1b8b3f79cc8bfb7df]

        removing useless executable flag from makefiles

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [1ec7d8c3f3d7ca6cab652e9259f81f781468402b]

        tweak some of the DBGS to trigger at different levels
        
        i.e. errors at level 1 and the rest at crazy verbose level

2011-04-01  Michael Meeks  <michael.meeks@novell.com>  [58f16ff09672f3e37156d0fc5e79e310b2c49c08]

        add accelerators to Unix 'Ok'/'Cancel' dialog buttons

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [0933b4e6d5a647a500850e28cb6fe88f9540d3cd]

        WaE: use SAL_PRIdINT64

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [c12dc352b56e5285eb1f3154c53b45d92736c622]

        fix up post-merge to actually work again

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [745469225d7d19e9d9567e85c92d1c90172cb529]

        fix catastrophic merge to restore video playback

2011-04-01  Clio  <menenem@bk.ru>  [2056f718b5f000bdddeb68cc17592497f6baea1a]

        Improvements for custom shapes signet, puzzle and heart

2011-04-01  Release Engineering  <releng@openoffice.org>  [e2d7881b2ee3672e836a43b5838a585005e52fc0]

        DEV300

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [612eb1022d56746063775444a535888aced7975a]

        fix video, implementation name was wrong

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [9bb623f1582f016da938eaf2e04c1be74fb90b41]

        remove the confusing Oracle avmediagst.component

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [d0a4422615b5338877529501e3072aa09bea49cf]

        %s, not %c

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [d773d846474ca62967b86a445b3d231f2cdbad91]

        fix typos

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [b8d4fb0bae36653fef6376787591a0dd42d1fe2a]

        add ... to Movie and Sound to indicate another dialog will appear

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [b44c411b9f0d81cbd3397172a74010af39a568bd]

        sync this with STR_ARR_SVT_LANGUAGE_TABLE to get letter wizard working

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [4d89ec2e24b38fc504e31ec19fa325624c3d5535]

        WaE: struct vs class

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [aba0b8e42dabe1727899cf10d4daeda99bf013af]

        add in .webm suffix for jrb

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [0380abfd3adf368a20d7c0cab9571961a08a5717]

        document letter wizard + STR_ARR_SVT_LANGUAGE_TABLE gotcha

2011-04-01  Caolán McNamara  <caolanm@redhat.com>  [3e8c90e32b2264e667f7f4da4b1fa8399a3cca28]

        add in .webm suffix for jrb

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [99796d2482c2931a1023b8230a3f6b18d1f48ebf]

        CWS-TOOLING: integrate CWS os151

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1682eb01e75a78f01e7ef8b37097ed744b568703]

        CWS-TOOLING: integrate CWS os151

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [013fa416d39f1c219722e6736b7234f944fe774f]

        CWS-TOOLING: integrate CWS solaris11

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [46ea6402b9db4e436dfe3dc0459949d1265b2834]

        CWS-TOOLING: integrate CWS solaris11

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [50628e59cb8c26d419653488e861c6079829a084]

        CWS-TOOLING: integrate CWS solaris11

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [21d7b66729b013c2d29bccb0677a6941234b04ae]

        CWS-TOOLING: integrate CWS solaris11

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a2ae6ba78a9869528f42cf46a5fae0dc7a13e7e5]

        CWS-TOOLING: integrate CWS solaris11

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bb450689caa1143fff0f51b3ba79b3a18d98b87b]

        CWS-TOOLING: integrate CWS mav60

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a75058e893ae734a3c648db891ea281e04a97fcd]

        CWS-TOOLING: integrate CWS mav60

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [626d0e2e051f71a0bf93b2dd4c519d077fa74f67]

        CWS-TOOLING: integrate CWS mav60

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [85ea8e9095f6be2faef2531ac1cba57bbbdc2c26]

        CWS-TOOLING: integrate CWS mav60

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [605ebc1399566686085c98c5698903af31b97607]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0000c0157ae5ba7468c4a5c12d60e762963f81bf]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4b2ca8301e621bfd49b0fbb448fefc05d9b1e9e6]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [962450811b9fad1167218ec844b5d2ea41f8d31e]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ea50cf6ef53e01732df5622832fcd9c8f1c5933e]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [10c8e439bce0a9c131673eb6a21a14fa42d04289]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5524a24f2116fb7f54ce35384dfeb7ea916af32e]

        CWS-TOOLING: integrate CWS calcvba

2011-04-01  David Tardon  <dtardon@redhat.com>  [3e3c167f4c15ad8801e4f24a5594ed3216185f9f]

        the libxml-based XSLT filter impl. depends on package

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [214ce687e66e305d4353fcbbfcf58527a023f01a]

        Prefer bool over sal_Bool in ScDBData.

2011-04-01  David Tardon  <dtardon@redhat.com>  [3d07d32ed4a1a8eee4d3eb13a78d902b5ca33943]

        convert DBG_ assertions to OSL_

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [87fea6345c74f48204b0fbf5ea8e2b0834aa9891]

        Silenced warnings.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [4cf41de4f1dcc3330892e8c54e67a19ca389f042]

        Added bits for subtotals to make use of anonymous db ranges.
        
        This change allows multiple subtotal ranges to be created on the same
        sheet.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [1b059829bc6698c15c6bb5459a61348ac56ffda5]

        Added container to store global anonymous db ranges.
        
        This is needed to support multiple subtotal ranges.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [8dcd3e554cf1eb1f92419ae6b55213accec656a4]

        Finally, export the import mode parameters.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [6dea7664a94986b4857d4907151f56ff5705e3b4]

        Import the data import mode.  This concludes the task on the import side.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [3e86754ca3690188a63eb3416b703a60bbbd4c4f]

        Moved up the user index data member.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [12024429e295b959001258d790ecac4b074203d0]

        Cleaned up ScSortParam.
        
        Tabs and sal_Bool madness.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [7d18257bde13f64bad9fb87f663bfb347cd6b899]

        Import sort paramters for the anonymous database ranges.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [587b69a8eba8a20c057210d900e58c1cfaf465b2]

        Convert field positions from absolute to relative upon export.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [28c7c35d30e692d669a6d569559ff007889caf56]

        First cut on exporting sort parameters.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [97ba4c59a14f8613f72d20df49207aadb3bdf6a3]

        Let's check the db data itself instead of using the old flag value.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [8a1600e6a69149b175d063e969a4e17f5fce61e2]

        Convert field positions from relative to absolute on import.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [3ecb992f1be8877fbdc2188c6dd6848de1073b4c]

        Initial cut on trying to import the filtering properties of anonymous db.
        
        Still not quite working right.  Something must be broken.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [3598f368be1de598c5e5796f3056b6b0f32e5bcd]

        Field index must be relative to the first field.
        
        Also, let's not write the subtotal element when there is not subtotal
        entries to export.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [b85b4a09c4bde7391604eadd0ed75ae6ec2f19c8]

        Field index should be relative to the first column index.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [f4cbb0e23af4a9cf0c434e542190513ae947f054]

        Export filter conditions for anonymous db ranges.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [2211ad695920526e9acf473f342d0732ce1112a8]

        First cut on getting ODS import/export of sheet-local anonymous ranges.
        
        The punch lines is that we don't use UNO API to handle sheet-local
        anonymous ranges during ODS import and export.  Eventually we should
        import the named database ranges using the internal API too, but
        for now we keep the current code (that uses the UNO API) for those.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [64da4408420eae52b1457d61527d109d80da4530]

        We need to delete the old instance before setting a new one.
        
        Not doing so will leak.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [04b59c3331875d3f1b258ce09ba327772dfa6917]

        We shouldn't expose internal-only anonymous ranges via UNO API.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [d54224d5fe952e10c9b113ed67a9e0c91205f166]

        Reverted space only changes.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [7ba8ca9aa17a3dddbb7ad3a4fd3325f89d9eb229]

        Check for NULL, to avoid crashes.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [1075b6b48dd9f5bf71be830d43c75c86560808cc]

        Let's use a different prefix for sheet-local anonymous ranges.

2011-04-01  Kohei Yoshida  <kyoshida@novell.com>  [4878a5038ae2f5cb188b69b5d07066c5570399d2]

        Non-essential change.

2011-04-01  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [7df4c7feacf51c141a7beaa2a8404d932d7c2e86]

        Support sheet-local anonymous database ranges.
        
        This is for an Easy Hack to allow one autofilter per sheet, not per
        document.

2011-03-31  Petr Mladek  <pmladek@suse.cz>  [afc1d128d61e6cf0742aa6ac40fa746746dadf52]

        search moc4 in $QT4DIR/bin before searching $PATH

2011-03-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d934a94827562769755bcd7421bf06f66b27cf7e]

        getting rid of warnings as far as possible

2011-03-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4fb358d251546e67a18bcb09610d97127c054f25]

        add lomenubar to the build (disabled)

2011-03-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7a9a88a0f57b8068889762a1c139395b369cb54b]

        renaming to LO code conventions

2011-03-31  Alberto Ruiz  <alberto.ruiz@codethink.co.uk>  [2b242efd00bc475c03d43cbf568854d9784b0929]

        initial import of lomenubar
        
        * from http://bazaar.launchpad.net/~lo-menubar-team/lo-menubar/trunk/changes
        * fixed indent to keep git hooks happy, otherwise a vanilla copy

2011-03-31  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dbc1d2d9e232c69664707b270cf06f9da58257b8]

        adding lomenubar lib

2011-03-31  Tor Lillqvist  <tml@novell.com>  [455b1ed9154ecbcef2b0a25141b894abaaecbdca]

        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  Rafael Cabral  <cabral@conectiva.com.br>  [ad1ce50bde9f34005aecae6c118d4bb8ddc0e5a6]

        buildfix-fmtargs.diff: sprintf arguments cleanup

2011-03-31  Bernhard Rosenkraenzer  <bero@arklinux.org>  [065da5b04a22cbd896620a12d750f72c6bdd09c7]

        avoid gcj compilation error
        
        set encoding="utf-8" fork="true" to avoid known gcj error

2011-03-31  Petr Mladek  <pmladek@suse.cz>  [d1ea3841d1c93685a6ed9793e14e5279aebb14ba]

        add rule how to unpack .oxt files
        
        useful to update a 3rd party one

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [1e1a14ba901b1834e175945ebf0a8efce6131134]

        catch exceptions by const reference

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [41434439f615b8ffd2a0a8835e720a9906497713]

        restore old-style __writeRegistryServiceInfo to deploy these as extensions

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [5a6c4a3d50260d23c8d5f4219ae43a6021fb2a0b]

        don't line wrap The Document Foundation

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [0325f344573d8436a4722c6b61644bba90da57f5]

        catch exceptions by const reference

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [40236c6806e557159b80538696dfe700755444cc]

        fix python scripting

2011-03-31  Ivo Hinkelmann  <ihi@openoffice.org>  [e0cfe0f0fbd36782e98a93ed62f897422d2d17e8]

        masterfix DEV300: #i10000# corrected fix

2011-03-31  Ivo Hinkelmann  <ihi@openoffice.org>  [5e59015d5abea4fe06c9ca5c09027eb18b315958]

        masterfix DEV300: #i10000# corrected fix

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [a367e9f1862a191c544f71e02c1d2082434bb821]

        catch exceptions by const reference

2011-03-31  Martin Kepplinger  <martinkepplinger@eml.cc>  [53d16a5d55386c11d32760e3dedda2fd9eeffa53]

        Translate german code comments
        
        Translate the remaining german code comments in writer/sw/source/ui/frmdlg to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-31  Ivo Hinkelmann  <ihi@openoffice.org>  [9b5ff80174fef42428aac1363dad725df8ccc6ba]

        masterfix DEV300: #i10000# add missing GSTREAMER lib

2011-03-31  Martin Kepplinger  <martinkepplinger@eml.cc>  [e4f715babd32d2e94769b2faad743ded785c4ba1]

        Translate german code comments
        
        Translate more german code comments to english. This is contributed under the
        terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [4574a6b9d6a5af0542306f5ef69d77d2ba8bf829]

        sync names with scp2, and fix macosx copy/link

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [9795254fd7238b63ac8830a31ba5f9687d452129]

        fix merge error

2011-03-31  Martin Kepplinger  <martinkepplinger@eml.cc>  [dd0cc6539fc1699e6eca70d650fd88ba3e2c6942]

        Translate german comments
        
        Translate more code comments in writer/sw/source/ui/frmdlg from german to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-31  Muthu Subramanian  <sumuthu@novell.com>  [d8e16e5559b715b8c2853f262a0636e79f5c1853]

        Adding scfilt component entries for xlsx export.

2011-03-31  Muthu Subramanian  <sumuthu@novell.com>  [4d00e3f7d078fc2823f8de84100e46c54fc4226b]

        Adding scfilt component entries.

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [b78b486c7c6bf0371c7bffe86361bea8b00d0558]

        pull correct jfreereport sources

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [b20f3427edf77a2d920338c17bb28f7c0a37ee01]

        we only need the java lib path to link bean

2011-03-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c525a776b3f6354a766cfa01a0fb4c36d436c224]

        sal_textenc3 is not really an uno component, mmeeks dixit

2011-03-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5c89bdb49318547923377f30738df5e6403357e7]

        fix windows packaging of sal_textenc3.dll

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [e76e239b237486061cab42889019cd13d98e5b63]

        we only need the java lib path to link bean

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [545bc689f80819e8ab61dc8b52ca235683cda993]

        now that java paths are out of SOLARLIB can remove this

2011-03-31  Tor Lillqvist  <tlillqvist@novell.com>  [83c048b89bd39e80afc88459ac58036c61a93a66]

        Don't check the directories for uniqueness multiple times
        
        Wen building a multi-language installer the subroutine
        create_unique_directorynames() is called for each language. The same
        directory names will be traversed each time. It needs to check the
        uniqueness of them only the first time, otherwise it will think every
        directory name is repeated.
        
        The check is new, from OOo, but they don't build multi-language
        installers so they have not noticed this problem.
        
        The solution is a bit hacky but works.

2011-03-31  Martin Kepplinger  <martinkepplinger@eml.cc>  [73b7c694134c982adb3b2a63a0a78cee80a3a0f7]

        Translate german code comments
        
        This translates all german code comments in writer/sw/source/ui/fmtui to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-31  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [61f6193d26615e5849a97d670f77d71c7f7d8dea]

        fdo#34489: fix the docx import of comments, properly resolve all ids
        
        Comment, footnote and endnote ids are integer values, not strings. The
        code was using string though the comments ids where defined as integers
        in the model.xml. All are changed to integer values from now.

2011-03-31  Tor Lillqvist  <tlillqvist@novell.com>  [a1ce9700328801413263ff99ea6741aac7cc9a13]

        Rename shellnew2 to 2shellnew
        
        The "DosName" property of a directory item must apparently be unique
        in first five chars, sigh. See the lovely code in
        solenv/bin/modules/installer/windows/directory.pm, the
        create_unique_directorynames subroutine, check for $startlength.

2011-03-31  Caolán McNamara  <caolanm@redhat.com>  [41d8a206335f649b4e2d4ae93754123f9ede2435]

        we don't use the exception value

2011-03-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c45115a7c98f7a2482a5a7fae6cbc40c59c327c]

        Fix windows linking of sc module

2011-03-31  David Tardon  <dtardon@redhat.com>  [ec88b13394cee8cccbb51607011b95f1e21e696b]

        do not deliver these component files, too

2011-03-31  David Tardon  <dtardon@redhat.com>  [8416c092eb69a170d6978cb8320053334ab8978e]

        we ship these script providers as extensions

2011-03-31  David Tardon  <dtardon@redhat.com>  [a470878d5e39eed487dab0db344a9210299fd939]

        we ship these script providers as extensions

2011-03-31  David Tardon  <dtardon@redhat.com>  [1b6b4003a1477da2549ab91d50e3055554d5b63e]

        we ship pythonscript as extension

2011-03-31  David Tardon  <dtardon@redhat.com>  [f86055864f17ff6f7ea3e0baae549aaa475f1bc0]

        we ship pythonscript as extension

2011-03-31  David Tardon  <dtardon@redhat.com>  [a84bd1fa8b33164fa351c65e13acab1dbff2ba30]

        fix mis-merge

2011-03-31  Ivo Hinkelmann  <ihi@openoffice.org>  [ab9cf6f20825d09d19b646f26634920d44ab4c14]

        masterfix DEV300: #i10000# new configure

2011-03-31  Jan Holesovsky  <kendy@suse.cz>  [59a487e52457d7ba3c7d8f8ca490c16ef1125cb7]

        Fix 64bit build with Java (conflicting libjpeg).

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [85c933278b6514ac918ebba0cbc2b755dc299e3c]

        called from --enable-dbgutil

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [6d08463cdf473b5f9fccbc8117e2f80780259258]

        add optional build dependency for ct2n extension

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [63f5fa4f9f09ebc2ba4dd502b340d06b96368284]

        rename --with-ct2n to --enable-ext-ct2n configure option
        
        to be in sync with other extensions

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [3cfb9c869ebd73ffe22f1be006ce6200356d769b]

        bOutlineMode set but unused

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [083860b9ca76a2d460b1f6aabe8977de0d9786e7]

        download 451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
        
        needed for the optional ConvertTextToNumber extension

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [efae191b6c24375826c8809a5e30383687024090]

        ct2n-build.diff: allow to build the CT2N extension (fate#307906)

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [ac660ccc0c6060c2adb1f83cad8216582190f7a5]

        layout-sc-insert-sheet-no.diff: too small input filed (bnc#559445)
        
        the input field for the number of the sheet was too small
        in the layout dialog

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [904afe741bf7224a5c34d552a7f5eacf72bf31ac]

        tiny clean up; removed unwanted comma in array intialization

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [a43360f52338574974bcf7badb71e3d3ba6ccf14]

        buildfix-evo1-vs-evo2.diff: Evo address books conflics (bnc#496902, i#101439)
        
        build either the driver for Evolution 1.x or 2.x; they produce the same binary
        and configuration, so they can't be built at once; Evolution 1.x address book
        is obsolete anyway

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [c93174a788a318ada5097d9e1cd2853f5b7eec07]

        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  Petr Mladek  <pmladek@suse.cz>  [e2c5c4ec0afad6535e45acd5bc69ef79ee7d5bf4]

        warning-return-values-registry.diff: avoid warning (i#58979)
        
        the code was correct; it was wrongly detected by some gcc versions;
        the warning was considered as an error in openSUSE build service;
        the change does not cause any harm;

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [5dba43b4c5927872e9e96815187033bdccc775bc]

        warning-return-values-filter.diff: avoid warning (i#58977)
        
        the code was correct; it was wrongly detected by some gcc versions;
        the warning was considered as an error in openSUSE build service;
        the change does not cause any harm;

2011-03-30  Ivo Hinkelmann  <ihi@openoffice.org>  [f2f949c056dddfbd078fe7cf7c58dcc3acf8a41d]

        masterfix DEV300: #i10000# build fixes

2011-03-30  Ivo Hinkelmann  <ihi@openoffice.org>  [eb22e86903ef7b2e14c5901eda5da7e134e54547]

        masterfix DEV300: #i10000# build fixes

2011-03-30  Ivo Hinkelmann  <ihi@openoffice.org>  [d2f6b45b7bbee300177b0cd71399ede22bc1d4f9]

        masterfix DEV300: #i10000# build fixes

2011-03-30  Ivo Hinkelmann  <ihi@openoffice.org>  [a80265ac483f01312ca5c3a16787ac2f9c2ba6c9]

        masterfix DEV300: #i10000# build fixes

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [9f328f09f9d4a552ed90050bf4b45b099f058ec8]

        sdk-gid-module-name.diff: rename module name to gid_Module_Root_SDK (i#64802)
        
        so the generated list of files does not conflict with the main package

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [f2894bf1896704c65d0dbe887d3c305cea19b0d2]

        sdk-gid-module-name.diff: rename module name to gid_Module_Root_SDK (i#64802)
        
        so the generated list of files does not conflict with the main package

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [bd2c22c758d30989f5422139a1d280811aefb1bb]

        add these too

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [e722261acafe9cd2761005c56fb2b47eb94207e5]

        add flat-xml types to .desktop files etc.

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [00058a58b6229c960acc7af1d084d7a49c534913]

        set mime types on flat xml filters

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [1afc85f34cb0b84f79a2a75abbb05e244bb5638c]

        sfx2-template-category-labels.diff: add new template category "Labels"
        
        useful for blank Labels, calling cards, CD labels, etc.
        Many such templates are at http://sourceforge.net/projects/ooolabels/

2011-03-30  Radek Doulik  <rodo@novell.com>  [92016b9b80af2e78f051939018e7b05d56165206]

        change autofit feature so that it ignores trailing empty paragraphs

2011-03-30  Radek Doulik  <rodo@novell.com>  [97ed03b04834e56ab0b9360eef6638e7cfc56076]

        fix import of percentual top and bottom paragraph margins

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [d3f7b458004af65550e847ffd84cdaab7162b8ed]

        ucb-neon-0.24.diff: fix build with neon-0.24

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [d9d13ce5b89947d34748192b3a68c4cdd9dfb543]

        solenv-dummy-localize-sdf.diff: make the dummy localize.sdf working (i#113389)

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [16da377da87055235e2ff442bfe8dfbffb2d3935]

        solenv-installer-lang-filelist-names.diff: avoid double lang string
        
        do not print twice the lang name in the filelist
        for example, generate gid_Module_Langpack_Basis_es instead of
        gid_Module_Langpack_Basis_es.es

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [985532f27c4042c98b8acf3b630ddfb3860c7cf1]

        solenv-installer-cleaner-paths.diff: do not create '.' subdirectories
        
        omit './' in paths

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [ee55ce5ba0002a48fe3156d28ab1b5cfe934ff1c]

        do not require mysql-devel package at runtime when using system mysql
        
        useful for distro-specific builds

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [69bb4422b7e17b1aedc07ec99084b193f97f6374]

        centralize caserotate and add to other shells

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [f158ee729ca794f52f4a0d28b1c2420e2a1f6ede]

        fix uninitialized bits

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [5126356465a895343b9c0ab12d600d8a27e1518b]

        centralize caserotate here

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [6751ae5b080b8717562e52e02ea17b4e9b874744]

        set default system-zlib/jpeg on some platforms

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [29dbc36ce0bcad9169aba9daee62cd57d51f87e7]

        default to system zlib on contemporary unices

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [2959f6be16da12cb7acb1c5d443dc957294dc134]

        tweak decl to avoid warning

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [d8b112545b44d4166ff531a945d12934f5ab7643]

        Bin some Hamburg crack
        
        We don't need the possibility to use a "source_config" file that would
        list "repositories".

2011-03-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b0687b60b683723b713789e2e746a908a012e63f]

        Avoiding to be too keen in realpathing

2011-03-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5142d3c434402f814775e4927e3f44223a5d5f6d]

        realpathing starmath module

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [4912be984caa4d33e9d43d61d70e34449c355d8e]

        silence tedious javadoc warnings

2011-03-30  Ivo Hinkelmann  <ihi@openoffice.org>  [87987da3c23ed88f2cf86908842ff1a5933fb7b8]

        masterfix DEV300: #i10000# removeing moved code

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [fbcdf13e815a9af1198f7c3fbddacf2c16e71df7]

        Kill UPDMINOREXT and simplify

2011-03-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6071f7a084435d715ca98c709b331d45a521f589]

        Deliver the right thing so that Windows builds again

2011-03-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d7c0f5493420b379b6b3970aa2de17d7f8bb5125]

        Use the right name for a library, so that it knows when we refer to it

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [6edca00ebce96b1580722e20aad7eae54c3cd4db]

        Kill solenv/config once more

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [92a2b2fbb09e08932d6c02be8d8e0d1c8c557aa4]

        jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619)
        
        select the java automatically when the system javavendors.xml is modified
        do not force to do it the user manually

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [c4d894f6b2df7de588da9f1873bc28ad605ecde3]

        build-ant-1.6.diff: MediaWiki can be built with ant 1.6 now

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [ef462f26bc29625a8ecb293e61359e9cde47ffbe]

        silence warnings by enforcing the current reality

2011-03-30  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4a99509d3eddc3edbe0152707d76cf620cf4bc13]

        docx import: don't add all characters from the parser to paragraphs
        
        When the content XML file in the docx archive is formatted with white
        spaces and lien breaks, those are imported as characters in the
        paragraph... which makes no sense.
        
        The stream handler was rerouting all parsed characters to the dmapper,
        making the characters action defined in model.xml useless. Removing the
        overridden characters from OOXMLFastContextHandlerStream fixed the bug

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [4d9e6b2c810aa216f10185d9085a1d21c0b273f3]

        tryQueryAggregation isn't implemented

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [3c66980129ce21b68d3a90aa3318f3c7ed1d8a58]

        WaE: struct vs class

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [2478e7a9eb8a05284269cf360f4cdf6126f1499f]

        WaE: struct vs class

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [6dd13b1c7667e96eb0013b795932e218c3a681ca]

        centralize caserotate

2011-03-30  David Tardon  <dtardon@redhat.com>  [5783dc9da8a3f79f8019f33e4caa6daae05f4459]

        WaE: overloaded virtual

2011-03-30  David Tardon  <dtardon@redhat.com>  [6cd71b82d847a3a667cba0cc7a8941a2eec42fff]

        WaE: unused variable

2011-03-30  David Tardon  <dtardon@redhat.com>  [aa6b57f0dabd6321cf8ece0cc0121eed6c6d869c]

        WaE: unused variable

2011-03-30  David Tardon  <dtardon@redhat.com>  [22ad4b9365075c4f432878633362bbd75b043f79]

        WaE: unused variable

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [da0aa4715e503e59de487d405a50316d633b5f0c]

        Move code inserted in previous commit to correct place

2011-03-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5a21dc127aba1a95b40a28e73c08220f80476541]

        calcvba: missing include

2011-03-30  David Tardon  <dtardon@redhat.com>  [a9ba87e962bcc2c2d2d8e2700a991932feee56bb]

        WaE: overloaded virtual

2011-03-30  Tor Lillqvist  <tlillqvist@novell.com>  [a7c3b749ae0a19bfc9fea11953d723538a72d94d]

        Don't pass a Cygwin path no a non-Cygwin program

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [cc3eb2e5f76753ad65b4a7ac1aff9f6b9ff7c3d8]

        build-ant-1.6-swext.diff: allow to build MediaWiki ext. with ant 1.6 (i#90830)

2011-03-30  Petr Mladek  <pmladek@suse.cz>  [3dee2a687bb5d335aa8aec87865b608fed4bf3d3]

        sc-cellsuno-avoid-early-destruction.diff: avoid a crash (i#90076)

2011-03-30  Michael Stahl  <mst@openoffice.org>  [3d916be43e865da7fcafca907c9c6721d1b0c1ec]

        solaris11: #i117606#: padmin: link gb_STDLIBS

2011-03-30  Michael Stahl  <mst@openoffice.org>  [5e9ffbb85ee548a2f31ed99834c13d6c4ec4d714]

        solaris11: #i117606#: solaris.mk: add -Bdirect -z defs to LDFLAGS

2011-03-30  Michael Stahl  <mst@openoffice.org>  [974277f08602cb445c8fe5b7daa7662ff703a7e0]

        solaris11: #i117597#: undobj.cxx: inconsistent parameter constness

2011-03-30  Xisco Fauli  <anistenis@gmail.com>  [d53c8dfe13d031129e019e63e5f85b972dcc8ee3]

        Remove unotest macro

2011-03-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [17f6bf991346c40491d80a4a8869871c2d39f3b6]

        calcvba: disable basic tracing by default

2011-03-30  Jan Holesovsky  <kendy@suse.cz>  [3ffc8fb3f3ab222d3bd73a12883829aac651b941]

        Build with no optimizations already with dbglevel == 1.
        
        Based on talk with David Tardod, the dbglevels are supposed to be:
        
        0 - product
        1 - debug
        2 - advanced debug (with additional code)

2011-03-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [994800ac804eaa7a781a9d774d979fd3c24167a1]

        The return type before SAL_CALL

2011-03-30  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4fee8060d39d387e0f2447b73c5a5a15ede4f70c]

        using --headless, now that it works

2011-03-30  Michael Stahl  <mst@openoffice.org>  [a11f433a956f0176643391e7c945b008ca91d9bf]

        solaris11: #i117606#: framework: move imagesconfiguration.{c,h}xx to libfwk

2011-03-30  Caolán McNamara  <caolanm@redhat.com>  [dac59047be88f2a66478c46df0ff24872b843b79]

        centralize caserotate

2011-03-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [de7607a144cea56212fd299e80a83b8760372ba0]

        seems that quite a few xml files are missing in Package_uiconfig

2011-03-30  David Tardon  <dtardon@redhat.com>  [0e3291b6ff3850fe3cc684288563ea80f995a52e]

        safer way to set debug level

2011-03-30  David Tardon  <dtardon@redhat.com>  [5bb42850c2bd0c012e3f7cf4eeb639d3a96e972e]

        Revert "Default to debuglevel 2 when building with debug=true (using gnu make)."
        
        This reverts commit 8fe706327e09764c46dc1813f5e583857fca3d05.

2011-03-30  David Tardon  <dtardon@redhat.com>  [05e9d61e84df69ab62bad8e88bb7fe78bc84dc9c]

        WaE: unused variable

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [07b9bd6e08626156be6e9f8724a883e60cbb838d]

        fix an unfortunate mishap in the previous component packaging adjustment

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [11e2bc6a0a1ad9aa9e748951bc87c0e1af4dc5af]

        sc is now under gbuild, no more hack to find the *.component are needed

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [e8d177f301b20e4732e1be6e0e2c1e121bed92f6]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [0b509dbe1b4fb6ad097a9dafd877fdfb5db95d58]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [76f3fa15316c86739461d6620f62f469d9f04966]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [9132125502ea60a7c4ce68da0edea667251f66b5]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [0d730cba6f4e22c2445194c9606d8b1ce0394575]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [df965c99f376635361721f8970499611f1732edc]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [3797ed727e646089c1d8db4d21e5baceea20633d]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [216df6626e327b61d6c0f572c0458864a94aa59a]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [af5583b4675d7793ee676c5d94227d5f4db9caf5]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [d2773713d614457b79b3c512b7ca27746ea516eb]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [551dde322c082784c69d18e96aa960b9528e74bb]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [88b54c51c9d39fb4b985a9ff98b5f1232bbea13f]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [e68a8a37ad9f5b0c75fe8600b225b43a61adcd4f]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [e203fc253649f7b71cb8b6f3a661b92250f26583]

        drop bogus executable flag from idl/build/src and config files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [ded2cf7b20609c964ddb3490b4b401c682b8d523]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [4a423f2e13450c9dfce03b99ba8f039c74add87f]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [d3174feec24928b79d015d08c7b5587c0be2bfdb]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [575cefc632e55a4290012d38636c0c06ec2a8166]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [91fdc7d63268f310cd205f9bb04c979e4a013854]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [048d92094b54b57cd4211569a27ffcbe2bbce253]

        drop bogus executable flag from image files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [3921a605a9a7537d1a43850780e087d8c4c509fe]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [c9ba93b0378ac535917635277e4e439fa79de399]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [545a54482562c20a5cc1fd978e6f40ac5e9182e5]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [75e28562280a2cc7f74c1e002459bfe6dfe676a6]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [9406cd63a3454e1c816e18920bbbf029299102cd]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [a2d858ce06f3816e034f2e91c6f7ee4abc52b0ab]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [5648bc851fa4454406b237a4e342bf807185565a]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [524fc0d2632e54630ef9d208b896dfe3291fdddf]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [92542363667374e4b802a866c9ca7df30ccab3de]

        drop bogus executable flag from odf files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [8acc675aa8c3c0cc8b6d49e5d6a84067ec4d08b0]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [1758913402c22ae23c5e101ab4fbc809884435af]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [9f89f363ddc27a5b63b6c377692ecf7e8020a890]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [e60d365c86b164a4a6940a39377b0b580c9e918d]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [fafdd0a6fd68d8ef326987380dc5f13bcc6e706b]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [43741a14fae78f392141244bae58f52b198cd711]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [e13262cb4c6bec387ef964db7f4aaebdde4bb65c]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [3efa3777aadb10559e4a4c1dab6e3339c633b9b6]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [a09675b4c542ebc860468361eee04dc3f166f309]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Francisco Saito  <saito@4linux.com.br>  [be5ff06d05bed3ae73781a46128c6c9e6e865a96]

        drop bogus executable flag from [ch]xx/bas/asm files

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [c74cb0140dba427d5b54d2a983a84270021d71ee]

        cosmetic comments change regarding using --xxx instead of -xxx

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [84a75d7f8fab6a8c1f61764a5809ea744a5197b1]

        support --headless

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [39183c4959895d313bf38299a4f9d4063561b572]

        binned inc/command.h, not used and defined "-headless" vs --headless

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [681dc8833743c39db00408dfb2aa0576def58b42]

        realpath is not very nice with nonexistent path....

2011-03-29  Xisco Fauli  <anistenis@gmail.com>  [1c9e7d47bef1aeb53cb74a8b24cff33ab5fbc692]

        Remove commented code in libs-core/framework

2011-03-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5f962e4465f77cc957be7f2b9a82c3a03f7a843e]

        Fix Windows build of extensions

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3e224a357bd8fda080cf21a9cd010262e9a3913e]

        writerfilter: Fixed TagLogger to actually reuse previously created instances

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8d1db5d279bfbacbbacfc8739de2527004fd5501]

        writerfilter: merge fixes, TagLogger::endElement doesn't have string param

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8f8525cb2be6486fbed81105d72fa9cde46267eb]

        writerfilter: added some more debug output to debug level >1

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [33cbc065251736b6eb8d404a8a65c38d7849d871]

        use --xxx instead of -xxx for command line options

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [b509c0cf167fd72eb9b005ccd3aba939a44037a6]

        use --xxx instead of -xxx for command line options

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [e7c42ce9ddea0a3a38a37577564f405c70c35c6c]

        use --xxx instead of -xxx for command line options

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [a94c30350ef662a7897d4a274a7168ba16eec238]

        add support for --headless

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [c89df72dfcc494a0ed2e9cc956b24a4f84d0d176]

        use --xxx instead -f -xxx for command line options

2011-03-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [735ccf405c64c281eda579039f52e56709a1df40]

        enable headless Junit tests

2011-03-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [47514b528e271c9afc7b68e09946b9ca0f0abaee]

        fd#35772: toolkit.Toolkit::css::awt::XMessageBoxFactory fails on headless

2011-03-29  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4a27caaed362f6788deb420f524dcb25288ecedf]

        enable headless Junit tests and default to that

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [a9f46a4c26ace9e5ab36015bef969b858e771bff]

        use --xxx instead of -xxx for command line options

2011-03-29  Release Engineering  <releng@openoffice.org>  [453af5af1e26ba56d878a31c189f63418c430ae8]

        DEV300

2011-03-29  David Tardon  <dtardon@redhat.com>  [151837450c0bb64ea9e1738d2d3086d823aebd77]

        convert DBG_ assertions to OSL_

2011-03-29  David Tardon  <dtardon@redhat.com>  [2f6a04e3883e17028ca7a9259fa1b558e3b9a9bf]

        convert DBG_ assertions to OSL_

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9edb428b1e8f2a250158b1f57d25ea6388a6125d]

        CWS-TOOLING: integrate CWS ause127

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9d88a79a4cc70bb362cd5b62f39a2a76a6dcbecd]

        CWS-TOOLING: integrate CWS ause127

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [27721a18d60baeec19f75faf7cea6aa302ba925a]

        CWS-TOOLING: integrate CWS ause127

2011-03-29  David Tardon  <dtardon@redhat.com>  [b8ac6f677429bb3d7e907b37a3c373ebcedaa83c]

        WaE: unused variable

2011-03-29  David Tardon  <dtardon@redhat.com>  [137f5866a21fa9620ce4ec8729076b778748b52f]

        WaE: unused variable

2011-03-29  David Tardon  <dtardon@redhat.com>  [27a54e5510ecb9798b2189ce8bddb19b238a9379]

        WaE: unused variable

2011-03-29  David Tardon  <dtardon@redhat.com>  [2108eedbfe937fe1efe1742f69c47d17efcd506b]

        convert DBG_ assertions to OSL_

2011-03-29  David Tardon  <dtardon@redhat.com>  [a4a10bfdb528bf8c0a0cd886f37fe863659dfd6e]

        WaE: unused variable

2011-03-29  David Tardon  <dtardon@redhat.com>  [e097733ca6e5cb1c32cbd5d3bf935b3a823490df]

        WaE: unused variable

2011-03-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [317d0cbd85d0829d395f8806ab998baaf81ac882]

        switch sc to gbuild

2011-03-29  David Tardon  <dtardon@redhat.com>  [98b98a6ffaab058e4f4a353843bebe27f8c51ff6]

        WaE: unused variable

2011-03-29  Michael Stahl  <mst@openoffice.org>  [10b90da757eae57023b6f4301446b0806bbaa5a8]

        solaris11: merge m104 masterfixes

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [00dc32c0eb1a0f6a93a676d0700695ed180b72db]

        make writerfilter build again with debug=t: missing include

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d59156c5204c7f7962494d0c885163de0166b32b]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4296c7c855220334c38aaa9075287b7537ef544f]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f7b32e6addcef689c4ec1826275f06204601c8b9]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cb2f9db57f2fe8ad4841912724f68c36f2beb99a]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bea05e874a9026ca2a9a7040220bb5b507509973]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f40a4db6c8d4807d8133ffbbfa71f71623e2c362]

        CWS-TOOLING: integrate CWS rsvglibs

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [8f19f128bf9221e87e97b82fdab59429d8954633]

        Revert "Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )"
        
        This reverts commit a06dbfc4d1252d453b737cde32bad2ecc56e56b1.

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [1b8ebff421dfe0659f9bb5bbf0c44f8d3282bdd6]

        Revert "tweak list access to prevent iterating past end"
        
        This reverts commit df8759a593bf11fc626b19f2ea797731824200d1.

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [8abd6380239f72185bb2fdf54750a46fdc7a2539]

        Revert "WaE: declaration of 'it' shadows a previous local"
        
        This reverts commit b6702790cda29c6b2e7b5ed24fe2a4e2110cf021.

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [169dfdcb3629a1e4e2b17dd4b7a1307dc8ca7b45]

        Fixed the writer navigation toolbar after DEV300 merge

2011-03-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [74b291636328050050a7b445cc69ab3debe9f5a2]

        Fixed the writer navigation toolbar after DEV300 merge

2011-03-29  Tor Lillqvist  <tlillqvist@novell.com>  [fe6f85305eed27a397bc37d54a5eb29a9d9061ff]

        Don't pass potentially bogus file: URIs to libxml2
        
        libxml2 doesn't understand our syntax for file: URIs in the case of
        UNC paths. Fixes fdo#33970. Picked from OOo's fix for their issue
        i#109096.
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-03-29  Petr Mladek  <pmladek@suse.cz>  [d1163460846f979311a04835eb99a3f6a2743fab]

        icu-4.2.1-rpath.diff: pass $ORIGIN correctly to icu RPATH
        
        need to escape the dollar '$'

2011-03-29  Tor Lillqvist  <tlillqvist@novell.com>  [afdde14cb80286da1474f2a7b2798ff3b97c9037]

        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  David Tardon  <dtardon@redhat.com>  [97cf2b8dd8c1b4c3f6e926521999a0dca208b227]

        fix build with system jfreereport

2011-03-29  David Tardon  <dtardon@redhat.com>  [c059a601b149a0c44df9384648a70f08fd0c4df7]

        move UNO API test to subsequentchecks

2011-03-29  David Tardon  <dtardon@redhat.com>  [3387fc373bf522f3a963706fe21c0265ef4480c7]

        WaE: comparison between signed and unsigned integer expr.

2011-03-29  David Tardon  <dtardon@redhat.com>  [a8e4eab1c4a071aea066e328198498231ab1880d]

        this arg should be reference

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e314cd3d84337a3db67ec1a3807201ed1b2eb050]

        masterfix DEV300: add turkmen lang support

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cbf182a975dd170aa4997677ac3516ade4cb30a7]

        masterfix DEV300: add turkmen lang support

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [6b46285d0f3c54de1dc50d32217a0d95f81897e7]

        ignore fork/exec+java

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [96198071f8a75ac34c49e0f8186d22df03da1ca5]

        masterfix DEV300: skip .hg subdirs

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1ca3a5dee6b0b8ef79799f41dde6a01fa1b04057]

        CWS-TOOLING: integrate CWS vcl2gnumake

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eda802c3e0f832480d5c56a7ec79a5c00e46f912]

        CWS-TOOLING: integrate CWS vcl2gnumake

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [838c0ebd0f158e69bc322539f66acf4eb9709821]

        CWS-TOOLING: integrate CWS vcl2gnumake

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2c421503b9540e4d50ae3ad848e9ba104c3cb376]

        CWS-TOOLING: integrate CWS vcl2gnumake

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eabb05e6ca5ef108b0487ab052f5b6880dde17c4]

        CWS-TOOLING: integrate CWS vcl2gnumake

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [a38f3926ed4dec1c662698942f853c72cd8f4c39]

        Default to debuglevel 2 when building with debug=true (using gnu make).

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [838e4d3efe18f33e5d821d4e645a1b17f7b33015]

        don't bleat about having called GtkSalObject::SetForwardKey

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [6d7f085c8666eb28935181af87a337c269e490d5]

        WaE: unused nError

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [10a3123ef4aceb093ae71dd530050f2ee3686922]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a095da08d2f018c9354767543239d0d0962fe590]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cb393fa55af966c4f9e0f86fa1dc6f459b49b77d]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [872d13bf1e6e7de111cf0e44e973871d49d276d1]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f1f9eeb2f968370c8149c534a1cfcf4f07751d81]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7ef03546da7207e9c2518e5c1ab9d35ee5958de6]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bf5f48db92815a2e275c55ef72bf694f18380dca]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0753870ef92abba2c996d2825e73ce6e349bd1bd]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [020f84b9be7ca00070fa832e48cd377cae462ad9]

        CWS-TOOLING: integrate CWS ka102

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [11677258cbcd4985c7fde0742b5663f4b7b56cf2]

        masterfix DEV300: windows make depend

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [7fb06c07a13f7e8d539a60679f8fde1cce574b14]

        Namespace ZipUtils for the Inflater / Deflater classes.

2011-03-29  Peter Jentsch  <pjotr@guineapics.de>  [c76c986e17194b0f678ba81a9c49a31bcf206607]

        replaced saxon/j extension functions with libxslt/cxx impl in XSLTFilter

2011-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bdeb466ccb95005784d29e9838e61a0996180a64]

        rsvglibs: finishing touches

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [f612a2bf6feec2553aeafb918499b63497d31f91]

        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  Caolán McNamara  <caolanm@redhat.com>  [403b818736d3005d7b2d0364f5dd850fac7ba0c9]

        silence some -Woverloaded-virtual

2011-03-29  Caolán McNamara  <caolanm@redhat.com>  [789bf3ed20e49d5a37338a53ef4f26f4a85ea948]

        Related: rhbz#684580 add testdoc for 'X' and '/' strike-through

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [0e56df30f13a027cf49a4fa2f15817944b04aafc]

        Namespace ZipUtils for the Inflater / Deflater classes.

2011-03-29  Peter Jentsch  <pjotr@guineapics.de>  [dfb4b897267079fb3aa92bfcdff981dbacb864c2]

        make Inflater and Deflater classes available for other packages to use
        
        Currently, those are used within an extension function used by the
        Word 2003 ML XSLT filters

2011-03-29  Jan Holesovsky  <kendy@suse.cz>  [705bda19e8778a748cceeae2913881f1cafb5747]

        Add also Windows version of PACKAGE2 lib.

2011-03-29  Peter Jentsch  <pjotr@guineapics.de>  [e57cac911597522190d07d5afae3449f04ded9a6]

        added package2 linker flag constant to libs.mk

2011-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a2823e2dd86e5179f1fe33c7b56cb76804d941b0]

        rsvglibs: final touches

2011-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [26e2df6b026c994a950c4aea77f02a35bd658207]

        rsvglibs: final touches

2011-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a8167e3b5574a33042ac76bc6c82cf2fc33265ad]

        rsvglibs: conditionally install dependencies

2011-03-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3d2893926b01a3681801e5787df7a41a3e427c36]

        Fix Windows build of SC

2011-03-29  Radek Doulik  <rodo@novell.com>  [c6b3891af9dfecb024982f37fa63c48120ac661a]

        fix unix build

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [fbe6f51dc6db57ce2bbd687c98ef6b1673443bc0]

        CWS-TOOLING: integrate CWS kso51

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3dd03a39a50834e7dac2b4371c385b1dd00525a3]

        CWS-TOOLING: integrate CWS readmechanges34

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [057ee06e71060fbe175727aa2eb083696fd87049]

        CWS-TOOLING: integrate CWS vcl121

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4c2b65f2c0966fa8528dcf0eac25168ced65b633]

        CWS-TOOLING: integrate CWS vcl121

2011-03-29  David Tardon  <dtardon@redhat.com>  [de3adb65d0543e0250d2d233fc513ec8189b53f5]

        WaE: parentheses around '&&' within '||'

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3f2d52647980fd05b5f23b1221430ad7cc9dde7d]

        CWS-TOOLING: integrate CWS extras340

2011-03-29  Petr Mladek  <pmladek@suse.cz>  [047a74d0e7e092f4a30eb5851eb561306994f0a9]

        use --hash-style=gnu linking when supported

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6b4d26b6823ff962b5aaca278b996f99313ddb93]

        CWS-TOOLING: integrate CWS obo56

2011-03-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7858ac61059e188c2b5687bfb34ca7c4d626127d]

        CWS-TOOLING: integrate CWS obo56

2011-03-29  Michael Meeks  <michael.meeks@novell.com>  [31866117cb1bb61b21321f99d5e6635336a9052c]

        if we patch ppds, don't package .orig files

2011-03-29  Michael Meeks  <michael.meeks@novell.com>  [662b3b77621c5e9648439f958a37bfd5de1110a2]

        build against old cairos (with warning)

2011-03-29  Michael Stahl  <mst@openoffice.org>  [d8951febb657be80446ff4175f2fc7e2ae40e15a]

        solaris11: regen configure

2011-03-29  Michael Stahl  <mst@openoffice.org>  [a11db90e32b6970977013c67458a6363aa2fc3fb]

        solaris11: #i117567#: configure: argh, Darwin readlink(1) has no -f:  use old JAVA_HOME check as a fallback.

2011-03-29  Xisco Fauli  <anistenis@gmail.com>  [6652fabcfd862618d508a54324180f3354d9c063]

        Remove dead code in libs-core/avmedia

2011-03-29  Christina Rossmanith  <ChrRossmanith@web.de>  [d05e4e515ddd9ea25da2e77811ae37aa66e90ac8]

        Removed always #defined _USE_UNO

2011-03-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f721cbd66a317fdf0b9e73f683e3e5c4c62b3e41]

        Fix desktop build on windows

2011-03-29  David Tardon  <dtardon@redhat.com>  [1eb3e17796fbcc67422a0c3ae0a45dbd1209ce76]

        WaE: declaration of 'it' shadows a previous local

2011-03-29  David Tardon  <dtardon@redhat.com>  [40f952a1527f999dd9bc137878ca53a6792ab409]

        change the function's description too

2011-03-29  David Tardon  <dtardon@redhat.com>  [0811263e65e1ed48700adc9916bcdef9ab950b37]

        this is just a warning, not error

2011-03-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d57506488873544a28e633b1386da66d09ccdca5]

        Fix Windows build of sw

2011-03-29  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [fdf18984ddf8c922d28fa095a950ebd3f42dde7f]

        WaE comparision between signed and unsigned

2011-03-29  ka  <kai.ahrens@oracle.com>  [4b4a541063a4c81ef4b6b46737bacd98a690eaa8]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [5164e89e3a6471c7e6be701c61071fd86725edfa]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [cd8c5eb2c9a0b781980e0b6c3cc7234e4b5bcf80]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [17373efd253132905c2307e96e83107b16797b99]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [863a139dc5f82013e5003ae598408d0bb278cd93]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [edec9358a29f9cfe06f6146b55193cdcb93bf8a4]

        rsvglibs: rebased to DEV300_m104

2011-03-29  ka  <kai.ahrens@oracle.com>  [9e95ae774904249653842e63192b2c535e8d5ba3]

        rsvglibs: removed deprecated external libs

2011-03-28  ka  <kai.ahrens@oracle.com>  [eb002d1915d37c35afc568781fb161c6b4b16f95]

        rsvglibs: adjustments for external library patches

2011-03-28  ka  <kai.ahrens@oracle.com>  [3d15673188d62ca570342df76497032036cddc67]

        rsvglibs: adjustments for external library patches

2011-03-28  ka  <kai.ahrens@oracle.com>  [febd402ce3877e88a0b67b04323ff8bd633d2075]

        rsvglibs: added external librsvg library

2011-03-28  Kohei Yoshida  <kyoshida@novell.com>  [955e1eca12f94182f79100e27e98ac0a02a4e4a1]

        Updated mdds to 0.5.2. The patch has been upstreamed.

2011-03-28  Kohei Yoshida  <kyoshida@novell.com>  [0f5161e17902849ac1dd81db0efcc42b764c3697]

        Updated mdds to 0.5.2.

2011-03-28  ka  <kai.ahrens@oracle.com>  [dbd4d3966d8abb3baf313c9a4a655c99d48d3bb3]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [2804c5b911ad772943a4905000d18d1521ac5dd6]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [7a916a1ab8922e3b844996bc429c7f546542aa39]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [5d16c1fdae5890f15e81c186c84ed3950e8ea730]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [41c477ef687f9c138700a19a7d5abc6fd63f3499]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [88ffae0574c3470c5a24e9a95218b5645c2f3270]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [c42564a7fdbe8a5e65eff768dca598ee96b8f88e]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [d20e476d1ebb702688e8a5325e5c68fd4fdcaeff]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [44775760807ba1d60153208899eec2d583e16fe6]

        ka102: rebased to DEV300_m104

2011-03-28  ka  <kai.ahrens@oracle.com>  [e9fc30b6901b3af4b406bd3820125d6c607f9784]

        ka102: adjusted cairo dll name

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30e7369173dee7fae0b0de6eb9fab3c4b5df7566]

        This is the simplest variant that compiles

2011-03-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [45583eb883a2f9b0f4b336596c93284c9cc06471]

        remove function DoSave_Impl from binfilter
        
        body was already only return sal_False; hence code adapted

2011-03-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6c34fca713870a463f2b1d2c3591e1d651f834cf]

        remove function Save_Impl from binfilter
        
        its body was only return sal_False, hence code also adapted

2011-03-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [662f59e7a4562af74c64c7e68ba50f7dccbc7f0d]

        remove dead branches in binfilter
        
        due to the return values previously set to false, some branches are
        now unconditionnal. Cleaning of them, removing if (false) branches.

2011-03-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1604a9ca1fbe3d3a8beb28c30c2fcedf3278becf]

        remove function bool SaveCompleted in binfilter
        
        and replaced, where this is checked, with the return value false.

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7e40f9b8c44892a2bd7f076526de731f5bb818a3]

        Add missing com.sun.star.comp.Writer.DocxExport XML registration

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b540309cc6447f4db515970f0184eb96f5f72139]

        I meant this one

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cddef41754f64c8a71f6a6e067acd6ea19bc9e71]

        The prewin/postwin foo should not be necessary here ?

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [9d5e820097199b5ab5ebd17460a5bb068471e52e]

        masterfix DEV300: fix for string corruption

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c408f46f8df0098e1b6c6a53228cb6345254b198]

        masterfix DEV300: fix for multi lang builds

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c7ccd0ba40037b1e517d7b133c74617803e751c4]

        masterfix DEV300: fix for make clean

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [8ed148f64afee06a3b0c82e73af430d4d54b3485]

        Resolves: fdo#33455 implement rendering of 1bit pngs palette colors

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e6cafbe25ccd9813273cadd66ea87b13d661ff64]

        CWS-TOOLING: integrate CWS test123l10n04

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [cbe03fa7500f95d97b76ccc3e3bdced929702ebb]

        CWS-TOOLING: integrate CWS test123l10n04

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [0a07d9c34bff91e868f829911360dce74743db9d]

        CWS-TOOLING: integrate CWS test123l10n04

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [156e15a27aa0409060baccdbcbf044fe6a2940ef]

        CWS-TOOLING: integrate CWS test123l10n04

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [9e3d3cd3b50f358dbb64e5df43833da4341812ad]

        catch exceptions by const reference

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [4fde4288d40ff7601cbbce6572ed77e2ef0e8b39]

        catch exceptions by const reference

2011-03-28  Michael Meeks  <michael.meeks@novell.com>  [7f7f0e3a565f2830c716e48fc16585cfb151ad8f]

        move sc/res/imglst/*/* into sc/res/imglst to please new gbuild setup

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [01479ba67ad6066a637048e812ba8f69e7961316]

        add pre/postwin.h to fix windows build

2011-03-28  David Tardon  <dtardon@redhat.com>  [853b460f7ebf50f4c0461da28a2ef2481d47d263]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [67d1c9384fb2bc090405351bab0bff99782c412c]

        catch exceptions by const reference

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [c0fb1470966103b308d4a346c0022f7545fd7e37]

        add PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [742925d6e57206e469a51995a211980630969d09]

        catch exceptions by reference

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [92fb379ed7d2cc90a499f497be9551e74c22ced8]

        CWS-TOOLING: integrate CWS sw34bf05

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f1af618722ebe03cee48c55c555f80d5dbeb6597]

        CWS-TOOLING: integrate CWS sw34bf05

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7aa5fbbfa78caa528150500167e24311f590f1a0]

        remove dupplicate includes

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e2fac33523d0d9a53fa6602dfbf11e0d246982ee]

        CWS-TOOLING: integrate CWS fwk167

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [ab46c2663ff858f41c225b3450e262d920e1d794]

        CWS-TOOLING: integrate CWS fwk167

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [334dea310925f046ce3d8c06ff5b6483c837978c]

        CWS-TOOLING: integrate CWS fwk167

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6a4774a9b352a4dea1c4fb993f35717d9970ea56]

        CWS-TOOLING: integrate CWS fwk167

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b2863c6cd0e9804e3435a8d07fc96ab7a5f0cb64]

        CWS-TOOLING: integrate CWS fwk167

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3aa1eaab4a6be5d42e068e48a4e64a106da5ee81]

        Fix windows build of avmedia

2011-03-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6423decfb669412c820e019f244f6dc2f85b598e]

        vcl2gnumake: RandR linker switches

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [3828648199c427bbc505738d4522e9246c70a2a3]

        fix windows build

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [28a11c579b2826deb020362bc42ac35b62c83a5d]

        CWS-TOOLING: integrate CWS rt40

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [930c47916fbb2d45e5d4f5a3c5a7cecc5725bb55]

        CWS-TOOLING: integrate CWS calc66

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [d541956811a06ecbd8157f8aefce91b89a55b2aa]

        CWS-TOOLING: integrate CWS calc66

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [2b03086e2e34909791b51f106b0d356a517ce137]

        CWS-TOOLING: integrate CWS calc66

2011-03-28  Petr Mladek  <pmladek@suse.cz>  [fa4a0614ba8eb663884f1f7ead0289e3b2251030]

        lo-commit-stat: print summary into log a file
        
        the generated log file name is:
        
        + commit-log-<branch>-<log-suffix>.log by default
        + bugfixes-<branch>-<suffix>.log with the --bugs option
        
        , where <branch is automatically detected; <suffix> is defined by the
        --log-suffix=<suffix> option

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [1ba7b7c30f13bc3764a338a5a90c2fc7ff09afa6]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7dbbcb43effd8d131d8ef63caef7c2592ee222ed]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4fecf9dda000d42af160142a088d73e2be0311c8]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [99259d117dc146116eefbd6cc323df240c13349a]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [04e84cf2abe39bcfbf6f28ae0311bb8a6788a210]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b9083802ff24851ad4986e07eba2bcd890b64725]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6a2ba28611a39f848fe1baa167d9a8a666388bb5]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5908124b1e7a4b11926db0c83e06020e916d72e8]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Ivo Hinkelmann  <ihi@openoffice.org>  [62b76b304b04ff16da5e5f801bba791861feab18]

        CWS-TOOLING: integrate CWS dba34d

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [a038072fac478cd7b4e61dd2f96ec01bde6e4def]

        add ;

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [8a3a56507a2165714602bf4a462dfbac6d2192bf]

        add PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [09a1d86b527760336303718d4825b27edb77989d]

        using disposing

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [3651b272907080a83d38db5b9a26a1f6d049b20f]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [0bb33605f3ae8fe5e73ccdf862d6d0cb331c40f5]

        class vs struct

2011-03-28  Noel Power  <noel.power@novell.com>  [66098b0f5457b4f5888549db1677b22095c51248]

        tweak list access to prevent iterating past end

2011-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [8ca3d48fc6c8167e75f0c19dd67207d5e5ff75c5]

        Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [c30e0fe5d2bace8a70904f4c54b06691665e8ef1]

        add in pre/post win to build

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [694aee0ce38cf498b9fcc0c7c0bf13ae904efb77]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [10a883604e7ebe88e1e4372dd07dda348fb61e6a]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [8a4a9769147e05356fbc7f793bc8a94aaf86a7c1]

        WaE: pPersist is now unused

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [26b1bc0499c338dd077a3a8bbac3d593494e2d70]

        add in pre/post win in order to build

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [35f72e573dfcd5139fbdd793fc54222a6ac64ae0]

        fix a windows build error

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [fa6a1107ed0b2f8eb7e435d4fb22f72ae670a039]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [8cf1a1f075713f95555a420c89e5ec1936dc02aa]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [c9de2b578a53e1b0907fe8b35f321815fff6757d]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c32255defacdaac0d10c30e05b53d5e1b6d6aee7]

        Fix windows build of automation

2011-03-28  Michael Stahl  <mst@openoffice.org>  [49f33b849159846405a5d1c786d92915df88c78c]

        solaris11: regen configure

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c24ccfb6a02cef8464baf9bd780834eeb2f10307]

        Putting back prewin/postwin in accessibility

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [7be230173109565c4929e2c426d1b1de9aec1921]

        add PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [5ac330061e2ec1dd7cb676a6e745ad3eafefbccd]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [14f444228cf9c11f314d19ace7bf84255eead5e5]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  David Tardon  <dtardon@redhat.com>  [51a3b004bbed4a8ad5133faa1add6f80f61abd4e]

        WaE: possible use of unitialized variable

2011-03-28  Michael Meeks  <michael.meeks@novell.com>  [ab4515c23bb2cdbb23ddf887e27a24e7d2120296]

        make old style match gnumake for vbaobj.uno.so so it matches scp2

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [badd3569d8bcec0748154fbc14236269ec7f59ce]

        Fix windows build of sfx2

2011-03-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2503be5aca3e99a7fbce4e4314d079f93e00d7db]

        rsvglibs: deliver needed executable

2011-03-28  Noel Power  <noel.power@novell.com>  [218b1fe918806243a90e2bd154bb40498fbfd2b2]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2011-03-28  Noel Power  <noel.power@novell.com>  [8f6d7bda68150ada7c71709e32e5f61386d27aef]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2011-03-28  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [d6fc9301e6a12c29247586e07048d5008aaffbef]

        removes some variableScope cppcheck warnings

2011-03-28  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [f4d10fee110e8387bddfbfa8f35f5f6d26c6f44f]

        removes some variableScope cppcheck warnings

2011-03-28  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [b9020e6023eeb7a9d12a1af123b7a07c83144107]

        removes some variableScope cppcheck warnings

2011-03-28  Christina Rossmanith  <ChrRossmanith@web.de>  [57114974c53a98cd09da41e577a7c3349a2e9aec]

        Removed empty else if block

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a80b9d4b622d672c95800c6a3d4b46b0ef5ecfa4]

        Fix basic Windows build

2011-03-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [851d6112c1e3b09ebeae211b6b997bffad6461e3]

        calcvba: try to extract different types as numeric index

2011-03-28  David Tardon  <dtardon@redhat.com>  [19076265bb5eb9ce39d1ffce6b7cee2539962cf7]

        WaE: overloaded virtual

2011-03-28  Xisco Fauli  <anistenis@gmail.com>  [40fe03745fc75609350cf8115134eb07f04eefa7]

        Remove commented code in libs-core/sfx2

2011-03-28  Michael Stahl  <mst@openoffice.org>  [bff405512c43fc473a4a9041b203560143b9f15d]

        solaris11: gvfs: should not abort via g_error (also causes Sun C++ warning)

2011-03-28  Michael Stahl  <mst@openoffice.org>  [8a7919cc5690b08d403775607210398c67251172]

        solaris11: sal: SIOCGIFHWADDR is defined on Solaris 11, but no ifr_hwaddr:  according to [1] SIOCGIFHWADDR would fail at runtime for PF_INET socket  anyway, so just disable it on Solaris.  [1] http://opensolaris.org/jive/thread.jspa?threadID=116059

2011-03-28  Michael Stahl  <mst@openoffice.org>  [931cd90061e0556dfad31770063636e12aba948c]

        solaris11: checkdll.sh: fix broken libpath test

2011-03-28  Michael Stahl  <mst@openoffice.org>  [c4de82c9a636e4c8e91cab392e5a1a17e6ee8677]

        solaris11: #i117566#: gstreamer: checkdll does not work for libavmedia_gst.so

2011-03-28  Michael Stahl  <mst@openoffice.org>  [4bd9ea1f76ab7af76c450379711596f5e0ad6636]

        solaris11: set_soenv.in: fix Solaris JDK include path:  Solaris 11 has JDK with no libmawt.so in motif21 directory, so breaks in bean;  the libmawt.so in headless does not work, so use the xawt directory instead.  xawt/libmawt.so seems to exist in JDKs since 1.5.0.

2011-03-28  Michael Stahl  <mst@openoffice.org>  [b33afb6c8b7410bf299941f9d52f5cc558df3fd4]

        solaris11: #i117566#: gstreamer: Sun C++ complains about bogus atomic int abuse

2011-03-28  Michael Stahl  <mst@openoffice.org>  [ef9a068d328937f7ed18828d9cd2ce76641f6c98]

        solaris11: #i117567#: configure: JAVA_HOME check does not work on Solaris 11:  Solaris basename reports success for the empty string,  /usr/bin/javac is a relative symlink,  and by the way, the amazingly primitive Solaris 10 /bin/sh does not  understand $(), only backticks.  hopefully using readlink -f should work everywhere...

2011-03-28  Michael Stahl  <mst@openoffice.org>  [0398365fafa23bd9d8f8548654b7b068ad561ea5]

        solaris11: #i117566#: gstreamer: Sun C++ complains: C callbacks not extern "C"

2011-03-28  Michael Stahl  <mst@openoffice.org>  [babfd593f7b7568b5a8980d07e8ded88b60f0138]

        solaris11: #i117567#: configure: tweak checks for ant and junit for Solaris 11

2011-03-28  Michael Stahl  <mst@openoffice.org>  [4c2c528a6b6d1475675cc6b3e2154c32d7104016]

        solaris11: configure: tweak check for GNU cp so it is found on Solaris 11

2011-03-28  Petr Mladek  <pmladek@suse.cz>  [ea50673d8e4298db58253d45e4b08061e9d77b7d]

        revert condition for SYSTEM_PYTHON to make it better readable

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [df2b22475a40f8a3728b78222f3d2430e55155b0]

        use PartialWeakComponentImplHelperX for overloaded-virtual

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [d357546ffde2423e8f1f4d80021470e83481f842]

        added gbuild help message

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5373c145a2003d8b45eb9228cc6bbfd0de36fed8]

        OOops again :(

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [915112017757208c3e4a6055bc94795fbaeb92a3]

        Fix Windows build of framework

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [be9b696d1bc0c5df16a86df87f69bf9fd9240f64]

        ooops

2011-03-28  Miklos Vajna  <vmiklos@frugalware.org>  [1ed7acbd03d458b64fd2792386e8c9aa609d4cef]

        fdo#32413: Add an apply button to style edit dialog in Writer

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f11b69270a41c7b6fe2a1fbd5c0a2110b39e22cf]

        Fix Windows build of fpicker

2011-03-28  Caolán McNamara  <caolanm@redhat.com>  [d0d678b46a724b8db91f9610719e10e3a3badc06]

        overloaded-virtual is a c++ option not a c one

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fe551ada2d874b067cf57e80811d9b91e61b5457]

        Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [94a32175d10272bf84cc76957e1647d062289b4e]

        Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [bd1d25fe542863a8bdcd5745c4425786346f8592]

        Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7d34d4b5d23d7c29a22c9e79322dea0dad36096a]

        Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows

2011-03-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1d21a4249661b1b55cf8fbea67ad47ffb4f813fa]

        Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows

2011-03-28  Xisco Fauli  <anistenis@gmail.com>  [b4000b20f09b70b4792d050bc1804025b059bdef]

        Remove commented code in libs-core/formula

2011-03-28  Rafael Dominguez  <venccsralph@gmail.com>  [30cb5b729cf08321428e1464f19e319da9708f34]

        Remove unused DECLARE_LIST.

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bf540443d49a8ceb0071ab7a46f3d0c20866d867]

        One more return of prewin.h/postwin.h hack :(

2011-03-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a18b02e8a3278f1c1b7a505d0551d9254913bfe0]

        Temporarily put back prewin.h/postwin.h hack in tools and vcl

2011-03-28  ka  <kai.ahrens@oracle.com>  [00821810ffe759d3207b377e987e20301fdd9919]

        rsvglibs: minor adjustments wrt. new/updated external libs

2011-03-28  ka  <kai.ahrens@oracle.com>  [a625fc56cc6cdca3d220155b37e9ce0dde5b84c3]

        rsvglibs: minor adjustments wrt. new/updated external libs

2011-03-28  ka  <kai.ahrens@oracle.com>  [ba03ade00164cadaf653b95c909d28f290c419e1]

        rsvglibs: minor adjustments wrt. new/updated external libs

2011-03-28  ka  <kai.ahrens@oracle.com>  [182318fb5ebf4d442c54235a08e9013ef3c8c451]

        rsvglibs: minor adjustments wrt. new/updated external libs

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e02579ab73f0cd9ab471ef787e2b01ca230a291a]

        getting reid of the perl cruft in all

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4618dd39832253ae27d1f94534a9ae7928870129]

        migrate chart2 subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3d12ac1c29ef72ea7da9a2f37cab4a5d3ed19538]

        remove old build system cruft from subsequenttests

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [96fd7112e2b0d6d8c3442553f3d19eeb73a9da9f]

        activate subsequentcheck modules globally

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cfbf640369a2802a5d6d87ddc1c26ed216418a5f]

        register test library

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [fb40f4ede72e804b9449da8f3a53f96c53b4f1e1]

        handle empty JavaClassSets gracefully

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b90f400d4606a134d2992714b62427df2956a200]

        do not depend on an uptodate build for subsequentcheck for now

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [451f00864ca24c5d86e1bae1fa4bca53d4c36289]

        migrate dbaccess subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ac4c98e868c6e7b946cc54636b740d22eca51dc8]

        migrate sal subsequenttests to gbuild

2011-03-28  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c0f9e9cd8f83f9d1b4ebb29cfa2687abd12c506d]

        WaE - variable may be used uninitialized

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8d377d38388faaad15c6a433fb625beab7f2c883]

        migrate forms subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ede70780fcd04d926dfd07707a695e11046debbf]

        fd#35728: various forms.OGridControlModel unoapitests fail
        
        * forms.OGridControlModel::com::sun::star::form::component::GridControl
        * forms.OGridControlModel::com::sun::star::beans::XMultiPropertySet
        * forms.OGridControlModel::com::sun::star::beans::XPropertySet
        * forms.OGridControlModel::com::sun::star::beans::XFastPropertySet

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [5a4837c3f0c6ddf0d3c286655bdb857c9031d968]

        migrate qadevOOo subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [273e5b1f522a56ae74559eb2d404ecf53c9a2428]

        migrate unotools subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a6b3913029370900a2719aa30c570e082a894923]

        migrate linguistic subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [650f3c9e6db808f98712f9920cb7f6e24b21173f]

        migrate ucb subsequenttests to gbuild

2011-03-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [322608408d8bc663112c1d1657e86cc8499d0e19]

        fd#35690: ucb.UniversalContentBroker::css::ucb::XContentProviderManager fails

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [969d60a477742d24afe370fae70db057d2db9341]

        migrate starmath subsequenttests to gbuild

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6182e90a34baa18c6f92113a34274c08c4222b03]

        migrate sd subsequenttests to gbuild

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [1fadc069caed1d23d2b636262d2044a52dbdcb60]

        mav60: #164341# use simple nss initialization in case mscrypto is used

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [8b361b59c7f668d66c6721389f7af7eefb56ce80]

        mav60: #164341# use simple nss initialization in case mscrypto is used

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [65d4580044ab82df5ef30f00875e98d61e000ae4]

        mav60: #164341# use simple nss initialization in case mscrypto is used

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8f62ba5e4f67d3e2001329eff922e3ae04e24b79]

        migrate configmgr subsequenttests to gbuild

2011-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [601415bec617ad14fc1d8ee735c3aeb6e056b43c]

        fix vbaobj delivery for mac on powerpc

2011-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [08bd5e4fde003f2e4cf110016587e606d2331f70]

        fix DEPLOYMENT_TARGET snafu on Mac for translate_toolkit

2011-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [7d3ee8db902f113eccad79531513c7abda95e3c1]

        adjust gitignore rule for Mac and to ignore .gitattributes (now a link)

2011-03-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [1722fc16f18545aa7f3a132a5b2718e30a1a113c]

        fix the vbaobj delivery rule for Mac and windows

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [f8691415aee65ddac28bd993bd4f6d0882685dad]

        mav60: #164341# fix typo

2011-03-27  Francois Tigeot  <ftigeot@wolfpond.org>  [d95321225504ea7e7de5aa4eecfd1382a04d1b9e]

        Deliver vbaobj.uno.so on DragonFly too.

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [a00f39b917848061206d518a95aea3a00a58ebaf]

        mav60: #164341# adjust unix builds

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ab1a0e3096b07091c042c82eafc70a3a5601b131]

        fixing typo

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a096efe4054ef173ffc39b5daa8aca9aa3d9daaf]

        revert accidentally commited changes

2011-03-27  David Tardon  <dtardon@redhat.com>  [cab9dfaedddf81d84a5987f19f531b93afa23246]

        WaE: overloaded virtual

2011-03-27  David Tardon  <dtardon@redhat.com>  [ee0e18c47465b735eda285b2694306b92cfa3f78]

        WaE: unused variable

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a19ed6459ae11431cfcd3c62a5a12df958d9ae7b]

        cleanup of unoapi test

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [50be8f40839acdf93bc33958f0b61da7be5edf9f]

        cleanup of unoapi test

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [44fe64ac4878ee9909e93de3855e1700217174e7]

        cleanup of unoapi test

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c5e22ee5b5d6f1bb6e2ca2d73c0225f9538998c5]

        cleanup of unoapi test

2011-03-27  Francois Tigeot  <ftigeot@wolfpond.org>  [b8c8022b3ba0612f8ab75e4f57d23290bc68fb76]

        Temporarily disable unit tests broken on DragonFly.

2011-03-27  Francois Tigeot  <ftigeot@wolfpond.org>  [b33b2166e299fffd5f51d5e42121a30d05ba36a9]

        Temporarily disable unit tests broken on DragonFly.

2011-03-27  Francois Tigeot  <ftigeot@wolfpond.org>  [d8a9a39393e06f76f9ef7d9b71dd4bec0674378b]

        Temporarily disable unit tests broken on DragonFly.

2011-03-27  David Tardon  <dtardon@redhat.com>  [9d6283051dbf315fe45cc2f51f692a2ca9bc7070]

        WaE: unused variable

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9f2d6d63ee436ba5b77d1ea9ee9fd746fc69da3f]

        no sneaky JAVACOMPILER/JAVAINTERPRETER defaults
        
         * we want no sneaky default values for JAVACOMPILER/JAVAINTERPRETER, we have ./configure

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0acd9982c05cc1ee66a473b8f6e40b25c85663a3]

        adding a comment documenting Module.mk

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c56ceabe663eaa44fdc897c02f4567090e57065b]

        adding a comment documenting LinkTarget.mk

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8750c4ff00b98aaf1af04341534bad9930ecbb8f]

        adding a comment documenting AllLangResTarget.mk

2011-03-27  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4bf5783b3296d24535f96b091f12a2142e514517]

        fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1f
        
         * l10n should now work again (thanks timar for the hint)

2011-03-27  Mikhail Voytenko  <mav@openoffice.org>  [66164edf5bdb77d3e60050711998a98f26414997]

        mav60: #164341# introduce nss initialization for the case when mscrypto is used

2011-03-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ff7dba5ede9bda089e3303b83b3fec1c50187bda]

        fix windows svl build

2011-03-27  Julien Nabet  <serval2412@yahoo.fr>  [a63805b5e3fddf1f3fdb4cc351afa393b3b19612]

        Strip include guards in idl files. Some include in ifndef were still present

2011-03-26  Julien Nabet  <serval2412@yahoo.fr>  [08d473b2fbefb704def159e3e074e7e5cc77e59c]

        Strip include guards in idl files in ure/udkapi

2011-03-26  Julien Nabet  <serval2412@yahoo.fr>  [ee47bd1aed9e9bd72608177a6980ce67f6e86c3d]

        Add global guard to prepare the work of "Strip include guards in idl files"

2011-03-26  Andras Timar  <timar@fsf.hu>  [0c4f0a228db86a514d43bf11e62ed7dd28867fd3]

        Revert "for l10n, we should actually use the merged files"
        
        This reverts commit 58c163ab45d0cf7684a6a5feb0ec0076015bea3f.

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [da5f126844fab3c647c3d95cdf613aaf2e22ceed]

        convert starmath to gnumake

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [701049414bd5ceb4b4eba8c8cd92c9dd6e5a698d]

        harmomized the vbaobj library names with sw use and gnumake expectation

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [51c01745ecde4a6e0891dac065575f73c8794b48]

        add starmath libraries to Repository.mk

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [80035e9fb89347d67f430128abcb0c6639a9c55f]

        add library declaration for sc gnumake

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [2aa4f0298bcd8df4c079801e0c9aeb0466c138b9]

        deliver vbaobj.uno.so to harmonize with gnumake naming

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [f4f16a725706b98af3762bcfe28227f78226e6f3]

        gbuild deliver the component files at different place than old build
        
        in order to support gbuild.lst target in // with build.lst
        we need a bit of define-foo here to point to the correct
        location of the .component xml registration files
        
        this should be removed when the modules are definitively migrated to
        gnumake (i.e when the old build.lst is removed and replaced by gbuild.lst)

2011-03-26  Andras Timar  <timar@fsf.hu>  [50839cd9143a6de9154564e43d3631248cb14798]

        make Tango palette entries localizable

2011-03-26  ka  <kai.ahrens@oracle.com>  [97c0eb66acac1bc05ad30928e0f0d8203c75070c]

        rsvglibs: corrected dependencies

2011-03-26  ka  <kai.ahrens@oracle.com>  [5cf054625f1a5963ff1b0b5ac2bbee220a64caaa]

        rsvglibs: corrected dependencies

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [735ca84cafb876e293bfbd272b23cdc72a87e3b4]

        add translate_toolkit to .gitignore

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [66a2e8efc92d1a07c3fd2e2e6670fd503d7bccd0]

        honour svp plugin too

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [5baf96e29f16fa26b31c0222ceb9f9c8dccd091a]

        Make this singleton demand loaded in order to control its lifecycle
        
        i.e. as a global its getting dtored after the uno infrastructure has been
        shutdown

2011-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [eacecd6b1c472b5b9a6e32e67b853f72488de573]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e4cfff7d71b53cf24fb527f2c3b5ff95406e8901]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9c05a564a1c994afdfc0eeecdb164feff145db9b]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b04d9bd0161790528f3fbd752b89cd1e1ed52770]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [b0b0d11a8a532db2907429afc3c8de1e053723ec]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bcb2ecf467211767c7828ac9ad1d9d00658aa9c7]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [15c21c9397cefba484eab64df352019ec4858441]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [9f94b73c222d6fd23c6974f8156367a709576e95]

        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  ka  <kai.ahrens@oracle.com>  [507e4cf1d9b6233eacbb0dfd9789fc886a1391bc]

        rsvglibs: added external pango library

2011-03-26  Andras Timar  <timar@fsf.hu>  [35ae1fa6a74d44ca68f6a47a899203db451fe950]

        disable jpropex (currently unused and requires Java)

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [1eb0bc70e5270d52461f8526cf0f633a91e1b028]

        we can build with strict-aliasing with >= 4.6.0 now

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [4b7bced098d46b966ed40b68bc0b7f77904bcfdc]

        -fno-use-cxa-atexit is dubious IMO

2011-03-26  Andras Timar  <timar@fsf.hu>  [c8b0ae5e88c26d38339596064077f63e3a133047]

        remove localized palettes
        
        they will be localized within the standard l10n framework

2011-03-26  Andras Timar  <timar@fsf.hu>  [2bd805cd33fca762b40d5b3add0314135143ec38]

        remove localized palettes
        
        they will be localized within the standard l10n framework

2011-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [dbc42e9afe46fc1be73c0e3c431ac0bfd26ea1b7]

        removing unoapi tests from build.lst as they are covered in gbuild

2011-03-26  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [a205f18bb15ddb845ce6bcdcb50f302042460496]

        for l10n, we should actually use the merged files

2011-03-26  Caolán McNamara  <caolanm@redhat.com>  [a8ec2aed9c334d73c6e3b11fa1f7d0865b96620b]

        include windef.h for HWND

2011-03-26  Andras Timar  <timar@fsf.hu>  [9f410a2cef3a5aa3366ffeca2e8e98d7a1704aca]

        make palettes localizable via the l10n framework
        
        the aim is to remove hundreds of localized palette files from
        extras\source\palettes\lang\

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [241c2ec0075037a438f29da268fc72de8eae7f2b]

        fix filter loading: export ScFilterCreate

2011-03-26  Norbert Thiebaud  <nthiebaud@gmail.com>  [ddbe570024e90beceed9aaa37d6b774c376b0b9f]

        fix debug build. use OSL_DEBUG_LEVEL instead of DBG_UTIL macro

2011-03-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba6a2dc29889d74641f3ae49ee15b61099f499cc]

        gnumake support for calc.
        
        calc build and execute. loading excel file fail

2011-03-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f1bedf008c2e7e7bd8f9717177dd3f1740143d0]

        change location of image ressources

2011-03-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [abb67d8ad20f047c55fbff3aedd024b4ebf5e932]

        move image ressource for sc to a more 'regular' location
        
        in order to keep the build rules simple,
        move the images for sc following a tree structure
        that match sw.

2011-03-25  Kohei Yoshida  <kyoshida@novell.com>  [d16c2a87cf70c9c45ccefa963c2a86c3d8c476b8]

        Let's not assign an index here, but have one auto-generated on insertion.

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7dc3029d93a0aeebb4a1a641fe93aff01cb64890]

        oops

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [24e2c22d043a9f1ceec3636db6ab410fa145e90e]

        Little header order tweak

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2d29361dbe8f9b0ee5a55b83aa04382585582c7f]

        fix build of odma provider

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9c224d8ebe3d533678e55b3372d1a6a6ef1a921a]

        fix windows build of sot

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6148536e35e03b758609a53af56e69902123d821]

        One more windows breakage gone

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cbe2ad89be223a7c034fcb5a08eaceee0cdaed8b]

        Adapt the tree to tools/svwin.h removal

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f1ec4b66c2bbcfd40605f8741db557ed80e871cb]

        Adapt the tree to tools/svwin.h removal

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3249fa79d1cf1a90537e0194c43d143e4bf999a6]

        Adapt the tree to tools/svwin.h removal

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50bc16bd35c8a2756f44d9540bde06b4c971d5ac]

        Adapt the tree to tools/svwin.h removal

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [44f4927291069bdfb73ed70c3122e50f9c2adb22]

        Adapt the tree to tools/svwin.h removal

2011-03-26  Julien Nabet  <serval2412@yahoo.fr>  [4bc4420854d38f19146bb68b524c673dfa5c31a7]

        Strip include guards in idl files part 3 (end)

2011-03-26  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8c38ea89992bac2712c36e09ed368c57691b2c1c]

        Remove completely the empty tools/svwin.h

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0ba7fc320d66928fd13ebb86e8f7391272989f44]

        Fix Windows build of tools

2011-03-25  Julien Nabet  <serval2412@yahoo.fr>  [891c75f59b837acd41b4453cc7b7c0da17bf3507]

        Strip include guards in idl files part2

2011-03-25  Michael Meeks  <michael.meeks@novell.com>  [fdd9380bfcc227586f723c70b92df2eaf3fca68e]

        enable odfflatxml component

2011-03-25  Peter Jentsch  <pjotr@guineapics.de>  [eaa8e50b62afd9a0673019d6c106a68fba1916d2]

        fix odfflatxml export broken after merge

2011-03-25  Peter Jentsch  <pjotr@guineapics.de>  [7142bc3dfcd384a32493be5ff67cc71b2ebe73a9]

        add missing component registration for libxslttransformer

2011-03-25  Julien Nabet  <serval2412@yahoo.fr>  [7b0f30588182fec5b8d24c106f7b430a3fb45230]

        Strip include guards in idl files

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [81f2c81b65ed3c4bbaba0c56da41ed6ca2dac4e1]

        Not that PYTHON is set during the internal python based build

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ea26704e834a5b4ac994538fb7750be4f1cfa0a2]

        Find the python modules even when building with internal python

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc17e79207cbc21967c71858b12737e41354f919]

        Fix yet another windows breakage

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [f0969ba1fcffb3f0f68ed86ad1a340a32084e7ee]

        fix windows build

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b8fdb6f2846d55c2670df0d46f7a4d43dcd9cad7]

        remove SaveAs function within binfilter
        
        and replaced with its return value false where called

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [60192eb51f913afa0268db54a7c68d5536407765]

        remove function SaveAsOwnFormat in binfilter
        
        and replace calls with its return value false

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a4fd23698119d6a4e7e800247687faa4ebcf1081]

        remove DoSaveAs function within binfilter
        
        and replaced where used with its return value false.

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [01bfab4a062a666b73dbafe987c8835c1ff892e1]

        remove DoSaveCompleted function within binfilter
        
        all implementation of DoSaveCompleted within binfilter are removed.
        Where called, this function is replaced with the return value false,
        and where this is not checked, a comment has been inserted for the time
        being

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [d5501c5689c58a3cb837b109f76cab4489f06539]

        cleaning code in binfilter
        
        after deleting / touching some file, there have been cleaned out in
        order to get a better view: only comments removal here

2011-03-25  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ccb023fa2e7c0cd4c0b1612b6ab88fcac5a6fc8e]

        binfilter: remove function DoSave()
        
        this function has been removed where called and replaced with its
        return value FALSE where this was evaluated. Some places get instead
        a debug message, since the return value was not evaluated.
        binfilter: remove function DoSave()
        
        this function has been removed where called and replaced with its
        return value FALSE where this was evaluated. Some places get instead
        a debug message, since the return value was not evaluated.

2011-03-25  Francois Tigeot  <ftigeot@wolfpond.org>  [f04c147b8598fa471b8d1e030768239d9293f762]

        Fix a hardcoded reference to the python binary.
        
        Thanks to: Michael Meeks <michael.meeks@novell.com>

2011-03-25  Mikhail Voytenko  <mav@openoffice.org>  [ecea2657b023888aa5be5af41876cee03ffa9b27]

        mav60: fix windows warnings

2011-03-25  Xisco Fauli  <anistenis@gmail.com>  [f1302fb394a3727e0aee18e1429ffa16030d743e]

        Remove commented code in libs-core/desktop

2011-03-26  Muthu Subramanian  <sumuthu@novell.com>  [dfed17ad893bbf67eef4fc56ce9782c4bb002931]

        Fixed NMSP_MASK definition.

2011-03-25  Samphan Raruenrom  <samphan@osdev.co.th>  [2fb8d0d4029022bd40f13a018fe91724bceeab19]

        fdo#33089: Fixed number format handling for Thai locale.

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [927f887b9229dfb5612aeb61ff38c37e6747f97f]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b4321065d407c7bd6039b3e8fa776bceca2f0a45]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [78d6b75c90f39d74b94c9268cbd68dddd8ee22ca]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [620ecfa0dd997c747b45ba29da656353526ec0e2]

        calcvba: #164410# obviously, extractBoolFromAny should also check for boolean value...

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5ad613272937edf33b126eeeb0ab15050c0c115e]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Julien Nabet  <serval2412@yahoo.fr>  [83b5750429c87d0a30872ca436670ed82270d0ff]

        Try to resurrect "add slide thumbnails to HTML export" part

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ab5c7e87cf64d6a2fcbc60f9b6f3e0315fffad42]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [0955d9f54c901fafb5cdf7cc73459d8445543d2b]

        hacking way to reenable subsequenttests

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dbfe237fe254bcaecb9bdf6c39e9ec2beac60e93]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e68c3fc22a5c24c2376541ccb8eaa9284aa6f671]

        Wholesale prewin.h/postwin.h removal

2011-03-25  Luboš Luňák  <l.lunak@suse.cz>  [156471e436a2ae202b14c9bd28cf1a46308d566c]

        enable -Woverloaded-virtual gcc warning
        
        http://lists.freedesktop.org/archives/libreoffice/2011-March/009567.html

2011-03-25  Luboš Luňák  <l.lunak@suse.cz>  [2c2d6bb062fcd0f8a619b231dfb3600baf3c86c8]

        more sensible SdrObject::Clone() and SdrObject::operator=()
        
        Virtual operator=() is IMO pointless, and especially in a class hierarchy
        like SdrObject it's pretty unlikely one could reasonably assign any
        SdrObject-based object to any other one. Moreover, it was actually
        only used in Clone(), which was almost never reimplemented, so the
        more sensible choice is to have non-virtual operator= and virtual
        Clone() always being reimplemented and using that.
        
        This commit also fixes various smaller or bigger, er, interesting
        details in the various operator= implementations.

2011-03-25  Luboš Luňák  <l.lunak@suse.cz>  [0527adbab1eca41ae6aeefa6e63c2e02a796c111]

        more sensible SdrObject::Clone() and SdrObject::operator=()
        
        Virtual operator=() is IMO pointless, and especially in a class hierarchy
        like SdrObject it's pretty unlikely one could reasonably assign any
        SdrObject-based object to any other one. Moreover, it was actually
        only used in Clone(), which was almost never reimplemented, so the
        more sensible choice is to have non-virtual operator= and virtual
        Clone() always being reimplemented and using that.
        
        This commit also fixes various smaller or bigger, er, interesting
        details in the various operator= implementations.

2011-03-25  Luboš Luňák  <l.lunak@suse.cz>  [73813f23fd3dc708d3d4eeb553686f5d967b21dd]

        more sensible SdrObject::Clone() and SdrObject::operator=()
        
        Virtual operator=() is IMO pointless, and especially in a class hierarchy
        like SdrObject it's pretty unlikely one could reasonably assign any
        SdrObject-based object to any other one. Moreover, it was actually
        only used in Clone(), which was almost never reimplemented, so the
        more sensible choice is to have non-virtual operator= and virtual
        Clone() always being reimplemented and using that.
        
        This commit also fixes various smaller or bigger, er, interesting
        details in the various operator= implementations.

2011-03-25  Michael Meeks  <michael.meeks@novell.com>  [6ba9f631578097fee602657baa5f8e3b3fc95d20]

        remove re-definition of BUILD_TYPE warning

2011-03-25  Luboš Luňák  <l.lunak@suse.cz>  [4afa430c30483767440f61d11e9012e694019157]

        more sensible SdrObject::Clone() and SdrObject::operator=()
        
        Virtual operator=() is IMO pointless, and especially in a class hierarchy
        like SdrObject it's pretty unlikely one could reasonably assign any
        SdrObject-based object to any other one. Moreover, it was actually
        only used in Clone(), which was almost never reimplemented, so the
        more sensible choice is to have non-virtual operator= and virtual
        Clone() always being reimplemented and using that.
        
        This commit also fixes various smaller or bigger, er, interesting
        details in the various operator= implementations.

2011-03-25  Francisco Saito  <saito@4linux.com.br>  [4772a7559a5fef1271d724c4b435b0cace297eac]

        removing the executable mode from some sources

2011-03-25  Francois Tigeot  <ftigeot@wolfpond.org>  [e35c8ea9e7ea0d2f749b0d679a037cab35198b1c]

        Consolidate all platform/dragonfly-*.mk in a single file.

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [8c3acb7cc3d8e7c579a34e151f4e795f474b1cf2]

        fd#35668: disable testXDocumentBuilder() in complex.unoxml.DOMTest

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [aed8ab570a0517faf4464868f57ea6fb3e4f3f21]

        fd#35667: disable checkSPARQL() in complex.unoxml.RDFRepositoryTest

2011-03-25  Noel Power  <noel.power@novell.com>  [e71901089adf1ec3d62fef0c6c07559381e5a551]

        fix for fdo#35596 - prevent name clashes with rtl functions in vba mode
        
        replaces the existing hack for blacklisting some function names that exist in libreoffice basic that don't exist in vba ( and potentially clash with user defined procedures ).

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [992ef49eab3d297decfeddcc657275ae30c08c3f]

        calcvba: sequence index typo

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3df85af7421b3c459c36337797f7f6fb86cebc91]

        calcvba: sequence index typo

2011-03-25  Francois Tigeot  <ftigeot@wolfpond.org>  [2bbf77766d2638ec78d693bbd826d5269718998b]

        Add support for i386.

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [9bdccd88f4df2b887216af9fd202b01654458007]

        these can go post types change

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [d2cc2887d23c8150d302100fd5e09f0448dbe699]

        WaE: Index has to be unsigned

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [81a8cc74df3b52ca75e424122bafde22d6c50c00]

        WaE: get member init order list correct

2011-03-25  Andras Timar  <timar@fsf.hu>  [bcf3a12351950e3665d554e9a0df5d2607e65793]

        help needs these images, #i99165#

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [8881bea95a8a00a62af10eea8259586706ef94a2]

        WaE: for simple minder compilers

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cce205cf2139e93307e1414629d0be79f0e9a2d1]

        fd#35666: disable toolkit.UnoControlDialogModel::css::io::XPersistObject

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [02c4c5b35a490bef137af1a8113af85741dc831e]

        fd#35663: disable complex.sfx2.UndoManager because it fails

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [59fc4e3d57bcaf3877c62301c89b7495994bb30c]

        fd#35662: disable sw.SwXPrintSettings::com::sun::star::text::PrintSettings

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [34ba26edef369cab8b2a01c3cb88d4b8e4632c4c]

        fd#35661: disable sw.SwXViewSettings::com::sun::star::text::ViewSettings

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7c390d336f86d131049f3e6c34f5bc6153f6c86f]

        fd#35660: disable sw.DocumentSettings::com::sun::star::text::PrintSettings

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [04006369dcfc0c6d509300c7b6f202cb7140b7e6]

        fd#35657: disable complex.writer.TextPortionEnumerationTest because it fails

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [28c1bfdcf7f636957ffa62983d3486f77991fe22]

        fix localize.pl to search strings in the "translations" module

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [25b7b727475f057b5c8f9b4f69b21f3d922a2302]

        Don't use "uno_" prefix for libraries on Windows

2011-03-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b0de0123633df656f1eca0ee2ff71ebe6f900d68]

        vcl2gnumake: use gb_Library_get_runtime_filename instead of local workarounds

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [818cc0b97f8249671bbb349c03951c591efe824b]

        Unix splash only for Unix

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0755694c5b671f0a86c31de1220dbdff9042da29]

        disable on windows for the while

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fc6b149ea291a21960448e13c70c6a981924d417]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [47d49f4e119a3ff1a51c1289ceb7067b59d06c1b]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6298daa79a0f783d4d8a670f1d5ec8898550e5ff]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4dfbcda719f8aec8d257162e5e4b4a64855183ea]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [34813ca20cb27acef60670d8ad341dcd755fc072]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f3d8be24ea1df0a90517423d32bb1ceb52210238]

        calcvba: rebase to DEV300_m104

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [61be0aedcaeb3427625a05f3015a6c14fd235515]

        calcvba: rebase to DEV300_m104

2011-03-25  Andras Timar  <timar@fsf.hu>  [5a342fcb561e6941f61ad7d6bd797d66c3ee9c1c]

        remove translations from mediatyp.src

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [ba0031d8347d861d983436da1e2dfa8fdb3ed92a]

        calcvba: #164410# change namespace

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [2b7ba2d3c35eef5517ef4c119143451fbf903b7f]

        WaE: consts the wrong way around

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [b275e170e5b518786b51cc24c2aa0b853545fff9]

        WaE: mirror xmloff change in here too

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [3f7b68ead4e3bf71402edd7644f701ca1e4d1f32]

        WaE: set but unused

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [6beb71fe94ed8e45b42d83d3cf66c6d323e3753c]

        WaE: throw out some warnings

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [fa1d8ddc06210705b0681834aa9f7da9102895ab]

        add in the bsds

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [fd04eb6add0ee7b16920cc67f3d386b84d2ede68]

        powerpc uses two defs

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [0e41adf698b97b1254dd138a19c15a94c9033516]

        add unxlngppc to gitignore

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [341efcf5d827d9d2435947b406325d72b4f552fe]

        regain support for arm, ppc, s390x etc.

2011-03-25  Andras Timar  <timar@fsf.hu>  [e5858fef1969a74f25435ea85cfb6f0fe7db4a1e]

        fix language codes: be-BY -> be, ns -> nso

2011-03-25  Andras Timar  <timar@fsf.hu>  [692b87e5212d8ab037efcbe8afee70a080c3aff3]

        fix language codes: be-BY -> be, ns -> nso

2011-03-25  Andras Timar  <timar@fsf.hu>  [5a07c019777e7fc26d89a650d5804408a29190fa]

        add language code 'be'

2011-03-25  Thorsten Behrens  <tbehrens@novell.com>  [13a5548d3af1aac7da3f412f2e31d08505be6540]

        Deliver new sal_textenc lib for Mac, too
        
        Fixes 497f6489ed496ccd53df7a470aad3e9d4f7ff1f8, which was delivering
        only the *nix version of this lib.

2011-03-25  Noel Power  <noel.power@novell.com>  [f6df8d4cd8bb95ede89b5867c3f7e9a64f03b9a7]

        take into account streamname and codename needed match casewise
        
        in servuno on loading up vba modules we try to resolve the worksheet objects based on the codename, from the filter's point of view the streamname = the codename and although this is true they can differ in case ( rare ).

2011-03-25  Vladimir Glazunov  <vg@openoffice.org>  [f2277b6211713d20bb488415ed1e61e86d81b04a]

        #i117080# fix for removal of the userdir

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [381d3499a46ce7891548ccc220fafabbdf054025]

        fixing installation paths for subsequent tests

2011-03-25  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [69111e77a11fcdb97d1493f6a797d3fc5fb74b44]

        adjusting OfficeConnection for junit tests to new parameters

2011-03-25  Mikhail Voytenko  <mav@openoffice.org>  [d699dafe5b8c6f85b5d8ec533b6a9b7618acc288]

        mav60: remove unnecessary assertions

2011-03-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [443675c34ff1ea349a6c68601b7f3bd27529f614]

        os151: #i98753# - method <SwTransferable::PrepareForCopy(..)> - set size of embedded object at the object description structure

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [1bb84a38134a12c2178bd1735d9c42c180c16876]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [e15da3dae7990bd7b815f8882a8eb7d907309c27]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [ffc70ce4f09654fd187848889d790416e6894e59]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [1dbcfd766e9ed599da8e9708e56345c43472c597]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [a8e9fe03e0a48d40ba2087fd52ee396ec4329f3f]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [375029f27425e7c76d86ceeeb7388ea483830ced]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [adad15cff931b6c56862aa1b234efd7b71fb93af]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [075f9682de5c0e30540d08ebfb26b709f80edde6]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [63d665953fb95ae69d41f38afc9cd49922ed4ff2]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [a8bc463c2c847469d0d800147d50356a98e25e90]

        new --with-system-translate-toolkit configure option

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [670d321ead127c7c6570f57328321f4513a420a1]

        download translate-toolkit-1.8.1.tar.bz2

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [4dc8b9fd09d6ccd73c858b302779806b91d3bed3]

        search localized strings in the new "translations" module also by GNU make

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [d9aaf201775d9e72f35eec514b5f7de488b24183]

        set build depencencies against the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [928402389fa8b2e4f7e30e7ba1af31c66addbe11]

        search translated strings in the new "translations" module

2011-03-25  Petr Mladek  <pmladek@suse.cz>  [5b817befbb5444f59e2e6629193f27663b230dd7]

        download "traslations" instead of "l10n" repo
        
        the new one stores strings as in PO files

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9d88c67c4cfa8e894d23ebe7924a9d630327ccda]

        include the right file

2011-03-25  Mikhail Voytenko  <mav@openoffice.org>  [4b65a6b7a8c4b3bda25487d2b04a0f2be2cabc3e]

        mav60: adjust the complex tests

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [f63084c83dd2a895ea2d7443979c329698931e44]

        WaE: set but unused

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [096ce2de8d86c9d8aa3a626cabd839232279a1a9]

        calcvba: #164410# add MSForms.(Combo|Text)Box.TextLength symbols

2011-03-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [23b7e7340671e3994179f14120398ca072a5c922]

        Some realpath foo to build resource files

2011-03-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f194f5d6feb677c7c2dbed029ec974645ca62de2]

        vcl2gnumake: add build dependency smoketestdoc

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6dc0aa8956f71823cd056b1b1b9a4c2f45ce142b]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b3de764decd22151f36ff0a3355a47f122cacbe6]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b79b2d6e68d35d97f9974c79f3e0dd000d0a35b5]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [14955e39935d63bc00a64205a0d969e499f5994a]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5a7ee0fbf9f6183319571cad6e60652a8addd655]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b46dab973c91c3a94bcda188a9888fef3fd16426]

        calcvba: #164410# improve VBA compatibility implementation in various areas: Excel symbols, MSForms symbols, document and forms event handling

2011-03-25  Caolán McNamara  <caolanm@redhat.com>  [2852e40a9a94b32276f8efcf16298935887c0612]

        two NULLS in build.lst

2011-03-25  Rob Snelders  <programming@ertai.nl>  [900d3eb3b861aa3e6de0b62b36103930ed78a58e]

        Added the Adding and removing of color charts

2011-03-25  ka  <kai.ahrens@oracle.com>  [91e5a39cf22e07eef102c2f3e63f2aaaef256810]

        rsvglibs: adjusted makefiles to build external rsvglib dependencies

2011-03-25  ka  <kai.ahrens@oracle.com>  [58dd4557165f409a891b2b774373ae41849f11a5]

        rsvglibs: adjusted makefiles to build external rsvglib dependencies

2011-03-25  Michael Meeks  <michael.meeks@novell.com>  [849f137e67b6b82da037ba94e2c807bd460e31fd]

        disable spl_unx distribution for mac

2011-03-24  Jan Holesovsky  <kendy@suse.cz>  [a874a71d9fda690e1c4bccd0d6d04e8139be2dd7]

        Kill the remnants of the PAM removal (--enable-crypt-link and CRYPT_LINK).

2011-03-24  Jan Holesovsky  <kendy@suse.cz>  [b42bf313e75b41a933cbad2f68dd9e78d7541fcf]

        Kill the remnants of the PAM removal (PAM_LINK and CRYPT_LINK).

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [8baf037f970df0429f9f9d962c75185929e04081]

        cppcheck: fix crash detected by test.
        
        Might be better to not append a space if the text is blank, in which
        case adapt the regression tests. Either way don't reference before
        the start of the string

2011-03-24  ka  <kai.ahrens@oracle.com>  [323cf246437ae0e7e04df44c3e164d87d1d08184]

        rsvglibs: cleanup

2011-03-24  ka  <kai.ahrens@oracle.com>  [06a991f02fe0b68c58e27bc3f02d3ce32f7fb7d5]

        rsvglibs: updated external jpeg library to 8c

2011-03-24  Petr Mladek  <pmladek@suse.cz>  [481316364bbb95b2526ea812cb5c39bb1c6f6400]

        new module translate_toolkit
        
        needed to create localized builds using the new "translations" repo
        where the strings are stored in PO files

2011-03-24  Michael Meeks  <michael.meeks@novell.com>  [e167ad8cbb3fa1456d8525fd4d970c3a5f8e01b0]

        merge size-sal-textenc i#70166

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [86bd1b506fce9542fce35dd0945e642bade4f57e]

        mav60: fix rebase problems

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [b7460db35b7a6d556b40c0e9cde8b808b0029352]

        mav60: fix rebase problems

2011-03-24  Michael Meeks  <michael.meeks@novell.com>  [218fc1d8b96e0c382ef5df5fa9e95cfbb9f559c7]

        don't package splash component for windows or mac

2011-03-24  Noel Power  <noel.power@novell.com>  [ea0cb7fcf19c9487badaa6da021336d05d078415]

        don't use legacy filter for word vba macro & Userform import, use oox instead

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [687e5229db4be0f370431704b01781b78db27284]

        fix incorrect override of TakeTextRect()
        
        bool and sal_Bool is not the same

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [6f2874653ebede9fcb64767821445ea0545609a7]

        if it's not implemented then just don't implement it

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [73af7a2105bbfc98f152a875185d5eaaff66ba11]

        remove virtual from operator=
        
        pointless, there's nothing overriding it

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [a147568a40b19426e984b27f5fe2080c72cd813a]

        remove executable bit from files that are not executables

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [572aed1751b98cf3299e06e6986366cf1dfc50d1]

        remove virtual from operator=
        
        Completely pointless, no inherited class overrides it, in fact
        nothing even seems to use it, and it generates a warning
        with -Woverloaded-virtual.

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [f7b372814e49fc5dfa602ff5291d2a54e648a13b]

        don't hide overloaded virtual methods

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [95c789da9a4d28ab7bb04a377157c81064bb93de]

        using not needed here

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [2cfe83f932d90c4fcce3f9f6e5d76ff72fc835fb]

        why not just write abort() here? fix recursive self-call

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [628582e43cfe72fc0883747a4d1b8b27fc9479c1]

        these can go now post types change

2011-03-24  Michael Meeks  <michael.meeks@novell.com>  [46a73dead40312dce6ffc25c80c803f2aeaeafb5]

        merge size-sal-textenc i#70166

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [bb607d6aa3e65f2e7d46debec9bf7946286aa64e]

        these can be const

2011-03-24  Tor Lillqvist  <tlillqvist@novell.com>  [55a21cff92940ff21826ce4c089996a20039e77c]

        Link with VBAHELPERLIB too
        
        I don't know why we need to link with VBAHELPERLIB, it is supposed to
        contain just inline methods that get compiled in from the headers and
        not needed to be linked with, says Noel.
        
        If it is just here in a unit test, no big deal. If it turns out that
        this should and can be fixed in some other way, this commit can be
        reverted.

2011-03-24  Samphan Raruenrom  <samphan@osdev.co.th>  [e7f7c836d753da21ada4586aab996a43dbea5139]

        fix bug that prevents glyph-fallback for char at end of string

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [f6bf4636fad07568039f6fd19056e8e601d30f74]

        WaE: unused variables

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c663055214e756935255ccb5cf8e61d151a41a2f]

        vcl2gnumake: solve a merge problem

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [00436cbc18dde46b81dd6b73224b489780918cae]

        vcl2gnumake: add missing rpath on solaris to find system freetype library

2011-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [e571d06fa332768fc55e309ac84a76386d8297e4]

        Fixed typo

2011-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [40f04ac7b96eb74e0805c19d5ba9f7c0f46ce9fa]

        Fixed the source file name

2011-03-24  Thorsten Behrens  <tbehrens@novell.com>  [0e8a2d7b212def6167cca80918c05a5127099dee]

        Align postprocess with recent quickstarter changes in desktop
        
        This aligns the mac build with the
        151e325d9adc2e073835665bf2b3c004444b0726 changes in desktop, which
        is now disabled for mac.

2011-03-24  Takeshi Abe  <tabe@fixedpoint.jp>  [cde377f7584fd713dfe5d1d8debf4449dfb07f32]

        Removed an unchanged variable

2011-03-24  Christina Rossmanith  <ChrRossmanith@web.de>  [49b62e4d12fdaff40ec1c4865166faaa8ba1e7a7]

        Removed never defined _ENABLE_CUR_DIR

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9ec7075d48206f13b65fb0442962aa3a2e687156]

        vcl2gnumake: fix a warning

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [a0af6240b3cc56af2ca9f250bf1d97e3a2df846a]

        mav60: rebase to DEV300_m103

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [1933664b4051f65859e1e1f327622974e0814d92]

        mav60: rebase to DEV300_m103

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [e76302d8d7ce4b8ac7bd32ab1bfa137b58ed0004]

        mav60: rebase to DEV300_m103

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [db79f11eaa47a31541d033a5c90d43cac014b265]

        mav60: rebase to DEV300_m103

2011-03-24  Luboš Luňák  <l.lunak@suse.cz>  [ba6cdaa4fa3839d71a13a4d52f936f906652d807]

        proper oxygen icons for print directly and print preview

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2f852c6e840fa089fd778eec1f7096e4218f5498]

        vcl2gnumake: fix warnings

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c121bdfc1f11f41a76c1d04fa28075b2315633e4]

        vcl2gnumake: enable Werror for objcxx files

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [c222b9ce479feb83ad3f922ba42b9f6b13582711]

        mav60: merge

2011-03-24  Mikhail Voytenko  <mav@openoffice.org>  [481a55dc3bbf3c97c828fa727f4c30f0d8ab171e]

        mav60: #164341# fix problems with the new implementation

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [d478848f1659e0641bc50b6fb1a886068f270e04]

        WaE: consistent struct/class declaration

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [8e2117d9fbc65904da2928b759cf5513aa68eeea]

        recover titlepage dialog post merge

2011-03-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b6f069aaeebc2fc20eaab2adae5bb1ee30cc80a5]

        Don't flag inline function __declspec(dllexport/import)

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [521c5da2e1525a2f251731c30baa05b4cbd01c73]

        windows uses BRAND_BASE_DIR instead of OOO_BASE_DIR

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [1e3bbab3795b63b8c073414cb1218b896b278103]

        windows uses BRAND_BASE_DIR instead of OOO_BASE_DIR

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [a84510f86d6a5226a83585d84e35abe25635c380]

        windows uses BRAND_BASE_DIR instead of OOO_BASE_DIR

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [5f9f1cb8e7c7e4a3b9c13f5f9dbe99d0f3b54940]

        add smoketestdoc to .gitignore

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [772193b87a3113abd411fa7eb86672967abcedb9]

        there might not be one set of course

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [7c9b9d5dcd08833486554ed4e88ed8e86ab30ac0]

        vcl2gnumake: updated windows makefiles

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [f9c3fb7d9197a659244aa0bbe063b94688bc1cf6]

        vcl2gnumake: fix a merge problem (thanks mst !)

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [0134428a21eb3a260ad55eee0e1e178aae9d3260]

        fix smoketest post-merge

2011-03-24  Vladimir Glazunov  <vg@openoffice.org>  [9823cbf7faac2ef54b29e453a8fd03bb7d987c6b]

        #i10000# fix for Solaris warnings

2011-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c80267e6ed2feef852066981b3c98f37de800c83]

        vcl2gnumake: solve some merge problems

2011-03-24  Rafael Dominguez  <venccsralph@gmail.com>  [0f42d74c576c6de0352be0d6961aadd031c5a512]

        Remove unused macro.

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [8b69554284e9dca46289543294f0f57fa1fbf168]

        WaE: variable set but unused

2011-03-24  Caolán McNamara  <caolanm@redhat.com>  [dbd2b6037046f0ecaa9a052ebf7c0fa84026968a]

        fix circular depend

2011-03-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a613c9ad5be96a9880cb81571e2128676e3e2151]

        Some OOo -> LO changes (hopeful nothing broke with them)

2011-03-24  Thorsten Behrens  <tbehrens@novell.com>  [710b73a3de05ca8cb6fee069ba23565c78c762d1]

        Bin explicit checking for extension subdirs
        
        This breaks badly on pristine checkouts (that don't yet have the
        other repos cloned, and symlinked into the src tree). Should only
        be a prob for packagers, and they usually know what to do.

2011-03-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0e40dca039bb46ebe1694d116b88482f0b753c0c]

        dba34d: #i117521#

2011-03-24  ka  <kai.ahrens@oracle.com>  [c79ba1c9a4b7ab424b9e7fcaa371aa62ef21b929]

        rsvglibs: merged latest repository changes

2011-03-24  ka  <kai.ahrens@oracle.com>  [c7ba800014c42b22c24c8bc676c5d04fa0c5d07b]

        rsvglibs: added additional external lib gdk-pixbuf/minor build changes for external projects

2011-03-24  Kohei Yoshida  <kyoshida@novell.com>  [74bdcea0a04dd81e69e938130ee1ec2f61e49381]

        Fix a build breakage on FC11.

2011-03-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ba55b417643aa8fe1bdc427a4e1933334d037395]

        remove commented code in connectivity

2011-03-24  Rob Snelders  <programming@ertai.nl>  [f9079cc224f0a745e21ca72c6b23b2f873cd9004]

        translated comments

2011-03-24  Kohei Yoshida  <kyoshida@novell.com>  [1bc121be4f4f24160d962ab0f7e266a73ae6b5bf]

        Select the first checked position. (fdo#31220)
        
        The dialog appears less confusing this way.

2011-03-24  Kohei Yoshida  <kyoshida@novell.com>  [418be7d65833df08f74a9ff5d6aefef87b980354]

        ScDBData now stores ScSubTotalParam as member.
        
        This cleans up its implementation quite a bit.

2011-03-24  Kohei Yoshida  <kyoshida@novell.com>  [436715dac85d4845a74bccea55dd0aec9f21b8ef]

        sal_Bool to bool.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [d7d3d778b5e87191fcdaccd12f6f95cd04cce17c]

        Moved ScSubTotalParam from global.* into own files.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [76ec3cad48f1032221188dbe65da10e42db5eea1]

        Removed unused code.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [24e4e05ec7463d9aa8c644169f23e02838f27f9c]

        Cleaned up ScSubTotalParam.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [bb5f6fa6364c81dd550e42f6bfdd78695e1afbe7]

        Prefer early return and reduce indent level.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [b0abfa40c20bdf03f39b18dd03e6f9b6efeacc91]

        Extracted method for subtotals function.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [a39c8b9adbe0923846e84d4d5d0493d91098e744]

        These string ID's are no longer resolved. Do as Writer does.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [7dc9768fefc52d46017ce5265a868e9abcb0aa62]

        These string ID's are no longer resolved. Do as Writer does.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [5d6aa83dff01ae475b0e6a25fc367a9086bae391]

        Remove IMPL_FAMILY macro; this is too much.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [b2d2a3f59d8eac88aa665fbf23f4ba54f0cec8b1]

        Detect error conditions during initial datapilot construction.
        
        Failure to do so would cause an segfault down the road.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [104d96b4437e0e7ecdf1a6b0e335489fd01069ad]

        Updated doc.

2011-03-23  Kohei Yoshida  <kyoshida@novell.com>  [2fb2ca5de1f7cf21533582d83154858e8a7beee4]

        Create data cache outside of the ScSheetDPData.
        
        This will create a hook where we can detect error conditions before
        going too deep.

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [35966b3f5240e17dccfad1fa9001e54d7a4b861e]

        unoxml.component seemed to move

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [f46e4f570d4006e9cccc7654da8f873aa2ecae56]

        hash_map -> unordered_map

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [42d30393e52184c2564f0967d8e6a78294df7f28]

        get rid of hash_map include

2011-03-23  Andras Timar  <timar@fsf.hu>  [a5ca1dcb91d6aa6e4943ac99e402e0ed660a8392]

        set .gitattributes filter for *.po files

2011-03-23  Andras Timar  <timar@fsf.hu>  [5fa0eba1c2183b9417e3dd7cf3ba6decba776986]

        remove duplicated Occitan entry

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [ab48268453eb21894f3fac215c6117d9391256be]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [0cdc1272fdfbf181b6f297185e0a02dddb912a1a]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Noel Power  <noel.power@novell.com>  [3256422d4fa7b4181079f33e9ec8cf77bbf9226a]

        fix rebase conflict hicup
        
        removed extra include for XDialog.hpp

2011-03-23  Noel Power  <noel.power@novell.com>  [531faf8b6c10fb65ecb51e216cdbba22b6ae6795]

        adapt the vba container controls that got dropped as part of master merge

2011-03-23  Michael Stahl  <mst@openoffice.org>  [eaf1fca59a2fcc9ebf16afbb82361f1a5cb714b3]

        mav60: #i117504#: DocumentMetadataAccess: do not commit document storage

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [ab5d819e7eb62177fd0acb5db058c30322eacf1b]

        WaE: unused variable in non-debug mode

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [c9a0cb919cb2f1512431da0d8f45b04ef589189a]

        big leak right from the start I believe, approx 800k+

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [787b86549305cf0e5fdea28581b1a40f8ed3ef3d]

        fix leak

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [dd8fa7c25af9614dbee5a7795b95d8583093f65b]

        fix more lifecycle problems

2011-03-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1aceb201bdbc44d1577638191782fc63d3ea50ec]

        Right click and clic-drag on a text over background image is weird n#676858
        
        When there an image is wrapped as background under some text, the right
        click select the image and the click and drag doesn't do anything. This
        is fixed by matching the position with the fly frames after the text.

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9f600563f18bc656bbefb1f24b3cd9a7cbdcb27e]

        vcl2gnumake: rebase to DEV300m103

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d05df6bf49c6e3cc8f7f9f60022430fb930b8fbf]

        vcl2gnumake: rebase to DEV300m103

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [961edfc01d4cb29caf8277fe755fc1952d9ff4d7]

        vcl2gnumake: rebase to DEV300m103

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d67e92069b9fb109e33a5133326eef51bf99aeb8]

        vcl2gnumake: rebase to DEV300m103

2011-03-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [24c7ee76e9aa79ab568fdf9abc7d394cc13d9fc3]

        Work around Visual Studio lameness with "max"

2011-03-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f6cc3fd6637b9c68a284307c00ed8e8fedf633d9]

        Add advapi32 to gd_STDLIBS, since it not linked with by default

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4617694b3fd830c8560f8d75d5f6afca618a8d65]

        vcl2gnumake: #i116588# add: windows native resource files, cleanup (thanks hjs !)

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7de3ced6186204e9e1c41c120eb19eac09f9d4a1]

        vcl2gnumake: #i116588# add: windows native resource files (thanks hjs !)

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5ebffff3faea50c35c35fc1730fae56802c5929d]

        vcl2gnumake: #i116588# add: windows native resource files (thanks hjs !)

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [feac669c81401fe88c8a66af7cf116f0c3bffa55]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer
        
        Conflicts:
        	sw/source/core/inc/frame.hxx
        	sw/source/core/layout/wsfrm.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [af0852fd3e50c9fcf5eaacf6a69627cf79a59d13]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ure

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [e849c3f54dfe7c05c4867f4ea2609b6251f14788]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/sdk

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [ba6f8af8a73c21b94c99e33c933bb8e689384d6f]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [12ca87a42a67c397544a96a2c3eb80ec998213ed]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [ba26ed19d82638f3bda7039edaa37addf274e95f]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [63b2496ab450f8f4e42d7148f39a45889581467e]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/impress

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [e90aebf2e354721c55c54b7e96ef2c683a3830f4]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [099ef22601ce39b817933f078b7788852586522f]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [d1862bfe1aa1d2e0357b2f6573c0c164e37bb832]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [5630cca2031eeeaa20c916ea9542ccef2327349f]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	sw/inc/calbck.hxx
        	sw/inc/crsrsh.hxx
        	sw/inc/dcontact.hxx
        	sw/inc/doc.hxx
        	sw/inc/docufld.hxx
        	sw/inc/editsh.hxx
        	sw/inc/expfld.hxx
        	sw/inc/fchrfmt.hxx
        	sw/inc/fmtcol.hxx
        	sw/inc/fmthdft.hxx
        	sw/inc/fmtpdsc.hxx
        	sw/inc/format.hxx
        	sw/inc/frmfmt.hxx
        	sw/inc/ndhints.hxx
        	sw/inc/ndtxt.hxx
        	sw/inc/node.hxx
        	sw/inc/numrule.hxx
        	sw/inc/paratr.hxx
        	sw/inc/swtable.hxx
        	sw/inc/unocrsr.hxx
        	sw/inc/unofield.hxx
        	sw/inc/unoframe.hxx
        	sw/inc/unoport.hxx
        	sw/inc/unostyle.hxx
        	sw/inc/usrfld.hxx
        	sw/inc/viewopt.hxx
        	sw/inc/viewsh.hxx
        	sw/source/core/access/accframebase.cxx
        	sw/source/core/access/accmap.cxx
        	sw/source/core/access/accnotextframe.cxx
        	sw/source/core/access/accpara.cxx
        	sw/source/core/access/accpara.hxx
        	sw/source/core/attr/calbck.cxx
        	sw/source/core/crsr/callnk.cxx
        	sw/source/core/crsr/crsrsh.cxx
        	sw/source/core/doc/acmplwrd.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docfly.cxx
        	sw/source/core/doc/docfmt.cxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/doc/doctxm.cxx
        	sw/source/core/doc/fmtcol.cxx
        	sw/source/core/doc/htmltbl.cxx
        	sw/source/core/doc/number.cxx
        	sw/source/core/docnode/ndsect.cxx
        	sw/source/core/docnode/ndtbl.cxx
        	sw/source/core/docnode/node.cxx
        	sw/source/core/docnode/node2lay.cxx
        	sw/source/core/docnode/section.cxx
        	sw/source/core/docnode/swbaslnk.cxx
        	sw/source/core/draw/dcontact.cxx
        	sw/source/core/draw/dview.cxx
        	sw/source/core/edit/autofmt.cxx
        	sw/source/core/edit/editsh.cxx
        	sw/source/core/edit/edlingu.cxx
        	sw/source/core/fields/authfld.cxx
        	sw/source/core/fields/dbfld.cxx
        	sw/source/core/fields/docufld.cxx
        	sw/source/core/fields/expfld.cxx
        	sw/source/core/fields/reffld.cxx
        	sw/source/core/fields/tblcalc.cxx
        	sw/source/core/frmedt/fefly1.cxx
        	sw/source/core/frmedt/feshview.cxx
        	sw/source/core/frmedt/tblsel.cxx
        	sw/source/core/inc/flyfrm.hxx
        	sw/source/core/inc/prevwpage.hxx
        	sw/source/core/inc/rolbck.hxx
        	sw/source/core/inc/txtfrm.hxx
        	sw/source/core/layout/atrfrm.cxx
        	sw/source/core/layout/findfrm.cxx
        	sw/source/core/layout/flowfrm.cxx
        	sw/source/core/layout/fly.cxx
        	sw/source/core/layout/flycnt.cxx
        	sw/source/core/layout/flylay.cxx
        	sw/source/core/layout/frmtool.cxx
        	sw/source/core/layout/hffrm.cxx
        	sw/source/core/layout/pagechg.cxx
        	sw/source/core/layout/pagedesc.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/layout/sectfrm.cxx
        	sw/source/core/layout/ssfrm.cxx
        	sw/source/core/layout/tabfrm.cxx
        	sw/source/core/layout/wsfrm.cxx
        	sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
        	sw/source/core/table/swtable.cxx
        	sw/source/core/text/EnhancedPDFExportHelper.cxx
        	sw/source/core/text/inftxt.cxx
        	sw/source/core/text/porfld.cxx
        	sw/source/core/text/txtdrop.cxx
        	sw/source/core/text/txtfly.cxx
        	sw/source/core/text/txtfrm.cxx
        	sw/source/core/text/txtio.cxx
        	sw/source/core/text/txttab.cxx
        	sw/source/core/tox/tox.cxx
        	sw/source/core/txtnode/atrflyin.cxx
        	sw/source/core/txtnode/fmtatr2.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/undo/SwUndoPageDesc.cxx
        	sw/source/core/undo/undraw.cxx
        	sw/source/core/unocore/unochart.cxx
        	sw/source/core/unocore/unocoll.cxx
        	sw/source/core/unocore/unodraw.cxx
        	sw/source/core/unocore/unofield.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unoftn.cxx
        	sw/source/core/unocore/unoidx.cxx
        	sw/source/core/unocore/unoobj2.cxx
        	sw/source/core/unocore/unoparagraph.cxx
        	sw/source/core/unocore/unoport.cxx
        	sw/source/core/unocore/unoportenum.cxx
        	sw/source/core/unocore/unoredline.cxx
        	sw/source/core/unocore/unoredlines.cxx
        	sw/source/core/unocore/unorefmk.cxx
        	sw/source/core/unocore/unosect.cxx
        	sw/source/core/unocore/unosett.cxx
        	sw/source/core/unocore/unostyle.cxx
        	sw/source/core/unocore/unotbl.cxx
        	sw/source/core/unocore/unotext.cxx
        	sw/source/core/view/viewimp.cxx
        	sw/source/core/view/viewpg.cxx
        	sw/source/core/view/viewsh.cxx
        	sw/source/core/view/vnew.cxx
        	sw/source/core/view/vprint.cxx
        	sw/source/filter/ww8/rtfexport.cxx
        	sw/source/filter/ww8/rtfexport.hxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/wrtww8gr.cxx
        	sw/source/filter/xml/XMLRedlineImportHelper.cxx
        	sw/source/ui/app/apphdl.cxx
        	sw/source/ui/app/docsh.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/app/swmodul1.cxx
        	sw/source/ui/config/viewopt.cxx
        	sw/source/ui/fldui/fldpage.cxx
        	sw/source/ui/uiview/srcview.cxx
        	sw/source/ui/uiview/view.cxx
        	sw/source/ui/uno/unotxdoc.cxx
        	sw/source/ui/vba/wordvbahelper.cxx
        	sw/source/ui/wrtsh/wrtsh1.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [4be7cca60bc7cc0a066b7384d56624266dc0dfcf]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	codemaker/source/bonobowrappermaker/corbaoptions.cxx
        	codemaker/source/cppumaker/cppuoptions.cxx
        	codemaker/source/cunomaker/cunooptions.cxx
        	codemaker/source/idlmaker/idloptions.cxx
        	codemaker/source/javamaker/javaoptions.cxx
        	cppu/source/typelib/typelib.cxx
        	idlc/source/options.cxx
        	offapi/com/sun/star/util/PathSubstitution.idl
        	offapi/drafts/com/sun/star/form/ListEntryEvent.idl
        	offapi/drafts/com/sun/star/form/XBindableValue.idl
        	offapi/drafts/com/sun/star/form/XListEntryListener.idl
        	offapi/drafts/com/sun/star/form/XListEntrySink.idl
        	offapi/drafts/com/sun/star/form/XListEntrySource.idl
        	offapi/drafts/com/sun/star/form/XValueBinding.idl
        	registry/tools/checksingleton.cxx
        	registry/tools/options.hxx
        	registry/tools/regcompare.cxx
        	registry/tools/regmerge.cxx
        	sal/cppunittester/cppunittester.cxx
        	sal/osl/unx/socket.c
        	sal/osl/w32/diagnose.c
        	sal/prj/d.lst
        	sal/rtl/source/alloc_fini.cxx
        	sal/rtl/source/alloc_global.c
        	sal/rtl/source/makefile.mk

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [f2574337dbf0d5d22d18ddbf0e8295c2ee6f4f3e]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	smoketestdoc/com/sun/star/comp/smoketest/makefile.mk
        	smoketestdoc/data/Global.xml
        	smoketestdoc/data/OptionsDlg.xml
        	smoketestdoc/data/Test_10er.xml
        	smoketestoo_native/data/content.xml
        	smoketestoo_native/makefile.mk

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [11cdc4ccc4ae58437ded5aef40df1276220edc2c]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx
        	odk/examples/DevelopersGuide/Database/DriverSkeleton/SServices.cxx
        	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/fdcomp.cxx
        	odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXml.cxx
        	odk/examples/cpp/complextoolbarcontrols/exports.cxx
        	odk/examples/cpp/counter/countermain.cxx
        	odk/examples/cpp/remoteclient/remoteclient.cxx
        	odk/settings/settings.mk

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [932fb7b958f8e7204275cb709965b30e390c76ad]

        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  Jan Holesovsky  <kendy@suse.cz>  [ce74a5d149f0fa2a257d52dc4bf65c23c9bb23d2]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	graphite/makefile.mk
        	libxml2/makefile.mk

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [3b7ab82aee60aec1e47c1e253d3977a3fc011f5b]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	basic/source/runtime/makefile.mk
        	basic/source/runtime/step2.cxx
        	desktop/prj/build.lst
        	desktop/source/app/app.cxx
        	desktop/source/deployment/registry/dp_backend.cxx
        	drawinglayer/source/attribute/fontattribute.cxx
        	editeng/inc/editeng/fontitem.hxx
        	editeng/source/editeng/edtspell.cxx
        	editeng/source/misc/svxacorr.cxx
        	framework/inc/services/substitutepathvars.hxx
        	framework/source/services/substitutepathvars.cxx
        	sfx2/qa/cppunit/makefile.mk
        	sfx2/source/doc/SfxDocumentMetaData.cxx
        	sfx2/source/doc/objxtor.cxx
        	svx/source/dialog/svxruler.cxx
        	sysui/desktop/icons/so9_base_app.ico
        	sysui/desktop/icons/so9_calc_app.ico
        	sysui/desktop/icons/so9_draw_app.ico
        	sysui/desktop/icons/so9_impress_app.ico
        	sysui/desktop/icons/so9_main_app.ico
        	sysui/desktop/icons/so9_math_app.ico
        	sysui/desktop/icons/so9_writer_app.ico
        	xmlhelp/source/cxxhelp/provider/databases.cxx
        	xmlhelp/source/cxxhelp/provider/db.cxx
        	xmlhelp/source/cxxhelp/provider/db.hxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [219458b0d7a0c785efaaebf2107260d67580db59]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	sd/source/ui/toolpanel/TaskPaneFocusManager.cxx
        	slideshow/source/engine/debug.cxx
        	slideshow/source/engine/transitions/randomwipe.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [90087ebb40a6cf12c9464da4e4ea7cc8b5f24bc5]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	binfilter/bf_xmloff/source/forms/formcellbinding.hxx
        	binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx
        	binfilter/bf_xmloff/source/forms/xmloff_formcellbinding.cxx
        	filter/source/xsltfilter/makefile.mk
        	unoxml/source/dom/characterdata.cxx
        	unoxml/source/dom/document.cxx
        	unoxml/source/dom/documentbuilder.cxx
        	unoxml/source/dom/element.cxx
        	unoxml/source/dom/elementlist.cxx
        	unoxml/source/dom/node.cxx
        	unoxml/source/dom/node.hxx
        	unoxml/source/dom/text.cxx
        	unoxml/source/events/event.cxx
        	unoxml/source/events/event.hxx
        	unoxml/source/events/eventdispatcher.cxx
        	unoxml/source/events/eventdispatcher.hxx
        	unoxml/source/events/mouseevent.cxx
        	unoxml/source/events/mouseevent.hxx
        	unoxml/source/events/mutationevent.cxx
        	unoxml/source/events/mutationevent.hxx
        	unoxml/source/events/uievent.cxx
        	unoxml/source/events/uievent.hxx
        	unoxml/source/xpath/nodelist.cxx
        	unoxml/source/xpath/nodelist.hxx
        	unoxml/source/xpath/xpathobject.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [761118f831295454a896a6d2921db0d8212fcd5b]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	jfreereport/java/flute/makefile.mk
        	jfreereport/java/libbase/makefile.mk
        	jfreereport/java/libfonts/makefile.mk
        	jfreereport/java/libformula/makefile.mk
        	jfreereport/java/libloader/makefile.mk
        	jfreereport/java/librepository/makefile.mk
        	jfreereport/java/libserializer/makefile.mk
        	jfreereport/java/libxml/makefile.mk
        	jfreereport/java/sac/makefile.mk
        	mysqlc/source/mysqlc_connection.cxx
        	mysqlc/source/mysqlc_connection.hxx
        	mysqlc/source/mysqlc_databasemetadata.cxx
        	mysqlc/source/mysqlc_databasemetadata.hxx
        	mysqlc/source/mysqlc_driver.cxx
        	mysqlc/source/mysqlc_driver.hxx
        	mysqlc/source/mysqlc_general.hxx
        	mysqlc/source/mysqlc_preparedstatement.hxx
        	mysqlc/source/mysqlc_resultsetmetadata.hxx
        	mysqlc/source/mysqlc_statement.hxx
        	sdext/source/minimizer/impoptimizer.cxx
        	sdext/source/pdfimport/config/description.xml
        	sdext/source/pdfimport/tree/drawtreevisiting.cxx
        	sdext/source/presenter/PresenterWindowManager.cxx
        	swext/prj/build.lst

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [e8216218859b2a01a4e9b7f6ff07d79c06d8f444]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	package/source/zippackage/ZipPackageFolder.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [acfdc69e78cc1d93a2b6d65ea9cd44a709e84bad]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	sc/source/filter/starcalc/scflt.cxx
        	sc/source/ui/unoobj/chart2uno.cxx

2011-03-23  Jan Holesovsky  <kendy@suse.cz>  [5f08d6e5a4383db99a1ed314181b594a338200dc]

        Merge commit 'ooo/DEV300_m103'
        
        Conflicts:
        	configure
        	configure.in
        	instsetoo_native/util/openoffice.lst
        	set_soenv.in
        	solenv/bin/cws.pl
        	solenv/bin/modules/installer/simplepackage.pm
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/extensions/post_PackModule.mk
        	solenv/gbuild/platform/linux.mk
        	solenv/gbuild/platform/macosx.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/inc/installationtest.mk
        	solenv/inc/minor.mk
        	soltools/cpp/_eval.c

2011-03-23  Thorsten Behrens  <tbehrens@novell.com>  [049e760f40f36b9619947a475f36a17a957276e9]

        Really disable use of pagein on Mac
        
         - there was a 2nd dir re-using that pagein object file

2011-03-23  Katarina Machalkova  <kmachalkova@suse.cz>  [8df89e17db6ddb7899e3e3293ec6e35b2ee382a6]

        Fixed build with --enable-kde4
        
        (ULONG no longer exists)

2011-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [67f0cd0dd2ed0e0970d9be5b9e0f4edd38e82210]

        rsvglibs: libgsf, windows

2011-03-23  Release Engineering  <releng@openoffice.org>  [7ee057d408b05a1fadaa344abfc2d5d0945e3a24]

        DEV300

2011-03-23  os  <os@openoffice.org>  [56d73a5c200d9ec16b08e3ff0aa053cd217ac7b3]

        os151: #i116136# prevent reset of 'modified' flag while sending to outline or clipboard

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [948cb738925817a79b9a0f4671c3deb14abc513d]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [1c847b5fd09e5a64092e4df48591ec38ee3dabdd]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [75516e290d882c5515a188bf2bd2caf2a5f67ac9]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Mikhail Voytenko  <mav@openoffice.org>  [1decd7beffc8333d441b4327649685464e129d26]

        mav60: #164341# fix problems with the new implementation

2011-03-23  Katarina Machalkova  <kmachalkova@suse.cz>  [8f001b2911bf4db53ad15e08da4cee06852f52a4]

        Useless comments--, FIXME--

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [f5de249e2236e9963ccacec431a6904887060a36]

        add --trace-children=yes

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [ea61d58db565b64a58cec7667f0936f73e8cbf07]

        fix various leaks

2011-03-23  Katarina Machalkova  <kmachalkova@suse.cz>  [b77de9280595343c2ca637a522fdb482e18a318f]

        Fixed binary import/export of MSO drawing objects
        
        (related to row limit++ changes - bnc#504623, fdo#32106)

2011-03-23  Katarina Machalkova  <kmachalkova@suse.cz>  [6bda3610fe27a654ccb99d2f947260e0de353c2c]

        Fixed binary import/export of formulas
        
        (related to row limit++ changes - bnc#504623, fdo#32106)

2011-03-23  Katarina Machalkova  <kmachalkova@suse.cz>  [6318254d63ef5c62bbd504c063791c611d6bd1e5]

        Calc xlsx export row limit++ (bnc#504623, fdo#32106)
        
        re-introducing the ability to export sheets with more than 65k rows
        which disappeared with shared bin+OOXML filter transition

2011-03-23  os  <os@openoffice.org>  [db0789cbb6c90478ddf2e1741883a07ac48169e9]

        merged

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [9a406c5a6bae2e3be5889bd59d6e8343757479f8]

        valgrind: don't close invalid fd

2011-03-23  os  <os@openoffice.org>  [89d7b337286c47e438eaae68f8efa5e58426dfa9]

        os151: #108521# mark table cells as modified when pasting content unformatted, RTF or HTML

2011-03-23  Tor Lillqvist  <tlillqvist@novell.com>  [ad6c30fb49061ea7c65581823212e94ba1e82061]

        Drop linker switch -DLL, should not be used when linking EXEs

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [3aeea4b98514e3f5976f8d0af7cd08fa23372730]

        global uno::Sequences are very problematic at shutdown time
        
        because the underlying uno infrastructure has been shutdown already,
        we need to ensure their lifecycle more carefully.

2011-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ebd29ba88ff986e5256f4a940006bdb40ec7ad1]

        ause127: #i117376# filter out files starting with '.' - now quoted

2011-03-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2467876ff266c67b32e61d2ac6518a1446da7931]

        fdo#35584, i#115557: Fixed crash when a control is anchored to a fly frame

2011-03-23  Guto Maia  <guto@guto.net>  [2ea932391f8e86a0dc7d163a432c3ad2c8d6d60b]

        unnecessary test. Decrepted ODIAPI.

2011-03-23  Guto Maia  <guto@guto.net>  [fa7d784704ce4513b7204d62ff0230209259574a]

        unnecessary test. Testing xxml itself

2011-03-23  Luboš Luňák  <l.lunak@suse.cz>  [08245a19a5d84b6f67ec2b73f446bb95eaf00a2c]

        remove virtual from operator=
        
        pointless, nothing overrides it

2011-03-23  Kai Sommerfeld  <kso@openoffice.org>  [0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5]

        #i117329# - Publishing of UNO types, last wave (for now).

2011-03-23  Oliver-Rainer Wittmann  <od@openoffice.org>  [222aa143f18508f514c4ba2d32c82d1ae3334d1c]

        os151: #i102707# - method <SwVirtFlyDrawObj::wrap_DoPaintObject()> - restoration of map mode only if needed and special handling during meta file creation

2011-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [18142be9f7dc3b8b40caa1b1b2118b917c02ac13]

        ause127: #i117518# fix directory access rights inside zip - thanks to mav

2011-03-23  Caolán McNamara  <caolanm@redhat.com>  [f8de01dde2707bcfd4bccf3cb0dc5b26bde851e9]

        ensure safe lifecycle

2011-03-23  Michael Meeks  <michael.meeks@novell.com>  [2479aec5d30cfdbcb24ef8bc2ace67a74c8f4e75]

        fixup paths to pagein files

2011-03-23  os  <os@openoffice.org>  [2042bfa6e98f275047cddb39fd3d5b0592f642e4]

        #i114045# return from page preview: go to the right document position

2011-03-22  Kohei Yoshida  <kyoshida@novell.com>  [62caf690ce3663f8284fb0165dbeb9863559f032]

        Don't auto-adjust date and time values per column width. (fdo#34484)
        
        Actually we want to auto-adjust values per column width *only when*
        the implicit number format is pure numeric.  Note that each cell may
        have two associated number format types: one that's set by the user
        explicitly, and one that's set by the formula interpreter inplicitly.
        We need to care for both.

2011-03-22  Kohei Yoshida  <kyoshida@novell.com>  [e9dda98dacbcfddfe04c23b516ce14bd9fd7292d]

        Let's not clear single cell selection after enter-paste. (fdo#35116)

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [2e3c87b5615261ebef12e6a0e06e4d34a1b734e0]

        port regression test to passive uno component registration

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [8bf38ef50c67a18cdb038539c083073df9e98664]

        string LD_PRELOAD from variable list for test comparison

2011-03-22  Kohei Yoshida  <kyoshida@novell.com>  [51fea2501459c21ccb0a61123316518442b57cae]

        Added unit test for data area calculation.

2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [4a5f7d8ddf8210ddca630f7096c590470c8c0f09]

        Remove obsolete rsc change file (version 1.12 to 1.13)

2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [58ff041844088dc926a81b448c17a794c92c0f85]

        Remove ChangeLog file and its refs

2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [cdf90c51f15dea1eb72b8342c512629736db94a8]

        Remove ChangeLog file (and this one)

2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [f3c5d4c0ee6160acd67ea00a7fae8a4360109828]

        Remove ChangeLog file

2011-03-22  Thomas Arnhold  <thomas@arnhold.org>  [00275dde4ab363fd0171de2703e2730fdc25dc15]

        Remove ChangeLog file

2011-03-22  Kohei Yoshida  <kyoshida@novell.com>  [93e504267160a64a25e04549c933b2ef600169a8]

        Let's check for borders only when calculating printable pages.
        
        The original change was introduced to allow printing of sheets that
        only has cell borders without any data cells.  But, the change was
        not put in the right scope, and ended up affecting all kinds of
        run-time behaviors. (fdo#33621, fdo#33671)
        
        Also fixed some uninitialized data numbers.

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [e1ce6403c36262b59f35312bd69b66f61bfaff64]

        output the paths that fail

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [18cf2ccd24740facefc006603a5fc77e51f7d2cc]

        Revert "Replace String with rtl::OUString"
        
        You can't hope to change *some* virtual methods of a hierarchy and
        leave others untouched, they all have to be changed together.
        
        This reverts commit 9f46bee92be38f2d59295cabd9f1fdb149708153.

2011-03-22  Petr Mladek  <pmladek@suse.cz>  [4889cd73e74088bc22e93a85256a744ca9d5b631]

        build fix: find intro.zip when generating installation sets
        
        intro.zip is not longer in the brand subdirectory

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [14e9da2465ce5f678b1b8339df7516b0ec7a7dd9]

        CWS-TOOLING: integrate CWS tkr38

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [0de0cacef03720ff0054f14680cfcb3ef5e4920e]

        CWS-TOOLING: integrate CWS tkr38

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [707babe243f2f80572504b0d98d35db1c43a9da6]

        CWS-TOOLING: integrate CWS tkr38

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [d26d7768d7315d783fd143765ae68bc802c4445b]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [81b6e47acf8549f865f7bb365976d192e07abfb8]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [1afa44cf20db1eb301992d2a74e1273ba71d8ccc]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [810cf43e7cc8c16790287c6485072ab510c1f2c0]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [4aac1b1152ac1bcb0f253d098efff9acc82acd26]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Vladimir Glazunov  <vg@openoffice.org>  [2e057ce63ae6e0709d51d7defdf5cabc85baae24]

        CWS-TOOLING: integrate CWS sw34bf04

2011-03-22  Ruediger Timm  <rt@openoffice.org>  [6cd39dec2121d18a7d73c84a5d30dd991edf8607]

        rt40: #i117510# Result of solenv/bin/modules/installer/systemactions.pm's find_file_with_file_extension() should be sorted for better predictability.

2011-03-22  Noel Power  <noel.power@novell.com>  [bf8ae88d9c3bf9ad11370c1f1d173fba1728005e]

        fix basic userform operation
        
        re-instate the global containee list

2011-03-22  va  <volker.ahrendt@oracle.com>  [a4daf448493ee16d34abf4867ddafd556f4e0cd1]

        #i116270# Clean-up oracle.dic

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [116fc6f1bfcf5feec9ce5b7fa001441f125d8b00]

        Resolves: #i117506 dodgy lclConvertTimeInterval

2011-03-22  va  <volker.ahrendt@oracle.com>  [14156952455a15f795a57382f126bc5a8e4efdca]

        #i112962# Remove standard.dic

2011-03-22  va  <volker.ahrendt@oracle.com>  [629455cb22c316e483bfe832da4526ad9da1c9b6]

        #i112962# Remove standard.dic

2011-03-22  va  <volker.ahrendt@oracle.com>  [0f5e45726901dde6bfb2f914bf8ac8015a66a831]

        #i112962# Remove standard.dic

2011-03-22  Noel Power  <noel.power@novell.com>  [1ded68b34e3520fde18ad2ccf602b803e4b29ed2]

        get excel vba import to work
        
        use the correct servicename ( seems that is changed in the merge )

2011-03-22  va  <volker.ahrendt@oracle.com>  [648662b98438dead75b83d6336ecb909bbc61e3d]

        #i96706#  Added Croatian AutoCorrection File

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20eced40badac4fd1472843468dafd7ddb083560]

        Reverting what should be reverted and leaving what should be left

2011-03-22  os  <os@openoffice.org>  [aa67a378129447f60c1eb234f0657b14196b24d0]

        #i105244# handling of extensions while saving pictures fixed

2011-03-22  os  <os@openoffice.org>  [0a4decb3778dfa6f862181bb95f3a61b357bc44a]

        #i105244# handling of extensions while saving pictures fixed

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [5bac8101407c3c17ae0217f13c9f5f509cb5314b]

        You want to fill all arg slots, not overwrite the initial ones

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0e5ecf3c8b99224164f706b7dceff0c399fb94b2]

        This should not be hurting anybody

2011-03-22  Petr Mladek  <pmladek@suse.cz>  [c9df84ff25c1b8b12bb6593d8d8615f5d1a347ae]

        fix desktop integration build with BrOffice brand enabled
        
        do not hardcode libreoffice wrapper name; the compat libreoffice
        symlink is created if BrOffice brand is being built

2011-03-22  Noel Power  <noel.power@novell.com>  [df5782469ff01f9994449d398d1281bf77d8e0fe]

        make oox build with 'debug=t' again

2011-03-22  Michael Meeks  <michael.meeks@novell.com>  [33c8073b3eea22b1a88cc0642012f135101e97c7]

        fix mis-merge crash related to mis-aligned func. desc. resource reading

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8dbf10024f541a6a1b06b9b53144c686fcbb4b2f]

        oops

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [56e5671f5d53d96a6b60f44d9737552cb3b2fd12]

        And yet one another windows build environment tweak

2011-03-22  David Tardon  <dtardon@redhat.com>  [454df2868263e3116e6a2e6a190f54013e07a506]

        beware of invalidated iterator

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [f564a83b187d2527262f5fa62726eb9b2401c12b]

        Cut Gordian Knot of who owns the font options

2011-03-22  Michael Meeks  <michael.meeks@novell.com>  [5f2f0d3ad37b7fe3648b262f6a3f0d3436e4519e]

        cope with no resource file better

2011-03-22  va  <volker.ahrendt@oracle.com>  [d533b4e5b628ae5c5d4b8881685872fe95580b6d]

        #i108806# Added Dutch (Belgium) AutoCorrection File

2011-03-22  va  <volker.ahrendt@oracle.com>  [0cab3da5063c3f4e87577c164f8dfba4ed9455eb]

        #i108049# Added Lithuanian AutoCorrection File

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [75237f17a665a52ac32278394adc744ac3d270fc]

        And yet one more attempt

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0274c596dd0a43ffc7a4aa86e5bff753af47e05c]

        Yet another attempt

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90c0043db2fb4456e42814b050d1ada516233886]

        Another attempt at linking on windows

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [2c47e10e1bec0cc90205e5eebb746b7ff978c551]

        get regression test working again

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [31cb34254f45132f4c169ea8071a757ed440ac20]

        drop -g1 and align gmake gd_SYMBOL from TRUE

2011-03-22  Christina Rossmanith  <ChrRossmanith@web.de>  [b67fe5cc0522926bf7782d22e6d50aa4769ecbf6]

        Removed comments /commented code

2011-03-22  Christina Rossmanith  <ChrRossmanith@web.de>  [4b9842da835631b0109028cb3534546233cd7b8c]

        Removed never defined _OLD_FILE_IMPL

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [c10e3bcf9d8e342e1466f1d8caa6e90ba9257083]

        port regression tests to passive uno registration

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [c79300cf1a24b441e9e6298f53542cc6d8a7219a]

        enable this test post passive components

2011-03-22  Michael Meeks  <michael.meeks@novell.com>  [57d3e290cc3e8ae8268e9731bcde51e6793cb4d1]

        fix misc. Mac build problems anyway

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2593439d2b554ac94a0ad247f09858f9055066df]

        Trying to remove NODEFAULTLIB on Windows

2011-03-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3e5ddcfbba93bc202b889aa98655cb3da51bfa27]

        Trying to remove NODEFAULTLIB on Windows

2011-03-22  Michael Meeks  <michael.meeks@novell.com>  [014efb9efc585331e28da5a456f582f5beebeea3]

        disable pagein and oosplash.bin compile/install for Mac

2011-03-22  Michael Meeks  <michael.meeks@novell.com>  [38a29942c3a913e9cac5f15133bbf3b6e0f5e4cb]

        disable pagein and oosplash.bin compile/install for Mac

2011-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77c6a8e3ac106240b9fca715affedd5280c1367e]

        ause127: #i117375# avoid hard links in python build

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [8e230401d9737ceab0707634389931f17a747ec0]

        WaE: unused variables

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [d8f1ce1e9cb83ea74e8cf853b24b1c0c8d29921f]

        WaE: this isn't helpful

2011-03-22  Caolán McNamara  <caolanm@redhat.com>  [1e91ee3d7d83279d47c1cb909eb750a9586424cb]

        fix build error

2011-03-22  Jan Holesovsky  <kendy@suse.cz>  [83ebdeab2a265c63a32ea39daf1d66251ea3071b]

        Merge commit 'ooo/DEV300_m103'

2011-03-22  Jan Holesovsky  <kendy@suse.cz>  [0c5d43ac09a57f67003c9a714dd3caf0b438625c]

        Merge commit 'ooo/DEV300_m103'

2011-03-22  npcdoom  <venccsralph@gmail.com>  [486dd9082e177aa63294f76d6a75b08dde5957e5]

        Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).

2011-03-22  Michael Lefevre  <lefevre00@yahoo.fr>  [e3e4d1c531fd6b49cb61c2be8e1724b2384cf6f3]

        Delete last SVX_LIGHT usage
        
        Xavier SVX_LIGHT deletion forgot just on occurence.
        This patch delete the last one.

2011-03-22  Xisco Fauli  <anistenis@gmail.com>  [1a0760384e16a390a3a29c414db9ccc4180202b7]

        Replace String with rtl::OUString

2011-03-21  Francois Tigeot  <ftigeot@wolfpond.org>  [faae793ae86558e42f948b89920665be402db1f8]

        Treat DragonFly as Linux.
        
        The new build system has introduced some new operating system
        conditionals. Use the same path as Linux on DragonFly for now.

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [3117cd00578eb21ec6344799e8bd65a38f59077e]

        add missing .component file

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [0562ba185b5c4783b8f59aa3a3ae8d1ef68011d3]

        this should work in theory to use the new component registration stuff

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [79a6c0f8a28b43c36c3b02dc5e116f2d17e92ef0]

        install unit tester in sub-directory to help windows.

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [138b9c36f7148680dd46fe71ec1aeb6b9013bb27]

        misc fixes, and un-conditionally enable the splash reporting component
        
        Lots of re-work here; un-conditionally use the splash component to do
        more intelligent fast starting. Throw up the splash screen before we
        start doing 'pagein' work (to get better progress / launch feedback),
        and hide javaldx too.

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [ff3904f63805811a0b48aa1b1e767ed777d8bdd2]

        split out argument parsing to clean it up

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [cda1a3fa9c2e6008706b2aaa58929242a59144f6]

        re-work start process to enable earlier splash and faster start

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [5c3f86934e7510a6666ab73d157187b9e975c0ee]

        use the unix quickstarter un-conditionally.

2011-03-21  Michael Meeks  <michael.meeks@novell.com>  [8916b8370155961841f426f644d4c9d8406f4630]

        enable unxsplash component

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [0e263d61811480f3a9dbc6ad7c752f6cfae4e3fc]

        order pImpl before aGraphic because aGraphic deferences pImpl in ctor

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [0ffcc1252b12e13ec1d0b8b6581dc876bb7f471d]

        add cppunit depend

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [bb54b94e5f48c4f6dce72f59dc6bc83f17d2c590]

        fix catastrophically wrong merge

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [f2c136a39361d905d0ebd8b746cf14089a567988]

        update regression tests for new component registration

2011-03-21  Kohei Yoshida  <kyoshida@novell.com>  [a0872eae81c09edcadc3ceac0f96e2be82340d82]

        Fix seg faults on sheet deletion.
        
        Sometimes a simple sheet removal causes segfault in certain types of
        documents.  Not always reproducible, but this fix is certainly safer.
        (n#680272)
        
        Signed-off-by: Noel Power <nopower@novell.com>

2011-03-21  Kohei Yoshida  <kyoshida@novell.com>  [22d32bb2f80d3f3ede0c4dcf2ce729c594bfd6c9]

        Fix seg faults on sheet deletion.
        
        Sometimes a simple sheet removal causes segfault in certain types of
        documents.  Not always reproducible, but this fix is certainly safer.
        (n#680272)
        
        Signed-off-by: Noel Power <nopower@novell.com>

2011-03-21  Robert Nagy  <robert@openbsd.org>  [eba592c680d6cd2b1c11e0b233b90e96cc47339d]

        openbsd build fixes
        
        - check for the correct kde and qt libraries
        - rework the gnu cp check logic so that it works with older
        versions of fileutils too

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [4809454506ae8d1af6968fec656b6b1670dc6e98]

        CWS-TOOLING: integrate CWS native367

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [b29fb1a51fe69cd0e76851e72e463f499a876e48]

        CWS-TOOLING: integrate CWS native367

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [8ac8e8624b71c3932a5d1a60907afd5bf3983d44]

        CWS-TOOLING: integrate CWS native361

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [712a83ef918c355e7c5ecd23316d6e95013e4cb0]

        CWS-TOOLING: integrate CWS native361

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [401c221bf9972147e75cdce2330ccd1af53bead1]

        CWS-TOOLING: integrate CWS chart53

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [4deb4ccac394b4fb0bc192779d341fda660f635d]

        CWS-TOOLING: integrate CWS chart53

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [46dcdf96d24a6e6f99a0845e3e8ab38621a9c7ba]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [1f700466310fb9a301fcead03c1b9b0b3f2ec73e]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [dae2b218c44e8e4613e37b9a42aec251cae5fdec]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [e93538de60890cd3c358e74443be52468c54a3f5]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [eff6e0ae107c2155a270e721fc7c103aef563891]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [2e414f7a3e2e6401c179c65bbd486022d533bfe9]

        CWS-TOOLING: integrate CWS dr78

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [94371f0f5d3ddb14b6c29599c34fcab46b59c4e6]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [ca9b3543ad090be52b7194f0e491b2d0c80ecf58]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [cf8775536c487590c5c698511289e2dd7bb084b4]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [8b7873214d7d8108eb5a83ec32aacaa83a37f272]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [eb58e26326300bb0d22b0e6d491f82b0c6b2c6d4]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [6f80af3e56f4d3ac692172facd683e16df977c20]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [696f2ecfd66547f0458e9ead56cb84545efa0e67]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [ad42e0ddf26623b7091610cb7b1888947458abdd]

        CWS-TOOLING: integrate CWS dba34c

2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [450f5a90f5256845bb919e97833ebceccbdb462e]

        remove unused function

2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [17da3432027028279a454be66f371c20cbcebdc6]

        pClipRegion_ has been apparently renamed to mpClipRegion

2011-03-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [273ea24a16997b279b7d9969c25497cf55773fac]

        German comments translations.

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [27cec023800e340c25237c1dc8361dfb5cd18f26]

        Some of these still don't fly, e.g. parallel build
        
        And hard-coded ports, e.g. two builds at the same time and so forth :-(

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [59a1b6654ceef566153c9dbd28bd036fe29ba875]

        silence tests

2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [da941336002b4f4bdfb23b1f05231c243236627c]

        BOOL -> sal_Bool, get rid of useless and removed BYTE

2011-03-21  Petr Mladek  <pmladek@suse.cz>  [f1b3403c82f1c24866232958d41cc4e057af62f1]

        download: update name of more external tarballs
        
        f7925ba8491fe570e5164d2c72791358-libfonts.zip
        a06a496d7a43cbdc35e69dbe678efadb-libloader.zip
        67b42915c8432abf0a922438f00860a2-libxml.zip
        f3e2febd267c8e4b13df00dac211dd6d-flute.zip
        79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip
        5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip

2011-03-21  Petr Mladek  <pmladek@suse.cz>  [86400a85e3fcd67e52d09aea2b59d058885251fd]

        download: update name of librepository.zip in ooo.lst

2011-03-21  Petr Mladek  <pmladek@suse.cz>  [65a68c6c1bcdbc826ec6a39293c23802402de570]

        download: update name of libbase.zip in ooo.lst

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [24604d79578a8de5ab45312c31a276a595ad0d72]

        some of these don't work for me still

2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [6270e76bf5f075072951519d904247e55ff702a6]

        write some lnNumType attributes only when non-default

2011-03-21  Luboš Luňák  <l.lunak@suse.cz>  [65578e67f8f1360c4d70ea661851c765a7080a5c]

        implement lnNumType (bnc#593885)

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [85e08d8a91b3dca9195cb273c1d63b2743ca0bf2]

        WaE: get %ld %d right for x86_64/x86

2011-03-21  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [7dae480d3a9932bf22859e0999c9b9181d388666]

        Tests in ure/sal/osl/socket unveiled SocketAddr comparison bug
        
        Reenabled test unveiled a bug in socket.c when comparing socket
        addresses.

2011-03-21  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [c97a89f8be34e3d9f47363435d0e4073201d8dc3]

        Reanimated tests in ure/sal/qa/osl/socket
        
        I had to deactivate the tests in osl_SocketAddr.cxx
        and osl_Socket2.cxx in makefile.mk. These tests failed:
        osl_SocketAddr.cxx (SHL5TARGET) caused Segmentation fault.
        osl_Socket2.cxx (SHL6TARGET) just failed with error 1.
        
        I added the option SILENT_TEST in osl_Socket.cxx and in
        sockethelper.hxx to allow tests without output
        (t_print disabled).

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [52090913e44d51bcc49ff1a8f3c8fe6c39e6b219]

        CWS fwk167: #i117366# - move resources from sfx2 to sd and sc

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [768b52b3d5443a5bbeaf8e585790ba795b39bd23]

        CWS fwk167: #i117366# - move resources from sfx2 to sd and sc

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [116bcf73991899a9988729c663a778c67be70dde]

        CWS fwk167: #i117487# - use correct resource manager for error handlers

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [923962dd1d43910471a3d8dccff4f7c92994cedb]

        CWS fwk167: #i117366# - move resources from sfx2 to sd and sc

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [7b2ad5806cd60da8ffa26a4977f4526f559db6bc]

        CWS fwk167: #i117366# - move resources from sfx2 to sd and sc

2011-03-21  Mathias Bauer  <mba@openoffice.org>  [86528b0c6b49e25d38f40f2bfec468a4d13e9100]

        CWS fwk167: #i117366# - move resources from sfx2 to sd and sc

2011-03-21  Bálint Dózsa  <dozsabalint@gmail.com>  [5b2050d069803b4de5e446964a6df065fc022aa9]

        FIX BUG 32559 - officecfg

2011-03-21  Dózsa Bálint  <dozsa@linux-dugf.site>  [e158c6441143c999d479c499b19dd303e815fc6c]

        FIX BUG 32559

2011-03-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3b8a5089df071a9e17cf140c6b90f020c10cacd2]

        test123l10n04: path fixed

2011-03-21  Carsten Driesner  <cd@openoffice.org>  [3393c60f4037d1dbffd1c4f9661c95edbc502d77]

        fwk167: Rebase to DEV300m103

2011-03-21  Carsten Driesner  <cd@openoffice.org>  [3c86157dcd78c3dfcef84a9aa5ed0cfb97ac7a11]

        fwk167: Rebase to DEV300m103

2011-03-21  Carsten Driesner  <cd@openoffice.org>  [258953acec40b78c96c0b30c826d85a828000700]

        fwk167: Rebase to DEV300m103

2011-03-21  Carsten Driesner  <cd@openoffice.org>  [588ca3c9c5aec0e56f717a715510e9eae64201d7]

        fwk167: Rebase to DEV300m103

2011-03-21  Carsten Driesner  <cd@openoffice.org>  [2b568014b042ec717b3d5bc61deacb5d7016f22d]

        fwk167: Rebase to DEV300m103

2011-03-21  Ivo Hinkelmann  <ihi@openoffice.org>  [74c7de5d3c221b86e77e5eb50014e117f0317961]

        test123l10n04: #i117489# rename ns to nso

2011-03-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3d9ee575a207f478f297f022f238a0fde973e1b5]

        test123l10n04: #i117489# rename ns to nso

2011-03-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [cf1aa8398112962c8bf1cf1a571effe76096f1f3]

        enable optional deliver by hardlink with gb_Deliver_HARDLINK

2011-03-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f5ddeaa24bfc00c146a784e52cfa0032e4dbebc9]

        stripping on linking on linux unless SYMBOLS or DEBUG have been requested

2011-03-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [955aa61dd05c46470545b5797d153e1be98ccbb5]

        fixing gb_SYMBOL logic

2011-03-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8ea688367ee746937eb98fb40432de4e1902d24f]

        Add some distro-configs from build repository

2011-03-21  David Tardon  <dtardon@redhat.com>  [e3291e927f4a25a02d1b393e297ccde5120b9221]

        accept user-supplied CFLAGS/CXXFLAGS

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [c2acb5440848c8350258ec46642301e5f952e6cc]

        unused variable

2011-03-21  Bálint Dózsa  <dozsabalint@gmail.com>  [c8228110cb0005a3b3a76cd1526d68d6ad97ae9b]

        FIX BUG 32559 - draw

2011-03-21  Dózsa Bálint  <dozsa@linux-dugf.site>  [74cac597d25ed613072e9a607115de420beecd98]

        FIX BUG 32559 - calc

2011-03-21  Dózsa Bálint  <dozsa@linux-dugf.site>  [01f05e73c027eb231f7f6332b44771c7cedcd35d]

        FIX BUG 32559

2011-03-21  Xisco Faulí  <anistenis@gmail.com>  [f6e0527033be682dbf6b60bd9b060fdd853ffe33]

        Remove most of dead code inlibs-core (basic)

2011-03-21  Christina Rossmanith  <ChrRossmanith@web.de>  [a1907dd5167400ac469f6693483e2f7fe23d010e]

        Removed commented code

2011-03-21  Christina Rossmanith  <ChrRossmanith@web.de>  [30420eca679f624f282f448d09af1e85fe5ea57a]

        renamed variable bWeiter to bContinue

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [a3e3f719efe2d7ca6afff7acea0dd3d264419865]

        make smoketest work again

2011-03-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [41aed87d074878c3a38a7f982f5c2aaad9400189]

        editeng: Adapted borderline unit test to new build system

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [50618790d4af91063b594a0b37b238ffc139fc44]

        get .sdw suffixes etc back

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [caa7ea13e418756d3e57d409d87212cd3354671b]

        fix smoketest options dialog post-merge

2011-03-21  Christoph Herzog  <rhogez@googlemail.com>  [dcc88f5a0ec957bf8ce0825e62f6640de1eb8c2f]

        Translation of German comments.

2011-03-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [258e41160bcb8f397b360bbd6329b7037fd1b3ba]

        Borders: Removed now useless width constants

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [e827f3577562aaffe507e397a95db6d105c1e6d9]

        rename this to avoid resource warning

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [d5d663c24dda5ca0106ad32b84a1a8d825cd4874]

        WaE: nColumnCount unused

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [8a281fdf0c1b53abd61eb41d92993e996f5e1b9d]

        fix this

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [958de4c111c572936c31f0356089529f6d2b9297]

        WaE: remove unused return values

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [aac91a564fa39953c25d07033f8d22b43d241233]

        WaE: remove unused argument

2011-03-21  Christoph Herzog  <rhogez@googlemail.com>  [fe5d4c765750364cf2b0f998e91249e8a3b2a662]

        Translate German comments.

2011-03-21  Caolán McNamara  <caolanm@redhat.com>  [935374477e19c53dea7c3a71d7c9587b9dc429f9]

        these are duplicates in wintypes now

2011-03-21  Tor Lillqvist  <tlillqvist@novell.com>  [af130785ee2534644cfb46ceb57b1b9654266b73]

        Sprinkle some realpath goodness here, too
        
        (cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [b8665f1e8d4f9bcfb62f526ed427a34f80cd9060]

        missing 'End', which is why the smoketest failed

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [d4410f7d7e14ec74d280e285c5d6b88c853b2810]

        WaE: class/struct consistency

2011-03-20  Thomas Arnhold  <thomas@arnhold.org>  [da0151b51b1ced9f53a862741bcb23c477df6d56]

        Revert "Actually make this work with --disable-mozilla --without-system-mozilla"
        
        This reverts commit aff0b9ef35cc98daaca9f7cc5be7da7673dabcbd.
        
        Problem is more complex...

2011-03-20  Thomas Arnhold  <thomas@arnhold.org>  [7a1438d58589030b43a50dec9abfa35a6350ba87]

        WaE: silence warnings

2011-03-20  Thomas Arnhold  <thomas@arnhold.org>  [78487cb69f56f753bc3cd49890b1df47b9277f01]

        WaE: silence warnings

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [7329e5c89ab666c87088eeb2a3f2aa8d87599a09]

        WaE: silence warning

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [03022d302c4a9e7e543de3388d5a68a43c95a689]

        I bet we need soltools here as a build dep

2011-03-20  Thomas Arnhold  <thomas@arnhold.org>  [bd68312d65ee00ee45c34f82d213758971c873ed]

        Actually make this work with --disable-mozilla --without-system-mozilla

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [ff9e8c13fd6a0ac24928e8c94c19315baf11c0a4]

        WaE: uninit variable

2011-03-20  Caolán McNamara  <caolanm@redhat.com>  [15de91f8c564aae4179cfc1191005b5226beef4a]

        WaE: silence these warnings again post merge

2011-03-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5e41374388e05a605af223421c19dfa86383e911]

        Fix Windows build of sal

2011-03-20  Takeshi Abe  <tabe@fixedpoint.jp>  [5d7d145d411c8974ceb12ac08759e7ccf3bb9b27]

        Use SAL_PRIuUINT32 instead of %d

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7ff8f9a4bb008c46f4ac6fa2877a16cafbe2007c]

        Fixed line style in footnote format GUI and saved it to ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e1fa511afa6b59baf218cce6c6e61b95cdc673c7]

        Fixed documentation for the new ColumnSeparatorStyle property

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f9c622fb295aad8577edd48a900253cf6d38f11f]

        Added column separator style in ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [73e4d35e73556a93c0f24769bb6c4178a3b4a959]

        Fixed the NONE border line style API value

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [380895bcb8da0ede2adc8d18b7470389b6a5567c]

        Added a style entry for no lines

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8dd82dbabf92c69628c24242dfd8a76b7dd9bc10]

        Documented css::table::BorderLine2.LineWidth.

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e97f298534ea4b0b3e71b26b495387b706b223a3]

        Fixed copy-paste problem

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8f2a162dbf38f4a894de8cfa504126f57099bc15]

        Borders: added some more types to the API

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [22ab2b2e04c182d19442d7a55d6aa14da04c4101]

        Fixed RTF import/export of new border lines

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [791037c528c2b5c5fa42c99e316262ebd429f730]

        Fixed some rebase problems

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9f4c66cfb66f2cd1c52afbcda1ece24598da86f6]

        Fixed lines width guessing: gap are no smaller than 1pt

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5c65e5215329b3825e2e6488ec30feebb214fed0]

        Few fixes for RTF export and import of borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [91cc656caaf65ca0402b0101ab7f22c1a3562910]

        Remove the size in the LineListBox

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [932d9136aa60bc09a7d1b8feac0aed0619a7c407]

        Switching the order of the SetLinesWidth arguments

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [81855d9ae2b13fd522e16a8ae29c337826ababb7]

        One LineListBox to rule them all: started improving column sep line

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6447abcac76e61c880715e94a37f3563de4676ec]

        Fixed units mess in SvxBorderLine and BorderLineImpl

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [bffee3e11a1ba1749e8edb5d5c68b1087ff3dcab]

        Fixed BorderWidthImpl::GuessWidth()

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b717148057757cc95789e43741f8b357abab36c9]

        Fixed the RTF import of borders to use new widths system

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f2c22965ac8238fbb5a256fde3370097e622ef53]

        Borders: expose the width computation logic for SvxBorderLine to use it

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a99b2131c8d4b12663c5acab219f0b8d825d7453]

        Nicely draw borders using drawinglayer

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6773a7781189811b9453429152e5c4e04ccf0685]

        hairline borders were never displayed

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8fa00090f0fbe3185934c1accd91263dd006909b]

        Fixed line style toobar control to display all line styles

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b69f4871cafd0ad44f1ee2e813df84c318f2a945]

        Fixed line style in footnote format GUI and saved it to ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6695b26980f9b089c32308cd8fd51706bf8c34f1]

        Added column separator style in ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5c983682af88cba53dd02acf17d29a9f6f2ff9e5]

        Use bigger rectangle to be sure it will be clipped

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [daa32dca06108ac28194c611f63d1e3e34901733]

        Fixed typo conditionning the display of BLTR borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1b3d92e7beeee1a3c819b43be1562d8bcb5d1097]

        No tools value for pi or the basegfx methods will give unprecise results

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [67d0e75c7c22844cfba842bb7ff9ba53b0125677]

        sc: draw slanted borders using the drawinglayer primitives

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e3aeec6664273abc7917280032c3219d8672465f]

        svx::frame::DrawRange has now a drawinglayer equivalent

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c0c2e9ed18b29c109ef1194e9b7b4fb48fa5f787]

        Fixed RTF import/export of new border lines

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2001821bc9cf0ab285662a2beff279a7346594ba]

        editeng: more reliable test library build

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [bb3a9e8b7feec274782e5f10ae2ebd0da23d24e5]

        ODF borders import: constants cleanup

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d13469c38ba3e88219c918425b106e2ef83608c5]

        Fixed lines width guessing: gap are no smaller than 1pt

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5aa3e4a3d93f1cc8fff2ee42353390a307ce08a2]

        Embossed and engraved to fit ODF specs

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b624e6e6cf2ecfc6e6e983af45212fce5e731006]

        ODF export of new border types

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9818095b8ee55ce45e2ff5b9b0d92b7e1484a45d]

        Uninitiallized members in SvxBorderLine copy constructor

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [56702c9eb5b423054addf753ca19b3fda94d47cf]

        Changing the BorderWidthImpl when changing style in SvxBorderLine

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d674abd352080308f0d21ae1b4cf4a2cb4549979]

        Switching the order of the SetLinesWidth arguments

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9bd78655198ad497bef9872422a1004cfbf8698f]

        Fixed units mess in SvxBorderLine and BorderLineImpl

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [302b7b094d87184530af66be91fef91b6dce1d12]

        Fix border selector to use the new widths system

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [723943b939a95bbd8f8bf30cf3fac7c214703762]

        More build fixes in editeng

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [99b5f5aec1d80f57d4ab23832c94516d793a783a]

        Documented and Unit-tested the SvxBorderLine::SetLinesWidth

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [14688e472fa1cd3b8f83ec2d8e33e8b6801fe42f]

        Disabled the use of MID_*_WIDTH... not sure of it

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [63210f47e22adfb3667a39e880fc890cfb3f73b5]

        Fixed the RTF import of borders to use new widths system

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6f26cdbec9ab44b3161684ae2225b307d8f3cf02]

        Borders: Started to impact the changes of SvxBorderLine

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7c2f0268d77d3cbe4868afe80ba2164687352341]

        SvxBorderLine: changed the widths definition

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [83e1130832dfb5a55b3e8e1cc17bb49dd60a865f]

        Nicely draw borders using drawinglayer

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [33b9033a37d6a09e0de1ee4327dc1c64f132fe44]

        Fixed sd build after borders widths changes

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [87c81ba999a59c94c74845cc63b1b9c71dda6aaa]

        Docx import filter now working with new borders and width

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [62b6a47aed2fe695ab3e0ce6e76c91ff6bc6c463]

        Using BorderLine2 constructor w/o argument

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [227745b536e12358db1d92369ca5321ac53f44ef]

        Missing conversion from Twip to pt

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [91c5a262cd9302ae24e6cdc558dfdbcc62c51597]

        One LineListBox to rule them all: started improving column sep line

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0c7e52c99f2b6cfe19e162ade996fd57db9e4ae6]

        Fixed units mess in SvxBorderLine and BorderLineImpl

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a99d5769099a676ef74d774722ca84d156708e7c]

        Fix border selection page to use new width system

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c222db706db4c6c55b105fc4786d9bcb3315bbad]

        Borders: SvxBorderLine widths definition changes

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a4c58233e4934c9c805aa9b65c8a35b66d0c5bd9]

        Nicely draw borders using drawinglayer

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [dc78b9160944086a670785cd9592484c74d14488]

        Fixed the odf import of border in calc: style was missing

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0ffe180cf6a6eaa7ffa14c96f17094b093aa65db]

        Added the new border types to the HTML export

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9503970fda80acabdead01df43d95fed7cd2d3df]

        sc: don't draw the slanted border twice at all tp remove visual side effects

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d1433fd922a3b55127543567dc96ffa6d15c13d4]

        sc: draw slanted borders using the drawinglayer primitives

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f1731d3810d9fb40f740741b133138e395506c19]

        Using drawinglayer for the rotated cells horizontal borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7893e658e8a576480856dbe96092ffde15cde3d1]

        Use svx::frame::DrawRange with the drawinglayer in calc now

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [89d3e8a8424ce44404a554812e5136452bb8cb60]

        Switching the order of the SetLinesWidth arguments

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e881f7d231cccb7b74ce69394e0644088ded9c2b]

        Draw nice borders using drawinglayer

2011-03-19  David Tardon  <dtardon@redhat.com>  [372debc42b05d133a3bf89665febae72ec28a2bb]

        make default debug level 1 and use dbglevel if set

2011-03-19  David Tardon  <dtardon@redhat.com>  [6cb24959991ba44c465080c8a6579f40f70f07f1]

        do not build cppunit if not needed
        
        Suggested by Bjoern Michaelsen.

2011-03-19  David Tardon  <dtardon@redhat.com>  [13c012e9ce1748c414f4dbd60d12766f3482c0af]

        fix debug build

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [718cd07930ee523e9c2943fe8de7a14d296a1a8a]

        WaE: missing format string

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3c5d916116e18fe77152101b5619947b4b35e7be]

        i#12441: added ui for footnote separator color selection

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [157c996a329d8c8989ea43284ba0cca727cf0dde]

        i#12441: Fixed line style in footnote format GUI and saved it to ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [481e04cd43701e6f760715e1c22000707f63ce32]

        Added column separator style in ODF

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [67697d941503b52c4fb455e3c8cf2fcdc58377bd]

        Fixed the NONE border line style API value

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a0486f02433703744f487e599422714d03937956]

        Shift all table border lines in sw to avoid hacky clipping of the borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3537afd0e8abc6dcdb1d856aa11883319005a474]

        ODT import filter fixed for the new borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [adb69169481dee3146b28ee87a388a3bae0b939d]

        Docx export filter: fixed wrong embossed/engraved values

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [07106d13bd5af54ce6021119207df367b7708ebc]

        Fixed HTML filters to work with new borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7382abd40503f384e73b3cbb806addc4c8952257]

        Fixed RTF import/export of new border lines

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2157b3563a8ba64b56ed32648a61ff59071557f2]

        Merged borders of paragraphs were having angles

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b56fdd4316dbdcf1f49e0ab0e06f400d604311a0]

        Fixes for ODT filter related to new borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f2e26401ab829e0e9b2f0bdd0067bcff0a5dacb3]

        Fixes for WW8 filter related to new borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [eda2257c01d66fe3a552f19470ea99a9eff7d4ff]

        Docx export of the new borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f1c1080112406e53a07b225980ae9aec54875bbb]

        Few fixes for RTF export and import of borders

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f510dc5a0d44a0119041a94ac3cfeac281518c9e]

        Embossed and engraved to fit ODF specs

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [86c31d17a605bdb9d5824bc686487a0ccf5ba8c1]

        ODF export of new border types

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [32612ba8e3c2ce2eeb0e7a5e5e7b000209d965f1]

        Getting total width directly using SvxBorderLine

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9409854f7dfaffa9bfee9a2143e125e5a8a366d9]

        Switching the order of the SetLinesWidth arguments

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [db54a222c6da2461c75ab3ef2a09c15902783cdb]

        One LineListBox to rule them all: started improving column sep line

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6936cd24206e66cffb789a11fc20090bb03b3058]

        Misc sw build breakers fixes after the borders width changes

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cd8d9afd92f3b781b5718c15a7bf158d7fa5589a]

        Adjusted CSS1 import borders widths

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [79543bc58e00118e02e9e92deb84438b1dbd4078]

        Fixed the ODF Writer import after borders width changes

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0f5f87f9b6c5aa1956d7fdcb650c71d6cc1bf473]

        Reworked the html filter

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8b2c2ca2580e0dbfd9e9d4cf269cfc60db326358]

        Changed SvxBorderStyle::NONE to SvxBorderStyle::NO_STYLE

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2dbfc0e52ebeedd2f5e1aed10b662d2bdc6e48da]

        Fixed the WW8 filters to use new borders widths

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a9a953c06844aab3f2a09201caf6f073d1ad57d6]

        Fixed the WW1 filters to use new borders widths

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e93c59d0c1978bda7d38b8fa5e79b2592caa25a6]

        Fixed the auto formatting to use new border widths

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4b5bd335f11cfc54406affdd3bacb9f16f5d405d]

        Borders: first attempt to fix the ww8 borders import with the new types

2011-03-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0f0896c26fb260d1bbf31d7a886df3f61837f0f2]

        i#8275: Nicely draw borders using drawinglayer and added 3D borders

2011-03-19  David Tardon  <dtardon@redhat.com>  [cfeb82a6d89e28cfa545b7a5cbe7ad03f22bc678]

        solar types are gone--remove this hack

2011-03-19  David Tardon  <dtardon@redhat.com>  [ac257ccd52c4723dd3bcd7c5dd3ea586f093e886]

        second attempt

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [25af48a8840696770162f41912b0609478f5132d]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [5a7f6793ac227c348198ae5958db5951214ec8d2]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [d8d6bee713afcccec30477cd231119a41ec584db]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [f03de39457c663e88592899ebda0f07c4e24aa9c]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [3d874bdf409ca4a099853b30aeb9932e45c56f60]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [970be45287de1a046df1c546abb06ad5f6b9c084]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [05745bb195bd54933dbc2333fde1b147f894c0ea]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [459cbc6cada544c9e50cf4f86dc821853f26deda]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [352f1a58e24c9c3ec45829111a77fa9fbd8065ab]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [e52051f5019ae35f7bb44e43144d919b9430ef0e]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [fbcbfa9d34dc4b9645c6beebb9e0cb0973448427]

        Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)

2011-03-19  Jacek Wolszczak  <shutdownrunner@gmail.com>  [f9585d9dc148653afee9286b00595222effe3d9c]

        REPLACE j_assert with OSL_

2011-03-19  Aurimas Fišeras  <aurimas@members.fsf.org>  [34f333cd519df0bffea10a28b4a1d25aaed4aac0]

        FALSE is no longer defined

2011-03-19  David Tardon  <dtardon@redhat.com>  [bd22ce29470ed23f7380576a430fbee99bf04d92]

        FALSE is no longer defined

2011-03-19  David Tardon  <dtardon@redhat.com>  [e35cffb37a792b78f8dbcd85b329fa88097b1ea5]

        solar types are gone--remove this hack

2011-03-19  David Tardon  <dtardon@redhat.com>  [4edacef4f14f1992f8e0cbded5a86730c8353b4d]

        fix debug build breakage

2011-03-19  David Tardon  <dtardon@redhat.com>  [598300a4891d3af4e8110f0b854ab31fbfded333]

        use system cppunit if configured so

2011-03-19  Thomas Arnhold  <thomas@arnhold.org>  [1ade0128a0cec27fdc6106245839e14e8d968482]

        Remove core/except (came in with m101)

2011-03-18  Kohei Yoshida  <kyoshida@novell.com>  [083f8a897c6cda74d4a5d30bd9cf5ea4518b2512]

        Charts' title reference is stored as relative reference. (fdo#35015)
        
        For whatever reason, chart's title name references are stored as
        relative references as opposed to absolute references.  Store the
        relative reference values to the absolute values since the ref token
        helper methods only use the absolute values when joining.

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [4997d825c1e95e825303940bf7f1938dd274ec31]

        Made dbgutil build work again
        
        A few member var renames, and put removed error.h macros into
        cxx directly (as the only client)

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [48b7ae25d490230ecb4cad6545d40098b81d7992]

        Put dump() back into headers in oox
        
        Code was still there in cxx, so put back the method decls

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [1fa55878d9a8e0ce48501ad82fb537dc9c29855a]

        restore cppunit test, Sequence ctor from sal_Int32 is now explicit

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [cc8ca7aa5cd088449607c91790979c0fa7e21b13]

        WaE: unused aError

2011-03-18  Thomas Arnhold  <thomas@arnhold.org>  [99afdc5dcc56974c93405ba6525cbc2d46f5d8fd]

        Remove unused DBG_ERROR macros

2011-03-18  Xisco Fauli  <anistenis@gmail.com>  [3d9981af0da5f612250c8cb88ee716da8d067e75]

        Remove dead code in libs-core

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [a149b16d4a3dbefb2fceea5fafcc92297b42cd18]

        we seem to have lost the use of rLang after the merge

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [8079924b52d505a6be195161b71c6f698898c61d]

        unused variables

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [c3391397341bed462a5a1c8c76772fc7ad1ff244]

        WaE: nBtnIndex set but unused

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [9cdf7c8faec53ad79a4d0212d04e058fec670a99]

        WaE: bResetSession set but unused

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [63039fc677ab3f0c0e1014b46915aac8ca995c55]

        WaE: fix up merge

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [54f655b534d65b24ddc52dd5e80844895ff29195]

        WaE: silence warnings

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [3e0ff0ae922bc92611a93840bcae8d674abf4425]

        these statements have no effect, looks like debugging code

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [3525c21fdc2065216e22c1884d6d08709c3b0243]

        WaE: member init list out of order

2011-03-18  Guto Maia  <guto@guto.net>  [a2def3db13aabd35f8068241d8a32d15aa93c23a]

        changing the chmod of some documents

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [251734958255d80cca41345bb53c806e0d6c496d]

        WaE: pDockingAreaWindow unused

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [4632719f9e895b513418d2560637cea78d406ebf]

        WaE: fix dubious undefined behaviour

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [0d43a19e53c12a8f4f062ffa82a79369b3bf1315]

        WaE: id only used in debugging code

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [843afe46326a449c899170fea3cd4861c6eff117]

        Misc dbgutil build fixes
        
        Various leftover DBG_TRACE and tooltype removal fallouts

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [c0813d66e62d58b75dd3526c20931c0601c28007]

        Fix dbgutil breakage - no DBG_TRACE anymore

2011-03-18  Thomas Arnhold  <thomas@arnhold.org>  [aecaf18615cc27764f98320f9221227dd6e01a2b]

        WaE: silence some warnings

2011-03-18  Thomas Arnhold  <thomas@arnhold.org>  [055049f0802c944437be82c001d2c251a470fb25]

        WaE: silence some warnings

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [63899beb6c033f4dc305a046c558c348a907ea40]

        WaE: unused variable

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [7b7a3cb20aabc851b8560fa844a4e669a51008fd]

        WaE: PAGE_NOT_FOUND is a 16bit value

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [036bcb93e6c7fd0486a53a5e281d02eeced4395f]

        WaE: nCurSubGroup unused

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [feb9fe0e1f291b3cdd7532936bf655fdec2c59dc]

        Fix build, re-introduce include path for xthrobber.hrc

2011-03-18  Michael Meeks  <michael.meeks@novell.com>  [b319eb379893098f895eaffb4a16369cf0c018b6]

        be more paranoid about eliding empty path params we get

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [f5d4c546de238d47eb5b10f13a8ed03c03f96e29]

        WaE: returning NULL for sal_uInt16

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [dc79366e48e764d12359b3bc1508ed8432236d09]

        Related: fdo#32553/fdo#31792 nsure correct odt mimetype and pdf export filter
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [4bf6f571590f19ea5a8fdca77bc765e0d1cbedfe]

        Resolves: fdo#32553 freeze/hang on mailmerge to attached pdf
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-03-18  sb  <sb@openoffice.org>  [a4c8bf980c1f18804a97c057de23943dc9359286]

        masterfix from sb140: #i117458# on Solaris 11 against Solaris 10 baseline, make sure xpdf sees baseline headers (transplanted from 5d89bbbf49f658c5a293b7a81ca1550f6cc8d3d9)

2011-03-21  Vladimir Glazunov  <vg@openoffice.org>  [07a730879db8d9e02247fda7ae536a2662b04919]

        CWS-TOOLING: integrate CWS dba34c

2011-03-18  sb  <sb@openoffice.org>  [e7a66e693bd25926ec3cc909f8d4c0ca5fa64baf]

        masterfix from sb140: #i117457# on Solaris 11 against Solaris 10 baseline, make sure berkeleydb configure sees baseline libs (transplanted from 9d08b963f5867d52d63dc8b5a410ad653c0e73d3)

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [f86c6a06c25f56c86a618536f8987120c4070325]

        Deliver the .exe first to avoid an extension-less duplicate file

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [914f72ec83642899747ced15390729816890b4e1]

        Fix typo in gallery makefile
        
        realpath exposes typo in path name - needs to be gallery2

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [d1742baea5d4d00735859b0f015dae5c26606a02]

        Sprinkle some realpath goodness here, too

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [36489ecfb4c1a44e911a31e80e0fec4c91c742f1]

        Sprinkle some realpath goodness here, too

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [49d1c0bd993579f0874fd8373a7e0dd7932a56f9]

        const_iterator pedantry for MSVC

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [00d5ba291e359368ee484a7c0c43281c22bd3df6]

        No WIN_ULONG needed any more

2011-03-18  Michael Meeks  <michael.meeks@novell.com>  [d8420530bc7002ab871ab5d0a3c98674510ab82f]

        fix array bounds problem that crept in from OO.o

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [043f07134e937c667f1388403e96ea1f8d96f546]

        Remove removed datacarrier from makefile

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [d4c24925ecc2ed906cf5e1f6d1147fca7477d849]

        Avoid unnecessary PATH manipulation for exes located in OUTDIR/bin
        
        svidl.exe, transex3.exe and xsltproc.exe are themselves in
        ${OUTDIR}/bin, so no need to add that directory to PATH when running
        them. They will find the DLLs they need from there automatically
        anyway.
        
        Besides, the PATH manipulation was wrong as OUTDIR here is a Win32
        pathname, starting with a drive letter and colon, while PATH is the
        Cygwin one that contains Cygwin pathnames with no drive letters and
        with colon as the search path separator. Thus a cygpath -u
        transformation of OUTDIR would have been needed to actually make it do
        what was intended.

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [f5d9c8570d9d98fc7bf0497efe353531dd76359d]

        Remove undefined DataCarrier entries from scp2
        
        Michael's fixes turned those into build breaker

2011-03-18  Michael Meeks  <michael.meeks@novell.com>  [b846e8e650a8169b13f5e0942cf11efbc504ab5a]

        fix scp2 errors, re-factor, accelerate, and add error detection to parser

2011-03-18  Thorsten Behrens  <tbehrens@novell.com>  [bce1f07cac43db7e067b206e1fc83a18c506020a]

        Fix ppt and wpg import
        
        There's no STD_UNO_LIB_FILE_PATCH anymore

2011-03-18  Tor Lillqvist  <tlillqvist@novell.com>  [67e10dfb33f83ee530bca4437bae92c02b104901]

        Set PATH properly when running cppunittester

2011-03-18  sb  <sb@openoffice.org>  [e31ca485ecf5f8cb4bf547675829931519e209d3]

        masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)

2011-03-18  sb  <sb@openoffice.org>  [0f34d16aa1d34415034823a5ee828819c3b258fa]

        masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [59c73f014174f96d469eeb50ed2c11c890ecc944]

        Some ULONGs got in, get rid of them.

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [e96c7d42f096b4a7ce1fba16fb18c8d2008e20ba]

        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>  [5196ba15955b0381cc82db352170aae322813f66]

        Fix mismerge, properties.hxx does not exist any more.

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [156784064adb7988fd860a03046a1dce6ab55dec]

        simplify lcl_GetRelativePos.

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [15c98e06488d2d0e112525f8e7aff2eb3f21f39a]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer
        
        Conflicts:
        	sw/source/ui/dbui/mmoutputpage.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [88d7b9b03fa77231a139d8cf183ffaae16666eee]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/ure
        
        Conflicts:
        	sal/qa/rtl/math/rtl_math.cxx
        	sal/qa/rtl/math/test_rtl_math.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [11792080f12ef07f8d6a0334bdb93cf024905829]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [9ffd61c43e4df7a0536ad71fc9cd61b814632e29]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [5c074d83b64382cedc2d9cc7bdb7b528d27daa5a]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [da6e7f3f9505930ef4922bc7d72d8e28f5bff7bd]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters
        
        Conflicts:
        	oox/source/drawingml/chart/converterbase.cxx
        	oox/source/export/drawingml.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [bfba2edf75526ed18f274a75881bc7b8cbeb8691]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [a8bf8b9fc0c1e4fc6bb8f03957a16331fc373692]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrap

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [5a267de99f19bdab857429a81ffcfbb4d06f5bbd]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	starmath/source/symbol.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/draw/dview.cxx
        	sw/source/core/fields/docufld.cxx
        	sw/source/core/layout/calcmove.cxx
        	sw/source/filter/html/swhtml.cxx
        	sw/source/filter/rtf/rtftbl.cxx
        	sw/source/ui/config/modcfg.cxx
        	sw/source/ui/dialog/docstdlg.cxx
        	sw/source/ui/dialog/docstdlg.src
        	sw/source/ui/fldui/flddb.cxx
        	sw/source/ui/fldui/flddinf.cxx
        	sw/source/ui/fldui/flddok.cxx
        	sw/source/ui/fldui/fldfunc.cxx
        	sw/source/ui/fldui/fldmgr.cxx
        	sw/source/ui/fldui/fldpage.hxx
        	sw/source/ui/fldui/fldref.cxx
        	sw/source/ui/fldui/fldvar.cxx
        	sw/source/ui/fldui/fldvar.hxx
        	sw/source/ui/fldui/fldwrap.cxx
        	sw/source/ui/fldui/xfldui.cxx
        	sw/source/ui/inc/docstdlg.hxx
        	sw/source/ui/shells/langhelper.cxx
        	sw/source/ui/shells/txtattr.cxx
        	sw/source/ui/shells/txtcrsr.cxx
        	sw/source/ui/table/tabledlg.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [a3a19632f413a6fe8dee97f02d637e7197869b50]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	bridges/source/remote/urp/urp_environment.cxx
        	bridges/source/remote/urp/urp_propertyobject.cxx
        	bridges/source/remote/urp/urp_reader.cxx
        	remotebridges/source/factory/bridgefactory.cxx
        	stoc/source/corereflection/crefl.cxx
        	stoc/source/javavm/javavm.cxx
        	stoc/source/simpleregistry/simpleregistry.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [db676752e47f0d0fb562f3d46129e9066717459d]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	testtools/prj/build.lst

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [d6125c4bd28f2159f0f692dc8ee3cf841a16f45e]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	postprocess/prj/build.lst

2011-03-18  Kai Sommerfeld  <kso@openoffice.org>  [3e396922c2926165d680e8051c3d9247ea4aaf78]

        #i117329# - Publishing of UNO types, 4th wave.

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [4fdd55226d2972e3a256426db3122ac23b0615c6]

        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  Jan Holesovsky  <kendy@suse.cz>  [0257dbcd07db15a0aeb81d204bb2b22b2819ecb1]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	dictionaries/de_AT/README_extension_owner.txt
        	dictionaries/de_AT/makefile.mk
        	dictionaries/de_CH/README_extension_owner.txt
        	dictionaries/de_CH/makefile.mk
        	dictionaries/de_DE/README_extension_owner.txt

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [091e4aee3386f3bfee081dc8646494e0eb97f88a]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	avmedia/source/framework/mediacontrol.cxx
        	connectivity/source/commontools/DateConversion.cxx
        	desktop/source/deployment/registry/component/dp_component.cxx
        	editeng/inc/editeng/numitem.hxx
        	editeng/inc/editeng/txtrange.hxx
        	editeng/source/editeng/editobj.cxx
        	editeng/source/editeng/editview.cxx
        	editeng/source/editeng/eehtml.cxx
        	editeng/source/editeng/impedit3.cxx
        	editeng/source/editeng/impedit4.cxx
        	editeng/source/misc/txtrange.cxx
        	editeng/source/outliner/outlin2.cxx
        	editeng/source/outliner/outlvw.cxx
        	framework/source/layoutmanager/layoutmanager.cxx
        	linguistic/source/lngsvcmgr.hxx
        	sfx2/source/appl/app.cxx
        	sfx2/source/appl/app.src
        	sfx2/source/appl/appbas.cxx
        	sfx2/source/appl/appcfg.cxx
        	sfx2/source/appl/appdde.cxx
        	sfx2/source/appl/appmain.cxx
        	sfx2/source/appl/appopen.cxx
        	sfx2/source/appl/appquit.cxx
        	sfx2/source/appl/appserv.cxx
        	sfx2/source/appl/childwin.cxx
        	sfx2/source/appl/fileobj.cxx
        	sfx2/source/appl/fileobj.hxx
        	sfx2/source/appl/workwin.cxx
        	sfx2/source/control/dispatch.cxx
        	sfx2/source/control/macro.cxx
        	sfx2/source/control/objface.cxx
        	sfx2/source/control/request.cxx
        	sfx2/source/control/shell.cxx
        	sfx2/source/control/statcach.cxx
        	sfx2/source/dialog/dinfdlg.cxx
        	sfx2/source/dialog/dockwin.cxx
        	sfx2/source/dialog/mailmodel.cxx
        	sfx2/source/dialog/mailmodelapi.cxx
        	sfx2/source/dialog/mgetempl.cxx
        	sfx2/source/dialog/splitwin.cxx
        	sfx2/source/dialog/styledlg.cxx
        	sfx2/source/dialog/tabdlg.cxx
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/dialog/tplcitem.cxx
        	sfx2/source/dialog/tplpitem.cxx
        	sfx2/source/doc/doctempl.cxx
        	sfx2/source/doc/docvor.cxx
        	sfx2/source/doc/new.cxx
        	sfx2/source/doc/objcont.cxx
        	sfx2/source/doc/objserv.cxx
        	sfx2/source/doc/objxtor.cxx
        	sfx2/source/inc/appdata.hxx
        	sfx2/source/inc/helpid.hrc
        	sfx2/source/inc/sfxlocal.hrc
        	sfx2/source/inc/statcach.hxx
        	sfx2/source/inc/templdgi.hxx
        	sfx2/source/inc/virtmenu.hxx
        	sfx2/source/inc/workwin.hxx
        	sfx2/source/menu/mnumgr.cxx
        	sfx2/source/menu/virtmenu.cxx
        	sfx2/source/statbar/stbitem.cxx
        	sfx2/source/view/frame.cxx
        	sfx2/source/view/frame2.cxx
        	sfx2/source/view/orgmgr.cxx
        	sfx2/source/view/printer.cxx
        	sfx2/source/view/prnmon.cxx
        	sfx2/source/view/sfxbasecontroller.cxx
        	sfx2/source/view/viewfrm.cxx
        	sfx2/source/view/viewfrm2.cxx
        	sfx2/source/view/viewprn.cxx
        	sfx2/source/view/viewsh.cxx
        	svx/inc/svx/svditer.hxx
        	svx/source/dialog/sdstring.src
        	svx/source/form/fmpage.cxx
        	svx/source/form/formcontroller.cxx
        	svx/source/svdraw/svdcrtv.cxx
        	svx/source/svdraw/svditer.cxx
        	svx/source/svdraw/svdview.cxx
        	xmloff/source/forms/elementimport.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [a0c13ffcceea4978bf95b8559bff4a71aa55aa88]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	sd/source/ui/func/fuinsfil.cxx
        	sd/source/ui/func/fuprobjs.cxx
        	sd/source/ui/slideshow/slideshowimpl.cxx
        	sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx
        	sd/source/ui/toolpanel/ToolPanelViewShell.cxx
        	sd/source/ui/view/drawview.cxx
        	sd/source/ui/view/drtxtob.cxx
        	sd/source/ui/view/outlnvsh.cxx
        	sd/source/ui/view/outlview.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [62abc842160313fbcdee8ff46c6b4fae6321f21d]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	binfilter/bf_forms/source/component/forms_Filter.cxx
        	binfilter/bf_sw/source/core/inc/node2lay.hxx
        	binfilter/bf_sw/source/filter/xml/sw_swxml.cxx
        	binfilter/inc/bf_sw/swdbtoolsclient.hxx
        	filter/source/xsltdialog/xmlfileview.cxx
        	oox/source/ole/axcontrol.cxx
        	oox/source/vml/vmlformatting.cxx
        	oox/source/xls/autofiltercontext.cxx
        	oox/source/xls/externallinkfragment.cxx
        	oox/source/xls/formulaparser.cxx
        	oox/source/xls/pivotcachebuffer.cxx
        	oox/source/xls/pivotcachefragment.cxx
        	oox/source/xls/sheetdatacontext.cxx
        	writerfilter/source/dmapper/GraphicImport.cxx
        	writerfilter/source/dmapper/SettingsTable.cxx
        	writerfilter/source/ooxml/model.xml

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [6a75a47be7b3aafbb655ffa70609fd2ed7ca4b3e]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	automation/source/communi/communi.cxx
        	automation/source/server/recorder.cxx
        	automation/source/server/server.cxx
        	basctl/source/basicide/basobj2.cxx

2011-03-18  Jan Holesovsky  <kendy@suse.cz>  [e6064484fae8aa2797f86c68e9a8d23d2e213367]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	chart2/source/controller/main/UndoManager.cxx
        	chart2/source/tools/RegressionCurveHelper.cxx
        	sc/inc/address.hxx
        	sc/inc/attrib.hxx
        	sc/inc/bigrange.hxx
        	sc/inc/callform.hxx
        	sc/inc/cell.hxx
        	sc/inc/chartarr.hxx
        	sc/inc/chartlis.hxx
        	sc/inc/chgtrack.hxx
        	sc/inc/collect.hxx
        	sc/inc/compiler.hxx
        	sc/inc/detdata.hxx
        	sc/inc/document.hxx
        	sc/inc/fillinfo.hxx
        	sc/inc/olinetab.hxx
        	sc/inc/prnsave.hxx
        	sc/inc/queryparam.hxx
        	sc/inc/sc.hrc
        	sc/inc/scabstdlg.hxx
        	sc/inc/table.hxx
        	sc/inc/validat.hxx
        	sc/inc/zforauto.hxx
        	sc/source/core/data/documen2.cxx
        	sc/source/core/data/document.cxx
        	sc/source/core/data/table1.cxx
        	sc/source/core/tool/address.cxx
        	sc/source/core/tool/token.cxx
        	sc/source/filter/excel/frmbase.cxx
        	sc/source/filter/excel/impop.cxx
        	sc/source/filter/excel/xename.cxx
        	sc/source/filter/inc/formel.hxx
        	sc/source/filter/inc/xename.hxx
        	sc/source/filter/xml/xmlexprt.cxx
        	sc/source/filter/xml/xmlnexpi.cxx
        	sc/source/filter/xml/xmlnexpi.hxx
        	sc/source/ui/dbgui/filtdlg.cxx
        	sc/source/ui/inc/docfunc.hxx
        	sc/source/ui/inc/namedlg.hxx
        	sc/source/ui/namedlg/namedlg.cxx
        	sc/source/ui/src/namedlg.src

2011-03-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9d21dcfb439830e1d8e7f128593f57b7e978e2ec]

        vcl121: rebase to DEV300m103

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [2d5b4b02d6c9416ea6f23efd4be0c4202bca9843]

        Related: fdo#32553/fdo#31792 ensure correct pdf export filter

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [a4632bb6a212a67d0e1e0b1c887ec1cbe30c1cf8]

        only test this on certain archs

2011-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [16d941cb03d6909cd947b1c910ad3cf199cc1e5e]

        Add PowerPC to the right branch

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [d26364710b54e6df2c233266367df5779891795b]

        Related: fdo#32553/fdo#31792 ensure correct mimetype
        
        The flat xml filter also accepts .odt as an extension, so
        looking up mimetype by extension could pick that up.

2011-03-18  Petr Mladek  <pmladek@suse.cz>  [6996c17ac5f276f46cf6f5da1f70ee18c318fae1]

        slightly updated fix for import problems with unsupported HTML tag (fdo#34666)

2011-03-18  Luboš Luňák  <l.lunak@suse.cz>  [0a60f6ed77af4ad612092396f1cf36ed20e68208]

        use full path for kdefilepicker helper binary (bnc#31109)
        
        ack by pmladek

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [38ecac03e18ba6c061785b899d49419ba7f58fa3]

        Resolves: fdo#32553 freeze/hang on mailmerge to attached pdf

2011-03-18  Christina Rossmanith  <ChrRossmanith@web.de>  [89ec94736f2eef02cb97dc77e33bf404b7a215a2]

        Fix Bug 34666

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [a82087ada54119343ac425c5999aa6c72c094581]

        Fix fdo#33947 crash in Impress after printing
        
        Fixes lifetime issue with DrawViewShell - solved by not handing
        one in to the print preview DocumentRenderer
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-03-18  Luboš Luňák  <l.lunak@suse.cz>  [b6cc0b0c18e6ce985d200d801c6b4f64ca705d75]

        use full path for kdefilepicker helper binary (bnc#31109)

2011-03-18  David Tardon  <dtardon@redhat.com>  [0932d7f0f0d2514c87d5c3403372e815369912d1]

        initialize member

2011-03-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1768cff01e1d63687d9ecfedf65b81610dfd71b2]

        dba34d: Solaris WaE

2011-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [be52ac8c786426317a4516efc1de3bac80386e94]

        Don't build static icu that nobody uses

2011-03-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c0470de216263d617f7e0663babf3eae4483f0db]

        Work around a strange problem with libicudata on Mac OSX

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [b07ac2bfbf0d473397a0b3a9351fff7695e0af16]

        output actual error message on failure

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [6173b8425d2ccd2c0acafe63b42e83cd32027866]

        ensure this builds under windows

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [2c53ce5af80ea29e78be59791aa61c5d5287e297]

        quieten these tests

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [a198775260b4949fcffb46e4e87df1bf61b02046]

        Enable newly converted unit tests (that work).

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [b4e52d247ffa0b2a8329b152be6c947e103afacb]

        Remove some now-unneeded files.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [38e7eb013ae25f9ae67f5eb153f8eb29b85d6a55]

        Make the qa/rtl/rtl_ostring test compile again.
        
        These crash on NULL pointers, which they expect the API to handle properly.
        It doesn't.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [a5920326e20ae8148841f65a400ab47b897a3884]

        Make the qa/rtl/rtl_math test compile again.
        
        Interesting is that it fails a test that according to the API
        docs should work (rtl_matH_doubleToString of 1.#INF returns 'INF'
        instead of '1.#INF').

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [f737c717b917685f574b0c462d2bebf63a2fae71]

        Make the qa/rtl/rtl_logfile test compile again.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [df8e3ca428e3216ec5e33efd38a25cae952ad7e3]

        Make the qa/rtl/rtl_locale test compile again.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [d08d6ce8003330a9f99429fc961a0adddb7f3af1]

        Make the qa/rtl/rtl_doublelock test compile again.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [138a5b7d19bd5956e14d4e6114d1aa14b57ad0a2]

        Make the qa/rtl/rtl_cipher unit test compile again.

2011-03-18  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [ada6b6704442595f384e021fc4f9f976b6aec522]

        Make the qa/rtl/rtl_crc32 test compile again.

2011-03-18  Caolán McNamara  <caolanm@redhat.com>  [7d5bc9ff4e5f8ea367de09b2abc130fad7f3dba6]

        Resolves: rhbz#675806 crash in es thesaurus (cherry picked from commit b788f9fc846c0f47d02df02ac6733c0ac21a13c6)

2011-03-18  Oliver-Rainer Wittmann  <od@openoffice.org>  [38c9a3de2848de7285ddfb0eaa63817780ff6f5c]

        sw34bf05: #i117339# method <SwDocShell::LoadStylesFromFile(..)> - import only files for loading styles in own file format (ODF and OpenOffice.org XML file format)

2011-03-18  Carsten Driesner  <cd@openoffice.org>  [e9e5d2cae62465c44defcc015f873849fdcf5a44]

        fwk167: #i93666# Added separators to the new Vista/7 file dialog

2011-03-18  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [8473229179c9d94720f9822a9a04819d8725b975]

        dba34d: #i66846# check bookmarable before use statis resultset

2011-03-18  obo  <obo@openoffice.org>  [e3511dc343c944530c6c48e6990b4f4f8d522535]

        masterfix DEV300: #i10000# fix for LAN"

2011-03-18  Kohei Yoshida  <kyoshida@novell.com>  [22db10974a4041a7c2227a47bc05b5e112345bf9]

        Fixed data loss during pivot table export to XLS.

2011-03-18  Takeshi Abe  <tabe@fixedpoint.jp>  [005b11645a3438fd519a101a043f24a40ea47c02]

        Use SAL_PRIdINT32/SAL_PRIxUINT32 instead of %d/%x

2011-03-18  Takeshi Abe  <tabe@fixedpoint.jp>  [866364d7cb08b6a7d7f71f0d43e6765d8c32dd4c]

        Removed dead code

2011-03-18  Takeshi Abe  <tabe@fixedpoint.jp>  [f17c5376f3fc40573ad8ea5d3ee4175d5f2a6fc7]

        Removed an unchanged variable

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [ab416c033d2785aedf64c42a10de32b8efd4cd02]

        Merge remote-tracking branch 'origin/integration/dev300_m101'

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [43832043d392e9ea25963825593b9319ef840a81]

        Merge remote-tracking branch 'origin/integration/dev300_m101'

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [c428e1e084306d929ac2b857172fde07e1181dc7]

        Merge remote-tracking branch 'origin/integration/dev300_m101'

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [609bb0ac6edc5ed69155a7da785920d2cc1251bb]

        Merge remote-tracking branch 'origin/integration/dev300_m101'

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [0c3818deda652f31d685b4d4d440de4faab1c044]

        mav60: #164341# fix problems with the new implementation

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [b92dc6c03d0876230e3e7f2daa43a3350972f0e9]

        mav60: #164341# fix problems with the new implementation

2011-03-17  Michael Lefevre  <lefevre00@yahoo.fr>  [1a770c79a29015f6857cf97a20cfbb0958231c1f]

        Remove duplicated constant F_PI and friends
        
        Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx

2011-03-17  Michael Lefevre  <lefevre00@yahoo.fr>  [810c64fd7e92e26347a6c4cc0666b8c73d3ddada]

        Remove duplicated constant F_PI and friends
        
        Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx

2011-03-17  Michael Lefevre  <lefevre00@yahoo.fr>  [5a5efd42d9503b8853f529bf0fc20da20e5bcf78]

        Remove duplicated constant F_PI and friends
        
        Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [41bc9ff8d750b4af10d20a36539c57da14695dcf]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	dbaccess/source/core/misc/services.cxx
        	dbaccess/source/filter/migration/cfgimport.cxx
        	reportdesign/source/core/api/ReportDefinition.cxx

2011-03-17  Luboš Luňák  <l.lunak@suse.cz>  [1cb1323220f3981a228663d9e0b4481502b82e27]

        fix qt3/kde3 library finding
        
        Partial revert of b490b1d298960d74be36f9a2c201c702b00bc2b4.
        The linker uses only .so files, not .so.<something>.

2011-03-17  Jan Holesovsky  <kendy@suse.cz>  [61a4bf5a07bf53d2311d1c773e3087d89fc5be5e]

        Merge remote-tracking branch 'origin/integration/dev300_m101'
        
        Conflicts:
        	set_soenv.in

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e1028d9225bc47922c387aa462887c7643bc6c40]

        remove unused variable warning

2011-03-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a12885cdad54a4336223e06be45912526f3c4933]

        Don't build things we don't use and that are broken

2011-03-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3a08ba1a5932e6fdc737d6038795a030280a7ce6]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [5ca039be5eb5fb9e247798ee1ec42345e055f22a]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [eb128d9a915cbec73c857301dfcf834dfd3d92b0]

        sw34bf05: #i102368#: output right alignment of numbering, too

2011-03-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5c31f3d194ca409680d80be1348fb8ce42de1abe]

        vcl121: #i117409# fix a typo

2011-03-17  Michael Meeks  <michael.meeks@novell.com>  [064a0b4957300d464384468e172fff6dc01d3875]

        add helper to set-up the libraries env, to run executable during build
        
        Conflicts:
        
        	solenv/gbuild/Helper.mk
        	solenv/gbuild/platform/linux.mk
        	solenv/gbuild/platform/windows.mk

2011-03-17  Michael Meeks  <michael.meeks@novell.com>  [ce0c58c96bc32c3e9f4cf4ad6f081ec6bd829338]

        fix bestreversemap generation, fully this time

2011-03-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ac254e099c57010222d8cc25a78796e2e71f490a]

        dba34d: remove patch for date axises

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [224bd63b3fa459baa0a6bb5cd03f5dc2ca475d82]

        Add realpath calls to unbreak build on Windows

2011-03-17  Michael Meeks  <michael.meeks@novell.com>  [2841a73379eee9346d447722eaead955121d7576]

        get paths right when building reversemap

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [43479db3118f7b689b6dbdde308627f86519bbd9]

        No #warning in MSVC

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [4f05d1535efdd52e29d5a5d0e196e83d7c064313]

        Sprinkle some realpath goodness here, too

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [494a877bf490262eb358379469dbf929a026a5c0]

        Sprinkle some realpath goodness here, too

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7dcac7742d8b6d11409d3388485ce22f4fdec1f4]

        killing off stl in gbuild

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [2e32ee51666ccbc2e50cf407e6824bccad6d3d70]

        killing off stl in gbuild

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [35701ddafd918b48205d0cd48a3ddacb1ffc3ccd]

        killing off stl in gbuild

2011-03-17  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [99ebfb7335c333a77910b1059b7b41fb34ff0899]

        killing off stl in gbuild

2011-03-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [f74016fe581e96afec61ecef37920ca81e8767c9]

        dba34d: check extensions is empty

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [1878dad419ce97060fb622d2c6ad4d6882777417]

        Bypass ODMA crack for now
        
        It is too hard for me to figure out how to get it to link with
        odma_lib.lib, which is a static library built and delivered over in
        ucb/source/ucp/odma.

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [6d95009eaa2f2c52e79f172065d21d96eadfbbf9]

        Sprinke some realpath goodness here, too

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [8dc2c3e75ec617b4f55027c80c108694837b8078]

        No stlport used any more on Windows

2011-03-17  Kai Sommerfeld  <kso@openoffice.org>  [0461d179dddc2caab6315e6f7ec7bb3804dd017a]

        #i117329# - Publishing of UNO types,third wave.

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [0e425e43c7759ef82e501373f9e6b29df04dd5d2]

        Add FWE_DLLPUBLIC

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [48fcd51124430438260c5b8b1af7b78718fe3e78]

        Use realpath to unbreak compilation for Windows

2011-03-17  Frank Peters  <fpe@openoffice.org>  [bd5f34e011d723600858e57667c17e21172f0f65]

        #i117372#

2011-03-17  Arnaud Versini  <arnaud.versini@gmail.com>  [3bb681a344beb911d92b48469afbd0ccc51db1dd]

        Add non blank characters to metafile.

2011-03-17  Markus Mohrhard  <markus.mohrhard@googlemail.com>  [f0681adbf092e2b455db52535f2df882bc87343a]

        Edit -> Delete Contents should show the assigned keystroke, fdo#33149.

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [052a270ff08f2f6eaf09d4589085f9be0e971cf0]

        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-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [c696ee29fc4254652b4df9cd5242bae8096d7e1f]

        dba34d: fix for assertion from comphelper

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [726b8cbe0f2b99431fa49ae35458bf0a6156fb06]

        Add realpath calls
        
        This avoids passing pathnames containing symlinks to non-Cygwin
        programs. Calling realpath here hopefully means that we don't need to
        explicitly expand the pathnames for the src files listed in the
        */AllLangResTarget_*.mk files.

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [288c55fcbc9a408472a14bb73b5994023d317e1c]

        chmod -x

2011-03-17  Tor Lillqvist  <tlillqvist@novell.com>  [690ba6bea35983a55eb0a359dd5696181dd1565a]

        Use realpath for Cygwin goodness, drop -I options to nonexistent directories

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [5dd2784030e00fa1857b30ee8c5da62e221bfd32]

        mav60: #164341# support AES encryption

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [ff0e866194b35ab33b0e622b9bd33253a4234263]

        mav60: #164341# support AES encryption

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [265244b71b989932124ed648ea39acba21756df8]

        mav60: #164341# support AES encryption

2011-03-17  Mikhail Voytenko  <mav@openoffice.org>  [99e3106a3e2185f521930f5a42adc4e5c1287245]

        mav60: #164341# support AES encryption

2011-03-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a754527bb20058cee5fc9bffaed1861e7239fa78]

        #i117341# let getAvailableServiceNames include css.awt.tab.UnoControlTabPageModel

2011-03-17  obo  <obo@openoffice.org>  [5bda0f9a162f909ee7f818cf0a339fc64194ceee]

        masterfix DEV300: #i10000# create misc/x64 directory missing

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [c5f45ade775eca71753532ec28869533cb625b04]

        More WIN_FOO cleanup

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [7851d6354750cbea9a278ca10eb8c9a10167b2e0]

        Just use a normal main(), no need for SAL crack here

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [5ae153597730893bf1a6417c5425b80e480e8ab7]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [d26611f3c6b3b3eda18815331f54a776b49ab78c]

        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>  [33ee45ab0d067dc25a0c88a6792d3dfc0fefac87]

        using CustomTarget for generated code

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [dffa25b90252c4ec65a1c3a6a585b0dc23a67e56]

        The WIN_FOO dance no longer needed

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [33a698be6b94db7cf734289f91a3a72e1c052a19]

        chmod -x

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [384ffe087a2209066f00dbec17c6f2cf1611d725]

        The WIN_BOOL/ULONG dance no longer needed

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [cf08cded59db665991fdd1b175db79ace1004f1c]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [52976a7533889bcf8277cdf0323b9953865abbd4]

        merged from outgoing

2011-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [317f4aa0ac068bfd8b0a6d8ead441501a016fc28]

        sw34bf05: #i117159# remove codepoint 0xf0f1 from mapping for Windings 2 to enable codepoint 0xf0f7 from Symbol to take effect

2011-03-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [6f79e5e6a2b640cd671410e49db64d4fec6046b8]

        sw34bf05: #i102238# - correct contour polypolygon conversion in case that graphic's map made is not MAP_PIXEL

2011-03-16  Carsten Driesner  <cd@openoffice.org>  [d2b362879156f49ac77a69942cab2ffb0fdac12b]

        #i116487# Adjust copyright date to 2011

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [2e21ec520ba17814ffe9199fbbad0876ec71f81f]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [26a17669d5bbe970a603423197c18a9383c73df6]

        Make the OCMA UCP build again, add .component file

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [c3d5444d84e18fa82235bb9d419861ac5e54f544]

        Resolves: rhbz#680460 honour lcdfilter, subpixeling etc.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [b82df31c5092c4cebae3dc7836f9ffc2a2f238ad]

        The WIN_BOOL dance no longer needed and in fact causes compilation errors

2011-03-16  obo  <obo@openoffice.org>  [5d7f1bb1e74ae49ae7215588d836bd1ca2004b10]

        masterfix DEV300: #i10000# fix build.lst, remove obsolete makefile.mk

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [f549dc8f9d3b9a5c2498d36555a66216904b5e43]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [b60661692b0991d7f4f0fb9d5c1f3cf6d03a95f4]

        No #warning in MSVC

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [f09d35442537b1251365f409a18263c090b26305]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [25e6fb65f5948aeba3b0eabed9cda3eae22fd4fa]

        sw34bf05: #i76669# - fix build breaker which are not detected under Windows with enable PCH

2011-03-16  Kai Sommerfeld  <kso@openoffice.org>  [0f79c68194206864c993cd0fb01a485d2db2664f]

        #i117329# - Publishing of UNO types, second wave.

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [15857a3690f2ee4649934ac36a7493b40c9de7c1]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [056c886e820da0047b13946447d770d6a0790a37]

        better not use introduce global variables for the libxml include path

2011-03-16  Carsten Driesner  <cd@openoffice.org>  [77857a809994c9f28174803d721a999f83cca2b9]

        fwk167: #i117379# Use bool instead of Windows type BOOL to prevent misuse

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [bbec8f9484d2f68c5c8211c164610ae4fb08d5c7]

        Revert "Revert "Use realpath to avoid -I options containing symlinks on Cygwin""
        
        This reverts commit 00bfbcf96e5a5bbabe5cfe1811fecc96304a19fe.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [b321a336a4c6fe86484593a0c1d95a8947ccbf3f]

        Revert "Revert "Use realpath to avoid pathnames containing symlinks on Cygwin""
        
        This reverts commit bac18077450aec272f108bf7e700bfd7fafa33ff.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [37022d25d2d4d2629887ceff07bb2ad527ef036a]

        Revert "Revert "Xsltproc is a non-Cygwin program on Windows so use realpath""
        
        This reverts commit 19bd92e4348b500c98b0da4230bfaf7d838133ab.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [f61e4882162bfad30bb4eaccb8699a0948634456]

        Revert "Revert "Sprinkle more realpath calls""
        
        This reverts commit a6b8a0d1e59abc52fa54ea2741837b7cde9c1731.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [0878f8d0aab1b6e974092e9907911f53bc9ae49f]

        Revert "Revert "Use realpath on the filename being compiled to expand Cygwin symlinks""
        
        This reverts commit b4260a9b516241dd42d992cc148235e153a66d18.

2011-03-16  Carsten Driesner  <cd@openoffice.org>  [104874537cf87e29f24861db53dd690673fb57c4]

        fwk167: #i116139# Check for preview frame in requestToolbar method.

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [8c680335faf902b6c5dc89d539a68ed63e939c40]

        disable this warning for yacc code too

2011-03-16  obo  <obo@openoffice.org>  [500204856e803133ad5214a3943f2f5d34dcb5a0]

        masterfix DEV300: #i10000# fix damaged build.lst

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [673f4796d24d87026f870ba74da15dc8640d5d2b]

        fix typo

2011-03-16  obo  <obo@openoffice.org>  [78f80b020fe009bc48e9e5f8b7862de51f1f8381]

        masterfix DEV300: #i117352#,#i10000# WaE converting to non-pointer type sal_uInt16 from NULL

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [974567cdbbbef5e3a23c0bf6022d0fa76183f523]

        WaE: int/char mix

2011-03-16  obo  <obo@openoffice.org>  [f6c764706cd411d3353666da91b334a899a12154]

        masterfix DEV300: #i10000# build breaker in sw

2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c6cca3a4c9f5b5ce6887b64a205e81d927e18dc1]

        Revert "Adding back the inline keyword, since it is not killing anybody"
        
        This reverts commit dc780335fee65b01241c0c41789b78726752348d.

2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8d8acaed450010065eb19dbc5235a567d8707366]

        Adding back the inline keyword, since it is not killing anybody

2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8af1f8d1ad2642b6b9fb429937d382e745fb4fbe]

        Fix editeng Windows build

2011-03-16  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1705149aa69a9e38313986bd7bef2ac565b35af9]

        dba34d: #i32633# fix for lcase and ucase

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [06158bf0b86a1ff9c6ffa37dc74680e0303ea69c]

        WaE: enable exceptions for new containers

2011-03-16  Carsten Driesner  <cd@openoffice.org>  [95a6c29ae8853bead767ff4434b5af88e107994f]

        fwk167: #i117378# Use safer way to check for visibility

2011-03-16  Release Engineering  <releng@openoffice.org>  [5bc52fffb70ccedd526703af4a151e2742812c4f]

        DEV300

2011-03-16  Carsten Driesner  <cd@openoffice.org>  [10d74f6c33d5f678254760fca296a5d275ccfff9]

        fwk167: #i117378# Use BOOL instead of sal_Bool for Windows specific code.

2011-03-16  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [e1f79f156a42e2170cb3db92edc27bca38d185e3]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-16  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1831ee1d1a173369f625ba4cfbf8b7229e040920]

        dba34d: #i86167# fix for 64 bit long value to int32

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [3efabdf926a4fa946fd2b52232309fc8858d80c6]

        add a virtual dtor to baseclass

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [33c7f9eef6f41ee5374bbc84ecf5cc1b77f547e8]

        Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"
        
        This reverts commit ea0f905a00c7b4d7ab31092566671b7613a956ac.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [6e92eb906f645fbc9527273056f60edafaabffd3]

        Revert "Use realpath to avoid -I options containing symlinks on Cygwin"
        
        This reverts commit e8701a1e09559ca8b52e39d5ee4da45237f099f8.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [1acf4609876a06787253a87fb9e67cb270e038c5]

        Revert "Use realpath on the filename being compiled to expand Cygwin symlinks"
        
        This reverts commit 4c745207efbbd16e788a416b711703f0298a1ab3.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [13c48a07abec8f5489858ef5126d03e7e6ea5271]

        Revert "Sprinkle more realpath calls"
        
        This reverts commit dc803980f04acba6bd0d4a1cdd9a75eb57cd8659.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [cd69565f20cf1d6a19ef9156388d6471ef124ca9]

        Revert "Xsltproc is a non-Cygwin program on Windows so use realpath"
        
        This reverts commit 8593849221aa71dc5781f811b88d0205a718bdd1.

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [af9cd95a2499e602887352c833d3ac52ce9670f2]

        WaE: throw out some more warnings

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [d50356c18a82ca11e0592a74ec56c58d665d01ee]

        throw out some warnings

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [75619ad34c2312de001fd3938e5206df3b618eb2]

        Use realpath to avoid -I options containing symlinks on Cygwin

2011-03-16  obo  <obo@openoffice.org>  [61879c218dd0e6e94884e7c6e06e3c5c18540b4a]

        CWS-TOOLING: integrate CWS vcl120

2011-03-16  obo  <obo@openoffice.org>  [42aa6d935d8fb5552e1d647c0cd65aa1a53fcb36]

        CWS-TOOLING: integrate CWS vcl120

2011-03-16  Luboš Luňák  <l.lunak@suse.cz>  [e1ac729f057350f92a37996370e08cfd93c6a855]

        there's no CT_AlignH/V either, only ST_

2011-03-16  Luboš Luňák  <l.lunak@suse.cz>  [6e0982b824661429d014ad8b908f715d07138410]

        there's no CT_PositionOffset, only ST_PositionOffset

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [7fea337445db50432ff9be2e6bd1e3a93bdd9814]

        Xsltproc is a non-Cygwin program on Windows so use realpath

2011-03-16  ka  <kai.ahrens@oracle.com>  [99c38a88c43fa6b9c3fcc2c6c7620a315bea307b]

        rsvglibs: added zlib-1.2.5

2011-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [58d84f86704715d548f7137e6b014db0da44040a]

        merged from outgoing

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [6bc46f34469ddb3a2dec49ac25ddaa486667fc72]

        Add msvcprt, too, wherever msvcrt is mentioned

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [999dce7d69e20561c3f39476e074043838eb7514]

        WaE: return after throw

2011-03-16  Thorsten Behrens  <tbehrens@novell.com>  [793a9a799346aebbf0a50d8d4f15081d9032d57c]

        Corrected assignment in makefile

2011-03-16  obo  <obo@openoffice.org>  [5b2cda248a43fa7ed094271b5f553ff6e13d45aa]

        CWS-TOOLING: integrate CWS swlayoutrefactoring

2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [192fc440022bf84ad3922e227e41ee9f0080b19f]

        Introduce a single .gitattributes file in bootstrap

2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [12ca69452584f02f4cd411d71bcf64287176ba44]

        Introduce a single .gitattributes file in bootstrap

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [66584aa981fb65299f3e62a90dbb1e47ffed3b4b]

        WaE: remove some warnings

2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [e8d08844e07a61df3737f7052e18a1aa4380ff86]

        Introduce a single .gitattributes file in bootstrap

2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [a2f635dea2635e304562d9ca44ed1ff61a3449f5]

        Introduce a single .gitattributes file in bootstrap

2011-03-16  Miklos Vajna  <vmiklos@frugalware.org>  [e175056684aed02597ab8117b22e89ef0c3a5173]

        Introduce a single .gitattributes file in bootstrap

2011-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [f24ceb2d452fd0056c3fb36088872eecffd187a8]

        sw34bf05: #i86906# Set property DefaultText of combobox from Dropbox form field's selected item

2011-03-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [970ab411dd018c7c6159f073aca5927de8c52980]

        sw34bf05: #i76669# - reestablish call-back DrawingLayer to Writer in order to let the Writer decide, if a certain draing object should be drawn or not.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [50969e01588e6e1c0a7c14dc5c2cb57628957496]

        Use realpath to avoid pathnames containing symlinks on Cygwin

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [9bfd6153d087900ea8310938e1ec1f7518340bb4]

        Remove unnecessary whitespace on empty line

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [c74a923f5000e63e5fd14795e9635e0b6e37f936]

        Revert "Fix bogus line continuation and empty line spacing"
        
        This reverts commit 66364955f47ce478c32325bafb22283fd47621c8.

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [710b25f176fbeb21de1305ef59d39f6d2a2fc511]

        Sprinkle more realpath calls

2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ec1522ea64ac91fbe62fafe4286ae56cc21bef08]

        Another GR2_STATIC define

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [361c5b02b75568824f4734610e6867cf86d1c959]

        Fix bogus line continuation and empty line spacing

2011-03-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9a318cf8050143c4b9975e861c41b2ee37de1d19]

        MAKEFILE.MK -> makefile.mk

2011-03-16  Tor Lillqvist  <tlillqvist@novell.com>  [57204fffa5beda82a03985650a2912fd07579302]

        Use realpath on the filename being compiled to expand Cygwin symlinks

2011-03-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b25b0fd75a4b02447122907648e397791817f2c4]

        dba34d: pulled and merged remote changes

2011-03-16  obo  <obo@openoffice.org>  [b59eaea542c154ed0b1d4677b20547c892e5e123]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [a24842b43a687808376f69d4bdbb45fcddde73c4]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [e77a065bab11a45dc64f0277038674d25af0279a]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [ac7a93d1b252d440d45892bbc303dfa8427a290b]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [160329d6fb16c593f651fc143f5a8973566c6c22]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [355250c0ef0f509df5d5eda569fdf7c96c7957a9]

        CWS-TOOLING: integrate CWS jl164

2011-03-16  obo  <obo@openoffice.org>  [6e7859bf78cbf2d3822c0b0f74fc1e98a96cb129]

        CWS-TOOLING: integrate CWS sb142

2011-03-16  Ocke Janssen  <oj@openoffice.org>  [46471896bad539d53b197ebb1844c3fbe05ba7d6]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-16  obo  <obo@openoffice.org>  [d3bd824556722068e2893dd96821554ccbb1d662]

        CWS-TOOLING: integrate CWS chart55

2011-03-16  obo  <obo@openoffice.org>  [b4aafb548412bb91974656a9b0801524b20ab6c9]

        CWS-TOOLING: integrate CWS chart55

2011-03-16  obo  <obo@openoffice.org>  [894b4df156a835a252df3556182e13e320691133]

        CWS-TOOLING: integrate CWS ext006

2011-03-16  Caolán McNamara  <caolanm@redhat.com>  [9e0a09e89c38774dd1af902387a8b25de158b634]

        WaE: silence some warnings

2011-03-16  obo  <obo@openoffice.org>  [7f9327e90e1e04325ad091f1e20995da4cb2e929]

        CWS-TOOLING: integrate CWS l10n36

2011-03-16  obo  <obo@openoffice.org>  [22f91c4b179b5158ad31e2085c20ae89a596b760]

        CWS-TOOLING: integrate CWS l10n36

2011-03-16  obo  <obo@openoffice.org>  [8c718050f2bdc00a7a90b2965f66514a0bc039db]

        CWS-TOOLING: integrate CWS chart51

2011-03-16  obo  <obo@openoffice.org>  [b491f91e8d6cebe3ade4f805152100489eb91754]

        CWS-TOOLING: integrate CWS chart51

2011-03-16  obo  <obo@openoffice.org>  [5feae0f6170f233e84a3b377eecccd505ff2832e]

        CWS-TOOLING: integrate CWS chart51

2011-03-16  obo  <obo@openoffice.org>  [89410973000b8d1b5bedd40de61dfc15ec59ce92]

        CWS-TOOLING: integrate CWS obo55

2011-03-16  obo  <obo@openoffice.org>  [9f608513ff7f842116a3a16242142c5e46d91840]

        CWS-TOOLING: integrate CWS obo55

2011-03-16  Ocke Janssen  <oj@openoffice.org>  [50a751cc366e49f2b52d9f7783049c12536024ac]

        rsvglibs: add export and build action

2011-03-16  obo  <obo@openoffice.org>  [a91221b5419122591164a61771da082843e89664]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [f36f35bef2c1e1beb8f43845ccf4b49d9f812a03]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [8fd8b7a963504842675e1336156f715ec1009ef0]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [331fab92a876c1d41cdf3375dd60d4af77685956]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [6cf6b5c5641d4ee4d3bc57aa84fea6e727ac543f]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [003b5ee08b71a3f173191729aad12c8dc685a93c]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [abe28ebe3947c035e5fc18efb784e78c7a94c66b]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [f165e5b06c6c97b1f92ac314a66146af02ccb872]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  obo  <obo@openoffice.org>  [2b61765208b2ebd355b1db99a46ce7494460fa2b]

        CWS-TOOLING: integrate CWS debuglevels

2011-03-16  Takeshi Abe  <tabe@fixedpoint.jp>  [4dfb0668592e3927bae2e7fea44b4d227cdf74a2]

        Removed unused function GetLangName()

2011-03-16  Takeshi Abe  <tabe@fixedpoint.jp>  [4512d9d522aa80b6e27a8edbe99e05b216f0b666]

        Include <osl/diagnose.h> for OSL_ENSURE

2011-03-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [23fc3d8a0205402783a9b9a047919c31aad28af2]

        tempory hack to get the prober libxml include on SYSTEM_LIBXML=YES build

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [6509f546d0d68351644a21b45548042d1589ebe7]

        ScRangeName doesn't need to store ScDocument pointer.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [9b4d6050c9829b1d7c7edf952b70bc62b0a01a95]

        Common part into an own method.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [e060bf847597b6063ac9f661453d74da14442b4c]

        Implemented redo.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [4e564d3395e3e9eb21d9b6213e2306f391f5c824]

        Fixed undo, caused by a silly copy-n-paste.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [23ae9e4a45758918e0f0b08714dd7de2b0b63c0f]

        Hopefully implemented the undo part, plus lazy-init the global range name.
        
        Went through the code to make sure we check for NULL pointer before doing
        anything with the global range name instance.  Calling GetRangeName()
        initializes the range name instance on-demand.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [d4b5eac3753c6369dac785d260caf0547791228e]

        Implement undo and redo for real.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [3098641cba6f749f3be091fd70af483aa709f25b]

        Added skeleton for undo of all range names, global and local.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [225b3351763112756a7fa373230d1bee1f96a6a6]

        Implement ModifyAllRangeNames(), minus undo.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [a040ea619d62a2cbc854f8f11d154cd84148a51d]

        Extracted macro-based method into real method (for better context tagging).
        
        Macro-based methods don't get tagged correctly in my editor which
        screws up cross-referencing.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [979e023be8fb18dc0cff5bd1b2bc50afc713bcd2]

        Store all range names from the dialog to the document.
        
        But I have yet to implement ScDocFunc::ModifyAllRangeNames().

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [ba862bbca4caa70e2a60b2f6c9087228c9da6f69]

        Retrieve sheet-local names and populate the dialog with them.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [b43ad3a6cf13da22b20541a0a67deec8db958031]

        Removed useless comments.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [aa65005ba465a8361214bf23f0b934c63fca025d]

        More cleanups.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [f0a0ac5106580d0a97ad896cf724affc958f9749]

        Use data member and member methods instead of global and macros...

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [4b6758383c25049aa34f5ae0143583ee9c12ba74]

        Code cleanups.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [65f4809a0a3210aaa92b45dc7ec985e855cae2d6]

        Added new list box for the scopes, and adjusted the dialog layout.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [3732372d58bc7f403a91c369625eaec7e8431fc5]

        Removed the old sheet local name mapping bits.
        
        This was there for the VBA code to work around Calc's lack of
        sheet local named ranges.

2011-03-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [c08aba6a410bd7e85095a485486dcfb5bb6612b8]

        amazingly writerfilter actually use libxml...

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [378c75a798c8baa34cb26e7f07fe28cb5ee2a85f]

        Get the unit test code to build.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [a45a39c72d873967752267c8c9563800420aa7ef]

        Skip some tests that require Java when --without-java.
        
        However, this also skips tests for python...  Something to look into
        to fix later.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [d66f1a161474d9d308246f174c2938ad5476054e]

        Skip the java part when --without-java.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [af52bcaf412f6dd682ea855723ca3d019a790638]

        Define SOLAR_JAVA only when --with-java.

2011-03-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [575045fdbfec2b072fcde338958ee85d55ae69b2]

        avmedia/gstreamer .mk must include target.mk even if it has nothing to do

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cb2b51f970cdf9b67f600f942cffa219684d05c7]

        Maybe one day I get this right

2011-03-15  Rene Engelhard  <rene@debian.org>  [34654ef6e65b9264af7727005cae67967e3ff005]

        make graphite2 check check for >= 0.9.3

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [02b496a567deedea05c77c40ac6b534550e3b715]

        escape spaces in compiler name

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8e4bc214b41aaf9f5bf313fe36d381b80ca1b11c]

        avoid __declspec decorations on windows

2011-03-15  Christina Rossmanith  <ChrRossmanith@web.de>  [de63fbe0c05808cf68a7653b5236065d9d539752]

        Removed unused constant PORTIONKIND_EXTRASPACE

2011-03-15  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [e0dd3facbfe64f41692bfb0cffae8d7be6a18848]

        Additional translations of Germancomments in libs-core/editeng

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [de02b4113d21f99bd19aa6b084e7662472c3a49c]

        Internal graphite is a static library

2011-03-15  Kai Sommerfeld  <kso@openoffice.org>  [65162840e329afee6f401f5a91273c2dbd1bbdf8]

        #i117329# - Publishing of UNO types, first wave.

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e82100b6fe2375ec60e4c2e9cc1adad6807eeb07]

        Add possibility to specify that one builds static graphite

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20a45dba84dfd4ac600eec893182fe3de6d4dafa]

        try to deliver graphite_off.lib properly

2011-03-15  Jan Holesovsky  <kendy@suse.cz>  [7b44ff3c7237a3ae2abcdaf8b3f1e5b319aa3b55]

        When linking, first specify -o's, then -l's.
        
        Some linkers do not find some symbols otherwise.

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [10c3243407b0aaf3038d88286fc2c0bb5ee10702]

        don't handle very oddly sized (but empty) control regions, they cause grief.

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [d6e212ab75c766646695d0dd8867e011d7b92e81]

        fix pretty borders post merge (missing .src compile)

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [b102e842ceae06e7e2d8d115db096a4940589b33]

        remove obsolete linkoo piece

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [a02aae1d244a42b9b346d2f439ea2e834af2899b]

        fix build error with better depend

2011-03-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [53483b25451545ced391cd0f3cf86e8d4b7e31c7]

        vcl121: #i117390# fix the fix for issue 80730

2011-03-15  Thomas Arnhold  <thomas@arnhold.org>  [527f27184266d724f05f7b3c47e9ad61bfb944fc]

        Remove TRACE usage (macro was empty)

2011-03-15  Thomas Arnhold  <thomas@arnhold.org>  [aa3360aa018414cbac680b62c4c774dd9cf4aace]

        Remove unused TRACE macro

2011-03-15  Thomas Arnhold  <thomas@arnhold.org>  [7176db7752b58cfd2fc95bd96400e675a7cab9af]

        Use format string on OSL_TRACE()

2011-03-15  Thomas Arnhold  <thomas@arnhold.org>  [4861e9171b50cd223c2736b5ef3d783a8269e025]

        Use format string on printf()

2011-03-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f0d7607ff2bd136b9d420947b50bbea323ffdf78]

        test123l10n04: #i107099# fixed italian file

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [896d4ef235135c7abd2c1e9942e05f9b49e8ebba]

        register component we need for writer ...

2011-03-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [ef1fe531a5e8cc6bf8171d489d86f4b4538f3e57]

        dr78: x64 build breaker

2011-03-15  Thorsten Behrens  <tbehrens@novell.com>  [4a586f32f545b774dad28651b2ed095bcd2cfa3b]

        Fix the build - methods in xmldump.cxx debug-only

2011-03-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7363d8a165443b6e8da150d193949e738daa9f05]

        vcl120: #i117267# better paper matching

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [5d946add964575705b790fa74a11dd27711ddd1f]

        fix build error, add build depend

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [ebfbc9188c2fe345c66798eca4a8f8cd6f4f301d]

        fix build error, add build depend

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [d346380a15eca03b5ae8d42e2d65af55b9959103]

        fix build error, add build depend

2011-03-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [f716ddb706c2d2319f2d08037545894a8e69a18d]

        add support for symbol=t in gnumake to build release code with symbol
        
        It is needed to be able to build the release code with the debug symbol
        and without disabling the build optimisations
        
        setting symbol=xxx symbols=xxx SYMBOL=xxxx or SYMBOLS=xxx
        where xxx is anything not purely spaces
        will activate the generation of symbols
        
        Note that this generation is implicit with debug=t.

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [9bc1a8fe48806bbac44da9565158dce355cddf0b]

        fix compile with debug enabled

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [71dee2f153371c6dc0c1488aabf75711f9d53e2b]

        move cppumaker test to cppu

2011-03-15  Ocke Janssen  <oj@openoffice.org>  [ff7c2e7d4210a3171e8395a768ad9e8253a9b8b1]

        rsvglibs: deliver changed

2011-03-15  os  <os@openoffice.org>  [53155997b9d8b8c1043e0e81a30542c5dae495dc]

        #i116336# mail merge to single documents fixed

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [71b27e6206d621a8601bceb338f008c34d6390b5]

        more merge fixes

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [3f3a04b4f57b00141620da774ff9288685034c16]

        more merge fixes

2011-03-15  Niklas Nebel  <nn@openoffice.org>  [907f0c4466f7cb788eddfe0b68562168434a758e]

        calc66: warnings

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [a605870674960576464e32f0702c41988f92e347]

        fix up merge conflicts

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [8aaf3bfa012144e45a9498347036a96dcd4d008c]

        cleanup gstreamer component

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [b82aed8e7f02baa2fd8e97ba4ec36833d0a035f9]

        cleanup gstreamer component

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [5d5a1348bb9a63ecd7d840116f2577231a89dd08]

        attempt to make unit test function, before disabling it

2011-03-15  Thorsten Behrens  <tbehrens@novell.com>  [c703f03e506d6fd8c0d8e8fde6608a8b4cbab021]

        Fix build in scripting

2011-03-15  David Tardon  <dtardon@redhat.com>  [9e299a0fe67455f9f6881365dbe8422dd0d735d2]

        fix deps for test

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c3f71ec25eb0e1a3c529ff4a902c8962d6e8976]

        Make icu 4.4.2 build on Linux

2011-03-15  Thorsten Behrens  <tbehrens@novell.com>  [a41a8c504cf9c4268bc6d085046dd88d3e7590ca]

        Fix the build

2011-03-15  Michael Meeks  <michael.meeks@novell.com>  [970dfb78ae6e80e0463adfa462a9d942bd7ed2a7]

        more merge fixes, compiles and links now

2011-03-15  Niklas Nebel  <nn@openoffice.org>  [c9882eed8da6b7e9592cf261f6d4eb0500c39db2]

        calc66: merge with DEV300_m102

2011-03-15  Niklas Nebel  <nn@openoffice.org>  [7b61472c31a9f01fb6c967e3191455681827aa16]

        calc66: merge with DEV300_m102

2011-03-15  Niklas Nebel  <nn@openoffice.org>  [ad6f39dd32a8159a6551251305c7cba4b9f341fb]

        calc66: merge with DEV300_m102

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [50504eafb20bdd5ff7a8f52357c8f64dbc81f066]

        Downgrade icu to 4.4.2

2011-03-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc1386ffc3e2a5e63ff7c9dbcaa3d8a40d9dee33]

        Downgrade icu to 4.4.2

2011-03-15  Tor Lillqvist  <tlillqvist@novell.com>  [53f4ce6039e265452e0c8b9f84981b673e081890]

        Revert "Revert "MSVC build creates icudt.lib""
        
        This reverts commit 65a266c499def94ff6b169e8e8dade3207c7012a.

2011-03-15  Tor Lillqvist  <tlillqvist@novell.com>  [0533d543acb0908264ac93f5c425355fe194d82b]

        Revert "Let's try preferring MSVS2010/MSVC2010"
        
        This reverts commit 8cd4be6de9889485948e2fea02efbc8d74e55642.

2011-03-15  Tor Lillqvist  <tlillqvist@novell.com>  [5e9e4c54847fa93b818824022a1015e8a1c7b5cd]

        Revert "Prefer .NET 4, do not bother with .NET 2"
        
        This reverts commit ca448fbaf0b18edcfc809fcabcbcac51bb32f3b7.

2011-03-15  Tor Lillqvist  <tlillqvist@novell.com>  [0ab41cde016b91db4cc6a2e456339ba6c1aa10e3]

        Revert "MSVC build creates icudt.lib"
        
        This reverts commit 15b8ac2a753c8080549f7f0cd23aca485eda3ad0.

2011-03-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fdf9361ac7f502666861bce276674b8732971c93]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [d6899aef840b9855ef5a967749af81b4cf612319]

        add regression test for weak chars

2011-03-15  Caolán McNamara  <caolanm@redhat.com>  [68759f4120d3dbe3c19d480591cb94b64a2a73e3]

        WaE: variables set but unused

2011-03-15  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [c372302f990b29cd745feeb975157903f1f6da34]

        EasyHacks: Reanimated tests in ure/cppuhelper/qa.
        
        I had to deactivate the test 'test_weak.cxx' in prj/build.lst.
        This test failed with 'error 139' - this is typically a segfault
        during test execution, oops.

2011-03-15  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [547d0e7abea09d382821311bcfd008a7086bef5e]

        EasyHacks: Reanimated tests in ure/codemaker

2011-03-15  Theo van Klaveren  <theo.van.klaveren@gmail.com>  [2c7cebaf8306c7d5135758e06d3be65398ce97ed]

        Make the qa/sal unit test build, and use it.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [1a5aaf0b88db4a7479eeb1893f2b8bb5ae72111f]

        Some attempts to get the VBA code to build.

2011-03-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [fcc66077e2176b8bfc0908034eefefcf0f3bcf3d]

        sligh mis-merge... was corrected during the m98 iteration, reported here.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [0a95ed445f71a9886fdc135b32153beda215cebc]

        Added missing definitions that caused linkage to fail.

2011-03-15  Kohei Yoshida  <kyoshida@novell.com>  [2db8d16be61abaf143c3976c323d40f030507331]

        Fixed part of the linkage problem due to multiple definitions.

2011-03-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [fd8bbb1294392afe70d08cb633f060bd035a58e6]

        ENABLE_VBA is no more

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [4215f9c0241d7bd665e91492a6862ddef82ce431]

        Fixed build breakages related to HID's.

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [fcfddd4fa75e75ecf1463a10cfbba9dc526b79be]

        Got optdlg.src to finally build.

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [7492dfe8e17a830b0e917751d653c25d1f2818c7]

        Fixed build breakage in sc/util.

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [9f26dfb93bb99b7550d10ceb2a234da7571ebade]

        More on build errors and warnings.

2011-03-15  Thorsten Behrens  <tbehrens@novell.com>  [7e369e66463750564a9b45700db82ca44c10a561]

        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  Norbert Thiebaud  <nthiebaud@gmail.com>  [0b9cc91b70e5848f8c34bcacf6871aaa3cf151a5]

        mis-merge: setComplexColumnLabel now takes vector of uno::Any

2011-03-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [c08b8e3144525b8c7424299bf6c8147727bf78eb]

        mis-merge: a declaration was moved due to cppcheck, and also changed value
        
        the result is the 2 decalration were in the merge result, the
        one with the 'bad' value shadowing the 'good' value

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [ea62c27ed1cd9aed3a04bb26ef5206ef1fa6d0a2]

        Fixed pivot.src, while keeping the new Help ID related changes.

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e550fb754b98568cd6df498c5017050101ab7718]

        dba34c: removed conflicting fix for a leaking WorkWindow - both changes together cause a crash

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [9b50119fd9c0bdbe3494cdbb441aec7a0cfcc4f5]

        Adding missing control ID.

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [adea34547d7bc43e9795032c7761e293a28c1df7]

        remove debugging conditions that can no longer be hit with post List removal

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [bb06798a8681ba4e62c8e1e7be916e2655db5cae]

        More stupid build fixes.

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1692644a24fdb5d12b58e595ea8f3a2adc856880]

        dba34d: removed a duplicate 'vbaevents' entry

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [a868718919f6de7334d19870bb59ba7e012eeb1e]

        WaE: remove set but unused variables

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [7d48e6036eb75e8fc2249070e016bc92eab087b9]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [76d5772d80bcbd38ca395937748a4843fdc440da]

        Remove dates from comments

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [6f0b90c0f97796d0406ff737f6d4fa36da011c77]

        More build fixes in sc.
        
        The breakages mostly caused by *non-conflicting* code changes from
        Oracle.  Meaningless variable renaming to reflect datapilot to
        pivot table naming change, etc.

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [9a5c32ff8c90be5c23af542322659a58138e2ed7]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [57dba81ada0dcdc0f8011639444f55cad0ea21bb]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [655c21bb3f3f835d65848f7cb22508a325f6ddb4]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [c066d8daab9c5605545a10f354da352120216a0f]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [d6ea0df4106b7a81fded19129fc819c82c289bfb]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [d2ac15d7c9192efbd18593c4c428602bb8b7a91e]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [7fb1e1ea8c9f8d3ef13524d1327272824df7110d]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [99302f70719882fc5b7c8263202961389e241dec]

        Remove empty comment fields

2011-03-14  Kohei Yoshida  <kyoshida@novell.com>  [cd31f2448d0025528216c4be83f4553d8a6721f6]

        Various fixes for build breakages, for sc.

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [d51b73ab6f4f6bb6226a742a0907ba309c03a519]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [28f826f6d40f2bea7d67069baff3d6ba2b363013]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [e6a9195da918c1db9fad99cc6137785fe703ae3e]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [47e5ea32fbb6f50ae0326cb1d20ca2a5d200e186]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [6b523eee5158df344d6803809b45534d0ca46e58]

        Remove empty comment fields

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [4090a970171863b72743306912ab36ca95622d87]

        Remove dates from comments

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [e7a1abeceae18f78b39b49de08e903e98b95b3d5]

        Remove SC_VBA_FIXME and SC_VBA_STUB
        
        The one usage of SC_VBA_FIXME is replaced by OSL_TRACE directly.

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [ac12122c7aef6b4aa27c58a4df9611a9c560a804]

        Remove unused macro GETSET

2011-03-14  Thomas Arnhold  <thomas@arnhold.org>  [ffae50f019f47483c39e4c40b0dddaf92b60e123]

        Use format string on printf()

2011-03-14  Julien Nabet  <serval2412@yahoo.fr>  [8bacc347db9fb26dbc49452864347a83fecb355f]

        fix pychecker bugs.

2011-03-14  Pantelis Koukousoulas  <pktoss@gmail.com>  [0a4732acbf7149d45e076a74bea0b49ee74e2f59]

        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  Andras Timar  <timar@fsf.hu>  [7604d66b26924084c30046dc616b94feecefbcbf]

        make LibreOffice palette entries localizable - fdo#32628

2011-03-14  Pantelis Koukousoulas  <pktoss@gmail.com>  [8731903f5f693d323d399f05c57aac138021c440]

        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  Pantelis Koukousoulas  <pktoss@gmail.com>  [3f3b9cecfb6e04a1ef382f7c4c5a074fb9b4c8fb]

        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  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [ceda7874fb29c65bcb55499924201ae05d024444]

        reeabling unittests as the cppunittester location is fixed now in solenv

2011-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [590e9c72a6f7caf67de7ec3fa415552c0ff846cd]

        cppunittester is in bin/cppunit here

2011-03-14  Pantelis Koukousoulas  <pktoss@gmail.com>  [181f55a5c36b7134f39da52fdbb89ed3a1d6a560]

        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  Kohei Yoshida  <kyoshida@novell.com>  [8b49dc02d94ad1a56e7e826b727262be775a54b0]

        Various, mostly mutex-related build breakage fixes & warning removals.

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9da3a11edb636af3c3428a420be33b8fa3b1d5d5]

        dba34d: #i116908# include <limits>

2011-03-14  Hanno Meyer-Thurow  <h.mth@web.de>  [6cd98b3d9ddaa5426930473d7ff07e4ff5725366]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-14  Hanno Meyer-Thurow  <h.mth@web.de>  [cbee598404d1a5664956dce204b72558fa11d77a]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [42dca4b2ed972701b50ceda9f868abcef538c415]

        qa tests need to be in gbuild

2011-03-14  Hanno Meyer-Thurow  <h.mth@web.de>  [ff33fd9d5d5be99bebe6ab34da333fd641af3ed6]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [697a77f6ec0a837e6b9b8bf26369c6af8ca8ffd0]

        fix misc merge issues breaking the build

2011-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [19232495c4985faf1423075bf8814e786da6ddcd]

        operator= should accept const args too to make stl implementations happy

2011-03-14  Ingo Schmidt  <is@openoffice.org>  [a3ddef2ce63b424b473ee86056b74466596314bc]

        native367: #i117264# exclude list from rebase

2011-03-14  Ingrid Halama  <iha@openoffice.org>  [ffd2c7b2b15f46b00fc802a49a27a971a9dee2d4]

        calc66: #i117358# Compiler Warning Errors

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [ed40f62e64564d2b22c9285cfdc6778aeac8fd68]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        Conflicts:
        	starmath/inc/applicat.hxx
        	starmath/inc/dialog.hxx
        	starmath/inc/document.hxx
        	starmath/inc/edit.hxx
        	starmath/inc/format.hxx
        	starmath/inc/node.hxx
        	starmath/inc/parse.hxx
        	starmath/inc/rect.hxx
        	starmath/inc/smdll.hxx
        	starmath/inc/smmod.hxx
        	starmath/inc/starmath.hrc
        	starmath/inc/symbol.hxx
        	starmath/inc/toolbox.hxx
        	starmath/inc/utility.hxx
        	starmath/inc/view.hxx
        	starmath/prj/build.lst
        	starmath/qa/cppunit/version.map
        	starmath/sdi/smslots.sdi
        	starmath/source/accessibility.cxx
        	starmath/source/cfgitem.cxx
        	starmath/source/cfgitem.hxx
        	starmath/source/config.cxx
        	starmath/source/dialog.cxx
        	starmath/source/document.cxx
        	starmath/source/edit.cxx
        	starmath/source/format.cxx
        	starmath/source/makefile.mk
        	starmath/source/math_pch.cxx
        	starmath/source/mathmlexport.cxx
        	starmath/source/mathmlimport.cxx
        	starmath/source/mathtype.cxx
        	starmath/source/node.cxx
        	starmath/source/parse.cxx
        	starmath/source/rect.cxx
        	starmath/source/register.cxx
        	starmath/source/smdetect.cxx
        	starmath/source/smdll.cxx
        	starmath/source/smmod.cxx
        	starmath/source/smres.src
        	starmath/source/symbol.cxx
        	starmath/source/toolbox.cxx
        	starmath/source/unomodel.cxx
        	starmath/source/utility.cxx
        	starmath/source/view.cxx
        	sw/JunitTest_sw_unoapi.mk
        	sw/Library_swd.mk
        	sw/Makefile
        	sw/inc/IDocumentFieldsAccess.hxx
        	sw/inc/IDocumentSettingAccess.hxx
        	sw/inc/IDocumentUndoRedo.hxx
        	sw/inc/IShellCursorSupplier.hxx
        	sw/inc/SwUndoField.hxx
        	sw/inc/acmplwrd.hxx
        	sw/inc/authfld.hxx
        	sw/inc/bparr.hxx
        	sw/inc/calbck.hxx
        	sw/inc/calc.hxx
        	sw/inc/ccoll.hxx
        	sw/inc/cellatr.hxx
        	sw/inc/cellfml.hxx
        	sw/inc/chpfld.hxx
        	sw/inc/cmdid.h
        	sw/inc/crsrsh.hxx
        	sw/inc/crstate.hxx
        	sw/inc/dbfld.hxx
        	sw/inc/dbmgr.hxx
        	sw/inc/dcontact.hxx
        	sw/inc/ddefld.hxx
        	sw/inc/doc.hxx
        	sw/inc/docary.hxx
        	sw/inc/docsh.hxx
        	sw/inc/docstat.hxx
        	sw/inc/docstyle.hxx
        	sw/inc/docufld.hxx
        	sw/inc/editsh.hxx
        	sw/inc/errhdl.hxx
        	sw/inc/expfld.hxx
        	sw/inc/fchrfmt.hxx
        	sw/inc/fesh.hxx
        	sw/inc/fldbas.hxx
        	sw/inc/flddat.hxx
        	sw/inc/flddropdown.hxx
        	sw/inc/flypos.hxx
        	sw/inc/fmtanchr.hxx
        	sw/inc/fmtautofmt.hxx
        	sw/inc/fmtclds.hxx
        	sw/inc/fmtcnct.hxx
        	sw/inc/fmtcol.hxx
        	sw/inc/fmtfsize.hxx
        	sw/inc/fmtftn.hxx
        	sw/inc/fmtftntx.hxx
        	sw/inc/fmthdft.hxx
        	sw/inc/fmtinfmt.hxx
        	sw/inc/fmtline.hxx
        	sw/inc/fmtornt.hxx
        	sw/inc/fmtpdsc.hxx
        	sw/inc/fmtruby.hxx
        	sw/inc/fmtsrnd.hxx
        	sw/inc/fmturl.hxx
        	sw/inc/fmtwrapinfluenceonobjpos.hxx
        	sw/inc/format.hxx
        	sw/inc/frmatr.hxx
        	sw/inc/frmfmt.hxx
        	sw/inc/grfatr.hxx
        	sw/inc/helpid.h
        	sw/inc/hintids.hxx
        	sw/inc/hints.hxx
        	sw/inc/htmltbl.hxx
        	sw/inc/inetfld.hxx
        	sw/inc/io.hxx
        	sw/inc/iodetect.hxx
        	sw/inc/itabenum.hxx
        	sw/inc/ndarr.hxx
        	sw/inc/ndgrf.hxx
        	sw/inc/ndindex.hxx
        	sw/inc/ndnotxt.hxx
        	sw/inc/ndole.hxx
        	sw/inc/ndtxt.hxx
        	sw/inc/ndtyp.hxx
        	sw/inc/node.hxx
        	sw/inc/numrule.hxx
        	sw/inc/pagedesc.hxx
        	sw/inc/pagepreviewlayout.hxx
        	sw/inc/pam.hxx
        	sw/inc/paratr.hxx
        	sw/inc/poolfmt.awk
        	sw/inc/poolfmt.hxx
        	sw/inc/printdata.hxx
        	sw/inc/reffld.hxx
        	sw/inc/shellio.hxx
        	sw/inc/shellres.hxx
        	sw/inc/swabstdlg.hxx
        	sw/inc/swatrset.hxx
        	sw/inc/swerror.h
        	sw/inc/swprtopt.hxx
        	sw/inc/swtable.hxx
        	sw/inc/swtypes.hxx
        	sw/inc/tblafmt.hxx
        	sw/inc/tgrditem.hxx
        	sw/inc/tox.hxx
        	sw/inc/undobj.hxx
        	sw/inc/unocoll.hxx
        	sw/inc/unoframe.hxx
        	sw/inc/unoprnms.hxx
        	sw/inc/usrfld.hxx
        	sw/inc/viewopt.hxx
        	sw/inc/viewsh.hxx
        	sw/inc/viscrs.hxx
        	sw/prj/build.lst
        	sw/qa/complex/accessibility/makefile.mk
        	sw/qa/core/Test-BigPtrArray.cxx
        	sw/qa/core/makefile.mk
        	sw/sdi/makefile.mk
        	sw/source/core/access/makefile.mk
        	sw/source/core/access/textmarkuphelper.cxx
        	sw/source/core/attr/calbck.cxx
        	sw/source/core/attr/cellatr.cxx
        	sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
        	sw/source/core/attr/format.cxx
        	sw/source/core/attr/hints.cxx
        	sw/source/core/bastyp/calc.cxx
        	sw/source/core/bastyp/init.cxx
        	sw/source/core/bastyp/makefile.mk
        	sw/source/core/bastyp/swcache.cxx
        	sw/source/core/crsr/bookmrk.cxx
        	sw/source/core/crsr/callnk.cxx
        	sw/source/core/crsr/crsrsh.cxx
        	sw/source/core/crsr/crstrvl.cxx
        	sw/source/core/crsr/findattr.cxx
        	sw/source/core/crsr/findcoll.cxx
        	sw/source/core/crsr/makefile.mk
        	sw/source/core/crsr/pam.cxx
        	sw/source/core/crsr/swcrsr.cxx
        	sw/source/core/crsr/trvltbl.cxx
        	sw/source/core/crsr/unocrsr.cxx
        	sw/source/core/crsr/viscrs.cxx
        	sw/source/core/doc/acmplwrd.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/core/doc/docbm.cxx
        	sw/source/core/doc/doccomp.cxx
        	sw/source/core/doc/docdesc.cxx
        	sw/source/core/doc/docdraw.cxx
        	sw/source/core/doc/docedt.cxx
        	sw/source/core/doc/docfld.cxx
        	sw/source/core/doc/docfly.cxx
        	sw/source/core/doc/docfmt.cxx
        	sw/source/core/doc/docftn.cxx
        	sw/source/core/doc/docglbl.cxx
        	sw/source/core/doc/docglos.cxx
        	sw/source/core/doc/doclay.cxx
        	sw/source/core/doc/docnew.cxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/doc/docredln.cxx
        	sw/source/core/doc/docruby.cxx
        	sw/source/core/doc/docsort.cxx
        	sw/source/core/doc/docstat.cxx
        	sw/source/core/doc/doctxm.cxx
        	sw/source/core/doc/fmtcol.cxx
        	sw/source/core/doc/gctable.cxx
        	sw/source/core/doc/htmltbl.cxx
        	sw/source/core/doc/makefile.mk
        	sw/source/core/doc/number.cxx
        	sw/source/core/doc/poolfmt.cxx
        	sw/source/core/doc/tblafmt.cxx
        	sw/source/core/doc/tblcpy.cxx
        	sw/source/core/doc/tblrwcl.cxx
        	sw/source/core/docnode/makefile.mk
        	sw/source/core/docnode/ndcopy.cxx
        	sw/source/core/docnode/ndnum.cxx
        	sw/source/core/docnode/ndsect.cxx
        	sw/source/core/docnode/ndtbl.cxx
        	sw/source/core/docnode/ndtbl1.cxx
        	sw/source/core/docnode/node.cxx
        	sw/source/core/docnode/node2lay.cxx
        	sw/source/core/docnode/nodes.cxx
        	sw/source/core/docnode/section.cxx
        	sw/source/core/docnode/swbaslnk.cxx
        	sw/source/core/draw/dcontact.cxx
        	sw/source/core/draw/dflyobj.cxx
        	sw/source/core/draw/drawdoc.cxx
        	sw/source/core/draw/dview.cxx
        	sw/source/core/draw/makefile.mk
        	sw/source/core/edit/autofmt.cxx
        	sw/source/core/edit/edattr.cxx
        	sw/source/core/edit/eddel.cxx
        	sw/source/core/edit/edfcol.cxx
        	sw/source/core/edit/edfld.cxx
        	sw/source/core/edit/edfldexp.cxx
        	sw/source/core/edit/edfmt.cxx
        	sw/source/core/edit/edglss.cxx
        	sw/source/core/edit/editsh.cxx
        	sw/source/core/edit/edlingu.cxx
        	sw/source/core/edit/ednumber.cxx
        	sw/source/core/edit/edsect.cxx
        	sw/source/core/edit/edtab.cxx
        	sw/source/core/edit/edtox.cxx
        	sw/source/core/edit/edundo.cxx
        	sw/source/core/edit/makefile.mk
        	sw/source/core/except/dbgloop.cxx
        	sw/source/core/except/errhdl.cxx
        	sw/source/core/fields/authfld.cxx
        	sw/source/core/fields/cellfml.cxx
        	sw/source/core/fields/chpfld.cxx
        	sw/source/core/fields/dbfld.cxx
        	sw/source/core/fields/ddefld.cxx
        	sw/source/core/fields/ddetbl.cxx
        	sw/source/core/fields/docufld.cxx
        	sw/source/core/fields/expfld.cxx
        	sw/source/core/fields/fldbas.cxx
        	sw/source/core/fields/flddat.cxx
        	sw/source/core/fields/flddropdown.cxx
        	sw/source/core/fields/macrofld.cxx
        	sw/source/core/fields/makefile.mk
        	sw/source/core/fields/reffld.cxx
        	sw/source/core/fields/scrptfld.cxx
        	sw/source/core/fields/tblcalc.cxx
        	sw/source/core/fields/usrfld.cxx
        	sw/source/core/frmedt/fecopy.cxx
        	sw/source/core/frmedt/fedesc.cxx
        	sw/source/core/frmedt/fefly1.cxx
        	sw/source/core/frmedt/feshview.cxx
        	sw/source/core/frmedt/fetab.cxx
        	sw/source/core/frmedt/fews.cxx
        	sw/source/core/frmedt/makefile.mk
        	sw/source/core/frmedt/tblsel.cxx
        	sw/source/core/graphic/grfatr.cxx
        	sw/source/core/inc/SwUndoFmt.hxx
        	sw/source/core/inc/SwUndoTOXChange.hxx
        	sw/source/core/inc/anchoredobjectposition.hxx
        	sw/source/core/inc/dbgloop.hxx
        	sw/source/core/inc/drawfont.hxx
        	sw/source/core/inc/flowfrm.hxx
        	sw/source/core/inc/frame.hxx
        	sw/source/core/inc/frmtool.hxx
        	sw/source/core/inc/layact.hxx
        	sw/source/core/inc/layfrm.hxx
        	sw/source/core/inc/notxtfrm.hxx
        	sw/source/core/inc/rolbck.hxx
        	sw/source/core/inc/rootfrm.hxx
        	sw/source/core/inc/scriptinfo.hxx
        	sw/source/core/inc/swblocks.hxx
        	sw/source/core/inc/swcache.hxx
        	sw/source/core/inc/tabfrm.hxx
        	sw/source/core/inc/txmsrt.hxx
        	sw/source/core/inc/undoflystrattr.hxx
        	sw/source/core/inc/viewimp.hxx
        	sw/source/core/layout/atrfrm.cxx
        	sw/source/core/layout/calcmove.cxx
        	sw/source/core/layout/dbg_lay.cxx
        	sw/source/core/layout/findfrm.cxx
        	sw/source/core/layout/flowfrm.cxx
        	sw/source/core/layout/fly.cxx
        	sw/source/core/layout/flycnt.cxx
        	sw/source/core/layout/flyincnt.cxx
        	sw/source/core/layout/flylay.cxx
        	sw/source/core/layout/frmtool.cxx
        	sw/source/core/layout/ftnfrm.cxx
        	sw/source/core/layout/layact.cxx
        	sw/source/core/layout/laycache.cxx
        	sw/source/core/layout/makefile.mk
        	sw/source/core/layout/objectformatter.cxx
        	sw/source/core/layout/pagechg.cxx
        	sw/source/core/layout/pagedesc.cxx
        	sw/source/core/layout/paintfrm.cxx
        	sw/source/core/layout/sectfrm.cxx
        	sw/source/core/layout/tabfrm.cxx
        	sw/source/core/layout/trvlfrm.cxx
        	sw/source/core/layout/unusedf.cxx
        	sw/source/core/layout/wsfrm.cxx
        	sw/source/core/makefile.mk
        	sw/source/core/objectpositioning/anchoredobjectposition.cxx
        	sw/source/core/objectpositioning/ascharanchoredobjectposition.cxx
        	sw/source/core/objectpositioning/makefile.mk
        	sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx
        	sw/source/core/objectpositioning/tolayoutanchoredobjectposition.cxx
        	sw/source/core/ole/ndole.cxx
        	sw/source/core/para/makefile.mk
        	sw/source/core/para/paratr.cxx
        	sw/source/core/sw3io/makefile.mk
        	sw/source/core/sw3io/sw3convert.cxx
        	sw/source/core/swg/SwXMLTextBlocks.cxx
        	sw/source/core/swg/makefile.mk
        	sw/source/core/swg/swblocks.cxx
        	sw/source/core/table/swnewtable.cxx
        	sw/source/core/table/swtable.cxx
        	sw/source/core/text/EnhancedPDFExportHelper.cxx
        	sw/source/core/text/atrstck.cxx
        	sw/source/core/text/frmcrsr.cxx
        	sw/source/core/text/frmform.cxx
        	sw/source/core/text/itrcrsr.cxx
        	sw/source/core/text/itrform2.cxx
        	sw/source/core/text/makefile.mk
        	sw/source/core/text/porlay.cxx
        	sw/source/core/text/pormulti.cxx
        	sw/source/core/text/txtfld.cxx
        	sw/source/core/text/txtfrm.cxx
        	sw/source/core/text/txtio.cxx
        	sw/source/core/tox/makefile.mk
        	sw/source/core/tox/txmsrt.cxx
        	sw/source/core/txtnode/fmtatr2.cxx
        	sw/source/core/txtnode/fntcache.cxx
        	sw/source/core/txtnode/fntcap.cxx
        	sw/source/core/txtnode/makefile.mk
        	sw/source/core/txtnode/ndhints.cxx
        	sw/source/core/txtnode/ndtxt.cxx
        	sw/source/core/txtnode/swfont.cxx
        	sw/source/core/txtnode/thints.cxx
        	sw/source/core/txtnode/txtatr2.cxx
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/core/undo/SwUndoField.cxx
        	sw/source/core/undo/SwUndoPageDesc.cxx
        	sw/source/core/undo/SwUndoTOXChange.cxx
        	sw/source/core/undo/docundo.cxx
        	sw/source/core/undo/makefile.mk
        	sw/source/core/undo/rolbck.cxx
        	sw/source/core/undo/unbkmk.cxx
        	sw/source/core/undo/undel.cxx
        	sw/source/core/undo/undobj.cxx
        	sw/source/core/undo/undobj1.cxx
        	sw/source/core/undo/unfmco.cxx
        	sw/source/core/undo/unins.cxx
        	sw/source/core/undo/unnum.cxx
        	sw/source/core/undo/unoutl.cxx
        	sw/source/core/undo/unredln.cxx
        	sw/source/core/undo/unsect.cxx
        	sw/source/core/undo/unsort.cxx
        	sw/source/core/undo/unspnd.cxx
        	sw/source/core/undo/untbl.cxx
        	sw/source/core/unocore/makefile.mk
        	sw/source/core/unocore/swunohelper.cxx
        	sw/source/core/unocore/unobkm.cxx
        	sw/source/core/unocore/unocoll.cxx
        	sw/source/core/unocore/unocrsrhelper.cxx
        	sw/source/core/unocore/unodraw.cxx
        	sw/source/core/unocore/unofield.cxx
        	sw/source/core/unocore/unoframe.cxx
        	sw/source/core/unocore/unomap.cxx
        	sw/source/core/unocore/unoprnms.cxx
        	sw/source/core/unocore/unoredlines.cxx
        	sw/source/core/unocore/unosett.cxx
        	sw/source/core/unocore/unosrch.cxx
        	sw/source/core/unocore/unostyle.cxx
        	sw/source/core/unocore/unotbl.cxx
        	sw/source/core/view/vdraw.cxx
        	sw/source/core/view/viewimp.cxx
        	sw/source/core/view/viewpg.cxx
        	sw/source/core/view/viewsh.cxx
        	sw/source/core/view/vnew.cxx
        	sw/source/core/view/vprint.cxx
        	sw/source/filter/ascii/ascatr.cxx
        	sw/source/filter/ascii/makefile.mk
        	sw/source/filter/ascii/wrtasc.cxx
        	sw/source/filter/basflt/fltini.cxx
        	sw/source/filter/basflt/iodetect.cxx
        	sw/source/filter/basflt/makefile.mk
        	sw/source/filter/html/SwAppletImpl.cxx
        	sw/source/filter/html/css1atr.cxx
        	sw/source/filter/html/htmlatr.cxx
        	sw/source/filter/html/htmlbas.cxx
        	sw/source/filter/html/htmlcss1.cxx
        	sw/source/filter/html/htmlfly.cxx
        	sw/source/filter/html/htmlftn.cxx
        	sw/source/filter/html/htmlgrin.cxx
        	sw/source/filter/html/htmlnum.cxx
        	sw/source/filter/html/htmlplug.cxx
        	sw/source/filter/html/htmltab.cxx
        	sw/source/filter/html/makefile.mk
        	sw/source/filter/html/parcss1.cxx
        	sw/source/filter/html/svxcss1.cxx
        	sw/source/filter/html/swhtml.cxx
        	sw/source/filter/inc/msfilter.hxx
        	sw/source/filter/inc/wrtswtbl.hxx
        	sw/source/filter/rtf/makefile.mk
        	sw/source/filter/rtf/rtffly.cxx
        	sw/source/filter/rtf/rtfnum.cxx
        	sw/source/filter/rtf/rtftbl.cxx
        	sw/source/filter/rtf/swparrtf.cxx
        	sw/source/filter/rtf/swparrtf.hxx
        	sw/source/filter/writer/makefile.mk
        	sw/source/filter/writer/writer.cxx
        	sw/source/filter/writer/wrt_fn.cxx
        	sw/source/filter/writer/wrtswtbl.cxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww1/makefile.mk
        	sw/source/filter/ww1/w1class.cxx
        	sw/source/filter/ww1/w1class.hxx
        	sw/source/filter/ww1/w1filter.cxx
        	sw/source/filter/ww1/w1par.cxx
        	sw/source/filter/ww1/w1sprm.cxx
        	sw/source/filter/ww1/w1struct.hxx
        	sw/source/filter/ww8/README-rtf.txt
        	sw/source/filter/ww8/attributeoutputbase.hxx
        	sw/source/filter/ww8/docxattributeoutput.cxx
        	sw/source/filter/ww8/docxattributeoutput.hxx
        	sw/source/filter/ww8/docxexport.cxx
        	sw/source/filter/ww8/docxexport.hxx
        	sw/source/filter/ww8/docxexportfilter.cxx
        	sw/source/filter/ww8/dump/dump8.cxx
        	sw/source/filter/ww8/dump/dump8a.cxx
        	sw/source/filter/ww8/dump/msvbasic.cxx
        	sw/source/filter/ww8/dump/msvbasic.hxx
        	sw/source/filter/ww8/dump/ww8darr.cxx
        	sw/source/filter/ww8/dump/ww8darr.hxx
        	sw/source/filter/ww8/dump/ww8dout.cxx
        	sw/source/filter/ww8/dump/ww8dout.hxx
        	sw/source/filter/ww8/dump/ww8scan.cxx
        	sw/source/filter/ww8/dump/ww8scan.hxx
        	sw/source/filter/ww8/dump/ww8struc.hxx
        	sw/source/filter/ww8/makefile.mk
        	sw/source/filter/ww8/rtfattributeoutput.cxx
        	sw/source/filter/ww8/rtfattributeoutput.hxx
        	sw/source/filter/ww8/rtfexport.cxx
        	sw/source/filter/ww8/rtfexport.hxx
        	sw/source/filter/ww8/rtfexportfilter.cxx
        	sw/source/filter/ww8/rtfexportfilter.hxx
        	sw/source/filter/ww8/rtfimportfilter.cxx
        	sw/source/filter/ww8/rtfimportfilter.hxx
        	sw/source/filter/ww8/rtfsdrexport.cxx
        	sw/source/filter/ww8/rtfsdrexport.hxx
        	sw/source/filter/ww8/writerhelper.cxx
        	sw/source/filter/ww8/writerwordglue.cxx
        	sw/source/filter/ww8/wrtw8esh.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/wrtw8num.cxx
        	sw/source/filter/ww8/wrtw8sty.cxx
        	sw/source/filter/ww8/wrtww8.cxx
        	sw/source/filter/ww8/wrtww8.hxx
        	sw/source/filter/ww8/wrtww8gr.cxx
        	sw/source/filter/ww8/ww8atr.cxx
        	sw/source/filter/ww8/ww8attributeoutput.hxx
        	sw/source/filter/ww8/ww8graf.cxx
        	sw/source/filter/ww8/ww8graf.hxx
        	sw/source/filter/ww8/ww8graf2.cxx
        	sw/source/filter/ww8/ww8par.cxx
        	sw/source/filter/ww8/ww8par.hxx
        	sw/source/filter/ww8/ww8par2.cxx
        	sw/source/filter/ww8/ww8par3.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        	sw/source/filter/ww8/ww8scan.cxx
        	sw/source/filter/ww8/ww8scan.hxx
        	sw/source/filter/ww8/ww8struc.hxx
        	sw/source/filter/xml/makefile.mk
        	sw/source/filter/xml/xmlimpit.cxx
        	sw/source/filter/xml/xmltble.cxx
        	sw/source/filter/xml/xmltbli.cxx
        	sw/source/ui/app/appenv.cxx
        	sw/source/ui/app/apphdl.cxx
        	sw/source/ui/app/applab.cxx
        	sw/source/ui/app/appopt.cxx
        	sw/source/ui/app/docsh.cxx
        	sw/source/ui/app/docsh2.cxx
        	sw/source/ui/app/docshini.cxx
        	sw/source/ui/app/docst.cxx
        	sw/source/ui/app/docstyle.cxx
        	sw/source/ui/app/makefile.mk
        	sw/source/ui/app/mn.src
        	sw/source/ui/app/swmodul1.cxx
        	sw/source/ui/cctrl/makefile.mk
        	sw/source/ui/cctrl/swlbox.cxx
        	sw/source/ui/chrdlg/break.cxx
        	sw/source/ui/chrdlg/ccoll.cxx
        	sw/source/ui/chrdlg/chardlg.cxx
        	sw/source/ui/chrdlg/drpcps.cxx
        	sw/source/ui/chrdlg/makefile.mk
        	sw/source/ui/chrdlg/numpara.cxx
        	sw/source/ui/chrdlg/pardlg.cxx
        	sw/source/ui/chrdlg/swuiccoll.cxx
        	sw/source/ui/config/barcfg.cxx
        	sw/source/ui/config/caption.cxx
        	sw/source/ui/config/cfgitems.cxx
        	sw/source/ui/config/fontcfg.cxx
        	sw/source/ui/config/mailconfigpage.cxx
        	sw/source/ui/config/makefile.mk
        	sw/source/ui/config/modcfg.cxx
        	sw/source/ui/config/optcomp.cxx
        	sw/source/ui/config/optload.cxx
        	sw/source/ui/config/optpage.cxx
        	sw/source/ui/config/prtopt.cxx
        	sw/source/ui/config/uinums.cxx
        	sw/source/ui/config/usrpref.cxx
        	sw/source/ui/config/viewopt.cxx
        	sw/source/ui/dbui/dbinsdlg.cxx
        	sw/source/ui/dbui/dbmgr.cxx
        	sw/source/ui/dbui/dbtree.cxx
        	sw/source/ui/dbui/makefile.mk
        	sw/source/ui/dbui/mmaddressblockpage.cxx
        	sw/source/ui/dbui/mmdocselectpage.cxx
        	sw/source/ui/dbui/mmoutputpage.cxx
        	sw/source/ui/dbui/swdbtoolsclient.cxx
        	sw/source/ui/dialog/abstract.cxx
        	sw/source/ui/dialog/ascfldlg.cxx
        	sw/source/ui/dialog/macassgn.cxx
        	sw/source/ui/dialog/makefile.mk
        	sw/source/ui/dialog/regionsw.cxx
        	sw/source/ui/dialog/swdlgfact.cxx
        	sw/source/ui/dialog/swdlgfact.hxx
        	sw/source/ui/dialog/uiregionsw.cxx
        	sw/source/ui/dochdl/gloshdl.cxx
        	sw/source/ui/dochdl/makefile.mk
        	sw/source/ui/dochdl/swdtflvr.cxx
        	sw/source/ui/docvw/PostItMgr.cxx
        	sw/source/ui/docvw/SidebarWin.cxx
        	sw/source/ui/docvw/edtdd.cxx
        	sw/source/ui/docvw/edtwin.cxx
        	sw/source/ui/docvw/edtwin2.cxx
        	sw/source/ui/docvw/edtwin3.cxx
        	sw/source/ui/docvw/makefile.mk
        	sw/source/ui/docvw/romenu.cxx
        	sw/source/ui/docvw/romenu.hxx
        	sw/source/ui/docvw/srcedtw.cxx
        	sw/source/ui/envelp/envfmt.cxx
        	sw/source/ui/envelp/envimg.cxx
        	sw/source/ui/envelp/envlop1.cxx
        	sw/source/ui/envelp/envprt.cxx
        	sw/source/ui/envelp/label1.cxx
        	sw/source/ui/envelp/labfmt.cxx
        	sw/source/ui/envelp/labprt.cxx
        	sw/source/ui/envelp/mailmrge.cxx
        	sw/source/ui/envelp/makefile.mk
        	sw/source/ui/fldui/flddb.cxx
        	sw/source/ui/fldui/flddinf.cxx
        	sw/source/ui/fldui/flddok.cxx
        	sw/source/ui/fldui/fldedt.cxx
        	sw/source/ui/fldui/fldfunc.cxx
        	sw/source/ui/fldui/fldmgr.cxx
        	sw/source/ui/fldui/fldpage.cxx
        	sw/source/ui/fldui/fldref.cxx
        	sw/source/ui/fldui/fldtdlg.cxx
        	sw/source/ui/fldui/fldvar.cxx
        	sw/source/ui/fldui/fldwrap.cxx
        	sw/source/ui/fldui/inpdlg.cxx
        	sw/source/ui/fldui/makefile.mk
        	sw/source/ui/fmtui/makefile.mk
        	sw/source/ui/fmtui/tmpdlg.cxx
        	sw/source/ui/frmdlg/colmgr.cxx
        	sw/source/ui/frmdlg/column.cxx
        	sw/source/ui/frmdlg/cption.cxx
        	sw/source/ui/frmdlg/frmdlg.cxx
        	sw/source/ui/frmdlg/frmmgr.cxx
        	sw/source/ui/frmdlg/frmpage.cxx
        	sw/source/ui/frmdlg/makefile.mk
        	sw/source/ui/frmdlg/wrap.cxx
        	sw/source/ui/globdoc/makefile.mk
        	sw/source/ui/inc/bmpwin.hxx
        	sw/source/ui/inc/colmgr.hxx
        	sw/source/ui/inc/column.hxx
        	sw/source/ui/inc/envimg.hxx
        	sw/source/ui/inc/envlop.hxx
        	sw/source/ui/inc/frmpage.hxx
        	sw/source/ui/inc/inputwin.hxx
        	sw/source/ui/inc/javaedit.hxx
        	sw/source/ui/inc/num.hxx
        	sw/source/ui/inc/optpage.hxx
        	sw/source/ui/inc/regionsw.hxx
        	sw/source/ui/inc/split.hxx
        	sw/source/ui/inc/swlbox.hxx
        	sw/source/ui/inc/swmn_tmpl.hrc
        	sw/source/ui/inc/swuiidxmrk.hxx
        	sw/source/ui/inc/tabsh.hxx
        	sw/source/ui/inc/toxmgr.hxx
        	sw/source/ui/inc/uiitems.hxx
        	sw/source/ui/inc/view.hxx
        	sw/source/ui/inc/workctrl.hxx
        	sw/source/ui/inc/wrap.hxx
        	sw/source/ui/inc/wrtsh.hxx
        	sw/source/ui/index/cnttab.cxx
        	sw/source/ui/index/makefile.mk
        	sw/source/ui/index/toxmgr.cxx
        	sw/source/ui/lingu/hhcwrp.cxx
        	sw/source/ui/lingu/makefile.mk
        	sw/source/ui/lingu/olmenu.cxx
        	sw/source/ui/misc/bookmark.cxx
        	sw/source/ui/misc/docfnote.cxx
        	sw/source/ui/misc/glosbib.cxx
        	sw/source/ui/misc/glosdoc.cxx
        	sw/source/ui/misc/glshell.cxx
        	sw/source/ui/misc/insfnote.cxx
        	sw/source/ui/misc/linenum.cxx
        	sw/source/ui/misc/makefile.mk
        	sw/source/ui/misc/num.cxx
        	sw/source/ui/misc/numberingtypelistbox.cxx
        	sw/source/ui/misc/outline.cxx
        	sw/source/ui/misc/pgfnote.cxx
        	sw/source/ui/misc/pggrid.cxx
        	sw/source/ui/misc/redlndlg.cxx
        	sw/source/ui/misc/srtdlg.cxx
        	sw/source/ui/misc/swmodalredlineacceptdlg.cxx
        	sw/source/ui/ribbar/conarc.cxx
        	sw/source/ui/ribbar/drawbase.cxx
        	sw/source/ui/ribbar/inputwin.cxx
        	sw/source/ui/ribbar/inputwin.src
        	sw/source/ui/ribbar/makefile.mk
        	sw/source/ui/ribbar/tbxanchr.cxx
        	sw/source/ui/ribbar/workctrl.cxx
        	sw/source/ui/ribbar/workctrl.src
        	sw/source/ui/shells/annotsh.cxx
        	sw/source/ui/shells/basesh.cxx
        	sw/source/ui/shells/beziersh.cxx
        	sw/source/ui/shells/drawdlg.cxx
        	sw/source/ui/shells/drwbassh.cxx
        	sw/source/ui/shells/drwtxtex.cxx
        	sw/source/ui/shells/drwtxtsh.cxx
        	sw/source/ui/shells/frmsh.cxx
        	sw/source/ui/shells/grfsh.cxx
        	sw/source/ui/shells/grfshex.cxx
        	sw/source/ui/shells/makefile.mk
        	sw/source/ui/shells/tabsh.cxx
        	sw/source/ui/shells/textfld.cxx
        	sw/source/ui/shells/textglos.cxx
        	sw/source/ui/shells/textsh.cxx
        	sw/source/ui/shells/textsh1.cxx
        	sw/source/ui/shells/txtattr.cxx
        	sw/source/ui/shells/txtcrsr.cxx
        	sw/source/ui/shells/txtnum.cxx
        	sw/source/ui/table/convert.cxx
        	sw/source/ui/table/instable.cxx
        	sw/source/ui/table/makefile.mk
        	sw/source/ui/table/swtablerep.cxx
        	sw/source/ui/table/tabledlg.cxx
        	sw/source/ui/table/tablemgr.cxx
        	sw/source/ui/table/tablepg.hxx
        	sw/source/ui/table/tautofmt.cxx
        	sw/source/ui/uiview/formatclipboard.cxx
        	sw/source/ui/uiview/makefile.mk
        	sw/source/ui/uiview/pview.cxx
        	sw/source/ui/uiview/pview.src
        	sw/source/ui/uiview/scroll.cxx
        	sw/source/ui/uiview/srcview.cxx
        	sw/source/ui/uiview/swcli.cxx
        	sw/source/ui/uiview/uivwimp.cxx
        	sw/source/ui/uiview/view.cxx
        	sw/source/ui/uiview/view1.cxx
        	sw/source/ui/uiview/view2.cxx
        	sw/source/ui/uiview/viewcoll.cxx
        	sw/source/ui/uiview/viewdlg2.cxx
        	sw/source/ui/uiview/viewling.cxx
        	sw/source/ui/uiview/viewmdi.cxx
        	sw/source/ui/uiview/viewport.cxx
        	sw/source/ui/uiview/viewprt.cxx
        	sw/source/ui/uiview/viewsrch.cxx
        	sw/source/ui/uiview/viewtab.cxx
        	sw/source/ui/uno/SwXDocumentSettings.cxx
        	sw/source/ui/uno/SwXPrintPreviewSettings.cxx
        	sw/source/ui/uno/SwXPrintPreviewSettings.hxx
        	sw/source/ui/uno/unoatxt.cxx
        	sw/source/ui/uno/unomod.cxx
        	sw/source/ui/uno/unotxdoc.cxx
        	sw/source/ui/uno/unotxvw.cxx
        	sw/source/ui/utlui/attrdesc.cxx
        	sw/source/ui/utlui/content.cxx
        	sw/source/ui/utlui/glbltree.cxx
        	sw/source/ui/utlui/initui.cxx
        	sw/source/ui/utlui/makefile.mk
        	sw/source/ui/utlui/navipi.cxx
        	sw/source/ui/utlui/navipi.src
        	sw/source/ui/utlui/numfmtlb.cxx
        	sw/source/ui/utlui/prcntfld.cxx
        	sw/source/ui/utlui/uiitems.cxx
        	sw/source/ui/utlui/uitool.cxx
        	sw/source/ui/utlui/unotools.cxx
        	sw/source/ui/utlui/viewlayoutctrl.cxx
        	sw/source/ui/utlui/zoomctrl.cxx
        	sw/source/ui/vba/makefile.mk
        	sw/source/ui/vba/service.cxx
        	sw/source/ui/web/makefile.mk
        	sw/source/ui/wrtsh/makefile.mk
        	sw/source/ui/wrtsh/wrtsh1.cxx
        	sw/source/ui/wrtsh/wrtsh2.cxx
        	sw/source/ui/wrtsh/wrtsh4.cxx
        	sw/source/ui/wrtsh/wrtundo.cxx
        	sw/util/hidother.src
        	sw/util/makefile.mk
        	sw/util/msword.map

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [625da1f979653cc3079d13a2d4e61f3a45786cb9]

        Resolves: fdo#35282 clear styles as well when using "for all text"

2011-03-14  npcdoom  <venccsralph@gmail.com>  [cbbcd6e6922280a36688dccad8d1de9c53d15c5f]

        Change CreateSelectionList to use vector instead of List.
        
        - Removed returning List and added a parameter of
        std::vector<Paragraph*> to CreateSelectionList.

2011-03-14  Oliver-Rainer Wittmann  <od@openoffice.org>  [53c1143e3da612f4e0659e1cb2fb3c539a8435aa]

        sw34bf05: #i85105# - fix build breaker which was not detected under Windows

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [8fd91069893bc50daa3c8149dae32a752b77d530]

        compile and install filechangedchecker ...

2011-03-14  npcdoom  <venccsralph@gmail.com>  [e0284f4bba59912e1c49cb36936e041e891a5833]

        Remove usage of deprecated container List in sd.

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eec5319ecca240ca6bd38eb33f7bf97e08d9e2fb]

        insert_iterator not member of std:: error with Visual Studio 10

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9471e90f2b7ddda73779606e82ec25f48f437f01]

        make apply on Linux where line endings matter

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [de64ae3b93c9ded9dfdb938d696dcd1a7fa4b7a9]

        make writerfilter compile cleanly

2011-03-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d47730a56bbf27778558b86261dab9f0650c9c11]

        masterfix DEV300: #i10000# always add gb_deliver.log to zip

2011-03-14  Oliver-Rainer Wittmann  <od@openoffice.org>  [525198026899d978373933a91f45c79b12bacbd5]

        sw34bf05: #i87645# - method <SwFlyFrm::Modify(..)> - reset layout processing boolean, only if something has been invalidated.

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [293ae23e7e69ed8fdff9a793cfbc111317b433a1]

        debuglevels: removed conflicting fix for a leaking WorkWindow - both changes together cause a crash

2011-03-14  Xisco Fauli  <anistenis@gmail.com>  [5c7f1340820ebd5aba6fc994b7435e97bfaff9de]

        Remove dead code in libs-core

2011-03-14  Niklas Nebel  <nn@openoffice.org>  [47b3e51e5d5351e8036a53e6deb555509fecf9e1]

        calc66: #o11817313# also look at formula result number format

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [66f1625c2f714cf979365a731d9b05be04127187]

        MSVC build creates icudt.lib

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [77179252698860aa34ee0611d058a9244a165c5f]

        drop username in comment

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [40eb3a83c3054f2f87abe2eda8f63522573d8c14]

        drop username in comment

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0abd2462ba67bc60f67b5bb7ba5c14c17412590b]

        Don't hardcode icu version in d.lst

2011-03-14  Martin Kepplinger  <martinkepplinger@eml.cc>  [505bd0f114f0ff0b93acc86b59e669922482ccff]

        Translate an error message
        
        This translates an error message from german to english.
        
        thanks,
        	martin

2011-03-14  Fridrich Strba  <fridrich.strba@bluewin.ch>  [fb99fbe9bf1cb52b01cf718d0a79217fa90af10f]

        Don't build with builtin wchar_t on Windows

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [758e5c1334497502a542e0a4b77bb58e92199b55]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [ac2d86ce6d03bde73261360034cf273be8ae81a0]

        WaE: mark this dir as warnings free

2011-03-14  Ivo Hinkelmann  <ihi@openoffice.org>  [443380192320c23af71e31949158a6c252e57903]

        masterfix DEV300: #i10000# make clean fix

2011-03-14  Tor Lillqvist  <tlillqvist@novell.com>  [beb70d756ae09e4bab3f45eea54b8abe4b081b41]

        Build the Relase configuration with msbuild

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [222b8352289dee2b8c5ce4445a402993105a1f2c]

        Oops

2011-03-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ed9b67df359953dcaff448c6db25cbc73ddafd46]

        Dupplicate symbol in Windows build

2011-03-14  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [fb3e5a6bd83cc502b335eab23edfddc0f8ecc85c]

        dba34c: forgot to comment one line

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [101e67475146f2a8a1fba5f7d49d3e6be2eecddb]

        Resolves: rhbz#684620 crash with NULL pTableBox

2011-03-14  Tor Lillqvist  <tlillqvist@novell.com>  [16aa53366937621342496b5532f5747c4119a899]

        Now when attempting to use MSVC2010, use msbuild to build it

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [1e3d9e046c6aa3df8e935bb7d3962ecc51d40da1]

        fix signature mismatch

2011-03-14  Tor Lillqvist  <tlillqvist@novell.com>  [8d5bd747ed9ecc6988a2678628e5e9d8c6509dc3]

        Prefer .NET 4, do not bother with .NET 2

2011-03-14  Niklas Nebel  <nn@openoffice.org>  [754240ba32e835ce44097fb14cd449da21195195]

        calc66: #i117239# prevent nested GetTableData calls from GetPivotData

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [be3c5022c326a81c6359db062b6fc696e102820e]

        cleanup

2011-03-14  Michael Meeks  <michael.meeks@novell.com>  [3885b55364219c81e4c539e8fac41e8d7ea04d76]

        use matching int type for BOOL in prototype

2011-03-14  Caolán McNamara  <caolanm@redhat.com>  [92c5d7f0aca578cd27506f8652fdb1c6ddb78541]

        Related: rhbz#684477 make sure this is thread safe

2011-03-14  Tor Lillqvist  <tlillqvist@novell.com>  [b6e36a7fa96ffbe722ef7fd47aab34247716e2fb]

        Use explicitly cast zeros to avoid compilation error with MSVC2010
        
        Could also use nullptr, is it supported by all compiler versions we use?

2011-03-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8f5e5867a9b31120502e59367b2f9d407390abdb]

        a little less flicker

2011-03-14  Ocke Janssen  <oj@openoffice.org>  [e76d571936cb4ba720070a5fbb1880200e242a2b]

        dba34d: #i116774# set date descriptions

2011-03-14  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [379996c3759ffcd25710fd62165d11e80358f318]

        dba34c: remove comment in front of import

2011-03-14  Oliver-Rainer Wittmann  <od@openoffice.org>  [ad0cee149d32412782aca0d088dcc1f189b74871]

        sw34bf05: #i103292# - method <SwTxtFrmBreak::IsInside(..)> - improve fix due to code review

2011-03-14  Andras Timar  <timar@fsf.hu>  [a683e66475a6449af3ff622e8706eef4976bde24]

        remove "Libre" from color names, see design@ mailing list
        
        http://www.mail-archive.com/design@libreoffice.org/msg01165.html

2011-03-14  Tor Lillqvist  <tlillqvist@novell.com>  [798ae0d6a6dd364f4f34ebf9b633dd9774a430c1]

        Let's try preferring MSVS2010/MSVC2010

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78eb944f8f9daf2eb27d95aa9bfcffe2a45c2e8b]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b900a0b9afade5d1b188bc92f4469b5edf10e773]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7850c80ffeef20e9508acf3f930721ec8d59f719]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [975cb5d465b09d9f6d5bedfdb594a3ee7f5deab9]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dc6d77a08dd86d446a4066975334959baad44e55]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8becefbd768e1a83dfbb29f9766f95778a05971a]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [61cbc3468af52679ec6d1626e14d6958c55f99d9]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6e3378449c1fa06445ac2de3f5094b482086ccd4]

        dba34d: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c886752d48b45a2532bb8844dfb00576f8160271]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2a2f1794133b1ade0417a95e109b06e23b42ea96]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d6ceaf5728a20b696b12a519cd31ab0fd86654d2]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a56fc0705dd07e769d254028a86b67f6b31329f]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [647a89f5f52487aeac1d41927549d25e6bed9a54]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d25b534a595324f4335caacbd4a8ef4d575a2916]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75daa4905bf769598d4c168d6151f85479020571]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7f8194a7d87a87b391ac1ee28c55870cdbc56ba0]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c0e0f396a642e412343f7fe0e49f4dea6e9dec2a]

        debuglevels: pulled and merged DEV300.m102

2011-03-14  David Tardon  <dtardon@redhat.com>  [add2c16c0331de8c9e0c8122c0963f983cf514e9]

        make more space for the MoreButton's label
        
        E.g., Japan localization needs it.

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [423ad850a986ea4cd28ea760eccdc574aee4108e]

        no more writeInfo

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [4eea4337fb159ec3f21994f600f220632e13d00a]

        no more writeInfo

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc8e01cc8cb480cfdf6f920f668f3f301ef4b16a]

        l10n is conditionned on L10N:

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [3306bc364eb0728bed3411c05385221474ea8709]

        no more writeInfo

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [b02391add7399aa36707802b843edae23c94852d]

        fix minor macro mis-merge

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bf9fcf9e9b61aed53772726cbdc95276cd0f9b8]

        fix issue with avmedia GSTREAMER on mac

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [b28d0d0ac6918ddd638f0c8aafb250d4d97fdb70]

        no more vos3

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [7aa90bf27bd0cdd8233aac54b5614c10410fbc1c]

        no more writeInfo

2011-03-14  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [bd2ea8f871ca6dc02f09af5f55c5c5c6fd511a91]

        making sc/source/filter compile again

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f63d98ef94647792a230360e05a85bce194219a]

        fix mis-merge in desktop

2011-03-13  Nicolas Christener  <nc@adfinis.com>  [be3230aa76ec2e95eecbd4c3d5026e0e45115f2f]

        translate german comments in /sc/inc

2011-03-13  Nicolas Christener  <nc@adfinis.com>  [e02b8039e756945c3490d1b898516f513ef54568]

        translate german comments in /sc/inc

2011-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [6241230a115dce2969d355706e8e5ff6925f43ef]

        fixing tools types in source/graphicfilter/ipict/shape.cxx

2011-03-13  Andras Timar  <timar@fsf.hu>  [e3841d130855945259074516b7a862434a6eacc5]

        l10n: update de_CH and de_AT dictionaries - fdo#33751

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [81dd6062ce4f8c969d2f55659fd51035eb6eb0e8]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [4f6679dec6eb8f103b3297a098fe37f71381dfae]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [64378f446e782b6636312a8c72a7400fd799c1a4]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [83d8300b31948702f3c11dc14d4070501b108084]

        Move DBG_ERROR to OSL_FAIL and correct OString usage

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [889f274fcbd10c2e4ac2042d98ac420895e48d8f]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [dd212d347d75ebb933214e4cbdc1009abb982122]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [30015e6e0a1b47160f79a6b5b9089d4acc588fcf]

        Don't use GetBuffer on a char

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [6099c5b1139bb0e10d0da831bd21e050a2a65f02]

        OSL_TRACE: Use format string for GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [1848de2f4cce84862cf0843e15f38ce5d1f26108]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [e4d0bb122a93d243067814b9d43f9c9ab1e4df65]

        OSL_TRACE: Use format string for GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [e03c7b3a451a22fdbef57f4a0d5f60f85fa70970]

        OSL_TRACE: Use format string

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [6495f3945ec0dd4cef37b8dfd5217562de4a3269]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [1f6580e985d5c3aa0f3161dd884e71a673e7a0b1]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [1c881a9eb5e756e1e66ac745a3e9baedeaf79b0f]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [35debc35959f2d14e87384e208a550e1c64c452a]

        Don't use GetBuffer() on char*

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [8ca72e1a77282f353bfc09a9682c7b0caf41cedb]

        Move DBG_TRACE to OSL_TRACE for strings foo().GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [6de13b4ea6cdc063dd4f743c81561bbc393bb968]

        Move DBG_TRACE to OSL_TRACE for strings GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [3f121f22067981f358d37e09167e7165c7872106]

        Use GetBuffer() for String

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [77db0bd198d2ed339ec8ed0aa66147f5cbe7c797]

        Move DBG_TRACE to OSL_TRACE for getStr()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [dd7cde0a52c1e08f830f7ac8dd182eb242de54a6]

        Use getStr() for OStrings

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [9a96bb8660de63530fee8cb0c5dace2e1fc28395]

        Move DBG_TRACE to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [361cfb99621ea60d688b79106340f8c665dbd72b]

        Move DBG_TRACE* to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [e8ca279d0fdd587c412bf138e09579de31a356e7]

        Move DBG_TRACE5 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [ef0bcb7dc764ccd9f826baf43e80d4bc29d3ca0a]

        Move DBG_TRACE3 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [c663b3ed10eefbd32f0432d5c947201d0268dbb9]

        Move DBG_TRACE2 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [4051dd7fd8ac5c33e44b108eb5326c298de99027]

        Move DBG_TRACE1 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [3560e5891f3a1ad6c597792d3004cf39ab85dbae]

        Move DBG_ERROR1 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [52417ccecbf2023ec78be068f0803518971321f0]

        Move DBG_ERROR to OSL_FAIL for mac files

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [b8e17a39d315992b8417e76940767bcbad3fae9c]

        Remove unused macros HANDLE_SQL_ERRORS and DO_SAFE_WITH_ERROR

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [145cede37c7b85596e2e9187d092ff5811fe718f]

        Move DBG_ERROR to OSL_FAIL and correct OString usage

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [f549c4f683c420395bea85383a967493d04cb690]

        Move DBG_ERROR to OSL_FAIL for getStr() (multiline)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [1c3b168ed11677a4171212f5f47483508715c333]

        Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [adf9c047ac0e40d801f50bab8e8260be6c90a277]

        Move DBG_ERROR to OSL_FAIL for getStr()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [b228332fe618b8776acec235f8d4cfce9a012bba]

        Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [f9273f454bf18ee9451b8d5dc844fc8ea6e43c95]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [3ee28d800c2078bf84728a027fbb7c4456197e3e]

        OSL_TRACE: Use format string for GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [7dd39754e3d4d036e2c7bcdc335076e2b75afc93]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [fd3ae880bc267446dc27adf678801ae99a885fe3]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [adab3341788f4e51e075c469f925959d865b1769]

        Add missing osl/diagnose.h

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [7e8ed221da42c5f53f9212aa78dfdebaf76c898b]

        Use OSL_DEBUG_LEVEL 2 and add osl/diagnose.h include

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [4eaadbac94596159cb6c6b8b110097a68e4150b4]

        Use OSL_DEBUG_LEVEL 2

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [b1b309959e8022ff951c6180b203f85435ee09c0]

        Fix build: Use format string literals

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [8b77605b1e9981eccff8cd6c95dea3b72647b5c2]

        Move DBG_TRACE to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [a7680c1d49ee5443a03aab60cb399ab7e24781a5]

        Move DBG_TRACE to OSL_TRACE for strings GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [0dfe94c514faa907ef6ae1b41a5d2b099e4703ad]

        Remove unused DBG_TRACESTR macro

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [ed0ced92f038f915ac4b86e9398fc94d894f1654]

        DBG_TRACESTR to OSL_TRACE for O*String

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [859a48975b39ebd3be463a0a9161f9c6dd0b7a02]

        DBG_TRACESTR to OSL_TRACE for String

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [ccfca545f1658945de8ea32585e6a2807ad3d249]

        Move DBG_TRACESTR to OSL_TRACE for a OUString

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [b0dc341da631b0ff1392e2e2436a249aed56efa9]

        Move DBG_TRACE to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [5dd1ff4fe9e34a655cd6ce905da96e488c4ee740]

        Move DBG_TRACE1 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [36971a269f7cee06a06aaf2766af63f0297ffe89]

        Move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [997939f81328300107cf0d86feadd59d30bf0cb9]

        Move DBG_ERROR1 to OSL_TRACE for a macro

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [7b16e3d625b1386bedd4759067288c1177d53673]

        Move DBG_ERROR3 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [2f2b1951a7d2ec790a6c84c2961bc2fdbf26aaca]

        Move DBG_ERROR2 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [884fae413f0a94465f8cc7786792c4df9d183daa]

        Move DBG_ERROR1 to OSL_TRACE

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [735061e02330417c46b1b80bef8aea36f361b995]

        Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()

2011-03-13  Thomas Arnhold  <thomas@arnhold.org>  [ea6ae37c1bb8e6b806a97708cbcf5d1e81edccb2]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-13  Hanno Meyer-Thurow  <h.mth@web.de>  [17e1fcf5b5a5a8611de7a6c31c0d87cada8b5092]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-13  Hanno Meyer-Thurow  <h.mth@web.de>  [a1a882abdb754e0409b1619a54e57073ae800dee]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-13  Hanno Meyer-Thurow  <h.mth@web.de>  [2d1e4290a92a9ac153fa73edbaa050941ee0040b]

        Merge Gentoo patches from old build and downstream repositories.
        
        1. Do not add compiler default include and library path: potentially build
           against different version of system library than requested by the user.
        2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
           available for more than two years. Noone cares, therefore rest in peace.
           Python2 is going to be ditched at some point. Simply do not fail then.
           Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
           handled nowadays?
        3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
        4. Add a configure option to search only in one place for JVMs, which is quite
           interesting for Linux Distributions. Enforce the user to place JVMs in one
           base directory.
        5. Fix build for libxml-2.7.8 with ICU support.
        
        * config_office-XINC-XLIB-defaults.diff: (1)
        * disable-python.diff: (2)
        * gentoo-sandbox.diff: (3)
        * jvm-search-path.diff: (4)
        * libxmlsec_fix_extern_c.diff: (5)

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [8021c2f31277989f87ca8224234358760bb3c865]

        convert tools type in lotuswordpro

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f0e193a38a448425f0e2ba4e83675ea4d80b968]

        fix mis-merge... qa disabled

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [84660a54284fe27d294daa11490edbaa81b32376]

        fix mis-merge in oox

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [eee3dbc7af039669d447d2e55abd896ea3383df1]

        use boost::unordered_map instead of hash_map

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [195b1cde7184e7a1270ce2f3ed241e8b7f7c43ea]

        export filterutils.hxx (andd compile filterutils.cxx)

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [3d386e3e3ef221cc7f88c61ac3ce4cdac9cf0d00]

        re-add linkwarn, used by impress

2011-03-13  Norbert Thiebaud  <nthiebaud@gmail.com>  [cef1ab56b2e955f48bf016e77e7129fab6c85f33]

        fix mis-merge (mostly tools type remnants)

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d67395639c89c8dc4aa914e987478f8e6a2a8b9]

        mis-merge: mostly remove remaining tools types

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [91d7800400ce1d39730c0e91c4cf4e628fe5a5b7]

        use SRCDIR intead of the completely unset LOCDIR

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [824daba4116a4b738ba8b90da50cdfd36bca838f]

        sligh mis-merge, and favor bool over sal_Bool for internal stuff

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [e35c56815d43a06c53488e3efa35f062a6a2d60c]

        fix mis-merge: no vso3 and use boost for hash

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [e350588a2d67a1f91370a5909c51a16eaedc6248]

        add missing items/justifyitem in editeng build

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [1f9060d1e01be5f4f830ee772950d0a98b362064]

        fix mis-merge

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [966383bbd6d823953a5a5392357c8a7b4ccfcc3b]

        mis-merge: we do not want Ooo new about box do we ?

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [6c39b8d9905d9ee47bc34179f50756a6b79f7e2a]

        mis-merge: lost typedef

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [5414e22c2f4d264a6dfaffdaebdd754744f31f4f]

        missing headers in Package_inc.mk

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [80729c8f066983d50883140620a5b2833fda61c0]

        add a SolarMutexResettableGuard... needed in sfx2

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [33186f9a81002ee6fa20e783ddd25123a58a78bf]

        mis-merge: lost function :-)

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [30128b51056f0650d79eb0ac973f17d7b4e5dde3]

        use boost rather then extstd

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [a918e60386f3e2d36012c1cb2842e561455ecf3f]

        mis-merge: clean-up remaining tools types

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [d2b23dfdfc89d863df640ca604d06ed7cb4ee657]

        mis-merge clean-up tools types

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [9ddf05522849d28ec15d66c0b2aff4585eb912fe]

        fix mis-merge

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [c46a94dfcdd347d569dc8f72f7e7ba9585426e6f]

        mis-merge: BOOL is gone use bool instead in sqlext.h

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [9cd038e5b89c978ea24ba7efa7c3152801190455]

        fix mis-merge all-around.

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [40d9b2eba3ff48465dc3e2a91f2d319097dfdcc3]

        mis-merge we don't have pre/postextstl.h

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [fb938c21fe2d86936c6c048054e098b671b9c666]

        add a ResettableSolarGuard type

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [a2f3a5ef76022c03ba1c6aeffeb069d293ba4aee]

        mis-merge: issue with stl. this may no be the right resolution

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [dcbb52f15ae8794a28fe0a1b3ceccb0a622f7ed1]

        mismerge: l10n has not changed location in libo

2011-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [e7bbed8e319ced003e9a29e9388ae91e9987e293]

        removing remaining tools types from svtools

2011-03-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [03db38c4d18d0b18a9a45f775061dc35df9a23ff]

        mis-merge: no more vos3

2011-03-13  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7b6525c91e3d0c2aded14b6dbefb5fa8d06cf116]

        removing remaining tools types from toolkit

2011-03-13  Julien Nabet  <serval2412@yahoo.fr>  [96a7f1dd19b88355a42307912cb2ab8e8ec7d7e8]

        Methods can be const

2011-03-12  Miklos Vajna  <vmiklos@frugalware.org>  [2a1d78c0b2854f2332b4fcc65de92970d0e740d5]

        g: remove leftover debug echo

2011-03-12  Julien Nabet  <serval2412@yahoo.fr>  [5bc917e58e4ae486046151741e12488d83aa293c]

        fix tabs + attributes not declared

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [2063ca7141af95036ffc31ff24f8443c1eb46d02]

        Fix non-debug build

2011-03-12  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c61cd1a5a26de1d1f62389988b00229c04e36693]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [5e015371fcfbf2a9e8c5ebae56052cb69610f297]

        Fix non-debug build

2011-03-12  Julien Nabet  <serval2412@yahoo.fr>  [e159b98bca4f5ca28a8a8de6f6629b2edb220f38]

        replace spaces (put by mistake) with tabs

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [0bd50d04cc8e67369b0263c199a8577ec89b8594]

        Fix non-debug build

2011-03-12  Takeshi Abe  <tabe@fixedpoint.jp>  [78d5ad4dcdd54d94adef8e6949e19a4725a90465]

        fix typo

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [d0c187cc8cc78b661726dad8a75d20af595085f1]

        OSL_TRACE: Use format string

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [7f656740d865bcdf77a49a41d47aedf401a80795]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [adc6fe00e3ef3cca5bbd49a4633181856bf111df]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [629b05ac304a47f70180d044ac5db18a9ecfc9cc]

        Remove unnecessary brackets

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [6488e5f1207eb3f72e00cd1e2ada2e443c891373]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [7149c614359ccfabe260b8edf197a3918ba511b4]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [30952e0bd278f897a8d29c585fb6c417a2c9b8bf]

        OSL_TRACE: Use format string for GetBuffer()

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [d79513935ecaac51b9d3b7573164b37c6f6a9696]

        OSL_TRACE: Use format string

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [0c35d637f776a16ca66eaa675cb8bcb35b217e05]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [65e002dbe7552b34936e736ac8bc6b07da3e5574]

        Remove some dead code

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [d86e9a3906b5c2c51a7a04dac0a63c9f74196991]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [923452cf9571d60e0375b072fe8a834b3b4d6cf8]

        OSL_TRACE: Use format string

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [6e68468a8f0fa218992ee5525eb61e400a97a5a8]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [c64a901829e5dedf12422edfb6bb7bc94a8357a5]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [8ab4cfaf140e0b909e0d22d4ae923e2df66b3fa8]

        OSL_TRACE: Use format string for GetBuffer()

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [3647031a27da9cfef1353166149c76e8ab58de5b]

        Use getStr() on OString

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [4e7b12c7c21c3f3c757b6c298785992864d9993a]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [7d669e4cdc6ddcb680ffb4f05b18a8925a76a6b0]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [a0ae1cebf6c41a5257c3ddb3bd78e32ffc17c0fa]

        OSL_TRACE: Use format string

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [891c7201150f88a9f91e8e57b0b57e0edb96df2b]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [530b835583553dbe9af1481ce7082f6117446370]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [a913e6e5c23c00efe20dd3821ca0e8e7db854662]

        OSL_TRACE: Use format string

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [c9eddb9d35857d75611886b805a7cdae0589594e]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [5ad692096323fcdf03823352b70bb7e71660919c]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [f6ccb8354a350fce31f8c6c7d04b86d5c0a126d1]

        Move OSL_ENSURE(0,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [7a7f390db3656b976a5c9fc8d081d5e3c60582e8]

        Move OSL_ENSURE(false,...) to OSL_FAIL(...)

2011-03-12  Thomas Arnhold  <thomas@arnhold.org>  [4882ec6c95c249cd181e71714ffe1f2cb6b85608]

        Remove exclamation marks from OSL_FAIL statements

2011-03-12  Julien Nabet  <serval2412@yahoo.fr>  [4213244370b958d35c25b3d034e17f548ef0a310]

        Fix bug found with pychecker

2011-03-12  Andras Timar  <timar@fsf.hu>  [48cf321b29f7f36068ce11dc1e83b4110dd9f6c7]

        remove legacy SOURCE_ROOT_DIR variable

2011-03-12  Andras Timar  <timar@fsf.hu>  [68a38407f5c92f09047195eb59c66a99a1e60720]

        remove legacy SOURCE_ROOT_DIR variable

2011-03-12  Nicolas Christener  <nc@adfinis.com>  [59ba9bfd9dbdde525ee1f9674e49eb32b799b0f3]

        translate german comments in /sc/inc

2011-03-12  Thorsten Behrens  <tbehrens@novell.com>  [e65c0fe553a9d1b85dcacfff7af9df8231427876]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        Conflicts:
        	avmedia/inc/avmedia/mediaitem.hxx
        	avmedia/prj/build.lst
        	avmedia/source/framework/mediaitem.cxx
        	avmedia/source/gstreamer/gstcommon.hxx
        	avmedia/source/gstreamer/gstframegrabber.cxx
        	avmedia/source/gstreamer/gstframegrabber.hxx
        	avmedia/source/gstreamer/gstmanager.cxx
        	avmedia/source/gstreamer/gstmanager.hxx
        	avmedia/source/gstreamer/gstplayer.cxx
        	avmedia/source/gstreamer/gstplayer.hxx
        	avmedia/source/gstreamer/gstuno.cxx
        	avmedia/source/gstreamer/gstwindow.cxx
        	avmedia/source/gstreamer/gstwindow.hxx
        	avmedia/source/gstreamer/makefile.mk
        	avmedia/source/quicktime/quicktimeuno.cxx
        	avmedia/source/viewer/mediawindow.cxx
        	avmedia/source/viewer/mediawindow_impl.cxx
        	avmedia/source/viewer/mediawindow_impl.hxx
        	avmedia/source/viewer/mediawindowbase_impl.cxx
        	avmedia/source/win/winuno.cxx
        	basic/inc/basic/basmgr.hxx
        	basic/inc/basic/mybasic.hxx
        	basic/inc/basic/process.hxx
        	basic/inc/basic/sbmeth.hxx
        	basic/inc/basic/sbmod.hxx
        	basic/inc/basic/sbxdef.hxx
        	basic/inc/basic/sbxvar.hxx
        	basic/source/app/app.cxx
        	basic/source/app/app.hxx
        	basic/source/app/appbased.cxx
        	basic/source/app/appedit.cxx
        	basic/source/app/appwin.cxx
        	basic/source/app/appwin.hxx
        	basic/source/app/brkpnts.cxx
        	basic/source/app/brkpnts.hxx
        	basic/source/app/dialogs.cxx
        	basic/source/app/dialogs.hxx
        	basic/source/app/msgedit.cxx
        	basic/source/app/mybasic.cxx
        	basic/source/app/process.cxx
        	basic/source/app/processw.hxx
        	basic/source/app/textedit.cxx
        	basic/source/basmgr/basicmanagerrepository.cxx
        	basic/source/basmgr/basmgr.cxx
        	basic/source/classes/disas.cxx
        	basic/source/classes/eventatt.cxx
        	basic/source/classes/image.cxx
        	basic/source/classes/sb.cxx
        	basic/source/classes/sbunoobj.cxx
        	basic/source/classes/sbxmod.cxx
        	basic/source/comp/codegen.cxx
        	basic/source/comp/dim.cxx
        	basic/source/comp/exprgen.cxx
        	basic/source/comp/exprnode.cxx
        	basic/source/comp/exprtree.cxx
        	basic/source/comp/sbcomp.cxx
        	basic/source/inc/expr.hxx
        	basic/source/inc/object.hxx
        	basic/source/inc/sbunoobj.hxx
        	basic/source/runtime/dllmgr-x86.cxx
        	basic/source/runtime/iosys.cxx
        	basic/source/runtime/makefile.mk
        	basic/source/runtime/methods.cxx
        	basic/source/runtime/methods1.cxx
        	basic/source/runtime/runtime.cxx
        	basic/source/runtime/stdobj.cxx
        	basic/source/runtime/step0.cxx
        	basic/source/runtime/step1.cxx
        	basic/source/runtime/step2.cxx
        	basic/source/sbx/sbxarray.cxx
        	basic/source/sbx/sbxbase.cxx
        	basic/source/sbx/sbxbool.cxx
        	basic/source/sbx/sbxbyte.cxx
        	basic/source/sbx/sbxcoll.cxx
        	basic/source/sbx/sbxconv.hxx
        	basic/source/sbx/sbxcurr.cxx
        	basic/source/sbx/sbxexec.cxx
        	basic/source/sbx/sbxint.cxx
        	basic/source/sbx/sbxobj.cxx
        	basic/source/sbx/sbxscan.cxx
        	basic/source/sbx/sbxstr.cxx
        	basic/source/sbx/sbxvals.cxx
        	basic/source/sbx/sbxvalue.cxx
        	basic/source/sbx/sbxvar.cxx
        	basic/workben/mgrtest.cxx
        	configmgr/prj/build.lst
        	configmgr/source/access.cxx
        	configmgr/source/configurationprovider.cxx
        	configmgr/source/defaultprovider.cxx
        	configmgr/source/pad.cxx
        	configmgr/source/services.cxx
        	configmgr/source/update.cxx
        	configmgr/source/xmlreader.cxx
        	configmgr/source/xmlreader.hxx
        	connectivity/prj/build.lst
        	connectivity/qa/complex/connectivity/TestCase.java
        	connectivity/source/cpool/Zregistration.cxx
        	connectivity/source/drivers/adabas/Bservices.cxx
        	connectivity/source/drivers/ado/Aservices.cxx
        	connectivity/source/drivers/calc/Cservices.cxx
        	connectivity/source/drivers/calc/makefile.mk
        	connectivity/source/drivers/dbase/DIndex.cxx
        	connectivity/source/drivers/dbase/DIndexIter.cxx
        	connectivity/source/drivers/dbase/DNoException.cxx
        	connectivity/source/drivers/dbase/DTable.cxx
        	connectivity/source/drivers/dbase/Dservices.cxx
        	connectivity/source/drivers/dbase/dindexnode.cxx
        	connectivity/source/drivers/evoab/LNoException.cxx
        	connectivity/source/drivers/evoab/LServices.cxx
        	connectivity/source/drivers/evoab2/NServices.cxx
        	connectivity/source/drivers/file/FNoException.cxx
        	connectivity/source/drivers/file/FPreparedStatement.cxx
        	connectivity/source/drivers/file/FResultSet.cxx
        	connectivity/source/drivers/file/FStatement.cxx
        	connectivity/source/drivers/file/quotedstring.cxx
        	connectivity/source/drivers/flat/ETable.cxx
        	connectivity/source/drivers/flat/Eservices.cxx
        	connectivity/source/drivers/hsqldb/Hservices.cxx
        	connectivity/source/drivers/jdbc/jservices.cxx
        	connectivity/source/drivers/kab/KServices.cxx
        	connectivity/source/drivers/macab/MacabServices.cxx
        	connectivity/source/drivers/mozab/MResultSet.cxx
        	connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
        	connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
        	connectivity/source/drivers/mysql/Yservices.cxx
        	connectivity/source/drivers/odbc/OFunctions.cxx
        	connectivity/source/drivers/odbc/oservices.cxx
        	connectivity/source/inc/dbase/DIndexPage.hxx
        	connectivity/source/inc/file/FTable.hxx
        	connectivity/source/manager/mregistration.cxx
        	connectivity/source/parse/PColumn.cxx
        	desktop/prj/build.lst
        	desktop/qa/deployment_misc/test_dp_version.cxx
        	desktop/source/app/app.cxx
        	desktop/source/app/appfirststart.cxx
        	desktop/source/app/cmdlineargs.cxx
        	desktop/source/app/cmdlineargs.hxx
        	desktop/source/app/sofficemain.cxx
        	desktop/source/deployment/gui/dp_gui.hrc
        	desktop/source/deployment/gui/dp_gui_dialog2.cxx
        	desktop/source/deployment/gui/dp_gui_dialog2.hxx
        	desktop/source/deployment/gui/dp_gui_updatedialog.cxx
        	desktop/source/deployment/gui/dp_gui_updatedialog.hxx
        	desktop/source/deployment/manager/dp_extensionmanager.cxx
        	desktop/source/deployment/manager/dp_extensionmanager.hxx
        	desktop/source/deployment/misc/dp_misc.src
        	desktop/source/deployment/registry/component/dp_component.cxx
        	desktop/source/deployment/registry/configuration/dp_configuration.cxx
        	desktop/source/deployment/registry/dp_backend.cxx
        	desktop/source/deployment/registry/help/dp_help.cxx
        	desktop/source/deployment/registry/script/dp_script.cxx
        	desktop/source/migration/pages.cxx
        	desktop/source/migration/pages.hxx
        	desktop/source/migration/wizard.cxx
        	desktop/source/migration/wizard.hrc
        	desktop/source/migration/wizard.hxx
        	desktop/source/migration/wizard.src
        	desktop/source/pkgchk/unopkg/unopkg_shared.h
        	desktop/source/so_comp/services.cxx
        	desktop/source/splash/makefile.mk
        	desktop/source/splash/services_spl.cxx
        	desktop/source/splash/splash.cxx
        	drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
        	editeng/inc/editeng/adjitem.hxx
        	editeng/inc/editeng/bolnitem.hxx
        	editeng/inc/editeng/borderline.hxx
        	editeng/inc/editeng/boxitem.hxx
        	editeng/inc/editeng/brkitem.hxx
        	editeng/inc/editeng/brshitem.hxx
        	editeng/inc/editeng/bulitem.hxx
        	editeng/inc/editeng/charreliefitem.hxx
        	editeng/inc/editeng/charrotateitem.hxx
        	editeng/inc/editeng/charscaleitem.hxx
        	editeng/inc/editeng/cmapitem.hxx
        	editeng/inc/editeng/colritem.hxx
        	editeng/inc/editeng/crsditem.hxx
        	editeng/inc/editeng/editdata.hxx
        	editeng/inc/editeng/editeng.hxx
        	editeng/inc/editeng/editobj.hxx
        	editeng/inc/editeng/editstat.hxx
        	editeng/inc/editeng/editview.hxx
        	editeng/inc/editeng/emphitem.hxx
        	editeng/inc/editeng/escpitem.hxx
        	editeng/inc/editeng/fhgtitem.hxx
        	editeng/inc/editeng/flstitem.hxx
        	editeng/inc/editeng/fontitem.hxx
        	editeng/inc/editeng/frmdiritem.hxx
        	editeng/inc/editeng/fwdtitem.hxx
        	editeng/inc/editeng/hyznitem.hxx
        	editeng/inc/editeng/kernitem.hxx
        	editeng/inc/editeng/langitem.hxx
        	editeng/inc/editeng/lrspitem.hxx
        	editeng/inc/editeng/lspcitem.hxx
        	editeng/inc/editeng/numitem.hxx
        	editeng/inc/editeng/outliner.hxx
        	editeng/inc/editeng/paravertalignitem.hxx
        	editeng/inc/editeng/pmdlitem.hxx
        	editeng/inc/editeng/postitem.hxx
        	editeng/inc/editeng/protitem.hxx
        	editeng/inc/editeng/shaditem.hxx
        	editeng/inc/editeng/sizeitem.hxx
        	editeng/inc/editeng/svxacorr.hxx
        	editeng/inc/editeng/svxfont.hxx
        	editeng/inc/editeng/svxrtf.hxx
        	editeng/inc/editeng/swafopt.hxx
        	editeng/inc/editeng/tstpitem.hxx
        	editeng/inc/editeng/twolinesitem.hxx
        	editeng/inc/editeng/txtrange.hxx
        	editeng/inc/editeng/udlnitem.hxx
        	editeng/inc/editeng/ulspitem.hxx
        	editeng/inc/editeng/wghtitem.hxx
        	editeng/inc/editeng/writingmodeitem.hxx
        	editeng/inc/editeng/xmlcnitm.hxx
        	editeng/inc/helpid.hrc
        	editeng/inc/pch/precompiled_editeng.hxx
        	editeng/source/editeng/editdbg.cxx
        	editeng/source/editeng/editdoc.cxx
        	editeng/source/editeng/editdoc.hxx
        	editeng/source/editeng/editdoc2.cxx
        	editeng/source/editeng/editeng.cxx
        	editeng/source/editeng/editobj.cxx
        	editeng/source/editeng/editobj2.hxx
        	editeng/source/editeng/editsel.cxx
        	editeng/source/editeng/editundo.cxx
        	editeng/source/editeng/editundo.hxx
        	editeng/source/editeng/editview.cxx
        	editeng/source/editeng/edtspell.hxx
        	editeng/source/editeng/eehtml.cxx
        	editeng/source/editeng/eehtml.hxx
        	editeng/source/editeng/eeobj.cxx
        	editeng/source/editeng/eerdll.cxx
        	editeng/source/editeng/eertfpar.cxx
        	editeng/source/editeng/impedit.cxx
        	editeng/source/editeng/impedit.hxx
        	editeng/source/editeng/impedit2.cxx
        	editeng/source/editeng/impedit3.cxx
        	editeng/source/editeng/impedit4.cxx
        	editeng/source/editeng/impedit5.cxx
        	editeng/source/editeng/makefile.mk
        	editeng/source/items/bulitem.cxx
        	editeng/source/items/charhiddenitem.cxx
        	editeng/source/items/flditem.cxx
        	editeng/source/items/frmitems.cxx
        	editeng/source/items/makefile.mk
        	editeng/source/items/numitem.cxx
        	editeng/source/items/paraitem.cxx
        	editeng/source/items/svxfont.cxx
        	editeng/source/items/textitem.cxx
        	editeng/source/items/writingmodeitem.cxx
        	editeng/source/items/xmlcnitm.cxx
        	editeng/source/misc/SvXMLAutoCorrectImport.cxx
        	editeng/source/misc/svxacorr.cxx
        	editeng/source/misc/txtrange.cxx
        	editeng/source/misc/unolingu.cxx
        	editeng/source/outliner/outleeng.cxx
        	editeng/source/outliner/outliner.cxx
        	editeng/source/outliner/outlundo.hxx
        	editeng/source/outliner/outlvw.cxx
        	editeng/source/outliner/paralist.cxx
        	editeng/source/outliner/paralist.hxx
        	editeng/source/rtf/rtfgrf.cxx
        	editeng/source/rtf/rtfitem.cxx
        	editeng/source/rtf/svxrtf.cxx
        	editeng/source/uno/unoipset.cxx
        	editeng/util/makefile.mk
        	embeddedobj/prj/build.lst
        	embeddedobj/source/commonembedding/miscobj.cxx
        	eventattacher/prj/build.lst
        	fileaccess/source/FileAccess.cxx
        	formula/inc/formula/FormulaCompiler.hxx
        	formula/inc/formula/token.hxx
        	formula/inc/formula/tokenarray.hxx
        	formula/source/core/api/FormulaCompiler.cxx
        	formula/source/core/api/token.cxx
        	formula/source/ui/dlg/FormulaHelper.cxx
        	formula/source/ui/dlg/formula.cxx
        	formula/source/ui/dlg/parawin.cxx
        	formula/source/ui/dlg/structpg.cxx
        	fpicker/prj/d.lst
        	fpicker/source/aqua/FPentry.cxx
        	fpicker/source/office/OfficeControlAccess.cxx
        	fpicker/source/office/iodlg.cxx
        	fpicker/source/office/iodlg.hxx
        	fpicker/source/office/iodlg.src
        	fpicker/source/office/iodlgimp.cxx
        	fpicker/source/unx/gnome/FPentry.cxx
        	fpicker/source/unx/gnome/SalGtkFilePicker.cxx
        	fpicker/source/unx/gnome/SalGtkPicker.cxx
        	fpicker/source/unx/kde4/KDE4FPEntry.cxx
        	fpicker/source/win32/filepicker/FPentry.cxx
        	framework/AllLangResTarget_fwe.mk
        	framework/inc/dispatch/interaction.hxx
        	framework/inc/framework/addonmenu.hxx
        	framework/inc/framework/addonsoptions.hxx
        	framework/inc/framework/bmkmenu.hxx
        	framework/inc/framework/imageproducer.hxx
        	framework/inc/framework/sfxhelperfunctions.hxx
        	framework/inc/framework/statusbarconfiguration.hxx
        	framework/inc/framework/titlehelper.hxx
        	framework/inc/framework/toolboxconfiguration.hxx
        	framework/inc/threadhelp/lockhelper.hxx
        	framework/inc/xml/eventsdocumenthandler.hxx
        	framework/inc/xml/statusbardocumenthandler.hxx
        	framework/inc/xml/toolboxconfiguration.hxx
        	framework/inc/xml/toolboxconfigurationdefines.hxx
        	framework/inc/xml/toolboxdocumenthandler.hxx
        	framework/prj/build.lst
        	framework/qa/complex/ModuleManager/makefile.mk
        	framework/qa/complex/accelerators/makefile.mk
        	framework/qa/complex/framework/recovery/makefile.mk
        	framework/qa/complex/imageManager/_XInitialization.java
        	framework/source/classes/menumanager.cxx
        	framework/source/dispatch/interaction.cxx
        	framework/source/fwe/classes/bmkmenu.cxx
        	framework/source/fwe/helper/actiontriggerhelper.cxx
        	framework/source/fwe/helper/imageproducer.cxx
        	framework/source/fwe/xml/menuconfiguration.cxx
        	framework/source/fwe/xml/toolboxdocumenthandler.cxx
        	framework/source/helper/uiconfigelementwrapperbase.cxx
        	framework/source/helper/uielementwrapperbase.cxx
        	framework/source/inc/pattern/window.hxx
        	framework/source/jobs/jobdata.cxx
        	framework/source/layoutmanager/layoutmanager.cxx
        	framework/source/layoutmanager/panel.hxx
        	framework/source/loadenv/loadenv.cxx
        	framework/source/register/registerservices.cxx
        	framework/source/services/menudocumenthandler.cxx
        	framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
        	framework/source/uiconfiguration/uiconfigurationmanager.cxx
        	framework/source/uiconfiguration/uiconfigurationmanagerimpl.cxx
        	framework/source/uielement/addonstoolbarmanager.cxx
        	framework/source/uielement/controlmenucontroller.cxx
        	framework/source/uielement/fontsizemenucontroller.cxx
        	framework/source/uielement/imagebuttontoolbarcontroller.cxx
        	framework/source/uielement/macrosmenucontroller.cxx
        	framework/source/uielement/menubarmanager.cxx
        	framework/source/uielement/newmenucontroller.cxx
        	framework/source/uielement/togglebuttontoolbarcontroller.cxx
        	framework/source/uielement/toolbarmanager.cxx
        	framework/source/uielement/toolbarsmenucontroller.cxx
        	framework/test/makefile.mk
        	framework/test/threadtest/makefile.mk
        	framework/test/typecfg/makefile.mk
        	framework/util/guiapps/makefile.mk
        	framework/util/makefile.mk
        	idl/inc/bastype.hxx
        	idl/inc/hash.hxx
        	idl/inc/lex.hxx
        	idl/inc/module.hxx
        	idl/inc/object.hxx
        	idl/inc/slot.hxx
        	idl/inc/types.hxx
        	idl/source/cmptools/hash.cxx
        	idl/source/cmptools/lex.cxx
        	idl/source/objects/basobj.cxx
        	idl/source/objects/bastype.cxx
        	idl/source/objects/module.cxx
        	idl/source/objects/object.cxx
        	idl/source/objects/slot.cxx
        	idl/source/objects/types.cxx
        	idl/source/prj/command.cxx
        	idl/source/prj/database.cxx
        	idl/source/prj/globals.cxx
        	idl/source/prj/svidl.cxx
        	linguistic/inc/linguistic/misc.hxx
        	linguistic/prj/build.lst
        	linguistic/source/convdic.cxx
        	linguistic/source/convdiclist.cxx
        	linguistic/source/dicimp.cxx
        	linguistic/source/dlistimp.cxx
        	linguistic/source/gciterator.cxx
        	linguistic/source/iprcache.cxx
        	linguistic/source/lngopt.cxx
        	linguistic/source/lngprophelp.cxx
        	linguistic/source/lngsvcmgr.cxx
        	linguistic/source/lngsvcmgr.hxx
        	linguistic/source/misc2.cxx
        	linguistic/workben/sprophelp.cxx
        	officecfg/registry/data/org/openoffice/VCL.xcu
        	officecfg/util/makefile.mk
        	oovbaapi/ooo/vba/XApplicationBase.idl
        	oovbaapi/ooo/vba/XVBAAppService.idl
        	oovbaapi/ooo/vba/XVBADocService.idl
        	oovbaapi/ooo/vba/excel/XApplication.idl
        	oovbaapi/ooo/vba/excel/XRange.idl
        	oovbaapi/ooo/vba/excel/XWorkbook.idl
        	oovbaapi/ooo/vba/excel/XWorksheet.idl
        	oovbaapi/ooo/vba/word/XApplication.idl
        	oovbaapi/ooo/vba/word/XGlobals.idl
        	oovbaapi/ooo/vba/word/XTableOfContents.idl
        	readlicense_oo/prj/build.lst
        	scripting/prj/build.lst
        	scripting/prj/d.lst
        	scripting/source/basprov/basprov.cxx
        	scripting/source/basprov/basscript.cxx
        	scripting/source/basprov/basscript.hxx
        	scripting/source/dlgprov/dlgprov.cxx
        	scripting/source/inc/util/util.hxx
        	scripting/source/protocolhandler/scripthandler.cxx
        	scripting/source/provider/ProviderCache.cxx
        	scripting/source/pyprov/makefile.mk
        	scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
        	scripting/source/runtimemgr/ScriptRuntimeManager.cxx
        	scripting/source/runtimemgr/StorageBridge.cxx
        	scripting/source/storage/ScriptMetadataImporter.cxx
        	scripting/source/storage/ScriptSecurityManager.cxx
        	scripting/source/storage/ScriptStorage.cxx
        	scripting/source/storage/ScriptStorageManager.cxx
        	sfx2/inc/about.hxx
        	sfx2/inc/brokenpackageint.hxx
        	sfx2/inc/docvor.hxx
        	sfx2/inc/pch/precompiled_sfx2.hxx
        	sfx2/inc/sfx2/app.hxx
        	sfx2/inc/sfx2/basmgr.hxx
        	sfx2/inc/sfx2/bindings.hxx
        	sfx2/inc/sfx2/childwin.hxx
        	sfx2/inc/sfx2/ctrlitem.hxx
        	sfx2/inc/sfx2/dinfdlg.hxx
        	sfx2/inc/sfx2/dispatch.hxx
        	sfx2/inc/sfx2/docfilt.hxx
        	sfx2/inc/sfx2/evntconf.hxx
        	sfx2/inc/sfx2/fcontnr.hxx
        	sfx2/inc/sfx2/frame.hxx
        	sfx2/inc/sfx2/imagemgr.hxx
        	sfx2/inc/sfx2/imgmgr.hxx
        	sfx2/inc/sfx2/linksrc.hxx
        	sfx2/inc/sfx2/macrconf.hxx
        	sfx2/inc/sfx2/macropg.hxx
        	sfx2/inc/sfx2/mnuitem.hxx
        	sfx2/inc/sfx2/mnumgr.hxx
        	sfx2/inc/sfx2/module.hxx
        	sfx2/inc/sfx2/msg.hxx
        	sfx2/inc/sfx2/objsh.hxx
        	sfx2/inc/sfx2/passwd.hxx
        	sfx2/inc/sfx2/prnmon.hxx
        	sfx2/inc/sfx2/request.hxx
        	sfx2/inc/sfx2/sfx.hrc
        	sfx2/inc/sfx2/sfxbasemodel.hxx
        	sfx2/inc/sfx2/sfxhtml.hxx
        	sfx2/inc/sfx2/sfxresid.hxx
        	sfx2/inc/sfx2/sfxsids.hrc
        	sfx2/inc/sfx2/sfxuno.hxx
        	sfx2/inc/sfx2/shell.hxx
        	sfx2/inc/sfx2/stbitem.hxx
        	sfx2/inc/sfx2/styfitem.hxx
        	sfx2/inc/sfx2/tabdlg.hxx
        	sfx2/inc/sfx2/tbxctrl.hxx
        	sfx2/inc/sfx2/tplpitem.hxx
        	sfx2/inc/sfx2/viewfrm.hxx
        	sfx2/inc/sfx2/viewsh.hxx
        	sfx2/inc/sfxbasic.hxx
        	sfx2/inc/sorgitm.hxx
        	sfx2/prj/build.lst
        	sfx2/qa/complex/docinfo/makefile.mk
        	sfx2/qa/cppunit/makefile.mk
        	sfx2/sdi/makefile.mk
        	sfx2/source/appl/app.cxx
        	sfx2/source/appl/app.hrc
        	sfx2/source/appl/app.src
        	sfx2/source/appl/appbas.cxx
        	sfx2/source/appl/appcfg.cxx
        	sfx2/source/appl/appchild.cxx
        	sfx2/source/appl/appmain.cxx
        	sfx2/source/appl/appmisc.cxx
        	sfx2/source/appl/appopen.cxx
        	sfx2/source/appl/appquit.cxx
        	sfx2/source/appl/appserv.cxx
        	sfx2/source/appl/appuno.cxx
        	sfx2/source/appl/childwin.cxx
        	sfx2/source/appl/fileobj.cxx
        	sfx2/source/appl/helpinterceptor.cxx
        	sfx2/source/appl/imagemgr.cxx
        	sfx2/source/appl/impldde.cxx
        	sfx2/source/appl/impldde.hxx
        	sfx2/source/appl/linkmgr2.cxx
        	sfx2/source/appl/lnkbase2.cxx
        	sfx2/source/appl/makefile.mk
        	sfx2/source/appl/module.cxx
        	sfx2/source/appl/newhelp.cxx
        	sfx2/source/appl/opengrf.cxx
        	sfx2/source/appl/sfxdll.cxx
        	sfx2/source/appl/sfxhelp.cxx
        	sfx2/source/appl/shutdownicon.cxx
        	sfx2/source/appl/shutdowniconunx.cxx
        	sfx2/source/appl/workwin.cxx
        	sfx2/source/bastyp/fltfnc.cxx
        	sfx2/source/bastyp/frmhtml.cxx
        	sfx2/source/bastyp/frmhtmlw.cxx
        	sfx2/source/bastyp/helper.cxx
        	sfx2/source/bastyp/minarray.cxx
        	sfx2/source/bastyp/progress.cxx
        	sfx2/source/bastyp/sfxhtml.cxx
        	sfx2/source/config/evntconf.cxx
        	sfx2/source/control/bindings.cxx
        	sfx2/source/control/ctrlitem.cxx
        	sfx2/source/control/dispatch.cxx
        	sfx2/source/control/macrconf.cxx
        	sfx2/source/control/macro.cxx
        	sfx2/source/control/makefile.mk
        	sfx2/source/control/minfitem.cxx
        	sfx2/source/control/msg.cxx
        	sfx2/source/control/msgpool.cxx
        	sfx2/source/control/objface.cxx
        	sfx2/source/control/request.cxx
        	sfx2/source/control/shell.cxx
        	sfx2/source/control/sorgitm.cxx
        	sfx2/source/dialog/about.cxx
        	sfx2/source/dialog/basedlgs.cxx
        	sfx2/source/dialog/dinfdlg.cxx
        	sfx2/source/dialog/dinfedt.cxx
        	sfx2/source/dialog/dockwin.cxx
        	sfx2/source/dialog/filedlghelper.cxx
        	sfx2/source/dialog/mailmodel.cxx
        	sfx2/source/dialog/mailmodelapi.cxx
        	sfx2/source/dialog/makefile.mk
        	sfx2/source/dialog/mgetempl.cxx
        	sfx2/source/dialog/passwd.cxx
        	sfx2/source/dialog/passwd.hrc
        	sfx2/source/dialog/printopt.cxx
        	sfx2/source/dialog/securitypage.cxx
        	sfx2/source/dialog/splitwin.cxx
        	sfx2/source/dialog/styfitem.cxx
        	sfx2/source/dialog/tabdlg.cxx
        	sfx2/source/dialog/taskpane.cxx
        	sfx2/source/dialog/templdlg.cxx
        	sfx2/source/dialog/tplpitem.cxx
        	sfx2/source/dialog/versdlg.cxx
        	sfx2/source/doc/QuerySaveDocument.cxx
        	sfx2/source/doc/SfxDocumentMetaData.cxx
        	sfx2/source/doc/applet.cxx
        	sfx2/source/doc/doc.hrc
        	sfx2/source/doc/doc.src
        	sfx2/source/doc/docfile.cxx
        	sfx2/source/doc/docinf.cxx
        	sfx2/source/doc/doctempl.cxx
        	sfx2/source/doc/doctemplates.cxx
        	sfx2/source/doc/docvor.cxx
        	sfx2/source/doc/guisaveas.cxx
        	sfx2/source/doc/makefile.mk
        	sfx2/source/doc/objcont.cxx
        	sfx2/source/doc/objitem.cxx
        	sfx2/source/doc/objmisc.cxx
        	sfx2/source/doc/objserv.cxx
        	sfx2/source/doc/printhelper.cxx
        	sfx2/source/doc/sfxacldetect.cxx
        	sfx2/source/doc/sfxbasemodel.cxx
        	sfx2/source/inc/applet.hxx
        	sfx2/source/inc/fltoptint.hxx
        	sfx2/source/inc/sfxlocal.hrc
        	sfx2/source/inc/virtmenu.hxx
        	sfx2/source/inc/workwin.hxx
        	sfx2/source/menu/mnuitem.cxx
        	sfx2/source/menu/objmnctl.cxx
        	sfx2/source/menu/virtmenu.cxx
        	sfx2/source/notify/eventsupplier.cxx
        	sfx2/source/notify/makefile.mk
        	sfx2/source/toolbox/imgmgr.cxx
        	sfx2/source/toolbox/tbxitem.cxx
        	sfx2/source/view/frame.cxx
        	sfx2/source/view/orgmgr.cxx
        	sfx2/source/view/printer.cxx
        	sfx2/source/view/prnmon.cxx
        	sfx2/source/view/viewfrm.cxx
        	sfx2/source/view/viewprn.cxx
        	sfx2/source/view/viewsh.cxx
        	sfx2/util/makefile.mk
        	sfx2/workben/custompanel/makefile.mk
        	shell/source/backends/desktopbe/desktopbackend.cxx
        	shell/source/backends/gconfbe/gconfbackend.cxx
        	shell/source/backends/kde4be/kde4backend.cxx
        	shell/source/backends/kdebe/kdebackend.cxx
        	shell/source/win32/SysShentry.cxx
        	shell/source/win32/shlxthandler/propsheets/propsheets.cxx
        	shell/source/win32/simplemail/smplmailentry.cxx
        	svx/inc/float3d.hrc
        	svx/inc/fmhelp.hrc
        	svx/inc/globlmn_tmpl.hrc
        	svx/inc/helpid.hrc
        	svx/inc/pch/precompiled_svx.hxx
        	svx/inc/sjctrl.hxx
        	svx/inc/srchitem.hxx
        	svx/inc/svdibrow.hxx
        	svx/inc/svx/SmartTagItem.hxx
        	svx/inc/svx/algitem.hxx
        	svx/inc/svx/camera3d.hxx
        	svx/inc/svx/chrtitem.hxx
        	svx/inc/svx/clipfmtitem.hxx
        	svx/inc/svx/ctredlin.hxx
        	svx/inc/svx/dbtoolsclient.hxx
        	svx/inc/svx/deflt3d.hxx
        	svx/inc/svx/dialogs.hrc
        	svx/inc/svx/drawitem.hxx
        	svx/inc/svx/e3ditem.hxx
        	svx/inc/svx/extrud3d.hxx
        	svx/inc/svx/flagsdef.hxx
        	svx/inc/svx/float3d.hxx
        	svx/inc/svx/frmsel.hxx
        	svx/inc/svx/gallery.hxx
        	svx/inc/svx/gallery1.hxx
        	svx/inc/svx/galtheme.hxx
        	svx/inc/svx/grfcrop.hxx
        	svx/inc/svx/hdft.hxx
        	svx/inc/svx/hlnkitem.hxx
        	svx/inc/svx/hyprlink.hxx
        	svx/inc/svx/itemwin.hxx
        	svx/inc/svx/lathe3d.hxx
        	svx/inc/svx/linkwarn.hxx
        	svx/inc/svx/modctrl.hxx
        	svx/inc/svx/msdffdef.hxx
        	svx/inc/svx/obj3d.hxx
        	svx/inc/svx/optgenrl.hxx
        	svx/inc/svx/optgrid.hxx
        	svx/inc/svx/pageitem.hxx
        	svx/inc/svx/paraprev.hxx
        	svx/inc/svx/postattr.hxx
        	svx/inc/svx/rotmodit.hxx
        	svx/inc/svx/ruler.hxx
        	svx/inc/svx/rulritem.hxx
        	svx/inc/svx/scene3d.hxx
        	svx/inc/svx/sdasaitm.hxx
        	svx/inc/svx/sdasitm.hxx
        	svx/inc/svx/sdggaitm.hxx
        	svx/inc/svx/sdmetitm.hxx
        	svx/inc/svx/sdtaaitm.hxx
        	svx/inc/svx/sdtaditm.hxx
        	svx/inc/svx/sdtaitm.hxx
        	svx/inc/svx/sdtakitm.hxx
        	svx/inc/svx/sdtfchim.hxx
        	svx/inc/svx/sdtfsitm.hxx
        	svx/inc/svx/srchdlg.hxx
        	svx/inc/svx/svddrag.hxx
        	svx/inc/svx/svdetc.hxx
        	svx/inc/svx/svdglue.hxx
        	svx/inc/svx/svdhlpln.hxx
        	svx/inc/svx/svdlayer.hxx
        	svx/inc/svx/svdmark.hxx
        	svx/inc/svx/svdmodel.hxx
        	svx/inc/svx/svdoashp.hxx
        	svx/inc/svx/svdobj.hxx
        	svx/inc/svx/svdocirc.hxx
        	svx/inc/svx/svdoedge.hxx
        	svx/inc/svx/svdogrp.hxx
        	svx/inc/svx/svdomeas.hxx
        	svx/inc/svx/svdoole2.hxx
        	svx/inc/svx/svdorect.hxx
        	svx/inc/svx/svdotable.hxx
        	svx/inc/svx/svdotext.hxx
        	svx/inc/svx/svdovirt.hxx
        	svx/inc/svx/svdpage.hxx
        	svx/inc/svx/svdsnpv.hxx
        	svx/inc/svx/svdtrans.hxx
        	svx/inc/svx/svdundo.hxx
        	svx/inc/svx/svimbase.hxx
        	svx/inc/svx/svx3ditems.hxx
        	svx/inc/svx/svxdlg.hxx
        	svx/inc/svx/sxcikitm.hxx
        	svx/inc/svx/sxekitm.hxx
        	svx/inc/svx/sxelditm.hxx
        	svx/inc/svx/sxenditm.hxx
        	svx/inc/svx/sxmkitm.hxx
        	svx/inc/svx/sxmtpitm.hxx
        	svx/inc/svx/sxmuitm.hxx
        	svx/inc/svx/tabarea.hxx
        	svx/inc/svx/tabline.hxx
        	svx/inc/svx/unoprov.hxx
        	svx/inc/svx/viewlayoutitem.hxx
        	svx/inc/svx/xbitmap.hxx
        	svx/inc/svx/xbtmpit.hxx
        	svx/inc/svx/xcolit.hxx
        	svx/inc/svx/xfillit0.hxx
        	svx/inc/svx/xflclit.hxx
        	svx/inc/svx/xflftrit.hxx
        	svx/inc/svx/xflgrit.hxx
        	svx/inc/svx/xflhtit.hxx
        	svx/inc/svx/xftadit.hxx
        	svx/inc/svx/xftsfit.hxx
        	svx/inc/svx/xftshit.hxx
        	svx/inc/svx/xlineit0.hxx
        	svx/inc/svx/xlinjoit.hxx
        	svx/inc/svx/xlnclit.hxx
        	svx/inc/svx/xlndsit.hxx
        	svx/inc/svx/xlnedcit.hxx
        	svx/inc/svx/xlnedit.hxx
        	svx/inc/svx/xlnedwit.hxx
        	svx/inc/svx/xlnstcit.hxx
        	svx/inc/svx/xlnstit.hxx
        	svx/inc/svx/xlnstwit.hxx
        	svx/inc/svx/xlnwtit.hxx
        	svx/inc/svx/xtextit0.hxx
        	svx/inc/svx/zoomitem.hxx
        	svx/inc/svx/zoomslideritem.hxx
        	svx/inc/xpolyimp.hxx
        	svx/inc/zoom_def.hxx
        	svx/prj/d.lst
        	svx/source/accessibility/AccessibleShape.cxx
        	svx/source/accessibility/DescriptionGenerator.cxx
        	svx/source/customshapes/EnhancedCustomShapeEngine.cxx
        	svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
        	svx/source/dialog/_bmpmask.cxx
        	svx/source/dialog/_contdlg.cxx
        	svx/source/dialog/connctrl.cxx
        	svx/source/dialog/contwnd.cxx
        	svx/source/dialog/ctredlin.cxx
        	svx/source/dialog/ctredlin.hrc
        	svx/source/dialog/ctredlin.src
        	svx/source/dialog/dialcontrol.cxx
        	svx/source/dialog/dlgctrl.cxx
        	svx/source/dialog/docrecovery.cxx
        	svx/source/dialog/fntctrl.cxx
        	svx/source/dialog/fontwork.cxx
        	svx/source/dialog/frmsel.cxx
        	svx/source/dialog/graphctl.cxx
        	svx/source/dialog/grfflt.cxx
        	svx/source/dialog/hdft.cxx
        	svx/source/dialog/hyperdlg.cxx
        	svx/source/dialog/hyprdlg.hxx
        	svx/source/dialog/hyprlink.cxx
        	svx/source/dialog/hyprlink.hxx
        	svx/source/dialog/hyprlink.src
        	svx/source/dialog/imapdlg.cxx
        	svx/source/dialog/imapwnd.cxx
        	svx/source/dialog/linkwarn.hrc
        	svx/source/dialog/makefile.mk
        	svx/source/dialog/optgrid.cxx
        	svx/source/dialog/orienthelper.cxx
        	svx/source/dialog/pagectrl.cxx
        	svx/source/dialog/prtqry.cxx
        	svx/source/dialog/rlrcitem.cxx
        	svx/source/dialog/rubydialog.cxx
        	svx/source/dialog/rulritem.cxx
        	svx/source/dialog/simptabl.cxx
        	svx/source/dialog/srchdlg.cxx
        	svx/source/dialog/svxbmpnumvalueset.cxx
        	svx/source/dialog/svxruler.cxx
        	svx/source/dialog/swframeexample.cxx
        	svx/source/engine3d/float3d.cxx
        	svx/source/engine3d/float3d.src
        	svx/source/engine3d/svx3ditems.cxx
        	svx/source/fmcomp/gridctrl.cxx
        	svx/source/fmcomp/trace.cxx
        	svx/source/form/ParseContext.cxx
        	svx/source/form/datanavi.cxx
        	svx/source/form/filtnav.cxx
        	svx/source/form/fmexch.cxx
        	svx/source/form/fmexpl.cxx
        	svx/source/form/fmobjfac.cxx
        	svx/source/form/fmpage.cxx
        	svx/source/form/fmshell.cxx
        	svx/source/form/fmshimp.cxx
        	svx/source/form/fmsrcimp.cxx
        	svx/source/form/fmvwimp.cxx
        	svx/source/form/makefile.mk
        	svx/source/form/tabwin.cxx
        	svx/source/form/tbxform.cxx
        	svx/source/form/typemap.cxx
        	svx/source/gallery2/galbrws1.cxx
        	svx/source/gallery2/galbrws2.cxx
        	svx/source/gallery2/galexpl.cxx
        	svx/source/gallery2/gallery1.cxx
        	svx/source/gallery2/galtheme.cxx
        	svx/source/gallery2/makefile.mk
        	svx/source/gengal/gengal.cxx
        	svx/source/gengal/makefile.mk
        	svx/source/inc/fmgroup.hxx
        	svx/source/intro/about_ooo.hrc
        	svx/source/intro/iso.src
        	svx/source/intro/ooo.src
        	svx/source/items/SmartTagItem.cxx
        	svx/source/items/algitem.cxx
        	svx/source/items/chrtitem.cxx
        	svx/source/items/clipfmtitem.cxx
        	svx/source/items/customshapeitem.cxx
        	svx/source/items/drawitem.cxx
        	svx/source/items/e3ditem.cxx
        	svx/source/items/grfitem.cxx
        	svx/source/items/hlnkitem.cxx
        	svx/source/items/makefile.mk
        	svx/source/items/pageitem.cxx
        	svx/source/items/rotmodit.cxx
        	svx/source/items/viewlayoutitem.cxx
        	svx/source/items/zoomitem.cxx
        	svx/source/items/zoomslideritem.cxx
        	svx/source/src/app.hrc
        	svx/source/stbctrls/makefile.mk
        	svx/source/stbctrls/modctrl.cxx
        	svx/source/stbctrls/xmlsecctrl.cxx
        	svx/source/stbctrls/zoomctrl.cxx
        	svx/source/svdraw/clonelist.cxx
        	svx/source/svdraw/svdattr.cxx
        	svx/source/svdraw/svdcrtv.cxx
        	svx/source/svdraw/svdedtv1.cxx
        	svx/source/svdraw/svdedtv2.cxx
        	svx/source/svdraw/svdedxv.cxx
        	svx/source/svdraw/svdetc.cxx
        	svx/source/svdraw/svdfmtf.cxx
        	svx/source/svdraw/svdfmtf.hxx
        	svx/source/svdraw/svdglue.cxx
        	svx/source/svdraw/svdhdl.cxx
        	svx/source/svdraw/svdhlpln.cxx
        	svx/source/svdraw/svdibrow.cxx
        	svx/source/svdraw/svdlayer.cxx
        	svx/source/svdraw/svdmodel.cxx
        	svx/source/svdraw/svdoashp.cxx
        	svx/source/svdraw/svdobj.cxx
        	svx/source/svdraw/svdocapt.cxx
        	svx/source/svdraw/svdocirc.cxx
        	svx/source/svdraw/svdoedge.cxx
        	svx/source/svdraw/svdograf.cxx
        	svx/source/svdraw/svdogrp.cxx
        	svx/source/svdraw/svdomeas.cxx
        	svx/source/svdraw/svdomedia.cxx
        	svx/source/svdraw/svdopath.cxx
        	svx/source/svdraw/svdotext.cxx
        	svx/source/svdraw/svdotxdr.cxx
        	svx/source/svdraw/svdotxed.cxx
        	svx/source/svdraw/svdotxfl.cxx
        	svx/source/svdraw/svdotxln.cxx
        	svx/source/svdraw/svdotxtr.cxx
        	svx/source/svdraw/svdoutl.cxx
        	svx/source/svdraw/svdpage.cxx
        	svx/source/svdraw/svdpagv.cxx
        	svx/source/svdraw/svdpntv.cxx
        	svx/source/svdraw/svdpoev.cxx
        	svx/source/svdraw/svdsnpv.cxx
        	svx/source/svdraw/svdstr.src
        	svx/source/svdraw/svdtrans.cxx
        	svx/source/svdraw/svdundo.cxx
        	svx/source/svdraw/svdview.cxx
        	svx/source/svdraw/svdxcgv.cxx
        	svx/source/table/svdotable.cxx
        	svx/source/tbxctrls/colorwindow.hxx
        	svx/source/tbxctrls/extrusioncontrols.cxx
        	svx/source/tbxctrls/fillctrl.cxx
        	svx/source/tbxctrls/grafctrl.cxx
        	svx/source/tbxctrls/itemwin.cxx
        	svx/source/tbxctrls/layctrl.cxx
        	svx/source/tbxctrls/lboxctrl.cxx
        	svx/source/tbxctrls/linectrl.cxx
        	svx/source/tbxctrls/tbcontrl.cxx
        	svx/source/tbxctrls/verttexttbxctrl.cxx
        	svx/source/unodraw/unomod.cxx
        	svx/source/unodraw/unopage.cxx
        	svx/source/unodraw/unoprov.cxx
        	svx/source/unodraw/unoshape.cxx
        	svx/source/unodraw/unoshtxt.cxx
        	svx/source/xml/xmlxtexp.cxx
        	svx/source/xoutdev/_xpoly.cxx
        	svx/source/xoutdev/xattr.cxx
        	svx/source/xoutdev/xattr2.cxx
        	svx/source/xoutdev/xattrbmp.cxx
        	svx/source/xoutdev/xtabcolr.cxx
        	svx/util/makefile.mk
        	svx/workben/edittest.cxx
        	sysui/desktop/productversion.mk
        	ucb/prj/build.lst
        	ucb/source/cacher/cacheserv.cxx
        	ucb/source/core/ucb1.component
        	ucb/source/core/ucbserv.cxx
        	ucb/source/core/ucbstore.cxx
        	ucb/source/core/ucbstore.hxx
        	ucb/source/sorter/sortmain.cxx
        	ucb/source/ucp/file/prov.cxx
        	ucb/source/ucp/file/shell.cxx
        	ucb/source/ucp/ftp/ftpservices.cxx
        	ucb/source/ucp/gio/gio_provider.cxx
        	ucb/source/ucp/gvfs/gvfs_provider.cxx
        	ucb/source/ucp/hierarchy/hierarchyservices.cxx
        	ucb/source/ucp/odma/odma_lib.cxx
        	ucb/source/ucp/odma/odma_services.cxx
        	ucb/source/ucp/package/pkgservices.cxx
        	ucb/source/ucp/tdoc/tdoc_services.cxx
        	ucb/source/ucp/webdav/ContentProperties.cxx
        	ucb/source/ucp/webdav/NeonHeadRequest.cxx
        	ucb/source/ucp/webdav/webdavcontent.cxx
        	ucb/source/ucp/webdav/webdavservices.cxx
        	uui/source/iahndl.cxx
        	uui/source/iahndl.hxx
        	uui/source/loginerr.hxx
        	uui/source/nameclashdlg.hxx
        	uui/source/passcrtdlg.cxx
        	uui/source/passworddlg.cxx
        	uui/source/passworddlg.hxx
        	uui/source/services.cxx
        	vbahelper/inc/vbahelper/vbahelper.hxx
        	vbahelper/prj/build.lst
        	vbahelper/prj/d.lst
        	vbahelper/source/msforms/makefile.mk
        	vbahelper/source/msforms/vbauserform.cxx
        	vbahelper/source/vbahelper/makefile.mk
        	vbahelper/source/vbahelper/vbaapplicationbase.cxx
        	vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
        	vbahelper/source/vbahelper/vbadocumentbase.cxx
        	vbahelper/source/vbahelper/vbadocumentsbase.cxx
        	vbahelper/source/vbahelper/vbahelper.cxx
        	vbahelper/util/makefile.mk
        	xmlhelp/source/cxxhelp/provider/databases.cxx
        	xmlhelp/source/cxxhelp/provider/services.cxx
        	xmlhelp/source/treeview/tvfactory.cxx
        	xmloff/JunitTest_xmloff_unoapi.mk
        	xmloff/inc/functional.hxx
        	xmloff/inc/xmloff/formlayerexport.hxx
        	xmloff/inc/xmloff/formlayerimport.hxx
        	xmloff/inc/xmloff/functional.hxx
        	xmloff/inc/xmloff/shapeimport.hxx
        	xmloff/inc/xmloff/xmlcnitm.hxx
        	xmloff/inc/xmloff/xmlnumfi.hxx
        	xmloff/prj/build.lst
        	xmloff/source/chart/SchXMLChartContext.cxx
        	xmloff/source/chart/SchXMLExport.cxx
        	xmloff/source/chart/SchXMLImport.cxx
        	xmloff/source/chart/SchXMLLegendContext.hxx
        	xmloff/source/chart/SchXMLPlotAreaContext.cxx
        	xmloff/source/core/xmluconv.cxx
        	xmloff/source/draw/sdxmlexp.cxx
        	xmloff/source/draw/shapeexport4.cxx
        	xmloff/source/draw/ximp3dobject.cxx
        	xmloff/source/draw/ximp3dscene.cxx
        	xmloff/source/forms/formlayerexport.cxx
        	xmloff/source/forms/formlayerimport.cxx
        	xmloff/source/forms/handler/vcl_time_handler.hxx
        	xmloff/source/forms/layerimport.cxx
        	xmloff/source/forms/layerimport.hxx
        	xmloff/source/forms/property_meta_data.hxx
        	xmloff/source/style/PageHeaderFooterContext.cxx
        	xmloff/source/style/PageMasterStyleMap.cxx
        	xmloff/source/style/prstylei.cxx
        	xmloff/source/style/xmlimppr.cxx
        	xmloff/source/style/xmlnumfi.cxx
        	xmloff/source/style/xmlstyle.cxx
        	xmloff/source/table/tabledesignsimporter.cxx
        	xmloff/source/text/XMLTextNumRuleInfo.cxx
        	xmloff/source/text/XMLTextShapeStyleContext.cxx
        	xmloff/source/text/txtstyle.cxx
        	xmloff/source/transform/ChartOOoTContext.cxx
        	xmloff/source/transform/EventOOoTContext.cxx
        	xmloff/source/transform/TransformerBase.cxx
        	xmloff/util/makefile.mk
        	xmlscript/util/xcr.component

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [2c5e690eb8b6aaaad0a1c57fc533e23e4164b8f0]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [e9b90a771e541ccf0dfc130f897bdea9e6e4771e]

        Move DBG_ERROR to OSL_FAIL for getStr() (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [afdb6251d373d9827fb26eef639c8c24c56328fd]

        Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [0e6c0d031436952a2ac5eca9dc9107bf4a7d09bc]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [678cbfa572eacbbdbd989b0d7c39ac6d33583e2a]

        Move DBG_TRACE to OSL_TRACE for getStr()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [043873056dbd2d716860c203ac6c5e51aaaf494b]

        Move DBG_TRACE to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [a74df0385964d366f00448faf190cfe526e62eaf]

        Move DBG_TRACE3 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1d2a140e1baa4160f0666491b8e80633b6611611]

        Move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1c1dc47f78e1efaff2d6079ed9f6a8458d1f5366]

        Move DBG_ERROR1 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [f25b58fcc9fa7b1e45908ee2a7945dde588d1bbe]

        Move DBG_ERROR to OSL_FAIL and correct OString usage

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [291042fc2d6ba434aa87e3a6f637caea3cb690f3]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [fe696d28e227f3cdf33d007370306d0c4510c2b9]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [f2584344ac6ff45eb05d9a51e4a74c3a9202ee98]

        Remove dead code

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [b841fe7858b46c5d593a596e7a362070581cc8d3]

        Move DBG_ERROR to OSL_FAIL and correct OString usage

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [712b74daaae8d04c8bd4bd320610472cf3c3b397]

        Move DBG_ERROR to OSL_FAIL for getStr()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [8135ab140c4a411e2d18d59024b11112f309b041]

        Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [76f497ab8b80a48094a9c816af6506d35a2d2d77]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [7851304cfbc7645e0a410ee08c4d7835c9a3a325]

        Move DBG_TRACE3 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [9bffdc92c21a24bbd40acd5b0da2be79cfab0c8a]

        Move DBG_TRACE2 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [e6216e1ce6b399a10019b5d11b6fef6961fc0f74]

        Remove now unused DBG_TRACE[1-5] and DBG_TRACEFILE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [06522797788cd1497ef081f897eb3bef40aaff97]

        Move DBG_TRACE to OSL_TRACE for strings GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ce32db685df6e18e4785df577febd53ef2987aa3]

        Remove dead code

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [08be19bcb817c427185272b34c97fefa0c1081ad]

        Move DBG_TRACE to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [d30945a0d59b6cec0c9f655cb46bde02833ea4da]

        Move DBG_TRACE3 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [33b9d6d40cee00e7ebef80eecd860c9afa8204eb]

        Move DBG_TRACE2 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ad26a7164f2a5fb3f37a77d531d4d8efd36ae4a4]

        Move DBG_TRACE1 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [38dfb9cf5d859828ce5a6990ea8a4f8c50ebc3d2]

        Remove now unused DBG_ERROR[1-5]

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [da708864a788a6f1d5daad9207d4454e2fc1993d]

        Move DBG_ERROR5 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [a532a6e662a02ee88b45f3a2a2453321d0ba002a]

        Move DBG_ERROR2 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [533f89e49395bbc31baaab9ade46db934b383e14]

        Move DBG_ERROR1 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5cce85634ce63fbbed99ba83f844ae179b485bc1]

        Remove unused DBG_ERROR macro :)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [11c1d71d59937c7595e60d8e74a79accdac09d1f]

        Move one DBG_ERROR to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [3ca4635628dd1ecc808f82a3b2546a6590353e9a]

        Move DBG_ERROR to OSL_FAIL for mac files

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [c910e691d263d4a729aa9cdf7950b5f1a3ec07d1]

        Move DBG_ERROR to OSL_FAIL for preprocessor string literals

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [f41e1e11f7e7f42d977efdbd017ff13317f1b647]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [56e019462e980b6583f217f21e2ade3176e639e7]

        Move DBG_ERROR to OSL_FAIL

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ea9aeb6ad43ef7b7ec2f6378a5fc90f323414ed0]

        Move DBG_ERROR to OSL_FAIL for a macro

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [81888a89544ce4f93a3693cb8f0e345ac2f293ff]

        Move DBG_ERROR to OSL_FAIL and correct OString usage

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [db9566df774efbce62ad71dc2f0ad51fa467ef95]

        Move DBG_ERROR to OSL_FAIL for getStr() (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [9bbe572c2ced853159d08bc9e7b4bb1c2b74b767]

        Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [7b8afa90aef27c14f1bc523123d27c692fa25038]

        Move DBG_ERROR to OSL_FAIL for getStr()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ed491cc3d9dbaf1a4fb1c9092c4f99b6f0612558]

        Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [5c3d61abf9167c095b821f4f492316a9cae1e3f0]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [95ceadd4174967187190ae1801aec3deb73536a5]

        Some cleaning

2011-03-11  Christina Rossmanith  <ChrRossmanith@web.de>  [9ee6c4056aae9648340663c0685c04ecceb89c79]

        Translated comments

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [620cbe0297f92ac696748ebec7e654233204fc59]

        A little cleanup.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [c7a03150d13cb117f3df54cb744057d100b98ab2]

        Properly export sheet local range names to XLS.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [596fcdebaa08d33b6c979e57b5df28cdfa69bd8f]

        For now, we only import normal named expressions in sheet local scope.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [50da3d1e56b0e3eda051a83a336bed26a4db9ae6]

        Use boost::ptr_list for list containing heap objects.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [f40f77798633c85313d0555b6e297ee29f0fdf94]

        Pick up sheet local named expressions during ODS import.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [898f36da16778beda006bca16e8ba43bce11d6ff]

        Export sheet-local range names to ODS.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [ee25a401af7dab211f6dbe19807e5add5b69c06a]

        Reduced indent levels again.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [5b586abd99127f0642800dbe19f4855863408160]

        Extracted a method from a giant, mega method.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [156962189b0faa05dfc37d7efe7971727421ed59]

        Removed unnecessary static cast.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [7c5aa536fb36fba3605f819c8082a7daa1284429]

        Reduced indent levels by early bail outs.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [970cb4775a37716b71e757951ebbc3ff35ca5147]

        Consistent use of types to eliminate static casting.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [2f301f30fcbefa6c58c1d087832339fc43d9c79e]

        Simplified _ScRangeListTabs and also fixed crashers on XLS import.
        
        Importing XLS documents with custom print ranges caused crash.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [78f6f0ad78956b6575bcdbc11191d8b32ffec2c3]

        Copy-n-paste error....

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [e675af83c43a65efc40e405669b0eb325681cd92]

        Search the sheet local range names as well when compiling formula.
        
        This allows a sheet-local named range to be recognized when entered
        into a cell inside a formula expression.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [de8cbe8a440e144e68be8a91d5f62daa8cbac292]

        Correctly import and interpret sheet local range names from XLS.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [04c9caaf37b7d5a7f2fdc7c3d040c018c69bedaf]

        Store whether or not a range name is global during XLS import.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [9008aac0ad1aa868d3e23168ffb5daddbbff15bb]

        Store additional flag for global vs local storage of named ranges.
        
        Also, store sheet-local named ranges from Excel into the table
        instead of the document.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [a22bed643c9c0156981bde42ffb9382562058f40]

        Added range name container to ScTable.

2011-03-11  Xavier ALT  <dex@phoenix-ind.net>  [b40a71e67e194735cb5ba928d7dc0042f0111717]

        fdo#34896 color palette size (8x13), only show scrollbar when needed

2011-03-11  Xavier ALT  <dex@phoenix-ind.net>  [5062dd9c6fdf1c0b04dbb32c065afd4e0f62207d]

        fdo#34896 make color palette size consistent (8x13)

2011-03-11  Michael Meeks  <michael.meeks@novell.com>  [8a78e5b7a060cfd12ccbe5c9cf83b703c2b530cc]

        fix up merging issues, so it compiles

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [4c3acb4393a9ef9862aad0cec84426498fa7248c]

        Fixed a build breakage.

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [064f1e4ed53cb16d174534e20a7d02b8c93a4948]

        Removed header reference that no longer exists.

2011-03-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [fa39ce7838769c44da699b0ad3b69e28c4ff750d]

        calc66: merge

2011-03-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [0baa3df80e870b0dd14261daa4bc5ce96b090660]

        calc66: merge

2011-03-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [b9b552acefead988d14e0e9f4b21fe4480101398]

        calc66: merge

2011-03-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [fc7c328caaadbee71753c0374873bdf649f42a50]

        calc66: #i75279# improved accuracy of BINOMDIST; patch from <regina>

2011-03-11  Kohei Yoshida  <kyoshida@novell.com>  [3dee56f59f881e247b576287210fb2ff602d0645]

        Re-added a method removed during merge.

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [7b02141c218db334b75c0d8e524ac8a20e5fe693]

        Add some sample Tai Lue

2011-03-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e1b5567864cabc199a594b2376fb40b2288c36a1]

        vcl120: #i115695# fix a stupid error

2011-03-11  Tibby Lickle  <tibbylickle@googlemail.com>  [719b3cb5b6591bbfda4b0cea272d38674a74157f]

        Disabled auto-complete in Calc filter dialog - fix for bug 34898.
        
        A hyphen character caused auto-complete to kick in, changing the user's choice of conditional operator to "=". This was not changed back if auto-complete option is overridden.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-03-11  Tibby Lickle  <tibbylickle@googlemail.com>  [2144db04551c20ce5f40daa3ff6269cd9867b0ef]

        German comment transation for Calc filter dialog.

2011-03-11  Tibby Lickle  <tibbylickle@googlemail.com>  [9cb212ca164274b529ff2588715ae3593d926b29]

        Disabled auto-complete in Calc filter dialog - fix for bug 34898.
        
        A hyphen character caused auto-complete to kick in, changing the user's choice of conditional operator to "=". This was not changed back if auto-complete option is overridden.

2011-03-11  Carsten Driesner  <cd@openoffice.org>  [71ac08253fa7af25d5f4d62bf053ddc4fbe2c44f]

        fwk167: #i109640# Don't call SetWindowState if window state is the same as the current one

2011-03-11  Thorsten Behrens  <tbehrens@novell.com>  [815b479c0a1e8b96c41ed93fd55bb13d198beea6]

        Revert idle whitespace changes
        
        Reverting all hunks that solely change whitespace, prior to
        performing the m101 merge from OOo.

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [65b7f0525708b43613c0a08f71ec362894cf8953]

        WaE: silence new icu warnings

2011-03-11  Oliver-Rainer Wittmann  <od@openoffice.org>  [77540cbbaa808ed8326e31c8532f29624a4526b5]

        sw34bf05: #i85105# trigger load of linked graphic on requesting com.sun.star.text.TextGraphicObject.ActualSize

2011-03-11  Oliver-Rainer Wittmann  <od@openoffice.org>  [a8664689ece5a4329c9786f1b666e3ab701d908b]

        sw34bf05: #i103292# - method <SwTxtFrmBreak::IsInside(..)> consider space taken as lower space as the last content of a table cell

2011-03-11  Jan Holesovsky  <kendy@suse.cz>  [bd2ec3392a707127ea0bf1a1b5d18ac408f8c09a]

        Spaces -> tabs in gbuild, GNU make does not like spaces ;-)

2011-03-11  Jan Holesovsky  <kendy@suse.cz>  [67d2af6fac2d9bad52a6b1f6e0cbd1229eb88a42]

        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  Oliver-Rainer Wittmann  <od@openoffice.org>  [c5a8a2c3cbcee0175127a0662e3d820ea4deea22]

        sw34bf05: #i84870# - method <SwTxtFrm::FormatAdjust(..)> - do not split text frame which only contains on as-character anchored object

2011-03-11  Michael Meeks  <michael.meeks@novell.com>  [8c59580b88a33d7f0c892c9c53776716ad661fcf]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        Conflicts:
        	smoketestoo_native/data/Global.xml
        	smoketestoo_native/data/OptionsDlg.xml
        	smoketestoo_native/data/Test_10er.xml
        	smoketestoo_native/data/content.xml
        	smoketestoo_native/smoketest.cxx
        	test/source/cpp/getargument.cxx
        	test/source/cpp/officeconnection.cxx
        	testautomation/framework/optional/includes/basic_vba-compat_security_check.inc
        	testautomation/framework/optional/includes/filedlg_cjk_folders.inc
        	testautomation/global/sid/all.sid
        	testautomation/global/sid/bars.sid
        	testautomation/global/sid/e_all.sid
        	testautomation/global/win/bars.win
        	testautomation/graphics/optional/includes/impress/i_slideshow2.inc
        	testautomation/graphics/optional/includes/impress/i_slideshow3.inc
        	testtools/source/bridgetest/bridgetest.cxx
        	testtools/source/bridgetest/constructors.cxx
        	testtools/source/bridgetest/makefile.mk
        	testtools/source/bridgetest/testComponent.component

2011-03-11  Michael Stahl  <mst@openoffice.org>  [ea129aa54826091152b59817a295ed0c7075b3bd]

        sw34bf04: sw: enable complex test CheckBookmarks (except on windows)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [d4ebec5c7950c2558c8efe873288e078f5d8ad31]

        Move DBG_TRACE to OSL_TRACE for a macro

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [b3e6aa4020a3bc1d88087d78fc9d268260c915dd]

        Move DBG_TRACE to OSL_TRACE for strings GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [a628091b5ed86074d726d4c681ceec31ccc868f0]

        Use GetBuffer() for String

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [ad6c44467aa6ad260e90907af1543863e012ebce]

        Move DBG_TRACE to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1fe1263f90c2f884b58bd7676acc4c209181a208]

        Move DBG_TRACE* to OSL_TRACE for some macros

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [3fc21391bd1e3fa140193878594e952807d13070]

        Move DBG_TRACE5 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [079f8714b93a77925e0bab7b79336e41a134f800]

        Move DBG_TRACE4 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [783228a75e4f20af3afbf4c41bfee2bdaaed7aef]

        Move DBG_TRACE1 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [500bd4bbb5738a74b568557fec68e969c278186a]

        Move #ifdef DBG_UTIL to #if OSL_DEBUG_LEVEL > 1 for OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [9e0e5ab6694a4900f9476a924f6e67a1816f0f0c]

        Move DBG_ERROR2 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [1707a350af8a0909ae88c2b11deb714f8b2a93ff]

        Move DBG_ERROR1 to OSL_TRACE

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [606ce7e9bbe9ed98f924909638d16387df71f31e]

        Move DBG_ERROR to OSL_FAIL for preprocessor string literals

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [3f03db281757d2f65ac2860ffaf320622caa2252]

        Move DBG_ERROR to OSL_FAIL (multiline)

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [64a79c0aa21ac1083d730885424d395c8e8573e0]

        Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [792d5d9ec7b5759edcdf58ca12b1fa6021a3f529]

        Move DBG_ERROR to OSL_FAIL for getStr()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [475883330d8cb52c5bba969bc39d89779f2c8b7d]

        Move DBG_ERROR to OSL_FAIL for strings foo().GetBuffer()

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [18c1741968d475feff93c529ac26788da2d4c1f7]

        Remove dead code

2011-03-11  Thomas Arnhold  <thomas@arnhold.org>  [3b1077e70c6e4be3153741aee2634adc3c35894a]

        Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

2011-03-11  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1b2e30d8807688be6883208a278474b762601bbf]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34d

2011-03-11  Michael Stahl  <mst@openoffice.org>  [9d79da402fcc92d01a6030d2c0705a16d79dfc5b]

        sw34bf04: merge DEV300_m102

2011-03-11  Michael Stahl  <mst@openoffice.org>  [d549a6090499cf8dbf187205cbd99cc8b95a1955]

        sw34bf04: merge DEV300_m102

2011-03-11  Michael Stahl  <mst@openoffice.org>  [676af3dcd911361750b68c6fd364779b05b9b4ca]

        sw34bf04: merge DEV300_m102

2011-03-11  Michael Stahl  <mst@openoffice.org>  [927fc014b3c52ff77ba7f2c0f8bba8046e7207db]

        sw34bf04: merge DEV300_m102

2011-03-11  Michael Stahl  <mst@openoffice.org>  [d7ead261f5d0ea3ecbddc9316b6b0b7af9f17471]

        sw34bf04: merge DEV300_m102

2011-03-11  Michael Stahl  <mst@openoffice.org>  [47f1446583290916313eaf751b57cc9f7113b632]

        sw34bf04: merge DEV300_m102

2011-03-11  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d9caca9dd735394857a0b15ddf3c6fc86e243bdd]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [46696fc052f9501ed5bbb753cc4bfff4ac34db8a]

        masterfix DEV300: #i10000# all -> allandcheck

2011-03-11  Michael Stahl  <mst@openoffice.org>  [ae3459b3f63764cc586f1b7e004ff343e3928e3f]

        sw34bf04: #i51277#: SwFltStackEntry::MakeRegion:  prevent lots of HintsCheck assertions when importing bugdoc from the issue.

2011-03-11  Michael Stahl  <mst@openoffice.org>  [39df59386962ffda33abc4613910aacb3ade9633]

        sw34bf04: #i51277#: MSWordExportBase::OutputTextNode:  for AUTOFMT that ends at para end, with frame also anchored at para end.  the formatting was not exported properly.  so move the OutAttr call before the OutFlys call, except if para is empty.

2011-03-11  Michael Stahl  <mst@openoffice.org>  [4b6b4bb3e3aaf5868220e29080395270a0763485]

        sw34bf04: #i117331#: fix SwXText::convertToTextFrame:  SwXText::convertToTextFrame: only delete paragraph if it is empty.  SwXFrame::attachToRange, SwXText::convertToTextFrame:   prevent PaMs on the stack from being registered at nodes that may be deleted   preventing assertions from ~SwIndexReg on the bugdoc of #o11831122#.

2011-03-11  Michael Stahl  <mst@openoffice.org>  [b51b36409dcf1afb64f6d97c3bd0278b8902496d]

        sw34bf04: #o11831122#: writerfilter: CreateRedline: disable assertion for now

2011-03-11  Michael Stahl  <mst@openoffice.org>  [8e8d4ca2bdb5b28e7371efebab6fde4285b6ae09]

        sw34bf04: #o11831122#: prevent redline corruption:  SwDoc::DelFullPara: call other CorrAbs variant in case of single paragraph.  SwDoc::CorrAbs: delete empty redlines, which cause assertions.

2011-03-11  Michael Stahl  <mst@openoffice.org>  [7ee24fb1c5350ea781d41d65a460c28987666a1f]

        sw34bf04: RDFRepositoryTest: fix accidentally inverted assertions (sb123)

2011-03-11  Michael Stahl  <mst@openoffice.org>  [dc8fc17fedf7e66795870bbb2ba46395071d1461]

        sw34bf04: #i115557#: SwFrm::AppendDrawObj: SwFlyFrm may have 0 pUpper

2011-03-11  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [ad058d6be9baf9d71e722c088f760c6f7acef9f4]

        Transalations and fixes (6)

2011-03-11  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [f5f7b4ef39034094546c176b884601fbc40dfcd6]

        Transalations (5)

2011-03-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [db993edbdc3743860c42fa5aef11f1fd207d7cb1]

        fix graphite build on Linux 64-bit

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [808aa04237278df4e9e09457b3298f40bd36ca89]

        WaE: variables set but unused

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [67f4ae5d67ac379cfcd061f8e41b949202bac4dd]

        WaE: signed unsigned comparisions

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [0550c3df0574ad2715f5470ee0e9c4f798e0ca8b]

        WaE: ambiguous && ||

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [64c58dfa9fcf0e1a3ba53ebbd73af9025cf56f0f]

        fix aix patch

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [6f55f7a42435947fdf82ae22ecb5a21ae9c71a64]

        WaE: fix member init order list

2011-03-11  Jan Holesovsky  <kendy@suse.cz>  [dcd3e3e493c68bf27f3cae1a8ab66628becba3b0]

        Merge commit 'ooo/DEV300_m101' into intm101
        
        Conflicts:
        	default_images/res/commandimagelist/lch_showannotations.png
        	default_images/shared/spinner-16-06.png
        	default_images/svx/res/cropmarkersACC.png
        	default_images/svx/res/markersACC.png
        	default_images/svx/source/svdraw/cropmarkersACC.png
        	default_images/svx/source/svdraw/markersACC.png
        	default_images/toolkit/source/awt/spinner03-32-hc_01.png
        	default_images/toolkit/source/awt/spinner03-32-hc_02.png
        	default_images/toolkit/source/awt/spinner03-32-hc_03.png
        	default_images/toolkit/source/awt/spinner03-32-hc_04.png
        	default_images/toolkit/source/awt/spinner03-32-hc_05.png
        	default_images/toolkit/source/awt/spinner03-32-hc_06.png
        	default_images/toolkit/source/awt/spinner03-32-hc_07.png
        	default_images/toolkit/source/awt/spinner03-32-hc_08.png
        	default_images/toolkit/source/awt/spinner03-32-hc_09.png
        	default_images/toolkit/source/awt/spinner03-32-hc_10.png
        	default_images/toolkit/source/awt/spinner03-32-hc_11.png
        	default_images/toolkit/source/awt/spinner03-32-hc_12.png
        	default_images/toolkit/tk/spinner03-32-hc_01.png
        	default_images/toolkit/tk/spinner03-32-hc_02.png
        	default_images/toolkit/tk/spinner03-32-hc_03.png
        	default_images/toolkit/tk/spinner03-32-hc_04.png
        	default_images/toolkit/tk/spinner03-32-hc_05.png
        	default_images/toolkit/tk/spinner03-32-hc_06.png
        	default_images/toolkit/tk/spinner03-32-hc_07.png
        	default_images/toolkit/tk/spinner03-32-hc_08.png
        	default_images/toolkit/tk/spinner03-32-hc_09.png
        	default_images/toolkit/tk/spinner03-32-hc_10.png
        	default_images/toolkit/tk/spinner03-32-hc_11.png
        	default_images/toolkit/tk/spinner03-32-hc_12.png
        	ooo_custom_images/oxygen/svx/source/svdraw/cropmarkersACC.png
        	ooo_custom_images/oxygen/svx/source/svdraw/markersACC.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_01.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_02.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_03.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_04.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_05.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_06.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_07.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_08.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_09.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_10.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_11.png
        	ooo_custom_images/oxygen/toolkit/source/awt/spinner03-32-hc_12.png

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [ab6aeefe786302cb209436f150c0cb463efb99e4]

        add -fpermissive for yucky narrowing

2011-03-11  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d09682885106abdd7173656b9aeb8a945caafb06]

        db34c: #i108415# check if column exists

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [23c0d84c93ea67865e4c3db9f03989bd43e1aace]

        apply cleanly

2011-03-11  Caolán McNamara  <caolanm@redhat.com>  [4c4f86df0cb7afbdb1257045087c686495b033c1]

        restore build of build patch that seem to still make sense

2011-03-11  Martin Hosken  <martin_hosken@sil.org>  [1745f16c63d6f4b03523f08591262a3db70fec5c]

        Fix spacing in patch

2011-03-11  Martin Hosken  <martin_hosken@sil.org>  [32e501df2d90f64d2f29f00d4be8528c9a39a07b]

        Add missing scripts from ICU list. Make math and symbols weak

2011-03-10  Kohei Yoshida  <kyoshida@novell.com>  [12343c15568dcc2c9209d8ca41fda2263122448f]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101

2011-03-10  Thorsten Behrens  <tbehrens@novell.com>  [7769f9dbd4613a147a60d76e2df9fedd0f11289f]

        Revert "try to get it working"
        
        This reverts commit 7bcc608e98cd2300bf7fcfeb8ca6fbd8f5fd69a0.
        
        Since it was working just fine before, no point in fixing unit tests
        by disabling them.

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [5f7b3ed60471288983fc65194aafffdc32e6bd5c]

        random character added by translation

2011-03-10  Nicolas Christener  <nc@adfinis.com>  [ba13b3beee786b88f6e3ea5a94df44304a2372b2]

        translate german comments in /sc/inc

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [db54b681c729e0cc5ac75bd7ce9422fb64c585f8]

        USCRIPT_INVALID_CODE is -1 so take signed here

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [1fab2dcba67cb3e787f53f21332239764f131774]

        use SAL_N_ELEMENTS

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [f7fd9e6613625c046e779426861548502def948a]

        unused UBlock2Script struct definition

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [ca5da2996723c324ca9d5c3821543fd4a0ac2f08]

        unused global table

2011-03-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [69c9005e8cf0d982b79bfa793dc9cee672b223ba]

        Revert "A lame fix for the rebuilding of external libraries"
        
        This reverts commit f9bfd5e53bf4b962b8a8d15255edb1cd35660e88.

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [2c123e6ca2230c40a5000c02142253b58035be0d]

        Related: rhbz#680460 reorganize this to make it inheritable

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [bfed828ef478168744d87e327d0211c0fd4104d8]

        add cairo_ft_font_face_create_for_pattern wrapper

2011-03-10  Thorsten Behrens  <tbehrens@novell.com>  [b7d4b924bf6e8ab01e3b7ad8d5faf20bf8ec53de]

        Revert comphelper unit test noadditional change (gr2)
        
        This reverts commit b5984e292401e87f68343e1bf8a565b622c3b4b7.
        
        Commit broke all tinderboxen.

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [4b5c8f4826173578d6d088eab01b9816546785d3]

        Fix leak, we own these pointers, so release them.

2011-03-10  Niklas Nebel  <nn@openoffice.org>  [4a1cf1e979464240953beb9550b4c46e591f92ba]

        calc66: #i117315# round-down single row height values in GetScaledRowHeight

2011-03-10  Niklas Nebel  <nn@openoffice.org>  [de8ad25e0efc05f6ebc083349fc53f99563de6bd]

        calc66: #o11817313# disable automatic line breaks only for 'General' number format

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [450621f6ccb76465d69855d245c94215ba919b98]

        remove cmake dependency from graphite

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [3cc5f8a12ea11808c34f47864b94d7dbda67fb3f]

        try to get it working

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [f6d2421bb7ddec968d33b25cfda3b24cefa935a6]

        graphite2 consolidated patch

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [c76f0e6fce6ade5826fa4f639e5ef9d7ff4165a8]

        enable fontcapabilities under windows

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [0e0072d4f89dc6e19f05c27294f032ba07a63186]

        Do SMP properly for ICU. No bug thankfully

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [52934a63ff91754fb3f75d4a34ee0867920ed819]

        Work around ICU bug regarding SMP ranges not working, so expand them

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [8e1679399097ad30091decd6eff000adc01f8e7e]

        Attempt to fix winlayout memory leak

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [d83e115bae521fcf193978496d62dbc677a1d6ef]

        break graphemes on new uax#29 updates, use ICU for script identification

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [24dca3d2ea9582d3d48ecee55a943d1e41af902f]

        Use statically built graphite library

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [3a4875535a6aa73c5e440e84f9b86fc9c327ba95]

        revert bad patch in graphite consolidated patch

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [df3c7e76cca60d246277731d0c525d5f7e6f6597]

        graphite2 consolidated patch

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [1f5b215e2ad6e957981c31a3c94bae3e31427543]

        reduce patch to remove need to match on trailing space that git strips

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [e4781b57c033771ebadb0725ddd4faebfb3799c3]

        fix icu patch

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [a7fe7cb634a50a396a24306f1258b1ed650dedff]

        Fix memory leaks in vectors

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [945c9208f1b9434e92f95a8412f4fa643aacfdcd]

        Upgrade to ICU 4.6

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [d9acb375a875936e1c4f75b08cde9a8cc763e7e5]

        Remove cmake dependency. Statically create graphite library

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [9dfa2babe6b876fc81b59a4ef44c23c307a7d89c]

        graphite2 consolidated patch

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [4140a3a324a6746308bbafe352abba061edfa726]

        graphite statically linked if non system, move ICU to go-oo

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [f4a5286839d3ff9ddc0165b756e11e3d6201a732]

        graphite2 consolidated patch

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [ecf0432588b9150fa7b912c53d8efb1deaa4dc33]

        graphite statically linked if non system, move ICU to go-oo

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [84e65e2613ca5e80e0834347f455328efa61b6a3]

        graphite2 consolidated patch

2011-03-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce6ad9d9088f270a15875f93f896482a5162b010]

        A lame fix for the rebuilding of external libraries

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [fb298513baadde4346145003c6983adea4ca8c0f]

        graphite statically linked if non system, move ICU to go-oo

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [5381fab1573872132cada4feea2855bb8303dbef]

        only one icu

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [2d3e6d5ab3b46167bf5ab43302a64df1d6e30415]

        Tidy up for graphite2, removing silgraphite

2011-03-10  Martin Hosken  <martin_hosken@sil.org>  [e87464af6add6bfbe0b0c4d3780557b035411487]

        graphite2 consolidated patch

2011-03-10  Radek Doulik  <rodo@novell.com>  [e2c95099c8946ab051de02c28d98d18b2c3037e7]

        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  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [23facc76055a278f81acdfe5942965dc50f50e25]

        Translations (4).

2011-03-10  Muthu Subramanian K  <sumuthu@novell.com>  [2c476a7ee805aa7875097e6992d0c7484ff8e33b]

        Typo fixes.

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [4bfd1a2bcd89a946ee53b0eae6246375dead6e4f]

        fix leaks on bad ttf files

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [104eb57512d68998e2e7b9073290f74bd305434a]

        remove memleak

2011-03-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [dcd5dee88e3c1185638b190553bef65c2ef6566f]

        Translations and typo fixes (3).

2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [da4071958ce368e1798987e665e442b9ab2c7c69]

        vcl120: #i114306# tweak defaultprinter behavior again

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [91c4ed9f33f5008e740ca14887b041e39bc71064]

        remove FtFontFile leaks

2011-03-10  ka  <kai.ahrens@oracle.com>  [7d2a0ad5c3c5a5f94cbfcf19e50d93bfc8fba68b]

        rsvglibs: merged more external lib changes (libcroco etc.)

2011-03-10  Eike Rathke [er]  <eike.rathke@oracle.com>  [575410a61ef6ab586484bf29bf9af28c7b65e67a]

        dr78: merge

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [3222a76e29bf85630ca30a24cf2c2399cc159354]

        release fonts on shutdown

2011-03-10  Eike Rathke [er]  <eike.rathke@oracle.com>  [8575dc4a545812b80c20d01c3c3e35f1eb9f2123]

        dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH and CSCH. As CWS dr78 didn't make it before translation freeze, string changes would pollute translation data. The core feature is still available, documents containing the functions can be loaded and saved, but the UI function names are non-translatable English names and function wizard resource is not available. TODO: undo this change for the next release.

2011-03-10  Eike Rathke [er]  <eike.rathke@oracle.com>  [5652ca8a2a7d0a49a73de82661ff68e0cbdc8370]

        dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH and CSCH. As CWS dr78 didn't make it before translation freeze, string changes would pollute translation data. The core feature is still available, documents containing the functions can be loaded and saved, but the UI function names are non-translatable English names and function wizard resource is not available. TODO: undo this change for the next release.

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [1c10e8e4b77f4583f763083145e70179c36d7774]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [73f23c62cba75c7238377f57c4596a20867ef2cb]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [ca77c69321dcf7ef2238011c6b82d5167a748916]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [cd57e5bb1dfb066a169ded248315b26d933b3156]

        increase number of callstacks recorded

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [27ef3ca46b4a2cf3963a5bc012b9d8278653c8ac]

        dba34d: remove unnescessary casts

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [a8b68a6b9d60ce4f11d82a6f4932b9587289d969]

        dba34d: automatic code corrections

2011-03-10  Ocke Janssen  <oj@openoffice.org>  [0840df75dec4a7c04da12cdbfa291fc5caeb19cf]

        dba34d: #i116509# check if first and previous work

2011-03-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [847b372451211d4e03c7f007c5e1149d70039648]

        Translation and typos (2).

2011-03-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b7f2542845387b1942f6cd4a592d85805416bdbb]

        masterfix DEV300: #i10000# fixed configure

2011-03-10  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [b043148959abfef842554690ee029ec686917beb]

        Translations and typo fixes.

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [2da5ca41fa8d029ee4c7446d27eeb57291e2b792]

        throw out some warnings

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [f1595f82f02886500fc8311c03b167782bf7ce84]

        WaE: mark this dir as warnings free

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [75cf2062b28fc078341c26c21c07a845134cb7d3]

        WaE: mark this dir as warnings free

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7ac57e56a25cb5ff3236553260987dc4894aa452]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [32ea457a461d590a4303a15fe3ecd31d573aad9c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [8b3a020a6e9ca669240c64da78b90e3a7681fbf0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [83f3c80f775f5185bc3ceee994c6cea2bfa57674]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [de48c17d49b9713e12897dc217a1684a39bea483]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [6131743ed1bb1af2e3a694efa1ca2b3e5a52d490]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [5de9d4352d9d6a220bd84c5cd784667d17ab811b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-03-10  Ingo Schmidt  <is@openoffice.org>  [5d1fcc6735986e1d7490b01031c1945ac8fefbd2]

        native367: #o11840947# preparing OOO 3.4

2011-03-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [c38ac7124a3a0f55b155569b8574f1ba4dc734ab]

        dba34c: release param

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [d9cd5a64cd16e4243fc7443fb5ebb974c2744a21]

        simplify this a bit

2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ec8dc8ad7277e98ef5c9be145aa9598c7f58e157]

        vcl120: rebase to DEV300m102

2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0a5c08ba021abe43f24ff89e3007048802834022]

        vcl120: rebase to DEV300m102

2011-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5170c9fde2c11102bed5eb638b5c5b0a0a8b4c07]

        vcl120: rebase to DEV300m102

2011-03-10  Caolán McNamara  <caolanm@redhat.com>  [984b7fdc6b364565f11c9354e767e34369d2dd2d]

        unroll this to help out simple minded compiler

2011-03-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [301ab5c7e0609a0bd04ebfa89b6aca231a9108db]

        fix mis-merge in binfilter

2011-03-10  Nigel Hawkins  <n.hawkins@gmx.com>  [1f20eab7da287875730ecb76815a80fe43f07c50]

        Fix build breakage inside DBG_ASSERTs

2011-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [34a046f346d564aacb43f08a6b49e4703990315c]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101':
          impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows
          impress202: #i35600# fixed some shape outlines (flower shape)
          impress202: #i35600# fixed heart + puzzle shape..
        
        Conflicts:
        	extras/source/palettes/standard.soc

2011-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [256f6ca67d03b875e8e6a355a6cf5130ea7404a3]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (76 commits)
          masterfix DEV300: #i10000# usage of L10N build_type
          removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
          hr75: #i116747#: remove obsolete copyright notices
          gnumake3: remove comphelper version; fix including extract.hxx
          removetooltypes01: #i112600# Replace missing tools types replacement
          removetooltypes01: #i112600# remove tooltypes from reportdesign
          removetooltypes01: #i112600# remove tooltypes from dbaccess
          undoapi: don't use deprecated JUnit API, this seems to fail now (but didn't before the rebase)
          undoapi: those two classes do not belong into JAVATESTFILES, but JAVAFILES only
          undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT
          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
          dba34b: #109956# notify column value in correct order
          dba34b: #i114309# set default values for bit boolean and reset when we are on the insertrow
          undoapi: assert unknown slots in ImplInvalidateFeature
          dba34b: #i110907# check if design handle event
          dba34b: #i109956# notify column values when row is refreshed
          dba34b: #i115753# add test again
          undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ...
          undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller
          undoapi: split OSingleDocumentController into DBSubComponentController (which the report design's controller will be derived from) and the still-so-named OSingleDocumentController. Module reportdesign does not compile with this change, this is yet to come.
          ...
        
        Conflicts:
        	dbaccess/inc/IEnvironment.hxx
        	dbaccess/inc/dataview.hxx
        	dbaccess/qa/complex/dbaccess/RowSet.java
        	dbaccess/source/core/api/CacheSet.cxx
        	dbaccess/source/core/api/KeySet.hxx
        	dbaccess/source/core/api/OptimisticSet.hxx
        	dbaccess/source/core/api/RowSet.cxx
        	dbaccess/source/core/api/RowSetCache.cxx
        	dbaccess/source/ext/adabas/Acomponentmodule.cxx
        	dbaccess/source/ext/adabas/Aservices.cxx
        	dbaccess/source/filter/migration/cfgimport.cxx
        	dbaccess/source/filter/migration/cfgimport.hxx
        	dbaccess/source/filter/migration/cfgservices.cxx
        	dbaccess/source/filter/migration/makefile.mk
        	dbaccess/source/inc/cfg_reghelper.hxx
        	dbaccess/source/sdbtools/misc/sdbt_services.cxx
        	dbaccess/source/shared/cfg_reghelper.cxx
        	dbaccess/source/shared/cfgstrings.cxx
        	dbaccess/source/shared/registrationhelper.cxx
        	dbaccess/source/ui/app/AppController.cxx
        	dbaccess/source/ui/app/AppDetailPageHelper.cxx
        	dbaccess/source/ui/app/AppDetailPageHelper.hxx
        	dbaccess/source/ui/app/AppDetailView.cxx
        	dbaccess/source/ui/app/AppIconControl.cxx
        	dbaccess/source/ui/app/AppSwapWindow.cxx
        	dbaccess/source/ui/browser/brwctrlr.cxx
        	dbaccess/source/ui/browser/dataview.cxx
        	dbaccess/source/ui/browser/unodatbr.cxx
        	dbaccess/source/ui/control/dbtreelistbox.cxx
        	dbaccess/source/ui/control/opendoccontrols.cxx
        	dbaccess/source/ui/control/tabletree.cxx
        	dbaccess/source/ui/dlg/ConnectionHelper.cxx
        	dbaccess/source/ui/dlg/ConnectionPage.src
        	dbaccess/source/ui/dlg/ExtensionNotPresent.cxx
        	dbaccess/source/ui/dlg/ExtensionNotPresent.hrc
        	dbaccess/source/ui/dlg/ExtensionNotPresent.src
        	dbaccess/source/ui/dlg/TablesSingleDlg.cxx
        	dbaccess/source/ui/dlg/adodatalinks.hxx
        	dbaccess/source/ui/dlg/dbadmin2.src
        	dbaccess/source/ui/dlg/dbadminsetup.src
        	dbaccess/source/ui/dlg/dlgattr.cxx
        	dbaccess/source/ui/dlg/dlgsize.src
        	dbaccess/source/ui/dlg/makefile.mk
        	dbaccess/source/ui/dlg/sqlmessage.cxx
        	dbaccess/source/ui/inc/ExtensionNotPresent.hxx
        	dbaccess/source/ui/inc/TokenWriter.hxx
        	dbaccess/source/ui/inc/imageprovider.hxx
        	dbaccess/source/ui/misc/DExport.cxx
        	dbaccess/source/ui/misc/HtmlReader.cxx
        	dbaccess/source/ui/misc/RowSetDrop.cxx
        	dbaccess/source/ui/misc/RtfReader.cxx
        	dbaccess/source/ui/misc/TokenWriter.cxx
        	dbaccess/source/ui/misc/imageprovider.cxx
        	dbaccess/source/ui/misc/linkeddocuments.cxx
        	dbaccess/source/ui/misc/singledoccontroller.cxx
        	dbaccess/source/ui/querydesign/ConnectionData.hxx
        	dbaccess/source/ui/querydesign/JoinTableView.cxx
        	dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
        	dbaccess/source/ui/querydesign/TableConnectionData.cxx
        	dbaccess/source/ui/querydesign/TableWindowListBox.cxx
        	dbaccess/source/ui/relationdesign/RelationController.cxx
        	dbaccess/source/ui/relationdesign/RelationTableView.cxx
        	dbaccess/source/ui/tabledesign/table.src
        	reportdesign/inc/RptPage.hxx
        	reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
        	reportdesign/source/core/api/ReportDefinition.cxx
        	reportdesign/source/core/sdr/ReportUndoFactory.cxx
        	reportdesign/source/core/sdr/UndoEnv.cxx
        	reportdesign/source/filter/xml/xmlservices.cxx
        	reportdesign/source/ui/dlg/GroupsSorting.cxx
        	reportdesign/source/ui/dlg/Navigator.cxx
        	reportdesign/source/ui/inspection/metadata.cxx
        	reportdesign/source/ui/misc/RptUndo.cxx
        	reportdesign/source/ui/misc/UITools.cxx
        	reportdesign/source/ui/misc/rptuiservices.cxx
        	reportdesign/source/ui/report/DesignView.cxx
        	reportdesign/source/ui/report/FixedTextColor.cxx
        	reportdesign/source/ui/report/ReportController.cxx
        	reportdesign/source/ui/report/ReportSection.cxx
        	reportdesign/source/ui/report/SectionView.cxx
        	reportdesign/source/ui/report/SectionWindow.cxx
        	reportdesign/source/ui/report/StartMarker.cxx
        	reportdesign/source/ui/report/ViewsWindow.cxx
        	reportdesign/source/ui/report/dlgedfunc.cxx
        	reportdesign/source/ui/report/report.src

2011-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [f673d89a6a4f6b2d3d519ab17a57b299cb6be1ad]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (252 commits)
          masterfix DEV300: #i10000# usage of L10N build_type
          ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300
          DEV300 masterfix: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)
          hr75: #i116747#: remove obsolete copyright notices
          hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)
          #i10000# WAE: cast to right type
          gnumake3: remove comphelper version; fix including extract.hxx
          chart52: #i28670# import/export of manual chart legend size from/to XLS
          chart52: #i28670# import of manual chart legend size from OOXML
          chart52: adapt to changed API
          removetooltypes: adjust rebase for linux
          removetooltypes01: #i112600# adjust rebase for windows
          removetooltypes01: #i112600# Fix build problems on non-pro
          CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place
          added some accessible names and releations in PDFImport dialog and XML Settings dialog
          masterfix: #i10000# header file removed
          XPathLogger.cxx: added include for <stdio.h>
          masterfix: #i10000#: WAE fix
          removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff
          removetooltypes01: #i112600# remove tooltypes from writerfilter
          ...
        
        Conflicts:
        	binfilter/bf_basic/source/classes/sbunoobj.cxx
        	binfilter/bf_basic/source/inc/buffer.hxx
        	binfilter/bf_basic/source/inc/filefmt.hxx
        	binfilter/bf_basic/source/runtime/basrdll.cxx
        	binfilter/bf_basic/source/sbx/sbxdec.hxx
        	binfilter/bf_basic/source/sbx/sbxres.hxx
        	binfilter/bf_forms/source/component/DatabaseForm.hxx
        	binfilter/bf_forms/source/component/forms_CheckBox.cxx
        	binfilter/bf_forms/source/component/forms_ComboBox.cxx
        	binfilter/bf_forms/source/component/forms_Currency.cxx
        	binfilter/bf_forms/source/component/forms_Date.cxx
        	binfilter/bf_forms/source/component/forms_Edit.cxx
        	binfilter/bf_forms/source/component/forms_File.cxx
        	binfilter/bf_forms/source/component/forms_Filter.cxx
        	binfilter/bf_forms/source/component/forms_FormComponent.cxx
        	binfilter/bf_forms/source/component/forms_FormattedField.cxx
        	binfilter/bf_forms/source/component/forms_GroupManager.cxx
        	binfilter/bf_forms/source/component/forms_Hidden.cxx
        	binfilter/bf_forms/source/component/forms_ImageControl.cxx
        	binfilter/bf_forms/source/component/forms_ListBox.cxx
        	binfilter/bf_forms/source/component/forms_Numeric.cxx
        	binfilter/bf_forms/source/component/forms_Pattern.cxx
        	binfilter/bf_forms/source/component/forms_RadioButton.cxx
        	binfilter/bf_forms/source/component/forms_Time.cxx
        	binfilter/bf_forms/source/misc/forms_formsmodule.cxx
        	binfilter/bf_forms/source/misc/forms_services.cxx
        	binfilter/bf_forms/source/resource/forms_frm_resource.cxx
        	binfilter/bf_sc/source/core/inc/ansitab.hxx
        	binfilter/bf_sc/source/core/tool/sc_compiler.cxx
        	binfilter/bf_sc/source/ui/docshell/sc_docsh.cxx
        	binfilter/bf_sc/source/ui/inc/dbdocfun.hxx
        	binfilter/bf_sc/source/ui/inc/drawutil.hxx
        	binfilter/bf_sc/source/ui/inc/dwfunctr.hxx
        	binfilter/bf_sc/source/ui/inc/editable.hxx
        	binfilter/bf_sc/source/ui/inc/gridmerg.hxx
        	binfilter/bf_sc/source/ui/inc/imoptdlg.hxx
        	binfilter/bf_sc/source/ui/inc/namecrea.hxx
        	binfilter/bf_sc/source/ui/inc/navsett.hxx
        	binfilter/bf_sc/source/ui/inc/refundo.hxx
        	binfilter/bf_sc/source/ui/inc/undoolk.hxx
        	binfilter/bf_sc/source/ui/inc/viewutil.hxx
        	binfilter/bf_sc/source/ui/unoobj/sc_appluno.cxx
        	binfilter/bf_sch/source/ui/app/sch_menu.src
        	binfilter/bf_sch/source/ui/inc/globopt.hxx
        	binfilter/bf_sch/source/ui/inc/guiutil.hxx
        	binfilter/bf_sch/source/ui/unoidl/sch_register.cxx
        	binfilter/bf_sd/source/filter/bin/sd_sdbinfilter.cxx
        	binfilter/bf_sd/source/filter/propread.hxx
        	binfilter/bf_sd/source/filter/xml/sd_sdxmlwrp.cxx
        	binfilter/bf_sd/source/ui/inc/unokywds.hxx
        	binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx
        	binfilter/bf_sfx2/source/appl/sfx2_appmain.cxx
        	binfilter/bf_sfx2/source/appl/sfx2_appuno.cxx
        	binfilter/bf_sfx2/source/doc/sfx2_objserv.cxx
        	binfilter/bf_sfx2/source/inc/fltoptint.hxx
        	binfilter/bf_sfx2/source/inc/sfxtypes.hxx
        	binfilter/bf_so3/inc/binddata.hxx
        	binfilter/bf_so3/source/inplace/client.cxx
        	binfilter/bf_so3/source/ole/socont.h
        	binfilter/bf_so3/source/persist/binddata.cxx
        	binfilter/bf_so3/source/persist/transbnd.cxx
        	binfilter/bf_so3/source/persist/transprt.cxx
        	binfilter/bf_starmath/source/starmath_register.cxx
        	binfilter/bf_svtools/source/config/svt_menuoptions.cxx
        	binfilter/bf_svtools/source/config/svt_saveopt.cxx
        	binfilter/bf_svtools/source/config/svt_searchopt.cxx
        	binfilter/bf_svtools/source/filter.vcl/igif/decode.hxx
        	binfilter/bf_svtools/source/items1/svt_cenumitm.cxx
        	binfilter/bf_svtools/source/items1/svt_poolio.cxx
        	binfilter/bf_svtools/source/misc/svt_ehdl.cxx
        	binfilter/bf_svtools/source/misc1/svt_adrparse.cxx
        	binfilter/bf_svtools/source/misc1/svt_inethist.cxx
        	binfilter/bf_svtools/source/numbers/numfmuno.hxx
        	binfilter/bf_svtools/source/numbers/numhead.hxx
        	binfilter/bf_svtools/source/numbers/svt_numfmuno.cxx
        	binfilter/bf_svtools/source/numbers/svt_numuno.cxx
        	binfilter/bf_svtools/source/numbers/zforscan.hxx
        	binfilter/bf_svtools/source/svdde/ddeimp.hxx
        	binfilter/bf_svtools/source/uno/svt_registerservices.cxx
        	binfilter/bf_svx/source/editeng/svx_editattr.cxx
        	binfilter/bf_svx/source/inc/dbtoolsclient.hxx
        	binfilter/bf_svx/source/items/svx_paperinf.cxx
        	binfilter/bf_svx/source/outliner/paralist.hxx
        	binfilter/bf_svx/source/svdraw/svdtxhdl.hxx
        	binfilter/bf_svx/source/svdraw/svx_svdattr.cxx
        	binfilter/bf_svx/source/unodraw/svx_unoctabl.cxx
        	binfilter/bf_svx/source/unodraw/svx_unoprov.cxx
        	binfilter/bf_svx/source/xoutdev/svx_xfontmac.cxx
        	binfilter/bf_sw/source/core/bastyp/sw_index.cxx
        	binfilter/bf_sw/source/core/except/sw_errhdl.cxx
        	binfilter/bf_sw/source/core/inc/docfld.hxx
        	binfilter/bf_sw/source/core/inc/flowfrm.hxx
        	binfilter/bf_sw/source/core/inc/frame.hxx
        	binfilter/bf_sw/source/core/inc/hffrm.hxx
        	binfilter/bf_sw/source/core/inc/notxtfrm.hxx
        	binfilter/bf_sw/source/core/inc/pamtyp.hxx
        	binfilter/bf_sw/source/core/inc/rowfrm.hxx
        	binfilter/bf_sw/source/core/inc/sectfrm.hxx
        	binfilter/bf_sw/source/core/inc/splargs.hxx
        	binfilter/bf_sw/source/core/inc/splcstk.hxx
        	binfilter/bf_sw/source/core/inc/swblocks.hxx
        	binfilter/bf_sw/source/core/inc/tabfrm.hxx
        	binfilter/bf_sw/source/core/inc/toxhlp.hxx
        	binfilter/bf_sw/source/core/inc/txmsrt.hxx
        	binfilter/bf_sw/source/core/inc/txtfrm.hxx
        	binfilter/bf_sw/source/core/layout/virtoutp.hxx
        	binfilter/bf_sw/source/core/sw3io/crypter.hxx
        	binfilter/bf_sw/source/core/sw3io/sw3imp.hxx
        	binfilter/bf_sw/source/core/sw3io/sw3marks.hxx
        	binfilter/bf_sw/source/core/sw3io/sw_sw3imp.cxx
        	binfilter/bf_sw/source/core/sw3io/sw_sw3io.cxx
        	binfilter/bf_sw/source/core/swg/rdswg.hxx
        	binfilter/bf_sw/source/core/swg/swgids.hxx
        	binfilter/bf_sw/source/core/text/guess.hxx
        	binfilter/bf_sw/source/core/text/itratr.hxx
        	binfilter/bf_sw/source/core/unocore/sw_unoobj.cxx
        	binfilter/bf_sw/source/core/unocore/sw_unoobj2.cxx
        	binfilter/bf_sw/source/filter/basflt/sw_fltini.cxx
        	binfilter/bf_sw/source/filter/excel/excfntbf.hxx
        	binfilter/bf_sw/source/filter/excel/excvfbff.hxx
        	binfilter/bf_sw/source/filter/excel/excxfbuf.hxx
        	binfilter/bf_sw/source/filter/inc/fltglbls.hxx
        	binfilter/bf_sw/source/filter/inc/fltini.hxx
        	binfilter/bf_sw/source/filter/inc/w4wflt.hxx
        	binfilter/bf_sw/source/filter/inc/w4wpar.hxx
        	binfilter/bf_sw/source/filter/inc/w4wstk.hxx
        	binfilter/bf_sw/source/filter/inc/wrt_fn.hxx
        	binfilter/bf_sw/source/filter/inc/wrtswtbl.hxx
        	binfilter/bf_sw/source/filter/w4w/w4wgraf.hxx
        	binfilter/bf_sw/source/filter/w4w/wrtw4w.hxx
        	binfilter/bf_sw/source/filter/xml/sw_swxml.cxx
        	binfilter/bf_sw/source/filter/xml/sw_xmliteme.cxx
        	binfilter/bf_sw/source/filter/xml/xmlexpit.hxx
        	binfilter/bf_sw/source/filter/xml/xmlimpit.hxx
        	binfilter/bf_sw/source/filter/xml/xmlitem.hxx
        	binfilter/bf_sw/source/filter/xml/xmltbli.hxx
        	binfilter/bf_sw/source/ui/app/sw_docsh.cxx
        	binfilter/bf_sw/source/ui/app/sw_docshini.cxx
        	binfilter/bf_sw/source/ui/dbui/sw_dbmgr.cxx
        	binfilter/bf_sw/source/ui/inc/bmpwin.hxx
        	binfilter/bf_sw/source/ui/inc/caption.hxx
        	binfilter/bf_sw/source/ui/inc/docinf.hxx
        	binfilter/bf_sw/source/ui/inc/fontcfg.hxx
        	binfilter/bf_sw/source/ui/inc/formedt.hxx
        	binfilter/bf_sw/source/ui/inc/hdftctrl.hxx
        	binfilter/bf_sw/source/ui/inc/idxmrk.hxx
        	binfilter/bf_sw/source/ui/inc/initui.hxx
        	binfilter/bf_sw/source/ui/inc/modcfg.hxx
        	binfilter/bf_sw/source/ui/inc/pview.hxx
        	binfilter/bf_sw/source/ui/inc/scroll.hxx
        	binfilter/bf_sw/source/ui/inc/swcont.hxx
        	binfilter/bf_sw/source/ui/inc/uitool.hxx
        	binfilter/bf_sw/source/ui/inc/unotxvw.hxx
        	binfilter/bf_sw/source/ui/inc/usrpref.hxx
        	binfilter/bf_sw/source/ui/inc/workctrl.hxx
        	binfilter/bf_sw/source/ui/inc/wrtsh.hxx
        	binfilter/bf_sw/source/ui/uno/sw_unofreg.cxx
        	binfilter/bf_xmloff/source/core/xmloff_facreg.cxx
        	binfilter/bf_xmloff/source/core/xmloff_xmluconv.cxx
        	binfilter/bf_xmloff/source/forms/xmloff_elementexport.cxx
        	binfilter/bf_xmloff/source/forms/xmloff_formenums.cxx
        	binfilter/bf_xmloff/source/forms/xmloff_layerimport.cxx
        	binfilter/bf_xmloff/source/style/xmloff_EnumPropertyHdl.cxx
        	binfilter/bf_xmloff/source/style/xmloff_adjushdl.cxx
        	binfilter/bf_xmloff/source/style/xmloff_weighhdl.cxx
        	binfilter/bf_xmloff/source/text/xmloff_txtimp.cxx
        	binfilter/binfilterdetect/source/bindetect.cxx
        	binfilter/filter/source/bf_migrate/bf_migrateexports.cxx
        	binfilter/filter/source/bf_migrate/bf_migratefilter.cxx
        	binfilter/filter/source/bf_migrate/bf_migratefilter.hxx
        	binfilter/filter/source/bf_offwrp/bf_wrapper.cxx
        	binfilter/inc/bf_basic/basmgr.hxx
        	binfilter/inc/bf_basic/sbmeth.hxx
        	binfilter/inc/bf_basic/sbstar.hxx
        	binfilter/inc/bf_basic/sbx.hxx
        	binfilter/inc/bf_basic/sbxcore.hxx
        	binfilter/inc/bf_basic/sbxdef.hxx
        	binfilter/inc/bf_basic/sbxfac.hxx
        	binfilter/inc/bf_basic/sbxobj.hxx
        	binfilter/inc/bf_basic/sbxvar.hxx
        	binfilter/inc/bf_goodies/b3dcolor.hxx
        	binfilter/inc/bf_goodies/b3dcompo.hxx
        	binfilter/inc/bf_goodies/b3dentty.hxx
        	binfilter/inc/bf_goodies/b3dgeom.hxx
        	binfilter/inc/bf_goodies/b3dlight.hxx
        	binfilter/inc/bf_goodies/b3dtex.hxx
        	binfilter/inc/bf_goodies/b3dtrans.hxx
        	binfilter/inc/bf_goodies/b3dvolum.hxx
        	binfilter/inc/bf_goodies/base3d.hxx
        	binfilter/inc/bf_goodies/bucket.hxx
        	binfilter/inc/bf_goodies/hmatrix.hxx
        	binfilter/inc/bf_goodies/matril3d.hxx
        	binfilter/inc/bf_goodies/matrix3d.hxx
        	binfilter/inc/bf_goodies/point3d.hxx
        	binfilter/inc/bf_goodies/point4d.hxx
        	binfilter/inc/bf_goodies/vector3d.hxx
        	binfilter/inc/bf_sc/arealink.hxx
        	binfilter/inc/bf_sc/bclist.hxx
        	binfilter/inc/bf_sc/callform.hxx
        	binfilter/inc/bf_sc/cellform.hxx
        	binfilter/inc/bf_sc/chartuno.hxx
        	binfilter/inc/bf_sc/chgviset.hxx
        	binfilter/inc/bf_sc/collect.hxx
        	binfilter/inc/bf_sc/column.hxx
        	binfilter/inc/bf_sc/conditio.hxx
        	binfilter/inc/bf_sc/consoli.hxx
        	binfilter/inc/bf_sc/dbcolect.hxx
        	binfilter/inc/bf_sc/dbdocutl.hxx
        	binfilter/inc/bf_sc/dbtoken.hxx
        	binfilter/inc/bf_sc/detdata.hxx
        	binfilter/inc/bf_sc/detfunc.hxx
        	binfilter/inc/bf_sc/dociter.hxx
        	binfilter/inc/bf_sc/docpool.hxx
        	binfilter/inc/bf_sc/docuno.hxx
        	binfilter/inc/bf_sc/dpobject.hxx
        	binfilter/inc/bf_sc/dpoutput.hxx
        	binfilter/inc/bf_sc/dpsave.hxx
        	binfilter/inc/bf_sc/dpshttab.hxx
        	binfilter/inc/bf_sc/dptabdat.hxx
        	binfilter/inc/bf_sc/dptabres.hxx
        	binfilter/inc/bf_sc/drawpage.hxx
        	binfilter/inc/bf_sc/drwlayer.hxx
        	binfilter/inc/bf_sc/editsrc.hxx
        	binfilter/inc/bf_sc/fielduno.hxx
        	binfilter/inc/bf_sc/filter.hxx
        	binfilter/inc/bf_sc/fmtuno.hxx
        	binfilter/inc/bf_sc/funcuno.hxx
        	binfilter/inc/bf_sc/global.hxx
        	binfilter/inc/bf_sc/hints.hxx
        	binfilter/inc/bf_sc/indexmap.hxx
        	binfilter/inc/bf_sc/inputopt.hxx
        	binfilter/inc/bf_sc/markarr.hxx
        	binfilter/inc/bf_sc/markdata.hxx
        	binfilter/inc/bf_sc/navicfg.hxx
        	binfilter/inc/bf_sc/optutil.hxx
        	binfilter/inc/bf_sc/pagepar.hxx
        	binfilter/inc/bf_sc/printopt.hxx
        	binfilter/inc/bf_sc/prnsave.hxx
        	binfilter/inc/bf_sc/progress.hxx
        	binfilter/inc/bf_sc/rangelst.hxx
        	binfilter/inc/bf_sc/rangenam.hxx
        	binfilter/inc/bf_sc/rangeseq.hxx
        	binfilter/inc/bf_sc/rangeutl.hxx
        	binfilter/inc/bf_sc/rechead.hxx
        	binfilter/inc/bf_sc/refdata.hxx
        	binfilter/inc/bf_sc/refreshtimer.hxx
        	binfilter/inc/bf_sc/scmod.hxx
        	binfilter/inc/bf_sc/shapeuno.hxx
        	binfilter/inc/bf_sc/sortparam.hxx
        	binfilter/inc/bf_sc/stlsheet.hxx
        	binfilter/inc/bf_sc/subtotal.hxx
        	binfilter/inc/bf_sc/table.hxx
        	binfilter/inc/bf_sc/tablink.hxx
        	binfilter/inc/bf_sc/tabopparams.hxx
        	binfilter/inc/bf_sc/textuno.hxx
        	binfilter/inc/bf_sc/unoguard.hxx
        	binfilter/inc/bf_sc/unowids.hxx
        	binfilter/inc/bf_sc/userdat.hxx
        	binfilter/inc/bf_sc/validat.hxx
        	binfilter/inc/bf_sc/viewopti.hxx
        	binfilter/inc/bf_sch/calculat.hxx
        	binfilter/inc/bf_sch/charttyp.hxx
        	binfilter/inc/bf_sch/chaxis.hxx
        	binfilter/inc/bf_sch/chdescr.hxx
        	binfilter/inc/bf_sch/docshell.hxx
        	binfilter/inc/bf_sch/glob.hxx
        	binfilter/inc/bf_sch/globfunc.hxx
        	binfilter/inc/bf_sch/memchrt.hxx
        	binfilter/inc/bf_sch/objfac.hxx
        	binfilter/inc/bf_sch/schgroup.hxx
        	binfilter/inc/bf_sch/stlsheet.hxx
        	binfilter/inc/bf_sd/anminfo.hxx
        	binfilter/inc/bf_sd/docshell.hxx
        	binfilter/inc/bf_sd/drawdoc.hxx
        	binfilter/inc/bf_sd/grdocsh.hxx
        	binfilter/inc/bf_sd/sdattr.hxx
        	binfilter/inc/bf_sfx2/app.hxx
        	binfilter/inc/bf_sfx2/bitset.hxx
        	binfilter/inc/bf_sfx2/docfac.hxx
        	binfilter/inc/bf_sfx2/docfile.hxx
        	binfilter/inc/bf_sfx2/docfilt.hxx
        	binfilter/inc/bf_sfx2/docinf.hxx
        	binfilter/inc/bf_sfx2/doctempl.hxx
        	binfilter/inc/bf_sfx2/event.hxx
        	binfilter/inc/bf_sfx2/fcontnr.hxx
        	binfilter/inc/bf_sfx2/frameobj.hxx
        	binfilter/inc/bf_sfx2/genlink.hxx
        	binfilter/inc/bf_sfx2/interno.hxx
        	binfilter/inc/bf_sfx2/minarray.hxx
        	binfilter/inc/bf_sfx2/minstack.hxx
        	binfilter/inc/bf_sfx2/misccfg.hxx
        	binfilter/inc/bf_sfx2/plugobj.hxx
        	binfilter/inc/bf_sfx2/printer.hxx
        	binfilter/inc/bf_sfx2/saveopt.hxx
        	binfilter/inc/bf_sfx2/sfxuno.hxx
        	binfilter/inc/bf_sfx2/timestamp.hxx
        	binfilter/inc/bf_so3/binding.hxx
        	binfilter/inc/bf_so3/factory.hxx
        	binfilter/inc/bf_so3/ipenv.hxx
        	binfilter/inc/bf_so3/ipwin.hxx
        	binfilter/inc/bf_so3/linkmgr.hxx
        	binfilter/inc/bf_so3/linksrc.hxx
        	binfilter/inc/bf_so3/lnkbase.hxx
        	binfilter/inc/bf_so3/outplace.hxx
        	binfilter/inc/bf_so3/persist.hxx
        	binfilter/inc/bf_so3/protocol.hxx
        	binfilter/inc/bf_so3/pseudo.hxx
        	binfilter/inc/bf_so3/so2dll.hxx
        	binfilter/inc/bf_so3/svstor.hxx
        	binfilter/inc/bf_so3/transbnd.hxx
        	binfilter/inc/bf_so3/transprt.hxx
        	binfilter/inc/bf_starmath/symbol.hxx
        	binfilter/inc/bf_starmath/unomodel.hxx
        	binfilter/inc/bf_starmath/utility.hxx
        	binfilter/inc/bf_starmath/xchar.hxx
        	binfilter/inc/bf_svtools/DocumentInfoPreview.hxx
        	binfilter/inc/bf_svtools/aeitem.hxx
        	binfilter/inc/bf_svtools/apearcfg.hxx
        	binfilter/inc/bf_svtools/bf_prewin.h
        	binfilter/inc/bf_svtools/bintitem.hxx
        	binfilter/inc/bf_svtools/brdcst.hxx
        	binfilter/inc/bf_svtools/broadcast.hxx
        	binfilter/inc/bf_svtools/cancel.hxx
        	binfilter/inc/bf_svtools/cenumitm.hxx
        	binfilter/inc/bf_svtools/cintitem.hxx
        	binfilter/inc/bf_svtools/cntnrsrt.hxx
        	binfilter/inc/bf_svtools/cntwall.hxx
        	binfilter/inc/bf_svtools/cstitem.hxx
        	binfilter/inc/bf_svtools/ctypeitm.hxx
        	binfilter/inc/bf_svtools/custritm.hxx
        	binfilter/inc/bf_svtools/dateitem.hxx
        	binfilter/inc/bf_svtools/defaultoptions.hxx
        	binfilter/inc/bf_svtools/dtritem.hxx
        	binfilter/inc/bf_svtools/eitem.hxx
        	binfilter/inc/bf_svtools/expander.hxx
        	binfilter/inc/bf_svtools/filerec.hxx
        	binfilter/inc/bf_svtools/filter.hxx
        	binfilter/inc/bf_svtools/flagitem.hxx
        	binfilter/inc/bf_svtools/flbytes.hxx
        	binfilter/inc/bf_svtools/fltcall.hxx
        	binfilter/inc/bf_svtools/fltdefs.hxx
        	binfilter/inc/bf_svtools/frqitem.hxx
        	binfilter/inc/bf_svtools/fstathelper.hxx
        	binfilter/inc/bf_svtools/gifread.hxx
        	binfilter/inc/bf_svtools/globalnameitem.hxx
        	binfilter/inc/bf_svtools/hint.hxx
        	binfilter/inc/bf_svtools/htmlout.hxx
        	binfilter/inc/bf_svtools/httpcook.hxx
        	binfilter/inc/bf_svtools/imap.hxx
        	binfilter/inc/bf_svtools/imapcirc.hxx
        	binfilter/inc/bf_svtools/imapobj.hxx
        	binfilter/inc/bf_svtools/imappoly.hxx
        	binfilter/inc/bf_svtools/imaprect.hxx
        	binfilter/inc/bf_svtools/inethist.hxx
        	binfilter/inc/bf_svtools/inidef.hxx
        	binfilter/inc/bf_svtools/intitem.hxx
        	binfilter/inc/bf_svtools/itemiter.hxx
        	binfilter/inc/bf_svtools/itempool.hxx
        	binfilter/inc/bf_svtools/itemset.hxx
        	binfilter/inc/bf_svtools/jpeg.hxx
        	binfilter/inc/bf_svtools/lckbitem.hxx
        	binfilter/inc/bf_svtools/lingucfg.hxx
        	binfilter/inc/bf_svtools/listener.hxx
        	binfilter/inc/bf_svtools/lngmisc.hxx
        	binfilter/inc/bf_svtools/loginerr.hxx
        	binfilter/inc/bf_svtools/lstner.hxx
        	binfilter/inc/bf_svtools/misccfg.hxx
        	binfilter/inc/bf_svtools/nfkeytab.hxx
        	binfilter/inc/bf_svtools/nranges.hxx
        	binfilter/inc/bf_svtools/pngread.hxx
        	binfilter/inc/bf_svtools/poolcach.hxx
        	binfilter/inc/bf_svtools/ptitem.hxx
        	binfilter/inc/bf_svtools/rectitem.hxx
        	binfilter/inc/bf_svtools/reqitem.hxx
        	binfilter/inc/bf_svtools/searchopt.hxx
        	binfilter/inc/bf_svtools/sectctr.hxx
        	binfilter/inc/bf_svtools/section.hxx
        	binfilter/inc/bf_svtools/sgfbram.hxx
        	binfilter/inc/bf_svtools/sgffilt.hxx
        	binfilter/inc/bf_svtools/slstitm.hxx
        	binfilter/inc/bf_svtools/style.hxx
        	binfilter/inc/bf_svtools/svarray.hxx
        	binfilter/inc/bf_svtools/svdde.hxx
        	binfilter/inc/bf_svtools/svicnvw.hxx
        	binfilter/inc/bf_svtools/svimpbox.hxx
        	binfilter/inc/bf_svtools/svimpicn.hxx
        	binfilter/inc/bf_svtools/syslocaleoptions.hxx
        	binfilter/inc/bf_svtools/szitem.hxx
        	binfilter/inc/bf_svtools/testtool.hxx
        	binfilter/inc/bf_svtools/tfrmitem.hxx
        	binfilter/inc/bf_svtools/tresitem.hxx
        	binfilter/inc/bf_svtools/ttprops.hxx
        	binfilter/inc/bf_svtools/undo.hxx
        	binfilter/inc/bf_svtools/whiter.hxx
        	binfilter/inc/bf_svtools/wmf.hxx
        	binfilter/inc/bf_svtools/xbmread.hxx
        	binfilter/inc/bf_svtools/xmlcnimp.hxx
        	binfilter/inc/bf_svtools/xpmread.hxx
        	binfilter/inc/bf_svtools/zforfind.hxx
        	binfilter/inc/bf_svtools/zforlist.hxx
        	binfilter/inc/bf_svtools/zformat.hxx
        	binfilter/inc/bf_svx/boxobj.hxx
        	binfilter/inc/bf_svx/camera3d.hxx
        	binfilter/inc/bf_svx/cube3d.hxx
        	binfilter/inc/bf_svx/def3d.hxx
        	binfilter/inc/bf_svx/deflt3d.hxx
        	binfilter/inc/bf_svx/dlight3d.hxx
        	binfilter/inc/bf_svx/editdata.hxx
        	binfilter/inc/bf_svx/editobj.hxx
        	binfilter/inc/bf_svx/editstat.hxx
        	binfilter/inc/bf_svx/editview.hxx
        	binfilter/inc/bf_svx/extrud3d.hxx
        	binfilter/inc/bf_svx/fmmodel.hxx
        	binfilter/inc/bf_svx/fmpage.hxx
        	binfilter/inc/bf_svx/forbiddencharacterstable.hxx
        	binfilter/inc/bf_svx/gallery.hxx
        	binfilter/inc/bf_svx/grfcrop.hxx
        	binfilter/inc/bf_svx/lathe3d.hxx
        	binfilter/inc/bf_svx/light3d.hxx
        	binfilter/inc/bf_svx/linkmgr.hxx
        	binfilter/inc/bf_svx/obj3d.hxx
        	binfilter/inc/bf_svx/outliner.hxx
        	binfilter/inc/bf_svx/outlobj.hxx
        	binfilter/inc/bf_svx/plight3d.hxx
        	binfilter/inc/bf_svx/pntobj3d.hxx
        	binfilter/inc/bf_svx/poly3d.hxx
        	binfilter/inc/bf_svx/polygn3d.hxx
        	binfilter/inc/bf_svx/polyob3d.hxx
        	binfilter/inc/bf_svx/polysc3d.hxx
        	binfilter/inc/bf_svx/scene3d.hxx
        	binfilter/inc/bf_svx/sdginitm.hxx
        	binfilter/inc/bf_svx/sdooitm.hxx
        	binfilter/inc/bf_svx/sdshitm.hxx
        	binfilter/inc/bf_svx/sdtagitm.hxx
        	binfilter/inc/bf_svx/sdtaiitm.hxx
        	binfilter/inc/bf_svx/sdtcfitm.hxx
        	binfilter/inc/bf_svx/sdynitm.hxx
        	binfilter/inc/bf_svx/sphere3d.hxx
        	binfilter/inc/bf_svx/svdattr.hxx
        	binfilter/inc/bf_svx/svddrag.hxx
        	binfilter/inc/bf_svx/svdetc.hxx
        	binfilter/inc/bf_svx/svdhdl.hxx
        	binfilter/inc/bf_svx/svdhlpln.hxx
        	binfilter/inc/bf_svx/svdio.hxx
        	binfilter/inc/bf_svx/svditer.hxx
        	binfilter/inc/bf_svx/svdlayer.hxx
        	binfilter/inc/bf_svx/svdmark.hxx
        	binfilter/inc/bf_svx/svdmodel.hxx
        	binfilter/inc/bf_svx/svdmrkv.hxx
        	binfilter/inc/bf_svx/svdoattr.hxx
        	binfilter/inc/bf_svx/svdocapt.hxx
        	binfilter/inc/bf_svx/svdocirc.hxx
        	binfilter/inc/bf_svx/svdoedge.hxx
        	binfilter/inc/bf_svx/svdograf.hxx
        	binfilter/inc/bf_svx/svdogrp.hxx
        	binfilter/inc/bf_svx/svdomeas.hxx
        	binfilter/inc/bf_svx/svdoole2.hxx
        	binfilter/inc/bf_svx/svdopage.hxx
        	binfilter/inc/bf_svx/svdopath.hxx
        	binfilter/inc/bf_svx/svdorect.hxx
        	binfilter/inc/bf_svx/svdosmbr.hxx
        	binfilter/inc/bf_svx/svdosmev.hxx
        	binfilter/inc/bf_svx/svdosmrt.hxx
        	binfilter/inc/bf_svx/svdotext.hxx
        	binfilter/inc/bf_svx/svdouno.hxx
        	binfilter/inc/bf_svx/svdovirt.hxx
        	binfilter/inc/bf_svx/svdpage.hxx
        	binfilter/inc/bf_svx/svdpagv.hxx
        	binfilter/inc/bf_svx/svdpntv.hxx
        	binfilter/inc/bf_svx/svdpool.hxx
        	binfilter/inc/bf_svx/svdsob.hxx
        	binfilter/inc/bf_svx/svdtouch.hxx
        	binfilter/inc/bf_svx/svdtypes.hxx
        	binfilter/inc/bf_svx/svdundo.hxx
        	binfilter/inc/bf_svx/svdviter.hxx
        	binfilter/inc/bf_svx/svdvmark.hxx
        	binfilter/inc/bf_svx/svimbase.hxx
        	binfilter/inc/bf_svx/svx3ditems.hxx
        	binfilter/inc/bf_svx/svxfont.hxx
        	binfilter/inc/bf_svx/swafopt.hxx
        	binfilter/inc/bf_svx/sxcaitm.hxx
        	binfilter/inc/bf_svx/sxcecitm.hxx
        	binfilter/inc/bf_svx/sxcllitm.hxx
        	binfilter/inc/bf_svx/sxmbritm.hxx
        	binfilter/inc/bf_svx/sxmspitm.hxx
        	binfilter/inc/bf_svx/sxmsuitm.hxx
        	binfilter/inc/bf_svx/sxmtaitm.hxx
        	binfilter/inc/bf_svx/sxmtfitm.hxx
        	binfilter/inc/bf_svx/sxmtritm.hxx
        	binfilter/inc/bf_svx/sxopitm.hxx
        	binfilter/inc/bf_svx/unoedsrc.hxx
        	binfilter/inc/bf_svx/unoforou.hxx
        	binfilter/inc/bf_svx/unolingu.hxx
        	binfilter/inc/bf_svx/unoshape.hxx
        	binfilter/inc/bf_svx/unotext.hxx
        	binfilter/inc/bf_svx/unoviwed.hxx
        	binfilter/inc/bf_svx/unoviwou.hxx
        	binfilter/inc/bf_svx/viewpt3d.hxx
        	binfilter/inc/bf_svx/volume3d.hxx
        	binfilter/inc/bf_svx/xbitmap.hxx
        	binfilter/inc/bf_svx/xflbckit.hxx
        	binfilter/inc/bf_svx/xflbmsli.hxx
        	binfilter/inc/bf_svx/xflbmtit.hxx
        	binfilter/inc/bf_svx/xflbstit.hxx
        	binfilter/inc/bf_svx/xflftrit.hxx
        	binfilter/inc/bf_svx/xflgrit.hxx
        	binfilter/inc/bf_svx/xflhtit.hxx
        	binfilter/inc/bf_svx/xftmrit.hxx
        	binfilter/inc/bf_svx/xit.hxx
        	binfilter/inc/bf_svx/xlndsit.hxx
        	binfilter/inc/bf_svx/xlnedcit.hxx
        	binfilter/inc/bf_svx/xlnstcit.hxx
        	binfilter/inc/bf_svx/xmlcnitm.hxx
        	binfilter/inc/bf_svx/xmlgrhlp.hxx
        	binfilter/inc/bf_svx/xoutbmp.hxx
        	binfilter/inc/bf_svx/xoutx.hxx
        	binfilter/inc/bf_svx/xpoly.hxx
        	binfilter/inc/bf_svx/xpolyimp.hxx
        	binfilter/inc/bf_svx/xpool.hxx
        	binfilter/inc/bf_svx/xtextit0.hxx
        	binfilter/inc/bf_svx/zoomitem.hxx
        	binfilter/inc/bf_sw/accessibilityoptions.hxx
        	binfilter/inc/bf_sw/authfld.hxx
        	binfilter/inc/bf_sw/authratr.hxx
        	binfilter/inc/bf_sw/bparr.hxx
        	binfilter/inc/bf_sw/breakit.hxx
        	binfilter/inc/bf_sw/calbck.hxx
        	binfilter/inc/bf_sw/cellatr.hxx
        	binfilter/inc/bf_sw/cellfml.hxx
        	binfilter/inc/bf_sw/charatr.hxx
        	binfilter/inc/bf_sw/crsrsh.hxx
        	binfilter/inc/bf_sw/crsskip.hxx
        	binfilter/inc/bf_sw/cshtyp.hxx
        	binfilter/inc/bf_sw/ddefld.hxx
        	binfilter/inc/bf_sw/docary.hxx
        	binfilter/inc/bf_sw/docfac.hxx
        	binfilter/inc/bf_sw/docsh.hxx
        	binfilter/inc/bf_sw/docstat.hxx
        	binfilter/inc/bf_sw/docufld.hxx
        	binfilter/inc/bf_sw/dpage.hxx
        	binfilter/inc/bf_sw/drawdoc.hxx
        	binfilter/inc/bf_sw/editsh.hxx
        	binfilter/inc/bf_sw/errhdl.hxx
        	binfilter/inc/bf_sw/expfld.hxx
        	binfilter/inc/bf_sw/fesh.hxx
        	binfilter/inc/bf_sw/fmtanchr.hxx
        	binfilter/inc/bf_sw/fmtclds.hxx
        	binfilter/inc/bf_sw/fmtcnct.hxx
        	binfilter/inc/bf_sw/fmtcntnt.hxx
        	binfilter/inc/bf_sw/fmtfordr.hxx
        	binfilter/inc/bf_sw/fmtfsize.hxx
        	binfilter/inc/bf_sw/fmtftntx.hxx
        	binfilter/inc/bf_sw/fmthdft.hxx
        	binfilter/inc/bf_sw/fmtline.hxx
        	binfilter/inc/bf_sw/fmtlsplt.hxx
        	binfilter/inc/bf_sw/fmtornt.hxx
        	binfilter/inc/bf_sw/fmtsrnd.hxx
        	binfilter/inc/bf_sw/format.hxx
        	binfilter/inc/bf_sw/frmatr.hxx
        	binfilter/inc/bf_sw/frmfmt.hxx
        	binfilter/inc/bf_sw/ftninfo.hxx
        	binfilter/inc/bf_sw/grfatr.hxx
        	binfilter/inc/bf_sw/hintids.hxx
        	binfilter/inc/bf_sw/hints.hxx
        	binfilter/inc/bf_sw/index.hxx
        	binfilter/inc/bf_sw/iodetect.hxx
        	binfilter/inc/bf_sw/linetype.hxx
        	binfilter/inc/bf_sw/mdiexp.hxx
        	binfilter/inc/bf_sw/ndarr.hxx
        	binfilter/inc/bf_sw/ndindex.hxx
        	binfilter/inc/bf_sw/ndole.hxx
        	binfilter/inc/bf_sw/ndtxt.hxx
        	binfilter/inc/bf_sw/ndtyp.hxx
        	binfilter/inc/bf_sw/newhdl.hxx
        	binfilter/inc/bf_sw/pagedesc.hxx
        	binfilter/inc/bf_sw/pageiter.hxx
        	binfilter/inc/bf_sw/paratr.hxx
        	binfilter/inc/bf_sw/poolfmt.awk
        	binfilter/inc/bf_sw/poolfmt.hxx
        	binfilter/inc/bf_sw/pvprtdat.hxx
        	binfilter/inc/bf_sw/redline.hxx
        	binfilter/inc/bf_sw/reffld.hxx
        	binfilter/inc/bf_sw/shellio.hxx
        	binfilter/inc/bf_sw/sw3io.hxx
        	binfilter/inc/bf_sw/swatrset.hxx
        	binfilter/inc/bf_sw/swcrsr.hxx
        	binfilter/inc/bf_sw/swdbdata.hxx
        	binfilter/inc/bf_sw/swdbtoolsclient.hxx
        	binfilter/inc/bf_sw/swevent.hxx
        	binfilter/inc/bf_sw/swgpar.hxx
        	binfilter/inc/bf_sw/swgstr.hxx
        	binfilter/inc/bf_sw/swmodule.hxx
        	binfilter/inc/bf_sw/swprtopt.hxx
        	binfilter/inc/bf_sw/swrect.hxx
        	binfilter/inc/bf_sw/swregion.hxx
        	binfilter/inc/bf_sw/swserv.hxx
        	binfilter/inc/bf_sw/swtable.hxx
        	binfilter/inc/bf_sw/swtypes.hxx
        	binfilter/inc/bf_sw/swunohelper.hxx
        	binfilter/inc/bf_sw/swwait.hxx
        	binfilter/inc/bf_sw/tgrditem.hxx
        	binfilter/inc/bf_sw/toxwrap.hxx
        	binfilter/inc/bf_sw/txatbase.hxx
        	binfilter/inc/bf_sw/txatritr.hxx
        	binfilter/inc/bf_sw/txtatr.hxx
        	binfilter/inc/bf_sw/txtftn.hxx
        	binfilter/inc/bf_sw/txtinet.hxx
        	binfilter/inc/bf_sw/undobj.hxx
        	binfilter/inc/bf_sw/unoatxt.hxx
        	binfilter/inc/bf_sw/unocoll.hxx
        	binfilter/inc/bf_sw/unocrsr.hxx
        	binfilter/inc/bf_sw/unodraw.hxx
        	binfilter/inc/bf_sw/unoevtlstnr.hxx
        	binfilter/inc/bf_sw/unofield.hxx
        	binfilter/inc/bf_sw/unoframe.hxx
        	binfilter/inc/bf_sw/unoidx.hxx
        	binfilter/inc/bf_sw/unoobj.hxx
        	binfilter/inc/bf_sw/unoport.hxx
        	binfilter/inc/bf_sw/unoprnms.hxx
        	binfilter/inc/bf_sw/unoredline.hxx
        	binfilter/inc/bf_sw/unoredlines.hxx
        	binfilter/inc/bf_sw/unosrch.hxx
        	binfilter/inc/bf_sw/unostyle.hxx
        	binfilter/inc/bf_sw/unotbl.hxx
        	binfilter/inc/bf_sw/unotxdoc.hxx
        	binfilter/inc/bf_sw/viewopt.hxx
        	binfilter/inc/bf_sw/viewsh.hxx
        	binfilter/inc/bf_sw/viscrs.hxx
        	binfilter/inc/bf_xmloff/NamedBoolPropertyHdl.hxx
        	binfilter/inc/bf_xmloff/VisAreaContext.hxx
        	binfilter/inc/bf_xmloff/i18nmap.hxx
        	binfilter/inc/bf_xmloff/sdxmlexp.hxx
        	binfilter/inc/bf_xmloff/styleexp.hxx
        	binfilter/inc/bf_xmloff/txtfldi.hxx
        	binfilter/inc/bf_xmloff/xexptran.hxx
        	binfilter/inc/bf_xmloff/xmlcnimp.hxx
        	binfilter/inc/bf_xmloff/xmlcnitm.hxx
        	binfilter/inc/bf_xmloff/xmlehelp.hxx
        	binfilter/inc/bf_xmloff/xmlexp.hxx
        	binfilter/inc/bf_xmloff/xmlictxt.hxx
        	binfilter/inc/bf_xmloff/xmlimppr.hxx
        	binfilter/inc/bf_xmloff/xmlnume.hxx
        	binfilter/inc/bf_xmloff/xmlnumfi.hxx
        	binfilter/inc/bf_xmloff/xmlstyle.hxx
        	binfilter/inc/bf_xmloff/xmltoken.hxx
        	binfilter/inc/bf_xmloff/xmluconv.hxx
        	filter/inc/filter/msfilter/escherex.hxx
        	filter/inc/filter/msfilter/msdffimp.hxx
        	filter/inc/filter/msfilter/svdfppt.hxx
        	filter/inc/filter/msfilter/svxmsbas.hxx
        	filter/inc/registration.hxx
        	filter/source/docbook/sofftodocbookheadings.xsl
        	filter/source/flash/swfuno.cxx
        	filter/source/flash/swfwriter1.cxx
        	filter/source/graphicfilter/egif/dlgegif.cxx
        	filter/source/graphicfilter/egif/egif.cxx
        	filter/source/graphicfilter/egif/makefile.mk
        	filter/source/graphicfilter/eos2met/dlgeos2.cxx
        	filter/source/graphicfilter/eos2met/dlgeos2.hxx
        	filter/source/graphicfilter/eos2met/eos2met.cxx
        	filter/source/graphicfilter/eos2met/makefile.mk
        	filter/source/graphicfilter/epbm/dlgepbm.cxx
        	filter/source/graphicfilter/epbm/epbm.cxx
        	filter/source/graphicfilter/epbm/makefile.mk
        	filter/source/graphicfilter/epgm/dlgepgm.cxx
        	filter/source/graphicfilter/epgm/dlgepgm.hxx
        	filter/source/graphicfilter/epgm/epgm.cxx
        	filter/source/graphicfilter/epgm/makefile.mk
        	filter/source/graphicfilter/epict/dlgepct.cxx
        	filter/source/graphicfilter/epict/epict.cxx
        	filter/source/graphicfilter/epict/makefile.mk
        	filter/source/graphicfilter/eppm/dlgeppm.cxx
        	filter/source/graphicfilter/eppm/dlgeppm.hxx
        	filter/source/graphicfilter/eppm/eppm.cxx
        	filter/source/graphicfilter/eppm/makefile.mk
        	filter/source/graphicfilter/eps/dlgeps.cxx
        	filter/source/graphicfilter/eps/dlgeps.hxx
        	filter/source/graphicfilter/eps/eps.cxx
        	filter/source/graphicfilter/eps/makefile.mk
        	filter/source/graphicfilter/eras/eras.cxx
        	filter/source/graphicfilter/etiff/etiff.cxx
        	filter/source/graphicfilter/expm/expm.cxx
        	filter/source/graphicfilter/icgm/actimpr.cxx
        	filter/source/graphicfilter/idxf/dxf2mtf.cxx
        	filter/source/graphicfilter/idxf/dxf2mtf.hxx
        	filter/source/graphicfilter/idxf/dxfgrprd.cxx
        	filter/source/graphicfilter/idxf/dxfgrprd.hxx
        	filter/source/graphicfilter/idxf/idxf.cxx
        	filter/source/graphicfilter/ieps/ieps.cxx
        	filter/source/graphicfilter/ios2met/ios2met.cxx
        	filter/source/graphicfilter/ipbm/ipbm.cxx
        	filter/source/graphicfilter/ipcd/ipcd.cxx
        	filter/source/graphicfilter/ipcx/ipcx.cxx
        	filter/source/graphicfilter/ipict/ipict.cxx
        	filter/source/graphicfilter/ipict/makefile.mk
        	filter/source/graphicfilter/ipsd/ipsd.cxx
        	filter/source/graphicfilter/iras/iras.cxx
        	filter/source/graphicfilter/itga/itga.cxx
        	filter/source/graphicfilter/itiff/itiff.cxx
        	filter/source/msfilter/escherex.cxx
        	filter/source/msfilter/eschesdo.cxx
        	filter/source/msfilter/eschesdo.hxx
        	filter/source/msfilter/makefile.mk
        	filter/source/msfilter/msdffimp.cxx
        	filter/source/msfilter/msocximex.cxx
        	filter/source/msfilter/msoleexp.cxx
        	filter/source/msfilter/msvbahelper.cxx
        	filter/source/msfilter/powerpoint/pptimporteruno.cxx
        	filter/source/msfilter/svdfppt.cxx
        	filter/source/msfilter/svxmsbas.cxx
        	filter/source/pdf/pdfexport.cxx
        	filter/source/pdf/pdfuno.cxx
        	filter/source/placeware/uno.cxx
        	filter/source/svg/makefile.mk
        	filter/source/svg/svgexport.cxx
        	filter/source/svg/svgfontexport.cxx
        	filter/source/svg/svguno.cxx
        	filter/source/svg/svgwriter.cxx
        	filter/source/t602/filterenv.cxx
        	filter/source/xmlfilteradaptor/genericfilter.cxx
        	filter/source/xmlfilterdetect/fdcomp.cxx
        	filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
        	filter/source/xsltdialog/xmlfileview.cxx
        	filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
        	filter/source/xsltfilter/XSLTFilter.cxx
        	hwpfilter/source/hwpreader.hxx
        	oox/inc/oox/core/binarycodec.hxx
        	oox/inc/oox/core/binaryfilterbase.hxx
        	oox/inc/oox/core/contexthandler.hxx
        	oox/inc/oox/core/contexthandler2.hxx
        	oox/inc/oox/core/fasttokenhandler.hxx
        	oox/inc/oox/core/filterbase.hxx
        	oox/inc/oox/core/filterdetect.hxx
        	oox/inc/oox/core/fragmenthandler.hxx
        	oox/inc/oox/core/fragmenthandler2.hxx
        	oox/inc/oox/core/recordparser.hxx
        	oox/inc/oox/core/relations.hxx
        	oox/inc/oox/core/relationshandler.hxx
        	oox/inc/oox/core/xmlfilterbase.hxx
        	oox/inc/oox/drawingml/chart/axiscontext.hxx
        	oox/inc/oox/drawingml/chart/axisconverter.hxx
        	oox/inc/oox/drawingml/chart/axismodel.hxx
        	oox/inc/oox/drawingml/chart/chartcontextbase.hxx
        	oox/inc/oox/drawingml/chart/chartconverter.hxx
        	oox/inc/oox/drawingml/chart/chartdrawingfragment.hxx
        	oox/inc/oox/drawingml/chart/chartspaceconverter.hxx
        	oox/inc/oox/drawingml/chart/chartspacefragment.hxx
        	oox/inc/oox/drawingml/chart/chartspacemodel.hxx
        	oox/inc/oox/drawingml/chart/converterbase.hxx
        	oox/inc/oox/drawingml/chart/datasourcecontext.hxx
        	oox/inc/oox/drawingml/chart/datasourceconverter.hxx
        	oox/inc/oox/drawingml/chart/datasourcemodel.hxx
        	oox/inc/oox/drawingml/chart/modelbase.hxx
        	oox/inc/oox/drawingml/chart/objectformatter.hxx
        	oox/inc/oox/drawingml/chart/plotareacontext.hxx
        	oox/inc/oox/drawingml/chart/plotareaconverter.hxx
        	oox/inc/oox/drawingml/chart/plotareamodel.hxx
        	oox/inc/oox/drawingml/chart/seriescontext.hxx
        	oox/inc/oox/drawingml/chart/seriesconverter.hxx
        	oox/inc/oox/drawingml/chart/seriesmodel.hxx
        	oox/inc/oox/drawingml/chart/titlecontext.hxx
        	oox/inc/oox/drawingml/chart/titleconverter.hxx
        	oox/inc/oox/drawingml/chart/titlemodel.hxx
        	oox/inc/oox/drawingml/chart/typegroupcontext.hxx
        	oox/inc/oox/drawingml/chart/typegroupconverter.hxx
        	oox/inc/oox/drawingml/chart/typegroupmodel.hxx
        	oox/inc/oox/drawingml/textbody.hxx
        	oox/inc/oox/drawingml/textliststyle.hxx
        	oox/inc/oox/drawingml/textparagraphproperties.hxx
        	oox/inc/oox/helper/attributelist.hxx
        	oox/inc/oox/helper/binaryinputstream.hxx
        	oox/inc/oox/helper/binaryoutputstream.hxx
        	oox/inc/oox/helper/binarystreambase.hxx
        	oox/inc/oox/helper/containerhelper.hxx
        	oox/inc/oox/helper/graphichelper.hxx
        	oox/inc/oox/helper/helper.hxx
        	oox/inc/oox/helper/modelobjecthelper.hxx
        	oox/inc/oox/helper/progressbar.hxx
        	oox/inc/oox/helper/propertymap.hxx
        	oox/inc/oox/helper/propertyset.hxx
        	oox/inc/oox/helper/textinputstream.hxx
        	oox/inc/oox/ole/axbinaryreader.hxx
        	oox/inc/oox/ole/axcontrolfragment.hxx
        	oox/inc/oox/ole/olehelper.hxx
        	oox/inc/oox/ole/oleobjecthelper.hxx
        	oox/inc/oox/ole/vbacontrol.hxx
        	oox/inc/oox/ole/vbainputstream.hxx
        	oox/inc/oox/ole/vbamodule.hxx
        	oox/inc/oox/ole/vbaproject.hxx
        	oox/inc/oox/ole/vbaprojectfilter.hxx
        	oox/inc/oox/token/propertynames.hxx
        	oox/inc/oox/vml/vmldrawing.hxx
        	oox/inc/oox/vml/vmldrawingfragment.hxx
        	oox/inc/oox/vml/vmlformatting.hxx
        	oox/inc/oox/vml/vmlinputstream.hxx
        	oox/inc/oox/vml/vmlshape.hxx
        	oox/inc/oox/vml/vmlshapecontainer.hxx
        	oox/inc/oox/vml/vmlshapecontext.hxx
        	oox/inc/oox/xls/addressconverter.hxx
        	oox/inc/oox/xls/biffcodec.hxx
        	oox/inc/oox/xls/biffdetector.hxx
        	oox/inc/oox/xls/biffhelper.hxx
        	oox/inc/oox/xls/biffinputstream.hxx
        	oox/inc/oox/xls/biffoutputstream.hxx
        	oox/inc/oox/xls/chartsheetfragment.hxx
        	oox/inc/oox/xls/commentsbuffer.hxx
        	oox/inc/oox/xls/commentsfragment.hxx
        	oox/inc/oox/xls/condformatbuffer.hxx
        	oox/inc/oox/xls/condformatcontext.hxx
        	oox/inc/oox/xls/connectionsfragment.hxx
        	oox/inc/oox/xls/defnamesbuffer.hxx
        	oox/inc/oox/xls/drawingfragment.hxx
        	oox/inc/oox/xls/excelchartconverter.hxx
        	oox/inc/oox/xls/excelfilter.hxx
        	oox/inc/oox/xls/excelhandlers.hxx
        	oox/inc/oox/xls/excelvbaproject.hxx
        	oox/inc/oox/xls/externallinkbuffer.hxx
        	oox/inc/oox/xls/externallinkfragment.hxx
        	oox/inc/oox/xls/formulabase.hxx
        	oox/inc/oox/xls/formulaparser.hxx
        	oox/inc/oox/xls/numberformatsbuffer.hxx
        	oox/inc/oox/xls/ooxformulaparser.hxx
        	oox/inc/oox/xls/pagesettings.hxx
        	oox/inc/oox/xls/pivotcachebuffer.hxx
        	oox/inc/oox/xls/pivotcachefragment.hxx
        	oox/inc/oox/xls/pivottablebuffer.hxx
        	oox/inc/oox/xls/pivottablefragment.hxx
        	oox/inc/oox/xls/querytablefragment.hxx
        	oox/inc/oox/xls/richstring.hxx
        	oox/inc/oox/xls/richstringcontext.hxx
        	oox/inc/oox/xls/scenariobuffer.hxx
        	oox/inc/oox/xls/scenariocontext.hxx
        	oox/inc/oox/xls/sharedformulabuffer.hxx
        	oox/inc/oox/xls/sharedstringsbuffer.hxx
        	oox/inc/oox/xls/sharedstringsfragment.hxx
        	oox/inc/oox/xls/sheetdatacontext.hxx
        	oox/inc/oox/xls/stylesbuffer.hxx
        	oox/inc/oox/xls/stylesfragment.hxx
        	oox/inc/oox/xls/tablebuffer.hxx
        	oox/inc/oox/xls/tablefragment.hxx
        	oox/inc/oox/xls/themebuffer.hxx
        	oox/inc/oox/xls/unitconverter.hxx
        	oox/inc/oox/xls/viewsettings.hxx
        	oox/inc/oox/xls/webquerybuffer.hxx
        	oox/inc/oox/xls/workbookfragment.hxx
        	oox/inc/oox/xls/workbooksettings.hxx
        	oox/inc/oox/xls/worksheetbuffer.hxx
        	oox/inc/oox/xls/worksheetfragment.hxx
        	oox/inc/oox/xls/worksheethelper.hxx
        	oox/inc/oox/xls/worksheetsettings.hxx
        	oox/prj/build.lst
        	oox/prj/d.lst
        	oox/source/core/binarycodec.cxx
        	oox/source/core/binaryfilterbase.cxx
        	oox/source/core/contexthandler.cxx
        	oox/source/core/contexthandler2.cxx
        	oox/source/core/facreg.cxx
        	oox/source/core/fasttokenhandler.cxx
        	oox/source/core/filterbase.cxx
        	oox/source/core/filterdetect.cxx
        	oox/source/core/fragmenthandler.cxx
        	oox/source/core/fragmenthandler2.cxx
        	oox/source/core/recordparser.cxx
        	oox/source/core/relations.cxx
        	oox/source/core/relationshandler.cxx
        	oox/source/core/xmlfilterbase.cxx
        	oox/source/docprop/ooxmldocpropimport.cxx
        	oox/source/docprop/ooxmldocpropimport.hxx
        	oox/source/drawingml/chart/axiscontext.cxx
        	oox/source/drawingml/chart/axisconverter.cxx
        	oox/source/drawingml/chart/axismodel.cxx
        	oox/source/drawingml/chart/chartcontextbase.cxx
        	oox/source/drawingml/chart/chartconverter.cxx
        	oox/source/drawingml/chart/chartdrawingfragment.cxx
        	oox/source/drawingml/chart/chartspaceconverter.cxx
        	oox/source/drawingml/chart/chartspacefragment.cxx
        	oox/source/drawingml/chart/chartspacemodel.cxx
        	oox/source/drawingml/chart/converterbase.cxx
        	oox/source/drawingml/chart/datasourcecontext.cxx
        	oox/source/drawingml/chart/datasourceconverter.cxx
        	oox/source/drawingml/chart/datasourcemodel.cxx
        	oox/source/drawingml/chart/modelbase.cxx
        	oox/source/drawingml/chart/objectformatter.cxx
        	oox/source/drawingml/chart/plotareacontext.cxx
        	oox/source/drawingml/chart/plotareaconverter.cxx
        	oox/source/drawingml/chart/seriescontext.cxx
        	oox/source/drawingml/chart/seriesconverter.cxx
        	oox/source/drawingml/chart/seriesmodel.cxx
        	oox/source/drawingml/chart/titlecontext.cxx
        	oox/source/drawingml/chart/titleconverter.cxx
        	oox/source/drawingml/chart/titlemodel.cxx
        	oox/source/drawingml/chart/typegroupcontext.cxx
        	oox/source/drawingml/chart/typegroupconverter.cxx
        	oox/source/drawingml/chart/typegroupmodel.cxx
        	oox/source/drawingml/shape.cxx
        	oox/source/drawingml/shapecontext.cxx
        	oox/source/drawingml/table/tableproperties.cxx
        	oox/source/drawingml/textbodypropertiescontext.cxx
        	oox/source/drawingml/textliststyle.cxx
        	oox/source/drawingml/transform2dcontext.cxx
        	oox/source/dump/biffdumper.cxx
        	oox/source/dump/dffdumper.cxx
        	oox/source/dump/dumperbase.cxx
        	oox/source/dump/oledumper.cxx
        	oox/source/dump/pptxdumper.cxx
        	oox/source/dump/xlsbdumper.cxx
        	oox/source/helper/attributelist.cxx
        	oox/source/helper/binaryinputstream.cxx
        	oox/source/helper/binarystreambase.cxx
        	oox/source/helper/containerhelper.cxx
        	oox/source/helper/graphichelper.cxx
        	oox/source/helper/modelobjecthelper.cxx
        	oox/source/helper/progressbar.cxx
        	oox/source/helper/propertymap.cxx
        	oox/source/helper/propertyset.cxx
        	oox/source/helper/textinputstream.cxx
        	oox/source/ole/axbinaryreader.cxx
        	oox/source/ole/axcontrol.cxx
        	oox/source/ole/olehelper.cxx
        	oox/source/ole/oleobjecthelper.cxx
        	oox/source/ole/vbacontrol.cxx
        	oox/source/ole/vbamodule.cxx
        	oox/source/ole/vbaproject.cxx
        	oox/source/ole/vbaprojectfilter.cxx
        	oox/source/ppt/customshowlistcontext.cxx
        	oox/source/ppt/pptimport.cxx
        	oox/source/ppt/pptshapegroupcontext.cxx
        	oox/source/shape/FastTokenHandlerService.cxx
        	oox/source/shape/FastTokenHandlerService.hxx
        	oox/source/token/makefile.mk
        	oox/source/token/namespacemap.cxx
        	oox/source/token/properties.txt
        	oox/source/token/propertynames.cxx
        	oox/source/token/tokenmap.cxx
        	oox/source/token/tokens.hxx.head
        	oox/source/vml/vmldrawing.cxx
        	oox/source/vml/vmldrawingfragment.cxx
        	oox/source/vml/vmlformatting.cxx
        	oox/source/vml/vmlinputstream.cxx
        	oox/source/vml/vmlshape.cxx
        	oox/source/vml/vmlshapecontainer.cxx
        	oox/source/vml/vmlshapecontext.cxx
        	oox/source/vml/vmltextbox.cxx
        	oox/source/xls/addressconverter.cxx
        	oox/source/xls/autofiltercontext.cxx
        	oox/source/xls/biffcodec.cxx
        	oox/source/xls/biffdetector.cxx
        	oox/source/xls/biffhelper.cxx
        	oox/source/xls/biffinputstream.cxx
        	oox/source/xls/biffoutputstream.cxx
        	oox/source/xls/chartsheetfragment.cxx
        	oox/source/xls/commentsbuffer.cxx
        	oox/source/xls/commentsfragment.cxx
        	oox/source/xls/condformatbuffer.cxx
        	oox/source/xls/condformatcontext.cxx
        	oox/source/xls/connectionsfragment.cxx
        	oox/source/xls/defnamesbuffer.cxx
        	oox/source/xls/drawingfragment.cxx
        	oox/source/xls/excelchartconverter.cxx
        	oox/source/xls/excelfilter.cxx
        	oox/source/xls/excelhandlers.cxx
        	oox/source/xls/externallinkbuffer.cxx
        	oox/source/xls/externallinkfragment.cxx
        	oox/source/xls/formulabase.cxx
        	oox/source/xls/formulaparser.cxx
        	oox/source/xls/numberformatsbuffer.cxx
        	oox/source/xls/ooxformulaparser.cxx
        	oox/source/xls/pagesettings.cxx
        	oox/source/xls/pivotcachebuffer.cxx
        	oox/source/xls/pivotcachefragment.cxx
        	oox/source/xls/pivottablebuffer.cxx
        	oox/source/xls/pivottablefragment.cxx
        	oox/source/xls/querytablefragment.cxx
        	oox/source/xls/richstring.cxx
        	oox/source/xls/richstringcontext.cxx
        	oox/source/xls/scenariobuffer.cxx
        	oox/source/xls/scenariocontext.cxx
        	oox/source/xls/sharedformulabuffer.cxx
        	oox/source/xls/sharedstringsbuffer.cxx
        	oox/source/xls/sharedstringsfragment.cxx
        	oox/source/xls/sheetdatacontext.cxx
        	oox/source/xls/stylesbuffer.cxx
        	oox/source/xls/stylesfragment.cxx
        	oox/source/xls/tablebuffer.cxx
        	oox/source/xls/tablefragment.cxx
        	oox/source/xls/themebuffer.cxx
        	oox/source/xls/unitconverter.cxx
        	oox/source/xls/webquerybuffer.cxx
        	oox/source/xls/workbookfragment.cxx
        	oox/source/xls/workbookhelper.cxx
        	oox/source/xls/workbooksettings.cxx
        	oox/source/xls/worksheetbuffer.cxx
        	oox/source/xls/worksheetfragment.cxx
        	oox/source/xls/worksheethelper.cxx
        	oox/source/xls/worksheetsettings.cxx
        	unoxml/source/rdf/librdf_repository.cxx
        	unoxml/source/xpath/xpathapi.hxx
        	writerfilter/inc/resourcemodel/Fraction.hxx
        	writerfilter/inc/resourcemodel/TagLogger.hxx
        	writerfilter/inc/resourcemodel/XPathLogger.hxx
        	writerfilter/source/dmapper/BorderHandler.cxx
        	writerfilter/source/dmapper/CellColorHandler.cxx
        	writerfilter/source/dmapper/CellColorHandler.hxx
        	writerfilter/source/dmapper/CellMarginHandler.cxx
        	writerfilter/source/dmapper/CellMarginHandler.hxx
        	writerfilter/source/dmapper/DomainMapper.cxx
        	writerfilter/source/dmapper/DomainMapperTableHandler.cxx
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx
        	writerfilter/source/dmapper/FFDataHandler.cxx
        	writerfilter/source/dmapper/FontTable.cxx
        	writerfilter/source/dmapper/FontTable.hxx
        	writerfilter/source/dmapper/GraphicImport.cxx
        	writerfilter/source/dmapper/GraphicImport.hxx
        	writerfilter/source/dmapper/MeasureHandler.cxx
        	writerfilter/source/dmapper/NumberingManager.cxx
        	writerfilter/source/dmapper/NumberingManager.hxx
        	writerfilter/source/dmapper/OLEHandler.cxx
        	writerfilter/source/dmapper/OLEHandler.hxx
        	writerfilter/source/dmapper/PropertyIds.hxx
        	writerfilter/source/dmapper/PropertyMap.cxx
        	writerfilter/source/dmapper/PropertyMap.hxx
        	writerfilter/source/dmapper/PropertyMapHelper.cxx
        	writerfilter/source/dmapper/PropertyMapHelper.hxx
        	writerfilter/source/dmapper/SectionColumnHandler.cxx
        	writerfilter/source/dmapper/SettingsTable.cxx
        	writerfilter/source/dmapper/StyleSheetTable.cxx
        	writerfilter/source/dmapper/StyleSheetTable.hxx
        	writerfilter/source/dmapper/TDefTableHandler.cxx
        	writerfilter/source/dmapper/dmapperLoggers.hxx
        	writerfilter/source/filter/ImportFilter.cxx
        	writerfilter/source/filter/RtfFilter.cxx
        	writerfilter/source/filter/RtfFilter.hxx
        	writerfilter/source/ooxml/OOXMLFactory.cxx
        	writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
        	writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
        	writerfilter/source/ooxml/OOXMLFastHelper.hxx
        	writerfilter/source/ooxml/OOXMLParserState.hxx
        	writerfilter/source/ooxml/factoryimpl_ns.xsl
        	writerfilter/source/ooxml/model.xml
        	writerfilter/source/resourcemodel/TagLogger.cxx
        	writerfilter/source/resourcemodel/XPathLogger.cxx
        	writerperfect/prj/build.lst
        	writerperfect/source/wpdimp/wpft_genericfilter.cxx

2011-03-09  Rafael Dominguez  <venccsralph@gmail.com>  [cef1ec87ed33935692dd56534d0b37ea5dfe398a]

        Remove List container in components/imgprod

2011-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [6fe5c3611f3bb03b8aa98d0af8bee9f7cede81d0]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (27 commits)
          masterfix DEV300: #i10000# buildtype removed
          mav59: #i116806# remove syntax that is not supported on solaris
          gnumake3: remove comphelper version; fix including extract.hxx
          CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal
          ause129: #i116325# don't process .<basename>.xcu, created on mac
          dr77: post rebase fixes
          #i10000# workaround strange out of memory error on mac
          #i10000# reenable checkdeliver
          #i10000# create some dependencies...
          #i10000# add dependency to trigger rebuild
          gnumake2: removing duplicate msword entry in postprocess/packcomponents caused by resync to DEV300_m95
          gnumake2: fixing msword component file location in postprocess
          #i115608# msword component registration
          gnumake2: disabling postprocess/checkdeliver as it consistently fails on unxmacxi
          gnumake2: fixed component file location in outdir
          gnumake2: added component registration
          dba34b: #i110409# remove DataSourceMigration
          sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt
          #i114970#
          DEV300 masterfix: #i10000#: wrong regexp
          ...
        
        Conflicts:
        	postprocess/prj/build.lst

2011-03-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc5db648bcc3114fefcbf9741586f7cb6aa00b2f]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (185 commits)
          masterfix DEV300: #i10000# usage of L10N build_type
          masterfix: #i10000# INT16 -> sal_Int16
          fixed compile errors after resync to m100, part2
          gridsort: post-rebase fixes
          CWS gnumake3: found another tools integer type
          removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
          native359: #i114398# changing mac langpack icon
          native359: #i115669# fixing package description for solaris packages
          gnumake3: remove comphelper version; fix including extract.hxx
          locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>
          sb138: #i116659# timely termination of OnLogRotateThread
          accfixes: removed include of obsolete header file
          accfixes: removed obsolete file
          removetooltypes01: #i112600# Fix build problems on non-pro
          accfixes: moved some shared strings to svx part2
          accfixes: moved some shared strings to svx
          accfixes: added more accessibility information and fixed tab orders in multiple dialogs (cui module)
          removetooltypes01: #i112600# Remove tools types for Mac specific parts
          fixed tab order in BasicIDE, Library dialog tab page
          added some accessible names in BasicIDE
          ...
        
        Conflicts:
        	UnoControls/source/base/registercontrols.cxx
        	accessibility/inc/accessibility/standard/vclxaccessiblelistboxlist.hxx
        	automation/inc/automation/communi.hxx
        	automation/inc/automation/simplecm.hxx
        	automation/source/communi/communi.cxx
        	automation/source/inc/rcontrol.hxx
        	automation/source/miniapp/servuid.hxx
        	automation/source/server/XMLParser.cxx
        	automation/source/server/cmdbasestream.cxx
        	automation/source/server/profiler.hxx
        	automation/source/server/recorder.cxx
        	automation/source/server/retstrm.hxx
        	automation/source/server/server.cxx
        	automation/source/server/sta_list.cxx
        	automation/source/server/statemnt.cxx
        	automation/source/server/statemnt.hxx
        	automation/source/simplecm/packethandler.cxx
        	automation/source/simplecm/simplecm.cxx
        	automation/source/simplecm/tcpio.cxx
        	automation/source/simplecm/tcpio.hxx
        	automation/source/testtool/comm_bas.hxx
        	automation/source/testtool/cretstrm.hxx
        	automation/source/testtool/httprequest.cxx
        	automation/source/testtool/httprequest.hxx
        	automation/source/testtool/objtest.cxx
        	automation/source/testtool/objtest.hxx
        	basctl/source/basicide/baside2.cxx
        	basctl/source/basicide/baside2.hxx
        	basctl/source/basicide/baside2b.cxx
        	basctl/source/basicide/baside3.cxx
        	basctl/source/basicide/basides1.cxx
        	basctl/source/basicide/basides2.cxx
        	basctl/source/basicide/basidesh.cxx
        	basctl/source/basicide/basidesh.src
        	basctl/source/basicide/basobj3.cxx
        	basctl/source/basicide/bastype2.cxx
        	basctl/source/basicide/bastype3.cxx
        	basctl/source/basicide/bastypes.cxx
        	basctl/source/basicide/brkdlg.cxx
        	basctl/source/basicide/iderdll.cxx
        	basctl/source/basicide/macrodlg.cxx
        	basctl/source/basicide/moduldl2.cxx
        	basctl/source/basicide/moduldlg.cxx
        	basctl/source/basicide/objdlg.cxx
        	basctl/source/basicide/scriptdocument.cxx
        	basctl/source/basicide/tbxctl.cxx
        	basctl/source/basicide/tbxctl.hxx
        	basctl/source/basicide/tbxctl.src
        	basctl/source/dlged/dlged.cxx
        	basctl/source/dlged/dlgedfunc.cxx
        	basctl/source/dlged/dlgedobj.cxx
        	basctl/source/inc/basidesh.hxx
        	basctl/source/inc/bastypes.hxx
        	basctl/source/inc/dlgedmod.hxx
        	basctl/source/inc/dlgedpage.hxx
        	crashrep/prj/build.lst
        	cui/inc/pch/precompiled_cui.hxx
        	cui/source/customize/acccfg.cxx
        	cui/source/customize/acccfg.hrc
        	cui/source/customize/acccfg.src
        	cui/source/customize/cfg.cxx
        	cui/source/customize/cfgutil.cxx
        	cui/source/customize/macropg.cxx
        	cui/source/customize/macropg.src
        	cui/source/customize/selector.cxx
        	cui/source/dialogs/SpellDialog.cxx
        	cui/source/dialogs/commonlingui.cxx
        	cui/source/dialogs/cuicharmap.cxx
        	cui/source/dialogs/cuifmsearch.cxx
        	cui/source/dialogs/cuigaldlg.cxx
        	cui/source/dialogs/cuigrfflt.cxx
        	cui/source/dialogs/hldocntp.cxx
        	cui/source/dialogs/hldoctp.cxx
        	cui/source/dialogs/hlinettp.cxx
        	cui/source/dialogs/hlmailtp.cxx
        	cui/source/dialogs/hlmarkwn.cxx
        	cui/source/dialogs/hlmarkwn.src
        	cui/source/dialogs/hltpbase.cxx
        	cui/source/dialogs/iconcdlg.cxx
        	cui/source/dialogs/passwdomdlg.cxx
        	cui/source/dialogs/pastedlg.cxx
        	cui/source/dialogs/scriptdlg.cxx
        	cui/source/dialogs/thesdlg.cxx
        	cui/source/dialogs/zoom.cxx
        	cui/source/factory/dlgfact.hxx
        	cui/source/inc/SpellDialog.hxx
        	cui/source/inc/autocdlg.hxx
        	cui/source/inc/backgrnd.hxx
        	cui/source/inc/bbdlg.hxx
        	cui/source/inc/cfg.hxx
        	cui/source/inc/cfgutil.hxx
        	cui/source/inc/cuigaldlg.hxx
        	cui/source/inc/cuigrfflt.hxx
        	cui/source/inc/cuitabarea.hxx
        	cui/source/inc/cuitabline.hxx
        	cui/source/inc/hldocntp.hxx
        	cui/source/inc/hltpbase.hxx
        	cui/source/inc/iconcdlg.hxx
        	cui/source/inc/numpages.hxx
        	cui/source/inc/page.hxx
        	cui/source/inc/postdlg.hxx
        	cui/source/inc/scriptdlg.hxx
        	cui/source/inc/transfrm.hxx
        	cui/source/inc/zoom.hxx
        	cui/source/options/cfgchart.cxx
        	cui/source/options/cuisrchdlg.cxx
        	cui/source/options/dbregister.cxx
        	cui/source/options/dbregister.src
        	cui/source/options/fontsubs.cxx
        	cui/source/options/internationaloptions.cxx
        	cui/source/options/optasian.cxx
        	cui/source/options/optchart.cxx
        	cui/source/options/optcolor.cxx
        	cui/source/options/optcolor.src
        	cui/source/options/optfltr.cxx
        	cui/source/options/optfltr.src
        	cui/source/options/optgdlg.cxx
        	cui/source/options/optgdlg.src
        	cui/source/options/optgenrl.cxx
        	cui/source/options/opthtml.cxx
        	cui/source/options/optimprove.cxx
        	cui/source/options/optinet2.cxx
        	cui/source/options/optinet2.hxx
        	cui/source/options/optjava.cxx
        	cui/source/options/optlingu.cxx
        	cui/source/options/optsave.cxx
        	cui/source/options/optsave.hxx
        	cui/source/options/treeopt.cxx
        	cui/source/options/webconninfo.cxx
        	cui/source/tabpages/autocdlg.cxx
        	cui/source/tabpages/backgrnd.cxx
        	cui/source/tabpages/border.cxx
        	cui/source/tabpages/chardlg.cxx
        	cui/source/tabpages/dstribut.cxx
        	cui/source/tabpages/grfpage.cxx
        	cui/source/tabpages/macroass.cxx
        	cui/source/tabpages/measure.cxx
        	cui/source/tabpages/numfmt.cxx
        	cui/source/tabpages/numpages.cxx
        	cui/source/tabpages/page.cxx
        	cui/source/tabpages/paragrph.cxx
        	cui/source/tabpages/swpossizetabpage.cxx
        	cui/source/tabpages/tabarea.src
        	cui/source/tabpages/textanim.cxx
        	cui/source/tabpages/textattr.cxx
        	cui/source/tabpages/tparea.cxx
        	cui/source/tabpages/tpbitmap.cxx
        	cui/source/tabpages/tpcolor.cxx
        	cui/source/tabpages/tpgradnt.cxx
        	cui/source/tabpages/tphatch.cxx
        	cui/source/tabpages/tpline.cxx
        	cui/source/tabpages/tplnedef.cxx
        	cui/source/tabpages/tplneend.cxx
        	cui/source/tabpages/tpshadow.cxx
        	cui/source/tabpages/transfrm.cxx
        	embedserv/source/embed/register.cxx
        	extensions/inc/pch/precompiled_extensions.hxx
        	extensions/inc/propctrlr.hrc
        	extensions/source/abpilot/abpservices.cxx
        	extensions/source/bibliography/bibload.cxx
        	extensions/source/bibliography/datman.cxx
        	extensions/source/bibliography/general.cxx
        	extensions/source/dbpilots/dbpservices.cxx
        	extensions/source/inc/componentmodule.cxx
        	extensions/source/nsplugin/source/so_env.cxx
        	extensions/source/ole/oleobjw.cxx
        	extensions/source/ole/oleobjw.hxx
        	extensions/source/oooimprovement/invite_job.cxx
        	extensions/source/oooimprovement/onlogrotate_job.cxx
        	extensions/source/plugin/base/service.cxx
        	extensions/source/plugin/inc/plugin/unx/mediator.hxx
        	extensions/source/plugin/inc/plugin/unx/plugcon.hxx
        	extensions/source/plugin/unx/mediator.cxx
        	extensions/source/plugin/unx/nppapi.cxx
        	extensions/source/plugin/unx/plugcon.cxx
        	extensions/source/preload/services.cxx
        	extensions/source/propctrlr/formmetadata.cxx
        	extensions/source/propctrlr/pcrservices.cxx
        	extensions/source/resource/resource.cxx
        	extensions/source/scanner/sane.hxx
        	extensions/source/scanner/sanedlg.cxx
        	extensions/source/scanner/scanunx.cxx
        	extensions/source/scanner/scanwin.cxx
        	extensions/source/scanner/twain.cxx
        	extensions/source/scanner/twain.hxx
        	extensions/source/update/check/updatecheckconfig.cxx
        	extensions/test/stm/datatest.cxx
        	extensions/test/stm/marktest.cxx
        	extensions/test/stm/pipetest.cxx
        	extensions/test/stm/testfactreg.cxx
        	extensions/workben/testpgp.cxx
        	forms/qa/complex/forms/CheckOGroupBoxModel.java
        	forms/qa/makefile.mk
        	forms/source/component/Button.cxx
        	forms/source/component/Button.hxx
        	forms/source/component/ListBox.cxx
        	forms/source/inc/forms_module_impl.hxx
        	forms/source/misc/services.cxx
        	forms/source/solar/control/navtoolbar.cxx
        	javainstaller2/prj/build.lst
        	javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
        	lingucomponent/prj/build.lst
        	lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
        	lingucomponent/source/spellcheck/spell/sreg.cxx
        	lingucomponent/source/spellcheck/spell/sspellimp.cxx
        	package/source/manifest/ManifestExport.cxx
        	package/source/manifest/UnoRegister.cxx
        	package/source/xstor/owriteablestream.cxx
        	package/source/xstor/owriteablestream.hxx
        	package/source/xstor/xstorage.hxx
        	package/source/zippackage/ZipPackageFolder.cxx
        	package/source/zippackage/ZipPackageStream.cxx
        	setup_native/source/mac/ooo/DS_Store
        	setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
        	xmlsecurity/prj/build.lst
        	xmlsecurity/source/component/registerservices.cxx
        	xmlsecurity/source/dialogs/stbcontrl.cxx
        	xmlsecurity/source/framework/xsec_framework.cxx
        	xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
        	xmlsecurity/tools/demo/util.hxx
        	xmlsecurity/workben/signaturetest.cxx

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [dec8b67fa48ff81c96a9ecb9f6bc4098059409c1]

        Remove last traces of SvLongs

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [4feef01e1b0bc367a79f8c1b1f8e5c9eeb3b029b]

        Fix build breakage caused by commit 6165ef7...

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [8cafbbcfbb4a6c3c6f70e7a903203558ccfd3411]

        Remove last traces of SvLongs

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [232891eda7a514d475894ad764d3f2b50996d6a8]

        Remove SvLongs declaration and definition

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [2d457cc40dceb1295c7834456b303d4a36fdc6b0]

        Remove use of SvLongs from txtfly.[ch]xx
        
        Note that this commit is forced by changes in editeng.

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [75981290387b6b6dfcdb4726a1a3fb96d89e2005]

        build those with exceptions

2011-03-09  Nigel Hawkins  <n.hawkins@gmx.com>  [a9170798a46315a3bc42fba92b757e6d4a524220]

        Remove use of SvLongs from txtrange.[ch]xx and refactor a bit.
        
        Note that this commit forces changes onto writer as well.

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [2256b8b743d09a102ceee5b5109ee6fd2b729644]

        Add Cherokee preview

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [c0997a4383c958a6119ee3c36e4710fa5881ffc8]

        mask out cjk punctuation

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [bc001176b4875acf4acd24390e37497abd7c3f43]

        Cyrillic+Georgian is likely best previewed as Georgian

2011-03-09  Niklas Nebel  <nn@openoffice.org>  [8440baa184e67db9538ca6a18902bbd9a3949050]

        calc66: #i89232# delete before applying attributes, use CountNonFilteredRows for preview, indenting

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [97e936765c121b5e5045c9eb417e7cf8bbc368a9]

        rsvglibs: add dependencies for librsvg

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c5819b62fa815442e4a1716e3c28eb5a2fbb005a]

        rsgvlibs: adapt build configuration

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [78814afd05a9670724dc35af231f9c5d206c2c5f]

        Resolves: fdo#34635 GetSelectEntry is far more likely correct

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [45bb18f3f90eb96a2a6a41c028188d5787e8952b]

        mav60: merge to m101

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [cd3b62ba4bd7cbb17d905f120fad084ba4a10668]

        mav60: merge to m101

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [1cec917056e90e50408a555ebb9199f27b891d93]

        mav60: merge to m101

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [b52c8fd79b8089608b9bc979b598602ffb171a90]

        mav60: merge to m101

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [34a1710e87b3b97efc889352f843fdace502ee32]

        mav60: #164341# support AES encryption

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [92c231e882e4e788259fbae6a793bb2699c059bb]

        mav60: #164341# support AES encryption

2011-03-09  Mikhail Voytenko  <mav@openoffice.org>  [7422ecbc2a6057dfcd4d2237da3f581965d270f3]

        mav60: #164341# support AES encryption

2011-03-09  Xavier ALT  <dex@phoenix-ind.net>  [87fef61165416893e5347e3231c1aa1e32351210]

        remove SVX_LIGHT macro

2011-03-09  Xavier ALT  <dex@phoenix-ind.net>  [882a644d9e436bd5fbd97d495853f7257fa9465f]

        remove SVX_LIGHT macro

2011-03-09  Xavier ALT  <dex@phoenix-ind.net>  [17aac3bb4a83aa41460722dd94992bd94600d575]

        remove SVX_LIGHT macro

2011-03-09  Xavier ALT  <dex@phoenix-ind.net>  [ec8c1608da52de046fb571d93f45dcbf8c765fde]

        remove SVX_LIGHT macro

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [58d46c6eaee19bd77ebfe9ab2b1eff5f7f8638da]

        enable fontcapabilities under windows

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [06da97f3948d6fe5be389d3bf35a63bbdd6f7eae]

        Resolves: rhbz#682621 better resizing of overtall glyphsubs

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [1b5b7cbb952beef5b70198315e574d6aaf3b22e6]

        cppcheck: this method can be const

2011-03-09  Ivo Hinkelmann  <ihi@openoffice.org>  [ab76fab508323772bc2a66292637018183093682]

        masterfix DEV300: #i10000# new configure

2011-03-09  Thorsten Behrens  <tbehrens@novell.com>  [35fbb45086c389f91c0d6ff410d814f7567c1ceb]

        Revert idle whitespace changes
        
        Reverting all hunks that solely change whitespace, prior to
        performing the m101 merge from OOo.

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [d44fe9de5ae028129310d00ebd8612193d99ecff]

        rsvglibs: libcroco for windows added

2011-03-09  Ivo Hinkelmann  <ihi@openoffice.org>  [d07e4ca3fedf2c59bc4867ed4dd931dd35149cbb]

        masterfix DEV300: #i10000# - -> _

2011-03-09  Ingo Schmidt  <is@openoffice.org>  [1138fad1b357b5dba76670227e785565e42f164b]

        native367: #o11840947# preparing OOO 3.4

2011-03-09  Ivo Hinkelmann  <ihi@openoffice.org>  [82c070266d0440348c61c710e0caa89ae1e74b1b]

        masterfix DEV300: #i10000# drafts removed

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [c118a818ebca9305451421e831fcfb447d7bca74]

        rsvglibs: exports libs as well

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [c47775b5f613dbe0dcc48921e8ed95d7e1ece088]

        rsvglibs: remove local paths

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [9c3c4dd2106f6bfde6a76aae50f5fabd0e30d5fd]

        Automated merge with ssh://hg.services.openoffice.org/cws/rsvglibs

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [d182e7fd3d912ca61fdc881beca5bb46df14efad]

        rsvglibs: crate intl.dll and header file for windows

2011-03-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [6201194c7c851faed3f2f0cc14df40d605e393af]

        sw34bf04: #i46648#: define class for NfKeywordTable * * * #i46648#: Use specific NfKeywordTabl

2011-03-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [17e137d01ec9863cb99b70d7351bb5adcd66fe3b]

        sw34bf04: #i46648#: define class for NfKeywordTable * * * #i46648#: Use specific NfKeywordTabl

2011-03-09  Andras Timar  <timar@fsf.hu>  [587cc96d00e4fe176156d77378f95d10bd9d273b]

        update help text of localize tool

2011-03-09  Andras Timar  <timar@fsf.hu>  [f8267f7b79a6a508d263b21fd361dc205c876c75]

        no need to blacklist dictionaries, because is is not whitelisted

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [28bc2b2c4d479e8adf71c3d7939bdd42f8008c13]

        silence some warnings

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a98c6c61ec22c1a6c9673d9197021758d9ee72ff]

        rsvglibs: updated build dependencies

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fb999d52ac27c7752c09bf715a0e51b1e254ee5e]

        rsvglibs: updated build dependencies

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [70c54842a1703692e45cc51901b2661d7531bf1b]

        rsvglibs: updated build dependencies

2011-03-09  Niklas Nebel  <nn@openoffice.org>  [f887134f9e809d22b759ff9e0f87d1088c6d0b90]

        calc66: #i116504# don't use the same cache ID for a different range

2011-03-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [12a44956bc562d05e8f3e616a19684b909d2c8d7]

        rsvglibs: add build.lst

2011-03-09  Ivo Hinkelmann  <ihi@openoffice.org>  [65fff3c4223f1eef47cd67a45ea514e22a72b089]

        masterfix DEV300: #i10000# dir removed

2011-03-09  Jan Holesovsky  <kendy@suse.cz>  [32df31d5313d4b95316feaaf127e4f4a596746a3]

        Fix build.

2011-03-09  Jan Holesovsky  <kendy@suse.cz>  [5f7158e265771916e3354aaee7dce0f069d6a613]

        Merge commit 'ooo/DEV300_m101' into intm101
        
        Conflicts:
        	boost/aliasing.patch
        	boost/makefile.mk
        	cairo/cairo/makefile.mk
        	cairo/pixman/makefile.mk
        	dictionaries/da_DK/README_th_da_DK.txt
        	dictionaries/da_DK/description.xml
        	dictionaries/da_DK/dictionaries.xcu
        	dictionaries/da_DK/makefile.mk
        	dictionaries/da_DK/th_da_DK.dat
        	dictionaries/de_AT/th_de_AT_v2.idx
        	dictionaries/de_CH/th_de_CH_v2.idx
        	dictionaries/de_DE/COPYING
        	dictionaries/de_DE/COPYING_GPLv2
        	dictionaries/de_DE/COPYING_GPLv2.txt
        	dictionaries/de_DE/README_extension_owner.txt
        	dictionaries/de_DE/README_th_de_DE_v2.txt
        	dictionaries/de_DE/makefile.mk
        	dictionaries/de_DE/th_de_DE_v2.idx
        	icu/makefile.mk
        	moz/makefile.mk
        	python/makefile.mk

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [3ea2c7d282611201066ca7179f2cc830fd777340]

        cppcheck: this method can be const

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [3a6a7b876010db041fa641b6703e26027a22e511]

        cppcheck: this method can be const

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [861c90c090c279dfa15e931e6a0f4d8baba1297c]

        cppcheck: this method can be const

2011-03-09  Jani Monoses  <jani.monoses@canonical.com>  [11db8cce4928a6510341d97bb28d100068037987]

        lp#726529: using the Linaro gcc 4.5 generated code instead
        
         * this adds memory barriers to the asm code block making it SMP-safe

2011-03-09  Carsten Driesner  <cd@openoffice.org>  [c2e4254b329463732e203e8e7f3cd57c592990e8]

        fwk167: #i87596# Remove decoration on windowResized() only in design mode. VCL works without decoration and so does the toolkit. In design mode the drawing layer wants to include the decoration. So using mbDesignMode helps to complete the fix

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [d6edeed629c45e8de5e4cb8db38a7e395b2d069a]

        Automated merge with ssh://hg.services.openoffice.org/cws/rsvglibs

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [69069f3fd9eb0ed2dae56efa83e708e9438bf7ca]

        WaE: mark this dir as warnings free

2011-03-09  Jan Holesovsky  <kendy@suse.cz>  [89c4f8907fb3cf30b7e0a8837c01f525b8609d00]

        Merge commit 'ooo/DEV300_m101' into intm101
        
        Conflicts:
        	cppunit/ldflags.patch
        	hyphen/hyphen-2.4.patch
        	libegg/source/eggtrayicon.c
        	libtextcat/makefile.mk

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [e799b912bfc74e59d480acffabfcf383d503f02c]

        rsvglibs: use OUT2INC

2011-03-09  Caolán McNamara  <caolanm@redhat.com>  [b4475b444261409b1522c619172e1dd720c84c73]

        WaE: mark this dir as warnings free

2011-03-09  Ocke Janssen  <oj@openoffice.org>  [7ef574b200155fa3d5c6acf4ad44f47fa61ebc54]

        rsvglibs: glib patch file added for windows

2011-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [e3ceb1d3d814eb586fa7c899d0fcb54280f3d30b]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101':
          sb138: #i116038# fresh implementation of binary URP bridge
          dba34b: #i106807# use mysql instead of adabas now
          sb126: #i112627# adapted SDK/DevGuide to configmgr re-write
        
        Conflicts:
        	odk/util/makefile.pmk

2011-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [589f7ed2b46f7a3b292029bf5d9df2269dbabd41]

        Merge remote branch 'origin/feature/gnumake2.1' into integration/dev300_m101
        
        * origin/feature/gnumake2.1: (202 commits)
          Revert "starmath need to have _DLL_ defined, even on MacOS"
          tweak library name on MacOS
          starmath need to have _DLL_ defined, even on MacOS
          add helper to set-up the libraries env, to run executable during build
          the startmath module in Module_ooo must use the name of the directory
          add starmath libraries to Repository.mk
          make linkoo scan the solver too, for Norbert's gnumake work
          -Wunitialized is not compatible with -DDEBUG
          rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default
          add missing library for sc.  Massage the delivered libraries name.
          support USE_GMAKE=1 envvar to build with gmake the modules that can be.
          add sc in the list of gmake-Modules
          support for an alternate gbuild.lst to support gmake build
          add a few comment to balance quotes, to make the editor less confused
          add all the sub-directory of the RESLOCATION to search for resource
          add calc related library to the Repository
          tweak MacOs platform specific include to build on Macos
          fixing variable exports for windows compiler (thanks ause)
          fixing variable exports for windows compiler (thanks ause)
          also accept debug=t
          ...
        
        Conflicts:
        	Makefile.in
        	Module_ooo.mk
        	Repository.mk
        	RepositoryFixes.mk
        	configure.in
        	solenv/bin/build.pl
        	solenv/bin/modules/RepositoryHelper.pm
        	solenv/bin/packmodule
        	solenv/doc/gbuild/doxygen.cfg
        	solenv/doc/gbuild/solenv/gbuild/types.mk
        	solenv/gbuild/AllLangResTarget.mk
        	solenv/gbuild/BuildDirs.mk
        	solenv/gbuild/ComponentTarget.mk
        	solenv/gbuild/Deliver.mk
        	solenv/gbuild/Executable.mk
        	solenv/gbuild/Helper.mk
        	solenv/gbuild/Library.mk
        	solenv/gbuild/LinkTarget.mk
        	solenv/gbuild/Module.mk
        	solenv/gbuild/Output.mk
        	solenv/gbuild/Package.mk
        	solenv/gbuild/PrecompiledHeaders.mk
        	solenv/gbuild/SdiTarget.mk
        	solenv/gbuild/StaticLibrary.mk
        	solenv/gbuild/TargetLocations.mk
        	solenv/gbuild/gbuild.mk
        	solenv/gbuild/platform/linux.mk
        	solenv/gbuild/platform/macosx.mk
        	solenv/gbuild/platform/solaris.mk
        	solenv/gbuild/platform/windows.mk
        	solenv/gbuild/processdelivered.awk
        	solenv/gbuild/processdeps.awk
        	solenv/inc/unxgcc.mk
        	soltools/mkdepend/def.h
        	soltools/mkdepend/include.c

2011-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [d7fc91fcd1000a3c8e9cdfd86195d880218b1346]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (185 commits)
          chart52: cleanup unused legend entry stuff in preparation of issue #i82802#
          masterfix: #i10000# add missing dependency in offapi
          sb138: #i115619# fix for MinGW
          sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp
          sb138: #i115619# osl_setThreadName
          gridsort: i116682: update UnoControlDialog to reflect XDialog
          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.
          gridsort: grid control related unit tests (first set, more to come)
          sb138: #i116038# fresh implementation of binary URP bridge
          chart52: #28670# make the legend within charts resizeable - part 2
          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
          sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility
          gridsort: document the relationship between soorting the data and notifying XGridDataListeners
          gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel
          locales34: #i112431# adapt documentation to reality
          gridsort: introduce XSortableGridDataModel::removeColumnSort
          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
          gridsort: made the row title a row heading, being an Any instead of a string
          gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls
          gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons
          ...
        
        Conflicts:
        	bridges/inc/bridges/remote/bridgeimpl.hxx
        	bridges/inc/bridges/remote/connection.h
        	bridges/inc/bridges/remote/context.h
        	bridges/inc/bridges/remote/helper.hxx
        	bridges/inc/bridges/remote/mapping.hxx
        	bridges/inc/bridges/remote/proxy.hxx
        	bridges/inc/bridges/remote/remote.h
        	bridges/inc/bridges/remote/remote.hxx
        	bridges/inc/bridges/remote/stub.hxx
        	bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
        	bridges/source/remote/context/context.cxx
        	bridges/source/remote/static/helper.cxx
        	bridges/source/remote/static/mapping.cxx
        	bridges/source/remote/static/proxy.cxx
        	bridges/source/remote/static/remote.cxx
        	bridges/source/remote/static/remote_types.cxx
        	bridges/source/remote/static/remote_types.hxx
        	bridges/source/remote/static/stub.cxx
        	bridges/source/remote/urp/urp_bridgeimpl.cxx
        	bridges/source/remote/urp/urp_bridgeimpl.hxx
        	bridges/source/remote/urp/urp_cache.h
        	bridges/source/remote/urp/urp_cache.hxx
        	bridges/source/remote/urp/urp_dispatch.cxx
        	bridges/source/remote/urp/urp_dispatch.hxx
        	bridges/source/remote/urp/urp_environment.cxx
        	bridges/source/remote/urp/urp_job.cxx
        	bridges/source/remote/urp/urp_job.hxx
        	bridges/source/remote/urp/urp_log.cxx
        	bridges/source/remote/urp/urp_log.hxx
        	bridges/source/remote/urp/urp_marshal.cxx
        	bridges/source/remote/urp/urp_marshal.hxx
        	bridges/source/remote/urp/urp_marshal_decl.hxx
        	bridges/source/remote/urp/urp_property.hxx
        	bridges/source/remote/urp/urp_propertyobject.cxx
        	bridges/source/remote/urp/urp_propertyobject.hxx
        	bridges/source/remote/urp/urp_reader.cxx
        	bridges/source/remote/urp/urp_reader.hxx
        	bridges/source/remote/urp/urp_replycontainer.hxx
        	bridges/source/remote/urp/urp_threadid.cxx
        	bridges/source/remote/urp/urp_threadid.hxx
        	bridges/source/remote/urp/urp_unmarshal.cxx
        	bridges/source/remote/urp/urp_unmarshal.hxx
        	bridges/source/remote/urp/urp_writer.cxx
        	bridges/source/remote/urp/urp_writer.hxx
        	cppu/source/threadpool/threadpool.cxx
        	cppu/util/target.pmk
        	cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx
        	cppuhelper/source/interfacecontainer.cxx
        	cpputools/source/regcomplazy/regcomplazy.cxx
        	jurt/prj/d.lst
        	jvmfwk/source/elements.cxx
        	offapi/com/sun/star/awt/grid/GridDataEvent.idl
        	offapi/com/sun/star/awt/grid/XGridColumn.idl
        	offapi/com/sun/star/awt/tab/makefile.mk
        	offapi/com/sun/star/chart2/ExplicitIncrementData.idl
        	offapi/com/sun/star/chart2/XPlotter.idl
        	offapi/com/sun/star/chart2/XUndoHelper.idl
        	offapi/com/sun/star/document/MediaDescriptor.idl
        	offapi/com/sun/star/document/makefile.mk
        	offapi/com/sun/star/linguistic2/XLanguageGuessing.idl
        	offapi/com/sun/star/script/ModuleInfo.idl
        	offapi/com/sun/star/script/ModuleType.idl
        	offapi/com/sun/star/text/TextMarkupType.idl
        	offapi/com/sun/star/util/XTextSearch.idl
        	offapi/com/sun/star/xml/sax/XFastAttributeList.idl
        	pyuno/source/loader/makefile.mk
        	remotebridges/source/bridge/bridge_connection.cxx
        	remotebridges/source/bridge/bridge_connection.hxx
        	remotebridges/source/bridge/bridge_provider.cxx
        	remotebridges/source/bridge/remote_bridge.cxx
        	remotebridges/source/bridge/remote_bridge.hxx
        	remotebridges/source/dynamicloader/dynamicloader.cxx
        	remotebridges/source/factory/bridgefactory.cxx
        	remotebridges/source/factory/bridgeimpl.cxx
        	remotebridges/source/factory/bridgeimpl.hxx
        	remotebridges/source/factory/makefile.mk
        	sal/cppunittester/cppunittester.cxx
        	sal/inc/osl/diagnose.h
        	sal/osl/os2/system.h
        	sal/osl/unx/diagnose.c
        	sal/osl/unx/file_misc.cxx
        	sal/osl/unx/process_impl.cxx
        	sal/osl/w32/diagnose.c
        	sal/osl/w32/process.cxx
        	sal/prj/build.lst
        	sal/qa/rtl/math/makefile.mk
        	sal/qa/rtl/math/rtl_math.cxx
        	sal/qa/rtl/math/rtl_old_testint64.cxx
        	sal/qa/rtl/math/test_rtl_math.cxx
        	sal/systools/win32/kill/kill.cxx
        	sal/textenc/tencinfo.c
        	sal/util/sal.map
        	stoc/source/inspect/introspection.cxx
        	stoc/source/security/file_policy.cxx
        	stoc/source/simpleregistry/simpleregistry.cxx

2011-03-08  Rafael Dominguez  <venccsralph@gmail.com>  [26c6a74395274635d4face26f8b1cb1927b94c98]

        Remove List in SdrObjListIter.

2011-03-09  Martin Kepplinger  <martinkepplinger@eml.cc>  [2dfc83ec1166ff422ad083c3d1fc2e928cb4d177]

        Translate german comments
        
        This translates the remaining german code comments in writer/sw/source/ui/fldui
        to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-09  Martin Kepplinger  <martinkepplinger@eml.cc>  [5cb5d02be88e1cb4012e68584dc706db019b1de4]

        Translate german comments
        
        This translates german code comments in writer/sw/source/ui/fldui to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-09  Martin Kepplinger  <martinkepplinger@eml.cc>  [093e31aaf111772296bffeaa4d6d46bba3e7fd11]

        Translate german comments
        
        This translates more german code comments in writer/sw/source/ui/fldui to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-09  Martin Kepplinger  <martinkepplinger@eml.cc>  [c7e44cdae8de1562af589f9ccbb94dac012e96d9]

        Translate german comments
        
        This translates more german code comments in writer/sw/source/ui/fldui to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-09  Martin Kepplinger  <martinkepplinger@eml.cc>  [5c34b059c776bdffcb2e5ddfdb82e03869afebe2]

        Translate german comments
        
        This translates german code comments in writer/sw/source/ui/fldui to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [f0e5895d5baa04826d1884fc4720c6180f2eda04]

        Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
        
        * commit 'ooo/DEV300_m101': (500 commits)
          masterfix DEV300: #i10000# remove hard dep
          masterfix DEV300: #i10000# usage of L10N build_type
          masterfix DEV300: #i10000# usage of L10N build_type
          masterfix DEV300: #i100000# dep. fix
          masterfix DEV300: #i10000# removed one hard dep
          masterfix DEV300: #i10000# fixed patch handling
          masterfix DEV300: #i10000# new configure
          DEV300
          masterfix DEV300: #i10000# nawk -> awk
          l10nmove: adjust repository handling
          l10nmove: fixed regex
          l10nmove: minor fixes
          l10nmove: add l10n repo to gb_REPOS
          DEV300 masterfix: gnumake3: subsequenttests requires  in environment
          ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300
          DEV300 masterfix: #i10000#: windows: more bizare hacks ...
          locales34: have a matching configure as well
          DEV300
          locales34: back out change from autoreconf
          gnumake3: JunitTest.mk: bizarre hacks to make it work on windows
          ...
        
        Conflicts:
        	configure
        	configure.in
        	instsetoo_native/prj/build.lst
        	instsetoo_native/util/makefile.mk
        	instsetoo_native/util/openoffice.lst
        	instsetoo_native/util/pack.lst
        	ooo.lst
        	scp2/source/canvas/canvascommons.scp
        	scp2/source/canvas/mtfrenderer.scp
        	scp2/source/ooo/common_brand.scp
        	scp2/source/ooo/directory_ooo.scp
        	scp2/source/ooo/file_library_ooo.scp
        	scp2/source/ooo/file_ooo.scp
        	scp2/source/ooo/makefile.mk
        	scp2/source/ooo/module_hidden_ooo.scp
        	scp2/source/ooo/module_langpack.ulf
        	scp2/source/ooo/ure.scp
        	scp2/source/python/file_python.scp
        	scp2/source/sdkoo/sdkoo.scp
        	scp2/source/templates/module_langpack_accessories_templates.sct
        	scp2/source/templates/module_langpack_accessories_templates_root.sct
        	set_soenv.in
        	soldep/bootstrp/appdef.cxx
        	soldep/bootstrp/dep.cxx
        	soldep/bootstrp/hashtbl.cxx
        	soldep/bootstrp/makefile.mk
        	soldep/bootstrp/minormk.cxx
        	soldep/bootstrp/prj.cxx
        	soldep/bootstrp/prodmap.cxx
        	soldep/inc/dep.hxx
        	soldep/inc/minormk.hxx
        	soldep/inc/prodmap.hxx
        	soldep/inc/soldep/appdef.hxx
        	soldep/inc/soldep/connctr.hxx
        	soldep/inc/soldep/depper.hxx
        	soldep/inc/soldep/depwin.hxx
        	soldep/inc/soldep/hashtbl.hxx
        	soldep/inc/soldep/objwin.hxx
        	soldep/inc/soldep/prj.hxx
        	soldep/inc/soldep/sdtresid.hxx
        	soldep/inc/soldep/soldep.hxx
        	soldep/inc/soldep/soldlg.hxx
        	soldep/inc/soldep/tbox.hxx
        	soldep/prj/d.lst
        	soldep/source/connctr.cxx
        	soldep/source/depapp.hxx
        	soldep/source/depper.cxx
        	soldep/source/depwin.cxx
        	soldep/source/makefile.mk
        	soldep/source/objwin.cxx
        	soldep/source/soldep.cxx
        	soldep/source/soldlg.cxx
        	soldep/source/soldlg.src
        	soldep/source/tbox.cxx
        	solenv/bin/build.pl
        	solenv/bin/cws.pl
        	solenv/bin/make_installer.pl
        	solenv/bin/mhids.pl
        	solenv/bin/modules/CwsConfig.pm
        	solenv/bin/modules/RepositoryHelper.pm
        	solenv/bin/modules/installer/regmerge.pm
        	solenv/bin/modules/installer/scriptitems.pm
        	solenv/bin/modules/installer/servicesfile.pm
        	solenv/bin/modules/installer/simplepackage.pm
        	solenv/bin/modules/installer/substfilenamefiles.pm
        	solenv/config/ssolar.cmn
        	solenv/inc/_tg_rslb.mk
        	solenv/inc/extension_post.mk
        	solenv/inc/libs.mk
        	solenv/inc/minor.mk
        	solenv/inc/postset.mk
        	solenv/inc/settings.mk
        	solenv/inc/tg_rslb.mk
        	solenv/inc/unxlng.mk
        	solenv/inc/wntmsc.mk
        	soltools/HIDCompiler/hidclex.l
        	stlport/prj/d.lst
        	stlport/systemstlguards/postextstl.h

2011-03-08  Kohei Yoshida  <kyoshida@novell.com>  [4be37d1bc9ca2d3d1b9e25c28dcc4c6157b80521]

        Simple in-line comment.

2011-03-08  Kohei Yoshida  <kyoshida@novell.com>  [014d7602e5d4cd1852ca9e7bb6461f7d743bffd5]

        Added unit test for external references.
        
        For now, we just test its caching behavior with in-memory document.

2011-03-08  Andras Timar  <timar@fsf.hu>  [9849827a5b8e9c2189f236b452a58eaae95668c6]

        adapt localize to LibreOffice directory structure

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [b365285d1c9e3030f91ae0121dfb682051b07f0a]

        use same terminology as in word count

2011-03-08  Arnaud Versini  <arnaud.versini@gmail.com>  [3530cccd586b2b2f2dd0ea75cb6af8aa050ae8a3]

        Add non blank characters in Writter properties dialog.

2011-03-08  Andras Timar  <timar@fsf.hu>  [ea807d038815f34dc4c10cb466b2051da5a5cc0d]

        l10n: don't extract strings from localized NLPSolver properties

2011-03-08  Bálint Dózsa  <dozsabalint@gmail.com>  [f7114f0245a00b10b0a30245729b4100179be08f]

        Remove commented out code

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [6708fce02aab465d012f3a6ba733ee4a4eba09e6]

        remove unused dir

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [dad12d6be83b926af55e3a1c854512e4c6376e19]

        WaE: mark this dir as warnings free

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [e480e0f4c080bf450154ce9c8fed96b17847eb60]

        WaE: mark this dir as warnings free

2011-03-08  Caolán McNamara  <caolanm@redhat.com>  [9a94d4d0cb04e88026f0ab545bcf03584659f0ce]

        WaE: mark this dir as warnings free

2011-03-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f7a178b3a9ad1923b69cf8d1658da368249683ee]

        n#663622: Fix the positions of imported fields to avoid crashes
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4a8b8ee334507f89ed7b918fda1678b213f6609b]

        vcl120: #i115695# respond to a PrinterName property used by the application

2011-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [3384575304eba1d373c9f3bcfb79fd5a50ba37cc]

        masterfix DEV300: #i10000# empty cat fix

2011-03-08  Release Engineering  <releng@openoffice.org>  [b55267fbbe67cc99ab36159aed0b5d187cd967ee]

        DEV300

2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [1acfb268fdcd18894f04216983fda863f8f6f75e]

        Un-breaking the unit test

2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [245f4a29ca58a849d159f57869b95b290758844d]

        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>  [6437196eea729b8e74379820c4d6af4d7db74e08]

        Handle tinkering with '-N => (N)' number format -- bnc#659993

2011-03-08  Katarina Machalkova  <kmachalkova@suse.cz>  [96dc8d285d5215ad9fac6951741b81c7203ee38d]

        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>  [0177774f9bfa9b460fe3244b0455ef412e3cd147]

        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  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0da391718d04406cf154e43f935bd8618a4e88f9]

        n#663622: Fix the positions of imported fields to avoid crashes

2011-03-08  Luboš Luňák  <l.lunak@suse.cz>  [c6753d78c3044a12133614904aa8d577fda49bbf]

        avoid race condition with multiple window resizing (bnc#674806)

2011-03-08  Ocke Janssen  <oj@openoffice.org>  [7bd65500828eec5062bfa74e9988771ccc0f797e]

        dba34d: #i117276# mid for driver doesn't be static

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [c7eab7eed6263bdc62f91a2336cc60fdc3d69a49]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [42e0579442c805df41454461d17cdede43c47b6a]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [b8867927e2fee37ed60b1b8773bcc0dc7e2b91cd]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [870bf01177cda3e80d200b785040e0ebe248b263]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [de83c8f631b7ab3c47672a7dd5a9fb1993df4f57]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [8ade1b264b756914ca121db4379cbbe709b7eb89]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [3b94f5ca3f0a701852ec7548bc677ffe736aabfe]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [648eb69046db96c3dd675543740a95859a0c4d02]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [e9b361d0304adb9f5c06649fee7fb8183d8a4859]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [315eec9e4dbdd27063f4b970c25e9c719e86bcd8]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [94844f1a5db3657d0e649069f5a7f4d890b80568]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [86cd747ee7c8d3a56296791294ad2e5c37f05bbf]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [1dd3ecc26716372f4e0aeb7578acfd997f125a61]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [b84e1626f6fcb29fe784933dee51079c3447a50c]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [2cfb9101ab66d1521faa19f4f7e7174aea66a972]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [af043e0f10d7a8a8bcc1e7a8afbdfd60802fbf0b]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [bc9a24765b3a6f97bda09afc07bf47151fed14e8]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [e23b9d2c7a43babeaacc9ebc3b5c6866ee02056d]

        Version 3.3.2.1, tag libreoffice-3.3.2.1 (3.3.2-rc1)

2011-03-08  Petr Mladek  <pmladek@suse.cz>  [38319486b74c616154dfc278f885dc4294ebb9ae]

        do not create OxygeOffice rpms for LibreOffice build
        
        there was a cut&paste problem in the previous commit

2011-03-08  David Tardon  <dtardon@redhat.com>  [5ea935885018b33f1f9e3a8e1f1cfd129d9bd6d2]

        install high-resolution icons

2011-03-08  David Tardon  <dtardon@redhat.com>  [a5ac0665287dbdf612ead5d315e2b213d2e7f617]

        fix shebang

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [6cd7d7c69ce62fbf788fc4e971cb14ab24d4c5ed]

        Handle shadow option in frame painting.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [497683efc24fa419dee4170cc32a4a1e39402f48]

        Renamed shadow images to *-mask.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [4b8b1cc624aa94ed42a9bc2f63420cf5ccb9484f]

        Removed no more used shadow images.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [b9b84cde62e008f905d3307bd6b11577ce740064]

        Using alpha mask for page shadow drawing.
        
        Alpha masks will allow us to have configurable shadow colors.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [86fb5fff88be611785b7908aac2a44475d77705f]

        Added shadow color configuration save.

2011-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [a152eed1d2a226c83164c8d86bad135793fca896]

        l10n36: #i117281# add isocodes fur jbo kab nso ny so

2011-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [8b87f892235d27a48e69a35e660846805254ac63]

        l10n36: #i117281# add isocodes fur jbo kab nso ny so

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [3ebf11eb492ce08a19166e8db7000d9906bcb3d1]

        Added shadow configuration to prefs schema.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [7fc838e84c345c13e1dbd32052e1d9c5985a7859]

        Added shadow option to appearance dialog.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [e929d0d00c39a298bff3cee1db991a4d88c9e527]

        Use meaningful names for shadow images.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [65085792a1dd66220fee752b050902ece576f30a]

        Removed now useless images.

2011-03-08  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [b66e87287fd7b54a9eb44758b4c73cb3e12f8279]

        Converted shadow images to alpha masks.

2011-03-08  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [7c765b91c9194aea22b244f6fad6af4cc1531b24]

        cws dba34c: add new test for mysql connector

2011-03-08  Kohei Yoshida  <kyoshida@novell.com>  [1eecd1b23e0501bf8ddb2f48c79640bf6be9703d]

        Properly invalidate cached sheet XML streams during reference update.
        
        Failure to invalidate sheet streams during reference update caused
        formula cross referenceing between sheets to totallly get borked.
        
        The bug was originally reported in i#116833.
        
        Signed off by Petr Mladek <pmladek@suse.cz>

2011-03-08  Ocke Janssen  <oj@openoffice.org>  [605447bb906e0ac1888558d6e338059962ebab8b]

        rsvglibs: new zlib version 1.2.5

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c78f979010fe079a6e484d139144098571902e05]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c72b971149b441e3a459bc22365f25c0312f9aa5]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c52f1bd36b3e35f9708b2f079e1f3fd0663940a3]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7aa65a7d1f9901c12282f8ac5c4ed07840105547]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [795a6533c906485cafaa5029aeb1fedefca67200]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [35a4f6933023e3b852c00080d6393f6975392da1]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [783a2bace3caadd1899a6ad247cb5991ab59b835]

        dba34d: pulled and merged latest changes from CWS dba34c

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [99745dbcbb25b61437914c9782475d0b67a4b0bd]

        Typo.

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [31dbdd176690cebeece83cb456383aae136e4b98]

        Properly invalidate cached sheet XML streams during reference update.
        
        Failure to invalidate sheet streams during reference update caused
        formula cross referenceing between sheets to totallly get borked.
        
        The bug was originally reported in i#116833.

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [ecce776df13708ce98eeea0784209dfe7f6bc96d]

        New unit test for sheet stream's validity during reference update.

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [4bbd113b9c06a2363affedb63436f923579f0021]

        More BOOL to bool conversion.

2011-03-07  Petr Mladek  <pmladek@suse.cz>  [2daa504563908d8cd3a766e91c6100467584abf2]

        fix build in writerfilter
        
        deliver newly needed oox\helper\graphichelper.hxx

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [22ffbb90a3c10f545069f8018deb6eb3ce67e3da]

        BOOL to bool conversion.

2011-03-07  Julien Nabet  <serval2412@yahoo.fr>  [eb888e66ee58e6f5eb73e369419818c80cb5eff9]

        First try of removing "using namespace ::com::sun::star::uno"

2011-03-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [64ecad989408b3ff9a2a817f9ef94ec5c6770567]

        vcl120: #i114306# enforce setting a new document printer

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [a077ebcb54c61b8b655c44134156a0da7efe05b2]

        Duh!  I forgot to loop.  Silly me.
        
        This caused saving of a document to ods to cause a crash unconditionally.

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [f59ba28bac7a38bb86e10779ca38276259dc79e7]

        CWS-TOOLING: integrate CWS os146

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [e8a6c5a27713a2bbc378ca999beb272e7cdd63ef]

        CWS-TOOLING: integrate CWS os146

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [b381f759166cc326f413ae6af0a8e5351d895198]

        CWS-TOOLING: integrate CWS os146

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ab72202f53d6d05f3656e65e568078da5b3b7525]

        CWS-TOOLING: integrate CWS os146

2011-03-07  Caolán McNamara  <caolanm@redhat.com>  [b298ceabb8f4edbff4fd1b08141243ad3caec3d0]

        Resolves: fdo#34920 restore FormatBlock
        
        Reverts the accidental removal of this in
        cb3cd9644fdc556234f62fb80f6ecf60afedf3cf

2011-03-07  Noel Power  <noel.power@novell.com>  [6fc59a77955bc621c875146aec3e0c5d0f96e7f5]

        resolves fdo#34909
        
        enable import of macros for docxm

2011-03-07  Noel Power  <noel.power@novell.com>  [495668256dd0b3eb64c12f32e17f048c139eb935]

        resolves #fdo34941
        
        ensure a valid mediatype is set up for the ooxml filters so that ooo::vba::isAlienExcelDoc can give the correct result

2011-03-07  Radek Doulik  <rodo@novell.com>  [50bc1bc97b170c38648fab979ccb812a3c458cab]

        fix placeholder text style n#650026
        
         - make it inherit style from master text list styles, the style of placeholders
           living in master slide was not used, in this case the placeholder has body
           style and should thus use body text style of master slide
         - also added more debug output related to placeholders to make it easier
           debug next time

2011-03-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [926a64721ce2610bb146253daeb42dad3db53f75]

        fdo#34699 some pythonsamples not visible on Mac OS X
        
        node.expr is a Node of type "Tuple", not a builtin tuple datatype, thus
        python 2.3 did fail with TypeError: iteration over non-sequence
        (cherry picked from commit bef88b2ebf98faacedd911944ba20fe963498396)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [61b8bd9f42f48609a14cab31f58d5122285e67f6]

        CWS-TOOLING: integrate CWS os150

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [852a59c2ec6d967d601ae00eac41893820e4b1c1]

        CWS-TOOLING: integrate CWS os150

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [4c83e80e4d1d7f4f659ed93936fbfd32db2f565c]

        CWS-TOOLING: integrate CWS os150

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [7aff5812cbcc63044a20d263c07849334e51a60b]

        CWS-TOOLING: integrate CWS os150

2011-03-07  Jean-Yves Royer  <royerjy@wanadoo.fr>  [e4af321d7b021a22b441098ee3c329ad1b1cadbd]

        Mapped some more paragraph style to WW8

2011-03-07  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [d3f6682a18d9ad971067a969f21ffa81aea7f2e0]

        fdo#34699 some pythonsamples not visible on Mac OS X
        
        node.expr is a Node of type "Tuple", not a builtin tuple datatype, thus
        python 2.3 did fail with TypeError: iteration over non-sequence

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [33e2b11638c87ffed5d91405ba76cb00cd91e1be]

        CWS-TOOLING: integrate CWS jsc340

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [5d493f49ae63249f4781a9e7228dda55fb0fff13]

        CWS-TOOLING: integrate CWS jsc340

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [af8c4ee6361b3acb99292390ac9b0fc9d3f01e7c]

        CWS-TOOLING: integrate CWS jsc340

2011-03-07  Caolán McNamara  <caolanm@redhat.com>  [d18cf62eb4e7cf129e15a73ff38ad5ef59f644c9]

        valgrind: don't leave an evil thread running after main is completed

2011-03-07  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [bd43bcadd24cc7af35efba77096b87f9fbdb237c]

        fdo#30917: make the code easier to understand by using constants

2011-03-07  Gert Faller  <gertfaller@aliceadsl.fr>  [6e5659212308452d96ef445e6a0de4ebdee30920]

        fdo#30917: Storing the hierarchical view of style browser

2011-03-07  Kalman Szalai - KAMI  <kami911@gmail.com>  [642b89e8fedf1e10c8986f7b5398f565f44c224f]

        Introduce OxygenOffice as a product

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [f09cd2c5813a8d33eed65a9ce621058cdcb7067d]

        CWS-TOOLING: integrate CWS gnumakefixes

2011-03-07  Kohei Yoshida  <kyoshida@novell.com>  [65e3078cc47d5ba85039d14a30ebf2933ca9f417]

        Make sure these values are positive; we use them to resize arrays.
        
        This fixes fdo#34350.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-03-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [7572bcf0b17da4b37bf4ba834347196567ec3c37]

        solenv/bin/subsequenttests is intended to be executable

2011-03-07  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [781086f0675d6d644a4f2e905b12a2069ce46174]

        teach ./g at least some basic manners when using commit -F
        
         * still needs fixes for message files with relative paths

2011-03-07  Niklas Nebel  <nn@openoffice.org>  [609e196ad264ddf039bfec245c81a0d0a3232453]

        calc66: warning-free

2011-03-07  Niklas Nebel  <nn@openoffice.org>  [25aa5ab9470f6a41a5709e33bf37a2e8ff5e7cca]

        calc66: Patch from IBM Symphony team for #i89232# and #i85305#

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [39250f089adfce87856a0a7a250511decd7418e2]

        CWS-TOOLING: integrate CWS vcl119

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [1e94a4e6c2591d3ad9101e5b524294a5986c0949]

        CWS-TOOLING: integrate CWS vcl119

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [9a3c97e700fdc4b29d584a7bcc424883cc34e078]

        CWS-TOOLING: integrate CWS vcl119

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ac70a8e9bf3cf02036850f975cb10ffb748c0a2d]

        CWS-TOOLING: integrate CWS vcl119

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [736d7a0dafbbe39f7e0eea7d7d4521720c3c0441]

        CWS-TOOLING: integrate CWS fwk165

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [606317ec8025a9a7cf263744fc988c183caaeec0]

        CWS-TOOLING: integrate CWS fwk165

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [e02dea3cb91cf9d81595d9a5ca881828b08db947]

        CWS-TOOLING: integrate CWS fwk165

2011-03-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [dc4d513c4de6f5d8e38e623eacbe59852f48388a]

        rsvglibs: add libjpeg

2011-03-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [aee0eef2964f2dc87d73d3af865db4579993d52b]

        rsvglibs: add missing source file, create appropriate lib target

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ae08e3638399fce427ad5fbcdead566d8800f5ba]

        CWS-TOOLING: integrate CWS sb141

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [a786a6f68f987319394e658c1e12206cce7953b4]

        CWS-TOOLING: integrate CWS sb141

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [47f8c3989cdf8ea4f94806c97b12d46228a5c32e]

        CWS-TOOLING: integrate CWS native364

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [fa8f20aa6d3704e795b3ac6854d22ef1cd7438e9]

        CWS-TOOLING: integrate CWS jl165

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [38a0e48847b31b24e44eb15091d257cee9c26bb8]

        CWS-TOOLING: integrate CWS jl165

2011-03-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c06f108e872871ea68188f72984dee690453ef96]

        dr78: fix broken d.lst

2011-03-07  Ivo Hinkelmann  <ihi@openoffice.org>  [6983ae5750c0b421d2458a5220c7477175956f49]

        masterfix DEV300: #i10000# mingw fix

2011-03-07  Martin Kepplinger  <martinkepplinger@eml.cc>  [4eca318687e742e6e05c43a0e36682153200739f]

        Remove references to unavailable bug reports
        
        This removes more references to bugzillas that are not available to the
        community. See http://wiki.documentfoundation.org/Development/FAQ
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-07  Petr Mladek  <pmladek@suse.cz>  [03bbe1954500cd5be4f1ed05e7ee920e505ddbd6]

        bump product version to 3.3.2rc1, release number to 201

2011-03-07  Martin Kepplinger  <martinkepplinger@eml.cc>  [243eb65baf1549eaffff1179323a25c847d68c7e]

        Remove reference to unavailable bugtrackers
        
        This removes references to some internel bugtrackers that are (according to
        http://wiki.documentfoundation.org/Development/FAQ ) not available to the
        community in writer/starmath.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-07  Caolán McNamara  <caolanm@redhat.com>  [83932cfee224ed0a49c6f41025fd371d48f591e9]

        WaE: explicitly cast result

2011-03-07  Caolán McNamara  <caolanm@redhat.com>  [a62200a8511c3b50c05b540ce7a6ccf93993943e]

        enable exceptions here

2011-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df2e7546e08740a0adc066809084d0cc9f273bf2]

        gnumakefixes: #i117254# set gb_CC to gcc

2011-03-07  Nigel Hawkins  <n.hawkins@gmx.com>  [058cae6939cb43814565290041c025ab8cbff6a0]

        Remove use of SvLongs in txtparae.hxx

2011-03-07  Nigel Hawkins  <n.hawkins@gmx.com>  [502a7f34e9a96bd32482c5bed05d3cafbd6c60c2]

        Remove use of Svlongs from fmshimp.[ch]xx

2011-03-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [af2a07dd79e89ae9459670ccbb3eeac16dfbb4fc]

        sw34bf04: #i104017#: use MAXTABLECELLS to define maximum number of cells in a table row

2011-03-07  Ocke Janssen  <oj@openoffice.org>  [d529258afae41451b8fa79056d4571894bd7562b]

        rsvglibs: add patch for win32

2011-03-07  Jan Holesovsky  <kendy@suse.cz>  [b50dac560dfde480d7876c8109083de13c58d437]

        findbar: Change '~Find' to '~Find...', it is not an action.

2011-03-07  Martin Kepplinger  <martinkepplinger@eml.cc>  [dd075953509d71fecced23e027acdda84d12838e]

        Translate german comments
        
        This translates the remaining german code comments in writer/sw/source/ui/envelp
        to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-07  ka  <kai.ahrens@oracle.com>  [9cadc9c7432a4aaa48f87005ea2dc68dc2c6bf59]

        rsvglibs: added external sources for jpeg8 library

2011-03-07  ka  <kai.ahrens@oracle.com>  [9d0e7743fa8ec4efdfe47288c715732372cf84ce]

        rsvglibs: added external sources for jpeg8 library

2011-03-07  Martin Kepplinger  <martinkepplinger@eml.cc>  [1c60ac8f00f9d659e80d38246d8c39bf63f76d98]

        Translate german comments
        
        This translates german code comments in writer/sw/source/ui/envelp to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-03-06  Julien Nabet  <serval2412@yahoo.fr>  [6dd5cc1f735b4a4a9ee45be5b348f4d369c97e69]

        There were 2 times "using ::rtl::OUString"

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [ef9d0fe571092a2ec5bfaca2805b79421be08dce]

        make this dtor virtual

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [aa4a5a276b3e694b7d73c57b23f3a331d2d14bfe]

        WaE: silence this annoying warning

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [7d525ad349d8e20825cb6f73878dd10b336fb2f1]

        build these cxx files with exceptions enabled

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [83a98c1854d917015dd81df6af520778d94f180a]

        let always include these to keep it simple

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [6184a626b9d90b2cabeed6aaf3aad30a56ab772a]

        always include these on all platforms to keep things simple

2011-03-06  Daniel Di Marco  <d.dimarco@gmx.de>  [1f5228b3a9cd310997d4ae7109532d20416808b7]

        translated some comments from german to english

2011-03-06  Andras Timar  <timar@fsf.hu>  [01d4999e997e9921515c55e23740f4002c43b3e1]

        l10n: Updated translations from Pootle

2011-03-06  Caolán McNamara  <caolanm@redhat.com>  [0edc2694aef4c510761a09a958f2a2a531e40f3b]

        vos is gone

2011-03-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a44a269f93f4602898df9222ec0e3486e3a3b0bc]

        Fix windows build breakage

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [704dcf4d1ddb2cc0ab6d0b87c05a9ce95e6db3fd]

        GetRangeAtBlock() to findByRange(), favor std::find_if over manual loop.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [eb9ba62f386665dd51c3b38b4c1875897f4d329f]

        Fixed a build breakage.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [18a96804b7b1f2d6c7bee62b3b53eff74870bd01]

        Changed ScRangeData's index back to USHORT for now.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [d23aeeae680af953c6757b0e6394e4cac191f655]

        Renamed FindIndex to findByIndex to be consistent with findByName.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [a4e0c61a042d09e39b2872254eeaa5c3ed7642fb]

        Removed the Insert() method; let's use insert() across the board.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [7bd15deb60ee204375c41bbae3240477a07f0aaf]

        Finally removed the old ScRangeName code for good!
        
        Plus some build breakage fix.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [6c5be702c24b375794b73e944f8b387a12e9e40a]

        Adjusted ScDocument::CopyRangeNamesFromClip() for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [fe2ee40d95cddd52bf90d1f6b2023171e2caea24]

        Extracted duplicated code blocks into a separate method.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [be1b2028a0d2daa4400a2fd68d35be9c74f06e31]

        Adjusted ScDocument::CopyRangeNamesToClip() for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [b36d2db83f2e08ad9e1466ee1808d406bf89474b]

        Adjusted ScDocument::TransferTab() for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [7b8504627a7392dc430a5a98a298ae440c0d0e29]

        Adjusted the excel export code.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [4af2fdbb9adc87193196146ea0a81fa3a48e253b]

        Reverted on index handling of range name objects.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [1a92b2d9a40071c5a86f4f7c6aa405ca5affe433]

        Adjusted ScSpecialFilterDlg for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [01c1b155e3a209ef2804316b14ba8481738cf0c4]

        Adjusted ScNamedRangeObj for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [0e0b99c817c5d00246732ba617e3a288458b9558]

        Adjusted ScAreaNameIterator for the ScRangeName change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [70624edc40bcb4c17943762ce6660c22ed3297be]

        More on adjusting for ScRangeName API change.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [726a7d3893d49214ca5ef955beb30dcd49b67dd0]

        More on adjusting for ScRangeName's new API.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [e40df3cb083c365d542395b4b48f575ff287b277]

        Added begin(), end() and implemented FindIndex().

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [9b6c3f27f441099a4d07f8ecc3845e3fde46e992]

        Identified and tagged all places where I need to modify.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [0df4b4a86073690ea9013645a39631289ea609a5]

        Removed SearchNameUpper() in favor of findByUpperName().

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [e422d9efc36407cae4220c025a4c2d8e8de14be9]

        Removed SearchName() in favor of findByName().

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [b2d3a5e2a3e5870778af63a30d7f3e6322294d06]

        More on re-working ScRangeName.

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [ac211cd143086753c82d2b28ff2de39bae902c26]

        More work on ScRangeName re-work...

2011-03-05  Kohei Yoshida  <kyoshida@novell.com>  [ef5b262fd51c69781c36dc449ebb1849c7c05b9f]

        Started re-working ScRangeName to use ptr_map instead of own container.

2011-03-05  Arnaud Versini  <arnaud.versini@gmail.com>  [55c3dc3254a99b0f7293ae421dd04e1ad7cdfaba]

        bool functions should use bool instead of BOOL for bRetValue.

2011-03-05  Petr Mladek  <pmladek@suse.cz>  [be31de10c5379535034da5327e4080bd09548277]

        fix custom-tool-panel build dependencies
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-03-05  J. Graeme Lingard  <jgraeme+git@gmail.com>  [f71ad82e60bebde81ebb193dcd16305ca339cc1a]

        Remove 'added by' comments

2011-03-05  J. Graeme Lingard  <jgraeme+git@gmail.com>  [ee8582c5483d3ee34244d27c26c506579c740047]

        Remove 'added by' comments

2011-03-05  Andras Timar  <timar@fsf.hu>  [7e42ff08d72c6824d0df59c8c655842ae8a10d4b]

        Replace OpenOffice.org to %PRODUCTNAME

2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e6dc9117b7ab11b954c3b2a1f440fa682331bba7]

        Remove dead code

2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e0bff79ab235d6a9eaf7f34f1e423c1b0cbcf39e]

        Removed unused field bGerman

2011-03-05  Takeshi Abe  <tabe@fixedpoint.jp>  [e2fbf6391c8ce185d875bf36075e5b2de67cff79]

        Remove dead code

2011-03-05  Rafael Dominguez  <venccsralph@gmail.com>  [f3feba9fcdb4ddb0ed1c823c0d477724838f3344]

        Remove usage of List container.

2011-03-05  Caolán McNamara  <caolanm@redhat.com>  [8dd04b2bdc9a1ea40d24d007f90acfdd319cbad1]

        work around compiler problem

2011-03-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1e3eeebd9bbd23103444eebad2942c22ab750d6a]

        Fix Windows build (?): include comphelper/version.mk

2011-03-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [204f6f5bea3163446865c821f56201eb193d14a0]

        the unit tests are using the comphelp library

2011-03-05  Christina Rossmanith  <ChrRossmanith@web.de>  [b74d1e25414007c56c6a27a03e640528512783af]

        Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from components

2011-03-05  David Nalley  <david@gnsa.us>  [6b3b49b6aaaba5c5b2b0f2263982f800754e3445]

        comment cleanup on unocore stuf

2011-03-05  David Nalley  <david@gnsa.us>  [babdc8c28afd8a1111f9cdf161476251c7d2c791]

        Comment cleanup writer (part1)

2011-03-05  David Nalley  <david@gnsa.us>  [24fbb08c9510f6010b470af7c68ac428777ef5ec]

        deleted a bogus comment and translated a german comment

2011-03-05  Christina Rossmanith  <ChrRossmanith@web.de>  [26524ba0d12250a9487b68a03e0aea188c67dbcc]

        Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from calc

2011-03-05  Christina Rossmanith  <ChrRossmanith@web.de>  [2255dd4e633613cff51f4075d54abeb59e6f5d0a]

        Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from libs-gui

2011-03-05  Christina Rossmanith  <ChrRossmanith@web.de>  [365e2987220a3c69feb6f01c26f8bfd4025da906]

        Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from libs-core

2011-03-04  Rafael Dominguez  <venccsralph@gmail.com>  [f3820a0e7cd12ce461a12831e77fd4f3befe9a01]

        Remove usage of List container.

2011-03-04  Rafael Dominguez  <venccsralph@gmail.com>  [943680d6f4ca53be460a2aa39d5a4d616413bf51]

        Remove usage of List container.

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [6299330c2ab861671f9ac5171f81dea6ef96664c]

        Unit test for text and text number inputs.

2011-03-04  Julien Nabet  <serval2412@yahoo.fr>  [c5f627aeb8a353183c6d0a816a1e403b8b1e5073]

        Remove "using namespace ::rtl"

2011-03-04  Julien Nabet  <serval2412@yahoo.fr>  [3150f39986cb256eb42cd5cd1a902cdf4235a3b5]

        Remove "using namespace ::rtl"

2011-03-04  Christina Rossmanith  <ChrRossmanith@web.de>  [ddd6d4d0d57d1de1391591edeac3ef5ec3be1fb6]

        Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from base

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [c45feb7bec23c3f19bd3ca3f4305e6cd80c48d19]

        regression test for CVE-2009-3302

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [1b9fc8e85daeda7179ce197296e65076ac00f327]

        Workaround dodgy compiler problem.
        
        Bad parse from gcc-4.6.0 of...
        pvfundlg.cxx: In function 'bool lclFillListBox(ListBoxType&, const com::sun::star::uno::Sequence<rtl::OUString>&, USHORT) [with ListBoxType = ListBox, USHORT = short unsigned int]':
        pvfundlg.cxx:699:60:   instantiated from here
        pvfundlg.cxx:74:55: error: invalid use of 'com::sun::star::uno::Sequence< <template-parameter-1-1> >::getConstArray [with E = rtl::OUString]' to form a pointer-to-member-function
        pvfundlg.cxx:74:55: note:   a qualified-id is required
        pvfundlg.cxx:74: confused by earlier errors, bailing out

2011-03-04  Ingrid Halama  <iha@openoffice.org>  [2e2bd7aab73bbf4402034569c6c5ab7d227d9c83]

        chart55: #i117183# bad autoscaling for date axis

2011-03-04  Ingrid Halama  <iha@openoffice.org>  [6b4fa7ab87c548c6e8e2a71c33a9e92cc8e194de]

        chart55: #i117185# correct object size

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [3d743c8b6f9287bab7184f31d1e292fad6e1b95c]

        Remove useless comments in filters.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [fcd23e29d19da70c4228390f67e77293b44e1458]

        Remove various useless comments in filters.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [7d31d873d391782934d03ec0c9570ce00cf0de78]

        Remove useless comments in filters.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [b68c65fbc96ecbc2e133c5c961fd5eb0d3ff653f]

        Remove useless comments in filters.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [0fcf5fa66bdda108ae748858632d40b63c67d274]

        fix style

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [2941a0a77488ec2d98fbfc90755e86d7dec70ecd]

        Remove bogus and useless comments.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [26e4971dfb34c14e7aac649eecbc1b5ec9081fe6]

        Remove various useless comments in components.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Guillaume Poussel  <gpoussel@gmail.com>  [76d93f3b5b699a8b31968375d78a37ddeafc4c24]

        Remove bogus and useless comments in libs-core.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [747cfc8a84a3bca700aabd552ff93131f5bab083]

        Oops.

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [56fbd3f75b41c0efc2a594576a9557db4c4bcb26]

        Don't strip the first apostrophe from a text input. (fdo#34260)
        
        Also removed the abuse of this behavior during datapilot output
        construction.  Thanks largely to the unit test. :-)

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [02c94d293d3babfad45321d89a71315df491dd90]

        Better error output in case something goes wrong during unit test.

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [58310ae426a3211746dc91656527afefc740b795]

        Reduced indent level by early bail out.

2011-03-04  Kohei Yoshida  <kyoshida@novell.com>  [f820e9b5acbdad1203faf67253d4ec6eb418e5bd]

        BOOL to bool.

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [af924d94038ea38d2d47af23f378ae4d45881333]

        add regression test for CVE-2009-3301

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [aebced1279d1e2fd8c0c2e9209e8fdaa106b6e56]

        make this more robust

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [4a62022f7fd624e0408a7ef3db911c2756bf361a]

        cppcheck: this can be const

2011-03-04  Niklas Nebel  <nn@openoffice.org>  [1a333e4bcef74bd4d53e22e2b63c8acbff478b30]

        calc66: #i116457# handle empty column titles in data pilot source range

2011-03-04  Petr Mladek  <pmladek@suse.cz>  [2feb4340b65b53c9d3b23d39461f870d8c3d4978]

        fix custom-tool-panel build dependencies

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [e118a5d32bc8a224395928a4e7532e97797188ee]

        handle 0 width tables gracefully

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [7bfc7bd69dee2bc8af4f3a80727517dc54833deb]

        fix Count() -> size() in DBG_UTIL mode

2011-03-04  Rafael Dominguez  <venccsralph@gmail.com>  [2e3c45afc6c5ea74f1f8b4a7dce806e537870546]

        Remove usage of deprecated List container.

2011-03-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a15c75dfb12538e9e0658518144fa95b39513e18]

        fix windows build

2011-03-04  Ivo Hinkelmann  <ihi@openoffice.org>  [85161bda9987a54d60ecefaed7d5ca47da17356d]

        masterfix DEV300: KDE vs. tooltypes

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [0caf05c869104b2dfb9ceb836b3a1c60d5f81e5e]

        regression test for CVE-2009-0201-1.doc

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [f01b5e4351717258b58f359fa3af798dcb8efda7]

        Regression test for CVE-2009-0200

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [2bcd13d4f470262fa421d2a0a107f756625cfaf0]

        Regression test for CVE-2007-0245

2011-03-04  Rafael Dominguez  <venccsralph@gmail.com>  [632771cc6964a64bb57ed3c5b045012ed80291b9]

        Remove of DECLARE_LIST.

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [b29c81017f9efbdf1c8a16fa9674b03900ae05d1]

        regression test for CVE-2010-3452

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [17be67e282fe94ab856d00f857a6586b4811552c]

        make this more robust

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [938156686759a5fcfbf565269d16c6ea327b4a7c]

        add regression test for CVE-2010-3453

2011-03-04  Niklas Nebel  <nn@openoffice.org>  [54a19cdfff9b344fb94ccef6e98bf0ca7a62b1f3]

        calc66: merge

2011-03-04  Niklas Nebel  <nn@openoffice.org>  [8c0a08da22ecb8d9a57f5822c6329ddbaf578423]

        calc66: merge

2011-03-04  Niklas Nebel  <nn@openoffice.org>  [b17012d929537a88bce9d2af45bf0e71af46a47f]

        calc66: merge

2011-03-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2038d1496dc652b517c9b6b71cdae848bcec2ab8]

        dba34d: #i116795# compile with system HSQL

2011-03-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [78aff58284873675a7b35596c924b8443b30806d]

        calc66: merge

2011-03-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [4f24ef15969c9c062f6ed60d0f2848608cee079e]

        calc66: #i103331# make OFFSET with external references work again + Introduced FormulaSubroutineToken to hold a FormulaTokenArray. * INDIRECT in case of external reference returns FormulaSubroutineToken   instead of directly pushing the token array to code and signalling its   presence to ScInterpreter::Interpret(). * ScInterpreter::ScExternalRef() checks if an external reference is used with   OFFSET and if so does not resolve it but pushes it so it can be handled   within OFFSET. + OFFSET recognizes external reference and creates an external reference of   the new area and returns that as subroutine to be resolved by   ScExternalRef(). * Interpret() pushes the subroutine to code and rememberes the token and array   for late destruction.

2011-03-04  Eike Rathke [er]  <eike.rathke@oracle.com>  [413675e3dcd5fcae4f81ce721bfd62b7d891034b]

        calc66: #i103331# make OFFSET with external references work again + Introduced FormulaSubroutineToken to hold a FormulaTokenArray. * INDIRECT in case of external reference returns FormulaSubroutineToken   instead of directly pushing the token array to code and signalling its   presence to ScInterpreter::Interpret(). * ScInterpreter::ScExternalRef() checks if an external reference is used with   OFFSET and if so does not resolve it but pushes it so it can be handled   within OFFSET. + OFFSET recognizes external reference and creates an external reference of   the new area and returns that as subroutine to be resolved by   ScExternalRef(). * Interpret() pushes the subroutine to code and rememberes the token and array   for late destruction.

2011-03-04  Carsten Driesner  <cd@openoffice.org>  [4bb459568df8ca68adc85d3a2871a66ee8bc3110]

        fwk167: #i90917# Added missing include

2011-03-04  sb  <sb@openoffice.org>  [13b4336da80b66cce2f157d984da1632d142168a]

        sb142: #i116738# ignore test stuff from the Python implementation

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [ed9a4f3f36f6195800c41d1aa40a7969bd57637a]

        throw out some warnings

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [760b66947374c025d6d543a935e14c2b70f73b07]

        WaE: silence warnings

2011-03-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d9698e83a5b9428db2500937181cb344625b7172]

        rsvglibs: add libpng support

2011-03-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [4071c0b8c087568d390e5cee5db4ef7574d6c6da]

        sw34bf04: #i104017#: there are 63 cells possible in a row

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [16c2a2f1dfa993d9d21ad793e3541e22af7f552c]

        WaE: move that inside the TODO as well

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [b901d0ea975bb7c76d303e08781b10ccdbaa7ead]

        and fix up test for CVE-2006-3117

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [31a4735d32cd4893185f87a8f06b6c20564a16ee]

        catched->caught

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [e139fc33b2247d9f9433a6dc1da3599cde4d73f0]

        and enable rtf test

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [4b71407f7a0bb631c690a4ad05209de29c73f62c]

        Add test for filters
        
        Because the filters are in a .so and the main lib dlopens this, we
        cannot test the filters from inside a test which is linked against
        the internal symbols as its just a mess of conflicting symbols
        seeing as the filter .so links to the main .so we we end up with
        the main .so symbols included twice.
        
        Which all means we're limited to the public sw symbols here

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [2d9659f3856f901f76430b0e6d110727a5088f3f]

        setup UCB for qa tests

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [1b53761034647542e8b49739b4f8c6181ce16e09]

        document horror of WW8Fc2Cp

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [379d6a5ae9ec978aa6b60d63384577810572368f]

        handle erronous fExtChar safely

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [53c45468df2afcea3442a119d07d6432c6ca191d]

        disambiguate if/else

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [a47417fcacc1648187da3c34bc5be7560ab2ca77]

        handle edge case of layouting random text

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [d8c7521f5ad9c952b3d6e154f158061073261750]

        safer and better sprm iterator

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [b0d4b593d7fbfeaefa956e4ade22279f8c28a4e5]

        valgrind: init some values

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [007cccd089c47ab4e968467a427e8f5aa7899da2]

        be more robust against missing basic manager

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [30bb1d471d0eac75f3431bbcf41015598c133211]

        Move OpenMainStream into ww8 as its the only consumer and simplify
        
        OpenMainStream is only used by ww8 now, and the stream to open
        is always WordDocument, so we don't need this whole complexity
        of looking up the stream name in the filter config, etc. when its
        all pointless

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [317fa395ff4cfb042036df2d63e9f4510eb1ea1e]

        duplicate mkdir

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [56408d346af79d12d9af0dd414fd311d3711814e]

        survive broken config

2011-03-04  Caolán McNamara  <caolanm@redhat.com>  [7008ce3a2b436b9533d09b1489f7312222e2442c]

        Be more fault tolerant here.
        
        If we're already going to catch any uno::Exception, then
        we might as well accept failure of existance as well

2011-03-04  Mathias Bauer  <mba@openoffice.org>  [bde549822041c6599102a8d155e2760f7fa95c4c]

        CWS swlayoutrefactoring: fix missing cursor update

2011-03-04  Mathias Bauer  <mba@openoffice.org>  [ef450ae7ef29f69a51357e2c2d6a469355c58764]

        CWS swlayoutrefactoring: forgotten commit

2011-03-04  Mathias Bauer  <mba@openoffice.org>  [d859498a6a61eaeb65b3fd36513f5dd435aa947c]

        CWS swlayoutrefactoring: avoid gcc3 specific workaround for passing temporary objects by reference

2011-03-04  npcdoom  <venccsralph@gmail.com>  [2942ab76f6f2afb1c5f867fe2867999c2be6cb99]

        Remove unused function.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  npcdoom  <venccsralph@gmail.com>  [266013916943e13b7e942ce0d5597eceab9d588b]

        Remove deprecated container List.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Michael Muench  <michael@codingmicha.de>  [4c7884d14a0b6d2c5562f8e2cad2c4cbbe87e9e7]

        German comments translation.

2011-03-04  npcdoom  <venccsralph@gmail.com>  [5a05742cfb200c21dfa2adf5ab15fcc1949383d8]

        Remode deprecated List container.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  npcdoom  <venccsralph@gmail.com>  [60db650139cba37d0d064bbe4c218259bf9ad056]

        Remove deprecated List container.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  npcdoom  <venccsralph@gmail.com>  [a9767204728a08d31673d35cf70b7b92748c3e75]

        Changed some Insert calls for Append and added some asserts.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  npcdoom  <venccsralph@gmail.com>  [1299e87202fdbc44d7bce849a0fa031e4470ddc9]

        Remove deprecated List container in gallery1.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  npcdoom  <venccsralph@gmail.com>  [bc25156521ee3f636ad702b5ae2d5972323a8a7b]

        Remove deprecated List container.
        
        - Converted List to std::vector<Paragraph*>.
        - Added Append member function to ParagraphList.
        - Updated needed functions from Insert to Append in
        outliner/outliner.cxx.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-04  Ingrid Halama  <iha@openoffice.org>  [e3e1ee8f961c0ae9417d427e3214dfd00bcb8160]

        chart55: #i117207#  wrong layout with empty titles

2011-03-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [b87cf5db3a0717a2bddc0b2b11a35a0df1f72a35]

        merged from outgoing

2011-03-04  Jan Holesovsky  <kendy@noe.suse.cz>  [7ef6def27889f683e45199d45cc55d417ef1f0dd]

        findbar: Name the menu entry properly (Find).

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [fbebb4750c8cc975b24e53a96ad34566b0fa1b3f]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [15a1619ad2a344c3d585bde14bb4e7e37e8eac1e]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [c3fd001f6178efa4db03e1277f1c12e395ccfaed]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [221cca20be4a9c79bb4373f632eec833651c0ecf]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [e401463126638f5a07f33726afb7bd37cd2b1a27]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [3f554df00ffd78a070ce642694c4b55e3df78133]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [660f7c59a0f4b8a21114c773a0651da7a6993554]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [1f1794f5d112fa931852f8cc8bc09bf01d2c3d95]

        Automated merge with file:///d:\tools\master\ooo

2011-03-04  Ocke Janssen  <oj@openoffice.org>  [e52024f22b0f0d93b47284d8c2186e03c749f044]

        Automated merge with file:///d:\tools\master\ooo

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [c7a631d252f8def4aa2cddc43380bbb0f01424b1]

        Check for the value being outside the numeric limit of 32-bit int.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [f9f98386b2e98bae7d5177feb023ddb9ab452458]

        findbar: Add the findbar to the menus above the Search dialog.

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [5f7dc0d4c7a4409b0bb11b91ad013895e4f283a6]

        Support external references in a whole bunch of other functions.
        
        GetMatrix() now returns a matrix instance even from external single
        and double ref tokens.  Let's use this to easily add support for
        external refs to several functions at once.

2011-03-03  Jan Holesovsky  <kendy@noe.suse.cz>  [d5b86422c50d11b6645723edf63b1c6936e133fa]

        findbar: Findbar should be hidden by default.

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [251bb12036001f6ebf9a129a2fcf4a689c332dba]

        Handle external references in LOOKUP, HLOOKUP and VLOOKUP. (fdo#33426)

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [679406020212c7216b2e4ecc45540ee97c5c9f9c]

        findbar: Localized access to the Search dialog.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [d70944362d399911552a627b2e6e6f854e8874e6]

        findbar: Show the find bar on Ctrl-f, hide on Escape.

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [2abcba4fb4c5aec1b7926a2c989f8f1d1bb50295]

        Support external reference range for INDEX function. (fdo#34938)

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [f6b2932ec8af740c9d96df6d43e92fa438d571e0]

        findbar: Make Escape the only key to return back to the document.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [c569215d4f53d07a9cf1bb681540b90a858e14e0]

        findbar: Swap the keybindings of the search dialog and findbar.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [722adb89c9b32a89aabdd4a26eb59d2445cc77e8]

        findbar: Move findbar to the bottom docking area.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [af87a5c3b783f2146cb449fcbed5abf1992d3fd6]

        findbar: Make the combobox wider.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [ff6ee6fb6d51fcb72d9666eaedd2de8f563acd2e]

        findbar: Add the findbar to the menus above the Search dialog.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [a2f13ba5968fc75c6a977f376038f72a4ad2f316]

        findbar: Add the findbar to the menus above the Search dialog.

2011-03-03  Jan Holesovsky  <kendy@suse.cz>  [b34e35ba46531b88df8b615ac11245c7b714439c]

        findbar: Add the findbar to the menus above the Search dialog.

2011-03-03  Julien Nabet  <serval2412@yahoo.fr>  [480ab8a2b34aff08355788e1b50142460d6c7633]

        Remove "using namespace ::rtl"

2011-03-03  Julien Nabet  <serval2412@yahoo.fr>  [9f14962a6c1c9b2610d0294dca2a28d2b23a958b]

        Remove "using namespace ::rtl"

2011-03-03  Julien Nabet  <serval2412@yahoo.fr>  [bcbb8d7962cf94993af56970b5625adf2875c636]

        Remove "using namespace ::rtl"

2011-03-03  Andras Timar  <timar@fsf.hu>  [0343e0ea946ef0a290936325678c9861ec1d1bce]

        l10n: add Breton spelling dictionary

2011-03-03  Andras Timar  <timar@fsf.hu>  [47854257bbe1e33066eb543f0f50f25a7ea4a744]

        l10n: Updated oc_FR spelling dictionary

2011-03-03  Andras Timar  <timar@fsf.hu>  [cda9c6c3eabddffa0961b18c9f19b5fb3a7c4e00]

        l10n: add Breton spelling dictionary

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [1deb3778cad3aad1952133706f6e4613b4e4337b]

        I forgot to say that the last commit was signed off by Thorsten.
        
        Commit hash: e301739e4439be4214de0ff9b1bd6c2142d6806e
        Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>

2011-03-03  Andras Timar  <timar@fsf.hu>  [a4df260d6d12e73467d5c2ae42f1c22ce2a49b82]

        Updated German dictionaries (2010-12-04) - fdo#33751

2011-03-03  Andras Timar  <timar@fsf.hu>  [a39727327736334666ceca48081a5285a29a8c42]

        forgot add COPYING_GPLv3

2011-03-03  Andras Timar  <timar@fsf.hu>  [13c2f657db84e057d9d9852b7b7bc1ee574d65f0]

        l10n: add Breton spelling dictionary

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [4ac51b9cd2b37996542eaaf13a57fa5ececa6dab]

        Fixed incorrect cursor navigation. (fdo#33756)
        
        Block selection with keyboard was incorrect when the selected range
        included hidden cells.  This also fixes one crasher on block
        selection during formula reference mode i.e. type '=SUM(' and select
        range via keyboard afterward.

2011-03-03  Andras Timar  <timar@fsf.hu>  [f1e7f1e17f194d94b3abe8e8b24e7625d6a0d9a2]

        l10n: Updated oc_FR spelling dictionary

2011-03-03  Andras Timar  <timar@fsf.hu>  [4b9af04ec15f4503c9dbc82cfe537560a6048ddb]

        l10n: wrong encoding in nl_NL dictionary description

2011-03-03  Martin Srebotnjak  <miles@filmsi.net>  [d2b58e244f942d4797903d9ecb19a23af5f1715f]

        l10n: Updated Slovenian (sl) thesaurus

2011-03-03  Andras Timar  <timar@fsf.hu>  [18768fb283cfef360707f07eb0cdd19a46d2a508]

        l10n: 'fold' from coreutils does not work well for some languages

2011-03-04  Takeshi Abe  <tabe@fixedpoint.jp>  [b406c51330ebea0459f38b0073f0783410b072f3]

        removed dead code; fix a comment

2011-03-03  Joachim Lingner  <jl@openoffice.org>  [b38c5bfecfa7bbe3d57eceb8bbba4bfe11d5e93e]

        #i117186# call unopkg sync when building type installed or archive with the proper arguments, remove assertion from framework for the case that there is no user installation.

2011-03-03  Joachim Lingner  <jl@openoffice.org>  [271137c2c5d3bcacdee5cf15b8df9138345316ed]

        #i117186# call unopkg sync when building type installed or archive with the proper arguments, remove assertion from framework for the case that there is no user installation.

2011-03-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5770a33e6b459e11218222813feab0149d21acd9]

        gnumakefixes: #i117005# fix long link lines and inroduce convert_native macro

2011-03-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8366097db0c94c505bf131aa82d868bdc8e30b19]

        gnumakefixes: #i116922# fix gb_MKTEMP

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [e418258a4a71dd8d334e318dca9a241772250f31]

        Better fix for fdo#31939.
        
        Turns out that the token array's recalc mode is set to "recalc always"
        when it contains a volatile token during compilation.  We can re-use
        that to mark the token array volatile before the interpretation starts.
        The end result is the same, with better performance since we can avoid
        re-scanning of the token array.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [a0ce81d25f7997df35436b71f6a927cdf419b9f0]

        Go through all tokens to look for a volatile one. (fdo#31939)
        
        When a volatile token is inside a conditional function (such as IF),
        *and* the evaluation of that conditional skips the volatile token
        it would incorrectly mark the cell non-volatile.  The solution is
        to scan through all tokens in the token array in the beginning of
        the calculation and mark the cell volatile if one is found.

2011-03-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e756a60003077d493cec12ce2fe18151254462c2]

        On windows, dictionaries link with uwinapi.lib

2011-03-03  Katarina Machalkova  <kmachalkova@suse.cz>  [b019189c0b476038a6621702648cc7b97fe2b993]

        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>  [d1ef845a0c26bdf030685296caf5ff6bc7d76e1d]

        Ooops, GetnAnz() got renamed to GetCount()

2011-03-03  Katarina Machalkova  <kmachalkova@suse.cz>  [f0a3dfbffa35737c27ed42769f06c31d656be762]

        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  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1de09f782860838109810c7d42ea7fbde0aeb886]

        rsvglibs: add librsvg

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [394514c504510e18ef65e0cc1e9bdfeae42e175c]

        rsvglibs: add libpng dependency for cairo

2011-03-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [62b71564201e2df91fc9bb677b097c8fdeadba8b]

        debuglevels: introduce SfxModule::GetModuleFieldUnit, taking an XFrame, to not rely on SfxObjectShell::Current, which is implicitly used by SfxModule::GetCurrentFieldUnit, and might (like all this static crap) fail unforseeably. Use this new method in the Metric Field (to be used in toolbars) and the Pos/Size status bar control. Finally, this prevents a sporadic assertion during the smoketest, where GetCurrentFieldUnit fails for whatever reasons

2011-03-03  Michael Stahl  <mst@openoffice.org>  [850ac2446efbbf5a236c3109af45d804d6a984d3]

        sw34bf04: #i89751#: SwDoc::ResetAttrs: fix autoformat regression:  replace old and broken para attr to hint conversion with call to FmtToTxtAttr

2011-03-03  Michael Stahl  <mst@openoffice.org>  [c675825931f67aad69e665c2802f87acf65dbb10]

        sw34bf04: #i117193#: RemovePresentAttrs::operator(): fix crash;  also fix comparison in lcl_CollectHintSpans (in case of multiple hints with   same position)

2011-03-03  Michael Stahl  <mst@openoffice.org>  [1a8d219421ff26bc88c6aef1a4de4da1b8ceddb2]

        sw34bf04: #i117122#: inputwin.cxx: fix undoapi regression

2011-03-03  Niklas Nebel  <nn@openoffice.org>  [1517568a5b72d99d039fdfe81b4b6c3c4bf830a4]

        calc66: #i113553# update MarkData with additional columns in ScViewFunc::PasteFromClip

2011-03-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [4a380b265d90ce63a2dd9184d7bc5fc7df95f2f4]

        sw34bf04: #i114533# handle SDT

2011-03-03  Carsten Driesner  <cd@openoffice.org>  [7c83fe565234aa5025729462f3250ed883f1b7df]

        fwk167: #i90917# Filter out requests for controls which are not available for the explorer-style Windows file picker.

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a9f44c3d4d87e28029e59315edce08e7fe3889b1]

        rsvglibs: add libcroco dependency

2011-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [eb898f9399248faf60c8d895261d5d6a6cfaee21]

        masterfix DEV300: MinGW fix

2011-03-03  Luboš Luňák  <l.lunak@suse.cz>  [d5254f9aa29dffd045bf5f42104afdc1923dd8f2]

        read w:characterSet (fdo#34814)

2011-03-03  Luboš Luňák  <l.lunak@suse.cz>  [beca353017d9d993fc0bef60737899d906c4f003]

        ensure fonts used by bullet chars are in fontTable.xml (fdo#34814)

2011-03-03  Luboš Luňák  <l.lunak@suse.cz>  [eb4dc87ee70b92b58ef379065a1165f8887609be]

        move all GetId(whatever type for font) to the base class

2011-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2baabf7988a4b7e9d8772e4e3d9bb3bac879b0ad]

        masterfix DEV300: missing changeset from mhu21

2011-03-03  Juergen Schmidt  <jsc@openoffice.org>  [7de486ee0f338fd2a0a2defd8edd22f5516b5408]

        jsc340: i114609: no visibility compiler flag for jni lib

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1a37018cfe5ac64071be7de0953fb8b3f3fed17d]

        resvglibs: patch configure

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d1d6168c4f4fe0af4f7c2560feefca8c379e3cee]

        rsvglibs: add libcroco dependency

2011-03-03  ka  <kai.ahrens@oracle.com>  [634a148f84bf5e0a69ef14b10edd0cd68f122243]

        rsvglibs: merged master fixes

2011-03-03  ka  <kai.ahrens@oracle.com>  [886423d6a0cd2b4eb636571fcbc24e808b69f58c]

        rsvglibs: merged fontconfig changes

2011-03-03  Ocke Janssen  <oj@openoffice.org>  [1dd3396725989ba7c9e48816d86a2abc818a53e4]

        rsvglibs: add fontconfig

2011-03-03  Ocke Janssen  <oj@openoffice.org>  [0cbf3d294fa5e42e78b3af0c561a65d4ccb22cd7]

        rsvglibs: add fontconfig

2011-03-03  ka  <kai.ahrens@oracle.com>  [6d7d3e6434439b04e538fa4e5de818d9de65d566]

        rsvglibs: added PNG support for cairo

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3b7ef2d7fa3ef973f1fc2b02a62bf4530290795b]

        rsvglibs: add libgsf dependency.

2011-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9220ab2cf671e18428691378e803f77b6f0a920e]

        rsvglibs: export more executables

2011-03-03  Miklos Vajna  <vmiklos@frugalware.org>  [125de239f27e054f665083b80dda54a0ca20d57a]

        git-hooks: don't stage unstaged hunks before commit
        
        We call 'git add' for files where we fixed whitespaces in. This is a
        problem in case the user staged only part of a file - as a result we do
        not just fix up whitespace in the patch but also stage other hunks of
        the file.
        
        Fix the problem by removing/restoring not staged changes before/after
        whitespace fixing. The operation is cheap enough, as it's a noop in case
        there are no unstaged changes.

2011-03-03  Ocke Janssen  <oj@openoffice.org>  [bf3dd8be937d7f41c92f4ad2a5551752ff267153]

        rsvglibs: correct path file

2011-03-03  Ingrid Halama  <iha@openoffice.org>  [15e9295ad80329dfa018a79c1d054479d553171b]

        chart55: #117185# legend entries get lost after moving the legend

2011-03-03  Joachim Lingner  <jl@openoffice.org>  [0775f9eacec0e0758512c425c4e65190a651c3ae]

        jl164 #i109096# fixing use of vectors as smart array in osl_loadModules and osl_createprocesswithredirectedio, I introduced them in one of the previous changesets in this cws

2011-03-03  ka  <kai.ahrens@oracle.com>  [0b8311e8546afc32caf36f57ac996dba0401d69e]

        rsvglibs: additional header

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [f218e8401c4c1d07a967dbbcf112b13fb67bf72c]

        Correct some minor graphical glitches.
        
        SwRect::_Intersection() returns rectangles with negative
        height/width when there is no intersection which cause artifacts
        when drawing them... This bug has been present for a long time but
        wasn't so evident since margins were only 2 opaque black pixels.

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [af5e4ac2024060fbaaf498ee4a174ff21b87d7a2]

        Properly handle shadow when in book mode.

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [6fd36a92d546bcce1101c4b3d6b76d2af12d5cc5]

        Paint right shadow on last page.

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [d4212cf0560fd06ccc03b3cb9300c5a3ccc28d5f]

        Code style

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [b125ab6b854eef065ca4ad0e505811cae82c5f94]

        Directly compute shadow rectangles

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [58dac4a84808321327a9bae8d2006ec3e9df4b32]

        Draw smooth shadows around page and remove borders

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [4b3607067688d53d8bad91066b2eb483d2ee0407]

        FDO#31251 - Add resources files for page shadow

2011-03-03  Michael Meeks  <michael.meeks@novell.com>  [70baa487d910d8df45200bcdfda9feee1148402c]

        install unit tester in sub-directory to help windows.

2011-03-03  iha  <iha@openoffice.org>  [7f7df1e785ec5e66d34e5179aa7b1c3447fac072]

        chart55: #117183# bad autoscaling for date axis

2011-03-03  ka  <kai.ahrens@oracle.com>  [826f77ed2715a8f1e906675443a6a94d1b8cd2c9]

        rsvglibs: additional header

2011-03-03  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [15b65346be83115200d2e2aeaba98f82ea3cd55f]

        Added shadow images.

2011-03-03  Ocke Janssen  <oj@openoffice.org>  [6bd28d37ca6311ad2947e41fd8d92270cb77d4a8]

        rsvglibs: fontconfig added

2011-03-03  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [a0fe7aceae7db1bef6c6af205094e34a911df7c1]

        cws chart51: #i117182# add wait

2011-03-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e4aa69025215074e4be1fdd9b501f34361a064f4]

        debuglevels: open the smoketest doc read-only

2011-03-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3b5fffc4edb37bb159442909305b22ec84154e24]

        Size matters

2011-03-03  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b54d64f2b8234f620b0f11fbc298dcb68119b408]

        Try to avoid triggering autotools during the build
        
        Since the version of autotools used for the rolling of the tarball
        and the version on a machine running the build might be different,
        avoid breaking builds.

2011-03-03  Thorsten Behrens  <tbehrens@novell.com>  [bd8273071bcaada13554c57fc2f65b08e517028f]

        Added using OString - debug code needs it

2011-03-03  Caolán McNamara  <caolanm@redhat.com>  [1b7ab32b3c8d03f0d5b373c4f5823dd483a42270]

        Resolves: fdo#33701 ensure node outlives path
        
        The xpath on destruction needs the xmldoc to exist, so the reference
        to the doc-owning nodelist needs to be the first reference listed
        in the class in order that its dtor is called *after* the xpath
        dtor
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-03-03  Kohei Yoshida  <kyoshida@novell.com>  [f8c96ac67e1919eab8058fffb68e52e6a8c392c5]

        Added new test for volatile function NOW wrapped inside IF.
        
        Inspired by fdo#31939.

2011-03-02  Joseph Powers  <jpowers27@cox.net>  [81d758830bc7a63b4b5ae66bc7a4a599449a48dd]

        Remove DECLARE_LIST( ConvList, Conversation* )

2011-03-02  Rafael Dominguez  <venccsralph@gmail.com>  [6914ac098f2fa13e5e392794a5a26f95217e036f]

        Remove dead code inside sd.

2011-03-02  Rafael Dominguez  <venccsralph@gmail.com>  [e7abf29b88e3a81053bb5e656d8641366ad99fd8]

        Remove include <tools/list.hxx>

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [ababcf5570c93461e7fff7a9adc631891f04b56d]

        Better fix for fdo#31939.
        
        Turns out that the token array's recalc mode is set to "recalc always"
        when it contains a volatile token during compilation.  We can re-use
        that to mark the token array volatile before the interpretation starts.
        The end result is the same, with better performance since we can avoid
        re-scanning of the token array.

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [24cbd0a4d19294a3727c359196653416f1ca6e05]

        Go through all tokens to look for a volatile one. (fdo#31939)
        
        When a volatile token is inside a conditional function (such as IF),
        *and* the evaluation of that conditional skips the volatile token
        it would incorrectly mark the cell non-volatile.  The solution is
        to scan through all tokens in the token array in the beginning of
        the calculation and mark the cell volatile if one is found.

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [d022492ef9fccd24a6677dd2be182bcd955593a3]

        Actually this will just do....

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [3e6eb38766e0a678edce22c9133f3d2d385e8ae6]

        Fixed the "jump to precedents" and "jump to dependents" functions.

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [ece88195e3bead1dd660fb9745649d97029cd455]

        Somehow we forgot to add these default key bindings.
        
        Ctrl+[ and Ctrl+] for mark precedents and dependents, respectively.

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [9a6e2a0af347b0243e8a718a2b39e8f69480b43f]

        No auto decimal adjustment when in "show formula" mode. (fdo#33665)

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [25ded79ad8dbc672f827c0a9127cc49275706ec9]

        Remove "using namespace ::rtl"

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [e01b7bf23a872c641936f3a0752edba69914c34d]

        Remove "using namespace ::rtl"

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [3c980f8cd69171359123b6a36f3e6230a7e1b385]

        Resolves: rhbz#672818 bandaid for crash in SwTxtNode::GetTxtAttrForCharAt

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [d56d490a1becdf1e793d9268cfdc44eae4be3fce]

        WaE: move that inside the TODO as well

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [389bc73b5f34399fa8c11c891755238a3417af50]

        Remove "using namespace ::rtl"

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [2daf897af6b44e5b36619669377147af1e401cdd]

        Make sure these values are positive; we use them to resize arrays.
        
        This fixes fdo#34350.

2011-03-02  iha  <iha@openoffice.org>  [341b1c22be91db5be26c28bdd8da03f279b86329]

        chart55:  #i112752# warning error

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [933e22880b2d5d9c6dd6e3e05c30d6f0ced55508]

        Remove "using namespace ::rtl"

2011-03-02  Christina Rossmanith  <ChrRossmanith@web.de>  [53f08cd5850528a78b0fdee62fda9e23717ffd2f]

        Removed - /* ### ACHTUNG: Neuer Text in Resource? - lines from ./writer

2011-03-02  Noel Power  <noel.power@novell.com>  [3df75d3c0a485a447981d9944b11d3d475cdbc32]

        resolves #fdo34941
        
        ensure a valid mediatype is set up for the ooxml filters so that ooo::vba::isAlienExcelDoc can give the correct result

2011-03-02  Guillaume Poussel  <gpoussel@gmail.com>  [e9110d56c1a5f715275cfebfdda1ce99f75ed40a]

        Remove bogus comments.

2011-03-02  Guillaume Poussel  <gpoussel@gmail.com>  [68d51d0040b6ff80ced11019bfee3c4f3e2df876]

        Remove bogus comments.

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [b71c34b0a62dc191361892cb514867256c982fc8]

        just use whatever works for everyone

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [e62f74cabe9558e003d3105df7a69e3841dfc9ce]

        Remove "using namespace ::rtl"

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [56addc9890984ccc4c54de74039b0172afb46e36]

        Remove comment that's no longer true.

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [71872ffe7408e3d527fc26095050ef3cc125d3ce]

        We need to populate the cache with all sheet names even for in-memory doc.
        
        This fixes fdo#34356 and fdo#34853.

2011-03-02  Julien Nabet  <serval2412@yahoo.fr>  [3b2efb2043dd6871d5025b41936b6069a8dfda13]

        Remove "using namespace ::rtl"

2011-03-02  ka  <kai.ahrens@oracle.com>  [bc9b606106af846370b50fb7cb2227e2cc8b2035]

        rsvglibs: libpng for Mac and Windows

2011-03-02  Noel Power  <noel.power@novell.com>  [28d4e54c129971b7900e88ba3113d3bfd2742232]

        minor tweak to existing fix for ( bnc#660816 & fdo#34908
        
        it seems the orig commit ( af4d6062b7e676ed56dc84927fb99b79aa03a7b5 ) when tweaked for libreoffice3.3 had a little mistake introduced ( which then go ported into master )
        
        Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>

2011-03-02  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [49d263bee6c8375c674eb73b663800a44803439b]

        #i115784# configure: move header checks after compiler checks.

2011-03-02  Luboš Luňák  <l.lunak@suse.cz>  [d9d90b1086f1faee532798a6834ad8219b1e73c7]

        fix indentation

2011-03-02  Luboš Luňák  <l.lunak@suse.cz>  [63518686d37821f7c09443fabed472cf6332094c]

        read w:charset , not used later though it seems (part of fdo#34814)

2011-03-02  Luboš Luňák  <l.lunak@suse.cz>  [bbed809f74494a75f5708af7261fb4d69cc9ccdd]

        covariant return type and const overload for GetExport()
        
        I don't see why one should do this manually when the compiler
        knows it.

2011-03-02  Joachim Lingner  <jl@openoffice.org>  [6b907a7f7a788731268b4f612e8d8a9fd053d049]

        jl164 #i109096# wrong use of path::native_file_string_w in fopen for Linux

2011-03-02  Noel Power  <noel.power@novell.com>  [64091fc01dad65f9428caa273e070f7b2c277f9f]

        fix for bnc#659631
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-03-02  Joachim Lingner  <jl@openoffice.org>  [3de320a3c332ace5bbe9adc9fa3a5960104e365b]

        jl164 #i109096# make patch::native_file_string_w windows only

2011-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0469b1a4e7d4da3c6b772eee3ab44e1e470503b8]

        Don't regenerate dependencies, just try second time
        
        Since the dependencies generation is broken strategy with external libraries

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [9340d8fbe242d4d18dc3f5581e8ebbfcd6cea046]

        Remove diff stuff

2011-03-02  Joachim Lingner  <jl@openoffice.org>  [cfbddca53c5f0c795fa35612d739c3dabb8f0d48]

        jl164 #i109096# osl_createProcesess failed if the executable had a long path on windows

2011-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [25ff71f2c872c7b654b14acdfd9e9ece9356982b]

        Revert "A lame fix for the rebuilding of external libraries"
        
        This reverts commit 42dd24db865ec0112fac4781e63ed11959f02472.

2011-03-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b61ee8a04256e4acee671cc01f84e39c46df668b]

        fdo#34872, ODF 1.2 manifest export: missing version fixed

2011-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8ffc2250708698f13ec90cecc138dc10dc05ab8b]

        A lame fix for the rebuilding of external libraries

2011-03-02  Kohei Yoshida  <kyoshida@novell.com>  [1ad328c39a6b48e5f15227e11e04f84f456432b0]

        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>  [b59db0e69e83d694f6cb0bade4f567fe0da536a5]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [65c053ca1a5a8c7318ab1e42cdde2d540a283673]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [f4aaa487d7e90c8f4e8ccfcf80adb69904cffdd6]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [c5620cafc3f944cfbf9205376da61dcd393b2557]

        Add osl/diagnose.h include

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [afd5abda6b9e82c8d98a0002a29f1e81522f4ef4]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [8520006babfc4e6f2dfe8a6c65361ad554969843]

        Add osl/diagnose.d includes

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [aaee571ea1954fe157462cda1c36a2b745a9653b]

        Replace one DBG_UTIL with OSL_DEBUG_LEVEL
        
        And remove the other one, as OSL_FAIL is executed only on
        OSL_DEBUG_LEVEL > 0 (in diagnose.h).

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [01e217a36956f729c5030f1a78eb100423cc3157]

        Remove DBG_UTILx

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [fdeb50167836803f1a79082ddd25e4ae8ac20611]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [a6e69f8fcd017519c37be409097108da6a6fcb33]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [e80b540237d122b0639de517856be19ca3c49326]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [3717b58365370ffe92945810b1df8cdb4cba397c]

        Add missing osl/diagnose.h include

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [3dce040478a8c9fc7489fc670236fd3475655df1]

        Move some DBG_UTIL to OSL_DEBUG_LEVEL

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [35e9e400ae9ba9105efcf07c1ab6eb404d2e2b1f]

        Add osl/diagnose.h include

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [11d20507806d30e2d1955b93a568b84a2216ef69]

        Move DBG_ERROR to OSL_FAIL

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [2fcafe99c534842ed34efb6794458c6b8a8838ed]

        silence warning with a specialization

2011-03-02  Ocke Janssen  <oj@openoffice.org>  [dd89f4622f20251653023f3ad83c788d8e27376e]

        rsvglibs: export symbols

2011-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8a86d1d3924c2a8701bb53aa41dce10c54e2fede]

        Revert "Trying to fix the rebuild of external library after failed build"
        
        This reverts commit 56ffe1d3c7080e9c59f6e66287a433905e80031c.
        
        This one did not have any beneficial effect, only breaking tinderboxes

2011-03-02  Noel Power  <noel.power@novell.com>  [4098e3e81f28b0e89003037117dd2710f31e6a49]

        minor tweak to existing fix for ( bnc#660816 & fdo#34908
        
        it seems the orig commit ( af4d6062b7e676ed56dc84927fb99b79aa03a7b5 ) when tweaked for libreoffice3.3 had a little mistake introduced ( which then go ported into master )

2011-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [d00e976916957c6a989a8be5cee5f0f1a3a2a4ad]

        #i106749#: Removed some slipped line.

2011-03-02  Noel Power  <noel.power@novell.com>  [bb552b9b9ebd4ffa4f7110952916cdab2a1a3b36]

        resolves fdo#34909
        
        enable import of macros for docxm

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [7a9a3200e7f3dda75e13df9958b028bdac0ca45b]

        CWS-TOOLING: integrate CWS automationdev300m100

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [d8e58903998e934daea31297197525f8dd8765c6]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [3982b1eaa999fd7dbb7c011dfb49c380ae6899ba]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [034a52d402d0e5a6fb5cf65bee63444c35b58701]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [4362ac26af9c3e38c957dba91df141842b6cbee9]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [ab9a9cc0b4f77c7bfc7d58e1b2735c5ea9f213fa]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [ba84050cd57dd0d54fb72f5e0df15e4a114f9bf0]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [6b52a99b79e09d14eedbad5e724145f82459a0e7]

        CWS-TOOLING: integrate CWS mhu21

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [e2cb41babdcc39ba9224f2cddf7d0eb84dd25368]

        Resolves: fdo#33701 ensure node outlives path
        
        The xpath on destruction needs the xmldoc to exist, so the reference
        to the doc-owning nodelist needs to be the first reference listed
        in the class in order that its dtor is called *after* the xpath
        dtor

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [775a632985975057f5fa6c196aaffcd0a05e617a]

        confirmed works under windows

2011-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [2b7e14fc98cbec3539092814ca457c30ad073514]

        merge

2011-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [4f9f8804148dc6c52378004e2d3bdb2b400d9fa4]

        merge

2011-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [cd6eed283760e7ccfc63f9d749b9d8fa3a51f6f2]

        merge

2011-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [4fa08d5d427b0e0c8c3e29e59fa88d6b28a52b3f]

        merge

2011-03-02  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [3402fe5b5fd58da291e4a4fe07bdb6e6dfeb36ff]

        remove commented 4nt support while we are at it

2011-03-02  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [57bc751b0a21acbfc58e0d3cc9165ee1658a8964]

        chart55: #i112752# missing data change updates from calc to chart

2011-03-02  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [0d399b415100a84f5a8264adddf5272dd8d23b25]

        Update from sibling repository.

2011-03-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a38f7a771e1b86970a6692d4029c23b22b24c3e0]

        Trying to fix the rebuild of external library after failed build

2011-03-02  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [519409e7c904d55d41649f7c7f503431661c2804]

        #i115784# sal/rtl/alloc: fix makefile define to match source.

2011-03-02  Niklas Nebel  <nn@openoffice.org>  [02519a1f0e873dd8774d2efecdecb7b94f2c69ba]

        calc66: #i114839# make sure the output factor is valid for UpdateAllRowHeights after loading

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [634789b6faf6fac03d4c865f90805150d9fcfb3a]

        throw out some warnings

2011-03-02  Caolán McNamara  <caolanm@redhat.com>  [46ed13bd300e5c68c091a3263b9835db54a3bfb0]

        add regression test for CVE-2006-3117

2011-03-02  os  <os@openoffice.org>  [7359e482bd5446a9097a3272729f0bd6317c4a0e]

        os150: #i115062# slot invalidation moved to d'tor of SwViewOptionsAdjust_Impl

2011-03-02  David Tardon  <dtardon@redhat.com>  [eab9f0e6e3ee38108b9a70af86f55f3d1a7b2507]

        this only worked due to implicit conversion

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [096b61aa08ee37c6d6818791a7c5fb94d2f1ef7d]

        Remove TF_SDBAPI

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [a3b88db527ae878111e1e82381b55405e78e9350]

        Remove MY_DEBUG

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [a2c9473854d21cea408956d3b05b923a4d8edd3a]

        Remove USE_SAVE_STATE

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [fa802cfb216bf9ba5a39d12df343717fb5328823]

        Remove SAVE_ALL_STATES

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [d10c0bab4cdce22d15ec9bb2b12ab1466fa4659d]

        Remove AS_DBG_SWITCH

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [702fb2af4076f349217187c770ada66197f2fb47]

        Remove TEST_IMPLEMENTATION_DIRECTLY

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [a7ae138b8f5705c282ac8d3428adace78619e192]

        Remove VERBOSE_DEBUG_OUTPUT

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [142e999fd0e4671bb6c042e7725b230421cac4aa]

        Remove OWN_DEBUG_PRINT

2011-03-02  Thomas Arnhold  <thomas@arnhold.org>  [ebb3da4a2b47d719bce673ece53cd8ab09b361d0]

        Remove FILTER_WARNING_ENABLED

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [b8c551652bae8057352ef2ddcff8c8de2be47def]

        Replaced String with rtl::OUString.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [7b981b7cab15e0fc2ebb159df2d40c3a2499b265]

        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  Kohei Yoshida  <kyoshida@novell.com>  [0a36f0bad49556bcdb454cd3570b1497e7ca737c]

        Hooray!  No more ScfRefMap.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [ceeabc7170baedbe697e23c33e82d2e95632becf]

        Another one on ScfRefMap to std::map conversion.
        
        Is this the last one?

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [9ca9075d32f0020d37e2b5be96d02be87cb72b8e]

        More on ScfRefMap to std::map conversion.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [8323e331022f8d1e0bc60e7e6af9529a8a5d8948]

        These ones are best converted to std::map.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [422c348776b2efb2c41d8f037b626653b8596f03]

        Another one on ScfRefMap to boost::ptr_map conversion.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [f369679dcc2b60567406910f8c621098fb61f149]

        More on ScfRefMap to boost::ptr_map.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [070a499b5ccfc0858f11124d6a79b07fe56199b1]

        Replaced another use of ScfRefMap with ptr_map.

2011-03-02  Kalman Szalai - KAMI  <kami911@gmail.com>  [46cf22cd1bd5bb81e12c5a9e35f19d862bdc3da4]

        Refine compression of Windows installer
        
        I increased the efficiency of LZM compression of makecab. I found that we can use .Set CompressionMemory=21 setting. This setting produces 83,91% of original installer size and if we combine it with a simple zip compression the download size can reduce to 83,54%.
        
        Reference:
        http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg07068.html

2011-03-02  Kalman Szalai - KAMI  <kami911@gmail.com>  [3268af2a1a048999df2f1a78e429fc4d0fade031]

        Refine compression of Windows installer
        
        I increased the efficiency of LZM compression of makecab. I found that we can use .Set CompressionMemory=21 setting. This setting produces 83,91% of original installer size and if we combine it with a simple zip compression the download size can reduce to 83,54%.
        
        Reference:
        http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg07068.html

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [dac3d1311bbaf75f1d182d59522768e0a67aae95]

        Replace use of ScfRefMap with boost::ptr_map.

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [40afe52c92f340d0fedbb59d1071a542e6fb61e3]

        Remove DBG_UTILx

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [310a1740120521869af5b2d1503a14b5c138aed2]

        Remove unused misc.hxx and its references

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [0052e0dbbd6868a244458964a0abd204391d73c8]

        Remove STARIMAGE_AVAILABLE

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [5c66dc4af93b3bd952819f55be13cece6ab851b6]

        Remove TF_STARONE

2011-03-01  Julien Nabet  <serval2412@yahoo.fr>  [d0230f019bc2958b415c229d0f03dd31e504ef4d]

        Remove "using namespace ::rtl"

2011-03-01  Julien Nabet  <serval2412@yahoo.fr>  [7935ca27998d60cd72e2ac5e90fc1e123711a98a]

        Remove "using namespace ::rtl"

2011-03-01  Julien Nabet  <serval2412@yahoo.fr>  [fea864b6056d17f09e30d1f4426c9ba7b35c894a]

        Remove "using namespace ::rtl"

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [8868c24107df4e77ea88914793e3b866028cff90]

        Moved the widgets a bit and shrank the dialog to make it look nicer.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [2508c4d67b27a6c5b95eae52210893f16c7b22f4]

        Re-arranged widgets definitions a bit.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [86c1bd3103eb464dd90c7a87a4172c358181c633]

        Put all the other pieces into place.
        
        Now you can specify a named range as the data source for a new
        data pilot table.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [65b0689ed0e28a82fdaa24268dba9d65654975d3]

        Initial change to display named range option in the source dialog.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [6529718c2262125ba952ecb7910c356afd2f3611]

        Used boost::scoped_ptr to manage instances.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [cf7f61b11421b608a42ceef26affcd46cd996d0f]

        Extracted datapilot handling code into its own method.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [f6fa663b1398ae90759ac0a73d889e09236814a1]

        Cleanups and comments.

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [03271a21b9c8023784cd3c6a27071807fc545c1c]

        those were the wrong defines

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [5dce0079bb4c39c09a1dbc6c24e26a2a67902e17]

        Revert part of cab7e33c which added ';' into the expression

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [13875a7b43e105e91cbe85119efd1863572fee05]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [3fba2e0ac8e07f9d87c2fa8797853950002483d6]

        Resolves: rhbz#681159 bandaid for crash

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [2ed29e98dac6e6f4827ddb72e300f2cc1c26024f]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [394b688ef0da4f211e2343aee9c8759e7302ec26]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [d0c59a8b4c8501531d7cbc015617033961f07dcc]

        handle minimal Greek fonts

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [a0e2265a6c84203a693ed07fc6e8ce5c807aa913]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [1642fd6643c0308f92df6ca1117fd97e2320c258]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [69217469b53a3feefdfed3896e5b8581464bf0bc]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [80992b7a7ff56c9918d90e3304d1ea10f0502d6e]

        make sure to include the header

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [e9b25ee40d7d1d3a3363be264fb64db82f584e02]

        add font capabilities

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [b610ea59875a876712b1c57702eae615e424267a]

        Get better hints as to what script a font is likely tuned for

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [fe3849c8ebb3f316b8eb9091a11416af2f206c0d]

        resolve ambiguities

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [81ac5cc9198f77652e2abc8f96562a9ba189f438]

        remove this now its usage is gone

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [dcbf9a087eb479268dd77f63149df6e1c936cb75]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [bdd63457a3baa38086ba67544d3c6772978e721b]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [0130a73fa31c6c06c12e683fa41dc4d2f0f88954]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [cc864650e0ea91144129b652d250e6de6de46e73]

        pointless to go from char* to OString to char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [376257707de9e6375a913aabde88355bdb42f2ec]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [9d68c1c248c8cab7e8fa257a10a47af684a69b35]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [90b542f09645d86b87ce214769f7fbb4f9766808]

        found an implicit casting bug

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [11ab0dd07e5a020bdb30a1724696b8cb4f2c8625]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [c43d7d05ee07385e11f59f1db5556c277a79c02a]

        Pointless to convert char* to OString and back

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [377c162be97bddeda30e22df1d4d99da4c6ce3e1]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [85607c7e2620da4ac9b03b8edf831d5aedaf5ccb]

        found an implicit casting bug

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [9624fc5fb9c6ab54a65add7fd772e01a19e5e4ed]

        overload match and avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [6a9ba3c97efa7650b7ef306cc79a05b16c305b35]

        don't rely on implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [74b95a4d6adeee2efcf969e0f234403ff82a9ec1]

        don't rely on implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [1b2dcc4497677b7a39d993a804e22d6da66325ea]

        Pointless to convert char* to OString and back

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [aa8715e7fe8caaeaee7c73079fa2a63da1ca2945]

        don't rely on implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [7cfeaa01b5803ed3872cd68846a0bb9ad2e8a370]

        Why bother creating a OString from a char* to cast back to a char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [da444b2329492ce68717c256f973a42c84317ae2]

        don't rely on implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [bb53243922fe50598412d5d459f9ad7569370e51]

        throw out some warnings

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [08d96a6917ccb9300902b67ef29c0950cfa3f792]

        throw out some warnings

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [faaa232f7ed33e5f8250616f72af1a94aafe6aa6]

        pointless to go from char* to OString to char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [ac22bf0d8ad4ebc06772a5de07759c38e7c8df0a]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [4bd00a92087ff152ebe4a64edda0ca83545fa8d2]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [b025c379f4a74cf4d38e33303d5b4be81e32270a]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [75ce87e6ecc0493049af365f77228f5a5428a5ff]

        avoid implicit casting

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [1cd96c3c1662659aa84c3f254e71baf7d30a2de6]

        remove some warnings

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [a64e5e3cf5a4c167d339477508a2428179d0a2be]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [75a2294560380a829a24ebb6f20ef6da00d17aa6]

        pointless to go from char* to OString to char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [28b84d7deb72a8d4a3b80d52ec3f0f73ec2f1f43]

        pointless cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [60fe537a3b7a9fdfd3e34fe3d13dd64624ba514f]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [770632cabb87d3f0c04e0cd39609fdf6f7ec1825]

        pointless to go from char* to OString to char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [73259ccb76ce3fab858bcd64ed8c0d583f011abb]

        pointless to go from char* to OString to char*

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [438fc9eace5c2453d344879cbc3b5361a217e83c]

        resolve ambiguities

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [e6f6020fe9f136ad105ead17b74e0a2f7ba26b9b]

        Pointless to convert char* to OString and back

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [2a794186d83f7b04981813a74ccf277150712a8d]

        pointless cast

2011-03-01  Petr Mladek  <pmladek@suse.cz>  [5c42f5dc684efd1a43472c4113ab66093b3d971d]

        lo-commit-stat: replace "n#" with "bnc#"
        
        the "bnc#" prefix is required by SUSE package conventions

2011-03-01  Guillaume Poussel  <gpoussel@gmail.com>  [051070d9643a50799d5dd6c6672aa12b6880af86]

        Remove bogus comments.

2011-03-01  Guillaume Poussel  <gpoussel@gmail.com>  [bd658dc67a7c88f787b2d2207b52ff1d95794518]

        Remove date comments in base.

2011-03-01  iha  <iha@openoffice.org>  [7fa93a8c4657785b36876495a09d0eec9eeed107]

        chart55: #i116841# crash with stock chart

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [db232c041c53265662488531af41b8b70b31f70c]

        write also properties of a text node itself (part of bnc#654214)

2011-03-02  Takeshi Abe  <tabe@fixedpoint.jp>  [117066d1e904f58e37d1e48a30b997b98b9df8e9]

        Removed dead code

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8ff5911676c853b4b4933f7b89760ad2d775b1a1]

        rsvglibs: add pango dependency

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0d9ba0a484e12ea23481ffb8fbb71b84d26e4137]

        rsvglibs: add pango dependency

2011-03-01  Martin Kepplinger  <martinkepplinger@eml.cc>  [61b81961ba3f47d62c320538e93a953e789243e9]

        Translate german comments
        
        This translates the rest of the german comments in writer/sw/source/ui/docvw
        to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Martin Kepplinger  <martinkepplinger@eml.cc>  [9227470ef4c53717f1a51200f5dbb8dbf8f03044]

        Translate german comments in edtwin.cxx
        
        This translates the german code comments in edtwin.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Martin Kepplinger  <martinkepplinger@eml.cc>  [361e7ca7d86536630cf32d0b38a653f74a4290e7]

        Translate german comments
        
        This translates the german code comments of edtwin2.cxx and edtwin3.cxx to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Martin Kepplinger  <martinkepplinger@eml.cc>  [d8e41b49da0266c0670ed5bd5d8ca66e7e8f29a9]

        Translate german comments
        
        This translates the german code comments of docvw.hrc, docvw.src and edtdd.cxx
        to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [795dec45baf7424220c9c25e30ce653d5c512697]

        fix last commit

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [493c81d73ab2cfded2eafa15fbb9d08065c46470]

        Remove unnecessary semicolons

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [acbf368a3e7370d936dcdcf55b6d9415f89620c5]

        We call them field windows. Let's be consistent...

2011-03-01  npcdoom  <venccsralph@gmail.com>  [124175c44f8b956cc4a2267b9cab6a74cc1b3349]

        Change deprecated List for std::vector<String> in FillThemeList.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  npcdoom  <venccsralph@gmail.com>  [c0af96e303dd2bb3e1adfedd6287b1f5a834266a]

        Remove deprecated List for std::vector<String>.
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [6cd44dd9c209aa48d39aea4631aae146fd9419fe]

        Refresh the field view when the source range changes.
        
        Not doing so would cause phantom buttons in the field windows that
        you can see but you can't touch....

2011-03-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [723f772da09f872d91fd53d4fef0ca3bdd191205]

        #i106749: use FindPageDesc to get the current page description

2011-03-01  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [84fbb424af75383e4e3b6b9de92047f7dd78e732]

        Changed label size and/or position for BTN_AUTOSAVE, ED_AUTOSAVE and FT_MINUTE
        
        The size of BTN_AUTOSAVE is too small for corresponding FR string.
        I needed to move to the right ED_AUTOSAVE and FT_MINUTE
        
        Signed-off-by: Luboš Luňák <l.lunak@suse.cz>

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [8444752bf0ab7e2649a1bdfbbaed5784ce29a467]

        FilterBase::getVersion() -> const

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [f1f7f8611befe08de25395d29979284e8a868a66]

        mark static readonly data also as const

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [ae8530c5b717206c1092af9d1a11bc226acd4aef]

        write also w:characterSet

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [6e045a02fc6cd3437185ea129865bac471d2e742]

        const version of GetExport()

2011-03-01  Luboš Luňák  <l.lunak@suse.cz>  [687456967ede128c0334536a116bba8699420b7e]

        const static data

2011-03-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [a6489cbf0f70ded24d790e5ec4657eec291ce737]

        #i117121# ambiguous nameing of SwAttrIter in ww8

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [0d139d3d2ee2ccca6c2c162e169a227d76147612]

        Oops, use #if instead of #ifdef

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [61100f6fc62766a3ee25484f381ac5425687cf58]

        Move CMC_DEBUG to OSL_DEBUG_LEVEL 3
        
        This level means 'ultra-verbose'.

2011-03-01  Xisco Fauli  <anistenis@gmail.com>  [2d43419e1b35ba9eb3c5b9bd999241c2cdab7946]

        Remove Dead Code

2011-03-01  Xisco Fauli  <anistenis@gmail.com>  [846ab4ee7451ac853c752908660605871c795783]

        Remove Dead Code

2011-03-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [ea0b43d274bab13b399690292a861427b7563af9]

        Update from sibling repository.

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [5e25f9be4e9617481f3e145818c46de2ecfb482b]

        add explicit stream operator

2011-03-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [87dfd1fb6391034bf89d04e3b53d8d52494a63f4]

        #i115784# solenv: add VALGRIND_CFLAGS to setsolar config.

2011-03-01  Michael Stahl  <mst@openoffice.org>  [f79a915100d50fbf24915596c671db545a7c1baf]

        sw34bf04: idxmrk.src: fix annoying warnings

2011-03-01  Michael Stahl  <mst@openoffice.org>  [165b83523e601d7a63bb8b7d04382f510df6381c]

        sw34bf04: #i116631# #i108813#: SwAnnotationWin::UpdateData(): check undo enabled

2011-03-01  Michael Stahl  <mst@openoffice.org>  [b5cffc10b0b21aa88bcd533bee65d020c6cc0eea]

        sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:  SvXMLMetaDocumentContext: refactor to not require DocumentProperties,   and always set the BuildId from the meta:generator element.  {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context.  sc, sd: add OrganizerMode property to ODF import.

2011-03-01  Michael Stahl  <mst@openoffice.org>  [7213a870d89e7dd0c7d35ca443c37e08037c12c6]

        sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:  SvXMLMetaDocumentContext: refactor to not require DocumentProperties,   and always set the BuildId from the meta:generator element.  {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context.  sc, sd: add OrganizerMode property to ODF import.

2011-03-01  Michael Stahl  <mst@openoffice.org>  [bedbe4e2871440b5d276e97c2894c05cc4b6fcda]

        sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:  SvXMLMetaDocumentContext: refactor to not require DocumentProperties,   and always set the BuildId from the meta:generator element.  {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context.  sc, sd: add OrganizerMode property to ODF import.

2011-03-01  Michael Stahl  <mst@openoffice.org>  [6db3d54a19c2f16be2fc2d05618c4593055c38c5]

        sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:  SvXMLMetaDocumentContext: refactor to not require DocumentProperties,   and always set the BuildId from the meta:generator element.  {Sc,Sd,Sw}XMLImport::CreateMetaContext(): always create context.  sc, sd: add OrganizerMode property to ODF import.

2011-03-01  Michael Stahl  <mst@openoffice.org>  [230fcf4a456636bb466f72834cd57238621d206d]

        sw34bf04: #i102333#: SwDoc::ReplaceRangeImpl: remove bogus rPam.Move

2011-03-01  Michael Stahl  <mst@openoffice.org>  [e2bb5b7bee4d6d0cd3798b97fa4f12d1f2952ad8]

        sw34bf04: #i115528#: SwAttrCheckArr: tweak check a bit to fix infinite loop

2011-03-01  Michael Stahl  <mst@openoffice.org>  [3078020b07e41a6533ba71755d8cc8095bc3c3a7]

        sw34bf04: #i109272#: SwXTextPortionEnumeration: fix CrossRefBookmark handling

2011-03-01  Michael Stahl  <mst@openoffice.org>  [4592e6d727ae5bd72faa9e630c07778f00edf5eb]

        sw34bf04: #i114548#: sw::MarkBase: do not create bookmarks with start==end

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [404e1ced4f24d5c2bea0b28333f6a8e5ebe4c57f]

        avoid implicit cast

2011-03-01  Caolán McNamara  <caolanm@redhat.com>  [cccae0af1a065c127f36e8341060e293acf0887f]

        avoid implicit cast

2011-03-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [842242febd48a2e255e12cfb98d4005aabb9622c]

        #i115784# configure: fix valgrind header check, use VALGRIND_CFLAGS.

2011-03-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [cc25d9d86ff6d156f2a4a05c6ba876e63516f6ed]

        #i115784# configure: fix valgrind header check, use VALGRIND_CFLAGS.

2011-03-01  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [c90c9a18bb5260cab192f39566ee0f048f281696]

        Bug 116803 -  [Automation]:crash when closing stylist.

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [47fb20932f81725ccc85aa1d57ae4212b61cd222]

        rsvglibs: add gdk-pixbuf-query-loaders

2011-03-01  Antoine Proulx  <proulx.antoine@gmail.com>  [532a8cacb298d518d2038eab04434dfe24a27fa5]

        Remove bogus comments

2011-03-01  Matthias Klose  <doko@canonical.com>  [265cfde593ef4181ae8d9ef06258129743dda49e]

        lp#727118: ppc and openjdk fix
        
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>

2011-03-01  Xisco Fauli  <anistenis@gmail.com>  [b479885f3ec5d5b704404c7c30aebb131bbdd7dc]

        Remove dead Code

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [161183678c41a5ba37a2ba43608a165fa91b5e4e]

        rsvglibs: add gdk-pixbuf dependency

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bb1f58728aba7f2cdc8d0c1178caf13a7f675b4c]

        rsvglibs: add gdk-pixbuf dependency

2011-03-01  Michael Lefevre  <lefevre00@yahoo.fr>  [241cb3e215e5dc6410edb5a86e738114012287cc]

        Remove dead code
        
        ACCESSIBLE_EVENT_NOTIFICATION_ENABLED was never define. So the #ifdef #endif "brackets" could go away.

2011-03-01  Juergen Schmidt  <jsc@openoffice.org>  [7551b6e26d5049a8f1725c61a46717a9bb877b84]

        jsc340: i114609: move generated component services rdb

2011-03-01  Guillaume Poussel  <gpoussel@gmail.com>  [9d1e66bd77135b43a71dba097031e25188594a3b]

        Remove bogus comments.

2011-03-01  Noel Power  <noel.power@novell.com>  [f55c1df86f60557a533b9b82b3ebb7b1b4d547fb]

        fix incorrect test for name ( was using default name )

2011-03-01  Niklas Nebel  <nn@openoffice.org>  [20dc7550d91515a71646dd3865934c20db8a8b6d]

        calc66: #i114511# don't count cursor movement or clipboard copy as modification when editing a cell

2011-03-01  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [5fc1df03791419b1f75509e5608397e3614f918b]

        fix nested quantifiers in regex

2011-03-01  Noel Power  <noel.power@novell.com>  [79770ff55bd8c3bc5948c51373e8cb7867ce43d3]

        partial revert of 803409125f4ed896b391acb99266d50691c6fd4a
        
        remove currently unnecessary ( but possibly future ) odf attributes for form field controls to prevent those attributes from being written to odf
        
        Please enter the commit message for your changes. Lines starting

2011-03-01  Guillaume Poussel  <gpoussel@gmail.com>  [bd394abd2ef2157cd2f03c6c2e6801f7223b2a80]

        Remove bogus comments.

2011-03-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1fad3484778054ef869899ac8fd7a8ed65863d3b]

        CWS-TOOLING: integrate CWS fwk166

2011-03-01  Noel Power  <noel.power@novell.com>  [e2a7d1d8ad7b720fc54fedae41f0f6be711b2d1d]

        remove references to ODF_FORMCHECKBOX_DEFAULT & ODF_FORMTEXT_DEFAULT
        
        remove currently unnecessary ( but possibly future ) odf attributes for form field controls

2011-03-01  Noel Power  <noel.power@novell.com>  [67d1f894487129e0e2b8c44b907d7992195bc310]

        revert commit 4877ad1d8ef4bf509d5329f03fe6c16e8e3c307e
        
        revert patch that introduces some new odf attributes for form field controls

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [624a561cc1a03cc34204f467cbd7f8afda0856a2]

        Fix build: Message should be quoted...

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [1d66862b70f0890d0599149a31750407361e78f5]

        Fix build: Add missing semicolon

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [a9d8223b3c4c9a748a5bdd3003f491be3c63be70]

        Fix build: Message should be quoted...

2011-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4505932667170f27f81b7152735f3ed7a0f9fa51]

        merge

2011-03-01  Joachim Lingner  <jl@openoffice.org>  [fd56d52ca4db7df1b0f148dd5726cfb8e77c3ec4]

        jl164 #i109096# osl_loadModules did not work with long paths.

2011-03-01  Jan Holesovsky  <kendy@suse.cz>  [1e1a23a102fcd324063f68e19a536bd9b208e65f]

        Kill useless comment for good.

2011-03-01  Juergen Schmidt  <jsc@openoffice.org>  [8e8fc2abfa0e8ffe4dc9b7cd4b59593b2d674351]

        jsc340: i114609: adapt examples to work with the URE and use the passive registration

2011-03-01  Ocke Janssen  <oj@openoffice.org>  [4a60626eca6de41b6af0084acb387a49d1943390]

        rsvglibs: add freetype

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [16236f9da6583ccca892aca5000098080f300a75]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1519a19abc7d181bb44354916e48f91252c4102d]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [a88a1ba147353eceea115659d5bdef996623ffd1]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [749318605731be7f7bafef88ccd495e05820ab12]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7c2917911e930874153271c072e1bc17fa6ccdfa]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1030cd28d5159c089bd0da9d8436312e5bc4348f]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ace5066b9d323f5762b98c7ed9292813df16b887]

        Automated merge with file:///cws/so-cwsserv03/dba34c/DEV300/ooo

2011-03-01  David Tardon  <dtardon@redhat.com>  [4e4bb296f0b768c6ef77d617b11d56d179fb4cd6]

        use full path

2011-03-01  Juergen Schmidt  <jsc@openoffice.org>  [471c9c37fe8a1eb49c3cf9177149020dc7850211]

        jsc340: i114609: adapt examples to work with the URE and use the passive registration

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [effc42d64e8e5ef24c42cf20b77ffc4b79576f89]

        Check for existance of cache before creating a new one.
        
        Sometimes a cache is passed onto the cache table at construction
        time, in which case the cache is already there by the time
        CreateCacheTable() is called.  We need to check that.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [dddc5972da6c6d6c706e442845a47362d0f08dfa]

        Renamed ScDPTableDataCache to simply ScDPCache.
        
        There were so many classes with 'DPTable' in them it was confusing.

2011-03-01  Kohei Yoshida  <kyoshida@novell.com>  [f84427bfddd49efee446f73fb1b926d102ce9641]

        Finally get the refresh to work properly.

2011-03-01  Thomas Arnhold  <thomas@arnhold.org>  [52807d8951dc15272196587ba4e33bdf5182b48e]

        Fix debug build: add missing using ::rtl::OString

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [716556f19c21090cd7f0ed4c0515df17a3cec241]

        Let's rename InvalidateSource() to ClearSource().
        
        Because that's what the method does; it clears all the source data.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [278610aab98b1ad69010c73e8a7aa2186b90a7b0]

        More cleanups.
        
        ScDPObject::bRefresh flag is no longer used.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [ed110de945e73c86ecd6a510ebf1a4209b603e83]

        Remove old container that stored data caches.
        
        We may revive this later when we decide to pool the data cache
        once again.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [a259eba2f737c5ba12c880ecd1ed959ac3a116ed]

        More removal of cache ID related stuff.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71]

        Data cache is now stored in the cashe table object for now.
        
        With this commit, data caches are no longer stored outside the cache
        table and managed by their ID's.  Each cache table stores and manages
        its own data "cache", but then calling it a cache is a mis-nomer.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [3b7bd5c1dd1031a79e82a0333b11bf70bb94102e]

        Remove cache ID storage from ScDPSaveData.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [c51037f84d6a1a2759ae47f04b13de970dc1c8fc]

        A little code cleanup.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [e605f77032d67f50be28913aa6a2ece881642bb0]

        Some whitespace cleanups.
        
        Also, n is usually reserved to store container size; let's not use
        it as loop counter.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [e4445f4c73140c7ba317085dca1b836a478c950b]

        Make sure everybody calls ScDPCacheTable::getOrder() publicly.

2011-03-01  ka  <kai.ahrens@oracle.com>  [c5606586d93b4a2b7307e54747922efbe0ebeca7]

        rsvglibs: added external library libpng

2011-03-01  ka  <kai.ahrens@oracle.com>  [292b6263e29f4cd0ac3455900f43f2e38a1972c2]

        rsvglibs: added external library libpng

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [d444d877a1023dec34859f9cf59039e81a638c4f]

        Make sure nobody modifies the table cache outside of ScDPCacheTable.
        
        Use const to ensure that nobody modifies the content of the table
        cache outside of ScDPCacheTable.

2011-02-28  Eric Bachard  <ericb@ooo4kids.org>  [3990d8d6f4198e0c5a7d03e80c687355495d19d3]

        lp#726529 and #i117017#: clarified origin of assembler code
        
        Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>

2011-02-28  Arnaud Versini  <arnaud.versini@gmail.com>  [650fce9d21e186e9e444ed7e55060b08538531f2]

        Cleanup msfilter.

2011-02-28  Caolán McNamara  <caolanm@redhat.com>  [e6527404ce00464e56e793f68eed6ef35e3745da]

        revert removal to fix build

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8de5f9231f26cc662dea207be73b321729c3cd44]

        CWS-TOOLING: integrate CWS automationdev300m99

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [981e76f631cc591e356c0242943f114804f907db]

        CWS-TOOLING: integrate CWS xmlfix3

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f54c23ce694b60a80303c53fb590003b2056a911]

        CWS-TOOLING: integrate CWS xmlfix3

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c2b9b4e515bf79f6690285d49a4c8dfc87048529]

        CWS-TOOLING: integrate CWS xmlfix3

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5d8fe2abeeeb50e914a596e7552b1dea3a69a6df]

        CWS-TOOLING: integrate CWS xmlfix3

2011-02-28  Jan Darmochwal  <jdarmochwal@gmx.de>  [b6aa0e81105f56fc544d1560d2b791212c5345ee]

        Accelerate Perl installer builder
        
        * subs in converter.pl rewritten
        * fixed bug in convert_whitespace_stringlist_into_array
        * removed copy_array_from_reference (can be written as "$copy = [@{$source}]")
        * removed copy_hash_from_reference (can be written as "$copy = {%{$source}}")
        * removed convert_stringlist_into_array_without_linebreak_and_quotes
          (equivalent to convert_stringlist_into_array_without_newline)

2011-02-28  Caolán McNamara  <caolanm@redhat.com>  [deb8773d3aedcafb32b82e3bc4a1451900120746]

        dynamic_bitset subdir wasn't delivered

2011-02-28  Carsten Driesner  <cd@openoffice.org>  [e53bc0fef9c615804b922c548b64bf9160ebb67f]

        fwk167: #i87606# Return correct result from event selection dialog when clicking on Cancel

2011-02-28  Thorsten Behrens  <tbehrens@novell.com>  [ec8d440f7ff08b6d5faed2e6da4655866c469f85]

        Removed tinbuild script
        
        tinbuild is now maintained in a separate repo:
        http://cgit.freedesktop.org/libreoffice/contrib/buildbot/

2011-02-28  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [c3be0d4ad83e4b16d1599ec4a0c96c4df8aa58c7]

        lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [16a09af97363504a43719c48fe615afbb2a68cbd]

        Actually unotools already depends on i18npool. Removing it.

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [973d2ca14b29d856023ea1c7b49e6bddd3ca2bc7]

        CWS-TOOLING: integrate CWS impress195

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [d0796a1f9fcb758ab4094a834522c0edb268f5a3]

        CWS-TOOLING: integrate CWS impress195

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6c4a630826520dff28c0ba0616c976e6d995e2c5]

        CWS-TOOLING: integrate CWS impress195

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8727666687210514b6fab6003995acb9d3d17b0f]

        CWS-TOOLING: integrate CWS impress195

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [7e70c9ddb6b88e4d0e3e3dda9d3eec9abce12911]

        Disable this temporarily due to the objection from Thai users.

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7ea18542f2cba20abb7942df384ceae49c87a166]

        CWS-TOOLING: integrate CWS ab81

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4881d3fe8ce0bba79aac4d86d634aba6d456f583]

        CWS-TOOLING: integrate CWS ab81

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4e24f6a92a498b83cc59f759ef65187472ba2a35]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [57b0109c90382ecd25e2f7631cc0aaf5409b2e0d]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [a0e99ecace0b744ae75c9f2fbcde9990a2b6faa4]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [39a50d5d4944582918d81c146c9ac90227cce0f5]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6ca901341d6971ff1d2d390aa26f95fcdc757dd0]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [df32f5c97637643f208130f61d8e7d8401de6754]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [195eec7512bd8ef30b0232fb474a8998f5dab197]

        CWS-TOOLING: integrate CWS sw34bf03

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [30525099967795296bd024234747b8bf5bb7ff30]

        CWS-TOOLING: integrate CWS l10nmovetest

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [7be96b6e4a2781bdef223ee2a897d98b46c48792]

        More test cases for Thai-specific format codes.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [77b5cc0a971797e50687e8d978723fbec4d3db7c]

        Renamed GetnAnz() to GetCount(), to make it easier for us to understand.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [c03562112ffb0978cd6658ead1058616eac12b65]

        Store locale type instead of language type.

2011-02-28  Kohei Yoshida  <kyoshida@novell.com>  [6aad3e48b43a637efc372b448298102866e6dc8b]

        Updated method documentation.

2011-02-28  Steven Butler  <sebutler@gmail.com>  [a0924c8cf0cf2651339554b47fc357c97193fcee]

        MSI: ensure thesaurus indexer custom action is built

2011-02-28  Steven Butler  <sebutler@gmail.com>  [d5931ad3631ed74d73fea119573c1e3bbf176ee1]

        Add MSI custom action capable of generating thesaurus index

2011-02-28  Joachim Lingner  <jl@openoffice.org>  [fdf5c731ce3a539ce6d23728d41284fd2b120caa]

        jl165 merging heads

2011-02-28  Joachim Lingner  <jl@openoffice.org>  [0df660c437db227073826ad822cfd9a0b36e4330]

        jl165 merging heads

2011-02-28  Michael Stahl  <mst@openoffice.org>  [7d62959d73c2dcc2b453b27f7545d5d1eb402025]

        sw34bf03: #i93908#: tweak BuildId for DEV300m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1864247d585887383a0537bb9eb5be2d012cfded]

        dr78: #i116996# remove wrong assertions

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5b9c233e7f80fe363fd3826d76ade9175fa8c4c1]

        dr78: #i116996# remove wrong assertions

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [35c2ef4569695240bccebe9e6c56a74b23edd984]

        dr78: solaris build error

2011-02-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cd116c549ccf5a3c2d259f8c3b608e1cdf905b76]

        rsvglibs: add missing header

2011-02-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f0b7c976ffe14bc0a7238177cf9bae1ad995b3b0]

        l10nmovetest: #i116586# use of with_lang / no reset of LANG

2011-02-28  Juergen Schmidt  <jsc@openoffice.org>  [01f92dfffd32f2c9311b385aaa290d44ed40fa6e]

        jsc340: i114609: adapt examples to work with the URE and use the passive registration

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a49ccf80a5fb9115fe7abfcc9c107d3ae126a33b]

        dr78: removed remaining tools types

2011-02-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a14d776661649daaae4021cfe6fca69136acad1a]

        rsvglibs: add glib dependency.

2011-02-28  Luboš Luňák  <l.lunak@suse.cz>  [479f8c489ec3fa17b9380faa56d4c8e020c2e77c]

        remove a presumably stray + from a diff

2011-02-28  Christina Rossmanith  <ChrRossmanith@web.de>  [3103c1b0a723c07e15115ccd02fd10bf79b09c1f]

        Removed bogus bugids

2011-02-28  Martin Kepplinger  <martinkepplinger@eml.cc>  [132695f953477a042793d6a9edab0e2641e7ec1a]

        Comment translation of writer/sw/source/ui/dochdl

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0beb3b7f484c96194ca24a013e8e0c856e8cdb6b]

        dr78: rebase to DEV300_m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [31dfc4d4eb8e5572645c0bdeabbe2da26a9e7343]

        dr78: rebase to DEV300_m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f88f4460bcbbdc66843ed0e6c7b8055ea1a6b2c2]

        dr78: rebase to DEV300_m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [de19474011d199d247b2da9d12f12104133a6f26]

        dr78: rebase to DEV300_m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a1a84343919c08e0d698d40e2bcf5c411ca47f3f]

        dr78: rebase to DEV300_m101

2011-02-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [24698e58787949576600a83ca7adccdc757ccbc4]

        dr78: rebase to DEV300_m101

2011-02-28  Carsten Driesner  <cd@openoffice.org>  [20755856d6007b9f4316c6ba2a571b26d0de85da]

        fwk167: #i70217 No need to assert if the same instance is set. Don't create a fresh VCLXDialog instance if has been created in the window ctor

2011-02-28  Christina Rossmanith  <ChrRossmanith@web.de>  [bbf0acdf5d3c0a96b6b98766983edb65862640c8]

        renamed MACASSGN_TEXTBAUST -> MACASSGN_AUTOTEXT

2011-02-28  sb  <sb@openoffice.org>  [bf5a377913bfb59f7010ad6dbca3e2247f7eff94]

        debuglevels: #i117073# Linux/GCC needs SAL_LOADMODULE_GLOBAL for exception handling to work

2011-02-27  Rafael Dominguez  <venccsralph@gmail.com>  [20b77e66d03050108c276f9bb191832125447fa8]

        [PATCH] Remove deprecated container list for std::vector.

2011-02-27  Rafael Dominguez  <venccsralph@gmail.com>  [03fb9403784a137800c5c1a45c4e85eeb2eab62f]

        [PATCH] Remove deprecated container List and update required headers.

2011-02-27  Rafael Dominguez  <venccsralph@gmail.com>  [b091c9f867b87d085c0353f61b8f03fa7e6cbd2b]

        PATCH 1/2] Remove SvULongs and replace it with std::vector<ULONG>

2011-02-27  Joseph Powers  <jpowers27@cox.net>  [55f37a7cf880519b84baec975d549d396efae948]

        Add Missing "using ::rtl::OString;"

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [7b182f69563ca18d15152a41a09861afae4912f0]

        Remove "using namespace ::rtl"

2011-02-27  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [e45cfa431882caa54f20b9e18536b5eda514d414]

        Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
        
        FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [be3f37dc72b530c36548aee29b2ea7924232cbfc]

        Remove "using namespace ::rtl"

2011-02-27  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e1f33256f9f7edb143acc0fcc3e3d0f2d492df92]

        Fix Windows build

2011-02-27  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [40be115c866c8db8db5fcfeec0673ece353d5ed9]

        When removing stuff, the least thing to do is a clean build of the module

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [da84e4dc931f17f87f26affcbe90681f3061b560]

        Remove "using namespace ::rtl"

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [ac83bc28e77a2b00646ac690f88517c0ba4313c1]

        Remove "using namespace ::rtl"

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [27f360b33062e463f86817ae3e9af5785ad944bf]

        Remove "using namespace ::rtl"

2011-02-27  Francois Tigeot  <ftigeot@wolfpond.org>  [cfc854af6e640efbda1a1f135a81bc5444a814a0]

        Handle DragonFly like the other BSDs in more cases.

2011-02-27  Francois Tigeot  <ftigeot@wolfpond.org>  [dc9fcf5470b131a456fcc814e0649665efafa746]

        Handle DragonFly like the other BSDs in more cases.

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [24ede84c0991ed924f903c6c7677e0e44525abef]

        Remove "using namespace ::rtl"

2011-02-27  Francois Tigeot  <ftigeot@wolfpond.org>  [9a0fa777e2f5d757fb0a11db34e3fe28e938b0d9]

        Handle DragonFly like the other BSDs in more cases.

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [b0195a1c386272d09786f7ed10b1e9f6e678a929]

        Remove "using namespace ::rtl"

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [d8ca1920245fee0af82adaecc4a2cc9f90a53ad6]

        Remove "using namespace ::rtl"

2011-02-27  Francois Tigeot  <ftigeot@wolfpond.org>  [d0655ab815f9cbb280d7fb7d57370018533dad90]

        Consolidate three #if defined tests in a single one.

2011-02-27  Julien Nabet  <serval2412@yahoo.fr>  [a1f57cc3f0699ac32a0f380ac32de8d0b65e088d]

        Fix small bug

2011-02-27  Francois Tigeot  <ftigeot@wolfpond.org>  [29b55434cb4c5816a2d2f4544e733edfc9f1fea8]

        Use system OpenSSL on DragonFly.

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [8379ad9ac653e4fc4d47ebecf18099e0b41c60c1]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [27a1dcbfc9967519e63f057100ce434a4c5554bd]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [b9b36572d95b1a1583ff352631cf4a89d6dd8227]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [063152696fb70c40dddb0eaf1e1a8cc9c8594362]

        Remove "using namespace ::rtl"

2011-02-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2daf5ba78e26535ca4a2e6b743c0801d1e75c067]

        debuglevels: ooops - removed a line of code not intended to be committed

2011-02-26  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [633d352fb9979234d493e84ae50f4b0b6f3701e0]

        WaE: picky about comparison between signed and unsigned

2011-02-26  David Tardon  <dtardon@redhat.com>  [2de4a10ced30c87a7e68de6d9a0c45ec8f6a215e]

        OSL_ASSERT takes a condition, not a message

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [93652f968cfc8f72c7b2ef5a46fc2758bc9e93c9]

        Bring back tablestyle.cxx

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [ace98753bdf2068f9f9583b1f11381fcfe1caaf7]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [9035896fa1954676733c205bf817b51081741b7d]

        Remove one more dead file

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [e1cbe35a9e3880aeca96073719555272f711dd5f]

        Remove some more dead files and wrappers

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [f4823e5c570f564f62419ed31b1d32f9e44aeb01]

        Remove some more dead files and wrappers

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [465860391290d99c686fd6091d84fef41236859f]

        Remove dead files

2011-02-26  David Tardon  <dtardon@redhat.com>  [adcba4a252226f212f79dc0376a68fe8d5106966]

        OSL_ASSERT takes a condition, not a message

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [f2554b7867ca50f513aee6190ef3e3552d0880ff]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [bd5fa4c1c6b62557f3909b0bc11e5543b01cbb9d]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [9a0ad1d7e8d5b95e7902a1c7d28ad18f95ae6fb3]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [68c7be65bab421d4b31fd0e8caba9d43abcc244d]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [5e18a28608bce9b9816d576a39b3699e06121203]

        Remove "using namespace ::rtl"

2011-02-26  David Tardon  <dtardon@redhat.com>  [4cc6566ef8345abd8765369b40311ae6369546d3]

        OSL_ASSERT takes a condition, not a message

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [bbb5c3899df3b8a14091305f7829f39adfb702f8]

        Remove "using namespace ::rtl"

2011-02-26  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [e12b6584f9ebcb0397f5965e8297295a27807675]

        chart51: don't switch to internal data if ranges for bubble sizes are missing

2011-02-26  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [af449c28ff331a19768df64d92c94954a64efd70]

        chart51: copy-paste bubbles with text x values correctly

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [490d076d1650cb8db6677b7a60ea02ffb332c117]

        Remove "using namespace ::rtl"

2011-02-26  David Tardon  <dtardon@redhat.com>  [22d875b2630369cf85a82985d72f3120cbfa3453]

        WaE: suggest parentheses around '&&' within '||'

2011-02-26  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5be612b57e506c2b2de13b29649762595f64b126]

        chart51: #i116961# import shared y values for bubble charts correctly

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [660d565153ff8884422588c169f7913aed1b4fdc]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [756b7d315a2bef7177c1123af9ce223293c88970]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [52370d787a8472b1e185e56b82e544a995ca5f65]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [b0339463e0e6764f5c53cebdf2da73ccb16d6052]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [fcb8fd3ba59210dd3f51f8ee164a8549e751032d]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [1d0fa44ad10f9de318950d87e36796c16c241e23]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [c39c505414a93ddc3f83d67e1c6933d314390312]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [67baa5e71ab369f9c43a1f3ceffcd8cdc14ca2d0]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Thomas Arnhold  <thomas@arnhold.org>  [621e92d1a990b11b3b96fe513566658feaaa3e65]

        Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1]

        Remove "using namespace ::rtl"

2011-02-25  Joseph Powers  <jpowers27@cox.net>  [c2927bbd85e36db84830f7854e32194e24254505]

        Fix issue with removal of "using namespace rtl"
        
        OStringBuffer is only used in the debug code and the correct #include is
        located with it. We don't really need the "using ::rtl::OStringBuffer".

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [174a94b545374226d97b3ca89fcb9ca6a8c56f5b]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [221b85ed297f7cc4d94f5483828a87c059dd6a14]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [f31b74fd2ba66c8eeb26369f4ad2f9f9cd3e197f]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [f6e89c9e98a8512419a0b62838a2a3834e81ea76]

        Remove "using namespace ::rtl"

2011-02-26  Julien Nabet  <serval2412@yahoo.fr>  [02db19983224c7cb1c46ac943528c31f6f76e148]

        Remove "using namespace ::rtl"

2011-02-25  Christina Rossmanith  <ChrRossmanith@web.de>  [2d272f7429b72f809d01f4b04b8c4b286dfa6394]

        removed bogus bugids

2011-02-25  Martin Kepplinger  <martinkepplinger@eml.cc>  [a2ebe32726c8d4ebe3546e53575f778000f48a14]

        Comment-translation of writer/sw/source/ui/dbui

2011-02-25  Christina Rossmanith  <ChrRossmanith@web.de>  [895a6fffca4c11667d3c98402164ebd10aa41d19]

        removed another bogus bugid

2011-02-25  Christina Rossmanith  <ChrRossmanith@web.de>  [ced56df4b3bce79b53742318ea18a54f58a6ab08]

        fixed comment translation

2011-02-25  Christina Rossmanith  <ChrRossmanith@web.de>  [459e479a0a02524bbc337915d642de59d5be35cf]

        removed JP <date> and bogus bugids

2011-02-25  Martin Kepplinger  <martinkepplinger@eml.cc>  [0a69ee4d81efa4f57fcff0936e3a4fe76a4f790a]

        Comment translation of writer/sw/source/ui/dialog

2011-02-25  Christina Rossmanith  <ChrRossmanith@web.de>  [5c407ef72411e26148b3f2c8f3bcb388b08a982f]

        removed BMP_FEHLT

2011-02-25  Luboš Luňák  <l.lunak@suse.cz>  [fe58c1ad8a925b1f5ed4be033c8858f5c268da8c]

        some fixes for checkboxes and radiobuttons in popups (bnc#581833)

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [d675923db0f97892d35144df5c41f65c42bdceae]

        Removed macros.
        
        This messes up context tagging again.

2011-02-25  David Tardon  <dtardon@redhat.com>  [0584cb3e42875ba2f8a75d0076c97492671083d9]

        shortly describe diagnostic macros

2011-02-25  David Tardon  <dtardon@redhat.com>  [91697b75c337dcab54d56efb6e24701147900676]

        fix assertions

2011-02-25  David Tardon  <dtardon@redhat.com>  [51fb5a2a5d0a28f5f043207d0729f55f0b7d81f0]

        define OSL_FAIL as replacement for DBG_ERROR

2011-02-25  David Tardon  <dtardon@redhat.com>  [5f90207e497a99ba6b666e14e5ff9b2d02e01960]

        use _OSL_ENSURE to define OSL_ASSERT

2011-02-25  Luboš Luňák  <l.lunak@suse.cz>  [4fd3d3c8c4f3f80641c82cb43440b87f03976a60]

        do not begin w:fldChar twice (bnc#499106, fdo#34293)

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [ad225eaadd4d677d4c491900bbfdc402d5eac4a0]

        Sigh....

2011-02-25  Kurosawa Takeshi  <taken.spc@gmail.com>  [574b67398c4333fedd5b46582a6f7c6867030456]

        Resolves fdo#32376 Set default color to the current one in toolbar popup

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [98ae2c26f2b70c035998b69c36e431da11502aaf]

        Added i18npool as dependency to svl, the unit test now depends on it.

2011-02-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4f06bfae891d1b7b80e0e17be9623536f31ae9ac]

        dr78: #164376# use XCellRangeData to increase import performance

2011-02-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [42ecce229d28c99cca9e80b3d8837cbcfc538b25]

        debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does not seem to be public API) with osl_loadModule

2011-02-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [df43fd9cd28a12f2e90ae40c163a20005ef2ae20]

        debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does not seem to be public API) with osl_loadModule

2011-02-25  David Tardon  <dtardon@redhat.com>  [899053f93c31824c82d48ed051aa1886d5ac751f]

        fix debug build

2011-02-25  Joachim Lingner  <jl@openoffice.org>  [9d42fad78d95f71c468f4ce874bd529e17225c1b]

        jl164 #i109096# Displaying help content fails for extensions when user installation has a long path on windows

2011-02-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8616248aff09ecfcdf1e140cc9e3ac53e00a7049]

        debuglevels: yet another module dependency fix :-\

2011-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [73fc450c5e59d3668294d25654ab24902aeca66f]

        Removed dead code

2011-02-25  Takeshi Abe  <tabe@fixedpoint.jp>  [be9469d388484df4b52f06227eb5d709ca07e6d8]

        Mark fall-through

2011-02-25  Thomas Arnhold  <thomas@arnhold.org>  [1d78c73b8d018a0b0ba2ad7582561605b3df2b7d]

        Revert Remove Tools -> Media Player from Writer
        
        Bring background calls back, so anyone who needs this could add
        add a working Media Player with Customize -> Menus. Bring back
        Media Player back for web per default.

2011-02-25  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [1944d51d110c5dc3557fe91875a0faaff7e3c0b3]

         Bug 117075 -  [Automation]: inserting sleeps in i_us2_present.inc

2011-02-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0842ba3f843a98e189fbf7e2d39cb612b4ea5e3d]

        debuglevels: fixed module dependencies

2011-02-25  sb  <sb@openoffice.org>  [a788821b83eb68decaf53cdbeaed042dd3d697b3]

        debuglevels: #i117073# added cppunittester --protector support; added unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions

2011-02-25  sb  <sb@openoffice.org>  [58eb3fb273f12dc632536366c9867d5bd952151c]

        debuglevels: #i117073# added cppunittester --protector support; added unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions

2011-02-25  sb  <sb@openoffice.org>  [e2cb37ffec3734ab7894af5cf52a97639630cedd]

        debuglevels: #i117073# added cppunittester --protector support; added unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions

2011-02-25  Caolán McNamara  <caolanm@redhat.com>  [81cfd291ab10a0db344b9295acd081afa5165b12]

        throw out some warnings

2011-02-25  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [fd37636ef1253a46ee1834bdb9588a99fbc96b86]

        chart51: #i116037# backout

2011-02-25  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [9f6e95523b0e65f415afd41a5629a4717c062430]

        chart51: #i116037# backout

2011-02-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d3dfac3e375a996966d934b31aad9ad77ad4f63b]

        debuglevels: export DBGSV_ERROR_OUT=shell, so that tools-based assertions in non-product test do not pop up as message boxes (which was a regression introduced with the removal of DBGSV_INIT from the build env)

2011-02-25  Mathias Bauer  <mba@openoffice.org>  [3351d657b12c0c93459e0fbff4414c074f4b6718]

        CWS swlayoutrefactoring: resync to m101

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [e4ae5a532df17fa45afce2777e3b256cbe00a9a3]

        More on using real namespace scopes.

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [af77c13c6f64a531964028a785cb938a7fbd143e]

        Let's remove using namespace rtl while I'm at it.

2011-02-25  Kohei Yoshida  <kyoshida@novell.com>  [bed2edc309d8a3ad29c43f3971fceedd3a70d569]

        Use real namespace scopes. The old scheme screwed up context tagging.

2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [c04955e4da30163a1e42b08d730884b3b4cfbfec]

        Correct cppunit error message.

2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [54fcbd8c70130e03ad6ebc51e28897fa8e238583]

        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>  [65493885df5c5d6dc1ade2f311f01e74d270fa57]

        Generate locale code that includes numeral shape and calendar type.

2011-02-24  Noel Power  <noel.power@novell.com>  [cc949104daf6f905f4a5cba5b6c0ecacdbe0b5d6]

        fix for fdo#34664 - prevent null pointer access when no ffdata available
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-02-24  Noel Power  <noel.power@novell.com>  [5ceb24cb0c1d1f109d7e07f53edc6c5c2f3fac20]

        fix for fdo#34663

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [85859bf29f3753fbf6d69faeaf7a29bdcfb79b27]

        order of environ undefined after putenv

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [35f31a7e944037ecbcb9d1991ffffe756a173678]

        Remove MSDOS support

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [f9c94966c92800ede3d7c7b75722167f1c9c1f7f]

        Remove TURBOC support

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [4838eb97ec69efb9576608dd4d967ae0ec418b6a]

        Remove MSDOS support

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [f4340a7237f9869ad498faedb36739cdf4280344]

        Remove unused idldll.cxx

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [37a3b9f72b665b80cb38e2ae3af71887fcc7e5c3]

        Remove MSDOS support

2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [8bd3bc3f698278e9fbe57dfe990b9500c2dd3588]

        I need iostream and its friends while debugging the unit test code.

2011-02-24  Kevin Hunter  <hunteke@earlham.edu>  [a6f80efc530122c0ecc0d8414785769134032ed7]

        Fix GTK dialog replacement of $filename$
        
        When using GTK dialogs on a *nix system, the dialog box was displaying
        "Overwrite '$filename$'?" instead of replacing '$filename$' with an
        actual file name.  This ammends that to be in league with out the
        "native" LibreOffice dialogs do it.

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [34997ca815b42ca1631e97df5a028ee955e61b63]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [14cb300aaf4e1c4800714a1b9da814cbb1c4d347]

        remove dead export.exp

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [41c30fa82f9aa1b3faa55fe881ec2190eaf57429]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [83cfca7c9c0f3dee4966db2bebf7dcab9c48ff42]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [228a0c4d817255e72536bb0db5146fa704423988]

        throw out some warnings

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [c7647b7767f70dc9679719ed2484b74b5040c6b5]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [43a9cdf171882fbbdd5084d40dab33d3bd3cfc86]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [da9187707e1ab5c0d2862505eea02709d29dffd2]

        remove unused export.map

2011-02-24  Kohei Yoshida  <kyoshida@novell.com>  [44b463c0e1b6d21e8707636387d88470ffce438a]

        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>  [5409cda1afc00b21d26ffaeba7cc7dbbf9adf89d]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [5f66037d6de444b731d8ce9a709c8754216ac7d9]

        remove empty TESTSHL2LIB

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [39d15024ebf47104bae179c3351c6af842edd0bd]

        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  Julien Nabet  <serval2412@yahoo.fr>  [acab64bd1d6ea2462d12723dee8774ab66382597]

        Remove "using namespace ::rtl"

2011-02-24  Michael Lefevre  <lefevre00@yahoo.fr>  [4f290f38580d8b37b7e87d4b042fa5f054fbd1a0]

        Remove commented variable
        
        Still code cleaning.

2011-02-24  Michael Lefevre  <lefevre00@yahoo.fr>  [9c35a09ce8c786118234614d64dfd267edb1114f]

        Remove more commented unused variables
        
        Keep cleaning the code, line by line.

2011-02-24  Michael Lefevre  <lefevre00@yahoo.fr>  [79f0f557f8a3639327f3c98f0f7d39abf45d95d2]

        Remove unused commented variable

2011-02-24  Christina Roßmanith  <ChrRossmanith@web.de>  [dbf407cfb039a4ea7ccd49a3728d2ab9860d9601]

        Remove dead code

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [dbd2b68f4b271b81cc199b9aa157b13b3d0edb89]

        Translate german comments in viewopt.cxx
        
        This translates the german code comments in viewopt.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [76d66acf4973ac78677e2284777c09700a3fe5f4]

        Translate german comments in uinums.cxx
        
        This translates the german code comments in uinums.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [7235f463b5e27847387ec4f519128f6be930cffa]

        Translate german comment in prtopt.cxx
        
        This translates the german code comment in prtopt.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [95a466b8285f1562420b454693429be363d12c47]

        Translate german comments in optpage.cxx
        
        This translates the german code comments in optpage.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [c43b5d31683c9fd0140c1df360b2e888d1a6b186]

        Translate german comments in optload.cxx
        
        This translates the german code comments in optload.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [a486a87edaf73f03024cab283512a12571dced60]

        Translate german comments
        
        This translates the german code comments in optdlg.src to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [405c46f9ef7633af3ba6d33cb786e098983c8030]

        Translate german comments
        
        This translates the german code-comments in optdlg.hrc to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [e3387408535bb8e377c3367f0157740a62199627]

        Translate german comment
        
        This translates the german code comment in mailconfigpage.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [62b4ce5e8094184a4983d707d4575bddd1b83739]

        Translate german comment
        
        This translates the german code comment in dbconfig.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [921c132dffe1b9eb2f54710a75558d94c1b6b269]

        Translate german comments in config.hrc
        
        This translates the german code comments in config.hrc to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [5308ae852b8c86fafaabee0fdadc5e601c7cd1bb]

        Translate german comments in cfgitems.cxx
        
        This translates the german code-comments in cfgitems.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Martin Kepplinger  <martinkepplinger@eml.cc>  [18c4318c461be0dfd9849ce2031014161817fea8]

        Translate german comment in caption.cxx
        
        This translates the german code-comment in caption.cxx to english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e0df9bc3622e63eef384d765e686d3645c27d24c]

        rsvglibs: add external gettext dependency for rsvglib

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [70bd2219d42c3669e90f1d4d0663031dc8a635ed]

        remove unused export.map

2011-02-24  Nigel Hawkins  <n.hawkins@gmx.com>  [986beba7163224b1f5668be53055486eb387291f]

        Refactor itrform2.[ch]xx a bit for better insulation.

2011-02-24  Nigel Hawkins  <n.hawkins@gmx.com>  [81a22db4c8e181fbcd1445f6c9051897db088f08]

        Remove use of SvLongs in itrform2.[ch]xx

2011-02-24  Nigel Hawkins  <n.hawkins@gmx.com>  [098e422db7cc3cb71975333368ce5ff8d9c604b5]

        Remove use of SvLongs in dbg_lay.cxx

2011-02-24  Nigel Hawkins  <n.hawkins@gmx.com>  [8ad7a9d0b87b17fd7903e0297c56296e87faba13]

        Remove use of SvLongs in envfmt.cxx

2011-02-24  Nigel Hawkins  <n.hawkins@gmx.com>  [344966c6d0fc4967bc3ac4a1aedb5ca22cea0c10]

        Remove use of SvLongs in authfld.[ch]xx

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [325674e0d0a0f49c3ed5cf42e3da7f0c5933828a]

        config dir can vary dramatically, just test for existance

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [ac0811b10e05392e9308ad2616a72366c8e3fceb]

        Move DBG_ERROR -> OSL_ASSERT

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [d51e84aa6d2c0976d2b10747bb39e97acc286253]

        Move DBG_ASSERT -> OSL_ENSURE

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [11f666e41cc317941cfc512f8f0c8c422d4a499d]

        ASSERT: Some final cleanup

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5342a87464932ce062004e3587bd4339a10035db]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [86f4a96d8cfe217ca5547174a8b0dff4e9fe5594]

        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  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [6eefe160278d1c1225a9267405e9efadba85a85b]

        chart51: merge with DEV300_m101

2011-02-24  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [33e01cba5102bd326b0cca887879df4d49b2fca6]

        chart51: merge with DEV300_m101

2011-02-24  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d097fc58ef5d3499ba04243fb9af7b1fadc60f50]

        chart51: merge with DEV300_m101

2011-02-24  Michael Lefevre  <lefevre00@yahoo.fr>  [b581175e1781680a48437e793d4d64465d971781]

        Remove comment
        
        Go on with comments suppression.

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [0b1f4248338ff28208b3368b66690a84a75cc480]

        WaE: logically last test always passes

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [836a9c057b71dfea52524e2387a2cc0a73479660]

        jl164 #i109096# HelpLinker does not work with long path on Windows XP because of fopen

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [19e246e8dce7a8b230df80aab540efc7dbfe4e44]

        add some debug code to help find failures

2011-02-24  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [1b904022140bf76d41dc6f6a03bd3a86f3bdd544]

        chart51: #i116037# backout

2011-02-24  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [301898a256d1c1769c9d4bc7636607297b6e6ffa]

        chart51: #i116037# backout

2011-02-24  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [8e72893ce940e2083cc03ffcc4ec3e4af3c67d73]

        chart51: #i116037# backout

2011-02-24  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [ef0e02dd736111d3641c813ccbda5021e38fd14b]

        chart51: #i116037# backout

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [a19b744f237c2a15bee5f5b0095d17eedb5f92f9]

        Related: fdo#33549 remove bogus CorrectResIdForCharset
        
        This looks totally bogus, and even if it isn't then in
        SwWW8ImplReader::SetNewFontAttr the *original* nWhich
        needs to be the one used for the push onto the encoding
        stack, otherwise its all busted afterwards on the pop.
        
        I suspect this is an attempt to fix some other problem
        earlier, maybe idcthint related or maybe default font
        related. Impossible to know as there was no comments
        or bugids mentioned originally to see what the problem
        being fixed was.

2011-02-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7e2f583b3fd22899304feb4acea951e455aa168b]

        extras needs xsltproc for multilanguage build

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [fbc6cd2ebf6ac0195a591f6d4cee5010b76b6029]

        Remove except from tree and clean up

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [e02d8f882e4aa8e3e1af26e8de4b674a2ba7d7c2]

        Move ASSERT_ID to OSL_ASSERT

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [7ec2e1e46ea96d97ed314bbb300f0349a1180b8b]

        Move ASSERT to OSL_ENSURE
        
        Done with a nifty little perl script. Regex:
        
        $data =~ s/(\s+)ASSERT(\(.*?,.*?".*?"\s*\))\s*\;?\n/$1OSL_ENSURE$2\;\n/gs;

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [43c7fe9100277f3f8a57a3daf8d6266ed6d5c7a4]

        Replace errhdl.hxx include with osl/diagnose.h

2011-02-24  Thomas Arnhold  <thomas@arnhold.org>  [c9b3473836911f3f40c9830e810e02eea57bb2f6]

        Replace errhdl.hxx include with osl/diagnose.h

2011-02-24  Bálint Dózsa  <dozsabalint@gmail.com>  [3a033a4d2df53e438e5f6ec1d13c7e6f0f9ab633]

        Remove unused methods

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [471f8022c9c800a1428bdcae110fe4152db351b1]

        jl164 #i109096# libxml2 fails when using long paths on windows

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [fd2597bbeb3f9ef2a803615ff4df1aea10242283]

        jl164 #i109096# libxml2 fails when using long paths on windows

2011-02-24  Julien Nabet  <serval2412@yahoo.fr>  [58737fb3f2950767f559cf3cf97d7815078dcd92]

        Remove "using namespace ::rtl"

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [769537df9e4620b0a727e64470fdd55349e3d5d4]

        don't search past end of string

2011-02-24  Juergen Schmidt  <jsc@openoffice.org>  [23dc5111f2e717320d0ab169f5f522c9dce31b52]

        jsc340: i115337: correct since tags

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [1ef7ca4438b74f9f7b24451df90b860418d70bb1]

        Resolves: fdo#34319 on import take into account idcthint
        
        i.e. force on the font that word would use. We really need a idcthint
        implementation of our own to be able to do this completely correct.

2011-02-24  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [ee32f79d9ed2a5dd1d2dc60d8592632a53f88d28]

        automationdev300m100: merge with DEV300m101

2011-02-24  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [bccd4bb210e35400685bca58d19ca806a27bc815]

        Deleting double entry.

2011-02-24  Carsten Driesner  <cd@openoffice.org>  [5e0ac176cf025f7e070d882f4bba169f6242efa7]

        #i117013# Check restart state earlier in startup process to better support extensions with changed configuration settings

2011-02-24  Eike Rathke [er]  <eike.rathke@oracle.com>  [371f12e8b5f9bea2e22a50e5d7766a186634bb7f]

        calc66: #i113183# in SUMIF and COUNTIF external references treat numeric strings the same as in-document As in ScTable::ValidQuery() match a numeric string for a number query that originated from a string.

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [88eda2548e9b4d7a7a90e2f128f17d585250278b]

        debuglevels: let DIAGNOSTICS_CONTROL_FILE depend on , to make it unique when multiple tests are running in parallel

2011-02-24  Eike Rathke [er]  <eike.rathke@oracle.com>  [40053f86ff0830b3ac08df2639575c14c04f8adb]

        calc66: fixed out of bounds access in offset# Sequence of equals()

2011-02-24  Juergen Schmidt  <jsc@openoffice.org>  [af39a4d0f220f6f619d8f59b6f26b27adaa3fab4]

        jsc340: merge to dev300m101

2011-02-24  Juergen Schmidt  <jsc@openoffice.org>  [e89e842175ca8bf8c5bb36636061c42743017dd9]

        jsc340: merge to dev300m101

2011-02-24  Juergen Schmidt  <jsc@openoffice.org>  [79d3c761b980e4dffcb01e3e01ffc195e64f3f79]

        jsc340: merge to dev300m101

2011-02-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [992975c9f4c941ddf8d464f7268a9bb6f699d022]

        Update from sibling repository.

2011-02-24  Rob Snelders  <programming@ertai.nl>  [ed67e7f052cc05b9cdfefccba04b0a51468d1c90]

        translated comments

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [322ffc5c4534e935c86a1814ee55268e7a9a5c4b]

        debuglevels: fixed file permissions

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9d71aa84b44924c592085909bf0f2c38de0a2df4]

        debuglevels: reintroduced lost row headers in first status table

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [83e28f13c3ca2b7b11db1f9c3b3eb6725ad106ca]

        this should be a half-open range

2011-02-24  Caolán McNamara  <caolanm@redhat.com>  [de45b26c44e74e44a1a19b6b77548f2193f7c3ed]

        For character properties check the exact position in the SwTxtNode

2011-02-24  os  <os@openoffice.org>  [957846db9df51b777f7f31c4503971c42c181bd4]

        os150: m101 merged

2011-02-24  os  <os@openoffice.org>  [b004778d7fbe6501067d708f4fe32d4918bd230a]

        os150: m101 merged

2011-02-24  os  <os@openoffice.org>  [45d9c034f432235593395c7476771927f8588e3e]

        os150: m101 merged

2011-02-24  os  <os@openoffice.org>  [77ba69b6cbfbab29faa49f24a94a17c7351b93e2]

        os150: m101 merged

2011-02-24  Christina Rossmanith  <ChrRossmanith@web.de>  [ad2fe05c76e3d425bd964ff386bb0503aded39f8]

        Translated DBG_ASSERT messages

2011-02-24  Juergen Schmidt  <jsc@openoffice.org>  [228e4d2915a12802bf08303b750494c0f88e3d4a]

        jsc340: i114847: fix name

2011-02-24  Noel Power  <noel.power@novell.com>  [d327558eb3dac443bf0f428ff1846473cc6166e0]

        more form field cleanup
        
        sw/inc/unocoll.hxx: removed support for the ODF_FORM_CHECKBOX & ODF_FORM_LISTBOX
        services, they aren't needed at all
        sw/source/core/unocore/unocoll.cxx; as above
        sw/source/core/unocore/unobkm.cxx: minor tweaking to use const_cast

2011-02-24  os  <os@openoffice.org>  [cf68cc98179104a043823a658a8602f589551b86]

        os150: #i85296# Insert/Object/Sound+Video removed

2011-02-24  Noel Power  <noel.power@novell.com>  [9730be282ad786d3f9b006dc31696493eee3616c]

        more form field fixes
        
        writerfilter/source/dmapper/DomainMapper_Impl.cxx: really use enhanced Text
        Form field, also cleaned using enhanced fields or not logic a little more and
        finally got rid of the "com.sun.star.text.FormFieldmark.xxx" type services as I
         realised these weren't necessary
        writerfilter/source/dmapper/FormControlHelper.cxx: added support for Text Form
        in the processField method

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [61fa967bf3a8ab86f66d12ce0eca1c23a429420f]

        jl164 #i109096# java help indexer service did not work with long file paths

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [b2a5985ba263eb1c2ce567c5ecadfdfbe8f2c9d0]

        jl164 #i109096# java help indexer service did not work with long file paths

2011-02-24  Joachim Lingner  <jl@openoffice.org>  [7eb98986f55c1eda30442a2fae60bc422f47861d]

        jl164 #i109096# java help indexer service did not work with long file paths

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [134976990b5733b691883020f1ed98329f9b4921]

        debuglevels: #i116860# add annotation.src, prevents assertions 'bout missing resources

2011-02-24  Christina Rossmanith  <ChrRossmanith@web.de>  [3f608560558cedd279c44164175d20be0ebd4db7]

        Removed commented code

2011-02-24  Rob Snelders  <programming@ertai.nl>  [93315d93c345929f8bb63a99a0e3749d16669f7a]

        translated comments (36-45/54)

2011-02-24  os  <os@openoffice.org>  [997518e050e9d7540acc9cdfd8c507ea3efdd4ec]

        os150: #i114366# table export fix (patch from vmiklos)

2011-02-23  Joseph Powers  <jpowers27@cox.net>  [0591319c053b2e507c1a4b6ee198794c21cbe710]

        Some more #include <boost/ptr_container/ptr_vector.hpp> fixes

2011-02-23  Joseph Powers  <jpowers27@cox.net>  [b440fd8949bb12314102ad862426708881fe861e]

        Add missing #include <boost/ptr_container/ptr_vector.hpp>

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [e4ba8c9aedbd18a5863a6d29a5327d773d6176bd]

        Using * for pointer type is better than typedef to FooPtr.
        
        It saves key stroke, 1 for '*' as oppposed to 3 for 'Ptr', and it
        saves one line by not having to typedef for a (for pete's sake)
        pointer type.

2011-02-23  Joseph Powers  <jpowers27@cox.net>  [0f6e6d5900565e1eb5b29852ea7e85f2ca0a4aef]

        Fix MacOS X build issue.

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [635171fadb485979f386a19853d26b2d32d03cbf]

        Unit test for default number format codes for US English.

2011-02-23  Andras Timar  <timar@fsf.hu>  [23dbfc32eaaa5fc93d306b13a2749659b45dc349]

        l10n: wrong encoding in nl_NL dictionary description

2011-02-23  Andras Timar  <timar@fsf.hu>  [bf369174717f9123c5d0bd0a638f8da8495ee9b1]

        l10n: Updated oc_FR spelling dictionary

2011-02-23  Andras Timar  <timar@fsf.hu>  [f7ce7d13813638a873bd092fcb6dbf7c92217497]

        l10n: Updated oc_FR spelling dictionary

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [0f3b0b411ba97d07e5dcb0d0bcdcbf1a094d14bb]

        Run unit test as part of the build.
        
        For now, there is no test yet, but it's coming soon.

2011-02-23  Andras Timar  <timar@fsf.hu>  [a805ba07db8be526c86a8afb66e3308da9daca40]

        l10n: 'fold' from coreutils does not work well for some languages

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [26df2ac88a4971f6db70307502e70db0f4f4d01e]

        use consistent type

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [d2a16264ec6cb1ca5e8178096b72053a357cb3fb]

        Initial unit test skeleton, copied and modified from sc.

2011-02-23  Martin Kepplinger  <martinkepplinger@eml.cc>  [97e6d9a68e267e8e0a49b9de5f775e855421e5aa]

        translates all code-comments of writer/sw/source/ui/chrdlg

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [be3930dc28edbf005b9b596642c4ea3a9881053d]

        debuglevels: pulled and merged remaining changesets from m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9ebce1670666d40b975e6497e8b1cd3f90781875]

        debuglevels: pulled and merged latest changes from same CWS / other repo

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [64c6484120861729e56ed9259084cde5ad6dd7c4]

        debuglevels: removed unreachable code (unxsol* WaE)

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [8584fcb61fa2886d708af457f1a8f9099da700f6]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [2d1e303475fcd27523161aec7ba3d2bef95d102d]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [1d31544fc904b398b0561df96693bff093f75357]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [357be60a222004778ffbdc0743a4407875f3ac97]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [87e150f6088db567580d6faddff818b77e0eec1f]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [d2905141b9ecd17359b490bb779ebfc7d1b54739]

        Update from master repository (DEV300_m100).

2011-02-23  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [82b10c6aab95c00855cde85075237a86fd169a5e]

        Update from master repository (DEV300_m100).

2011-02-23  Kohei Yoshida  <kyoshida@novell.com>  [ffa8d10bd87a34f6f09e4dea59d61a6dd8fea4f4]

        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>  [cbfec50fa0f3c1fc49bd67fb197c9f97b03d8750]

        Updated method documentation to be more specific.

2011-02-23  Niklas Nebel  <nn@openoffice.org>  [74d51c1c542ebbe2312d90ffb60f8f51b2de81a9]

        calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (avoid assertions)

2011-02-23  Niklas Nebel  <nn@openoffice.org>  [9830a3b8ed564471f76b0502a8a88a74952582f4]

        calc66: #i116833# invalidate stream positions in ScFormulaCell::UpdateReference

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [096a1315ef00a0f3feb32a469c01254f4b9e8341]

        vcl119: solve a merge problem

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [ff9018923ecb49c022455ea9ceab4f8da11de073]

        Likely workaround for busted environ on MacOSX

2011-02-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6eaafc1cafaae15fb417cd6c7ee6c85bdc7b159f]

        masterfix DEV300: #i10000# fixed BUILD_TYPE

2011-02-23  Ivo Hinkelmann  <ihi@openoffice.org>  [53d0a1320aab1cf761ae512a8da4451e059a9ea7]

        masterfix DEV300: #i10000# INPATH -> OUTPATH

2011-02-23  Eike Rathke [er]  <eike.rathke@oracle.com>  [8c597c87353e3dc106308ebb93760da0a593b865]

        calc66: in ADDRESS function handle sheet name of external document - Previously, 'Doc'#Tab was escaped as '''Doc''#Tab' to form one sheet name.   + Split 'Doc'#Tab to isolate Tab.   * Enquote Tab only if quotes not already present.   + Recombine strings to form 'Doc'#'Tab' (or 'Doc'#Tab if Tab wasn't necessary     to be enquoted). - A sheet name given as empty string lead to a ''.A1 address.   * Use sheet name only if not empty to form A1 in that case.

2011-02-23  Noel Power  <noel.power@novell.com>  [51576337ac12b0135ac3c72a135d99259ef2d98a]

        revert 380ad35864c450f5d4df6cc29d5d512a24de11da change in wrong place

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d97809b3400ff35130bc9345647a2b7e3cf43ee9]

        vcl119: rebase to DEV300_m101

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c774d769487aa276bc12ce52daf124857ba99c95]

        vcl119: rebase to DEV300_m101

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1804e7477506b8fb7cddd9fe7765154df10f3727]

        vcl119: rebase to DEV300_m101

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [616d1a53c1f913bab1fdbdd25ace92be7cde5895]

        vcl119: rebase to DEV300_m101

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3bcb29437f1d91476e759f0a6d3b72d7da3ce37f]

        vcl119: rebase to DEV300_m101

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [968263e4c26dd510afbf998cbaf970de92615691]

        dba34c: special comparison of double values

2011-02-23  Carsten Driesner  <cd@openoffice.org>  [471c2f552f7b1410b9b44ef4d0861fa2059d6315]

        #i115404# Revert change for i51258 which broke context menu function on right mouse click

2011-02-23  Noel Power  <noel.power@novell.com>  [ac436499d3f365eeaa5f74d51de762957a2bf24e]

        remove SwXODFCheckboxField and fix a stray edit

2011-02-23  Noel Power  <noel.power@novell.com>  [4bbd387d33b61bd833aec4d09599306d44548164]

        use the ODF_FORMCHECKBOX define instead of yet another const char*

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [cf8dd79050a992ba79649e5aa15b9b25d6a779e8]

        WaE: catch const and unnamed

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e78fb2766daf2d598a09d54ee80cd1ea02f7d88]

        vcl119: #i117025# fix selection printing in direct print case.

2011-02-23  Juergen Schmidt  <jsc@openoffice.org>  [6a500920e5e34fc2ed5cd94e7d0b725f0d58b27b]

        jsc340: fix problem with showing Java awt UI from the AppKit thread

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [5305f0ec40e99889a4de4d7550f792ce8e53691d]

        remove dead jobfile.txt

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [373d09f111e09171744d9c1ff9648890e77c121f]

        get rid of spurious TESTSHL2LIB mentions

2011-02-23  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [d9bd461b9a842732c4f2aef5939d1123e7d82471]

        Reanimated test sal/qa/rtl/alloc
        
        This was an easy hack.
        
        Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de>

2011-02-23  Juergen Schmidt  <jsc@openoffice.org>  [4ef76a17eed2c60b361961c9c31326ccb164512e]

        jsc340: i114609: support passive component registration

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [63f0a7dccf1ca260f0d0bba74e89aa46b38489ea]

        dba34d: merge from dba34c

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [db3540c3ecce8d9a0536430022bcfc66a373d5c6]

        dba34d: merge from dba34c

2011-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c7908996ac968e0c10e6b60590d8d54748fe4e69]

        vcl119: persistent window state for print dialog

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [e80d8ed59936df66e30c8dc7501caa18b711af16]

        dba34c: #i108415# fix for strings

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [f9611b4a3bbb1e963b3a3d23b1905641c6d19651]

        .is() rather than != NULL

2011-02-23  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [51efaa592d4f54133c74e38cf294526bc78dffcd]

        Double-capital autocor takes spellcheck in account

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5c23ba1988a3898721ef4e46c47210c2ab09f151]

        debuglevels: merged latest CWS fixes done in another repo

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [747e78b7d79c6d09f4a3e4d40db314d332fe96ed]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f520bf615ea39758b5891fb97f8c7ea7cde12ff]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f1efa14185fb944cab24feb8163d8551dd00554a]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e5572e55b7b0e67c64b2100a1de5ee7cf86120ed]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4517b4f8f0ed28a08d3798e1b48cdd1c673f8e93]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Luboš Luňák  <l.lunak@suse.cz>  [f52762f330ea6a6cb46e03b6960a1cbddd80112d]

        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  Noel Power  <noel.power@novell.com>  [eeeaf6c34326d703598fdaffe31a36cb2896c12e]

        oops forgot to support the getProperty...

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [e51fbdff3ced0eb6383ce13165ad07cb6d9f9053]

        Related: fdo#34319 document requirements for MSWord FTC/LID emulation

2011-02-23  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a3cef22c9f2a47486cd1c3df2250b72efa15cd87]

        chart51: #i112773# ensure correct position for equation

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [9a2ce2d264be1ee44ac8406b39e821f7752d6947]

        dba34c: #i117043# fix modified state of rowset

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [c3d9cd5435a4ff1d98fbd12482b04ccf5d322067]

        dba34c: #i117043# fix modified state of rowset

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [11013a6026cb498cf3f6a82af7c4f4562c8d4b3d]

        throw out some warnings

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c32a04b6b8c5385413107f8880281abf3fa8309b]

        debuglevels: fixed index access in StartTestWithDefaultOptions

2011-02-23  sb  <sb@openoffice.org>  [3bd97d757d8cb357fc1f7a54dff69cc870c70429]

        sb141: #i117015# include fix for Mac OS X specific failure

2011-02-23  Caolán McNamara  <caolanm@redhat.com>  [ecf533791cbfc35314ce73add925116bf25f4965]

        this can be const

2011-02-23  Thorsten Behrens  <tbehrens@novell.com>  [4025f24ca9f48453606165a30ca1db5cf4f45578]

        Make tinbuild load SMTP modules only on demand
        
        Net::SMTP::SSL and Net:SMTP::TLS may not be installed or available
        on all systems, so we're now only loading that if the corresponding
        command line option was given.

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aa105aad961f3e74434a550d3c9abd30341e8dad]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4dcc14fa7e853546d68a48cd9d5f81b69c25bc1f]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1fc32a1a2c2e0cda29f0530adda38253d8850b54]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [32d35a27930389cb92e5ea01745d3b9855acb626]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5df06b02b4c7cc4c240f04f4b0419f908fb89c47]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a0d0b812554c10d39b25e037b6cd9222659af59d]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e82fd0260b98c1f166d330b9f5afee5f28714bad]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [069f7719ebc18696bf3d0482ee18df08fd7f5ac5]

        debuglevels: merged to-be-m101

2011-02-23  Thorsten Behrens  <tbehrens@novell.com>  [42795c499072b264c3f2146c40241267e50b9c84]

        Made tinderbox bcc owner on error mails
        
        Every error spam now gets Bcc-ed to the owner. This does not apply
        to the x-tinder zipped log file mails.

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [df2a51edb0119d25465117c7a21baa75c34f99cb]

        dba34d: fixed attemptListenerCreation (transplanted from ee617dd09545040933f21b8333864f70bd8f8d52)

2011-02-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ef36f28c6c5eaf36c7be814b975d4c6ce9224ea]

        debuglevels: do not iterate over a directory whose 'open' returned a failure - prevents later assertions from the OSL implementation

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1653b95634d31f76a9511f91970d14dfef559acb]

        debuglevels: #i116845# temporarily disable the 'OnTitleChanged notified for an unknown document' assertion

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c138eaf6c0904c413d9b789260e0fd6d2b9ffc71]

        debuglevels: pulled and merged latest changes from DEV300_next

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2a722a41a6819844227216dcf884c49f916eb91a]

        debuglevels: merged to-be-m101

2011-02-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7ac0c9bc14ac38a9c0d3bb3f117208464c719941]

        dba34d: fixed attemptListenerCreation

2011-02-23  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0ce16968e3dc0893462944b828195fbf14acbe9f]

        dba34c: #i117046# check if query exists

2011-02-23  Jan Holesovsky  <kendy@suse.cz>  [6b4ce3ee9163cf1f9ea1d7193027b9ba5e10a0f6]

        Fix debug build of sw.

2011-02-23  Jan Holesovsky  <kendy@suse.cz>  [8ebb8ca7609701988180e1ddecb04b7cbf35de46]

        Make FindControl() function static.

2011-02-23  Thorsten Behrens  <tbehrens@novell.com>  [b050ea959a4bbcc10b14b2df72fc6d85e130eb69]

        Rename cleanup make target
        
        The old version was from libreoffice/build times.

2011-02-23  Michaël Lefèvre  <lefevre00@yahoo.fr>  [dfa58beb6a77aa800f1b361682855737aefebdc2]

        Remove bogus comment
        
        Simplifie bug id comment, removing bogus comment by the way

2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [7ab87dce855a09a2c0e0563afe9229641bea3850]

        Accidentally changed the logic. Fixing it now.

2011-02-23  Thorsten Behrens  <tbehrens@novell.com>  [34daa0c20878ebd6054c703ef91e0dfcf9914ddf]

        Enable tinbuild to also use SMTP auth
        
        Previously, tinbuild was only able to use a local MTA - with this
        change, one can also e.g. use a googlemail account. Login creds and
        smtp crypt method gets passed via command line.

2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [680debe50b6c3e62ca82be368e09fa8cf423a373]

        Break up giant if statement into smaller ones.

2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [7f960a4c428452a78ee0256b71acc33e0962fc39]

        Fixed indentation and bracket style.

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [d7d7e6f8d491e5fc5365edba3d895d66fdc65443]

        add possibility of passing command line args down to tests

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [fccef9d68d48abe7bef0ed15b1d77d364675c195]

        Account for the possibilty of a newline in an env variable
        
        So, lets getline on '\0' and keep it simple.

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [d2a6b1e9a07831ba54a3c6f3604b451b2c5eb5dc]

        Remove HPUX from imakedep.h

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [a97a5b0015f2468b6b242bbb526e9afe6b436ec9]

        Remove Tools -> Media Player from Calc

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [6a4be7810c11a82ea27d097fc391a2eacd626b1a]

        Remove Tools -> Media Player from Writer

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [1f2478841c552994bb9da6cf38a105332ed5dfd7]

        Remove Tools -> Media Player from Draw

2011-02-22  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [93fd2e29e8eb51dd7a12cce0d853b75e7fb447fa]

        #i115784# configure: Add check for valgrind/memcheck.h, defining HAVE_VALGRIND_MEMCHECK_H.

2011-02-22  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [17d70631f3269f9750c1f0b9d204418210964f14]

        #i115784# configure: Add check for valgrind/memcheck.h, defining HAVE_VALGRIND_MEMCHECK_H.

2011-02-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [46f05469df2436d3923b73b876394450bcc23b71]

        vcl119: #i109847# #i112313# workaround a strange clip region problem on windows printer drivers

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [853a58836446858b75bf82916272e9fd27a7a892]

        masterfix DEV300: #i10000# remove hard dep

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f5c661e67e58458eaa536b6563701e88f2b75607]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ec552c26abaa80dacb9f9b452d5b60dcfa8abd28]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e2a3d487efb2bd5e582eb10e4150530c3f7377c5]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8427b0f498b040a465cc20c4a323191d6b2aea5f]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [dee1ea70160df84946cf9040281de42945faf65a]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [20529755b301c7af2c5ab461329b2d979b2cdbff]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f2aeec8f22f37146c2f9120e8d0ead383049c1fa]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4fba42e5f98fcc0fa9addf41a793c1d7f11602c8]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ce6308e4fad2281241bf4ca78280eba29f744d43]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [818573bfbce420afedffd45d7bb080f25da32625]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b09657659faf097cdd993a4dc86c164f9366bb8c]

        masterfix DEV300: #i10000# usage of L10N build_type

2011-02-22  Andras Timar  <timar@fsf.hu>  [84db48187b17aa5e37970e8f986044f3668c4faf]

        l10n: add Breton spelling dictionary

2011-02-22  Andras Timar  <timar@fsf.hu>  [fc19bad5b7d6a4ca75f8b60fa91831df0a50d6b3]

        l10n: add Breton spelling dictionary

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [14c6bbf67d386fed4af3062a69f53bc058638afa]

        temp disable due to tinderbox failure

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [702dd17d17da78673c42b3a47022d24baec26cd3]

        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  Takeshi Abe  <tabe@fixedpoint.jp>  [ef3ea4637c46834bcac809b5b22538c182b891cb]

        Enabled backspace with any modifier in case of SC_INPUT_TYPE
        
        fdo#32574 EasyHack: Shift-Backspace doesn't work correctly

2011-02-22  Nigel Hawkins  <n.hawkins@gmx.com>  [e1b0aa130b228da8587e08802c7e641d1d3a9068]

        Remove SvBools from svl

2011-02-22  Rafael Dominguez  <venccsralph@gmail.com>  [2e83e4f2ddd386d57b13310f92b8f93f9fa5a7a5]

        Update mpItemList from std::vector to boost::ptr_vector.

2011-02-22  Andras Timar  <timar@fsf.hu>  [d2dc2b8164dc62f5ca438651708bb187d09b0a08]

        l10n: add Breton spelling dictionary

2011-02-22  Noel Power  <noel.power@novell.com>  [4b3f93c95980d70c60cb302abcbe256bf186d70c]

        use r:id or o:relid ( whichever exists ) for vml shape import

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [3e4d9d9d1e9fa62287df84bf7982a96290e1377a]

        get to build under windows

2011-02-22  Juergen Schmidt  <jsc@openoffice.org>  [4bd94edc87f7e158b73e80f70fe6671bca85814a]

        jsc340: i114609: support passive component registration

2011-02-22  Luboš Luňák  <l.lunak@suse.cz>  [b81e2789d7d5a20900c79f69c69cd6a7cd4408e8]

        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>  [8f0c8a2d3701f02c070117d08ee997ba4ea48d38]

        report properly button positions in Qt scrollbars (bnc#550828)

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [58589b2337d4371d962d32638e0d71f2f87385db]

        Remove txtcfg.hxx
        
        Their defined macros get only used once:
        
        SLOPPY_TWIPS, CONST and CONSTCHAR. Moved this into the respective files.

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [b96371442e281d7403ebfb08cdb53f8e6885135e]

        fix to build under windows

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [0c260fdbfd02abbf1f8f413b16e669359bcebb92]

        Remove DBG_LOOP usage

2011-02-22  Joseph Powers  <jpowers27@cox.net>  [f9c8d3760a0bb2c83a9014b6396dfdec9329372e]

        Remove DECLARE_LIST( StringList, String * )

2011-02-22  Juergen Schmidt  <jsc@openoffice.org>  [928af9414dac5ff185e2a8716a585efc33be2001]

        jsc340: i114609: support passive component registration

2011-02-22  Thomas Arnhold  <thomas@arnhold.org>  [3917b73f7ef9c5aed7d26cc9622cd6400a712939]

        Remove DBG_LOOP macro

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [63bed58e6ba96fa6f59f51399826253687227b88]

        masterfix DEV300: #i100000# dep. fix

2011-02-22  os  <os@openoffice.org>  [929609c30dcfb481d1cd5ea46c289992c491ed7c]

        os150: #i50869# token control size increased

2011-02-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1c298e7288a22afb44ef7059131a26154b2257dc]

        masterfix DEV300: #i10000# added missing const

2011-02-22  Jean-Baptiste Faure  <jbf.faure@orange.fr>  [20c8ec29f0ea33bc2da0ca3f087456bffe6d1636]

        Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PREC
        
        FT_PREC overwrote BTN_GENERAL_PREC so that French translation was truncated

2011-02-22  os  <os@openoffice.org>  [0bfc72fa9d01217ae47c88f41591d6b238904366]

        os150: #i115062# invalidate slot FN_VIEW_META_CHARS after printing

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [b6c5d5f89a913d58b0c919453e44a0c95decd43b]

        tweak .mk to copy necessary files

2011-02-22  Michael Meeks  <michael.meeks@novell.com>  [71f7ea152bb4e5f1d40d37e704ddbea952f55119]

        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>  [1e49a08e66a006f03e065d774fd4637138b72c07]

        revert this

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [4dd48855662ba77ab1b6268ca6176a51fe9a3ad0]

        revert this

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [23adf2f0d6bdf40d518541cd4a69b6c167c5d4a0]

        seems we need -s after all

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [cb30c01b17538d448f5e526b7717c45373bb1222]

        set test dependency order

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [fe0ed24c5373e97143d03dcf1d09f1f4c66a8966]

        change all _cppunit.mk to local version

2011-02-22  Nigel Hawkins  <n.hawkins@gmx.com>  [9779f2bd45a687be122d406490e4f1cb284119a8]

        Remove SvBools from editeng

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [a48b9bc5d616e4f4ea1a5cf9423d33ebe59df6e9]

        make these tests less noisy

2011-02-22  Eike Rathke [er]  <eike.rathke@oracle.com>  [6fe89ba79405c8aa94af650134abce353ec3ce33]

        calc66: merge

2011-02-22  Eike Rathke [er]  <eike.rathke@oracle.com>  [fbd12549299a2fccab00e3f5a9d0bac161170b75]

        calc66: #i110588# treat external references as 3D again (they are at least 3.5D ;)

2011-02-22  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [c6d9c4fe83c98bf9d5ce7cb2a192316302f13e7c]

        EasyHacks: Re-animate tests in sal/qa/osl
        
        Some tests in osl_process are not running:
        a) the batch file for the batch test is not copied to the
        execution path
        b) osl_execProc_exe_name_in_argument_list() throws an assertion.

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [1b299df876ac994f317ab48d8fc1d5e466e812de]

        Break into two lines means that line began with spaces, so how-to-run lost

2011-02-22  Noel Power  <noel.power@novell.com>  [75b4c3b7807b84f812db0400c6d827b78e24ba8d]

        remove redundant include that was committed by mistake
        
        remove #include "oox/token/tokenmap.hxx" that I added whilst doing some debug

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [c9d2ac6dcbcd70b5a3bb9929789165d704d740b4]

        -r and -s doesn't do anything

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [916b3e9fc40573dbd570f6af5a521540dd2fbba0]

        remove javainstaller2

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [e4f65851e5d9318516efe09ca5c6ad8442326f42]

        remove javainstaller2

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [978cc9511e3313f5005a21126ed500ec2bce7c3d]

        remove javainstaller2

2011-02-22  Michael Meeks  <michael.meeks@novell.com>  [0a7ca5e8504cedceb949998858fb4df926d2f3bd]

        fix fdo#32640 - un-necessary reverse lookup on startup

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [997fd679f582d6482816824b6b7a05637239ca6a]

        silence these warnings

2011-02-22  Bálint Dózsa  <dozsabalint@gmail.com>  [a028e9602e51953bee02a36b619219430b4b2e00]

        Remove dead code

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [6e3179b24478f0dfb48d73f8cddb7548e3416cfb]

        throw out some warnings

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [1bf8bfc64ab045bd8372dee4fc246c594cba6b2a]

        mark this dir as warnings free

2011-02-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [f9e25d541ab0b3554112f0e89bddca72e900c0e3]

        removing duplicates from tango/default in oxygen

2011-02-22  Noel Power  <noel.power@novell.com>  [b9834274194db5b94e92a77b4e8cc49af7956d3f]

        fdo#34305 fix missing jpg/gif in docx import

2011-02-22  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [4f17b99d4258c64781136885d16d022e21fd823d]

        removing superficial files in ooo_custom_images/human

2011-02-22  Christina Rossmanith  <ChrRossmanith@web.de>  [1a21e1f1882023fa239e26725d8348a55c367e67]

        Translated comments German -> English

2011-02-22  Michael Meeks  <michael.meeks@novell.com>  [9e0bfd4e7df2236a483f0783298e6cf23b5581b1]

        fix fdo#34533 - occasional blank first slide in presentation

2011-02-22  Christina Rossmanith  <ChrRossmanith@web.de>  [5065ae15dd6febcc8c49a9859a6aa2ad7a84cba0]

        Removed bug reporter and date

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [84999a62ff2e240f4e44184d83e147d42e645b6c]

        Rework this test to be useful.
        
        Make it test that everything works as expected under EEXIST conditions,
        which is what it effectively tested for before.

2011-02-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3cbf819cef381f0c5137aac3e48d398d25065178]

        dba34d: merge

2011-02-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a1ec6342c4ebdffc54f5184d4a146c9f2e4255a6]

        dba34d: merge

2011-02-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6166215297ab4f7050b1b64773abf42b7ffb45bb]

        dba34d: merge

2011-02-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd4731c6b7b91c6c26744b18f1761bfdb5c0df00]

        dba34d: merge

2011-02-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0739ec904ac695aadc2aec604fa21cb599fca369]

        dba34d: merge

2011-02-22  Martin Kepplinger  <martinkepplinger@eml.cc>  [af22e03d5f6bac870d1143fc7e41b95009b40e36]

        Translated comments from German to English

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [c11ef4be864c8ae1b5911c18368de5869b960f5d]

        -r and -s doesn't do anything

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [85bf14dc3de0f9a70b56b862f1ae41326a93027d]

        make this one an exception file too

2011-02-22  Tobias Krause  <tkr@openoffice.org>  [6b0f29593fd4753cc32e7a955d79642cf868e43f]

        tkr38: #i112307# build errors on mingw fixed

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [f483ceb3a466f25641615baca7aa8c07d1f6b000]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [029baa1e8fe4e1f436ee530c2883409b71527a7f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [bd813a3bc656dd2d26951bf703abe78c94a002d4]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [f4f59c1cb41bf69ebd6e31d5e4676bcbab6cafdf]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [6fb4827d885fe98fd66d8bb932efe7b44ebf43f6]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [81b2f9a21198fd7fbbf1c7d208055d017147713f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [61d2dfb35bb6434551bdefb17730ae65ae78365e]

        dba34d: replace tools types

2011-02-22  Caolán McNamara  <caolanm@redhat.com>  [74fc101d5da61a42082cbad99118ec29bdd61073]

        fix build error

2011-02-22  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [307556af7f3802f71b9c28643021513d6256f084]

        dba34c: #i117036# call getFrom clause before getSelect

2011-02-22  Nigel Hawkins  <n.hawkins@gmx.com>  [a779166310ee76fe74dbaee4255b4fb92bd436fa]

        Remove last traces of SvBools from sw

2011-02-22  Nigel Hawkins  <n.hawkins@gmx.com>  [b4982fffb1f761a7e514371000078623110c8cf8]

        Remove use of SvBools in wrtww8.cxx

2011-02-22  os  <os@openoffice.org>  [480ed8e16fcf2858edb7a78e0005aef57eddb03a]

        #i101353# stop column width balancing in small tables

2011-02-22  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [154b8f5a322f94509ec8724ed0f9fb63f8069641]

        cws dba34c: the celldescription control is visible at all database types

2011-02-22  Kohei Yoshida  <kyoshida@novell.com>  [28201dd8e097fcc46fa9bd55a0b5c4fb9e4f3d73]

        Add fileaccess to its dependency list.

2011-02-22  David Tardon  <dtardon@redhat.com>  [963ca8d0280b86f5a6d2665c711cca8777e3ee32]

        add SolarMutexGuard

2011-02-22  David Tardon  <dtardon@redhat.com>  [3ef4b2a2241f3cb504451a82059fdc0c1e05e6f1]

        fix assertion

2011-02-22  David Tardon  <dtardon@redhat.com>  [4698ed2a5ce9fad698967fa4e1d144feb8891ef2]

        WaE: unused variable

2011-02-22  Yifan J  <yfjiang@novell.com>  [673c4f29ff13d4de38aae6ea1aa0b0c74ee59d07]

        expand template files counts index in the array
        
        If many language packs are installed, the
        original 20 items array is not enough to contain the file list.

2011-02-21  Kohei Yoshida  <kyoshida@novell.com>  [2546f05524c2d913ab9531c5a394293e27018cee]

        Fixed build breakage.

2011-02-21  Kohei Yoshida  <kyoshida@novell.com>  [538363503ca37f8e3800409ba54df190341ffb27]

        Fixed build breakage.

2011-02-22  Tor Lillqvist  <tlillqvist@novell.com>  [0e2be9d8ee1a4a0faa65becafc8e27b9869304aa]

        Include precompiled_sc.hxx

2011-02-22  Rene Engelhard  <rene@debian.org>  [766d3a2b0750762eab62a9f13f757e513f834bf7]

        move -Wl,--no-relax into extra LINKFLAGS

2011-02-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [43fdbd39de2089c42d6538964b87f05a3407f929]

        Remove dead code and translate German comments

2011-02-22  Tor Lillqvist  <tlillqvist@novell.com>  [4976742d71061b2c9d13409aa95daea7c142614e]

        Include precompiled_sc.hxx

2011-02-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [3b29a82367b8733e02aa8882912d3def85b8ecea]

        Remove dead code and translate German comments

2011-02-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [2687623312c3e150dc8d62c5cbd4426a75df9c86]

        Remove dead code and translate one comment

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [f4f9f65ebbeec4e62a86860cee92bd256b1b4193]

        Comment fix

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [944d5f919254faaca9498394e2069ab6fb947952]

        Translate german comments of writer/sw/source/ui/cctrl
        
        This translates the few german code comments in the cctrl directory to
        english.
        
        This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
        license.

2011-02-21  ka  <kai.ahrens@oracle.com>  [3cc35e61a47a4d41c02eaac1fd7776cc3d963908]

        ka102: no packaging of prebundled librsvg

2011-02-21  Christoph Herzog  <rhogez@googlemail.com>  [dc4ab87de3b87a0cca1bbdba2d6e4d6e887fc3fd]

        Translation of German commentsTranslation of German comments.

2011-02-21  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [45a30db947fb036e1cf554748e0f7c8d1437dfb0]

        Disable protocols capitalization

2011-02-21  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [66dc7126d9c5041086860dd79aaaa094e2fdddfb]

        Better protocols handling in french autocorrect

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [0fa6e95fb2f6a5dc3ebc6004c4196121e1bc51c4]

        drop warnings

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [3bf613231612f25e8f72d20b916269e910b417f2]

        deliver cppunittester into a different dir than the stock solver/bin
        
        This means that under windows the dlls found in PATH will be found, in the
        order set by PATH, and not any dlls that happen be side-by-side with it,
        which compromises the test local .dlls before deliver concept.

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [aed8cfe897b91d83c9702cf4038652a01adb103e]

        throw out some warnings

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [c3effed8c060ffefedba093313c0f4a889cddc7b]

        throw out some warnings

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [0b39c5e4b4be0414662d738ebfb535dbf0175643]

        WaE: mark this dir as warnings free

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [bce2c326f58d6de1837b6ee35d3295e425761069]

        leave disabled under windows for the moment

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [04bd876d51d11506bf78b4497433c8186494ebd4]

        add document load tests for CVEs that have affected calc

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [6ebee61b8d511f9d1d416296a2c5551bcfc5bdaf]

        use a different dir for cppunittester

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [ccd695070ea7835f213f7939cb33f7c780fb67db]

        Include precompiled_filter.hxx

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [c62993f4e6e5fc78f9dd94f6c3f2a80719834db1]

        Remove SV_IMPL_MEMBER_LIST (it's not used)

2011-02-21  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [78aa7b551cc0d844c128d2fe0a9fb71bda416025]

        Translation of German comment.

2011-02-21  Kohei Yoshida  <kyoshida@novell.com>  [9ff01234905f510e4e9c066c29bd12caf6c1d476]

        Added method documentation.

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [8c8365d22f697eebc74f4044f90e3ca47d9b1c00]

        Remove DECLARE_LIST( DdeFormats, long )

2011-02-21  Kohei Yoshida  <kyoshida@novell.com>  [5a7156eec15c84ae7833caafe4d394a26b54bf00]

        Use const where possible.

2011-02-21  Kohei Yoshida  <kyoshida@novell.com>  [1eab8088bef9f594781df22cc4c4c42764efe4ea]

        Extracted a common code block into own method.

2011-02-21  Rene Engelhard  <rene@debian.org>  [5e87dcbb57e7f738eade3beb40b241c8a6e84b1b]

        use -Wl,--no-relax (fdo#32224), thanks Michael Cree

2011-02-21  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [4f0bb1e7251dc2f108ca406bf51d6dbed71a54c5]

        disable copy/write unittest as it makes assumptions on the build-environment

2011-02-21  npcdoom  <venccsralph@gmail.com>  [c670a6d57a09c7641ceb9609bef841f98b8830cb]

        [PATCH 10/10] Remove deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [0550c05dba06625b62d71e90395b1eeb43b0f3b4]

        [PATCH 09/10] Remove deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [8cd20ddc7c8cb209be82a7f6fcccff235d1ad383]

        [PATCH 08/10] Removed deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [5b2b2071d3095e4b00a32a5a0cbb74f85347050a]

        [PATCH 07/10] Removed deprecated container List.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [02eb479579a1d35317c327e94d7e1b38615f388c]

        [PATCH 06/10] Remove deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [c86a8ee55868260bdcdcca4c056e16adb7b3d168]

        [PATCH 05/10] Removed deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [0f8cdfc15c2af06775270d50edec47515ff74b2f]

        [PATCH 04/10] Removed deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [c87147cb0b1638d86ace10b42a953f004b1076de]

        [PATCH 03/10] Remove deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [41e04fc554c3cb6757134f82d3814d57c3d216c7]

        [PATCH 02/10] Remove deprecated List container.

2011-02-21  npcdoom  <venccsralph@gmail.com>  [777417b81b6538da34f7e1ceba1d42f5effd0223]

        PATCH 01/10] Remove <tools/list.hxx>

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [625041e7863de74a909f259acc32e6148868787b]

        Fix typo

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [3e46952e367a9456faffa8c8c99d259811b117c4]

        Delete some comment out code.

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [b5863b83d212ae344cefe0aefdfd4caddaded02b]

        Remove classes DdeServiceList & DdeTopicList
        
        These don't appear to be used anywhere.

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [6e0a6da201b693e1913aadae220e2a10d6087123]

        Stop using namespace rtl
        
        It causes compilation errors in MSVC when using precompiled headers
        because of the ambiguity of Reference. Instead use explicit 'using
        ::rtl::OUString' and 'using ::rtl::OUStringBuffer'.

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [b4dc90664f7709ef595bad6d931e7a577dde8f0a]

        Remove ZTC support
        
        Obsolete Zortech compiler

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [2868cfdcbaa5d76d854bc55aa8c33621acdb8ad2]

        Remove ZTC support
        
        Obsolete Zortech compiler

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3a74c90ca8a7befe0dc812a92c4d482ae99c3d26]

        masterfix DEV300: #i10000# WAE fixes

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [b83e7b4144a132f34681f7b71619156e997381f0]

        Remove CSET support
        
        Obsolete IBM CSet C-Compiler

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [f1251713373f9315ec9a392b547d7069417a1e81]

        Remove CSET support
        
        Obsolete IBM CSet C-Compiler
        
        svidl.cxx: This seem to be an error, all other files check for PM && !CSET.

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [2a904565e528a8a97d3e3886a59f17fd07ec1699]

        Remove MTW leftover

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [7e4dcdb1e0999cf65f4025eac976084b09e266be]

        Remove CSET support
        
        Obsolete IBM CSet C-Compiler

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [686ccbe48fdeabbdf0d4b8445d93da8fae40079b]

        Remove CSET support
        
        Obsolete IBM CSet C-Compiler

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [9583397fb6501817af76f8963e6ed105fec46429]

        Including sal/main.h causes a compilation error and is apparently not needed

2011-02-21  Michael Stahl  <mst@openoffice.org>  [a2d8c850b27b2583096e7d681496f956086bc966]

        sw34bf03: #i100620# #i97173#: wordml: integrate patch from sus: package fix

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [64f0b8894089f5745512c8ef34352e798d4ebbf1]

        And remove unused error.h

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [957791409ae9d7ae735e38c6a0615efefcbecc9f]

        Remove all traces off ASSERT_ID

2011-02-21  Thomas Arnhold  <thomas@arnhold.org>  [075fbb3a5b30fc86dd13fac8e647a2865c27c8e2]

        Move ASSERT_ID to OSL_ASSERT

2011-02-21  Mikhail Voytenko  <mav@openoffice.org>  [c5c48a5c9a43e0b974b8a7f12205b90b9a990df0]

        fwk166: #164409# remove unused icons

2011-02-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5b5c2ecf2c91d97652e6a16b615b0f7d92ebf98b]

        vcl119: #i114306# update jobsetup before and after print job

2011-02-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d2681b9888383e1c3f8f8286b615944f35497e67]

        vcl119: #i114306# update jobsetup before and after print job

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [f473d28ae90215331b7dad94bb7377bb95b468b6]

        Remove 386BSD support.

2011-02-21  Caolán McNamara  <caolanm@redhat.com>  [cc520a65abfbcb407caccd26db01c001770c33c7]

        this test only makes sense if we're not root

2011-02-21  Takeshi Abe  <tabe@fixedpoint.jp>  [5b7fcb124dd56eae4ba130db553e8673e0d2e991]

        Fixed a crasher when retrieving an external value from in-memory doc.

2011-02-21  Michael Stahl  <mst@openoffice.org>  [e8fd9317e69820969a938f624f31a496be2b21a3]

        sw34bf03: #i100620# #i97173#: xsltfilter: fix deadlock in error handling

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [006c949ebb4c1062e3bdaaebbeae9d0237758fd9]

        Some more #include <tools/list.hxx> cleanup

2011-02-21  Niklas Nebel  <nn@openoffice.org>  [779936a63a47264312a1703ee6a30dc462702c28]

        calc66: #i116940# update link URLs after CompileXML, count only allocated sheet caches in link API

2011-02-21  os  <os@openoffice.org>  [d352999c3a867f3e973b325b440ef2d8ce5f776d]

        os150: #i76415# namespace XLINK added

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [06385266dfd8ccde6cd79c64909e077d1e39dee3]

        masterfix DEV300: #i10000# removed one hard dep

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [ee1cfb353a4ced145fa27dfd55e688413451ba3e]

        Remove a typo.

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [75c4cb64a3be9726f469953dd11fda632217417a]

        Remove SCO support.

2011-02-21  Rob Snelders  <programming@ertai.nl>  [8f9258c5bb99b3f9630747dbb4eaaae3a72b4978]

        translated comments (30-35/54)

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [f12b13ab56e80389ec9a98da9dd96b5de401e1a9]

        Remove OSF/1 support

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [9ab167aabc25aef801038312804e5ef1a7242dc4]

        Fix typo

2011-02-21  Joachim Lingner  <jl@openoffice.org>  [1e65d22b7ce7d3f65f730dbd788fc4423b707a5e]

        jl164 #i109096# folders in configuration and help registry folders are now created with unotools::TempFile.

2011-02-21  Joseph Powers  <jpowers27@cox.net>  [7e27a93df4843d21c4129d97f64ceeaa8a67dded]

        Cleanup some #include <tools/list.hxx>

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [afd26e766a59d131d59c5e80356c9982bdc03845]

        Remove 'using namespace rtl'
        
        The ambiguity of 'Reference' causes compilation errors when using
        precompiled headers. Instead use 'using ::rtl::OUString' and 'using
        ::rtl::OUStringBuffer'.

2011-02-21  ka  <kai.ahrens@oracle.com>  [f2ecc6eb9ffe036139be322fddbf106ecc215635]

        ka102: syncing test automation changes

2011-02-21  ka  <kai.ahrens@oracle.com>  [f703b762c8c3f4d2d306e7b393cd4a9fa47d1a79]

        ka102: syntax

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [60fe1a195843ca9982a3151d37f47059e03eff9f]

        Remove OSF/1 support.

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [ab50df50a86b773d6c74216b6e2d1035406be872]

        Add DragonFly defines.

2011-02-21  Francois Tigeot  <ftigeot@wolfpond.org>  [7c17c577e0462f0b9655ac9c0debaf35b2b8668c]

        Do not use GNU cp syntax on DragonFly.

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [39822453818c3e9633634a744f5e9b71bbddc497]

        masterfix DEV300: #i10000# fixed patch handling

2011-02-21  Radek Doulik  <rodo@novell.com>  [0e19891c94ed10ec2313650a693a4e091cb6bc82]

        extend debug output for gstreamer avmedia component

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1e051819498bb28acb3cf82c3ee69193d2a57368]

        masterfix DEV300: #i10000# FALSE -> sal_False

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [87c0b74710557e0ae8669f0873a7e49dff222ff4]

        masterfix DEV300: #i10000# init order fix

2011-02-21  Noel Power  <noel.power@novell.com>  [3e7e5f2f56758427048eb576ea4ae3622dd35531]

        make docx import cater for enhanced fields
        
        introduced some new services for enhanced fields ( checkbox & dropdown ) that wrap existing implementations.

2011-02-21  Noel Power  <noel.power@novell.com>  [750b8fa5b433e90f4762d9fdfc34befcfaf07a2b]

        make docx import cater for enhanced fields
        
        also removed erroneous import of dropdown ( when not using enhanced fields as awt control ) now uses dropdown textfield instead

2011-02-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eff28f0cd8d2875bd710ef489e5c55f66e93186e]

        vcl119: #i116227# remove an invalid assertion

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [962afcec3103cf33b2b7e7ff5a4ef4c35c09d0c9]

        #i117037# re-introduce the XDialog2 support which got lost with some merge conflict resolving

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [a9175a4d4df9690f9ff667d1f02a958fc965ebcc]

        Include precompiled_tools.hxx

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fb4f853ff6e53f3537e8e5ff2b488d039d175a16]

        debuglevels: removed yet another useless (aka: nearly-always-firing) assertion

2011-02-21  Bjoern Michaelsen  <bjoern.michaelsen@canonical.com>  [678a5feef25abbfe9fef8b4b75399407a4230bdf]

        added a version of the human icon set
        
         * added a version of the human icon set (with best efforts to remove duplicates before)

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [27a1028245e94de4b11567a5adb60cfb6b10e914]

        masterfix DEV300: #i10000# buildtype removed

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f4ee300c5ddf5468838dd4fec983efbaf648aa50]

        masterfix DEV300: #i10000# buildtype removed

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2ea89ad160dd6b03bfbbc0758ef95b49a02256ba]

        masterfix DEV300: #i10000# added missing file

2011-02-21  Nigel Hawkins  <n.hawkins@gmx.com>  [f2425c4bb0732e6e5ea8f081d677314f03575aeb]

        Remove use of SvBools in undobj.hxx and undtbl.cxx

2011-02-21  Nigel Hawkins  <n.hawkins@gmx.com>  [a5cd39fe631d35bef5a7dc835f820b44e34882ce]

        Remove use of SvBools in layact.cxx

2011-02-21  Ivo Hinkelmann  <ihi@openoffice.org>  [76ddf029d967a8a4d30dc755a63d55ae1e4d9ade]

        masterfix DEV300: #i10000# new configure

2011-02-21  Radek Doulik  <rodo@novell.com>  [ef2cd9c0c046324cf8f774c7811f06f23d230e4b]

        fix cairo canvas edge count calculation
        
        (cherry picked from commit abb5233c0b9b584407b4696f5db2c330ca45b632)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-21  Joachim Lingner  <jl@openoffice.org>  [7a720e0ee385266bc05c0f02d507d728edec4d66]

        jl164 merging heads

2011-02-21  Joachim Lingner  <jl@openoffice.org>  [8b0d4405d25f5d0f746313d692c83f65ece501d6]

        jl164 merging heads

2011-02-21  Christina Rossmanith  <ChrRossmanith@web.de>  [79f828396bc8fcc9ba9164ebf7b53376fb399c36]

        Removed bogus bugids

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [10bbab7568053dfe357bca6ee01450d03051cfff]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [32b220f4aa1f44ee1245a52c131f046cadf931ba]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [93cf848d9f8c79981db263d2aae78ea3939dc764]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [93a33cf33176b00757991c8b29c955f18b9d1e9e]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [09b77dedb5b2f0aae3bb5646b93e6f234c46f2ac]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [7a3b1bdaff2870004c30a5645b54c6559f4fbaea]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [c2233174f8b55165d104b92510cff1901d56d947]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [fcff7c2c402a1cff0f5ed6f90d906a27b9357003]

        i117035: [Automation] adapt automated testscripts to new export format svg

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [60e454d12b4ed5a697eb040c1468f0c9992c7dd5]

        debuglevels: removed useless assertions Those assertions were dependent on OSL_DEBUG_LEVEL > 1 (i.e. only existent with "dmake=1"), and then always fired. Which fulfills the definition of "useless", /me thinks.

2011-02-21  Thorsten Bosbach  <tbo@OpenOffice.org>  [2337a032723a52d87c9e0acc847ba9b61e982bb9]

        #i116972# fix gOleOthers for win32 only

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [b90f3c340a31ecb02741fb699342ea7e995bded9]

        Translated comments from German to English

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [5eb488265533a6daee00b3079d75bf03f412113d]

        Translated comments from German to English

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [123c60ed46489e3147d58ab6684c9de1cf0f656d]

        debuglevels: let smoketestoo_native use a dedicated version of dbgsvrc/DBGSV_INIT, instead of using the default which the build env points to - it might direct assertion output to whereever ...

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd23e0428ff23f7217ae4dbc9798fc55d1275b13]

        debuglevels: let smoketestoo_native use a dedicated version of dbgsvrc/DBGSV_INIT, instead of using the default which the build env points to - it might direct assertion output to whereever ...

2011-02-21  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [5da06c75bb7a7c3108d3415149293a0536f0a18a]

        #i115784# idlc: Fix unreachable "return <result>; break;" statements.

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [276edf39b4646818a4a5685e2ee1a36ef6a683d2]

        Translated comments from German to English

2011-02-21  Christina Rossmanith  <ChrRossmanith@web.de>  [59bf2b69d0c3b6cb27b486ebd0b5f16426248758]

        cleaned some comments

2011-02-21  Martin Kepplinger  <martinkepplinger@eml.cc>  [27967a7c1bd4ef6eec223b1365fe0f3aac78cb90]

        Translated comments from German to English

2011-02-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [399226920e4eb87cf6480a2b2404e4ae08de2e88]

        dba34d: #i116995# re-enabled vbaevents lib

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [82062268958cfb90a31088de23215989c25583fb]

        More work on x64 Windows C++-UNO bridge

2011-02-21  Tor Lillqvist  <tlillqvist@novell.com>  [0df206e02d54d26a934505e19ba69fb3c11a7209]

        Drop a few apparently pointless assertions

2011-02-20  Joseph Powers  <jpowers27@cox.net>  [1655a25a2648059f31952e7e14923c24ccc3cc33]

        Cleanup some #include <tools/list.hxx>

2011-02-20  Joseph Powers  <jpowers27@cox.net>  [e986d2fc482ec1214457f05af4c49385730c3024]

        Cleanup some #include <tools/list.hxx>

2011-02-20  Joseph Powers  <jpowers27@cox.net>  [bcca5a18533b5003d31d13177fc87887823efe3e]

        Remove DECLARE_LIST( ImplTabBarList, ImplTabBarItem* )

2011-02-20  Joseph Powers  <jpowers27@cox.net>  [f8831277031743e2d6b0d6cf6bd9e13bc9293b8b]

        Convert std::vector to boost::ptr_vector.

2011-02-21  ka  <kai.ahrens@oracle.com>  [a2e849cee31cdde05df87bb33ccd98ea668fd11f]

        ka102: #i116970# Write extents of exported SVG / syntax

2011-02-21  ka  <kai.ahrens@oracle.com>  [7f561541162c7f32f4ededb1a7eb9f88b029c610]

        ka102: #i116970# Write extents of exported SVG / syntax

2011-02-21  ka  <kai.ahrens@oracle.com>  [1ee91da9264726ad2391052726e7f56f5be39714]

        ka102: #i116970# Write extents of exported SVG / syntax

2011-02-21  Christoph Herzog  <rhogez@googlemail.com>  [3a918a2aef4bc4c492fc0e51ea3af0aaea38574b]

        Translation of German comments.

2011-02-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9bc3b66c176713a11810a922938e77a4caf4c0b3]

        debuglevels: #i116845# on assertions, don't/call osl_osl_breakDebug depending on an environemnt variable SAL_DIAGNOSE_ABORT. On Unix, osl_breakDebug was previously implemented as exit(0), but never called (since osl_assertFailedLine always returned sal_False). It is now implemented as "abort". On Windows, osl_debugBreak was implemented as DebugBreak, which fits our intention of always aborting on an assertion, given that SAL_DIAGNOSE_ABORT is set. On OS/2 (is this an active port?), osl_debugBreak is implemented as calling "int 3" - which is quite old-fashioned, but should also do what we want.

2011-02-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [192c891e562da3575d94103cf839997918b1b1a5]

        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  Julien Nabet  <serval2412@yahoo.fr>  [b0c5f62affabf28fa2158df6e01cb1889bca1349]

        Some cppcheck cleaning

2011-02-20  Julien Nabet  <serval2412@yahoo.fr>  [66b2f73a7bdcad851ee0de5255c158d9f9f7024a]

        Some cppcheck cleaning

2011-02-20  Francois Tigeot  <ftigeot@wolfpond.org>  [223b1896e6162b86f8bfa8ca6fb913ab2f51825f]

        Remove OSF/1 support.

2011-02-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [df07cfece9bf1392500eba71ee45d116fe91142a]

        dba34d: reverted the previous change. Lib vbaevents is already included in registration when ENABLE_VBA is set, which simply is not the case any more in Oracle-provided builds, since m100.

2011-02-20  Thomas Arnhold  <thomas@arnhold.org>  [58a194b33792c5d19787931ee9d24b9d68c009e0]

        Remove hard-coded debug stuff

2011-02-20  Thomas Arnhold  <thomas@arnhold.org>  [7d9d050495054307f3eaea044e39cd16eeaee458]

        Remove dead code

2011-02-20  Julien Nabet  <serval2412@yahoo.fr>  [5773038abf4b4390667693dacdabdc983a0dfd81]

        Some cppcheck cleaning

2011-02-20  Thomas Arnhold  <thomas@arnhold.org>  [ec7b6d84939e00f30d40218be8adae6318f90ea8]

        Remove TCPP support
        
        Old Turbo C++ compiler.

2011-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [f95cacd805f5571b11696a52d8606e6bf5adb0a1]

        Removed bogus comment

2011-02-20  Takeshi Abe  <tabe@fixedpoint.jp>  [8e19e649b5f6fbfedb2c03b8f675d1176fa4adec]

        Removed dead code

2011-02-19  Christoph Herzog  <rhogez@googlemail.com>  [e66718e7e09584d39bdb00a2ea9ff09f8b1b1626]

        Translation of German comments.

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [d87d45752f0b746939a349abcd8a8b487a422df9]

        Remove DECLARE_LIST( SalFontCache, SalFontCacheItem* )

2011-02-19  Thomas Arnhold  <thomas@arnhold.org>  [3f83b3b94363f79aad7795ca604e5d2bec4e32a5]

        Remove bogus registry files

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [1b3c00ba69193206b1fbfa52ee762ed93649cc03]

        Remove DECLARE_LIST( SalFontCache, ExtendedFontStruct* )

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [0d880443254156a104de90645e63dcc6a318973b]

        Remove DECLARE_LIST( SalDisplays, SalDisplay* )
        
        It's always easy when they aren't used.

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [d738000bcb0c2afd6e2a806eccd360d1ca1df092]

        Remove DECLARE_LIST( ImplTBList, ToolBox* )

2011-02-19  Julien Nabet  <serval2412@yahoo.fr>  [fcbcbc6ab7674fa60fde6493877989b649879998]

        Some Cppcheck cleaning

2011-02-19  Julien Nabet  <serval2412@yahoo.fr>  [d265b1b6b76de45d9ec72973fcc48b2900d385fb]

        Tiny cppcheck cleaning

2011-02-19  Joseph Powers  <jpowers27@cox.net>  [aefcf32dc048b0de2129c8ad1af0dfea50c4c9bb]

        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-19  Thomas Arnhold  <thomas@arnhold.org>  [feaab47c156700d1b6a8b8ba62d91714cbabb87c]

        Remove WTC support
        
        http://www.openoffice.org/issues/show_bug.cgi?id=52746
        
        "WTC - watcom compiler (OS2, WNT?) - obsolete"

2011-02-19  Julien Nabet  <serval2412@yahoo.fr>  [a576789ed3c2cf429e6fc818e8ffd10dccda4d56]

        Null pointer dereference corrected

2011-02-19  David Tardon  <dtardon@redhat.com>  [1cfb119c36f988e3bd5fe90ffb7a9a101db21b09]

        fix assertion

2011-02-19  Christoph Herzog  <rhogez@googlemail.com>  [c10ee9d2070136ca315cd7665ae8761c26badd80]

        Translation of German comments.

2011-02-19  Julien Nabet  <serval2412@yahoo.fr>  [1a49e5ce970c1a219bd145662ea54b08de21735c]

        Some cppcheck cleaning

2011-02-19  Kalman Szalai - KAMI  <kami911@gmail.com>  [ff98606a9c7678beef94ac8140a1ca596f4a8187]

        Remove Task Panel menu element from Draw.
        
        I belive there is no functionality behind this menu element
        under Draw only in Impress.

2011-02-19  David Tardon  <dtardon@redhat.com>  [53868fee456379a2918f8e52a31b8fb470a45518]

        end arg description with dot

2011-02-19  David Tardon  <dtardon@redhat.com>  [05bbd6da1be41f893c26961646fbcd2f518e26b9]

        I fixed this properly in libs-core/scripting
        
        This reverts commit ba1da290bd44677bdf3576e6b3fcd02a102ed667.

2011-02-19  David Tardon  <dtardon@redhat.com>  [7502033e820770f4865ca8c3b3c37b871cf38217]

        bah, disabled too much

2011-02-19  David Tardon  <dtardon@redhat.com>  [f2262ff73708a6c1d514caf37fc90b0f0f99e789]

        add RTL_CONSTASCII_STRINGPARAM for string literals

2011-02-19  David Tardon  <dtardon@redhat.com>  [11a38f8e1c381f5755b69c76cde13386650a3f4a]

        test length instead of comparing with ""

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [cbbb0cd774595dc5f3e58d5c1f8b56042f6c0c13]

        Add another #include <tools/list.hxx> back in.

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [62a7aaa25fa8052f80f3bfdd95347104ed69166c]

        Add some #include <tools/list.hxx> backing
        
        This files still use the DECLARE_LIST() macro. I didn't catch them because
        they are only compiled during make distclean.

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [d8369857bbbb75417e4b044fe77a6c87709e7ac0]

        Remove some #include "tools/list.hxx"
        
        Plus some trailing whitespace cleanup

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [65cf2c6bfa3f983f092d2eff509e6a01c8bb78a2]

        Remove some #include "tools/list.hxx"

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [bd8e3a86c306c008e1c18140ed500e1573c4da6b]

        Remove some #include <tools/list.hxx>

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [6f61648b00f6cba95a033f0e63bbd8866f5b66bf]

        Remove some #include <tools/list.hxx>

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [92afab4044d82feceb4de506ee83d23489ff2df9]

        Remove DECLARE_LIST( ImplStatusItemList, ImplStatusItem* )

2011-02-18  Joseph Powers  <jpowers27@cox.net>  [4e5ef3598e0d7e9ce82c93af6b9f2762ad220fe5]

        Remove DECLARE_LIST( ImplSplitList, SplitWindow* )

2011-02-18  Kohei Yoshida  <kyoshida@novell.com>  [9de5ca8d677fad56c20dfb274f3491433d768259]

        Removed commented out method.

2011-02-18  Christina Rossmanith  <ChrRossmanith@web.de>  [d3815a3a333504718453755463e98b40437d7e08]

        Removed commented code

2011-02-18  Kohei Yoshida  <kyoshida@novell.com>  [11211d8197c723884b6e2f4ed8b5f4f234e5869a]

        Removed mis-leading comment.
        
        Life cycle of ScDPTableData is now managed by ScDPObject, not by
        ScDPSource.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [926be1c961728855c612af2bb7b5d302c7de4441]

        tidy this up and be consistent

2011-02-18  Jan Holesovsky  <kendy@suse.cz>  [72d2efe46807edb9d643bbd172eefb7ef4fa076b]

        Fix build of master without Python scripting.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [f73b7f2c434a2d553ad21f582ccb2fa93c61e41d]

        cppcheck: better formed operator=

2011-02-18  Rafael Dominguez  <venccsralph@gmail.com>  [d7223f6e798c04329c76fb1b9732e75c68e99f05]

        - Remove deprecated <tools/list.hxx> include.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [92008e811e7587d71c1d6c33ec88a281b4a86133]

        unused struct

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [4f416613aab7db1cfe0bdf8fb96d10b8a9175a44]

        method is empty

2011-02-18  Rob Snelders  <programming@ertai.nl>  [55bc287b63bc70e7ffe2defabd65e1ce8be0d7fe]

        translated comments (25-29/54)

2011-02-18  Kohei Yoshida  <kyoshida@novell.com>  [e2f6921f34a6e08808c5b5f9a76be3334d21de0d]

        Removed extra ; at the end of a line.

2011-02-18  Kohei Yoshida  <kyoshida@novell.com>  [74d3d1a99ac3c4be464b85130f26f36414d1604b]

        Fixed a memory leak in the datapilot code.
        
        Calc was leaking memory every time the source range of a data pilot
        table changes. *sigh*

2011-02-18  Michael Stahl  <mst@openoffice.org>  [f62a54978fd25efb22e0289ce39f85d343b69956]

        sw34bf04: #i117001#: sw: support fo:margin on table styles

2011-02-18  Michael Stahl  <mst@openoffice.org>  [3c5facfce42a0dbe362d6b9fa5ac374fd76f51a1]

        sw34bf04: #i117001#: xmloff: support fo:margin

2011-02-18  Michael Stahl  <mst@openoffice.org>  [c9200e42289d06c6335fa15befb0a003f4ad0689]

        sw34bf04: #i117001#: txtexppr.cxx: clean up some duplication

2011-02-18  Mathias Bauer  <mba@openoffice.org>  [67245de3e046449e78b98654909dd48f1ebb31bb]

        CWS swlayoutrefactoring: construction of RootFrm must be done in two steps; the layout must not be created in the ctor as creating the draw view will need a pLayout set at the ViewShell; worked in old versions because of a side effect that has set pLayout at SwDoc though the SwRootFrm still was not constructed

2011-02-18  Nigel Hawkins  <n.hawkins@gmx.com>  [67315a6b31db56b093253673a8be90a605194b44]

        Remove use of SvBools in SwRTFParser

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [ff6efc0b7c08d7154314ca041ddc334a465abd0e]

        try harder

2011-02-18  Martin Kepplinger  <martinkepplinger@eml.cc>  [c28c509aa3894afd821181d352442147c199112c]

        Translate german comments
        
        Translated the german comments to english an fixed minor coding
        style issues in apphdl.cxx and applab.cxx

2011-02-18  Martin Kepplinger  <martinkepplinger@eml.cc>  [af436aaeee7ebc58bc56b3bc82e67475e7b7f9c3]

        Translate german comments
        
        Translated german comments in /writer/sw/source/ui/app/appenv.cxx to english.
        
        This is my first patch to libreoffice.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [f265ab32c028cfeef690023c974a519ebeae5fef]

        crash without built-in report dialog on windows

2011-02-18  Joachim Lingner  <jl@openoffice.org>  [bf2af8dbb892d5f6b66a786ce75459a0de4c9477]

        jl64 #i109096# extensions do not work with long path names

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [0d3f4cc4124828d3f860f76963972bb59749c364]

        0x486e is sprmCRgLid1_80 not sprmCRgLid1

2011-02-18  Kohei Yoshida  <kyoshida@novell.com>  [8582229fdc13673740b0a47c4a3c77fd687750b1]

        Properly update column and row header selections. (fdo#34383)
        
        When making range selection by mouse, Calc wouldn't highlight the
        new range in the column and row headers.  It was because we weren't
        calling ScTabView::SelectionChanged() when the selection range
        is updated.  This SelectionChanged() call then puts in queue a
        re-paint request for column and row headers.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [d6d6b8eea1d34d8e3b39f01526a6b85e531e9986]

        0x486e is sprmCRgLid1_80 not sprmCRgLid1

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [bcf4fc9471855c55752bbe729823a43fd21b54e9]

        0x486d is sprmCRgLid0_80 not sprmCRgLid0

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [8e1704349a66758cdd4370cce8d837f5e39325ca]

        0x486d is sprmCRgLid0_80 not sprmCRgLid0

2011-02-18  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [3c07c026b564774c3bf4d3edfa39b169f3dfe990]

        #i115784# moz/d.lst: deliver windows libs, too.

2011-02-18  sb  <sb@openoffice.org>  [c51b48970fa092829795b0dafc9ab4deec53fa3c]

        sb141: #i92926# fixed ScriptEdtiorForBeanShell/JavaScript calling Swing on Mac OS X

2011-02-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fc6f2208c54e02008839d1289631898721878340]

        masterfix DEV300: #i10000# include removed

2011-02-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e5e1326484ae73223c18d2d069ab598de38dcf3a]

        masterfix DEV300: #i10000# cxx removed

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [e8f92e54b9058a96ad2e0955e4c8c8e6ebb7ee64]

        Try and protect the Indic grapheme/cell skipping with a unit test.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [fcd4ea7f43ce180de067927b4b7aae407c022f65]

        Resolves: fdo#33898 Try and use EUDC as first-level glyph fallback font

2011-02-18  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [e0fa87c7c348430e3f2df2eb1529c92c617bbd99]

        #i115784# registry: Fix unreachable "return <result>; break;" statements.

2011-02-18  Jan Holesovsky  <kendy@suse.cz>  [d1ac976ce2b76ea17e13cf5863a493a38ea95eda]

        tinbuild: Better formatting of the tinderbox info.

2011-02-18  Christian Lohmaier  <lohmaier+libreoffice@googlemail.com>  [bd157ad1edb52ff5d42c157fa28d30d795e98fe9]

        Avoid forking to output the logfile.

2011-02-18  Joachim Lingner  <jl@openoffice.org>  [2f52996350dd7d8d73d67c45e5be9d1200890988]

        jl64 #i117009# increase versions of cli assemblies

2011-02-18  Joachim Lingner  <jl@openoffice.org>  [6d8590e60d4599bc03e3407b5aa6e17e91c309dd]

        jl64 #i117009# increase versions of cli assemblies

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [9c8b5178f789a626d2fd84df5c6b38d4f31b4ffc]

        Method always returns true and contents are pure const
        
        So removing it, I can't see the point of it.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [4fe33ec16e755ea782e103603b68beebd1c15e2d]

        no gui warnings please

2011-02-18  Takeshi Abe  <tabe@fixedpoint.jp>  [2c4b5dd968c1b2cf26b1f40502764240ad4d22d8]

        Removed unused variable

2011-02-18  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [b0bb3a1bdad7aee9eab79c4ec3c155a4bbd8623f]

        Use decimalStringToNumber for natural comparison

2011-02-18  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [a6ba342adec9edad3e4bcf4d614d3525b4e66186]

        Added comphelper::string::decimalStringToNumber

2011-02-18  Release Engineering  <releng@openoffice.org>  [36979f1c9e43c42e62b0ad5a32b7abb2fc425b5b]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [ea713649e558dcec291302bffd00b148a96e33a8]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [70d1752f42910f44cbf13478d0822e06a653b0d6]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [1ae1f64e641d67a553eac4bcc91566efbe6a5d48]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [9108e80cb4435bcaa878317d32e06c511594cdb1]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [45921e1bb9957044c654083a9e7580a50bc6ca6b]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [10771c040794aec3ce6e18cd0cccadd472dcf747]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [7c46aeed98433aff2b49d80c30c6b2e554f771ce]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [e756bcc72319554ef962ca1badbb2895784a1576]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [cfac3949b421620d713b36e67a8b033239e9a0a7]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [4a45a54353f72d2bb4368203edb590fee66b073e]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [ba345960da447d921db9b557a5dc9bf62929ba9e]

        merged DEV300

2011-02-18  Release Engineering  <releng@openoffice.org>  [818496deb94e1582e355437644ef26ad75116c83]

        merged DEV300

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [d8d52b5ec3b2c6fe0794150d0eb4ff9fb0fc0d92]

        Register more UNO libraries for unit test
        
        If stuff in the basic module is compiled with debug=t, it asserts if
        these are not found. How it can have worked without these libraries I
        don't know.

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [73d3a596abd2e77e1db7a88bcec9849107738e74]

        Kill _WIN16

2011-02-18  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [5ee2b0faf3562022a85f589a667eab40361d5a32]

        #i116997# [ch2_lv1.bas] Timingproblem on Solaris

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [e5f8a07078033bc6774f9f5496d5e985f59be775]

        Drop 16-bit Windows code

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [f59d6cfdba99b225119d505fdd36cbdcb6dcd20b]

        need these to also be SVX_DLLPUBLIC apparently

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [1704dbe99b6b124450c3c205e056033db53a653c]

        Drop 16-bit Windows code

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [33fa50e1191c75fd2fcbf6f852ec1d76af58a577]

        Drop some pointless assertions

2011-02-18  os  <os@openoffice.org>  [6d800fdab09298e4eecc6bc19c7491fda60391da]

        os150: #i116585# ::select() fixed

2011-02-18  Tor Lillqvist  <tlillqvist@novell.com>  [d8f97bd4c925600d918ef1a89d5b01a84939445f]

        Exclude java_uno_accessbridge.jar and .dll if no SOLAR_JAVA

2011-02-18  Francois Tigeot  <ftigeot@wolfpond.org>  [f327939bb9add774cb33f1762d2b4f017303d08a]

        Remove javaldx /proc test.

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [6fbaededc2fdc4d440cc618b012a62de910ecd4e]

        tidy test

2011-02-18  Caolán McNamara  <caolanm@redhat.com>  [7f1da76d8effbddb4520a276296b9f4024972b58]

        nothing to see here move along, *cough*

2011-02-18  Danny Roberts  <dannyroberts.personal@googlemail.com>  [b7b0250d8365450b766b2f1ac607cce446b6fa20]

        Removed some commented code.

2011-02-18  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [4a553efb6277bfe323644530a8f58fe67a224291]

        chart53: merge with DEV300_m100

2011-02-18  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [51438c2d9ea3693fb61324c439ce6d4af5d539bc]

        chart53: merge with DEV300_m100

2011-02-18  Andreas Bregas  <ab@openoffice.org>  [bd096b9075903f5e75abe440fa04ed0867ff40b1]

        ab81: resync to m100

2011-02-18  Andreas Bregas  <ab@openoffice.org>  [2f4d29e993439a09e2acb07b25cb7c39d73a8d76]

        ab81: resync to m100

2011-02-18  Francois Tigeot  <ftigeot@wolfpond.org>  [9816a2baede7d3533ae374464ed5fb3626520f38]

        Remove SCO support.

2011-02-18  os  <os@openoffice.org>  [940bc31473bbbc4ffef86cf892e9ebef8daeaa81]

        os150: SvxFontItem member access changed to Set<member>-methods

2011-02-18  os  <os@openoffice.org>  [0d9aa8be6f176b400a0f137ff228964a3f644f39]

        os150: SvxFontItem member access changed to Set<member>-methods

2011-02-18  os  <os@openoffice.org>  [4324671ebd6b7106899526653907d20002dad7c3]

        os150: SvxFontItem member access changed to Set<member>-methods

2011-02-18  os  <os@openoffice.org>  [e8a5c93d2367773a4d26c1d05c9bb84cfb6b2778]

        os150: SvxFontItem member access changed to Set<member>-methods

2011-02-18  os  <os@openoffice.org>  [79502243dda95bce5731b5f1a5a685277fc593d2]

        os150: #i91166# RTF should exports characters as Unicode

2011-02-18  David Tardon  <dtardon@redhat.com>  [657710a76da373c9b120081e068465e44d550bfd]

        configure inclusion/exclusion of scripting providers

2011-02-18  David Tardon  <dtardon@redhat.com>  [d73b8d1054d3ee3b6ff289f7a3ad6b6833e5bda6]

        configure inclusion/exclusion of scripting providers

2011-02-18  Francois Tigeot  <ftigeot@wolfpond.org>  [5847e3c3bd1d8821b7d894e60d84993d074bfe60]

        Initialize the runtime library paths on DragonFly

2011-02-18  Tobias Kranz  <tkranz@zedat.fu-berlin.de>  [c72a05b60f126031405181e44ee5ae25edb8f966]

        Translated several German comments in Math.

2011-02-18  ka  <kai.ahrens@oracle.com>  [cdc86add193ea8670cae19910df816528a1d7ccc]

        ka102: type changes nneded for DEV300_m100

2011-02-18  ka  <kai.ahrens@oracle.com>  [f759ad09f5cfd415390ba25aa413cbecb10f047b]

        ka102: type changes nneded for DEV300_m100

2011-02-18  ka  <kai.ahrens@oracle.com>  [a41005410d094f50df54258e30138f36d7175fe0]

        ka102: type changes nneded for DEV300_m100

2011-02-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3f7938f0fadde038e036e612d8550e5e0d8a4a4d]

        dba34d: #i116995# also register the vbaevents library

2011-02-17  Rafael Dominguez  <venccsralph@gmail.com>  [39b8a5f87f55abe53488c9c3c35b65fb0df84cde]

        DECLARE_LIST(TOXControlList,Control*) to std::vector<Control*> in sw.

2011-02-17  ka  <kai.ahrens@oracle.com>  [78337116ab4b0ccae8234b9ca0ca60bbdd7b7b80]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [b77da8a14822df077fc310b2c5023de6ca2258a9]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [c9b7c87662deaac33f8b48764f7c939c30d56b92]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [f5aba9c0bac074d291ddbb7ce75e427c11ae7c39]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [fcd39f25f09517cf9135df68cbae8b1c4b848d15]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [8b13bc67f94884541bfb336cdb4f0871dee755c6]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [66cf579511eac065ad1f75022537f9a2d4cb7252]

        ka102: rebased to DEV300_m100

2011-02-17  ka  <kai.ahrens@oracle.com>  [08b45890b373b2adeca9eec6ab50e7c1dd002500]

        ka102: rebased to DEV300_m100

2011-02-17  Kohei Yoshida  <kyoshida@novell.com>  [d3151e2819a701fa199e03fcc504333195ea81da]

        Properly update column and row header selections. (fdo#34383)
        
        When making range selection by mouse, Calc wouldn't highlight the
        new range in the column and row headers.  It was because we weren't
        calling ScTabView::SelectionChanged() when the selection range
        is updated.  This SelectionChanged() call then puts in queue a
        re-paint request for column and row headers.

2011-02-17  Joseph Powers  <jpowers27@cox.net>  [524617637768161f7400b61e498b099ce75762e3]

        Remove DECLARE_LIST( ImplBtnDlgItemList, ImplBtnDlgItem* )

2011-02-17  Release Engineering  <releng@openoffice.org>  [60b42a87ec54fef439122509d2599673a95e8cde]

        DEV300

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [90c354d0ec1023d81a3b8c398971c63f3802368f]

        masterfix DEV300: #i10000# nawk -> awk

2011-02-17  Joseph Powers  <jpowers27@cox.net>  [b650be60d404b57184b291c28fb62b5711176f91]

        Remove DECLARE_LIST( ImplAccelList, Accelerator* )

2011-02-17  Radek Doulik  <rodo@novell.com>  [74ccf00ef42e67e54b96b270a68c17625c1a040f]

        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>  [175d89f784a9f6a9ac7af86b0d0342268343f0bf]

        Remove DECLARE_LIST( ImplAccelList, ImplAccelEntry* )

2011-02-17  Mikhail Voytenko  <mav@openoffice.org>  [04a687ac5b83ce75e1912108bbe4cc305f8b31dd]

        fwk166: #164409# remove unused icons

2011-02-17  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0a642c8bcfc4955147ab45eab9fa227babd92140]

        chart51: merge with DEV300_m100 - part 3

2011-02-17  Joseph Powers  <jpowers27@cox.net>  [0f48d891f2a5759f0c005b873e4eab3a3f54a7d5]

        Remove DECLARE_LIST( ImplMoreWindowList, Window* )

2011-02-17  Christina Rossmanith  <ChrRossmanith@web.de>  [d008b8a6064fc28b63ec2c583a0d9d75e5b50f71]

        Removed unused methods

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2c0dad4acd41464a6942c11d2ef6f23d29615e1f]

        masterfix: #i10000# INT16 -> sal_Int16

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ebc04bc9219f8dd341308a430c295c53c4f6813c]

        CWS-TOOLING: integrate CWS l10nmove

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [94f7fa3c8166270923f8013a848e569adb2752f6]

        CWS-TOOLING: integrate CWS l10nmove

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1e0c228cdb54d14ac13d814296ca8fca8ef3e460]

        CWS-TOOLING: integrate CWS native359

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ba7ad4e6424f3096b8bea086264c59a177f87b1b]

        CWS-TOOLING: integrate CWS native359

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6256521238619c10ead4826a3f4e70a27a7ccd7e]

        CWS-TOOLING: integrate CWS kso49

2011-02-17  Bálint Dózsa  <dozsabalint@gmail.com>  [f7244fdeae496a9166f91a8d5925c3383e372183]

        Remove unused methods

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [677395ac556e88a674e21a5406875d72b140d241]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [afc50b5eda5a7c885c4506bd50591221922bf664]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e01f64a81a0c1a9f4c01694da06f3f51b4ae7f3f]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [74cc209439d9f239f929fed3f5ebbab1ef81439d]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7b54316a19fab04f52ab5bb55e7f5845eba56530]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1cc0f307a513d97fac65c1dda1492123ecacdef4]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3d405a83187368f6e74bb3c0837bebd7ff5bca7e]

        CWS-TOOLING: integrate CWS gridsort

2011-02-17  Bálint Dózsa  <dozsabalint@gmail.com>  [342f831dddeb332f23ced98a62caf7d6b8848732]

        Remove dead codes

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4419f8c0a60e5aab855f700b493920e400682521]

        CWS-TOOLING: integrate CWS locales34

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [afab3811042705a37e2f2e7b56f5fc1faec1728b]

        CWS-TOOLING: integrate CWS locales34

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8eb916a342a3b1f217a7141aa3c0a7ea1d7bd53f]

        CWS-TOOLING: integrate CWS locales34

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [22e7f369d3c34a2fa0cf16307d5c047bcc24be79]

        CWS-TOOLING: integrate CWS locales34

2011-02-17  Ivo Hinkelmann  <ihi@openoffice.org>  [42d31088dd0bd1ebb24c1c278e0a6320efdf1239]

        CWS-TOOLING: integrate CWS locales34

2011-02-17  David Tardon  <dtardon@redhat.com>  [399a30d20ee6b806ac3b9b376d5ca014bfa75a50]

        fix defs for scripting provider extensions

2011-02-17  Radek Doulik  <rodo@novell.com>  [7d613299aec0a1ba4fc03fe306d3f528fed17907]

        fix edge count calculation

2011-02-17  Tobias Kranz  <tkranz@zedat.fu-berlin.de>  [303f9035b7937f73da6feeacab8f11d6bfa0a087]

        German comments translated (writer-startmath-inc)

2011-02-17  Luboš Luňák  <l.lunak@suse.cz>  [d9e20d5b5721147156a5f382ba8f4059c4ab84cf]

        write footnoteRef/endnoteRef tags as required

2011-02-17  Julien Nabet  <serval2412@yahoo.fr>  [07a5b5a6cce711133a07887dd8b349615adb1bd8]

        fdo#32552 alt key opens "File" menu

2011-02-17  Christina Rossmanith  <ChrRossmanith@web.de>  [16a96c566af2ac1b9e9794f8ec8cfa2149a73774]

        Finished to translate comments from German->English (viewfun2.cxx)

2011-02-17  Jan Holesovsky  <kendy@suse.cz>  [7a902663e5aa503db71e49f95ad5819379154011]

        tinbuild: Include all the logs in the mails.

2011-02-17  Jan Holesovsky  <kendy@suse.cz>  [2f4d8163b2025e3d1623dc7ebf17d7137eac522b]

        tinbuild: Use MIME::Lite instead of direct Net::SMTP.
        
        We need to send the build logs as gzipped attachments, otherwise they are too
        big to be accepted by tinderbox.

2011-02-17  Jan Holesovsky  <kendy@suse.cz>  [417c1e79088263948c3e4ca3b837cc455fc8c363]

        tinbuild: Plug into http://tinderbox.go-oo.org/MASTER/status.html
        
        And also rewrite the mail sending code, to be cross-platform [hopefully ;-)] -
        using Perl Net::SMTP module.

2011-02-17  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [bb89febae6cb26c0a6aa121882c4a05d462c7bf7]

        #i115784# dtrans: fix #include filenames.

2011-02-17  Petr Mladek  <pmladek@suse.cz>  [dd5425aee2274e7e7b24e47756964aef9520b648]

        bump product version to 3.3.1rc2, release number to 8
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-02-17  Petr Mladek  <pmladek@suse.cz>  [c76c6abb5aea895e245cc4fbeda039863be902d5]

        bump product version to 3.3.1rc1, widnows build version to 6
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-02-17  Caolán McNamara  <caolanm@redhat.com>  [2891c8419a8e678c34617df7243ef7858126b5b7]

        don't attempt to iterate through contents of a dir that doesn't exist

2011-02-17  Andreas Bregas  <ab@openoffice.org>  [c91bce6e57dddc7ccd0d5ae58dd1eeeb6b3a8ca7]

        ab81: #164411# Fix accidental index access at UNO objects

2011-02-17  Niklas Nebel  <nn@openoffice.org>  [3c8cd6b02ad8ac8c95965c0b4f06285d26226e58]

        calc66: #i112034# also use correct sheet for clip param

2011-02-17  Caolán McNamara  <caolanm@redhat.com>  [d3fa11d5aebdaa76a057b7fc7b98241fd1dce450]

        fix build error

2011-02-17  Andreas Bregas  <ab@openoffice.org>  [32ccfb598a780e883d3e0a3ca267d536b965651c]

        ab81: #i115671# Fixed Save button handling in Basic IDE

2011-02-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4940c2e354be0e577e96de60976e84be1235cf28]

        dba34d: #i116991# fix ScriptEventListenerWrapper to report failures in the delegatee creation as assertions only, instead of throwing a RuntimeException which is caught way too late (transplanted from 173bca2cba4074c69e487271427dce15318befe6)

2011-02-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6953426767ee51c357276b8e5d496074375881e9]

        dba34d: #i116991# fix ScriptEventListenerWrapper to report failures in the delegatee creation as assertions only, instead of throwing a RuntimeException which is caught way too late

2011-02-17  Caolán McNamara  <caolanm@redhat.com>  [3e069eff8b1d687b0605809e3e741bb137aaf70e]

        silence some warnings

2011-02-17  Andreas Bregas  <ab@openoffice.org>  [af053999bb2d7c9ac21bad006c8a83992dca4802]

        ab81: #i108119# Fixed undo slot handling

2011-02-17  Tobias Krause  <tkr@openoffice.org>  [de6ab12520c38035d55453982213342b813da2e1]

        tkr38: m100 merge

2011-02-17  Tobias Krause  <tkr@openoffice.org>  [40a752b87a040ea7858c682f7b0393065b9cd50d]

        tkr38: m100 merge

2011-02-17  Tobias Krause  <tkr@openoffice.org>  [20fa9e5c26387edd9c3cb8b23140c87fdbfe1805]

        tkr38: m100 merge

2011-02-17  Kevin Hunter  <hunteke@earlham.edu>  [427c9ebd415cde6f87b79c577cc99a52d5486508]

        cppcheck: remove redundant check.
        
        If pInfo were NULL, would have crashed at the enclosing if-block that
        deferences pInfo->nRotateDir.

2011-02-17  Thomas Arnhold  <thomas@arnhold.org>  [ab451214b89cd3717b32b2ea34f67c4e2f26b03b]

        Remove TCPP
        
        Seems to be an old compiler

2011-02-17  Thomas Arnhold  <thomas@arnhold.org>  [17a25a4282492df3fe0cf10efbd7cad55da96775]

        Remove TCPP
        
        Seems to be an old compiler

2011-02-17  Kevin Hunter  <hunteke@earlham.edu>  [295d441864b2272ad66450d2102f8bfd4ccc35eb]

        cppcheck: Remove unused variables

2011-02-17  Tobias Krause  <tkr@openoffice.org>  [915196492390c9cf1d5a93a4cb5508838a141e4e]

        tkr38: this idl file hangs in odk autodoc build. Addional comments fixed.

2011-02-17  David Tardon  <dtardon@redhat.com>  [86026d191c37104b96ee49fdfb395d2712bec49a]

        WaE: unused variable

2011-02-17  Joseph Powers  <jpowers27@cox.net>  [2b9977d7a57a118d90d1157bee8f0dbf2fa6d591]

        Remove DECLARE_LIST( ImplIdleList, ImplIdleData* )

2011-02-17  David Tardon  <dtardon@redhat.com>  [2087f6f92d1ffaf8315f4d93d53c9c7be9f3d7c0]

        WaE: unused variable

2011-02-17  David Tardon  <dtardon@redhat.com>  [16c242c9dfedb151f340f9d643cb85dff577f8e1]

        WaE: unused variable

2011-02-17  David Tardon  <dtardon@redhat.com>  [ad362be350230864787dbb817d85b6ce4c0e58d6]

        one-param ctors should be explicit

2011-02-17  David Tardon  <dtardon@redhat.com>  [decf6ebfb0630d27130214c3fecf44390233e21e]

        no need for explicit copy ctor

2011-02-17  David Tardon  <dtardon@redhat.com>  [31695893d6f0fc6753fedbc9fbaedd73148f71bf]

        WaE: unused variable

2011-02-17  Christina Rossmanith  <ChrRossmanith@web.de>  [4c7a5bee34958143f5a01b37d7b77455480beeba]

        Started to translate comments from German->English

2011-02-17  David Tardon  <dtardon@redhat.com>  [cdf0a8475f189d3df55a15754203f799c1196eef]

        WaE: unused variable

2011-02-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd096e1000bda039357dd9206a59489f94e56152]

        dba34d: post-rebase fixes

2011-02-17  David Tardon  <dtardon@redhat.com>  [f371dc6d95606c633df9593e32b63f99081ed398]

        WaE: unused variable

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [595d6caab6cd4e02a54ea00d6275c858e2e3c4c7]

        Fix a typo (replace missing =)

2011-02-17  Kohei Yoshida  <kyoshida@novell.com>  [e9b4a11be7d01fb10ce58ed3a9bbe91b996045d8]

        Added unit test for built-in cell functions.
        
        For now, I only test for function categories and their order in
        each category.  But in the future I might test for argument types
        as well.

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [35959859ec4dde1c60360eaf142f7a52777b2a7d]

        Remove DECLARE_LIST( StringList_Impl, OUString* )

2011-02-16  Kohei Yoshida  <kyoshida@novell.com>  [11b2bfe3ddd0f681d273288deff8c15f73a21fb0]

        Create an ScDocShell instance, and take the ScDocument instance from it.
        
        Also, we normally use #include "foo.hxx" style include for module
        local headers, to distinguish them from system headers or external
        module headers.

2011-02-16  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [9803697b7f9d7e08f6fc8a6a9e1136d3619cb3a1]

        Translation of German comment.

2011-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [0fa128c9e17328c4d468146f358b1d5f8546ee50]

        Fixed typo

2011-02-17  Takeshi Abe  <tabe@fixedpoint.jp>  [5ef266242aa3f0d5b19040d6f241b13a57b4b498]

        Removed dead code

2011-02-16  Albert Thuswaldner  <thuswa@gmail.com>  [65d891652fd5de4b93d9cd3dadd866b099af423b]

        Translation of german comments.

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [11ff662cb182306a3d6492a15005d9237fa10891]

        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>  [c9fc1e320c85c6e35e2992ead61883486157c7bf]

        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>  [3fb3eebd8815a4150b30a1562ba88e717306971e]

        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>  [c14d8664862a919277b53b315feeb38d47a50007]

        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>  [542916044dfded030424c27592711a440cc3422f]

        Remove MTW support
        
        http://www.openoffice.org/issues/show_bug.cgi?id=52746
        
        "MTW - metrowerks compiler (mac OS9 ?) - obsolete"

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [c77531a6453a765b07baef6250a3e75bea88a8a3]

        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>  [1f2d1c8a0cfb41b76ae55e337e355fb972e36ae3]

        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>  [f42e3698160a5876090997b0e474f52962e1b980]

        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>  [b48b0ef9436bf86fdbce3d0e667dc1609778a8c8]

        Remove MTW support
        
        http://www.openoffice.org/issues/show_bug.cgi?id=52746
        
        "MTW - metrowerks compiler (mac OS9 ?) - obsolete"

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [ebf0ce614b01de1249cfa3f0082c33c70433045f]

        Remove WTC support
        
        http://www.openoffice.org/issues/show_bug.cgi?id=52746
        
        "WTC - watcom compiler (OS2, WNT?) - obsolete"

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [c5a49dd125d1f08f439826448ce9f40ebe94dee9]

        Silence ASSERT for the test of a deliberate error.
        
        push and pop assert handler for this deliberate error.

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [93f2f61afc55fa15272552383afa2d5028a93ad5]

        Remove MTW support
        
        http://www.openoffice.org/issues/show_bug.cgi?id=52746
        
        "MTW - metrowerks compiler (mac OS9 ?) - obsolete"

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [b70d39084de5fb197519ec478f00e1c06c7d87bd]

        Suppress OSL_ASSERT about the deliberate error in the cppunit test.
        
        We want to test for this, retain the OSL_ASSERT for the normal case, and not
        get noise during the test itself.

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [541d5143154fa4b2981abc29601a64ce9c835d87]

        make a dir and explicitly disallow creation of dirs in it
        
        i.e. handles building as root

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [d0285c06d3ff10ab469b99b54618d69532e97599]

        cppcheck: set these as public

2011-02-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [3c60ce43169859fea3800832bee6ff225c0c20b8]

        cleaning in binfilter/bf_sw of sw_fltini.cxx
        
        the filter initialization has been cleaned. A lot of filter where
        initialized there, like Excel, lotus, word filter.
        All these filters have been deleted from there, keeping only the
        Star Writers filters

2011-02-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b9c93d24ccde5d282d526654d207d8f9ecd13655]

        delete comments / cleaning of these files

2011-02-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0824a1ee4ae8817de128c72bd4b6134eda315d6c]

        delet all content of bf_sw/source/filter/writer/sw_writer.cxx
        
        this file is now empty, will be removed soon

2011-02-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f0a006a63eea384c63b12993d0f3f0c6a86a1512]

        delete struct Writer_Impl in binfilter/bf_sw

2011-02-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2896538b8e93083a78667f677ff43b0e886de610]

        delete class Writer in binfilter/bf_sw
        
        the class Writer is deleted in binfilter/bf_sw and all dependencies
        of this class. This includes some other derivated classes.
        Some classes or functions (in other classes ) are left behind, needing
        now an analysis to see if they are orphean or used by some read classes

2011-02-16  Kurosawa Takeshi  <taken.spc@gmail.com>  [cbbaf4fb45979785385932e4c5fa3523228eab69]

        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  Francois Tigeot  <ftigeot@wolfpond.org>  [a792067924d8237aa5090f47a49f25486c19ca8a]

        Remove unused UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKS

2011-02-16  Bálint Dózsa  <dozsabalint@gmail.com>  [fcf3851494f067635dc576a2f69207184168b1e7]

        Remove dead code

2011-02-16  Bálint Dózsa  <dozsabalint@gmail.com>  [a2d9402d2c59002ee29f771304cad919cf7e275f]

        Remove dead code

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [d7c5c964208813d02cd1df4dd1b3bd66b95a5375]

        Updated gitignore to ignore build dirs on other platforms

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [666bb3e6e4ed25c6e202a8559567b6a99bd5c8b9]

        Remove unused update_module_ignore_lists.pl
        
        Was used to update the svn ignore list

2011-02-16  Radek Doulik  <rodo@novell.com>  [c15ed83558189e0cc67f6fce9939177dfccc71b8]

        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>  [474c75df7a73e38e7fab3f23e4df76d92fe79bf2]

        Remove usused osarch.pm

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [f8253fb7dda80d2b5e788a483ee18b8108bfab7d]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [e260e51842a4b129c91bb8d2074bb9cebc230e2d]

        Remove HPUX support

2011-02-16  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [2ec7d4b6d71c6689a32098894ae4ef1bfd637635]

        chart53: #i116486# Activated Chart has wrong position in RTL if Navigator is docked

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [644ee4816ce7fbb59745c4cd2264c9f31d8483fe]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [b2bf8c258281feabbe3933b61a4d3397d220852f]

        Remove HPUX support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [83c35aa428e910e17042babcfe4abf15266f1dcf]

        Remove TEST* and DEBUG*

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [6f248073aae4e5c0208c19ad2ad15f4ab953246a]

        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>  [78949ca9a24820e347d241b16c0ad01a030be159]

        Remove unused USED ;)

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [4aef46ae356f5ab177ad51afe4b7aa8fc4f47254]

        Remove XX_OV

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [6426dd54290420324e6c08b5f342f0eee87ea5c5]

        Remove DBG_MI

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [166616b00895ca62dbe74705b603815557dcf5bc]

        Remove unused files from svdde

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [abc3225db06ef8be442fde5f7d81bcc08b156c62]

        Remove OLD_CHAOS ;)

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [a034c0217f94c34c9dce3b0a05bee4ac161fecb6]

        Remove erTEST

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [a48224f36d5175db4e07cbc2fa30ec34b310872c]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [191ea24ddc9edb3f93f3e9f63f698cada660fcf8]

        Remove HPUX support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [e2ebbd2847d5cedc8f1a6d8a1e8e7cbc64c8cb1a]

        Remove SCO support

2011-02-16  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [87635e20d18a4bd8e9da9382771c2c32496ec7ed]

        chart51: #i116544# integrate fix for copy/paste bug #i116943#

2011-02-16  Noel Power  <noel.power@novell.com>  [ad2bda1b79df4a9c28266527994861d0a5d2c354]

        add copyright headers

2011-02-16  Noel Power  <noel.power@novell.com>  [59a52b3bfb1924026c38f5eee308596fb1ad5ef7]

        add copyright headers

2011-02-16  Noel Power  <noel.power@novell.com>  [9e687fd74cf1ba0ad19e9f6ed3e046b64cb23692]

        add copyright header

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [b0ead278358dd5d96726bf42293325388bef1cbb]

        Remove some dead code

2011-02-16  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [b536656082077f58e14e1f730cb075471124d666]

        chart53: #i116943# Inserted Calc chart loses data

2011-02-16  Radek Doulik  <rodo@novell.com>  [c661a55df1cb24c8685fb7f398ca96651b85d939]

        fix cairo canvas regression - do not access polygon points outside range

2011-02-16  Niklas Nebel  <nn@openoffice.org>  [5c24799ce51c533e0ea68384ef5aa06785d9a443]

        calc66: #i112034# ScCopyPage/TransferDrawPage: don't copy internal objects (detective) and note captions

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [9a299c989b84cbb7a30fcef9dcc02ed04a332829]

        Resolves: rhbz#674330 dereference of NULL mpBase

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7b37b8ec77f1311a737c32bfc58d08553786155d]

        masterfix: #i10000# TRUE -> sal_True

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [8d4109198108d445f94c1e9c5c289625930a9b4f]

        Forgot to remove the line of code I comment out.

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [5d7d3782d33672dc49844d18369437006f0c5afd]

        Remove DECLARE_LIST( StringList_Impl, ::rtl::OUString* )

2011-02-16  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d536f34a8d7c0cf5360690a428d0a07143aac708]

        chart51: merge with DEV300_m100 - part 2

2011-02-16  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [92c21df5580369a2a7a3ad3ce6c9ed939782ce93]

        chart51: merge with DEV300_m100 - part 2

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [83fade2fa0bf4114aaf3f3426e623fce5b31bc77]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [92f34f605ef19f3cfb9b9f3e42c36f08d133c6d2]

        Remove HPUX support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [204ef36da8d04524cc6577976883c931c6026004]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [d2a1f392c10f177e005df319756223855cb9c77e]

        Remove HPUX support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [79e28f8451ec737e3eb67c99d93d18a2ff923532]

        Remove SCO support

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [87849a834e24a0c9e0b18478ebeb6e417a020ef9]

        Remove HPUX support

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [123d6c5db95fb8cba82ade5d44f74bee8c8a01df]

        l10nmove: adjust repository handling

2011-02-16  Nigel Hawkins  <n.hawkins@gmx.com>  [588b702ae1f16badf20a4ca3038e1d9b4dc81745]

        Remove some SvArray use in SwXMLTableContext

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [58522fa86275ab2671314464d18bf706b9ee1797]

        Remove DECLARE_LIST( IMPL_ConfigurationListenerList, ConfigurationListener* )

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f4993b25069c1079cd40adfe28133ccff7899c92]

        rebase two more patches to DEV300_m100

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [703a71a2e72e7623b676cb52d6fdee972c961cf9]

        rebase to DEV300_m100

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f575b9b55f183f4b76369a05d6c9a3f974e24a30]

        rebase to DEV300_m100

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [231934e72e694f193135df62429b83d4b11aff1a]

        rebase to DEV300_m100

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f8f4d2dce46e0649289ba57b42417b4a8972bf86]

        rebase to DEV300_m100

2011-02-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d9bbc5790dc9e4c8bf17e2e26204c13de95600c2]

        rebase to DEV300_m100

2011-02-16  Joseph Powers  <jpowers27@cox.net>  [cfbd6e5967bf502e368c80c36be9af0a922c4786]

        Remove DECLARE_LIST( InternalStreamLockList, InternalStreamLock* )

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [085a62305c1930587bffce75159a183a779555e9]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [40d16ca36b0bcbad4420f5fe64fb7859e69b73ff]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eae63aa3839bdfd6c9c99c401e2c8398238e334b]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3b630726e69547741b1ed567d65e87a0f53d18b4]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ac7aee76690f0356056a0ce4d48db77a870585c3]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [93f662a939e3c9561e025367e97ae19d2130a90f]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [208b435604765e8b14d956f5d7112d9983a39166]

        CWS-TOOLING: integrate CWS accfixes

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2622774916fe3a9495ad629b2caf7f5503da6a5b]

        CWS-TOOLING: integrate CWS csvexport

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1c5c8395662fc4ee47bb5d4809d61620190af281]

        CWS-TOOLING: integrate CWS csvexport

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c809e9703405a8bc43ca535928d5acaa596edeef]

        CWS-TOOLING: integrate CWS csvexport

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1715443a441ab772cd6567554508cc916abfdaf6]

        CWS-TOOLING: integrate CWS automationcheckissuesids

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [db44f1dde6942202c6152619bebb43d3cf6ffee9]

        CWS-TOOLING: integrate CWS sb138

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [96c99c8174806f7df2716c02bf67b8e2433ebb7e]

        CWS-TOOLING: integrate CWS sb138

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3d9a9a561d5ea35c9805fff6b31a97db77bf479e]

        CWS-TOOLING: integrate CWS sb138

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9d1f566b61ed3872dc74535855f5c76cb0fb18b7]

        CWS-TOOLING: integrate CWS sb138

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c875b173610ac0df760bc0a84bb30b6c23efaa98]

        CWS-TOOLING: integrate CWS sb138

2011-02-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [71214c0f92851b63ab756488e7edba9b2a88d4cc]

        dba34d: #i116215# ImplSelectionChangedHdl: when an entry has been de-selected in drop-down-mode, reset mpImplWin to display nothing

2011-02-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4c47c0802599e0d24c192ed0cb73b5d64fbfc421]

        dba34d: #i116215# de-select all items when the to-be-selected string is invalid or empty

2011-02-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b944bda2f94c86f7807ae7e3ea279eaf63f29753]

        dba34d: #i116572# use proper AddressConvention

2011-02-16  Katarina Machalkova  <kmachalkova@suse.cz>  [800884a7b2e2106d9de45e202f33ff5cb573318d]

        Consistent cell font and background colour toolbar behaviour
        
        Fixes bnc#652214

2011-02-16  os  <os@openoffice.org>  [9310807dd3af0d878d0989dbab48ea10cb71780d]

        merge errors fixed

2011-02-16  Niklas Nebel  <nn@openoffice.org>  [b6515632228beaf99af1527bdc099ff6ef3ef8d8]

        calc66: #i113411# use first value entry for number format of ScDPTableDataCache

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9d11d6a1954317d3ed753a2feb34a7f8fdc81201]

        CWS-TOOLING: integrate CWS mongolianlayout

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5836ef5ca62a974b598e0cabf5889a876a0be80d]

        CWS-TOOLING: integrate CWS mongolianlayout

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [31bde39a20f1962809d40153752885a29370a9d1]

        CWS-TOOLING: integrate CWS mongolianlayout

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [725c97e1681f90ae2a55a30036767ae202f599bb]

        CWS-TOOLING: integrate CWS mongolianlayout

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [434cef64a5de75f773031019b1ec67fa54875eae]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0c32eaf7ce56735e033e000226c2a6fc6c96eb5c]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1a4c58a4372c8499ab091b7486cea33ef91e14a5]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a5b401f4ef13cb1107777324147a09a781d049ff]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2866c516dbd205d09b35aac7d934c9e215be625e]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8b332a7ed61b6be14be15b37ad5d417947d81791]

        CWS-TOOLING: integrate CWS ab80

2011-02-16  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [34ca828e5a98e16be0c4d7f5f9096460284833b9]

        fixed compile errors after resync to m100, part2

2011-02-16  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [fbeb9eb3914df6478599d2e43ed2dcc91028a4b2]

        fixed compile errors after resync to m100, part2

2011-02-16  François Tigeot  <ftigeot@wolfpond.org>  [b83d14667ba7ae7a78b4f00b2575781f0e1adc31]

        add unxdfly.mk

2011-02-16  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [ba00e8f403b0284e6dd28701975e0c91cf6d51ce]

        Cleanup in comphelper unit tests.

2011-02-16  os  <os@openoffice.org>  [883e2b11250a7bd9b97b20a5ef1d4d87fab42bdd]

        USHORT removed

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [7b686242a004eead04a74d5163b290edb6afb20d]

        restore -fno-strict-aliasing for gcc < 4.5

2011-02-16  Thomas Arnhold  <thomas@arnhold.org>  [b3ca595628530c27d133633ee9fe86acb993ab92]

        Use doxygen/javadoc style format for class documentation.

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [df16df443d6a0c778c975286c5e622478944a9de]

        clear windows warning, struct vs class

2011-02-16  Andreas Bregas  <ab@openoffice.org>  [ef32b1dad726406dd36a81ac1b6e5fb11b98e25b]

        ab81: #i86628# BasicTreeListBox::ImpCreateLibSubEntries(): Refer to right LibraryContainer in dialog mode

2011-02-16  Carsten Driesner  <cd@openoffice.org>  [90b0c6a03d98613463bf0fdb49af10e3423406de]

        fwk165: Rebase to DEV300m100

2011-02-16  Carsten Driesner  <cd@openoffice.org>  [4c45624308ecb9ec718f0d6c989220ce470c273b]

        fwk165: Rebase to DEV300m100

2011-02-16  Carsten Driesner  <cd@openoffice.org>  [9fdc2716aada42ccb8f60e14555dab10de2c67eb]

        fwk165: Rebase to DEV300m100

2011-02-16  Mikhail Voytenko  <mav@openoffice.org>  [1200bd6e41f7b071d3a911818f96143aa644d182]

        fwk166: #164409# remove unused icons

2011-02-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e648dff4561470d3aba457ec916437d04fea5c0c]

        debuglevels: explicit failure upon catching an UNO exception (which gives a slightly better idea of the failure than what cppunit emits by default)

2011-02-16  Mikhail Voytenko  <mav@openoffice.org>  [28e7d024cf751e72633b56a83cad4af28043f2b4]

        fwk166: #164409# remove unused icons

2011-02-16  David Tardon  <dtardon@redhat.com>  [436c5065a085bef63343a10136c9c1d21a56afd3]

        WaE: unused variable

2011-02-16  David Tardon  <dtardon@redhat.com>  [1ef621e92463cbad920454a5566832c69bd25169]

        use osl::DebugBase for debugging live instances

2011-02-16  Caolán McNamara  <caolanm@redhat.com>  [82a9b594e81ca65d90cd88a364a03e9e4635523f]

        WaE: ambiguous {

2011-02-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1511a227317d463943dfde08a7183abd8e569f71]

        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  Luke Dixon  <6b8b4567@gmail.com>  [396d679b60fe2c996ff040218814f54684703313]

        Make Undo & Redo work with the visual formula editor
        
        and update todo list.

2011-02-16  Christina Rossmanith  <ChrRossmanith@web.de>  [dc8bab8cb1fd3dacbce125a9ad229adddb9c631a]

        fixed spelling menues -> menus

2011-02-15  Joseph Powers  <jpowers27@cox.net>  [88baec9f33c8416f36fec8d801ef606da36d2883]

        Remove DECLARE_LIST( FileStatList, FileStat* )

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [18f42ddf88ef9cd92cd382c30043f23ef1d81604]

        More removal of inc/dec recalc level calls.

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1c14599519ed693d9c9db3b564627559c9e813c3]

        debuglevels: a little less verbosity

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9a02d3ff84209d7349527ad245a6f4f1261135e6]

        debuglevels: BasicManager::ExecuteMacro: when the return value of the executed method is the method itself, don't retrieve its value - it would execute the method, again (encountered in the refactored smoketest_native)

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3a16bfa1ff6ece66b912ff003ad3897c47d59263]

        debuglevels: #i116845# ~OfficeDocumentsManager: don't assert an empty document list

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [59a06b5013bf70be3f244b40d4a9e01b039348a9]

        Remove unused inc files

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [b3ee501254cea799a370bb8a02299e62488386d1]

        Remove this weird recalc level construct.  Let's keep it simple.

2011-02-15  Christoph Herzog  <rhogez@googlemail.com>  [66c00d6e5985cbbac9c44aba46331eb81d547052]

        Translate some German comments.

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [53d2c4159876b7b67c26a4e3b23aa8950f935dc8]

        Remove SINIX and HP9000

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [a59126c9cde31e143b69af3422abf0f331ec380e]

        Remove unused files

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [bbc0a02804057248255cc78848902a7869bb8615]

        Remove SINIX

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [30e2c2dfea72b532c5123012ea72dc156da70a04]

        Remove DOS

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [2b8f676617fb787fb1391a27ec3583bbc249a73b]

        Remove DOS_NIE

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [5538281b0edb376d73bf9a1b56d159a3a7d34620]

        Remove HP9000

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [6b5318665d2bc5abc3e2f45b63352e6f94b1cd02]

        Remove unused and deprecated macros

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [6e167c94164fe9cb34ff80a7814c5e2f42bb2fab]

        Remove SINIX

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [5267252884a5cea1061b12453e7777a886e12af5]

        Let's hide these definitions from the header, for easier debugging.

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [2f9cc379bd81324921c401660028cf96573b8c84]

        throw out some warnings

2011-02-15  Hanno Meyer-Thurow  <h.mth@web.de>  [9f5042e4a519e8583def244aae669fe6f5c80101]

        search for server jvm if client jvm not found

2011-02-15  Rob Snelders  <programming@ertai.nl>  [bc1ac38919e9f9085767f060d4d8fdf902b80503]

        translated comments (17-24/54)

2011-02-15  Niklas Nebel  <nn@openoffice.org>  [5fab49034775c1cadc495a18094f24e97ae40f6c]

        calc66: #i114504# don't assume external references are always file urls

2011-02-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d47d21cb19e3f33b3b9c76aef16fd89802a52c11]

        add new source file

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [bf3f4fe64712e3443b04caa8b9107ae5b47eb43a]

        fixed compile errors after resync to m100

2011-02-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [28be5001011db5d2e59f89790c96cf6b89f4683f]

        add new header file

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b457ecb4f5caf814e47d8ed3009e7d792a3a31a0]

        CWS-TOOLING: integrate CWS spc01_DEV300

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [27ed5fe89d1fcae7c64b5d12043cec90e1bc44f6]

        CWS-TOOLING: integrate CWS spc01_DEV300

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f9626c6a8fa6609948b6482742ab069851c24423]

        CWS-TOOLING: integrate CWS spc01_DEV300

2011-02-15  Mathias Bauer  <mba@openoffice.org>  [0a9e48f8e95723b42c0d4f52013e627a4b6d135d]

        CWS mongolianlayout: resync to m100

2011-02-15  Mathias Bauer  <mba@openoffice.org>  [16d9e91d85b64ffe9d5acd3925151286a937e510]

        CWS mongolianlayout: resync to m100

2011-02-15  Mathias Bauer  <mba@openoffice.org>  [e4b19f73e959c87ccffe3052e2de0e0ba03391ef]

        CWS mongolianlayout: resync to m100

2011-02-15  Mathias Bauer  <mba@openoffice.org>  [9ab412d7ba285c4e819aacff8520fc5d949d9740]

        CWS mongolianlayout: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [9a2b6730c36d29bfeee8f49a6cb22a22c6ab1711]

        ab80: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [cbc95eb3f6aaa7b7c9a85128a421cc90339691fc]

        ab80: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [7c4a551e47d95e58210de5c60f1b71c9f2d9bd05]

        ab80: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [d8858e99a4679cbf9087451e2b2b23a49b7b7231]

        ab80: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [baaee7e7f73d9831975ed576bea260efe0d56e21]

        ab80: resync to m100

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [612abca175d0563c2f33f07748927ef4915a1081]

        ab80: resync to m100

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [de78919658aeb7ffde6c92970f4b613abb46d3e9]

        CWS-TOOLING: integrate CWS dr79

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0d8ea0eb2287dd45f0e697ca3fdecc7f912595a2]

        CWS-TOOLING: integrate CWS dr79

2011-02-15  Mikhail Voytenko  <mav@openoffice.org>  [ddd7ea1572342a97dbb789b0603b97520964ca9c]

        fwk166: #164409# remove unused icons

2011-02-15  Radek Doulik  <rodo@novell.com>  [bf25e9c644dc2d4d06087c3136dd4cf8d38f1ee0]

        restrict metafile decomposition (fixes n#650049)
        
         - do not use metafile decomposition on metafiles which need
           canvas renderer (right now, these containing EMF+)

2011-02-15  Radek Doulik  <rodo@novell.com>  [930183694d4bdbf100b0549a9d7312c2ef107ae2]

        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>  [2bbbce83416712ac23edf5641f65c1567753abde]

        clean the code a bit

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b4652058836bf95b01de2fd85a91d4a59985fba4]

        l10nmove: fixed regex

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [4aca9b49a6f83b21ce0b66b67ad06ada1f920c9b]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [b363f6f47661e045e9751e28f3d2896067af7900]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [ef349381782dbd54d817ba789ac982f3c6d9938c]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [6aa45bbe9dbaa96e1b365f22969e1ad3d7ce9553]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [f42f3b496a1d956f72fad8aaf37da790e89ed803]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [4ae1df265823cbdc93dddc010fcb93aef729642e]

        accfixes: merged to m100

2011-02-15  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [1e8ae7f11c3cc86ba13eef4d93cfaabc89a8f7dd]

        accfixes: merged to m100

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [c1810627eccef206eacf89b7562f9d73b3e83ac0]

        silence some more windows warnings

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [7a14639359f553dfd0c526f7d005867ef2b04c72]

        silence a windows warning

2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [f091f5b395cc462a01a52aa7b535202e8b232463]

        dragonfly stuff

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [b5b86329eb0263bb2cccca36d8602bce067ab24a]

        Reduced indent levels by early bail out.

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [63252092cd9a9fe90c35a1fc0b7ab7336b6efa00]

        remove Collator headers

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [7db94c02cdb61946db97abc5a06c71d01f6784ae]

        these fairly heavy weight Collator Wrappers aren't used

2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [c787fcbf1e698bbb15bed9997a8b58382b5857d0]

        dragonfly stuff

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [659279c8def8141e6f6da4d580dfb0c7624affa4]

        use Natural sort as default sort for listboxes, etc.

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [7aae1678ec974220f0f245d731f201054ccbc1df]

        use Natural sort as default sort for listboxes, etc.

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [20349a62d91d7a938366c117c2cc9fff63d156fd]

        Fixed an incorrect exporting of row styles.
        
        flat_segment_tree's end position is not inclusive.  Let's reflect that
        when checking cached data range.

2011-02-15  Joseph Powers  <jpowers27@cox.net>  [6b0733a00b1b038fe20072984c87233c891660c8]

        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  Francois Tigeot  <ftigeot@wolfpond.org>  [868aa83949363da3e3db7d8b9e315cc7e02968c5]

        dragonfly stuff

2011-02-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2275892697742de273abfce1180e5d979ec80af6]

        remove a ton of warnings

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [c2455c666ef42826bd71862bdb0396ca3309d969]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [94860ac1e06aee114c733379798b17277d9c51ab]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4a19b8e2fa1e71691d5621ec794d0316856bca5c]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8791e395bbfc3ab9e0d9ebc8a57b71974e86f98f]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f47df855cfc094176ed229448fcdf88fd6096bd8]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [13842972b30a962d3a60038608c5aed3c806fe95]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4ae3f0ccf91522bc9f63e8bf74feb736383a35c4]

        CWS-TOOLING: integrate CWS vcl118

2011-02-15  os  <os@openoffice.org>  [47aeb763b0e1f0f2e692cfbbbe5a539dfb00e577]

        m100 merged

2011-02-15  os  <os@openoffice.org>  [060bb46986f50bc45b98f18585f1191a1c7f1374]

        m100 merged

2011-02-15  os  <os@openoffice.org>  [b18b90648ef628467de81b23986954e25f9c268f]

        m100 merged

2011-02-15  os  <os@openoffice.org>  [6ba0d5c9369d4e2234698326107340b4c5508c01]

        m100 merged

2011-02-15  Muthu Subramanian K  <sumuthu@novell.com>  [f833cc946d73631bb82a56e3eedf6a669dd1b797]

        XLSX import of duplicate-conditional formatting.

2011-02-15  Muthu Subramanian K  <sumuthu@novell.com>  [eb07114a5c5d144e894b455c8b6f83e67463edf5]

        Adding new operator for duplicate-conditional formatting.

2011-02-15  Muthu Subramanian K  <sumuthu@novell.com>  [7815b31f338724abedc053f353b88a343d11a541]

        XLSX import of duplicate-conditional formatting.

2011-02-15  Andreas Bregas  <ab@openoffice.org>  [c1db4c75656b834a88dc760922dbe3c5f5f01b56]

        ab81: #i115795# Changed string handling in DLL calls back to old behavior in !VBA mode

2011-02-15  Radek Doulik  <rodo@novell.com>  [6d16188277d25d81d8ee6b9c99ed15cc7ff3c51d]

        fix the condition of whether to use new metafile decomposition
        
        - overlooked that the test bool variable is static

2011-02-15  Joseph Powers  <jpowers27@cox.net>  [c83fae6da4ae1cc507af70fb6f04a8f53cf37fe5]

        Remove DECLARE_LIST( DirEntryList, DirEntry* )

2011-02-15  Joseph Powers  <jpowers27@cox.net>  [40d226f8885b5219d42f53a2b22acb35fa9f9766]

        Remove some extra DECLARE_LIST() items

2011-02-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a168876bd948b68ecc89fefe4a6a0d98ca985ba8]

        l10nmove: minor fixes

2011-02-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7b97b4b68cd075069f9736578df8578552589491]

        fdo#34226: Fixed BorderLine(2) convertion to SvxBorderLine
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-15  Petr Mladek  <pmladek@suse.cz>  [aab96bf8f5686506e26351e646269f2ec1efb0dc]

        crashing oosplash and malformed picture (bnc#652562)
        
        it was visible only on screens that did not use 32bpp
        
        Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-02-15  Jan Holesovsky  <kendy@suse.cz>  [3d999b9f9b5b9fa546fa615f775748eace78d600]

        Fix incorrect use of uno::Sequence.

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [83c226bdba7638634fc178a0f9ad8deb1369631f]

        chart51: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [b118e8602aa34e14191fd7149b804f7ae77ad796]

        chart51: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d3f3babe5fa6931a98f723b91a4ec72d8cb0d1fa]

        chart51: merge with DEV300_m100

2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [0a4424d3cbfbe874c2c74851f04dc9731f67e932]

        disable EMF+ rendering on windows - it doesn't work yet

2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [49e315c467d4800ae08c0149a4f5f38eb64b16f6]

        catch exceptions from failing UNO-ness, fdo#33785 backstop.

2011-02-15  Michael Meeks  <michael.meeks@novell.com>  [9b8067d6750b23bc84d6e3e824f11740390cc7fb]

        disable EMF+ rendering on windows - it doesn't work yet

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8b35f0adebc482200cc5ff6622f81c9cc4067035]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [128181f9dd092fc885d6a1cca8ff6244a74077c2]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a7987ae19cea131cb43161991f6eded4a616e978]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [e54b887ab04872827ebd9c3c1cf579d179ae73c0]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9f6d1a8205b975546c5a36aca0ce67ce9bb73b53]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [68278f1b396868b2d980a07695a1d22176a4e8e3]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [05e106482bd4fd0427b052177edaeb4ff42a5251]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [4616e4c9080304ec80a8b812bd0764455730e5f9]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [24c2e3788153b219e43b2a71b6ad3915d8bffbc2]

        chart52: merge with DEV300_m100

2011-02-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8f9b8a80c32063ebe3d5d0e034e1d2432e87423e]

        chart52: merge with DEV300_m100

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [3f7be8029a81f5bac2352fe6619de3d547ebb0d0]

        Remove HP9000

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [e9ef21314aa7bb9aaddf9cf99eb8fc702061ac50]

        Remove HP9000 - revert ifndef

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [b3e28f672eb06949090c51398d6f2f24fe591936]

        Remove XML_CHECK_UI_CON(T)STRAINS

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [6d3f9a4848fc141eb1a87bc77e16ae851d62fe8e]

        Remove TEST_DBHELP

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [708c0caa14a2cfe375c146755640c1a0a518c941]

        Remove LOGGING

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [c434abf945c0f8132819337f5cfb2b8d07310537]

        Remove WORKAROUND_98119

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [83f391a2852565e127bed88ba0486eee689b7462]

        Remove PLEASE_DEBUG_THE_TABLES and some dead code

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [e820caa09b420600892621289ebdf892f0b71d35]

        Remove some dead code

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [6853fc74833147dc03a7acb4bcf4801178f83acf]

        Remove SDR_ISPOOLABLE

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [b92ba0dcad32e5246af6770a1a304df4af6f7d77]

        Remove unused file (since 1995)

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [2fc75079de7a811945cc2a670b6d69a30fdaa37b]

        Move comment text from macro to comment

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [ee8ccf9815cd067c27393f675a457abf75775276]

        Remove obviously unused documentation

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [5c2d3a39af6f710cf58d5282ab9533e5c4f542d5]

        Remove TEMPLATE_DIALOG_MORE_POLISHED

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [d5303f2b25bf849fce2eda37f3f5082a18afe15c]

        Remove TL_OUTDATED

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [b9f4764a0c469852a6b3aa18a6b42aea115fcf85]

        Remove EDIT_PRINTER_LOG

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [a3b6f1abfbc941821e6bbfd65c32e481c0e7b5c0]

        Remove OLD_NUMBER_FORMATTING

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [fde781f09543dfea1f22977376753740c5ea6b40]

        Remove unused USED ;)

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [984f42952960948080af6845f133b21053fa027c]

        Remove HP9000

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [cc47386e393f56a38b3331d415ddf6bb0746bfc4]

        Remove TL_DEBUG

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [50679c68c1c3ff7f763f1f610e133b0d954710b4]

        Remove unused DEBUG_JP

2011-02-15  Thomas Arnhold  <thomas@arnhold.org>  [8fed28d5fce821ef8ccdcf2fd96fecf9680c30e0]

        Remove unused YURI_DARIO

2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [13b487277ae9a2f29964885bc3d2d7dd6d222813]

        dragonfly stuff

2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [0f5d93928f5355ca7df998baa429c2ffe33ec923]

        dragonfly stuff

2011-02-15  Francois Tigeot  <ftigeot@wolfpond.org>  [2b6daefaea4b0657cc720f655443572e3739c9f7]

        dragonfly stuff

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [015d7aafddc017e8d877d509d7f0d608d3ea55c7]

        debuglevels: post-rebase fixes

2011-02-15  David Tardon  <dtardon@redhat.com>  [97c11b6344f993fe16e77606bef8dd791f31d85c]

        destroy the VCL UNO wrapper as late as possible

2011-02-15  Bálint Dózsa  <dozsabalint@gmail.com>  [c6958c75df182d6b51054f960592a321174c4dcc]

        Remove unused method

2011-02-15  Noel Power  <noel.power@novell.com>  [1e50f0289a3024879aff7773b4bfbe62910504fd]

        ported fix from DEV300m98 ( fixes i#115716 & fdo#33964 )
        
        based off commit id db2c7179427e113d6decc3be5dc8a2f3cac3da17
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-02-15  Bálint Dózsa  <dozsabalint@gmail.com>  [eb726f281df215ed0158732c178c69adc1bad5da]

        Remove dead codes

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db8eb68761bee1f15efa5484c24ac8599fb5188b]

        gridsort: post-rebase fixes

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [779f996a8c6039adbd2424b8dcc36219912f80b9]

        gridsort: post-rebase fixes

2011-02-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9f8882b4795d21430f6af97e76a352effdbdb78e]

        fdo#34226: Fixed BorderLine(2) convertion to SvxBorderLine

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [461f87d720a434bbd20c49f7a12313f016aa81f8]

        clear some windows warnings

2011-02-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [631b024e6b1cc47b8d57759bfa3470ac2c5c2045]

        dr79: rebase to DEV300_m100

2011-02-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d04a5f54416e2cd2a5deaf67a1ad51baeeacfc0a]

        dr79: rebase to DEV300_m100

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [7cced223a90c0aba1ad51c42ec76a95242756eb3]

        turn on exceptions for this, clears windows warning

2011-02-15  Niklas Nebel  <nn@openoffice.org>  [a31a15e361443b54a7321eb9409411dd68c9c0d3]

        csvexport: merge with DEV300_m100

2011-02-15  Niklas Nebel  <nn@openoffice.org>  [ba4b128690734b17fb918ac85caa115a3f002a30]

        csvexport: merge with DEV300_m100

2011-02-15  Niklas Nebel  <nn@openoffice.org>  [c97e8ed65c02f7a0fe39f888f383d5a0bfff7c2a]

        csvexport: merge with DEV300_m100

2011-02-15  Caolán McNamara  <caolanm@redhat.com>  [ef0534f8446028a57ed0aebd3d19d2a5cc662faa]

        throw out some warnings

2011-02-15  Michael Koch  <miko@gmx.ch>  [139995630f50d4d2b26fa6e1beaa51c73785c81f]

        Added --verbose param to build.pl
        
        "--verbose" substitutes the needed functionality of
        "--html --dontgraboutput". The unneeded parts will be removed in
        a second step.

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3376bafc219c51ca7b502cb3a413d0b73620bb83]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [87784da170cc31da2f4cf3fbf474295361afef76]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6897ce5854b0c37e0413294d9cfc292a6385335b]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a994502c9b461c8fd2f5114d9296ee00cb6ae694]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a7d3e0c752e3d1a10de8c4a2a1ccd1f00ada3fc]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ac82ed1f6f63b197a279e4fd5749b7c79210881b]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [34773c622223837e0ff652c2d1bab72a0b123b25]

        dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100

2011-02-15  Jan Holesovsky  <kendy@noe.suse.cz>  [ddbef3da193fa0c48e6441c7a106e112a467fdbb]

        Use contstructor instead of assignment, fixes unittest in sc.

2011-02-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5c2740a1aff5e2352a9d619ab925be7608fab27b]

        Revert "Revert "Remove useless comments""
        
        Pouring ashes on my head and putting back this one
        
        This reverts commit d5aa25b9dfca4de9dc2a702aeb0fb1e146fb7f2a.

2011-02-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7ce5df3e7f6c05ae118b989567f46b375a893a8a]

        Revert "Remove useless comments"
        
        Caolan estimates that these comments are indeed useful, so be it so!!!
        
        This reverts commit f5e77c96802886b24b0da8686cad393649d43da0.

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [8456140a92624f1ea51fe4672bf7bd3deb246aaa]

        Unused method removal.

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [56da43c02233f215d621725d2c16bfc95bffbe9f]

        Use leaf-node search here as well, to avoid tree being re-built.

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [096b74e272377104493fcf81dd88743783e6e9f1]

        Merge PRV_SV_DECL_REF_LOCK into SV_DECL_LOCK
        
        Also delete some commented out code.

2011-02-15  Kohei Yoshida  <kyoshida@novell.com>  [a9657598cf0be00e01ac9d8ddff8b7c76f94c860]

        Let's use a separate method for leaf-node search.
        
        Let's have two separate methods for tree and leaf-node searches.
        It's better this way than turning on and off the tree search via
        boolean before and after the call.

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [e57b210ba567ef4d8e0a9f8364b3f9baf41a876f]

        Remove some extra #include <sot/sotref.hxx>

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [cadf9e5ba0295dcc4919186efcda72e7bedd909a]

        Fix: call of overloaded 'append(char)' is ambiguous

2011-02-15  Tor Lillqvist  <tlillqvist@novell.com>  [138df361fa85bdb418656474a474c490110ba7e2]

        Py_DEBUG mangling for Windows

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [488247654987fa552ccc9a97dd5d3e4a43f91ec6]

        A little cleanup.

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [07782a0872b9bc07c7d7dbd54d22917b9d3deba3]

        With positional insert, there is no need to do back insertion.
        
        My benchmark shows that positional insertion is slightly faster
        than back insertion.  Let's remove back insertion calls to keep
        the API cleaner.

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [2545177d36446bc7e84749d1cc5fe77b9308be3e]

        Nailed the filtering perf issue for good. (fdo#33720)

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5e49d6bc6be04b1b6cb11336842ef9534fd32ae9]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fbaf8969139533195f537ad29da02c137bab8f39]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4880ddb82fc4fab4e2755db760d596122d0e5dc7]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b5df33f59ce262a573996416d7933bc89151d79]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9abbe475a491631d77199a511382b39b748926a0]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [919b669b6a9fadc66aa0c101f5ac0e1b3e2133da]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fc804df075f53e44ff96830985ece5c89e4baa28]

        debuglevels: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [58a59217931846a544e0827d1b41e7fb8854ffda]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ebc5437678ed7ef4eb65f6fc69f942008dbeb21]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [352a9bfd1433c9bcecb9d9ae9bcd69c587b084eb]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fe7c78ed3c5f826462da773f019e5df7a21fa7ac]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a9e081d903df00f9ec2bea5a52a1bf2395dabce]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b7675c9b0b3fe6accea195d6f009706c0d114ad]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5a973690a7e1b3ca6fec7e2d7705facc630a06d5]

        gridsort: pulled and merged DEV300_m100

2011-02-14  Rob Snelders  <programming@ertai.nl>  [38ac913facdec2a71462604eb71ca8c88efee43e]

        translated comments (10-16/54)

2011-02-14  Robert Nagy  <robert@openbsd.org>  [e88bf814ecefbcfc70f2f985e1f02b7656d854c7]

        no sys/statfs.h on BSDs

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [adf7a306ec2f5f27c0c95e1fb16b179ad316ae52]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f53c535303d83bc4d16651415c405c7a39c49467]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [18202982bd848d50ee7441b166bc18bdc196537f]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c3e2f4768a46a4a1545d9f7385b242c5a79553ae]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [797203f2d0f672a3186ce8fd00ce07e0efa920bb]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1fc659a8eacf409985606d21b48cce81101ff88a]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db47a53a1d21c8f9785e4806b0eebf2b6c16a6ab]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0115de354333f0607c1db021447b4393772684db]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ac6e971d8a5f715f716b6bdcaf6cb535104df32c]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [36635e78f0f6a5c804b9c22c09255bf428715f8d]

        dba34c: pulled and merged DEV300.m100

2011-02-14  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [7dd2d4a0f50cf7fc4e6d509ff8a21d4fe3c3a42a]

        Unit test cleanup for OUStringBuffer.
        
        Moved OUStringBuffer related tests from qa/srt/strings to
        qa/rt/oustringbuffer and reactivated it in project build.
        It seems that rtl_OUStringBuffer2.cxx was replaced by
        test_oustringbuffer_utf32.cxx so the later has been removed.
        
        Added unit tests for toString.

2011-02-14  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [0e62527585a877bb90b0e4a25bb621b6b3540eb1]

        Added toString() method to O(U)StringBuffer.

2011-02-14  L P  <luke.petrolekas@gmail.com>  [b1c6e5c90c8c3b385bb73f4d46b23eea56982c6c]

        Remove useless comments

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [7200a5b9859092a209b72d6dd41795bab97fe24d]

        Revert "Remove useless comments"
        
        This reverts commit 4745753ee82b68d6e044214e915712ca4a37f1e1.

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [9d324821f55c7a873f800bca577fcf44443dd9d6]

        Use doxygen/javadoc style format for class documentation.

2011-02-14  Jean Charles Papin  <jean.charles.papin@gmail.com>  [c019f62a5b66963bad77cb5b7318813532c72ff8]

        Remove useless comments

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [690706549ac70b03236a3c3ddf90780e05b7effb]

        visibility markup is in the wrong place

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [822d04cb8483accf96cebfee4a9fa56fa274a5f0]

        squeeze these down in case of StringCompare casting

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [42d679329c7f23aa50b6770b1810cca8749f2d0c]

        we can make this const

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [8a55872a3ca73014ae63c3c4e00de7df50a5452e]

        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  Caolán McNamara  <caolanm@redhat.com>  [fa58785e39f08e57ecdbe07343fba9d141ff3e9d]

        and now use the Collator+BreakIterator wrapper

2011-02-14  Mathias Bauer  <mba@openoffice.org>  [b06bea2d125b0621dbafa6a17f76ce3a0ef9bb43]

        CWS swlayoutrefactoring: gcc3 needs some help

2011-02-14  Arnaud Versini  <arnaud.versini@gmail.com>  [47506b8c83660b109a069207b7d292872f5718e7]

        Remove bogus comments and dead code from editeng, next part.

2011-02-14  Kohei Yoshida  <kyoshida@novell.com>  [6fd38fbdae654a3319b6bf808a415638dcdbbffe]

        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  Caolán McNamara  <caolanm@redhat.com>  [1cbb28a252f8030e890b976451c9adb8e7156ed2]

        add in missing copyright line

2011-02-14  Kevin Hunter  <hunteke@earlham.edu>  [eb01209e8f60220fa0a4ebb32de51bf15872821b]

        cppcheck: post- to pre- *crement change

2011-02-14  Mathias Bauer  <mba@openoffice.org>  [49455ea1853817daecfc1348597feb673735c756]

        CWS swlayoutrefactoring: last portion of m100 merged

2011-02-14  Thomas Arnhold  <thomas@arnhold.org>  [a0c0c3a942f8e799e4568a2bf10200835b3b11d3]

        Fix typo in copyright notice

2011-02-14  Clio  <menenem@bk.ru>  [b70ecb4303a6f308f6be4d3b087aacb94258007d]

        IZ #116920 RND returns one fix

2011-02-14  Bálint Dózsa  <dozsabalint@gmail.com>  [66f324d463a85e3c1c98498b98f759d2a537eb7f]

        Remove unused method: GetListTable

2011-02-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a3a148c0be866cebc2e77f2e9b2b843e4176d2ad]

        l10nmove: add l10n repo to gb_REPOS

2011-02-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d1183547b17616b71df686141caf012bf57d0d3b]

        l10nmove: loc -> l10n

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [02bafe68295e0adfcf1d250c25c81d07f889f429]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [832b4845f117692327abfe2738cf9610a3b99b16]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eb11c413ee1c257f92d1227bdcbdad52332610bd]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [121d025d6acd1fadd287db99be258d1ce4aab938]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [db45e5f229c444e481e354863da1d07348ba9d67]

        rebase to DEV300_m100

2011-02-14  Michael Stahl  <mst@openoffice.org>  [474bdcff90ba81ac9297cc65bd553b93a95f172a]

        xmlfix3: argh, another unhandled exception...

2011-02-14  Bálint Dózsa  <dozsabalint@gmail.com>  [e7c76f4aba5fdf5b708ea4b309e837b021bc8eaf]

        Remove dead code

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e19fb157f15046b2482637812c3e9dcc651d4bbb]

        fix a merge problem

2011-02-14  Michael Stahl  <mst@openoffice.org>  [53d11881f2919e477801b80b612ddc6b11adbb55]

        sw34bf03: #i116192#: sw: enable complex tests again

2011-02-14  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [8032a423abc2b8b16629e74d5179fa7225611b1d]

        Remove legacy Addin functions from calc
        
        Removes legacy addin functions - seems to be sample code only.
        These functions are available through the newer scaddin module.

2011-02-14  Kevin Hunter  <hunteke@earlham.edu>  [178c9f5063a89d19e1f050883e9cd8522295be00]

        cppcheck: post- to pre- *crement change

2011-02-14  Luboš Luňák  <l.lunak@suse.cz>  [d82d6e111f6c29b9f1acbda9a2c114dcdbf3522b]

        these variables are used, do not (void)var them

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [95ad1501e06b5d3072a919bf85bd1f7f28980285]

        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>  [36587403f86dadf2e9238033724b0a995a651d4c]

        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  Joseph Powers  <jpowers27@cox.net>  [131e816e17bd32c4f4ccd3ca89c6ac6518a77fc0]

        Remove #include "svl/cancel.hxx"
        
        make clean works with out it and I didn't see anywhere its classes in the
        editeng source.

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [928cc43e5a825a0815458addb8201b8ddc2da610]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ba0a5821302fbc357718752ca1af67a0d7056888]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4db6fae10e11c6e321ac54a2c17c8dd072344cf6]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0b4b8235de8c85f887d6eafbdce2415c00917806]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c852d6a655fd488f59627c6036e33e640f3fa86b]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1fb042333fe6287756ff1fac11d18cd7c150730d]

        rebase to DEV300_m100

2011-02-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3b6f94f9fd3ee79182e88f741a6f9d7597cc3930]

        rebase to DEV300_m100

2011-02-15  Takeshi Abe  <tabe@fixedpoint.jp>  [78a5eaaaa17da3309b272312004209afe4fcae38]

        Removed an uncompiled file
        
        Its use has gone at 2004: b24b344741fdd4bd8750ff54ce50b146dc31cc8f

2011-02-14  Michael Stahl  <mst@openoffice.org>  [8d5761ee49e21bb3e51cbc271b457bd25c411cd8]

        xmlfix3: why the heck does this build with g++?

2011-02-14  Joseph Powers  <jpowers27@cox.net>  [820697b4d44ee41f8dfa2ada0f9dba9169d16652]

        Removed some commented out code
        
        It referenced PRV_SV_DECL_REF_SIGNATURE which I'm looking at removing; thus,
        it was showing up in my reports.

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [194717cb55e09f031f11aaf3684eaf479a50a96d]

        debuglevels: removed now-useless (and annoying) trace

2011-02-14  Petr Mladek  <pmladek@suse.cz>  [8d8a189b6af6b979aae03ff6ecfd860fb790a546]

        lo-commit-stat: new --bugs option to print just commits with bugs
        
        all add support to filter the ouput by some flags

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [90d10fefa3e84d03b544867133803b8d747e4ebb]

        debuglevels: corrected assertion's condition (report the existence, not the non-existence of forward slashes in the given path)

2011-02-14  Noel Power  <noel.power@novell.com>  [7e907f899d837e992522480855b17a35af1cd588]

        ported fix from DEV300m98 ( fixes i#115716 & fdo#33964 )

2011-02-14  Michael Stahl  <mst@openoffice.org>  [5d30e1e6f7510e065fd839b0e12f839beaaafca3]

        xmlfix3: SfxDocumentMetaData::init(): handle DOMs with root but not parent

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [c8686a3f5c622ba082571278fbebfd50cda23eed]

        throw out some warnings

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [6f2edc72a15f70b925dbb890daf16a24d53f0727]

        add mode lines to new files

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [aef4b3b9fbf94acddbc473a407c63deb29b97bfc]

        throw out some warnings

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [5cf197fa1e4751e23b895437fc70370693c772cd]

        throw out some warnings

2011-02-14  Michael Stahl  <mst@openoffice.org>  [701e38bf43ed8efe3998b131160d988b5fd63812]

        xmlfix3: CDocument::createCDATASection(): keep OString a little longer

2011-02-14  Michael Stahl  <mst@openoffice.org>  [cbc756f34b8c8b87a044e60ebc1c7879821843d8]

        xmlfix3: fix unoxml build: add windows stuff to RepositoryFixes, add gb_STDLIBS

2011-02-14  Michael Stahl  <mst@openoffice.org>  [2029cf2e42a1dcc8543bff8dac15de21c665ed6a]

        xmlfix3: fix unoxml build: add windows stuff to RepositoryFixes, add gb_STDLIBS

2011-02-14  Michael Stahl  <mst@openoffice.org>  [f66821d5040276fbdf99c4bbf9236a8259fb42f3]

        xmlfix3: merge DEV300_m100

2011-02-14  Michael Stahl  <mst@openoffice.org>  [bcc28239b8bbb249ef58331e0cc6f0850781c044]

        sw34bf03: stlpool.cxx: fix stupid typo

2011-02-14  Michael Stahl  <mst@openoffice.org>  [a6d6772e3b3ae46b5636d8debb05c5376862dad9]

        sw34bf03: merge DEV300_m100

2011-02-14  Michael Stahl  <mst@openoffice.org>  [1a7a050e49a62aac294a80b7ac467113485fb410]

        sw34bf03: merge DEV300_m100

2011-02-14  Thorsten Behrens  <tbehrens@novell.com>  [feedbf4a95b6510dc50cd33159ca5b3c7f500199]

        Elided internal Sun bugtracker IDs.

2011-02-14  Kurosawa Takeshi  <taken.spc@gmail.com>  [ef244f5179c149ac926aeeea9e97e2b0323b4222]

        Export object's title and description as alternate content
        
        Actually they are stored as "svg:title" and "svg:description" in ODF.
        
        Fixed text such as "Drawing" and "Graphic" is information about class of a shape. Thus use them as class attribute.

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aa29f5ad1ec43392b5f88fc446e16b375b630bac]

        debuglevels: ResetCapturedAssertions: don't reset to NULL channel if assertions are not captured

2011-02-14  sb  <sb@openoffice.org>  [94986972902416ce54225f08e7a88e7b68fa6ac1]

        sb138: merged in DEV300_m100

2011-02-14  Ingo Schmidt  <is@openoffice.org>  [4fdc8cf273b5c96ee776b6a4ec00967baf5c42f3]

        native364: #i116865# removing update script

2011-02-14  Ingo Schmidt  <is@openoffice.org>  [b7a6c674bdabd84f4f59ce9fa3dec4392600e494]

        native364: #i116865# removing update script

2011-02-14  Ingo Schmidt  <is@openoffice.org>  [2dec01266c5dd66f8bfdf74f61e74c9e339646a7]

        native364: #i116893# new ure version

2011-02-14  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [0535a43bd6a36d0fc30790cc8736e7e4f59599d9]

        DEV300 masterfix: gnumake3: subsequenttests requires  in environment

2011-02-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d1ef65fb85a9ab6e99c6686303a5708a2b6f3e70]

        multilingual sdk build targets

2011-02-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0fcccba0b8ab76e20ecca39f832230451547b336]

        multilingual sdk build targets

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [8a3aef5c080eaadfcb88f1b86699466f9c5fdb50]

        adapt for move of natural sort

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [40919b309b9918ae8006ae01b74d50b990a37cab]

        move this (cool) natural sort into comphelper

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [f7992005e08b9814926322beccc891441f0d6590]

        move this to comphelper

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [2334bdc0e61e87e6fcda036b81360cfd81e4deab]

        move this into comphelper

2011-02-14  Tobias Krause  <tkr@openoffice.org>  [bd9e36ca495160994d9f2cd786b3abc44c3859a1]

        tkr38: #i112307# fix nss test run and clean up sources

2011-02-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [78e32bfd6358cf85815dfd3684781ead8812d1f2]

        Look for sdf files in a proper windows directory

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [b0d0898672403f37ea6dde9a5839562eca5ce3ba]

        WaE: silence this for all compilers

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [a34b495c0321015c9ef27a164e3ccfc8caad2187]

        add mode lines to new files

2011-02-14  Tobias Krause  <tkr@openoffice.org>  [4b0358a8edfd003eaf054e1b333661b09213f708]

        tkr38: fixed broken error text print out if nss init fails (PR_GetErrorText doesn't allow NULL parameter)

2011-02-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [68bcb8d2fa5021af8ba67309eee65dc2028adf63]

        debuglevels: fixed various issues around the test closure's log file

2011-02-14  Jan Holesovsky  <kendy@suse.cz>  [f3ca6f1b5af9a0016f552cc24ab901fd13185877]

        unittest: Allow concurrent run of the osl_File.cxx tests.

2011-02-14  Takeshi Abe  <tabe@fixedpoint.jp>  [d551aab12e8ebbeb890181fe8a44ae2553d55ef7]

        remove an assignment for a variable unused thereafter

2011-02-14  Thorsten Behrens  <tbehrens@novell.com>  [ec4c926d335a9363380e88644fae34a9be53b922]

        Make svg import unit tests compile again.

2011-02-14  Niklas Nebel  <nn@openoffice.org>  [b2af58218250e3d39d1232dc373b428c13386473]

        dr78: #i104716# don't include SC_LAYER_HIDDEN in ScDrawLayer::GetPrintArea

2011-02-14  Takeshi Kurosawa  <taken.spc@gmail.com>  [d12e6085fc4c870280650b9a694880a703dfd5fe]

        Ensure writing styles for text
        
        When a text element doesn't have presentation attributes or styles,
        style information is not written. As a result the text has zero width.

2011-02-14  Takeshi Kurosawa  <taken.spc@gmail.com>  [71473405d88e9a6bdb97214f0158883816f02fa1]

        Relax paint url parsing (fix fdo#34205)
        
        Allow ' and " around parens.

2011-02-14  Takeshi Kurosawa  <taken.spc@gmail.com>  [16760ad30b57e2214d637ef04f52c417a5354f16]

        Fix color serialization
        
        The are hex values.

2011-02-14  Takeshi Kurosawa  <taken.spc@gmail.com>  [4cc50ba81a13956df878ca6530898aaef7332fd4]

        Check opacity for == operator
        
        Or opacity is ignored.

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [33fb06798b723ad520e628cf5f4183cbcacd7df5]

        add mode lines to new files

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [ffeba3bfd1651e35c106196230852aac1cc91db7]

        add mode lines to new files

2011-02-14  Kurosawa Takeshi  <taken.spc@gmail.com>  [6e11c9ab2f7b9db34af7f18db034beddd2e7b67b]

        Export transparencies as SVG <mask>s
        
        With this patch, SVG export filter supports solid and gradient tranparencies in all fill styles.

2011-02-14  Kurosawa Takeshi  <taken.spc@gmail.com>  [1a94e7a992fe3ca73fbf96e40c79cd49ca612fdc]

        Export linear and axial gradients as SVG <linearGraidents>s

2011-02-14  Kurosawa Takeshi  <taken.spc@gmail.com>  [fe19f78355fe0be8ff7a46b99e28f69919a6e2d5]

        Export hatches and gradients as SVG <pattern>s
        
        This patch tends not to improve a visual look, but improve semantic
        structure of an exported file.

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [0f12f8b23bd9cb9513b14c3d5a01db67f8d2d65b]

        add mode lines to new files

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [1c6807408229e0c6cfc2f75e79031c7a4a72d6a0]

        WaE: var set but unused

2011-02-14  Caolán McNamara  <caolanm@redhat.com>  [affae78312196c18e8f455d3f2b945012d0f41b2]

        WaE: set but unused

2011-02-13  Joseph Powers  <jpowers27@cox.net>  [3e51d28d6e0a79c07303e1e70daeef4d4433829e]

        Remove unused macros SV_DECL_IMPL_LOCK & SV_DECL_IMPL_MEMBER_LIST

2011-02-13  Joseph Powers  <jpowers27@cox.net>  [5da5cd60acb7a18878300da7f4b0acb0dbad1888]

        Remove DECLARE_LIST( ImpSelList, Range* )

2011-02-14  Tor Lillqvist  <tlillqvist@novell.com>  [b7491dd511f62c5d348683cec3afa019b569b38c]

        Make debugging the Python interpreter simpler
        
        When building (in the LibreOffice sense) for Windows with debug=t, use
        the Debug solution configuration, but make the Debug project
        configutations produce identically named executables as the Release
        ones, and also use the normal runtime library.
        
        Use same executables names

2011-02-14  Tor Lillqvist  <tlillqvist@novell.com>  [aac9fc0eac5ec6da057939ae871baf69ee67aa28]

        Clean up Python patches a bit
        
        Don't bother commenting out stuff we don't want in the pcbuild.sln
        file. Instead just remove it. Don't bother patching files specific for
        older MSVS versions that we don't support any more.

2011-02-14  Tor Lillqvist  <tlillqvist@novell.com>  [b7e2dd26bb99472984294d4083f758da07c4f41f]

        Set PYTHONPATH when running own Python on pyAltFCFGMerge

2011-02-14  Tor Lillqvist  <tlillqvist@novell.com>  [197c659abfef8183d0e27370ea6162408292046e]

        Correct inconsistent use of tabs and spaces

2011-02-14  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [b68b3c11ef1d6faffe9f638b625ae6dc3b35d36a]

        WaE/dead code - dead code was removed, that made another line unused

2011-02-13  Martin Srebotnjak  <miles@filmsi.net>  [8547a4f0285673f607ed1dd2ead5c9183496999d]

        l10n: Updated Slovenian (sl) thesaurus

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [f3c99d5e34df5304bca88f6fcc42476ee6645bc2]

        Remove some dead code

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [5eead6205917f87778f23b2bc32fe3286dda7a0d]

        Remove CHK (fix build)

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [746e34d5c890b6dc5248c3bc9ddd32f459d0adfd]

        Remove unused NEW_WW97_EXPORT

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [72421af8c2e3b781a72b792c0753db1fbf6613f3]

        Remove unused SHOW_IDLE_REGION

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [24c3d17c3c2aee1ad5f37ce516a25ac3cf4affb8]

        Remove OLD

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [d80a13a9e2b36039589f472040daea33f567b6a6]

        Remove unused DUMPSYMBOLS

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [c664259a1e8b49f6c66955b482dd738aacb5ded4]

        Remove unused NO_OLE_SIZE_OPTIMIZE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [c81c8c0fdc2533c96dc3bf0237854542ed4c7d97]

        Remove unused JAVA_BASIC_IDE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [e9d0abb7415a7cdc5e0668c951472b1bbed33e60]

        Remove unused CHK

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [f6e040547586beccba6b87c13e0ff59ca90eaf8d]

        Remove unused DEL_TABLE_REDLINES
        
        Old comment: #i17764# delete table redlines when modifying the table structure?

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [6080ddf69ac7e9146dfa3c4fafb36f8c2e764753]

        Remove unused SHOW_BOOKMARKS and SHOW_REDLINES

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [09200c5be943b3fb71baefd9aca204f6b917cff3]

        Remove unused JP_REDLINE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [b2924e5f14111f4b2a3df442cd9a5c6a2b1414d3]

        Remove unused CHECK_CELL_READONLY

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [f539eaa7919d275b6b94d5d1284cb8ceff6ce1c7]

        Remove TL_NOT_USED

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [883a11c8072f409d6b734d3bb8027e6655dc388e]

        Remove unused FULL_FIRST_LETTER

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [45dae3eb0a008606062ae31dbd7fa61030a8c9f0]

        Remove unused EXACT_VALUES

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [f6ee0e8965af3d2c73a72d49dd7592feed24f49d]

        Remove unused PERCENTAGE_POSSIBLE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [d82fc206c5d27191bc47adc486cf32442908f62d]

        Remove unused SM_RECT_DEBUG

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [8df7d613a026861501dbff935ce9c2c829cc9c12]

        Remove NEVER

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [712938517dfc3d554d183eb48e9a4dd1ddb5f365]

        Remove unused LINGU_STATISTIK

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [cf1042902a82fa215278d8961b43f27173a7224e]

        Remove whitespaces from includes

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [9712e150968e931c4dab00bd40fb0e4098cfbe71]

        Remove unused DEBUGDUMP

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [6a6b8fc23df49e34fa77c782d33417ec4a830ba0]

        Remove unused TEST_RESIZE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [fdc767b7f1cd6a21c2ff37b1f17869452389708a]

        Remove REL_HACK

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [0adac6626eac28d05c22d96cdb2c6898c60ca182]

        Remove unused FORMAT_TABELLE

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [610035cfa2f4868a688cf5d1790f73bbb6bbae54]

        Remove unused ENABLE_DEBUG_OUTPUT

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [52efb4b56e05f610d58c3b5a0f89ab0d43a6223c]

        WaE: variable set but unused

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f6da0ecba9329d3b4f9d5840cbeaa01c7659f0c4]

        debuglevels: ensure the test closure log file is mentioned in the main log file as well

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [48100bda500bda6c2bcbc81ae6138ac51c4d8e2b]

        cppcheck: init member variable

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [a6f9e504589aea53de0effd7fe80e7dd329020ed]

        cppcheck: reduce the scope of the variable

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [a3750c3b95954e21f26462d1b2a4bfbc03353405]

        cppcheck: init member variable

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [f4efd590afe8a2ded7e77f99420fccc018c81ea9]

        WaE: throw out some warnings

2011-02-13  Caolán McNamara  <caolanm@redhat.com>  [b5f02c24a12e1be82b56ac215ca060b9079bd08b]

        WaE: unused return val

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [f4f7fea877c47e8e95613f770ed0f87d1b2f8464]

        Correct variable initialization for 0b58d1d635b33148e6765eb35016b0fb43f214b3

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [767f07ae9389f73209bf6920991aef977968f97b]

        debuglevels: silence WaE with uncmaxci.pro+debug

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a4894295f3af978314b2abb1e3ff0b8c6a709179]

        debuglevels: silence unxsoli4.pro+debug warning

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3f6abe1e8c1194616ac80885533cdf2b7fce3be5]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1275251797b8ce74312d91a9e0f5252068ebd6c8]

        debuglevels: bin, not binPROEXT

2011-02-13  Tor Lillqvist  <tlillqvist@novell.com>  [6444836dbd573a224142550205e89f4e5b1665ff]

        Fix x64 Windows build

2011-02-13  Julien Nabet  <serval2412@yahoo.fr>  [269e7e15a484fb6a2b9dc52bad59f19d71bf8cab]

        Some cppcheck cleaning

2011-02-13  Michael Münch  <michael@codingmicha.de>  [ab7324559877ca1fd18178e1a41f821d0dfe4be3]

        Easy hack: idl removed and translated comments

2011-02-13  Antoine Proulx  <proulx.antoine@gmail.com>  [9014f85f9e1aa233152ab6bda679f0c51dad8af9]

        Remove bogus comments

2011-02-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [bd0bc9c9f9aff4204de100a8563e8f3830b42dfe]

        WaE variable types in fprintf, specify expected type/add casting

2011-02-13  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [08a6b673ff29156a315154a450d660af4c27ba65]

        WaE - signed/unsigned comparison

2011-02-13  Arnaud Versini  <arnaud.versini@gmail.com>  [2dadfcaeaeb65ba4dd67c82f76db0fd3093207e9]

        Remove bogus comments and dead code

2011-02-13  Guillaume Poussel  <gpoussel@gmail.com>  [6b78fe8394ffd181d2c11dd6dfe616e062ded8ad]

        Remove bogus comments

2011-02-13  Guillaume Poussel  <gpoussel@gmail.com>  [7369b5e4f70f54c5020448cc896c1824aebfaff0]

        Remove bogus comments

2011-02-13  Guillaume Poussel  <gpoussel@gmail.com>  [bcf226cbe434992e0b1570719f9e86380a6c7d49]

        Remove bogus comments

2011-02-13  Guillaume Poussel  <gpoussel@gmail.com>  [8add7525175749499cb8f6cc24e23e434beb49e9]

        Remove bogus comments

2011-02-13  Thomas Arnhold  <thomas@arnhold.org>  [ab34122d76ae4537389d781954191d996b49659d]

        Remove SC_ROWLIMIT_TYPECONVERSION_NOCONVPASS

2011-02-13  Joseph Powers  <jpowers27@cox.net>  [c26e1670697f3ab1c2808224a4e3490ef50f488e]

        Remove DECLARE_LIST( GenericInformationList_Impl, GenericInformation* )

2011-02-13  Julien Nabet  <serval2412@yahoo.fr>  [20602779bf5f1f06f94e985c552ec05565856c64]

        Some cppcheck cleaning

2011-02-13  Andras Timar  <timar@fsf.hu>  [b6921850701682464a111ab343f8621b33d6acfd]

        l10n: don't extract strings from localized NLPSolver properties

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [e66aaababcd2bb4b660f798a06d518e394c1c855]

        Remove precompiled header support.
        
        The precompiled header has already been disabled via #if 0. I just deleted
        the precompile header code and removed the include from all the files.
        
        A make clean works fine on CUI.

2011-02-12  Antoine Proulx  <proulx.antoine@gmail.com>  [7a3fa35c9a8235d5ab1040f5696a4b84d9307403]

        Remove bogus comments

2011-02-12  Julien Nabet  <serval2412@yahoo.fr>  [b7e65fe1ef65ebb4544fe6c062062451cd7a7ee9]

        Remove Xine

2011-02-12  Rob Snelders  <programming@ertai.nl>  [9ed0d67bfd0ec5a8c8ac788738a180fc449950c5]

        translated comments (5-9/54)

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [62b6678650cd6c6e2565628bfd6b365afad9af4e]

        Don't export bootstrp/sstring.hxx
        
        This file is no longer needed outside of tools.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [abf26b6e4b246861fa5a5d8d138bb5591af08179]

        Remove #include "bootstrp/sstring.hxx"
        
        This file is no longer needed outside of tools.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [8faecff24d50631ca7f128f3d1c64fc789a44742]

        Remove #include "bootstrp/sstring.hxx"
        
        This file is no longer needed outside of tools.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [84316d226d0765f9cb5591e2ab52881a6d852b80]

        Remove #include "bootstrp/sstring.hxx"
        
        This file is no longer needed outside of tools.

2011-02-12  Luke Petrolekas  <luke.petrolekas@gmail.com>  [8ce1f48e7ad1c1cbc113e99e8e54507c212230c9]

        Easy hack: Remove more commented out code

2011-02-12  Luke Petrolekas  <luke.petrolekas@gmail.com>  [c0b7906947cdb9dfc4b127d61796740c9ba1aa2d]

        Remove dead Java code

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [48ce10a78d327d4611ec066e140ddb2d8c5e4149]

        Remove DECLARE_LIST( UniStringList, UniString* )
        
        I converted the DECLARE_LIST() into a vector<> and moved it to the .hxx
        file. This also means I no longer have to reference /bootstrp/sstring.hxx.

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [31ea0f11f81df740b07b5688a6b08fd025d06482]

        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>  [43306e14ca51cbcd0ad00c81a6285c0477460246]

        Remove unused class SUniStringList

2011-02-12  Thomas Arnhold  <thomas@arnhold.org>  [a3bdc038d016ee81b519e8b8d7718e77a021849b]

        Remove configure.cmd as it's a personal file

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [4d46081a83a3efaa2f5dd1a64945846fcf358e78]

        Remove DECLARE_LIST( ByteStringList, ByteString* )

2011-02-12  Joseph Powers  <jpowers27@cox.net>  [08ecc7591609573694a8cf09a9d8ca6477e20db6]

        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-12  Steven Butler  <sebutler@gmail.com>  [2858219ddd43c3d30fc402900b784d59d73d3418]

        A correct solution for the std::fill_n

2011-02-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d824e51d4b83703bbabd68f34c34959919eddda2]

        Visual Studio is picky about constness of iterators

2011-02-12  Thomas Arnhold  <thomas@arnhold.org>  [7387cd7edb872da41b0dd0c246f30a9019b83f2e]

        Easy hack: remove obsolete gjc aot compilation

2011-02-12  Andras Timar  <timar@fsf.hu>  [fb649e4579ab6a564fc6b28a422cb79db09d98fc]

        l10n: typo fix in Dutch (nl) nlpsolver translation

2011-02-12  Kohei Yoshida  <kyoshida@novell.com>  [66511c026b9dd528791c7bbc9e3b91ef48e4980a]

        Fixed a crasher during external cell value query.
        
        pFmt is sometimes NULL.  We need to check that.

2011-02-12  Kohei Yoshida  <kyoshida@novell.com>  [e991d4e8ecfb9c524dd6dd7758181b625919b32f]

        Get correct current position when shift-page up and down. (fdo#34026)
        
        When expanding a selection, we need to use the block end position
        as the "current" position instead of the current cursor position, as
        the cursor no longer moves during block selection.

2011-02-12  Kohei Yoshida  <kyoshida@novell.com>  [ef2eab7899ac09784580006a521385c3afc109f7]

        Fixed a bug where row hidden/filtered attributes were not saved.
        
        ScDocument::RowHidden() and RowFiltered() takes the row index as
        the first argument, not second.  The second argument is the table
        index.

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [19b88e3570cd9519c0efcc95204884479c73e1c7]

        Remove DECLARE_LIST( ByteStringList, ByteString * )
        
        Alsp fixed some memory leeks.

2011-02-11  Kohei Yoshida  <kyoshida@novell.com>  [acfcebd01eb0cf3503491a5e52b60a2f454b63a8]

        Cleaned up RowHidden() and ColHidden() calls.
        
        There were two versions of each; let's just keep one and remove the
        other.

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [b3e23b175a80631670a2c6fd0260c94599a99ccf]

        Remove DECLARE_LIST( ByteStringList, MkLine * )
        
        Also fix some memory leeks.

2011-02-11  Kohei Yoshida  <kyoshida@novell.com>  [5f61d6da668ba7d14f8cdf390aad4f12fc6900bd]

        Fixed incorrect cursor navigation. (fdo#33756)
        
        Block selection with keyboard was incorrect when the selected range
        included hidden cells.  This also fixes one crasher on block
        selection during formula reference mode i.e. type '=SUM(' and select
        range via keyboard afterward.

2011-02-11  Miklos Vajna  <vmiklos@frugalware.org>  [09441fd8ccd61fdd74c4297506ba0301ef432c21]

        bin/tinbuild: fix typo

2011-02-11  Rene Engelhard  <rene@debian.org>  [2afa3ec732f8e35be0b9a254429fd266979d3dff]

        fix pyuno/demo/pyunoenv.tcsh for PYTHONPATH usage

2011-02-11  Petr Mladek  <pmladek@suse.cz>  [05cf0251b51784c5f3b44aeef27ccc07b01f1dcd]

        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  Rene Engelhard  <rene@debian.org>  [e5d74728e4e5311c6f432452a0987388a5d125c6]

        fix ODK settings.mk to only set STLPORTLIB if needed
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-02-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bfbc2268e19fd628e1b74bc6c25c509c2c5d88b7]

        Don't confuse compiler with a mix of iterator and const_iterator

2011-02-11  Kohei Yoshida  <kyoshida@novell.com>  [ef0fcadc9b1a719b78e624199ea71bd5c3417dae]

        Get chart2 to build under windows.
        
        There are still quite a few warnings here though.

2011-02-11  Jean Charles Papin  <jean.charles.papin@gmail.com>  [7c36e5110985568fa7246dc550ec327c5636a088]

        remove dead code

2011-02-11  Rob Snelders  <programming@ertai.nl>  [24596b38bf602aeb99e2543c6a103b1a6ee39bf2]

        translated comments (4/54)

2011-02-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b33eb8b52947f3a21df3b9ef564fdfd51fb99a01]

        std::fill_n does not return iterator

2011-02-11  Kevin Hunter  <hunteke@earlham.edu>  [27386be30df1eaf5f7e14d4e64138613ea8aa67d]

        cppcheck: post- to pre- *crement change

2011-02-11  Kevin Hunter  <hunteke@earlham.edu>  [7be259b3719e6eaa71566534574b997ec8f1a153]

        cppcheck: post- to pre- *crement change

2011-02-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fb9b8549fb82c54da78e3be5fa180184258286a0]

        Avoid compiler confusion

2011-02-11  Christina Rossmanith  <ChrRossmanith@web.de>  [50862351899e88e4ea2ca67c5ebda4939a4d1135]

        Translated comments from German->English

2011-02-11  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [cef949150d91fe4cc727f62c9338e277b6e6a7af]

        Fixes bug fdo#31252 - Overwrite dialog improvment.

2011-02-11  Jan Holesovsky  <kendy@noe.suse.cz>  [f85e1be95a53133c210db7d31a950ab9e897798f]

        Fix build with the hyperlink toolbar removed.

2011-02-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [267aa681af9e250208f79488d90d2a51146b48a8]

        Avoid confusion between boost::vector and std::vector

2011-02-11  Niklas Nebel  <nn@openoffice.org>  [01fcebb5790e99aabf968d48d5915dbe736c3cb3]

        dr78: #i107201# find word boundaries in ImpInsertText only if online spelling is active

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [9d393c9b401572b11d21990826e717153555e0f7]

        Remove obsolete Hyperlink Bar from testing
        
        Removed code related to hyperlink bar from sdk repo.

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [b377dcbade2aebab725e2a71ccd198a318ffd825]

        Remove obsolete Hyperlink Bar from sdk
        
        Removed code related to hyperlink bar from sdk repo.

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [4944e391e6949a43ec41ddc44af4df523ca4d9b7]

        Remove obsolete Hyperlink Bar from libs-gui
        
        Removed all code related to hyperlink bar from libs-gui repo.

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [cda4ec28135cae431fa24fcbe5c36ee422d63b38]

        Remove obsolete Hyperlink Bar from libs-core
        
        Removed all code related to hyperlink bar from libs-core repo.

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [caec600d2e82b2d003320043a87a0370b2e1daa2]

        Remove final elements from Hyperlink Bar from impress_draw
        
        Removed some includes left in impress and draw.

2011-02-11  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [89e59bdc85e84ece6c279b1381043e4ece7a4b20]

        Remove obsolete Hyperlink Bar form filters
        
        Removed all hyperlink bar related code from filters.

2011-02-11  Takeshi Abe  <tabe@fixedpoint.jp>  [94caf6a8368b127e2d9e82c2bcb6c6e6958b68c2]

        GetEnglishSearchFontName() searches Takao fonts
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-02-11  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0b3be71b8bf6d521679c9fabb0704768cfa538cb]

        chart51: #i116681# fixed defaults for lights

2011-02-11  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [ce5f1dd187c3a7d8113c7653fa887b98fd50aaf6]

        DEV300 masterfix: #i116814,i116838#: fix XCloneable so that tests work again

2011-02-11  Miklos Vajna  <vmiklos@frugalware.org>  [687eed52237b7aca64d7a596a3a0d56a3aee7667]

        RtfExport::HackIsWW8OrHigher(): return true (closes fdo#33478)
        
        This makes the exporter use unicode unconditionally when exporting
        accents. This is needed because in case we don't do unicode, we need
        special fonts (see SwWW8AttrIter::OutAttr()), while in RTF we need to
        output the font table before exporting the docuent.
        
        Agreed-by: Caolán McNamara <caolanm@redhat.com>
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-02-11  Noel Power  <noel.power@novell.com>  [2de38f8b653face5f8c2952e353186bcbcfd781e]

        fix compile error related to floor and move #TODO closer to related item

2011-02-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [39f9c0d4917fe14632c4a91e3e8a52e652fca4fa]

        sw: fixed a crasher, fdo#32575

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [3061d18fc31aad369d73da8ab5e886aa3d1e172b]

        Revert removeal of mkfilt.
        
        It seems that this is used manually to create build files.

2011-02-11  Luboš Luňák  <l.lunak@suse.cz>  [4e44c2ec2916cc4d17d5b7b034325cc69ae0a88e]

        save wp:anchor position using wp:posOffset (bnc#513579)
        
        wp:simplePos handling seems to be broken in msof.

2011-02-11  Luboš Luňák  <l.lunak@suse.cz>  [232078b390a0e788e8efab177b77176ad12ceb23]

        save position properly for wp:anchor (bnc#513579)

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [ff9fad57c5539761378c110e6630dfb05910db36]

        Resolves: fdo#34065 remove unused InsertBlockMark and PAINT_INVERT flag

2011-02-11  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bd217a78bb11a9b9f28bb39040e1d2f644234ca5]

        some more hacks of exported symbols

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [b96434c98eaae70a62e1fa3333c3579b56126a48]

        WaE: unused variables

2011-02-11  Nikita Ofitserov  <himikof@gmail.com>  [1d0617fa95887334a1129fe50a743546109cf97f]

        Fixed bug 31824

2011-02-11  Joseph Powers  <jpowers27@cox.net>  [4bbb3fcb1a252ea1059c16346137c574807848a7]

        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  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cae39b201f4a6dd5c31431dd0406c9351b1a1bf1]

        Fixed start position of undo when copy-pasting tables, fdo#32089

2011-02-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6e3a324e1b0aafb6ed334a28f1c85fc8db128cd6]

        sw: fixed missing include for using dbg_out functions

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [f52f0e72826a6a3320b48d29e4b7d3bf75de455d]

        Resolves: mdds#7 unused variable

2011-02-11  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f042519085109581abcdff4403e7e6d9999d4980]

        dr78: #164376# oox import performance: step 2 - move every access to XCell interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values

2011-02-11  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3965dbb11d44ee09ff7f43ea1a931f30b7b8439a]

        dr78: #164376# oox import performance: step 2 - move every access to XCell interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values

2011-02-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0e6381c1f92362c4008e46db5ad29007758e2a45]

        vcl119: #i114356# use PageRange property if application has set it

2011-02-11  Noel Power  <noel.power@novell.com>  [e6bec6dabd1960eee2f4860c2b5472870f3812b2]

        oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5d
        
        bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic
        
        Signed-off-by: 	Michael Meeks <michael.meeks@novell.com>

2011-02-11  Noel Power  <noel.power@novell.com>  [4c00e6462f23787cd1f2c319d558fdb2d64f5d85]

        companion ( or even part 2 ) of a fix for fdo#30879
        
        tweak oosplash arg handling to not clobber some special url protocols, '.uno', '.slot' etc.
        
        Signed-off-by: 	Michael Meeks <michael.meeks@novell.com>

2011-02-11  Michael Stahl  <mst@openoffice.org>  [2883c00e18ce8bdef69ed13932ce90bcb5fecdd0]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [2f82c7693f8207fc42b8fc75bb77cdbb42607907]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [fc1d1813d24b0362027d063dd1a2121b9b65ce0d]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [2b9ee96b5d07cff557ea25deb6d6fbd908a08f24]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [79e782c5f3b2486936f030983062d42d5b890e1d]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [d623e6fc2ac0a00c6be2a2d58dfdc99793793305]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [3ddfe261cd076ed60b5e27294f0644086c8f2795]

        sw34bf03: merge to-be-m100 DEV300_next

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [c6c823866063db13631d3b766669b656a538d31a]

        cppunit: enable this test

2011-02-11  Michael Stahl  <mst@openoffice.org>  [c3226ab2a4c19dafe679e817e6f1bbb5f57f48f0]

        xmlfix3: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [c366ebac702d619535f21704bec6ac36ac9bd124]

        xmlfix3: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [2cea43816e677b5af27d87623391642252f6dd64]

        xmlfix3: merge to-be-m100 DEV300_next

2011-02-11  Michael Stahl  <mst@openoffice.org>  [766e4079d8f2f4bc09141da3843feaa10da98d31]

        xmlfix3: merge to-be-m100 DEV300_next

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [77975a2bc9da01eeafde72ac7438cb80b9c0c9a3]

        cppunit: enable this test

2011-02-11  Andreas Bregas  <ab@openoffice.org>  [8834b9db06f10498073fc42bdc5f797742f831b4]

        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  Andreas Bregas  <ab@openoffice.org>  [282392f643d63a1b76e69821a4c19a4162808d21]

        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  Andreas Bregas  <ab@openoffice.org>  [d2cd8a9904142b8ae6b3a2b5ebbd7ecaeb2248b1]

        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  Andreas Bregas  <ab@openoffice.org>  [fcad8a5c8b77bfc6b3cb41d7465147ad157d0124]

        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  Andreas Bregas  <ab@openoffice.org>  [b2fb361af3f67dc79cf93cfaf7e7a7bcad4b801a]

        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  Andreas Bregas  <ab@openoffice.org>  [ef8e9d51cee9b439380c5fe3ecd4123ffc738b69]

        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  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [1d0029ddb580fbdde6a4042679999d82f765cc93]

        DEV300 masterfix: #i10000#: windows: more bizare hacks ...

2011-02-11  Kevin Hunter  <hunteke@earlham.edu>  [bf03aa3bf4315c618ae13ddbaef30baea2430cc5]

        cppcheck: post- to pre- *crement change

2011-02-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [07002b2357a5834d0c68b4860da8dbb3155801e9]

        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>  [e4840966c61a4e23e4948d67373da70fd770f5cd]

        try and use the same spacing between checkboxes and text as vcl does

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [476f9f9a0c149fece23ec56f1a9ae05acaef9aaf]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [0b8f11ce95d81b63e6d6a3f34b05a4e99147c6ad]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [7df76ae88528bec87496084e488e13b15b72642f]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [b4ff953aa84b53ef801ad934bbbf2763ae063d4b]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [9b5a0fd92230348b7c524305cdd249d0df709db0]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [39ec189d250aec2b1dfdc8cd6be3dac222a613e1]

        (std|boost)::hash on a const char* hashes the pointer not the contents

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [947c2ac8e074bad392a0b0f21e3402c38a344ed5]

        (std|boost)::hash on a const char* hashes the pointer not the contents
        
        This makes fontwork reappear again

2011-02-11  Michael Stahl  <mst@openoffice.org>  [99b8df2c1d53736002b32ea4ce3278ec78344269]

        sw34bf03: #i116924# #i116019#: odf2xhtml: kill DOS line endings

2011-02-11  Michael Stahl  <mst@openoffice.org>  [1ab794b817cdd27948012c67c6bc283ad121b1d5]

        sw34bf03: #i116924# #i116019#: odf2xhtml: integrate patch from sus

2011-02-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ad36c8bb35f3ff5666363d876be319497a28001f]

        debuglevels: outsourced creation of the smoketest doc into an own module, so it can be used outside smoketesoo_native, too

2011-02-11  sb  <sb@openoffice.org>  [fd45011bf64004a72d3e5f9f304a56b91bcebdde]

        sb138: merged in re/DEV300_next towards DEV300_m100

2011-02-11  sb  <sb@openoffice.org>  [e93a3a6f5b90979f9eb523a414d339667f861949]

        sb138: merged in re/DEV300_next towards DEV300_m100

2011-02-11  sb  <sb@openoffice.org>  [eea25f8ba6577cd84e974f3b440d00479610e2bb]

        sb138: merged in re/DEV300_next towards DEV300_m100

2011-02-11  sb  <sb@openoffice.org>  [e6c889654f4aa85c67f8d014180bd725e474042f]

        sb138: merged in re/DEV300_next towards DEV300_m100

2011-02-11  sb  <sb@openoffice.org>  [54a05a00d7e4cb38390a23267207ef65e01044ad]

        sb138: merged in re/DEV300_next towards DEV300_m100

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [d63540aebd7654bf70d4a250406d983560fbb45a]

        Describe fonts the same way as the default font dialogs on each platform do
        
        i.e.
        Windows: Font, Style, Size
        http://msdn.microsoft.com/en-us/library/ms646958%28v=vs.85%29.aspx
        
        MacOsX: Family, Typeface, Size
        http://sketchup.google.com/crimages/layout-set-ShowFonts-mac-en.jpg
        
        GNOME: Family, Style, Size
        http://live.gnome.org/Design/GTKFontDialog/UsabilityEvaluations

2011-02-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [55dcee9472d1c0c633801103270bd9474f5bd35a]

        Fixed build breaker in sw

2011-02-11  hde  <hde@openoffice.org>  [b38b2d8a13ab117047bc3d8057ab5dbe2c704478]

        #i116921#cws automationdev300m99#removed fixed/closed issue ids from warnlogs

2011-02-11  Caolán McNamara  <caolanm@redhat.com>  [5e677bb910865d675482d9057059c0818a7015f5]

        icu#8320 even more things wrong with freeserif that can crash icu

2011-02-10  Joseph Powers  <jpowers27@cox.net>  [5bd709c6ab5c8e8ca6aee75af2b14b0b30281286]

        Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* )

2011-02-10  Joseph Powers  <jpowers27@cox.net>  [19935f3676014b02f6aee6ed133408d1a2fabbe1]

        Remove DECLARE_LIST( UnoControlModelEntryListBase, UnoControlModelEntry* )

2011-02-11  Takeshi Abe  <tabe@fixedpoint.jp>  [9b0001fabfb154505821777fd321b92fdbc84361]

        Remove indistinguishable branching

2011-02-11  Tor Lillqvist  <tlillqvist@novell.com>  [ec2adc3f77ca3c0e4c2fc9a6e2c4ea3cc8bf1a1d]

        No need to include <windows.h> in TestPlugIn.h
        
        We don't define any dummy DllMain() any more so no need to include
        <windows.h>. That was necessary just to get the types used by the
        DllMain() prototype.

2011-02-10  Andras Timar  <timar@fsf.hu>  [509adda149891ff2857685be1ff5827e2acc07fb]

        remove unused --with-dict option

2011-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [181763f2f470136cc4e93f1faaef5f53c8afced8]

        Don't make shameless add for non-standard Checked Iterators

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [bb716aa955f36eea607387ab3d62edbbcfbcd5c5]

        gcc#47679 needs more magic

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [e44bf622500365c1244febc5d4d8aceb3b0af428]

        workaround gcc#47679

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [a6748fa1bd4cfa149cd577e3ce1fbff0567c0748]

        throw out some warnings

2011-02-10  Kevin Hunter  <hunteke@earlham.edu>  [babb621d4f347c95902f7197d8e9b6f1fa26683f]

        cppcheck: post- to pre- *crement change.

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [89475ce26c00e30112afaf1f23ce1b1e63ae935e]

        WaE: values set but not used

2011-02-10  Tor Lillqvist  <tlillqvist@novell.com>  [2d2294fb82bd4f0d1d805405631aeb1acbc36cbb]

        Add x64 Windows here, too

2011-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [73b5d115766e59154d3e398be45f06c35e670635]

        Internal hunspell is static

2011-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [438060cd27d23809006b805649fdc937ccde731a]

        Static defines when building static hunspell on Windows

2011-02-10  Niklas Nebel  <nn@openoffice.org>  [1a96f96d48647907520617ac9c5d14f4b51b409d]

        dr78: #i106580# handle SvxTextLineItem, base class of SvxUnderlineItem

2011-02-10  Jesús Corrius  <jesus@softcatala.org>  [b29d79848cec8b2600b3642994dea71d460a9cd0]

        fdo#33785: install mtfrenderer.uno.dll in the correct directory

2011-02-10  Michael Stahl  <mst@openoffice.org>  [493a3f62879199eaa994c7430869cb44d0ac9cc0]

        xmlfix3: convert unoxml to gbuild

2011-02-10  Michael Stahl  <mst@openoffice.org>  [d3df5839b98a439ee82f642b5f435a9250dcc8b4]

        xmlfix3: convert unoxml to gbuild

2011-02-10  Michael Stahl  <mst@openoffice.org>  [1ef780d9f59d67f957c20b02a5bf76b858bf0a04]

        xmlfix3: convert unoxml to gbuild

2011-02-10  Eike Rathke  <erack@openoffice.org>  [dd687af86d041fbd420be084e6a063fb41a1d86a]

        locales34: have a matching configure as well

2011-02-10  Michael Meeks  <michael.meeks@novell.com>  [f0094fb8b87647425b8e4ddfb775d49d66984055]

        catch exceptions from failing UNO-ness, fdo#33785 backstop.

2011-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e86c363374e28b257f036f38209715856be1204b]

        vcl119: #i80730# fix cursor paint behavior and timer

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [f684c501959268d1e4ce6c47a204af1b756f8451]

        DEV300 masterfix: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [0df020f4b8904219c73eb09278b0f5f9878f8118]

        DEV300 masterfix: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)

2011-02-10  Luboš Luňák  <l.lunak@suse.cz>  [5bf8e3ef163cc6cc29196bc64889588597034dc2]

        handle wp:simplePos properly

2011-02-10  Thorsten Behrens  <tbehrens@novell.com>  [957600ba660b2053e5892b4987f68d888523c5c6]

        Use git pushurl, setup via --set-push-user now
        
        An easy way to turn your set of repos into something you can push
        from - after you've gotten commit rights on fd.o - just use
        ./g --set-push-user <your_user_name>

2011-02-10  Noel Power  <noel.power@novell.com>  [2b024ba13cb69faac5aebe9781c29d0558c27169]

        fix trailing ws

2011-02-10  Noel Power  <noel.power@novell.com>  [b547c0c2aa901667fef85233282ec84f34b7e5f4]

        some form field import/export improvements

2011-02-10  Noel Power  <noel.power@novell.com>  [881dd703a25632b3f07b9f24c58508130cf0e9ba]

        some form field import/export improvements

2011-02-10  Noel Power  <noel.power@novell.com>  [0a078aa069667094bbfc77beda6d15064665be68]

        some form field import/export improvements

2011-02-10  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [aec1b58b2f959770f072778ec187ae89f6053b76]

        dr78: #164376# oox import performance: step 1 - encapsulate all code related to cell contents and cell formatting import into class SheetDataBuffer (including shared formulas, array formulas, table operations), remove FormulaContext concept to gain full control over formula import

2011-02-10  Michael Stahl  <mst@openoffice.org>  [1076aee651966c51e96c505632708ee336091432]

        xmlfix3: unoxml: argh, doesn't build everywhere...

2011-02-10  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a6a5da3e61b0ff4a7e8cfdd50e4680253071aae3]

        fdo#34064: adapt length of FFData

2011-02-10  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [b5d135810fad8e8309a5572159173fd4ffa5c66e]

        Add a CompareToNumeric to ByteString & UniString

2011-02-10  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [cd18944695544e9b3e9cc37685786e51a9fe8c4d]

        fdo#32369: Fixed the natural order of styles in navigator

2011-02-10  Sébastien Le Ray  <sebastien-libreoffice@orniz.org>  [5765d0c90b6a7d4cb370119b3a967eb2026c1c7c]

        Add compareToNumeric to OUString & Co

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [b29538876fc0eee711a4561bde616f0cf4f1db16]

        DEV300 masterfix: #i10000#: fix typo

2011-02-10  Michael Stahl  <mst@openoffice.org>  [9489d562b74af635cd529a2658dca1606f419874]

        xmlfix3: unoxml: the complex test

2011-02-10  Michael Stahl  <mst@openoffice.org>  [57f257b867aa26aabc12fc2325bd2d0d171ec31e]

        xmlfix3: unoxml: valgrind found some more memory leaks

2011-02-10  Michael Stahl  <mst@openoffice.org>  [001145d71e0592bdf90a80f33d1abb32846aae21]

        xmlfix3: #i113683#: unoxml: all unimplemented methods assert

2011-02-10  Michael Stahl  <mst@openoffice.org>  [253150cf8d7794647a638630a55f4f0ff847d200]

        xmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSource

2011-02-10  Michael Stahl  <mst@openoffice.org>  [baea7fb003baf92129decc6a778659767edd7427]

        xmlfix3: unoxml: refactor CAttributesMap::removeNamedItem*: forward to CElement  also fix CElement::removeAttributeNode* to save the prefix.

2011-02-10  Michael Stahl  <mst@openoffice.org>  [141773454451569127d388a1f3fd1fdc65f5554a]

        xmlfix3: unoxml: fix various bugs uncovered by complex test:  CAttr::getSpecified() should return true.  CAttr::getValue() and CElement::setAttributeNode() could crash if no children.  CAttributesMap::*NS() methods ignored namespaceURI parameter.  CDATASection::getNodeValue() forwarded to wrong base class.  CDocument needs to override cloneNode().  CDocument::importNode(), CDocumentBuilder::parseURI() deref null argument.  CElement::getAttributes() should return an empty map.  CElementList could be created for null element.  CNode::insertBefore() did not set parent/children pointers.  CNode::setPrefix() should only work on element/attribute.  CXPathAPI had inverted check for null argument (xmlfix3 regression).

2011-02-10  Michael Stahl  <mst@openoffice.org>  [83588ab3b791910e6a55cc70a45cbb47452011b2]

        xmlfix3: #i113683#: finish CAttributesMap

2011-02-10  Michael Stahl  <mst@openoffice.org>  [9f235cfecf6e910323a63326101c0aa5bf1d2796]

        xmlfix3: #i113683#: finish CProcessingInstruction

2011-02-10  Michael Stahl  <mst@openoffice.org>  [c5db3b93ee1058bd20ebcde2e757b52b9a67b74a]

        xmlfix3: unoxml: prevent invalid child-parent relationships:  new method CNode::IsChildTypeAllowed(NodeType).  use it in appendChild(), insertBefore(), replaceChild().

2011-02-10  Thomas Arnhold  <thomas@arnhold.org>  [731ae82310f2816a4ec23aa62d93af5b60e0dba2]

        WaE: Remove unused variables

2011-02-10  Release Engineering  <releng@openoffice.org>  [5cbd6485387273f359538405f6bd031628f8a054]

        DEV300

2011-02-10  Joseph Powers  <jpowers27@cox.net>  [298b9df14ba23b43db3691d299191d01f3815fc3]

        Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* )

2011-02-10  Carsten Driesner  <cd@openoffice.org>  [c696055fbc116a65aac158fe6747079a3af44be4]

        fwk165: #i116896# Fix problem with Java complex test checking new behavior

2011-02-10  Julien Nabet  <serval2412@yahoo.fr>  [a4e9a5c61409ff63aa917428a13bebeeae90a7a3]

        Some cppcheck cleaning

2011-02-10  Bálint Dózsa  <dozsabalint@gmail.com>  [88e3584ccfc53f19fb8bff6b583ed64fec713df3]

        Remove some dead code

2011-02-10  David Tardon  <dtardon@redhat.com>  [e7801443424f9ff5a93a5c3d12cca4015c924fc3]

        rhbz#649310 don't crash deregistering diff. platform ext.
        
        This happens, for example, if one switches between, lets say, x86 and
        x86_64 systems and has the same /home mounted from both. Then
        platform-dependent extensions from one system does not exist on the
        other one, but must still be deregistered correctly.

2011-02-10  David Tardon  <dtardon@redhat.com>  [ff98d9861c20842db09822c326bf6e82b025f46e]

        WaE: unused variable

2011-02-10  David Tardon  <dtardon@redhat.com>  [aee579d1ac86a57938c04b6b35c4cae2816c4172]

        avoid useless copy

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [1d01bcd09541115b5c094fbdf772e181a7e1ae9a]

        DEV300 masterfix: #i116814,i116838#: re-enable test (XCloneable)

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [5aee848d35795e827eb0c909dc44fd08201244b2]

        add sample Hangul text for hang script-tag

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [11c9b876884988a9a95772a34436bce4c5c5df7d]

        CWS-TOOLING: integrate CWS mav59

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [d0ce561b856d43b13d5884b5aa5106f7889ea929]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [cd0d6a5a6775f197fdb7e78b54c8133074a7a236]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [c50e8a2df2e04d9d2c225df0ea648f0501acc250]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [b1708ffb49872b51c2b7d82380efeb1282d73b1c]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [05c31494e44cf9159f5ea9f534be179325e53c1e]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [dc04874b33628287e0364bee13b3184b66383ae7]

        CWS-TOOLING: integrate CWS hr75

2011-02-10  Julien Nabet  <serval2412@yahoo.fr>  [4d1e8ed389f11c06a4d666c62b13da42e1fd8f7c]

        Some cppcheck cleaning

2011-02-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9a75f47887ed727268c66615860124f5f41dcf9a]

        #i116850# initialize m_bDoingQuickSelection

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [50bd906a0f7f1cc97ae813aeb448484851bae269]

        preview area is a little overlarge

2011-02-10  Julien Nabet  <serval2412@yahoo.fr>  [20a76c9e43b593e503a2901f6a8d53eb0b4bc4f3]

        Some cppcheck cleaning

2011-02-10  Luke Dixon  <6b8b4567@gmail.com>  [51b3451da4c928647efbeb404ac7cc89a38a09d4]

        Fix for bugs 32759 and 32755 on freedesktop bugzilla
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [7a1ed126b39221c639e8152bbef8e9e1b6b4ae0b]

        Resolves: fdo#33750 #i94623# use optimal border width when zooming to optimal

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [7f1ffc7e81f69095502b8d737133851ff9dcbfa6]

        \!Count() was converted to \!empty() instead of empty()

2011-02-10  Miklos Vajna  <vmiklos@frugalware.org>  [d88aa252145f3780ec081b04e005952e4f1a8d72]

        configure: initialize SCPDEFS, do not always append it
        
        This caused problems when <platform>*.sh was sourced while invoking
        autogen.sh.

2011-02-10  Luboš Luňák  <l.lunak@suse.cz>  [410c5de49d47ecfbc9926e585d0a24f0d6f1f901]

        properly fix incorrect recent backport
        
        ACK by Kendy

2011-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0bda68f4344fb297cffa3cd24996ae1a8f372459]

        Too optimistic thoughts about makefiles (2)

2011-02-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e024c8bd0e6cb9d6a08706443895461b993ddc3d]

        Too optimistic thoughts about makefiles

2011-02-10  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [29ae8bb2005d6a0664ed105dcd60a5c133ded286]

        Forgot to remove some now unnecessary include for debug

2011-02-10  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fa1497de30ebaec5e29c98752bf4aff80399c336]

        fdo#34064: Fixed the dropdown list box form fields

2011-02-10  Carsten Driesner  <cd@openoffice.org>  [93ff45a7af40abad9d5e67cacee178c6efe7dd6e]

        fwk165: #i116290# Fixed build breaker with gcc

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [2ed163062e59f817485a0ceb244f2cae9d28ce22]

        This test sleeps for *20* seconds, disable until/unless that can be elided.

2011-02-10  Rob Snelders  <rob@ertai.nl>  [31b0769d2c6d58bbd2e067ee88fd5f45f518182f]

        translate comments

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [8480f694591a70fe2fb3c6c1c4f0b6006115e5d5]

        Resolves: rhbz#676539 handle missing pWindows from xWindows

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [6d24c0ed2f0e1288b0de7a41ae0a1dbb88eeb57a]

        WaE: value set but unused

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [39771d36ec80c1dee41ad27f85b1bd6b306d5929]

        Remove meaningless code
        
        Its possible that it was intended to set m_bComponentAttached to false. But if
        that was the case it should also have been a WriteLock not a ReadLock.

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [72d95a4b975097d76b75fd88f7024e84b4ff97de]

        new gcc warnings, variable set but unused

2011-02-10  Francois Tigeot  <ftigeot@wolfpond.org>  [128ca1c1e49464fa574979bd242c8e6fa8cdd287]

        Porting LO to Dragonfly

2011-02-10  Francois Tigeot  <ftigeot@wolfpond.org>  [c49760631f011425d0aa58723126f41c41d49fb8]

        Porting LO to Dragonfly

2011-02-10  Francois Tigeot  <ftigeot@wolfpond.org>  [3dd75542a2a9d7ab3da9bf2f1e64348e88ba05b1]

        Porting LO to Dragonfly

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [1bfa0da5cb6eb1fb6857b4dc4dec09eada5a66cf]

        none of these values get exported, so redundant calculations

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [c879cedd660ecc7736e5fb9086026060cea4522b]

        WaE: mark this module as warnings free

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [3c8ec4da2e93322d160c51f761d00b8a66812be5]

        WaE: mark this module as warnings free

2011-02-10  Caolán McNamara  <caolanm@redhat.com>  [1e8bdb4d7ebb526129a47750cee458ca9ed1ddb4]

        WaE: throw out a few warnings

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [93a914bab17b28f5f3fbc2036507daabbf099ce3]

        Remove last traces of SvBytes and SvShorts in sw

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [a4b19535cc53d995f288430164d478b7db22ea11]

        Remove last traces of SvShorts from sc

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [cf0d53d2f7fb401bcd35e2b929e0a8ea634a468d]

        Remove last traces of SvBytes from svl

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [3c31e2b2b25af61e7128582d8b213791486ef5bd]

        Remove last traces of SvBytes from svx

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [fbe3120f137f1a2295df6ba17edf611cc4631f90]

        Remove InvalidSlot svArray stuff in FmXFormShell

2011-02-10  Nigel Hawkins  <n.hawkins-KK0ffGbhmjU@public.gmane.org>  [99f36298cf267dd16124ef6952bd4e30bceff730]

        Remove SvBytes completely

2011-02-10  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [d65676666d6d6ce1f595968fb922043cfcc178a7]

        Remove includes related to Hyperlink Bar in impress_draw
        
        Removed includes dependant on hyperlink bar headers.

2011-02-10  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [5d99f8639670ecf713dc611679fe3ebb84690d79]

        Remove obsolete Hyperlink Bar from impress_draw
        
        Removed hyperlink bar references from impress and draw.
        Menu entry appears greyed out until it gets removed from core modules.

2011-02-10  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [6bfe7cee10cb2553e5972e7a6a71ab5dae80e2d5]

        Remove includes related to Hyperlink Bar from writer
        
        Removed includes for hyperlink header files from writer.

2011-02-10  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [9560cf67851b6d6a624d10bf7c17c6016d79bfa4]

        Remove obsolete Hyperlink Bar from writer
        
        Removed hyperlink bar references form writer.
        Menu entry appears greyed out until it gets removed from core modules.

2011-02-10  Takeshi Abe  <tabe-wFAinkBuZDxhPPLSxPa2lQ@public.gmane.org>  [7755ecfb21905807266a0b00602cf9928964012b]

        fix memleak

2011-02-10  Takeshi Abe  <tabe-wFAinkBuZDxhPPLSxPa2lQ@public.gmane.org>  [9f3d04acb1c35ddc91f11a161d87674ef3dd55dd]

        remove dead code

2011-02-09  Kohei Yoshida  <kyoshida@novell.com>  [028342b06c3ea58d3d7a3ee9368e377a5668259b]

        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>  [3f462e17a04e037f44e6b825705f2090fb350977]

        Fixed a build breakage on Windows re FontLayoutCapabilities change.

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [a5be440b3036fc797afaea3808229f11f7fb5603]

        Remove unused basic/workben

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [eb24bd1241a03ab488853d8f3030de1cd4f11148]

        Remove dead code: This stuff is always false

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [7cd3e34da1af2060425e2449cfddec86034e9e2b]

        Remove unused basic/workben

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [0dfa21409198b5ccea06bfe66ab12691dc6a7876]

        Remove some dead code

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [432aec515c7cb330e98b78ee316ad97a9fbb2b4d]

        Remove dead code. 'slow' never gets defined

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [5d2f40d583f1bbb0cbe66b5c805fd130285f3beb]

        Remove static if-statement

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [0daab2a9a2c3226bbdbc14cb935a8cdc5f2a61ca]

        Remove static if-statement

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [7b6f8f33c725198e8c4c8da92943befb5c7cbf96]

        Remove static if-statement

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [c32345afa32ff172e151088dce3758f85798bdd2]

        Remove static if-statement

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [1e4649eeaef6a84c5315455a15cbfe23af1f9572]

        Ignore __real@ and __TI3? prefixed symbols in ldump
        
        The __real@ ones are storage of (shared?) floating-point
        constants. The __TI3?  ones are related to throwing exceptions, TI
        perhaps means type information. Trying to export them causes
        unresolved externals problems, and most likely it would be insane to
        export them from a LO DLL anyway. I came across the problem with some
        framework DLLs.
        
        Why this issue has popped up now, after the big stlport/boost/etc
        change, I have no idea. One would think we have had floating-point
        constants all the time in the code, and we throw exceptions all over
        the place. Oh well.

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a05a74ab9902a57292891b21fa5cf5572b34e016]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dd09aade5abca6318dbcfb41711cdcfc740c2fc6]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fca25e4c4cc0b95227d967b7418ec77888980ba3]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [354f09c75e883fbc3fc9302310941d0211762796]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c296fe08de3958707d8fc4c2d3131cbcdbc60f1b]

        Build STLport only as a compatibility library

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [f50a4a4ad45f0310463d5ffaa73ddc60e37e3b18]

        Remove static if-tests

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [49a99abfb662f3c94e1b3630a213edb904566141]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [81ef04be69673faa49ada8f7f95da8d1aae0f98b]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [30a8393e50fa6bee7ba30d2b181d93072142ffc8]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [969bc2e5befd960ec98220bc60c481bffa73cc76]

        Make stlport only optional dependency of postprocess

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e30c7d6b9938e129c4e0d7577f3132fc01b9e581]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e5e3ba75ecf716ad6760d8b74d095729306e1219]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a0c84cafa562960871d8d98f086fefacdb5c784f]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93c24cc5b43fae266c99e7b058de3050c3a722fe]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a098b9853aaf81d6bf51818abb2603a832aa06ff]

        Make stlport only optional dependency of postprocess

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [95d376f09f67a72d82726b0479509ba48f715bfe]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c497d6f5a9f54568976c4a171975398197dbde7]

        Make stlport only optional dependency of postprocess

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [553aed7b518599742189ffce50cd947dbf39a2e7]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c824a1f69c093f38b82ead0f413c75b492a1f994]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4e82f848c5f2456a6f35636fabc3501a0740731b]

        Make stlport only optional dependency of postprocess

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [66daafdad2a7790a8f21e8a8eba91118c4d5943e]

        Trying to remove the stlport mention from the code

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [4c77bf98b5d2b7e31a5ebe6db04c36dc6296d0c2]

        Remove some dead code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [255677ab5bb527eb7c61c6c56ed7aa7f46119677]

        Trying to remove the stlport mention from the code

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [56d803ee5c060e761dbe5a6cc1c1443c932e2a31]

        Remove old modified message

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [75c0fc0cb1e403fd424f39e0aac4cb3fab0effc9]

        Remove unused 'if (bDoSaveForVisualControl)' as its always false

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [44ddc302e8b34767029bbf5df0f9236b2765f5ae]

        Remove some dead code

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [ed105e9e1032269cfa6af76fc4aae222c5f446c2]

        make test -> make check

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [ad3ccbb2192c96bdcc268fcf0c322c693275eeb0]

        Remove DBG_EXTRACTOLEOBJECTS, JOEDEBUG and JOEENV

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [e0e3be5e67d972688f983df631b069996095e553]

        Remove DBG_EXTRACTOLEOBJECTS

2011-02-09  Mathias Bauer  <mba@openoffice.org>  [9bdf5d2d49574bb0f2bc1ed92704031ad5215ca5]

        CWS swlayoutrefactoring: fixes for compilation on unxlngxi after resync

2011-02-09  Carsten Driesner  <cd@openoffice.org>  [2b12566779f7a7d799896e5507d41e4a17434156]

        #i116896# Extend documentation of the PathSubstitution service

2011-02-09  Eike Rathke  <erack@openoffice.org>  [d037f11447466890c9689345a12ccbb2c3e9c709]

        locales34: back out change from autoreconf

2011-02-09  Luboš Luňák  <l.lunak@suse.cz>  [8aee85264b44af8e467ddc5c389466389564b142]

        variable-size arrays is a gccism

2011-02-09  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [d1cd5aa49f85429cab819d11bea4366342e78421]

        CWS-TOOLING: integrate CWS ivo30

2011-02-09  Joseph Powers  <jpowers27@cox.net>  [d157bf01f7aacbb3241f31bea1bcab2fc1ecaa7f]

        Since the prototypes are const, the method should also be const.
        
        PS: Also a missing ";"

2011-02-09  Joseph Powers  <jpowers27@cox.net>  [4c77cde77d377cf2db9ea33a660ae1fb1805326a]

        Delete some unused code
        
        Also some trailing whitespace in the editbrowsebox.hxx

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [134458aa8d8bb49d3ef77c89eac7fdf505623985]

        Don't be shy, include <algorithm> always, not just on MinGW

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f918d8477bb448c532c3e2daa792e575443f17aa]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1628005298923ad15cc78dbad63669b701f5fd04]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [36fe59b73bf5d33663eef3027de7618c90d4de1a]

        Trying to remove the stlport mention from the code

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [83539d539ac15488df8867d83c6123c0afc50824]

        Trying to remove the stlport mention from the code

2011-02-09  Radek Doulik  <rodo@novell.com>  [8ccc0cab4f6ea4bafdd36b4baa2aa80203199652]

        GDIMetaFile::bUseCanvas related changes (prerequisite for fixing n#650049)
        
         - add GetUseCanvas() for read access
         - update bUseCanvas when playing on metafile

2011-02-09  Radek Doulik  <rodo@novell.com>  [dde12d50410a5667a7f69f32b9695ad5a7358cfe]

        restrict metafile decomposition (fixes n#650049)
        
         - do not use metafile decomposition on metafiles which need
           canvas renderer (right now, these containing EMF+)

2011-02-09  Carsten Driesner  <cd@openoffice.org>  [c0cbcdd2c93eb5ceca7c24f1475757da0a920360]

        fwk165: #164407# Prevent substitution of abs. path variable in the middle of a path string.

2011-02-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1a6359d24aa881152288520ceb273c99dc6b04b7]

        vcl119: #i116131# catch meanwhile invalid pointers

2011-02-09  Mathias Bauer  <mba@openoffice.org>  [749c27fafbe1e57b7ba25f759272c02de20469e0]

        CWS swlayoutrefactoring: fix merge conflicts

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [5becd474bc9242aeb0e39c5485bbdd9f5149ee5e]

        Resolves: rhbz#675806 crash in es thesaurus

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [8a8b0a3b5f51273b8ba4f41439e0707416d777dd]

        Use const_iterator where required by tighter STL implementations

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [34f2141ad4d865900459623b5b68983c45653643]

        revert this as its orthogonal to the font capabilities

2011-02-09  Francois Tigeot  <ftigeot@wolfpond.org>  [9dddc2bbf01a70b5a2015344995b08c57894cdad]

        Show exception message

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [cea018b386018d32dd9a762dfddd5bf316f218aa]

        Resolves: fdo#33510 A way to query about likely font layout capabilities

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [052a4a89ed6293298b930b52de9e53837dd908e3]

        Resolves: fdo#33510 better font preview for Arabic/CTL fonts

2011-02-09  Joseph Powers  <jpowers27@cox.net>  [2ba79400a4cd468d3f536f9f562c3302fe0adc27]

        Remove DECLARE_LIST( ImpFilterList, ImpFilterItem* )

2011-02-09  Thorsten Behrens  <tbehrens@novell.com>  [053754d986bedee85fd2a5076b5f7561e945c5cd]

        Add basebmp to list of doxygen-processed modules

2011-02-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a5d6bf6a4af95ca365249dc8d7e5fb3abc98787d]

        vcl119: #i86067# fix long since broken layouting algorithm

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [b46d195e0c45a0d8d9875c31df6e554a24cd839d]

        Remove old test

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [c522fed1a2aaeaa86d25cef26f288dab2e195cef]

        make test -> make check

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [afd8d789a487cd9221056303d2da751ad976a706]

        make test -> make check

2011-02-09  Thomas Arnhold  <thomas@arnhold.org>  [7f9ccd248d9fcabb3883ab7d5c15dad661c916b9]

        make test -> make check

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [9c456b951a70d32cb21f636cb7ffc7aea5791d4c]

        broken image isn't going to fly
        
        There are intentional text-only toolbar entries e.g. print preview

2011-02-09  Petr Mladek  <pmladek@suse.cz>  [a0c217c31bce7eb1fe554f7128061ed9ea8a0ccd]

        lo-commit-stat: sort modules alphabeticaly

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [8a99338e6a39f25f56490a1941b3bbdc9508539c]

        don't show broken icon for missing menu entries, but do for toolbar entries

2011-02-09  Petr Mladek  <pmladek@suse.cz>  [b9e228347b2ef07d3b0907a7268f2a1ee085e6f3]

        lo-commit-stat: fix bug detection
        
        + fix printing of i#123 bugs
        + removed debug stuff to be able to detect more bugs again

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [8e1fa1adbdadd93f9d45bfd4f42085d546c52300]

        throw out some warnings

2011-02-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d652efa0b870ae1dde675391a067f2db78c9b153]

        fix some warnings

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [9881e2dbad091fecb4f5c83b1a39bebad65b7dbd]

        don't try and remove /tmp

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [de8f4610a85f49f31023c920864f6d11853970b9]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d186420a08c5c357643af057d523e3cf0eb44457]

        Removing the ext_std masterpiece

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4f9c61b2f9ee06b35df655af3b7cdea4379dcc68]

        Removing the ext_std masterpiece

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [06bcc2b09d306a7cbdb56f0377cdf86071a63c82]

        quieten and quicken some of these tests

2011-02-09  Caolán McNamara  <caolanm@redhat.com>  [9aa896fed8fd0fe8b191cacbf9b25b4f9cf927ea]

        silence some more warnings

2011-02-09  Mathias Bauer  <mba@openoffice.org>  [53b8f0865ff2e59cb71eaf4c1bdbc829238fde6f]

        CWS swlayoutrefactoring: resync to m100

2011-02-09  Nigel Hawkins  <n.hawkins@gmx.com>  [bee11398236828cb7a4e24f095e3a473df7750a1]

        Remove compression svArray usage from SwScriptInfo

2011-02-09  Nigel Hawkins  <n.hawkins@gmx.com>  [2bf836f5bad26f13a4bb89dec2a5fbf60031c287]

        Remove direction svArray usage in SwScriptInfo

2011-02-09  Nigel Hawkins  <n.hawkins@gmx.com>  [fa59fefb63ab565a5add9d3cb9f0c6e218449284]

        Remove some svArray usage in SwScriptInfo

2011-02-09  Nigel Hawkins  <n.hawkins@gmx.com>  [7a0f7f1e49670073a6a31e824c604070bf94f4d0]

        Remove svArrays from SwLayCacheIoImpl

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [9f4f8dae5af2998946b2fa45479c9a68b058a20f]

        Remove DECLARE_LIST( UniStringList, UniString* )

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [df27722e3a9a9e1dc286d93a442f882b4146e9f8]

        Remove a comment out DECLARE_LIST
        
        The easyiest type.

2011-02-08  Nigel Hawkins  <n.hawkins@gmx.com>  [9cec9579116bbaf5a216c55a6527cb5156bd29d9]

        Replace std::pair with more descriptive names in SwUndoDelNum

2011-02-08  Andrey Turkin  <andrey.turkin@gmail.com>  [041cfeb31a0cf186529ecbe6da382ef2b42f4838]

        Get rid of SvBytes/SvSvULongs in SwUndoDelNum.

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0d2d8ba1a2f3fdab44b5f3e747152fce94679511]

        Make stlport only optional dependency of postprocess

2011-02-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a858e596b338bc7e44803526a6d43da1badbd702]

        Make stlport only optional dependency of postprocess

2011-02-08  Tobias Rosenberger  <son@ich-habe-fertig.com>  [ff9c588d9bdb85607f0b68bfb3b3a96cfcdf0264]

        translated parts of German comment in svtools/inc/ruler.hxx

2011-02-08  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [9a920f3a7c0890e70688ddf0ccd1262347a3a54b]

        Remove obsolete Hyperlink Bar from calc
        
        Removed hyperlink bar references from calc (removing from apps first).
        Menu entry appears greyed out until it gets removed from core modules.

2011-02-08  Kenneth Venken  <kenneth.venken@gmail.com>  [9adb0c47e43b8a77113c533b7a903e412ed107c4]

        Refactor gendict

2011-02-08  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [4a928babb5dbcff831be05503e5793ebed4217bb]

        Removed unused functions and classes form calc 3last
        
        Removed unused function and some entire classes from calc.
        The functions removed are some of those identified by call-catcher.

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [a348222727352284f786d824dc3a2e523de440eb]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [b14f9301ef503c922d89d6a72772c55606313ff7]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [a69aca13ee5d94250001b534040cfe9f4880a0f0]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [0192ac37e3a1ca592234d85b4d934e634828413a]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [d81f351b9ceb859c730e9cafb9145af86a3aaa6c]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [7e2c45ac8b2149210e768cf250b3c6e77c150a3d]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [4ae1f10baaf4c729934bd9566b846e6f4a2c6770]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [05d144942db73246e8722111a717e53d03c22c6f]

        prewin.h already includes <windows.h>

2011-02-09  Tor Lillqvist  <tlillqvist@novell.com>  [223d92f2add27f7d8d658b51b0bfa9417d6c9418]

        prewin.h already includes <windows.h>

2011-02-08  Thomas Arnhold  <thomas@arnhold.org>  [28731569f58e3e05404a382185deb836ec62e9f6]

        Remove double line spacing and some dead code

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [25a8c84fc4055a8d73f94f042db0f6d3f90f34e4]

        add in AIX here as well

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [46fade23824ba53dcdbaa3d3d2c2c9a122472ead]

        add in AIX here as well

2011-02-08  Baptiste Daroussin  <bapt@freebsd.org>  [b9bed9ad7ca4a6d26f81b9750bd0f074786e5479]

        LD_LIBRARY_PATH fix for freebsd

2011-02-08  Eike Rathke  <erack@openoffice.org>  [4cdb854219094904e033428006fbaed6221d74b5]

        locales34: #i116701# display all digits of era year in era based calendars also for SHORT_YEAR

2011-02-08  Baptiste Daroussin  <bapt@freebsd.org>  [e0bb8b98af592bcb4e7d5450ec2b2eabcddb12e8]

        add freebsd in here

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [d7237ba59d6bdba0f2193da4792df5b1be1e9feb]

        quieten test, who cares what it does when its working

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [aab856b75e9a8567fa358b43af035caeefb7043e]

        fix build breakage

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [3e8bc43f7d2958f2547d69db54cad6f14b000238]

        unused variable

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [ab3476c5db8a5043e10c9030b5e048782cec0edd]

        fix build breakage

2011-02-08  Christina Rossmanith  <ChrRossmanith@web.de>  [692b46ed2192ec17f280714ba254c58524543e55]

        Fixed double line spacing / Translated comments German->English

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [cc4c4cc94f19a2849209d0500728cb78b6857be0]

        fix build breakage

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [c8a5d2ddf55c852de95cf2ab7a9226baebac320e]

        have to deliver some .h files as well now

2011-02-08  Rob Snelders  <programming@ertai.nl>  [123ada6af7bd336aa07260646ee0adca33c8cbbc]

        translated comments

2011-02-08  Thorsten Behrens  <tbehrens@novell.com>  [b14a690506b0786083714489099bc995a464df97]

        Added iota to stl compat header, switch canvas to use that

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [da194cb73f022415ce2a198843235f3db9507aad]

        more std:: -> o3tl:: build fixes

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [51023747ccc70ae7e792b9735dd65a350b5fbf88]

        This file is C(89), not C++

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [52c63c207dc0d6f5569953bb351f2cbf2cd3c33d]

        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  Luboš Luňák  <l.lunak@suse.cz>  [78836f854cf1abcded7293a4c8a7106e5a6c4ea3]

        more std:: -> o3tl:: build fixes

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [889a2487d2c1c1fa97a7efe30ad09f647f5e28e5]

        std::bit_vector -> std::vector<bool>

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [15c6c2085a8261e2c4ac86d6862d1947894411e0]

        more std:: -> o3tl:: build fixes

2011-02-08  Eike Rathke  <erack@openoffice.org>  [3fbfb1932325c7cbbf68225a692f37a38dbeb6e4]

        locales34: merge m99

2011-02-08  Eike Rathke  <erack@openoffice.org>  [dee02b6ecff46ebf5b8cc04d1195d25cc0b15aa2]

        locales34: merge m99

2011-02-08  Eike Rathke  <erack@openoffice.org>  [72df14d2456298edc15a3cd25d32e91c8be6c08f]

        locales34: merge m99

2011-02-08  Eike Rathke  <erack@openoffice.org>  [0003a55a90dd749347dd018d4ba60b29504af96b]

        locales34: merge m99

2011-02-08  Eike Rathke  <erack@openoffice.org>  [59de99050dfb478e3cfb0f355808ce676bc03888]

        locales34: merge m99

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [9457a3ce40c0759d67ed996fbe8fc6c4a8015f85]

        more std:: -> o3tl:: build fixes

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [9dafa8b12c307d3e28eba7bdf138d5a2f8768eac]

        more std:: -> o3tl:: build fixes

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [488922ceada0118bcf54d52d5ed66a908316d6c7]

        std:: -> o3tl:: fixes

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [cd4a86b717083e36d707f0605a9cf5719a411ef0]

        Remove all bogus comments in impress.

2011-02-08  Niklas Nebel  <nn@openoffice.org>  [424dd3898cd2de9b21d9631c7e36716a9536f94d]

        dr78: #i116881# correct handling of cached page breaks for user-defined cell range, remove unused parameter in DoPrint

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [d0b78acb2d0a885c95c97eaa73cb70dae07a6d88]

        Remove useless comments.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [842bfb16f710a624eb48294e5410e9944160c70d]

        Remove useless comments in components.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [48c6d8dfd592bb6e6692d209caf19e230d7d3831]

        Remove few bogus comments.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [7fecac774fd80af9692047574f4c2a5682ec8177]

        Remove bogus comments in writer.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [203c2e012de7e2724577e9ab7f68a57883dda640]

        Remove bogus/date comments in filter.

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [ec7d423f53a7beec49e7a69ccc9cb7bad366b7a3]

        compose1 now also needs the o3tl namespace after moving from std

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [2b0f7be0e3e9da61bec7577f6adfe7015e903b97]

        Clean-up bogus comments in writer.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [74f30263fec7ac5bc69fed2024feafaba498940c]

        Clean-up bogus comments in filter.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [aa5968f33a850dc791c61b830d7eae4123eb29a3]

        Clean-up bogus comments in calc.

2011-02-08  Guillaume Poussel  <gpoussel@gmail.com>  [c93d29181a182b889ca727553ba07e25b55e177f]

        Clean-up bogus comments in base.

2011-02-08  Kayo Hamid  <revol.code@yahoo.com>  [46f8635b140699b3d70f2360b840a628a6788ed9]

        cppcheck: variableScope fixes

2011-02-08  Carsten Driesner  <cd@openoffice.org>  [fb9f0268794bc2f0966c595c5003b19697af5aae]

        fwk165_ #i116742# -headless and -invisible shouldn't show start center

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2cce64e4462a3383169381fafffc176e1c685a98]

        remove trailing CR from patch

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [64faacac24997fd397cf71f7f197d5a7634901a2]

        Get sal/qs somewhat working on Mac OS X
        
        I added about 6 TODOs around disabled tests. The tests need more reseach
        and fixed correctly. Currently I just disabled the tests in question.

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d935718b6ea067fb1e79dbdb2ee91d7e3f640f85]

        Port stuff to our private implementation of SGI extensions

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4d94306389349a57b50523a692f261de7e2489d4]

        Port stuff to our private implementation of SGI extensions

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c71de19e96d4023be747d6f15b1cb4c05fbf0734]

        Port stuff to our private implementation of SGI extensions

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9bb63b5c39ce5a8673826487d6908b1b3aad186]

        Don't use the dummy functional at all

2011-02-08  Rob Snelders  <programming@ertai.nl>  [c3f695ed034e09014fee0604b749d7da2fb11045]

        translated comments

2011-02-08  Michael Stahl  <mst@openoffice.org>  [5bf017167656d80386f2078feef6e33ba9cb65a9]

        sw34bf03: #i116555#: PropertyActionsOOo.cxx: ignore fo:wrap-option (transplanted from e392ccc02819bb6bb3b290c3a81bb23ea9e01d11)

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9592c3b711e572baf0e426460b0fb295686c7d21]

        debuglevels: ResetCapturedAssertions not available in product build

2011-02-08  Michael Stahl  <mst@openoffice.org>  [4446ca597cd26368a95b9ff609c0545db6c4011e]

        sw34bf03: #i116555#: PropertyActionsOOo.cxx: ignore fo:wrap-option

2011-02-08  Christina Rossmanith  <ChrRossmanith@web.de>  [4d6bed4be93e890ac2ce62afd562e2e008d08207]

        polishing of comments

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [0621179b660a27333e7a6fec0a772eb495402c30]

        Work on getting SAL to test on Mac OS X

2011-02-08  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [d106375b005f49a848a1c3b024d8c4f963ee3edd]

        lp#696527: enable human icon theme in LibreOffice (cherry picked from commit cfa7e88f5959a8b3b729107d61351410be80f49b)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-08  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [ce0f300fb5c4208e7c34f4da8f6bea959505f076]

        lp#696527: enable human icon theme in LibreOffice (cherry picked from commit 00b43fc0d82950e2abc57cca3746d395252bc9e0)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-08  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [87018255d1574bb70fccc58ae2bb9c7a89e09181]

        lp#696527: enable human icon theme in LibreOffice
        
        Signed-off-by: bjoern.michaelsen@canonical.com <Bjoern Michaelsen>
        (cherry picked from commit f6a16194d1348cb1c679acec5cd9e014ca3f3104)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-08  Luboš Luňák  <l.lunak@suse.cz>  [af078cdedfb7efb3da4216bef5c907ec1539c5f7]

        apply color properly to form, paragraph or character (bnc#654875)

2011-02-08  Joseph Powers  <jpowers27@cox.net>  [63ec47e63083642e6630f2dbd2bebe152ab9270a]

        Remove DECLARE_LIST( ValueItemList, ValueSetItem* )

2011-02-08  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [14866add20b8841b7662681cde638b753f3d6f7e]

        chart52: merge master fix

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [be61838a57776a9c6bb7eefc7b625c38c6050392]

        Resolves: fdo#34031 bump to hunspell 1.3.1

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [a7903846cbb0a6d040af78365b7a0ba2219e7b70]

        Resolves: fdo#34031 bump to hunspell 1.3.1

2011-02-08  Noel Power  <noel.power@novell.com>  [ba790368468bdd197168cf1b883d88909229b02b]

        oops, correct commit fa8cfcd45225d55d567e5ad05900c36700549d5d
        
        bah, I applied the wrong copy of the patch to the tree I use for committing. Minor tweak to logic

2011-02-08  Michael Stahl  <mst@openoffice.org>  [d0a784e4300d582d0d478038758c1eb3b4a037c1]

        sw34bf03: #i113359# patch by dtardon: desktop: avoid possible null pointer

2011-02-08  Noel Power  <noel.power@novell.com>  [3ee8f5cd26b27dae44ecb494b975855e1fe524ba]

        companion ( or even part 2 ) of a fix for fdo#30879
        
        tweak oosplash arg handling to not clobber some special url protocols, '.uno', '.slot' etc.

2011-02-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3621ebea13a7c5fe00ac340be48b899ff83ad563]

        ka102: try to find libs in system first, then relative to vcl library

2011-02-08  Michael Stahl  <mst@openoffice.org>  [56ae06cd392e208424a00f7e920b9ed25e5943ad]

        sw34bf03: #i116443#: unordf: do not use rdfxml-abbrev serializer

2011-02-08  Michael Stahl  <mst@openoffice.org>  [18c7a3c31a214ed6170f0a8c88b4d9d67d0855eb]

        sw34bf03: #i97170#: xsltdialog: XMLFilterJarHelper::copyFile: truncate target

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [16680c16eb84b5315dbbeeb61b3693c4d567640a]

        CWS gnumake3: found another tools integer type

2011-02-08  David Tardon  <dtardon@redhat.com>  [663f53d3e6a2f73353e4d0077180434cdc950f5f]

        handle css::table::BorderLine in addition to css::table::BorderLine2
        
        That means that table cell properties are correctly set on OpenXML
        import again, whoo!
        
        Signed-off-by: Cédric Bosdonnat <cedricbosdo@openoffice.org>

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [17685bd4d09032520847cff073c1a62139c16ab9]

        CWS gnumake3: resolve conflicts after pulling in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [ac7b98abe6dec9b37953bea2f1b9ffdd2652ac7a]

        CWS gnumake3: resolve conflicts after pulling in cws removetooltypes01

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [43ac9d392c1e80706f0bae8f8c73cfe0dfb0ecf2]

        WaE: remove set but unused variables

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [c3cdfda71d082f9b735c3489bd52e232f172c663]

        GetTaskItem unused anywhere

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [00ac0b37763f1da5d9e8a036dca5848b59948ab1]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [175f1c5a24627787292b03f9703c913f8f889d4d]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [f10a74f4fd0a0ba9702dd657232a50441fb0418f]

        Move prewin.h and postwin.h to solenv and adapt

2011-02-08  David Tardon  <dtardon@redhat.com>  [26463988018c334f620678194e1b264cf1d815f4]

        do not derive from std::list

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [2bebe311aa88fd782bf0fb502642da0fd4311053]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [28f55d0d5ef8616ac45ca36e6fc23a21b64b7a13]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [77acab01ada07c352cd85383240b8281ef591064]

        debuglevels: removed the dead code and UI for binary file formats - no tests existed for this

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d4526842788adf0dcdaacc19f5c53bf9717b3d58]

        debuglevels: make dialog somewhat more usable

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2af2e7681a5e6c9a5cf854741454fce8c4696afa]

        debuglevels: also log errors during the test's glue code (well, assertions, at least)

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b35c388bb80f1d7739afec38dbc842240babbdd]

        debuglevels: make the current test case a global variable, so the AssertionHandler can use it

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [325b08b894be41b87f353010156ce38b9a1cfaee]

        debuglevels: capture assertions during the test run, let the test fail in case we encounter an assertion. Still missing: Refactor the tests so that the currently running test case ("open doc", "save doc", etc.) is known in the assertion handler, so we can mark the proper test case as "failed". Currently, the "new doc" case is marked, which is wrong.

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [50d0937a706fd9c3aeebebd55e21d60499b8be20]

        debuglevels: some cleanup of the smoketest code, in preparation of #i116845#

2011-02-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [350256300673540e25c7ba00add00531d646d8d4]

        dr78: typos

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [138cf77e5191084bf61d09b2564655b48457c7be]

        Drop the unnecessary DllMain from CPPUNIT_PLUGIN_IMPLEMENT_MAIN()
        
        It caused compilation errors even thanks to our workarounds for BOOL
        clashes.

2011-02-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [673f8e891f21fa015370529f3856690d517e3c22]

        debuglevels: #i116845# introduce CaptureAssertions, to forward assertions raised during Basic script execution to a user-defined function

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [0f6951e16967bc86a5b26489a1bbff74ed00f3cf]

        variable set but unused

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [c5a2ee0e1ea6efc252b30827c2fd699394438d37]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [b0c96965cfc02d2beb062158483079a2e746474f]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [2c1c1035d94e50e468650718b29f6ccea58d1e86]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [9a9c4c0159a35ff671af788608a4c04753f66ace]

        Adapt to move of prewin.h and postwin.h

2011-02-08  Tor Lillqvist  <tlillqvist@novell.com>  [aa100206ac6d064a5a8c445e4e282e1d363fc21e]

        Move prewin.h and postwin.h from tools to solenv
        
        All #include directives that include tools/prewin.h and
        tools/postwin.h need to have the "tools/" part dropped. Will do that,
        too.
        
        For earlier git log of these two files, see the libs-gui repository.

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [2785e67bbcd479f864ea941bfd9a47916fd04aa4]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [1e8a573baae510633c90e457b6c47c04b7dff132]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [6952c9ac8a10baaedd0ca4cad6b91ae94c941f43]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [5797fb363dd638178463a1d9dd4aa1d66c67fc99]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [9730661364792059168a06bfbaacf47fc8daf53c]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [6783aa1b25720bcd78ce11c6428dee3becd24340]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [57a759c727bd0df4b665c78b82a8db5a669dd2fb]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [817da8b9dbd1147e2b92640e87465b0c9cf5b1b4]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [40953e8bab7710063353f70ffd4d66a4782b5425]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Mathias Bauer  <mba@openoffice.org>  [d55fc1c693ed693def35feb0c34f82478ae42ae6]

        CWS gnumake3: pull in cws removetooltypes01

2011-02-08  Thorsten Behrens  <tbehrens@novell.com>  [a3d18de4e588b88da4f6a8cbb5d5160beaf4e65b]

        Initial unit test framework for Impress

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bc0cbfc119933569685daaea75a63002693a1455]

        oops a typo

2011-02-08  Thorsten Behrens  <tbehrens@novell.com>  [294c191f6f80e2c7e1e6ed17683c23c3d3b7e9e3]

        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>  [5e5abcdd6fcc2d87160baddc83c8c324ed211450]

        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  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [921b58eea9020de41801a4d9ac8dcac55eb24a19]

        Disable some unit tests that don't even build on windows

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [813b11d0e9aa0f4a71de6081310f95a8bccbebf9]

        Reflect the changes of 66b035b10d7d1803692056c8aca11e23095322e3 into the tests
        
        i.e. "#98452# When converting from Unicode to ISO-2022-JP, assume the initial
        state is ASCII and do not write any unnecessary <ESC> ( B sequences to
        initially switch to ASCII", so we need to modify the test to take this
        into account

2011-02-08  Carsten Driesner  <cd@openoffice.org>  [24684974fe50ca308a7af50a34c5f73d4b2d9d5f]

        removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw

2011-02-08  Carsten Driesner  <cd@openoffice.org>  [40bb208a5db70bd9ab1b877c911f537e4cb68afc]

        removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw

2011-02-08  Carsten Driesner  <cd@openoffice.org>  [40b467cbda2df572038376e88f9d9fced39e5c0b]

        removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw

2011-02-08  Carsten Driesner  <cd@openoffice.org>  [25fafb0689a8cd60890a3f439bb4bf6f747131c4]

        removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw

2011-02-08  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [bb46c0314a42bacba92c30cafd0ddc09b03dce9b]

        Re-animated tests that were based on testshl.
        
        One test in test_outstring_convert.cxx fails for method
        rtl::OUString::convertToString().

2011-02-08  Ingo Schmidt  <is@openoffice.org>  [c166cef2038926bfec05861d0d77c6061f1416ea]

        native361: #i115269# rollback of installation, if unopkg fails

2011-02-08  Ingo Schmidt  <is@openoffice.org>  [76df3c1d4649e26dab420a03853fdcc16a7aee48]

        native361: #i115269# rollback of installation, if unopkg fails

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [7a0dc5b37f36871184c107ec82672cb673e1a0bd]

        still need aliasing fixes

2011-02-08  Rob Snelders  <programming@ertai.nl>  [901e19024cbc74402359f86a80be87d085f2fa30]

        translate comments

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [51d55843333d4cd807a90303054178b229237e9b]

        WaE: fix some shadowing warnings

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ad6ae59025c7bbbcabedffcb81902c3f9a683192]

        Don't use the dummy functional on windows
        
        since MSVC headers contain all the SGI extensions we use

2011-02-08  Christoph Herzog  <rhogez@googlemail.com>  [dbf02afa98047b9de8bcdd27bbc9356165a7cb76]

        Corrected typo in names of four swriter classes
        
        Classes
        
        AbstarctSwLabDlg
        AbstarctSwLabDlg_Impl
        AbstarctSwSelGlossaryDlg
        AbstarctSwSelGlossaryDlg_Impl
        
        were changed to:
        
        AbstractSwLabDlg
        AbstractSwLabDlg_Impl
        AbstrarctSwSelGlossaryDlg
        AbstractSwSelGlossaryDlg_Impl

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [5bef5dfc796d86dc157fb6e68170245ff1adcc84]

        fix duplicate declaration left after merge conflict fixing

2011-02-08  Caolán McNamara  <caolanm@redhat.com>  [e7a71425e416c7daef5251b2ad81187fe9af39db]

        fix to build and remove 64bit warnings

2011-02-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5c7c8cd6ef60a77cdc37816734383229fbea75fc]

        Fixed crasher introduced by commit #196197b2

2011-02-08  Christina Rossmanith  <ChrRossmanith@web.de>  [d0849102764f8889c3757a89947ebc0927d961c0]

        Removed blank lines, dead code; Translated comments from German->English

2011-02-08  David Tardon  <dtardon@redhat.com>  [0ed4bd7f1f7e93aa4d470f44c1147c798831425e]

        use local cppunittester

2011-02-08  David Tardon  <dtardon@redhat.com>  [ef269cd66729abf8268ba2914a39c9de90dfcb01]

        enable to run non-delivered cppunittester

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ef2942e54df89b73626558b76229b2ccadd54936]

        cleared the need of the non-standard numeric, rope and vector header

2011-02-08  David Tardon  <dtardon@redhat.com>  [911536bc3b20ed6e2ad8a62adf44ebde679ca7f9]

        add (pre|post)extstl.h around cppunit includes

2011-02-08  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [45c87b15c94fbc4f706b89082feb7c93d44c8e95]

        Reanimated tests in ure/sal
        
        Tests based on deprecated testshl are reanimated for:
        osl/condition
        osl/file
        osl/module
        osl/thread

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3630305bfebb38ee8e3750cd38fc5811778cf72c]

        std::bit_vector -> ::std::vector<bool, std::allocator<bool> >

2011-02-08  David Tardon  <dtardon@redhat.com>  [90eb4816cefe1e8433fc9791697a3d3d912b53b5]

        WaE: unused variable

2011-02-08  David Tardon  <dtardon@redhat.com>  [abf3bf78f26e0c3529916eb069b89fca466241bb]

        assign the right var

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b162c5d59ee1659ef741b136c651b9c62311adad]

        std::bit_vector -> ::std::vector<bool, std::allocator<bool> >

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c0c7b8510d90895bc65323eee5d9b37944e4361]

        deliver _all_ boost directories

2011-02-08  David Tardon  <dtardon@redhat.com>  [c5731aeeeef41c7aab64820ad0986f80705f780a]

        this doesn't feel right

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d0f6d5d97c66a361928c1d709b49d55ddeec6452]

        std::bit_vector -> ::std::vector<bool, std::allocator<bool> >

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [75faa24553bbbf5e37ffb5df90b5ba638f96f7ce]

        rewrite the one use of std::iota

2011-02-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ae8361181321690ebc956f31639d857f8d7b0512]

        std::bit_vector -> ::std::vector<bool, std::allocator<bool> >

2011-02-07  Joseph Powers  <jpowers27@cox.net>  [1e82579c589cbbbd547564f5db6ea4340c8f1468]

        Remove DECLARE_LIST( ImplTaskSBItemList, ImplTaskSBFldItem* )

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [7dc6676f4b700b955d9216763f6aa47db56d9542]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [783fb6dbf5d3cb4ba39830b555acc7f79e45dd8b]

        Fix comphelper parallel build, so that the tests may run.

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [d856c71a7de5a89a855ab84e5c99a187675fb3e6]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	configure.in
        	solenv/bin/build.pl

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [cb494af6970a4d37b8ff81c29f90d18371fedb64]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sw/source/core/crsr/bookmrk.cxx
        	sw/source/core/doc/doc.cxx
        	sw/source/filter/ww8/ww8par2.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        	sw/source/ui/dbui/mmoutputpage.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [d7af1d17c0bfe6ce8c0584a4e8135424d5677a7f]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	bridges/source/cpp_uno/gcc3_linux_intel/except.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [27bf6cece90304920ea3c2412555ed34e9753958]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [9b81d7d1255e8288ffa862a141f53a31c67e14f9]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [7f215114c4bfde00fdb131ec2e4205807cdcdb6d]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [9943d9dfaccc5df4a3b1b1b81cc4bc30ba92cf7e]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	vcl/unx/kde4/KDESalGraphics.cxx
        	vcl/unx/source/gdi/salgdi.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [ab4cd7408afad911ebdb6ac767b5bee9b6d638d3]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	dictionaries/prj/build.lst
        	dictionaries/uk_UA/makefile.mk
        	hunspell/makefile.mk

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [ca7a520d8c7daa242402acbfed3a965da187de9d]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	libwpd/makefile.mk

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [e1740510b7786803134411d9aa3a125642cf9fdc]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sfx2/source/appl/appserv.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [a445d8c0472965bcf8d0d1bfbd469616b7fc325c]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [4145654d9715eabe3b010785faeccfec491913d0]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	writerfilter/source/dmapper/DomainMapper_Impl.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [829dc83914991dcdb897d0392c8e499d06add267]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [75d9372d41f2115d24f3efc35516a252fcb64c02]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [18e39b8c4da749e0cad428e7f35931d02e9ecc9f]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	cui/source/tabpages/swpossizetabpage.cxx

2011-02-08  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [6cbc70d67076de6ac8d7475c7dcb6d34bb8104d9]

        lp#696527: enable human icon theme in LibreOffice
        
        Signed-off-by: bjoern.michaelsen@canonical.com <Bjoern Michaelsen>

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [6aca28f6d61e6de0af956cb53030e805ec7a4553]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sc/source/core/tool/token.cxx

2011-02-08  Jan Holesovsky  <kendy@suse.cz>  [df1ed38e98120da097bc789269e7003c97d16f86]

        Merge remote branch 'origin/libreoffice-3-3'

2011-02-07  Jan Holesovsky  <kendy@suse.cz>  [79345f9ca0fd6b641c90e1577120d70a2806d00c]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	default_images/res/odb_32_hc.png
        	default_images/res/odf_32_hc.png
        	default_images/res/odg_32_hc.png
        	default_images/res/odp_32_hc.png
        	default_images/res/ods_32_hc.png
        	default_images/res/odt_32_hc.png

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f]

        Remove dead code. Mostly unused namespaces

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [dac6fe7131afa52b8e42b18ace7cf125a193b977]

        Remove dead code

2011-02-07  Andras Timar  <timar@fsf.hu>  [9a8d6341cb5c4e3a790f5deac27d55c8eda168cf]

        Added/modified NLPsolver translations from Pootle

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [dedffc5920d285b5194fff7ff9e23cce8fb5c092]

        Remove some dead code

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [d52676fd81af8f9636abbc0276990019aae5b394]

        Remove unused using namespace

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [34f3006ead9bc4f625b6d24b031fefa862e5ce87]

        Remove unused using namespace

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [bb9e51ce0724cfca9166ada36a8d45c6248df4bc]

        Remove dead code

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [5ab2409037bf394c7f5c32986214f38d3421164b]

        Remove dead code

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [44712d1232aba3e2e9780d7d7d68e43580b91d90]

        Remove unused using namespace

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [5e4687547bcfa0c894f8c33ff256e0f130c24122]

        Remove dead code

2011-02-07  Jan Holesovsky  <kendy@suse.cz>  [99fe0a11ca01d9e7f10acc1e138a579457c2f004]

        wikihelp: Improve the check for existence of the localized help, fdo#33258.
        
        This fixes commit 44eaa36c4ce25a7c861455e9dbe6c2c959adecb4 that introduced an
        infinite recursion.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [0056fe28c7bd8e72cd5bdd335f098d00cd0d5d11]

        Remove lots of dead code

2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2bd36830027fa593a3ea45552bdb4705bc47013c]

        fdo#33994: Fixed several crashes around config UNO API
        
        cherry picked from 21427f17e1f6901ac9a7148d5d8ac13e0aad958e
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [d2f2aa914fa15368334fad343ea67b96f15516b2]

        hr75: #i116747#: remove obsolete copyright notices

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [ca6539fd497540133901713a31fb27e00cfb4b8d]

        hr75: #i116747#: remove obsolete copyright notices

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [bd79682982055d279587746e5a8bd0c62b6970e3]

        hr75: #i116747#: remove obsolete copyright notices

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [65a688e8f5276557f2a4d5580215bdf1f451982b]

        hr75: #i116747#: remove obsolete copyright notices

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [63f7eddb2aa796b2a307307224ac91b88d487678]

        hr75: #i116747#: remove obsolete copyright notices

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [1ab9b734d5e784f8295c9157b4524d0130dfa47a]

        hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [a357742109d28804877e6208ac64938614b22be2]

        hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)

2011-02-07  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [c0a1e43c1164bf325208594b6e6d50467c137b45]

        hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0a7d5e540df38bbc931ec813881e8632075dec91]

        chart52: #28670# make the legend within charts resizeable - part 9

2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4387ebc208bd432717f970bc1627eedb3902005c]

        fdo#33994: Fixed several crashes around config UNO API

2011-02-07  David Tardon  <dtardon@redhat.com>  [65818fe50b92dac8a85916a5b841bb6ea120bde8]

        use locally built cppunittester

2011-02-07  David Tardon  <dtardon@redhat.com>  [91b54d2c173401ef026f4dd6c01b5aadcd150db9]

        <functional> is needed too

2011-02-07  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [25f550ca9f91db9a5a09f5926489ae940707835b]

        static libraries need to get linked before dynamic ones for symbol lookup
        
        Signed-off-by: bjoern.michaelsen@canonical.com <Bjoern Michaelsen>

2011-02-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [35a00059b6ce4f841c750445e242d905c1f87c24]

        vcl119: update micro to reflect changes

2011-02-07  David Tardon  <dtardon@redhat.com>  [674a161fc6d8dd32e498b76b4b59073ee75e8103]

        actually enable the STL adaptation

2011-02-07  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [a1360c8bc1859d59d8cc9e135019efc17115acff]

        lp#696527: enable human icon theme in LibreOffice

2011-02-07  bjoern.michaelsen@canonical.com  <Bjoern Michaelsen>  [95132670c54791614d34e0ec5751b5c09d4c02f9]

        lp#696527: enable human icon theme in LibreOffice

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [5f549ccb1c3d111317da4eaf943bdf9218d77766]

        removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [981b1b3d5a9bcdad2a267bedcc5da22266103a0b]

        removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [74330efc82463a2846c994e91b08ed18fc079fff]

        removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sd

2011-02-07  David Tardon  <dtardon@redhat.com>  [aafce6aa43b98e166aded12ab9d22d38fb910123]

        actually enable the STL adaptation

2011-02-07  Joseph Powers  <jpowers27@cox.net>  [9dc52cf149004068d39570784662fbc151ab458c]

        cherry picked from 0679158ebb6c84863e6e0e2fe877ea06eba4a2d4
        
        Move XServiceInfo.hpp from DEBUG to main.
        
        Now that XServiceInfo is always used, it would be nice to always include
        if defination. This fixes a compile error on mac.
        
        PS: Also some trailing white space. The changed code all appears at the
        top of the patch.
        
        Signed-off-by: Noel Power <noel.power@novell.com>

2011-02-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [03ffe8cb0988a3f0d86a5fe08e2af8f4145be601]

        dr78: merge

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [b4286deec9bb63d2c36ca174ac6a9f2d37ee14a5]

        WaE: format not a string literal and no format arguments

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [5b7242c1a26a18d3c001c7fe76e2ba6e5ab6c82f]

        WaE: format not a string literal and no format arguments

2011-02-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7a5084f1acacb0858588d4d0c82651e47ca9914f]

        dr78: rework of stream handling, improve handling of very large streams (prevent loading entire stream into array or string, esp. dumper and VML import), full support of XComponentContext

2011-02-07  David Tardon  <dtardon@redhat.com>  [6f0722eddf0048723aec28ae607c8c42784d81cb]

        TESTSHL2LIB does not exist anymore

2011-02-07  David Tardon  <dtardon@redhat.com>  [eb3b5321a8381bad1a703e0e635267a4f9d35126]

        add (pre|post)extstl.h around cppunit headers

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [32536e53e61a93120b759e5db669dc1007e21c1b]

        fwk165: #i116290# let mimetype stream be zipped as the first one

2011-02-07  David Tardon  <dtardon@redhat.com>  [6bb4f17570713d25072203f5b8ddbcd379c2e8dd]

        TESTSHL2LIB does not exist anymore

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a205833343811090811dea89801533ae41f78b0e]

        chart52: #28670# make the legend within charts resizeable - part 8

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [642c1ee8fac66996d2c500c5e247d17c198c6405]

        removetooltypes01: #i112600# Fix build problem after rebase in sfx2

2011-02-07  Niklas Nebel  <nn@openoffice.org>  [6e9c88663c43ef94504648ab832f5a32ceac1dd9]

        dr78: #i115009# broadcast BCA_BRDCST_ALWAYS if paint is locked

2011-02-07  Noel Power  <noel.power@novell.com>  [7274ce0e6cfb7100b2bf8752e4bd0eae98f0ced7]

        fix for bnc#655763
        
        cherry picked from ae5d018c49d3ab61416cde7fb09c37bcce7d9566
        reviewed in bug https://bugzilla.novell.com/show_bug.cgi?id=655763#c6
        
        Signed-off-by: Cedric Bosdonnat <cbosdonnat@novell.com>

2011-02-07  Noel Power  <noel.power@novell.com>  [9ff42ec6fcbf4d6392104303d6437d9ef5d3d8d0]

        fix for bnc#655763
        
        cherry picked from 7c85cd305fcfaa4d714d5d83a7a1f22000a57a8f
        reviewed in bug https://bugzilla.novell.com/show_bug.cgi?id=655763#c6
        
        Signed-off-by: Cedric Bosdonnat <cbosdonnat@novell.com>

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [93c8eab829b68685fc4a0195692be3f0b8a48572]

        removetooltypes01: #i112600# adjust rebase in sw

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [bb964e573e1ce590e67b58cb8131788bcee2872c]

        removetooltypes01: #i112600# Fix build problem after rebase in framework

2011-02-07  Michael Stahl  <mst@openoffice.org>  [1bb0c1be05015d1966c05645645b5b176d2a9fec]

        gnumake3: JunitTest.mk: bizarre hacks to make it work on windows

2011-02-07  Michael Stahl  <mst@openoffice.org>  [1b830a82ea2ba1174fa70311221ed4b12d4650db]

        gnumake3: JunitTest uses OOO_TEST_SOFFICE

2011-02-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5ab2b21b0a7e63e88737044afcde58659c315790]

        ka102: handle load failure case more gracefully, add service on windows and mac

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [fefb83feae056918105f6ddd80187f983573a387]

        Remove unused header

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [daebe499feceb3c728304cfb41b746b55740d9a7]

        Remove unused header

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [88f014217e8e8c8c2ffc6b497357917800f33520]

        removetooltypes01: #i112600# Fix build problem after rebase in toolkit

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [7cc670555fbaaefa66f2aebfa97bc40d0557d930]

        Remove dead code

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [71eb11b3f78765ae1a06eeb7c94a0a38a71eab71]

        Remove dead code

2011-02-07  Mikhail Voytenko  <mav@openoffice.org>  [377f24352ff38b1894719d1c6f6ec0cc1e5cfa3d]

        removetooltypes01: #i112600# Fix build problem after rebase in connectivity

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [b643cc47ad5845f9609ebc90db07867df43a9ef5]

        Remove unused header

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [80866d488491385fa3bde4c875b2bdf207dc9f97]

        Remove dead code and one unused file

2011-02-07  Niklas Nebel  <nn@openoffice.org>  [1bf5a41b79d7d5bd9421918ab7f918daf7f113a4]

        dr78: #i115128# TransliterateText: use EditEngine to handle TITLE_CASE

2011-02-07  Thomas Arnhold  <thomas@arnhold.org>  [1e4cebf61f31e7eba07621c02b878c38b42b47b7]

        Remove unused headers

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [c397ebdd863e7ee3d59a0aa77b42c20b8ff9b810]

        removetooltypes01: #i112600# Fix build problem after rebase in vcl

2011-02-07  Joseph Powers  <jpowers27@cox.net>  [d73b93915d725a0412fc9fe2e6f3f15ca1c0d373]

        Remove DECLARE_LIST( ImplTaskItemList, ImplTaskItem* )

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [b2a2a0ce7b2d348dbc6c3d11c22b1986b7dbedc6]

        removetooltypes01: #i112600# Fix problem after rebase in xmloff

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [31c7fdb84ac0fbed29a06b3a6410cee962d770a8]

        removetooltypes01: #i112600# Fix problem after rebase in svl

2011-02-07  Niklas Nebel  <nn@openoffice.org>  [b7869b0ce416ca376bc7dd4d9e40a94c59b72013]

        dr78: #i116691# don't reduce decimals if formula is shown

2011-02-07  Joseph Powers  <jpowers27@cox.net>  [080b12d9a90f2381238f3f023937443134755530]

        Move XServiceInfo.hpp from DEBUG to main.
        
        Now that XServiceInfo is always used, it would be nice to always include
        if defination. This fixes a compile error on mac.
        
        PS: Also some trailing white space. The changed code all appears at the
        top of the patch.

2011-02-07  Niklas Nebel  <nn@openoffice.org>  [b90b51166447402d79e24ed214ec6b158a98d7d1]

        dr78: #i116250# set app flag in ScGlobal::SetSearchItem

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5d81e7eace4a9fc6723fc367cae760c75e1f28ed]

        chart52: #i68029# show mean value line in the legend - enable delete key

2011-02-07  David Tardon  <dtardon@redhat.com>  [25b91eeace99e482f58118c7b06ba6bb1c7cc446]

        WaE: comparison between signed and unsigned integer

2011-02-07  Niklas Nebel  <nn@openoffice.org>  [521ff181344e8625fc613c2706fca9585b6aca38]

        dr78: #i116848# Use multiplication instead of a large row number for empty sheets in ScDrawUtil::CalcScale

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5e069f674393ef2ce403f99bf3c6854991eb85e9]

        chart52: #i82802# bigger legend keys for lines and dashes, but not for symbols without lines

2011-02-07  Mathias Bauer  <mba@openoffice.org>  [cf90ac815c16c831606e57c52b9251e2d1747709]

        CWS gnumake3: c compilation also needs to provide name of pdb file

2011-02-07  David Tardon  <dtardon@redhat.com>  [bc83d94a57e6a2f5263dec230782d9b9777cdf13]

        add (pre|post)extstl.h around cppunit headers

2011-02-07  David Tardon  <dtardon@redhat.com>  [c67bf5ce71f077b87f82aea9b58f7a2185b44bdd]

        add (pre|post)extstl.h around cppunit headers

2011-02-07  Noel Power  <noel.power@novell.com>  [b84e4df4be442a15b24af800ce2a2a801a148229]

        fix for bnc#655763

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [3634f999fc7812eb711174539227054ace2bda73]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [42bdac822f6b1b6e9d59d28a6b3da80480709b83]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [5a8cef3f14b866ceb4442e565397ad6f04a559fe]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [84a2bad767682ba670a1bd4a8bf7e43dd21eb9b6]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [7fa8864a0f2c4d318c17ee05c19c31c85788a10e]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [dde0ca60a7619e03c7ed5a4ddacfb048dd159ab7]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [e1d7ba29323a12fe05f5bf2aa40a822055f7d065]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [a27e4b8ca5d84790c04a7351c4ea5ef004a0bbea]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [bebf85efd10e676c8a9409c6ebd98a6e767d16f0]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Carsten Driesner  <cd@openoffice.org>  [c39a5bda38b3af9ac6d964e6dff598e93121798a]

        removetooltypes01: Rebase to DEV300m99

2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8bf38998ec5892ae82cee340caa6c06715c4aa7d]

        Fixed size computation for toolbar menus with controls

2011-02-07  Noel Power  <noel.power@novell.com>  [792c98dc7a5954068ea158a00d7910a97ac8ac73]

        fix for bnc#655763

2011-02-07  Caolán McNamara  <caolanm@redhat.com>  [f0171370526a27e32d96af2fca0ff58d3c5c57d0]

        Resolves: #i25247#, #i25561#, #i48064#, #i92341# CTL/Other Default Font
        
        Signed-off-by: Cédric Bosdonnat <cedricbosdo@openoffice.org>

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [fcad23d649fa143ec292f3775efd8d28d185286b]

        chart52: compiler warning

2011-02-07  Noel Power  <noel.power@novell.com>  [f189a50dd394f23cf4276f0dead590e0862b1cc4]

        fix for #30879
        
        cherry picked from 6eb4e55b0a61f793f635a8038895cb2e452dc280
        
        Signed-off-by: Muthu Subramanian K <sumuthu@novell.com>

2011-02-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4917ee9fc7569d46818310dfee6e8d5fdc7a7819]

        dr79: #i116757# default name for pivot tables

2011-02-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [320062961251d581407eb6b5171e3ce75e48ab66]

        Fixed ToolbarMenu drawing text over controls if any

2011-02-07  Xisco  <xisco@Xisco-PC.(none)>  [1217c1eb0b75a3011a3255e8c5f6c7ec81a3e8e6]

        fix cppcheck errors and warnings

2011-02-07  David Tardon  <dtardon@redhat.com>  [4fd74f21ddec4c4d3453c3dbb819bb8c58274db6]

        comment out the failing test case for now

2011-02-07  Tor Lillqvist  <tlillqvist@novell.com>  [4c1ba5ddfea7b3be17da0ece8f1cf41b3125f4c7]

        We don't need ddraw.lib which doesn't even exist in the current DX SDK
        
        (cherry picked from commit 7bc42b864b22fd8e0b159dfec212abaf989ff9aa)
        
        Signed-off-by: Noel Power <nopower@novell.com>

2011-02-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6457e973f502108024336f65d32be7c33d1c6865]

        debuglevels: #i116839#

2011-02-07  David Tardon  <dtardon@redhat.com>  [386711957ca5b28ef16c6ad5b1362e214179f9ce]

        use rtl::OStringBuffer for message

2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [7e8efb4b44eb5c0f0e09a6452472262cecfbd590]

        Removed unnecessary includes

2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [24968350f7b977a85805f2e10146f60afc2b08fb]

        Re-animated tests that were based on testshl.
        
        One test in test_outstring_convert.cxx fails for method
        rtl::OUString::convertToString().

2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [a737bdeb324c6df06ab48276a25c495697aad77d]

        Removed odd line.

2011-02-07  Wilhelm Pflueger  <Wilhelm.Pflueger@web.de>  [c51592268380d7b8b1bae8358165f79e8540b496]

        Re-animated tests that were based on deprecated testshl.

2011-02-07  Antoine Proulx  <proulx.antoine@gmail.com>  [9e2765ff57f8e35c4670cd9324f0438e3dc6f538]

        Remove bogus comments

2011-02-07  Karsten Gerloff  <gerloff@fsfeurope.org>  [e133940670eb1b113b445bbc1dd74547a8acd648]

        add readme content from the wiki

2011-02-07  ka  <kai.ahrens@oracle.com>  [591982d2f398724a74383338dd2268d05423130c]

        ka102: disable graphic attributes in case of RenderGraphic content

2011-02-07  Christoph Herzog  <rhogez@googlemail.com>  [20d787bc8364d1c7e02e608b61709269ba8995eb]

        Translation of German comments.

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [c69fc95173abe406d95f6a9eb9bc9972e4b6256d]

        chart52: #i89539# remove term 'Regression' from legend

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7fd459f91a4cdba4b6e51b477a2d049a441b39e6]

        chart52: #i68029# show mean value line in the legend

2011-02-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [34da9193218bfbbb036ffcc3fc3b26f2251403fb]

        chart52: #i82802# bigger legend keys for lines and dashes

2011-02-06  Julien Nabet  <serval2412@yahoo.fr>  [ba11d549dca2a04a220b59aaf9223ee8f7043da0]

        Some cppcheck cleaning

2011-02-06  Mathias Bauer  <mba@openoffice.org>  [b31ae53bd29953d09dbda1e37e3ec8aeec81807b]

        CWS gnumake3: wrong dll name for component file

2011-02-06  Petr Mladek  <pmladek@suse.cz>  [fa01a166515fe2bcf7309e0bc3f71accb8a981ba]

        add Ukrainian also into packinfo_office.txt

2011-02-06  Petr Mladek  <pmladek@suse.cz>  [96cedad0b41d713c891f108b53c35fe5969604df]

        add Occitan also into packinfo_office.txt
        
        build fails witout it

2011-02-06  Karsten Gerloff  <gerloff@fsfe.org>  [f6ae27e3f17a1cce5040d8e1a93992879a421fcf]

        translate some comments

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [27396f338d13a7bb8846b990586ca0499944764e]

        Restore nCursorHideCount from 8e606ee6c597b86

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [9fb2730dc54926e054a85358bcfa03e35b37e94b]

        Remove dead code

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [95909391a8b0232d10bef090f85c1b69352ad440]

        Migrate DEBUG to OSL_DEBUG_LEVEL

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [11d358ef1f3df45448a1196b7ee9c489690341e9]

        Use OSL_DEBUG_LEVEL > 1 instead of > 2

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [548b32a73b89faac9cdc18e0505ccc41efa0d369]

        Remove nested OSL_DEBUG_LEVEL

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [9e08319c11dcd403b2970bfd0070b47cf92fdeba]

        Fix build.

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [b92b485c6c956b6bfded4bbf72f8413e92fc2a44]

        Remove empty methods
        
        DrawCursor()
        DrawAutoFillMark()
        Remove nCursorHideCount because its useless

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [cac42d3f6aca864da439a83f123638accf2e97cd]

        Remove dead code

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [c7c6be20b026b6409a2bc79f027297d78bb395d9]

        Remove some dead code

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [599c7662a153b5202721118c2f802011fa1e18d8]

        Remove unnecessary variable

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [144cfaf12d5e17b8212ec0f2e7dff54c7fe9f453]

        Fix build and remove one more nested macro

2011-02-06  Guillaume Poussel  <gpoussel@gmail.com>  [cd061ff8b45bf2399dfb0bb3fef184a637f024de]

        Removing bogus comments.

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [3af9cc15d0ae4e966ce5d94f74e5437d962992b6]

        Remove nested OSL_DEBUG_LEVEL

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [458850e7f39a58d4b741d20cea4bd0a20d3be210]

        Remove DEBUG_TBLDLG

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [c0727a60f3b5d808ffe7c761a200bf2ba52d1dab]

        Remove DEBUG_TL

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [258cc43f83dbdf473ef459ffbc68fb485d77aa5c]

        Remove DEBUG_FTN

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [cd8b8485b6559a978f58c8c58075eee4a87588bf]

        Remove dead code

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [6aa501e0fe84f975c175a8e8bd0afe2ea5bf3710]

        Add missing #include <vector>

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [cd9b8ec1dde35cc6927e2782cff69724ed601c9e]

        Convert slist to list

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1f21015e1546086a2d945a3fb375f44a64ae338f]

        hardcode MDDS_HASH_CONTAINER_BOOST

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [462081c738684ec4730a80d492715e1f273fbaec]

        OSL_DEBUG_LEVEL formatting

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [50e38562906ed2ec820fd327c9b3d946b9d62e78]

        Remove DEBUG_FTN

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [9362e908e615bf976af0e7cb4702c814a22cba25]

        Remove unused file

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6bb9b5835f04664b2c82ac500e6e21ac161db080]

        little cleanup of comments

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [90926e382bad55fcf01d9e5ebd78731f0e544a4e]

        Use boost::hash instead if std:hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c1550162b903ba29e62b842efe3b380d46d94cc0]

        add a missing include

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [88ac25b53eb258fa90f02342ec83b25c9772825d]

        Make PropertyPairHash public.
        
        On Linux (for Fridrich), just removing the SVX_DLLPRIVATE was enough to fix
        the issue. However, on the Mac, I had to make it SVX_DLLPUBLIC to get this
        to work. We both don't know why this quit working.

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [9a0787e20f906040b695a762a88e8177366ce066]

        Convert a slist into a list

2011-02-06  Andreas Sliwka  <andreas.sliwka@gmail.com>  [016bb0646404ddb0de74979c3af8da6be91d649f]

        translate some German comments

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ebbe8c23f7f9607e8894ed7e8ad58304cd759e36]

        little comment cleanum

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d72046288c01e52150661034d76a83dde8945a4c]

        std::hash -> boost::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5befef49ddb81954e6df286fd98c2645ccb72d7b]

        std::hash -> boost::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1efeac6ea9912b48c45e1891e7267e99b7c49081]

        std::hash -> boost::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d9cd837b54a05f1c19a8a48a7c7f9ec1b2fd44ac]

        std::hash -> boost::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a15f4939aeb22b3740067a44b490974af91a5dfb]

        removing the hash_map, hash_set and slist forwarding headers

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e0975cb88167fc91c810688835b57544beddd6d6]

        std::hash -> boost::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e0277366b9b9e891f944ec0b41a7f83fa0e2a46]

        Revert "Add #include <hash_map> again, we still use std::hash"
        
        This reverts commit e1c6c40659d7970bbc2fd30d49055f33c82381db.

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [110c79cd4c42d5942fa8144db3e66998b575ece3]

        use boost::hash instead of std::hash

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a51a98a670dc317832baa144dbe67e3232fd144e]

        Revert "Add #include <hash_map> again, we still use std::hash"
        
        This reverts commit fc8a217f55b7b12cceffa2cad83c2a8441b66dc5.

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [5b68e2c6199b8ce8510694c2a2cc18c36a9814d6]

        Add #include <hash_map> again, we still use std::hash

2011-02-06  Joseph Powers  <jpowers27@cox.net>  [d3f2c581ee14489d6d4498e9bd6a9659a6530802]

        Add #include <hash_map> again, we still use std::hash

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [2d7ae26537e046f09a9bdeac62068a0a32b442ef]

        Remove OWN_DEBUG and WRITEDEBUGINFO

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [20cb667f44a493f3d90cba9673f3210445a98ccb]

        Use OSL_DEBUG_LEVEL > 1 instead of > 2

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [50c26300e5b5ae9671f18a9e449516604d16105f]

        Remove lots of dead code

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [270f5b7c3079e49f944162e0ff706654c6115319]

        OSL_DEBUG_LEVEL formatting

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [099a6640faedaac28e04536c6195a3fff128af75]

        Remove dead code

2011-02-06  Thomas Arnhold  <thomas@arnhold.org>  [a4008f30934534571ce978fc874448a5cd08855d]

        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-06  Thomas Arnhold  <thomas@arnhold.org>  [c58c6f98a917f9312adde19c6ec7058c827c8756]

        OSL_DEBUG_LEVEL formatting

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [259c35955a07b450e2653cd78005eb6362cc4d26]

        don't crash trying to erase one past end

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93c5442bd245f6f9dc0ba9689aae235794d6a1a6]

        Revert "revert this change for now as its triggering a crash in saxparser"
        
        This reverts commit b73cf2b1ef3892b4c200c05fd617bfd099aceee5.

2011-02-06  David Tardon  <dtardon@redhat.com>  [e78706a8bf35d8471982e36c4543f2db8a35f1c2]

        make (hopefully) more understandable

2011-02-06  David Tardon  <dtardon@redhat.com>  [118cba7335ff03316a6b5b897de5f9805be8d2c9]

        use the right paragraph for notification

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e8cf25d1eff19017b2cc0874b70c057ed4a2d9ac]

        sw unit tests need libunoxml

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c49b647c0ad2b5f7e729b4b8f4d4c21629d0be0c]

        sgi hash containers -> boost unordered containers

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4d8c24bd5123b2360ea981f95c097d6e20ba54f4]

        remove some more <hash_map> includes

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [314be21c91aaa05271003482bfdbfe2bede85a3f]

        Two more missing #include <vector>

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a91b24db4a2f18804a26e41d06eefaf1db5e7494]

        porting extensions to boost containers

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [68cc88ce0448171c0aa5d6e60c60180f7137dae4]

        Cleanup of boost conversion issues

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c968b1aee970c92afc337a855696967b3aa3fea8]

        also the std::hash_set

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7685200dc1f5c6408cda8c89eedf275ca05708fd]

        move components to boost unordered containers

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [eb1d9d3cda2da6b00749ff61ea63931f00a5b2b7]

        port repository calc to boost unordered containers

2011-02-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ef0c79d924c5715cfb9adebe9fb1c3a2503d7fef]

        port repository writer to boost unordered containers

2011-02-06  Julien Nabet  <serval2412@yahoo.fr>  [37823fe2b4474eca6e8a775668af6bca21e2af55]

        Some cppcheck cleaning

2011-02-05  Julien Nabet  <serval2412@yahoo.fr>  [82d08610465649dd1a49f8b7f6d4e7cf80f15c16]

        Some cppcheck cleaning

2011-02-05  Mathias Bauer  <mba@openoffice.org>  [aed400f208fbf9ba2ce943030f84e6c993f482fb]

        CWS gnumake3: reverted error from cws gnumake2

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c4bced7c2de97abc9cf4faac11617db2f7b585a]

        std::hash_map -> boost:unordered_map

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [639825975e7657c7b3f4eeef208112780e71e545]

        move sdk repo to boost unordered containters

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8851524e49922cd64d387015cdcc9aa4fcede151]

        Migrating to boost unordered containers

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [bd24a310be1459510b760b812838cb87923853c5]

        Remove DECLARE_LIST( ImplHeadItemList, ImplHeadItem* )

2011-02-05  Mathias Bauer  <mba@openoffice.org>  [f9671e08645dc4c93082978b03abec7f1aa958ae]

        CWS gnumake3: check for blanks in WITH_LANG

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [57e8c3fdd47942aee563340b642e817384f8abd6]

        move to unordered containers

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e8ab10be30c9640aab71bc9f4d625378d737b21]

        Fix a typo and one visibility cook-up

2011-02-05  Caolán McNamara  <caolanm@redhat.com>  [a1b931cc43089834308a917689702f4a41eb6319]

        build without nls, we don't need it

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [5b42e9d75c5f00cd9b3aa9f6eaced505e53ff5bc]

        Remove DECLARE_LIST( ImplFontList, ImplFontNameListData* )

2011-02-05  Thorsten Behrens  <tbehrens@novell.com>  [b74fd6e8cc43092fa8cb4ce1439bc08fed4ef413]

        New mimetype icons for LibreOffice
        
        Update from design team, source svg is
        http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/LibreOffice_Initial_Icons-pre_final.svg

2011-02-05  Thorsten Behrens  <tbehrens@novell.com>  [f452a1b010a2564fa237429083cfc9c1f04b1a9f]

        New mimetype icons for LibreOffice
        
        Update from design team, source svg is
        http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/LibreOffice_Initial_Icons-pre_final.svg

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [1b82bcb4f929e47605508d8d0ab86201f4bd01f0]

        Remove DECLARE_LIST( ImpLineList, ImpLineListData* )

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b6ca290586bd1f1e0c91f72eeee50fe24015e5ef]

        data_type -> mapped_type

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [96fede799aa3996cd4a32efad4f07054daa1ea90]

        some more unordered containers

2011-02-05  Mathias Bauer  <mba@openoffice.org>  [03915b1d3e22ef01f43a96041a00f00d3d046c8b]

        CWS gnumake3: add msvcrt to STDLIBS for mingw

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [87c3b65c6cdee26e7b681128b5182bafe44229bb]

        Remove DECLARE_LIST( ImpColorList, ImplColorListData* )

2011-02-05  Joseph Powers  <jpowers27@cox.net>  [d97973cab17b461165bab57e7eb5c14ff3e3e894]

        Remove DECLARE_LIST( NewDocList_Impl, ::rtl::OUString* )

2011-02-05  Julien Nabet  <serval2412@yahoo.fr>  [d78b578d20a7ed3b61db8752c2e00d78c4ca18ff]

        Some cppcheck cleaning

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f96236023ab17b6ecb055627efeb2a52c7e48516]

        remove includes for <slist>

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bb564bec137f76dfa099a1cdda3cf39367a6fe50]

        migrate to use boost unordered containers

2011-02-05  ka  <kai.ahrens@oracle.com>  [7e2ded8f9448a44733db667612c3ce1ea0187106]

        ka102: syntax

2011-02-05  Caolán McNamara  <caolanm@redhat.com>  [176a22eb1df77a31e8d116750ca0cb3a10149fe0]

        and remove some some warning spam

2011-02-05  David Tardon  <dtardon@redhat.com>  [400f1e7334c77cdd8676a9afcd269ecf2eb42815]

        define copy ctor for boost::unordered_map/_set
        
        Build with gcc 4.6 breaks otherwise.

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [da780c6eb3b2f8337d83418e96ada15f0815496d]

        The exception.cpp is not in the win32 thread library in this version

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [20d5eb8b2c1b722bc14f8ffd6938636566d2f4e3]

        Deliver \boost\range\algorithm that is needed for sc

2011-02-05  ka  <kai.ahrens@oracle.com>  [b2e45e37a66d820bf35864ad4dc873a6bfaf1c08]

        ka102: added checks for hashmap / new font export

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c3ac9078a689f7b62f44937ca49d56f1bb82c333]

        download the right boost tarball

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bdb03faba56d35b80d3bdbbd89e81821b876eefd]

        some more std::hash_map::resize rests removed

2011-02-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edbb520d6b4d3743eab03cd8420e97f794926e29]

        some more warnings gone

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [543338c529f034d713dab9981bdd558abb02839b]

        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-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [85072fc85d2084cdb52e595a58751d58feda29b2]

        silence more boost warnings

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [4b1d6163d77c956384ce8521ce0406272755c879]

        Remove the #include guards. The .hxx file has it's own guards.
        
        Also add #include <vector> to work around a boost issue.

2011-02-05  ka  <kai.ahrens@oracle.com>  [09d29ca2b6cf134b91365d8541eb20710ed012b5]

        ka102: missing include

2011-02-04  Tobias Rosenberger  <son@ich-habe-fertig.com>  [c5d7868a6ae76112474430dd55c5c2a4200acf50]

        Translated parts of German comment in inc/ruler.hxx

2011-02-04  Caolán McNamara  <caolanm@redhat.com>  [1d6bdb838009860759ff2abdbbc03102d80f70eb]

        revert this change for now as its triggering a crash in saxparser

2011-02-04  Rene Engelhard  <rene@debian.org>  [07a948b36174d3ac2023a6c1b5b18f3628410fc4]

        add explicit QRegion* for clipRegion to fix compile

2011-02-04  Christina Rossmanith  <ChrRossmanith@web.de>  [5ace73b0896ce36a1ea86fb1c3cb9040f12a3e17]

        Reformatted some comments / fixed typos

2011-02-04  Michael Stahl  <mst@openoffice.org>  [7c3026b4aa032e6c1c477c2f2ebe47f45275c03d]

        gnumake3: toolkit: disable unoapi test UnoControlDialogModel

2011-02-04  Michael Stahl  <mst@openoffice.org>  [272b3c480991ab53e81b3a1923b7a2eff1c16243]

        gnumake3: clear d.lst of converted modules

2011-02-04  Michael Stahl  <mst@openoffice.org>  [5e78b38a6e5341452402eb6e5a1e541be3af5860]

        gnumake3: adjust sfx2 complex tests to m99 changes

2011-02-04  Ingo Schmidt  <is@openoffice.org>  [68bcc92af3c308e9463799b5effbef09d54a9d62]

        native359: #i116797# improve msi database

2011-02-04  Noel Power  <noel.power@novell.com>  [09e81721bbf51ba19aa357877dbd3b42474fa316]

        fix for #30879

2011-02-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b9ab0357bb1c8a4e777a6c4c269bb845e01a0c44]

        upgrade to boost 1.44.0 to solve some std::forward issues

2011-02-04  Mikhail Voytenko  <mav@openoffice.org>  [36815abaffaf74829642858334d0c4180594ac97]

        mav59: #i116806# remove syntax that is not supported on solaris

2011-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2661d7a5a1ce33f8cea9f9fb1132b49e08282a93]

        vcl119: #i105133# tell fillFrameProps whether to apply transformation (thanks joekidd)

2011-02-04  Michael Stahl  <mst@openoffice.org>  [175eea527c95a5d71b41746d78419b4039ac15f5]

        gnumake3: fix JunitTest.mk so it works on OSX

2011-02-04  Michael Stahl  <mst@openoffice.org>  [0bf20373ba45fe6de9b46c32e5c8cc9465e3011f]

        gnumake3: move CppunitTest stuff together

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [b3e9505cc1d6685ef6bdf747800cce1b0fb52a35]

        Remove "Visual C++, 32-bit, version 5.0" and prior version of T2TypeClassMap
        
        Fridrich Strba removed this support in his patches to change the class from
        a std::hash to a boost::unordered_map.

2011-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [128adf7e5c06fff378c8d72b44ec4be1e462984f]

        vcl119: #i109708# use fill, then stroke one small polygons (thanks joekidd)

2011-02-04  ka  <kai.ahrens@oracle.com>  [ca08f1794c075b82a17c915442f1c1c979a4ae1b]

        ka102: added/removed files for SVG import and module cleanup

2011-02-04  ka  <kai.ahrens@oracle.com>  [348b8b51feb29156391a0dc3a21c5e2d73f959f7]

        ka102: added/removed files for SVG import and module cleanup

2011-02-04  ka  <kai.ahrens@oracle.com>  [514ab7f3cbf2ea48cf88f1579d8fc7c0e5a5df48]

        ka102: added/removed files for SVG import and module cleanup

2011-02-04  ka  <kai.ahrens@oracle.com>  [5c9af0b9251b767d88e4c191120e2eb2d7066a93]

        ka102: added/removed files for SVG import and module cleanup

2011-02-04  ka  <kai.ahrens@oracle.com>  [6456f1d81090dd5fe44455c09ae3ede7ec6ac38a]

        ka102: added/removed files for SVG import and module cleanup

2011-02-04  Joseph Powers  <jpowers27@cox.net>  [4e2e09587442a67128bfc85bbe27764890553b20]

        boost::unordered_map<> doesn't support resize()

2011-02-04  ka  <kai.ahrens@oracle.com>  [78a83ae536b338c37fa4dfe11c4d9a738cd23ad7]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [5728aaf9106ff05b15dbace10654592bbbc5c897]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [4fd0369d3877ab9617ee2bf4381ac03898ded01d]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [741d6b3b5aac228e8d9c86b8df6aa43fc9bb9826]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [b40b6a312b76e3e2b7b570fd500db11507134590]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [710128334ee6f2dd538a67d2ecaf2d7b07bb6868]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [d1da85e8f5d3b6a0c5d1fdcc4fedb0eff5e90b65]

        ka102: SVG import implementation

2011-02-04  ka  <kai.ahrens@oracle.com>  [82fdb102997a241e11f7a03819803073fcc2f21f]

        ka102: SVG import implementation

2011-02-04  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [544c4b37845193b42bcde2024ca6e6c08102091c]

        #i115784# registry/tools: fix unreachable break statement after return.

2011-02-04  Thomas Arnhold  <thomas@arnhold.org>  [e07db4f176317b156fcd3410d683c9f2892b083a]

        Fix typo and remove dead code.

2011-02-04  Peter Jentsch  <pjotr@guineapics.de>  [b38becea53ec584dc00315e416e6282d918ba6e1]

        Update of the libxslt based xsltfilter implementation.
        
        * Uses the sax document handler adapter
        * Uses libxslt by default
        * Tries to evaluate the 2nd userdata parameter of the filter configuration as
          the name of the transformation service to use.  This should allow extension
          authors to provide their own transformer implementation (which then could use
          the old java based transformation service which in turn uses saxon and could
          provide xslt 2.0 for the TEI people for example).
        
        This is incomplete in the sense that the current filter configurations for the
        MS Office 2003 filters needed to be changed to still use the Java based
        filter, as long as there's no libxslt based extension function for the
        embedded ole export available.

2011-02-04  Peter Jentsch  <pjotr@guineapics.de>  [f9f85cac33370fc198efb9e76ae1034c22b7f3af]

        add missing config entry for JAXP transformation to word/excel 2003 filters

2011-02-04  Thomas Arnhold  <thomas@arnhold.org>  [097ea7234aae7c4d444e63ab831dd09a932d36f6]

        OString: New method isEmpty()

2011-02-04  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [05f7c9b0bac8a15200337f9b40775fec38a877ff]

        chart52: cleanup unused legend entry stuff in preparation of issue #i82802#

2011-02-04  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7bafb42bf101d13ab336221652124376661f1d05]

        chart52: cleanup unused legend entry stuff in preparation of issue #i82802#

2011-02-04  Thomas Arnhold  <thomas@arnhold.org>  [83734eea36acced7afb5caf8b58716f0d67a962f]

        Clean up makefiles

2011-02-04  Jan Darmochwal  <jdarmochwal@gmx.de>  [69626cfa6458eb3d39baf679011184b3f534f037]

        Accelerate Perl installer builder
        
        speed up get_all_items_from_script

2011-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b8290691f0837a992bd59586216e9021fbccc231]

        vcl119: #i116799# enable quickstart behavior on Mac again

2011-02-04  Mikhail Voytenko  <mav@openoffice.org>  [db76061d8bb5f325a84bec0e28ffd5a4c23ddc20]

        fwk165: merge to DEV300_m99

2011-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6c3dca1f7181d7a171b7eaaa51fe4c0c1af40f94]

        No resize for boot::unordered_map.

2011-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5595d568a15ec2a6d0cf962f2683be1a86c89ea6]

        fdo#32872: Implementation names weren't matching with xcu.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-02-04  Noel Power  <noel.power@novell.com>  [848b1a05c5c41b5e7ff19c984f60c297a8143990]

        fix for bnc#659631

2011-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4a84176c89b66982f7a5556e02a5a38e74b5f355]

        fdo#32872: Implementation names weren't matching with xcu.

2011-02-04  Noel Power  <noel.power@novell.com>  [e5bec90e72d6de799b0ca37afcb09af45f3bbac9]

        revert c57c4b64a18041534359b2cb98389a34e7222b92
        
        ok, changing the patch a little, for ease of review I think better to just bin
        the previous version

2011-02-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ac2741f0361ea516ffe8ead57a6e43665ec99937]

        gridsort: need another include after the rebase to m99

2011-02-04  Ingo Schmidt  <is@openoffice.org>  [44bc040a04d38b01ccf168443922a1f442238c07]

        native359: #i116797# improve msi database

2011-02-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c36e6badf3415cc6f7b5a257f90b3ab0faf29083]

        Put this two includes back

2011-02-03  Joseph Powers  <jpowers27@cox.net>  [a3d4063f8842cba7c3ecec036dabb62918838b34]

        Add missing #include <vector> to the file.

2011-02-03  Joseph Powers  <jpowers27@cox.net>  [dc19cced039f184efb43ae7eb7c9fdb868fda1ec]

        Fix a missed ::std::hash_map to boost::unordered_map typedef
        
        I also added the mac build directory to the gitignore.

2011-02-03  Joseph Powers  <jpowers27@cox.net>  [580ef36b0395c01eadc4e1cd5db506821f761c33]

        Remove DECLARE_LIST( HistoryList_Impl, FolderHistory* )
        
        Also found some memory leeks...

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [1c93537c2ce705590b8fb1dbe5bbc7e543eff90d]

        slist -> list

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [e06b75860a9d46e971d7c638e1ce8a03b46b1f7b]

        std::hash -> boost::hash

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [cbd9e9d4b81e1cb8651a47d8fb671df4052ff0ab]

        use boost::hash instead of std::hash

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [e99fcbe58ef7533da06ee4658a4ee2cde4df58ea]

        Bulk move libs-gui to boost unordered containers

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [030633cd53e8aacdcf1927c46dd6d5b8db58d841]

        moving the rest of ure repository to boost unordered containers

2011-02-04  Fridrich Strba  <fridrich.strba@bluewin.ch>  [aac09aee6761197a023fba69a88340fdba0684fb]

        move bridges to boost::unordered_map

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [e309a0b2ac0ff4815f2fe51714e737d90c3e1ca0]

        move module rdbmaker to boost unordered containers

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [789556321603077e6fc8ee9036f78f9eb941d8ba]

        move module cppuhelper to boost unordered containers

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [4724f82bf287ad7c66403e90c303d345c6194c8a]

        move module cppu to boost unordered containers

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [8554daf5cdfb3339c55c095f44d9f40c8cf9bad3]

        move codemaker module to the boost unordered containers

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [f8e27a7c4629a6487a0047a7bd32bf5f171e4d9b]

        some std::hash_map/set -> boost::unordered_map/set changes

2011-02-03  Thorsten Behrens  <tbehrens@novell.com>  [849279ed996d4f8dbdd2ce07cdd0fedcfb0fae1a]

        New mimetype icons for LibreOffice - also update tango theme
        
        Update from design team, source svg is
        http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/LibreOffice_Initial_Icons-pre_final.svg

2011-02-03  Michael Meeks  <michael.meeks@novell.com>  [205a722d5bb178e5b4deb3a93a529352d5a4c3b6]

        remove obsolete duplicate method

2011-02-03  Chris Carpenter(mordocai)  <mordocai@gmail.com>  [fad7c8f3e0d0518b1a6411d53d5d0a3a43adf119]

        Complete Easy Hack: Remove obsolete BmpColorMode enum

2011-02-03  Chris Carpenter(mordocai)  <mordocai@gmail.com>  [64ffacdf3e269d55ede364f7847df0c56d68fc8e]

        Complete Easy Hack: Remove obsolete BmpColorMode enum

2011-02-03  Chris Carpenter(mordocai)  <mordocai@gmail.com>  [31bd12f464136e911f9db148a6642cfb90b4108f]

        Complete Easy Hack: Remove obsolete BmpColorMode enum

2011-02-03  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [1dd0eb26bbb9db39bcc34d87a758caf36987cd05]

        #i115784# registry/tools: fix initOptions_Impl() commandline argument processing.

2011-02-03  Noel Power  <noel.power@novell.com>  [5b79037b0ec71ed8773e10eadbf1bc4b837962da]

        fix for bnc#659631 simulate odd/even section breaks

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [061bffcb0aa8de15cf4df72acbcf20326a5d3d77]

        Resolves: rhbz#673819 crash on changing position of drawing object in header
        
        The header/footer objects are cunning wrappers to pretend to some parts
        of the drawing stuff that there are multiple objects, while in reality
        there is only one. So call HasText actually gets a totally different
        object from the cast :-(
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-03  Jesús Corrius  <jesus@softcatala.org>  [4fe56df1d58c213759e15f10abf3db2843fcdf69]

        Revert: Use different Windows registry keys than OOo

2011-02-03  Jesús Corrius  <jesus@softcatala.org>  [9e7da97053c71ffc3365ede6416d3b56ff347c2b]

        Revert: Change registry prefix values loffice, libreoffice -> LibreOffice

2011-02-03  Jesús Corrius  <jesus@softcatala.org>  [344dc2614bc76bc8a152418282ddd6f76a553188]

        Revert: Win32 shell extensions have to use the new registry file extension IDs

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [de793a575ab77b3165f60c9d255f7677a9f7957a]

        CWS gnumake3: some problems found in rebuild after resync

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [c48cf58d531bdde1835a389d883fef08d44f2f62]

        CWS gnumake3: some problems found in rebuild after resync

2011-02-03  Jesús Corrius  <jesus@softcatala.org>  [fe9ce8d621de45f52b30accc759e976cf480c9af]

        Revert: Reg4allmsdoc updated to use the new registry file extension IDs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [3335c0b182814ef724d425b24abe3070cb4e83dc]

        get this hack working for gcc 4.6.0
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [8f54c729d0d41c0a2c35f36db97d4f3e4d9a344f]

        Removed obsolete flat xml export xslt scripts from packaging

2011-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [db944ee55fc510ca5940728b0d16a852f12842d8]

        vcl119: #163136# do not pass a clear text password to xpdf

2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [89c80fd1070909b293bb5a57414575d2e784a650]

        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  Caolán McNamara  <caolanm@redhat.com>  [254dba67e70531324daf603a967ec92ba093ab9e]

        don't pushback and process a corrupt extension
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [706218853b30ff509b36186263f65822386dc2ee]

        fixed flat xml export service name in configuration files

2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [d6c923033f786811d91c7a3e02703c42d544ef9d]

        Simplified implementation of the flat xml import/export.
        
        It still lacks the line-wrapping provided by the xslt script
        "split-long-lines.xsl", will be provided later.

2011-02-03  Jan Holesovsky  <kendy@suse.cz>  [e5368b51e92750c655518d476bbbf99f6d958f88]

        css -> ::com::sun::star; this is a header file.

2011-02-03  Peter Jentsch  <pjotr@guineapics.de>  [c69e09e1bf39a072021573a6ce36b6573310031f]

        Move a header providing useful macros, for broader use.

2011-02-03  Jesús Corrius  <jesus@softcatala.org>  [851641916d1a60b5bf98ffd4cb01328fc51e8b00]

        fdo#33785: install mtfrenderer.uno.dll in the correct directory

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [03f8e73f3d01d76c43ce0baab7c6cb6ed9e82051]

        Related: rhbz#610103 more woes on rpm upgrade vs rpm erase
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-03  Thorsten Behrens  <tbehrens@novell.com>  [02bf6010ee9f5451ff0df1f22f027f7507231328]

        New mimetype icons for LibreOffice
        
        Update from design team, source svg is
        http://wiki.documentfoundation.org/cgi_img_auth.php/d/d4/LibreOffice_Initial_Icons-pre_final.svg

2011-02-03  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d6f76584544ae47b090528e94baff52d51b6f0ce]

        dr79: change scrolling to entire rows/columns in all field windows

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [1c72c5eaaed1f9442b918e85818f601559781001]

        move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [b51d688c4054793ee6f47dd6c78b32cfcbd3535f]

        No ddraw.h or ddraw.lib in the June 2010 DirectX SDK
        
        (cherry picked from commit 43e3b9af8f5d85f06485e74b1080cc6a6a86eac4)
        
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-02-03  os  <os@openoffice.org>  [ef75ddb6d32316419b8912271e5177d3bb2c0361]

        initialize boolean value

2011-02-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6bb97c8b31d1eda069a560a82242cb6269a998b1]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-03  Ivo Hinkelmann  <ihi@openoffice.org>  [005e0ad59cdfb9d0d33d74d956cc045d17b9f576]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-03  Tobias Krause  <tkr@openoffice.org>  [3a6ae28ed1860d95d529c736396778367cd141b8]

        tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added

2011-02-03  Tobias Krause  <tkr@openoffice.org>  [40872eccecbcba58c56a39a94a3a5cca7d055294]

        tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added

2011-02-03  Tobias Krause  <tkr@openoffice.org>  [d5feca7dcd9b2de4332c6b53657f6f5acbeb7b9a]

        tkr38: #i112307# Support for x509 v3 Subject Alternative Name extension added

2011-02-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6f7141639b82a8ecff6486dd641129ed49aad122]

        fdo#33561: properly cast the byte in signed short

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [43fc6767f0779bdfa9c2a75f9c38387b7874bae2]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [890599fd2bd872aaa52a278febc7b72036ce0664]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [85fb928fef14ff3fac6631ba297a6fc9bced5b61]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [a60533f101359e6b506dcf0ff4d26956aa76df37]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [cbd577ba3a737b0863156cfcfe46d45189ea95fa]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [45b5cd9dea6f7ad8fa90deb2328b135e4d9ad2c7]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [847fa954db6340c73257ac639424d009310f945d]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [865034108866bf3e1982d66a1e7f1f420ed0eebb]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [f5c10f4fe527d70e9d012621c64d55e7e6e95aa4]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [76f355864a8c03b64ebfc71139f525a1fc25836a]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [0dbcc3e078e157f33dff29fc707cef4e22ec2f22]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [b0f052ee195518d1b351cd522907114741d52b3d]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [0c4f5c96f98c621008e27b9fdc3a5a83982565c1]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [8b873ae44c244cf458f16df1e0e422b192ab985d]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [5931f39f4fe42af15ba38c76b112d15cda431a5b]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [71fdfcbe8dfc415d04762a4d0635db882249778a]

        CWS gnumake3: resync to m99

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [2e913ff4d61087475ddf3d15455a652cb50c0549]

        CWS gnumake3: resync to m99

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [ca0da7f38afec8265ef78e15a6569229a7a672f4]

        fix copy ctor and assignment sigs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [55e325ab97272c771040cb053838c3cc99913635]

        fix copy ctor and assignment sigs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [6234d688638954f172372f646cb300642989ffeb]

        fix copy ctor and assignment sigs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [8257ce4cd7d721255c48c0224c38d85e91b91d5d]

        mark unimplemented copy ctor and assignment as private, and fix sigs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [b53dc656ea70272ea905876378e4b00409780095]

        cppcheck: fix operator= and stray ;

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [355c0e61ee559f77a50623bc21f09274da5c5a38]

        CWS gnumake3: convert line ends

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [cde6136f581c81bc0d94a354fd741e01609fd8d5]

        mark unimplemented copy ctor and assignment as private, and fix sigs

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [d0705c29447555d20ae25b70c4ebcf48da6f08da]

        gcc 4.6.0 various warnings

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [3438e33b8a288184e27579a993311b03ff788c2c]

        fix up some includes

2011-02-03  Joseph Powers  <jpowers27@cox.net>  [edf852bc3723fd5ee1b48fce15de1dd302cacd38]

        Removed a #include that wasn't needed.

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [4fae3e1d62d8deccb250f369e2b52d849a14eb94]

        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  Joseph Powers  <jpowers27@cox.net>  [c52af4e32a10fea2e6e58f5d2b01692d863184c2]

        Remove a #include that wasn't needed.
        
        Plus, some tailing white space.

2011-02-03  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6f8bd1a04cb9ebb3959672a43ce1f957bb585e93]

        #i115784# idlc: add missing includes.

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [fc3042d2781296df243de4d1ec58e9179ffadce7]

        Related: fdo#33510 identify known symbol fonts that don't advertise as such

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [9d0e9033924bfdeae54cb42ffd918f127c1be140]

        odf1->osf1

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [ea1a3a9a1575f74d8f31813025e98e209d2dc458]

        gcc 4.6.0 various warnings

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [b9811d828e442a86c3fe8a1aeb87f9b300e912d5]

        gcc 4.6.0 various warnings

2011-02-03  Kurt Zenker  <kz@openoffice.org>  [4cd688d3ab0b4726ac30a7ed8e12f76cc28efad3]

        masterfix: #i10000# add missing dependency in offapi

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [4e501bb0611985ac3ed3959d2e394f6acf96069f]

        fix visibility warning

2011-02-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [933795c27b41b3f8f66725a6d814d5fc608a8359]

        dba34d: store max row scan

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [6aa54d04e7793545d3e98ff8f1c6a6664dae06ed]

        WaE: define hid that nErrCode was unused in exception thrown

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [20a3cc352c2b81e2a6138c25aab8f691f5927617]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8650396f929f6ff37b752e6b7d17a87b04afbf3d]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [90c35c4b224bec3a85e1e080f12901e3d0d1af7a]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [f720ab73332799d3a19fd5f077ca05c93c0ebcf7]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7c267a6ac93f297894db15f187cc3dbea2d34319]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7d48c682434ac58110d62a20fd70870b6372f3b3]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5e9253fedc275b6bcf87c78b2b16aeaa1db992f1]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9671c6bc15e93754759b8f098c21010fe87686f5]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8ad089b251de00f3d797f8b3ec2840b6065e3c5b]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d2dc9ec817e37292934840e0c04cb0da80cb5558]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [293b43ae4de478c550c8461de164f7cb8883daab]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [117f1f6c3b8e8e720b8737eafb2a0a0001a86463]

        chart52: merge with DEV300_m99

2011-02-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [c9bfd6cdebb754d1c33a7dcae0041d64dcdca792]

        chart52: merge with DEV300_m99

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [55e801c2af5a311d739041f9328a2bb058bd5fca]

        WaE: signed/unsigned

2011-02-03  Caolán McNamara  <caolanm@redhat.com>  [54f2e7cd5ff3898184b639624a380d01324100d2]

        Resolves: rhbz#674328 more ways for freeserif to crash libicu

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [dcf29ed372163f2085f441152bd6c9747e873ccb]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [898f160f084f25b61c5b396c6a2bb8959b8c0cb5]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [98946138f642eea0dbe3bf73214f29c30af79948]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [39454fe28f0b0e2418e356b9bc2162b6e10a3ffd]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [2cff993f0a9eedc5e1bfe436c9cfa68b830945d2]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [9bfb748bd65b239e2542596f1d3ca39fb81b350f]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [eb88263d373b67f42f00ee9d8b7f5e6ca8c1b4e1]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [fd0342928896b6787a49fd2d6370b26a854c19f4]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7ce87234ca470fe1dc6668ff221300c703b535d8]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [68c3462b2638fd9c4b6bca818213be797a2cf1f5]

        merge from master

2011-02-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [187e3fe7638232212d92db6578ce1befdc1b986d]

        merge from master

2011-02-03  Mikhail Voytenko  <mav@openoffice.org>  [dc67e8e277d6ca8c3422cba0672157e461f9cc18]

        removetooltypes01: #i112600# adjust cairo-related source code in canvas

2011-02-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e239431ec10da5aab0a3c568bbc47ecd2d4b5b1d]

        dba34d: remove unused code

2011-02-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [ac4b181239597f70edfd49bf684c1e16256d71ab]

        dba34d: #i102719# do not allow charts to have negative positions

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [712fba7496cf40dd09ec26672c285ed09e55ab53]

        Build module registry with MSVC stl

2011-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5d1335e1f02b0ebaee310d811214b18e8a276698]

        vcl119: #163136# fix warnings

2011-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [680b4e9038d746c50cc88b66ae535d0b39dbddd9]

        vcl119: #163136# produce correct output when decrypting

2011-02-03  Michael Stahl  <mst@openoffice.org>  [c31bacb8e112b8c59ac15423d9a9f48065e0fe40]

        gnumake3: merge

2011-02-03  Michael Stahl  <mst@openoffice.org>  [eaa34c2402ae69380fa6de575e91a7eafdcbae6a]

        gnumake3: solaris.mk: fix broken RPATH

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [f3b5287172693362ea9a0c277d8d0eb9c6ce3469]

        Use rtl::Allocator in MSVC hash containers

2011-02-03  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [3bcceaa72b950f3d3874f9efee7913fc1c95a74d]

        chart53: #164394#

2011-02-03  Kai Sommerfeld  <kso@openoffice.org>  [e5f1500177bf6d3a0bf1c0f9dd658a2ad19aaa94]

        #i116587# - Workaround for IIS sending challenge without realm.

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [1c17bf61a59042ca35db73e264558ce211265562]

        include MSVC STL code path

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [fd66c3fb05c8aa2031e6f859f6cfaef0ee7bfa87]

        CWS gnumake3: gcc warning fixed

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [1851104998e0996874dbebccbfbd4778848f1f17]

        CWS gnumake3: clean up mingw stuff after adding STDLIBS

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [f6995c48aabedfda6ba6852eabeb10d335cad219]

        CWS gnumake3: clean up mingw stuff after adding STDLIBS

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [be3a2621d216360044db9617b7b4ff9e07c9afff]

        CWS gnumake3: clean up mingw stuff after adding STDLIBS

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [ec283a532c1a30270f41f3f57c6c0ff3612a11d3]

        CWS gnumake3: clean up mingw stuff after adding STDLIBS

2011-02-03  Fridrich Strba  <fridrich.strba@bluewin.ch>  [ffc47ff79631a80dbc7e497e7e9caec9751820e2]

        Adapt the forwarding headers to MSVC compiler

2011-02-03  Takashi Ono  <tono@openoffice.org>  [5497dad8f1c77a44c1289ced5e50bd2e207fcb83]

        CWS gnumake3: adapt mingw port to new features in cws

2011-02-03  Takashi Ono  <tono@openoffice.org>  [771989ed923c671af16065e8a63075f52ab1a508]

        CWS gnumake3: adapt mingw port to new features in cws

2011-02-03  Takashi Ono  <tono@openoffice.org>  [2c1bb40a3c3fc4ee2bff29390934629f0d316ab2]

        CWS gnumake3: adapt mingw port to new features in cws

2011-02-03  Mathias Bauer  <mba@openoffice.org>  [4bf21df8c361722163f0295572730ee95642eb59]

        CWS gnumake3: templates use gb_STDLIBS

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [174857190ad300c0ea8eb264cd12ae16ca5183e4]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a8afeebd5035168cfd999bf01d15da37cd751a76]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a6ef9908e148d8bdee599534c29acc2cb236aa68]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [62efd695fb99fca30c6b3260f5ce57d5558eb35b]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1c85bd71f48baa996cbe43ccd158bc9732e1aa59]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [28bc595fc04eb3586b6a23983778acb3f88134d5]

        pulled and merged DEV300.m99

2011-02-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2e21a7ec4b9aea1c64025896558e5d73e34271cc]

        pulled and merged DEV300.m99

2011-02-03  shirahara  <luixxiul@gmail.com>  [b7e0292a62867165e88af3104f9167841fe80722]

        Remove comments (writer)

2011-02-03  David Tardon  <dtardon@redhat.com>  [bbd8433969a815db2b07fc82eaba3817d9aaa3b1]

        now enable the impl too

2011-02-03  Kenneth Venken  <kenneth.venken@gmail.com>  [7ca07a15538f8c923e46b59125ef7acd30417302]

        replaced DGB_ASSERT with OSL_ENSURE

2011-02-03  Andras Timar  <timar@fsf.hu>  [a50f71d485e7bc25261afef9e738789d6d6e77c5]

        fixing makefile.mk for uk_UA dictionary

2011-02-02  Joseph Powers  <jpowers27@cox.net>  [079dc26ce464a13d51ee3331615f193a4c6d2f7c]

        Remove DECLARE_LIST( StringList_Impl, OUString* )

2011-02-02  Joseph Powers  <jpowers27@cox.net>  [f2a76c0e0b37a635aa76a843b7b8dbdb65a25949]

        Remove some commented code

2011-02-02  Joseph Powers  <jpowers27@cox.net>  [0e3fe1771329cf21da4bd7cd15660ae079607718]

        Remove DECLARE_LIST( RectangleList, Rectangle* )

2011-02-03  Rene Engelhard  <rene@debian.org>  [babbe32413d9a8ecb480f69a0aef5baaff2ef0a9]

        another s/OpenOffice.org/LibreOffice/ in nsplugin

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [d1e4f11a9638887dfa708bf476d9c4473705dbb7]

        Don't try to copy nonexistent pdb files

2011-02-02  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [7480010e50473555d6be3435a29448292db25e56]

        Removed unused functions from calc 2
        
        Removed some more unused functions from calc as identified
        by call-catcher.

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [1a60bef59efd38933d89125abadb8883e96fda7a]

        Silence compiler warnings

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [422b2c72a315d209a4fbcaae1d87394eb9e732a7]

        Silence compiler warnings

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [6ade6fe1e657b1c8092f6a6c18a4c7776590973d]

        Silence compiler warnings

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [f38b7b2f6d342709e704522a93e2bafb009b2678]

        Silence a couple of compiler warnings

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [5267fbacf379023bab3c77710c10250dbc346551]

        Silence a couple of compiler warnings

2011-02-03  Tor Lillqvist  <tlillqvist@novell.com>  [0d2a89ff2676735e76eb39b690775aa29701a2a7]

        Do check for hash_map in __gnu_cxx namespace also with MinGW

2011-02-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0fd19afca7b8063a964032704a9ac6f4ee6e7911]

        gridsort: disabled a test which currently fails on Linux

2011-02-02  Kohei Yoshida  <kyoshida@novell.com>  [724ccbd4fdb39dbfbe78d1e95685dd66391ebd0c]

        Disambiguate nested if statement blocks.
        
        No idea how the parser parses that block, but I made the branching
        explicit, as interpreted by the way the lines are indented.

2011-02-02  Jonathan Callen  <abcd@gentoo.org>  [74a67b2c88e0f939840149ca71d12e3bb8b55d0c]

        Convert tools/list.hxx usage to std::list

2011-02-02  Takeshi Kurosawa  <taken.spc@gmail.com>  [e95db009604e3e896615a16db8f5f9230f781ec5]

        Use SvXMLUnitConverter's base64 encoder
        
        SVGActionWriter uses FastString class to encode an image to a base64 string.
        But there are several more generic encoders. We can use one of them.

2011-02-02  Thorsten Behrens  <tbehrens@novell.com>  [d0261891c173feafd005eb85e4e868c52219cd59]

        Use the th_check.pl where Andras has put it

2011-02-02  Thorsten Behrens  <tbehrens@novell.com>  [dc43a27e0c331ee51087421bfdde12c2265c4085]

        Revert "Utility to scan for some faults in Thesaurus files"
        
        Was added inside dictionaries/util already by Andras, and
        it's much better placed there.
        
        This reverts commit eacd806bcbe948b3ab8644eb59642b66946ba691.

2011-02-02  Thorsten Behrens  <tbehrens@novell.com>  [78fafef34cb0c131cf17cf2ec3d56f22bd1158e9]

        Added unit tests for thesauri sanity check
        
        Using Steve's th_check.pl script to make build break if someone
        adds dupes to otherwise clean thesauri dat files

2011-02-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [cbcb63fd212d7044a7b4020e84c0adae258f5399]

        dr78: fix com.sun.star.io.XTextInputStream.readString implementation() when parameter bRemoveDelimiter is set to False

2011-02-02  Thorsten Behrens  <tbehrens@novell.com>  [30de39075cb63b1bf3362ea5c8f12d211218b531]

        Thesaurus checker script now even with executable permission

2011-02-02  Petr Mladek  <pmladek@suse.cz>  [9a34f07bd932b2569895a9b6cc7d5248cdebd76c]

        lo-commit-stat: really print the found bug numbers

2011-02-02  Fridrich Strba  <fridrich.strba@bluewin.ch>  [bb5140dbb6622a3f579eecbcb46fbfb95d5ab183]

        Initial support of system stl on Windows

2011-02-02  Christoph Herzog  <rhogez@googlemail.com>  [1837819121b2a7c4009d83d48c67e06c40a6b346]

        Translation of German comments.

2011-02-02  Petr Mladek  <pmladek@suse.cz>  [c04b21be7b61267e7d7935bcfc6e19a099ef1f4e]

        RTF export crasher (bnc#656503)
        
        Signed off by Cedric

2011-02-02  Petr Mladek  <pmladek@suse.cz>  [15dc30a79052bda9c3aa473c82f949b44e9c8ee1]

        RTF export crasher (bnc#656503)
        
        Signed off by Cedric

2011-02-02  Mathias Bauer  <mba@openoffice.org>  [ab451ff91e394a5f756558a9b27b39b55c43f075]

        CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework

2011-02-02  Mathias Bauer  <mba@openoffice.org>  [c3c1e664ee43c83937f82362e64296ec9d8018e6]

        CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework

2011-02-02  Mathias Bauer  <mba@openoffice.org>  [582eb5a368de1627164bc50e25f9eab8ae96e1a8]

        CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework

2011-02-02  Mathias Bauer  <mba@openoffice.org>  [67f62cc98934f648230f4ddb9dc6632f1654593a]

        CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [86187c3b33583a920860e265790c2bc878e82f8f]

        Resolves: rhbz#670020 crash in slidesorting

2011-02-02  Joseph Powers  <jpowers27@cox.net>  [9cae2e68cadbcbfe89c80bdb89c36ae3fe066d3f]

        Remove DECLARE_LIST( BrowserColumns, BrowserColumn* )

2011-02-02  Mikhail Voytenko  <mav@openoffice.org>  [40caf500903c7da3dc93d9163bb8fe26ccda7a55]

        removetooltypes01: #i112600# fix wrong type usage

2011-02-02  Ivo Hinkelmann  <ihi@openoffice.org>  [a9bf6471c2abcdaeb99957c33006beccb731b24f]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-02  Steve Butler  <sebutler@gmail.com>  [e7e60cab87d3186d5e8764cf4808de1a17ecdd72]

        Utility to scan for some faults in Thesaurus files

2011-02-02  Ivo Hinkelmann  <ihi@openoffice.org>  [a0d42cf895223fdc944d76744eea8126aa0c0926]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-02  Kohei Yoshida  <kyoshida@novell.com>  [f8953be00bf9cdf392a4d834903fe059b79df2eb]

        i18npool now depends on cpputools for regcomp for its unit test.

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [4f68489ae200d31be8f53fb1818abb2c9427611d]

        Fix per-frame leak
        
        This was defined as a uno listener, but wasn't registered as a uno listener,
        but was a vcl listener. There was no route for it to be released despite all
        the optimistic comments.

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [12cd45febac75497d7cbd2a139e6d4947bfdab0a]

        WaE: throw out some warnings

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [48518b08a0d022a6033eab152df15b11a0bb0d04]

        Related: rhbz#673952 uninitialized variable

2011-02-02  Ivo Hinkelmann  <ihi@openoffice.org>  [995db7246c606df15ad44ee5beb2f97ee3785f2f]

        ivo30: #i116651# fix for unlocalized help

2011-02-02  Jan Holesovsky  <kendy@suse.cz>  [bd8f53d4aed31b9b423a13569ec71f9c4062bd05]

        wikihelp: Do not check for existence of the localized help.
        
        In case we do not have the help installed, it is up to the online service to
        decide the fallback in case a language version is not available.
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-02  Tor Lillqvist  <tlillqvist@novell.com>  [4053d1911d85f24f9ae7de6e19d0bc00d9c44e84]

        Bypass more unneeded tests for Windows builds
        
        The SIZEOF_LONG and WORDS_BIGENDIAN tests failed anyway because CC has
        already been set to point to MSVC, but no required include and library
        paths got used in the tests. The large file support test is equally
        unnecessary, Windows has large file support and no special compilation
        flags are needed.
        
        Just hardcode the known values of the substitution variables for
        Windows.

2011-02-02  Joseph Powers  <jpowers27@cox.net>  [1a82137a5dfe4db8eb7e377039ee6ce966081b71]

        Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*)

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [ebdca00eb68d18e957fd167c52569ebdf60e085d]

        enable the breakiterator line break test

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [dda5eaa8c0ddfecaaf29e75f2412f7182b9c5744]

        Use DT_RUNPATH over DT_RPATH
        
        So that dlopen will load the .so found in LD_LIBRARY_PATH before the one found
        via path of ORIGIN, this way any unit tests trying to set a uno component
        implemented as a shared library will test the local .so and not the one in the
        solver

2011-02-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5a508a16f9de8166946d902610bc44e7b9469204]

        Fixed an infinite loop while exporting some files in doc/docx/rtf

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [6bdf7f86b41967cc70260b40c0f9e740890a5909]

        Resolves: rhbz#674328 freeserif crashes libicu

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [69a3a12a5400ab6702b15a7a9dda4b2a9f920cc1]

        build-break, fix this makefile

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [9b9ebc460bee25e974509d5ea614f30a3be36455]

        Fix CDEFS definition.
        
        Set it after including settings.mk because this file resets CDEFS.

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [03d088a9318fc73cba95b3e89494b4978264f0b9]

        std::cout used in non-debug mode

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [fc59bf1406ad69a85787b59d5db233e9ab5f2171]

        WaE: throw out some warnings

2011-02-02  Julien Nabet  <serval2412@yahoo.fr>  [cab37910766c544281c68795a1b7498ee6a24a84]

        Some cppcheck cleaning

2011-02-02  Caolán McNamara  <caolanm@redhat.com>  [59730079f7592e71ab1fb0a60fb51fab9a540f10]

        WaE: throw out some warnings

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [c58b67eaf3598c249364982615501eb296bda8be]

        Fix CDEFS definition.
        
        Set it after including settings.mk because this file resets CDEFS.
        
        This one enables VBA_OOBUILD_HACK, so we need nCount in a higher scope.

2011-02-02  Tor Lillqvist  <tlillqvist@novell.com>  [8a91eee9c3a42917584f74ac62a46336488811c9]

        More work on except.cxx, intermediate commit
        
        Now I have some understanding what it is the code here should do, and
        have found 3rd-party documentation (in source code form even) for the
        exception-related data structures.
        
        It still crashes, but I hope that is just because of thinkos that need
        to be fixed by debugging, or reading the code. There are some horrible
        code with quite complex casts in places, I need to introduce some
        macros or inline functions instead to make the casting from RVAs to
        real pointers and back cleaner. Also maybe just use DWORD instead of
        sal_uInt32 for terseness, and use a specific typedef name for DWORDs
        that actually are RVAs for clarity?

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [931d9ef98d5bc94d975094bbe9bb4c4c923b4c64]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [074034a79ef6ebf5bb3c0353dbde5ad134d4b3a8]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [98df445a7d1a24e3c01381a5debea1ce58bb5cf4]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [534f5af5ebe17fbf11652a57a2a94993bddbbc7f]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [4327ec0deee4b5362354bd4bc0ec885a412cd071]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [247d7184d30d6098806f36ba95142a56c1e0a7d6]

        Clean up makefiles

2011-02-02  Jesús Corrius  <jesus@softcatala.org>  [e5c11afa976b03cb55d33cf09e57ccec286ddb9b]

        Fix compilation of crashrep in pre-Vista Windows systems

2011-02-02  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [6ec41c445ec457e56149384eff6d05f7d802ac9d]

        chart52: #28670# make the legend within charts resizeable - part 7

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [1607aae1e93371e4f3b827039dd491e2473852ae]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [c7effb5f5d396d2ddef5beaabb68c1dbffdbb3ac]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [fb95d02a1d192e6975433d6c6b432db0122ad3d5]

        Clean up makefiles

2011-02-02  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7bdd6275f136edf04449970c915968ee4f31b76a]

        fix a breakage with multilingual build
        
        readlicense_oo needs xrmex that is delivered by l10ntools

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [1948a4fb13dfd6d80f954fbb11b37b34b4443c60]

        Clean up makefiles

2011-02-02  Thomas Arnhold  <thomas@arnhold.org>  [6bf614b7eed66ef8b24899a3094146a3a9ff0080]

        Clean up makefiles

2011-02-02  Vladimir Glazunov  <vg@openoffice.org>  [0ceb085ea2b49234664765161095f2e5911e2b3b]

        #i10000# WAE: initialize variables

2011-02-02  Vladimir Glazunov  <vg@openoffice.org>  [a1a2a5a68046e75aba3dfd6ba06083a314f12182]

        #i10000# temporarily disable test

2011-02-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d6421660dd2ef25c0aaebe078d24919462f67d31]

        dba34d: #i116022# allow to jump between empty space for controls

2011-02-02  os  <os@openoffice.org>  [098be2bf51434447d8265862f4c7ea68b524088a]

        os146: gnumake3 merged

2011-02-02  os  <os@openoffice.org>  [41d0b02c47ed57a2ad76ab7547708db76706e5e0]

        os146: gnumake3 merged

2011-02-02  os  <os@openoffice.org>  [90559c76306b26724bd280fea6cea2c19ae46831]

        os146: gnumake3 merged

2011-02-02  os  <os@openoffice.org>  [cc44577e3140e589df9eea8dda3d5bbbbaed174a]

        os146: gnumake3 merged

2011-02-02  Thorsten Bosbach  <tbo@openoffice.org>  [5404b53cab99fdd392ae4dd60e1472c5accfe30f]

        Fix some changed constants

2011-02-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [acd83aa7782fcdff32785fadb1c6b61dffd465ab]

        gridsort: when cancelling a column sort by releasing the mouse outside the start column, properly recover the handler state

2011-02-02  Vladimir Glazunov  <vg@openoffice.org>  [df8eb7fcb2b895e43f5c08174699011453aea336]

        #i10000# WAE: cast to right type

2011-02-02  Mathias Bauer  <mba@openoffice.org>  [a204d0906ddf7498cf6bc0acbae4ac949f1a1af6]

        CWS gnumake3: convert editeng to gbuild

2011-02-02  David Tardon  <dtardon@redhat.com>  [bcfc829889c8e763c890765ec1b67a95d88b2987]

        Revert "use debug version of libstdc++ in debug builds"
        
        This reverts commit 3d01d7d631a33670db50c7553bfcb7a670065dc3.

2011-02-02  Vladimir Glazunov  <vg@openoffice.org>  [b8e3d5a9d56ef6dd49b8b52bc22f2529591e16ef]

        #i10000# WAE: initialize variables

2011-02-02  Petr Mladek  <pmladek@suse.cz>  [22f9e8fa30b3a33221fc8daee2983075a0d80e5e]

        bump SHORT_PRODUCTEXTENSION to rc4 and widnows build version to 6
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-02-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d691fb3065d5ed29ac438a32d6cdfe4215f9e201]

        dba34d: #i116214# set controldefault as string only

2011-02-02  David Tardon  <dtardon@redhat.com>  [a9ce1376c3a1311588dab44991afba11ad3a77b2]

        do not annoy with debug printouts on dbglevel=1

2011-02-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4b33dd0038695c3db0e8b3c8e6e6569b3d341004]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-02-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [58990a3bf1ceb2e2c1ea09cb166d4b5ad043f4d9]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34d

2011-02-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [9ba098098f9cdaa688988e169dc6791f3ac735e3]

        dba34d: check eof

2011-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2c53099e2679d3a33922e191e4f119c87d9b6684]

        gnumake3: ignore empty lines in gb_deliver.log

2011-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [344547fcbae26e794e594144da886c4c8cbfe57c]

        gnumake3: reenable packmodule target

2011-02-01  Joseph Powers  <jpowers27@cox.net>  [e043b2117458380e7d680db739cfb3fee7f6f5c1]

        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-02  Kohei Yoshida  <kyoshida@novell.com>  [1e11dd8cf82c11f82da89409e70ca45e74a6d796]

        Prevent selected field index from going out-of-bound, to prevent crash.

2011-02-02  Kohei Yoshida  <kyoshida@novell.com>  [7f5e9871047bfa91b7417278b7405ff6a1ee262c]

        Ensure that the selected field is displayed when the selection moves.
        
        In the DataPilot main dialog, Set the selected field in the data
        select area to the one at the lower right corner, and press 'r' to
        move it to the Row field.  This causes the selection to move to the
        next field in the select area, but the selected button was not shown.

2011-02-02  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [74fc32b5222d7d34cb83b6ea9ffa7d35d37f4e91]

        target.pmk was removed, but not reference to it/WaE initialize variables

2011-02-02  Takeshi Kurosawa  <taken.spc@gmail.com>  [5143c8da717e99ec8f1105c9899f6bf66209217e]

        Use product name for EPS Creator header (cherry picked from commit 2d07f1d678dc868687a9ae8c326b766e7def21c2)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-02  Takeshi Kurosawa  <taken.spc@gmail.com>  [fe1bf4ffca4735c625cb64c128dcf3af39a459d0]

        Parse 'color' property (fdo#33551)
        
        Parse 'color' property and store the value as currentColor.
        (cherry picked from commit d4bac116d0c35d8811a048fdd991363a32df14ca)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-02-01  Julien Nabet  <serval2412@yahoo.fr>  [ea28395404993c2e9540a4efa3d6f453c2698422]

        Some cppcheck cleaning

2011-02-01  Julien Nabet  <serval2412@yahoo.fr>  [fc82a458b39dcd3ec5801c31c44fc8d48f5dc0f4]

        cppcheck reduce scope of a variable

2011-02-01  Julien Nabet  <serval2412@yahoo.fr>  [e15a9e2fb666b9c6e6de5a0bb9a16c858b4d486c]

        Cppcheck Reduce scope of variables

2011-02-01  Andras Timar  <timar@fsf.hu>  [3d6e7cb7683b29a9c121c18e8bd9c4a143714d45]

        s/su urpmi/sudo urpmi/ in Mandriva section of README

2011-02-01  Julien Nabet  <serval2412@yahoo.fr>  [24b3817c71afee19e4759d2a4e7edf8b940f927f]

        2 functions could be declared as const

2011-02-01  Andras Timar  <timar@fsf.hu>  [c25fbbb91d4455fb89ab21a54b2885b83bc8f495]

        forgot add COPYING_GPLv3

2011-02-01  Andras Timar  <timar@fsf.hu>  [b833c98ca8e0ccff347d4a8f838f63b6351cefc2]

        Updated German dictionaries (2010-12-04) - fdo#33751

2011-02-01  Michael Stahl  <mst@openoffice.org>  [5785dee00e8fcfc135385fc847c01be5b5ee295f]

        gnumake3: remove loads of obsolete dmakefiles

2011-02-01  Michael Stahl  <mst@openoffice.org>  [877a4a1fe7b438794e6b2141018477ec847cc65e]

        gnumake3: remove loads of obsolete dmakefiles

2011-02-01  Michael Stahl  <mst@openoffice.org>  [d35ac13ea523d71a725587836f69d06468a1ad5a]

        gnumake3: remove obsolete cppunit test in comphelper

2011-02-01  Michael Stahl  <mst@openoffice.org>  [49912b6e927dd7ef85afdada97b61bff87fe9ead]

        gnumake3: remove dmake files for tests in converted modules

2011-02-01  Michael Stahl  <mst@openoffice.org>  [9f83cd1fd9e92dfc34d800a0160acf8dd394ecff]

        gnumake3: disable some tests that do not build or run

2011-02-01  Michael Stahl  <mst@openoffice.org>  [2b80af23f8142c9bb970a8de20040098ea8ed2b9]

        gnumake3: convert some dmake files for tests to gbuild

2011-02-01  Michael Stahl  <mst@openoffice.org>  [1fd300c8480e37a4299534f70b53baa231935e8c]

        gnumake3: convert some dmake files for tests to gbuild

2011-02-01  Michael Stahl  <mst@openoffice.org>  [153a326981896a84523d3e6ff5340b2c3497136c]

        gnumake3: remove dmake files for tests in converted modules

2011-02-01  Michael Stahl  <mst@openoffice.org>  [d171285f3780a4b1b1e0cad4b40b8b9bc52b62f9]

        gnumake3: remove dmake files for tests in converted modules

2011-02-01  Michael Stahl  <mst@openoffice.org>  [8b6e3b319e192cc5240e7601979efb7f62df2bb5]

        gnumake3: work around opt. bug: smoketest crash on x86_64 linux (g++ 4.3.3)

2011-02-01  Andras Timar  <timar@fsf.hu>  [72c10177d808500b0e09aab26e7484d5f34f69aa]

        padded nologobanner.bmp, new size is 102x58 - fdo#33372
        
        signed off by tml_ on irc

2011-02-01  Mathias Bauer  <mba@openoffice.org>  [698f5c9f4b14ddce37df34672172ecfd8c7d2c17]

        CWS gnumake3: use standard linked libs on Windows

2011-02-01  Mathias Bauer  <mba@openoffice.org>  [f3f0ec3c9ecec3cc677bb0c8f190dab43644b707]

        CWS gnumake3: use standard linked libs on Windows

2011-02-01  Mathias Bauer  <mba@openoffice.org>  [f7d5dd5f78289e1e0934d45262debd532432394f]

        CWS gnumake3: use standard linked libs on Windows

2011-02-01  Mathias Bauer  <mba@openoffice.org>  [2e98dd0232e6f593998060844c50851a54bd3cef]

        CWS gnumake3: use standard linked libs on Windows

2011-02-01  Andras Timar  <timar@fsf.hu>  [b36a77276898d95210b2f173fa1a56a28a558638]

        s/su urpmi/sudo urpmi/ in Mandriva section of README

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [4ba2da94d14f8c67d5699243d4c294300259825e]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [1a6617cf054891b89a330c44e60d9d31bf034d6e]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [95012b599b45aaea7187607770637271ca87e15a]

        Remove RCS information

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [2945b56030e35d30825b458f1ad2cbcb6bb7e5f8]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [3979b8a564975ae97a9441340a34bfa83d7a6ff1]

        Remove empty makefiles and their references.

2011-02-01  Juergen Schmidt  <jsc@openoffice.org>  [134b85e8f8c6bb38c7ce9b4f7f159b8738b0f347]

        jsc340: i114609: support passive component registration

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [1cc9502ccc31e21d231f498b8d8f2843baf4741e]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [7776a2ff01ff750975e0a88e9caed05c2379f207]

        Remove RCS lines

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [c467f8aca17c70b687acd1ec57a8c681469a4247]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [957c87b827c2d762c20e17e31d0f26e6695f4cc8]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [32ce576ef908d3cc7046f04ad08e91718799e260]

        Remove RCS information

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [9d4fdd4f187ae3082ba5077fbdf33e48aaae3821]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [56d652d8a249b10037879b857debd879e262c5cf]

        Remove RCS lines

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [3f33f00305633b67ef7676c234b42918e28cdd49]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [08c3950aaff692455100bb117592ebef296540d4]

        Clean up makefiles

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [930d21a24b06926d8c9c10109e9b3bec56a4fe5e]

        #i10000# removed obsolete second patch

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [f49c8e4496ffe24c982d7778c33b534e9b0f9b29]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [0a26966dc08c05184afc0d47d1533a9e9c9b6df4]

        Clean up makefiles

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [fd6ff6c697c8ee1bfddd9792984b671de642155c]

        Clean up makefiles

2011-02-01  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [dc8e53e3a26667df93dba87deb81b1b461490516]

        chart52: #28670# make the legend within charts resizeable - part 6

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [c418b9df5197a76017769f18d32d72dffbd26386]

        #i10000# ne need for second patch

2011-02-01  Kohei Yoshida  <kyoshida@novell.com>  [968edbe798bb33e1e0d217a316ff7b269913592a]

        Alt-Down for the default data select key. (n#666060)
        
        It was formerly Ctrl-Shift-D which was arbitrarily picked for 3.3.
        We need to use Alt-Down instead to be in line with Excel's.

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [89705a16c1bc2770d40fed9a62800f71e2a4df27]

        Remove empty makefiles and their references.

2011-02-01  Kohei Yoshida  <kyoshida@novell.com>  [acfe0e92e34e771daafa0a8a0afdb426781db046]

        Alt-Down should do the data select popup by default. (n#666060)
        
        As with other default key bindings changed from OOo's default to
        provide familiarity for Excel users, we should assign Alt-Down to
        the data select action by default.  The legacy binding will continue
        to use Ctrl-D for this.
        
        Also, when the cell has autofilter button, it should launch the
        autofilter popup instead.  That was a bug.

2011-02-01  Ingo Schmidt  <is@openoffice.org>  [689d5936b2b392d2d8ffad96acf361e42fe9c07d]

        native359: #i114398# changing mac langpack icon

2011-02-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2cf565290cc8edb641336ac5bba82a791c0a2614]

        fdo#32684: Don't force Char / Lines units on rulers

2011-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a17d76c92f42c70ab1369e3ca3343859d9e9b413]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-01  Joseph Powers  <jpowers27@cox.net>  [177abf404881b3557ef1cc99ef56cf9b6f90abe4]

        Remove DECLARE_LIST( FileStringList, String* )

2011-02-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [da7495384bf7cb1d574fc072f03a8d5e135ae108]

        vcl118: #i65970# revert earlier changes

2011-02-01  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0cae34e7acd9e3d5d1720f84535729204f20e647]

        chart52: #28670# make the legend within charts resizeable - part 5

2011-02-01  Carsten Driesner  <cd@openoffice.org>  [83963a816ec1db449843ccf1590e2612b08510a4]

        removetooltypes01: #i112600# Revert erroneous commit of dbgsv.ini

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [5410e4b4c6d5547a3f131f5c9e52966b6e0f549b]

        #i10000# regenerate configure

2011-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3da39398054c05de5b9b7edc54f769dafd687550]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [23be383f816a2676b3122ff2c3de7a7951e84357]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8d8daacbd486c62936fa524e5a893e3d0a975a66]

        l10nmove: #i116586# Move l10n module into own repository

2011-02-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [54905e54501921db8e033324ef51dea11228eabf]

        gnumake3: generate mixed mode tempfile names on windows

2011-02-01  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [449c729fc69f802eb7136de08dc44321af8f3de1]

        Call-catcher: removed unused functions in calc
        
        Removed unused functions from calc using the call-catcher list available
        in Easy Tasks (first batch).

2011-02-01  Release Engineering  <releng@openoffice.org>  [f2551f71064225a84da45676b867526b29286ec0]

        DEV300

2011-02-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73cf3762eb5968c91383e7cf68db278496271cc6]

        gnumake3: prevent wrapping dmake makefiles from creating local output trees

2011-02-01  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b772ab4055ab0cdf9f7d2cd41a659a6462e71ccc]

        dr79: do not duplicate all fields when changing source range

2011-02-01  os  <os@openoffice.org>  [9cb3d078e6210149927680ef2516481149e5f9ba]

        m98 merged

2011-02-01  os  <os@openoffice.org>  [14d15cc40ae09b050c896c15f94102a41d3deb7d]

        m98 merged

2011-02-01  os  <os@openoffice.org>  [f1d816380635ddf663a7c8fa7ccd97d2b9534cda]

        m98 merged

2011-02-01  os  <os@openoffice.org>  [2b3c62cd2aa44b8b8ba8d6f90e64a9603a22e570]

        m98 merged

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [9d80d75991dcd912aef2caad448fa18dae16b02c]

        Remove unused file

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [0c1a6c4a88d13a911f4fafb257387ce320679a44]

        Remove RCS information

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [ddd47e0c8789c91d13fb49907f306e5f9c420b0d]

        Remove unused file

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [e651b34f1f69c3590943758ae7bfcfeb728f9591]

        Remove DBG_INVALIDATE

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [8b167759ce07dbe1232677d7245d394aa6f09647]

        Remove unused files.

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [4f5cee76c834c90b5718d8854195c9f883d47897]

        Remove DBG_INVALIDATE

2011-02-01  Thomas Arnhold  <thomas@arnhold.org>  [9bf2ebdddaefe3951a0c516bd2ab7d0eb6cc6003]

        Remove LOCATION_PAGE and tp_Location

2011-02-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [a02b324e461456677ae5170e59fe2f5a52106e97]

        Update from sibling repository.

2011-02-01  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [e8c91f364e10dfc20b4ea9f3b940723282c1cab0]

        #i115784# Valgrind: conditional jump or move depends on uninitialized value(s).

2011-02-01  Andras Timar  <timar@fsf.hu>  [c4f448d87c90909bd2c1c10dc50f247e44cd957b]

        Added Occitan dictionary

2011-02-01  Andras Timar  <timar@fsf.hu>  [7e53cc76faf174df7bcd486cd157a473f4134cc7]

        Added Ukrainian dictionaries

2011-02-01  Andras Timar  <timar@fsf.hu>  [729dc419a887f0577515dc2bb39e6d4dc29d2c3f]

        added a word suggested by PeDa

2011-02-01  Tor Lillqvist  <tlillqvist@novell.com>  [d837e29c506b305855d135baeaf5844ea901ad08]

        Fix overflow problem in the custom action for UI language de-selection
        
        In the _all_ installer we have slightly over 100 LibreOffice UI
        languages. The code in the custom action that de-selects UI languages
        based on the Windows UI language(s) and the user's locale had a limit
        of 100.
        
        The consequence was that a few of the alphabetically last LibreOffice
        UI languages: Ukrainan, Urdu, Uzbek, Venda and Xhosa, were not
        de-selected even if none of those languages was used by the user or
        Windows, and thus got installed in a "quick" install and also in a
        "custom" install unless the person running the installer noticed.
        
        Reported by aseques_ on IRC, no bug filed yet.
        
        Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>

2011-02-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f7c840dba549a774ffb24c9d5910976c77f27452]

        dba34d: #i116523# correct string

2011-02-01  Andras Timar  <timar@fsf.hu>  [2d28849b86cc4488b895def0bb6ce2c8ba2ddfdd]

        Added Occitan spelling dictionary - fdo#33574

2011-02-01  Ingo Schmidt  <is@openoffice.org>  [f9cc02d95224856d64b8ff0f3309b57609fc7d99]

        native359: merge

2011-02-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [bee746960f3d94d92e71006a7365a26669f52f8c]

        dba34d: limit invalidate calls

2011-02-01  Clio  <menenem@bk.ru>  [016849df00eeaea3cf58c9ae13cf5c467b37dc43]

        Added Russian translation to description.xml

2011-02-01  Ingo Schmidt  <is@openoffice.org>  [57bd374bbd8726e763748d10b054acc0f0d8c0df]

        native359: #i115669# fixing package description for solaris packages

2011-02-01  Andras Timar  <timar@fsf.hu>  [7c011e3a238ae9df3d585f655d0a8ce5c7607fb7]

        bump the version number of ru dict pack

2011-02-01  Andras Timar  <timar@fsf.hu>  [81813d8639cd62dd3f759e25fc416173588ef217]

        Added Russian spelling dictionary - fdo#33571 #i113873#

2011-02-01  Andras Timar  <timar@fsf.hu>  [2a4c9b27b4ce2cbb206a18ebe7c5b0e96d894913]

        Added Ukrainian dictionaries - fdo#33595 #i113874#

2011-02-01  Tor Lillqvist  <tlillqvist@novell.com>  [7e0c1819d0da9cf7d7cb3e28e8dd5316b310eb2c]

        Fix overflow problem in the custom action for UI language de-selection
        
        In the _all_ installer we have slightly over 100 LibreOffice UI
        languages. The code in the custom action that de-selects UI languages
        based on the Windows UI language(s) and the user's locale had a limit
        of 100.
        
        The consequence was that a few of the alphabetically last LibreOffice
        UI languages: Ukrainan, Urdu, Uzbek, Venda and Xhosa, were not
        de-selected even if none of those languages was used by the user or
        Windows, and thus got installed in a "quick" install and also in a
        "custom" install unless the person running the installer noticed.
        
        Reported by aseques_ on IRC, no bug filed yet.

2011-02-01  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [f69f2d0e52b36f8187efbdd7b92e8703daa2c28b]

        chart53: #i116750# RTTI for SfxViewEventHint not working

2011-02-01  Andras Timar  <timar@fsf.hu>  [afb639bc6f4d5ad0e7b0e6a22150bb1046e95308]

        readme formatting - fdo#32741
        
        * using CRLF instead of LF on WIN platform
        * word wrap at column 75 for better readability

2011-02-01  Andras Timar  <timar@fsf.hu>  [07be07c6e6bd21616ff1b17d0e967b1098a34320]

        added Occitan dict pack to scp2

2011-02-01  Andras Timar  <timar@fsf.hu>  [84c28e1e4bd17926922808f63e0cb312da44e27b]

        updated description of Russian dict pack in scp2

2011-02-01  Andras Timar  <timar@fsf.hu>  [612a3eed5f0b1504386fd38b7843256ccb749355]

        removed gd, ky, pap, and ti from postset.mk
        
        gd - Gaelic (Scottish)
        ky - Kirghiz
        pap - Papiamento
        ti - Tigrinya
        
        UI localization does not exist in these languages. So it makes no
        sense to build anything in these languages.

2011-02-01  Andras Timar  <timar@fsf.hu>  [303b2732bc16f535f0638dd8abf68ad24dd3f75e]

        removed ms, ps, and ur from postset.mk - fdo#33103
        
        ms - Malay
        ps - Pashto
        ur - Urdu
        
        UI localization does not exist in these languages. So it makes no
        sense to build anything in these languages. This patch also fixes
        fdo#33103 - 'Unknown' languages in Language drop down box in Tools
        - Options - Language settings - Languages.

2011-02-01  Andras Timar  <timar@fsf.hu>  [aa4e93c5324465f91c5c2675b9e1a42b233d3389]

        added Ukrainian dict pack to scp2

2011-02-01  Caolán McNamara  <caolanm@redhat.com>  [f39f3d751a5ebc50561ecb22151c7b54db084432]

        fixup

2011-02-01  Caolán McNamara  <caolanm@redhat.com>  [1dcade1632a247ff649b96f724b628367ecd0b20]

        and use the existing metafile if it exists and has some actions in it

2011-02-01  Takeshi Kurosawa  <taken.spc@gmail.com>  [21980b539dbb84891179cd5c1b9d3da95a52715a]

        Fix "Save as Picture"
        
        Currently "Save as Picture" produces a broken eps file.

2011-02-01  Mikhail Voytenko  <mav@openoffice.org>  [754d011124fb1915c3b54210889a73547e6c356f]

        fwk165: #i112994# replace icon

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [99ff7a9fb521895d6ba18ca4ca92d7eb0c3524fd]

        CWS-TOOLING: integrate CWS writerfilter09

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [2e0ce3dd5e10a04fc82bbd7d5f1c8b362d47fc23]

        CWS-TOOLING: integrate CWS writerfilter09

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [1f85e508ed7e94a20d9867ecc3e10d94fdd17826]

        CWS-TOOLING: integrate CWS writerfilter09

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [8725e67157d06397cce0d8257744da0d978403cd]

        CWS-TOOLING: integrate CWS writerfilter09

2011-02-01  Aurimas Fišeras  <aurimas@gmail.com>  [d2b8cb3cf418d0435e7f222aa33b5ab837f4f69b]

        Some fixes to documentation (part 6)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-02-01  Pascal Ullrich  <tentlexs@web.de>  [bbf5aae0e42bc13c0ff28d65e093a24805ae0890]

        Translated some german comments.

2011-02-01  Caolán McNamara  <caolanm@redhat.com>  [446d59e168318ae1d0e064d7409c4335f20259e8]

        exclude the localized style names from the cachemap

2011-02-01  Baptiste Daroussin  <bapt@freebsd.org>  [96747818879a66ed49e4c23868259d14d0e36088]

        accept bsd-tar as well as gnu tar

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [aa2fc0e7863f1acd4712f59a10257ecdddc885f8]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [c395e5608ce118f4296083632d6662f278f0b8fc]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [06601d33f1b67b228b4dc3945ce0a52191effbbe]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [5b7dc4c9b5c1190edce19e568676270f315c31e6]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [b98b964dc2735ca4c42a3905ef5eddcddba411c1]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [1a0a7970636e093d015267b828ecd8d5c2543541]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [4f4f66dc0cd0ec329c9077c84bba9736d67b30d3]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [81aa6703bd21dcde2ee7c679c30a45a41ec2715d]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [e10427dc4b92543f7e304b6b23b1b0ea5006fdcf]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [430c0c414f0bb908f7bff28bde2afab794badc0c]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [19a03d77aeb537c49327c77812b0b8601148ec32]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [52846639a773ae8f13acc04e70e47e83f5b62b03]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [55c782cfec3b6fb9358a3021d935eb3eb2667f8a]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Vladimir Glazunov  <vg@openoffice.org>  [d713562535c618e4a2573e678abace8c031d4d1e]

        CWS-TOOLING: integrate CWS dba34b

2011-02-01  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [db3074e3b6a67f25b6a2f3aa7ea1febf5710cba8]

        dr79: ignore focus events from sub dialogs to prevent similar problems

2011-02-01  pgajdos  <pgajdos@novell.com>  [3043fec55d5d1f11ca6b9cf6b11d9bf2f827b597]

        Fixing font style languages.

2011-02-01  Michael Meeks  <michael.meeks@novell.com>  [91c8929f648e22a2d115dccb53b55b97da73a4fe]

        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>  [7ac7fdc46ab44902762d1d8bb9a8ebd47fc5b380]

        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>  [cd350aabeb6ddee72372cfbb409952b401e5aff8]

        fdo#33459: year of era in long format for zh_TW by default

2011-01-31  Kohei Yoshida  <kyoshida@novell.com>  [46f69ccfcfc2463efe93b4d8f36f46344a97dd0a]

        Use OUStringBuffer in case we need to modify string after creation.

2011-01-31  Sören Möller  <soerenmoeller2001@gmail.com>  [5f85fcb2597eed726a1e8f994ce6e0099181748f]

        Replaced tools/string with rtl::OUString in ScDPSaveData

2011-01-31  Kohei Yoshida  <kyoshida@novell.com>  [41617d61f465c4e9a2d42b849361a3f105e61ec0]

        Remove unnecessary string copying.
        
        When the original code creates a String instance from rtl::OUString one,
        it's not good to create yet another OUString instance from the 2nd
        String instance.  Use the original OUString instance directly and
        remove unnecessary string copying.

2011-01-31  Sören Möller  <soerenmoeller2001@gmail.com>  [39146b5cad541672d30c242098b1db6f2894d15e]

        Replaced tools/string with ::rtl::OUString in ScDPSaveDimension
        
        Changed comparisions and calls in different files

2011-01-31  Sören Möller  <soerenmoeller2001@gmail.com>  [ad11a1f39f08ec34328de3756f2d5f684e7b337e]

        Replaced tools/string with rtl::OUString in ScDPSaveMember
        
        Corrected comparison with return value in dbfunc3.cxx

2011-01-31  Sören Möller  <soerenmoeller2001@gmail.com>  [be088d01597b1fdffe97fe6a36e6d932084a8843]

        Cleaned up spacings in dpsave.hxx/.cxx

2011-01-31  Sören Möller  <soerenmoeller2001@gmail.com>  [81d05f229a102ea254644c1ea3d804baf028aa1f]

        Replaced tools/solar.h types with sal types

2011-01-31  Julien Nabet  <serval2412@yahoo.fr>  [78d248934f173431001a418b7c7be908cb7727c7]

        Some cppcheck cleaning

2011-01-31  Julien Nabet  <serval2412@yahoo.fr>  [79de46edde90a8215b902de255f6a8fab8de1931]

        Some cppcheck cleaning

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [2d62f76bcd41d71268ba6aa6c4e1a0703841e93b]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [83f6c0f9a60a7c211ac98250c87695ad5ad5b92d]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [174a0eb373c5aa772ab421033335cfc7f0e11920]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [7585b27dd3952ff58ad028cac558e113d4b2e237]

        WaE: throw out some warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [933e529f40e35efcbdc1163f35a38a539411318d]

        WaE: mark this dir as warnings free

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [1bc47769d65d2ec45f6f63bc32757f40431205e7]

        WaE: throw out some warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [97608a8a2eb82e7246ddbdd57a72fae42d27e700]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [9af6a24ed73fb71f1ecfb36c9da513239ef0ae16]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [0e2e312ced3503bba1bb69dbc9ec96d170791e14]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  Michael Meeks  <michael.meeks@novell.com>  [2c88bc218ba7ea28eac2a49510e9c40ddff32856]

        fix branching on un-initialized memory in some cases

2011-01-31  Baptiste Daroussin  <bapt@freebsd.org>  [def75a807790721a4569befee6f96ba318f06598]

        initial FreeBSD work

2011-01-31  Michael Meeks  <michael.meeks@novell.com>  [88808cc257071aec0d56d1ca056e241c946765a9]

        make the xmlhelp fix even safer

2011-01-31  Baptiste Daroussin  <bapt@freebsd.org>  [09c82f88c6bb36ff074cc8a585e89a2cf3eb178b]

        initial FreeBSD work

2011-01-31  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7501edf4a53688cbaad55eaca307aa2603b84ad6]

        dr79: crash when using push buttons in pivot table layout dialog

2011-01-31  Petr Mladek  <pmladek@suse.cz>  [3a0ec7548fddb0c474211c60d53259ce526b7c92]

        lo-commit-stat: new script for analyzing commit logs
        
        this script can be used to generate the weekly news, release news;
        it might be extended to do even more commit statistics in the future;

2011-01-31  Christoph Herzog  <rhogez@googlemail.com>  [356b91bdb95536684016a6aeb9edda151b170c0a]

        Translation of German comments.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [0e91a5b571792b6b0ed24eb1157734a2b0ff2543]

        Remove RCS lines.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [c502fa5f30f9a4cf8c7e95b92acfb4214e4a0794]

        Remove RCS lines.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [6a20e9250779df338e188d808501563f73b878c5]

        Remove RCS lines.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [5d95637c0ecfb774543d6198d08e6133ba74e13b]

        Remove RCS lines.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [8edafc7f43a6dcaf7f2e0a7d7db8dbfd1c33dd7d]

        Remove RCS lines.

2011-01-31  Michael Stahl  <mst@openoffice.org>  [61685df8f2ee22ff02f4c2e8d6e3420c3ec7ab40]

        gnumake3: #i116496#: support for Werror (for now can only be disabled globally)

2011-01-31  Michael Stahl  <mst@openoffice.org>  [36db2786816052d93f93ece76ba3989c5e4eece9]

        gnumake3: configure: set $GNUCOPY on all platforms

2011-01-31  Michael Stahl  <mst@openoffice.org>  [d1500544fdd2716463eef4c9c7a7104c7a0dac87]

        gnumake3: #i116711#: clean up tempfile creation: use $TMPDIR instead of workdir

2011-01-31  Michael Stahl  <mst@openoffice.org>  [5446d4f383d07ed44eb868d291214c97f4cdce18]

        gnumake3: add gb_Library_get_runtime_filename (for dlopen etc.)

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [18d50889bd8ebcf027cdbc93106a2473a852a471]

        CWS gnumake3: fix accidental delete of vbaobj lib in module makefile of sw

2011-01-31  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [94a1eb82c3af528e7cc5fcb41837c5076f16a42a]

        chart52: #28670# make the legend within charts resizeable - part 4

2011-01-31  Jesús Corrius  <jesus@softcatala.org>  [c81da8d588d29c44a5a6e6b76f1231f888636035]

        Fix wrong collation for Catalan language

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [fd74891f5fd19ae640448c459026fdde22daccfa]

        CWS-TOOLING: integrate CWS automationdev300m97

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [be6d1a44a1d64d0cc3624b3044819c6f636f5913]

        CWS-TOOLING: integrate CWS chart46

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [394aee32f138b4ec2eeb5b1ee2d9d0abc4d8eaf1]

        CWS-TOOLING: integrate CWS chart46

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [64f03a9d0b6fe478e94ab75f8b2ddcc55bbe2a57]

        CWS-TOOLING: integrate CWS chart46

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [f4a6e83b42f46fe0fd2fc414ef1cb07ee7051171]

        CWS-TOOLING: integrate CWS chart46

2011-01-31  Vladimir Glazunov  <vg@openoffice.org>  [00b51f62c76c426558fb7c7584e02c5b04722975]

        CWS-TOOLING: integrate CWS chart46

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [ee7d4d4201da7bd60912aefc75bd03c405d94753]

        Remove double line spacing and dead code

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [cfd996bcd66b95f077b606ce1d7a0392feb8cd34]

        CWS gnumake3: build Java targets in case env variables for compiler are not set; remove superfluous dependency on java interpreter

2011-01-31  Jesús Corrius  <jesus@softcatala.org>  [8e6b74c1ec581b372034c3f7fab09dfedeb41850]

        Use DELAYLOAD to load shell32.dll in fpicker

2011-01-31  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [47f34102d1d0373e6a09a7c987db119c0a573cc8]

        fdo#33459: year of era in long format for zh_TW by default

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1c67ccf92371b120093f9e3e4ecebe6701dcdbe6]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a7ca9a1c4e8d683f5b6aeeff82b36a2c54ba10d7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2c8f21502681fd7dc9e7df29b95d471ca2e1787b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d3dca1d43808183d85f85d76d071904eeb3076c7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fb3ba76c8c63780dbae2df705b5a628b06002f5d]

        Revert "Temporary revert to compile on Windows XP"
        
        This reverts commit 6734127f11b49e65571f8e1d6b346db9e94ea64d.

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [017970dc24d6b9e7b647a296a638e4c6892ab42e]

        CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [d1d8b2619b4ddd60fdb658240e48fa223d5b53ae]

        CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [be4be360c18d70d88731766a8b097ad8acac9862]

        CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [806470f8bb69b1e383961f0296604fe057ae817c]

        CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel

2011-01-31  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [fda2857f94aa6ae92e4f10a2f5e2374fed8a5302]

        chart51: merge with DEV300_m97

2011-01-31  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [b9f58416bb6e0e5800d00122bf952bfb0bc36253]

        chart51: merge with DEV300_m97

2011-01-31  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [be902d3d9285641252bbf36fb96c884f26678379]

        chart51: merge with DEV300_m97

2011-01-31  sb  <sb@openoffice.org>  [6727dc5d9414e77975b9fd765993c6e207f872f3]

        sb138: #i115619# fix for MinGW

2011-01-31  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [fb2121077df8d2766d067d7161deabcb9af1f62d]

        Update from sibling repository.

2011-01-31  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [7fb5f183e6c67e58c382d1a1c44005a0541dc421]

        #i115784# sal/rtl/alloc: improved support for valgrind(memcheck).

2011-01-31  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [76ac4fe55611deea08a44428cfcce3ded57871cc]

        #i115784# idlc: add missing include.

2011-01-31  Carsten Driesner  <cd@openoffice.org>  [e4ee5496696455f7ef6657c15696f36d3da78659]

        removetooltypes01: #i112600# Make fixes for gcc on Linux x64

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [55f7a50955902337e8bb6011e7b2911dc6b493a9]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d5f4e886dce375f5a216e613e418d367d481e12c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3fa4c29fb269fbaea5f6c5974b7db7992c6b9f72]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [211beed2a9f6b6a239b14d4dac8bc0f30dfdaf29]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5b390caeb07595553d911309c704b6d990c77ae0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [38bb869fa8db331b62853f2b2759ac4b8bedf781]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1152aa393130d0b8b10c771e859c0fc4d79f71c0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0072d9c2840f81867a21c841225572e2f3cae780]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9f72ee283c870a7ceb584556d1e48084beb1968a]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [49c236153e36ebf61b5464bb25132efbfa465ba2]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8fc944138db306d0bffc0b9cbcc756426ba9c60e]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [10308c2621e2efc89dcb0347b98c025fe7ffbebc]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7058b8711de3492c64d639ac73c116d191d15254]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [40fab6f3c8c176d0c0c3f959e5e97fc89bb4533a]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [158ec11b26c4180a56fba9f6b2ab26b2b6d60846]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-31  Thies Pierdola  <thiespierdola@gmail.com>  [530ad1ddcdbc08c4ee1ef6125083895794a98e52]

        Removed include of tools/string as no longer used

2011-01-31  Thies Pierdola  <thiespierdola@gmail.com>  [88f12495ae567532d5dc8490db1ea6e199276fd7]

        Replaced use of tools/list by std::list

2011-01-31  Thies Pierdola  <thiespierdola@gmail.com>  [dbd492d04c70132f8a1c0fc4d72ded96fbe2978d]

        Cleaned up spacings

2011-01-31  Thies Pierdola  <thiespierdola@gmail.com>  [f4d45c0d16d39023d452f1f29a97a8c279819a3b]

        Replaced deprecated types with sal types

2011-01-31  Kurosawa Takeshi  <taken.spc@gmail.com>  [3fd326e39887d41034db22f355f1ad20eab50e34]

        Remove GradientWrapper
        
        These files are not compiled.

2011-01-31  Kurosawa Takeshi  <taken.spc@gmail.com>  [482f5ac90e4e41758b4c6a9aff9cfdf9d589607f]

        Remove GradientWrapper
        
        These files are not compiled.

2011-01-31  Antoine Proulx  <proulx.antoine@gmail.com>  [0f44aa7515866898f4f97123c9ddcb64686f3597]

        Removed dead code

2011-01-31  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [dd9c079376466abb47cbe04b7c3204bb592f0314]

        cws dba34b: fix for i116042

2011-01-31  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [a7432ec69f6aa2fdb574a94540107e5de5439277]

        cws dba34b: fix for i116042

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [85a52fbba9d21d7f7b68331e0017af7ac6ec1854]

        Remove DBG_TRACE_BASIC, DBG_SAVE_DISASSEMBLY and sbtrace.hxx

2011-01-31  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [c08743f5e4f19f11c99cf9ecf07fb7b20d339e21]

        cws dba34b: fix for i115468

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [c7b43187a1e80ca5c304997a641dc71645ad48ef]

        CWS gnumake3: enable compiling without optimization

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [f3373bd04badf2a4cfd7e27c836969c6273699e9]

        CWS gnumake3: enable compiling without optimization

2011-01-31  shirahara  <luixxiul@gmail.com>  [4b0e7913caf8e2d180f8435545e007e1e898d73b]

        easyhacks: remove bogus comments

2011-01-31  shirahara  <luixxiul@gmail.com>  [28a110eaa888be53610c83545225563f30da970c]

        Remove comments; sw/source/filter

2011-01-31  Tobias Rosenberger  <son@ich-habe-fertig.com>  [964f93e007aa7aba72bb0ebc233dfc2b5733f6fb]

        translate german comments

2011-01-31  Tobias Rosenberger  <son@ich-habe-fertig.com>  [33e48ea4e7073e7d57926ff507b5b90b19c7822a]

        translate german comments

2011-01-31  Tobias Rosenberger  <son@ich-habe-fertig.com>  [5f15147962b0ab88b1f7a332c9a29694caf60d15]

        translate german comments

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [0957067842dedb33dd6bff20f2d8df28242f692b]

        WaE: various new gcc 4.6.0 warnings

2011-01-31  shirahara  <luixxiul@gmail.com>  [9b23ff91eebab9dc906565d649585dec875412bf]

        Remove comments; sw/source/core/access

2011-01-31  Francois Tigeot  <ftigeot@wolfpond.org>  [ae6acbd210d30f0c94f3d930b83aa6a9e9e589b8]

        add initial dragonfly support

2011-01-31  Mathias Bauer  <mba@openoffice.org>  [cbbc928042e98fb35009a09b1a26205a026e5a13]

        CWS gnumake3: gcc is used for dependencies of src files and it requires quotes instead of braces for includes if the . folder shall be interpreted as the directory where the src files is located

2011-01-31  Aurimas Fišeras  <aurimas@gmail.com>  [406a63e9a0f1a955ff08a0d10d13352174b77193]

        Some fixes to documentation (part 5)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-01-31  Lucas Baudin  <xapantu@gmail.com>  [0377b99b3f50a67e7845a3d728313e5a2ef36e73]

        GTK: Use gtk vseparator instead of native one for the toolbar

2011-01-31  Guillaume Fillol  <guillaume.fillol@lello.fr>  [391920118c2b627e35b6bf6cbb35ae355e7bffe9]

        Easy hacks: remove double line spacing

2011-01-31  Christina Rossmanith  <ChrRossmanith@web.de>  [dbae33691d605963d6b09754676db43a3e440c4a]

        Easy hacks: removed double line spacing

2011-01-31  Clio  <menenem@bk.ru>  [46cec8880ff27ff8199f059395b6331e8fe4cb8c]

        Added Russian translation to description.xml

2011-01-31  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [2ad694bb69576aef08071889055eac57b2414a17]

        #i116721# Autotests for new option in csv export

2011-01-31  Caolán McNamara  <caolanm@redhat.com>  [10039e6e238d6e922851b80fd9193f0091daedb4]

        WaE: /* inside //

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [e13627acb1e7b60e56110cf9a471bf1ddf141607]

        Remove unused DBG_STATISTIC, IPR_CACHE_MAX and IPR_CACHE_MAXINPUT

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [c6730f00d5b78197903e2cb9859486b4380792ac]

        Remove DBG_UTIL_MESSEHACK_AUSKOMMENT

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [3ad16c66c3a391000171f35cb2c357199cb3ab04]

        Remove DDRAW_TEST_OUTPUT.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [c3897705a8a38b0892f0b8913c0469dee6e0b80f]

        Remove COPY_TO_TITLE_FOR_DEBUG.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [28fe6c99552c3dfb533b1ddf63e524fc6f8b4ebd]

        Remove double line spacing.

2011-01-31  Thomas Arnhold  <thomas@arnhold.org>  [6c59ac1eebc19429a201dec2df8a1e28c3ff98ce]

        Make this file readable.

2011-01-31  David Tardon  <dtardon@redhat.com>  [b36810be0c65fe8939012d71e6e6300394afaff6]

        remove dead code

2011-01-31  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0dde49b239427444192fc3accf2200f175842bba]

        gridsort: pulled and merged latest changes from CWS dba34b

2011-01-31  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7c76284e0e24a43560a7ca4b8d4ebbe0dc1fd33e]

        Don't copy over files under version control
        
        scp2 handles the case where the OGL transitions are not built just fine

2011-01-31  David Tardon  <dtardon@redhat.com>  [d326d10ba876b064cb092a3cf4909fc3c915242a]

        use the right variable
        
        Not that it matters much, as nWheelBehavior has the same value...

2011-01-31  Tor Lillqvist  <tlillqvist@novell.com>  [a129a38585fe89bb95de35982432c28dd4c62b4d]

        Fix thinko

2011-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [24ab72b31e7e368ef498484a78fa06a807cefec9]

        removed useless codes

2011-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [28be415f522eaf92ae2fab38aaec3aff53a2da1d]

        reduced scopes

2011-01-31  Takeshi Abe  <tabe@fixedpoint.jp>  [da8462ab05cbcca8266f9335560028870667e943]

        removed unused comments and fix a typo

2011-01-31  Juergen Schmidt  <jsc@openoffice.org>  [92205c71c52f62c1d5fee3fc6da55ef2bc608ea3]

        jsc340: merged to dev300m98

2011-01-31  Juergen Schmidt  <jsc@openoffice.org>  [35c319c209f34e62cebd0193693727c30795c8cc]

        jsc340: merged to dev300m98

2011-01-31  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [e2b4fb1819fb4b4eb84854ac5bd2ca795a795eaa]

        WaE / remove unused code
        
        commit cc4735fd9e5d0d466a59279de4bb6ab739050a1b (merge of os28) removed
        the part that actually made use of it, thus dead code now.

2011-01-31  Tor Lillqvist  <tlillqvist@novell.com>  [d398fd1383e07c8ee525d91f398d44394e3c7ff2]

        Now the C++-UNO bridge on x64 Windows works a bit better
        
        I had implemented a couple of basic things quite wrong, partly because
        of easily misunderstood Microsoft documentation. A couple of things I
        just had forgot to do properly.
        
        Attempt to make the source code more consistent in spacing and
        variable naming. Clean away meaningless vertical space wasting
        non-verbal comments.
        
        The bridgetest over in testtools now runs through quite a lot of its
        paces successfully. But exception handling and RTTI, the stuff in
        except.cxx, is still not really done at all. And even if I comment out
        those checks in bridgetest so that no exceptios are thrown, I then get
        a crash later.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [31dd27955083437fa0de33b696a7919b41b34023]

        Revert "cppcheck: remove unused variable pProps."
        
        This reverts commit 6ada77e610f1ca067bf5b937b9e640a192f72033.
        
        Macros DECL_PROP* are using nProps.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [ab9c719f996b5e7f208bcab7938e2e12cfca57ab]

        Remove some dead code.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [a6fb7c001a27c36e3af33dcfb65cab57470f32b7]

        Remove TEST, DEBUG and dead code.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [0b5a3e73c2b31b77f1e04d8a3e44e774705faa80]

        Remove MA_DEBUG.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [93c1da37ad4a7c399fc97ba332de8078d82417ba]

        cppcheck: remove unused variable pProps.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [4f6d8a3fccc7481cba153a29f12cf64f63e3528d]

        cppcheck: remove unused variable pContext.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [057807fc2c99bd7d8bc75d11d3cd03df91a65d0a]

        Remove dead code.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [43bb42619694d57ab857121db96c248c6dd447fe]

        cppcheck: remove unused variable TextSizeIsCellHeight.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [30f6a34591a1689818069ce2e190c1d4fce149b0]

        cppcheck: remove unused variable lLen.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [403f6bffebc541b82712038a6539ee94739c4825]

        Remove DBGTXT.

2011-01-30  Thomas Arnhold  <thomas@arnhold.org>  [c073c0f2a96a87df3db90fdaf0931c16bd706207]

        Remove double line spacing and a comment.

2011-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b7a846b109e45c5930a9c493457df77b1814925f]

        Use double instead of float (cherry picked from commit c90c5d503543a960a05b43752a5dff9ccf4bcd30)
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2011-01-30  Kenneth Venken  <kenneth.venken@gmail.com>  [da86f3575e230892470bd32127c75c53f66003ee]

        unread variable

2011-01-30  Kenneth Venken  <kenneth.venken@gmail.com>  [b0b82a310ad4946e7c149d6219b697324f6ef612]

        unread variable

2011-01-30  Christina Rossmanith  <ChrRossmanith@web.de>  [d90f4bf3b98031979fb723218ff5202310cbd9d3]

        removed lots of commented #defines, N's and ?'s

2011-01-30  Christina Rossmanith  <ChrRossmanith@web.de>  [e64714e98d3dbe692a45086d73e0e6d0e237f64b]

        Easy hacks: removed double line spacing (and some dead code)

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [f5e0669dc1e538c0b767e2b0eda293dc7c80354b]

        WaE: throw out some warnings

2011-01-30  Andy Holder  <andy.m.holder@gmail.com>  [1cc6cf7ee7d833778a84200de93d4b84f47f5995]

        cppcheck: variable never used

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [ca1711d969986f65417bc8d60582cc4fbe296dd0]

        WaE: various new gcc 4.6.0 warnings

2011-01-30  Andy Holder  <andy.m.holder@gmail.com>  [f539db3762d124dd6e41dc45947be1cee28f1248]

        cppcheck: remove unused variable

2011-01-30  Andy Holder  <andy.m.holder@gmail.com>  [4938a98225299909f528ad7f3a8942f71dd46747]

        cppcheck: Prefer prefix ++/-- operators

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [f0511aaf3ab5bfd403da67f5f5b955da544414b9]

        Resolves: rhbz#673819 crash in changing header/footer object position

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [1eac75fc6294878c0439cbb6c190b6fa6eac8213]

        Resolves: rhbz#673819 crash on changing position of drawing object in header
        
        The header/footer objects are cunning wrappers to pretend to some parts
        of the drawing stuff that there are multiple objects, while in reality
        there is only one. So call HasText actually gets a totally different
        object from the cast :-(

2011-01-30  Jonas Finnemann Jensen  <jopsen@gmail.com>  [592777e2b22e4f1121b755d49ecdfdfb2e322d45]

        Enable line deletion in starmath
        
        * Implemented SmCursor::DeletePrev, for deletion of lines
        * Fixed nasty bug in SmCursor::InsertRow
        * Code cleanup in cursor.cxx

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [83eab20dc3f5bf397d84c321efe75f2a7acf5729]

        equalsAscii -> equalsAsciiL

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [27429c46dbee072bfc83b1f24c7bf051809bd4a3]

        equalsAscii -> equalsAsciiL

2011-01-30  Caolán McNamara  <caolanm@redhat.com>  [b92894e11a83008da75bdd4a244e7f0a72a9c2dc]

        fdo#33349 archaic 'Berling Antiqua' claims to also be 'Times New Roman'

2011-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e6c3f83362045bea22ea7c1aa9c0772c7738f764]

        boost needs makedepend delivered by soltools

2011-01-30  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c0206f4a50ea218d03c0a8039536c7c62f7b492c]

        WaE fixes (foo may be used uninitialized)

2011-01-30  Joseph Powers  <jpowers27@cox.net>  [fff307815e88e227af54b4faf4ee4abdfeb69c63]

        Quite some more compiler warnings.
        
        Includes cleaning up a lot of white spaces.

2011-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [aede297486282b3f49804a72f7230e4536bb0469]

        Fix Windows build of sw
        
        On Windows, the path separator is ";" and the echo command is interpreted wrongly if not quoted

2011-01-30  Joseph Powers  <jpowers27@cox.net>  [43971b13b3a07ceedbc66fc0c23910bbdf58e7d2]

        Quite some more compiler warnings.

2011-01-30  Jesús Corrius  <jesus@softcatala.org>  [a9c26f1ad7dbbb1d9c1f78a7d5711dda5211ae02]

        Fix wrong collation for Catalan language

2011-01-30  Mathias Bauer  <mba@openoffice.org>  [68ca0831757ddc34accf17177116f9541d0a8653]

        CWS gnumake3: merge minibranches

2011-01-30  Mathias Bauer  <mba@openoffice.org>  [b17fdc6e05197101fb14fe1ba33e86d03e3b298c]

        CWS gnumake3: merge minibranches

2011-01-30  Mathias Bauer  <mba@openoffice.org>  [028b9630e8cab30ce976555ef0ec7eef1ace5f88]

        CWS gnumake3: merge minibranches

2011-01-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dcb890250f030bac21796f498a74cd0b6b24d438]

        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  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2838b2c9bdf93427757947b1167539e97263180e]

        Use double instead of float

2011-01-30  Jesús Corrius  <jesus@softcatala.org>  [5dbe8b76ecfd53189a6e8bb0c4bb9378213c62b5]

        Reg4allmsdoc updated to use the new registry file extension IDs

2011-01-30  Jesús Corrius  <jesus@softcatala.org>  [c5baac73f6973f2beaca964971253a731abb0d76]

        Win32 shell extensions have to use the new registry file extension IDs

2011-01-30  Jesús Corrius  <jesus@softcatala.org>  [8d439b06de2c6ab7e193ed7d4970d4a8ba48881f]

        Change registry prefix values loffice, libreoffice -> LibreOffice

2011-01-30  Eike Rathke  <erack@openoffice.org>  [801b88c05053180d5ddc5d84c3f538cecd3164b2]

        locales34: #i116483# add Lojban [jbo] locale data; contributed by <ambershadow> via it46, with corrections

2011-01-30  Eike Rathke  <erack@openoffice.org>  [78b0341d1b8590eb0b61d871ad22bbb9d7a252a3]

        locales34: chmod -x

2011-01-29  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f486b35f980615fb16b1d6d23dd47b0e3ef40275]

        Fix a copy&paste error

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [5bf984d1dd725ecada7ee968d1ec9600033a2c44]

        WaE: throw out some warnings

2011-01-29  Jesús Corrius  <jesus@softcatala.org>  [1a79ef7fab90b1224961c9ceed2d2efc6ef6e719]

        Fix makefile syntaxis

2011-01-29  Joseph Powers  <jpowers27@cox.net>  [7a75c5b7792da9859b2632962aababe81ce903b0]

        Cleanup the code a little
        
        Removed SwDBField::Evaluate() - it did nothing and was used only once.
        Made some code easer to read.
        Lots of white space.

2011-01-29  Jesús Corrius  <jesus@softcatala.org>  [fd17eed870561e511dae0d919f8d9d5caa14044f]

        Temporary revert to compile on Windows XP

2011-01-29  Joseph Powers  <jpowers27@cox.net>  [a679be458feb63a280a3b9dadb29875aab9b364d]

        Quite some more compiler warnings.

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [000640ac35d1b9596126e76271aba3c4be7514de]

        WaE: various new gcc 4.6.0 warnings

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [2938f629601f0f759b99144d583fc9c0b9f66782]

        WaE: various new gcc 4.6.0 warnings

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [de94a72875a860c26825691bbc0cbcb3ebe9c27d]

        WaE: various new gcc 4.6.0 warnings

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [36b0de1df5a6d5a541a001c5e6c9eeb60fd7d492]

        WaE: various new gcc 4.6.0 warnings

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [1709f6a6ee553b2c0333e7361a2d68d49c5cabfb]

        WaE: various new gcc 4.6.0 warnings

2011-01-29  Julien Nabet  <serval2412@yahoo.fr>  [615a2470f3750b101a71545f07b60b0e61df7c30]

        Some cppcheck cleaning

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [498b5080cc0c5e81d23dbc2e3b3bbcef0fc534bc]

        remove dangerously broken >>= operator

2011-01-29  Luke Dixon  <6b8b4567@gmail.com>  [f11e417a89ea2d87ffe5b64092f56efd4f2af9c1]

        Add some brackets back to SmNodeToTextVisitor
        
        For SmOperNodes, I shouldn't have removed these brackets.
        Add brackets around SmBinVerNodes and SmBinDiagonalNodes, removing the ones
        from SmBinHorNodes and SmUnHorNodes made these ones necessary.
        Add brackets when an SmExpressionNode has an SmBinHorNode child.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [1e73587cca66b8277b414764e0bc20277c8722e1]

        Remove double line spacing, unused code and some unnecessary brackets.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [bdfe8dfb23e0f331f8fdfbfb6a9234c3577a7ada]

        Remove OV_DEBUG.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [e8a010b887b88af46cba0af70b32cea55b1e34bf]

        cppcheck: remove unused variable aBuf.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [54fb63f307121c2c8fbc3990a1b2b589d47425ad]

        cppcheck: remove unused variables.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [5bf95a8ee30c9e5ff4e7aed3bc2c7963982a6ba0]

        cppcheck: remove unused variable pTrans.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [9ef8bc31776e3f4f1b6b1b0706882da5c579b090]

        Remove unused variable errMsg and dead code.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [ac3628a412f37cc03ddc65d271db224a3100045b]

        Remove double line spacing and unused code.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [db18b6ce1628f8ba6f0df543adfcfebfcaae5744]

        cppcheck: remove unused variable bHidden.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [8851a54184f0648eca0c6e45bc4d1dc07d79008f]

        Remove DBGTXT.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [11670f4949ab5cea02d66b187f04c4e5e5efe4a3]

        Remove double line spacing, unused code and some unnecessary brackets.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [1eb936d24568269908bde10289c789f671d66aad]

        Use errno to get the correct error message if mkstemp() fails.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [9c03e3097f59f57b60780ab8b2791ca08ddc4192]

        cppcheck: remove unused variable strLen.

2011-01-29  Thomas Arnhold  <thomas@arnhold.org>  [31ca64f91ecf9baebfdb7f43b5583460964c25c3]

        Remove double line spacing and correct indentation

2011-01-29  Mathias Bauer  <mba@openoffice.org>  [1fbfcccf70e2189c299db92e6e4bcd7cccc2604f]

        CWS gnumake3: a remnant of ENABLE_VBA

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [539d976bc619c176c5ce0fda845ebe0fe24cd2d1]

        that decrement doesn't look right

2011-01-29  Jonathan Callen  <abcd@gentoo.org>  [7adcb3b70b1878173ac7028c40d3baea3bd8fc0b]

        Remove unused SalFontStructList

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [e0b3e9eed7648e0f36daad3bf0f865f012b5095a]

        equalsAscii -> equalsAsciiL

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [8c5d718953366c3b8b5b530cd066a427bd702e22]

        Resolves: fdo#31271 wrong line break with ( (cherry picked from commit f36959ea3f48c491739deee1e152240ece9397f1)

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [d09a0b3b48e160e29dd45b9d0cb36fc563e83747]

        Resolves: fdo#31271 wrong line break with ( (cherry picked from commit 6f1fa58123900aaeb68bc869ddf8e24503c590c0)

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [631eaf3312af57bc4b12f9769b436e936e174ac8]

        Resolves: fdo#31271 wrong line break with ( (cherry picked from commit de475b03b02e4cac162b517f7d9f302b6134d546)

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [66cf7e478e79e3d83a8ec4c6005393190f97ede1]

        Resolves: fdo#31271 wrong line break with (

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [0c73802c540cb0ed20ca5d6343aa207c8c7c6745]

        Resolves: fdo#31271 wrong line break with (

2011-01-29  Caolán McNamara  <caolanm@redhat.com>  [681082b57612ef325c7f695846369d44c68dda11]

        Resolves: fdo#31271 wrong line break with (

2011-01-29  Steve Butler  <sebutler@gmail.com>  [31ea0b93bb16a500135edd839599bb4b46276cc9]

        th_check.pl for syntax check of thesaurus .dat files

2011-01-29  Andras Timar  <timar@fsf.hu>  [db6366a26732bf00077979b60c7b0f7e5655fd3a]

        fixed a bug in hu thesaurus thanks to th_check.pl

2011-01-29  Andras Timar  <timar@fsf.hu>  [bfd6b1db7b42c200e46af7660df7b3b3eb83bd8f]

        updated description of Russian dict pack in scp2

2011-01-29  Andras Timar  <timar@fsf.hu>  [5fd6899a6595409ffaa707d2f5b189dc7358daee]

        added Ukrainian dict pack to scp2

2011-01-29  Andras Timar  <timar@fsf.hu>  [a16e828ad2ed5c3eed89c4d9b56ed6d58b37beac]

        added Occitan dict pack to scp2

2011-01-29  Andras Timar  <timar@fsf.hu>  [f67e9961541a7cda9200b72bf493df7b5a4468f8]

        bump the version number of ru dict pack

2011-01-29  Andras Timar  <timar@fsf.hu>  [2756fcdca153f2410c87e607223d4356301352d1]

        Added Occitan dictionary

2011-01-29  Andras Timar  <timar@fsf.hu>  [b133ca4dc01133f0c2d2cae2f830a02db58db220]

        Added Occitan spelling dictionary - fdo#33574

2011-01-29  Andras Timar  <timar@fsf.hu>  [04a8239f4ec8ae32280ae7d6d9cf6cfaf9ec28b8]

        Added Russian spelling dictionary - fdo#33571 #i113873#

2011-01-29  Andras Timar  <timar@fsf.hu>  [2c81506770c469a5de32d87035c852d6d5f798d3]

        Added Ukrainian dictionaries

2011-01-29  Andras Timar  <timar@fsf.hu>  [b0394df4481ff7eb39abb15f7f80fe533a66c806]

        Added Ukrainian dictionaries - fdo#33595 #i113874#

2011-01-28  Joseph Powers  <jpowers27@cox.net>  [2c04fa0b995cafaa60c868e2f1231595b8a68878]

        Fix interlck.c to work on Mac OS again...
        
        mmeeks, we love your patch; however, some of us are forced to use the very
        old 4.0 version of GCC (I blame Apple) and __sync_add_and_fetch() wasn't
        added until version 4.4.
        
        PS: Moving the target OS version to 10.5 wont help because that still uses
        the 4.2.1 version.

2011-01-28  Kohei Yoshida  <kyoshida@novell.com>  [e2c61a6765eb8622f4e6d8804b64e687c6555d94]

        For some reason STLPort didn't like assigning list to vector.
        
        The code is correct & should work, but for some reason STLPort didn't
        like assigning list's data into vector via assign() method.  Luckily
        ctor assignment and swap did the trick.

2011-01-28  Thies Pierdola  <thiespierdola@gmail.com>  [47b2ace9c4189e35d43b8f07d53dbaf1eb025b37]

        Replaced tools/list by std::vector in ScFunctionList
        
        As the random access Get is called a couple of thousand times each time
        a spreadsheet function is used, the use of vector should have a huge
        performance gain.

2011-01-29  Tor Lillqvist  <tlillqvist@novell.com>  [b7d48fa5ac2dd0916ed4f464275bf8738413a63e]

        Skip the this pointer in cpp2uno_call()
        
        Also change a few variable names to consistently use the "TD" suffix
        for typelib_TypeDescription variables.

2011-01-28  Kohei Yoshida  <kyoshida@novell.com>  [cc57c04130b9b58f4d4797f318be32fd45fa44eb]

        Fixed build break and a memory leak.
        
        * Some standard functions needed explicit qualification ::std:: in
          order to build.
        * The 'dummy' object is created on the heap but never deleted at the
          end of the call.  We need to delete this when we are done.

2011-01-28  Thies Pierdola  <thiespierdola@gmail.com>  [fd216101a7ed2dd6dd2c84b9425609977dee0aa8]

        Comments for private variables in ScFunctionMgr

2011-01-28  Thies Pierdola  <thiespierdola@gmail.com>  [01bfc30f24026a5eac67ef17691c779cdb3448d8]

        Replaced tools/list with std::vector in ScFunctionMgr and ScFunctionCategory

2011-01-28  Christina Rossmanith  <ChrRossmanith@web.de>  [32d1d5f383e21c4cbcc962ebc934bdfa211074e4]

        Removed some whitespaces

2011-01-28  Christina Rossmanith  <ChrRossmanith@web.de>  [4087d76a998fae8d45c9c8fa939d75f3e54ea4f9]

        Translated comments from German to English

2011-01-28  Christina Rossmanith  <ChrRossmanith@web.de>  [5409db9a6f2f1ae6188b63727943688b9fd8636f]

        Easy hacks: remove double line spacing

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [552ce16afa6cce9f6ff320d2225dd883647c5cb0]

        Remove some dead code.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [510d903016070d6edeff7c7a1ee3badad9d77cba]

        cppcheck: remove unused variable lt.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [61759a2f56ef98afa40f66ea70dfda06a5284952]

        cppcheck: remove unused variable dTemp and dPos.

2011-01-28  Caolán McNamara  <caolanm@redhat.com>  [7058bf6c3d41f8390befc04cad871f8b930ace29]

        Resolves: fdo#33509, #i62414# out-by-one breaks CTL spell-checking popup
        
        ABCD
        0123
            ^
        
        Currently calls GetCharRect for position "0" and position "4". It should be
        "3". We were placing the cursor *after* the final character. We really need to
        place it *before* the final character and get the bounding box of the last char
        to union it with the first char's bounding box. It works out ok for western
        text, but you get a far different value for CTL text.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [58fe2196abc4f501760a94c0ab4f88c542730bd3]

        Remove double line spacing and make long virtuals readable.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [70539059dd2317afdf532d1e4a4a9524a154f773]

        Remove double line spacing.

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [152ae301d772ed5ff5c83b6962461fccd3d6d3bc]

        Remove superfluous empty lines at end

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [422f6dd134fd3661a0af1595115c28836de66554]

        Bypass if no SOLAR_JAVA

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [61a81b5c12fa7b783ba5207451de1bf3fbee45b3]

        Remove double line spacing.

2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [3e011b4017d48ec6b7989e6e30fee5734dbd56ff]

        remove obsolete m_bSingleAltPress

2011-01-28  Lucas Baudin  <xapantu@gmail.com>  [ce55de8150ee4dc791948953c4048598502a2f6d]

        Remove the menu when Left Alt Key was pressed; for GTK

2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [c4a384a3fc10147dfd611e388cd69e35fa5d0689]

        revert incorrect usage of RTL_CONSTASCII_STRINGPARAM on char * pointers

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [2478ce5bf73999cc3a03f978a6fdd77e412b010e]

        CWS gnumake3: extract.hxx cppuhelper->comphelper

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [b33eb35f15dea928529b02511d6ff10ddc49ae4a]

        CWS gnumake3: extract.hxx cppuhelper->comphelper

2011-01-28  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [770837b8b4d2786ff7925d7ad6be69e1d1587ac4]

        chart46: merge with dev300m98

2011-01-28  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a867b23b0e7f838ed1582a9f94cac724a9fb1557]

        chart46: merge with dev300m98

2011-01-28  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [53052f6a3c3a1e2ed6a55123b23a878cb288974a]

        chart46: merge with dev300m98

2011-01-28  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [3845b33337e618a7b9ff540601c0742c1d5191b6]

        chart46: merge with dev300m98

2011-01-28  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a3e51f3b06546257187e0315230d43b0a817b079]

        chart46: merge with dev300m98

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [75e02ab302970290758f121364b96cdafdc95b2e]

        Let's use a shared privateSnippetExecutor() approach as on x64 Linux
        
        It simplifies function table and unwinding info management, as those
        are now static for the privateSnippetExecutor() function in
        call.asm. Even if it is slightly ugly to have to poke in more
        instructions in codeSnippet().
        
        Out privateSnippetExecutor() is much simpler than the x64 Linux one,
        thanks to the simpler calling convention.

2011-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a9aa5e1feff13541cdf725f83c408d5c5d795591]

        vcl2gnumake: #i116588# remove old makefiles

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [3f4b29b8f2f99c83ba41b4e1c3e485d659f9e54a]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Nigel Hawkins  <n.hawkins@gmx.com>  [c29292bfc96ef6fa483b1817f3214d562eaec332]

        Remove SvShorts

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [919ff49441441b1787c228a8274b1b5bccce1204]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [904ee361d615cdbe83202499776477b8f8c0b75c]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Kenneth Venken  <kenneth.venken@gmail.com>  [6684071a6c0d7d9ed0f050772c486dd2509213c6]

        comment removed, fixed whitespace

2011-01-28  Kenneth Venken  <kenneth.venken@gmail.com>  [5470a6fd6b18cfab9cb935b5365b901ab5afb32b]

        removed some revision control comments

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [96b1611644da542b23eb0a78744be320eb2e8b54]

        Fix typo and thinko

2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [d7f50df6521aff8b934fdd274408b5b031ad8372]

        further simplify old-style interlocked inc/dec

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [e6ffad5fea12cbb2ddf4db481e018cb57c98f759]

        CWS gnumake3: fix broken configure

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [692e8cb2d6252ebf48956c210a3f425f2b794813]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Carsten Driesner  <cd@openoffice.org>  [6e0a48a00fd0f6f63cb651fb8bd7dc79a569152b]

        removetooltypes01: #ii12600# Fixed issues with gcc on Linux x64

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [cc5af8f131199e62fd6a8b7f1c1b0dfa78b3f24d]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [ba69765f7cadcc32a3ce08844086322d26327168]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-28  Jani Monoses  <jani.monoses@canonical.com>  [5b3360fa4556c58e594d5eef6470bbaf2bc1174d]

        use gcc builtins for POWERPC and ARM cases if we have GCC

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [332c4b91ae2f3e0b1a78a3abff12252ad4933574]

        Replace empty equalsAscii() with getLength().

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [cd7d5fa675bb42e9f06289f2320c5461c66deb9e]

        Remove FS_PRIV_DEBUG directive.

2011-01-28  Nigel Hawkins  <n.hawkins@gmx.com>  [911f80ca103cbdf613aeaecd2cf0b0215d588fd2]

        Replace SvShorts with std::vector

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [4bc1a71da8a2e5bbdec668878d0dc78536c019a9]

        Remove some dead code.

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [31a8176ab66fec013e72167910642143e2f86c89]

        More work on x64 Windows C++-UNO bridge
        
        Now the call through the trampoline into cpp_vtable_call() seems to
        work, but I get a crash later. Glitches in parameter passing, no
        doubt. Debugging needed in cpp_vtable_call() and cpp2uno_call().
        
        The basic implementation is probably sane. But I wonder if I after all
        should have done like in the x86-64 Linux implementation, with the
        dynamically generated trampoline just jumping into fixed code shared
        between all trampolines. Probably should redo it like that, yes.
        
        Will it then cause a problem for OS unwinding if the caller of the
        trampoline calls a short dynamically generated code snippet, which
        then jumps into the fixed part, and only the fixed part has a
        (assembler-generated) function table and unwind info? Probably not.
        
        It is quite impossible that such a short dynamically generated snippet
        with just a couple of instructions would cause an exception, and when
        we have jumped into the fixed part, where the call to
        cpp_vtable_call() is done, it doesn't matter any more that the caller
        in fact didn't call what the function table claims is the entry
        point. Or does it?
        
        Doing it that way would mean no RtlAddFunctionTable() and
        RtlDeleteFunctionTable() would be needed, and especially doing the
        latter correctly is a bit hairy.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [e0239bdc6a6389be727c341ad4b9a95c689277a6]

        Replace empty equalsAscii() with getLength().

2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [0e7452dfbc4d405c63dff4dc4669defa55691818]

        get LD_LIBRARY_PATH setup right

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [05f73305f6c6b611d0e3a26335e733be2e603f83]

        Replace empty equalsAscii() with getLength().

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [0787bb32a9312755501593aadd8fa64aaf1884c3]

        Replace empty equalsAscii() with getLength().

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [99352eddafdbe57ce327c4d1b6bf273ce05f045f]

        Remove SC_CONVUNO_HXX. This should be done by convuno.hxx.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [3a2fde3c72c00ac8d2ad9390baf1721f7d47b7b1]

        Remove SC10_SHOW_OBJECTS.

2011-01-28  Thomas Arnhold  <thomas@arnhold.org>  [3ba3652eab747a2b707288d9e04db8a4d5fe8a26]

        Replace empty equalsAscii() with getLength().

2011-01-28  Caolán McNamara  <caolanm@redhat.com>  [fe00ba0b8ba898bb367d896d88ea4f0cf36c21ea]

        Related: fdo#31016 document one-liner to disable it for testing

2011-01-28  Khaled Hosny  <khaledhosny@eglug.org>  [9ab4e7482b56f46cdd091b55e6de4c2200ea04c5]

        Resolves: fdo#31016 try some bandaids to improve Arabic rendering

2011-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [59c216877d29a26854496a74ca8a2a8d6aecfffa]

        vcl2gnumake: #i116588# add a define needed by unohelp.cxx

2011-01-28  Michael Meeks  <michael.meeks@novell.com>  [096c3fea23b5a0b4108a32198be52ee0b012c859]

        remove obsolete perl indexing tool

2011-01-28  Steven Butler  <sebutler@gmail.com>  [53d7e558cbf41eb4c51ef7d31ec0fd3d68c26b01]

        Use idxdict program to build index files

2011-01-28  Steven Butler  <sebutler@gmail.com>  [aa1201b13725f464a1a0d042bb3b98d0a3c09c5e]

        get license header right

2011-01-28  Lucas Baudin  <xapantu@gmail.com>  [e8021d4a74761ae496394159e7c8d101b4167904]

        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  Carsten Driesner  <cd@openoffice.org>  [f70d75cfef0a4d2cd64d90b23f7711f18aef7b3c]

        removetooltypes01: #i112600# Fixed build problem with gcc on Linux x64

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [894985ff00c217013cc360a77108fc68cd8647e7]

        CWS gnumake3: kill ENABLE_VBA

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [6d8c5d706723968e36f194c99134b83ed44e8c41]

        CWS gnumake3: kill ENABLE_VBA

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [166738d8ac8a92aae0a4a1b4a9aa924c6e36836c]

        CWS gnumake3: kill ENABLE_VBA

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [9bc8655179e32a53e09e2aa8b486d52d40bda415]

        CWS gnumake3: wrong dependency caused permanent delivery of headers

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [a4b71c082396ac6d5f84fefdc43524722c564b26]

        CWS gnumake3: replacement of cygpath by variables was broken

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [af21434f7e6103b771acd225d3fb2a5e8707ea40]

        CWS gnumake3: more fixes for problems caused by crappy vbahelper headers

2011-01-28  Mathias Bauer  <mba@openoffice.org>  [1d1e3298ae77049be883769273c440dedeaeae7d]

        CWS gnumake3: more fixes for problems caused by crappy vbahelper headers

2011-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3465a97f4a786423bb8d86ef666da430337878e4]

        vcl2gnumake: #i116588# add zip file for macos (preliminary)

2011-01-28  sb  <sb@openoffice.org>  [f78c98fc9c62094aa4eff5494efc38f15a0fc1ec]

        sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d4d95d3745ad722873f263755e8d05d431bfce4]

        gnumake3: missed renamed component file for comphelper

2011-01-28  os  <os@openoffice.org>  [2d96b310b4894dd06eb541474a5dc05346a28efd]

        i#116420, fdo#33477: Implemented VertOrient on Writer table cell ranges

2011-01-28  Aurimas Fišeras  <aurimas@gmail.com>  [207456b80e022608e6ee63e324de9367bf9f9d70]

        Some fixes to documentation (part 4)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-01-28  Takeshi Abe  <tabe@fixedpoint.jp>  [d43823cf0585b1362f7c1fff5d424d8622c94639]

        narrowed a variable's scope

2011-01-28  Takeshi Abe  <tabe@fixedpoint.jp>  [99c5e41ad296e4bc8a9b2dc1e9932f1f9b2dfcb3]

        removed dead codes and fixed a typo

2011-01-28  Takeshi Kurosawa  <taken.spc@gmail.com>  [fec9228721ab0ff182b8d03eab2e6c288359ca52]

        Use product name for EPS Creator header

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [d35fc74ef5cbfea5be6bbacc6474684c527a9739]

        CWS-TOOLING: integrate CWS tabcontrol

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [85aac3918f30ee015c1de8a5a0d908f2c5165f94]

        CWS-TOOLING: integrate CWS tabcontrol

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [47e3e3357b6a11190d64e25a89794f2177f1ca2e]

        CWS-TOOLING: integrate CWS tabcontrol

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [79d879be8c97b49014bf4e8f288e8d9d07c6d134]

        CWS-TOOLING: integrate CWS tabcontrol

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [1beec983c969aafe3b265d80ebe7bdac219f865d]

        CWS-TOOLING: integrate CWS tabcontrol

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a6f636dfb4400e914cf22bf5e264f9ea24f4c58]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [96668046dda0d3a216966b5989ddeb6476f3478b]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfe2665301e2e6a382f87e053139358b5462cbb1]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed71010ab512b5fef64aa6bf2873810c185c84da]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db66b65ad827a60b08e1016d7b6f6da73e759ebc]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [51922f86be2f7fa17005ec3b208f6a891bdd70a7]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cb0aa041c29c747eaff469ea545ed5ae13627f97]

        gnumake3: remove comphelper version; fix including extract.hxx

2011-01-28  Takeshi Kurosawa  <taken.spc@gmail.com>  [8e9d6e10ce5e854e95d7fc3ac3df973655079dc1]

        Parse 'color' property (fdo#33551)
        
        Parse 'color' property and store the value as currentColor.

2011-01-28  shirahara  <luixxiul@gmail.com>  [c9af5c16f27f4fbddfcf0d98230bed1247827b4e]

        removed bogus comments

2011-01-28  shirahara  <luixxiul@gmail.com>  [11fe6c6eba4731e568222e8ba9b4e83117bbffac]

        removed bogus comments

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [39ea2a3bcc0df338f31599b1965ae2620a45dcaa]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [b1f053597833fd2937ab8b1a1a4942e6d5479485]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [2d71fee9df6ab53468eeb9b3cdbf11f2e0fc851c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [9bebd1612efe2a792581e3e178f518f13edf5bb4]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [022a609786ee7c4d97a43168cb7dd6c3a4a14bb1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/tabcontrol

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [f4731b6f2e2a0192aa2858a95f8c7d676b1e20ea]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [bcd63e1dc2b5dcd9a181f032f62abb18396808d9]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [ccf2a49428345eff761a00d19b24d6ee187d8d7e]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [e0edbfbc053177c8bb969ec08c234d042e71da4a]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [81c443356b9c0155d6b44c15126cfc1b9d50bb04]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [f97d7718cd3f76b84597a1b48600c3f42b71cbb2]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [6749960ece5556b75b8879dbc6494f43a45ea890]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [dbab1b3af4d3b1f7d58e461db3a0bbbe7ba893b0]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [a62bbd5021bf7fdc4c3268874942313cc90928d1]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [d40264de2267b615b2e9a884d83803702cc1783b]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  Vladimir Glazunov  <vg@openoffice.org>  [9ca154c806a82dad3c92d8e4363631628e1a5d6e]

        CWS-TOOLING: integrate CWS undoapi

2011-01-28  sb  <sb@openoffice.org>  [6875a4b2aad35aaa07906dfd7386cc519d0fd933]

        sb138: #i115619# osl_setThreadName

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3f67c4efe6de48c2685e48ec1152f5391579815e]

        tabcontrol: merge master

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ddf597390850c7693937d4629c53bd480fd73810]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b563677d998fa720fd8cf85a6a5adf1905386e9a]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b0879ce503220f8c67f5452d413574b18ad66776]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d9398c03bd048b24c4801d43b63ca753512057ff]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3f3ec2b85f8f5b828cb4af4d045d11c979c71110]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2a01a11bafeddee47bac193e6f06b80f96cc6cd6]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [abb716d15ea02bf3cbedd0dcce4395b7725ef8c5]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [112393ad5495b6eb6a4a27670272fb322d44ef99]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a035dd0fb674e0828339f09ade00be23aed369f0]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4ba03a461e6dae4d182fc7f6b94e781922881caa]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [38a4ae0d79975dd1696adda91f8cc62305e9b07b]

        undoapi: pulled and merged DEV300.m98

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d08d0e5ae920f987d3df68c29bd45c99d5b71e17]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0be832ba274330a8402b0d8dfce56ae8af8ba580]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2011-01-28  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [d3bcd2b8c49416211b4dc57b958bd772a0663f04]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2011-01-28  Juergen Schmidt  <jsc@openoffice.org>  [ce8d03f28f40e9dacdd44028ff53ab6d31303381]

        gridsort: i116682: update UnoControlDialog to reflect XDialog

2011-01-28  Carsten Driesner  <cd@openoffice.org>  [76a4d7a1fbfdab961e4cc936eb99c1db8bc41bb1]

        gridsort: #164359# Fixed side pane broken due to inconsistent entries of tabwindowservice in fwl.component and Library_fwk.ml

2011-01-28  Carsten Driesner  <cd@openoffice.org>  [6615f81d3411d4506f16b8eb392a4c7c61bfc360]

        removetooltypes01: #i112600# Fix build problems with gcc on Linux x64

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0bc675664da000a1a858c1fb4dfac1662eba65e0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [28eaa7130ecf3a5dd3f71e2c4f29ed9eacbac620]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bef0a2011723e3a9f83920b92deae1a1dad7a65e]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d43faad9494a4d017106ec977fa2879f49cd7d29]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4362a89f5be307532962451be1a3ad1ffe4afdac]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c7ace5a04d7b544343343a1ffdd68f32c1d49686]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5dd91765366f49fec299341f8bafb9aab0e2876f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0b7b82b42946a1ff67686d06f6d5a7310a46197d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [960db425c735b662513486d73687541c7dfda1c1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8ae7b81f9e6c994bdec7253ef13f2859af965f99]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5176d6d1841f0556432999a77fb94c0df7055fe6]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [41530958d909f9c6f72d145cd2930ba23bd922eb]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b699625287f8fe517bfd018fd6a7edeacdb9c270]

        dba34b: do not use a throbber image which doesn't fit into the window

2011-01-28  Caolán McNamara  <caolanm@redhat.com>  [89df41d5e4bb80ef3e36375c381de0fcccc322d8]

        WaE: gcc 4.6.0 various warnings

2011-01-28  Caolán McNamara  <caolanm@redhat.com>  [72dd5529678a7044b4250117b523e299a8a09a92]

        WaE: gcc 4.6.0 various warnings

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [5287150cb7b37c094d43f1e3f1e38825a813540e]

        Add a function table entry for the dynamically generated trampoline

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [289917e18302fc1b7eac3617e59814d998ef71cb]

        Minor cleanup
        
        When JAVA_HOME is empty or "NO_JAVA_HOME" don't use such paths in ILIB
        or SOLARINC. Use $INCLUDE consistently everywhere instead of
        $ds."include". Avoid duplicating the DirectX include in SOLARINC.

2011-01-27  Eike Rathke  <erack@openoffice.org>  [fb960202307c70da2a57cd1abf26ef1a78069974]

        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>  [a11f234834a52457cfdcf58ee3240d33fb7e6bd5]

        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>  [dde8d3a906269768a38194447a0b72c17e410196]

        locales34: #i112240# for system icu >=4.4 add Close_Parenthesis to $CL Close_Punctuation; patch from <cmc>

2011-01-28  Tor Lillqvist  <tlillqvist@novell.com>  [44abf1ea66fbf0ee3f3b5195c6af6b631d633cba]

        Need to use exactly the same names as in the JDK in the non-SOLAR_JAVA case
        
        Use struct JNIEnv_ and struct JavaVM_, with underscores. Otherwise a
        mangled name in the map files won't match.

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [1a041ea2bfa639e0ee422a81f1be8e088f4c2fc9]

        Corect copyright header and comment

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [dc433642ab86c55ab1184521f9e7259bed57dab5]

        More work on the x64 Windows C++-UNO bridge

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [73bae638a568b1a098e683f46155728b987ccd3d]

        WaE: mark this dir as warnings free

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [07d72ea00a011891c943a12a04c9a15800b97d66]

        get this hack working for gcc 4.6.0

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [5e8635f624406d63988ff55006ceed4cb705e80e]

        move cxxabi.h after stl headers to workaround gcc 4.6.0 and damn stlport

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [9f60dbeef801446cb364e0624820a00e8a275d35]

        gagh, didn't mean to commit that

2011-01-27  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9073d77706b0b8c32f63a5ebd2954e1d4c0a3ce9]

        chart52: #28670# make the legend within charts resizeable - part 3

2011-01-27  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d6f9cfd061e34b2354b2f2fa09f833a0dcf1cefe]

        chart52: #28670# make the legend within charts resizeable - part 3

2011-01-27  Eike Rathke  <erack@openoffice.org>  [b3dd5569495612b6a3710dbf062245c8362b9671]

        locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>

2011-01-27  Eike Rathke  <erack@openoffice.org>  [f57ab0e27d014b4078b36988dd4965c48a10e87c]

        locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>

2011-01-27  Eike Rathke  <erack@openoffice.org>  [9d54d880b52b4ef1c69ca96867e65ee6cd00fb9f]

        locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>

2011-01-27  Michael Meeks  <michael.meeks@novell.com>  [b9effaadaf9389d65f4100f5e71345dcfa821c33]

        compile new dictionary indexer

2011-01-27  Steven Butler  <stevenb@kjross.com.au>  [25de622a9706dc22faca853de0df6b1cd9dbac35]

        create native code dictionary indexer

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [cd518d1a7e91d824d2b6388dad9ac2381ec57b12]

        Update from sibling repository.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [5f932404023840266dd3fbc640d8dce7c78a12d6]

        Update from sibling repository.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [c5899d236d7999b15cad5b8a7e3732e7ed5a5b8c]

        Update from sibling repository.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [4b1820d4a70ce9f695a9591492cc5fa2ae61a4b7]

        Update from sibling repository.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6d1579a002575e937ab69846291ef1e5471fdde7]

        Update from sibling repository.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [96b31d46e1f210bc45658a9e02acef18ef634356]

        Update from sibling repository.

2011-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2b2de53ac02bcd85dcfa727e7fcc047189ca2e67]

        vcl2gnumake: #i116588# support all optional link and cflags

2011-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9d9c26ba19c9c27c96f096e0a167609932bc2200]

        vcl2gnumake: #i116588# support all optional link and cflags

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [cff21146b09d6bd46d83cf6a36bac14d340b6c9c]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [287a75b1b1b3103ea352a231b2a293746aea2d95]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [af11933256c7ac5f03279a4b0e2e0b70507aff06]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [eaaae34cbc16d9052a806caf0ad5a18339df1ada]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [444839c3304aa3c3fcec986642b5d1af90eefbca]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [45893f9a2740eb9c291476df4eaa3700003f0efd]

        Update from master repository (DEV300_m98).

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [9c0d8576ec2e822eba1b346bbfee7892c3ed1574]

        Update from master repository (DEV300_m98).

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [9235340a794c832a360d947f964307238493ea9b]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [04205ae31326ec83f13c55f0b2f2a102328aeecc]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [1ee2893b84ba82ffb62732f5dc3e460ed7a2d4a9]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [2158a2497c28a8f1e9af1bc974b9d4da83cc3fb1]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Miklos Vajna  <vmiklos@frugalware.org>  [4e746add168b161416e10938bf84a1910c6798e1]

        ww8: silence debug output with dbglevel=1
        
        dbglevel=2 is meant to produce debug output, 1 is just about getting
        debug symbols, but the same output.

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [3820f0e7e17eeae559b2b3f22561316dd0e1835b]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [259c23ede7cf7faf1b5c90d35b5ed8b50b6b84ee]

        Related: rhbz#672872 cancel gtk file-dialog on desktop::terminate

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [f53ec274f209c0d21b325ba752c4d4a40c9828ed]

        CWS-TOOLING: integrate CWS os147

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [843796c762bea0e771863f92ec5ab68532444546]

        CWS-TOOLING: integrate CWS os147

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [42df5c06cefeaec7e42f42d47a50524711d27b00]

        CWS-TOOLING: integrate CWS os147

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [ea0721e207183f1c39a28b40b5a95d19ba40352f]

        CWS-TOOLING: integrate CWS os147

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [26e045d0c4c6647a5752d9d108860aeb9106b249]

        CWS-TOOLING: integrate CWS kso48

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [14ea7f8f32cff368eaa7b5bf8fc613cf8af6a129]

        CWS-TOOLING: integrate CWS kso48

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [3c935286e6d094867030f0fd7c8a9cfeb8ff4cbd]

        CWS-TOOLING: integrate CWS kso48

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [e313c2ff7cf92c6168a4a5649e5f4bbed96a37b5]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [dd8d794f7e36c45c185b397a777f2f5e9cb36d99]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [fc8b4b4b2ebe3d5183e00a07ba8721d5909c34ad]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [2aef31856a401be18c2bf2984973561d2b082276]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [90055488fb373847d6703c0dc594449b3f3db1a3]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [802c0dfad75818549582d442dd1d2e47af790577]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [488c44cd6b4804c7f0bd5ab4757b621988951afe]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Vladimir Glazunov  <vg@openoffice.org>  [df811224967697ebc4d4745d1682a4c0ee6ea7a2]

        CWS-TOOLING: integrate CWS tl84

2011-01-27  Jani Monoses  <jani.monoses@canonical.com>  [ea352d272c05d587313f2318b66a17b01f2c2b07]

        Remove unused declaration
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-01-27  Thorsten Bosbach  <tbo@openoffice.org>  [c5f65c146368f79ddbda7a2e6987f6a043f9cf26]

        #i116658# update issue ids and remove obsolete ones

2011-01-27  Carsten Driesner  <cd@openoffice.org>  [5b6e356986103177707f6362847ecc4906f0c7f4]

        removetooltypes01: #i112600# Fix build problem on Linux x64

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [865461b6e34c4948e1b3d1a5cc7e363793f7c1c2]

        don't want to include internal headers

2011-01-27  Michael Stahl  <mst@openoffice.org>  [dd352f2bddf1db8008f3168a901244622ff5fb88]

        gnumake3: activate GNU make job server for CustomTarget

2011-01-27  Michael Stahl  <mst@openoffice.org>  [872251e10e1a862da09027feff6672753b703dcc]

        gnumake3: fix various bugs in CustomTarget, add OUTDIR dependencies

2011-01-27  Michael Stahl  <mst@openoffice.org>  [847b8c8b37d7f199b5f56f8e19343c743be8f85c]

        gnumake3: add GenCxxObject class, for generated C++ files

2011-01-27  Michael Stahl  <mst@openoffice.org>  [fcf6e35bfb3d6be351326b612102f738115472b2]

        gnumake3: move xsltproc stuff out of ComponentTarget, export gb_XSLTPROC

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [0b298702e4428854f3b1fd31db744d50f37ddbbc]

        set_soenv.in: fixed FRAMEWORKSHOME path prefix for MacOSX JavaVM.framework.

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [3859e8f28b464409015d8a2a3c6facb1d56b7632]

        #i115784# sal/rtl/alloc: improved support for valgrind(memcheck).

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [7ebf3b1fcc9d35242f21dfb44393dd752373bdf0]

        --fexceptions -> -fexceptions

2011-01-27  sb  <sb@openoffice.org>  [4d84cbefd2b88804e4a1ae7ed775d2d99d8a32a4]

        sb138: #i116659# timely termination of OnLogRotateThread

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c9f03dd680c2274d5cf387172d9c60615a8db0df]

        gridsort: impl_ni_updateColumnWidts: after calculating effective widths, forward this to the column models

2011-01-27  Juergen Schmidt  <jsc@openoffice.org>  [1446346432d489763ff85734b20ae066cd65f2ce]

        jsc340: extend proctype check for MacOS

2011-01-27  Niklas Nebel  <nn@openoffice.org>  [94c058640c77e30244c930c33f761fff4190e61f]

        csvexport: #i116636# option to leave out unnecessary quotes in CSV export

2011-01-27  Niklas Nebel  <nn@openoffice.org>  [aede73a350906eedae41e5971511c6c2f2c0e5f2]

        csvexport: #i116636# option to leave out unnecessary quotes in CSV export

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [890219fa025eaa8037bd04d4539e93d3921207ef]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0b3e17e310c7c540c2a8803512062cac8f678653]

        dr78: revert migration of oox to gbuild (will be done in a dedicated CWS)

2011-01-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [09f7fc99c442d71852396d97ee1079f0d03901a0]

        dr78: revert migration of oox to gbuild (will be done in a dedicated CWS)

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [ff567f11c20533961fbf53aad6dbcc25a10addb3]

        Related: rhbz#610103 more woes on rpm upgrade vs rpm erase

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [783c5b306ffb20585e85889d403a4d2b20907bba]

        CWS gnumake3: remove gengal

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [cd2532a05a86963a0fd60243de472714326a2a34]

        CWS gnumake3: remove gengal

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [475f089296d926338b018ba08301ad30a1be35c1]

        gridsort: removed unused includes

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [9f06603d3234bf8b45a71f42f47c1393bf60f278]

        Do potentially pointless assertions only if dbglevel > 1

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [c9ce931cee63f2378e690fa87ed3e1d10d1f3909]

        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  Tor Lillqvist  <tlillqvist@novell.com>  [abb0932a33cb63c4c4601f20fba339494d3c2623]

        Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"
        
        Nah. I was misunderstanding. OSL_DEBUG_LEVEL == 1 is the normal one,
        and OSL_DEBUG_LEVEL > 1 should turn on debugging output.
        
        This reverts commit c91a84441c05d4f2d8541719ed439e7a2c27e675.

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c97ccfc7989ec992f681e8a174a07a9a48433bdf]

        gridsort: properly render the sort indicator for right-aligned columns

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [25a7a5fec731b4cd135998fa8f5cc97531c7dde6]

        gridsort: element*: don't let non-runtime exceptions slip, this will crash on non-Windows platforms

2011-01-27  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [45afa697bd2f8a7a698a44328fc39a806393653e]

        #i115784# Removed obsolete and unreferenced sal/rtl/alloc implementation.

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b5707b50ee83894582e14793c23466926b570b28]

        gridsort: more unit tests

2011-01-27  Thomas Arnhold  <thomas@arnhold.org>  [9921ead7089175fd60e33433a448790e244541de]

        Fix typo.

2011-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [31f889825edf23a303d41a30000a904558e557cf]

        vcl2gnumake: #i116588# move vcl to gbuild (step 4, windows)

2011-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [65731acd090a7ec992e761321d232ca997772f0f]

        vcl2gnumake: #i116588# move vcl to gbuild (step 4, windows)

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [cde0d74192fdc6563786f4fa35dccd27d1d85271]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [96d7fff09c8c73fa6c22345110a4f89732c20f23]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [44de119c25296379cac6d6924cf40bd77e8d35c2]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [34b5dc33d450661bcd9c9f474ed18df8e98634ba]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Caolán McNamara  <caolanm@redhat.com>  [d304c5dfd3c7b2fe4a34dced1a1c87843b5bdb01]

        WaE: gcc 4.6.0 various warnings

2011-01-27  Michael Meeks  <michael.meeks@novell.com>  [ace3450feebe608d822b37ef1bf2ca44de6f9b5c]

        native rendering for menubar item parts.

2011-01-27  Michael Meeks  <michael.meeks@novell.com>  [5f70fc05fc42343fb00a9dd9a72a7f907031da18]

        revert accidental change to UNO API - to fix spelling of Cancelled

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [bc4c58935145cf80e9a64a552d5b5a5509248630]

        CWS gnumake3: fix build breakage caused by missing sdf files for localized builds; fix localization of globlmn.hrc

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [feedbf353b7f9b2feeb5d512efea6bd3d15e7881]

        CWS gnumake3: fix build breakage caused by missing sdf files for localized builds; fix localization of globlmn.hrc

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [25b881c04ca827e400f6fed8084707ac4165c7e6]

        CWS gnumake3: merge minibranches

2011-01-27  Aurimas Fišeras  <aurimas@gmail.com>  [85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9]

        Some fixes to documentation (part 3)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-01-27  Christoph Herzog  <rhogez@googlemail.com>  [394d77945c708c6ffc2fa0e09236f712c19478f0]

        Translation of comments (minor, 6 files) in sw/inc

2011-01-27  Carsten Driesner  <cd@openoffice.org>  [b1059dda828d9af805338a93217dc3546e96f675]

        removetooltypes01: #i112600# Fix build problem on Linux x64

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [26b3715705944b13fcd4e275e8e730035a7b4d15]

        CWS gnumake2: use temp files for long command lines; missing include path in editeng

2011-01-27  Mathias Bauer  <mba@openoffice.org>  [079e072e186a2e267284a2c4354f5f18843ea0a7]

        CWS gnumake2: use temp files for long command lines; missing include path in editeng

2011-01-27  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [a3edf8cb0776966328c63fa645137f2de1cbd662]

        "Default Formatting" -> "Clear Direct Formatting"

2011-01-27  Aurimas Fišeras  <aurimas@gmail.com>  [5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec]

        Some fixes to documentation (part 2)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-01-27  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [3ed7290a028f8844de7006757009e40f7a8b8970]

        "Default Formatting" -> "Clear Direct Formatting"

2011-01-27  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [b4b0e7a23433d9e54061682dc1d4ca5386564b29]

        "Default Formatting" -> "Clear Direct Formatting"

2011-01-27  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [5cd1a8ec06fe6760e7d05a6b45b846e738bc3e56]

        "Default Formatting" -> "Clear Direct Formatting"

2011-01-27  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [ac733a122c30961aef6a2ffc1b7e97df5be38588]

        "Default Formatting" -> "Clear Direct Formatting"

2011-01-27  Jan Darmochwal  <jdarmochwal@gmx.de>  [3c4929f2e41758eb9742e056db8dbfb08cea65f8]

        Accelerate Perl installer builder
        
        speed up collect_directories_from_filesarray
        eg use $a .= $b instead of $a = $a . $b

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1e7279d41217038814470dce5de8c0ac3f01b16c]

        gridsort: tests for sortable grid data

2011-01-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6444bc43f24b8674a0d7059feb91537c2967e1fa]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75a441f652654465122bc686d8803bd887169f86]

        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-26  Sören Möller  <soerenmoeller2001@gmail.com>  [59e0fc84462b6aafb4e2d658a4d60a9388bd6265]

        Added check for empty rRangeList in ScViewFunc
        
        This fixes a crash, which occured when the sum function was called, without
        beeing able to generate an automatic range.

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [4cdd59b79b7e0dd051d0ca9c73d3953425999e52]

        We don't need ddraw.lib which doesn't even exist in the current DX SDK

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [41beafbf540ebc9ccb1efd8778c0b906882a9007]

        Do rebasing on 32-bit Windows only for now

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [6bf60c67249175ea775cf5addebdf3e0736a6883]

        Exit early if there is no doxygen

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [67a5f332ea028ef1f201144979b3ef7ad17a6a61]

        These files are C, not C++

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [d7ac003032731f6f8b7bc503530162d93826dd9d]

        Avoid compiler warning

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [af4ab34ffd2a1dcf26ac2f6ac44aad48f34af33e]

        There is no SJLIB

2011-01-27  Tor Lillqvist  <tlillqvist@novell.com>  [d149fe2d77af5c92ff415b5c6a4bc67e8fea32d7]

        There is no SJLIB

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [60b1b4ccfbccacc1866a0249cda27a5b5c13dcd0]

        WaE: mark this dir as warnings free

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [162565b2d9f4361624a72f91bd6a9914f4e682de]

        WaE: clear warnings

2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [e1a42bc68918c962bd38c1070a6f0b4b225c3353]

        cpp cleanliness: fixed some memleaks

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [72f06717f64243c5d17c3e9ebab1696920e1e6f4]

        Intermediate commit

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [e8e2ce6c67dae32366d442ae52c09863b9959733]

        Why OSL_ENSURE something that is not required?

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [d2d18606f8e1ab95599a8704d0a713464bd366ed]

        Add the location of the 64-bit jvm.dll

2011-01-26  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [c6551760fc30ce99c6c351cb63093d09a5490061]

        Translations of German comments in sfx

2011-01-26  Albert Thuswaldner  <albert.thuswaldner@gmail.com>  [0fb93815ffb45273e2f44455f2065e6ed3bb8fd2]

        Translations of German comments in sfx

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [1a2ebf61e733f33f6a6bcba734a2f2e3f6ad887b]

        throw out some unused methods

2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [4ec0c1ba906504d07e9bff567770d8812cb6285f]

        Cpp cleanliness: redundant assignment to self

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [998e7286f7dd8424b6185c72c52a0b9540e53a09]

        WaE: nPos not used for anything

2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [2e2cb4bbe2337b91b9b05b9dcc3b528161e59d73]

        Cpp cleanliness: redundant assignment to self

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [54c47b5408769234373aaa78f9916e3453cb1250]

        tweak this slightly differently

2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [3332802ff5c765b7b08297a77e24b701eb5ccd47]

        Cpp cleanliness: redundant assignment to self

2011-01-26  Kenneth Venken  <kenneth.venken@gmail.com>  [02dd8a0e32464aaab863c558322af67b7ba4e121]

        Cpp cleanliness: redundant assignment to self

2011-01-26  An Leenders  <an@Fluffy.(none)>  [6c6eafb05b11efda309ce9cfdbb0a89c5df3d74f]

        cpp cleanliness: check for assignment to self

2011-01-26  An Leenders  <an@Fluffy.(none)>  [28a69934661bf3e3e366e6474ecac2ddb0507066]

        cpp cleanliness: check for assignment to self

2011-01-26  An Leenders  <an@Fluffy.(none)>  [31b6fe42e20b67a29e49612638c7d23415f963f6]

        cpp cleanliness: check for assignment to self

2011-01-26  An Leenders  <an@Fluffy.(none)>  [8a4974c5cd9ebc27b64c75dbaa746556e4868923]

        cpp cleanliness: check for assignment to self

2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [23933ae6f6c74253a233761dfa42e488f6cabd13]

        gridsort: let the sort indicator arrow point up when sorted ascending, and down otherwise.

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [42fc25bc9d94903f545531344fb04da27001a72e]

        Bypass this directory unless SOLAR_JAVA

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [c37747173d96412a4f4aafbf2e1846c062803391]

        Use SetWindowLongPtr

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [9b155de5820af733e1762d224a1ad3a5127efc1c]

        Don't hardcode SOLAR_JAVA always to TRUE, winenv.set.sh sets it or not

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [e7def2bfc67a55daee41182959dd73b33592ea78]

        Check also $JAVA_HOME being set to "NO_JAVA_HOME" by the configure script

2011-01-26  Thorsten Behrens  <tbehrens@novell.com>  [e5b80ed0b1b0b4ef1e34a42cf09e17f555ade975]

        Revert "Initial LibO mimetype icon design"
        
        This reverts commit bf7cc5f6751d566bccb45b09fb15f82e56fe3333.

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e36eaeb472581320c6ea92181ef8e0592e2479fb]

        vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e0a13ec42d76f487cb21c3fd80d2317bf322bc7e]

        vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [65bff13b5d32bd7b19b9d45ef6c2b9a102ef329e]

        vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3afc7558eb03b88fd6041ef9fa530651f8468191]

        vcl2gnumake: #i116588# move vcl to gbuild (step 3,linux,solaris,macos)

2011-01-26  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c634a9b59904c79872ba2376fa032e4f68986280]

        chart52: branch merge

2011-01-26  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2e0fdf80c30a1a0af490aab176b4bb7c097f58eb]

        chart52: #i28670# import/export of manual chart legend size from/to XLS

2011-01-26  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a4a27812381ff4a25d28c58340a0ea67549b060e]

        chart52: #i28670# import/export of manual chart legend size from/to XLS

2011-01-26  Alexander Thurgood  <alex.thurgood@gmail.com>  [8b9003a4d5047debb0f3b981b97a4d842b030cad]

        Fix window focus for langpack installation on Mac fdo# 33056
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [3d402fce3af34b82c4a27adaf7f77aa2c3a3d6df]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [9be6b3dc4994c9d9656d15df086158f75236535d]

        WaE: fix shadowing post list change

2011-01-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b0ac5e2d26f08b372ab802bb4cb4cd3f42b7ba1f]

        gnumake3: merging minibranches

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [9d47c89f48c9630a82ee548e18bd75390c40ac9d]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [987c0541f9aad630cfff2c8eaf46ab884ab4502d]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [75c5180337957ff62266854e366c0f3d37c9266d]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [b38ee8c8d5bb10ade41d5ee4050ec4fda12fcbd2]

        Resolves: fdo#33523 fix scrollbars in themes that have no up/down buttons

2011-01-26  Luboš Luňák  <l.lunak@suse.cz>  [63fa8b60fef2e2d72c16a70246c5b8e4a702d863]

        proper Qt event loop integration also when Glib is not used

2011-01-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f8e99b2e95c23685760165eab28a1d941793deb4]

        gnumake3: fix dependencies on CustomTargets

2011-01-26  Joseph Powers  <jpowers27@cox.net>  [faa253ee441f9be75e27980595a4b567e52cb9e0]

        Remove DECLARE_LIST( SotFactoryList, SotFactory* )

2011-01-26  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a2d49e576d3ba693132fb2c75d1b73c1d802b8e8]

        chart52: #28670# make the legend within charts resizeable - build warning

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [1313c2793278d74f16814daf17ce669250dec7f0]

        CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [7c810cb4d733ccaa9e8f66415e252d1e0369fc5f]

        CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [b516ef7c958652d50d5d0dda3ee3d062cb8c332b]

        CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [a239103a877de032e11acfa645d059c45fd28d10]

        CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal

2011-01-26  Joseph Powers  <jpowers27@cox.net>  [7fbf4facbb96088da82203f27fe0a5aee84ea616]

        Code cleanup
        
        Removed an unused class forward reference from so2dll.hxx
        
        Removed some useless code from bf_wrapper.cxx
        	@@ -167,19 +165,11
        
        Removed a compiler warning (and posiable bug) in sw_wsfrm.cxx
        	@@ -782,13 +782,19
        	@@ -801,10 +807,11
        
        Deleted several commented out lines.
        Lots of trailing whitespace

2011-01-26  Michael Koch  <miko@gmx.ch>  [74d8d2dfed51e03807e347da951fdf9ef727b6a6]

        Added script to search for unnecessary newlines
        
        Script recursively searches directorys for
        consecutive "empty line(s) - code line" groups

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [8df66ba6e55e89d57ea47a25a5f3759d0c667625]

        Improve Java tests on Windows

2011-01-26  Tor Lillqvist  <tlillqvist@novell.com>  [ba0c6830cba0d4e73aee8cd933d83fe82addf357]

        Drop CWS-related and "Heiner's proprietary" code

2011-01-26  Luboš Luňák  <l.lunak@suse.cz>  [4c3c0efc1c92d12dadf87ada20387dce051b70b1]

        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  Luboš Luňák  <l.lunak@suse.cz>  [129fc300792e8b255c2d15d74e014533f783b013]

        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 b13f9e3374f8f605e6bf6f7be8819142060c37e9)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-26  Miklos Vajna  <vmiklos@frugalware.org>  [50326ea354a5500647dfc598ba4d8e5c96eb69d4]

        MSWordExportBase::SupportsUnicode(): renamed from HackIsWW8OrHigher
        
        That mathod is basically used to determine if unicode is allowed to be
        used during the export, but the old names wasn't that meaningful.
        
        Suggested-by: Caolán McNamara <caolanm@redhat.com>

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5a07595a428099575dcfe96a3cc54d136cbaba1b]

        vcl2gnumake: #i116588# add static library for salmain

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [9537cbf1895a8b6ee77c431d067dcd24be8e679d]

        don't check for visibility bug on Darwin

2011-01-26  Miklos Vajna  <vmiklos@frugalware.org>  [626e42e93930ac6e6489f5f3b38e68d5ccd48f25]

        RtfExport::HackIsWW8OrHigher(): return true (closes fdo#33478)
        
        This makes the exporter use unicode unconditionally when exporting
        accents. This is needed because in case we don't do unicode, we need
        special fonts (see SwWW8AttrIter::OutAttr()), while in RTF we need to
        output the font table before exporting the docuent.
        
        Agreed-by: Caolán McNamara <caolanm@redhat.com>

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b9cd8335c89822a56dee899f32164ba216d86b53]

        vcl119: #i116632# fix an off by one display problem (thanks ssa!)

2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e1ab4bf40c0ca6ade1c13ca3b57f21b6eda6232]

        gridsort: added missing Java file to makefil

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [df8898bd37c7983adec9d0e24b802ceaf355b190]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Joseph Powers  <jpowers27@cox.net>  [0f44da55121dde853e8e2efb3ac4c80f568909c7]

        Remove DECLARE_LIST( RscStrList, ByteString * )

2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c22f16b635e39db9203dbced0d594954e7939cb9]

        gridsort: grid control related unit tests (first set, more to come)

2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [838ec321b7b6a862649320a28f682c83bb794dcd]

        gridsort: grid control related unit tests (first set, more to come)

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [80a4f7e6617819c68ecd604d951baecc9ba0fb38]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78eb7fe1403c5cd46553bb0252b2cf6b8e09d73b]

        dba34a: #i107809# drop support for old Mozilla profile format, support new-style SeaMonkey profiles
        
        (cherry-picked from hg 272071:d5b3bb5ca529)

2011-01-26  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4dd0bf051842c0231f9f5747039c6ade04101856]

        chart52: #i28670# import of manual chart legend size from OOXML

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5094622556d429df2028b5b299fe5aa3c2a96fd9]

        vcl2gnumake: #i116588# move vcl to gbuild (step 2)

2011-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [096f56c6978a2d6570b0cc47016d344d5ef54a5a]

        vcl2gnumake: #i116588# move vcl to gbuild (step 2)

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [23b096d98be3a7a98332fce6d3287a177ffe0cfd]

        this is wrong, using a pointer to a temporary

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [ef0e275eab240c610d5e7441f625271f06a7796b]

        CWS gnumake3: wrong license header in solenv, missing d.lst in sot and vbahelper

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [c4cf136270b00fb6f3188772feba3ccddea7391a]

        CWS gnumake3: wrong license header in solenv, missing d.lst in sot and vbahelper

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [2d3953778c21a379394b9a24fe0c3574de8ce003]

        CWS gnumake3: wrong license header in solenv, missing d.lst in sot and vbahelper

2011-01-26  Carsten Driesner  <cd@openoffice.org>  [e1171c154cf5b74a19aabc6dc137784a1a5096e6]

        gnumake3: adjust comphelper to new build env

2011-01-26  Carsten Driesner  <cd@openoffice.org>  [99a85c5bda0d1fb965cb48cd6c2ab1478c269313]

        gnumake3: adjust comphelper to new build env

2011-01-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fca4891942b319dfe59d1a225d0ab01601a96205]

        dba34d: #i108967# introduce new settings into UI and driver config: RespectDriverResultSetType

2011-01-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [a6f0350550d96ba8e00e79325a260a63a5899107]

        dba34d: #i108967# introduce new settings into UI and driver config: RespectDriverResultSetType

2011-01-26  Andras Timar  <timar@fsf.hu>  [8ae7ac04e3f64b8adb23eae14f398151d21fedd0]

        removed obsolete starwars images

2011-01-26  Thomas Klausner  <wiz@NetBSD.org>  [5e4955a4f622d878c919ac7e6630001563790cf3]

        Pass thru PYTHON, found by configure.
        
        Will be used by filter/source/config/fragments/makefile.mk.

2011-01-26  Thomas Klausner  <wiz@NetBSD.org>  [cfec058024bafe8aab6a13e2b826037262548c4c]

        Use PYTHON as passed through by set_soenv.in.

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [6b45b36e1af83dc401a0ebd7a872942b9e0905c4]

        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>  [4f4bec90b8c07c3c0415de7860a560dd16f3ebae]

        fix for fdo#32561# crash when moving through database types

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [79f024a586a3e272eea032332aa58f47d0bdb33f]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [f81812464c6504831b8bddaabfe25876a0906488]

        CWS gnumake3: several clean ups and fixes in makefiles

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [b0ccccea6798baa0fc71691fbe01a9b5da85ab60]

        CWS gnumake3: several clean ups and fixes in makefiles

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [c501793e09620701d76cf981a397cc3c428e3071]

        CWS gnumake3: several clean ups and fixes in makefiles

2011-01-26  Mathias Bauer  <mba@openoffice.org>  [6c0d17b3e21d4c0d6f6a526a6261f5ca8eb42369]

        CWS gnumake3: several clean ups and fixes in makefiles

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [9fcf387d7e6a1e81ddc611f141e89f970ff5ba0e]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [7c2a012c36577b7c717bce9fb559815c05b2fed1]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [f56f1cdd1e86612d151bc91acf8e3f73ca125c9e]

        WaE: gcc 4.6.0 various warnings

2011-01-26  Caolán McNamara  <caolanm@redhat.com>  [680cf073c0540a940f7abf8110e9c0d960ebeafd]

        WaE: gcc 4.6.0 various warnings

2011-01-26  sb  <sb@openoffice.org>  [c1450f1ba30a1fb465b91d934fafda22e6bcd8f3]

        sb138: #i116038# fresh implementation of binary URP bridge

2011-01-26  sb  <sb@openoffice.org>  [9770f801119ebf03ba8e01ee19edf6a00182ea28]

        sb138: #i116038# fresh implementation of binary URP bridge

2011-01-26  sb  <sb@openoffice.org>  [138ab06ecc2c288963dac707ebc94b69ce92f39d]

        sb138: #i116038# fresh implementation of binary URP bridge

2011-01-26  David Tardon  <dtardon@redhat.com>  [99bcdd3b856dfcb209f4bf3038cfe94473dd702e]

        WaE: remove unused variable

2011-01-26  Thomas Arnhold  <thomas@arnhold.org>  [a03a0527062da59a6958fba0d8dbd45ea592b225]

        Cleanup for ww1.

2011-01-26  Thomas Arnhold  <thomas@arnhold.org>  [d1f8d63e45cf305bca7a88e893e931a7739c8913]

        Remove unused DEBUG_KA.

2011-01-26  Thomas Arnhold  <thomas@arnhold.org>  [fa2526c545f8fa64c8b91018428e27b2e2d8376e]

        Remove some dead code.

2011-01-26  David Tardon  <dtardon@redhat.com>  [3d708bcde52b87ce878d4ed68a5ae1ddb2b24988]

        fix build with system ODBC

2011-01-26  Miklos Vajna  <vmiklos@frugalware.org>  [0fd4a71aabd454abaa43ac68d6002425628d0e68]

        RTF: escape special characters in style names (partially closes fdo#33478)

2011-01-26  Andras Timar  <timar@fsf.hu>  [1eaa944a258d1e7bfbb89bd34a0ea9122876492a]

        translations need more space on word count dialog

2011-01-25  Thomas Arnhold  <thomas@arnhold.org>  [f4e7cc0944e3372dc1a7000490fe1d941010c452]

        Remove some dead code.

2011-01-25  Thomas Arnhold  <thomas@arnhold.org>  [bef90950a08466069552616ae16d1941acd8b247]

        Remove FUTURE.

2011-01-25  Thomas Arnhold  <thomas@arnhold.org>  [356987246375b102b17938414cff676547a6e0ba]

        Remove FS_PRIV_DEBUG directive.

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [3f328511e92e48df306da7088b0ca627bf921741]

        chart52: merge with DEV300_m98

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9487ac66bc5abc276451550d4c6c5af80ba113e5]

        chart52: merge with DEV300_m98

2011-01-25  Lucas Baudin  <xapantu@gmail.com>  [06f3123d2e9ffd9ab5a020f5455e878d54a6e6ea]

        fix various gtk+ theme integration annoyances, fdo#32186

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [c459b2681583924a819eab8514dc36fe7fe3cc2e]

        Be less verbose when dbglevel <= 2

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [5be90a49b6268e7a83c79b51e2c9f2350df6f50f]

        Use correct type of parameter 7 to SendMessageTimeout

2011-01-25  Andy Holder  <andy.m.holder@gmail.com>  [3133e10ecb8499ec13d8f560cebe8fa92a78124a]

        cppcheck: unused variables

2011-01-25  Andy Holder  <andy.m.holder@gmail.com>  [3e23eb43f997ce143f47f3bde6638bb7896c50a8]

        ccpcheck: unused variable

2011-01-25  Andy Holder  <andy.m.holder@gmail.com>  [e1b2f4c82fd1ab2a26a7a43959e0eab2427a9f87]

        cppcheck: unused variable

2011-01-25  Andy Holder  <andy.m.holder@gmail.com>  [11a5648126eab1ccb31ef2497ea22c3ff0cf37c7]

        cppcheck: Variables not used

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [c9f5cad1d528bccf46036099ce0343d8f1e3adc9]

        fix build break in dbgutil mode

2011-01-25  Christina Rossmanith  <Christina Rossmanith>  [a3913a20279eca57d1ed284b1b75f01b5fbf49a6]

        Translated comments from German to English

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [22782efaac6e24ef351f8942ca46ea32b7fee4af]

        fix build break in dbgutil mode

2011-01-25  Christina Rossmanith  <Christina Rossmanith>  [999c69dd67c8aafba25fab2ac52f32461c6c87c6]

        Translated comments from German to English

2011-01-25  Andras Timar  <timar@fsf.hu>  [5b61da874252059bbe2459afc960ebc0bdc0bc46]

        translations need more space on word count dialog

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0dbaba1db25f7b43cac0e8783135e4c9f473a5dd]

        Mac WaE

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2746bade155304bd96f0b9211756c0363601e747]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5da3f13d3e60d0eb6ea07078d13ce0f4e2d82b95]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [26d86d8008bdd3b553fbe63d4f7af3a72a783381]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dbbd1aae55766ffd0fb5fe14f712ece7ab691014]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2603ace5fd253d992249c356a34a06221b4ed84c]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3e733f02c863bdc51b851e27850f8a2483af78e3]

        gridsort: pulled and merged DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d3ea597f519b2244676daf78c24a49597f65f4e2]

        gridsort: pulled and merged DEV300m98

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [e9e2c91faa6a5a79f6c495b2e249ea58f712ed05]

        Use correct libxml2

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [60ba48a1b4aee5d80127df2450bae1312aa1881f]

        Add informative comment about ULONG and BOOL screwup in sqltypes.h

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [7dd524d18060327372f4f0201b4339fd68333ada]

        ULONG is not unsigned long

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [09c19c6ddada306d1b23e312838e964325105ad5]

        Fix minor ULONG glitch

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [53b738076722da0c54e40e283e667cbd17ddb21c]

        Minor type tweak to fix x64 Windows compilation error

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [e7060e23c6fdd22250afc37b46fa732995c7734c]

        Add an informative message

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [03bee2a75b025a3d5f593b22206d055809537baa]

        Workaround for <odbc/sqltypes.h> ULONG and BOOL screwup

2011-01-25  David Tardon  <dtardon@redhat.com>  [c62eba21c85892fbd7cc5e48ad4f72c13041dd0c]

        fix the patch, i said!

2011-01-25  sb  <sb@openoffice.org>  [4a93466b857e5d0ed0af5bcd04a29e18ab0c510b]

        sb139: #i116612# fixed solenv/gbuild/platform/linux.mk typos when linking executables

2011-01-25  David Tardon  <dtardon@redhat.com>  [bb5a845f456be03301278e42195b7358126e71b2]

        fix the patch

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [b6ac26c95f0597b51ed627bbfe519969494b82d5]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [2b52757bd9d089a712f7caceb5ff45c186a3d57b]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [10762f9d3c0345ab8015d395d827f387931e8c51]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [911d360e2a4a723a46d729a2bb5eea1596a07c1c]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [3e8c2acbc308a1987257759200dbb1d4a45d0e78]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [3b4e5066185aa9705237612641083e3837b264b5]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [610ed2c574bbf9d634cd854967368f5b384ea442]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [bf1981de08012cd73e76260a4395ea35dcc2afa1]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [abd28b0352a654d43aeeb6a034370cf265fa93cc]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [9fa0a785088feeaf3cf4bb502ef8f2e4ec1b1152]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [69aaa3c57f42a026746243ea4a7ae478a38193a4]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [5ede6609549b11eb205e080341438bed5f9858e0]

        CWS gnumake3: resync to m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [0ab2ece0b9e074ed63d793ce8e487a07307b12e5]

        CWS gnumake3: merge minibranches

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9c4230ceafb23b4e3ff9e201e6f9516368d1e122]

        chart52: merge with DEV300_m98

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [d21794dfbf3d13be7e2d93151a94de1148f65182]

        chart52: merge with DEV300_m98

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8c7032b69be4832e4aa78e225db8991b12e25953]

        chart52: merge with DEV300_m98

2011-01-25  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a5da1bb72dbda9806855e926b59f9e541c95d8b5]

        chart52: merge with DEV300_m98

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [5d2f51945b10f6c3cad3286e5cce101a1d1c1727]

        CWS gnumake3: fix license headers

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [80fa6e0c97fc50fee714f3a7dc75d11d2180877b]

        CWS gnumake3: fix license headers

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [c126ba333326f4fb51349521b86ff3d573f5ff15]

        CWS gnumake3: fix license headers

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [38ea83b7b499f2867fd37b113d5ffaa84326016c]

        CWS gnumake3: fix license headers

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3240d4a82c4a3100a5c2c01efed33eb8cab83b8c]

        dr79: unx compiler warnings

2011-01-25  David Tardon  <dtardon@redhat.com>  [ad24601ea82fea03a4a414acf7732dee5ecc402a]

        rhbz#641350 don't segfault when test is built with debug. STL

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [869460c59e22b65a79bdea205a16652cf8a0ea44]

        dr79: #i5759# use Window::RequestHelp() instead of Window::MouseMove() to show full field name

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [235f20dfc83a1d47313d76836d34eb2c2f57db49]

        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>  [54d9ea315aef1d774d728e6e8cbac3183def5f0e]

        gridsort: post rebase (which was implicitly done by merging CWS dba34b): re-do changes in the new build system

2011-01-25  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [e60595b380ef2a355ebfda0693044b4cb7699fec]

        vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)

2011-01-25  Philipp Lohmann [pl]  <Philipp.Lohmann@oracle.com>  [bb3127a8c053434ab1f4c42624b3d70a5fbfa9e6]

        vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)

2011-01-25  Mikhail Voytenko  <mav@openoffice.org>  [04034b8ca71a6d4e6823f71dd092aaac0270a028]

        gnumake3: adjust sot project to the new build environment

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [713792ff4a57c574450acc9907c80bc799b34129]

        chart52: adapt to changed API

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5c86cbeb5891e8f4b03718b2ec4fc845f39b48a1]

        chart52: adapt to changed API

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [f654ed03a7fd707b69bf90d2b80b3894dded6675]

        CWS gnumake3: merge minibranches

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [b58925d9ca3307e156c28a64cee1081e1289a90d]

        CWS gnumake3: fix crappy vbahelper headers

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [8c426467207d8b11de610aac541e41e0798cc255]

        CWS gnumake3: fix broken dependency generation on Windows

2011-01-25  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [b83d973a49ada877c21ad76e410af82fdade5cc1]

        emoved lines of code that were commented out.

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [e3264718d156fb21188a9f9fe94640ca1cc8c72d]

        WaE: unused variable

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [04432b26c74b321ec1933b8c2a7ae0fbd15d4b5c]

        WaE: unused variable

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [2fd7d0f929384f0abd7e176e0dfc78eefb182de7]

        Related: fdo#31271 create a unit test for the line break iterator

2011-01-25  David Tardon  <dtardon@redhat.com>  [a2cf60a2924518d62bfcebc72a0b6354c20f4bc9]

        Revert "WaE: unused variables"
        
        This reverts commit d06a2dd024d69dec873f1a59adbf7d5b372c39a1.

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [dd9197c7fb95be7c1eb1fe25bf78eadcb447b77c]

        Manipulate also the C runtime's environment
        
        Fixes fdo#33355.

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [180a7519fbb1bc96adbdaead25171cc7c9c42465]

        Manipulate also the C runtime's environment
        
        Fixes fdo#33355.
        
        Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>

2011-01-25  David Tardon  <dtardon@redhat.com>  [bc0a780816fe5ff844c8e69e9f0750e8d5b302d8]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [a3ec0f06d112b2fbd8461dbffb1f2b6a068d68fb]

        WaE: unused variables

2011-01-25  David Tardon  <dtardon@redhat.com>  [c084e14932302b20d86fd4c959d509e3c5df3ca0]

        WaE: unused variables

2011-01-25  David Tardon  <dtardon@redhat.com>  [025ddb2c120bdc9475b353bafbed72f8bf725512]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [dd1d2b2d19cc7f88c31f40ece6997c1bc72f2dfa]

        remove unused code

2011-01-25  David Tardon  <dtardon@redhat.com>  [8f40db8e8ecfd6280f22e15d6449cb7c13dc2e7b]

        make the test for "-" more robust

2011-01-25  David Tardon  <dtardon@redhat.com>  [96b6b643159577beb756b2f1baa441f93d067628]

        fix build with system ODBC

2011-01-25  David Tardon  <dtardon@redhat.com>  [fb7934efa28b18d13d88d2df87f3cf1a3fb043b8]

        check for exact pos. of the inner "-"

2011-01-25  David Tardon  <dtardon@redhat.com>  [82d327237e9db22eb5b3e2253554c0bccb0bdac6]

        WaE: unused variables

2011-01-25  Thomas Arnhold  <thomas@arnhold.org>  [48d7b435354f4e2d06c63f941c3e7960e57d62f6]

        Code-cleanup for testintrosp.cxx.

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [c8b81c36a0e6f9ece3f02743e3b9f8aab7208cd4]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [87ef3dc00ae9534414c6d22fc9000496c0234ddc]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [b85ec1b3368d9f7fb195201dfd793d2860446a80]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [0f2638cb1f0c02cfd6736fc6520299b3fdea9c0f]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [8cef84d41d28ceb698cf4d35ba2a8f3a43384b37]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [4e10ad391b240111336f2d22d2b5eba730b188e9]

        #i83806# these methods don't change anything and we don't use their results

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [7d70c3b700ca3d90dd790a4679a2a6cd277a92a3]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [c2915ab373cb185271348d120777a96181c00ab8]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [0657260d6fbc176f79eb5c880e7fcaf40b37d881]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [90b755b2838a49d80e83bd2642bc8ff5c399396b]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [5a21fcc73f4346ea78a777e91de506d8f47e485f]

        this looks wrong

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [8c8478ff36a79e58c29ebdb092ba36ebe5535fbb]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [97b31c731fe79bb5c9fcd84d31c61a3b0ae76302]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [4b438423453705ec77bf9e2dfce575fc62655764]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [acae70fb62cb72ad0731b453852e7a4de9dbab9e]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [6045d6569db222192063c3fb9176cfdb9d1c36bf]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [8401ed8216b27e8a796e2a1f0597be5e14407b4a]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Caolán McNamara  <caolanm@redhat.com>  [df09ad692d6bb5f2402daee998590b2f31dca251]

        WaE: gcc 4.6.0 various warnings

2011-01-25  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [8305c8ea94cb0bcc79701577087c4ff0c64194f1]

        i116533:[Automation]: replace ownership of autotests

2011-01-25  David Tardon  <dtardon@redhat.com>  [cca4d900ed3636e229425c0b2ee1ee394ed2b519]

        WaE: unused variable

2011-01-25  Christina Rossmanith  <Christina Rossmanith>  [c64f9a083934d73632e8b8ef19817b9b893d1d13]

        Translated comments from German to English

2011-01-25  David Tardon  <dtardon@redhat.com>  [007568c0e89e957e5bea972375abc9d5f08df2f4]

        use OSL-style asserts

2011-01-25  David Tardon  <dtardon@redhat.com>  [1047b3455b3214b15f46f63a3add7d0ad649ea1b]

        split the expr, as gcc 4.6 bails out on it

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f54fafb7cae302393b8301aa182722e831183957]

        dr79: rebase to DEV300m98

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1027b895ceb6a88d6e48ae091faa5d69df1e499e]

        dr79: rebase to DEV300m98

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [b0a1b6457d6cbc4130f34fd6254457acbe56d6c9]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [475a6d822f4a439dca6c91cc4905a7c526fe46ea]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [5b5f3e0684a6d39f278578c194879175fa5ea5c8]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [959f9f9d22b785c43d100353aacd9a4e1c16f82c]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [a8fec4fc9cfcbc0fbf21f5a118facd84baac60d4]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [37b910bece2dcb4fabad86a2043adaf66748b099]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [265d5f188ebdf230581ba9ef2ad5c6b13f927f19]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [611e85421bfff8408c2dc8d9f33c43346c9d907b]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [62d780758c4c75dfc67d7dd9f9c6c783ea932852]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  Vladimir Glazunov  <vg@openoffice.org>  [e76f11915882cad3f6cbc04c81a78ce241f2dc15]

        #i10000# #i10000# changes from OOO330 m20

2011-01-25  David Tardon  <dtardon@redhat.com>  [8fb091c2e9b1c8d127f5c0781a7e91c267eccda0]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [550211fd34f79089b2621401c66e99e351a0b730]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [c1a3958829cd00de0e6c12e60fc38548c3c28b49]

        WaE: remove unused variables

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7939448f5fb46351d99a053b421da39c4e9230fa]

        dr79: rebase to DEV300m98

2011-01-25  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b7f2a1badb9c1ed9f58f254f8c3f44bae6b2b89c]

        dr79: rebase to DEV300m98

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6620aba0e07707f1dd1a1db6a94eddc6247e44e6]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [927d1b424bed632d13d5498a6d764a330aa1b392]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4b32d360b343f6260790ad08808861c4874b8855]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [acb0bbd76e63c13e2601f71bee219a89debc8457]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b90ed1a5f39d6dbe9d8e95e6bdc548d899782878]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [58e633a92831b5a7bd4d82e57555a5a8e33809c5]

        gridsort: pulled CWS dba34b

2011-01-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ea2edeee012d7d0cd9d07b7f988d83be0f946904]

        gridsort: pulled CWS dba34b

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [8d09e4a92cc3015ad6f1576067d19bc7368cc6e3]

        CWS gnumake3: convert editeng module to gbuild

2011-01-25  Mathias Bauer  <mba@openoffice.org>  [b83f838807733b1eb1337ade8fbef9064357d510]

        CWS gnumake3: convert editeng module to gbuild

2011-01-25  David Tardon  <dtardon@redhat.com>  [33e2f55fdfa6a008a8fec4a6bd3c341d8ecaadb1]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [73dcbdac3754ff611ccf9ad6d988936957588bd2]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [f5c7a1e496e9dcacd0f1edf1269f0cd9f78364f1]

        WaE: uninitialized const

2011-01-25  David Tardon  <dtardon@redhat.com>  [d191369480dba43428df46010fa0a5257b133cc7]

        WaE: remove unused variable

2011-01-25  David Tardon  <dtardon@redhat.com>  [db5332593198663b4f4f19c014859d1347a30269]

        WaE: reference cannot be declared mutable

2011-01-25  Christoph Herzog  <rhogez@googlemail.com>  [9cffcf56caae7bbc0a20425ea0fe4734789aff67]

        Translations of comments is sw/inc.

2011-01-25  Takeshi Abe  <tabe@fixedpoint.jp>  [8eb4e48f90a3313208d08cc97c94dda43645d6b4]

        Removed unused codes and fix some typos

2011-01-25  Christoph Herzog  <rhogez@googlemail.com>  [b009936938d89fc95fedf98b432e0ab7bcad4824]

        Translations of comments in writer/sw/inc

2011-01-25  Aurimas Fišeras  <aurimas@gmail.com>  [b8250c7382b86bf02927e6224c715e4921c47f6d]

        Some fixes to documentation (part 1)
        
        Fixes many spelling errors (checked with en_US spell checker).
        Unifies spelling of some common words.
        Replaces single quotes ('') with double quotes ("").
        Fixes several other errors.

2011-01-24  Joseph Powers  <jpowers27@cox.net>  [a898473f0b57bf322e6056d9c230555f9dc4efb5]

        Remove DECLARE_LIST( RESubResourceList, REResourceList * )

2011-01-24  Joseph Powers  <jpowers27@cox.net>  [1b55280819cdf88009be023e46f40d9f0d52a952]

        Remove DECLARE_LIST( RscDependList, RscDepend* )

2011-01-24  Joseph Powers  <jpowers27@cox.net>  [fa5ddda2406ec23d88dd38f59b80c4463fbbc873]

        Remove DECLARE_LIST( RscSubDefList, RscDefine * )

2011-01-24  Joseph Powers  <jpowers27@cox.net>  [5772e5eca11eff0b5fdf7415d57590da04bfd257]

        Remove DECLARE_LIST( RscSysList, RscSysEntry * )

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [fafac03b954ec10e37fa5136fa718687e2e04552]

        Stricter type correctness to avoid 64-bit compilation errors

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [eb841ee60977024af788f8c5821d8c5558faad4b]

        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-25  Tor Lillqvist  <tlillqvist@novell.com>  [dd901201e57ee4374f2a8f31b4de78b5489f91ac]

        Work around compilation errors on 64-bit Windows
        
        Fixes clashes between ULONG and BOOL in sqltypes.h and solar.h.

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [834e0e49d315ca05d4b086295a36e4adaccf1f2c]

        Use correct parameter types in ADO API calls
        
        Fixes compilation errors on 64-bit Windows.

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [7a48a6c87ffdc8d11a758205bdd6e67c990e88ed]

        Both argumensts to Min must be of same type

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [24918a6d67263aadb84684497b61aac114ed4858]

        No need to define _X86_ and it confuses a 64-bit Windows compilation

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [0297d5c78dcf8dbc1938adbfb918c264e06beb9b]

        No ddraw.h or ddraw.lib in the June 2010 DirectX SDK

2011-01-25  Tor Lillqvist  <tlillqvist@novell.com>  [d21fbb42e06dce89bd371a16a4727d4cac6e0193]

        Improve MSVS version message

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [b2c58db4baba996e4a1feb6621a75cc8e52e2bb8]

        Add .gitattributes for proper handling of .doc and .sdw files.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [8453ca29afdc57565e50edf603cf8dbdd238bd0c]

        Remove FS_PRIV_DEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [9ce17b8c0adfd7c06c66a83ccd51043b8ffa42a0]

        Add .gitattributes for proper handling of .doc and .sdw files.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [95e98e71996159e6d486f36777367a9d695d1ea8]

        Add .gitattributes for proper handling of .doc and .sdw files.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [53b28adfef3fdd8e043b4890a5a1b5b166bd11d9]

        Add .gitattributes for proper handling of .doc and .sdw files.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [4b38bbb0a68e4b176b02b64250fa9848e52d886b]

        Rename old rcs documentation to proper Star Writer extension.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [2d069233252359a96dfdbd1aa75d8538e670d9a9]

        Undo commit c4e7af5 on rcs.doc. It's a binary file.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [164a1390313bc6cf816c35d4ee3e83d2a9ef3092]

        Remove SPECIAL_DEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [e38b68288e1f287f6209737c7bf5fb1011ad66a8]

        Remove erTEST directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [8d8ff8f0cdc738e00c8915193b3e6324d277f099]

        Remove  USE_CELL_BOUNDARY_CODE directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [40ab8452f69360b6a4787a56eda05c7a9950cf9b]

        Remove SPECIAL_DEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [4d6bcb340d250205b0008cfa9b822f79bd5537c0]

        Remove FS_PRIV_DEBUG directive.

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [199d3adfdff55ceee979464450c3d4417bb45db3]

        gridsort: extended diagnostics in non-pro

2011-01-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f427f58cfa383563c319692cfe6074866132f7bf]

        gnumake3: adding a CustomTarget to a package should set it up too

2011-01-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [19ba1faf12419233e8a772ba8609703cbce1c6e7]

        vcl2gnumake: #i116589# header cleanup: windows

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [8918fd30abdab38a6292e04d5e9d3953be25b074]

        Include the wntmscx build directories

2011-01-24  Sören Möller  <soerenmoeller2001@gmail.com>  [9c5bdf5c1add45370c6a84725230182b72efadf9]

        Added doxygen style comments to ScFunctionCategory.

2011-01-24  Sören Möller  <soerenmoeller2001@gmail.com>  [469515cb86cd088a0150877598b9901e99d1f2b3]

        Added doxygen style comments to ScFunctionMgr and ScFunctionList

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [55d35dbd3f9eb76f2f284d5a6f4aa191a84874ca]

        Add x64 Windows implementation of SbiDllMgr
        
        Work in progress. The passing of struct parameters is for sure
        incorrect, for instance: A temporary copy needs to be allocated and
        its address passed.
        
        No assembly involved. The idea is to call the external function as if
        it was a varargs one, and passing the four first qword-size parameters
        as if they were doubles, thus nicely causing them to be both in the
        integer and floating-point parameter registers, from either of which
        the callee will get them, depending on their actual expected type.
        
        Rename existing files a bit for clarity.

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [d3eb14c3fe41e05797ef6fb39a28132711d8d939]

        Make Get10ThSec declaration match the implementation

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [76a0e4e844b46f2e8041b56a722032177bcc5bac]

        Use correct LONG_PTR for parameters to IMediaEvent::GetEvent

2011-01-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a937dc7425b7496a6b370bb0891459288edb6204]

        gnumake3: merging minibranches

2011-01-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7f21ffdaf0e96119156e6e508feb4c295aecc199]

        gnumake3: small fixes to CustomTarget implementation

2011-01-24  Kalman Szalai - KAMI  <kami911@gmail.com>  [7a7c28cf9dac5c68e4b7d615f784b79e7f911497]

        Start using technical.dic instead of oracle.dic (fdo#31798)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-24  Kalman Szalai - KAMI  <kami911@gmail.com>  [397ceb0924038ccf7df62ce927812b6c60286581]

        Start using technical.dic instead of oracle.dic (fdo#31798)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e911af3d260cf34f746955476973d74552288ce7]

        gnumake3: adding experimental support for CustomTargets

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [ab7f1e09bc55c34c50d01930353bc5bbb55d4fb7]

        CWS gnumake3: build gengal with gbuild

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [9fe0998afa627e964e3e1eabfe31ea7221567453]

        CWS gnumake3: build gengal with gbuild

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [150d8155d9328386a4ae50a7371a2b69b55e6f4a]

        CWS gnumake3: build gengal with gbuild

2011-01-24  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [c4fceb3d0e4283ac5a2dd605af1e4ed424ed024f]

        Helppacks building not supported on mac, don't attempt to build them.

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [67a6ec7207d237a157037c06febb49ca110d6560]

        CWS gnumake3: merge minibranches

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [4b0bc8c7c0c477bf74b88bbfd0ee534eecca5232]

        CWS gnumake3: make sure that an ilib is always created by the linker

2011-01-24  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [358da7e4cf9bf78d2dc1d48d56e25777d4f12a13]

        dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost changes in resource file pivot.src, remove unused code

2011-01-24  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c862ba7a7025a5949b7d3aef86cd5b28a84c8cc2]

        dr79: #i116540# change 'DataPilot' to 'Pivot Table' in Calc GUI; recover lost changes in resource file pivot.src, remove unused code

2011-01-24  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0200929248eed0bfbd42e25ddd2ced11e73f9b37]

        chart52: #28670# make the legend within charts resizeable - part 2

2011-01-24  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [c0f7a3f7cf33debd0f6049c415c412d14526a79e]

        chart52: #28670# make the legend within charts resizeable - part 2

2011-01-24  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0e685f0d9f64e57367cbc0a369885dad894d41d5]

        chart52: #28670# make the legend within charts resizeable - part 2

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [c64664f9e281980106741fc759d2faa190009b22]

        removetooltypes01: adjust rebase for Linux

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [8e46bfdceff41c73cff49e9365a9e1ebaa97bb7a]

        removetooltypes01: adjust rebase for Linux

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [4f65368101fde95f5bf97f114290b494a80ef051]

        removetooltypes01: adjust rebase for Linux

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [dbd2d1c834a1ce7eb1a15c5f14890a3937d0a957]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [55c2b6b9cabf45144401697cba1ab13e82876518]

        CWS gnumake3: remove ilib incase dll is not created

2011-01-24  Sören Möller  <soerenmoeller2001@gmail.com>  [f30c7334fa50342bff412aedfc217e34d6e9be86]

        Cleaned up spacing and comments in funcdesc.cxx
        
        Additionally translated some german debug messages

2011-01-24  Sören Möller  <soerenmoeller2001@gmail.com>  [cc43cbc649de463d8af4b5139e09b42713762b47]

        Removed local duplicate implementation and used ScFuntionMgr's instead
        
        Removed a duplicate of ScFuntionMgr's fillLastRecentlyUsedFunctions
        in ScFunctionDockWin and replaced its uses by use of ScFuntionMgr's
        implementation. Moved definition of LRU_MAX to header file

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [12abdfdfabdd35df2fb06defaed0b7715c208724]

        Update from master repository (DEV300_m98).

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [b554ca24df261fd8ba7df0060756b83812cc2c87]

        Update from master repository (DEV300_m98).

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [c1c1adb832adb78e3ced71358112c30e1cbda7aa]

        Update from master repository (DEV300_m98).

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [a87733a48f7b12a0b2e89eb793504bf075c2fba7]

        Update from master repository (DEV300_m98).

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [19563cec2d762a42fbdfe153eda2a29db5545185]

        Update from master repository (DEV300_m98).

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [277764b63765a48a2c8b863016d410a7a38fdfc2]

        Update from master repository (DEV300_m98).

2011-01-24  Joseph Powers  <jpowers27@cox.net>  [e69f752bed9cad9119653297b751b76ff66c8b2a]

        Remove DECLARE_LIST( RscBaseList, RscTop* )

2011-01-24  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [57b245f1404069a83a6bde188c88073ab16f3cba]

        build.pl: fixed ignore errors case.

2011-01-24  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [72f6e25f3d79a789caaa3ba190a85dbf1b65a693]

        accfixes: solved some svx/cui gallery shared string resource issues

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [6ded2fb852aa5aabf26f1d4832d1aa8f64f7a236]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [6e3562f617e354ef21842a2ecd30776ac101f7f1]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [a59a1ab681f654e4ea62c19cbbef65c008cd6802]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [1dbe1a81f505edb9aa019c00221a765b2db3bcc3]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [c094e38abafde5a6f46eb8523e25bad70bb5ef33]

        Ignore also txt files in the external subdirs

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [7369b28b95a25274c98129893d1473b7cd04424e]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [e7fd1425f32a3ac1c0b1e8d136788ac43f139680]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [48783ab5a26dec55987730d98e7496e970db8ae4]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [bf4aaa1112243a29c705568b40832d8cc8683352]

        Fix fallout of WIN_ULONG change in pre/postsys.h

2011-01-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5d463c719bb2881d63da68d0752e4086c265876d]

        vcl2gnumake: #i116589# header cleanup: linux,solaris,macos

2011-01-24  Andras Timar  <timar@fsf.hu>  [7a07b6738046c2a0ae3a228c7cbedb0ea37226ba]

        typo fix in configure message

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [38cec087c0a584ad6cbf02ff4f4b3ca3d444e494]

        gridsort: adjusted ITableModel documentation to the new realities

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [5045f80f952a473092c11c935686cf158a1697e4]

        add new files

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6df1f4cd69b1b02020e3885d513ff718bf122b1c]

        gridsort: fixed the UnoControlList/ComboBox ctors so that the latter registers the proper properties

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [eb0d5fb776ffd2a8ea5be88c0683936da5afedd1]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [81770a7f5459700fed2e25d8943d2af02e41217c]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [e01c5fc7024afdf8530cce1d4c787c132084b120]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [fa646ceffa3dfd04ea7cc45733e4fa368ff3dd13]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [5931226ad5b16f1a64c4fb0bbb33d979dfa822eb]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [0c61e01a8a0a181c024f153e1f9fdd73c54fe6cf]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [6314da47612e84a2f9c790749f83e8b06f084e9f]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [145e5cd450606c38a1a792d9d5535ee5269784be]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [7f56e026cbd71c7fe7e46e41621e4cb16bab1655]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [acc7e8bbc5bc74f71bd22fd01f3d098dd7f13bbc]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [846e7803db529d462a4f5a0480e1b502ca05c6c9]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [aaeacab4612b6d920795eaf87c81d97afec14dae]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [7e857dc7818e03bf0ac15df6af2989bcf27f6c00]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [a08c9091a4c8972ec2cc16151d9badbeed3ad4fc]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [45bed90be04b9782cb1b337fcdc0dc9c66297e9c]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [e4fa8660bc2d208df07cc0cd2c0518a6e0c1e365]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [b6cbae43385418be3238ed6e5cd5f90aeb69aa8a]

        Remove OLD_SELECTION_PAINT.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [8be66091da0f1a08d986573676bea5b64dca286c]

        Remove DEBUG_CHANGETRACK.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [0bcfeed0001ccb03c7697bff72edbb58946f5c41]

        Remove OS2_DOCH_NICHT.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [7a72fa52ba17ab842a43eac497f3f5725adc02ef]

        Remove CHART_ADDRESS_CONV_WORKAROUND as it is activated anyway.
        
        Description of CHART_ADDRESS_CONV_WORKAROUND:
        Chart always stores cell range addresses using CONV_OOO convention. But
        if parsing with CONV_OOO fails, try parsing it using the current address
        convention.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [83762051b3aa14b6e1a07a51e1df56b4ee4ce724]

        Remove erGENERATEMAPPING directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [5ff49e8ce958deb8217880b2aaf2bd41a567e8a1]

        Remove erDEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [a8dc584486827aa0b681302864df6886a180377c]

        Remove erBEEPER().

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [9638206638f90809c57143cb7ac0ea9b871340b9]

        Remove NOTYET directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [c519f73674f540fbc02be0fe7b73b3b194da558e]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [f7ae70468fe23a79146be766ad19281aba4f7616]

        get smoketest working after save as old bin format removed

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [21c2c6d9b55fae56b7da85c3c660fd155d4caf59]

        Remove erDEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [ce52398942200cfef997ca020ff17f2776575634]

        Remove TEST_DELAYED_RESIZE directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [3ab658c4aa7f17cf37ec690acdc2e058e2b2f989]

        Remove OLD_INDEX directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [3d87c269e9aa9775b917b71fc6a62da220c244ae]

        Remove JP_DEBUG directive and some dead code.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [c26f640518bb54047b8a187f3bbfb36a79be97bf]

        Remove TEST_DELAYED_RESIZE and FIX41370.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [145eb03b35e3ac08a45805b1c270d862e355cc1e]

        Remove FUTURE directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [5f8e1824c6401666b7f5f3d7d995b019f13d3569]

        Remove OLD_INDEX directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [1211303d12800218a376c8b354762fe8570d3ded]

        Remove LINGU_STATISTIK (forgot this one).

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [0b19a8cb5d88961c6c3106b9800f5a3dc1598fe6]

        Include the wntmscx build directories

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [fdf73ba33683052a8426658eba665acb6927fef1]

        removetooltypes: adjust rebase for linux

2011-01-24  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d8624c7d123e2ced21e8ddcd6bcee92b6aa10a14]

        dr79: #i5759# extend pivot layout dialog: support for unlimited number of fields in all areas

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [d4e3aab53f89be8f1c5210428e17ccb09185344e]

        Improve the Windows download code
        
        Mark dbghinst.EXE as executable (from Cygwin's point of view) if
        necessary.
        
        Warn that running the security fix installer containing gdiplus.dll
        might cause a UAC prompt, and instruct the developer what to do. Be
        more verbose in abnormal situations after running it.
        
        Drop some pointless messages.

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [ea7ed84b499b953dd5407e49feeb4edb040932d6]

        Show more commands before executing them
        
        I understand that for commands repeated hundreds of times deeper down
        in the build it is a good idea to make them silent in makefiles, to
        reduce the amount of output. But here commands are executed just once
        when running make here, no need to hide them. (Except echo commands,
        they should be hidden.)

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [c88741679524d31c3cc70a281ebfcf5d41e07eac]

        Clean up messages from the Microsoft assembler configury a bit

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [520bb3a8ec66c8f177e63a635f3aed42f9513576]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [67119282288e5d378889053e08c8c1dc43e66978]

        Missing NSIS is not really a cause for a WARNING

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [30ebcbb6e0595a13c32f1294fb1918a2a9e808c0]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Luboš Luňák  <l.lunak@suse.cz>  [930ed25687b44c7e8ec34089b15daf7105dfbfcc]

        get rid of --noinhibit-exec linker flag
        
        This option basically allows creation of binaries even if they are
        broken and unusable in practice, which is definitely not wanted
        (it e.g. allows "successfully" creating a binary that links the wrong
        version of KDE libraries).

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [3d6bbc02fdfe247245f71e23c4ca1e0feb8e11b1]

        removetooltypes01: Remove tool types from vcl and starmath

2011-01-24  Carsten Driesner  <cd@openoffice.org>  [fcc6ae78e9871c88a7c6013b4bbce391713b09a5]

        removetooltypes01: Remove tool types from vcl and starmath

2011-01-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [b403835d113f205e99f81b76825a40d4857283ab]

        merged DEV300_m98

2011-01-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [e73a827e6a7cba2dfcb3a0e0e5aab443636cf33d]

        merged DEV300_m98

2011-01-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [1f09c7b756e504e3cb65b785d432af1ed214426d]

        merged DEV300_m98

2011-01-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [1afbc09b9d65ab3ffb3b16e5c3e81da07a1799ce]

        merged DEV300_m98

2011-01-24  os  <os@openoffice.org>  [763f7b62182554dfce29f17914edefeaabdbc9f0]

        merged, again

2011-01-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ffd600e777970df0908125da66b280e1b00dbec9]

        masterfix: #i10000# #i116562# kde patch

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [0f93c62a850286a1dd395e14b18b32fea51b1334]

        Use a similar .gitignore as in other directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [43f86a0466de7d7adf8c904e96570a604407ef5a]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [708e05bd3321f1341eb3cedfc9871872fa02f1af]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [ab973ca5fce6b530f3495a11f8f396817c27a14d]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [6158ae3b8fb25d305eac9021199195cf58b2339d]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [97b2a33393d4eb13874b8c987af7e64828f80226]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [45c934d7ab6418f5e465043fdbe51e09f0061f08]

        Include the wntmscx build directories

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [9f4b9a7fa9b461fc40b832a0d7c62d328e1ed0d4]

        Include the wntmscx build directories

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0cbc0e3ab6d9ee6597ac8a120ec82cb30ee8cb07]

        gridsort: Mac WaE

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f503a43f0e297468a322c88b6e26a4e42b5d86ca]

        dba34d: fixed unintentional no-op

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2799baaa660de3c2cc29be97f071e11c180efeb9]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [935367cac643284a8c7d981b8ded21a3dfb1f9cf]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4cd780b67592aa4bbaad0712fa3ea5e10e48e230]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [20d9c3c617e16ff2463807815dc9cb734bfc983e]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [b55473cd10240c7ae3c8b4dbc34fbd44146f4a87]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [d0b88f1ae94ed1bcb4daf03c873cc85d7563f98f]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [5b228decd52056710fb41a216d742960f167662c]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [47f8f727f148e69180ad29e73c7ae8683ea27f23]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [a5b97d95a5680ac4bfb398cb49a46d129144d7af]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [a809b5593015488550cf001b185e37b05f5213a9]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [4b37d9a8ef1c90643bf8fc0db3abfb02d80a5ac2]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [754e27dbded4aa8aeea48e1bc60ae35de9de5891]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/gridsort

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [d9742013dd19097084821ba3662daf0018b55676]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [365e5c0ee59fae2475373c59c7d276f8211a219b]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [8c2cd1675f3308e3f542ededb1f3aad26d5b1f69]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [b3e081013d31518de220745b833dd1ebc36704a0]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [2b803d5c6f93637239d6ea3fcff2ad47cd3e2dc2]

        Remove FUTURE directive.

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [68ae086bca45f47ee9462372933426d67809264d]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [85398c935b1ebde2fed9c3e6dc784bb6f0d62c1f]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [c4f50da148e9bf143ed280407029048da69fb7d2]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [3e2a450a924e182bc02c29d5fbbcf7d1c124b538]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [7feee86a5195e09f7acddbe4519fcd2afaa89aca]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [846c7b8a9b2a2b76ec3036a6fe22ace8ef9ed88a]

        WaE: 4.6.0 unused variables

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [71a9b97cf7851a29e1fcef862c939e531c559a03]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [c73eed433208b93b4457bba249146f162600ad47]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b7f54d1f8a7388f50f4e3172015dd072ceed5f35]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7406b40991a58899180e5dd20572d078d878881d]

        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  Caolán McNamara  <caolanm@redhat.com>  [ee5b2715cdd9da44a34fda8a28da4e76e373fb28]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [b331e97167a352f3faf8ad106f036c7428cb5bed]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [d617b24172487bdd922b0cb713a95f70c9da23b4]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Caolán McNamara  <caolanm@redhat.com>  [981c242334400a3c407aa2bd1052d9c4176ed32f]

        WaE: gcc 4.6.0 various warnings

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [e8ebdd67c4997fe6633ca105fec1445ad2539ea1]

        Actually pass the MACHINE parameter to nmake

2011-01-24  jonathan aquilina  <jaquilina@eagleeyet.net>  [824111ae627bb231cd2f5c4fb768442795e307eb]

        removed double spaced lines in the genericfilter.cxx file

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [597850ed084dab256cc98c83aec9d7de7024c193]

        Fix curl build on x64 Windows

2011-01-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7d0745c3f9d83cfe378c52de9a8a485de49aecb9]

        upgrade libwpd to 0.9.1

2011-01-24  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ba37ebef75d326c0f0690aaeb3df8ee4707447a7]

        upgrade libwpd to 0.9.1
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-01-24  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [1d23f4076b701541503b77a07c04cf444e426291]

        #116394# remove files for removed exportfilter

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [7640c5d1cae26fd31a6099f66d3199f5e3286fb8]

        Fix typo

2011-01-24  Mathias Bauer  <mba@openoffice.org>  [3335b2f6920fed0f3cf3e8136c81718154505f86]

        CWS gnumake3: convert module vbahelper to gbuild

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [b77df9e7cbac8a12f2e82c0fd4b41c355a3e5a0e]

        Remove DVO_TEST directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [33b73c59809416da7a96938355e9e844ee2b159e]

        Remove JP_TEST directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [5f1ec9bf73c864002362104294873ed1c154d050]

        Remove JP_DEBUG directive.

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [60b6e151c65c8fe8e45f0281260458a7a0b214ef]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e0a520dee98866412c32d84a2fe7364b34912341]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dc2c22897eb44f75eeb0958a515e075cf7a88908]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b7cf45d882bc5aba0a96460624e7ee4c92bb195f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75dfdc2c7bf8ab3100528e8adac93b88588f9651]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [330bc5013eafa1fb30a5293c909a43953ac93886]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e5c996ff19312b2a5608fde3d39839507fca35c2]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8bfce0f6ce2cd499637edeeccbb0c5981caf9676]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8405a95c169983c33c3700ba071d34a56096b3d0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [435eff5e72f51ef27b8291ee13d348a1dd734037]

        Remove TL_NOT_YET_USED directive.

2011-01-24  Michael Meeks  <michael.meeks@novell.com>  [73f0bb99d8fc21b645049a9bfeef6564ccc7a416]

        add since version to new API

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [21d81532add2e8960ff6b4da506d000036f12a46]

        New method: isEmpty() - Checks if a string is empty.
        
        This could simplify logics in the source. Now this test is done
        like 'if (aStr.getLength() != 0) {...}' or 'if (!aStr.getLength()) {...}'.
        
        With isEmpty() this looks like:
        if (aStr.isEmpty()) {...}
        if (!aStr.isEmpty()) {...}
        
        I think this would make the code more readable.

2011-01-24  Helge Delfs [hde]  <hde@openoffice.org>  [8488f28d1d05852f2b49479e75676e094176c0e4]

        #i116533#file owner changed to framework testscripts

2011-01-24  Helge Delfs [hde]  <hde@openoffice.org>  [ea2516521b8575b5dcfaf353787c688f3c155462]

        i116533#automationdev300m97#file owner changed

2011-01-24  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [9b9ca4e0408c7197053a5dec51ec92d3772ac6fc]

        #i116581# missing waitslot in d_updt.bas

2011-01-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3dc20e5afd346992dab451a7eeab921cb6e1aef1]

        dba34b: reintroduced the fix for #i115468#, which got lost with the wrong resolution of merge conflicts in revision 273410

2011-01-24  hde  <hde@openoffice.org>  [0560116dc877060772819b036950eb4029f4284b]

        #i116533#automationdev300m97#replace ownership from joerg.skottke@oracle.com to gregor.hartmann@oracle.com

2011-01-24  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [f923dcf75e74cae00b33d3ca06ef6beef21324c2]

        #i115845# adapt autotest for chart data axis

2011-01-24  Mikhail Voytenko  <mav@openoffice.org>  [0b7810240a6457bda65915af93c39c213a7f296a]

        removetooltypes01: #i112600# adjust rebase for windows

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [1eb19e91761490ad6d984ff010770759031efcb6]

        Remove VERT_DISTANCE directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [225561911cc93f06c28e8cb8f1c890ea162eb01f]

        Remove CUTNOEXPAND directive.

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [4cb4e600b5fc20e21326cfa03af080a668643f4e]

        Remove DECLARE_LIST( RscInconsList, RscInconsistent* )

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [8650fdf601176d00cae9bf49b9932257095c3f43]

        Remove DECLARE_LIST( FileList, ByteString* )

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [70f88f0abddcf7b13e191f15b9d1e75d7a0b4525]

        Remove DECLARE_LIST( XMLStringList, XMLElement* )

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [9440f6e585e79861f4dff4793aa0cfc1109041b6]

        Remove DECLARE_LIST( XMLChildNodeList, XMLChildNode* )

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [f461a9b041dcb6e3bbd6db63a84c133cd6931deb]

        Remove DECLARE_LIST( XMLAttributeList, XMLAttribute * )

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [5be744ad83bdb23d98dfb1767b6704336a8e0b5d]

        Kill Win9x and NT4 code

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [e46003644b7a109f6e7a856b5730ff28cb01e206]

        Kill Win9x and NT4 code

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [1061301a46c498c58a0bfcbfa8982822ce4f52c7]

        Remove some more dead code.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [95cb8d2ce96578e8968d4d74573fa528e226fac9]

        Remove FONT_TEST_DEBUG, COMING_SOON and some more dead code.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [4fd8c28fb216909223abc4050e341e85318972ee]

        Remove NIE directive. 'Nie' means 'never' in German.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [ddbf08e2407c78a5a64169a20fee7516b44110e5]

        Remove CUTNOEXPAND directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [db4817c83e74b5a613eae59331c9b6467e26ae5c]

        Remove MYDEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [13baff97bc2e9a13b1268f9a4d2d39d2de04af6d]

        Remove FORMAT_PAINTBRUSH_ALSO_COPY_NUMBERFORMAT_FOR_TABLES directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [28c962dc7bc10bce1908452cf9360737a4cc714e]

        Remove LINGU_STATISTIK directive. Used to display stats for linguistics.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [d5f507d5b3b80deb98f2b1bb709fba45a8070f2c]

        Remove TEST_FOR_BUG91313 directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [c7dceefcfae48a22c84d16308591667656627f07]

        Remove AMA_LAYOUT directive. Methods to display layout structure.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [67bd5bbb58260c96ea3af35426ba47064abbc338]

        Remove DEBUGGY directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [5ed0d02ea806136cfa3463315a8bdd1105c6170a]

        Remove MA_DEBUG directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [cd33fe44c5bc8968263f57562d41b8749b0270ea]

        Remove FINDSTARTENDOFROWSPANCACHE directive and some more dead code.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [789e5b6db545098c1caa4fbcabb6eec4f1b9af36]

        Remove FRANK_TEST directive.

2011-01-24  Thomas Arnhold  <thomas@arnhold.org>  [058ca2a35a36db4d55053c34a2ce001a4e59c4da]

        Remove unused FIELDPATCH and TOMORROW directive.

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [a9509d4a5f838aff62b3888ec6c8ec9678ea70fe]

        Kill Win9x code in file.cxx

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [df918eeac895e3415c2f9409d7b7c10c8c27d813]

        Kill Win9x security code

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [3489d95db9151da8a4f6f5b6e986a9b2e6a0fe67]

        Kill Win9x mutex code

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [8fcfefaeccfc265984aa7a6fa5b15211f2415898]

        Drop pipeimpl.obj from SLOFILES, too

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [1e04593caf52dbcbc4cf6eecfb46634a9454faa2]

        Kill Win9x code

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [2854887bb4a50167aa23eca7e30fde7057044815]

        Use DLLPOSTFIX "mx" for wntmscx

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [cf6aa9b361479a482898d0728f6849953f25c6be]

        Use MSVC settings not just on x86

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [77d90bd7ba4b93779e15fc5238271b156c31ea84]

        Fix OpenSSL build for x64 Windows
        
        For wntmscx, pass the platform code as VC-WIN64A to the OpenSSL build
        mechanism. Add the additional steps described in INSTALL.W64 to
        do_ms.bat: generate uptable.asm and assemble it. Avoid a problem with
        _vsnprintf by defining _CRT_NON_CONFORMING_SWPRINTFS.

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [6cd6af5b9daea7a95359b1b16f0cc8f98a572cb6]

        Make parameters to Max() match in type

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [fd54a67acd2e2b07b164a79ad4784622dde3380e]

        Hide ULONG while including more Win32 headers

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [fc415fba17f630f5fe9ba9332097c8b8232ae050]

        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>  [935e1204cb5bc6e973a30ca3a2bec0c075d9ab25]

        Fix compilation on 64-bit Windows

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [903eccabe67e647b5b0b8a9c9e77dc8e57be6038]

        Fix compilation error on 64-bit Windows

2011-01-24  Tor Lillqvist  <tlillqvist@novell.com>  [4d5c0f7114d081fe9daf6d221eafef5d225f38fb]

        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-24  Tor Lillqvist  <tlillqvist@novell.com>  [13f646d1aefdf6937062d2b4fe639a3f3d7030f7]

        Interpret any non-empty value of $(debug) as true, like elsewhere
        
        Also, avoid double slash when redirecting the pdb file just for
        cleanliness.

2011-01-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5fbc20dab425bf6b7985b5b42dc9dbdecdce2774]

        upgrade libwpd to 0.9.1

2011-01-23  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f376e72e5ad7499386edca5d2138c624e5c9731a]

        upgrade libwpd to 0.9.1

2011-01-23  Caolán McNamara  <caolanm@redhat.com>  [f878e2dda03154d36eef56c8b8abc3e226d60dfe]

        WaE: gcc 4.6.0 various warnings

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [89e183204a554db02531388cbe45f0b77f654ac8]

        delete in binfilter bf_sw class SwWriter
        
        deletion of write classes within the binfilter. Still not going out of
        the StarWrtier range

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [91d29554f1f11f174ae25f44cd5b318191910abb]

        delete in binfilter/bf_sw class StgWriter
        
        cleaning write functionalities within binfilter / in starWriter part

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [84fcede871c5806ad06f647da5df123123369a4f]

        delete binfilter/bf_sw SwXMLWriter class
        
        cleaning part of the binfilter. deletion of now unneeded classes
        within binfilter/bf_sw. Currently only the StarWriter part is touched

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [bb7325084ed2f1030ba31567320b2c8093b806ba]

        class Sw3Writer in binfilter deleted
        
        this class has been deleted with all its dependencies witin bf_sw,
        aka StarWriter filter functionalities.

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6781d6de4038aa22d0fdcb08e700237f1556288b]

        deletion of Sw3Io::Save and Sw3Io::SaveAs in binfilter sw
        
        this is the cleaning of Sw3Io class, deleting the Save and SaveAs
        function and the dependancies (inheritance, virtual functions, function
        where this was called...) This may still left behind orphean functions
        that are not called any more, but have not yet been deleted
        
        The scope of this cleaning is binfilter/bf_sw, means StarWriter perimeter
        only

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [da30958601fd5dd42cbdde2fb520ba574797b28e]

        deletion of StgWriter::Write and its dependancies
        
        During this deletion part, all the deletion have been done within
        the binfilter/bf_sw, not touching the generic part. Further, all deletion
        have been done based only on the deletion of the above mentionned function
        and of its dependancies.
        This step left behind some orphean functions, that are probably not called anymore,
        this will be deleted in further steps.

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e4227eb1ef958037bc59c6b4a6bbdf9b74cb3f7b]

        not using Write function on loading anymore for binfilter without EXPORT
        
        when the document is loaded, the writing functionality is not called any more
        if the filter does not have the EXPORT flag set. Without the EXPORT flag, it
        may well be that the filte does not have the write functionalities implemened

2011-01-23  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f063a06d2891f9f4ca65971d2f47adc0555a229c]

        Star Writer file format not EXPORT anymore
        
        the EXPORT flag is removed from the properties of filters used for
        managing the Star Writer This allow still to imort files of
        this format, but not saving / creating further files within this
        format

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [631f331d3c53a0fa0bce20ede1aae14de3670c7e]

        Fix Python build for x64 Windows

2011-01-23  Caolán McNamara  <caolanm@redhat.com>  [25c21b8e5a4bbb742e5a574b15f68984c4279ab8]

        WaE: unused varibles

2011-01-23  Caolán McNamara  <caolanm@redhat.com>  [6df9ee2e8bc1a68920077f408e3e91c1f9a01e5e]

        WaE: ununsed variable

2011-01-23  Caolán McNamara  <caolanm@redhat.com>  [94f84091a7869e16f57d7f082eb7b77932ce5d97]

        WaE: unused variables

2011-01-23  Caolán McNamara  <caolanm@redhat.com>  [e8e546907d1ba5adfd899726ca1e095e5c847779]

        WaE: unused variable

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [2643ec29f7b6b094caa854d4ff3c348036215f64]

        Remove DECLARE_LIST() Impl_ParserMessageList & TokenListImpl

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [b0c5af2c62b897c40778929415ec7c56562ebcd1]

        Remove DECLARE_LIST( LngLineList, ByteString* )

2011-01-23  Joseph Powers  <jpowers27@cox.net>  [4099852dfc3e185e6ece6f91d739b208e58caac0]

        Remove DECLARE_LIST( GSIBlock_Impl, GSILine *)

2011-01-23  Thomas Arnhold  <thomas@arnhold.org>  [487a86403b85405df941fd65b9573d9e3cef0bae]

        Hopefully this will fix mac build.

2011-01-22  Joseph Powers  <jpowers27@cox.net>  [f99fbee2e6774a2a86d1c5e6e59e853cb85dc235]

        Remove DECLARE_LIST( ResStack, ResData * )

2011-01-22  Joseph Powers  <jpowers27@cox.net>  [398d0365731e35ec5d377ea1ec4600711f007e4b]

        Remove DECLARE_LIST( ExportListBase, ExportListEntry* )

2011-01-22  Joseph Powers  <jpowers27@cox.net>  [6d6ff5db3399667b2d110dfdae0109977760c0a4]

        Remove DECLARE_LIST( CfgStackList, CfgStackData* )

2011-01-22  Joseph Powers  <jpowers27@cox.net>  [463bdef5737e969c82660952a05b106c7aaadd5e]

        Remove DECLARE_LIST(ImpSdXMLExpTransObj3DBaseList, ImpSdXMLExpTransObj3DBase*)

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [0ec0d899bf81a957347f0e3e257928a2e5945e30]

        Add debug output to the dummy functions to see if/when they get called

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [c59895173854200f581fcd04c7cbcfb142efde0b]

        Dont assert in safe situations

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [047e32a694fba1b1e5a7f30bfd3268cb08180364]

        Define HAVE_VSNPRINTF for MSVC

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [1bff69d294c0c8311bfc439ff5e24f2c84c9195a]

        Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [48252aada0f12b8cbb8f66bc21d44f770a1229b8]

        If CPPU_LEAK_STATIC_DATA is defined, don't bother with assertions
        
        Re-introduce the possibility to define CPPU_LEAK_STATIC_DATA. This
        time use it to bypass just the assertions that check that the type
        description counts really are zero at the end of the
        TypeDescriptor_Init_Impl destructor.
        
        Add more informative debugging printout of which counts are non-zero.
        
        Define CPPU_LEAK_STATIC_DATA for x64 Windows for now. But we do get
        the same assertions also on x86 Windows if cppu is built with
        OSL_DEBUG_LEVEL>1.

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [fc381c2b2f29e358497b74add9249f86b206c427]

        Use correct name for mscx_uno.dll and deliver it

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [989bbfb35020c593a5b6412f36507d499d4dcb3f]

        Remove pointless debugging output
        
        We do print out a message if struct size verifications fail. That is
        enough. No point in printing out the same
        
        > sizeof(AlignSize_Impl) = 16
        > sizeof(M) = 8
        > sizeof(N) = 12
        
        etc messages every time a cppu-using program is run and cppu has been
        built for debugging.

2011-01-23  Tor Lillqvist  <tlillqvist@novell.com>  [5759fc6c7cc428c319de95e4702ecda9afd2b085]

        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>  [8b6ca219b79f97d6f32b6ca3f1ec8f4bf68ad741]

        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>  [8ff27501baa2b67e7d2c0165576105358bdd0f63]

        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>  [176267cc057205c678a64e775ef57b41b076db22]

        Clean up and equalsAsciiL substitution.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [cc58e4f60418811049aacf47e9c1820cc975f1c4]

        Remove some dead code.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [b61dc1b964f86574f5f1397d2623b01b99e3237d]

        Remove some dead code.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [3a1894b17ee94b8f5b4fda00ce1567491043abc6]

        Remove some dead code.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [7255e4183309345896094afbd0cb54405cbaf9e6]

        Remove some dead code.

2011-01-22  Andras Timar  <timar@fsf.hu>  [06f20f379db5592a426f6a395d4fdf9fc6f3dddc]

        removed gd, ky, pap, and ti from postset.mk
        
        gd - Gaelic (Scottish)
        ky - Kirghiz
        pap - Papiamento
        ti - Tigrinya
        
        UI localization does not exist in these languages. So it makes no
        sense to build anything in these languages.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [128469fc9966e0220ccb5567c87b6040017b8ade]

        Remove some dead code.

2011-01-22  Andras Timar  <timar@fsf.hu>  [13239a95ff330207942651ab1bed10b228bb20c5]

        removed language code 'kid'
        
        kid is not Koshin but key id pseudo language which is good for
        debugging UI but should no be included in the product
        Signed off by Fridrich on irc.

2011-01-22  Andras Timar  <timar@fsf.hu>  [2624d0f25022f9da932ba95ab7ea4bdde754ed36]

        Added ast, ca-XV, and id, removed sc (postset.mk)

2011-01-22  Andras Timar  <timar@fsf.hu>  [824203a372974b1d416f2b27e36afc5478c01bd8]

        added unique IDs to make localize happy

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [d76747f572d1532b225741751c38878cc3a9dceb]

        Remove dead code and obsolete SvxShape::onUserCall().

2011-01-22  Andras Timar  <timar@fsf.hu>  [8a95643223ed5fea541663bfe9cd7f51a93eeedf]

        removed ms, ps, and ur from postset.mk - fdo#33103
        
        ms - Malay
        ps - Pashto
        ur - Urdu
        
        UI localization does not exist in these languages. So it makes no
        sense to build anything in these languages. This patch also fixes
        fdo#33103 - 'Unknown' languages in Language drop down box in Tools
        - Options - Language settings - Languages.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [6a9abf79a5cf607e872f690526316b68cbe81a39]

        Remove some dead code.

2011-01-22  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [de539c71865e6eec7b1db38031f661d7d8ad0714]

        accfixes: removed include of obsolete header file

2011-01-22  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [1005caba73b82b7bf272a19ffd2801579941129d]

        accfixes: global resources need id greater 256, moved global resources to access.hrc

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [b30b918bf825602df425703039330ae2f096d080]

        Disable recalc on source change & don't copy the dp object too much.

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [2d56b398389161d37244591364e839aa1d99d0c8]

        Refresh dp cache after the source range changes.

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [5c2a55c516e4a3fccb477c2863dbcf886792bc09]

        Removed commented out code.

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [ab644126197f5cd3afe84991c19e65fb0161f1e2]

        Removed debug code.

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [2d78e734e64e97c5ebf57ee58637893393257da7]

        Merge branch 'feature/dp-named-range-source'
        
        This change implements named range support for data pilot tables.
        (n#654526)

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [f26e4eb3b644f698d321a732c3775f4dd2dac975]

        Comment for the new method.

2011-01-22  Kohei Yoshida  <kyoshida@novell.com>  [7be6261e79e9295f642dffc9a2a0c98c51efc238]

        Export range name data source back to xls document.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [b983db913a1df507549d5f57ba315d8bac62e17a]

        Take care of importing pivot tables with range name from xls docs.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [f8020ab3ea085e531f1e88537cccab46defcb95c]

        Import source range name properly from ods document.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [bee2fd88edac562c5ba28037339c726bdecb9ff7]

        Reduced indent levels again.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [3119de050ef5e3561e01badeb6307ae2538d215a]

        Save range name to ODF 1.2 extended.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [299c3c35fbead3aa6f66ee1324fe9b1cf2058f56]

        Reduce indent levels by early bail out.

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [202e8927333530bf147e93cb27e255e89c3a4f70]

        Don't use BOOST_MEM_FN_ENABLE_CDECL on x64 Windows
        
        cdecl is the only calling convention anyway, and using
        BOOST_MEM_FN_ENABLE_CDECL actually leads to compilation errors for
        instance in basegfx.

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [492cb2d85ba42385c00adccaedb9f737674b80f1]

        Don't use pointless and obsolete switches when building ICU
        
        Don't use the /machine:i386 switch. The defaults work fine: the 32-bit
        linker will produce i386 executables, the 64-bit linker will produce
        x64 ones.
        
        Don't use the /Op compiler switch, it doesn't exist in MSVC 2008.

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [28787edbd8a6bc1e3a6486d42f316cc54a7ff0e3]

        More hacking on the C++-UNO bridge for x64 Windows
        
        I think I might actually be able to manage without any assembly coding
        here, thanks to the clean design of the x64 Windows calling
        convention, and tricking the compiler (in a fully documented and
        stable way) by using varargs. uno2cpp.cxx might even be getting close
        to working now, but cpp2uno.cxx and except.cxx parts are just forced
        to compile by using dummy code.

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [4e6ca0ec0398b11e4078c8da075022a925da0330]

        Don't strip _ prefixes for x64 Windows

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [525f7823d6f4b9bc625bc8c99be6683b11d46d48]

        Define SAL_TYPES_SIZEOFPOINTER for x64 Windows

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [f974bfffd9f6b2b5b5983360eb703aa4862b3f5f]

        Use separate .map files for 64-bit MSVC build

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [8aec4d4ed0c6d12218c00b209fa5123937dbcd1f]

        Delete apparently unused SYSTEM_* definitions

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [e191b9db0982a919aa9c0752769a76e647ae8b04]

        Add SYSTEM_* and __DLLEXTENSION values for WNT && X86_64

2011-01-22  Tor Lillqvist  <tlillqvist@novell.com>  [29f682e68e6995a13010c5b98dedd9b99bca4857]

        Split WNT case into INTEL and X86_64

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [9bec4c995bedf1e5e19276a5c58ae70ed069241c]

        Remove empty description and dates.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [a5ff21d92e8359c60d661d7cf9bc0ce96453b77f]

        Remove empty description and dates.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [0f63709f2b9cf51ebbd7a63e3aaeca8a6b33fa13]

        Remove empty description and dates.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [efce458f5e5d1a155e9469cf9c74c949b8ce3a87]

        Remove empty description and dates.

2011-01-22  Thomas Arnhold  <thomas@arnhold.org>  [22d4f8973fbab2f07faf3a83f6cf013d54750e9f]

        Remove empty description and dates.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [47d642003d05773668f7448d4d0144aff6758426]

        Properly display range name in the UI when appropriate.
        
        DataPilot main dialog now displays range name properly in lieu of
        the traditional raw range reference string if the source data range
        is referred to as a range name.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [62363c6f7dac83f8a90411814d1faaca18dfa974]

        Get source range from range name if exists.
        
        Now the data pilot table calculates result from a range name if
        it's there.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [5bdc813406c5839b1b7ac53dc37b234e15052572]

        Several of its methods now don't need to take ScDocument* as an arg.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [583d1f7714475bc9276f84630eba017d36e5ab2d]

        Move header includes to the top.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [126321ebe679376a13e807ff3b1c38acdb0b2f98]

        Let's store ScDocument* in ScSheetSourceDesc.
        
        This class already uses ScDocument* a lot internally. Let's just
        take the pointer to the document instance in the ctor and store it
        inside.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [f1d27b6d0a0e89ecae130d60decfc88531cce7ea]

        Early bail out on error conditions, to reduce indent levels.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [dc59e910da1c22b600bf31f7baa5aabd354ddeb5]

        Now all its data members are private.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [4fa94fc506e2e9f7185265b91541e3d5c34c75a5]

        Remove one more RCS line.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [e8320c5ed6b45512d2a3ba773d380df206627ecc]

        Remove doubled define of MAP_LEN(x).

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [59c675e0c8491bd080db69b57e8aa0439b421982]

        The range name data member can safely have private visibility.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [bccc6db5b56e54cd790f1dc3ae9063326d8c362c]

        Encapsulated access to aSourceRange.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [a2f4eb838e6f3a70cdd3ce45b2e67759e12ed92a]

        Remove obsolete RCS lines.

2011-01-21  Luboš Luňák  <l.lunak@suse.cz>  [5d39c7f613c89e7021bb9f05bc4f7e2b379846e5]

        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>  [fd56171a1d67cc0c4441fe7b82e59851773cd868]

        Remove obsolete RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [5eb9bd574e41392ca2ec6e81a535e72b379433da]

        Remove obsolete RCS lines.

2011-01-21  Luboš Luňák  <l.lunak@suse.cz>  [17637e2a2f2a0ca3e52f916a1e64733bde048965]

        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>  [133a7e8c69d89a0a3075711a0872fdc5c06d0d65]

        Remove obsolete RCS lines.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [663aab2ca85ee41f01c80c34207733500fc9b763]

        renamed CheckValidate() to CheckSourceRange(), and cleaned it up.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [34d4dae35de26041bfd9a9c0e881a929f14dedee]

        Remove obsolete RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [96efa727ac2c997ce2e9c031cbc275c4b59ca67e]

        Remove all of this //STRIP stuff.
        
        Props go out to sed ;)
        
        sed -i "\%^\s*//STRIP00[0-9].*%d"
        sed -i "s%\s*//STRIP00[0-9].*$%%"

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a8461122535beb4e074c6fe4057aaaeee899b7de]

        gnumake3: #i116546# adding a showdeliverables target

2011-01-21  Mathias Bauer  <mba@openoffice.org>  [91c3775112112ca5e1314e366f677b0f0d4c7a13]

        CWS gnumake3: pdb location

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [86f964d438eeb6b4b5f9da019d85e641e6a4590d]

        Remove doubled headers.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [5828d2db2186aabee6b56b2705ace86de763b694]

        Fixed the failure to update table when hitting OK in the dialog.
        
        Modifying the source range of an existing data pilot table was not
        updating the table output because the data cache was not refereshed.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [3f1097c8bf0848486bbc5acd621b22eb9cd99a3b]

        Fixed the failure to update table when hitting OK in the dialog.
        
        Modifying the source range of an existing data pilot table was not
        updating the table output because the data cache was not refereshed.

2011-01-21  Andras Timar  <timar@fsf.hu>  [21d6379a167af4bf4cdfab4bcd46c52e5eb21ba1]

        Default currency for Estonia should be Euro - fdo#33160
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [d43d5800c25509a281cb40f402241588ca57ce5a]

        use longer non-deprecated command line args

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [95d0fa7e9edd10aa806f2e1a25fdaca0358c2983]

        use longer non-deprecated command line args

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [c9fa5def7645d8dbea676bc88c086e0b493337e5]

        accfixes: reverted one change in sc

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [2fffd98e29c9178c87e523454021c427e0aa4ed3]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [f163f1264a44ff606e7431c16c86ad2c9ba4acb6]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [5794272b871bab260460a285ccc688dc334afb96]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [6e9afe9627d0aa7156c8f01f69180b8ae3dccbda]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [d672102cc70fa4b24eed730e89e9e766cc10a525]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [6ef1b591fcb2b6787497310a43a59061eb52abdb]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [605209eda74b0b31a8da020a2dfd2bbadbb1c7d4]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [a02a1960569f3a1e31e52200bba075003b54027b]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [2025ad7dd6f3929fe52bf0329ba81779d121a8ab]

        removetooltypes01: Rebase to DEV300m98

2011-01-21  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [4f06c864a34a8b2d0dd80824412c3030511685aa]

        #i115845# adapt autotest for chart data axis

2011-01-21  Mathias Bauer  <mba@openoffice.org>  [1dca011a0b11cb2be69667abdc3eae1531b62476]

        CWS gnumake3: #i116349#: patch conversion problems fixed - thanks to cl

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [8483bc84fca8055630cc91bced28407d5fb5aaa6]

        accfixes: global resources need id greater 256

2011-01-21  Mathias Bauer  <mba@openoffice.org>  [a3387f416d1d79de93caa26f801ab16d91af41ea]

        CWS gnumake3: anonther fix for cppunittests in Windows; fix pdb builds when building with pch

2011-01-21  Michael Stahl  <mst@openoffice.org>  [64d0cdabe4e44c928eb170739163926620ca2b83]

        undoapi: #i116552#: SwAutoCorrDoc: match StartUndo()/EndUndo() calls

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [66c6b4a53f1936fc318343f3f044e5478d061f80]

        oops, I'm such an idiot

2011-01-21  Joseph Powers  <jpowers27@cox.net>  [ec32babff3d35018b8d5255c3a7ce2c2a17c4200]

        Remove trailing whitespace

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [3aae61d45fc1cb2be6794c55c32fc4813dc28498]

        accfixes: added missing include

2011-01-21  Joseph Powers  <jpowers27@cox.net>  [d7495cc04ae204b9776258eac6463954e160b200]

        Remove DECLARE_LIST(ImpSdXMLExpTransObj2DBaseList, ImpSdXMLExpTransObj2DBase*)

2011-01-21  Lionel Elie Mamane  <lionel@mamane.lu>  [204a1157130e94d683d9aaefd7268f28c398ef23]

        Fix property type / default value mismatch
        
        Fixes:
         Error: caught an exception
         message: Invalid value type for 'WindowTop'.
         Expected: long
         Found: hyper
          From File dbaccess/source/ui/querydesign/querycontroller.cxx at Line 1722
        when editing a query

2011-01-21  Luboš Luňák  <l.lunak@suse.cz>  [148739e8bd2b5076d4cc851539ba7266d6b7075c]

        make ooenv work even when not invoked when in its directory

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [d86a1a9ac2b891472f4f12c636ab478206f90ea0]

        WaE: mark this dir as warnings free

2011-01-21  sb  <sb@openoffice.org>  [2a64a63f242b1c40ef23b0edffa6334d0d0bd01f]

        sb139: merged in DEV300_m98

2011-01-21  sb  <sb@openoffice.org>  [8768b2b797e07e9236cd7a1ed15f8ec50781f80c]

        sb139: merged in DEV300_m98

2011-01-21  sb  <sb@openoffice.org>  [6770fbe36b7268f3c900ed7188c5308dca6f3b13]

        sb139: merged in DEV300_m98

2011-01-21  sb  <sb@openoffice.org>  [d72716635a70916aaac9e732eb731977b985138c]

        sb139: merged in DEV300_m98

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [164340b77e5d0451f882b554ac2cd8b79af3dc6f]

        accfixes: removed obsolete file

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [3b184bbda31958c250bc896aff76a68d30c57a49]

        accfixes: accessible name for WINDOW_METRICBOX

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [3ac4eb5bbc9c3400c0f2fcdc25e35d94a31e5905]

        fix build breakage

2011-01-21  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9bf8bf6f7ef3cc0090d7a863f81ac289deb932da]

        chart51: #i116544# copy/paste error with complex series labels

2011-01-21  Joseph Powers  <jpowers27@cox.net>  [bca891d83da624319834252da0416d5241e76f07]

        Remove DECLARE_LIST( XMLSectionList_Impl, XMLSectionImportContext* )

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [679ca2901460d55bbfe31515c60c6f996614f245]

        cppcheck: misc scope and unused variables

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [878fe03bcae0b4a32b88861852c0830d63e15685]

        resolve more ownership cycles

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [97e0597854a7ffd1d55f8f5c31db709b6533b3e3]

        use a weakchangeslistener instead

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [4a68997f9654a89283f61fc6a4c4268155a9eacc]

        accfixes: just some exports in toolkit

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [6ec0a79f441826a97537c13b2c161b6de6aa617d]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sw module)

2011-01-21  Tor Lillqvist  <tlillqvist@novell.com>  [bd3ea40ed49074c4fa4439de7b5dea4fc3161880]

        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  Kohei Yoshida  <kyoshida@novell.com>  [21c3f5fa40793678ede6b317d0f653928c670790]

        Fixed incorrect page number in page preview mode. (fdo#33155)
        
        When the window is large enough to show several 'Page X' strings,
        the page number was not properly incremented.  This commit fixes
        it.

2011-01-21  Kohei Yoshida  <kyoshida@novell.com>  [fe992478d2f4badad75b3aa514a4ef05861f0f67]

        Fixed incorrect import of cell attributes from Excel documents.
        
        When a cell with non-default formatting attribute starts with non-first
        row in a column, the filter would incorrectly apply the same format to
        all the cells above it if they didn't have any formats.  This commit
        fixes it.

2011-01-21  Christoph Herzog  <rhogez@googlemail.com>  [23b19385f7dfc34a042889b3f0e3aa1f3ccc36a4]

        Some translations of comments in /sw/in notably editsh.hxx

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [bcbf4ceba2a1e3ae21c91c9a82df0aeb57cb4ee3]

        Remove old copyright notice.
        
        All other files in this dir look the same. So I assume this as correct.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [37806a5199bfb6d66ad8edc68a90024f29a413bd]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [2d7babac3dadcf130259f8fa7375ea8c947ab741]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [113a18833a0fd6456334ba43ecaa54cb8dc3b81f]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [7ba80b24256d49eb765f2943c1495c1511bb7b69]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [30db0eccb4b5e2f65d1d149f9b7052792518ec88]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [fe647ee81bf8a5d8f60b7b34ee8122bb959d1272]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [2252a474977e37bc0fdf0ebd2c35aaaa05b9de2a]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [ef276ff33dff253c1ebdc5aec38329c959dffdc9]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [db756953c17d50924ad88ba04284d6d12239f48b]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-21  Noel Power  <noel.power@novell.com>  [a7badbae946d35c271904d8b453252ec976cb855]

        fdo#33237 remove debug line

2011-01-21  Noel Power  <noel.power@novell.com>  [540389736fe8bdf2ba1bd1530a989c000c9f388a]

        fdo#33237# fix ole object import for writer (docx)

2011-01-21  Michael Stahl  <mst@openoffice.org>  [d8305ad3f0595ad5a6dea25dae20fefd6fa1e48b]

        sw34bf03: #i100620# #i97173#: xsltfilter: make it actually build...

2011-01-21  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5ee30027064080597d1543c2982b8b25e8764698]

        dr78: #i43040# removed german umlauts and utf8 bom accidentially added by too smart editor

2011-01-21  Noel Power  <noel.power@novell.com>  [3ccca4e92ceeea584f7b91e7a4454b71abd97dc4]

        bnc#660816 improve formfield checkbox binary export ( and import )

2011-01-21  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f32d2f33c2bdfbfb252fb8ff4722921a2ec2a603]

        dr78: #i43040# correction for BesselI, patch from Regina

2011-01-21  Michael Stahl  <mst@openoffice.org>  [3c07691e90667d00b0044fab174153c92f107ee4]

        sw34bf03: #i100620# #i97173#: integrate patch from sus

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b4a1e40c1ebc7414f4ebe5598213e59d714a60b9]

        gnumake3: updating clean targets

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a406f98c4d44848098decb082bd8c21d87c71969]

        gnumake3: merging minibranches

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [861b81b87f4ae5f81aaf3c0b8db8f61dab5680c0]

        removetooltypes01: #i112600# Merge changes

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [3959fffe8c0863b976b8c35aa3f80ecbd37b37e1]

        removetooltypes01: #i112600# Merge changes

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [c931cca51fec6a327e94b22e93f0e2fb3fa1e43f]

        removetooltypes01: #i112600# Merge changes

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [1ca84c4108c009dc2b5a0cf0face9ec5439f6686]

        removetooltypes01: #i112600# Merge changes

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [6691fc9470bbd161aad40fc5de86a90b945e0b73]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [7351d5d7e755d0e9e07f030c7e3cc20e8b8463cb]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [a70e0c663fd991116fe99658851feb4692d32322]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [bf70a33a7ad4667bdf073da443134ce36be44273]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [27681d609137cc1c8b8957ada9b2b54061311cec]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Carsten Driesner  <cd@openoffice.org>  [d979e17ce7cf8fd8cf934305cc36ac64df43438a]

        removetooltypes01: #i112600# Fix build problems on non-pro

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [3bd2a893a49240a5ed312c857c9dc39593a7b9a3]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (svx module)

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [e4b0b442434505ba7ad00e97c4de1cb3c69594ea]

        accfixes: moved some shared strings to svx part2

2011-01-21  Michael Stahl  <mst@openoffice.org>  [a3c0c3a8762e47be72de05ac3ae1fc5032f2a1a9]

        sw34bf03: #i115495#: patch by cmc: fix 64-bit problem in WW8 RTL table import

2011-01-21  Tor Lillqvist  <tlillqvist@novell.com>  [99af38464b7e0c2b7dcc797775d79fbbb57383db]

        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  David Tardon  <dtardon@redhat.com>  [99945b7ff863170626e976e84f1f0dee83dc9a0b]

        remove unused code

2011-01-21  David Tardon  <dtardon@redhat.com>  [6cbca7e6e10abc66bcc7f52e8e807a413f130a4d]

        remove unused constant

2011-01-21  David Tardon  <dtardon@redhat.com>  [8731b8965569e1a0fff355b9a99240b21805a2ff]

        extend assertion test

2011-01-21  Michael Meeks  <michael.meeks@novell.com>  [52e721c1010451837ea3ac40c019bf914ee51f89]

        don't use -f flag if we just removed the existing link, thanks Florian

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [72134106b433ecc665c726532a318ede38e6fb87]

        accfixes: moved some shared strings to svx

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [fb02ad82298e5895aa35756523ef49573dc40252]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [7552a34c76467df8190d248c1bcdc3392afb8f03]

        Remove old RCS lines.

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3ae65db61b60693d8b38ba4e644e452073df6ce4]

        gnumake3: fixing sfx2_metadatablefor unix

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [43dbcdf8818caccf61eed08375ba3bde85fd7c75]

        gnumake3: fixing gb_CppunitTest_get_libfilename for unix

2011-01-21  Michael Koch  <miko@gmx.ch>  [fd28f6300e08b3c167c8b79c0eba5352ea9f7e12]

        removed newlines

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [f97dcd3d93cdec4fe7daca49b62b00e8a47cac02]

        Remove old RCS lines.

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [a7ef7ab91e73a96e9a370839b466eeafcad50a15]

        WaE: throw out some warnings

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [dd433fe801c861e5fb2b662d9acf9a340a4a5ca5]

        WaE: set this dir as warnings free

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [bbd340e3de86a7d0f4091abfad3cddc44bcbac6f]

        WaE: set this dir as warnings free

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [f53fc2b0bc00402b503ccba25c231a1632910712]

        WaE: set this dir as warnings free

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [c626107817344dbfd0fb61acb5552004d7b04633]

        WaE: throw out some warnings, and mark a dir a WaE free

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [c250178c0406f903b5816983ccd6fb91411ee9df]

        break ownership cycle

2011-01-21  Caolán McNamara  <caolanm@redhat.com>  [d23b5e5e0cdb9cd6f981c0949e27230b8297231e]

        break cycle and clear owner reference on dispose

2011-01-21  Robert Nagy  <robert@openbsd.org>  [1c321e027d5028864b871e2b44606adef905d469]

        use errno to get the correct error message if mkstemp() fails

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [9956d0f9aa51f235c1b26e1ac38de75a5e238a79]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (svtools module)

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [1666fb70272b097ac59ab8ce60225a513912c113]

        Remove old RCS lines.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [31cd30a4e5191113aada44cc15af9db75974dda7]

        Remove old RCS lines.

2011-01-21  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [e9ba5cd3ff6a45cde3c2681dcff1787f85e118da]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sfx2 module)

2011-01-21  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [984a233417d1ceb056abeeb6b7f4765c793d5566]

        dba34d: merge from cws

2011-01-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4b059a49b3979c2839edef8d0a539a564517fadc]

        gridsort: mac WaE

2011-01-21  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d1f40e7742499d578b2079b947042e9232fcbc38]

        dba34d: #i112014# flush connection when ooo terminate

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [888f4c5015ea2da03385c45a0eed0eda0bc33ec7]

        Remove DECLARE_LIST(Imp3DLightList, SdXML3DLightContext*)

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [8a11c8a231dd1d2055a037990e5276453730cadc]

        Remove DECLARE_LIST( XPolygonList, XPolygon* )

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [f2e89fcd0101435e618b6da1dfab4185b163c268]

        Code cleanup with #include removal
        
        Mostly whitespace and commented code removal.

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [56eb08f2e265ab10a5127ac60e3117584a60ca46]

        Remove DECLARE_LIST(ViewList,OutlinerView*)

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [b84f9cacf60e6a0618a07653e26c6775431287a0]

        Fixed incorrect page number in page preview mode. (fdo#33155)
        
        When the window is large enough to show several 'Page X' strings,
        the page number was not properly incremented.  This commit fixes
        it.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [e0a602ffa9835a97f6a389256df57193ccc99242]

        Store the data source type in the UI as we validate the string.

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [40cf5bd91cd8bab9ab79693128a8f4623f518dc5]

        gnumake3: more readable windows link command

2011-01-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6a989625fbe559a6845428481122bca8915479ea]

        gnumake3: refactoring of gb_*_get_linktargetname

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [cd44de5e135ac9d89b5c01c6e4b740d4172f69a0]

        Added range name as a data member to ScSheetSourceDesc.
        
        Also added accessor methods for all its data members.  I'll properly
        encapsulate them later.

2011-01-21  Thomas Arnhold  <thomas@arnhold.org>  [fa14c14dc2ec7aab760190f95cd49b9021f04a6a]

        Don't replace equalsAscii() with equalsAsciiL() in measure_oustrings.cxx.

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [3982997c1f1c31961a4c1c707967121659b8add8]

        CWS gnumake3: merge minibranches

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [a3279e11a70e1edaff7d9004ba4675a12aecfbf2]

        CWS gnumake3: add gal resource

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [9cd4cb23c22cd985cd26c7a28fa2f4aa31e04236]

        CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [6dcee74f855a7a99c67914fcff274bc8c85751d3]

        CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [545e9efdd367d49763b9d341fb9168530d7ada48]

        CWS gnumake3: -D_DLL is needed on Windows; removed superficial _DLL_ usage all over the place

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [f8d6d56e854145cc7752597eb22c5cdf488e7d2b]

        CWS gnumake3: first draft of new makefile templates

2011-01-20  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e9d397fff0d684b42d5c9a96940f078329716812]

        compiling fix: adding cast to ULONG in ::std::min

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [8aab4860af4664ee83276d5667949bfd7697650b]

        CWS gnumake3: fix cppunittest on Windows

2011-01-20  Mathias Bauer  <mba@openoffice.org>  [368bae76622cc0e8ea357d6e90492db6ab46a735]

        CWS gnumake3: fix cppunittest on Windows

2011-01-20  Michael Stahl  <mst@openoffice.org>  [8bc2019cab507472a0412f47cea6e740ec697818]

        undoapi: fix regression: undo comments with un-rewritten arguments:  various EndUndo() calls undo SwRewriter applications done at StartUndo().  EndUndo() should only be called with a real ID if a comment should   be generated from the ID that should become the list action comment.

2011-01-20  Michael Stahl  <mst@openoffice.org>  [d9e7a76273396527d29503a66ed514e2a0199ceb]

        undoapi: fix regression: SwUndoInsLayFmt::GetComment() broken

2011-01-20  Ivo Hinkelmann  <ihi@openoffice.org>  [69218d276c35f130cd91c94cec1199a0a4b01215]

        masterfix: #i10000# new configure gen.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [b5de859a212bc47f496af51a3dfa6fbfc47daf1c]

        Debug datapilot refresh.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [3edeb87eefc80b73694202590e5188cd37430ce7]

        Check the source range string to see if it's a valid range name.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [234214f0a60d0cc8f0b9de319f0495eddf84a485]

        Started investigating.

2011-01-20  Caolán McNamara  <caolanm@redhat.com>  [76f1fc1cb02118a177191014a4c5b8c21cfda1e1]

        Related: rhbz#668057 use default server-side permissions for copied files

2011-01-20  Caolán McNamara  <caolanm@redhat.com>  [5c4a11e83e978b8e790e471e644da7774c04251c]

        Related: rhbz#668057 use default server-side permissions for copied files

2011-01-20  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [a3f24d231e8f54d4af456f4781e444738f197631]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sd module)

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [d17d3a829307c5ba0ac1fc887ba095a31ef5feb8]

        Remove DECLARE_LIST(E3dLightList, E3dLight*)

2011-01-20  jonathan aquilina  <jaquilina@eagleeyet.net>  [eb05c1e908368564ace6c86fd5e929d432dff249]

        removed double line spacing

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [c38aa26e16bb446770a6859f01e316b451774cdd]

        Remove DECLARE_LIST(E3dLabelList, E3dLabelObj*)

2011-01-20  Michael Meeks  <michael.meeks@novell.com>  [f8eb05ab0e84b916b6d094acdeb6707d00dcfd44]

        Add --rewrite-account [username] option, inspired by Christina Roßmanith's work

2011-01-20  Thorsten Behrens  <tbehrens@novell.com>  [4aeef1ec93e9fd6ad7f8b2f598abe83312f2e182]

        Initial LibO mimetype icon design
        
        As per http://luxate.blogspot.com/2011/01/libreoffice-initial-icons-milestone.html
        updating the LibO mimetype and app icons (and the installer icon, for coherence).

2011-01-20  Michael Meeks  <michael.meeks@novell.com>  [5dd4778d66b5ac1acc7d42ef391c00b4d8dae408]

        cope with change of path, and broken absolute links this generates

2011-01-20  Joseph Powers  <jpowers27@cox.net>  [96792e929ec0bcd972f8a6f1c5ab7e7ce0812835]

        Remove (axe) DECLARE_LIST()s DbDataColumns & DbGridColumns
        
        The entire .hxx file wasn't used; also every .hxx file that included it
        also wasn't used. So I just did a mass delete.

2011-01-20  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f3bbbfcb2f718908560ffa1c852433c7b7293e34]

        dba34d: length check corrected

2011-01-20  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [38fe580341a3f1e379edada08db7e1aebab258f5]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (sc module)

2011-01-20  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [9840529f8ad4c8f3ed8932db1af2c11b662b18c7]

        dba34d: some refactoring

2011-01-20  Thorsten Bosbach  <tbo@openoffice.org>  [facd3efbf57e411df7c3d2801b705308c328f215]

        #i113362# enhance gridcontrol test for tabpages

2011-01-20  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [4ee7211a6f1ebe91595a42e85e00dfba3ea6aecb]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2011-01-20  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7a6d6046982d98b1deab2f0ec8209fc7bd862b45]

        dba34c: fix missed

2011-01-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b6ac7ef63c50895d04d314491b26b3b371d5fc93]

        gridsort: GridTableRenderer::impl_paintCellContent allow for XInterfaces which are NULL, without asserting them

2011-01-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8c5a96fcc44f060467680b5d9104bba2f091d4b7]

        vcl118: #i116501# additional needed fixes for gbuild migration

2011-01-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1f197059a0856e76c7e6fdb0cb5584c767734ed9]

        vcl118: #i116501# additional needed fixes for gbuild migration

2011-01-20  Caolán McNamara  <caolanm@redhat.com>  [e90756745551caf5e7646cea34b41721d2ae61d6]

        cppcheck: unused variable

2011-01-20  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [3b949fc2510279cb277f651d3b0b9976cbd1c5b6]

        dba34d: #i98163# import hidden value correted

2011-01-20  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e0c1daa9561ff447351135f3318d1a1183077212]

        dba34d: #i98163# import hidden value correted

2011-01-20  hde  <hde@openoffice.org>  [05844ea4c60254c85f4ed8aef9f6ea19018799af]

        #i116510#automationdev300m97#added sleep

2011-01-20  hde  <hde@openoffice.org>  [3ca48a3406962e7463f9565bcf05997534adf9c1]

        #i116387#automationdev300m97#Issue ID updated

2011-01-20  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [0c514ad4f653c63702b55a1e3c6f8e725a549079]

        accfixes: added more accessibility information and fixed tab orders in multiple dialogs (cui module)

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [5c145d3cfc47be75c3b8d8b27eb28301f06ffec7]

        Fix libpr0n Makefile
        
        Bug is discussed here:
        http://permalink.gmane.org/gmane.linux.mandrake.cooker.devel/304002
        
        Fix:
        http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/songbird/current/SOURCES/Songbird1.4.3-fix-build.patch?revision=537683&view=markup
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-01-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [1fffcdfe16d76fcb5bdaea97c4744593a924d9f9]

        i116531:[Automation]: g_Clipboard.inc, tiEditUndo delets file before it is closed.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [1a1bf0378692877a7c8dec9c879320fc7b53dd5d]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [319b9959b1243e41bd8212432d0b894e3a0a6bf8]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [2fb4d4800c3064c3c7b8573ad39c00d51d9bc41b]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Carsten Driesner  <cd@openoffice.org>  [55312b637d6e74eb5d68adb6e41b68f16749d166]

        removetooltypes01: #i112600# Remove tools types for Mac specific parts

2011-01-20  Carsten Driesner  <cd@openoffice.org>  [14017c25807282b7c039828b3fc75f173fc19b87]

        removetooltypes01: #i112600# Remove tools types for Mac specific parts

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [4dd5c0b6b7b0df2b469635c96bc22fc2076f1997]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [7e56fec5de92f21c9ae704ad64c4325ac8661f55]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [88fa511a7748ff920546bd28ac9e15f5e0ba2fb0]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Takeshi Kurosawa  <taken.spc@gmail.com>  [d870d4fa5d7179b05286f26ac9361074730f89e2]

        Fix rendering order of fill and text
        
        The SVG export filter exports shapes (and their shadow) at first, then
        exports texts (and their shadow). This causes the inverted order of
        shadows (shadows of texts overlap shapes). Although, the filter
        exports shapes and texts separately from the initial revision.
        http://cgit.freedesktop.org/libreoffice/filters/diff/filter/source/svg/svgexport.cxx?id=d70fe3aea5ab065ab938cbd50366846f449fa7fa
        
        I can't find any reason to do so. Make the filter export all contents at once.
        
        From fdo#33241
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-01-20  Lionel Elie Mamane  <lionel@mamane.lu>  [6bd54fca68e01fb4178fd157822e7d64e79815cb]

        Use more reliable SQL syntax
        
        Give a derived table (subquery) an alias (name). From fdo#32960.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [5cffde5b2d3a1cf8391761c3815de4c128173aa0]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [7c89e643b1152383ffa1a51e4a3b911ac1d1d36e]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [584150cc3c28d9704137da7a475ec50d0463731e]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [5906eb3665288b3286a326d45d5d6ead4e432eb7]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [ba7e0d7574aa8e4d1d79e9a82082c06d7dfdc1ba]

        Replace suitable equalsAscii calls with equalsAsciiL.
        
        Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.

2011-01-20  sb  <sb@openoffice.org>  [2a23ff5f014e266c24c39f862815edbd7fddb724]

        sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility

2011-01-20  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [09b062f89ab5c86dd49d392e2c98e927c29704d6]

        accfixes: added more accessibility information and fixed tab orders in chart

2011-01-20  Thomas Arnhold  <thomas@arnhold.org>  [9a2c734f8a9f8879335855702afb9fa3e9c690fe]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [e02fdfc51aa55b0f8f03aecafcea0087fbdbaf27]

        Blank line cleanup.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [b8a9b968996c38e104b97bebc034e898f44603d6]

        Finally, the inner arrays of DataGridType is now ptr_vector.
        
        Also, no point resetting the value of data member in destructor.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [68aa9373fa658ca7a3b87ebbd3de1108d4de1295]

        maLabelNames now stored in ptr_vector.
        
        Thereby further elimination of manual deletion of stored instances.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [809392cb27b036088654c237d827930f6c459fe5]

        Let's use ptr_vector to replace arrays of vector's.
        
        This eliminates some manual deletions of vector instances.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [decac87e093ade8a1aeacbdbc6691c33051c2f61]

        Let's use real values to make it easier to read.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [ee3f82b1b557c20239cc5ba96f8f484b9a161ebb]

        Let's hide this ugliness inside the remove-erase idiom.
        
        So, since I can't rely on the iterator returned from vector::erase(),
        and I can't keep the iterator of the erased element (which is probably
        invalidated after the erase call), I have to erase elements by
        other means.  Luckily this remove-erase idiom doesn't cause a segfault,
        and appears to do the right thing.

2011-01-20  Kohei Yoshida  <kyoshida@novell.com>  [b5f6f939f118940033b525910d47b8a71940d362]

        Don't rely on the returned iterator from vector::erase(itr).
        
        The standard specifies that when you erase an element in vector via
        
        vector::erase(iterator)
        
        it returns the new position of the element after the erased element,
        or the end position in case the call deletes the last element.
        *But*, the stlport version of vector returns the iterator that points
        to the position where the deleted element was, which may be correct
        if the vector is not empty after the delete, but if it's empty it
        points to an invalid location.  So, if you have a loop like this
        
        vector<myclass> vcon;
        ...
        while (itr != itrEnd)
        {
            if (some condition to trigger removal)
                itr = vcon.erase(itr);
            else
                ++itr;
        }
        
        the standard says it should work, but with stlport it leads to a
        surprise ending when size() == 1.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [480e7e492613dd6b9f11552bb27fd86122828187]

        Removed the ugly stlport workaround code.
        
        It's too ugly for me to live with.  I'll find a better, and hopefully
        cleaner workaround.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [7d2c276fac17eaf620abbf75e5ed066562b10051]

        Removed warnings regarding the control ID's being too large.
        
        Let's just use 1, 2, 3, 4 ... values instead of 1000, 1001 etc. just
        like the rest of the dialogs.

2011-01-20  Jan Holesovsky  <kendy@suse.cz>  [d1041919f51c597b5c098ca716f141e494c22c49]

        Improve the 'Update all links?' message, fdo#32548.
        
        Based on Kohei's version, it would need larger rework to implement Christoph's
        version.

2011-01-20  Miklos Vajna  <vmiklos@frugalware.org>  [142a314a70931738bf49911d0e2d7bfdbf5494cb]

        git-hooks: warn about undocumented classes in new hxx files on commit

2011-01-20  Tor Lillqvist  <tlillqvist@novell.com>  [266c2d6b349be355560ba6dbf782cebbc4de8609]

        More hacking on the wntmscx bridge, still far from ready
        
        See asmbits.asm for some general comments and pointers to useful
        information.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [0f947f73a0e815182c5b652ea639bd0e6e7750ea]

        Check the content of datapilot table output during the unit test run.

2011-01-20  Miklos Vajna  <vmiklos@frugalware.org>  [2ce4895f860e3d8b7c301e8cbc479d7b352e6c38]

        find-undocumented-classes: move from build repo

2011-01-19  Thomas Arnhold  <thomas@arnhold.org>  [cb2edbe3e44f87bc14291a75f9029f9c1ff294b9]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-19  Thomas Arnhold  <thomas@arnhold.org>  [1e69be846c683e794c1b8f3de03389e8e8ca4aee]

        Replace suitable equalsAscii calls with equalsAsciiL.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [71b9ef7c10c19d79628c2e860f82f66a736b7342]

        Print a nicely formatted sheet content to stdout for pleasant debugging.

2011-01-19  Thomas Arnhold  <thomas@arnhold.org>  [1d0d4809d04ac21077f74c4058490a3719a95284]

        Remove some more '//static' lines and useless comments.

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [3b1a33287a714fcc4c531181f47a79a2dc559f53]

        use new differentiated dmake return value to decide if regenerate dependencies

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [8f9ab92e25808922af0070f2c778ea2a2aa108eb]

        distinguish between failure exit due to dmake failure vs signal aborted

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [78eda9e4f7b53e3c7648bc05483b5de9caa0eedd]

        CollatorWrapper is now working during the unit test.

2011-01-19  Thomas Arnhold  <thomas@arnhold.org>  [19fdd76e77b3b6bf94e765cd23c05c8b38e8a3a2]

        cellatr.hxx is included anyway. Sorry for previous inconveniences.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [d76639d5d833a05a3181f7293e38a250dc6c1299]

        xmlfix3: unoxml: eradicate the bizarre concept of "carrier nodes":  add namespace data member to CAttr.  CAttr overrides getPrefix(), setPrefix(), getNamespaceURI().  CDocument::createAttributeNS() uses this new CAttr member instead of creating   a dummy carrier element.  CElement::setAttributeNode_Impl_Lock() and CNode::appendChild() do not free   the no longer existing dummy carrier element.  CNode::insertBefore() calls appendChild() for attributes   instead of ignoring namespace.  CNode::appendChild() does not invalidate attributes, because they are copied.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [76eac88260284d6c85c693f7186186a05e053c54]

        xmlfix3: unoxml: CDocumentBuilder cleanup

2011-01-19  Michael Stahl  <mst@openoffice.org>  [75b70f1477292cf3cff3905fbcf3a3c387c17c7e]

        xmlfix3: unoxml: XPath cleanup

2011-01-19  Michael Stahl  <mst@openoffice.org>  [34da472b449abca15c64f3d9254ec93fd0622898]

        xmlfix3: unoxml: CCharacterData: return value of xmlNodeGetContent was leaked

2011-01-19  Michael Stahl  <mst@openoffice.org>  [1dd96d5cd76ca9eecb73e96e6264396cfa1fc3a8]

        xmlfix3: unoxml: CAttr cleanup: always check m_aNodePtr

2011-01-19  Michael Stahl  <mst@openoffice.org>  [99ded0d63e4b3be2cbb2c521664940004ddb068f]

        xmlfix3: unoxml: CElement fixes:  add some additional argument checks.  return value of xmlGetProp was leaked.  invalidate CAttr instances after calling xmlUnsetProp.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [45c1273ceb2f3b4f4f658c357925e375c27b575e]

        xmlfix3: unoxml: CDocument tweaks

2011-01-19  Michael Stahl  <mst@openoffice.org>  [b544b4a492a23b0d00f65306a2839b1ed7cd7355]

        xmlfix3: unoxml: CNode fixes:  add some additional argument checks.  fix mess in CNode::setPrefix().

2011-01-19  Michael Stahl  <mst@openoffice.org>  [a877dd2c109e8e76923376b18daca101edb4a5e2]

        xmlfix3: unoxml: some cleanup in CNode...

2011-01-19  Michael Stahl  <mst@openoffice.org>  [07a097e2815b38011ac05e0c0607149a28f71c8f]

        xmlfix3: unoxml: cleanup friend declarations

2011-01-19  Michael Stahl  <mst@openoffice.org>  [9123a2f7c219f93f0db63d359c1d0f362d32b59a]

        xmlfix3: #i113682#: unoxml: CEvent gets a mutex member;  also initialize member variables in constructors.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [57c23f6329f58cd359200413c55e7988ab1e32db]

        xmlfix3: #i113682#: unoxml: CDocumentBuilder gets a member mutex

2011-01-19  Michael Stahl  <mst@openoffice.org>  [e94a328aa0b1a0f61018e6978dda626b842f6855]

        xmlfix3: #i113682#: unoxml: locking in XPath:  use CDocument mutex in results, and during evaluation.  new CXPathAPI member mutex.  also, fix lcl_collectNamespaces in case parent nodes declare same prefix.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [dd995cea7b9a262d51b94d536817e5aa2950f1cb]

        xmlfix3: #i113682#: unoxml: use CDocument mutex in misc classes

2011-01-19  Michael Stahl  <mst@openoffice.org>  [12de6d548b19e4d016e7a7be0980c2d78fe20d17]

        xmlfix3: #i113682#: unoxml: CDocument gets a member mutex:  use it to lock all CNode and derived classes' UNO methods.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [dd377d72a5ef66daee850b66ab7b7308939a7626]

        xmlfix3: #i113682#: unoxml: no more globals in CNode:  instead now the CDocument contains a node map member.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [46716bcf7fd75a2a293722a6a458e4138c91f394]

        xmlfix3: unoxml: all node ctors get CDocument parameter  (and in the next patch, an actual CDocument, not just 0 :)

2011-01-19  Michael Stahl  <mst@openoffice.org>  [06ebc79a5d723211d55be7a1c014299e71acfc20]

        xmlfix3: unoxml: replace CNode XUnoTunnel implementation with something sane

2011-01-19  Michael Stahl  <mst@openoffice.org>  [dde336f8f0357f39a8547fc8b05c09672df816bf]

        xmlfix3: unoxml: refactor XPath results a little:  replace Reference<XNode> with Reference<CDocument>.  also remove all using namespace css::lang, due to conflicts.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [3ba96ffc4bef4a6fa710c178b0bbda217293b9dc]

        xmlfix3: unoxml: fix CDOMImplementation: static instance could be deleted

2011-01-19  Michael Stahl  <mst@openoffice.org>  [6f147497c08f074bd659152769f1a3008fe052b8]

        xmlfix3: unoxml: fix CNotationsMap: member pointer does not keep document alive

2011-01-19  Michael Stahl  <mst@openoffice.org>  [711668c78407e0c16c725c8f19c3bfd9e81fd26c]

        xmlfix3: unoxml: fix CEntitiesMap: member pointer does not keep document alive

2011-01-19  Michael Stahl  <mst@openoffice.org>  [2619efc1a738936ccead4fbf2a952b96e29a0025]

        xmlfix3: unoxml: fix CAttributesMap:  member pointer does not keep document alive.  also, if an attribute is unlinked, it is leaked.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [aa85497de77acae2c9e58d7339584dcd7665e425]

        xmlfix3: unoxml: fix CChildList: member pointer does not keep document alive

2011-01-19  Michael Stahl  <mst@openoffice.org>  [cb42fe10fa5cdefe902e63c735ddf508c68c84e2]

        xmlfix3: unoxml: fix various issues in CElementList:  the string buffer allocated in ctor missed null terminator.  the xmlChar* members of ElementList are leaked.  the CElement* pointer does not keep the document alive.  CDocument::getElementsByTagNameNS calls CElementList ctor with wrong args.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [46f681baadad8838b5efb5c9a2deb8b97161e9b9]

        xmlfix3: unoxml: CEventDispatcher::dispatchEvent(): fix iteration:  capture listener was not called for first node in vector.  (assuming that it was intended to be called)

2011-01-19  Michael Stahl  <mst@openoffice.org>  [8ab417f83b7a6ee8a11deb5f534d6fc6c6fd9899]

        xmlfix3: #i113682#: unoxml: no more globals in CEventDispatcher:  instead CDocument now has a CEventDispatcher member.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [fd40abc5e13078494945f09cf3be58f867d8a936]

        xmlfix3: #i113682#: unoxml: no mutex necessary for CDocument::importNode

2011-01-19  Michael Stahl  <mst@openoffice.org>  [bb3c43905b8476f782bab219ca8c9a78a6ef19da]

        xmlfix3: unoxml: add copyright headers in events subdir, clean up includes

2011-01-19  Michael Stahl  <mst@openoffice.org>  [2b0e8719eb3dd4dac2f732fb25db4f47319deb59]

        xmlfix3: #i113682#: unoxml: mutex for CSAXDocumentBuilder

2011-01-19  Michael Stahl  <mst@openoffice.org>  [95fbc9f47572aad9ced12ea92c699095c065a4d4]

        xmlfix3: unoxml: clean up trailing whitespace infestation

2011-01-19  Michael Stahl  <mst@openoffice.org>  [a10e0ee65f2721aadae0d1e6cc26f749e3ac6bf6]

        xmlfix3: unoxml: refactor CNode initialization

2011-01-19  Michael Stahl  <mst@openoffice.org>  [cb5905f108fb7bb99587791fca24c9d481ae93d9]

        xmlfix3: unoxml: new method CNode::invalidate

2011-01-19  Michael Stahl  <mst@openoffice.org>  [c33c26cbd26310ed03aadfb6fa361f10febb56d5]

        xmlfix3: #i113681#: unoxml: fix races in global node map:  put a WeakReference<XNode> into nodemap_t, and check it in getCNode.  check for race between removeCNode and getCNode in removeCNode.  remove pointless call of removeCNode.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [e2108d556163e7ca1b5bc8ebaa46d86f77f3fbee]

        xmlfix3: #i113663#: unoxml: fix leaks caused by CNode::get returning CNode*:  CNode::getCNode now returns rtl::Reference<CNode>, preventing leaks.

2011-01-19  Michael Stahl  <mst@openoffice.org>  [8f5bbf5b121339f21c3859b8476a994c4cfc841a]

        xmlfix3: #i113663#: unoxml: fix xmlRemoveProp errors

2011-01-19  Michael Stahl  <mst@openoffice.org>  [6145d8c3f4a4da41b3fb2ad16627fd1f9d81fd5f]

        xmlfix3: #i113663#: unoxml: fix leaks of unlinked nodes

2011-01-19  Michael Stahl  <mst@openoffice.org>  [798d3141ab4623b43f49dcd1a8d166dfed8414ca]

        xmlfix3: unoxml seems to have wrong dependencies

2011-01-19  Norbert Thiebaud  <nthiebaud@gmail.com>  [b608b4df11d30f4ed968a44602b9fd438b896d47]

        Revert "starmath need to have _DLL_ defined, even on MacOS"
        
        This reverts commit 60d98f881effca97b0165c8d391950e0d5da3e3d.
        
        This is not the proper way to solve this problem. starmath should not depend on _DLL_

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [3f195d1684cba759adce69bc4b3c53d6cb9adf23]

        accfixes: Introduced WINDOW_RULER

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [5983e2391c1cd2f95e72d89687170b158430041c]

        accfixes: added more accessibility information

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [824728abf8b278fbba9aad340390be8268ab005e]

        accfixes: fixed tab order

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [ebaaee24b13e1712a06cf483ccb7b6e169e83a00]

        Ported calc-formula-db-function-fix.diff from the build repo.
        
        This patch fixes n#594332 and n#595713.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [dafa80704dfae42473d5ae38bc22174c30ff8c11]

        Re-enabled the sheet copy test now that it passes.

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [f5d9de75b2f0cfb1d0fdb8b132385b44d646f1d7]

        Reapplied 8839ada2ba12033f1c7d7ab23f59353e036dbbb2.
        
        The above referenced commit, which originated from OOo's calc64 cws,
        was applied before but the latest merging of the libreoffice-3-3
        branch reverted this.

2011-01-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [267329fca2da3a5949c6264e9d3ccdc74a6e8703]

        gnumake3: #i116265# support WITH_LANG=ALL - new files

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [5f153ecded340480ce432640f2e22e71f2ab15e7]

        fixed tab order in BasicIDE, Library dialog tab page

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [6d63514eff7730b53907758980389abb0c9d469f]

        added some accessible names in BasicIDE

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [77d00ed549cad84fe32134fd828b041060cbab50]

        added some accessible names and releations in PDFImport dialog and XML Settings dialog

2011-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5b3e910e926c7dd1e8dcfe8e0a5c6cb5bd17480a]

        vcl118: #i115048# clean up, paper names are now in vcl and can be accessed with Printer::GetPaperName

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [44b9d8a5a479fc2dcf2518bf091ef0677eac7243]

        added some accessible releations in extensions/source/dbpilots/groupboxwiz

2011-01-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc37a8bc54d245fdf6af1715aa1318c6db145d77]

        gnumake3: #i116265# support WITH_LANG=ALL

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [ab645d9d6f0f7844fe64d490445313215b50f69b]

        accfixes: Completed VCL Window API for accessible releations, renamed GetLabeledBy to GetAccessibleRelationLabeledBy

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [781689a5554fcb0a3cbc8e526914d5287e41a0c5]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sc/inc/document.hxx
        	sc/source/core/data/drwlayer.cxx
        	sc/source/core/data/table2.cxx
        	sc/source/core/data/table3.cxx

2011-01-19  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [796dfe2205b9a7735e7fb908b3b4fe7d74d76170]

        chart46: #i25706# implement date axis - #i116467# change behaviour of own data table

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d5d0ee896715562758a4db4c024a59ac89ddd631]

        masterfix: #i10000# header file removed

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [e4058cfbc859a719c505aca7d9dd91a03c058885]

        logic reversed

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [c3ccdabbb73bf84fa7516892683a23b1aa9ce4dd]

        Create process service factory early in all platforms.
        
        Just so that we can remove one #ifdef UNX guard. The less of those
        the easier to maintain.

2011-01-19  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [3ca89e01c999f957a2d7f0a8a65400965ffccb2f]

        chart51: #i103864# Data labels overlining

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bbd08da3b1689ff0c0660a9bb8542591461cfa47]

        gnumkae3: fixing botched merge of windows.mk

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [b0ae2ae486fa42ce68dd63d71d85b585d04dcd4e]

        Related: rhbz#670895 don't halt build if zenity crashes

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bf5a8c58e5bdb58709490f9904ba2524c26e7977]

        gnumake3: merging minibranches

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cc6b95f3f45a4103252a15801f6c8a7dd316f24f]

        gnumake3: merging minibranches

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8a622029478ba2fa94acd2cd917e6f3289fafb18]

        gnumake3: merging minibranches

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1bbffcffe00fee97db8e40e07da74039fd02ccb4]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2b1bd399c2600812154e34d70f9ddd207b7be57f]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bce933dc2aa412b647602e85fa88fda9734abf82]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6737e8a590ca3acc2687fe9215af53bc44327ef8]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c2de28fe27fcdd552c3fbe4922548312d04337f4]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8a9ecc1458d95e82b81117d209eb34332cc0abe4]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [40738f11f412b62b52277ffbcf6166bf7421460c]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [95f952406da7aeebb3d1417ddd5bccdb9e100653]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b9398e9237b8beef02d82fdaf1ff885d1f1bf7c0]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cd5dbe180f7ee417a2766be121b5cb6a8dae7ad7]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cb966ed98f965798894d6b1ad8cfbd9f97725ae8]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9499cdd019641975fd9330fa64df01cdb68ec44a]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [da26d9e98c9ae665edc38123a733e607d9f30d70]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b379e8f426b8cb01091e778787b16f44e1a4828e]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [65594ae28f8357d14c2d7ba6d4b739ba0de57fc0]

        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>  [ff16107d1cddab1ec78cffdbb4d6852db18e6be8]

        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  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cc01ab8a817f6badf4b9631097a43e0ea11d0f8a]

        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  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [27be8d12e3a3d8b5b70741d6c6c470e78bd41f12]

        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  Joseph Powers  <jpowers27@cox.net>  [ede5a7bc693b5f7c8c58c46c3a9aca0527e58db1]

        Remove DECLARE_LIST( SfxStyles, SfxStyleSheetBase* )

2011-01-19  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fa22008c7d4b50f1b3937e1ed10332c5866a5b65]

        dba34d: comile error

2011-01-19  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [a5fa6f4652b4a723f935c611a68b039ed3f7f46c]

        dba34d: #i98163# handle sorting for new report as groups with no header nor footer

2011-01-19  Release Engineering  <releng@openoffice.org>  [0ca1fe9c61b3cf40e8287e29ef7112a44c7f8873]

        DEV300

2011-01-19  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [b86301a3311c67e4e322331295b04f6a1a9c765a]

        chart46: #i25706# implement date axis - #i116467# change behaviour of own data table

2011-01-19  Carsten Driesner  <cd@openoffice.org>  [ef3292dc9a79f409db8dc140fd4f72152c6c93a9]

        removetooltypes01: #i112600# Make changes for MacOSX to remove tools types inc VCL and other projects

2011-01-19  Carsten Driesner  <cd@openoffice.org>  [8a8205b575e8fda5aa30fa2352a28fb57c1e0f47]

        removetooltypes01: #i112600# Make changes for MacOSX to remove tools types inc VCL and other projects

2011-01-19  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [f329f09bb7a24c357cf1608c4b00c978892dc0bb]

        chart46: #i25706# implement date axis - #i116519# scatter save

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2319e97d11bc8e02c339c477055af94a38279cf2]

        gridsort: document the relationship between soorting the data and notifying XGridDataListeners

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9db12cc26aa41823a564fb5415202907ae8d4697]

        gridsort: release our mutex before calling into the delegator (in particular for modifying calls, which trigger listener notifications)

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [64f21d5a34c06968d60a4ae01ad7757c9a024ae5]

        CWS gnumake3: merge minibranches

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [021a0336c2c9c1859859f56961c985d0e8143755]

        CWS gnumake3: merge minibranches

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [e63f95715f6b990bcee1e21a5cd18fa50b69cba5]

        CWS gnumake3: merge minibranches

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [e10872ddca0a434f2e5de5c2a6ea01258890fd9a]

        CWS gnumake3: some more fixes for windows and svx; remove superfluous code in starmath that still used old _DLL_ define

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [f3adf815462dd29121bae71a1fa55f867926430a]

        CWS gnumake3: some more fixes for windows and svx; remove superfluous code in starmath that still used old _DLL_ define

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [6dbe3b40893d68b93967ef748b38be7b797453df]

        CWS gnumake3: some more fixes for windows and svx; remove superfluous code in starmath that still used old _DLL_ define

2011-01-19  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [91bc4841ef639a0e48449fab1f2a07920f2e5eba]

        chart46: add missing explicit dependency to offapi

2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [fdc7d911ce7d6d7052f07e195dfb6af87f80ad16]

        i116517:[Automation]: trying to make i_slidecopy.inc more reliable

2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [70a5e0a2fd9ea61a4cabcd6a84775d8ed27f8349]

        i116516: [Automation]: g_spellcheck.bas does not get into Quaste

2011-01-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [e08a0b440cf3479df0b67cc483087267bf1fae59]

        i116516: [Automation]: g_spellcheck.bas does not get into Quaste

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [370b802e3a4ee109529491f92d2295252424c58b]

        gnumake3: enabling unoapi test in svx

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9ae007e454273ee9ab38c0927f7a18302252ec6e]

        gnumake3: merging minibranches

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1eb4cb3818dbb81e2ee76179fbf823fd6a6a052c]

        gnumake3: merging minibranches

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c78a063da4e10dead484f9065fe7ba731f123be3]

        gnumake3: #i116390# finishing support for Junittests in gbuild

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9566cd38c65e04b7376089631210e1953254370b]

        gnumake3: #i116390# finishing support for Junittests in gbuild

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e0965d953666a943b2bc74a946651810aa29d09c]

        gnumake3: #i116390# finishing support for Junittests in gbuild

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [526f8f9a9caa29d8687c8bddb20a60994a8d67ce]

        gnumake3: #i116390# finishing support for Junittests in gbuild

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [9985d1767c30bb644f8832a7768e9973c127f941]

        CWS gnumake3: repair windows build; convert svx to gbuild

2011-01-19  Mathias Bauer  <mba@openoffice.org>  [c6407908810ab208d95d6c2c9c4a152bc7f767c4]

        CWS gnumake3: repair windows build; convert svx to gbuild

2011-01-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f8ea0a621bd6a946bf9bbc769ea0380c0e86c82e]

        gnumake3: #i116423# enable -Wl,--hash-style=both on linux only when supported

2011-01-19  hde  <hde@openoffice.org>  [6e3b8dfd54a1c9de8a1dd273d2c7e12d6743a6d4]

        #i116515#vcl118#moved testing of checkbox 'PrintReverse' from 'Global' to 'General'

2011-01-19  Malte Timmermann [mt]  <malte.timmermann@oracle.com>  [f308742dbe1238eb7ff020664af7515f12489217]

        accfixes: accessible name for preview bitmap

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6561e702dbc3fca4f01b3ceaf1f07aa1324043b8]

        gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [903ddf534a9a71cb54867d7c40eedf456acb018a]

        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>  [d646413d464dc5d6518f87daa8538cd0c600797f]

        masterfix: #i10000# resource fix

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7640d6a69f69172127221455b5bc5ae644f595ca]

        masterfix: #i10000# resource fix

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1379283b49bd1acf89269ee569a2eb3aafd25376]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [215e06e795c62dc9b2762932ecece9227dc3ea3d]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [67dd442a070c012655dd9c727bca61566fab75b8]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fa27b2da2f8e7bd9bafb4a057318ac22577727dd]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ef37525980f31a21236040c3d51b36604839ccde]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bb72c61b350b54dc6c0c1e0641139d10ee160f13]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6e8b722fe3d869586565f3b338ab5b10819aa725]

        CWS-TOOLING: integrate CWS sb135

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [5d0fe3c2ee20168384330b59b3367c47a31225d6]

        Implement dispose and break circular dependency.
        
        listener on configmgr means this dtor is never called.

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e9336ecd0609725f9503ede9df365af2a55f71e8]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9c83c0f0c4e7b883fa46d2528ebd1a6f33d5eb7d]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c626ddf06796749f1777d368425deec5743ebca0]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1368b531dcea374133c08db7592271995dac2936]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8af0fe610281bb169239e5cd73bacd377ebc640f]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e7f43aa75c81a62fa9abd87c89a400371f0213bb]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b7908c38b111e26e5599a7c18794fed5b605a2c7]

        CWS-TOOLING: integrate CWS mingwport33

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [81744e6bbf0f5f4c6d6a99399cc56cee284a4757]

        CWS-TOOLING: integrate CWS ab79

2011-01-19  Ivo Hinkelmann  <ihi@openoffice.org>  [43ca56fac541b5de67cae70ced42233c5c4c678c]

        CWS-TOOLING: integrate CWS ab79

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e8f649b5ad64a2a3f07dfab1a52033d126da211b]

        gridsort: render indicator for current column sort

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [a5afd981e8c44de7aa122774a19cfe858c4f671a]

        don't leak PPDParsers

2011-01-19  Caolán McNamara  <caolanm@redhat.com>  [06bd3364603dea9a634dfaf7ac61c8cb22b676cd]

        cppcheck: object destroyed immediately

2011-01-19  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [ae88ed70d0742110277b5f64ce616fa4e5256926]

        dr78: minor changes in gperf usage

2011-01-19  Tor Lillqvist  <tlillqvist@novell.com>  [9749ae3204783a88d1ceff2cfb92fff25d17392f]

        Use ml64 for wntmscx

2011-01-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [16932cb2060d4f3965a8db131a6b6123c2b7760f]

        gridsort: TableControl API adjustments

2011-01-18  Joseph Powers  <jpowers27@cox.net>  [4deadb0285217a94b92ebc3405c966ed5cffec0d]

        Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl *)

2011-01-19  Kohei Yoshida  <kyoshida@novell.com>  [ada9698d918ffd6859680acbd361599d8f8dbd19]

        Fixed incorrect import of cell attributes from Excel documents.
        
        When a cell with non-default formatting attribute starts with non-first
        row in a column, the filter would incorrectly apply the same format to
        all the cells above it if they didn't have any formats.  This commit
        fixes it.

2011-01-18  Joseph Powers  <jpowers27@cox.net>  [b98117b32d9f5e5ac42c920f0f5a966019d816be]

        Delete commented code & quite some warnings

2011-01-18  Joseph Powers  <jpowers27@cox.net>  [ec07a1d77479069bbf5e1bc0abd85a39a29ffe8e]

        Remove DECLARE_LIST(SmListSym, SmSym *)

2011-01-18  Joseph Powers  <jpowers27@cox.net>  [cb20b78eb8fec12bc02c995406445bb94e357c7a]

        Remove DECLARE_LIST(SmErrDescList, SmErrorDesc *)

2011-01-18  Kohei Yoshida  <kyoshida@novell.com>  [8735c8f61d694cb09fa72b7683c006849fbde3ac]

        Fixed a crash on export & cleaned up a bit.

2011-01-18  Christian Lohmaier  <lohmaier+libreoffice@googlemail.com>  [73662335c967e8bf858a32416b2c8c7cfbb259ac]

        WaE patch for sc.

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [1c1fbc6123545b16ba10679192ca85b1d939fad8]

        Better cell anchoring. (fdo#33205)

2011-01-19  Eike Rathke  <erack@openoffice.org>  [98414e6874f2a84f2740a7b292a5d8bcb09ac253]

        locales34: #i112431# adapt documentation to reality

2011-01-18  Andras Timar  <timar@fsf.hu>  [8a8985a8592d0f438a6cf7eb34fc9875f6b7a962]

        readme formatting - fdo#32741
        
        * using CRLF instead of LF on WIN platform
        * word wrap at column 75 for better readability

2011-01-18  Lubos Lunak  <l.lunak@suse.cz>  [dfbece50ebaeaf45ea3f016d911b5de7c878afc5]

        Make --help and --version work even without $DISPLAY.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [37b53c32ec5320838721ee209d259f41427f8335]

        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>  [e24827c9a760bdb408ef882c851f6c77c95060a9]

        gridsort: respect the collator got in the service ctor

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7ad4e757c3a37889e77ecc60081ef12c27cb8815]

        gridsort: getStandardLessPredicate: optional collator instance for string comparison

2011-01-18  Kohei Yoshida  <kyoshida@novell.com>  [fe934f7e4b35344f963a5e495017c22c2047376f]

        No need to check for a failed condition since the value has an init value.

2011-01-18  Christian Lohmaier  <lohmaier+libreoffice@googlemail.com>  [ca55490e7c5a5a778a3d7257b34f845730f43308]

        WaE patch for editeng.

2011-01-18  Noel Power  <noel.power@novell.com>  [df0b89ba5dfd85616a0d9bb3f37877623674c42d]

        supress bad iterator move past-end error in debug mode

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [8507ef25498ecbf2419f5bde020a5638a68dbf98]

        fix incomplete types build error

2011-01-18  Christian Lohmaier  <lohmaier+libreoffice@googlemail.com>  [2364ad704aa418b0944d9f12a11ce0d266554ac5]

        WaE patch for filter
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [73c1b2ce0dc2f7fe7cb698404f1f15f1534431e1]

        gridsort: corrected include

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [e37fdc8387f84d467859cb4cb6717efbbfad4ffe]

        when there are duplicate includes we'll typically need at least one of them

2011-01-18  Andy Hearn  <cuvierster@gmail.com>  [09a8466b824b0a2017cdffe87555634054888d1b]

        Removed suspect hack. Cursor on post-it now scrolls out of view.
        
        Previously, when the user scrolls when the cursor is within a
        post-it note, the main view judders, refusing to let the cursor
         go out of view.  The removed lines appears to have been a hack
        to retain focus of a post-it note containing the cursor.

2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [74f082969120841f22925504c71cc3d0695b7441]

        forcing Qt native paint system is not necessary anymore
        
        bf4b61c7b7f2ca1d9641ab0cf5f88a68bc3930d0 fixed the problem.

2011-01-18  Radek Doulik  <rodo@novell.com>  [ce13ac6030d82300d629c88a7aad3e94a4b70532]

        set characters encoding for symbol fonts, n#656934

2011-01-18  Radek Doulik  <rodo@novell.com>  [624538b9e8dd19e157e256b42099d05edf8cc383]

        fix default bullet size, n#656934

2011-01-18  Radek Doulik  <rodo@novell.com>  [261d520fc7f92260986126c8f17b2a7b45ef0e38]

        extend debug dump so that it dumps numbering rules

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [39a09318dc2162a4f4edeed7c7d67149258201e2]

        Remove useless comments and some dead code.

2011-01-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f53d6c7f7d3879870a8e032df5182e702cbb0b9f]

        gnumake3: more mac fixes

2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f25576b919fff510e057608a25b7194509480dd9]

        vcl118: #i116501# migrated padmin module to gbuild system

2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a1d300f593abbfb1e6f2dc7fe4f86a358a5ba8ee]

        vcl118: #i116501# migrated padmin module to gbuild system

2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9381025d4abb0a10fb458117542c2a063c7b1cfd]

        vcl118: #i116501# migrated padmin module to gbuild system

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [6525bc09264d11ce6e5e69fc3f0db3a490b41d15]

        Remove commit message. Thanks to zhaosz and weihuaw.

2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [034fbad159ff00b7c0c114f1ad9ceeff70b42dd1]

        fix broken code indentation

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [7a7f65e24ed4aef9733b9fe301eea09272413874]

        Removed some dead lines, dates and commit notes. Thanks to liuchen, limingl, minz@cn.ibm.com and Amelia Wang for their commits!

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [4b13d3dc1d29132f7e188932ca5ee00c977d3655]

        Some more dead code removal

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [0cd32bec488d80cef111ccbff8c172b35421a394]

        Remove some more dead code

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6f68642b7b2310b902264849a5ffc5dca6c15510]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [143e8326931e0751caf3428eec0d8542229dd063]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fb38eee0f28cb9e25ea7138709e170c00bfddd4e]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [92bcdd86ab68aa1d37061e8e72e1280fbb9a92f2]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e5b085ce3e35347a22d58e41ec99b5d5cea9f854]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6da383ea9ad1df728689e10aa65021221ba303cf]

        CWS-TOOLING: integrate CWS fwk162

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9d81d6d792840f955c3c5b4f10b3e08eddbb87f4]

        CWS-TOOLING: integrate CWS vgbugs13

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [780adba2915a849e0d7641e024f65515517dc193]

        CWS-TOOLING: integrate CWS chartextensibility

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f7db44253583f706eaec60b47364f5966d1294e1]

        CWS-TOOLING: integrate CWS chartextensibility

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [05463782f43bb6d5d125fb635d8236863253ef8c]

        CWS-TOOLING: integrate CWS chartextensibility

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [584bb7fb5adcaed0a8a5791a3064ca258ffb866b]

        CWS-TOOLING: integrate CWS chartextensibility

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f2f73a0b2aad85b4e3bc0d322641257dec3e77ce]

        CWS-TOOLING: integrate CWS chartextensibility

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [db95c38b3cd3efb924a3be2f7fe1027dbf75401f]

        Remove dead code: "//static" and "//virtual"

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0194bd2f4e55e3586d97cdd04efa87afb16dbe63]

        gridsort: introduce XSortableGridDataModel::removeColumnSort

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [de9dba9275aff2863978f7f665685d54ef82b0ad]

        gridsort: introduce XSortableGridDataModel::removeColumnSort

2011-01-18  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3737e60f051716923005570e47fbbbf37edf1c5f]

        dr78: branch merge

2011-01-18  Michael Stahl  <mst@openoffice.org>  [b359eb77b2683cb7fbf52ed9706b5efdadd411ff]

        undoapi: fix 0-pointer in SwNodes::ChgNode that did not crash before by luck

2011-01-18  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [71576ee55be925fa9064b8470445802023b6f3a6]

        dr78: switch module oox to new gbuild system

2011-01-18  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f9a70973626de755d37fe31b8ccec359dffeb1a0]

        dr78: switch module oox to new gbuild system

2011-01-18  Joseph Powers  <jpowers27@cox.net>  [8b852389f9fe518ce4102b287b2d5510bdfe9540]

        Remove DECLARE_LIST(SvInPlaceObjectList,SvInPlaceObject*)

2011-01-18  Thomas Lange [tl]  <tl@openoffice.org>  [0d6a622914e4b03ca2dc9b0979fd6933d974a6b1]

        cws tl84: #i109543# fixed d.lst to match new output sub-directory

2011-01-18  Thomas Lange [tl]  <tl@openoffice.org>  [97286ac1ff22bfb7dca87d4f74a4f92c03e1d265]

        cws tl84: #i109543# patch to fix hyphenation for Linux

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [cb7feb4f13a8ca70ddf090c96addcb7da9573307]

        CWS-TOOLING: integrate CWS native353

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [9478864ad22832b8a46a49aa9270de22125a3578]

        Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer
        
        Conflicts:
        	sw/source/core/layout/ssfrm.cxx

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0ee1f45b46f0960d5fc708a481afc17e7960b4e4]

        CWS-TOOLING: integrate CWS gridcontrol07

2011-01-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b681646aedcb8a39f6aef3bf9fd35102c6397525]

        CWS-TOOLING: integrate CWS gridcontrol07

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [1420bb328c47306e71ed8cbc638e9d38ac46cfd5]

        Remove duplicated includes and defines. Identified with "cat $i | grep '^#include' | sort | uniq -d".

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [db58382068e773c913e56ba8dc35543e6c78f129]

        early return on failed AbstractDialog

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [a485dfc5f2103dcf33fba796b6f6681aa95fff5c]

        drop German version of translation

2011-01-18  Takeshi Abe  <tabe@fixedpoint.jp>  [105784eba6a70fcb9c8f49faf3489e08311cdf4b]

        mark fall-through

2011-01-18  Kohei Yoshida  <kyoshida@novell.com>  [1190d330bef57b04545427ac7b119cf416ed4fba]

        A little follow-up clean-up.
        
        * pre-increment over post-increment to keep cppcheck happy (when you
          modify for loop).
        * rtl::OUString initialization optimization.
        * removal of the old GetFuncDesc() method which no one used.

2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [2297f211848bd891c88445a24e3093b8470133f0]

        build with libpng 1.5.0 (fdo#33231)

2011-01-18  Tor Lillqvist  <tlillqvist@novell.com>  [e17ba9b2dd6f34c2af9fea5a1696ab454bcd6562]

        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  Sören Möller  <soerenmoeller2001@gmail.com>  [850a2174c4ea0dc1a19b1be3c70b2b8aabfb00c6]

        Replaced deprecated types in funcdesc
        
        Replaced String with OUString, USHORT with sal_uInt16 and ULONG with sal_uInt32 in sc/inc/funcdesc.hxx and sc/source/core/funcdesc.cxx. Added a OUString version of FuncData::getParamDesc in sc/inc/callform.hxx and sc/source/tool/callform.cxx and used it in funcdesc. Translated some comments and changed some indentations on the way

2011-01-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [92f70c7e11136ca6d4dba529183f20f99d2d0cd2]

        gnumake3: mac gbuild fixes

2011-01-18  Noel Power  <noel.power@novell.com>  [c4a1101766fc3ea6e155cd4273458b08cf0bee68]

        fdo#33237 remove debug line

2011-01-18  Noel Power  <noel.power@novell.com>  [4b8663ad09325782c8fb020d78e1e8f07619212a]

        fdo#33237# fix ole object import for writer (docx)

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [6418df5d4af7b1a1f6855c2720bb50739f967a73]

        don't pushback and process a corrupt extension

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [ca5d4067c9997c6f7cffee0d6bda43eb3e378126]

        free ctxt *after* taking lastError details

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [7b79f92f9000364b0c1657698b1374d3f9231e18]

        restore SwFrm::~SwFrm

2011-01-18  Luboš Luňák  <l.lunak@suse.cz>  [96bb26df5b009c969d0999cfbb61faf2c27ffbf8]

        paint toolbar handle positioned properly (fdo#32558)
        
        ACK by Kendy.

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [9728c9e81b0207fdab231e0bdca62329884ab4bb]

        we can pass this by reference instead

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [ec7b28f18d268b5093e7cab58769c86b59e4608e]

        drop this redundant comment

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [bb732c7e8aadae5f3b06c3871718140da1457e2e]

        bah, this unittest can't be rescued, what it tests is long gone

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [c445eae26bebdc19f5f70455ae8d9262b7b99e92]

        Remove some more dates..

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [a82085115da5be023ce4cf2947260d357f1c5125]

        Remove obsolete RCS lines.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [d1de2dec03fd202177a9c7fb8aa7d1ff228f0a95]

        Remove dates and two unused code segments.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [a048987aa4d24c3e8819d80c7879c10340a40189]

        Remove dates and two sections of old code.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [8864165b04da02bdfe458b88502506d76025df70]

        Remove #refactorlists# comments.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [2c1ee5ff4bcc70e79dfc244b8cab2bbb70e5da0f]

        Forgot this at #newlistlevelattrs# removal.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [367392762f6300f9f0e2418fe874ddcf227b9565]

        Remove #newlistlevelattrs# comments.

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [a55158aa1fa5174acdff9923cd55c3180b40cccc]

        Use the foolproof checked macro for this

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [02e52362c34f530d1cd0720c49c0981501d8c7b6]

        Use the foolproof checked macro for this

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [8a20f85dfabdf83a81d229e581c3fcc0fcbdb573]

        cppcheck: pass by reference

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [02cf0e0f895b79d565a410ecfaf5f1fbbdae871e]

        disambiguate between two different SkipBlocks

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [b9ef2799e679bf8f4aab2d4b47f725dcaf0d1e5c]

        this file isn't built, remove it

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b3025e479194db9858c18d13c8d08c0e7964ab6e]

        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>  [961e924dbc7ebd1cea9927134524a443a7666240]

        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>  [e4e1fd5c1946b7ae2c774fc3e21dd2008efc5be9]

        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>  [4a593d1851b4673f7b9a68c7f336f182fc6b43bb]

        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  Caolán McNamara  <caolanm@redhat.com>  [1cbd2a6b34eb569b1d0f6353b86b70795a441446]

        cppcheck: object destroyed immediately

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [c844c562f6c00a7dcee7bfe2a6d5684d7f455108]

        WaE: this dir is now warnings free

2011-01-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dc971d000d15cbf5d19119cf54c44aafaff88c50]

        gridsort: GCC WaE

2011-01-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [18e97ee37b4bdde208702840cb6f3f5d9a657623]

        Fix a typo SolarMuexGuard -> SolarMutexGuard
        
        signoff: Jan Holesovsky <kendy@suse.cz>
        signoff: Thorsten Behrens <thb@documentfoundation.org>
        signoff: Tor Lillqvist <tlillqvist@novell.com>
        signoff: Petr Mladek <pmladek@suse.cz>

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [6fcbe777e405250fd6a9c6ea3ed78742f6f86d6a]

        spit error to stderr so that it's visible

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [f833bb15c17c8576b381d01652c6ca336d627de6]

        tweak G_SLICE to canonical always-malloc

2011-01-18  Mikhail Voytenko  <mav@openoffice.org>  [a6813969c3f073cae588d43e502154d148b982a2]

        removetooltypes01: #i112600# fixes for solaris

2011-01-18  Jan Holesovsky  <kendy@suse.cz>  [7c7c3f946ed90256ac8f76af91f65ee7f7c2b6bf]

        Fix ./configure on 32bit Windows.

2011-01-18  Caolán McNamara  <caolanm@redhat.com>  [dfb0fac47b3e93e2fcad916c598b5bc0483b532c]

        tweak G_SLICE to canonical always-malloc

2011-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9ce6b73eb4f97b6731ff1ecf8fa704f0d93daa9f]

        calc65: #i116371# fix backgrounds for polypolygons in metafile
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-18  Andre Fischer  <andre.f.fischer@oracle.com>  [de2dd7a15678d2968cd7c22d74e7056c35a051f3]

        calc65: #i116318# Fixed the painting of axial gradients.
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-18  hb  <hbrinkm@openoffice.org>  [affe4202add09040ff714c03ed4d2107362e76fa]

        XPathLogger.cxx: added include for <stdio.h>

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [b1059002cd8fb84cbae969b43620b36a066c527c]

        Remove some more dates..

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [82d2570a643f82c3405e724533567a61120ce2c0]

        Remove obsolete RCS lines.

2011-01-18  Thomas Arnhold  <thomas@arnhold.org>  [9a9b5ec6945a00e66d24c48108cdca8d565291df]

        Remove dates and two unused code segments.

2011-01-17  Joseph Powers  <jpowers27@cox.net>  [bea58eff15d5fe91cd672c5a6f73f522bb271816]

        Remove dead code

2011-01-17  Joseph Powers  <jpowers27@cox.net>  [2b3ec951a17d1f623dac89ce4b9a68f7403125a1]

        Remove DECLARE_LIST(SvContainerEnvironmentList,SvContainerEnvironment*)
        
        I also removed SvAppFrame::pChildList and its related code. The code never
        inserted anyting into the list; thus, it could never having anything in it
        to process.

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [9f70db4be31dd8f9f9a621fe79c8d4d36b07a723]

        cppcheck: initialize member variable

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [cc4d2283abcf65c47fedb69a18c7db9f2226e26b]

        fix build breakage

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [4395d2497718e182db044d0e1b1ca92ad5b01e26]

        Remove dates and two sections of old code.

2011-01-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ac38fd3dc55480ef6a2bd32d7b528e31e1d84070]

        gnumake3: using \d escape sequence in rapths to avoid expansion annoyance

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [557abe684044649748c190ff799bf250f87ecc09]

        remove remove-useless-'add-for-...'-comments

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [0c3444b766a1f946ebaca798642f8856e7934fcd]

        Remove a useless elsif statement

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [655a321b2e1065d6c3f3f0ee7f55b0c578d0dc46]

        Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range Picker' and some dead code.

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [08282f724b5148729b2109b15c68cc46ccdc8610]

        cppcheck: close bracket

2011-01-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ef7d133eafc8cf93a3144645cd21eb8901e6bde8]

        gnumake3: fixing broken AllLangResTarget.mk

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [74d3a995be81c25da1fb5169f277a966f018f807]

        cppcheck: remove unused variable 'pEditSel'

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [78818abd7551bcb8799035059783997b5dbc2939]

        cppcheck: reduce scope of variable 'nTab'

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [850bdd260d65b63399d1323341dea7242e55ccad]

        cppcheck: remove unused variable 'bChanged'

2011-01-17  Alfonso Eusebio  <alfonso_eusebio@yahoo.co.uk>  [253326f6e66c83422abc0966e0eac59d488c78d6]

        Removed bogus comments from calc-chart2
        
        Removed bogus comments from calc/chart2/accesibility and .../chartapiwrapper

2011-01-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [520e0da8e030ec60fa43b040244ee8dded540063]

        gnumake3: merging minibranches

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e7df509dd920497f475725a1cab74856c3da605e]

        fix after struct member renaminge (pXRenderFormat)
        
        the right one, this time.... sorry.

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6361b7d4f6dbb8fd0a5319d2d7762490dc82bd02]

        fix after variable renaming (pXrenderformat)

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [ef8dc68074ad81414f8dfe6e78b511ee4a10b4be]

        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>  [649cff57f97ac9a1b035afeb69def21a3d9aca95]

        locales34: #i116449# include W in IndexKey

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [66f9ad3f69b95d87bca977a8b701c64e085a9ab7]

        Remove #refactorlists# comments.

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [68625ebc359e1569408c045aac109c789adff322]

        change the adjust argument to more versatile QRect

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [e34f647b12e415e93a64499bbff7a9dd49e87820]

        Forgot this at #newlistlevelattrs# removal.

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1daab75feaf079c0f377c84d5e5c3a546f3a09f8]

        fix after struct member renaminge (pXRenderFormat)
        
        the right one, this time.... sorry.

2011-01-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [bf1b1b9f8f37cde3b27c9ead7bcc0e31e51d33af]

        fix after variable renaming (pXrenderformat)

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [6bcd1a24255b2a027bd6dad7fae3025b48ae5714]

        Remove #newlistlevelattrs# comments.

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [9cc604766ad15910acbc13e569235fecb281d00c]

        fix COMMON_OUTDIR/COMMON_OUTPUT typo (fdo#33096)

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [b8127a54b917a36bdc3deef4edc895d75af91bd1]

        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>  [178a9339afcc345b690cfd72e8731bbbf2469d4c]

        add const to GetBitCount()

2011-01-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e8af2326d3a5e193d31aaae11b6e707c2d0e2459]

        gnumake3: make componentfiles layer-aware (thanks sb for the initial implementation)

2011-01-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [36a9d8b0104235c72b5659b1ed2416329e8c6c90]

        vcl118: #i110916# move reverse page order checkbox to print range

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [4d781faef667ee6b914d65c0546d400b2f84a44e]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [df8b5d55998d8276057fd21bd59920e9c81f3c9a]

        gnumake3: do not generate an obsolete $(WORKDIR)/inc by SdiTargets

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [a56c109d5f26fe063352a47311a08f588eaeecff]

        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  Carsten Driesner  <cd@openoffice.org>  [3f3abe3a1558dc9a67bf23bce6d527cecd32011b]

        removetooltypes01: #i112600# Replace missing tools types replacement

2011-01-17  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [f718b312b7de8a48dc959b871c188768a6e067d5]

        chart46: #i25706# compiler error after rebase

2011-01-17  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [cdbb1cee28d40dab1e471f1381f4587dc100f31b]

        #164360# Pivot chart gets no update if sheet is moved

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [83fd0877caae410af5c063f1bec3a9a8eb713a0b]

        removetooltypes01: Exchange type for BuildStatus

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [345d7ab78510867add704271dfb71d98337039ff]

        and fix the 'XRenderPictFormat* pVisualFormat' misnomer too

2011-01-17  Luboš Luňák  <l.lunak@suse.cz>  [275ffb03d3b22005497b6267f6d9a13d85cd0d34]

        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>  [6a1ec8a0060f7b9b352a64750e23b1a759f051b0]

        avoid some useless and confusing void* <-> XRenderPictFormat* casts

2011-01-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [20a8cc813f0b12c5a0be5f1fbb6ef47f539ae589]

        vcl118: #i116133# convert to greyscale for PDFWriter

2011-01-17  hde  <hde@openoffice.org>  [ac4bf366a643873f8402540069354aa7d122b0e4]

        #i116387#automationdev300m97#Added Sleep 1 in line 66

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [ad25e1071ddbde4ff88dc68b1da36bad53497fe9]

        removetooltypes01: #i112600# Fix some @retval comments with old TRUE/FALSE text

2011-01-17  Joseph Powers  <jpowers27@cox.net>  [81a2a8212fa8c2ff405af21812495d4ba1a49155]

        Remove DECLARE_LIST( _SfxVersionTable, SfxVersionInfo* )

2011-01-17  Release Engineering  <releng@openoffice.org>  [957b629c92989ba5217546213732ce71f44fc044]

        OOO330

2011-01-17  obo  <obo@openoffice.org>  [47e9034a1600f3808f5048a93832351e97fc4041]

        CWS-TOOLING: integrate CWS calc65

2011-01-17  obo  <obo@openoffice.org>  [5db45be24d6a21f8f71913c51658986a21ce4552]

        CWS-TOOLING: integrate CWS calc65

2011-01-17  obo  <obo@openoffice.org>  [58dd2972281eb79ae59a7707cadf6388a8190531]

        CWS-TOOLING: integrate CWS calc65

2011-01-17  obo  <obo@openoffice.org>  [0cbc4a6863010996c4c415dd0657033d5d418b6e]

        CWS-TOOLING: integrate CWS calc65

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [7f33ed417b2e29e5470724ea76967f64699a2662]

        removetooltypes01: #i112600# Remove tools types from sw

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [405a0f6cf14f30bed6cf676d7c3224c1c2cb1312]

        gridsort: fix getRowAtPoint

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bdf5a65cb535289f5bcf15b01cee2ad1352c882e]

        gridsort: do not activate header cells

2011-01-17  hde  <hde@openoffice.org>  [ab92b2207e3cfb2209af106a8d6110b81452ffaa]

        #i116393#fixed typo in testcase tToolsNumbering12, missing then

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [b7487b7abcf37bc54cdcb870454ded5bf8938e95]

        dba34d: #i116345# create a new var in for loop

2011-01-17  Ivo Hinkelmann  <ihi@openoffice.org>  [38d2a4949edfb1532d6f496c18f7f8743ddec651]

        CWS-TOOLING: integrate CWS xlastovi

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0621b2ecec8cd1d5f3249efb09f2c1b1c4462a24]

        gridsort: fix impl_getColumnForOrdinate to take row headers into account

2011-01-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6efd5a51be9b886775f2a90d10aae95bc936c767]

        masterfix: #i10000#: WAE fix

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [79610ce242aad3b0020f5f6d11d54bca2dcac7bc]

        gridsort: moved the row selection functionality into a IMouseFunction implementation, too

2011-01-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9eb952b889a591d30a4aca1adcc2042674f122f3]

        masterfix: #i10000#: mkdtmp -> /usr/bin/mktemp

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [9a063d325fbaa4677146e8cdd7641e7d10148551]

        cppcheck: object destroyed immediately

2011-01-17  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [cf0d061fcc5e45e39f30899b339c70313a5f765d]

        chart46: #i25706# compiler error after rebase

2011-01-17  Mathias Bauer  <mba@openoffice.org>  [366600eee2915724d275f9ac78ab3aa3675a49c0]

        cws mongolianlayout: resync to m97

2011-01-17  Mathias Bauer  <mba@openoffice.org>  [8d9e0ad6d11b0edb4f0a6338fc6497a6088bc21a]

        cws mongolianlayout: resync to m97

2011-01-17  Mathias Bauer  <mba@openoffice.org>  [18708364d5f0ccbeb2fdc02a2eeba80a9afd080e]

        cws mongolianlayout: resync to m97

2011-01-17  Mathias Bauer  <mba@openoffice.org>  [7fdd0dc57d1c202cf6531e91961311af5e3a2f04]

        cws mongolianlayout: resync to m97

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [9617758b4b0997f5981a1303684ba9c9a4dd148b]

        removetooltypes01: #i112600# Merge changes

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [7be5d3d1c15e3476c0ec50a644f3852c0db1e579]

        removetooltypes01: #i112600# Merge changes

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [23951d3a0d99d72547df9850b31aaa0087aca0fe]

        removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE

2011-01-17  Mikhail Voytenko  <mav@openoffice.org>  [cd42389ad67b403a07a0dda8e2a6e213def49251]

        removetooltypes01: #i112600# remove tooltypes from sc

2011-01-17  Mikhail Voytenko  <mav@openoffice.org>  [c72f81d2892b60a88bc19c3debe314cc62ed7a1c]

        removetooltypes01: #i112600# remove tooltypes from sc

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1a31d1f55bf8d28069dd4b9d353f42e12bcb3e04]

        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  Julien Nabet  <serval2412@yahoo.fr>  [a743e9fefdc62f244790f23a2e753cb90c579d3d]

        some cppcheck cleaning

2011-01-17  Takeshi Abe  <tabe@fixedpoint.jp>  [e871fd664e046f766680440d5c5ff9e2ea99e3f9]

        cppcheck: possible NULL pPV

2011-01-17  Ed Dean  <topround@gmail.com>  [c8f158e7afe19b5964dd752a95b2c74d3c12f4f0]

        removal of dead code

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [1b46f8da574d7c3dfe469f91821f63f9017300bb]

        dba34d: #i116463# fix string and NaN

2011-01-17  hb  <hbrinkm@openoffice.org>  [8c5b33a471d5e1327aef14fa64ced97c674c732e]

        merge

2011-01-17  hb  <hbrinkm@openoffice.org>  [efd51314604ae2abc5354192d556109886456087]

        merge

2011-01-17  hb  <hbrinkm@openoffice.org>  [04fb3dde129a020883ad5910f0d447d31142fdac]

        merge

2011-01-17  hb  <hbrinkm@openoffice.org>  [2a3bba7ed91775fbf572de1bc35ab23fb247373f]

        merge

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dbff9efb818fa543dac91591930d75bfee429a11]

        gridsort: delegated the column resize functionality to the DefaultInputHandler implementation

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [4a45c1b515859e997df02da0ff3d6d957c9048e5]

        equalsAsciiL faster than equalsAscii

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [d3073bef2f2502469fe5bcc5a233d6170eea4ab6]

        equalsAsciiL faster than equalsAscii

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [f5334930664b89fb3c68dd0b5f7d49d51dcce055]

        equalsAsciiL faster than equalsAscii

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [3d6bed44c8ca414f60c03223482b9f7b94d56c14]

        removetooltypes01: #i112600# Remove tools types from sd

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [255c380ead386f0eef6454021b2fa203cb182e89]

        equalsAsciiL faster than equalsAscii

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [1984fef61eea7b06c6a91f5d46a1a8815d286ec1]

        equalsAsciiL faster than equalsAscii

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [c7607ede68fc9c0bcd1ea14d3f8d65b5e145c03c]

        equalsAsciiL faster than equalsAscii

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [e7e3e6aa07e92811c9853b7b056a25bdf547588b]

        speed up startup a little bit

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [308d8d92b27cd2a56b1acc5226ea8bb0540a77a5]

        cppcheck: unused variable

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [92d7a713beb8a96fb4231d6cda42ab28735efea4]

        cppcheck: unused variable

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [251ed531127c0395e02e9bcda106fe45c41c69a7]

        cppcheck: unused variable

2011-01-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fd2917575b28c5fde2af29ed7738447bb0aae99b]

        dr78: minor changes in token macros

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [7a042510db17b37d9afab7be992bf61d2bc14fbe]

        remove unused dirs

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [cd29b11075bd299990a0c1db02f64bd6daf564d5]

        WaE: throw out some warnings

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [4c0abf3f4d341152b5d8322f4628191e178ebdd0]

        WaE: this dir is now warnings free

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [41e6c179e73191e15ad24af4d7fa18aff4878f8d]

        dba34d: #i111015# XTextRange and derivee are not supported anymore by column object

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [53e54eb21ad7fa4c2cbd74b3ebe4e442ee56b7be]

        WaE: this dir is now warnings free

2011-01-17  Carsten Driesner  <cd@openoffice.org>  [7a765fa73c22cda9f8d82b7045122f01a54d5272]

        removetooltypes01: #ii12600# Exchange tools types in extensions

2011-01-17  Caolán McNamara  <caolanm@redhat.com>  [a6b72e9d88629408ff4b112e65837d48ee006e97]

        fix documentation typo

2011-01-17  hde  <hde@openoffice.org>  [35c0ef207e83e40704effbefa18a2a78bf88ac8e]

        #i116393#removed bin filters from autotest

2011-01-17  Julien Nabet  <serval2412@yahoo.fr>  [45992b1bf78232bfbc7b02aa0f5e63f0df7f8840]

        some cppcheck cleaning

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9c169fd0b2c6dc4961177b49d21d6e51dcb40701]

        gridsort: UpdateTip: don't ignore the given text

2011-01-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f0d96ab85b324fc1ed3823a64e185b8ebe50c5c0]

        gridsort: ClearSelection -> SelectAllRows (forgot this client during a previous change)

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [24b4d38a88aa617c7df8f61615848d119f8064b3]

        dba34d: #i116187# get value from queryValue

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [132d88f8c87c103d0c4c0aebbba960bcb8d7994b]

        Remove some dead code

2011-01-17  Thomas Arnhold  <thomas@arnhold.org>  [90b152881e398ef1493130c3fb08bf646fbb807d]

        Remove some dead code in 'view'

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [3908f92bc9507f84c540b943769ef931ff178187]

        Automated merge with http://v60x-so16.germany.sun.com:66661

2011-01-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [6e810686b628d54462f5cc885c7d8e0c68a964f6]

        dba34d: #i37466# align icons to create list

2011-01-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [98189d8f82450b1bd9220b314a2cc96b9f5def40]

        tweak library name on MacOS

2011-01-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [564a174e974caebe2c7e0891280d75fb68a13d4b]

        starmath need to have _DLL_ defined, even on MacOS

2011-01-17  Tor Lillqvist  <tlillqvist@novell.com>  [acf1b8ee7076cce6a7efad1e605393789425b9b4]

        Commit 64-bit Win32 C++ bridge files
        
        Just copies of the 32-bit ones so far, so obviously don't compile
        even. No in-line assembly in 64-bit MSVC for instance.

2011-01-17  Tor Lillqvist  <tlillqvist@novell.com>  [103da5654250dd7f3089b91882c7781ceef4746e]

        Add remangle32to64 script
        
        A Perl script to change MSVC mangled symbols from their form in 32-bit
        code to the corresponding mangled symbols in 64-bit code.
        
        The script is obviously not known to work 100%, but seems to work well
        enough for the few cases in LibreOffice (.map files) it has been used
        on so far.

2011-01-17  Tor Lillqvist  <tlillqvist@novell.com>  [f8d004e41368051eadf3976c8d314de077e81875]

        Use separate .map file for cppuhelper for 64-bit MSVC build

2011-01-17  Andras Timar  <timar@fsf.hu>  [8831666e221f826a3012741ed3aec7204880d31b]

        Sun Microsystems -> The Document Foundation in desktop file fdo#31191

2011-01-16  Jesús Corrius  <jesus@softcatala.org>  [b948c22f733349c3ec161349d7314ba63be20870]

        Use different Windows registry keys than OOo

2011-01-16  Norbert Thiebaud  <nthiebaud@gmail.com>  [d8e9f1234e60fc28ea8cf8a51bedb8ed06c71aec]

        add helper to set-up the libraries env, to run executable during build

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [3e3482dc6e39d9afafb13a44d615cf8e5016f5e0]

        Use separate .map files for 64-bit MSVC build
        
        Unfortunately the C++ name mangling in a 64-bit MSVC compilation is
        slightly different from that in a 32-bit one:
        
        -- An 'E' is inserted for pointers to indicate that they are 64
        bits. I don't fully understand the rationale for this; isn't that the
        only kind of pointer in 64-bit code produced by a C++ compiler anyway?
        
        -- As there is only one calling convention on x64 Windows, __cdecl,
        the indications for other calling conventions (here, especially
        __thiscall) change to that for __cdecl.
        
        It should be possible to write a tool to at least partially automate
        conversion of 32-bit mangled names to 64-bit ones, and thus make it
        easy to create mscx map files from the corresponding msci ones in
        LibreOffice. Sure, it probably wouldn't work 100% correctly in all
        cases, but it would help a lot.

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [3e0cce71cd2c272b4003d343ced40cdcea27d982]

        equalsAsciiL faster than equalsAscii

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [6ea8579d5ec92c3dfdb78db816a1f5155e7ed374]

        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>  [e432dff366f500a8c43577ac9202669aa15e04b4]

        equalsAsciiL faster than equalsAscii

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [adb41f92c67c562e628cfa5ea0517bfd1613e520]

        gridsort: made the row title a row heading, being an Any instead of a string

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [70315564786969decd1ee9eeb2549ce6545be1f3]

        gridsort: made the row title a row heading, being an Any instead of a string

2011-01-16  Eike Rathke  <erack@openoffice.org>  [4f92c0948774b3e85642699b38ee1d560515e271]

        locales34: #i115633# added Kabyle [kab-DZ] to language list

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [74de5ce5cda5473b6ce079120efbc07a1784ecb4]

        microopt, equalsAsciiL faster than equalsAscii

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [cb3411386b57c27c3be4e4dbf63c8820429b2df1]

        reduce the amount of __cxa_atexit churn

2011-01-16  Thomas Arnhold  <thomas@arnhold.org>  [9bcc3c85b602a009277d170a7d1544fba2254a3f]

        Correct bracket closing.

2011-01-16  Eike Rathke  <erack@openoffice.org>  [7d8bdf3acc166a2816e501b6a8c0b8ec126703de]

        locales34: #i115482# added Lojban [jbo] to language list

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [726f5b622b027d26f1d2ae6a31beadffb5c48312]

        Use mscx.map for 64-bit MSVC build
        
        Unfortunately the C++ name mangling in a 64-bit MSVC compilation is
        slightly different from that in a 32-bit one:
        
        -- An 'E' is inserted for pointers to indicate that they are 64
        bits. I don't fully understand the rationale for this; isn't that the
        only kind of pointer in 64-bit code produced by a C++ compiler anyway?
        
        -- As there is only one calling convention on x64 Windows, __cdecl,
        the indications for other calling conventions (here, especially
        __thiscall) change to that for __cdecl.
        
        It should be possible to write a tool to at least partially automate
        conversion of 32-bit mangled names to 64-bit ones, and thus make it
        easy to create mscx map files from the corresponding msci ones in
        LibreOffice. Sure, it probably wouldn't work 100% correctly in all
        cases, but it would help a lot.

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [00abb7e08b1a2de2200878ec58c968bc8717565a]

        gridsort: GCC WaE

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [622c6ecd2f1c3a5724ef4b615cc9de5bc880699c]

        gridsort: adjust column indexes when inserting columns

2011-01-16  Andras Timar  <timar@fsf.hu>  [5b2028f5d611425f8e4143d33ed19dc1cbfc3551]

        Sun Microsystems -> The Document Foundation in desktop file fdo#31191

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [91b997afa63df0e47f13f2693970200c2e3172e0]

        gridsort: add disposal checks and some rudimentary mutex locking

2011-01-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2ecf0e5d2ac9f0573191514ffb637a905377bab7]

        gridsort: ComponentGuard class, encapsulating the 'lock mutex and check for disposal' patern

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [7e86fc3fe72f67b0d9240b4afad28c66dc482c80]

        Initial hacks for 64-bit Windows build

2011-01-16  Eike Rathke  <erack@openoffice.org>  [9555e0bc6d421672ec9b9d4ac37a135277734a14]

        locales34: #i108182# added Urdu_Pakistan [ur-PK] locale data; contributed by <abdulmoeed> via it46 localegen

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [37ceb0392ab954f6202846a6940e5b0e20a7b39e]

        Remove DECLARE_LIST( StringList, String* )

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [19d0a03205a38aae1ddcfd6537b4e5fc42ed33e8]

        Code cleanup
        
        Just white-space and deleting commented code.

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [aed9758ccd0a71d005217022cb4fc60f3b050b51]

        Remove DECLARE_LIST( SfxFilterList_Impl, SfxFilter* )
        
        Plus I deleted a lot of commented out code and fixed some white-space
        issues.

2011-01-16  Eike Rathke  <erack@openoffice.org>  [2a40932afc49617f08f7e52c017710ddefb889ce]

        locales34: #i116241# added Limbu (Nepal) [lif-NP] locale data; contributed by <kaonohi> via it46 localegen

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [15b90d9fddbd5e28c4bbe1af6ea2e22b647a516c]

        Just use name wntmsc.mk for the MSVC .mk file

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [086ce69a835841c36d264d3ea92e8350100f23bb]

        Cleanups and improvements on the nascent support for 64-bit Windows build
        
        * solenc/inc/settings.mk: Drop MSVC 2003 section.
        
        * solenc/inc/tg_compv.mk: Set COMNAME appropriately for 64-bit build.
        
        * solenc/inc/wnt.mk: Drop unsupported compiler version sections.
        
        * solenc/inc/wntmsci11.mk: Look for the CL_X64 make variable, not
          cl_x64. Drop duplicate definitions already put in the environment by
          set_soenv.in.

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [bc04a7600c5057957ed8805f1c9b7d14811e3e72]

        Make 64-bit Windows build work in stlport
        
        * stlport/STLport-4.5-0119.patch Add a few bits to our patch
          file. Don't use the /machine:I386 /debugtype:cv linker flags, the
          defaults are what we want for both 32- and 64-bit. Make the weird
          Interlocked* stuff build on a 64-bit build too.

2011-01-16  Tor Lillqvist  <tlillqvist@novell.com>  [9cf5f41bedbb0830716f2f62deadfae30d675796]

        Cleanups and hacks on the start of support for 64-bit Windows build
        
        * configure.in: Look for the x64 assembler ml64.exe when building 64-bit
          binaries, not ml.exe. Use the 64-bit tools in VC/bin/amd64, not
          the 32-bit cross-compiling tools in VC/bin/x86_amd64. We can
          currently build 64-bit only on a 64-bit OS anyway, for instance
          because of the unit tests.
        
        * set_soenv.in: Set CPUNAME, CPU and OUTPATH appropriately for
          64-bit build. We end up with "wntsmcx12" for 64-bit MSVC 2008
          build. Drop sections for no longer supported MSVC versions. Don't
          talk about ".NET 2005" etc, ".NET" was part of the MS suite product
          name only in the 2003 version. Add Emacs and vim mode lines.

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [b86f9e7d7bac98366963771ba446a72c41f7efa1]

        Remove DECLARE_LIST(E3dLogicalObjList, E3dObject*)

2011-01-16  Eike Rathke  <erack@openoffice.org>  [4fe4d999103c9d0c8dafd785d4a77ff6aa95d555]

        locales34: #i116240# added Hawaiian [haw-US] locale data; contributed by <kaonohi> via it46 localegen

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [ca89632e8aa1d8a49351aaeb311c64ca934075f2]

        Remove DECLARE_LIST(DescrList, E3dLabelObj*)

2011-01-16  David Tardon  <dtardon@redhat.com>  [53a9802509d9bfb8075a891ba476e5147793c02d]

        make public
        
        The SdrDragEntry class is "leaked out" through the functions of
        SVX_DLLPUBLIC SdrDragMethod that use its maSdrDragEntries member (of
        type std::vector<SdrDragEntry*>). That breaks build with debug version
        of libstdc++ (with gcc 4.5, at least) in sd and chart2 because linker
        cannot find typeinfo for SdrDragEntry.
        
        Alternative would be to move the definitions of these functions to
        source/svdraw/svddrgmt.cxx .

2011-01-16  David Tardon  <dtardon@redhat.com>  [7f761bded4d83f2dfbaacec140a1e3fd15e8aac1]

        use debug version of libstdc++ in debug builds

2011-01-16  David Tardon  <dtardon@redhat.com>  [f70a7ee00fbd782914e46d5c285c73081ab13dd0]

        dbglevel=2 build uses libxml2

2011-01-16  David Tardon  <dtardon@redhat.com>  [62bb563ca45880030e1b29a6636efeddc10a43b5]

        make public
        
        Breaks build with debug libstdc++ because linker cannot find typeinfo
        for SwCharFmt when linking libmsword.

2011-01-16  David Tardon  <dtardon@redhat.com>  [f71eb3524f0581712554d85f6162faf26fe8a69b]

        fix debug build

2011-01-16  David Tardon  <dtardon@redhat.com>  [2d8830adc20198a90e5dc56c2595adf2fb7c44a4]

        dbglevel=2 build uses libxml2

2011-01-16  Joseph Powers  <jpowers27@cox.net>  [e341ac5bdeee39987b1c7b052bab241964fa7b4d]

        Remove DECLARE_LIST(ItemSetList, SfxItemSet*)

2011-01-16  David Tardon  <dtardon@redhat.com>  [8c4c4e5ae63c5a1a373e278610dade89d0b9631d]

        fix debug build

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [caeb34848b548232304942463b65750bccb7a604]

        C4706 silence assign in comparison warning

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [ee168dc9a01685e0c15be20c644c7f2fcc0f5622]

        reduce the amount of __cxa_atexit activity

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [82c45185e29250f2e936f78524bdc144da02f2a1]

        drop static and just use a single sal_Unicode

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [8ad259afb7508706ffe70f1bee097a77303c3c43]

        drop unused strings

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [b94ff27d785c1639c9c9f4db063a07ae48c4545d]

        equalsAsciiL faster than equals

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [cd29879eb907c2d7a32e403d9bb59500e3df1abd]

        equalsAsciiL faster than equals

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [c50b50c778c0625bf10e9f67831146b6ffdcbb9c]

        equalsAsciiL faster than equals

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [5671a987946532a9a119b98c2e677e07c7dc372d]

        remove unused strings

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [9eda1ec830413271cce82a3115b66d05ea00c91f]

        equalsAsciiL faster than equals

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [7e2450af2412c2db803e0526f75679516bc19e99]

        move these global static to be local statics

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [7298f8b028fab384f39e9b91115e7c9ccaca2eb7]

        equalsAsciiL faster than equals

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [9f444f51049c06b400af00df73004facb7ea6d32]

        drop unused global OUStrings

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [3f41fea91bae205d38a92521f317411614d03116]

        equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [6d7536ce4e6b51f499ccdd6aa0e749bda2d63d46]

        equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)

2011-01-16  Caolán McNamara  <caolanm@redhat.com>  [a3f6cded87000e53cb0a1cea004888276f0cd201]

        equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)

2011-01-16  Lionel Elie Mamane  <lionel@mamane.lu>  [cd04b977a6b28809c6cb5e409e9c209b1cb218a2]

        Make configure still work after Env.Set.sh

2011-01-16  Andras Timar  <timar@fsf.hu>  [822cfe5e6d2aa07353dba44fdf3bec6f802a22f7]

        typo fix (s/Missmatch/Mismatch/)

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [7f334e66897ee575bf02b7ee19e895cb46fca37d]

        Remove DECLARE_LIST(DescrList, E3dLabelObj*)
        
        It was already commented out; this just makes it official.

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [09141910889e2e86d2f11e21c35dd06c4fe00f19]

        Remove DECLARE_LIST( ScTabOpList, ScInterpreterTableOpParams* )

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [b369ceba0eba81abc3ec03972397c054469eaf09]

        Remove trailing white space

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [5e02064bcc06b1ae607a94d2e3c74e3f18661ce2]

        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>  [7763ff4539119a27bc49e83846466d9de1d440c1]

        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>  [008023cd2a64a4dd19b3101dcbfd08b6839bb23c]

        Remove DECLARE_LIST ( SolarFileList, String* )

2011-01-16  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [086db699a56e590cc4809dfaec6bc6bf036c9cfe]

        gnumake3: #i116440# configure should only use a GNU cp from coreutils with preserve= support and fall back to POSIX cp otherwise

2011-01-16  Eike Rathke  <erack@openoffice.org>  [7ceae11c48100014251861393679ce5cd5de6239]

        locales34: more checks on quotation marks

2011-01-16  Eike Rathke  <erack@openoffice.org>  [0f3d6394017700f441a7be18acce08dba5e08db0]

        locales34: #i113937# added Yiddish_USA [yi-US] locale data; contributed by <cmc>

2011-01-15  Eike Rathke  <erack@openoffice.org>  [89b55ff550abcefa477a8175986250469f2050a5]

        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>  [9fc093617f4b2d7340a0130c8497dd3be4609c58]

        locales34: #i113504# add Sorbian,Lower [dsb-DE] locale data; contributed by <bernhard_b>

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [e6c0094b20bd9846afae9c8afebe58fbefbf8371]

        drop two arg one from this test, because it has different semantics

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [f192c141ada58d1e9313e99802bd3aed19532ad1]

        fix test name

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [71b1f052b36499592d5546529ccdf6a4afbd4531]

        microopts equalsAsciiL faster than compareToAscii(const sal_Char*)

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [fe0d14fae36d5372a0922098f74e8d1687ca9ac6]

        and test with a precreated string

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [b1b10adec4c2730640e09aee8afed7ef393e338f]

        microopts equalsAsciiL faster than compareToAscii(const sal_Char*)

2011-01-15  Eike Rathke  <erack@openoffice.org>  [94e7f1d15d1e9eefadbfe8e5912fee0ebccba0ca]

        locales34: #i116429# ensure shutdown of the CachedTextSearch global before the things it needs in its dtor are destructed; patch from <cmc>

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [09b6be8237a3a39dc8def7b348a7008bd23951f1]

        sync configure's -Werror logic with configure.ac

2011-01-15  Lionel Elie Mamane  <lionel@mamane.lu>  [d815fa0cef20193648bce44a360679bbf21fc3b2]

        i#116187: report left/right page margin setting ignored on Unix 64 bit (cherry picked from commit 51a9333217687ff16df40ea3bd8983faaf5e425a)

2011-01-15  Lionel Elie Mamane  <lionel@mamane.lu>  [a15e40f8aa26808eac0045e197b10a93f7a95c36]

        i#116187: report left/right page margin setting ignored on Unix 64 bit

2011-01-15  Andras Timar  <timar@fsf.hu>  [6297d5b78385dbfe78d401077e6678b0c804da1e]

        translation fix in hu_HU.xml (felette/alatta -> fentebb/alább)

2011-01-15  Andras Timar  <timar@fsf.hu>  [89fc0680b623e087d9cb05f55423e0edea0ce82e]

        translation fix in hu_HU.xml (felette/alatta -> fentebb/alább)

2011-01-15  Andras Timar  <timar@fsf.hu>  [d1810c033d94cd3786dfe62e49ceedeef2b64780]

        Default currency for Estonia should be Euro - fdo#33160

2011-01-15  Kohei Yoshida  <kyoshida@novell.com>  [bf765d05db32fe3eb0786c6dc41007f814cbe66b]

        This is the right way to go about this.

2011-01-15  serval  <serval2412@yahoo.fr>  [cff87cd24b56927d5f963eac0c68ef94f256f4cc]

        Remove some dead code

2011-01-15  David Tardon  <dtardon@redhat.com>  [d1d16c48ff72566c5e4ffbb148cf872ef0ec132f]

        fix break on parallel build

2011-01-15  serval  <serval2412@yahoo.fr>  [3571121d40441928e4357d1e91764ce00eaeb285]

        Some cppcheck cleaning

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [21ac39fa28f220628d68fc8615fd4ec0781def65]

        equalsAsciiL faster than equalsAscii when length available

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [1caefa80cf1c94f591b772f70e7eb449695ad1dc]

        equalsAsciiL faster than equalsAscii when length available

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [e25d8eb4ae77230a4f98bd811d6be647b69ace6c]

        equalsAsciiL faster than equalsAscii when length available

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [1c373be034e5de7f4b1fbc9b0eb93cc37eac6881]

        WaE: throw out some warnings

2011-01-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8858bf5fbeb281cbff3436fce0d8ff2b2e2b66fc]

        chart46: merge with DEV300_m97

2011-01-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [560ccd356b046e348c508c3ebecdf7f7d921f42b]

        chart46: merge with DEV300_m97

2011-01-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7cc5bc3d5a28aff7c58d2b79090d7e9f35b44fbf]

        chart46: merge with DEV300_m97

2011-01-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [2ce9a356b9c14263008c3c182d5e69508d2c9107]

        chart46: merge with DEV300_m97

2011-01-15  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [abba79bf86767b33e5f01645cd54e2ca8d12a623]

        chart46: merge with DEV300_m97

2011-01-15  Joseph Powers  <jpowers27@cox.net>  [5b039728b87d9ffcabe21b85ad78afff428332d4]

        Remove DECL_DEST_LIST()
        
        There where only 2 of them

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [692840565d0cac3e60f4ba484bf48dfe49f9e862]

        add performance comparison test for equalsAscii group

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [4e1eafc2c5d3e5ceaa738194d419e42bfaec8fd3]

        WaE, throw out some warnings

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [24f126070fbea1d57640f1acc83f26e1a6b2a4fe]

        no need for the pointer fetishism

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [7ba2dcee5df4785ec6f2ad2f8848b07a7dbd4588]

        no need for the pointer fetishism

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [624e73ffa207ebc3ece2b868abef81262997f324]

        no need for the pointer fetishism

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [4db5c92b5928636158af377ff394eec0bc51e1f1]

        no need for the pointer fetishism

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [f13c0021ac2fb5a512dd0471e9630415dc06db20]

        no need for the pointer fetishism

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [b9deb880a2ce37619c123a4ae438c003b50b5416]

        cppcheck: unused variables

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [2d1001c44368bea84b39258da656624a82f17c0b]

        cppcheck: Member variable not initialized

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [e641835cde236f6ad52c04ab4a777485af4cb474]

        WaE, this dir is now warnings free

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [8aeed1ba37b2b40da75e121d624b6fee1d93e2c6]

        WaE, this dir is now warnings free

2011-01-15  Caolán McNamara  <caolanm@redhat.com>  [b0e68fe5052ca5e38aed0beeca1851c40a274bbb]

        fix some warnings

2011-01-15  David Tardon  <dtardon@redhat.com>  [939d858b2729c5e444a7a5fc9c0117281fef74d6]

        use css::table::BorderLine2

2011-01-14  Joseph Powers  <jpowers27@cox.net>  [c590f9ccaa16eebf5e6809e3244cff098c54fd9c]

        Remove DECLARE_LIST( ScRangePairListBase, ScRangePair* )

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [aec6dce18985d2324fa0d937109303595acf36e1]

        Very unfortunate workaround for stlport, to prevent crash.
        
        When using stlport, ptr_vector crashes when calling erase when the
        container only contains one element.  In such cases, calling clear
        instead won't crash.  Very ugly, but what can we do...

2011-01-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fc199c7b9499dc622307df934f86cdcb25a69b67]

        gnumake3: fixing layer names

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [2a35bdaaba75ef95df791dce284f97679cfba57b]

        ScDPObject no longer has to be a child class of ScDataObject.

2011-01-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0b86569a150c3b84bac512512a2dc4ccef4eb46d]

        gnumake3: reducing differences between platform files

2011-01-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [368bb4b0f7d5b7de2687410a21d06a8c882c37d7]

        the startmath module in Module_ooo must use the name of the directory

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [b2774063e8bde758bd4966c00a3b4f3b32b4121a]

        Test on collator, which fails only during the unit test run.
        
        The data pilot test relies on the collator being available.  But
        for some reason it's not.  We need to get this working during the
        unit test run in order to be able to test many other calc
        functionalities.

2011-01-15  Tor Lillqvist  <tlillqvist@novell.com>  [3812db802116a9d88a90e0b0862da115cf675c94]

        Undef ERROR after including <windows.h> to avoid clash

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [9988acabc043c62346758a20e7a72e8e8d1cd3cc]

        More on datapilot unit test.
        
        The table creation fails because the Collator is not available during
        the unit test run.  Need to investigate this.

2011-01-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [267f9cd056f5e8d9304190f7b8e520c3964da171]

        remove a case of debug-only 3-state pseudo-bolean.

2011-01-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fcc984d122bdf6512f8e3fd984d72b510c967943]

        gnumake3: reducing differences between macosx and linux platform files

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [9d32411a4376953880857e605257ebe82fa3e69f]

        port runtime G_SLICE aware valgrind-friendly allocator over to current impl

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [30d12698db10eae6823d4a5ee6d1de3260771890]

        set G_SLICE if unset in valgrind mode for convenience

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [59ca9aed238de756c7831fdcba2c0737b3e749c8]

        set VALGRIND=memcheck to run unit test under valgrind

2011-01-14  Petr Mladek  <pmladek@suse.cz>  [289820eb5a6ed55d31ec6c79a9f6865c8cee83f2]

        unopkg crasher on SLED11-SP1 (bnc#655912)
        
        activateExtension call broke memory if dp_misc::getIdentifier and xNewExtension
        were called inline; the problem was visible only with gcc-4.3.4 and did not
        appear with older or newer gcc versions
        
        valgrind got happy and unopkg stopped crashing after the values were passed via
        the extra variables
        
        it looks like a miscompilation; IMHO, it does not make sense to report it
        because it does not happen with last gcc version
        
        this code is not critical for the performance, so the workaround with
        extra variables is fine; they might even be optimized out by the compiler
        
        Signed off by Michael, Noel, Tor

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [7ca33e2820a857770bcab1239de015d5fd1cb3a5]

        Remove pesky on-line registration menu entry. (fdo#33112)

2011-01-14  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [df4eb12515da36973ad00eb2ae2b18ca303646c7]

        chart46: #i116468# scale tab page - better fallback after wrong input

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [9c680fc88ce034af595b27f2bd0f58cf008c38e1]

        More progress on unit-testing datapilot.  But I'm still not through.
        
        I'm not being successful with getting all dimension members shown.
        I must be missing something.....

2011-01-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bac065099dd740eee97918d8898b312f723df85a]

        gnumake3: reducing differences between macosx and linux platform files

2011-01-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ac15916a4b3a032b92e0c9fd8e05cd7950730f5a]

        gnumake3: #i116362# fixing static linking on osx (part 1)

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [99bd0cbb2213a5952810dfb4a1540c51bdcb1717]

        WaE, throw out some warnings

2011-01-14  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [dbf69a6612a5471d7ae23b1bf41afd1e9fec23a2]

        chart46: #i25706# implement date axis - #i116467# change behaviour of own data table

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [0ccf7cd56cec5e3d4806f202eff32ee5783c9df5]

        ironically --enable-werror doesn't do anything if all modules set warningfree

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [760a57fb4f2032f11e60f96e9fd9e8c1184cfb10]

        Remove pesky on-line registration menu entry. (fdo#33112)

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [9d03441ed0e9ac247656b3baaca9030c89e20551]

        removetooltypes01: #i112600# remove tooltypes from reportdesign

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [dbde7b19ab80c8b2189e7be58374b44687c952e3]

        cppunit: make these tests work again

2011-01-14  Kohei Yoshida  <kyoshida@novell.com>  [b3942c1f19cacce41adbb2af678921b4f18a105f]

        Remove the Registration... menu item which we don't want. (fdo#33112)

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [351f811977224b7ef0cd10256d02f43b1ad19324]

        removetooltypes01: #i112600# remove tooltypes from desktop

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [74bf7fdd4755890d3bde922d229fbb3491de140f]

        sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [06cf6944a0311597edb7bba98b6463a6ecefe942]

        removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [f0199f252c2cc653afef67ad321cf5544d7bf145]

        removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169]

        removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [9233ec54a1708a98aa19c7b2f607c128f228539f]

        removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [c06fcacb282088350275fedde7e0cf4610368db4]

        get these tests building again

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [eba75635058c0775e071164109ead319f13c1ca6]

        cppunit: enable these tests

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [7af7025b3de21d9ab52840e77019ebb9174efdf7]

        Resolves: rhbz#668057 lock sftp urls too

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [387b32109267cc855f1c127e3d4f6d316fb8cfaf]

        cppunit: port these tests over to canonical cppunit

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [f2abd69d6adfa4e1ad0369519d61a226d9d56857]

        get this to build again

2011-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c31e439f34c5ee083c95980f6796f82f393cc61d]

        rebase to DEV300_m97

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [6fb2b3e423f5725752f10b5d8931535b6d2afaa0]

        removetooltypes01: #i112600# remove tooltypes from scripting

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [e2f14d9061ab4015a69ece02428ba30f2c48b0ae]

        cppcheck: prefer prefix variant

2011-01-14  Topround aka Zathuras  <topround@gmail.com>  [4de38f4e20c69b429da98b0d93fbf00ec53dbb2f]

        Remove commented out code
        
        Also remove else blocks that were then emptied.
        
        Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>

2011-01-14  David Tardon  <dtardon@redhat.com>  [963eaad3785f1ee6f5505ad5487d6b339205114e]

        remove superfluous includes

2011-01-14  David Tardon  <dtardon@redhat.com>  [7d1bc6148d785100c1254fad63dcfbfdb0da53e2]

        remove superfluous includes

2011-01-14  David Tardon  <dtardon@redhat.com>  [b80088f0146ab054f2d230aad7c59b95ee2b625b]

        specify array size as a constant

2011-01-14  David Tardon  <dtardon@redhat.com>  [942b844bc294976d3f96932d0536bbda5b581c86]

        use SAL_N_ELEMENTS to compute array size

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [881653120607f0025f28b896e1e7b6c3e1870290]

        Related: rhbz#668057 recognize sftp urls

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [78c59356757e189f3b3297ac3be0c25f7d28dfc2]

        removetooltypes01: #i112600# remove tooltypes from vbahelper

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [cb1c6113360211915332a4863b0789fd48446b33]

        removetooltypes01: #i112600# Remove tools types from basic

2011-01-14  Michael Meeks  <michael.meeks@novell.com>  [b9edae0abbb0a426e1a262fdbc2b46f9850ccd6c]

        fix FMR crasher bug#33099

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [3d6a5a98cda10e18dacd96028f2bf0ec0b478988]

        removetooltypes01: #i112600# remove tooltypes from chart2

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [43379fbdaea4c5a2d50495910126540584bc807e]

        gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d35c316d001426d263d9389f8f8df5e5839e1779]

        gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls

2011-01-14  Carsten Driesner  <cd@openoffice.org>  [2cce17c5b5637744b1086f14dfcd2d9cbbfa5710]

        removetooltypes01: #i112600# Remove tools types from padmin

2011-01-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [d20aada42b5c4e5e0ac82514c21334f6e466c87f]

        add starmath libraries to Repository.mk

2011-01-14  Joseph Powers  <jpowers27@cox.net>  [b17863d3e4995520edb63b0aa77843eefd775eee]

        Additional fix to Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)
        
        Thanks Lubos Lunak for pointing this out.

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [409873c1c1267b71eb53e4d5536fc240510438d9]

        removetooltypes01: #i112600# remove tooltypes from dbaccess

2011-01-14  Michael Meeks  <michael.meeks@novell.com>  [6aa4b5522518c7bb69cf29465842a8a14ea5a87a]

        fix FMR crasher bug#33099

2011-01-14  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f9c63dc92d086750a1d07eb14821782bdacc012]

        remove a debug-only 3-state confusing pseudo-boolean...

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [863ec4cca1583013a0e77304f70cdd650834606d]

        removetooltypes01: #i112600# remove tooltypes from writerfilter

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7af54f5dfe1aa651cfec80727c18a83de6737762]

        gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [78b9b7bffa0f5de3d5617dd83eeadb0adb9c8886]

        removetooltypes01: #i112600# remove tooltypes from xmlsecurity

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [cfe507362099d7cb1b8ad50191ba8ef1dd38c421]

        WaE: C4244 conversion from int to USHORT

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db9388daa6f997ea54b7637c761bf0664b68ff6f]

        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>  [f64fd0b4a2b5c1e8fe4f5742d8ef530b02cd9f22]

        gridsort: +QUICKHELP_TIP_STYLE_BALLOON, to be used with ShowTip, to force a tip to appear in balloon-style

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [e8c2c1daae9008d383288f94600b1d34d2059fb1]

        removetooltypes01: #i112600# remove tooltypes from filter

2011-01-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [eef5fc84000e0787c62b785fa2e3caa157a468b5]

        gnumake3: #i116362# fixing static linking on linux

2011-01-14  Luboš Luňák  <l.lunak@suse.cz>  [3170da9784c874a724c18cbb8215e6cbcd73365b]

        fix out_of_range abort introduced in 7bc30e29

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fda5c8a28a2601df5a2dcab0f30ac5ac64cbccf0]

        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>  [f30518cc978f4f74a7e61d03872b913124e82f76]

        gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more explicit, and less magical

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [3523506d2d6ad22a30361ec599270123f97037f8]

        Resolves: fdo#32633 use standard Edit button width of 50 (cherry picked from commit a3c9ea96b2deee09060fae80d673e262b27872bb)

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [d88cf2961d256ee0f4bbfda849d6a5a645332b40]

        Resolves: fdo#32633 use standard Edit button width of 50

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [13c1c67ec50995550076b7085d1a955b9df09cd0]

        removetooltypes01: #i112600# remove tooltypes from cui

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d0cdc38a6771473b81f002da6769b7b723d657ff]

        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  Caolán McNamara  <caolanm@redhat.com>  [6540514e2dbf84eee0691f041307a8d611bd21f0]

        fix this to build

2011-01-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3ef488717f5925df2254bcc39bbbbe7b37fa9a0a]

        n#657135: Enhanced fields fixes (key inputs, and 0-length fields import)

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [86b9167c0f56cd161e1f008b1c282af065e30b39]

        removetooltypes01: #i112600# remove tooltypes from formula

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [1a64ddfe1d1deeb1779dfa73a4fc8aad089dc968]

        removetooltypes01: #i112600# remove tooltypes from extensions

2011-01-14  Tor Lillqvist  <tlillqvist@novell.com>  [348eba2087067c1600000eabe95cd8e68df7e875]

        Be slightly more paranoid defensive
        
        (cherry picked from commit f8bfab1f464d0f26accb6d28b31b4749306bbfda)
        
        Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [b9a5d4f77cf5b4ac552f92ccd13dbc7bdd666be0]

        WaE: this dir is now warning free

2011-01-14  Tor Lillqvist  <tlillqvist@novell.com>  [3a1c85e245d096437502995acd0eaad628ce46e9]

        Fix buffer size problem that broke MSI installer localization
        
        (cherry picked from commit 5b7719a49fd57a9f446201fabc02bf1787dbbeee)
        
        Signed-off-by: Thorsten Behrens <thb@documentfoundation.org>

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [acaf4f1d75540acd79b7380c7f0ade4e04b75bd8]

        gridsort: moved tabledatawindow from svtools/inc/svtools to svtools/source/table - this is not a public file, after all

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [8ff12fb4e2a9062117dc56b9cd84922bfe900eb8]

        Can't use RTL_CONSTASCII_USTRINGPARAM on pointers

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [13cbe08da83e43ab876418f9eb6061b67416002c]

        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>  [b6d8855706f5048082ab60467d1460ee3658ce19]

        gridsort: added runtime-checks (non-pro only) for consistency of m_aColumnWidths

2011-01-14  Tor Lillqvist  <tlillqvist@novell.com>  [0459ed5d6025693e75397a86c41877739c7cedfb]

        Be slightly more paranoid defensive

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [a4babcc4a08648e99d988fca640ab555da10048c]

        removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [8568e19020ad6d8598bdd8c9c7f02db964ef81ad]

        removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [94eae11e9ee5956df320078b759ad86459df6694]

        removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [41fb6b154197078bf0abe89c1279cc6ce0d3e0ed]

        removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags

2011-01-14  Caolán McNamara  <caolanm@redhat.com>  [292fe1da59cb8a30dc7a7004aa067750a358923e]

        catch exceptions from missing components here as well more cleanly

2011-01-14  Mikhail Voytenko  <mav@openoffice.org>  [a2242be9c3551310027b341db53164ebd78bc6c8]

        removetooltypes01: #i112600# remove tooltypes from basctl

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b7f4e6a2d6725a6a0b9c415996d035da7e37cb7b]

        gridsort: respect runtime-changes of the table metrics (in the UNO control model)

2011-01-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3862204a208143119d3304ef891d591b6da831de]

        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>  [f26a7965ee65bf50754fa8f4cd8e88b965727528]

        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>  [dfe2edc22c03fc4b0f536749cdf9550412ef7e89]

        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>  [a05b122758abf6e692fb63a87a75a585213338f9]

        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>  [d41461c3de4108c5e09c64e30a38079b01217e96]

        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>  [4394d293a5cebb453590bbed775551a3c30c2ec9]

        gridsort: fixed invalidateRowRange for some edge cases

2011-01-14  David Tardon  <dtardon@redhat.com>  [003fb254873945550f6ad71a0152417e43be9905]

        remove duplicated test

2011-01-13  Joseph Powers  <jpowers27@cox.net>  [9a759899bfaa6388efff8c7ccfaa27d4c82921f4]

        Remove DECLARE_LIST( ScRangeListBase, ScRangePtr )

2011-01-13  Joseph Powers  <jpowers27@cox.net>  [45144db6be23eb71325debc1f95814f956987d4f]

        Remove warnings & trailing whitespace

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [c88a779c43c98db1f93a28fe667e29e94b8918f5]

        More on unittesting data pilot.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [fb092f75bdc057437624e3f40268db4f7f1bbf3f]

        Set dimension information for the datapilot save data.

2011-01-13  Tor Lillqvist  <tlillqvist@novell.com>  [5f23d395a7e65d2916ceb50372c3791918cbc11e]

        Fix buffer size problem that broke MSI installer localization

2011-01-13  Caolán McNamara  <caolanm@redhat.com>  [40b78a73439804bf6b815d824eb3d06e6c5a6dbe]

        Move this system-mesa-headers test inside opengl extension test
        
        Here it only gets used for non-Windows and non-Linux. It will current defaults
        to using these "internal" headers like we do for xrender and friends.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [81b64115a0e1b0d539fd12da583a12c611a9ebbb]

        Insert data into data sheet to be used in datapilot table.
        
        But no testing yet.  I need to figure out how to create a data pilot
        object without relying on the UI or shell code.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [469ab04734df91055f6e1f13c1b47a82ac70fd77]

        Oops.  Unintended commit.  Removed.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [3df0d240e374d6d18e688f524ae13e5480cc7d6d]

        More testing though it's currently disabled as it fails.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [10bf54ef7a31d9339cac34d1d25dd07595ff12ad]

        Forgot to delete sheet at the end of the test.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [573e4306074c2d332537be2edc6a8e67319eac9f]

        Added unit test for sheet copying.
        
        BTW one line is disable due to i#116439.  I'll re-enable this once
        that bug is fixed.

2011-01-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [eb58f4f5ab11fc0655ea11e24284b69100986912]

        gnumake3: refactoring gbuild linking to prepare for static lib linking fixing (some more for osx)

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [b207eeb1182b078cf6c620a0529137b43429657b]

        Reverting the merge commit 0fe55349b05fae496a86a3fa958d184f0453916c.
        
        I created a patch between before and after the merge commit, and
        reverse-applied it.  This is because if you revert a merge commit
        in git you are denying all future merges from that branch.  I wasn't
        sure if we really wanted that.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [0908a1f813da099d89795dc2c66d943feff1271d]

        Revert "This is also part of the merge."
        
        This reverts commit 0fe55349b05fae496a86a3fa958d184f0453916c.
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0e9406ad207a9eaff584dd8adc5f10cab55b441c]

        gnumake3: refactoring gbuild linking to prepare for static lib linking fixing

2011-01-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5727495bfde8f208cab2466e0b7bf1af160609ee]

        gnumake3: refactoring gbuild linking to prepare for static lib linking fixing

2011-01-13  Luboš Luňák  <l.lunak@suse.cz>  [38eaab515327be28ef6a16c91c886ec3c42eb304]

        do not write w:docGrid to styles.xml

2011-01-13  Luboš Luňák  <l.lunak@suse.cz>  [3ccf001a7c363442cdffd32935575aff36610c9f]

        fix incorrect indentation level

2011-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [09d66c1f31b05a8bbd06f88a2af8ae2d9ddb2eff]

        vcl118: ImplControlValue is needed outside vcl after all

2011-01-13  Niklas Nebel  <nn@openoffice.org>  [6103f40bc8c7e24efeb79e3a78587ac9cd78ba1e]

        calc65: fix pyuno environment script

2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3d914bead0bbe44781c13ae2957475971b773b4d]

        gridsort: rowsRemoved/Inserted: update scrollbars

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [ec8fbbb7419ebbe6f6206442508e3e3943cee972]

        removetooltypes01: #i112600# remove tooltypes from slideshow and forms

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [94fc32ce8479bf308e3bfda1b97727a2b9b98f1b]

        removetooltypes01: #i112600# remove tooltypes from slideshow and forms

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [a6569df130ac16327e4f52498e9925e16f56bf10]

        removetooltypes01: #i112600# remove tooltypes from slideshow and forms

2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [efd8adea09c07035875f8bdb18f8959ea603e898]

        gridsort: added runtime (non-pro) consistency checks for TableControl_Impl::m_aSelectedRows

2011-01-13  Joseph Powers  <jpowers27@cox.net>  [e714837b127c34ce85a87066c17d17f73521ea7f]

        remove DECLARE_LIST(SbxVarList_Impl, SbxVariable*)
        
        It was only used during debug to print a list of variables created.

2011-01-13  Niklas Nebel  <nn@openoffice.org>  [5b68ceac72cd19f37d7021e9cc04d91a349b0c47]

        calc65: #i116439# CopyToTable: ScShowRowsEntry has 'show' state, not 'hidden'

2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3fbbc7662deb5d5758667b51e24a2ac9b1b4bb34]

        gridsort: cleaned up (parts of) the selection-related code

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [006b8504d7c633a61b4953151e71b83fda8e204d]

        removetooltypes01: #i112600# remove tooltypes from svx

2011-01-13  Michael Meeks  <michael.meeks@novell.com>  [2188ccec86288a26452b15a47975dd8b821b011c]

        fix search toolbar up/down search button icons

2011-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d77c03b022105acf37594a9545c9c867c4c1503e]

        calc65: #i116371# fix backgrounds for polypolygons in metafile

2011-01-13  Michael Meeks  <michael.meeks@novell.com>  [dab25be5fab09f210bb974c2a86cfa0cfa85f2a2]

        fix search toolbar up/down search button icons

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [2ccbdca418fccd80bcab976a8033a1c62dc60da2]

        removetooltypes01: #i112600# remove tooltypes from drawinlayer

2011-01-13  Joseph Powers  <jpowers27@cox.net>  [c836c6b80304d946e86697c81b20d820adf6201e]

        Remove some extra #includes and trailing whitespace

2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2702fbdf06551b8f8ddbd9bb2ae5f6589939139d]

        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>  [37a550ad7f196f3fc66a95ed2dea80a9f18213d4]

        vcl118: solve a namespace conflict

2011-01-13  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [c61e2a722864969fb5835df68c86c993934ad431]

        dba34c: compile error

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [cd8b926d4374843eaab936b346f4f4e9b9841ffc]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong / remove tools types from editeng

2011-01-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c8030037c49842a8cbda8345a4f0f24a50822a3f]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4c08b4b3d3b5427ffa843868704e8dd44c8b1826]

        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  Thorsten Bosbach  <tbo@OpenOffice.org>  [d6759d385d83959b3320f4c65689e85086f5dc3e]

        #i116397# fix math

2011-01-13  sb  <sb@openoffice.org>  [9616f9f8306e88c42eda6141fd895cbaf67ba59b]

        sb139: #i116447# osl_receivePipe triggers OSL_TRACE for non-error EOF

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [baa228bd0d3c925bdceec1baf7b0095380bb2c69]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in framework

2011-01-13  sb  <sb@openoffice.org>  [d873a6df8039666186ec3850562d35d10ef60b5f]

        sb139: #i116445# do not write to a disposed Java URP bridge

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [f9387e6431f323a0713111a05223b4c98500005c]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in uui

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [f6eccc2ea7f61ba4a98da966bea6475f54bd303b]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in fpicker

2011-01-13  sb  <sb@openoffice.org>  [7bf5ab295e38ecdde42245ad8732cdf9c05ebcba]

        sb139: #i116444# handle short reads in io_acceptor::PipeConnection::read

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [5d46e270c357034f81c91d787cf50dff586ee5a2]

        removetooltypes01: #i112600# remove tooltypes from avmedia

2011-01-13  Mikhail Voytenko  <mav@openoffice.org>  [3e3d12cb88fa6dc4e6d00692e57c9cb70c709e17]

        removetooltypes01: #i112600# let binfilter use tooltypes further

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [df0b31641237470028437efd959c355dc0f32953]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in accessibility

2011-01-13  sb  <sb@openoffice.org>  [c2a4c121445a7b0728f2cd0e34e585a2884fd5bc]

        sb139: #i116441# wrong dependencies in solenv/inc/_cppunit.mk

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [0cb5080d653910d699238a7920174c2e73a8c801]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in linguistic

2011-01-13  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2fba65d4ec2c6ecee91cd5af3411b613bd490444]

        dr78: unx build errors

2011-01-13  Tor Lillqvist  <tlillqvist@novell.com>  [04752751d5fac163e661d256976d37e76c6e9cdc]

        Remove obsolete solenv/config

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [6e6de6ff1ed83b1a0d3a09ce4a91f72f15403886]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in svl

2011-01-13  Caolán McNamara  <caolanm@redhat.com>  [39b67dcf715cb9d63dc46fa9736cc61eb178df65]

        add an explicit

2011-01-13  Carsten Driesner  <cd@openoffice.org>  [d1b478f18dee26565d638054f54fabd5ac87c346]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in idl

2011-01-13  Caolán McNamara  <caolanm@redhat.com>  [963663c8ae5cc2c6bcb13d0ab5841d2d5a0a56a2]

        WaE: this dir is now warning free

2011-01-13  Caolán McNamara  <caolanm@redhat.com>  [b901f3708a71720e6938c2c86655f016df34d50b]

        WaE: this dir is now warning free

2011-01-13  os  <os@openoffice.org>  [6a6d7ba189f1073deb2d1874de74f5dafcbf55a7]

        merged

2011-01-13  os  <os@openoffice.org>  [7e534103d8865c87370a33749d427ba006e9dfbf]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [7f63f2b57ef35b9cdfbc8c1a1325baabda752a31]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [6f69c2d1e9a3d6a47c7e30c6f797b40513a542f4]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [f4a55f927a49e2ebffda08ed1601c1a5b7bf8b19]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [986bc0bd65a92886faeb8d696e78b31d9fdc2b03]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [a067dae6d679fb435c1111f4c74e2f49abdf2091]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [641980facf14d4ff19a3a79ac125837f8f80dfec]

        m97 merged

2011-01-13  os  <os@openoffice.org>  [fb23e151e59fb742b39bc46be563350d3a49fed8]

        m97 merged

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [685f41cee0d727c26e78edf438175a295d435349]

        Ditto

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [240317dc64b9c3cdd30c41bdb5e4a7d821fb53a7]

        Aligned names.

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [bf9499781bc5d9d8ccb08681a25a9ec4312c8f82]

        ScDPCollection is no longer derived from ScCollection.
        
        ScCollection is another redundant data structure that could easily
        be replaced with boost::ptr_vector or any of its siblings.

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [ab91cf04fb6aee4da631fc1c8bfdcdbfa2407f8c]

        Remove DECLARE_LIST( SvXMLStyleContexts_Impl, SvXMLStyleContextPtr )

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [4901ecc73bc0acd244dcae4bce9d6f5ef00720be]

        Remove DECLARE_LIST( SvXMLAutoStylePoolCache_Impl, OUStringPtr )
        
        Actually, we only add items and remove items and never use items... so I'm
        just deleting it.

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [66f0f3a45851119d06bf39a56151a514471525dc]

        Remove DECLARE_LIST(SvXMLAutoStylePoolPropertiesPList_Impl,...)

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [eaa9f3425196260798e750a5564522dfa2b4c863]

        Use boost::ptr_list to store data cache instances to fix memory leak.

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [d8879d8342397cf0d399e7028cd910ebefb0bddb]

        Remove DECLARE_LIST(ImpXMLAutoLayoutInfoList, ImpXMLAutoLayoutInfo*)

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [41090a5240d59be5287881d795e4fde2db6b6186]

        Remove DECLARE_LIST(ImpXMLEXPPageMasterList, ImpXMLEXPPageMasterInfo*)

2011-01-13  Kohei Yoshida  <kyoshida@novell.com>  [1d2b4089c41d5cc183638a47598ba02d8ad2d7ee]

        Renamed data member.

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [b8d460580f9ba7d9da19d1fb6bd101fa16e41ba6]

        Removed unused method.

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [2bc1da2caa0caadf14921de58d0757ed82733bd0]

        Moved the dp cache handling code from ScDocument to ScDPCollection.
        
        Let's not bloat ScDocument any more than it currently is.  We need
        to be making ScDocument smaller by moving stuff out, not adding
        stuff in.  Plus, dp caches are relevant only when the document has
        data pilot tables, so it makes more sense to move it to
        ScDPCollection.

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [464b3a1fad44af267f97d03ee16c8414653f8e49]

        Remove DECLARE_LIST(ImpPlaceholderList, SdXMLPresentationPlaceholderContext*)

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [a7a4d683b1685edcac0ae00731f2ff04ae670eeb]

        Cleaned up inconsistent coding styles.

2011-01-13  Miklos Vajna  <vmiklos@frugalware.org>  [eb0a54df369094fbfd6fd1c9501c7419f98b1905]

        Fix debug build with system-libxml
        
        Fixes:
        
        $ build debug=t dbglevel=2
        ...
        In file included from /home/vmiklos/git/libreoffice/master/clone/writer/sw/source/core/layout/dbg_lay.cxx:125:0:
        ../inc/frame.hxx:37:29: fatal error: libxml/encoding.h: No such file or directory
        compilation terminated.
        
        and similar errors in several subdirs.

2011-01-13  Miklos Vajna  <vmiklos@frugalware.org>  [d201bf18c64a3e71d00fb377c425162966f93c8b]

        RTF: fix height of wrapped pictures on export (partial fix for fdo#32613)

2011-01-13  Sören Möller  <soerenmoeller2001@gmail.com>  [222ef4296d2255f168f207a339242dcb6869bc14]

        Moved funcdesc's implementations out of global.cxx
        
        Added comments to one of the classes, created two necessary
        headerfiles and made smaller code cleanups

2011-01-12  Michael Meeks  <michael.meeks@novell.com>  [bb311c943d6b0fd4644346d1f58f917a579ccbdc]

        BrOffice Windows start menu branding

2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1b1ba41c8b258ffe84d11eaac3948271a7c2cad8]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6fba3904b909f7604a38e58e2a8ac3d2542a9410]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8e393744a57878d48f7d18cbf4abb34ea0cc4109]

        gridsort: @raises is not recognized by autodoc, use @throws instead

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [e16eb07b2a511e3b571a10bb52eb125d00c1a31e]

        Removed commented-out lines.

2011-01-12  Radek Doulik  <rodo@novell.com>  [cd43ee9583b0cb2bd91daea14cc365a076af1756]

        fix bullet characters encoding for symbol fonts, n#656934

2011-01-12  Radek Doulik  <rodo@novell.com>  [1fda89a99e47cca896b7414daa3c01be4e9877a1]

        fix placeholder styles, n#656934
        
         - do not lookup ph indexes which are set to -1

2011-01-12  Radek Doulik  <rodo@novell.com>  [a216757e8c26ce1c97461dc02930cb63531e5cb0]

        fix crash, happened when loading document from n#657892
        
         - check that the sequence has has at least one item before assigning it

2011-01-12  Thorsten Behrens  <tbehrens@novell.com>  [e0be5756748f87b4cbccf8326c983aeeec98adba]

        Move CC/CXX saving to a safe place
        
        AC_CHECK_LIB, AC_CHECK_HEADER etc tend to touch CC, so better
        move saving of that var to an earlier part of configure

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [19e769e697ef3cc16065a766fc037a26e525f839]

        Add bits to change appearance of the edit box upon invalid references.

2011-01-12  Mikhail Voytenko  <mav@openoffice.org>  [d67883ee66dc1370fd4dd631252318a6dbbeaa5e]

        removetooltypes01: #i112600# let binfilter use tooltypes further

2011-01-12  Kohei Yoshida  <kyoshida@novell.com>  [647e57e69f70c19c58b39ca658a79dd4f0c2ec68]

        De-contaminated code base a bit.
        
        What's up with these useless comments anyway?  Also, don't be lazy
        and replace all ScRef* with formula::Ref* *when* the classes get
        relocated, not after.

2011-01-12  Tor Lillqvist  <tlillqvist@novell.com>  [53d492eb9170ecdc5925e26adb63fb3f6a241191]

        Remove leftover cruft from find -exec syntax

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [46609bbf0fbcef0c4b9cc835c31e54a93d80c404]

        dr78: build errors after rebase

2011-01-12  Tor Lillqvist  <tlillqvist@novell.com>  [8910ee630e40f655ff295955cc6cd388e8feef67]

        Add Emacs and vim mode lines

2011-01-12  Andras Timar  <timar@fsf.hu>  [605b8c63d38ce81c00094e7608b7b5fb561be026]

        the name MySQL Connector lost the "for OpenOffice.org" ending

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a0ae3a84410a5da09f7ad32d2f17d54361570ce4]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c0ee205fc65f71ad2e85bd61f453652434e2c192]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [66ad4d2015ee735daef445668324c71f35c8444b]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [387ab0f072927d9e3b3e3a1a2eaf32b169b700ac]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [67d2422e9ed81281d9c6b4da08a4549968aa1890]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c3606deedae1b20b3e8aa4db29daecaa30bc4dfb]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ecb9166cbbbc7891b9a6f56a263502587a946dbd]

        rebase to DEV300_m97

2011-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0a4c6941671d13891aafec23778baabc38980a70]

        vcl118: #i37400# implement Fax G4 encoding for 1bit images

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [da2319c8e9c818f30a0f859d36c37b1736508ceb]

        Remove DECLARE_LIST(ImpMasterPageList, SdXMLMasterPageContext*)

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [de84f6da54e703ccebd1d3b7b2ff4e3d5945b602]

        Remove unused header file

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [86fad8918f13fecf09113db74b218bf50b7aec13]

        Quite compiler warnings

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [e2dcef6ceae07d6b593188bc0eeed3f8873dfbe0]

        Remove #include & whitespace

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [caa3d247d2ff8d34881e5fdb2edd4d153c2725c0]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in sot

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [15e0ed81e377962c1f054d581e26d8038e50c73c]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in unotools

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [a0602756a7bd259f6ee4e62161afe00298ba1d6c]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in l10ntools

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [0f029bd13462f28ae38bd1371c7c7b42dd992bdc]

        removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in rsc

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [1c90aa6d259d8ae21552856c1407ff6f1b3a13a1]

        removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [09ce9b27d51d30a6528346dcd96683b34e5fa785]

        dr78: merge from external

2011-01-12  Michael Meeks  <michael.meeks@novell.com>  [10de7accfb2993cd1723c915bcf9e4802ad24a76]

        BrOffice Windows start menu branding

2011-01-12  Niklas Nebel  <nn@openoffice.org>  [c19504b56663050e5cf1aa2e27758e8f8085bfe7]

        dr78: #i116426# use ODataAccessDescriptor for database import parameters, support bookmarks for selection

2011-01-12  Joseph Powers  <jpowers27@cox.net>  [07716077c75ed937d92f9a7ac690755170086410]

        Remove DECLARE_LIST( SwXMLFrmFmts_Impl, SwFrmFmtPtr )

2011-01-12  Christoph Herzog  <rhogez@googlemail.com>  [f80f169f3d5c0d7038f4c690cf51c0f0d594f415]

        Translations of comments in writer/sw/inc

2011-01-12  Carsten Driesner  <cd@openoffice.org>  [b7f5f44df674c7e47a8c1597bf082a8292b14efd]

        removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong

2011-01-12  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [bb15dfd763af19c547a27c40882d9cdf1477f375]

        chart46: #i25706# implement date axis - #i116425# interpret no data as text axis

2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c9eead1b9965c797cca47024d30cb7b8d00c7029]

        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  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ea51944d952612269d8a5ceb3dad9e019e81e4a5]

        dba34c: unused var when not in debug

2011-01-12  Julien Nabet  <serval2412@yahoo.fr>  [6ca25e81926be8c7a28f1dfb5c4c4a14370e8413]

        Some cppcheck cleaning

2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c2718415ea6fdc1181e25168a8c394a60699384e]

        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>  [8578ba4dc736b53c3ca8461516e4024d276b3b05]

        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  Julien Nabet  <serval2412@yahoo.fr>  [c34bae9706fce2bb1a9e9794f75a8233b1312042]

        Some cppcheck cleaning

2011-01-12  Caolán McNamara  <caolanm@redhat.com>  [77887a602840ee1c9685e7f9a5d053f684cccf31]

        don't use -i with xargs

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [164fc0a7f5a139a1cbe37d50857de871e0b8cc74]

        dr78: rebase to DEV300_m97

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [eb11aeaa54ca1625014fbe668d162bdb73ad6c9a]

        dr78: rebase to DEV300_m97

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [dde4826512be5dfa10e6df34eb238440bcd70113]

        dr78: rebase to DEV300_m97

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a201f7ee9633dfd0dc194131e3e8e9cc882777eb]

        dr78: rebase to DEV300_m97

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [97811e2bbb84b82dbc52619bc70f8ed2eba59ee7]

        dr78: rebase to DEV300_m97

2011-01-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d31622ece21d1179708f68249a84c2ec724536ef]

        dr78: rebase to DEV300_m97

2011-01-12  Noel Power  <noel.power@novell.com>  [e165fa460088469edbbcfccea4aa09d99033ffc7]

        fix for fdo#32742#

2011-01-12  tono  <tono@openoffice.org>  [2796261f7e53ef8c070a5b64f2f7b847d998c7bc]

        mingwport33: i#116264: gbuild for MinGW - add oldname library for static libstdc++

2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [edc807267cd919293994def7da1a22e4b53ba9b6]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6c8d7babb69985bf3f676b59cf767952c971ebc5]

        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  David Tardon  <dtardon@redhat.com>  [09527e934aedd2e177a682c43efaa4c20ab717df]

        rhbz#659394 avoid mangling internal state in case of UNO exception

2011-01-12  Noel Power  <noel.power@novell.com>  [a6bd48835ad88594c76fd887bf0d57cd5937fe0f]

        fix for fdo#32742#

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [59467d6df8f982c6260b14a0f509d91fdb95a141]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [bd22a91eadd65c44a185347d6965802e75a3d630]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [58dc7b886639acc1f5b24eaab3da69087e559746]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [a877851a7ce71c562e8ef4f10c39444b025c4a56]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [1dca51dbbb12bf2655fe701ac856e3808f300a5c]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [2dd37c6ba0b1369904990adf12f4bc85ab698db5]

        CWS gnumake3: #i116422#: convert svx to new build system

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [fe6d1ac402b301fd2b15c202d153fe9f8b7494db]

        CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [5bac7d841917afddb54945bc5a2282505b8cd648]

        CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [9b73b029b91f96922c055206ee820ea6b42647d6]

        CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files

2011-01-12  Mathias Bauer  <mba@openoffice.org>  [71a1572e5bf4b52c190d99b79268f787bb515380]

        CWS gnumake3: #i86790#: clean up mess with ooo+iso resource files

2011-01-12  Mikhail Voytenko  <mav@openoffice.org>  [2b42b8533640fc34709c8d702d0b0448489ed73f]

        removetooltypes01: #i112600# remove tooltypes from automation

2011-01-12  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9a8ff5c2508f78394dfda2e22c0b3b600000a284]

        chart46: #i25706# implement date axis - #i116411# number format during editing

2011-01-12  Mikhail Voytenko  <mav@openoffice.org>  [7afd69a40182db58aef59502f78705ffaffd19c6]

        removetooltypes01: #i112600# remove tooltypes from sfx2

2011-01-12  Rene Engelhard  <rene@debian.org>  [5df5b4b8da20d9016b958812b6c42267caadd2fc]

        fix presenter screens description.xml build

2011-01-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [13d81b8e4d8d7c96d2abdaa1679b5e32101d623f]

        gridsort: XGridCell/Renderer are unused and useless

2011-01-12  Muthu Subramanian K  <sumuthu@novell.com>  [16752e0ac995a3cc8829abaa723392d653055775]

        Fix forced div formatting (when nCntPre = 0)

2011-01-12  David Tardon  <dtardon@redhat.com>  [81d22042d20aa479df9bc97566b7f3477de41d17]

        handle css::table::BorderLine in addition to css::table::BorderLine2
        
        That means that table cell properties are correctly set on OpenXML
        import again, whoo!

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [aab5e57ea41687a8bdee69498849e74b39354a13]

        Remove DECLARE_LIST( SwXMLTableLinesCache_Impl, SwXMLTableLinesPtr )

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [7348b649a522a7b539b8ce5838e36b9a5af6f4a3]

        Cleanup Whitespace & Quite Warnings

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [dc77d98400fb58d0f3d42222e581362df44f493f]

        Prefer early bail out in order to reduce indentation levels.

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [c5460252f83151a03b36eb338e29071b6f96d4d3]

        Remove DECLARE_LIST( SvxShapeList, SvxShape * )
        
        Also quite some compiler warnings.

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [15f1150fa092f05b753fd1cf9d4f4621374c0f2f]

        Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage * )
        
        Also quite some compiler warnings.

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [ab5b9ca676fd511895b28ec985f5830aa6fec707]

        Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine * )

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [f324384677dd903707eeab8d75a19678461f95d8]

        Remove extra #include & white space & quite warnings

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [75421e57d0d65e16b01e0ff4bb6ed8a47e554f5d]

        Do the same for single cell references and range name references.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [b17c7cb5a26ef58037af4624da1049ec9cdf2579]

        Properly cache range data from in-memory documents.
        
        Failure to do this resulted in referenced external range data not
        being saved to the document.  This change fixes this.

2011-01-11  Petr Mladek  <pmladek@suse.cz>  [10e5c242541fcefbf14a7e05b627ae5d4128bea7]

        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>  [13ba44b14bb6b0dee01b8204413a35085d0cb3a5]

        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>  [b1845548bb73578b2b571e00c85eedabbc251b05]

        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>  [4e6d5d2fb7aac7944e2de15744d889b332664d1d]

        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>  [24b8bb919b53b682b4b3b8a02d83e7a558c8ccac]

        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>  [164eb3d0841166b915c6dfd07041d263fd84754c]

        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>  [6f6b7b00daf38b91acee910886b66fd1d1e25edf]

        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>  [88036ffd68bfcc2b5e4167bcfcf485ed3ec48607]

        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>  [b1c00375aaca38fc9d28cdaacfbdc1909ebef3d1]

        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>  [76918d2d36b48bb21f4afc105067d8b8711e9539]

        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>  [fc35cd3d81d93b3b9a029efa83a14887890bc60d]

        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>  [b6a5c194d7347f188783419a8b3d630fc9d846f2]

        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>  [d9edb09014297c47979c1f09d2dc193a0596f5f0]

        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>  [442e502e1025344076ee26ee840aec11cb395abc]

        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>  [16f9504da300a003cb485658e6367b02d7468cc7]

        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>  [d02933c621303e4edd3e76f56c708c1022b02a3c]

        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>  [c585707fe6aaa1a9621b5e03b0d8cafc46a0e582]

        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>  [be4686f055d9f6347d328d6284c474c707352e31]

        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  Wol  <anthony@youngman.org.uk>  [9e5592db2655ea80f4f684d7690e7da2d9edfa19]

        Licencing files
        
        Added the three COPYING files for the three licences,
        and the TEMPLATE.SOURCECODE.HEADER to go at the start of new source
        files

2011-01-11  Anders Jonsson  <anders.jonsson@norsjonet.se>  [f274c43f1811dde4c0346938b3c3134f17b96126]

        Remove commented code

2011-01-11  Petr Mladek  <pmladek@suse.cz>  [3c3c902c30eefbaf7e771a3e925865c9085a4455]

        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  Petr Mladek  <pmladek@suse.cz>  [b19d535ca81197799d3d3b198fe91b6aebfe5a59]

        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  Petr Mladek  <pmladek@suse.cz>  [85431cad619604195b0cfc07e27ac2dde91d0c87]

        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  Petr Mladek  <pmladek@suse.cz>  [cf8d8b1d0e5acc4865c6726cdc9213d2559475d7]

        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  Petr Mladek  <pmladek@suse.cz>  [de44e91676b916582791260a40496337c646c090]

        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  Petr Mladek  <pmladek@suse.cz>  [376f42bd4f4ed1575e1fc56bdb8889b49361a87e]

        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  Petr Mladek  <pmladek@suse.cz>  [cc31142c342a51b46cb615b20b9b4c56bd244a44]

        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  Petr Mladek  <pmladek@suse.cz>  [fcdf467d924fb6987912c1600872134a9bfa04be]

        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  Petr Mladek  <pmladek@suse.cz>  [611a43f3eb6df695264baf0efb3cccf998d6dc79]

        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  Petr Mladek  <pmladek@suse.cz>  [2530be32a2bb2094b54f1c0131a53342cdfae7f3]

        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  Petr Mladek  <pmladek@suse.cz>  [590a129a6e8654e86dff4f4ee37d60f3db7d98dd]

        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  Petr Mladek  <pmladek@suse.cz>  [962d30debc67ea5749a5aded0d879c558c9b1520]

        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  Petr Mladek  <pmladek@suse.cz>  [18c726b3fd7ca653024fd5a3d3dacf6135d1233d]

        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  Petr Mladek  <pmladek@suse.cz>  [14ccd958a83212d92fa50a82ae60dd6a8b4338cc]

        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  Petr Mladek  <pmladek@suse.cz>  [7a719ac0a78c534fe10381b5eb1d5a4a6de75d1c]

        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  Petr Mladek  <pmladek@suse.cz>  [6d4fd18a1b5af3850e1f7d4bf463a9d55763ff5b]

        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  Petr Mladek  <pmladek@suse.cz>  [aa433cab6a47981952bb89668cf6c0715dff3b27]

        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  Petr Mladek  <pmladek@suse.cz>  [18d254d23ebf08cf3d10ad291123bd218a795fb1]

        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  Kohei Yoshida  <kyoshida@novell.com>  [5de90fdb1e13060c2838baf2fca499de5df6dcc2]

        Get SUMIF to work with external references. (fdo#33002)

2011-01-11  Christina Rossmanith  <Christina Rossmanith>  [668360f1243f4c7d2a9f52b59ea84146f7932a1c]

        Translated comments from German to English / Removed unnecessary comments

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [1c5371bbd4b2465ee51c2c48e9ccca5b22515818]

        Remove dodgy looking extra PushIllegalArgument

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [79196faa40ad290f66f8f78fd2b4a1ae486fe6d0]

        best to initialize nTab2 from nTab1

2011-01-11  Julien Nabet  <serval2412@yahoo.fr>  [2bc5fb34285a00e551d076e8867f12de1e218bf6]

        Some cppcheck cleaning

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [534216a32e06d9e56de7fdf6b307c0cd7ff1feea]

        add missing modelines

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [a2b5f7f2673058f506bbf917dafecb9b703d70d3]

        WaE: this dir is warnings free now

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [4e9cb724a9bd52077e6d901716f779fe20c54793]

        these short options now deprecated, so use long ones

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [76365bac02b0ee3ffc3755699034b8d790d2c97a]

        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  Caolán McNamara  <caolanm@redhat.com>  [c17c47ec5686e00491eb51ef0ffca0539a4b94a4]

        use a better way to detect failure in this test-case

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [69e0e16e0e50074127c6a4bef1f45dd6323b0164]

        gridsort: +QUICKHELP_NO_DELAY

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [1340ffb64e61afbf2a87e118ac8e6affdd33553c]

        fix this to build

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [a6045b6f5e9dd160c57b6c2e01fff7bf52310a0c]

        WaE: remove pesky warning

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [dea8866d86460abc082f8aa9a56148168a583777]

        WaE: sal_Int32 is a %SAL_PRIdINT32 when printfed

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [80ae0dcf217c23ff73b82d0c37274415012942ab]

        gnumake3: more work on junit subsequenttest migration

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b8fce145c234c435e9aae02eb9547e9bad405b52]

        gnumake3: more work on junit subsequenttest migration

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f27dec459621543c9dcd94c72ab6af8147b8b4d6]

        gnumake3: more work on junit subsequenttest migration

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9ba809fac54cafd52094cf0d1ac4f2838eca567e]

        gnumake3: more work on junit subsequenttest migration

2011-01-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [aa799f64723933bbb46544f835a970cfcbb90384]

        n#657135: Enhanced fields fixes (key inputs, and 0-length fields import)

2011-01-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [66409247cadaf7a2106a3c7f536caa1d435dd9a1]

        Fixed one DBG_UTIL fantom in sw

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [29d8d1f32dd98ac87a0cfefbca48c9efaf62c4d2]

        Use --splash-pipe instead of -splash-pipe.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [be52cfe4526c24516c461109227f8ae86901bc68]

        Correct way to add deprecation warnings.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [86df5e193288093b7168c696dcdcdd8b551d2e88]

        Add deprecation warning on -foo style command line options.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [f52db3c55b191ee9ea17dfa03ea33527aac491d9]

        Use a dialog for the non-unix platforms.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [3fb8ce944058089697fb90a082d6c180a4394ad7]

        Updated the help to add the --version option.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [5275289dfe456d3cdc9bbe1d24309097aaa1b2d0]

        Display the real version number.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [8c59176db6a4a09beefd20319a2e8cb5c9cdfbb0]

        Print help to stdout, not to stderr like the rest of the programs.

2011-01-11  Kohei Yoshida  <kyoshida@novell.com>  [3c71b854e5653541806b70b133cf6ccf882a3872]

        Hook for supporting --version command line option for Unix.

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [8e00c04fc731d572e3d700cdab8fb57fee700397]

        drop typedef, don't need it for C++

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [380f4ba2f8f216c7e6116bee0636552def26818d]

        WaE: this dir is warning free now

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [9d83518712066523939125801c36b51fe8b17cb4]

        WaE: this dir is warning free now

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [aa62a01c51557a8ad6097eb359d93a6f7b374884]

        WaE: this dir is warning free now

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [2fd0637a5235a04ebfe0ddcd660664de8a8514ed]

        cppcheck: this can be const

2011-01-11  Tor Lillqvist  <tlillqvist@novell.com>  [88b1e9eff76bf40f9d6a1d7b5ece5acf8f3f6c2f]

        Treat MAPI_E_USER_ABORT as success (bnc#660241)

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5e725b448fcb0f732b2b492d7452b9304de0bbce]

        gridsort: PaintRowHeader's RowPos argument was superfluous - removed

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [6e295e93909a5920b37e919537badfd6e10d0b94]

        Merge changes

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [a95c164df022d2a0c2308028abf08032cf2cdf99]

        Merge changes

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [ccc7d6ccee67327417c3ef29f688ca1e8c8371ae]

        #removetooltypes01: Exchange of ULONG to sal_uIntPtr

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [2701e0f33ca1190d788f7a8379b7b9d4f6caa05d]

        removetooltypes01: #i112600# Added intermediate type to get rid of ULONG without using the old bad type replacement

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [7a09afcf1adf444862ec0aa8a32f1b55a673aadf]

        Remove DECLARE_LIST(ImpRecordPortionListList, ImpRecordPortionList*)

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [7fdef57d36300709a7f333ba4b4bfc2c4ccfbe75]

        Resolves: fdo#32953 add preferred Malayalam fonts (cherry picked from commit 2f70074be979ca4a58e653a561a45d8d75b52f19)

2011-01-11  Mikhail Voytenko  <mav@openoffice.org>  [698c00dbdd95ebc3c6df113133076979ff2cd0a7]

        removetooltypes01: #i112600# do not affect FASTBOOL in this cws

2011-01-11  Mikhail Voytenko  <mav@openoffice.org>  [66356194e2a9b45df904e6452b954b9e15a121c3]

        removetooltypes01: #i112600# do not affect FASTBOOL in this cws

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [8cf48c00ccd7d9157d18e3839a7ec7288cff8769]

        Remove DECLARE_LIST(ImpRecordPortionList, ImpRecordPortion*)

2011-01-11  Peter Jentsch  <pjotr@guineapics.de>  [81bcda01f33cfa84358b1ccdc0d1b14246c19861]

        Add alternative implementation of flat xml filter w/o xslt.
        
        This filter implementation is directly based on
        XmlFilterAdaptor and simply dumps the SAX events
        provided by the XmlFilterAdaptor to an outputstream.
        It currently still lacks the advanced pretty printing
        available through split-long-lines.xsl in the xslt based
        flat xml filter.

2011-01-11  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [634f59e5c4817d57a13cebc0bea277b44c3099e8]

        chart46: #i25706# implement date axis - #i116406# december dates wrongly interpreted

2011-01-11  Thorsten Bosbach  <tbo@OpenOffice.org>  [6fdbd7bf226e9bfa261ab266397ff11fb334122a]

        #100000# add some waiting for index dialog

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [42c6115d263bfe7afb42eb34180175b79a14904e]

        Remove DECLARE_LIST(FmObjectList, FmFormObj*)

2011-01-11  Peter Jentsch  <pjotr@guineapics.de>  [44b1e32891b9e12edae4d26d28b6a90c8fa206c4]

        Add alternative implementation of flat xml filter w/o xslt.
        
        This filter implementation is directly based on
        XmlFilterAdaptor and simply dumps the SAX events
        provided by the XmlFilterAdaptor to an outputstream.
        It currently still lacks the advanced pretty printing
        available through split-long-lines.xsl in the xslt based
        flat xml filter.

2011-01-11  Peter Jentsch  <pjotr@guineapics.de>  [677ed3557ea4b003bcba5c8e3f287e38eee9fcf0]

        Added missing split-long-lines.xsl to installation list for xsltfilter.scp

2011-01-11  Anders Jonsson  <anders.jonsson@norsjonet.se>  [896deb3caa3d6136298e6bad717f45a2220a7315]

        Remove commented code

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [1839b19c9cf1e7c70023813acfddb10caf9254a7]

        fix warning

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [89be1d54841d3c0a216292af9cc04a1ce019ae8c]

        cppcheck: unused variables

2011-01-11  sb  <sb@openoffice.org>  [7df71b8266722cf400b743ea7b44c4b6d0fa2d7b]

        sb139: merged in DEV300_m97

2011-01-11  sb  <sb@openoffice.org>  [d7ce8d2770c81d88344b2dc1bb85e341ad6ae58d]

        sb139: merged in DEV300_m97

2011-01-11  sb  <sb@openoffice.org>  [d06639e31ca2bac549ed1c6a06f14f750aa2584a]

        sb139: merged in DEV300_m97

2011-01-11  sb  <sb@openoffice.org>  [21faa6881e5749fdffb2283d12428344e0844b8d]

        sb139: merged in DEV300_m97

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [d7cf1335473606428c9a1a81ac1bb5823bc77172]

        silence spurious warning

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [c6db86d89553cc20a553e2a75317deb0f114bd48]

        silence bogus cppcheck warning

2011-01-11  Joseph Powers  <jpowers27@cox.net>  [3343199e17734db8548d30d811a7968ceb9d7618]

        Remove DECLARE_LIST(Polygon3DList, Polygon3D*)

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [59a5decdc52544eb2f93aaaa83e87c9570d63b45]

        gridsort: XGridControl: add methods to retrieve the current row/col

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0bbace39b3f04c82ec8d38ef6aedef7d14fcafc4]

        gridsort: XGridControl: add methods to retrieve the current row/col

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ca18a18102f0cb0f6550c0e7c50356556ae6bfcb]

        gnumake3: updated module support for checks and subsequent checks, improved error reporting

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [28dda61de127077c18f04dc172fa7d824a2e6025]

        gnumake3: updated module support for checks and subsequent checks, improved error reporting

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e73cc303e5201dc04c61a30572b80d3da13a2699]

        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  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d4c7fa84b7856918328bee20a5387cb32442bec3]

        dr78: oox - encapsulate shape property handling in own class ShapePropertyMap

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bba68ad15d79fc2fd58c7bdf75d8badc66253077]

        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>  [3d7ca63d0efdc25200133c4086b48982b3a20eca]

        gridsort: IAbstractTableControl renamed to ITableControl, added a few more methods previously found at the TableControl_Impl only

2011-01-11  Andras Timar  <timar@fsf.hu>  [2ef0c591384b441eb359f363ab74681eb9164f02]

        s/KAPITAELCHENPROP/SMALL_CAPS_PERCENT/ and define it in a header

2011-01-11  Andras Timar  <timar@fsf.hu>  [98494fa7a16c4a18d5ca994062efab16276997b4]

        s/KAPITAELCHENPROP/SMALL_CAPS_PERCENT/ and define it in a header

2011-01-11  Michael Stahl  <mst@openoffice.org>  [737a43c324706fa6d20302465191fe756a77f003]

        xmlfix3: #i115995#: unoxml: retain context node in XPath::CNodeList:  prevents the document containing the nodes from being released.

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cc72dd1a32cf6acaba613fa6ea289a7bd89ef1d2]

        gnumake3: renamed TestFixture to CppunitTest

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [733831aee2f63bdc991e91b9d83d8eb44404364f]

        gnumake3: renamed TestFixture to CppunitTest

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [df399dd5b190c0e45262b6409fb7d7a08163abd9]

        gnumake3: complex tests in sfx2

2011-01-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [16275914bed0433c29f1db08a08fd6b8fd546b80]

        gnumake3: complex tests in sfx2

2011-01-11  Christoph Herzog  <rhogez@googlemail.com>  [7cc1e38fe156f04e1603393b6e0e692c2ab9b3ad]

        Translations in sw/inc/doc.hxx

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aac19933d26d14a1958290a93ceb41f7ff3d7822]

        gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introduced getColumnAtPoint

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [16028c42b11486c7a407736c78202eda88934e13]

        gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introduced getColumnAtPoint

2011-01-11  Christoph Herzog  <rhogez@googlemail.com>  [8e16c9b996940ad024c38eaa01039f657d86acc1]

        Translations sw/inc: crsrsh.hxx, cshtyp.hxx

2011-01-11  Christoph Herzog  <rhogez@googlemail.com>  [21f42231640e2b8f66f0b5a6a28a72d4b031e954]

        3 more translations in writer/sw/inc

2011-01-11  tono  <tono@openoffice.org>  [6111e2c676c0ccc6362f3dfe5a3ef12d65c4a617]

        mingwport33: i#116264: gbuild for MinGW - fix wrong assignment to libgcc variable

2011-01-11  Christoph Herzog  <rhogez@googlemail.com>  [3f96a01a2c5148c077c8bd979166ad93303caa5d]

        Minor translations of comments for 3 files in writer/sw/inc

2011-01-11  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [63635c60c6fa213978e2b1c2e27fa50a9ed6937e]

        some cppcheck warnings

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [89199c1a017c97c239e7956863047d2553a00a97]

        gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [012b72f48860433345989eedc9cd1ccb9350b455]

        gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [4a85f127b9804a48c1ae995c010ddcf9d22ee859]

        C4805: unsafe mix of BOOL and bool

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [efd0d15dea4c18d055805544d16b56f139366605]

        WaE: this dir is now warning free

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [322a75edf8bad6616b1543a6b81972f4c3765ee2]

        removetootypes01: #i112600# Use correct conversion ULONG => sal_uIntPtr

2011-01-11  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1cc8adbaf6e766689c879672936e98f88b1d9c08]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e058014fdd70ee0923702eab0b71654f4ed5221b]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5a256f4486e4b9875ea62c9a8f65ad110fda71b9]

        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>  [473a50faa626678f35fac9e25492349b5a5bd02d]

        Fixed missing tools/toolsdllapi.h include

2011-01-11  Andras Timar  <timar@fsf.hu>  [52ac81c699d8ff7cc37807512a661f35ba966faa]

        removed language code 'kid'
        
        kid is not Koshin but key id pseudo language which is good for
        debugging UI but should no be included in the product
        Signed off by Fridrich on irc.

2011-01-11  Andras Timar  <timar@fsf.hu>  [74122055f5c34261e118ab1ddbdb0e5685a63c35]

        Added ca_XV and ast name and description
        
        signedd off by Fridrich on irc

2011-01-11  Caolán McNamara  <caolanm@redhat.com>  [55a089e440e58a17e89c818ae34921e236e503e1]

        Resolves: fdo#32953 add preferred Malayalam fonts

2011-01-11  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f193674d47319431a3f0edd680c1c8ecfa4ac040]

        No need of creating the tags file in the two places

2011-01-11  David Tardon  <dtardon@redhat.com>  [3a55f0996773831e0a5a130cfe00ea101a06abf1]

        rhbz#668654 avoid division by 0

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [ce4e7d16a32df7448947e4cc72836bfea9aace26]

        removetooltypes01: Use correct conversion ULONG => sal_uIntPtr

2011-01-11  Carsten Driesner  <cd@openoffice.org>  [1c6de4e777704030c332e40ffc1d06765d469919]

        removetooltypes01: #i112600# Use correct conversion for ULONG => sal_uIntPtr

2011-01-10  Joseph Powers  <jpowers27@cox.net>  [1d0435281d0c4e14477266bb4956ec721444fdc3]

        Remove DECLARE_LIST( ConvList, Conversation* )

2011-01-10  Joseph Powers  <jpowers27@cox.net>  [78ba5a41a8c1d1d7c6f2bfea3102244e32d7bfdd]

        Remove DECLARE_LIST( LinkList, Link * )
        
        It's a read only list, so I deleted it.

2011-01-10  Joseph Powers  <jpowers27@cox.net>  [2a479be118dd2eadfd8edabaef55359d6f5bd4be]

        remove DECLARE_LIST( LinkList, Link * )
        
        The list was read-only (no insert). I don't see why I should keep an empty
        list around and try to process it's non-existant entries.

2011-01-10  Michael Meeks  <michael.meeks@novell.com>  [09bffa9a4fc0b51fc9e70f8ae66d115c3688eb8e]

        make linkoo scan the solver too, for Norbert's gnumake work

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [b33d150eac8b7b4bf76f1d6caa61e5c0fa98e6ee]

        -Wunitialized is not compatible with -DDEBUG

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [37b84efc2deb7226237e01b80eab54b80dc0d25e]

        rename gb_HIRESTIME to gb_LOWRESTIME. Assume highres precision by default

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [63b390b7f4ac02152a6f8fafa8b97a586a926308]

        add missing library for sc.  Massage the delivered libraries name.

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [616c1d36f87a5d96753fdd4e68336d5f5b7b790d]

        support USE_GMAKE=1 envvar to build with gmake the modules that can be.

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9445fa44c503daf0bf6095b053f6a588b4f89341]

        add sc in the list of gmake-Modules

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [826659a2f2a00545534b44c552f843c270170095]

        support for an alternate gbuild.lst to support gmake build
        
        This is to support the possibility of building some modules with gmake
        instead of dmake, while still maintaining the dmake method
        fully functional

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [89e480447ba3223fde10e028534e49d91c918c4c]

        add a few comment to balance quotes, to make the editor less confused

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [95e73f3f05e769caa9338be5ad70957f65468017]

        add all the sub-directory of the RESLOCATION to search for resource
        
        calc has its images split in sub-directory they need to be added
        as arguments for RSC. the easiest way seems to add -lip=xxx for each
        subdirectory in $(gb_ResTarget_DEFIMAGESLOCATION)$(RESLOCATION)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [363aae08595ab4568df59a588893c09dbfa55bcb]

        add calc related library to the Repository

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [315dd658a0f99127cd8336dc6dc1103fb5113a8b]

        tweak MacOs platform specific include to build on Macos

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e74e9f6258766390e94442bd888adbdb60e61a7a]

        fixing variable exports for windows compiler (thanks ause)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d67548716cfdb0e4a3862c67e1584b02fbfcddd1]

        fixing variable exports for windows compiler (thanks ause)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [50199ad2a6d8b1afd79fea4d2868fb988a03e1bb]

        also accept debug=t

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [271449ee88a90870d9d2eab1c452627fb9370d97]

        fixing fix for error 134

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e5d36e270cafacbe4b3fae6a600c77701546033]

        removing subshell calls for now to avoid error 134

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3b83558497e98093d673100ad9ce9d3395276c7]

        filtering compiler and java headers on windows for dep generation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [15ff77bb3a8fa205bab3743c157d5a8a1db24cd5]

        fixing broken makedepend behaviour

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3b5ce6eea02fc3f5cafa1a6126d264616cd1f16]

        reverted some accidental changes

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cce9a050031bec9d8bbbec3656d462eaea860c80]

        fixing ::rtl::Reference/::uno::Reference collision, which broke PCH

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9708c32c6fbfc594a25db548a22d337c23788279]

        #i105735# removed obsolete defines

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbff4e2c5a6a644c5d13792bc82557fc6ec76340]

        fixing DEFS and CXXFLAGS (this is needed for PCH on windows)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [385aaa980c6be53cd82fd641d9a3ec8384ba3fc1]

        setting INCLUDE, INCLUDE_STL, DEFS on header target (for PCHs on Windows)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [203882709c782121e7ccc0a4875a53b6d32019f1]

        fixing filtering of PCH define for dep generation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4f96f4ef38745cdffe522b45d1e5df52e0bc1e62]

        added gb_HIRESTIME to allow getting rid of LOW_RESOLUTION_TIME warnings

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ddca672eb74f3153e53429998e1b1c25c7321767]

        solaris awk does not close stdin when not input file is given explicitly

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [98ce6cf4e97e3c6674ecce44fb046b8106de00d2]

        gnu copy should only preserve mode and timestamps

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f2710dc82c96c6c19bde4e1a312bbe7100237535]

        decrypted confused comment in LinkTarget.mk

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [46314875493cb5cf52836cb1db4064d4f4f99ba4]

        add debug info; restore some of the old windows link/compile switches

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [5e923816c6cbff076aeb83284e12eb4c817cdc1d]

        using awk instead of echo for better portability

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [21cbebd0d35ec1da7df5043a9299511c8abf4d28]

        fixing gnucopy hack

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f692ba2e6513eba6375763e23f8eade6e8672611]

        use gnu cp when available, fallback to posix tools outherwise

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [8b38f2cd3deb2bcba8daeaaca6efe7874fce7959]

        low resolution time for deliver files

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [408857cf2e5f54698b82208b184412a1e66d5d2e]

        fix windows link switches

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1e8268ea329a429e6e394087c82ee8bf78063ef]

        fixing auxtargets for windows without crashdumper

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [83ed27ef9daf9c5f65fc672a2da7860e59e92bf9]

        fixed pch for full builds without an explicit setting of defs with _set_defs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [dee6340f5c7d0f93ea254b92347743257fe8c714]

        deal with .pdb files

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa486f30751aae55a46476db50c9bbe630738e63]

        using wildcard instead of shell call in global makefile

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cd0c2581d23c0ee6f22184098f87a357f6f24ed9]

        removing hardcoded SRCDIR

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4799103c4d9afd82f01103d8eefb4655252f649d]

        removed milestone from packed module

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [614f3548d89f7b385f55b13785eb2e596576800f]

        better use REPODIR

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [20dc76ba46ea7a7e70fc78e0b324de5e04f65b52]

        rename deliver.log to gb_deliver.log to save it from being killed by deliver

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [621c7add3ea09c84bff51c3c5d6117582c012de3]

        getting rid of obsolete install and uninstall targets

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [62e7d3eb8d6491d6e0e015acef5bc1d5d1f96766]

        add dll file to deliver.log

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [960013b01f507b4e2954c8c4eb82f1324fa18fc3]

        fixed package for naming convention

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ad94d81dfed010d2e08f183514dc3bc041b8e6fb]

        cleaned up module registration

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2458aa398f71e79e0bd7e52f6fd59c1f58979596]

        comments in Output.mk

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb70efec7913294040f8deee9eadbfecac45e101]

        comments in LinkTarget.mk

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [04bd40d4cf4c8c9d54cf6e5aad48f4d2c7315d3e]

        comments in LinkTarget.mk

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [876b2c805043f3ed92d6cf32712c83939c6103eb]

        gbuild file permissions

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [09f003baa88bb8eabe3e8d4d98608fb8fb99aa38]

        made setuplocal an extension

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [12d8dbe825b75149a7d9566c58a366d3c154fb9d]

        some more comments on deliver

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [36b7b2c5418a89a21482ff88876cce50b6301da2]

        packmodule extension

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc198439cd702a819fcfacb74339aa3f8d5a8a12]

        primitive implementation of module packer created

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ecbfbaf8c19677068c0267ba3a8c647efc46bb4d]

        fix merge errors

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [b353c2838f47c636824f8212fa325a1241281c8d]

        making macosx-create-bundle a good unix citizen and shut up on success

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [0468b08324fc0bb50dd17a5319ad717ff238cbde]

        fixes for linking on OSX

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c89b93150d9a923896650428df409818f7d35312]

        major refactoring of the layer logic
        
        separating it between linktarget, library and executable classes

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a8395c9ca8d60c67eda9828790e44905988d7d4f]

        pch announcement

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1a35a51abb7c04f5ee1351b8aff0f965a348c4ab]

        fixing library names in components on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [dca93e6bf1443022d058235d66e4e93f0193dfa8]

        added missing processdelivered.awk script

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3b61f3f18684fe07775e68be1320b34a670beeba]

        first implementation of deliver.log generation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bdc248aea4a56adafd2ae8c7e914b785eb30d833]

        updated license headers

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [875541c78768e81575ae1671107ee8707eccdfac]

        fixing system libname registry on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa498be17426e065e165698bbc0c1cd07e5f0ef1]

        fixing rpath quoting voodoo on solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a6188bcec1d3e6628e9c9692338c7015ce1729aa]

        removing touchback on deliver because of problems with subsec timestamps

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [af2053b41f1854065740b7eeeb5f6ac83cd95d00]

        fixes for solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [57664e15ea881a015b192f337935da7b49b6ea1c]

        minor fixes related to LOCALBUILDDIR

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [26b3ed34fb5e5de3a2d5afda99a210b687cd064c]

        better output

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c77f5bbb59fee814298832df6e99d9fcb9a5ea65]

        post output

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [fc10a22fd549f0fb77b461c995811f4bea057cfd]

        local build dirs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [dd9217867ea979275f27a39bfb02ba686e4df018]

        local build dirs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [8cf783e2f80217a91e32042407f4c56d04f09479]

        setting CPPU_ENV on solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [53a809448b2f1414478e73ab144d5249504ac1bd]

        fixing comphelper lib name for solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1b4e5735dbda394550093ee5c04364b576b13ff7]

        getting gnu cp out of the environment on solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [567a751ed56ca6c1c90c3a5b6c1c4af7a3c649ff]

        explicitly using gnu cp on solaris

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7a4787f6e34de4e19518bfc0cf2ddee0accac93]

        finish the message with a dot.

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e327f90f9ec5c5c5058efc78be20873e19538991]

        lib name cleanup

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f8a0364eb0933d9abf03d92c802467d22a90899c]

        added file Output.mk

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cdab38cf4d22d8e96d04435ac22262dcd7e70a2f]

        more work on output

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [5fa2ae2f43bba4d1bab42c4ffe279fef38ccfa50]

        enabled kbuild-like build output

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a24c0d480d76cc6b1e788dda028237bab17562e]

        beautified announcement

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [5acc21e256a0db113829067f6d00f288789f0401]

        simplify repository setup

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [0ef7f7bf76ca71015acf5554bf1fbda399305a6c]

        localisation fixes

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [eb57a4465804b24ab3a52046ce33900b6a4de9c3]

        simplify repository setup

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c82435290a6a86b9735ed93256aa7045ab9121ed]

        fix naming for partial build vars

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [75a677b3a44e365d95b483d60fce3296f184ea41]

        simpified repository setup

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [674e799f601df89be5c4a2bb6fbae359117e5758]

        error out on local builds when those where explicitly disabled

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [508b7caddff9acb84b65d9a3679f61e494c6a6e0]

        simpified repository setup

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [35561e081ebae5da8c61b011a8e8f0a82d382ac3]

        unixify SRCDIR on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce6be808fb9c8af56bb0908070827c9be1dc3c7b]

        prefixes for xsltproc

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a9c380528c71d1a747a2208d925e0181d2ae8d5b]

        added platform fixes

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [6384a4cf4d9bc700b776ca03fa1f50948d044ab7]

        fix on deliver timestamps

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7c274b1b3f9ddc5b6ac10829eea8dd1f2c5d272b]

        fix on local build dirs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4da2ce927425f9ef0360519717066293b42108fc]

        fix merge errors

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa9f2897aea645d625b466317a346df8ec4dda41]

        making multirepo build more generic

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [185f7225ea558079dfa810ca8a6bc26d3761f9a9]

        removed hardcoded module name ooo in root makefile

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e75efd04b71514fef69e3bc7279045f7d4b6014]

        extracted platformfixes from gbuild dir into the repo dir

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [666d692b2b3abe9a2315b8c297229fc2bb039f2f]

        fixed clean target for static libraries

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [295fc90d68662ea48043269c04223e2ff987fca3]

        setuplocal works,
        
        fixed clean targets after move to workdir,
        made install and uninstall phony,
        disabled deps on uninstall and setuplocal

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e02b1873814db306dd5075e3eb161e3a2b6faa4d]

        first try at local build dirs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e1958844a47c351d0a8c7e8db06072c9a5527d63]

        explicit delivering of ResTargets

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [83cba9e22b0b2f148a610b659a64079f7952fa4d]

        more work on shadow outdir

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [edbd6bd4a4b0a86b5906aef129384b769d1a0744]

        towards a shadow solver (intermediate commit)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9e2c4f284bcc508ebab9f15847b956d2e5d1c4ed]

        towards a shadow solver (intermediate commit)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [41f1176c69b4a7657c255e21d94c105684e58a09]

        rename GNUmakefile sot that make continue to invoke build by default
        
        use make -f GNUmakefile.mk to invoke the top-level gnumake build

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [320a14c8dde2623627e00a1134dd357eb69d32a9]

        only use CC/CXX if they are nondefaults

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce1efb6b410611a9c56262013aa135c615db598c]

        fixing static linked libs on OSX

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [59e2321b07df23205020028e157c97e8ef786b45]

        revert passive uno registraion support
        
        this need that CWS sb129 be integrated which is not the case yet

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce49b4dd27c75e2956e69f46851932de2db384b3]

        touching delivered package files with the timestamp from the source file

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cc8bca993f739548e32553ba2fc6bf9cade002db]

        updated warnings about unregistered library names

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [478aee0ba5815afb394d5874d9bc74989ef04a20]

        moving ComponentTarget up to get let the rule have priority...
        
        ...over the Package rule in GNU make 3.81
        would work on 3.82 as it uses shortest stem to find the best fitting rule

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1577e891f07b78fe42a5e6e71b215445c6e99ef5]

        added component registration

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [b06025c25e2f973af81d85e795a8b21f7657db23]

        fixed buildbreaker introduced with baseline modification

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ece5ddfc6f88ab25f6c2e2541b064925ac5eb87a]

        intermediate commit for ComponentTargets

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [94173872df0787cf3ea1f389b1ba4b41417fc3a1]

        baseline fixes with regard to sysroot/rpath-link

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [634fd855cf9a247b39ba83cfdbfa749ba767caf6]

        not preserving permission on deliver for now

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3675a30cec9ad43c8eb65357869a36ec88a6d0e8]

        move make 3.81 check into configure

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4190fda71e11d24ecc0a76c2cea3e72a5b53a5a1]

        fixes for multi repo support

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f84a216ddc2637c49b65c356cf21721143589b5c]

        fixed dll naming scheme on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a166d4c3c34c5553190ab6be1f132699a8ee6d29]

        delivering dlls along with lib files on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4e011ebf1156e99586e7d9d2363baefe7c456565]

        fixing return code var on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d628f3702df2ef7f66f21d893080269af474df6a]

        clean location for pch objects, dependencies do not need pch deps

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e1f8a3e42fb9ae2f3d4804aae05a1fca6ac0c403]

        fixing windows compile error output, static libs on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [794da682e1680f69551a99d2e0f77a191d1e5265]

        gb_ObjCxxObject__command_dep is not platform dependant anymore

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [b2e8ac2e05d012e5cbf1801033bcfec6688079f2]

        gb_CxxObject__command_dep is not platform dependant anymore

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c4933fa63c3032a6b93039835f9bc56c35d9f86]

        gb_CObject__command_dep is not platform dependant anymore

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [dde8015111a2a8861dc2abd73c6448a6ff16df9d]

        fixing (disabling of) dep generation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d004718f1561e0d8e3a0ed188b0199d81c4b1ee]

        fixing rscdep on windows, delivering manifests for executables on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [71468c648e002d33c2c6f18900db421250f602ad]

        adjustments to bring gnumake into a buildable state (modolo sw)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e6a2697d96cfa40772b79c815d898d1aa50852fb]

        do not copy -p

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7a378770358e68739f38cdf9d4d60a562367310f]

        using the symbolic-functions check of configure on linux

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3200d4104e1dd20da8e1bf2a2ce274bea794f298]

        using CXX and CC from env

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f1cd186c96f08e94221087f8c3e9f886e7e83746]

        hacking for qstart lib for now

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [21469a6893acb50e3a3900ed74efe1793137e471]

        viciously killing common trees

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ff041d489ce29e010688d2ef9f901d15dcb526ac]

        pch fix

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [969f4ed5ca509e623a9e32b71c8f25e84bd457f9]

        resolved dep generation dep cycle

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [3946fa73cc3032ad44de4a681242b328718bec8a]

        more multi-repo work for modules

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1f2082c683bd51b53fc7df9b308464d77c9ce0d]

        more multi-repo work for modules

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [ba45e347e02b8fa55767870f9dafd00cbe9ae8b7]

        more multi-repo work for modules

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f92fe3c2d8c772e1821685cd337bb35ef55b7c34]

        change module order

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e60284fb550b23c6a1050684cd92671117228dce]

        more multi-repo support

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [6491a05759f91376bce56f77940f9a943ef2b3ae]

        added moduledir support

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc7662666fafef895491a99b85c9f4e6af868e69]

        module reorg

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e9e2c02371b4534fac9ec27780db79e102245af7]

        intermediate commit (module rework)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [5214c9901979c080ca7e39ac4a41cd1ea9bed8af]

        abbreviate repository dir

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [51eabf85a7358da06edd0a551d2b5dc5311f97a3]

        multi-repo work on resources finished

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a4091c3f3a0c1d3f4d4d468386783994d2f87b68]

        more multi-repo work on resources

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9d9b05fbb028083f3c17f155dc5d619888ac55e7]

        more multi-repo work on resources

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [6a7827eac7d073774d06b38274f8a002c19ae7b5]

        using variable for default images loaction

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f6049354e1bbc8b640281050ce5859501ba290f9]

        gb_REPOS needs the windows paths hack too

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2b95991a38ba33014963144ac34de40a61172404]

        fixing defs for pch

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [22498ff4de04b9a24fa40c2cbe11b3db83e6970c]

        multi-repo support for c/c++/objective c sources

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [15bb9c766a905fd8394f845b6faf8bb6e9344bc6]

        deps for pch

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d4176541e2d8a785724a8fb1e2617810874a62b4]

        seperated ex and noex pch

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1f6a1da4e192adfff097532618ad9446c84edcd]

        fixing dep generation, pch flags

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a74e7d2cd57f2251fe34ba9ee5e7ffb83c13504b]

        more work on pch

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [26ea5e2d91b9b3aff705537b6a3adf5ac9506317]

        pch for debug builds, fixing header package deps

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [fa52e4a75eefd46c5ee30735f2e6a2399ea1f285]

        actually build all resources

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [919d449dec7a91112e28759e7950957d8bc3b541]

        precompiled header support on win32

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [91df1d31de48615ae201b3d79dfae02c01f21656]

        simplified pch, integrated with linktarget

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [7bde1aebb785b2f08edb20f8168223e2b76df660]

        more work on precompiled headers

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a5847251da7c7bd55cf351a16a861847dfa8bcb3]

        introducing precompiled headers

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [cf12e68d9e52c48207d91c6a69885e253ebc2aab]

        cleaning of localized src files

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [023b992ffa4616ff6e49d98e957a3f5ccfb68179]

        fitting sdi into the workdir structure

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a1fabd1c76f4908a04aaa0b23c8de44fb508074c]

        l10ntools cleanup to simplify fixing

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [bde3ac775d54427c51b2caba021d12c72fd9742e]

        using ILIB from setsolar/configure to set LIBPATH on windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2ba8c6ff4493d4040d11a796f6cad3ed72ad43a3]

        fixing dependency generation on windows for plain C objects

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [abd8f83634ee4d2704e475ac86a833dbc55552f8]

        minor fixes

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [8fca8e2bbcf8c1844943a3d5e557bff31aeadd62]

        removed inlines in gbuild docs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [28032d106df7d7035314deaa4f1f518d350c9b56]

        fix various RPATH problems:
        
        macosx.mk: ensure that executables do not get -install_name.
        linux.mk: -rpath_link seems to require an absolute path.
        executable.mk: use rpath also for executables.
        libnames.mk: add executable names (by layer), and split up PLAINLIBS/UNOLIBS.
        platform/*.mk: complete gb_LinkTarget_LAYER map.

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c1fb703b7db7efc203e598cce3e2ec884cc4940d]

        solaris.mk: generate dependencies for SrsPartTarget

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [56d6d17b1cd835fa4b523b21f651f8eac7b0dc6d]

        consolidated compiler optimizations flags, updated some docs

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [53b59ac22ce146e1282f0c4b3704a7ec23cbb35a]

        rename gb_MkTemp to have it conform to naming conventions

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1e66c25df56809c8c7ff714cc4061ebd8afb82b4]

        fixed rebuild on link error, create misc dir for resource dep generation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c48b6b4f4fe6ce8acf00f67a60ae850ad14414ed]

        silence of the link.exe

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [25e20741c861c40a5b473597a360385de721403e]

        dependencies for windows

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f3a8ca72dd136c6b87344d9ddf21fda6903ef764]

        fixes for win

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [80e036bfdf5dd60d8351946339fa512d734bd544]

        xmlscript library added

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a4b8481a58f2c32dce8734a4f4eb85637ba08ad5]

        add shiny fruit port (tested on macosx/x86 in setsolar only)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7b3a7fc56ffa3de073ada273227829aeedd5c88]

        add support for Objective-C++ targets

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f809c88b43b18585f1fde8873149f2de8f81a3df]

        better RPATH handling
        
        add gb_LinkTarget_get_layer, gb_LinkTarget_LAYER, gb_LinkTarget_get_rpath

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4190cd23107a0553397ebec45e3113c46cafc038]

        add gb_MkTemp variable

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [23d976b1271216e98b0d9829cf13a9ade5d5ff69]

        fix solaris platform a bit

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d9d10881cf2c9d3998cc2769ac6d2cd5baac290a]

        linux.mk: fix COM variable

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c11e5f2db1ee9b053b85206b4fcc47fea061f9d]

        refactor build documentation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [03ab05ff7f45b936add4ff89014ef6b1379bc650]

        moving missing solaris.mk, documentation

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [9aae8ade4d872b7081d1233a8036fd4e25619d0e]

        refactoring

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [1c4101ca61b82edebbad8a17b5166dae19097d7c]

        add solaris port (tested on solaris/x86 in setsolar only)

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [4fab87c419255fbc9d2026b5dce8b51a86c85058]

        various fixed:
        
        extend $SOLARINC with $JDKINCS.
        introduce INCLUDE_STL, and do not include it for C files.
        replace $() command expansion with `` (Solaris /bin/sh does only backquote).
        fix gb_ResTarget_get_target: make target directory first.

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [e6e0f1aaae993c5f79e96ed442b7af5708137154]

        added convenience methods for adding package and sdi headers

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [10680355e445e524b8c9523aea427afa574f3478]

        value of $GUI is uppercase UNX

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f49e93297cef1bb16b9ffd2055c088de887d0df]

        resource location in default_images customizable for nonconforming modules

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [036e0e6d788992aa4f9e384e31187c0df89d239e]

        new gbuild system

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [03c2a4a770f3e705243584089139e214f7d44507]

        CWS-gnumake2-move-delivered-header-files-in-from-svt

2011-01-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e1c06f65543ba5d666903f8f0b564fb9448cde0]

        CWS-gnumake2-move-delivered-header-files-in-from-svl

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [d2991722b34fb597d34a3270cd4a806277c52da5]

        Added static toString method to ResId class.

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [90ce131cb6f8f942e1215c9d13d0a80dc9332e42]

        Removed OUString to String casting & prefer static_cast over C-style cast.

2011-01-10  Joseph Powers  <jpowers27@cox.net>  [22d5faa18f533f619748fc10259c06fcc372fafc]

        Remove 2 more DECLARE_LIST() items

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [fc6329314dbe23168afa96c49adbc0385748b9a1]

        Slight clean-up.

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [2eab8050c526009df63b76b20eaf664bdb760be0]

        Adjusted for the non-pointer-returning toString() method.

2011-01-10  Sören Möller  <soerenmoeller2001@gmail.com>  [baa307ef1dbbcaae50c7ff698e79bb04b673a780]

        OUString to OUStringBuffer and fixed ResId to OUString workaround
        
        Replaced OUString with OUStringBuffer in two plaeces where a lot of appending is done, and replaced a workaround for getting a OUString from a ResId by calls to ResId::toString

2011-01-10  Sören Möller  <soerenmoeller2001@gmail.com>  [9e6c92b0c01017f7bf4162783d529e1f199d0057]

        Changed String to OUString in funcdesc.hxx
        
        I have changed variables and functions in sc/inc/funcdesc.hxx to use OUString instead of deprecated String, and I have also changed all uses of these variables/functions to use OUString

2011-01-10  Sören Möller  <soerenmoeller2001@gmail.com>  [4cdd1c978ed2076ca59e91146b3cc04ab836c434]

        Changed String to OUString in public variables of ScFuncDesc
        
        I have changed four public variables of ScFuncDesc in sc/inc/funcdesc.hxx from deprecated String to OUString and corrected all uses of these variables

2011-01-10  Anders Jonsson  <anders.jonsson@norsjonet.se>  [9efbf8c9a620e5d7c7661b891ebf78ee54f5f086]

        Remove commented code

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [f8d290f90a4ca200d29a667b9fa2d2d4ebead1be]

        Get it to build after the merge & removed a warning.

2011-01-10  Kohei Yoshida  <kyoshida@novell.com>  [9a3cc6c0cf6447ffd65e86f93c4ca1a90c6e3ad8]

        Merge branch 'libreoffice-3-3'
        
        Their change regarding the filtering performance conflicted with
        mine.  I'll just take their code for now.
        
        Conflicts:
        	sc/inc/document.hxx
        	sc/source/core/data/table2.cxx
        	sc/source/core/data/table3.cxx

2011-01-10  Michael Meeks  <michael.meeks@novell.com>  [2929c2a4c67e3435c4a67dceeb54959859aa22cd]

        make linkoo scan the solver too, for Norbert's gnumake work

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [5c40918d075fc5fa393d18e73d16382540a3b20d]

        Related: rhbz#668057 Some Support locking files on more than just file

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [571b26b82670dd6e5b34579d688d590a2da236af]

        Related: rhbz#668057 use %% escaped # instead of literal #

2011-01-10  Takeshi Abe  <tabe@fixedpoint.jp>  [65885f16185aa0237e254370a4289d6eefc7bec7]

        remove dead codes never passed through even in case of MACOSX

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [ef599bd8ed7aba0240e0d7a4c3f9b744044d34b4]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [b9bff9906e94ef3b1c8d6da779269122d39d8354]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [cbb79e541cd2aa1f56cf7fbefcf8d0ce9c8db664]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [4d771c9583d9db425f3c5c23cb18409dd815d639]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [f096fb3b28bc9da2581d15cc61c80babc1516b5e]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [510e316a6f128161e6454fe35053231bd24b5a03]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [62d9ef4adbab91b37768d0742f5078aa0beaf47b]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [84a77492a26976c84c15d0c6ba558d30b87f0b51]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [2ebf6456709b2345fcd340137b10ff7bb47a3263]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [185575042240290a791eb23e3508aafa34c5a065]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [69a838975586aaa2d43399fd7fb473b4e82bbdf4]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [62479cc5aa788ddebf9fa23e0124a0dc2495426c]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [b52ec9a4fa9b8eb93a181fac3613f1de7d1d0825]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [69bb367315288b644439dc46d34743a2575a3527]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [f76f752dc908cfbab1cade605fe4f742233dfa6d]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [aa20084bd041208841d5ad3ca50b1e963eb5986e]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [55eac5dc3ce9a78ec1e945053971ff9d4212e2c7]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [9b59d283c2b22df81d736857f560bdddf840307a]

        Version 3.3.0.3, tag libreoffice-3.3.0.3 (3.3-rc3)

2011-01-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b127144838ce91ad86d730a2026cf2019438aabf]

        gnumake3: intermediate commit junit tests

2011-01-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [419f9e22a756bfed27850daa0935f3560776c3df]

        gnumake3: intermediate commit junit tests

2011-01-10  Noel Power  <noel.power@novell.com>  [6ca4a890ae8aad116731dddfa4b948934ac85ea9]

        fix handling of excessive trailing decimal places for currency as string

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [d2d9e70022b76364997f95c7b1adfdc27b112c74]

        removetooltypes01: #i112600# User correct conversion ULONG=>sal_uIntPtr

2011-01-10  Noel Power  <noel.power@novell.com>  [2b7b205993f27fac8c204bc3cb93ee7235a898bb]

        fdo#32600# fix specific core dump on read
        
        Seems like the REFERENCENAME record has some optional parts ( when Reserved is not eh expected 0x003E ) Ultimately thow we should get rid of filter/source/msfilter/msvbasic.cxx in favour of the oox filter.
        (cherry picked from commit 3dafb0e3f67b676169238b565890d88258377eb4)
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [3ecbf2394b143ac561269f18aa90ff2850820e1a]

        bump SHORT_PRODUCTEXTENSION to rc3 and widnows build version to 5

2011-01-10  Petr Mladek  <pmladek@suse.cz>  [6a72e7759946bcf227c6886e4e24732372ecb353]

        Really set BrOffice in the linux desktop files
        
        * dekstop files need "pt_BR" instead of "pt-BR" (undescore vs. dash)
        * "%PRODUCTNAME_BR" was wrongly substitured to
          "${PRODUCTNAME} ${PRODUCTVERSION}_BR"; it should be
          "${PRODUCTNAME_BR} ${PRODUCTVERSION}"
        
        Signed off by Michael Meeks

2011-01-10  sb  <sb@openoffice.org>  [93f059dfb6d817afaff56694f242dba3a1897c3b]

        sb139: #i116391# for backwards compatibility, allow absolute paths in configmgr getByHierarchicalName et al

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [19d163890903f02419662909a0a3148cc274845f]

        Related: rhbz#668057 Only need to know this if pInfo is non-null

2011-01-10  Noel Power  <noel.power@novell.com>  [c8532f0b9610393b6a6cb55cb40a27fa3993bfd5]

        bnc#660816 improve formfield checkbox binary export ( and import )

2011-01-10  Noel Power  <noel.power@novell.com>  [624ec49f98d3745af83bd44b37ba7505cee90b64]

        fdo#32600# fix specific core dump on read
        
        Seems like the REFERENCENAME record has some optional parts ( when Reserved is not eh expected 0x003E ) Ultimately thow we should get rid of filter/source/msfilter/msvbasic.cxx in favour of the oox filter.

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [e6b1241c8dbcdcf02e51b00c3e609585c0905d49]

        removetooltypes01: merge

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [27217d054cdaf7a8a609ae12d0a02911fc44b9d5]

        Merge changes

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [ed3c4beb53a618ac8777f33a0abdf32fc64fa1a8]

        removetooltypes01: #i112600# Remove tool types

2011-01-10  Joseph Powers  <jpowers27@cox.net>  [e9c987f9f8785e2fc12343e5a14263fb7e271c59]

        Remove DECLARE_LIST( SfxEventList_Impl, EventNames_Impl* )

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [94d85ef550ad17efba5dec09290d0e8176a8b455]

        removetooltypes01: #i112600# remove tooltypes from svx

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [3f4e9b4c3cd9028744ea6ed5e93c41c51a15d229]

        removetooltypes01: #i112600# remove tooltypes from sfx2

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a47a228eb5e1173e519d9aee9dc674875cb32116]

        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>  [858b82e990dee4558dbe3fe3c026d806f5acd524]

        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>  [57ccfcb41267ecd172f79fb86fafacbc1b2cbb14]

        gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel.

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [34f93e97f28bdfc6ee731fd7213588fe505cbd2f]

        gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel.

2011-01-10  os  <os@openoffice.org>  [441d36bd52f05b228d59908353730b0e67359c8c]

        m96 merged

2011-01-10  os  <os@openoffice.org>  [cfcf7909cda9ef0b59b906bef33c174d133adfcf]

        m96 merged

2011-01-10  os  <os@openoffice.org>  [d2eb8afce775635fb438eca41fd228370db7e150]

        m96 merged

2011-01-10  os  <os@openoffice.org>  [3202c06797726cc90ad3503b070aac4ebae9f812]

        m96 merged

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [4d41dd2a2b24d447647e2130dc6aa021cc3fb687]

        removetooltypes01: #i112600# remove tooltypes from cppcanvas

2011-01-10  sb  <sb@openoffice.org>  [cdd45d555cc6afca1aa2bf3a43922256c478d54b]

        sb139: #i112929# removed unused s_semi (patch by cmc)

2011-01-10  sb  <sb@openoffice.org>  [17be18e8a505afe4ddb6b7e2278d698554edd884]

        sb139: #i103789# various OSL_DEBUG_LEVEL>1 problems in uno/data.cxx

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [61a8280d645fe1b6957591d5d338d073040e8b2e]

        removetooltypes01: merge

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [12149cec8bcaf0e234def8d435025f07be24e15b]

        removetooltypes01: #i112600# First part remove tools types from editeng

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [071cddfecbb256b801274dc338d90c37d1389439]

        removetooltypes01: #i112600# adjust basic and scaddins

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [cf6cb90103d533224562b6a5f7b543ae2f40558a]

        removetooltypes01: #i112600# adjust basic and scaddins

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7]

        removetooltypes01: #i112600# adjust basic and scaddins

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1d112bec03b394340d645193264e042d8819e059]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34c

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [fa7f16afbf993fea744bd964f1e6b2add3630f1a]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34c

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [5813b6702c7bb97e63bc6648a23942935eadda96]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34c

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1fb18041e274a49222b37bdf34a1659890c29264]

        Automated merge with ssh://hg.services.openoffice.org/cws/dba34c

2011-01-10  sb  <sb@openoffice.org>  [d64c1529ace2ddf4060704a1a871c005156c5a81]

        sb139: #i114601# COMMON_OUTDIR removed in the meantime, so COMMON_OUTPUT typo can go, too

2011-01-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [589686740c96813f84b805ad73b638bfd4c9d28e]

        Color palette update
        
        Remove LibreOffice colors from standard.soc
        Update LibreOffice.soc file
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-10  sb  <sb@openoffice.org>  [64dcaa7199870f0c03403df10a5ae9d028b9c7b6]

        sb139: #i77102# forget about configmgr user-layer removals that no longer remove anything

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [a4b723613a86993dc5cce0195576380f28b8fde0]

        dba34c: #i108415# handle structed filter handling

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [897ade45672a36ffd278b1cb9ba21694c0ee45c7]

        dba34c: #i108415# handle structed filter handling

2011-01-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1821b0fd528c51a2f8f963a67f2e48fe457f1f27]

        dba34c: #i108415# handle structed filter handling

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [143f5e31f0b7588d2c9cc314699d2a3d3ae5959a]

        removetooltypes01: #i112600# adjust canvas

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6797ce4a0ee33c311885b55d73747575639a1055]

        undoapi: re-enabled the complex test cases in sfx2, using the old build system for the moment, until the new system has JUnit support

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6a2b7e2232d12df4a2b4d820929085edc22c1f42]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [57df74942c3dde5d087dfb544170804aa3c4e3e5]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [efe46a5077d93647b8a141e3a9b48eeab125aa06]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3c35160c6b139941d968fa4e76aeb758715977df]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [156dcc301b041dcac14fca051cccdd07ec00bba1]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab8a7f9834f4f003fbf705218c039fde7cd23938]

        undoapi: merge

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a052163f52207b240d12f3a61f44a3524e386e1d]

        undoapi: merge

2011-01-10  David Tardon  <dtardon@redhat.com>  [160f5312833df316e2aa1d89c68f06ccd173eafd]

        fix debug build breakage

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [40a6cf973726495772b11df46278ed50a8ac0b9f]

        undoapi: don't use deprecated JUnit API, this seems to fail now (but didn't before the rebase)

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7336d88dc46c6aa9c845c6173d37b2a905b16b4c]

        undoapi: those two classes do not belong into JAVATESTFILES, but JAVAFILES only

2011-01-10  David Tardon  <dtardon@redhat.com>  [98588c8294965d8417bbc33d8bb68b35a9850c9d]

        fix debug build breakage

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [9ed7a44c0fe4bfd4fbe58665a56b074e0d8ad866]

        removetooltypes01: #i112600# adjust canvas

2011-01-10  Christoph Noack  <christoph@dogmatux.com>  [ee9be7cb6ac0bcc08fd3218b8e9441880f0e0f2f]

        add de-branded MSI installation artwork, bug#32435

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [2849a7757f4152ca8f20ba2809ded8fa2c64433c]

        removetooltypes01: #i112600# adjust canvas

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [f8431bc530cabfe39df3918b994269dded8d7f8c]

        removetooltypes: #i112600# adjust fpicker

2011-01-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6b67bdb0ef37852d056dc9f1796ece3911921ab9]

        gridsort: toolkit depends on qadevOOo for quite a few revisions now - reflect this in build.lst

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [ae8f575a3d9f0918b72991688d114a281950ac19]

        removetooltypes01: #i112600# Removed tools types from framework

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [d1955a1c8b9cf4b7414b863dc22596f8533823dd]

        removetooltypes: #i112600# remove tooltypes

2011-01-10  Andras Timar  <timar@fsf.hu>  [008dd1d86754bc7865036a63a49ff1c6f70e8641]

        Added ast, ca-XV, and id, removed sc (postset.mk)

2011-01-10  os  <os@openoffice.org>  [baa0944a000eb662de63357a31184ed8c3ab7907]

        #i116322# disable binfilter file export: remove test of binary load/save

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [a1331d45d308d6e1c426d1cc17012ac84d1113a4]

        removetooltypes01: #i112600# Fixed duplicate type definition

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [0a4365afa3300b8aa9b9063daf6aacce1ba17422]

        Resolves: fdo#32897 strip out template language tags

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [62fa5ebdf3b8a2d31291051a547701a4d2756c79]

        set a template for mktemp, apparently required in macosx

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [e61ae6e25b4f056bbdffcfc7ca6732be878119d2]

        Resolves: fdo#32897 strip out template language tags

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [eb0c888863bc367c1a9bc554ba54d183e17d5fcb]

        cppcheck: enable basic cppunit tests now

2011-01-10  Mikhail Voytenko  <mav@openoffice.org>  [2aaf825997c55d1cf8d47452fe0503a954e4f4b8]

        removetooltypes: #i112600# remove tooltypes

2011-01-10  Michael Meeks  <michael.meeks@novell.com>  [eadfd2123e3df56333a73c52cd0633fa53df09a3]

        BrOffice branding for windows shortcuts

2011-01-10  Carsten Driesner  <cd@openoffice.org>  [8035cbd9e3e5c13095deaae443eb80e3b9785c3a]

        removetooltypes01: #i112600# Last fixes for VCL

2011-01-10  Caolán McNamara  <caolanm@redhat.com>  [473f610d774dfdde2d3308f3d22a04c2a4372aef]

        fix build error, and tidy this horror

2011-01-10  David Tardon  <dtardon@redhat.com>  [7cc856e2b13c6d6e7bbcc7bfd7dcf7d0016fb5d8]

        use SAL_N_ELEMENTS

2011-01-10  David Tardon  <dtardon@redhat.com>  [4cdcf19d7c2712d2eaa6efc440e22dc2fed4d419]

        remove all mentions of cfront. Oh, my!

2011-01-10  Muthu Subramanian K  <sumuthu@novell.com>  [a7e04046d004dc7fec59c69e13aa0915e2577d55]

        Allow Range Syntax to be of the form: Sheet1!A1:Sheet2!A2
        
        This is for XL A1 Syntax.
        Also fixes one of the (related) cases where pSym is not updated after
        cSymbol is updated.

2011-01-10  David Tardon  <dtardon@redhat.com>  [0c525d8a446412893b5903e5fb734c132a43668e]

        use SAL_N_ELEMENTS

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [335fc0758e62e9f2dbf9347531d04ad4d3cfac3b]

        Remove DECLARE_LIST( SfxFContainerList_Impl, SfxFilterContainer * )

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [36ec6bb72b4f45ce57c829d0927ea20f4d3ebbed]

        Remove DECLARE_LIST( BasErrorLst, BasicError* )
        
        PS: This version passes smoketest.

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [5d495e9f86123794211cffe9d625e7a1486f129d]

        Remove some extra includes & white space.

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [c70e37a0a055da1be9813011a9fa7d8d79f19c90]

        Remove DECLARE_LIST( BasicLibsBase, BasicLibInfo* )
        
        Passes SMOKETEST this time.

2011-01-09  Julien Nabet  <serval2412@yahoo.fr>  [6caa9c0b0ef12cfe90df63646df475da376ff1d6]

        replace -exec by xargs

2011-01-09  Julien Nabet  <serval2412@yahoo.fr>  [734a248a18c16f012ad614628ec9a6c014b6d74a]

        Some cppcheck cleaning

2011-01-09  Rene Engelhard  <rene@debian.org>  [0a9c73fd0228d306867b030f66e192b9ab1490a5]

        fix nsplugin for LibreOffice name
        
        - OpenOffice path -> LibreOffice path
        - only split "LibreOffice path [...] out with OSL_DEBUG_LEVEL > 0
        
        Signed-off-by: Caolan McNamara <caolanm@redhat.com>

2011-01-09  Caolán McNamara  <caolanm@redhat.com>  [9faee66bc7c2dfb2e3aec93a9a62838b5f928a5b]

        WaE: get member init order right

2011-01-09  Caolán McNamara  <caolanm@redhat.com>  [fed1dce1ad20b2a10b483540e19bc2a37604ca3d]

        remove some empty methods

2011-01-09  Julien Nabet  <serval2412@yahoo.fr>  [78f53deaed4057508f27ddb1f0b7a5b2bafb13a4]

        some cppcheckcleaning

2011-01-09  Christina Rossmanith  <Christina Rossmanith>  [2a1a3edefcf0309b40284357ad0990686f305ba4]

        Removed unnecessary comments

2011-01-09  Takeshi Abe  <tabe@fixedpoint.jp>  [8ae29f6ec6341b131d3d2c5e90d2efa5e954e206]

        Remove unused code and fix typos

2011-01-09  Anders Jonsson  <anders.jonsson@norsjonet.se>  [fd8e6b21a5d52399abbeae0af84943c72dcde5de]

        Remove commented code

2011-01-09  Anders Jonsson  <anders.jonsson@norsjonet.se>  [36d46eea8e199a6267666a53a5c2c579a112431e]

        Remove unused code

2011-01-09  Anders Jonsson  <anders.jonsson@norsjonet.se>  [7b0075d0c802f06f97a006b2d80b4c0343c0811c]

        Remove block of commented code

2011-01-09  Julien Nabet  <serval2412@yahoo.fr>  [fbf0cb8b1cabbc33aef52cf0e734d01ecd35f8f3]

        Reducing spawning of chmod with xargs instead of exec

2011-01-09  Christoph Herzog  <rhogez@googlemail.com>  [6b497a1f57256808ff95e39bfa2d7e5af92e32c4]

        Translations of comments in writer/sw/inc

2011-01-09  Christoph Herzog  <rhogez@googlemail.com>  [267dbb72e620aba14910211be66e6a321c79c1e0]

        Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx

2011-01-09  Kalman Szalai - KAMI  <kami911@gmail.com>  [80e97d306ca68e8b115bafaa3cb4733f194a7e5c]

        Fix Barcode extension's directory

2011-01-09  Rene Engelhard  <rene@debian.org>  [38f7677546402e4b65aab3c08ac16a8a1c31447a]

        technical.dic: more words from deb#425791
        
        +dpkg
        +rpm
        +gcc
        +gcj
        +gij
        +GPS
        +spamassassin
        +Xen
        +uname
        +Ogg
        +Vorbis
        +FLAC

2011-01-09  Rene Engelhard  <rene@debian.org>  [a364db6c09bb936fad74c502abd4620d696f22e0]

        add {Free,Open,Net}BSD to technical.dic

2011-01-09  Caolán McNamara  <caolanm@redhat.com>  [5a3b7af0e2597f7355d267d53ad07d5bb5fc8ab9]

        set a template for mktemp, apparently required in macosx

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [5d193edc82ba0279e21ec47e7f4933d56086a603]

        Revert DECLARE_LIST( BasicLibsBase, BasicLibInfo* )

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [194ce09c654a2f82bb447d05ed36a99c3e9fc82e]

        Remove DECLARE_LIST( WeakRefList, uno::WeakReference< uno::XInterface >* )

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [84e3cd762ae0994bcc6973f79f36d53df04783ae]

        Revert DECLARE_LIST( BasErrorLst, BasicError* )

2011-01-09  Christina Roßmanith  <ChrRossmanith@web.de>  [df01d9b45b03b4acecfd31527bd5fa7cfc8dfd4d]

        translate some comments

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [ca3261f7d44eaf1a64642b8702ea195304b4af8c]

        Quite a few compiler warnings.

2011-01-09  Caolán McNamara  <caolanm@redhat.com>  [a07fa3ae7dc94807bfa04e841fd7add6d4949939]

        get these tests buildable on windows

2011-01-09  Joseph Powers  <jpowers27@cox.net>  [26dc413bc4c6bbe66403a1be6907916977136626]

        Remove DECLARE_LIST (ScFormulaCellList, ScFormulaCell*)

2011-01-09  Kohei Yoshida  <kyoshida@novell.com>  [b41b7cbef3ca21ad38e527a116e76a62c91c4b16]

        We need to move to the next record during mail merge. (fdo#32790)
        
        I believe this code change was unintentional.  We shouldn't be
        skipping MoveResultSet call or else all the emails would be sent to
        the first person unintentionally. ;-)
        (cherry picked from commit 20b3b54b246159baeac941fe0acdeb61cc5cd112)

2011-01-09  Kohei Yoshida  <kyoshida@novell.com>  [0e1f6828408201926d6e20e054cad706d73b02b9]

        We need to move to the next record during mail merge. (fdo#32790)
        
        I believe this code change was unintentional.  We shouldn't be
        skipping MoveResultSet call or else all the emails would be sent to
        the first person unintentionally. ;-)

2011-01-08  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [67bdb01f24e7b3a834cf59453859929cc859a838]

        cppcheck: reduce variables scope

2011-01-09  Miklos Vajna  <vmiklos@frugalware.org>  [8051a883370d3fd1df8c35d233a88e72a6e08f1f]

        cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-09  Robert Sedak  <robert.sedak@roby.hr>  [2901fec0d4727c5e5a46b31a53abe2aaa74faf75]

        Fixed localize jpropex launcher under Win32/Cygwin

2011-01-08  Joseph Powers  <jpowers27@cox.net>  [97c826611e69c8032685cc9eefa84d710f855dcd]

        Remove DECLARE_LIST(ScBroadcasters, SfxBroadcaster*)

2011-01-08  Joseph Powers  <jpowers27@cox.net>  [8ce006f89e77bb2d24f13d5eaebae86303edbbe3]

        Remove DECLARE_LIST( ScBroadcastAreaList, ScBroadcastArea* )

2011-01-08  Joseph Powers  <jpowers27@cox.net>  [eaa247c0f310704b601e93ff6766de3e4d89d757]

        Remove DECLARE_LIST( BasicLibsBase, BasicLibInfo* )

2011-01-08  Joseph Powers  <jpowers27@cox.net>  [7daccf890eeacb0bc1eb0e693c871f4325d19b0c]

        Remove DECLARE_LIST( BasErrorLst, BasicError* )

2011-01-08  Christian Lohmaier  <lohmaier+LibreOffice@googlemail.com>  [cca3388bd456b38f2c2813837c1f19c679554589]

        small fixes to allow using --with-linked-git & --with-external-tar

2011-01-08  Rene Engelhard  <rene@debian.org>  [f787e4a378477191f442d0cc1193a300c37e08aa]

        technical.dic: add endian(ness), Kerberos, debootstrap, userspace

2011-01-08  Rene Engelhard  <rene@debian.org>  [053f10b1049a2d4d72d5e5570b47304d83fe4871]

        technical.dic: add squeeze and wheezy

2011-01-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [684475f2751468a4bb940916d9ac5c84d1f8246b]

        Revert "Remove oracle.dic file."
        
        This reverts commit 6e280b46a6b1378d2fdf903c1d49b5c57e492dd0.

2011-01-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [abc9f398b2da20545b540ae4354aa6c634232c9a]

        Updates for technical.dic
        
        * Technological company names
        * Services
        * Special words

2011-01-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f9a2b2913692fa1d65200f53c90e77b0bd134445]

        dr78: oox - BIFF3-BIFF5 arcs and polygons, line and fill formatting

2011-01-08  Release Engineering  <releng@openoffice.org>  [80f34936da1a8665dcd60865db5c16094c9ec5c8]

        DEV300

2011-01-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [6e280b46a6b1378d2fdf903c1d49b5c57e492dd0]

        Remove oracle.dic file.
        
        One of the user dictionaries is named "oracle"
        https://bugs.freedesktop.org/show_bug.cgi?id=31798
        
        Please remove the Oracle wordbook from the product. First, we don't care about
        Oracle reserved words. Second it prevents some local to get some words
        corrected like Éducation in French.

2011-01-08  Kalman Szalai - KAMI  <kami911@gmail.com>  [00d3e2fd803172af0b134b73c8f71259b2a741cd]

        Standard color palette updates
        
        Following the colors described at:
        http://wiki.documentfoundation.org/Marketing/Branding#Colors

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [143f3034d17306416ac8ceade8437ef56059e239]

        #100000# Remove obsolete file

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [f76195e73d39cc2591920544accf5d69d9afea5a]

        CWS-TOOLING: integrate CWS ause129

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [1263aa4f905435ab99e133f4b7b76375c815d2e3]

        CWS-TOOLING: integrate CWS ause129

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [3fabeaf37fdae81a650f28ac96c25ecd1cb5d57b]

        CWS-TOOLING: integrate CWS ause129

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [bfc17d4b7e7462dc228d683b2d6b1ba5ebcaa3d2]

        CWS-TOOLING: integrate CWS ause129

2011-01-08  Vladimir Glazunov  <vg@openoffice.org>  [b9cdd851abc36604e5c395f3af0a5dbcc7063336]

        CWS-TOOLING: integrate CWS ause129

2011-01-08  Kohei Yoshida  <kyoshida@novell.com>  [6e56de169d1c6c3d6b78f3fe99e088f6286b34a3]

        Upgraded to mdds 0.5.1 package.

2011-01-08  Kohei Yoshida  <kyoshida@novell.com>  [1f23d4d668e749d298fd63eb2f5fbd06d42d6429]

        Upgraded to mdds 0.5.1 package.

2011-01-08  Kohei Yoshida  <kyoshida@novell.com>  [6d71ac7d1fb84f123cf3049432cb0fd0334e91c1]

        BOOL to bool, to remove warnings on Windows.

2011-01-08  Kohei Yoshida  <kyoshida@novell.com>  [eead08009db67a76a69b1912a044f035012abf39]

        Now the matrix test passes on Windows. Re-enabling.

2011-01-07  Joseph Powers  <jpowers27@cox.net>  [83d152fcccfc94b2eaf8132d247ff735465f7031]

        Remove DECLARE_LIST( SvXMLAutoStylePoolPropertiesPList_Impl, ... )

2011-01-08  tono  <tono@openoffice.org>  [ae26c3df379267dbd5c6af5cc21e466bfe4f1128]

        mingwport33: i#116357: sal: stop exporting exception class on MinGW

2011-01-07  Joseph Powers  <jpowers27@cox.net>  [0c55018f4780216f08001e5661a2a4b581db913d]

        Remove DECLARE_LIST( SvXMLAutoStylePoolCache_Impl, OUStringPtr )

2011-01-08  tono  <tono@openoffice.org>  [2730d9db9a8b34661781e4b334a59a91e08bd155]

        mingwport33: i#116356: MinGW port enhancement: warning control

2011-01-08  Rene Engelhard  <rene@debian.org>  [9dc556c2425de176c30031f143b7c42da7443983]

        s/exceptons/exceptions/g in configure.in

2011-01-08  Rene Engelhard  <rene@debian.org>  [309b61ccacbad6bbccd27e70b042dc6070a2181c]

        update system-mdds check
        
        Check for mdds >= 0.5.0 as sc now needs it...

2011-01-07  Takeshi Kurosawa  <taken.spc@gmail.com>  [7cdf7a032da82c997d9452846a1fb35789bc8d7f]

        Export text color
        
        The color selection logic is what flash export filter does.

2011-01-07  Takeshi Kurosawa  <taken.spc@gmail.com>  [1d5e6e4fb2788156e6a5287e735264c7c5832e0d]

        Remove redundant 'g' element
        
        pTransform is completely redundant.

2011-01-07  Takeshi Kurosawa  <taken.spc@gmail.com>  [16fe0a222508e8e5b488b841065a39b22deb70cb]

        Use simple syntax for glyph definition
        
        Opera and Chrome don't support complex syntax for SVG fonts glyph definition (child elements of glyph element).

2011-01-07  Takeshi Kurosawa  <taken.spc@gmail.com>  [a04907886e93de3e6aa50e2f0c9f9beacd10a8a3]

        Add 'px' unit to 'font-size'
        
        Firefox and Opera don't accept unitless font-size values.

2011-01-07  Kohei Yoshida  <kyoshida@novell.com>  [f2f4a2a8cbc00840f3e7f7f863a44e31b34fdd9b]

        Newer mdds package (0.5.0) now required to build sc.

2011-01-07  Kohei Yoshida  <kyoshida@novell.com>  [def3247c2d45eba65f5859d9b882628f013757bc]

        Newer mdds package 0.5.0 which is now required to build sc.

2011-01-07  Kohei Yoshida  <kyoshida@novell.com>  [2eea1e11956d7be04e3baf967fd8f4685e7c2a16]

        Improve filtering performance to an acceptable level.
        
        Note: this change requires mdds 0.5.0.

2011-01-07  Kohei Yoshida  <kyoshida@novell.com>  [dcbd3b331d407e4bb8fa2a0d3425a45ec6ec2c95]

        This is also part of the merge.

2011-01-07  Andras Timar  <timar@fsf.hu>  [9d45099d2a35d77143845c70f88bbc2152d7d8fe]

        Added nplsolver translations from Pootle
        
        de, en_GB, es, fa, fi, ja, ko, nb, zh_CN, zh_TW

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [5eb306218186c65a5d5dcbff410f63f623166cb8]

        Resolves: fdo#32897 strip out template language tags

2011-01-07  Kohei Yoshida  <kyoshida@novell.com>  [8cce3ef4c1d81d7e2ea31c43135403825ddca064]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3
        
        Conflicts:
        	sc/source/core/data/table2.cxx
        	sc/source/core/data/table3.cxx

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [71c5b530111a2150a42439d2c3f67cf1ad943c91]

        Resolves: fdo#32897 strip out template language tags

2011-01-07  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [bd21f2d99411a3145fe2ed570d58815164a9a3ff]

        impress208: #164350# better xpath handling

2011-01-07  Thorsten Behrens  <tbehrens@novell.com>  [2b0d41e9ab02bb3f800c09c3fba611badf0d5c2c]

        This surely shouldn't need executable flag

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [a9ecc29cef14a8da7977571182f0bf83635ab652]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [ca1b76d81e4a1ec15d68af98bf6541ca72bcaf2d]

        remove commented code

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [ddffa1c43d0a3ee79eab4a297043159a79dd4ca4]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3

2011-01-07  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [33ccd99de501dfe9be979a5fac850b844c0e9aa2]

        impress208: #164349# small TGAReader improvement

2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f6bf75f7f5abc80b70fde265ca4428dc3e341061]

        ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [4f1027c6dc472102c06ff2b461dc456f45fbfa93]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [60ff78bdcfeef7713a3669cfe37e81e29f33f6aa]

        Micro optimization of the last commit
        
        nBufSize was set by aBuffer.getLength() and had not been used in the end

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [7100d5b93b4f49ab36f9105bc112cadf55812a41]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [b9a65c7279e048bdca7aed1a2cbc836cf5d82985]

        Merge commit 'ooo/OOO330_m19' into libreoffice-3-3
        
        Conflicts:
        	solenv/inc/minor.mk

2011-01-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a2f00d2ef5b89eba0a81601921910168f4d7f2f9]

        gnumake3: basic support for java class sets

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [18e2b6173baecd1c24afdd8ccb3eb9e3ce8235b3]

        Fix distro specific about intro hadling
        
        oosplash does not longer support multiple intro pictures; it is enough
        to replace intro.png and about.png with the pictures passed via
        
        Signed off by KAMI.
        --with-intro-bitmap and --with-about-bitmap configure options

2011-01-07  Petr Mladek  <pmladek@suse.cz>  [961abfc6f24f862d9f5dd79441eeebe9ecba1e61]

        Fix distro specific about intro hadling
        
        I guess that nobody uses more alternative branding pictures. It was implemented
        for SLED10-GM and it is not longer needed there. So I renamed:
        
            --with-intro-bitmaps to --with-intro-bitmap
            --with-about-bitmaps to --with-about-bitmap
        and
            INTRO_BITMAPS to INTRO_BITMAPS
            ABOUT_BITMAPS to ABOUT_BITMAP
        
        Also .png file format is requred instead of .bmp now.
        
        Signed off by KAMI.

2011-01-07  Carsten Driesner  <cd@openoffice.org>  [68f2d13c9f1698eb45c4a1b341d1cac7c7526929]

        removetooltypes: #i112600# Adapt Unix part for removed tool types

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [e7ee592b13a604da92164d008a3941ef8329f16e]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [3f6dbe5244d4f9c1d0a738faad1b0e6ff0f4390c]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [9e2d73aef6b5c15794936a849ead050ca3d205e3]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Joseph Powers  <jpowers27@cox.net>  [9d276e3451b2d69f8736d3eef55efea77a403953]

        Remove DECLARE_LIST(ImpPlaceholderList, SdXMLPresentationPlaceholderContext*)

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [c5b727675460581258489d3bd569a61184ad69cd]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Joseph Powers  <jpowers27@cox.net>  [419c5a29e68c5a5c6fdd176540188d753e319aeb]

        Remove DECLARE_LIST(ImpMasterPageList, SdXMLMasterPageContext*)
        
        Plus a lot of white space cleanup (tailing type)

2011-01-07  Joseph Powers  <jpowers27@cox.net>  [44343e4979187b55072beb5b38ecd9d70a7c448b]

        Remove DECLARE_LIST( XMLSectionList_Impl, XMLSectionImportContext* )

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [dcd8e4664d9a284c24ceb0360cab0606b22cf86d]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Michael Meeks  <michael.meeks@novell.com>  [74f19bf9e2e8e1855739071fed64cf9e7cf3aab8]

        use 0775 not 0755 for chmod

2011-01-07  Steve Butler  <stevenb@kjross.com.au>  [079c782fb3797011209abcfd15ba2d22a5a22e46]

        accelerate make_installer by forking a lot less on windows

2011-01-07  Thomas Benisch [tbe]  <thomas.benisch@oracle.com>  [a5a00255b3b1d0b9736615fb2a7c2376f0584091]

        chart51:#i116352# Error: XMLShapeExport::exportShape(), exception caught

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [86f33ec8c5141541aa6027180f25256de1cc73d3]

        cppcheck: Remove unused variable in XMLExportDatabaseRanges.cxx - check

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [cc3359be8037d92d19a8b4cd484f62534e31184c]

        cppcheck: Remove unread variable in docsh5.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [6f6402d6f97354cf8ecc73bd713714e3f783cb22]

        cppcheck: Reduce variable scope in dbfunc3.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [e97a613225dbb0e79b3999baeee47a84a80634bb]

        cppcheck: Remove unread variable in op.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [712118c0b81fe293088a6f7a23ee7e2e69b3e858]

        cppcheck: Reduce variable scope in interpr2.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [416e75756340107d89732132611d4d9008573941]

        cppcheck: Reduce variable scope in namedlg.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [7fb8c28d8252da191cdf28a9a055237359cbb8ba]

        cppcheck: Reduce variable scope in vbaworksheet.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [e3533f505e0a415fd396ae87820db281b3cbbac6]

        cppcheck: Reduce variable scope in vbaworkbooks.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [050749f54de8fe257abf9970bee711cf6bd768d5]

        cppcheck: Reduce variable scope in column3.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [6d37a985034a2aefb466a38f3d7ec76431b53a7d]

        cppcheck: Reduce variable scope in filldlg.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [df44fa7f8c73737188bbfa16c7ce7ec9da3bb690]

        cppcheck: Reduce variable scope in crnrdlg.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [9b735fa4350089edb0910be52718bbca29879fab]

        cppcheck: Reduce variable scope in solverutil.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [42a56939649c7c1157a2900640e2d82359b930f1]

        cppcheck: Remove assignment to self in cell2.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [6861abc8b6ebae4291fa5d888d011c282edddef2]

        cppcheck: Reduce variable scope in interpr5.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [1b65c3913102e773b3a26a2865404670f51f4cb4]

        cppcheck: Reduce variable scope in qproform.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [daa26db23d765c7e6b65bc49130e4d98a0413253]

        cppcheck: Reduce variable scope in documen8.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [b9e759695e04f0b408e3f451a9ebcfc2e274bd2c]

        cppcheck: Reduce variable scope in inputopt.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [b8a14af2f1fd9e5fb574601e5afaf9455f63d5c7]

        cppcheck: Remove unread variable in tabvwshb.cxx

2011-01-07  Carsten Driesner  <cd@openoffice.org>  [39ad2ff73a9700be25064169bc8bd85001ab959c]

        removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [e1880d043cdaff9be1401adf72cbd5013fb4291d]

        cppcheck: Reduce variable scope in vbarange.cxx

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [71747dd58636847fdfda6b5e4029a78d5e0cccfb]

        removetooltypes: #i112600# remove tooltypes

2011-01-07  Carsten Driesner  <cd@openoffice.org>  [08bfcbee1d8f17b1034a3b78ae850fc49619509a]

        removetooltypes01: #i112600# Fixes in rsc, svl and xmloff after rebase

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [759c6914f57bc78ade368ca43106bbe6661b49ed]

        cppcheck: Remove unread variable in vbarange.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [8fff22cb01bac2f08e970ef5898527dbdee66c4f]

        cppcheck: Reduce variable scope in mvtabdlg.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [3fca3e854e96c1f6d166639c0eaa61185b48d3b5]

        cppcheck: Reduce variable scope in xicontent.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [cb55952e8c863ddf246b2660c541c5e2040ff168]

        cppcheck: Reduce variable scope in table4.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [bb0ab8043966d255a8c4d7eaa203c10a0e035001]

        cppcheck: Reduce variable scope in interpr3.cxx

2011-01-07  os  <os@openoffice.org>  [b42b1497c53ba0d880e6972b3e7d74118a70988a]

        #i116322# disable binfilter file export: some export code removed

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [0194587db67ffa559d439fe4e170a86e56298965]

        cppcheck: Remove unused variable in test.cxx

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [344095b555a30365a318fd4edf1cc57353cef7a0]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ee6e84390f6ed66e26aec1a6f41aa870b4637ee7]

        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  Nigel Hawkins  <n.hawkins@gmx.com>  [c1e095729e22505db24a41e6a3c15e9162953219]

        cppcheck: Reduce variable scope in inputwin.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [867d19e0bf4eb9163d0efc691e41b4fc0f432ea5]

        cppcheck: Reduce variable scope in chartarr.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [089f7d0aced78a518049480fa88235a0666ddf2a]

        cppcheck: Reduce variable scope in dpobject.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [30a6b8e275cbbe2696ff1e3b8340b34cf7ba1818]

        cppcheck: Reduce variable scope in detfunc.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [0ab5804be763bb0406e63170113d4e0de0c627b7]

        cppcheck: Reduce variable scope in inputhdl.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [01a119e277b2520d939038be7565d5f6e72daa84]

        cppcheck: Remove unused variable in docsh4.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [3936ef645340b7d044e3ffe39c5243891183d7f4]

        cppcheck: Remove unread variable in documen3.cxx

2011-01-07  Nigel Hawkins  <n.hawkins@gmx.com>  [07c5364edec62545ffdc3355eecc4322e2a85b1b]

        cppcheck: Remove unread variable in colrowst.cxx

2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c23439dc8491926ff6de6e354faef4194085f7e3]

        vcl118: fix a namespace problem

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [334a11ea8284cf6fa5af6dfbbb9d105418356ca6]

        gridsort: document ownership of the grid columns

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ce87fad0a9eba1247450d34140d44e234523cdf5]

        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  Nigel Hawkins  <n.hawkins@gmx.com>  [7b460ef92d9e148eedff6bac5f2f90fb2597cc31]

        cppcheck: Reduce variable scope in drwlayer.cxx

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dcd6c8a87317a81beea35a067667165b9e0f051b]

        gridsort: alllow removing columns from a grid control column model

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [075ffa4ea267ae143c9c6c583073451ace1d57b3]

        gridsort: alllow removing columns from a grid control column model

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [02e1029d8c6a1532de630d0dc74e869306a562a1]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock

2011-01-07  Mikhail Voytenko  <mav@openoffice.org>  [fdf0c3f3c73229588d52893c5c77faea0228a5fb]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock

2011-01-07  sb  <sb@openoffice.org>  [0c949676d836385e1925d2ae6b50d597266fa38e]

        sb139: #i113686# do not clear IdlReflectionServiceImpl::_x[TD]Mgr to avoid null pointer dereferentiation

2011-01-07  Carsten Driesner  <cd@openoffice.org>  [cb5c8c06db560f1f5876cac2184a75c509267279]

        removetooltypes01: #i112600# Fixes in tools after rebase

2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [27103fadc0eabf17ae4124975f8d4ac977618695]

        vcl118: fix a namespace problem

2011-01-07  sb  <sb@openoffice.org>  [8e4ab13027f6ee90c788c064ff0912347cafb652]

        sb139: #i113686# let LRU_Cache::setValue nop after LRU_Cache::clear (so that IdlReflectionServiceImpl does not leak ring-referenced _aElements members after dispose)

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4f39e56b002026409d52d0caeabda97c81961b91]

        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>  [85edcf2661b32189d7f44b1afac1890182c33abb]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [151e86557ac6f75551722da8cf3edf7130cf3c60]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cb44839c8676b54dbe88823626b7b7bd02a034df]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f9d9e2289c3c5f801ffe41db7f0cab8c3fc9e6ee]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8162ad59bec02814af20eb87131d46201f23d764]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [408a13ca5edc8abdb2113cd35ecf2a5235833ff2]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [35406d629280f6d44d944231740c310bdc1e9679]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5cef76ee88349a9add7b011c46f94124a4f37ffe]

        dba34c: merge

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [31ff861b580c87fa42b6c5ade11c713e2c79c806]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a2c4c5323de520468e5e0acb598ccdc18b70f8a7]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1e27b5c5e62dd7c3005e585722e37ba695af6c9c]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e816b136925b1d417dd038a768ad1cf6faae0991]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d5620a3e4b8c0d956073691ded486bab1e0f919e]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1b4862fbafa5236c7cf1802adfa45bc241b1695e]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b2bc5d7cb1de88676c17df0c2c3fd490047dc26]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cbcec4a8a16a62438238b41470eba33ed5dfc780]

        dba34c: pulled/merged latest changes from CWS dba34b

2011-01-07  Thomas Benisch  <tbe@openoffice.org>  [0729b2664f9c9cc9926ad8d7e0820b6abf38c268]

        chart51: #i106137# Formatting Toolbar - Focus doesn't switch when select an other element

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [14ea1e208b3038c5639abd99c11799146a69643c]

        gridsort: added XGridColumnModel::createColumn

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ca53d4504968bb2fd396c352657c9dc5b3ee6c40]

        gridsort: added XGridColumnModel::createColumn

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [4492de10e0c61900bd00b1b03983073258161a93]

        fix this up but keep cppcheck silent

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab6b89030ba6f4e80b7df7f734fa23338841293d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0e5f813636b71eea7f1c355b0bd6ebd9c575ae59]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e8f1cbd03ed2235386126480b1bd2e041b553208]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e2f4f325b76b39e37394d788e922a3690e4f24dc]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0c0ec7651ca99457372e4477b426e1da2ee1d882]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a7b6bbdc3d285dc51a1dd212123915c9fc7bfa5f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [872b2f79cd3527c0163c78e4d2b1a32fad81a863]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/undoapi

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [9c97e631716d73d7d9f17c2b53f6edfe8a160e10]

        fix syntax

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [e28997ddede46b619f8f64a66c18cbc1e4e92dc3]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [62228c515fe57155fa704fc1d23db19f735dacc5]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [e8bf716e6dc616e67a940be048d2df2673e83fcf]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [8f87684ae99bf8dab5084b3c8eccd80f44292e72]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [3505b4288e10937ca4805de5989b71da59e8c54a]

        adjust indent

2011-01-07  Guillaume Poussel  <gpoussel@gmail.com>  [ae00a3d7d62c0345f8ba8185a8bfad60229f2909]

        Clean 'resourceleak' warning in cppcheck.

2011-01-07  Guillaume Poussel  <gpoussel@gmail.com>  [865bef974dbe82eda780bb28516d83982ae07ed8]

        cppcheck cleanliness

2011-01-07  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f795718d498e939e4a0b4db6f17963ffc68fb792]

        Update CREDITS.odt
        
        mmeeks gave OK to push without review, he will have a look at it.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [8ac53e5281808a84c6560c9038bd80167b2eba0b]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [89e9bdb508104a2feb0a5b84183c56ce80e483e4]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [52764286746e93c1fd22999c78d7b07cf936faa6]

        cppcheck: prefer prefix variant

2011-01-07  Caolán McNamara  <caolanm@redhat.com>  [8ff6884d511c8b3b697a6813a4fea598e1906f57]

        cppcheck: prefer prefix variant

2011-01-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bf904495278d81ebf96c0b7ee3c050509632b0f2]

        xlastovi: #i91990# use proper values for CGBitmapContextCreate

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a9edc6355d2323e1ac37c05bddd04d3e32896c09]

        gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c36c24d7c4396dff864b77e91fe36cd7890a5342]

        gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too

2011-01-07  Christoph Herzog  <christoph.herzog@uni-bamberg.de>  [96894f571dd52e2e891c972f46a0e02356d6347a]

        translate german comments

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5c398088ae12011b0cda564b580c31bed7558aed]

        gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/ColumnModel, but to the GridControlModel

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9cb54ddb6ee986202829eab834cb856a4df5c45f]

        gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/ColumnModel, but to the GridControlModel

2011-01-07  Laszlo Nemeth  <nemeth@openoffice.org>  [ee8a47bfbb40932a6f29d9c2dad8796bf9570441]

        fixed a crash - fdo#32850

2011-01-07  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [b06a3287f38af15af2172e20f2ad29a0d12cd8ff]

        dba34c: #i116032# we have to recalc the bounding rect

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [74bbd23c2d27db99f1f2cba8e16fa8486d1bf3da]

        gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren't, it wouldn't belong into this module

2011-01-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e1c80401419cf94b34706c4fa7fdd929665c640e]

        gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren't, it wouldn't belong into this module

2011-01-07  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [656c73c2e4138f110f1b08f60482ae66f8f843ef]

        dba34c: #i108590# convert number to date

2011-01-06  Joseph Powers  <jpowers27@cox.net>  [d590e9e07fcb248e762adb8af755a36cebf3016d]

        Remove DECLARE_LIST(Imp3DLightList, SdXML3DLightContext*)

2011-01-06  Joseph Powers  <jpowers27@cox.net>  [c5e997d640cd3ff387793de9080f3eee978d0881]

        Remove DECLARE_LIST( FmCtrlModelList, XInterface* )
        
        Actually the whole file isn't used.

2011-01-06  Joseph Powers  <jpowers27@cox.net>  [9a0bd5110ceee9851bcd8cf12090b13c60074353]

        Remove DECLARE_LIST( FmCtrlModelList, XInterface* )
        
        Actually the whole file isn't used.

2011-01-06  Laszlo Nemeth  <nemeth@openoffice.org>  [fcf118007512b5f311b8786e8d381875bfe48a55]

        fixed a crash - fdo#32850

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [22ba0d91505b1c3245e482c527e0454ed0cc0919]

        flush stdout before returning from main in case _exit hack is operational

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [9dbf9b38f497acc40e6b16ae8e55170000220b50]

        Use full path to ooenv.
        
        So that the command line suggested by make dev-install actually works.

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [f4174a0f74f1b7ab565eb95cd6b6fd1c4b1aec89]

        Resolves: rhbz#666088 clean up search cache singleton in correct order
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-06  Petr Mladek  <pmladek@suse.cz>  [2867342bbb53167932fce40834eb2e9ee1f8a2c1]

        Fix check for BerkleyDB when db_create is macro
        
        It seems more safe to check for dbopen; it has just one
        other variant in db-3, see
        http://lists.debian.org/debian-devel/2001/04/msg01770.html

2011-01-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e9fd262a9eb16f27792a63c8e20ced05333f1b64]

        gnumake3: updating existing check in sfx2 to new check infrastructure

2011-01-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [84abe714225700987f14660f19ede71c19c0a51b]

        gnumake3: module support for checks and subsequent checks

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b0e0388d7c167e047763801fd725095683bdb4ca]

        Resolves: rhbz#666088 clean up search cache singleton in correct order

2011-01-06  Michael Meeks  <michael.meeks@novell.com>  [b0f8b8d3fc98413479bfd75a600e07dc00496315]

        remove english license pre-amble; fixing bug 32563

2011-01-06  Juergen Schmidt  <jsc@openoffice.org>  [52bce12e36ecd7018be8249575b5f7211dc32c6f]

        jsc340: i115337: correct since tags

2011-01-06  Juergen Schmidt  <jsc@openoffice.org>  [cd1471fbc30a7a4d598f2da731de2af71d522bea]

        jsc340: i115337: correct since tags

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [734a6d08ad0e414b3331d4c9dac0369798e66795]

        OOO330

2011-01-06  Michael Meeks  <michael.meeks@novell.com>  [103ed05541e9a8ed9d9cbbc1e6877b529a083c9f]

        add BrOffice translations for pt-BR to .desktop files, from Rene.
        
        Signed-off-by: Michael Meeks <michael.meeks@novell.com>

2011-01-06  David Tardon  <dtardon@redhat.com>  [2d262182acba3c7550756df2bc3b548964ec6bb2]

        Related: fdo#32840 update help line for unopkg --supress-license

2011-01-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [dd52c46d4dffaabf20c457ec304eb733fff935b0]

        fdo#32840: make unopkg --suppress-license skip license in all cases

2011-01-06  Joseph Powers  <jpowers27@cox.net>  [0e2c42eb800d7a65e65c27ab7b834b592d2caf5b]

        Remove DECLARE_LIST( FmEntryDataBaseList, FmEntryData* )

2011-01-06  Jan Holesovsky  <kendy@suse.cz>  [e4660fb6a551cdb62c01aa747dd763d734d74dc2]

        Show the license information in a separate, localizable dialog; fdo#32563.

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [62cfba8ec4ca92fa3b20b2de8719ef8ca0d89bbe]

        CWS-TOOLING: integrate CWS calc64

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [159c878063d472e8cb33b0d3891dbe6e513af983]

        ause129: #i116326# own pch dependency file for debug case

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ba24c7a4fd8714a6ae2b7c49d00d33a65f24eca2]

        gridsort: XGridDataModel: do not provide access to all data at once, instead use cell-based access

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f167cee01ffd13e949e68f8395050dc1264f9ab5]

        gridsort: XGridDataModel: do not provide access to all data at once, instead use cell-based access

2011-01-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [bb282d6533202ce6056d6aed37774c59a2deab2a]

        dr78: oox - import children of BIFF3-BIFF5 group shapes

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [de26c2c65c21182d23cbf660cf6bd19cd84f7f90]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [c1d1dcb62abe696b7f4aaa035eefe08ed11b9ca6]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [358c04248f7399a2e91fb8945d4c9c79b8695202]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [1c4899220103d0f26aab9b4db70d329f161454a1]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [a95e4952297007634302b11e3eaa3d0001a40f47]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [6aca1e682ae4b12d4ee8ae8600cb88ae2a1151ab]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [d4eaeeecc108d3ca751efbc467709ac1899234da]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b170375107de68a64367c37124a0b90d0ef69923]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [803ab3946e27de662b0fbcf942950ee37311fac3]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [c53d03f70ab4aa14259b17263d6234a5c3a7aeab]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [f2bc6b5dfbff1c7a35a9e051314675892e4c8bd1]

        silence this script during the build

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [827fcc68aa45b3567afdbe082717e5eaa151a9dd]

        ause129: #i116298# move toolkit images

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ec297b77de621fb7dd6b29045269a1b7402771d1]

        ause129: #i116298# move toolkit images

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [731c4a20b2e21afd5e239dff00c1ca840fff20d1]

        ause129: #i116298# move toolkit images

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [28a8964dbd3c0b2783bd2474ce4ad48bfeb2e34b]

        fix typo

2011-01-06  Kalman Szalai - KAMI  <kami911@gmail.com>  [7fbdfd0a0d2af30af92839ebf8bcf97c465519e8]

        Creating technical.dic based on src/*.dic

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9d264d2667daa4284d08afe0e4e93d0c67efa85e]

        vcl118: #i116120# cope with too small geometries

2011-01-06  Joseph Powers  <jpowers27@cox.net>  [359f621ac02cec1bf7f26d72e6ddd815c4dfa392]

        Remove DECLARE_LIST( XPolygonList, XPolygon* )

2011-01-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [af74e6a8e5b62387f2966412a9277a11330c46b1]

        dr78: #i96587# typo in comment

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [1fe3737d3d16f228a3668214d5b09ddc71c6e4a5]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [7ae8d003b750efb8282deaffaedc72b511068bae]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [d2ad54d2a53a1c02c1e172016a4f1d6f76569783]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [de33b471429e4f2db021cb0e6296825c87e136cb]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [a3b3f4675a6bdb0e129578347b4811a79522277f]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [4ee227cb0c4d220b13f8539d59dde88a47d4f1e5]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [0927b07cb254c7d2c260f7007bf9acda60b3b50b]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [18d23365fdf27b01ccacec64a4b2a0de99bd33fc]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [6dba180d82dcdedd7c5a423f65afdd41aa0b579f]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [57f2b218cd50982fc2b42495784dce2880319d6d]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [94fd407d70035cc48bbf0575fabf54ea1ef5dfa6]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [784ed1216e5920553e1559286361eb7db27c8d85]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [52e9518547da98edca8d2dfb5e6c4263ffe85a48]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [84ecb02e94d6ff411925cba61493b268daf75d06]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [eaeb9d2b100cfdc3e72e244d1b2c6839ebd82590]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [546c584f472b2115a0a87e2815cb99bc15fa0195]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [4b68a59c67e47e08ac1a39c14e2e5c7e77d4db80]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [c7721a5243292af85fe98c37c9d2955a7b401328]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [cf30ffaa88d00a08e2ca8f51bca975717b561430]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [475e3f0648231a0a1b5c4655f7e6b610062ae414]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [62b7068ee4c043c7058ddcfa2ecb0137b509ad57]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [1fb9173ba929006341f9e71d8c1dabdeb78fd810]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [7d972bb3b1f579befd3cf2e1e8562a24c16df8dd]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [d90fef45cd1a8f15c54debd0542b1ec250ad57aa]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ddc6f22870e29fd4d220d50f27baa44502291106]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [3deec6aba02bbff573bd81bfb05b6ba271693b6e]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [a713aa6a31b0898ac4c7f1f0802c4e35bb8f7055]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [56c511481b522ba63e5640b88d50216be304e8ed]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [4186a6b6294124879d893935c7720eb9562f1050]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [3bf43b8d8e163f9cc18e8b430050f313f67e0a91]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [3bef32f4aec2c8e2bbe3be31fcb3b304eaf7658a]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [cc783d008e2e44bb47c25df7b1826e01f0ff2598]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [7bda7a2cae094ad4ed195ab1095e707d63c030c4]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [87f633ee4c977664283052fd5ca9dc6b3b864134]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [9941a8aaea6b2a4262c02e179047e120714ed9c7]

        cppunit: prefer prefix variant

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [715e22beeac1d0a02b99f50d38081ae56b8b22c0]

        CWS-TOOLING: integrate CWS impress208

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [20d7cbe7f9e79145d374d0e25054bf9baa187c12]

        CWS-TOOLING: integrate CWS impress208

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [dbc6f094895662a648c2b7e55a62d53fbda279ca]

        CWS-TOOLING: integrate CWS impress208

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [a51691fe4ef1583e90695c9defe59e2a940d395c]

        CWS-TOOLING: integrate CWS impress208

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ebf583b92cc21213c0d7f2cce3cb0f714dde6cd6]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ff8f8064fde488f395e8f6e51b259c368d384d10]

        cppunit: prefer prefix variant

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [6d7dde7dd2b4ecb94b71c5966391c2e21ea5b241]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [0ce7e8a31bb27ad67a14916a15a0c52fec4604aa]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [e1ac951c62beaadf44722d8a43b4dd0c6f6d7e29]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [e672cd42fd750b9d2b033b743e544597fe137703]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [ece7a861310457a6c437f68d877112c774b93ae9]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [efc0ec1a0b338390d394ecba70a4a9b600b326bc]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [4446d50fc7278c1ca21dfe5852b86acd8a8cba05]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [f023a0e948df0e66063f56495e3e3121bf563429]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [8ff51afa0dcd4e5e644e923131ee72435c80b57b]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Mikhail Voytenko  <mav@openoffice.org>  [305315337b472eeee344c3ee174dded67da8d1af]

        removetooltypes01: rebase to DEV300_m96

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [12d59ceb16f77cdd5eee0c10c361658ca131c9f5]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ab73456a49a7e95de9860ac2fcdb6d88076c463d]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [7c7e6fa33b1dae304f3fc949299cddcc28911433]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b76c9f9208cb5c434890e8d2c07a22cb86c75d7d]

        cppunit: prefer prefix variant

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [6c0c86f0c8b7090070132b15e5e422b0677b8b73]

        CWS-TOOLING: integrate CWS ooo33gsl13

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [ed48b3f942e343d2794e7c8c678de005de60c0bd]

        CWS-TOOLING: integrate CWS ooo33gsl13

2011-01-06  Kurt Zenker  <kz@openoffice.org>  [cc54d8e8bc507d65b9c1ffd23c087ac2030ef880]

        CWS-TOOLING: integrate CWS ooo33gsl13

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [9de19e6f3ccb47f31cca7481849a6151ad2b5193]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ab562ab2064b8d92cbd9d83b167053cd29998fcb]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [2a26ed5f4b4e5dc40917ae5a416c5e75ac06ff01]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ac6d68ccfc652fada83a1353c075a8d858403a22]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [4898581f826b8438312fe4f31a3fe05d9f9ddece]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [2f7bb2eec9029896462fbf2fb5a4c06ca653d68c]

        cppunit: prefer prefix variant

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [828ecc65de0b4375c74ecd08fb9286b0c6355688]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9a402704663a1ec0ea241517cffc8f26efc6dbfa]

        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  Caolán McNamara  <caolanm@redhat.com>  [c75df25a5496c3eed2bdf84789c17867568be00d]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [caba1033a6804ac23c1719f2f57a3aa529f696c3]

        cppunit: prefer prefix variant

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [5bbcf56a6cfb4447279e78d9a451258425ea3e1a]

        WaE: this dir is now warning free

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [b93be31380ddcd3068d7f7b5dbed60cad2af34b9]

        WaE: this dir is now warning free

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [e5ad15f4e4ba31ef03e3e41bdac303199e2604d7]

        WaE: C4805 mix of bool and BOOL

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [88f2aece744d60f7d7d9c0baf65db84e98b5c19d]

        WaE: this dir is now warning free

2011-01-06  os  <os@openoffice.org>  [b55c3b0fa9830ea7d8295ef33fd994cbef2547ed]

        #i116322# disable binfilter file export: configuration removed

2011-01-06  os  <os@openoffice.org>  [550cefca1663d9fb250abc8ea2c3eaa71880a038]

        #i116322# disable binfilter file export: configuration removed

2011-01-06  os  <os@openoffice.org>  [b92836c40606b0186fdf212e166307ffaa75c803]

        #i116322# disable binfilter file export: configuration removed

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [adebaa24f8ee734ed5694feee1ba225b4b1dcf95]

        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>  [40fa25aad018cb9c31aa78f7e2c9634f796e0a04]

        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  Caolán McNamara  <caolanm@redhat.com>  [54dd44f0e4d5c40cb89ea3a2fda00d3c4893506e]

        WaE: this dir is now warning free

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [657c736c101edfeca0939c3dac4fe97e2241c195]

        WaE: this dir is now warning free

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [303fcf356499bda4b2a73b386e3b1197a307779b]

        WaE: this dir is now warning free

2011-01-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b03baea914ff8f45cb1f5cf9703ff316a5396135]

        dr78: #i96587# oox - import BIFF8 cell notes

2011-01-06  tono  <tono@openoffice.org>  [2f324e58ca1102a272f9c375b87910bb2e8fe6a3]

        mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name

2011-01-06  tono  <tono@openoffice.org>  [5256f32b980016ff11e2eef15c39bd942a08d200]

        mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name

2011-01-06  tono  <tono@openoffice.org>  [756ad0fa5cd86d274e34aef7d9b0c195a2067929]

        mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [3c8190673b923c59f7f9633265e95a8d50e487c5]

        WaE: this dir is now warning free

2011-01-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [28750c30fb5dac69c63b6b7bfd0d9b0264b91d57]

        dba34c: #i113184# remove the order clause when the column is not part of the table

2011-01-06  Miklos Vajna  <vmiklos@frugalware.org>  [7be59837a9fd7df806ffd5bedc71b764d2a6c387]

        move find-german-comments from build repo to bootstrap/bin

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [be2b0483a056fcdfeff2cbd8500d11469fe3786f]

        fix build error, this is probably right I hope

2011-01-06  Andreas Bregas  <ab@openoffice.org>  [c9ab976195407f0e91e0323850d2ae298f5cc7bc]

        Resolves: #i109702# basic editor reads past end of string when line ie just '

2011-01-06  Caolán McNamara  <caolanm@redhat.com>  [ad7e561b07cf19a4150a502496eebf80218085cd]

        add a bit of documentation about confusion around word 2 and word 5

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f37e09084c60834aca7413bcf0245e8be4bb07d3]

        ause129: #i116325# don't process .<basename>.xcu, created on mac

2011-01-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1ed3654a1c0acf899fbe93352b93979f17103528]

        dr78: #i96587# oox - import BIFF2-BIFF5 cell notes

2011-01-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0ca1b7ace4da7df621d38aa9df8fab3e5984577f]

        dba34c: #i113405# remove row from rowset when it can not be accessed anymore and adjust rowcount

2011-01-06  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [54b40663d23e6a56ce1dabb05a385d895958de34]

        dba34c: #i113405# remove row from rowset when it can not be accessed anymore and adjust rowcount

2011-01-06  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d384a2a1f25e1c868a7fe1f3b31157c2ceaf4542]

        ause129: #i116289# set MACOSX_DEPLOYMENT_TARGET in environment for use in dmake and gnumake build

2011-01-06  armijn  <armijn@brandine.(none)>  [e505ea1c2a585ab324a03927c1efa499f877edeb]

        remove German comments (recognisable by 'ACHTUNG')

2011-01-06  Maja Djordjevic  <ovcica@gmail.com>  [30008dfb2b5f29252687f975072ccf85e7d3590f]

        fdo#32869: Added navigation buttons to writer

2011-01-06  Maja Djordjevic  <ovcica@gmail.com>  [ebd0c7e25f21785071e922fd7df2be902447afbe]

        fdo#32869: Added navigation buttons to writer

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [0a7293b931cfb4bce33537c323fef7c0f233bce1]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [81a1e2267f8ff50e72d7883d76de7f3a074f5a6a]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [a7417580c63270351601a7aef27c11247a831206]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [6c8c8f2436dd8f62adc0f19ecc724f3f079778b4]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [b81ed13b5a1398c0fb19e95d176ea2e159a548ce]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [b6ff0013e4e3ddef8c08fcba0896d41e6bba1b5e]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [db5c714536cc07744d37f900a26e68af068ddee4]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [367e1d80d1c1179d8cb215c160de95825dba87bd]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [668956d1442ca0e0dca613a3dc876c0ddbaf5773]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Vladimir Glazunov  <vg@openoffice.org>  [7e394a173190e96cda1de66de257d63c3ef59ae0]

        CWS-TOOLING: integrate CWS vcl117

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b47ebb540b1ad0ce440cc097ce332aff2a897337]

        remove printdlg also in new build system

2011-01-06  Maja Djordjevic  <ovcica@gmail.com>  [cf62b9beb6a1b169edf2813326dcdaae41a62e56]

        fdo#32869: Added navigation buttons to writer

2011-01-06  Maja Djordjevic  <ovcica@gmail.com>  [73487513e6ccc84c6f43a581c5f0055e7e29af1c]

        fdo#32869: Added navigation buttons to writer

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [671aee616838ee541e2d5bf8a4dde40e6aaa83a6]

        gridsort: correct registration for tthe GridColumn service

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d7558d90bd58a343a50469fb121a32d7781503a0]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [59b2084c79e3b889919b0a0abd023977a6776f8f]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fa663ff3fef9992ea327a571cdc123d23cf4b9da]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d213658e38d8bac1165b50029d1ad881822eb4db]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7eac7f8fddc783e8f5ba9a82b3990f5db3af99e9]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6f46a631abaaf3215794909482504b9158a1b161]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [809001a6f67ebb0cda56119c4b9058ec7a659cc0]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fdff83134b3fbff51de1dd06399458d39417f129]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5b2d9c30ae5577c98032add989ab095e428e5f30]

        rebase to DEV300_m96

2011-01-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bbbe82cbcf46409d3efa342e155f09d38483c337]

        rebase to DEV300_m96

2011-01-06  Muthu Subramanian K  <sumuthu@novell.com>  [11d375a4e719ce4836015020d2f120765672fb09]

        Feature: Formatting Duplicate cells: Conditional Formating.
        
        Please note that the importing/exporting of this
        (as ods or other formats) are not yet supported.

2011-01-06  Ingo Schmidt  <is@openoffice.org>  [a9a1bcaf47d9d22ccd7153119edf1b92bf8da27d]

        native353 #i116309# Optimize include path list

2011-01-06  Michael Meeks  <michael.meeks@novell.com>  [d295f1d8e60f59cce726b37b98f5ff605c066431]

        don't page in the vast, but almost entirely unused icu data library

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1c380574d3151fae02f3719468352a407e920595]

        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>  [d48a9f55f88bcf8668039fe1151e90cfa9365f2c]

        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>  [0fab73434dfadd6579b5c8f92eff5580715fb18c]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c39367da2e179e86a170f5add409ea99d045a139]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bb1459d29159d8c964b2a2222f553a2d4fd2d436]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d715302211d42f7863189ef9bc33261bb64e2f41]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [63f6d0355b4e96ae45fc3af38d0e93bdaefbddec]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [83b0e34eec93352816184144cc9d420ff0aec909]

        undoapi: merge after pulling CWS sb135

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9cfd9ab46bb57872cc13fe815a08089b4b2b5c78]

        undoapi: merge after pulling CWS sb135

2011-01-06  David Tardon  <dtardon@redhat.com>  [e35801e075e03c9cb85242d562245e556951b62d]

        Related: fdo#32840 update help line for unopkg --supress-license

2011-01-06  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [02de6325fbe8a8b46ec862cd1d2868c1b1807894]

        SwCallLink: Removed unnecesarry Invalidate() call.
        
        In commit 47472e8 the author intended to fix some repainting
        issues with nested tables. This made the cursor flicker and
        disappear everytime it moved inside the table.
        
        The problem was tracked down to an Invalidate() call inside
        SwCallLink::~SwCallLink(). The lines are removed. Neither of
        both problems reproduce on tests so far.
        
        See discussion "Annoying cursor behavior on sw tables"
        http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg04197.html

2011-01-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d6987b06b0e069a5276ff59d02b71c5fd5c5e626]

        dba34b: adjusted CWS'es changes to new build system

2011-01-05  Radek Doulik  <rodo@novell.com>  [07e59117747d8d341164fda1f2078e3225ba1a68]

        fix shapes rendering order n#656934
        
         - it was broken for master pages containing group shapes

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [9b7439f870a6cbb4a51e1d39c36c66ffffa1240c]

        At least one of them must say 'no'.

2011-01-05  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b156d957d5029e80483bfe0da9279243a6fbf439]

        dr78: #i96587# import text formatting from OOXML and BIFF12

2011-01-05  Andras Timar  <timar@fsf.hu>  [cefb311257eb499d78630160cea25e5745441791]

        New release of Linux Libertine G fonts
        
        Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>

2011-01-05  Andras Timar  <timar@fsf.hu>  [9a066526c54171f97836d4aa650021ef518a2f8d]

        New release of Linux Libertine G fonts
        
        ChangeLog
        2011-01-01:
            - fix for Acrobat Reader (bad layout with non-canonical glyph of cursive
              ligature ffj), the bug was reported by bolond from hup.hu
        
        2010-12-29:
            - NEWS.pdf, doc/NEWS.odt
        
            - feature cpsp: capital spacing
        
            - feature sa01..sa99: single items of feature salt, suggested by Kim Bastin.
        
            - extended uppercase feature (caps=2):
              - default feature "case" (normalized parenthesis and digits)
              - default feature "cpsp" (capital kerning)
        
            - new cursive glyph "gj" as default ligature
        
            - new cursive glyph "gy" as default ligature in Hungarian texts
        
            - modified and extended feature dlig:
               - cursive ligature ch, ck, tz are default only in German
               - added ligated ligature ij for Dutch, also handling a few exceptions (bijoux, bijectie)
        
            - fix for Linux Libertin G Italic:
               - ch and ck are default ligatures only for German
        
            - Fixes for Dutch:
               - Casing of letter IJ
               - Limited ligature fi for words containing "fij",
                 with short f usage for prettier layout
               - default J.alt in Italics
        
            - Caps fix for Qu
        
            - short f for fi, ffi, fj, ffj, when liga=0
        
            - kerning fixes:
              - guillemets, bad kerning with feature fbsp reported by Joachim Köstler
              - cursive ffj
              - proportional old figures after slash
        
        Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [da59e86c2954db30f0bba9f3f5978457cf62d977]

        [opt] play around with callgrind to get repeatable numbers

2011-01-05  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [147cdcb46cc74754f0756d0d37e811d15c2d430a]

        dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObj for note captions

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [062f5792d41e24843a854f735c0bd6895cbd3e3b]

        Make the Reset help agent button wider for Italian text. (fdo#32133)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [d076881ec07cc2e229e6dd1e866357df435230da]

        Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [e4375b5e4312202fc1166ac5a10bb39b2e604fad]

        Make the Reset help agent button wider for Italian text. (fdo#32133)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [af62b66fb9f7ef0c7ec03a025049d04b93fbcb27]

        Fixed layout breakage for KDE, X11 and (possibly) Mac. (fdo#32133)
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2011-01-05  Andras Timar  <timar@fsf.hu>  [4dead3a3fefe2630cd2b7c46fb8cd8cfafa3b172]

        typo fix in module_langpack.ulf
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [37b4f602469194b4948be6e23a9dcfc7cf328f27]

        gnumake3: first cppunit test in new build system

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [72234b5e56b4637fd20e14fb232c66e7626fb680]

        gnumake3: first cppunit test in new build system

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cc3b95d8226c053720172910f7aba0f365ff30e3]

        gnumake3: added sal/cppunit.h header to abstract sal/cppunit/stl interface issues away

2011-01-05  Christina Rossmanith  <ChrRossmanith@web.de>  [f47744d9bbb34bd55aadebf1a84d5a063bbea64e]

        Translated comments from German to English

2011-01-05  Andreas Bregas  <ab@openoffice.org>  [d1242e6c5c7884a68fcc6f84594c8a93fcde56b6]

        ab79: #i116184# Fixed warning

2011-01-05  Thomas Benisch  <tbe@openoffice.org>  [2ad88709470833a3df473fbcb1eb4d23bdab56e8]

        chartextensibility: #164347# Wrong position when inserting data pilot chart in RTL

2011-01-05  Sören Möller  <soerenmoeller2001@gmail.com>  [c1348d458c55b103bb74763fb7ebaba2190d7731]

        Removed dependencies on tools/solar.h in drawpage.hxx/.cxx
        
        Replaced datatypes from tools/solar.h with corresponding types from sal/types.h in drawpage.hxx/.cxx and added missing include of sal/types.h in docparam.hxx

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [370ca6689a6d39735dc9c6dc822ec04ff5672a16]

        CWS-TOOLING: integrate CWS jl160

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [ca7711ae7544732544afb36f778cdb3fa4acac7a]

        CWS-TOOLING: integrate CWS jl160

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [08bc345be049c400fa216dd65829a70de383be93]

        CWS-TOOLING: integrate CWS jl160

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [eda44ce2057d1dd909ae32156679ddc288c418f7]

        CWS-TOOLING: integrate CWS jl160

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [c1a1da1201a36e00673b1484a7dc4d26bbc18d21]

        CWS-TOOLING: integrate CWS jl160

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [4cb7e2ea3e1bc4d75f356ae6a676146b971f6cbc]

        WaE: C4805 mix of bool and BOOL

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [8b6c5db130c88bf84b007bd4aa43a1773cb66a6f]

        CWS-TOOLING: integrate CWS automationdev300m95

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [e6d5491a9c3a9a1a4f01064ae7819d1d73cd13fc]

        CWS-TOOLING: integrate CWS oooimprovement7

2011-01-05  Kohei Yoshida  <kyoshida@novell.com>  [24eb59f23a4bcdcc51dca972661dc05a058a1e1a]

        Make more room for Portuguese locale. (fdo#32823)
        
        Signed-off-by: 	   Michael Meeks <michael.meeks@novell.com>

2011-01-05  Michael Meeks  <michael.meeks@novell.com>  [89084b1e2be91386b53d0e210c66357e729e86ee]

        ignore SIGPIPE for zenity

2011-01-05  Michael Meeks  <michael.meeks@novell.com>  [131da0083854d798e033e2c4bdcfba46d6bcb19a]

        only enable zenity for local (unix socket) displays

2011-01-05  Kai Sommerfeld  <kso@openoffice.org>  [8e64b97f228522f84913fb90bc14201b8a4d5b7b]

        #i116314# - Do not cache certain properties, like dav:lockdiscovery

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eae2f3dc45f4f80f852aeef23047d261b361af73]

        undoapi: now that the Writer supports the XUndoManager, too, we can remove the temporary fake test

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d1959d69204893ee006c14dcb6f389e4dfe15449]

        undoapi: fixed wrong resolution of merge conflict

2011-01-05  tono  <tono@openoffice.org>  [b4c4ba6a57ab808f90d8fcef23351ca78e2c46b4]

        mingwport33: i#113566: MinGW port fix: w32api-3.14

2011-01-05  tono  <tono@openoffice.org>  [4344bf73859ac0583785059dccfe28da081ab821]

        mingwport33: i#116264: gbuild for MinGW

2011-01-05  tono  <tono@openoffice.org>  [c39a9eac4a5102bbac426a8822b6e49f1a3d7b32]

        mingwport33: i#116264: gbuild for MinGW

2011-01-05  tono  <tono@openoffice.org>  [93d8027d3dc7d52fb96325601ee35562560c68d5]

        mingwport33: i#116264: gbuild for MinGW

2011-01-05  tono  <tono@openoffice.org>  [cb87f3db2a9b48489cef9f3dc51df02f70061e4a]

        mingwport33: i#116264: gbuild for MinGW

2011-01-05  tono  <tono@openoffice.org>  [087e912a2da080437a126f3f62aff5c0ef0605aa]

        mingwport33: i#116264: gbuild for MinGW

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [66958fe5677325915960f4c7991e57564b7ec743]

        undoapi: fix UndoManager test for m96, by disabling a test which uses currently broken external functionality (i116313), and by correcting the broken Basic script in the test which older OOo versions silently accepted

2011-01-05  Michael Meeks  <michael.meeks@novell.com>  [4f8add5f5ce909c79df9cf21b0d85815a6d0b8a0]

        ignore SIGPIPE for zenity

2011-01-05  Michael Meeks  <michael.meeks@novell.com>  [401df5b8f11f4b819b125c8581ec88831b3992f6]

        only enable zenity for local (unix socket) displays

2011-01-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9dc4a4bb35101a091d78801b62051b7f76e0d365]

        ause129: remove unused file that triggers build.pl detcetion of migrated modules

2011-01-05  Andreas Bregas  <ab@openoffice.org>  [85ac003e2d0eb6ab7ebe2ec6a3eb8cdac662ac98]

        ab79: #i109702# Avoid reading past end of string

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [a212a6a10152cc68cca2ea2cbe9f05198ac715e5]

        merged DEV300_m96

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [6f7f71b8531eebddacb4dee830de80824ebb8e08]

        merged DEV300_m96

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [14bfdc92ee23d1d4409fad752c72419b4c3446ee]

        merged DEV300_m96

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [0ab620d32e49a7822c66dc3c466488fd21554b7d]

        merged DEV300_m96

2011-01-05  Andreas Bregas  <ab@openoffice.org>  [afbce2ebe1261cc7180a7cc980fedd49a7e2ff5a]

        ab79: #i116184# Improved type support

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [7efe40c915619ac4f1ca5d5a26641a10aeafe418]

        DomainMapper_Impl::finishParagraph: check if pParaContext is valid DomainMapperTableHandler::endTable: catch all exceptions

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [a4a54be515827948a75b844a1aefb888da9b4db9]

        WaE: C4701 potentially uninitialized local variable used

2011-01-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [f1896f1247ff93549a9e52dde90df8ade994daed]

        new: XPathLogger

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [8e13fc33f09cc596fa186ed768e6152639e09474]

        CWS-TOOLING: integrate CWS impress204

2011-01-05  tono  <tono@openoffice.org>  [cc9a9d52686d3874ed0932eba4a750845860ae3e]

        Backed out changeset: e84942bd0aca

2011-01-05  tono  <tono@openoffice.org>  [f00fbe6e91ce371f589d5f0fe4dd485dbb31064a]

        Backed out changeset: e84942bd0aca

2011-01-05  tono  <tono@openoffice.org>  [719a761b4f8e71a5cf86d5c92bff0cb44be612c7]

        Backed out changeset: e84942bd0aca

2011-01-05  tono  <tono@openoffice.org>  [7e7c29da3f28a60ad799500d1449a93617eb4a84]

        Backed out changeset: e84942bd0aca

2011-01-05  tono  <tono@openoffice.org>  [488b233c904c0ace23afdfe2bd16dcaeee9f09ad]

        Backed out changeset: e84942bd0aca

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b5b6dca616ab6b9a8afc921340d8b4eb790110a6]

        gnumake3: resync to DEV300_m96

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [58927791c51e0063cdcd2c9dc40c6e291274238e]

        gnumake3: resync to DEV300_m96

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [aaa0591260360878dc248ba8ab0953148e71943c]

        gnumake3: resync to DEV300_m96

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e8b6afc4c46878bed6ac17b08985c018bb6d28a2]

        gnumake3: resync to DEV300_m96

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [27df301630b28ad1dd8ae1d861d17bf9a1835dea]

        gnumake3: resync to DEV300_m96

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [380bc7149ae9fa0f971eb40249ad60acb3c15cf4]

        CWS-TOOLING: integrate CWS impressdefaults1

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [65f6969a224754170894b1ef578f0e96783dbe25]

        CWS-TOOLING: integrate CWS impressdefaults1

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [faf2e7ab967a47f55804af62adad5d9a3f77dbcc]

        CWS-TOOLING: integrate CWS impressdefaults1

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [1b5ad64832c0a6c1a1554f97b5a9dccce3d66c2e]

        CWS-TOOLING: integrate CWS impressdefaults1

2011-01-05  Vladimir Glazunov  <vg@openoffice.org>  [2fd099addf32096f3a742bd0b9d49caba32a657b]

        CWS-TOOLING: integrate CWS impressdefaults1

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [2399a82cf7d2c901f425078aac4c32e25b9b5045]

        WaE: C4099 be consistent between class and struct forward decls

2011-01-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ddc253aaa06b8a61619bcb671d01fcf5937fcdf5]

        gnumake3: first try with TestFixtures

2011-01-05  Julien Nabet  <serval2412@yahoo.fr>  [354fb6f7096b58f86f6ff1cadf15f28c995eb9ff]

        cppcheck cleaning in svx part 2

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [91e166b89b0fc3d543aab418e9c5655f29f418bd]

        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>  [60312aa1f8fc2030fdd5c9eeb2815c5fc6f843ca]

        gridsort: member names usually start with UpperCase - corrected this for GridColumn/DataEvent, for sake of consistency

2011-01-05  Julien Nabet  <serval2412@yahoo.fr>  [6279a2e452f22899fb791b8d7b7f2e65e6eb9f9f]

        cppcheck cleaning

2011-01-05  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [f505d910216efd51409b0ea434ea16f6f2d18324]

        impress208: #i115944# fixing large ooxml files

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [e6afb7f93523e6fdf26ee395e8a9b3dd8a6647df]

        WaE: this dir is now warnings free

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [7b318a8bcac84ed14dbb60d403ba65c89d50448b]

        WaE: this dir is now warnings free

2011-01-05  Niklas Nebel  <nn@openoffice.org>  [b0f45e6621cf12555b716345b11d16d0c264d150]

        calc64: remove a warning

2011-01-05  Sören Möller  <soerenmoeller2001@gmail.com>  [ec93cd4c5fd524fbed236f1ff0db1fce46b270e6]

        Removed dependencies on tools/solar.h in waitoff.h
        
        Replaced datatypes from tools/solar.h in waitoff.h by corresponding types from sal/types.h

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [99f8dad97dd71c2f6e58b97b58ff5289825d95cd]

        WaE: this dir is now warnings free

2011-01-05  Niklas Nebel  <nn@openoffice.org>  [dc1685728a142b05bb2c7d97b6d6577f6f35ae8a]

        calc64: #i116164# performance of filters with many filtered ranges

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [80090015ec2d7ef403a1692e4c85de2c87f17c73]

        undoapi: #i116310# added missing resource files to GNU makefiles

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7f77e8a49286d0b6bfd6e118cccca9a69bfb87b0]

        undoapi: #i116310# added missing resource files to GNU makefiles

2011-01-05  Tor Lillqvist  <tlillqvist@novell.com>  [6849d5a41dde17a9c96934dfad3992fa740645c8]

        Bypass test that fails on Windows for now

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [08f9e70d20f76d725c2114444482caa545146aca]

        WaE: this dir is now warnings free

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [cdfd845f6e9b7b59c841259b749a0b286e7186ed]

        WaE: this dir is now warnings free

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [7555aae582e6d29308211c146699d58443660f1a]

        WaE: this dir is now warnings free

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [68a318b229c257313c6990fe4b79fecb8427d0ef]

        WaE: this dir is now warnings free

2011-01-05  Caolán McNamara  <caolanm@redhat.com>  [58a0939cbb6aa01ac729309c9c52ba398f3b57b7]

        WaE: this dir is warning free now

2011-01-05  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f7b357d28921d24377614690837b34ac65e5fe2d]

        fdo#32840: make unopkg --suppress-license skip license in all cases

2011-01-05  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3e727eeb92ec7d0b03933c9f66d96e72d91f3f24]

        dba34c: #i110584# fix for FN escape function and check if table name is empty

2011-01-05  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [b68968b86cc749515b42a80884491793cd21d033]

        dba34c: #i110584# fix for FN escape function and check if table name is empty

2011-01-05  sb  <sb@openoffice.org>  [a433665d4c116961eb29ecfc243cd400746b293f]

        sb135: pulled in cws/sb137 (which has been abandoned in favor of this CWS)

2011-01-05  sb  <sb@openoffice.org>  [fb8b1341d8acd19fb0c7310bb559b5f70546ecab]

        sb135: recreated tests that had erroneously been deleted by CWS gnumake2

2011-01-05  sb  <sb@openoffice.org>  [c860f78ed1439af3fdd1254fd0463a321e1863e0]

        sb135: recreated tests that had erroneously been deleted by CWS gnumake2

2011-01-05  sb  <sb@openoffice.org>  [a1ea9395421c26d0e10a78348724c0066edb3318]

        sb135: recreated tests that had erroneously been deleted by CWS gnumake2

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5c4f84d87f0a0c79dca8b32296da424207e2e859]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7afc24c9072e295730aae5a5959e4b5bf2972a1e]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [94ee4db6592539ff60bdf25a06fb5faaacfa8370]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b1612410cc1e6dfb0a693724f4c06b60a1029e9b]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eaddda5dee65769b378dea820f9aa565e058e32d]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a923cc82bc45f67293b392386f15d41cf313f962]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f70c36928c1821255ddaa8bcf0d7e79c3e5eeb24]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [315ad807a74502fc4020578f50c56edf67ef1fa4]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [68da93fc840417353d9a0503b6cc82f6adcb23aa]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e55270f454851239b2fc02b41a56f54accbf3b6f]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2c49a08b37482fb895ff7206bd81070fbf939754]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7fabea3b2b4590a5204568f3d4b539333458eab4]

        dba34b: merged DEV300m96

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a620f8a0d8995e9f211b8b70f67f3edd61e1bf2b]

        dba34b: merged DEV300m96

2011-01-05  Juergen Schmidt  <jsc@openoffice.org>  [d78cf764c5f0c34b18d01c04cc5b7d6a86893e0c]

        merge dev300m96

2011-01-05  Juergen Schmidt  <jsc@openoffice.org>  [6422b36958df0c03f0d482f9858ab02a6b3b8997]

        merge dev300m96

2011-01-05  Juergen Schmidt  <jsc@openoffice.org>  [36b15a48eedd37a63a3e8bd14ea57b6c2163a4dd]

        merge dev300m96

2011-01-05  sb  <sb@openoffice.org>  [0a1c928e7e5d2d0ff8e954998b76b345966cbe79]

        sb135: #i116308# missing solenv/gbuild/platform/solaris.mk settings

2011-01-05  sb  <sb@openoffice.org>  [7cfa19e5cb42a033e323aab1403495be2181af4b]

        sb135: #i116308# missing solenv/gbuild/platform/solaris.mk settings

2011-01-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a9fa19d43d47ed87d5c961c0f1f8b371272a8b16]

        gridsort: css.awt.grid.GridControlEvent is unused - removed

2011-01-05  Guillaume Poussel  <gpoussel@gmail.com>  [ed26218fdf5b0ba5a9a6c7611a5b787186185b8d]

        Removing few cppchecks warnings.

2011-01-05  Miklos Vajna  <vmiklos@frugalware.org>  [05203af7c5e40fa7160729b2304ddf98f4f0cd67]

        sc: fix mdds include when doing a c++0x build and using strlport

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [6d6c0673d4757293d3588581f7f1f6f61faf8e48]

        WaE: this dir is warning free now

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [5d7368361c41ad5af092278a6786d14ef1a86b4b]

        WaE: this dir is warning free now

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b198150a3cdb7f1f3838bf39853f2ea680bcaf6c]

        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>  [fae4e09bb2d7b03d3e0003d17671de8e5b5f59f4]

        Related: fdo#32463 add cppunit test for SwFileNameFieldType

2011-01-04  Dan Corneanu  <cdan@savatech.ro>  [28669eea26b4d5d32a9d62ab66769e9952e1f99e]

        See Bug Id 32463

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [4cce4940114ec91cbe3964aa1180a13f54dc302f]

        survive missing configuration providered more gracefully

2011-01-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c15fb91736dfb70247d864267290d0053a05267c]

        dr78: oox - import of BIFF3-BIFF5 drawing objects - first bits

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [829a28d907056b6a3f6e37527734296c9251f16b]

        unused method SetHasName

2011-01-04  AWASHIRO Ikuya  <ikuya@fruitsbasket.info>  [20db536ad6c2b531ff2836e57210ac1f9a47f27b]

        Better font selection in Japanese locale.
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [dd9d3885d57ef2c50a330cd865b5632e22d2f0e3]

        WaE: this dir is now warnings free

2011-01-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [143a9a5ae8da0629ee0a74a2c81cd4fc42881ed0]

        ause129: #i116298# add some flexibility to source and destination

2011-01-04  Takeshi Abe  <tabe@fixedpoint.jp>  [d4536ae9fcf55e37ba9a457935ab66ccbc6af98e]

        prefer the long prefix '--'

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [f6bf418b0ee618469743fb1c96e1147c5db18b76]

        unused method SetHasName

2011-01-04  Jan Holesovsky  <kendy@suse.cz>  [d7d7b15e9434301a789c386bcc4aa0e87d690e4b]

        Set TMP on Windows if not set.
        
        Otherwise we have problems with paths containing spaces - they don't get
        quoted in some cases.

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7144692373fa239f1d665fb9d177ae1efa4d2b91]

        undoapi: make those new classes public, now that the fwe lib controls its exported symbols

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d3dcce24340e342fb1ab6c7071a0f645130e1ba3]

        gridsort: make build on unxlngi6

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [b4c21506e335f8d419d85f55b70508d805ee3d8b]

        jl160 resolve merge conflicts

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [bac4a610ff5ed486503bc90787fa72eb023fa94c]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [4a0b1361e3fa172b2af2bde896fab11013dcb730]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [2449221b89e70a7f2c8db7e68b9954ed310f7887]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [a20aa67b2cefabe20785c1f6b08002270a370018]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [163d89164ebe9d0be0581ccb881ec1ed656f9cf0]

        fix this to be what the original author thought he was saying

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [6f1972c3fafd803bfbc232c298597539d9cdd13d]

        oops, patch wasn't applied correctly

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [7a435a8fa47604cdea8a89894e75494a1a017cd8]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [1a7f7c20c1e29fe75c2c485d221c159a1725caf7]

        use RTL_CONSTASCII_USTRINGPARAM

2011-01-04  Christian Lippka  <christian.lippka@oracle.com>  [b52eeebd9d8686690a70919d01ce3e693f1fb6fe]

        impress208: #164351# patching xpdf to patchlevel 3.02pl5

2011-01-04  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [b926321f4b3e4386e0d1ed4a2795477bd0f2e727]

        dba34c: #i108229# check for correct token id

2011-01-04  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [9f338a693e1f7ca0b649827103edab417bd9b4d5]

        dba34c: #i20306# support for window function and limit fetch first, ... added

2011-01-04  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [33b9b857ea6cb5a6f731de68f58e532242c43d30]

        dba34c: #i20306# support for window function and limit fetch first, ... added

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7623d8ea4e3f512a18ff074a38a5e682e24de9ba]

        undoapi: post-rebase problems fixed

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [0c2a5cc963823aa06ab3ca19668344d2d1423736]

        WaE: this dir is warning free now

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [0dfdecdec5da26ca7bcd476f1eede49777316688]

        WaE: this dir is warning free now

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [43e73f143647186a4600eef904c6b9a28322b687]

        jl160 merge with DEV300m96

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [4d9bdb9e1a698f256a32921b5eeb7019699835db]

        jl160 merge with DEV300m96

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [c2ccafd7a292593c89ff3f3bdde88933df536167]

        jl160 merge with DEV300m96

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [1bfe3eec1d4aa050503dc82231bd9d80a00303fa]

        jl160 merge with DEV300m96

2011-01-04  Joachim Lingner  <jl@openoffice.org>  [7508b11431ad7e08ab49a8a239a79ee9ae80334d]

        jl160 merge with DEV300m96

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [a2ce040c5db7fd73019b1b4689f6cd2d8e0f1bd8]

        Resolves: fdo#32633 stretch title dialog to get translations to fix (cherry picked from commit c75a9e280e3f1282c25d7c1f572cfa4bad3f8ba8)

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [ab555c70004048690478a7b73332b5493b543305]

        Resolves: fdo#32633 rearrange title dialog to get translations to fix (cherry picked from commit 049b8e51b06f64fa8b353d65589b55d60ce5b83e)

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [ab23763bc0bf9e652f2aec2071796307fe82252a]

        WaE: clear nClassCode also a member warning

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [f3ae295400dff60cdb10dd035ae4c7414cdc8504]

        Resolves: fdo#32633 stretch title dialog to get translations to fix

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b34df43b9a054b0eea74f65f68b11ddd93ae5eb]

        gridsort: getCellContent: (col,row) instead of (row,col) parameters

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5d1ef9978feb9479746f9039f2d6ca17f9e2052e]

        gridsort: getCellContent: (col,row) instead of (row,col) parameters

2011-01-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [891179797b83156811f4a0607c64ad14cf5c90ff]

        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>  [d4f36c4de77698929f2d43f2375cdcbd864414e5]

        WaE: throw out some more warnings

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [ed53281a9106d47ce0a2d255813ca1a4cd41f829]

        WaE: this dir is now warnings free

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [93ff50904bac4655b7587f885eab8cf6ac9a323c]

        Resolves: #i113163# drop uninitialized variable warning

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [1683c2284084cb6c5c8eebdb2a5758639b267b09]

        fix build error and match signature

2011-01-04  Julien Nabet  <serval2412@yahoo.fr>  [38ed65449b29300d671cb26b208df933ad053171]

        cppcheck cleaning

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [0e861f19f750fad4ad77a8f32b34e249e34e0c97]

        fix build error

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [15647c722480931835404a890353058df98c6a31]

        detangle some BOOL/sal_Bool/bools nastiness

2011-01-04  Caolán McNamara  <caolanm@redhat.com>  [b226efe8b7038f8b6d85facc889a6ffa93ae699c]

        WaE: throw out some more warnings

2011-01-04  Robert Roth  <robert.roth.off@gmail.com>  [64f7f36b766f32820f6f2cbe9b9c7b90760f56ef]

        Bogus comments and commented code removal from Unix VCL

2011-01-04  David Tardon  <dtardon@redhat.com>  [785bc333aa385d54957dcae3ba99278dba6b8bb1]

        remove reference to sun bugtracker

2011-01-04  David Tardon  <dtardon@redhat.com>  [d1d813c7f2133957dd8355b2e6a589b54a6ea7c2]

        selection of hash container for mdds must precede header tests

2011-01-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [e2f3768d62bad56af2a40bd0a744eb1eccc244a0]

        Update LightProof extensions' packing mechanism
        
        * Install extracted extension files to separated and language dependent
          directory. This is the new way to include extensions to installation
          set.
        
        * Update for Sun Template Pack packing
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [5f7b8cf83751babb0cef560fe6442f0ace984317]

        Remove DECLARE_LIST(DbGridColumns, DbGridColumn*)

2011-01-03  Kayo Hamid  <kayo.hamid@gekkolinux.com.br>  [059e8ebcaa06525754acf335d828c8ec5b3019f0]

        cppcheck: prefer prefix increment on iterators.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [7e199cbc036236d5090976f67eede98c05f89867]

        Let's use sal_uInt32 over sal_uIntPtr.
        
        In most uses of ULONG, ULONG isn't really expected to be 64-bit in
        size when in 64-bit platforms.  Substituting it with 32-bit integer
        is sufficient.

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [cd1238fec3ff862b7fe099418defb2def40255c1]

        Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [9f659bea26f52006d8ee44ba71ffd1c7dca2234d]

        Converted tabs to whitespaces.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [ca5ece90d2df0b5e3ccbe5039b2311f73991a644]

        Fixed build errors due to BOOL to bool conversions.

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [f97d2471eef811216c1147720e4f129f591f403f]

        White space cleanup

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [0862e73b9d3d96f5b624da7c479de007d1539119]

        White space cleanup

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [196acbd4efbbcdf3b18bfbcaa46838f1cb076c8f]

        Remove unused header

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [403d7e78f777d294fddb03cb14140963edb5abe4]

        White space cleanp

2011-01-03  Sören Möller  <soerenmoeller2001@gmail.com>  [785f39be5a09079431dbf6fb3552bb9d04cded3e]

        Removed dependencies on tools/solar.h
        
        Replaced all uses of (deprecated) data types from tools/solar.h by
        the corresponding data types in sal/types.h or the standard bool
        type.

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [9c60941aacea6946171c1907395f13035d75f938]

        Remove unused header

2011-01-03  Christina Roßmanith  <ChrRossmanith@web.de>  [29f33ee76e5e6771b57a1e460d1dafbaabf92471]

        Translated comments from German to English.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [d88c67e65a315e445401cdbe29b775ee0b307572]

        Fixed coding style & updated the cmdline help to promote --foo style args.

2011-01-03  Takeshi Abe  <tabe@fixedpoint.jp>  [3e91299aa19d23d0b9e1b3caf77d757d89854675]

        provide the long prefix '--' for options, e.g., --help

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [cf92f247fdf953b41e868ded0dd3f0456b82dfe8]

        Don't reset the default sheet name when the name has evern been edited.

2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d48dfdc09b7880b1d22e8fe44f70c81209bd1f19]

        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>  [078fd62ab2f2269dbfe9aa0e1e7ed8c8dc487bdc]

        gridsort: allow cloning grid columns, and the (default) grid data/column model

2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b83e7371c47c0cf5373ec6e99efe05f9a4da09f5]

        gridsort: allow cloning grid columns, and the (default) grid data/column model

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [a91560ee55679a2bd681b88c371d42c478e1dcd7]

        WaE: this directory is warning free now

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [8a3f4fb915e240bc26b0ba6337acc751cee05d8c]

        Different warning messages for different causes.
        
        Now we display three different warning texts:
        
        * name is already taken.
        * name is empty.
        * name contains invalid characters.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [9e96d3e1e53d72453bdd5cfa6447b0d58a3d85c1]

        Force copy when all sheets are selected.
        
        This includes disabling the Move button too.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [b7379e7d86c79f5cb7cc6ea24fb14d3ff9f4ffe9]

        Adjusted the dialog layout a bit to make it look more consistent.

2011-01-03  Kohei Yoshida  <kyoshida@novell.com>  [16ca1e75ca35a834b73d4a91c803a9285b20671e]

        Indentation fix & BOOL to bool.

2011-01-03  Joost Wezenbeek  <joost.eekhoorn@gmail.com>  [04eabcee2ee1e5ac03219877ad28c447d8e9a52b]

        New layout Move/Copy sheet in calc
        
        OK, Cancel and Help buttons placed at bottom of the dialog
        Copy checkbox changed to Copy/Move option buttons
        Sections: Action, Location and Name
        Warning: This name is already used.

2011-01-03  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [3d6d4b78498e049b23b529480414ec8bc56fa8ff]

        impress208: #i115944# fixing large ooxml files

2011-01-03  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [6c1e2b4e493be845449d5366c28d3c27504329ed]

        impress208: #164349# fixed possible heap overflow when reading manipulated TGA images

2011-01-03  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [865e85032740d9f7c5480f83d7617d74742948a7]

        impress208: #164350# fixed a security issue in 3rd party library libxml2

2011-01-03  Joseph Powers  <jpowers27@cox.net>  [085b4a47ca5b0f9b71e5b8994ac7c46bb6628338]

        Revert previous patch

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [32fafa62f53673ce608e2e807d25aa05a79c1c02]

        WaE: this dir is warning free now

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [e6ec7518a83e9e8f6485e0633ad5bada2c8229bb]

        WaE: throw out some more warnings

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [4e7914585cea1714414c71068b6cb7fde43e11aa]

        WaE: this dir is now warning free

2011-01-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cb2f6f86c9de551b806f20e68c50e4037ec51590]

        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  Joseph Powers  <jpowers27@cox.net>  [8d5eb96279dbd7cd03f826cfd4b1a9d6cee79613]

        Remove DECLARE_LIST(DbDataColumns, ::svxform::DataColumn*)
        
        This one is easy since no one seams to use it.

2011-01-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [8a8d24e0e13629228731ee283fe72bf753e26179]

        dba34c: #i96942# check if hit shape is a custom one

2011-01-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [e28d24e20f58c0736b31db3beee93a8881849bc9]

        dba34c: fix for flush and text recognize

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [15d8acd26cdfb37c362532b078defb6a823f707d]

        WaE: fix shadow warning post DECLARE_LIST removal

2011-01-03  Caolán McNamara  <caolanm@redhat.com>  [afea0e66cd442def515df1e769c84c43966a5a14]

        WaE: remove some more warnings

2011-01-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [e89ecedf654df0267c260ef2dc489be1b261fb5a]

        dba34c: #i110323# fix for double

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [21a943ba3447cd6b83b9495f5af23cd1af2a9e2d]

        fwk162: merge to DEV300_m96

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [71894786147b38cad3c2ac56c3a4e173fc757cc5]

        fwk162: merge to DEV300_m96

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [07a6826046d175cba3bc58ec6036c6dde2acdebb]

        fwk162: merge to DEV300_m96

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [63c89a3a088afaa723ac8deb3e0e1e820d1c14ef]

        fwk162: merge to DEV300_m96

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [e260bc439164e1cd7317842b5f3f6c5bb91e290f]

        fwk162: merge to DEV300_m96

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [b5b760749dde2eb34687be7ea18d661833d8fc9e]

        fwk162: merge to DEV300_m96

2011-01-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3ff6379e53a0f47f56417a41937fe92996980cb8]

        dba34c: fix for cast and char compare

2011-01-03  Juergen Schmidt  <jsc@openoffice.org>  [a1b5f0fc8194645e05fc61b6640b5bf5247de3ca]

        new helper tool

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [491837143455a6279f33703d0db01e57abc0e8cc]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [36fbb21dcfad4fed49bb666dac8e4315a21b2e4a]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [79f23856aa5f8a9c28d1650d5f02559e6a5fbddb]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [07fa2a259a3c76b1cadc138d6e4bb23172210347]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods

2011-01-03  Mikhail Voytenko  <mav@openoffice.org>  [af173db727b060d49733bd15fb210fd2f58598f1]

        fwk162: #i115902# review usage of SfxObjectShellRef, SfxObjecShellLock; remove unused some methods

2011-01-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [559bfa111b9bb8f9d9f6f52a350ed0e3b678a894]

        #i116287# fix LIBMYSQL_PATH

2011-01-03  sb  <sb@openoffice.org>  [1b327acf918b99289b8533863df51d64c159e25c]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [edf5e10ffdc2d243b08b853e36faf629051056aa]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [ab514a1743c7d5c24182f1e38ecd44b8c059894b]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [f7a2d6b7e4607aa4d569f3d0695de2c74ae4eb6d]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [b37c53e8be32e76cee7b24730e568c5e5ba97847]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [cc331daf672d06426829f93bcb20b1a9a428bd20]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [4972a7ec9574cf24b8f665ff7ee0a86c3a981c63]

        sb135: merged in DEV300_m96

2011-01-03  sb  <sb@openoffice.org>  [ce4e4c5ab427daa0557d9154d52e7b2397fcf9b1]

        sb135: merged in DEV300_m96

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [e615421ca1f1a9ae1e911b6a8d59b50712abaf87]

        Remove DECLARE_LIST() GalleryThemeList & GalleryImportThemeList

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [d0417b5728c87c30b6f187a91bc3200c053c2d57]

        Remove DECLARE_LIST( GalleryObjectList, GalleryObject* )

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [ec456ce69f24646b05140cbb0c7bf455a8469004]

        Remove DECLARE_LIST(HelpHistoryList_Impl,HelpHistoryEntry_Impl*)

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [f65cc11190801b86ab1d2ca8550a2ff866c9091e]

        Remove DECLARE_LIST( SfxInPlaceClientList, SfxInPlaceClient* )

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [d511c3987e570296d540252d512a20dae85eba3e]

        Additional cleanup of my git mistake.

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [9bf72222a64db43e60eafe2ab97d797595275e10]

        Fix issues cause my my lack of GIT foo

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [82318984b9f775914d5281b60d5a6626e6fd932c]

        Code cleanup

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [64f9d3310327e2349243e709c0ac1b9187e77eff]

        Remove DECLARE_LIST()

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [e1fec0f4fd3cc6ea0b071ad047a936f5f348b3d1]

        WaE: this dir is warning free

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [45599eee8bb2505e6abe75a7848906e11a9f1938]

        WaE: C42665: non-virtual dtor

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [136a78c0e3c1b207e154fd5453bd488bb66ce046]

        Remove DECLARE_LIST(SfxStyleFamilyList, SfxStyleFamilyItem*)

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [55f2c638060c499d7407384aaa95fa28fc52ce93]

        WaE: fix new shadow warning post DECLARE_LIST removal

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [8419013768c24a98216ba339e665971ccf63ef38]

        cppcheck: unused variable

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [4001266abd08e710454678b8e1ba6758236edd51]

        cppcheck: the scope of these variables can be reduced

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [c4d5780c31f9dc4211323c55427b4d7719a87623]

        WaE: clear some warnings

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [fea4397cd648dfa884d20c7f54867d3034d9ff27]

        WaE: throw out some more warnings

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [54ce9c52da01a8d6cb4940bc9e245358911aba3b]

        fix weird preprocessing syntax, probably meant this

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [0fd0726c28da3d570c689f4cfa8c945ca280f241]

        Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)

2011-01-02  Joseph Powers  <jpowers27@cox.net>  [20b1f129a893d0ab85a22b1e98572418fa6da3ae]

        Remove DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [07be7b45841ab59faf268d4f96b99677f565933d]

        add/update modelines

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [c331264a996c4e825e1ca2bb488fe13155e4c0ff]

        tweak this to build under windows

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [688039e32b63d5d1d9510df55e860f7453944345]

        use enum instead of static bool

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [3dd2d61c1bfc16f5e06667fde961068af2d23ca1]

        be more explicit as to which 'detail' is desired

2011-01-02  Caolán McNamara  <caolanm@redhat.com>  [efdea8ff0e72b7985585450c1eefd6fbe4407059]

        WaE: silence some warnings

2011-01-02  Rene Engelhard  <rene@debian.org>  [ff5797e651a42f305c67ef76b773a5a4894cdd9a]

        readd lost #endif

2011-01-02  Rene Engelhard  <rene@debian.org>  [2cb30ad248573a613a3871ac78c5007b633d3d64]

        remove methods added by (apparently bogus) merge

2011-01-02  Rene Engelhard  <rene@debian.org>  [09482c61494ee76fd33f6e482cd77ad2753bbf3e]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	scp2/source/extensions/directory_extensions.scp

2011-01-02  Rene Engelhard  <rene@debian.org>  [1885d8bc018eed58908e1906585ef9cb55b08ef2]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [60e98e0127a89ba2f195b92939c29eaf87aa5e67]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [99f0218dc87272e11f2eaaf8881bbad9fab5b20b]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [4a956d892ad7f9fe7244862d1c5a54402773bc84]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [0d235638711dff16eb7116797918145d28fff337]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	slideshow/source/engine/color.cxx

2011-01-02  Rene Engelhard  <rene@debian.org>  [7fc293a673742f5248dadbc63888e9149e0903ac]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [9a71e6a9ca5127363928ec09fe50649da7210861]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-02  Rene Engelhard  <rene@debian.org>  [5ec9ab59a833d568f0e819cd4c4b3647fb1af932]

        Merge remote branch 'origin/libreoffice-3-3'

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [e1690286c0b148a98cbf60d1d5bc85959f8d9db5]

        cppcheck: unused variable, assigned from const methods, so no side effects

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [2e274b156d0923643072d318b8b16071e19866a6]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [524dc77fdd472de98e223fa1e9870b906a975f1b]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [2eabaa6afe35fd05b39f86f3f3d9c22fa626b95a]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [1b09144f7a76c1a9cd80c043f384af772d8b7a48]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [f513beee4b04501b372faa341680a61e53848611]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [009ab7b6e48b69fb6f81934893f299553da328c8]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [73204a0ab60ed5cdcfe0e0a2fd80202e54a98e1d]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [f060765211c027bae264f256f7cb072dcc8c0091]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [fb96cb49b009068837bc110ce0ca8726fae299be]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [55d7eceb63c10be49e36f3a4d3b45fced19b0b55]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [9e91b3affe66a3d3c35231aa1ad8a2621ca0f49a]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [5cacbeac0d456d65ff6b52a1d7c998fac80ab3ed]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [aa1f8d97e73fda0440217a0cd6aedc710d0eef13]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [9076e4b81f6be51b4f7caa866e1619b9788c2a74]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [40cbc4c42d75b8453143f6a2f3b0f1f0762e15b6]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [1ba71627a3a885db4bbfb16360c60ed03904d06a]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [87bb23e301a86d4853283c726b5816c8816fffc1]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [4ee8b3988c1e90f5561dec0b691f39e4ffc82369]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [08ad087307174f0802458e70594618557817f2c6]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [a18a5916e15e401176c523d059ce2832cbf8c6b8]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [0ef06bb79d51540b665a684e315141f8932beda2]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [181de27b2e3dea1931aeb24f15407a26265d87ce]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [33ec32cb8e7875ad13b93b9eddf8a74fe6cf8987]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [35c5d336ded291bdfc42daa01c3193fd94bb83a3]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [efc67536bb52442599f1f35e1408231cb1aeba02]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [ded41367ba25e3c25a64948ba2f6138fc66b989b]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [b3ef3fae37eae3458f1cbcd190549fbc7221f7bd]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [4a0bb837cd1c5e84ff892a7b8e02d33d753107f4]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [a47bb3048eb458fe7f4b763facbb5bc48d88e287]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [cccb91d64dd508b0b0732b0d4dd819cc7d580acf]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [5bbb8daba0a5d5728917ab1481392ff2947a5519]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [006084f5c8c1aa00542659d557f44dde408eb8d5]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [04b3e195db149d394bd2e80bf3fecc8f6faecf31]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [054d213f5cc9e63f43adbdeca89e33f20c898391]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [ce5ec863c1dfb0883e7f82969f242e6094fb256e]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [31a9c84d4aab60f8225070e18b3e4eaedb760d5e]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [3ad55b262d468121b3b55c819fadeed46df69224]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [ebfd82ca51acb38684c38949675550a6bf926c84]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [d04833d4313b3d3a7217f7233c079c8ab242342c]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [80df348d1c6fc6ee8dae5d0c03b41e753034065a]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [355a9a5c56676c5b3d1868373c06346f00fc1ff2]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [290e8b6f6beb7a7b66cae5e27a4f36e0a1e4208b]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [0086a821df9c8c89a8f93ceb209930de7edbcb07]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [74203fcf0ec6c38775c13c902aed16b17ef466f8]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [e2d76a22a303328854b30bd725d1f5bb0f8e02ae]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [e01dc92a601f314314739af7659e00e16c398f35]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [83638a10c51dc62e33b90434f146991b00447751]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [cba43ac8fcb021b7d8f41830eebc3f2a9db44a5a]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [17e9e5c47dab0b001399b587517fd5bdf73518a6]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [29dc6947d28d14a43700e210655f5692fb5a2a27]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [31f376893033a1a7357dc8b697184254f0586845]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [d86184f815c22e35c787776f669ae32c53396a06]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [5b4085018a38f49b08e49b5909b17a87aa52e304]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [a1321d5bc86ad6d24fc2a1554fafaf5719359101]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [123e4d84768d96a8b7ba41c7002249fe9410d1dd]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [e87cc4e77f919e3baab34fff22e1b6b2a362b8a2]

        cppcheck: prefer prefix variant

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [a460b5b33366e36a66860c9da01fe9b6a3693349]

        WaE: throw out some more warnings

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [8290caa7fbb3517523b3e4e27ef44f1e4632135d]

        Remove DECLARE_LIST( TargetList, String* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [3c7dd7c71b52c2e2d489f60af0dffc6af1aba6f5]

        Remove DECLARE_LIST( TargetList, String* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [3ceae8b493a7393a06f7433efd13920cd625c606]

        Remove DECLARE_LIST( TargetList, String* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [a99b8aaa33fd9b5e07d5ed264bebc5fda464596d]

        Remove DECLARE_LIST( TargetList, String* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [20c9277f3ad930d31c720e7a1ac0e623eaa55beb]

        Remove DECLARE_LIST( TargetList, String* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [a407bbfe8c35a4791b688e375430e1eb2b54e17c]

        Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* )

2011-01-01  Joseph Powers  <jpowers27@cox.net>  [b72a0418983887aa45ced173a70a820402e41f9a]

        Remove DECLARE_LIST( _SfxEventNamesList, SfxEventName* )

2011-01-01  Caolán McNamara  <caolanm@redhat.com>  [93f34559d93ff0a782373dcc94de6fc1b2f5b990]

        fix build error on 32bit windows

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [56db3e8789d21ba1db4a313e61033cb1c27f4f03]

        WaE: remove new warnings post DECLARE_LIST removal

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [698e56d045c0ddbb6c2978be04cf85bf2b0d0996]

        throw out some more warnings

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [f72a306a3098fc4a1913fc968479e09c310f98f5]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [4ecf00e4bb678b162aa1a0e97291dda72e8f8ced]

        WaE: make this dir warning free

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [91b2b268f01201ed097750dc16748419b86e6e37]

        Remove DECLARE_LIST( SfxMediumList, SfxMedium* )

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [c27b8d0ab4ecd6971ea25722e9faec244477470e]

        WaE: make this dir warning free

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [aae26bf0dc66d2fe3e6bbf2040cb15566552ff76]

        Remove DECLARE_LIST( SfxMediumList, SfxMedium* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [315c5eb01f6bc221d946eaa3bff650d3c8f26e33]

        Remove DECLARE_LIST( SfxMediumList, SfxMedium* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [503be0968c78836a5c1ac4cf55bd939f93cf45a7]

        Remove DECLARE_LIST( SfxFilterList_Impl, SfxFilter* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [2dc0b02b30ef977618fa8d28faa9a564eaea156b]

        Remove DECLARE_LIST( AccelList, Accelerator* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [20f160082c72176f0771694fc0cbb89b78b1e1fb]

        Remove DECLARE_LIST( SvMetaClassList, SvMetaClass* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [4c9bf4e47b00861b74ccc12497f925da2a5f7c41]

        Remove DECLARE_LIST( SvNamePosList, SvNamePos *)

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [0e5c03764b8433cc0454aaa0058eef5e1e063031]

        Remove DECLARE_LIST(SvStringHashList,SvStringHashEntry *)

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [3d23bcf8ae7645cd9752cbb66fb046e4b0913107]

        Remove DECLARE_LIST( ByteStringList, ByteString* )
        
        I also removed some commented out code.

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f]

        Remove DECLARE_LIST( StringList, String * )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [cdd425de05e1a6098a732115014b258e2a69a076]

        Remove DECLARE_LIST(SvAttributeListImpl,SvAttribute*)

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [8b33788c270f5caf630915ab067ff4d685a081c2]

        Remove DECLARE_LIST( DummyItemList, ConstPoolItemPtr )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [85b34a679f8adba3d013850e4c0f79832247a844]

        Remove DECLARE_LIST( DummyColorList, SvxColorItem* )

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [c133017b119e093a5ffc852ed53fad44a579e03c]

        Remove DECLARE_LIST(ViewList,OutlinerView*)

2010-12-31  Joseph Powers  <jpowers27@cox.net>  [ba736d69f66fbe88f9eed88afa500a5835451e97]

        Remove DECLARE_LIST(EditList, AppWin*)
        
        released under LGPL 3+

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [ed449aca757656ef5e447cf99f0495566870acd1]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [af45e429034bdc49e55f0271558bdae8fc565c09]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [7eb4c36fda4b48da287289327428f59e5b47db75]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [679cfc576abe0d47b602f76cd39d720977824444]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [cc21a54a054fbd8b8b05ebbbaaeaeb79406bd8ac]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [33147fd8f4a891c0f2be07bddbea6a2006d29b12]

        WaE: make this dir warning free

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [9b290364ad317a55cb0e6c4f2deaf40e5150df47]

        WaE: C4099 struct vs class

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [313bccada60007fa89df01f6d97e688fd20a1169]

        WaE: Tweak this to prefer boost::unordered_map

2010-12-31  Caolán McNamara  <caolanm@redhat.com>  [7f56b38a288a5d1d572f6d885c2a115debbbc8ea]

        fix build error

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [6616817a92c06ea3b935e854aa7210849a5b150e]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [d0b04ecea7bd6ffa946bd745b89664791d87d667]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [6707a6090dbd481129a2ce5472a8c6eb89ec71f3]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [30f2c2b38005896c550c116a4322ab804bd4d417]

        cppcheck: unused variable

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [eca95b68fe17145d41ce4c77e58033657fd89ce3]

        cppcheck: this method can be const

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [ae8c0a4fa5cba553374177d85eb1f778a55395e1]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [bfe06dc6c30f7a78f0aebfe4eef1b3eb98501b28]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [9b4eed95a8cb9fbdc474c4a06f7614f0436eda52]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [899060fe5f3809aa680793fe8f561ea1adfcb1d4]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [99d15d2bcd164ee0d37b56444960408cc2aa29a0]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [2784d456d4e7c08a4dc4b00da27f6290cb6d9d9f]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [e629c8174d7dd3ba69b6ebe4e119d0b948ce1973]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [0b968630547a66fcead546f9f5d5ab0b6341f9e9]

        cppcheck: prefer prefix variant

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [19f2596a049e97036bd46faf5c9fe2787e391255]

        osl_getProcessInfo requires Size to be set first

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [1eedce5656a69ac0e9d530c551e49d9987c5d162]

        osl_getProcessInfo requires Size to be set first

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [7ed8cc5051cea0fbd0e7ab311eccb034618cab5a]

        osl_getProcessInfo requires Size to be set first

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [28ea6eeb4dde425636f1682bbd35bf578bf1b0a9]

        osl_getProcessInfo requires Size to be set first

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [9aa773e27c8beebd1219129ddada72b45bbd5e08]

        osl_getProcessInfo requires Size to be set first

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [d9518cb445ff9656ea704a9c0fccb43946e48d37]

        that hash isn't guaranteed to do what you want it to do

2010-12-30  Caolán McNamara  <caolanm@redhat.com>  [bc6d1ae79f04ba5418d3e215d7b843080824c0aa]

        WaE: throw out some more warnings

2010-12-31  tono  <tono@openoffice.org>  [24735ecb14ca4ea87ba531ac05bb6557a050e424]

        i#116264: gbuild for MinGW

2010-12-31  tono  <tono@openoffice.org>  [e17e44d1787f8c7f830e22f129d4aab497900dea]

        i#116264: gbuild for MinGW

2010-12-31  tono  <tono@openoffice.org>  [e389e3aef4fddf06a0e1e902802ad00f2e60905f]

        i#116264: gbuild for MinGW

2010-12-31  tono  <tono@openoffice.org>  [e7e1dd9581e0f42d6792ed49661e57623ea45aa3]

        i#116264: gbuild for MinGW

2010-12-31  tono  <tono@openoffice.org>  [9ce8c4f0dc1ec20b14195f3436b11d3792425865]

        i#116264: gbuild for MinGW

2010-12-30  Jan Holesovsky  <kendy@suse.cz>  [f5fe1aa15611d808e45fe77a393f3dd8f9304469]

        Do not block when launching firefox, fdo#32427.

2010-12-30  os  <os@openoffice.org>  [ddb95ff3861e3d46e840bb8c83f746754f179072]

        #i116258# auto delete temporary SwCursor*

2010-12-30  os  <os@openoffice.org>  [72734ea38f49533da6ae1f5d63b393b9608d13bc]

        #i114411# enable 'from top' distance also in frame styles

2010-12-29  Miklos Vajna  <vmiklos@frugalware.org>  [5cdf4b199a6970d9099f71b5dd565c38a5d0471f]

        use ext_std inside CppUnit::assertion_traits struct

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [30d912dfc5872ff48c7296f1409c85d0d4f79f23]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [beb70bd3d4635dd88e9c2e7ae0649b7b4dff5901]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [53d40a3960b72ace232a8e086e2987363a9cc920]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [02b865c44f2d83e2c7e8afb55828783fc12f4678]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [e6dc7e718e8128a345ec99e2f36727ae480cefdc]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [742cea48e4554fb83d30cd45bcc234d440158933]

        cppcheck: prefer prefix variants

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [7b93bae8af21fd61e6f804742ae937dd8100d66a]

        Resolves: rhbz#666216 survive missing window (cherry picked from commit e9438320b50e647f6c5bf052148bcd501b7b55d4)

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [cc538c54f8f78f269411df4b70e22cc560f2c44c]

        Resolves: fdo#32633 rearrange title dialog to get translations to fix

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [4538875a16f0627852343327685a7938ed399701]

        Resolves: rhbz#666216 survive missing window

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [461e1c918d7606676947b333ed58bf4a15b43bf7]

        throw out some more warnings

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [285b04e953dbbfc04fb3a18bd97e3c80aa630e83]

        WaE: throw out some more warnings

2010-12-29  Caolán McNamara  <caolanm@redhat.com>  [5ef4ae729009a459b0e23d2ef9ee55bde16a2f99]

        cppcheck: this can be const

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4fff4dcca3f0a277c0020d9f139445c61ea3f4f5]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fb49e1f42db0f9a8ff8c6c69ff522a264c97cd1f]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [356af7bc4d663518402b3c684ab2cf86f8b7d12f]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6f7fc7329b1398f5fa786e39f8ae9f1f02525809]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [80efb3ee630674ad90c8c38a8110fdcb152862f5]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [673e27f14bbf6ebd8e72c4715f7b34dcc6310519]

        dr78: rebase to DEV300m96

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c6aea6d541713c4e2cd27a2b1ffb8a408f9764c1]

        dr78: typo in comment

2010-12-29  Yifan J  <yfjiang@novell.com>  [e2ed81111cfc45b85cb399021189383d0b17c842]

        slideshow test case update.
        
        influenced case:
        i_sildeshow.bas
        
        1. give more safe coordination for drawing rectangle
        
        otherwise the testtool may 'click insert chart
        icon in the slide page' by accident when trying
        to 'drawing a rectangle'
        
        2. use uno slot to Call Slide Show -> Custom Slide Show...
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-29  Yifan J  <yfjiang@novell.com>  [ae22192e4c80d66f48f8360af7622cd95804a383]

        use uno slot to click File->Save(as) in Base.
        
        influenced case:
        testautomation/dbaccess/optional/dba_db_hsqldb.bas
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-29  Yifan J  <yfjiang@novell.com>  [f072a3a5d660d223bbe61df246e8a47bcaac2caa]

        more stable export graphic test.
        
        influenced cases:
        /testautomation/graphics/optional/d_export_graphic_a.bas
        /testautomation/graphics/optional/d_export_graphic_b.bas
        
        1. do not verify exported SVG xml content, just verify
        the exported file is existed. Because SVG will be rendered
        by Draw directly instead of ASCII import mode (which was
        used by the old script to verify the content).
        
        2. replace an inexisted testing picture to an
        existed one
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-29  Yifan J  <yfjiang@novell.com>  [73d07925d45819cf1d51439cde548475f21135aa]

        use uno to invoke File->Digital Signature dialog.
        
        influenced case:
        f_security_dialogs.bas
        f_security_certified_docs.bas
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-29  os  <os@openoffice.org>  [49e2d2c381f2e4ced9e74614bcef60981e8c453b]

        #i113790# timer activation of page field bound to up and down, only

2010-12-29  Kohei Yoshida  <kyoshida@novell.com>  [ce346973915d6f3270b00e9f289137b8cd556286]

        Remove bogus check for numerical sheet names. (fdo#32570)
        
        We apparently put numerical sheet name into quotes somewhere else,
        so checking for a number followed by a '.' and flagging it as bad
        is not only necessary, it's not appropriate.  E.g. we do support
        other formula syntax where the sheet-to-reference separator is not
        '.' (Excel A1 and Excel R1C1), thereby making this test even more
        inappropriate.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-29  os  <os@openoffice.org>  [8d17f1e6acb7889a4cd2d4ae90991b4d0c03700e]

        #i115758# initial character correction not in CJK text

2010-12-29  Julien Nabet  <serval2412@yahoo.fr>  [f7f47366ea78a71853fcaca2fa402bef667d9cce]

        Some cppcheck cleaning

2010-12-29  Julien Nabet  <serval2412@yahoo.fr>  [d31993e9c08c12c8d6bc27557feb17405ec580b4]

        Some cppcheck cleaning

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7b0f5f6af3fa2d6c926cbd6fc34fc631bd250173]

        dr77: copy/paste error

2010-12-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1866f942b7b66e9f0c24b8de2ec5ca5378f05765]

        dr78: typos in comments

2010-12-29  Pascal Ullrich  <tentlexs@web.de>  [96e969ba8a7b02cd3ca4df22bd5c37c23dd88f65]

        German comments translated to English. Corrected some typos.

2010-12-29  Pascal Ullrich  <tentlexs@web.de>  [669fa0840c17f43901226d6560a1c16a4b766544]

        German comments translated to English.

2010-12-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3e8b126b6cb77a2e993152d5bbd0def604e8ba06]

        dr77: post rebase fixes

2010-12-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0658973c1612c54af9bbb9e9ae67e9b5493978eb]

        dr77: post rebase fixes

2010-12-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7d6474a250ec1f05233ce5a1c457a3540ab30e18]

        dr77: post rebase fixes

2010-12-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [79d45a155b7819b87f4ef28b99fc9d44813a16f4]

        dr77: post rebase fixes

2010-12-28  Jan Holesovsky  <kendy@suse.cz>  [c8913235844104085a8b7c57058ba14825a88446]

        Allow tear-off for the Arrowheads dialog, fdo#32676.

2010-12-28  os  <os@openoffice.org>  [0f216f7670d4ca46879d61a687cb4797e0658993]

        #i115915# duplicate entry LetterPlus removed

2010-12-28  os  <os@openoffice.org>  [5cdc28997bbfbf6732b250200f2eb07359f81390]

        #i115915# paper size box needs valid selection

2010-12-28  os  <os@openoffice.org>  [464ff123b7bea92e8434a534cc16bd78141a9da6]

        #i116193# loop in iteration over bookmarks and attriubtes fixed

2010-12-28  os  <os@openoffice.org>  [7511b404e2106cc86361874e8cee1d939a904a25]

        #i115916# replacements of one character to multiple characters fixed

2010-12-28  os  <os@openoffice.org>  [62317e72f4883015ccf46fcb01f9e1585a5929f4]

        #i115916# replacements of one character to multiple characters fixed

2010-12-28  os  <os@openoffice.org>  [a4c1867acecc8567ee38064ecf10a81d7448b903]

        #i115916# replacements of one character to multiple characters fixed

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3cc6cf2fac4f8b045a837efed9bbc6fcf9769e60]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f1c483c9e1c464ae7f848fa85903390e00a0dba9]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1f6be0be35ae65ae7e93540dfa8e669da1a970ed]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0c9e2570a674217c20143d303bd0292706337757]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0e932c5d39ee71565709a3c190a4ba9735f15123]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [9a9ef4a05f17c2deda064b549cccc6caeefab2dd]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [865df52045d3770fc83054711a50290cc19a3e81]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [ba973d7fba682aa951bea428e6fed80c5d414897]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [43793609cdee96ec7f87c53dc11fef5213488428]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e63425820d65e6937b27abaae2403410f1b47a2b]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [eb483309e8c3792c8a494ed9f1ec4f08a0f9590b]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2ddbbcba14d00da112e07fd8cbd77e74e3f37164]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a0d5accc1e43aa906b9f46297cd8a5460d0c51eb]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a7bb3afa60040277d5f9eb9abfa2a931b96a2c27]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d1743d1d6b0cffe02ddf247ea7f370992791ed7c]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7e3e17681f891ac623f6535eaec83f92ba1c8e7c]

        dr77: rebase to DEV300m96

2010-12-27  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [87eded87d9f064715da13cf09a19e0a91f180625]

        dr77: rebase to DEV300m96

2010-12-27  Andras Timar  <timar@fsf.hu>  [c3c84701a4cdbf185cc65a6c34d2c1d16a894d9e]

        typo fix in helppack.ulf

2010-12-27  Julien Nabet  <serval2412@yahoo.fr>  [1d31ed0ef4749f1bc09235fb48408c22678a903f]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-27  Julien Nabet  <serval2412@yahoo.fr>  [4e94b940f04cad9fac9a95a009243cb9bc9c5218]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-27  Takeshi Abe  <tabe@fixedpoint.jp>  [178a5a36dfa21e296b53b9649f1526aee3e85525]

        code cleanup and fix typos in comments

2010-12-27  Julien Nabet  <serval2412@yahoo.fr>  [c0158c421bce29aa815854d252872dd0aff58f7e]

        cppcheck cleaning in writer

2010-12-27  Julien Nabet  <serval2412@yahoo.fr>  [50e49fd312f829cbab1f4430ad6db3d869fb4a5a]

        cppcheck prefix operator in components

2010-12-27  David Tardon  <dtardon@redhat.com>  [35629ee3f33f4222c10bbdfd3eb6b7feb27cf573]

        avoid use of invalidated iterator in comparison

2010-12-26  Joseph Powers  <jpowers27@cox.net>  [2cd16b322af55a998d7f532a482e14f385acb18d]

        Remove DECLARE_LIST( SvXMLStyleContexts_Impl, SvXMLStyleContextPtr)

2010-12-26  Joseph Powers  <jpowers27@cox.net>  [35b81d6e106c94cb504fdf739263eb7af6f5fdfb]

        Remove DECLARE_LIST(ImpXMLAutoLayoutInfoList, ImpXMLAutoLayoutInfo*)

2010-12-26  Joseph Powers  <jpowers27@cox.net>  [0e1f0b606695f48542f50ddf2d5f66e39e7988bd]

        Remove DECLARE_LIST(ImpXMLEXPPageMasterList, ImpXMLEXPPageMasterInfo*)

2010-12-26  Joseph Powers  <jpowers27@cox.net>  [497e7812de24bf109ff9dc1b59024b2776c75ae9]

        Remove DECLARE_LIST( ViewList, MyView* )
        
        Howerver, I can't find the object refernced anywhere. Nor can I get it to
        compile on my box. This looks like dead code.

2010-12-26  Joseph Powers  <jpowers27@cox.net>  [f31cba4683f47be9fcff07e088bd73e0bed36dfe]

        Fix a compile time warning: un-initialized variable.

2010-12-26  David Tardon  <dtardon@redhat.com>  [3b34da87b5f2c99120c79cbfbbe8f7da0ff7837a]

        avoid data race with wsupdate thread

2010-12-26  David Tardon  <dtardon@redhat.com>  [f84f0a49d58a7914beaeedf1a655de5378c652a9]

        #i101360# use xsl:element for element construction

2010-12-25  Joseph Powers  <jpowers27@cox.net>  [e20633dc65b81e5f77d7e8a0c8e2e5aa21957a06]

        Remove DECLARE_LIST( SvxDrawPageList, SvxDrawPage *)
        
        Plus remove a macro that isn't used.

2010-12-25  Joseph Powers  <jpowers27@cox.net>  [8bd249b49e79c1736a328b901b1ea5c16780460e]

        Remove DECLARE_LIST(ImpDistributeEntryList, ImpDistributeEntry*)

2010-12-25  David Tardon  <dtardon@redhat.com>  [312cf359028bb68f0e8bf3f7da57ced4781be399]

        fix debugging condition

2010-12-24  Joseph Powers  <jpowers27@cox.net>  [b4afa05e63af8eda2423b7dcbe693a628454135c]

        Remove DECLARE_LIST( GroupList_Impl, GroupData_Impl* )

2010-12-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1740a4a3749f33b8622c3aa671199a2c8ae06e80]

        fix warning in binfilter bf_sc ui/app and commented code deletion

2010-12-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [791d4f304323affed871fe4c22948736472d8ebd]

        fix warnings in binfilter bf_sc core/tools
        
        trivial conservative fixes, letting behind function calls that may
        not be needed any more. Fix warning:
            unused parameter
        
        and remove commentet code

2010-12-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ee5e771421eb8a45288bfbee6c5a57052f1adfb0]

        fix warnings in binfilter bf_sc ui/docshell
        
        trivial conservative fixes, letting behind function calls that may
        not be needed any more. Fix warning:
            unused parameter
        and delete some commented code

2010-12-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c2457b9c41344e2edf43a5deba6199bdbbe6da0d]

        fix warnings in binfilter bf_sc ui/unoobj (2)
        
        trivial conservative fixes, letting behind function calls that may
        not be needed any more. Fix warning:
                unused parameter
        and delete some commented code

2010-12-24  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [e0fe8c66e0d1fe0c3b1982e7893de530f18fe558]

        fix warnings in binfilter bf_sc ui/unoobj (1)
        
        trivial conservative fixes, letting behind function calls that may
        not be needed any more. Fix warning:
            unused parameter

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [635a605e8cf345a2374b5dad2e95597c8d809d16]

        WaE: throw out some more warnings

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [51062c3fdbe8916476d8587c0e4403117b772493]

        cppcheck: silence warning

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [5ab56929680ec6613df3d9cb5cf7c3d75d50990d]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [64f593061ba0e79d83b901aa1cc42edc5916f801]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [bc88d2552c361f3d50ab1ae1096160aae71a5beb]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [ccb7a6df515199be8d9693a3b0f2026c3169330e]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [f68420c301b4a6c7e0538005b3fdd2084868858a]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [e62d46ea6f8349990f7f83d488f52bcbed1a1495]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [1118b84d9eaf101d61eb15265a18ced9b2cbce16]

        throw out some more warnings

2010-12-24  Joseph Powers  <jpowers27@cox.net>  [f827e97db8144d0a6019594385cc47172a029b9c]

        Remove DECLARE_LIST( EntryList_Impl, DocTemplates_EntryData_Impl* )

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [94b3c723aa1645e0efd567680383371d9768df16]

        relocate this header inside guards

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [516a555294a3b55b14838c7ebb448450c4e3bcc5]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [f005485cd404f60eba5b4c00d6790f369ce18266]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [934997236aed0fae4fcc385bb7adf1f9720d6f17]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [9133aa979a363cdd829497f35a62eb63a31b9448]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [5cde8dbea14f533cd2e9af8017f50ee587976740]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [e1f734b8e0fb3393f9a250471fac606483cfd0af]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [f0c38e19497d8aa51979d30e3e413c60352980a1]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [05e37196ca512e1d5583585abdb870bf4acc10a6]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [43e38e5e0b431ffde390fad34c79dd9d9aec4487]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [dd009202efb61a1f13e459c6f33871a86da83b69]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [c5fccf60b7e4a8b03f7e3502856061255aa906ff]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [66bbdbe5162165ca46a38eb539b12a7edc9d19bc]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [9e32df5ac11db021b999c0b6ae220afb994f382e]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [87cc602aea3c50019d18cdcf14c2bd2d669b0005]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [5f110a9734e4f315f311ef9f705d8f357eeac54a]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [00d244a0fe64b5703875243f6bb727c541e45fa0]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [120ed13a05c0c3c7a917dd3b81efd24ffa61be8c]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [72e5d86ee7657ce5d3076f88e6dad939928da697]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [a925646ceda4a315b96e2d23d0efa01edf7850bf]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [35827c15714ac156552201749ea73591849d51b6]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [87d83f4870a47e4ad4a1b74e1d0c1f604d0f518b]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [b02fa95be423670a84b980340b150cde887c3fb8]

        cppcheck: prefer prefix variant

2010-12-24  Caolán McNamara  <caolanm@redhat.com>  [5d0c963e0f9ad17b482f9a4673cf7fa222c5fd20]

        cppcheck: prefer prefix variant

2010-12-24  David Tardon  <dtardon@redhat.com>  [9192e5de7dd52f3864d4870569458b2d9226f2a0]

        make copying aware of NULL pointers

2010-12-24  David Tardon  <dtardon@redhat.com>  [eb13a88164d7ca860af6dc48c9646232d7f908f1]

        replace virtual operator= by cloning

2010-12-24  David Tardon  <dtardon@redhat.com>  [f2689d614c44b99882c5d3fcc49b16d07956efe8]

        remove unused code

2010-12-24  David Tardon  <dtardon@redhat.com>  [f33997868be3e81cd4e0d4fd8f43d47e0b9a2eae]

        remove unused code

2010-12-24  David Tardon  <dtardon@redhat.com>  [3d80d56d744cb3c2ea533ca08c42b723fefec127]

        remove unused code

2010-12-24  David Tardon  <dtardon@redhat.com>  [fc92291abd13845b36e5c7f5303f2bad86e03750]

        remove redundant semicolons

2010-12-23  Joseph Powers  <jpowers27@cox.net>  [f14fdf28c79b46a36fcff2024b70112da9549641]

        Remove DECLARE_LIST( NameList_Impl, NamePair_Impl* )

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [f1992f9ad835505ed7ee8714361b3d005fa72243]

        throw out some more warnings

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8241ddffca6015d9d1b84af6a31c66b85809bb83]

        WaE: warning free

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [1422cc5f7bc21ab71897958865ee1f19296d4bfb]

        WaE: warning free

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [e9b6c75eacc8f003eb4253a02dbd53b1806170d6]

        ditch dead comments

2010-12-23  Andy Holder  <andy.m.holder@gmail.com>  [e97c556e6eb90042b6a75605f2a7d30350959ea0]

        cppcheck: Invalid Character errors fix
        
        There are a number of "Invalid number of character ({) when these
        macros are defined" error from cppcheck, I think these are
        caused by the start of a namespace
        declaration being inside a #if without it's closing }.

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [285e5dfd54a519893fbf80cba91ac72f58936758]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [07a259ce3812bc764951e370ff97df1d507234a1]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [91125d8a719fcc1a8db17b374bf028a89a565bfa]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [ca86e8ae388c3c7adbdd25dfe617a836aca9ab58]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [7923af56225b916ec5f2f67b2a1c8c36b55fb9a1]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bdec213c8ede144425278e2c98a4297f74989e86]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [040fb73d22ba1fdb3e71417f28222ac6689ffc37]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [188aebcb66157e04c0a7cc1395e49ca43a741402]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [2822a07fcfb0b132e6c55fcfeb76e44b49690e88]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [e7f15bb374718b9a30cce820be98b99cc53e17f0]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8d5581f95d70377494028023bd8b667f9f9e11cb]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [06e1f097f312ab227fda6fce21f7ce1d89d3cbe8]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [ce54ab8e215d5a958422780260c8276ffd7d851a]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [d4eba42cbfc633fa340b94ca7a9f7762d8f05fd3]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bbf9b1d7bcbbabb589e35e1fcf9b06259854538b]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [c5463e14e4ec112b0029f644661347deaeae736f]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [0d0098749ea22312819d02100449689f47816bde]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8feb80cc721b9251c7a3ed54196e3ebf74fbbd15]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [d26209184ba9a685f4ee8e1313b5e54a92df89dd]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [927518389b49446b91ea6edc1427063292ab7217]

        fix typo

2010-12-23  Kohei Yoshida  <kyoshida@novell.com>  [82ac52edcbe6229aca9de34982d0920161fb3a6e]

        Remove bogus check for numerical sheet names. (fdo#32570)
        
        We apparently put numerical sheet name into quotes somewhere else,
        so checking for a number followed by a '.' and flagging it as bad
        is not only necessary, it's not appropriate.  E.g. we do support
        other formula syntax where the sheet-to-reference separator is not
        '.' (Excel A1 and Excel R1C1), thereby making this test even more
        inappropriate.

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [c832da45fba1dc44a545a8dbf32b3606d19ce02e]

        cppcheck: can reduce the scope of these variables

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [ce741c4e971eb55eaf56b34a3a158c4b28494ef6]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [6d769805b6b9285601a3157675ee7a0be6db8e90]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [61ba406746a3ea2404730dd927796eb29dde499c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [4cd2104c226f6794e552a0ec3f5ecc4a0c341a14]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [c9ce062a9ce41fca884537416b7b3e6af3f3cda9]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [d3b6211d85776a9e10272be355d670fa046036d8]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [a4dd5ff774c41d65b7a37da521261e3b8986ef2b]

        cppcheck: can reduce the scope of this variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [5127536cf1c882541a30a6f3f19f26d94b896b65]

        cppcheck: uninit variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [882a2d0f2224a38355f19570f74732e3f01cf444]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [6fc0bbbeabaafd1990404b66fa0d8a398fbff7ef]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [225bbaf0795db3d89e461c2b1957a9a48192d374]

        cppcheck: can reduce the scope of this variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [18cf3a28b03d42b6aeb0acf2e8b93b94a269af74]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [494cbe5ab866bc0ca76022f8a4518b76b638e866]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [07a06abace1d8cad2bede9b5dcc9d5b19e09e7aa]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [cfb51ec23f7d5fc0182f44d851201404aa568f6f]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [dbba22e933c70211ee8a479b7800cf57800555c1]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [2da3de9965fa13d82ed9629c988c489239e61707]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b404c263e76624c754352ea569c24df5a7b10b26]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [932459c1a1f1d182c4ddbd7a002e1862e50eb2bb]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bdc65bae90d6cc7caa987fba7857eec5a0e41aab]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [72c8b281cba3d36626859beb88d3a863c7f168bb]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [69994bc72e552c1d7fb15be20caa5e979af2c28c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [9e0b5a3507954d5cd3b10916a56491856a52ee74]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [06e78a1e27bdc848f4125624e42cc0175a794cd8]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [28e3516d2e15f61a7b608055fd5195e716cd633e]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [c491aa53e00378055f70df25ed82a71e56943b00]

        add mode-lines in here

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [274b73c1b0a8ecb087f72aaf6392cc41b73df3c3]

        make executable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [e970abf61cc735364246beccba12ad077c4caaac]

        move add mode-lines in here

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [5ab0787ffb44ef6d63ba89a8b3e1e37146f63d37]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [cea2ae0781687945cacc91d94904bda76cf29490]

        cppcheck: the scope of this variable can be reduced

2010-12-23  Joseph Powers  <jpowers27@cox.net>  [348a1515d95be34bb875db53659a8843f1e03d1f]

        White space cleanup

2010-12-23  Kohei Yoshida  <kyoshida@novell.com>  [c8815f1d624f768868a8ffec9c4c5e2cbad80531]

        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>  [cfc23b66aafb62b9383b235528181e2febe93502]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [619e1a6472e9ce1679b177d54b02137bbd67f071]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [4841424c750ecc21d50b37eb7168056e58e82561]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [40b982d78e8408929aa88aa39c28d170369eb108]

        cppcheck: prefer prefix variant

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1007b2c08548f0e8445492cffd9b760dc3376c9f]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [73731f92fd4ff6546616589cf86ae5325f72e8cb]

        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>  [ca9f06155f69c594b88f030fdc467ca463dcf48c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [7b573a113b31b8f136bf2fd1ab1ba8f12bf267ea]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [a8be19763fbe2b899cdaf51a21edabf96b5c9b05]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [fae5a36e37059b75f648f7b0e86e4cf1d26f613d]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [4bea319def2b4786f70d788b21fcd9c72d32fc97]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [baca4df091fbb2c4d539d284e464d423d20cbe29]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [377e3d170d25cb3a9cbec42fba532b47c5840562]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8022cc6fa82f3cd219238380200e424da93c3984]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b9ebe85e63ef56457d15b1ca9fa88e7ce7acff1b]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [1a348e513fb0cc706a8df3895b6af894db6a5f7a]

        cppcheck: can reduce the scope of this variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [6edc3600f803dda863f81309f68036cdf2dcb9e7]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8c5d3101941d4b9d1336cbbd32bf27829c62c04c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [8785341478b384ab7568711e0ff86ec9e27ae9ba]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [86093b9b7c05f126e16920629398603a3a0bc1b4]

        cppcheck: can reduce the scope of this variable

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1d52df1454476ab4ca2d0e297746719c7a9212f1]

        gridsort: simplified the scrollbar handling

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd42af8c16804d848b1358ea46811fae64088f9f]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6f7105ef88fcb3e8979617cbbac3a8503e4766ea]

        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  Tor Lillqvist  <tlillqvist@novell.com>  [bcc6d1863f419806a519dfcae65bfa016b346600]

        Drop inclusion of tools/prewin.h and postwin.h from sunjavaplugin.cxx
        
        That file compiles fine without them. These headers are in tools,
        which hasn't been built and delivered yet when sunjvmfwk is built. We
        can't add tools to the dependencies of jvmfwk as that would introduce
        circularity.
        
        As such, I see no reason why prewin.h and postwin.h are in tools. I
        think they should be in solenv, like premac.h and postmac.h. It would
        perhaps be an Easy Hack to move them, and drop the "tools/" from all
        lines including them?

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b2ab663128de7fa2dba05aa1e3747594726b56a4]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [76bbd3d9e8394c2578df8dd6e83677d4a5d7816b]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bdff19462429f8ed55cfd8a14842785a227cd627]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bcd2464e89622a010eb85d4a77e7fb0302adbd59]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [0acc81c20ea4e5aff4653685c981924e9e1de357]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [bd5e08b2d1fa2cf7053f4f45ff0fa5432745538a]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [22dc3363b12fc76fb810d9d50778567536053f0d]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [1d3cc9418df49ae2ca34a908837bd4d7a198e799]

        WaE: throw out some more warnings

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [01398814d4799248cc29765a739413fae5290ad0]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [3e3d74baf1361c3c4b0fafd0effa27832a1b2c6a]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [75c32a4ba738a6cdf65356d8f4267b50ba894a9b]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [e35c88a03a55b4f0068d2867c2b1f41c41ac95e1]

        cppcheck: uninit member variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [7d153a8b32be0b6622da68c407fa415ff9152f6c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b3798f8aeb11f5fcff2635d60fb82bc87fa51f53]

        fix these ones up

2010-12-23  serval  <serval2412@yahoo.fr>  [52b91b63035eb7c45e6fce2803541f552326863a]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b0eb58bacf9b2a03c2608998bf9e3b0667f3e51f]

        cppcheck: unused variable

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [e8464ec28c7d1c5d6fb0b2d68ba36ef5b10a515b]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [dda6206db9ebef0e2d646e7ba770507fadabae4a]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [3dad9532109d620fb58d95473060b9e2a1763642]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [feb562dc6f0486e162bd669c46f9941750060b69]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [b4426ba28aa835bb87ae3bacb5025c598f46d24c]

        cppcheck: prefer prefix variant

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [dac2303f4be71f76041aef73eebe9b660d66e305]

        cppcheck: the scope of this variable can be reduced

2010-12-23  Caolán McNamara  <caolanm@redhat.com>  [14b8caf1cfa26b92af49810d6c747333e8d8940a]

        cppcheck: uninit member variable

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [56305efc5c5b8f064dd2c77fd99f85da9b3909f8]

        undoapi: make compile with GCC

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [67668c8264a7b0f7b699534b4ab9046812d2c3da]

        undoapi: re-did the CWS'es changes in the new build system

2010-12-23  David Tardon  <dtardon@redhat.com>  [c7e4a291ecc791163001d08f95fb0e8493c6bcd7]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [d48bcc67d3a1cc5a551e3b70af74cfb3a8d8c795]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [bfe7aa7040eb7bfdfbf657d27000931f93ddc438]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [51437a153e738166278901e48caaa5a554c73c06]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [488f0db24832ce610a780b4a91b629da4aca0116]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [2d9b0850ceb94a499d123b8ea573dbff5291426f]

        suppress compiler warning

2010-12-23  David Tardon  <dtardon@redhat.com>  [b8618dcd5bbc12258839eaa9b24f2a0961eacd21]

        fix use of temporary value

2010-12-23  David Tardon  <dtardon@redhat.com>  [4b14b0efb248965cd0d057edb3176dede1bd87e9]

        simplify condition

2010-12-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cc8d3de7d22e8f27db46d074e9b310e22f169a34]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [39b8f8e90713964933506eadfe6ec3f6cdea7565]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b44240f655f3f5974a91911b7ec5e5652910a73e]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aa84a911dc9dc8ff101ad0129c4219ba96f742df]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bbac63a411ffea3a0c8896fb0bb70d40725110c6]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fe4eab4280b53259ecae8ecf86c653683d5e4069]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c9c709ee6b8f9854d17c000b3f1077dc7a8aa387]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e4e6ad6f2abdba8ade885b9e9690e564005c9a05]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [74dfed04ee929e2e67510842bb1f7d07880e4948]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5035c120daa17578c623ae2fe06b25adc9678ffe]

        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-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [48de44881b95b2ce90759e0485d3a96fe1c1f4db]

        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>  [0e4628b488c6afd53a6a03026873d570bde86a8f]

        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-23  Jan Holesovsky  <kendy@suse.cz>  [a3d9e49021a6965ff2fb0b5c625baedaf6327a02]

        Rename .uno:UndoAction/Redo to "Undo"/"Redo", fdo#32472.
        
        The undo/redo text before this change says "Can't Undo", or "Can't Redo",
        which is apparently to be more descriptive in the menu; but this also means
        that the information that the functionality is unavailable is actually doubled
        - it is disabled, and additionally named this way.
        
        I am changing this to a simple "Undo" and "Redo" to be consistent with the
        rest of the functionality, nowhere else disabling a functionality adds any
        'disabled' wording to that.

2010-12-22  serval  <serval@ilapharm.com>  [cb139790b4858b649ccba7c8b49255c4cac61262]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [6eec5efb17f15c3e5a5038f7681a7d89500def05]

        Actually the object doesn't have to be a cell note.
        
        The same problem happens even when the object is not a cell note,
        but, say, a regular text box.  Let's not check whether or not the
        object is a cell note.
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2010-12-22  serval  <serval@ilapharm.com>  [79c787a66b5349b4324277d2830d9b0d7abd3056]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [a05a1b07e99d753393ec99044b834cf02a84d7d4]

        Avoid double-paste when pasting text into cell comment. (fdo#32572)
        
        Original patch is from Caolan.  I re-worked it to handle more use
        cases.
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [ebe4f1026b89a94ed42d2de946dc615b4aa9f0d5]

        Remove __READONLY_DATA

2010-12-22  Guillaume Poussel  <g.poussel@wanadoo.fr>  [e1a5999502f35612cf34ea8eeb70c077c9f1ea19]

        Removed __READONLY_DATA (replaced by const)

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [bf4ce22b8dcf5295520dd76d9304d6fb7f842b26]

        Resolves: #i113655# rhbz#621277 crash with missing DocShell

2010-12-22  Michael Stahl  <mst@openoffice.org>  [875c9a28f49c7a73607fcdfac245b648801dccee]

        sw34bf03: #i81127#: patch by pmladek: linux/ppc: remove -fsigned-char

2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [2e4e8778a3240022accfc9b1340784658511252e]

        Actually the object doesn't have to be a cell note.
        
        The same problem happens even when the object is not a cell note,
        but, say, a regular text box.  Let's not check whether or not the
        object is a cell note.

2010-12-22  Michael Stahl  <mst@openoffice.org>  [749032f17b1d29156a0248e54f49462517d03523]

        sw34bf03: #i101360#: patch by dtardon: use xsl:element instead of... WTF?

2010-12-22  Michael Stahl  <mst@openoffice.org>  [9f91d52bc964a24c3aec5b14fdb5a61da6869bd2]

        sw34bf03: #i113655#: patch by cmc: fix possible null pointer in ApplyUsrPref

2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [707bde4f36b89783e566f351a2862e1995ce7366]

        Avoid double-paste when pasting text into cell comment. (fdo#32572)
        
        Original patch is from Caolan.  I re-worked it to handle more use
        cases.

2010-12-22  Michael Stahl  <mst@openoffice.org>  [79824f568195c08d70d07fc579a3b11a83f6c33c]

        sw34bf03: #i115174#: XMLRedlineImportHelper:  do not crash if there is a XTextRange that is not a SwXTextRange.

2010-12-22  serval  <serval2412@yahoo.fr>  [5365b69ea421923ba2349e6c31946f515d240e82]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [99b2f708aa53bdb3039b84a853b42cbb20fd9071]

        makedepend doesn't like -s to appear in the command line

2010-12-22  serval  <serval2412@yahoo.fr>  [d9b52710a9b8f2e66afbb7fb35de044b16afd7ab]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-22  Thomas Klausner  <wiz@NetBSD.org>  [38ff183e944faff1b827843c0eae6e159c280a22]

        Add another file to EXCEPTIONSFILES.

2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [abc856e6cad183d770f2826343d536f932e7bd9b]

        Removed __EXPORT

2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [3e2a850cb95f60a7bcb7d340ad5855af34d6066b]

        Removed __EXPORT

2010-12-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7f5b6070556856d33c6877f9e28378c54407dd73]

        ww8/dump was never built and rotted code: removed it

2010-12-22  serval  <serval2412@yahoo.fr>  [abb7fa7c08195688b64615a766853eae38a61bca]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [6c06950efb3ef4b4ee723001ce4e388f6b2a99d3]

        add this conditional

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [2912732d421ae6a1bab2e1ff72f026e295b709fd]

        Resolves: rhbz#660342 Undo/Redo crash with postits (cherry picked from commit 1b58066892daa9365d23b39d7439fbbe7d562b13)

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [6cf8eb372b6e1ac1a598cc728965fc988ad29d0a]

        Move this system-mesa-headers test inside opengl extension test
        
        Here it only gets used for non-Windows and non-Linux. It will current defaults
        to using these "internal" headers like we do for xrender and friends.

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [3d653b634bb2086ddc1ad918b1f63e878ca1c483]

        toggle the default for this option

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [0743413eea09cb833e11d3057eda097fdbf541ab]

        fix typo

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [cf208185e03f6cb8768570e70c518b7dbeddef17]

        add vcredists to gitignore

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [bac156f8f6f5f7d23cd29bb5ddd365e9d46d164f]

        add winenv.set.sh to gitignore

2010-12-22  Rene Engelhard  <rene@debian.org>  [bb0e0f07433f13ed77b0a48d539c67c50393a688]

        missing @

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [68cfe2f6e1c5f3ba924d51671e1fda35f74b3200]

        cppcheck: prefer prefix variant

2010-12-22  Kohei Yoshida  <kyoshida@novell.com>  [2a12d93fef968b0ad29a753a2982ff9064651561]

        BOOL to bool.

2010-12-22  Rene Engelhard  <rene@debian.org>  [9038e9a5959e55cb4a61c0fc350f853aa2979e4c]

        export MDDS_CPPFLAGS into the env

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [14c9a410dd3a87d5c4ecd68d30e0e95a868909ac]

        drop a few warnings

2010-12-22  Guillaume Poussel  <gpoussel@gmail.com>  [ed7ccd845bc9d04419abbf1dc49d6b13801bf14d]

        Removed __EXPORT

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [dda59263cf8d3e6c8ba90bf88361f8d6d3008d21]

        Resolves: rhbz#660342 Undo/Redo crash with postits

2010-12-22  Tor Lillqvist  <tlillqvist@novell.com>  [debf1d0568118f52a23e6c2b2e50c11bd46ed70e]

        Load msvcr71.dll needed by JVM using explicit path, see fdo#32426

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [5ca68d70443d2997283699464d64f365d653ff5b]

        cppcheck: prefer prefix variants

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [742870d9115ef372440f21a5cbe2dda1f5f1ef95]

        cppcheck: prefer prefix variants

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [a3bb935b564e76f3fc6817fae36a023ff558b5d9]

        cppcheck: prefer prefix variants

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [7a0bf3a591d948ba641dfc665dcba8221cdec6a1]

        cppcheck: unused variables

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [3ff90579cd999793180e9d6b1674628391261a4d]

        cppcheck: prefer prefix variant

2010-12-22  Noel Power  <noel.power@novell.com>  [dabf6816a17b9076ed08059cb6d1a85eee86b03c]

        Fix compilation error on Windows

2010-12-22  sb  <sb@openoffice.org>  [a3a53c9a5ed1afc5fd663a88ae86d980985bdc7e]

        sb137: merged in DEV300_m96

2010-12-22  Mathias Bauer  <mba@openoffice.org>  [e22a1e2f5c5ed74c22849c9b5bb59dd8f47bffbc]

        CWS swlayoutrefactoring: conflict resolution after resync to DEV300_m96

2010-12-22  Michael Stahl  <mst@openoffice.org>  [b9cdf2916f3b5bba0e1eaefb176e5e36cf472b00]

        sw34bf03: #i116192#: fix regression:  SwDoc::SetFixFields must be called when creating document from template.  apparently the SFX_EVENT_DOCCREATED event is not sent in this case.  so use SFX_EVENT_LOADFINISHED and check whether the medium has a template.

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [eedd0cf67771f3169f6b5095deca82922c8c6544]

        WaE: fix some more boost shadowed warnings

2010-12-22  Anders Jonsson  <anders.jonsson@norsjonet.se>  [6505a6eda9dab7baeb45540fee9b0b9d1930218c]

        Remove commented code

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [ad8b848d215182ce569a4e7f75a440d373c05166]

        fix up the default fallback string for this now

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [c7c8e801650a86f14178b63eb40790eea591f934]

        lower java build-time verbosity

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [f7a3f2ac423d1f040415b7aaaa7cf807fe3d9bb1]

        little bit less java verbosity

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [ac85cc23769f09426df9c8ac4e3dc8d011d0a3c4]

        get ant stuff to follow VERBOSE

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [097c9e2609afe318a7ad8148d6692b5ec7ee340a]

        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-22  David Tardon  <dtardon@redhat.com>  [579e2b0f47f084c980b617f100c102538fc5fad3]

        extend test for mdds to select hash container to use
        
        Configure fails on mdds/mixed_type_matrix.hpp test when testing external
        mdds otherwise.

2010-12-22  Anders Jonsson  <anders.jonsson@norsjonet.se>  [d6f32c0efd417bd56876b96ba9bcf22a64491417]

        Remove unused code

2010-12-22  David Tardon  <dtardon@redhat.com>  [a99ac11103016d67d1dba6b513d83987ec1920e7]

        use configured hash container

2010-12-22  Kalman Szalai - KAMI  <kami911@gmail.com>  [52a13310d390036b157b26f4596a15fd5b862b6a]

        Fix Gallery module

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [19a479184eae3c0ba9cd6f58b5ba58a241550582]

        quieten this down a bit

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [c6b6e541fe2cc407a2bdbaf9e0f49378675fa7ef]

        drop unneccessary verbosity

2010-12-22  Caolán McNamara  <caolanm@redhat.com>  [dcb2f6ff6e08398771f591a442ae668e022a0486]

        WaE: fix typo

2010-12-21  Joseph Powers  <jpowers27@cox.net>  [4065c1de5462137a63165b484bb3fe3ca5c49b10]

        Fix ambigous warning.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [e59e79ee6dd23b7d450535c491a6728ccd4b7e8f]

        Some code cleanup to simplify the code without changing its logic.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [c67eb9c45b3beecaa0f8d38836e749278b1a817f]

        cppcheck: initialize a pointer data member in ctor.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [029fc564671d6bb46ff4ac33c4941c74871e2cb6]

        cppcheck: variable scope

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [537b34247cf34d6367bb514bb9620a3af263d758]

        cppcheck: variable scope

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [e1dea8cd4aa03583a12d9806858fe38d75864fc4]

        cppcheck: variable scope.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [1c6ca84071189611ab0ed2589e4965277ed66c4b]

        Removed a header; nobody uses SimpleIntrusiveReference any more.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [b13a822f43316959260b4275b4c6c682bdd8ab71]

        ScRawTokenRef is now based on intrusive_ptr.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [f7e9694be4d3c7d4a1bb16cf1620acf1473e650d]

        The external ref cache also stores intrusive_ptr-based tokens.
        
        But the token array instances are still managed by shared_ptr.
        We need to convert that to intrusive_ptr also.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [1656f5cab04e095db6ae323b0499bbe78bfd656b]

        No need to include the shared_ptr header.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [579e5624fa3740ff79d99607bffabc9ba2d80c1b]

        Removed ScSharedTokenRef and replaced it with ScTokenRef.
        
        ScSharedTokenRef was implemented by boost::shared_ptr, only because
        SimpleIntrusiveReference which the original ScTokenRef was implemented
        by could not be used with STL.
        
        Now that ScTokenRef is implemented by intrusive_ptr, we no longer
        need ScSharedTokenRef.

2010-12-21  Thorsten Behrens  <tbehrens@novell.com>  [db373021b452bddf179eaf268957033bd23ae715]

        Quick-fixing dbgutil sc build breakage

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [c4b7910c120be1c5a8462c20b12734139632a4de]

        Implemented FormulaTokneRef using boost::intrusive_ptr.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [c655552be1a1910333c613e2d0250d7886f009ea]

        Adjusted for the new FormulaTokenRef now implemented by intrusive_ptr.
        
        Also, ScTokenRef is similarly now implemented by intrusive_ptr.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [91e66dedc9fc5da3f9f161ef70a6d348faad4dfa]

        Moved ScMatrixRef typedefs to its own file.
        
        This is to prevent including the whole scmatrix.hxx header in
        document.hxx.

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [484c39475b0d89469600fd63500b61dac87b2676]

        WaE: uninit variable

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [9cd4346f88e69f809bf6bedd5dcae40178cf9abb]

        disable the tests that may vary, depending on the systems printer

2010-12-21  Andreas Mantke  <maand@gmx.de>  [05204569763f2190a074516f3af72409b341b993]

        A change in the color of the watermark

2010-12-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [549d5b71eaac792c3f53d6790d3b40c4809366ef]

        commented code deletion

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [440780186c9710bc25fa561929116592389286ee]

        Translated German comment.

2010-12-21  Mathias Bauer  <mba@openoffice.org>  [af69eeaeae90037f27e7a8a10fce1b4899d5b305]

        CWS swlayoutrefactoring: resync to m96, no conflict resolution

2010-12-21  Luboš Luňák  <l.lunak@suse.cz>  [3c47f169dfa82596293c4555a434b63f8188141e]

        proper order of items inside w:tcPr

2010-12-21  Luboš Luňák  <l.lunak@suse.cz>  [00ab641d7d7e43a8453db503e44a03f7346235ef]

        proper position of w:jc inside of w:tblPr

2010-12-21  Mathias Bauer  <mba@openoffice.org>  [09d6c9a395b8849e3e09c694282a1446b786bf80]

        CWS swlayoutrefactoring: #i115510#: use boost::noncopyable for SwClient; move some code from client iterations into SwClientNotify calls

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [b60d8ecea25bd3462d14dfa1b3639e79bc61279a]

        Oops.  We can't bail out earlier than that, it seems.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [3f07d4ebd86e76196abf51ff2b223059ed9343de]

        Simplified the logic a bit.
        
        * There is no need to go through those two if statement blocks when
          bNoPaste is true.  Bail out early.  This helps reduce the nest
          level.
        * Updating a range can be simplified.
        * the 'r' prefix is reserved for references. For a variable that's
          not a reference, use 'a'.

2010-12-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5f79ae7b958bf59a5cba5f261931dd40f446f15c]

        commented code deletion

2010-12-21  Joost Wezenbeek  <joost.eekhoorn@gmail.com>  [90a8740787817ba8c403f9a60a58aee4d13041cb]

        Leftover data after Undo operation
        
        qa issue #106711

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [3a79aa5f5941f7871e4c1fe5234a8b616381c15e]

        Drop msvc*7*.dll, see fdo#32426

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [b326d5decbe8a05df65f92ec4ed908810d68582c]

        Drop msvc*7*.dll, see fdo#32426

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [682be38a3fbed2105b557305e5d2dc15f2299238]

        Actually we don't seem to need instmsiw.exe

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [4ce4ff8a53831b9338fa5b5090c45dad9cf639e0]

        Actually we don't seem to need instmsiw.exe anywhere

2010-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [076fe89aaa7c1791b43856f30ac01430acb86936]

        #i10000# write .manifest into deliver logs

2010-12-21  mb93783  <mb93783@x2270-so1>  [3144cdca91c66439f241ba972904632900f86022]

        CWS swlayoutrefactoring: #i115510#: fix for gcc3.4 re-added

2010-12-21  Mathias Bauer  <mba@openoffice.org>  [a22bffa5e7803d25ce7fa6bf55e38e4e0d932d7b]

        CWS swlayoutrefactoring: #i115510#: some minor fixes

2010-12-21  Michael Stahl  <mst@openoffice.org>  [f9ab560c8b9bb08d3ad7e6b72ea8a8ecbedcdf47]

        sw34bf03: #i115315#: refactor the copying of meta/meta-field:  no longer delay the call to DoCopy() until after the new hint is inserted,  but do it before; this fixes a crash on drag&drop in the same text node.  this is also quite a bit less ugly, but there are still some hacks required:  DoCopy() is now called by a new factory CreateTxtMeta().  DoCopy() needs to know the text node where the hint will be inserted.  so the MakeTxtAttr() function needs to know whether it should insert a copy,  and the target text node.  this requires a new bit in the SetAttrMode enum: SETATTR_IS_COPY.  also, sw::Meta can no longer get the text node from SwTxtMeta, because it is  copied before the SwTxtMeta is inserted, so it now has a SwTxtNode* member.  furthermore the notification stuff is refactored a bit.

2010-12-21  John LeMoyne Castle  <jlc@mail2lee.com>  [d7e894405c688976f99775271b90c41f91e76be0]

        68bit currency enhancement

2010-12-21  John LeMoyne Castle  <jlc@mail2lee.com>  [5c7eb1c246a645b9157286b66954d8f149eefd96]

        68bit currency enhancement

2010-12-21  John LeMoyne Castle  <jlc@mail2lee.com>  [c631cf94e468d6f5ced5cacda3600c683c44dca2]

        68bit currency enhancement

2010-12-21  Michael Stahl  <mst@openoffice.org>  [c6d658988ed10b4bdfe4d66b4deb4e1f79df33ff]

        sw34bf03: #i115315#: make SwTxt{Ref,TOX}Mark parameters const

2010-12-21  Michael Stahl  <mst@openoffice.org>  [16011587ae9487b7cd6a45f4ae6fdf364ef0b185]

        sw34bf03: #i116192#: SwDoc::SetFixFields must not be called by timer:  call it when receiving SFX_EVENT_DOCCREATED, which is synchronously  dispatched much earlier, before API clients can access the document.

2010-12-21  Michael Stahl  <mst@openoffice.org>  [0928d8de064aeb879c012f5d8de59e5b4eff0349]

        sw34bf03: #i115030#: ODF: disable export of grddl:transformation

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [6009e97da49339ffbb1650a607ec83ee8409be8d]

        Drop msvcr71, see fdo#32426

2010-12-21  Noel Power  <noel.power@novell.com>  [0da3a0b0a58a76d90ad7f123eb7648a8c3482152]

        revert  Merge remote branch origin/feature/currency-64bit

2010-12-21  Noel Power  <noel.power@novell.com>  [9cc9b6dccbdecfe2877a5735672d7f9bb38d0235]

        revert  Merge remote branch origin/feature/currency-64bit

2010-12-21  Noel Power  <noel.power@novell.com>  [d9eeb43db2c7fc77be18e13de98d035855561328]

        revert  Merge remote branch origin/feature/currency-64bit

2010-12-21  Tor Lillqvist  <tlillqvist@novell.com>  [5a138f91c67be0229c7a432d524849f3541380dd]

        Make external/msi/readme.txt less misleading
        
        No point talking about the ".NET compiler" as it was MSVC 2003 that
        was also called "MSVC .NET". In the Microsoft compiler we now use,
        2008, there is no ".NET" in the name.
        
        Also, in LibreOffice we bundle only instmsiw.exe, not instmsia.exe.

2010-12-21  Rene Engelhard  <rene@debian.org>  [84e95a7ee6c08de2d4e237a002da9471365deee9]

        check for mdds/mixed_type_matrix.hpp

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [52b977a42c4c157a0256d8759ae13f1af8df29fc]

        InstMsiW.exe not InstMsiA.exe

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [c9da57d0b914e9c198e8de441591c68b55f41ad6]

        WaE: fix more boost header warnings

2010-12-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1533e16e0085f383b08a66573f18b2844950d5ab]

        oooimprovement7: #i116158# catching exceptions around whole block

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [2a2f893b13778fced2ad8e2f7780f6852f46f0cb]

        WaE: fix boost shadowed warnings

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [772377975a0834067edee24010a191f6435fe129]

        give make check the same depends

2010-12-21  Noel Power  <noel.power@novell.com>  [a49cb8fcefcafd5365b571073e3598937ef2d476]

        Merge remote branch 'origin/feature/currency-64bit'

2010-12-21  Noel Power  <noel.power@novell.com>  [7f2458dec64aec8a2462f1e6adeabcf27120c857]

        Merge remote branch 'origin/feature/currency-64bit'

2010-12-21  Noel Power  <noel.power@novell.com>  [a01175fa1235043d56036483bd65afc0c2bd5689]

        Merge remote branch 'origin/feature/currency-64bit'

2010-12-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c7ad411225efebba968be4e1b851b9a95d920fde]

        undoapi: MSVC WaE (how did this survive the previous compilations?)

2010-12-21  Caolán McNamara  <caolanm@redhat.com>  [82eee4eaac613a3c9002101dc26a9007efbf9473]

        Resolves: fdo#32426 first cut at auto-downloading windows depends

2010-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed629cd4a908471bde99ca2039da18f6363923c0]

        #i10000# workaround strange out of memory error on mac

2010-12-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6be5f5f0f0f5be39152457697d6fad4cb3dfdb24]

        #i10000# regenerate configure

2010-12-21  David Tardon  <dtardon@redhat.com>  [7e0ee92152eceb0cddc0abe2ea0a0e6499f84fa8]

        fix off-by-one bug accessing vector

2010-12-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1c645a9db4254e96cbfb340deb80afaef6149ac4]

        adding copyright owner to Croatian dictionary package

2010-12-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [00d0b523b7913b534a6f7fef4f2a86e9472d0208]

        dba34c: #i110039# 'Form Design' now known as 'Database Form'

2010-12-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [98c2a2905611af8f0a3a960987cd1cb0c6ab849e]

        adding copyright owner to Croatian dictionary package

2010-12-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f366e8847842a27a24631f39ad7ab27ecb1716fa]

        mdds: deliver the mdds/hash_container folder

2010-12-21  Julien Nabet  <serval2412@yahoo.fr>  [394fb4f3673c8c9f975a67bfd90c83b6dc1622a6]

        2 callcatchers

2010-12-21  Julien Nabet  <serval2412@yahoo.fr>  [aaf45b55441a9738303753e7478d1e13cfd4ab72]

        callcatcher ScGridWindow::DrawComboButton

2010-12-21  Julien Nabet  <serval2412@yahoo.fr>  [635f4dab1a60d3a02caec2d17f14dba85457084b]

        cppcheck: Some removing of postfix operators

2010-12-21  Julien Nabet  <serval2412@yahoo.fr>  [f1bf645300c48dae08f98b082b292b50beb4b489]

        callcatchers ScFlatBoolRowSegments

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [47d786fbc925b63bbbf6c40b4910eb1707a498ca]

        Adjust scroll speed based on the position of the mouse cursor.
        
        With this, farther the mouse cursor is from the edge of the window
        the faster the scroll speed becomes.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [854b01496091bddaea50b6439a247caa30cd267f]

        Allow selection update interval to be variable.
        
        We use this to dynamically adjust scroll speed in Calc.

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [6f64286fdf81e184bfedacc1bc408a7d5bbca34f]

        Better mapping of cell border thickness when importing xls documents.
        
        Patch ported from the buil repo.
        
          * calc-xls-import-cell-border.diff

2010-12-21  Kohei Yoshida  <kyoshida@novell.com>  [a96ebb0bc5855af2437dad2dade5deb5c5063fff]

        Prefer the real iterators over First() Next() iteration pattern.

2010-12-21  Nigel Hawkins  <n.hawkins@gmx.com>  [a71d03713b686edd4faecbf6c25d57a6781775a0]

        Remove ScfDelList and ScfDelStack

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [009ff36666e8ff7dc7dba4606ac9d062d09208e6]

        Removed const_cast, and fixed some accidental logic change.
        
        Get a reference from the list when we need to modify the stored
        object.  Making a copy and modifying the copy is not what the
        original code did.

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [aba4031db9161b92207427472ca4a8ae0cde91d8]

        Remove ScfDelList in xistyle

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [69410e1278927794f621852342987685bc905a79]

        Check for the validity of the index before calling at(index).

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [4f092082d4f58db7b9a3e2985782131407c96554]

        Remove ScfDelList in xilink

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [da4bce90695c330f8b91ad9c79743418484b2be0]

        Remove ScfDelList in xicontent

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [4e28cc004d2173cd7728faae6b6addd3666fe1bb]

        ptr_vector never stores NULL pointers.
        
        Since ptr_vector doesn't allow storing NULL pointers, there is no
        need to check for NULL values on pointers obtained from it.

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [71a9ef7bf454d77f4f5a83aac50c171ed7348774]

        Remove ScfDelList in xestyle.cxx

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [173eeab93f8ad1a85a53025fdb39d90d68418ec4]

        Removed const_cast by making the method non-const.

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [1ccee2994c66eece635a0a90d6bd11eeb39e10af]

        Remove ScfDelList in fprogressbar

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [e0905cbe8450546a92acbc70d6d4bcc2db8b4db5]

        Remove ScfDelList in imp_op

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [b0c7b368254a52fa7dbf4f594a50fcec0d95aace]

        Remove ScfDelList in xihelper

2010-12-20  Nigel Hawkins  <n.hawkins@gmx.com>  [f4e8599bb22dbf7c7f3424b6e4cb208d826d81a9]

        Remove ScfDelList in xiname

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [a00502a8394c130d088a8c23d6a42e62d5bd0714]

        New hash for the re-packed 0.4.0.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [a95a2287fc42e0cfbc28523844247ecc8d48c0c1]

        Re-packed mdds 0.4.0.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [fd8afd5ea91f475b4d155f9dfbf0ac143aba7431]

        Merge branch 'feature/calc-matrix-rework'

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [4bffac8459a55d08fb5a5514c70a2bb1905ccade]

        cppcheck: this method can be const.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [175c1691ed35d90c6dc4b0ca07c087fc1a1a442a]

        mdds now uses 'include' directory instead of 'inc'.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [1e0fe93e83108c6d4c537b42efd74fb0e527700a]

        Updated mdds version to 0.4.0.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [63bd4ec95ca11775c2d7907f19bda85fd2672aef]

        The build now requires mdds 0.4.0.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [2d4e30c2b85609c9b7d6c5a7352eb61d3ca7f56a]

        Fixed build breakage.

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [df24269fd26cf722df5935d08a22751c236666a0]

        Merge branch 'master' into feature/calc-matrix-rework

2010-12-20  Kohei Yoshida  <kyoshida@novell.com>  [328ba20cd3d47f7be3b2e7a18acd267e8fbda014]

        Use mixed_type_matrix::const_iterator for faster element iteration.
        
        This should speed up calculation of SUM, AVERAGE etc. on external
        ranges.

2010-12-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f97c354bb0d63e0280dd65c686e59644134dfbb8]

        gnumake3: first try at at using -showIncludes on windows

2010-12-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b1e67aa4705753dd39baf9d8dc7daf8d90cbafe7]

        gnumake3: first try at implementing support for cppunit test fixtures

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [b3332728cf16af9ac1fcb9d604f383b29fd7d023]

        Ensure that only the three valid options are possible to use
        
        Originally four cryptic possibilties, only three of which would
        correctly give unique values. So refactor into three possibilties,
        make self-documenting and lock it down with a cppunit test

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [96718f95662b9debf03bcdd3cf87a2dd0621dd0c]

        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  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5ff4691c7c1157cb506327cb0c3bf8c296ac0573]

        #i10000# reenable checkdeliver

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [25a8024703ce8aae4935dd59162104f224a0664d]

        cppcheck: port thb's test over and get it to work again

2010-12-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9772433110d3da0051c1fb2acce9d71ef25da45d]

        gnumake3: fixing deliver for solaris nawk

2010-12-20  Tor Lillqvist  <tlillqvist@novell.com>  [bc53760c3bcb83e8ba4351cfcd1ed3d7349e131d]

        Fix BOOL etc redefinition problem on Windows

2010-12-20  Luboš Luňák  <l.lunak@suse.cz>  [672be186c19154f2d71b434f1a67e86b8c07002b]

        work around tables with many columns for msoffice (fdo#30860)
        
        Theoretically the .docx spec doesn't seem to have any limit
        on the number of table columns, but in practice msoffice seems
        to have a hardcoded limit of 63 columns and fails to open such
        documents. Since the expected use case with .docx is that
        somebody with msoffice will try to open it, keep the limit
        and merge exceeding items into the last column.

2010-12-20  Luboš Luňák  <l.lunak@suse.cz>  [351f3e93cc03c5b33d46f4ea8b6b3280ead07abe]

        remove non-functional column count limit (part of fdo#30860)
        
        This limitation alone is a) wrong, since the limit is actually 63,
        b) incomplete, since mso2k7 fails to open such document anyway.

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [524e73344a281cce097b8471ea507783e1023065]

        set licence text

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [ab48d9828208fee3b5fabe22fbce57ec83bd286a]

        cppcheck: make this test buildable again

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [99bb18c42fdc267a39c26a6e1bca6c1cae3d5d10]

        #i10000# add dependency on stlport

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddb3690a12a6adfbce0c7decc024e857b17b0fd6]

        #i10000# detect x64 setsolar env.

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [219377812da3396a2846c375eb5c32f6b5162a23]

        #i10000# workaround limitations of solaris awk

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcb659ae5ba83fe354842cf7bdefbdfb95894872]

        #i10000# avoid warnings

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d06b0baaa446f2e71a082e24a253348538857ff8]

        #i10000# create some dependencies...

2010-12-20  Yifan J  <yfjiang@novell.com>  [c125f05a614ee7edc4c1c3f0d27a40add11ed591]

        set small icon theme at beginning of testing
        
        also replaced tabs characters in source
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [c522b2f2b5538c0db8d311a1af8d5b85f072cb34]

        update gitignore

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [a63d610d8943aff6b1327ed7fee2f5e1478d6ba8]

        WaE: shadowed variable

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [3d91eca0d2ee9fec699ec678bed492c3bc30d9f1]

        cppcheck: always build these tests now

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [7a1f4f803c56b207fa44d9848d9ce170fede19f1]

        WaE: unused variable

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [0b9ad2ddff997ccf85c6d4d216a7f8b471057001]

        cppunit: make sure to regenerate .rdb if makefile changes

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [e661ad039be1a273f382ce361d4aebef72cea28d]

        cppunit: make sure to regenerate .rdb if makefile changes

2010-12-20  Tor Lillqvist  <tlillqvist@novell.com>  [6eebbe5bba75df3e0303b2227f9b05946127ab62]

        It's called MinGW, not mingwin, mingw32, etc

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [b1a02bb3b3121384f444642da0bbf9b71850c993]

        fix bad merge

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [e4f812fcb55c417006632834438760ba58defd0f]

        tweak this to compare classic and wide versions

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c1c9f78f3ff3a4a83a16f691c3966edf0bc4b1ce]

        #i10000# add dependency to trigger rebuild

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0aac16672abad45634f796dc2fc654ee6317faf5]

        #i10000# use sal_Int32 instead of size_t

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [1d746c8318d90eff615c9ad86dd262601c3ab2f4]

        WaE: fix c++0x warnings

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73f0b30bdfae7f5ac419212dbf0f8db345fec2f1]

        #i10000# find libraries

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8ab70dd31e25228bfb79e111f005698846de3d7a]

        #i10000# workaround limitations of solaris awk

2010-12-20  Mathias Bauer  <mba@openoffice.org>  [fd7f0b96955054e687e3e833a6560046b44967f2]

        CWS swlayoutrefactoring: #i81480#: some bug fixes found in testing

2010-12-20  Tor Lillqvist  <tlillqvist@novell.com>  [7f958f626c587fd0e8e616198d37147bb70de9fb]

        It's called MinGW, not mingwin, mingw32, etc

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [a60eb8b2e1779d6a3d8876aa60e08725b0eee18b]

        make buildable under windows

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [3f347fefc53a63c71a198232f1237684cb495ac9]

        The change from List to vector changes order of error messages
        
        Which IMO is probably a good thing as the first error is now
        at the start, and the last at the end. Which is way more sane,
        so change test rather than change code.

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [100ea21fc36490d1c620f2b88cdcb676caa90e97]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [2a567223baddab926294c02adae6893572ebdba4]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [8dda77692a0a5f78cac1bca5e445f3cc2e616867]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impress

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [822a34c42fa93777885ce4e53d9887d78ab112ad]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [bab9a7a0ffecfeefa7b12182d842b20cada8b495]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [59733a94418a2ce9d01770cec2244d9e11bf933d]

        cppcheck: reorganize this a little

2010-12-20  Kalman Szalai - KAMI  <kami911@gmail.com>  [5f27114fa9a14a8206310df1e8869da9d8613a80]

        Remove version info from extension folder name too.

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [578ec2b1309edc4023080b0946b06b78a0c15265]

        declared but not defined

2010-12-20  serval  <serval2412@yahoo.fr>  [e4db7f536d6e227fd0695fa29077050f6bd692fb]

        callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM

2010-12-20  Kalman Szalai - KAMI  <kami911@gmail.com>  [49fe84f405198ad9139e502b037bca75fa22710e]

        Remove extensions' filename version during unpack

2010-12-20  Kalman Szalai - KAMI  <kami911@gmail.com>  [e062655f2126f745107d17f254476925bd8cd2aa]

        Update SUN Template Pack extensions' packaing mechanism
        
        Install extracted extension files to separated and language dependent
        directory. This is the new way to include extensions to installation
        set.

2010-12-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [794c821e4d48c34aa376cdc7b6ab2cb029d9574d]

        #i10000# replace obsolete define

2010-12-20  os  <os@openoffice.org>  [073fdc20778aa6a6f78405f37270903890643a62]

        #i102247# re-introduce export of outline

2010-12-20  Thorsten Behrens  <tbehrens@novell.com>  [bd9fb52d611c146112c1760e65505cf526d63f26]

        Remove extraneous copy ctor and assignment op

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [24ee7af7b359440eb2cd2a83d145d3e4ff974dcd]

        Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage (cherry picked from commit 963c6b655032b4e5d0f26555f3c26a129a9efb03)

2010-12-20  serval  <serval@ilapharm.com>  [4a52a5a3be1327682baf70cdd02dc1a727cb2ac8]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-20  Caolán McNamara  <caolanm@redhat.com>  [138386a6d37fc1723699b4b8580bc4bcd77f84c8]

        WaE: remove javadoc warning

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [71bebabc045c3b57723dcada7008e90b108e769c]

        Forgotten pieces when resolving the libreoffice-3.3.0.2 conflicts.

2010-12-20  serval  <serval2412@yahoo.fr>  [47e57a62dd7d7c747f0fe50b22bbd277b23ace05]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-20  serval  <serval2412@yahoo.fr>  [5faa999b8d82d2338717f798f58704647459cde5]

        Removing commented code

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [1dd1dae66786cb7b50ac6c4b988ba891e6e0342d]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	starmath/source/parse.cxx
        	sw/source/core/text/makefile.mk
        	sw/source/filter/rtf/swparrtf.cxx
        	sw/source/filter/ww8/rtfattributeoutput.cxx

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [bed56f44ae8533753dc18842df82d6e93f071f06]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [ee2aae7d96ba32a5c9c0147b0c39585bc32d2213]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [82cdbdd88ff94c7a2b7f650f6b2b84d1e86917f0]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [669d923f6f045e763fb7c48a84dfd408f6511d8b]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [5a86941e3398ce714765a1e29b973a0dafc55e41]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	unotools/source/config/configmgr.cxx
        	vcl/source/gdi/pdfwriter_impl.cxx

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [b0767458c4260141cbd60b86e7021a3a35c510a3]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [5fa0d2384b323abc7ce64c2382f058024684c67c]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [c939070f709143482ce749603c0e1f0d84df443c]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	sfx2/source/appl/sfxhelp.cxx
        	sfx2/source/appl/shutdowniconunx.cxx
        	sfx2/source/menu/virtmenu.cxx
        	sysui/desktop/share/create_tree.sh

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [ad11d85818a1446d1c73954f3eb5e83fc091163e]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [62604a952d0fc22c779401f45203c3f09e5f353d]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [97944057fd090e41d384cf5c45b9d99c4db7f502]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [1f0fa5de4042489e15af1a2dc7796d6125adc05d]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	sdext/source/presenter/makefile.mk

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [3f57365e73d289b0dcda55e4bf7bc69af7afce53]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [bb324c2f3f6978f22ae023a34d1f0feb11182389]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [4f06a1e5ee7e649c70a22f4e7189bb92320aa2e4]

        Merge commit 'libreoffice-3.3.0.2'

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [0813b692750ee4b190503ea825b201da7a5ff3ed]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	default_images/brand/shell/backing_hc-pt_BR.png
        	default_images/brand/shell/backing_hc.png
        	default_images/brand/shell/backing_right_hc-pt_BR.png
        	default_images/brand/shell/backing_right_hc.png
        	default_images/brand/shell/backing_rtl_left_hc.png
        	default_images/brand/shell/backing_rtl_right_hc.png
        	default_images/brand/shell/backing_space_hc.png
        	default_images/framework/res/backing_hc.png
        	default_images/framework/res/backing_right_hc.png
        	default_images/framework/res/backing_rtl_left_hc.png
        	default_images/framework/res/backing_rtl_right_hc.png
        	default_images/framework/res/backing_space_hc.png
        	default_images/introabout/about.bmp
        	default_images/introabout/about.png
        	default_images/introabout/intro.bmp
        	default_images/introabout/intro.png

2010-12-20  Jan Holesovsky  <kendy@suse.cz>  [70896c190c7d841caa40f9de8a853fa2aa44f7d3]

        Merge commit 'libreoffice-3.3.0.2'
        
        Conflicts:
        	configure.in
        	scp2/source/extensions/directory_extensions.scp
        	scp2/source/extensions/module_extensions.scp
        	scp2/source/ooo/file_ooo.scp
        	set_soenv.in
        	solenv/bin/modules/installer/download.pm
        	solenv/bin/modules/installer/helppack.pm
        	solenv/bin/modules/installer/windows/createfolder.pm
        	solenv/bin/modules/installer/worker.pm
        	solenv/bin/ooinstall

2010-12-19  Andras Timar  <timar@fsf.hu>  [2b0e9c31db32b7968f63225a8fabd19cd0daf6de]

        typo fix in helppack.ulf

2010-12-19  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [8ba75e914308d77ca26a1d3f3767512a8d7d2460]

        Brazilian Portoguese (pt-BR) nlpsolver translation

2010-12-19  Paolo Pozzan  <paolo@z2z.it>  [b59fdcf055388f1944259abf0834a10902706ceb]

        Italian (it) nlpsolver translation

2010-12-19  Xuacu Saturio  <xuacusk8@gmail.com>  [7f0855a6f11bb6095fa94763a3484abcc10d95b5]

        Asturian (ast) nlpsolver translation

2010-12-19  Freek de Kruijf  <f.de.kruijf@gmail.com>  [57aae8d7b3dc00f2f13f9f0e3a9962921df00f36]

        Dutch (nl) nlpsolver translation

2010-12-19  Jesús Corrius  <jesus@softcatala.org>  [ca6af165de603502d84436dbd6487d6d5c7085bb]

        Catalan (ca) nlpsolver translation

2010-12-19  Sophie Gautier  <gautier.sophie@gmail.com>  [c0c029d00ff88b79b9cf3f760e3d0454174ea2d5]

        French (fr) nlpsolver translation

2010-12-19  Martin Srebotnjak  <miles@filmsi.net>  [21c22e2ef4b77ce9ddea22a6692577676d8291bc]

        Slovenian (sl) nlpsolver translation

2010-12-19  Andras Timar  <timar@fsf.hu>  [4f15e8384562672aa9be332d767d2f0c183d988e]

        Enabling l10n of nlpsolver fdo#30839
        
        Extra translations will be commited to extensions/nlpsolver/locale.
        Hungarian translation is provided as a sample - more to come soon.
        Also fixed a typo in en-US text.
        Signed off by Kohei.

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [a0f911669be348a5539687e4ebe25446d526b2a8]

        cppcheck: the scope of this variable can be reduced

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [53af02a79676caff371a8a4c9b7afcb9b94e01ce]

        cppcheck: uninit member

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [ffa96fcb3adc77cfed9e82ee9250aeabb03dafbf]

        prefix prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [442f7bb23660a3d99427727e56170afac74e7f71]

        prefix prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [070e33b5790a3f41530985bd357fcc3ba7cba427]

        WaE, remove all warnings, toggle makefile as warning free

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [bc221867dcab6415d635f0d7ba145012cf8d4e66]

        prefix prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [9ee57baffd79b250a32c21d66c2b6209b7098bac]

        WaE, silence some warnings

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [cbeef370aaa4b2793325fc98054cb7f048989957]

        prefix prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [d161cc88707390fc9b6a24ab8463fb6d3eb88990]

        prefix prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [3fc98975edfcdfca376cd2603db94b12048db1d7]

        cppcheck: prefer prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [7133f5006c4722f7cd53d1515ba3cd0dad18f8d1]

        cppcheck: the scope of this variable can be reduced

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [78e9071bb0afc9aba06bfa0aafbbdcb0f86bd6ce]

        WaE, remove some warnings

2010-12-19  Luke Dixon  <6b8b4567@gmail.com>  [d80b166d6aa125fd639d282ab5d00d1594448d98]

        Put brackets around binoms in SmNodeToTextVisitor, with test

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [284be124876ab13adf569711d15b51c582603fcc]

        cppcheck: prefer prefix variant

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [3a9e1e988e76d92761bf987fced0d21395a97fec]

        cppcheck: prefer prefix form

2010-12-19  Caolán McNamara  <caolanm@redhat.com>  [a92a8f30e9a8a1064e35a195766a98afe8b9d94d]

        cppcheck: prefer prefix variant

2010-12-19  David Tardon  <dtardon@redhat.com>  [72228b8893f43443c6ef0c98514e3ef4bdb0f9b0]

        fix assertion

2010-12-19  David Tardon  <dtardon@redhat.com>  [51b4ffc34a86e7b4387b3f33dfe8504705283755]

        this is perf. test, so OUString::createFromAscii must stay here

2010-12-18  Joseph Powers  <jpowers27@cox.net>  [4d456fcb7a0070c101fb3d2247417c9cfead26eb]

        Remove DECLARE_LIST( SwXMLTableLinesCache_Impl, SwXMLTableLinesPtr )
        
        The list is only used in SwXMLExport. ExportTableLinesAutoStyles() adds
        entries; while ExportTableLines(). It might be posiable to destroy the
        object with ot deleting the entries; so, I added a call to the destructor
        to make sure pTableLines is clean before leaving.

2010-12-19  Miklos Vajna  <vmiklos@frugalware.org>  [5d9cb9162fbe34466760632bffc8f054c7d58c35]

        RegionData_Impl: ULONG -> size_t
        
        Only in the implementation, prototype already changed.

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [ef3acd9a9306f11bf6535af57d88bccb6e6fea28]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [ff50442f39cdc329d646ce0a4905e6fa702e205b]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [5b13242a429fb0dd2765607c5fbb93e6bb158a74]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [5ae16855e338bb119032c95972f63b4a5c30eb72]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [87be18952f33fd4071d8146c7d712de4c5753c2e]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [ae05d36c058771ea8814a38ad085d4541d3d39f0]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [aad785b1bbc18866e65517a45bd3655e6a559fea]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [066ee33f2754e36cf7b6c39d2c2bff3b31f55951]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [fe2e07e730e22257376293170a2a438b238804e3]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [be106b6335eee8e63d4789d4be4494eb3fb86a18]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [40da236f55f9abe77a1574e567f043f6d6ae6ca8]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [614cde644de8755d4888a09c72d9c5ab421cfe14]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [6b9dae27ce2e90c47e723166d111efc3d73633f4]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [1863e3835a3c14ab06f39c2ee2078370f3d1c2f6]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [b250c03e3986a582745bef7bae81c695054a62e0]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [2f88c156cb2c11e06df27ada25c2169fc51dc9dc]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [6d2c4b898bf9906dbda0c5982b15ae5f0b26ee78]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [4d3d7d00b6a134a4f42dca7f86c6053bc77f3d38]

        Version 3.3.0.2, tag libreoffice-3.3.0.2 (3.3-rc2)

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [d4c2d9c80bfaeb70ca1c90a09e53e503be5d64fa]

        cppcheck: uninit member variable

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [658a7aebed34bc1ae316244af94da1ea5adfcd33]

        cppcheck: prefer prefix variant

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [ac4addc33a69d912a95926372813550619c6fdf4]

        cppcheck: silence warnings

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [75ed15cc5b9f96a3ebafeba77e6873db6c77f2a0]

        cppcheck: the scope of this variable can be reduced

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [113f10b2170b14d984e21eac191751005b88ec3f]

        cppcheck: can reduce the scope of this variable

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [fb4c82b541f4e5b50d644bd56a52f1428691c7e4]

        cppcheck: can reduce the scope of this variable

2010-12-18  Anders Jonsson  <anders.jonsson@norsjonet.se>  [86cde6e756261d79de98b24ef741bff6f1926ba9]

        Remove large blocks of commented code

2010-12-18  Anders Jonsson  <anders.jonsson@norsjonet.se>  [f15dfff3b033e9405e4c4a391f42ea6ba7cba944]

        Remove large blocks of commented code

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [b68f7d7232d352bb7686f06efcc096a22888f2f9]

        This ctor doesn't do anything anymore.
        
        Arguably the first arg could be used as input to "reserve" on the vector

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [4f3f5e15f77272291946671fdf98a1cfb530dd2e]

        Resoves: rhbz#663857 font color missing; C++ FAQ 10.3 doomage

2010-12-18  Joseph Powers  <jpowers27@cox.net>  [7e26f17b5b75b0b282a4dc4be600805e7ff4a90f]

        remove DECLARE_LISTs
        
        (EntryList_Impl,DocTempl_EntryData_Impl*)
        (RegionList_Impl,RegionData_Impl*)

2010-12-18  Petr Mladek  <pmladek@suse.cz>  [a6d374c6d64274cdf89b1d21f863e4b729abc26c]

        bump SHORT_PRODUCTEXTENSION to rc2 and widnows build version to 4

2010-12-18  Caolán McNamara  <caolanm@redhat.com>  [36643c593cf01b8a722a11a561505f444cf8f865]

        WaE: init variable

2010-12-18  Thorsten Behrens  <tbehrens@novell.com>  [5e429d679c2154a5b4601cde132021f9bf23d607]

        Fix filled polygons on pdfimport
        
        This fixes fdo#32330, by explicitely closing filled polygons on
        ODF streaming-out. LibO does not fill polygons, even if specifically
        asked to - unless they're closed on coordinate level.

2010-12-18  Joseph Powers  <jpowers27@cox.net>  [d95e9dbe96c163719892f098da76e582622a6e7f]

        Remove DECLARE_LIST( _SfxVersionTable, SfxVersionInfo* )

2010-12-18  serval  <serval2412@yahoo.fr>  [50ca87134de59e13879cfc1f00298e322d965897]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-18  Thorsten Behrens  <tbehrens@novell.com>  [6f4520ddc5fcc8aa2d169b73a971528e62e7f3fe]

        Correct credits url to website conventions

2010-12-17  Takeshi Abe  <tabe@fixedpoint.jp>  [294e71bbd7927b972a3527364d6111fb0ff456fd]

        EasyHack: soffice accepts -help/-h/-? in presence of the unix quickstart

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [6489f81606a97bdf07659ad5e3b02c08f9b56c8f]

        When inserting current date/time, set cell format only when necessary.
        
        When the cell already has date or time format set, don't overwrite it
        when inserting current date or time.

2010-12-18  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [bd4bacb31288a63dccc87049f388facec8512f02]

        don't try to be smart, just hardcode one of the help files

2010-12-17  Petr Mladek  <pmladek@novell.com>  [9e25eb53d58a8fa57345f321f66a0cf812424a50]

        implement searching for helppack file

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [3c3f08f464cd2460a5edafc86baa7db8a800c6a4]

        Added skeleton methods for all sorts of iterative calculations.
        
        They are not yet implemented.

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [c3d1cfde8e9b7cc628909fb19863a2430eeaf560]

        Integrate help by default

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [a2698009ac3ac7f99ab4dffc9aac6df059d3adde]

        create rpm/deb/win/mac help pack automatically when enabled

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [64d59f5a3b4e78369f75a5e88174363d7960b064]

        make some useful options permanent in the globals.pm

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [d678d9461ab399069145de3b542467180cf3ddf2]

        BOOL to bool, some comments.

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [3dc8798ad0e8ea3dac71948130beee6bf9f0df9d]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [a7525087368a42ce08d2901685541454f2fab0b1]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [e739007b71c4d6fad239365f9ded4c7116eef414]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ebc00ac9c5300ace9e1c1013e9c03a6fa976219e]

        fix a typo

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [e7ee7a3950f60db467c00411d056f6931e2fbcb5]

        Use sparse matrix when building an external range data.

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [384b045fc1a837d1afb0de33acd562ad601db96b]

        fix langpack dependencies after move to helppack
        
        draw, impress langapckages does not lonegr exist; they included
        just help
        
        help package is optional, so there should not be hard dependency

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [344fd93ee1f4544cfc80312fa4f8c34a89026be6]

        another 4x faster - down to ~2 seconds now for me.

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [4c6ca9c54e58313578dcec8b305f08cbe11df519]

        make pre2par 5x faster, and simpler too

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [e769153f4b7c24e4fe684633b84570efeaca194b]

        helpxsl stuff belongs to the main package and not help packs
        
        these are the 3 files shared between all help localizations

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [9124e9d76b454edbdbbd7e34eac9d45e8095258d]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [b2447c13296d919caff594fde5e9bd4f8ee4fb87]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [a19068de059aa4f0e2c70c9bb17d0acac777958b]

        Removed TODO comment as it's already been completed.

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [8ac2b73ae73713bf0f490b9c11950d2a6a294a6f]

        Template name change: quad_type_matrix -> mixed_type_matrix.

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [16a9ffe76b5cb56f11aeb66c2f7d54df33871d93]

        another 4x faster - down to ~2 seconds now for me.

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [f6ea27c111d1eff28649c567616c8add708ae4d0]

        Use the current cursor position when expanding a selection.
        
        When expanding a selection via shift-ctrl-<arrow key> use the
        current cursor position to deteremine how much the current selection
        should be expanded.  The old way was to use the block end position
        which is is diagonally opposite of the cursor position. (n#659795)

2010-12-17  Fridrich Strba  <fridrich.strba@bluewin.ch>  [e3600b1d2d2b4b8353a62e9cb5f99456f23d9135]

        more langpacks installer hacks ported for helppacks

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [48d75286719b771dbc881ffb49fc88c537a15938]

        make pre2par 5x faster, and simpler too

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [219eb043b3f3654fa8655af7df978d36d016744d]

        WaE: C4805: Unsafe mix of bool and BOOL

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [b29399d6db60e7f7baee617267961fe7143ba9ec]

        find README/LICECENSE file for epm and help packs

2010-12-17  Release Engineering  <releng@openoffice.org>  [4a83cbf785e1cec44394b7abf91823bd9d245f15]

        DEV300

2010-12-17  Rene Engelhard  <rene@debian.org>  [a528189281771522b0dbebe19c6a499a66026fa7]

        actually add WITH_HELPPACK_INTEGRATION to set_soenv.in

2010-12-17  Rene Engelhard  <rene@debian.org>  [36d8c496055d9472a64d3c27319222c4ab81da85]

        s/HELLPACK/HELPPACK/

2010-12-17  Tor Lillqvist  <tlillqvist@novell.com>  [f2e89238a6f5f119b138b685194f1b0d64ba7c7d]

        fix some help install flags

2010-12-17  Petr Mladek  <pmladek@suse.cz>  [2e741fcb53315c9450e9987f2ac5b8e45d8548c4]

        do not ingnore language specific help files

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [467a59f8216006b6b3a672abb93469fbbd5ef495]

        missing special case for helppacks

2010-12-17  Rene Engelhard  <rene@debian.org>  [e6705d834ac3a8ea144331815783b9c1557a815f]

        Merge branch 'feature/helppack' into libreoffice-3-3

2010-12-17  Michael Meeks  <michael.meeks@novell.com>  [c58caec3349e195d52a3bd9e47ac5c86c1d2f53b]

        fix #if for #else to avoid explosion

2010-12-17  Rene Engelhard  <rene@debian.org>  [3c3788f3911b2eb60fb4fbdf94ab105fdfdb6201]

        Merge branch 'feature/helppack' into libreoffice-3-3

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a1e857c6b1a98a1e5c41fe8d9c3d55b27abb38ae]

        CWS-TOOLING: integrate CWS native347

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a498d77900f1affbd048420cad68b1fb9ca5c9a]

        CWS-TOOLING: integrate CWS native347

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a23aac32c22c6106b72dcc2f621be535314cbc6e]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [220821e1f4c3cb86a891e5864b665cadcfaed0c6]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7997ab5bac6fbdfe3b3427c322507a993d33acbc]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [77ffc6a41ba05725442df132131597fca78a84ea]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a366a075c8d2ade6c0b4efdd1203f22d30a8bb7b]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [37c3fb5777292cc79f2aaf9e0cf45565ce496868]

        CWS-TOOLING: integrate CWS fwk160

2010-12-17  Joseph Powers  <jpowers27@cox.net>  [c9a4bfd9e3e64419bc8bdd007ac18e1d15fd6103]

        Remove DECLARE_LIST( AddressList_Impl, AddressItemPtr_Impl )

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0aea5f8fa50336696d98adfe70a0b3f06ffab90a]

        CWS-TOOLING: integrate CWS dv22

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [feb2126d136d9ee469a5b9431993f622fb5040ff]

        CWS-TOOLING: integrate CWS dv22

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d7eba8be68eaa889875af778aede7f7760bca9e]

        CWS-TOOLING: integrate CWS dv22

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a2bf7287695e8b501657ed2ed082c47cc9c9df0]

        CWS-TOOLING: integrate CWS dv22

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [405440149c330618f48cfb9432edc3e18be56c9d]

        CWS-TOOLING: integrate CWS dv22

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be93b507c02acfb98aa7241483dd25e255eba112]

        CWS-TOOLING: integrate CWS rpttestcleanup01

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0cef95bab1bd41fce1f08be9d6a2fed71f16944]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [42c3881914531e6d81d6fb05bdc7b308db98146c]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0bafb5a5e88a430440cb7a3ea42d787c6d1dcd79]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fb24a6ee5a649ec88c1aad805338eefc14f87f14]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5b1e754c133340ff18500d89dc51d0566d468c06]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7759f8e0a4ae0622f0d19444a76ece6bc15e07f1]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ead660b6d07b35430924f7e35d523710dbb73058]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b956608c5f51ee7f4bbc765645b4076fde3d627e]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4410d777c1ba9cf1a504e89ab1b9180255610370]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [06ef0faa30025f0dbbc62c498a7c577c70e097c3]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b13f1c4347bb42f36d830c1253549788892675aa]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1d2a521921c3c2be2269c5ba7433449d38072784]

        CWS-TOOLING: integrate CWS sb131

2010-12-17  Joseph Powers  <jpowers27@cox.net>  [6c3f364f91ab750045fdc07f62996448551af471]

        Remove DECLARE_LIST( StringList_Impl, OUString* )

2010-12-17  Anders Jonsson  <anders.jonsson@norsjonet.se>  [032f213e8bc3aa457e9c61f0e2e394a773d34f48]

        Remove large block of unused code

2010-12-17  Anders Jonsson  <anders.jonsson@norsjonet.se>  [ffd8d02166cfb1598e47c625f7bdc1b96a4e2d06]

        Remove blocks of commented code

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [968de06474c3b7f0e2658355ec155752725fc186]

        add cppunit tests for new getBestMSEncodingByChar

2010-12-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3314946fde9aa5984af0b0bbc07dee686e51394b]

        oooimprovement7: #i116158# catching all uno exceptions when logrotating

2010-12-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [dc7c582cb8a5aee16ac59557f3fc486903e04067]

        oooimprovement7: #i116126# join logrotate thread upon terminate

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7eaf01c7332179229dab928fec6aff5369c6b9d7]

        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>  [9fba7e804f5b72b58b7bb2799238eb72c531ce08]

        CWS-TOOLING: integrate CWS chart49

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d3c308b56f895fde86164de9cd8591f999597c59]

        CWS-TOOLING: integrate CWS chart49

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3ba5da581c7d48f70c613ff7bc1de31f4149b041]

        CWS-TOOLING: integrate CWS chart49

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0d958c489c388268811cde22eb67043b2317ff14]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c5a52a380996edd6460cfbfbfa484fca2154676d]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [948d4df2c2c6e78a3f3a96e079e958531f700545]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e315c352454c516ca40a261f8b99f8c6a4fd5059]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae502837d64f4cd18b48bbd17417b180c8a7c29f]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9b5a6bdc3296cbb41982a51f510c590349d83ad]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f9c2e642b5f20cc19200aae7158bf71e35c9332b]

        CWS-TOOLING: integrate CWS ause128

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c0ba924d05782b310b323462a734fb2f35f0485b]

        CWS-TOOLING: integrate CWS automationdev300m95cat0

2010-12-17  sb  <sb@openoffice.org>  [71ad34cea830663f2c88735e37d45fd3be38f30a]

        sb135: #i116159# work around i111400 for now; should be reverted when that issue is fixed

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0f5aec2c8ebe08415daa95867a5abfd376148c04]

        gridsort: UnoTreeControl should use the base classes ctor taking a factory

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d1b2c8cc1df5eadb8d8cc150bf515817fdabff30]

        gridsort: properly react on elementInserted notifications

2010-12-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [168b999333e90533ce8140c304388c26d0053411]

        dr78: #i71453# BIFF2: use formatting information from cell records if XF records are missing

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a8a6c71eca379a51c4336fcedac37ec18840cd59]

        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>  [7fe193a7f64b61b8b1fb565c469e5c3decdbc8ef]

        gridsort: renamed XGridDataModel::add/removeDataListener to add/removeGridDataListener - this consistency with the actual listener type name will make introspection work

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [d7b0062269a05fbfd01f39c0be86d17f4e9aa803]

        get this to build

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c3941b3759db290caae117ac104cb88abff6a966]

        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>  [40b70c5f947f72a5776f114372cb5cc3a6ca7973]

        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>  [2c98acf5d0d2d1af2c95c3880972c561571eadf8]

        gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException when appropriate

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e8dce783c66d41bbd29d01079bdfac7b5fbf0f1d]

        gridsort: let XGridColumnModel::getColumn throw an IndexOutOfBoundsException when appropriate

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [70fe9267fa93d11d7e63d9ed95e9b39ac693784f]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [caa7780d3aae5624cf930c0794c63114564d8781]

        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>  [8998118d5811880c6c59f74ad0241331c7fe6951]

        remove duplicate printer code

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6531aff8404bb4a26f4dfeaf9c253c0147e3fa34]

        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>  [025069983b3d45b8bb2ffab15416f5f9f7b58ed1]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e287dbe026bc3605ef8b9f89ff6e479ea219f49c]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ace88acbc3ac297b64bf0b5dbe46ceebd9718c26]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [238883621ee13e53f535fb56c4dc8510e39a7f3b]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40bb6fab3cad69a2f40d16b85471f620de497d3a]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3b4cbe251219c918a33b8375721e5a89288c6e77]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [acab65899e11a8bf7d5427c21fb22df934ada338]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0feae64efb6e6330ad2236d5eeb6d9678ea6fb98]

        CWS-TOOLING: integrate CWS mib19

2010-12-17  Rene Engelhard  <rene@debian.org>  [93bf94117ace21f8a6b5144ebeab126e6adeeae3]

        actually check for glxext.h and check whether it works
        
        Signed-off-by: Robert Nagy <robert@openbsd.org>

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [707f56924b1aa90816c45cca8cc54481db3e36ce]

        rename the Svp printer stuff from PspSal to SvpSal

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [8e8444471a2110fe5db7704d408161924cdab86b]

        Move the PrinterUpdate stuff to be SalInstance specific

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41ea2b187b272c90205eeff596d8aa3821c26895]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c95e0e3cdcd05afece6eca9c6132dd3d460b1d2]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15103550667306a6a5623f08f79941ac26f71c43]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f17e916d7bd2d5baab265fa12187d68c4e001c1d]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c37b335df9573bb3bba163750d7c0b7091c4320]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [405f87d3bd5eb907def0452704c848fe80fcc839]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [845ab68981c2aacf81af53adbf9d2d4d2e9d5527]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [10f546f9a45f826b0ea48a629e4885635e93863d]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d14d5a645ddde65ac39f0665e8dd8a95c135ceaf]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [510d7aa56e4ff22f9593f011967bcf1e32a86e7f]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94160afa68a6bf633c5fb14944c5f239187fa7c1]

        CWS-TOOLING: integrate CWS gnumake2

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [3b81384380e1e0ae8d79682c78394fead29ea25a]

        WaE: unused parameters

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [25aa1b3dcf8a887468a9da27cfa268b9df8dca22]

        undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fa47896d1aa97f7b796cdfe51f62b8398f767423]

        undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [06a337f319ea6161d30880a623ee38d12befab45]

        undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eb77ace518782bcbc0ac29c03b58ca3811e25cf8]

        undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f4686f635ee937f3d417ee2c368be17a803f384b]

        undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b8760ecd0255ab27823cfd94647b16579fb7dfc8]

        Trying to conditionalize scp2 for helppack integration

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e8af315b256e10d0564759b7a03cac8a53c1cfe]

        Trying to conditionalize scp2 for helppack integration

2010-12-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e3c7c4fc089ad365b7d9b2d66addc85255df1eeb]

        dr78: #i71453# remove unused flags

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e1b12f4410edf1cd795f8384e34247fd2ab3a1a3]

        Add --with-helppack-integration configure option

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6dd626c58f2ac752dd995d1b3da53e6bad75d2da]

        Add --with-helppack-integration configure option

2010-12-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a25f4715687671a2cdeb1c7e07df02e21bd46758]

        dr78: #i71453# BIFF2: use formatting information from cell records if XF records are missing

2010-12-17  Michael Stahl  <mst@openoffice.org>  [23cbbcd7488722bdced739b6f98eb26ec005c56b]

        sw34bf03: #i114107#: ODF: do not export empty text-combine-{start,end}-char

2010-12-17  Michael Stahl  <mst@openoffice.org>  [b2858b7cdd37c3df4aad48fbcc973ffccb90def5]

        sw34bf03: #i116149#: ODF: do not export prefix/suffix on image list styles

2010-12-17  Michael Stahl  <mst@openoffice.org>  [eb7c307f5b21801a27bff7fa4a664871fcb0cabd]

        sw34bf03: #i116149#: ODF: do not export prefix/suffix on image list styles

2010-12-17  Michael Stahl  <mst@openoffice.org>  [8e6c5c7adf97d2cc0b6c36d622f3aab867615c20]

        sw34bf03: #i93908#: ODF: fix bogus style:num-suffix on bullet lists:  Svx{Bullet,Num}PickTabPage, SwAutoFormat, SwWrtShell::NumOrBulletOn():   clear suffix when bullet lists are created.  xmlnumi.cxx: ignore style:num-suffix written by defective OOo versions.

2010-12-17  Michael Stahl  <mst@openoffice.org>  [b3a10141801bd0f2d2b3d5aa04ffe61d43dce46f]

        sw34bf03: #i93908#: ODF: fix bogus style:num-suffix on bullet lists:  Svx{Bullet,Num}PickTabPage, SwAutoFormat, SwWrtShell::NumOrBulletOn():   clear suffix when bullet lists are created.  xmlnumi.cxx: ignore style:num-suffix written by defective OOo versions.

2010-12-17  Michael Stahl  <mst@openoffice.org>  [ae6136a94397b4fcbdb278a35a3b30c87b070fb2]

        sw34bf03: #i93908#: ODF: fix bogus style:num-suffix on bullet lists:  Svx{Bullet,Num}PickTabPage, SwAutoFormat, SwWrtShell::NumOrBulletOn():   clear suffix when bullet lists are created.  xmlnumi.cxx: ignore style:num-suffix written by defective OOo versions.

2010-12-17  Michael Stahl  <mst@openoffice.org>  [82bf0438815153bfc8ae2c40d01142179fbdb09b]

        sw34bf03: #i93908#: ODF: fix bogus style:num-suffix on bullet lists:  Svx{Bullet,Num}PickTabPage, SwAutoFormat, SwWrtShell::NumOrBulletOn():   clear suffix when bullet lists are created.  xmlnumi.cxx: ignore style:num-suffix written by defective OOo versions.

2010-12-17  Michael Stahl  <mst@openoffice.org>  [cb9fcd37c85c12553bea96b387c4430798eb13e1]

        sw34bf03: SvxNumberFormat::operator=(): fix self-assignment

2010-12-17  Michael Stahl  <mst@openoffice.org>  [5391eaa9083b7e724b3e1c4d6912eabc6b5919e9]

        sw34bf03: SwXText::copyText(): lock solarmutex

2010-12-17  Rene Engelhard  <rene@debian.org>  [99ab4889f7995583160951e226844f66ca074239]

        check if KDE is >= 4.2
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [4b71dc0d83f7b86da265dbc2e119908c3bfb3d8f]

        valgrind: set this to a simple bool

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90433074ad685c75a0d63c6e9e4ad8d7d0c87ad4]

        don't show the helppacks in installer unless asked for it

2010-12-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [61a5b7e2a3da294674a553bc714463e0e9067e4e]

        don't show the helppacks in installer unless asked for it

2010-12-17  Caolán McNamara  <caolanm@redhat.com>  [86e5966a560387e1ed509f110b7de2c8dd63b03f]

        WaE: throw out some warnings

2010-12-17  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [86e5e05f7fd76b63fc2a720ed18c1bc12af17fae]

        tabcontrol: compile fix

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [89b5dccad85eb95058d127108734ae02ab27bc9a]

        gridsort: removed setter methods from ITableModel - they're an aspect of concret implementations, if at all

2010-12-17  Helge Delfs [hde]  <hde@openoffice.org>  [38af65d1b4f83de02e9d95f85349932990830947]

        automationdev300m95#i116157#added some sleeps

2010-12-17  Mathias Bauer  <mba@openoffice.org>  [de60fd06b84bc1aa080ef209b0eeb36914bd8b32]

        CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient mess

2010-12-17  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b260d92434213b5d63afea9789e9bfe24b4fb84e]

        fix compiling with --enable-dbgutil
        
        removed in #ifdef part a call using a variable that seems to not exists.

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [308f687aa5d1c71648e13270f3350a1851078e3a]

        Remove DECLARE_LIST( StringList_Impl, rtl::OUString* )

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [9dc13ef4416449c42b4984cce53666643f57fd00]

        Removed ScMatrix::Delete().

2010-12-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [44f8ffd1dbe32b7c3b46aaf1536727a291a6c41f]

        undoapi: MSVC WaE

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [64291483dcb778367a685b307b72783b650ad12a]

        Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine* )

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [79c8c0a5fa21da68e9b10dc4d1a89341e346c2bf]

        Implemented ScMatrixRef using boost::intrusive_ptr.

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [6c8a7deee3fcda65c6713236dd5164709d36d857]

        Fix issue with -psn arg not being processed correctly (Mac OS)
        
        This caused LibO to open to writer instead of the main screen.
        Thanks go to shm_get & hohei for helping determine the correct solution.

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [6812fd715c3a9adfeee4fe6b5cf596a79af45bd0]

        Fix bug in previous patch
        
        Thanks, kohei

2010-12-17  Kohei Yoshida  <kyoshida@novell.com>  [b36b0e091f5d487be076e515000423059b9e4a9d]

        Removed the eternal ref bits, as no one uses it & we don't need it.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [ca77b4fd0265d16cd00601f0bfac563a8ff9c594]

        Removed parts of the comments that are no longer true.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [8314e7050dea6f43017741a43bf6b45432bb8a1f]

        Re-wrote header description for ScMatrix.

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [3978e340bb80fa33ec63f0903287d1b6ad438a82]

        remove DECLARE_LIST(BasErrorLst,BasicError*) and (BasicLibsBase,BasicLibInfo*)

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [75bf769e81824b73151f7d2359bc3a67b71f62de]

        Unit test for matrix's And and Or evaluations.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [8cf7fe894d80c42901ca40a6d8d48a9348b6afdb]

        Test for empty path element type.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [887f214c1e977dc3d9198ef16445cc9a83ed14f1]

        Removed code duplication with template.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [90e11a73fc171e361d135459bd2ac5851767b2cb]

        Check the flag value for empty "path" element type.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [2f5d08b326d6a989e1c75dc61c3a6bf8cdfc8498]

        Wrote basic unit test for new ScMatrix implementation.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [a0fcfeb91dfc5feb3b0ab51571f4300845db4d79]

        Empty element is expected to have a value of zero.

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [e64ab40533cf9fccb8fbfd47d05da71b9e4171c7]

        Fixed a silly bug with serious consequences.
        
        This was causing the calculation of LINEST to be totally incorrect.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [b1d486711ae21df792c462c89ac032c293d330b4]

        Stop checking for KDE3 on NetBSD by default.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [a142386fb37fea599d3c8fdce1f71cb387978952]

        Make option match help string for ODBC.
        
        This effectively renames --with-system-odbc-headers to --with-system-odbc.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [4e0286ec6bef391b616a35ea47a4b7acf60ba2cf]

        Handle NetBSD like the other BSDs in more cases.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [8e6a775571d9436c5b59881ab9caf0ea5ff9b221]

        Handle NetBSD like the other BSDs in more cases.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [fa1649ccdfa9745d27ae4ce6b4975059eff3ebb9]

        Handle NetBSD like the other BSDs in more cases.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [32699c99d7789ed0bdc31696e0d6dc0bc3d85d80]

        Handle NetBSD like the other BSDs in more cases.

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [c1d5abdc81822878ec239af7088b8997838044b1]

        Handle NetBSD like the other BSDs in more cases.

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [157246639f5a36c726523053a3c5df6cc44d07dc]

        what is it with the pointer fetishism, just use references

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [7f68a2efe07b56c54451166363c1aa95b307d877]

        Related: rhbz#661544 Duplicate page style names being used!
        
        Which means they won't export correctly. This happened because someone
        changed the condition for generating first page styles to be unconditional
        but missed that the names were still generated conditionally

2010-12-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [aa3d6cb322dfcc64dd7e9a5bd932b610a5d938f3]

        fix to let compile again with --enable-dbgutil
        
        parameter commented out but used in enable part of code
        filters/binfilter/bf_sw/source/core/attr/sw_hints.cxx (line 150)
        has the definition of the function of
        filters/binfilter/inc/bf_sw/hints.hxx, which needed to be fixed in
        order to be empty in case of #ifdef DBG_UTIL

2010-12-16  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7bb7e28aae0cf8d0cd0caa93580592b40ff0d2d0]

        fix compiling error with --enable-dbgutil
        
        the pDoc variable has been removed with commit:
        1ce7fb1258d86287a9aea the 2010-11-06 07:49:11
        hence removing it form the DBG_ASSERT( pDoc || xSource.is(),

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [74e87b21900da61caaafe2eef031891c3197847c]

        WaE, fix debug=t warning

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [96d73b4398ce3d71b44534f512ab97e66712b3c5]

        WaE, fix debug=t warning

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [add4f903f519462e829f33bb9930e8885762f74f]

        WaE, fix debug=t warning

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [2f6d22e52b4de1945d787e5bc81192e4a97e31c1]

        cppcheck: prefer prefix variant

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [5a037e5883cef00c8934ef77f19b30f4ae294c53]

        cppcheck: unused variable

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [a3f596902ce7d7bab963f95da8a17f49fda0042a]

        cppcheck: prefer prefix variant

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [657bfc0227eeb94b913d68684833a328f57f54ed]

        cppcheck: prefer prefix variant

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [95a0a2a62c75c740d2bfafeaa98b55990085d954]

        C1061: workaround worthless compiler

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [061db098302b0934e25a9b5edfabda01617eca08]

        cppcheck: unused variable

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [86dc22ad3025c6548d62a9932622c4f998c992eb]

        cppcheck: init this variable

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [86dd0323d0605f58ff2338994fce2ada669716b8]

        cppcheck: return variable unused

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [536b19aa4bf2e0a7ae8d783d6fea8cfb5888e144]

        Don't call Clear() after resizing a matrix.

2010-12-16  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [70ec19ae3cbf881388c0011e0c4aa132bece311c]

        dr78: corrected color indexes when dumping PALETTE

2010-12-16  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2b7da24f60f3cf7feafa17562c47760b8f1f44d0]

        dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [d5fd82fc9b1e812bb54d96716ac81b713d683bc6]

        Fixed build breakage.

2010-12-16  Luboš Luňák  <l.lunak@suse.cz>  [38fa10f549305365be14c98afcdfe0364f52de5d]

        do not mix contents of w:spacing and w:pgMar (part of fdo#31410)

2010-12-16  Yifan J  <yfjiang@novell.com>  [63468846938411d3c8159f8fbaab4da2a5f50415]

        set small icon theme at beginning of testing
        
        also replaced tabs characters in source

2010-12-16  Kohei Yoshida  <kyoshida@novell.com>  [4d457dd56af84135bf5902449f545edfd55d59f2]

        Merge branch 'master' into feature/calc-matrix-rework
        
        Conflicts:
        	chart2/source/controller/dialogs/ChartTypeDialogController.cxx
        	chart2/source/controller/dialogs/TabPages.hrc
        	sc/inc/dpshttab.hxx
        	sc/inc/global.hxx
        	sc/source/core/data/dpobject.cxx
        	sc/source/core/data/dptablecache.cxx
        	sc/source/core/data/drwlayer.cxx
        	sc/source/filter/excel/xecontent.cxx
        	sc/source/filter/inc/ftools.hxx
        	sc/source/filter/inc/xehelper.hxx
        	sc/source/filter/inc/xihelper.hxx
        	sc/source/filter/inc/xistyle.hxx
        	sc/source/filter/xml/XMLExportDDELinks.cxx
        	sc/source/filter/xml/XMLExportDDELinks.hxx
        	sc/source/ui/docshell/docfunc.cxx
        	sc/source/ui/optdlg/opredlin.cxx
        	sc/source/ui/unoobj/styleuno.cxx

2010-12-16  Mathias Bauer  <mba@openoffice.org>  [5e9bd0b1ce50ae0e03c0563ed2f0cd589d94a287]

        CWS swlayoutrefactoring: #i81480#: some minor cleanups

2010-12-16  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6e6b91f409de89064b3692e29fa5d30cf7061d00]

        dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream (but now with reading that record too)

2010-12-16  Thomas Lange [tl]  <tl@openoffice.org>  [70fc69da2e9a673505a8e1236501ddf577efb64a]

        cws tl84: #i78149# if statement fixed

2010-12-16  Michael Meeks  <michael.meeks@novell.com>  [ed401d017cf4d1c67dbd9455f54648bd512be023]

        add command to clean a modules' output on error.

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b72dcccd3994a978bb933fa6ab22a53ed6788ab9]

        Some more helppack related improvements

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ded1e176d1f4190067093b4eadb35f4a549295b3]

        Some more helppack related improvements

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [04689d3b909ce0a860728858342f5b7de034d906]

        Extend "tidy tools::getProcessWorkingDir" to the Mac OS environment

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [d58669713b2c131db6dd12cf49e870e1c579121b]

        Remove DECLARE_LIST( StringList, String * )

2010-12-16  Joseph Powers  <jpowers27@cox.net>  [c6035b22942de83bcd662519c433a4d955cef9a1]

        Remove DECLARE_LIST( ByteStringList, ByteString * )
        
        It was already remaked out, so no real code change.

2010-12-16  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f55916b1d1cca6a55e0baa8601cacd8a85d054ec]

        Moved the create-tags script from build repo

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d1a829558ee99094300c98c7bcbf93d96f043605]

        include the helppack stuff in setup_osl files

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a60dfa949fbc48e272fa2935f0dc5af0c53ef2fc]

        Adding LANGUAGEMODULE flag to helppack files

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d97f7747036f288fc1550c3aec9c59764e8657bf]

        Adding LANGUAGEMODULE flag to helppack files

2010-12-16  Thomas Klausner  <wiz@NetBSD.org>  [6836b5b350f890a2e5885fc82fa6f92fc2c73b15]

        Handle NetBSD the same as OpenBSD for LD_LIBRARY_PATH.

2010-12-16  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c48a53b7186019313e4539453cbed7cc285c671a]

        dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [e59df5cb6ca0002894a287a84f1b33f6a28997b6]

        cppcheck: can be const

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [37d1299dcb5dbd2c9ca417305b30e307b5270861]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b9d1c12233d3ce42f2484d0f6bc49e28630ac61]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3d789e3277b61891e38b549588213e7a80a94637]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [47315c211b83daa8fec0c7811163898fb79505e3]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [271223c57b556d1d82e2222d7d99dc37ebd470cb]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [404c6c6a0a701b24ce4aa01424d3c8f344e935b8]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0c26e1d81d80a750855662d347bce0c12f87b4bd]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2ac8765b19c8ccb5cc7f65911d7a2510f34f79cd]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [51af3643fe30ec77209553a4ccf0303e0f4956e0]

        undoapi: merged DEV300m95

2010-12-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [af0f197c0cbf5c4af4bd01d40063d69c0b6d5594]

        undoapi: merged DEV300m95

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [45249b9499f0c3effbc0b4a4d244ee09c522376f]

        cppcheck: can be const

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [a0b60c182ef4a15099c952a187832749b4b0d88f]

        cppcheck: unused methods

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [e026b6d1459b1dd64057711466c596bb835f444b]

        drop some warnings

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [b839d8a434058d47e6b66eb6869df64ad86adab1]

        cppcheck: unused variable

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [98d3137088f82b96d2dc83c54a1e809fdfa0c95d]

        cppcheck: prefer prefix variant

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [19c8e65d3477f0a497777545364c018c22b4944d]

        cppcheck: can reduce the scope of this variable

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8b35e875584d41a187ef4ef6e1ded66a6c5aeb31]

        Helppack description in a separate packinfo file

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b2aa573038dc47bff7b346c73b5c6add52f526c8]

        Helppack description in a separate packinfo file

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [13b846d2a3bf11889663ea0d63a0f63cd16401cf]

        put helppack packinfo in a separate file

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [67bbdf60de5861fd1a219680ec9e6f84435df02a]

        put helppack packinfo in a separate file

2010-12-16  Petr Mladek  <pmladek@suse.cz>  [634e2da96467f63339d19ba7fe3721a040295ed6]

        find LICENSE/README files for epm packaging
        
        Signed of by Fridrich Strba

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [b2d0d711f32c9e0c49120eb2fc5269dd2f9cbc9a]

        collapse conditional

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [1ae28f099b4f39c3a432e35bf60178931c25112c]

        CheckLine is always FALSE

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1ec53996a70fd710292936ceffeb743dd46d193d]

        remove gid_module_Langpack_Help* stuff

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [315a4e026d3cd52de4ec9d22b699a1fa09cb3d03]

        remove gid_module_Langpack_Help* stuff

2010-12-16  Helge Delfs [hde]  <hde@openoffice.org>  [e7db78122b88d7ecd3d76357fa1f7ff884b8ce38]

        automationdev300m95#i116147#turned qaerrorlogs into warnlogs

2010-12-16  Helge Delfs [hde]  <hde@openoffice.org>  [8ff295d5a5190890634cc68b69c9420daa601b85]

        automationdev300m95#i116147#turned qaerrorlogs into warnlogs and fixed closing dialog

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b181adc0ad0db842125f0966e30cf01afca443ec]

        Descriptions for helppacks

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [956dfd48c13450f62e23bebe89e92f9c30621bd4]

        Descriptions for helppacks

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [91cc35dd8a3f702bea76c9c37276e0ad56704cb7]

        reference the two files in the corresponding makefile.mk

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [844b6b695b54004b760375eead26bc54b90e0c8f]

        run autogen if configure.in, etc. changed since Makefile was generated

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a15f2430ed9f726fed8da66d897a95184bf45d8c]

        Add a missing file

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [232133ecc736ac75327bb3e52246f8479626a0db]

        Add two template files

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cb6f605b46ee6bcbb8ab3d0b6b0de9387c601f87]

        Add two template files

2010-12-16  Anders Jonsson  <anders.jonsson@norsjonet.se>  [702924b96e3839b1a807dbb9075035cda673c018]

        Remove large block of unused code

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [36890bac068dfffd4bbdf5817d9b8b1c167a6f53]

        tidy tools::getProcessWorkingDir

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [02d609ca991b044e584b24054d43ecf70668444e]

        valgrind: fix leak

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [ace1ed9d2d5787c070157e833b2932916038c37c]

        survive failed chmod for filesystems where its unsupported

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [3f141c1cb4ba00e1a75304d715ddc34c202d4007]

        tidy tools::getProcessWorkingDir

2010-12-16  Caolán McNamara  <caolanm@redhat.com>  [a53b9bb3faa8aa52969b695a3198be5e92ddd6e2]

        tidy tools::getProcessWorkingDir

2010-12-16  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [174f8e68d17b531263449b6655d136a0db9ba7d6]

        sw: reset num level on SplitNode if parent is outline i#93970
        
        Fixes the following scenario:
        1. Create a paragraph style "S" bound to a list style.
        2. Set the Heading 2 next style to "S".
        3. Pressing ENTER at the end of a Heading 2 will create the new
           paragraph, but its numbering level will be set to 2.
        
        If this test is repeated for "Heading 3", the resulting paragraph
        will end up with numbering level == 3.
        
        It fixes i#93970

2010-12-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [19bbf8a46348499025b0e37879f37fc2b2b21a8d]

        Add a missing file

2010-12-16  Tor Lillqvist  <tlillqvist@novell.com>  [48adc7fe55714fc79c014613d07f1d390743792b]

        First shot on helppacks

2010-12-16  Tor Lillqvist  <tlillqvist@novell.com>  [304e7da4f51bcf892b6205160b4f1781403fbbb2]

        First shot on helppacks

2010-12-16  Jan Holesovsky  <kendy@suse.cz>  [097b25170e447b1dae6aa63c2d53ae16ecaac853]

        wikihelp: Use the right Help ID URL, fdo#32338.
        
        The offline help has a fallback mechanism that (for non-existing Help IDs)
        tries to traverse the parent windows to find at least something.  This is not
        desired in the case of on-line help, because there we can easily define new
        redirects, without recompiling LibreOffice.
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2010-12-15  Joseph Powers  <jpowers27@cox.net>  [3546a4917a77455b81052e2212fd5eebeeb37011]

        Remove DECLARE_LIST( BreakpointList, Breakpoint* )

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [edf1c529b28144af5cd766e796f5caec97ea1d2a]

        Give each field control a proper description.
        
        Incidentally, the page field was missing a description.  Added one.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [1b444975d98a145082edc3d5498d9f692d21fba9]

        Wrapper class for the normal scroll bar class.
        
        We need to only to pass the mouse wheel events to its parent control
        in order to have them handled properly while the mouse cursor is
        over the scroll bar control.  For some reason the normal scroll bar
        does not handle mouse wheel events natively.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [162fe94b74c1827a0e878b50a149fc3f532e59e1]

        Handle mouse wheel input on the row field control.
        
        Only for vertical scrolling at the moment.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [b7e5a49fa33e83fc74ae578a6ee387017e839886]

        Fixed the mouse cursor pos to field index conversion method.
        
        For row field control.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [95b15d509ff1f847de5e45c930f995d45ea63f86]

        Removed all my debug statements.

2010-12-15  Norbert Thiebaud  <nthiebaud@gmail.com>  [7f60013ace193aaf1cdc847f8fc3429c0d126fad]

        avoid new-lines in list of repos

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [9404e910fb62e214fa47e65e20a07e4e0ce078e1]

        Added some class descriptions.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [c28381a752a5d696dce4c7089e6efbe12b05e9e8]

        Show the scroll bars only when necessary, otherwise hide them.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [4f8d925b70e46f106b8e1348b372a362e85c5463]

        Removed the old code for the data field control.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [9732fc537818c63c42421dcf0c1553d48ffad8b0]

        Added mode lines for the new file.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [654d000703ac895afc82be68a55fa47a1eb7bee5]

        Reuse ScDPHorFieldControl to render the data field, to reduce code size.

2010-12-15  Michael Meeks  <michael.meeks@novell.com>  [9e45cce11df1d9a829ff8da7f2079be164e1de72]

        add BrOffice productname_br variant and sorted substitution

2010-12-15  Michael Meeks  <michael.meeks@novell.com>  [0018bb3a6ed39ba99ffea57f5549a3fd18a1d3d7]

        add BrOffice productname_br variant and sorted substitution

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [55e3f9c7cdd6f90d5276104fdf7d1ee3515b5b9d]

        Call GetFieldSize() to get button size to avoid hard-coded size.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [03cfe128b958549bc4491261266eb94c2cf36d70]

        A little UI tweak & code cleanup.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [08a9e0c18e1b15e221faeaee98a1326e95a797cf]

        Up the number of fields per column from 8 to 10.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [78bd0907052a005ed528330a92ddfb8ef6e03292]

        Removed code I don't use any more.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [f227f88c911182e0431851a92aaa316b7b78ea06]

        The size of each field control is calculated in the dialog code.
        
        Since the size of each field control is calculated in the dialog
        code, leave some note in the src file and set the sizes to 1 by 1.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [d705effb38810194d11ef62324b31a824bdf8b68]

        Clean up.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [51898856edb711fe6a5f8f9c470953c25f4034a5]

        Simpler logic for selecting next field button.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [9753be5190173021d8a74d8afb0e3ba615198e70]

        Set scroll bar line size to always 1.

2010-12-15  Michael Meeks  <michael.meeks@novell.com>  [3dba62a7fae0f1824490cf4af4aebddc39a50aa4]

        Use BrOffice branding if present in pt-BR
        
        Signed off by Petr Mladek

2010-12-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fee2eef97c1e329d27e69244258e5bde5ec06679]

        gnumake2: fixing variable exports for windows compiler, part 2 (thanks ause)

2010-12-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [22668909ca5a63e4660ef33cc06b2748f971e90e]

        gnumake2: fixing variable exports for windows compiler (thanks ause)

2010-12-15  Michael Meeks  <michael.meeks@novell.com>  [1483d6f3a0373ae44350d59d42722985b5419b93]

        Use BrOffice branding if present in pt-BR
        
        Signed off by Petr Mladek

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [46b6271ad6b48aae7ee09ff396ea29527445c680]

        TRUE to true

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [f12a3122ad1188adeceda30369671b8e7e2589be]

        Debug statements & we don't remove any buttons from the select field.

2010-12-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b60db466ef41f4414ef80563dc3b97428336acf5]

        dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor

2010-12-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [81791d120be82d5387064759e42c5bb318db7cde]

        dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [883e40eaba258b1a9cea540bf71d5f9a8ba4860f]

        Fixed a build breakage after merging master.

2010-12-15  Kohei Yoshida  <kyoshida@novell.com>  [dc5e6ed480c748ccc03931327b94fa3270984470]

        Merge branch 'master' into feature/calc-dp-unlimited-fields
        
        Conflicts:
        	sc/source/core/data/global2.cxx
        	sc/source/ui/dbgui/fieldwnd.cxx
        	sc/source/ui/dbgui/pvlaydlg.cxx

2010-12-15  Niklas Nebel  <nn@openoffice.org>  [ca822d2265131318e1376194f91bcdd469e8c6ae]

        dr78: #i66100# call resize handler for dialogs directly (without timer)

2010-12-15  Joseph Powers  <jpowers27@cox.net>  [1e468f2f385fe75e05e24b3a36eef05e365af1b9]

        Remove DECLARE_LIST(SbxVarList_Impl, SbxVariable*)
        
        It seems that aVars was never used. And yes, I double checked this time.

2010-12-15  Luboš Luňák  <l.lunak@suse.cz>  [f6ee89fee2e3f7c1f71845646c7d8d776ecdfe29]

        convert from the KDE pattern|description format if needed, just in case

2010-12-15  Luboš Luňák  <l.lunak@suse.cz>  [7b4ecc59bb76612795ef0bb4086616465c0e2f51]

        convert from the KDE pattern|description format if needed, just in case

2010-12-15  Luboš Luňák  <l.lunak@suse.cz>  [db462a6fc6962185891cb7c63f80282e2285aa62]

        save with the proper .doc variant (fdo#32219)
        
        KFileDialog::currentFilter() returns only the pattern and not
        the full filter text, so *.doc alone is ambiguous.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-15  Luboš Luňák  <l.lunak@suse.cz>  [ff3f9438fb8be5d624a48f7142efbd5dfb075817]

        save with the proper .doc variant (fdo#32219)
        
        KFileDialog::currentFilter() returns only the pattern and not
        the full filter text, so *.doc alone is ambiguous.

2010-12-15  Luboš Luňák  <l.lunak@suse.cz>  [78307607676ed03f68eb47504cc250ce80f5f62a]

        minor fix in a comment

2010-12-15  os  <os@openoffice.org>  [90de7f56566fa58efc950c2a554cb392ad3274ad]

        #i115956# token translation fixed

2010-12-15  Joseph Powers  <jpowers27@cox.net>  [bf70881fe37c9fca1dd108b78f0f03a3440f86b2]

        Revert DECLARE_LIST(TOXControlList, Control*)
        
        This will remove the segfault I caused in:
        Writer -> Insert -> Indexes and Tables -> Indexes and Tables -> Entries

2010-12-15  Mathias Bauer  <mba@openoffice.org>  [162bc1aa8059120e60c2bf0fc111193468f15cff]

        CWS swlayoutrefactoring: #i81480#: sometimes there is no ViewShell

2010-12-15  Joseph Powers  <jpowers27@cox.net>  [335a249c91fb95f68f0ca8bf68e637713a915e06]

        Remove DECLARE_LIST( ErrorList, BasicError* ) correctly this time

2010-12-15  Tor Lillqvist  <tlillqvist@novell.com>  [f51f9bf2e5b56d19d59c535b6acc2996e082f020]

        In case of a missing "about" image, don't make the dialog zero width
        
        Fixes fdo#31518.

2010-12-15  Petr Mladek  <pmladek@suse.cz>  [68daa5bd943759a6b183456c020cfe4ee66fc25b]

        lang-specific license files are not longer available
        
        fix installer to use LICENSE/license.txt instead

2010-12-15  Tor Lillqvist  <tlillqvist@novell.com>  [38fceb9f337afcd69d4e8241fad1cf951502f741]

        Drop unused WELCOME_URL macro that referenced openoffice.org even

2010-12-15  Mathias Bauer  <mba@openoffice.org>  [97346d63efaa1e4df7708809f6db85d97e61b03b]

        CWS gnumake2: temporarily disable GTK-Quickstarter

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [616adc49d6fde24e809bd438d8e31de74bcf73ef]

        Handle 0 length entries gracefully

2010-12-15  Thomas Klausner  <wiz@NetBSD.org>  [85d077dc4320b219ba6333e0befa4f0c7e285e5f]

        Don't override CFLAGS nor LDFLAGS, just append to them.
        
        Ok mmeeks@

2010-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b78754373d4375c131f399b5bc075b74fe80f0cd]

        ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export

2010-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [385a437e89cac039b7efed0e9c682883a8287de1]

        ooo33gsl13: #i116085# adjust PageRange handling in writer PDF export

2010-12-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4f268a8a4ce388313149b9a4a252d6d0ad3bb583]

        gnumake2: also accept debug=t

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [45290519c6e577aee82c81c33518485f5489e454]

        tweak signature to avoid casting

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [3e38ec0e748fdef0a4efb5fac422ae5acd1716c6]

        protect against short read

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [c35ef70a1ca20146a5187f5f1214186ff2eb6e81]

        only read SttbfAssoc if its length is > 0

2010-12-15  sb  <sb@openoffice.org>  [c767c3cbeb4d18bdd4334fd23de446be86cb041d]

        sb135: #i116125# removed qadevOOo/qa/complex/junitskeleton for now

2010-12-15  Noel Power  <noel.power@novell.com>  [2f17014a588ca53646ff838a4d2325b3bdeb9f21]

        Merge commit 'ooo/OOO330_m18' into libreoffice-3-3

2010-12-15  Noel Power  <noel.power@novell.com>  [f7b4914124087ef96f36c3f607a616e6e88f44a4]

        Merge commit 'ooo/OOO330_m18' into libreoffice-3-3

2010-12-15  David Tardon  <dtardon@redhat.com>  [727d623d232e4612253ecf6308eda0e71f7dd023]

        fix RTL_CONSTASCII_USTRINGPARAM on char*

2010-12-15  Helge Delfs [hde]  <hde@openoffice.org>  [4027985c835cd23dd93afd28ed985c364abafd3f]

        automationdev300m95#i116118#After restarting the office a new document will be opened

2010-12-15  Anders Jonsson  <anders.jonsson@norsjonet.se>  [d8fb26b89a04797c5529d54b417b16ceb76e250e]

        Remove large block of unused code

2010-12-15  Anders Jonsson  <anders.jonsson@norsjonet.se>  [ce6b6f5f079d52fe253e05a796f760f09ea903a5]

        filters: Remove large block of unused code

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [3955c5a50c9e7ac55711311796c32cd89ffc8ed1]

        WaE, silence some warnings

2010-12-15  Mathias Bauer  <mba@openoffice.org>  [213e25168a934890e60546be9c819d16754aaa49]

        CWS gnumake2: build breaks on Mac

2010-12-15  Noel Power  <noel.power@novell.com>  [acc2b99c92d1a1e63e05b56d48db1b7df6e5c7ac]

        enable lcl_Read/writeSbxVariable for SbxSALINT64/SbxSALUINT64 types

2010-12-15  Thorsten Behrens  <tbehrens@novell.com>  [f1be5590a82e5ccbcafe09f57199806ac59455fc]

        Fix filled polygons on pdfimport
        
        This fixes fdo#32330, by explicitely closing filled polygons on
        ODF streaming-out. LibO does not fill polygons, even if specifically
        asked to - unless they're closed on coordinate level.

2010-12-15  Thorsten Behrens  <tbehrens@novell.com>  [b333904b8d0bf5c201935e3ce6105622995695a7]

        This surely shouldn't need executable flag

2010-12-15  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [b853aa1b54cc3290ee7cb13014ff8d481f312f47]

        impress207: #i115993# do not insert objects as presentation objects on master pages(cherry picked from commit 056b298538918df97390c645a1a0fb690a89468e)

2010-12-15  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [5ba86b4ab27fe4d3b07c2535576eec655558d2d3]

        impress206: #i115898# use updated anchor for group shapes to work around ms office 2010 bug(cherry picked from commit 7736d7e159d0e69ee817def98fefdb216f711ca3)

2010-12-15  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [977fa1655cbe7cbb36b45a3eb26bc99a8c4e0d8c]

        impress206: #i115898# take into account new presentation shapes(cherry picked from commit c8c648474da56e2ecdbdcc11c269366716fe88c9)

2010-12-15  Christian Lippka  <christian.lippka@oracle.com>  [2a8043bab8bcade9b4366598cf25219f9307527f]

        impress206: fixed compiler warning(cherry picked from commit 8df4a00b9bc1739289e45d9f4485f355298a35eb)

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [d0b0aa3c1731e8153ef1de28969c770f9692c978]

        add file

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [b52f6cc76ddc6ebdd3d2932da21ac4d4c3c49542]

        Resolves: #i101057#/#i97332# A better converter to multiple legacy codepages

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [c6b30952edc6cf64f657f1d27225844b6b13aa30]

        Resolves: #i101057# Merge WMF and WW6 code page export logic

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [65eacbadd5444ed9581f3b92fedcd216f716df8d]

        cppcheck: unused variable

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [bf29fd85a7fbd0024b2d8ade2b8e42d2b9c3a8ab]

        drop some warnings

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [d5479adaa53cd00a284bc31ed545e67eb4316ef2]

        cppcheck: uninit variable

2010-12-15  Caolán McNamara  <caolanm@redhat.com>  [ac6c8bf5a83b7da91e734fe194390ea2456bf4a2]

        cppcheck: remove unused variable

2010-12-15  Michael Stahl  <mst@openoffice.org>  [b28ffd0d44771d8aeba5c9ae1af8fb38c838207f]

        undoapi: UndoCore.hxx: split out UndoSection.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [c6bc2c422dfcdcc5f5d1c0aac5e940d3c6ddddc4]

        undoapi: UndoCore.hxx: split out UndoSplitMove.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [cab46df499abb73ae4a24fb8787d1a2574672973]

        undoapi: UndoCore.hxx: split out UndoDelete.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [50c0114c660ac8c3024dacd7332fbf060178ecae]

        undoapi: UndoCore.hxx: split out UndoInsert.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [f1946b72a928100d0ab8eabb2924a879bca61b3a]

        undoapi: UndoCore.hxx: split out UndoOverwrite.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [b00d6a52eb72d0af5ace5845c01cda8f1bd9ed76]

        undoapi: UndoCore.hxx: split out UndoSort.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [131e7a3e6bdcec0ce96cf233919ecee74eb93d00]

        undoapi: UndoCore.hxx: split out UndoBookmark.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [4bda913932d28f94cc6c8214a69cb23e5d1e3afa]

        undoapi: UndoCore.hxx: split out UndoAttribute.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [45a0fe36f18e88732e3fe6e8a73f58dc02de3909]

        undoapi: UndoCore.hxx: split out UndoRedline.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [17388d384e8c0b9542e511a45479ecfeb81e04cc]

        undoapi: UndoCore.hxx: split out UndoNumbering.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [ea92df6f21f5e2314d23c37a1a70b9fce4765c2a]

        undoapi: UndoCore.hxx: split out UndoDraw.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [b16214b41156933767d6066f6097246346491e35]

        undoapi: UndoCore.hxx: split out UndoTable.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [5ba8f48555d9f60db239ca7d25f471d9b55ac286]

        undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [edb57aae4be8253104c5dc9282234cc3f12c7ece]

        undoapi: #i115383#: enable writer undo test

2010-12-15  Michael Stahl  <mst@openoffice.org>  [16045587b5442195b4a3936437d780d62f7c42bc]

        undoapi: #i115383#: replace SwUndos with STL vector

2010-12-15  Michael Stahl  <mst@openoffice.org>  [65a3c2385c45d2f7fc4bfdbe97be2d3de46bc3af]

        undoapi: #i115383#: SwDoc calls SfxObjectShell::SetUndoManager()

2010-12-15  Michael Stahl  <mst@openoffice.org>  [1ba0c1878116ada5dc4ebdecdb1e0a3da9758547]

        undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:  derive SwUndo from SfxUndoAction.  throw away most of docundo.cxx.  throw away SwUndoStart and SwUndoEnd.  replace SwUndoIter with sw::UndoRedoContext and sw::RepeatContext.  SwUndo::GetId() no longer public to prevent abuse.  add SwEditShell::HandleUndoRedoContext().

2010-12-15  Michael Stahl  <mst@openoffice.org>  [a5d3540922dd3171837bf2a5f82be3765a5910b5]

        undoapi: #i115383#: SfxUndoManager: fix stack marks, add empty stack marks

2010-12-15  Michael Stahl  <mst@openoffice.org>  [add33f72ec6c6dbdc8cb11b24c018c8033f9a570]

        undoapi: #i115383#: Undo should be disabled at beginning of ~SwDoc

2010-12-15  Michael Stahl  <mst@openoffice.org>  [3a2c807918a9b1e9f90102b4d91e2aad5ae0775d]

        undoapi: #i115383#: inserting string via API should disable group Undo

2010-12-15  Michael Stahl  <mst@openoffice.org>  [bf0cd6ad3f5f5f1ae38f6c086d6381d3f22904b0]

        undoapi: #i115383#: remove IDocumentUndoRedo::HasTooManyUndos():  it would be much better to handle this problem by using a STL container...

2010-12-15  Michael Stahl  <mst@openoffice.org>  [60d7850e64de5259d16577a4c84335da608dfdee]

        undoapi: #i115383#: remove RemoveLastUndo() from IDocumentUndoRedo

2010-12-15  Michael Stahl  <mst@openoffice.org>  [8e7d7f0e1418945ccc41ea65de273cfd7e2bf652]

        undoapi: #i115383#: change return type of GetLastUndoInfo() to bool:  unfortunately several places need the ID, so add the ID as an out parameter.  a bool return is necessary in case the Undo action is not a writer action,   but created via the undo API.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [58a64dfc06da10c1f0ce97cb8a68817941d7a36e]

        undoapi: #i115383#: change return type of GetFirstRedoInfo() to bool:  nobody needs the ID, and SfxUndoManager currently does not provide it.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [04969e43d377d249f9c94fb6103506f0b8777ce1]

        undoapi: #i115383#: remove SwUndo::SetId(), make SwUndo::m_nId const

2010-12-15  Michael Stahl  <mst@openoffice.org>  [0cf58fb120e691be7ca22f0537d104e0af0955c3]

        undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx()

2010-12-15  Michael Stahl  <mst@openoffice.org>  [d97bce1d294db09a49952cab22495838665ec9f0]

        undoapi: #i115383#: replace SwUndo->GetId() + static_cast with dynamic_cast:  the static_cast would become dangerous with SfxUndoManager.  also fix bogus cast in SwUndoTblCpyTbl::Undo(): happened to work by accident.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [4b5b389708c9372aebe0e44f9c04e0833d8d08c7]

        undoapi: #i115383#: ensure that AppendUndo is only called when Undo is enabled:  SfxUndoManager differs from current AppendUndo() implementation here.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [3352d4459f39ac2d80d9d5782c37e73fbede0d08]

        undoapi: #i115383#: remove unnecessary UndoGuards:  implementations of Undo() and Redo() on SwUndo subclasses are always   called with Undo disabled from UndoManager::Undo()/Redo().

2010-12-15  Michael Stahl  <mst@openoffice.org>  [64602c20b7e1933be3ce4094ee5878ac873fdd20]

        undoapi: #i115383#: move sw::UndoGuard in SwDoc::SetFlyFrmAnchor():  create a static helper function and do undo stuff in the wrapper.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [c5e03f02e7d33827e9a68b3c25145b95c8b0a8fc]

        undoapi: #i115383#: move sw::UndoGuard in SwDoc::InsertDrawLabel():  create a static helper function and do undo stuff in the wrapper.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [fd17dcd9e76cc8b5857c730277fcfdcaa8f0f166]

        undoapi: #i115383#: move sw::UndoGuard in SwDoc::InsertLabel():  create a static helper function and do undo stuff in the wrapper.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [8fc6a5fc179b85e35f7e8af0e150241ce5b9371b]

        undoapi: #i114888#: move sw::UndoGuards:  in order to ensure that AppendUndo() is only called when Undo is enabled,   move some UndoGuards a couple lines downward.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [6fb613830f69e1ab22d5b030ae42654a27ce8dbe]

        undoapi: #i115383#: remove SwUndoIter::pLastUndoObj:  this seems to be used only as an optimization, to not apply several   idempotent actions on Repeat.  but it does not work properly anyway, because it only checks the _previous_   undo action, and not all actions since the UNDO_START.  for the only non-idempotent action (SwUndoDelete) introduce a boolean flag   SwUndoIter::m_bDeleteRepeated, and remove all other uses.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [1a201914215d4bc445f708e2b6d8f0676f7c0c66]

        undoapi: #i115383#: remove SwUndoIter::bUpdateAttr:  no idea why this would be necessary, but having the edit shell   clean up attributes after a Redo is a stupid idea anyway,   so remove it and see if anyone complains.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [99a6c72c749747f51f2673a478fcbf9ca30646d3]

        undoapi: #i115383#: clean up SwUndoReplace:  remove internal history, and ugly special case hacks in UndoManager::Undo().  refactor comment of SwUndoReplace: new MakeUndoReplaceRewriter().  SwDoc::ReplaceRangeImpl(): always create new SwUndoReplace.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [e1325951e9d89e60f8f09445270fe0de0c6d7fc0]

        undoapi: #i115383#: remove SwRewriter from SwUndoStart/SwUndoEnd:  the replacement, SfxListUndoAction, only has a String comment...

2010-12-15  Michael Stahl  <mst@openoffice.org>  [44b1216c8f2a82e296fb6dd909515de06f65dee6]

        undoapi: #i115383#: split up IDocumentUndoRedo::Get{Undo,Redo}Ids():  remove class SwUndoIdAndName and associated pointer abuse.  split up IDocumentUndoRedo::Get{Undo,Redo}Ids():   Get{LastUndo,FirstRedo,Repeat}Info() return string and ID for current action.   Get{Undo,Redo}Comments() return all Undo/Redo comments.  adapt SwEditShell interface as well.

2010-12-15  Michael Stahl  <mst@openoffice.org>  [4ac0d44c9a9caebc983487c6c14997e0468c0b9a]

        undoapi: #i115383#: new IShellCursorSupplier, implemented by SwCrsrShell

2010-12-15  Michael Stahl  <mst@openoffice.org>  [1abef5bf64a7f3b5799fc597a4e486c45ace758f]

        undoapi: SwNodes: remove obsolete operator[](SwNodeIndex&)

2010-12-15  Michael Stahl  <mst@openoffice.org>  [b6c89a6480a65ed3f0670bb381bb0519243c044a]

        undoapi: SwDoc: replace SwNodes member with pointer, remove ndarr.hxx include

2010-12-15  Michael Stahl  <mst@openoffice.org>  [f1c8f5d1adc7b47f809d4344d7c2780cd4309da2]

        undoapi: #i115383#: rollback change: make SwNodes ctor protected again

2010-12-15  Michael Stahl  <mst@openoffice.org>  [af1d03993616e4974388d760fc51ae54a8d2bd4a]

        undoapi: stuff in sw/source/ui should not include undobj.hxx

2010-12-15  Michael Stahl  <mst@openoffice.org>  [7301c7f8a153c21e479da54a6284926b5f6a9ac2]

        undoapi: move some headers from sw/inc to sw/source/core/inc

2010-12-15  David Tardon  <dtardon@redhat.com>  [3c82463a0283275735aa7317c334febc7065eab8]

        remove reference to sun bugtracker

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [ef9a20f98f63588a7ded8140b8ad9c40545f5351]

        RTL_CONSTASCII_USTRINGPARAM i18npool

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [99786a265e4f9b69d3517da8b4cdc15775cbd66d]

        RTL_CONSTASCII_USTRINGPARAM sdext

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [c9265a6a745f4221e5377ce87bd4e774a5e2cd7f]

        RTL_CONSTASCII_USTRINGPARAM qa

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [4cd8b8040a9dfee76d5a79b82572743c537c6dab]

        RTL_CONSTASCII_USTRINGPARAM in writerfilter

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [a21107e4d727e284b927c6ebc2abd4088e94afab]

        RTL_CONSTASCII_USTRINGPARAM for aqua

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [9084890be9f06768305788cedc43cdf2ed8b96ef]

        Removing comment with createFromAscii

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [1a270c0a680140c86fa28590f16b79e0762798d9]

        RTL_CONSTASCII_USTRINGPARAM qa/rtl/process

2010-12-14  Joseph Powers  <jpowers27@cox.net>  [d1f957785dc4deebbe273bd2c6ff6b82150c691f]

        Fix MAC OS X command line issue. (-psn)
        
        I'm sure what it doesn't (I tried testing it). But
        RTL_CONSTASCII_LENGTH("-psn") is wrong and failes to compile.

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [bdf4f2f0d062c9f8db4fc8881c86d52a5a99cd17]

        RTL_CONSTASCII_USTRINGPARAM

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [f4f8701d70ece09888c93d74a554b6ed11c8f4e4]

        RTL_CONSTASCII_USTRINGPARAM in extensions

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [6d7760eb3eac41d4d9d511b2166992b82fc21004]

        RTL_CONSTASCII_USTRINGPARAM slideshow test

2010-12-15  Julien Nabet  <serval2412@yahoo.fr>  [c058db95aeb9b62b1c1e1696d488a918b427247e]

        RTL_CONSTASCII_USTRINGPARAM xmloff

2010-12-14  Joseph Powers  <jpowers27@cox.net>  [d020028d46d78fe1cf3496bf0184df46759cb97c]

        revert previous patch
        
        It seems that the global header is before the local header. So you need
        to do change, deliver, build to test.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [3c8889ca49f31d7330d93960f12758a566914d02]

        Merge commit 'ooo/OOO330_m18' into libreoffice-3-3

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [e5b24935e054ea425a5ab5cd4031d9235bcef6dc]

        Header comment for a struct.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [460f9239c7508bf6c41854721e79c0c20a3b1cc8]

        Removed commented out code.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [5190c55a5f400817d1ac850caf597da80e7b2b20]

        Provide import options when pasting HTML data. (fdo#32400)
        
        When importing an html document, we launch text import options to
        provide several options for the user.  Let's do the same when
        pasting html data too.

2010-12-14  Joseph Powers  <jpowers27@cox.net>  [22451b3449af32e44efa798db00537d7485ada77]

        Remove DECLARE_LIST( ErrorList, BasicError* )
        
        It seems that the ErrorList was never used.

2010-12-15  Thorsten Behrens  <tbehrens@novell.com>  [8184a1310420e9d99bae389f28e1284e4447ae7f]

        Fix dbgutil build

2010-12-15  Thorsten Behrens  <tbehrens@novell.com>  [7934fcc91a0ef5d58fe489e1c6255df9d33fd3c8]

        Fix dbgutil build

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [47d3163c14b9820c6f931d46dbbec3129a511ce3]

        Replaced SvShorts with std::vector<SCTAB>.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [fd351a4327126e7a0c7c5d3efdc84d8e7e6b3c52]

        Removed unused code.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [49af7ccfee1245b43ccf780f889b7fec3634b316]

        Fixed unformatted text paste. (fdo#32213)
        
        * Changed default option settings for CSV import options to
          something sensible.
        
        * Set explicit multi-line cell handling policy during unformatted
          text pasting.

2010-12-14  Rene Engelhard  <rene@debian.org>  [cc348ca97f7f1ebd5be3af3c106ada25eda028cc]

        remove redundant CFLAGS setting

2010-12-14  Rene Engelhard  <rene@debian.org>  [7e0fa16bb7fec449d3d1451719d9836b9ac616a9]

        remove redundant CFLAGS setting

2010-12-14  Rene Engelhard  <rene@debian.org>  [80b2a62f92a30eaaad706a584570601eb069d1e0]

        generate afm_hash.cpp in $(INCCOM)

2010-12-14  Rene Engelhard  <rene@debian.org>  [92e678daab0ae824a03614c895b45650d192d7fd]

        generate hash.cxx in $(INCCOM)

2010-12-14  Rene Engelhard  <rene@debian.org>  [16a3e0e4df4f6808d28a2579f653cd1e1ad741d5]

        generate hash.cxx in $(INCCOM)

2010-12-14  Rene Engelhard  <rene@debian.org>  [778c6eefa935c6e9a1131efe96aebb71e1368d77]

        generate afm_hash.cpp in $(INCCOM)

2010-12-14  Rene Engelhard  <rene@debian.org>  [9b2419ff0b629948ad9b8f86bab6c5389fcae93c]

        Merge commit 'ooo/OOO330_m18' into libreoffice-3-3

2010-12-14  Noel Power  <noel.power@novell.com>  [f8a7ca0e835ba262b5b277827384281fa46ba4b3]

        Changes to ImpStringToCurrency
        
        Make ImpStringToCurrency be less of a home grown parser, use existing OUString -> number functionality ( and ws treatment ) Also raise an error now if illegal chars are found in the middle of the string ( including spaces )

2010-12-14  Noel Power  <noel.power@novell.com>  [ca4cd82830e8c2e15924adbfb3378174c7411428]

        add stream operator for sal_uInt64

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [41b2672724b54c2927339c464e5d722a18dc4b8c]

        tidy this up, and don't bail out on mislength records

2010-12-14  Jan Holesovsky  <kendy@suse.cz>  [1cff7e80d07cd291b8035a0b061d4f13f9166718]

        Merge commit 'ooo/OOO330_m18' into libreoffice-3-3
        
        Conflicts:
        	solenv/inc/minor.mk

2010-12-14  David Tardon  <dtardon@redhat.com>  [f44b8e5fd1045add2d32b2aac43ff64ac6a1744c]

        purge comments

2010-12-14  David Tardon  <dtardon@redhat.com>  [7931d3482795f1a7a5310d994703faa56750d99b]

        remove unused code

2010-12-14  Noel Power  <noel.power@novell.com>  [6c831fb7afde5a6e7156bd6863b1391e5f0c7bb6]

        redo stream operators & misc changes to prepare to integrate into master

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [684c23e0df8650864e89e8dfd0c97fdbb0d28714]

        Revert "add broffice dekstop integration to the install set on Linux (fdo#32229)"
        
        Michael fixed it better with fixing translation of the pt_BR strings in
        desktop files.
        
        This reverts commit e1f9bc93fd1e1757b837b4b31a47fc2f90cee727.

2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [187b219f08b2e6160d78a0961820327972d29966]

        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>  [693c7d4b40bb7f978764d1dde70551efa1a1f64a]

        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  Petr Mladek  <pmladek@suse.cz>  [27e94542c12705a105dccd30d9fe8d6ae95fd8dc]

        Revert "Stopgap help for the CPU-bound long hang in bug fdo#31716"
        
        We the proper fix now.
        
        This reverts commit e0913f3c3740453ea1570896d20140b92663ce3f.

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [82cfb8d7cd7e68f96f4cd3ee11e0fabd9bdbe8a5]

        Revert "Stopgap help for the CPU-bound long hang in bug fdo#31716"
        
        We have proper fix now.
        
        This reverts commit 84d74bd6e241e527335ae9ee6353090e7db03cac.

2010-12-14  David Tardon  <dtardon@redhat.com>  [e27bf5c9c68153aac908161f6c4c4ebf6f6816b0]

        fdo#31716 the help text is not used for anything -- do not set it
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [80e12ab774bea1b6e3fefb4bb2e81c10d8141c96]

        Remove trailing spaces too when parsing csv's simple numbers.

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [6af3af36f8958eeda2c847bbda6db1b214c8d674]

        WaE, shadowed warning

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [1199fde7051369ed98472b586e9a717416419973]

        We need to reset i to 0 after parsing spaces.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [b947b466a00c8d6dd684bd4d71c3b91bc53619c1]

        The previous commit would skip *all* spaces.  This is the right fix.

2010-12-14  Kohei Yoshida  <kyoshida@novell.com>  [1ad5396e637f05b2d40053d201e4477e761166c7]

        When parsing numbers, ignore preceding spaces.
        
        Also, increment the char pointer and use it directly, which is
        faster than accessing char via [] in each iteration.

2010-12-14  Philipp Lohmann  <pl@openoffice.org>  [2e9c605e95d9f3e3a0fc5bf2e4eecb514a984d6e]

        TabControl::ImplGetTabRect negative height gives BadAlloc
        
        Fix from i#116120
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-14  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [30917c830ac34cf3a5c5e853b8f3baf8166edfac]

        dr78: #i115659# fix borked boolean logic

2010-12-14  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e1a7b5e79ef6ab714395bbde2d8534bc4ea75ea8]

        dr78: #i115659# check validity of member and dimension settings

2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [1ad80c04caf67e38531fa0d1ebc67b2fe93924c8]

        Use BrOffice branding on Windows keyed to locale/country-code not exename

2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [4b7d19eaff0bcd0f4e10e59193828793c6de6730]

        Use BrOffice branding on Windows keyed to locale/country-code not exename

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [6a765ae2c6a22b0a243f97bc7f516b55e8e2e81a]

        Related: #i97332# mirror default font to CJK font for WW6

2010-12-14  Joseph Powers  <jpowers27@cox.net>  [5ebc649e32810538ce16d9aa0985082f9f7d6052]

        Fix -n issues
        
        It seams that only Mac OS X uses the echo -n option in make files. I think
        I fixed all the references this time.

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [5867ea9f2164d23a3c4ff3437a62fae9ffb41f18]

        Resolves: #i101057# Merge WMF and WW6 code page export logic

2010-12-14  Joseph Powers  <jpowers27@cox.net>  [f24c8f32eb983407e4f3cf8308a9614368d85693]

        Fix stray -n issue on Mac OS X
        
        Also cleans up some trailing white space.

2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [efe7f466aac476d6019745e887b96d937b0bf294]

        add CSV number parser unit tests, and license headers

2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [c449af3cd0dcf4487afc6b90085774392a46170d]

        force Qt paint system to native (fdo#30991)

2010-12-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1a9927488d08881dcb1b5afddc87baae668db1a0]

        gnumake2: fixing fix for error 134

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [47d24a7226fc15d68dd36952e3c6c348fc08d9fd]

        add broffice dekstop integration to the install set on Linux (fdo#32229)
        
        Signed off by Fridrich Strba <fridrich.strba@bluewin.ch>

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [009f81fd4dd9c56f728f73abc80e7fedc0e7f605]

        we use broffice instead of broffice.org (fdo#32229)
        
        PRODUCTLIST is used in sysui to generate the desktop integration
        
        Signed off by Fridrich Strba <fridrich.strba@bluewin.ch>

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [bc4fdc1b4d738fba400e31c93a380388c1ff0115]

        Related: #i114482# For WW6 shadow the CTL bold/posture with the normal one

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [52fdce9f61ae9cca8a26656a089c6958757dc3aa]

        use BrOffice also in the help content when enabled (fdo#31770)
        
        use ::utl::ConfigManager::GetDirectConfigProperty to get
        the product name; it returns BrOffice in pt_BR locales
        when BrOffice branding enabled
        
        Signed off by Michael Meeks <michael.meeks@novell.com>

2010-12-14  Petr Mladek  <pmladek@suse.cz>  [c10c07701a57d5e13fb47312615a946d51fc3b3b]

        fix broffice branding packages (fdo#32229)
        
        - rename the packages from broffice.org to broffice
        - add /opt/broffice compat symlink

2010-12-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e6e4a5294b51aa76af3836577ec35e7a0ca4f9dd]

        gnumake2: merging minibranches

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [58c33925bb3f99f1ed0168ef0b77a7c0b185aff2]

        Related: #i114482# For WW6 shadow the CTL font with the normal one

2010-12-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e4c73464ecd0fa5862dc7faf46d6e282ba041b53]

        gnumake2: fix sw pch for windows

2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [04d9928159c3171b9e6fa24369cf1a431dde5be0]

        make tmp names recognisable, and cleans

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [abf655621dada568f8ed136cbcac87913388b5a3]

        Related: #i114482# For WW6 shadow the CTL fontsize with the normal one

2010-12-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ded80edaf13fdafcc80f77bfd7d7ae69969fd28a]

        gnumake2: removing subshell calls for now to avoid error 134

2010-12-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [99deaccb84b2cd53f39740c6aa3f5577cb520f8f]

        gnumake2: filtering compiler and java headers on windows for dep generation (thanks ause)

2010-12-14  Luboš Luňák  <l.lunak@suse.cz>  [c0dafe8a016c83d6c4fc50a8d99adbf92d0cc294]

        avoid 'error: narrowing conversion of ... inside { }'
        
        presumably triggered by enabling c++0x

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8b118d3a1fbfebb44499495e016b02eb345e41f0]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4da64581888a666bca154e2acfb64a1a454d18e8]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61165f50e91076bd1f471bcd40259679623f9e0b]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [54229ffa3edb7cbb64baefcb053092ee4155b07e]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f69093f3e3c8e1499b686af4518c74d234a5801f]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [491d808492fc31c5d2e6cc28447c8815af9d3806]

        merge OOO330

2010-12-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9c5a2fb27f432c2fe4528f2239f560b515d2021c]

        merge OOO330

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [89aea02f4d1dd1547cafe566b436b3ddb283896e]

        Related: #i114482# for Word6/95 use CTL font as font when script is CTL

2010-12-14  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5c0e59cd81b619b0674076e5bcb4be792b1f403b]

        chart46: #i25706# implement date axis - no date axis for pure time format

2010-12-14  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [71a1872a71f28b6f1951206bdfd5e172a8f90409]

        dr78: correct include guard

2010-12-14  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4e7a88638a1293491fb06f3d1d4c0e22cd4c7631]

        dr78: simplified handling of external add-in functions, changed handling of empty function parameters

2010-12-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6253c6d0545db5829adbebb00958899dae5e05ec]

        Add missing strings for langpack names and descriptions

2010-12-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b0156d90a5a177bf125da8559989edbd6a6b6fdf]

        Add missing strings for langpack names and descriptions

2010-12-14  sj  <sj@openoffice.org>  [aee56406b1a9db7049bda81802b225077174dc99]

        impress204: fixed build problem (precompiled filter include was missing)

2010-12-14  sb  <sb@openoffice.org>  [5a9b9d77de92117e13208d0c15bbfc120697e0b7]

        sb135: #i116050# make osl_trace output atomic

2010-12-14  David Tardon  <dtardon@redhat.com>  [9d62518abf5e24fa89885aee4dc629e68516455f]

        rhbz#661809 ne_propnames is affected too

2010-12-14  sb  <sb@openoffice.org>  [9f99bc563a5e9712a2601ba45d01e0762d269f94]

        sb135: #i116122# sd::slidesorter::view::Theme mbIsHighContrastMode uninitialized

2010-12-14  sb  <sb@openoffice.org>  [1b45846965a8516d9e7934e4fee7734c20b45cc8]

        sb135: #i116121# framework::UIElement::operator= does not check for self-assignment

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [25bd7e6735c3215a074208cd7c106f7b5e912fa0]

        Resolves: rhbz#661809 ne_simple_propfind can touch gcrypt as well
        
        Signed-off-by: David Tardon <dtardon@redhat.com>

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [aa4839463c5622accb5387b04d4d46031602e9bb]

        unused header

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [3428ef5eb45b27ba77a0dd9be327b26b492a732f]

        try and rebuild dependencies on first dmake failure

2010-12-14  Michael Meeks  <michael.meeks@novell.com>  [13711966afc3e9f35488aaeda817edc237c6af89]

        safer permissions on the user dir i#62858#

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [c157060f2507a09a2df8513bc5a6c4bd8a792274]

        get this to build without errors

2010-12-14  Rene Engelhard  <rene@debian.org>  [b08cde51bbfb75c2430cdc8721b2d31fee0fc1a0]

        generate afm_hash.cpp in solver, not in the source tree

2010-12-14  Rene Engelhard  <rene@debian.org>  [3f85da7f82db07e257d2f0aa1dc28a2642615e39]

        build hash.cxx using gperf instead of having it prebuilt

2010-12-14  Rene Engelhard  <rene@debian.org>  [d77e27ac52507ab6d8454de1d855afac6384c21f]

        use $(GPERF) instead of hardcoded gperf (fdo#32195)

2010-12-14  Rene Engelhard  <rene@debian.org>  [0cf73310435cf6882074dd6fc809fcaa364c5804]

        AC_SUBST gperf (fdo#32195)

2010-12-14  Caolán McNamara  <caolanm@redhat.com>  [8437633b629c3c6bccdd9311b5f7ad84a350c350]

        get this to build without errors

2010-12-14  Robert Nagy  <robert@openbsd.org>  [d96c108ea619929b76f4f49cc7c56b2e85c20193]

        only specify $(SLO)$/qnametostr.obj in NOOPTFILES once

2010-12-14  Robert Nagy  <robert@openbsd.org>  [dffc4ea01d22c9f6a0f96a03ddc42d5ac214463d]

        only specify $(SLO)$/qnametostr.obj in NOOPTFILES once

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6b007f47d7e8eb9b347c34dc4c5dd7ea64e2b202]

        warning fixes in binfilter bf_sw filter/basflt
        
        commented code and comments deletion and warning fixes based on
             unused parameter

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [dcc9d3220714bbb8b117e5ac64c14f974a97a6db]

        fix warnings in binfilter bf_sw filter/xml
        
        dead code / coments deletion and warning removing concerning:
            unused parameter
            enumeration (all cases not handled in switch)

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a34c2f623783174313a8527f424458fb430cd006]

        warning fixes in binfilter bf_sw ui/app
        
        dead code / comments removal and trivial warning fixes conerning:
            unused parameter
            enumeration (without all cases handled within swtich)

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [79ef4b5c2ad3f8d2465d684f687915367ace249e]

        warning fixes in binfilter bf_sw core/doc
        
        contains dead code / comments deletion and warning fixes of
            unused parameter
            enumeration (switch without handling all cases)

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0cbd9676212e9246db7d8d97aa206b36e9e6c5df]

        trivial warning fix in binfilter bf_sw writer

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9c766bfc803c677a75c31a79369e365258782599]

        trivial warning fixes binfilter bf_sw ui/utuli
        
        this remove dead code and compiler warning:
            unused parameter

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [805a169e0ec9d19fd717c65e5606af3506b26e26]

        trivial warning fixes binfilter bf_sw ui/uno
        
        this contains trivial warning fixes and dead code / comments deletion.
        Warning fixed are
            unused parameter

2010-12-14  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0bc5a77d7435c9b644e228e72b1fb7465681ca43]

        warning fixes in binfilter bf_sw w4w
        
        this touch trivial warning fixes of kind:
            unused parameter
            enumeration value: missing default entry

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [1337c4192e724254b28f989bd0ddd191e5a46c19]

        When the name equals the automatically assigned one, remove it.
        
        This prevents e.g. copying Sheet1 with the default name of Sheet1_2
        from being renamed to Sheet1_2_2.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [ad8ba6f2777affc32f5c2ad24877173270682ede]

        Properly support redo of renamed sheet copy.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [2a05f0f0380ea84608f582a1c0c6708a634ce89f]

        Properly support undo and redo when moving sheets.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [e3d3830aee86631b4dc908075ff1dc5da34f130b]

        A little code cleanups.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [098910e4a632bcd561ebb2ba72db00f95d000def]

        Removed unused block.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [7f7552fc48b705f433d3e24a15d681d6006f4b1a]

        Update new sheet name when control states change.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [821c6b40070c59530d4413705e5e6154e1d15bca]

        Tabs to space conversion.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [5fe86425ccc3fcd1bce1076e9f57f70be55f8d92]

        BOOL -> bool, and tabs to whitespace in new code.
        
        Also, putting a bool declaration in the right context.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [8bf8c7eeb683bc3e62a56b367448fdffd4e844d8]

        Made the dialog a bit smaller to fit.

2010-12-13  Joost Wezenbeek  <joost.eekhoorn@gmail.com>  [9fe1f169fa9e1a693a1d81a9b422d0d4ce0d6c23]

        Change Sheet copy process
        
        Easy Hacks 3.27
        Added rename in Move/Copy Sheet in calc

2010-12-13  Joost Wezenbeek  <joost.eekhoorn@gmail.com>  [8d2908194c04ce0129d0d232d9fc6beb5b9d3b4e]

        Change Sheet copy process
        
        Easy Hacks 3.27
        Added rename in Move/Copy Sheet in calc

2010-12-13  Joost Wezenbeek  <joost.eekhoorn@gmail.com>  [b8591032221134de771a7781394882ed3ab18504]

        Change Sheet copy process
        
        Easy Hacks 3.27
        Added rename in Move/Copy Sheet in calc

2010-12-13  Joseph Powers  <jpowers27@cox.net>  [9494018f0261b891f5eaf194c10fe4b8b4e71dc2]

        Revert "revert removal patch"
        
        This reverts commit 03e13b100e3c4759547af06bd37fd10f87539ebc.

2010-12-13  Joseph Powers  <jpowers27@cox.net>  [ff8b57967dbd404809c81d78e756046ae73f64a1]

        revert removal patch

2010-12-13  Thorsten Behrens  <tbehrens@novell.com>  [4b0d1f679d5fc6efe95ad3e0250dcffe95b8552b]

        Cleanup: remove obsolete code in vcl
        
        * cleaning up todo/next incompatible items

2010-12-13  Thorsten Behrens  <tbehrens@novell.com>  [c1030a6bf90f776b224ff4d180cf04dc72334e40]

        Migrate id, tags, and docs make target over from build repo
        
        * make id: create GNU idutils symbol lookup index
        * make tags: create ctags index file (c++, java, html)
        * make docs: create doxygen-style documentation below docs/

2010-12-13  Rene Engelhard  <rene@debian.org>  [cd691ee156257706928d62d65cfb544562bb4aef]

        generate afm_hash.cpp in solver, not in the source tree

2010-12-13  Rene Engelhard  <rene@debian.org>  [05fe4d2f41947d8b7ef00d7047c9593589abd4c6]

        build afm_hash.cpp using gperf instead of having it prebuilt

2010-12-13  serval  <serval@ilapharm.com>  [c36e61421b36099b041a508f09cd1da0af32dd01]

        Remove callcatcher for ScCellRangesBase

2010-12-13  Rene Engelhard  <rene@debian.org>  [e628835a04106a54bad88ff5d6941cd0513cf69e]

        build hash.cxx using gperf instead of having it prebuilt

2010-12-13  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [6d2cfad89a24c0501aaeaad4c2166519f4c6d763]

        cppcheck: cleanup

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [debc8bd4753901102e536d311f2501dd9a63c200]

        tidy RTL_CONSTASCII_USTRINGPARAM work

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [a38b8231241285c1d26474f53ab81bfdb096fefd]

        remove non-existent URL button

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [243d906add67c10618c4f60aa1deb9bf80c15082]

        remove spurious commented out misuse of createFromAscii

2010-12-13  Rene Engelhard  <rene@debian.org>  [3389452aa41e3bd38bd7c201bb73cb902a5891a8]

        use $(GPERF) instead of hardcoded gperf (fdo#32195)

2010-12-13  Rene Engelhard  <rene@debian.org>  [803f02e6a3706c8cb7abe412dda7bce2f075d2a1]

        AC_SUBST gperf (fdo#32195)

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [7257ae429aa3e5c0b774d9b39e9979eb89483abc]

        remove icon from invisible button

2010-12-13  serval  <serval@ilapharm.com>  [543f5583d5eb1a47bf1790232e6385d87be61882]

        RTL_CONSTASCII_USTRINGPARAM for testtools

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [cefbbb1be237be783b40b42d00b9928ddfe5fda0]

        remove unused ImageButton

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [632a65a15b993280c88459c742e7a03a9ae2cfd3]

        make image count more accurate.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [377e0dfe9ee749f1e6ce042633650f85ca4fdce8]

        Remove trailing spaces too when parsing csv's simple numbers.

2010-12-13  Takeshi Abe  <tabe@fixedpoint.jp>  [73f8317e048ff54e427789de58d03a4239b05198]

        nuke obsolete use of String

2010-12-13  Andy Holder  <andy.m.holder@gmail.com>  [48d5ec0b334c19a52cc0e2d309b2dd7a3ec1c3f9]

        Remove unhelpful macros from file.hxx

2010-12-13  Andy Holder  <andy.m.holder@gmail.com>  [5c0df36de34462cbe5d2fb556a2e2b6ea30eb55d]

        Change unnamespaced file.hxx macros

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [3232b39d26654b7f93846988548ba87a53346fe5]

        WaE, shadowed warning

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [e40cd672c6541bc9069a3ac8da90c918bddbeb96]

        We need to reset i to 0 after parsing spaces.

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [dfdbbd15412f41b986fa6bc6df682856ec1581c8]

        referenced after use still

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [570da8fd4a341a7e5606bb703efeac373418639e]

        release fontconfig on exit

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [dbc4b25f55bc5363ca26782439215f14ff097951]

        release fontinfo on exit

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [ba700324b026d982cca6acfbf6616fe14111d083]

        release printinfo on exit

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [ae5f857131cffc03882c246bafe198c2088247f2]

        tidy this up and just use references

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [9240b9b7849de70fef6b944fe6ce3d1dbc02eb78]

        cppcheck: init member variable

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [0084e5e9bb7c64a34ac73698cf35de61bd0c9c7d]

        check for env variable of headless plugin in desktop detect

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [0a81f02ff641b8dfa457fe31530c0a529831e871]

        cppcheck: init member variable

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [7313071903689948a8e4640585b2e7cb9beb4c82]

        WaE, silence some warnings and strip out some code

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [51e32020021f71edc6d3c1b4182e8bdff038778e]

        cppcheck: unused variables

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [5399bb3040fb980d68fd45aa86c72f9d4b74fbea]

        cppcheck: unused variable

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ae76bde6dcf332ff4d564d9b9f77497852dff05c]

        specify the download names for helppacks

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a2486b0460bc070bb66f265e6e7b1806b7639a1f]

        remove now useless line

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d951585ed0c953982921ca5bf8d120d85a52ef8e]

        specify the download names for helppacks

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d03185f9b4a35a23243e04935f8307fe6ef00989]

        remove now useless line

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1be9e3a37562072b4c7512e2474a0cbb60b57410]

        Don't bundle MSVC runtime + don't dupplicate licenses

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c20724e6644a3d865322e2a445813f8cd5339e1]

        Don't bundle MSVC runtime + don't dupplicate licenses

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [933cb2a05aa9d78323f748af8a8883a1e9d5a2d1]

        The previous commit would skip *all* spaces.  This is the right fix.

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [58411dce909f1d868a7455a2fc3a393984501751]

        Create makefile target to package helppacks

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [100a61e950abd0b09cb74f04b656eea679363b99]

        Create makefile target to package helppacks

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [d649a11e9e471f44ce24eb28aea69335284553cd]

        remove missing images

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [dab21daeebe4907bc621b4304d1a10ef364be01e]

        remove obsolete img_s in list

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [cfd8a1123a9d4a869f58c9ef5a05d29182801fd4]

        remove obsolete img_s in list

2010-12-13  Tor Lillqvist  <tlillqvist@novell.com>  [2b454c24f5e148e1b73739dd58bf59e6f714c112]

        Teach the perl monster to create helppacks

2010-12-13  Tor Lillqvist  <tlillqvist@novell.com>  [3b4e6861e65c01f1735d59f9e73f0487ab1f67f8]

        Teach the perl monster to create helppacks

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [68fa34d5bacfab7a5764bdfb84127218082e1528]

        When parsing numbers, ignore preceding spaces.
        
        Also, increment the char pointer and use it directly, which is
        faster than accessing char via [] in each iteration.

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [52086b3542289f8fe455e20b7d28a98ee16186df]

        Don't bundle runtime dlls with extensions included with the installation

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [73e4a11ef048a04a28e9062e43f95b336709f2ab]

        Propagate the WITH_EXTENSION_INTEGRATION variable to build environment

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0a356550e0e78c9f2b7e98bdaade2d698f23a11f]

        Don't bundle runtime dlls with extensions included with the installation

2010-12-13  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f86d86532a8382aa6a653d9ec803ff56e62f6bb6]

        Propagate the WITH_EXTENSION_INTEGRATION variable to build environment

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [af710fabc0833dac7df4d9d92325efe4016a9f63]

        cleanup hard-coded license mentions in sdk and installer

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [e2d484687778989f6642e4f0054229b6574d37e6]

        fixup extensions' LICENSE file re-use rules

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [0df9bf4c7ac96273d87b2965cd15d97650667cc1]

        cleanup unfortunate license duplication

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [12fad75f63e02417a241c4f2f47cd69e79bfdbd5]

        make impress templates language neutral to save space

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [4b5110d28ee56388e2f29823d3de83fb3fef23bc]

        cleanup deliver syntax

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [40188116177d73d11bcf7484ee0cf236a731a60e]

        further simplification of license build / installation

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [0b2f2ea5d5622714d7dc2c80d161396e904cab2d]

        get the rule names right, and cleanup delivery

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [73906ea042e22a1eda9513f97c772230d4700a4e]

        Simplify, remove lang suffix, remove html and rtf licenses, to use odt.
        
        Conflicts:
        
        	readlicense_oo/odt/makefile.mk

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [3a7c2df11413a95395c2455192302759594f13fc]

        make impress templates language neutral to save space

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [60eb5a49866895651ae724c8b401d59930e028ff]

        make impress templates language neutral to save space

2010-12-13  Rene Engelhard  <rene@debian.org>  [49e01d13b5f7af1d259d78bdbe8ee2b600c5777f]

        XPATH handling fix
        
        Signed off by Petr Mladek <pmladek@suse.cz>

2010-12-13  camille  <camille.moulin@free.fr>  [07987129c5ca74dfa96e8f483053a482e9111cfb]

        Grey as default color for native tables in Impress
        
        Default color for native tables in Impress is blue. Most people I
        heard from are unhappy with it, because it doesn't match the
        corporate colors, and it's not neutral. To make it worse, if you
        change the color of the whole table (to white for instance) and
        insert a new line, it's blue again because it doesn't inherit
        from the row above.  The colors are hardcoded, and, AFAIKT, can't
        be overriden by a configuration extension.  IBM's Symphony has
        changed this default to white with black borders, which confirms
        my impression that there is a problem indeed with blue by
        default.
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e09da93efa3046dea97be4490f30942cae5f16bc]

        gnumake2: fixing broken makedepend behaviour

2010-12-13  Christoph Noack  <christoph.noack@documentfoundation.org>  [d64943d61fa190440c1133adfd8dacc7bf629f63]

        Slight tweaks of progress bar pos & size
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3c802c632ef1cbb25aa2f4c9d95d17d9b2f13f72]

        xlastovi: #i91990# use generic service implementations for clipboard, drag and drop in headless case

2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [de0e53f75f4b597d8566796ec5166b2d10c78ef4]

        xlastovi: #i91990# virtual devices need to have a context to draw on

2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b2c580af0ea20e00e2bc8111c873836c3a4e0c9f]

        xlastovi: #i91990# let get windows their delegate messages

2010-12-13  Petr Mladek  <pmladek@suse.cz>  [180c90dcb9d1c55ac6b9416ae094760c4a6e5436]

        allow both extenral and built-in dictionaries (fdo#32235)
        
        Signed off by Caolán McNamara <caolanm@redhat.com>

2010-12-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [565568cc2e9f43a057588ebd37c4c35d8acaf137]

        Set the writer to NULL after freeing it

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [8e549536914323b270fc341a7321259cf37d5438]

        Removed soldep module - module no one uses anymore.

2010-12-13  Kohei Yoshida  <kyoshida@novell.com>  [521da7bbda27d7d6fc0d5c1eb9ea6aac75b56d3c]

        Removed all references to soldep.

2010-12-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [05ba135bbac8f382f61fb3a843d063c2293009c0]

        docx iso export: ST_Shd requires val attribute, used clear

2010-12-13  Niklas Nebel  <nn@openoffice.org>  [5350e05fa5eda4517b28c1e0e3a7ac4833452ba5]

        dr78: #i115474# use correct defaults for clipboard text import options

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [0966fe84eb998fdc5ea6ef07f24c8db7a2b3bd91]

        cppcheck: unused variables

2010-12-13  Joseph Powers  <jpowers27@cox.net>  [94f6c2825c69feb87beaeb81ae371858107bd8b9]

        Fix ULONG/size_t issue.

2010-12-13  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [59bd44d72993b654d05bb39bb3e98dd754f3e986]

        warn, not fail for missing icons we are asked to pack

2010-12-13  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [af1ac5c3f5b1709551e910f1cf01e48a529ecd75]

        remove missing icon icons

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [9889c4bd6ae62ce449aa52e73b63f7345996004e]

        valgrind: don't leave an evil thread running after main is completed

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [af1f139458b03e151d47079e759291a21381f06b]

        cws tl84: merge with DEV300_m95

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [3f108c6ad8a5af87ca1c074d88420d35a435e606]

        cws tl84: merge with DEV300_m95

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [39581f78be3a3b1f411458c8acb1b1ba516d3fd8]

        cws tl84: merge with DEV300_m95

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [20af273c8b40a1bbdd3a658b271da2551015a7b1]

        cws tl84: merge with DEV300_m95

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [bc2563911ebe918bd1663e413b843d348badded8]

        cws tl84: merge with DEV300_m95

2010-12-13  Thomas Lange [tl]  <tl@openoffice.org>  [dcb88ec2751cff9f0f7accb34dca76faf33725bf]

        cws tl84: merge with DEV300_m95

2010-12-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [98e9b844f2f2038d69ae159ee67cc6c3ba7d1a76]

        vcl118: #i116048# improve shutdown behavior of unix clipboard (thanks sb !)

2010-12-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [94fae542b504dcde605cfa311ce997094ad9b553]

        added include <string.h>

2010-12-13  Juergen Schmidt  <jsc@openoffice.org>  [6417dec44650ef333c94d0ecdb2c848dca088ec3]

        spc01: improve error handling, catch exception in copy_file

2010-12-13  Michael Meeks  <michael.meeks@novell.com>  [e1c21be87f0d1b69cd8a5a1ac8ad12e04e020063]

        add missing files to SLOFILES, so deps are correct.

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [0fef73130574c0c703f248d848fa8c339d7b6991]

        Better workaround for multiple sqlite conflict (see module nss/prj/d.lst).

2010-12-13  Robert Nagy  <robert@openbsd.org>  [167d0310de21953f066f28592cdfab7ca459d29a]

        malloc.h is obsolete on BSDs, so use stdlib.h there

2010-12-13  Robert Nagy  <robert@openbsd.org>  [bbff372b4c3345c095ad3986ac69df13fa54ff12]

        malloc.h is obsolete on BSDs, so use stdlib.h there

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [992d8305dd72fb052bc4eb8d4237dfad42688464]

        fix bsd bridges (cherry picked from commit a5ac1c19ca78b6549d2dc7381ddd31ae839288ec)

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [907a2c710d830e47328ebacd81788d29f4a63c4b]

        Update from master repository (DEV300_m95).

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6f4aa721eb68f0bd32aa7b38a0ab197b93b9edc6]

        Update from master repository (DEV300_m95).

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [26144c2fd789bf8ffdf5cf2f0d5c048c671e8229]

        Update from master repository (DEV300_m95).

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [b480a8b31cfa6e4b24c111c32905b58e33a52138]

        Update from master repository (DEV300_m95).

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [8287e4bfcf9849183237af138f6fbbf09a1aac2e]

        Update from master repository (DEV300_m95).

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [d9172015d263ca161ff0439263ccc2590678ed6b]

        Update from master repository (DEV300_m95).

2010-12-13  Release Engineering  <releng@openoffice.org>  [74aad99c69ef0cdb694c02b3c21318166e4c6140]

        OOO330

2010-12-13  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [340b22a09175abb796dc7df234962ef958b1ad6f]

        #115784# sal/rtl/alloc: add support for valgrind(memcheck).

2010-12-13  Caolán McNamara  <caolanm@redhat.com>  [b74e21077afef6beb8e0fd433348986975893302]

        WaE, shadowed variable

2010-12-13  obo  <obo@openoffice.org>  [4a46e845c33b70c4987a633a0729c3f1aee4192a]

        CWS-TOOLING: integrate CWS dba33m

2010-12-12  Joseph Powers  <jpowers27@cox.net>  [0e5e5f7f8bcc498dd47e737b6ea2ee857adf09a0]

        Remove DECLARE_LIST( SwXMLFrmFmts_Impl, SwFrmFmtPtr )

2010-12-12  Joseph Powers  <jpowers27@cox.net>  [e93b5f761e019be243c4db46c0405e85d5f4a185]

        Remove DECLARE_LIST(TOXControlList, Control*)

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [d0bcf74fcadef1822b9d7cc573d9bbcac2dda064]

        cppcheck: can reduce the scope of these variables

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [6ac218a85e195081460558b8977bf58046dd984a]

        cppcheck: some variables unused depending on ifdefs

2010-12-12  Andras Timar  <timar@fsf.hu>  [f0940550574decc05207c0f947afbe329009f133]

        Fixed a few issues in hu templates (OOO-105)

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [e35d8bdf0be18a5f19988dedde1f2e20c5d03fdf]

        Remove commented out code
        
        Remove commented out code that uses the unnamedspaced macros in
        osl/File.hxx that are going away

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [ba0be0f08a413da5fc1315a73c01978c43972ec8]

        Remove commented out code
        
        This code uses the OpenFlag_* macros from file.hxx that I'm removing.  I cannot see a
        reason to kept any of it

2010-12-12  Andras Timar  <timar@fsf.hu>  [9ec13489ab8f96b63ac607a54aab2ff33a3362ed]

        Fixed a few issues in hu templates (OOO-105)

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [c0bc502f55fe555dc14e18362dcea246ab2f054c]

        Change unnamespace file.hxx macros

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [f511b34a12998297333f900f252e9009033c2a76]

        Change unnamespace file.hxx macro

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [f43de734575eb72c9f20efba54ff32b256be4651]

        Change unnamespaced file.hxx macros

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [22d6ac96d8b070fc506606f95fba1c9f36118ee5]

        Change unnamedspaced file.hxx macros

2010-12-12  Andy Holder  <andy.m.holder@googlemail.com>  [a8719eda3eadd9fff045443a0a7c1918ed2a983c]

        Change unnamedspaced file.hxx macros

2010-12-12  Anders Jonsson  <anders.jonsson@norsjonet.se>  [8ede48abe4f9abc22ec0c73afb6a6e8d39702a05]

        Remove commented code

2010-12-12  serval  <serval2412@yahoo.fr>  [bb81716526def3f7f9e83842dee05f4ac9df4cd8]

        Remove callcatcher ScBitMaskCompressedArray

2010-12-12  Timo Heino  <eraggo@gmail.com>  [cfad8d3a4966f88ad3d25caeb92a83b75e414b05]

        More commented out code removed
        
        I try to take smallish control over commented out code ;)
        
        Next time before commits i would like to see if someone really makes sure there is no commented out doe :|
        
        Timo
        
        p.s. (only one time i occured small "error" on if-statelement; fixed it (i think so))
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [7aa8fca227997aaa46b3c8867e18ea47a8213ee5]

        cppcheck: silence warning

2010-12-12  Kohei Yoshida  <kyoshida@novell.com>  [74b49ef3af4db2e9a18ed0a27e069697dc992ee9]

        Accidental commit? We don't wanna comment these out for no reason.

2010-12-12  Joseph Powers  <jpowers27@cox.net>  [0cc7bcbf82702fe90d08e5e25e84c7e9e869d4de]

        remove DECLARE_LIST( CompareList, CompareLine* )
        
        Also fixed a posiable off-by-one error:
        before:	memset( pChangedFlag, 0, aLines.size() +1 * sizeof( bool ) );
        after:	memset( pChangedFlag, 0, (aLines.size() +1) * sizeof( bool ) );

2010-12-12  Joseph Powers  <jpowers27@cox.net>  [941320e732b8fdceb8512991814a73ed65b3f14d]

        remove DECLARE_LIST(SmErrDescList, SmErrorDesc *)

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [ac5ce687dc126586c833334b74e944330435425f]

        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>  [89a82209a02f3f0e47b180b6dbd1ac21b26fe860]

        Resolves: fdo#32236# #i115825# Regression in wmf text rendering
        
        Regression in rendering chunks out of multipart text lines

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [4dfd93a3b31e8e9421fff0c6b81cd6d4fb8f4103]

        cppcheck: silence warning

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [fb6477e5d10948e47b1279afc8fa2a350d75807f]

        cppcheck: silence warning

2010-12-12  Caolán McNamara  <caolanm@redhat.com>  [67f1c1fcb0bc0ee84526f85acb83a4aef98fa965]

        cppcheck: silence warning

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [6fa35857f82c610573661cd6226154168e4107ee]

        cleaning of __EXPORT define

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [492dd7d8442bee1095d96f47cb66d6e7b75b89ca]

        cleaning of __EXPORT define

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [f72d546da78c65afbb78d818d505a0b9049f0049]

        cleaning of __EXPORT define

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [b343ca0dfbae0731ac0ce89d14bc9c8fc667825d]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [d1e95b771e91315a69b4862198f0563bdbb58888]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [062f24fba52d2f29efdee5f7674bdefa6d898bf3]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [8f1dd190d1ca2a6925f8c4dda425640db99fd83f]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [721804e4c5ed5a2f682cc2adc5bec12300149bce]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [0c938820f9059c132e1d27974f6c3c7e9a2d3f4d]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [090fcf0e7158b81b16277d969c8fd0bfdf06da50]

        change of __READONLY_DATA define to const

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [d4cbcb4d72a8a0c3ef2b45c2e62c9d281482df6b]

        change of __READONLY_DATA define to const

2010-12-11  Joseph Powers  <jpowers27@cox.net>  [0a962297b08b25622696546a48b641af5db683eb]

        remove DECLARE_LIST( WeakRefList, uno::WeakReference< uno::XInterface >* )

2010-12-12  Gert Faller  <gertfaller@aliceadsl.fr>  [29f5b4f7f009491b6d9780f831455397e77aa626]

        cleaning of __EXPORT define

2010-12-11  Joseph Powers  <jpowers27@cox.net>  [5ecc495549f9039b72440b17fa7dfed9557b1314]

        Remove both DEFLARE_LIST()
        
        They weren't used so, I just deleted them...

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [b9a388b78d737e3810ca45f2f8011d2d91f81d92]

        cleaning of __EXPORT define

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [3648fb3c27f87e9b03679b42b9616785d02a3c22]

        cleaning of __EXPORT define

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [d7d787c95a9dc393ca279a0b52c3ad484bf9159a]

        cleaning of __EXPORT define

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [561b4fd234b6b1f5f0ea8291b4d89d22a44c9e09]

        cleaning of __EXPORT define

2010-12-11  Joseph Powers  <jpowers27@cox.net>  [01346417a48d19aee51f040a693de752d03c49cf]

        remove DECLARE_LIST( PasswordEntryList, PasswordEntry * )

2010-12-11  Jesús Corrius  <jesus@softcatala.org>  [27e1d912bea0170ab470c32517d5fc9a2108ba5e]

        OpenOffice.org -> LibreOffice

2010-12-11  Jesús Corrius  <jesus@softcatala.org>  [1fcaaf821d8bef5722b6416488f492bb816e4360]

        Windows builds need msvcr71.dll in external/msvcp71

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [c3773ef054210d792755ef68f0be3917494f7a76]

        cleaning of __EXPORT define

2010-12-11  Joseph Powers  <jpowers27@cox.net>  [23d1212c3925e0465b7a3ce26779abb6d080fff2]

        Remove DECLARE_LIST( IconChoicePageList, IconChoicePageData * )

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [ec03cebe17848ff9b6851f4fb6d42515a79b8776]

        cleaning of __EXPORT define

2010-12-11  Joseph Powers  <jpowers27@cox.net>  [444c242c51e6b049598359ea6cf98e34f611838b]

        remove DECLARE_LIST( BreakPL, BreakPoint* )
        
        Also simplify the prior patch & make sure the list is in the right order.

2010-12-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [558e0532aefac886e814bf1cb237261cf21a5e45]

        ooo33gsl13: #i115906# obtain correct data range for external references * Apparently ScTable::GetFirstDataPos() never worked as intended and selected   the first non-empty row of the first non-empty column instead of also taking   following columns into account where non-empty rows may be on top of that. * Caller of ScDocument::ShrinkToDataArea() must check the return value, if   false there is no data in the area passed and the values obtained may be out   of bounds, not in order or unmodified. * In ScExternalRefMgr a call of ScDocument::ShrinkToUsedDataArea() was   intended instead of ScDocument::ShrinkToDataArea(). For this changed the   return of ShrinkToUsedDataArea() to flag if there is any data and added an   out parameter to flag if the area was shrunk. * Sanitized arguments and slightly optimized ScTable::ShrinkToUsedDataArea()   to not have to check for >0 and <MAX on each iteration. (transplanted from 31b53a2ec7e32f9560464f8a3b9f6c3e07b29083)

2010-12-11  Eike Rathke [er]  <eike.rathke@oracle.com>  [9664063f4ec126bf5679a8d4c7a3ea92ac1b0215]

        dr78: #i115906# obtain correct data range for external references * Apparently ScTable::GetFirstDataPos() never worked as intended and selected   the first non-empty row of the first non-empty column instead of also taking   following columns into account where non-empty rows may be on top of that. * Caller of ScDocument::ShrinkToDataArea() must check the return value, if   false there is no data in the area passed and the values obtained may be out   of bounds, not in order or unmodified. * In ScExternalRefMgr a call of ScDocument::ShrinkToUsedDataArea() was   intended instead of ScDocument::ShrinkToDataArea(). For this changed the   return of ShrinkToUsedDataArea() to flag if there is any data and added an   out parameter to flag if the area was shrunk. * Sanitized arguments and slightly optimized ScTable::ShrinkToUsedDataArea()   to not have to check for >0 and <MAX on each iteration.

2010-12-11  Gert Faller  <gertfaller@aliceadsl.fr>  [c43ded52de5a31ecc9fdd414dc81ab581fc8df1a]

        cleaning of __EXPORT define

2010-12-11  Miklos Vajna  <vmiklos@frugalware.org>  [52b66899d1fe579e3c89cb6f65ab505cc563a990]

        BaseContainerControl::dispose: fix memory leak

2010-12-11  Andras Timar  <timar@fsf.hu>  [44bdd85ea4fc7338696752b5aa528b9c35e3d9e7]

        typo fix s/The are/They are/

2010-12-10  Joseph Powers  <jpowers27@cox.net>  [9df180a0fcf085686c16c4720fe4e983208d5658]

        Remove DECLARE_LIST( MacroList, SbMethod* ) & Cleanup previous patch

2010-12-10  Joseph Powers  <jpowers27@cox.net>  [2b70fbec45f7a058710310d88c747e0fb828c6c9]

        Remove DECLARE_LIST( StringList, String * )

2010-12-10  Joseph Powers  <jpowers27@cox.net>  [149f795712e68487aaf6f7375f2145952d013bc4]

        Remove DECLARE_LIST( IMPL_Textlist, IMPL_TextlistItem* )

2010-12-11  Miklos Vajna  <vmiklos@frugalware.org>  [9151daea714420bcd4193a10398d21af815f1e8d]

        BaseContainerControl::removeControl: advance() is in the std namespace

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [b6a70a0c13962d7c07b0af8fefca9f56e8e0b90b]

        RTL_CONSTASCII_USTRINGPARAM in ure 5

2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [daedd76696afbaceba713c2f833405f5379845dd]

        l10n-fix: added id to one more readme line

2010-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [b8f033bebb4981fe2184cabbd81d32f4fbdeaba4]

        colon needed for LD_LIBRARY_PATH set but empty (cherry picked from commit b3820037d60d8d510708fe2b205711e0d228e351)

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [c13362bdedb898d982f66fe2c2a7b2ccbf84352f]

        colon needed for LD_LIBRARY_PATH set but empty (cherry picked from commit 1875423c19bafda991f9b40b42e945b46a00b62b)

2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [4d42d34089b5ad6385907384c9532b82f2bd1769]

        Removed dupe para ids introduced by copy n paste

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [3d5552699645a94a50af5910fc31b98860940dc8]

        colon needed for LD_LIBRARY_PATH set but empty

2010-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [78fc293ffb45b9f8a074662f06d85ae64c5783fb]

        colon needed for LD_LIBRARY_PATH set but empty

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [70ec8050c88f4e953d22e9a20f680a0db182476b]

        extend this horrific hack for gcc 4.5.1

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [a4106c6cb8995a0471df59de5706447f59f6796e]

        Removed ScRangePairList::at() also, in favor of operator[].

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [75c0b752865ac42b9c70c9588f995a86a0e62a22]

        Removed ScRangeList::at() in favor of operator[].

2010-12-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6559ceb1a290766e6c1c54632fa0ec0d848b46fa]

        gnumake2: fixing namespace collision between ::com::sun::star::uno::Reference and ::rtl::Reference (for PCH)

2010-12-10  Timo Heino  <eraggo@gmail.com>  [f6136ef422ae27f536629e128dff2bf34daa01d5]

        Removed commented code
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-12-10  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [fe03a0cc68d8b1ba8b8d1e2eb539532efd240381]

        cppcheck: remove warnings

2010-12-10  Takeshi Abe  <tabe@fixedpoint.jp>  [173131758becc5609a91ea96d7c11f0188eb10d3]

        SAL_PRIxUINT32 instead of bare %x

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [4864c8bc00033b3fbdaaafae55180d421fa7e16e]

        ScRangePtr is now gone.  Good riddance.

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [744ef074d97475b10ea900b45a5048b2b13faacf]

        Use for_each to format string for range list.

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [94f0cc74ad22a94fc3bcb42bcbeaf0c4457567cc]

        RTL_CONSTASCII_USTRINGPARAM in ure 4

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [76f15c814408af5a776683591600f70617557f62]

        RTL_CONSTASCII_USTRINGPARAM in ure 3

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [ab1751a151512e5e56f6641a639124a618028bd9]

        RTL_CONSTASCII_USTRINGPARAM in ure 2

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [7751e094bce50d806185748015e139932f50be1e]

        More on using iterators over element access operator.

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [de07f11517b20ed37ef6e2399ff67838182931d1]

        Add a small note related to extension integration

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [8a6b2b68a7137873f2d2ffd6d07b3676d3841c30]

        Access data member directly if we can.

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [a336f946b0cfd89b3670f9b4435f41ddf2fdbf79]

        Wrong comment, fixed

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [1af7bd64334745e9bbfc8006d77ce47c809cf97e]

        Wrong comment, fixed

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [9ae96dcdd7140684a7129a8f2d42204dde0d0d1f]

        BOOL to bool

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [a3bd4aede6167dbca640a0d4c879084cfb34e88f]

        Add a small note related to extension integration

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [3a18c3d97abfb60a09cc6a8bd5dd163fe2cfafa3]

        RTL_CONSTASCII_USTRINGPARAM in ure 1

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [c00da0581e3790ea44f381a8fb24a95bf8d9e4cb]

        Use for_each & iterators to count the number of cells.

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [b8ef24c08620715cb63727de8ff5819627b6a793]

        Fix for: libreoffice fails to build with --with-lightproof
        
        libreoffice fails to build with --with-lightproof unless --with-extension-integration is also specified
        https://bugs.freedesktop.org/show_bug.cgi?id=31186
        
        All extension integration require --with-extension-integration switch

2010-12-10  kami  <kami@darth.(none)>  [cc16e197e9111d49755bb997eb96eac769779e71]

        Fix for: LibO 3.3.0 RC1 fails to build with --enable-extra-gallery
        
        https://bugs.freedesktop.org/show_bug.cgi?id=32226

2010-12-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [f7c07559b55849a6beb2718c1da11b7e9b0290a9]

        Fix for: libreoffice fails to build with --with-lightproof
        
        libreoffice fails to build with --with-lightproof unless --with-extension-integration is also specified
        https://bugs.freedesktop.org/show_bug.cgi?id=31186
        
        All extension integration require --with-extension-integration switch

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [7462f28b5fba5779fe1862a910078f02fe0e898f]

        RTL_CONSTASCII_USTRINGPARAM in filters 25

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [1fa53014ddb04214edafc8c24877c16a473331eb]

        More on using iterators over manual loops.

2010-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2b393f73a9b298e399738ff7b577ec7d6250c10c]

        gnumake2: temporary disable PCH for some objects

2010-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9e1e9a66aeddf0874f9fc3e4bdcdff374bd23586]

        gnumake2: temporary disable PCH for some objects

2010-12-10  Gert Faller  <gertfaller@aliceadsl.fr>  [5d41e651aaa15bb6cb9e9eec449f0828d42b23b3]

        RTL_CONSTASCII_USTRINGPARAM in filters 24

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [d3094007225950aaa1987bce2e6b20cfa6509ef4]

        Prefer to use iterators to for loop & element access via [].

2010-12-10  Niklas Nebel  <nn@openoffice.org>  [7a95aae89febbc37b9f73be444058dfb70240f72]

        dr78: #i116044# correct handling of DataPilot grand total name

2010-12-10  Niklas Nebel  <nn@openoffice.org>  [30ba7425bae370b7555497f7c07910dae2ca6eda]

        dr78: #i116044# correct handling of DataPilot grand total name

2010-12-10  Kohei Yoshida  <kyoshida@novell.com>  [b05da2308db1c80ba9c21c338558b0d2cff0850a]

        Some cleanup & build fix.
        
        I need to export symbols of ScRangePairList as it is called from
        the excel export filter.

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [56dd29dbd60005d3dc5d1929e8d7049364418c10]

        propogate exit code out to main

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [0cdda035aa98f4e6368fc5549722268a4a976484]

        remove this unused parameter and NULL effect

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [f9f3347969757a74dc3c868fa499631fb039bde3]

        WaE, uninit variable

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [079ecb9e0899d15b9cb6bf77d3200204747851a1]

        WaE, uninit variable

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [d51fb085e3eba6bae14fe214bd9e5da79ad12611]

        WaE, silence unused parameters

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [87dfd625841e0c7c60b62714abe2b6d5c50693d9]

        propogate exit code out to main

2010-12-10  Niklas Nebel  <nn@openoffice.org>  [a9467d1caf28feb4905433dc08d6f2a08984ef63]

        dr78: #i57431# correct property descriptions

2010-12-10  Muthu Subramanian K  <sumuthu@novell.com>  [a227d872a5c1c235297678928ac483c3e2d46ca6]

        XLSX VML Export fixes.
        
        VML files have .vml (instead of .xml)

2010-12-10  Muthu Subramanian K  <sumuthu@novell.com>  [b75f3f82f82676784f79c9624bfc8914e23d15d6]

        XLSX VML Export fixes.
        
        Make generation of xml header optional.

2010-12-10  Muthu Subramanian K  <sumuthu@novell.com>  [6a11add2c4ea975356cfb7bab02301788c79c904]

        XLSX VML Export fixes.
        
        XML_v instead of XML_w10. Don't write xml headers for
        vml files.

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [f7d3718400e1692276d7675c967c4b6cf2ee1ec4]

        propogate exit code out to main

2010-12-10  kami  <kami@darth.(none)>  [f7ca4a19311cdfc5b865994451829aa4985aaecf]

        Fix for: LibO 3.3.0 RC1 fails to build with --enable-extra-gallery
        
        https://bugs.freedesktop.org/show_bug.cgi?id=32226

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [ba52f782aa34f7d5eb8b697bccfbd953861e6aa3]

        chart46: #i25706# implement date axis - switching to scatter or bubble

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [e1f98d1f25f05891f457b115dadbde0915f47cbe]

        chart46: #i25706# implement date axis - switching to scatter or bubble

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [eb3c9dfa087679efb697b3c7b41096021cd67a6b]

        chart46: #i25706# implement date axis - switching to scatter or bubble

2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7c0d414bcfde64715552807a985eddb748d96218]

        vcl118: #i65970# increase gradient quality especially in ghostscript

2010-12-10  Joseph Powers  <jpowers27@cox.net>  [d966837ff30cf629cbb343f2f6dc507853a73270]

        Removed DECLARE_LIST( IMPL_ControlInfoList, IMPL_ControlInfo* )
        
        Also fixed a memory leak...
        	BaseContainerControl::impl_cleanMemory
        	The old code would delete object[0] size() times :(

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [b71e975538150e4d7b19720b42c92b7883055df1]

        Remove explicit check for pkg-config
        
        It was in there before, but it is unneccessary as we will check for
        pkg-config automatically when needed by PKG_CHECK_MODULES.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [384bafebf5e4b257760da507db4df8563e906dfe]

        Check for pkg-config before we use it and on all platforms
        
        Previously, we would skip that check only on Windows but use the Check
        for Packages macros anyway, so we required that also on Windows. Move
        to the front, no need to check for its existence *after* we already
        used it.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fa4add3e079124e3969f5151cdbca4fb745e431d]

        Bin some unnecessary tests

2010-12-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e088db2f9f990a229e5e655e8c9cf636b5c349e1]

        AC_CANONICAL_SYSTEM -> AC_CANONICAL_HOST

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [3b59c47a49045e285a39db76ac40438c02a8c316]

        Remove obsolete gcc tests for gcc < 3.4

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [65b0bf06a9e6580f6fe1134d91342085247324d4]

        Remove obsolete cygwin >1.5 test

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7e34142abaa37a73f0846b00f08c39a423dc7c54]

        Use FONTCONFIG_LIBS rather than -lfontconfig
        
        And add some spaces.

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [212eeafce47b35214f01964696637669884426f2]

        Add FONTCONFIG_CFLAGS to CFLAGS

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [4fb988c312eaab37f3f794fe64c25a7dbeed1984]

        Use FONTCONFIG_CFLAGS and FONTCONFIG_LIBS
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  sb  <sb@openoffice.org>  [6086cec5c29974076c81f4548afd226f85b1ec46]

        sb135: #i116046# fixed jurt.com.sun.star.lib.uno.protocols.urp.Cache typo, adapted corresponding tests plus solenv/inc/javaunittest.mk to JUnit framework

2010-12-10  sb  <sb@openoffice.org>  [4eb067284ed88651b0a8c89813515f0b88b2bb04]

        sb135: #i116046# fixed jurt.com.sun.star.lib.uno.protocols.urp.Cache typo, adapted corresponding tests plus solenv/inc/javaunittest.mk to JUnit framework

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c6ff64a0b745ff3b8db21c7fe623e95c0a94a805]

        Use a proper check for fontconfig
        
        Unbreaking BSDs at the same time who have includes in weird locations.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Joseph Powers  <jpowers27@cox.net>  [f53607a4471c4c5d2d9a88e82382bd1881df9106]

        Remove DECLARE_LIST( ScRangePairList )

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [7fce163b03c10eb200a7b7f6f8d7f10c47a152ec]

        chart46: #i25706# implement date axis - cleanup

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [9caf587e26ea7bc597884048427340e0c7a0f3b9]

        chart46: #i25706# implement date axis - cleanup

2010-12-10  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [b2b21642beea1db9120e99e5a0a64d7ece700d09]

        chart46: #i25706# implement date axis - cleanup

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [b84c11696a4a283767258c4ae97c209833162eff]

        valgrind: unoxml leaks like a sieve

2010-12-10  sb  <sb@openoffice.org>  [2edaed16dd7aa3a46a5fb0afe5560fb1b70f110a]

        sb135: #i116045# removed performQueryForUnknownType; cleaned up

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [9b56a520709489c0645b4cc5219e465bc2678271]

        Simplify --disable-strip-solver
        
        1) AC_MSG_RESULT something (we did not before)
        2) Assume 'yes' if we have a value and it is not 'no'
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [cf831f63f247ccdddd20f65c303251d952e569b4]

        Simplify logic for checking --enable-symbols
        
        1)Always enable when --enable-debug was chosen (as it says in the help)
        2)Just check no,small,SMALL values and assume 'yes' for everything else.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [72fb403a29e2c2be3d6b2f72f338cd20c3f443b8]

        Minor beautifications/simplifications
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [d29375c996fe1f66f902339da5666d12a2583df3]

        Move Windows-specific tests into one location
        
        rather than sprinkling them around.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [5aea6afa235a4c31f9bac7b3f1cef52979843bc3]

        Combine all fontconfig tests in one place
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [ba22b0ac736d8383d519c5da40183145d487648a]

        Move GNU tar check to the initial program availability checks
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [b3293603917215e2b7bb7145ed10adf1b6363cfc]

        Coment additions/removals rhroughout configure.in
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [9545c724a8af5be9bdf9a405826dea6297599b13]

        Pull cups-related checks together in one place in configure.in
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [875ee6358b2adf3010090d52a2106ea30c1ae1cf]

        Don't "sed" bash away in configure just to add it back in set_soenv
        
        Keep the full bash path. Made sure it is not used anywhere else.
        No functional change at all.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [74a167e1035ff3e800ba9d53d3be14569f9f1234]

        Remove deprecated configure options that were not doing anything anymore.
        
        Also some whitespace removal in the option definitions.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-10  sb  <sb@openoffice.org>  [0d2b12deb5d2a78d795ac39b36d51170ef0439de]

        sb135: #i116043# handle extended InterfaceAttributeTypeDescription information

2010-12-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0ab56cb781b779f261da519b909d44270a6e9867]

        gnumake2: reverted some accidental changes made with changeset 2aadb1f3446b

2010-12-10  sb  <sb@openoffice.org>  [79e0338682d09a21c8ada6a284706a3fb540889b]

        sb135: #i116041# make sure MutableTreeDataModel is disposed, to avoid leaks

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [c64ac5f98059914475f070c9c2fd68533176bd5a]

        cppunit: equivalent cppunit test for ViewShowAll

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [c1469d226a47763200d0071ebd5a3c40adaa812c]

        WaE, shadowed variable

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [10da07a2c4ec29f24e3b0a8f969397f37048c02e]

        valgrind: uninit varible in binfilter tests

2010-12-10  Jesús Corrius  <jesus@softcatala.org>  [c72fe332ad8533da2ad60d75a2c226213554f89e]

        don't test for cairo on Windows

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [a90c5041656e490bebd8d373b6da11baf8dcbe24]

        make it easy to valgrind the smoketest

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [60889716192d13bdc37b2375c3c20969de8a9cd8]

        backport the run valgrind correctly fix

2010-12-10  pavel  <pavel@BUILD.kancl.blue-point.cz>  [706fbdd8ad421098a4acc7c82796c26491f780b4]

        xlastovi: #i91990#: fixed the issue

2010-12-10  Caolán McNamara  <caolanm@redhat.com>  [2d81ec5e4eafdf4cbb11928559278b0e506d3d3d]

        valgrind: add this in here for reference

2010-12-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2f598fc2b16ae6377da9720209ae6829c231d6a6]

        gnumake2: fixing ::rtl::Reference/::com::sun::star::uno::Reference collision, which broke PCH

2010-12-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1c8107917d4df329a4f3c1ae3446c5ac8a073b97]

        gnumake2: fixing ::rtl::Reference/::com::sun::star::uno::Reference collision, which broke PCH

2010-12-10  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [61f2ed5beeacd72f630ff2a4e86d92695e1c7dee]

        dba33m: #i115436# only cast handled

2010-12-10  Jesús Corrius  <jesus@softcatala.org>  [6240e62501cff327a9fcf1736d4119b12b97a712]

        Link directly to version.lib

2010-12-10  Thomas Benisch  <tbe@openoffice.org>  [d6cf918d5158cdc7d543741dcb08bd0580a957af]

        #i116037# Don't toggle the calc formula bar when activating and deactivating a chart

2010-12-10  Thomas Benisch  <tbe@openoffice.org>  [4f26cb529960cf62b669dc697e2e69d50fd5ad51]

        #i116037# Don't toggle the calc formula bar when activating and deactivating a chart

2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8ea2ed193327f81b8713def96246b45c6bb0d196]

        vcl117: more help id woes

2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bf0495f4c868c4889f96e45db0da8d445560cc5b]

        vcl117: more help id woes

2010-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [90caa1cd9c39fdaf4a94880cafbb7f242925e8a6]

        vcl117: more help id woes

2010-12-10  Michael Meeks  <michael.meeks@novell.com>  [f38e3288e20a63fd84f3f23dbdd1f32a03b3e665]

        use WITH_THEMES here not ENABLE_THEMES

2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [72f9ca85132b72009e3ee3ba6eb4477f5b7b2fc2]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d9c4084f7e2f75b44e0deabe380b78c5c8049b6a]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [59b098f01afa8f836d826ee0f1d0f02a9e176e42]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-12-10  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e69a49817c5a1ad5db22cc4972ea5fe5efc24973]

        tabcontrol: put helpurl

2010-12-10  serval  <serval@ilapharm.com>  [628ac2e623a717125c93fe5b4319da90287f2009]

        Remove of the virtual function AppendContent

2010-12-10  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [304ad5308f68af10db63e02e74d339961b0036c4]

        i115985: [Automation]: wipe off last old comments

2010-12-10  obo  <obo@openoffice.org>  [d5e448b884806256606e5eaaa34138864579ce27]

        CWS-TOOLING: integrate CWS impress207

2010-12-10  Thomas Lange [tl]  <tl@openoffice.org>  [c7e862d6a588a4828213a09d69da8c1120c469b5]

        cws tl84: warning-free code

2010-12-10  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [232c0fb700efd31eff8cfee896437c481582ed0f]

        #115784# idlc: fixed commandline option processing.

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [2fc70e11172ea6ae3747f35ed5a6e01723956bf1]

        Don't allow client code to call clear() directly, it leaks memory.
        
        Call RemoveAll() instead.  Better yet, I've removed clear() call
        as it's safer this way.

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [a4c8eab127f5c8fa8bb85c536060d264f7ce69be]

        More efficient Find() operations using iterators.

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [f65c804cda736890f245e987bf1c7b58d416c307]

        Access maRanges directly when we can.

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [fa51a774190063bee069ed293be1b89ae6533e58]

        First cut on making ScRangeList not a child class of std::vector.
        
        Also fixed some memory leaks along the way.

2010-12-10  Jesús Corrius  <jesus@softcatala.org>  [377a56fb1b9825ec5dc71ba9ae81b6e27cfabffb]

        Don't export unicows.lib functions

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [b38f227fc31bb595eb5cd1accb414f8f6f4c64df]

        Suppressed compiler warnings.

2010-12-09  Kohei Yoshida  <kyoshida@novell.com>  [e097f017c85ee33fa8694be02f968355eb428770]

        Delete its objects before removing pointers.

2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [c7e5efd21f8fda6f10dc940e025c0d29b2a02e36]

        Cleanup: removed unused method

2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [590749c90ce39c40ac45993c9f29a21b52c55dab]

        Cleanup: removed no-op virtual function

2010-12-10  Thorsten Behrens  <tbehrens@novell.com>  [b5100f8a1c76a921406ed3d3a54ba2479b011977]

        Removed dead code - old BigInt-based MapMode

2010-12-09  Joseph Powers  <jpowers27@cox.net>  [6eefbb4beea48b007e0a6e8ceeaa800319b9f5d8]

        Remove another DECLARE_LIST() from Calc
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2010-12-09  Jesús Corrius  <jesus@softcatala.org>  [a11f35b67b1063e8d3ca829c16619c1e04e925ed]

        Remove references to unicows.dll

2010-12-09  Jesús Corrius  <jesus@softcatala.org>  [b02ee6a46cfa9ac5a565cc1122ffeffd89a68724]

        Remove references to unicows.dll

2010-12-09  Jesús Corrius  <jesus@softcatala.org>  [51eb4440267f36c89927674e3f9d90fa3707e85e]

        Remove references to unicows.dll

2010-12-09  Jesús Corrius  <jesus@softcatala.org>  [c420e2ceef26eab9a1aecada980076ed173c3f86]

        Remove references to unicows.dll

2010-12-09  Kevin Hunter  <hunteke@earlham.edu>  [3f476a074cd0295c67940f92c5015c55a2d69b51]

        Remove unused variables.

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [85c2c9a5a2869cfbf6b4a65bf7acddead85b2336]

        Resolves: rhbz#668109 ne_simple_propfind can touch gcrypt as well

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [16163cb3d862331a86845cd87192502234e19829]

        cppcheck: unused variables

2010-12-09  Andy Holder  <andy.m.holder@googlemail.com>  [e8891d033601cbbe007d95aa9a49386fd02f7d63]

        Change unnamespaced file.hxx macros

2010-12-09  Andy Holder  <andy.m.holder@googlemail.com>  [bc7c3c97a3e66fb38e1139634d72732c21361ce4]

        Change unnamespaced file.hxx macros

2010-12-09  Andy Holder  <andy.m.holder@googlemail.com>  [5e09ab4967e6d8b68f7d5740a71ea23222baa5ae]

        Change unnamespaced file.hxx macro

2010-12-09  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [21586bef356833d882eeb37004af5bc99c3a27ed]

        finish cleanup of missing icon handling code

2010-12-09  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [70a6ef3b7576cbdf7e74a2ffbb84629b4a5ac477]

        finish cleanup of missing icon handling code

2010-12-09  Joachim Tremouroux  <joachim.tremouroux@gmail.com>  [224664f6ed0750e20ac3ea0bcabc01a5bbe7e26f]

        finish cleanup of missing icon handling code

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [aa12609efa82d3501c2e4c73c8d184147b6996e7]

        vcl118: #i65970# use shadings for gradients to increase efficiency and avoid paint problems

2010-12-09  Niklas Nebel  <nn@openoffice.org>  [a80192ef0304302e650b80f071489a73803412b7]

        dr78: remove unused member

2010-12-09  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [928cbecafc2f64e4a38bb91b4ec6a9b6093f0728]

        chart46: #i25706# implement date axis - remove explicit scaling in case of auto

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [89d56eb4a9b98f086abda06df48a42b1876794b0]

        cppcheck: unused variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [f1c8c2da336c3aca06b4bf555cf269f41c25b10a]

        cppcheck: init member variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [7e2b47b4ee07c804739fb7a864de404519ae3001]

        clean this up and just use references

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [62d0389bce541aedaa4f1a5d481bc3eb1eda7fd6]

        cppcheck: unused variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [a8fa064b346369817c2d516ca86e1fcbbe73a1b0]

        cppcheck: the scope of these variables can be reduced

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [bf9ed0595b1ec5900523f7a2f322c8310f8b6772]

        cppcheck: the scope of these variables can be reduced

2010-12-09  Michael Meeks  <michael.meeks@novell.com>  [0820769fc1f577a118001cf8fd1cfd1aa45986e1]

        rename to with_themes, and test scp2 a little
        
        Conflicts:
        
        	scp2/source/ooo/module_hidden_ooo.scp

2010-12-09  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [51f3f391a455180a50723e052c20304e535d2963]

        v3 of the configure.in/scp2 patch to allow selecting themes
        
        DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry
        
        Sebastian
        
        >From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
        From: Sebastian Spaeth <Sebastian@SSpaeth.de>
        Date: Thu, 9 Dec 2010 12:23:55 +0100
        Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option
        
        By default, we include all defaults as before, but if given, we can
        limit the number of included themes with e.g. --enable-theme="oxygen
        tango". This is passed through set_soenv and sets the environment
        variable ENABLE_THEMES="...." which can be used by the packimages
        makefile in the postprocess repository. It also adds defines in the
        form of THEME_OXYGEN that are being used in the scp2 module to decide
        if we should install the theme file or not.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [63b6b6d852d934ac3e83bb8490a57f2d516ca57d]

        #i115788# fix file specs vs. URI

2010-12-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [96339adacc867f33b7ff6a2f5c57e3a3345d796b]

        fdo#32258: Be a little more gentle with Inet params and simply skip duplicates

2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [550dd2b5017ddc6c37a27bc8f32cc1671507ee8b]

        gnumake2: #i105735# removed obsolete defines

2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [956c24f34cf336d81bf9125e4392d4e92ebcb87e]

        gnumake2: #i105735# removed obsolete defines

2010-12-09  Thomas Lange [tl]  <tl@openoffice.org>  [5c1016963aea7cf63bb7f0294b67618effbe3665]

        cws tl84: #i78149# PostIt fields shouldbe in-word and not word-breaking

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [485d404dc2d12f86acd9c69f19e9075bd375e861]

        vcl118: #i115788# fix file specs vs. URI

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [6486978435a2f29853cb3a832f87c049b65c7068]

        cppcheck: can reduce the scope of these variables

2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c1d6cbcfba855c4a8ee2306a0a7784bb642465c7]

        gnumake2: fixing DEFS and CXXFLAGS (this is needed for PCH on windows)

2010-12-09  Helge Delfs [hde]  <hde@openoffice.org>  [8fe0af98b60691ee1ab353b28753737b5570ea8a]

        vcl117#i115056#adapted some helpids to changed ones in office

2010-12-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0a50eaf32dcbe3937a0ebd4b258e0cc4ed054e17]

        fdo#32172: backward import compatibility for old go-oo enhanced fields names

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [047ed727986cb7f0703af85d14602c71ce28d477]

        dr78: cleanup

2010-12-09  Michael Meeks  <michael.meeks@novell.com>  [d1839b973b330e2e0e8d8a6aca2a21f2c982e63c]

        rename to with_themes, and test scp2 a little

2010-12-09  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [357d10916a37c5c2ede24a02c8e53066889e6782]

        v3 of the configure.in/scp2 patch to allow selecting themes
        
        DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry
        
        Sebastian
        
        >From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
        From: Sebastian Spaeth <Sebastian@SSpaeth.de>
        Date: Thu, 9 Dec 2010 12:23:55 +0100
        Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option
        
        By default, we include all defaults as before, but if given, we can
        limit the number of included themes with e.g. --enable-theme="oxygen
        tango". This is passed through set_soenv and sets the environment
        variable ENABLE_THEMES="...." which can be used by the packimages
        makefile in the postprocess repository. It also adds defines in the
        form of THEME_OXYGEN that are being used in the scp2 module to decide
        if we should install the theme file or not.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [3a36efd2345ee5e3d7d641e45fa9a8764ca8c5df]

        WaE, unused variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [86280b1f683fc155d695d23a47f5a36906288fc6]

        cppcheck: can reduce the scope of this variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [f6217fad81482d0225fa88b4ef8eab16a9757ece]

        cppcheck: unused variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [a4539f31078e13e559d512bfe0b0aa51c12a4d2f]

        cppcheck: can reduce the scope of these variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [b36e3ef54890ce518e7331eba78fa80319bd7c40]

        cppcheck: can reduce the scope of this variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [b96b37ce67fbf79ce12c09cbad22ba77a332f374]

        great hunks of this are unused

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [fda35d033366f1603f9c8b83cb75d88de37c58a1]

        cppcheck: scope of these variables can be reduced

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [023bdb48fa7a5f5e374dbd43b1a9ca40a476b25b]

        cppcheck: can reduce the scope of these variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [15e8139b9d048c5fe9219602888d16a43964c6f4]

        cppcheck: unused variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [c2df791b70c6063af421163be8fe00a5a2143e0c]

        cppcheck: unused variable

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [1ccf4169918651522ee138c9747ac78ed6b01690]

        cppcheck: unit members

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [9adaeb8d7a49d36ae2bb691225a1ae3213b06dab]

        cppcheck: can remove this code and these variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [be9c779f35378a5e17cd9da6e1a45a75149dd7db]

        cppcheck: unused variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [a167edf8cd1e478566c9d00f7f8d566e23bf7a7c]

        cppcheck: uninit member variables

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [3d86e3f51a102fded009a70f32f3f75617c9452c]

        cppcheck: scope of these variables can be reduced

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [0572c27b0a43f39bfe3ab335eeeefbf672d1df96]

        cppcheck: uninit members

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [3358b4f31190b02a350da6a56e54d8e3fb306b9e]

        fix bsd bridges

2010-12-09  Michael Meeks  <michael.meeks@novell.com>  [cf2344dd6e41785c76eee199eb79f6eb43ada6bc]

        cleanup deliver syntax

2010-12-09  Muthu Subramanian K  <sumuthu@novell.com>  [dcdeded09767c8cf97f371c65ae577053846ea60]

        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  David Tardon  <dtardon@redhat.com>  [a516a964e1a19e92631c60ed207865e294e87bc8]

        don't link soffice.bin and stuff back into src tree
        
        Experiments suggest that it's not needed anymore.

2010-12-09  Mattias Johnsson  <m.t.johnsson@gmail.com>  [dd2ad11a5fe63dbd954331b8f532a12caeee710b]

        Fix i#108228 : bool has negative sign when used in formula expression

2010-12-09  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [1c516e842badb9eaf3e226cdb95786a16b2d6b00]

        dba33m: #i115436# do not insert a space infront of ( and after )

2010-12-09  Michael Meeks  <michael.meeks@novell.com>  [5e645c5ca4d6b570eae986c15dfcc3246ceb1581]

        further simplification of license build / installation

2010-12-09  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [efe418e4a0f857362ff0a3ae9b8bcb07f26b06ae]

        Don't harcode list of themes to process
        
        Don't use a hardcoded list of themes to process but use the
        ENABLE_THEMES environment variable which is defined during configure
        time and set in set_soenv.

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [2cc93b0ba3f639fbc8f722872b3ed26035784141]

        add three byte structure return test for the MacOSX/BSD quirk

2010-12-09  David Tardon  <dtardon@redhat.com>  [92bf6ff745587fe932ab1b243f69d84e66ecb917]

        link the right file

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [85cc920f24f6f8e580a5f390d8077bb6bccc0ae9]

        add a Mixed Float And Integer struct return test

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [c88463b812319ff5ea8cc5587df0e8cd7b7ad897]

        add a twoFloats return test

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [7bdc86194a2493763a1dcfd958b9ce11b3544705]

        fix the dependencies so that the uno_types is regenerated if the .idl changes

2010-12-09  David Tardon  <dtardon@redhat.com>  [eade46738339091f37ffd4c45d6214a243ce6695]

        the file format changed from bmp to png

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [ebedefd60eebc300da4751673ef3fded8cbbb334]

        rename AllFloats test to FourFloats

2010-12-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e3cc8d2bf6b5346a8487a7fd92e260d29e350092]

        fdo#32172: backward import compatibility for old go-oo enhanced fields names

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e3c9000303f73558849a3e9b493b53ac67678f1f]

        vcl117: more HelpID cleanup

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [41137ed7095b7a46b071e50587f8bc081e361de1]

        vcl117: more HelpID cleanup

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ae9f639a1241cbf80bb3c2309c1aa64355fae056]

        vcl117: more HelpID cleanup

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [456861df0288465b642fbf777f70ac07cd53eba5]

        vcl117: more HelpID cleanup

2010-12-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [32882eda3b8ecadbc23ca3f9598dfe18a55b0bfa]

        vcl117: more HelpID cleanup

2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e8c1153b72b33992f48a5eb0f7d60440991c5bc7]

        gnumake2: removing duplicate msword entry in postprocess/packcomponents caused by resync to DEV300_m95

2010-12-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8ed2bf09ac21823dfca07a21b8400b4a0c6a7353]

        gnumake2: setting INCLUDE, INCLUDE_STL, DEFS on header target (this is needed to PCHs on Windows get the correct environment)

2010-12-09  obo  <obo@openoffice.org>  [344da048cb7a9558aeb394eb53af438c75fecc06]

        CWS-TOOLING: integrate CWS calc33stopper3

2010-12-09  obo  <obo@openoffice.org>  [fdabca4115b0ec69f5e26496b527694ba3913351]

        CWS-TOOLING: integrate CWS calc33stopper3

2010-12-09  obo  <obo@openoffice.org>  [8916986e5bd66a2d7ae0861a0cdf507d90ee7b64]

        CWS-TOOLING: integrate CWS impress206

2010-12-09  obo  <obo@openoffice.org>  [1de898d9d576561e3e29074d29fb900432cd824a]

        CWS-TOOLING: integrate CWS impress206

2010-12-09  Thomas Lange [tl]  <tl@openoffice.org>  [c908c19959d7fa0ef67d3e15ba8afa8af691a7c9]

        cws tl84: #i116010# update for German dictionary extensions

2010-12-09  obo  <obo@openoffice.org>  [3d3105c8d406f1b90b10c40bd0c07602cd989291]

        CWS-TOOLING: integrate CWS impress205

2010-12-09  obo  <obo@openoffice.org>  [75d56cfa63b6a4faeb1d5982676fc5db37d02012]

        CWS-TOOLING: integrate CWS impress205

2010-12-09  Luboš Luňák  <l.lunak@suse.cz>  [794c8cf13bd0c8512bf77c57934abd9b9a0fe998]

        [Docx] n#513479: import start/end values for ST_Jc

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [205b374fd450be92e753df015b08061cf936ba7d]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2c20a8e117f65171f2565921783e1ea69eec899d]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c1d9bbfb6d3d0e41905ab9afa65a1c6bcc0bf14f]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [9103c81b03961788743d6248099f6a7f35f735d9]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [9490d23230e4d20cd246e2cc2afb265e8493bbcc]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b8c0bb8307498d9f78d14c81e4bae482ce8825b3]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [388f90fc2070255dfc1be33a1343e3e9d6251ac5]

        mib19: rebase to DEV300m95

2010-12-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [75b47018bbe9e37d00ae2af2e6011b463a60a21e]

        mib19: rebase to DEV300m95

2010-12-09  Caolán McNamara  <caolanm@redhat.com>  [b5573a98d0fb8b64455f2a4517087e2b3badf800]

        WaE, doubly const return value

2010-12-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [335e9880521a86bad7e9834b4852a24c5ce57cd0]

        Revert "use the 'canonical' way to find JAVA_HOME on MacOS."
        
        This reverts my commit f936362120fcce5b9785851f304c95e3dc0ce9ed.
        As it turned out, this was actually breaking the MacOS Build

2010-12-09  Andrew C. E. Dent  <ace_dent@hotmail.com>  [0ce0092ace37d2bf888eab7c49f87f52a35ba1c0]

        branding: High contrast versions of the branding images.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [251b677ba227d1751e9bc544eb0f0e8795ea65f5]

        Oops I forgot to pass the iterator position.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [337d617de83118dbbaa37ca8451e375adad3122d]

        More on micro-speed optimization on std::map insertion.
        
        Cf. Effective STL, Item 24.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [a412dd1eec4bde852d23800b23e9cedaab0100e9]

        Slightly more efficient insertion for std::map.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [d20f1ba49a41d97fbef5634162d9dcb85b67b4ae]

        More on killing use of operator[] with std::map.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [3c101b6944cd434047eeb0041262ce84f6d77c72]

        Nuke more operator[] usage with std::map.

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [236137a50c8614a3c4c6c78b08ad2bc3e05f10f0]

        cleanup hard-coded license mentions in sdk and installer

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [217840d431b8cd400b5d81a7e9a01d6583e9917c]

        More operator[] usage removal with std::map.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [46d3f36017dccc12d6fe14b42bc6e535abca39b4]

        Remove use of operator[] once again.

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [65f02305b557c92746f21d254266e0d603e5b98d]

        get the rule names right, and cleanup delivery

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [86104e2d9972e0dd7ae2c7b82cda78ddabb87f96]

        Another removal of use of operator[] with std::map.

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [313f352e62399f0da6d2d0e89e2ec7549ee2b2e3]

        Removed another use of operator[] with std::map.

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [1bf09eae38f9bee4608ed94e06cdf6bf965149a7]

        fixup extensions' LICENSE file re-use rules

2010-12-08  Nigel Hawkins  <n.hawkins@gmx.com>  [7f3b368eb25f88d43371fee5c633497eb2ee4b14]

        Replace one use of ScfRefMap
        
        Signed-off-by: Kohei Yoshida <kyoshida@novell.com>

2010-12-08  Luke Dixon  <6b8b4567@gmail.com>  [d993f8f3634f569386775d3957c7677977b1152b]

        Remove as many brackets as possible.

2010-12-08  Luke Dixon  <6b8b4567@gmail.com>  [72ea95688783eac7dc44fec31e52c072ba2fb539]

        Add the percent sign as a symbol that is inserted when % is pressed

2010-12-08  Jesús Corrius  <jesus@softcatala.org>  [10031bb5bd81412c96fb1af979ae1eb7aa3caacd]

        Remove obsolete Windows kill utility

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [198bdb0d345d5c329e096e64321737c19b434bba]

        Avoid use of operator[] with std::map.

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [ea16d7259fab7828673a14ef1a47fe116fa7dfce]

        cleanup unfortunate license duplication

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [5ba923c79512f4ac40a0d36a884b35899ac77862]

        Avoid using operator[] with std::map when inserting a new element.

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [320b682e018a57f036bf80772522247d576d1764]

        Simplify, remove lang suffix, remove html and rtf licenses, to use odt.

2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [623ab0e0da586fd1d9d756f59f4655a736896bb7]

        vcl118: #i115837# add a murphy factor to checkbox width

2010-12-08  Jesús Corrius  <jesus@softcatala.org>  [ba1e39610b75ba11344514437dd01403f74233b1]

        Change WNT -> WINNT in configure.in

2010-12-08  Robert Nagy  <robert@openbsd.org>  [f14303b93b2ed99172ce3e32974b52d3d97e258b]

        broken python component registration on OpenBSD
        
        extend list of library path using AUGMENT_LIBRARY_PATH_LOCAL instead of
        AUGMENT_LIBRARY_PATH
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2010-12-08  Jesús Corrius  <jesus@softcatala.org>  [cf4393297dc090d6d707909ebfb2ce1daffb6b58]

        On Windows use always internal Python

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [672d9b9d9ff03d5731c49d737dd185afae62c927]

        [Docx] fdo#32170: fixed the import of the document default formatting

2010-12-08  Gert Faller  <gertfaller@aliceadsl.fr>  [7085e23bf0410d42da7f6abf2a4a50a0f6ce6441]

        RTL_CONSTASCII_USTRINGPARAM in extensions 2

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [0edb0764f88faefbc97eaf52963ab3deed51219e]

        make impress templates language neutral to save space

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [edd922ee83914c3178528c081ec01a7f3439c456]

        make impress templates language neutral to save space

2010-12-08  Michael Meeks  <michael.meeks@novell.com>  [a4ae9843ef321886e691d44d7cb76a5a85c2bbe2]

        make impress templates language neutral to save space

2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8e96aa5f95a7694e3ffbbe0655cc5d947007dafa]

        vcl117: clean up helpid mismatch

2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2af4a3ecb6f608fdf4cf306db861afb8f9c42c93]

        vcl117: clean up helpid mismatch

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b196fe2dffe01f23ceb96d65e58dbb7bbdaf95e5]

        [Docx] fdo#32170: handled CT_SdtRun elements

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8ee87e7490c3e6ab80efa9b7ab7fbf97c7cd1029]

        [DOCX] fdo#32170: Skip unsupported <w:sdt> elements
        
        This only makes the <w:sdt> elements skipped to get their content

2010-12-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [518771d95e7dec96e7636719c5da8a74b692cddd]

        dr78: #i111413# export secant functions to BIFF

2010-12-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [aeb27fad06d190d0808461702742a708809ba9e6]

        dr78: #i111413# export secant functions to BIFF

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [11af030d9bf5c4ebcb1d507c89e5a4e777f594d1]

        cppunit: more zoom tests with standard view mode

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [3dc4b5a88adc062fb1c78f34ff85e129022bef08]

        cppunit: survice missing config and default sanely

2010-12-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2482b356193c3a6ac933b9b98ee6721e8dec7106]

        ause128: #i115964# add creating libjava_uno.jnilib for tests that may need it

2010-12-08  Kohei Yoshida  <kyoshida@novell.com>  [c7315d5a72c2785c45ad05cfc379658a2053815a]

        Make the string 'New Record' localizable. (fdo#32209)
        
        This string was hard-coded in the code to be always in English.  This
        change makes it localizable.
        
        Signed-off-by: Caolán McNamara <caolanm@redhat.com>

2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [9314c9fd9891db08d9588d8ac7e475ea1e2fee5f]

        vcl118: Octree and InverseColorMap are vcl-internal only

2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [7cbfd9da26a31ca6f32eea39f71af00590d4a93b]

        vcl118: Octree and InverseColorMap are vcl-internal only

2010-12-08  Release Engineering  <releng@openoffice.org>  [9134cbd5d73ff5267e7f97ddae5b57beb02ca0df]

        ause128: remove target file before copy over it

2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [a50d8d23e7542a688b99febc889856188a45f391]

        vcl118: yet another round of vcl-plugin-only export restricts

2010-12-08  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [f47680bc0f25ce214637ae7e0b0ce4d4df110ec3]

        impress207: #i115993# do not insert objects as presentation objects on master pages

2010-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [109fa8224194edfc4ca75ee5cc5e760e54d76a3f]

        cws tl84: #i89042# word count fix

2010-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [eb2bcb56d81a136d633730eb7be4d95864f40219]

        cws tl84: #i89042# word count fix

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8a64b10eb5a3f5b474910f8426fd074369ddcab2]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [dc1062e1efa6f5f3516049c0a6da9cf61da034bf]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [01c1bf2fae0170c986d188f90e8f9ec8e8dee232]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cfa51d2d8cf534e4c49561db1bb7fb9f01e8008e]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [65a57e54b058fcc01149e270aa95f76a0977ac4b]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9cd07229357070615be79b01bc42c102ce40d83d]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [44aec49b2cdaffa72e7ece2b71c25a95ff935601]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c9f6d8d57822f2796bd146a3c6006fd69e210169]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7cb198dce9644c8599204c2a996ecb3760932e49]

        gnumake2: resync to DEV300_m95

2010-12-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6ca77c5609e0bd62338990554fc5d09d94923500]

        gnumake2: resync to DEV300_m95

2010-12-08  Andreas Bregas  <ab@openoffice.org>  [70196193dfe10fa15b406f152c9cc7ed1b5fa4e4]

        ab79: #104876# Set LibraryContainers to unmodified after creation

2010-12-08  Robert Nagy  <robert@openbsd.org>  [81ecad8d9a96fd1fa366eb3f82d1d9763a2a84d8]

        broken python component registration on OpenBSD
        
        extend list of library path using AUGMENT_LIBRARY_PATH_LOCAL instead of
        AUGMENT_LIBRARY_PATH
        
        Signed-off-by: Petr Mladek <pmladek@suse.cz>

2010-12-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [3e9afb1f744f71488ae67e3c9029b8b9ea2692fe]

        vcl118: export more sal-symbols to vcl-plugins only

2010-12-08  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [63ef1c015c97d5c4cda0b8be76654a3e08d96324]

        chart46: #i25706# implement date axis - detect manual date formats + corrected drop range dialog

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [fb147b6f012243ae078d78ccbe651a40ab1fb46b]

        fix build error

2010-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [36a61c3e5471ec9408d6dd27a081e304f1dcbac0]

        vcl118: #i115717# tell user that PDF/A cannot be encrypted

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [ba103edd7a7729177cebee80feade35be2927cf1]

        WaE, remove warnings

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [715fbf62697a132931a96873cf9090ad03b06474]

        WaE, fix member init list

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [d8760f3219480b5b98bc8d70660d514575a9136f]

        WaE, unused parameter

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [15a1cfa9940e4846147ed7d199182bb4d376ad04]

        add -Wno-deprecated-declarations to avoid warnings about std::auto_ptr

2010-12-08  Kai Sommerfeld  <kso@openoffice.org>  [a2029fe89b739fd26c2fd1151a3d1052ce719ccc]

        #i115991# - neon update 0.29.3 -> 0.29.5

2010-12-08  Kai Sommerfeld  <kso@openoffice.org>  [0b58f2ce64c63616fa5946a93a8d3571473e2cd9]

        #i115991# - neon update 0.29.3 -> 0.29.5

2010-12-08  Christian Lippka  <cl@openoffice.org>  [43aa5e0362693dfddbd9e8a44ca028f49428fd96]

        impressdefaults1: #i112002# enter rotation mode after text edit when rotation mode is on

2010-12-08  Niklas Nebel  <nn@openoffice.org>  [26dc810e5b6ff7b63be8b3d856c86200167dccd6]

        dr78: remove unused member

2010-12-08  Radek Doulik  <rodo@novell.com>  [c3d8e08ba01972f45d6a9ec891ed0b0dd7f45f62]

        use placeholder text in pptx export

2010-12-08  Radek Doulik  <rodo@novell.com>  [debafc2c17b957ff2edc8821bf0f615816645e94]

        export slide layouts to pptx

2010-12-08  Radek Doulik  <rodo@novell.com>  [5fd0104aaf8224df4572a2c4eec358e49baaf937]

        add placeholder text to XShape properties

2010-12-08  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [5ef2347dd63d39a9e8ddc6efbc4b2019751ac541]

        i115987:[Automation]: d_opt.bas, ToolsOptionsDrawGeneral: Drawing Scale State changed fixed now.

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [ac349a76b797758b6ac9b1bb16db861dce4d484e]

        Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCII

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [38c2ceeee6016c04282ba3cce8608d4e9ce2a621]

        Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCII

2010-12-08  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [041132b03eec68fae2fa73775a8085a754bf98ed]

        impressdefaults1: #i112002# catching some null pointer access during double clicking on shapes

2010-12-08  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [7530937426b6ec089899ee8a91b83808e42885a1]

        impressdefaults1: #i112002# re enable text edit on double click with rotation mode on

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d73391735f1d6754bba2e604409c5c5fcd76fd3a]

        Removed some useless debug output that are slowing docx import

2010-12-08  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [f9048c95f462f7a49e99904f3260b1c8edfa4da3]

        i115985: [Automation]: wipe off last old comments

2010-12-08  Caolán McNamara  <caolanm@redhat.com>  [ea24634c60b9a2ec337509b00e68cb33c4222ddf]

        configure check for C++0x without Language Defect 757

2010-12-08  os  <os@openoffice.org>  [6d2bd0b433056988e83e9371cf71567a6c31e591]

        #i115956# token translation fixed

2010-12-08  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [c8b75257f0fe4a6f13922a9cbd78acf0e72d7e91]

        chart46: #i25706# implement date axis - compiler warnings

2010-12-08  os  <os@openoffice.org>  [0c71e9b503ab786b19d20513f4f0996ba9a6c6bd]

        DEV300 m95 merged

2010-12-08  os  <os@openoffice.org>  [f0be33bcda7da5eb9f368fcbf590d6d9c8eb9f0d]

        DEV300 m95 merged

2010-12-08  os  <os@openoffice.org>  [3bb3d31b2c836f4ab94f405ee5fa40a4ded9dc72]

        DEV300 m95 merged

2010-12-08  os  <os@openoffice.org>  [ff5d9d90b8e71645a5d6f1d4ada7e3902bf1b6ce]

        DEV300 m95 merged

2010-12-07  Kohei Yoshida  <kyoshida@novell.com>  [fea6a96893876c95a0e9c7026755b615e60fea1f]

        Display correct record information in Data Form dialog. (fdo#32196)
        
        I had accidentally removed the part that constructed correct string
        to display.  Recovered it, and modified it to use OUStringBuffer
        instead of sprintf to construct the string.
        
        Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9bd58d2220d4fe8107e5e9bbb38188abe548850a]

        linkoo: link the URE libs and jars as well

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [491579eece4731abf9de1ceaeed1ee05e3dfbbc8]

        Removed trailing blanks in some writerfilter files

2010-12-08  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [471689e4a4172f2d2babcdd5ce3ef2b8dfd17e2b]

        Using libxml2 instead of homemade stuffs for the debug output
        
        This also seems to fix a memory leak that was present only with some
        debug output enabled.

2010-12-07  Andras Timar  <timar@fsf.hu>  [19d2c4a4ba7a5e512afdc206c73e1c648ce3030a]

        replaced http://www.openoffice.org

2010-12-07  Andras Timar  <timar@fsf.hu>  [5c32afa5af34782da9e1274c4a17e12dc4bd7ee6]

        replaced http://www.openoffice.org - fdo#32169

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [929a0577150e9c3d589a549a896c64684b4b55c0]

        This PathService isn't connected to anything, its a dup of the real one in svl

2010-12-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2d94124b1243a8cec416b6e8946db9d14806cc2c]

        Actually build internal libxml2 with debug symbols in debug builds

2010-12-07  Robert Nagy  <robert@openbsd.org>  [438bff402f3246711b9ddce6fe4c25e13e716f33]

        unbreak the install target by adding the missing && token

2010-12-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [318558f1b5f9f86a94b0b98df5fa2300c91041fa]

        chart46: #i25706# implement date axis - corrected stock charts

2010-12-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [c80ab47dfbc42e360d30f0018ab207d475a5095c]

        chart46: #i25706# implement date axis - corrected error bars

2010-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b125ac345c1e4310ee786a4016ba3c202e0326e]

        ause128: #i115964# create .jnilib file on request when linking; deliver .jnilib files instead of deliver magic

2010-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [73eb295ac2db907675372be4fd1a618f8cd09cea]

        ause128: #i115964# create .jnilib file on request when linking; deliver .jnilib files instead of deliver magic

2010-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b57987d3d0d749e82d96f5fb8750b71fda8b4924]

        ause128: #i115964# create .jnilib file on request when linking; deliver .jnilib files instead of deliver magic

2010-12-07  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [23a41b480633914a7a0db19f5b23e61dd28dfca0]

        chart46: #i25706# implement date axis - corrected z-axis layout

2010-12-07  Niklas Nebel  <nn@openoffice.org>  [f01cd8248f9968c8851b4a02474dc483055e4814]

        dr78: #i115951# set ScColumn::bDoubleAlloc in DBaseImport

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [d69e5470aca43943bd3d540240ba40a01ebc74c5]

        setUp and tearDown are called on *every* test

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [2cf8fbb08f74bb2952841a3d85effe536b2d85a8]

        we can remove this duplicate switch

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [2b53e0dd07974d82712d0fb79fb573994b5ce16c]

        make possible to build with c++0x

2010-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [de27c17bfa79f701c8924d8813d4135973b7d19b]

        Fix an over-keen copy and replacement by regex

2010-12-07  Kohei Yoshida  <kyoshida@novell.com>  [0cd2e391dd918ab321484242fb3d273274f9e505]

        Put the ODMA dialog check box on its own row.
        
        * Put the ODMA dialog check box on its own row, and push everything
          downward to make some room.
        
        * Remove the Help Formatting controls to make more room. Without this
          the enable experimental check box would go outside the visible area
          on Mac.
        
        This fixes fdo#32133.
        
        Signed-off-by: Jan Holesovsky <kendy@suse.cz>

2010-12-07  sb  <sb@openoffice.org>  [25a554bbc40cdc1955c1fd5884f8bbb3b8f9a071]

        sb137: #i115716# marshalString missed null-termination

2010-12-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [dc10a0a62b0121577286811a4e78810f5a188995]

        Fix an over-keen copy and replacement by regex

2010-12-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [8c244d7ee5c202c3bfe569d60560d2c9b29e4f2f]

        resolved warnings on unxlngi6.pro

2010-12-07  sb  <sb@openoffice.org>  [b79b4c0f17322f72bda116677e1055688cc27192]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [ec3b29298586ca5468be6611871d74511d75a6ae]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [d09b044055e6407612838c228036ea5809fe28dd]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [16b85432277df4cfb6786802d7059fa087e655fe]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [a7a61af8bfcc9d721bc910108a71bc33ada25dc0]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [a690719d2e6fdc19eed156d5789309679950ffd8]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [560a493959122c8ae6ef0b045d5daa3d3ff8ddd5]

        sb135: merged in DEV300_m95

2010-12-07  sb  <sb@openoffice.org>  [0fffa5d5cd7f03e040ac413db68feb41b1b81fe5]

        sb135: merged in DEV300_m95

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [02b091434cca3cbc686e54f0cf975cf73941b2b9]

        add some links here

2010-12-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4bb5bfb5fa7b5f2cdf2b2a3cea936a2a0abe24b8]

        calc33stopper3: #i115940# improve performance for import of XLSX files with drawing objects

2010-12-07  David Tardon  <dtardon@redhat.com>  [3a87a743231cabaa1d47c51e6ff2554997c6e9bc]

        was part of the quickstarter shutdown hack; not needed anymore
        
        This reverts commit 5dfa2bcf6f4a7699c2acae87caa96de739f82636.

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ceb89cc92460de5f3180adef5a7c1461e3006968]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2c461ec2988f5f43270aa52004729d833de9148f]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [228666aeb0a20088e524ad96bf97d3f9e03ce5cd]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [14b8939d6181866cb331b085293ef13ca064550b]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9854660a3a823f55eedf3854056700f5619da58b]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ad36f4f53d8c7c44275fdcfc154d0ecbb7201788]

        merge with DEV300_m95

2010-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a1389b8e5c7db3992e2ba835376778bb9c840d52]

        merge with DEV300_m95

2010-12-07  David Tardon  <dtardon@redhat.com>  [dc61075ee045c020cd073642bb8e7a0e8d473f1e]

        not necessary anymore

2010-12-07  David Tardon  <dtardon@redhat.com>  [785a20f07f8b86f3f1f01ac114991d1fd040e08d]

        remove duplicate definition of memory pool for ImplTokenIterator
        
        This is already done in formula/source/core/api/token.cxx !

2010-12-07  David Tardon  <dtardon@redhat.com>  [b274d974c7763367072d43ed888e83cacc1cda5f]

        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>  [6042ad494be453dbfe965f31c6251e66ba6bbe3f]

        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>  [7bef1fa0ecb93f800ae3d0b0ab049b00560fcdf1]

        gridsort: introduced container listeners at the grid model, reworked and fixed listener relationship between grid model/control/peer

2010-12-07  Michael Meeks  <michael.meeks@novell.com>  [f033a1d4c9a306c6e5f558043dcead2eef7fb62c]

        check the gtk+ version, in case we lazy linked to an older ver.

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b1031d726abb270e912e023fc18ebddccd77687c]

        undoapi: need only OOoRunnerLight, not OOoRunner

2010-12-07  Julien Nabet  <serval2412@yahoo.fr>  [ed20f8f2d2c633d5f61fd72eebc91655104a1622]

        string tweakage

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9bcb3c20a6cc150f9f589a11dd6f243d883e6285]

        undoapi: allow to clear the Redo stack on the top level (needed for Writer's migration to SfxUndoManager)

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [eb37094d6829ae05ca3d1b30f12009fc417ed036]

        closing the stream is sufficient to close zenity

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [05a6a4993f799a4ed5a1e8af542f00944c99d610]

        include error message to explain copy failure

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [794b301edcb9e8b52925c35ddeed71d1576dc72a]

        dba34c: some slots can be enabled in alive mode as well

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [78419248217f693905fff691da091ff62de63a15]

        cppunit: test zoom limits

2010-12-07  Caolán McNamara  <caolanm@redhat.com>  [d77dcdc56bad0fd7f4145fb141d0fe0de0cff996]

        cppunit: add some more zoom tests

2010-12-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c2582bb129a0368f5ca054ea8efcc075a75136e8]

        dr77: #i108420# SHEET spreadsheet function accepts empty parameter list

2010-12-07  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5cefe89a5870b07017db265a074908a6009efbf5]

        dr77: #i108420# SHEET spreadsheet function accepts empty parameter list

2010-12-07  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [0ff80de8b71106beca31cbef6bc1464f6fcd770e]

        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  Thomas Klausner  <wiz@NetBSD.org>  [d35a4301991281a22c885508c72fd3ba54f2a0a3]

        Add NetBSD support for amd64 and for current compiler.
        
        Should be merged with the generic gcc file, I'll do that as
        a separate step.

2010-12-07  Thomas Klausner  <wiz@NetBSD.org>  [137a4680f23f37336175c6fb0ca6ba266d595e6a]

        Use "/usr/bin/env perl" to make it work on systems without /usr/bin/perl.

2010-12-07  Thomas Klausner  <wiz@NetBSD.org>  [66d4350b8ce46c947e96d7d92031ee4b96bfe43b]

        Also check for db4 in /usr/pkg/include.
        
        This should use the compiler instead of manual path checking...

2010-12-07  Thomas Klausner  <wiz@NetBSD.org>  [3d2e5574c6af30dc115406cf1fcca4d2e6d2fab4]

        Display result for BrOffice branding line.

2010-12-07  Thomas Klausner  <wiz@NetBSD.org>  [3db757f687ad93646e662e909670680974764e79]

        Use bash as shell for this Makefile.
        
        Using /bin/sh, this breaks on NetBSD (not even dmake is built).

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [05175926214a24bc034aa7dfa07eca301e0a1074]

        gridsort: derive XGridColumnListener from XEventListener

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bf9a90185d7433e92d0ad4ca1a928773881266a1]

        gridsort: removed unused and empty XGridControlListener interface

2010-12-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2d8c797828962d0a5fb0725c15d1de6b33a04e8b]

        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>  [bbef9c4dba3edbf69052229fc02f57301a1545e9]

        gridsort: re-enabled those tests

2010-12-06  Joseph Powers  <jpowers27@cox.net>  [a4fb4f90ec11664ceb0b0348aa8b01671dd6ac2d]

        Fix Trianry Issues
        
        They where giving me an error stating that the two sides where of
        different types.
        
        Informationdialog: I just changed it back to the old ones.
        optimizerdialg: I removed the HC icon reference (I thought we'd kill all
        of these before).

2010-12-06  Kohei Yoshida  <kyoshida@novell.com>  [719e0a8394f51a18fb33ae03eb53f9ed32611143]

        Make the ODMA check box clickable again. (fdo#32132)

2010-12-06  Kohei Yoshida  <kyoshida@novell.com>  [c7b1d5e75833a0ac14996a6299ec05a41a207d0b]

        Make 'Reset help agent' button clickable again. (fdo#32132)

2010-12-06  Mathias Bauer  <mba@openoffice.org>  [52678bf33f29a43d2b7ac11e389fbc62aea69359]

        CWS swlayoutrefactoring: #i81480#: fix resync bug from old cvs based cws

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [49c611d7698960ab85af654fd538b85ac83b14f0]

        cppcheck: parameter can be passed by reference

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [914691ae9acbeb3208ea9dae46e43c3d3fb9fab3]

        cppunit: test optimal zoom

2010-12-06  Kohei Yoshida  <kyoshida@novell.com>  [6884de4620ab683bb8118e0f4bcfe38eeabdc9da]

        Use ASCII double-quotes.

2010-12-06  Kohei Yoshida  <kyoshida@novell.com>  [56402b0e929a45aeec81016e0cb680fa68df21ac]

        Added xml:lang="en-US" to several paragraphs.

2010-12-06  Kohei Yoshida  <kyoshida@novell.com>  [ba8a05b7e3cba2554e07b45a000a063433f3d56a]

        Removed incorrect xml fragment.

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [eef95b17255a0765fd5f46a8fb7d6e08bb712d19]

        tidy this up and just use references

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [0afbff5e45084e2c66ae0cb2dcf75f544dde473b]

        cppcheck: unused variables

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [57a95b2d6f6e2dec52f6ee7dce8b0e07ff34c589]

        cppcheck: unused variable

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [18bda54f77ad948de59c38f884863e3fb24e7931]

        cppcheck: init some member variables

2010-12-06  Noel Power  <noel.power@novell.com>  [1421b098ae19a10acb4836fa3752188cf7c52eb2]

        John LeMoyne Castle's currency improvements

2010-12-06  Noel Power  <noel.power@novell.com>  [2ab0207cd2ac8f18b7dcc8b000d911e21fb6ec7b]

        John LeMoyne Castle's currency improvements

2010-12-06  Jan Holesovsky  <kendy@suse.cz>  [86e5b4eff5e2eb240fbcfa8d9c20699690dbe2d6]

        g: Give full path to the repo-list file.

2010-12-06  Robert Nagy  <robert@openbsd.org>  [9398290fedb5f3307f6ef5f28f6a00ebcab38755]

        use /usr/include/db.h as a last resort for berlekey db
        
        the berkeley db header is installed as /usr/local/db.h
        on debian/ubuntu

2010-12-06  Robert Nagy  <robert@openbsd.org>  [56fc453fc2ccbd04656eec6416d11905765765d7]

        use /usr/include/db.h as a last resort for berlekey db
        
        the berkeley db header is installed as /usr/local/db.h
        on debian/ubuntu

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [04d3d275e3768b459d4212f3c0dd5fa11efae54c]

        audit API usage for 2.10 & fix.

2010-12-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [21f75ba882b416eb40d6f2c5b9e48100edd38d41]

        gnumake2: fixing filtering of PCH define for dep generation, removing duplicate -OPT:NOREF link switch

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [f5b4d0aadb7fee53aa7eec506f915591bad50328]

        remove libegg install

2010-12-06  Niklas Nebel  <nn@openoffice.org>  [54d04ab5c2bd2a86852b238d4297b0af92087277]

        dr78: #i95280# avoid repeated progress bars in ScPrintFuncCache for all sheets

2010-12-06  Mikhail Voytenko  <mav@openoffice.org>  [f77f6f81c934b4b4046c8c37eba71723435736c6]

        fwk162: #i115743# directories withou mediatype should not have entries in manifest.xml

2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6019b3a2c1d014e46e3c603a1612fd8997966db5]

        vcl118: fix dll exports

2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [62364aa5411b5ac6ed1169748706b26a704d8ecc]

        vcl118: fix a warning

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [ad9ebf19c164070da21f0648ee15869b0ac753c7]

        remove EGGTRAYLIB usage

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [fe21e5afdcb6575c01764bef24f1a47aec8ae1fe]

        remove EGGTRAYLIB usage

2010-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [bfa9058d0eacab4418fbc6cf53f7f026b099e00a]

        more occured replaced

2010-12-06  Mikhail Voytenko  <mav@openoffice.org>  [1c0809840b24305e976852940e27c9e315ababd4]

        fwk162: #i115789# write manifest:version in manifest:manifest element for ODF1.2 and later

2010-12-06  Michael Stahl  <mst@openoffice.org>  [4f8e970e506b8cfccc7ce807ff7ce6b1799dbb1d]

        impress206: fix libxml2 issue (thanks rene for the patch)

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [2a1cda3bcb7d052381ce5e055b0b015af1835061]

        remove, obsolete libegg everywhere

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [07874d89b67fc0330ea896b1e5b2fc6cca44ba04]

        remove, obsolete libegg everywhere

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [c3ff3b09ea762960394232ddb62c989cfd0b3995]

        remove, obsolete libegg everywhere

2010-12-06  Michael Meeks  <michael.meeks@novell.com>  [e837f0c70343b2febb6d813794b9c532f793f320]

        disable systray icon if gtk+ version is < 2.10.0

2010-12-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ba58f338ea7eddef2f15e075213f1d4d54aaa90e]

        CT_Ind start/end properties for OOXML ISO version

2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3a6b23954f4a19158fdfab283f2f4c55e46be67d]

        vcl118: #i115905# improved clip region interface on SAL layer (part 4, OS2 implementation)

2010-12-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6d85cb5f029b0c3ac8e597d02e5875974dc9757f]

        vcl118: #i115905# improved clip region interface on SAL layer (part 3, X11 implementation)

2010-12-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [954af48cf7af8ea03cdd5b19eabacc639c18232d]

        Reapearing DGB_UTIL things removed

2010-12-06  Christopher Backhouse  <cjbackhouse@gmail.com>  [1dd9b3d931becca92c3087fc26dde004e271bb9a]

        switch from libegg to the native gtk+ widget

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [137698744547aea35fd5649e541adb9157ab0b5b]

        #i85310# better export of automatic base time unit

2010-12-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [f2cb89450f96011a95abb6a7dc0fbb8732dfd922]

        use the 'canonical' way to find JAVA_HOME on MacOS.

2010-12-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a58768cf878b979f75094829b654dfd4d82ddb15]

        gnumake2: added gb_HIRESTIME to allow getting rid of annoying LOW_RESOLUTION_TIME warnings

2010-12-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e2da7c807f6955a2eee6913f429e507f101c58e]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [22b333e4aea06744493f9598f162cce451e73e21]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [09cfbd6086296a987ded9275d9dad4b607c3e38c]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2033a625d3a213755d8c5015bd233b748b514b83]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [8ad779467d54c07000b0e4cf75bf16a34ee01345]

        masterfix DEV300: #i10000# changed ULONG_MAX to SAL_MAX_UINT32

2010-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [b38b0ea063ffc6ddf1127e4ae58d41f546d6c54c]

        impress206: #i115898# use updated anchor for group shapes to work around ms office 2010 bug

2010-12-06  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [6578b49d760748bc46c67df3972f9e575c6cfcca]

        impress206: #i115898# take into account new presentation shapes

2010-12-06  Niklas Nebel  <nn@openoffice.org>  [26ba737561921fc0758e5f6274dbd701657cbcbb]

        dr78: #i106108# SetDocumentModified also for page margins

2010-12-06  Gert Faller  <gertfaller@aliceadsl.fr>  [6c4698ded0d859ea64e867745d6512301fd4bcfb]

        RTL_CONSTASCII_USTRINGPARAM in extensions 1

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6179faeb9d9341ad8cc82a3b1e24ea4c3657bf3d]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [41f42d30b01b02760a415714e8833feb1bb1c9fa]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [51ccd3874858452681a716ca47d45f8a2ae8beac]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [38440ad6b24f618923a48d722a861f78c1715be5]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1acac8a528315935d2d2d2d8bad3eec555c38cf6]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [65db01a81bae6922c9aed8d99ba3bfbcc1526538]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b0f61ae2f6718144fb26109cd0d0e1fcd119b6b1]

        rebased to OOO330m17

2010-12-06  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [13bc9463db8c6968925b11a8c1c1c710b3a5c58b]

        rebased to OOO330m17

2010-12-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8d55ef353c1cdd3e09fa306df56d856d7a556b23]

        gnumake2: added findbar.xml to in sw uiconfig (thanks mba)

2010-12-06  Ivo Hinkelmann  <ihi@openoffice.org>  [0f68b1957428d467ac071c4e54b31bf31ed5d9b2]

        masterfix DEV300: #i10000# fix for cws srb1

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [090a4bd24a96324b6553b45d90050b5132ce62ae]

        remove unused variable

2010-12-06  Michael Callahan  <callahan@xmission.com>  [7065f10c7275b0dc925d43e4a8520518d037ad13]

        remove obsolete __FAR_DATA

2010-12-06  Kayo Hamid  <revol.code@yahoo.com>  [c8f58bc85ec50d28b36bc811d79b3a2108621ea5]

        some caretaker code cleanup in impress

2010-12-06  Michael Callahan  <callahan@xmission.com>  [8a661baf4962f42a9475c3c699d91390e89dee42]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [36169a32c8e267518e571242622cad27676269ee]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [eaaedfba761123d5e0bb801d3f5575e3989f86df]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [b8f02010fe30cffe4dbc12cc9ecf4c52b9285b56]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [b76b4d9b64f09dd4941c48b245eaffcf6bfd056d]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [040cd5d18f20655656073fc7dbb44d3410023946]

        remove obsolete __FAR_DATA

2010-12-06  Michael Callahan  <callahan@xmission.com>  [645e8e0cfbb3d7239077f353b499cd04575f5d37]

        remove obsolete __FAR_DATA

2010-12-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e316a4ba4debbc1cb7792c0e03a46fc031235a71]

        ISO OOXML: start/end attributes reworked...
        
        This reverts commit 344cf018285a149289ecc9af600fce6a743b01c8.

2010-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [36e2296bf8fae3c66a66eada3595cbb2628a4833]

        Replace all occured, occurance etc.

2010-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [0b30cb7e66e0cef4f6f75013eb182c2d58615ca1]

        Replace all occured, occurance etc.

2010-12-06  Takeshi Abe  <tabe@fixedpoint.jp>  [2b22b5f4ee8674229a16c8bd59bda1f99d2eca1f]

        Replace all occured, occurance etc.

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [3709037e92dc9eb5d7e12caac385e49fe42d23c7]

        cppcheck: uninit variables

2010-12-06  Caolán McNamara  <caolanm@redhat.com>  [304048cd6ce6677fcbb436ddecf78fdd9bdeda0d]

        fix this up

2010-12-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [b13a0c0cc390db74adc9160ec2b88af75dcdae16]

        download do g clone even if ./clone exist, to pick up changes in repo-list
        
        repo-list can chage due to an autogen and/or a previous clone may have been
        incomplete.

2010-12-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [090d023b002cb7929372982044ae0efd12a6d968]

        g clone now tolerate silently already cloned repos.

2010-12-05  Wol  <anthony@youngman.org.uk>  [a11422d9470371fc8d4c0c279a90e9d5ae05c025]

        Fix detection of JAVA_HOME

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [90cb8bf8d4e0692cd67610eed4d5f1bb069088c3]

        removing code due to endless loop
        
        these part of code have been removed. The While(true) loop
        means either that the if statement is never taken, or that
        the program hangs there. The second case is not safe, the first
        case means that this code is not needed.

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5307763e729ae6a5a6c30ade6376f86c394b9913]

        fix warning unused var in binfilter - bf_sw unocore
        
        trying to stay on the safe side, means not always removing the function
        call that initialized the parameter. So if this function call changed the
        parameter, no issue.

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [564912e97ba8214bd78021572243e29704e04158]

        fix warning unused param in binfilter bf_sw txtnode

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9622dc70426ce8b7a4744caaab819faa7e1e5e53]

        fix warning in binfilter bf_sw tox

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [0c6090e8f6c4c61edcf42c1f778b2decd3dd29a3]

        fix warning unused var binfilter bf_sw text

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [bef34ba6b5f37715fa3e09a9d48db2863198a77a]

        fix warning unused var in binfilter bf_sw swg

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6640cd9c7880a33fe73a66bfdf09e2d9b4e05a13]

        fix warning unused var in binfilter bf_sw sw3io

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [32319671b114ab5b77ed22bd452d5a2243289d05]

        fix warning unused var in binfilter bf_sw ole

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [c3da1f560647567f126b6c6725bf77293cd77a69]

        fix warning unused var in binfilter bf_sw layout

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [6661e307fcd3b4cdbd4892a15b6c99b7638df69e]

        fix warning unused var in binfilter bf_sw fields
        
        still only fixes, no optimization has been done. On purpose, avoid
        introducing new bugs...

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2808a769fb44f47e55119a39d965c6dec9997933]

        warning fix unused var in binfilter bf_sw draw

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5c18bd01a2458d119f7f2e0c4dac546622e2bfcd]

        warning fix unused var in binfilter bf_sw docnode
        
        only warning removal, not code optimization, hence some function calls that
        may not be needed anymore left behind.

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [329d274054deb6e5da26c9630142463ff2b883dd]

        warning fix for unused var in binfilter bf_sw doc
        
        This is warning removing, not code optimization => minimum risks have
        been taken and some function calls left behind are probably not usefull
        anymore. But goal is not to produce new bugs. Once all warnings removed,
        if needed we can do code optimization

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2785cffcd7f8432ebccd7a871085efe67d6fd417]

        fix warning unused var in binfilter bf_sw crsr
        
        this is fixing warning, not optimizing. This means, some functions call
        have be left, even if it is possible they are not needed any more

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [2a398ba93525d3a82d6a00db273d72d740c345a2]

        warning fix unused variable in binfilter bf_sw bastyp

2010-12-05  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8a28dc8003582f4a0b04522f870fef112d5e7ab7]

        warning variable unused fix in binfilter bf_sw attr

2010-12-05  J. Graeme Lingard  <jgraeme+git@gmail.com>  [1b11499074d855e34f40953898594035ca451c71]

        Remove redundant comments

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [60a9b5172bcbd90b5764125b76279c189dd5563c]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [91a0a53e0cb75550801104cca07937e50869c590]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [da474bc40c74d6867faf05ed02b688fb2f460ab0]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [d88139d58bd35815545c5f43d204dde4759a8bf9]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [f20ff43473f1d33be368d61b8d0f6bcbb644df14]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [54b42134116b9d5f7f56caaf0b041782fa5d0d5c]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [530bc608d018573193aedfe089d0fb2b79940b58]

        Replace all occured, occurance etc.

2010-12-05  Michael Meeks  <michael.meeks@novell.com>  [28b420533905e506f3f2a6a6afd8671f301c9001]

        autocomplete using the context's case i#22961

2010-12-05  Robert Nagy  <robert@openbsd.org>  [7738ad37a0ed2837f5e6454628d4bd8ecc4927d1]

        do not include OS in the filenames
        
        In unx the code is not LINUX only, it's mesa.
        On other platforms there is no point in using the OS name in the
        filenames either.
        This unbreaks unx builds on non-linux.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [7f11a1b9db7039cb3387930410accdba40a6061b]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [093b3ed2306f4c400cf8448d18e86dc5ac6c0433]

        Replace all occured, occurance etc.

2010-12-05  Takeshi Abe  <tabe@fixedpoint.jp>  [4ef564882dd85750576aea92524236f96ab720f6]

        Remove dead codes from sd

2010-12-05  Robert Nagy  <robert@openbsd.org>  [8b58b855b8b1e2215e202e87bb2cd4b96b4a61e5]

        fix PYTHON_LIBS
        
        on some platforms there are extra libs needed when linking with -lpython,
        for example -pthread and -lutil on OpenBSD

2010-12-05  Robert Nagy  <robert@openbsd.org>  [e7f45a36f33b784db7fa0b981e6a23efef3ee467]

        fix PYTHON_LIBS
        
        on some platforms there are extra libs needed when linking with -lpython,
        for example -pthread and -lutil on OpenBSD

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [3facbad1ecbb5ac7ebbf1fa8cfb060be9147429a]

        cppcheck: emptyStringTest

2010-12-05  David Tardon  <dtardon@redhat.com>  [da77d802695d0971ef3d02d040b026681635fd01]

        fix comment

2010-12-05  Robert Nagy  <robert@openbsd.org>  [ef7a253bee1c81648cdc7748f2684f3c7136c02f]

        Revert "use AUGMENT_LIBRARY_PATH_LOCAL for regcomp"
        
        This reverts commit 672bed486bc5951fc9e2cb11162ff757e60a96bb.

2010-12-05  Robert Nagy  <robert@openbsd.org>  [74ec0b5dfb59a99d3deb036375a95cc529a5cfda]

        Revert "fix PYTHON_LIBS"
        
        This reverts commit 611901b5fae1f221b4f913f39a939550b6de80ea.

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [9143a46db7c1d0cf4beff83c14e940291fefe6a7]

        cppcheck: can reduce the scope of this variable

2010-12-05  David Tardon  <dtardon@redhat.com>  [9d4e4c0c4afa80ee84e8570d3679dfde6921c002]

        refactor duplicate code

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [b11ef1c34826abe8168f14fab974ac18eccf9c0e]

        cppcheck: unused variables

2010-12-05  Robert Nagy  <robert@openbsd.org>  [88e824eec4f3558fb9b92f3a4e9522c37c11dbad]

        fix PYTHON_LIBS
        
        on some platforms there are extra libs needed when linking with -lpython,
        for example -pthread and -lutil on OpenBSD

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [8ca6dee3a6c23e69949fc6358e964a46141e4ea4]

        cppcheck: can reduce the scope of this variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [a374c81060aefc390159e87f72b105c282d35f3d]

        cppcheck: unused variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [4a47b92e99cd8218f2fe73afd836610e44c86c0a]

        stray ; at the end of inlines

2010-12-05  Robert Nagy  <robert@openbsd.org>  [19aa902a75fe2ca48beaffd22da119ad6b248831]

        use AUGMENT_LIBRARY_PATH_LOCAL for regcomp

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [92a911f1e7f344c1f55211494f31436c0d82d3f6]

        cppcheck: init some members

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [a93f319d66ec9d26edfcaa8294c7f8860e4eb14d]

        cppcheck: unused variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [4f2126111c4b18d61ca590a55b17efc5ec20936e]

        cppcheck: scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [cc4ad52761b57846695008fa96e92788f2121f76]

        cppcheck: scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [714f0630974547f0ab1088bfe593c6ed4395b9bf]

        cppcheck: scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [1b15579b9f3f76f21363853ad80ab48690fbe254]

        cppcheck: unused variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [d2f7b78beecfefebb0e53473fa5a5170593f5ccc]

        cppcheck: the scope of these variables can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [122d7dc47e5ed158a7c582ea4b3ca76ebce2b72a]

        tidy this up and just use references

2010-12-05  Robert Roth  <robert.roth.off@gmail.com>  [b4106d0526e1a1978cbc8f916da05f1a1c976715]

        Removed dead code and comments from sd

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [558a35487ffd2c8c8530bcf93f3e45f78deed8cf]

        cppcheck: initialize these variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [589e8b2dbeb8f86d7ad3952670780f6a26f66346]

        cppcheck: can reduce the scope of these variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [9de19ea1d04e04774b65f04848754f01a1b43072]

        tidy this up and just use references

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [e5a229ef94badaea0d6eb2714d7e8d9a81c3cc2c]

        cppcheck: scope of these variables can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [57eade47df354465cdaaee3f5c30b3ed6f9f6ca5]

        tidy this up and just use references

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [28de213dfdf44f51aff7513b4b56ce9d906ff4cb]

        cppcheck: uninit variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [99b6172fb2ac2f2a3ea8df11ecbf63b5406b5705]

        cppcheck: the scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [3ddba8575ace70d3d131b73666be7a3d66f83ebf]

        cppcheck: the scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [1e8a123248cb4f6a49f48c8f83a1dc2bb126e481]

        cppcheck: unused variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [1a63122d32b5be3c85bff68a7adbce87d6e50130]

        cppcheck: the scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [d26e5380039f55e1063ec7c41dd82c3e69d50489]

        cppcheck: the scope of this variable can be reduced

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [e0c6b04eb5a06c60d76ecfced0ead8fd1935240e]

        cppcheck: unused variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [02c94ea5dded50689ac0c3137cbae315c6202eb9]

        cppcheck: can reduce the scope of these variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [6f81fd62cf990970bc643f238887f361149830d7]

        cppcheck: can reduce the scope of these variables

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [0f56d59f0c818b3d63651d76d0a0bf15a1669988]

        cppcheck: Can reduce the scope of this variable

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [c18375b63e44bcdc142c3c2d4e007165368b065b]

        tidy this up and just use references

2010-12-05  Kayo Hamid  <revol.code@yahoo.com>  [1c4faf4b2984c0def76bd5818295aace0505654c]

        remove commented out code

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [6ebed604fef1cba57249e6fd09c366fcb27508fe]

        WaE, shadowed variable names

2010-12-05  Caolán McNamara  <caolanm@redhat.com>  [dff40cc62cdf256f7f2facf63f3eddfa0b400f68]

        -matom only available with gcc 4.5.0 or above

2010-12-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a05a7c40350e9f2b3782a3a6a0da68ed93ff2b36]

        gnumake2: solaris awk does not close stdin when not input file is given explicitly

2010-12-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8f81668a34b316dd33e35e0d514bc2211fbfa5d6]

        gnumake2: gnu copy should only preserve mode and timestamps, preserving ownership breaks on some setups

2010-12-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [323a11404e1597345c448880d3f8ea5f5bb38200]

        gnumake2: fixing msword component file location in postprocess

2010-12-05  Christian Lippka  <christian.lippka@oracle.com>  [c826fd1aa7e83a58dc4cb2e647e6db8affa50a81]

        impress206: fixed compiler warning

2010-12-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [79fd100c9cb688e656b4cc081927328df00538db]

        create the directory src if not already there.

2010-12-05  Norbert Thiebaud  <nthiebaud@gmail.com>  [749f0355b99c174766671acd9a5795e81f907a83]

        ignore /install, created by dev-install, in git

2010-12-04  Joseph Powers  <jpowers27@cox.net>  [0ffafb77df83b3311a010164a55a93c66f2cf1fd]

        Remove DECLARE_LIST( ScRTFDefaultList, ScRTFCellDefault* )

2010-12-04  Joseph Powers  <jpowers27@cox.net>  [db599f64e63a3141159b7f0e59783197c39b3e02]

        Remove DECLARE_LIST( ScHTMLGraphList, ScHTMLGraphEntry* )

2010-12-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ff7eac56742bb39b32fcd2ed76c78d718c63eb2a]

        gnumake2: merging minibranches

2010-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c8bebe422d059b43a8e01e8b9b3f451e2d0cd206]

        Revert "mtune x86 to atom" (require gcc 4.5)
        
        This reverts commit 150c0772b1637bc44fc9a4819cc3908341828d78.

2010-12-04  Caolán McNamara  <caolanm@redhat.com>  [bc5ad2e5b6d2871fb50686d2b6860debcfbf3f45]

        callcatcher: remove uncalled and uncallable methods

2010-12-04  Gert Faller  <gertfaller@aliceadsl.fr>  [f22bef8505ac8e7b816778f2e66322cee2a01fa1]

        RTL_CONSTASCII_USTRINGPARAM in filters 23

2010-12-04  Gert Faller  <gertfaller@aliceadsl.fr>  [62ba671e23a3fb47b325f212d90bbc51106b05c2]

        RTL_CONSTASCII_USTRINGPARAM in filters 22

2010-12-04  Caolán McNamara  <caolanm@redhat.com>  [a82dbcf863b597e55176ad21e429ee817330b823]

        WaE, remove final warning, bracket up existing logic

2010-12-04  Caolán McNamara  <caolanm@redhat.com>  [734c00abb756f794e5f9ac2cb80b184c8924ec4b]

        Resolves: rhbz#659947 make this more robust (cherry picked from commit 82ef4d5f0bfd009bb28392b50ce109936f879a36)

2010-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c45d4d4d1bf9dbf06e17d1647560ae26a4d427c8]

        tweak build.lst to avoid apparent dependencies issue in // build

2010-12-04  Caolán McNamara  <caolanm@redhat.com>  [25f7fc2be4193e568539cfcea0498c92fedb182e]

        Resolves: rhbz#659947 make this more robust

2010-12-04  Robert Nagy  <robert@openbsd.org>  [ed9eb7929d0da38ac663374dba01939aebf0e76a]

        fix comment of checking the max number of jobs

2010-12-04  Robert Nagy  <robert@openbsd.org>  [6774e58d600030cc148f491fa806c0ee66a4b069]

        fix comment of checking the max number of jobs

2010-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [d25c3b2dc3b7ed47910379bfec54ae6d51a2bb2f]

        merge transogl-transitions-sd.diff and transogl-more-transitions.diff

2010-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [dafcb2844bda4af2bc290548548392bda3262307]

        merge transogl-transitions-officecfg.diff

2010-12-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c38a5ccafde6bdf1b6fddc751fd8e1b644ef284e]

        fix configure.in zenity breakages

2010-12-04  Kalman Szalai - KAMI  <kami911@gmail.com>  [96411be554f21302707ddf832d714ea0ec251cfa]

        Fix for build.lst in cli_ure

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [b624534a8f258c022caf4ebc96dc60795c790f33]

        chart46: #i25706# implement date axis - compiler warnings

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a2cdee24f0d18a5b28dd785bb13cb234799b91d6]

        chart46: #i25706# implement date axis - compiler warnings

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ce3d20c7bbf68448be7cc8a7ae97148d7be22a50]

        gnumake2: removing obsolete *.flt and *.map files in module sw

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b9f7641f8e1f049102de8e0e580013b4ae1f78ea]

        gnumake2: merging in os144

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ee730ab172f887f537ff3026dd4a5c0e611bf016]

        gnumake2: merging in os144

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a8307ba8e0ce7c4cecf414efc2bded7af1ee6791]

        gnumake2: merging in os144

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7dcab780e480d89b590cc06eb08350b205cbb5a0]

        gnumake2: merging in os144

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7df8f2f3b659292f83c9aa1c040c6c9349c8c8b1]

        gnumake2: merging in os144

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [0c1fb57fe1588ba0d2ed07145fd07e834c96623f]

        chart46: #i25706# implement date axis - simplify axis access in chart api

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [32fba607b364d773c5ebb389f2e04c5c626c4536]

        chart46: #i25706# implement date axis - simplify axis access in chart api

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [bd36338009672fdabd5b6d585f8c1092b617196a]

        chart46: #i25706# implement date axis - simplify axis access in chart api

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [8e4d860c7f8cb3ee9eae24a9925fe614f997f555]

        dr78: #i92774# NPV evaluates arguments row-wise; ScHorizontalValueIterator; patch from <lvyue> with little modifications

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [42b4aaf23bf4852ac2fbbe2ec68badad9e95c600]

        callcatcher: removed uncalled and uncallable methods

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [a642c0eb517ff0a96142ed72a1d5d1b394099377]

        callcatcher: uncalled and uncallable methods

2010-12-03  Wol  <anthony@youngman.org.uk>  [9483232bca6fb32ac60de278177f21a50d37162e]

        Remove get/setNanos

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [fe2e8211bc8cc74a9217c344eacfe1406240f5d5]

        WaE: get member init order right

2010-12-03  Thorsten Behrens  <tbehrens@novell.com>  [acb97d8396e4679c53d890813bdad4b4d0e470f5]

        Export FileChangedChecker symbols
        
        forgot to annotate with public dll api

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [05dd848121ffca130d23e7183987da138581c662]

        fix this up to build again

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [9e2c3820ad455b703c610235f250d9ff74c72610]

        WaE: uninitialized variable

2010-12-03  Mathias Bauer  <mba@openoffice.org>  [615bdd3fa8315bec38546e33a0fe0bffd7823c26]

        CWS gnumake2:some fixes for problems found in autotests

2010-12-03  Mathias Bauer  <mba@openoffice.org>  [23b346e7e5f930ae6f0827d995c61a8d58a799e8]

        CWS gnumake2:some fixes for problems found in autotests

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [9641cb9aab3c738e1c24a8a786f974bc7bb02acf]

        Add missing extedit.cxx for the external edit feature

2010-12-03  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [87e71d01405ac56173d8af7748b0619361c5f04a]

        chart46: #i25706# implement date axis - correct axis layout

2010-12-03  Luboš Luňák  <l.lunak@suse.cz>  [e6938938cd70a1cf19b774b999d9629bbb293996]

        crystal icon set no longer comes as a tarball

2010-12-03  Luboš Luňák  <l.lunak@suse.cz>  [2e38ae3d6670d72103bfd06c8b1b5d169e618f4e]

        oxygen icon set no longer comes as a tarball

2010-12-03  Luboš Luňák  <l.lunak@suse.cz>  [f7aa62078925e9ab2505b9ce3ad0cd554fc2fcf0]

        fix oxygen localized icons that obviously come actually from crystal
        
        bnc#581596. Just removing the icons would mean icon lookup falls
        back to localized icons from other themes instead of using
        non-localized one, since apparently these icons are not changed
        for localization anyway, copy non-localized ones.

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [1b5da40f6d69a68e3b3a1baaacb9151e0fd99d11]

        dr78: #i97169 TIME returns values [0,1)

2010-12-03  Luboš Luňák  <l.lunak@suse.cz>  [11bf28b8f7a3e04db4f89b16d4ab1deefc417659]

        unpack the crystal tarball in git, to allow further modifications

2010-12-03  Michael Meeks  <michael.meeks@novell.com>  [bc56089229493af06ab1a9273d5ed6ead7eeb703]

        default insert-symbol to use the symbol font

2010-12-03  Luboš Luňák  <l.lunak@suse.cz>  [e727953f5027ae67fdecc2b39cdf5fdb819c8f23]

        unpack the oxygen tarball in git, allowing further modifications

2010-12-03  Michael Meeks  <michael.meeks@novell.com>  [060ff5302615ecfe59af9b685a04bd20b652da72]

        fix types.rdb pagein as well

2010-12-03  Michael Meeks  <michael.meeks@novell.com>  [5d6191d24ac1e99c755ac3b698fd1e280346c0af]

        get pagein filenames right to accelerate startup

2010-12-03  Michael Meeks  <michael.meeks@novell.com>  [89ae31e7f83e71857096040aab7b478d7828dac9]

        link pagein files

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [5fccb462629b1a38672228f2860581327209d264]

        dr78: merge

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [0b984e08181fdd5f7ca451478d0f3712c1b5284b]

        callcatcher: drop big pile of uncalled and uncallable code

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [1e3e411b54b2d556ee1df8b903d8ff311419dc99]

        dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [64edf5e725f6d5fe53c078019baa76bf20b47843]

        dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch from <regina>, slightly reworked

2010-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [65d95afb7eadeabb540de3a3ea31a35ae41ec70e]

        vcl118: #i115905# improved clip region interface on SAL layer (part 2, mac implementation)

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4ec5258f2ba70d60a2dcb73b97e162c3f8655540]

        ISO OOXML: implemented the import of ind start and end attributes

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [191b701ddba98089c2156b44e5304b12e965f857]

        Removed the useless WRITERFILTERSTATUS comments

2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [ef7221319d91cbb3e061ccfdd35f2a7aefa13ac0]

        fwk162: #i115836# fix assertion

2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [71779a69e0b5bfcd1efbd95609cf560632c17cb8]

        fwk162: #i115836# avoid crash

2010-12-03  Niklas Nebel  <nn@openoffice.org>  [687e7e41406a5a9a707816daa89a079a5f803b3d]

        dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configuration

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8d9336d8bc6b5f90872d8b57b46d25cca87088d8]

        gnumake2: decrypted confused comment in LinkTarget.mk

2010-12-03  Niklas Nebel  <nn@openoffice.org>  [0238cbe385543d674f8bea99ccf5344eca868587]

        dr78: #i95280# read Excel view options in FillRenderMarkData if not done before

2010-12-03  Gert Faller  <gertfaller@aliceadsl.fr>  [7ba755f36498c359067de63249b8f85feb4b42fa]

        RTL_CONSTASCII_USTRINGPARAM in filters 21

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [4a1d9483f00b54b8d49dc75fb55846c466ff475a]

        remove some archaic ByteStrings

2010-12-03  Gert Faller  <gertfaller@aliceadsl.fr>  [48a620446ad7d37d39dbd061a3580b5526779aca]

        RTL_CONSTASCII_USTRINGPARAM in filters 20

2010-12-03  Gert Faller  <gertfaller@aliceadsl.fr>  [5503d24dde553d2771b75ed7268011a243bee2f6]

        RTL_CONSTASCII_USTRINGPARAM in filters 19

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [df4b59f03334db46b46dcd7953a34ca013e36e16]

        First cuts for edit with external tool method
        
        Define the EditWithExternalTool method and add it to the makefile to get it
        built as well. Basic working model of external edit application.
        This should work fine in all platforms given that I am using SystemShellExecute
        ReRead method does an automatic refresh of the Shell

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [f99eaf17dbc446fbf124a181f0e3bbb9f7c8e6a2]

        Handle Click of External Edit functionality
        
        By adding the external method to the specific FN_EXTERNAL_EDIT identifier

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [268c3960660e91ba640da3c3f500c669094bf537]

        Header file for external edit tool functionality
        
        Has the method that is invoked when edit with external tool is called

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [286d15b16809c5ee1940e033547cd9dcd55d97f1]

        Moved a functionality to a header file
        
        Needed the lcl_getPreferredExtension elsewhere, so moved it to hxx.

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [bc1d00dd14e90fcae2aaae0812f15f61f434d093]

        Adding "Edit via External Tool" to Graphic Popup
        
        1) add unique identifier to cmdid.h
        2) add ExecMethod and StateMethod to _grfsh.sdi
        3) add additional details for the identifier in swriter.sdi
        4) add the item to the popup menu in mn.src

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [091a1c5e9ae9d6c29b4ff285c15cb9964dac6c0a]

        n#636367: Table alignment set to "From Left" when moving the right
        
        When moving the right end of a table, the table alignment came to
        Manual but this caused size weirdness when switching from web to print
        layout. Using the "From left" option for the alignment keeps the size.

2010-12-03  Tor Lillqvist  <tlillqvist@novell.com>  [d59d6a88b22d077927174018061024c777a94616]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-12-03  Tor Lillqvist  <tlillqvist@novell.com>  [335b8fbc566c05a848d9635d000dbce81c087f1f]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-12-03  Tor Lillqvist  <tlillqvist@novell.com>  [d5fe59446cf06a937edaa80d6b14bc08ebff6a5b]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-12-03  Tor Lillqvist  <tlillqvist@novell.com>  [edef42e67036cfa0f1a16069a645ad20fedf7a4a]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ead04f8f0b7f51bf281ce41d8d590df0ca14af38]

        vcl118: #i115905# improved clip region interface on SAL layer (part 1, windows implementation)

2010-12-03  Surendran Mahendran  <surenspost@gmail.com>  [8407e2c4f2b6b8e874517294caa06abcab5f0656]

        First cuts for edit with external tool method
        
        Moves FileChangedChecker to svtools, for reuse in other applications

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [2a00e53e775bc503e186c3e8317abc4675b4864b]

        WaE, shadowed variables

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [9a99dd70441bad1a992b2540b823b688361688fd]

        WaE, shadowed variables

2010-12-03  Petr Mladek  <pmladek@suse.cz>  [8e41cfb233e9b05804c459bcd9e6c6f403046649]

        use BrOffice name only with --enable-broffice (fdo#31770)
        
        reviewed by Michael Meeks <mmeeks@novell.com>

2010-12-03  Kohei Yoshida  <kyoshida@novell.com>  [05637796e51d979cc1fbf45e9fd41ac96aadc118]

        Fix failed popup launches on Windows.
        
        These two popup windows failed to grab focus when launched, which
        would cause them to immediately quit after launch.  The old code
        passed a BOOL argument where a popup launch flag was expected.
        This looks like an existing bug to me. (fdo#31308)

2010-12-03  Kohei Yoshida  <kyoshida@novell.com>  [0e280b9c50671473134d207ea7604aff5c1d6dc9]

        Fix failed popup launches on Windows.
        
        These two popup windows failed to grab focus when launched, which
        would cause them to immediately quit after launch.  The old code
        passed a BOOL argument where a popup launch flag was expected.
        This looks like an existing bug to me. (fdo#31308)

2010-12-03  Eike Rathke [er]  <eike.rathke@oracle.com>  [0119d59c6598a8d18ebcd770787d8c9c780f5ba2]

        dr78: #i91870# PMT accuracy; patch from <regina>

2010-12-03  Thorsten Behrens  <tbehrens@novell.com>  [f06643ed0c77905269203666214ec8c7f13eb6dd]

        Remove mis-placed splashscreen img from CREDITS file
        
        Reviewed by Petr Mladek <pmladek@suse.cz>

2010-12-03  Thomas Klausner  <wiz@NetBSD.org>  [add4c9ba0c5ccb1027ea6fd648b867aac345737c]

        Don't override CFLAGS nor LDFLAGS, just append to them.
        
        Ok mmeeks@

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [b89c71bb3adc3e429a3d9ec553a218f2e716edb6]

        better output message when not mac

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [047adc7f48dec4eabe70f779d867f1c13b973234]

        fix libOGLTrans.uno.so vs OGLTrans.uno.so

2010-12-03  Joseph Powers  <jpowers27@cox.net>  [400afe6220cce3e1335cb3631d140e1cfce71ed2]

        Remove DECLARE_LIST( ScEEParseList, ScEEParseEntry* ) from ScEEParser

2010-12-03  Release Engineering  <releng@openoffice.org>  [e5b7e737d483bd39e45f859066b33ddfe4c3c91e]

        DEV300

2010-12-03  Mathias Bauer  <mba@openoffice.org>  [9be6f58185d4d48925410ca318f5423eb0b9537d]

        CWS gnumake: typo in Windows platform makefile

2010-12-03  Kenneth Venken  <kenneth.venken@gmail.com>  [39fc2df3c1d8e8bc8b689e2d21c193bc4886bf8c]

        more Sal n elements

2010-12-03  Kenneth Venken  <kenneth.venken@gmail.com>  [780df7c562f71cdf0967e8e906c5f4ac84a7b587]

        more Sal n elements

2010-12-03  Kenneth Venken  <kenneth.venken@gmail.com>  [f8e081876fa321cbf6072472ef5b5ee0aa050260]

        more Sal n elements

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [be8d00fe05ad77bdf4aa86e37faab84b35fb8da8]

        dba34c: #i104347# DisableSelectionOnFocus for multi line edit controls

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1924a7f54c5663ad9579a0b3da6fb4e053e050c7]

        gnumake2: merging minibranches

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b4a5fc894e64aeb5c7cd0ddd5efd4c78b55cc883]

        dba34c: during #i115901#: do not use an own static WorkWindow, but the Application-provided one, this is ensure to be cleaned up properly upon application termination

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [212572f2d3369cc992098248606d46ca9b7c8e9c]

        dba34c: #i115901#: dispose the local pane's window (after clearing the cache, which will dispose the windows currently anchored to the pane) (transplanted from 6010283465918075d489ba4b589fdc9b11343759)

2011-02-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [908e4f71480a904ae6e1f337a85885acecb190a1]

        debuglevels: use vsnprintf instead of _vsnprintf, otherwise it won't build on unxlngi6.pro+debug

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a9e0f5a1220582e0dac2f6505be70d465f01d055]

        dba34c: #i115901#: dispose the local pane's window (after clearing the cache, which will dispose the windows currently anchored to the pane)

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fb27484748b468884d640ab754124cd8cc668db7]

        dba34c: when asserting left-over top windows, also report the Window ptr

2010-12-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1c0e2bbfc4519492a5c95b2803f004a13b1dd77e]

        link debug runtime in non-pro; should be moved to platform makefile

2010-12-03  Christian Lippka  <christian.lippka@oracle.com>  [21015b5d04af5f27a41dd77215a29ba250599fe2]

        impressdefaults1: #i111998# reverted string changes since quick text edit is defaulted to on again

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [516b3f1d2ec651ba8defcb09d033961c5e068d3d]

        CWS-TOOLING: integrate CWS l10nnewlangs

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [791730540233ce60ffc6ac7a2f74e44db1ee6c05]

        CWS-TOOLING: integrate CWS srb1

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [23ccc031428fd505b83863f0a8c701da61289fd8]

        CWS-TOOLING: integrate CWS srb1

2010-12-03  Michael Meeks  <michael.meeks@novell.com>  [7b06ddc15c844a4312019e69bc934ba9cef97f07]

        enable zenity support by default if it is in the path

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [49dbc415b42830d3245b6e58245f4f13f79e032b]

        undoapi: now that XEmbeddedObject.doVerb actually works, use it for chart activation. (Really appreciate the resulting simplification of the code\!)

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [8413cf210177535ad14829f690e0a75a3e1bc73f]

        fix typo

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [082cd85b058e66a3b99e66f8c75ed8d013370958]

        CWS-TOOLING: integrate CWS native349

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f52fdb2b1e17e29f3a566f7bc4dcda504693e487]

        CWS-TOOLING: integrate CWS native349

2010-12-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [91917fb002927778caa79544d7191964b0bb33c3]

        gnumake2: add debug info; restore some of the old windows link/compile switches

2010-12-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e56690c2a55888c5f315ca5328b6af4851bf2c85]

        gnumake2: adding undo resources in svt

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6fb3a267c1c5d8ac0a12ee2ddd231d03251368f8]

        undoapi: merge

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6e00895d107120b99f6cb59242bd4ed9e36e47ab]

        undoapi: merge after pulling selected changeset from CWS fwk162

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c64ee3cc7ea4251b18ed75c3ace45e4c58eb1e5b]

        undoapi: merge after pulling selected changeset from CWS fwk162

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [3c20b2f6c4dc51fafc8aeb81c2e4e79df0837c9c]

        fix this to build

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2c897eddbbac1c41c53e997db6c0a3d27628c88d]

        CWS-TOOLING: integrate CWS automationdev300m93

2010-12-03  Jan Holesovsky  <kendy@suse.cz>  [a16ea41c849a77680166702f112919e43551c4d0]

        g: Configure git's push.default to tracking if it is not set.

2010-12-03  Kevin Hunter  <hunteke@earlham.edu>  [ab9ff28ca4dfb4c703c76a34b1990dbd847689ac]

        Replace oldstyle ` with $(
        
        ` is deprecated, and $() is the new, cleaner way of doing subshell executions.

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [4ef7c0de84ad9068a73d553557747f63fe6da264]

        Related: fdo#31243 remove shadowed variable names (cherry picked from commit 4a95223e49e5967472ff6ee68659c4ff87298e4d)

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [c7f3bf8c9eac84def2f5ae102dcfcad043583df0]

        Resolves: fdo#31243 glyph fallback for cairo-canvas (cherry picked from commit cbd99e3bdd8a2bb887fb3eeb1e8d0a90f7576234)

2010-12-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [0a86184eed05291113f43a9e99591d7754f9ceb3]

        Make --with-opengl work on MacOS
        
        Now that --with-opengl is enabled by default, merge the patch
        dev300/transogl-crossplatform.diff.

2010-12-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [810d21d845b24cc046177059f9f72e20d9b308b6]

        disable cairo on MacOS

2010-12-03  Norbert Thiebaud  <nthiebaud@gmail.com>  [b84a7448a56177d38c710f1687355a2f8b814bef]

        Make --with-opengl work on MacOS
        
        now that --with-opengl is enabled by default, merge the patch
        dev300/transogl-crossplatform.diff.

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [ff438bb4118916f5f12c9dadac0078812f783e48]

        Resolves: #i115788# URIs must be exported as 7bit ASCII (cherry picked from commit 8b074d17a7e81f075dfe30236dfcd1b0e9f36ad2)

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [c50bf79ecc334520f0d852fb8a4ecce12bcce627]

        Related: fdo#31243 remove shadowed variable names

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [c290fd4808697f3f687055a4f5aa402858f43276]

        Resolves: fdo#31243 glyph fallback for cairo-canvas

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [e04fc94c262c684fd582096c99ad6fce62c98ca6]

        CWS-TOOLING: integrate CWS os144

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [56bd9bb80e067a2f24fa8a11c6c67a5097c0b8ad]

        CWS-TOOLING: integrate CWS os144

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5e5f32868925e3fc20bad2b7cc1c23b77b524d5e]

        CWS-TOOLING: integrate CWS os144

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ad336d156b4b27471896e31fb911808790007531]

        CWS-TOOLING: integrate CWS os144

2010-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c43ef26714cee177493c10e0e7be5284d157026c]

        CWS-TOOLING: integrate CWS os144

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b0e4f667098fb538a0fb6bc93e9551dd892da5a5]

        fdo#32039: Missing outline feature in new RTF export filter

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cb96ccb6d8c3ffd4b2aeb862faaa3cecbef56e9e]

        fdo#31190: Use the same method to getthe DBData than the mail merge

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3f779ec60d4c196ca81246d38991ae8a7dff9366]

        fdo#32039: Missing outline feature in new RTF export filter

2010-12-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b32a06395d07ed72e57a6ca1162ff597017b02d0]

        fdo#31190: Use the same method to getthe DBData than the mail merge

2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [d63890542329e089e5a596622276f290c4f97e8b]

        fwk162: #i115726# support activation of object from other threads

2010-12-03  Mikhail Voytenko  <mav@openoffice.org>  [e18dd74baf6de811ce41ab15377800d923bdc0c2]

        fwk162: #i115726# support activation of object from other threads

2010-12-03  Juergen Schmidt  <jsc@openoffice.org>  [b7732d00097dff81c76bbb445d652cb53496987e]

        spc01: sync with master ooo330m17

2010-12-03  Juergen Schmidt  <jsc@openoffice.org>  [bdccc1a4987cd04ec25d5dcd0c819fb5019a46b0]

        spc01: sync with master ooo330m17

2010-12-03  Caolán McNamara  <caolanm@redhat.com>  [e057b44e97769763c7284ac784081706c8d76b92]

        WaE: ptr_vector ctor takes a size to reserve, not a pointer

2010-12-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [455c3c0ca387adde8aeafe598cb49f730d655bd9]

        dba34c: #i115880# removed assertion - it does not really indicate a problem, and preventing it otherwise would be unreasonably expensive

2010-12-03  Thomas Lange [tl]  <tl@openoffice.org>  [6d45ebb928b2e8df70502ca5cede6695ccb5bcc1]

        cws tl84: #i109543# updating hyphen library to v2.7.1

2010-12-03  Thomas Lange [tl]  <tl@openoffice.org>  [8c7549696c7bc799a83753e27b8cdf027d9056b4]

        cws tl84: #i109543# updating hyphen library to v2.7.1

2010-12-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [263f3a4363e4b34a50ab96b73ff7f16072d3d470]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [dcdd29d67fa7530161995ed734bdaa8c0612a7ea]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [df2b5eab9db7928c27a218b26b080f334bc29082]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-03  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [199fe597e9506cdeec27c444cab9c9fe06177429]

        dba34c: #i115398# add autoincrement to special type

2010-12-02  Joseph Powers  <jpowers27@cox.net>  [3831d7f9074e146181f8e82a41f79242e76674d4]

        Fix another mistake in my patch
        
        Hopefully this is the last fix.

2010-12-02  Joseph Powers  <jpowers27@cox.net>  [3e2e0d065f9af6d2046e475b882abe3d089908c0]

        Fix "Remove DECLARE_LIST() from class ScDocument"
        
        Fixes some issues with commit 95b419dfeea83549ed021d9b1ccc0da0649779ab.

2010-12-03  Christian Lippka  <christian.lippka@oracle.com>  [8dd20306c4be9d0dfa0bc231a5c268efdba0aac3]

        impressdefaults1: fixed linux compile error

2010-12-02  Christian Lippka  <christian.lippka@oracle.com>  [045d00e69a22d56c8327e03116ce59057726d30d]

        impressdefaults1: fixed compile warnings on unix

2010-12-02  Kayo Hamid  <revol.code@yahoo.com>  [c919c3a73b0e6ccd7c6484567215f56c85ad95ad]

        Cleanup commented code in impress
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-02  Radek Doulik  <rodo@novell.com>  [47b589156c55d1c0ee52f72d95a7f7ea53fd1483]

        fix invalid read in doubleSequenceToColor, fixes crash in n#654065
        
        Signed-off-by: Thorsten Behrens <tbehrens@novell.com>

2010-12-02  Kohei Yoshida  <kyoshida@novell.com>  [92734962c82ac8a89792d44461dbdac8a17516c9]

        Moved new wrapper class into own files.

2010-12-02  Kohei Yoshida  <kyoshida@novell.com>  [998cb023ad248f4b9e9928d1b9f25875bdbf70ae]

        Refactored to avoid using CR_HIDDEN and CR_FILTERED.
        
        CR_HIDDEN and CR_FILTERED as row attributes are deprecated; we
        should eliminate all instances of their usage ASAP.

2010-12-02  Kohei Yoshida  <kyoshida@novell.com>  [e18c9eec80bdf11c698a915392c18414707d0b1a]

        Cache field style index for current range for better performance.
        
        This cuts about 3 seconds off with my test document.

2010-12-02  Kohei Yoshida  <kyoshida@novell.com>  [cf687f01ebcf5123c087c70a78b556893badd8ab]

        Replaced the inner vector with flat_segment_tree.
        
        This dramatically reduced memory footprint per sheet during export
        to ods.  With my test doc with 293 sheets, the resident memory size
        dropped from 1.4 GB to 270 MB.

2010-12-02  Kohei Yoshida  <kyoshida@novell.com>  [09174637e0cc51142f909420531ee5d161ee0885]

        Replaced std::vector with boost::ptr_vector.
        
        Nested std::vector does excessive copying of inner vector instances
        behind the scene.  Using ptr_vector to store the pointers to the
        inner vector instances avoids that.  Doing this alone cuts memory
        footprint per sheet when exporting document to .ods file.

2010-12-02  Tor Lillqvist  <tlillqvist@novell.com>  [0bdef7cec695042a2259c327fc4ea84c74babd0f]

        Revert one broken string initialisation change

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [adfa18b3c25b91308a94b4190c96dba21462b458]

        mtune x86 to atom

2010-12-02  Christian Lippka  <cl@openoffice.org>  [862b6214064cbde1e9fa5e5a93c2e49c17086dd5]

        impressdefaults1: #i112008# use space(s) for grid not point(s)

2010-12-02  Christian Lippka  <cl@openoffice.org>  [7d3aeadb8d2540442cd25193cc6df5cc04d9428f]

        impressdefaults1: #i111998# reset default for quickedit back to 'on'

2010-12-02  Christian Lippka  <cl@openoffice.org>  [5d5325135c31f829fbaedbf9a1403f90474c2772]

        impressdefaults1: #i113014# animate by 1st level paragraph for text shapes by default

2010-12-02  Niklas Nebel  <nn@openoffice.org>  [9fb23bfdf0dbff9f08a445a460284454a39936f0]

        dr78: #i51508# use the correct MapMode for EditEngine when formatting for screen

2010-12-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fa8c84eb5613359b47fd324b749e7a516d5e8316]

        chart46: #i85310# support for chart date axes in Excel filters: BIFF8 import/export, OOXML import

2010-12-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d66b44c069ec482233dbbb6b52dfcb741b7a5408]

        chart46: #i85310# support for chart date axes in Excel filters: BIFF8 import/export, OOXML import

2010-12-02  Christian Lippka  <cl@openoffice.org>  [57e64d8389d8e238a541cbad335a9da684010021]

        impressdefaults1: #i114776# renamed 'Eyedropper' to 'Color Replacer'/'Pipette' in sd

2010-12-02  Christian Lippka  <cl@openoffice.org>  [c47f821070a75540e738495f9bc4c2be02cc027f]

        impressdefaults1: #i114776# renamed 'Eyedropper' to 'Color Replacer'/'Pipette' in svx

2010-12-02  Christian Lippka  <cl@openoffice.org>  [59955ea1fe300e0cd1cd8754993eb24b299417a1]

        impressdefaults1: #i114776# renamed 'Eyedropper' to 'Color Replacer'/'Pipette' in officecfg

2010-12-02  Jan Holesovsky  <kendy@suse.cz>  [bbe16ac81b8b988830e88b1ff3628133446e35b3]

        bootstrap.1: Add $EXEEXT to dmake to check for the correct thing on Windows.

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [b9563a07459c3fac8060aeb6dbb0b7eacc309f13]

        convert archaic String types to rtl

2010-12-02  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9c55a2ac19179b22484b0c82d2b3f279e8007316]

        gnumake2: configure/sdev300.ini/unitools.mk fixes for gnu copy

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [8b2e816489b215a8878bcea36215006dc79e2cf5]

        Enable OLE object export, only as an experimental feature

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ea6c7c0d73e7d898d6e4759cb33997b7a48d2bd7]

        dba34c: FmFormPageImpl needs late init, else the 'copy-ctor' crashs after the previous change

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3ae1e51873cf2cd2a56edceda14e702a806f68c8]

        dba34c: spelling

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [74e33d164091ecebd963a95ea74c77953ae70d3b]

        dba34c: merge after pulling latest changes from CWS dba34b

2010-12-02  Radek Doulik  <rodo@novell.com>  [62df3b1bd5a17ebe7bbbb1687332363671366ac0]

        fix invalid read in doubleSequenceToColor, fixes crash in n#654065

2010-12-02  Christian Lippka  <cl@openoffice.org>  [2e96d3f5ac9ab252c01512969cd078d3a5abafae]

        impressdefaults1: #i113019# changing shurtcut for insert comments to CTRL+ALT+C

2010-12-02  Gert Faller  <gertfaller@aliceadsl.fr>  [4a554264ce017cc8f6817fe1f3ca9e3ddf21d1ed]

        Add export as PDF / JPG to OLE objects context menu

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [e98d09d0ad16a6bd843f0b691d39dd0bac4ff357]

        make smoketest use ooinstal to build its install set

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [d3f104d48f9c1d20a422db28961518962c4c902c]

        make smoketest use ooinstal to build its install set

2010-12-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [a785deda745a1d77187d9f83d7448015a91e67d1]

        dba34c: #i104351# fix name of dialog to correspond to menu entry

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [255da0d3dc8891c9595c1bd65b93dda4c2d7b32e]

        dba34b InitImageList: corrected condition for early exit

2010-12-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f43f0131fae5fc74680fceeef1ef26a3dd631201]

        dba34c: #i103425# allow datediff with 2 args as well

2010-12-02  sj  <sj@openoffice.org>  [2e512af879c769bd29ddaf00dbd3eae60d3d4813]

        impress205: #i115825# fixed metatextarray issues

2010-12-02  sj  <sj@openoffice.org>  [492a60385295d6b11d8c40634e2764c30cf12320]

        impress205: #i115825# fixed metatextarray issues

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [eb84bfb7dc422587358aa2c81c81372c8ef1babf]

        make life simpler for nfs builds

2010-12-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [b8cfdece629a509bd668a9b6196a839518551cfd]

        dba34c: #i99979# check if international

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2e082fe92cc64f6abee53440be67ff39bc83e433]

        dba34c: #i115876#

2010-12-02  Christian Lippka  <cl@openoffice.org>  [03a5e096c8309ffce6fecc28d17062f3e5a9d4e0]

        impressdefaults1: #i113019# make user paint settings persistent and added context menu to change pen settings

2010-12-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7d327440bec83f1298bf30594afd7cd088aaa2a9]

        Added l10n to gitignores

2010-12-02  Christian Lippka  <cl@openoffice.org>  [c5ef5762391ce310884567b3eaa3b474e1aaab9b]

        impressdefaults1: #i113019# fixes to make changing of user paint settings during slideshow work

2010-12-02  Christian Lippka  <cl@openoffice.org>  [a62d5eead2e06ace92395f0c4e2efa73c0c0988c]

        impressdefaults1: #i113019# fixed image for slot ShowAnnotations

2010-12-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4f84e7bb10c7418472bceb5083ddc1302c9bcf2d]

        vcl117: #i115056# fix dialog HelpID

2010-12-02  Christian Lippka  <cl@openoffice.org>  [119d17832036dd7430a15a1aa1e7d2ad7ebd9a7e]

        impressdefaults1: #i113019# new config entries for slideshow pen width and color

2010-12-02  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [8dec2fc01a0a8b0ec4b92854d0f1d8834759e21e]

        chart46: #i25706# implement date axis - correct helpid

2010-12-02  Christian Lippka  <cl@openoffice.org>  [c79a8e5b49efcace06ae56b00d435481cbd59c90]

        impressdefaults1: #i113019# lazy delete static canvas factory

2010-12-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [6697a4827b4dd0aee507840c4c1ebf6e19186282]

        dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window

2010-12-02  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [1ae17f5b03cc14844fb600ca3573a96deb37ab3b]

        dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window

2010-12-02  Carsten Driesner  <cd@openoffice.org>  [c64e5ab520cec6e5b1b949e848a89ebb0c805fa6]

        fwk160: #i112890# Fixed leak in LateInitThread

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [bdb1da266644a8d6f2252cb5b38975430cfa0aeb]

        disable the binfilter by default

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [834b53a2be6f0c558dcc0fffc29148d72a587d13]

        default to use system-python for the sake of gdb-ability

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [03f97b302d8ae33cea90ee844c4bde810397d5e0]

        fix fetch rule

2010-12-02  David Tardon  <dtardon@redhat.com>  [61f19adfc2493460a344c7399b3f595e945967ab]

        remove #include of oneself

2010-12-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [87d0e0c7936764bbee026879cb162733e7dbe203]

        #i115865# cancel button is now a close button

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [22d81d13b001ca4fc3580c9b4165b99ab78eb6af]

        default opengl to on, except on Windows & bin obsolste pam pieces

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [cd2927c5919453684c6f27f6372bf45856cba028]

        default cairo, hids, and lockdown to enabled.

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [8c23156321d7710c53e0cce7cf3289257f50292f]

        cppcheck: uninit member

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [d9c81375bf3836f6c362d903bf669cb670ec57f5]

        default broffice to enabled, and epm to disabled

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [130d0b455f6b5b5ca6ea22863b09f27e28b53a0d]

        Resolves: #i115788# URIs must be exported as 7bit ASCII

2010-12-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [a95b59d83a28a7a92659b0743fea876c46713c15]

        #i115865# cancel button is now a close button

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3a781e36a6e0609e36c75c02348ceabe9a29a19f]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2c0efc29367335aa01528b18acc342748d4f88b8]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [51a080b32fe44052f78c8048cd9436323156d8d3]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cda10a2d67d77b74cafb41c5ce294c2fd195dc66]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ced942246afbc04dbc1093f0300149712d36d19b]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [285eec23774af57d943a2f1aa7ba524d896bf221]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [27e664e96a8684af0c1e3c1a17d1af0887d4bef0]

        Automated merge with ssh://hg.services.openoffice.org/cws/gridcontrol07

2010-12-02  Michael Meeks  <michael.meeks@novell.com>  [a22c7cb5f35abc2fe8e30d0f333bd4105ac6d2e1]

        split downloading down into a separate 'fetch' rule

2010-12-02  Ingo Schmidt  <is@openoffice.org>  [a6d9aa09b8041c0a11ea21de04d3d2753a0d31a4]

        #164272# preparing creation of 64 bit installation sets

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f9a37be30cbb23c941f519c92ed2de6f9a44f924]

        dba34c: #i77025# don't allow closign the app window when a wizard is running

2010-12-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9dba5eaadeba2789c6b9f563c9e148a7ac50c679]

        fix pch

2010-12-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [54a2692d06dd358e195452111ac7136fa45d8f06]

        fix pch

2010-12-02  Jordan Ayers  <jordan.ayers@gmail.com>  [5d734844a505c31af8cb942f66a08ad8fbf6aa12]

        Accelerate perl installer: optimize installer::scriptitems::optimize_list().
        
        Replace call to convert_stringlist_into_hash with a simpler method using split; this requires significantly fewer data copy operations.
        The new routine strips all whitespace from the front and end of each value; the old function call stripped leading whitespace, most of the time.

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [23d3ec955da3810bbaa1ca41d5ecd467a9c7e6fd]

        WaE, unused parameter

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [97e586fb11a586adeb57b25d06941c0fd7b11c42]

        WaE, silence this warning

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [e844bfda27e890de84c88a02753193698e9736d5]

        WaE, fix member init list

2010-12-02  Caolán McNamara  <caolanm@redhat.com>  [65a5effad9a44b282f0c87b9c292433bd094a513]

        fix relocate now that tcsh Env file is no longer generated

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e86fc3238cfd425bd49a2e6033521aa11a67b9bb]

        undoapi: #i33781# include XUndoManagerSupplier

2010-12-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a2fc7d32332e20a3c16836c8362f79b76033bbfd]

        dba34b: draw cell text in the table designer vertically centered, to prevent jumping of the text when the cell is activated

2010-12-01  Joseph Powers  <jpowers27@cox.net>  [fe521808441b56f5ae65c80a8c8d12f60325bcce]

        Remove DECLARE_LIST( ScHTMLImageList, ScHTMLImage* ) from eeparser.hxx
        
        This is the 1st of 2 DECLARE_LIST()s in the file.

2010-12-01  Joseph Powers  <jpowers27@cox.net>  [7be1f2b1330d95e06c868282dbeaf653f56ca4c1]

        Remove DECLARE_LIST() from class ScDocument
        
        The list wasn't needed. You could only have 1 item in the list at any one
        time; so, I just replaced it with a pointer.

2010-12-01  Joseph Powers  <jpowers27@cox.net>  [a2fe500e61a73dd0dece90c7264ebba57c07088e]

        remove a compiler warning
        
        The compiler was thinking that you could get to the end without a return.
        It was wrong... but this will shut it up.

2010-12-02  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [97b6f0ccc82039c696db4dd31ac2887a69b0c44a]

        gnumake2: using awk instead of echo for better portability

2010-12-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [19ef1eb7a79eeace219570dfb6c38ab2d2906e3e]

        fix the IFS trick. the bashims removal broke that part

2010-12-02  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8c982338ec6c60e15c3060c8c135e3a330c85406]

        gnumake2: fixing build.pl message

2010-12-02  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9fce17bb41b8b8d02daedc961b3089879ad9f140]

        gnumake2: fixing gnucopy hack

2010-12-02  Thorsten Behrens  <tbehrens@novell.com>  [5c13013306562c8ac4f59c530e8ef53805c36978]

        Better installation help for Linux in readme
        
        Content from fdo#31956

2010-12-02  Thorsten Behrens  <tbehrens@novell.com>  [fe6ed1e8bf1cb3762eaa7e2cd28f9dd7cb06f8e6]

        Add with-linked-git and make repo list configurable
        
        * adds --with-linked-git config option, that internally uses
          git-new-workdir
        * consolidates various repo lists into bin/repo-list, and use
          that to dynamically add l10n repo

2010-12-02  Jan Holesovsky  <kendy@suse.cz>  [f9eb714c78a78690d5de34ac2bb18930dc54a271]

        autogen.sh: Even more portable.

2010-12-01  Robert Nagy  <robert@openbsd.org>  [0ba6499e6d78650eef3871cbfca4327c472536cd]

        merge a modified version of patches/dev300/system-db-check.diff
        
        try to find all the supported db headers and libs in all
        the "standard" directories

2010-12-01  Robert Nagy  <robert@openbsd.org>  [bd515e768b342b35a4cf6c07467da0f8d1da0dbf]

        merge a modified version of patches/dev300/system-db-check.diff
        
        try to find all the supported db headers and libs in all
        the "standard" directories

2010-12-01  Kohei Yoshida  <kyoshida@novell.com>  [dfe91d085c72ce3bfc8e59a0c20b64eb1fdc4279]

        Fixed the sizes of Tips and Extended tips check boxes.
        
        The Tips check box control was too wide and it was overlapping with
        the Extended tips check box, which prevented it from being clickable.
        (fdo#32028)

2010-12-01  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [33aba82edfc919174a24e9ca8b3256d350126b97]

        gnumake2: use gnu cp when available, fallback to posix tools outherwise

2010-12-01  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cdc0d6418e42494380190954154c0fe947d2c41a]

        gnumake2: low resolution time for deliver files

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [e39e41ddc74402b3b3cdeff52ae0e381c7c0b883]

        cppunit: rearrange tests somewhat

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [2d40f9daa55e72cc4f5f83e382da11fe9625e159]

        cppcheck: uninit member

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [2364f813d933eb7007527ee927d0e9b945db22e7]

        tidy this up

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [3ee176e41a25fe49d4603542671a92f18e3e0e04]

        cppcheck: unused variable

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [a3fa02d21787faef18da3dfc587d91c456f05ce3]

        cppcheck: unused variable

2010-12-01  Michael Meeks  <michael.meeks@novell.com>  [0beac18c7aa0a2959b63cb662ebaaeb1f443f9f5]

        overcome aborted download problems
        
        Previously if we aborted the download, it would delete dmake/dmake
        which would then simply not be re-built, since we were checking for
        the version in the solver in the bootstrap script - which would still
        be there.

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [98d20e26be83337f018ca036aab2a40f6cb90aba]

        cppunit: rearrange to get count of tests in output

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [18ccdc17fedabd3c04c398ba8c055aa66affa928]

        cppunit: add a simple NamedRange test

2010-12-01  Jan Holesovsky  <kendy@suse.cz>  [5da12b112f20e3db16dc4b04881284a96547c259]

        autogen.sh: Remove bashism / non-portable stuff.

2010-12-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [296693e5324b068289bdc18ad78691618514aa7d]

        Added some more infos to the layout dump

2010-12-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c6c2ee62a5ca277d906f0dd73e5d368ac5aab550]

        SwBodyFrm::Paint needs to call the parent method in any case

2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [7639dbea502f95c213ec340e83437ca443a0612f]

        merged outstanding changes

2010-12-01  Luboš Luňák  <l.lunak@suse.cz>  [8436f14da10f4633976597f8152ac9f6afd6e18c]

        fix incorrect character in copyright header

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [6637546a37fc7cc6c0c898b1445eed053f4bdabc]

        add another dir to the PYTHONPATH

2010-12-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [51b560b3da65e98e5efa16b564b0f626d9a4d0fb]

        Layout debugging: the SwBodyFrm::Paint shouldn't paint in non-debug mode

2010-12-01  Florian Reuter  <freuter@novell.com>  [886918a03098888741a39a59b510f9ce258575fb]

        Added a layout dump hidden feature for dbglevel>1

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [7e6a9b47258c4d76a94af12881947a851802a0b8]

        cppcheck: can reduce the scope of this variable

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [ab5973ab5c1fdc609fab16552652823517cea2c4]

        cppcheck: can reduce the scope of this variable

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [346010874e6ca3c3f9c808d50fffb91c6d2e61da]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [4293350aa206c13cbd088fcf2e6d2a31ee8472c8]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [72b90252b43a393597d047bf6332ce2ea8967403]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [2dad239f2d87f5929bc00d2348a9f3a1bb31b2ad]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [1c118c09845abf7afa3be9b256c25c1389e86e2c]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [1c9811a2465d51d2cfe8e58d5d82051c11cab201]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [a54979d5c8d79ee2abd0bc82b1c9f390120889e7]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [3f263c655358b0f9a4ba5de66388501ce5a6de4e]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [676fb36991ea92d2b34d9eeb2cbfc312425cd9dc]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [e4bb71d17e8ca177a1eb7d9f68f13ddd1a1ee1a5]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [b8373d61af0185f64acd67a0591429347b651f75]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [4ab5b3c69b803fcaec7d171bf29f8d1def6f1883]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [9ebc910e1566d6c45d5d0b0f6a09476dffbf7c97]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [631e8dd99de2da9f5b55fa4bab17b20522118f97]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [3b238d37a3352d55133bd287f3d12f06419897ae]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [a86390b52757d6fac683a6b804484b01f1c7cc30]

        Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)

2010-12-01  Luboš Luňák  <l.lunak@suse.cz>  [0e9523e3c5fb34e5ca6aacc676efa59675f86e88]

        document SwCrsrSaveState usage

2010-12-01  Luboš Luňák  <l.lunak@suse.cz>  [fe40a2a43d1eaf03b3e2172a3f33d627dba6b633]

        use SwCrsrSaveState to save and restore cursor position

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd8593ad2d504fe354c0cba1e91bfbaa4f354304]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fb7a11be8dae01b38bc491e66457ae315cddca90]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d5a671a4b0a5fd7c33f7faf77c30790777ccf800]

        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  Luboš Luňák  <l.lunak@suse.cz>  [2ae696afa9e1a383483446dbfc204ce59315db42]

        move w:lvlJc to the proper place inside w:lvl

2010-12-01  Mikhail Voytenko  <mav@openoffice.org>  [b927224032e0ca68961cb6730c02de04f56633a5]

        fwk160: #i107138# fix the saveCompleted handling

2010-12-01  Thomas Lange [tl]  <tl@openoffice.org>  [a074f0b9d87e9b6f5a4a27874e9cd0c722af4b73]

        cws tl84: #i115443# MathML export problem with groups fixed

2010-12-01  Katarina Machalkova  <kmachalkova@suse.cz>  [4d42da859851ed85f175c0d13bbdbbc32438f815]

        Export frame around graphic object into xlsx (bnc#654525)

2010-12-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [baddf3f156c3c557c3615aec46b1f95df292a0fd]

        vcl118: #i115838# improve region with respect to polygonal regions

2010-12-01  Mattias Johnsson  <m.t.johnsson@gmail.com>  [cda75d6f358d438f7ed36ed7fa296ac23e3c4a04]

        Fix for i#8288: "Replace all" should leave the cursor at original position

2010-12-01  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [fd6ff78cdeb8d0b7582fa955e7f24d9868f93615]

        trivial warning cleaning in binfilter - unocore (2)

2010-12-01  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [afd036439f60ac953672f202a4c19d226e51da2d]

        trivial warning cleaning in binfilter - unocore (1)

2010-12-01  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f82d4b69e110a5105522da8189900074284e0239]

        trivial warning fixes within binfilter bf_sw doc

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [506b96431c407205b676fee31f2a5f93fc7f5a9d]

        use BrOffice in pt_BR locale (fdo#31770)

2010-12-01  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [840a1993c73aabac5a284a74400e6f553298c472]

        trivial warning fixes in binfilter

2010-12-01  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [989ecde5848dfb91842ca8a29f809d2cd6e6d7b1]

        more shadowing fixed sw3io
        
        e with '#' will be ignored, and an empty message aborts the commit.

2010-12-01  Thomas Lange [tl]  <tl@openoffice.org>  [62117e43fbbafe6a1e311e8408fccecc69ae6452]

        cws tl84: #i115443# MathML export problem with groups fixed

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [520eb9a251e557ffbebfc79deb5ee0cb55600d9e]

        Resolves: rhbz#657718# Crash in SwObjectFormatterTxtFrm::CreateObjFormatter (cherry picked from commit 7f75773f59f4e755c8e18b8f604d3ac56d94914e)

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [da7001cd522b32757a979019b76fe81e1cd5c63e]

        fdo#32007# Only register EvolutionLocal when evolution support is enabled (cherry picked from commit 16357d4555f513a0ecb987a318eff190cc845ef9)

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [85056ca9a0181fbef5290f54255f22eed9a334f1]

        fdo#32007# Only register EvolutionLocal when evolution support is enabled (cherry picked from commit fdd1df3de3e902df73e389d045054d86807df84a)

2010-12-01  Jan Holesovsky  <kendy@suse.cz>  [c3bd12c12445cac8263966d4460c616980f038b7]

        gitignore: Add src/

2010-12-01  Thorsten Bosbach  <tbo@OpenOffice.org>  [281cf7b248ec45d161629bb081d7dab80dea143b]

        #i115864# change file list count

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [6924918d13885f431fee078c599707d718ecb6c5]

        fdo#32007# Only register EvolutionLocal when evolution support is enabled

2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [e67e406c549622295ab3fd1e37ceeb723a6446cb]

        merged DEV300_m94

2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [b91af42051ea8d7d8c283711b4263c58898c5b56]

        merged DEV300_m94

2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [b443790d51624a5bb11c00c43165451a731409ca]

        merged DEV300_m94

2010-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [6c59cba1f07e5e4fa13417aa3d5e690031c92f30]

        merged DEV300_m94

2010-12-01  Caolán McNamara  <caolanm@redhat.com>  [cf4e47bb16281e286023236355209468dcce58b8]

        fdo#32007# Only register EvolutionLocal when evolution support is enabled

2010-12-01  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [4f958ff57dc8654ae10f6ee5da1e7a37a526d6ee]

        chart46: #i25706# implement date axis - switching to net chart

2010-12-01  Petr Mladek  <pmladek@suse.cz>  [0a86196ccd116f40a5681fccae547e23d2d79cfd]

        bump SHORT_PRODUCTEXTENSION to rc1 and widnows build version to 3

2010-12-01  David Tardon  <dtardon@redhat.com>  [b2bf139ffe88a29553104b5379389a9ef4d5028c]

        Resolves: rhbz#658304 late-init color config. to avoid crash on recovery

2010-12-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [edac2b708b4e334d5f75ae091e52a7d3aa7a3175]

        add support for --with-distro

2010-12-01  Carsten Driesner  <cd@openoffice.org>  [cb57d9d6e20e1d4846730f7242c4550c224e16ba]

        fwk160: Sync to DEV300_m94

2010-12-01  Carsten Driesner  <cd@openoffice.org>  [ca0b9c0669c5a5767f7b27645ab718c8f0f21848]

        fwk160: Sync to DEV300_m94

2010-12-01  Carsten Driesner  <cd@openoffice.org>  [101cf8871e3bd135ae45f76fdfb69f6392d0fcbf]

        fwk160: Sync to DEV300_m94

2010-12-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4699b3eb9b0edcacfa790b5621628ca14a6fc2e9]

        gnumake2: remove warnings

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [39345c3f8efa8c33b7f3655bc9a854daf9cc6928]

        dba34c: #i114595# don't ask for the Selection control if it doesn't exist

2010-12-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c3701eb55f74b0338aaa1d2387382a08f869c3b3]

        Windows Installer package that contains more than 32767 files

2010-12-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e2146f61afba00e6fb95be18ada60de6e288728b]

        Windows Installer package that contains more than 32767 files

2010-12-01  Mikhail Voytenko  <mav@openoffice.org>  [16b32932006dab6a1dac0858e75af0991192b73a]

        fwk160: #i74950# let imported links be readonly

2010-12-01  Mikhail Voytenko  <mav@openoffice.org>  [b8fde585bdd8bc2df622001352ae4f0e027a0813]

        fwk160: #i74950# let imported links be readonly

2010-12-01  Mikhail Voytenko  <mav@openoffice.org>  [accc0e78989ae71e78fc1aad049412438576c801]

        fwk160: #i59788# use standard InteractionHandler to store documents

2010-12-01  Jan Holesovsky  <kendy@suse.cz>  [f9eb626e4b47facb0c9380ac9531b7895088cca1]

        tinbuild: Update to match the new bootstrap-based build.

2010-12-01  Jan Holesovsky  <kendy@suse.cz>  [9c0035f02407b5e02f7e0a15988b4fd061961874]

        Makefile.in: Introduce the 'install' target.
        
        You can use it like 'make install', or 'make install prefix=/path', to override
        what has been set by ./configure.

2010-12-01  Jan Holesovsky  <kendy@suse.cz>  [73a77a19de7732d05ddac6aaf79fb7878f3d3dc0]

        tinbuild: Move it from the build repo to bootstrap.

2010-12-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d26b3d2ec152d82e2de02b69af6c20551ac3618]

        gnumake2: fix windows link switches

2010-12-01  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [039076d86f2fe956bfe9a13fb774a7ac71c73248]

        chart46: #i25706# implement date axis - corrected automatic scaling

2010-12-01  Robert Nagy  <robert@openbsd.org>  [6e6543df8fd81b3d8e894b0ed90a983892fdb359]

        Do not try to break 2 levels if ther is only one loop to break

2010-12-01  Robert Nagy  <robert@openbsd.org>  [441372c6c33390594d6df22d7623ddf8db3fbab1]

        Do not try to break 2 levels if ther is only one loop to break

2010-12-01  Christian Lippka  <cl@openoffice.org>  [13e1a463e3b08bc0f07f472849ce5f5ccca090ed]

        impressdefaults1: merge

2010-12-01  Christian Lippka  <cl@openoffice.org>  [1c51606b68c35a4b64a5cec854dc768afbc26759]

        impressdefaults1: merge

2010-12-01  Christian Lippka  <cl@openoffice.org>  [705491c560d93d71910da8dfb76e0c7108cef561]

        impressdefaults1: merge

2010-12-01  Christian Lippka  <cl@openoffice.org>  [d9ae4d5e9624414822d20d676fbc2cd0ffd91de0]

        impressdefaults1: merge

2010-12-01  Christian Lippka  <cl@openoffice.org>  [9439eba6db26f27bb713168440d27fe51fbfadb8]

        impressdefaults1: merge

2010-12-01  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [ef238fc51189b007d5c4b20b6139c78984e18be0]

        impressdefaults1: #i113018# use red as default pen color, enable pen context menu

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [24984aa7a473b53daea4c8b077dc82d79c2b6f10]

        dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9c3733f6d9da44295996e85187c658fce0f056ac]

        dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [310424305e9fc3ff81b9c9c789dff5df3717e53e]

        dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dffb97276ae61aefeb62696bd16dc78ab6b5b5d1]

        dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [947f23d3b3890efbc931030bc792ab9c8d5bde87]

        dba34b: #i113555# when a button's URL points to a document-local target, properly export this to PDF

2010-12-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [94c8d24c100c876de416ea51a9330d5b21c1c16b]

        dba34b: removed unused includes

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [84926003869dfe5d140be89dbc8c1572656147a3]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [11a9eb6d1956d4a2fb3a4114b1dcd3cfd364c96d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [10df05f65b2ab3622f923e189fa98e0e3744aa69]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [01f74443a1a2aa9402b475f9300d6766ce8858a7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [5f0449a1ad75ca83b1faba3a94c1609dd84e0547]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-12-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [52ce4f6336615b1215c33a8f58333f57dbed55c0]

        dba34b: #i115655# set MaxRowScan as feature

2010-12-01  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f313460318c719edf74cf3e1f02a01c3f71ab4d7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-30  Joseph Powers  <jpowers27@cox.net>  [b33189f6533c2ebc60d357e76a12a25ede8ea355]

        Quite some more binfilter warnings

2010-11-30  Takeshi Abe  <tabe@fixedpoint.jp>  [d2e91b8732b2e3b8b41333c09894deb5967c71c5]

        ban bashism

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [730989afb481e719033905c29e78630feb23b12a]

        configure.in: Move the post_download creation up a bit.
        
        So that the message about what to do now (issue make and make dev-install) is
        the last thing the user sees.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [be729b00869a12bca0b7b114dcecbad3f3585e6c]

        download: Fix minor typos to make it work on Windows.

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [4a8e692f6bab49de18d37f9fdf7ba998396523a5]

        make autogen ability to remember the last command line work on MacOS
        
        futhermore: the conf.log extraction method is no reliable. autoconf
        has changed and newer version don't put it there.
        furthermore, because of the post_download generation,
        the conf.log get crowded by a second autoconf...

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [4ab516df62353d068e4ebf298d2f4e1df793dbcc]

        fix issues when building with the build-repo

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [b1b5d92e3d54062d4b2013be4e950ddc6f34b551]

        adjust .gitignore

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [dc0370ab525d338f88e0dc11d54bab10a5956dbc]

        add a script to generate the links in bootstrap

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [f797994afe9d645fcf6d5fd6572e0a0af39fd6a3]

        exile some download-dependent configure test into a post_download step
        
        on windows, the configure check that some dll/exe are present.
        these are in fact automatically downloaded by the ./download script.
        but that script is run _after_ ./configure.
        So the tests are postponed and run in a post_download script that is
        invoked at the end of the download script.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [40dd1bc167965484486c695cc3266ab2f68f98f6]

        git-hooks: Symlink the git hooks to the ones from git-hooks/

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [60f200caa44ddd42830eec3a98364facba71e6e1]

        git-hooks: Copy them from the build repo.

2010-11-30  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e23436d7e8f47837c303438447cb389904f1fd74]

        Expand documentation to mention debuglevels.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [8feb6c0387ad28f7dfe6e07fdf7b1820597b7d78]

        oops: remove a debugging flags in g

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [d41f1866bcb7f2b74c158bbf3ab51d10cb324e9b]

        simplify the determination of the bootstrap dir

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [13756e658cfc7f69c22927b7b43f30ab829fedfe]

        adjust gitignore to exclude built stuff in bootstrap

2010-11-30  Norbert Thiebaud  <norbert@sqdata.com>  [f61644158ef2f3a268f4af14a55b449ae10ac348]

        add some utility scripts to create new workdir
        
        based on kohei blog on the subject, adapted for the 'bootstrap' build

2010-11-30  Norbert Thiebaud  <norbert@sqdata.com>  [22ce9930770db442cc35d37473baf45d1f064fbe]

        correct the instructions:./download and ./g clone are implicit with make

2010-11-30  Norbert Thiebaud  <norbert@sqdata.com>  [bd636a6f40f1ab4577eb7cdaf1a250e5ab149f48]

        make the download step clone the 'others' git-repos if needed

2010-11-30  Norbert Thiebaud  <norbert@sqdata.com>  [3288713ba610617677b26c212bf0c0314f65a362]

        Make the determination of the remote repo url work on MacOS
        
        Use bash substitution, instead of a piped sed

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [8a71b563c9c6aee048dd237d8c443a0505e5adf8]

        build: Fix ./g clone.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [bc663e966a007c8ed4b5f55090c12ca707448b9c]

        build: Update the download location for the external tarballs.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [c50fdb0657b9bc315305959b29261c9af0c95cf0]

        build: Renamed fetch_tarballs.sh to download.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [06edf9983245d4458da128f2a31c03051c771dfc]

        build: Make the 'g' wrapper in bootstrap really work.

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [c8eb86592b9c927244724a29569d1b08fc02b233]

        gitignore mac built objects

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [a694de19b40bbd9730c3e7c7d4218cdb39549466]

        build: Add the 'g' wrapper to the bootstrap repo.
        
        This is the first step in removing the need for the 'build' repository, and
        its 'rawbuild' hack.

2010-11-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [4c8c8751e51b3d4b91f1daff26302b9702fbbfdc]

        building rawbuild on mac should not depend on pkg-config being installed

2010-11-30  Gert Faller  <gertfaller@aliceadsl.fr>  [1aa7b342f9e17d4fb63afd61ba5d1d7abb109dbd]

        RTL_CONSTASCII_USTRINGPARAM in filters 18

2010-11-30  Gert Faller  <gertfaller@aliceadsl.fr>  [e8a168219480cb706bad257af52b83d80cc80e7d]

        RTL_CONSTASCII_USTRINGPARAM in filters 17

2010-11-30  Gert Faller  <gertfaller@aliceadsl.fr>  [d32c2ac7ada6febfd935908bf312009b44254f3e]

        RTL_CONSTASCII_USTRINGPARAM in filters 17

2010-11-30  Gert Faller  <gertfaller@aliceadsl.fr>  [0a4c0a6a07340651724379a19ffd42a1472dcde6]

        RTL_CONSTASCII_USTRINGPARAM in filters 16

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [71497602290787d54c882cd046f0c7bf2e3758e1]

        Further readme polish according to fdo#31956

2010-11-30  Gert Faller  <gertfaller@aliceadsl.fr>  [673abf13b22a422b1b17d3eab80991f429049616]

        RTL_CONSTASCII_USTRINGPARAM in filters 15

2010-11-30  Petr Mladek  <pmladek@suse.cz>  [b8154f1d93f884e7b7cdb63c6aaa21d451bace38]

        use BrOffice in pt_BR locale (fdo#31770)

2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cb36292ec49efcc8cbb1ce1010e3665394de144c]

        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  Caolán McNamara  <caolanm@redhat.com>  [8d78326d7462db16dc734233280f157284799305]

        Fix incorrect merge conflict.  This fixes fdo#32002.

2010-11-30  Kohei Yoshida  <kyoshida@novell.com>  [36b788870186822146b509e86f6670d13559b009]

        Changed header license for new files from ooo-build.

2010-11-30  Kohei Yoshida  <kyoshida@novell.com>  [182bd344859d1658b806749f9c97e40bea531ef6]

        Don't forget to store sheet index of merged cell range to be re-merged.
        
        This fixes fdo#31805.

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [762d52017720145c198eae7ae442a699b9af4613]

        Adding delzip files for extras (part 2)

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [b03ee2674565669356d92129c6ba93f2d77900c6]

        Adding delzip files for extras (part 1)

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [e5b5eb2baaf9c4407be359c51239dac43bd0a3b1]

        Adding delzip files for extras (part 2)

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [e29bcf4437dbc490a06ce0471cd248471a5fe838]

        Adding delzip files for extras (part 1)

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [24f500ecd35320078a8bfa5dbb6d753ffc6b69a2]

        chart46: #i25706# implement date axis - some docu issues

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [17b91858438b06b0029b07f3c5fb7ba162fb0879]

        chart46: #i25706# implement date axis - some docu issues

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [a0bce82eac0a7ab7484b1ce3e80009828c5aa2d8]

        Partial README update according to fdo#31956

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [ad215b94ecc372fe56502dcb021cabe3cb5e9f07]

        tidy this up a bit

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [12957cbb934a8d52f073723204fc212e45731ae3]

        cppcheck: uninitalized variables

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [fb4a3375d751fc19023f21630ca5b5a18e6571c0]

        cppcheck: unused variable

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [01b2b72fe4905fb4c3aa1bf3c2c63bd37d51cf52]

        get substitution order right for overlapping variables

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [c9eaa19fcd240d917ad8d758ce76e0b3145322da]

        get substitution order right for overlapping variables

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [de667b72e642d4bb029143d5239c850fd45c17a8]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [e944bed1166d34170eaa6ff3dcabfc73a5d81edf]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [a5509a421f2f3d43aad1ba5d32e6c7bf1c015b3b]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [9fe2c541948f16c61bf7bc3ec333c3e206a500cd]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [05db611378cdb06d9c5ddcca3a847c458e1f4cfc]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [dcb0e0856b5875d5ef5e89ad13d81fb5da7bf9e5]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [6bcbe6006dcf6853cd315c3167b2e5b6efa5b6f9]

        CWS-TOOLING: integrate CWS pl08

2010-11-30  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [f14e4435dc362d5f64b56adcfeccd29b69de3dd9]

        impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows

2010-11-30  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [431938ca53fa85bfb2e3352b9779b2a254c40119]

        impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows

2010-11-30  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [a2fa4ea9d8cf51b3cda79d135cafc6fa0031937e]

        impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows

2010-11-30  Kayo Hamid  <revol.code@yahoo.com>  [1f6aa8f2a8352cc5cc3ef8981afa278a9759c379]

        clean code at writer

2010-11-30  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [6bb902fec45a524b16739263171ac32555e2c29f]

        impressdefaults1: #i1113# also set copy while moving to true for draw

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a72330b7efb98fed5164e201033981d6c677036e]

        chart46: #i25706# implement date axis - remove compiler warnings

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [a2f4c6ebfbe3380ae5460c8eab43e3162e352ad7]

        chart46: #i25706# implement date axis - remove compiler warnings

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [18b99658a2b7c3f459827931e97d79a02b5ce50f]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [9de54acb4b28a518261578a28eac5fbc7a364137]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [1f4d049589371a12382b225d230085e98d1cea58]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [65df21598fe975ffefd8f8e6951f8d3b331c2b29]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [cb0328de1a5263be0d3e0862bc5ace77345f0497]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [f9c03e6704fb1a2caeb2a152c493708505e9df67]

        OOO330

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [511730d4cb5a248ccbfc48811a4717a15038fe26]

        OOO330

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [9ee0c6f818a75d9d42d74d4ad56480048e40ed4f]

        add PRODUCTNAME_BR for ulf substitution - now an l10n problem

2010-11-30  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3804c8c4dc21d1f7cf7d0247ddb4578265f2c4b4]

        Fix writerfilter XSL to handle more elements

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [6aec2351408cc928ff5cc8167465a7b6d6f77597]

        add PRODUCTNAME_BR for ulf substitution - now an l10n problem

2010-11-30  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6c48a64f2616d1bd0ba9cf9610fd53fc359e1270]

        #i115784# registry: fixed std::vector<> usage.

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [14a5ffc313f0bfdcdc75149db203ddca1d157a7b]

        CWS-TOOLING: integrate CWS impress202

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [6be03e1cbbc052778b342ecd8f3620974e74f9f2]

        CWS-TOOLING: integrate CWS impress202

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [d79818d6f337f55d3a57a28596d300e8afd0fce7]

        CWS-TOOLING: integrate CWS impress202

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [56c0414035fec99bae09537534b885696b89023f]

        CWS-TOOLING: integrate CWS impress202

2010-11-30  Ivo Hinkelmann  <ihi@openoffice.org>  [8e7be2d16b30830d547e7478e55fe0e32e149b7d]

        CWS-TOOLING: integrate CWS impress202

2010-11-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [307b80588f4ff2b8aa4493b11c75f7123bd26961]

        vcl118: #i115838# enable OutDevSupport_B2DClip on Windows

2010-12-06  caolanm  <caolanm@redhat.com>  [c54074891ced6fae534d1d1c5c8725a2116ec72c]

        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>  [8130d39f6b56271aedad5dcfd0d2f065ef15acaf]

        vcl118: #i115871# include proper header

2010-12-01  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [6b142d676ff9461e78a4cbe5afbea5d71c8d82f7]

        #i51583# avoid text clipping in MsgBox

2010-12-01  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [598bd3e1bf5721d1aabd4a5051199c2bf379b037]

        #i105655# fix LineInfo::operator==

2010-11-30  Robert Nagy  <robert@openbsd.org>  [c893d43118285f7c193bd39cf57aa9300f0975c3]

        fix the list of languages and remove the unused wanted function
        
        Let's try our best to create a good list of langauges in a format
        of lang1,lang2.
        Also remove the wanted function which is not used since
        the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.

2010-11-30  Robert Nagy  <robert@openbsd.org>  [cb81d01880896b0a866ca486f7772c999990e65d]

        fix the list of languages and remove the unused wanted function
        
        Let's try our best to create a good list of langauges in a format
        of lang1,lang2.
        Also remove the wanted function which is not used since
        the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [2f5a35c700605008ea50eddb5526c810a31d9f41]

        remove inaccurate bogus comments

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [6a803fd949113ca1d78be88a5e9208cd379beec3]

        first pass at BrOffice artwork branding

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [12fff8caa7f99a1aed58711df4dd483ca6169a12]

        Add BrOffice artwork / branding support
        
        Conflicts:
        
        	solenv/bin/modules/installer/download.pm

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [067d1f596e953b99486a9fc72f81b4f50ce9def3]

        make NSIS MUI even more verbose

2010-11-30  os  <os@openoffice.org>  [015c49aa31a79e0ba307964b2c32586cab0484f2]

        #i115681# proportial dragging of table bottom margin fixed

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [c078b161b0c8832ffb2f82913d60ff890a82ecaa]

        first pass at BrOffice artwork branding

2010-11-30  Michael Meeks  <michael.meeks@novell.com>  [c6ed4193c9d93dd8b81e1efac49bb0dbd0b0615d]

        Add BrOffice artwork / branding support

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [6894764a0fa2ca85e783d9aa9a6c03181ee48740]

        cppcheck: unused variable

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [276c2a21860c78ff370b2b6c2212dc46ec3d9080]

        Resolves: rhbz#657718# Crash in SwObjectFormatterTxtFrm::CreateObjFormatter

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [a4a243eca6bfad7a46eee61ef5f64afbd3dbec20]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Caolán McNamara  <caolanm@redhat.com>  [e872a73e5350a01ea9b8cf8a4e12c4d92a3a9b7b]

        cppcheck: unused variable

2010-11-30  Joseph Powers  <jpowers27@cox.net>  [77e6d84718173b1ca15c64f4b4be19be506fc51b]

        Fix Muthu Subramanian type issue

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [517a8bc2fa91dcd5e0db659fe76ba74d955ec588]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Tor Lillqvist  <tlillqvist@novell.com>  [32ad3432179b173bffe19fe563122eaee5beb1a8]

        Stopgap help for the CPU-bound long hang in bug fdo#31716
        
        As the hang seems to be causes by the code messing around in extension
        help file directories, of which there are lots in a multi-lingual
        build, just build en-US help for the Presenter Console
        (a.k.a. presenter-screen) extension for now.
        
        Why such a change is needed both here and in
        solenv/inc/extension_helplink.mk (see commit
        4e40f4ea586f240f38aa6856eda64619f505294a in the "bootstrap" repo) I
        don't know, but that's how it seemed in my testing.

2010-11-30  Tor Lillqvist  <tlillqvist@novell.com>  [6251cef4a33f7b7661c3b70f6230cbb6c11ba70a]

        Stopgap help for the CPU-bound long hang in bug fdo#31716
        
        As the hang seems to be causes by the code messing around in extension
        help file directories, of which there are lots in a multi-lingual
        build for at least the presenter-screen extension, just build en-US
        extension help for now.
        
        Why such a change is needed both here and in
        sdext/source/presenter/makefile.mk (see commit
        c2a7a6c055cf586b627268d38fd85cde2048db3d in the "extensions" repo) I
        don't know, but that's how it seemed in my testing.

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [ed4369f4c95e110210817285e20317888e5bf004]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Muthu Subramanian K  <sumuthu@novell.com>  [27e580a5bb0be67a855003793dbc1281dd64d3e7]

        Import of super/subscript properties of cells - n#655193

2010-11-30  Muthu Subramanian K  <sumuthu@novell.com>  [53adb12a816d347b5b4a201e955d2d6f0ccb02c2]

        Import hyperlinks of textboxes/shapes - n#655216

2010-11-30  Muthu Subramanian K  <sumuthu@novell.com>  [48503c5666b5461ec71aaf73966128efe5d39534]

        Import of super/subscript properties of cells - n#655193

2010-11-30  Muthu Subramanian K  <sumuthu@novell.com>  [d974ff98d5044181c7a5d90ab0a254997e76db9c]

        Import hyperlinks of textboxes/shapes - n#655216

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [e924a25976b8fb48bab8163fad1100855e2b188a]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [95cc1b81f18636673b292a786ddcccbfb1e9e4ce]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [2094ef4f0e9638180f78d30fd7d6065ceba17350]

        Adds OxygenOffice extras as configurable optional
        
         Introduces:
         --enable-extra-gallery  - for additional galleries
         --enable-extra-template - for additional templates
         --enable-extra-sample   - for additional samples
         --enable-extra-font     - for additional fonts
         configure options.

2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [372e01912e1166cc1fa3da9129fd2b988942ace0]

        ffwd merge

2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [608fc9264df96ec7f17bd39ca1c35639a23dee4d]

        #i96685# removed not-yet active code to help comment+deadcode removing devs

2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [0e761aa2e71ac701e746ccac94e67ee25d2c6bd8]

        #i96685# implement b2d-drawing of poly-gradients in vcl-canvas

2010-11-30  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [dce4eab176d0b595626935739c84a68738f8d66e]

        #i96685# fix drawing of gradients in vcl-canvas

2010-11-30  sj  <sj@openoffice.org>  [23cdc612ccef2d48c6c5abad534f40990e921003]

        impress205: #i115825# fixed copy&paste problem of metafiles

2010-11-30  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f7937e2a3c25d98fa772b9dff63333878accad53]

        dba34c: #i98239# alignment changed

2010-11-30  Thomas Lange [tl]  <tl@openoffice.org>  [dfab28eb98189451a623ac3ff2b1a2c462d25d67]

        cws tl84: #i115373# getPrintData refactoring

2010-11-30  Mikhail Voytenko  <mav@openoffice.org>  [b4b6986101768eccec8c0efbe833b3e909aa7213]

        Backported fix for i#114850

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [ac647d508360327288ed50a026f0294946c37e9b]

        help: Avoid some copy-n-paste.

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [905b87aa2e4f3162087d46b88a3763fc44ce5a98]

        wikihelp: Check for the built-in help availability after creating URL.
        
        This is to have the full help URL even for stuff like .uno:Something, when we
        use the on-line help instead of the built-in one.

2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c8fd4f9a89693f1a996855691db82d9c0f1ccb25]

        dba34b: include limits header

2010-11-30  Jan Holesovsky  <kendy@suse.cz>  [8c9052ef188a366c94009e499ab0c8c95ba8fb75]

        wikihelp: Check for the built-in help availability after creating URL.
        
        This is to have the full help URL even for stuff like .uno:Something, when we
        use the on-line help instead of the built-in one.

2010-11-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6877464dd7203ee78ded1eabd9a29298d2953cd6]

        undoapi: introduced an (optional) SfxUndoContext for SfxUndoAction::Undo/Redo

2010-11-30  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4c0a725a5eb3c818043db92f031bd3564d3d508d]

        dba34c: code refactoring

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [69dfea6f1adf56d9e0e49e42baaf76431d1a4298]

        Add the missing ;

2010-11-30  Kohei Yoshida  <kyoshida@novell.com>  [bb4c10eb0c7a620edf49970bd85e749aa2268700]

        Skip hidden cells while expanding range selection.
        
        This commit happily fixes fdo#31796.

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [90342c0799dcc8ef75341c2f595388d6f59e8ed6]

        Dead code removal

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [3a20556d0945f9de7c12fc18018257525dfc5065]

        Dead Code Removal

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [ed9c2cb4427bce63d3023fe23836422195a47530]

        cppcheck: variable not read

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [ef6e3f056be58d19c2c1b60603c380089a197556]

        White space cleanup

2010-11-29  Joseph Powers  <jpowers27@cox.net>  [2a1b62dd9325b51925396741425d9b5f51af9c5f]

        cppcheck: variable scope reducion

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [c1ba7793226bf70a15e2dca4141abb91d916f028]

        Extracted methods that may be used in another place.

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [03c17ab1f140c24b064032bdfa0b7690c9fc5510]

        Updated artwork for rc
        
        Doh. backing images got renamed, now there's also _left. Adding even
        more copies of the startcenter images. This needs cleanup.

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [a3bcf5be4cb45441b0a95324e3e64593a28f1f9a]

        Removed unused code.

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [6fc008011e1339681388687833a20c192ef6f938]

        Avoid antialiasing for drag rect
        
        Fix for fdo#31860 - slide dragging gets horrendously slow on Linux,
        due to excessive antialiased repaints. Visual difference: zero, no
        sub-pixel coordinates used.

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [d8085f075cd93115a9f1edcb79cc54f6380da5b0]

        Don't update visible ranges for invisible panes.

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [5fee0ab21c6b405da560cf4b78b6058230bcffa6]

        chart46: #i25706# implement date axis

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [3c53792503277a3c562834da171451cb95a0c095]

        chart46: #i25706# implement date axis

2010-11-30  Ingrid Halama [iha]  <Ingrid.Halama@oracle.com>  [edaa216847e59ad93b8b99e95f293f8bb04344cc]

        chart46: #i25706# implement date axis

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [84ab11c230846101b6c77efc88cdf4d25f2a3a87]

        Re-calculate visible range when switching sheets.
        
        Visible range of the current sheet is used to decide whether or not
        to render cell cursor.  Failing to do that was causing the cursor
        to disappear when switching sheets while the cursor on the current
        sheet was invisible. (fdo#31753)

2010-11-30  Miklos Vajna  <vmiklos@frugalware.org>  [bda5fdb90bb31542c203124e1addcbb48e41f186]

        RTF: port last changes from CWS
        
        Conflicts:
        
        	sw/source/filter/ww8/rtfattributeoutput.cxx

2010-11-30  Miklos Vajna  <vmiklos@frugalware.org>  [77f7605df22d5625fdf3410cb5f444365c4e44b6]

        RTF: port last changes from CWS

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [c0ef996da0541c34654c51accb5498383a52efc0]

        Move progress bar (-20,-20) for new artwork

2010-11-30  Miklos Vajna  <vmiklos@frugalware.org>  [9d97067d9a51e67ec8303d5a91b446898de0c96b]

        RTF: port last changes from CWS

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [dabf01ce4ee9574ebd64af5a0841e2fbf0ac2764]

        Updated artwork for rc

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [f419a50ef14df2b174eafac9e3202e342aafa4af]

        Updated artwork for rc

2010-11-30  Thorsten Behrens  <tbehrens@novell.com>  [a5d50e6f4ffce1b150fa5e6825274c2063aa81fc]

        Updated artwork for rc

2010-11-29  Gert Faller  <gertfaller@aliceadsl.fr>  [a493c4685701b6f95bead37e27c91e1abb61e09f]

        RTL_CONSTASCII_USTRINGPARAM in filters 14

2010-11-29  Gert Faller  <gertfaller@aliceadsl.fr>  [0d11c11da53c37a5af98db40172defa3af6d8a9c]

        RTL_CONSTASCII_USTRINGPARAM in components 7

2010-11-29  Gert Faller  <gertfaller@aliceadsl.fr>  [e3f3b962312bbea568b8d042baf98ad8492f8a06]

        RTL_CONSTASCII_USTRINGPARAM in components 6

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [9eb109edb54037f8d55d0433e11d8bc2d1f773d9]

        Changed command name to avoid confusion.
        
        The command associated with Calc's delete key is now renamed to "Clear
        Contents" from the previous "Delete Contents", to resolve naming clash.
        Two UNO commands .uno:ClearContents and .uno:Delete both had the label
        "Delete Contents", which was confusing when modifying their key bindings
        from the UI. (fdo#31817)

2010-11-29  Gert Faller  <gertfaller@aliceadsl.fr>  [70d41584c2cb73d82b1091504b50454a2e172211]

        RTL_CONSTASCII_USTRINGPARAM in components 5

2010-11-29  Gert Faller  <gertfaller@aliceadsl.fr>  [5c7b452498f1b861dc924d8e0849cc0e116ab5f8]

        RTL_CONSTASCII_USTRINGPARAM in components 4

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [d0959d93b5e40d2a8840c39a4f042253b6a0e811]

        cppunit: add a zoom test

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [0723039f40ca98a5e80ff8d1f9981428becc03b4]

        Fixed use of incorrect integer type during import of outlines.
        
        I was supposed to use SCSIZE to store column / row position but was
        incorrectly using sal_uInt8.  This caused import of outlines from
        Excel document to entirely get screwed when the outline positions
        were > 255, and it was understandably so. :-P (fdo#31833)

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [1df0455c57279b582a6a08c48a03e8abe50e0e2b]

        cppunit: shrink these test-cases a bit

2010-11-29  Michael Meeks  <michael.meeks@novell.com>  [2581b1f83c3a6d7ad50b01d7b28fdd01abc55a77]

        make NSIS MUI even more verbose

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [24c75ae93e09bc0410235995dc2ca119512f865c]

        callcatcher: unused methods

2010-11-29  Andrew C. E. Dent  <ace_dent@hotmail.com>  [77cfd54779e5098c7103d0c58dbe869d142868ff]

        Fixed icons now with png optimizations

2010-11-29  Kohei Yoshida  <kyoshida@novell.com>  [54c47a6dc8e66eb7e7043e5ce78c1b8a2fda50ac]

        More strict parsing of external range names.
        
        This is to prevent parsing formula strings such as '=A#REF!' as valid
        external range names.  Ideally we should express any formula including
        invalid refs simply as '=#REF!' in all cases, but we are not there
        yet. (fdo#31741)

2010-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f19d46f3b86afdd852a6e32968ff6ae3e4473d30]

        ause128: #i115689# guard additional dependencies of ZIPnTARGETN

2010-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da5c46b32f6469efa1729b030a9f68cdeb85f9c6]

        ause128: #i115689# guard additional dependencies of ZIPnTARGETN

2010-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8cbc8d56ce91c6cb62fdebabf6936f28f5dfd97]

        ause128: #i115689# guard additional dependencies of ZIPnTARGETN

2010-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f4aa7a75700180058473a7f68fc393872e25b02]

        ause128: #i115689# guard additional dependencies of ZIPnTARGETN

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [24a26cf9a43c7b88150c6a374ee6edb4d3754125]

        CWS gnumake2: warning on Windows fixed

2010-11-29  Jan Holesovsky  <kendy@suse.cz>  [cff36e368a60af34ff8965ddd3a088212b5b2b22]

        wikihelp: Small update from the libreoffice-3-3 branch.
        
        Cherry-picked to avoid conflicts later.

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [3d9ff29a1636e29da56f401e9d86d5abe4ee5f80]

        implement tmEditAllClipboard equivalent cppunit test

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [b8cd33a49426497aca5b06b97e77634e6f6ff52e]

        equivalent tmEditMarker cppunit test

2010-11-29  sj  <sj@openoffice.org>  [2b9074e2fc000b26394f8b7358f5f0d2f3f10aa9]

        impress204: #i115096# applied patch from osnola (pict import filter is now supporting thick lines)

2010-11-29  Wol  <anthony@youngman.org.uk>  [38370db960ed70cb594a0afa4dadc5866cf0d327]

        More comment deletions

2010-11-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a7e159977ca3fab9b4574b861965c98bc34ae08]

        gnumake2: add minor extension to repository name, if set

2010-11-29  Wol  <anthony@youngman.org.uk>  [dc7b71c581b9560a9a0c7bafe46bc0eaaa61117b]

        More deleted comments ../../../dbaccess/source/core/misc/0001-More-translations-and-comment-deletion-for-Base.patch

2010-11-29  Luboš Luňák  <l.lunak@suse.cz>  [753d24dfff7da81f9b881838894d38a7ea2a0a55]

        implement wp:anchor properly
        
        added missing attributes and children elements, although some are
        still not fully functional (positioning mostly) , bnc#513579

2010-11-29  Timo Heino  <eraggo@gmail.com>  [65f4978e9158f08a55f23514be677938d920e762]

        Removed (again) some commented out code.
        
        Hopefully this helps!
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [972cfec789dcbf9562f3e6ca4215344a59723fd2]

        survice missing elements

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [e7ef458a65b2dcb008abaab42834bbcb6a473212]

        remove unused define

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [9ee6688dc0a3638ed30a3da09a50aa4d0b615c32]

        remove dead comments

2010-11-29  Luboš Luňák  <l.lunak@suse.cz>  [307f12bc41a485d12c7de5b1e3e8772a979af543]

        wp:simplePos actually applies only to wp:anchor, not to wp:inline

2010-11-29  Luboš Luňák  <l.lunak@suse.cz>  [94d574e5785912e84adb0f3fd754035aef8adfb5]

        implement wp:simplePos for wp:anchor (empty, but it's required)

2010-11-29  Takeshi Abe  <tabe@fixedpoint.jp>  [d609f7b6e2c44a284d860d6be91da67e85087544]

        Remove undesirable comments

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [5115c8c1ecf93bec9b8e7b33cb35e9db7d15d1e5]

        CWS gnumake2: moved header files now in inc/forms

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [d0097cac72c24b242929a25eab21582b64d45e74]

        CWS gnumake2: another build breaker

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [e67dff5f52daeaf9d27ada4d13ba56b3c5980eca]

        CWS gnumake2: fix for build breaker in sfx2

2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [23815d39cb10a6adffe41f67a2e1c45505c9efa7]

        impressdefaults1: merge

2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [69777a477e6084a9cd49c92b25fa4dc35b41e49d]

        impressdefaults1: merge

2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [cc5a560f0686dcc29e700a6d4b44da964d6ed57d]

        impressdefaults1: merge

2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [c51ee17ac0727053bdb88c6ba485789e09f668d9]

        impressdefaults1: merge

2010-11-29  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [9aecbd31645de5c9f8a66a1a70caee88522be87b]

        impressdefaults1: merge

2010-11-29  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2df4ee47540b1e7f51ee18092bcb4c68f5981158]

        n#636367: Table alignment set to "From Left" when moving the right
        
        When moving the right end of a table, the table alignment came to
        Manual but this caused size weirdness when switching from web to print
        layout. Using the "From left" option for the alignment keeps the size.

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [070522a5673ae40e0212feee3ff937128bc17fcd]

        CWS gnumake2: fix some build breakers in svtools, xmloff and framework

2010-11-29  Mathias Bauer  <mba@openoffice.org>  [c926c86c914574ec94e809c14392c86e2c54cb04]

        CWS gnumake2: fix some build breakers in svtools, xmloff and framework

2010-11-29  Michael Meeks  <michael.meeks@novell.com>  [489ddfe660c7fe2586f077b057497953071c517c]

        install / deliver CREDITS.odt

2010-11-29  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ac621cb00c38cd0c28908025aa43b35071c8c64c]

        dba34b: #109956# notify column value in correct order

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [4bb19d3850bb56728b543e7c34b2f9829cd3ee28]

        cppcheck: unused variables

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [18c98fabdab112d0dda2351896907644c7c005b8]

        unused buffer

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [a3d9b5d2de18ada0724baac20d0ae3dbbfecaec4]

        get these tests to build again

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [79fa3648d5775c04645b3b5961fcf5ebe003a624]

        cppcheck: missing initializer

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [66c8165b3443a94c5f039951f63910327e397ea0]

        drop some dead code

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [83ab1448a50dd10cee58c8e2d9b19a63eb9fd7e5]

        tidy this up, replace pointer with reference

2010-11-29  Caolán McNamara  <caolanm@redhat.com>  [dc3c38d5a422a62471e661f2336ee71ee5eadf82]

        cppcheck: can reduce the scope of these variables

2010-11-29  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [404011f618732dc881c835e9bb5cbddd46b2d748]

        dba34b: create unique folder

2010-11-29  Michael Meeks  <michael.meeks@novell.com>  [873bc92ed4fcc2ee52c50e0091b39afa83bc59e7]

        add the default missing_icon icon

2010-11-29  Jan Holesovsky  <kendy@suse.cz>  [bb05537a68aa7a0387a0724a29557c5c9488ccb0]

        wikihelp: Forward the request for help to help.libreoffice.org.
        
        Based on Muthu's patch.  If the help is not installed, this will forward the
        request to help.libreoffice.org; unfortunately the service is not running
        there yet, but better to have the code in already ;-)

2010-11-28  Joseph Powers  <jpowers27@cox.net>  [5020cc9717fce755f4d8a1e5fb4195e97ea48a46]

        Dead Code Removal

2010-11-28  Joseph Powers  <jpowers27@cox.net>  [398fe2b481f01313313d57208d3eb552741eca10]

        Dead Code Removal and Formatting

2010-11-29  J. Graeme Lingard  <jgraeme+git@gmail.com>  [6690007283651bc380e9cadbee4a2c64cbfde8d7]

        Remove empty comments

2010-11-28  Timo Heino  <eraggo@gmail.com>  [9beb453e112ff9ef57a1b13c442b7740ac854d00]

        Removed somecomments
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [2e57cbf9b86ee889b4d322b96f94ab82f6143901]

        stray slash

2010-11-28  Wol  <anthony@youngman.org.uk>  [3dcbc732703927b6e6eacadbf078e62b4436c935]

        More dead code deleted

2010-11-28  Wol  <anthony@youngman.org.uk>  [cd7f6618c6799ce2161a51c7a981f34b6abba50e]

        More dead code deletion

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [8d86780a27849aa4a12d7dc8748f246e1f5965d8]

        tidy this a bit

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [7d71a684e14218f81f8f84ef93c6041b72324211]

        make these cppunit tests buildable again

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [4357f0d9951c545260cbd1e656906d9b9cdd8c50]

        cppcheck: init some members in ctor

2010-11-28  Wol  <anthony@youngman.org.uk>  [ab1ef815e09006729d6ab9ee8495ceefe4e0196c]

        Remove dead code

2010-11-28  J. Graeme Lingard  <jgraeme+git@gmail.com>  [03167b5b7b0e36280b3dd6c1bec518efb32a877a]

        Remove dated comment

2010-11-28  J. Graeme Lingard  <jgraeme+git@gmail.com>  [04dcb66260df473034ca7b9cca50931f08e9b315]

        Remove dated comment

2010-11-28  J. Graeme Lingard  <jgraeme+git@gmail.com>  [2b77d15fd2a7698e34aa9f90791c97d1df467c3b]

        Remove dated comments

2010-11-28  Gert Faller  <gertfaller@aliceadsl.fr>  [0a2c5d8be598b169a7e98366e0c5ac02c31e2ccb]

        RTL_CONSTASCII_USTRINGPARAM in filters 13

2010-11-28  Gert Faller  <gertfaller@aliceadsl.fr>  [3f8861ce64ba6b43b7871c0a365a145bfa1bbf08]

        RTL_CONSTASCII_USTRINGPARAM in filters 12

2010-11-28  Gert Faller  <gertfaller@aliceadsl.fr>  [7692bfc268c57d6bcbc565179e5c63ffc0f6095d]

        RTL_CONSTASCII_USTRINGPARAM in components 3

2010-11-28  Wol  <anthony@youngman.org.uk>  [0b325cd2991d7ef915f96c6bb44051dea5fb8199]

        More dead code removal

2010-11-28  Wol  <anthony@youngman.org.uk>  [07e6d8fcddc6bf5e5b54f884c1adda70177c1ef3]

        Dead code deletion again

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [692d3a0dfb00703bda8434b18ea5403a022d0437]

        cppcheck: can reduce the scope of this var

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [d745ce53ceab949666e9ce683f7e07778c817702]

        cppcheck: member not initialized in ctor

2010-11-28  Joseph Powers  <jpowers27@cox.net>  [c2f4df030c6cab0a807e992fcb15fb5c2b9b7750]

        Remove dead code.

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b7aae00f598c1d9b23f95198362d3482e5b53b0c]

        remove shadowing warnings in binfilter - sw_sw3npool.cxx

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [50a55fe5453662fa895780def1d02de330f32f7f]

        waring - initializer fixes in sw3io

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [658d722c6e6ee00134afdd0f142809ccc06a4d94]

        trivial warning fixes in binfilters - sw3io

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [b96710e8710186eed6c715ff5af4289cc7af858e]

        binfilter - sw_sw3style.cxx (shadowing) warnings removal

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [40a3f93d3155a8c8bd4dad09d426cad4544967fc]

        binfilter sw3io - further shadowing warnings

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [27da86f859470d3c6c91d86091ddd1a452119b1c]

        delete some compiler warning, some of them due to shadowing

2010-11-28  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [ab07b9c64304e898b798d091354173096dcade5d]

        warning: comparison is always false due to limited range of data type

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [93e0165c1d3aa2ece42338e1b7c28e6001b4cff6]

        cppcheck: unit member

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [f1a72ea480e81428ffd5d5744be1c3fa2f288bab]

        cppcheck: method can be const

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [7447fcf4ab79be0f02dc1ae5294ab8d7b613fb4f]

        cppcheck: unused variables

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [61380d3f979b2fe4529a6176f512ad11e85ec3cb]

        cppcheck: use prefix variant

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [08aef2703bac17210aa14136252ab6c523f5b833]

        cppcheck: pRedoDoc unused

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [5078c9fcebb1e54efafbd69d17ece8746438c413]

        cppcheck: use prefix variant

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [d8628f8d2135b32eb260f90e9cfc9cc5552aa822]

        cppcheck: use prefix variant

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [36da8a25f2be4e9a0a7aa86df7f2cce9d3820f93]

        cppcheck: use prefix variant

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [196bff8648855bfcc528f50d6900f5256e33de67]

        cppcheck: can use prefix variant

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [499bbc9b710780e66e8d0f1cef313b25d03322e1]

        cppcheck: can reduce scope of this variable

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [6b89738c22636b18689d6cde3064dda67987ed98]

        cppcheck: uninit member variable

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [777e5d5310e738a73a671f679fcddc6abd6dd29b]

        cppcheck: uninit member variable

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [5af0529e8aba397d64ecb6e295dd36f70a5c1b5f]

        cppcheck: unused variables

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [ed0827edcabf4f5a82933fd2b0826bd24115f657]

        cppcheck: reduce the scope of this variable

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [0a4e8bfe16a3168298915034b2f2aa2e40d3cefa]

        cppcheck: scope of variable can be reduced

2010-11-28  Caolán McNamara  <caolanm@redhat.com>  [52e05ab9fc7e367d3c6edbaf1bd31d2cb3c92081]

        cppcheck: pRect is unused

2010-11-27  Joseph Powers  <jpowers27@cox.net>  [08b2776570a952cd447da4d2b667e226923782e5]

        cppcheck: prefix instead of postfix
        
        One variable was assigned a value that was never used; removed the
        variable. I didn't check to see if the function call was required so
        I just left them.

2010-11-27  Joseph Powers  <jpowers27@cox.net>  [b7ac8b0fb0dec28c32f4e1f181bae4d38cb27930]

        cppcheck: Variable scope reduction

2010-11-27  Joseph Powers  <jpowers27@cox.net>  [51d9137c1a83084c6af77136e09645de599a5b04]

        cppcheck: prefix instead of postfix

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [17f59a4ff2f8bd04a497d0aff9cbf219e329799a]

        cppcheck: uninit member variable

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [611300d939a92ffd59b75efc506cb73011facd29]

        cppcheck: uninit member variable

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [aa3dc18042e3825bcf33ab0fafac249cacbce367]

        bogus cppcheck warning, simplify it anyway

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [723321fc6167187ff7b2743704026b0a0add268a]

        cppcheck: method can be const

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [47e0e8ecfd1c18cc674e3e0a4956e38bb1b8a8e5]

        cppcheck: uninitialized member

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [bf04ecc6d352299df3f86844af253d6417101740]

        cppcheck: can reduce the scope of these variables

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [6b7556cd41b4ea1d25ed09955dd369dd33c84dae]

        cppcheck: use prefix variants

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [f8c026cd6d3e9f920d57db2c4e546d9156d40c98]

        cppcheck: init member variable in ctor

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [09a3d3502df754ba4954799faf21d6313fddb91b]

        cppcheck: use prefix variants

2010-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [72d87fecf77f9c9bfab371e63eae4417b3b80eb1]

        cppcheck: variables assigned but never used

2010-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [7904d8dc629281d3dbcd7728b2dc84ec0397a6ca]

        cppcheck: use ++ as prefix

2010-11-27  Takeshi Abe  <tabe@fixedpoint.jp>  [ae85bf7dffc0e89fc0b2e109cd9104faad6abb00]

        cppcheck: reduce the scope of variables

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [a829937ee5dedc0e4b92ad8c208e8530996be97e]

        cppcheck: use prefix variants

2010-11-27  Andreas Mantke  <maand@gmx.de>  [8c98fa97ecb6a4c440f1797571baf8b8f19902bf]

        translation of comments to English

2010-11-27  David Tardon  <dtardon@redhat.com>  [837e7a3a6f3bf8f4fc7930b3771a155376a1586e]

        Resolves: rhbz#657541# avoid null ptr. deref. when iterating through empty itemset

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [d50447ee37f1934ae9365ea4a83672a87da314f1]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [c095a09cf21535fa623c402cfbc93be1352f1b6d]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [6d3fc93040135be4bcf723d14750cfc80fc04d3f]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [569e5de21acc66597e902975cbc357a2fc9ba37c]

        Resolves: rhbz#610103 exit quickstarter if physically deleted (cherry picked from commit 6cce245a2c4993828be54f3b415efb8bc8748f2c)

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [9906725c02dd5e0290f1580ba4c7108ab0e1b4cc]

        start quickstarter on every launch if configured to use it (cherry picked from commit f3c0854fc93928772e7a3fba92402441ec51e312)

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [7c1dfa056e9cfb80b44b623e5159a57b58357a09]

        Only start the quick-starter on restart, don't install it forever (cherry picked from commit eab21a84137e010ae46b0b77c44c80d377964071)

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [c9b2872d56d498b68e5fc71a1a2d910f2a04a7f6]

        RTL_CONSTASCII_USTRINGPARAM in filters 11 (build problem in sal ?)

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [6601aa8a5e8729be72598ebdd0ebea308fe98b5a]

        Resolves: rhbz#657628# divide by zero (cherry picked from commit cde18c8978d2c680dbee88159246024960cdc705)

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [93a23f29a783b2dfeb08af81d501baafe16af1fb]

        RTL_CONSTASCII_USTRINGPARAM in filters 10 (build problem in sal ?)

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [22d71781ea77d1950641354699dc1dd7dcd97a8d]

        RTL_CONSTASCII_USTRINGPARAM in filters 9 (build problem in sal ?)

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b]

        RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?)

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [753e4ce5c8c659461b6604fe0e4884421aa1528b]

        Resolves: rhbz#657628# divide by zero

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [1231e74a6d5c17f91d235b1564251497fa2e3f72]

        RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?)

2010-11-27  David Tardon  <dtardon@redhat.com>  [4063b5585249e900265e531cc7ce1f70a5ccb5ce]

        avoid null ptr. deref. when iterating through empty itemset

2010-11-27  Luke Dixon  <6b8b4567@gmail.com>  [5af755989b5467ce8ad580c3c627feaa2a1e3a1d]

        Add license header to test_nodetotextvisitors.cxx

2010-11-27  Luke Dixon  <6b8b4567@gmail.com>  [1afc000284f6fb6e6a9e73a8dbf7799e45bccf65]

        Fix a leak & remove leftover cout that I missed

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [2abe5dd5585ed7c2525bfa58729add0196af4069]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [6fc9d45a94ab40f24f3245e1b1e5e67941b26899]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [9d75964841131199dee0a9c37298a440f74d139a]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [099626db8c6dcef7d92c8605d0880795d16fe17b]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [612fde3b4a54cbeb34f01fb05a7028b172279c5c]

        cppcheck: the scope of this variable can be reduced

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [24730279f1ce593f037f8cd9ba727127d531d6ce]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [6342e3564347175bdb5a92c20c61ec26dff5f08d]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [912d2f97fcf56d82a81f0207ade76456be0d7d6a]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [c5136b995b0b6f885f56d3af475ed7ab10da51d8]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [454a2c2cd50b42a36accc427a0072259bb68cedc]

        cppcheck: unused variable under some ifdefs

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [a39d1f2cb5b63d155b17acf6d73034ab0272b2a2]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [41b8ff0aafd717a9e0d76bda45d6002797ea52bc]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [b95a45760e51352ee87b10f13ef77fe8f8e32a3d]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [c0789008e373c5c27d636741977e8de9d821193a]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [727a82536c203630647c39e9fceea9fb29d73d09]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [c838ea595f578d57da5f25a14f8a84bdf51e7bbf]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [3d10e6afcceb8029687a43bb9c64bd296ed55027]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [aa2ea7844dd4f1b45b4de99503cfea05cbafb24b]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [35c2d2142204c7e332e6561b76813e432ef18e7b]

        cppcheck: use prefix form

2010-11-27  Caolán McNamara  <caolanm@redhat.com>  [de72a4c331c6f781262de036be42e6d50ecc2133]

        cppcheck: use prefix form

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [f357474191b3cc66013a112d2a994102c4fca9c6]

        RTL_CONSTASCII_USTRINGPARAM in components 1

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [75afe4e1489acb6ea00a7b59f029c3335af35915]

        RTL_CONSTASCII_USTRINGPARAM in filters 7

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [763fe4b613c17712f2ff6a3d1920eab6b015be61]

        RTL_CONSTASCII_USTRINGPARAM in filters 6

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [1649af2e208f82b7625537c149a0ee8e72a85c51]

        RTL_CONSTASCII_USTRINGPARAM in filters 5

2010-11-27  David Tardon  <dtardon@redhat.com>  [947461a9b0c5f5f57135c05643bf5a51260ec36d]

        fix debug build with dbglevel=3

2010-11-27  David Tardon  <dtardon@redhat.com>  [5442fa723dccd6156b9b53978c82dfb5ac3df3b8]

        fix debug build with dbglevel=3

2010-11-27  David Tardon  <dtardon@redhat.com>  [3a3a33eb873fa748b02f1ad11d53fd1bfd099cc0]

        fix debug build with dbglevel=3

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [36c323e365c3b480f10a2bb6c6227a4592f70c2a]

        RTL_CONSTASCII_USTRINGPARAM in filters 3-4

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [4e379b063e2a9cfd559d1e748e516fad3b04d44f]

        RTL_CONSTASCII_USTRINGPARAM in filters 2

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [1d922012beecb3e94a1bbe521010d92486102d6c]

        RTL_CONSTASCII_USTRINGPARAM in sdk 2

2010-11-27  David Tardon  <dtardon@redhat.com>  [f64744d19745dc88be957642a5f74bacf72a9f77]

        fix debug build with dbglevel=2

2010-11-27  David Tardon  <dtardon@redhat.com>  [9733ddb05adb174065cf16c3872b9115337f70c6]

        remove unnecessary #if
        
        It's in #if OSL_DEBUG_LEVEL > 1 block already.

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [7ccc9aaef5c992f7baa7b0c547e3f3a2c06056fe]

        RTL_CONSTASCII_USTRINGPARAM in sdk 1

2010-11-27  Gert Faller  <gertfaller@aliceadsl.fr>  [687c52dbba9e65d92fa84ad4a838a23b50b4d7e1]

        RTL_CONSTASCII_USTRINGPARAM in filters 1

2010-11-27  Kayo Hamid  <revol.code@yahoo.com>  [115b0f5178b2fce00d76db135f644ea7b50c09b1]

        Clean code at writer

2010-11-27  David Tardon  <dtardon@redhat.com>  [adf2c1c5261b758ad3511298716cd45e600942fa]

        compiler warning: add parentheses around operands of ==

2010-11-27  David Tardon  <dtardon@redhat.com>  [37948dd85b12364e4e79945e3456a36d03b0ffb8]

        fix debug build

2010-11-27  David Tardon  <dtardon@redhat.com>  [7b060282b4e6bda5376961b4090c31c58251e378]

        fix debug build

2010-11-27  David Tardon  <dtardon@redhat.com>  [8ab0fd7a02c164e0cde7163b92cdc40350593771]

        fix non-product build

2010-11-27  Thorsten Behrens  <tbehrens@novell.com>  [4a2f18cc813fc89dd4769ceb6f8a5eb13a9d5184]

        Remove remaining ODF mimetype icons
        
        Another partial revert of 98b1b81c31a5edbe2a4fedc7174be271d919aebb
        I sadly missed out the more obscure vcl window/taskbar icons

2010-11-27  Jan Holesovsky  <kendy@suse.cz>  [bed6b8cd6cf3564b1a4d278e86f54d5e0393e0aa]

        wikihelp: Forward the request for help to help.libreoffice.org.
        
        Based on Muthu's patch.  If the help is not installed, this will forward the
        request to help.libreoffice.org; unfortunately the service is not running
        there yet, but better to have the code in already ;-)

2010-11-26  Gert Faller  <gertfaller@aliceadsl.fr>  [9182c248f31838cdf1cac54b06a08362987a67b0]

        RTL_CONSTASCII_USTRINGPARAM in bootstrap

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [db0544aac0153d990b36eea8bd3cb1ff5077fc89]

        cppcheck: these methods can be const

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [92117a7b81d271243d4fa739b88909358e815745]

        cppcheck: this method can be const

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [42cde3cd0aa53427275de1f181125911551e62d7]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [ad198df353a28f00b7275a8b3eee38122f205e40]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [f666ec38fff0ceed58dcf0f3525b909cd4eb9831]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [88d4f48202ed9921c24b506a2e1e794aeac2eb0e]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [f0316f43eacd8983ac6d37ad2cd3ce2d7dadf5f9]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [07f835791c22aa8e15ced9db662857a48648ae12]

        sfx2 macropg.hxx unused anywhere

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [69ddf18bbdfd376c6800da364ae7c929413a6188]

        RegisterBasicConstants doesn't do anything, remove it

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [4dd7702047a987ade8140539cfd969845309df2c]

        these streaming operators are unused by anything

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [6eab9cb08487ecfee46e7d81c808c3c9dd3e4400]

        ~SfxMacroInfo::Store declared, but never defined

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [bd30a2a43e66a29000e722b6f35d948ee7605098]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [e6db349f941108538e4be97984ea4b93c5554bd0]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [6072f27fecff80f6c2e78c44f61068495e61fb2c]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [29787597d3fd798cbcc8d08f29c3609f9aab7113]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [b89fc8c475225c4ad4f01f5614e5283beefa8b74]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [9569f2026a1c285a583d921059d6dbd19e411b04]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [c8cc78e95bfabea2667eff9eaaad9fea3f788f21]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [751c750a8cec115ab9570b05464412f70ba92c4d]

        cppcheck: use prefix variant

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [aa36f9278f8092aa7d4ad299cb13b4591d8a1d87]

        cppcheck: use prefix variant

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a01e0a71e4520343caf938899f1c2da20f19b0f]

        dba34b: unxsoli4 WaE

2010-11-26  David Tardon  <dtardon@redhat.com>  [580adf6efcb7096ed082efcb3374d69c4326c88c]

        do not catch exception by value

2010-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [44e1703066cae6c5c7371594d20ec4a85cf1b326]

        Remove dead codes and confusing comments

2010-11-26  Carsten Driesner  <cd@openoffice.org>  [134f045600ef3394fdde67bcdec079a44e005faf]

        #i115804# Use PostUserEvent to execute code which needs the SolarMutex asynchronously. This prevents deadlocks where we are called from the single thread apartment clipboard code.

2010-11-26  Rene Engelhard  <rene@debian.org>  [3a33c8e913080e883fcbd60a89f919debf1853fb]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [47c176eff33e66895b6f831e9ab35a29b79d04d8]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [299359d0b860d87498729693bfd8fbcb4341496f]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [0e9c71e00446ed76de4c77865b3ef1bf07cd8df0]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [fa87ec5f02c2a14708d573b72b0346dbe0ef23d3]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [b257e33dd20f0999de02db9b3d320cfd171e0446]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [cda2bada6cb08692e0f57c46300c77d60c3af56c]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [921d063b9c4a5bde813e03476b5f5f6c03e97b40]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [90d6d9e390f6f6a0349ea126cff90c6923bad76d]

        Merge branch 'libreoffice-3-3'

2010-11-26  Rene Engelhard  <rene@debian.org>  [2acdfac1218db29ec3ae9649257ce0b47867ff1a]

        Merge branch 'libreoffice-3-3'

2010-11-26  Thorsten Behrens  <tbehrens@novell.com>  [cad435f836ebded2be174450e2d1538ff3a48f8e]

        Put show credits entry into all app ui configs

2010-11-26  Thorsten Behrens  <tbehrens@novell.com>  [96c29f0e9078695348502b0e9399775a4cfc3875]

        Revert "nativeb: #i110796# changed document icons for Classic theme"
        
        This reverts commit c657883be6daa135d548460b059a51fe4891bcdb.
        Forgot classic icon set reversion to pre-ODF mime type icons

2010-11-26  Rene Engelhard  <rene@debian.org>  [162670f49bab5d3deb066d6ef8f9fa18ddd5e027]

        Merge commit 'ooo/OOO330_m17' into libreoffice-3-3

2010-11-26  Rene Engelhard  <rene@debian.org>  [5529d7947ce3ceabf072dc2fd4178afba356a590]

        Merge commit 'ooo/OOO330_m17' into libreoffice-3-3

2010-11-26  Rene Engelhard  <rene@debian.org>  [2dda128c4063a124cbbecdeecd34e4b11a927657]

        Merge commit 'ooo/OOO330_m17' into libreoffice-3-3

2010-11-26  Rene Engelhard  <rene@debian.org>  [6834dbbc39e28047ca5c651a5c1d2ad349ca6e8d]

        Merge commit 'ooo/OOO330_m17' into libreoffice-3-3

2010-11-26  Rene Engelhard  <rene@debian.org>  [7536f3b2ef029c7aa6ca217a0b3a694a047315fd]

        Merge commit 'ooo/OOO330_m17' into libreoffice-3-3

2010-11-26  Kohei Yoshida  <kyoshida@novell.com>  [4c52472fb1eb8ce33ad9d4b325d6b127af5b985a]

        This one also unintended commit...  Sigh.

2010-11-26  Kohei Yoshida  <kyoshida@novell.com>  [5ff1719a4f429a194ae3e95ed0bb0c5ef28fbd5c]

        Heh, nuke this also.  What's wrnog with me?

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [8849f61270fec9c3e1a09ad29824c95d6d41c997]

        CWS gnumake2: some adaptions to changes on master in removed makefile.mk files

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [dac3d8ca475971249a0015cb55207688055b41f5]

        CWS gnumake2: some adaptions to changes on master in removed makefile.mk files

2010-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [05bc6abcc21637283b639e1e801c6041b384c9bf]

        vcl118: #i111868# fix an assertion

2010-11-26  Kohei Yoshida  <kyoshida@novell.com>  [a95f41d1e151a4efebb1f4bb976340cee3a94a2b]

        Removed stack printer definition.  Oops.
        
        I didn't intend to check this piece in, sorry.

2010-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0360a0ad1602f795bedea54dbae554c5769b7e61]

        vcl118: #i111868# clean up MapModeVDev, reuse MapModeVDev

2010-11-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b4cf42f650b8ece9514c37513e0101b5da6b41d7]

        Fix n#653526: Some section was added after having written the SEPX
        
        The real problem is probably more on the docx import side, but it can't
        hurt to have some guards on the export as well.

2010-11-26  Noel Power  <noel.power@novell.com>  [c1c79b0fefa44248df9493f8cbcea2faa65cb2b2]

        oops revert previous commit, not for stable branch

2010-11-26  Noel Power  <noel.power@novell.com>  [c2d1ab73165d5fa19037e6244b1d634c6c455efc]

        tentative fix for fdo#30474#

2010-11-26  Michael Meeks  <michael.meeks@novell.com>  [32fc42d7bb053cdd074913ba74cdf6da5188ede9]

        disable multiple migrations via MIGRATED stamp file
        
        If we fail to auto-migrate, this can cause lots of pain - since people
        are unaware of where the migration occurs from. Thus - before we start
        migrating, we create a 'MIGRATED' stamp file in the source of that, and
        if this is present next migration, we simply don't migrate - fixed for
        Mechtilde.

2010-11-26  Michael Meeks  <michael.meeks@novell.com>  [7a5769ad1e39025078de0065189142d2a9097061]

        fix crash in exiting via disabling lone quick-starter, terminate at idle

2010-11-26  Noel Power  <noel.power@novell.com>  [5a5597655a4bf12e4ca07c9c2b6f6221e217f080]

        tentative fix for fdo#30474#

2010-11-26  Noel Power  <noel.power@novell.com>  [6e31c848e6ff41fdf907254e3a8676ae4d0bc41b]

        tentative fix for fdo#30474#

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [68f380da407d2e4dc370ca97705d0322f2ea0ea0]

        need ; vs : on windows

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [e4b384e7a0d7248c9346bbe153e12e3abcca5f32]

        enable the cppunit test under windows again, just a ; vs : problem

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [98a096675905f405c79c8f5c5e69856e221b9d86]

        typo

2010-11-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [4268d52db240eafee166a35f1b34d59836ea74f4]

        When saving a docx file to doc, the used filter is docx.

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [0baaed2e93b02db9f0f27bc6cbfd9c6337ebf5fd]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [e8e0c09a32a2c749f9206c958cbf8c702a662b7b]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [a9962d6e770417ebb56b51f5e54cf879be457301]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [f2855461405347ffd4a3f550d1c505a2425694f0]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [956c68149fcd931e894a500a26ae738d8b8528ae]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [b92ea28c7a45dfca54b73b05c8917eb42c509aab]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [194a85465fc51840ce2d59a5223eba3bdb0bd834]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [2e377ca28de1046bb2382f05770b7366383f268b]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [186123da28d0f0b21cf2255d50b6bd69ca38e37e]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [112bfeec9530b05f3fbcfb1bddb6a9653451bef6]

        CWS gnumake2: resync to m94

2010-11-26  Mathias Bauer  <mba@openoffice.org>  [7ad3ca25322aa66cf537b3a72ef46747f33b4e67]

        CWS gnumake2: resync to m94

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [048dfa981e9ab2b8b701d90020552f399affcbfe]

        dba34c: #i112884# isClosed: don't crash if we're already closed ...

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [c0ec842414bb213c7124a2c4d9745231d508fe6d]

        dba34c: #i94053# remove lastvalue

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [424fd4c3fef104ace0152e6654f3e550f307ef7a]

        need a version.map on windows apparently

2010-11-26  Petr Mladek  <pmladek@suse.cz>  [6c3199bfcb468b6158c1692ec88e961129962352]

        xmlhelp-work-with-symlinks.diff: migrated to git
        
        i#81138
        display help correctly even when the files are symlinks

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7f91c62abdc52c812929bb323e6bbce80958d2b9]

        dba34c: #i115779# DatabaseObjectView: don#t deliver an empty frame to the caller

2010-11-26  Florian Reuter  <freuter@novell.com>  [d6e194f0c6aa9d39dfa5e6f5fb221f49d7626b91]

        tools-qa-urlobj-unittest.diff: migrated to git
        
        n#261623
        process relative SMB paths (in hyperlinks) correctly

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [f7f6a9ec3d5e3d37cea0f54d5f0c7f12c966e177]

        restore this to be safe

2010-11-26  Jan Holesovsky  <kendy@suse.cz>  [6423f447db9130673089b5057fd174d321b5de5a]

        samba-hyperlinks-sc-sd.diff: migrated
        
        process relative SMB paths (in hyperlinks) correctly

2010-11-26  Jan Holesovsky  <kendy@suse.cz>  [7fe1706d431d8a4e366a2999726d75fc641d05b0]

        samba-hyperlinks-sc-sd.diff: migrated
        
        process relative SMB paths (in hyperlinks) correctly

2010-11-26  Florian Reuter  <freuter@novell.com>  [9ec46a9eaa6a505c8ac122d97546f6df20d74406]

        tools-urlobj-smb-scheme-patch.diff: migrated
        
        process relative SMB paths (in hyperlinks) correctly

2010-11-26  Florian Reuter  <freuter@novell.com>  [0b9ef81ba5ff08d85f21275222458a5b9b9e484c]

        tools-urlobj-smb-scheme-patch.diff: migrated
        
        process relative SMB paths (in hyperlinks) correctly

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [77bd5413f5ed76ca110f688ee8837fa392aae157]

        warnings in binfilters sc_interpr4.cxx
        
        all changes based on debugger waring:
        sc_interpr4.cxx: warning: comparison is always false due to limited range of data type

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [d39765e7dbcf270a85400ba379b4f4283a9c1b36]

        revert those accidental logic changes, and fix up

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0f126c4849f0e00eb293b684cf8488374ca5145a]

        undoapi: removed unused TextUndo IDs, for purpose of simplification

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c93023f2ad77f399a065f907ab840b22be1ddca3]

        undoapi: removed unused TextUndo IDs, for purpose of simplification

2010-11-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a76b111c62c8105ddd4c97eeb655ffbb8d8130d0]

        gnumake2: sorting all lists in makefiles

2010-11-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d2e5e59c6b28235a832cdc06480e30f0ed96b580]

        gnumake2: sorting all lists in makefiles

2010-11-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2bc737661a2c673bd7adfba299ceee02fcab627b]

        gnumake2: sorting all lists in makefiles

2010-11-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1e3c61ddbb54a7bd0adc9fd1c147f646db19f6d2]

        gnumake2: sorting all lists in makefiles

2010-11-26  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [02440d5a846d6b52da0f5cea69a8b2ee3f213711]

        Improve configure help for --with-package-format
        
        List possible choices in the --help text.

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [726f043f3393fa9a08dad20bd4a270c68420955f]

        WaE, remove unused parameter

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fee72f4b56b6e4a4b6711bc749e9a4b9475f2425]

        undoapi: +RemoveOldestUndoActions

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [8985ff01a181084b691647140aee4ad9b5ff487c]

        WaE, use spirit::classic headers to avoid deprecated warnings

2010-11-26  Caolán McNamara  <caolanm@redhat.com>  [54d7e3a56137ab33d3d0f75ec4e08b9efb651c23]

        drop a few warnings

2010-11-26  Thorsten Behrens  <tbehrens@novell.com>  [da7a05a84d32d6fb79dc48a90d535d884d0c151d]

        Revert "nativeb: #i110796# changed document icons for Classic theme"
        
        This reverts commit c657883be6daa135d548460b059a51fe4891bcdb.
        Forgot classic icon set reversion to pre-ODF mime type icons

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [1a8c9eccf740d2f916aafe47c81e2fdafc0f3c64]

        binfilter sw3io warning fixes
        
        regards
        
        >From d8ca0db19fdc508ebc0bf0ee42107fdea2f498b1 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Thu, 25 Nov 2010 21:10:27 +0100
        Subject: [PATCH 9/9] binfilter sw3io  warning fixes
        
        use of not initialized variables

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [aeecb52b11465c223e585c0aaadcb93de9eb5c15]

        waring cleaning in binfilter sw3io
        
        regards
        
        >From a3757de1170fca97638be7e455b6602b9de228e1 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Thu, 25 Nov 2010 20:57:45 +0100
        Subject: [PATCH 8/9] waring cleaning in binfilter sw3io
        
        code removed due to compiler warning: (for both if, that is not an error)
        sw_sw3fmts.cxx:255:41: warning: comparison is always false due to limited range of data type

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [86067399803c9330fd6c495f6e96f607deba9960]

        warnings removal in binfilter sw_sw3redln.cxx
        
        regards
        
        >From 13a33d71df128454159d0e911f55179cddac2d72 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Thu, 25 Nov 2010 20:52:47 +0100
        Subject: [PATCH 7/9] warnings removal in binfilter sw_sw3redln.cxx
        
        all code deletion due to compiler warning with message:
        
        sw_sw3redln.cxx:255:25:
        warning: comparison is always false due to limited range of data type

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [7a8623c5d7340e921a2f189b20609e0a18559cfa]

        waring cleaning in sw_sw3redln.cxx
        
        regards
        
        >From 84e58630f70dc34f71ee34419d9843980b14b723 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Thu, 25 Nov 2010 20:18:10 +0100
        Subject: [PATCH 6/9] waring cleaning in sw_sw3redln.cxx
        
        shadowing warning and unused parameters

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [af47b676ac423bf15da9b5b91f05a3dfab2bce15]

        waring removal in binfilter core/para
        
        regards
        
        >From 01e9e819f9dd8f1726ddff7672f27cfcbd44760c Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Thu, 25 Nov 2010 20:09:15 +0100
        Subject: [PATCH 5/9] waring removal in binfilter core/para

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [579f673213f4a022d8262a91730a4060170a9c45]

        binfilter sc_interpr4.cxx further warnings removal
        
        regards
        
        >From f6202b304ca7f0ffdd16cbd2886872465273852a Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Tue, 23 Nov 2010 21:58:53 +0100
        Subject: [PATCH 4/9] binfilter sc_interpr4.cxx further warnings removal

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f766bbc3fe93ef106fa5d3f18cd68065f5d30acf]

        remove warnings in binfilter - sc_interpr2.cxx
        
        regards
        
        >From 32814375a2999afaf0582a682975ae6ec769f6f5 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Tue, 23 Nov 2010 21:06:58 +0100
        Subject: [PATCH 2/9] remove warnings in binfilter - sc_interpr2.cxx
        
        based on the following compiler warnings:
        
        sc_interpr2.cxx:1729:22: warning: comparison is always false due to limited range of data type
        
        sc_interpr2.cxx:893:12: warning: unused variable 'fRestwert1'
        sc_interpr2.cxx:895:10: warning: unused variable 'bFirstFlag'
        sc_interpr2.cxx:896:10: warning: unused variable 'b2Flag'
        sc_interpr2.cxx:897:12: warning: unused variable 'fAbschlag'
        sc_interpr2.cxx:1423:54: warning: suggest parentheses around assignment used as truth value
        sc_interpr2.cxx:1484:32: warning: suggest explicit braces to avoid ambiguous 'else'
        sc_interpr2.cxx:863:12: warning: 'nGda2' may be used uninitialized in this function
        sc_interpr2.cxx:1420:22: warning: 'bHasNote' may be used uninitialized in this function

2010-11-26  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [523d2adc6f576216bf6740ee83b5eec54772ba8e]

        suppress warning in binfilters sc_token
        
        Hello,
        here some patches in binfilter to remove warnings by compiling...
        Since some changes could (will) look strange, I submit it in little
        chunks, often with compiler warning in comment. This may help the reviewer.
        
        Hope I did no mistake
        regards
        Pierre-André
        
        >From c747a9dcc4af190aac1f216a93f7abd4b39fec85 Mon Sep 17 00:00:00 2001
        From: =?UTF-8?q?Pierre-Andr=C3=A9=20Jacquod?= <pjacquod@alumni.ethz.ch>
        Date: Tue, 23 Nov 2010 07:46:54 +0100
        Subject: [PATCH 1/9] suppress warning in binfilters sc_token
        
        changes based on following warnings:
        
        sc_token.cxx:1573:28: warning: comparison is always false due to limited range of data type
        sc_token.cxx:452:12: warning: unused parameter 'n'
        sc_token.cxx:452:12: warning: unused parameter 'rPos'
        sc_token.cxx:452:12: warning: unused parameter 'rPos'
        sc_token.cxx:452:12: warning: unused parameter 'n'
        sc_token.cxx:1613:26: warning: declaration of 'r' shadows a previous local
        sc_token.cxx:1593:25: warning: shadowed declaration is here

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9038f2df89df7d22923c70765eded694204559dc]

        undoapi: support for (simple) marks on the Undo stack

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [620269ac01acf975855176ab7cff22b3153bea6f]

        undoapi: support for (simple) marks on the Undo stack

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a47865c7a7a292db2fb7613bf0edf2efc05d7085]

        undoapi: MSVC WaE

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [ed348cc19735b2f82ea15911d5f159adcd2020e2]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d17eecd3c41d27f6de4564e28b9fbe0d14a278b6]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-26  Noel Power  <noel.power@novell.com>  [79e7254bbc282de461d1ff4da18fdc17f7a978aa]

        fix failing build on windows, use osl_getSystemTime instead of gettimeofday

2010-11-26  Takeshi Abe  <tabe@fixedpoint.jp>  [db65737e58661805c74959878cac228db2c59063]

        Remove dead codes and undesired comments with fixed typo
        
        Hi,
        
        yet another cleanup on base.
        
        Cheers,
        -- Takeshi Abe
        
        >From dff2f8d6d37863a5517a412ea4f92ebdbee536ff Mon Sep 17 00:00:00 2001
        From: Takeshi Abe <tabe@fixedpoint.jp>
        Date: Fri, 26 Nov 2010 01:45:21 +0900
        Subject: [PATCH] Remove dead codes and undesired comments with fixed typo

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [5c5ac6f63c3c4cb8fd02d8749656d804f0db1046]

        dba34b: #i114309# set default values for bit boolean and reset when we are on the insertrow

2010-11-26  Michael Meeks  <michael.meeks@novell.com>  [827da0111cc56b215d1f215738d8c60008bc7463]

        fix compilation issues

2010-11-26  Julien Nabet  <serval2412@yahoo.fr>  [21d5d30f035560df07b49139587479c969e0437b]

        unused variables in ./sal/osl/unx/util.c
        
        Hello,
        
        Here is a small patch for ./sal/osl/unx/util.c
        
        Julien.
        
        commit 9b18a955cd7ac4462c68b8113f73cd4dca2ccbbb
        Author: serval <serval@ilapharm.com>
        Date:   Thu Nov 25 23:03:04 2010 +0100
        
            ure : remove unused variables

2010-11-26  Thomas Lange [tl]  <tl@openoffice.org>  [60bb1b3436e02a78ff39dd08ec0bffc9c9e2c40c]

        cws tl84: #i115373# getPrintData refactoring

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f2478305d255a1ea18191413406c4edf21f704c9]

        undoapi: assert unknown slots in ImplInvalidateFeature

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [06d2c4e3e229b7cd409e20fa36968efe7d3986cd]

        undoapi: removed unused SfxDispatcher Enter/LeaveAction

2010-11-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b5599b48cce6a937e6e2cd71a79504402e4195d8]

        dba34b: added missing import

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [cc573b7553f60407d72571e660d3a14019cb50e4]

        dba34b: #i110907# check if design handle event

2010-11-26  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4e84dfc118800f7282423d60834c29ad9fa5e963]

        dba34b: #i109956# notify column values when row is refreshed

2010-11-26  Julien Nabet  <serval2412@yahoo.fr>  [3e77270b923c72b65749ac1814f0e95d2d46288c]

        cppcheck, Memory leak

2010-11-26  Robert Roth  <robert.roth.off@gmail.com>  [b997cefed4441bf5356b9ec68812f524907711de]

        Some more dead code removed from the extensions.

2010-11-26  Kayo Hamid  <revol.code@yahoo.com>  [eb564849654aad59d5bafe831a05571a6f720f68]

        Clean code at writer

2010-11-26  Thomas Klausner  <wiz@NetBSD.org>  [2d377caaf5a581df56f038e09947b85a90930d14]

        Add more files to EXCEPTIONSFILES.

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [b50f9fc50ba1e6b276ade74df612a81eba5e8bc8]

        RTL_CONSTASCII_USTRINGPARAM in testing

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [264173e3f955daf28acf1608a037bbb61ae733a3]

        RTL_CONSTASCII_USTRINGPARAM in calc

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [ee53f9476fefaf2144e5ec31d4c3b6803f7252bf]

        Put show credits entry into all app ui configs

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [dd7892c80c6690125ae294f702fd647b9de928a7]

        Put show credits entry into all app ui configs
        
        * fix cmd url typo in GenericCommands.xcu
        * build & deliver credits.odt
        * avoid duplicate slot id for ShowCredits menu item

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [1d9fe262dbed8334269cf89f6a21fa91ed550681]

        Put show credits entry into all app ui configs

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [182a50f25e9a178c0e6dfcac9dca842ebd832a5e]

        Put show credits entry into all app ui configs

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [4d21c312fa5fbd4f8a9c09a4875c0862f7074fcf]

        Pack credits file

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [ced73bee6811bb68734d9c95ca110820a1758dd2]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 22

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [6708ef04536191114eda027011e17037feb40e18]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 21

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [4ff6370c1793566ff3e82e16e62f1f3aea9a10ad]

        Put show credits entry into all app ui configs

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [3f1b3f7653f309f0cf09fa8e0439f33b6867c23b]

        Put show credits entry into all app ui configs

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [cca6edeb84640b20ce9f0309091ccc19840e93c8]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 20

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [ded1f1b445f5bb6d65509638047787cef20d382b]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 19

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [e00482a2dbca458dedaca44dcc983272fbad05b3]

        Resolves: fdo#31494# get ownership right
        
        Ensure that the mutex lives as long as all its consumers. And
        avoid launching threads if they have no work to do.
        (cherry picked from commit e34373935bff7f1ed8e8bfd06b54383917b1177a)

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [41f8880d52735a052ab5359981b4b187627a4bdc]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 18

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [83ab35b7351ba42097efc9c2b04044038e50e4f7]

        Resolves: fdo#31494# get ownership right
        
        Ensure that the mutex lives as long as all its consumers. And
        avoid launching threads if they have no work to do.

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [261b50b8826153d36054df889c74a0f805848247]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 17

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [d517af3b0e68be633e8c72396fcb1cc3d62249fb]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-11-25  Gert Faller  <gertfaller@aliceadsl.fr>  [c05398cf68d6982cb00aec0ccea537267c45e1c8]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 16

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [86cdb88d9ce30fcf49c1d286929df10c7809aae6]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writer

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [90ce30a134830fc3afeac0c108a3606227a22bbd]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [aeab95304567eb19871e0eea29faa71c1911362d]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [c5ca3f408ff0cd4796e74ad871171c5ba84fe406]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [efdbdc8c4a02b689ead52ce34c73797cb8ff166b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [9533991ab519d9a137e67ce44f4c1f45e58652f2]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/extensions

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [7bb409d3a8672f6da645ab286d80545b6f1d7fea]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [697bff3c396476913c0463062b5e407d7c9b2e48]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [1a6bf8c433b128606af043a01a1366eab00b3d68]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sw/inc/SwNumberTree.hxx
        	sw/inc/calbck.hxx
        	sw/inc/tox.hxx
        	sw/inc/viscrs.hxx
        	sw/source/core/doc/docnum.cxx
        	sw/source/core/docnode/finalthreadmanager.cxx
        	sw/source/core/docnode/ndnum.cxx
        	sw/source/core/docnode/ndtbl.cxx
        	sw/source/core/draw/dcontact.cxx
        	sw/source/core/edit/edlingu.cxx
        	sw/source/core/edit/ednumber.cxx
        	sw/source/core/except/errhdl.cxx
        	sw/source/core/fields/chpfld.cxx
        	sw/source/core/fields/fldbas.cxx
        	sw/source/core/frmedt/fetab.cxx
        	sw/source/core/layout/flycnt.cxx
        	sw/source/core/layout/makefile.mk
        	sw/source/core/layout/pagechg.cxx
        	sw/source/core/layout/tabfrm.cxx
        	sw/source/core/ole/ndole.cxx
        	sw/source/core/text/makefile.mk
        	sw/source/core/txtnode/txtedt.cxx
        	sw/source/filter/basflt/fltini.cxx
        	sw/source/filter/html/swhtml.cxx
        	sw/source/filter/ww1/fltshell.cxx
        	sw/source/filter/ww1/w1sprm.cxx
        	sw/source/filter/ww8/wrtw8nds.cxx
        	sw/source/filter/ww8/wrtw8num.cxx
        	sw/source/filter/ww8/ww8par3.cxx
        	sw/source/filter/ww8/ww8par5.cxx
        	sw/source/filter/ww8/ww8par6.cxx
        	sw/source/filter/xml/xmltble.cxx
        	sw/source/filter/xml/xmltbli.cxx
        	sw/source/ui/dbui/dbinsdlg.cxx
        	sw/source/ui/dbui/mmoutputpage.cxx
        	sw/source/ui/dialog/swdlgfact.cxx
        	sw/source/ui/docvw/edtwin.cxx
        	sw/source/ui/docvw/srcedtw.cxx

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [32346b811351d3bf67eec60244def575cbe9c9f1]

        Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOException (cherry picked from commit 047a986e3af855cdb4c27274da5a10fb5da37fb6)

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [563aab4eddce3503905a2b404f653531b3ba9439]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [214cc926c93674c534caba4db53d148f2554e86c]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [ac5e10db6cd494d2edf77949deba62279b3a324d]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [e1739410c0a7667759f24c38e859649a18b06eb0]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [9377573bd97498e2aac597a4c645ead7b23f8d7f]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [e3f92103a5a14baf81c7f4fca6bc8fb4f3741e1d]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6713cd6771984b5211b42170aaf7e8224a61d0d0]

        Update from sibling repository.

2010-11-25  Luboš Luňák  <l.lunak@suse.cz>  [d2286b157c2fe9c9d4199a87baed336647733cb5]

        fix incorrect double line spacing saving (bnc#654209)

2010-11-25  Mikhail Voytenko  <mav@openoffice.org>  [8cbc2d0363811781f5de45b3a11b3614feec4a9a]

        pl08: #163778# fix buildbot - use rtl functions

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [f2f6bf1cbd97fdeac9433b9c79401137f3fc4f28]

        Resolves: rhbz#656191 Catch bad alloc and convert to ZipIOException

2010-11-25  Michael Meeks  <michael.meeks@novell.com>  [995a87e5cf63fe1626245b62fef4aa71fa02dc94]

        disable multiple migrations via MIGRATED stamp file
        
        If we fail to auto-migrate, this can cause lots of pain - since people
        are unaware of where the migration occurs from. Thus - before we start
        migrating, we create a 'MIGRATED' stamp file in the source of that, and
        if this is present next migration, we simply don't migrate - fixed for
        Mechtilde.

2010-11-25  Michael Meeks  <michael.meeks@novell.com>  [0219642858f34c7c895896f7ec1e30d41dac3505]

        fix crash in exiting via disabling lone quick-starter, terminate at idle

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [79aced76827bcb7baac5ef41d5afdd7566d2deee]

        Makefile.in: Add a missing '--' delimiter, so that -P@...JOBS@ goes to dmake.

2010-11-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c16ba8a04fd4599e439e7e039705e41691c43acb]

        Removed DBG_UTIL from sw
        
        * Fixed the different dbglevel builds
        * This needed to change all the sw local ASSERT to OSL_ENSURE...

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [4dd35371329165941c0c4942c3cd312cbe3804e3]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [7a767299b579849f29e8e7b5d25e10125be3266a]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [caa01900a714c43e262354592ed52e153a5e4005]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [d57f95312db3d5904b203ae2893ff2f8e95f7ec3]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [aaa325725260a766c15aff8f462b1872aa76bc9d]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [6c82fea56781710f2b4bf13c67ca8b535c8e3c8d]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [753a2faaa6ede91b7b3f98dcc32b4c075d7c19f9]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [103efc8d581218cb699f23b3022e32fd0e4772d8]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [84c7ee1cdb1511ad1ef113c8694c96664e45c418]

        Resolves: rhbz#610103 exit quickstarter if physically deleted

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [d353abf5aa72ae7ab7a0d28b9ecc47b923e0aa70]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [5172e9eab4513b192f31232b08cde1d121329c36]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [02a39a76f4fc48453597feb82ec51885b93c785f]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [5bf9474f5a6aa963859eb42a12e4061249a0247d]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [a5ddafeb126b4063c1ff005a6a70b6934d31b5f6]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [968f56bffd6c309d1335eb0e21902a81cf80b591]

        remove empty method

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [a7820b6a67ae970ec6d518cab5f0a7e517a69142]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [7b4358945e7012d1cd64a093d27cdda204f8744a]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [8defb8201b30ff031bf46e760ef33b488e0bf651]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [f70d6d323ffd551ba0833dd71143b37f2f3a63c1]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [e32c09cc6137c3ea5076409452262d10bd9e3f57]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [1cff992505803e081ce1c0a65bb1f4740d323a29]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [fbdf1f1f25c707dd55aeb0fe882975763fd44043]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [2a11420f3f84bd14e98ba0ce7efee962b1ddf378]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [6efc08d5a326348b25cd028813b44c8af945f817]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [2768b20dfd1a9f05d0dd5167b111e58b9126ff64]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [725ce9e710cfc40dcfa985c671fb44b4b5ec6413]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [afc767c166b691d26bf714973c1ca723136f1369]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [5b9fe6b10cbf1f1047618e6a02e4abcd9a4c1297]

        remove empty method

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [45743c1985ee3a7c32b74ef75c532b1c49448512]

        cppcheck: methods can be const

2010-11-25  sj  <sj@openoffice.org>  [4e923f16a346335e972b85ab308e8d99cf2d8ae4]

        impress204: #i115008# pict import, applied patch from osnola: code simplification and minor bugfix

2010-11-25  Petr Mladek  <pmladek@suse.cz>  [7baba714d0726f3ef00808b0eccc0eb2d9eddc4a]

        more removal of the html versions of LICENSE
        
        the gid_Brand_File* definitions broke non-en_US builds

2010-11-25  Katarina Machalkova  <kmachalkova@suse.cz>  [57b117c6408d93af82564b99ed56b68593cadaac]

        Fixed crash in xls export caused by off-by-one iterator
        
        (this is for bnc#653533 and fdo#31141)

2010-11-25  sj  <sj@openoffice.org>  [1330d7936a7204d1266d83d75f8d2fb720790fd3]

        impress204: #i115011# pict import, applied patch from osnola: improved filter detection

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [4220253ce32d0fe9426ad6d93011126c71d3fb7c]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [696841e437f8b20575615f77705a7ecd8ccb6c8e]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [6dc60ddc806ed4da83259d71b8fd08df516da00f]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [73789d8526e7cdf0953e87b6e97f5ecd739f9258]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [219fe91ce289dd7b908aa9cc69c79409ff94068c]

        Update from sibling repository.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [3dd16dcf3fe9b2da2dbfb49bbfccb95fc8b1a56f]

        Update from sibling repository.

2010-11-25  sj  <sj@openoffice.org>  [42c7da2dff4f7a59ad08416bd53ee9b78bf5e4e7]

        impress204: #i115029# pict import, applied patch from osnola.. improving line and patterns

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [34529a57a58865b72dec6a38df2c5142989dbe00]

        dba34b: #i110562# trim space in front of string when it could be a number

2010-11-25  David Tardon  <dtardon@redhat.com>  [1873e78824a28cf20cfba0429a2eb1785ea41c34]

        avoid duplicate code

2010-11-25  David Tardon  <dtardon@redhat.com>  [130bc9184d51c5c0ec21479992ef2db2fd5d7f22]

        remove unused headers

2010-11-25  David Tardon  <dtardon@redhat.com>  [4fc2bbc2768ceae3bd4204f5c1fef4fa106c88c8]

        refactor duplicate code

2010-11-25  David Tardon  <dtardon@redhat.com>  [86419dc2bc2a4b20bfb9da0da99f02d1d647bdcd]

        comment out unused arguments

2010-11-25  David Tardon  <dtardon@redhat.com>  [c7626f586903cba0df94fba64736949020c8877e]

        remove unused code

2010-11-25  David Tardon  <dtardon@redhat.com>  [891d1dde0ba063bfe752c9b6c3201b214e9558d3]

        move unnecessary includes to .cxx

2010-11-25  Joseph Powers  <jpowers27@cox.net>  [d974b6220d6bb4fbf93469a92e37e41240481b59]

        cppcheck: use ++i instead of i++

2010-11-25  Wol  <anthony@youngman.org.uk>  [e027d3cfb7400d3e1ad56240172a886debcff517]

        Dead code deletion

2010-11-25  Michael Stahl  <mst@openoffice.org>  [32da14530d58c5228680ac26b6fb5bf73d95b38c]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [7c2ac2aa0619d24f61eae96b7c47ba294b1a8dba]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [508e2ebd6d05b7d2e29262aaa1c80e89125e708e]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [2b1b7c478a39a36b0e736ef6fb92827dd764660a]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [8f949765d18a72d33cb073e0af676269b50e5202]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [e855375570dbafbbad2ed47ce45c722c7613faf4]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [d932ce4577e9421ba0e5cf6cf994c31e3ad36d45]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [4b487d471a09317b523c78a080b293c9d79cbeaf]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [28662c9a6fe00e3a7d57a396a4d8ab96c2fa8ab6]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [20d1bd1182faae81ca812d46598801f70f93e8c5]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Michael Stahl  <mst@openoffice.org>  [863c33ff52c7f7ef4eb9aac4ba14af2f1a1039e0]

        udoapi: merge sw refactoring with undoapi stuff

2010-11-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [993f417871597ff19119665a986989d718c458ea]

        gnumake2: fixing auxtargets for windows without crashdumper

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [5d8a9e1ced042909fc5f74387a95743908383935]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fe3c1180e43448751bce1ffffaf6bfb1b05c315b]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [c857accba099e2d77282d99fcc74b39518624847]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [95cb42f5fa0702415aab763c15d63c9019b6b05a]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7da3a0be8c1535c7f8b392a98e8d1a29e5cd62a6]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fecd96cb490f6bff5339dd673af3c3aa7fe7dfc8]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [b02e3bd428c662e7b3326982d1996f56a547761e]

        dba34b: #i115753# add test again

2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [068d7541e2cba4a40f71ec830e39c3901966ce1c]

        undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ...

2010-11-25  Katarina Machalkova  <kmachalkova@suse.cz>  [5dff000295e8e6806aa15c65b371a901b6cb59db]

        Fixed crash in xls export caused by off-by-one iterator
        
        (this is for bnc#653533 and fdo#31141)

2010-11-25  Michael Stahl  <mst@openoffice.org>  [7fb4665149902abd4b8cf7ecda38dda227c3634c]

        unodapi: #i115383#: cleanup implementation of sw::UndoManager a bit

2010-11-25  Michael Stahl  <mst@openoffice.org>  [98947e47871a2ec0de2a9e4a4b95b6a930e0a323]

        unodapi: #i115383#: remove SwDoc dependence from sw::UndoManager:  replace all uses of SwDoc with interfaces.

2010-11-25  Michael Stahl  <mst@openoffice.org>  [6279f8cb40687a40bb5fdae964f5697f85908313]

        unodapi: #i115383#: move RemoveInvisibleContent() from UndoManager to SwDoc.

2010-11-25  Michael Stahl  <mst@openoffice.org>  [d2ab337e8fd277143ac7e811f9f12ea15c592f6e]

        unodapi: #i115383#: clean up UndoActionCount:  remove static {Get,Set}UndoActionCount() from SwDoc, UndoManager, SwEditShell.  use the already existing UndoOptions in SwModule instead.  refactor the ugly hack with undo in SwInputWindow a little.

2010-11-25  Michael Stahl  <mst@openoffice.org>  [0cf92721c0f308a4644763b3bea0e0d6804ff268]

        unodapi: #i115383#: IDocumentUndoRedo: Draw undo flag:  replace SwDoc methods IsNoDrawUndoObj()/SetNoDrawUndoObj() with  IDocumentUndoRedo methods DoDrawUndo()/DoesDrawUndo().  add sw::DrawUndoGuard.

2010-11-25  Michael Stahl  <mst@openoffice.org>  [63b1df4f4ccf86ba3f5d8db895e27f7a71a5dad3]

        unodapi: #i115383#: IDocumentUndoRedo: undo nodes array:  move the undo nodes array from SwDoc to sw::UndoManager.  replace GetUndoNds() with IsUndoNodes(), covering 90% of callers.  add sw::UndoManager::GetUndoNodes() for use by the Undo implementation itself.  remove unused horrible parameter from Writer::NewSwPaM().

2010-11-25  Michael Stahl  <mst@openoffice.org>  [d074d7b7a93c4e5d15ef5bd2d40344f8678243c8]

        unodapi: #i115383#: IDocumentUndoRedo: clean up unmodified position:  replace {get,set}UndoNoModifiedPosition with {,Un}LockUndoNoModifiedPosition()  for preserving it across SaveAs, and SetUndoNoModifiedPosition() for use  by SwDoc::SetModified().

2010-11-25  Michael Stahl  <mst@openoffice.org>  [06f159dfb8ad9912711bd44b065ba4d97ad7eb66]

        unodapi: #i115383#: remove HasUndoId() from IDocumentUndoRedo

2010-11-25  Michael Stahl  <mst@openoffice.org>  [e4bb13bc4e808118ef1f73503cdc75e16c873191]

        unodapi: #i115383#: remove clutter from IDocumentUndoRedo:  remove methods GetUndoIdsStr(), GetRedoIdsStr(), GetRepeatIdsStr().  remove unused parameter from GetRepeatIds().

2010-11-25  Michael Stahl  <mst@openoffice.org>  [5a890bc44e8053880ad445d60023e95c61357a52]

        unodapi: #i115383#: add documentation for IDocumentUndoRedo

2010-11-25  Michael Stahl  <mst@openoffice.org>  [56d8fb7501a4834779529cd15b02efa61ca24ff4]

        unodapi: #i114888#: sw: clean up some more, using sw::UndoGuard.  note: some of this relies on ClearRedo() not checking DoesUndo().

2010-11-25  Michael Stahl  <mst@openoffice.org>  [0fcdedd36417d76441081b53814d40772e03e841]

        unodapi: #i114888#: sw: introduce sw::UndoGuard, sw::GroupUndoGuard, clean up

2010-11-25  Michael Stahl  <mst@openoffice.org>  [c8c50a05e2ec57fe46bb4e54013c0b3cbd0b3b3b]

        unodapi: #i115383#: clean up ClearRedo() usage:  ClearRedo() is already called by AppendUndo():      remove superfluous calls of ClearRedo.  implementation of ClearRedo() should not check DoesUndo();      that seems kinda pointless, and creates difficulties for refactoring.

2010-11-25  Michael Stahl  <mst@openoffice.org>  [3145216b7e60ac552669266e89acc92c09ce059f]

        unodapi: #i115383#: SwDoc:  remove the forwarding implementation of IDocumentUndoRedo from SwDoc.  instead call the UndoManager directly, via SwDoc::GetIDocumentUndoRedo().

2010-11-25  Michael Stahl  <mst@openoffice.org>  [89071dd67bb173a489a5286da21b7623dad8c6e5]

        unodapi: #i115383#: new sw::UndoManager:  new header UndoManager.hxx, new class sw::UndoManager.  UndoManager implements the IDocumentUndoRedo interface.  SwDoc has UndoManager member, and forwards IDocumentUndoRedo calls.

2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1e401142c35cd2bf31626c77e97c9d42531b643e]

        undoapi: fix Reset

2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [30b907db47a7d54cdec0940fecb0fb4eee236587]

        undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller

2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4ae5573a0f94cc859ba2c30ac71bcd2ff8677f1f]

        undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller

2010-11-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5cf47c0008eb4126cfc41c59fbeeb4d73c8e22b1]

        undoapi: split OSingleDocumentController into DBSubComponentController (which the report design's controller will be derived from) and the still-so-named OSingleDocumentController. Module reportdesign does not compile with this change, this is yet to come.

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [5396b8edee405c928640872cf5d0707f1bd61b2e]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [f45f864898ffe865752334137215f167ebb448d4]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [7e12e4543a0883317eef03af395d3cd370915ef4]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [8b8bd0d5ccba64286e224678f127cffee4520218]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [84d46790710b966625de9c42845828d7f45ba08e]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [92155ffa68304c5fb73e29fccf1f962ffe127230]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [73f23cbae7724cc33113106f8bf96782024e3df3]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [9de5df5a44b5de556a5ca68d677fc7c09dd5012f]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [8dfba35129022bc6ac283e9da2c9415cb3c36c19]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [eb68981d7d57189ebff4eba69f7f04e9bf3cd662]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sc/source/filter/xml/xmlimprt.cxx

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [d48bd5250b96257cd9488cb398f48e69949e3013]

        #i115784# rsc: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [1bd0f73be5802157f5ccd3ba4b79ce76150d0114]

        #i115784# idlc: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [0ff6b9a26dd3916e7e5f29f37ec2220b95bf5180]

        #i115784# registry: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [be8a630cf6e56550429dfb5539e51c570e413350]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	scp2/source/python/module_python.scp
        	solenv/inc/unxgcc.mk

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [bb4f6eede90f866d878c6de2ebdb2a061686385c]

        #i115784# store: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [042118c8cbc8e33fbff7e479f974d7571c413859]

        #i115784# sal: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [dc09799bb92c397fbf48f0efe863cd358dc6a1f8]

        #i115784# soltools: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [b24c11f89613f6d9ed3429e642b0c4bd610efd7e]

        #i115784# dmake: fix memory errors uncovered by valgrind and other tools.

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4679addd4b7705e0ec1e4401eea84c198ccdb395]

        dba34b: #i115384# check if the length of BIT > 1 otherwise use setBoolean, and change typeinfo for ado types

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [a18632bfc7e59ea30dd07ac00e0f5fc36d1119c9]

        dba34b: #i115384# check if the length of BIT > 1 otherwise use setBoolean, and change typeinfo for ado types

2010-11-25  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [6c1779cedf60353cf4fcb109b71a632d4008720a]

        Add a 'loadMissing' parameter for loading a special icon if necessary

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [a0d9897dffe1344a7fe4d9c3fd27169836422662]

        Merge commit 'ooo/OOO330_m16' into libreoffice-3-3

2010-11-25  Jan Holesovsky  <kendy@suse.cz>  [1c7962aa9e9e7e6148cd31001d237546b173140d]

        Merge commit 'ooo/OOO330_m16' into libreoffice-3-3

2010-11-25  Gioele Barabucci  <gioele@svario.it>  [c17e41b2aa5731f7a36a78b0a051ad44bafae014]

        Unification of `<text:p>` and `<text:span>` code paths

2010-11-25  Gioele Barabucci  <gioele@svario.it>  [30bd5fb0d66b32f9f0a3cbed7ab67d009ee6ead7]

        Also split `<text:span>` elements

2010-11-25  Gioele Barabucci  <gioele@svario.it>  [14a95f1a8b3886e46c6ac20032676fb96503eccc]

        Split long paragraphs inside flat ODT files
        
        Flat ODT files usually contain very long paragraphs. As each `<text:p>`
        is put on its own line, these `.fodt` files end up containing very
        long lines. Long lines in XML files cause problems when using flat ODT
        files in text-oriented SCM systems like git or when opening these files
        in XML editors.
        
        A very simple yet XML-compliant approach to make these lines shorter is
        to, during the XML serialization, output a newline instead of a space
        every N spaces (only inside paragraphs, if you want to be conservative).
        Files created using this method are, from an XML point of view,
        equivalent to the currently created `.fodt` files. Their files size
        is also identical.

2010-11-25  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [18b79d52431b1a379d078dc1ebdc67f630f0aed4]

        buildfix-x86-64-visibility-workaround.diff: migrate to git

2010-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e6d57bcd5ec9d88ebbc6911fb93f3c013508f3bf]

        vcl117: #i114937# fix DeInitVCL

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [0ae3237320d843c1a9933dfe6bb656bcddcf3c92]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [0d985fd44bb7794851825a3f14acc3c25758259b]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [066855a15a9a1d5be4e134391ed19ef2c73d5bbd]

        remove empty method

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [849779db912cc97ef2c247d64aefd2069a3f9b0c]

        remove empty method

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [670bb20d25fb2b8b0fe56bc85567cf7ce6fa8d48]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [58eee175b58d062f0ac3ea24eb7d02c627e8fd0f]

        cppcheck: methods can be const

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [b54d82d27d8e486a8a6a251f314b60bc79ecaa73]

        dba34b: #i111143# use supports supportsMixedCaseQuotedIdentifiers instead of storesMixedCaseQuotedIdentifiers

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [2b20a3ef7a0b2ff030945d679b897c2062d7e0ff]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [00f14a7f7e33290a9649ed210a4c2ec39457554f]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [41a0d24763953c06d4859cac2109bc4dee77e55e]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [6fdcddfa77a32f324e5b67d3bf71d54cf88f7a54]

        remove empty method

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [26cf10ee4ff4678a62e1c1f4d1d1f23c30b4adc4]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [430ef4696201f34414d6277c434a1f29af26cce9]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [4ac6fca2203a68c173cd328689bc83a872940e4f]

        cppcheck: methods can be const

2010-11-25  Miklos Vajna  <vmiklos@frugalware.org>  [2a462c138b52e0c211e8e344e461a2721a09b7cf]

        OSL_THIS_FUNC: use logic from boot/current_function.hpp
        
        Don't use it directly, as OSL_THIS_FUNC is used in C-only sources as
        well. Also, remove OSL_THIS_FUNC from OSL_LOG_PREFIX as concatenation
        does not work non-macros like __PRETTY_FUNCTION__. (The code actually
        worked there only because it was defined to be " ", so we are not
        removing any valuable information.)

2010-11-25  obo  <obo@openoffice.org>  [406dec43952fa9a7afa55738c6e7df317ad26275]

        masterfix OOO330: #i115774# crash in FR version when typing / as first character

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [aa771abe7e8dc62258cbee5e8de65072b2198dce]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [3ef6b198520e58f6ceb6026cea0a8c6636fb6d1c]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [95b2a7938d61e8ee03db44fbcae1f1e8667513d8]

        cppcheck: methods can be const

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f9416a7fd8c2fddab7633dfd0543887ef7b8a148]

        dba34b: #i115655# new ui setting for max row scan for text db

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f99088e1081ca38ff1cafecac974a22143a7b085]

        dba34b: #i115655# new ui setting for max row scan for text db

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [f4a63cdbc7c70c72baa45afdddce041809538f69]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [c6c2a48654a64a5beabb85a1efed336c25330151]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [88e5419578e282461fb7c1a9f697f731aabef400]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [c4601fa9649d9756bc8f8cda34ba6129b70a0e4e]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [78f1ebca9503610d18147c7706e557049b2d73c5]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [598e8c5db9f5b0f69ca54765e6f023aeb860feaa]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [b9c0431c4abd78fd35006d0972964360bbf6985a]

        cppcheck: methods can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [e106cbcdc8f8f90b7ee2ce9808fc3114720b94e7]

        cppcheck: method can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [af529ce3f3412ead9a32ab2ed7e578152507df90]

        cppcheck: method can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [90bc879781116e35d5f73574e106d2d4743db59e]

        cppcheck: FlagUpdater::operator()' can be const

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [ddfe78d7a7b6c49497c9dc6dbf05adf07da47bff]

        start quickstarter on every launch if configured to use it

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [4b3d53ce72821ac713c2367e6eee34294e112d98]

        Only start the quick-starter on restart, don't install it forever

2010-11-25  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [1b649a51fe55388e89d360bad76aeeb7343e890b]

        Revert "Delete obvious hiconstrast icons in the tango theme"
        
        ace_dent told me that some of these hicontrast icons might still be
        needed, so reverting this commit. Sorry for that.
        
        This reverts commit 4e8b3c96276c074b5a819db2e5d1d52b5511720d

2010-11-25  Caolán McNamara  <caolanm@redhat.com>  [91aff4d665e1c683ba40209d6ddf8699d93f7918]

        WaE, use SAL_PRIdINT32 for printf

2010-11-25  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [1339ae3d816305b53eedab1036cf8619ad6ea092]

        cws spc01: #163967#

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4820e5278a5163886e25860df8136ec36d21070e]

        dba34b: #i115655# check first 50 lines for type info

2010-11-25  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7b7a507d69a451402c328760071618070ffc7e08]

        dba34b: #i115655# check first 50 lines for type info

2010-11-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [6bb9d4a371c58882d12690b5aab7addc527f2958]

        sw34bf03: #i115719# - method <SwDoc::InsertLabel(..)> - assure that the <title> and <description> attributes are not lost on insertion of caption for Writer graphic, embedded object or text frame

2010-11-24  Joseph Powers  <jpowers27@cox.net>  [0504fc232157c9ea8878857386f5f581628b4f63]

        Fixing a typo...

2010-11-24  Joseph Powers  <jpowers27@cox.net>  [9d8f28383c3c816110eb0be4bb69a9088fb4ccbd]

        White spacess cleanup

2010-11-24  Joseph Powers  <jpowers27@cox.net>  [fbaf0e0b969cf059ff6b77bdf4e8ece15aec616d]

        .src cleanup

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [1d6c1dde32f4f608cd4e300f80e1908d5f038ed9]

        cppcheck: Fixed self-assignment of sModuleName.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [6254bb54a0061df3ac7f49db63f292b7bb16f1bb]

        cppcheck: marked several methods const.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [5030d61411fba2b48e24cfeed1015851122ccdae]

        cppcheck: removed a local var that is never used, plus some cleanups.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [3d4891dd21276ccf72e6cde23ac2602919666cef]

        cppcheck: Variable 'nPosY' is assigned a value that is never used.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [144b04a6b7b534403d89c432037253b21e45c197]

        cppcheck: removed local variable that was not really used.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [8bd305d433453940ff8fc17937e979d90ff6c521]

        cppcheck: removed excess parens.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [35310b9d00d04dc3f825732a95c98158ff8e6117]

        cppcheck: reduce the scopes of local variables.

2010-11-24  Wol  <anthony@youngman.org.uk>  [d54b360929e60cdc0134ec5b3b8738d1f41f5420]

        Spelling, dead code removal

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [176bc8668455a00998572698250759976cf54d18]

        Move typedef for private members into their respective class scope.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [ad93fcc8010572966562cd99db34380ff457eb2d]

        uno::Reference -> Reference, to make it shorter.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [b9b72650162f7c20fc72f5562ab9ba4fe846b837]

        Let's not include everything from the rtl namespace.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [9b681ba6cb71ffb0236b289a7e3b53d71468549e]

        Reduced indentation levels & some code cleanups.

2010-11-24  Joseph Powers  <jpowers27@cox.net>  [4de0f42209aadddfab57d33efa07e267e4dbf0f4]

        .src cleanup

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [a3671c2fbb4a2f205a41f11997fdb6ff0384dc6f]

        Switch toolbar icon size to 'auto-detect'
        
        This semantically reverts commit
        b05860f43e4943bfdee59b0e44ad7bfa7f52c202, in favour of a dynamic
        solution in the native widgets code.

2010-11-25  Thorsten Behrens  <tbehrens@novell.com>  [afd5ff21ce4e5859a92eef96157e3779c5b30853]

        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>  [5eb5c7221cc97416bc66c336f42b3afebf3b0995]

        gnumake2: merging minibranches

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [762f9b32dd3e731fd7f61933d6597c7c9d957fe4]

        gnumake2: merging minibranches

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d851122a67d53e0a1d674ec518978bc7d04ef053]

        gnumake2: merging minibranches

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e3130f6ccb893f99ef3abdb62b945492422ac554]

        gnumake2: merging minibranches

2010-11-24  David Tardon  <dtardon@redhat.com>  [e9eaf033646695987e218907a565b555b976c5c8]

        replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1
        
        Breaks build when configured with both --enable-debug and
        --enable-dbgutil and built with dbglevel=1 .
        (cherry picked from commit c3d0c4ec39417cdb1f6d7e4e23d6cd79e16d8299)

2010-11-24  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [f02373e947d6e22c15b1ed0972f6dbbe9610f690]

        Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup. (cherry picked from commit 9771daa4e13ceef4917fb230cd72a2aa098f1400)

2010-11-24  David Tardon  <dtardon@redhat.com>  [db8718b9f5768608e567d84d801ed100cf2630c8]

        fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup (cherry picked from commit f19fb8630f6dbf4b525bdd4ba775f05bb9d7e1a0)

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7c153ad4212964199f431c90ab521c3a8b550614]

        gnumake2: using set_defs instead of set_cxxflags in library tl as we should

2010-11-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9b42e88db170cae312d290b370bf19e66708a7eb]

        gnumake2: fixed pch for full builds without an explicit setting of defs with _set_defs

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [05e3d1a1575d7851f2801f7e06afd2abd4476083]

        Fixed indentation inconsistencies.

2010-11-24  Kohei Yoshida  <kyoshida@novell.com>  [28c7911d2d0898f482e28251296d40c76b5cde39]

        Remove the preprocessor guard for sheet protection options.
        
        This feature is now universally enabled, removing the unnecessary
        guard.

2010-11-24  Timo Heino  <eraggo@gmail.com>  [d127768d9568a636665af407ec3ed7830b2d2bc5]

        More easy hacks completed in calc
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-24  Timo Heino  <eraggo@gmail.com>  [e5ed28ddf1d326807d95f740d0b04b2a55d74eb7]

        Even more commented out code removed
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-24  Timo Heino  <eraggo@gmail.com>  [bd1bad24cc6e079b82d1b7f3aa28cfdb12123cb1]

        Removed commented out code
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b8f4b62ad476f68bf6bebf8b40d5e4247cbe042a]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4592bb216c141007fb21395b91190790d140b456]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [dbaa305afdc5cc80a956958b8ba3c9256b1dc0c4]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b5d2cb0a2c20db106facf299c0271bce5223810a]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9a8a3204ae106730d1f2eceef76ec33b30ca95e7]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [66c01160a736c575f47816819b15d4388dfa5f4e]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ac3e63bf5a71bb5001ef3cf40df55f381b2c4514]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [89588af9b9a1484434e8bcb5751c410540ea0f16]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [67dd42aea79f0146f90537f39573dcb466502f51]

        merge with DEV300_m94

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [41baca264de67907e7460bf729e94efff1a3cfd8]

        merge with DEV300_m94

2010-11-24  Niklas Nebel  <nn@openoffice.org>  [681c5b71e215d1b6c57dd50c394f8053b58aad18]

        dr78: #i115015# proper handling of add-in parameter arrays, merged with database functions QueryParam

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3d92e6c85264373fbbfc850d54de79c1363b87ca]

        vcl117: #i115686# remove old unused style setting

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2b1b6ec0a537571bd7367446e5592d8954c10bbe]

        vcl117: #i115686# remove old unused style setting

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [696996791d1dbfd8f410236e30be5a1fb100de70]

        vcl117: #i115686# remove old unused style setting

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [fc55481db2555bf78a09b18ab1a8b9068a1515dc]

        cppcheck: unused variable

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [ebd57f83dce11596b599fd1e70414d8bf7de0ba6]

        silence some warnings

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [272ea7436ef5ecee84b24754f0a53a90c11e8992]

        cppcheck: remove unused ScRangePairNameSort

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [3f394503ef5816885455e03b085e8b1ff0d849df]

        cppcheck: The scope of these variables can be reduced

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [1269b1613dcec1a69671f827c07796696f6b8769]

        cppcheck: The scope of this variable can be reduced

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [4d14d7e26237a3ec712da9e5cf026ebb58682ceb]

        cppcheck: unused variables

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [f41487508fcf1ebc6dbac1a4d9837594946ba500]

        cppcheck: Empty string test can be simplified

2010-11-24  David Tardon  <dtardon@redhat.com>  [471786679a2b42f235486d090da592d476931789]

        add missing xsl:when start tag (cherry picked from commit a720d902988a7fc8e6cbc6e6ab8f82553a56318c)

2010-11-24  obo  <obo@openoffice.org>  [baa3cdb1a532bb79ec3fbfbc23cbb4ee4b566308]

        #i115761# Impress freezes opening the attached odp file(s)

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [2d08240d697eb8256b8d4dbd3ef7feef9d04859a]

        cppcheck: Variable is assigned a value that is never used under some ifdefs

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [19658260a4498a752007048b5c1dc1985af9c752]

        make possible to build with c++0x

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [cb141d3dc0087da10f7a2697cd48a40470a4f9f9]

        silence some annoying warnings

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [81bae9a07e475cc113854b992553083ad6c60c6c]

        cppcheck: unused variables

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd6ee967cdf357ae485dea1611ed5b29d630ca96]

        vcl117: header cleanup

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2d0f40ce04bdcc067793bed89395c4e1c3ebf348]

        vcl117: header cleanup

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1a5df47d2902194e9d6bbaa702980cb4fb1b312f]

        vcl117: header cleanup

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c462e5c59780d3e002b205020b1aa792de785121]

        vcl117: header cleanup

2010-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [534ada849b5f8788b715b6f6a5357810acc834d5]

        vcl117: header cleanup

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [b0a284053e43d2ea32a748f7875f3f59c2b90d0c]

        make possible to build with c++0x

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [6805806ca82f7f3a27ecc74623ea79d91f85aacb]

        dba34b: #i114617# test_for_null: wrong child asked for

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [ba9519e6de3ce241144be1d8f6b19d99491f3518]

        dba34b: #i114617# test_for_null: wrong child asked for

2010-11-24  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a46d569b32133c040fffddeae2b59135f78893af]

        n#652204: Font color selection didn't effect new text
        
        Fixed the font color selection behavior: selecting a color when no
        text is selected doesn't turn the paintbrush mode anymore.

2010-11-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [0fb59a2a77ee5872461c0825edb2311f5f53757d]

        sw34bf03: #i115705# method <SwTxtFormatter::NewTabPortion(..)> - correction and refactoring of tab stop at left margin for tabs in hanging indent

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [9ad6117703b482a0cb34d75aade9545b468c55fe]

        dba34b: #i111542# fix for max rows

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [78ad8534bea3608a294fb8c6be49fb6778d4e80f]

        dba34b: make often used vars static

2010-11-24  David Tardon  <dtardon@redhat.com>  [85cc754593797bed25f2f31dbc8243db2d79c5b1]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [4c44f82eb553f72a0c1eac6a6c8ecf80396f95e5]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [9f9e65ec9c85634b8d99546e4ba673029bde4be0]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [aaa58b3c47c6efb57921516b28fb5bedcef826b7]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [1529913c92ccf5b0eff67f08e0e884a2382f2dc8]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [63f1d81780db4e72ac43739e8420f1cea1250708]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [eca7591a7369b4d8a1620c05d664bc6d0d49e60d]

        fix invalid XML

2010-11-24  David Tardon  <dtardon@redhat.com>  [498a0a17a7e8dd3c753d7c1ca4c8fb32dcda6a1f]

        fix author name

2010-11-24  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [bfd2188cf45adb3cb3b0d62d1ec2d4b761d14a2a]

        Don't pack up the classical icon theme
        
        It is now unused and unshipped.

2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4c4bdf1aaa3645bd15644f983c8f4f8a6307d444]

        undoapi: remove unused IEnvironment interface

2010-11-24  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [5ec6595b6fa7017f5dfbb75406fb2595542e493a]

        Do not package the classical icon theme
        
        It has become extremly classical and we have default icons sets for
        all other GUIS so skip that.

2010-11-24  Mikhail Voytenko  <mav@openoffice.org>  [a3816d55a7bb3273046dccbb200a9637a539e001]

        pl08: #i115742# fix excel export and import functionality

2010-11-24  Mikhail Voytenko  <mav@openoffice.org>  [45729f083e7f06a672dbb7bee0627c4d6edfd46b]

        pl08: #i115742# fix excel export and import functionality

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [efd8e437a6870034ac176178f0d91e42a1775461]

        xmllint: convert entity name to unicode index

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [bd5d223a36ee7ee4621c838e83acd41b39e51fb3]

        make possible to build with c++0x, remove obsolete method

2010-11-24  David Tardon  <dtardon@redhat.com>  [5e59e09d8e03c6292733429fe56d73abd0de89c0]

        remove duplicity in comment

2010-11-24  David Tardon  <dtardon@redhat.com>  [bfa0bab28076f937f63327bbffae74c0dd0e2f29]

        add missing xsl:when start tag

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [44e7fbc51444319a214307038196d0412bb5c91b]

        xmllint: mismatched tag

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [63ff5a0041ba19e2c99b12df408d04274e9bae19]

        xmllint: bad entity name

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [9509ecf0428b575d43ef153e207ddb6ac2a266ca]

        cppcheck: The scope of these variables can be reduced

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [c24d569cb20c98409b40e8a77b7bdbbcc01c4568]

        cppcheck: Member variable not initialized in the constructor

2010-11-24  Luke Dixon  <6b8b4567@gmail.com>  [e6f69c3c0961649f33ce25faede5b4f184658e29]

        Fix Greek characters, stacks and subs/sups for operators.

2010-11-24  Luke Dixon  <6b8b4567@gmail.com>  [3a71b8d8f78ca470115f8c5ec29a51c2ab7fcc1c]

        Clear 2 things from the visual formula editor todo list.

2010-11-24  Luke Dixon  <6b8b4567@gmail.com>  [8b7a9c5a310c393b7a8bc732fb3c0a9d16ba9d9f]

        Fix matrices with blank elements.

2010-11-24  Luke Dixon  <6b8b4567@gmail.com>  [08bdc1046dcb9f980bc4f57a45ffecbb691bcba0]

        Add some tests for SmNodeToTextVisitor.

2010-11-24  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f8289c031b31f390d253f9a4592236928a2be9c5]

        Delete obvious hiconstrast icons in the tango theme

2010-11-24  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c880006acef898bd85e1cd28f4a8d66e8ab6b68d]

        Move the hicontrast versions of cropmarkers and markers to the theme

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [4a4faf53638af7cb3d930e0199b0b0a9bd3fc14a]

        cppcheck: Possible null pointer dereference

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [724cb36eb9559e1d272b5b12bb80196c62f10c2c]

        cppcheck: Unused private function

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [a7bf926c61a5af4cf8f94f7e8d0978046343ebc0]

        cppcheck: Unused private functions

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [a6535c890127dfe3bcf826c8e8a9dbfb5846801c]

        cppcheck: Redundant null pointer check

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [7972fcd46586015b966c3ff28cbe7915ba4b91e9]

        cppcheck: Redundant null pointer check

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [0964bdda7e97037c7da2923d4f210acb09beeb7c]

        cppcheck: Redundant null pointer check

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [d6f314c015adaf54fb32d835e23b3e8eec8e3f0e]

        cppcheck: Redundant null pointer check

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [c70f456c68d81806921116f9cb1efd71193afeec]

        cppcheck: Redundant null pointer check

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [2b59ec8b172e174712758f8be1ee7da7b391b445]

        cppcheck: Redundant null pointer dereference

2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2d9cc1ed67901e4a95db1795ba43d1635f7820d1]

        dba34b: #i109534# don't let the query wizard display queries to select from, if the database does not support queries in queries

2010-11-24  Thomas Benisch  <tbe@openoffice.org>  [b0386b57360965453007a0c1165aa5b1f68f1076]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [70bc02cf2dfbd35327c625d199a14e92a9a28500]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7added199aa38cb2f3085b4b563731c687425df1]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [055193a34c46d6bb4e72ff88bcc8fad41f9bc4ae]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [39eed99eede10328c0f4e6f94a03eb9946325f47]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [2a3ed8f23562c452aff13d1eafd3e5b73cd7435e]

        dba34b: merge

2010-11-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [c181a93a43634f25a3e99b274dfd9f0f6d3bcf81]

        #i95645# fix obvious snafu with bitwise manipulation

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [a89295a88f53bb29939380c9e1d1ba37972111c6]

        cppcheck: silence bogus warning

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [3bd11c5427cf1306e14fdc84a07f01778c46d3c5]

        cppcheck: Possible null pointer dereference

2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f44e68b9d3f941c754f4e0af76bea3370bf3a3fb]

        dba34b: #i115760#: expand macros for template paths

2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b4caa130c2c1f027f5b197c5c7344fcbcb11740]

        dba34b: #i115760#: added ExpandMacros

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [1f449db6fa1a4adde9d40742c7d1d79a17c4fdac]

        cppcheck: Possible null pointer dereference

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [9d951fe453c1fa6eb5ed98e92931fc6c43bad802]

        cppcheck: Possible null pointer dereference

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [502708b6308e5606607007548df9b3a4cef7fd24]

        cppcheck: silence bogus warning

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [624fce06bd683d67dc89e2437090f57693aea3c0]

        cppcheck: silence bogus warning

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [6056b73a754398174430bac3d07501bf97f08af0]

        cppcheck: Unused private functions

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [bd10afb420d904be737b977eba7024ee12c697b7]

        dba34b: localize properties

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [f8acd9bc968254122fd3ce805ab9f6737eb89e40]

        cppcheck: Unused private functions

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [d7fa767dbc569bd6f48e01c619c4b6bcf1dbd892]

        cppcheck: Unused private function under certain ifdefs

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [6f5c7cda13f810b8384c5a7e0c2d3ca598879ec8]

        cppcheck: Unused private function

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [9b444d19b9d064af5770c0b55fd4662d0825f7db]

        cppcheck: Unused private function

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [a8a6d1fb11600d04fc0e814046d66c60015fa5d7]

        cppcheck: Unused private function

2010-11-24  Jordan Ayers  <jordan.ayers@gmail.com>  [6ee0f9ae130cd0ac97a250d787faaf136bb567ab]

        Remove unused global from perl installer
        
        Per comments in globals.pm, remove wrapcmd and all references to it.

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [a6b73c21ae0a151568f5e279ed434d46d3091069]

        cppcheck: Unused private function

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [68b50b6d1d8258ea13a5781c033c52fbbc914e85]

        dba34b: localize properties

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [3990279226fae7a36f45fa693d91bfa94809b6be]

        cppcheck: Unused private function

2010-11-24  Caolán McNamara  <caolanm@redhat.com>  [8f75224369d1a741ef88bba66b520376ee4f83f9]

        cppcheck: The scope of these variables can be reduced

2010-11-24  Dirk Voelzke  <dv@openoffice.org>  [8b8ffa54a73587bfb28eab13126e2bb3295a2389]

        dv22: fixed linux compile problems

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [229ae958fe300878a79ac13b5f6891cb49e30731]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d459ca4365e0c373b4e24baf592e01a7e8afbec5]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [343c129f23182904061b03eb37a032fca0b928e1]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [8f97bd0f18bba643c8ddc7ad73d66df6fc2a7e5d]

        dba34b: merge

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [9814bc85a1776026920d0a52274489406d052c8f]

        dba34b: merge

2010-11-24  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5482dcbbc6b4f1e04b7dd31289b9e2f12679c1cf]

        dba34b: #i115760# expand vnd.sun.star.expand URLs before calling makeRelocatable/AbsoluteURL

2010-11-24  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [441418b2bf99fff8a96e3774e296a964f530a3b7]

        dba34b: #i115219# add missing style-name elements

2010-11-24  Julien Nabet  <serval@ilapharm.com>  [648589a0bd6c72b8b6b125644b43c6efad17ead1]

        RTL patch

2010-11-24  Julien Nabet  <serval@ilapharm.com>  [95e7e542438384975a95e7309e23a07a0986fcc7]

        RTL patch for cui

2010-11-23  Joseph Powers  <jpowers27@cox.net>  [0070a695eb1e8f105f4dfd408caf6950df73d163]

        cppcheck error squash

2010-11-23  Joseph Powers  <jpowers27@cox.net>  [0b176013df99ee6b10305306b9a9dd07ad51a8a5]

        .bmp to .png, plus formatting issues.

2010-11-23  Kohei Yoshida  <kyoshida@novell.com>  [9334f7757330fdd113d37b3faed728e56e6330c8]

        Temporarily disable the extra ACL check.
        
        The fix for i#102464 no longer seems necessary.  In fact, leaving
        that "fix" would interfere with documents saved in samba shere;
        when a 2nd user tries to open a document in a samba share that's
        already opened by someone else, it would silently open in read-only
        mode, but the correct behavior is to launch the "Document in Use"
        dialog telling the 2nd user which user has it open.
        
        If disabling this checks causes no regressions, we can remove this.

2010-11-23  Wol  <anthony@youngman.org.uk>  [9fee0a2c8613c8060a45acd5fd27716aa33462de]

        Spelling mistakes and dead code

2010-11-23  Wol  <anthony@youngman.org.uk>  [763e27c9c54a530a9339d8dee4dcc30f54e9890b]

        Dead code and spelling mistakes

2010-11-23  Wol  <anthony@youngman.org.uk>  [518878b936bd14ef2e5df0444e6424de64166652]

        Dead code removal

2010-11-23  Wol  <anthony@youngman.org.uk>  [53bdb4e95fc13ac71bd4691cfcddba69779a75a1]

        Dead code, spelling mistakes

2010-11-23  Wol  <anthony@youngman.org.uk>  [cd3a52b9b24a7a07cef9018488750170ac1d40b5]

        Dead code, translations.

2010-11-24  Thorsten Behrens  <tbehrens@novell.com>  [803ac3727baac0becda977cef7ca24f9e9c9cc48]

        One more readme change: no support subdomain (cherry picked from commit 6d716265f4871dfcb899d5a0fae971f99e36c3e8)

2010-11-24  Thorsten Behrens  <tbehrens@novell.com>  [f3cca6d1820a15ba25c4f60678b607ec71dc44dc]

        One more readme change: no support subdomain

2010-11-24  Thorsten Behrens  <tbehrens@novell.com>  [30904ae83886cf0fc9cbce2c88d39963b278cd8f]

        Adapted readme according to list feedback
        
        * unified links to be directory-style
        * renamed all sites to libreoffice (except central infrastructure)
        * removed obsolete info (gnome session manager etc)
        * added hint for gfx perf on linux
        * better mac system requirements
        (cherry picked from commit c60a7a9fe9a6ac0897af92fcc812a38ce10da046)

2010-11-24  Thorsten Behrens  <tbehrens@novell.com>  [ce1d16f11c365dc9d08bb290bd5e921718f3260c]

        Adapted readme according to list feedback
        
        * unified links to be directory-style
        * renamed all sites to libreoffice (except central infrastructure)
        * removed obsolete info (gnome session manager etc)
        * added hint for gfx perf on linux
        * better mac system requirements

2010-11-23  Noel Power  <noel.power@novell.com>  [c2fbfb2b75804cfdbf79a827618700178962323a]

        tweak debug switch again, enable filter debug for dbglevel >= 2

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e90388b65116aab02d059d4205a6e4aff3224a0f]

        dba34b: preliminary fix for #i115551#

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [c6e0eee73c1be7f3cb7d33f568246db9d40d7ed5]

        cppcheck: The scope of the variable nTmpSz can be reduced

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [482a02ca472fdfda02b2f7ee3cb0208522990fbc]

        cppcheck: Variable 'bRootListToBeClosed' is never used

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [74dadbb4f990d8ab70a76a6b8d6358dbab136808]

        MayCallback is empty, remove it, etc.

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [7f1eed1c77381c041d6f3490a7755e6948d218d8]

        cppcheck: This function can be const

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [fd42503ae8bccf7a49969edab18b40b1daf1938e]

        cppcheck: dstFile' is never used

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [dd45908fe2dfb29af4c9d40b06ec11fcae402856]

        cppcheck: This function can be const

2010-11-23  Kayo Hamid  <revol.code@yahoo.com>  [6eb5f64fd829338614d12212ad9c03ec616f3436]

        remove dead comments

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [89df5063777396d0e52d34fc753931af5ec1f0f2]

        cppcheck: These functions can be cons

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6a7bbc11c1039e78ca10849bcad6c1c389a6e3b9]

        dba34b: #i115250# DBTypeConversion::getValue: do not use the target format to determine how to obtain the column value, instead, use the column type

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e9e1181d4bda2f836cd9c23832142325d3229c1]

        dba34b: #i115250# DBTypeConversion::getValue: do not use the target format to determine how to obtain the column value, instead, use the column type

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ec99f8427269c43926e15d039b204525269dbc17]

        dba34b: disable CopyTableWizard test for now, since it fails (which is issue #i115753#)

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9cd619e2924acf79a484f5f6fe97cc9c9080b0d4]

        dba34b: massaged the dbaccess complex test cases a bit, made them running, again, re-implemented functionality which got list in the recent refactoring (assureException)

2010-11-23  Noel Power  <noel.power@novell.com>  [c887c7182a70f0c6fa485f06f13a94dd38ccbccc]

        fix bad conditional for debug flag setting

2010-11-23  Kohei Yoshida  <kyoshida@novell.com>  [b5e6fad133a59568ae508a4e931e62b1db8a2d21]

        Temporarily disable the extra ACL check.
        
        The fix for i#102464 no longer seems necessary.  In fact, leaving
        that "fix" would interfere with documents saved in samba shere;
        when a 2nd user tries to open a document in a samba share that's
        already opened by someone else, it would silently open in read-only
        mode, but the correct behavior is to launch the "Document in Use"
        dialog telling the 2nd user which user has it open.
        
        If disabling this checks causes no regressions, we can remove this.

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [13a9a1c2f1f138e4432c9a72c5bb47cfc8afe879]

        show the control geometric propertis correctly (bnc#610921)
        
        fix by Noel

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [be5a75bec04d1f68b3bfaea1cb437bab80eece26]

        show the control geometric propertis correctly (bnc#610921)
        
        fix by Noel

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [c107de4372b711ca716f335bc9301243ac86c5c5]

        cppcheck: Member variable not initialized in the constructor

2010-11-23  Thorsten Behrens  <tbehrens@novell.com>  [3009f63562c39b27a99f20d8d7c1a75883bc7f9e]

        Coherent use of debug level for writerfilter diagnostics
        
        This amends commit 130d4a6ed54e55e3263e23288590e933425899a7, in that
        it uses the same debug level check to enable writerfilter debugging
        facilities.

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [2bc099f3450c067b5e12b2ee50c9c786b2ed4810]

        show the really used default icon theme in options (bnc#603169)
        
        check also the icon theme prefered by the native widget plugin
        
        backport from ooo-build-3-2-1

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [f033400bfa325f822f72f2a932c6f38fece2a190]

        show the really used default icon theme in options (bnc#603169)
        
        check also the icon theme prefered by the native widget plugin
        
        backport from ooo-build-3-2-1

2010-11-23  Tor Lillqvist  <tlillqvist@novell.com>  [7c0779b5baf569985cb443f456703fc9b19c5692]

        Expression in OSL_PRECOND was inverted

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [e21bc5c7772137f61d23884a965885b71ae049d6]

        cppcheck: Variable 'pFrame' is assigned a value that is never used

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [b89a5faa5851cd1fed4c1321f4d5f8188484ff28]

        extend patch to remove boost shadow warnings

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [089f03d72c4a2d69002c184854a244c84927b6ec]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 15

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [1df8ba50d7eaa05b9f10ffab18196a85d5faf5c8]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 14

2010-11-23  Michael Meeks  <michael.meeks@novell.com>  [1b426766a84f429a418327bd894e2a4883e17b19]

        remove obsolete introabout

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [7a65687ca22cf1644630522989403c323d6bc7db]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 13

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [3f3fe0b4e3dfe8801920e4b0c1d8c2364120fba9]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 12

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2235846149e89dd9fe83cd4fbaf32908983aa571]

        vcl117: reduce duplication of enums

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [36ba6d664a6cc219d84d22dc74a562603d7fcdc5]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 11

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2b0eeb17ca8bda77385c2fb437874954085a2d31]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [da3abf30f38443096403ca77fb464aa6681235ae]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [280d6e78fc41c5de56734d4e3621ff18ea09f546]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [abe4496cfce679e999aa59d98649fc37f1dacc02]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [09493ee415a4a0d6d2d7bb3f7f8e2b1c5d38683e]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7e82d6429cf459d440d01724e620ff31ccbfde12]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3e76c75b94d486bc1c1eafc6b3157f3634c93b42]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5b0573b9fbfe126f982e68fa93989239fd0874d2]

        vcl117: removed obsolete header

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eb2b6f72121ded03321d58feb495abd615a8e898]

        vcl117: removed obsolete header

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [8e443b4c42f2fc7b230fe34319d4045b0e6d67a0]

        fixed urllib.urlopen in the internal python (fdo#31466)
        
        + backported two fixes from newer python:
            + close the file even if an exception occurs (py#5536)
            + urllib doesn't correct server returned urls (py#918368)
        + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting
          the fix

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [d3eff1cbd04eec9c4e540519b244bd174b08497b]

        fixed urllib.urlopen in the internal python (fdo#31466)
        
        + backported two fixes from newer python:
            + close the file even if an exception occurs (py#5536)
            + urllib doesn't correct server returned urls (py#918368)
        + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting
          the fix

2010-11-23  Ingrid Halama  <iha@openoffice.org>  [858fcd359f72f14fca1d400700e1bd113db7f8b5]

        chart51: #i112773# fix exponential fit for small values (Patch from Regina)

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [375cb298064a8d22346dbf03731a6d7673b75350]

        cppcheck: Empty string test can be simplified

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [22722e162966996264972ea73a2d82ec0fffb638]

        cppcheck: uninitialized member variable

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [c3088cddedb0af58fd63ad3f1dd7d7025766e11d]

        cppcheck: unused member variable

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [6908efa1441e80c483631b694ba0232cb6b7a113]

        cppcheck: remove unused variable

2010-11-23  Timo Heino  <eraggo@gmail.com>  [ab91e7444694e4b8ff4d7988f08c12d4983d2d7b]

        More 'easy-hacks' completed
        
        Removed some commented out code.
        chart2/source/controller/chartapiwrapper/ cleaned. Moving to next 1
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [0988817cfd6399d04b7fbcf48603662e599276a1]

        OOO330

2010-11-23  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [865049c989c975db165bef8e74d8793c272d69d9]

        Don't install html versions of LICENSE and README

2010-11-23  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e9d7cc714a82a09917842ed59add91630812f27d]

        Don't install the readme.html files
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [feeb9d2ead6a19fb94ac544095279571762a8506]

        silence cppcheck warning

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [924908a09bfc917a6d8d1117b757c0b262f0d1cb]

        make more of the workbens build, and add performance test

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [118d72cbfd4e732b4b472260fe7cbc67fc9e68ee]

        CWS-TOOLING: integrate CWS os145

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [641abdc163f343b5561d1de23091dc97ef93508a]

        CWS-TOOLING: integrate CWS os145

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [12c1007715f214a9cb497752157a83a6d9d4b579]

        CWS-TOOLING: integrate CWS os145

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [2ca22cab454eb1438a58f6015301db453f1cbe84]

        CWS-TOOLING: integrate CWS os145

2010-11-23  Kurt Zenker  <kz@openoffice.org>  [7d825706b747be940a622d72d8fcf92916034bb1]

        CWS-TOOLING: integrate CWS pdffix03

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [e0e6ebcda851035714e0040ebf40ff1ec5d3b99f]

        make possible to build with c++0x

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [14f48dfabbd5ba686195406c815b55abf1a35bf8]

        vcl117: removed useless header

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [43bc8a784e706149fc7736fd8b4c440c464c49c4]

        make possible to build with c++0x

2010-11-23  Caolán McNamara  <caolanm@redhat.com>  [7f382532e1e5365f847531460d72ebce629b320d]

        make possible to build with c++0x

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1002a3c9c689f3738b981ca993b5bc529d781e28]

        vcl117: removed useless header

2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [943c4a88153583ff1f3dd7a54b297e0fc675b9e6]

        gnumake2: deal with .pdb files

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c66cef317dc9ef81fa46da221bdd3bccb3ef0953]

        vcl117: removed useless header

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [19a19d522064ed24dab4cff43e39489508038186]

        find the internal libpython (fdo#31764)
        
        libpython2.6.so symlink was not created, so pyuno was not able to find the
        internal libpython2.6.so.1.0

2010-11-23  Petr Mladek  <pmladek@suse.cz>  [6eeadea0ea49d20d5daee4dc657761c8a888823a]

        find the internal libpython (fdo#31764)
        
        libpython2.6.so symlink was not created, so pyuno was not able to find the
        internal libpython2.6.so.1.0

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e16777656a71ae48b0d9d9e87b035018ff1f20ee]

        gnumake2: fix for really ugly pathutils hack to register delivered object in for gb_deliver.log

2010-11-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [33ed48ba02832b73796abb415695580173fe5467]

        Oops, we certainly don't want this in all cases

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1d4280d63ef60a865b24bfa6152339f06b9e3a60]

        gnumake2: merging minibranches

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [89ecec67868b816a91201e7030729c0872ac9d8a]

        gnumake2: merging minibranches

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ce42433acd2a57e8c7d1bb1a4d94a3a026db8457]

        gnumake2: merging minibranches

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bc69cf5e450ba62a1067842673798320a3e99a97]

        gnumake2: merging minibranches

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ab4d0f4352a369c52957756fd5fab83c3c6b791d]

        gnumake2: using wildcard instead of shell call in global makefile

2010-11-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8c3222d43cbae09988ceb7384cd1c107779faa44]

        Ease the debugging of writerfilter.
        
        * Bind some useful debug flags to the osl debug levels
        * Print the name of the unhandled SPRM, their ID isn't enought

2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8d8c81526357ec93dbf6c0e120089679602de327]

        gnumake2: enable packmodule in setsolar mws builds

2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4791068063b3fa2ce656e09b106cc9ee2c927ca1]

        gnumake2: enable packmodule in setsolar mws builds

2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4522ca85ce433af280ef1b078fa8c7327e396245]

        gnumake2: enable packmodule in setsolar mws builds

2010-11-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ae831144a3de6f721547bbce87a542cd8eb69b99]

        gnumake2: enable packmodule in setsolar mws builds

2010-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [75a3de669fef8dff6cdbe430437f8666ba55029f]

        vcl117: removed useless header

2010-11-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [be3b2759c231133e6aea812ac80f13d40174bbbd]

        gnumake2: removing hardcoded SRCDIR

2010-11-23  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [ac675df56bd0999be171bc3776e280b43f866d46]

        Don't produce .html variant of README_lang files
        
        Just provide language specific README files as plain text files.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-23  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [609849dbd2a89232cbc89f559279e176585a1cad]

        Don't install html versions of LICENSE and README

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b85ffa2b003a08fcee9c97f92bc2f26c8c59c6e]

        dba34b: DBTypeConversion::getValue renamed to getFormattedValue (at least those variants returning a string), which will give us some better control over the changes required for #i115250#

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [60336fbefa1b29b0bfa8d89eec240a483b438c06]

        dba34b: DBTypeConversion::getValue renamed to getFormattedValue (at least those variants returning a string), which will give us some better control over the changes required for #i115250#

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [061a04da3da2ceaec462fce145fb4f346b620ac5]

        dba34b: get rid of some dead code, which would only be used if the form controls were actually in alive mode, which is quite improbable for this module here ...

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [430a5a514bdb5adc407cf834fbb0c314667c28fc]

        dba34f: removed unused SwDbtoolsClient class

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0ade87a8e309f5eb34d0a734c836bdb2f09f00db]

        dba34b: don't case Any::getValue's return type, use Any's public API instead

2010-11-23  Thomas Lange [tl]  <tl@openoffice.org>  [52b113e2892bbefefbc0fb8c2540324dabc2333f]

        cws tl84: #i115546# assertion fixed

2010-11-23  Thomas Lange [tl]  <tl@openoffice.org>  [ccad553abd004bd82c12d8fbffe384bd31efe419]

        cws tl84: #i96486#

2010-11-23  sj  <sj@openoffice.org>  [49ee642b36a41f00a7e035179544944705e49c23]

        os145: #b7001886# improved ppt import filter

2010-11-23  David Tardon  <dtardon@redhat.com>  [8915158da117c0fcaada97745bee6cad9b51165b]

        Related: rhbz#650170 don't crash when quickstarter is exited by user

2010-11-23  David Tardon  <dtardon@redhat.com>  [3875f7ba34a9d11228d48c32cd21a80fe3544af1]

        Related: rhbz#650170 don't crash when quickstarter is exited by user

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [09e1ceffce157badc46b09c812436ce3a5156e51]

        dba34b: diagnostics changed/added (during #i115040#)

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a6ae95f1b10fb2cade6c04a500dcf297e18af14f]

        dba34b: #i115040# don't ask for a data source for an empty registration name

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1bbb669aa658744ce8ccafe18abd199dd872a207]

        dba34b: removed unused StylePropertyMapper at the importer, removed unused export of the exporter's StylePropertyMapper

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [57d99af37e558c7bef573948d571c370a60f0098]

        dba34b: more diagnostics

2010-11-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9553dacde794b890505a0c9f4ec4e96c9bd6e88a]

        n#652364: Fixed a ww8 column break import problem.
        
        When a column section break was inserted in word, it was transformed
        into a page break.

2010-11-23  sb  <sb@openoffice.org>  [c495cfb48872793ff5c44cbfa3d4ca88989c917b]

        sb135: merged in DEV300_m94

2010-11-23  sb  <sb@openoffice.org>  [673238aef686eb3c3ce2f12d487477e9e7b5b3b0]

        sb135: merged in DEV300_m94

2010-11-23  sb  <sb@openoffice.org>  [87c93c52d88f26921c9cd4f7c832e10c82a2a5a6]

        sb135: merged in DEV300_m94

2010-11-23  sb  <sb@openoffice.org>  [87b0b7a01ede801694b6000f106a054a707e7dcc]

        sb135: merged in DEV300_m94

2010-11-23  sb  <sb@openoffice.org>  [5cd37f4f0b121f9cdd8afc89d82c1cae46a9898f]

        sb135: merged in DEV300_m94

2010-11-23  sb  <sb@openoffice.org>  [5d6952c96fc01052dda6ca4b506a8caca6924afb]

        sb135: merged in DEV300_m94

2010-11-23  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [84e2a8e7262955afe9e405d52c4874d6e2972114]

        Don't install the readme.html files
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-23  Gert Faller  <gertfaller@aliceadsl.fr>  [ff1edf5a380baa88405feb325066ac70e01de507]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 11

2010-11-23  Takeshi Abe  <tabe@fixedpoint.jp>  [98ab2fdde66436d2913e659896f305ccfb2e301f]

        remove dead codes and undesired comments

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [e69a4d6210bfe544a48b7c2cc890f8d955730193]

        Fix .gitignore for mac
        
        also a trailing space cleanup.

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [ac958c9386d00963c3ecd2e7120486441d4915b7]

        Fix .gitignore for mac

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [40fe15eb9c21baacfbf0b8427dd95638f1f78785]

        Fix .gitignore for mac

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [b97f5102bcbcbbfca1c6966ff9d1e41d4fd7716b]

        Fix .gitignore for mac

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [a8a1b8d0fc1bb172d8dd9d7de2bec013fa24fc76]

        Fix .gitignore for mac

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [d5398b70d4dcdc2fd421ef87fc137cd66ea25360]

        Fix .gitignore for mac

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [1b2139ea4492bdf48e17a6d9f49855e23fd3b2d7]

        Fix .gitignore for mac.

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [5716e4b1db5d42373c2def4d498748c0880cb4a6]

        Remove the last of HC icons

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [ecdd2800f2e9a7749d5a1fcd05384b730bc07ca8]

        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  Joseph Powers  <jpowers27@cox.net>  [55e0fe6263b817219f4c3c5ee1a7de32451230bf]

        Removing the last of the HC ions from libs-core

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [bf8f8053cffb7f2c6f0ac98df93acaa268db1547]

        Remove the last of the HC icons

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [eab7e7d957e0d85aa34733d9e7bc0379c462a500]

        Removing warnings from Impress

2010-11-22  Joseph Powers  <jpowers27@cox.net>  [a9722262eeb92b4eaf95a8f5975a2b2a99e2fefb]

        Remove the last of the HC Icons

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [6e8883ba743b7b2031f544bc2f8e08fd5ac04b43]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 10

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [7d0f24c822b0f8af6b0b5fa82ed6bd288cdebe96]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 09

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [f39607df602883c20c8769a1a2e77bcba1f880d9]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 08

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [8c779305bca6b2ca4badadb1ed0c89dc092f287f]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 07

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [bd80ff75a216d6494a1de64896856f4bbccc52ff]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 06

2010-11-22  Timo Heino  <eraggo@gmail.com>  [62a7e346775837d1dfd79c90a9a88daf81f60d71]

        More cleanup in calc
        
        Removed more commented out code
        
        >From 508c82de834dc890a2b00702147a55c4603c4bb1 Mon Sep 17 00:00:00 2001
        From: Timo Heino <eraggo@gmail.com>
        Date: Mon, 22 Nov 2010 20:14:43 +0200
        Subject: [PATCH] More commented out code removed in calc
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-22  sj  <sj@openoffice.org>  [b9113ba2a8a4fca7d21b1268a250f4cdc70ba64d]

        os145: #b7001886# fixing small ppt import problem, improving png reader

2010-11-22  sj  <sj@openoffice.org>  [fe4993ecf57e530d7adf63524ebfaac881eef3f9]

        os145: #b7001886# fixing small ppt import problem, improving png reader

2010-11-22  sj  <sj@openoffice.org>  [1d93737ff8a4ad7ddee057cb6a30286bf4e6ff6b]

        os145: #b7001888# fixing small svm problem

2010-11-22  sj  <sj@openoffice.org>  [13881ca76ecbbbef8ede8df923aaf2504a16c5f4]

        os145: #b7001888# fixing small svm problem

2010-11-22  Timo Heino  <eraggo@gmail.com>  [b66a347361be139ac4a20d1a386ef851f2ce23f8]

        Removed commented out code
        
        Removed code that was commented out from some files inside
        calc/chart2/source/controller/accessibility/ folder.
        
        Signed-off-by: Timo Heino <eraggo@gmail.com>

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9a95417ef68d5712dcaaad4deaf635f8b1b332eb]

        gnumake2: removed milestone from packed module

2010-11-22  Kayo Hamid  <revol.code@yahoo.com>  [ce882c1cd1f81ff652f4db2ec2b45c4692959b53]

        clean code

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [6cf3645e7d2c2c0c6e3be09361a29e54f41849a4]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 05

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [af58566d88aa2b5e123f3207890282e27a550079]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 04

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f81d208280237a68fd5ad4446942f6b9a3d1d593]

        gnumake2: merging minibranches

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [617870903998c638ccfaac2052771c54007d8f2b]

        gnumake2: merging minibranches

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [69963de0be4f8eb769e1028dddf9f4fc598545b5]

        gnumake2: merging minibranches

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c0fde8c88fdd63546d8166f72a8fff81a4a97b02]

        gnumake2: merging minibranches

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a228fd5857c76575f4b33e95a2ac2ba6170220a9]

        gnumake2: fixed instsetoo_native, removing common trees

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [d2cac56c6619b2b831d2f458b12b9771b78c83d2]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 03

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [a23d54eed27736eda876e975c510d7b3c230c5b8]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 02

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [433b107ea2bcc5242ab515cb82a9e6954e0c899b]

        RTL_CONSTASCII_USTRINGPARAM in libs-gui 01

2010-11-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fb117ca84c0fe58026b61de34eb2e6991fa6e4c]

        gnumake2: better use REPODIR

2010-11-22  os  <os@openoffice.org>  [2eb40fcdb2f3e4e9768fa18ad662c11d52c44ad2]

        #b7001883# exit if sprm array is invalid

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4003e6f60207abc9009f892cfa39caacf8cb4044]

        gnumake2: rename deliver.log to gb_deliver.log to save it from being killed by deliver.pl, added cleanpackmodule phony target

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [7027ae3512d75d8aef2c27dbfa6bd8981fa0ed49]

        RTL_CONSTASCII_USTRINGPARAM in base

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [3d41c91e91ca9a06d0cd572ffedebd82c222d447]

        make possible to build with c++0x

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [dc840d8a6b4823eb3870221df70a01effb12e5ff]

        make it possible to build with c++0x

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [1883f7c2394a208a0acaf2ccf2aeae4b142b1fd0]

        remove some warnings, and make it possible to build with c++0x

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [76f27737f18258bd3e5d3ec45f40243af484b254]

        fix some warnings

2010-11-22  Mikhail Voytenko  <mav@openoffice.org>  [bdcbd99aea1012e618b0dfd2c6e695d7dcb581ba]

        fwk160: #i106223# replace pkg: protocol with zip: if necessary

2010-11-22  Mikhail Voytenko  <mav@openoffice.org>  [722bf9e9299d4c45dc540b94825cc2d1a2172f29]

        fwk160: #i106223# replace pkg: protocol with zip: if necessary

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [db2522b7323fab4d570b23aa7a39be9994cbbb0c]

        make it possible to build with c++0x

2010-11-22  Gert Faller  <gertfaller@aliceadsl.fr>  [0dd9bb690cbad86948369a37d4a87fb71e642105]

        RTL_CONSTASCII_USTRINGPARAM in impress

2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [21d610c5dc0fcf7adf08d045af1d90eeb5b1b53e]

        #i115718# fix IFCM refcounting while subsetting fonts on OSX

2010-11-22  Noel Power  <noel.power@novell.com>  [a146d01a70a85712556918f1b77596870582d679]

        remove debugging artifact

2010-11-22  Vladimir Glazunov  <vg@openoffice.org>  [1a5c9a9fc0b76f921a05883056bf4decabe65c3c]

        l10nnewlangs: #i115677# removed unneeded condition

2010-11-22  Noel Power  <noel.power@novell.com>  [b874a1f9c03601c5fd8cc2f771a16da4a65c15bc]

        remove debugging artifact

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ee38ec182e60b2fa27f656dcc7dc0beb202f1eb6]

        undoapi: fixed post-rebase compile error

2010-11-22  Miklos Vajna  <vmiklos@frugalware.org>  [93a0a92bc07b541009ccd0e8d536a50dc43c2672]

        Add doxygen comment for DocxAttributeOutput

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd6302357c8b23d6dc428531fcb5e796b8032bda]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [825ea9d04565fcc57da31ae7b3be40a38450ff3b]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [52ea3e3aaad1a97a4cd2c0ccfd18fec10faa4dee]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e08c34ff87f2b676acc265fc0f23a5ee7ebeeee3]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6a259358aca34fddf1b215ae74ece8996f99b33a]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a555878a353d25be47093e101371339d6e73a3b7]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e15e0a989544082ea840c0fc0cee639b1e74dbf0]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [039409270408baf2298aff86106ad63463fb3b5c]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [22ea168b2014bbefe00a52de59f52b669abd8909]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5001b1ce32ae6dded99f459a942431fbc91c51a9]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [088b7d620207f83c88c87eb14bda7784ab29fbc4]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ca21bbb60a0e298ed31a75b531478ad0755e473e]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [21ba9fdc6a584c6516576c1dd9a7131fe1d40075]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9998fbf387db200dcd9a04bddb188662c2c37cda]

        dba34b: merge after pulling DEV300.m94

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [cd95a24643055cd6428ef7f3384901bec1fc1a9a]

        tweak this to make it easy to compiler with c++0x

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [aa8b7fdd6165cc54eab485d3f24c894a3bdb0f06]

        tweak this to make it easy to compiler with c++0x

2010-11-22  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [863e54d176678f0a0b79b7da23f69dee8c1ea921]

        cws dba34b: new test for charts

2010-11-22  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [1b28cf59b5818060a32737601f5fd42bec79f850]

        cws dba34b: remove qaerrorlog

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [ec765081b7eceb28fff8b545e7433b14a995c2eb]

        rename this to make it easy to compiler with c++0x

2010-11-22  Julien Nabet  <serval2412@yahoo.fr>  [d4ef839c9e92f24156e7c6f4c71e47799281bbb8]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-22  David Tardon  <dtardon@redhat.com>  [d90b0ebc59e9912d66b66fd242243908b39255a3]

        rhbz#650170# shutdown quickstarter at end of desktop session

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1a9c2e9352e554872315ced1962f5fc75c227881]

        gnumake2: error out on setuplocal and removelocal without gb_LOCALBUILDDIR

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [04908a45e8ba8ab3fa342c55df4682b3bc0b3510]

        these ones aren't candidates for RTL_CONSTAS, the args are pointers

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [43fcc01e7bc2c516c15eae820c194302514c6a92]

        WaE, && ||

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [024a55900940782373f93e6f4b5077855527a558]

        gnumake2: getting rid of obsolete install and uninstall targets

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [892e4b46d856af0bdc7d065ac22b7f21e2a97cb1]

        gnumake2: getting rid of obsolete install and uninstall targets

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7c69e9471c4985a24a1d6957245ee58ec1eed6ea]

        gnumake2: getting rid of obsolete install and uninstall targets

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b47f9bc5078be86b62006563f6c1af36d61b87cb]

        gnumake2: getting rid of obsolete install and uninstall targets

2010-11-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [940fd9c04e335f93a1ebccb9459d56aa786c37ed]

        gnumake2: add dll file to deliver.log

2010-11-22  Julien Nabet  <serval2412@yahoo.fr>  [51838cd27feb1219b2f1f5e387539efa129c58b6]

        cleanup createFromAscii calls

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [f2e051f4c805e81c7788b6a2c3124be78fd87c05]

        WaE, && ||

2010-11-22  Michael Meeks  <michael.meeks@novell.com>  [d58c6e0517d14fb461b4089f4b6ae62c9ea9b26d]

        cleanup floating comments

2010-11-22  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [f3eb77586e067a46211334a78987652815f47744]

        further removing of dead code
        
        Hello,
        here in components some other pieces to delete. Again some small parts
        in case  I was to generous in deleting.
        
        regards
        
        >From 1535d5e774e7d1ef08696344be8fcdfc6828f2c3 Mon Sep 17 00:00:00 2001
        From: pjacquod <pjacquod@alumni.ethz.ch>
        Date: Sun, 21 Nov 2010 12:10:15 +0100
        Subject: [PATCH 1/5] remove dead code components workben

2010-11-22  Noel Power  <noel.power@novell.com>  [a17065d3837598a75784f03d352895e8dbf4ad7c]

        fix for n#648731 imagedata attribute not imported correctly

2010-11-22  Noel Power  <noel.power@novell.com>  [06e1dc0304efe0446816d510f9c6e6673079f157]

        fix for n#648731 imagedata attribute not imported correctly

2010-11-22  pjacquod  <pjacquod@alumni.ethz.ch>  [d12f2c39ac2103416eddc28702a904ede0baae5f]

        remove dead code in calc core data
        
        and some comments translation

2010-11-22  Mikhail Voytenko  <mav@openoffice.org>  [b824d13f58822cc73cff2980daccafffba28fde4]

        fwk160: #i59788# use standard InteractionHandler to store documents

2010-11-22  Caolán McNamara  <caolanm@redhat.com>  [c0aaf91e9ad126a615dbf5a90fede3128a6b1ac9]

        Remove some #if 0 code blocks--author= Kevin Hunter <hunteke@earlham.edu>

2010-11-22  Kevin Hunter  <hunteke@earlham.edu>  [758abe5d5eeada61b3e6714ad087f5d9826dd240]

        Remove some #if 0 code blocks

2010-11-22  Kevin Hunter  <hunteke@earlham.edu>  [e4e9063a2883b4fe6a5e7538da58bf16a56d2f18]

        EasyHacks - kill dead code, translate, formatting
        
        - Mainly removed some uncompiled code
        - Translated a couple of comments
        - Removed some errant tabs and tried to line up code as originally intended

2010-11-22  Kayo Hamid  <revol.code@yahoo.com>  [94ae5e188dc42aa35171cac11478b7c7aef72c58]

        remove bogus comments

2010-11-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5946988a4d2b9e43ce9f6980a69085db4d0667ee]

        vcl117: fix SLOFILES

2010-11-22  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [b61f6b3eadd624cfb6d0645fdb1ae681f5309712]

        removed unused SvXMLNumFmtDefaults methods

2010-11-22  Joachim Trémouroux  <joachim.tremouroux@gmail.com>  [fcb289f1cc41d58c725003546bc287ba7f061267]

        removed unused SvXMLNumFmtDefaults methods

2010-11-22  Luboš Luňák  <l.lunak@suse.cz>  [45a980cd8a09fd53aa35214c5262ee5873051e33]

        implement lvlJc also according to ISO, not just Ecma

2010-11-22  Kayo Hamid  <revol.code@yahoo.com>  [58012767d94eb0028fdfe87d620553090465dc6c]

        Clean code and comments at writer

2010-11-22  Muthu Subramanian K  <sumuthu@novell.com>  [9974dbcbee4bbadccf20953ac729f843e34adc51]

        Missing call to importDocumentProperties() n#655194

2010-11-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a10c18505e9ae62b6cd2b3bed89d02947873e60d]

        Fix for i#115681
        
        Some missing condition before actually draggging the border.

2010-11-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ddfb4e660c0f23b3c594b859a54694bb8acd8c96]

        Fix for i#115681
        
        Some missing condition before actually draggging the border.

2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [a26b166697b3486eebe005e33184b713689c3382]

        #i108584# workaround unexpected ATSUBreakLine error result

2010-11-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [a7efcc63895bb32164a9077a3e46b7cab33c3454]

        #i108584# workaround unexpected ATSUBreakLine error result

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fb653ac7f77f672001f3ca98bed65011c2f37ad7]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [470aed516eb9c4924ad39ebbc73af5e5a874115b]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c6b8eb2de240805632d4fdf4843adb6fc3449a28]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [42b9e74aa96ae39c7f37c018a473ebf12425b77f]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8691e6616a7976923bd733e2e300cd40705f6504]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8bb099cf0afae209a4a74376e714db1d453c2cbb]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [326a2b7510cc3a67d26b98839127ec625b67758f]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [391c3457c667e1f11e2a99097b9f8a9356cd19e8]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [52e3b9ebbc632d7d1f37f0c1f2fe9646c4818c59]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [546853bb2ee974f91699412cc3329bbf53aca312]

        undoapi: merge after pulling DEV300.m94

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e13b8a69eed7f6dbbd28f49446581bd68f2d500c]

        undoapi: merge after pulling DEV300.m94

2010-11-22  David Tardon  <dtardon@redhat.com>  [caba2527de3040f40149c218249a9dc9c59261fd]

        set default debug level to 1

2010-11-22  David Tardon  <dtardon@redhat.com>  [f1d2af0d86548e0c916eeadc934d4d1131eaecc2]

        rhbz#650170# shutdown quickstarter at end of desktop session

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [129551cbd39c8d5c2908bd18750ef5d917d8dfca]

        undoapi: unxsols4 WaE

2010-11-22  Thomas Lange [tl]  <tl@openoffice.org>  [a8ddea085bc9063d31426baf9b84889583b89f27]

        cws tl84: makefile fixed

2010-11-22  Julien Nabet  <serval2412@yahoo.fr>  [0afb1d652f8cd1b85ccbb384af005a13b5e59e81]

        sizeof(foo)/sizeof(foo[0]) -> SAL_N_ELEMENTS

2010-11-22  David Tardon  <dtardon@redhat.com>  [266310d47870bd72f2fa52d7e888bbcb5290174b]

        simplify string initialisation

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [3fc2d546c4d343525df69c118701bb0c9a2831e1]

        squashed a couple hundreds warning.

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [9140ff3adcb0d34bdaef8fb8b73c96947c592ec0]

        micro-optimization suggested by cppcheck

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [125f62ce4860a075a14f48465869c9f36ee9a266]

        adjust .gitignore for MacOS

2010-11-21  Caolán McNamara  <caolanm@redhat.com>  [77f0ed6b3895adedfa1d4dc4012bd77b4c8f4242]

        use consistent autocorrect file names

2010-11-21  Caolán McNamara  <caolanm@redhat.com>  [bdcc0e91b6be5e376d577e20026c8e43d534b8c4]

        use consistent autocorrect file names

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b3f89e21b3ad6b0242ee2d776719dc751734bad5]

        gnumake2: fixed package for naming convention

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d712baf609bd6f4fe68a9aaf023340ceb577ef84]

        gnumake2: cleaned up module registration

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [42ab649b247b785b70bb346ad6b3826b48896287]

        gnumake2: comments in Output.mk

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9d9079fe8c7b84888324b08b79cd7456412ebc3b]

        gnumake2: comments in SdiTarget.mk

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [711b9d857e0f7e1561198170a07e33436269a310]

        gnumake2: comments in LinkTarget.mk

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [90d05f597dd096bc413dfaea7bb1dad8d7def1f0]

        change the way to hide warning so that it doesn't trigger cppcheck warnings

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [92b02bd26cb82816e76a929621d8dbf5085a4199]

        adjust .gitignore for MacOS

2010-11-21  Andreas Mantke  <maand@gmx.de>  [2fb45fdbe5a92841930864c9fc263f9fbf44c8d6]

        Translation of comments to English

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [ed40b5b0056af9e68a15223ba9c6d37ac243c4ba]

        fix a potential null pointer dereference

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [5f5056f878b19e044a56dfddf0fb60c32af032b9]

        adjust .gitignore for MacOS

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [83cb7a3edb81be1bbd34a57b0db06f19ea6f6d2c]

        remove 'busy' code (code that consume cpu to produce unused result)

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [bbd7641bf98720648e245f7365e9fa0459fdecdf]

        add a missing ifdef (thanks to cppcheck)

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [92f7ef439605e07135beeb43f6a75e641513ce77]

        gnumake2: gbuild file permissions

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0e6af4d8ae462651501209a3aa7b708f7ff1d491]

        gnumake2: made setuplocal an extension

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [a19c9e3e861fd2c16632eb8bad8cc4661be88f63]

        fix a potential null pointer dereference

2010-11-21  Norbert Thiebaud  <nthiebaud@gmail.com>  [99c93d51cf2e40caa090f6324f58f2485ea3d242]

        adjust .gitignore to filter built stuff on MacOS

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [110e8ccb8567bec3a1410868bd5d917f6212a2bb]

        RTL_CONSTASCII_USTRINGPARAM in libs core 48

2010-11-21  Norbert Thiebaud  <norbert@sqdata.com>  [1b0c06fa5141409d33aa4acf581a7806947f2ff8]

        fix potential null pointer dereference

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [ae8f29fa66a341f97513db5d34e2bb0e5564b34e]

        RTL_CONSTASCII_USTRINGPARAM in libs core 47

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [3b58d2b7e3ba1274240a4a2ca41f2ef5cf7c65c6]

        RTL_CONSTASCII_USTRINGPARAM in libs core 46

2010-11-21  Joseph Powers  <jpowers27@cox.net>  [6134bb32a5ccabb9bf8cc7dbe5334c925f063ba9]

        .src cleanup and .png fixes

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [d954d449e4cfa946fcd5508cdbaca3ba732decf5]

        RTL_CONSTASCII_USTRINGPARAM in libs core 45

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f018f0d62f3207d382e34ab968137e5d02f8791b]

        gnumake2: some more comments on deliver

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [d3c3c55afffa2143556a1c5aa4323bf22145000c]

        RTL_CONSTASCII_USTRINGPARAM in libs core 44

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [3c5dfbfaff63d25a10807ea6314a05e799645433]

        RTL_CONSTASCII_USTRINGPARAM in libs core 43

2010-11-21  Robert Nagy  <robert@openbsd.org>  [14add1c214b87beb7ad8e59554062711cdad9812]

        Revert "Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build"
        
        This reverts commit e394fe91858b85a57781837d2aeaaa4613cb370e.

2010-11-21  Robert Nagy  <robert@openbsd.org>  [9e0c5164f0f4662709e79655e0b115fc62ad5cd8]

        Revert "Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build"
        
        This reverts commit ff2fec6aac243bb3ea7380709212454c3bedcc18.

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [94b130129b466a066aa095501123b3ce787db132]

        RRTL_CONSTASCII_USTRINGPARAM in libs core 42

2010-11-21  Robert Nagy  <robert@openbsd.org>  [3eac023485b0f5de3eb43c83a459cc0dc81b3705]

        Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build

2010-11-21  Robert Nagy  <robert@openbsd.org>  [00ed1acca98c31f4255d73b94bb0899c1bef418d]

        Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [034f941e5564cf0bcf080de86d52e134d0c5224a]

        gnumake2: packmodule extension

2010-11-21  sb  <sb@openoffice.org>  [1604ae053c316b2638a89533df7699f4edc80203]

        sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library

2010-11-21  sb  <sb@openoffice.org>  [56efc141e784a0c1ab7de9a91cc83ab688df381e]

        sb136: #i115386# prefer en[-US] over empty xml:lang value, to accomodate existing extensions with bad .xcu content

2010-11-21  sb  <sb@openoffice.org>  [830738b795cbb5c7998d13b665dd905efb0205e0]

        sb132: #i114155# use "en" as additional fallback locale after "en-US" (transplanted from 630d6876c61cd1e0d42b8aa18bfc2ab22079a20f)

2010-11-21  Rene Engelhard  <rene@debian.org>  [33831771868b56b5a82c7f707f04cb9912b43de8]

        Merge commit 'ooo/OOO330_m16' into libreoffice-3-3

2010-11-21  Rene Engelhard  <rene@debian.org>  [19b23a511c019b757e5c8d165d49dc1c1e2b25bb]

        Merge commit 'ooo/OOO330_m16' into libreoffice-3-3

2010-11-21  Joseph Powers  <jpowers27@cox.net>  [740cac4a40b3a1b0e01b62298424e94203aa9e73]

        Removed unused define

2010-11-21  Joseph Powers  <jpowers27@cox.net>  [ee67ae67d8c68f8c5a7d9a8870c4d0357f1d1f78]

        hrc cleanup

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [91435be98e173d132d7a38ed70f9865e2533244e]

        RTL_CONSTASCII_USTRINGPARAM in libs core 41

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [80f8b18c9e6f6a7ac1e917f976f3bbe3d3bd9f90]

        gnumake2: merging minibranches

2010-11-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [068d8ecd8bba4ef00b22f5c27ca07d1435717fe1]

        gnumake2: primitive implementation of module packer created

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [ca04a072dd74119ab4a5d133e370d332b18e632c]

        RTL_CONSTASCII_USTRINGPARAM in libs core 40

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [151172207eb46a696089ed48381e8da13b291397]

        RTL_CONSTASCII_USTRINGPARAM in libs core 39

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [e018e29d13091c8d093fe974e8e3f75132fa428e]

        TL_CONSTASCII_USTRINGPARAM in libs core 38

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [211d74a272d422d7e2469dcc84e47113334859f6]

        removed dead code in calc core tools

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [363eacd7aa50fd5011490a16d22185f218f538dc]

        remove dead code in calc ui vbremove dead code in calc ui vbaa

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [371e995a70c203ef34b869ce703c3dd428177a11]

        cleaned dead code in calc ui view

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [20d7c5b2136262336be0dba6220cd92e0f0005d5]

        dead code removed in calc ui pagedlg

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [9ba31053f4aaf1da7f6862518839af5664e1608d]

        removing dead code in calc docshell

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [8eda3dc9f99a8c8ac07f75fa480bd6d8dcb34d37]

        clean dead code in sc fileter excel

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [5abd1cc36d4b257814cdb3095c0a6bbecfc170f0]

        remove dead code in calc/sc/inc

2010-11-21  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [a03d77c77cc8014686bbb1b678ff820fd8f67a48]

        cleaning dead code in calc/scaddins

2010-11-21  Julien Nabet  <serval2412@yahoo.fr>  [8d4e7b511faec439b528a19b9b4f3fb823f3a765]

        RTL_CONSTASCII_USTRINGPARAM for libs-core/framework

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [253fbeeb2157c72dfa87994d96a587d0a8a84822]

        TL_CONSTASCII_USTRINGPARAM in libs core 37

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [993a93a3a30243dab73ad5a4f8c473fbe9435eeb]

        TL_CONSTASCII_USTRINGPARAM in libs core

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [e94d6158ef93d86cf911a232e0fe7d72785d39b4]

        TL_CONSTASCII_USTRINGPARAM in libs core 32

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [67677681f9163aed562f19cda1a3e6e3335ea286]

        TL_CONSTASCII_USTRINGPARAM in libs core 34

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [82fd6179258e7c1d559e967fd46f20c72c294d28]

        TL_CONSTASCII_USTRINGPARAM in libs core 33

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [a791a8e604be9fad5794ff565b4509614de43bc3]

        TL_CONSTASCII_USTRINGPARAM in libs core 32

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [4f5dd635593abb9000583663958779290d171f5c]

        TL_CONSTASCII_USTRINGPARAM in libs core 31

2010-11-21  Gert Faller  <gertfaller@aliceadsl.fr>  [a1ab44109c4b8ca6c2ce3764ef2ec4f5a21ddedd]

        TL_CONSTASCII_USTRINGPARAM in libs core 30

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [2013b26251e51d7af10f36cac7ff7305ec5a7d46]

        TL_CONSTASCII_USTRINGPARAM in libs core 29

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [29ca967a498d9f82030bab34803280b9ef06ff4c]

        RTL_CONSTASCII_USTRINGPARAM in libs core 28

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [5e29a35066c5663980930f5c118b5415d31a01a4]

        TL_CONSTASCII_USTRINGPARAM in libs core 27

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [317cfbfda9f638fe59c43caa433582f3b7845c79]

        TL_CONSTASCII_USTRINGPARAM in libs core 26

2010-11-20  Andreas Mantke  <maand@gmx.de>  [19f39fdbc5f88907fe92de1aaf32d600794819a5]

        Translation of comments to English

2010-11-20  Caolán McNamara  <caolanm@redhat.com>  [bb4211749b569d8bcfc505431c10faf5eaaf50d8]

        drop some low-hanging warnings

2010-11-20  J. Graeme Lingard  <jgraeme+git@gmail.com>  [e5cedfc83a548e5554e79cba141665f07ada96b5]

        Remove empty comments

2010-11-20  Julien Nabet  <serval2412@yahoo.fr>  [250fe869c1a20faa133cc99decfbb895739f7963]

        RTL_CONSTASCII_USTRINGPARAM improvements

2010-11-20  Julien Nabet  <serval2412@yahoo.fr>  [88118c8a4e3d62a1c5ff2c8f4acc91d99e0ce357]

        RTL_CONSTASCII_USTRINGPARAM improvements

2010-11-20  Julien Nabet  <serval2412@yahoo.fr>  [c44fdc7a1f6d787bb8eea8c39c10b97f70012dc2]

        RTL_CONSTASCII_USTRINGPARAM improvements

2010-11-20  Caolán McNamara  <caolanm@redhat.com>  [6ff2f2a75a9e7f6de131197dcc2420da41931b57]

        cppcheck reports unused struct

2010-11-20  David Tardon  <dtardon@redhat.com>  [5c0d483ce5795ac5fd1e486852ff6d393393a8a7]

        use RTL_CONSTASCII_STRINGPARAM

2010-11-20  David Tardon  <dtardon@redhat.com>  [2b7c401e537d654a7469f7840e3e4527b22b2a8e]

        remove redundant code

2010-11-20  David Tardon  <dtardon@redhat.com>  [45e36ce06f9f4c35578fc7122c6d91ff0d38b112]

        simplify bool expression

2010-11-20  David Tardon  <dtardon@redhat.com>  [4d0ed3354adc39c895b95aadb36fdb801db56b83]

        fix comments

2010-11-20  David Tardon  <dtardon@redhat.com>  [60e83cbcc55f0f5164923e3188d5b816176011c4]

        replace code repetition by a loop

2010-11-20  David Tardon  <dtardon@redhat.com>  [d3f641640d65f382fe3a028c64fdfea49b584c71]

        remove unused code

2010-11-20  David Tardon  <dtardon@redhat.com>  [74848374c67b7aaca19b89a7d692b4e762e0d6d0]

        use spec. tags for true, false and null

2010-11-20  David Tardon  <dtardon@redhat.com>  [8d90ceed41c26236648a620ead34ef513e9d9664]

        fix some typos

2010-11-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4df5971193bd7e983c2e9c45bc21013f3bc5bfb1]

        gnumake2: more missing headers from toolkit

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [add5b7c063447de91d6d4c766f9d813060f6b2e9]

        TL_CONSTASCII_USTRINGPARAM in libs core 25

2010-11-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [80740d204fe5a6325be1aaddf98ffaa882504669]

        gnumake2: added missing header for windows in toolkit

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [bc724f0c0062f0d76f9f9412ca5581b4cd0d115d]

        TL_CONSTASCII_USTRINGPARAM in libs core 24

2010-11-20  Andras Timar  <timar@fsf.hu>  [f863ebc25ee2cae2c4a874c88c0b19e86030812a]

        fixing overlapping controls

2010-11-20  Andras Timar  <timar@fsf.hu>  [c08b1916552388ace78d27357ae1a2510bc53aee]

        fixing overlapping controls

2010-11-20  David Tardon  <dtardon@redhat.com>  [9e595c48b583e9f33d078b3d65f093a7dbe0ecbf]

        replace ScfRef with boost::shared_ptr in assertions too

2010-11-20  Kevin Hunter  <hunteke@earlham.edu>  [8e401df9f064a6f7da0266bfe8461c481c0c0958]

        EasyHack: RTL_CONST macro from createFromAscii
        
        They're only in the tests, but it compiles, and the createFromAscii
        messed with my grep-age!

2010-11-20  Gert Faller  <gertfaller@aliceadsl.fr>  [82e54f6a8f96840b894efb30be5279767e709d4f]

        TL_CONSTASCII_USTRINGPARAM in libs core 23

2010-11-20  Kevin Hunter  <hunteke@earlham.edu>  [865920378c4188900720cdb559a64d1c38552cc8]

        EasyHack: RTL conversion from createFromAscii

2010-11-20  Kevin Hunter  <hunteke@earlham.edu>  [6fb8e13b45e018202fd62142bde7fc022e906ed7]

        EasyHack: RTL conversion from createFromAscii

2010-11-19  Joseph Powers  <jpowers27@cox.net>  [2510dd1485001ecb607e79112c4ab27dfeab2eab]

        Some minor HC fixes for binfilter

2010-11-19  Nigel Hawkins  <nigel.hawkins@inmail24.com>  [d765db020b580086edb2b1068c9995c442a1ad91]

        Replace ScfRef with boost::shared_ptr in calc filter code.

2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [c41250f509c7178c937a2a05a6eb5f907ecf79c4]

        No automatic width adjustment of the dropdown popups. (fdo#31710)
        
        Let's not automatically adjust the width of the dropdown popups of
        the Values combo boxes in the standard filter dialog.  It looks
        better that way.

2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [5973a9a6552d185671068c9d3a1abb1c7c792924]

        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-20  Andras Timar  <timar@fsf.hu>  [97abc1d91a7cc7a8ec2088189a924565b184e0db]

        removed unused files

2010-11-20  Andras Timar  <timar@fsf.hu>  [d257f9fc46e96d7656cf3d97f2ab512937c76997]

        removed unused files

2010-11-19  Andreas Mantke  <maand@gmx.de>  [c835fdce76454f7d08d1cf8b3f36ce1a3936ec0c]

        Translation of comments to English

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a3697be25720d83afb8221f1490dde0c2de9e035]

        gnumake2: cleared migrated build.lst

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e5acb08b930bba27e371164c16a19c9336d5b745]

        gnumake2: cleared migrated build.lst

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b630c9f0a8f7c6dddc675fb8e52f6ccc90f8dc1c]

        gnumake2: cleared migrated build.lst

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [537ee796bf769e323dc08e0e30b3ea856affcba9]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0df25f52c298f42bbc66fa4eb18f577c12d28d0e]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [64dbcdac471384d3ec0ffe1204bd4afd06c112c1]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e271d1eae9334c09e38d45f25a913d9994338f1d]

        gnumake2: merging minibranches

2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [da041554995bb7e98e9564b3cf3252c4a50d4673]

        Removed non-printable characters.

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bacdf52829e90e9535ceefd1a08a5dd92adb610c]

        gnumake2: removing old dmake file in migrated modules

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c05087b295acf86ce13105b0cc67b82feb92f45a]

        gnumake2: removing old dmake file in migrated modules

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c8e2c920be9958a3f211a983d2c88bac6ea351c3]

        gnumake2: removing old dmake file in migrated modules

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [37c9d580e4ef1e538771cef7d6423211b161903c]

        gnumake2: making macosx-create-bundle a good unix citizen and shut up on success

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [97912c6f72e8cfdf32edee857b4c2d36f8cfee89]

        gnumake2: fixes for linking on OSX

2010-11-19  David Tardon  <dtardon@redhat.com>  [f65bf1380004a4bdccbf170e36df9685510b2b3d]

        do not use high contrast icons

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [767538bd266c6d620b9664ff1eb5641381b14440]

        gnumake2: major refactoring of the layer logic separating it between linktarget, library and executable classes

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [2e2cc395380398f4bd2de52eac08259b34884c85]

        TL_CONSTASCII_USTRINGPARAM in libs core 22

2010-11-19  Niklas Nebel  <nn@openoffice.org>  [6eb12fd797e84788ce0471dd646c4015d4ffbb28]

        dr78: #i88468# merge page margin display back into DoPrint

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [c33f4c624b22d2b41718e126d8124b37ea9ccf33]

        TL_CONSTASCII_USTRINGPARAM in libs core 15

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [60fec7754d70f0527d6ae80455b4ca876b7d451b]

        TL_CONSTASCII_USTRINGPARAM in libs core 16

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [0a994bff157dfdd9a879017e8ac11233cb9a7bc9]

        TL_CONSTASCII_USTRINGPARAM in libs core 21

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [ae59adfab27b2aa1446c4e862578f0bf38f9d0ef]

        TL_CONSTASCII_USTRINGPARAM in libs core 20

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [b67fc189ee577021f7a4aa4ca90040f68e0326d4]

        TL_CONSTASCII_USTRINGPARAM in libs core 19

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [5762105dc7c84d2bb6d48a7fdb4ff65065f59e4f]

        TL_CONSTASCII_USTRINGPARAM in libs core 18

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [59f729d2c032196c720aa58e0fb439ab332accc4]

        gnumake2: last bunch of missing headers

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dcec10a0b731fac660456e889997f35245e08954]

        gnumake2: last bunch of missing headers

2010-11-19  Mikhail Voytenko  <mav@openoffice.org>  [dd72a5d618a7de6cc6d6d5f31fe7a683745535f3]

        fwk160: #i105047# provide anough place for the locale, since it could contain currency and etc.

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0899a687cd9d941702405a8069b121adeaf56c56]

        gnumake2: pch announcement

2010-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7d914d89219cca3c179951e5c8516726712c9ac5]

        vcl117: #i115607# support NWF for menus on Windows

2010-11-19  Gert Faller  <gertfaller@aliceadsl.fr>  [806fe39f9397c32cd03190854dd1cd140e268745]

        TL_CONSTASCII_USTRINGPARAM in libs core 17

2010-11-19  Niklas Nebel  <nn@openoffice.org>  [29ed69246f467fd54cf430e1a0b1490d7ce00bbd]

        dr78: #i114518# don't resize/invalidate in DataChanged if called from Paint

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d68d8332f96ea3ed1e710c3715d2deb94a4c2458]

        gnumake2: fixing library names in components on windows

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [20e299cced60ee3018bc6dfeeba470689a77d35d]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [34ffdcd4a50d0dd31be8ae6baf065d5771c8dce4]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c354e0a50139ad9afa8977ea20d9ca5b18acfcae]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d5a89dc389946102f161f9db6bbeaf619c50dea3]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cfaa58f9c777216d3864652e45f42dd6c137a97c]

        gnumake2: added missing processdelivered.awk script

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f696371eed558dbb494a46d60601a80e28468991]

        gnumake2: undo toolpanel header move

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a7b7800e6df9bf1f0b343f5340ff058d7d0f531e]

        gnumake2: undo toolpanel header move

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [56ddf2250badc5096faed0c7ee00c16e9c1cda8a]

        gnumake2: undo toolpanel header move

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e715415224dcde078f3dca7a6012f9ea9fd33591]

        gnumake2: undo toolpanel header move

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [029cb374a40f5283bb60873fad487384ab98b64b]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b9773edef867e5496b00403fc2c051b27518efc2]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1b0b18cf31946d6cb30eeb2b3903397b7216680e]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [16df0eaee312a2a568fcd4a73f74146f0a9e33c9]

        gnumake2: merging minibranches

2010-11-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2afbd43d66d43aef283148cdb5a62da0278d14ad]

        gnumake2: first implementation of deliver.log generation

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bdb218cb76554a31f551f6c9452defc77ff736f8]

        dba34b: #i45909# when a title has been set externally, respect this, and do not append the various status information like 'read-only', 'shared', etc.

2010-11-19  Ingrid Halama  <iha@openoffice.org>  [8ce73a598f172d72c7c1445c202adb1b226c24da]

        chart46: #i115651# further cleanup

2010-11-19  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [7a4ec865eafbb8c0a6fb703d843a8f023c5a6a9c]

        #i115618# fix bad PDF export regression for simple RTL cases

2010-11-19  os  <os@openoffice.org>  [688cfc2ff1c3a5d56efe1add12f8e0edb0be56bb]

        #i112395# rtf import fixed

2010-11-19  os  <os@openoffice.org>  [6ad930a9e6a25ec36f4672bf833cffa7371d6f9a]

        #i112395# rtf import fixed

2010-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [19f6193043144ba340ff73f73c1308a8d31defec]

        l10nnewlangs: #i115677# Write error to stderr, single / multi process error msg fix

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e275aa2d11ae62ca665a2abe0baa55e970adb4c0]

        dba34b: #i115291# when cloning a ListBoxModel, also copy the string items

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eb85904ebd7f5c72b6c34fbec2d60c4504d29ec2]

        dba34b: #i115430# properly check for existence of secondary browse button

2010-11-19  Caolán McNamara  <caolanm@redhat.com>  [0221eeab345ee7510e6c11a9560ef7c88a3864a9]

        extra ::

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [baefcd53c76741464e6fe2aa00940e947903c27f]

        gnumake2: move svtools toolpanel header

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc986d6ff7dfae18ffae81aecc6eb249980017cf]

        gnumake2: move svtools toolpanel header

2010-11-19  Kayo Hamid  <revol.code@yahoo.com>  [fa5d76f7d871ef517d9df1651b4d41a489ba855f]

        More clean code at writer

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d6f918f52ef80ef1b9c78b93c9041f596ad6c9b3]

        undoapi: disable failing test (complex.sfx2.GlobalEventBroadcaster) for now. issue id: i115674

2010-11-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a59b0d94bc5099543fadb6d7ed368bc6f6cf2dfd]

        Enhanced fields navigation enhancements
        
        Fixes the following bugs:
        * n#423729: Select the first field by default
        * n#639288: When double-clicking in an enhanced field, select the whole
          content of the field and don't complain about read-only selection
        * When navigating between the fields using Tab / Shift+Tab, select only
          the content of the field without the field delimiters
        
        Some comments cleanup is also included.

2010-11-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [07f9d267e96c0763e10765239479b2a343e2721d]

        Enhanced fields navigation enhancements
        
        Fixes the following bugs:
        * n#423729: Select the first field by default
        * n#639288: When double-clicking in an enhanced field, select the whole
          content of the field and don't complain about read-only selection
        * When navigating between the fields using Tab / Shift+Tab, select only
          the content of the field without the field delimiters
        
        Some comments cleanup is also included.

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e8ff22fc99a7807455041f731cd337215a667c7f]

        gnumake2: clean up d.lst of switched modules; fix svl/Package_inc.mk

2010-11-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a33b085ad71bbd5df1b89f6fd852c601bf79f26]

        gnumake2: clean up d.lst of switched modules; fix svl/Package_inc.mk

2010-11-19  sb  <sb@openoffice.org>  [b99928b966518513afbace451baab88fd484643d]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [78a69132580e37c31f62a1ee3caca6cd84f75aad]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [b727117fa140b5b59f171b76339bc4e5a60024e4]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [74a0919cb166e87d40d8ff4bb15dafd0a167385e]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [b626d6fbd106479329e2fbfe5d07f99cea0df122]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [f68a775489a364249e72befedd1a6fe268f428ce]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [91b0140b03639bff0354ec43bc1ea86cc8d2573e]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [cf679e42147fe7da2cd381186ef6ee8498946262]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [05aef668acf3ba8bf7afc7d323365a25ceda5683]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [ee0b907a8e54d6ba80551a24415d173d4d5b2db1]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [297b30275765345f64ec20ac0fb73833fedf0a0a]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  sb  <sb@openoffice.org>  [480773ed662b95216f791324b5e022e5b2252e7b]

        sb131: merged in re/DEV300_next towards DEV300_m94

2010-11-19  Mikhail Voytenko  <mav@openoffice.org>  [a664cb2a1752339c6fb34784c6b0992da52101d3]

        fwk160: #i109943# fix warnings, that could cause problems

2010-11-19  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [1b0ca19e6a11b0f7b46631276c6e561c14b4714b]

        i115673:[Automation]: replace old documentation style

2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [088f05ac5fce17a04f7f5142bffd04b895d59455]

        EasyHack: RTL_CONST macro from createFromAscii

2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [88e54381917ca443e813373c36c2901f089180d5]

        Remove some commented out code: we have Git!

2010-11-19  Caolán McNamara  <caolanm@redhat.com>  [bbd92e4790bf7d285cc44cd03ccbb5a1ed3b1135]

        extra bracket

2010-11-19  Mikhail Voytenko  <mav@openoffice.org>  [a8ca82b94668de6af3d272ba6f6a184c99598cdf]

        fwk160: #i112509# let the string be localized

2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [9321d8acfed33545aecb18f2a6619041066cbc33]

        EasyHack: RTL_CONST macro from createFromAscii

2010-11-19  Mikhail Voytenko  <mav@openoffice.org>  [7f79c10b2e750dca09f252e745a4e3d390ba40b3]

        fwk160: #i99833# do not use ftruncate unnecessarily

2010-11-19  Kevin Hunter  <hunteke@earlham.edu>  [324612c06bb1c16c575224d5791be1a0afee6a5e]

        Easy Hack: RTL_CONST macro from createFromAscii

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0b39390afa09c22da1e3d047f3ff87c5e50c37c7]

        undoapi: removed EnterStandardMode, again. The requirements / results in the different applications are that different - it does make sense to have a single method doing this, as defining its semantics is rather impossible

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b9a26dea1ac3f9b2f85d9c693e9b070fe5ac0d6]

        undoapi: removed EnterStandardMode, again. The requirements / results in the different applications are that different - it does make sense to have a single method doing this, as defining its semantics is rather impossible

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [50c061f1fa79790bacb44c8d04745310ab5dda18]

        undoapi: removed EnterStandardMode, again. The requirements / results in the different applications are that different - it does make sense to have a single method doing this, as defining its semantics is rather impossible

2010-11-19  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab4ff99c8df9d2992c790522ee19fde28e9948ad]

        undoapi: removed EnterStandardMode, again. The requirements / results in the different applications are that different - it does make sense to have a single method doing this, as defining its semantics is rather impossible

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [6d244c4159675b430dba2e7055a6376527788200]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [e26c527f8163cd6effbd1958144dd9214cf17677]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [d01e2644f2b544ad04be34cd4f3e69991253c881]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [1d03bbae912835cbff353183bc97b3be7ec61947]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [d9bba5fdba2addaf012a032f8ef247597a4e32d3]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [8bf24a92b0e97a52412e4e12fb7223e36c1efcdf]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [f2fa314add81d4b6b512e23f6979eae64d82a9eb]

        cws tl84: merge with DEV300_m93

2010-11-19  Thomas Lange [tl]  <tl@openoffice.org>  [a9d6bd25047764025e99dacb99ff59d68f787497]

        cws tl84: merge with DEV300_m93

2010-11-19  os  <os@openoffice.org>  [772e57adce746f4c3e42c2333828d6c068f30fbb]

        SfxItemPool access

2010-11-19  Kohei Yoshida  <kyoshida@novell.com>  [e6944f3a3534e24198566262fd33238708fbac3c]

        Now the select field control shows two columns of field buttons.

2010-11-19  Andras Timar  <timar@fsf.hu>  [42e6e26255b21c1bfde893f5aaf23d4a37ecee91]

        Made the "My AutoText" string localizable, #i66304#

2010-11-18  Kohei Yoshida  <kyoshida@novell.com>  [3ae25410c4a6cd0ed7fd2f3a24940254d9961d35]

        More work on select field control rework.

2010-11-18  Jordan Ayers  <jordan.ayers@gmail.com>  [4118187114d0792d707ccd41768bc54a237e4111]

        Perl Installer: Remove commented out code.

2010-11-18  Kohei Yoshida  <kyoshida@novell.com>  [de7813a766fcf6112f74d6949594f3c8f34c0905]

        Started re-working the select field window widget.
        
        The new widget will make use of horizontal scroll control base
        class to manage scrolling etc.  Much better than the old method of
        having the parent class manage scrolling.

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [d4ad983a0e1d33db4698806abede572f7837654c]

        fix && || warning in enable-debug

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [68e6d707aecd3350ec8acd5b5e48cd3a850b7f31]

        remove warnings in enable-debug

2010-11-18  Kevin Hunter  <hunteke@earlham.edu>  [b602f73562632cc38db42a224776ec6931e98f9a]

        EasyHack: RTL macro from createFromAscii
        
        Compiles cleanly and should take care of the rest of the
        createFromAscii cases in binfilter

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [49aa0834b9f62fdc28436e415f0f102dacf257ac]

        Do not mention date in the downlaod tarball name
        
        it was to long; version is enough

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [900b1e766f4c19256b9b54dda9dda0b76b3646e3]

        Revert "fix smoketest with the improved download tarball (fdo#30837)"
        
        This reverts commit bdbd0385f6972f49a5e954cebb342263f3666c7d.
        It is not longer needed after the previous fix.

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [fcecf91f85438185d1fab53cb435bc279d9dc3fc]

        fallback to the old install dirname if ooodownloadfilename is not defined
        
        the check for versioned install dir (fdo#30837) broke creation of
        languagepack on Windows and MAC; it is because ooodownloadfilename
        was defined only for linux; we still need lang-specific directory
        for other archs

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [7d95994e4aa4a4e00439a786226c87998a15450e]

        Do not mention date in the downlaod tarball name
        
        it was to long; version is enough

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [f15dd3db876d0028f0b8b618f854eb7856bfcb0c]

        Revert "fix smoketest with the improved download tarball (fdo#30837)"
        
        This reverts commit bdbd0385f6972f49a5e954cebb342263f3666c7d.
        It is not longer needed after the previous fix.

2010-11-18  Petr Mladek  <pmladek@suse.cz>  [8c4782605d32ee58d6501910b62bb72fcbf7ac08]

        fallback to the old install dirname if ooodownloadfilename is not defined
        
        the check for versioned install dir (fdo#30837) broke creation of
        languagepack on Windows and MAC; it is because ooodownloadfilename
        was defined only for linux; we still need lang-specific directory
        for other archs

2010-11-18  Robert Nagy  <robert@openbsd.org>  [0f24cdc5c8b03c2a43f92373af62987f42d4fcd3]

        libGLU needs libm so make sure it gets linked

2010-11-18  Robert Nagy  <robert@openbsd.org>  [661b074b5e95bdb46d8d08af323dda4182e4af13]

        libGLU needs libm so make sure it gets linked

2010-11-18  Niklas Nebel  <nn@openoffice.org>  [53ac4281d9b85023fc88c6735e0cb796d933ba2c]

        dr78: remove unused member in ScDocument

2010-11-18  Kohei Yoshida  <kyoshida@novell.com>  [c1af8ab3f5214b66cf0b18ed302ef86b6362f48e]

        Make VLOOKUP work with an external reference once again. (fdo#31718)

2010-11-18  Thomas Benisch  <tbe@openoffice.org>  [4d9490fbac574c9a9159d0d26542a38507a1e920]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-11-18  Release Engineering  <releng@openoffice.org>  [d35307cddf79a53a0a47f915d976407778d9fd60]

        OOO330

2010-11-18  obo  <obo@openoffice.org>  [dd87ee3c72b050ed6fda95788bcb59a55f31889c]

        CWS-TOOLING: integrate CWS sb136

2010-11-18  obo  <obo@openoffice.org>  [0ba27a36e332f402ac6656c8d26cc40f111a640a]

        CWS-TOOLING: integrate CWS sb136

2010-11-18  obo  <obo@openoffice.org>  [bc0642f969a89dc6e800f3351374f6c116e0ffaf]

        CWS-TOOLING: integrate CWS sb136

2010-11-18  Vladimir Glazunov  <vg@openoffice.org>  [46cd79e6f2792642688028b7fdd9e2f97c99e4e0]

        #i10000# fix for cont10n

2010-11-18  Vladimir Glazunov  <vg@openoffice.org>  [38d4f3218e797c95299fed1ccb2cd0991c73e9ab]

        #i10000# regenerated configure

2010-11-18  Vladimir Glazunov  <vg@openoffice.org>  [075e1732d439fafd93d9dad93e450b4ad80b3745]

        #i115599# use symbol shortcut

2010-11-18  Ingrid Halama  <iha@openoffice.org>  [386772bd509c1300532c74cb04f8e5f89cbfeba8]

        chart46: #i115651# further cleanup

2010-11-18  Vladimir Glazunov  <vg@openoffice.org>  [8f21261c0e88acea727e8d10eb20d0a2d49e04f3]

        #163989# do not need PKG_CONFIG_LIBDIR anymore

2010-11-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [10f8bb0be774bc17b7649f0880734a09a0a91e97]

        gnumake2: make pdb relocator script find binaries inside workdir

2010-11-18  Tor Lillqvist  <tlillqvist@novell.com>  [9d2e343f36f80852bd4c7452f67db4068f366b71]

        Add workaround to avoid pasting data from OOo Calc as an OLE object
        
        Help for fdo#31077.

2010-11-18  Wol  <anthony@youngman.org.uk>  [5409583ced02001f2ce227a8e64785ccc42b3e6a]

        Spelling mistake

2010-11-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e591852a04b7cacb9063a3d84335c0752d1c4133]

        gnumake2: introduce WORKDIR and OUTDIR in environment

2010-11-18  Wol  <anthony@youngman.org.uk>  [83f4763eb24877da5db1610b371f9878ce16e306]

        More spelling mistakes, translations and dead code deletions

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [c91e70843b8a0455dfe1aed5706c2525b9c764a0]

        fix 64 bit warnings in --enable-debug mode

2010-11-18  Kohei Yoshida  <kyoshida@novell.com>  [5f35a43d8405ef3bff6b841ccdaf5a256f6f554a]

        Disable document modify and broadcasting of changes on range names.
        
        We don't need to set document status modified & broadcast changes
        on every single addition of range names during document import.
        Doing so would make the document import painfully slow esp with
        docs with lots of range names defined. (n#634257)
        
        Note: this is a backport of the same fix from master.  Please don't
        merge this back into master.

2010-11-18  Kevin Hunter  <hunteke@earlham.edu>  [c60eee7c9278ec278783a91077887fe17b31c194]

        EasyHack: RTL_CONST from createFromAscii

2010-11-18  Wol  <anthony@youngman.org.uk>  [960f93d4649d797925c71833331527271156a7a5]

        Comment fixes - dead code and spelling mistakes

2010-11-18  sj  <sj@openoffice.org>  [f580253e94f625e204989fdca1433b322909903d]

        impress202: #i114750# fixed WordWrap also for report Wizard

2010-11-18  Mikhail Voytenko  <mav@openoffice.org>  [7a2d252ecfb4503de90388f938145e96aa41e3f5]

        fwk160: #i107511# do not lock the file without necessity

2010-11-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [33f79158f6dd4ed6a475a826640d47ab88a0be28]

        undoapi: when inserting shapes, hide the Undo action which results from the initial positioning of the object

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [fe895f24944a1f999662aa8a8ce6bd8fbca974ac]

        drop trivial warning

2010-11-18  Ingrid Halama  <iha@openoffice.org>  [48d05bbab7dcffa551070070ca27c7e33a2e2bdc]

        chart46: #i115651# separate axis import code

2010-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [84cbdc6a58981f13c4cae43163d065c7de7eb55c]

        vcl117: #i114937# give application a hint for cleanup, call DeInitVCL

2010-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [140e83be45834d050d91cd7fad5984f690be09d4]

        vcl117: #i114937# give application a hint for cleanup, call DeInitVCL

2010-11-18  Niklas Nebel  <nn@openoffice.org>  [eea6d1135ec236baf418a007045f3064ace86a3b]

        dr78: #i115641# don't increment progress for empty repeated cells

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [9a4a4feefdd000bbcaf7dcb7980fa78c1f0d9ff7]

        remove 64bit warnings in debug mode

2010-11-18  Ingo Schmidt  <is@openoffice.org>  [782eec28953a86989c45cf504583531ef65df3ea]

        native349 #i115652# language independent Wizard bitmaps

2010-11-18  Ingo Schmidt  <is@openoffice.org>  [30fe5345da00839957da39ccc91d8fa13260bda4]

        native349 #i115652# language independent Wizard bitmaps

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [49b2aaa5855195b4111fa0d901214d9b61ac2459]

        use printf size_t modifier on all platforms

2010-11-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cdf76da8726c83f812c884bfba9027250a864300]

        undoapi: ooops - fixed shape undo actions

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [eea07309e05f2def78d628a01e33a093dacc6f55]

        Resolves: rhbz#654203# crash after unhandled exception (cherry picked from commit 4af5d4b6be76231c0db1a0f5dcbfdd5dab293f2c)

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [ae0ed5947d340d6d68ab84c10bdf09b79030b4e0]

        Revert "Don't produce .html variant of README_lang files"
        
        Same as with the LICENSE.html. Somewhere the installer still expects
        it to be present and complains. Oh well. Someone should do a proper
        job in removing superfluous files.
        
        This reverts commit ecf2ec2e37a38c9e82338c81a8a7e49efd5283f4.

2010-11-18  obo  <obo@openoffice.org>  [2708eda59ad5f985f04c43fc1ab90e3af8b1d626]

        masterfix OOO330: #i114049# Presentation minimizer 1.0.1 does not install on OOO330m15, #i113990# presenter console does not work with multiple screens

2010-11-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [31357d2dc34b8d95afbfc7d9e812dc94d072b7ae]

        undoapi: committed fixed for #i115639#, which has been applied as master fix to DEV300.m94

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [2573432223f17c0a3a488cd76f4cb36ff4f7c265]

        Revert "Don't install the readme.html files"
        
        The LICENSE.html files are needed in more mysterious places as the
        installer fails without these files. So put them back where they
        were. Sigh.
        
        This reverts commit 3bba604ddf217f45d5aafb9a0baef60b7a070acd.

2010-11-18  Lars Langhans  <lla@openoffice.org>  [060633b4b06eb5c64c2710cb6df3027d411b8f7f]

        rpttestcleanup01: #115649# fix for graphical compare tests in odb report designer documents

2010-11-18  Mikhail Voytenko  <mav@openoffice.org>  [4b2c8bef449435fdece84ba82830d916d52d25aa]

        fwk160: #i114694# support XDocumentEventBroadcaster

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [f0c883f3a37da813f498e5425c135fa69d4b1fa5]

        assert is meaningless, is always >= 0 by definition

2010-11-18  Vladimir Glazunov  <vg@openoffice.org>  [e3bbb854a08b816bc822989ab8a3d102cce69765]

        DEV300

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [9e3294570d658cbcd32d344eeeddd5a7f0c3be87]

        silence && || warning

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [5c1345730a87b9b64ac827e1f633f84c39b7301b]

        fix member init warnings

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [40dea095ce8cb8bba03ad6686a27560a9451780f]

        remove some warnings

2010-11-18  Niklas Nebel  <nn@openoffice.org>  [a5000e84730cd45ee5db287670a7256171f75675]

        dr78: #i114072# don't broadcast from SetNewRangeNames while loading a file

2010-11-18  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [65214123db8edda5a78976c75ce1be0c20345467]

        Fixed an infinite loop while exporting some files in doc/docx/rtf

2010-11-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ff89cf3166fd36111e205a994efa57feb99c1e2e]

        undoapi: don't do view updates when paints are locked

2010-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5bfa292fa2935335d2bf62a5655099798ed37ae6]

        vcl117: solve some compilation issues

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [cc9fee1b1da0de0f8b9d4709deef0126853f022f]

        Don't ship language dependent .html version of LICENSE

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [9c4729a17593b1e754b23881301d41794ecea438]

        Don't require extension_32_h.png in extensions

2010-11-18  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6f5852af8c47f6340379b60d23fcd0eec8b24559]

        undoapi: un/lockControllers: when within an Undo context while this is called, then add an artificial Undo action, which later on 'replays' the un/lock

2010-11-18  David Tardon  <dtardon@redhat.com>  [588e2294bb49397990d249402e9e64e85440ec1d]

        fix build breakage with dbglevel=1

2010-11-18  David Tardon  <dtardon@redhat.com>  [5aa848a3b17c16d7eae502764e00d86b31958179]

        replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1
        
        Breaks build when configured with both --enable-debug and
        --enable-dbgutil and built with dbglevel=1 .

2010-11-18  David Tardon  <dtardon@redhat.com>  [616da522c8bd0a11fb766d509a6f3d6caccb807d]

        fix build breakage with dbglevel=1

2010-11-18  David Tardon  <dtardon@redhat.com>  [cfa36adfa7d26679784dadec30f91ef6ce3d30f8]

        fix build breakage with dbglevel=1

2010-11-18  os  <os@openoffice.org>  [113baa8f6f740a96960c9040a142ff0f95c05726]

        RtfFilter component added

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [cd8f98038f47a39c9b72e4910137a6c70d032a37]

        Don't produce .html variant of README_lang files
        
        Just provide language specific README files as plain text files.

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e5b0245311a5788c58d266370a8efbe01b520b83]

        Don't install the readme.html files

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [75a2f89df747c2830064d15762416347bcbb4c7a]

        Move some HC icons from default_images to hicontrast theme
        
        The create-hicontrast-theme script had missed a few files to
        move. Doing that now.

2010-11-18  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [71871436960c3eb8ea44421e0da3c1e4e71386a2]

        Delete 2 hicontrast icons without non-hicontrast pendent

2010-11-18  Julien Nabet  <serval2412@yahoo.fr>  [2102c0cf82cde9b43d912f956fc60b5cfe5d6f5a]

        RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/drivers/ado

2010-11-18  os  <os@openoffice.org>  [07c07807b45885bd712dd69e4596459dd2f798e8]

        #i115608# msword component registration

2010-11-18  os  <os@openoffice.org>  [c6f4c90e0228a389aa08a3f7c39c965e8ae0fc0f]

        #i115608# msword component registration

2010-11-18  Kayo Hamid  <revol.code@yahoo.com>  [85f3e7c0a4fbddfc4672d60e4115e3e8f6ad69d4]

        remove dead code

2010-11-18  Caolán McNamara  <caolanm@redhat.com>  [2d6d6a886bb603924eb6f9fbb594f545f2df7dbf]

        need -lpthread as PTHREAD_LIBS on Linux

2010-11-17  Kohei Yoshida  <kyoshida@novell.com>  [06cb54cdbb4603d79460b950ba2c19d5b9134b7f]

        Indentation fix.

2010-11-17  Kohei Yoshida  <kyoshida@novell.com>  [660591d3bcb0110e4e87482271be663a690082b3]

        Moved the mis-placed class header comment into the right place.

2010-11-17  Kohei Yoshida  <kyoshida@novell.com>  [10572108edba3342ee5ddc04ae3171afb75c9f1a]

        Ported my previous work into this branch.  Not build-tested yet.

2010-11-17  Kohei Yoshida  <kyoshida@novell.com>  [0bb4da6d7d988d98b466db23fae2061e47226d39]

        Some innocuous change merged from feature/calc-dp-unlimited-fields.
        
        This will make rebasing of the said branch with master easier.

2010-11-17  Andreas Mantke  <maand@gmx.de>  [d3b093f4de1352a017e8908ad482c268a23fa58b]

        translation of comments to English

2010-11-17  Luke Dixon  <6b8b4567@gmail.com>  [82018908adb34a02f05e76aef8e4fbbb77762288]

        Draw a visible line under the current line in the visual formula editor.

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [26e93540e0906cfc68ee836f357f76ae6597cff6]

        need -lpthread as PTHREAD_LIBS on Linux

2010-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [93e71e9cd8046e81cd90fb9555eb85a3137470a8]

        Fixed remaining use of HighContrast defines

2010-11-17  David Tardon  <dtardon@redhat.com>  [26e14f7da1316b0bf9c5dfb2e61cbc4d58f40951]

        add missing include for debug build

2010-11-17  Robert Nagy  <robert@openbsd.org>  [76ee339373b5ac71b825f19a319d3be8aa209ed9]

        Use a generic unxgcc.mk
        
        Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux
        too as a default and then overwrite or add variables..

2010-11-17  Robert Nagy  <robert@openbsd.org>  [b873b5cfb2b682f34084c0720502254d0c322b25]

        Use a generic unxgcc.mk
        
        Move unxlng.mk to unxgcc.mk and use that on OpenBSD and Linux
        too as a default and then overwrite or add variables.

2010-11-17  Nikolai Pretzell  <np@openoffice.org>  [e279d0d774edb89b54f2ddc83eb4c89c83bd71fd]

        #115368# Force since tag format.

2010-11-17  Vladimir Glazunov  <vg@openoffice.org>  [94753953df87e4d761ff9fa30333dc02994f6d3f]

        #i115639#

2010-11-17  Kohei Yoshida  <kyoshida@novell.com>  [1bd5254e971ded24daa8aed0c636be3450ee71b9]

        Changing margins in print preview should mark the document modified.
        
        This fixes fdo#31219.

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [f0f777ecbdc9a43c22b28642f8f964b9027b9cc8]

        RTL_CONSTASCII_USTRINGPARAM in components - xmlsecurity- helpd
        
        remove rtl::oustring::createfromascii("foo") and code clean up:
        suppression of commented out code

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [3b51872f1598cbd45a50ed984cb9501430681c55]

        RTL_CONSTASCII_USTRINGPARAM components - zipapi
        
        components/package/source/zipapi should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [9233039aca42cbd49e332204649a59e8391826a8]

        RTL_CONSTASCII_USTRINGPARAM components - zippackage
        
        components/package/source/zippackage should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [ccbda8e821515ac24e11816fb8deb8a655de28b8]

        RTL_CONSTASCII_USTRINGPARAM in components - xstor
        
        components/package/source/xstor should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [b0a1304262eba6ecf92e1b2646436b6ac1ebea86]

        RTL_CONSTASCII_USTRINGPARAM in components misc
        
        components/forms/source/misc should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [41fbf2c1a6664077c448dab44c28cfd75be8b4d7]

        RTL_CONSTASCII_USTRINGPARAM components in runtime
        
        components/forms/source/runtime should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [7f459c9492db8921deefa4bb7a508ff5bb104f1c]

        RTL_CONSTASCII_USTRINGPARAM components xpathlib
        
        components/forms/source/xforms/xpathlib should now be OK

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [7f36ddf5182da72bfb6039306787c41136173f1f]

        RTL_CONSTASCII_USTRINGPARAM in components .. submission
        
        components/forms/source/xforms/submission should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [c150d11c58ba895b71681744045d5a9a5b1572de]

        RTL_CONSTASCII_USTRINGPARAM in components - inc
        
        components/forms/source/inc should be OK now

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [36cff0860f99741ff0357f2457e7f585b700b242]

        RTL_CONSTASCII_USTRINGPARAM in components - forms
        
        the whole directory components/forms/source/component
        should now be OK

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [d3d6b5d08f61a41fca587e9b91b542a2ef129265]

        RTL_CONSTASCII_USTRINGPARAM in components cui options
        
        this time options should be cleared

2010-11-17  pjacquod  <pjacquod@alumni.ethz.ch>  [fd16ff06f74e5487d50658815a30c5e86d723393]

        RTL_CONSTASCII_USTRINGPARAM in components/cui/...option

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [07d1d90f7ae732c362c1a59f97a89156ae6ebd70]

        fix unused variable left over after 7234327b5e949ec7769505f6dd02630135ec788f

2010-11-17  Joseph Powers  <jpowers27@cox.net>  [888b88e39c1993096467fd0bbab4053dcefc59a3]

        libs-gui HC cleanup and .bmp fix

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7e2a3c097fe623523ce4c544d9b326a86fdf3548]

        gnumake2: updated license headers

2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [f01fbf1d4f68ddd9dae19de5138e213764be8c1d]

        #i115635# finish of remainders of xprint usage

2010-11-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [695dced3b058ae03741f482fa36feed5fd8da023]

        some writerperfect cleanup

2010-11-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03a4326ac0a694327b6a1bd0150d917b5a5c6e4f]

        some writerperfect cleanup

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [edf99f8800d077ed1c2faabc59172bb7e6cb2fcc]

        drop unused methods

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [24c53573f27cf1726dd53fd0119e9418450ad1a3]

        unused header

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [3b1e371c5721f35f7ed0ff4da27548fc5f869861]

        micro-optimize, drop unused headers and lose some unused symbols

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [1a4aba3e3b8bae04cd67fbd4d80f1bf3ab886299]

        remove archaic SGI header guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [5a8549b69b92bf3d9802761580c6aeca7c94c05c]

        remove archaic SGI header guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [86b595a2a82dfa796c1b91d39c74ca991c35265e]

        remove archaic SGI header guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [908b4d33af9361ace4f50f4609e19604bb57e64f]

        remove archaic SGI header guards

2010-11-17  sb  <sb@openoffice.org>  [afdec552412b32d78d7a118935c0cd8941483fdc]

        sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library

2010-11-17  sb  <sb@openoffice.org>  [697265b8e2ebd60b74747b4e451fdfffde243776]

        sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [c2d6e044758f330ffa07da7401c3c140c5e44894]

        remove archaic guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [16f0d71a5111258c6698b41cc1e25394cbeff49d]

        remove archaic SGI header guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [3db12e58615f5568daa38bc43debfc16f5fe632e]

        remove archaic SGI header guards

2010-11-17  sb  <sb@openoffice.org>  [731881b92ce7131aff3f78ee8cd9d7c9c524174e]

        sb136: #i115386# prefer en[-US] over empty xml:lang value, to accomodate existing extensions with bad .xcu content

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [34f3bd2d306ffa9766f1869f259e17e54a57afa5]

        remove archaic SGI header guards

2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [84444c912fd76c38d39c9db7ad94648b49e912ba]

        #i110171# remove obsoleted fwd-decls and dbg-utils

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bcb92b923a2bc7656c5fb0d9f261385c0cf94907]

        gnumake2: updated license headers

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [caaac3582b0c20195ca80d989105dc11a4908425]

        gnumake2: updated license headers

2010-11-17  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [85dc0919d5d6db84adc11a4a2f69593a9db44782]

        Various code cleanup and translations
        
        Translate some German comments, do some minor code cleanup and
        simplify one function a bit.

2010-11-17  os  <os@openoffice.org>  [98170a58add19fa056e37ad5f033605f840c1747]

        msword.component added

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8cd591b429de09270dfdc54c0a67099fd6c907df]

        gnumake2: updated license headers

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [83efadae3bf8c548b9986e720066f59efcd609db]

        gnumake2: updated license headers

2010-11-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [61c3e02187368b2dfcc91fa9a443f4fc2270300a]

        gnumake2: updated license headers

2010-11-17  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [11d6e1bb1ded19033c0e876588c4b071f81e9c4c]

        Delete superfluous hicontrast icons
        
        They are identical to the non hicontrast version

2010-11-17  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [16891f9898accc2cfe6814db7d9ed82eaac4d108]

        Remove HC throbber image usage

2010-11-17  Niklas Nebel  <nn@openoffice.org>  [3b74479c65ba8de20eadbb532d99eedd6850e96c]

        dr78: #i26822# remove draw shell if selected object is removed by undo

2010-11-17  Thorsten Behrens  <tbehrens@novell.com>  [12bfb77963c7947e5e3717001c44cfec9fae850a]

        Fix crash during toolpanel re-docking
        
        The fix for i#112795 introduced a crash when re-docking the Impress
        toolpanel (in that case, the splitwin had zero dockwins, thus
        inserting the new one one-past-the end)
        (cherry picked from commit d3648ec90cc99f4c3be1e18ef636e1c0d9f6d76b)

2010-11-17  Thorsten Behrens  <tbehrens@novell.com>  [90fe8b8057f8abd27263bf5d82bd4078fd9eea94]

        Fix crash during toolpanel re-docking
        
        The fix for i#112795 introduced a crash when re-docking the Impress
        toolpanel (in that case, the splitwin had zero dockwins, thus
        inserting the new one one-past-the end)

2010-11-17  Tor Lillqvist  <tlillqvist@novell.com>  [f07b4b6d19e96c8989c497e519c115fd405ce9f7]

        Add missing names and descriptions for some language packs
        
        Should fix fdo#30797.

2010-11-17  Tor Lillqvist  <tlillqvist@novell.com>  [63863a95aa741d7d8a23a22d7c8d6f58081b9034]

        Add missing names and descriptions for some language packs
        
        Should fix fdo#30797.

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [5946905d1dd19f8ddf1b80b33046a291d35dcab9]

        dba34b: #i115579# change value_exp to result

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7825994fa8a85b7c4850044f90cd7c272c3a9d56]

        dba34b: #i115629# fix access to node

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fe4fa5749bd68d1e5b5ebaa985a068d756eb71c9]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [521bf2062c8b6f0b5b299f9dadb20f369255d6bd]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [6103f5c1eb271d057a688a42f13b0d6300a83ee9]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-17  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [35b3dc7c0625b682f2f2f0afce4ef3a2d0926283]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-11-17  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [098a95148b87e2cae95912459703ac5b2fb9b722]

        #i110171# FontGC is still needed for clipping/forcedAA/gtk/kde-plugins

2010-11-17  Vladimir Glazunov  <vg@openoffice.org>  [8800cd34f1b7796afb6a527f56a1df9d464bfc44]

        CWS-TOOLING: integrate CWS automationdev300m89graphics

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [759d0a4d7e16b6de0b2e63004814bd9c90683cb2]

        remove some unused methods

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [8b74b7f9375fe6775add941330bfb052b2059e8d]

        remove archaic SGI header guards

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [e9c687bdc91fc7662d58e71a2205913258f3d37e]

        remove archaic SGI header guards

2010-11-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [39a689148061da7eeb5348abba6c064b6111f1a8]

        undoapi: implement XUndoManager/Supplier for Base sub components

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [c036e339cb70badcfb05811b221b08d2fc37fda0]

        WaE, remove some shadow warnings from boost

2010-11-17  Caolán McNamara  <caolanm@redhat.com>  [8ea96c44d843b10116581165a08d1fbb5a999c40]

        Resolves: rhbz#654203# crash after unhandled exception

2010-11-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [846cc7894b5a48d2aa3efa2472fb095e771fa05b]

        undoapi: make the SfxUndoManager an impl detail of OSingleDocumentControllerImpl, instead of exposing it as member

2010-11-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [784ea715b333655894b2702d721fd119f81bd394]

        undoapi: carry the SfxUndoManager around as &, not as *

2010-11-17  os  <os@openoffice.org>  [7dc99ab5eb641809a6babd847a31434504e0ceac]

        #i115608# #i115583# msword library component registration added

2010-11-17  os  <os@openoffice.org>  [ec5053850baa6b4667243d1890afcb223bc90fe2]

        merged DEV300:m93

2010-11-17  os  <os@openoffice.org>  [6b3af9bc2c32003ee0fb3687b1bc296916630e4e]

        merged DEV300:m93

2010-11-17  os  <os@openoffice.org>  [450b33e56ad90852fbc92bcfbc210a7a0ca09254]

        merged DEV300:m93

2010-11-17  os  <os@openoffice.org>  [ac4b8a608132237f8aa2acdb3c278352affca807]

        merged DEV300:m93

2010-11-17  os  <os@openoffice.org>  [7929edee8f07ceb91f78e6373b5ff8fe81cca472]

        merged DEV300:m93

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [b46ec155ec91a77a2713ea296fe4ca5ca7d5467b]

        HC Cleanup - base

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [ffb4652ef4c30624fe4f18e19c38a9e81f17d515]

        HC Cleanup - writer

2010-11-16  Kohei Yoshida  <kyoshida@novell.com>  [a6f2c5bb159b66c2a39135445b6330fdb7b04cba]

        Fixed a build breakage.

2010-11-16  Kohei Yoshida  <kyoshida@novell.com>  [6ddd931bbf03d6a237ffbef6de6820c50dcf071b]

        Fixed several build breakages.

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [1702d31ddf514c76b89e7c5c492351b3c38286fe]

        HC Cleanup - libs-gui

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [7e37ceda28587f513cffcf5430fc9847fdfc5d90]

        HC Cleanup - libs-core

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [05624d68f95cd530cd499f9bbc964e54d4354ef5]

        HC Cleanup - Impress

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [f0d9c4aa9ca5974d505343a6bcbc69917e600c81]

        HC Cleanup - components

2010-11-16  Joseph Powers  <jpowers27@cox.net>  [f417c6cad6608705d674610e99c17170a340f549]

        HC Cleanup - calc

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b648f9eba23e79397bdca866ec3fa32ef28edfe2]

        undoapi: when exposing the EmbeddedObject, ensure it has a client site

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7af6d80401076742888e210e6c690a568ab3934e]

        undoapi: make reset an explicit, atomar operation at the IUndoManager, instead of simulating it in a higher layer

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8767799d39fe93054ea12606f44403aa766a1853]

        undoapi: make reset an explicit, atomar operation at the IUndoManager, instead of simulating it in a higher layer

2010-11-16  Kohei Yoshida  <kyoshida@novell.com>  [a1a1c816de870bea49318a2dc3cef683394ff002]

        Let's match Excel's sheet limit which is 1024.
        
        Let's up the sheet limit from 512 to 1024, to match Excel's limit.
        We'll deal with any performance issues associated with this as they
        get discovered.

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [89490d99c302bd949d689ef1efc4d92583d0360c]

        Fix RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [68d3eb1428206ada1cdd614146c1e07277d28ec5]

        fix these again

2010-11-16  Kohei Yoshida  <kyoshida@novell.com>  [e26260a97f26377371c9e663854bbb87a352679f]

        Increased the sheet limit from 256 to 512.

2010-11-16  Kohei Yoshida  <kyoshida@novell.com>  [075d10f1cce846733b1334139cb7659b9bc13a65]

        Beef up the warning message in case of excees worksheets.
        
        Warn the user that re-saving the document will permanently delete
        those sheets that have not been loaded.  The current message doesn't
        scare the user enough to take notice (apparently).

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [51359e69b3d803c44363f1cd09857aa84348b069]

        Forgot to remove one _HC definition

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c96bb897e04fd43053c7f093d8aa15806db430e2]

        Remove _HC occurences

2010-11-16  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [7e28987b4749724184f55ad730d4d5b3a2a19a0d]

        Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [d53f5a3661e510626a6dd640da703baca3203b41]

        get this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [bb6d6339bdbcfe3ad1145e8f8c6955b8cbeac6a9]

        get this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [847dde560fcb1525a09ab611b985499389695fcc]

        get this building again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7c60f745a22903cd9e14e2182990276a5520f97b]

        more _HC removal

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [8458bfa33ce5bf3f98fc9d0a353b956fd4b42617]

        fix this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [4da4881161f83b83bce178b35c3c3188515f7bab]

        get this to build again

2010-11-16  Ingo Schmidt  <is@openoffice.org>  [65e6a6ba74dea560aef72b0450f6dcdf1533c1ba]

        native347 #163763# improve parallel packaging

2010-11-16  Ingo Schmidt  <is@openoffice.org>  [19efa02325599168825fa19657e95c264865406e]

        native347 #i114640# workaround for allowed errors in logfiles

2010-11-16  Ingo Schmidt  <is@openoffice.org>  [7c653e79b472deeb916354ff56f91a6828cd303a]

        native347 #i115537# mac langpack offers no longer mounted volumes

2010-11-16  Ingo Schmidt  <is@openoffice.org>  [78f0b2da45c3d20f66a0c8b31a73d1c0b0f7e3a4]

        native347 #i115586# adding missing translations

2010-11-16  Ingo Schmidt  <is@openoffice.org>  [19296c840ee54f86dbf44d833f796685ec507037]

        native347 #163968# Java Installer with products in different versions

2010-11-16  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [269f91cd65551454c94d71bfd6f688c949c22a66]

        #i110171# RIP XLFD

2010-11-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cd17f5da7f69678d3cec9af251dbfc3651b950be]

        vcl117: add debug clarity

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [a0b883b5a57017368ca84440cbcbf738f2ec39c0]

        More _HC removal

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [9330494b42cc0be349292f49cddb7596c051fb7f]

        get this building again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [788f2f94347ab5c17760fbfc67408ee16bb1d7b8]

        More _HC removal in CUI. cui builds now again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [a439ad77ff3bbeecd750e007d180c8f43c349f66]

        get this to build again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f8beeada5726f64516405b7ffb966487da4cc519]

        Remove more _HC references

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [87b1638b0aae45252570d5f26e72928ecb70b62c]

        fix this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [96c2e93b02b805a0cbc2e91a9ec22b96a6df9489]

        fix this to build again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [426c475067b95b6427c1945b4024008f18554dd0]

        Remove _HC usage in cui

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [e9f2af555241da3cd6979660de5d21a077089d16]

        some more fixups

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [7bdccd0cb6890a92b778754a3e77e6f5b49820f6]

        fix this up

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [e40d207cee7401ae713d6cd853f3a3feb8f833e3]

        fix this to build again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f37574e5c417e92ea5eb62271e84cffea7e235b5]

        Remove High contrast image use

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [0b72a3de72cde14715812e8af478e5cf1b1fa4ce]

        Remove _HC references and images in starmath

2010-11-16  Mikhail Voytenko  <mav@openoffice.org>  [2a938152b6e75310deb79873f3617e78f88b0b71]

        fwk160: #i113943# catch the exception

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [4855e3883378ca17195e628994c6284acc1e47de]

        Remove some more _HC uses in padmin

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [fe4c21134b1eec4adadf36963b542127964d0917]

        fix up comment

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [be73c3109e90bc01787aa7cd60d65792e8a169b7]

        WaE, fix warnings

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [c04f8c48e69f01622a2104d7f91dfd7de25d560f]

        get this building again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [e040c1a075fd3dfbe5d496a4eec349a0dd0795ee]

        get this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [98e13821701909056485e3f5491cf70f500e15c5]

        get this to build again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [9ce85495cf42c9be506510243f6eea8752aeb02d]

        get this building again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [f36eb9a72a5126e3d5bfa0cd72b7085316c7f962]

        get this building again

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [c268735d811350d088ba2ceaa281b9b84eb34424]

        get this building again

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [59dc8ed50e2347e9ecfdb69a1dd7a4bd80775ec0]

        Fix build and remove hicontrast parameter
        
        The parameter is not needed anymore, as there are no specific
        hicontrast definitions.
        
        Forgot to adapt {0,0,0} ->{0,0} when I removed a struct member in the
        previous commit. This compiles now again.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [a1320d3756d74b3844a52968e4a7b56dd314df5d]

        Remove more *sch High contrast image uses

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [54060a6d334b67ba398f85476dc77a2d360fded3]

        Remove more _HC _SHC uses

2010-11-16  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [50af4c7874f752ee2056de0e68b82bbbbb3fbf74]

        i115273,[Automation]: shift old documentation to new style using printlogs

2010-11-16  Ingrid Halama  <iha@openoffice.org>  [a5bc657159f3449c31a0eb056646ddaa460f8219]

        chart52: #28670# make the legend within charts resizeable - part 1 - patch from hackfest2010

2010-11-16  Ingrid Halama  <iha@openoffice.org>  [e26194b675380ad6b6a1287f97bce93006be176c]

        chart52: #28670# make the legend within charts resizeable - part 1 - patch from hackfest2010

2010-11-16  Ingrid Halama  <iha@openoffice.org>  [df5e24fa7d085508a0929c9213a515af344485e2]

        chart52: #28670# make the legend within charts resizeable - part 1 - patch from hackfest2010

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [8dc3743ca56382374183bec5cd1a11d53f3085b8]

        CWS-TOOLING: integrate CWS kso46

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [37eefb1e85526acb5070e971e4d7552eb5193315]

        CWS-TOOLING: integrate CWS kso46

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [e81cb20849ba6097359892c769481b51b6e29762]

        CWS-TOOLING: integrate CWS kso46

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [5f635d7b40ccdb464c9fda2030e3c93dac4ecfab]

        CWS-TOOLING: integrate CWS kso46

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [cb6465a5e22cd7599931ed1c03005def6c02c4cd]

        Remove High contrast from bibliography extension

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [5bec6645532fb738d69af3003b9bfcc5c32d30be]

        Don't set RSC_ONCE, it is unused
        
        RSC_ONCE was invariably set to true but was not used afterwards. So
        remove it.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7b53bfc0b2338fddd04f3fcb830419cf90b16d2f]

        Remove highcontrast usage where definitions have been deleted
        
        Makes svtool compile again for me.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [8c054e4ecc2588284376438f6d638d50b64f1323]

        Don't call the converttags.pl script. It is gone.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e217ba57c97114c38581ced9fbf435a845bc7990]

        remove the usage of a HIGH CONTRAST image whose definition I just deleted

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1d276f37dc91eaf91e2279403f542a95fd0ca430]

        Use the new stable libwp* releases as default

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4c931843fb94b64339427ce4adb04df75570defc]

        Use the new stable libwp* releases as default

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [320ee8562be6fa0c17a91f803156120ddcb32fd2]

        Remove defines for the removed high contrast image lists

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [37fd22525138556c03cf1329551012879dc21f93]

        Use the new stable libwp* releases as default

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [be4845d61df90905cfafe6ca972cd1788e6a2e55]

        Use the new stable libwp* releases as default

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [b60815250ee435f4bb30dd59a74fec37e0a2d6f9]

        Remove another high contrast image list

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [f1dc19695c083ec5f1356a2c082f2c4feb53aa33]

        CWS-TOOLING: integrate CWS tlmath01

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [e40614c8244cc8273066cff70eca09f8850e1523]

        CWS-TOOLING: integrate CWS tlmath01

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [7e481f50869eb410e749cdba2538c70afd5daeaa]

        CWS-TOOLING: integrate CWS tlmath01

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [2c36718cc4f50cf5d7e2018bc2c4c3d02ff97be9]

        CWS-TOOLING: integrate CWS hr73

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [8fa84b1dc3e176e0df7ddb5dd9cdb94343546a36]

        CWS-TOOLING: integrate CWS dockingwindows

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [4675fdf7b2fecc198d3bbce05e2505746766f035]

        CWS-TOOLING: integrate CWS dockingwindows

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5c84b02f70d58fc8c23fcb6d41408a9a026eabd8]

        Use the new stable libwp* releases as default

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [b57b56e4883c96c95b04117d085260707ca2bd4d]

        remove high contrast imagelist

2010-11-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2e2914495ef28f0e1bf6e87f0287495163582008]

        Use the new stable libwp* releases as default

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [badc5653cea2d64bc14d66c6c1f2de9cfb06d6c8]

        Remove highcontrast imagelists from .src files

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [a6b7d8f44fa7b88f6cdb682aa5bd46480bc6b37d]

        get this to build and remove warnings etc

2010-11-16  David Tardon  <dtardon@redhat.com>  [58d0d8fafdd82e09a09ce652725f4349dbf6b4f2]

        replace dp_internal::Noncopyable by boost::noncopyable

2010-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed787a7813503f217848fb860e02b597ee7d9d7a]

        ause128: #i97286# fix copy and paste error

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [00f0883d4763957e20c5116375654a7978510124]

        undoapi: derive XUndoManager from XChild, to allow convenient access to the document it belongs to

2010-11-16  David Tardon  <dtardon@redhat.com>  [2fc9ec4b71054138c17168fe15b61fb4c3390502]

        simplify a bit

2010-11-16  David Tardon  <dtardon@redhat.com>  [29a75314eded91fd1c4441d71061f9f9441d443e]

        simplify bool expression

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [956892c545f984886611b9467dc9b175b616c938]

        remove logically redundant highcontrast code

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [657a69b941d7cc98c2114b9345e3f85d0f6e64fb]

        Remove 2 more _HC references

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [7014588917053fec977ca7514f97521de111d551]

        drop removed resources

2010-11-16  Caolán McNamara  <caolanm@redhat.com>  [a14172b2ece38a6c7e0c5b08f02896a3f6e32df2]

        drop removed resources

2010-11-16  David Tardon  <dtardon@redhat.com>  [9aebf9c971c9ba253dc7ebe692fbed77a0299b18]

        fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [6703d88644cd43060c8c0f0a667558639af65c2f]

        Remove reference to _HC.hrc file that has just been removed

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c32fb507835f07df6694e7bb47d4b74491f1d1e5]

        Removed more _HC instances

2010-11-16  Kayo Hamid  <revol.code@yahoo.com>  [dd3fac431510d5a35f8ae7683f3922a84ce97aad]

        remove dead code

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [adc03f77d046b66071831e0168c2a6061d959ac1]

        Remove reference to high-contrast icon from ext. description.xml

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [3ff150835f86bd28ee2914ddbe16cf1903250fd2]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [21861a88b3689965a2f54c984199b37b03be01a2]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [5ea8804a166ce06dd33d363b96a250e012bf3951]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	cppu/util/target.pmk

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [71101937bb152be94c88100226662400d8435a3c]

        Remove hicontrast creating script from makefile
        
        The script has gone, the hicontrast theme is in a separate directory
        now anyway.

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [ba2064a80f21ab80f7be7ab1cadad7ca5240798c]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [d3ea07a3c734e43338c8c79895314f30cdeb11ab]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [63603debdb4bc9f4cdc64c25ecc337bbd9f0baf1]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sd/source/filter/eppt/epptso.cxx

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7957d807c36d41d79ba8e0521f0c2f9a9262b3e5]

        delete hicontrast-to-theme script
        
        We put the theme now into its own directory, rather than fishing the
        icons out with this script.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [08d3e4719ecb729efefb09097833e5419df4b110]

        Move all hicontrast icons to a separate theme directory
        
        Rather than having them intermingled with the regular theme. Used
        solenv/bin/hicontrast-to-theme.pl for identification of the
        icons. Hicontrast-to-theme.pl can now be retired too.

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [f792799abf4c8c6b9f967685aec070b066644f07]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [92570a7600b9e5aa5336f9b07fc1cb38a2215566]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [ed82e3fdceba985d06ace98120a8b8bb1f13045a]

        #i10000# changes from OOO330 m15

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [390e7c20e9025447c8a4b9de10e532c28b671384]

        #i10000# changes from OOO330 m15

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [49d963aaa3796585981e69f1423d10cf5b94cde3]

        #i10000# changes from OOO330 m15

2010-11-16  Vladimir Glazunov  <vg@openoffice.org>  [45d1cd1030c466c01487dcd25d37eeeb3c17c54e]

        #i10000# changes from OOO330 m15

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [59106031d2077bd84aa02c31c085ad4a2033002e]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	sc/source/core/data/dptablecache.cxx

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [47fc20c4cbe5294190b441dae3ec875ad8073519]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [7c25546fd5b800c3c47baeff9fa7d3cc2766f95c]

        Merge commit 'ooo/OOO330_m15' into libreoffice-3-3

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [25854c79e4b4ec8ccb7eaa0e2f837312c1efcc81]

        Merge commit 'ooo/OOO330_m15' into libreoffice-3-3

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [185969bf123ab5374bb3834832dd7c046bbda2d3]

        Merge commit 'ooo/OOO330_m15' into libreoffice-3-3

2010-11-16  Jan Holesovsky  <kendy@suse.cz>  [71a43f77ada6e6091b065dd3eeb10493794bd083]

        Merge commit 'ooo/OOO330_m15' into libreoffice-3-3
        
        Conflicts:
        	instsetoo_native/inc_openoffice/windows/msi_templates/RegLocat.idt
        	instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt
        	solenv/inc/minor.mk

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [d0ee6717870a22a3e1d1e695a9c6b414494abcb3]

        remove converttags.pl
        
        The converttags script replaced the tags:
        
        [PRODUCTNAME] [TITLE] and two color references
        
        in the source code, but those tags don't occur (anymore?) and it is
        never called. So remove this.

2010-11-16  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c9f70e417e1f2edc6992a2411ac7aa55c8a09722]

        Remove references to converttags script
        
        The makefile sets three variables related to converttags, but they are
        never used. Also the converttagsscript is going away as it is useless.
        
        changes. Lines starting # with '#' will be ignored, and an empty
        message aborts the commit.  # On branch master # Changes to be
        committed: # (use "git reset HEAD <file>..." to unstage) # # modified:
        makefile.pmk #

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [346f21a522ef4ceb5ab397c7433f54cfea898956]

         undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions  still some more cleanup needed

2010-11-16  David Tardon  <dtardon@redhat.com>  [8cb43325fa91c2b271c0eede0301048727cdeac3]

        refactor to remove some redundancy

2010-11-16  Julien Nabet  <serval2412@yahoo.fr>  [279c0d81247dfb4ab5698f1e8900198fc4d04f00]

        RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity/source/drivers/adabas

2010-11-16  Daniel Di Marco  <d.dimarco@gmx.de>  [f0add820a11ca5e405ec35467303034287be34ec]

        translated some comments from german -> english

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [1c4a07c474ffc577d8087166c2fc4269d19fbc54]

        Moved another struct out of document.hxx.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [8d67d02d4979bf8eb239869506f05f6ffd1e3afb]

        Reduced unnecessary header includes in the document.hxx.
        
        document.hxx is included in lots and lots of source files, so we
        shouldn't add #include <header.hxx> in this file unless it's
        really, really, necessary.  IOW, don't do it.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [1e3cb6f962033e20a9c575a9e29e6c8dba2eac2a]

        Nuked unused data member of ScDocument.

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c44e3b9bd00e8a48a575167776ab9d5ab1c7d29d]

         undoapi: step 2.2 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  base the implementation of XDocumentActions on the document's UndoManager

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ed89443a2c555a1f3d605c6d605c1f7a730fc632]

         undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  implement an XUndoManager/Supplier for chart documents

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [80f8f41235d61bee38075e3932297f05404578f5]

        Fixed English strings: locked cells -> protected cells.
        
        In the cell properties dialog, we use the wording 'protected'.
        Let's be consistent in the sheet protection dialog too.

2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e0a99be617de665c9710be67618e1041842125d0]

        gnumake2: fixing system libname registry on windows

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [310da2ca87d5fa604b7bd836437a325035007c88]

        Revert "initial debug statement"
        
        This reverts commit a256e7bae190cdddcba720cc3b59647ca2d111f5.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [78322b7101ce0116ee0973a3ed3631c553623b0e]

        Localize the warning string.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [ce9d19ef8f3e853f0abd4d9ac64afc14e853e3a7]

        Swap the check box logic, with an English checkbox message.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [dc0bc45f97b55ff73f5acaffcba4c2b858c05b93]

        Replaced BOOL with bool.

2010-11-15  Kohei Yoshida  <kyoshida@novell.com>  [1086337fd6fc49af3e92a343497b0c26f272e8dd]

        initial debug statement

2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d19d2ad3a1149819c34732fa5f62f8e681f9aebb]

        gnumake2: fixing rpath quoting voodoo on solaris

2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e1db0ecf1c4258416550843c2c56c0515659ffd4]

        gnumake2: removing touchback on deliver for now because of problems with subsecond timestamps

2010-11-15  René Kjellerup  <rk.katana.steel@gmail>  [fa1bd3ae18e7e91f45a1eb61b31785043d48945e]

        Comment translation, and removing FASTBOOL reference
        
        Found a reference in the comment to FASTBOOL and translated the
        description block and updated the refenced function definition.

2010-11-15  René Kjellerup  <rk.katana.steel@gmail>  [55b301af75b001b3d6a7a757b2b8accaa34d4dde]

        Removing dead code in ScDrawView
        
        the method void DrawMarks(OutputDevice*) was unused in calc and actually
        the implementation there of was dead code, so removed completely.
        
        Commented references to unused code removed too, some (Hdl parts) I couldn't
        even find in any of the parent classes.

2010-11-15  René Kjellerup  <rk.katana.steel@gmail>  [50470a588a76a7ea57a320f434b3b95e1873e84a]

        Macro update and Comment translation
        
        just minor comment translations
        and a single ASSERT -> ENSURE convertion

2010-11-15  Jonas Finnemann Jensen  <jopsen@gmail.com>  [f15fdaafe32ec4f93e780fda28ffcebeaac88443]

        Commenting out defintion of DEBUG_ENABLE_DUMPASDOT

2010-11-15  Ingrid Halama  <iha@openoffice.org>  [e191287ebb212a3d320299d99d5fe03f6e2c09dd]

        chart46: #i115590# export used 2nd scale also if hidden

2010-11-15  Mattias Johnsson  <m.t.johnsson@gmail.com>  [05ebc7960b4e736562b20433576dd80cce0ab670]

        Fix typo in slide transition names
        
        This fixes i#102212.
        (cherry picked from commit c622a087157f43d3cb83eaae8a76ed59e081a699)

2010-11-15  Mattias Johnsson  <m.t.johnsson@gmail.com>  [f1f55167b43c02b72012f0a3cb93b29780e327af]

        Fix typo in slide transition names
        
        This fixes i#102212.

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [1b2a096c46ffdf29b9c159c5c17738df81c8de5a]

        Adapted readme files to renamed product
        
        Changed names and links in readme file, to read LibreOffice now -
        and properly link to the resources on our website.
        (cherry picked from commit 4b771948d43bc751fb8f0e5939420b8a5e86a8f8)

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [ff25562f4cdfe1eef7f842c843208a988c139ed6]

        Adding LibreOffice credits as an odt document (cherry picked from commit 6424ec7e80e08ecca4be409e8b18a095f6d3a0d3)

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [951e03ab99176ce99a09e2fbbf428a962912f779]

        Removed unused string var (cherry picked from commit 62123778018c33cd02eb71a94ac52ec46854e2d4)

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [834bde1726d8636770f84c297b943878bdeedefb]

        Change ODF creator to LibreOffice (cherry picked from commit 329074b862aa085191ffc2451d18972cfb2182fd)

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [b3a62e6ad149bdd49a88819a76f68c0923d929d2]

        Change ODF creator to LibreOffice

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [dbfc90d8aeb301f4b9736473269ba92fe940d75b]

        Adapted readme files to renamed product
        
        Changed names and links in readme file, to read LibreOffice now -
        and properly link to the resources on our website.

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [7a6c60b0713c112161fe624a92753bd29d0e265e]

        Adding LibreOffice credits as an odt document

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [542cff94c8ab76178d0d678cc58c6271604ead17]

        Removed unused string var

2010-11-15  sj  <sj@openoffice.org>  [2a374e59f924fc67c1b73e2d4a6b3a3d66073479]

        impress202: rebasing

2010-11-15  sj  <sj@openoffice.org>  [b13c9e2cf6c2d838181eab770e2c27407f647ca9]

        impress202: rebasing

2010-11-15  sj  <sj@openoffice.org>  [a49e430d718ed05179fa52ada4d5c657dc99c0de]

        impress202: rebasing

2010-11-15  sj  <sj@openoffice.org>  [296edcbb71fa4f55ffb46a0250aeef5cc6696b87]

        impress202: rebasing

2010-11-15  sj  <sj@openoffice.org>  [63bfae4c6147407730e8d95a522bb3e5eaa58019]

        impress202: rebasing

2010-11-15  Thorsten Behrens  <tbehrens@novell.com>  [f1c45fad02ee12937b4e80dfac3db5f97ea9dbc9]

        Make slideshow unittest work again
        
        Well, it still fails. But for all the right reasons.

2010-11-15  Luke Dixon  <6b8b4567@gmail.com>  [ba00765e6bbcbca6bb53a705e6cb041c04502bda]

        Blinking caret for visual formula editor.

2010-11-15  Jonas Finnemann Jensen  <jopsen@gmail.com>  [829beed1564e4da2be034fbf58204b0c32311712]

        Added new task to the todo-list

2010-11-15  J. Graeme Lingard  <jgraeme+git@gmail.com>  [921d17a450278f39688e4f45e85e45acfcc6f80a]

        Remove dated comments

2010-11-15  J. Graeme Lingard  <jgraeme+git@gmail.com>  [ff0323be77497b6beed1a39a7c5dfa1335450bc9]

        Remove empty dated comments

2010-11-15  sj  <sj@openoffice.org>  [7a5fe226e249ac5084bfb7d33ea505cb1a216e42]

        impress202: merging

2010-11-15  sj  <sj@openoffice.org>  [fa10a71b6b742fe532804f0b389f0a2813b31a27]

        impress202: merging

2010-11-15  Luboš Luňák  <l.lunak@suse.cz>  [704153e5db7e66f68797772b4f3a7e4ab67ad87f]

        implement <w:tabs> in <w:lvl> in numbering.xml (bnc#513567)

2010-11-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b3a698533c14db14beae871486270b752d21774c]

        vcl117: #i115133# catch an XError in gtk_im_context_set_cursor_location

2010-11-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [9015fa6906c13e8c2e36ed29f1ce5c222612b6e4]

        #i112446# win-port baseline nowdays assumes SalShlData::mbWNT==true

2010-11-15  Robert Nagy  <robert@openbsd.org>  [b02ec347aa3e47727f139512d457c674525f60b6]

        Set LD_LIBRARY_PATH+JAVA_HOME on OpenBSD.
        
        OpenBSD does not support $ORIGIN so we have to set LD_LIBRARY_PATH
        in order to find the shared libs of libreoffice.
        We also set JAVA_HOME here because it's path is outside of the
        default ones.
        NetBSD can probably use this too.

2010-11-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fa5d7c159145c9417f0477095f1e6c12a71aebe2]

        Docx export: fixed several errors raised by officeotron validator
        
         * pPr, rPr and sectPr children are now sorted according to the schemas
        of the specifictions.
         * pgMar needed to have header, footer and gutter attributes. The gutter
        attribute is simple set to 0 ATM.

2010-11-15  Robert Nagy  <robert@openbsd.org>  [580cc3fdf315ad7a782c91a2e0a4e5d296f4e5c3]

        Set LD_LIBRARY_PATH+JAVA_HOME on OpenBSD.
        
        OpenBSD does not support $ORIGIN so we have to set LD_LIBRARY_PATH
        in order to find the shared libs of libreoffice.
        We also set JAVA_HOME here because it's path is outside of the
        default ones.
        NetBSD can probably use this too.

2010-11-15  Robert Nagy  <robert@openbsd.org>  [4a7b487b11e0968fbda6138cf5379f4d26134a87]

        several openbsd changes to find libs and binaries
        
        - Add /usr/local/{bin,sbin} as last to find genbrk,
          genccode and gencmn.
        - Add more directories to qt_libdir and qt_incdir
        - Make sure find libqt-mt.so and libDCOP.so with
          a library major and minor in the filename where
          the .so does not exists, but foo.so.0.0 does.

2010-11-15  Robert Nagy  <robert@openbsd.org>  [9a14f72914e95eb3994e9fa9949c74c1808bb69c]

        several openbsd changes to find libs and binaries
        
        - Add /usr/local/{bin,sbin} as last to find genbrk,
          genccode and gencmn.
        - Add more directories to qt_libdir and qt_incdir
        - Make sure find libqt-mt.so and libDCOP.so with
          a library major and minor in the filename where
          the .so does not exists, but foo.so.0.0 does.

2010-11-15  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [c0398862334d70c0ecd81833569dc279a628b5e6]

        impress202: #i113748# applied patch to resolv memory leak for XMLTextListAutoStylePoolEntry_Impl

2010-11-15  Luboš Luňák  <l.lunak@suse.cz>  [2feacf117792089afb0c0a6ba450a8d668575fbb]

        use <wp:anchor> or <wp:inline> appropriately (bnc#513579)

2010-11-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [da55906d78a8dc986e25cb13186cb810f021de1a]

        vcl117: #i97832# remove unused code (thanks cmc!)

2010-11-15  Juergen Schmidt  <jsc@openoffice.org>  [b15f7fcbde3db69e60f9a9ccabb4ae1b7c5f8dee]

        jsc340: i114887: remove old not used draft types

2010-11-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f2473c4c8a6b1a261a7b29ef17d8c2dc567e9849]

        pl08: #163135# fix a snafu in encryption data handling (thanks mav!)

2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [11f43434c412bd3b507f1cdb1da192891e1288df]

        gnumake2: fixes for solaris

2010-11-15  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5eca715cdc1bfd70e09633318d764ba8878d3e02]

        gnumake2: fixes for solaris

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [df375693b0f32e774926d87fd9a4b20cfd917d82]

        Rebase to DEV300m93

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [fbd8c0289e07ca88db90abe0b7fc4af7f3e1538a]

        Rebase to DEV300m93

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [14b3f70af24aa72b9ddb380d4674d8126ebb20df]

        Rebase to DEV300m93

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [aca9560ecae9003c515b9355bea03a0673c04f4c]

        Rebase to DEV300m93

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [2a0841f9fb80078ce623cd00cbb8be48ecba9b6a]

        Rebase to DEV300m93

2010-11-15  Carsten Driesner  <cd@openoffice.org>  [50eb76541953fdccee80e8e005c1733d0dd41ddd]

        Rebase to DEV300m93

2010-11-15  Caolán McNamara  <caolanm@redhat.com>  [4d5e5289c0df595fad33ba4c0f7306f84bed70b6]

        #i112890# LateInitThread thread never deleted

2010-11-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f82c3a7d237a86d4835c3c22e680e3993f1faa18]

        vcl117: #i113061# more clarity (thanks cmc!)

2010-11-15  Robert Roth  <robert.roth.off@gmail.com>  [d67e79934fa19cd667c2455e5e95dd48df511179]

        Comment translations, bogus comments, commented code removed from SW includes

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9b5a25b06bd0267f85d55e299d2fc00f134b9142]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b173b9eb115840aabb5742d4585b8ea1b84e25f]

        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  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [11bc42b1f7465068945d8e217e35fb7eff094b4d]

        dba34b: #i115579# check for children

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [230136cff127e4170a83dcc1d909e54608f7e2ee]

        undoapi: GCC WaE

2010-11-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab17715fd5a99d5c37d5d6ee3ca1d319a85a74f2]

        undoapi: release lock on own mutex when calling into the UndoHelper

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cbcedd66765bb932cb60c98f0fa60f3beecca270]

        undoapi: updated the Chart test backend

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ec5f9c18235b50d564da5e23d99d4844667db5b1]

        undoapi: respect the config limiting the maximum number of undo actions. No life-update anymore, i.e. changes in this setting are respected by new instances only, not by existing instances. This is a degradation (a bearable, IMO) compared to the old implementation, but consistent with other apps. So, why adding unnecessary complexity?

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [247ba6c56c0bf4e27744b2b895411247420bebcf]

        undoapi: undo/redo: call ChartViewHelper::setViewToDirtyState (was still left after the refactoring)

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5854c96421fe2a2320b36ae570c987392c235e9a]

        undoapi: re-implemented the XModifyBroadcaster for chart's UndoManager, for this purpose, added support to the UndoManagerHelper

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd3ece0777004f5438cf6a352fefb7270228f6d7]

        undoapi: some exception safety

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d2de048b2b685ab3376b8f85d3d51e95fca7b80b]

        undoapi: moved UndoGuard.hxx to the only folder where it is used, renamed ImplDocumentActions.* to UndoActions.*

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2f09474ea14bf08a33e0788905a2a68bf5f93b2d]

        undoapi: some cleanups after the previos refactoring (more to come)

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fa0b1d6e1d2850cae0cd11e33d662c8d8fad20a9]

        undoapi: derive XUndoManager from XChild, to allow convenient access to the document it belongs to

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4d0ae2eac2ac03475b7496f81e803b9b71b7481f]

         undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions  still some more cleanup needed

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3909360c32b8e018bab468db7aece015c6d1a2b4]

         undoapi: step 2.2 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  base the implementation of XDocumentActions on the document's UndoManager

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5aa51f86396a4e8709d42c64b11946a9987a7876]

         undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  implement an XUndoManager/Supplier for chart documents

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ed3af50c594d1dec7cd0310fc28576b6d65857f2]

        undoapi: GCC WaE

2010-11-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [992300e341ba4764792fd38be280b4301d0d83e6]

        undoapi: doVerb does not work, currently ... but leave it here, commented out, for the moment

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0ba9391098e7b69b3f53c1f724f8b395d285bf74]

        undoapi: make reset an explicit, atomar operation at the IUndoManager, instead of simulating it in a higher layer

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eedca4d0f6623a4584d09f3d468f8d50d10bb2b2]

        undoapi: fixed compilation error

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0eab3863cddbf7b0bee9ee1270fa70e87caa52ac]

        undoapi: updated the Chart test backend

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6501ab77a0df812608000e436f5052d9f8e8ca2b]

        undoapi: re-implemented the XModifyBroadcaster for chart's UndoManager, for this purpose, added support to the UndoManagerHelper

2010-11-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [de807d3e80b3aab50395688741cac57a1f2e11c8]

        undoapi: derive XUndoManager from XChild, to allow convenient access to the document it belongs to

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [afe888269b8e5b3520d2017760cbbe237e96df32]

        undoapi: doVerb: release mutex before calling into changeState

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2846cb036ad0b4425af4319bef9aee4c3ffe3c50]

         undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:  implement an XUndoManager/Supplier for chart documents

2010-11-15  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [f1c428c560e2b0e3abee2e5d53685711165da1cd]

        #i115582# [c_updt1.bas] reenabling special handling for Linux in tFileRecentDocuments

2010-11-15  Caolán McNamara  <caolanm@redhat.com>  [7239bb5a657fe5a5aa065256762ad254f2f6a715]

        Remove more unused hiconstrast args

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f3c101eda5faa15f1de34a7fc91635bf18a0ad68]

        undoapi: added test for request serialization: parallel undo requests should still execute the undo operations in the proper order

2010-11-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6cfb7cca8ea1c28f1d8e9752bdc225f2533ffead]

         undoapi: instead of processing requests in a dedicated thread (which would require us to explicitly tamper with the  SolarMutex, to really release *each* lock the caller might have on it), process requests in the thread where the  first request arrived. Still ensure the requests are serialized.

2010-11-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b35a7344eda5eaa1e0dcf916b48d8cf089db5562]

        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>  [c0cc543dd0b15cc725674289a70e1dbf85758b0a]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [5ceacd435b14f00fe91f168286aeabf30e681505]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [7743090cda0bb4fc4648161476dfcb2d5060c374]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [ed1578fd5e937d1fdcce08b6ed141434913a9422]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [9035ac3104af3af11fdd929d868a74824e692abe]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [4a25aee4c7946dc554d1e5e69b482aa9a63a3462]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [e6a6893c5e2c3d031eb9926a82586cb352956280]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [d9097259eb8c859d0d18eb96134f6b245490c0e0]

        sb135: merged in DEV300_m93

2010-11-15  sb  <sb@openoffice.org>  [ff885711aa72f706b1f7f2195e8c1f1c47ec9e66]

        sb135: merged in DEV300_m93

2010-11-15  Thomas Lange [tl]  <tl@openoffice.org>  [609a3898f9f8076e67e0431ce3b07708b2c4a6a5]

        cws tl84: #ii71192# paper size A6 adde to Format/Page

2010-11-15  Thomas Lange [tl]  <tl@openoffice.org>  [2e5b32189fd64bccbcd950a522f435d63d8738ae]

        cws tl84: #ii71192# paper size A6 adde to Format/Page

2010-11-15  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [06472cd5f28bc2d24611b54308d40f0034b86e2f]

        RTL_CONSTASCII_USTRINGPARAM cleaing in components - dialogs
        
        /home/pjacquod/LibO_dev/build/clone/components/cui/source/dialogs
        and some dead code cleaned up

2010-11-15  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [3fa80c6b72ec968f055988986d8cb9edd5dbef6a]

        RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-15  Pierre-André Jacquod  <pjacquod@alumni.ethz.ch>  [32a355165a756b0b6127dc0386ea87060ad2bae4]

        RTL_CONSTASCII_USTRINGPARAM in components
        
        cleaning in components/cui/source/customize

2010-11-15  pjacquod  <pjacquod@alumni.ethz.ch>  [96342abf506d5fd76e97781076ddf1b54509e238]

        RTL_CONSTASCII_USTRINGPARAM in base

2010-11-14  pjacquod  <pjacquod@alumni.ethz.ch>  [7a6177e6156a435b9f936bbfd52d6274e8e00028]

        bogus comment / code in calc.. testvba

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [54d8e263fe5f44f408038d23997039f19c90e09c]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [43bc8a24deb65f24be2ecdc826fd07a0d14fdd34]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [90c5efa566bfab44b07ff67bc7c821b6ed5db625]

        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>  [cf97810cb69cf8e9c46cebc61298c08e62674da4]

        RTL_CONSTASCII_USTRINGPARAM instead of RTL_CONSTASCII_STRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [955ae0c3792e65844935c765144c1bed051a7c49]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [ca47e7c296b34f6f225f2541c5e5271997aa6527]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [fee85b56c07e2999bdfb127f366bdaa5d17eb954]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [9f66ea047704ede89f187e36d9aeb58324016842]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [f37609830b20839ce2a4c9aee0ec57435d5112a2]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Caolán McNamara  <caolanm@redhat.com>  [0dbbebb29d5cb1bf579dff1bf4860eb4cd0fc6fd]

        Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM

2010-11-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [10ed6a90210f3b99b76b5467323f0baeb40db1cb]

        gnumake2: minor fixes related to LOCALBUILDDIR

2010-11-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9d3810a909312a369f0ed75297211d94bffbd3da]

        gnumake2: better output

2010-11-14  Julien Nabet  <serval2412@yahoo.fr>  [e4bef05896cbd63ee64101550495d275bf2e8c15]

        RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity

2010-11-14  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [2d848c76947f33e944e0df739d9dbb742c9304bb]

        RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-14  Santiago Alessandri  <salessandri@nasel.com.ar>  [c7e6aaaeb29c1e1951aa42b7b82a6bb8495c959b]

        Replaced all createFromAscii with macro RTL_CONSTASCII_USTRINGPARAM in base

2010-11-14  Miklos Vajna  <vmiklos@frugalware.org>  [9a5dda7b01638919dda3093f77135e5d5584d191]

        RTF: port last changes from CWS

2010-11-14  Miklos Vajna  <vmiklos@frugalware.org>  [fa2b1c586e3eeef754c8745373c44f62fd822d06]

        RTF: port last changes from CWS

2010-11-14  Miklos Vajna  <vmiklos@frugalware.org>  [1c1e919f5767e89376dce2a5c97ecb81acdbcf29]

        RTF: port last changes from CWS

2010-11-14  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ebb36e6403ce0b79372319f20b642b3b2888337b]

        gnumake2: posh output

2010-11-13  Santiago Alessandri  <salessandri@nasel.com.ar>  [19934b8578f210d2a90aaceb994ec861549b9a4d]

        Replaced createFromAscii in all dbaccess tree under base repo

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [f7428ace93fef1e94108f2c24bc4932042f985cc]

        remove unused _bHiContrast arg

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [d68d5ef84f1558038025ae288a6b50dba40e8015]

        tidy code
        
        devirtualize non-overridden virtuals, remove unused parameters, and
        logically shrink based on that to minimum required

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [071b1b40f9397e14b5f12251186d087bf553b9a3]

        tidy up hicontrast remains
        
        remove unused parameters, shrink code accordingly, devirtualize
        methods which are not overridden anywhere and only used by docvor.cxx

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [a86dd7ecb5ae0af0ef95fd8315b75799ebb545c8]

        remove unused stuff behind unset ifdef since 2000

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [969750a995e473da9381dd8b2c06ad98abd37054]

        remove unused HiContrast args

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [fd0a0308b1c266977beb5f331c77808c45efad7e]

        remove hicontrast stuff

2010-11-13  pjacquod  <pjacquod@alumni.ethz.ch>  [1a9679501f755050e14e4df2c2ce7f541ba3b759]

        RTL_CONSTASCII_USTRINGPARAM cleaning in base
        
        base/reportdesign/source/ui/report should now be clean and having no more
        createFromAssci with constant.

2010-11-13  Caolán McNamara  <caolanm@redhat.com>  [3df626c0e70c2ac5c292e754bee591e4b98829c8]

        remove unused HiContrast args

2010-11-13  David Tardon  <dtardon@redhat.com>  [b1a02ab487986762326f390a64e0027d516a90cc]

        remove no-effect stmt

2010-11-13  David Tardon  <dtardon@redhat.com>  [93a0397f00a747f920d76a705473bcc4934f1793]

        m_pDbgWin exists only if OSL_DEBUG_LEVEL > 1

2010-11-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [d53b289cd7dc817cdb069005437851353b35448f]

        Remove empty dated comments

2010-11-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [029dddde0efa159f4280fe8167edd9db7ab0801c]

        Remove unused dated comments

2010-11-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [38f09d1affc34401c0f269318bb61540a207d966]

        Remove empty Beschreibung (Description) comments

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4948812c5bc17ade1999575c2fe55c59d7505de8]

        gnumake2: local build dirs

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [62bb55fddf8a77925db3efc4c8561cadb1775e2b]

        gnumake2: local build dirs

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0335e75a2ebc0fdc61d57c9e97ea4f59a8f8888d]

        gnumake2: setting CPPU_ENV on solaris

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [cad14443dee2ebe544d5b6b39b3715e44071cb66]

        Apply oox-drawingml-fix-shapes-map-crash.diff

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [9fdd18024ad60d6d73842271d572e4e5a73ca19b]

        Apply pptx-fix-connector-crash.diff

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [c051ddbb5cd0a71061e1f12abfa9935713f98ea4]

        From hg changeset c94984deded153e8720faf14d1fc5c3a5b866381 in ooxml11
        
        ooxml11: intermediate commit, builds

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [e9e0a70c10a34bb17cfeb2bd16f4cc4c1a467b8c]

        From hg changeset 11bdb9c019c49df77306d1a9915b44e1f8dbf79e in ooxml11
        
        ooxml11: intermediate commit

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [ba0ab700b4cebd88e07ebe0662f560b2b9dfb918]

        From hg changeset 2b3eef7bad494312ee9c8c13c1b1014b22ba0451 in ooxml11
        
        ooxml11: merge with DEV300 m76 (I hope), plus intermediate commit of
        own changes

2010-11-13  Tor Lillqvist  <tlillqvist@novell.com>  [9f5b9dffa36d617e0d498b61ce8ba5ca3bd68691]

        Make the workaround for the crash at exit effective in a non-debug build
        
        I hadn't noticed that cppu/util/target.pmk was surrounded by
        .IF "$(debug)" == "".

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [00b523da3f4e6476d007a1bea10f3b9205d68a70]

        Purged BmpColorMode from libs-gui - impress

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b32b1ae43d6fc38a4bdd26b8399362d3a971b298]

        gnumake2: merging minibranches

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [56070c6a6b256c61eee3dceeb1cb220b2c1d2690]

        gnumake2: fixing comphelper lib name for solaris

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [b8893bf2d0e23ef5cbab03591ca2bfd57859bd47]

        Purged BmpColorMode from libs-gui - writer

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [505409cbe575ed248cc6ade4e7f9048a08947d53]

        Purged BmpColorMode from libs-gui - libs-core

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [857d9d570fef89d5a64e0df52222a1fd1e2af681]

        Purged BmpColorMode from libs-gui - libs-gui

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [9d6314c5ecb057361b7a4d932c9cffd9b05fc1cb]

        Purged BmpColorMode from libs-gui - components

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [e0d9d4d4a4f77d0fbb680c2f96b1cc9a912238d2]

        Purged BmpColorMode from libs-gui - calc

2010-11-13  Joseph Powers  <jpowers27@cox.net>  [4a0002931adf1f52b4d9e42c22b394bea210c058]

        Purged BmpColorMode from libs-gui - base

2010-11-13  Julien Nabet  <serval2412@yahoo.fr>  [daebf4430d1f15a3864207ce9bee1e2a24d937ac]

        RTL_CONSTASCII_USTRINGPARAM for impress

2010-11-13  Julien Nabet  <serval2412@yahoo.fr>  [a70d5e2d4e0868c9f87160e86ac4061413cdd17c]

        RTL_CONSTASCII_USTRINGPARAM for writer_sw

2010-11-13  Julien Nabet  <serval2412@yahoo.fr>  [72c878c29e9e5101120b7c41300de012d4253b5b]

        RTL_CONSTASCII_USTRINGPARAM for writer_starmath

2010-11-13  Gert Faller  <gertfaller@aliceadsl.fr>  [c1fa0e476b9f61014c3ba17590753cb502ba1490]

         Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core

2010-11-13  David Tardon  <dtardon@redhat.com>  [606c7bb85ae28275d8ab8c46eaf8d7742b8fbaa5]

        want #endif, not #else

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [65b13f00df2786cb4c3597c4dc0c447ddd93a0ba]

        More cleanup, tab removal, bogus comments etc.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [12c65c6a16119d221808bcd30880441a37c26aa8]

        Oops. My bad - removing my own printf silliness.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [a23f23583a30cffc1c0b755b9c4b62948b6fb1c6]

        More cleanups - trailing whitespaces & more bogus comments.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [ea7678a69d5dd34f4d6fc4661d529c27fb70d9d7]

        More datapilt-related cleanups.
        
        New code should *never* use BOOL, TRUE, FALSE.  Also the indentation
        mistakes are pretty frequent.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [5992a5d1849541d388c54270eca54e7571f76769]

        Removed trailing whitespaces.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [9ad750ed6a7e848e123f4874dee719ccdd225221]

        Removed more useless comments, fixed indentations etc.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [f86575fd26e575115cd6a00ceffddf6d4e796031]

        More formatting & indentation fix.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [365b86def4985bab972bcafe7ed5bbf29094b7ef]

        A bit of cleanup of the data pilot code.
        
        Removed unnecessary // this is done by <who> on <date> type of comments.
        Plus renamed some method names to be consistent with its neighboring
        method naming conventions.
        
        And some indentation hiccups.

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [939d118769212d9a5f54b0fa4478e5f0f61c132a]

        Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM.

2010-11-12  Nigel Hawkins  <n.hawkins@gmx.com>  [8a5b1a76e6dbbad5e65dd6e4f7d9c3a154cce66c]

        Replace ScfNoInstance with boost::noncopyable and private constructor.

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [d756289917f773bb4d9fe38cb844c8f0f8f9b39c]

        RTL_CONSTASCII_USTRINGPARAM for calc_unoobj

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [6da811be517ab3bc3e3cc71c3dddf81477ff8832]

        RTL_CONSTASCII_USTRINGPARAM for calc_ui

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [a289fa56ffb2ba3031abeb42aba8833d598bf741]

        Remove empty Beschreibung (Description) comments

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [69098a87185a8098b19f09861415482e1e8581b9]

        Remove commented out code - //REMOVE

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [25ce241167e2530cfed1353f66dde70bbe991e6f]

        Use RTL_CONSTASCII_USTRINGPARAM

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [b917e50c6a8f78e537d28ec03d739365769a4bfc]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-12  julien  <serval2412@yahoo.fr>  [1402a151560ab2b539774f6870b6a11c9e4c9070]

        Replaced OUString::createFromAscii() with RTL_CONSTASCII_USTRINGPARAM.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [b954275c96f30efbc918ea7f52befef0b3a55142]

        Wrong indentation.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [1eb2caaaed18296d7c5d4dc78164fb52e7b31013]

        Friendly in-line comment to give the audience more info.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [8b2600fefb7bfaad52e089f3542d50e6396f2201]

        Disable document modify and broadcasting of changes on range names.
        
        We don't need to set document status modified & broadcast changes
        on every single addition of range names during document import.
        Doing so would make the document import painfully slow esp with
        docs with lots of range names defined. (n#634257)

2010-11-12  Nigel Hawkins  <n.hawkins@gmx.com>  [07e794ab0a54eb358c1400a30ac99d7902eb5375]

        Replace ScfNoCopy in calc with boost::noncopyable.

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [105304147f1297cae00fbd65447b393e3b2ddb59]

        #i106768# deference followed by check of pointer

2010-11-12  Joseph Powers  <jpowers27@cox.net>  [130a2115e73ead2d138bda84a63f617367e1b58c]

        Bitmap Tree Cleanup - calc
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-12  Thorsten Behrens  <tbehrens@novell.com>  [9faaba6a52c9aec1f20762aff359f4dcc67a58aa]

        Cleansed commented-out code
        
        Just using a German title clearly conveys no useful information.

2010-11-12  Kevin Hunter  <hunteke@earlham.edu>  [c7b5ea8fa95d70beee744988b44ca1baddb2b656]

        EasyHack: createFromAscii to RTL macro

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [772ebaf4761e08c7d88f88cc2d969941423ca21b]

        Use a stack variable to manage locking & unlocking of mutex.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [fc96b33c17d53e776d4ecc3207546c63fde1993f]

        Change the default sheet print option to "print entire sheet".
        
        Previously, sheet had its default print option set to "print nothing",
        but when all sheets have "print nothing" option set, calc would print
        as if they all have "print entire sheet" option.  The problem comes
        when you set a custom print area to one sheet, which causes calc to
        skip all the other sheets from printing.
        
        This is not intuitive at all. Let's change the default print option
        to "print entire sheet".  This also matches Excel's behavior BTW.
        (n#650551)

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [e0b25cd7559a438a9f26ecd3e98fde0d4ecac359]

        Fixed a crash on importing named ranges on higher sheets.
        
        When importing xls document containing named ranges on sheets higher
        than 256 (max number of sheets Calc supports currently), Calc would
        crash.  We need to check for the upper boundary condition before
        accessing the array by index to prevent crash. (n#649941)

2010-11-12  René Kjellerup  <rk.katana.steel@gmail.com>  [2fa994cc2069c948e74ff9455e7d6b048c333183]

        comment crean up in sc
        
        cleaned some added comments from silencing the compiler.
        WritePicPr(...) has been removed since it seems unused by all
        accounts.

2010-11-12  Ricardo Moreno  <parcero.cubano@gmail.com>  [2f01c7840d47f11b6cc1f6ba074d5512ec420d90]

        Removed commented-out code.

2010-11-12  Ricardo Moreno  <parcero.cubano@gmail.com>  [955bc65cc29439275ed5dd98229dc8a40f8669dd]

        Removed commented-out code.

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [e12a473caa510ddc5a86bb339affc7ecf482f945]

        Remove redundant #ifndef directives

2010-11-12  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [84e6def25926784eb471e81b7ca5bba09c0f8a2e]

        calc33stopper2: #i115313# revert calculation of scaling factor for drawing layer to behaviour of OOo 3.2

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9c14a2851ba5d0828c489eaa27018fa2a2e9fc15]

        gnumake2: getting gnu cp out of the environment on solaris

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [07e0e4d69040279319e0a4929fe688cce92b901d]

        gnumake2: merging minibranches

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [729a9a99ab32eb735871de35895c2c67f559e3dd]

        gnumake2: merging minibranches

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e76699e823d9ef6801f39f1c02374ed130249014]

        gnumake2: merging minibranches

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6efdbc88d10f96f2f200a050657f08616ec1b841]

        gnumake2: explicitly using gnu cp on solaris

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5d9784160be0f48da3e886599a468bcd060f15b2]

        gnumake2: disabling postprocess/checkdeliver as it consistently fails on unxmacxi

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5b1c7dddef338c0240530eb383b195a6cde996db]

        gnumake2: #i115558# svl needs to depend on libxslt for xsltproc

2010-11-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [30faf85bde1078f33184e1399019ae607244c34a]

        gnumake2: #i115558# svl needs to depend on libxslt for xsltproc

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [3be54d3b78e0a65f65a11dc053a6e03b9c50cf81]

        More cleanup, tab removal, bogus comments etc.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [7ef7bbec272ee387197c6f957db4ba58f2b8a186]

        Oops. My bad - removing my own printf silliness.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [d3b3d0d06fbdffb24656a1771f20e49cc707d99b]

        More cleanups - trailing whitespaces & more bogus comments.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5]

        More datapilt-related cleanups.
        
        New code should *never* use BOOL, TRUE, FALSE.  Also the indentation
        mistakes are pretty frequent.

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [5fabbe2de171f6cb94373a38ae8ad1eb3bef5ed4]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [ec642ba424bf4abac4fe23760cd6fddcdcb4cb37]

        RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [dfd74e58ef7041d816510fa4c3975a047980d4fe]

        Resolves: rhbz#647392# Ensure autocorrect doesn't crash

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [25bb8e3278014664546ea5f8e4e31b77ef6e970c]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [97cae691e9a2bed161f95c559fde308ed42d7bf7]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [8a0ffa645fc4b6870cada80290e6f3b806c8aed4]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [32516051a90e2fcd67bc681fd867068c32ed3d84]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [89579fd0db5dcc728f756f94eb68de1b9df3efe1]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray (cherry picked from commit 0ec3dcb508858f278bc32498e6ae038ab3274fca)

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [e844739384beb25807a536f4addf08a26de86cdd]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray (cherry picked from commit ac729f078b9dbdedcda9141eec30288c8c263d9e)

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [e76c614251ee2b8dfd6d7cd10ec2b0f0ed527fa8]

        Removed trailing whitespaces.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [481a637fab4455d11d865f11749ae45ef2803b07]

        Removed more useless comments, fixed indentations etc.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [f3138319c220b65bae548e9934923dbebeb8c0ea]

        More formatting & indentation fix.

2010-11-12  Kohei Yoshida  <kyoshida@novell.com>  [85cb2e90443d0fd76320db6b157375e1bac3da11]

        A bit of cleanup of the data pilot code.
        
        Removed unnecessary // this is done by <who> on <date> type of comments.
        Plus renamed some method names to be consistent with its neighboring
        method naming conventions.
        
        And some indentation hiccups.

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [06514ed3d609f63cca40f41aec2a8d9ffd0b1509]

        Remove unused Beschreibung (Description) comments

2010-11-12  Eike Rathke [er]  <eike.rathke@oracle.com>  [d719bf21ac56f8d3ab69867ce5df5b2975ea9235]

        dr78: #i115189# numerical accuracy of LINEST, LOGEST, TREND and GROWTH; patch from <regina>

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [552dcef8118ff28464bb1320e2414b0f56e19097]

        gnumake2: lib name cleanup

2010-11-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f7cc5a2b2bb5100ec4e6c0fa148e03de3904be66]

        Add "ti" without sublang into the encoding list

2010-11-12  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [88bfb5f2ada34cc3968462376c5dfc434dc1ea9c]

        Add "ti" without sublang into the encoding list

2010-11-12  Luboš Luňák  <l.lunak@suse.cz>  [49d0dd71b426602e138f36dbdb152ef027d152a3]

        remove some german comments that mostly say what the name says

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [b36d193bb3d5b33918a08b23ac13623c752b9ab1]

        Remove empty Beschreibung (Description) comments

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [f12505d5962153abc805e7c2fefbea8acca0d465]

        Revert "Add workaround to avoid crash when exiting LibreOffice"
        
        This reverts commit 146e2fbca20f5cba3410d3d042ae6222a565dd7e.
        
        The workaround is has to be present in libreoffice-3-3, but we do not want to
        have it in master, so that eventually it is fixed in the end :-)

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4ca43a7336784ed46a3ed451031d05813a923f0b]

        gnumake2: merging minibranches

2010-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [831bb211b6d19b21848908114ced092fec5bd343]

        pl08: #i115553# fix a PDF/A and transparencies again

2010-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [43d6955ed4d042d57762ae5a379f27e27126634f]

        pl08: #i115553# fix a PDF/A and transparencies again

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bb2f0f676cf5eea4ea0477c792e407122a9dd9b7]

        gnumake2: added file Output.mk

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a8ec155fe79d56cc94f29334d47a7441b7901acf]

        gnumake2: merging minibranches

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f27ae921a2e06ac66ad5519ef93342333011b314]

        gnumake2: make build.pl complain about module-only builds in migrated modules

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [f125fb2f995a7afc644417f000c7e9c329e88d8e]

        Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM.

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [6da5b2f80ad3df6d8f31de71a50d4f2c1e172205]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writer

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [8e0a6bc72f7b07bc63522fbcd9d770c4f3a0e3bd]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [2232646e4132dc8f65d4403bec73d1d491342c1d]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [4553ff82f60ac1d59030f249c33675760354f76b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [bb53686d60320700e7e93ac96821d1bae4ba2b06]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2010-11-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3a78a2dec20b22d686755f464b9e9c907a2c6d26]

        undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated thread, serializing them this way

2010-11-12  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b3a06bad053a7e763139783e5a0885d7df6bb54d]

        undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated thread, serializing them this way

2010-11-12  Nigel Hawkins  <n.hawkins@gmx.com>  [be0177fe4f91c2ea8022f931d99c6359f043043f]

        Replace ScfNoInstance with boost::noncopyable and private constructor.

2010-11-12  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [85f4b6abd19eb9290bb40a9ab573c6a05945db94]

        Remove two more _HC instances

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [36d878f4003b2dc257e9802342e01b9fdb2af33b]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [d67dfbafd052e20c4c3b94639d6a9a250c9c63a3]

        RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [9dcf50f7bdd13ccfe1090cf794e665e27b2c4a96]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [9828895060105239a234cf585b347272404f270f]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [66a78826b3c1e5c6fb81e296d6beb1bbc724ef90]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [1a6972face7317b4904fdcb9e3bca142e48f64a0]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [44b4b3a2a38f79d8d46dd7e350d167081314a656]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [a617c28fb5249e839bb3780e5593db936317e323]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [c14b74ef7b6988cbcf80a3cfb61dbb36e0fdf7ce]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	dictionaries/en/dictionaries.xcu

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [2c3ec3798475f73e9e442a2b40a0e8fb6abc938a]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [285a22c6702e0bc9b9c8c72d5fda02dba1826c2c]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	avmedia/source/gstreamer/gstplayer.cxx
        	desktop/source/deployment/gui/dp_gui_extlistbox.cxx
        	sfx2/source/appl/appserv.cxx

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [6e2b941c7f51160451a4097b4309f1e5bcb86046]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [7cb600b58b173be8a31a266bd111a98281774333]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [0ba9a0990da0806da27c0e26a0625e91d175e86e]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [ab73378e9e2393df29d5e24bb033730187c4d9b2]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [60822195d314075241c953c02e919ce8c7f6ed03]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [1039d48a5ffce9a519d4963e688e3806adab1b35]

        Merge remote branch 'origin/libreoffice-3-3'
        
        Conflicts:
        	configure.in
        	set_soenv.in
        	solenv/bin/modules/installer/systemactions.pm

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [f43ffb63e7d164845771ac6b822a4a995ddcc840]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Jan Holesovsky  <kendy@suse.cz>  [f4525efa7638f525d45245e74abf0685df8322fc]

        Merge remote branch 'origin/libreoffice-3-3'

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [4a4d007da2e14319bf7d662d82a2d3fbcf11784d]

        Resolves: rhbz#647392# Ensure autocorrect doesn't crash

2010-11-12  J. Graeme Lingard  <jgraeme+git@gmail.com>  [849799ee85174ec09884740ae36c53b1ae5d325a]

        Remove empty Beschreibung (Description) comments

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [50e8d53277e9eebacd6584e8fbdac8186a70c06f]

        remove useless file

2010-11-12  Tor Lillqvist  <tml@hemulen.(none)>  [bfda7066f7ea6e65b322c0b300515c9a9e1175a5]

        Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3

2010-11-12  Tor Lillqvist  <tml@hemulen.(none)>  [2906cca2304d2cc866fc5c6f19589a35696c0ab1]

        Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3

2010-11-12  Tor Lillqvist  <tml@hemulen.(none)>  [cfc74eda7f0108f7a3314b6de71167b311c3f35f]

        Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [6e6eae756e17d743c513af73a86238755c13c078]

        remove some dead objects and fix some warnings

2010-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cf75a223f4a5020fcafe190c57d90428aa2d557e]

        pl08: #i111050# adapt to new static service registration

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [dbf693a297c358f05d7a6e48425ef8cb0a22bd43]

        silence warning

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [0e1701fd7d0fefbcd1a8220c7b63418f6cce1d39]

        silence a few warnings in passing

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [e4980a90c67e84d498b71cbeb17ad7571157813b]

        RTL_CONSTASCII_USTRINGPARAM for calc_unoobj

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [9dc37fd9bb18879fc379bf345c1fb6cea03172e9]

        WaE, unused parameters

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [a609c9a529054388bd22362753f8fdfff6524700]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [0c01d578ea4bf1f662e424527559b728ee3fd010]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [78c69ec3863ca603cd3cb996218cffca3a924a05]

        WaE, unused parameter

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [323691978edacfdffa6be4ec12fd2da5449d5138]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [e62fba7934dc5ae51c61940a157c485649378597]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [78a3f62fdca6f50de2935c9a4bd8695b657efb35]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fa49e3a8b1557882c56be5214b4dd4f8989c7923]

        gnumake2: more work on output

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [5515c056ab6438f2a2d6b4b3ab1d66cf6723e7fb]

        WaE, fix member init order

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [2d53d3ac20a3c9e3830ba31927d7fc2de5a090db]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [8ccbb11453e74567a1da4798482c71259f65ed05]

        RTL_CONSTASCII_USTRINGPARAM used with nonarray

2010-11-12  Caolán McNamara  <caolanm@redhat.com>  [50b7e258de97e861e02a0a8c0c938ef548be0ec2]

        RTL_CONSTASCII_STRINGPARAM -> RTL_CONSTASCII_USTRINGPARAM

2010-11-12  Kurt Zenker  <kz@openoffice.org>  [9a29bc269126e8f37fcbdd5cbcffc359d536df78]

        OOO330

2010-11-12  Vladimir Glazunov  <vg@openoffice.org>  [d1175e253f73b0f75c41cfe2c3ef8273a16c0d48]

        #i10000# some additional fixes for CWS vmiklos01

2010-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [089025c4a07639421d7c8e5bba0afd60c999f0e0]

        cws tlmath01: #i972# insert frame crash fixed

2010-11-12  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [71a459f4be01dd776d779beea60725fbec9c7751]

        Remove one more instance of HighContrast stuff

2010-11-12  Joseph Powers  <jpowers27@cox.net>  [49a7e6a7f48c8606346df8c7cfae8c912dde0560]

        Removed BmpColorMode(SvLBoxContextBmp_Impl and SvLBoxButtonData) - libs-core

2010-11-12  Joseph Powers  <jpowers27@cox.net>  [fff4cd8da4cb8edf1fe37ed88cec07096d04e326]

        Removed BmpColorMode (SvLBoxContextBmp_Impl and SvLBoxButtonData) - libs-gui

2010-11-12  Joseph Powers  <jpowers27@cox.net>  [c5561d7ebbd597cfe699d8c068ffd5f35d622c08]

        Removed BmpColorMode from SvLBoxContextBmp_Impl and SvLBoxButtonData - base

2010-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [720d940f9e68f168afb88aa145e9b516431bd49b]

        cws tlmath01: #i972# fixed crash with WriterWeb 'Formatting Aids' tab page

2010-11-12  Alexander O. Anisimov  <alenyashka@gmail.com>  [3236836c57070e3ca72e23dd342de56c32417618]

        Remove bogus comments

2010-11-12  Julien Nabet  <serval2412@yahoo.fr>  [93b5940b98665738da063756529385f35f1d33e6]

        RTL_CONSTASCII_USTRINGPARAM for calc_ui

2010-11-12  obo  <obo@openoffice.org>  [39bd6a3112cc22a19e3ce1427a64727948fd4fd5]

        CWS-TOOLING: integrate CWS native346

2010-11-12  Santiago Alessandri  <salessandri@nasel.com.ar>  [7c26a84a582641c671b35516ef0e6edf63c3752f]

        Changed usage of createFromAscii for macro RTL_CONSTASCII_USTRINGPARAM

2010-11-12  obo  <obo@openoffice.org>  [d9d5b04b12df37939faacc45524aebad560836bc]

        CWS-TOOLING: integrate CWS sw33bf12

2010-11-12  obo  <obo@openoffice.org>  [f1be314fad35a4c0c64d57fd8c6d9c5b6c9479c8]

        CWS-TOOLING: integrate CWS sw33bf12

2010-11-12  obo  <obo@openoffice.org>  [60851227548d3576a92898b13b0e1c15cc719f44]

        CWS-TOOLING: integrate CWS calc63

2010-11-12  obo  <obo@openoffice.org>  [0c7dec23f57ba606b74c066e7f9e4305de33cafb]

        CWS-TOOLING: integrate CWS calc63

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ecac61e245b9cab4eb87313b70fe96c1f7d71819]

        gnumake2: merging minibranches

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [007e95abecf3cab45316fc260f1992ed4d4e8dff]

        gnumake2: merging minibranches

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [17fd5c996e84ef0ad8e1fd0eee3e207b90dfd44a]

        gnumake2: merging minibranches

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7e56abfcd635b954b9ee14a3572253357c4afb88]

        gnumake2: merging minibranches

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6821b9b70eacb75ca9092d3b8d1449353275ff22]

        gnumake2: enabled kbuild-like build output

2010-11-12  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [82dd6d4a9fbd67ca70ae6baf02433b438fd2b550]

        gnumake2: beautified announcement

2010-11-11  J. Graeme Lingard  <jgraeme+git@gmail.com>  [65c8902e30031f3588b4be55802cab52fce1961d]

        Remove empty Beschreibung (Description) comments

2010-11-11  J. Graeme Lingard  <jgraeme+git@gmail.com>  [76293daa8cf7a7dc1496904a35d3f2ca132216dd]

        Remove commented out code - //REMOVE

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0127304341e3050d97c2dde42c6582b6f626acf2]

        gnumake2: simplify repository setup

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [36cd76751c5b57489a2118d068158a8a5df3fbb5]

        gnumake2: localisation fixes

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6acfbf70fb18c1ec784258235ea5e456062d6ec5]

        gnumake2: simplify repository setup

2010-11-11  Santiago Alessandri  <salessandri@cert.unlp.edu.ar>  [6c07a3cf7056f73488df19a135592824e692a2ea]

        Replaced the use of createFromAscii for the macro RTL_CONSTASCII_USTRINGPARAM

2010-11-11  Jan Holesovsky  <kendy@suse.cz>  [2ef9be8bfa2ee761799588ab7b73960322af08a8]

        Merge commit 'ooo/OOO330_m14' into libreoffice-3-3

2010-11-11  Jan Holesovsky  <kendy@suse.cz>  [32653406efbb4f9257d277e4bae750165f8b80a0]

        Merge commit 'ooo/OOO330_m14' into libreoffice-3-3
        
        Conflicts:
        	odk/configure.pl

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [296c8514d0e46c983915843408b8bb35e3396fbc]

        follow logically changes in sfx2 and drop BMP_STYLES_FAMILY_NUM_HC

2010-11-11  Jan Holesovsky  <kendy@suse.cz>  [60d64eb4b99074523065fe54baee60a168380b3f]

        Merge commit 'ooo/OOO330_m14' into libreoffice-3-3

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [1a565396616851113cdc0cdc0275bee76e1afe46]

        WaE remove unused variables, merge both GetStyleFamilyBitmap together

2010-11-11  Jan Holesovsky  <kendy@suse.cz>  [74db44ce7e5d77462a726c58682c2ec4bf7e1a16]

        Merge commit 'ooo/OOO330_m14' into libreoffice-3-3

2010-11-11  Jan Holesovsky  <kendy@suse.cz>  [986a994c2fdefc1014c190124c28458d7720778e]

        Merge commit 'ooo/OOO330_m14' into libreoffice-3-3
        
        Conflicts:
        	solenv/inc/minor.mk

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [eedebcddadd9369154b18a5dae45a9191a9d4689]

        WaE, wrap those pragmas to be msvc only

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [ecf28fe6aa3eee6f75421b4b5f8ce4969daa916b]

        WaE, remove unused parameters

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [25bfc31c645ced032fa9d1acf590eee147268a19]

        WaE, unused parameters

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [62249be021b61fb947469143f7c9c47307324eb3]

        WaE, unused argument

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [09d8db53497df0bf51782e1e17b557c13ea515ee]

        WaE: must retain signature for UNO API, but 1st arg unused now

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [dcc16a5b93d952e5b2091312139089d45dfd3baa]

        remove trailing bracket

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [4196f9cf89a334b88977952c049c998c14b43ee0]

        remove RID_IMGLIST_TREEOPT_HC, I assume that's the intent

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [6ff7df6971d66c458b66bae885282d2d80062b70]

        match up the declaration and definition

2010-11-11  Joseph Powers  <jpowers27@cox.net>  [ce6806dbb33225ba536a22270340b7dccd6b481e]

        add in JoeP's extras

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [537920aeb10f0304594f14094dcfc715ce8e7476]

        fix compile error, presumably this is right

2010-11-11  Thomas Benisch  <tbe@openoffice.org>  [4402e6dce389f89b7c9f04bafa05993b38117928]

        chartextensibility: merge with DEV300_m92

2010-11-11  Thomas Benisch  <tbe@openoffice.org>  [994cf49110803e2b748708e4c826dab52e66857d]

        chartextensibility: merge with DEV300_m92

2010-11-11  Thomas Benisch  <tbe@openoffice.org>  [5552b67b05ba0b25d83af32aa4a4c5bd91813121]

        chartextensibility: merge with DEV300_m92

2010-11-11  Thomas Benisch  <tbe@openoffice.org>  [bf2e8b75897284d97b8f66126033531f1fd98ba7]

        chartextensibility: merge with DEV300_m92

2010-11-11  Thomas Benisch  <tbe@openoffice.org>  [df8fff46f78e1ae4876cb78dc88b89163b42af69]

        chartextensibility: merge with DEV300_m92

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0fb5c9ef69c9913f2a610437f7244da1a2f36cbc]

        gnumake2: fix naming for partial build vars

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [175209c24466472503df72f64380d5cda35d8e3f]

        gnumake2: fix naming for partial build vars

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5749660e98e5f1e6443bc59d28afe4524fdb95fb]

        gnumake2: fix naming for partial build vars

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c667c072b83846ec8c1164c00d073744bae8304d]

        gnumake2: fix naming for partial build vars

2010-11-11  Vladimir Glazunov  <vg@openoffice.org>  [1ed36293dcf8c363b3889c83a7eb7898a8b131d0]

        #i10000# added export for x64

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [21ee80adaf704b3c09a17a33888a3904ff2cec35]

        gnumake2: simpified repository setup

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d2f131e502770470f5c3299e3c206cc0687c6c66]

        gnumake2: error out on local builds when those where explicitly disabled

2010-11-11  Julien Nabet  <serval2412@yahoo.fr>  [c64cb59aa0fac9517b3b3e58343e1e3f747c0b2d]

        Use RTL_CONSTASCII_USTRINGPARAM

2010-11-11  Jens-Heiner Rechtien [hr]  <jens-heiner.rechtien@oracle.com>  [82118f772e88eee4918e80155e6e2f4d68590ca1]

        hr73: #i115536#: implement '-x' switch for fetching platforms without auto-added common trees; fix warning when repository server is not available

2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [65a16b2142800c642446d70038532435fe7a88c5]

        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  Caolán McNamara  <caolanm@redhat.com>  [e1ea6774f2402dec2433233b4821f0c9f2177628]

        Resolves: #i25247#, #i25561#, #i48064#, #i92341# CTL/Other Default Font

2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c938545d5227808749fdca4f05dd0dcc8303f632]

        Remove all traces of _HC (high contrast) from libs-core
        
        This compiles successfully, but is otherwise only lightly tested.

2010-11-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [89bcc72a5baba299b311deb2fb58ce06998662bf]

        calc63: #i115504# cleanup image tree to prevent static destructor troubles

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [4dcd2f4848b22934e49134701afdb4bb33813d64]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [bfdd042d2c9621df7e3850a6a7ee71405c4c2edd]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [9199f5da8f82862e3b81f762fafe6e9d437d9274]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [216d0c34f796c90dc3f5e382c401270f0024002a]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [79011e6a564bb1c8450e93b8402910ea0c153b27]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [f9e75abe92335a719944b201cffc823952149573]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [7c1ef1cf8f5e8058505c0351e5fa43d2be90cd76]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [a456ac835866d57f83c4cca2d44c0183c03047bd]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [2e54f4bf31b4888599cfe8c6321ac29e05b3c23a]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [6e0fbfc745cda3c2f5b841738660f6e08967e3be]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [40271513d018224720f5cd80902dcacc184e458f]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [bf74a10bf37b42620527d8eac6a3d9e1383ef035]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [d637952b9a340ff3b9b60de1ec6117f16c3d3d8f]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [6a0733daff85e25053066a2adfccc90276b3621e]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [15cdcfb8d631e501a532905088b8483b1e31e154]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [4fd9fd4b2bec254240580875618df2fcb90ae156]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [dbfa389f804575f854c0c766f592a72faf79e8f8]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Petr Mladek  <pmladek@suse.cz>  [50a3603f2d00d17e1872f5f38d115b91d7c6a4a1]

        Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)

2010-11-11  Niklas Nebel  <nn@openoffice.org>  [21f9cf032279da03d551b1e98218cf5832ee8364]

        calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited precision

2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [395aafe74ec45c1cfae38a8115870eb42333d362]

        Remove one more hi-contrast image loading instance
        
        And remove the definitions of the hi-contrast image too. High contrast
        is just another theme and should not be handled like this.

2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [406d17aea858869e10c2e9c82665df413a211941]

        Removal of Hi-contrast image definitions
        
        These definitions are only ever referenced in one place, so they can
        safely be removed. Found this by removing the hi-contrast icons and
        trying to compile.

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3dbc4afa69ba3939923efd6b61800491f55b304a]

        gnumake2: simpified repository setup

2010-11-11  Thomas Lange [tl]  <tl@openoffice.org>  [069694fd05e9227aa1f20d6046588dd0b3d5098b]

        cws tl84: branch merge

2010-11-11  Thomas Lange [tl]  <tl@openoffice.org>  [b68e9e62d473b689021d67d5368dde4ca0b24a0c]

        cws tl84: #i110784# merging Danish thesaurus extension with spelling and hyphenation extension

2010-11-11  Carsten Driesner  <cd@openoffice.org>  [e506ebbc87e7c722d3b674b9b74efc3218bf8294]

        dockingwindows: #i115527# Fixed broken Reset function in View-Toolbars. Refresh method must read persistent state data.

2010-11-11  Vladimir Glazunov  <vg@openoffice.org>  [60bb7401108b52fe7856eb5688bafb183322bc01]

        #i10000# regenerated configure

2010-11-11  Michael Meeks  <michael.meeks@novell.com>  [5a805d036e0d2028a5757485e77caf1cffeebca5]

        fix type of zero passed as sal_Int32 to template

2010-11-11  Jordan Ayers  <jordan.ayers@gmail.com>  [b582fdbef115e0cba09c81dd841d082bd9f42b15]

        Perl Installer: Remove disabled Win9x build guard.
        
        Remove the feature component counting routines.
        These were added to enforce a Win9x component count limit, but no longer
        do anything except collect and log counts.

2010-11-11  Julien Nabet  <serval2412@yahoo.fr>  [381c8d7694eebe9b8cf48d48222449918cc1b49c]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-11  Release Engineering  <releng@openoffice.org>  [828326fd750f96f1ab140cdc81d122341654b44c]

        DEV300

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6e5e808694ef8b18255a1f55f6685c34279f7f98]

        gnumake2: unixify SRCDIR on windows

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [e43be444e035910c0b5a28d1349f1976532f340d]

        fix build break under windows

2010-11-11  Caolán McNamara  <caolanm@redhat.com>  [7c4a62b175f7f367d1acfd0dcfc19ee1c654bcac]

        fix compile error

2010-11-11  Vladimir Glazunov  <vg@openoffice.org>  [fd8af45f19e3d0acc4887f3b07239875485647b5]

        CWS-TOOLING: integrate CWS automationdev300m91

2010-11-11  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [b1b799d8cf7d9527f57158c1cdeb0b178864c40c]

        Makefile.in: set dev-install target during ./configuration
        
        Rather than relying on the sourced environment variables, create
        Makefile with the correct dev-install target folder during the
        ./configure run. Slightly prettified the file.

2010-11-11  David Tardon  <dtardon@redhat.com>  [46f23b25039b1935c8d26b30d98685c08f6619ca]

        remove repeated test

2010-11-11  julien  <serval2412@yahoo.fr>  [7d1e0e7f2a29086bfca3b3b533f481e499b0b81f]

        remove commented lines

2010-11-10  julien  <serval2412@yahoo.fr>  [e07243e5cec92d09287078da50f6c04d4ae8da7d]

        Replaced OUString::createFromAscii() with RTL_CONSTASCII_USTRINGPARAM.

2010-11-10  Kohei Yoshida  <kyoshida@novell.com>  [5c785100ba241611372c177ea64fa172539e03c1]

        Wrong indentation.

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f4776171021be16b32e0dd7f703ed0dd83f3a334]

        gnumake2: prefixes for xsltproc

2010-11-11  Niko Rönkkö  <ronkko@iki.fi>  [a3a1705c5718a10e28c82eb30f128db6d981d43b]

        Separate option descriptions
        
        It's not good to use option descriptions like --enable/disable-*.
        
        Also: If we want to replace default option descriptions with our owns,
        then we shall describe them both (dependency-tracking).

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [138fcc151b7570cbbd3b87402a4b18a518c1b4f8]

        gnumake2: merging minibranches, updating all module makefiles

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5b33be72e9f870cc040ed56bedb87b4a0c7a0eed]

        gnumake2: merging minibranches, updating all module makefiles

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a3fde5209ee2c955226c9f4a7d82d58e7ce470c8]

        gnumake2: merging minibranches, updating all module makefiles

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4988f9378f36eff5a8504e3202ba062f7f82ca1f]

        gnumake2: merging minibranches, updating all module makefiles

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7db4aad0c12b0a5646d0c5d3be6ebaed942a1bb9]

        gnumake2: fixing module makefile

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [72027d1e2b3fe154db22c53507b485d9451b53f3]

        gnumake2: fixing module makefile

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [549d68a24077b790dc5c171952e43b9199a2297a]

        gnumake2: added platform fixes

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a661d945c7f5fe7c853c2312750e243fe68e225e]

        gnumake2: fix on deliver timestamps

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d97ae9fe17e6b4dd15fd7623ee1a9be314dd6c45]

        gnumake2: fix on local build dirs

2010-11-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2524df50f96266d6355162659790127690792091]

        gnumake2: making multirepo build more generic

2010-11-10  Kohei Yoshida  <kyoshida@novell.com>  [f741f66a7d013df7c66e8230d9b706d024d8c027]

        Nuked non-printable character.

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3ef7631c391b343fb2bffcb639b7b74473f4b13f]

        gnumake2: removed hardcoded module name ooo in root makefile

2010-11-10  Kohei Yoshida  <kyoshida@novell.com>  [315cc83f3de946a39eb1c9dbfc81739dd16d0a37]

        Friendly in-line comment to give the audience more info.

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [d950ae6aa6a8b4e5a497a3acd7021edf9b6f1f35]

        add a tmEditFailure test, better than the automation one

2010-11-10  Kohei Yoshida  <kyoshida@novell.com>  [75b796a60d0e224b4df985bb7799df5fb3480a52]

        Disable document modify and broadcasting of changes on range names.
        
        We don't need to set document status modified & broadcast changes
        on every single addition of range names during document import.
        Doing so would make the document import painfully slow esp with
        docs with lots of range names defined. (n#634257)

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [43f87e813c7a2dce8ec83b2eef8eebce189e2ecb]

        if we don't check that it exists before using it, we should throw

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [fc994a8c5ca594081c50a96a01103b6f4022ddb5]

        if we don't check that it exists before using it, we should throw

2010-11-10  Radek Doulik  <rodo@novell.com>  [c1baa49e00284654064572e941dd7266c048cb3f]

        fix how the table cells style is applied in pptx import, n#650008

2010-11-10  Nigel Hawkins  <n.hawkins@gmx.com>  [b88fa86f58e08e554767feca1257689af99ede96]

        Replace ScfNoCopy in calc with boost::noncopyable.

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7e01d63e386befbfa7e3572e5990025caf8b194d]

        gnumake2: extracted platformfixes from gbuild dir into the repo dir

2010-11-10  sj  <sj@openoffice.org>  [32d199dcdb1009e5e1ea8995d5728fed75dfdd0a]

        impress202: #i93300# fixed crash loading 96bit tiffs

2010-11-10  Tor Lillqvist  <tlillqvist@novell.com>  [8e7f25848a027c46f433318e4cf24dc15c3446d1]

        Add workaround to avoid crash when exiting LibreOffice
        
        Reintroduce the horrible CPPU_LEAK_STATIC_DATA hack used in OOo 3.2.1,
        but only for Windows builds. No idea what causes the crash. See
        fdo#31494. Don't know if this hack has some bad consequences then,
        i#107490 seems to say so.

2010-11-10  Ingo Schmidt  <is@openoffice.org>  [409abb48e1775007e9f23990232699a48a8ab798]

        native346 #i115501# always install binfilter resource files

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [86c17378e42beed845facc338944a0850fb96239]

        gnumake2: mergeing minibranches

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [28ef4b6213deb33b71fd64cf0dd7de731c1b1f90]

        gnumake2: mergeing minibranches

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d1c34fdd6b51854af9a0fbe136daaecf0f4e9aa3]

        gnumake2: mergeing minibranches

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4754f7db2b40388c675b49d11c05e9e810a56bcd]

        gnumake2: mergeing minibranches

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [316432b710613ab9df2c943d7150fade8eb08ca5]

        gnumake2: mergeing minibranches

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [2d8f58a1db3547d3bf2c1b1803e71c1103b5e080]

        rename this bit to tmEditUndoRedo

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [707c8b26c9550ee9e69239aba05346a87e51da85]

        fix missing brackets

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [66f01055fb5b5428e48cd8b390a044602ff45ca3]

        gnumake2: setsolar set gb_REPOS

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [7316d2a028f73d3a84dba3773d7294ddbbb19cdd]

        #i115495# fix type promotion problem (cherry picked from commit 9c2b85ef9b9a45526f5e4be2573a704364162cb8)

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [1d74eb17b1d81beed3a549a412661ad1cdafdca6]

        #i115495# fix type promotion problem

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [71aa4d1fbf5f6e84e52c6537c227bfd158f698e3]

        gnumake2: fixed clean target for static libraries

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [096e164c209afce0f45c74f9409dab77d0e217b8]

        don't fetch_tarballs twice
        
        fetch_tarballs is called by bootstrap when DO_FETCH_EXTERNAL is set to
        true. So calling this here another time does not yield any benefit.
        
        You could see this was happening, because it checked for wget and
        mdsum twice at the beginning of each build.

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ca9ae7ef3614a451d920480ae2675117fe9f1ee5]

        gnumake2: setuplocal works, fixed clean targets after move to workdir, made install and uninstall phony, disabled deps on uninstall and setuplocal

2010-11-10  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [9838822e5885585806a1da77c52755c17ab5a0ff]

        dr77: adaptions to new component registration

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6dd1a4006080589cb2452adb7be961fbebad126f]

        gnumake2: fixed component file location in outdir

2010-11-10  Radek Doulik  <rodo@novell.com>  [6fc2bebf2482249d84368ff2b01c7dbb5476ef3c]

        better debug dump of text paragraph properties

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [babab2c53f54535dc25ab69808afb0b3ecdcc3f0]

        Avoid outputting duplicate empty lines
        
        All these did were outputting empty lines where already some were
        being output leading to duplicate empty lines in the build log.

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8897e7be544c63d1737e3306a832bb0460308ea5]

        gnumake2: first try at local build dirs

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [534546649af815f149a3b03abdd46a50091b8477]

        gnumake2: first try at local build dirs

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [43f3c543a5421b6e8db127818088433ac34a87bc]

        gnumake2: first try at local build dirs

2010-11-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7071ae372cbacb0cbd81b563611581434de56334]

        gnumake2: first try at local build dirs

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [31ddeb7206c85bde85f6b01acfb2c6c6d9f158dc]

        De-uglify the randr check output (not 2 tests on one line)

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7afbfb074f6297237922eacea65babc2a49d8ff2]

        Use $AWK and $SED consistently throughout configure

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [c6c1673683867280b6ca0ef92da3040f2277ab41]

        Pull some common options as defaults and only change them if needed

2010-11-10  Gert Faller  <gertfaller@aliceadsl.fr>  [c6178d0403c7ec733a7c90e9443b301af6882c41]

        RTL_CONSTASCII_USTRINGPARAM in libs-core

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9e238870957fb459b7ebc3f00dd9b74b84612eea]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3797edc967225b81c589ff2b2b4624a8f284325f]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4e3ee8420350ea67e32166d3271c129077257938]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [05f5182e2e42c9bdd2efa8ddd9997290f2d82e8f]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [31fe9daed03de3deb52443b4a795fbc75b870575]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0f9f6e78daeeac133850895298454a1ca8dde5e8]

        rebase to DEV300_m92

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [238b3ed9759b79394785d494639df482ae12419c]

        rebase to DEV300_m92

2010-11-10  Thomas Lange [tl]  <tl@openoffice.org>  [5cee5c1628048b352c2c6c170c518f11cbdb953b]

        cws tl84: #i114751# fingerprint data for Serbian

2010-11-10  Thomas Lange [tl]  <tl@openoffice.org>  [694fcaaa65f8c0bc23a4eb1a9639a1af97a3e94b]

        cws tl84: #i114751# fingerprint data for Serbian

2010-11-10  Thomas Lange [tl]  <tl@openoffice.org>  [68fb92dba6f81a03e3d8643f1b39ab98a1f599ea]

        cws tl84: #i114751# fingerprint data for Serbian

2010-11-10  Wol  <anthony@youngman.org.uk>  [201e73042a03a5595ecb8e54a024d5597eacb4d1]

        Spelling mistakes and code removal

2010-11-10  Wol  <anthony@youngman.org.uk>  [bcbe3f15b0334d146bc244a55ee05003bb2f50e7]

        Translation, spelling mistakes and dead code

2010-11-10  Wol  <anthony@youngman.org.uk>  [a7612fc49b2c03e5e73e429f588ebf0bc35214ef]

        Fix spelling mistakes

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [813eb5d9a9f2178e514022a5c5de228bfcfb3bab]

        set_soenv: remove leftovers from tcsh and .bat file support
        
        This silences the new "Unknown type!" error messages at the end of a
        ./configure run.
        
        This should not make any functional difference, as the support for
        those in ToFile was already missing.

2010-11-10  Wol  <anthony@youngman.org.uk>  [fca20a49818feaaf000033c1d280eecd111fa3a0]

        Fix spelling mistake

2010-11-10  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [ae7612d1d27d1ffee0518729b978078eb124e003]

        Make the configure run less verbose (without losing information)

2010-11-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [750cd2ac9658ccccf379f2d20f2990bbf82e1d64]

        sw33bf12: #i115492# method <SdXMLConnectorShapeContext::startElement(..)> - ignore svg:d attribute for text documents from OOo version before OOo 3.3

2010-11-10  Noel Power  <noel.power@novell.com>  [6101f5b4a7f85de7081ac619a9c89ea3176777a3]

        fix testtool not boostrapping libreoffice instance

2010-11-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [05b9f3f8c98a9d31527a837bae44a908a4f6b2c5]

        sw33bf12: #i115437# method <OutputDevice::DrawLine(..)> - correct initialisation of LineColor Pen for fat or dashed lines - patch provided by AW

2010-11-10  Noel Power  <noel.power@novell.com>  [01fe7aa019d012defc0ca804a73cf90620502b47]

        fix testtool not boostrapping libreoffice instance

2010-11-10  Muthu Subramanian K  <sumuthu@novell.com>  [25a3bf71f32d6263bc1c9dbbdf952a072704257e]

        i#112411: Fixed Gnome filepicker filter selection

2010-11-10  Muthu Subramanian K  <sumuthu@novell.com>  [f412531358858e83a6ae65a3c4506c89f89b109c]

        i#112411: Fixed Gnome filepicker filter selection

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [678a574debbb895f3adb5afaaaa1e197826deea1]

        WaE, remove warning

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [12752d635121232db615be7bd89200141b23f35b]

        #i106768# deference followed by check of pointer

2010-11-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [feb71c2bb3b4d05ad82a62fb56bbd52944d766b4]

        undoapi: mutex.h => mutex.hxx / deliver mutex.hxx

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [73fa55760d61974485de859782e9821f9a445eb5]

        vcl117: add exceptions to optpage.cxx

2010-11-10  Wol  <anthony@youngman.org.uk>  [67a70f1ca4caa3c29d1e85bcc49f1bc5b60707dc]

        More translations and comment deletion for Base

2010-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f073a29432ce929aa7bb7028c4ce6219f728e00b]

        vcl117: add exceptions to ascfldlg.cxx

2010-11-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1fcbac8dedc09eade302e657e18db420cd8c8ddc]

        One more comma missing

2010-11-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fae71811aba4161e1967086deba74de3882e77ca]

        One more comma missing

2010-11-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7b4e0a528e20d1054c5658b35abe1959b53a5ade]

        Fix URE packaging on windows

2010-11-10  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [650092251d867675f746666fbccbe6b6dac04407]

        Fix URE packaging on windows

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [23d6e61cbf1e3f672f7af54588aeb5678e530c0c]

        libreoffice.org->libreoffice

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [e591e6e32bc875bc0e02581984b9f31376356510]

        Bitmap Tree Cleanup - writer
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [1494756a70c78e8f0d6d74d3d58f35d58f2e3a3f]

        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  Joseph Powers  <jpowers27@cox.net>  [dd68b67a4dfe2091ac0a16596a0b60cbeb903a1c]

        Bitmap Tree Cleanup - libs-core
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [7c71dcd8d40893267e2f5c3b447c9029538fb676]

        Bitmap Tree Cleanup - filters
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [84e5a57675de867148bdd5339a76d9ef2276b452]

        Bitmap Tree Cleanup - calc
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [c4d6d303e56ac395179fa0cbcecd475138a4f7b5]

        Bitmap Tree Cleanup - base
        
        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>  [6cd7b9b75b7d9a3d2eb89676bdfe925cd112f3b2]

        make this build

2010-11-10  Caolán McNamara  <caolanm@redhat.com>  [3f9a1181bdb3f2dc969c938819bc22388902d84d]

        last one cut too deeply, restore scoping brackets

2010-11-10  David Tardon  <dtardon@redhat.com>  [5455fee0cc7921f2f8706ac73bca533cc2895954]

        remove unused includes

2010-11-10  Wol  <anthony@youngman.org.uk>  [9b6062afb325c0396d88fdc80a994ec0ccde4852]

        Spelling mistakes, and deleting unwanted comments and commented code

2010-11-10  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ecb0457177a87a11d900d72a35b68af332195ba1]

        automationdev300m89graphics: Local branch merge

2010-11-10  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [326271192ff3fde88dc43f4be8d8769bfcb9504d]

        RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a026bfdd9de518cffe88a4d60ce22702c17b336]

        undoapi: fixed GCC-reported error

2010-11-10  Kevin Hunter  <hunteke@earlham.edu>  [da53dd6f1b454a60419b357da6a89fcc44567328]

        EasyHack: RTL conversion from createFromAscii

2010-11-10  David Tardon  <dtardon@redhat.com>  [5cc959c4241982f47ca155f0070fdd15a65b6b53]

        remove commented-out leftovers from testshl2

2010-11-10  Kevin Hunter  <hunteke@earlham.edu>  [aadfc4e784fb448066cd44322000062d685dcde1]

        EasyHack: RTL conversion from createFromAscii

2010-11-10  Kevin Hunter  <hunteke@earlham.edu>  [601bfe023f5aeb9b10f4c17d50d18f9b7455f229]

        EasyHack: Convert to RTL macro from FromAscii

2010-11-10  Kevin Hunter  <hunteke@earlham.edu>  [b59349c8e1844ee0a419a4f0f237b94c8e81c7da]

        EasyHack: Convert to RTL macro from FromAscii

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [04bbc8cf3226d1a23aa6d504fcf24b85c89996de]

        Bitmap Tree Cleanup - impress
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Joseph Powers  <jpowers27@cox.net>  [688a78dc021912046f8fe152c99b5bfb8d50adc2]

        Bitmap Tree Cleanup - components
        
        Removed all references to HIGHCONTRAST mode from svtools classes:
        	SvImpLBox
        	SvTreeListBox
        
        The reset is just fall out.

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [3bad0bebcf2bf6e8927042e0f98ed4a37ac0ffe7]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [75d0e327edbc284987941f09504b478cfaba39bb]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [48a2c95a589ed3971b056f215341c25d82071095]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [c1dfee3e9860e0e6abad45551d014ab46a94cb06]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [7d50c96df2b3efdbd7844a379f4f9c7f6bb1051c]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [abaf925319452ad0d72e5595d7c29e5c621895a0]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [ecf66d8aa3b1792e53d8b691a7b679fd47133ac9]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [fd1ea01b625b6b4d516b14306d35e672b9b95617]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [fa1f3c352c6126b24ab5af87ea4ebea742c546c2]

         removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework

2010-11-10  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [3491b4ac4fe34cacea5f4d0a4594d4a88cbbe7b2]

         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>  [322cbc3818b0553254aab2dfb3c5b196fe814097]

        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-10  Hanno Meyer-Thurow  <h.mth@web.de>  [6bbd93fde980c84cefde804a7ed795505377fd24]

        Get rid of undefined $setup_vars array.

2010-11-10  Hanno Meyer-Thurow  <h.mth@web.de>  [1e2ab23a897a997a1f12089f9156c803b2b52c1c]

        Get rid of undefined $setup_vars array.

2010-11-09  Thorsten Behrens  <tbehrens@novell.com>  [a5317717f476b6f0f221215cd6ae859d59b848bd]

        Cleansed commented-out code
        
        Just using a German title clearly conveys no useful information.

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [91805e713e2d39080f8112f943c4461ce327c866]

        EasyHack: createFromAscii to RTL macro

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [e080757dc9977a02958a6c4e0ee0840f1b3a44d5]

        EasyHack: RTL macro converted from createFromAscii

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [597faa1032322e01ebcf242934c9828f7c434ebf]

        EasyHack: RTL macro converted from createFromAscii

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4dd7746a51e1fbf7139074b518b1da0df921cfac]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ca19291e1599567ef96a3a20892d80191b69bc90]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9037b3a4565a3739ca1c7b62fcf27ea8e917c046]

        undoapi: step 2.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: rename css.chart2.XUndoManager to XDocumentActions. Not sure this class will still exist (in either form) after the refactoring is finished.

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [587dfc9e8a00e8b97d5460e4e1d7c48de91b7425]

        undoapi: step 2.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: rename css.chart2.XUndoManager to XDocumentActions. Not sure this class will still exist (in either form) after the refactoring is finished.

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d729112009418c02a2659b367bcb35a81ee9307c]

        undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: separate the DocumentUndoManager into a (SFX-independent) UndoManagerHelper (which later on can be used in chart2) and the SFX-dependent part

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a358dac4b7da1486051764c0e6c6e32f38193fa3]

        undoapi: step 0.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the XModel paramter from the XUndoManager methods, they're an implicit attribute of the instance

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [78fed9b8623faca46c3e1ef4dc633d80682d0414]

        undoapi: step 0.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the XModel paramter from the XUndoManager methods, they're an implicit attribute of the instance

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0d112e4aeffecd8890f1938476c4a419d64a6060]

        undoapi: step 0.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the unused XUndoHelper

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a2882eb71c5153d87074d47da3ecfc954184c2b5]

        undoapi: step 0.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the unused XUndoHelper

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2311a11aa89539a976a6cbde78bfcff39ee61110]

        dr77: missing include

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2a1bd4a1b592979cc6a7dd69ece04d2f8467e42d]

        pl08: #163135# reduce lifetime of cleartext passwords

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d6e8907cc4d0043504caed69ef8e8d6129f5d51e]

        gnumake2: explicit delivering of ResTargets

2010-11-09  Kohei Yoshida  <kyoshida@novell.com>  [4fa05ecc089a027f243e87f76cc9bcd1f70447e4]

        Use a stack variable to manage locking & unlocking of mutex.

2010-11-09  Gert Faller  <gertfaller@aliceadsl.fr>  [e30c45f22519a413f6fb08adb5307b2b610e5c28]

        RTL macro converted from createFromAscii

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [d7fa5f9a1c347591ff3869c55900fe0046ffd5d3]

        RTL macro converted from createFromAscii

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [d494fcb817597fba31ad316de3e99b82dc23fb64]

        Remove some commented out code.

2010-11-09  Kohei Yoshida  <kyoshida@novell.com>  [547bcae66744b0adefd7a95aa46a2db8d1c90e89]

        Change the default sheet print option to "print entire sheet".
        
        Previously, sheet had its default print option set to "print nothing",
        but when all sheets have "print nothing" option set, calc would print
        as if they all have "print entire sheet" option.  The problem comes
        when you set a custom print area to one sheet, which causes calc to
        skip all the other sheets from printing.
        
        This is not intuitive at all. Let's change the default print option
        to "print entire sheet".  This also matches Excel's behavior BTW.
        (n#650551)

2010-11-09  Thomas Benisch  <tbe@openoffice.org>  [9d38207079222ccbf991f2177ac3ff483a2d60e3]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-11-09  Thomas Benisch  <tbe@openoffice.org>  [91750f1374abf62953cefc28838ebe5960e31da2]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [69c004ea3a734e830a9eb0e359d84915949d792f]

        gnumake2: more work on shadow outdir

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8e2f3b5ae7f87e63bf1aab6d1fa8cd2f4fad67dd]

        gnumake2: towards a shadow solver (intermediate commit)

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8180400d2cb052932476af3000da55f972b8a84c]

        dr77: missing properties

2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [27b1a18b92366ace12bb54c3e21904e2eb380a18]

        Some fixes for exporting OOXML docx files

2010-11-09  Mihaela Kedikova  <misheto@openoffice.org>  [0fbdce7fd45d8e11e7b5482d79dd3f53899d7be3]

        gridcontrol07: some comments added

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2c3ee5c72d40f9415b52cb0851dd328c254124f6]

        vcl117: #i115493# check index for validity

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5b3a1cd6ec7357feb928204e3b99d7c7f5d2030b]

        gnumake2: towards a shadow solver (intermediate commit)

2010-11-09  Caolán McNamara  <caolanm@redhat.com>  [4ba60ec9b47c6575d8a16d1deef98b0401d01f5c]

        cppunit equivalent to tmEditUndoRedo of testAutomation

2010-11-09  Juergen Schmidt  <jsc@openoffice.org>  [43c5f547e05910456fd19df2639a360b681ba9ca]

        jsc340: merge with DEV300m92

2010-11-09  Juergen Schmidt  <jsc@openoffice.org>  [8f8a8ba23033cdb5b2849a0ada36356e2d30fe51]

        jsc340: merge with DEV300m92

2010-11-09  Juergen Schmidt  <jsc@openoffice.org>  [4c0075d03713e17d870ce0907d6b1fd6d7f109bc]

        jsc340: merge with DEV300m92

2010-11-09  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [2d2592be455526fd7bfa9611eb166f37193fd4d3]

        enable optimized drawing for NSWindows

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [9c16b686c71855df1bbcbf1bcc4b175c48abb49c]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [84025fa376598f1c42023ffddd2d851db914e984]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [9beed81d79dcdccf20d39ce0cb65865342151fb1]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [5e379068126df168bbd809fb97aaf9eca7e8776c]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [aa35318f6af7d583a6d39dc8483fccc5b413ac2c]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [613bb74489551580b417968af125de803c684a39]

        CWS-TOOLING: integrate CWS fwk149

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f0e64591d07ae1acb28798f038b7b6acfc25eebd]

        gnumake2: only use CC/CXX if they are nondefaults

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b5864fbb817ceb405eb7da4f34d73d7cae69226e]

        vcl117: #i115477# clean up dead code

2010-11-09  Juergen Schmidt  <jsc@openoffice.org>  [1ba335d36a40933c3ab53f3cea5c7a178e8c9d6b]

        jsc340: i114887: cleanup of old not used draft types

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ef82e70080adef60010429f7cacd5ae82be47f54]

        vcl117: #i115477# clean up unused methods

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d6c96ba8a0fd7ef324cd40fb2525ef15bfb23bdf]

        vcl117: #i115477# clean up unused methods

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d24982322055f8fcf427ed197cfe5f5ead5f251d]

        vcl117: #i115477# clean up unused methods

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0d3513ca6431804576aef6e294aed3baa305774f]

        vcl117: #i115477# clean up unused methods

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4490d23b47f7e4a22ec70a99aa23d1e42a802493]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [81075fee2e420a6e0d654eb6936aa7b4edab1b0b]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [cf64a0ad8c33c2ad658c2fa2b839c7b080f9317b]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c70236f80105c81757a1dc06efc761902f5c1be5]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1695d9f4fe9eb37c2d38f1032cc2491a74d567cf]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [df9200b41d78a61b23442d5138b232d5446427d9]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e8ee13daf9c04f1a159167b57b9fff540992c6ca]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4584f69f0d1f72fda0b312dc1bd711586a33e6a1]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b08484f137b601174625c4664ce250354acc8e9b]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2ffab103b3cada5b501003fcf8e1389a5221cb96]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4b95446573471edfe4283fbbaf10cd4c508875b5]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f5d2ade6ff6736d487c3c418ef23910b97236382]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [376a1fd0f4f538f3fa3591b66201b59834d9f278]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0f4dfb2e5e4ebd3b508696459571a84bcd70a714]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f1db853b5bfafb2353ba27989435ddc90a00b078]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d8709f1037e6c11d63389a4f6c15b39e583a62be]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c1303ff5c683b3e3e0a7fa40bb8fd4b5594c137e]

        dr77: rebase to DEV300m92

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [eda18e5118fb3e7a128b0c43e465f1569c74cba3]

        dr77: rebase to DEV300m92

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [cd4102b0e7d51f061a341a3b48556cbd057a4cfe]

        #i10000# changes from OOO330 m14

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [0e5566e9ff510bedc9837e12ee37103c553897da]

        #i10000# changes from OOO330 m14

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [cc64c92439979c9261bf6373abcf5d58f91f955c]

        #i10000# changes from OOO330 m14

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [ac8d03cdcae3f717b0485cc729410afdd68d557b]

        #i10000# changes from OOO330 m14

2010-11-09  Vladimir Glazunov  <vg@openoffice.org>  [890f3d963e85b743a33f91e13a164b399ea77340]

        #i10000# changes from OOO330 m14

2010-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1cf8cca7c83869e34123a985d1847f01fa53101f]

        vcl117: #i115456# fix a sal_uInt32 vs long issue

2010-11-09  Tor Lillqvist  <tlillqvist@novell.com>  [448f3b3c14e76eda64e53d5a5d209d59326c2e92]

        Fix Windows build error
        
        Include <windows.h> explicitly, surrounded by the prewin.h and
        postwin.h headers. Also #undef ERROR to avoid a clash. Approved by
        caolan.

2010-11-09  Bernhard Rosenkraenzer  <br@blankpage.ch>  [ce774555f07471750484d4a58a2cec850be9ccbd]

        Fix build of presenter with many languages enabled (bug #31409)

2010-11-09  Bernhard Rosenkraenzer  <br@blankpage.ch>  [a5e0594ae24236494bbb73d7d77268a410283e23]

        Fix build of presenter with many languages enabled (bug #31409)

2010-11-09  Ingo Schmidt  <is@openoffice.org>  [4045178053cd4ffa4a3a9a22f7d83442297d8f52]

        native346 #i115376# making update process more flexible

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8044a782c864a5572d236a01e8ac35b1f275b1dd]

        dr77: deliver new headers

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f4a88fafb0015268940e3200ecc8f94d37f2af0]

        dba34b: #i115491# don't assume the HID: protocol, but also recognize other formats (in particular: empty URLs)

2010-11-09  Alexander O. Anisimov  <alenyashka@gmail.com>  [dec234ba07197fcfde9bf4e240549ffaa3ba00b4]

        Clean up the code
        
          * Remove bogus comments
          * Refresh comments containing a reference to the bug tracker
          * Remove the comments such as "// add by zhaojianwei"

2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [77e32f337a5b48edd7250fbd8a98b696591558e9]

        Fixed i#81780 for good, even on Macos X

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8e9e219a359f701667cfe39242198738f0e951ff]

        dba34b: #i115468# ImplInit: don't set a HelpId if there already is one (previously loaded from a resource)

2010-11-09  obo  <obo@openoffice.org>  [8b4a662f543875825dcadbe95008cbfe12fa8d32]

        CWS-TOOLING: integrate CWS calc62

2010-11-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6d43c33f9e352e14a354dc7133402ebbb4675e25]

        gnumake2: fixing static linked libs on OSX

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [9569c88f3ba13115e6af4fca17805ef2fc8716e3]

        Large amount of commented code removed

2010-11-09  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [65dcdf44cec6dfdad0b90250c579a66968417677]

        minor cleanup in outfont.hxx: prefer fwd-decls and explicit conversions

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [10bfc7d833b174c83aa97a32e6cd738490c82b20]

        EasyHack: RTL conversion from createFromAscii

2010-11-09  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [02582fe488fb679284c108413c7d2f6fd3d730cc]

        cws automationdev300m91: #i115468# workaround for this issue

2010-11-09  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [607456e9c086d66bbf5699340402df16f30b3845]

        dba34b: removed dead files from makefile.mk, too

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [9b68fad68642fefd23fec6608ac05d9a44f1fe69]

        dr77: remove deleted file from makefile

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [f581801f7c10cccea2e14c2ef82a68c6b357a62b]

        EasyHack: createAsciiFrom -> RTL_CONST...

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0c446846b7e52a992ec154ca49952b6fb61fb8af]

        dr77: unx compiler warning

2010-11-09  Caolán McNamara  <caolanm@redhat.com>  [87eb0876483369bbe12526fb242fef46f9d807e7]

        restore original position of tg_compv.mk
        
        grab the compiler version explicitly in unxlng.mk
        (cherry picked from commit b3611ba2d74d6b36c9f7758801b4f774b0b013bb)

2010-11-09  Caolán McNamara  <caolanm@redhat.com>  [c8094953716e269eeefd5f9a0c3dfdf4c17c6b62]

        restore original position of tg_compv.mk
        
        grab the compiler version explicitly in unxlng.mk

2010-11-09  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [32bb320ed0e4c52a7adf84d13a8066877adceb54]

        dr77: more cleanup: remove RecordInputStream, cleanup ContainerHelper

2010-11-09  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f9ab38b12a193830fc6437fd7565a4501dc09bee]

        Perl installer: Reinstate some potentially useful commented out code

2010-11-09  Thomas Lange [tl]  <tl@openoffice.org>  [a3a2562211693ce3c2aa5ea2ca084f35edb6d60d]

        cws tlmath01: #i972# adding missing config entry for WriterWeb

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [6ea63bafb1e559ae6d0251de8220a430e090ac32]

        Remove comment blocks, and other unnecessaries.

2010-11-09  Robert Nagy  <robert@openbsd.org>  [ca44c035e3ee21d01026f3284fc71afc57bfcc05]

        no /proc on OpenBSD

2010-11-09  Robert Nagy  <robert@openbsd.org>  [7b9e0932362ee190c082012ae87d46d9573dad18]

        no /proc on OpenBSD

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [f7a74b0b2eab707db526e9b4f4a9fcd7ed59e7a6]

        Comment block removal, and other minor comments

2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3bcdc0147893be9fd468f16c3823e1d22f0bc6fd]

        DOCX export: order the pPr properties

2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [69b25ade5376c4584914fd9f7ffb19a3861a8368]

        Fixed i#81780 for good, even on Macos X

2010-11-09  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6b7af2b91761f48301e6efbe5569944d46f1a611]

        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>  [42be5541baf18e3292a14a9d478eda33f61e10ab]

        An opening quote should not be counted as a word by word count tool

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [99ba2b9eaf99cee570322842eb3796b3d6bd331d]

        Random tab replacement with space characters

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [117b46b2c678097b40651bf152e91129fae8c313]

        EOL whitespace removal
        
        Don't clutter further commits with unimportant whitespace.

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [1b6bedd1d796afb401e9b55293f1a7f27af1d03c]

        Remove commented out #ifdef/#endif

2010-11-09  Kevin Hunter  <hunteke@earlham.edu>  [bce8cafe18317a084d67c99722d3440f5b4f7deb]

        EOL whitespace removal
        
        Don't clutter other patches with silly whitespace changes.

2010-11-09  Jordan Ayers  <jordan.ayers@gmail.com>  [bf33898aa01f989e4f2bb2ab635244c8c8fa3f79]

        Cleanup build.pl
        
        Remove commented out code.
        Remove $html_last_updated (unused).
        Correct a few spelling mistakes.
        Translate a few bits of German.

2010-11-09  Jordan Ayers  <jordan.ayers@gmail.com>  [ac06dbe8a09532750dcb3b96a561ff4e0bc33c60]

        Perl Installer: Remove commented out code.

2010-11-09  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [218f28a4d50d77670a6e91f6d74253adcf0a92ac]

        Convert boost::spirit -> boost::spirit::classic
        
        Move to boost::spirit::classic. Note down that this is a candidate for
        conversion as a FIXME and remove some unneeded includes. Compiled just
        fine.

2010-11-09  Miklos Vajna  <vmiklos@frugalware.org>  [d984e04694ffaff9cf3d9b9350f298e1f3aa7325]

        RTF: Delete leaky pStream after import (fdo#31362)
        
        Not deleting pStream resulted not removing the lock file either.

2010-11-08  Kohei Yoshida  <kyoshida@novell.com>  [f993674c110a0357efde3cbe350128c183551211]

        Fixed a crash on importing named ranges on higher sheets.
        
        When importing xls document containing named ranges on sheets higher
        than 256 (max number of sheets Calc supports currently), Calc would
        crash.  We need to check for the upper boundary condition before
        accessing the array by index to prevent crash. (n#649941)

2010-11-08  Kohei Yoshida  <kyoshida@novell.com>  [f94db13767b15da68257b220cdafa45b3f888248]

        Fixed a crash on importing named ranges on higher sheets.
        
        When importing xls document containing named ranges on sheets higher
        than 256 (max number of sheets Calc supports currently), Calc would
        crash.  We need to check for the upper boundary condition before
        accessing the array by index to prevent crash. (n#649941)

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [a9cf7dbcef9e4f9a61459c47b5073ef2679c5cb5]

        restore issuzilla id for reference

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [1d3e5fd67b346b52b5cc3acd510c641773d96174]

        Large swathes of dead code removed

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [5d473657bc444811ec99b3a99006f899a259602b]

        remove commented out code

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [4e06334688c063a66d48d9e94c0f037f85f025a3]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [1686380a220f3a23758342da5fb7e59d33e35542]

        whitespace foo

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [7383be741b529723dee054615d5d709ef5dbec69]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-08  Miklos Vajna  <vmiklos@frugalware.org>  [7e1b61a0a333db07734f5c15018ff6eb6538c8b5]

        cpp_uno: fix build error introduced by commit 706100d1

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [8a534d798a91d3bc687a0975dbcd764aa8d5b823]

        Remove unnecessary comment lines

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [3956a5b01300e8260f1b53ae1d77db157065784f]

        EOL whitespace removal
        
        To not clutter other patches.

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [8ab4741a201b89036e09e87ae59daaa9b5d28b45]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [e12d6400445e8678e856e383bfbfdaf24411cb4d]

        remove empty method with wrong return type

2010-11-08  René Kjellerup  <rk.katana.steel@gmail.com>  [7fea18e09a285f05fb2282904662ff9a62aa2821]

        comment crean up in sc
        
        cleaned some added comments from silencing the compiler.
        WritePicPr(...) has been removed since it seems unused by all
        accounts.

2010-11-08  Robert Nagy  <robert@openbsd.org>  [597b633a4a58eb29e979281ac21dc7dd1bd2a4d7]

        JFW_PLUGIN_ARCH/server is needed on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [849c48fb0a5f04358f045f19e466955fc6a89d09]

        add DLLPOSTFIX for OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [848b6cb2c5b9f499d958b8d5d891b44cd7a875ba]

        set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk

2010-11-08  Robert Nagy  <robert@openbsd.org>  [e4e55e1bf998b9fcf8de6596e35bec4d0f3ff926]

        JFW_PLUGIN_ARCH/server is needed on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [91ecccd8e3aca69d875468e572140398e8957bd4]

        add DLLPOSTFIX for OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [7a626d7968b9d45eb9dd4fc0a953b02e4ca14559]

        set a DLLPOSTFIX for OpenBSD and sync unxobsd.mk

2010-11-08  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [bfbdc24a6f67056323723b805cd5fa98e30321bc]

        Workaround multiple sqlite conflict.

2010-11-08  Takeshi Abe  <tabe@fixedpoint.jp>  [202b47060159238b25447b1caa7ba99e78e1c569]

        Fixed a typo: SIMBOLS -> SYMBOLS.

2010-11-08  Ricardo Moreno  <parcero.cubano@gmail.com>  [6a0632fe7e16a6dd25b34df34788598ba06c6771]

        Removed commented-out code.

2010-11-08  Mihaela Kedikova  <misheto@openoffice.org>  [f468ede49f6de848a1d877673fd411dbb330b2a0]

        gridcontrol07: bugfixes for gridcontrol

2010-11-08  Mihaela Kedikova  <misheto@openoffice.org>  [255a95f5cd74867c781051700c54f41bba4d6d95]

        gridcontrol07: bugfixes for gridcontrol

2010-11-08  Niklas Nebel  <nn@openoffice.org>  [d117c569860ac54cfec9c0a49446e118d50eb1bd]

        calc62: #i115431# if #VALUE! doesn't fit into the cell, always use hashes

2010-11-08  Noel Power  <noel.power@novell.com>  [81e857c1d7331bb1d9f2608d844d579e179e10d5]

        in vba mode use proper logical operator precedence

2010-11-08  Robert Nagy  <robert@openbsd.org>  [8cbdb7f08485f422e6659c72dbc5c400bde57797]

        add OPENBSD specific stuff

2010-11-08  Robert Nagy  <robert@openbsd.org>  [b89fb4c103f200d2c33f730ef3760f6a750124a4]

        add OPENBSD ifdefs where needed

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [73619736d1b4cd71092cfa4deb520a1aff3bb527]

        CWS-TOOLING: integrate CWS os143

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [55046b9eadc7d0af117381c2675abdf47fdd2ffe]

        CWS-TOOLING: integrate CWS os143

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [213acedb8e2bcbd298eaa78ce52f5774119196f1]

        CWS-TOOLING: integrate CWS os143

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [e9d9d6b40317331e8dc48edd6c1363194d310926]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [700fe280140686ae7f27fac3ce89a7f195f678cb]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [cb63b636df2120365da2a8efb9cf75310cb898fa]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [115b65c7b7cc8a2d69ac17bd0fb0730c9f388d0b]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [1e34e2b3bd9a41d0782ed13e42f0c4f804453fde]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [08e6b37aa79d37741043b0c975a81a806815d339]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [fc8d36c109c28fe4579d65e35b7fa85de02fbca4]

        CWS-TOOLING: integrate CWS sb132

2010-11-08  Ricardo Moreno  <parcero.cubano@gmail.com>  [9605d489540e43bd13a47c91326d83d50ca0397c]

        Removed commented-out code.

2010-11-08  Robert Nagy  <robert@openbsd.org>  [470e4511e328a90c1f8e1ab631b1c3fb87b7246a]

        add OPENBSD specific stuff

2010-11-08  Robert Nagy  <robert@openbsd.org>  [757a3534f8eaffd5e7f9ee80f65aa3850dc10c10]

        add OPENBSD ifdefs where needed

2010-11-08  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [64718e39a085a01480d05e8fcb5ad86c6516d534]

        Remove bogus WITH_CORE debug code which core dumps for sure
        
        There was #ifdef'd test code depending on WITH_CORE being defined
        (which is never set in our build system). It is described as test code
        that will core dump. So let's remove this and write proper cppunit
        tests instead. All this concerns two files in 'qa' and not "real
        source code".
        
        Also remove some commented out code while going through that file.

2010-11-08  Ricardo Moreno  <parcero.cubano@gmail.com>  [56b9f35f0ec0c2227fcd3f1fda0dcca4df879c35]

        Removed commented-out code.

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [8229c85fcf5038760ec9bd3a76871a9bc80553d7]

        EasyHack: RTL macro conversion (createFromAscii)

2010-11-08  Kevin Hunter  <hunteke@earlham.edu>  [283c5dc0a6144de343aa8dc46283e6b77aac6e50]

        EasyHack: createFromAscii -> RTL_CONST... macro

2010-11-08  Niklas Nebel  <nn@openoffice.org>  [0ca6ca1a5f64b4185d3f59f278d575a118e49c45]

        calc62: #i115431# treat DataPilot filter field numbers as relative to the sheet, set MK_ERR bit for errors

2010-11-08  Jan Holesovsky  <kendy@suse.cz>  [ffca4280ae641a6dedc0503d819976839c445f18]

        Restart soffice.bin when necessary.
        
        In some cases, like when the migration is in progress, or when new extensions
        are registered, soffice.bin dies with a 'restart' me status.  This implements
        the correct handling of this state in oosplash.bin.

2010-11-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [bf9cd246dc431e20181cfec8107e3b7c59866281]

        dr77: unx compiler warnings

2010-11-08  Jan Holesovsky  <kendy@suse.cz>  [b1f0e0298c71475a0d8bc17976cb7ae39e3acb93]

        Restart soffice.bin when necessary.
        
        In some cases, like when the migration is in progress, or when new extensions
        are registered, soffice.bin dies with a 'restart' me status.  This implements
        the correct handling of this state in oosplash.bin.

2010-11-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a8d5dde93273eccd3783cb5839c10490c328bb4e]

        remove a warning

2010-11-08  Gert Faller  <gertfaller@aliceadsl.fr>  [164ac84e28df50911a8c20f78119d05e21086c6c]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [d2602cabe651b43b8354eaee9038fc90798e28e2]

        make this a define to keep things simple

2010-11-08  Petr Mladek  <pmladek@suse.cz>  [786c46cfed6fa0d57bc2b428467ee46ee2059a23]

        more space for copyright text in the about dialog
        
        It added the scroll bar on SLED10 and looked ugly.

2010-11-08  Petr Mladek  <pmladek@suse.cz>  [27e2e9cf0e1400be3ca8881ca8e9d08858e04589]

        more space for copyright text in the about dialog
        
        It added the scroll bar on SLED10 and looked ugly.

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [84c20c85411e7c0496a55949b7cc7ee6b35b91ed]

        add some more aliases for hyphenation and thesauri

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [614211fadf725f5d51f8c21392e0aea35be10c8b]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [ca85fc4a6ef5bd8d3855d88ce1c532e305e7abed]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [423bfb99854d7811ecb0c1e31cceaf40b472532b]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [62dbf18371310263a90e0f5b2c4e63dd67e60ce5]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [1fe0c12d3a8ebca78ca1786e4933cf40caa5cf44]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [180003db9650ae1cf79f0c72c2023441c29e1286]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [7f6d48f1e1e2ba83e5f0d677ce9714acf16bb024]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [9d51ebe37042e9e873519c02d9aaff3750b4eaa2]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [9cc7580d9089500356ab3a47840f0c733b17169b]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [b696efae23aecacc1de6a87d99c408ac00cba855]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [84d8d8809991eb957e83488693968a55f16bb0a6]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [9b5d956df3f8124cafb20c4ffe46133badfc78a3]

        CWS-TOOLING: integrate CWS dba34a

2010-11-08  Takeshi Abe  <tabe@fixedpoint.jp>  [a1a1bda99d437770bacd0fb56d034f52328716ff]

        Fixed a typo: SIMBOLS -> SYMBOLS.

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [e5d9b97978ebf3b45c86995859cebe6f6286cb77]

        cppcheck release memory on some more early return paths

2010-11-08  Mikhail Voytenko  <mav@openoffice.org>  [d9412918c0ef7b1bc85b76e431ac0d8f8de0b87b]

        pl08: #163778# fix nonpro build

2010-11-08  Mikhail Voytenko  <mav@openoffice.org>  [f0b6b3f4772228de80bde7b06414a2ed1ae8500f]

        pl08: #163778# fix nonpro build

2010-11-08  julien  <serval2412@yahoo.fr>  [e448c26a2485e799aae9547979001a28d987c7ed]

        cppcheck reported memory leak

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [66646e81ad4dfb44a35305ca91ea40cf80debffb]

        strip trailing whitespace

2010-11-08  Aurimas Fišeras  <aurimas@gmail.com>  [01fb4e72cd6d424f5a65c44391c109eeaa87cef0]

        Fix some typos in documentation

2010-11-08  Surendran Mahendran  <surenspost@gmail.com>  [bc9a1a72bc6f796f3bdd09c2e02e1d85ccc10c00]

        Build script improvement to dev-install target
        
        For every dev-install the install directory in rawbuild had to be removed. This
        patch fixes that and consecutive dev-install works without manual intervention.

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [2213c84419b3621abf3bfa66994d5534bf64ca4f]

        CWS-TOOLING: integrate CWS vmiklos01

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [d52b5c0fede3297b148f62aabc95d101e2a8954d]

        CWS-TOOLING: integrate CWS vmiklos01

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [cdefb8e50f777de5497e7a1039eaec0fd83bc02e]

        CWS-TOOLING: integrate CWS vmiklos01

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [b3a6bb8d1cf31f2bab0af719c23f228d10d48ead]

        CWS-TOOLING: integrate CWS vmiklos01

2010-11-08  Vladimir Glazunov  <vg@openoffice.org>  [0abccb84f7eac705503c6cb904ed91864f5acab8]

        CWS-TOOLING: integrate CWS vmiklos01

2010-11-08  Miklos Vajna  <vmiklos@frugalware.org>  [a39974c59a49df27b729a9f7be50775eb79cd6ac]

        RtfAttributeOutput: get rid of C2U()

2010-11-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0304fc8ab143e4fa0a700cb8858fea4ef1b9fdf5]

        vcl117: #i115477# remove unused methods

2010-11-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1fc75ad6800275b23242e0b82e52dc2327cf16b3]

        vcl117: #i115477# remove unused methods

2010-11-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [db27fafe1f31c0be32d9edeb3f2c4776f7097359]

        Adapt LibreOffice branding in LibO-SDK user installation script.
        
        This patch adapt the defaults presented when a user sdk environment is
        created in GNU/Linux and similar platforms.
        (cherry picked from commit 1baa1c1671f9396e0e8cb4bde7c62e509da1d548)

2010-11-08  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [be93d9379b55cb25e52641ea4d122d3a0b7a48e9]

        Adapt LibreOffice branding in LibO-SDK user installation script.
        
        This patch adapt the defaults presented when a user sdk environment is
        created in GNU/Linux and similar platforms.

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [43bcf92b04c0a99fece8cfd1c0c8133575ae78ba]

        microopt

2010-11-08  Helge Delfs [hde]  <hde@openoffice.org>  [323824f71c3c66fc480ffccf25752f579d0cd8c3]

        automationdev300m91#i115375#added a sleep due to timer on slot FormatGroup

2010-11-08  Dirk Voelzke  <dv@openoffice.org>  [cd93639ae657edf1695f738e6acfac08dfcf9073]

        dv22:#i112913# fix build problems caused by newly introduced environment changes

2010-11-08  Dirk Voelzke  <dv@openoffice.org>  [0c8659b5564329aa994ce19fb30859016d185c92]

        dv22#i115288# Allow user to ignore updates for an extension

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [4e7504d98040751d591e3566d10cc2f51a0755fd]

        microopt

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [c01d8f30995ca809aaa6e182425068a7633d87e5]

        microopt

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [244857cd2ac791e24a2a87589e4ee467353dc4c0]

        microopt

2010-11-08  John LeMoyne Castle  <jlc@mail2lee.com>  [93b97ff2854fd63bda6c69c41678688f3b1a8efb]

        OO Basic Million-to-One bug (#i76852#) fixed
        
        Adds '=' to edge test in sbxscan.cxx ImpCvtNum so exponent prints and 1 million is 1e+6 instead of just 1 for singles.
        Same one char change does similar fix for OO Basic doubles and 1e+14.

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [ebe1711c1cfa3308a189f5ba05755e99ffc03b11]

        fix typo in comment

2010-11-08  Robert Roth  <robert.roth.off@gmail.com>  [6bc85586fd57b45d281e12e42e4d6198ff957125]

        Some more bogus comments, commented code removed

2010-11-08  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [48c78c1397fad0e735f6bfeb6ac333b901dfe97f]

        i115273,[Automation]: shift old documentation to new style using printlogs

2010-11-08  Robert Roth  <robert.roth.off@gmail.com>  [a3eaf5d08b5a0a0a2caa2df0f0f44e7235dc6f7e]

        Commented code fragments, meaningless and bogus comments removed.

2010-11-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e423e3b90dd04a70ab40f10b95d3cde7e835541f]

        dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup

2010-11-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7b46dd9fe7a54566ff8d4e5becdd3759a6d4be58]

        dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup

2010-11-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6cafb68322fa85a54a6fa1ca47239af459f519ce]

        dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup

2010-11-08  Helge Delfs [hde]  <hde@openoffice.org>  [42a5da1282453c6667df862d8420ce659594ce4d]

        automationdev300m91#i115375#fix selecting objects

2010-11-08  Helge Delfs [hde]  <hde@openoffice.org>  [4ad0c9593bf735d6f8730d8b09a9d7ffde4bca16]

        automationdev300m91#i115475#added optional bool parameter bLeaveSelected

2010-11-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4ef90d2eba995fb7ab42c55055ff05a3c430653d]

        gnumake2: added PREFIXBASISNATIVE for ComponentTargets on all platforms

2010-11-08  os  <os@openoffice.org>  [af20ce4d3a9c404be88534ef4c99344f8df9dc44]

        #i112630# detect pdf filter by mimetype instead of calling GetFiltet4Extension()

2010-11-08  Robert Nagy  <robert@openbsd.org>  [eed18c4e62bea7ffe4cc9908356c4bd88d05bda6]

        set correct $outfile for OpenBSD

2010-11-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [49c2ff49746388195e25d2f222132e6424261bd8]

        vcl117: #i115469# activate application if termination was canceled

2010-11-08  Robert Nagy  <robert@openbsd.org>  [76da732f08226ee0c8a70f9dc41c82994c427766]

        add OPENBSD ld command

2010-11-08  Robert Nagy  <robert@openbsd.org>  [57b5a7c9119f951bccfdad22410fc7d0ce366bcb]

        Use linux bridge code on all BSDs.
        
        Share the linux bridge code with all the BSDs to avoid code duplication
        and the hassle of syncing. Discussed with Caolan McNamara

2010-11-08  Robert Nagy  <robert@openbsd.org>  [d6d9f923c246f98c6dae937a2578770ccbc65746]

        use getpagesize() on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [8c7424b32b6703304fc6d965f57d0ea54fccc817]

        include sys/wait.h on openbsd

2010-11-08  Robert Nagy  <robert@openbsd.org>  [30a34fcf313418fecc68d034c739aa0b1641ed9a]

        Patches for ure, neeed by OpenBSD
        
        Adds the necessary distinctions in the system abstraction layers.

2010-11-08  Robert Nagy  <robert@openbsd.org>  [714b979b3a96db7215b2470579173e1264f42273]

        use gzip -d instead of gunzip -d

2010-11-08  Robert Nagy  <robert@openbsd.org>  [c640e3041b34222a1b8230346587ed52e634c2e5]

        define __XKeyboardExtension__ 1 on OpenBSD too

2010-11-08  Robert Nagy  <robert@openbsd.org>  [48e6d1582a7752db2c8f9c8f4678466981ea8d2f]

        Add OpenBSD ifdefs for vcl too

2010-11-08  Robert Nagy  <robert@openbsd.org>  [ab3b7807ec2d95d7ddf43422b249fefd30240a05]

        add needed OpenBSD ifdefs

2010-11-08  Robert Nagy  <robert@openbsd.org>  [3e619f07432219f50a84c48ba9d624063c000ced]

        Define OpenBSD as a supported system.

2010-11-08  Robert Nagy  <robert@openbsd.org>  [afa30b0f1f7f9c715b8d8775d9b0511f8e8b9247]

        add OPENBSD ifdefs where needed

2010-11-08  Robert Nagy  <robert@openbsd.org>  [bbe92d767cb980cf2b06a2ca40972213fbbd5c8e]

        Do not set -ldl on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [868c488750c22ddbf2ce6f4799874b07b1fcf2e7]

        use '#!/usr/bin/env bash' for the tests

2010-11-08  Robert Nagy  <robert@openbsd.org>  [511b2f3536965b6f6dd4d6992f65e2048ebd7b62]

        add the correct cppunit library name for OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [84df8aaa5ffc450934a95143540c47c496f45910]

        add platform definitions for openbsd

2010-11-08  Robert Nagy  <robert@openbsd.org>  [fe2ab4a7d419b8be92df1ebdaecc021824746393]

        no -ldl on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [4de7331a14a20fd76f6274a144e6bd6a6d6049c6]

        include ieeefp.h on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [f0463a93731c3ea72a5f7c4002eb127bc796cc03]

        add OPENBSD ifdefs where needed

2010-11-08  Thomas Klausner  <wiz@NetBSD.org>  [778d7368cb3cf594e95e37e9015d87bd9036142a]

        Improve f3d4826fe53173d0f50d53b11cd2b4402b2a286d: avoid duplicate numbers.

2010-11-08  Robert Nagy  <robert@openbsd.org>  [f33e637b480d8da92261b6f8b983ed48775977be]

        Do not use -ldl on OpenBSD and tidy up the .IF block a bit

2010-11-08  Robert Nagy  <robert@openbsd.org>  [509d298ac859a487aece51dcd4e23cd3237a3f68]

        add OpenBSD platforms

2010-11-08  Caolán McNamara  <caolanm@redhat.com>  [78f394bff893d5a6d0b44e7ee678387a9e6e774a]

        return early if source doesn't exist on symlink

2010-11-08  Robert Nagy  <robert@openbsd.org>  [e0baaa998aeb16e55ea5d88425505c18a93d034c]

        -DBOOST_NO_EXCEPTIONS for OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [d89d854d9d7cad9431dc0e12afe3e844b0928c55]

        pick up system jpeg on openbsd

2010-11-08  Robert Nagy  <robert@openbsd.org>  [75ccd5a34fe80cb6d9568384deef7d46df88920a]

        OpenBSD needs /usr/local/lib in SOLARLIB

2010-11-08  Robert Nagy  <robert@openbsd.org>  [c857360dac6b707813651ef852334fe2de08db24]

        sync with the generic linux makefile

2010-11-08  Robert Nagy  <robert@openbsd.org>  [836e5cbe25c804a9d74ea12cb28cbee6564206c0]

        use system jpeg on OpenBSD

2010-11-08  Robert Nagy  <robert@openbsd.org>  [0cf424b0c4a3e7760c032e03b3cb8c2d5f7fd31b]

        make LibreOffice boostrap on OpenBSD

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [24b468b4ec9db42467c3089df590216b34ef07ac]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0984f79786baa0e6b3181bba700470be78b8605d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b3c1615e9536f162969b5c5e847df31a1d1dcf39]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [450c3f7117704ca91630d409bd847095ecc8c600]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f716b2cfff9cf773c2a459c364012659a36ec0b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8a458d81e33ae7880691adc2e1586af5db4a7001]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [edc0f8b91ce22cc7ae7e55489522ae02bc39003d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1c301aa650e850a51fe9759fed6bb9166569ce99]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f7362ba16f72bf93a85d76118a9bc94f3ddc9b49]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4d12c034ac602a17ccebdaafc80db8ac20916738]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e468b1cc7d392cd2451051a9794b14a4414602e1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-08  obo  <obo@openoffice.org>  [da8aa1f2aa04522f098474fa93898ab8716841d0]

        masterfix DEV300: #i10000# WaE converting negative value '-0x000000001' to 'USHORT'

2010-11-08  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [8e1136415c2d0177d1e1f303162ba92f7b3f2354]

        #i115408# printtest broken due to enhanced listbox

2010-11-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [2abe026903ba993ee30743599af6c55fc8babd31]

        Revert "Smelling pistakes, german comments, and a little commented code in base"
        
        This reverts commit 8d33d95cde5f423aee284bbbcff810cbba1a910a.
        
        I've been told by a german native speaker that the translation was mostly babelish
        and quite incomprehensible, so revert for now.

2010-11-08  Helge Delfs [hde]  <hde@openoffice.org>  [0b63882a9a7803a68f6ce5fd7cde5c68d2223eef]

        automationdev300m91#i115427#added waitslot for stability

2010-11-08  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [d0097a3f35e5e2c68d293d604a2f6f51b2d822a5]

        removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework

2010-11-08  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [66e7dc1197e76e686ba731382d032a9a72849959]

        removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework

2010-11-08  Jordan Ayers  <jordan.ayers@gmail.com>  [91907b045d07f820b4de196817f94b4bb7a18016]

        Perl Installer: Use built-in chmod
        
        Replace system calls which performed single-file permission sets with calls to the built-in chmod.
        Replace the implementation of create_directory with a call to create_directory_with_privileges.

2010-11-08  Jordan Ayers  <jordan.ayers@gmail.com>  [b8fcb346da138e302d94a23d127e7df9a88ef7fe]

        Perl Installer: Use built-in chmod
        
        Replace several system calls which performed single-file permission sets with the built-in chmod command.

2010-11-07  Wol  <anthony@youngman.org.uk>  [32a105e06b9c41f0638a6d3abff0d5798652cee8]

        Delete commented code

2010-11-08  Alexander O. Anisimov  <alenyashka@gmail.com>  [ba98e86bde4c5b07f4376ce3c70092bf45374f2b]

        further date-comment cleanup
        
        Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2010-11-08  Alexander O. Anisimov  <alenyashka@gmail.com>  [c72cccf568b0acf93512afd7f574e9a70bf1511f]

        remove useless comments (empty/just specifying dates) & dead code (//CHINA001)
        
        Signed-off-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>

2010-11-08  Tor Lillqvist  <tlillqvist@novell.com>  [bbfd27406e70e7fba275882a7ab2c284a479899c]

        Dubious fix for compilation error

2010-11-08  Tor Lillqvist  <tlillqvist@novell.com>  [dcfc51a90276395d32cb6da37fbf5e4e97c82392]

        Link with OOXLIB and SAXLIB

2010-11-08  Tor Lillqvist  <tlillqvist@novell.com>  [c3b39d70d177e22c7fbaa1bd142f105a4fdbadc0]

        XOutputStream is a class, not a struct

2010-11-08  Tor Lillqvist  <tlillqvist@novell.com>  [5d9ee8f3a45987f5a6cdb582818feadc287c7191]

        XOutputStream is a class, not a struct

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [c279c00a1ecb8f3df8210526b1b82005470c3437]

        Fix compilation error

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [d974d3f7f89f9cc685a5b1ced001c0f24f8ebe94]

        Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [f1851b84abe2316e50d4f135e4a169c852821bfa]

        Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [aebf49d8af4b30f36ee61972f496a35866d5b58b]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [073a408c094e60318acdeaf7477681058301061d]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [ffa6a1cf973bfcd961afa3f3eddfe5659742efeb]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [450d7a034109e633e5794a41ca2f5d5d381d826a]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [e7fe6747c80e2038279586869e4f069adb25e975]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [194e0db3a9c9cb750918150d84e8f62cb6bf31fb]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [bf762e8f717e484473f4ce79aaecea5a26b50106]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [0f4b3fd7dfb30d6d6095cf61139cfae46fb72172]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [94afbf200456af42bd6342d8d8454761d19d1987]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [cbfb37e1a1d67ace9e935f16bb2b07c346807701]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [d7c671554605d846b8e0364cf5be7286fe6f4c4f]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [8e01edf21fa38207728614c03047447fc3137743]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Robert Nagy  <robert@openbsd.org>  [899bf9eebe8991526502ab4d4650f0ca53cabc02]

        revert this part for now, accidental push

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [3ef13bfa28e7a1038e05881345f399ccd2ff703b]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [ecb550d2ba55d4ca16774de05b0ab86f5347dff7]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Robert Nagy  <robert@openbsd.org>  [a3c5385d14ddf3e3a55098ffd4137929c0c13930]

        define __XKeyboardExtension__ 1 on OpenBSD too

2010-11-07  Robert Nagy  <robert@openbsd.org>  [59603a9d6bf7d6af7c8f6b055b959248565a4aff]

        use LIBTARGET=NO to avoid multiple definition of target recipe

2010-11-07  J. Graeme Lingard  <jgraeme+git@gmail.com>  [63ca01e5d13cc2850c7541ea8f2032ec84c39f96]

        Remove redundant #ifndef directives

2010-11-07  J. Graeme Lingard  <jgraeme+git@gmail.com>  [f2b2bf72487668bbb67923e49f76396b030d55ac]

        Remove redundant #ifdef & #ifndef directives

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [bc388d8eba24d77c44266efc740a9a0d3ab7f9f2]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [afb786d58428ca0fb1cbf023ae0a92c9fe80131e]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [17ddea4e7d8cfbfe700722cfa6c598cee46dc15d]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [c76bb560b09882ff8d054a25ac2100d29f505824]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [12006ea97a063806ceebfdd87cc25dc6ecfb4cc6]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [8533d30acf7198a7f3c3d8811d461c4b975f2473]

        Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [bee3b281cf06d353818a33c20e86d7518c3cbff9]

        Fix compilation error in DBG_UTIL build
        
        When using a testing flag which is defined inside #if OSL_DEBUG_LEVEL>1,
        use the same preprocessor condition. Not #ifdef DBG_UTIL, which is
        orthogonal (apparently).

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [75e549c0eefc33a0126f0c7af6d1c511da7f8bf2]

        Fix compilation error in DBG_UTIL build
        
        When using a testing flag which is defined inside #if OSL_DEBUG_LEVEL>1,
        use the same preprocessor condition. Not #ifdef DBG_UTIL, which is
        orthogonal (apparently).

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [7c98558d7847a7bfb25bc8cb97b99cf07dbd80c5]

        Fix breakage when building with --enable-dbgutil

2010-11-07  Tor Lillqvist  <tlillqvist@novell.com>  [058ddd74be08c8a1c1ab7587eba2979803c51c40]

        Fix breakage when building with --enable-dbgutil

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [40de2e3b67a85c5156ff51223c7289d738aeeff3]

        Fixed all build breaks.  sc is again buildable.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [3d13be5c037506e00b2a07a468a4f34acce94733]

        More of the same.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [b1ec696188a04f61f8684b76b40702485bac138f]

        More of the same.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [5079e1fb668b31989672efc097c82ced6cbf4137]

        Use vector matrix accessor wrapper to resolve single-param access to matrix.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [e8073d148335d020e188acddf6bc906a7fe7ad35]

        More on one-param method removal.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [85233e5787a324c19b9e54f40c659b8a3ff62236]

        More on removal of methods that take nIndex.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [da6d8255194af0b4dba5dd30e1df766faeabb4e0]

        No more PutBoolean(SCSIZE nIndex).

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [394aa60d678bef918c906cc780724ba79304103f]

        More elimination of single-parameter methods from ScMatrix.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [9c9e4c463f154cacfc7d3d2cf1150dda44a4f4e6]

        Removed the one parameter version of IsValueOrEmpty() method.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [773acf21c289e6e7cdbad0b89109636f53cbd1f5]

        Removed the single-parameter version of IsBoolean().

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [277c00607dfc1ab6aa0a4a39b5890471dfa3e4f4]

        Removed PutEmpty(index).
        
        The one-argument version makes no sense since the internal storage
        is no longer linear.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [db0353bf8deed67366b3b300143309dabaf7764a]

        Support different density types for ScMatrix instances.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [e24892dfd34c67ab60e339928447933a65b7fd0a]

        When pulling data via DDE, empty string means empty cells.
        
        Empty cells need to be represented by empty matrix elements, not
        string elements with 0-length strings.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [7d8f9a75a3df2095c3231f5301e1b0af3d0ba7ac]

        Add in-line comment.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [01ff3d6b056929c813ca0e28eaf5f8df1204b4e9]

        Fixed export of DDE links which use matrix objects.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [09a702124490eefb0e85a2b7b36d9ca824eec950]

        ScMatrixValue should be a struct now that it stores value type.

2010-11-07  Kohei Yoshida  <kyoshida@novell.com>  [81d66aed7471ce1050b5c565e2a04660d81c10bb]

        Swapped nC and nR.
        
        Quad type matrix takes row as the 1st arg and column as the 2nd.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [9c1dd1367e8b6168016a473e59bea588f10a7c34]

        Use flag value to differentiate empty elements from empty-path elements.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [43c021058904f21c7796086e42e2d1b677d8bd95]

        sal_Bool to bool, also don't use const reference for primitive types.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [f6d9f79bd6d9d3b90dbaba7218f82fe33461266d]

        Fixed all build breakages.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [eea66b40b9046c247df446ead00f710aa7a2cd37]

        More on fixing build breakage.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [0f45ac20cd2ab2a64c40c7d6850f333cc33feeb0]

        More on fixing build by eliminating use of ScMatrixValue.

2010-11-06  Joseph Powers  <jpower27@cox.net>  [243b100d00591d4f4d869fc5badcad35ed2ed27d]

        High-contrast cleanup

2010-11-06  Wols Lists  <antlists@youngman.org.uk>  [450ede66040a9984995e58a97ef560a3be492599]

        Smelling pistakes, german comments, and a little commented code in base
        
        I think I've translated most of the german stuff correctly (I speak
        german somewhat, and used babelfish to help) .
        
        From f203be2f74f8ea4df960876434f8e55cd7973ab9 Mon Sep 17 00:00:00 2001
        From: Wol <anthony@youngman.org.uk>
        Date: Sun, 7 Nov 2010 01:52:20 +0000
        Subject: [PATCH] Miscellaneous spelling mistakes, german, and commented code

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [567e168434bd6f8f86cd4f2488cf5f7b8f67e48f]

        Forgot to remove this comment.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [1d69b9338443cd940be04892c8250828b879bbcb]

        Did some additional cleanups.

2010-11-06  Alexander O. Anisimov  <alenyashka@gmail.com>  [5a609cfdc4fc6816e1ce72c0b6ec501296f93650]

        Remove bogus comments.

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [5c46605aa1f2315f408b68ab4edfcf7797360c44]

        High-Contrast Cleanup Phase #1

2010-11-06  Alexandre Fournier  <fou@leila.(none)>  [a93c9517dc52b1d9c22a0e69f9d92c119983f7fe]

        Removes a fair amount of BOOL variables in starmath
        
        I uses the native bool type instead.
        Some signatures containing BOOL have been left untouched when belonging to an inheritance hierarchy beyond the scope of starmath

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [84f459cb100c6353ed24791d0e69b130fc16edfc]

        gnumake2: added clean targets for component files

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9dffac3c8be621f549a98e18b1349dbffdd1bc95]

        gnumake2: touching delivered package files with the reference timestamp from the source file

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [37bad1f8fc04227b632c7996989d40a222f2eda6]

        Fix build breakage in a dbgutil-enabled build

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [597a7ece380329b6f3a8199e3d35412d89376a30]

        Fix build breakage in a dbgutil-enabled build

2010-11-06  Robert Nagy  <robert@openbsd.org>  [98bb7da5f26a1644397dbe73d35e0a083e45da85]

        use gzip -d instead of gunzip -d

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e4a7246fdddcfeda7b6d0910b8e8c4265fe898a8]

        gnumake2: updated warnings about unregistered library names

2010-11-06  Niko Rönkkö  <ronkko@iki.fi>  [b67ab60bd680a31967834c64953ecb53f72b0619]

        Renaming extension options consistently
        
        Renamed all extensions to --enable-ext-* because
        "we do want to present them together in ./configure --help"
        
        See: b765a28ea9d63b60a14786b1a5484227175d413e
        
        Deprecated old options not removed but commented instead.
        
        ¡There are still extensions which are only in build/configure.in!
        
        Changed BUILD_TYPE from OOo to LibO
        
        See: Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [c997c9bacbf6896c3062ef1f1d5832d98183e351]

        Fix build breakage in a dbgutil-enabled build

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [c0aeefaa2576bb8f4bd5a9cb98d9b62fd1dc164c]

        Fix build breakage in a dbgutil-enabled build

2010-11-06  Jonas Finnemann Jensen  <jopsen@gmail.com>  [c27759cbf40a99632112cf2e2d21d64f2d3ae749]

        Fixed bug when deleting multiple lines
        
        With this fix only one line can be selected in the visual formula
        editor, it's not perfect as caret can still be moved to another line
        while selecting, which causes the topmost line to be selected. Anyway,
        it works and addresses the bug. Better workaround might be possible
        later.

2010-11-06  Robert Nagy  <robert@openbsd.org>  [1a8708618f6b16fcdf01a2fcefd70d8165eb8682]

        add OPENBSD ld command

2010-11-06  Robert Nagy  <robert@openbsd.org>  [87dddc4ac1dc41d69b2c86b2d3e869869caacbc8]

        add OPENBSD ifdefs where needed

2010-11-06  Robert Nagy  <robert@openbsd.org>  [879c25b8e328ebe7e4f3ec20306efe7871d912d6]

        add OPENBSD ifdefs where needed

2010-11-06  Robert Nagy  <robert@openbsd.org>  [649487d6951633909bb28950f2870f80a7759340]

        add platform definitions for openbsd

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [42d7acf4c22a2e242e29c150d4e1148b47cc9896]

        gnumake2: moving ComponentTarget up to get let the rule have priority over the Package rule in GNU make 3.81 (would work on 3.82 as it uses shortest stem to find the best fitting rule)

2010-11-06  Kurt Zenker  <kz@openoffice.org>  [c4ad88980fa74a5edfc670d2b158119ebc352357]

        OOO330

2010-11-06  Norbert Thiebaud  <nthiebaud@gmail.com>  [096f382648153375187bfd2436836d185e324922]

        remove a couple of warnings.

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [9fc1800ef58791d6d293aa1a863884784c0832e8]

        Forgot to remove this comment.

2010-11-06  Kurt Zenker  <kz@openoffice.org>  [e40ba92862c73f0410e1f3a3914bb0c50e2ace49]

        CWS-TOOLING: integrate CWS tl88

2010-11-06  Kurt Zenker  <kz@openoffice.org>  [f1605afa372d53186bebf7b517d6e68487199cfa]

        CWS-TOOLING: integrate CWS tl88

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [b932c6df6a73220648e426c928a11b653282a566]

        Did some additional cleanups.

2010-11-06  Alexander O. Anisimov  <alenyashka@gmail.com>  [401700a8df157fc2eda2c5835c17d6692f0f1d35]

        Remove bogus comments.

2010-11-06  Mattias Johnsson  <m.t.johnsson@gmail.com>  [7325aa38bdb81fede27f62f9253854308175bfd8]

        Clean up compiler warnings

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [7e31ccaa560f43e436c0562fe0b31e7d41e9ce24]

        High-Contrast Cleanup Phase #1

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f827b95050c51ea6536445ea95fa52cbb63db4dd]

        gnumake2: added component registration

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b22b6f7a7abf9b88e91c6fc1438d7ea27c16970f]

        gnumake2: added component registration

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [00b02d6380c5e4b8df7d2241bdb4a129a34c8322]

        gnumake2: added component registration

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [245e3ab75fd3aa3dd557dab37e9691f33bd023b1]

        gnumake2: added component registration

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b2df14e7e23266819c73754775694a1cd56c58d0]

        gnumake2: added component registration

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [db4c21f7acb8b02199126ff5f150788459f6a666]

        Fix breakage in dbgutil-enabled build

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [c60968d9e4b5b101c921ae8d34002e8c828ca20b]

        Fix breakage in dbgutil-enabled build

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [95148eb30805e495dce0cd369cfa01662233a63b]

        High-Contrast Cleanup Phase #1

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [357f952430f0ac0f9ade97fda9194f920d65b2fd]

        High-Contrast Cleanup Phase #1

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [7a8d19204accc698ce2af88adec8f6deb402e6b2]

        High-Contrast Cleanup Phase #1

2010-11-06  Joseph Powers  <jpowers27@cox.net>  [ef816f4d2c110b65ae189990979fc3da73da9611]

        High-Contrast Cleanup Phase #1

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [dcd761e618b403d2232ec1aa49c47d317f604f4a]

        Fix typo that breaks a debug build

2010-11-06  Tor Lillqvist  <tlillqvist@novell.com>  [cdab7d4e9cb8fb1f29972f23063f458405fb2643]

        Fix typo that breaks a debug build

2010-11-06  Caolán McNamara  <caolanm@redhat.com>  [8791db4699c9d2162aeafa0ff6753472bb302d37]

        reenable this after tweaking deliver
        
        reenable this after tweaking deliver to not remove a link unless symlink would
        work

2010-11-06  Caolán McNamara  <caolanm@redhat.com>  [e50139ec72610bf00570f257a52849304d338352]

        return early if source doesn't exist on symlink

2010-11-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1fa782340ae200a966ca21fea2e44c5d3e14bc5c]

        gnumake2: fixed buildbreaker introduced with baseline modification

2010-11-06  David Tardon  <dtardon@redhat.com>  [68dbab40de6c5eb5e46c40a774c517538d46d958]

        transform script providers into extensions

2010-11-06  David Tardon  <dtardon@redhat.com>  [8a4490003849bd0c85f210e6a537a983410b9379]

        transform script providers into extensions

2010-11-06  David Tardon  <dtardon@redhat.com>  [03218dbc3aa0a249961f56fdde14eb2dda73486d]

        transform script providers into extensions

2010-11-06  Kohei Yoshida  <kyoshida@novell.com>  [1efef67dfc3da9ed4f24eb2062a948e29ceac92d]

        Sorry, this breaks build miserably on linux.

2010-11-06  Thorsten Behrens  <tbehrens@novell.com>  [015a18c6e1eb5879b5a7077c6ef71626316c6363]

        Relicense own-developed svg filter to ::std license (cherry picked from commit 5a2ac827b81c721e1d3ffb295896693f2986d992)

2010-11-06  Thorsten Behrens  <tbehrens@novell.com>  [d33c2dd7628d9f747821c7c570f6f5645a73f8df]

        Relicense own-developed svg filter to ::std license

2010-11-05  Kohei Yoshida  <kyoshida@novell.com>  [2d472ad597936fbccfa92c1cd19604d1a00a2e7f]

        Fixed a build break.

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [36f0baa165fc144bfae79c3dff1d2f3898651bbc]

        Use PYTHON as passed through by set_soenv.in.

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [29e7e9c4dcedd6a857f2c147497603fd9b91a761]

        Pass thru PYTHON, found by configure.
        
        Will be used by filter/source/config/fragments/makefile.mk.

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [e22e4570c4733e20c9b7f273e9a92c3058e20538]

        Improve f3d4826fe53173d0f50d53b11cd2b4402b2a286d: avoid duplicate numbers.

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [f01c2590467e8e80d52d1944fbe3e7d1df9ae24a]

        If passed in MOZ_NSS_LIBS, use them.

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [37ed2517b6bfde18231e6f83f2ae72b5a485db7f]

        Pass thru MOZ_NSS_LIBS, autodetected by configure and needed by xmlsecurity.

2010-11-06  Robert Nagy  <robert@openbsd.org>  [551898cdd21f323df0222a96ff4dde3ecf38da2d]

        Use linux bridge code on all BSDs.
        
        Share the linux bridge code with all the BSDs to avoid code duplication
        and the hassle of syncing. Discussed with Caolan McNamara

2010-11-06  Thomas Klausner  <wiz@NetBSD.org>  [49e0ad98bcfc4f7233943d77590bf5ec6662f8e4]

        Replace "errror" with "warn"; suggested by tml.

2010-11-05  Jesús Corrius  <jesus@softcatala.org>  [043349bdd40e3d34be5f2c0a552aa04920e76287]

        Fix condition in MS C/C++ x64 patch

2010-11-05  Thomas Klausner  <wiz@NetBSD.org>  [24bf8944d63e2e3bcb7268db03cebda12e5c95ed]

        Add lots of files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-11-05  Kohei Yoshida  <kyoshida@novell.com>  [e88517d4e15e337c71d09671bd8dbfdb1581e968]

        Moved mbCloneIfCount into ScMatrixImpl.

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [e741ccaaf6dc1269e51d02dc5e18813de59ea071]

        Add new files

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [cf6cbd6dc766b6ae1384f2204c5214d8823368d9]

        Apply missing bits from oox-pptx-export-update-to-ooo320.diff

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [f24cb1ee87259e5a765fbe304674a1aeb795106e]

        Apply oox-pptx-export-animations-paragraph-target.diff

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [a17be20a8c8266fbebc1ebc4d9e6463552f32b3f]

        Apply oox-pptx-export-animations-filter.diff

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [520722373817f15f0ec973c3e4c10676e46cfe32]

        Apply oox-drawingml-fix-shapes-map-crash.diff

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [24b7830ee420b12b0ad2a5f2936fb6273543ec39]

        Apply oox-pptx-export-fix-hidden-slides.diff

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [9b080d51c09919d81eee5a9113fa0bb1e57e5c52]

        Fix compilation error

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [420d0aaff38506a4fa46ece8767912d6a67a28e2]

        From hg changeset c94984deded153e8720faf14d1fc5c3a5b866381 in ooxml11
        
        ooxml11: intermediate commit, builds

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [5d855361a61b76a8f25c391990958d6514134389]

        From hg changeset 11bdb9c019c49df77306d1a9915b44e1f8dbf79e in ooxml11
        
        ooxml11: intermediate commit

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [a76f993702df0164af9e2366142e9a6c379ae34d]

        From hg changeset 0d3461509c7b601f0084eb3560fde9b6941c42ab in ooxml11
        
        ooxml11: add added files

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [134fa007942b86b2dc50b7aeb63b465ab28568cc]

        From hg changeset 2b3eef7bad494312ee9c8c13c1b1014b22ba0451 in ooxml11
        
        ooxml11: merge with DEV300 m76 (I hope), plus intermediate commit of
        own changes

2010-11-05  Kohei Yoshida  <kyoshida@novell.com>  [917490f6ebf63c0a47c18a787c943a42ffc69901]

        Ported my previous work into this branch.  Not build-tested yet.

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [b65a0854d48179d970738d71cf1103899b1da9ae]

        From hg changeset 11bdb9c019c49df77306d1a9915b44e1f8dbf79e in ooxml11
        
        ooxml11: intermediate commit

2010-11-05  Andreas Mantke  <maand@gmx.de>  [66a1d4062d6fc2643b87efa2c2be957fcbbd7d04]

        Translation of comments to English

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [6f5595a1e93ad42699b79c10a0aabeff6e492ed4]

        WaE member init order

2010-11-05  Jesús Corrius  <jesus@softcatala.org>  [a66a55daeb71e08a18eb5a39dc4370a8d750b976]

        Fix path to the right libraries for MS C/C++ x_64

2010-11-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4e28d198a9a3e803051f77d90f513960b4661f2e]

        gnumake2: intermediate commit for ComponentTargets

2010-11-05  Kohei Yoshida  <kyoshida@novell.com>  [9153166f42254a9aabce0bf4b0d7d1a8a6027b2c]

        Removed another unnecessary return statement.

2010-11-05  Kohei Yoshida  <kyoshida@novell.com>  [ae88ece6b05db8ff05b172a3966562cc0ad898eb]

        Merge branch 'feature/calc-function-linest-logest'

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [0ab7f7117781a77263eb288302698589d8b2af67]

        rhbz#649824# this key name is wrong (cherry picked from commit fa42616b7c5e03ff9967afd826a2da5e95e855c9)

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [13edeefd47c7ea633ad37b04d85312160b35b283]

        can undo this now with fix in compiler settings (cherry picked from commit 0dae6332bca70fab5930654a0dae641af1c76acc)

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [c8540f08500f468d2fb503f09bb36309a65137a5]

        can undo this now with dial-down in solenv (cherry picked from commit 23b34d1adafa71612f093d6b5aa015f307785a3f)

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [57a0af9b8687e377906636168d273ed149a794d8]

        extra optimization unsafe for earlier gccs (cherry picked from commit 30ee54453389af148ea6ac4df1c54b8f404ea559)

2010-11-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b48786e7ee64236ad7dbf57a245e136dc7bac93f]

        gnumake2: baseline fixes with regard to sysroot/rpath-link

2010-11-05  Kurt Zenker  <kz@openoffice.org>  [6f3159e66e8fc071510bbefdb1d3f6010e79aef7]

        CWS-TOOLING: integrate CWS calc33stopper2

2010-11-05  Kurt Zenker  <kz@openoffice.org>  [d0c56f12e437df77094652571025f88c722ca9da]

        CWS-TOOLING: integrate CWS jsc331

2010-11-05  Kurt Zenker  <kz@openoffice.org>  [462993a930b3ce031497b5850be025e991550b6a]

        CWS-TOOLING: integrate CWS jsc331

2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [d38917161cff8b8f4f6edb622e571c3a5b5bca88]

        #i115432# less is more since CWS pbfinal01

2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [93924469d64d5a316fa78c18a1dd571e51b09824]

        #i115432# fix test string for UI-font check

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [5a1cfb52bbfcf4c4af17163174849bdd2f13f995]

        Have Info.plist use LibO instead of OOo2 as creator
        
        This fixed fdo#30569. There were several places where mac-specific
        platform files had 'OOo2' hardcoded. Changed this to LibO.
        (cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1)

2010-11-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c095077decb7470df00f343be3068e894a2fd582]

        remove duplicate entry for passwd.obj

2010-11-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [508ed1f813934bdb6e33747e1b26afd1b7c8980d]

        remove ignored help strings

2010-11-05  Mikhail Voytenko  <mav@openoffice.org>  [ee1eea2290eb17c427efa9deecac83b1c354bca1]

        pl08: #163778# check SID_PASSWORD also here

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [9e78669b1379af88d8c8f15affc3a920fa7cd393]

        cws tlmath01: outdated include removed

2010-11-05  Jesús Corrius  <jesus@softcatala.org>  [e21ce620e1941a30be86df580f03298b15b67159]

        Add MS C/C++ compiler specific settings for x64

2010-11-05  Robert Nagy  <robert@openbsd.org>  [60c398724ad1147ba67380d1ec279735d8464fc0]

        Do not set -ldl on OpenBSD

2010-11-05  Surendran Mahendran  <surenspost@gmail.com>  [40f628a8d9644fdda4792e4435a3aecea3fccb44]

        Translating German comments

2010-11-05  Petr Mladek  <pmladek@suse.cz>  [dee36f28cbeda8982f0efe0cfbf3d4022a105334]

        fix ooinstall to create the installation dir
        
        Cwd::realpath does not work if the path does not exist

2010-11-05  Petr Mladek  <pmladek@suse.cz>  [a2fdbe0c8b36d53ec5e217e5803d40fe5f09c1f4]

        fix ooinstall to create the installation dir
        
        Cwd::realpath does not work if the path does not exist

2010-11-05  Robert Nagy  <robert@openbsd.org>  [00d479a3a48d5f2b1047c873fbe7143a14c383e9]

        -DBOOST_NO_EXCEPTIONS for OpenBSD

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [cdef8a2ad1ec3c85a09c7eb92121e039d4260ae0]

        Adds extra credits item to help menu
        
        As agreed on yesterday, we want a dedicated credits document
        displayed from the help menu. This is the UI/code change for that,
        actual credits doc still missing.

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [0b98959abdf57f8443a777cb6dd4701912e7ef7b]

        extra optimization unsafe for earlier gccs

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [43f677c0f8e2824bb20f27f43b2b20bd95e552e8]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568
        (cherry picked from commit 3399d6d1d2b9803c4a0300e7a49ea352fe2cacef)

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [a060fe5731d142590d5be02a90bd88ccfc489314]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568
        (cherry picked from commit 78a103ca881d0175d0a3a1bbca2df64cbe63ea77)

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [3e730edf80fe9145f0b3c005759ca774aa0a4771]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568
        (cherry picked from commit 236de85bba6416d9c905029116c875671cbeaf15)

2010-11-05  Thomas Benisch  <tbe@openoffice.org>  [b9fd0c3f3135bbae779ea0061bd719c4e06cde01]

        chartextensibility: #i115276# improve layout of hierarchical axis labels in chart

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [bf0eb7e0354a61ae0c7255ea5b28a5aab05a879a]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568

2010-11-05  Noel Power  <noel.power@novell.com>  [65a30b5a454bd61c603545cdcbd74b8e96709044]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [bb6d7a7ed87ad2f06b893336e61d4922399908b7]

        can undo this now with dial-down in solenv

2010-11-05  Noel Power  <noel.power@novell.com>  [493856b63b439b3fe9bfaa023d8d60517e033d0c]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [93cd215dd6a7bc82daca00d7275325a34a05d927]

        can undo this now with fix in compiler settings

2010-11-05  Noel Power  <noel.power@novell.com>  [90352e2bb835dda7d7a76fdd5b2f641a40038213]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core
        
        Conflicts:
        	xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [962f07a033bf16db23caa3d24e4b35a8ee08b7ab]

        That's not a constant string, hence the smoketest failure

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [ff16826120f455a51d0607f583fdd7c98c6be073]

        rhbz#649824# this key name is wrong

2010-11-05  Caolán McNamara  <caolanm@redhat.com>  [638a2dcaa4128e8957e6cd7662bf10daf3f635d0]

        fix possible uninitialized value

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [3f03c66d0d480afb21b69694599f8c45361147bf]

        Have Info.plist use LibO instead of OOo2 as creator
        
        This fixed fdo#30569. There were several places where mac-specific
        platform files had 'OOo2' hardcoded. Changed this to LibO.

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [06beaacf3d80d37d37570314642973b8f7673936]

        use RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [73fd3185793f9c2ec0c5c4b6967c89bd82ec070f]

        Adds extra credits item to help menu
        
        As agreed on yesterday, we want a dedicated credits document
        displayed from the help menu. This is the UI/code change for that,
        actual credits doc still missing.
        (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [270ea0f6c86bff40978c4faa27db6a957dde8860]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568

2010-11-05  Noel Power  <noel.power@novell.com>  [62d180f049dfe9c35fd28af8ef10700b91b1c407]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2010-11-05  Noel Power  <noel.power@novell.com>  [b75004d9b1f58612b355a5795f0013370806167e]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components

2010-11-05  Robert Nagy  <robert@openbsd.org>  [0c0e6a0d1374602c68e1dca7ab4108910123122d]

        Do not use -ldl on OpenBSD and tidy up the .IF block a bit

2010-11-05  Thorsten Behrens  <tbehrens@novell.com>  [efaf776da60bc58c904f756304520733544c64b8]

        Use org.libreoffice.script for Mac preferences
        
        This fixes fdo#30568

2010-11-05  Noel Power  <noel.power@novell.com>  [b0b013c78ec8efba6537f862e8971c746d0cb277]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2010-11-05  Noel Power  <noel.power@novell.com>  [7dbb86011a23e4315acf06f2499b41af9a9cab64]

        fixup embedded graphic url handling

2010-11-05  Robert Nagy  <robert@openbsd.org>  [ac94b3f8592c3400aea29dbcaae5d4664ac77553]

        use '#!/usr/bin/env bash' for the tests

2010-11-05  Robert Nagy  <robert@openbsd.org>  [5f4e56781202f267cc330f93ac3340995ece89e6]

        pick up system jpeg on openbsd

2010-11-05  Robert Nagy  <robert@openbsd.org>  [a5a2fe55d5d7e01997286cf31132c6574f048a7a]

        OpenBSD needs /usr/local/lib in SOLARLIB

2010-11-05  Noel Power  <noel.power@novell.com>  [d3b7fb06974a847840d3c59a84b48b4ce09c8611]

        clean up styles, fix missing export of (embedded) image url

2010-11-05  Robert Nagy  <robert@openbsd.org>  [c5e3a70a857e520dc532143754f91bd12dfd7bea]

        use getpagesize() on OpenBSD

2010-11-05  Robert Nagy  <robert@openbsd.org>  [15dad6451c349ada9c59140d7eb7fd928dfd9c2d]

        include sys/wait.h on openbsd

2010-11-05  Robert Nagy  <robert@openbsd.org>  [329b46f153484eab71d4e1a22fe4012e42458416]

        Add OpenBSD ifdefs for vcl too

2010-11-05  Robert Nagy  <robert@openbsd.org>  [5ec4a8089f30d796cd9cb5060e86a93b26f614ec]

        add needed OpenBSD ifdefs

2010-11-05  Robert Nagy  <robert@openbsd.org>  [ed6d3657fecce25eed234f6251328343718bc7fb]

        Define OpenBSD as a supported system.

2010-11-05  os  <os@openoffice.org>  [8b2b55dd10c6c683d1af91419b6e0c0fe59e124c]

        #i112413# for statement fixed

2010-11-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5adb4c0572ebb341a8db83888181b13a08704c7d]

        fix warnings

2010-11-05  Robert Nagy  <robert@openbsd.org>  [e68a5ccb1d75de211bba9828b5ab1c86e896339b]

        add OpenBSD platforms

2010-11-05  Robert Nagy  <robert@openbsd.org>  [2b3aa51c72873fafce9920494d24693022d1b3b8]

        sync with the generic linux makefile

2010-11-05  Robert Nagy  <robert@openbsd.org>  [a90417f0191fbd426da744704cbcfd3732fec631]

        use system jpeg on OpenBSD

2010-11-05  Carsten Driesner  <cd@openoffice.org>  [d516dcef04404a01573f287526a07e53ace75de7]

        dockingwindows: #i115423# Fix missing component_writeInfo in custom toolpanel extension located in sfx2/workben

2010-11-05  Tor Lillqvist  <tlillqvist@novell.com>  [4bc06890a770b6804fa864f21bfbe5dd85735ed5]

        Fix Windows build error
        
        Include <windows.h> explicitly, surrounded by the prewin.h and
        postwin.h headers. Also #undef ERROR to avoid a clash. Approved by
        caolan.

2010-11-05  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [691a40981626fa378a3eb6f031754be2beedd1fa]

        cws dba34a: new control added

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [ea07156b5082fcb7260f0e4145edd5dbb41d0b01]

        cws tlmath01: merge with DEV300_m92

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [349ceeb4901205591748112920bd40c467dc095e]

        cws tlmath01: merge with DEV300_m92

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [8c772e386cc41be1d0ea06e44aa0c397c56bc575]

        cws tlmath01: merge with DEV300_m92

2010-11-05  Jesús Corrius  <jesus@softcatala.org>  [3632c1f81ea1a5dbc157701511bb46d55aba1c5d]

        Fix identation

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [a5cf8b29d7d6ca28543a88db7b8086e507b7040a]

        cws tlmath01: #i972# Math baseline alignment

2010-11-05  Thomas Lange [tl]  <tl@openoffice.org>  [686c6d386e2172bb266687086b329d11a5677b17]

        cws tlmath01: #i972# Math baseline alignment

2010-11-05  Robert Nagy  <robert@openbsd.org>  [3de55fc78d544ed402818f28c2523fb204ded68a]

        add the correct cppunit library name for OpenBSD

2010-11-05  Robert Nagy  <robert@openbsd.org>  [2c697fe0ca596e260bfad5c95cc2875ac8ec3f60]

        no -ldl on OpenBSD

2010-11-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [73d1831a75fa8fa52e0afc6222e982ac046b086a]

        undoapi: unxlngi6 WaE

2010-11-05  os  <os@openoffice.org>  [e3c793047f798f8b6acc55e5f550003ededc9544]

        #i97951# type change USHORT->sal_uInt32 to prevent overflow in column width calculation

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [b99dce8d43bbf394063224074c2f1a645f49d518]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [f69d9079edd846c0916fd087a9094b6e89f2766f]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [0c40f8a00fb390e4302a5eb44db9bdecb1885be0]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [bbdad82bccc612e7f7fe1e4e8fca8be4d763777a]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [d8ba6b4a371e7e4de6fb5a0f6325c0176acc3398]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [814dda2ca2d0d9ac31a32d44a75bde4a1e4ed6fc]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [0d027f030fde7e6934937621c4cac69be729f50c]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Gert Faller  <gertfaller@aliceadsl.fr>  [25fa591bcb95dabcd80aa1b9f96572f4aeae1939]

        Easy Hacks : RTL_CONSTASCII_USTRINGPARAM

2010-11-05  Helge Delfs [hde]  <hde@openoffice.org>  [46996f043c1a283773b16fc86b3550c7cf14588f]

        fwk149#i115132#fixed problem with uno-slot position and closing hyperlink dialog, execution of hyperlink disabled

2010-11-05  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [ee458c20a5212f2e1ee532bd7bf33abf884427b8]

        #i115399# c_import_general.bas has warnings

2010-11-04  Kohei Yoshida  <kyoshida@novell.com>  [31380277b243080401b5733388cd9d31639ec7d2]

        Removed unnecessary return statement.

2010-11-05  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [7799914b16ac11d59524a9e5aa1d2a2c06645185]

        removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework

2010-11-05  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [cef41c30dd562e129b864b87c85f59bf038423a2]

        removetooltypes01: #i112600# remove tooltypes from toolkit, svtools and framework

2010-11-05  Jesús Corrius  <jesus@softcatala.org>  [3e348a276c9570788281cf528755f138e6d03c1f]

        Add --enable-cl-x64 option

2010-11-05  Jan Holesovsky  <kendy@suse.cz>  [06bc09ab3839e0644375d40169882804d4ec76fe]

        Fix a funny build issue in sdext when not building presenter console.

2010-11-04  Kohei Yoshida  <kyoshida@novell.com>  [d7f0159b32b2d585d1de51755575cc0422fdac0e]

        Fixed wrong indentations.
        
        For some reason the indentations were all out of wrack.

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [665bad6b290dc90d29489381e38e5416d96e0238]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [0b2bb01ad96a766534ea1c253301d0d409251ab3]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [28d6a637408494b9dec6b6d1bbaac37686f5b903]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [630e06a2e256b3bda49ae3017c6fe83e0fb5c729]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [57aaa8981c0d1752a0579aba31421c1782103aa7]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [489d849e4aabd45ad8c09af440dfaaef228eec1f]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [8f94448f5f00f815a96496e8e8b5a4ffc6de0200]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Niko Rönkkö  <ronkko@iki.fi>  [c9f29cb2057227cdcacf20e8b187a05217554f4d]

        Elide all "SO:" and "OOo:" build.lst prefixes

2010-11-04  Kohei Yoshida  <kyoshida@novell.com>  [bf81bb9fbc9fed38d01f733a9e93587c3daf388b]

        Put local functions inside anonymous namespace.

2010-11-04  Regina Henschel  <rb.henschel@t-online.de>  [7578d6601a140af48c4adb2e6060ec5e5ea17241]

        Patch for LINEST|LOGEST and TREND|GROWTH.

2010-11-04  Noel Power  <noel.power@novell.com>  [da3733b7035caaf6f6e2136bee240c9002396889]

        Fix logic for XLA1Representation for CellAddress/RangeConversion

2010-11-04  Jesús Corrius  <jesus@softcatala.org>  [2d3adf843164e2256d4a39083d62608a5f30cda6]

        Remove obsolete --enable-cl-standard

2010-11-04  Jesús Corrius  <jesus@softcatala.org>  [6f1c374d706db2dd8e1f4637a6684c83e91c0e4c]

        Make sure Python builds for VS2008 again

2010-11-04  Kohei Yoshida  <kyoshida@novell.com>  [9f8034f2ad2575d7b9d330093989b97bc5edcfab]

        Refactoring ODS import in favor of using boost::ptr_vector.
        
        Replaced use of std::vector being used as a c-style array, with
        boost::ptr_vector to make the code simpler.  This change in fact
        slightly improves import performance.

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9375c065fd236eb8b390e17f1155d21f980000f2]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [912976332e5db28fc1979bf16f369e4af35ec241]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3e73d45d0cd937ca18111d5af2f2cd956a6b0df5]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [31a44c90c5b623115efb7e5ad21ba792229d5b5c]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [71a635b2648134b263d5eed30e60e1ab14ffe8da]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [465397d8ac7a66d16a0f883c02ffbbda535f1670]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f5db8df7f78b843e3e57d81ded8b022e7c44cd3a]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6f2f6b69a11e2bd944e13d2086e66da2b076acb6]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eebd65d19dbfd666bc89ec86c6a2ffa62ae7c6b7]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [67ac277a3b7bead8f835c3798033d202b99fc8af]

        merge with DEV300_m92

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cb2c8f642352c47c2c1c151bc7eb08c04c45c852]

        vcl117: #i115056# remove now unused svtools PrintDialog

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [77c0617953a9de9546467f2433989cefa8be6a92]

        vcl117: #i115056# remove now unused svtools PrintDialog

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e8d5e10eee4e163a359417d342f7edee724b216e]

        vcl117: #i115056# remove now unused svtools PrintDialog

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5dc2ff871dc5adf0eeb882b6b24a447be0012c9f]

        vcl117: #i115056# remove now unused svtools PrintDialog

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7303928aa8e013c58c68e661155196b51f199b46]

        vcl117: #i115056# remove now unused svtools PrintDialog

2010-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6cd16b7bc3fa70ba6c93fe64256e5ce16ab19c9f]

        vcl117: #i115056# clean up functions no longer used

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [ce8b6785a3d56d4060168c6d531fdcff1d60bcde]

        Use base en_GB dicts for en-IE as well (cherry picked from commit fdca8b7bb980382a18c3f4f51c34e2ac9d6723b4)

2010-11-04  Luboš Luňák  <l.lunak@suse.cz>  [804134ce5f3a0a202f33ba9d6f5be0f9e01f2c63]

        setup xml namespaces also for footers and headers (bnc#581954)

2010-11-04  Luboš Luňák  <l.lunak@suse.cz>  [27432972559cdc03e15c5bc30e8cf2922365d9ae]

        setup xml namespaces also for footers and headers (bnc#581954)

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [fc4b708fcafd872d0d5ffd7d4c2fdf010f60b0ad]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [fcd3252f26e20158ce96af5a7cc3a53e65616a4e]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [fc6443a92f54248125638bc7fc32a3026cf2038f]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [9ba9a27d921c28488444b3cd016dd5eb12c7525a]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [837686fdac66100f94b5f80863786d7d20844732]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [3460624e393c6cd754dae0ca17eb9cda44343f30]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Mikhail Voytenko  <mav@openoffice.org>  [34a04ae552339d2b7799806da36a8c2858b9baf7]

        pl08: #163778# use EncryptionData from MediaDescriptor

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [76aecf4cfcd376ec9068422d7b0b71d819e9f4b5]

        create the installation dir when defined (fdo#30837)
        
        it was logical problem when I updated the code for fdo#30837

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [0c8a7696e6e158110003b340298e4493ff50b650]

        create the installation dir when defined (fdo#30837)
        
        it was logical problem when I updated the code for fdo#30837

2010-11-04  Carsten Driesner  <cd@openoffice.org>  [cc707fd9b308f07bbebdf83dae3a8b1ef6168d48]

        fwk160: #i107568# Revised hasContext() implementation to fix problem described in the issue

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [8dd26a7479b73ff4bef30d95108979684d8cf6d8]

        latest libX11 changed header guards (cherry picked from commit cd10b146b67f7329f699e48e74d2961dbcceb123)

2010-11-04  Dwayne Bailey  <dwayne@translate.org.za>  [8499ebc7a23ff83f63d401adcca0d8e761f99695]

        #i113803# Add label specification for Tower manufacturer (cherry picked from commit f38ee905dec951b6ec03706bafb80d7d0cd0f000)

2010-11-04  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [b51315f8c212be3004cab85edced97e1eff44b4e]

        #i1154083# Printtests broken due to enhanced listbox

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [4d93225eaef0c7b11fee29b1ed02189d400de5fc]

        remove extra #endif

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [44160aaf7f5ab3ff3517c597066bdaea1d885e31]

        fix smoketest with the improved download tarball (fdo#30837)

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [a87487daafdc2896b69121eccd61cbffe890797d]

        better name directory with download tarballs

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [b94db7b09e9c1057bae0e551118107b2affde3f1]

        fix smoketest with the improved download tarball (fdo#30837)

2010-11-04  Thomas Klausner  <wiz@NetBSD.org>  [1e66187e48a2477387cb8399a30a62ac4004a689]

        ENV_SCRIPT contains .sh, don't append it. Use only ASCII chars in messages.

2010-11-04  os  <os@openoffice.org>  [452e5f66caaee7284e4e5a9fcb1e322ea2f2db9b]

        #i52088# patch: sorting of index entries with and without primary key

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [5ffc48f0aa54ef9610e68368456f6335660e760f]

        latest libX11 changed header guards

2010-11-04  Carsten Driesner  <cd@openoffice.org>  [c50a3aa1637ad0f3c687b9b5a1e1311d399579ec]

        fwk160: #i107568# Jobs service enhancement to instantiate services only on matching application module context

2010-11-04  Carsten Driesner  <cd@openoffice.org>  [ecc7ab4b75d4fe46e4f6d51018506f7ceb745f44]

        fwk160: #i107568# Jobs service enhancement to instantiate services only on matching application module context

2010-11-04  Petr Mladek  <pmladek@suse.cz>  [82e176709b0adc169a51e33f9f7dc0c268150297]

        better name directory with download tarballs

2010-11-04  Noel Power  <noel.power@novell.com>  [31e5110132e8d4037008627aab3c1c456e4d5c4c]

        get rid of shadowed variable

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [326ae5a4bd83c2d84c6df10da17bc17f2ec5e080]

        First fix for i#82680
        
        The dates format for Word 97 files causes troubles: the fix needs to be
        checked / completed with Spanish and German word 97 date fields.

2010-11-04  John LeMoyne Castle  <jlc@mail2lee.com>  [4bd28ba4c6d2af96bb6638b88635598e1bb88e8f]

        Fixes char overcount when selection ends in middle of word
        
        Patch in sw changes only one object: sw/source/core/txtedt.cxx

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5aeabe6de42f07d6dd2d9e5ceb062117e5a938b1]

        Date fields ww8 import: removed bad conversionfor for dates

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5ba15e0ef98080b8c26aeaa45ac792b07229bd67]

        Really easy annoying German comments translated

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [5afd753bffcebaf4e6d75ae72a0145cb95e0846a]

        dba34b: #i106807# use mysql instead of adabas now

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f7c43885c95a44c712f7303b271d1659b8262b98]

        dba34b: #i110536# remove extra order by for grouping fields

2010-11-04  Kevin Hunter  <hunteke@earlham.edu>  [f48ebc8b4a5fd321f3c9f856befcb0787cb2d4a8]

        Unused code removal

2010-11-04  Kevin Hunter  <hunteke@earlham.edu>  [8806469246d02afa5b50395a67ac5767513fe81b]

        Removed unused code

2010-11-04  Kevin Hunter  <hunteke@earlham.edu>  [0cac2a37493dcb1409adbce70e3ea3b410c8f5ae]

        Unused code removal

2010-11-04  Kevin Hunter  <hunteke@earlham.edu>  [b51babe211430778e7ddbb66127ff41abc7f2db9]

        Minor commented-out code removal

2010-11-04  Kevin Hunter  <hunteke@earlham.edu>  [244dfba8a1b73419ad406730fab9b764ce9affab]

        Minor commented-out code removal

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [9e8d4006b0348af6bc0eaaada037547c2e158d10]

        #i112929# unused s_semi

2010-11-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [bb2e719893dbfdee7c2fb36ffca5cef8ffefdf8f]

        mongolianlayout: #i115359# - method <SwEditWin::KeyInput(..)> - restore previous mapping of cursor keys to direction keys as the attempt to consider cursor travelling for mongolian layout does not work.

2010-11-04  os  <os@openoffice.org>  [fde11872616870dc4edbf497c485481e8b6156a2]

        non-warning change removed

2010-11-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [51d78f014a75d3c549360469b1277386a0e951d9]

        gnumake2: not preserving permission on deliver for now

2010-11-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f48b320fc2c3d60f9c11acb9f06d867cfd431f31]

        gnumake2: fixing the sw d.lst

2010-11-04  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [5b3832db563017ee478a318870fb4d7203ba640f]

        configure.in: Cluster all extension related options at one place
        
        - Pulled together all extension related options in one place in the
          configure, they were cluttered all around the place. We do want to
          present extensions together in ./configure --help.
        
        - Add an -ext- to these configure options to clarify they are
          extensions:
          --enable-ext-presenter-ui, enable-ext-presenter-minimizer,
          --enable-ext-presenter-console, enable-ext-pdfimport,
          --enable-ext-wiki-publisher
          (Similar changes should still be done to the rest of the extensions)
        
        - Quit with explicit error message when using conflicting --without-java
          and --enable-ext-wiki-publisher.
        
        - Remove some minor things.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [b6d2896aac1ba9afa51b6e1366b57715f366463b]

        Export one more Timer symbol

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [54cb5a001d1ebc02f09226540f981310f2130b91]

        Export one more Timer symbol

2010-11-04  os  <os@openoffice.org>  [826161a9ee79df8e57dac2257c242dabbee7c7cc]

        #i104053# patch: use of page styles in dialogs fixed

2010-11-04  Caolán McNamara  <caolanm@redhat.com>  [fbb42c8713952c7f8bf6fdf2bd38bce39b9a431f]

        Use base en_GB dicts for en-IE as well

2010-11-04  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [683a800e72eb4e1f91b82874166901af71a0b73c]

        Correct problem building menus for BrOffice

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [2d24f7dc9b7455d178d0ad0060f6077086f6d1af]

        dba34b: #i114109# change creator in meta.xml

2010-11-04  os  <os@openoffice.org>  [8eb582f4d077d49d76274b8df82a3f9b20cd8251]

        #i101078# gcc 4.3.2 warnings

2010-11-04  Noel Power  <noel.power@novell.com>  [24a129b9f559f79df1d88e159760f907f4fdd37c]

        make it obvious some files are intentionally not compiled ( temporarily )

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [0d57cd758e98f54529d50447112ddae0835f0394]

        dba34b: #i115145# catch numberformatexception when creating bigdecimal

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0e3c6f024b0b36c10b9a82dad79eb58baffb555b]

        undoapi: no need to access an sd::UndoManager where an svl::IUndoManager is sufficient

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [1775a5a7f2120e1b87ae95b56e2155240b180263]

        Attempt to fix some vos removal fallout on Windows
        
        After of the vos removal, some classes in other parts of the code now
        are subclasses of SimpleReferenceObject.
        
        To avoid compilation and linking errors in those other parts, we seem
        to need to have the operator new[] and operator delete[] in
        SimpleReferenceObject as protected instead of private. We also need an
        implementation of operator delete[]. As it can be unimplemented with
        gcc, I hope it isn't actually called, though, so it for now crashes
        intentionally if called.
        
        Will see later if this actually works, this is just a commit to make
        stuff build.

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [c9085697a545a264539d060f2789f0f567614dab]

        Export more Timer API with MSVC in the map file

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7b8f9e3ecb2d6cae3edd08c824cb551035d93635]

        undoapi: EnterStandardMode only after checking all pre-conditions

2010-11-04  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [29924b1a99f36d5402eaaa12c2570a5e6814acdf]

        .

2010-11-04  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [c2278d802b274b0e8af94886851381a12d7ee198]

        #i115353# MSC_SPECIAL_DIALOG does not work anymore

2010-11-04  John LeMoyne Castle  <jlc@mail2lee.com>  [cec37835ae6e67bfd571f09cc1ab579a9195e798]

        OO Basic Million-to-One bug (#i76852#) fixed
        
        Adds '=' to edge test in sbxscan.cxx ImpCvtNum so exponent prints and 1 million is 1e+6 instead of just 1 for singles.
        Same one char change does similar fix for OO Basic doubles and 1e+14.

2010-11-04  Robert Nagy  <robert@openbsd.org>  [c8126afd6f4f0606625203a16afcb34d249d90be]

        include ieeefp.h on OpenBSD

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [55db1022e83ef0eebc61aa4913870f097f61bb62]

        dba34b: #i110409# remove DataSourceMigration

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [84243c258ee8ac59c4e5a80bc6479d46bb6a0ab5]

        dba34b: #i110409# remove DataSourceMigration

2010-11-04  os  <os@openoffice.org>  [72959a6d4909fbebbcc40b7b745d233277d546e2]

        #i105063# moving cursor to linebreak (dtardon)

2010-11-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [90223014bd67ef1a3c3f9a8672439b8d13b81236]

        dr77: branch merge

2010-11-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8664f10f1005817f4ac87181b25db4509b37fbf6]

        dr77: pass component factory

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [f3d96e6a3510b38b8c432b8d195d7aa2d2c0dc11]

        Attempt to fix some vos removal fallout on Windows
        
        After of the vos removal, some classes in other parts of the code now
        are subclasses of SimpleReferenceObject.
        
        To avoid compilation and linking errors in those other parts, we seem
        to need to have the operator new[] and operator delete[] in
        SimpleReferenceObject as protected instead of private. We also need an
        implementation of operator delete[]. As it can be unimplemented with
        gcc, I hope it isn't actually called, though, so it for now crashes
        intentionally if called.
        
        Will see later if this actually works, this is just a commit to make
        stuff build.

2010-11-04  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0b66e33ee50cd1c77bd9b1073ab298bac03bcfb7]

        dr77: #i102872# handle new filter operators from css.sheet.FilterOperator2, rewrite OOXML autofilter import, add BIFF5/8/12 support

2010-11-04  Dirk Voelzke  <dv@openoffice.org>  [b9caa18efb7011994858a83a59a01b4ed4d34f2f]

        tl88:#i100744# Better exception handling while retrieving information from packages

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [52bd222c5f9a821677e41b3fad3602e36046e9b3]

        Changed the printeradmin icons to use LO symbol

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [eb006f2dd61fdee53e62600f8b4f6bc2354cf6dc]

        Changed some remaining OOo icons to LO icons

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7e1c52d83ea922a5e46b480818806c2b382713a3]

        Changed the printeradmin icons to use LO symbol

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [49230835a7da7e7da394e7202c21c4e5c5b084b6]

        undoapi: added tests for OOo's auto-closing of Undo contexts after executing scripts which do not properly do this themselves

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [29de4ac687a252f9926fb94456996c87c71b3ca2]

        undoapi: added tests for OOo's auto-closing of Undo contexts after executing scripts which do not properly do this themselves

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [760e5fa42cf9bb33bdf3e415c0e0bdb93f7681b0]

        undoapi: when assigning scripts to events programmatically, do not only accept PropertyValue[], but, for the client's convenience, also NamedValue[]

2010-11-04  Tor Lillqvist  <tlillqvist@novell.com>  [21b6978637e61f349c57846fcf04772898ec58e2]

        Export more Timer API with MSVC in the map file

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d30af3dab07e35b3a02218a693ebd349803d495]

        undoapi: replace validateXRef with UNO_QUERY/SET_THROW resp. ENSURE_OR_THROW

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea516d858b5f6aa283dac136fe32f3226764c507]

        undoapi: attempt to fix broken Undo contexts after executing a script

2010-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af22075998a021d23ec1b266433f239d3200c35d]

        undoapi: attempt to fix broken Undo contexts after executing a script

2010-11-04  julien  <serval2412@yahoo.fr>  [35e79d79be41c1fe55a8965123eb0e7b6dc12ed4]

        Use SAL_N_ELEMENTS in clone/sdk directory

2010-11-04  julien  <serval2412@yahoo.fr>  [7e1e311cb80b6a62af082ba2f09023dc7815e3a1]

        Use SAL_N_ELEMENTS in clone/components directory

2010-11-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [29f7987b752c44e9cc5509a9c4560424c337936f]

        Changed some remaining OOo icons to LO icons

2010-11-04  os  <os@openoffice.org>  [fd964b0d801acc858e1ce1f1c824765d6836f756]

        DEV300:m92 merged

2010-11-04  os  <os@openoffice.org>  [356cdbb24fd19400e184f44faa7ad45536c7f888]

        DEV300:m92 merged

2010-11-04  os  <os@openoffice.org>  [04373051fe4d9a4e6c21f202970e6933c57f1bcc]

        DEV300:m92 merged

2010-11-04  os  <os@openoffice.org>  [fc0a77bbb81c1c65956603782727591990ffdf86]

        DEV300:m92 merged

2010-11-04  os  <os@openoffice.org>  [12be26b5e65b1d6e768a1249de7ee1e4b8727210]

        DEV300:m92 merged

2010-11-04  Thorsten Behrens  <tbehrens@novell.com>  [1745c1f95a88e8066eca3467e12268b36c0e9ed7]

        BUILD_TYPE needs to stay OOo, unless more cleanup happens
        
        Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name
        here needs to match all those */prj/build.lst prefixes (which still
        have "OOo:" at several places)

2010-11-04  Carsten Driesner  <cd@openoffice.org>  [5376b1dd59e2e27a059a08742bba4c0df76f49a3]

        dockingwindows: Merge changes from DEV300m92

2010-11-04  Carsten Driesner  <cd@openoffice.org>  [7076ac3e2986bcb936817222fd5b5c92d6ec6b8b]

        dockingwindows: Merge changes from DEV300m92

2010-11-04  sb  <sb@openoffice.org>  [39e319206d8d559c9358b75c4ea2d8289befd1ee]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [be6a99c1ef833e0cd5318cbc6f71896232b36c3b]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [516ab9cdcfa697e87d93b477a7299d9b2c551966]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [d7765df0b59728b47a9a4b417a4a7c8719527aa0]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [f2220552085d8b7cd5adafc5d31d6d09d34d1bea]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [47aa979025ec81189f0b40aab122d912ccdc3072]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [5272cc70abde0bfe4b55fc02c595ccacb387ba35]

        sb135: merged in DEV300_m92

2010-11-04  sb  <sb@openoffice.org>  [d0e5e873c321df05f56914850d2c5245e9856429]

        sb135: merged in DEV300_m92

2010-11-04  Robert Nagy  <robert@openbsd.org>  [7659ad44e3e1c955400c77dc1d45cc481faf55bf]

        Patches for ure, neeed by OpenBSD
        
        Adds the necessary distinctions in the system abstraction layers.

2010-11-04  Thomas Lange [tl]  <tl@openoffice.org>  [ed713760963c2d89ba3b51f003454d31f8856d7f]

        cws tlmath01: warning-free code (adding LF at EOF)

2010-11-04  Robert Nagy  <robert@openbsd.org>  [03e2863a1abcaa29c4f046b11a4466788311ffc4]

        make LibreOffice boostrap on OpenBSD

2010-11-03  Noel Power  <noel.power@novell.com>  [3ba9edf4164eb231a3f4208c0b234456a2e34e58]

        separation of new container controls and existing Dialog control & model

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [933857183e574a82cfe7b4162b319bf20291a6e6]

        'configmgr' not necessary for the 'sc' unit tests.

2010-11-03  Gert Faller  <gertfaller@aliceadsl.fr>  [adfc2bac7a06d7c5cf568a40f85505530203fdc8]

        use RTL_CONSTASCII_USTRINGPARAM macro

2010-11-03  Ricardo Moreno  <parcero.cubano@gmail.com>  [4e5baf71c5764a507faf4f4a03efba50cc2887be]

        remove commented out code

2010-11-03  Nigel Hawkins  <n.hawkins@gmx.com>  [e456a0804052a0ad0a4daef4fad9c5205bd7aa60]

        ure: fix fprintf compile warnings in unoexe.cxx

2010-11-03  Nigel Hawkins  <n.hawkins@gmx.com>  [f0708abc6f2db6410f9bc6925eaa48210415bedb]

        vcl: fix fprintf compile warnings in cff.cxx

2010-11-03  Nigel Hawkins  <n.hawkins@gmx.com>  [7c8e265b0b409f954f73832a4b6d6dc14bdc76b0]

        vcl: fix fprintf compile warnings in sft.cxx

2010-11-03  Petr Mladek  <pmladek@suse.cz>  [bdf0529c64670d27e34d3a889b02561bd8abaecc]

        use versioned path in download tarballs (fdo#30837)

2010-11-03  Petr Mladek  <pmladek@suse.cz>  [6adb0cca39a5b0930e40f10553c313c86b43e03b]

        set SHORT_PRODUCTEXTENSION to beta3

2010-11-03  Petr Mladek  <pmladek@suse.cz>  [59d1c5cee4aec129cb9010887c2073535683e879]

        use versioned path in download tarballs (fdo#30837)

2010-11-03  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [82cdefeb20ce8ccb1ae39b03364e8b79988c0db9]

        dr77: typos in IDL

2010-11-03  Kohei Yoshida  <kyoshida@novell.com>  [0bccd9c15c550ae5af588fd29b948de815af376f]

        Set correct default formula syntax value in case it's not explicitly set.
        
        When starting from a fresh config, Calc failed to assign default 'Calc A1'
        syntax unless the user specifically goes to the Options page and sets the
        formula syntax in the Calc - Formula options page.  This caused e.g.
        print range editing to fail miserably. (fdo#31041)

2010-11-03  Kohei Yoshida  <kyoshida@novell.com>  [5fd666fd0f984c84677b18ac7d1fdf90fc8a9cd6]

        Set correct default formula syntax value in case it's not explicitly set.
        
        When starting from a fresh config, Calc failed to assign default 'Calc A1'
        syntax unless the user specifically goes to the Options page and sets the
        formula syntax in the Calc - Formula options page.  This caused e.g.
        print range editing to fail miserably. (fdo#31041)

2010-11-03  Miklos Vajna  <vmiklos@frugalware.org>  [273411d3ac2482c802e7838e9ed1e984dd9976f4]

        RTF: Delete leaky pStream after import
        
        Fixes #fdo31362. Not deleting pStream resulted not removing the lock
        file either.

2010-11-03  Kohei Yoshida  <kyoshida@novell.com>  [45450841d3793aaa7eaf169783ba0dd0d16eb0c3]

        Replace "DataForm..." to "Form..." in the menu item.

2010-11-03  Jesús Corrius  <jesus@softcatala.org>  [9bbe2716397c37f597aca71a9aad703e7e29b149]

        Remove unused code

2010-11-03  René Kjellerup  <rk.katana.steel@gmail.com>  [892231d6dc012788f4776e4925fa3e22d5f4ae83]

        Warning free sc module

2010-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e8ffa7cfebb3dd1ad41f333901286a13eb450232]

        vcl117: #i115304# read printer options from configuration

2010-11-03  Kohei Yoshida  <kyoshida@novell.com>  [d41f8a6be65b249884a343e8f21327c9cc3b21e4]

        Replace "DataForm..." to "Form..." in the menu item.

2010-11-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [c22e9dd07066d69e5303b27ccf7c23a041d19676]

        Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.

2010-11-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [bd96c4c7f33814448939e707196ffa3bfcc4245c]

        Changed symlink processing to new application name.

2010-11-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [4d823780b5ed3f788b5c2391a196221660fd6d8a]

        Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.

2010-11-03  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [c227511cbb184a07143e4edf8452b3c57305f931]

        Correct symlink in order to be used in SDK and testtool.
        
        This in order to recognize the application installation path;
        only for Linux and similar platforms.

2010-11-03  sb  <sb@openoffice.org>  [de8fef0d3ff128ca58c1da252f3a1a44931bd9ba]

        sb132: #i112107# handle configmgr::Access::asProperty being called on an access w/o parent

2010-11-03  Mikhail Voytenko  <mav@openoffice.org>  [1997e52744a405eb43b23acf794e6b11afbc261b]

        removetooltypes01: #i112600# fix typos

2010-11-03  Thomas Lange [tl]  <tl@openoffice.org>  [08167a5a50d8a019771253b5c3794854c5668d45]

        cws tlmath01: #i972# Math baseline alignment

2010-11-03  Thomas Lange [tl]  <tl@openoffice.org>  [efc013d327e4268fc2258bebf9bab0f298679251]

        cws tlmath01: #i972# Math baseline alignment

2010-11-03  Mikhail Voytenko  <mav@openoffice.org>  [1fa45c8a636ff3e4732cfdf5dd0dc8e833707bc5]

        removetooltypes01: #i112600# remove tooltypes from idl, and other small changes

2010-11-03  Mikhail Voytenko  <mav@openoffice.org>  [01b3628d420ed30b5c61376f4f5fcb491a5aa0a1]

        removetooltypes01: #i112600# remove tooltypes from idl, and other small changes

2010-11-03  Thomas Klausner  <wiz@NetBSD.org>  [549fb00d597cc71dc7ecdc55e6197a62192691ce]

        Add many more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-11-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [36555d278353cafa41c79cb5d006cdc75b0acac8]

        undoapi: GCC WaE

2010-11-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [90286e004d462812d557738278dbd0b484a89f29]

        undoapi: GCC WaE

2010-11-03  Mathias Bauer  <mba@openoffice.org>  [2f9f480b22f2fff59d9c48b4b46706c3d5223e66]

        CWS swlayoutrefactoring: found logical conflict after resync: not every view has a WrtShell, so try to do printing with ViewShell where possible

2010-11-03  Helge Delfs [hde]  <hde@openoffice.org>  [facf2a0d7cb6f8f7ea4a7f8f2c121b0b3a15cbde]

        automationdev300m91#i115378#assure fields are updated before content is checked

2010-11-03  Luboš Luňák  <l.lunak@suse.cz>  [61921b8f179c6d218ad4b1705a3bd68944739ee4]

        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  Niko Rönkkö  <ronkko@iki.fi>  [ee6738b1d46f7d2762906887ad8d1dcdacd9f5b1]

        Pretty print the configure help

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [3e59da9ef5137e7698534290bd80bcd307b64629]

        Don't add an explicit -L/usr/lib or -L/usr/lib64.
        
        It breaks KDE3 build on SUSE.

2010-11-03  Dwayne Bailey  <dwayne@translate.org.za>  [1bf4708488452ec662d9ae1e9b4fd7b08dfb8290]

        #i113803# Add label specification for Tower manufacturer

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [ac1a3a5d5b5b666066acbb3a3fa16ab778e34a99]

        Don't add an explicit -L/usr/lib or -L/usr/lib64.
        
        It breaks KDE3 build on SUSE.

2010-11-03  Thomas Lange [tl]  <tl@openoffice.org>  [db9a72630bc13eeef829303db97b5107b9ad78e9]

        cws tl88: #i115354# crash when opening File/Print dialog fixed

2010-11-03  Thorsten Bosbach  <tbo@OpenOffice.org>  [b43bd81cd15663a0cb843671564489df3e9f7f3e]

        #i115361# fix setting of buildid in special case

2010-11-03  os  <os@openoffice.org>  [f6281ec4112479b5bdd750be351f4437ecf8a65a]

        #i110273# caption order changed for locale hu

2010-11-03  Noel Power  <noel.power@novell.com>  [febd9e0c181be958688b4b04313b4a2d75fb5b29]

        tweak after rebase from master

2010-11-03  Noel Power  <noel.power@novell.com>  [c63b021c4d2711b9b4a9336ec93abc1177c2c6ea]

        tweak after rebase from master

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [99237eba28a82307238a1486f6e4edfacec7fe31]

        Apply hebrew-culmus.diff
        
        Prioritize Hebrew Culmus fonts, Debian bugs #280084, #296152, #300642.

2010-11-03  Thorsten Bosbach  <tbo@OpenOffice.org>  [1780f2fe82c5ac4b0f0ea32d5f6713628d436bd3]

        #i115122# hid.lst is version independant

2010-11-03  Vladimir Glazunov  <vg@openoffice.org>  [dfcdf3dc703a95a373da52f9ee6c502ec393569d]

        #i10000# new configure & removed obsolete file

2010-11-03  Vladimir Glazunov  <vg@openoffice.org>  [abeb5c3df14e3c0054d59904ae172c08e00294ef]

        #i10000# new configure & removed obsolete file

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [a6f922c232bf895f1bf7256a94b944f466f31eb7]

        Enable the Calc unit tests again (on Linux).

2010-11-03  Olivier Hallot  <olivier.hallot@documentfoundation.org>  [b68e74e62505129e4602f213082445c002fe4c49]

        Update BROffice branding (fdo#31089)

2010-11-03  Niklas Nebel  <nn@openoffice.org>  [c7bb1a78a3db5a521d9ff225eb134377b1e9f5b2]

        dr77: #i113491# repaint in ScStyleSheet::SetParent

2010-11-03  Petr Mladek  <pmladek@suse.cz>  [81e9c78a165bd7b3a8f3a54badf0780a9ee7023e]

        Update BROffice branding for Windows and MAC installer (fdo#31089)

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [29ed530f1e5135de094f354156b6311007ee1a1a]

        Munge font preferences
        
        Do permanently what bin/font-munge does, so we don't need to call that
        any more each time when building.

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [b7f08e5afec5b9f11916c691589476f84612fde6]

        Workaround for the registration breakage on SUSE.
        
        Commit 55c3066e52ad1843549c442e8d74f886507c58f4 seems to break the SUSE boxes,
        this is a workaround for that.

2010-11-03  Jan Holesovsky  <kendy@suse.cz>  [d390f12bcd4944ea0f8e633d1be20f8f6ae0d26d]

        Workaround for the registration breakage on SUSE.
        
        Commit 55c3066e52ad1843549c442e8d74f886507c58f4 seems to break the SUSE boxes,
        this is a workaround for that.

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [ba8e02347fcb116b10ba0a77b979f81a09facbfb]

        Changing a few more strings to read "LibreOffice" (cherry picked from commit 6f7dcc750c4d9c075190c412cea7bfaf744129ab)

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [d5196debc6b1af8e6b6cd0784345453a4d478234]

        Changing a few more strings to read "LibreOffice"

2010-11-03  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [3dd497e93f42da8f21041ec3b8b0eff5825403ac]

        bootstrap/set_soenv: remove unused variables
        
        The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused
        in this script and have been removed.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-03  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [69e273ce720d207fbf6bbd37e9c18dc10d6c0272]

        bootstrap/soenv: remove tcsh version of LinuxX86-64Env.Set
        
        Previously we would have been writing out LinuxX86-64Env.Set and
        LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the
        set_soenv.in to actually only produce 1 version which makes us require
        bash as interactive build shell.
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [2b41e3da1b2d085b1b19ac4fd66a1b21545fbe45]

        Changing a few more strings to read "LibreOffice" (cherry picked from commit da9762a0da84a061fd2adadfdb51295357d5e270)

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [49947365b19a16a92f49f7c61bfa5d88e73660f4]

        Changing a few more strings to read "LibreOffice" (cherry picked from commit f398a7b5ff69169925cdee745f8c023a3ae8d90c)

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [b433e9fa9980c389162a8a1bc7cfb24d4e7a750e]

        Changing a few more strings to read "LibreOffice" (cherry picked from commit d69179723a2f8f72d344b884647fd106221a1391)

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [0d78724de56a9dc011778e98f7c45f6b3d235133]

        Changing a few more strings to read "LibreOffice"

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [353b39b229e8f98f12d225196993027c43525d63]

        Changing a few more strings to read "LibreOffice"

2010-11-03  Thorsten Behrens  <tbehrens@novell.com>  [4e51ccf7abd5db1f77a83529992948c90b92970b]

        Changing a few more strings to read "LibreOffice"

2010-11-03  Caolán McNamara  <caolanm@redhat.com>  [698ee4170303e86b7ff67d0eee14cc0720bef06f]

        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-03  Joseph Powers  <jpowers27@cox.net>  [9efac44c5abddc51376a10fee2ee0c4db61889ee]

        Fix Mac build issues. (cherry picked from commit 994b9eaca0707c9d462a358a10d2ae7a066edc32)

2010-11-03  Joseph Powers  <jpowers27@cox.net>  [48bd163f875df97f74d04c243260739f16f8f1ff]

        Fix Mac build issues.

2010-11-03  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [771b51557acb2f789ee82080ecfdc39c1f8c3a27]

        dr77: #i102872# little cleanup of IDL documentation related to sheet filters

2010-11-03  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [f8adcdcdfe9a66d1d52c904b2e32cb6bc48509a2]

        dr77: #i102872# little cleanup of IDL documentation related to sheet filters

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [ec803aff89fae8583413cc5788713c6f4ee4f1bb]

        Fix typo

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [c6dd898c2adaa36e51410d7a40905cd95b4a3056]

        Link with SALHELPERLIB

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [2fd990e68e1a3af72395cb88a4468f6a9e50ce35]

        Fix typo

2010-11-03  Tor Lillqvist  <tlillqvist@novell.com>  [ffcead725285f089d4a5d0d4ede5a3bc087084bc]

        Link with SALHELPERLIB

2010-11-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [35c86c4ad18eded8f29908e195fc9924ba58d6dd]

        undoapi: removed more dead resources

2010-11-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6c3a198c94888c2fffcdbf411099dbf3d631cf1b]

        undoapi: GCC WaE

2010-11-03  os  <os@openoffice.org>  [481d76f6bac2256082a290f93b9890a13c401f69]

        unused variables removed

2010-11-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [e972487e711255ef7ba86830a892f8705b8868b6]

        binfilters: kill 8464 warnings. 15756 to go

2010-11-02  Norbert Thiebaud  <nthiebaud@gmail.com>  [7db7ca76855cc5de99a1a90db6c490772b0dbdfd]

        binfilters: 2808 warnings killed, 24220 to go....

2010-11-03  Jonas Finnemann Jensen  <jopsen@gmail.com>  [df6ec4d4cf50c556e52a32371b688af6bbd8be6b]

        Fixed crash when choosing starmath from start screen

2010-11-02  Gert Faller  <gertfaller@aliceadsl.fr>  [24e156423da2a6c6ccb2fa9fa684c63479c1bec7]

        RTL_CONSTASCII_USTRINGPARAM macro

2010-11-02  Gert Faller  <gertfaller@aliceadsl.fr>  [1645ea4b426767197f7842683e3dfc7a7bf09a0b]

        RTL_CONSTASCII_USTRINGPARAM macro

2010-11-02  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [ff6e2a79d39658f8e87d510fe6f3b74caaa8d702]

        RTL_CONSTASCII_USTRINGPARAM macro

2010-11-02  Petr Mladek  <pmladek@suse.cz>  [0362fd240a8a8b3d368976b91d615786d5b1ff2f]

        Update BROffice branding for Windows installer (fdo#31089)

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [e3798691f0f44c587ba7f0877830f80afd02dfa1]

        Fix javadoc comment in filters/xmerge - DOMDocument.java

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [035e19a4e75ca603672b455061838d5a649b4f08]

        Fix javadoc comments in filters/xmerge/palm

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [ec7dab001708315236d40d54e473c65411a2385c]

        Fix javadoc comments in filters/xmerge - Debug.java

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [eede8108c297a61666c2673ea73197c56e06e02b]

        Fix javadoc comments in filters/xmerge - ColourConverter.java

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [e01a111dfc01b5bac1f951594cfb7c148fb6769e]

        Fix javadoc comments in filters/xmerge - ConverterinfoMgr.java

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [4df12df30611c19943904e5c17897c204981276b]

        Fix javadoc comments in filters/xmerge/pexcel

2010-11-02  Nigel Hawkins  <n.hawkins@gmx.com>  [db5673e13b4e57cf5687e67922e1301e65353bf4]

        Fix javadoc comments in filters/xmerge - ConverterInfoList.java

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [717de1bbdbf5287a589f62ee5b3fca6884440fb1]

        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>  [690240a49a3f4726f9b416c36c50e3416ff107c2]

        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>  [35856f3d693fb145a190e736f32d8d6a28a2fdf5]

        undoapi: finally removed Enter/LeaveBasicAction

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9bb4300c840c4e3c258ee666bc73cd51ae75f128]

        undoapi: finally removed Enter/LeaveBasicAction

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7a95f49bde4b61fb3039d96067b716df29edabde]

        undoapi: finally removed Enter/LeaveBasicAction

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75db1c414c63fac5697514c8c8ba002cd698c08e]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c6a62c8b4b51751d0e25f8607f2fb89d6072d90b]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e31565735173abd61894f6437b0c1a711e0eda53]

        undoapi: finally removed Enter/LeaveBasicAction

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3969fb69b75643fa849e0557c85fc501636a3e21]

        undoapi: removed SID_PLAYMACRO and SfxApplication::PlayMacro_Impl - this was dead code. (Also removed some other dead slot ID definitions which were unused, and which jumped upon me while removing SID_PLAYMACRO)

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9ec2adbf37c889c4dc1be5e6f36e83481adbc3e4]

        undoapi: removed SID_PLAYMACRO and SfxApplication::PlayMacro_Impl - this was dead code. (Also removed some other dead slot ID definitions which were unused, and which jumped upon me while removing SID_PLAYMACRO)

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dec2c396128b484113983316bc31afbaad0c17a2]

        undoapi: GCC WaE

2010-11-02  Noel Power  <noel.power@novell.com>  [1040260aa338310fa8adb7638e46d8b1e599bfc6]

        initial import of latest cws container_controls

2010-11-02  Noel Power  <noel.power@novell.com>  [95824f8636a604cb498f6e7d62ff0ed3d6b2d5ba]

        initial import of latest cws container_controls

2010-11-02  Noel Power  <noel.power@novell.com>  [928159ff71d19a3910d1fd1e472a11ef1c89415b]

        initial import of latest cws container_controls

2010-11-02  Noel Power  <noel.power@novell.com>  [dc1d40894f3f559c7b04e593e28a48aed4c43362]

        add new uno based filter service for vba project

2010-11-02  Noel Power  <noel.power@novell.com>  [e274ec121b99173740dd39755232184b0a2dcc23]

        initial import of latest cws container_controls

2010-11-02  Luke Dixon  <6b8b4567@gmail.com>  [ee5d8fb64cbfb9952ecb7f4722ac90bd4f2291e8]

        Don't draw caret when visual formula editor looses focus.

2010-11-02  Jesús Corrius  <jesus@softcatala.org>  [116a68db3e4e4d8cd291efb73844f3a0c5e80bde]

        Make sure Python builds for VS2008 again

2010-11-02  eXine  <exine@jun.pl>  [da94b0462bee31be2a9f09c7b13ebd0cf0255945]

        cui: more fixes of dead code, bogus and German

2010-11-02  Noel Power  <noel.power@novell.com>  [108dc662af5b281d2569a5d40ce2ad7f50b531f6]

        initial import of latest cws container_controls

2010-11-02  Noel Power  <noel.power@novell.com>  [74d2cd13984ddc4b46497cd696fbeb617010ea50]

        initial import of latest cws container_controls

2010-11-02  Jonas Finnemann Jensen  <jopsen@gmail.com>  [50b9e8579935d277ae9e16faa12fb433b9243db9]

        Fixed crash when choosing starmath from start screen

2010-11-02  Jonas Finnemann Jensen  <jopsen@gmail.com>  [13a41ae5f768eba2b2df8430e1f7be65e10c0ed5]

        Added a few details to the todo

2010-11-02  Bernhard Rosenkraenzer  <bero@arklinux.org>  [cf40278aeb34b0d86fbe7da5e62196287412a6a7]

        correctly check Template Pack and Lightproof with --with-lang=ALL

2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [372ea03e65287c7d31f1bb6b993bb32d5ed03763]

        tabcontrol: merge with DEV300_m91

2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [d71f6c9f2bc5a0f7acee77dca060feca88c4f58f]

        tabcontrol: merge with DEV300_m91

2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [2630589392305450ef7e490ffe4c87df44c37fd8]

        tabcontrol: merge with DEV300_m91

2010-11-02  Release Engineering  <releng@openoffice.org>  [c79ce6a4fe8d922fec22828e4570ffcb026878e3]

        DEV300

2010-11-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e0a46e24bb74c1e386c01ab1b20a9c95b11dfe85]

        calc33stopper2: #i115313# revert calculation of scaling factor for drawing layer to behaviour of OOo 3.2

2010-11-02  Mathias Bauer  <mba@openoffice.org>  [f9ae468e1cb8242ce7a9b1b33ca202fd0f649841]

        CWS swlayoutrefactoring: warning fixed

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b691b5bcc42418714f56b2af3bcb2fa085ee9975]

        vcl117: #i115056# change direct help texts to help ids to allow for proper help content

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e5cc306522942293b823e331a7544b568afba91f]

        vcl117: #i115056# change direct help texts to help ids to allow for proper help content

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1b55e3ea5557b7540183c6cd07a4b73b75c107cd]

        vcl117: #i115056# change direct help texts to help ids to allow for proper help content

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [05863b459fe4ba9095ca333f47c35a2d168e2c1d]

        vcl117: #i115056# change direct help texts to help ids to allow for proper help content

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [d8138bfc18fcc2732d3ea7304b24b319268995af]

        vcl117: #i115056# change direct help texts to help ids to allow for proper help content

2010-11-02  Thomas Klausner  <wiz@NetBSD.org>  [aa3b88a93b0fb390db72d2fbcf1972349c62c14a]

        Add more files to EXCEPTIONSFILES, needed on at least NetBSD.
        
        While here, remove pptin.obj from EXCEPTIONSFILES, it's not
        in SLOFILES and doesn't exist here. Ok caolan.

2010-11-02  Thomas Klausner  <wiz@NetBSD.org>  [d35c5505df8b43bf454e166b22d7276155e8d7f6]

        Add more files to EXCEPTIONSFILES, needed on at least NetBSD.

2010-11-02  Carsten Driesner  <cd@openoffice.org>  [b0800453181a5937ae058f66dba48dbe357fa044]

        dockingwindows: #i112595# Merge changes

2010-11-02  Carsten Driesner  <cd@openoffice.org>  [a0bdf86f82010dd59133970ee1f46ea848b70d98]

        dockingwindows: #i112595# Merge changes

2010-11-02  Andreas Mantke  <maand@gmx.de>  [919a8118197dbcce6aa363124cde1707f9d797e9]

        Translation of comments to English

2010-11-02  Andreas Mantke  <maand@gmx.de>  [aa0df2ec73e48652d7161efcd150e804a5e9fb5d]

        Translation of comments to English

2010-11-02  Vladimir Glazunov  <vg@openoffice.org>  [628feac11e4ddc80880ee12abb4363788fdf88ea]

        CWS-TOOLING: integrate CWS vgbugs12

2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [cfd5f04fbc428abbc99fb0036d93725c95dd5e76]

        tabcontrol: changes regarding version and services

2010-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [d5d43684658173ae7abf93d22d696b5266cbda23]

        tabcontrol: changes regarding version and services

2010-11-02  Vladimir Glazunov  <vg@openoffice.org>  [95f71183414a50d12cd4bbacf47d711672e63268]

        CWS-TOOLING: integrate CWS vcl116

2010-11-02  Vladimir Glazunov  <vg@openoffice.org>  [3c21373571fd0cf89391502aa132c5f420cd75c6]

        CWS-TOOLING: integrate CWS vcl116

2010-11-02  Vladimir Glazunov  <vg@openoffice.org>  [af2a356a99ba10b0d48fc70d7f12921eb50111ba]

        CWS-TOOLING: integrate CWS vcl116

2010-11-02  Marcin eXine M  <exine@jun.pl>  [f525717534829abb4ca618e0fcb394ae4b95755a]

        removed unnecessary comments and whitespaces, dead code

2010-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2ce6a123f867943205e26c2976159fd4a23da9f7]

        fix a merge problem

2010-11-02  Juergen Schmidt  <jsc@openoffice.org>  [9026aaa07fa4a71d9fbe51a427d4a8c4782617f2]

        jsc340: i115337: cleanup since tags

2010-11-02  Thomas Klausner  <wiz@NetBSD.org>  [c503a41fb638641718cc9636c7d465760038c1e3]

        There is no libdl on NetBSD, just like on FreeBSD, so don't use it there.

2010-11-02  Thomas Klausner  <wiz@NetBSD.org>  [4fd29f3d182f2c651b0923e8a58d7df74e47b0a4]

        Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.

2010-11-02  Tor Lillqvist  <tlillqvist@novell.com>  [2fe98374de1d2e0bb812326514d240007c945721]

        Export more symbols

2010-11-02  Tor Lillqvist  <tlillqvist@novell.com>  [2ff337833879afa6e18b4f04b4876524cd1d0656]

        Export more symbols

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [caeafe3596ab5ba76fe3cdcfb2e84fb4108752ee]

        undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ad6b810a3cb8077f49b480e1b7f57c890fdd421f]

        undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [861471d1dabd0ba3dfbabe2204a0c37def5dd9ff]

        undoapi: allow retrieving the count/comments of Undo/Redo actions both on the current and the top level

2010-11-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a329b45c0c7592b69f3ee720abb7b9962dd5023]

        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>  [020e345334e25ca71cd91105bbee73ad20d0b6f1]

        missing bracket

2010-11-02  Caolán McNamara  <caolanm@redhat.com>  [19061e547191bd252f7ce948c56ecf26de4fc36c]

        better backport this to stable

2010-11-02  Juergen Schmidt  <jsc@openoffice.org>  [0d62b806f5a473ae1670405f9d88b10cbedf8dcc]

        jsc340: i115337: cleanup since tags

2010-11-02  Caolán McNamara  <caolanm@redhat.com>  [5a0406aa77feb8779200a7906f55c0176ceaafd6]

        fix system-cppunit on x86 for this test

2010-11-02  Mathias Bauer  <mba@openoffice.org>  [e06b38bf6b2d483ff996854e27fcb0d47d78ab0c]

        CWS swlayoutrefactoring: resolve conflicts after resync to m91

2010-11-02  Gert Faller  <gertfaller@aliceadsl.fr>  [b9744592520ab3d131a7d85df7e5214b5c2cc709]

        replace use RTL_CONSTASCII_USTRINGPARAM

2010-11-02  David Tardon  <dtardon@redhat.com>  [ce498135816faa56f9e843f5b411e494f50dc4cf]

        clean up a bit

2010-11-02  David Tardon  <dtardon@redhat.com>  [9a31239f3ed65bf3a85304506efb324ba47a5899]

        remove uncecessary lock

2010-11-01  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [d49977f3bae61dcc1ec345be8710cd647ea2f5c9]

        Replace rtl::OUString::createFromAscii with RTL_CONSTASCII_USTRINGPARAM.

2010-11-02  Rene Engelhard  <rene@debian.org>  [6f3afad7cdc376bb45aa99af3d0a85ccda7df87b]

        move undefined(!) $setup_vars{'X'} to $ENV{'X'} in solenv/bin/ooinstall

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [48525cf25c8716813a17a7b03132a2ca811c92ff]

        fix breakage introduce by commit 13de34e027fa2768a1e40962f1ef2b056d91054a

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [fe6bb7efcfa97b7a5ac02fa951e67f6c609a859d]

        binfilters: 6926 warnings down, 29191 to go....

2010-11-01  Andreas Mantke  <maand@gmx.de>  [e6b05bbeb24947d36b5d10b9bb6d4cbeb4a1a134]

        translation of comments to English

2010-11-01  Thomas Klausner  <wiz@NetBSD.org>  [9596fc705e6df48d56445713ffa8dc0f0b5a6f4d]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [0abdbd196a5948b2877d13fafb3244c60e2d70a8]

        we don't need a typedef for FASTBOOL anymore

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [258b410b3ee9fb92674b6811f3d7c1bd97b850ea]

        convert FASTBOOL to bool in the filters repo (the last bastion)

2010-11-01  Gert Faller  <gertfaller@aliceadsl.fr>  [81754d9cb1faaf647157717f3ff883a38fed4a46]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-11-01  Gert Faller  <gertfaller@aliceadsl.fr>  [62879e0f661573f986016380790d117a39394539]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-11-01  Robert Roth  <robert.roth.off@gmail.com>  [d666a7e2af500758192cc848358f36825f2748dd]

        Commented lines, bogus comments removed.

2010-11-01  Robert Roth  <robert.roth.off@gmail.com>  [db8ad987be169af5b394cc0c8bbfed8745b3a330]

        Bogus comments, commented lines removed, some german comments translated.

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [438b52d1757bd944b163e5f4e0c43b881103376e]

        Fix javadoc comments in filters/xmerge - TextNodeIterator.java

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [28d56e3202e1b008964f3d9552c847411d298c6b]

        Fix javadoc comments in filters/xmerge - pocketword

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [44aa0b06da71a6688cb42123da3b68a940123ce1]

        Fix javadoc comments in filters/xmerge - XMergeBridge.java

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [7b617a914eafd8e71621606eb0ad718642274678]

        Fix javadoc warnings in filters/xmerge - merger

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [b822b0e5619a113d8fce62aa77bb8dfaffcee5a8]

        Fix javadoc comments in filters/xmerge pexcel

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [6917aac2cc9e090654b62b21c8f3ac71621b9666]

        Fix javadoc comments in TextStyle.java

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [5f4e916d3f3a6f61a6e2180bdbad0fb6253212fe]

        Fix javadoc comments in ParaStyle.java

2010-11-01  Nigel Hawkins  <n.hawkins@gmx.com>  [6891ed56887e28063b7c5cd0cf69701f8905bab9]

        Fix javadoc comments in EmbeddedXMLObject.java

2010-11-01  Robert Roth  <robert.roth.off@gmail.com>  [43a36b36986dd2112fc90340e7a8a11ea5369def]

        Commented out code, bogus comments removed, some german comments translated.

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8241bf7c831b07bc19509387f1514c42bc5624c1]

        undoapi: - introduced BasicManager::HasMacro/ExecuteMacro - removed SfxQueryMacro, superseded by BasicManager::ExecuteMacro - removed macrconf.hxx - removed SfxObjectShell::CallScript, migrated the only client to BasicManager::HasMacro/SfxObjectShell::CallXScript - removed SfxObjectShell::CallStarBasicScript, migrated the only client to SfxObjectShell::CallXScript

2010-11-01  Robert Roth  <robert.roth@in.com>  [448bea16df6f21575e9befb5052ad9b4a9e50922]

        Some redundant and bogus comments removed, some German comments translated.

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [7e8f040673a546cc284915a366300fd472801304]

        conversion of FASTBOOL in the filters repo lead to a slight api change.

2010-11-01  Kohei Yoshida  <kyoshida@novell.com>  [f3d87883ba3bddfa85d7a00acc46e7a71027b710]

        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>  [fc5a5884386b1c846038ff20e9d645beb9a548a8]

        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  Niko Rönkkö  <ronkko@iki.fi>  [b28c92ab0c5c4ac925c35f2ae7dbffd02b79e506]

        Removed deprecated option
        
        --with-unzip-home has been deprecated since 2003.

2010-11-01  Niko Rönkkö  <ronkko@iki.fi>  [561f09d4f783d4ee3eb4903b181c1b9c9bf382bc]

        Removed deprecated option
        
        --with-unzip-home has been deprecated since 2003.

2010-11-01  Norbert Thiebaud  <nthiebaud@gmail.com>  [d0dbce798b47bb9e728f59f5f93fff8215876ab5]

        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  Norbert Thiebaud  <nthiebaud@gmail.com>  [3fae82287065ff398c82f95ed7389d43d4afe7a6]

        use SolarMutexGuard to take a guard on the solar mutex.

2010-11-01  sj  <sj@openoffice.org>  [603a6d30d5288aa9f044ac1fd9694f4aa2c5aecd]

        impress202: #i114961# fixed performance problem with linked graphics

2010-11-01  Bernhard Rosenkraenzer  <bero@arklinux.org>  [7fb5897aa046677e65bbe143390a63707d5a319d]

        correctly check Template Pack and Lightproof with --with-lang=ALL

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [8373a5b7946d6731609f989f1aa4a762ed70854a]

        CWS-TOOLING: integrate CWS native334

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [b6681a304410d1f47570942a8cda5d34b37e3b0e]

        CWS-TOOLING: integrate CWS native334

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [364f4060802a3553e499d80197065e9c7f32ee5b]

        CWS-TOOLING: integrate CWS pdfextfix04

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [e16c27d17dff8d6907c53eab2cd3fc274ddb124d]

        CWS-TOOLING: integrate CWS pdfextfix04

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [ca2e5d3b551e1b7bcc0b4f0c37b431927f6cbbff]

        CWS-TOOLING: integrate CWS sw34bf02

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [0ad8a15a57781b9eed090a2571db7fa4d7fc4a52]

        CWS-TOOLING: integrate CWS sw34refactor1

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [de31797d644e96938062ceb4c69c1cc2a89c7090]

        CWS-TOOLING: integrate CWS sw34refactor1

2010-11-01  Thorsten Behrens  <tbehrens@novell.com>  [e5eab37d6fa6d49790d44e15b5908f0a735a629a]

        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>  [5b87db5f3e00ea6e04af2b514f5f869cea59af09]

        CWS-TOOLING: integrate CWS sw34bf01

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [1082d334d1261b5c36c2abe0b030983d5f183a8e]

        CWS-TOOLING: integrate CWS sw34bf01

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [8d3cd5fd96b6566609a22f36eed40f3275a07479]

        CWS-TOOLING: integrate CWS sw34bf01

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [c68b09621df81647884cb8a4d75c2a76b778126a]

        CWS-TOOLING: integrate CWS sw34bf01

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [7c398ce0645d0988835d7817a5ccca5490d05788]

        CWS-TOOLING: integrate CWS sw34bf01

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [8f45f8b701ad4e5d93c57ddd5669ae1befad6133]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [0c8fbf75eead7b6b29e62831722c4e9d8b1950c5]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [91af7f324dd1fd5b5c916bd3ca0290c0347a3230]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [a0e8417fa7c4ccb408b8c90398665073ccac3315]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [f89817da62023a4228dc5c4652d51d1c036d60a5]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [27f4278c4547115aabd83347d5ffa015b69a0d9a]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [2d6f116c8c371bf91afbb41849c418c6506744dc]

        CWS-TOOLING: integrate CWS svarray

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [3da27a1a1bc85e17067f88de05476e106a0467c8]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [a0e7135737dcd6621d04dc847c99f43695d19fae]

        rhbz#648475# crash in scanner dialog, reset link in dtor

2010-11-01  Carsten Driesner  <cd@openoffice.org>  [2b618dc4c93283cd248580ba9822280ca1b0322f]

        dockingwindows: #i112595# Fix issue with setDockingAreaAcceptor(). Added mising SetAlign() calls for DockingAreaWindows. Some cleanup.

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [748df2ab7b9643df12bb656e01e4109b4dab6e14]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [3473312d6c90cc0fce2baafec90e026c7989be27]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [575c02a34623b3bb3e596708cbc917cbe2a4eba6]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calc

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [8d4c39e18f85c19e55630d79131cf003958c5041]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [811f65527244763aeac1f53625392121c7e7bbd5]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [e231900902cf5d460ad5ee6cbe447133594b11e7]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [d99b499c29cf9103f30fc639374c062b43b59d36]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [ad128cf16c23aa82c5ebce16e5b2f1347678505e]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [9dc094a6791dcba4bf5828a6c00cca04d7815edc]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [8372a695396ddd6d2639efa208361cd92daf7ade]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [d33b58aa369a9347727c3bb7361b537024ad2ce0]

        #i10000# changes from OOO330 m13

2010-11-01  Vladimir Glazunov  <vg@openoffice.org>  [174393915bf795ce53ba861f78141ed41e03d9ec]

        #i10000# changes from OOO330 m13

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d5ff5c6f6810ed06b054d105416908f5a5028922]

        undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dcdf1f8facb8c5be9dee6a3f6607cbedb616b94a]

        undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [faa34a45a87af9bed32ca466872f191849a3fb7b]

        undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [87438fc8c909328585dcfabc936c30dd16cfb91e]

        undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [25553ced99b24cd4939945b3b1fa7d4843ed9947]

        undoapi: removed SfxObjectShell::Call - the implementation was broken, and it had no clients

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b5b8f1ecabe9fc92d357585202beb237fa813746]

        undoapi: moved the last remaining method of SfxMacroConfig (::Call) into the SfxApplication, and got rid of the class completely

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c9698b400d0dccfdc31dc56eb1124c375cb6324d]

        undoapi: made the SfxMacroConfig event more slim, by removing unused methods. In turn, got rid of SfxMacroInfo, which is not used anymore

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7675582a96f7ae44df1586b74399c926c12dce92]

        undoapi: no need to hold a SfxEventConfiguration instance at the application - it has static members only

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f6bf7a32d624cdef6fe31447b82de08a9e96a5df]

        undoapi: no need to hold a SfxEventConfiguration instance at the application - it has static members only

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fdfb7900c36637c38f73cfa2a2a68b7c7a65046e]

        undoapi: made the SfxMacroConfig event more slim, by removing unused methods. In turn, got rid of SfxMacroInfo, which is not used anymore

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f63f9689880f898a02ba9e472c8c930d38fa0c25]

        undoapi: step 2 of getting rid of SfxMacroConfig

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b8cfd18781873e188239b7c9b90983b74368d445]

        undoapi: get rid of the usage of SfxMacroConfig::GetSlotId: the only thing done here is creating an SfxMacroInfo instance, whose only usage is the macro name (nowadays: script name) it carries. This can be done cheaper, by just carrying the string. The slot ID was never actually used.

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db9a2bb5c0c65e35114b9718f241e9ce03483b50]

        undoapi: removed SfxMacroConfig functionality which related to administration of slot runtime-generated slot IDs corresponding to script macros - the last (pseudo-) client of this was just removed, so all of this is dead

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [99375cc6d3ec82912918f95c60bf60e930dbbe46]

        undoapi: removed unused SFX_CFGGROUP_* items

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3da958037834a99e595acd7f19b6122ddd56433f]

        undoapi: Enter/LeaveBasicCall are no-ops nowadays - removed

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0c8fe3c8582cbe4dcbc4cf27f2f200990a10ff0e]

        undoapi: Enter/LeaveBasicCall are no-ops nowadays - removed

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6a2a1b824f86dd4d10857e27a9de06b3a6347b1a]

        undoapi: removed the remaints of script type selection - this code is dead for *ages*

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d00aea1a6e428a46a5032122d6f22c054e3c07a2]

        undoapi: removed SfxMacroConfig::CheckMacro/IsBasic, SfxObjectShell::IsBasic, SfxCallMacro - this was dead code

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [107da5898999f995933b014cd8f3ffa3c93dbf22]

        undoapi: removed SfxApplication::IsInBasicCall It checked a counter for being != 0 which, effectively, was set to 1 at application startup, and never reset to 0 (though incremented and decremented by calls to Enter/LeaveBasicCall). So, IsInBasicCall was meaningless. Consequently, Enter/LeaveBasicCall collapse to empty operations, not doing anything anymore. Will (hopefully) remove those, too, but need them for the moment to track and judge, guess, basic calls ...

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [952bfc2f29732777c0cdd79170f6a47ecc3ac4c7]

        undoapi: removed SfxApplication::IsInBasicCall It checked a counter for being != 0 which, effectively, was set to 1 at application startup, and never reset to 0 (though incremented and decremented by calls to Enter/LeaveBasicCall). So, IsInBasicCall was meaningless. Consequently, Enter/LeaveBasicCall collapse to empty operations, not doing anything anymore. Will (hopefully) remove those, too, but need them for the moment to track and judge, guess, basic calls ...

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a297e0c2918e7dd93601f25aa13c4ee77e5f7d89]

        undoapi: removed the semi-dead ScriptDisplaySettings config settings (and their only client)

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3af1f2b59fa68612d988b38b14a58c2acc7eb829]

        undoapi: removed the semi-dead ScriptDisplaySettings config settings (and their only client)

2010-11-01  Mathias Bauer  <mba@openoffice.org>  [5eb79dec3d96d4615f58eedfce048d405cee614e]

        CWS swlayoutrefactoring: resync to m91

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [2fa0cd7de1ecbb266f8f103406903ec7d6b558f0]

        there's something very odd going on here

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6255228df4eed1fdf3f29eaa5e973e71d3ed9429]

        undoapi: removed unused SfxTitleQuery/QueryTitle

2010-11-01  os  <os@openoffice.org>  [9f7cb00c135c713c2dfaf931b02487f0057320dd]

        #i110287# omit caption separator if caption text is empty

2010-11-01  Kalman Szalai - KAMI  <kami911@gmail.com>  [66a11bbd35f87b6dbdd81a685da7793bd93f7681]

        Save 1MB on wizards per language
        
        Bitmaps are packaged as language dependent files however, no
        language dependency at all in bitmaps. This patch only pack one instance
        so we can save 1MB diskspace for every language in multi lang installer.

2010-11-01  Luboš Luňák  <l.lunak@suse.cz>  [834f3f8068aa48ae1d1ba66213242b3aef7e60db]

        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  Kalman Szalai - KAMI  <kami911@gmail.com>  [adf7dc232d874a2670dea2dcd3805b8b2ddfdbe3]

        Save 1MB on wizards per language
        
        Bitmaps are packaged as language dependent files however, no
        language dependency at all in bitmaps. This patch only pack one instance
        so we can save 1MB diskspace for every language in multi lang installer.

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [752d233ca1dbf78d1d3a333defb4295f700c7ff9]

        Merge commit 'ooo/OOO330_m13'

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [746fae32d5f88865d45c886af9029343ecdd7c33]

        Merge commit 'ooo/OOO330_m13'

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [bb7dd559d58281f40166d11112b2242838356e2a]

        Merge commit 'ooo/OOO330_m13'
        
        Conflicts:
        	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [faf3e552c1ff0153ce200db2dfcdb8b45a43f528]

        Merge commit 'ooo/OOO330_m13'

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [cbddc0a030fb9fa548571210fb81c7d64e916cb1]

        Merge commit 'ooo/OOO330_m13'

2010-11-01  Jan Holesovsky  <kendy@suse.cz>  [3535ec3d4b090e3c33d893c7f05a8d22698f7c1e]

        Merge commit 'ooo/OOO330_m13'
        
        Conflicts:
        	instsetoo_native/util/pack.lst
        	solenv/inc/minor.mk

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [10d268c02240ba315595c719ada9db51e514e096]

        WaE remove unused Strings

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [afb8e470091e62230f8fefbfbd2863ef2b8085ba]

        dba34a: #i114403# when delivering our text (getText, plus notifications), and we're a filter list box created for a list box control, translate between display strings and values. (Filter list boxes (*not* combo boxes!) still messed up. This needs a follow-up issue.)

2010-11-01  Carsten Driesner  <cd@openoffice.org>  [560e5132f606b1fcd790e3cf97d665cec8c442fc]

        dockingwindows: #i112595# Fixed problem related to changes for better layouting. Further code rework

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [d9e0cc456d09a0996a790c37a6c4629ca067ab2a]

        WaE, resolve && || warning with a small optimization

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [495efa6bb73cc9ce582dbdeac84eb3524eb7ad11]

        WaE unused parameter

2010-11-01  Andreas Mantke  <maand@gmx.de>  [fd6089b97bab4a1558bbe8c48ce6620007616326]

        translation of comments to English

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [f14aef50452ff3021d1cc62814987af5ef7b78b7]

        remove unused copy-and-pasted PAM_BINARY_MSG from os2 port

2010-11-01  David Tardon  <dtardon@redhat.com>  [22c1a4834e8210e0bdb4fbfdf78b0b66014aab28]

        add missing parenthesis

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [11e03877e276f9ffc1b2d849f9684303f722852e]

        dba34a: properly append the OR when retrieving the filter clause

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4451fc307f9bb4bc0e989a9cb4a7788c9cf1e4fa]

        dba34a: #i115312# partly reverted the fix for issue #i114403#: don't quote string literals in the form controller, this is the responsibility of the filter control, which can decide much better in which situations this is necessary

2010-11-01  os  <os@openoffice.org>  [d0e31654bf2d5cbbacce9ed45210dd8881fd3d6a]

        #i115314# FN_INSERT_FRAME: keep WrtShell locally to prevent crash after sub shell dispose

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c070ae66b97fc0662e97a96048741b0f56a5157a]

        dba34a: during #i115312#: getFastPropertyValue( FILTER ): don't deliver an invalid filter when one predicate string cannot be generated, instead just skip this particular string

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [0382837978b86cfa1b842642d04c10c892f5231c]

        cleanup makefile

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [e0b4abb0b61253cb1778ca0068f1006a71fcb6ea]

        add restart requested tracing

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [ab351f4bf46c698e1b932094a539f0857cc08e1a]

        comment disabled extensions import

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [2c40efb012f29df4d02cdc4e7e3e96e3713a75ad]

        Further simplify and trace migration code

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [ba1ec85d69d9b4d39c0b89b4b6711b93965d95f1]

        Simplify migration API, fix typos, and add trace output

2010-11-01  Michael Meeks  <michael.meeks@novell.com>  [e310934150cb9ac98b76ff188aa04f6bcdb36487]

        Install and register the oo3 migration code

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [24a94d9d539be238fc60bdd13a1da20e6f9feb20]

        give another go at enabling this test using rdb copies and only for Linux

2010-11-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [98a64d26435b2e9a40e158f17f22641423e10183]

        dba34a: s_propertyMetaData should not be a global static, as it uses other global statics for initialization, which makes proper initialization dependent on module-load-order

2010-11-01  Caolán McNamara  <caolanm@redhat.com>  [0bafc38b53e170a148b6f1e346a070bd2d77fe3b]

        always build this tools cppunit test

2010-11-01  Juergen Schmidt  <jsc@openoffice.org>  [31e21f3789a79a182cf81fa0f120c9588612b852]

        jsc331: i115310: correct resolveLink function

2010-11-01  Niko Rönkkö  <ronkko@iki.fi>  [8a74ad5e9e2d4d94e9396b4544b65dd3efb45421]

        Wrong option name in help bootstrap

2010-11-01  Juergen Schmidt  <jsc@openoffice.org>  [998b68d0b3a5f7d94decf7ea2aa9473c04178902]

        jsc331: i115237: add missing not operator

2010-11-01  Gert Faller  <gertfaller@aliceadsl.fr>  [26d49e1f8da91f50448749d4aeb5227e82827473]

        fix cppcheck realloc warning

2010-11-01  Dirk Voelzke  <dv@openoffice.org>  [3999199798a8d205062cdab73248c8a78f55a56c]

        dv22: merge with DEV300_m91

2010-11-01  Dirk Voelzke  <dv@openoffice.org>  [6ae418e263d9f73c0c3dc9a4859c1f12b6a7ded2]

        dv22: merge with DEV300_m91

2010-11-01  Dirk Voelzke  <dv@openoffice.org>  [84787be15b9a323db2a9a2d3dd7e90f470003ca8]

        dv22: merge with DEV300_m91

2010-11-01  Dirk Voelzke  <dv@openoffice.org>  [116c20c746e6afccbfc0a25c81b9ac10db394454]

        dv22: merge with DEV300_m91

2010-11-01  Dirk Voelzke  <dv@openoffice.org>  [95200c5e2c1916309f54d26ecb4ecca0e73b79e2]

        dv22: merge with DEV300_m91

2010-11-01  Gert Faller  <gertfaller@aliceadsl.fr>  [6698ddb93999097587c9be6ba0c908cf847b1400]

        fix cppcheck realloc warning

2010-11-01  os  <os@openoffice.org>  [8525440e6cd341d8062d71adb8441a5ffabebb1b]

        rebase to m91

2010-11-01  os  <os@openoffice.org>  [ffdb53619f62b25aebfa3d699f6f4771fb6cae9f]

        rebase to m91

2010-11-01  os  <os@openoffice.org>  [78025b3f492e6d3b7afdf261728d74e7c00ce2d5]

        rebase to m91

2010-11-01  Joseph Powers  <jpowers27@cox.net>  [ddec70f39e40eea43b8a3380edbb2086dcfb73ac]

        Macro Cleanup in UNO land.

2010-10-31  Gert Faller  <gertfaller@aliceadsl.fr>  [e6c68c3eed472aef1c116d27ff6e35e52622463d]

        fix cppcheck warnings

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [5d3885fa8bd00191902589ba7c45a2fcb5943daf]

        use RTL_CONSTASCII_USTRING_PARAM

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [503a73b8f74f88c65636487e2ebc89cc18d918f6]

        use RTL_CONSTASCII_USTRING_PARAM

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [e7391fd13e5c7e131c25858c01251ec429c4c121]

        use RTL_CONSTASCII_USTRING_PARAM

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [d23c8832eee894356850ce1a5531a4280b071ca0]

        use RTL_CONSTASCII_USTRING_PARAM

2010-10-31  Caolán McNamara  <caolanm@redhat.com>  [82aea471a0b5cf36d4f431229cd0a37084eb89b0]

        strcpy cannot be used with overlapping src and dest

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [49d5bdcf4d516b21721f1ed6d313ea4a170d39eb]

        Adding extended support for additional gallery localizations

2010-10-31  Niko Rönkkö  <ronkko@iki.fi>  [2cfc85b44e63178bfd196701b2a13d8bb8843037]

        Cleaning and organizing of configure.in

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [fea23de1d23559f3e3dc71a0ac5f61366defd8dd]

        Fix bootstrap's configure

2010-10-31  Caolán McNamara  <caolanm@redhat.com>  [1455a3780d07448ee010ef489bd337244f9870d0]

        use RTL_CONSTASCII_USTRINGPARAM avoiding possible ternary operator confusion

2010-10-31  Gert Faller  <gertfaller@aliceadsl.fr>  [17b2cadb72a76ec120de95bc78201b9dcb96878e]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [a62ff01d8c447928a85b6eeeb2d3d1ab4251490a]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [b3667c7895901efc00807ec0d11ba0fd16fe8b68]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-10-31  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [76c767896a6de3c205f0025b6d85d2eddb2c6474]

        use RTL_CONSTASCII_USTRINGPARAM

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [4c9f10bbbcdfca8ba3c66c9b52adb1946da06708]

        Less warning with apache-common

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [771ebc23c9f9916ee576bde77aa75f4a06dc6e33]

        Fix a typo

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [4f786af9b6704f8e3c353ad6b679f572dcfbaade]

        Adding Barcode extension

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [107303bd3e90d48d5a18d3880e5a04270f894a03]

        Adding Barcode extension

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [823cb6a74d9100b7a6d0a23722debbd329a8ec89]

        Adding Validator extension

2010-10-31  Kalman Szalai - KAMI  <kami911@gmail.com>  [8bbbd39378dd90c9e55ade615c3d7b290b1d5fe0]

        Adding Validator extension

2010-10-30  Jani Monoses  <jani@ubuntu.com>  [dba07aeb063da0b459164b3e111c17f6783d6975]

        use RTL_CONSTASCII_USTRINGPARAM

2010-10-30  Jani Monoses  <jani@ubuntu.com>  [54e116f12f2c4dbd8ff553833f46001233091544]

        Include header file instead of redefining a macro.

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [12f6fcc93496ca7f5b0b005138d1e5661c6078d1]

        fix my own cockup

2010-10-30  Gert Faller  <gertfaller@aliceadsl.fr>  [895f2b616c73de7990772ce817dbd0bf5671f488]

        Use RTL_CONSTASCII_USTRINGPARAM

2010-10-30  Gert Faller  <gertfaller@aliceadsl.fr>  [cfa878447fd2c4c396631c6bbea86edf9888c344]

        Use RTL_CONSTASCII_USTRINGPARAM

2010-10-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [6082940ccb9e1985093f2e99a8b523f9ce5db4e5]

        Adding Diagram extension
        
        Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
        http://wiki.services.openoffice.org/wiki/Diagram_Extension

2010-10-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [87ec34b20ec01d1ae6724605ec4ab96681802cab]

        Adding Diagram extension
        
        Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
        http://wiki.services.openoffice.org/wiki/Diagram_Extension

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [0b87f5da53b0b4bb312be5a4127ed722dc2458e8]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [406c8ea567aba8e1aae079059ac773239491f6e7]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [f952d70c484050cc6f168efec61fba2f540d803e]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [fcf499e028a751c8820620c99c1ddccf88b5007b]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [b86494ca371f4891391167142e77f09e98acb08c]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [155c5cae0b02ccf59db1de3e1f94cd5dce30b647]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [3da59050683632fb01d10e7a870a40688de09243]

        small startup optimization

2010-10-30  Gert Faller  <gertfaller@aliceadsl.fr>  [b4b9fbd72bdc6faa49cd972bd907ece8aaafbe5a]

        Use RTL_CONSTASCII_USTRINGPARAM macro

2010-10-30  David Tardon  <dtardon@redhat.com>  [96295f0000107bca98f444413ce5879027b28e49]

        fix building of tests

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [81f4e177ffbef6e99285baf951b4b182137f5752]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [d915501a3fd045f14528252e618ddd15522791cf]

        small startup optimization

2010-10-30  Caolán McNamara  <caolanm@redhat.com>  [4d6ec3c61979c0db4d2af1e05d4d55a4ef6e0c2b]

        small startup optimization

2010-10-30  Miklos Vajna  <vmiklos@frugalware.org>  [4fbb5644a879118f05d7e157eca082f672372f0c]

        writerfilter: add doxygen comments to undocumented classes in source/filter

2010-10-30  Kalman Szalai - KAMI  <kami911@gmail.com>  [8ced60858742eac2ada333cc172e4c31fc8b1ca5]

        Uniformize dictionaries project
        
        * Remove binary (zip) files from source
        * Adding pure thesaurus data files
        * Remove thesaurus index files
        * Generating thesaurus index files during dictionary build

2010-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [62a759ce1ee86124eb62cdabf86e226aab470a0a]

        vcl116: #i97830# new ellipsis text style for menus

2010-10-29  Rene Engelhard  <rene@debian.org>  [5b4d4af3e8bc3b5fb07bceecefc2a47d8e4b8b18]

        bin agg

2010-10-29  David Tardon  <dtardon@redhat.com>  [2e43d2389888828130b2e61cb8dc3cd0ebc1c94e]

        skip reserved operators

2010-10-29  Rene Engelhard  <rene@debian.org>  [f974a612eb72e7a5e799cacb447cafcea00fe4be]

        bin agg

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [bdf13d154b958ad54cf5fbab9b8081894a6e161c]

        some small startup optimizations

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [0dd92103ac76767afca22d79d637dfbab2ac0fa7]

        microopt

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [6f8383b8cd4e66e818092fb073e951f024139af2]

        if we're not going to check for failure, make sure default is sane

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [c1aecc167f5164fffac6883dc37e33be5e42e200]

        small startup optimizations

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [0b86f9f2ca6533b5d933c0d2d1887906d8fc5796]

        small startup optimizations

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [3ed0d2654530a13acc40bec8c41b63d8cdc6793a]

        small startup optimization

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [7148184cd305d0cb38af892975afb339aad374f9]

        explicit X11 for Xlib calls

2010-10-29  Dirk Voelzke  <dv@openoffice.org>  [d0b76582f778a739980d747c861e06af0774541b]

        dv22:#i112913# Use only one file with version info

2010-10-29  Dirk Voelzke  <dv@openoffice.org>  [13a3e991825849c851e626cdbec0b40bb8161263]

        dv22:#i112913# Use only one file with version info

2010-10-29  Michael Meeks  <michael.meeks@novell.com>  [e89fdd128f4313400eb18f182381309b9aa678c5]

        disable macro recording unless in experimental mode
        
        Macro recording is extremely buggy, and generates un-readable or
        debuggable macros, keep it available, but only in experimental mode.

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [cc04c581e296b02f84a3997834218b4477a09651]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [906a01fb556771d1bd92af4017858a0a5ed3a601]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [f8b3fd8adfb0a009c41ea7b1a9f7ea0bd62cace2]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [4f40fd2727a826d5d0b06617e5179829d66df5d2]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [91e34e4ccc6c61d0b64d250817af7f0d2263b89e]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [efc073db760dfafd5fbc0bef4aa17785657f505c]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Mathias Bauer  <mba@openoffice.org>  [5eb9ea76e2b0aa72c1bd00d7f0429cb0de3bb1da]

        CWS gnumake2: resolve conflicts and make sources buildable on Linux

2010-10-29  Jesús Corrius  <jesus@softcatala.org>  [0ee89b7715ef8848f6cf5ba0a784c3cd1d1c9983]

        Actually deliver VC++ 10 compiled Python

2010-10-29  sb  <sb@openoffice.org>  [d06751ee37fb2878f160850541f1a9d694e4a167]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [a96e1cdf3e34781b36dff12d9ce0d740e1948de2]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [7bb50042727845ded0a9303c049e3ce59e8ceb09]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [570f9b88077a985dd71f4037832442ba55f15636]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [b24fbee2e2420a4214abddf0e84b6d230afbee49]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [bc5a922b199f69dd51d9ab484faf4ff98d1df1c5]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [f67fcfc279a242aaee8bd8c7bb20b0c4528ac0bf]

        sb135: merged in CWS sb131

2010-10-29  sb  <sb@openoffice.org>  [d8c977b11b7d6f9f1e9d997f028a15fae7d5e386]

        sb135: merged in CWS sb131

2010-10-29  Jesús Corrius  <jesus@softcatala.org>  [c6ee546e38d75c734a73728ee57a71ce52870d78]

        oowintool should find .NET Framework 4.0 too

2010-10-29  sj  <sj@openoffice.org>  [9640687d784626529912225efae4a8df49f94748]

        fixed build problem

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d077f1af17a5bf22b79ef6380542c84ab2a89c36]

        dba34b: <stl/limits> => <limits>

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [d23d3c5b56865e7c226f7dfa9e6250de6da77eb0]

        Fix javadoc comments in SpreadsheetEncoder.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [f809fcb6b50b473df56360495f99852819e09e52]

        Fix javadoc comments in SheetSettings.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [89342bccf8e059843d6a9b461f4d6df1d60a0b61]

        Fix javadoc comments in RowStyle.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [11de9d98792473ba7267cf38ac4620c7b69e7ed2]

        Fix javadoc comments in NameDefinition.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [eea0b725c26dc1d49f12e1f2255170795f3d3b25]

        Fix javadoc comments in Format.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [66d65224b29017e18b134427c548579d10c3f1ec]

        Fix javadoc comments in ColumnStyle.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [9a93f7ce02ddce11da85d4ed18cdf52ea2586449]

        Fix javadoc comments in ColumnRowInfo.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [7f604c2bfcf833252af9235c2c92c08db1b23800]

        Fix javadoc comments in CellStyle.java

2010-10-29  Nigel Hawkins  <n.hawkins@gmx.com>  [abe492234be23176ca0a4da5640024ebb00310fd]

        Fix javadoc comments in BookSettings.java

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [33b2a939a8837a4336d019ace8f9020cf9005741]

        new/delete mismatch

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [bd8c444e45df48784cbe05a227fdc69c0d05d249]

        mismatched new/delete

2010-10-29  Jan Holesovsky  <kendy@suse.cz>  [5785e4f4ab9c0e30d709e6150bc7230098ed550b]

        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  sj  <sj@openoffice.org>  [3de4569874698d5d0eee19787bbee14b68709d7a]

        fixed warning (shadowed variable)

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [e321ace4d878331cdb862f47c31741cb44c74da3]

        avoid linking against wrong libstlport by accident when linking against kde

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b616506bb55db215b042e164529f4e0a98a8c7b0]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e0d525c02bdebfbf7d9f08339f21d732a8d59071]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [13d85e12288d90a241e9b4cbfb84391c6efae9ad]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [12bbe929d436dd0ce18cd65f0eb798a423dea886]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ff778a6b97c5b688537c543aad868b694ff264f9]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d2e595727b951c56e41a5872423a8ef95c95e489]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [34d202593f2d0b0bd4f6fd0628f7f92f754ccb65]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [10ea4dbdf427c7dd91747dc6642598a4311d9dea]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eba7ca82c2f08a7f9b7599330741119aad003473]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [44a73f1f53377e9c56d641591553dfc46e771cd7]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fe74a4e751c79f3c0f26e667cb82be78cbc64540]

        merge after pulling DEV300.m91

2010-10-29  Caolán McNamara  <caolanm@redhat.com>  [fef82b761b5d112c137934c4b6c699056e910264]

        fix crash I saw testing this earlier

2010-10-29  Michael Meeks  <michael.meeks@novell.com>  [37ef1e8c958abc81bb87c2c12f35c885d27fead0]

        Enable in-line formula editing when in experimental mode

2010-10-29  Muthu Subramanian K  <sumuthu@novell.com>  [b25ab5aef6f68beccb7e5dd362d2eaf54cb43e23]

        Disabling commentPr export - since MSO is yet to support this.

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4143de6ad38033772349bdd8cfd772901290f1d7]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2f2dc57988ba54f36e66cd647061df6e125b80d3]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a70acdf8cf42c99f2611faa8033d9375412cd655]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4ec3e94425c2fcc55f1a137d58cb20877a9147c0]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [faa4a70d6eac25b613c8c23de2a48f34d8faf2ac]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bf76057340dd92a245b0e24f04cde619fa7f0570]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b044b8bb116b41ee6a3ac83b0f176e9fe52dd108]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0ecc82909f55aa7176cc3833aac269dbe62b5306]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c179f1e8346fdd7bf7fbc8f3796767f754342648]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d40fb52a59327bf8b717b6cc524410319057fdbd]

        merge after pulling DEV300.m91

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [db7d3edcaa9bad8a26d01ec3d21cbf93c2e8f421]

        merge after pulling DEV300.m91

2010-10-29  sb  <sb@openoffice.org>  [6a8b1a61e7609d82f372e0e78b165e83522063b6]

        sb132: #i114840# $(CPPUNITTESTER) is not yet available while building sal

2010-10-29  sb  <sb@openoffice.org>  [0b0c7eabb8b04402848061c75242dee447a12fac]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [8b6cb5a7827258bd599ed08151f0b9699d188903]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [eecee28f0007a745c97a28e278cf8d5c8b138bb6]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [c41365da78afc629d6b9f3d661a3428c7ebef4f7]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [78f142023d50437135e8647e6422930862fdd0d6]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [b199c053fa6c7afd0ef3629e6adeb085c18beef9]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [5c1d421fbfa86e0f6230177301ac1cae3ece4758]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [a16365cf65a3088b9ff539d9878dd6db0d73f698]

        sb132: merged in DEV300_m91

2010-10-29  sb  <sb@openoffice.org>  [c209176715846f062ef46038a37da9a48c6f8708]

        sb132: merged in DEV300_m91

2010-10-29  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [7cb6bbca6669972bdcc7843c8a447fb4dde83774]

        libs-gui: Remove emacs modelines in the middle of the file
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-29  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [3ae6596222b071e6f2a32b1f07191538db548072]

        libs-core: Remove emacs modelines in the middle of the file
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-29  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [9b42f3478586ed199fbfea07e9f71c5a75665e0f]

        filter: Remove emacs modelines in the middle of the file
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-29  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [63eb2c49dd3561cc5ac9f4e4a54ea30c76ab148a]

        writer: Remove emacs modelines in the middle of the file
        
        Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-10-28  Kohei Yoshida  <kyoshida@novell.com>  [5e56dc2da031706e6a6d67306e3bcae3faf01ae9]

        Allow activation of cell even when the document is read-only.
        
        This behavior is very handy when checking for referenced cells
        visually by pressing F2.  No cell content modification is allowed
        of course. (n#647982)

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [036b5672094c33db47010c6a52ba1ed720d8150b]

        Mac OS9 Cleanup #7

2010-10-29  Jesús Corrius  <jesus@softcatala.org>  [5a816bc42a4b5c43cd07a36a752d2fd14cfa829b]

        Visual Studio 2010 project files for Python

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [190a4e7c3146643c56eac353923df322b9609cd6]

        Mac OS9 Cleanup #6

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [a8f7d98b4ab01d1b427a92909fbf29971e53c4eb]

        Mac OS9 Cleanup #4

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [b9f8d2cdcc7b937892c16b640a401c454b84d2d7]

        Mac OS9 Cleanup #3

2010-10-28  Joseph Powers  <jpowers27@cox.net>  [e64c02f061d711e27fdaac75efec5339ded942ba]

        Mac OS9 Cleanup #2

2010-10-28  Jonas Finnemann Jensen  <jopsen@gmail.com>  [4a32655ef510d11dd3ab93a519554455c7c2e82e]

        Updating todo-file for visual editor, and adding graph dump script

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [9ee6e6812fc48c66e0c4ee5fb81c87823f13cccf]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [80bd5257ddb52747397dbe572ca427550297b568]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [c3fa44060e64fd2921f093dc63b2316e2c4030f3]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [295e6b51d5ef36d12bb2a4ae1ad1a79a7b8aa464]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [f0b556722d70317842b9e297271e7165594dd2cc]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [91f418099eccc7e1d15d7fcd9ebaea75cb69a716]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [c93f01621fa781108cf70e9a80d4c350dc7902c1]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [83d7b776fba6a9b6be8e52f221b237b49ff7612d]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [e775b40a11ca0eab7964dacc8387367086e2b029]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [b6fb876a55bf70003e42fd23786324b746b24aff]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Mathias Bauer  <mba@openoffice.org>  [0fe045d9566b66b766a8dd967e65ad6d57d78e5b]

        CWS gnumake: resync to m91; conflicts unresolved

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [eec16c464060fd617c1384513a4580cd1d4b62ee]

        include algorithm for std::lower_bound

2010-10-28  Kalman Kemenczy  <kkemenczy@gmail.com>  [558a55fb5acb1b69ba55381c9cdd3a2621c4d216]

        Added LibreOffice and Tango palettes

2010-10-28  Miklos Vajna  <vmiklos@frugalware.org>  [b9a06728f8f5b7c77684b9c5510e957c21f39e83]

        RTF: add missing doxygen comments for classes
        
        Also remove duplicated modelines. The ones added automatically are
        right, no need for the old ones.

2010-10-28  Rene Engelhard  <rene@debian.org>  [944dd75eed622c72bb676d8f4d9d944b8326b3a9]

        bin agg

2010-10-28  Michael Meeks  <michael.meeks@novell.com>  [d4d87273d28de1d5c9b3bcc7fa70714658b531b6]

        add experimental config option

2010-10-28  Michael Meeks  <michael.meeks@novell.com>  [12b39f06456e018f9e527ab576702ac626bf3dda]

        add experimental config option

2010-10-28  Michael Meeks  <michael.meeks@novell.com>  [eb3ab31953aa2463533223c1feca0db50a2341d1]

        re-arrange options dialog to add experimental option

2010-10-28  Vladimir Glazunov  <vg@openoffice.org>  [213c9f9662001c25bf37b8e35ec779a39b764d8e]

        #i10000# regenerated configure

2010-10-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [edab85623d2fa18a5ba030c2eb2c6cc8260f162d]

        vcl116: #i97830# take accelerator sign (tilde) into account when checking for ellipsis string

2010-10-28  Ruediger Timm  <rt@openoffice.org>  [c5be81d613d729542a4dfda7680d9ce9a4beb6ee]

        masterfix OOO330: #i10000# Update list of default base addresses for windows rebase process.

2010-10-28  sb  <sb@openoffice.org>  [c1802b57aaa4ee41b56e880f68644c7d08c163f7]

        sb132: #i114290# current OSL_THIS_FUNC, esp. as used in OSL_LOG_PREFIX, does not work

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [08cbfebc045715334701b2a7f318d10256499d50]

        add modelines to .h and .c files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [f0a94a67d3eb6d9ade5501db273d73c4091817ef]

        remove duplicate modelines

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [cb6434031c8325127a6bf863847a70d12a420cc5]

        remove duplicate modelines

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [758c8774fbbd09c4202c0744c06945e3cf7e1a99]

        add modelines to .hxx files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [55ae7b1537e8964bbd46b54588a84f32342a951a]

        add modelines to .hxx files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [8c97ec61d74261b4dd18b6f65f70be92dd85a794]

        add modelines to .hxx files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [b77940e5af41aae869e9415aef5b184a51601df4]

        add modelines to .hxx files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [ad3292e2b3adee95e6a0473ee8a5c29df2e20c90]

        add modelines to .hxx files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [de58ebee9c48791b59e3763d8e5187f6ac00b4ad]

        add modelines to .h files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [0b2fceaafa534252ffabb37dec803ed2c37d518c]

        add modelines to .h files as well

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [fa4882b94f4153c90538d7566e48aceda96bd72a]

        add modelines to .h files as well

2010-10-28  sb  <sb@openoffice.org>  [9bb0061938a0c76a1b221a214dff8afe0bcdcb4e]

        sb132: #i114877# combined configmgr::Components::{init,get}Singleton

2010-10-28  Juergen Schmidt  <jsc@openoffice.org>  [7b79ab8131a422e582953518d2c85c7c540de563]

        jsc340: i115253: insert message windows only

2010-10-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [918911ae91a8b361b645d2f147fc855cf1bc5945]

        dr77: #i115296# add constants for SpreadsheetViewSettings::Show... properties

2010-10-28  sb  <sb@openoffice.org>  [a8fcfe71a0c236d31444922984b577c600bfd120]

        sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtod

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [4f0b5dd9e5cbed65f16f522052daffd4fa5ca3b6]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [fbe01937dcea44bf7a905ba53c51a3a9886ab851]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [f26be3a66255b73d721c34471b4ca6abd054c4de]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [8dbce744eeebf1f37a577e224b3b215577d05542]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [eabb7d4274e63c734acccc8a8cb98c636fd27016]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [0e3a3fb0ce1b8723ee6346c233dcb7741b134011]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [31e04226b81c2c18b34ffc692c4e5e42d9a6ca02]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7a4c1bac8d258cb755e26ed9a46c391f76ee3508]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e54eb384c35942dfdc9462dded1635c15ac0f53d]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [dc53523a1481cdc1752c418cf0774a3761366aca]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [478fef773d1c5f2dcc60d308ed2141da1726b006]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [a6bb239e8d5f8cbfcca92cc11d79da097382a376]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [e791dab4a06f952bd004ea7ce54823f60d151d49]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  sb  <sb@openoffice.org>  [a30ca9cb0a7fb85e7fd9d9b24701e99c608be82d]

        sb132: #i109191# avoid early finalization of Java URP proxies

2010-10-28  Juergen Schmidt  <jsc@openoffice.org>  [fa59c73830964b2add1443f5b081982342802eca]

        jsc340: fix problem in resolveLink

2010-10-28  Juergen Schmidt  <jsc@openoffice.org>  [34ed8946e9fac7b881122b8566b1fd865bc1232d]

        jsc340: i114887: remove idls for old draft types

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [88001af7151a7bfab200f8fb3ec75204c57f034a]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [604abac4fd4c95d23129219d2a4efd49622d4ef4]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [9f9d4c1cf3eaeb47193653e1655f02be674e3f0a]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [082f6833271d2971d7d82e9ed4785ea29750cb19]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [c09654ba879e4b3e9ab6cf3a8bc1161113edb969]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [197b1e45bbb5bfa9eaeb695155bc95d80115ec70]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [db24020b889b136530e48fe5b517bf108452da31]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [931fd5e9d0a6a6222a5e63058d34f2dbe6bfc78c]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [47000da0833c89e7afca03844a0dda9230518a34]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [6f622dd5716140d2602c770bc60e9a308b564906]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7251723a2c42d6f998868f122af0ae8a9e51592f]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-28  Juergen Schmidt  <jsc@openoffice.org>  [21f4435c7287ad6b32b2c4d225c1077719055ba1]

        jsc340: i115252: check arch for older Mac version

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [cc4d9f5b12417cfb18b54633e1976e991d6129fd]

        dba34b: #i115290# use insert row instead of key row

2010-10-28  Tor Lillqvist  <tlillqvist@novell.com>  [153fc2b046f01c16bc9d3f28b2cc3e60ecb3b6b2]

        Slight cleanup of the Windows stuff
        
        Use correct terminology for the Microsoft compilers, ".NET" was a part
        of their name only in the 2003 version. Drop support for the 2003 and
        2005 versions. The Platform SDK has been called the Windows SDK for
        quite a while. Etc.

2010-10-28  Caolán McNamara  <caolanm@redhat.com>  [2db854a3dc92de8e298f113774ce73c2b19783d7]

        Lets try a local copy
        
        lets copy them, on the theory that someone might be editing them during the
        test

2010-10-28  Carsten Driesner  <cd@openoffice.org>  [30404a1cea9999f7be7904fd2627162d02793e00]

        dockingwindows: #i112595# Fix problem using dockWindow() and toolbar is not correctly shown. Further code cleanup.

2010-10-28  Jesús Corrius  <jesus@softcatala.org>  [6a6190a7bbe8e12a52a8a0a3b69d58ea4a90c31c]

        Make some stl functions less ambiguous (fixes VC++ 10 compilation)

2010-10-28  Jesús Corrius  <jesus@softcatala.org>  [409ed5a0128dd2dfdaf9a8a6984da5cb7f8e22df]

        Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)

2010-10-28  Joachim Lingner  <jl@openoffice.org>  [7f2d39227eb926f571bbcc74a75d71aef6e2f949]

        jl160 #i114794 adapting admin.pl to use unopg sync without further parameter

2010-10-28  René Kjellerup  <rk.katana.steel@gmail.com>  [f87611e9a2cbe535a83bc50a89d304e5aa39d528]

        remove un-necessary profiling module causing crashes

2010-10-28  Jesús Corrius  <jesus@softcatala.org>  [30757d14fe525bf8264e97b9da37e459e2e886fc]

        Add directory for msvcp100 libraries

2010-10-28  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [28785dce3c055589e560f8a0a128ced44827df99]

        Fixed a condition: the filter needs to be checked for NULL in every case

2010-10-28  obo  <obo@openoffice.org>  [182919b440b963137a4e7e6b0716782031846a84]

        masterfix OOO330: #i10000# BrOffice removed

2010-10-28  Release Engineering  <releng@openoffice.org>  [85838ac5f58252083a32fd3f53dfc5c040ad0c47]

        OOO330

2010-10-28  Thorsten Bosbach  <tbo@OpenOffice.org>  [2821da445425f6245509f254e0b102d7299a2829]

        #i114476# fixed maximize/minimize on Mac OS X

2010-10-28  Thorsten Behrens  <tbehrens@novell.com>  [427e10554877fdd66d84c1f8a5bb1f60d58d2514]

        Improvements to regcomp/cppunit gdb mode
        
        Made gdb not read user config (always ends up in tui mode for me
        otherwise), made DEBUG<PROG> vars also recognise the more idiomatic
        lowercase versions (e.g. 'dmake debug=t debugcppunit=t' now works)

2010-10-28  Dirk Voelzke  <dv@openoffice.org>  [4516fdc544da8699f6cb551ab9cd13da87c2bed8]

        #dv22#i115288# Allow user to ignore updates for an extension

2010-10-28  Dirk Voelzke  <dv@openoffice.org>  [77d58672c644bc403721dccf3baa7fcae8720ed8]

        #dv22#i115288# Allow user to ignore updates for an extension

2010-10-28  obo  <obo@openoffice.org>  [50b023a94b59bedf747e1c16e829b8a28d1842a8]

        CWS-TOOLING: integrate CWS calc61

2010-10-28  obo  <obo@openoffice.org>  [5a19fa6fb62e6bcf22ef79c6cfbbfed1e59c897f]

        CWS-TOOLING: integrate CWS calc61

2010-10-28  obo  <obo@openoffice.org>  [087651450c6aa121ea0f1830e7d8224c79588e41]

        CWS-TOOLING: integrate CWS jl162

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7abe5ea730c08466dce9a80a45cda41c88a4faad]

        dba34b: #i115284# clear hdlentry when it going to be removed

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [2aee1633048bcb732a5c1917580d305afa54e5ef]

        fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASS

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [e9daae2025279d04155ddeb794bb35952e627ed7]

        fdo#632229# For unx set WM_CLASSes that matches the .desktop files

2010-10-27  Thorsten Behrens  <tbehrens@novell.com>  [571373ef8f3abcb66140a5db92b109c1f72abcae]

        Fix typo in zipfile dependency

2010-10-27  Ingrid Halama  <iha@openoffice.org>  [db36cee77def18c36b2316fee9eac05ff7c9b2d2]

        chartextensibility: #i115276# improve layout of hierarchical axis labels

2010-10-27  jgraeme  <jgraeme+lists@gmail.com>  [e924c21986d4ae0a9b98641ccdb1e701250754de]

        Filters - Clean up some comments in binfilter/bf_sw/source/core/unocore/

2010-10-27  Tor Lillqvist  <tlillqvist@novell.com>  [9701dc30610792e63e589f5fa6f8f2eb1866c97f]

        Fix mutex related compilation errors

2010-10-27  John LeMoyne Castle  <jlc@mail2lee.com>  [916fa4512adb7e41190ca2da520900d000f953d1]

        Correct declarations to reduce shadows member warnings

2010-10-27  Thorsten Behrens  <tbehrens@novell.com>  [12b80e76ca8f716984980f8e47bbe9785709b238]

        Fix crash in OGL transitions
        
        Seems on sufficiently slow displays, the disposeTextures() call
        comes before any window / context has been setup. Fixed along the
        lines of fdo#31072.

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [bbcf2aaa5300c1692786e2ba64614499b9823df3]

        add some debugging stuff for regcomp

2010-10-27  Niklas Nebel  <nn@openoffice.org>  [2b0596f11bbd306efb30e20aadcab561279ec348]

        calc61: #i115266# handle multiple selection for printing, return valid settings for invalid selection, catch exception from getRenderer

2010-10-27  Niklas Nebel  <nn@openoffice.org>  [beb032bc52ad5fe35db63493ec3a553f45951443]

        calc61: #i115266# handle multiple selection for printing, return valid settings for invalid selection, catch exception from getRenderer

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [4ec09d78acf77de15c7464ec99f82e08b81a8073]

        add modelines to .h and .c files as well

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [5bd92787713263456680d3bc984ae4fed80e1d3a]

        micro optimizations

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [1af4026d3fbb205044059d4024527c217bd24d82]

        micro optimize

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [da5cef0ab476edf496f7591ab511d09336dd197f]

        add modelines to .h and .c files as well

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [c9d96e6ac9985f4bf9e899d6d31937bae374c57d]

        add dbg_dumps for string buffers

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [0b468b7e7dcff4492a74582ef9482f6f0cc13c7c]

        add modelines to .hxx files as well

2010-10-27  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [bf2b7b353bae4c7c6c332274d3734bb62243e1a4]

        Fixed fdo#31075: Use "Enter Password" in all the dialogs

2010-10-27  Thomas Benisch  <tbe@openoffice.org>  [1f991552dd9c60d4d4008d652af4d97f232cb0f3]

        chartextensibility: #i115276# improve layout of hierarchical axis labels in chart

2010-10-27  Thomas Benisch  <tbe@openoffice.org>  [a82a5b6191de8e8dad9f55f0f7da57732a0bef14]

        chartextensibility: #i115276# improve layout of hierarchical axis labels in chart

2010-10-27  Thorsten Behrens  <tbehrens@novell.com>  [d93277260291eef4ad8303933209eacd438082fb]

        Fix build breakage in OSL_DEBUG_LEVEL>1
        
        Conditionally compiled code referenced _vsnprintf.

2010-10-27  Release Engineering  <releng@openoffice.org>  [035b8335dc769f1d4537d2b645ab9ad17c4891a8]

        DEV300

2010-10-27  obo  <obo@openoffice.org>  [4179fa98313618823cf89be863e7238694a7f814]

        CWS-TOOLING: integrate CWS dba33l

2010-10-27  Katarina Machalkova  <kmachalkova@suse.cz>  [909c300fa0bb50e57d2b6da3c61c97d8877f93fe]

        Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build

2010-10-27  Michael Stahl  <mst@openoffice.org>  [22e9ecace1b03dbab44784af1a5a217a7764c3a8]

        merge DEV300_m90

2010-10-27  Michael Stahl  <mst@openoffice.org>  [9643bcf3731313e88c5e70d444121972ea27e70c]

        merge DEV300_m90

2010-10-27  Michael Stahl  <mst@openoffice.org>  [d5fef25425e61f4209d95fd3d1aff2d5f6422775]

        merge DEV300_m90

2010-10-27  Michael Stahl  <mst@openoffice.org>  [205be580f9fd4676c0be9cfd3b417390ce2bc357]

        merge DEV300_m90

2010-10-27  Michael Stahl  <mst@openoffice.org>  [c0dd8e15db4937bf8b7f84c38d69f315444ce042]

        merge DEV300_m90

2010-10-27  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [2f44b7a74dcdafd9a879994ab6a3a81063bf1b7e]

        i115273,[Automation]: shift old documentation to new style using printlogs

2010-10-27  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [ca35f8aa129d109109e2886e3d9e1f8df5d697a9]

        i115273,[Automation]: shift old documentation to new style using printlogs

2010-10-27  Joachim Lingner  <jl@openoffice.org>  [3352853a9d6779a40a50ce7ecee6d794a6a5075f]

        jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6

2010-10-27  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [439ccc079ad3884b34b7baf8f2004dde398dc65e]

        Fixed some fields import bug: symbol visibility problem

2010-10-27  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0178c09afe75603351cab8e8c022213f8ea7b854]

        Fixed a warning due to stupid unchecked changes (from me)

2010-10-27  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2aab1bfd864c4e6beaa0a789abf954238d32b53b]

        Fixed a word length minimum that was removed

2010-10-27  Mattias Johnsson  <m.t.johnsson@gmail.com>  [fa2857fbd214346cdb808971b5830bc8833decc4]

        Add character count exclusive of whitespace to document statistics part 1

2010-10-27  Vladimir Glazunov  <vg@openoffice.org>  [d5d2a1cffc728100f8119252ff26f95949e6d35c]

        #i115204#,#i115131# HDU: avoid problem on systems with older fontconfig libs,ignore fonts worse than outline fonts

2010-10-27  Carsten Driesner  <cd@openoffice.org>  [1d6df0d19d9fccc559c91dfb864d5cb2b38d864a]

        dockingwindows: #i112595# Improve layout function so docking areas are now only shown when completely layouted. No more overlay effects or other artifacts visible

2010-10-27  Martin Gallwey  <martin@gallwey.com>  [a837bbd1ca16b00c6853bf3bb390fca36b49fb9c]

        Fail if trying to build as root on Cygwin
        
        Building as root on Cygwin has been knnown to fail in various way, so
        prevent that.

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [6eb0c4895f193e4090535f3e120f4627c2b2353d]

        add modelines to .hxx files as well

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [8cad7d1947a02e28355c03b787df40052b48e4e4]

        add modelines to .hxx files as well

2010-10-27  Katarina Machalkova  <kmachalkova@suse.cz>  [a41687b62b0a6f2b79e44311ddf74c52e844ee36]

        New files from xlsx-shared-oox-chart-export-part1.diff

2010-10-27  Katarina Machalkova  <kmachalkova@suse.cz>  [9e02fc64430ccdb311a08dd966cce61884a8b34c]

        Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build

2010-10-27  Katarina Machalkova  <kmachalkova@suse.cz>  [b9d1610aa212c4283a8af73c6050a0e60993c484]

        Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build

2010-10-27  Joachim Lingner  <jl@openoffice.org>  [d726734faf28f6d84f7f97f25b45e46ffd4c53f4]

        jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6

2010-10-27  Caolán McNamara  <caolanm@redhat.com>  [e9470b00509155fc27598b59acfca26a7b85ae6d]

        add modelines to .hxx files as well

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [395483cdcb04630a52cba44291cb93b72323e97f]

        undoapi: no need to assert (via DBG_UNHANDLED_EXCEPTION) exceptions caught while calling IUndoManager::Undo/Redo: by defnition, the manager handled this by clearing the stacks

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3d6f1fbb02ba073437cff962bd63ae35e18c0511]

        undoapi: no need to assert (via DBG_UNHANDLED_EXCEPTION) exceptions caught while calling IUndoManager::Undo/Redo: by defnition, the manager handled this by clearing the stacks

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e6b224ae549fd53e0829ad00f4cb1b93ba329bf6]

        undoapi: added assertion to recognize interwoven API/non-API contexts (should not happen, legitimately)

2010-10-27  Niklas Nebel  <nn@openoffice.org>  [c0b1151e425c4467ee8a9defae042497265523c3]

        dr77: #i105279# InvalidateTableArea in SetDocumentModified with locked repaint

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4aa4dfd21315d5f0707ba60a322d2cde10e7f2a4]

        undoapi: EndModelChange: Invalid SID_UNDO/REDO

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [160655c54623e7e9a8f0290c91de052334b96c48]

        undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [736a03a2c01b28c3f5c88f691e193d52783de282]

        undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [590de69ae50265faf0037cb78d7d9ca03886e969]

        undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [19b80994ffc3c5740b9b7ce0c2755bae9623501b]

        undoapi: +SfxViewShell::EnterStandardMode (so far, only dummy implementations in the apps except sw)

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b8ae0aaaf14f91ba8d0a7a70516b3da143c1ab57]

        undoapi: outsourced locking functionality into a dedicated interface

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1cc357cf028e10d16bd1744ae82ffa2242d8bffd]

        undoapi: outsourced locking functionality into a dedicated interface

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e1cc3232c6608fb49965eadc8d3291b392b87e0e]

        undoapi: detailed the error handling

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d4be10b3fab2ec80f137d1d86cd9dddd41506015]

        undoapi: detailed the error handling

2010-10-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [27026fbe5299f053cff0f2cb1a3cb155455b27e6]

        undoapi: detailed the error handling

2010-10-27  Michael Meeks  <michael.meeks@novell.com>  [5b598f6b8cbd4356c41ef1ae716f898891da95ba]

        Merge branch 'feature/editable-formulae'

2010-10-27  Mattias Johnsson  <m.t.johnsson@gmail.com>  [5e120b303d4efd05bf758d76f10421bb3ac7771f]

        Add character count exclusive of whitespace to document statistics part 2

2010-10-27  os  <os@openoffice.org>  [ccdedff035db01a64d929d2babdea7e22dcb1bd4]

        crash on access to TableNodeInfoInner prevented

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [a32099d4e7163c4bf1136432fbcc1743a35e3f83]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [bd2b376314ed0da83c8e32a7975f6cf3434b947e]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [acccf6e4e4c54c75f71bd3d8e038fbb7cc7de91e]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [296f3e6051fec65608970d22a451149affb00704]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [656bc319fc8eecd973979a152469a4bb7213e51f]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [43a5dda116158e9bfe3d6cfc020216329964c3af]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [f14c1f372f2adaaa468a1c88c841cec6aeb16d92]

        remove vos reference from uno xml descriptions

2010-10-27  Norbert Thiebaud  <nthiebaud@gmail.com>  [61623da8d9a0eb756b0a39707b8b27c8566b33fa]

        remove vos reference from uno xml descriptions

2010-10-27  Thorsten Behrens  <tbehrens@novell.com>  [9e44cd9a2629f79c20140bffa97e37d301e06de6]

        Revert "enable this again ;-)"
        
        This reverts commit 263f325e3fcd629a445b36a5bf7487731996a813. Cannot
        register configmgr on at least two different platforms.

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [9ce219df2d63fe408357af3aae4bdd1259e66009]

        Make unopkg on installer not require accessibility impl
        
         * applied patches/dev300/solenv-installer-unopkg-call.diff: call
           unopkg during instset generation, such that spawned java does not
           require interactive session (causes weird hangs during instset
           generation on Mac otherwise).

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [983fffc2324751a842e0f542852c11dd735ab49e]

        Corrected file modes

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [e013c5ea8aa75f5c422ef0940cbf39234e0b7d34]

        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>  [f64ef72743e55389e446e0d4bc6febd475011023]

        Better shading algo for customshapes, better gradients
        
        Some custom shapes can have shaded parts, like for example 3d can,
        the bevelled buttons etc. Those shaded colors are calculated
        internally, and have been way off at times. Now using HSV color
        space & the originally documented luminance modifications in steps
        of 10 percent. Compared to MSO, still no 100 percent match, but
        that seems due to gamma correction there.
        Additionally, starting with MSO12, gradients on those shaded surfaces
        look much better; adapted code to display gradients equally nice.
        
        Note that most of this patch also applies to ooxml import; note as
        well that customshapes from *all* kind of input files (including ODF
        docs) now look different than before; no real way of changing this
        in a backward-compatible way, since behaviour of custom shapes is
        mandated (mostly) by internal tables, and not stored in a file.
        
        Applies patches/dev300/ppt-customshape-shading-fix (much of it was
        accepted at OOo already, via i#102797)
        
        Applies patches/dev300/ppt-customshape-shading-fix.diff: fixed prob
        with line arrows - the extra-added single point polygons lead to
        extra arrows randomly around the custom shape. i#105654

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [591d2c50a40093ef1cb014a38300c7451f7c710f]

        Fix impress ruler behaviour
        
        With 3.0, Impress numbering was modified because of the odf1.2
        changes in list level handling; we differ in the way we
        consider paragraphs to belong to the 'same' numbering group,
        compared to ppt. now, as long as the para has the same outline
        level (and no 'restart numbering' flag), it is considered to
        belong to the same numbering group, i.e. numbering will mono-
        tonically increase. Compares favorable to PPT. Additionally,
        fixed a repaint bug that prevented following paragraph's numbers
        to change, when certain modifications were made on the current one.
        
        Fix is discussed in i#101269
        
        Applies patches/dev300/sd-ruler-fix.diff

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [5e1626f2cf40d4b52128d4464e838b8df0be55a7]

        Fix impress ruler behaviour
        
        With 3.0, Impress numbering was modified because of the odf1.2
        changes in list level handling; we differ in the way we
        consider paragraphs to belong to the 'same' numbering group,
        compared to ppt. now, as long as the para has the same outline
        level (and no 'restart numbering' flag), it is considered to
        belong to the same numbering group, i.e. numbering will mono-
        tonically increase. Compares favorable to PPT. Additionally,
        fixed a repaint bug that prevented following paragraph's numbers
        to change, when certain modifications were made on the current one.
        
        Applies patches/dev300/sd-ruler-fix.diff

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [72891496e3063ec3e77f6c217d59103492997904]

        Keyboard accel for Impress custom anim create dialog
        
        Make ok and cancel btns work on return and esc, resp. in Impress'
        custom animation create dialog. Patch from i#105675, applies
        sd-customanimation-defbutton.diff

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [d585f5d415bb4d80d6911f74cf584da438361b6d]

        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>  [d7ab839b8e257e48639212b44943ae3556d28d46]

        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  Vladimir Glazunov  <vg@openoffice.org>  [91f02c263c3c7d9f012cd2427d6bb84bfb79ec93]

        vgbugs12: some changes for strict

2010-10-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [78b10685ef7c732c6b781bdef36754a2ebe8c485]

        USE_BUILTIN_RASTERIZER needs to be taken into account on Windows after all

2010-10-26  Andrew C. E. Dent  <ace_dent@hotmail.com>  [bc1523325510bdf6fdfc996d578008f8052206b6]

        More icons optimized.

2010-10-26  Jesús Corrius  <jesus@softcatala.org>  [0eb2798eb46d964da84869d3ab16a6398b8b070a]

        Remove redundant zenity message (that also breaks the script on Windows)

2010-10-26  Michael Stahl  <mst@openoffice.org>  [cf387cd5b67e7e2341ddb6427e908aa5d6cadc84]

        merge DEV300_m90

2010-10-26  Michael Stahl  <mst@openoffice.org>  [49ed223a54deeeb5a3dc467d2a5adcbdc0724d08]

        merge DEV300_m90

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [0e4186e35dd216c2a5df92e15b309eef9826606d]

        Add support for PPT newsflash slide transition
        
        This simply enables the transition on import - support in slideshow
        is already there

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [7f5ebf8baeafd72ccc1fe81c99a4effa2c357712]

        MS interop: support for cutblack slidetransition added
        
        Adds CUTBLACK slide transition to ppt import and slideshow

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [763166bf61c10d814036e6f5fe6729e8de4f794c]

        Default to bigger handles in Draw/Impress.
        
        Much easier to interact with shapes - screen dpi is only getting
        higher these days

2010-10-26  Thorsten Behrens  <tbehrens@novell.com>  [8eddddda1d8e0a9401ae16e5c1fe422b2105f42a]

        Fix broken Impress document zoom behaviour
        
        As outlined in bugs n#380013 and i#88939, in certain cases Impress
        loads documents nastily offset to the top or left, instead of
        keeping it nicely centered.

2010-10-26  Michael Meeks  <michael.meeks@novell.com>  [0bb037ce8c3b385e150505cc59a38c7c8ed29b93]

        enable zenity only when DISPLAY is set

2010-10-26  Jesús Corrius  <jesus@softcatala.org>  [b94cbf576218ba8f69f284b303cb1d3def5822c9]

        Don't check if ENABLE_ZENITY is defined but the value

2010-10-26  Michael Meeks  <michael.meeks@novell.com>  [dc8f682a3dafff3fc15189c069e84f11430ef33e]

        remove busted MD5 pieces breaking the install

2010-10-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [58ee492f3a531f792e8ef7abbfd8ffee744670b8]

        Fixed some inconsistent debug ifdefs

2010-10-26  Carsten Driesner  <cd@openoffice.org>  [3314bec88951b91c102fb26780cbb30d571b2a3f]

        #i112595# Transition from sal_Bool to bool

2010-10-26  Carsten Driesner  <cd@openoffice.org>  [7cd05cb69a4f49a84c4cfadb0f36943350f8e783]

        #i112595# Fixed problems with sub-toolbars and docking

2010-10-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [9d2a02354ee9f95e43c8a5d5ad04335783a98fa5]

        sw34bf02: merging heads

2010-10-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [b5b95a9f2c967869618c837251212dfeac6046a0]

        sw34bf02: merge with DEV300_m90

2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [d9dbe5c67fdc1e7066a36b88eed416a3023d48ef]

        micro optimization

2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [694c50525f1971e729b04908805d9f1baf9de08d]

        micro optimization

2010-10-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0416ebc383f8f20e139d4e46270699bb807a426c]

        Fixed a perl warning

2010-10-26  Vladimir Glazunov  <vg@openoffice.org>  [e7ef6d4dceb7e8e0c1d492d8c01296f6d88d5215]

        CWS-TOOLING: integrate CWS automationdev300m87

2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [0a8533f38c10323c33199847b8e0f28307fd030a]

        enable this again ;-)

2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [478726b75e3ae1fa0d3c902a0927a545f7d80d0a]

        need salhelper now to build

2010-10-26  Caolán McNamara  <caolanm@redhat.com>  [7fd222927bed8bbd5b0fc006681f583fec66974d]

        make these not leak and safe to use

2010-10-26  Michael Meeks  <michael.meeks@novell.com>  [c79f682618ddea2936d4a49e94655de9d5e660e4]

        cleanup for multi-process builds ...

2010-10-26  Joachim Lingner  <jl@openoffice.org>  [f1b79dae76ea0ba3d03854c121cfbd958fe86cee]

        jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6

2010-10-26  Luke Dixon  <6b8b4567@gmail.com>  [4fa790ad7b7394a4d9e481c33a325621859a04c8]

        Add zenity systray support to the build.
        
        Adds also a configure option '--enable-zenity' used to enable this feature.

2010-10-26  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [42c20c4a7d4360a1e2664ea16113dcd19675495f]

        #i115204# avoid problem on systems with older fontconfig libs

2010-10-26  sb  <sb@openoffice.org>  [10ab6463a189a22b6059a2fafeed414ef50dbf1c]

        sb131: #i114962# removed unused type name to conveniently avoid compiler warning about shadowed identifier in a derived class

2010-10-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad312005bd3480e78f82824a95589e0673c56d93]

        automationdev300m87: #i112208# - Turned off verbosity in hFileOpenLocally()

2010-10-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [10276665ffba77912e73cb80f17fc1601904024a]

        automationdev300m87: Rebased to DEV300m90

2010-10-25  Joseph Powers  <jpower27@cox.net>  [8e24e5412bf55d682d3db5de8ef196341a71f31b]

        compile error inducing typo in aqua salinst.cxx

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0333b7f8eddebf826a7ef600b6729155628a333a]

        finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4379f1f9e773cbb00801769b7515ea0889f8eafd]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [96e55a41ae0a6a74eb14a9a8af82acdf798fa418]

        rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab25f5f512cb18e0aaaef5c83b1adbcaa6cde921]

        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>  [948892cb90b3107324dae0fe2e00e50d9bad035f]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2c66250f058edf94769d59e47d9b38230750eeee]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [014e66ceba7764c93c401dbbe2145233cbcaa1ea]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d441fa1f8cc0a17a2bc166bf2f2a44f76b83a773]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [a4c90068947f9a60e586ac38457238c33f33bef7]

        rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [6991ea8f40cac8887e3a350b984112d4147d83f2]

        kill bonobo-related code in the codemaker

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0e20364de4e991507617ae39e346263554703c70]

        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>  [59e7685d8d812ee8773f57475cbe3aa2a0bdfc81]

        Create an abstract interface to be used to implement a SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [38ce15ce478d33772c5dd2fa8aece417d89d2861]

        merge vosremoval-timer.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [a04813dcf1e9166396d4be68c12ddb87ac7bc6b1]

        missing include for build on aqua
        
        Thanks to Joseph Powers for reporting this.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ab9eecc53a6f87ccb6004e21c44d73b5f6e1ec1f]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [08be4cfe51342b5b08511951b9c5ff13b3eeee8d]

        convert vos/process.hxx and related API

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [854ff7bfc802d47d2a7419f7185af069a216b0bd]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c21186c38d1bed344cc95ce7572f0d7366186ab2]

        rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [505309ad2d33068449e2eabc62e90e81b4049cf0]

        fix missing vos::Guard creeping back-up after rebase

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e25dcb6462ddb5afd20775a79812248e5878ba58]

        fix a mishap during the OGuard migration for aqua.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2d4d886819ccb900873b24475f443ed06ea5394a]

        remove vos::OModule

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d88b292704957818eff9a348a524b5c90b40031b]

        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>  [98b2c08dff4d00b3e7a2e001c326ebe27dae4549]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [5ef746c2188703ec34245a2c096063958713dbdd]

        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>  [ea05f2aa4e28fd40238c4962e9dcbbf0d873cabd]

        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>  [3d99638e462ece3f2d82ccc7fe4a8d281e3f4068]

        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>  [7223ecb528c9883bae835ae5b47f7306efa2e256]

        Use SolarMutexGuard where appropriate

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [18a9a87a805b94ad8f7b8a67d63a8568bfd295e7]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b450a32890184a18ed176dbf717e944190cbe643]

        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>  [5baa9a51a87ea15a36997cab013a1753c2fec0db]

        merge vosremoval-pipe.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [548517c16a36dc87aaa38085c0dad5a262d7c3e0]

        merge vosremoval-timer.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d57d662ac71680881fd24e1a3fd857d2e5116acb]

        merge vosremoval-conditn patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [407f8c9293b95106ed8ca1ea09d000d975a8583d]

        merge vosremoval-signal patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [8daf7c66c52cfecc650904415d61a38a0797f6e6]

        merge vosremoval-security patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d1a84041917270fca42b7e490d540469cea5d08e]

        remove a vos:::Guard that crept up during rebase of the vos-removal branch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e87bb9323c75923d562e6cec565fe385b8044869]

        missing reference to salhelper in link of a mac driver due to vos removal
        
        Thanks to Joseph Power for finding this.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [1df23c08d442cc3e5d3714b54b8d5ab73327b954]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [119873328acd70ca3569c21a0b1fe36277e8bf4c]

        convert vos/process.hxx and related API

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [6cd025d44e9464716c8645f435966baca4caf921]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [dbc4dae204e774a0e7274b63e82d6f9ac1cf94c0]

        rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [48ba58a5fcf61a626624a3332f71bacca1c1d90b]

        fix namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3b602d47b239920b64c69983d46e00f933563d05]

        remove vos::OGuard that crept back in during the rebase

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [bb32387818955960c3b5d64b59d006389c6b44e1]

        migrate vos::OModule to osl:Module

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c17635d5752c010405efba458cfb3a98f5afaf75]

        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>  [d3756b8b7318ecae4eaf0552aea3cde940e91490]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [7d22ff57241f19213453ecd0c98d67fb579a3803]

        replace a OClareableGuard on the SolarMutex by a SolarClearableMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4bd2ed6a919c1c970dda6e9f58b813d6b59a6eb5]

        convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.
        
        Most OClearableGuard of the Solar Mutex could be converted
        to a simple SolarMutexGuard.
        a couple of site were converted to a SolarMutexClearableGuard,
        were converting to a SolarMutexGuard would have made the code more
        convoluted.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [dbd5e19301cfae96600724cfdcfa004a08b50afd]

        Use SolarMutexGuard where appropriate

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [f4f4a8ed4f56035cc9f536d00f62a552af974cf0]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3a81649a55a49705d907a6ee72c92e26d2d4f2ee]

        merge vosremoval-pipe.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ef07ecf985e308fc4915cfbe8c2a15d583238f5b]

        merge vosremoval-timer.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [a76829b305fec288bf4f1b0b885f16caa3f3c62a]

        merge vosremoval-signal patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [8490c250e8a31d503ce2ee3449ff703d47a469e3]

        merge vosremoval-security patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e73dde5fb4fa7514c5bddf4a3c5f47a4a0655db5]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [e042951f36e29586d1144da70582f6a147c9a083]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [33cd16725fc393e33a3b54c861dd0f3a241414a2]

        rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [53c1284cd7542c657bf6603663c1cc2480d7c674]

        migrate vos::OModule to osl:Module

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [46308b84ddc46d8f99e6b3416636e6286d23d7e3]

        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>  [d3d553e1ef00b1ae5ac4d65e53e8ea08b24085f3]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b10b21b999a36a6925790284c44e7b45283bd104]

        migrate use of OClearableGuard(SolarMutex) to SolarMutexGuard
        
        3 helper class and a site were using OClearableGuard on the SolarMutex
        None of these actually needed the Clearable feature, so
        they were replaced by a simple SolarMutexGuard.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [213c3f88258fc803bb38dfbfe7c390eba245ca84]

        remove the class TLBSolarMutex and use SolarMutexGuard instead
        
        The class TBLSolarMutex is a wrapper guard arounf the SolarMutex.
        the class SolarMutexGuard already provide this function.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3e2c29ba561a9080d42b233962a762ea36330fd5]

        remove the class ALBSolarGuard and replace it's use with SolarMutexGuard
        
        ALBSolarGuard is awrapper guard around the SolarMutex
        SolarMutexGuard provide this function now.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2f21892bef244fa07275116187348b1a90743776]

        replace BBSolarGuard with SolarMutexGuard
        
        BBSloarGuard iw a simple guard wrapper around the SolarMutex.
        the generic SolarMutexGuard provide this feature.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [df0d006de50d3458ce1b14fc9243aa16d55c9bf2]

        forgot base clase init call

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [08f2eafe269db659cfa67095954ebdf99168f519]

        replace the now superfluous TCSolarGuard with SolarMutexGuard
        
        TCSolarGuard is a class that basically wrapped a Guard around Application::GetSolarMutex()
        This function is now provided directly by the SolarMutexGuard class.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [0d1f3a8577c56d162de09478cc3c358beb8683a7]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d166c4a022a4219eb488f6c0dbd3a6defdc974f7]

        merge vosremoval-pipe.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [312466f9d486a2e9607717e6ee5b06c88121f53e]

        merge vosremoval-timer.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [b67f62e299a22a33c32523db06f509ff92b5b829]

        merge vosremoval-conditn patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [534b6430e85fef1ba17286099f04cea7b8b3ce3c]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4bc5acd6d99fe1bc1ca3cbeebca153f4f179163e]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2168deeb9c85c9ff5ab2bd3527d321fc5150c1a4]

        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>  [76c11607870c5370074be050c96e990298733d5e]

        Finally, gut the vos module out of the build

2010-10-26  Adrià Cereto Massagué  <ssorgatem@gmail.com>  [5e04331fc0a6434c61d3d18843cb4f80a44e5989]

        Several comment translations in formula

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c2784bad7dd834481ac2643f64b6f472fce4b43e]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d2d960a4bef59bd1e2fa62f0c6f60b5165ec8360]

        convert vos/process.hxx and related API

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [9e9bbfc1a1502ab7f38d785704a004b069f2b845]

        migrate vos::Omodule to osl:Module

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [d7fbd4ebf9823ee0af4bcf6a12b5ac1ef64b8606]

        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>  [be0c9d802186671420b6ea6bcc654f66e49d3e2c]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [6bc8cf4fca5cc8d1c880c20eefc83d86ea0e6f98]

        replace a pair acquire/release on the SolarMutex by a SolarMutexGuard

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [f883da353a2edf987ae2edecbb2c765a2fdd929d]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [4568eb5aea9c851596aba56af5a64677ba3c10f1]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [99c1afa6f7ee0bf7cc15d16e5b3d73d32f53d1bc]

        convert vos/process.hxx and related API

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [bc917630011508a7f2d772fbb20e3aad6cd54d61]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [61c50e136a877407bb70e85964188f98eb740576]

        migrate vos::OModule to osl:Module

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ce0417240da6834c4856b3322dedaaaf97a643df]

        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>  [8e81c6572fe34bf29b943dd0cece39b46f1c9380]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7b9e3a1b31ba9f23a61137fb354c752df83323b]

        replace a pair acquire/release on the SolarMutex with a SolarMutexGuard

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [5accebc3923bc515df87efaa07df5a8873bcc143]

        Use SolarMutexGuard where appropriate

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [6d4cd2f057a4d8496130cc46b887481dfeb50137]

        Remove the class ScUnoGuard and replace with SolarMutexGuard
        
        ScUnoGuard is a guard wrapper around the SolarMutex.
        SolarMutexGuard provide that service.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [f04d15d8dde9dda068915a4539e46d5baf805bb2]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [eba45692a3823a4067e9d5c0b1ad6f621c361a79]

        merge vosremoval-security patch

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [f45ddd0be969107bcd8649d33de6cd9763d5df7b]

        replace a residual use of vos::TTimeValue by salhelper::TTimeValue

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [cd3998c22f9d8cb5432bea0974134df21ba75f37]

        merge vosremoval-timer.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [ac05f0a34475c74848d25efc6dc8b17ef81b0654]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [3a2957a4f5fe8819f40d595f3a75d9511b8a4fcd]

        remvove vos/macros.h usage

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [c94a7511bf72185b189f0535f2963a78817f8c39]

        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>  [d2c8e2e76f1c363dd7a07bd7c47d78d3e50ae5c1]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [a68054ee679d4fad0ff8139a85764c46a32ae2ac]

        Use a SolarMutexGuard rather that direct acquire/release on the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [86c595452b7822e6ca250de9859e5ef04c74b340]

        Replace a suspicious Guard on a solar mutex.
        
        This site use a OClearableGuard that is being converted to a SolarMutexGuard
        Guard will do... What is suspicious is the point where it is cleared.
        It seems that it is way to early to serve its declared purpose.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [2622a457404ff6593535219aab8e3cba1cb07c9e]

        replace ScUnoGuard by SolarMutexGuard
        
        ScUnoGaurd provide a Guard wrapper around Application::GetSolarMutex().
        This is now provided by the class SolarMutexGuard.

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [defa3490b432f331b0f27a9ab14795f476cd3990]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [9aacc61749ad0b84112f88bc5b048c8c8e494089]

        Finally, gut the vos module out of the build

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [81eb43c3d733b3f6f6f232f5490e45a92aff82ed]

        make a osl:Reference de-reference a little more sane..

2010-10-25  Jan Holesovsky  <kendy@suse.cz>  [35496269b66b19469063632c03e2f8ca1360c989]

        Fix typo: something->get; into something->get();

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [84869b63b49405bede76a152f9c8d3d1e35db3b8]

        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>  [25ecc1fd1a876ab54f7be2e3ea0c8840842df079]

        merge vosremoval-reference.diff

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [8f1eae5b7434253a0ef098b8cb8963ed17af3030]

        repl OClearableGuard(SolarMutex) by SolarMutexGuard as none needed clear()
        
        Four site used a Clearbale Guard on the SolarMutex, but non of these site
        actually needed to clear the Guard, so SolarMutexGuard fit nicely

2010-10-25  Norbert Thiebaud  <nthiebaud@gmail.com>  [921136c6933f9142a9371eccf98799d72ee1e6cd]

        use SolarMutexGuard to guard the SolarMutex

2010-10-25  Gert Faller  <gertfaller@aliceadsl.fr>  [04df950dcc432834bbc2d3a27e13a7817eb775d5]

        cleanup obsolete comments

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [75f4899265e23a405d30ef26a037d1b9c6bb8c18]

        fix typo

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [1268770147662f80c455e85bedfaaa7133919fc1]

        #i113212# support x-iscii-de/RTL_TEXTENCODING_ISCII_DEVANGARI mapping

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [a4939e9e4178dbc1bf83a641cb7a5ba97da2edb2]

        #i109882# return early in unlikely event of failure

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [344eb2834be757c3782fd1146810cbb7bffc886a]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [35e4fd2f46fdc6a4b7e14b4249fb60857c2cb322]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [145cbf35719c6d45baf3bf2bf0241b8eb3804ce8]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [fbfbfc1abc1d43f8839443b03040259e480bb829]

        micro opts

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [7b0546a50cc5fca7051439649636b6372a37e601]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [dcf67b25c38d1c2c25cdec574f230e94c7c15817]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [6a679931e82db31b0e0ad00c052ef6026357c329]

        micro optimization

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [9b8c0ed9eba14ca90f4d90c44601d2521b95879b]

        micro optimization

2010-10-25  John LeMoyne Castle  <jlc@mail2lee.com>  [1b7016add9b71c97e4913655f1c7389122266d9e]

        fix 32 bit overflow with 64 bit constants

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [c86c2a3a15d802f6ada8c11a47871f349aa450f3]

        #i96106# WaE

2010-10-25  libreoffice@mcmurrays.org  <libreoffice@mcmurrays.org>  [413d918706cf09a5b5b0a977e04327014e9403c3]

        Added perl module required for commit f8114ef6051e0fb5cb02d97ea468a2da7d2047fa

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [b11318daa310721a350619cede79802974c62307]

        #i106131# ignore bogus tabstops

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [c954581637cdd6b76a14a74d17068c1d3d481021]

        micro optimizations

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [26c20675d0c36cb1c606970df2d638e05325e02c]

        micro optimizations

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [f379da216adead0fda881fc22a908e57c3883edd]

        micro optimizations

2010-10-25  Caolán McNamara  <caolanm@redhat.com>  [e5e4c54da56941c1a10d34c5dc515c72efcf3200]

        micro optimizations

2010-10-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e18be25449bca279ed31564d9e9acd5398f975df]

        vcl116: #i96684# add configuration option for sworkspace switching

2010-10-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a420a92b26cb536f6329d176f7349c63e7cfa4d8]

        vcl116: #i96684# optionally do not switch workspaces of WM

2010-10-25  Michael Meeks  <michael.meeks@novell.com>  [c1458fe869a44f6982a386db1e9edea221186fe2]

        cleanup / remove obsolete pam config pieces

2010-10-25  Michael Meeks  <michael.meeks@novell.com>  [d42255ec76c7893d846ed7dcf42cff70237a9dc9]

        cleanup / remove obsolete pam config pieces

2010-10-25  Vladimir Glazunov  <vg@openoffice.org>  [7193ff6602780443d0c0b6ec8dac057db6983e4d]

        CWS-TOOLING: integrate CWS ause126

2010-10-25  Nadav Vinik  <email@nadavvin.com>  [8bd44f0a7ee526195566fcaeba77fd8b861af80b]

        remove un-necessary pam usage

2010-10-25  Thorsten Bosbach  <tbo@OpenOffice.org>  [f928dde9b40906d4813c9acd140a80340adaa8ec]

        #i115106# math part

2010-10-25  sb  <sb@openoffice.org>  [bf0d13c61c57e21589c5589f97ab17a6c151ea03]

        sb131: #i114962# test uno-components;platform= feature in passive.oxt (and adapt active.oxt similarly, for consistency)

2010-10-25  Thorsten Bosbach  <tbo@OpenOffice.org>  [eccd3b2a1b578600d9d53356d043906a6ae271c9]

        #i115106# fix modified file and conflict from m89

2010-10-25  sb  <sb@openoffice.org>  [59b2504a550efd12a50fff9adac34138229384e1]

        sb132: #i112448# proper initialization of ClientJob (patch by olistraub)

2010-10-25  sb  <sb@openoffice.org>  [2a3ed89284890615ad4bce57be55ba558351cde1]

        sb132: #i112448# proper clean up in JobQueue::enter (patch by olistraub)

2010-10-25  sb  <sb@openoffice.org>  [bfb457712b3f558450d64cee168850ec91276ff6]

        sb132: #i113212# support x-iscii-de (based on a patch by cmc)

2010-10-25  sb  <sb@openoffice.org>  [7e5eda3334b1fb465e957e00c11c26f0375ce1ca]

        sb132: #i115142# component factories should implement XServiceInfo

2010-10-25  obo  <obo@openoffice.org>  [327536918dc596e12908ec21acd2667f3d717e76]

        CWS-TOOLING: integrate CWS calc33stopper1

2010-10-25  obo  <obo@openoffice.org>  [5248ca01ee107220bf786f9e0b368206ac1facb4]

        CWS-TOOLING: integrate CWS ooo33gsl12

2010-10-25  Mathias Bauer  <mba@openoffice.org>  [fb115b32337cc0d9283346d2a258f51c41558fa2]

        CWS monogolianlayout: resync to m90

2010-10-25  Mathias Bauer  <mba@openoffice.org>  [a5097f53e27ad510ba7046e7acec6d116179f09a]

        CWS monogolianlayout: resync to m90

2010-10-25  Mathias Bauer  <mba@openoffice.org>  [87d1804dfa2b6d33c28a410e92da97a73bdfd935]

        CWS monogolianlayout: resync to m90

2010-10-25  Mathias Bauer  <mba@openoffice.org>  [0a1fd15663b6ebb99807cd04dcf84ab1af6711f8]

        CWS monogolianlayout: resync to m90

2010-10-25  Thorsten Bosbach  <tbo@OpenOffice.org>  [999314ef0ca6fcfab46ae1f169f6eb3c6e16b055]

        #i115106# fix modified file and conflict from m89

2010-10-25  Thorsten Bosbach  <tbo@OpenOffice.org>  [079d1f1a1ad006d8997019739a0dcdd9560029a9]

        #i115106# fix modified file and conflict from m89

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b28ad987327d89ec393168d68d044be0405081c3]

        undoapi: renamings, API docs

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ad6adb26642c6b21ba4debf4a88192f4d5267b7]

        undoapi: renamings, API docs

2010-10-25  sb  <sb@openoffice.org>  [cc065c4937433f944cd7f6e4332f599d5346a5e9]

        sb132: #i112107# getImplementationName should not throw

2010-10-25  Olivier Hallot  <dirfin@broffice.org>  [3655c74a1c6195cde6b9b8691bdc4f00a76a7f54]

        updated BrOffice artwork, and svg sources

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5104853dfb200f505247de2c66fc4a16045422c7]

        undoapi: implementation/tests for hidden Undo contexts

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [57c21148af2d385ce8b40207b33f0518f4a38378]

        undoapi: implementation/tests for hidden Undo contexts

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5ba69a2e7879fb104f003b870fa38d0e8739ebd1]

        undoapi: implementation/tests for hidden Undo contexts

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [209d53b5f76137122bd3f142952e45d730aa31db]

        undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/flagguard.hxx

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b5a219911606f2929712ecb9a8b8c4fd16221db2]

        undoapi: moved Flag/RestorationGuard into dedicated header file comphelper/flagguard.hxx

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e6d8a9d93107f275742af297f31aed1c5fab9228]

        undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ea1a253b2bb3fff8c682f893331e91a1af29d6c]

        undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9ea34090bb77f5702da601a8ae374e5047898887]

        undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c90d7a8bc8525741ea7b3bbd2bf6e3ca34d0f011]

        undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo

2010-10-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d687f9b5c5fa53b6ec5ff7a44ca42a40e437597]

        undoapi: defined, implemented, and tested the exception handling for XUndoAction/Manager::Undo

2010-10-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1207af1d5a3b8a1fe79668ebf8784c3d5a41828f]

        automationdev300m87: #i115106 - Re-enabled tRecentDocuments.

2010-10-25  Ingrid Halama  <iha@openoffice.org>  [b903a1de34f5fc3694c696110c1f00b97d60299f]

        chart49: #i113103# guard calls to vcl window with solar mutex

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [d5e725a9b522706f4226c871648a489e15acf1bc]

        automationdev300m87#i115106#replaced hFileOpenLocally with hFileOpen

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [04e7b56866d1cb4c8135e5d3e277397e4a774dbc]

        automationdev300m87#i115106#uses now hFileOpenLocally

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [a2c684d93741f296f57b3cddc9e338366e2a2118]

        automationdev300m87#i115106#added neccessary wait

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [e884f01f281f3ce8b847a0ace0661f32d6c2dfc1]

        automationdev300m87#i115106#uses hFileOpenLocally to open document

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [08c3ac4f141b76b854c08ea8924de6abd8818016]

        automationdev300m87#i115106#uses hFileOpenLocally to open document

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [de686c051df3c34b585252b200abbdfc05e7004c]

        automationdev300m87#i115106#excluded testcases touched by known issue

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [8148effb2d279d07b22a19868e849e9be72f169d]

        merge conflicts removed

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [841c2a6007cc9891177a480927e037d0736b1f40]

        merge conflicts removed

2010-10-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5981fd6a1e56e9505df1e06614e43447d2761f38]

        automationdev300m87: Merge in my changes

2010-10-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [da7df05c51249ed49bf25d539aab97aa7a1f2aef]

        automationdev300m87: #i115106 - Incorrect count in colors, we lost four, chenged single line if-statements, reformatted according to coding guidelines.

2010-10-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [976f97debcf7ec00e29f1308baa44be6b3e14d9c]

        automationdev300m87: Merge with rev 25d8116b796a

2010-10-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [010927fbcc63a68280f581dbd2b200e9691aed0d]

        automationdev300m87: Merge with changes from HDE (23bd77f198c9)

2010-10-25  Helge Delfs [hde]  <hde@openoffice.org>  [1413c0e81cc52fe4cfd9da8acbd9e8595487647c]

        automationdev300m87#i115106#fixed loading local file

2010-10-25  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0dfc0be17c2cf83c6838a359d4ef34495245f383]

        dba33l: #i115165# allow NULL as parameter value

2010-10-25  Jan Holesovsky  <kendy@suse.cz>  [46dd655622b0a978aa2dbccaf19828fd1cedb420]

        Add few missing semicolons to fix the build.

2010-10-24  Jacek Wolszczak  <shutdownrunner@gmail.com>  [77bd3d37dd1027e8b8d67c973abb748e777ab6d1]

        DBG_* -> OSL_ENSURE cleanup, few German -> English translations.

2010-10-24  Andras Timar  <timar@fsf.hu>  [92e10dae566b7c9289e3e127282c0bad4b2cc93e]

        do not extract non en-US files for localization from dictionaries/

2010-10-24  Andreas Mantke  <maand@gmx.de>  [d71d31fcec352b089bc49637f80fa99bdbaf9bc6]

        some lines of comment translated

2010-10-24  Andreas Mantke  <maand@gmx.de>  [11529f5522bdd913de5ef5dd61c91aa0c0b168ac]

        some lines of comment translated

2010-10-24  Andreas Mantke  <maand@gmx.de>  [e83b25a415b700cec75ae5252334e3532b5c4b93]

        a short comment translated

2010-10-24  Andreas Mantke  <maand@gmx.de>  [1b5204a399ca84653ace204c5e5bf8704aa657e3]

        three lines of comments translated

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [34dff4e6b49765a0b9c1836de2daecf429702760]

        micro opts

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [fb8d9b136bdd2dff51f5b89fae1e985ca1d8feb8]

        micro opts

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [43afea36a12f5dd4b23c9dc2088d1eea62f6b2ca]

        micro opts and fix indentation

2010-10-24  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [817463a2acc3e88c7c7cbdd6d5e9d6c5b9a92dbf]

        Removed PRODUCTVERSIONSHORT number from icon name in *.desktop files.
        
        This is another piece of the change from /opt/libreoffice3 to
        /opt/libreoffice.

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [cb000a71d4bbdd89e8f89a47e7fd14cb24f6ffdf]

        micro opts

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [9007f72383ceb7e1689c80ceed7a19f0f13c4878]

        microopt

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [61582157aa7174e0112ed0c926f7643f9936d7c4]

        micro opts

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [fff151e9c3f0794e8a4ae969b6cbc0f4a7bd5b57]

        micro opts

2010-10-24  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [0233110feceb28760cbc1f569a800a2f06b5dcbd]

        Add BRANDPACKAGEVERSION to URE.

2010-10-24  Aurimas Fišeras  <aurimas@gmail.com>  [84f40b44e826b149e66be59c78582d138070024b]

        Fix some more typos in documentation

2010-10-24  Andreas Mantke  <maand@gmx.de>  [44b96595b78ccf771de66c785633790b48cc7a45]

        translation of 2 comments

2010-10-24  Andrew C. E. Dent  <ace_dent@hotmail.com>  [d3c8db1aeb2e2a597a0ee15b8d8d835e3e4bdbd9]

        Images optimized for smaller size.

2010-10-24  Andras Timar  <timar@fsf.hu>  [cc72fb7c4115bee9a10c565c72d5b96b6fe63b0e]

        typo fix

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [fdced3a36c03a88cdc54d2959b1c3790a5c9694e]

        Merge commit 'ooo/OOO330_m12'

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [89a3d30e93602eb85b10c25b6d1b62621ffaeab2]

        Merge commit 'ooo/OOO330_m12'

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [fc9171c1442b359d7e806767e90a18c5d6ca2e7e]

        Merge commit 'ooo/OOO330_m12'
        
        Conflicts:
        	desktop/source/app/app.cxx

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [b13838e1f783029782203cac67bc75a0cc7a5db4]

        micro optimization, remove startup global

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [972b189812509c9778b0fe12ef690dbb301b55d2]

        micro optimization

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [ed0080c9272f26d8c2197b74181768dc166523da]

        Merge commit 'ooo/OOO330_m12'

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [372eeaa6f8b5b383537f7d76aae6f042a0878090]

        Merge commit 'ooo/OOO330_m12'

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [0e9cbbfe62c0bbcb567f79bad4913708058777fe]

        Merge commit 'ooo/OOO330_m12'
        
        Conflicts:
        	instsetoo_native/util/pack.lst
        	solenv/inc/minor.mk

2010-10-24  Jan Holesovsky  <kendy@suse.cz>  [c0101e88414a7f75f13735c2abc58544f133c69c]

        Merge commit 'ooo/OOO330_m12'

2010-10-24  Caolán McNamara  <caolanm@redhat.com>  [cf575ec1877b47b0c8b7803de42a22fa5592e85f]

        give me a deterministic ctor/dtor ordering I can trust, and defer to first use

2010-10-24  Joost Eekhoorn  <joost.eekhoorn@gmail.com>  [166abea99ddd8533d5cd31e2bdb514544beebb76]

        translate comment

2010-10-24  J. Graeme Lingard  <jgraeme+git@gmail.com>  [7767808a47c684cba7c75a5734023a843542040d]

        Clean up comments in sw_unodraw.cxx & sw_unoredline.cxx

2010-10-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8d1eee0a6ec4ff9cbb66f1575dffb7f96d37d4a9]

        Fixed broken change and silence commands

2010-10-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b004d4ee73403c44f77c431c1fd9b5d1906ca8df]

        Added some more things to gitignore

2010-10-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fe58c42cc69a87808ccd563c51d693620f1fa4fa]

        Moved parts of ooinstall to boostrap to shorten the install path

2010-10-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b8faf72b596957a5aea7af841672ee2ec4427c09]

        Don't resolve the symlinks in the build.pl script

2010-10-23  Michael Meeks  <michael.meeks@novell.com>  [46b8e9a0ecba18abe7040acc85298eed32c4e0fe]

        re-instate the nasty old editing paths as a run-time conditional

2010-10-23  Kohei Yoshida  <kyoshida@novell.com>  [ea50a3c672733cb3582c029b78c73322735e0097]

        When launching the ref input window, we need to select the initial string.
        
        Launching the reference input window from the formula wizard dialog did not
        set initial selection over the whole reference string.  For instance, type
        =ABS(A1) in a cell, open up the formula wizard dialog, then click the
        reference button to launch the reference input which has 'A1' inside, this
        string.  Because 'A1' was not selected, when you click on another cell it
        would not overwrite the old reference string.
        
        This commit fixes it.

2010-10-23  Jonas Finnemann Jensen  <jopsen@gmail.com>  [5d73854b32303db5b764846b70f63c6c951c0458]

        Use the right license header

2010-10-23  Michael Meeks  <michael.meeks@novell.com>  [cdcff691a50950ddb3d720ebc009b5ca36265fde]

        undo merging issue

2010-10-23  Michael Meeks  <michael.meeks@novell.com>  [718b4c4e2c45fd63b73c1a1a25bc2dcfe4b0cd1a]

        cleanup leading tabs etc.

2010-10-23  Michael Meeks  <michael.meeks@novell.com>  [46a1843255067dfcda58d1a00913a5d26627cd04]

        Merge branch 'formula' into intformulae
        
        Conflicts:
        	starmath/inc/node.hxx
        	starmath/source/edit.cxx
        	starmath/source/node.cxx
        	starmath/source/view.cxx

2010-10-23  Kohei Yoshida  <kyoshida@novell.com>  [31d0b6ded6f837a5dee77c048a4f1cb1eacba3c1]

        Fix incorrect display of references from the formula input wizard.
        
        When launching the reference input dialog from the formula input
        wizard, it would not display the sheet name & it always displayed
        the reference as range.  This change fixes it. (fdo#30904)

2010-10-23  Michael Stahl  <mst@openoffice.org>  [84eb8aac649b06a37dc209e3f94c0ff5e53a0717]

        svarray: #i112395#: fix warnings, enable exceptions, etc.

2010-10-23  Michael Stahl  <mst@openoffice.org>  [d363b075683f89babef27425ed029583b0fb85dd]

        svarray: #i112395#: fix warnings, enable exceptions, etc.

2010-10-23  Michael Stahl  <mst@openoffice.org>  [c2a023ea84107f6505fb4a474178e25653587efe]

        svarray: #i112395#: fix warnings, enable exceptions, etc.

2010-10-23  Michael Stahl  <mst@openoffice.org>  [d3a5198d1b6dddbf0343901721ff64471535f010]

        svarray: #i112395#: fix warnings, enable exceptions, etc.

2010-10-23  Jesús Corrius  <jesus@softcatala.org>  [974ae17d2c9fe1f3a248a218939e3d3b48a9fd77]

        Make for_each less ambiguous for VC++ 10

2010-10-23  Jesús Corrius  <jesus@softcatala.org>  [1f76e2502636f0310402fa86ab24fe3e9d71d807]

        Make for_each less ambiguous for VC++ 10

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2fb612b570fb29c64c7fce61f52e1cf772f11712]

        undoapi: yet more Undo API tests (will this ever end?)

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [271bddee301b0b04056719b94835bb3742cd0729]

        undoapi: yet more Undo API tests (will this ever end?)

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0d55eecb15f9a72107d9058e431c2e97b127f85]

        undoapi: tweaked notifications

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [efaabab96ab8f6b1b866f26e7c4478b846ac4a1d]

        micro opt, move global

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [00d7db406ac1d4ed6a5e0526c92b1b4f6db340de]

        startup optimization, move static objects to first use point

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [9f51107d0b2a824208b4849f252e968bfed53fab]

        startup optimization, move static objects to first use point

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [d7b418b5e53e71555832b79ebe90de141a55e786]

        startup optimization, move static strings to first use point

2010-10-22  Michael Stahl  <mst@openoffice.org>  [8485708f3001fca132c3353c464fe7187ef62bed]

        sw34bf01: #i85766# #i112425#: prevent expansion of fields in actual documents:  because various fields only expand to correct values with "special handling"  that is only done in text formatting, use the clipboard value cache even in  _real_ documents.

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [3a99fb0a492c79fed798c32afd275d930e104cf0]

        startup optimization, remove unused global strings

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [978d571bfd9c991b0cba1284e7a2d65e9ba4ee1a]

        startup optimization, remove unused global strings

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [bd54b1baef8d831f12e3f5fe6d78bc10a4ada555]

        startup optimization, remove unused global strings

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [520537359d0b009b39d556f8a6eb35856bf23331]

        move global sSilfMap to be a local sSilfMap to defer ctor until first use

2010-10-22  Miklos Vajna  <vmiklos@frugalware.org>  [88b663b7317ef1c6239c9e5ca52b1a9ec14f1993]

        #i114366# fix tables in page styles
        
        Done at openSUSE Conference 2010

2010-10-22  Caolán McNamara  <caolanm@redhat.com>  [28a124c47d4be01c93803aa85266454a74d9f6ac]

        #i80184# Allow adding drawing documents to gallery via API

2010-10-22  sb  <sb@openoffice.org>  [739343f846f6feb5c586c5ddbf59a7493a93b494]

        sb131: #i115203# note that xmlreader is semi-private and unversioned for now

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [555e27b5a04b35fa039f802567b4b21199e14894]

        undoapi: don't throw too generously

2010-10-22  Niklas Nebel  <nn@openoffice.org>  [09e3535aaaa0b2c889f75974e6a29878254e26d8]

        dr77: #i106108# SetDocumentModified in ScDocFunc::SetWidthOrHeight

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9ede458a168649ca20cf5558c2b618a94e40ecf9]

        undoapi: added locking support to the XUndoManager

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1caeea031494e004f0eea6d27024e50fde72ec86]

        undoapi: added locking support to the XUndoManager

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3554f52faa3f429d09279e8d97044b3dc0a0d4d6]

        undoapi: added locking support to the XUndoManager

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8b7bfef9fba15a3d47e3bc460a33c13ea3faf5fa]

        undoapi: more I/SfxUndoManager changes in preparation of new Undo API features

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bd8a6553efe9126dba65ec6152f5b9e4bca9dbf4]

        undoapi: more I/SfxUndoManager changes in preparation of new Undo API features

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9cb53122e9e098bc8a6bf53c14b18415e369dd6d]

        undoapi: more I/SfxUndoManager changes in preparation of new Undo API features

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c15d04604ad25cfd9bc55a5034660542dca76b90]

        undoapi: spelling

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f6cea1f12d94d30ad2506d91a9667a53861442cb]

        undoapi: allow compiling with VERBOSE being set

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2931bffaaa36d22b6651136828879eb22990a3e4]

        undoapi: FlagRestorationGuard

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [a91a02488874c6e63f9f4f55efe7bace2de6fa3d]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [414dc78c41c8a051386f23d93b01fac84c9ba38b]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [f66a8ba9f8d86fc8e10f58e2ad443edc9a11f659]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [edc04aede95f7b360beb18e02f7a86f5b21d12ff]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [da79c9ea6dc7e590f39836904907341b69fc24e5]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [9953fe737b0a0715d7a12e1ae94fc230de998e5b]

        fwk149: Merge changes from DEV300_m90

2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c1019a76eb0b2e83af8755fa623b42c925140c6d]

        ooo33gsl12: #i115107# do not call getNativeControlRegion during paint on gtk

2010-10-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c4f5b38275354f089af27a3fcff01acdaeae1b2c]

        undoapi: adjusted forward declaration SfxUndoManager->IUndoManager. Not sure why this slipped my (the compiler's) attention originally ...

2010-10-22  Thomas Klausner  <wiz@NetBSD.org>  [31ff44395e2bb71ea8282649fdc15a671c93f5fe]

        Disable preprocessor checks for OSL_THIS_FUNC and make it " " for now.
        
        The tests can't work (see
        http://www.openoffice.org/issues/show_bug.cgi?id=114290) but for
        some reason, on NetBSD find __PRETTY_FUNC__. However, that is not
        a macro, but a language identifier and cannot be concatenated in
        the way used here.

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [2f7dbbfc7a2dfa403fa2020263e5f217160ec727]

        fwk149: Merge changes

2010-10-22  Carsten Driesner  <cd@openoffice.org>  [9d524cafb689ae3ef9c151eb9280e4dce3f86862]

        fwk149: #i115194# Command line arguments that won't open/create/load documents don't hinder to show the Start Center on startup

2010-10-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [6a69517540cafdc6a54c08b77089aaad4d6f8c10]

        #i115170# support chromeos default fonts

2010-10-22  Thomas Klausner  <wiz@NetBSD.org>  [40d88ad961b36d72f562402eac7388004ff377af]

        Add a file to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-22  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [68c2ef528c118806f2306794de085ba05b81cfbb]

        #i115131# ignore fonts worse than outline fonts

2010-10-22  Thomas Klausner  <wiz@NetBSD.org>  [0c78dd9609fcc82e49f8f3de68149bdccc24c794]

        Use "cp -R" for recursive copies on NetBSD (just like on Mac OS X).

2010-10-22  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [96d13bf8031f10f3a12a3201b82186929ce7e5d0]

        calc33stopper1: #i79854# do not create defined names in Calc for functions

2010-10-22  Thomas Klausner  <wiz@NetBSD.org>  [516cb0f5f86a748187cbcfa82b4a0a29dd7e112b]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-22  Niklas Nebel  <nn@openoffice.org>  [acfd9bcfa88e1de337e05eeff761c3ed28ca38d1]

        calc33stopper1: #i115183# no reinterpret_cast between ScDBFunc* and ScTabView*

2010-10-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [eea74e89709f0b22e4ee4da125fe27ac16eed266]

        automationdev300m87: Local branch merge

2010-10-22  Niklas Nebel  <nn@openoffice.org>  [65a1b13469cf7c2497f70a6a23363fe7cd643121]

        dr77: #i40087# handle invalid attribute array in binfilter

2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6ddc3164c1d32c96c46605cc074b6ab6d640ed1b]

        rebase to DEV300_m90

2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c7ef8918e51e7a4806c350bd3e10c951ba8160d7]

        rebase to DEV300_m90

2010-10-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [63799859b55b6409680549c8927390ff2b936da5]

        rebase to DEV300_m90

2010-10-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c49e6e217ac08a7a5b7620ed56b2ece63496fc35]

        automationdev300m87: #i115106 - excluded tests due to #i115138

2010-10-22  Mathias Bauer  <mba@openoffice.org>  [8409cfd0c4842fae1e087f8c932748f9305871a8]

        CWS changehid: #i113152#: arguments shall be checked only for plugins

2010-10-22  Mathias Bauer  <mba@openoffice.org>  [208f94977e78bef698f46faf1c42b479cd1fca6a]

        CWS changehid: some residues of hid.lst removed

2010-10-22  sb  <sb@openoffice.org>  [4ffe09429872beed5f8d92b5d3efc65f1efe45d8]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [c659c9cd2c18a6ebd448080559cd404e9672691e]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [01fd11799b96e566362dce64a4b8e907908640ba]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [3c86e1d89574d5b625cdd62b289cd988cc77ce4c]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [24c2caa34501661d77d7ee8d58c5ea053d033b19]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [bd8a2d12d3db79f2a904763ee122bbfe5627ed00]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [955e88c80e9abce3f15aa55d434dae6ae17d7d43]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [9c5ef3ce000e45a71438f337c3972d253e5e04cd]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [ae8234f18d198ecd85a1c69d6f7e3b6e58232df2]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [1885dddbdd2382f95aef15df15d4cd110f8d7854]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  sb  <sb@openoffice.org>  [7f942e9705c5f99b91ec5c5f45643fdf4bc7a7a1]

        sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxslt

2010-10-22  Kevin Hunter  <hunteke@earlham.edu>  [b81dc97bedd1718247e3ac605a5934043cbb2d05]

        Translate some comments, and remove some dead code

2010-10-22  os  <os@openoffice.org>  [c93958675752ab2b0e42f372e02ae455b916890d]

        store fline(0) if no border is set, drop export of fLineDrawDash

2010-10-22  Thomas Klausner  <wiz@NetBSD.org>  [58097cd69b480f3e82fddeb41bf483d386af894c]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-22  os  <os@openoffice.org>  [82bfeb3e88121190b6ffc777b360af6d7ff87e48]

        #i115132# ItemCommand added to replaced menu items

2010-10-22  David Tardon  <dtardon@redhat.com>  [37f4a7ed4c0f31458d73461b833d508c1fc7f3fb]

        fix comparison of key events for IM

2010-10-22  David Tardon  <dtardon@redhat.com>  [f8ff39976f1b72e84ffdff40e41c63d9edcfd332]

        fix IM input

2010-10-21  René Kjellerup  <rk.katana.steel@gmail.com>  [89e7917b9888a37b48695dedbaf5546cc430a036]

        Few more translations and a minor clean up.

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [853eb9487eae742be2f739bfda656c1310f3cbee]

        svarray: #i112395#: fix GetItem->GetItem2

2010-10-21  Thomas Klausner  <wiz@NetBSD.org>  [7b309a8e09ba35902ce15cbf9d442494c07f2272]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-21  Caolán McNamara  <caolanm@redhat.com>  [0c79562bde6645fb955ce0d79744ac306dcb82a4]

        rhbz#636521 Don't record undo info during escher conversion

2010-10-21  Andras Timar  <timar@fsf.hu>  [8a3714edf47eee9c477a85224658ff6d011d1ec7]

        typo s/Lib0/LibO/

2010-10-21  Andras Timar  <timar@fsf.hu>  [edce22681777fff380ab4c78539f85d70fe5344d]

        updated Linux Libertine G font
        
        bugfix: hinting (better layout), especially with OOo/LibO
        without anti-aliasing (eg. on Windows)
        new feature: nut fractions

2010-10-21  Andras Timar  <timar@fsf.hu>  [4feee8022abcd286b5a05e34534cb16627f9f053]

        updated Linux Libertine G font
        
        bugfix: hinting (better layout), especially with OOo/LibO
        without anti-aliasing (eg. on Windows)
        new feature: nut fractions

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [f90f8e33aa50767ac87bc69839207ae1612681ab]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [5e323d0a01583aca43736622407533913fd7bfe4]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [b98476e0bfaa864dee115022c61183e1fdb37b12]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [2924a5f3e54a8aa36812f467d81ca2e01e3140b5]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [292fa8483efdeefb8b8ef1db02c6c7e2f041ca58]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [878625190467df668e978b91cdef0dae2266647e]

        svarray: merge with DEV300 m90 again

2010-10-21  Bartosz Kosiorek  <gang65@openoffice.org>  [873bded8428709ad52045487827c5acd532a7fcc]

        svarray: merge with DEV300 m90 again

2010-10-21  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2cf7e9d5fa0f17b95b64f885788559781e98be98]

        dr77: #i108420# store required hidden parameter for EXTERN.CALL functions without visible parameters

2010-10-21  Joseph Powers  <jpowers27@cox.net>  [319078f16abefa899e2156ed723b07edfaa76120]

        Add explicit namespaces to two entries.

2010-10-21  Thomas Klausner  <wiz@NetBSD.org>  [7cdc745fef9677efdd4fb74b0619f9105014f198]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [056f830614e0642c8abc0cd036fdd7d0c4ca9770]

        fix a merge conflict

2010-10-21  Noel Power  <noel.power@novell.com>  [9c298a8bce16fb0249f8dd14a6d35f6801ac35a8]

        get rid of extra PROPERTY_ID_VERTICAL_ALIGN define

2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [3f2ff25d286a2d751292e567850e2810061a1c85]

        #i114622# - Reverted wrong optimization.

2010-10-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c3de464bcf65f0c97d448cf5180f8c562fe964c3]

        Fix smoketests

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [11f0b018b13b2445beb97732b6ffd81fc71b349e]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b14b784844e479fafd2bc9388f87c21529c2b335]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [812b75c4c0a81f00362fa8232dc20fd6685d519d]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9baf54e4a849362e7a4adfd0531d10a15ba32e2e]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [08c1547f62328e8d1f922171313825d0055522c4]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [25ddf435bb09ba7fa5b8da4af0d6e4f0541ef821]

        rebase to DEV300_m90

2010-10-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4e7fc8143e0beb20a73710ea83d85454d36d8cec]

        rebase to DEV300_m90

2010-10-21  Caolán McNamara  <caolanm@redhat.com>  [843ea3d2bd03a4695d373c8b5c42f228eeb57712]

        make address book sub dialog behave correctly

2010-10-21  Petr Mladek  <pmladek@suse.cz>  [2f3c71bce29a0b13a39be1da3526782a63878c6d]

        use /opt/libreoffice instead of /opt/libreoffice3
        
        discussed on the mailing list; related to the change in bootstrap

2010-10-21  Kohei Yoshida  <kyoshida@novell.com>  [3beac0c719d28c2f56f3b1769c8f873afa85b052]

        Fix the regression for range array input (e.g. {=A1:A5}).
        
        Typing in =A1:A5 and expanding to create a range array was broken.
        This change will fix that. (fdo#30882)

2010-10-21  sb  <sb@openoffice.org>  [20a39ae4fb22f0cb92cae2c91c602c34c82821aa]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [2083df529a678d40bd5d618cab725968579538a6]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [287e1f17a3dd4171244ed592f699213018b8bade]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [ae79f50375254d4d61ee8755330b854e12bc8ffa]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [bd6bb964506b3c7921c2754fed5d09ba7bfef65b]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [8ab8e8b378e15fbc15b9beecfb35267defcb4b92]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [42b3548f762c999cb3b806447cff717aca2bbaa3]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [f4ef3321aaad357e85c73cc14b804870e087ee69]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [91932e01c3928f568ec9bb0ac1a23c40e4e3fc90]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [b8d652667726245cee62ab025705bb092feb22b8]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [7a5e933a0ff0b68ca8d07756c4a04c7bbe3415a0]

        sb131: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [9b8159f6c0f0a7525273f630e9ac1489fe1b946e]

        sb131: merged in DEV300_m90

2010-10-21  Petr Mladek  <pmladek@suse.cz>  [978ff551471d51f73d00e40589eb1450d585f539]

        install into /opt/libreoffice instead of /opt/libreoffice3
        
        discussed on the mailing list

2010-10-21  Thomas Klausner  <wiz@NetBSD.org>  [ad94d3d546c0ed0f02f82836132c751ad9d85446]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.

2010-10-21  Thomas Klausner  <wiz@NetBSD.org>  [ce1becc12a4a8951799fa8fc870d440b19955806]

        Add more files to EXCEPTIONSFILES, needed at least on NetBSD.
        
        Remove OBJFILES, which serves no purpose (LIB1OBJFILES is
        the variable name used). Suggested by Caolán McNamara
        <caolanm@redhat.com>.

2010-10-21  Petr Mladek  <pmladek@suse.cz>  [7cf786c5c6bd6a9f1e06a816106f97479948336e]

        rename libreoffice-ure package to libreoffice-ure3
        
        we removed the 3rd layer, so the extra package name does not longer makes sense;
        it causes conflict with distro specific packages that are not versioned;
        discussed on the mailing list

2010-10-21  Joachim Lingner  <jl@openoffice.org>  [95b9ae9cd7ba53bff25533397878d49adffebee0]

        jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on Mac

2010-10-21  sb  <sb@openoffice.org>  [df1215ca45a16852d1ae4333417d9db575c03d1c]

        sb131: #i114962# live deployment of passive UNO components in extensions

2010-10-21  sb  <sb@openoffice.org>  [8bba589bec0a3811fc7f1f60985152ec01ccd084]

        sb131: #i114962# active.oxt to complement passive.oxt

2010-10-21  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1f77e4b60e27cf20837579d512d1df7b40d65db7]

        dr77: fix broken import of charts and group shapes

2010-10-21  sb  <sb@openoffice.org>  [e3d08367e9c907b94f3576f266dc8a2154414d2c]

        sb131: #i114962# singleton implementations need not have a .../UNO/SERVICES rdb key

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [463299a59507a83ec07e17d547e76cfea19c673c]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [8bc77374a6d7f1f0fc69bca0250d485eb90be5ed]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [da622616ce54d5c5b4e2e299fbf0a8ae527fd413]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [76039bc52fe8ffba5349dcac5993e207e1f8d352]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [dc299baa3ec0e0eb2ae50089c5570aea27e4d322]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [f8ee9cd0a46653343d102bee8a669e0a417608f5]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [8fc84d18216e132fecad6ceb3f9ac7521a93cb9b]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [11cbcded85208d00cca8fc1b3d220b9154e268fc]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [d4fcd505c6321d14991e7a9da44f29fbdd4ce881]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [cc4fb231342cc7ad2f213a18c940248c436ee0e2]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [5cb1bf1e0b4ad3d395c84bb24eb87c1a95954f8d]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [1a26343859119e7065e3d4703bfa46f447cb352a]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [22d534cf845222b113a32d94d84095b8fafd4e45]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [15c93af5a0740ad15be57aefef659de243c9be2f]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [0f2a20abd6aee91db528cd16809f204ae3d2f7e8]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [d75f8e9da5c8748e8f5f118c37f86b6d9169b866]

        CWS changehid: resync to m90

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [6d2793acddb831ac3b012aa6775fec8ec5e6a730]

        CWS changehid: resync to m90

2010-10-21  Nadav Vinik  <email@nadavvin.com>  [a10e05577f51e534047e1aca4f3aa1961c338d9c]

        Remove pam include in writer sw

2010-10-21  Caolán McNamara  <caolanm@redhat.com>  [dbc37feb21f634e58543249dc88e6de3cd59b99e]

        valgrind: uninitialized variable

2010-10-21  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a7f8ec5c50b16afcaa616baf28f6edb74b535285]

        dr77: #i103686# improve import of shapes in right-to-left sheets

2010-10-21  Mathias Bauer  <mba@openoffice.org>  [318a0ac824a03a39417fbd521dd5801f3ab3c4a5]

        CWS changehid: no hid.lst generation anymore

2010-10-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [09078c94e47f729dd533257465ab4f188309461f]

        automationdev300m87: Local merge

2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [17bdbe63b4927237df7fe0270bb673b75d5d535a]

        undoapi: implement a test backend for Writer. Not fully integrated into the test framework, yet, since Writer does not yet support XUndoManager/Supplier

2010-10-21  Carsten Driesner  <cd@openoffice.org>  [9f4cadedecbd1464ce6d229e324df78b7cc11c75]

        dockingwindows: Fix several issues regarding UNO API and toggleFloatingMode()

2010-10-21  Katarina Machalkova  <kmachalkova@suse.cz>  [adfeeec1d12bf2ea50627a874b2c1f91bba1bb20]

        Re-adding deleted files
        
        Those were deleted by 09ffe37

2010-10-21  Helge Delfs [hde]  <hde@openoffice.org>  [ef99c73b8857a7283755ff1511c78f533f4fd65e]

        automationdev300m87#i115106#fixed loading local file

2010-10-21  J. Graeme Lingard  <jgraeme+git@gmail.com>  [9959755135da2dc4de4386994ed2b733aebb12e7]

        Clean up comments in sw_unosett.cxx

2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e69cf54b8aa7f6b38c489b1d679cd6753a558997]

        undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements

2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [55c84d659987dce9e75b5bffdba8dfd34912bbdc]

        undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements

2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5e3560f0f3d1da4d4d0d0cd101bff9c42c3a7f3b]

        undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements

2010-10-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d30575ba6c67b4383461ef44ed9b2aae266aa3c]

        undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements

2010-10-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [38e1cff89d7b3bf849c4bc41f85d080c869c4d46]

        Upgrade nss to the latest release

2010-10-21  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [602c1e59b49849b9bf1d775e7de9ab90a357332f]

        Upgrade nss to the latest release

2010-10-21  sb  <sb@openoffice.org>  [9d792efeb631f24f8864d2f9541afd25422e85c2]

        sb131: #i114962# also test singletons in passive.oxt

2010-10-21  sb  <sb@openoffice.org>  [823c4f2b4b1c118a8944992365a0bb7a7cc8f861]

        sb131: #i114962# allow for explicit implementation name in css.lib.uno.helper.Factory

2010-10-21  Wolfgang Silbermayr  <wolfgang.silbermayr@gmail.com>  [017e79ab159e1410055f00e3ba411221c5db34f8]

        Translate comments into English

2010-10-21  Andras Timar  <timar@fsf.hu>  [d7b5860a1290f27b54767a55221d3ebf62f7afa1]

        fixed an i18n problem
        
        Constructing "string + ordinal number" terms programmatically is
        an i18n issue, because in some languages (e.g. in Hungarian)
        ordinal number should precede the string. The patch solves
        http://bug.openscope.org/browse/OOO-85 reported by a Hungarian
        localizer ("Oldal 1" should be "1. oldal"). There are more
        occurences of this construction in the code of LibreOffice
        but this was highly visible and it is correct in Hungarian Excel.

2010-10-21  Caolán McNamara  <caolanm@redhat.com>  [415f815f16a830a77a5ab0013812a3a736703ea3]

        disable pgination in gdb script

2010-10-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3c21f1f301e9a37798ed0103ae50af5ab0b3e661]

        automationdev300m87: More local merge

2010-10-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [83b67ec1935b428a8e07e596629be866f67cfbe1]

        automationdev300m87: Local merge

2010-10-21  Sean McMurray  <smcmurray@mcmurrays.org>  [66d6b3fdcfd571efec0a6e896852401e8f9a8ed1]

        Use SAL_N_ELEMENTS

2010-10-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4cabcbcb5e8c47b55c428ee292f55532161ae238]

        automationdev300m87: #i115106 - Deleted deprecated header information

2010-10-21  sb  <sb@openoffice.org>  [22485e2d0b6a02e591021f7aff1f509357f6f271]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [bd94540a2cba7557fa4e10fabb0fb60467aede93]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [652243219cdf6de8973c181414bf4adc6b044538]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [f3d57a8a9d6e65113d1a9b8b96d8e51d3f0b219e]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [4a18171227de7b60b97f2a0ade660d01b294bbd0]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [fd4746d9d594686dfadc0d531da0230fcf1f1f90]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [6f11935272baf92c3062c37ca8ce0b02351c36e1]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [5534fecb76d9c82724f4eac83ffe26b16ba900e5]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [22ea2f07f3ff262a4b96c99f10e22c6a8a5f9ff5]

        sb132: merged in DEV300_m90

2010-10-21  sb  <sb@openoffice.org>  [713b57a7b43209b5bab5bacbf5ddf2b524e8dc37]

        sb132: merged in DEV300_m90

2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [abd39ece7acd0cfc24d27fc76000677776bc5da2]

        rebased to m90.

2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [c1ba87088edfcbd56fb7e4806e033d63c5e14660]

        rebased to m90.

2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [b4851dc2ab092d41710036b971bb16d96ab8c10c]

        rebased to m90.

2010-10-21  Kai Sommerfeld  <kso@openoffice.org>  [35e1d466e889fe83744276dfda27a69fcd8acf23]

        rebased to m90.

2010-10-21  Katarina Machalkova  <kmachalkova@suse.cz>  [1a78434d4f8078943a454ca70d67d4d3a64ac2e1]

        Undoing pptx filter as a separate lib ( + related changes)
        
        Shared ppt + pptx filter will be merged from cws later

2010-10-21  Katarina Machalkova  <kmachalkova@suse.cz>  [f4fa39e90ef0bd28f883226e2954482b31a741e5]

        Undoing pptx filter as a separate lib ( + related changes)
        
        Shared ppt + pptx filter will be merged from cws later

2010-10-21  Katarina Machalkova  <kmachalkova@suse.cz>  [7a025fe6fcf688c38d66da86dfc07f6252d7c54c]

        Undoing pptx filter as a separate lib (+ related changes)
        
        Shared ppt + pptx will be merged from cws later

2010-10-21  sb  <sb@openoffice.org>  [6e256bf13e1a109748369af66fa1340a8f226794]

        sb132: #i115169# missing dependency extensions -> curl

2010-10-21  Helge Delfs [hde]  <hde@openoffice.org>  [9e4570496ff098d84d11707e639ced07ee048f38]

        automationdev300m87#i115106#fixed loading local file

2010-10-21  Helge Delfs [hde]  <hde@openoffice.org>  [3cc2f72a909c3e83a4de61d492c2fced472c5413]

        automationdev300m87#i115106#warnlog removed and excluded testcase enabled

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [cadd9b2db4e5d2eb954c153ebd8ff12e465271c5]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [8082b79563cc79811cf109dc429acf37bd8ece38]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [95aaa3925a103e094209fa9b4279676d5ed52d44]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [236007356b4ef60017b6d336ddb58bcd5eca4d51]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [3ce776ee5b1e38236cbd001ba3ea60f5757fb0ed]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [19101671abc2c957455425bab59d2ee4ea7d4152]

        svarray: merge with DEV300 m90

2010-10-20  Bartosz Kosiorek  <gang65@openoffice.org>  [34c34dbd077e1788d8685eee5b4a5aa264531f3b]

        svarray: merge with DEV300 m90

2010-10-20  Helge Delfs [hde]  <hde@openoffice.org>  [6c5f191f198f6c6f41e3c354a4ba4ca87d56f848]

        automationdev300m87#i115106#fixed access to disabled controls and reloading local file

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [de485fdd90d0ec1bf64941a49f2d1f48a4eb9dda]

        make it easy to trace try/catches, etc. for cppunit tests

2010-10-20  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [473e4d6c041392c2fa36f8d3b9184ce593cee90d]

        remove non-compiled code

2010-10-20  Ingrid Halama  <iha@openoffice.org>  [569acb98dd402b230ef905101e6021c9dcfb17bc]

        chartextensibility: #i82971# layout fixes for hierarchical axes

2010-10-20  Ingrid Halama  <iha@openoffice.org>  [21e8b25b4b6116be3ced9310310ba6f4f4ee63c7]

        chart49: #i113103# enable fixed chart tests again

2010-10-20  Jesús Corrius  <jesus@softcatala.org>  [1038efa1ce3b50cf0fa6c83ad19a4b09544abeaa]

        Fix compilation of icu for VC++ 10

2010-10-20  Jesús Corrius  <jesus@softcatala.org>  [48ace782ff36f8b9615eb25230666035cacf4f71]

        Build fixes for VC++ 10

2010-10-20  Jesús Corrius  <jesus@softcatala.org>  [36ad473eeeace151af341869b0436fac8b1bdd2e]

        Build fixes for VC++ 10

2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8297b75033e01d5a8d03d161c4a4b8b3cde5c6f3]

        pdfextfix04: update version number

2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [eb184102ce6608d30804b0665afc8b94deeef7d4]

        fix a warning

2010-10-20  Miklos Vajna  <vmiklos@frugalware.org>  [94186a4cd1afe78a21c877d5dcdfc086528f3c74]

        RTF: fix order of entries in the revtbl

2010-10-20  Miklos Vajna  <vmiklos@frugalware.org>  [ff871457b076334706556454f6a0aa935b6d28b4]

         #i66619# fix title pages

2010-10-20  Katarina Machalkova  <kmachalkova@suse.cz>  [bac821b200dcc0c11ba6d03fd23ec3b07b15dea8]

        Undoing pptx filter as a separate lib ( + related changes)
        
        Shared ppt + pptx filter will be merged from cws later

2010-10-20  Katarina Machalkova  <kmachalkova@suse.cz>  [c88cfc7a672473256d1f7bc8bf6b16d98f54fe5a]

        Undoing pptx filter as a separate lib ( + related changes)
        
        Shared ppt + pptx filter will be merged from cws later

2010-10-20  Carsten Driesner  <cd@openoffice.org>  [69520f9b1e794addf916a64857b299da9792fb43]

        dockingwindows: Added missing methods to ToolbarLayoutManager. Adapted methods in LayoutManager

2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5917d299bfea212c050bfbb5bc280b6d5af79e27]

        pdfextfix04: #b6993503# fix uninitialized pointer, range check

2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e1e4bf8ec5feee9e702d0b82f462ec809d19e812]

        pdfextfix04: #i90800# fix RTL import, use mirror string service, use character classification instead of overly broad script type complex

2010-10-20  Ingrid Halama  <iha@openoffice.org>  [62efb3b2bc02adc3787900c649c34be93c8a65c2]

        chart49: merge with DEV300_m90

2010-10-20  Ingrid Halama  <iha@openoffice.org>  [5ba52810dd0bbb6dfd14660f1e293b1ccb951dc3]

        chart49: merge with DEV300_m90

2010-10-20  Ingrid Halama  <iha@openoffice.org>  [f29fa90e450de58b125fc0680443b7201ce97b0b]

        chart49: merge with DEV300_m90

2010-10-20  os  <os@openoffice.org>  [81c6e5b62535ba61ac22e54904bcd86415d70b53]

        output of \ffhaslistbox moved

2010-10-20  Thorsten Bosbach  <tbo@OpenOffice.org>  [bd82c2e5f94bfc712e1d4d8466252bf1e2b0a611]

        merge a head

2010-10-20  Release Engineering  <releng@openoffice.org>  [7481720d0155658152ca25e1b62484defea44e7f]

        OOO330

2010-10-20  Thorsten Bosbach  <Thorsten.Bosbach@Oracle.Com>  [c5c07a6c2f65a989527889c49c151d15f8d2c579]

        #i115106# change extension dependency

2010-10-20  Kurt Zenker  <kz@openoffice.org>  [ba640a3477213a4d2f179f188fe80029969ef1bb]

        CWS-TOOLING: integrate CWS ooo33gsl11

2010-10-20  Kurt Zenker  <kz@openoffice.org>  [dfc8ac5316dfb47a183cfb637e059da7b8dfb6e0]

        CWS-TOOLING: integrate CWS ivo99

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [f719556424d91ffe3fd2e18e6e2c74d670d1d4dd]

        disable as there's reports of failure coming in that need to be addressed

2010-10-20  Kurt Zenker  <kz@openoffice.org>  [6d22175207f08634cc87e97901c60670b8896b05]

        CWS-TOOLING: integrate CWS sb134

2010-10-20  Kurt Zenker  <kz@openoffice.org>  [de86e3362cf4fe6f65a66b01e74f19a8d33e289b]

        CWS-TOOLING: integrate CWS dba33k

2010-10-20  Kurt Zenker  <kz@openoffice.org>  [24f16a97ded3a16c9ed3cbc0497ec00cc6c1076b]

        CWS-TOOLING: integrate CWS dba33k

2010-10-20  Jacek Wolszczak  <shutdownrunner@gmail.com>  [6031a9e618344f8e32f0502db6c0e6ecd6a4de38]

        convert to new OSL family of asserts

2010-10-20  Jan Holesovsky  <kendy@suse.cz>  [c1f48d8188e92681f6d348aeb294544d91aaed9a]

        Don't create the Industrial theme.
        
        But still do fallback to that when there are missing icons.

2010-10-20  Jan Holesovsky  <kendy@suse.cz>  [664dba3e1690c19cfa8cd594561d6d15ac326693]

        Revert "tango-prefer-over-industrial.diff: Kill the Industrial theme."
        
        This reverts commit a4d7f9181ef50cfe2cfd3b017d4af6e092daaa25.

2010-10-20  os  <os@openoffice.org>  [fa42541fd64cde78152092dd7ccd7f7405086461]

        form control export: check sequence length

2010-10-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [bee2ea6aabf2c7575ef61bedc2a621d29c6167d5]

        i115106,[Automation]: 	[Automation] General Cat 1-3 test case fixing

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1d6235cea5aaf30517ed0526dc63debfdfb308f0]

        WaE: I'm informed this is the intended result

2010-10-20  Kohei Yoshida  <kyoshida@novell.com>  [6545200f2571e3198f2200ac2229d45afc8dac12]

        Fixed a crash on importing docs with database functions.
        
        When iterating through an empty column via ScDBQueryDataIterator it
        caused segfalut. (fdo#30861)

2010-10-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [424081d3c899a168522ecc13436a8f18da8816f2]

        i115106,[Automation]: 	[Automation] General Cat 1-3 test case fixing

2010-10-20  sb  <sb@openoffice.org>  [423ba9d350fff1071501136e3454220eb5d781cc]

        sb131: #i114962# fix component factory so it can be live deployed

2010-10-20  Lubos Lunak  <l.lunak@suse.cz>  [d38215b91ada6f91dad0cb58171d7879dc85dff0]

        prevent symbols cflags from overriding debug cflags
        
        The use case here is configuring with --enable-symbols=small (which
        enables -g1 for gcc), and then doing 'dmake debug=true', which
        enables -g, however the -g1 is later in the command line, so it
        takes precedence. And I don't feel like trying to redo the whole
        ordering of gcc command lines everywhere, while this looks safe.

2010-10-20  Mathias Bauer  <mba@openoffice.org>  [30316be0535df018c5b333979153b0339ab82de9]

        CWS changehid: #i115137#: cope with string HIDs

2010-10-20  Helge Delfs [hde]  <hde@openoffice.org>  [7c6ec43e96fe12337b31b2a423a4b6b91a0ff72c]

        automationdev300m87#i115106#function never returned a bool...fixed now

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [b5543aa005827e331775dc06258ad77726de71ed]

        try and reenable this again, and see if it pass buildbot this time

2010-10-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2883743db34c77652da6b8fd5b42dd63463c9893]

        undoapi: added some diagnostics, to detect if a shell switches between two non-NULL UndoManagers

2010-10-20  Harri Pitkänen  <hatapitk@iki.fi>  [a3e61bf09120a70a6f209a0b61df9df68d19ba2b]

        #i93300# Don't crash on unsupported .tiffs

2010-10-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dac64284bbd901d86a5c7a5a4ae1339d3d27c855]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f713ee13886f4d3a6d3e90c8f1ed9b154e0cacda]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a70f500bc9110bab1483e09d1c4a306e8c2a661b]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6702f4e83f29060a3a6b832920ab6dbdc33b937a]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [32562151fdf2e9bbeec57fda3a1d96d5e3880b1c]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6644620ee4226f00db9e0cbaf3d5e817646e6f43]

        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  sb  <sb@openoffice.org>  [2a1373ec52ac6e5967a9225700abd3917b6b2e98]

        sb131: #i114962# always building test/deployment/boxt reveals dependency on filter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [28b85750146cd39da12885e9c62eedb1add5b738]

        WaE, ignore return value from symlink

2010-10-20  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [1d871c1d00b3fee7ba3c3f556fb5199f969a27e4]

        document what this is

2010-10-20  Niklas Nebel  <nn@openoffice.org>  [7319d6c51702d312e62a39d71805f44b2ac82ee3]

        dr77: #i115067# don't calculate with negative positions in ScTabView::AlignToCursor

2010-10-20  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ee22ffc8bb5a39335f6db5127bfc949decc32496]

        Fixed fdo#30899 and n#610921: MetricFields SetUnit conversions

2010-10-20  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [76ca32af52e801725855a09815c078f331aa292d]

        Fixed a crash when importing some RTF file.
        
        This is pretty hacky... any better fix is welcomed.

2010-10-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [60b0e5e5a338a896230a84f03f91cac58be8d4cb]

         #i90800# export GetMirroredChar via UNO service

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1a7d7723e8dba633cad7cdf1111e666bdb734d19]

        WaE, silence warning

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [18d692a0cb09976d88e5c38a409951ff6d71a2e8]

        WaE, unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [27f963e4296a0327a92718afb133cd9e32563d32]

        WaE, unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [f2bf12c7d70920c6d02881da36617b07d2a17441]

        WaE, shadowed variable

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [42919dbce70edd9b290800007b9e7e9660c1aa98]

        WaE unused parameter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [c65d39c026e2141b123e196c5b203ca06227076b]

        this is just wrong

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [f6947a9467a7b99793f7d649ebf9f212541bacc6]

        WaE: fix missing return

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [38ca8c25b7ba9295957c3ed17744ed45e406ec0e]

        WaE: remove shadowed variable

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [f045f223bf6f6fd4beca672ad03ac289e0a82d75]

        WaE, misordered init list

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [0e75d0c75139cedd830e44fca878eb8011fe9c4a]

        remove unused variables

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [5bcb1df7421dbab5a9fa382ea6a043923c90369b]

        WaE, unused parameter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [877223157b66548274def1726886d4a039f63a56]

        WaE, unused parameter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [b3e7c4f17bef673fb496d87e0b1d2904ac64a2b4]

        WaE, silence warnings

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [d5299ef718b13fcfd2b941fad34c46238bc3db06]

        WaE, unused variable

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [8c4f46a8b1c2ed98edd421ccadb2120c063b9c9c]

        WaE, unused parameter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [b3232f2a5db22b084eb2fcfaa4b5a094e988dc58]

        WaE, remove warning

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1aa7b2f434c8b4eb042df66ea6dca626f43474aa]

        unused variables

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [a8e557705b84298d00f91a69b226fe8e15570752]

        WaE unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [16a4c73fd3029c056de77dc7c65731c4c1fc88dc]

        WaE unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [09aad948c36f08e5bf84b5df3a7b892e8bd3aeb6]

        WaE, silence warning

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [7f38506329083ae4f65be63a041e0b189ff5077e]

        WaE, unused variable

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [c8bfe399e9eff7454f2a8a08694057023e98b8f1]

        WaE, unused variable

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [dce70c138befac8ee1c4220e84e2d5af17c88d68]

        WaE, unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [9b61c3f8b2364876392ba54869f93e88a4f6272e]

        WaE, silence warning

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ec601068977e3fd2026e27bf5b418912fdd46e5a]

        automationdev300m87: #i115106 - excluded tests due to #i115138

2010-10-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [86df81c63c0c6822b1f1d452df481871f255725e]

        i115106,[Automation]: 	[Automation] General Cat 1-3 test case fixing

2010-10-20  Helge Delfs [hde]  <hde@openoffice.org>  [5d71179653bf0e248fd129a3a4edbde6099fe9f9]

        automationdev300m87#i115106#optimized output if slot is not found

2010-10-20  Helge Delfs [hde]  <hde@openoffice.org>  [23f54801224614ba17605157f9556a34cc99229e]

        automationdev300m87#i115106#added warnlog if uno-slot is missing for menu entry

2010-10-20  os  <os@openoffice.org>  [0fab13bca11694bc0378c26c9133a017f79f35ce]

        export all attributes of parent styles in RTF

2010-10-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [621c70d97299293fedf80984c747f039ee01c7da]

        i115106,[Automation]: 	[Automation] General Cat 1-3 test case fixing

2010-10-20  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [7cd82bd69f5ab5450752c8f15262b0824ea96f95]

        i115106,[Automation]: 	[Automation] General Cat 1-3 test case fixing

2010-10-20  Mathias Bauer  <mba@openoffice.org>  [40575113e8343a25159bcc2ae907474b7d7c5542]

        CWS changehid: #i115137#: no hid.lst used in help linking

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1ceca73a0464983f5a835d39ec54aba213de4063]

        be consistent on the project name

2010-10-20  David Tardon  <dtardon@redhat.com>  [06f8869875e1d72e322d0d162f9d89b1d74b6b71]

        fix delete/delete[] mismatch

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1fa82e8ac39d07e23ca3f925ac7a68238d9aba51]

        WaE, remove unused parameters

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [4e5ceca8e9f78cec2798c32ee22b8924ef4c9902]

        remove unused parameters

2010-10-20  Kai Sommerfeld  <kso@openoffice.org>  [b7a83f057a3b3b9b7c256a6ecfb0eb9b4ea1ec74]

        #i111756# - optimized compileExtensionHelp() (patch contributed by dtardon).

2010-10-20  Kai Sommerfeld  <kso@openoffice.org>  [d4202f9887e5eaf0de0acc59e5e7f7b961ed58a8]

        whitespace cleanup.

2010-10-20  Helge Delfs [hde]  <hde@openoffice.org>  [dccc915af045d8d6d06cf664745f4b5dda9fc392]

        automationdev300m87#i115106#Corrected scripting failures due to disabled controls

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c3881e55ddf930317ef1c21f7cd70c1cfcd0a95f]

        automationdev300m87: #i112208 - hOpenFileLocally should alwas be used together with hFileDelete

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [1a1cc219cca2d5e23a924b207d0299b9f4f63c4a]

        #i101100# strict aliasing fixes

2010-10-20  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [ee9befa313473b8530ba2ab21c3b8ded1e599c90]

        Removed lots of dead code.

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [ff41dd83e5041e1289f3f9f425e148b4b78a74b0]

        remove memory leaks to make this a handy valgrind test case

2010-10-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5ee125ca789e7989a9725c40fe17fd3f8086a951]

        undoapi: more UNDO API tests

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [305a9e0468498d0b8322cd4292a574c2b50c217c]

        fdo#30773 Kabyle swap , and . as decimal seperator

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [4af09530d7c679f5a90e4993ca06bdd5144a7b70]

        fdo#30773 Kabyle swap , and . as decimal seperator

2010-10-20  Thomas Lange [tl]  <Thomas.Lange@oracle.com>  [6b6d1a70cb424af2857dc01f278b42d672713f0b]

        cws tlmath01: #i972# baseline to baseline alignment for Math

2010-10-20  Thomas Lange [tl]  <Thomas.Lange@oracle.com>  [cf71abf8511eb5348233fc0022c9a5a2159f7ea4]

        cws tlmath01: #i972# baseline to baseline alignment for Math

2010-10-20  Vladimir Glazunov  <vg@openoffice.org>  [2a8b5063b765105e7092c763694bcdc59fdaf5c0]

        #i10000# temporarily disable assertion to get smoketest running

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [85c44ad8b3caa50018c32972760bac9d5ef4c496]

        #i101100# strict-alias clean

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [bc9aea44a77af9a80277b5126780272692a6bae8]

        explicitly -fno-strict-alias for linux bridges by default

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [dc1785a3be7f5b527cf95410e1d6fd18a841880f]

        WaE unused parameter

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [60a2e095f0d50776742947aa259f99369d799522]

        remove unused method

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [eb6e285c077ec615ea14ff4f0bfc2b59752c9b08]

        fdo#30773 Kabyle swap , and . as decimal seperator

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [11513ddf5b05cb7b3c1e91f9728159b9be3a5da2]

        #i101100# strict-alias clean

2010-10-20  Caolán McNamara  <caolanm@redhat.com>  [876b99ce56c8d725cc207ca03433b3cb99dfb3eb]

        WaE: fix init order

2010-10-20  os  <os@openoffice.org>  [6a8fcb64691942ae29e3cdaaec2353c364d43d9e]

        GetSortedBookmarks: don't insert bookmarks from different nodes

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a3598dacce14f8e6183f0b61b06b326a313fcf64]

        automationdev300m87: Local merge with changes from HDE

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ebfb11ec61016f9185a555b3908094933ee16534]

        automationdev300m87: #i112208 - hOpenFileLocally started

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [72cf964ce3b0b3e017d9ebe2f9f67483a79f345e]

        automationdev300m87: #i112208 - hOpenFileLocally started

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2651112a8f2cbf418219f172ad3f9e0a404cdec6]

        automationdev300m87: #i112208 - Indent fixed

2010-10-20  os  <os@openoffice.org>  [a361e4bfcf1ae415b6e57e55183f2ebd7e968084]

        HackIsWW8OrHigher returns false now to fix encoding problems

2010-10-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [bd7c28f9047c54b70a268efc572a14d570926446]

        automationdev300m87: #i112208 - Fix two test cases, remove a few unnecessary sleeps

2010-10-20  Norbert Thiebaud  <nthiebaud@gmail.com>  [ae52e984f259de1c53c989d25b3bbc739356de88]

        remove dead-code

2010-10-20  David Tardon  <dtardon@redhat.com>  [6e768ec1015d2315c750a21e1a6f6d1199732105]

        replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)

2010-10-20  David Tardon  <dtardon@redhat.com>  [d93d6c635a3716a69e1b1a1f7eb8f3f09efb0863]

        replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)

2010-10-19  Graeme  <jgraeme+lists@gmail.com>  [ca10dd2ac26b5bc16bd37d1b30c468487703adf2]

        Clean up comments in sw_unocoll.cxx

2010-10-19  Graeme  <jgraeme+lists@gmail.com>  [58151e361db28025b45ecaa7bf4789f250e48991]

        Clean up comments in sw_unoframe.cxx

2010-10-19  Trevor Murphy  <trevor.m.murphy@gmail.com>  [b74679e29ea519e8d4c9e5cf8471f4f366f10414]

        Minor libs-core comment clean-up

2010-10-20  Miklos Vajna  <vmiklos@openoffice.org>  [6546d1e90c1b7fdc2c65f85984f6980a57ae9b73]

        vmiklos01: #i113532# fix order of entries in the revtbl

2010-10-20  Miklos Vajna  <vmiklos@openoffice.org>  [e16c1e77bc27b6aa23aac2268b181b29e5d2220f]

        vmiklos01: #i66619# fix title pages

2010-10-20  Rene Engelhard  <rene@debian.org>  [8a36c057bcacab4237d326e619530cc81988ea76]

        remove unneeded .orig file

2010-10-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a3963e83ea99eb1c7ee7f6b7bcadadd17961eb7c]

        undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndoManager

2010-10-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [626f341e6133c4d8e24551bc7563f512a32422fe]

        undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndoManager

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [8bd677c532aed25970288e1f45634b9304c920f0]

        Add missing semicolon.
        
        Suggested by Caolán McNamara <caolanm@redhat.com>.

2010-10-19  Andras Timar  <timar@fsf.hu>  [52de8bb56de4d0da94aa1528b7dc2f0f61f54aa6]

        added non-trivial help to hu thesaurus

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [1f096cc5621c860eef9ff9d45317b31c2ad082cb]

        #i101100# strict-alias clean

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [9b05409ff7bf1e6bb52b288852a506b764ed6f76]

        add local .res dir into the resourcepath

2010-10-19  Bartosz Kosiorek  <gang65@openoffice.org>  [a1936ae4d72cd8695c0424a289ca9b91c363cbcf]

        svarray: #i112395#: #i84159# new const: SFX_ITEMS_DEFAULT

2010-10-19  Bartosz Kosiorek  <gang65@openoffice.org>  [f7442ff60ad8ee01cfdf0e5cebed4f50d2ca0a79]

        svarray: #i112395#: #i84159# new const: SFX_ITEMS_DEFAULT

2010-10-19  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [873aef4d5a92da475f84d72a0004d2a815abaf7a]

        dr77: oox: improve consistency of class/struct names and constant names, improvements for web queries

2010-10-19  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [708c1ed37dd34037ecfc9f229270c10bb0366f74]

        dr77: oox: improve consistency of class/struct names and constant names, improvements for web queries

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [ff3b04a8d17764cadbfc0e30839a1e38e06709f7]

        disable this for the moment, some more tweaks required apparently

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [dd98f95591535836c6e664faefbc926535d7bec7]

        Merged oox-smartart-import.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [c8442e2544ace7fdda173aed1f5d7ecb9aeb7ab8]

        Merged oox-smartart-import.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [eba61dd6691b5edda1e1fd32d9f8a6477be1b02c]

        Merged xlsx-shared-oox-drawingml-fix-shapes-map-crash.diff

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [97a46c404e8c33f5522d95c27f971644d0d9d567]

        Merged pptx-filter-as-a-separate-lib.diff from ooo-build

2010-10-19  Thorsten Behrens  <tbehrens@novell.com>  [15fd41aba70f39ce9e1351323ff9e948679efe51]

        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  Thorsten Behrens  <tbehrens@novell.com>  [46efbdbb2e4347e446f2f955a77145afb550079d]

        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  Thorsten Behrens  <tbehrens@novell.com>  [111fd6d0107a3241af41d239071a32922a9bbaad]

        Make about dialog display clickable hyperlink for credits
        
        Added a svt::FixedHyperlink to the about dialog, so people can
        click on something to get to the credits page.

2010-10-19  Thorsten Behrens  <tbehrens@novell.com>  [5e659c255518a632ee3e32b9711c730537976a5c]

        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  Thorsten Behrens  <tbehrens@novell.com>  [52456c0acaaebe1c85d07c90a94a82c9efa4850f]

        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  Noel Power  <noel.power@novell.com>  [9b04df1f7722f468cc6c065f0d738ecddcd44152]

        fix bogus SAL_N_ELEMENTS usage

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [0403c111857482e6b9bdc32a32c608c582c0775b]

        native334 #i115113# Windows language files in MISC instead of COMMONMISC

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [6ca52de7865694427d9bf8a26af3fa5082c0bbd1]

        native334 #i113163# trivial fix

2010-10-19  Jan Holesovsky  <kendy@suse.cz>  [8509ba60d1e2b1f7ddf25351c92d18d4e904fe3c]

        Get rid of the CWS tools, not necessary.

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [31ba573f4a4fe836f2d8d09439b3f70d9369db4a]

        native334 #163388# no more change of DS_Store file

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [4e2c735cabcd0372ddbda7b537ed92016026d031]

        native334 #i113163# trivial fix

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [cda79c7653ac3a985af67c77fbb308e9a8a45b58]

        native334 #i114018# fixing path to library in registry

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [21d56ddc575fc17aff0c6cbf3a1f2fb8d1d2ef6a]

        native334 #163388# no more change of DS_Store file

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [b320c0537255f5c92ddfcc205e8b5e1a162492a3]

        native334 #163388# no more change of DS_Store file

2010-10-19  Ingo Schmidt  <is@openoffice.org>  [12b5132bab0411fed80da4f442901c1ebf84d298]

        native334 #163417# no dependency between Beta and WRITE_REGISTRY

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [65b8a190dca67aee568798fe7ce24a4373cbaeb6]

        Merged sd-pptx-export-build-fix-2.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [7e2a7b406f032b1ccf34dbeee9de7084612e8de6]

        Merged sd-pptx-export-build-fix.diff ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [5cc0926094f39511c23f798bae12377279dff02b]

        New files from oox-smartart-import.diff

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [4f54b69d72817bc642b0804458f3f03de264b7c7]

        Merged oox-smartart-import.diff from ooo-build

2010-10-19  Lubos Lunak  <l.lunak@suse.cz>  [330686099894245216ff74ed32a9d6a5d21bc67d]

        explicitly state the version 3 when referring to Qt3/KDE3 in messages
        
        given that Qt3/KDE3 are the obsolete versions by now, it's not good
        to name them just Qt/KDE

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [fbcee910cdb406c3c12068b4e68de642006d3cb6]

        Merged oox-drawingml-fix-apply-shape-reference-crash.diff

2010-10-19  Thorsten Bosbach  <Thorsten.Bosbach@Oracle.Com>  [2b816892590a1980331803de8a21bbfe0dc08a25]

        #i115122# hid.lst is again static

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [5730ff8c42f7e16b83420248d262fdc34ae09c17]

        Merged oox-pptx-export-update-to-ooo320.diff from ooo-build

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [1955578c0383789bf3fb18b8742747111e987943]

        add mode lines

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [4ed22ff72fb2edfd690f30b60ec46b3e7d5524d5]

        Merged oox-pptx-export-blip-luminance.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [96c3e6d82eb24c1582e7582859f49b3ee998d18d]

        Merged oox-pptx-export-animations-paragraph-target.diff

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [7c44931a14c700867750de4ebcfe1679eed45482]

        Merged oox-pptx-export-animations-filter.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [166b875b073388a09b517e973c4deff37ceabc3a]

        Merged oox-drawingml-fix-shapes-map-crash.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [d0712d61e5ef42da165f6db1927efc9004083fcf]

        Merged oox-drawingml-fix-shapes-map-crash.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [3378115ed58a4969ebdc35fb7b345a9f10bbe791]

        Merged oox-pptx-export-fix-action-button-presets.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [3deca0226392f324d48d2839a188960270ce32a8]

        Merged oox-pptx-export-para-linespacing.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [73b8cdd1200c92d62ae79e377210532f2da9c93b]

        Merged oox-pptx-export-vertical-text.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [0b906ea0f7312a858375f085076512aad52cfb42]

        Merged oox-pptx-export-hyperlinks.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [eec929e84b186bcda95c1a5f83418ec152cc45c7]

        Merged oox-pptx-export-fix-hidden-slides.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [e9aa7e7cba593ebbd71fbaa96f3dd7213845f867]

        Merged pptx-fix-connector-crash.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [682dcfecbbdc8ba1bc03e8740b153b53c01cb556]

        Merged pptx-export-empty-animations-node-and-groupshape-fix.diff

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [17177e320d53f30ad1397051f3e13b402e4e0361]

        Merged pptx-the-rest-from-git.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [b4d37acf263604268eacb9bd2e6394c9140feb82]

        Merged pptx-the-rest-from-git.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [4a475e4a451ecc3c0b5e86164561ed6e8f7dcb1d]

        New files from pptx-snapshot-at-ooxml03-creation.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [35732407858e326cfc1c4666d5fa71714a38b08a]

        Merged pptx-snapshot-at-ooxml03-creation.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [e0a35af701c68a41fd06b496a23b62e535a9aab3]

        Merged pptx-snapshot-at-ooxml03-creation.diff from ooo-build

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [c1c78c35ab35333dceceaefdc151b41a52cc89da]

        Merged pptx-filter-as-a-separate-lib-sd-build-lst-without-transogl.diff

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [2b91b600806758a91131b39fc4f6eeaa1823cef9]

        New files from pptx-filter-as-a-separate-lib.cxx

2010-10-19  Katarina Machalkova  <kmachalkova@suse.cz>  [4dd3d544f60c371b0c02c4cb99c2ba22a07cbac3]

        Merged pptx-filter-as-a-separate-lib.diff from ooo-build - g Untracke ddfiles:

2010-10-19  Thorsten Behrens  <tbehrens@novell.com>  [474bcda10c39dc9591a664b8ddfc1658132526da]

        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  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [92772901ac61dee484b7df1c7c940f213353f5fe]

        remove non-compiled code

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [884120a3765c48483f96fcd5f8ee934d0b64822f]

        Fix typo in operating system name.

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [0462dd7f69a0a5434726daff0b4f5357c12c4ed5]

        Only show "checking exception type" message on platforms where it is checked.

2010-10-19  Helge Delfs [hde]  <hde@openoffice.org>  [b7a5df0023d447e13f8ac30c33f0bc2b1d9069bb]

        automationdev300m87#i115106#Corrected scripting failures opening context menu and closing Hyperlink Dialog.

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [70d9c5248156302d6cd7d01e76646e252c4a1b6f]

        fdo#30773# add Kabyle locale data

2010-10-19  Vladimir Glazunov  <vg@openoffice.org>  [ed872f0c510bf2f2d6b59c16c3f797acc6bac131]

        #i100000# revert unneeded changes from OOO330

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [83da447b83a6432fa4e657646b7be2e95207e9ae]

        Add more files to EXCEPTIONSFILES to fix build on NetBSD.

2010-10-19  Vladimir Glazunov  <vg@openoffice.org>  [d0b6725a60a3ca5fa8ca7d2e55a51f9ba8720f85]

        #i100000# new name for parameter to prevent hiding variables

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [a1cd5079fa97b68d781e3c9d279ded6cc9e435c5]

        allow extra arguments

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [59c0f8bdfa84de04857191718839231d2bc4150f]

        add headless and invisible arguments

2010-10-19  Helge Delfs [hde]  <hde@openoffice.org>  [ff21396cb6517476d4392175389e46adf376ff3c]

        automationdev300m87#i112208#Copied elementary files to local dir

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [b5de1d11886014f09d2aa73a39ac669bd0641fad]

        Use <errno.h> on all non-Windows systems.
        
        Ok: Michael Meeks <michael.meeks@novell.com>

2010-10-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [870b17d7ed1397a48ad8699cdaa1847af2344911]

        undoapi: test backend for Impress (doing the same as the Draw test backend)

2010-10-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [80b680882f93882ed5016921cfab23fad666b7ba]

        undoapi: added PRESENTATION/FORMULAR doc types

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [e3c52ca8d0816ddff87cd9113c8cfe1b0f8bb645]

        survive missing configuration entries for paths

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [cdb4aae582fd0bd553f2b328f1601caa990e5b58]

        survive a missing history

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [3973845debf835f06cf0fc3324d2fbc06ef01725]

        survive missing configuration entries gracefully

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [9591852ccaf91fa033c44b4d672ec152d7e470fa]

        don't set singletonCreated before possible throws

2010-10-19  Caolán McNamara  <caolanm@redhat.com>  [18641fdaaca23f2fd755869b7995c6bcf5f2c6da]

        get a basic cppunit test for sc up and running

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [25d203e727acb5ea83000eba90a23beba614f2a8]

        Add more files to EXCEPTIONSFILES, sort.

2010-10-19  Thomas Klausner  <wiz@NetBSD.org>  [2191f7688457a0c2b21acf46286bfe86c66b6f1e]

        FreeBSD's unsetenv also returns an int.

2010-10-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8fe7b07fc8bed0797b9d565443c11065a40e2a85]

        automationdev300m87: #i115106 - f_basic_formcontrols.bas - added issue id for #i115117.

2010-10-19  sb  <sb@openoffice.org>  [8fd8aa2ef70af72e2c3bdf114185adf8d3c73498]

        sb134: #i114705# call FlushConfiguration only after all modifications have been made

2010-10-19  David Tardon  <dtardon@redhat.com>  [9167a2bb957b398f35808d3585e9426f7383a885]

        remove do {...} while (false) spanning whole func.

2010-10-19  Helge Delfs [hde]  <hde@openoffice.org>  [69aab9a46ffb43783d77028471100aaffdf08e16]

        automationdev300m87#i112208#File created in this testcase must not be loaded with hFileOpenLocally

2010-10-19  David Tardon  <dtardon@redhat.com>  [2f20e05065b41975647c6399d3b2165bf812975d]

        remove do {...} while (false) spanning whole func.

2010-10-19  David Tardon  <dtardon@redhat.com>  [d59cf6fc6be6edf0dec082c7da98b4ca91839120]

        fix obviously incorrect condition

2010-10-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [422277aefa8b4acb1a501468aa39dbf3fb78b6e4]

        automationdev300m87: #i115106 - gridcontrol - remove workfile on test exit

2010-10-19  Aurimas Fišeras  <aurimas@gmail.com>  [641f12b3e77dced06ca71366d73e98772bc555d7]

        Use en-US spelling for consistency

2010-10-19  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [c300e27f5ca40ce87f91663d1c6fbf193727570a]

        Cleanse non-compiled code
        
        Removed if-deffed code from LibO libs, enabled if-deffed code again
        in test/playground files

2010-10-18  Florian Bircher  <florian.bi@gmx.net>  [64e6130b14eff8754d248009fd528eb675e2e1f0]

        use SAL_N_ELEMENTS

2010-10-18  Florian Bircher  <florian.bi@gmx.net>  [ae635c1eda512ad4e2d2f9181d6118654ff77e70]

        use SAL_N_ELEMENTS

2010-10-18  Florian Bircher  <florian.bi@gmx.net>  [2fc1ad52be59faa01fb35caeec3d9592c2339600]

        add missing include

2010-10-18  Norbert Thiebaud  <nthiebaud@gmail.com>  [79893c32fb6105bcd891d9d671fc4351d6eee877]

        make sure that SAL_N_ELEMENTS is defined on win32.

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [bb991cd08a16d701f56adfea86502ebaa4855fae]

        svarray: #i112395# #i84159# increase max number of pools to 2^32

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [8ea563dce6cc7e6a81cab56db220e07cc407ee5a]

        svarray: #i112395# #i84159# increase max number of pools to 2^32

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [09bc02adba78638cb3b5cae28f04f18f283bf24a]

        svarray: #i112395# #i84159# increase max number of pools to 2^32

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [20b24c6bc448de513dc8adb4b5c1de6c8e4f0cfd]

        svarray: #i112395# #i84159# increase max number of pools to 2^32

2010-10-18  Bartosz Kosiorek  <gang65@openoffice.org>  [70af5b80168c0d41e53afe8062e27b94e7c40db7]

        svarray: #i112395# #i84159# increase max number of pools to 2^32

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [e477a8978486a5cba6c243e92283665026515317]

        NetBsd's unsetenv has a return value

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [2048cbbfad35dd30a0fadb61a64f5d5a1ef66b9b]

        #i111793# make cppuhelper/interfacecontainer strict aliasing safe

2010-10-18  Kenneth Venken  <kenneth.venken@gmail.com>  [522faf9ccb25254e3c765425c74aee5c2aa6c950]

        cleanup to use SAL_N_ELEMENTS

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [bc8fcf207ffeee1dd6fb4a361b0ad5c5def21beb]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [42b0ace3fa39a2f672d2222ea57482258058d249]

        remove non-compiled code

2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [457ff1b63da9bbca4a158fc6cdb6deb1ac9f0a55]

        Sort EXCEPTIONFILES and make sure all are in SLOFILES.
        
        Noted by Caolán McNamara <caolanm@redhat.com>.

2010-10-18  Petr Mladek  <pmladek@suse.cz>  [afe97f9fd57c3f24800690475ef3da795a7774fe]

        fix build failure when creating i586 rpms in instsetoo_native
        
        there was used "if" instead of "elsif" for the AIX variant

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [849a713ffd29a58ae79e48f80835c28bbd9d5a72]

        remove non-compiled code

2010-10-18  sj  <sj@openoffice.org>  [d5530cf90e36dd194b7787e78addf4ce70250cf2]

        impress202: #i35600# fixed some shape outlines (flower shape)

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [c189268e0ab3ec33c02c5dbabfd31b37e0b1f5ab]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [17a52bb6a8d830b99605b0ecad84e50cac452a28]

        remove non-compiled code

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [4ec08e93f68c9446c64d133f7ca44e4210707841]

        tweak this to patch

2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [f7cbde525450a1a9427873c264791c65056c4f2a]

        Mark many more files as EXCEPTIONFILES.
        
        Needed at least on NetBSD with system boost.

2010-10-18  Miklos Vajna  <vmiklos@frugalware.org>  [3142fdfc23869f5ef8d1a3a6bc407466f8b94426]

        RTF: fix non-text frames
        
        Previously the exporter just crashed when the document contained a non-text
        frame (e.g. table). Fix this by properly calling MSWordExportBase::WriteText()
        instead of our custom method that handled text frames only.

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [947c04111a1371955f6fee367d3dd6828a887b60]

        #i113177# remove strict-aliasing warning from boost headers

2010-10-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4160c3cea7de23b99dc0e51faf765b082dc325f0]

        ooo33gsl11: #i115088# add a nodoc string, workaround botched define in classes/resource.hrc

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [3eb979df547419645bb3c824f1dc4a5fdc8d0250]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [bdc71b3e4112b5c83a6aec61403981fcdd156138]

        remove non-compiled code

2010-10-18  Andras Timar  <timar@fsf.hu>  [aab450ec4f45bf703cd84972b724852f08f06a84]

        fixed Danish thesaurus help registration problem

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [c2288bd3cb1343d881634e674bf31f41430567cf]

        #i112656# add osl_setEnvironment and osl_clearEnvironment

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [b725a3ec577ba2943b8e9d5f256c0104b60db476]

        #i112656# add osl_setEnvironment and osl_clearEnvironment

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [34f1c06830ae530bea4f11aca91e2836a53fd764]

        #i112656# add osl_setEnvironment and osl_clearEnvironment

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [9a5e21b2080b0f4b2096d7e661346b49aeb39a66]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [628d36ff1efc0bbfb9f387e240adda2277067ce8]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [affb485bbff5fe5a1b45f1493f070893099526d2]

        remove non-compiled code

2010-10-18  Povilas Kanapickas  <povilas.kanapickas@gmail.com>  [fd9fa01e6993f959b62db04874bb1ccbdd7f2c35]

        remove non-compiled code

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [ed6f79269af3a2e45409522d3a0e948fa440023c]

        CLang++ Dead increment

2010-10-18  Tor Lillqvist  <tlillqvist@novell.com>  [ab1663d2dbba9c07638b673c57014a23f07db6a4]

        Two more SAL_N_ELEMENTS reverts
        
        These files don't seem to use LibreOffice coding style and types
        anyway.

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [fcc44a688d0f2b9855a7fa82cb8b48f165ba75ab]

        CLang++ Dead increment

2010-10-18  Tor Lillqvist  <tlillqvist@novell.com>  [46e3f66f91e0ea1671566ceef39e7706428cc086]

        Revert SAL_N_ELEMENTS change for one file
        
        This source file does not seem to include any of the usual LibreOffice
        headers, so we should not use SAL_N_ELEMENTS in it.

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [684be0a6867510c2b3ca2461447bba83428ec3b0]

        CLang++ Dead assignment

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [53b8a31c87bb67ca0d49391ca9e2a324cecf3f39]

        CLang++ Dead assignment

2010-10-18  Release Engineering  <releng@openoffice.org>  [caf7c15834843ba658350f9b5077b6600c8d4b39]

        DEV300

2010-10-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e151e9f843ff231726e0b94799d1e84fdffe1c6a]

        automationdev300m87: #i115106 - Change comparision values. There is no way for me to tell that these settings are correct, however, we can test for changes now.

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [888562cc08960f42669146de283fb0a1fac189fb]

        #i7065# add Title Page dialog

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [a8e4476824a8ad0be01b4116a00cd48c145961bb]

        #i7065# add Title Page dialog

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [4590bcf85c2f0caa96b7daf49867c870620ecc1c]

        #i114924#

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [8d22455d3e7c7e8e25bcb8724754fc764f0e713c]

        #i114970#

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [4fe3dc646d606ef708b470a831f77e638ccda19a]

        #i114970#

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [b24d4e1f2ae2fdba426511498717ba1326b346cc]

        #i114935#

2010-10-18  Kenneth Venken  <kenneth.venken@gmail.com>  [d4e6f79899f68c081ea4b6c2544d84a6c1adb859]

        WaE, fix this warning

2010-10-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [e418b90d3059cb3d3726a65ec23150a8ef2d7ca1]

        comments cleanup

2010-10-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e7c1c6d3867152b1e88a864b44a5b88acbf232e0]

        automationdev300m87: #i115106 - Fix f_basic_package_export_import.bas

2010-10-18  Júlio Hoffimann  <julio.hoffimann@gmail.com>  [c901ec7b5883b3e88a4c8d239adb5a3bfea5dcdb]

        comments cleanup

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [8ada3ccd0d01295921521c275b69dce70bfe47f3]

        WaE, silence warning

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [9b9ebfe8e6b55e0d3f02be1e8efcaa6d1b7aac7a]

        remove dups

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [a1681e8a56ff0a7d32e3bf6d0a7a6a8056c74ba7]

        add matching undefs

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [5c026f6666092ff9036f1f15755ba91e17352fd1]

        same ifdef inside itself

2010-10-18  Mattias Johnsson  <m.t.johnsson@gmail.com>  [34c3c152e80e2c260733212de616e0e812a79eaf]

        remove bogus version control comments

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [256918a159dda6e832e134f0186c314b43ea70c5]

        WaE remove annoying warning

2010-10-18  Thomas Klausner  <wiz@NetBSD.org>  [d07418ac24bbe99a36b9c645684b53c2dd280b4b]

        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>  [81876836fefde83479909875065d540f6c61143a]

        CWS-TOOLING: integrate CWS vcl115

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [40504a99ac475cbab3571a445040ca26b5527b3c]

        CWS-TOOLING: integrate CWS vcl115

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [dcc7ee5540e58c117a450eec93c099b59a7530c8]

        CWS-TOOLING: integrate CWS vcl115

2010-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [3b0d70beb5245be80c445f84afb87f691c95c864]

        ivo99: fixed path

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [203320d1ce64e2844353dc36098f24eaf3fd405b]

        #i10000# changes from OOO330 m11

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [0a7690b5d217ed4936b8f946b6dc0f48778d7b69]

        #i10000# changes from OOO330 m11

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [1f1721c44c41100ab46f046e0da8eaf755cb3293]

        #i10000# changes from OOO330 m11

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [2899e6f2bad2b458ed22f44d9a0e895cb6104a36]

        #i10000# changes from OOO330 m11

2010-10-18  Vladimir Glazunov  <vg@openoffice.org>  [08b0c7bb389e054ab619506fe6a602a76f456878]

        #i10000# changes from OOO330 m11

2010-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [71e73bde139cc3e1573191176cb41708b18b59e4]

        ivo99: #107407# exchange <> by []

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [be33f49e569043207b18dd1257e13f937f47bf1e]

        WaE remove this duplicate define

2010-10-18  Michael Stahl  <mst@openoffice.org>  [0a524ff80ad922c1823ac50d7cc498dda9b1d75f]

        sw34bf01: merge fix for #i114999#

2010-10-18  Michael Stahl  <mst@openoffice.org>  [66b0482973dca797c00971e3f6b843d6e7a88625]

        sw34bf01: merge fix for #i114999#

2010-10-18  Michael Stahl  <mst@openoffice.org>  [48ee1cb1670441138f62a768a947ae3d734d257e]

        sw34bf01: merge fix for #i114999#

2010-10-18  Michael Stahl  <mst@openoffice.org>  [54f461e9f9e2f84e6408cdf0d365de1a64442c0a]

        sw34bf01: merge fix for #i114999#

2010-10-18  Michael Stahl  <mst@openoffice.org>  [d8cbf1a45ce09faf2ccce351b24573ee45641ca0]

        sw34bf01: merge fix for #i114999#

2010-10-18  Michael Stahl  <mst@openoffice.org>  [5fd4bebe16e6b75bfb115f66867881758d12a53e]

        #i114999#: apply patch by dtardon:  set REDLAND_CFLAGS for system redland.
        
         unoxml/source/rdf/makefile.mk used it for ages (since integration of CWS
         odfmetadata), but it had never been set .-)
2010-10-18  Michael Stahl  <mst@openoffice.org>  [a7e4b74c1cb2d22b3c31bea8cf20f56bff5a7426]

        #i114999#: include redland.h instead of librdf.h

2010-10-18  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [d39c01b36b9ec0af3272763e2f9418277beb8a55]

        dba33k: #i114026# check if key columns from all tables are involved

2010-10-18  Kenneth Venken  <kenneth.venken@gmail.com>  [e2b287c6e5d948616b3dbd3a0366cda62ba3f1ca]

        replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS

2010-10-18  Kenneth Venken  <kenneth.venken@gmail.com>  [bbe30ed8144fbfee7500b98a67224731c581663e]

        replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS

2010-10-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a566b1dc6fb25201af4d36b86ff6c4cbd9dd36a6]

        automationdev300m87: #i115106 - Fix f_basic_gridcontrol.bas

2010-10-18  Caolán McNamara  <caolanm@redhat.com>  [c036ad17bf22cf5cd28a67bb097bc3d3d314525f]

        GetFontStyleName declaration without definition

2010-10-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [655b1d7dfb5200919da540268d2b5d6b22adb49d]

        automationdev300m87: #i112208 - templates fix. Also provided extensive documentation to tModifyObjects(...)

2010-10-17  Julio Hoffimann  <julio.hoffiman@gmail.com>  [c921a579002aa1e728cc98cb6792e10ceb5b9d39]

        comment translation from german

2010-10-17  Kenneth Venken  <kenneth.venken@gmail.com>  [619f7da8be28f002ab1e195641b97b85656620a1]

        remove unused macro bufsizeof

2010-10-17  Kenneth Venken  <kenneth.venken@gmail.com>  [efb74ad158244e8931e4a392be56546f9929696a]

        use SAL_N_ELEMENTS macro

2010-10-17  J. Graeme Lingard  <jgraeme+git@gmail.com>  [d5c6b69895b269ff46e8c45b8a1d1511f5aeee85]

        Remove unnecessary comments from sw_unotbl.cxx
        
        This includes:-
        
        - commented out code
        - empty or dated comments

2010-10-17  David Tardon  <dtardon@redhat.com>  [5dc135fee4bb91c99dfce2b10ce70c83dc7cb03a]

        clean up after removal of empty makefiles

2010-10-17  David Tardon  <dtardon@redhat.com>  [7bd538ec6d9dc8ae966ceab642286a8bd0e3938c]

        clean up after removal of empty makefiles

2010-10-17  David Tardon  <dtardon@redhat.com>  [0770a6783b80ea37678ba566c3b32fe344deb194]

        remove empty files

2010-10-17  Aurimas Fiseras  <aurimas@gmail.com>  [3124c2d617eb6f9a1fe7e76e4afbef63fd28385c]

        Fix typos in the documentation

2010-10-17  Luke Symes  <allsymes@gmail.com>  [69fc4c22e9e2b8311532f4ed9ed3c035e85797c8]

        cleanup some more dead code under connectivity

2010-10-17  Norbert Thiebaud  <nthiebaud@gmail.com>  [74f9f6fcf4023926e8eb24cb11ed2c5978332fd9]

        missing include <sal/macros.h> for SAL_N_ELEMENTS

2010-10-17  Luke Symes  <allsymes@gmail.com>  [4a624e6e78a5f7228a04779d22656d58a1648bac]

        remove dead code from dbase driver

2010-10-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03ba2d372f4322f2be4089191efd851edf27f386]

        Sanitize completelangiso variable and remove some duplicate entries

2010-10-17  Jesús Corrius  <jesus@softcatala.org>  [5639017c2181159c5e14f01f9b7f0efe77277c64]

        Make calls to unary_function and binary_function less ambiguous for VC10

2010-10-17  Kenneth Venken  <kenneth.venken@gmail.com>  [bc01ec73e9fd55afbfa34f20f80182582be9c1b8]

        use SAL_N_ELEMENTS macro

2010-10-17  Kenneth Venken  <kenneth.venken@gmail.com>  [a36dcb29132d4f8a0fc740a7714aec34ed53b8ce]

        use SAL_N_ELEMENTS macro

2010-10-17  Kenneth Venken  <kenneth.venken@gmail.com>  [0196e3b7eb8e75dfd8482ebf54d35b12308d4416]

        use SAL_N_ELEMENTS macro

2010-10-17  Miklos Vajna  <vmiklos@openoffice.org>  [6e5f9f8f9885563d9608fa1b9ec94aa0130e7ca3]

        vmiklos01: #i113532# fix non-text frames
        
        Previously the exporter just crashed when the document contained a non-text
        frame (e.g. table). Fix this by properly calling MSWordExportBase::WriteText()
        instead of our custom method that handled text frames only.
2010-10-16  Jesús Corrius  <jesus@softcatala.org>  [c87a8751c564e1b4473e5c8b508850c619caf913]

        Don't show a perl error when .NET SDK is not found

2010-10-16  Michael Meeks  <michael.meeks@novell.com>  [aa08555c9501598bcecb2a87dc805da8fee0fe32]

        Add hacked up unit test pieces for NortySpock

2010-10-16  Jesús Corrius  <jesus@softcatala.org>  [6ece05cb92fa7b6f3b2e0994e19383bc92a1b2ac]

        Make calls to unary_function and binary_function less ambiguous for VC10

2010-10-16  Kenneth Venken  <kenneth.venken@gmail.com>  [e5db4c16852f0952f5a4142152dd01c3dd784a4f]

        nail binfilter compile warnings

2010-10-16  René Kjellerup  <rk.katana.steel@gmail.com>  [8b60c1e93567f0d1f55567f239f24240acc5c0c3]

        small chart2 cleanups

2010-10-16  Jesús Corrius  <jesus@softcatala.org>  [7ed1d1de5eef6aad14d1ad7c3286bc7cba08a5d5]

        Make calls to unary_function and binary_function less ambiguous for VC10

2010-10-16  Kenneth Venken  <kenneth.venken@gmail.com>  [095a3decf54d42b1c24c151b6db7599c7d0393da]

        some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)

2010-10-16  Kenneth Venken  <kenneth.venken@gmail.com>  [9f8917600d8b8815963d94b15908e3db07612cd7]

        some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)

2010-10-16  Kenneth Venken  <kenneth.venken@gmail.com>  [d181a7bc21faa5a9f95363cd215962a9e6fdf482]

        some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)

2010-10-16  Kenneth Venken  <kenneth.venken@gmail.com>  [35a5521b07870c9aef965e53a8d7dcda061ba88f]

        some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)

2010-10-16  Andreas Mantke  <maand@gmx.de>  [3d361dbc2d69484657c42852dcfa426c00bc3175]

        Translation of Comments to English

2010-10-16  Bartosz Kosiorek  <gang65@openoffice.org>  [541c40f8d8ed36a8d16593f4a496cea568362b78]

        svarray: #i112395# #i84159# handle 2^32 numbers

2010-10-16  Bartosz Kosiorek  <gang65@openoffice.org>  [fa565a01041d302fb0376fcafae69f2cbd0deb59]

        svarray: #i112395# #i84159# handle 2^32 numbers

2010-10-16  Florian Bircher  <florian.bi@gmx.net>  [c41112c46369364bae3d0a17c1321cef992864d6]

        Fix for setup_native win32 SAL_N_ELEMENTS

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [38f65640b46fe5dec965a984f4e615398d3d58a3]

        Adding missing header for Rectangle.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [f66072f9ac07bde58a87a71ab94400216b9dd08e]

        PPTX chart import feature.
        
        This is similar to xlsx chart importer.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [154e93a822745f89babab2dcb464bc8823c1c357]

        commentPr import feature.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [765050416fd47c128b66b02e1474929328e9943c]

        Adding commentPr tokens.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [e9fbc6819017bb6559c53991142465a56c74d116]

        '\n' at the end of a vml file causes hang+memory fillup.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [c8d71428b335c7e12062ceecb6200d4b36cc1a40]

        Minor fixes for commentPr export merge.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [c161564bd04b30c5f7e7ba4d549f0965d8a96247]

        Adding support for importing charts using InternalData.
        
        This is similar to sc's chart importer.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [fb67b98f1a3398ef0ddab080e5098e4c4cb50162]

        UNO APIs for size and moveProtect of notes.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [56e760bc1b20fc695b0c428391d26d24e2196839]

        CommentPr Export feature. Also includes note's shape-size export.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [38c3869bea4ccc548e900c81f324f649bfe80dc2]

        Reset vml counters for a new save.

2010-10-16  Muthu Subramanian K  <sumuthu@novell.com>  [9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6]

        Merging sc-xml-with-xls-ext.diff from patches.
        
        These changes allow xml files with .xls extensions
        to be opened in calc.

2010-10-16  Mathias Bauer  <mba@openoffice.org>  [a7c54f6a4dba6158e2b7a154b30d3645be65bbc8]

        CWS changehid: missing hid

2010-10-16  Thorsten Behrens  <tbehrens@novell.com>  [e0a2bb01d55f7fc9af210ab3df237cd41ad7a29b]

        Fix missing media-type for ODF thumbnails
        
        As per ODF 1.2 Part 3, 4.8.10:
        
        A manifest:media-type attribute should be present for all files and
        directories where a MIME media type exists for the content of the
        file...
        
        So added "image/png" for the thumbnails there.

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [44539872f4525cd7cb104eed0ad63d3f5ca6b212]

        undoapi: remember mpCreatedObj weak, prevents problems with re-using XShape instances (e.g. by adding/removing/adding to a page)

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4a8b1355d87b3e3457b61c050192557f742f6eb6]

        undoapi: tests for Draw docs' Undo

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [10e6877b66751920524f986a9394ad9decd8618e]

        undoapi: added diagnostics / removed duplicate NULL checks

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12cb5de71a3eeefa669c4a4beb8029e26a4a4746]

        undoapi: tests for Draw docs' Undo

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [460b79696a0111b89bc4ac9c41a0b37fdb621f16]

        undoapi: API and Impl tweaks

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [63f1445c73f54fe9adcc0c0cb0aae6c7e639c8a2]

        undoapi: API and Impl tweaks

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [52831664bf32c86d9691712817a799fd33ae729e]

        undoapi: deprecated those two (unused) exceptions

2010-10-15  Andras Timar  <timar@fsf.hu>  [79398889fdc9debbdde0d5a2902de0d1b64cac2f]

        Added Danish thesaurus #i110784#

2010-10-15  Mathias Bauer  <mba@openoffice.org>  [5f4064134441fc9c8aa462a23b09e1004d10a423]

        CWS changehid: wrong written HID

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [39ab4ede2af1eaff00c23e66711a2502040f10bf]

        rely on KFileDialog for automatically adding extension
        
        Otherwise there are two checkboxes, and since it's difficult to get
        at the KFileDialog one, just assume it does the right thing (which
        additionally makes it consistent with other KDE apps).

2010-10-15  Noel Power  <noel.power@novell.com>  [3ce6e877c3d75ad4a5af47bfb6a678c928a9b3a1]

        revisit fix fdo#30856, remove bogus header and pull in correct headers

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [6fcf549b0184e964a8e90011f9e2f69d90648e9e]

        do not use generic class names in the KDE3 fpicker code

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [162620c9038e81a60720a75b553b3267f9c32988]

        first try to find moc in the Qt3/Qt4 location where the libs are
        
        now it's possible to build with both KDE3 and KDE4 support
        without having to set up anything specially

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [67644e1a8012f9b8280e721d8983769225c2e023]

        check for KDE3-specific files in the KDE3 configure check

2010-10-15  Laurent Charrière  <lcharriere@gmail.com>  [f7a83e76bc83d0c1558f26dff894f3558592001e]

        Better English messages and comments in ure/xml2cmp
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-15  Laurent Charrière  <lcharriere@gmail.com>  [4d30744f9130b04668c06bacea469571c1be3bae]

        Delete commented out code in ure/xml2cmp
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-15  Laurent Charrière  <lcharriere@gmail.com>  [9bde22366b222ec7cae1d759c61b0e1acc8eb96d]

        Translate German comments in ure/xml2cmp
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-15  Joseph Powers  <jpowers27@cox.net>  [d416b09bf868ab5d76172bd5e1e7ad12549cb6d3]

        Some fixes for compile warnings
        
        Removing compile time warnings about enum values not being handled in select statement.

2010-10-15  Kenneth Venken  <kenneth.venken@gmail.com>  [394235bba1f7c474c9655f929f4fe27a550aba45]

        SAL_N_ELEMENTS changes for components

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [db8d1e9ae4b1965f3e889d3cef4126d73f11dc71]

        add missing / wrong spelling icon

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [82b0e03bbd51b5abf2cae68589fcf3af041343a2]

        add missing control-codes image backwards P in toolbar

2010-10-15  Noel Power  <noel.power@novell.com>  [f2fb33e951a8fca892df24d3a9c686ec5d877b9a]

        fix fdo#30853 remove find related to Oracle specific MacroMigration

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [309b89b93489c785a7ed2460ad5064ff0422dfd3]

        reduce large realloc / realloc thrash for image reading.

2010-10-15  Carsten Driesner  <cd@openoffice.org>  [da6bba7cb6fed8052fe6929f6a666fa5387b0e55]

        dockingwindows: Fix serveral issues for the reworked LayoutManager class

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [75dc349a4a79ee6010914cdd55a76a618d2df739]

        Close holes and wasted space in structures.

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [cbc4cd4fdb946b1e6fbd474c98ab62f8d9cb5a1b]

        avoid error message from ooenv if java is disabled

2010-10-15  sj  <sj@openoffice.org>  [bbb0e497279b5fd751aea97882bfaf555e733415]

        impress202: #i35600# fixed heart + puzzle shape..

2010-10-15  sj  <sj@openoffice.org>  [6e4c487a07e94c58c8402e67437f2cb802f78dea]

        impress212: #i114750# fixed odf import problem, (using correct word wrap default for shapes)

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [a469a46b4a8da73cf0ac1b451ae6affb4d2cd4b9]

        fix error with $(IFEXISTS) used to test for directories failing.

2010-10-15  os  <os@openoffice.org>  [82e476137317f8f4fb547a460c7b3fbf56986e44]

        locked rtf files after import: delete stream

2010-10-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [941255437471ad9bdf266c5bd5e3c22b5ab65cfc]

        vcl116: #i113839# twiddling again with the transparency values in DrawSelectionBackground

2010-10-15  Mathias Bauer  <mba@openoffice.org>  [d56823f5788d273402134999518a3d336fac5774]

        CWS changehid: some missing HIDs

2010-10-15  Mathias Bauer  <mba@openoffice.org>  [22647c3f5de12e13cf069d9c4f3033365b791e96]

        CWS changehid: some missing HIDs

2010-10-15  Mathias Bauer  <mba@openoffice.org>  [52e3aa1a51d2dc8bb1cdf9422e22f4b98b1fadaf]

        CWS changehid: some missing HIDs

2010-10-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [770a8c2d1aee84001d01558656766ff3f40fe5fb]

        Added tpcompatibility.odj to exceptions

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [31de11d1439d5aa7f25d9bee253de907c4a62d4e]

        try to process Qt events even when not using Qt event loop

2010-10-15  Noel Power  <noel.power@novell.com>  [c678b690a2c663739d8d364de1ddbf68928c5c83]

        fix fdo#30856 remove VBAForm property and associated geometry hack

2010-10-15  Noel Power  <noel.power@novell.com>  [e63e28d7d6f74fd7a826afbeff618a2fd6ab0a3c]

        fix fdo#30856 remove VBAForm property and associated geometry hack

2010-10-15  Noel Power  <noel.power@novell.com>  [65637b67f55b9ee14c750a5e574d1ce695a94de9]

        migrate OOo 3.x data

2010-10-15  Noel Power  <noel.power@novell.com>  [ef184ede508e8f76fe5512892a8858da04325baf]

        fix fdo#30856 remove VBAForm property and associated geometry hack

2010-10-15  Noel Power  <noel.power@novell.com>  [bb33c79f1a53da505128484a435ba51fd8d94c23]

        fix build link error

2010-10-15  Noel Power  <noel.power@novell.com>  [7d4ffef8b74cd9ac2959006bac8d5c582b313e61]

        fix fdo#30856 remove VBAForm property and associated geometry hack

2010-10-15  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [917efdefc632cae33fbbd35074d4729ce03dff49]

        #112208 # Problems due to hFileOpenLocally in Spreadsheet fixed

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [192aeb2871ac755cdd4fbb18ea521fda77ae921d]

        undoapi: fixed makefiles

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a4ee6a9bf913501cf0c311d04d28e0261f86348]

        undoapi: add some COMMAND_ECHO

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ec342d7ed8db1167d4e1fa4f401540c35a3cdba8]

        undoapi: add some COMMAND_ECHO

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [69702668ba9b6d2f1c3243b1fd67da74a1808c8c]

        undoapi: explicitly include XInterface.idl - sometimes (not always - strange enough) the IDL compiler complains

2010-10-15  Michael Meeks  <michael.meeks@novell.com>  [7c46954800cb391dbf15d83db4ed5747f7bfb92d]

        add missing include

2010-10-15  Oliver Craemer [oc]  <oliver.craemer@oracle.com>  [fe271642a6e4bc987bfdeda333e4da8818642a83]

        #112208 # Problems due to hFileOpenLocally in Spreadsheet fixed

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [57b130b75e72feb1e4bf9828a0491dcbc85dc97a]

         #include <sal/macros.h> for SAL_N_ELEMENTS

2010-10-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bb7333e024b5db1bb1338f5c65eefb29323366a7]

        undoapi: removed unused file

2010-10-15  Luboš Luňák  <l.lunak@suse.cz>  [8e399664b116ed8a9f953f018ace7e73d9733cc5]

        disable KDE's crash handler

2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [e653925a53e70c559d64a8da35498edf2cda42a6]

        Don't expose unnecessary symbols in lockfile.
        
        lockfile-less-symbols.diff

2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [14b7173f6568fddcc5ecef10cc3ca73437fbb2dd]

        Don't do dns lookup on startup.
        
        lockfile-dont-do-dns-lookup.diff, n#389257

2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [9fcbf78116c0d2038b335696c6839e3a84090bac]

        Fix dmake's behavior when the environment is broken.
        
        You can have environment with spaces in the name of the environment variable.
        Even though this is broken, it does not cause trouble to most of the tools
        around, so we should work that around in dmake too ;-)
        
        dmake-space-in-envvar-name.diff, i#101786

2010-10-15  Tor Lillqvist  <tlillqvist@novell.com>  [a07a2d9c940884fd55924080eec2d46d003262de]

        mail-document-subject.diff: sanitize subject if document mailed from LibreOffice
        
        bnc#459176

2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [af0a13ea3d54de6cd12a5d464692555a5fda093e]

        Don't set header in DDE tables, usually not what the user wants.
        
        sw-dde-table-no-header.diff, n#634517

2010-10-15  Jan Holesovsky  <kendy@suse.cz>  [110478088e4eca26bf99d2024eeba486e26aa557]

        Fix saving tempfiles when locking is not supported.
        
        unotools-tempfile-nonlocking.diff, n#560877, i#107511

2010-10-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e051a47abe2de5d5977e977fcd24b6f2dcf876bd]

        automationdev300m87: #i112208 - More verbosity - again.

2010-10-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [52ae943f4e4de022f49d89e1b81164778c5d9011]

        automationdev300m87: #i112208 - Delete local file

2010-10-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [cdeae7ac60074f97a1214c486f95c1273c187c80]

        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  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [e1a85d5fb9bc8fe4e48b2448542390a5d3b2bd9f]

        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>

2011-03-11  obo  <obo@openoffice.org>  [0e3443faef3a520947aa50ca1e301284877fad2a]

        obo55: #164395# Calc 1.0 import (by NN)

2010-10-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a4372d94cbec666ee0c59120e4cfead4cee34bd2]

        automationdev300m87: #i112208 - help-fix

2010-10-15  sj  <sj@openoffice.org>  [34702bfd1de2fc0f4545a81e878416640bfdc415]

        merged heads

2010-10-15  sj  <sj@openoffice.org>  [e1a618e234c64e5bd64c52408ddbf2ddd0585317]

        impress212: #i114750# fixed odf import problem, (using correct word wrap default for shapes)

2010-10-15  sj  <sj@openoffice.org>  [96e3776c1ad226e5f7e8765ae6d9e4b3205429fa]

        impress212: #i114750# fixed odf import problem, (using correct word wrap default for shapes)

2010-10-15  Jesús Corrius  <jesus@softcatala.org>  [f06879087e872786f56084f504f3296ee79a0ee5]

        Enable Microsoft Visual C++ 10 compiler in the build system

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [c63d5210fd85cf8ec41c29f8fc17d39c676726be]

        add lots more missing sal/macros.h includes

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [f06fca80cdf28e70839916e38bd08f7575b79a3e]

        include correct sal/macros.h header to compile.

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [5270167c759773bee48942b1cf6c7c66ebe97535]

        print all broken modules out correctly, not just one

2010-10-14  Kohei Yoshida  <kyoshida@novell.com>  [6887c6aa2e4d2849bd3b8a3ec8022d12eb9065eb]

        Fixed conflicting resource IDs.

2010-10-14  Kayo Hamid  <revol.code@yahoo.com>  [b7c82daa28526c566047e158ab2ace522fc442dc]

        Switch to use SAL_N_ELEMENTS macro, everywhere

2010-10-14  René Kjellerup  <rk.katana.steel@gmail.com>  [f138f887f64d4b3eaea0a4c449496c8644876b71]

        translated and spell corrected a few comments in the view code

2010-10-14  Noel Power  <noel.power@novell.com>  [6ba10b3d1283cdc65af58f5112c189c91d62d702]

        fix bad STR_COUNT

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [1b0c6da1c3bcc6a9c1412d221d029885f9998fa1]

        fix some warnings

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [f0b3aaf34564006229d5bda2927d6706d77f57ea]

        add warning about occasional need to remove outpath

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdee30babe44d99f59e6bb5e3ec6df3abfb0b260]

        masterfix OOO330: #i10000#: release mode language configuration

2010-10-14  Harri Pitkänen  <hatapitk@iki.fi>  [1c84461b6601d24481a6aaf2b5ea10fc3c5c667e]

        remove redundant null checks.

2010-10-14  Harri Pitkänen  <hatapitk@iki.fi>  [2d3941f9f870249b002465d8cef8c2943f56227f]

        fix leak

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [3d45bbeb3a1bffb334c34725c224154ec1b4606b]

        fix some more ownerships

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [58fdac463609ec4314a91813bb73e4071360c886]

        better fix for QClipboard blocking, future-proof

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [fef486c99880d65b612831840a9f83e3fe4a0e17]

        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>  [924673ea9afc389eaf04b9bccc6f9d8028e12f0d]

        make KDE4 vclplug use Qt event loop as the event loop

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [6b5a13a80bef8026abb53d665af3240ad3148eeb]

        proper accessor for SalKDEDisplay instead of random public vars

2010-10-14  Michael Stahl  <mst@openoffice.org>  [66183dd2d83741963a9b9f69965731e279a4d776]

        sw34bf01: #i112783#: fix Reference& member

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [ca6513e4d1813971f780370f40a0972b47fd747e]

        newline at end of files

2010-10-14  Michael Stahl  <mst@openoffice.org>  [fe3404b618a42d0d2800e3073ce31c377aa162bb]

        sw34bf01: #i112783#: patch by cmc: fix crash in xpathobject.cxx

2010-10-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [248d8b7add6318a1cc8dd8db8044c6c2f71c86d0]

        Removed some useless code in debug build

2010-10-14  Mathias Bauer  <mba@openoffice.org>  [d57f6c0b4986007821e5defc329f8315811139fc]

        CWS changehid: missing HID

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57216cc0141e38d707a2c06513c6ee2f213a92d]

        OOO330

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [3957db43677be3764684086c6817d64d994fe80d]

        support for Qt's event loop Glib integration

2010-10-14  Luboš Luňák  <l.lunak@suse.cz>  [e0fb44a4ca1b6ed31b82fc9b6537e22b3d6ba9e1]

        set PKG_CONFIG_PATH for extra Qt4 locations
        
        If also extra paths are used and pkg-config is used later, then I suppose
        those paths need to be made available.

2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [101233881d7d912f53614aac83b9c72f7e97e420]

        vcl116: #i112421# use correct index (thanks cmc!)

2010-10-14  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [61355e51b855157f62ff814184f0ea3c5b68f1d7]

        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>  [79d67a24f817c5056280854bfec5f1a579b3dacf]

        dos2unix on fltini.cxx

2010-10-14  Prashant Shah  <pshah.mumbai@gmail.com>  [17ae0ce233229848e771c43c82350f907269adce]

        Cleanup: remove bogus comments from doc directory
        
        This patch removes bogus comments found in the doc directory
        including empty Beschreibung (translation: description) statements
        
        Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>

2010-10-14  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [a715e1b3d0336100af37b65cb87252bce01c2e84]

        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  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [4905a190326a423b418a6b5531c5d990a5cc0082]

        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>  [01dc333871e4cfb44abcf2897fbd12c25ceb933e]

        dos2unix on svlibrary.cxx

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c1bc8c31291669c2254592d7e30222a511d3a8a]

        undoapi: initial tests for the new Undo API - currently testing Calc only, and not the complete API

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ed4ed591a7ec72e9e58028d498d59368f7f1e1d1]

        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>  [a2c0236e6e6ad8016abc872d1f47084c34b34d95]

        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>  [f9660fa98025fe598148abec121bb52191da608f]

        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>  [fd589fba71d4010d6f00f063da22f98622b6d020]

        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>  [f98434f6479405caa9beebd8af4abe0d16fcd0d8]

        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>  [ee04c3f3e0b76461c70ceb9dad1a27994f9c235f]

        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>  [5e4e633946883d9c59c9d4546c7ae7db18335345]

        undoapi: moved members into an IMPL structure

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [55348a6b4b2cdfa833238f35e412fa00c67fdf4e]

        undoapi: introduce javatest_% targets, allowing to run a selected test only

2010-11-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e8d5dfddf9ed1940a3f56fb7e7aeba744558cc19]

        dba34b: use the /IGNORE switch for the linker to filter warnings, instead of 'grep -v'-ing them after-the-fact. Also, ignore LNK4102 "export of deleting destructor 'name'; image may not run correctly"

2010-11-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4f2cdd81314b9c2be34104efd174c20d87832487]

        dba34b: merge after pulling DEV300.m94

2010-11-08  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eae32508fb6c63afcea1f1f5c4cbdda682093cad]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b

2010-11-04  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [7f011353388378c77f6cab51cf992809e96aba6d]

        dba34b: #i110409# remove DataSourceMigration

2010-10-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9eddac4aacb1ed844b5b73f08e0fa02bea2f8f42]

        merge after pulling DEV300.m91

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [99cfaa77e93b65fd40a246b6c64c646203c3b79f]

        Automated merge with http://hg.services.openoffice.org/cws/dba34b

2010-10-28  Ocke.Janssen  <Ocke.Janssen@oracle.com>  [562945f7bf983814b5f93c76b2ecd92656b675b2]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5588b80f74960ba3e6c2cad18532564cf558b443]

        undoapi: added tools (in test-tools.jar) for writing Java unit tests which operate on a live OOo

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [207bf88bd230af71ef76ceb12efa947819139dd8]

        undoapi: introduce JARCLASSEXCLUDES directive, allows to exclude patterns when creating the JAR file

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eed23e3d2da3fe09c121723b07e089c680caffaa]

        undoapi: sfx2/qa: fixed some NetBeans 6.9 warnings, removed some dead files, refactored for easier usage

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c872672baf9ae32a852fdb5b5635454cc9e89600]

        undoapi: introduce javatest_% targets, allowing to run a selected test only

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5db4431656cd526ba467796d2b67fb94ac550f64]

        undoapi: #i114924# added missing dependency to module libxslt

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [034a9f3ddbe5c917ac3d655b0c65b2f4bb15904f]

        undoapi: some flesh on the initial skeleton

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [420160a0b65ce72a2e1a6d88599a48f91c2ac6c2]

        undoapi: some flesh on the initial skeleton

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7ef064a0825daadc6b810d782db83ed6028bb8e2]

        undoapi: some flesh on the initial skeleton

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8dae43eed972c268fbbef431571b6d84b37c910d]

        undoapi: initial version of an UNO Undo API, implemented empty for SFX-based documents

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0658bb205ab9da692e1f73199e92ca40003e27af]

        undoapi: initial version of an UNO Undo API, implemented empty for SFX-based documents

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [cc97aa6b2ca4e03f7f9b4152852b533caea234ff]

        micro optimization, including iostream adds globals to your code

2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c3f2933f4f5cab7206826df037aa009a31c70bf3]

        vcl116: #i112421# use gdk default monitor if available (thanks cmc!)

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [62d7a41f8488af493968d38fe9a7f3a018366a57]

        CWS-TOOLING: integrate CWS calc60

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [8a2f8c9d464ce75335fa56c515be0c0f28010fd3]

        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>  [8ddb61d732b51878e564a6b7e8c07463f104f827]

        undoapi: FlagGuard: for convenience, set the flag to TRUE in the ctor

2010-10-14  Noel Power  <noel.power@novell.com>  [192e295a02be73692b5e07afd9908e69e42456a4]

        avoid null pointer access exporting shape data fdo#30858

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b86c9e067ead8071de5b81936fd45f9d301b98a]

        CWS-TOOLING: integrate CWS native338

2010-10-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ab0812674c5338b1e2f82696f1697cd965b8b209]

        automationdev300m87: #i112208 - filter-fix

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa18d9d6955e9b427a746ec650b72216e362b25]

        CWS-TOOLING: integrate CWS automationooo330m9

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f64aa4d3d2fc53d0e1fa2b0ad7cdba5e76648b3]

        CWS-TOOLING: integrate CWS jl161

2010-10-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7c5e022309c21eb86708e7ec650acee03ff27e0]

        CWS-TOOLING: integrate CWS sb133

2010-10-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4489a573b1baccd6252d2be353ca034ed7f47f9f]

        automationdev300m87: #i112208 - +1 module

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [ee9eecadb0af26604589e5d321b062ad3835f1a6]

        CWS-TOOLING: integrate CWS automationdev300m88graphics

2010-10-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ee79952f71306a13e655fc0d4352c0e473d766bf]

        automationdev300m87: #i112208 - security_incorrect_password.inc had invalid path, fixed

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [7e56aed62ec2230680d6f4a69ae3462974daa458]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [6f83e628c09266e7d184ec968d1127ad202bf9ca]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [5d492687a9dab2ec72ca7793c729d58571f2e697]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [e21cf551ed6ec03facb14a2649c35886be9f022c]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [bb027d361f539194e8a4e4671f66faf04dbd7eec]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [75fcc48051a7b5cbb25b2c506ee89348d2a94ec2]

        CWS-TOOLING: integrate CWS impress201

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [01e86a21f5970475f94626c7bc4805cb4b3687f6]

        CWS-TOOLING: integrate CWS pdfprint

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [f330de104e33e41150d46578e786d522aa1d3822]

        CWS-TOOLING: integrate CWS pdfprint

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [ad575444286df40a682a3021627e39faf70f2522]

        fdo#30473 use libreoffice symlink for RH

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [0e70d593ef28636a54f204b9a395e73f2308f4c4]

        fdo#30825# fix more ownership issues

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [2c8fc9289fe3e6d96adf564bff79a7dbfa3a6f0d]

        fdo#30825# someone needs to hold the originating node

2010-10-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [41f422bc53bfee4fe464db4f1ed8fc29b88f913d]

        automationdev300m87: #i112208 - Gridcontrol test needs readonly file. There is another problem which prevents the test from running but this is not going to get fixed here.

2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [674bf4426ecedc72d5f2c5b804e07e7f1aaec714]

        vcl116: #i115053# spelling

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [c2c8869c40e7831f0d040dc4b7d54c31954413d8]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [92d0bafc20dc9269be522ed1d8755aa762a805f0]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [33b84b7973ff9067e24a9785314f22a318122b35]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [a914be7eb2a0884b10be81bdca9f12b4e38976fa]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [3f2f739b71e020750c86e7e09bb2d157d02c173b]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [a3c32dda04cabeaa89f6c534980dce6071179e88]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [0cb7e37ccc3c2c2efa4419ecb904cf7d099ee629]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [d05ffd98a8364e581facb4b694d7705a2f14dc7c]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [79af4f830113994db3f80005cf730f388cb23bf6]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [d591ece019e9f11daf1dfd2f00a59c3e409652d4]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [230ae5e24da02822247a301d0582d0aaa722bf34]

        CWS-TOOLING: integrate CWS sb123

2010-10-14  Michael Stahl  <mst@openoffice.org>  [5753113130ce4ed3fcab126a587d7b83b882c602]

        sw34bf01: #i114412#: calc.cxx: fix stupid crash regression (thanks cmc)

2010-10-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [405f7ff73987a2f03b4eb89a6c8e433085311848]

        vcl116: #i115053# save work in EndJob if there is no page in the job

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [15c61bb323deac8c4f023a684374c432f0700eb2]

        Improve error reporting accuracy, to help people re-build

2010-10-14  Michael Meeks  <michael.meeks@novell.com>  [db0452c76f2f64164b1f25a75ac3db0f343860b6]

        check for visibility issues on arm too

2010-10-14  Mihaela Kedikova  <misheto@openoffice.org>  [fe86edf526c85d63e92c72b6a7e2cb200a2da76c]

        tabcontrol: merge with DEV300_m89

2010-10-14  Mihaela Kedikova  <misheto@openoffice.org>  [caf47dc9ccd4ba898834b96ca193914ac1e85f68]

        tabcontrol: merge with DEV300_m89

2010-10-14  Mihaela Kedikova  <misheto@openoffice.org>  [281d75599812f39484df4124d5bcf0a5cc91f30b]

        tabcontrol: merge with DEV300_m89

2010-10-14  Thorsten Behrens  <tbehrens@novell.com>  [64a437cb795ccc26e38c0b6a7e3a0da16987caf6]

        Disable user migration when SAL_DISABLE_USERMIGRATION is set
        
        Because of the fact that LibreOffice automatically converts old
        user configurations over to the new install (which is right 99% of
        the times), we needed a way to explicitely prevent that on first
        start - simply export SAL_DISABLE_USERMIGRATION=1 on initial LibO
        start.

2010-10-14  Mathias Bauer  <mba@openoffice.org>  [1b1be7f4d5edc253cffdadf99206a036486ee50d]

        CWS changhid: some missing HIDs

2010-10-14  Miklos Vajna  <vmiklos@frugalware.org>  [19d016a482e4d1e6b865d1a4ab9d3bb0de47d104]

        RTF: stacked fix for nested tables
        
        When the first cell of a table contains an other table, the definition of the
        outer table has to be written after the inner table. Introduce a stack to
        handle this.

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [0c434dff8e799586ec563cf29a6497c89320f9eb]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [44dd0b9faaa4cb38a105c194790843feb7923851]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [49fc978087efb1a429a8fe861071d554ca078597]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [bba66b61640e1c324ad2ebd4750bab3a7622a791]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [8c29ce3c2e6bf3cd34a8da635074a128c269dc4a]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [7d4814bb93a75943282167707e69588969145d1f]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [5c807a0b82bf57dc5c6cd3c7801d0bf4dc9752a9]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [db9046798b467da86bc333c32974e70687827e5d]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [7a2291c6266f77165845c509c19874e1dc2a8799]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [4c0820ed7256e989dfeadb7ea28d4f7058930b70]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [928cf20badedcc8cbbf9f11625822d32a67ab300]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [1c0fc0d39db233908d3888ff4a0188126c3958aa]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [6f8125927790860afd26a07c681d8ecb4d8249e4]

        #i10000# changes from OOO330 m10

2010-10-14  Vladimir Glazunov  <vg@openoffice.org>  [97724a958b37b7546d37a188b37d7ca0a2b35a58]

        #i10000# changes from OOO330 m10

2010-10-14  Mathias Bauer  <mba@openoffice.org>  [ad565dfbb54782cdd849d700375223e297467f18]

        CWS changehid: some fixes for Writer update test

2010-10-14  Mathias Bauer  <mba@openoffice.org>  [5d10979065bf2ee7abc0d8c89e5154d85a73259f]

        CWS changehid: some fixes for Writer update test

2010-10-14  J. Graeme Lingard  <jgraeme+git@gmail.com>  [4dafaa30e9522c89f2848617d1da3a28ace1e641]

        Remove unnecessary #ifdef PCH & comments

2010-10-14  Laurent Charrière  <lcharriere@gmail.com>  [7b5a50e4edacdfec8ba26a2787fba5bb4753e3ca]

        Fix typos in comments in ure/cppuhelper
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-14  Laurent Charrière  <lcharriere@gmail.com>  [fee1a2b79e3478473fdbac8b2e626606e2e2128e]

        Delete commented out code in ure/cppuhelper
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-14  Laurent Charrière  <lcharriere@gmail.com>  [a22e62641abbbb7e11cc8b1baaaa03d333debb66]

        Translate German comments in ure/cppuhelper
        
        Signed-off-by: Laurent Charrière <lcharriere@gmail.com>

2010-10-14  Prashant Shah  <pshah.mumbai@gmail.com>  [2f7dd9f4eaf684935a39c45d347d138665b6a294]

        remove bogus comments

2010-10-14  Caolán McNamara  <caolanm@redhat.com>  [c3175f55baeb539eb4e560ec40ed1ea79230f14a]

        that didn't make sense

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7a7877bd8cb4fcd4bac064f4351f9c0586249260]

        dba34b: adjust workbench code to ImageControl changes

2010-10-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c3ab3df902b9e2ad363d1eca14da8f9f7f1567bb]

        Renamed OpenOffice.org into LibreOffice in configure scripts

2010-10-14  Gil Forcada  <gilforcada@guifi.net>  [f509717a9f99631ea4459dad23a2274444a2d802]

        Patch that removes death code and comments on writer/sw/source

2010-10-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4afa11c85a3188c1f052bbeb42f4943321cc62fb]

        dba34b: GCC WaE

2010-10-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8e1ca18f2b942397a12d50aeed2448ee859901fe]

        automationooo330m9: #i115026 - Fuzzy list matching to avoid warnings if the office is installed in some special - non standard - way. As we have no standard, this applies to all installations.

2010-10-14  Kohei Yoshida  <kyoshida@novell.com>  [a4f844436fd2953b1867e625dd4b3daa791f473b]

        Use Ctrl-Shift-D to launch selection list in Calc.

2010-10-14  Kohei Yoshida  <kyoshida@novell.com>  [947b23a9994394e9c33880b1d820855c3b807be1]

        Fixed more OSL_ENSURE missing ';'.

2010-10-14  Kohei Yoshida  <kyoshida@novell.com>  [da023cbe44509924729ddeb3c435b01d2f2f2036]

        Don't forget a ';' at the end of OSL_ENSURE.
        
        Fixed a build break.

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [a60cb510612032c5e421e1f3b74db38daba72d85]

        Merge branch 'feature/calc-key-binding-compat' of ssh://git.freedesktop.org/git/libreoffice/components into feature/calc-key-binding-compat

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [ac206384e7357ecd4e28d28f681de4aadbc459bf]

        Merge branch 'master' into feature/calc-key-binding-compat

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [7d3baf3527ee0e3e3f04c428b737ea952669974f]

        Merge branch 'master' into feature/calc-key-binding-compat

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [1708b3497f767b0298ec93518b14614180c096bc]

        Merge branch 'master' into feature/calc-key-binding-compat
        
        Conflicts:
        	sc/source/ui/attrdlg/scdlgfact.cxx

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [2be03e2ec720cbe9aa04f7e463c7e19944347d96]

        Let's use Ctrl-Shift-D to launch selection list in LibreOffice.
        
        The legacy OOo used Ctrl-D for launching selection list, but we
        use Ctrl-D for "fill down".  Luckily Ctrl-Shift-D is not taken.

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [e8bbc86cc5491b2ac74a2a5fb6a48c4a00be5b87]

        Slightly reworked the Compatibility option page.
        
        This looks better than the old one.  I took the design from the
        Security option page.

2010-10-13  Jacek Wolszczak  <shutdownrunner@gmail.com>  [4df23ed7855c2c2e7d14ce86d69b849da3aa1cd2]

        Replace ASSERT and DBG_ASSERT with OSL_ENSURE

2010-10-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [b0c951dcc330f4ad49c0da5173c8966654f99d7b]

        Remove redundant include directives & comments

2010-10-13  Arnaud Versini  <arnaud.versini@gmail.com>  [4aa0892847596ad97c642744af22ddf4f64e409e]

        Removing some useless comments.

2010-10-13  Arnaud Versini  <arnaud.versini@gmail.com>  [3a1d9d08dc93870361a72a811b9c1d5300502514]

        Removing some useeless comments.

2010-10-13  Arnaud Versini  <arnaud.versini@gmail.com>  [d54fcc3ba89404204f3ac3cafafc95d505778ef4]

        Removing commented source in macassgn.cxx.

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [14a47f635a533a9cc54941ec40a2a2904278766a]

        Cleaned up my debug statements.

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [e990595b7c5ff0e5f3d6b52a498335a1555b2f15]

        Resolved the issue of swapping .uno:Delete and .uno:ClearConents not working.
        
        Removing key events first then setting new key events solved this.
        This is one of those quirks of this accelerator configuration UNO
        service...

2010-10-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [4f347517db2d4510fcd8d41a6798520d0789f760]

        translate comments

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [731f89afd35b09d9fa03fc9693e9bc5868229755]

        tweaks for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [d82e5e45ef83fda19b8d757e5175c4b95f9d44c1]

        fixes for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [31770d8c462bddcb1ae8a70454106058486b59c2]

        fix typo

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [1aae667817ddbe7b35bc2be4cc81c991eeda2e0e]

        AIX port

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [aa5755e6dc03258c53a626aa74566d1307bf6136]

        tweak this for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [400845e0fa6a43d64a84aee7df7ed1b85a6f6b40]

        rename IFIFO due to AIX conflict

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [7c021b3126a3aab9514de359a2a07f2a4217e0d6]

        tweaks for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [c6a807a443b75bcaba2eaedac3fe38be0aae6bb5]

        rename IFIFO due to AIX conflict

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [27cd61a173c892cd625f1752bea2920c605b3bcb]

        fix for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5192050cf4be36774ff74824423cf1001566f427]

        AIX cppu quirks

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [74fc2358e2721b2e275bbd5985af9c36c6baee82]

        add AIX uno bridge

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [84436b56885b80315964d98be9bf01d8a4a5ba8f]

        tweaks for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [3317f535d107643e88209ae6925ebfd8da09893f]

        AIX tweaks

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5d78ff3bca5091d044d848f64f9f07959497c3e1]

        fix AIX build

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [582bb127ad982873735c98e2ab9a33a32a74f162]

        fix typo

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [53baa03a40b8a1fe91b567d36d927b9a8236d8a3]

        add AIX to desktop

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [f5c1fef040cc2392fc37753e36a3300d1f912e55]

        move this here to reuse it easier

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [122c09f5112e28d08b205c096ceb23b5a43c3ecd]

        tweak for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [509ff5a4a9fcb8d7f3e73d9309db9b08a645e442]

        add AIX stuff

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [4ab1dd54b010d6787ace7376af1280eb9431700a]

        AIX tweaks

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [0fd69181443bdfaff2563bea04e02c252fafef07]

        AIX tweaks

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [6d5154ef0bff73b2e9833cd7528ab219f9fd1b0f]

        AIX uses .a for shared libs

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [56b39b2a327d575616b9f77e3ce3cdd8a68a5a6b]

        default AIX to rpms and some other tweaks

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [ee3f3d937c35167993c462e5c6594a2b4e3982bf]

        #i114412# fix localedatawrapper crasher

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [6e569378176e5f45e736fe3fe31e5b4e1f0bf6df]

        tweak for AIX

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [4464655f415bcbc624d60a60ee4424165530a529]

        Merged pptx-autoplay-fix.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [8bc89efca80a5992a745e975068ade3bcfa358a8]

        Merged xlsx-shared-xlsx-snapshot.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [167c1f3a9566fdb4d197675b520b690326d8eaa9]

        Fixed build of sc (ctor of XclObjAny has 2 params)

2010-10-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [78bae05a4153ef5e90c26cb142a3fb759276af69]

        fdo#30840: Fixed zoom level on the license document

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [d273fa0c5e18445d23d5a29f32692c99a208a9a5]

        Merged xlsx-shared-xlsx-snapshot.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [6fdcfcc10dd6d46bc3c954d0a18a39161f04a221]

        Merged pptx-autoplay-fix.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [41fe6208f09010dc23d278649492e72b78870814]

        Remaining files from pptx-autoplay-fix.diff

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [6b9c9c6be36137eddfde118a52254529cc16ec8d]

        Merged oox-sc-notes.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [9be86ac41ebef521b5b9c8b77c8d79397043ae43]

        Merged ooxml-autoplay-fix.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [eacca3e15710c7a6ca967956bb4f721388a83897]

        Merged ooxml-sw-fix-2010-import-crash.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [8059087d790508177c9b327c9156dfb8eaaf9f3b]

        Merged ooxml-sc-brk.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [2fa5955d7fc7ed1aaeca236f6b87f0d40e5cd969]

        Merged ooxml-sc-page-date-imp.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [afc5c31646cc2108d788edee5d1ba1939430f773]

        Merged ooxml-sc-docpropsimp.dff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [f87f16fe09c1d6318811eadf58a7f6ca31a0079c]

        Merged ooxml-schema.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [ab5cee19feb16a86b7b8b1f0f1c834243c419960]

        Merged ooxml-sc-page-date.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [244ccc275b58f63625631f512fdea4eb57d14614]

        Merged ooxml-filter-calc.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [114ae538db2c1424d9207f9af746b199c21550c5]

        Merged ooxml-filter.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [ddb579355d9be06bf15e50ac0d20e544eaa8e953]

        Merged pptx-autoplay-fix.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [4e1d61bb3ea518696ba23f8dcd1a89d0a873749b]

        Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [bdfe58e513a1dc50b0589b9be110fb0a816eba12]

        Merged xlsx-shared-xlsx-snapshot.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [d01643f836b8a126389bd08135c4f181ece49412]

        Merged oox-sc-notes.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [e16fc94f5c4c9a19dd65c937fe5f77fc0f7c0ccb]

        Merged ooxml-sc-internal-hlink-export.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [a3bc9cee3175e627b4e98988d29c140aea2c4044]

        Merged ooxml-sc-showdropdown-fix.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [ddc968923061ea26bd5f9a110a3c2d3914325d33]

        Merged ooxml-sc-paneexport.cxx from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [87898fe173677902a63ce62574e4e86fe338e738]

        Merged ooxml-sc-page-date.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [de8ff12503d6a6763d6f4a1a9490080410b48f52]

        Merged xlsx-shared-xlsx-export-perf-rowbuffer.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [ab08a3cc4dd0900abd06e6e1de1b90dabdbfe9f9]

        Merged xlsx-shared-xlsx-export-no-more-svstream-sotstorage.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [6fd98badf201390e06559127017d66e649eb52fa]

        Merged xlsx-shared-oox-calc-export-sotstorage-init.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [a24894fbfbcbaffabfe19b6b478be32782a4e8ea]

        Merged xlsx-shared-oox-calc-export-export-pivot-content.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [d0664c2ae8b6f9452ab1b492f3707c942aa61d36]

        Merged xlsx-shared-xlsx-export-cell-style-max-builtin.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [59d7eb049ac4a67660bc635191537627606e4e86]

        Merged xlsx-shared-xlsx-export-skip-auto-format.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [8c368fecaa527cf8b20423289eea5b25d0571a29]

        Merged xlsx-shared-xlsx-export-simple-autofilter.diff from ooo-buil

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [d7699181e72d8219ce43bcabfbf65c810965d7c7]

        Merged xlsx-shared-xlsx-export-set-xml-2007-flavour.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [342d0afb1eab1934e5805502dd73bf0d1448e27d]

        Merged xlsx-shared-xlsx-arabic-export-crash.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [aae7fdec530e8b60b2a02d94a82dc006d12ce910]

        Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [2ce689bf63f903d459f7e102830b429646ff16a1]

        Merged xlsx-shared-xlsx-snapshot.diff from ooo-build

2010-10-13  Katarina Machalkova  <kmachalkova@suse.cz>  [65d0457b76773ee547fb33cb9a4a9ec7ad8ba9c0]

        Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-build

2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a19e8e4701bb6e27d60b192d9b8f180a5ac2f05f]

        vcl116: #i88218# cleanup, make field unit strings more robust

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [5d18a23fa2d75ac67db2fdcc2927f329883c6d65]

        Initial attempt to reset key bindings.
        
        This is not working yet.  For some reason only the last key binding
        gets set, while all the others get ignored...

2010-10-13  Carsten Driesner  <cd@openoffice.org>  [bc5dc66313aa64c558c214955c3bc43e43f3d335]

        dockingwindows: Fixed problems with changes done via UI configuration API not being sent to the ToolbarLayoutManager

2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2ea636f801f173f6f23f5da918fedb370e796294]

        vcl116: #157567# print an error message on a completly broken system

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [1cc2282705abf945c43aea65cf831b29195ce95d]

        fix AIX build

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5ada0c064d68cac2ab054f0d633f7415f75f79d9]

        add these to make life easier on AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [d863b3d5cb7ce6f21241e89dc01de797b4d0c3c5]

        tweaks for AIX

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [14f61ae0bf25b15c5130f938b32c5ccf4b41229d]

        Add NetBSD/amd64.

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [778b755a3fe25b887e00b93daa5d169072a195fe]

        fixes for AIX

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [f635fcd55007ee5745c16ef10d4501e6ef1678cf]

        NetBSD does not provide a pkg-config file for openssl in its base.
        
        Handle it the same way as Darwin.

2010-10-13  Noel Power  <noel.power@novell.com>  [b1787f202822179f7e9fae05857474d75e2a1484]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/ure

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [7ee4dfb7ab571692c2a1bdee1d7c11754f439733]

        tweak this for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [c5b520172b2cc2d9746674af5923d98fc57a28c6]

        hackaround for AIX

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [3165ec7b0f634d8d3cd611dcd06cd68c58889e5c]

        Use FreeBSD/i386 files for NetBSD/i386.

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [e17dc1481ed16afbf17a7631d18b760919903693]

        Add support for NetBSD/amd64 based on FreeBSD/amd64 files.
        
        But remove trailing whitespace for commit script.

2010-10-13  Noel Power  <noel.power@novell.com>  [b3dd1e3106014589e7c771d49abb6e53a4f80c2d]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/writer

2010-10-13  Noel Power  <noel.power@novell.com>  [64e4539a6d63b4e13228300da547d4b19423fb8b]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/ure

2010-10-13  Noel Power  <noel.power@novell.com>  [1f4a6a21cb5445d3ed0c7d544906d5c98e31447a]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/libs-gui

2010-10-13  Noel Power  <noel.power@novell.com>  [df17a7c2037e3b91cbcf13fe85385788a95d8969]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/libs-core

2010-10-13  Noel Power  <noel.power@novell.com>  [038b92ab53b2f4e0015d1cbfbebb0786ffe69464]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/filters

2010-10-13  Noel Power  <noel.power@novell.com>  [d854a902076fc3670bc233507b6e2400d357b6de]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/components

2010-10-13  Noel Power  <noel.power@novell.com>  [5d63ff6e8802a4a87df68d702fc25ef97aad3b38]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/calc

2010-10-13  Noel Power  <noel.power@novell.com>  [bb24bb302f542b604526be3797bceab0182961ca]

        Merge branch 'master' of ssh://noelp@git.freedesktop.org/git/libreoffice/base

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [fc8e4c1da0740908681caaa84a865e1d294643fd]

        On NetBSD, sys/endian.h defines _BIG_ENDIAN etc; undefine the unwanted ones.

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [8924aa48824888581f03ec5893366630a61ce326]

        On NetBSD, Use path.h for finding tmpdir.

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [251169637a74d9dbe148dfb4a86485836f05dd77]

        Better NetBSD support.

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [74871dfbb1cc1d6ad008b94d187c44a499d9b4ec]

        Support NetBSD (switched to statvfs instead of statfs some time ago).

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [a945167e297d6d58bf349586a4acb09cbb1385ff]

        Handle NetBSD the same way as FreeBSD.

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [37df8c87953e27684fb3b52c249bc6f7aaf54a98]

        There is no #elifdef, use #elif defined.

2010-10-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3dff7533cdada0e9c8e0ef59feee16de6fc7e7d4]

        Added the LibreColors to the palette.

2010-10-13  Giuseppe Castagno  <giuseppe.castagno@acca-esse.eu>  [8c9b9b438445d86b379065a5951aa12af80f46ea]

        Correcting one more bashism.

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [af4e38f4d9174bc3f927ad119cab62e95264a5de]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [aab41efc81ec26fcbd4cdeb9c36fbe8cc274523f]

        get this to build on AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [b09ac477d2ba4ceed63072d31a957cbf783cfcf2]

        tweak this for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [535ce8c499e9f53087cb36100d6d956810935e39]

        tweak this to build on AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5e6d84ab73db7064c1e11a567b76e38d690f86ea]

        tweak this to build in AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [b57a972d3025770a48601263b967b98737323365]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [f9721ff45344b87099593474bcabbc92f3582d88]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [c6ab29e5621f30bbb214ad2fb7c6cf5ad159c0d7]

        add aix build fixes

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [d739047a91c294d4e87d09c90401f22b4a716e96]

        fix AIX build

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [37d631a7ef49fff29afa98faf9813a5dfaa3186c]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [d9cee7d3f364cf68524e1ec1d1dcaa2074edcbfc]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [489a9fa814b44d59de059db45ac88a964b0034b8]

        adjust for AIX

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [00284aeda8b3962db7279f796d8495ff7a856aa9]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [b597045bc66a78cb763fc145fbad9d89ae3d09f7]

        update libtooling and config.guess for aix 7

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [09a2db1773899320ee36b5c49a8bc033c02bfd38]

        update libtooling and config.guess for aix 7

2010-10-13  Laszlo Nemeth  <nemeth@openoffice.org>  [91edcd302eaa2f67bed656e319ffcfffb11a4477]

        Fix fake small caps resizing factor #i1526#
        
        See detailed explanation in IZ.

2010-10-13  Laszlo Nemeth  <nemeth@openoffice.org>  [b2cf0f2f12f04f9aa00b554cc005604c17fbd868]

        Fix fake small caps resizing factor #i1526#
        
        See detailed explanation in IZ.

2010-10-13  Laszlo Nemeth  <nemeth@openoffice.org>  [34c875edd7035494c707d5297158f97271728bc7]

        Fix fake small caps resizing factor #i1526#
        
        See detailed explanation in IZ.

2010-10-13  Ingo Schmidt  <is@openoffice.org>  [c77edfc8242f44cfa57f6004f300eb7dc3a6a269]

        native338 #i115046# new jre6u22

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [5670f38129af06c846c9cfe0c6b7cca1beac4e20]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/writer

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [0a3eb8c536ea876675544c8a0d0b29e45ef629a6]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [408b0b851de7f456c6340f99373d2023618aef52]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-extern

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [1cd0aa3d671c61b8370d18389dcf6146123f4c3e]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [e98199d0649b02a238dcfa2072c08e295fd7f55b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/filters

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [21e3f7bcc4552d74648f3dfb6d303cb0e5dfbe2a]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/extras

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [012d739644019aca331bf0906750038137bb8cad]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [165be5cdb27c1ed6a05ebc1e830d3991b1288fa8]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [7e021847d5229d92fd8d0024722de3e439fdb11e]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/base

2010-10-13  Kai Sommerfeld  <kso@openoffice.org>  [3b9ad146fc679e14018699ea10df80cdddd26ce0]

        #i115050# - Drop support for neon < 0.26.0

2010-10-13  Noel Power  <noel.power@novell.com>  [d497f3203639a51b5f4dce4d52f0f59ffdbb32d9]

        Merge commit 'origin/master'

2010-10-13  Kai Sommerfeld  <kso@openoffice.org>  [e06b0f34ec36ddf5470d3a40d0d41c47e3814670]

        #i115050# - Drop support for neon < 0.26.0

2010-10-13  Noel Power  <noel.power@novell.com>  [12f8fea1869b93ff19294ac4735d58757eb8a30b]

        initial commit for vba blob ( not including container_control stuff )

2010-10-13  Noel Power  <noel.power@novell.com>  [c04f6ffeae4ba3c8baf4a6dc33669c3da00159c0]

        initial commit for vba blob ( not including container_control stuff )

2010-10-13  Noel Power  <noel.power@novell.com>  [50a13b7f4166ec2b305226cc81520ccc6010ff69]

        Merge commit 'origin/master'
        
        Conflicts:
        	vbahelper/source/vbahelper/vbadialogbase.cxx

2010-10-13  Noel Power  <noel.power@novell.com>  [44b6cad4026d7c48325a43c970d05493c4113e1b]

        Merge commit 'origin/master'

2010-10-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [805ad9aa72f6514323da49939f6f6f3e48b87f43]

        vcl116: #i114476# implement maximize/minimize states in SetWindowSate

2010-10-13  Noel Power  <noel.power@novell.com>  [155bc8bc5b2c2ca0d36ab01c9f6c141a5a824cc0]

        initial commit for vba blob ( not including container_control stuff )

2010-10-13  Noel Power  <noel.power@novell.com>  [e3a527e00289598fea5cc6d1562903abbfa1838d]

        initial commit for vba blob ( not including container_control stuff )

2010-10-13  Noel Power  <noel.power@novell.com>  [5089e955d6d8ce2caecb55bccbcbfe760df889fd]

        Merge commit 'origin/master'

2010-10-13  Noel Power  <noel.power@novell.com>  [8146756ab51648dc1bed78503cbfa5784d1629ba]

        initial apply of vba patches ( no container controls, no operator precedence )

2010-10-13  Noel Power  <noel.power@novell.com>  [65389fcbb71197b3f97f5d4c80c18f827c9466d0]

        Merge commit 'origin/master' fix conflicts and more trailing ws
        
        Conflicts:
        	sc/source/ui/undo/undodat.cxx
        	sc/source/ui/vba/excelvbahelper.cxx
        	sc/source/ui/vba/vbadialog.cxx
        	sc/source/ui/vba/vbahelper.cxx
        	sc/source/ui/vba/vbapagesetup.cxx

2010-10-13  Niklas Nebel  <nn@openoffice.org>  [94d4cf1aff5eb0d9af319d1671daa3d801e22265]

        calc60: #i115025# SetRowHeightRange: compare height directly to mpRowHeights sum value

2010-10-13  Thomas Klausner  <wiz@NetBSD.org>  [e2053a3b53bd69557a16e3e27d65e8fab128ee67]

        Do not worry about libstdc++.so.6 on NetBSD either.

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [c43ae993f679e3dba35141549ca50ab2a4100771]

        close namespace

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5479b6350d2ff67f1669356c24bf88c85f9c30b6]

        remove conflict markers

2010-10-13  Prashant Shah  <pshah.mumbai@gmail.com>  [0b2e0baf12ca2dfba2052f0cde4c0c2adfe79531]

        Cleanup: remove bogus comments from unocore directory
        
        This patch removes bogus comments found in the unocore directory
        including empty Beschreibung (translation: description) statements
        
        Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>

2010-10-13  Prashant Shah  <pshah.mumbai@gmail.com>  [e44305777a344ed1be957052f08b465684c8f3f7]

        Cleanup: remove bogus comments from unocore direcotry
        
        This patch removes bogus comments found in the unocore direcotry
        including empty Beschreibung (translation: description) statements
        
        Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>

2010-10-13  Prashant Shah  <pshah.mumbai@gmail.com>  [6736be7898a318765bc17f87fac9dbc36355d8a8]

        Cleanup: remove bogus comments from inc directory
        
        This patch removes bogus comments found in the inc directory
        including empty Beschreibung (translation: description) statements
        
        Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [a7458f68ae3b7a5c07e5c4455f44d2509ddd63bc]

        #i113061# dubious self-assign

2010-10-13  J. Graeme Lingard  <jgraeme+git@gmail.com>  [bda7aaeb74713f423aa1c80aee982f056007db2e]

        Remove redundant #include, #define & comments

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [eb7beeee0b09b5c0757908d9baa53cceaf99da25]

        WaE, silence && || warning

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [5386970b250b6760a36677f07f4ca8dc33c12d23]

        don't use the Unix splash screen app during the smoketest

2010-10-13  Noel Power  <noel.power@novell.com>  [4e7e749fc2306995eaab3411c0cfc4c8785a5172]

        replace old header ( that I deleted ) with spanking new one

2010-10-13  Noel Power  <noel.power@novell.com>  [731a807e6b9dec1822c710508cefd944941853ff]

        replace old header ( that I deleted ) with spanking new one

2010-10-13  Gil Forcada  <gforcada@gnome.org>  [bfa69b5fe807119d6d0fdc40b629963bf4cbe416]

        Removed comments, trailing spaces and death code (3)

2010-10-13  Gil Forcada  <gforcada@gnome.org>  [58ccb8ca29e97fc7866b7db6bc67e3daa42ae764]

        Removed comments, trailing spaces and death code (2)

2010-10-13  Miklos Vajna  <vmiklos@frugalware.org>  [99e2ad55f491c346cbf219091d81546215040c9b]

        RTF: fix for nested tables
        
        The case when the original and the nested table has different cell / row number
        is now handled. This is done by invalidating the table writer before starting a
        new table and after finishing one.
        
        This is needed to prevent a crash when exporting such tables and also to
        produce correct output, which conforms to the specification.

2010-10-13  Gil Forcada  <gforcada@gnome.org>  [1aa44a7761f8cd778e27ef205622f807720af62a]

        Removed comments, trailing spaces and death code

2010-10-13  Noel Power  <noel.power@novell.com>  [22a400291046deee48ebb69827339b5484fcdf63]

        Merge branch 'vba' fix trailing ws & tab issues
        
        Conflicts:
        	sw/source/ui/app/docsh.cxx
        	sw/source/ui/uno/unotxdoc.cxx

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [05728fb0db22aba90b815c4de69ccf6b871d2faf]

        Remove dmake also from solenv.

2010-10-13  Noel Power  <noel.power@novell.com>  [8c6ba71655f67845e11c5a7566a45118151f55c9]

        Merge branch 'vba' fix conflics, trailing ws & tab issues
        
        Conflicts:
        	unotools/source/config/fltrcfg.cxx

2010-10-13  Noel Power  <noel.power@novell.com>  [6db6a43ddc5a66f41f109b7995fd83adb5d35411]

        Merge branch 'vba' fix conflics, trailing ws & tab issues
        
        also removed some old headers ( which I need to add new ones for )
        
        Conflicts:
        	basic/source/classes/sbunoobj.cxx
        	basic/source/classes/sbxmod.cxx
        	xmloff/inc/xmlnmspe.hxx
        	xmloff/inc/xmloff/xmltoken.hxx
        	xmlscript/inc/xmlscript/xmldlg_imexp.hxx

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [9eaf48aa1a5235c016a70739f2c8c57d3645c45a]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [c7f1e7f7ef9ccc3e388ad32d0f45444f5b469adf]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [a1e79609418a961e384ce99e4f888fbe377dc77c]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [8e3b6ac3249200da87d1bd4b7ef0c7e51b706dd6]

        Merge commit 'ooo/OOO330_m10'
        
        Conflicts:
        	vcl/unx/source/fontmanager/fontconfig.cxx

2010-10-13  Michael Meeks  <michael.meeks@novell.com>  [7a0832bca75cbb877c9e3592193a06a259c4b8f2]

        Default to evolution

2010-10-13  Michael Meeks  <michael.meeks@novell.com>  [c8880078e32fb5b0357e4b3a9dd3e81c9f093264]

        add in evolocal.odb

2010-10-13  Michael Meeks  <michael.meeks@novell.com>  [e1f33394a7b8311694f9db0102746edba6bfde6a]

        Register evo address book

2010-10-13  Thomas Lange [tl]  <Thomas.Lange@oracle.com>  [9a1374b54144b15cfef1a0d8eeba861a69fec875]

        cws tl84: #i114767# Math: added option to save only used symbols

2010-10-13  Thomas Lange [tl]  <Thomas.Lange@oracle.com>  [7cdc84b7234a387e69f31bc50981de80ef992526]

        cws tl84: #i114767# Math: added option to save only used symbols

2010-10-13  Michael Meeks  <michael.meeks@novell.com>  [a2766c85f09c11d4eae3ae7c8af683b6a74a6b00]

        merge evo address book mapping in

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [4294afc5c0e50a6fc88d297b1cd3cfd531818c65]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [9594dc5f5b27a9e423210e45b4fc052adb47a76e]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [1c5abcbd60de25c5e97218c8ecbf27560cfbab4f]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [10cd670b63476f92a0362f85f730385e3a6b81b6]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [67d9071a257fa1bee28445a0e4c7fcbd781d0edc]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [d471c8ceb30afc9095a38268f8272e2f70ab48d2]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [9d8c45d9a82e1ec53b5a7a989756415fe3d593a8]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [586d64f3208f39f4196c3dd595948d56f8aa770c]

        Merge commit 'ooo/OOO330_m10'

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [f94cbdaa525804f999376217b278d78fd9359134]

        Merge commit 'ooo/OOO330_m10'
        
        Conflicts:
        	solenv/inc/minor.mk

2010-10-13  Jan Holesovsky  <kendy@suse.cz>  [23105b53eb5e009d92c32c6eb83b9fd3dff0a01b]

        Merge commit 'ooo/OOO330_m10'
        
        Conflicts:
        	dbaccess/source/core/api/RowSetCache.cxx
        	dbaccess/source/core/misc/DatabaseDataProvider.cxx

2010-10-13  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [140317980aa8b885cb5cb7a2b24bb155d5cb514a]

        #i114938# fix extremum parameter calculation

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [c3061ad6c3461bca2c658444a97222898937e906]

        tidy this, cause it bothers me

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [ed927d918e38a2bba4df1146e0470679fe3b5142]

        micro optimization to avoid global ctor that including iostream creates

2010-10-13  Noel Power  <noel.power@novell.com>  [5a9064d007fb1268ef72073466c554f43f0b8439]

        Merge branch 'vba' fix conflics ( below ), trailing ws and leading tabs
        
        Conflicts:
        	forms/source/component/RadioButton.cxx
        	forms/source/inc/property.hrc

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [b7af008a35f48b821dd95f3d2d945f254bf4ed26]

        remove first chunk of lotuswordpro warnings

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [3b235d06f311259ae5f393d81835328607f5fe4c]

        lotuswordpro needs more warning fixes

2010-10-13  Caolán McNamara  <caolanm@redhat.com>  [b61f195da5662ecded1ad04e1635124d2c4d6e82]

        force svx on x86_64 to be warnings free with enable-werror

2010-10-13  Noel Power  <noel.power@novell.com>  [be3ca836cb9a7f189759571d15ec8762cfb130fd]

        Merge branch 'vba' fix conflics, trailing ws & tab issues
        
        additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530

2010-10-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [f402b2f5af37b9dfa8175af8fb13f22602973f99]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [e9a59da46a5ac4e3545cd47ccebae9f1b266378a]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [8694d2bc19ea6b531e85ac8135de34dc99956bca]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [80b08615105490fb3a8b9790f932d1f1a1ae2bce]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [46a924d34890f64e168ab247bcdad47cfc44a889]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [fa39fbdccee87dc91b7b14ebb9d798c0b51d72e5]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [ead7290449772fa3bdd9c888afa8072862fab701]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [63bb42ab7d85470453ec233f6f90ee1d2c2d4782]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [3b82714348301140a1f1a2534f9ff67128d8addd]

        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-13  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [6450d1a7f5a6cab445a1b53c93f3c010d771c3a5]

        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-13  Mathias Bauer  <mba@openoffice.org>  [9bb2e324941a1b4eb0dc22d585a945db4e2a8562]

        CWS changehid: wrong UNO cmd name for SID_THESAURUS

2010-10-13  Mathias Bauer  <mba@openoffice.org>  [6d3fdec8c489bfdd7c428507917f7bcc0571fc81]

        CWS changehid: wrong UNO cmd name for SID_THESAURUS

2010-10-13  Joachim Lingner  <jl@openoffice.org>  [2e54587cb31ebf2c747297ffd86cd79e2d54a4a0]

        jl160 #i114794# unopkg sync did not write lastsycronized file

2010-10-13  Muthu Subramanian K  <sumuthu@novell.com>  [34b70a6b3a996823e1595c0a096e18857567298b]

        Build fix for building with NVidia libraries/drivers

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [1681ba148e9a118061b33e8403aa17ce8d49709d]

        ScDocOptions::CopyTo() no longer used.  Nuked.

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [123cca20a19868a52a25f79680f20cb4e92ed7ce]

        Remove the "insert new sheet" tab when the document is in read-only mode.
        
        When the document is in read-only mode, we shouldn't show the insert
        sheet tab. (fdo#30678)

2010-10-13  Kohei Yoshida  <kyoshida@novell.com>  [e10b5bef6746338777cb350a87cf7aa5890c4809]

        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  Kohei Yoshida  <kyoshida@novell.com>  [0e46e6f9afc9b4b96d0a5d6cf49fdae42b699111]

        Merged jurt-jnilib-deliver.diff from ooo-build

2010-10-13  Miklos Vajna  <vmiklos@openoffice.org>  [ba42fcff459c4cc4bf408821583829b4cdbe81fe]

        vmiklos01: #i113532# fix for nested tables
        
        When the first cell of a table contains an other table, the definition of the
        outer table has to be written after the inner table. Introduce a stack to
        handle this.
2010-10-12  Michael Meeks  <michael.meeks@novell.com>  [82cdcc2b114024f9186502f54f632be810582d95]

        cleanup macro.pl - re-build if your config changes

2010-10-12  Bartosz Kosiorek  <gang65@openoffice.org>  [9821d2f0bc21a4c27905ee7ba3738a315f4ee811]

        svarray: #i112395#: #i84159# SfxPoolItemArrayBase_Impl

2010-10-12  Prashant Shah  <pshah.mumbai@gmail.com>  [4fa761a1a0f3fa47f26e684462a4f6cc75b2a71c]

        cleanup bogus comments

2010-10-12  Prashant Shah  <pshah.mumbai@gmail.com>  [b0f30a20f735ee32e2eb9b97973928420b91f0e4]

        cleanup redundant / empty comments.

2010-10-12  Aurimas Fišeras  <aurimas@gmail.com>  [624840542bb3943393c3a616254899789bb044b4]

        Fix some typos in documentation

2010-10-12  Michael Meeks  <michael.meeks@novell.com>  [6ef9e5bde0f5ed7511da9f5dd273122396a32fd5]

        add stamp file - updated when configuration changes

2010-10-12  Kohei Yoshida  <kyoshida@novell.com>  [f7cf0280f9f83eabad93221ea91977bc384ec20a]

        Took care of loading and saving of the new option value.
        
        The new option value is now persistent with the Options dialog, but
        key bindings don't get reset yet.

2010-10-12  Miklos Vajna  <vmiklos@openoffice.org>  [c9afdf5f09373bb2ca18aa764e9b48677a395f2d]

        vmiklos01: #i113532# fix for nested tables
        
        The case when the original and the nested table has different cell / row number
        is now handled. This is done by invalidating the table writer before starting a
        new table and after finishing one.
        
        This is needed to prevent a crash when exporting such tables and also to
        produce correct output, which conforms to the specification.
2010-10-12  Miklos Vajna  <vmiklos@openoffice.org>  [7dab7b878ab93a90f5c661c49b1917c4eac71b0a]

        vmiklos01: #i113532# backed out changeset b6c31fdf8791
        
        It just worked around a segmentation fault but it was not the real solution.
        See next commit.
2010-10-12  Miklos Vajna  <vmiklos@openoffice.org>  [fd791eb4f4d4b59106f194281b506f990dde8067]

        vmiklos01: #i113532# fix for nested tables
        
        This fixes exporting documents when a nested table cell contains a table again
        (so we have 3 tables).
2010-10-12  Petr Mladek  <pmladek@suse.cz>  [8948894606f62fc9e372d04a315073b2ee780ea1]

        bin the prebuilt version_2_*.dll
        
        they are usable only with installed OOo-2.x

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f1adee81a62c6f29216b614ed7701c6bd3c1ad87]

        vcl116: fix a warning

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e380dd2f96f67875ee54481a3a08a4253563f78b]

        vcl116: #i115035# fix a snafu (thanks dr !)

2010-10-12  Prashant Shah  <pshah.mumbai@gmail.com>  [b641d4f7431febb8d9b684bc7c3547b39374305a]

        remove more bogus comments

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b3a56e9917faf102332e03f520458533ef8abdab]

        vcl116: #i115035# use correct bounding box for action (thanks aw!)

2010-10-12  Michael Meeks  <michael.meeks@novell.com>  [4822cf65f38ce34f6a620d2afd06196d15d05bb5]

        Enable unx quickstart, and broffice flags

2010-10-12  Michael Meeks  <michael.meeks@novell.com>  [305fb073a010e1bcb998071f4403fca78ee923f9]

        Enable unx quickstart, and broffice flags

2010-10-12  Petr Mladek  <pmladek@suse.cz>  [f90dafacfc97c55332f82d1559c53ca0fceb82bc]

        bin unused old binary crap

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bc7459fcc84df81d72786da9dca64a10eaecfe7b]

        vcl116: #i107331# show papersize in print preview

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cf5c2817b084f506e33ec4b9294300d6d686aae6]

        vcl116: #i107331# allow vertical FixedLine with text, allow centered text in FixedLine

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [32ccbf8ddef1e32af270381475c4c53c1e43b834]

        WaE, add extra brackets

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [2cd0b0f1d36a2e7ff75e82c6a003352fbbb0e668]

        WaE, add extra brackets

2010-10-12  Jan Holesovsky  <kendy@suse.cz>  [b2b138ac3dbcd4206c944428d43e234d4f854ef3]

        Implement hooks for unix quickstarter

2010-10-12  Jan Holesovsky  <kendy@suse.cz>  [e9fe1e24fbe38a8056f0ed65a1f35f199a8a3869]

        Implement unix quick-starter
        
        Kendy's standalone unix-quick-starter, with tweaks to make it
        conditionally compiled, and load png images with the new
        branding layout from Michael.
        Fixes to the soffice shell-script to not run pagein for a 2nd start

2010-10-12  Michael Meeks  <michael.meeks@novell.com>  [19bf8d8d489fc36fa531475b8a7f442dead4297a]

        enable unix quickstarter packaging

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [bdd8fe45f6e9d9eb582182de05473fa28ccea0c1]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [34ebfb2b61686999065015295dab9f623027e94d]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [20658054d8bd6380b4b175b552ccc1480c49d01c]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [d498765f6ef10cf720636b3dc702b07e7bf693ec]

        #i112787# fix ownership cycle

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [c8cb473403cdc034f99bdbd5cd62082d342963db]

        #i112760# deinitialize ucb when shutting down unopkg

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [762dbbb4b11279cf087cc52c0dd4c3d38f3ca220]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [46e399d9d656aef8e6b49fab2451fc791ffa2889]

        only used on windows, so only compile on windows

2010-10-12  sj  <sj@openoffice.org>  [3a95d76279984551d2843e89db58a0b2ad1808a7]

        impress202: #i113673# added support of smybol fonts

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [5ff6152b922c83ad7981ae117c180a0e9fdaf1df]

        add some brackets to silence warnings

2010-10-12  Oliver Craemer [oc]  <oc@openoffice.org>  [8bddc4f7590dd09f7b8c473ab0806c6804d0e4b7]

        #163885 # Correction of mispelled testownername

2010-10-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1f383597bff1ba5527745d1f60f1462bd0b172f1]

        vcl116: improve MatrixArranger

2010-10-12  Thorsten Bosbach  <tbo@OpenOffice.org>  [a73f5314a55e087b43cf6fbf598a6347c25bb7ce]

        #i114831# fix outcome from tl83 cws

2010-10-12  Caolán McNamara  <caolanm@redhat.com>  [68d23b4842c481d46ce226727bb6a459f940e98a]

        move some uno::Sequences to ensure a safer deterministic shutdown order

2010-10-12  Luboš Luňák  <l.lunak@suse.cz>  [e0998ebbaa8e0e962b3096e11071f4b5755e8fbb]

        do not reference non-existent branding files

2010-10-12  Andras Timar  <timar@fsf.hu>  [9e75e8684b5562ba014693993eb79ece0cc22a9c]

        removed German from the versioninfo

2010-10-12  Andras Timar  <timar@fsf.hu>  [2ca1ccce958a5143906bbaa3654e1cc35ce587c8]

        removed German from the versioninfo

2010-10-12  Andras Timar  <timar@fsf.hu>  [44f6619d27634b7817adf1f565699349667e4832]

        removed German from the versioninfo

2010-10-12  Carsten Driesner  <cd@openoffice.org>  [a1840421763c1cb5caf647059239e4890cfd4069]

        dockingwindows: Merge changes from DEV300m89

2010-10-12  Carsten Driesner  <cd@openoffice.org>  [a62a624542310681073fa12b4261cc96e287740c]

        dockingwindows: Merge changes from DEV300m89

2010-10-12  Mathias Bauer  <mba@openoffice.org>  [79696b1f0b58f27cd9198079b92a48aa171d9f2a]

        CWS changehid: no HID generation anymore

2010-10-12  Mathias Bauer  <mba@openoffice.org>  [aace90abe56569ded3ec4a5e364891d4d94041c0]

        CWS changehid: no HID generation anymore

2010-10-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05986a18a9739bc6e2022d677f6334c546aade10]

        ause126: #i115018# extend PATH for build action only

2010-10-12  Mathias Bauer  <mba@openoffice.org>  [e4bbb5436120650f4ec04e3b7c11e13af4ec16c1]

        CWS changehid: no HID for macro

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b25e6c2e452119ae08c9b5d9bb6406d76a008c29]

        Fixed the double-click behavior on enhanced fields
        
        n#639288

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d36940de4f88bc4f190dcddb79568ef0d08b8427]

        WW8: Fixed the import of nested SET / FILLIN fields
        
        n#634478

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [89552d9228c89721353578d38a9a81e954cc9a60]

        OLE Links roundtrip fixed for links as pictures
        
        n#628098

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7051c834c6c1e98d9e44cc828701477730113448]

        Fixed the frame surrounding in ww8 import
        
        n#617593

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7d50ccf13a41f87a2fa611ffbdb1c28d1ae244a7]

        WW8: Don't show the result of the fields with 0x01 code
        
        Fix for n#623944

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1e98189eaea67fb1e866e0114bd1ab835dbc5ec7]

        Fix the roundtrip of DOC unhandled fields
        
        Partly fixes n#628098 (roundtripping OLE Links)

2010-10-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [96fd56399d5261f304e44ca24dacb569254c7321]

        Fix roundtrip of DOC unhandled fields
        
        Partly fixes n#628098 (OLE links roundtrip) and fix the fieldmark export
        in ODF to allow it only for 1.2 Enhanced (fdo#30711).

2010-10-12  Kai Sommerfeld  <kso@openoffice.org>  [1221208c94ca01895fe3d7dd7ec5dfca4bec2f8e]

        #i98699# - Reintroduced support for base installation directory.

2010-10-12  Prashant Shah  <pshah.mumbai@gmail.com>  [86a519abb354bcd0aa462d83532293d449a67e18]

        Remove bogus comment in sw

2010-10-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [d217505d16fdbe74d8a3770897735411a441ff92]

        vos:removal: missed a couple of OThread

2010-10-12  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e9987515e5c83353dbe6151cc309289b38a78f6]

        missing OThread ocnversion in aqua

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [3ab2280e3f88b75408117948deb385ac146be5d6]

        Made the list box a little wider.

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [a22353e34a5aa4b2aeec6ac049683922266f9bf6]

        Merge branch 'master' into feature/calc-key-binding-compat

2010-10-11  Alan Du  <alan_du22@yahoo.com>  [86d85bfd4c3460023c64f4687c1c9533a89aa85c]

        Removed a lot of the //CHINA001 comments.

2010-10-11  Alan Du  <alan_du22@yahoo.com>  [b380ae10648f471b1a0173e9e308181559a5f26c]

        Removed a lot of the //CHINA001 comments.

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [7f05d839fac9abbd5c0244d67d4fa4f93ac0da84]

        Added new tab page in the Options dialog.
        
        This options tab page is for Calc's compatibility settings, e.g.
        default key bindings between the old OOo Calc and Excel.

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [4b57550386783adaba884185a5386385694513a6]

        Fixed a build break.

2010-10-11  Alan Du  <alan_du22@yahoo.com>  [f25d7371795d963369cec5eafe30f436f83f2dd2]

        Removed a lot of the //CHINA001 comments.

2010-10-11  Prashant Shah  <pshah.mumbai@gmail.com>  [ecb8af14da097ef7ab4625b5ee46a435b2e0d678]

        Remove bogus comment in sw

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [6c4839248eaf174c6bde635430bab7e29cd29e42]

        fdo#30559: Added new tab page 'Compatibility' in the Options dialog.
        
        This is the first cut: more changes to come.

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [962e266498b22cd50bea4745477a2ba8e3ba0b7f]

        Added new tab page in the Options dialog.
        
        This options tab page is for Calc's compatibility settings, e.g.
        default key bindings between the old OOo Calc and Excel.

2010-10-11  Kohei Yoshida  <kyoshida@novell.com>  [8daf22467845ab5a160e0e64f7c981fa973c3c10]

        New options tab page for Calc's compatibility settings.

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [66d230686f217bd692b789b97a961e57135312c8]

        dba34b: made sure that different jars include disjunct sets of .class files

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bb14bf05acd3cb0b55bebf374b350976098643af]

        dba34b: removed dead test

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [462db7cda79cd2c1eac15b7185e5be729af08527]

        dba34b: #i112779# auto-HC for the VCL-Throbber, too

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f5e614c0af7173ac61a2eb28f6bc0e9daa95409]

        dba34b: #i112779# don't search for the best image set if there is only one (or even none)

2010-10-11  Giuseppe Castagno  <beppe@dsklnx.host.local>  [d66986129217bc06fbb2692ebc6b9fa1f1384d4d]

        Changed one more of the dowload package names.

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea7a2c03dbc733cf36d64d6ad066cd8bd8796e56]

        dba34b: #i112779# move throbber images from res/shared/* to shared/*, and add HC versions in hicontrast/shared/*

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a3e1a71087d5cc629a22e285e8be19d2095db32e]

        dba34b: #i112779# move throbber images from res/shared/* to shared/*, and add HC versions in hicontrast/shared/*

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [21cac7dc393c25c42ea1206af702123c94a49c9d]

        dba34b: #i112779# allow more paths in default_images than <module>/* and res/*

2010-10-11  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [1ff403576d66813cfec535da9f1558f2f3e2d336]

        impress202: #i84795# write/load unicode strings for url and author fields

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [91ff13dd6a625dcd75e3783474c2bee8b6675304]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [1e902f896bae749c3bf20af93caaca06253a2c2a]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [9d0e54189cbe98d57bf4dab926a09d313ac5d874]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [c4da00e11a043e8ae0a280fec2a1976115ba56de]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [0c6c33ee3925250d74b4f453502e4a040e598cb7]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [976acf3ed1eafb6101a99b8afad94bd3de1fa80d]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [a8bc280fabb91e1a7282e451feadec79c66d5790]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [b5a190c6d59e6284a5501742e17effdda3f47a52]

        CWS changehid: generate former auto hids into src files

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [e1b5342bdc0b933e334a24e91ad370b04f9f2f79]

        CWS changehid: generate former auto hids into src files

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [c91f21eb8e269dd1544ac5e314cd07269743c9b7]

        more quickstarter fixes i#108846

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [3d9dfef2f50db83c8f7bcc2c042f84ccde5b9e03]

        Fix -quickstart option, and help (i#108846)

2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [98087850c7505fe334ca23bd7c6cc7ac070552c4]

        vcl116: #i114958# callbacks should lock SolarMutex

2010-10-11  Mathias Bauer  <mba@openoffice.org>  [6f52253a00166629e77067f75e2d1f02834fbfba]

        CWS changehid: remove some superfluous HIDs; adjust some to necessary changes in the code

2010-10-11  Christian Lippka ORACLE  <christian.lippka@oracle.com>  [f8678b2f6fe6af1ecea49d9bda7814be08731695]

        #i104850# enable 'create summary page' during initial text editing

2010-10-11  Arnaud Versini  <arnaud.versini@gmail.com>  [30625b0bc989750f259492fad8398f107e038bee]

        Resolving issue 2838 of OOo.
        
        It’s in two parts :
        * autocorrection comparison function during the search of the word(s) takes care of the case.
        * possibility to insert two times the same words with different
        cases.

2010-10-11  Arnaud Versini  <arnaud.versini@gmail.com>  [4ad9f8a96576a15f613eebe39f18cc9c9b5c7bae]

        Resolving issue 2838 of OOo.
        
        It’s in two parts :
        * autocorrection comparison function during the search of the word(s) takes care of the case.
        * possibility to insert two times the same words with different
        cases.

2010-10-11  Luboš Luňák  <l.lunak@suse.cz>  [cb7b24efd792371025ab50e2526b594139884e55]

        fix undefined operation

2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [944cba365af8ed98e66289e87f2298a2bf8f139c]

        vcl116: #i101255# remove autocompletion cycling with tab

2010-10-11  Tor Lillqvist  <tlillqvist@novell.com>  [73d54f10eccbc00a78384b0cbc153287cad7225c]

        Fix VOS removal fallout

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [ffa172e1b3418204ee759c0c67f8441cb208ad89]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [9f21008621e3a915c97fea1c006062738d866284]

        deliver the images.

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [af9269693f56b7a8ad9cf21ca1ee04b9e4e1e2f3]

        package the shell pieces up into a zip archive

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [4bfb595deb1cb45e89bf697fedd2e44647d058f2]

        remove obsolete includes

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [8b9ddfe4f391b6532ad74765391638ff0e4af11d]

        Switch to using installed branding images for the backing items.

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [2bbb62509b1752b7c5d77b236c343fc9a34905f0]

        push branded image finding down into vcl

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [22b20b4b7cdc91453fe26deee22bf69d8723bf83]

        deliver new branding too ...

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [b9f562dbdb61b437bd0fa365e1c2810ed778d57e]

        simplify branding packaging

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [71bc7303922bb35812093b9c194ed5d1e0846d87]

        remove over-complex about + intro name lists

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [a7cfd7067022da7caf08ca36f1245711b3d458bb]

        re-write branded image location code in new module, and share with splash

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [ff953c36ac8f335d6f12d9e22a29deafe90de34d]

        clean cut/paste brand location code

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [3e606e731108bc01fa7def90b94f07fcaecd64c3]

        pack broffice artwork, and deliver correctly.

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [90add52b3fdfafca8fd967a119e9371ed7f3f9bd]

        add a per-language preferred name first ...

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [cd3cc390ec94879052aa8437ec3798268486a5fa]

        deliver new branding too ...

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [f5c9bf7565d232b10d57bbd464f3d349c3e941a1]

        simplify branding packaging

2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [942b5b879aca633e1a90e139b48a73df987e6133]

        vcl116: #i114405# add more n-Up options

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [83767b65f9f64e878c5c7d242caec6a9fe1c767f]

        #i112786# make ConfigManager a well-behaved singleton

2010-10-11  Tor Lillqvist  <tlillqvist@novell.com>  [8a13bd6eaff89f2719e0e230f4fc7c8fb446572f]

        Set username/domain/password to use only if provided by user
        
        The semantics of ucbhelper::InteractionSupplyAuthentication changed at
        some point, so the getUserName(), getRealm() and getPassword() methods
        now return non-empty strings only if the user actually changed them.
        Check the return values for being non-empty before using them for
        gnome-vfs authentication.
        
        From gnome-vfs-authentication.diff, fixes bnc#465102.

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ba2506b0e46d9c2854cda846f982ed4add24c24a]

        dba34b: #i112779# support automatic HC theme in AnimatedImagesPeer

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [d8768eeb2bb948b5f1ba60454f1cde07bbbc3870]

        #i112784# do not leak ContextAdmin

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [a0f5c3fb6502ea95596fdd6fbc4da3b181d01441]

        vos/socket.hxx was removed, don't include it anymore

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [7978b2278673c527e3bb6c2d123bda41d374c484]

        push the shell images

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [d8b861c635d31c103a585b9707fcc9fb2d8bae1a]

        remove (now merged) broffice profiles.

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [35b46d6ee48a360a3189d3a78ec17358f86b7b46]

        ooo_custom_images no longer needs to build

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [a94d2b8542f3dd39aa2cc729b93f2f07f5d0ab5d]

        rename images ...

2010-10-11  Kai Sommerfeld  <kso@openoffice.org>  [eb61f9d1ec810d7156298f4840f70c9370ac97a0]

        #i98699# - Now works with 3 layer office.

2010-10-11  Kai Sommerfeld  <kso@openoffice.org>  [bd3876763856385c7d9d007a65d4e6ba96813b86]

        #i98699# - Published.

2010-10-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [00693d9b8e7486818437a79fb8d80261a9e4909d]

        vcl116: #i112525# do not prepend segment extension to html data for outgoing data

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [81d99042d246170fb2c19a972c4c6f524293d391]

        file I forgot

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [c52c024d411b49b3b8da23e0f8c89755a4632879]

        #i108049 add Lithuanian autocorrect dictionary

2010-10-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7fcbcc4b70c1e905e6cdd08ab79ea8ebd0720a5b]

        dba34b: during #i112779#: don't hold an extra BitmapEx in ImageControl, use base classes Image instead

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [4b33c0d44fe85064d73ebe39eba4ea2d8ed018b9]

        #i107273# release accessibilty contexts before editengine

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [99f933972a0491907b33a116e15ceb88d863b99a]

        #i112508# remove more dead code

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [63f179e976d52b6bc6e730aae189644af29ce774]

        #i114267# remove dead code

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [6d83697bdc51c9a00a4fe97ddf6c681f7af9d0b7]

        #i112747# fix ownership cycle in ucb

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [56170eb5c5d052377d3b5d53b0e45f44fed83850]

        #i112681# make bridges match remotebridges

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [521a9f6f76a135928806355e981eeb7860b2fbe7]

        #i107490# cppu lifecycle cleanup

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [63148a8bf7292c1aed0189784e5fd6422cb82b1d]

        move the branded bitmap locator down the stack - for framework use

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [c4ea34e5e613cbc18da4593720eb5362c589fa9e]

        restore old branding images for now ...

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [9074130e0e2406a87a91b2f97ea9af12b677b83e]

        Move framework resources into branding area, and add broffice variants

2010-10-11  Michael Meeks  <michael.meeks@novell.com>  [e9b0036c9fda91f711cb6be77e5a632ccb0ac616]

        remove obsolete branding layout

2010-10-11  David Tardon  <dtardon@redhat.com>  [6f21189b2578d8b899132226e5a8b0d2e7246089]

        #i111756# copy arguments directly to vector

2010-10-11  David Tardon  <dtardon@redhat.com>  [b367d62b30a4cd15dbf32ab9587a2cb9905414a6]

        Revert "use system libtextcat with --with-system-libs"
        
        This reverts commit c005385082bb7c5abcf81610e4140d74dd460a9c.

2010-10-11  David Tardon  <dtardon@redhat.com>  [e4be73d39602441f387d9db0af2bb9cccf158268]

        use system libtextcat with --with-system-libs

2010-10-11  David Tardon  <dtardon@redhat.com>  [a7bf54d31b996fe529686238b31d1011ec7067d9]

        #i112821# system mythes is not used when configured with --with-system-libs

2010-10-11  Aurimas Fišeras  <aurimas@gmail.com>  [2f68ee59b2a2a35433925626fa4a155b68ddb6f7]

        Simply fixes some annoying typos in documentation including OO bug #112563.

2010-10-11  Andras Timar  <timar@fsf.hu>  [2a97f07966235dd725e1186a33d1590b41640dc1]

        Added Croatian dictionary extension to setup_native

2010-10-11  David Tardon  <dtardon@redhat.com>  [9f2302a41d47ab17f250230cdb9b5941d495d0fe]

        prevent possible use of a ref. to deleted LocaleDataWrapper

2010-10-11  Rubén Jáñez  <rjanezfer@gmail.com>  [910a1f688b21fb8104f756b108b90836840f70db]

        Removes some bogus comments found in Base.

2010-10-11  Andras Timar  <timar@fsf.hu>  [5c545f55a3c49091dc4904853225d956e633bb34]

        Added Croatian dictionary extension to scp2

2010-10-11  Caolán McNamara  <caolanm@redhat.com>  [5ca1cf48a334934d95c3699b2df1205f24398abe]

        #i112602# use rtl::Static to wrap globals

2010-10-11  David Tardon  <dtardon@redhat.com>  [cdea822f6fef93cd1ad66a2f40a8b3bad8c43caf]

        #i114426# prevent possible use of a ref. to deleted LocaleDataWrapper

2010-10-11  David Tardon  <dtardon@redhat.com>  [e428247f681413bf7a2529fa98b17ccde9598ab9]

        #i114706# fix adding font aliases

2010-10-11  David Tardon  <dtardon@redhat.com>  [dcf3e7e4c5dce22c674376702c09b4f0c55b446d]

        #i112795# ignore empty windows when inserting dock

2010-10-11  David Tardon  <dtardon@redhat.com>  [2fa48bb8062c69505acbcfa36554a8c1d2718f2d]

        #i114423# prevent possible use of a ref. to deleted LocaleDataWrapper

2010-10-11  David Tardon  <dtardon@redhat.com>  [3b1b29b5539108719e38f8b23dbdd75ebd082a1f]

        #i112597# add display properties to control shapes

2010-10-11  Vladimir Glazunov  <vg@openoffice.org>  [be3e42b6c3a8b08991b767cb1e3ca76862fa8413]

        vgbugs12: #i114995# add modules only from active repositories

2010-10-11  David Tardon  <dtardon@redhat.com>  [6cbe62c6a060744567acb5547cf734272c43e48d]

        #i114427# prevent possible use of a ref. to deleted LocaleDataWrapper

2010-10-11  David Tardon  <dtardon@redhat.com>  [bebbece5e65d5af3b3a7f647d26ac71da0255267]

        #i110567# lock SolarMutex before calling Invalidate()

2010-10-11  David Tardon  <dtardon@redhat.com>  [d8e93a2e4c5e312a5aa2ee3e9595ce54a287ac35]

        #i113359# avoid possible null pointer dereference

2010-10-11  David Tardon  <dtardon@redhat.com>  [d7f2e03cad8caa27da8f048ea2d588cdf9c2cd56]

        #i112582# fire focus events from ComboboxToolbarController

2010-10-11  David Tardon  <dtardon@redhat.com>  [5304076b256b26670d7e6030d6c98fc5068cc91e]

        #i113935# missing delete

2010-10-11  David Tardon  <dtardon@redhat.com>  [ed14d6d1d19d0fff722d9282314e465e4a9de87d]

        #i113737# implement XMLCodeNameProvider::getElementType

2010-10-11  David Tardon  <dtardon@redhat.com>  [482676d6569aa12c8d14e73863ceba719c0e1f36]

        #i114284#, #i114285# fix build with debugging flags

2010-10-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [18542233ceb0ac89483fe4898e2f01cbcc02ceb3]

        merge vosremoval-socket patch

2010-10-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e75f8d75c1e214eb22b1ccf6cf6f3d01b05007f]

        merge vosremoval-socket patch

2010-10-11  Norbert Thiebaud  <nthiebaud@gmail.com>  [0c5893833bb680123b3a241618028c14f8793ff7]

        merge vosremoval-socket patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [af03a0d720556a6a5955c84bd1d2450db18dcbc4]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f744968454477935f7396b495a2426cf5e70546b]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [90090c56845dcd942638a2852b9a09e3972d05d6]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [78e905fd109d44f07489896a5ae96ee0bf4e9eb7]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [13ef84342fea090156cac940e90c62d7d7f81456]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [f81e36d56ed79d1d4d06d928dbf095966261dbca]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [46d6f3336fbfd59fa1ff1e3a946c0b39b9d61ff8]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [8d48117826d5b77a20ddffe53b016775b92df73e]

        merge vosremoval-thread patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [5584c277cb3d7a198b9bd554e5a4dc92b8bea87d]

        merge vosremoval-diagnoses patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d5f8d6503064122e876cfd45b0936810f7676dcf]

        merge vosremoval-diagnoses patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [88e1f3d8f884c326aaf92ad0e18e96ece244b8da]

        merge vosremoval-diagnoses patch

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [53f428d9bf8f9648e21bf89cfbb406747536ed09]

        merge vosremoval-diagnoses patch

2010-10-10  Caolán McNamara  <caolanm@redhat.com>  [0ecc627bc01f8ba286f2a4857f0d093df90fe85e]

        add GetDefaultMonitorNumber back in
        
        add GetDefaultMonitorNumber back in, but take care for the gener^C vclplug code
        route

2010-10-10  Prashant Shah  <pshah.mumbai@gmail.com>  [4aefa94618fd40768dfa927cb68e5caed2ac8e27]

        Remove bogus comment

2010-10-10  Keith Stribley  <kstribley@openoffice.org>  [e1790a6b6001276b83c589b4f24a1ef079f53c4d]

        fix of underlining problem with Graphite fonts #i114765#

2010-10-10  Kalman Szalai - KAMI  <kami911@gmail.com>  [ae786dfb1412051fac39f696e2a8641242e23ad0]

        Draw options window string truncation, Contents page #i113896#

2010-10-10  Caolán McNamara  <caolanm@redhat.com>  [b71a47a542440a8bf61b9a35eb525829819ee99b]

        add missing bit

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [a6aea52f0d4e2b0fbd4a5f662bf9383c0fb9b737]

        squash some  warning: suggest parentheses around && within ||

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [2811da61adac63e4da78a1d2c5e1f90090e98798]

        squash warning. LONG_MAX is not compatible with sal_Int32

2010-10-10  Norbert Thiebaud  <nthiebaud@gmail.com>  [d02017d4d3cb23b37bb11075976f104b7dfd88b4]

        squash misc warnings

2010-10-10  Prashant Shah  <pshah.mumbai@gmail.com>  [0bbc4c2f7f49e6ee82e4e5c323c3056127fd35fc]

        Remove bogus comment

2010-10-10  Prashant Shah  <pshah.mumbai@gmail.com>  [e571029a020ce1be35070fddae9842d9cb7c89c2]

        Remove bogus comment

2010-10-09  Kayo Hamid  <revol.code@yahoo.com>  [d7f4b5a0fc1033b314b59e8b20efc6a06b1f8049]

        Use SAL_N_ELEMENTS macro

2010-10-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [842f4e919a3cb54b48deb5e2bc965795aeb4aaab]

        missing include for SAL_N_ELEMENTS

2010-10-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [c9704b22e8671d46a8597d2b3bfe1406bd89dc82]

        missing include for SAL_N_ELEMENTS

2010-10-09  Norbert Thiebaud  <nthiebaud@gmail.com>  [bd6ab4c2f58ca1d5deb78962b652a347c43ed312]

        missing include for SAL_N_ELEMENTS

2010-10-09  Michael Meeks  <michael.meeks@novell.com>  [323c04201ddc165ffbc81cb671bf66976835b375]

        disable disabling the quick-starter for now - needs re-visiting.

2010-10-09  Michael Meeks  <michael.meeks@novell.com>  [2bbe1532bee621ef62e7712f961758c5eda393f4]

        disable the WelcomeDialog for now.

2010-10-09  J. Graeme Lingard  <jgraeme+git@gmail.com>  [31506335a0613341407140662fe7c62dab0fabdc]

        Remove redundant #ifndef & #ifdef directives
        
        These unused directives are:-
        
        - multiple #ifndef GCC
        - one #ifdef WIN

2010-10-09  J. Graeme Lingard  <jgraeme+git@gmail.com>  [d2b98e14536107e85424d32c403a05139e812d5b]

        Remove redundant #ifndef directives

2010-10-09  Kayo Hamid  <revol.code@yahoo.com>  [a7be30202460cd143cb3815cf31c71ea4b374843]

        Use SAL_N_ELEMENTS macro

2010-10-09  Kayo Hamid  <revol.code@yahoo.com>  [99a4cb5f12a8eb7b416373fff0225ce265e0481b]

        Use SAL_N_ELEMENTS macro

2010-10-09  Kayo Hamid  <revol.code@yahoo.com>  [6c036ff59d350cd28975a4d4614b8bc22373460b]

        Use SAL_N_ELEMENTS macro

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [03c88c8527b54971c032cd80dc43ec44cd75b515]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [c092e4da531770b790d5cb4c6bd5aba3697c0ab6]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [54d18a728bfb4948af7d6f926a1cc303808575ba]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [130ba0296759f1cc396b782d26ae63df425a6df4]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [db8ddf36c1b0bcb7d8f26af16640ff9f1c128087]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [3b2f1dd8b1d873dcca2dcb433edfb925ded366e3]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [d07bc3e43b64fcae2130d84ede182b45c27260e1]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [2def740f6e2470b32742e816d8335c7a0c263dc9]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [42b67336a7b63af9648bba34c17e2e90b5e330cf]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [e56cbb429284ed01de204d521aba61a2339ce012]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [93653d80205d51b5c4c7f934d9e04f51d1bfdba7]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [1339b1bed6080ab87df2227f9c91d2d355228a44]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [336d933a1b109549a35b54a58bc5fb81bc5f73e0]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [9570f4dffff24b7312f116dd0ef4f7df7ce5bdcc]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [a385ab1238a9ed7318103d223e4c538a85c34eb4]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [08f512a43f6e90eadc6f280e4a6752e54664255c]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [b41d62671ea124872aaec7be9c4bfd5b1d87904a]

        CWS changehid: resync to m89

2010-10-09  Mathias Bauer  <mba@openoffice.org>  [dce6af656db3514606fefb395fafbc8faa1ff076]

        CWS changehid: resync to m89

2010-10-09  Thorsten Behrens  <tbehrens@novell.com>  [360a767f3054f5b53b4a07dc5b210523fa1db1eb]

        instset-prefer-langpacks.diff: Build en-US + langpack by default
        
        only build full package for en_US, use langpacks for the rest to save time and space

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [bc8fa7775830f26fa791859e2d196a75a655bbc7]

        Support NetBSD better.
        
        Do not use Linux case, there already existed a separate NetBSD case.
        Add more encoding names. Fix a typo.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [44fdd8e4d2fa5fc36e4541994fafead3f6c6a8db]

        Add cases for NetBSD/x86 and NetBSD/amd64.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [b71ba8c3f15138b9253c71e9ebf34f474d4b42f4]

        Handle NetBSD in the same way as FreeBSD.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [ca5219d40dd1b3be5de7335bed2f90ce8c41c38a]

        Handle NetBSD in the same way as FreeBSD.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [8a4730b702c25565879ebda5845544b90ba52c7e]

        Handle NetBSD same as FreeBSD, Linux, and Mac OS X wrt __XKeyboardExtension__.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [a1ca202893abb037629f143a28b405b878cca689]

        Define symbol and suffix for NetBSD/amd64.

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [d9698bf994757631dbdd29b2dfff617f39b79f44]

        Improve NetBSD platform strings, and add x86_64.

2010-10-09  jgraeme  <jgraeme+lists@gmail.com>  [7f02e96be9c711ca5fe6099f114580d49deaf263]

        A patch to remove some unused directives.
        
        Graeme

2010-10-09  Thomas Klausner  <wiz@NetBSD.org>  [b8c819c04af6e12001dcc069a854cc6221f7e1a0]

        Use standard '=' comparison operator for test(1).

2010-10-09  Kalman Szalai - KAMI  <kami911@gmail.com>  [fa482813b4fadcde61410e8981fa011985c8b4c1]

        Some base commented code cleanup

2010-10-09  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [883ef5272ad866200373152c3b8624b1f923b17b]

        Don't require that vcredist*.exe be executable

2010-10-09  Thorsten Behrens  <tbehrens@novell.com>  [6e9b6af919e54be26a7b806c47e86617f62c3229]

        framework-menubar-fix.diff: Framework menubar fix

2010-10-09  Thorsten Behrens  <tbehrens@novell.com>  [f2b9b79cffe97904c3a361123b40bc67f70f05eb]

        valgrind-fixes.diff: Valgrind fixes

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [66a65ad0cfb7f0fbcd89342dcce8e07ecf515828]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/writer

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [8e810b9e9009c8eb56f0646d3a297ce9ea9a9c7c]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/ure

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [398129e2410c6a43f459cb9089138b9fa0932252]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/libs-gui

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [efec9416d772edf205a54c92374ed0a31bbb80f6]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/libs-core

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [19ea6c03a8272793564f905c219e2b905dca51ee]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/impress

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [f9c8b9c255cf593e4aaa42a84bbb7218da41c0e9]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/filters

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [eee9c05ffccaa3b0cf3f848a50aca41b50f9f7d9]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/components

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [6bb68473909b49910dd0eec602d87889c1e2481c]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/calc

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [f310c3888b4ba4d40f43d5bbd7dc5cc92315af03]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/bootstrap

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [62eb5611859f5fff4b309d3bd5ed1c0ea69f57ff]

        Merge branch 'master' of ssh://pmladek@git.freedesktop.org/git/libreoffice/base

2010-10-08  Radek Doulik  <rodo@novell.com>  [2341f9e8593026db2fc24f6c578cdbf4a35cc061]

        fix default vertical text alignment and placeholder style, n#645116
        
        - use master's body style in case placeholder doesn't have shape in master/layout

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [47500a48b4d2d7a94e2ffdb0d78a4fd4e0d9139f]

        add missing lotus filter config fragments

2010-10-08  Andreas Mantke  <maand@gmx.de>  [0ef6d0205bb7e24f0d628084b10a8f1a06b7eaca]

        translation of comments to English

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [f93906e821d8be1bcb65177c8e41305ca7994c36]

        fix make dev-install (OpenOffice->LibreOffice)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [a27d2d7afd8c7b70a1548617fa6fcef02953a43a]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [bd037977c3ecb5a5f110d3a9aefc4898cd324951]

        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>  [1e3d9313b58f49b40576abb0876836c52cfbc882]

        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>  [3f04560a2a180c00a5a3f99b222eea86af7d2fba]

        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>  [a92fd9f05f61b5d9c46fedbae3a801b91b41c84b]

        Revert "gdk_screen_get_monitor_plug_name needs at least 2.14"
        
        This reverts commit d53ac3474f8aa7596f34af67ff2be316e26a1542.

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [cb4c284c12008dd24cd8679890ca5f62c65f02d6]

        Fix filter issues

2010-10-08  Fong Lin  <pflin@novell.com>  [cc316b39d9110c536e1758a4f814738ca209bb02]

        Port of Lotus Word Pro filter, by Fong Lin and Noel Power

2010-10-08  Fong Lin  <pflin@novell.com>  [47dd1ced71c4ad546f9b4b183f1db03d0dffaabb]

        Port of Lotus Word Pro filter, by Fong Lin and Noel Power

2010-10-08  Fong Lin  <pflin@novell.com>  [9bf8ef2234056ca75e7cec17c5e7fdae6eec1137]

        Port of Lotus Word Pro filter, by Fong Lin and Noel Power

2010-10-08  Fong Lin  <pflin@novell.com>  [949fa63a66adc1ba54a0c353afd66bb863024d27]

        Port of Lotus Word Pro filter, by Fong Lin and Noel Power

2010-10-08  Fong Lin  <pflin@novell.com>  [57e3c7f1802a00bb9ef265a7f3506c36a9d8c20f]

        Port of Lotus Word Pro filter, by Fong Lin and Noel Power

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [6683ae6bb57182718ade608b8563ea8f11a2b87a]

        switch to g_slice

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [8ed0a05e6ef33d748e19e21842d2d8ea10457965]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [12b2cdc522a46cd984acd2e5f22640fb40afe299]

        Enable valgrind-ability with G_SLICE env. var
        
        Dung out old, awful and pretty pointless valgrind solution involving
        unpleasant LD_PRELOAD thing that doesn't ship, and/or work easily.

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [d7e6fe22cb9dd808506983e8f52e1d9b16008447]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [73145ff6114cd0bd2aa2961bed656b3bc87bbf16]

        LO -> LibO

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d36cce826612e0e32c2a0697efbca6d699305117]

        Fix smoketests with new LibreOffice directories

2010-10-08  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [941d7bf0af850298d0c281f122176e6c3bc69be5]

        dr77: missing header in d.lst

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cebb6f4a761e2fce686cd3240ed95fa8bdb50f9f]

        LO -> LibO

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5e31262fe24ee9432752efdab1ba32c5f62bcfcc]

        LO -> LibO

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e327701b1e544728a2d568c523657a950931e828]

        Fix smoketests with new LibreOffice directories

2010-10-08  Mathias Bauer  <mba@openoffice.org>  [48394896ff0211501a1b4991c662f84ee51d96d7]

        CWS changehid: rollback changes for autohids

2010-10-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4b2e694152106ac0ed6f8142ad77b8da74d82c79]

        ause126: #i114866# applied patch from issue: fix parallel build issue

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [eef54d7498509d426941c9c3c9421e9cc8139761]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [a6d9380031aca157b56f3f581f04799f265bc85f]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [ea28a0834ffed75aa567532e3ddb36f75ad4a363]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [a5aa4df1b50944c28842aa08d1ccb66a947e3ac2]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [34c4d24c2f191cd6ab89a1d25446c66bb4a9be26]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [e3777508e539681bd5e9bc52f18b434a8cd0007b]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [f6cb6591ddac6d1e7ae53e7921ecc1b77e9918a4]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [dabf797dd026262476189a0678c45b2219469e50]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [3dbd55b491afe6dba25c392686d3503fafd2ea4d]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [6c31aaf6be4a06d0fa215931a311da2849f9d104]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [1db00f066b63535cdd636dbcc62257be7c3fedca]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [f660d77ba0fe866ee5353caeef900963dd159529]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [ff927013084a1870f552f857dc523b29a94d6b92]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [da4e16fda841e377ca1234873e1050ec3d6e4856]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Petr Mladek  <pmladek@suse.cz>  [c623a89a5a210009bdb9480b4818b09d87c69770]

        Version 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2)

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [81001da846b0c6871a9dfaf0ced32a72eeebebbe]

        vcl116: #i97830# limit maximum menu width

2010-10-08  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e5a76c50d10204cfd570f43f2ca1eeafae0ee03a]

        Expand the list of problematic msitrans.exe

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [e2dfcd0ba1fee74ada2f7d03fc5845ce63eeb935]

        fix horrible use of FASTBOOL as a loop iterator

2010-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [9df316152981544e0b693696dd8140127d28d5a5]

        FASTBOOL to bool conversion

2010-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [c7545a363b7b61647060ae5c359f4aa9e1c36745]

        FASTBOOL to bool conversion

2010-10-08  Norbert Thiebaud  <nthiebaud@gmail.com>  [6af890e2af327ff31db15a780223b8bfeadadae6]

        Do not use magic number instead of the size of objects.

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8774aa843b359e65869db27cdb3a65e057190b3b]

        vcl116: #i114958# callbacks should lock SolarMutex

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [95433a2374cae162aa2856b7c52a76d44ebd4509]

        vcl116: #i114993# fix assertion, native menu cleanup

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [2f0803e5869dd2d45c8d4b407017f053e83ed601]

        remove unused macros, and add SAL_N_ELEMENTS

2010-10-08  Radek Doulik  <rodo@novell.com>  [4618d0344e9dfa8b8ec8583adb3bf32419282ec0]

        oox-pptx-import-fix-text-body-properties.diff: fix textbody properties.
        
        n#621744

2010-10-08  Radek Doulik  <rodo@novell.com>  [a57a4078fcd9a0490bd661e3ced6fcbbe69fae73]

        oox-pptx-import-fix-placeholder-text-style.diff: fix placeholders style.
        
        n#592906, n#479834

2010-10-08  Thorsten Behrens  <tbehrens@novell.com>  [166bd174a855c160e925fe2329d8d5428d889693]

        pptx-gfx-layout-fix.diff: temp fix
        
        to make GraphicShapeContext recognise layout

2010-10-08  Luboš Luňák  <l.lunak@suse.cz>  [f171c99af330eaeec1fe071f2f29300f27331536]

        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  Radek Doulik  <rodo@novell.com>  [35c33de8728f8d8d7301f7b0619c4575dca9326d]

        oox-pptx-import-fix-groups-2: fix group shapes (final part).
        
        n#619678

2010-10-08  Radek Doulik  <rodo@novell.com>  [0cbc98860cb1740ed787887cc4245db963285600]

        oox-pptx-import-fix-customshapes-and-groups.diff: fix group shapes and guides.
        
        n#621739

2010-10-08  Radek Doulik  <rodo@novell.com>  [62576115393f4cbb20e22fa6ed7da262e94ecb6a]

        oox-import-fix-ole2-shapes.diff: fix OLE2 import.
        
        n#593611

2010-10-08  Radek Doulik  <rodo@novell.com>  [ff19ebe0dcaa52ae8b87b4cea3de143031a041c7]

        oox-pptx-fix-transition-auto-advance.diff: import transition auto advance.
        
        n#480243

2010-10-08  Radek Doulik  <rodo@novell.com>  [e4b13897f5bd03a1782654d32951b0fbd5ad216e]

        oox-pptx-import-fix-layout.diff: fix list styles applying.
        
        n#480223

2010-10-08  Radek Doulik  <rodo@novell.com>  [69a1226fc68c3e837ad57500fcb629daaa9f6f2d]

        oox-import-drawing-font-spacing.diff: import character spacing.
        
        n#479822

2010-10-08  Radek Doulik  <rodo@novell.com>  [d04971ec9222823f889d996e9ae43bcdc82ef2f6]

        oox-fix-list-style-apply.diff: use slide's list style.
        
        n#485417

2010-10-08  Ingrid Halama  <iha@openoffice.org>  [928323c52272834668dc8f95b25e5d4bf76aeb62]

        chart49: remove compiler warning/error

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [c289a297e01cb1029864a61f5bf4f93df88948c9]

        remove daft sleeps on start

2010-10-08  Michael Meeks  <michael.meeks@novell.com>  [b9c4b922302e97f535015be609b7a1efb04ee014]

        remove daft sleeps on start

2010-10-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6b2736fed5bb3c5e7949be2baa4a50c9a9c9b3e2]

        vcl116: #i114958# implement DBG_TESTSOALRMUTEX on all platforms

2010-10-08  Thomas Lange [tl]  <tl@openoffice.org>  [738d366702ad4374874c9d42b10b874364d3ed3d]

        cws tlmath01: merge with DEV300_m89

2010-10-08  Thomas Lange [tl]  <tl@openoffice.org>  [992de7c1cb21f82402296a7ccccd5bbf5c4f678f]

        cws tlmath01: merge with DEV300_m89

2010-10-08  Thomas Lange [tl]  <tl@openoffice.org>  [e83f0e6e1009c24f6e57c392d6738735884f2b57]

        cws tlmath01: merge with DEV300_m89

2010-10-08  Thorsten Behrens  <tbehrens@novell.com>  [2cfd3b8d42ed403e1a307252eed0e5b62c719a06]

        Update license text of new files
        
        Using license as per
        http://www.freedesktop.org/wiki/Software/LibreOffice/LicenseHeader

2010-10-08  Thomas Lange [tl]  <tl@openoffice.org>  [8780cc5c294085fe7379a24eee58ac446cc40d0c]

        cws tl84: #i102191# 'set language for all text' now uses hard language attribute

2010-10-08  Release Engineering  <releng@openoffice.org>  [035d9de9918d1c5425735b3727e974b392f9a5c8]

        OOO330

2010-10-08  obo  <obo@openoffice.org>  [c0be68452261575069d0192bfe722c8b398d9973]

        CWS-TOOLING: integrate CWS sw33bf11

2010-10-08  obo  <obo@openoffice.org>  [e57f65f15eb84c2a0f553ac7801edd15b955188e]

        CWS-TOOLING: integrate CWS dict33a

2010-10-08  obo  <obo@openoffice.org>  [620c662f4619ebe078687ff3026ab8215cd98ed6]

        CWS-TOOLING: integrate CWS dict33a

2010-10-08  obo  <obo@openoffice.org>  [00a6a3f6279dcf3b790a17f21bccd3e4cea1fc57]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  obo  <obo@openoffice.org>  [5c04ffa2a50e3d61cc9beae038e9069713cdefca]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  obo  <obo@openoffice.org>  [23207a4338732e755039eb7b627acdb566960e05]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  obo  <obo@openoffice.org>  [b52411d425729abc07766b4568e02d7e30f08a23]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  obo  <obo@openoffice.org>  [8e105c58ad86d801abb40bcda65cd84650e1dd81]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  obo  <obo@openoffice.org>  [4db1a7895dbe019da936e42fbd036d600a326ac9]

        CWS-TOOLING: integrate CWS hb22

2010-10-08  Joachim Lingner  <jl@openoffice.org>  [2f3358d7e0957236319942c6d539a99234698c57]

        jl161 #i114933# solve deadlock problem when adding an extension

2010-10-08  obo  <obo@openoffice.org>  [63920626c51506855474fe0f8c04005dc1981170]

        CWS-TOOLING: integrate CWS ooo330l10n4

2010-10-08  obo  <obo@openoffice.org>  [6e0036d6756c1bee37e7fed1591585d065a63767]

        CWS-TOOLING: integrate CWS ooo330l10n4

2010-10-08  obo  <obo@openoffice.org>  [bcbacdf60b9c735f9b75cfae5b894fb76cfe77c7]

        CWS-TOOLING: integrate CWS tl86

2010-10-08  obo  <obo@openoffice.org>  [0a0bc5ee9809ffe0c0fb80527d9393385ba93708]

        CWS-TOOLING: integrate CWS sdk331

2010-10-08  obo  <obo@openoffice.org>  [965f693fd736350d997e7f40dda720ce2e016149]

        CWS-TOOLING: integrate CWS sw33bf10

2010-10-08  obo  <obo@openoffice.org>  [24420c19f0e6ad00cc3d3894180ee01211b710df]

        CWS-TOOLING: integrate CWS sw33bf10

2010-10-08  obo  <obo@openoffice.org>  [686d03df2107d170d255f388c3ee7797996c5f02]

        CWS-TOOLING: integrate CWS sw33bf10

2010-10-08  obo  <obo@openoffice.org>  [d90ed34d0861ac564acd14a95890dda4849e5558]

        CWS-TOOLING: integrate CWS sw33bf10

2010-10-08  obo  <obo@openoffice.org>  [fec8085e1c391ee56aeb736c230ee66a88dba46a]

        CWS-TOOLING: integrate CWS ooo33gsl10

2010-10-08  obo  <obo@openoffice.org>  [bde077de4b4b94727f6cbe3fd647128a8cd5d7ef]

        CWS-TOOLING: integrate CWS ooo33gsl10

2010-10-08  obo  <obo@openoffice.org>  [cd2d88fa74739293706f25f4bc6e46cfea3dfa54]

        CWS-TOOLING: integrate CWS fwk159

2010-10-08  obo  <obo@openoffice.org>  [869ca6a21a029abf0528bdaeae3dcef4c3892ccf]

        CWS-TOOLING: integrate CWS fwk159

2010-10-08  obo  <obo@openoffice.org>  [65dc8ada712a15d43e01e11b8e378b7044feb4d4]

        CWS-TOOLING: integrate CWS dba33j

2010-10-08  obo  <obo@openoffice.org>  [5d2c7c7d942ec8cb48e0ccbdd3172905efba167e]

        CWS-TOOLING: integrate CWS dba33j

2010-10-08  obo  <obo@openoffice.org>  [c6c9d147c4beccfc967e809a24a1467c795b7bb3]

        CWS-TOOLING: integrate CWS dba33j

2010-10-08  obo  <obo@openoffice.org>  [b512077023a32c17592eb0648aa636047f35b912]

        CWS-TOOLING: integrate CWS dba33j

2010-10-07  J. Graeme Lingard  <jgraeme+git@gmail.com>  [5ba8a3f904a9d96107ad97b33d4764296bd18690]

        Remove redundant #include directives & comments

2010-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [f9966ea331e9ca05127b72c15292e38bf00951a4]

        FASTBOOL to bool conversion

2010-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [118323a96c21135d553bf7fc1ccc5337868e835d]

        FASTBOOL to bool conversion

2010-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [6ed0bcdd5bc07692fc81406942509eb9c30d3904]

        FASTBOOL to bool conversion

2010-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [80fd1855d416f6c1e7559bf5b734e2c26ba9f9e5]

        FASTBOOL to bool conversion

2010-10-07  Norbert Thiebaud  <nthiebaud@gmail.com>  [e1e750494863944e08ac6e96ceef184cfb825b8e]

        FASTBOOL to bool conversion

2010-10-07  Bartosz Kosiorek  <gang65@openoffice.org>  [875cfd6a3e7a21475b6f2c72be854811c10eed71]

        svarray: #i112395#: SbiBreakpoints migrate to deque

2010-10-07  Michael Meeks  <michael.meeks@novell.com>  [b0eeac20a1c1db422eaf152c353a4101cb200de9]

        warn if people havn't source the environment after linkoo

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9543e8924ecf0f1fea5f25c6d80fa4ab694f8992]

        dba34b: GCC WaE

2010-10-07  Andreas Mantke  <maand@gmx.de>  [14675eff70bcc5cdaea1a2495b1d7b25d19d145e]

        comment translation into English

2010-10-07  Bartosz Kosiorek  <gang65@openoffice.org>  [4a21f924ee5fb02c7b919da593cf18f6408db102]

        svarray: #i112395#: fix bug, remove SvXub_StrLensSort and plains

2010-10-07  Bartosz Kosiorek  <gang65@openoffice.org>  [707cfea59b2950d79abe93550b7bd5f520f28ae8]

        svarray: #i112395#: fix bug, remove SvXub_StrLensSort and plains

2010-10-07  Niklas Nebel  <nn@openoffice.org>  [e4352c7202ce833668146b242eaaaabe030f10e5]

        dr77: #i107273# dispose accessibility text data before deleting EditView/EditEngine (patch from cmc)

2010-10-07  Jan Holesovsky  <kendy@suse.cz>  [b4e434c80aa7ffd2c65d65587941a0a28cb91470]

        Remove also the install/ subdir during make clean.

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [a55ac28c704053d25d6cd8a8ab0563f40146e63f]

        chart49: merge with DEV300_m89

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [47ccddc325880d328ca866315613010fffdad802]

        chart49: merge with DEV300_m89

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [9767c7f18e9030097b198877e0ab87ae40a52a54]

        chart49: merge with DEV300_m89

2010-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [52f80895990f9f6b204a75f916427a98e5c4da26]

        Expand the list of problematic msitrans.exe

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [5c43db9393f0581bbeb712cb4faf037554b5370e]

        chart49: #i112500# compiler warning

2010-10-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [88b6420dc574f82c6ce9db698521d36ad9b51261]

        RTF export: fixed a bug in table export
        
        Paragraph properties need to be reset after the end of a table or the
        table may continue on the next paragraphs.

2010-10-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [844f3f8b41e90af38d3a8bcb122dfb6d1cdc2abe]

        dotted/dashed borders: some other BorderLine creation removal

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [b2f916eaf3425088cfcfe06c8dfcd5aae30aa7b7]

        chart49: #i113572# save data points order 2 correctly for b-splines

2010-10-07  krishnan parthasarathi  <krishnan.parthasarathi@gmail.com>  [2bbe25827196f104285db69a6fe12adb0f28c036]

        Removing comments from sd/source/ui/func/bulmaper.cxx

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [a80c69688f4c1d2f42861747b9628d1dc03870ee]

        gdk_screen_get_monitor_plug_name needs at least 2.14

2010-10-07  Mathias Bauer  <mba@openoffice.org>  [392974f485bc3fcaac472fd9dbd40f9041952e71]

        merge minibranches

2010-10-07  Mathias Bauer  <mba@openoffice.org>  [a6b6674e94867a9cd3d957d2d6319a6750a22649]

        CWS changehid: use hard coded ids for some slots until testtool can be exchanged so that executing .uno URLs with parameters is supported

2010-10-07  Mathias Bauer  <mba@openoffice.org>  [1d00f1cf72d0951843dc22d803e2a93790171293]

        CWS changehid: further adjustments for changed HIDs

2010-10-07  Joachim Lingner  <jl@openoffice.org>  [8c1f6c9b46671bc9d3a7dc16d1343cd12a9d0411]

        jl161 #i114933# solve deadlock problem when adding an extension

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [53eb59a4c0a49ac89cf801c14583a297637dccc1]

        chart49: #i114953# don't crash with very complex categories

2010-10-07  Harri Pitkänen  <hatapitk@iki.fi>  [d08754a8446f4d32f8d59d953b02ac856ccb54d5]

        [cppcheck] closes a file that would be left open if memory allocation fails

2010-10-07  Carsten Driesner  <cd@openoffice.org>  [3dc5bef2459e2d8981a06cb9d69a4481bcd91dbd]

        dockingwindows: More code rework to prepare LayoutManager to control more ui element types. Move more code to other ui element type specific classes

2010-10-07  Mathias Bauer  <mba@openoffice.org>  [635f4fc3e86cb5c5bb49cbc1df8c9688b63a7ef6]

        CWS changehid: some missing empty strings caused wrong offsets

2010-10-07  Ingrid Halama  <iha@openoffice.org>  [ee8bb91da8d56fe194aa58a8d78e0c64d0f8dea9]

        chart49: #i113103# use corrected double-checked locking pattern for default properties

2010-10-07  Miklos Vajna  <vmiklos@frugalware.org>  [e97514b695d875e83c9bde9a6261c772435b4f17]

        Remove one more file from the old RTF export code which was still there

2010-10-07  Tor Lillqvist  <tlillqvist@novell.com>  [e238be67e83f17232c1783d78f68ed3571987533]

        win32-activex-disable.diff: add option to disable build of activex component

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [2825b13ef78230abedacc5fb8ecc8800f2fae7b9]

        more removed include guards using fixguard.py

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [30155e222bb9ed283a6fca0ebfce375f6ea2bd67]

        more removed include guards using fixguard.py

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [30e56dcf86b34cf3942776364d9e4194bbdd49b0]

        more removed include guards using fixguard.py

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [ae345f8826578cffdf62c6ea670a1bb0412011ff]

        enable build with the system cppunit-1.12.0
        
        1.12.1 was allowed before; seems to work

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [c7d221f406a2f1723401b7576a8ff0c7a429a222]

        more removed include guards using fixguard.py

2010-10-07  Petr Mladek  <pmladek@suse.cz>  [e4035c6b3453ce2015ccc0e62c8b33ac14970b24]

        more removed include guards using fixguard.py

2010-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2c58512caf615e2a275e28d5dc6657d8c82235f0]

        Don't bother about Win9x and WinMe

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [4412f714269737cbcad4f0733c45dcb07d6d51c0]

        #i114412# dubious delete in SwCalc::Str2Double

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [21a1c899c07c924c1d8263814d7b8c2d2eea676f]

        #i112111# API test fails caused by property ShowHiddenCharacters

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [18a0c690efb286a511276bfc72fd50f6e0ce721d]

        dangling pointer dereference in SwCalc::Str2Double

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [024ff020cbf451ab8ef77015218c33a7c54f7b08]

        #i114198# NULL pIndex in SwCallLink::~SwCallLink

2010-10-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d03aad0b5ddd40b3d460eedb2dc3b007875e989d]

        Remove the old RTF export code: not even built

2010-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [739974c8413057e8b9a8881be9aa470d21e882c9]

        Create openofficeall and openofficedevall dmake targets

2010-10-07  Jesús Corrius  <jesus@softcatala.org>  [f7b6780284eef554386f9d9649c0a4f5b82d7ef5]

        Detect the correct .NET Framework for Visual Studio 2008

2010-10-07  Tor Lillqvist  <tlillqvist@novell.com>  [3d6d5f01a1e902c894c2faec83542d9f859846ff]

        Don't bother with x bit for instmsiw.exe
        
        It isn't a Cygwin program anyhow, and isn't run from Cygwin, so no
        need to check if it is "executable", or to chmod it "executable" from
        a Cygwin point of view. No Windows file protection information will
        propagate through the installer anyway, whatever the Cygwin chmod
        would do.

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9c18a3edd46fcff26b0fb3f2c583f3200c283154]

        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>  [704e8f6e5210cfe382e809332828f0cbda94f3b2]

        #i113141# show all appropiate formats by default on save as

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [e5ac5f4984c322a04fe96be000c09c6a5a78ceec]

        #i113141# show all appropiate formats by default on save as

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bb3daa7351f0b07e6f4331c19837081e6c3e30b8]

        dba34b: #i112779# no need to use a UNO control/peer for the throbber - it exists as VCL control now

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [e116c020486994c42c46ec3681a0ba3ed9e60979]

        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  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [311325ee3f1e519ff09e819718719edc7d4a110e]

        Dotted - dashed borders: Fix build breakage in svx

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [4f5c89ddcd43a9990a4656d039599717d96bd33a]

        adjust for table::BorderLine2

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [381af19adb8a081296f4322f8fd880dfba33a1fe]

        dba34b: outsourced the Throbber_Impl from toolkit to VCL, promoted to a 'real' control

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [e9dcc7c126aa995c6bf9230caa5f33ba34c27bfb]

        #i114702# fix an off by one

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [c5002288f6868b83e586dcf79d23cc3b838a9712]

        #i113856# sync the window manager fix

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [f791a7ba711f68843779b5929f15cec611b8c545]

        #i114425# fix a possible dangling reference

2010-10-07  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [4fa08bd1fbca7cd0fa3d128c83aa5e2627f66499]

        cws dba34a: #i114752# create new test case for this issue

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [92586f4e0be870a22b95824c2d2a5cd5cdbebee6]

        #i112783# ownership cycles in unoxml

2010-10-07  Thorsten Behrens  <tbehrens@novell.com>  [c0ad15ac442231e42e5086c0ba61539b5fd4ad43]

        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-07  Thorsten Behrens  <tbehrens@novell.com>  [36c8126b9e48dc438547b6f2945c0f0c88915719]

        Webservice URLs now point to documentfoundation
        
        Changed places referencing OOo webservices to refer to
        *.documentfoundation.org instead. Also, append coutry string to URL.

2010-10-07  Thorsten Behrens  <tbehrens@novell.com>  [ace9c26ac4b02856214ef95d4a0ead0b9aecc288]

        Webservice URLs now point to documentfoundation
        
        Changed places referencing OOo webservices to refer to
        *.documentfoundation.org instead. Also, append coutry string to URL.

2010-10-07  Thorsten Behrens  <tbehrens@novell.com>  [68fca71226b08e2219b1ae2f6800ffd904c7939b]

        Webservice URLs now point to documentfoundation

2010-10-07  Thorsten Behrens  <tbehrens@novell.com>  [98e53d91ddc86a3bbce76ff4a4c70a3dd5b5e0c1]

        Webservice URLs now point to documentfoundation
        
        Changed places referencing OOo webservices to refer to
        *.documentfoundation.org instead. Also, append coutry string to URL.

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [9da85b9954ad596fb4de33bcefeebced1dbd801f]

        #i114542# valgrind error in dmapper::BorderHandler

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [91789fc1db8b5afec3d9ff0adff56906c43c5059]

        #i144667#: add missing include

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [87fe6acc281ef0d56c84b300c53a50ebddba555b]

        #i114549# valgrind error in lcl_mergeProps

2010-10-07  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6bb7b32fd925175da2c3d195e5f54a2899015f57]

        Dotted, dashed lines ODT import fixed

2010-10-07  Jacek Wolszczak  <shutdownrunner@gmail.com>  [05830ca7adb00846bdcc8171d622930061e3fd2b]

        replace DBG_ASSERT with OSL equivalents

2010-10-07  Jacek Wolszczak  <shutdownrunner@gmail.com>  [f97008a9538d3fcfb789bedff3a5deee05bcfbae]

        replace DBG_ASSERT with OSL equivalents

2010-10-07  Caolán McNamara  <caolanm@redhat.com>  [b48214a3bec1fda5a1093b92bbdf066dce87e359]

        fdo#30472 implement import of alpha channel for RGBA .tiffs

2010-10-07  Michael Stahl  <mst@openoffice.org>  [eb3ac1403b998af28a11160fd83fc8c3a07d3b02]

        sw34bf01: #i112425#: fix wntmsci12 warning

2010-10-07  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [9c900811bfbce4f3568ec4f83edf1d6a5dbb4fb2]

        i114859,[Automation]: redesign i_us_presentation.bas

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3113fb4ec34145a47f811a5c16daa41e922fb1d6]

        dba34b: #i112779# use the SpinningProgress control, instead of the (now depreacted) Throbber

2010-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [484cbcce0bd0b4976de06f4caba7a54e89387f04]

        win32-multi-lang-installer-update-xml-filename.diff: migrate

2010-10-07  Thomas Lange [tl]  <tl@openoffice.org>  [a28619810fab1f8779457e9cec1adaaf1585605e]

        cws tl84: #i114910# help fixed

2010-10-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d03b7460241df9cf8f3101b54b24c97715f22ef3]

        dba34b: slightly simplified makefile

2010-10-07  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [29c4a462a4cb773000e36c7b4673f8f838c91843]

        rtl/ustring does not exist, careful with inplace editing

2010-10-06  J. Graeme Lingard  <jgraeme+git@gmail.com>  [12485f7f323edac7811f55f137c1f9da41d060f5]

        Remove redundant #include directives & comments

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7db30f7aa037f52eb07cbb4fd2796bd869204af8]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [cfcaf68840f308c4ff9f1272da39d0eb1990ebf5]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8258bf4a02c76312b96f7bed838070ba2e60b8a3]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [58a4049174516149403791afb9216e8b54bf0c90]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2f0d406911f9790a434e46bc82ea36bb8ae714e7]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ff254bfe747a17a153cfe509f29505383a6e829c]

        fate#307731, fate#307730: Adds dotted and dashed border lines

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d18feffd49f4481626417daac7984b2a7e70c3bf]

        fate#307731, fate#307730: Dotted and dashed border types

2010-10-06  Kohei Yoshida  <kyoshida@novell.com>  [72c9c9b3aa5cf2ffc61cf4eadbc819922723a356]

        Ported calc-xls-import-slanted-border-oox.diff from ooo-build.
        
        Sets correct reference point when importing cell contents that are
        angled.

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3d9ebded1358395ed81db7a63629b046aec2aeac]

        Misc improvements for docx VML import

2010-10-06  Andreas Mantke  <maand@gmx.de>  [46247f7f126a5b9ff74ad0a160291123f12eb7ce]

        removing of old outcommended source code

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8f90fdf25623164326d4573de4c8798109dcac69]

        n#532920: Fixed some text position bug in ww8 import

2010-10-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2849318bb617f38451e0e55a8768444f8f5f6e63]

        n#532920: Fixed some text position in ww8 import

2010-10-06  Andreas Mantke  <maand@gmx.de>  [5b771da570a24c24dcb0e54b30fb2e67402d93b4]

        translation of comments to English

2010-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [93d149eeceaed6dee082b93ce427c260bdac568c]

        Use lzma which provides better compression

2010-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [25be3f700dd7c0cbc36a22d3ae45d3308f9ae454]

        Put the resulting packages into LibreOffice and not OpenOffice directories

2010-10-06  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2c57d8a502f1edda3401c933c1fb4abfd730811d]

        Allow using --with-poor-help-localizations=ALL
        
        Useful for packaging of all localizations in one installer, but not wasting space with all the help

2010-10-06  Andras Timar  <timar@fsf.hu>  [11efffaa8d10ad9a36b4013c42989d596b06d814]

        Updated Croatian hyphenation patterns
        
        Original licence from the TeX archives has been included.
        Patterns were regenerated for LibreOffice as per the guide:
        http://wiki.services.openoffice.org/wiki/Documentation/SL/Using_TeX_hyphenation_patterns_in_OpenOffice.org

2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0b4116b8c093ec6e786bd66945ad21ab62ea581c]

        dba34b: GCC WaE

2010-10-06  Ivo Hinkelmann  <ihi@openoffice.org>  [3d320ea62d071b75e4a6b1e4c81259627c0edf45]

        ooo330l10n4: removed *.py from source tree

2010-10-06  Ivo Hinkelmann  <ihi@openoffice.org>  [bfbdc24285b14d2613b9c502b93e4ffc64742d84]

        ooo330l10n4: revert last change + added 2 missing pyc

2010-10-06  Thomas Benisch  <tbe@openoffice.org>  [939a03584ed61839c3a5d9796b51f6aad0db6c7a]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-10-06  Luboš Luňák  <l.lunak@suse.cz>  [5609a75f115f759a83cdfd042d91c49caaa47dda]

        build KDE4 backend module also when not building for KDE3

2010-10-06  sb  <sb@openoffice.org>  [2b8ec5e3a92ee34b39171fc79dce86a206db4aae]

        sb131: #i114962# first step of passive extension component registration (no live deployment yet)

2010-10-06  sb  <sb@openoffice.org>  [1221920d8979270644cf55c02e9202c534adb20f]

        sb131: #i114962# first step of passive extension component registration (no live deployment yet)

2010-10-06  sb  <sb@openoffice.org>  [6ececd40c1473033bcdb4071eb5542c4346181ea]

        sb131: #i114962# first step of passive extension component registration (no live deployment yet)

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [508a50a4763660daf771db7b0fb06977982de48e]

        #i94007# #i111758# fix RenderBadPicture on multihead setups and cairo

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [250395873354b1c20ace88cf040e881d549d3fda]

        libebook-1.2.so SONAME bumped again

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [7aa77ca9b2c27267df16af31c6f72c7ba2698165]

        #i94007# #i111758# fix RenderBadPicture on multihead setups and cairo

2010-10-06  Christian Lippka  <cl@openoffice.org>  [d91cd18c2bc6995ce3098f5aaa6b48eb7b4a5ed0]

        impressdefaults1: #i113012# use same spacing and indend for default style bullets level 0 as the other levels

2010-10-06  Niklas Nebel  <nn@openoffice.org>  [6d9b321745e617daed8a407b97ee4c1c4a24eaa6]

        ooo33gsl10: #i114944# handle AutoFilter button position on RTL sheets

2010-10-06  Kohei Yoshida  <kyoshida@novell.com>  [329dbc0f592b24882ab39d2b414dae1064ada4e9]

        Revert "This patch resolve the issue 2838 of OOo."
        
        This reverts commit f6cc5097f616e106b8a08ddfa445c38027a4411d.
        
        The related commit in the 'components' repo (for cui module) is
        reverted.  I'm reverting this one just to be in sync....

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [b05470dba7966b0120417fcb453614f125c97601]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [0c54fa93ea4a7e622337b00c288e785d2422c80c]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/testing

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [fd8aba9d399388c3297362ea23a19f13d3c9426b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [0b956daac85902ad6533abeaf08cf57fb2503c96]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [a198f36fa15e8b04796cb621cdfb52653d447a4c]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/extensions

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [3b77aca4cb8990510bcda68cf8e50279dcfe2480]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [43c8309505b4b02b61f84d66fc7a998e4e82396b]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [00df7e471416ace4ec6e666c40e39ccb0aab09b0]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [43a87a8513726dbc0e66704c6b1d66ee2f8c444a]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-extern

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [3904e22c9862800b33a7472ff8497e156928daf3]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/impress

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [312e328fbb6a6ecb7ede7c221ca4af161bcc9f37]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/components

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [b4cc484d41e8f63f8b9d7fd4dfa4a1745c9bc149]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [f35f56c6efde458024975efb27e10b8a02281178]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [ed9d312ff2aed5ddfeb2dffa81f78c73eefa4141]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [1e5c9814832f81c24f99a55470052e71c7a4ec08]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Luboš Luňák  <l.lunak@suse.cz>  [6b97edf95f413113fda9d388c68faea3920e1fec]

        Merge commit 'ooo/OOO330_m9'
        
        Conflicts:
        	toolkit/source/awt/vclxwindow.cxx

2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ee2c47597d26e7d6d95575ea5783c756c1e05c68]

        dba34b: #i112779# new 'animated images' UNO control, superseding the (X)SimpleAnimation and Throbber controls

2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4365a1cfd224132c7a4f6fa211d1b815f2715947]

        dba34b: #i112779# new 'animated images' UNO control, superseding the (X)SimpleAnimation and Throbber controls

2010-10-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [874cb08467709b5e37163193f9b8073398432400]

        dba34b: #i112779# new 'animated images' UNO control, superseding the (X)SimpleAnimation and Throbber controls

2010-10-06  Ingrid Halama  <iha@openoffice.org>  [9f5af964256e4e6a98fc85b18e9dd477e012995e]

        chart49: cleanup

2010-10-06  Ingrid Halama  <iha@openoffice.org>  [63af9d6233ba3858a66a1f634d7f7fd7acdc03fa]

        chart49: #i113103# use corrected double-checked locking pattern for propertysetinfo

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [222fa931c47a197fb498f1daf1234b62b8021a8c]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [7f92466d8f3136958d5812f4e6f2292faed62a73]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [b0c4125cc32d5d248d9028889b677cb8ca816695]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [4ae5d27ec108d4179f6bfb37286f1e96d35fd9f1]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [542a0e91f425b05bc4fb402777f0068c2a8159f4]

        Merge commit 'ooo/OOO330_m9'
        
        Conflicts:
        	swext/mediawiki/build.xml
        	swext/prj/build.lst

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [334c34e4ec803c65e43abf20edbc6faf7fa95e76]

        turn off NumberRecognition in writer, its surprising behaviour

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [227b28d8f597a6a275b7497134b39430e387b621]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [7e73a8842b7ba33b88572300dd5d7332f1982723]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [772988682dc03106f1c4839c6075c4f76a842017]

        Merge commit 'ooo/OOO330_m9'
        
        Conflicts:
        	solenv/inc/minor.mk

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [a57a00bdcafd7d82db40249c46f351eda53956ae]

        default to just printing the formula itself in math, saves space

2010-10-06  Noel Power  <noel.power@novell.com>  [6196c60c78c0a66e79d283450830e3df92f10bde]

        fix non functioning select

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [b7133fc066f5c956e499b1bd38716bcaa4643e57]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [b8da61c27cb12cd7857d0f14ff62463b31387513]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [ecadd96bccf9e535362ee49ac9019cb2eb69f3ae]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [312c6c891bec6f118da860b364493bfd69814036]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [e2ce87d339911ef314a820ebfc265eb5a636e3df]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [789515c4664a55490318472e0371caa8c6c971cf]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [c9b72802f74d76a1ce2523fe66848678846218b5]

        #i113503# cppunit stl wrapper headers

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [75a8e34f62f9a0d52386a412e1159ff444c3470a]

        #i113503# cppunit stl wrapper headers

2010-10-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [133d2bcf60167b5807fb5b6cf6a53ac0c96e98df]

        Backed out changeset ce84668a7646

2010-10-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7b6ed1230e81d8cd9dcef955e92a43518aa1da32]

        Backed out changeset ce84668a7646

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [600932d622a6b29b62d1564eea47c0b50c6cfe04]

        #i113503# cppunit stl wrapper headers

2010-10-06  Kai Sommerfeld  <kso@openoffice.org>  [c4a558c0f3376cc5cdbe7cb42a09723dde28ba84]

        rebased to m89

2010-10-06  Kai Sommerfeld  <kso@openoffice.org>  [854b13739b6bd5c14113eba08b5d3eceb473f892]

        rebased to m89

2010-10-06  Kai Sommerfeld  <kso@openoffice.org>  [0dfab19f6f149433894bda6581c531745cf6be48]

        rebased to m89

2010-10-06  Kai Sommerfeld  <kso@openoffice.org>  [0d225db9972f2cd4426d129efc783d41caee4655]

        rebased to m89

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [dd42ce6974e02f2aa852d73de028c3ebd1822f91]

        #i114148# unused copy of menuoptions.cxx, real one is in svtools

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [b145ae8acad116c87cbcfbc467130adb872553c0]

        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>  [41e955d4736b3a6cac08ea4d68f49b19c9df252b]

        #i113910# fix frame effect around images in cairo on some drivers

2010-10-06  Jan Holesovsky  <kendy@suse.cz>  [3c60c87612524476abb643b9d907915ff6fb98a8]

        Merge commit 'ooo/OOO330_m9'

2010-10-06  Tor Lillqvist  <tlillqvist@novell.com>  [6c6b45d3548a14c09a736dcc10c8862a20269ffa]

        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>  [794f3a1d5ffd7fecfca5d67df4d65a2743f7453c]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [48e0d844280937f54d65aca7ad4ce911bf02b5c4]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [d1a9ad8f4dc25817cea279262286cdfb421fe891]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [967df99b1d91bbc884dfada36df16eead61f2d95]

        ooo33gsl10: #i97556# fix ImplDrawAlpha in RTL case

2010-10-06  Noel Power  <noel.power@novell.com>  [85ae82e0142b7e39aafe17a0c6bbd2adee10c2e1]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Luboš Luňák  <l.lunak@suse.cz>  [023ff3f306b963e94fd4e08beda5e31c89e6f141]

        use a KDE4-specific library in the configure check that's not too new

2010-10-06  Noel Power  <noel.power@novell.com>  [9a3f243c89bd53b0dc06c19bdccaa402c9e32c14]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [6c84dc18062ec6aad71fd65a409373c274402991]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [0b21b8b146fc4b982c7c9bbb866b9ff18a29332a]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [e31e563d728078ea564a3d398b74d3467e0ba56a]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Noel Power  <noel.power@novell.com>  [f13fd7b138caee676cf5dbeae3474e4a4b0b177a]

        initial commit for vba blob ( not including container_control stuff )

2010-10-06  Dirk Voelzke  <dv@openoffice.org>  [66730c9bb251ad849be733223302fa29c033a1c3]

        #dv22#i114788# fixed typo in error message

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [38ce8a395d3a6523a97186798617e1ac166a7122]

        #i111733# fflush on stdin

2010-10-06  J. Graeme Lingard  <jgraeme+git@gmail.com>  [8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7]

        Remove redundant #include directives & comments

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [6013e36c39290230d118d9a277d83b4e58de8505]

        #i113938# printf style formats in c++ stream operation

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [bded2645342f56af0f62f0ea0b46c404dba446d9]

        add virtual dtor, cppcheck warning

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [15201fb06155b949adbc9241e253b0584e0e4036]

        #i114344# WaE

2010-10-06  David Tardon  <dtardon@redhat.com>  [7d5fc9037287286857aa8506df1c661667ca0b41]

        remove duplicate includes

2010-10-06  David Tardon  <dtardon@redhat.com>  [d772f4cada5c0b78299c2d7f178504ce283b49e3]

        include redland.h instead of librdf.h
        
        Oh, how I love non-self-contained headers!

2010-10-06  David Tardon  <dtardon@redhat.com>  [5953db8547e904973205d3846acd0cb3fba439fe]

        set REDLAND_CFLAGS for system redland.
        
        unoxml/source/rdf/makefile.mk used it for ages (since integration of CWS
        odfmetadata), but it had never been set .-)

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [cb84c5a323ace6d0913937fc3f5b6e6ebbddc566]

        fix warning

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [76f801ba8ddcf734fb4f4b1a17a4c2da3b2971e7]

        #i113073# redundant dereferences

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [07aaf4d327731ab858bdf84100960752cfe637a9]

        #i113069# fix useless dereference

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [bceb4cf287351707609af03d9cdf75ba1ca607d0]

        #i113054# WaE

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [83829fb6d4f657b11892c86984c26b6630db380c]

        silence warning

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [f17f2e55ad37874904d754fe64350b2549093635]

        fix various boost shadow warnings

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [da1161eb1d3c107aece2179778481e4f0631f034]

        overly const

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [47cda279e74791a8ff548d9c10baa471d63de734]

        we see stacktraces with this NULL sometimes :-(

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [8057748fb2456ad7795c84d347a831ad313456fb]

        #i113056# fix warning

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [62dc35ffb09709f3d4b94b0f35b55374f03815b6]

        #i113072# redundant dereferences

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [aa722113e273da3d01d8bc1541fc9e6eff86b87a]

        #i109623# fix warnings

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [9cdba569d3b93b8b6ca6f655816236db503784a9]

        silence warnings

2010-10-06  Caolán McNamara  <caolanm@redhat.com>  [0877b8e08cf9eb5e1bb61737f1fdfb0129af603c]

        silence warning

2010-10-06  David Tardon  <dtardon@redhat.com>  [c57cf1ab4ad90cd359079f8c10fa98ca63650cea]

        remove more commented out #includes and related comments

2010-10-06  sb  <sb@openoffice.org>  [b7a4a131ef8efa92d1aca33c1290e6a9218a3bf8]

        sb133: #i114705# flush configmgr on every soffice exit path

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [d804b40cdfaf0d5d705176bfbc92d96c85ad28e6]

        Better performance on Excel doc import.
        
        Don't set cached range on every single cell import when loading
        Excel document with external ref cache.  This would become a major
        performance bottleneck with a document with large cache.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [a9d4cf627b1ead423661de37ab97cd33a582e881]

        Revert "This patch resolve the issue 2838 of OOo."
        
        This reverts commit 5abaf7746c6c960d090b55ffc311ed018ecaf470.
        
        The build breaks with this change.  Reverting for the time being.

2010-10-06  Thorsten Behrens  <tbehrens@novell.com>  [cad37f247cb28791ce2bd3fed0d93f05fd0c5e40]

        Fix broken win32 build in boost
        
        Make boostthreadlib depend on PREDELIVER_FLAG_FILE, otherwise
        the whole include path goodness is not working (i.e. first do the
        predeliver to wntmsci12/inc, then build thread lib)

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [296baa2fb6dd4150a7855114093a9703cdc18b09]

        Ported calc-extref-interpreter-rework-*.diff from ooo-build.
        
        Re-structured the interpreter code to handle external references with
        ocPush, instead of ocExternalRef.  This is necessary in order to
        support shifting of references in the same way you can with internal
        references.
        
        In addition, this change allows re-using of document instances already
        loaded when accessing external references that point to one of already
        loaded documents.  Previously, Calc would load the same document from
        disk even when the document was already loaded.
        
        (n#628876)

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [0501bf2bf452be015521b87620d82c69ff968db2]

        Ported calc-extref-interpreter-rework-*.diff from ooo-build.
        
        Re-structured the interpreter code to handle external references with
        ocPush, instead of ocExternalRef.  This is necessary in order to
        support shifting of references in the same way you can with internal
        references.
        
        In addition, this change allows re-using of document instances already
        loaded when accessing external references that point to one of already
        loaded documents.  Previously, Calc would load the same document from
        disk even when the document was already loaded.
        
        (n#628876)

2010-10-05  Denis Lackovic  <delacko@linux.hr>  [716c0abd079a9e04c347fbd2be4825518813c46e]

        Added Croatian dictionaries #i96705#

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [81c9c7e29b6b77cd354482e804d97857f2035be5]

        Ported calc-xlsx-import-default-cellstyle.diff from ooo-build.
        
        Import default cell styles into the 'Default' calc style.  Not
        doing this severely degrade the performance of the export of the
        same document; since each cell is treated as having a non-default
        cell style. (n#558577)

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [221204d480d925eb497704f71177fead09c9ebf4]

        Ported calc-dp-sort-fix.diff from ooo-build.
        
        This change fixes the data pilot field options dialog, to display
        the name of a data field "<name> - <function>" to be consistent with
        the rest of the data pilot UI.  This change also fixes failure to
        calculate result when a data field's result is relative to another
        data field & the referenced data field used custom name.
        (n#629920)

2010-10-05  Andreas Mantke  <maand@gmx.de>  [821760ef8c4b8bbbd854825ee61600246c02cb72]

        Removing old commented out source code

2010-10-05  Andreas Mantke  <maand@gmx.de>  [a780241e86a8630e222d0939ded2013c8f3700c8]

        Translation of comments to English

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [abe192444ab353ee7f7cc0afbec5adb75d851e44]

        Ported dde-reconnect-on-load-*.diff from ooo-build.
        
        Improve reliability of DDE connections between documents opened in LO.
        With this change, LO tries to reconnect to a DDE server document upon
        opening if that server document is being listened to by one of the
        open documents.
        
        Also, the old implementation would load a DDE server document
        invisible, and would never close it when the user updates the link.
        This had the consequence that when the user tries to open this
        document while it's loaded hidden, it causes some weird focus issues,
        and closing it and opening it again would disconnect the DDE
        connection.  The new implementation closes the server document
        immediately after the DDE link update is complete.
        
        This change also fixes a bug in Calc where DDE link updates to cells
        would fail when the formula syntax is set to something other than Calc
        A1.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [5b2794e27a81f8078cc251580ca59cc47807c7a0]

        Ported dde-reconnect-on-load-*.diff from ooo-build.
        
        Improve reliability of DDE connections between documents opened in LO.
        With this change, LO tries to reconnect to a DDE server document upon
        opening if that server document is being listened to by one of the
        open documents.
        
        Also, the old implementation would load a DDE server document
        invisible, and would never close it when the user updates the link.
        This had the consequence that when the user tries to open this
        document while it's loaded hidden, it causes some weird focus issues,
        and closing it and opening it again would disconnect the DDE
        connection.  The new implementation closes the server document
        immediately after the DDE link update is complete.
        
        This change also fixes a bug in Calc where DDE link updates to cells
        would fail when the formula syntax is set to something other than Calc
        A1.

2010-10-05  Robert Sedak  <robert.sedak@sk.t-com.hr>  [c71df68449fff3d46da8dc31d24d6b0fbd28116e]

        Added Croatian autocorrection file #i96706#

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [37896bba67da8954f78618b13be9cc9640c15fef]

        Ported dde-reconnect-on-load-*.diff from ooo-build.
        
        Improve reliability of DDE connections between documents opened in LO.
        With this change, LO tries to reconnect to a DDE server document upon
        opening if that server document is being listened to by one of the
        open documents.
        
        Also, the old implementation would load a DDE server document
        invisible, and would never close it when the user updates the link.
        This had the consequence that when the user tries to open this
        document while it's loaded hidden, it causes some weird focus issues,
        and closing it and opening it again would disconnect the DDE
        connection.  The new implementation closes the server document
        immediately after the DDE link update is complete.
        
        This change also fixes a bug in Calc where DDE link updates to cells
        would fail when the formula syntax is set to something other than Calc
        A1.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [383cb27aeb9d34a4f7c9b34f81f70ee287c0c9de]

        Ported dde-reconnect-on-load-*.diff from ooo-build.
        
        Improve reliability of DDE connections between documents opened in LO.
        With this change, LO tries to reconnect to a DDE server document upon
        opening if that server document is being listened to by one of the
        open documents.
        
        Also, the old implementation would load a DDE server document
        invisible, and would never close it when the user updates the link.
        This had the consequence that when the user tries to open this
        document while it's loaded hidden, it causes some weird focus issues,
        and closing it and opening it again would disconnect the DDE
        connection.  The new implementation closes the server document
        immediately after the DDE link update is complete.
        
        This change also fixes a bug in Calc where DDE link updates to cells
        would fail when the formula syntax is set to something other than Calc
        A1.

2010-10-05  Arnaud Versini  <arnaud.versini@gmail.com>  [c360b9e3bd56a24f7399a27a6ae0feaaacca9f32]

        This patch resolve the issue 2838 of OOo.
        
        It’s in two parts :
           * autocorrection comparison function during the search of the
        word(s) takes care of the case.
           * possibility to insert two times the same words with different
        cases.

2010-10-05  Arnaud Versini  <arnaud.versini@gmail.com>  [33d6e18416f323868844a93a37ceaf2a620b9f7e]

        This patch resolve the issue 2838 of OOo.
        
        It’s in two parts :
           * autocorrection comparison function during the search of the
        word(s) takes care of the case.
           * possibility to insert two times the same words with different
        cases.

2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [e16300cb6e6fe7c8e2d587a68d8bcf471937516d]

        svarray: #i112395#: SvShorts

2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [b138d8d6ed6f8800d08ada0ce6f73fa162365ba1]

        svarray: #i112395#: SvShorts

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [2bea2079c00772cdb6a6eddd325b24d9998f3624]

        fix up conflict, merge into configure patch

2010-10-05  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [dddec0fac12c554f7bd3effb1e585132c157b13b]

        fdo #30604: Fixed the RTF tables export in copy/paste
        
        In the copy/paste the RTF document to export isn't rendered as it's a
        fake document. The width has to be extracted differently.
        
        Beware SwTableBox->GetFrmFmt() isn't the same as SwTable->GetFrmFmt().

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [730d47f0ccbffce7cdde6a60088789e2a1aed950]

        Add back missing #endif into automation/source/testtool/objtest.cxx

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [cdb9a746270b77b95ef737478f1954e1cc894bfa]

        Ported calc-english-func-names-*.diff from ooo-build.
        
        Add option to switch to English function names instead of the
        localized ones.  In some locales (especially in Hungary) the users are
        more accustomed to the English function names rather other than
        translated names (i#38765).

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [7260a33c965eda5a5dc9dcd785621af152147d3b]

        Ported calc-english-func-names-*.diff from ooo-build.
        
        Add option to switch to English function names instead of the
        localized ones.  In some locales (especially in Hungary) the users are
        more accustomed to the English function names rather other than
        translated names (i#38765).

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [5c2f0dae0c670c538904b7b2de3fd4e7274d9bbd]

        Ported calc-english-func-names-*.diff from ooo-build.
        
        Add option to switch to English function names instead of the
        localized ones.  In some locales (especially in Hungary) the users are
        more accustomed to the English function names rather other than
        translated names (i#38765).

2010-10-05  Christian Lohmaier  <cloph@openoffice.org>  [8e48af6518068dffb3462fdee33728131f3cc865]

        Make Darwin platform detection more error resilient
        
        With recent XCode updates, on 10.4.0, apparently config.guess
        returns x86_64-apple-darwin10.4.0 which makes set_soenv fail
        spectacularly. Now, we just check for PPC, and default to i386
        for everything else (there's no 64 bit mac port anyway)

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [df4931e18fb3dd6d95308858a396d52b32854472]

        fix nlpsolver/nlpsolver-0.9.patch to apply
        
        there are needed DOS end of lines for some files

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [1e305422e1a7b23895ef964e56b36bd65812b370]

        Ported calc-perf-ods-import-row-heights.diff from ooo-build.
        
        Avoid re-calculating cell note positions on every single row height
        change during import.  That makes file load take forever.

2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [c4dabbe742693711e41a8c3f9ece34035c70d76d]

        svarray: #i112395#: SvXub_StrLens

2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [954bf6f5468f02dc8cd1c0c6cd649d6de9514d9c]

        svarray: #i112395#: SvXub_StrLens

2010-10-05  Bartosz Kosiorek  <gang65@openoffice.org>  [3bb6145d76abd333753bce0d5be74e8dd2df13bc]

        svarray: #i112395#: SvXub_StrLens

2010-10-05  Niklas Nebel  <nn@openoffice.org>  [6d00f634120cb80a59b54b28641293dba68ee2ba]

        dr77: #i113662# delete the caption object in ScPostIt::RemoveCaption

2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1a97f19af14e3419dd7462254ffe53f5efcf7680]

        ooo330l10n4: added sq ta

2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fb98253ab312683294fd36b37644d0b0de6e04df]

        ooo330l10n4: fixed encoding, windows path issue

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [a4bf209e2c5c2ff3fed5dcaeb7226b2f549c7ce5]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [137b49c1d42163da7d9ccb82d1783b0e2fb57e17]

        remove include guards using fixguard.py

2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [60d81d7214173faec846f89f41db88ee073e4e81]

        ooo330l10n4: deliver *.py

2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf1d791136363951a537b2ef832dd00b37c5b5c]

        ooo330l10n4: changed SRC_ROOT -> SOURCE_ROOT_DIR, misc cleanup

2010-10-05  Ivo Hinkelmann  <ihi@openoffice.org>  [519a2b9f2b61c6ccc09b3455cd2869340559f079]

        ooo330l10n4: utf8 encoding issue

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [aa42876a0e79444577cdf9a4ca4297b6dd7bf792]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [a4781ea4a180171d837bbffec5dc16b7f2bc7138]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [8167b126a6802ded7e321deb98503d44e6ac264f]

        fixed vcl includes after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [1275d274db37fc333838321347e1887488f8f4c0]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [bcef91b779f6802dd8bdec91d945038716faf181]

        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>  [028b4003986f9cff3274707eebd14ee9099bf87b]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [8ca15ae5a4309e4e7b8f04a56ddf6334a5af75fb]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [27da23aa8c78a76c736d7004336c014237039005]

        fixed include files after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [8e7505f5f5ee1298e9621a25e56afe2fbe1a248e]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [f0bb6509a87a4712c1e229d7238482604323826b]

        fixed binfilter includes after the more quards removing

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [32b1f46749f6ef1410a4a5b683f80c130472b01f]

        more removed include guards using fixguard.py

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [7928f26972c7917fcdefec3c5fdcf357a7ae2dac]

        Ported calc-cell-270-degree-fix.diff from ooo-build.
        
        This patch fixes a bug where cell text disappeared under certain
        conditions esp when the text is vertically oriented & the automatic
        spell checking was ON.
        
        n#640112

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [97d09403820115d86b1162e1871928777f4ef39f]

        fix wrong include file names in binfilter
        
        found after removing include guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [27b05e4d7b9e6e6d6e8c1332a80886eb051defc0]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [da0276bc889dea2710abb99d8862c0763d35d8dc]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [c498357860bcb7b84a253ed9975fac45983a1f0b]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [bcdb4cc8666f55cd5998b42bab800bcb2e7d2f03]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [334bef4563f3df39bba87f73a11a35744dd0a4d1]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [1540d92828db0f732806c398638f3fb175d3253c]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [efb8b235e0126896162166cb976555d71680a30b]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [88e1b85ebe4fd21529ec0760033ffd62008a4007]

        fixed framework includes after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [01c385657dab4eb17dbdbf8440212f48370ffef3]

        fixed fpicker includes after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [a547b8221715bf44126f916e0c2e976698d17e7e]

        fixed connectivity includes after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [d890da89f4d27f7acfb181a5a547a95ad823efb0]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [7ed2a540495c2583fa2a9dcfb903b26c89cd153c]

        fixed include files in svx after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [4fdd30e04874680e5075965073dd239cde2a1d08]

        fixed include file names in sfx2
        
        found after removing include guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [facd86ef9cdac2f0acab13a8b525f0bfb99cac28]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [0ac99a4c7c816e2b87e04fbb048fdf233758bbcb]

        fixed cui includes after removing the guards

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [d41279d5861cbeb4bd87bf6932f1839a51f634f6]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [e2039c054c9674bd68652274bd64ee1a569b196b]

        remove include guards using fixguard.py

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [30afa21872109ef351ece5d0f0ad14e29d5e790e]

        Fixed a build breakage; QueryValue and PutValue now return bool.

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [0fd74c451dc745a4eb855dd1f3bdc7f2be9becd4]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [7a1c561aaf52a92229ccb7d65f960df9bb9724a1]

        remove include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [fbd40753f5378f8f8bc69ab8030101355845dfcc]

        more removed include guards using fixguard.py

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [dc8c15ae6267fe42ae1e9b69b30d2f5d9617e942]

        remove include guards using fixguard.py

2010-10-05  Thomas Benisch  <tbe@openoffice.org>  [0376a28656c2a7f331feb212c548c3aec4bf62b0]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [1592b22f8dfb80d3a26d524480d95689cc01f1d8]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [b49099fd11b032ca0a2608c98e3cfff2ef9e1d7b]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [2efcf2da2055ad1cb3b00031b19145f8b104b122]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [19457ab2b58a0df033b60cf1c7f96b7b9896a317]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [7d082ba75b237eb8b9e5fbc6e128d92674793fc0]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [755ad6834625488c5d31d4bacc9370eae7ffd8f3]

        Ported calc-distributed-cell-text-*.diff from ooo-build.
        
        This feature enables horizontal 'distributed' alignment and vertical
        'justified' and 'distributed' alignments for cell contents in Calc.
        Note that this feature relies on ODF 1.2 extended in order for the
        relevant cell attributes to be saved in ODS.

2010-10-05  Mathias Bauer  <mba@openoffice.org>  [cac4b2315361bc5b7b95689e3c2bd1a596013cae]

        CWS changehid: remove duplicated definitions of HIDs

2010-10-05  Mathias Bauer  <mba@openoffice.org>  [3645e96db1ef4aa0e781337b9c478ebf60369890]

        CWS changehid: remove duplicated definitions of HIDs

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [35c75a3c2f07c9662893af50789fd21586ccc88c]

        Ported calc-formula-variable-sep-config-check-sc.diff from ooo-build.
        
        This code handles situations where the formula arg separator is in
        conflict with the locale specific decimal and/or thousand separators.

2010-10-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [9f18a1180e87ff4391b1be18226ccd781e370aeb]

        sw34bf02: #i114929# methods <SwDoc::SetNumRule(..)> and <SwDoc::SetCounted(..)>                     - on reset of indentation/list-counted attribute assure that all paragraphs are covered

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [e0185db43409456a5ccf47bd1f879888a5b04783]

        Ported calc-formula-variable-sep-config-check-sfx2.diff from ooo-build.
        
        This adds a method that gets called when the user clicks OK to dismiss
        the Options dialog.  This is used in order to handle conflicting argument
        separator settings wrt locale-specific decimal separators.

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [78d8180682dfedfebbf3f55bfe813b5126be9bce]

        #i113076# missing includes in configure test

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [fc7c68636687446d0723330e848faa93c4b7efd8]

        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  Kohei Yoshida  <kyoshida@novell.com>  [2a154fcf9cea7f9d0c056368a66314ee89d34456]

        Ported always-save-option-*.diff from ooo-build.
        
        A new configuration option to toggle allowing of saves even when
        no "modification" has been made.

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [1bc921fb6c6da0eb8bf91442595d5c0e1b033600]

        Ported always-save-option-svx.diff from ooo-build.
        
        Add new option in the Options dialog to allow document save even when
        the document has not been "modified".

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [c3d6f3f840b8f5c8de0f318f1e0d90df7efc7329]

        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>  [b250344e88434741d4fae99a7ef198c46e020132]

        refactor several SolarMutex releaser classes into one

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [c1d5ee0970e7c5ad2ac8091a075b61ad0aab1408]

        use proper type instead of void* and casting

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [d5dd80d1d4e8f1537d41fdf6a716ae4c41ba8db3]

        release solar mutex before entering Qt event loop

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [f8069254f31d3496507f4b260bf950537cb5b057]

        refactor several SolarMutex releaser classes into one

2010-10-05  Petr Mladek  <pmladek@suse.cz>  [c1aa8ce95e4823c1361bb2fc0c9aa298c4f5ab9c]

        more removed include guards using fixguard.py

2010-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [19a9b72b3cc4bd8b32bed93b204b2e606947055f]

        The short version LibO looks like what community desires
        
        LO -> LibO then

2010-10-05  Thomas Benisch  <tbe@openoffice.org>  [ea0bff33bd99fe92cb841115ef031d620a427fb4]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d3c455c0f9e632790e8bfd7d83010fa94075624e]

        Look for LibreOffice and not OpenOffice.org from java

2010-10-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c4dc91f5f2a7e04926070bbaabcd58ce85bb516d]

        ooo33gsl10: #i112076# fix MetaFloatTransparentAction

2010-10-05  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [b0e6ce3381f8e991a8185a733ce5a6648b9528b7]

        #i102807# adjust magnify event sensitivity to app expectations

2010-10-05  Kohei Yoshida  <kyoshida@novell.com>  [52dc6590c55a2edd17afd252789cc5606a594c4f]

        Removed unused local variables, per compiler warnings.

2010-10-05  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e4b96a183ccbf935e401f0b429c447995d59cc91]

        fdo #30604: Fixed some color problem in RTF export when copy/pasting

2010-10-05  os  <os@openoffice.org>  [c6f0e58fbbb646e17f2771d04f1e5c70310c9fca]

        m89 merged

2010-10-05  os  <os@openoffice.org>  [edfdaa5ad4017940d186a65f4d7a451e20401146]

        m89 merged

2010-10-05  os  <os@openoffice.org>  [3d5ad5eea711f9f4c70f537be81218c3d3729cd8]

        m89 merged

2010-10-05  Andras Timar  <timar@fsf.hu>  [0b91fd8f81175af824abc87af9e70d249abf30c6]

        Introducing Linux Libertine G and Linux Biolinum G fonts
        
        More info: http://ow.ly/2Omoh

2010-10-05  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d574783a09fe1d6bb68a19fde84bbe6586fd2fdb]

        Removing 'by' and modifying 'hi-IN' to 'hi'
        
        They are not ISO codes

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [9fcf7378bb3417a764db72f43057a40044023fb3]

        impress201: rebase m89

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [f208c330c098a4618ae7db74f6a4be33695d70f0]

        impress201: rebase m89

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [bddea2c2376de5a1fa20df5776a7fddb2c8dd103]

        impress201: rebase m89

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [4b5108a2cb9a20f1eb45271000ec12dfeed85b84]

        impress201: rebase m89

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [41c25c67c6b83234dad4df91e237f19e715b8f86]

        impress201: rebase m89

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [cad5b062b4fb1835b8725ef83d62c12909ff8a83]

        impress201: rebase m89

2010-10-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f6f49488906e4f204a4b08a039cdd5020ab3f391]

        automationdev300m87: #i112208# - Local merge with DEV300_m89, CWS rebased.

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [98d9a7b78f497df68fee495ddea8f5b5248480bf]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [a2741b57796cb13b6d68272f53bdf6943eab6969]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [b36138238598069c0f8754a14841ed6e6d8edef6]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [f9a566b76da0763c44aedea34ab9dd6070e24148]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [5ff29e49bb643b831d95641b1fe1f7470fd46632]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [3a754f398fe347e42d622b19df3dff991916bf8a]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [497f7cf21f70ee07ed9fdc4e221030309aac64b2]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [6655789ffe230085f463d622bdfb6ae4370fd2a7]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [39ae3922ccd57459bd31b629b9de785f94543949]

        impress201: merge

2010-10-05  Christian Lippka  <christian.lippka@oracle.com>  [9a322ded07dc72bb6eb42a54b4c2774e3ce82b3a]

        impress201: merge

2010-10-05  Thomas Klausner  <wiz@NetBSD.org>  [fb354eb03db31eb493c6473c49da0b5f7069b377]

        Use more portable sed construct for quoting expressions.
        
        Remove unused variable.

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [47ac2e8d1f71a88173ecc2bc133a8577b2d95005]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [c5d253d758928f1b316767318bf5745d2804d0e4]

        silence warnings

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [901ae0fcad0d4d987dac28dee97630312f366725]

        silence warning

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [0bb90fc4bdcaf715392450dcee82592a66ed41ce]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [7dae393ffbe5329645b8aa907490f1d7a6d430e5]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [9c57e160f7bdeaf70b10330ca0395603c575c292]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [d3acc8e9763beb053582e36c1c34edb30b75c42a]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [1432d7f32458d993282f58d5072f7f0bf2001f63]

        add some configure options to control external libtextcat and libtextcat data

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [72a8a2b77eac83f3131a2e4dee44e389b9d873be]

        #i113654# these event handler ids need to be a ULONG

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [4bdbb59c38b207326537293b1d3c084c723fcd7d]

        #i113400# Maths brackets misformed in presentation mode

2010-10-05  Thomas Lange [tl]  <tl@openoffice.org>  [3729f14a89bb452c02209756a3dec9e052f452be]

        cws tl84: #i54004# help text fixed

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [665e762b93dd9e9c6d12d7c775b2f43ead9ee267]

        allow building against later pentaho libraries

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [248852192a54064ff6673e5789107ec3d3b179cd]

        use $QTDIR and $KDEDIR for looking for Qt4/KDE4 too
        
        These are the "official" vars even for 4.x versions, so try them too.
        Use 4.x-specific headers and libs to make sure the right version is
        found.

2010-10-05  Luboš Luňák  <l.lunak@suse.cz>  [437b9eb58ff0d1b34c725534c85423a6472c05c6]

        use $QT4DIR properly

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [018a1661fd9053ccdd89c48fa4eff59651d3aa45]

        add --with-system-apache-commons to configure.in

2010-10-05  Andras Timar  <timar@fsf.hu>  [ea51eaca341a80d2d269185d76f0ee00b1b3a7e7]

        Download LinLibertineG tarball

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f9fadd0bfb286cb8b385e1e90b2401837ee3106]

        undoapi: merged in latest changes from CWS sb123

2010-10-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [a85597f1483a6727ae57ae6ac64776e0895fb938]

        sw34bf02: #i114861# method <SwRegHistory::Modify(..)> - do not handle a "noop" modify

2010-10-05  Ingrid Halama  <iha@openoffice.org>  [f0a13fa4339ee940f267fb8787d6137b148abec9]

        chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht static variable initialization

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [b28071fe5a2f8a90d7a5739e06d6eb3a1a704177]

        i114918,[Automation]: consolidate test files in graphics area

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [915c4d8047fef8fc39730a8f7c77c43f1f1d8906]

        silence this annoying warning

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [6c63542884a9cbcb1cd84ef8aada2ef8bb9f0919]

        i114918,[Automation]: consolidate test files in graphics area

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [4aeb28e164818788a395d4634bc4ac0cfb406745]

        i114918,[Automation]: consolidate test files in graphics area

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [1c1271eee4ce0af908c2e5f07a86562a2597f78e]

        i114918,[Automation]: consolidate test files in graphics area

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8fb691416500634f607fb377f51abf18c3916d20]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7138012d199f7878fa208aae835533dc53c554bc]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3eb17056aeca45d4aeeaa59c50694faec84b84ac]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [41b20c50acd47b632cd33f3e5331d4aa7e1b38bf]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [07d822fe0e7086635a82779b61e583904ed30ddd]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f145a48eaf9b981caee591b505f6bfc1f51faee2]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c1f993590cfa844716069790f391eb1aac52d7eb]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [94055f5875497f78197f50086e66ef86063289ba]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5cdc4d0bf76d51028a2ff6ebfc37815726dc8186]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df2b5d041f7db6d53849190ef3e4ef625168cb6b]

        undoapi: pulled DEV300.m89 and sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e4ef54f583a0aa016583863df0ee6900fc06523a]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [468c0c5491abecd270d7937e6f3cdde8f6cabb16]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0940a958ed21f713608260a9d3d1b43c9c805cb3]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [314a3d78dd36a902f54bf61e67d4efc56fedf7b1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [38d25d007de6908c61923080b34af13ad1f3eba7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [171793f6f0317df4504ebea8b996d04bedc778ce]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2f3ab612d3da3594a90416d3a274347e648874fd]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [20e009d41cd7858a26cccfba8aaea7be85e831a8]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dc661f521a5b279031a2789f1021abf2174ceb47]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [47abff0e71f0bb2deddf1e226305638886d0626e]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1fab7c0416560e57f588f3524c0752a59e7dd5b4]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [62a1790251c38fb906227c27e3774f98ed3cf4be]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/sb123

2010-10-05  sb  <sb@openoffice.org>  [e3ea79609327d100c692499141f40c5d06d17322]

        sb123: broken merge

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [c188ecdb4cf04ef66c1c61f29133077a5d4cf56f]

        i114859,[Automation]: redesign i_us_presentation.bas

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [d16cc19567a1782bec6495e37346dad44063fb46]

        i114918,[Automation]: consolidate test files in graphics area

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [5bcf47249f959eae2d159bb81f538c7d7d76f24c]

        all of these compiler checks can go, the result is overridden anyway

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [03657f66600c64b33443c30952054c11d82f9c7d]

        idlcpp uses memcpy on overlapping areas

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [d8d90dd4ff36002ac3c207ec7e5d6e84f18a5b49]

        fixup show menus in icons

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [0202f20571c2d5fea8758f8fc5a8c02a18cc7380]

        be consistent wrt toolbarmanager with icons in menus

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [073bd94e36ef116d5fbd8d3cbac409cd6c4a8b5f]

        fixup show menus in icons

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [34a271a014c1cd2aa72c0d0c275cbb12905456b3]

        use radio buttons for mutually excusive menu options

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [c6ecc0827e13d6882dd77f6696a226e94d7bbae4]

        use radio buttons for mutually excusive menu options

2010-10-05  Caolán McNamara  <caolanm@redhat.com>  [292e717f8319df23aa2a5d25a9808305fc69bb1f]

        eensgezinswoning replaces eensgezinswoning

2010-10-05  os  <os@openoffice.org>  [ece3a2c61cfa0cbbbde59204a9f305c54ee1ac4c]

        #i114081# SID_MAIL_PREPAREEXPORT re-implemented

2010-10-05  os  <os@openoffice.org>  [741b92c15a133ddbc343916d913e35ddd2e4d91b]

        #i114081# SID_MAIL_PREPAREEXPORT re-implemented

2010-10-05  os  <os@openoffice.org>  [c7ecdf195bd546b08191de4aeef94820183c4227]

        new: HasInvisibleContent; fixed: EmbedAllLinks

2010-10-05  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [5c07e32dcaedf7cfef08921bad0d222ba36dec4a]

        i114859,[Automation]: redesign i_us_presentation.bas

2010-10-04  J. Graeme Lingard  <jgraeme+git@gmail.com>  [15aaf45ef98c6f212adde85a2370d75df5164a27]

        Remove redundant #include directives & comments

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [97f057bf8afba166427fe492c01052bfa5efcb45]

        Ported draw-load-layer-visibility-fix.diff from ooo-build.
        
        This fixes a bug where invisible layers were not marked blue upon
        document import. (n#606434)

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [d822a72fdd5a2ae9e96ff94522f12ef4ff518164]

        Port calc-xls-import-mem-footprint.diff from ooo-build.
        
        This change reduces memory footprint of column row attribute import
        from Excel document, from the previous 20 MB per sheet (!) down to
        near zero.  With the test document I had, the memory use during
        import dropped from 1.6 GB to 224 MB.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [1c4317dcf2f604d5f7680bce51c5d2ccd5ffbf51]

        Added icons for toggling sheet grids in Calc.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [7f6c0d17a06ac5651f317af855aead7f552f13cf]

        Fixed a build breakage by adding a missing global string ID.
        
        STR_UNDO_INSERT_CURRENT_DATE was not defined; probably lost during
        conflict resolution of the previously ported patch.

2010-10-04  Lior Kaplan  <kaplanlior@gmail.com>  [adf74f455888c83f3746dc0572da26d3e6d7effd]

        Replace hardcoded "product by Oracle" with "product by %OOOVENDOR".

2010-10-04  J. Graeme Lingard  <jgraeme+git@gmail.com>  [ebbdaa1a04d62c3107042ceb251f2b594240a14c]

        Remove commented out #include directives.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [b91b8e9098cdbdfac414ebb0e036edc962056ce8]

        Ported calc-insert-current-time-sc.diff from ooo-build.
        
        This enables quick insertion of current date and time into current
        cell, via command.  By default, these commands are bound to
        
        * Ctrl-';'
        * Ctrl-Shift-';'
        
        respectively.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [e7d4f41f0584d8581c6c99cc77dfaf82480a2669]

        Ported calc-insert-current-time-offapi.diff from ooo-build.
        
        This is to make the semicolon key available for UNO API.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [12748bd7ccbaecdd32b3e556d0a9e1b1b5bbc424]

        Ported calc-insert-current-time-*.diff from ooo-build.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [2985003db4cfeb5325574ae1cb6a1d91ab7c9a1b]

        Ported calc-insert-current-time-svx.diff from ooo-build.
        
        To Make the semicolon and angular braces assignable of commands.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [761846c14403743e53ba8599d761e10e8c6804f7]

        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  Andras Timar  <timar@fsf.hu>  [5311eb8d47ef194d7b211ab683093f17555b84ae]

        typo fix

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [8ed69ef2e0338653f336144ac4c818882f9ece3e]

        Add more images that we *might* use in the future.
        
        These files are not used at the moment, but they may be useful for
        something in the future.

2010-10-04  Andras Timar  <timar@fsf.hu>  [6ef1ccbc9d527a5de335a66bd2b196f83a7d898f]

        Introducing Linux Libertine G and Linux Biolinum G fonts
        
        More info: http://ow.ly/2Omoh

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [f7e2c840aa9d243cf0dee58713e71de895b292ce]

        Ported calc-insert-new-sheet-tab-sc.diff from ooo-build.
        
        Display a 'plus' button at the right end of the sheet tabs, to allow
        quick insertion of new sheets.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [964ede87f399638cdbcdbab30df046c91e51144f]

        Added new image file used in the "insert new sheet" button.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [da2f4f8f88429c8656a7f7945e5854b9049bda1b]

        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  Kohei Yoshida  <kyoshida@novell.com>  [9ef870bb6f2f101cdf9f55f198c4f2c84d29a42a]

        Ported calc-subtotal-function-update.diff from ooo-build.
        
        With this change, Calc correctly recalculates cells containing
        SUBTOTAL function when sheet's filtering state changes, instead of
        recalculating all formula cells that listens to those ranges whose
        filtering state has changed.  The latter is wrong since the values
        of the filtered ranges haven't changed.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [8b586cfbf1032e944b5a81cb7fe496f869e7701d]

        Ported calc-xls-import-biff2-file-sheet-name.diff from ooo-build.
        
        When importing an old Excel 2.1 worksheet file, the file name should
        become the sheet name.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [d7bf4381d5c56d3abc9b84d96457f7102de773fa]

        Ported calc-perf-xlsx-import-string-cells.diff from ooo-build.
        
        This patch slightly improves performance of xlsx import, by improving
        the import of string cells.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [c45d73199dcfe1b35e54457c5001c5a0beb199e3]

        Ported calc-perf-outlining-with-notes.diff from ooo-build.

2010-10-04  Andras Timar  <timar@fsf.hu>  [62ea59537154ae52e90a1eafd5cc97743b03632c]

        removed duplicated entries

2010-10-04  Andras Timar  <timar@fsf.hu>  [a7bcfa13f54aee0385f40271836a65474e22c6e0]

        removed executable bit

2010-10-04  Andras Timar  <timar@fsf.hu>  [80d42681b233b388a95bb9fc5632965a0005b3cb]

        added 1/2, 3/4 and 1/4 symbols to af-ZA, de, en-ZA, mn and pl

2010-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [37f28f6fc503338a5b271fa4f98e93697ee289f4]

        Allow installing from command-line even on Windows 7

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [3d3d53d87eb46f4489f66e9093027407208ccafa]

        Ported calc-formula-r1c1-parser-fix.diff from ooo-build.
        
        This fixes parsing of address strings with '-' e.g. R[-1]C when in
        Excel R1C1 mode.

2010-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [20612b2243dcff16137aee81b389338ba9be2bcb]

        Fix boost build
        
        Normal libreoffice way to add a file is to put that in makefile.mk into ADDITIONAL_FILES list
        which creates a file with "dummy" as content and then to patch that file with the real content.
        This prevents a patching hell if timestamps change and boost is unpacked again

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [3f797070135b67d0bebb58d78f7fc167b2347b78]

        Ported calc-formula-r1c1-ui-fix.diff from ooo-build.
        
        This fixes incorrect display of cell addresses in the UI when the
        formula syntax mode is Excel R1C1.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [cb884d1bdfa3b5b3920fdd41b40f166ad9d47e33]

        Ported calc-formula-matrix-no-autocalc.diff from ooo-build.
        
        This patch allows formula to be recalculated if it's during matrix
        calculation even if the auto recalc flag is OFF.  This is needed
        when calculating a formula whose result is a matrix which previously
        only calculated the top-left cell when the auto recalc was OFF.

2010-10-04  Bartosz Kosiorek  <gang65@openoffice.org>  [d1c4b89df8d9cf7d09194e48420588c23e0ec747]

        svarray: #i112395#: SvBytes replace with STL

2010-10-04  Bartosz Kosiorek  <gang65@openoffice.org>  [7ea106f94cfed85d75502de40c7c0f0596ca4294]

        svarray: #i112395#: SvBytes replace with STL

2010-10-04  Bartosz Kosiorek  <gang65@openoffice.org>  [6d97433df43ec0dbd20c026f0b3701ff723ec973]

        svarray: #i112395#: SvBytes replace with STL

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [ae7abbdc80acaab64d9cf942eac8c2309e97a24f]

        And several fixes against the previous commit wrt xls import perf.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [ebc9c4ca0f6fc7073071d153aabfa7a39a401f05]

        Ported calc-perf-xls-import-cellstyles.diff from ooo-build.
        
        Like the previous commit, this one improves performance of large
        xls files.

2010-10-04  Kohei Yoshida  <kyoshida@novell.com>  [31cffd850ad2d8ff6cc6200d180337426162bf1e]

        Ported calc-perf-ods-import-cellstyles.diff from ooo-build.
        
        This patch improves import performance of large ods files.

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3cf32543d4a64f2d8186cd9d65752f5d8bff099a]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f02485514e57950bf127686d14df16d5ac6bce27]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d24a140702cefc2f197f3c709e5a46cfba50a2ee]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [798c8a5512a899edb840b526bb791e47ba0b91be]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [efccafba2c7e2c843d60943d24ce746a10210eb8]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [81d4ce0e58d03b8bab944ac1ff58ad38f2a297e3]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8c6072dc841612a1b0957069d36b592de8eae5fd]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b2cea294d81f60c6394d0f0175c2376c05622464]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [29ae38437837278c916712698f88b148f01a9478]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e5f9fd1e245ab1c44bd23c97c5c0f09b02c63041]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d2843a8903b61db875eef595f62bd6a9ec8c3a08]

        dba34b: pulled DEV300:m89

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e9c647712ad2bae33af42c27295c8cd435bf3158]

        dba34b: pulled DEV300:m89

2010-10-04  Niklas Nebel  <nn@openoffice.org>  [a2910b93a1c08b3fede7c130c7ad02682c0b44e1]

        dr77: #i114730# prevent assertion from doc options when saving&loading sdc in smoketest

2010-10-04  Caolán McNamara  <caolanm@redhat.com>  [ae5e3d00f282bd643508b972682e573f3991a506]

        use radio buttons for mutually excusive menu options

2010-10-04  Michael Stahl  <mst@openoffice.org>  [3625b4bc39d56b868da6193793d3f9611494a4eb]

        merge DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [62a803cc1aec63b9a6b0f665f1d5ecfe2ad27349]

        merge DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [0a32cf5fb23d5e46747ec7bdfb2ee69ebc5442f5]

        merge DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [ca5d8d7810fae5848f52aaa735720e3fd964ccaf]

        merge DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [e5c582e991a30d90f17c4b031f71005813ae1dac]

        merge DEV300_m89

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [a2d677f7b4964bd0291c258be3e16a18619cc12b]

        harmonized BOOL vs sal_Bool usage

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [3a4ef0f77ded8f6a7447810edd553d95596fd263]

        native bool support in SvXMLUnitConverter

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [b92ca447f89a74add22bc09ca8570d5327069677]

        Convert all Query/Put Value() to bool

2010-10-04  Michael Meeks  <michael.meeks@novell.com>  [c94293272dce73b76a0cadc5d80be05daf73b628]

        tweak missing bool

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [621299109c29c299919faae17586f6378ce758a3]

        harmonized BOOL vs sal_Bool usage

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [aa3926d8122a2627a99a4bb7bc6ec98637d45efe]

        native bool support in SvXMLUnitConverter

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [45169c93d57acf066748c3ff93b45c919e209db7]

        Convert all Query/Put Value() to bool

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [c196d44ec38adca6039c4a7561c6f5da752e0e96]

        Convert all Query/Put Value() to bool

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [2899df164f7678836ca3d0309874036f764b3c7f]

        native bool support in SvXMLUnitConverter

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [24538e0bc7a56cb81d4091266a2a008139829c83]

        Convert all Query/Put Value() to bool

2010-10-04  Michael Meeks  <michael.meeks@novell.com>  [266f7d017cf605257c821403274277d3a814d066]

        remove bogus comment, and warning

2010-10-04  sb  <sb@openoffice.org>  [235e4a2afdd89ca502e1afb7c23294386302819d]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [11fb383f4d40fafad034662f01108ed04485489b]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [839fa6b1ddc98fc125946b9eb0cd2302f4ca3649]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [6f7ea6cd91aa098324323e9b5b1509e0e394ad29]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [d0eb9d4b566fb895c2afafe951dadc0debdb7abe]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [ba0e9240c59cea58f99366ad94370fc6f97029f8]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [6d9e13222dbf9e19dfef247f001f82fbf76204d8]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [05e9ec31e118fcd10c3e80111e4ab05c93e25549]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [2ee39bc09198ac228f5243e9c6fc0e9b7cbd4073]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [d4f29e19e5fa1501bbda4b352a0ddb327c25c216]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [9ef4af00b221bb47372a422a4ef4fdc3048cf843]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [600d565f2b42fcea7b5e72d3a8e2bb69e554a478]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [6d61f511f005ae44c5739edc8e228fd87347def9]

        sb132: merged in DEV300_m89

2010-10-04  Niklas Nebel  <nn@openoffice.org>  [c74764520fb2c4e3da25a097a1c37ee7d21e5690]

        dr77: #i106768# check edit cell's object pointer for null before cloning (patch from cmc)

2010-10-04  Michael Stahl  <mst@openoffice.org>  [3294b7dfa36961390bf49318fd6f51d5cac292d0]

        sw34bf01: #i103634#: prevent expansion of numbering rules in temp documents:  SwTxtFormatter::NewNumberPortion(): remove workaround for #b6432095#;     instead, call GetNumString(), and use the temp doc cache there.  SwTxtNode::GetNumString(): add fix for #b6432095# to expand also numbering     rules with type NONE here so it is not limited to text formatting.

2010-10-04  Michael Stahl  <mst@openoffice.org>  [f7c044dd301bfdfa165714b88b1d0af067d5b193]

        sw34bf01: #i85766# #i112425#: prevent expansion of fields in temp documents:  SwField subclasses: make Expand()/Copy() methods private, like in SwField.  SwField+subclasses: replace method GetCntnt(BOOL) with GetFieldName().  SwTblField: refactor Expand() and GetCntnt(BOOL): create new private method.

2010-10-04  sb  <sb@openoffice.org>  [48f10b968242fa1e1376400285a3fc48471e40ca]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [8b21756c3b5c22ac465e69d2815f1c5b40619b08]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [1db538b98f4661e5af4a6f40a29d7ac7bf297a77]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [706de20e21ea60948dd9712110fbf3b82e5a0ebf]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [063380d0a4e0d2361fb175aca90a9e50d80e917d]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [19f17cd25c41240c39399a96cb58b952141e1152]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [578944b11f6e652ae11b0d267ef6ab311ad79f4b]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [b10901944721cc526640047fa908e8d5ba177c5e]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [3c06a1c4d1227a8a0a3026f9df4d9d11348a06d6]

        sb132: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [a77fe39fbb7551a87f7798c6857ae72bdba2ff3c]

        sb132: merged in DEV300_m89

2010-10-04  Jan Holesovsky  <kendy@suse.cz>  [5096198055ad0fc0a1933fb9900f758d316ee4d3]

        Solve the problem with eval & $@.

2010-10-04  sb  <sb@openoffice.org>  [ba9180379b940e4567a8808bfad7a98ed073e0e3]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [7d74fbffdb08dea4ed95761b87273d5edd46bfe7]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [262ff8a349c2a58bbabd27a7de82c285afcb1fe3]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [1066dd4349b08c53f09cd0a9b504a92a313e7986]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [b062466acb96f7cd95a7aa65d7c4d887afeb55de]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [ed34005e762857320322721c28f2e336b1b1a8d5]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [cdc553baa34bf09ebbeea631232ab19bde518175]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [a11de8a02bff0ab27f0bffd86ad28b9a583ddab8]

        sb131: merged in DEV300_m89

2010-10-04  sb  <sb@openoffice.org>  [50d78487ca98f4e4e982783c79e3e82096b97aea]

        sb131: merged in DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [c4443211969706af9ddf418164d9e10bbda60dc3]

        sw34bf01: #i103634# #i112425#: set clipboard flag for temp PDF export docs

2010-10-04  Michael Stahl  <mst@openoffice.org>  [d82a205b967311ff8b2fd3a49eeefa5a9d2839cd]

        sw34bf01: XMLTextMarkImportContext::EndElement(): catch exception

2010-10-04  Michael Stahl  <mst@openoffice.org>  [75f9a6e8dbd15b06ce600049e26faf9c772de90e]

        sw34bf01: FontTable::getFontEntry(): put shared_ptr into vector

2010-10-04  David Hobley  <davidh@sharpblue.org>  [0a58698da606015e7b45694b9c8c209385532fea]

        Comments cleanup

2010-10-04  David Hobley  <davidh@sharpblue.org>  [d93a5590382ca3d259fa3b8563eb54a3df4b249d]

        More or OD style's comments removal

2010-10-04  David Hobley  <davidh@sharpblue.org>  [cf8741e8b3ea41eebe22d1e85d471fb44fa22aa2]

        Some more OD style's comments removed

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [cb5206b030322a408d188dc3bba10b9e28c69255]

        native bool support in SvXMLUnitConverter

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [720d0592d90d4a54cf09d6bc3795fb7e97851944]

        Convert all Query/Put Value() to bool

2010-10-04  Michael Stahl  <mst@openoffice.org>  [c97ef93a330df8ccdcf72f79ae9f78f4d2ca693a]

        merge DEV300_m89

2010-10-04  Michael Stahl  <mst@openoffice.org>  [23e016cb1b43cc323d5261aa42cc7b81a6404008]

        merge DEV300_m89

2010-10-04  Tor Lillqvist  <tlillqvist@novell.com>  [c4a8c2671db750856976fbc6c39f3859ede26455]

        Restore three BUILD_* definitions that apparently are needed

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [4752788838ebb8019026e902ad9de121f17a4789]

        native bool support in SvXMLUnitConverter

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [94317a3af6fd2d41d34cca8d409301b05bfffc3d]

        Renamed SwAttrIter to SwWW8AttrIter to avoid a name conflict
        
        SwAttrIter is used in the ww8 filter but is also defined in
        sw/source/core/text/itrtxt.hxx
        this rename the former to make sure there is no posible confusion.

2010-10-04  David Hobley  <davidh@sharpblue.org>  [3f9bf0a9aeb91b1211a5659044ab1eb22da9be7c]

        More of OD style's comments removal

2010-10-04  David Hobley  <davidh@sharpblue.org>  [c85da5656b3a188c0251c22070263b4de56f6a7c]

        Comment cleanup

2010-10-04  Niklas Nebel  <nn@openoffice.org>  [85ae59e8c0a0bd320e0883c61a08fc46311264c0]

        dr77: #i113668# don't create cyclic references between ScTableConditionalFormat and ScTableConditionalEntry

2010-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [03e305a2b574d0778c8ff55ece667d9df89bc0e7]

        Don't quote stuff that does not need to be quoted

2010-10-04  os  <os@openoffice.org>  [d66fbfadfe177d21cc6ff81e72984d54e6039004]

        enable exceptions

2010-10-04  Noel Power  <noel.power@novell.com>  [a4b92e7fa9db7fc1cbd61728eeb40604387d1cec]

        ok, lets assert and code defensively

2010-10-04  sb  <sb@openoffice.org>  [2cdf3404665ee5e2293bf548251b07e5785141ba]

        sb133: #i114705# osl::Thread::onTerminated must not be called on deleted object

2010-10-04  Harri Pitkänen  <hatapitk@iki.fi>  [80c1e7572f597c16c96cd16dd0a7de599e9f6a6a]

        silence cppcheck "possible null pointer dereference"

2010-10-04  Christian Lippka  <christian.lippka@oracle.com>  [6aebf2ff72b382fb55bf78883e9643530f9e0f4e]

        impress201: #i97198# do not export draw tables and table/cell styles for impress/draw if SvtSaveOptions older than ODFVER_012

2010-10-04  Joachim Lingner  <jl@openoffice.org>  [270ecfa2e51723882b57b77910c99c3f5e64ddc5]

        jl160 #i112787# removed call to check in PackageRegistryBackend::disposing which was added in this cws in changeset  272197:0006b54dc7e8

2010-10-04  os  <os@openoffice.org>  [95cc3638332508688d9f5ce394a7cd4f18a9e9e1]

        SW_DLLPUBLIC added to build msword library on solaris

2010-10-04  Christian Lippka  <christian.lippka@oracle.com>  [520e99aea44c82be3d3bdb972276286f3c312124]

        impress201: #i79978# do not report problems with view area

2010-10-04  Thomas Lange [tl]  <tl@openoffice.org>  [01f1baa440b4366c694e160a213ba5d371a82b95]

        cws tl86: update to OpenSymbol font v. 2.4.3

2010-10-04  sb  <sb@openoffice.org>  [09619742df11641c4f53b00f46ebe85496f1a316]

        sb133: #i114705# for performance reasons, call configmgr::writeModFile asynchronously

2010-10-04  Christian Lippka  <christian.lippka@oracle.com>  [011f9c9c2d7d323e0eebfb57bc4af94d881eb653]

        impress201: #i113805# removed limitation to allow change of style name and parent for not pre defined styles

2010-10-04  os  <os@openoffice.org>  [61a19459f623943c6c7fb6e205cce81fa84951ae]

        fixed warnings

2010-10-04  Jacopo Nespolo  <j.nespolo@gmail.com>  [3ae75cb8782a9c210180903f2f7116566c58ce1e]

        dead comment removal

2010-10-04  Christian Lippka  <christian.lippka@oracle.com>  [4518c75201381b5b693f091b3d99980e5291b0f1]

        #i113896# applied patch to give option strings more space for hungarian language

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0e788afb627639d2d463d5d8061ebbec849b219f]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [26979ef76fbb3973791ca4c7e426e210d0f59ae9]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [221f1ce50f9ed4f5199c87838a5c7c291cd0bc1a]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e8dcb71b110a98ca4c68acd9b5dc0768783aa2c2]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [317d4c2bc6cc7e9e231a6614ae555ab81eac395c]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2696b4b8a757abca178e019ce32a311934440874]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9ed2233b257d7a07512da82499e8970a39345b35]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ebdc146f2704d219bebc0388db954243696b5889]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e5d60cdca8d9677e4572042926bd1ca90f309b9]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9376dccd52d7d963cebf9d346d8729e8c9aad600]

        dba34b: merge after pulling sb123

2010-10-04  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f12537fa393ce4efc512252168af0bdf2ee9be3a]

        dba34b: merge after pulling sb123

2010-10-04  Tor Lillqvist  <tlillqvist@novell.com>  [7f5ec5fb9bd8f7e487b46b81c1dfbd9c7fde9298]

        Make createion of new file in boost_1_39_0.patch more reliable

2010-10-04  Jan Holesovsky  <kendy@suse.cz>  [49befa7083200cb7551556b2c8c65a377fb2d566]

        Fix --enable-icecream.

2010-10-04  Thorsten Behrens  <tbehrens@novell.com>  [8566ace38597cf7f8aec8b353ac9dce18493bb59]

        Slightly polished new English translations

2010-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [cc5f97f621767b906da4156755df077abbf0b517]

        Bundle the VC runtime distribuable installers in LibO installer

2010-10-04  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f029129b7df917cebc4079e0fdb0281c50c14358]

        Deliver the VC runtime distribuable installers into solver

2010-10-04  os  <os@openoffice.org>  [9097bc2219a58741578493426b6234893121626d]

        #i114819# NearestBookmark(): prevent duplicated exports at the same position

2010-10-04  Joachim Lingner  <jl@openoffice.org>  [6651ea37c1a356b894850ad14cfd22c8a90e1caf]

        jl160   #114794# remove share/prereg/bundled folder after removing the last bundled extensions

2010-10-04  J. Graeme Lingard  <jgraeme+git@gmail.com>  [de5b6636b1330297a0a70d6edab7a7cd84b9eedb]

        Remove redundant #include directives & comments

2010-10-04  J. Graeme Lingard  <jgraeme+git@gmail.com>  [57500bd17b8c5568d07084fe99605968705232d3]

        Remove redundant #include directives & comments

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [0261b2fc6d5c2858b7a8026d6fe3bc8ac5c271ad]

        printf without format considered harmful

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [44e3fb767feaad3eee464d7d8ae16ce708ec974c]

        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  Andreas Mantke  <maand@gmx.de>  [fb3a1bb93aa6191cfac3b9ff1b2822b857536a1a]

        Translation of comments from German to English
        
        I translated the comments in the files from German to English.
        There were tabs in the file sbunoobj.cxx. I coverted them with the help of Kohei to whitespaces.
        I found whitespaces at the end of two rows in that file (line 1642 and 2642). They were deleted.

2010-10-04  Norbert Thiebaud  <nthiebaud@gmail.com>  [4cd2c0a608eaebe23dddd4ae2d15e548073074df]

        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-04  Evertjan Garretsen  <egarretsen@upcmail.nl>  [83dedd1b359b8ca69c0acedcca117abea72aae7e]

        Translated comments in sw/inc/hints.hxx

2010-10-04  Jacopo Nespolo  <j.nespolo@gmail.com>  [a8d686ced54d4d771ac80471f4cd8f8d5dceaa07]

        Code cleanup in cui

2010-10-04  Juergen Schmidt  <jsc@openoffice.org>  [3598a25179735eecbeed9c65e296c9353af9b727]

        sdk331: 114884: remove unofficial api's

2010-10-03  Thomas Klausner  <wiz@NetBSD.org>  [b5cb99f747f5f51a04cd5da7dfd886b1492871ab]

        Disable ant test if not using java; NetBSD improvements.
        
        While here, fix indentation and some typos.

2010-10-03  Jonas Finnemann Jensen  <jopsen@gmail.com>  [befebfbf3690989e0eb08dab34b0e8505850760d]

        Fixed issue with moving in/out of binom and stack.
        
        Rewrote handling of SmTableNode in SmCaretPosGraphBuildingVisitor,
        so that the special case where NTABLE is used as root node is handled
        in the constructor, and NSTACK and NBINOM is handled in the visiting
        method.

2010-10-02  J. Graeme Lingard  <jgraeme+git@gmail.com>  [10eefb3907773794172986e37ae93396a9c520c7]

        Remove commented out #include directives
        
        Signed-off-by: Kalman Szalai - KAMI <kami911@gmail.com>

2010-10-02  Thomas Klausner  <wiz@NetBSD.org>  [9e405e6caee9cec38f47f1346ae11a483b316a54]

        Replace unportable test(1) ==  with =
        
        The double == is only support by bash, not even by test(1) from
        coreutils.

2010-10-02  Kalman Szalai - KAMI  <kami911@gmail.com>  [08cf2c305b6a2906fcc23c7b5aac3454e4b46c9a]

        Code cleanup after i80528

2010-10-02  Kalman Szalai - KAMI  <kami911@gmail.com>  [eb87d3bcef3d1cd52932b4867df507c885646680]

        Code cleanup after i80528

2010-10-02  Kohei Yoshida  <kyoshida@novell.com>  [a39ec799ccefbfc8dac340a1484a9a432b848eb3]

        postprocess now depends on the nlpsolver module.
        
        The nlpsolver module is added to the extensions repo.

2010-10-02  Kohei Yoshida  <kyoshida@novell.com>  [43bb0120d974bbc020e02365e9bf91df3e6324a4]

        Added new module nlpsolver.

2010-10-02  Kohei Yoshida  <kyoshida@novell.com>  [b0d4df8a69039f28d3eda6828480e9d5e3daaddc]

        Added new files created by calc-perf-import-dbf-sc.diff.
        
        * inc/docparam.hxx
        * source/core/data/docparam.cxx

2010-10-02  Mathias Bauer  <mba@openoffice.org>  [a8a8e916ef7b626e3320a21ca5195ca66f0a704b]

        CWS changehid: replace hard coded numeric HID

2010-10-02  Mathias Bauer  <mba@openoffice.org>  [ebd778ca3f232102bf5fa248fcf85ce604ca7df3]

        CWS changehid: make sure that toolbox buttons for child windows and the child windows themselves have different HIDs

2010-10-02  Mathias Bauer  <mba@openoffice.org>  [2bc146e36e0b7461821e192a3a0134fc1f5bd8f2]

        CWS changehid: another typo in control names

2010-10-02  Tor Lillqvist  <tlillqvist@novell.com>  [44cc667e3fabe746448420fbc746e0721c8c2425]

        Build the boostthread library only on Windows

2010-10-02  Andras Timar  <timar@fsf.hu>  [d7b3565fe96498d063e33270a9e01477979c86dd]

        Omit caption separator, if caption text is empty, #i110287#

2010-10-02  Andras Timar  <timar@fsf.hu>  [19b140bb918737ccb7d9f1fb8bb67fde7d9616e7]

        make CustomUnitText "Pixel" localisable, #i35956#

2010-10-02  Andras Timar  <timar@fsf.hu>  [1d8c4b25cb93439086749a6b51714d7ac1b52149]

        make CustomUnitText "Pixel" localisable, #i35956#

2010-10-02  Andras Timar  <timar@fsf.hu>  [4765f3546a4c3029f3f308a30e92aa37662e7f8d]

        make CustomUnitText "Pixel" localisable, #i35956#

2010-10-02  Andras Timar  <timar@fsf.hu>  [bb2f27b26c727bc42a1630d43abd4b4e495908bc]

        make CustomUnitText "Pixel" localisable, #i35956#

2010-10-02  Andras Timar  <timar@fsf.hu>  [34ef373b320ab58b63bb04d5076b20c3969c72c0]

        make CustomUnitText "%" consistent, #i35956#
        
        Despite the state of issue #i35956# this patch was not integrated.

2010-10-02  Andras Timar  <timar@fsf.hu>  [3002c99a793c379c246ce9bc942a09a83b0a8104]

        make CustomUnitText "%" consistent, #i35956#
        
        Despite the state of issue #i35956# this patch was not integrated.

2010-10-02  Andras Timar  <timar@fsf.hu>  [674fa4711f8185dc383da30452aa801785d3671d]

        Fix name order for Hungarian on the UI, #i110287#

2010-10-01  Kohei Yoshida  <kyoshida@novell.com>  [bc7b2bdb804dda6c31559cf0fcfe1c46856d717b]

        Ported calc-toggle-relative-ref-fix.diff from ooo-build.
        
        This corrects the code used for the Shift-F4 toggle relative / absolute
        reference feature in Calc, to adopt for configurable argument separators.

2010-10-01  Kohei Yoshida  <kyoshida@novell.com>  [0cfa5a12cc75e95f26fb6d8b348045bf8ba9bdd1]

        Ported calc-perf-import-dbf-sc.diff from ooo-build
        
        This speeds up import of dBase (dbf) files 4-5 times.

2010-10-01  Kohei Yoshida  <kyoshida@novell.com>  [d530c10e58ecf9d1efb6ac5242f706653f6caa5f]

        Ported calc-perf-import-dbf-dbaccess.diff from ooo-build.
        
        Add mechanism to optionally turn off property change notification,
        which is quite expensive.

2010-10-01  Kohei Yoshida  <kyoshida@novell.com>  [e9e33e8d23f5d07af93e5f80e292b60a891bb867]

        Ported calc-perf-import-dbf-connectivity.diff from ooo-build.
        
        This slightly speeds up parsing of strings when reading dBase.

2010-10-01  Luke Symes  <allsymes@gmail.com>  [4e75e8379eed1c2c7ca1b97bab93dbda013bd55a]

        Removed more commented out code.
        
        I went through all files under clone/calc/* that had "//#include" and
        tidied them up a bit.

2010-10-02  Neil Stalker  <nestalk@gmail.com>  [f4114329580e504680a27f5128b5aad6314c3c91]

        Properly comment a comment

2010-10-02  Phil Bordelon  <phil@thenexusproject.org>  [edc83f3391c0c6c752d5692283e6a62137105cd2]

        Remove executable bit from non-executable files

2010-10-02  Tor Lillqvist  <tlillqvist@novell.com>  [f50cca98603054cb5d428b9f7b5ef892a769a288]

        Add BOOSTTHREADLIB
        
        Just a name I made up for a library we now build on Windows containing
        the thread-related actual boost code that we now need thanks to ixion.

2010-10-02  Tor Lillqvist  <tlillqvist@novell.com>  [8bdbd582db6e032a83dc669d7b9eeb3187998756]

        Build the thread-related code on Windows into a library
        
        Needed by ixion.

2010-10-01  Miklos Vajna  <vmiklos@frugalware.org>  [414045a1a6fdc7ef1142336961495f32a38d8a43]

        Add short comment about what the WeakImplHelper* classes do

2010-10-01  Jonas Finnemann Jensen  <jopsen@gmail.com>  [8c340c4270c3e955862f4f56be9fc135a3c2cc43]

        Integrated the visual formula editor patch
        
        Ported the most recent version of the visual formula editor patch,
        to LibreOffice. This patch is not finished yet, see README for more
        information.

2010-10-01  Thomas Klausner  <wiz@NetBSD.org>  [cc76b5710c7f8f844391c381a6ab8c47d900c716]

        If choosing the "md5" executable, check if it supports -r or (new) -n.
        
        FreeBSD uses -r, NetBSD -n for the same result.

2010-10-01  jgraeme  <jgraeme+lists@gmail.com>  [98c38140947f8f475ab779e5b1ab0e6fc3694f48]

        Cleanup commented-out code
        
        * multiple comments containing //CHINA001
        * a large section of commented out code

2010-10-01  Phil Bordelon  <phil@thenexusproject.org>  [b9010d2ff120c27655765cc8cf5a64ab8357e850]

        Clean out dead code and comments from ui/app
        
        This patch removes a bunch of commented-out code and content-free
        comments from Writer's ui/app code.
        
        Signed-off-by: Phil Bordelon <phil@thenexusproject.org>

2010-10-01  Nick Savage  <nagaten@gmail.com>  [ede5f05cbae3048a268f1ceca07a7029fda8a1f1]

        Comments cleanup in layout codeOF

2010-10-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [63aca1792eeeaed2828af5be5b26b939dae3b7ad]

        fdo #50533: Localized the links from the start center

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [71731aff4ca006df7336964b2b1c25abfff38bfa]

        Mutter needs this fix as well as compiz

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [3cf1916947916699a6dff7460d1663c6cdd61760]

        gtk_init_check sets XError/XIOError handlers, we want our own one

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [ee260a5c4ed11e9b99c62f3d58810da704387be5]

        make a11y checks safer

2010-10-01  Alexandr N. Zamaraev  <tonal.promsoft@gmail.com>  [d70d9fc878cbb9fc8c6eea72a0618ca432c931fb]

        Fixes incorrect save NUMBER value to DBF (fdo#30504)
        
        Open Office Calc save numeric value in numeric column as text
        representation add null chars right for column with.
        Bat other applications save value as text and space chars left for
        column with.
        
        For example:
        Format: N, 3, 0
        Value: 1
        Calc saved value (hex): 31 00 00
        Other Apps saved value (hex): 20 20 31
        
        This inaccuracy does not affect the format of the readers implemented in
        C or C++ but can break the implementation in other languages (Python,
        Ruby, Haskell)

2010-10-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b24a5316b75b9c42574c35ed5f3f7d465bea9007]

        fdo#30533: Fixed various OOo URLs
        
        Fixed the extension URL in the extension manager.

2010-10-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b1367fc5ad942e0c21064874c8318741ac8642f5]

        fdo#30533: Fixed various OOo URLs
        
        Fixed the extensions URL in the start center as well as the URL to
        templates and dictionaries.

2010-10-01  sb  <sb@openoffice.org>  [bcee866667f48ae93c3dc4db144b61a23cd82a02]

        sb123: #i114889# disabled sw.SwXTextViewCursor::com::sun::star::view::XScreenCursor for now

2010-10-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a8303182c5b111c86e5958c652e1b165a59f42dc]

        pl08: #i111050# use interaction handler for export warnings, this may be suppressed by a custom interaction handler

2010-10-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2e0f29fa0ec42a404b40fa3fc25f669dc8923fb2]

        pl08: #i111050# use interaction handler for export warnings, this may be suppressed by a custom interaction handler

2010-10-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a83c7faceec94f6062481c9977e92621f3b71060]

        pl08: #i111050# use interaction handler for export warnings, this may be suppressed by a custom interaction handler

2010-10-01  Petr Mladek  <pmladek@suse.cz>  [5c29c7bf5dce714335548872d01630fcf589bd5b]

        xmlsecurity-build-with-nss-3.12.0.diff: Support older system nss

2010-10-01  Tor Lillqvist  <tlillqvist@novell.com>  [43353febc01ce4f6ef065d1ea29bb976e1609e9d]

        Need to include <com/sun/star/rendering/PanoseProportion.hpp>
        
        Thanks to caolan for the hint.

2010-10-01  Tor Lillqvist  <tlillqvist@novell.com>  [f6a52b59cfeb03a848acdda0fe574e2b92ad3fdc]

        Fix Windows build

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [99fc79b0b7c4cdc00d6c016e6b36023ab63d20d9]

        vgbugs12: #i114878#  combine --from with selecting modules via source_config

2010-10-01  Michael Meeks  <michael.meeks@novell.com>  [acaa45560b8258801e3e973878ff6c0a47afd89d]

        calm down cppcheck patch
        
        Thanks to: Justin Malcolm <malcolm.justin@gmail.com>

2010-10-01  Joachim Lingner  <jl@openoffice.org>  [029f8036eff227a357d8a3a6ef51de74c8afe643]

        jl160 #i114794# unpkg script better recognizes option sync

2010-10-01  Release Engineering  <releng@openoffice.org>  [d711de79b44b5282a12d829620fcbc69b0f83391]

        DEV300

2010-10-01  Ingrid Halama  <iha@openoffice.org>  [2e338e7a849f6302dcb427499772613c88822b6f]

        chart49: remove assertion while opening chart series properties dialog: SFxItemPool: wrong item type in Put

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [664c84c6d716e0ec08d1bd95719ea9aa8ecc4dcb]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [4856f3fc585169d3135fcb9ea3ff4400b9c93d11]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [5046ac3b0ff828ce0824231dd2658fa8afea89d1]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [365999b26e80d5b1fb68eb5c075f044cbd8b4d01]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [5fdb27c983c8eeb1e09b6d508f763c26344dd300]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [525de6f8eeac6e357167467da0f9a9448433bb25]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [90a45727e45941abef69c1827a646cf64bb70d96]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [e443106e71a52fd1e7ee2e095dcbcbca70d19606]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [5ced781694d7cd4795ff0912a9ed17587af66f79]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [819ea9f2f2bca2c49a5ba5950acc231a2d8394e5]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [e7e67bc6543a18a65cf32f4b33caca54404f27e8]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [1b36055fe8d0c95b3f43563457bb96204223680c]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [304c98abe83797556d00025511cc64696da71050]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [9ba18bbaf308804e5bb090b147aa4acdf104f01e]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [8aea3d9e83a58b23bd2d350d6a8fc16c494b426b]

        #i10000#

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [c029f4c76fdb3793ef19374d0d09baf8477a9932]

        #i10000#

2010-10-01  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [c09acdcf0b9f2a1b9b224025dc909a14e7aad717]

        Fixed some encoding issues in tools used by localize

2010-10-01  Michael Meeks  <michael.meeks@novell.com>  [8d4d17664c9c6207fa35458075559d1fbfbfa2a5]

        cleanup UHashMap fix.

2010-10-01  Michael Meeks  <michael.meeks@novell.com>  [e89b0abfaa75f48f187565d7f4e6041e2f2ed5b3]

        Port binfilter crash-on-exit fix ...

2010-10-01  sb  <sb@openoffice.org>  [3f086677021604d386477bbd5c91cc001b79e247]

        sb123: cherry-picked subsequenttests improvements from cws/sb129 -c 55b03b1b8257

2010-10-01  Oliver-Rainer Wittmann  <od@openoffice.org>  [568b1c96b9564e90ef007689b940523890017fd7]

        sw33bf11: #i114875# - method <SwXTextDocument::getRenderer(..)> - consider brochure print correctly in fix for issue i114210

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [56eced21c489314194c7b9254709b6af9c9aef26]

        CWS-TOOLING: integrate CWS ause123

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [9ae28d39794ca727795d433c389286dd925373dd]

        CWS-TOOLING: integrate CWS ause123

2010-10-01  Vladimir Glazunov  <vg@openoffice.org>  [f15a9d3dcd01aefcbb36d3eb4000f9e0b6ce47ec]

        CWS-TOOLING: integrate CWS ause123

2010-10-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5df7585c5f41215ce745902e25a3ebbea5f83976]

        Forgot to bump this one

2010-10-01  Tor Lillqvist  <tlillqvist@novell.com>  [b81bacf4948abd0abda93dc994313503ef950b9c]

        Pass the 'debug' and 'verbose' dmake variables to the sub-dmakes

2010-10-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [7358530515133b3cc1bb18c239e205b9fca17b84]

        Setting build-id to 1 since now we are different product

2010-10-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edaad896728c872b8d215fb7eafcd9aff4d249be]

        Allow upgrading of the same version on windows
        
        Prevents the 'Same product is already installed' error when trying to reinstall a new binaries with the same build id

2010-10-01  Juergen Schmidt  <jsc@openoffice.org>  [f3de0f63df974b9ca01817d46d5fc8c831f72918]

        jsc340: i14847: clean up cmdline help fo devtools

2010-10-01  Juergen Schmidt  <jsc@openoffice.org>  [6fd759253928734f48061c4c38e5a046dd6ca96e]

        jsc340: i14847: clean up cmdline help fo devtools

2010-10-01  Juergen Schmidt  <jsc@openoffice.org>  [dade5b09e567e144d6274160aa8da2d66164075b]

        jsc340: i114789: remove space

2010-10-01  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [2f5cf5995cebadb93218aceca1e4e8f3d267bf30]

        Change Product and Upgrade codes to not mess up with OOo install on Windows

2010-10-01  Jacopo Nespolo  <j.nespolo@gmail.com>  [eedd208284e201e25b983a2371f8666d392c904f]

        Removing dead code and cleaning up some comments

2010-10-01  sj  <sj@openoffice.org>  [dad4fcd22b35c3d25b3c51ba4682d8c6e679cf55]

        impress201: #i114883# added support of cropped graphic objects

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [f410283f26dd2e850031e919666062344b744a16]

        add in MonoSpace setting

2010-10-01  Mathias Bauer  <mba@openoffice.org>  [555e05338a62f551b5e018bd12e6b7a9a52f3e5d]

        CWS changehid: error in conversion to string HIDs

2010-10-01  Kai Sommerfeld  <kso@openoffice.org>  [6cf96e73055e4e63efaf64f14555087d89b56b4d]

        #i114876# - Added support for MediaDescriptor properties 'SuggestedSaveAsDir' and 'SuggestedSaveAsName'.

2010-10-01  Michael Meeks  <michael.meeks@novell.com>  [488de98b71ff0cd9153e2e4d018fba9a1ebff111]

        clean up lifecycle

2010-10-01  Michael Meeks  <michael.meeks@novell.com>  [393aaa370da257f75b2ca2674aa8c2950d4efc1a]

        Fix memory corruption / double frees on exit
        
        We were releasing static memory in error, from some unpleasant old code.

2010-10-01  Joachim Lingner  <jl@openoffice.org>  [3fad4cfd0d8d6b7854db4e5864fa3fba7092be65]

        jl160 #i112760# deinitialize ucb when shutting down unopkg

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [2844b43a3900595a6a8a759fbdd7d8d485078e79]

        #i112247# Fix this up for os2 as well

2010-10-01  Luke Symes  <allsymes@gmail.com>  [44231089eeda805727f6c7143729612059891b02]

        Finished removing //CHINA comments and odd dead code from sc/source/ui/*

2010-10-01  Luke Symes  <allsymes@gmail.com>  [c548012e1e19c3117262d9a943146413ee19eefc]

        Removed more //CHINA comments from sc/source/ui/*.

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [69d7c26bd1a7c00586c2fba49d831230d63aa990]

        #i112247# Fix this up for aqua as well

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [861ede7fcd6b010e2f20230c28d30fa3e18eae4e]

        #i112247# Fix this up for windows as well

2010-10-01  J. Graeme Lingard  <jgraeme+git@gmail.com>  [8526951e75795a6ae0e659231708bb40687c0f5b]

        Remove commented out code from cuigrfflt.cxx
        
        This section was probably commented out when code was copied from
        libreoffice/libs-core/svx/source/dialog/grfflt.cxx during a code move.

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [ad25bd7a1630405121a5e925bf2a690a8e2d2fdf]

        fix up the various xslt standard bustages

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [0c4a6d3b16077c01c9dc92ea55f2dace8955a815]

        #i76649#, default to UTF-8 for HTML unless we know differently

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [c1369970be1d2c0cb19edcac4e1d010635c89730]

        && || warning

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [a4f3959e36610003c8e9de36a5657b2204d6f526]

        #i112871# missing parentheses around || within &&

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8abb1fb68c203ec4dcdf1bfcd201d973dcefb0cf]

        dba34b: +assureEquals for arrays

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cd845c1979d81799f6e82d73700822f8ad272501]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34a

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4f2da646ee3f4eff39edb7130db35f99d11eebdd]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34a

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bce20fde9c82398573ae4eb5ca26364493af0a01]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34a

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [53755d97c7a78ae244e0ea4fec263a5993e6ebf0]

        dba34b: more tests (inspired by #i105989#)

2010-10-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f8a26479f2de04ba0237d4ba4159e39f03047773]

        dba34a: remaint of #i105989#: for calculating the sort column indexes, don't ask the table, but the select columns (the column orders in both might differ)

2010-10-01  Caolán McNamara  <caolanm@redhat.com>  [7340beab2257071a746bd18fe2fc3b47d969411e]

        && || ambiguity in docfld.cxx

2010-10-01  Bartosz Kosiorek  <gang65@openoffice.org>  [49f8514fba50d893cd9ebff95c95d4de616baf5e]

        svarray: #i112395#: fix bug with erase

2010-09-30  J. Graeme Lingard  <jgraeme+git@gmail.com>  [3e15c5b81accf2154071658a4fbca139deb22f00]

        Remove unnecessary comments

2010-09-30  Andreas Mantke  <maand@gmx.de>  [1aa7f86c43fe6798e8143e2abbe9347c98394891]

        Translation of comments from German to English

2010-09-30  Rene Engelhard  <rene@debian.org>  [210b303ab458a207c068a9b0cf13eeedcce668dd]

        oops, move files actually into filters/...

2010-09-30  Phil Bordelon  <phil@thenexusproject.org>  [ea387b4ec80303a447a8ded7891f90edfd2f6135]

        Clean up dead code and comments in starmath
        
        This patch removes a bunch of commented-out code, gets rid of code
        sitting in #if 0 blocks, and gets rid of #if 1 statements.  It
        should have no functional changes.  Some revision-control-averse
        comments were removed as well, but they were not the focus of the
        patch.
        
        Some comment removal required reformatting of code afterwards
        (such as when all code in an else block was defunct, or when a
        starting if statement was removed).
        
        With a single exception, no line-internal commented-out code is
        handled by this patch to ease review.  In addition, no code that
        appears to have a debugging purpose was removed, even if it was
        commented out.

2010-09-30  Rene Engelhard  <rene@debian.org>  [f21d3de4d393ec7db44d8376948d217dbc6ab744]

        add files not committed when porting odf-flatxml-import-export.diff

2010-09-30  Thorsten Behrens  <thb@openoffice.org>  [948df2541ff57b20b854400a499c021e20aa8c53]

        Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-gui

2010-09-30  Bartosz Kosiorek  <gang65@poczta.onet.pl>  [5fe6a54e0ac1a57dc948f58fbd7905c4b5379d47]

        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>  [3fa1828b93f714b5a030bc8eef1e0693e86dbcd0]

        svarray: #i112395#: small fix

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [2ae9d66f279f105fbba0e2ce5d97a9d532348f92]

        svarray: #i112395#: small fix

2010-09-30  Seo Sanghyeon  <sanxiyn@gmail.com>  [d1b28054d9536acea0cc724da69c9a5fd3d2cace]

        remove redundant header

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [80501cfad7bce2724e9961a9b9ac2075f00c960f]

        svarray: #i112395#: change SvBools from vector to deque

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [74be8c4a86f5a4db86975c2dbd7211c5eee69659]

        svarray: #i112395#: change SvBools from vector to deque

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [7a243b895751d6f371015208056a0390fb4be7a5]

        svarray: #i112395#: change SvBools from vector to deque

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [295b2fffd301f02a4aa33f5e46b261258b906f9e]

        #i113185#: SwDoc::SetEndNoteInfo(): fix conditional

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [29cc8b197d400a1dabfcc7b8e96fe3bb7d801f17]

        #i113190# bracket expression up to silence gcc warnings

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [6f3375ebed305c01bfe8586a049d5b989afd7dbb]

        Resolves: rhbz#632236 .docx table crasher

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [eb53231445d00a3d3b0740f07135e9b1b74a8738]

        if you force the sizes of western text, you need to force the other ones too

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [ffefec6357230f5f807a8c5c8c56fc43a37a6734]

        svarray: #i112395#: SvArray update

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [b91754736a40b1e3371725340e4249de28dd0415]

        svarray: #i112395#: SvArray update

2010-09-30  Bartosz Kosiorek  <gang65@openoffice.org>  [6b73872745238d28bb39e4cdd3aef02cc38545de]

        svarray: #i112395#: SvArray update

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [510da29131e56ba0e1783e505e7131e6f7e0d6b4]

        forced to make certain neon api calls thread-safe due to cups
        
        rhbz#637738 libgcrypt that's been initialized already by cups to be
        non-threadsafe is therefore then also non-threadsafe. neon uses
        libgcrypt. So in the (as this is the usual circumstance) case that
        cups is initialized before neon, then libgcrypt is not threadsafe
        even though neon attempt to initialize it as such.

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [ed64afaa8b88e8a52d7474a7578cdc178b152b0a]

        #i114703# better font-name localization, i.e. en fallback

2010-09-30  Phil Bordelon  <phil@thenexusproject.org>  [f6f2659f6e081947c29bdbc16e5cb74a6442306e]

        Remove dead less-than-zero conditional checks.
        
        A large number of conditionals in accessibility.cxx checked that
        their values were above zero at some point, but that code was
        commented out; this removes those (unused) checks completely.
        
        Signed-off-by: Phil Bordelon <phil@thenexusproject.org>

2010-09-30  Phil Bordelon  <phil@thenexusproject.org>  [217e648d8401fd1e2c45e350a0b41ae4074475de]

        Remove dead code in starmath/accessibility.[ch]xx
        
        Signed-off-by: Phil Bordelon <phil@thenexusproject.org>

2010-09-30  Phil Bordelon  <phil@thenexusproject.org>  [9b23ce50a37bb9ee88d71e85cb1c3e5a80880190]

        Fix commented-out null-pointer check.
        
        In SmEditAccessible::addEventListener(), a previous commenting-out
        of a line also removed a null-pointer check.  This axes the
        commented out code but restores the check.
        
        Signed-off-by: Phil Bordelon <phil@thenexusproject.org>

2010-09-30  Laszlo Nemeth  <nemeth@openoffice.org>  [8ea2ef8ebab5d0c2ef4c0b24948049fce00ac6b6]

        two more Hungarian autocorrection rules were added

2010-09-30  Ingrid Halama  <iha@openoffice.org>  [1ef9d6bf9b1a536ee474b609263c8d271fc796a5]

        chart49: #i114736# fixed assertion during smoketest

2010-09-30  Ingrid Halama  <iha@openoffice.org>  [b053e860bdbe77e98b39f4167b831db531e34369]

        chart49: #i114735# fixed assertion during smoketest

2010-09-30  Ingrid Halama  <iha@openoffice.org>  [33529b1a9aa9dd19b7159c5d61049e0e15fee869]

        chart49: #i114298# don't overwrite dashed lines with solid lines while applying Lines attribute

2010-09-30  Michael Stahl  <mst@openoffice.org>  [c9f3ef09fdf19143c776b85eb987cf5964af4ab5]

        sw34refactor1: #i112508#: sw: remove unused code (patch by cmc)

2010-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [2e4377f6f97f4cf24999135f6fd0e2e120bce5bb]

        remove 'precedence' warnings (corrected)

2010-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [60865676ddf88024719510cc20d21f3a1700f596]

        remove precedence warning in sw

2010-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [03b2514435557d7bee29553670f080ac400e476d]

        convert BOOL to bool in class SwTableFormula et al

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [1a6c7c5e6f9452d904a2b7e8a8bddbe538f8bd30]

        Split a11y ctor (#i114012)
        
        Split ctor so that there aren't any horrible callbacks into semi-constructed
        objects that causes draw/impress to immediately die if a11y is enabled

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [f945edae4da036c96acbbde9890d91b3a1721348]

        mmap on samba shares just isn't reliable

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [f2bbfd916d2989992f1ab647e1ab75f61cba27eb]

        #i112384# crash on export of toc to .doc

2010-09-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2b839dc380c1b571d1c3d28665ffe1785d80c5cf]

        obo56: #163781# BuildAllDimensionMembers: from external source, after adding dimensions obo56: #163805# Authors: Niklas Nebel <nn@openoffice.org> User Frank Peters <fpe@openoffice.org>

2010-09-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9f5745c1bca373fa6ea1c8daa57cd01f50b20968]

        obo56: #163781# BuildAllDimensionMembers: from external source, after adding dimensions obo56: #163805# Authors: Niklas Nebel <nn@openoffice.org> User Frank Peters <fpe@openoffice.org>

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [5e83d9db0213f17fe8af6ca1ae33e397f83e9d54]

        shrink replacement glyphs when they wouldn't fit on the line

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [bf2037d9ad896023f0190180e77cf7afac3a9bdd]

        fix up FT_LOAD_NO_BITMAP flag

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [65abfe810ce7fd2a8ee0062ed0cb20eb8d267660]

        libsane leaks and threading crashes

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [6a1313dd4d35c515e3b9fa4f017aeff158820caa]

        #i100686# Euro converter didn't work when searching for ods in a dir

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [70816efcceed0f78434c2d94e015eff6218ab04b]

        avoid possible null pointer dereference on .doc import

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [a24fa57b3e6ee4cc21d20609da2cbbc30c013f4e]

        #i111741# fix malformed XML file

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [5175ae0f49b98c8d93a85b6b3ec5f5ea1bfe743e]

        #i110142# make search/replace of colour names with translations safer

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [a20eecf86024c19a5e399093429de61e36847dff]

        #i95369# avoid crash related to input fields if pointers are wrongly NULL

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [3d55593cdf7df0e429947a71d8663347613a5626]

        #i108246# fix crash in Appearance config dialog

2010-09-30  Michael Stahl  <mst@openoffice.org>  [7e6f6fe9a5b7e31393bf841794702bf57965122a]

        sw34refactor1: sw/qa/complex/writer: add LoadSaveTest

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [db5f20a39371edfb77c4524ea2200a046c709ae6]

        #i106502# don't start the spelling timer unless there's a reason to do so

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [4361349144bc061e9045fe66f14a78c7cd20621a]

        #i64671# transfer VCL's FontPitch through DrawingLayer to Canvas

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [2f1fb77e5ce3afb382db728ddd4c1938967d45fd]

        #i64671# transfer VCL's FontPitch through DrawingLayer to Canvas

2010-09-30  Mathias Bauer  <mba@openoffice.org>  [7825ac7bb42ee7e9b336c34e063ad6c3426c527f]

        CWS changehid: make sure that resource isn't closed when ImplAutoHelpId is called

2010-09-30  Mathias Bauer  <mba@openoffice.org>  [4263bca190a3d67f350f6d888684e107aa4f2940]

        CWS changehid: remove helpids duplicated from svtools

2010-09-30  Mathias Bauer  <mba@openoffice.org>  [86e601e36c69b8c7111d5cd015e391aacb39ae03]

        CWS changehid: typos in control names for autohids

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [5f1718db2d360915ac343632a7cb3da9f024c328]

        #i113310# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [42362c6f6bfced5d853b1d110798478ffd85464e]

        #i113311# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [b07578af21188bba1cdeb1f301a4d4fa56ed607e]

        && || ambiguity in frmpage.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [d66a2f524f9056308f061014ce22c2c171fc35ed]

        #i113316# silence gcc warning

2010-09-30  Joachim Lingner  <jl@openoffice.org>  [2d6acff255b7dc6ffcde06d51b29256498b0a400]

        jl160 #i112787# XPackage objects were not destroyed when shutting down OOo.

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [d8a24dcac68ab70c420b3dd1e4faf248455efe33]

        && || ambiguity in itratr.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [9e849911ec19604ae0a5997e32b3e03eac6e32d0]

        #i113318# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [2ecefcee4424ea4207f4640b84045daa86d33db7]

        #i113319# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [8c439a9b82dfe2d108b0502dddc3ea4137ed222e]

        #i113321# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [fb44229a4ece747c446be8f7ddb4f1abd692059f]

        #i113324# silence gcc warning

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [724bc042eb1313ca19ebb78aa620fd326162185d]

        #i113325#: && || ambiguity

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [07a54e57c0ee48635798ab20d6e7742ccabf7d3d]

        #i113327# silence gcc warning

2010-09-30  Mikhail Voytenko  <mav@openoffice.org>  [aa078da584fef2848f89c6409a3d31c12789b5d9]

        removetooltypes01: #i112600# replace BYTE with sal_uInt8

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [a884c03f597c51bf68dd0b0ae1d5adcf00344cff]

        #i113329# sw: && || ambiguity in frmtool.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [d8ab823ff6ab638001d651d19e3b27173ffd5085]

        #i113331# sw: && || ambiguity in layact.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [6c7db1071687bf0867d10e9cbc914d1103f3c7cc]

        #i113332# sw: && || ambiguity in pagechg.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [9585be4682398de45a4e7fd4d2abaac372728ad2]

        #i113322# sw: && || ambiguity in romenu.cxx

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [099f5217822f2d7a45a6609c44a205d3d1b632e1]

        WaE: unused parameters

2010-09-30  Michael Stahl  <mst@openoffice.org>  [b1f1247c08c86e8b6284939f2d9fbc31d218256a]

        sw34refactor1: rework SfxViewShell_Impl a bit:  replace pointer members with smart pointers.  move initialization to SfxViewShell_Impl constructor.  remove unused bOwnsMenu member.

2010-09-30  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [fccc4b8579c4032b97c559d59f990b30d35deff6]

        i114826, [Automation][i_updt_1.bas]testacse 'tiInsertSlideExpandSummary' and 'tiViewSlideMaster'

2010-09-30  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [fdf85f72e775b61557142a391bceebc0355a980e]

        i114826, [Automation][i_updt_1.bas]testacse 'tiInsertSlideExpandSummary' and 'tiViewSlideMaster'

2010-09-30  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [82391496df6152d794c1f4dc437a087dd5678668]

        i114826, [Automation][i_updt_1.bas]testacse 'tiInsertSlideExpandSummary' and 'tiViewSlideMaster'

2010-09-30  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [3b705c55c9651e5236b0a82c9664665db1450381]

        i114826, [Automation][i_updt_1.bas]testacse 'tiInsertSlideExpandSummary' and 'tiViewSlideMaster'

2010-09-30  Michael Stahl  <mst@openoffice.org>  [5104cfc4b35a32ff3871dcd8f60079ceff2a608d]

        sw34refactor1: remove obsolete (due to printer refactoring) class SwPrtOptions:  remove SwPrtOptions instances with SwPrintData.  replace SwPrtOptions::MakeOptions() with sw::InitPrintOptionsFromApplication().  move some constants from swprtopt.hxx to printdata.hxx.  remove swprtopt.hxx.

2010-09-30  Michael Stahl  <mst@openoffice.org>  [3ffb5d1c462efed60ce2dd7f73af002f7cf6472d]

        sw34refactor1: remove obsolete (printer refactoring) ViewShell::CreatePrtDoc()

2010-09-30  Michael Stahl  <mst@openoffice.org>  [978512c43c879021aa4d8a0f5b94cd56b45455d1]

        sw34refactor1: SwXTextView: remove unused parameter from BuildTmpSelectionDoc()

2010-09-30  Michael Stahl  <mst@openoffice.org>  [a4cc3fc14c285d52192c77dba2657f3ede56ff5c]

        sw34refactor1: remove all but one overloads of PaMCorrAbs.

2010-09-30  Michael Stahl  <mst@openoffice.org>  [424441c8cce34506249904c197c8af7a7a5a64f0]

        sw34refactor1: clean up doccorr.cxx:  replace implementations of 2 PaMCorrAbs variants with call to third variant.

2010-09-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c29b0301264346bb3d6ff54899ee1a83625a6387]

        odf-flatxml-import-export.diff: load and save documents in flat xml
        
        load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications)

2010-09-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a75f1d394ca5a2d628c2e5318b93d9044fbe3889]

        odf-flatxml-import-export.diff: load and save documents in flat xml
        
        load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications)

2010-09-30  Sean McNamara  <smcnam@gmail.com>  [10cf3fed2d5636306df7e1b2c877dec049a15b2c]

        Fixed build breakage.

2010-09-30  Tor Lillqvist  <tlillqvist@novell.com>  [1b5c8615c8634024e8312b3ad38f8996bb6094c4]

        Intensify boost delivery

2010-09-30  Michael Meeks  <michael.meeks@novell.com>  [7c21dca89e5938c72c6d55e09792f00faaf0d4c7]

        Remove unused USE_NO_NAMESPACE defines
        
        From: Seo Sanghyeon <sanxiyn@gmail.com>

2010-09-30  Michael Meeks  <michael.meeks@novell.com>  [1a0dbb9f1451d9c0eb6b62ef981ac9ca454e3d62]

        Get rid of USE_NO_NAMESPACE
        
        Nice cleanup from Seo Sanghyeon <sanxiyn@gmail.com>

2010-09-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [039c16253801f3d2e3d446765863f406d633a6c9]

        pdfprint: #i94173# handle MAP_PIXEL appropriately on printer

2010-09-30  Joachim Lingner  <jl@openoffice.org>  [6649d8cc20b8147175ef59d3c870cfd2e47d72d8]

        jl160 #i114782# make libxmlsec buildable with older lixml2 versions

2010-09-30  Joachim Lingner  <jl@openoffice.org>  [101f7deee2d17eb5df8bd3687d50e818c363a2e1]

        jl160 #i114568# reinstall should use start flag = true

2010-09-30  Joachim Lingner  <jl@openoffice.org>  [b7f61395f7318ddb0f228815e525614f3bb9e7ee]

        jl160 #i114853# replace use of XPackageManager by XExtensionManager in xmlhelp

2010-09-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f7cefa123e655c73ddd656658fcca421b641b280]

        Don't build pixman/test to prevent build failure when wrong cairo is linked

2010-09-30  Michael Meeks  <michael.meeks@novell.com>  [6e6cdb9b227675bf1bd61079949c9a340fb3efb8]

         Remove some //CHINA comments and dead code
        
        Hi, I have removed some //CHINA comments, dead code, and reworked some
        comments in a few files under clone/calc.
        
        From Luke Symes <allsymes@gmail.com>

2010-09-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5bac830087fc7f5657ef8b5b0e4e57dbf0768acd]

        automationdev300m87: #i112208# - c_updt_filemenu.in used own code to do hFileOpenLocally(), replaced it (old code left outcommented). Added deletion of workfile at the end of the test.

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d388db8d412d4e6ac26c6d0cb1d6cd90af47feb0]

        dba34b: tweaked the makefile

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fe4a50d598615844b61704b7beb2a86d1681627f]

        dba34b: make tests runnable with a simple 'dmake run', and selectively runnable with a 'dmake run_<testname>'

2010-09-30  Tor Lillqvist  <tlillqvist@novell.com>  [536726c8a319e953c6b8d30b91c9953b1391fa5a]

        Deliver also the unordered/* headers

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [fb348bddc0a97985b0b72de703ee5271514f0348]

        #i114323# fix broken makefile, won't build under >= f14 otherwise

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [522a402edc720525a4354e8f728a9b7a9074a3e2]

        dba34b: renamed scenario file

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [739d57852596990fd32e7a1dd2e19ced3da6e738]

        dba34b: step 1 of including the complex tests herein in a default build, and making them runnable with a single command

2010-09-30  Joachim Lingner  <jl@openoffice.org>  [0e9b0a1f1282d9accc255f93fd3053d1f256087d]

        jl160 #i114550# crash in extension update dialog or updchk thread when an extension was removed and OOo was not synchronized at startup

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [d9d11875091e8cdd9cae72f96adb65cd472673c6]

        #i102142# Fix the notorious presentation pixmap leak discovered via xresgrind

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0ad2027d62bb820d7e7cb616f0c79c772f30e8af]

        dba34b: syntax

2010-09-30  Caolán McNamara  <caolanm@redhat.com>  [cb4db3bb71a06a91f9dac61e55d34e6e7fa02070]

        #i61927# bug from 2006

2010-09-30  Vladimir Glazunov  <vg@openoffice.org>  [5884223399e5cc35236880ea8923fecf57ea6a41]

        CWS-TOOLING: integrate CWS impress198

2010-09-30  Vladimir Glazunov  <vg@openoffice.org>  [87a8988aa9a523a08124c3b5574544361f45aed1]

        CWS-TOOLING: integrate CWS impress198

2010-09-30  Vladimir Glazunov  <vg@openoffice.org>  [f2d1a8122d423d548763550473423a1b77a9449a]

        CWS-TOOLING: integrate CWS impress198

2010-09-30  Vladimir Glazunov  <vg@openoffice.org>  [e6ddac800f4455e78bf5418fc17d2516148e8c88]

        CWS-TOOLING: integrate CWS impress198

2010-09-30  Norbert Thiebaud  <nthiebaud@gmail.com>  [41f99c6232f0b782817e9fb3e8dea9414c76d52b]

        Convert BOOL to bool in SwAutoCompleteWord

2010-09-30  Andreas Mantke  <maand@gmx.de>  [cf544e37d10780e448fcdc956b56a9967c8678d4]

        date-iso-fix and translation of comments from German to English

2010-09-30  J. Graeme Lingard  <jgraeme+git@gmail.com>  [80615f37f2dc18eaf8579ffe2f4017d69d838907]

        Remove unnecessary comments containing //CHINA001

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13b5be5ec753e5d08ae10b78114147d94a21c152]

        dba34b: #ii109580# impl_sanitizeRowSetClauses_nothrow: completed the check for order column validity

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3f80aa43531aecebaea860c7efbb4c95d9f4b6d0]

        dba34b: #i109580# don't attempt to apply Order clauses which refer to nonexistent tables

2010-09-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cac09540278a3e5b16406a508f7bb731d9dd4c7d]

        dba34b: #i109580#: addd TableName property to OrderColumns (created by the parser)

2010-09-30  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e389104699c6ef8e8bccf9ca568a2fec49ad0a28]

        Use fetch_tarballs.sh to download ixion and icu

2010-09-30  Rene Engelhard  <rene@debian.org>  [332538fc4e7e1225b6de4cd156d5498de5558c5e]

        make build.pls message to "prolongue" the build more understandable

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [79279751c2808294b9421c62376f5898ae0aa356]

        Ported fontconfig-cache-pre-substitution.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [f4acad762507644e571134d11d02b2b89e3373f3]

        Added icons for fancy document modified icon in the status bar.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [9f8f1b8d6f5d683948f64af4bf94c95934f799e7]

        Ported statusbar-fancy-modified-status-sw.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [f1a80a9f2de1751b5e350a870b31d6d96ace6185]

        Ported statusbar-fancy-modified-status-svx.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [5fef8677985208d688b50521c8c05a4b82ff9cd1]

        Ported statusbar-fancy-modified-status-starmath.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [adc9cd843559897a8c65d9d9da2a5e810223981b]

        Ported statusbar-fancy-modified-status-sfx2.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [63d22cc4048456fb33dda03e1f88b55b8a2f8ba4]

        Ported statusbar-fancy-modified-status-sd.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [a027830bbb817e910937f126b310b547ad0e79e2]

        Ported statusbar-fancy-modified-status-sc.diff from ooo-build.

2010-09-29  Sean McNamara  <smcnam@gmail.com>  [4f678fedc0fa502b355dacbbbd56e48e3c5f4179]

        fix libxmlsec build

2010-09-29  Laszlo Nemeth  <nemeth@openoffice.org>  [ac7b460879f8b87bfeb3da7d84a636d613e52cc2]

        updated Hungarian standard.bau, i#112387

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [8d56c285d42b5366d58c22dc1f1c3d1ea9cbaa77]

        Ported autocorrect-accidental-caps-lock-svx.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [fc239df0fd5920f6f0136d33cf57f247332f06c6]

        Ported autocorrect-accidental-caps-lock-officecfg.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [a32eaddb1479feb84ac859cb499a32b0f5558001]

        Ported sc-default-delete-backspace-key.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [718c0fe73251be083d032f0905880058128d4054]

        Ported sfx2-remove-check-update-on-fileload.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [49b7f991a509528302d2d1987d3f6c38bd108798]

        Ported autocorrect-accidental-caps-lock-vcl.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [ab1d54371ada41e122ccba03f6dc7c0982a3e4ac]

        Ported autocorrect-accidental-caps-lock-svx.diff from ooo-build.

2010-09-29  Andreas Mantke  <maand@gmx.de>  [3d2bf80a615ca7f73b3bc758334be840468e4852]

        a translation of comments: a fix and new translation of basic.src

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [5fc6b0d063139e73b6d6931baf7f3eee1660d16a]

        Ported autocorrect-accidental-caps-lock-sw.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [9a5f4ce6e257881ad49b5823e4fad9220e7a2e64]

        Ported autocorrect-accidental-caps-lock-sc.diff from ooo-build.

2010-09-29  Kohei Yoshida  <kyoshida@novell.com>  [3bd273aea8f29956c9bb5e8097bec1d4f5b871a6]

        Ported autocorrect-accidental-caps-lock-offapi.diff from ooo-build.

2010-09-29  Bartosz Kosiorek  <gang65@openoffice.org>  [b8d9894086f74d4718d168d088a30e6f40e03ff0]

        svarray: #i112395#: change vector to deque - possible memory bug (pointer address to vector could change)

2010-09-29  Justin Malcolm  <malcolm.justin@gmail.com>  [31018e35b1984aad1f01a389b1fd3428d52acf6e]

        I think that this eliminates the remaining //UNUSED comments
        
        There were still some of these comments (actually, a lot of them).
        The most recent attachment should get rid of the last of them.
        (fd#30442)

2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [23bfb3338707c9499f5ed9bedc4826b24ca1511e]

        fix a merge problem

2010-09-29  Andreas Mantke  <andi@linux-87ht.site>  [735fba058b8c26cf92381eece7fbba19e85fc992]

        the German comments translated to English

2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [566a61806c18e8245c001e5411fa4603d960c11c]

        rebase to DEV300_m88

2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bd726dfa8cb20a2c695c26fd15409e156267c31a]

        rebase to DEV300_m88

2010-09-29  Thomas Benisch  <tbe@openoffice.org>  [e02f52edb10a6fa3f1d33396c644e878d6c1c2ff]

        chartextensibility: merge with DEV300_m88

2010-09-29  Thomas Benisch  <tbe@openoffice.org>  [650b5147051166d400bc5278c0a74e55505fd59e]

        chartextensibility: merge with DEV300_m88

2010-09-29  Thomas Benisch  <tbe@openoffice.org>  [9c56588e756953d612a538e085a2d6c4ffb85c6d]

        chartextensibility: merge with DEV300_m88

2010-09-29  Thomas Benisch  <tbe@openoffice.org>  [bcb76b83b7ac714d5476e7f066f465a4bfb88b77]

        chartextensibility: merge with DEV300_m88

2010-09-29  Thomas Benisch  <tbe@openoffice.org>  [496f7a6a47a10865bfb491d25deffc17150c101a]

        chartextensibility: merge with DEV300_m88

2010-09-29  Tor Lillqvist  <tlillqvist@novell.com>  [3608fb66f24bac4ed925c7e681158a308465536f]

        Use The Document Foundation for CompanyName also for DLLs

2010-09-29  sj  <sj@openoffice.org>  [74686377ec36c4fbfa4b84063bfb13ae009e313c]

        impress201: #i101074# fixed background import problem.. now supporting ColorRef based background colors

2010-09-29  Noel Power  <noel.power@novell.com>  [c200ed4a9076e2d942d706c8fdc7ca2dd6522c8b]

        fix for bugs.freedesktop.org/show_bug.cgi?id=30452

2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9c90c77200562328c226f35cb14ee6ae9a135b71]

        fix a warning

2010-09-29  Juergen Schmidt  <jsc@openoffice.org>  [5d868ad4ccb6dd9f2c77a8738eaa52fb16fd65b5]

        jsc340: i113043: check the ure-link to support linux distors that move the different office peices somewhere else

2010-09-29  Tor Lillqvist  <tlillqvist@novell.com>  [52ca037af1c56b34bbe016f230303bb6264c2bd5]

        Remove leftover unneeded and buggy debugging printout
        
        From seamonkey-source-1.1.14.patch.diff. See
        http://qa.openoffice.org/issues/show_bug.cgi?id=84961 .

2010-09-29  Tor Lillqvist  <tlillqvist@novell.com>  [82e19e2f2a6270144c3dbad40c902b5c51ff69c4]

        We do want Windows error messages when built with debug=true
        
        From win32-no-seterror-when-debugging.diff.

2010-09-29  Seo Sanghyeon  <sanxiyn@gmail.com>  [f5cc5634ebb1fd3834d963534650c9f62f00783a]

        Removes is_valid_index method for future migration to STL

2010-09-29  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d2c13df2ea23ed334ce37c4fc9687252ff100d51]

        sw33bf10: #i105461# write missing parts of OBJLBSDATA sub record

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc3f6b2c1cbe3972642b54d7b20022ebfeb47bae]

        dba34b: #i109580# (preparations)

2010-09-29  sb  <sb@openoffice.org>  [e31fe5beb2debc2132cb31b9f15e2104f3b4a3ea]

        sw33bf10: #i114793# missing rename crash_report.bin -> crashrep

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9a6a8627c6b9ae98b5773d9791c75582cf1dc043]

        dba34a: #i31275# findMatchingEntry: start with the 'current + 1st' entry

2010-09-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1aaca7da01b830bd5bb4e6e4001c1cacdd77d243]

        add exception file

2010-09-29  Thomas Lange [tl]  <tl@openoffice.org>  [58bf3b5b2fb53c57ea4f192146472b6d31074640]

        cws dict33a: #i114603 yet another update for the nl_NL dictionaries

2010-09-29  Juergen Schmidt  <jsc@openoffice.org>  [dfb4e2536e117d94200a8515085e2d4a36850962]

        jsc340: i113227: apply patch for mingw

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [459d32f413c86e9c008c72e6d514178ee32007d5]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [8db9c0737d347e8ce675fa28d36c0e63da08ab66]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [333c929187c9b9819f2be634ee0ecf589f711431]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [4d173f39926d9c98966b2925fa833ae3378aa16e]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [b778e32114bf63124d3e0e49298fb2ea4ce240bc]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [5898d6651fb613a6346eb8c1957ddbd77357f0f6]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [3db3d0728c6ba9f3277b32d3fefa900ecbcaf5f5]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [d85a397d640de2f1d339c16dd1fad978fe828f16]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [fbf4debe5f231fc9541385cb7781677a6e974ab6]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [0b5a8e1e0ced5f609358ea9d562e60e72de45793]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [fcc1fc85a497c0e67ce07465d8bb4c6e39a42054]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [f4099bf6f6d055cd88261e852712ba2565e8d618]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [553c8d5ac9a35f9dabb0aeaf64f1cdf27f04497b]

        CWS-TOOLING: integrate CWS sb129

2010-09-29  Thomas Lange [tl]  <tl@openoffice.org>  [7f245231f6129c8b9c2122771906312ae76a4de9]

        cws dict33a: #i114774 thesaurus patch applied

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [15b943381c01954ae9ed7290c455f91aea22edb2]

        dba34a: #i112617#

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [9d2e52fe772b65cd814b2ea573325ff8599cf959]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [1f64b659bd4789052399373357c19e7e8c34f3f9]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [dbc392973cc6f0e1620a975b1aac3bfb75aaea8c]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [018583c60b95ab6c5aace51960764de4d64dd95e]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [92b2967db62522079dbcbbe91c39e0978844390b]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Vladimir Glazunov  <vg@openoffice.org>  [03aa7ab71b66b63704a3dd1a98e024fd97c5ff6b]

        CWS-TOOLING: integrate CWS tl82

2010-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [da4c41c60b8224888486111c1bc01c813ff670c5]

        Removed some other UNUSED comment

2010-09-29  Norbert Thiebaud  <nthiebaud@gmail.com>  [952fdd9c09a427bf15fbcd080dc99920d1887d94]

        Removed some UNUSED comment

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0d8c89a3dcf270416d38c3e12ef8d90acb413305]

        dba34a: if there exists a data source registration from the previous test run, revoke it

2010-09-29  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [94ff531ca59a495547530f5c080d8e04e1f34ace]

        removetooltypes: #i112600# some more changes in vcl and tools, reverted config strings in l10ntools and rsc

2010-09-29  Joachim Lingner  <jl@openoffice.org>  [c8108e906f998f14a0a7f0125674970b55def952]

        jl160 #i114794# registration data folder of bundled extensions in the user installation references PREREG registration data in brand/share/prereg/bundled folder

2010-09-29  Joachim Lingner  <jl@openoffice.org>  [22d35b3da3f3711a35da8ea26599823e4a0491b1]

        jl160 #i114794# registration data folder of bundled extensions in the user installation references PREREG registration data in brand/share/prereg/bundled folder

2010-09-29  Joachim Lingner  <jl@openoffice.org>  [1dc4184c9bc6bbb32a657d205c90422b9790ae38]

        jl160 #i114794# registration data folder of bundled extensions in the user installation references PREREG registration data in brand/share/prereg/bundled folder

2010-09-29  Joachim Lingner  <jl@openoffice.org>  [985fde0fa91498cf165d482ed306740adfb9a5e8]

        jl160 #i114794# registration data folder of bundled extensions in the user installation references PREREG registration data in brand/share/prereg/bundled folder

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [66a9fd3f8e49c7b71efc97a8cdbe36ad5f1c8446]

        dba34a: WaE

2010-09-29  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c8c5ba6a21754c0fd28dcc8a9d2322c3e30d545e]

        dba34a: GCC WaE

2010-09-28  Justin Malcolm  <malcolm.justin@gmail.com>  [4c2fcdee1949996c6f63d1f0645e5cb2edf8e00d]

        This gets rid of a great number of the comments
        
        There are a great number of places in calc where code is commented out
        with lines staring in "//UNUSED".  Since 'git' is being used, there is
        no reason to keep old code like this in comments.

2010-09-28  Gil Forcada  <gforcada@gnome.org>  [ed4f972c1f118d2f3d2a578416e720f3b251c996]

        Removed all //CHINA-like comments

2010-09-28  Rene Engelhard  <rene@debian.org>  [5ce76a9b8c0d1f09034096c84926fe171b0a58f1]

        fix build failure (must be pos1--, not i--)

2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [13b0fc7375271ed58f563306ef57f81808ac9289]

        vcl115: #i89397# update state rect also in maximized case

2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da4b631586405f189864db20305607550674dec5]

        vcl115: #i89397# SetWindowState now maximizes again on the correct screen

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [c062dad9b1d937a975354ceee75b7f16b756c2d2]

        Ported calc-xls-export-row-height-wrapped-text.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [08e0f9aaf1275398b93b6e75381c8398067af57e]

        Ported calc-perf-rowheight-no-progress-bar.diff from ooo-build.

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [39446c709a01a26108e7e9f4c3bf666c4c5d4600]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2ccd23bdf7710ffbc248d3a60c3e90ddba7ee344]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2f799fd884a54022df843e4302bfd77eb9c17b78]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [93fc84c0fa981203b87323bf7ab15f2f24173ba9]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e40ef50174cc7f51659a7dc5d1dc717d741fbff9]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [74fe3fcf1a7661f21678d0f05cdd4de943797377]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5b68ea68378953e16ec0e28ce326d2c6a896cccb]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [482b89ec1c04268f4d9b88bdfe51fff52d8c6f40]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3043a8c3684a21ec377a52436bbcebe50db0b453]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [45a0ee3dc399b280e117fa61bdce0a4c56eba2fa]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [38fe0139663141f743f81c33aeed5d80ac4a8c94]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [3613eb5b60455acec8675da450ad320be7fe6839]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [17704a0c6367cdd1c40785cd4adb70dfcc4e3c5f]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8f0d95e53c9e23b195780c31fce59892cdf9dc58]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fe5564d6ce62415b0e77b9a150e0f54155b1a83c]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2e5a48127050d6946f208a5fbf0236784771e45f]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [07e200fd6ceb1ec01bc01e06121db68db4fb9b97]

        dr77: rebase to DEV300_m88

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d85bdb1f436b345efd632992150a4915e00e1227]

        dr77: dump hyperlinks from document summary stream, corrected filter name

2010-09-28  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5876446a3676757726faab0698a9d5bd146355f0]

        dr77: dump hyperlinks from document summary stream, corrected filter name

2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ed7ea296b2f7338477806e25666a1f85e8e8ace2]

        fix a warning

2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [ffa480fecf420f2a667538950defa87b2e562185]

        remove warning

2010-09-28  Sebastian Spaeth  <Sebastian@SSpaeth.de>  [4d45788533940100b53249adeeba9aea04be8cae]

        fontdialog: Convert switch with only 1 case to an if ()
        
        This is a switch statement that only ever checks 1 case and has no
        default action, so make it an if().
        
        Remove some commented out code in the switch while taking the git
        blame anyway.
        
        Signed-off: Sebastian Spaeth <Sebastian@SSpaeth.de>

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [b7ea2eb235396dfdd079d9c68819610c5d4e4f2a]

        Ported calc-perf-filtering-with-notes.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [5157d9a63e4501d7ff2e20afeaf5dbadbb43ecf5]

        Ported calc-auto-tab-complete.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [2d301b6f4afc6e961e69b8821c0c10b43c7f5066]

        Ported calc-find-replace-skip-filtered-sc.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [26d5cf1ecadc17e5c6aff071b8750b9fadaa1d28]

        Ported calc-find-replace-skip-filtered-svl.diff from ooo-build.

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [fdd560163ef33ffec53b8cd559014a1b40958df0]

        CWS-TOOLING: integrate CWS ifcmap01

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [6debc8710fdd6d534a63ec40e205bee87a8b084a]

        Ported calc-ods-sheet-protection-sc.diff from ooo-build.

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [50d37ce06a1cc6fe5539679586867f2d453c3a93]

        CWS-TOOLING: integrate CWS perftest12

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [17d59daec19bcbcbd06444a611c86170c2acd857]

        Ported calc-ods-sheet-protection-xmloff.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [a8d9efc16d313a5c8c530f5324f2e067f3013d5e]

        Ported calc-ods-sheet-protection-svtools.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [d19be7acbe78e7b25fc6349e1db7fd9c5974cc72]

        Ported sal-strintern-speed-char-upper.diff from ooo-build.

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [d180ca63bb8391095ee8aa69f47073b2bdbb029f]

        CWS-TOOLING: integrate CWS ause125

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [0f7da1b1e91958f9d4876500a6ab19663d61c0ff]

        CWS-TOOLING: integrate CWS smoketest28

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [e3b425d36ae42f457a015000955c088158f541e8]

        Forgot to add new files created by cws-koheicopyborder-sc.diff.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [be2150398ce765b87d44ada8a13c09345be52e22]

        Port cws-koheicopyborder-sc.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [23315165f4186e10a918348ae0e3c14e8575846a]

        Port cws-koheicopyborder-svx.diff from ooo-build.

2010-09-28  Kohei Yoshida  <kyoshida@novell.com>  [f2ab6ab8380f520ede5a46bfe5cf014dad97f05a]

        Remove datapilot autoformat feature.
        
        This reverts commit 1cd57db36c14e98190311ceed238c01f2dd60eea.
        
        The current datapilot autoformat feature was done by "duct-taping"
        two separate features together which don't mix well and cause stability
        issues.  This feature needs to be re-implemented the right way in the
        future.

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [36c98d7d5b8f7f19baa452d0c2ae2b503ae90b99]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [b5c1fa594aa3a1a01b21f032bef06785b21bc763]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [6bb822163761a8fa442017c9bb6db238187e87bb]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [76ce927a891e8dd3ba9ccd33bfdce0451102755b]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [b87503b4660cc52feb0e856d77c55a946007a923]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [73365c46d1a8736ced28a9df26361057dc2848cc]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [c645ffce3bd6cfc39468cca28b70e4564a0264d5]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [c7996ea697979447de7db3fb31af8c370d3e97c7]

        CWS-TOOLING: integrate CWS sb126

2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [b42596ac9af6a3c7b33c8ad67acd94fab33fe4da]

        fwk149: #i114668# check whether the directory can be opened

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [44639c847a494a7515d8bdc40c5ca2220bb9dc7d]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [f9b52383dd769df41dd94b49a0e75aeb20e4114b]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [174354d508270ec7fad2c0b6a08db6f473073f88]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [9210e442de76add2aaf8c0a47c9c6ce92b318224]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [a76c058829e596b116039826a7885f8a16047a72]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [78df694e68b567965111e9446711aab1be6300ed]

        #i10000# changes from OOO330 m9

2010-09-28  Vladimir Glazunov  <vg@openoffice.org>  [9a8ae5b0355b028a3125d3852d79621162c4cd3a]

        #i10000# changes from OOO330 m9

2010-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68d5cd211845483adb0c37fb05f58d37bfd21052]

        ause123: #163579# cleanup baseline usage

2010-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a7fec98ccf1445723333e896fd96e650c3a7d9ac]

        ause123: #163579# cleanup baseline usage

2010-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05afdef3f7246393a77b2ff505f541b7c10f749a]

        ause123: #163579# cleanup baseline usage

2010-09-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [40d960cbdba0dbd445d624f62a523b7e78d5f5c9]

        divide pdfwriter_impl.cxx

2010-09-28  Joachim Lingner  <jl@openoffice.org>  [5f77e8fa8af8f46be095b1e1df7b9fb6d3d401de]

        jl160 merge with DEV300_m88

2010-09-28  Joachim Lingner  <jl@openoffice.org>  [07a5efd52f4ff499c94d54778af056b0263b7bab]

        jl160 merge with DEV300_m88

2010-09-28  Joachim Lingner  <jl@openoffice.org>  [a90df1b84208f8d11ebb3d3ec7899ad524506355]

        jl160 merge with DEV300_m88

2010-09-28  Joachim Lingner  <jl@openoffice.org>  [8079efdfdc89cff7deade3a204e4ed1e863f309d]

        jl160 merge with DEV300_m88

2010-09-28  Joachim Lingner  <jl@openoffice.org>  [74ba81951f2c6686b837a7aa409b14f3c7ef0480]

        jl160 merge with DEV300_m88

2010-09-28  Rene Engelhard  <rene@debian.org>  [12c6f530ad66f024913ea45fa22f34da39b8080b]

        remove undistributable .PS files from psprint_config

2010-09-28  NeilBrown  <neilb@suse.de>  [bb58dbf969a4bfc3bf7dae8577e05bf7756bd99e]

        Improve randomisation in 'dissolve' transition.
        
        The loop for randomizing a list in the dissolve transition is poor.
        
        It randomly chooses two element and swaps them, and does this N/2 times.
        Thus a total of N elements are moved.
        It is probable that several elements will be swapped multiple times,
        leaving it probable that several other elements will not be swapped at all.
        
        This fact is quite visible when transitioning between two very different
        slides (e.g. 2 photos).  While there is a lot of randomness, there is a
        clearly perceptible top-to-bottom 'wipe' happening at the same time.
        
        So change the loop to provide true randomness.
        We randomly choose an element for the last position.
        Then randomly choose one of the remaining elements for the second
        last position, etc.
        
        Signed-off-by: NeilBrown <neilb@suse.de>

2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [622f4846bb6e48873cbb00dc8a167a650b880f31]

        fwk149: #i105142# avoid the crash in case of broken file

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [da8ba80c5a1310f77a6cf2f69381ac9bb601fd8f]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e12feba0767a7e3efd207000eb97291c5966ce5a]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bd2e32b2a38cf48dbfc53d1e9db4d9b8cb48ebf7]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [541a7bd50c110ee61a612c43982dda3815c9c29d]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [58d4e67ebfa37547063c103613ef786ecb65bf82]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3efec2d89acdae3b1296fcca7a56b56f110d29a6]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c7cd474ea28b4923c0b520815c071dee2ebc8918]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c95db1dc3d75b559fa544b8626d555ab442ef5c9]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [75b0496691859d25e6463a05d129b7f0890a6af2]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [730b1475879d2697949c33f279e9561e0a2371da]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7df4e60a095d6a8764981eda1f1423367e2e10a9]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [79d086d38f6ab0027c403ccfe7620971b86bbc6d]

        Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300

2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [1724393d0044cdc535f635cc15d957176554c6ea]

        fwk149: #i112602# integrate the patch

2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [fb6c6dc02e06207c4a8b2279f9b30d6a954cc47f]

        fwk149: #i106591# do not use mmap to copy files

2010-09-28  Tor Lillqvist  <tlillqvist@novell.com>  [4438b99e247ba7d5e24f3d70cd9567497556918c]

        Pass proper parent window handle to ODMRegisterApp
        
        Use short code snippet lifted from
        fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx to get a
        suitable window handle. Should fix bnc#398822.

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [877896a2231a61823464c546c61daeb8a42148a1]

        dba33k: merge

2010-09-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [97547b76291f2b10045ce4c57b83672391a43db4]

        automationdev300m87: #i112208# - And reverted last change - debug is off again.

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [8876f0c966d9b161ddee0cb698ed2d1386717c21]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [e44885fd24a23b62e8624d54c681bf9ddc506316]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [66d011a310fa779a0b3270c38e4bd4fababfa8d1]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [9a40168865a9753e91ac01f6b3248f8bcc2e2eb8]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [ea92f38256cff9ea984196f7457d62ddb4a6ada1]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [4c97ff1826c4ea5d91d361c2ed3d3643d4590868]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [bdbc0a5eb99a9e82f97130d045d63ab08f848baa]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [87e8245ce50d2d1f01b8d06876cf95b1c41eba0f]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [a6a039f4f9094ef0eb88d49d888cea4fe1b0dae2]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [8d64f31c5eb4846391d1e99820cae43e44914bc1]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [ae43a7cbda91a6a4b1f1d6d1f6409ca0467458ae]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Petr Mladek  <pmladek@suse.cz>  [b3e4a383f9625efd9a88fc2c2317c316f32d8b6d]

        Version 3.2.99.1, tag LIBREOFFICE_3_2_99_1  (3.3-beta1)

2010-09-28  Mikhail Voytenko  <mav@openoffice.org>  [15a16e9d8273d05aa8b72c727e964117b84e00a5]

        fwk149: #163442# no password for powerpoint filter is supported

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0567b5beb387e3b76d26e43fc6d1c69df0c1de89]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33j

2010-09-28  os  <os@openoffice.org>  [e98c2f526d1a05bed27bc1a82717c9e349d2bf43]

        #i114781# envelope dialog preview fixed

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f7c9efe9c6253d809ccbe157c2ef66ff6821522f]

        dba34a: #i114792# restore m_nNULLPos/m_nBoundColumnType when old list data is still cached

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [acc5e9f794ed60e49d0b146e72e86e06e6b78e86]

        dba33j: #i113631# loadData: restore m_nNULLPos/m_nBoundColumnType when old list data is still cached

2010-09-28  Michael Stahl  <mst@openoffice.org>  [f711eee6345574feb835cc19b783a3b8b6303b18]

        sw33bf10: redland/prj/d.lst: missing mkdir inc/external

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7f4c6d8e6ebb503638acb3325a0a414543258d10]

        dba34a: GCC WaE

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f23b151efd588900c91bf36fd7ae211989c9fc60]

        dba34a: removed assertion from impl_matchPropertyGroup - it is allowed that no group matches, as long as we did not migrate all properties to this new mechanism

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b65b7928cb68656a615fdba993e9cb7192609a06]

        dba34a: recognize hsqldb.compatible_version in the properties file

2010-09-28  Dirk Voelzke  <dv@openoffice.org>  [9cf6c5592989c25126b004fe4cdecb86ce49bd5c]

        #dv22#i114788# Add 'show license' to extension popup menu

2010-09-28  Dirk Voelzke  <dv@openoffice.org>  [289865fae9d4a7d6d079894124bf47747b37d906]

        #dv22#i114788# Add 'show license' to extension popup menu

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f41c780b2771695421d8d2a1e8dc9d2229d786f5]

        dba34a: #i114752# allow setting an empty reference, not only an empty Any, as ControlLabel

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4a449bedfdbfd6f70de0bf36b7b7ab6bed0af859]

        Fixing some merge errors

2010-09-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [433a39eda2666c5a3a21abfa80d728200ec0f95b]

        dba34a: #i114785# removed assertion - not really useful, and the asserted condition is in fact valid in some cases

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [25220eefd94361a11e4ed556be41d746b75d7d3e]

        LibreOffice branding: fix1

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [86a86028a1182f0729894da27532f497a7505a8f]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [afc5c0c4402ac15a0c54f8c83bea9aae6f53b685]

        LibreOffice Branding: first cut

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [024a388c2a3b5bf9c2fcc6f5a195c76b59372a63]

        Fix a typo in the show license code

2010-09-28  Thorsten Behrens  <tbehrens@novell.com>  [b54e4b440b05e5936d769807c44da8d6e47b6b9c]

        LibreOffice branding: make smoketests work

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [07b5ca666c9b45d797793dcf735edafea2e54ad8]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8787bad9863d67cc5be3999894867711b7aef61e]

        LibreOffice branding: fixing windows icons

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5515c64c79a51f8fc62dfc18bfe8f3bc7a88f066]

        LibreOffice branding: make printeradmin desktop file work too

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [9c2de4f2981f7b95d10eeccc253d79745123cdb4]

        Reverting the icon change / decoloring

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b1cf810a8e7342ad5d518528fd58266daf6e90ec]

        LibreOffice branding: make desktop integration work (fix2)

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [89471c04814105a3d819abd054d7ad53c5ac8016]

        LibreOffice Branding: first cut

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a677e717e322d39831569972fbd09466c823e25a]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Thorsten Behrens  <tbehrens@novell.com>  [84faef68713b132b95e2c07e975af7d4e93c91ea]

        Update Mac installer image and icon config

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [dd4b2726fd94651ea378f86fd4e157bc2ddb11ec]

        Updated nsis installer icon from Chris

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [d3966d009a65b7775bc38a0d8562aa373cbe2b7f]

        Shrunk NSIS banner image by three pixel

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [04584d63e072c7d50feaf374a67255818379ecb4]

        LibreOffice branding: some more win32 imagery tweaks

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b597dad31fd4e00209c89d46044eac09a0d31625]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [ef8097cc5e12622239b570aca2f38091b5383c24]

        new libreoffice artwork

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e01cab90b98ac1ce76cb1518e51e4c73537a8875]

        LibreOffice branding: fix1

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [232deabc45e2c24c8f91296d8f5afbda4f0c5289]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d8f214539203e7575ab369315620c47cc2864af9]

        LibreOffice Branding: first cut

2010-09-28  Thorsten Behrens  <tbehrens@novell.com>  [8ba7d185626c60436814fe80271dc075c0ff9f7e]

        License file needs different path on Mac

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [bcd69209d3c5c5f1dd44321fc3c683900b5dbf29]

        Make TDF the default vendor

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6a3a8340a6c6550d4988b6c6a331eb91fbf6bee1]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [039d6dbda63abffff8eba9d87055ed37715b8b2b]

        LibreOffice branding: ooobasis -> lobasis

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [3fc91c7355e0b0d770bcc0b0aa792c6e7edbb3e7]

        new libreoffice artwork

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [0e4c8011b225282f2c0ae9f5194017be6f698f29]

        LibreOffice Branding: first cut

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f4f51d88e8aaaad07fb9a08b6433bf61913ca1d6]

        Replace the "Help Support" menu item by the "License Information" one

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6b014520d4d3043a0f6129e0c03d5eef65def499]

        LibreOffice branding: rebrand also images in ooo_custom_images

2010-09-28  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d387dace13fe1947ec5ad025ebd122ec6f13e3d0]

        LibreOffice branding: rebrand also the intro.bmp and about.bmp

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [f9692354dc0c8ca38d1d870d65f94a14f394154b]

        Reverting the icon change / decoloring

2010-09-28  Thorsten Behrens  <thb@openoffice.org>  [c01f6183fa5c39ad6f0b111b2ff4a2ed6b87e72d]

        new libreoffice artwork

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ee8dd603d8dda18819f1de4e805b73cfbaa74b0e]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da6a1820771c15a8726801ecf313d6d38e4ee7e2]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [721c18332eda570264c3726ef88441bcb884fa89]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [512c322944580276c9c1b98d872cf5d925a03418]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2768b48ed3ad36fd31c38b2cbb5b0b7c37afebf2]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [adfd945c6410ced94b74a7f3854725b97b750041]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2bdbb3ecf860f8642fb1206a27752986bb693cfc]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2ab0a16a185c613efc445655be42577e12cdd1fc]

        dba34a: GCC WaE

2010-09-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c73eb35e21eaf9a4c062da475af36b806741285b]

        limit password life time

2010-09-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [208de777d5af30720ba212a233283ba4c1ac57cb]

        limit password life time

2010-09-27  Carsten Driesner  <cd@openoffice.org>  [97fbd5818c12faca18c9b28546e8a6b82ba76994]

        dockingwindows: Fix further problems - moved more code from general layout manager to toolbar specific part

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [603ae0de4dee6000b053808ff1e8fd6e5fdcaf7b]

        fwk149: rebase to DEV300_m88

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [fcc4fd175ae8bab186dda242daaf99beaf3cb9a5]

        fwk149: rebase to DEV300_m88

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [edec87cc81931221f823ab56a2182daca578ebd7]

        fwk149: rebase to DEV300_m88

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [5762777d4910b51df2f76f6e442564170c83cad9]

        fwk149: rebase to DEV300_m88

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [edc391785324bea543205464ab07f97aa17f1a60]

        fwk149: rebase to DEV300_m88

2010-09-27  Mikhail Voytenko  <mav@openoffice.org>  [fcf61d5eb5339090b4b08f738b1de9850f457f03]

        fwk149: rebase to DEV300_m88

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a2e5df777eecd0e55aaba1ced97fb6dcfcfe7321]

        dba34a: #i97111# make the 'Test Connection' button big enough to display all its text

2010-09-27  Michael Stahl  <mst@openoffice.org>  [2c717f230b84c622e247fd8c146ab92cb877fd4a]

        sw34bf01: #i144667#: patch by dtardon: add missing include  for build with -DDEBUG_ATTRIBUTES

2010-09-27  Michael Stahl  <mst@openoffice.org>  [b225430c128823c0d3f8a85b1e32dc955a5b6c26]

        sw34bf01: #i114549#: patch by dtardon:  fix array limit

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f89f2b8bf506de0cc547ad596c75cbe1a0cf1ef1]

        dba34a: #i105989#  fixed sorting by function column

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [48430fa3814f790f8d17ba4ef452a86f436fc158]

        dba34a: removed nonsensical return statement

2010-09-27  Michael Stahl  <mst@openoffice.org>  [ca97777374b394342c7b27403abe10a5f39d362a]

        sw34bf01: #i114542#: patch by dtardon: initialize member arrays of BorderHandler

2010-09-27  Michael Stahl  <mst@openoffice.org>  [34a7b590dca429f3ede5a67ca661168c0789f0be]

        sw34bf01: #i114285#: patch by dtardon: fix build with -DEBUG_CONTEXT_STACK

2010-09-27  Michael Stahl  <mst@openoffice.org>  [0cb6c48328906e181f3b7cdc02dca25cbe52de0e]

        sw34bf01: #i114284#: patch by dtardon: fix build with -DDEBUG_DOMAINMAPPER

2010-09-27  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [2d04029ec3cc0306012d73ac6197be424c4cc734]

        #i114765# fix calculation of justified graphite text width (thanks kstribley)

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d764a2871b7042f8cd2eeb7f07b087f5c55efd5b]

        dba34a: #i105989# proper number of elements in m_aSelectionEvaluation

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12db5269581cb3728c9dd1edfe5fb58f7e696daa]

        dba34a: fix off-by-one in previous fix

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b3742608b22bcd85bc818257afff4f95b85e88ee]

        dba34a: #i105989# fix setEvaluationResult

2010-09-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [138c8c209cec4f90a64d4e3e147a00761ec4b329]

        dba34a: #i114770# fix getDate

2010-09-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9341a37b70c52eb5bd4521253355554a027c8823]

        Resolved conflict by accepting all changes from remote, changed back hFileOpen() to hFileOpenLocally(). Needs to be checked

2010-09-27  sb  <sb@openoffice.org>  [93cefc702040df21682fbe4b904379e7663986e6]

        sb131: merged in DEV300 masterfix

2010-09-27  obo  <obo@openoffice.org>  [7558c69a34dec6bf0740eec662a793239be41035]

        masterfix DEV300: #i114717# missing internal dependency

2010-09-26  Bartosz Kosiorek  <gang65@openoffice.org>  [c308fb2f18c0c09bdb821d8ef7f393c3505b2c3a]

        svarray: #i112395#: small upgrade

2010-09-24  Mathias Bauer  <mba@openoffice.org>  [fb91baaf8b807d19f7a0c1b7a4c48faddb3002bc]

        CWS changehid: sym prefix removed from commands

2010-09-24  Mathias Bauer  <mba@openoffice.org>  [20846c50fec84a1fa688ea1d307bcf4e0d3fbcca]

        CWS changehid: some manual fixes due to wrongly written identifier names in original files

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df76cd75dee1e539533b3c2b00b5d0330062fe88]

        dba34a: OElementImport::EndElement: don't assert m_aValues being empty - this is legitimate, especially for grid controls

2010-09-24  Mathias Bauer  <mba@openoffice.org>  [9c29290a086270b46c3ebc435e03fa684644f794]

        CWS changehid: need to go back to slot for uno commands that shall be executed with parameters as old testtool can't execute them; this compatibility hack can be removed once autotesting switched to new testtool

2010-09-24  Mathias Bauer  <mba@openoffice.org>  [fe8bc0c2c2a2dec162d9da30bb0684f1d00b842c]

        CWS changehid: several fixes to work with old testtool

2010-09-24  Mathias Bauer  <mba@openoffice.org>  [20c80bc1e2cdddd49e1c5e710f930eb78142a1b1]

        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>  [9f5cef4435e7db234b879e9130cf4e9cddf6f835]

        impress201: #114721# applied patch... improved detection of pict graphics

2010-09-24  sj  <sj@openoffice.org>  [68f609b72d9cc7ec3afbe108fa91e3271a62f65f]

        impress201: #114741# reducing memory footprint if mimimizing very huge documents -> no more graphics lost

2010-09-24  sj  <sj@openoffice.org>  [7b1b11b49e449ba2f73b2117d8f7cc9117fcc4bb]

        impress201: #114741# reducing memory footprint if mimimizing very huge documents -> no more graphics lost

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [86f6ddd251b6a5a9cde5b70b291fcc1819867116]

        masterfix: #i10000# add missing dependency to stlport

2010-09-24  Release Engineering  <releng@openoffice.org>  [ed14a8f19aa73df6aa569b27f879ef393535155e]

        OOO330

2010-09-24  Carsten Driesner  <cd@openoffice.org>  [06513cd01e1db6ca7ab4f9b05aff22d5c0f1b048]

        dockingwindows: Fixed many issues regarding the layout manager rework

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [47c0ac79eea410b8b110e2bf5abfc2d86ef9164a]

        dba34a: separate the handling of generic property/attributes into a dedicated method, which can be called at appropriate time by derived classes (if desired, otherwise OElementImport will call it automatically)

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [36524b9df562caa67e885575a25acc3bcf19e081]

        CWS-TOOLING: integrate CWS ooo33gsl09

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [11c892b46764590938f73a42862eb50b99438d9c]

        CWS-TOOLING: integrate CWS ooo33gsl09

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [8281fcfc6399d8f9d77bf848fc2ed2bf44321d24]

        CWS-TOOLING: integrate CWS fwk158

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [b6b8f0c43e964a77aa2c531d3721859ba954fdd4]

        CWS-TOOLING: integrate CWS native330

2010-09-24  Petr Mladek  <pmladek@suse.cz>  [32ddcb69164d01d94fd81126b690385aa62042c6]

        installer-get-path-correctly.diff: allow to get path also from ./file
        
        Otherwise, it installed the license files into ugly subdirectories
        for example into <ooo-home>/LICENSE.html/LICENSE.html
        even worse, the direcotry had the rights 444

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc85672befcbbca764c6a082040387fc2d41d8a8]

        dba34a: #i114733# SearchFile: expand vnd.sun.star.expand URLs before processing them further

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [4b6c4fc4feb688834833bd2cd352692bf0a619e5]

        CWS-TOOLING: integrate CWS ooo330l10n3

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [5f538bb8838536c0d9723a80422a579f5b32f9f5]

        CWS-TOOLING: integrate CWS sw33bf09

2010-09-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [216b2d9b41279501c359a27c2d188c591007d393]

        ause125: #i114625# prepend SOLARSHAREDBIN when setting AUGMENT_LIBRARY_PATH to avoid wrong libraries found by accident

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [fae87385f9be0b95d327aaf79f5d4c721c17f312]

        CWS-TOOLING: integrate CWS automationooo330m6

2010-09-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23a72b78a8fde3b20889d9cff13aadebaad58e19]

        ause125: #i112242# switch from -isystem to --sysroot for baseline environments

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [be6800e38eeb3b9d2fba059a6de4b8ae55853ad8]

        dba34a: during #i114726#: DocumentWindows also doesn't exist anymore in config

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [73409c47794eb117dcb59cbbda3eb16c299c2868]

        dba34a: during #i114726#: IsHideMarkings also doesn't exist anymore in config

2010-09-24  Michael Meeks  <michael.meeks@novell.com>  [9f3971de096d31346d50f47e23d6e290fbe088a1]

        Remove migration setting, erroneously clobbering UseSystemFileDialog

2010-09-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4c227c8eb3b025438557cb817f8e406d205b75ae]

        step1: put encrpytion parameters into PDFContext

2010-09-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [4d25643942f30ad94b853a65338098d842767ed8]

        step1: put encrpytion parameters into PDFContext

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [93bad4c812af128772d0c2682246610a6cf6ef54]

        CWS-TOOLING: integrate CWS dv21

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ebb2705e2e140f24afbe9c2ca86ff81e62147881]

        dba34a: #i114726# removed code using the non-existent IsSpellInAllLocales config option

2010-09-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [011ac751da6ad88af5ff9e6547f568549e6675c3]

        #i114703# better selection of localized fontnames (thanks cmc)

2010-09-24  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [585906551012bb231308bcc26a290b4c99651dbe]

        #i114703# better selection of localized fontnames (thanks cmc)

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2f2cdc424b7ab9ca60e31986d0601c4569a61d25]

        dba34a: #i98351# remove the (unused, and not existent in config anymore) IsGermanPreReform property

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ecbd2f0119229ef432e7076e5702ecbf7aa8e0dd]

        dba34a: #i114606# ~FmXFormView: do not only assert when our adapter list is not empty upon destruction, but properly clean it up

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8f345ddd4e3ac6683084f5e9c762df7b525cc047]

        dba34a: #i114606# render: hide the sdr page at the FmFormView before actually deleting it

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ffbc9d1d3e378e4b80b102d33096b178f2a8dd27]

        dba34a: #i114606# some refactoring (not really related to the fix for the bug, but perhaps next time I have some bug here, it's easier to understand the stone-aged code here ...)

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [7769d917d89bdf28007261f1a628d275df4c1f61]

        CWS-TOOLING: integrate CWS tl85

2010-09-24  Kurt Zenker  <kz@openoffice.org>  [e53388f4cf65cd733154705b06ee0655608187c5]

        CWS-TOOLING: integrate CWS tl85

2010-09-24  os  <os@openoffice.org>  [998aaaa640ef1163e4d4eb8ef408c209bae1ed36]

        header/footer postion fixed

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8051a0ab7bd9557aaf076650f48731befce32a1a]

        dba34a: #i114719#: it's allowed for a model to provide an empty view data container

2010-09-24  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1f42859596afd818a44681818fca914fa25b9911]

        Fixed i#114659: non-breaking spaces corner case

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ff043badc9a6254e70677f9266309deae4aa3780]

        dba34a: #i114698# allow for property change notifications for properties which do not exist as real property, but as attribute only

2010-09-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d3a48ab9c41bd4c7ba6b48fb70ce6b55026c9b20]

        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>  [192687015fcdb14eb5a56cd765edadc17a0f9275]

        #i114706# fix registration of alternative font names (thanks cmc)

2010-09-24  sb  <sb@openoffice.org>  [0e0f22cd9e5a7aa14fcf0ab56fafc6acb16eb9f5]

        sb132: #i97025# removed cut/paste test (using system clipboard) from smoketest

2010-09-24  Radek Doulik  <rodo@novell.com>  [84ab9817a6d610bd78f3a22a744cbe808fe8778b]

        Fix text paragraph autofit pptx import

2010-09-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [52c74840c9bdd4809f61d15a82150408966676ea]

        vcl115: #i114702# fix an off by one (thanks cmc!)

2010-09-23  Petr Mladek  <pmladek@suse.cz>  [322adf80e6d82f92b55bca1ff77b28072d904ec9]

        oox depends on filter
        
        liboox is linked against libmsfilter, so the module filter must be built before

2010-09-23  Vladimir Glazunov  <vg@openoffice.org>  [46a58eb98de72e647a38cb29820a76ea8a79ab64]

        masterfix: #i10000# fix for race condition

2010-09-23  Mathias Bauer  <mba@openoffice.org>  [72056dce2fde9a092c6fd28663fe61c8ccf4f085]

        CWS changehid: use sym: prefix to silent search in hid.lst

2010-09-23  sb  <sb@openoffice.org>  [0aa94e999fe32557c15f0caf1bda5a7f216e142f]

        sb132: #i113570# correctly pass char* to %s (patch by tono)

2010-09-23  sb  <sb@openoffice.org>  [c3c0ef6831829a1fc7ca4fdb296f62a3ff686012]

        sb132: #i113211# correctly pass char* to %s

2010-09-23  sb  <sb@openoffice.org>  [974a58a3f7f7974638ca73b465b15f2a428cc651]

        sb132: #i114422# adapted install_solaris.sh

2010-09-23  sb  <sb@openoffice.org>  [539c9d5ec17fd6f989c68611cf2fa626e9e28716]

        sb132: #i114193# accept old CppUnit 1.12.0

2010-09-23  Thomas Lange [tl]  <tl@openoffice.org>  [e2b1636e13781f4471197f3e15234fa281db2ce3]

        cws dict33a: ca description shortened

2010-09-23  sb  <sb@openoffice.org>  [c95c83950c9de73ca9a01f7b468b72b77c19c051]

        sb132: #i114155# use "en" as additional fallback locale after "en-US" (transplanted from 630d6876c61cd1e0d42b8aa18bfc2ab22079a20f)

2010-09-23  sb  <sb@openoffice.org>  [aa04a0319281bd20dec664c146aa920d8a13c5f6]

        sb132: #i114155# use "en" as additional fallback locale after "en-US"

2010-09-23  sb  <sb@openoffice.org>  [92ecc8d135c2aea3ccea8c7034410d7ac59024fb]

        sb132: #i114145# removed unused TESTDIR and NO_TESTS

2010-09-23  sb  <sb@openoffice.org>  [909f5d94aff411a9f6b5ec5d08218973209b4c88]

        sb132: #i114145# removed unused TESTDIR and NO_TESTS

2010-09-23  sb  <sb@openoffice.org>  [b0de0354848e0db374a7ff04da56ee223059e678]

        sb132: #i114145# removed unused TESTDIR and NO_TESTS

2010-09-23  sb  <sb@openoffice.org>  [c7ef3e0f1296dcdce8168d2117ae34ed96bbbf94]

        sb132: #i114145# removed unused TESTDIR and NO_TESTS

2010-09-23  sb  <sb@openoffice.org>  [92808f61784ee940bfd90fb300b5df43e7c05d08]

        sb132: #i114145# removed unused TESTDIR and NO_TESTS

2010-09-23  os  <os@openoffice.org>  [6af5de845541bef97f45a5bab770642c433d1a4c]

        shape properties wzDescription and wzName support added

2010-09-23  os  <os@openoffice.org>  [a2586c9696e79f1a49dca524dcff3297ab60fb6b]

        shape properties wzDescription and wzName support added

2010-09-23  os  <os@openoffice.org>  [0222f284c1646b2a467e1006e2c297643eb39448]

        shape properties wzDescription and wzName support added

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1ef070765562e33cf4d4e05b0378afe1da7046ec]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34a

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9ddf6d7da0acda47cb3e06e3dc0add0770ee0550]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34a

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fc73310fd6c7cb50fb92cafcac67fb29fecf732a]

        dba34a: merged latest changes from CWS dba33j

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6b0e8611d886a01ab7a5fe0d06e896c13d6cfeed]

        dba34a: merged latest changes from CWS dba33j

2010-09-23  Christian Lippka  <cl@openoffice.org>  [6e07e2bc6c242ccd5899194b86d3d521ae208ace]

        impressdefaults1: #i113957# enable full width by default for 'Default' style and 'Background Objects' style

2010-09-23  sb  <sb@openoffice.org>  [afe2be5bf8b540c3211f11bb5dbf02361d6374d6]

        sb132: #i113833# removed unused configmgr::Node::findMember

2010-09-23  Thomas Lange [tl]  <tl@openoffice.org>  [f199a0348a9ce408d024b353621d3d967df25901]

        cws dict33a : #i114681# ca dictionary update

2010-09-23  os  <os@openoffice.org>  [9fe0eea973982c11997051e271258301b955947a]

        export InputFields as FORMTEXT

2010-09-23  sb  <sb@openoffice.org>  [95f896ad47d50f5b4792417795df3ef3dc9a10c9]

        sb123: #i114211# disabled xmloff.Impress.XMLStylesImporter::com::sun::star::lang::XInitialization for now

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7acf233d5c2dbb3bf996a9893a84c030e9a9e4c5]

        dba34a: #i114671#

2010-09-23  Christian Lippka  <cl@openoffice.org>  [ee656c5f7002bd50f8915372a9cb4591c70a6c14]

        impressdefaults1: #i112006# changing defaults for a finer grid in impress/draw

2010-09-23  Noel Power  <noel.power@novell.com>  [fd49cf40977f4ccab6323037ff8788dff3844c0c]

        tweak smoketest doc to explicitly use Bibliography

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [baf8bc67f0e2dd2c583b3759351ed94c1521f3e0]

        dba34a: #i114671#

2010-09-23  Wolfram Garten [wg]  <Wolfram.Garten@oracle.com>  [9c8142e720dbe278031a8d0f378bb3cd666bc724]

        i113714, adding SL language to INC files for g_spellcheck

2010-09-23  os  <os@openoffice.org>  [a7326cb13e5970dee9d16d99faf4ae055625f026]

        merged

2010-09-23  os  <os@openoffice.org>  [03d60f58b64e904a00521de4ffd9341c11450b20]

        merged

2010-09-23  os  <os@openoffice.org>  [9f6cddbbda6d0ee066af4066dfc80aa7d97550a4]

        merged

2010-09-23  os  <os@openoffice.org>  [9257a105c050c540e10b3ce4da5e9bb1f23173a4]

        merged

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a4789a0d3867b5026669c3b959963175eeeffca3]

        dba34a: +assign(Any) / +getNames

2010-09-23  Lars Langhans  <lla@openoffice.org>  [a44a97eb905e7edd6dc9abeba73fc8d0ca068a38]

        perftest12:#163613# cleanups for O3 usage

2010-09-23  Thomas Lange [tl]  <tl@openoffice.org>  [f5d32edd248dbbb51f47bc4ce1d066c0e2c19e5a]

        cws dict33a: #i114638# vi dictioary extension fixed

2010-09-23  Christian Lippka  <christian.lippka@oracle.com>  [0336bdb79be24d95dac3ab814c52a8738aeb5253]

        dba33j: #i111302# fixed truncated strings

2010-09-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [259eb04088fce130dc30f63113a0c84511431224]

        dba34a: #i111000# make UI names for the PDF import filter unique

2010-09-23  Tor Lillqvist  <tlillqvist@novell.com>  [be104f270dc46de0c64ee897ae961a5308f51e59]

        win32-no-uninstall-survey.diff: No calling back home, thank you

2010-09-23  Bartosz Kosiorek  <gang65@openoffice.org>  [6b012adb2dea1d85d1277fdeead554fd1ac1a76d]

        svarray: #i112395#: silent warning

2010-09-23  Bartosz Kosiorek  <gang65@openoffice.org>  [0873bb16c539d9fe60d4b343894c279671051aa0]

        svarray: #i112395#: apply deque to WritingDirectionInfos

2010-09-23  Bartosz Kosiorek  <gang65@openoffice.org>  [041f8d5d68db12b330b8969d1feb35de82dd2b22]

        svarray: #i112395#: apply deque to ScriptTypePosInfos

2010-09-23  Bartosz Kosiorek  <gang65@openoffice.org>  [80226477b68c88c57568f4d501a90ec15c9a4b59]

        svarray: #i112395#: replace general cast to static_cast

2010-09-22  Bartosz Kosiorek  <gang65@openoffice.org>  [4503c3f4012ea81470b146cf77a0603e1b96d937]

        svarray: #i112395#: remove svarray from swparrtf.hxx

2010-09-22  Bartosz Kosiorek  <gang65@openoffice.org>  [e9aa6e972e338cbc25e5f1f0574ef60c94e1aea5]

        svarray: #i112395#:  fix editeng/inc/editeng/svxrtf file

2010-09-22  Christian Lippka  <cl@openoffice.org>  [4301e7117ecd4cce62483cd17b81c1ebdacce072]

        impressdefaults1: #i112004# toggle rotation mode

2010-09-22  Thomas Benisch  <tbe@openoffice.org>  [d48f5d434a41d9d785a5d89f7db4337b09a2f512]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e5ab3e1c6d76f36d9d1fe44f5c48981fc9e73942]

        dba33j: unxmacxi.pro: WaE

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5e8e3f41a72bf7be444b501a97481443fce5a23c]

        dba33j: GCC WaE

2010-09-22  Kai Sommerfeld  <kso@openoffice.org>  [89b5c5c61e664eb98b3e78324a904dbe9ee48e42]

        rebased to m88.

2010-09-22  Kai Sommerfeld  <kso@openoffice.org>  [59d982c0709bdacd0bd3d22e1caf46823f43e270]

        rebased to m88.

2010-09-22  Kai Sommerfeld  <kso@openoffice.org>  [1ab5c7561b9fdf579c74a8cb98e5749589c5cafb]

        rebased to m88.

2010-09-22  Kai Sommerfeld  <kso@openoffice.org>  [a22764f91490d8f4f95d104c2f4872305ac95a63]

        rebased to m88.

2010-09-22  sb  <sb@openoffice.org>  [50fd6494adecd22a76db1ef73bf0971dac0a8c72]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [5375b2c92846330f09a1779aa454ee9d21e0e94f]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [7e7e8ce955f3b68c33b62008da765b440acead36]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [d4b7acc6f5e5d58103f238339f100dc1daaba43e]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [2a31877b6a8a91073b56a32e457ab34b990455c4]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [9273e82bd195c955a96b2a3a60cc96423f3b0d11]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [f6d317b72ba18afa7ee8aea8a4a5eda23c516b96]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [bf3fcee60b48a0db01d346eeeb0e7bb517159c96]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [cdfb2f1e99bb6905a76a65896eb1b98a37bf65d9]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [a4811ec3dcfb8d54cb757065835707c209ef6c64]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [15d33e2d7338996aff7d1bce2d7955d5f7c9e4c4]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [8d0efbccca27ec21ce9fa51b7df3b5f3eaedea86]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [67f0d752f0454754c03b6fbf47808af51a2daeac]

        sb123: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [288b341962ae19d99ef2fe98a725faacc3871c7b]

        sb123: merged in DEV300_m88

2010-09-22  Christian Lippka  <cl@openoffice.org>  [d8cba2db6ae4a6a073621215515aec6f0c4fc606]

        impressdefaults1: #i112000# changing snap toggle modify key from mod1 to mod2

2010-09-22  sb  <sb@openoffice.org>  [ed31d7faf70a2b5f197cc7e0172244d9139c54cf]

        sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleContext for now

2010-09-22  Mikhail Voytenko  <mav@openoffice.org>  [b86ec6f20a6ee63fa56cb8b2a26fe8ad04a79be3]

        fwk159: #i114231# use login token if there is any

2010-09-22  Thomas Lange [tl]  <tl@openoffice.org>  [f8950c9ad7f5668ae6496dfaf3b8953069ce927e]

        cws dict33a: merge with OOO330_m8

2010-09-22  Thomas Lange [tl]  <tl@openoffice.org>  [8fbb5510a30541ee4a09f6e27acdc4e9d40126fb]

        cws dict33a: merge with OOO330_m8

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [88b2ef956e21d68d399f503fec6d39c56dbde2eb]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e316fbefcb0f74cb29f6f77ad774d4cce81cd267]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [024fd8d99dbf50b1e093ab3459602641d74dfda9]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aa78e61f9b88037f7cf7d68d2c4a8ebca92525ff]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ffeb010a533824bac4752be358e7025325f63b37]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fe7293c9a462b355cf399dee53f0699e5481b7ff]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ed0ae9d339b27e72716efc68e5beead51f0a2b88]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [19049cbccaf84c4b864a15ab2179c7aa28a1f21e]

        dba34a: pulled DEV300.m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d0f2a789f8ca0f95f3651f78749bc646cff2ec46]

        dba34a: merged latest changes from CWS dba33j

2010-09-22  sb  <sb@openoffice.org>  [9bb3a884832965f12c0ada01752cebe91f40e2af]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [c7770bd2041aeca1831770c655c02ba26326e9a1]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [c1564dee677efe040ca70a168836f340700cb966]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [98a0d59598120ed55450284dce3cc669c7cbb378]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [e945ff4a192fe8aad64750933f8fa44ccb74f522]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [df356cf7563f373d94dd3a4b3cd3143fba11fd51]

        sb126: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [be85f7836d03b40d2641f461fc317f2de2aaa6f9]

        sb126: merged in DEV300_m88

2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [053897811bca93bc94557e6fcd75021b8daebdcb]

        vcl115: #i114666# fix some warnings (thanks pjanik!)

2010-09-22  Petr Mladek  <pmladek@suse.cz>  [0c265830c2fc51bbe4bbef55e72d3c102331ca74]

        Install file into /opt/{UNIXBASISROOTNAME}{BRANDPACKAGEVERSION} by default
        
        We modified scp2 to install everything into single directory =>
        packagerootpath must be set to /<prefix>/<app-dir> instead of /<prefix>
        Without this fix, it puts everything directly under /opt in the credated
        rpms.

2010-09-22  sb  <sb@openoffice.org>  [8a378d15f051141375ae2a38d5e94851b120207f]

        sb123: #i114669# disabled forms.OListBoxControl for now

2010-09-22  Christian Lippka  <cl@openoffice.org>  [481824ea28e910f59f2e28e8fcbc81ea0230f2eb]

        impressdefaults1: #i111998# changing defaults according to ux findings

2010-09-22  Christian Lippka  <cl@openoffice.org>  [77e72565aabe0a33b8a57faa6ccd687bdd68df40]

        impressdefaults1: #i111998# changing defaults according to ux findings

2010-09-22  Thorsten Bosbach  <tbo@OpenOffice.org>  [4b2c781d4c60a10cf623f4826f5cb0087e0c190e]

        #i114526# reenter dialog for other buttons

2010-09-22  Thorsten Bosbach  <tbo@OpenOffice.org>  [dcbd38523131aef5334eb4d05000682d9f76badd]

        #i114526# using rtrim now

2010-09-22  Tobias Krause  <tkr@openoffice.org>  [dd488a6edbf07578b9ec7c7c0978c2ebe2149836]

        ooo33gsl09: #i114639# label by editbox is now found even a docking window is docked.

2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9f2e55c9aac132ce80288b7a2e3ac7430c3629f5]

        rebase to DEV300_m88

2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5c20589d2239a650e25666ae184159adfead5f27]

        rebase to DEV300_m88

2010-09-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [26885705757de372413f99d27e6e20e536a860a7]

        rebase to DEV300_m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [33d40c1b62b385e525d548190318cd24d96d9497]

        dba34a: merge after pulling latest changes from CWS dba33j

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5c6e9ede5a521011690f98d98ab71f26b09e86ec]

        dba34a: merge after pulling latest changes from CWS dba33j

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c212d898215c5d5b935dd76cd6f37b5896c04ce6]

        dba33j: i114026: findTableColumnsMatching_throw: take the update-table's name as parameter, to catch the cases where the name is an alias

2010-09-22  sb  <sb@openoffice.org>  [808615c7647ba3d81226b627134fcf22af56ab48]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [87fef00615fd642e53fe26a1392bea37b89b8d43]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [242933beea82147909bc728bef6b00cdaa4b4965]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [ab9fada3d5474076fda92196b192e9814d8d273b]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [02e2173a886240fde3dfffcac2fa7e6ec546762b]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [21904520385b2667e100dd197e94635dc221742b]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [2fe3b7dbd261523f29e2b1357a05dc3802df8304]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [619395be24569d6bc537ba88d4d81f7fb1835f90]

        sb132: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [aeb5efb227a4fdbe628bea5848f2d55ac5ba6b81]

        sb132: merged in DEV300_m88

2010-09-22  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e941759dd406e85293eb51d69f343ea46ec1bac8]

        dba34a: GCC WaE

2010-09-22  sb  <sb@openoffice.org>  [80658937fcefff15a62fceb678b115a72c63b7bc]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [39ac50dcedbd6c238b5c7c3550fe0dfdfcd06eb1]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [b195a0b3085ef7dd871b99db51a45c2cffb1d3bb]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [6699698a768e8a7a4f6d8167d3d9ab8b809300e3]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [2de3af3099c9e9539029f8fdc6462309ac37983b]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [dd04f0f604c194773da70d212aa0c67b994ebb87]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [29d1f19d1f36fd3490cfc1196a716e243ba1fc9f]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [ab317f014eee47abeeec745d77b4b1ca09d72dcf]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [52f85486082446b948385bb3cf3e988f5e886a2f]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [dc8450a8a8867c2e0662b38ef7a4edefe80bfd87]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [36fa44d9be3a3c2e1aaa894c20976cd485bc5ae2]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [849c66c6c86ecd55e03d29a90e0672f3c347c86e]

        sb129: merged in DEV300_m88

2010-09-22  sb  <sb@openoffice.org>  [822ca6e02b5529c49bf161001337164c2538742f]

        sb129: merged in DEV300_m88

2010-09-22  os  <os@openoffice.org>  [41a9f1e22a1a5b5c5a0efdeebe6431d25daedfcd]

        #i114662# missing search attributes added

2010-09-22  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce2ac8ba72700e8b79bdbd120338144ad1bea552]

        Build languagetool when requested to do so

2010-09-22  Bartosz Kosiorek  <gang65@openoffice.org>  [4d4e18c04461b3ab0ff8b3b09878420ab9ba31b1]

        svarray: #i112395#: replace svarray with <stack> from STL

2010-09-21  Bartosz Kosiorek  <gang65@openoffice.org>  [9d51d311da3eeda58712923b4ee1817a388b0e25]

        svarray: #i112395#: remove svarray in xmlfileview.cxx file

2010-09-21  Bartosz Kosiorek  <gang65@openoffice.org>  [ed04555e2005b73826a5f3581daa13fc7bbe7a11]

        svarray: #i112395#: replace SV_DECL_PTRARR_STACK with deque

2010-09-21  Bartosz Kosiorek  <gang65@openoffice.org>  [a77dffd159406742b0742ea3bbed6b824ddb573f]

        svarray: #i112395#: replace SV_DECL_PTRARR_STACK with deque

2010-09-21  Bartosz Kosiorek  <gang65@openoffice.org>  [f47066b0c1217b8b068eeb59a95c8f656a76d871]

        svarray: #i112395#: replace SV_DECL_PTRARR_STACK with deque

2010-09-21  Thorsten Behrens  <tbehrens@novell.com>  [c415b4932aba6ec76e65f7c5c37a40c5ac5b4c4a]

        Added mac version of num_cpu detection

2010-09-21  Thorsten Behrens  <thb@openoffice.org>  [97058c043c7dab60f87d6c2e8a86de7d611f75c0]

        Add dependency for generated vmlexport-shape-types

2010-09-21  Thorsten Behrens  <thb@openoffice.org>  [b12337c8ae206a5ed7fcf14727b0c2627a9a1731]

        Revert "idlc-error-offset.diff: Add character offset for idlc errors"
        
        Breaks bison on OSX.
        
        This reverts commit 55c5db853fc0d96179874b4c01dba2774ecf5cd1.

2010-09-21  Thorsten Behrens  <thb@openoffice.org>  [d8128261e661247d435c8b0cb49bcf25f127101e]

        Properly catch unknown cpu number situation

2010-09-21  os  <os@openoffice.org>  [23e22824f443a5c29cbf1d6e257afb37cb59c182]

        merged

2010-09-21  os  <os@openoffice.org>  [0066d87dbef8b29084ba112b93fd1797743bf0ed]

        merged

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ca9d33a5ba1fcf98990aa61ac3f42287e2d2fec5]

        dba34a: WaE

2010-09-21  os  <os@openoffice.org>  [ed83936ec6ee1f8fad4bd8fb59e24d06189ac500]

        background of paragraphs is \cbpat

2010-09-21  Petr Mladek  <pmladek@suse.cz>  [7ea508e89e22cd48c8868f6e132aa79c0a36bc04]

        Call fetch_tarballs.sh from make

2010-09-21  Petr Mladek  <pmladek@plop.suse.cz>  [37cf85e2feaef2ddc9d1e7db66f5aca0d1d3fb84]

        better unowinreg.dll configure check
        
        There was dead-lock; configure did not pass without unowinreg.dll;
        fetch_tarballs.sh did not work without configure => always fetch
        unowinreg.dll; do not require it in configure; add --enable-build-unowinreg
        if you want to force rebuild

2010-09-21  Kai Sommerfeld  <kso@openoffice.org>  [5698690a8bccc3c0345ad34fe27934c0027d76a9]

        #i114622# - set infinite timeout in case of unknown timeout.

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [e9bdb5898ef58d3147cbd90a2506fa54c93a6d89]

        cws dict33a: #i114644# it_IT dictioary update

2010-09-21  Kai Sommerfeld  <kso@openoffice.org>  [04a3e68aece9ad6a0f96b66c2fcb22d26ca4780c]

        #i114622# - Fixed wrong arguments for InteractiveLockingLockedExceptions-

2010-09-21  Petr Mladek  <pmladek@suse.cz>  [a5f00c67dc374896ff6bfcd0cdc771ec6758cfaf]

        Use the fetched 185d60944ea767075d27247c3162b3bc-unowinreg.dll

2010-09-21  Christian Lippka  <christian.lippka@oracle.com>  [d1684121929ba6881eb37ac0b45b1eead14ab427]

        impress201: #i112507# remove unused code

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [92d7b814a60064540ff096b63646cc776331404e]

        dba34a: WaE

2010-09-21  Noel Power  <noel.power@novell.com>  [149d18600b6619a97b04f026afa84fb8a6d7a1e2]

        fix smoketest

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [a323ec0266079827fe026831b76cc0f9d6dc9944]

        cws dict33a: #i114638# ku_TR dictionary update

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [84a2d0e04300db7f5ca7cf2086b727b416615674]

        cws dict33a: #i114638# hu_HU dictionary update

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [2b1b570978a03fcc949d94e4e3ab4e7712ac52ca]

        cws dict33a: #i114638# ro dictionary update

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [7c7fe479b8cec2ce51d59ab3bae45f853283bf1a]

        cws dict33a: #i114638# sv_SE dictionary update

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [db5071cc05f7fd945b0e8746b63acad6248a5320]

        cws dict33a: #i114638# vi dictionary update

2010-09-21  Christian Lippka  <christian.lippka@oracle.com>  [872f35d9f662a76c8072126502430dabb99d800e]

        impress201: #i112587# add display properties to control shapes

2010-09-21  Petr Mladek  <pmladek@novell.com>  [b8481c68dddb099ef52803523250a403f4d2ccbb]

        piece-postprocess.diff: Ignore checkdeliver for the while

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [87fdaedf7a364df66f1757193c6fda724cb8193d]

        cws dict33a: #i114623# sk_SK dictionary update

2010-09-21  sb  <sb@openoffice.org>  [e2b245d76fb9daf98a955047a1ecd0895d3f0038]

        sb123: #i111449# disabled framework/qa/complex/desktop again

2010-09-21  Christian Lippka  <christian.lippka@oracle.com>  [3dc0a69ae5a399c0b82827ff863530fd7b8e13a2]

        dba33j: #i111302# fixed truncated strings

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [96d9d1f0dea59912bed24e87673264b407840bc1]

        cws dict33a: #i114630# sr/sh dictionary update

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [0a382aeb653b92021d52583d50b99701d20d3740]

        cws dict33a: #i114630# sr/sh dictionary update

2010-09-21  Mathias Bauer  <mba@openoffice.org>  [9237c2493fb7485a3ec1f755e4f74de7d2aff600]

        CWS changehid: use new strings HIDs

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [f259eb35daadb0c253cd8883ac29f60db418378f]

        cws dict33a: #i114623# sk_SK dictionary update

2010-09-21  sb  <sb@openoffice.org>  [b9e80bbea1647bdccde39dad5ee0c0d193db048b]

        sb123: #i114642# disabled svx.SvxUnoTextContent::com::sun::star::style::CharacterProperties for now

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d47a44c9084f8dd580e409983522a7c8803c5322]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cbdd807e26d04100bf271082d967222f7194111f]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7bc90385d47e7d41f4add96c66f096138d985763]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd2152778f21974da6bc7998c2761506350094d1]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ea0870f7a3f0777bebfbec099a328decbd3654b]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [17014c67845828b124ceac2efd480aa5b31ce155]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [195abed253b6f187c4a4ec6ee0a3b47c6bb61ef9]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e6a2bd697f1bf965d05b064b799180eb07c8de74]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [502d2394270a81afb5daf7cf890fce93e44c5afe]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9d96f6e4614e17f3d3dbc470709971c2fe620e99]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [300ec61052e4fd34fda2ab731a936c70ff0a9065]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [da0fefd4237108092c0d84255d06de190eada483]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7d06f52a649347f3ca4b3f233c49ab50cda521b4]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [784331f40f4874ddc579bcc5040531aff2da9c24]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cdab9168e50a965d25e2dd3674097fe5b85f9a83]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c563a4de7e78483b80e54c99e4d5e055f459cc8f]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7f212d639a4cdec02e6ee6b15b450a7cd82b778a]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9eb0ba0aace2f2c0065eca8d5e40a81e22002f93]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d93ab5f6cc531c06b7dc8230a25c37648c572a78]

        dba34a: merge

2010-09-21  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a45a0cb953f767d3dce9d3c84a8cb0c20c4231bf]

        dba34a: merged latest changes from CWS dba33j

2010-09-21  Thomas Lange [tl]  <tl@openoffice.org>  [eee549b5fa4b29d43833683b61c1d53a52e33ed0]

        cws dict33a: #i114621# da_DK dictionary update

2010-09-21  sb  <sb@openoffice.org>  [f0c8cd0ec5fbd30e2eea435872c4541fcfe3c9f3]

        sb123: #i111449# relax expected exception type (some platforms apparently throw InteractiveNetworkConnectException instead of InteractiveNetworkResolveNameException here)

2010-09-21  sb  <sb@openoffice.org>  [98ef18c230c5a3f2fa67099dee326ba916901f32]

        sb123: #i114637# disabled sw.SwAccessibleFootnoteView for now

2010-09-21  sb  <sb@openoffice.org>  [6fc2d732d50b91bdc45aa5b917ab46602ba5ce3e]

        sb123: #i114636# disabled toolkit.AccessibleScrollBar::com::sun::star::accessibility::XAccessibleAction for now

2010-09-21  sb  <sb@openoffice.org>  [0166b35fc660911c02d56852fca79f89e7cede5c]

        sb123: #i114635# handle non-UNO exceptions in C++ UNO bridge, for unxlngx6, rest to follow

2010-09-21  Andreas Bregas  <ab@openoffice.org>  [f22b78ad8acc72e8ab9edb1c6fc2cdb67753c3dd]

        mib19: #163566# Only call FindUnoClass if still pElem==NULL

2010-09-21  Andreas Bregas  <ab@openoffice.org>  [9db83275b83efc4ce0228891a30418f133b01c06]

        mib19: #163689# On deletion of doc basic clear dependencies in other basic instances

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [39f7e8187da53962b481629dd4065709aa4c5991]

        dba33j: #i114627# do not let the SubComponentManager manage reports executed for data display

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [800a65c8d361288053430cc662f252f6a56b12ea]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e2d5174f0842375fdfe47377fad5506c473e412b]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd897277f08bbf37cc0d2184ade836aa2aabac5c]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [762086ddd555e67b5625068c708f16aad3655a89]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6878e6bb9888ce93687a372ac195b5de6ce808a3]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [9e61c0b7716b39f447ff64b0c226bc7eef850bf6]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f0e3800659d8e347216fce3446a15add9d16531]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bafcd669ce6bc5b6e8301031897a759c962df320]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1340a9451d14b6ab8fb988dc20195f89164e05da]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d64fbc56ef5d875e23c6ad62e0a33223c2305584]

        dba33j: merge after pulling OOO330.m8

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [467abe4b7b87482e0ebd2fd9dc9f34080f25c7ea]

        dba33j: #i114438#

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [025ac02182d28bda568e9119f6a003a1931a9ed8]

        dba33j: #i114438#

2010-09-20  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [edd423387c36fa561dc34ccc43097aac58813a9a]

        mib19: #163655# do not fire events when document is disposed

2010-09-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [bdf75c7d9bce985ed10a9c41d03420f33ce82142]

        ooo33gsl09: #i114311# fix a q Q imbalance

2010-09-20  Christian Lippka  <christian.lippka@oracle.com>  [575cf859236ea36fa81eb4e343eb03e7a0c05092]

        impress201: #ii114432# ensure that background image has unique name

2010-09-20  Release Engineering  <releng@openoffice.org>  [044c94aab901036d640b512ab1ffd5412c9be1d9]

        DEV300 masterfix: #i10000#: wrong regexp

2010-09-20  sb  <sb@openoffice.org>  [abd89e8ad3a941e67a3885f415e7eced45e80432]

        cleaned up comment

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [82f6bdd27c0e6d64864df6ec3f5c1ce486806a79]

        merged OOO330_m8

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [fb62a5cca0903fe7672c5e78c604f53de51869b6]

        merged OOO330_m8

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [81411a6cdf34032cf9d6685c510d490d945433bc]

        merged OOO330_m8

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [05a686bb3d0c2ebcacb0a670143a4b05cf6f5892]

        merged OOO330_m8

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [c8e6549558e3b9fc3908e1a238b235f9a454c80f]

        merged OOO330_m8

2010-09-20  Christian Lippka  <christian.lippka@oracle.com>  [7b97f00130fa4d5d47a2f03b95ae2173e0a053a5]

        impress201: #i112587# add display properties to control shapes

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [99bcaaaba68d024ebf86447a4736f0579f7b0d9a]

        #b6986082# InsBoxen: Do not insert a new cell beyond the end

2010-09-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [4fd0835170a4175aec8b1345580921d6161a3761]

        #b6986082# InsBoxen: Do not insert a new cell beyond the end

2010-09-20  Kai Sommerfeld  <kso@openoffice.org>  [ba28593e334b42d828b953213faa97ee20d1b08f]

        #i114622# - Workaround for buggy Oracle Beehive server response for lockdiscovery property.

2010-09-20  Christian Lippka  <christian.lippka@oracle.com>  [f4df9addbc32c9180c5c6fe80606c0bc6691ec5a]

        impress201: #i111302# applied patch to leave more room for strings

2010-09-20  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [011d4319b1bf4082cec40482df7251d5e550aae2]

        mib19: #163691# remember VBA object provider instance

2010-09-20  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [632728ee413f98aad0ab700ae55c981fd587aeee]

        mib19: #163691# use the same instance of the VBACodeNameProvider when loading document modules

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [50d18827d89bd10099e16e43e3ab72dd493ee23f]

        dba34a: merge after pulling latest changes from CWS dba33j

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b952a10ddcc3f832c5e129ed4e604eec6ae78939]

        dba33j: #i114566# +getNormalizedStructuredFilter

2010-09-20  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0f707f2b957e79db22d0ec138b8e58c9766d4da5]

        mib19: #163666# fire Worksheet_Change event when using the Range.Value, Range.Formula, Range.Clear[Contents] symbols

2010-09-20  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [eda40b701292c8bf568ea3359b2c4c0efaaa8333]

        mib19: wrong parent in VBA Worksheet.Cells symbol

2010-09-20  Daniel Rentz  <dr@openoffice.org>  [3d77782659155d151806d32324597efe4e3def80]

        mib19: WaE

2010-09-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a510f6ba8a5e935b17c5aa6bf5b410bf0fc53ea6]

        vcl115: #i114425# fix a possible dangling reference (thanks dtardon!)

2010-09-20  Thomas Lange [tl]  <tl@openoffice.org>  [073e93e2f16ca6da2883be99627a955da35cf924]

        cws doct33a: #i114580# sl_SI dictionary update

2010-09-20  Thomas Lange [tl]  <tl@openoffice.org>  [c7dd96cf7045a54383be4c61e5130032d11be717]

        cws doct33a: #i114580# sl_SI dictionary update

2010-09-20  Thomas Lange [tl]  <tl@openoffice.org>  [13f68733dc6e62e52f37246f79ea2e7ba56fbef9]

        cws dict33a: #i114603# nl_NL dictionary update

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7dbfe98ee0dee0a80906ca60efbadd59ac740e68]

        dba34a: #i111148# re-enabled the tests

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [38fb19d9d30bd0657bec7a7ece8e0b7e1f247381]

        dba34a: #i108357# complement existing PrePaint with new PostPaint

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [57d315f4c34f8538c4bdfd0e20c354d984c20f28]

        dba34a: #i108357# complement existing PrePaint with new PostPaint

2010-09-20  Niklas Nebel  <nn@openoffice.org>  [ad76d582c3c7a789b8d638520701f50b205ae122]

        mib19: #163664# class has to be DLLPUBLIC for type information on Linux

2010-09-20  sb  <sb@openoffice.org>  [0cb17600cd492deabe752815d3d84beda1908ed6]

        sb123: #i112986# fixed merge conflict

2010-09-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [65d4335434c4413557cfcb2a1c952b264a9f4118]

        dba34a: corrected identified in map file

2010-09-20  sb  <sb@openoffice.org>  [8c251549a33f1ee44205296855016502c81e1f89]

        sb126: #i110197# fixed merge conflict

2010-09-20  Andreas Bregas  <ab@openoffice.org>  [565f5bb8037c43c31c381a4e8e1fdb5f9d793209]

        mib19: #163566# Move UNO factory to the end of the factory chain

2010-09-20  Andreas Bregas  <ab@openoffice.org>  [36d96fd76fa6843b42655a78db872c8c83ac69e9]

        mib19: #163651# Fixed initialize handling for form modules

2010-09-20  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [edd991b20a18642e22b97808fc0ceec6a553b37f]

        Download relevant tarballs from download.go-oo.org

2010-09-19  Bartosz Kosiorek  <gang65@openoffice.org>  [4b109aeea3e2d31da9eadff367587e8b61179889]

        Issue 112395, change comment to English

2010-09-18  Tor Lillqvist  <tlillqvist@novell.com>  [a00b455f9b601b8a296e70b2471c2fd1b520c968]

        Workaround for default_images symlink problem on Cygwin

2010-09-17  Niklas Nebel  <nn@openoffice.org>  [3024512c90d8660d35d4824471c436d68aa62241]

        mib19: #163664# text values for VBA range Value property must be parsed (always English)

2010-09-17  Bartosz Kosiorek  <gang65@openoffice.org>  [6e8f760461177edcd26d35c4eb8dc503c3e0df91]

        svarray

2010-09-17  Bartosz Kosiorek  <gang65@openoffice.org>  [e16d7a738f2108fca429f4a73ef76c37c0972be0]

        svarray

2010-09-17  Bartosz Kosiorek  <gang65@openoffice.org>  [b1fb8ecaafaeeb353b53f07c03aaf7dc58dccd96]

        svarray

2010-09-17  Bartosz Kosiorek  <gang65@openoffice.org>  [d63be9cce2494c855c076a37cab9843715346c46]

        svarray

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [39ea8f2a6da280f587a368d44261919875808938]

        mib19: branch merge

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6e0c6aa8486d100c0705084801775d783a6cfbea]

        mib19: branch merge

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [446e15e12e10de5511435969d08b46c9b5203e22]

        mib19: branch merge

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [01c39c4385fb9a3668ba308d58136925eb232230]

        mib19: set correct Parent for objects (ranges, sheets) passed to VBA event handlers

2010-09-17  Release Engineering  <releng@openoffice.org>  [e16a6348320757fa3eae15c7ff079318b5b566ea]

        DEV300

2010-09-17  Christian Lippka  <christian.lippka@oracle.com>  [53a9e53c89a0bc4bee803fadf7f9f881e09fb5cc]

        mib19: merge

2010-09-17  Christian Lippka  <christian.lippka@oracle.com>  [6930eae266fd216c8694aa29f677c06e29879f97]

        mib19: merge

2010-09-17  Christian Lippka  <christian.lippka@oracle.com>  [f86fc00a334bbc9b6315bcb6337b5aeb334a7b36]

        mib19: merge

2010-09-17  Christian Lippka  <cl@openoffice.org>  [21aab0e9c0c36c35c1120307e4bc072d1b7725e0]

        mib19: #163566# do not throw exceptions in hasByName function

2010-09-17  Christian Lippka  <cl@openoffice.org>  [9988d9e42d124ab8faed24a63fd6ad1e7d2e3ee9]

        mib19: #163566# do not throw exceptions if path settings is not available

2010-09-17  Christian Lippka  <cl@openoffice.org>  [89ee63a7ea77a8f0626e1b198269dba3e3b3d85c]

        mib19: #163566# do not throw exceptions if window is not available

2010-09-17  Thomas Lange [tl]  <tl@openoffice.org>  [64eddd1d2d7802408179bccd6f7f839b2481e87e]

        cws tl77: #i114557# he_IL dictionary update

2010-09-17  Christian Lippka  <cl@openoffice.org>  [35887970d4b5bfdf623d6aada1966c1af6042de1]

        mib19: #163566# do not throw exceptions of label is not available

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0fb4b8faca8f7615795a8340cc175497b0168bf3]

        mib19: #163556# be sure to always create the VBAGlobals object

2010-09-17  Kurt Zenker  <kz@openoffice.org>  [0cdf0051a6b39217518a15a19fe7846a9f249215]

        smoketest28: #163665# helper module for extended handling with SourceConfig

2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [9fdc831a2a743de3d0e2af443a01fcc1e385fa07]

        Kill an empty and unneeded #ifdef.

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bd1092ebc0b329883d1c079d598a73f3af4cd548]

        CWS-TOOLING: integrate CWS vgbugs11

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [536b9a572918eec456e169ce3ba2e5ad6e2be47b]

        CWS-TOOLING: integrate CWS vgbugs11

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [05e178629a416b8c087099c2840ae7c2bffa2733]

        CWS-TOOLING: integrate CWS oooimprovement6

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bb5c1664ffed54f323c42d9d1d5211ba7b33f119]

        CWS-TOOLING: integrate CWS oooimprovement6

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7de0958e98bd5a2925a40c1a138c084c1fd01a1]

        CWS-TOOLING: integrate CWS oooimprovement6

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [faff6054a5625f83b26896bf34ec6a592dbe9e21]

        mib19: branch merge

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [59567cb4f623df658ade419b11b90021cb2ae01b]

        mib19: branch merge

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c8177efaf5665b73eaf3bc08555663a378322070]

        mib19: branch merge

2010-09-17  Tor Lillqvist  <tlillqvist@novell.com>  [e60de95c7a04ab2608cd7f40247c24b87ac74e04]

        Workaround for default_images symlink problem on Cygwin

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [cbc112a716de21386844dd3f54ccf6e29bc07b3c]

        mib19: #163556# preserve VBA compatibility in ODF roundtrip

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1fd5a79a0b542ae5a97d45d14106fbcc1645cd22]

        mib19: #163556# preserve VBA compatibility in ODF roundtrip

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8e74a57b6cf49cf5296ecc21a111d0119d7cac83]

        mib19: #163556# preserve VBA compatibility in ODF roundtrip

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cbd0136b9f5ae01d8ce243706286950f77efc004]

        CWS-TOOLING: integrate CWS impress186

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [78f4c0b79d80cae6561dd919571d1f9eead2f4bc]

        CWS-TOOLING: integrate CWS impress186

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [09c9e60ef3424dc847fa8ebdbd5a31be97f7e4b2]

        CWS-TOOLING: integrate CWS impress186

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f017c977ba355f81659c2e76a059cdef82b16750]

        CWS-TOOLING: integrate CWS impress186

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [40e7b36781ec91705089ffbd0454d76268344d31]

        CWS-TOOLING: integrate CWS impress186

2010-09-17  Mikhail Voytenko  <mav@openoffice.org>  [38c55bb601d6036601509b7e1b9fe7a8187ec8d2]

        mib19: #163567# Use toString method when necessary

2010-09-17  Mikhail Voytenko  <mav@openoffice.org>  [bec3eba38478a711b19ac8a79b68bcf364eb45e0]

        mib19: #163585# allow to use Any(void) as parameter

2010-09-17  Andreas Bregas  <ab@openoffice.org>  [b5146e34196527bce91ea4059480cd921d4d7ee3]

        mib19: #163649# Change operator precedence for NOT in VBA mode

2010-09-17  Ingo Schmidt  <is@openoffice.org>  [811df1cfc3f4ce7fbb6fa62e18119920aa9755aa]

        native330 #i113835# fix

2010-09-17  Mathias Bauer  <mba@openoffice.org>  [c8d3b5c7cf80154f7fd78d7de95cb899be567bc9]

        CWS changehid: debug statements removed

2010-09-17  Mathias Bauer  <mba@openoffice.org>  [ee51c36c43b17129c911eb9ee9fb65e695971713]

        CWS changehid: doesn't compile on 64bit

2010-09-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a335271014d8a0d48ce5d0c826193f5d7963eef4]

        Fixed problem when backporting sal-strintern-speed.diff

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1041012b7c52fb9ff0ea6ac7eefdb58bdead1b25]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e9cece0160a22621761d27e09eb47e6095fe91ff]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [564a1a10b42fece5fe8b6c600234ca0c7ff264fc]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79b72d3c2982de79ce3828fd0a499a9ca2a661d2]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88feb4170fa4b12287a81123f3df0bb3119bba80]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [81951bfb5640ccb6e9880038585f8e53b84bebaf]

        CWS-TOOLING: integrate CWS cmcfixes78

2010-09-17  Petr Mladek  <pmladek@suse.cz>  [322d73b0df93b8e555d411f7ad9d8fc7c79248be]

        build-java-target.diff: allow to define java target
        
        i#93115
        
        allow to define java target, so the build is usable with the JVM 1.5
        even when it is built with JDK 1.6

2010-09-17  Christian Lippka  <cl@openoffice.org>  [35f7711566bfa7016ce5f838fe9b3c8e84cd7472]

        mib19: #163566# do not throw assertion if node is not available

2010-09-17  Petr Mladek  <pmladek@suse.cz>  [1be9309c494323426c18b76cbdec0ec6244b2325]

        build-java-target.diff: allow to define java target
        
        i#93115
        allow to define java target, so the build is usable with the JVM 1.5
        even when it is built with JDK 1.6

2010-09-17  Petr Mladek  <pmladek@suse.cz>  [f31e60cb3afcb918e1bad4523dd12239ea27caa5]

        build-java-target.diff: allow to define java target
        
        i#93115
        allow to define java target, so the build is usable with the JVM 1.5
        even when it is built with JDK 1.6

2010-09-17  Christian Lippka  <cl@openoffice.org>  [5469a815aebac1f954c674c730d27163aff1a457]

        mib19: #163566# do not throw assertion if container is not available

2010-09-17  Christian Lippka  <cl@openoffice.org>  [a5367f29d591fe522b3e7b05d17eecf010543805]

        mib19: #163566# do not ask for calc styles that do not exist, removes NoSuchElementExceptions on calc startup

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [191ed9093528dce7092e44c3ccafa2e15c4842ed]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a29113a841c6a58ccb4bcc05a37dd4120e58d6a5]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4248051fa45c70e09ac45cb36e3887f32c8149fc]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d31148b2a8abfba4b80b40a996b41565e1ebd161]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2109ec17ee2a651c4cacbf09ee4c6c15482bd74d]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [83c5da00495c220ef852d53ab41fdcbbe16eb750]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3738cee5cd32fb2212e77774450244d8814f8825]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ad6da2026c70bab474e4c5f34b312094ee012392]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [44aaea036d4d078168e0e39658bcb40867183fb5]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bcf6f062a0927da563eeefd30a9e819a8e7cc445]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7addb339b180ab54baecc0983438c1b9d8fc5e3b]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9a058dcf1691b0c76d063f5ba47ec116b09bc170]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d6a46caf0e9e9d5dbe866638c1551c7f5d3648e]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [66ee906cda8f95e68537a5f0147e172a7981ffd1]

        DEV300: changesets OOO330 up to m8

2010-09-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ea9f984e8f50e6b8fce2e79999a4ccd60985badd]

        DEV300: changesets OOO330 up to m8

2010-09-17  Tor Lillqvist  <tlillqvist@novell.com>  [abc28ea4caf24bd603cc701124a6afd99d4b70ef]

        Workaround for default_images symlink problem on Cygwin

2010-09-17  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a9f1ca2a3d8095d97b4abfc09f08ecb99cb96327]

        mib19: missing spaces in error messages

2010-09-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b0539229b1a31925d28a13f9bbda6fd672729bd6]

        sw-ww8-ruby-export-fix.diff: Fixed wrong ruby export in WW8
        
        i#79246

2010-09-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [be7e116c45073eeeccdb951963acb1f301ec2d6a]

        sw-ww8-styles-import-fix.diff: wrong style import in french
        
        i#21939

2010-09-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5d301a50fafaac401e892d32f36d580b1298bc9e]

        sw-ww8-field-fix.diff: WW8 fields import fix
        
        i#61075, i#89667, i#111684

2010-09-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [575fc4816d1f91d20a72dcd8d7f3152550cad0df]

        docx-fixes02.diff: Some other misc docx fixes
        
        n#581604

2010-09-17  Miklos Vajna  <vmiklos@frugalware.org>  [5bbc027d5dae3472223538b13933ff821e027737]

        cws-vmiklos01.diff: Better RTF export filter

2010-09-17  Michael Meeks  <michael.meeks@novell.com>  [d02318df60b8ab8abe0006bacc5ea15b896be553]

        sal-strintern-speed.diff: sal-strintern - speedup
        
        i#78496

2010-09-17  Miklos Vajna  <vmiklos@frugalware.org>  [c148ab4b535a6e85bdaaabd487983999c4a023d7]

        cws-vmiklos01.diff: Better RTF export filter

2010-09-17  Miklos Vajna  <vmiklos@frugalware.org>  [e9aa29080e00f84daa389c4f086a5aaabf17a1ed]

        cws-vmiklos01.diff: Better RTF export filter

2010-09-17  Miklos Vajna  <vmiklos@frugalware.org>  [200077d78514c321a35a897b8df148950dea491f]

        cws-vmiklos01.diff: Better RTF export filter

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d70aabb7bda9dc0a4bc14e00e6080a12ef8f238c]

        dba33j: #i114273#

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [2d2ef785745a258659ccb3c262265ae2cd1990a9]

        offapi-typecheck-whitelist.diff: Removed blunt instrument from offapi types.
        
        Added whitelist file that contains the typenames which are permitted to change.

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [af2342e4c7de34b0e698b12b226e5195552be35c]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [33059d29f9417f65c1e480a725990d2eea3f5217]

        Fix the build of oox.

2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [5ddafab02576df4c15c120b383161befb6fca148]

        oox-build-fix-dev300-m77.diff: Partial fix of the oox build.

2010-09-17  Petr Mladek  <pmladek@suse.cz>  [6635abfeb11e957218029052b2faa947c78d3c67]

        cppu-lbnames-enable-gcc-4.5.diff: enable build with gcc-4.5
        
        i#109853

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [942fdab7b5feff505440fe8550c420d7453373df]

        odk-configure-honour-ure-link.diff: fix configure.pl

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [073cd13da199d690851b26279ec9056fe38463d9]

        dba34a: merged latest changes from CWS dba33j

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [749ce21a268147ab71a1f2550b23dd017a7c6c7a]

        dba34a: merged latest changes from CWS dba33j

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [f97dda9ca50e4dfad58ee619d5dd35cd0e6efab7]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [e479f47f7d48dbd0d701bf347b6a2d5121ba3d34]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [aa9af08b389a106fcfb53842ac7669b208a27205]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [3550256daa5451c1d51d220d5489c1b20150c374]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Thorsten Behrens  <tbehrens@novell.com>  [b7628798ec1a966c97a64d7cf0aa9f3859b78bef]

        fit-list-to-size.diff: Shrink font automatically when text overflows.
        
        i#94086
        
        Scale-font-down if typing text in Impress and the text box becomes too small.

2010-09-17  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [e16922d1017bd62dba4571e710812d877e603933]

        Move to the right directory
        
        Fix an arror that happened when changing the place from libs-extern
        to extensions

2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [e0066cd371f11a5aa2626575f6836b697c6cac7a]

        The 'Industrial' theme is dead.

2010-09-17  Mikhail Voytenko  <mav@openoffice.org>  [ab471680c2f50d4fbd634374517ab470dd737cca]

        mib19: #163559# allow to call IDispatch methods/properties that are not available through ITypeInfo

2010-09-17  Mikhail Voytenko  <mav@openoffice.org>  [add870e4cb5b6ba3b7f1ccf23877e09dce6c248f]

        mib19: #163559# allow to call IDispatch methods/properties that are not available through ITypeInfo

2010-09-17  Mikhail Voytenko  <mav@openoffice.org>  [39d31f1c3b54d7581b0f825ab3693873235d0486]

        mib19: #163559# allow to call IDispatch methods/properties that are not available through ITypeInfo

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [06bbadbd5a5c2f22be8cd32a53beaa1f79b6806a]

        dba34a: #i113475# SRB->ORB

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [432c3c2d8c170c6249b452b9beec57561e90a4f5]

        dba34a: #i114403# fixed the form-based filter for list boxes

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0096dc80abf5c1456389848c2fcc33edcc29cca0]

        dba34a: #i114403# fixed the form-based filter for list boxes

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc8d25b6be559c45155ef00d4f307f4c4f04c4b8]

        dba34a: added FlagGuard, a specialization of ScopeGuard

2010-10-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [699a953e3364060906a2685b1c1a7b434d4abc78]

        undoapi: pulled DEV300.m89 and sb123

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8def1a38da4259a7cebb61b40ce97245d836822]

        dba34a: added FlagGuard, a specialization of ScopeGuard

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e98a976aa12c764dfb9ba2968154fcc3d9a9a6fd]

        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>  [36fb328d48684d56329339d59753fa53e4b132ed]

        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>  [92f5bd3418d9da6d58665ec6093b8990f73bf53d]

        dba34a: querydeep.* is not used anymore

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13ff8d534e62802a315e21200732b74d726be3ca]

        dba34a: impl_fireAll: oops ... don't forget to reset handles/newValues/oldValues ...

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [41c56ef6988c849ea117a021e897a3d8f35e3103]

        dba34a: silence conversion warning

2010-09-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0406742295487d0523f07936a62d899892f8f0f8]

        dba34a: #i113671# still creating the Accessible in the ctor, but adjusting the comment why it has not been removed (as originally intended)

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [1e613b65a48a459546439eeaf859cf1532edea04]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [3000ad5e614611fc3f35f056184490c335b05f0c]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [f2f1a87565e69576235588e99bf84089ed21df17]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [7d60ef46d1827150cff6cdab1e31cf9290360e13]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [8af18e6cac9cd74bf01d2bfd951f91cfc92feb22]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [d64222d8ffa2c2ea565cd2c28978b59fe2a6bed6]

        merged heads

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [6f8d8311daae52da8e92f9d735efe1eac6c5aa8b]

        mib19: #163501# fix for showing  and hiding custom menu entries via vba.

2010-09-17  Michael E. Bohn  <mbn@openoffice.org>  [e0f0548d591fff66923fa9e8dee8e331a2cfc8f0]

        mib19: #163532# fix for enabling and disabling custom menue entries via vba.

2010-09-17  Jan Holesovsky  <kendy@suse.cz>  [17478d34be5304a87f0563939573411fa7dbcb6a]

        Kill aclocal.m4 for good this time :-)

2010-09-17  Rene Engelhard  <rene@debian.org>  [9f9047e88704fb75926d5677a9047e173319e71a]

        add explicit call to PKG_PROG_PKG_CONFIG. autogen (regen aclocal.m4)

2010-09-17  Tor Lillqvist  <tlillqvist@novell.com>  [1dd0f61440d4f2b95072db03b217d27ed0ff074f]

        Remove aclocal.m4 as _rene_ wants

2010-09-17  Tor Lillqvist  <tlillqvist@novell.com>  [81ad68f45c1aa3fb08dd01f1509d25e6d7b4d5ca]

        Ignore all Windows build dirs

2010-09-17  Tor Lillqvist  <tlillqvist@novell.com>  [31b5763489f7473c7993c90318093f0ac9ef9651]

        Avoid symlinks in solenv path on Cygwin

2010-09-16  Rene Engelhard  <rene@debian.org>  [ac4fb24b15313d1419e696f2eaeaa939c66f9615]

        Revert "Remove aclocal.m4 and mention it in .gitignore"
        
        This reverts commit 6421b94c1df96ef0b4b10733b1e580111350fb25.
        
        Conflicts:
        
        	.gitignore

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [3f49965d5726edd895e159a7217f0ad93ab18547]

        Match winenv.set.sh with lower-case e and s on Windows

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [3552325bacedba89e5165ac4f0e7b805ad162e97]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [e36bb7e0a2412495c4a36458e3f2bd6af6d923b1]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [647d21748c7fb5bfd45d10fdba167c4222a1f81e]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [10aaa49c50f8470600e70733e10ba5dd576e0d9c]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [a65b32cccd6ac91b1ad7678cd44eb6b03150e7f1]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [69d264527c21034766a0a42d2aee1c1a815489e7]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [5d9b4942a01cc2cf9fa1a5fcc13e015f0256efd3]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [2a5ea30d1f2566d684ce4542c616ff8b7e96fc60]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [cdc9ec5b0f537f52a4672bb6bd7d54b5f7fca096]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [1ea6792208820a5d1920b59ee895336beb994085]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [b91ad8c6132e870ef6b7a88d024a4ff8e6a8cf29]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [9b82d7ba0764041817a8f11bc11cbe58abc63079]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [68a1031261b846e0b69b12162e9acc3332a118ae]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [54c3e5ad8eab1a4433f6af972b88db4c3a6287ee]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [261276ba3243b25f632db0f2fd2127c97604b935]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [38b57fa5d245ab736b3f165764413985b3d79a52]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [40df55194f91b7d30376df163c252b11e68e7270]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [e23e6e18909ff404c65d068de8a0a9017de36cfc]

        Update .gitignore for Windows builds

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [4042d9e0e354e4512ac2858ae1c900aa1b482816]

        Drop requirements needed only for Win9x support
        
        Don't require and distribute unicows.dll and instmsia.exe (Windows
        Installer 2.0 installer for Win9x). Drop the Win9x-specific code in
        setup.exe. Do still require and distribute gdiplus.dll for Win2k
        support (bnc#522833).

2010-09-16  Noel Power  <noel.power@novell.com>  [91291b26d7d00bc16dba678ded366b5a7206b3d3]

        fix bool string compare, fixes problem in testtool ( has wider impact too )

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [14db8b2b01c6280995be896a03fe84f6e942ba14]

        Remove aclocal.m4 and mention it in .gitignore

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [6a00b6be88937e73b0a166e1ee0767ed29ed4403]

        Drop requirements needed only for Win9x support
        
        Don't require and distribute unicows.dll and instmsia.exe (Windows
        Installer 2.0 installer for Win9x). Drop the Win9x-specific code in
        setup.exe. Do still require and distribute gdiplus.dll for Win2k
        support (bnc#522833).

2010-09-16  Tor Lillqvist  <tlillqvist@novell.com>  [12a436efffcd06193c68b76eafeb4e118bbce3a4]

        Drop requirements needed only for Win9x support
        
        Don't require and distribute unicows.dll and instmsia.exe (Windows
        Installer 2.0 installer for Win9x). Drop the Win9x-specific code in
        setup.exe. Do still require and distribute gdiplus.dll for Win2k
        support (bnc#522833).

2010-09-16  Thorsten Behrens  <tbehrens@novell.com>  [29f8e484cb666417b65209d4b848a929deef2007]

        framework-extra-job-config-sdext.diff: Migrated
        
        i#107568

2010-09-16  Thorsten Behrens  <tbehrens@novell.com>  [8eb955342f7a6df849e71e6da709dc4384653e7d]

        pdfimport-lax-restrictions.diff: Lax restrictions on pdf import filter.
        
        i#90468

2010-09-16  Thorsten Behrens  <tbehrens@novell.com>  [9d78f7bc8647d5a215171351920bd23a374ee322]

        fit-list-to-size-binfilter.diff: Shrink text automatically if overflows
        
        i#94086

2010-09-16  Jan Holesovsky  <kendy@suse.cz>  [e9b40df0dc2fc709688f765a9718b2075f948d72]

        binfilter-dont-extern-sRTF-sHTML.diff: don't export trivial strings
        
        i#86772
        don't export trivial strings in svtools, increases linking time, bloats size

2010-09-16  Thorsten Behrens  <tbehrens@novell.com>  [8ed3c9196c538fb05f5261bff72af3a1281ff675]

        slideshow-effect-rewind-sdext.diff: allows to step back one animation effect
        
        i#48179

2010-09-16  Petr Mladek  <pmladek@suse.cz>  [0abe2eea123b69b8eefabb9da8a1695f0b75f248]

        build-java-target-extensions.diff: Allow specifying java target version.
        
        i#93115

2010-09-16  Kalman Szalai - KAMI  <kami911@gmail.com>  [a6b81f761f832977fbfbcecafb72f15cf8429366]

        apache-commons-build-fix-invalid-chars.diff: Fix build
        
        Fixing build breakage in apache-common module when you use UTF-8 based locale in the build system

2010-09-16  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [d1b83c6ec6dde87f10f0ce9e44b233f9a37ecb3b]

        redirect-extensions-reportbuilder.diff: Migrated

2010-09-16  Petr Mladek  <pmladek@suse.cz>  [4797ab4006c537f357ff558aee8f09a5e7276041]

        link-as-needed-bf.diff: use -Wl,--as-needed, save 1% of relocations
        
        i#89511

2010-09-16  Hanno Meyer-Thurow  <h.mth@web.de>  [537b83564e173eb780ac35f3d43ebd717631ec51]

        binfilter-stl.diff: Migrated
        
        i#63770

2010-09-16  sb  <sb@openoffice.org>  [3c525e71d317c8e00f27eb557d1c129395513546]

        sb123: #i113005# fixed test code for MinGW

2010-09-16  sb  <sb@openoffice.org>  [effbc5ee5418a15fd8aedb00122eefd1677aab09]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-16  sb  <sb@openoffice.org>  [86e919f842bfead8f4a9bdc9a4532c964a5e8c4f]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-16  sb  <sb@openoffice.org>  [38e6acfb0786f06baea02c094d1ece0d46a4a746]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-16  sb  <sb@openoffice.org>  [6bc2155fd37574fbb2301326c96b8530b9c28d96]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [024f131d4ceedeeb5998d21f039fa16588babc7e]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [d8d1b35406e3c3fa820f976914257676f81bc848]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [56c2cd6dc5b2545336ee0777a81132d2fed2d973]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [bef9c1232e178c0caf7daabd5714f867c74e0042]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [a30e46cc15bef8dfec8a99155a845734d326c0b8]

        sb126: merged in DEV300_m87

2010-09-16  sb  <sb@openoffice.org>  [cb852ad28436ec21b2783fbcf3e85d05e303cf8a]

        sb126: merged in DEV300_m87

2010-09-16  Caolán McNamara  <caolanm@redhat.com>  [e748d379d1907ca149ac0f0daf47a15f64f5c045]

        avmedia-source-gstreamer-*.diff: gstreamer
        
        - Loop the A/V when the loop flag is set; from Caolan.

2010-09-16  Radek Doulik  <rodo@novell.com>  [2eea82e0b3bc518c3bbb79dbd45c87eb171a8542]

        avmedia-source-gstreamer-*.diff: gstreamer - implementation

2010-09-16  Radek Doulik  <rodo@novell.com>  [ac78f4a9b199ea0f6f4afe58034fb82c9af11672]

        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>  [6305b54dcc57e64fc37082c7d571435f3ce0b7a4]

        patches/gstreamer/gstreamer-avmedia-file-types.diff: gstreamer
        
        - add flac to media filters list

2010-09-16  Radek Doulik  <rodo@novell.com>  [0ef4991ae907cdb25c1ffcb96e842fa2629dc3e0]

        patches/gstreamer/gstreamer-svtools-content-types.diff: gstreamer
        
        - let OOo know about ogg mime types

2010-09-16  Radek Doulik  <rodo@novell.com>  [6bee4baf37f7758e088156f893f181a00cbcab7d]

        patches/gstreamer/gstreamer-slideshow.diff: gstreamer
        
        - use SystemChildWindow instead of JavaChildWindow when building with gstreamer

2010-09-16  Radek Doulik  <rodo@novell.com>  [b6e85cc31ba89d242037505468d1ca94cf10ed03]

        patches/gstreamer/gstreamer-solenv.diff: gstreamer
        
        - enable/disable at build time, part 2

2010-09-16  Radek Doulik  <rodo@novell.com>  [102b1646788c96311bdf45b3cf7368be8ccb40d6]

        patches/gstreamer/gstreamer-config-office.diff: gstreamer
        
        - enable/disable at build time

2010-09-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [7d9d5117b8a0a2d7032f10a198738784504a5175]

        dba33j: #i114522# method <SwEditWin::MouseMove(..)> on moving anchor handle: Use adjusted position for hit test on handle, because hit test based on primitives now has problem with floating point operations (0 becomes -1,77e-15)

2010-09-16  Radek Doulik  <rodo@novell.com>  [4a9f1952a88d3f66590e14daffb49d4be3fa8c05]

        patches/gstreamer/gstreamer-scp2.diff: gstreamer, component installation

2010-09-16  Radek Doulik  <rodo@novell.com>  [78e3c945434a999bb8ef11c67b8e0ec855ca6fdf]

        patches/gstreamer/gstreamer-avmedia.diff: gstreamer integration, avmedia part

2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [104f2f23ffda13dc8a49b4bdc392bcfdc527c580]

        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  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [170aaa64acb5e6a58b72c45aba3248f04ab0b1e2]

        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  sb  <sb@openoffice.org>  [9acf42572a7df150e8cdd0322fbd43e525570720]

        fwk158: #i114541# generally ignore erroneous xcs/xcu files during startup (typically from extensions installed pre 3.3)

2010-09-16  Thomas Lange [tl]  <tl@openoffice.org>  [52066d6b82b6b078f43cb79cc770e14cbba1df86]

        cws dict33a: #i114452# update for pt_BR dictionary

2010-09-16  wg111939  <wg111939@sr1-eham02-03>  [b4dd32140a051efbfabef58cc6b94913dfdc8464]

        i114543, deleting useless parts in g_tools.inc

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [c629d87b5c1bcd2e822880aa7edaa0741472dfda]

        ooo-build-resources-sc-sc-hrc.diff: Migrated

2010-09-16  obo  <obo@openoffice.org>  [1bf218731b864f73403a2cf653d8fd231f6e392f]

        masterfix OOO330: #i10000# build problem with cygwin shell (Windows)

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [3f95b6220512ef492b23966cc0f41bd23bfa28fa]

        ooo-build-resources-svx-dialogs-hrc.diff: Migrated

2010-09-16  obo  <obo@openoffice.org>  [d918e2ac6c40c8da857ab3de5a703b3ad786a82c]

        masterfix OOO330: #i10000# build problem with cygwin shell (Windows)

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [32ae66f4d352fc4b14e031f4233d2700f0e83b44]

        automationdev300m87: #i112208# - Debugging test cases: Enabled debug output for hFileOpenLocally() by default

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f9b8934ca13e151c75c76482fb55449e0d7dcd17]

        automationdev300m87: #i112208# - Put path into a variable, delete file before usage, removed unnecessary UCASE() statements

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [7dca6594d617fa2db3a943729cfa12b45e2f7457]

        calc-enhanced-merge-cells-officecfg.diff: Merged
        
        n#213205, i#67243, i#101042
        Merging/unmerging of cells on multiple sheets & merge center icon.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [ca1582d4eb83c8b9ab732fc7ea7d7e69400a3cf7]

        calc-enhanced-merge-cells-sc.diff
        
        n#213205, i#67243, i#101042
        Merging/unmerging of cells on multiple sheets & merge center icon.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [e278e19136f252ef8c0dfe451b7d31417bd65b09]

        calc-html-csv-import-force-text-cell.diff: Migrated
        
        n#523414
        set cell format to Text when a string format is requested, and don't
        prepend ' in front of the value.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [b2051877f9059fa428e259bdd474cee99992821e]

        calc-autofilter-shrink-selection.diff: Migrated
        
        n#514164,  shrink selection to data area before setting autofilter.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [97bea8c3e25d99d499a532290d3bdd006504e1b5]

        calc-cursor-split-view.diff: show cursor in non-active panes
        
        n#433834

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fe6eabe9ec169187c05b8f04b87212f3d211ee1f]

        automationdev300m87: #i112208# - Fix one of my favorite & is not = typos.

2010-09-16  Herbert Duerr [hdu]  <duerr@sun.com>  [8248abe7458e344d54166d47fe12fb802cba765f]

        #i113861# cleanup minor commit snafus

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [6d0be7e8be764ab6e88e345d165e0670a72d8f2d]

        calc-selection-fixed-cursor-fix.diff: Migrated
        
        n#595822, when making selection, don't move the cursor position.

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4910823fe4a21ebbc10aff243d6f11b80e402d73]

        automationdev300m87: Local merge

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [ac3b66057ba677903b6de354317417b267be0fa0]

        calc-selection-fixed-cursor.diff: Migrated
        
        n#502717, i#21869, i#97093, when making selection, don't move the cursor position

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [e8adf8fc4d3d7d519d72d8476817ef89d1c25c08]

        chart-highlight-selection-fix.diff: Migrated
        
        n#568016, correctly highlight disjoint ranges in chart mode

2010-09-16  sb  <sb@openoffice.org>  [d9f453f7350f490c5ad1150eeccceea772c5dbf5]

        sb129: #i113189# adjusted comments

2010-09-16  sb  <sb@openoffice.org>  [b72a3cc8522b078022b5ae437807970a342fd10c]

        sb129: #i113189# adjusted comments

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d410e2bd866b0e89858041dcf143ee3ce21b53bf]

        automationdev300m87: #i112208# - Do not reuse existing local file, warn instead.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [35c5fca7f6a4584989ecec3972dc7c0a12abeec0]

        sc-uninitialized-var-fix.diff: initialize data members for sure

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [24e77af99f74983060de7cb16abe50fb712cb4ad]

        svtools-uninitialized-member-fix.diff: initialize data members for sure

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [accdbd10ca669f41cb0812bf702b6430bffb6319]

        calc-jump-on-formula-ref-offapi.diff: Migrated
        
        n#464359, i#101018
        
        allow ctrl-[ and ctrl-] to jump to references used in a formula expression.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [5eb37164d91628c0e8ccc56e014fa8b56f5dd946]

        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  Kohei Yoshida  <kyoshida@novell.com>  [4de186f43456baf1de162aefa5f76d76e0817e5e]

        calc-jump-on-formula-ref-sfx2.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>  [f29edc2d1e63bf31d6b65198280c0a185560c8d7]

        #i113861# minor cleanup in WinSalGraphics header

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [fbf28ef12b3087bd1df7b79645685955d60ba911]

        calc-jump-on-formula-ref-sc.diff: Migrated
        
        n#464359, i#101018
        
        allow ctrl-[ and ctrl-] to jump to references used in a formula expression.

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [d8bb8c4fb850b9de762567ed7d337972467470d6]

        calc-autoinput-case-insensitive-matching.diff: no case matching on autoinput
        
        n#472395, i#101046

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [f59e350d1733125055f1144f8b3b1b0a46f6d1ca]

        calc-filter-dbf-precision.diff: import/export precision of value cells fix
        
        n#479025, i#101045

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [82cf91ed03aefaff15d61692d22438ad848bd771]

        calc-find-replace-empty-cells-svx.diff: Support find and replace empty cells
        
        i#49380, n#415352

2010-09-16  Thomas Lange [tl]  <tl@openoffice.org>  [4e99beb0515eafd825d72fbf1d5c74b8b86bc22d]

        cws tl82: merge

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [b592eb99d1eaa241fe34d4c9e8f3903ef7b775d1]

        calc-find-replace-empty-cells-sc.diff: Support find and replace empty cells
        
        i#49380, n#415352

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [6964bfe879aa12439ee2a02f4963276f4271e232]

        calc-grammar-xls-english-sc.diff: Support Excel English grammar
        
        Support Excel English grammar needed for VBA and (probably) for xlsx filter.

2010-09-16  Thomas Lange [tl]  <tl@openoffice.org>  [9d99a4a74d1eeabdf90708920c2cc6f9d18f29d3]

        cws tl82: #i114523# string resouce count fixed

2010-09-16  sb  <sb@openoffice.org>  [e71333e4f675800c2e1f01692f112f1b3b6a7f22]

        sb129: #i113189# work around unhelpful compiler warnings

2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6631aae54e580f52e745ac2ccc07c06c385606bb]

        dba34a: yet another GCC warning silenced

2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [99181c8c15e0aae7e1f434e895cfcfc2285a6166]

        dba34a: silence GCC warning

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [0906c3ead205ccb9d54fac75e1e9d315bffa8c67]

        calc-grammar-xls-english-offapi.diff: Support Excel English grammar
        
        Support Excel English grammar needed for VBA and (probably) for xlsx filter.

2010-09-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e7f25f2f314bd861b46eb2fa04b5326cf9d0df60]

        automationdev300m87: #i112208# - add try...catch and a warnlog.

2010-09-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [53fadd15f72ba8726bb42fbe175796e86fe00055]

        dba34a: ensure the newly introduced WinBits for TreeListBoxes do not overlap with existing win bits also used by this class

2010-09-16  Kohei Yoshida  <kyoshida@novell.com>  [cc69943c868d62805ee3a7cc4c901d4ea7fdcac6]

        Pushing new files

2010-09-16  Petr Mladek  <pmladek@walk.suse.cz>  [6f80f95bf3b6d27fc12f995816d1a4b64abb19b2]

        default-openssl-no-idea-alg.diff: Disable the IDEA algorithm in openssl.
        
        There is no license fee only for non-commercial use.

2010-09-16  Michael Meeks  <michael.meeks@novell.com>  [4a5b4325d7bd690d14d90bf47ef8483bc7e697f4]

        default-ms-filter-convert.diff: Improve MS Import/Export
        
        i#8276

2010-09-16  Jan Holesovsky  <kendy@suse.cz>  [5a939ba4542f347e0268afa56ad9308c29694f56]

        docx-export-enable.diff: Enable the .docx export.

2010-09-16  Jan Holesovsky  <kendy@suse.cz>  [9191a63d2cd8f4adad9c70f04cb32be9fdff9649]

        docx-export-enable.diff: Enable the .docx export.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [1363fe2fa6849aa1ac678ea444c58a82d417eb47]

        calc-xls-disable-adjust-row-height.diff: Don't adjust row height on xls load
        
        Don't adjust row height on xls load for better layout preservation and
        faster file load.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [cd52a0ae7cb4e08ba9e15ad7ef23fcccaa25bec6]

        calc-external-defined-names-enable.diff: Enable external defined names
        
        Enable external defined name import on xls documents.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [28092ca22e452be06c0d8261b200ecc74ab1816d]

        chart-subtitle-xls-export.diff: Export chart subtitle
        
        i#92357
        
        Squeeze chart's subtitle into the 2nd line of the main title when exporting
        to xls.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [81571e00b1b423929459ffdb34fd519e7f3d0961]

        calc-formula-variable-separators-officecfg.diff: formula separators changeable
        
        n#447164, i#92056
        
        Make the formula separators changeable per locale setting, and add new
        configuration page for formula syntax and separators.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [f1ed85df61f12ef37b3ac293e9af548c19616898]

        calc-formula-variable-separators-svx.diff: formula separators changeable
        
        n#447164, i#92056
        
        Make the formula separators changeable per locale setting, and add new
        configuration page for formula syntax and separators.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [ecb7248b14e7096efae40966f0d49b5192993306]

        calc-formula-variable-separators-svx.diff: formula separators changeable
        
        n#447164, i#92056
        
        Make the formula separators changeable per locale setting, and add new
        configuration page for formula syntax and separators.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [f8f34f8cd713d4ef8c9f370001c36c4950634563]

        calc-formula-variable-separators-sc.diff: formula separators changeable
        
        n#447164, i#92056
        
        Make the formula separators changeable per locale setting, and add new
        configuration page for formula syntax and separators.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [d1b6cb4619dd20d38e352b2b9d950696b716ba1d]

        calc-formula-variable-separators-sc.diff: formula separators changeable
        
        n#447164, i#92056
        
        Make the formula separators changeable per locale setting, and add new
        configuration page for formula syntax and separators.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [ddd9cef65af458a505f19db64e368f66e51f473f]

        sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.
        
        i#14893

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [fe8f3ddf3a6eef5320ea185a32d042a22fb94a30]

        sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.
        
        i#14893

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [fb0c01c18d530c874e2cdbc31a530f421236ed70]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [814c2b72f3888209f8783c742158f3b20a6d57cc]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [6d9fed84b68fdc1edc52a66635152fcff3f6a9af]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [f75ca3e6b4f0ad97d30eb2ddcbe34a7bcea3cb97]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [08d8f6aa231f6a2cb239e6cfef671cd3c17d8d64]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Petr Mladek  <pmladek@walk.suse.cz>  [204c0e97c4e7a5e3aeb1e93d22bffbaa7ed123ad]

        Release ooo-build-3.2.98.1, tag OOO_BUILD_3_2_98_1  (3.3-alpha1)

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ec0b7f5f45d8c728aa7681631e7e32162d817018]

        dba34a: merge after pulling impress197

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bbae7d59ed80c52662daa55cd60590c4157026a4]

        dba34a: merge after pulling impress197

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [7600034a9fb9aa683e503dda82235c4ed680c683]

        calc-new-acceleration.diff: Ctrl +/- to insert/delete a complete line in calc
        
        i#67029, X#62530

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [ef1a462bfc67c88c48717a0efd11834c92503db9]

        calc-menu-manual-page-break.diff: 'Manual Break' -> 'Page Break' in menu texts

2010-09-15  Niklas Nebel  <nn@openoffice.org>  [afea0155c26d0864a9a629b2453afff3490e9bed]

        mib19: #163641# use clipboard content in ScVbaRange::Insert only if it was copied by implnCut/implnCopy

2010-09-15  Radek Doulik  <rodo@novell.com>  [3ef384b8606b6434903c0e6bbf6e5c33be49ac5d]

        emf+-cppcanvas-offapi-renderer.diff: emf+ import - renderer iface definition

2010-09-15  Radek Doulik  <rodo@novell.com>  [b78a66703cc5bfa94d3fb2bbb8344220f057deed]

        svtools-wmf-clean-warnings.diff: emf+ import - clean the code a bit
        
        to avoid compiler warnings

2010-09-15  Radek Doulik  <rodo@novell.com>  [e687e92c88498bdd4c64b10625c7663d982dd072]

        wmf-pattern-brush.diff: emf+ import - added pattern brushes support to wmf
        
        n#232232

2010-09-15  Radek Doulik  <rodo@novell.com>  [4386aa5455376e366ae012d69bff816dafaf4b08]

        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>  [5edd416e833b294958dca3f7f053636705b3c5d9]

        emf+-canvas-vcl-clear.diff: emf+ import - fix vcl canvas clearing
        
        of empty canvas

2010-09-15  Radek Doulik  <rodo@novell.com>  [2191eefb0ccb75925b37a5dd1e9f7fd1cc0d2837]

        emf+-driver-string.diff: emf+ import - extended string rendering\n\nn#519715

2010-09-15  Thorsten Behrens  <tbehrens@novell.com>  [f3b377d331a9666b9e59af7d573d993815b8eabf]

        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>  [dbdacbcbeaa376c19a6337504195d4aed19343a3]

        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>  [590282f4f078142495858a8cb6385316da0a4a8f]

        emf+-embedded-mf-image.diff: emf+ import - support for embedded MF images

2010-09-15  Radek Doulik  <rodo@novell.com>  [f59b7f548242b6079b9af303cc74b672d94e74db]

        emf+-use-canvas-only-for-emf+.diff: emf+ import
        
        - use canvas rendering only for emf+

2010-09-15  Radek Doulik  <rodo@novell.com>  [a529db20d67dd8ac6979865a86f814b62661f0fc]

        emf+-multipart-objects.diff: emf+ import - support multipart objects

2010-09-15  Radek Doulik  <rodo@novell.com>  [0f0e1c12029ade01ff1780a5f5f93bf75e16eb3a]

        vcl-grey-alpha-unix-sal-bitmap.diff: emf+ import
        
        support 8bit alph bitmaps vcl(unx)

2010-09-15  Radek Doulik  <rodo@novell.com>  [acd8f4caef83c5daf8bea61ace7e5024d192b413]

        emf+-crash-fix.diff: emf+ import - fix crash
        
        n#361534

2010-09-15  Radek Doulik  <rodo@novell.com>  [33bf550d54f0a9f98edd2e7aec1ece5ba11a1def]

        emf+-svtools.diff: emf+ import - parse emf+, pass it along in comments

2010-09-15  Radek Doulik  <rodo@novell.com>  [ac58ef65487c17d91e1dd6d10adc9666c434e88b]

        emf+-vcl-renderer.diff: emf+ import - use cppcanvas renderer in vcl

2010-09-15  Radek Doulik  <rodo@novell.com>  [cc3f43692add98b83f3a344690698c5f7026dcb0]

        emf+-vcl-bitmap.diff: emf+ import - create vcl bitmap from XBitmap

2010-09-15  Radek Doulik  <rodo@novell.com>  [25a9a8773910d245977d57e8bdf4e5c7ab8c916b]

        added copyright notice

2010-09-15  Radek Doulik  <rodo@novell.com>  [52505ffb37ed4e4faf9fc9496205e82edc2512ae]

        emf+-cppcanvas-renderer.diff: emf+ import - rendering implementation

2010-09-15  Radek Doulik  <rodo@novell.com>  [2951e4f0694ea091455225e9f46910b91c53c86a]

        emf+-cppcanvas-renderer.diff: emf+ import - rendering part in cppcanvas

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [340f9bd08cfe91054d3ed36e13c26d4fccce154f]

        calc-dp-default-new-sheet.diff: default output to new sheet
        
        i#50886

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [d8c68b41b4ffd318744d5fc2ca0e60bdc37aca4e]

        sc-fit-to-width-height-skip-breaks.diff: Increase Excel compatibility
        
        n#404232, n#404563, i#94698
        
        ignore manual breaks when the "fit to x pages wide and x pages tall" option
        is used, for Excel interoperability.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [0701397a485c6cce318fbf8751bf8894dca314c4]

        sc-cellformat-icon-toggle.diff:  Cell number format toolbar icons togglable
        
        n#358548, i#86377
        
        Make cell number format toolbar icons togglable & remove the standard format
        button.

2010-09-15  sb  <sb@openoffice.org>  [de5774389070ac3edaac754c43d387b75dc27bd1]

        sb129: #i113189# textualservices no longer associates singletons with services, adapted bootstrapInitialContext accordingly

2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [fefb3b04bc2d2aa45083bbc6ad65fc8851e86e13]

        #i113861# fix ref-counts of default-charmaps

2010-09-15  Ivo Hinkelmann  <ihi@openoffice.org>  [bdab146f1c8d8a873fdddff203a6b2ef29022eaf]

        masterfix OOO330: #i10000# store lid in gid

2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [ad848b3c6384cc8e284e349d0b3725142d42e5dc]

        #i113861# support forced-GC in FreetypeManager destructor

2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [614f61017e5ad1b2cdb12f906f8aa928bd2d0877]

        #i113861# make ImplFontCharMap ref-counting consistent on all platforms

2010-09-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2d8dde084b56992dc94ef5c4880b87173d68123b]

        mib19: branch merge

2010-09-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d6c63e5fccd3e39f79526eaf990de361aff1e9a3]

        mib19: #163556# use correct way to create the VBA Globals object

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [5e3d27c198bf6dd05641e6473766c7062c248244]

        sc-cellbackground-over-gridlines.diff: Have cell bg paint over the gridlines
        
        n#361360, i#3907

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [e1380111b4057192732ca70b81b4723f00d894b2]

        sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.
        
        n#352662, i#85305
        
        Dynamically resize filtered range when new data rows are present.

2010-09-15  Andreas Bregas  <ab@openoffice.org>  [1a765f1c8c9bfab0b6fddb8295e16a67795d2b25]

        mib19: #163639# IDE call stack: Don't try to display objects as string

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [d651046b62f0ed979c3276dc57a82cd6b74f8930]

        enable-sheet-protection-options.diff: Enable sheet protection options

2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [d4dbc31173487a97e4b022f0bb9dae25440856a8]

        #i113861# for platforms where ImplFontCharMap objects are cached in lower layers the cache in OutputDevice is no longer beneficial

2010-09-15  Petr Mladek  <pmladek@suse.cz>  [bd7a2fdda3a870186bf7122634ee8939d266a1b0]

        about-dialog-cleanup.diff: clean up about dialog, i#111425

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f3ba020872862f3900cfedfaef3225c5f418bcd8]

        automationdev300m87: #i112208# - Cosmetics

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c3541afaf0556eeff0ca9c6b96bae2e8db473757]

        automationdev300m87: #i112208# - Reverted hCloseDocument() to its old form. The extensions are no longer required

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [03767ada715e519b673b3ff5f70c9762001212b4]

        automationdev300m87: #i112208# - Moved static filename into a variable, handled Picture dialog

2010-09-15  Rene Engelhard  <rene@debian.org>  [051069550353d01c88adaa3c94d9395c5e7520ac]

        regcomp-fix-spelling.diff: succesful -> successful, i#113958

2010-09-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [bbf445b0244ec56dd37c9230b3c734f2ec843933]

        mib19: #163640# do not fire selection change events when changing/insertintg/deleting sheets

2010-09-15  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6ec6e8a3ec36f4c4f459d0e1652ebde558986283]

        mib19: #163640# do not fire selection change events when changing/insertintg/deleting sheets

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [392e4db4192abb549be4062c48a732a6d04d1753]

        sc-save-password-minlength.diff: Display min password length in dialog
        
        i#21923

2010-09-15  Jody Goldberg  <jody@gnome.org>  [31b4717cdd1742a200cef4a2134681d667de56ce]

        sc-dp-gridlayout.diff: Something with grid layout :)
        
        i#68544, n#190970

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [98b4e6ddc7a1062b2fb3dc396431b54366925f13]

        chart-odf-always-calc-a1.diff: always store ranges in ODF using A1 syntax
        
        n#463305

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [4ef978de83610b0e1912bce1d59432b9c382b9fc]

        sc-overwrite-char-font-attrs.diff: overwrite character level font attributes
        
        n#374580, i#53545, i#96853
        
        Overwrite character level font attributes when changing them at cell level

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [0018eb8a1e2aaa52ce3a798a958331e59f68250a]

        sc-excel-chart-default-xlabels.diff: Change x-y plot chart numbering scheme
        
        n#257079, i#83679
        
        Change default numbering scheme of x-y plot chart from Row 1, Row2, ... to
        1, 2, 3... when the X labels are not explicitly given.  This is what Excel
        does.

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [d50261fd21f2e7b6bd83f68f07d1dc078f0de779]

        sc-drwlayer-units.diff: Unit conversion fixes in ScDrawLayer
        
        i#83735

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [ff7de59de6bbdee615b8337707318e81a4891479]

        calc-multiline-pattern-fix.diff: Fix bolding in multi-line cell contents
        
        n#359690, n#437137, i#99291
        
        For multi-line cell contents, bolding the first line shouldn't bold the
        entire cell.

2010-09-15  Kohei Yoshida  <kyoshida@novell.com>  [879dfb1acaaffa5eb6a44c84561235ff55d2c8b3]

        sc-natural-sort.diff: Add a 'Natural' variant of sorting
        
        i#26565

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [8c929c317b4c69d1f5933a95e7c34c1d24f7fb8e]

        calc-filter-xml-free-context.diff: Don't use pShapeContext after deleting it
        
        n#467536

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [4927b87e1dcbbd8848f74da1b99fd43a67139177]

        sc-print-lines.diff: print & page preview for files containing only lines
        
        n#351468, i#85076

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [7e905a8c791eee19d905f6655e4d5f0eeded38a2]

        sc-print-selected-sheets.diff: Make Print Preview consistent with Print output
        
        n#335684, i#45497

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [833272e9bb6220b63e6d1674283855cd12311bee]

        sc-extra-cell-margins.diff: Add extra padding the the cell height
        
        n#361358

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [82edbbe8b797ad085008f3e148ef1b9bf3c6f802]

        sc-xls-builtin-name-scope.diff: Print_Area/_Titles only for sheet local names
        
        n#191005, n#257422

2010-09-15  Jody Goldberg  <jody@gnome.org>  [164aca5f32927cc2ad42e16d7b9a9089c3bdfc8b]

        sc-read-only-colrow-resize.diff: Allow resizing Cols/Rows if document is R/O
        
        n#165980

2010-09-15  Jody Goldberg  <jody@gnome.org>  [38ec0c1814d9fda19611d42df1cc7a663456d171]

        sc-dp-gridlayout.diff: Something with grid layout :)
        
        i#68544, n#190970

2010-09-15  Jody Goldberg  <jody@gnome.org>  [568969f0612722df82202760e850e4a6c0a05a10]

        sc-change-record-dnd.diff: Allow dnd in Change record mode for Data source
        
        i#44982

2010-09-15  Jody Goldberg  <jody@gnome.org>  [20f5f0613f2a66671ad64accb551f893eb80c379]

        sc-datapilot-autoformat.diff: Provision for data-pilot to give autoformat
        
        i#37388, bxc#62162

2010-09-15  Jody Goldberg  <jody@gnome.org>  [8a14ea8b583649510dc7db4d3054c7657a9874de]

        sc-filters-fill-fix.diff: fix Autofill doesnt fill filtered rows
        
        bxc#62499

2010-09-15  Jody Goldberg  <jody@gnome.org>  [66c8185103c1ce07687602bfbd664c9f34ea7df3]

        sc-autofilter-empty-nonempty.diff: adds to Autofilter Empty-NonEmpty options
        
        i#35578, bxc#62165

2010-09-15  Thorsten Bosbach  <tbo@OpenOffice.org>  [9d42b283273e96d4ed4d7fdb12d020c33eb276d3]

        #i114087# fix decleration for VCL TestTool

2010-09-15  Rene Engelhard  <rene@debian.org>  [92d67985baf4d6f834190f2ed8d8c09bf56a8a57]

        remove useless license prompt for extensions

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3810e697af86a7e044d5ae305a172bfec23ab166]

        dba34a: #i110304# when converting a string to a css.util.DateTime, don't go the way via a float, as it causes rounding errors

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d09dd8986436f17717443823ef18bd8552fdf408]

        dba34a: export/import min-/max-/default-/value for date/time as XML-Schema conformant strings

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9e7c84f288df60da40e6711c7aea6d3e83e363b9]

        automationdev300m87: #i112208# - Supplied missing variable

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ea2e5380f2e137dd7300f678517fc7daa68beed8]

        dba34a: #i114492# properly calculate the composed filter, placing enough brackets around the single terms ...

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [139b3696733a1e1bd6b66c32de392331627a63d6]

        automationdev300m87: #i112208# - Modified tDocumentFilename and tDocumentTemplate to make them compatible with hFileOpenLocally(). Need to verify on Windows though, Linux is good.

2010-09-15  sj  <sj@openoffice.org>  [18336e859d81a2c97785e6c9af9b140831e23b28]

        impress186: #i114271#, [Automation] Adapt export tests to new dialog

2010-09-15  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [34c6b390e191e8aca888ccc52351fc469f59b663]

        #i113861# shared ImplFontCharMap objects better be constant

2010-09-15  Jonathan Pryor  <jpryor@novell.com>  [b00fc9462d26083b6d09f72ea44abb1e11546b63]

        sc-date-fix.diff: Parse 'june-2007' as June 1 2007 in en-US locales
        
         n#358750

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [770aabb60693fb67d5c0d95aa80a2e0caf3a1d1e]

        dba34a: removed unused string resources / resource IDs

2010-09-15  sb  <sb@openoffice.org>  [366780aa70a86f14d7729da0aa69161be442e055]

        sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

2010-09-15  sb  <sb@openoffice.org>  [05d907b92d434ab2deae1fbe3a25cea36727f015]

        sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

2010-09-15  sb  <sb@openoffice.org>  [8aad539fa223e3c3b5128668fc0ab734cbdd3281]

        sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

2010-09-15  sb  <sb@openoffice.org>  [421c9bb07e98f063145c15bec116c1d635359ca7]

        sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

2010-09-15  sb  <sb@openoffice.org>  [ec147f50c1b594ca8ed1fbc8ab9985b20c5051ff]

        sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products

2010-09-15  Jan Holesovsky  <kendy@suse.cz>  [cb39099f75b8919d6d7d34572a031a080ab3dbe3]

        Source ooenv in the soffice wrapper if it exists (for linked builds).

2010-09-15  Radek Doulik  <rodo@novell.com>  [5b96fe6b4ef66123c55c58ccfcb22000d0c4117c]

        emf+-scp2-renderer.diff: emf+ import - make the renderer install

2010-09-15  Radek Doulik  <rodo@novell.com>  [d9b653f2a61397bf7aba71f1bc422b294742a74b]

        sw-auto-scrollbars-2.diff: Hide scrollbars in Writer - final.

2010-09-15  Radek Doulik  <rodo@novell.com>  [6169b36f2330b279ef173342d5aa6e3bd42e28fe]

        sw-auto-scrollbars-1.diff: Hide scrollbars in Writer update.

2010-09-15  Radek Doulik  <rodo@novell.com>  [b6c0a3105e40eededeaa108b526a2f26da47d66f]

        sw-auto-scrollbars.diff: Hide scrollbars in Writer when not necessary.

2010-09-15  Christian Lippka  <christian.lippka@oracle.com>  [cf31c95a03331c32272893190a2fa6cfe474ef75]

        mib19: merge

2010-09-15  Christian Lippka  <christian.lippka@oracle.com>  [a3658c32257ec5947891baa62a3df55979448cf1]

        mib19: merge

2010-09-15  Christian Lippka  <christian.lippka@oracle.com>  [9ee1eeecede032d649c042b68aa078a6d2a38121]

        mib19: merge

2010-09-15  Christian Lippka  <christian.lippka@oracle.com>  [fe29167cbe58a2d723f4c1f0b8e9522cd52993c1]

        mib19: merge

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [ba3f54db1c0751d836c5a4f876fd08d5bf6320d5]

        default-no-registration-menu-sd.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [5cce527cf9c7f30ab7d75e7ccc6c94679fbb5a6e]

        default-no-registration-menu.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [e0d0007a4b134cfd545954e0c8bf540e17457d78]

        default-no-registration-menu.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [4181a72a21a037954876e97140e7532218ba3a14]

        default-no-registration-menu.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [6e71bad72b491bb5f1d2bf59a599c2127589d948]

        default-no-registration-menu.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [abe06e115ad3cc0b7b3ee3c89c2dd6bb848c0d1c]

        default-no-registration-menu.diff: Remove registration from menu.

2010-09-15  Michael Meeks  <michael.meeks@novell.com>  [61dd5267df2b16c98e32f29e1c84b8673887a987]

        default-no-registration.diff: Do not force to register.

2010-09-15  Christian Lippka  <christian.lippka@oracle.com>  [13b5148fc283ecc96d6f0e4e1cfbe8611bb797d5]

        mib19: merge

2010-09-15  Release Engineering  <releng@openoffice.org>  [1c802c77f98ff4b10235f4c098710b038cd94f13]

        masterfix OOO330: #i114513# change exec permissions

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6347f601e99733808e2d256ec033083b0ac6eeee]

        automationdev300m87: #i112208# - Added a ConvertPath() to hFileOpenLocally() as it might happen that the path is passed in wrong format.

2010-09-15  Christian Lippka  <cl@openoffice.org>  [ba762c8c7fe208227b2be0f4b15d54f5749d1a2b]

        mib19: #163566# do not fire exceptions when calling 'hasByHierarchicalName'

2010-09-15  obo  <obo@openoffice.org>  [ec1697300cdc7310200af902fae2e3d7de0ff879]

        masterfix OOO330: #i10000# build problem (extensions help)

2010-09-15  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a5f2eef02c6adca78824aebedb31964cde862bf4]

        dba34a: #i107809# drop support for old Mozilla profile format, support new-style SeaMonkey profiles

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7935c81acc75d652412441419f2bc3b8745ccf40]

        automationdev300m87: #i112208# - Modified one test case to copy all files from testautomation/.../input to the local work directory as some files rely on others which are expected to be found at the same location. hFileOpenLocally() cannot do this as it does not know of dependencies to other files.

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [af33379f75415172ce3534d4abd87a21a211ccda]

        automationdev300m87: #i112208# - In some cases it is required to copy a list of files from testautomation to the local work directory. To make this as easy as possible i added two functions: hFileGetLocalPath( file ) which returns the fully qualified path that the file is going to have when copied to the local user directory and hFileListCopyLocal( list of files ) which copies a given list of files to the local work directory.

2010-09-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [33056e84c7972d6a8a3834b49e339cf7edbbcb04]

        automationdev300m87: #i112208# - Some test files rely on other files (e.g. for embedding) which must be copied as well. If the referenced file does not exist we get a warning that the document could not be found. In the current state of development this is bad because the dialog cannot be handled. So i added another dialog to hCloseDocument() which can be closed with either YES() or OK() while issuing a warning.

2010-09-15  Joachim Lingner  <jl@openoffice.org>  [0347768811284f62ab5f885f689f3028a71fe48b]

        jl160 #i114509# installation hangs when installing on nfs volume

2010-09-15  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [36540a68a721379094d322935354e85c6c2793fe]

        automationooo330m6: #113576# update report builder oxt

2010-09-15  Helge Delfs [hde]  <hde@openoffice.org>  [08eb8133d5d0e46bc1bfaada99c368f17d072f1f]

        automationooo330m6#i114143#added line break

2010-09-15  Andreas Bregas  <ab@openoffice.org>  [ebd83dda874d9607368c9b7f0d4529e73ea69ccb]

        mib19: #163637# Don't clear other modules vars when compiling sheet module

2010-09-15  Tor Lillqvist  <tlillqvist@novell.com>  [8e2479923515094206b331d67bf3ac07e5e51106]

        Commit missing files in setup_native/source/win32/customactions/sellang/

2010-09-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ecf5e35de34d53c22bb256546fa1ed5d64b9eed7]

        Removing unnecessary zlib patch

2010-09-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ee79f056a41c5833b9f245d127ff4fe86ced69ca]

        Add zlib patch that I forgot to add yesterday

2010-09-15  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [09f05507559ad8630cbf7426c0cdafca98d160d3]

        Committing the files for WPG and WPS importer I forgot to commit yesterday

2010-09-14  Niklas Nebel  <nn@openoffice.org>  [7e98422fec2e9132dee0bacba19f323a4b192509]

        mib19: #163566# use common helper method for ScVbaRange::Cells and ScVbaWorksheet::Cells

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [7d11228e0a1d9b5157ad477f6939ec56b8edfd73]

        default-no-startup-wizard.diff: Don't show EULA.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [287bc0aab7a848b991266586737b53630332b987]

        Kill the migration wizard for good.
        
        Extends default-no-startup-wizard.diff and desktop-disable-startup-registration.diff.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [4843a4657a729dad2a69076e6608a0da0092f091]

        kde4-buildfix-connectivity.diff: Fix KDE4 build.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [34156c2473b0021e3868ac91af5fddc1001e9d11]

        Make the build.pl executable.

2010-09-14  Petr Mladek  <pmladek@walk.suse.cz>  [aa613d6ffbbbc7baef2a133a5b9a7f17ec92b25d]

        idlc-error-offset.diff: yylineno is not defined by default
        
        i#81780

2010-09-14  Niklas Nebel  <nn@openoffice.org>  [3df871eb91f28bdbc8ee07ee5d2f31643d8d4bb4]

        mib19: #163566# compare cursor position in ScDocFunc::NotifyInputHandler

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f7203f730d2c81f1396ffcaa03ba76f682d08985]

        Moving languagetool out of the wront repository

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [4ce7dc44f25400b35e1c4f397d18d16bf628fc55]

        moving languagetool to the right repository

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [382e4f6965d485e6599c4f779f868e6a26db8177]

        Fix numbering restart on ppt import
        
        Set proper default for numbering scheme high bits, such that changes
        in bullet property don't automatically restart numbering. This fixes
        n#632546

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [615e2b4075b2d285c033aae5e722ffa382e8520e]

        cjk-default-compatibility.diff: Don't expand spaces with manual breaks
        
        i#54320

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8bbfa2e577af71811df23d9f315c0d9b57960010]

        cjk-default-compatibility.diff: Don't expand spaces with manual breaks
        
        i#54320

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [87084c7ce023e1481a4bb2375493999bf88aef19]

        languagetool-makefile-mk.diff: makefile for languagetool

2010-09-14  Jiao Jianhua  <jjiao@novell.com>  [7343e687fc9a180d453bf0112318c563801f303d]

        sw-default-cjk-fontsize.diff: default CJK font fontsize as 10.5pt
        
        i#72010

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [1da2229be2b1a7fd4a82f70a15c16df21345ad34]

        languagetool-jlanguagetool-1-0-0-patch.diff: build patch for languagetool

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [3d4605268439d2d4e3adb74f9c5c3dd37ed4223c]

        languagetool-prj-d-lst.diff: languagetool deliver list

2010-09-14  Florian Reuter  <freuter@novell.com>  [e1d8558cd028f938f9ed69497b4ea92e3c0ca4a4]

        sw-graphic-save-problem.diff:
        
        n240770

2010-09-14  sb  <sb@openoffice.org>  [e187a9891aff2d8315e623d8bf8d2fe1b6319fee]

        sb129: #i113189# move mailmerge to brand specific services.rdb

2010-09-14  sb  <sb@openoffice.org>  [9980c566801c8a784ef7f2ad10aa224757afca3a]

        sb129: #i113189# move mailmerge to brand specific services.rdb

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ea0fb16e08d4970451d7fd9539e6ec541e7732ea]

        languagetool-prj-build-lst.diff: build list for languagetool module

2010-09-14  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [feb350f647dadd245aed53cc034142c757cec691]

        #i113861# cache ImplFontCharMap objects on UNX too

2010-09-14  Michel Loiseleur  <mloiseleur@linagora.com>  [9c45034904590f4174db87b9f996b220a9e5823b]

        sw-html-insert-unknown-tags.diff: paste html text between 2 unknown tags
        
        i#59064

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [2cc91aa0beb896ca93c07ec77507a40b02ee6490]

        extensions_deliver.diff: Deliver extensions to the solver

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [7240a160d97a6f7c75a695bd465057b6957f8da6]

        extensions_deliver.diff: Deliver extensions to the solver

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0a63782de97158cbb6c76f5bc77778399f1f79a3]

        sw-paste-table.diff: Refresh the cell formatting after pasting in it
        
        n#564789

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [7b97db802083fe59895fac0786e7e77eae6a0724]

        scp2_accessories_templates_makefile.diff: more extension-related scp2 changes

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [7c270b684ecddf5651de1025dffc1c035b68397e]

        scp2_accessories_templates.diff: more integration of extensions.

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [681fb611831d25b1e3a54b9205f77c04de5625f7]

        premium-splitted-language-packages.diff: Language dependent definitions.

2010-09-14  Fong Lin  <pflin@novell.com>  [c97e202d82f423eff31bfa7a01c6f608de2bdc93]

        sw-changes-format-fix.diff: show insertion change first
        
        n#545815

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [8fdc083c3cedabdf145ef4a09b3d3ce98e207c93]

        extensions_packinfo.diff: extension integration, setup_native part.

2010-09-14  Fong Lin  <pflin@novell.com>  [6eb19e82e01e395dc7013553ee561fd81668ac3b]

        sw-ww8-import-list-fix.diff:fix bullet indent issue
        
        n#547308

2010-09-14  Niklas Nebel  <nn@openoffice.org>  [f84ff82a7fd78ca8584e4b56d98d83170b60e86c]

        mib19: #163625# for empty status bar text, call XStatusIndicator::end

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [0a85fecaf86a0fdcfa6989465f667904d2d2428b]

        extensions_configure.diff: extension integration, configure part

2010-09-14  Fong Lin  <pflin@novell.com>  [10b2731f1055326d9ec7b1081f14808ae9e2b908]

        sw-ww8-textframe-background-fix.diff
        
        n#547308

2010-09-14  Oliver-Rainer Wittmann  <od@openoffice.org>  [2bd49368c9e48a161b9f0b42fa0826d5c71fbc5b]

        sw33bf09: #i113730# - Assure that group objects containing control objects are on control layer

2010-09-14  Amelia Wang  <amwang@novell.com>  [e2970420a1f5aad0c0a412ddbe47eed88c6ea405]

        sw-insert-pagebreak-in-numbered-paragraph.diff
        
        n#396648

2010-09-14  Amelia Wang  <amwang@novell.com>  [9a11bd42af0db32fd06c84dd955ee563134665ce]

        sw-outline-numbering-broken-fix.diff: outline numbering fix in master docs
        
        i#96092, n#445536

2010-09-14  Florian Reuter  <freuter@novell.com>  [db387863014f00120a1b934f485ce53f70990fc0]

        sw-import-html-controls.diff:
        
        n#485609

2010-09-14  Florian Reuter  <freuter@novell.com>  [95684c99842455d9dc8e9372b829a63c22f71535]

        sw-import-html-controls.diff:
        
        n#485609

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6bbe6e56c966c7896793dbd26d7b05a13d228403]

        field-patch-lock.diff: enhanced fields lock fix

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [693b095ee8b7406c4aa0fd5b2bd0221bdcab304f]

        field-patch-uno-fix.diff: enhanced fields UNO fix

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0ec05d5b9d05cb36523dbed657fe38c73baab7b4]

        fields-enable.diff: Activate fields changes

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [fb4df079c35f58320906faa85becc4d874369661]

        scp2_extensions_templates.diff: bundled extensions - some more scp2 changes

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ccec86c5d06e793133283381794a6b00a8b77f23]

        metric-field-limits.diff: maximum values were wrong when changing unit

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8e9c5a4285b3ab0213513f554a8f6c5656d9d8ba]

        metric-field-limits.diff: maximum values were wrong when changing unit

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [e9442dc3e7fba1cabb494a245b1708563b6265a9]

        scp2_extensions.diff: Bundle extensions - main scp2 changes

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [793905906980e77a9853a8dd01fab95b65ca4f02]

        filled-tab-editeng.diff: Filled tab wasn't filled in shapes
        
        n#564454

2010-09-14  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [76411d92fb19d601efa1cf641eac6bacc2dceb1b]

        mib19: #163529# unlock model controllers on end of VBA macro execution

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [8e97855f244ce68989d24ec7aeb4da1a1f2f3a24]

        scp2_makefile_extensions.diff: bundle extensions - scp2 changes.

2010-09-14  sb  <sb@openoffice.org>  [5b37cee90eaf00d174cd3ccc5392005831d17afc]

        sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>

2010-09-14  sb  <sb@openoffice.org>  [7befd33ac260352af2b664d270580e538a5c49af]

        sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>

2010-09-14  sb  <sb@openoffice.org>  [43c78860c3c910a43a8be5a0bc4fca1a096f9946]

        sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>

2010-09-14  sb  <sb@openoffice.org>  [4a7e903d201016282d998960148d262aa1f31900]

        sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>

2010-09-14  sb  <sb@openoffice.org>  [136983d14d61e104f9207b835a200de2a9c344e8]

        sb129: #i113189# removed obviously unnecessary service registrations; allow empty <implementation/>

2010-09-14  Kalman Szalai - KAMI  <kamihir@freemail.hu>  [957af546596b204a53dab823e0b179a7d75e176c]

        scp2_build_extensions.diff: Bundle extensions - scp2 part

2010-09-14  Florian Reuter  <freuter@novell.com>  [bec52f8e61c7e433c32c7adc181ebb647a51c593]

        svtools-svrtf-token-ignore-case.diff:
        
        n#417814

2010-09-14  Florian Reuter  <freuter@novell.com>  [6b1204329ad365a46214472bcff335e63c51bdf4]

        sw-table-join-fix-i99267.diff:
        
        n#417814

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [68ee0b3cef504dfe65fff8c0f9212f7bf99c8cba]

        win32-multi-lang-installer.diff: Multi-language installer stuff
        
        i#66062, i#88638, i#88639

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [248569f78ae2f7417853cda2fa10724be11a374d]

        win32-multi-lang-installer.diff: Multi-language installer stuff
        
        i#66062, i#88638, i#88639

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [f8e1d2438199c4a76ceeb36352678c415e25272c]

        win32-dont-attempt-restart.diff: Don't attempt to restart OOo after crash
        
        n#524250
        
        Don't attempt to restart soffice.bin immediately if it crashes.  At
        such a restart, if the document recovery dialog is cancelled, an
        empty Writer document is opened even if the user was editing some
        other kind of document. Some customers are annoyed by this. And the
        automatic restart doesn't work on Linux anyway, so for consistency
        it doesn't hurt if we force it not to work on Windows, either.

2010-09-14  Florian Reuter  <freuter@novell.com>  [56b2cf0c10d9caa01ebae1d80465e342d046a85c]

        sw-collapse-empty-table-par-like-html.diff:
        
        n#376690

2010-09-14  Florian Reuter  <freuter@novell.com>  [de0866b507e259f1726d1015293aad8fcadd763a]

        sw-invert-border-spacing.diff:
        
        n#391591

2010-09-14  Florian Reuter  <freuter@novell.com>  [42532d42bfcdb12df86376cda009e8e315a82153]

        sw-allow-negative-spacing.diff: correctly display linespacing < 100%
        
        n#364534

2010-09-14  Florian Reuter  <freuter@novell.com>  [cd954198c7d4bc596be4cb3e0fb9f3e216859251]

        sw-section-import-fix.diff: Additional paragraph imported from ww8
        
        n#364533

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a4f835d03a4cad5e4b454faa8eebbf3eefc0448c]

        idlc-error-offset.diff: Add character offset for idlc errors
        
        i#81780

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f1279d1f591f492d5be347ebcb38dcbb9859c865]

        g++44-debug.diff: Fixed some imports for debug more

2010-09-14  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b693b6b967e54b7186df5918bfd82e628301da6b]

        g++44-debug.diff: Fixed some imports for debug more

2010-09-14  Release Engineering  <releng@openoffice.org>  [6df4618d8da9293858b91be5fa3a9f461a3ad0f6]

        OOO330

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [0b586586c21e59b3b434aea1990ba254a0217d1b]

        toolbar-decorations-vcl.diff: Improved toolbar popups.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [aaa59999755571532fe090245dcea99f57202b10]

        toolbar-decorations-rsc.diff: Improved toolbar popups.

2010-09-14  Florian Reuter  <freuter@novell.com>  [c2edb892cf8ddbac641737a04b58ab0db7e6cd21]

        vcl-bitmap2-negative-height.diff: Load bitmaps even when height is negative
        
        n#228839

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [a3aeca6c6c4f2efb964b590b8e5d838706229da9]

        vcl-better-fallback.diff: Try all when some of the plugins are not available
        
        i#50857

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [20439a8dd19933c0fb956502c4f85dc5b92aa50d]

        toolbar-decorations-svx-undo-redo.diff: Update "Undo" and "Redo" widgets.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [2a82fbacfeb5198cc1605f0c09cba8533fb39a2f]

        toolbar-decorations-svx-tables-columns.diff: "New table" widget rework.
        
        And a small update of the "Columns" widget.

2010-09-14  Jan Holesovsky  <kendy@suse.cz>  [426ce43c837ef49600bc282a0136bb2b4ed3f7fe]

        toolbar-decorations-svx.diff: Improved toolbar popups.

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [da82dc8f87b628c860e26d3e02eb2f92229a8bec]

        accept-underscores-in-hostnames.diff: Accept underscores in hostnames
        
        n#182422

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [b1a46b9bc8f3875890234a4c64676edf97516114]

        win32-invalid-names.diff: Allow technically illegal pathname components
        
        n#277603
        
        Allow some technically illegal pathname components on Win32
        (directories with trailing spaces or periods) because some SMB
        servers like Netware (and Samba, if mangled names = No) do serve
        such directories if they exist on the server's host system.

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [0a104203d8e97e2be5ff55da53185406f74ee326]

        win32-vs2005-compat.diff: Fix build with Visual Studio 2005

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [09ce8ce7edd4580698239ac9d610de68b7c9a76e]

        win32-vs2005-compat.diff: Fix build with Visual Studio 2005

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [7d29a89fe7f305f72c31206d2c36f05bbc96a7ef]

        win32-vs2005-compat.diff: Fix build with Visual Studio 2005

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [f3d51af52ffa30b63f89c3eede87c54d3c6a1f73]

        win32-vs2005-compat.diff: Fix build with Visual Studio 2005

2010-09-14  obo  <obo@openoffice.org>  [fab16aa2577d25ed2d336925f70b0b424d5b8a2b]

        CWS-TOOLING: integrate CWS jl158

2010-09-14  obo  <obo@openoffice.org>  [ba96ab75ce4c1ca254b03e83f7afcf54708bddc3]

        CWS-TOOLING: integrate CWS jl158

2010-09-14  obo  <obo@openoffice.org>  [a32e092938566acf3190cc2e288f5393b4b87b52]

        CWS-TOOLING: integrate CWS jl158

2010-09-14  obo  <obo@openoffice.org>  [073f3f201aa0b95314ba595383e179afed26ca79]

        CWS-TOOLING: integrate CWS jl158

2010-09-14  obo  <obo@openoffice.org>  [d572dfeae704451dbfd46d184fd314045a73bb52]

        CWS-TOOLING: integrate CWS jl158

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [00d479a6449ceb0156913dea97fa32ac7133d61c]

        win32-force-version-fix.diff: force WINVER when using non-std win api

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [428a2d7f37870788e521f3a384a43ece532b1605]

        win32-force-version-fix.diff: force WINVER when using non-std win api

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [b4896256c595f4b98bcd488bdb4c290e0b2c4b64]

        win32-force-version-fix.diff: force WINVER when using non-std win api

2010-09-14  obo  <obo@openoffice.org>  [5117ec7cc53e5ec3a03eca74bf1305ace8fe7f64]

        CWS-TOOLING: integrate CWS ooo33gsl08

2010-09-14  obo  <obo@openoffice.org>  [91cd61d1c8008ffef07529effb6755336fd637cd]

        CWS-TOOLING: integrate CWS ooo33gsl08

2010-09-14  obo  <obo@openoffice.org>  [e0e658081ec7e11faf0e0003a435ef87b73f206d]

        CWS-TOOLING: integrate CWS ooo33gsl08

2010-09-14  obo  <obo@openoffice.org>  [6babc6ca85d9b57dcdbfa777e75a8c3a773b8fc2]

        CWS-TOOLING: integrate CWS ooo33gsl08

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [b5b8138aac4308de952f0fbf2d56336205b20047]

        python-win32-buildfix.diff: make python build properly on win32

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [72cd2c75384c83837e43e60f09ab773c75d6c69c]

        package-pixman-scp2-source-ooo-file_library_ooo_scp.diff: package pixmap

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [a49629cc5f997f23be490151deb37fefbbf9044b]

        internal-cairo-configure.diff: build internal cairo on x86 and x86_64 alike

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [8f44f0d5f0b56226fc5bee4fcae8a1c7cc143aa8]

        cairo-cairo-makefile-mk.diff: Fix linking of internal cairo library

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [399cb3be848ab06592cf5eb6951787701b2b801d]

        cairo-pixman-makefile-mk.diff: Build pixman as shared library on x86_64 too

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [6e84ca7a66032b1c1a4f19e4fdfdf1879cd05842]

        build-fix-win32.diff: Fix Windows build on partitions without short names

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [fac37861914f255c55a196a154575a0d7e143ac8]

        build-fix-win32.diff: Fix Windows build on partition without short names

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [aab9dafd7b89ef764a691d2ad4abd14ec88dddf4]

        win32-dxsdk-200908.diff: Build also against DirectX SDK August 2009.

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [7ce4b453caf56a17211246d2a54fe843b8ae48aa]

        win32-cygwin-1.7.diff: Fix windows build using cygwin 1.7
        
        i#59477

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [65eee44249fb641de14b0c92f6be3ebedd468383]

        win32-cygwin-1.7.diff: Fix windows build using cygwin 1.7
        
        i#59477

2010-09-14  Ingo Schmidt  <is@openoffice.org>  [df0e1b8fa698daf2a44c6b7b34e7fdd9d27d76f4]

        native330 #i114487# fixing installation on Cent OS

2010-09-14  Tor Lillqvist  <tlillqvist@novell.com>  [51ec7b1d6b1846771ab4e4fd6bd71beed998a00d]

        win32-sdk7.diff: Recognize Windows SDK 7

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [41da5a33d0331c7bd24106e9171471e9560a4e1b]

        internal-mesa-headers-config_office.diff: make configure aware of Mesa.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [23cf3c4595d7969cdb09d262c85f34972b0f74a8]

        internal-mesa-headers-mesa.diff: Create mesa module for use with transogl.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [9347f606ec8b85921c3a609befc2fa8005f89459]

        wpgimporter.diff: WPG Import filter

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [5c9ac81fbcea4f14e49af431298419e04a9bc1d4]

        wpgimporter.diff: WPG Import filter

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ba38cd2089911917c2cf6e4fdda6ae488df19dd4]

        libwpg.diff: WPG Import filter - create a libwpg module.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [ce1c27876884d20006793171cf93814fcc3f4efb]

        wps-registry.diff: Register OOo as able to open MS Works files.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [774bc97f20701342da0cc5b3f0406e48256f82f2]

        libwps.diff: WPS Import filter - create a libwps module

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [fc263c4f068ae706e05d0dc0546400301f381303]

        wpsimport-writerperfect.diff: WPS Import filter - core implementation.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c8dead4cf00d75949bf38d9bbee6de9ade571f71]

        wpsimport-scp2.diff: WPS Import filter - packaging bits

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [6e69e849c63d7f44611967fa79133ab6b6bb0bee]

        wpsimport-filter.diff: WPS Import filter - filter module changes

2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [60a9e05910a3083130b88a61cd36745af5e1128d]

        dba34a: #i113403# reset m_documentBasicManager to NULL when it dies

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b3d65a7d1cf2eb66105456d4c2c9fbebeea9e1b4]

        wpsimport-config_office.diff: WPS import filter - configure part.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [29ef0ee01df5a2042bdb7544d602718b5689329f]

        upgrade-zlib-to-1.2.3.diff: Upgrade to newer zlib.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [929ee2f488c8ef6e7d144f00f4da486f9ec28f94]

        oowintool-java6.diff: Detect java 6 correctly.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [88f6fa6d2fe53dddec061394dfe42f3d9c221707]

        win32-pdfimport-use-temporary-file.diff: avoid locking issues on win32

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [452ead8acb9c6d6f72ce556f4b16a15e67aa164f]

        stlport-solaris-fileno.diff: fix a Solaris build issue

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [112477fa8f6ba59dc39aa8a3c00dca0da07197a3]

        writerperfect-nocondensedparagraphs.diff: no negative paragraph height.

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [b50171bab3eaa52ef321be19474f77e8c74b1758]

        libwpd.diff: upload new libwpd

2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a0b9b45ebb3b2d0d014f58e2afc033ec3ab4a79]

        dba34a: let the state message for incomplete tests end with OK - otherwise, some weird code elsewhere interprets it is failure

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [f15d64297c9139bc218de7ac09fbb04bdc1e4fab]

        svg-import-boost.diff: deliver requrired boost headers.

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [06a3ddea33ad211035115b61a529b556f84eba8f]

        svg-import-empty-gradient-fix.diff: guard against empty gradient stops
        
        n#560255

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [aa466b6bb2e71970efebcffb32c5af11d529b1a2]

        svg-import-opacity-fix.diff: fixing handling of opacity attribute

2010-09-14  Caolán McNamara  <caolanm@redhat.com>  [338bcd091871b9ade5caddfaa9b109ad99a7c332]

        svg-import-eh-fix.diff: eat exceptions before they reach unaware code

2010-09-14  Caolán McNamara  <caolanm@redhat.com>  [466f6298ada375d1a6c70d5467c80dba89615197]

        svg-import-convlength-fix.diff: fixing relative size calculation

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [fbd966ca51c0d25a0197b0917bc7132b7a340e7e]

        svg-import-textimport.diff: much improved text import

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [614464ccc3ffd814267d52c58300e04b3178a865]

        svg-import-painturi-fix.diff: improves parsing of paint fragments

2010-09-14  Thorsten Behrens  <tbehrens@novell.com>  [c04b1c582f9c3b5ff854ba16181af7f5c00d3bb3]

        svg-import-viewbox-fix.diff: fixes some nastiness with viewbox

2010-09-14  Carsten Driesner  <cd@openoffice.org>  [52edbeb788bfe4ed2c9653ff237b0bcf429ae0c8]

        dockingwindows: Merge changes

2010-09-14  Carsten Driesner  <cd@openoffice.org>  [19e019d20915aac266e46f677b3b882f1a9ce81b]

        dockingwindows: Merge changes

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [c8f0caee6d5a1360153f8730937229c96dc6557a]

        svg-import-filter-gfxfilter.diff: SVG Graphics filter implementation

2010-09-14  Fridrich Štrba  <fridrich.strba@bluewin.ch>  [90f5ce36231551e226d4b3e2fefaa8493af692ac]

        svg-import-filter.diff: SVG Import Filter implementation in filter module

2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7cce6910fcdbb7285ac9079017db86478209ba0]

        dba34a: properly close the connection, and survive (without error log) if there actually isn't a connection

2010-09-14  obo  <obo@openoffice.org>  [8fc53751769a9fc47d4a71fbfe8ee52eef6a0562]

        CWS-TOOLING: integrate CWS chart50

2010-09-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3f0450eecdf2ae68d014ddae7c34517c8478e0ff]

        automationdev300m87: #i112208# - Revert all to hFileOpen() in all the places where we are working on a local context already.

2010-09-14  obo  <obo@openoffice.org>  [889994710625f3b8b2b634532a339f3068155057]

        CWS-TOOLING: integrate CWS impress199

2010-09-14  obo  <obo@openoffice.org>  [8fafc3a6a22d533625cb5ff8edb8bd45c74f8713]

        CWS-TOOLING: integrate CWS impress199

2010-09-14  obo  <obo@openoffice.org>  [65f279df2fe065c01c5c5c08a140d50f35fef469]

        CWS-TOOLING: integrate CWS fwk156

2010-09-14  obo  <obo@openoffice.org>  [5ca8f0ce6dda2e9d2a40701a7f52787eed3f6287]

        CWS-TOOLING: integrate CWS fwk156

2010-09-14  sb  <sb@openoffice.org>  [2881adacaa7005d5047f508f3ed8737e5c6efa1b]

        sb129: #i113189# adapted tests; improved subsequenttests

2010-09-14  sb  <sb@openoffice.org>  [e3ceb872bf58d5eb1490b39d19bf29194f47949c]

        sb129: #i113189# adapted tests; improved subsequenttests

2010-09-14  sb  <sb@openoffice.org>  [e21f2f0f0187ebaa4a5b7c64a6e5c08d5efc6116]

        sb129: #i113189# adapted tests; improved subsequenttests

2010-09-14  obo  <obo@openoffice.org>  [c548b0b0b38ad2b1a7184a4ffc97ca26958b0389]

        CWS-TOOLING: integrate CWS calc59

2010-09-14  obo  <obo@openoffice.org>  [c265740c90b771aa1fe67db965499897371594a5]

        CWS-TOOLING: integrate CWS calc59

2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1547beb261169c86797752fb17f39c3515fb8f87]

        dba34a: merge after pulling changes from CWS dba33j

2010-09-14  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5b674bd583868abde278ebdf73bb2197849a49ae]

        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>  [00a326249f7bb4e7ded9c743836d9d572d3a9d7f]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [30891b5b51d5bef92450ffd89a2c0150709957a3]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [23388c36b41eae768dabd47d20715315bfb4efb9]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [e1316ac3c370c7132f29441f8a394c2681157167]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [6ad40130806fd834591a516390fa2a92f0573c62]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [2a4366054f2e18bb14da44fa5e57c3d2d476a908]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [1a8dc8a165c73588cee713173f09609a07f7c258]

        CWS-TOOLING: integrate CWS dba33i

2010-09-14  obo  <obo@openoffice.org>  [116b4ef3a412c67e951979fca54922840674e830]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [156a49a810383271b363307209394a1383263dc9]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [58b09c2b7baeaf04d508c10a02efff76cf1b580d]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [7f680aa8595b2d376d1c44fe46fa695d3061e170]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [87974c82d8a00e81ee98700cf1e60eb18826117f]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [20ff1d5bf41b295f0f771d292c5dd2832e26539e]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [c2d0b8e2f7398452ba78fccb2d64df2d8cfc5d80]

        CWS-TOOLING: integrate CWS dba33h

2010-09-14  obo  <obo@openoffice.org>  [3e54226eae4a2a28f73ff0b836edb24db5189ffb]

        CWS-TOOLING: integrate CWS impress200

2010-09-14  obo  <obo@openoffice.org>  [dee0e9f293458f04283c4371e5bf3d93999e4e64]

        CWS-TOOLING: integrate CWS impress200

2010-09-14  obo  <obo@openoffice.org>  [3c2516682b1314edb6fa323b16a01cf6f25693f3]

        CWS-TOOLING: integrate CWS impress200

2010-09-14  obo  <obo@openoffice.org>  [e6d8db9b97cf6b574afee97e705713477664625e]

        CWS-TOOLING: integrate CWS impress200

2010-09-14  obo  <obo@openoffice.org>  [964dd5127406c5e5949eaf3f31aecfe766603646]

        CWS-TOOLING: integrate CWS obo50

2010-09-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3c1288515a501f46f0fd1f24452e6f7c813bc945]

        automationooo330m6: Local branch merge

2010-09-13  Niklas Nebel  <nn@openoffice.org>  [389977a4e4c8678ec1f5de6b93c08232cac248c4]

        mib19: #163566# if the VBA event processor is set, check HasAnyCalcNotification before HasAnySheetEventScript in ScModelObj::Notify

2010-09-13  Niklas Nebel  <nn@openoffice.org>  [68ca33d9c1329a9b4412db62d7e1f29d34b3c1a2]

        mib19: #163566# don't try to create non-existing VBAProjectNameProvider from the model

2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3d304bb9ad8aaec58373b76068d421a6bc5bbb2e]

        dba34a: merge after pulling latest changes from CWS dba33i

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [845a979c185855e409d076969587ad2e4a4094c9]

        automationdev300m87: Local branch merge. Title: Bosi, now you die!

2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [595a30253a722d55217c9573573bc3289da271fb]

        dba34a: #i114403# don't access non-existing values

2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dfc599fdc4e7d8f6b78d5fef69f7766e2c2c515d]

        dba34a: during #i114403#: allow list boxes to have a bound column of '0'

2010-09-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [1d29a2121c1fbd720af089f670b605f778301f37]

        dba34a: #i100000#

2010-09-13  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e8426d54e65f2a0690e3260ebd20f8a1319e82bc]

        mib19: #163557# cleanup VBA XDocuments implementation, trigger Workbook_Open event when creating a new Excel workbook via Workbooks.Add

2010-09-13  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [7e801dd20924783ebe7f40920169179ea3b1a709]

        mib19: #163557# cleanup VBA XDocuments implementation, trigger Workbook_Open event when creating a new Excel workbook via Workbooks.Add

2010-09-13  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [676af9dc74cd77e16e82b716ad3bb8410cabf61f]

        mib19: #163557# cleanup VBA XDocuments implementation, trigger Workbook_Open event when creating a new Excel workbook via Workbooks.Add

2010-09-13  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a7f5a052a807e8e26cfb6012135adbb43348781a]

        mib19: #163557# make VBA Application settings globally available for all open workbooks

2010-09-13  Ingo Schmidt  <is@openoffice.org>  [73971533746918e0776508c0e7d20fd4e34caa61]

        native330 #163564# fixing installation on Cent OS

2010-09-13  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [6e690e0909459d46c53d17e7939891abea11e566]

        sw-preserve-char-style-on-reset-format.diff:Perserve character style on links
        
        i#47893

2010-09-13  Octavio Alvarez  <alvarezp@alvarezp.ods.org>  [151636e58c07b40f9ab26fb265f22a06a303a37f]

        sw-show-Remove-Hyperlink-even-with-selection.diff:

2010-09-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [24dd42f316e5cb16ba726c05ba486d53e033052d]

        sw-rtf-num-fix.diff:Fixes for RTF numbering export
        
        n#569266

2010-09-13  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e30fb4609b9d7333deb4401e0c41ee64b8da9f1b]

        sw-rtf-num-fix.diff:Fixes for RTF numbering export
        
        n#569266

2010-09-13  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [6dbee27b977b6cc7a208ca5fa6a3c88eba5d9b22]

        #i114460 workaround a bad printing problem with graphite layouted text

2010-09-13  Amelia Wang  <amwang@novell.com>  [e1e9d3b73c82d0f7448d5ffa1f49d0a5f36b2a22]

        cjk-character-units-fix-376788.diff: add a new character unit
        
        i#376788

2010-09-13  Amelia Wang  <amwang@novell.com>  [7bd13d9c9d86999bca94e1151c9ac0bdbf05fe13]

        cjk-character-units-imp.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [274928f4eb238c703217d473f36b43deb4260d61]

        cjk-character-units-fix-376788.diff: add a new character unit
        
        i#376788

2010-09-13  Amelia Wang  <amwang@novell.com>  [07a5627d92719740b5f16fdd8d53926acfffbde6]

        cjk-character-units-rulers-sync-with-pggrid-fix.diff:

2010-09-13  Amelia Wang  <amwang@novell.com>  [c85db626029fd8a5e0dfcb312937279df32339a0]

        cjk-character-units-ui.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [51fb3c7f1925c7d1604549dfd8fcc0139e54a36b]

        cjk-character-units-imp.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [777969e38b46ec3138e1c365260d136a0f1e7817]

        cjk-character-units-fix.diff: add a new unit 'character unit'
        
        i#356101

2010-09-13  Amelia Wang  <amwang@novell.com>  [954dcb2858da1c83914f8421817b4c85c33d28df]

        cjk-character-units-ui.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [a2042c306e2cd449328aad331edc438363732833]

        cjk-character-units-imp.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [bec7709b4a8d219f8da3e175c1ecf4db21495dae]

        cjk-character-units-in-pggrid-fix.diff: add a new character unit

2010-09-13  Amelia Wang  <amwang@novell.com>  [69fa7431782484a66113ee35bd3381556083142a]

        cjk-character-units-fix-376788.diff: add a new character unit
        
        i#376788

2010-09-13  Amelia Wang  <amwang@novell.com>  [c9326d9df33ec9d25ea72511511d4294857743b3]

        cjk-character-units-fix.diff: add a new unit 'character unit'
        
        i#356101

2010-09-13  Amelia Wang  <amwang@novell.com>  [afcc1620eda45972f850af06495f556ee5e42977]

        cjk-character-units-rulers-sync-with-pggrid-fix.diff:

2010-09-13  Amelia Wang  <amwang@novell.com>  [69f6c005a836515b96fb5ecc006b987a54a6f094]

        cjk-character-units-ui.diff: add a new unit 'character unit'

2010-09-13  Amelia Wang  <amwang@novell.com>  [8fd87a90a5ebcc9d8c4ddc7ece6d20debd58e801]

        cjk-character-units-imp.diff: add a new unit 'character unit'

2010-09-13  Jiao Jianhua  <jjiao@novell.com>  [1f578e21a92b3532ddfd8e0fd007a7ec6b2ee240]

        plus-minus-sw-navigator2.diff: Folding for each heading in Navigator
        
        i#64886, n#129410i

2010-09-13  Jiao Jianhua  <jjiao@novell.com>  [705d6cd7d7304e2337d4424c417d99592d087219]

        plus-minus-sw-navigator.diff: folding for each heading in Navigator
        
        i#64886, n#129410

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [acb32fd8134af541ac82661b49ce1888a2c90350]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() and affiliated functions from global, removed any calls to these functions

2010-09-13  Thomas Lange [tl]  <tl@openoffice.org>  [1c53ed895381241b2b79b56bad105a8c19599a93]

        cws tl82: #i114267# code clean-up

2010-09-13  Thomas Lange [tl]  <tl@openoffice.org>  [a6d3374099e0d49043e61d10aef07b9d88784e9f]

        cws tl82: #i114267# code clean-up

2010-09-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [0f59984e2db5dcec24e4154850e5cec8cca1482a]

        sw33bf09: #i113730# - method <SwDrawContact::_Changed(..)>: on insert/remove of child assure that group objects containing control objects are on the control layer

2010-09-13  Thorsten Bosbach  <tbo@OpenOffice.org>  [c2cb44b197656cf6dbe1c6d650484196d4826ec9]

        #i114476# No testing for Mac as some Window attributes do not exist

2010-09-13  Thorsten Bosbach  <tbo@OpenOffice.org>  [083787faf1cadfdff80ffbce5c2cae73ce9c940a]

        #i114474# add a sSelectEmptyLayout()

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [af4863656d0385d0f05a72a2ae1444993e52f05e]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module Writer - Mass renaming/Deletion. Might break things as this was a batch job.

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ba5bfd3356723ef7a003d41c3402adf79d15235d]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module Writer/Optional (partial remove, many more to go)

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a09c75aca6bfcc8ff02a3e46ddba3d1a13b7949d]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in module chart2

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b7b4868aa5d4247aa436915cf06da40fdf12bc04]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls in spreadsheet (3 were not fixed in first round)

2010-09-13  Lars Langhans  <lla@openoffice.org>  [1c74de73214379a1a263cb1b319efa36c7ef1e69]

        perftest12:#163613# Performancetest cleanups

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cfd900a204fa167cbb7a24d6998619c59c30c589]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for module framework

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [021530e4ada218b2cf43cc0f2c11107ab06724f4]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for all remaining areas in module spreadsheet

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [17c7ecaf73182ad6f9aecff5f34d2ee87fe54aad]

        automationdev300m87: #i112208# - Eliminate sMakeReadonlyDocumentEditable() calls for spreadsheet tools

2010-09-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fda546871f70bab4f351bd0c912bfdb454366763]

        automationdev300m87: #i112208# - Changed all sMakeReadOnlyDocumentEditable() statements to hFileOpenLocally() in Spreadsheet update tests

2010-09-10  Ivo Hinkelmann  <ihi@openoffice.org>  [88d1caaeb9641347d695715f620e0178d314f5c6]

        ooo330l10n3: #i113535# enable itemlist

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [615fec30a2bbde2350fa71db76ba2e702a14fcf9]

        merged changes by sb

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [bc73a488abfcec302ec8a8c8251a8eb775f812de]

        merged changes by sb

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [2249fa36ed487ca18ebe5771650bfe2f7a879029]

        merged changes by sb

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [67c283f966086c887f160ac5f2988e50e9652e9d]

        merged changes by sb

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [e8206d063b6eac570e38834b58923420e55dda99]

        #b6983105# applied patch and verified

2010-09-10  Joachim Lingner  <jl@openoffice.org>  [c62011c83f5a00417e7510b7688dd5b0450cc4ee]

        jl158 #i114008#  sed problem on solaris fixed

2010-09-10  Joachim Lingner  <jl@openoffice.org>  [9ec25654f39e2b3a3b90b811fde6949fe379ffcd]

        jl158 #i114008#  sed problem on solaris fixed

2010-09-10  sb  <sb@openoffice.org>  [c085c1bfbf61fddd1410e9f9910f3f4a8909a229]

        sb123: #i113189# brand-specific services.rdb

2010-09-10  sb  <sb@openoffice.org>  [016ee63ec6a0998fc971aeb8095e811e13596e25]

        sb123: #i113189# brand-specific services.rdb

2010-09-10  sb  <sb@openoffice.org>  [093b3a9498d0a4e18f43c288bb3f33100e77db9e]

        sb123: #i113189# brand-specific services.rdb

2010-09-10  Mikhail Voytenko  <mav@openoffice.org>  [583cd12ea421871fe521af2f3d9951963ae6a366]

        mib19: #163583# do not reschedule in callbacks

2010-09-10  sb  <sb@openoffice.org>  [4fdd056536275e90c610da02ae350ff2ec8d8335]

        sb123: #i113189# support for --disable-binfilter

2010-09-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ae4f862150a0e65096908778b7e21d745d5d0a09]

        automationdev300m87: #i112208# - Polished some comments and added usage information at the top of the function.

2010-09-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1e780cc87b4ee0a96a815358019b9e7b74c798f5]

        automationdev300m87: #i112208# - As discussed on IRC we reuse an already existing file instead of deleting/copying it anew. Saves time but also carries a certain but low risk.

2010-09-10  sb  <sb@openoffice.org>  [1ea60d118390ba276c5ecc80af7876c4f227076d]

        sb123: #i113189# missing includes

2010-09-10  sb  <sb@openoffice.org>  [01c2f02ec849927b69d9ec7b9c1c147ad56b599f]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [f7d15243e6d6815678a0edaedab27110aa19e7b4]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [a0cb17e25ec80250a4c7e4547a63bf090aea04d3]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [7788dc10a3b53efa890635b3779f103879e9e55a]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [06c8703f6c7ba4b639b66f06bd6282c304c8fdb0]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [a43f7851c7d3424e845eedffe8ef25c6e9e8fe99]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [8e88ac109dc9eba88db92940d13933fc3a4393d8]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [5dbc43ead1b7ff5fa0c1f6756a9ca6062c48d033]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [a3c8a0ed0c5c6be1cb5c940750222f6381608bd7]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [9551bf5a1ee5c9275a26f8ec4021e0b7f5665176]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [c096e86385f35a6d8485325ad0c3ae52f70cacef]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [948deba5a7178de683d8215824bf2967041f7666]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [008f61c9f135be22cec7b6080735742322a5b4b4]

        sb129: #i113189# change UNO components to use passive registration

2010-09-10  sb  <sb@openoffice.org>  [7caef4c5dce6ce5a9788c0d1f3e7e212794310df]

        sb129: #i113189# support XML-based services.rdb in com.sun.star.registry.SimpleRegistry

2010-09-10  sb  <sb@openoffice.org>  [7a54dffcfbdb0d2e004ad070c35f511cee6642b5]

        sb129: #i113189# move XmlReader from configmgr to URE

2010-09-10  sb  <sb@openoffice.org>  [cc1e8cca21d9dea91a0eabbaffe38d8f98173dad]

        sb129: #i113189# move XmlReader from configmgr to URE

2010-09-10  sb  <sb@openoffice.org>  [597dfa19172a48d8a1deeb195eb62bf22c638f8e]

        sb129: #i113189# move XmlReader from configmgr to URE

2010-09-10  sb  <sb@openoffice.org>  [e789f9677ad49ce61a5b0e67648a724cbdff3010]

        sb129: #i113189# clean up stoc/source/simpleregistry so that subsequent changes can better modify it

2010-09-10  Mikhail Voytenko  <mav@openoffice.org>  [8e29a77b5d78f67ce281e0538eea3edaea918faf]

        mib19: #163577# get rid of remaining objects on StarBasic destruction

2010-09-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [25b25d0edf477735c145e514269c76bf1766328b]

        #b6983098# applied patch

2010-09-10  sb  <sb@openoffice.org>  [eb2b4db23650d16d413d270372b33fe92a6e76a1]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [6f4e78513fc79d1c7ffa119d933920951fd58803]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [e0667a308366c8504b76697a06880300bd531786]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [a338d1268008569d079af65c196dc163faec0adf]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [d484fc24daeea9625d4d4307a8cf0a58f48f5e91]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [1858cad105532280f6e47a0b6d2f999b58faca27]

        sb123: merged in DEV300_m87

2010-09-10  sb  <sb@openoffice.org>  [48a6ddac358ddc551c53390d31296ea930e6515f]

        sb123: merged in DEV300_m87

2010-09-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e3c1ed32b3547f1a7f95ab3e1958321e86a4afd0]

        #i109933# - Convert LF to CRLF

2010-09-09  Michael Stahl  <mst@openoffice.org>  [baf03104b299fdfb3b9f5bd443fee9d7524c0b52]

        sw34bf01: #i114412#: calc.cxx:  change signature of Str2Double() for stupid Sun C++  and replace the other delete with an auto_ptr.

2010-09-09  Michael Stahl  <mst@openoffice.org>  [78b61efd2989af17d3b9e22f2f8c1219405f9755]

        sw34bf01: #i114412#: calc.cxx: apply patch by dtardon:  remove dubious delete and refactor the remaining code a bit

2010-09-09  Michael Stahl  <mst@openoffice.org>  [33b5681d5a96ba9962a1d570e40051ed94b60247]

        sw34bf01: #i114409#: sw: apply patch by dtardon:  prevent deref. of dangling ptr if there is no other instance of  SvtSysLocale hanging around somewhere

2010-09-09  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [5de58a084612c45d20b58ef95159c67b5df422bb]

        tabcontrol: fix graphic objedct for dialog

2010-09-09  Michael Stahl  <mst@openoffice.org>  [7edaf190e2b18fe5dd9b7dd8d8e7e24b2ff26520]

        sw33bf09: #i114163#: SvXMLExportItemMapper::QueryXMLValue():  write proper value "auto" instead of "0" for style:page-number.

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [267febb8e0a386a746b8095330394ed6986decfb]

        automationdev300m87: #i112208# - Make Warnlog to a QAErrorLog for overwriting files

2010-09-09  Andreas Bregas  <ab@openoffice.org>  [a52cf2d300782298b39977331bb7bc015daedd7c]

        mib19: #163573# Fix NativeObjectWrapper implementation + VbaDocumentBase::getFullName()

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fae5b1f735a55183fddc4cad1278d15583730645]

        automationdev300m87: #i112208# - Maximize verbosity, for some reason the split-function fails

2010-09-09  Michael Stahl  <mst@openoffice.org>  [f93e69145f9c5bde1f5232c873aa8bb495ce57b5]

        sw34bf01: #i114198#: callnk.cxx : apply patch by cmc

2010-09-09  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [39faed2cd839f40091fee03d05c528e6d08c7522]

        tabcontrol: enable graphics for dialogs again

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [152b4ab06a6cb6f106b58acb24755411eb1c94f8]

        automationdev300m87: #i112208# - Test some more functions in w_007_.inc

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [faba6731e6f8d0ec5c0eebf555be2ff2286ebc78]

        automationdev300m87: #i112208# - Fix two fatal typos

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b2b84b6cebb9166e3ea9835bdcd0e44fb9726cc3]

        automationdev300m87: #i112208# - Added more comments to ease understanding the purpose of the function, removed unnecessary exit function statements

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5f16ce3e8bc1c757256904234fb88ca80e2ed308]

        automationdev300m87: #i112208# - Change one single call of hFileOpen() to hFileOpenLocally() for testing purpose

2010-09-09  Niklas Nebel  <nn@openoffice.org>  [d75e8a885ff260f25ec71abb0c4c772453f504fb]

        mib19: #163560# use default cell font and RefDevice for column width

2010-09-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d93f1af562e459899b1c2e41405069d0240644d4]

        automationdev300m87: #i112208# - Implemented fuction to work with a local copy of a file which resides anywhere else in the filesystem. The file is then copied to the users work directory and opened from there. This is experimental and the function needs to be called explicitly. The function is another workaround for the paramount problem that we cannot reliably switch a readonly document to edit-mode. Used the opportunity to introduce a new global variable (and fix the case of others, as they are not constants as they were initially planned to be)

2010-09-09  Andreas Bregas  <ab@openoffice.org>  [d3ad5e48cac0e7c2c0e2d9be32b81582c3de4271]

        mib19: #163576# Automatically reinstantiate objects declared with Dim As New

2010-09-09  Michael Stahl  <mst@openoffice.org>  [f0c824936cfcc6b684898f7c909390a9b5799303]

        sw34bf01: #i114162#: xmloff: do not write invalid config-items of type "byte".

2010-09-09  sb  <sb@openoffice.org>  [33192399848807a2029ecf398f843c2810e4f894]

        hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one

2010-09-09  sb  <sb@openoffice.org>  [240bb1f07083839b69767fa68603999d5c5aaba7]

        hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one

2010-09-09  sb  <sb@openoffice.org>  [90a93cdf131381df4fe985d6535be76a52310a1c]

        hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one

2010-09-09  sb  <sb@openoffice.org>  [f68c781b9427c6970e45e8976d54313603ddd8df]

        hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one

2010-09-09  Oliver Craemer [oc]  <oc@openoffice.org>  [d48397338f05aaa7bd63c34ea05941cbd5237aff]

        #i108814# Warning in w_updt.bas in tInsertComment

2010-09-09  Miklos Vajna  <vmiklos@openoffice.org>  [63a324172cb53a6edf44e2235ca1a08831e7aa54]

        vmiklos01: #i113532# fix tables at the start of the document

2010-09-08  Thomas Benisch  <tbe@openoffice.org>  [369f4c3d1fca0b4d3b96a9085169545abc641736]

        mib19: #163530# Filter box shows only entry of first row

2010-09-08  Niklas Nebel  <nn@openoffice.org>  [a1d731b2d6e742071c65ad57f69d3e58ebd75c56]

        mib19: gcc compiler warning

2010-09-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [66222c7cbe23fbb4ae0ebf00d543cc2699f56b6c]

        #b6983101#: applied patch and did some additional robustness checks

2010-09-08  Andreas Bregas  <ab@openoffice.org>  [deef6d3019ff148af77344315272d92ec88125e7]

        mib19: #163573# NativeObjectWrapper implementation (deactivated)

2010-09-08  Andreas Bregas  <ab@openoffice.org>  [b5e8ee7b05c4703cb8bc3b6f6556c8497b51d660]

        mib19: #163573# NativeObjectWrapper implementation (deactivated)

2010-09-08  Niklas Nebel  <nn@openoffice.org>  [9f7c8470ae5b47b3a36e6f447228e8ec6f95d0c3]

        mib19: #163497# implement VBA Placement property

2010-09-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [2de8e26ed7284f7b5e5526778d478ff36aab19eb]

        annotated model.xml with tags and used tags to calculate left efforts

2010-09-08  Carsten Driesner  <cd@openoffice.org>  [623a50a14c6fa56a0def891df7a26e86cc749a2c]

        fwk156: Merge changes

2010-09-08  Carsten Driesner  <cd@openoffice.org>  [217f57acce986c65622c14f31145648193aa6a75]

        fwk156: Merge changes

2010-09-08  wg111939  <wg111939@sr1-eham02-03>  [26581ed7da3b5c351ec35a6e522191ff85d884fb]

        i114404, correct errors in i_us_presentation.bas

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [a404429b314e917246b96bdc6bf0d86aab48fa59]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [a13ed55001017320b382598b1dd1d0bd08a71d64]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [af43f5e96e7a0afccb6f1ff534acbbdb127e9da2]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [a04351284c4e084ab42a608e72f54eec47735730]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [a1f9b7f72a15bb44bd8a93a02e98a436abb6df5b]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [86d52bf829c24bb11602728f564f8695815ad8a7]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [ef6bcef09cc079f68dbb90a69dbc76ab35ee371d]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [6e27401a823acc2ec78a3abb310c430870b988e6]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [6b255a8fd68c92bab708252d8af49c3ca086a9f4]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Jan Holesovsky  <kendy@suse.cz>  [b6865904fd12c8a3c15f4272b2cd3bec5210cd3e]

        Merge commit 'ooo/OOO330_m7'

2010-09-08  Niklas Nebel  <nn@openoffice.org>  [78b01360e3307dd0d277c90fc7d02249544f6f6d]

        mib19: #163566# ScProgress: don't create progress bar if paint is locked

2010-09-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [361766edb994aa0abe9ee9af2f28cf28416b0f1b]

        #i114245# fix debug warnings in CTL glyph fallback

2010-09-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [c278878263b9c7b10f8c51ea7b97f088873df929]

        #i114069# update DejaVu fonts to version 2.32

2010-09-08  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [27b897b0f609985ff717452295692d03b0ce1703]

        #i114069# update DejaVu fonts to version 2.32

2010-09-08  os  <os@openoffice.org>  [4c1a4faf91afac4cc47be3c5259367c0052debd2]

        OOO330 m7 merged

2010-09-08  os  <os@openoffice.org>  [464c5c475fa86e506bf59ad5e5b0a496151d7919]

        OOO330 m7 merged

2010-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [74729cf12e63d837a7bdad16ae0089973635d7fc]

        #i10000# open file mode r+ -> r

2010-09-07  Carsten Driesner  <cd@openoffice.org>  [2fb48f89bdcca9f0dc1916cfabbd2046f04c348a]

        fwk149: Merge changes

2010-09-07  Carsten Driesner  <cd@openoffice.org>  [e72893613b012342a96d0bfa045b56922db46328]

        fwk149: #i113055# Fixed suspicious self assignment

2010-09-07  Carsten Driesner  <cd@openoffice.org>  [5b04bab35819efae154f1797795696a59719faf9]

        fwk149: #i113055# Fixed suspicious self assignment

2010-09-07  Mikhail Voytenko  <mav@openoffice.org>  [d4aca024ba8ff204cebe7e917064d8b204a3795b]

        mib19: #163433# let Application::Run find the correct document

2010-09-07  Mikhail Voytenko  <mav@openoffice.org>  [edcda911555753034afb2175a0c1a8b09f0e8210]

        mib19: #163433# let Application::Run find the correct document

2010-09-07  Armin Le Grand  <armin.le.grand@oracle.com>  [663798e24e8bfd1d0194002a675a24d8eda271c2]

        #i113922# added code to transform the LineWidth on MetaFile creation with the current transformation

2010-09-07  Vladimir Glazunov  <vg@openoffice.org>  [22a524e924cb9ad50b8c73a8c98ed0f0a1a66718]

        vgbugs11: #i114348# fix for --all:project builds

2010-09-07  wg111939  <wg111939@sr1-eham02-03>  [92ce9da30cb096c5ef2715a83001a234b792adca]

        i114370, adding wait to g_demoguide.inc

2010-09-07  Niklas Nebel  <nn@openoffice.org>  [e0e1dac321cd029d51f211979b43c039b1a2ddfa]

        mib19: #163561# use mode SC_SIZE_DIRECT for SetWidthOrHeight

2010-09-07  os  <os@openoffice.org>  [6ed735f2c5f739681e4ef2cd8332e16291ab46fe]

        rtf import registration

2010-09-07  Oliver-Rainer Wittmann  <od@openoffice.org>  [2093818a3e6ea8a4d2632d924a07720f122932b2]

        sw33bf09: #i114210# method <SwXTextDocument::getRenderer(..)> - correct determination of page number from renderer index

2010-09-07  wg111939  <wg111939@sr1-eham02-03>  [2cfd797a28c3497e706d14e881bbc4a46e16598c]

        i114367,  [Automation]:ing callsSelectEmptyLayout to g_edit.inc

2010-09-07  wg111939  <wg111939@sr1-eham02-03>  [734af7355c9208f9dc7175bdc87b8d83110975a1]

        i114289,  [Automation]: Adding sleep to sub loadgraphic

2010-09-07  Oliver Craemer [oc]  <oc@openoffice.org>  [9f606030bffc968d412fdb8fed868a3273dd858b]

        #i114364# [c_updt1.bas] has a warning in tFileOpenCSV

2010-09-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9767a3f38f533b71df6906975c064b8b685e2350]

        #i109933# - Converted file back to DOS format containing CRLF. THis is required because OOo otherwise cannot correctly determine the file type

2010-09-07  obo  <obo@openoffice.org>  [01cec2c62e5a0dae80762396bf89a122dc62f172]

        obo50: #i114363# Don't create *.pyc files on solver

2010-09-07  Thomas Lange [tl]  <tl@openoffice.org>  [5efdee14aa33ffa892c79b60c9d061e100b9b0ba]

        cws tl82: #i114272# error message changed

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [0fb3569458e0b7dbbdc4bf86bc417724d1fc0b22]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [39af63dfc1944d3285ce4d97c2d8b5a2ccb77113]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [ab01cebe6e04877368345973abf777b92555b36c]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [ae4ed9660b5ad03e151fc043efdb2c7fb1feaebf]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [ad7a5ae54e8733480bd85db44681b49ad11aa051]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [2029808accc7a48658f5f63a2445f2f3171ca930]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [40906e58d26a7536aa2dfff586c3aac787b29638]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [9e7d445af0493e3e07508faaba371a00b06d30b5]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [20e9e5671405ab78489ea619ed0ccc2acf35e891]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [3b6b6d910651bd4642955a30785476bff29b03aa]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [08fea1b8b892e5a1d63b4752db957e5f649cc2e9]

        Merge commit 'ooo/OOO330_m6'

2010-09-07  Jan Holesovsky  <kendy@suse.cz>  [38a82392412bf04525a118676a371211514bbfa5]

        Merge commit 'ooo/OOO330_m6'

2010-09-06  sj  <sj@openoffice.org>  [818f46505d4d4d23a37e7cb492b0e34b11afd44e]

        impress199: #i114275# unbranding presentation minimizer extension

2010-09-06  sj  <sj@openoffice.org>  [7636e21b2396dca05b6e4d52814451103f3adfba]

        impress199: #i114275# unbranding presentation minimizer extension

2010-09-06  os  <os@openoffice.org>  [508cd16f8737bce8026c40d478bce4d5b233f2b9]

        #i112518# prevent document modification while printing

2010-09-06  Vladimir Glazunov  <vg@openoffice.org>  [3bebfdc362faded8441a16ac4f5299f2fc0dd7b8]

        vgbugs11: #i114348# fix for --all:project builds

2010-09-06  Andreas Bregas  <ab@openoffice.org>  [4823a826bb220d6eed0d18561089ce4f36fb369a]

        mib19: #163528# Trace: Don't try to display objects as string

2010-09-06  Kurt Zenker  <kz@openoffice.org>  [a6ac4de57318d096a800698120ce156d549d1adf]

        masterfix: #i10000# use last version of sooo330.ini

2010-09-06  wg111939  <wg111939@sr1-eham02-03>  [dae0bbf5371e7d057dffbb4d11f9fabb939f0082]

        i114347,  [Automation]: Adding sleep to sub loadgraphic

2010-09-06  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [d40a86da2852a094e1088455fb30f211d09bd1d2]

        merge

2010-09-06  Herbert Duerr [hdu]  <herbert.duerr@oracle.com>  [7cbe790e00d911a0565fa8ce9dac4dbec2858b59]

        #i114222# fix UniscribeLayout::GetCaretPositions() for glyph fallback (thanks kstribley)

2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [20aee6eb45be91a7c5bc67f9b30ebbf73e3fa769]

        cmcfixes78: #i114344# fix up this odd LINUXX pointless looking thing

2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [31d7a961936d952708544aa56c0680cfebce39c7]

        cmcfixes78: #i114344# fix up this odd LINUXX pointless looking thing

2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [50864efcda073725ee7b859b8c9d17bdb4cce6ef]

        cmcfixes78: #i114344# WaE

2010-09-06  Tobias Krause  <tkr@openoffice.org>  [6ed6fc0f4f2609a738d531de1545a8571bec56fc]

        fwk156: #114340# keyboard navigation fixed

2010-09-06  Tobias Krause  <tkr@openoffice.org>  [da76e1e348c547976d2e1d0a3cdf4fa55dc7a9da]

        fwk156: #114339# selection listener fixed

2010-09-06  Caolán McNamara  <cmc@openoffice.org>  [fddc07c4e769a17dd80201ad62cebb3946b5ddce]

        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>  [559f957fc3e4295b049866efe3582b2aaa17c414]

        tabcontrol: notify tab listener

2010-09-06  Thomas Lange [tl]  <tl@openoffice.org>  [ff4d607364b8033782b42cef9d2e33b99fb2e160]

        cws tl82: #i114160# SimplePasswordRequest and respective dialog

2010-09-06  Thomas Lange [tl]  <tl@openoffice.org>  [4e690b6439201fd2280081d42455d9daae70666d]

        cws tl82: #i114160# SimplePasswordRequest and respective dialog

2010-09-06  Thomas Lange [tl]  <tl@openoffice.org>  [e70c93b5e54fab6a4eeb979fb9188a310b32c28e]

        cws tl82: #i114160# SimplePasswordRequest and respective dialog

2010-09-06  Thomas Lange [tl]  <tl@openoffice.org>  [6d1adcc602a92f31d5341cafa3cbfbc647b24733]

        cws tl82: #i114292# button order changed

2010-09-06  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [fb9145fb3023e44292d89f9f14c6028e1fe54e23]

        dba33h: #114249# fix testscript to work better

2010-09-06  Andreas Bregas  <ab@openoffice.org>  [d773e25dddb89d45b46e6c47a7028e4d7057fc93]

        mib19: #164517# Add precompiled_basic.hxx

2010-09-05  Caolán McNamara  <cmc@openoffice.org>  [a7b7be4418c55af90fd5c8440234ed23e85abd08]

        cmcfixes78: #i114323# fix broken makefile

2010-09-04  Caolán McNamara  <cmc@openoffice.org>  [43ace9c1b12b78932d9de462a2710cb71944292f]

        cmcfixes78: #i111733# fflush on stdin

2010-09-04  Caolán McNamara  <cmc@openoffice.org>  [741985f6fa860412496e14970b09c15cfebc732d]

        cmcfixes78: #i113054# WaE

2010-09-04  Caolán McNamara  <cmc@openoffice.org>  [9447a98d97cbf5550b56047f26f47ef066609291]

        cmcfixes78: #i114308# WaE, new gcc 4.5.X warnings in sd

2010-09-04  Miklos Vajna  <vmiklos@openoffice.org>  [a8b59ef5951fe76b0b733ecef739173c1d104f6f]

        vmiklos01: #i113532# implement missing text frame support

2010-09-03  Miklos Vajna  <vmiklos@openoffice.org>  [5c32d6d3da3601c3077303a9f15a509479e06bfd]

        vmiklos01: #i113532# implement missing character style support
        
        The change in RtfAttributeOutput::RTLAndCJKState() is needed as the RTF spec
        says:
        	\csN must be prefixed with \* and must appear as the first item inside
        	a group
2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [83c18be8b3dc83a1ec76eef34bef6e33874a2155]

        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@sun.com>  [1db9819ef6ffe8e5447a2a2f70ab79a5e1fad591]

        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@sun.com>  [e692084f4f8490e3287f234a7e769629652208de]

        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@sun.com>  [b70082313bbfa2293df70cc3a17436456e180e1c]

        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@sun.com>  [f45cf6b4635a31861c11b8bc69d39691e27baacf]

        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@sun.com>  [2111d3ed1a9eac5e0055cf6fcfa8ff2426cf3b58]

        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@sun.com>  [5f1022af3ac31fe894b3a97c07ccf3faa6e8a831]

        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>  [43c935a92579f312bbad57651be1429b267ca37d]

        dba34a: i113188# don't call into XWindow implementations with own mutex locked

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cda727307f4b2c4d31c0d9a013e9501327faaae5]

        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>  [6a8fd4c76a969ac98d1aff91ff7442f43aee0006]

        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  Kurt Zenker  <kz@openoffice.org>  [e8bb7cc8a981ccb2be9958575c5f6644ae5619e7]

        OOO330

2010-09-03  Miklos Vajna  <vmiklos@openoffice.org>  [eeff6dd623cf6d4477f6b71e773d6662a3f9a315]

        vmiklos01: #i113532# fix numbering indents

2010-09-03  Miklos Vajna  <vmiklos@openoffice.org>  [c7f5375db0a0ec735107405f36c1f2b53278a91f]

        vmiklos01: #i113532# fix outline numbering

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [ec0a6ee0aca85d8b435b6e7a5e4e348231af4fb9]

        CWS-TOOLING: integrate CWS ooo330l10n2

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fd448baea5479552a906a42bc07b8ff4f2e3002f]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4e85ccbd9a58bc7ea7ec69e1273e3a911de73cb1]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [c928e7006ae7702b9927c79cd41d3b5d7c47a3ef]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [83151a6fce3891b1b10e38fc8bb549bedef644b5]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [cd9780ec7f9b420d7b8b09f9deba351a554e9f1e]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [673830246bce90bec35ca6147c3dc21252e48cb3]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [73931432e2671fbc239d393d5a507f1dd6726518]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [af7411cd1f375c28b3ff280352e42f5425fbb302]

        merged in latest changes from CWS dba33i

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2b1b6c16040dc4c25b3143872f39fed6b9e6b54d]

        merged in latest changes from CWS dba33h

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [967ff551ae3b8cff755003a05cc465aa06eca149]

        merged latest changes from CWS fs33a

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0b78b565774f51ba9770783b5e4b5d0474307ee7]

        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>  [f39adb3c348cbbd8dece7f60f88a2f7abeb94fa8]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [fb46f7604731b35033691987ef4936a5248c9b88]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [a86eb1b0660a7a1198b36ff5eb6d641554b61e2d]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [56d8aea4a2e85ddc8d4aa0e3ee63a01af364acca]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [8c29f37b193ac59d62879b0303a997f09613e1db]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [dcb91410f82e4797af2c76c023e2c69cdcb77912]

        CWS-TOOLING: integrate CWS fs33a

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [109c2197d582f84509e11290caf4ca73ab0da104]

        CWS-TOOLING: integrate CWS fwk155

2010-09-03  Kurt Zenker  <kz@openoffice.org>  [c46f11881347616ac54051167de75ed29d67784d]

        CWS-TOOLING: integrate CWS fwk155

2010-09-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [90d786057bd04ca075462b0d099f0d2f62ec446f]

        jl158: #i114008# make sure index directory is empty

2010-09-03  Mikhail Voytenko  <mav@openoffice.org>  [42b0162ab9ec29c3e284d399c8a9f17a9956c94b]

        mib19: #164517# support COM collections in 'for each'

2010-09-03  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e54a8a83b7d404a8ff6f2572adab9c19131bc32f]

        dba33i: #i113788# ensure the resource framework activates the TaskPane when the respective window is activated (might happen when triggered by SFX, bypassing the resource framework)

2010-09-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a3af7f1b7438fab4fac0345d11246568ffdeae2f]

        pl08: #i114278# simplify security page

2010-09-03  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [fefeeefffd9e9ae19942891109bcc73dd92a0d98]

        tabcontrol: change default of border

2010-09-03  Andreas Bregas  <ab@openoffice.org>  [6802fcb9599b37cafa78d244e3387a2263de06d5]

        mib19: #163497# Named parameter support for default properties

2010-09-02  Carsten Driesner  <cd@openoffice.org>  [ce501a62a3530cbb0d5fc3abd2aa6d8fd6aaff31]

        fwk156: #i113687# Add static cast to get string for CreateProcess function

2010-09-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1ceeac4ca836372279a0eea26e32959dce327ebf]

        pl08: #i114277# enhance SfxPasswordDialog

2010-09-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a555527edb34036835b167f0b3b7f6d515f098c4]

        pl08: #i114277# enhance SfxPasswordDialog

2010-09-02  sj  <sj@openoffice.org>  [324f9a50a4cf7fb0cdbf7ec674263bb54f7d7d6c]

        impress198: #i114276# fixed problem with the second handle position parameter of the enhancedcustoms

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c87dc66c9911a72fe38c7dba9a6fff3123287fa9]

        dr77: use vba import filter in oox

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [a5a1dc6c3b3c3124a406c703027ca2b7fc68429b]

        dr77: use vba import filter in oox

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c3154ff8deac56441ba44f0cbdacca88d8764a85]

        mib19: #163525# handle missing codenames in XLS files

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [70f55868b448b1e04130fac5552b1476bb564c80]

        mib19: #163525# handle missing codenames in XLS files

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [21e510a52a8042e5e4d0ae44559eafcf6c885322]

        dr77: reset index for every codename

2010-09-02  os  <os@openoffice.org>  [c8f46a1dc17c9f7a38dafd66b924a750e2ad0e4b]

        component_* methods moved and exported

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [466d0a7883918db3d3d88a7d19fe333d34155b73]

        dr77: prepare creation of missing modules

2010-09-02  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [18df99d4dbb610e9300e146167127df491d2a4c1]

        dr77: prepare creation of missing modules

2010-09-02  Rene Engelhard  <rene@openoffice.org>  [e02ccd1ae444b8bd21e963adc9f368c462fc3609]

        gnumake2: move make 3.81 check into configure

2010-09-02  Rene Engelhard  <rene@openoffice.org>  [acbb009ba0992ec4ad4c9848c0b0ac9ee81effa4]

        gnumake2: move make 3.81 check into configure

2010-09-02  Rene Engelhard  <rene@openoffice.org>  [a21837c887d5268b4ec05c03c09af02a42fc0198]

        gnumake2: move make 3.81 check into configure

2010-09-02  Rene Engelhard  <rene@openoffice.org>  [75999228ead62620ed8b9d3970277bf916af3d6d]

        gnumake2: move make 3.81 check into configure

2010-09-02  Thomas Lange [tl]  <tl@openoffice.org>  [0445833f87a174bcd6d638c975c9f7fc914f24c1]

        cws tl82: #i114272# password dialog messages and min password length changed

2010-09-02  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [f878701a60eb29ba4900bb6f71b7c57388248930]

        tabcontrol: fix some compile errors

2010-09-02  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0a966b904bd6fd570d2fb09825810aceed4e00e8]

        tabcontrol: fix some compile errors

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [489c748fad12942fb3a71093a01999905cad061d]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [229907a253ab0b164589161dbf5adce990f4eb44]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8d242cc28b41bafa68bc7d7cd2f2807d619d871d]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [55fcf9784e4b5c9a52891cab3f62582923f2446a]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [dd25a276b71cb59afcac1d3d7e05a8b5939cc9ce]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5d4870c0c51b8d7380479e412eddabee5a34e96d]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7facb86c0075742c25130eea525a92404e3d5532]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [466c8f3905572ee6b8ced862aad918e3a40200e5]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [7589437385035bc06f0562b0bd7d301b300f8866]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ac88e862f929c0708003b7053e89240ea85ce3b8]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a13e86aa558971ec0356c1541f78565dca0063e7]

        dba34a: merged in CWS dba33i

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2fc62ba1a827201303191184f697ec22b9216f44]

        dba33i: merged latest changes from CWS dba33h

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bb7c1a725d1db832e6777f6bc0f136039a527c4d]

        dba33i: merged latest changes from CWS dba33h

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f14606ab978a1a4d7df6d905b2257b0bb023164b]

        dba34a: #i111379# don't throw exceptions in the header, move this to the CXX

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a3b8ba9084333aa7d6ca304dc9a51d089831b6eb]

        dba34a: #i111379# don't throw exceptions in the header, move this to the CXX

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [21d416daeb1e85cdf527734709a916709f965997]

        dba33h: merged latest changes from CWS fs33a

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5e44c6e598d084c87290225ede5485cc28636f64]

        dba33h: merged latest changes from CWS fs33a

2010-09-02  wg111939  <wg111939@sr1-eham02-03>  [d848388c48df077afcbb056beaa3549ac9258650]

        i114271,  [Automation]: Adapt export tests to new dialogs

2010-09-02  wg111939  <wg111939@sr1-eham02-03>  [10499c7055f224b189c6874f1168e29d16535b35]

        i114271,  [Automation]: Adapt export tests to new dialogs

2010-09-02  wg111939  <wg111939@sr1-eham02-03>  [49864d8257042f2ae3b299fccd15e3b31c35623b]

        i114271,  [Automation]: Adapt export tests to new dialogs

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [bfac8e3f220d826d3443d7a367794a3df778d549]

        dba33i: fix GCC warning

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ab46e29e1a993724a6000e82fd05514c2d34d115]

        dba33i: #i113684# proper termination condition when reading large strings

2010-09-02  Vladimir Glazunov  <vg@openoffice.org>  [3e84753f90632b3cbbed8c1f283f539047e92c74]

        vgbugs11: #i106852# more general solution

2010-09-02  Thomas Lange [tl]  <tl@openoffice.org>  [a98530e403fe14473219d5f5a0ca289596b4bb1c]

        cws tl82: warning-free code

2010-09-02  Thomas Lange [tl]  <tl@openoffice.org>  [39a07e2c39b4cc2f8aca23c8e3ae90df8088e0c6]

        cws tl82: #i114267# remove unused code

2010-09-02  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [1dc7bda0b56c61c7a3016e1fd842f80cc896faab]

        fs33a: #114249# fix testscript to work better

2010-09-02  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [74a9cb125103e792e7024776a858a917978e9e9b]

        fs33a: #111181# fix testscript to work with the correct message box

2010-09-02  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [ee9af8fd2730252534bf89dd6694e6555f072792]

        fs33a: #i113583# use the categorie column as well to build table

2010-09-02  Andreas Bregas  <ab@openoffice.org>  [492878bbb84c5012b9d8ad42ce414018a70adfbe]

        mib19: #163515# Protect StarBASIC::InitAllModules with solar mutex and change handling

2010-09-02  Andreas Bregas  <ab@openoffice.org>  [2ba44d0e0381bde8b5922bf02b7c586e916cb0cb]

        mib19: #163214# Special handling for native COM objects in SbxValue::TheRealValue

2010-09-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3c6b622a6cd10d937e9e5b17fd042a698bfbd00a]

        dba33i: #i113506# when loading a sub component which is already open, return the existing component instead of NULL

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4833151f7dcfcf692dfd28eb796a0baf8782f285]

        dba33i: #i112694# care for mouse handlers which tamper with the tree: survive this

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [23eb90b58cd29c102d4e6f6e940933b04d9a87a7]

        dba33i: #i112694# care for mouse handlers which tamper with the tree: survive this

2010-09-01  Niklas Nebel  <nn@openoffice.org>  [c87fa692ab3b94601d3556b0e81c396f7cadc40d]

        calc59: compiler warning

2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cd34f6befb38f8685cbe03c127c037863b9d9a4b]

        workaround a compiler warning with boost::shared_ptr

2010-09-01  Niklas Nebel  <nn@openoffice.org>  [0720069a5eda395ca1709dc2e52546181f59f1ae]

        calc59: #i114256# Don't move DataPilot fields to orientations that the source doesn't support

2010-09-01  Niklas Nebel  <nn@openoffice.org>  [892fc048a385eebb365a0bfc7172f334f5d0ab57]

        calc59: #i114256# Don't move DataPilot fields to orientations that the source doesn't support

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ada49490ba4972243e4b1873f990f11b8bfb5afd]

        jl158: #i114008# deliver moved .zip

2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5ab470fa157f54d14bd6134739486c7f6b2cc8af]

        pdfprint: #i94173# start new job if input slot changes

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3c224c60cc23cbd5d9c54f254f0ed5f20f995c7f]

        jl158: #i114008# add dependency on xmlhelp

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [79431b1f2ac04cc55eeaaed0931bb1bd770356af]

        jl158: #i114008# move transformation files

2010-09-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c75311f9e4216ddad84b88cbda9f9188fba17ce1]

        vcl115: #i89397# update state rect also in maximized case

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a30673bb9d8324810f2e33d1e4e42966771ed08f]

        jl158: #i114088# required file missing

2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [62580204bb6ed8c8812d85fd465fe38e8e79e00e]

        Fixed typos in documantation.

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f01f13ddb5738edb341a00e66ec289d20faf47f]

        dba33i: #i111146# SaveCurrentViewData_Impl: be less generous, only store the old view's data in the model if the new view is a print preview

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2ac9c93bde6d0d555e97732fe8b20dde43aa1ed]

        dba33i: #i111146# migrated all SFX-based applications to use named views

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [435d8e1cd1854ce4bd4fbbe778c487675f809ee1]

        dba33i: #i111146# migrated all SFX-based applications to use named views

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [28d8a1b19571f801277f9c98f818dda4158fbf2c]

        dba33i: #i111146# migrated all SFX-based applications to use named views

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [03ee94167cc16990ee8809f3ebe30af27ba94570]

        dba33i: #i111146# migrated all SFX-based applications to use named views

2010-09-01  Mikhail Voytenko  <mav@openoffice.org>  [ea2b13e9854aec115fe235b011f55708b948b24f]

        mib19: #163432# on document close the control might be already removed during the call

2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [3b79fcb6c2bd8b8d850b6dfde0a4d0ffe7fa5fc8]

        Rebased to m87.

2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [a2592dee5438dae6e1f72fe9d2e4c7fd11521fdb]

        Rebased to m87.

2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [88fa46c734b3733daa1c4988be89d4b982054d90]

        Rebased to m87.

2010-09-01  Kai Sommerfeld  <kso@openoffice.org>  [14620c2c9eef182f50b4cec794ec1d878d9796f9]

        Rebased to m87.

2010-09-01  Vladimir Glazunov  <vg@openoffice.org>  [a55d0542b2211eaf55ea254df0ee33bed4b54fbb]

        vgbugs11: #i113989# ensure first single slash because of differences between Windows and Unix in evaluating of double slash

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [839c0f5270b12f99a7c9f3f4baadb355695c3424]

        dba33i: #i111146# completely put the responsibility for remembering/restoring view data, when switching to the print preview and back, to SFX In particular, the following changes have been applied - the SfxViewFactory now supports a programmatic API name, as documented in XModel2.getAvailableViewControllerNames - the new SFX_IMPL_NAMED_VIEWFACTORY, complementing the existing SFX_IMPL_VIEWFACTORY, allows to create view   factories for such named views - SfxViewFrame::SwitchToViewShell_Impl has been extended to recognize the case where a non-PrintPreview view   is exchanged with another view. In this case, it preserves the view's view data at the model - Calc's own mechanism for preserving the standard view's view data, and restoring it when coming back from   the print preview, has been removed completely.
        
        What probably is left here is to migrate the other applications from SFX_IMPL_VIEWFACTORY to SFX_IMPL_NAMED_VIEWFACTORY.
        This way, they could also benefit from the new mechanism. Also, the UNO API would then be more precise, as the
        view names would be speaking then, instead of the current "view<number>" names.
2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c006c81f4d7eb4c1dd371585ca09bfc3549a0d7]

        dba33i: #i111146# completely put the responsibility for remembering/restoring view data, when switching to the print preview and back, to SFX In particular, the following changes have been applied - the SfxViewFactory now supports a programmatic API name, as documented in XModel2.getAvailableViewControllerNames - the new SFX_IMPL_NAMED_VIEWFACTORY, complementing the existing SFX_IMPL_VIEWFACTORY, allows to create view   factories for such named views - SfxViewFrame::SwitchToViewShell_Impl has been extended to recognize the case where a non-PrintPreview view   is exchanged with another view. In this case, it preserves the view's view data at the model - Calc's own mechanism for preserving the standard view's view data, and restoring it when coming back from   the print preview, has been removed completely.
        
        What probably is left here is to migrate the other applications from SFX_IMPL_VIEWFACTORY to SFX_IMPL_NAMED_VIEWFACTORY.
        This way, they could also benefit from the new mechanism. Also, the UNO API would then be more precise, as the
        view names would be speaking then, instead of the current "view<number>" names.
2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0aff2fc6c6fdd173dc5a8435c6ebe26b4c55710a]

        dba33h: merge

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [68823a54fcc8997b20d010fedfd37387372d6d9c]

        dba33h: merge

2010-09-01  Thomas Lange [tl]  <tl@openoffice.org>  [6754c7bece410ed511e9e8a8c53a2d5a78119fc0]

        cws tl82: #i114233# add to dictionary fixed in spell check dialog

2010-09-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [0999deb988a6cd5033031c60a9267e5856400307]

        dba33h: #i114246# use correct table name

2010-09-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [dfc9073aae20cbfbb1dc7bd63852089b7cd90532]

        dba33h: #i114246# use correct table name

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc4432bb8a07d50388b5778e1bad19f882467446]

        jl158: #i114008# pre-indexing of extension help

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1de48c417404464ca1e34e5c5d1c82a9342349bb]

        jl158: #i114008# pre-indexing of extension help

2010-09-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [073050f4527815a0825937bc0d398959dfb556ec]

        jl158: #i114008# pre-indexing of extension help

2010-09-01  wg111939  <wg111939@sr1-eham02-03>  [aa049d6203b225ae74c10431838235c30ab4e17e]

        i114250,  Adding call sMakeReadOnlyDocumentEditable into ToolsThesaurusContextMenu

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [a8925dac459af1c77d720699a17009be9a140d47]

        dba33h: commit after merging latest changes from CWS fs33a

2010-09-01  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6554b3de755e7b07c8d313d8bc7ae7b0c6638133]

        fs33a: +i114247# sync WindowBits and Style

2010-09-01  Oliver Craemer [oc]  <oc@openoffice.org>  [1c26c869489e41b6e9b1020b90c0de33f0c59318]

        #i114143# [c_updt_2.bas ] tToolsLanguageThesaurus : replace with is not filled

2010-09-01  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [02ced0d8f545a00a610ae461d925e7851e9baef0]

        mib19: #163498# correct parent for sheet-local defined names

2010-09-01  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [060fad2232894bcd6a74b7daad294fd400513e09]

        mib19: clean up parameter names in VBA IDLs

2010-09-01  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [559c4cb8afb0e7ce94405c2a8e048fc31f913df6]

        dba33i: #i114189# correct wrong used variable

2010-09-01  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [b715d7737259726449d3fcf6c5e727bde3fbaeb0]

        mib19: #163494# slight correction

2010-09-01  Andreas Bregas  <ab@openoffice.org>  [0e48d15a6f12f103312926a7831b94783b8c0999]

        mib19: #163416# Support default property also for already executed functions

2010-09-01  Michael E. Bohn  <mbn@openoffice.org>  [67e181bee06b98fa96aa7a37f3f6240c9f8b90f6]

        mib19: #163494# removed the exlamation mark at the begin of the macro name in application.run

2010-08-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [21ea8a1e967f7ac2ed23af22ba46d48f0d3e81d6]

        pl08: merge in improvements for vcl::WindowArranger

2010-08-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [793966da6c18295efd705637eb22c50370c986e7]

        vcl115: #i113242# better layout for SwInputWindow

2010-08-31  sj  <sj@openoffice.org>  [0e15cfe4f71ca2d24a7c9f1214eaf01cd89f56b1]

        impress198: #i113313,i113886,i113832,i113567# applied patches, improving the quality of our pict import filter

2010-08-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [94b88eed3b4869a2271faa747b6e11aacc7fffef]

        vcl115: #i89397# SetWindowState now maximizes again on the correct screen

2010-08-31  Vladimir Glazunov  <vg@openoffice.org>  [39c49a5f8f9a5b8106ec43b24ddfce69c793f2d5]

        vgbugs11: #i113989# optimize file-tests when looking for repository root

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [98e906256109f0a0125fd33c8aeb68cc760f6fb7]

        CWS-TOOLING: integrate CWS fwk154

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [471ac08517c1accba4ca8d3e59ed0ae22861781c]

        CWS-TOOLING: integrate CWS fwk154

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [3121b3216b8f3a021cab937a11ec82552119f035]

        CWS-TOOLING: integrate CWS fwk153

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [cc5a3d40b7cdff142fa9301826adc8d14200fa3e]

        CWS-TOOLING: integrate CWS sb130

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [8386153c88ea9bf2d243b87bb19c0f8d5d12ceb8]

        CWS-TOOLING: integrate CWS sb130

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [335c73b09da27c71781b546706fe92e9f4aedc2e]

        CWS-TOOLING: integrate CWS impress197

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [b9c2de6a46e6048684ebec4ac2fdb9fc7ef51190]

        CWS-TOOLING: integrate CWS impress197

2010-08-31  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5ed97c42bc1b0825fb7195521f486438e97405ac]

        dr77: rebase conflict

2010-08-31  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [368fcc28b151d4c5428e67e15a1e60f64a88d832]

        dba33i: #i114173# fix name to select from and field name of auto incremtn column

2010-08-31  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [abd28d4fdb0c534a418a1db84794c0a125b2598b]

        Automated merge with http://hg.services.openoffice.org/cws/dba33i

2010-08-31  Kurt Zenker  <kz@openoffice.org>  [ac41da2ac352859eec9961b29a5a82813a788c50]

        masterfix: #i114215# builderror in canvas/source/vcl fixed

2010-08-31  Daniel Rentz  <dr@openoffice.org>  [f0bede727c3a29f01f5c2e3492a84ccc7971cb2f]

        mib19: WaE

2010-08-31  Daniel Rentz  <dr@openoffice.org>  [3036c496a1f303386d9d7eebe4317ea6c7d3cf0c]

        mib19: missing implementations of abstract function

2010-08-31  Daniel Rentz  <dr@openoffice.org>  [e48aad10ecbb86128929ef19f690eb50f8660d36]

        mib19: WaE

2010-08-31  sj  <sj@openoffice.org>  [8be99a9e0f933044f92419e0f4151e7d12a5a0fb]

        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-31  Mikhail Voytenko  <mav@openoffice.org>  [65221b651bed8d6741238d634b1d5b741a373dfc]

        fwk155: #i107615# integrate the patch from CD

2010-08-30  Kurt Zenker  <kz@openoffice.org>  [5f25caeb6d38b624c345c9ea937f88d7ada5522a]

        masterfix: #i114025# WaE fixes

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [33d389d6ea3b048c1043ffb38ad3d78f0581e50b]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e8f8688ba798f55d9eec24a2ae22497be9c9254a]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [55adf3e85857f9ff929f5bdabd84fb1f5f6ecad7]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [1b057f37b951e86abefb51cc66261bcce62afa02]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [53883784c6ec86407da33add0c7eccca16b8592c]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [de4128e5c238845a7beb5541c0966de3a995aec7]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [2d35bb133989a6f12a8052820e9808e21fbbf690]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [71d564ca5b4a84f7a8f9f2b5ab0b9f7bec22ca06]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [79547f34b580e0d4ea10079d4797d9e81ba1e133]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [bd86cc7c2336e5cba400bda12cee3b6ab6f354ad]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0c05070ce592ccdedce710129271ffb67ac15c5f]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [0cea67536ebe3746ba0b7011be9e1e026d280cc7]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5a79c7afc9413a3adcfa2f03df6e5f35073bd167]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [5cb86200efb380c317fea49564a0a4f9a13636b5]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [07112dbcdd4d0579bcb6e9394175fda80845dddb]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [8b4b42daa8b06dc095965e458105f669928693b6]

        dr77: rebase to DEV300m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [cb5bbddf86387a28bb7d522b567409c04dcd8ac3]

        dr77: rebase to DEV300m87

2010-08-30  Niklas Nebel  <nn@openoffice.org>  [7efea44937b783ef1663006410e9d8c7f549f3be]

        calc59: #i114202# save table:show-empty attribute only if valid in ScDPSaveDimension

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [05afb3f5a2aa24d7ba6052d9b7f9b8a985882091]

        mib19: branch merge

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [95f58d041649e01b7889b222057df586568a59e3]

        fwk155: #i114075# commit the corrected splashscreen

2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7892835026e31c1745e77b9b3834df1a7ad0fc07]

        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>  [1cf116aef28525ff236cd0cf51ba2b1a725afc6c]

        vcl115: #163153# we need to release the clipboard after flush and ignore further requests for data.

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [e5336abe2c8ad1b0a6c30057c85bb638bd1f9c41]

        fwk155: #i114075# commit the corrected splashscreen

2010-08-30  Vladimir Glazunov  <vg@openoffice.org>  [946002bc719f844a42695e70bd1f55ed0ccab81b]

        #i89066#

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [fa25ebd4c4c45e5f1368e11f7763ceffff274472]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [6a9c525108dd6d98cd10714424210c8e1f938de6]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [552bfda9f091e8703f5e1690e55203747679c6f5]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [4418a389db66c5177c7c091039fb0b6d4ecb2f58]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [284673cdd52b765b074b9c6d90c1b4b13ed90fe1]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [be69a79f4b57a31b820fd0ff1e0abcc41d2a4e08]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [96e97e546201e5564882098097d9866288fada66]

        mib19: rebase to OOO330m6

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c0f1226fdb4bcebc0b27d5f5a4721798cbaf5a67]

        mib19: rebase to OOO330m6

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [c30f688a8723093f4efc5075eb96350269b2b0bf]

        mib19: #i163287# workaround setPosSize() problem of toolkit

2010-08-30  sb  <sb@openoffice.org>  [3512bca672cbc2f44d987252d8fe1e87a16274ef]

        sb123: #i114213# disabled toolkit.AccessibleMenu::com::sun::star::accessibility::XAccessibleSelection for now

2010-08-30  sb  <sb@openoffice.org>  [8baa98fb42161e9ee4ed3aababe87aade353e0fb]

        sb123: #i114211# disabled xmloff.Draw.XMLStylesImporter::com::sun::star::lang::XInitialization for now

2010-08-30  sb  <sb@openoffice.org>  [2b5c7e15c095fa10545d4c4a22e68467becd617f]

        sb123: #i114209# disabled forms.OGridControlModel::com::sun::star::view::XSelectionSupplier for now

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [12d7986571cdea99b361a47e94c68c671a559989]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [a9c304ece83c6e88babdbc6f948849e3c0841061]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [13c4914eead4f40ce040374382359ff4a4d44d58]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [5b372f593a461a7d34cec579c0cda3b61be40f6c]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [970139fb34ad299bbafe13c30e86810e57af8969]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Caolán McNamara  <cmc@openoffice.org>  [05f2d86cf9d697dceadbe4bf90bffc3d85edb676]

        cmcfixes78: merge with DEV300 m87

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [d6f27116f1cf8356382b3211fe8dbca4f52cd1be]

        dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [587d0274e4052ba6b71f798eb6c47a9fd2a3b3d0]

        dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [e7d423b7c38b1970ae6ba918452e358ef50555ca]

        dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c29c922edb2ae9454e86e9f99d55ba005132194e]

        dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext

2010-08-30  sb  <sb@openoffice.org>  [77d05522dfd979b9de50ae98343d9c64e0c5db8e]

        sb123: #i114205# disabled sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleText for now

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [74c37f3287f6427eba89f108b8365c98ae617b7a]

        mib19: branch merge

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [22ece3acee4c40f774c82cebe73da9de6b144e8c]

        mib19: #163429# switch off form design mode in new documents created with VBA symbol Workbooks.Add

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [23be3a441f7db8495e6cbb64412a066d3fd63ce2]

        mib19: #163429# switch off form design mode in new documents created with VBA symbol Workbooks.Add

2010-08-30  Daniel Rentz [dr]  <daniel.rentz@oracle.com>  [c14df458b4b7da8da38e9be28db9122ee8765ad2]

        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>  [412d629992b08c8462becdea4c6c9cfb80dd759e]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [92cb427b26dccc34dee8f2367cae4285f819a2d4]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d62cee4399b23bffd72199667d4049def72a7bd3]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [17160a31331ad8c934969f3080d42578e62fbd69]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [aca1304c22422f11280557ccf2eb9733e7a5d12f]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [65b348d3448661e5aa711b9e9197dd0516c2cde9]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [405b3f76181f05315d6100cd4d47f5af2ce61ed3]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [98136354b6fc49e99014e274f08a2c49854f22a2]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [fa3b63b63cf84dae240e58f63e34f3dd19fbd27c]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [00703ec61544118bf6419620894bb54b7f41b9c6]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [376ee9f82bf0d1d78f0e7ba38a2663857582ca21]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [3ce3eaa6fa51944904686fe0fa955a19c52111d9]

        dba33h: merge after pulling DEV300.m87

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [46647dbce296a950e9c94f36f390a52510c5e9a8]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [733f445c92e1527869389ab870646fa973ce0263]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8cae6be5865018aba123cf325c231be7e278609c]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [52e6f52504aa30bb92d2313ffe9382054e1d3481]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6fc90af7fff8c629587051cc9c31a135da3b6a99]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [eb63961156f9d10e7f479694f87037db6c9619b6]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b028a3a5a39340f3f1de17859cd77d980a5e2fed]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2dc5fa15dde5dced9a3463412fd24283a11fcfc1]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [720f6380afde95bc764e431909b4fb8eeacbdb1b]

        dba33h: merge after pulling OOO330.m6

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4a15cba3afa8bf8a81798c5c3fa124fce85e7f55]

        dba33h: #i114161#

2010-08-30  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f677ac480835e92c90521a46b59a7d748f4566bf]

        dba33h: #i114161#

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [9e0ef7ed32b5d2e1cdb64e82f329d348ac769fbd]

        mib19: #163217# let the form be disposed at the end

2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [290f953d767f678792ef3cb4d8ed35d7cb51b9c3]

        rebase to DEV300_m87

2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fdfa64415dec1a11e4aa3cfdb4e1339853f3043a]

        rebase to DEV300_m87

2010-08-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [56c272afef2b8b2e281eb1ca65b8effc5f5cbb8d]

        rebase to DEV300_m87

2010-08-30  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [18d1017ba00291e4ab938f2456fd2a4afb9889f4]

        dba3h:  #i114111#: reportbuilder: do not use Double.toString() when writing the 2  column-width attribute, it may write an exponent, which is invalid..

2010-08-30  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [42af84d9127d16c33e1efdb8b3cb9dc02b9364b3]

        dba33h: #i114106# fix missing value-type

2010-08-30  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [2d9f7d9a9104a0679fb303e58b24a973f8a0a0ad]

        dba33h: #i114106# fix invalid root element for styles

2010-08-30  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [2ba3b618bea27646eec902ac33f0b713eddf47a3]

        dba33h: #i114105# fix version number

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [e20d0e3eb6dbd05da364c8ec3b71ff4f118dbf48]

        mib19: #163217# let the basic listeners stop listening on termination, patch from AB

2010-08-30  Mikhail Voytenko  <mav@openoffice.org>  [c211b684d02ef787f38a1e419bc0c9ed10244ef8]

        mib19: #163217# let the document be correctly closed

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8ce1ba3a7c2205322f826b455a805d7eebe7a150]

        dba34a: #i111295# getFormattedValue: don't treat non-numeric columns with numeric formats

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d8c1d48900e68ab5290e28dbc26b3628f274188e]

        dba34a: #i113551# fixed documentation (thanks to simonaw)

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d1f21e02385cc8c6de03ec4cf51d1354d97d120d]

        dba34a: #i112876# fixed warnings (thanks to CMC)

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [6c3b530fb1b62e35ee53665c86e78cb0a4da26d4]

        dba34a: fail the test on caught exceptions

2010-08-27  Ingrid Halama  <iha@openoffice.org>  [d80d6e32933eddd5802e3a62113237d6a4d5c63d]

        chart50: #i114149# ODF: export missing attribute dimension to element chart:error-indicator

2010-08-27  Mikhail Voytenko  <mav@openoffice.org>  [16505c2b5c4e08144a3dbdd9fb27b90369ad162a]

        mib19: #i163287# workaround setPosSize() problem of toolkit

2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5f10df484d43bf5fcec2269f503c3ee9e0d0cccd]

        #dba33h: #i114147# catch an access to an empty interface

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [014547dafd3c0d455c37ba3c8df4a222a609c6c6]

        #i111295# getFormattedValue: don't treat non-numeric columns with numeric formats

2010-08-27  Mikhail Voytenko  <mav@openoffice.org>  [99523481ef58307f6d0cd849a712905e619f584c]

        mib19: #i163287# fix the dialog position handling, change position after the dialog has been started

2010-08-27  Caolán McNamara  <cmc@openoffice.org>  [b06645b8dc544d13a46edb2635a4c97e5a782f70]

        cmcfixes78: #i114148# duplicate unbuilt menuoptions.cxx in unotools thats also in svtools

2010-08-27  Jan Holesovsky  <kendy@suse.cz>  [d36d42903c67d2fc1c66bb37f1e88119218357d4]

        vcl-menu-fixes.diff: Make menu layout prettier.
        
        i#67123, n#523852

2010-08-27  Ingrid Halama  <iha@openoffice.org>  [8412850383ef9569d42c4a8fd4493a7185799d37]

        chart50: #i114142# ODF: don't export invalid content to attribute chart:axis-label-position

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2d1d598eabb3b131821f33366148be4ee6b730cc]

        dba33h: merge after pulling in fs33a

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ba7678ede794a1a716f9bbb3a879eacbf49abfec]

        dba33h: merge after pulling in fs33a

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [2f3230f584e1c22bf5aeb7081f7b72dc37ea1b4a]

        dba33h: merge after pulling in fs33a

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d47eb1dc47f1da1dabe411dea90c4bf3a876b16e]

        dba33h: merge after pulling in fs33a

2010-08-27  Kai Sommerfeld  <kso@openoffice.org>  [a5dde485a2387fa6de8a75855efc741b478c44e4]

        #i114146# - auto completion must match url schemes case insensitive.

2010-08-27  Vladimir Glazunov  <vg@openoffice.org>  [9f9a5b17168bb18d90602bab5771bff9aff7625e]

        #100000# restore executable flag

2010-08-27  Michael Meeks  <michael.meeks@novell.com>  [316f21dbe9fd1a40b9791803eaee7557e1247cff]

        debug-bits.diff: Make debugging nicer under unix.
        
        i#35336

2010-08-27  Kai Sommerfeld  <kso@openoffice.org>  [96315579c14ca9f80a03b59bf277b19378c237aa]

        whitespace cleanup.

2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [12c69822be95534b8a960fbd5e11379925610be0]

        dba33h: #i111396# fix getNativeControlRegion

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [29acfaa05987035a61d9d7e7dbe978d490337311]

        dba33h: merge after pulling in fs33a

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5ba6fbc404479f60da652c3fbe4371882706d820]

        dba34a: #i112617# typo

2010-08-27  Michael Stahl  <mst@openoffice.org>  [be6d65ae721090df56376ac75946f8645815a8ff]

        sw34bf01: SFX_ASSERT: do not use DbgOut directly

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [8286fa794b87fd0871664909b6019836e2d4525f]

        fs33a: reverting the fix for i112671. No string changes allowed in this phase.

2010-08-27  obo  <obo@openoffice.org>  [550c1339601b93ac54faf3333df47796e8ea118d]

        masterfix OOO330: #i10000# new exception file unovwr.cxx

2010-08-27  obo  <obo@openoffice.org>  [926a7b29e05856d8ed567e3e4ff8640340d1ebfc]

        masterfix OOO330: #i10000# solve merge problem / WaE

2010-08-27  Ingrid Halama  <iha@openoffice.org>  [4b5214f0d0f0d95b94314a85b4cdd2156c596d65]

        chart50: #i113950# ODF: don't export text:id with bad value

2010-08-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e42e01e951a83646fd5e037e241cb729579704d6]

        dba33h: #i111396# fix getNatvieControlRegion

2010-08-27  Michael Stahl  <mst@openoffice.org>  [5835ba13b9ca4e5386b8a7f9b3c86262f54016fb]

        dba33h: #i112652#: SwXCell::getValue(): do not filter out NaN

2010-08-27  Michael Stahl  <mst@openoffice.org>  [caefe9e5f6df6c51d000afc940d2e2eb983471d6]

        dba33h: #i112652#: SwTblBoxValue: items with NaN should compare equal

2010-08-27  Michael Stahl  <mst@openoffice.org>  [2a44c3167e5f24b5e8fa620be479c506c8a607be]

        dba33h: #i112652#: reportbuilder: write XMLSchema-2 conformant NaN

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ed8de3fa36df557b3d520e93c1af4b6748056d01]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33h

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [df75e2aff72057c4cd9e595c155234350373ee9c]

        commit after merge

2010-08-27  Michael Stahl  <mst@openoffice.org>  [92dafe9862d693ce9d79269627c3e6832422874e]

        dba33h: #i112652#: rtl/math.h: string<->double conversion and XMLSchema-2:  rtl_math_doubleTo{,U}String produce XMLSchema-2 values "NaN", "INF", "-INF".  rtl_math_stringToDouble and rtl_math_uStringToDouble support XMLSchema-2   values in addition to deprecated previously supported values.

2010-08-27  Michael Stahl  <mst@openoffice.org>  [0f9a82f53bfb0f06bd592a462f16abdfe3200b51]

        dba33h: #i112652#: math.cxx: indent stuff a bit and clean up whitespace

2010-08-27  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [cfafac74a31475087a8a90d629cd4e68a5320266]

        tabcontrol: #i113362# impl tabcontrol in awt

2010-08-27  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7c139e98343eb73c24fd9874ddba1ee1ab449b16]

        tabcontrol: #i113362# impl tabcontrol in awt

2010-08-27  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [265043a935781633f204b1ddfede5f454b8555fe]

        tabcontrol: #i113362# impl tabcontrol in awt

2010-08-27  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b621eb7eb88e6aa186fc09c8b755b39bacc61e68]

        dba34a: added diagnostics

2010-08-27  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7c92f4fc9bcb4fdb578b3f1056ce9ebee17b8efd]

        Changed default path to external sources tarballs

2010-08-27  obo  <obo@openoffice.org>  [fa4b286294a272b085c2f74e12581edc2343fc18]

        masterfix OOO330:  #i10000# unknown -B option for Python (Windows)

2010-08-27  obo  <obo@openoffice.org>  [9e685a7e47924f184d076c43acde64548cb5925d]

        masterfix OOO330:  #i10000# unknown -B option for Python (Windows)

2010-08-27  Thomas Lange [tl]  <tl@openoffice.org>  [130109b6ac401601890add1416801b6f2f248552]

        cws tl82: #i86328# 'Elements' ToolBox fixes

2010-08-26  Christian Lippka  <christian.lippka@oracle.com>  [2d0889c2a0645084926d2b678b57c47d279c6bfc]

        impress200: merge

2010-08-26  Christian Lippka  <christian.lippka@oracle.com>  [928468d1b7fe5da9964a5ec4fba22c8565f043e7]

        impress200: merge

2010-08-26  Christian Lippka  <christian.lippka@oracle.com>  [ab79c3b4aa90ad44b3e878bac61b03617fe7adb4]

        impress200: merge

2010-08-26  Christian Lippka  <christian.lippka@oracle.com>  [0cd40f9bffa9fa97bd44a7a2e43e40f11af1b2db]

        impress200: #i114089# clear user any after they are applied to the shape

2010-08-26  Mikhail Voytenko  <mav@openoffice.org>  [6e9b786ff6a7f2efca0b8ff4db9215202878a8ca]

        mib19: #i163287# handle the dialog size in the way VBA does it

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [9c7444d184aff4aafb20d1e0e4f734c9ed978e5b]

        dr77: #i114128# import legacy drawing controls

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [f95947fde18de02e64a4983f4decc143d7e1c96e]

        dr77: #i114128# import legacy drawing controls

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [0484109ea6e454ce329721e9ad97fb9c46989b2c]

        dr77: #i114128# import legacy drawing controls

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [9840b5ce988888a7c85560e2b1e0c1b99bfa96b4]

        dr77: #i114128# import legacy drawing controls

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [04c272eb8396e58376d2b61baee01c4a95f993b4]

        dr77: #i114128# import legacy drawing controls

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [6dc7b784f0b1520fc629ee6e9160e1ff1978b5ea]

        Implement --enable-icecream configure switch.
        
        It sets up the gcc home to /opt/icecream, and sets the max number of jobs per
        one dmake to 10.

2010-08-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e2f547fffb266c661a20561a72b3f26827fa7f48]

        oooimprovement6: #i99729# collecting ruler interaction, allow .special: urls to the log

2010-08-26  Release Engineering  <releng@openoffice.org>  [27abc9f772c33fa9d187c9d5de59df4520d08977]

        OOO330

2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [33ddb6e91decfac211b833931be57180e18cc11b]

        dba33h: #i114122# don't set GraphicObject-URLs at the image control/model, instead, just set the XGraphic, and let the implementation manage the respective XGraphicObject instance and its life time

2010-08-26  sb  <sb@openoffice.org>  [4ea577d0efe22e5785c8ae72c86f517fd2cf9194]

        sb130: #i113096# previous configmgr::Components::removeExtensionXcuFile changes were still not good

2010-08-26  Andreas Bregas  <ab@openoffice.org>  [af733eacab845b986a0ba235fb5a52b9a0e80be1]

        mib19: #163363# SbiRuntime::CheckArray(): Set error for null objects with parameters set

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [9270a76e1631415ef50e9f71de1bb7c2dad22cd4]

        Fix make dev-install.

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4c67fff685f3e16b25ea968bc95dbbe4169a137c]

        CWS-TOOLING: integrate CWS coc03

2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea89a4af7fc609c015f7f3326293ce8950e4086d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33h

2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e4a1230f6b6d387e87ff29ebd743609701e11c6f]

        dba33h: #i113991# handle ImageURL and Graphic properties ourselves, do not leave this to the aggregate. Otherwise, both the aggregate and we try to sync those, which is good for some problems ...

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [7e8aec45e5b2313a682fcec37e47e2f6ee8a2a47]

        mib19: #163428# VBA symbol Worksheet.Visible supports xlSheetVeryHidden now

2010-08-26  Daniel Rentz  <dr@openoffice.org>  [ac37cd4e475a3e6b9e7da6e237f3db0f2bff4122]

        mib19: #163428# VBA symbol Worksheet.Visible supports xlSheetVeryHidden now

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [06e9bb47b0d5f6d9521f50f98978c47fc1302dd6]

        CWS-TOOLING: integrate CWS automationooo330m5

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8c8d2a8a8f0721ebf8767ab2f0a058730d16996f]

        CWS-TOOLING: integrate CWS calc58

2010-08-26  sb  <sb@openoffice.org>  [abccae0c72bb7ec1b813653b256fe34ffb047279]

        sb130: #i113096# UniversalContentBroker::changesOccurred is now also called for removed items

2010-08-26  sb  <sb@openoffice.org>  [d7fd47ed54f42d353c375d171350cfe81c307414]

        sb130: #i113096# previous change contained an error in configmgr::Components::removeExtensionXcuFile

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6b843cd7c3efd3b1e7654f2e6e8f2a5902059068]

        CWS-TOOLING: integrate CWS ooo33gsl07

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [82fb4b19fa0d7c81a308ae27b55fbf8b428128ae]

        CWS-TOOLING: integrate CWS ooo33gsl07

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d4db8f570730be85039435919ec78b119d7da3f5]

        masterfix: #i10000# modify extract date and dummy fields for string database

2010-08-26  Muthu Subramanian K  <sumuthu@novell.com>  [27828d6293f0840d563b45f1eda0b730c72ea58f]

        desktop-infilter-option.diff: Force input filter during the batch conversion.

2010-08-26  Muthu Subramanian K  <sumuthu@novell.com>  [6a96c05eca4d313795978297ba963f4aeb41ce53]

        desktop-cmd-bulk-conversion.diff: Batch conversion.
        
        Based on work by Florian Reuter <freuter@novell.com>.

2010-08-26  Michael Meeks  <michael.meeks@novell.com>  [c4461665bd030a555a8b7ffa5bd6717cfb787b9d]

        ui-desktop-integration.diff: Disable UI [toolbars, menus] customization.

2010-08-26  Thorsten Behrens  <thb@openoffice.org>  [5eaf19519a289b248de1e87c0627f438512e15ce]

        linkwarn-svx-warning-dlg.diff: Link warning dialog.
        
        n#348149

2010-08-26  Thorsten Behrens  <thb@openoffice.org>  [84b8a41f07eec88a05e629e82984423c33dee747]

        linkwarn-officecfg-disable-msgbox.diff: Do not link images if possible.
        
        n#348149

2010-08-26  Thorsten Behrens  <thb@openoffice.org>  [2390ca84da381e6db8b4f4539ace95f22e5faa92]

        linkwarn-sfx2-disable-cb-persistency.diff: Disable checkbox persistency.
        
        n#348149

2010-08-26  Tor Lillqvist  <tlillqvist@novell.com>  [7b7494785bd8e13a80150869cfe31ab744967cd2]

        novell-win32-odma.diff: ODMA dialog implementation.
        
        i#6885, i#32741

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fd12d39009d99e595956de0f018da2d775252c75]

        CWS-TOOLING: integrate CWS fwk152

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [44d336c3ab01c2261297f2a2f773a9fcc30c5545]

        CWS-TOOLING: integrate CWS fwk152

2010-08-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3276498b1d3b6337e33621b351755b02abea6e30]

        CWS-TOOLING: integrate CWS fwk152

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [6c3eff7ee952ad4da79082b52a2eaf288a6a262b]

        fpicker-kde-less-threads.diff: Update KDE3 fpicker after the threads change.
        
        Introduced in i#93366 - n#427336.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [bf8b9c0e428f44a25c10c19e248215c2d767d426]

        fpicker-kde-3layer.diff: Fix the KDE fpicker for 3layer OOo.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [b74bcd6b39b40a13d09bb2b5d303b1903f1b0a5f]

        fpicker-kde-modal.diff: KDE fpicker should be modal.
        
        n#265718.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [6ca75f60ebba25c74b4ee668b51f06a03d9fd6fa]

        fpicker-kde-non-utf8.diff: Work even with non-UTF-8 locales.
        
        n#168616.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [955a13d302c487d2274e9e4632bb473fac640e53]

        fpicker-kde-dont-overwrite.diff: Do not overwrite files containing spaces.
        
        n#241080.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [f7a29d379e3ba01d4a73c7cf5db8c4f1a32d6837]

        fpicker-kde-too-wide.diff: Fix a too wide dialog.
        
        "Menu -> Insert -> Picture -> From File..." dialog - n#72010.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [35c0fb32cca60376bc55871eb04948b86870d04d]

        fpicker-kde-local-media2.diff: Handle media:/ files locally.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [613b5e45f5c2418fc7ea3b1faeda783929ad0a4e]

        fpicker-kde-local-media.diff: Handle media:/ files locally.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [921dd08d56c131a34a6bb7989a24cefb73e66427]

        fpicker-kde-resmgr.diff: Adapt to changes in resources handling.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [f6f2e169ba23dbfcbdae8991730c4afa2c600b7a]

        fpicker-kde-filter-name.diff: Workaround for "Filter name (*.blah)"
        
        (vs. "Filter name" in Insert->Picture->From File...) - n#66873.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [4a02263f14db48f63e3f11b334458a7011289f49]

        fpicker-kde-partial-kio.diff: Download the file locally.
        
        Use KIO for that - n#60527.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [9b51053f528ebca7e1a8852f693db295e7426128]

        fpicker-common-build.diff: Modify the fpicker makefile.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [ce6e6931094056dbc30e675b55404b1b77066cc8]

        fpicker-kde-dialog.diff: Out-of-process implementation of KDE3 fpicker.

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [98b7a3b0b8da3e9ff2d79decd3f5bb98b82cbef2]

        fpicker-kde-service.diff: Out-of-process implementation of KDE3 fpicker.

2010-08-26  Release Engineering  <releng@openoffice.org>  [19602a6a7d4505ca4f903e47a53a7a66f3bc5cf7]

        DEV300

2010-08-26  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [93f90c4e7d40e142b57e6c8c08dc080ccf4b478e]

        dba33h: #i112659# ensure bound image controls never embed their image in the surrounding document

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [04873f78c8cd0594d1beaabe50f8cb38135eb665]

        CWS-TOOLING: integrate CWS automationdev300m86graphics

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [d405f0283ab407994c203a89b7881f98d763d8f4]

        CWS-TOOLING: integrate CWS automationdev300m85

2010-08-26  sj  <sj@openoffice.org>  [c67e63ceaacf2af96fdc1a32584629e89bf083d8]

        impress186: #i4499# fixed compile error

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [b12644eb20d8153243943d22e5923e06afebd637]

        CWS-TOOLING: integrate CWS dv20

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [1d66f255abbd502ad4aa7f3fc6930ee475413107]

        CWS-TOOLING: integrate CWS dv20

2010-08-26  Jan Holesovsky  <kendy@suse.cz>  [e8ea8e7ff63054830a50c26ac9b46980dff98228]

        Decrease verbosity of the configuration process.

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [9b1bd766cb389a3c8d0414bb6274732da115c452]

        CWS-TOOLING: integrate CWS renaissance1

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [3099107b00be8af1e6864e105326af77e401f7f2]

        CWS-TOOLING: integrate CWS renaissance1

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [1e6865a751b1fd945e542cd7d873ab0cab139594]

        CWS-TOOLING: integrate CWS renaissance1

2010-08-26  Vladimir Glazunov  <vg@openoffice.org>  [1e37c007736fb550b3e43a5aada15220263f7376]

        CWS-TOOLING: integrate CWS renaissance1

2010-08-25  Michael Meeks  <michael.meeks@novell.com>  [199342bec3f517fca721fbfaf7386db01191ca94]

        ui-desktop-integration.diff: Disable UI [toolbars, menus] customization.

2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [d0ac8f1e7866c637be15f081b59ef456aacb954a]

        linkwarn-sd-no-dnd-links.diff: Do not link on drag and drop.
        
        n#348149

2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [96133261da28f26d83704a64c32a0198e7c359d7]

        linkwarn-svtools-miscopts-bits.diff: Link warning dialog.
        
        n#348149

2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [cce335a211fc31158cc2c257c03fa602dd89e19f]

        linkwarn-dlg-in-apps.diff: Wire up link warning dlg in applications.
        
        n#348149

2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [dd5adf0cd9e1a39795c062f90e87cc60c7e51d34]

        linkwarn-dlg-in-apps.diff: Wire up link warning dlg in applications.
        
        n#348149

2010-08-25  Thorsten Behrens  <thb@openoffice.org>  [bc212c565cdc252d2a01e5221a75868b3f01d230]

        linkwarn-dlg-in-apps.diff: Wire up link warning dlg in applications.
        
        n#348149

2010-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [b12ae753d780dc2585933df7b9358d7bbadb1180]

        novell-win32-odma.diff: ODMA dialog implementation.
        
        i#6885, i#32741

2010-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [78f7536260ca5edbf32f31d12a1642cf4b3da234]

        novell-win32-odma.diff: ODMA dialog implementation.
        
        i#6885, i#32741

2010-08-25  Tor Lillqvist  <tlillqvist@novell.com>  [0e4bc92c6abe816de37fa6dc4cbdbaf7a2726925]

        novell-win32-odma.diff: ODMA dialog implementation.
        
        i#6885, i#32741

2010-08-25  sj  <sj@openoffice.org>  [c2823b2321863724e0357c10f23a24cb8021073d]

        impress186: #i4499# fixed compile error

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [0f5cf8b1ece166ffb32af79b54fe46ec5dc9a6f8]

        #i10000# set dummy fields to 0 for string DB

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [0d1284c3c20df1124119d20308b90927cbdf9524]

        fpicker-kde-3layer.diff: Fix the KDE fpicker for 3layer OOo.

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [e205289f74b5f1a16e15f4c7fddac711a16e9527]

        fpicker-common-scp2.diff: Let the KDE and Gtk+ fpickers build and install.

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [52073a0895174aa97375ee59adf53ad2ce3f7614]

        CWS-TOOLING: integrate CWS vcl114

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [32133e51f60ab72baa52f043e210207af27fabb3]

        CWS-TOOLING: integrate CWS vcl114

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [524ec515e0148330dabaa21fa80f8ecc3adc0f5b]

        CWS-TOOLING: integrate CWS vcl114

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [39da6f7a2dae258591e548f4fe17c37285b1074d]

        CWS-TOOLING: integrate CWS pl07

2010-08-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f51fdf4fe55f6bd81c5383928942abc8502c0f5b]

        vcl115: #i113987# fix SetSelectEntry before visible for entry counts > 100, fix positioning on resize

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [ec38ffb43215161d6f0f8769f870e76850c8161c]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [3d341c8efb7aa4784b3341ef752c16e07df5d951]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [0badf8094b28ceb44f2e65787eed93982fe0c0ea]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [40e1e1a4b2c190ffd71e17d83fc9f00c81d7d5b1]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [3813e349c8c3a7ac14af729085614fccb59fa5a5]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [7b95c82b3e920e7006ff4ef1871edb84612d21f7]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [a65ca79f2a3b044f8e920c191445f010e6da255d]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [bde580621a398a549908ec22ff20842cb0028518]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [206fd2cc760cad947985e0680b2db6a4edf578f3]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [a4587226ee101f123e9b2a8c4298547943f21deb]

        CWS-TOOLING: integrate CWS codecleanup02

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [c257abf34ec2fd6e1814211fa01342dc843b671e]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [e97e1bf62b4b7de61edf760a77de7e55afa93d84]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [cec7c8658a3e1267e01de1077f6d407335b2c820]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [52dce173df6bbcc79126c63a7736ef3f6c21a706]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [034375b2eea085506ef606b07ceeccd1c5f4e3b8]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [63d38c264f091f63dfbc6cb7bbf2bd0395bc142b]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [07601f72ae8abab68ff11083d17ffa4da5c47de1]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [6ce22642f93e3f4ed4cf5e0f1dc131ff2313b045]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [6d4a9c5e7c6fcddcfdfc27371d0358495eb9e79d]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [ec0e6482eeb033592fa8937fca12c41b737f1dde]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [9b727fc028a374a76c72cbf988e86b916807f29d]

        CWS-TOOLING: integrate CWS cmcfixes77

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [e301c8006b0ebebaa1059f1712ab7269a684c540]

        #i10000# removed obsolete switch

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [96a48f7977616c3484d590c2bc3f70298af0cc94]

        dba33h: #i114022# properly handle new/empty images

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [ea05895ea96c47c7ee35fcbd3b208b2286c9a8b9]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [9b7d0bbd3e66fb0aba00b392258f2b8983e82aab]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [11f4cdfb6e69134640093bee478748ff2fb59cdc]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [bfc65d02ab9833621174d7d3dd321f6fdba1a5a6]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [c1f31b14eac873c8386e010faf00322a946d8693]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [e5bfbbbeeef05a74bd49015d1b0d5a6711768eca]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [0636f639785eda8b058488f8b0ef20ac51027dbf]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [2729833407da1a9982229fc68c3f6edcb43f6555]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [836c3be1169f85f00658e5a4207d8729b6bdf8c3]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [daa7cc050b020028f582d67778c0bdf68a02ef8c]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [f822e70c7514955df3134daaf4f56777bd31493c]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [b56e773ff2a4a0b6555b60f865c8ba62f88c5468]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [302b5ce7a81635fb0f5dde3d08777361de204e22]

        DEV300: changesets OOO330 up to m5

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [aa80823112616efa9d7b5cb110d2cfedddc57676]

        DEV300: changesets OOO330 up to m5

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e10726b73813d8d1a5e89f1c5228273f20b35352]

        fs33a: merge after pulling OOO330.m5's changes

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [58eb2da91ae8c4deffee16b67f54319ba9088ddb]

        fs33a: merge after pulling OOO330.m5's changes

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [85bf681117b4acca0b37f7cbbef224edfa5deee5]

        fs33a: merge after pulling OOO330.m5's changes

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [044ecdab8e5be57dbb4f40049bfa297bf9aa6c3f]

        fs33a: merge after pulling OOO330.m5's changes

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [cb6ac5bc8497bfeeef24ddc3e6cd7f35a13d5e90]

        automationooo330m1: dummy merge for DEV300

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [4af9b31225fdf406b5b6cd9204f583d22a4c7666]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [6d829dfcd35ea69e350e7d2820bfd2124163fade]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [547985c66806b3d0a294ca50a97e89abf50951e2]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [5af3d23bb8cb5ff686291374d2ddc5d8484acf23]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [84ba099989ffafebdd9f95b42b16831f3e0a2287]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [10a0852750851a43e7816141a0eb278180fd747c]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [0d2c24d8880868771892ce8f9ecd0c28fc09fb43]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [b63a5a9e8e235da89dcc6c721de93326f9975353]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Vladimir Glazunov  <vg@openoffice.org>  [e121bc93cec360896d9e09d4a1c50cfc43261e42]

        DEV300: merge 000330 till r. b727f1beb700

2010-08-25  Juergen Schmidt  <jsc@openoffice.org>  [3d7260e438aa59c8d40ef9ce0c151cb2a2817628]

        coc03: merge changes from ext004, and introduce XHPDEST

2010-08-25  Michael Stahl  <mst@openoffice.org>  [6a5b285548f92135b6eaf220c4d4533854032aa0]

        sw34bf01: #i114100#: tempfile.cxx: generate more than 17576 names, and  do not loop infinitely

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [5de0418622d6999c850518a96e30047bedb75f2e]

        CWS-TOOLING: integrate CWS ext004

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [6f03ce606728c5e5a28cf973f29d2f0f9b0e528e]

        CWS-TOOLING: integrate CWS ext004

2010-08-25  Thomas Lange [tl]  <tl@openoffice.org>  [c280c618ed45e9105d00e8db76a324efc7e188d4]

        cws tl82: #i114087# uno slot name fixed

2010-08-25  Thomas Lange [tl]  <tl@openoffice.org>  [bb1aadbaf07d15196abbbca2cd5527ff5ee34920]

        cws tl82: #i114087# uno slot name fixed

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [4511a7182915815f7db626731e7b13e189f5ee94]

        dba34a: #i112571# spare superfluous enterState call (which caused an assertion to fire)

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9b453b0a518a91fd1f18e5c81ac0767251875a2d]

        CWS-TOOLING: integrate CWS ooo33gsl06

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [b606a9b0bdf4d3b91997d09351fdf6f30d08f2e4]

        CWS-TOOLING: integrate CWS ooo33gsl06

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [f9b8afc737b1d0eb69c9ecebf4e96a8bb34d5dca]

        CWS-TOOLING: integrate CWS ooo33gsl06

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [c48ab401f81bd2415845bb4b0a6782bb0c28370e]

        CWS-TOOLING: integrate CWS ooo33gsl06

2010-08-25  sb  <sb@openoffice.org>  [e160aa5237bfc27f8909e47f69eb4855668e0424]

        sb130: merged in OOO330_m5

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [49f8905e0e115ddc2179580564f139667796a620]

        CWS-TOOLING: integrate CWS sw33bf08

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [228a8a84cbd7da53dd7115b6ddb330a84999436a]

        CWS-TOOLING: integrate CWS sw33bf08

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9b42c4952b02d25a53f827a04d75483a3b9b2fd3]

        CWS-TOOLING: integrate CWS sw33bf08

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [7abb5e2be8fe2d89fbd40fa4453ad8a359262134]

        CWS-TOOLING: integrate CWS sw33bf08

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [999240071d942b284bad368b642f30c981fc5aad]

        CWS-TOOLING: integrate CWS sw33bf08

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [a4ae0581b94f78049916854da1dc69efa6e7c190]

        tango-icons-default-w32.diff: Use Tango icons by default on Windows too.
        
        n#254855.

2010-08-25  Daniel Rentz  <dr@openoffice.org>  [cec16f1b7a3c5e7327b41c8b4a5386628b339f0d]

        mib19: #163419# corrected wrong commit

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [6c75d3fc11fbed2132d797456479501193c637f0]

        gui-toolbox-large-icons.diff: Default to large icons.

2010-08-25  Daniel Rentz  <dr@openoffice.org>  [997221829f958e2ca08e9b8d57292f380317e808]

        mib19: #163419# do not throw exceptions into Application core

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [da918f9d1cb17ad1000bb458d3d39acf1232558e]

        scp2-3layer-nicer-paths.diff: Nicer installation layout.
        
        Don not create the extra openoffice.org3 subdir - i#90430.

2010-08-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [081f3c9e3fd4e3491994028e6b5eb19ff3ed7018]

        fs33a: when all panels claim to be invisible, make the first one visible

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9ceca79b6020bf63652012b9fe3863454be3145e]

        CWS-TOOLING: integrate CWS mib18

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [e7cfb8e98738c4b9478e72c85477a0ecb026335c]

        CWS-TOOLING: integrate CWS mib18

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [60fa42701a6a4d55167c548b650826f18fd3c6de]

        CWS-TOOLING: integrate CWS mib18

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [adf8cb360615795000a87f27bf0f51a0f29b7a86]

        CWS-TOOLING: integrate CWS mib18

2010-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [6057f39ed4b8be22189ec02d0076b7c36b63a4fa]

        CWS-TOOLING: integrate CWS mib18

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [a85fa10f6f58c558caa53866d6a2b63ef24c791f]

        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-25  Jan Holesovsky  <kendy@suse.cz>  [96e1dd6bff6c11ce4790e98281ab40c225fd3ec8]

        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-25  Jan Holesovsky  <kendy@suse.cz>  [2ddef1add4cccba6320efdf73fa4d6dd775a7178]

        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-25  Jan Holesovsky  <kendy@suse.cz>  [fb75a46ece4a47c1b289e95b52cbbc0fff739383]

        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-25  Jan Holesovsky  <kendy@suse.cz>  [dfff768237552428c0e36d4425fa786dfeecdb05]

        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-25  Vladimir Glazunov  <vg@openoffice.org>  [e643760760eeeacb9f112a9a6017ee41f276948f]

        ooo330l10n2: #i113960#, #i113994# , #i113945#, #i113816#, #i113963#, #i113967#, #i113825#, #i113986#, #i113996#, #i113736#, #i113944#, #i113968#, #i111094#, #i113983# and pootle update for OOO330 l10n

2010-08-25  Dirk Voelzke  <dv@openoffice.org>  [0917725fcc1fbca1c4122306655591dce92f4b6d]

        fwk154: merged heads

2010-08-25  Dirk Voelzke  <dv@openoffice.org>  [9decb6d84db5f0c94857a75d8bc2d6375e6b7e8b]

        fwk154: merged heads

2010-08-25  Jan Holesovsky  <kendy@suse.cz>  [b4d3c79a6b895bb9781816caab94307ae08fae38]

        Fixed linkoo invocation.

2010-08-25  Dirk Voelzke  <dv@openoffice.org>  [2d5fc7d463354700dd32cb28cff113e19220597d]

        fwk154#i114083# fixed some file properies for the Oracle Open Office executables

2010-08-25  Dirk Voelzke  <dv@openoffice.org>  [4c53df43b4cd3f3104a090e95d82fe695ff22a75]

        fwk154#i114083# fixed some file properies for the Oracle Open Office executables

2010-08-24  Juergen Schmidt  <jsc@openoffice.org>  [0da24e667613be2f480b57fce3519295ed0eea26]

        fwk154: i114090: adapt listener code to reflect changes in config mgr, notification of change events (transplanted from 7c0cad639e0b6d74f4be88f5877270f1a8b9fa53)

2010-08-25  sb  <sb@openoffice.org>  [fd6cf3d74c3fc5d2fd384a828adbdef4c6150401]

        sb130: merged in OOO330_m5

2010-08-25  sb  <sb@openoffice.org>  [0859f99410f579d393f847e0fa6552cde6d9a35f]

        sb130: #i113096# fixed TODO in configmgr::Broadcaster::send (to ease debugging)

2010-08-24  Juergen Schmidt  <jsc@openoffice.org>  [f599db7be582daf55c0643a04198932e0470c44a]

        fwk154: i114090: adapt listener code to reflect changes in config mgr, notification of change events

2010-08-24  Daniel Rentz  <dr@openoffice.org>  [e22f81511fca767ee0a010c67ef14fc989fcda84]

        branch merge

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [fa8d5001eb1b20fad1e78b8984f3cb1de78adbb2]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [1c19f9039a98691492235c2a71fac1dd717ebda9]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [4ea17f7247e25342b3d1629e993b0aa318b8a91c]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [41a1c71a71632f2dd8176e7d089b89074d03f6be]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [5c7d89b6f2a2e5d14e6dc0b265e78498595a8ef5]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [5c5915bb0ffbfa975ffac67e6ebf8c8ca75876a2]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [03e9321ad26aa6893fdfb8f261e3ef1377a5155d]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [0af6329ffb3f8ca54881a6c1b2ddcec650463383]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [09a64b22bd7356de0267067faea71af6e404aced]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [65f697cc04180d436d5c1ec9418d5dcf1bde4379]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [8b77bb4c59ba60d2a99a1f72b37e5638d5632c60]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [a680c1a850f92b527010973bbef31c2d8133f9fe]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [c8e1c7822ef95330737b5f820b66e20e1d5dc23c]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [7302529f5102a9b9e02f66bbd5a1201a486de8e6]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [b215f7c05b7008c5932a076074105d3e3e3736f9]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [d3468226283b57b401a60a2edd33b277f644df25]

        Update .gitignore.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [e7010d03a146d6982f43f43571aa497099248b57]

        Update .gitignore.

2010-08-24  Daniel Rentz  <dr@openoffice.org>  [9d3ae8930790c4a9afc10995fd9a2dd5a4b2b4ba]

        mib19: enable document event handling in workbooks created via VBA symbol Workbooks.Add

2010-08-24  Andreas Bregas  <ab@openoffice.org>  [abe51dda06c3d42c6384a5085023b49ff488baf7]

        mib19: #163410# Special handling for go to in VBA mode

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [f59068b3e4fc9c2016676027f07fb7411fe48c46]

        Fix checkdeliver.pl to work in rawbuild/.

2010-08-24  Thomas Lange [tl]  <tl@openoffice.org>  [600c6460a6ffa169ad0cc9bed4b77c545cc50f52]

        cws tl82: #i113785# ligatures for spell checking will no longer break words

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [45675d899a0803f4b16f223577a30b591d045549]

        Fix parallel build in swext.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [c4b271f21ab4d372b3a6a5a4c9fbe0cfe0ada959]

        testtool-more-defaults.diff: Moved the linkoo change here.

2010-08-24  Mikhail Voytenko  <mav@openoffice.org>  [d2ab8942a1b6ab8507dbf4c8b3042991558eb44c]

        mib19: #163216# handle the case when the model is already disposed

2010-08-24  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [a23d2db4f0f3a75654ace6bb7f11f1803daeddad]

        fs33a: #i113631# use m_sUpdateTableName

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [b57d59217f5794bc0c6b8e09951c73f28e9f5717]

        Ignore backup and .swp files.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [48e04092730b2c0dc3ddf3df670d55e01fcd92b3]

        Implement --with-num-cpus and --with-max-jobs.
        
        To be able handle the amount of jobs in the Makefile.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [55d3dff9449a88925dc35eae1a1010a7f92a129c]

        Remove 'configure' from the SCM, generate it using ./autogen.sh instead.

2010-08-24  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [bb76500478f77218336f4bc9a0d7c635c8d02bce]

        fs33a: #i113744# check length of value

2010-08-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b628a0a0158468eb04729e6ecd98008a7f814f1f]

        ooo33gsl07: #i110881# fix fullscreen mode with compiz and metacity ... again

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [a1311aa20f2e7cc5d87b1bf6975f8fd6357dc75e]

        linkoo-dev300.diff: Update linkoo for dev300.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [b07fd41ee5ad533d76097d59aeec4abf7a48c49f]

        linkoo-type.diff: Make oovbaapi as a link.

2010-08-24  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [7d8e147c64eb45bbbe8ff7e1ca47d20b4a2499b1]

        fs33a: #i113583# handle column names from complex descriptions

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [904e5801aea86a79d6256fcbc3cfdba4535ca8a9]

        fix-linkoo.diff: Fix linkoo to work again.
        
        We cannot absolutize all the links, otherwise we have bootstrap
        problems - i#83548.

2010-08-24  Jan Holesovsky  <kendy@suse.cz>  [a216c1f50f40fad85bc7aa41554ffb1be71dfde9]

        fix-linkoo.diff: Fix linkoo to work again.
        
        We cannot absolutize all the links, otherwise we have bootstrap
        problems - i#83548.

2010-08-24  Kai Sommerfeld  <kso@openoffice.org>  [836d3f493757d14b8cc8b449a766780ee4eb1bd0]

        #i107134# - add support for https proxy server.

2010-08-24  Kai Sommerfeld  <kso@openoffice.org>  [ecbc03af8f88162df1b42836586fd77edbc52d1d]

        #i114085# - Dialog must be centered, removed absolaute position.

2010-08-24  Andreas Bregas  <ab@openoffice.org>  [17b2a94d5109b82392538c943696aab254c00879]

        mib19: merge

2010-08-24  Andreas Bregas  <ab@openoffice.org>  [9bb5061f104d4b78bc6da341153338a9974a47aa]

        mib19: #163402# StarBASIC::ClearAllModuleVars(): Don't delete vars in proxy and object modules

2010-08-24  Michael E. Bohn  <mbn@openoffice.org>  [e006704bd75e642edbed5c3bd33d7c3d24ef38a1]

        merged heads

2010-08-24  Michael E. Bohn  <mbn@openoffice.org>  [586a71afdb0bed549f59eeb9b8b1fbf7290c8f0d]

        mib19: #163415# macroname is trimmed before searching for it.

2010-08-24  Michael E. Bohn  <mbn@openoffice.org>  [bd215a796f9ff124bd291571e49526b6a54df247]

        mib19 #163409# set the macro exeution mode during workbooks.add

2010-08-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7fab09514c2975d9d936c840889e3dd2938bccad]

        ooo33gsl07: #i114002# add missing license headers

2010-08-24  Joachim Lingner  <jl@openoffice.org>  [6114961f52943bc4039ab76e59b23d57363f88bd]

        jl158 merging with OOO330_m5

2010-08-24  Joachim Lingner  <jl@openoffice.org>  [10fae13b6f630db4840a540e0e4b4c5f870ee989]

        jl158 merging with OOO330_m5

2010-08-24  Joachim Lingner  <jl@openoffice.org>  [b73628296d59dc6e26371d46618230f84993d1d5]

        jl158 merging with OOO330_m5

2010-08-24  Joachim Lingner  <jl@openoffice.org>  [d8801bd75a2d1c620fb130b91393bdccc004c82f]

        jl158 merging with OOO330_m5

2010-08-24  Kai Sommerfeld  <kso@openoffice.org>  [21755d461e133ef57386cf0d63b8bb0fb5a5dbc4]

        whitespace cleanup.

2010-08-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5caf38ef235115c8255f37a35887f52d5cad6676]

        ext004: also recognize a set, but empty WITH_LANG

2010-08-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f1957b34630f59301b15031764dcb0854e031576]

        ext004: correction to the previous fix

2010-08-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b2cd101018ea5184e2dc93aeab88af7c5e808168]

        ext004: without WITH_LANG, ensure the XTX file nonetheless has the en-US prefix

2010-08-23  Mikhail Voytenko  <mav@openoffice.org>  [123175d154c725a8238a408abce8d6491ed7df1c]

        mib19: #163018# adjust other platforms

2010-08-23  Mikhail Voytenko  <mav@openoffice.org>  [841c2c37e5186b2de0b075a03528f11d8b06c6a7]

        mib19: #163018# allow to intercept the messages to the system child windows

2010-08-23  Joachim Lingner  <jl@openoffice.org>  [bd31d439a08f6677b481fbd37791d7d53c971a55]

        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>  [4cc5448ed82f13bb107695b65f39589df1e46cb9]

        ooo33gsl07: #i113253# use paper bin from user setup when appropriate

2010-08-23  Thomas Lange [tl]  <tl@openoffice.org>  [c6e628e2613400598b2c6628ace6d27214c79b25]

        cws sw33bf08: #i112679# updating it-IT dictionaries

2010-08-23  Thomas Lange [tl]  <tl@openoffice.org>  [d2cab1a30d4e51cb7e01dc1f38cb235a4d2845bb]

        cws sw33bf08: #i114055# updating sl dictionaries

2010-08-23  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [a1615ed8a913ea0d35d8368425f5cbe0b77d9d8c]

        automationooo330m5: #113492# clear the layout and add one sleep

2010-08-23  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [1aa1fd127f4e9eb669b0f685790031e24b11d049]

        automationooo330m5: #114064# testcases did not work under mac osx

2010-08-23  Daniel Rentz  <dr@openoffice.org>  [3a174f37ece7030171f7ca4907bccfaf065ccf5c]

        mib19: #163105# center UserForm on window on opening

2010-08-23  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [45e7a1e3f6b01c1fce6056f80e4642a452a42dfd]

        fs33a: expose the WB_HIDESELECTION but of the tree control at its UNO API

2010-08-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [49c3b9399521b7dd16ccba87d3bdfed1418a842b]

        ooo33gsl07: #i110881# workaround compiz (mwm hints should have no effect whatsoever on fullscreen)

2010-08-23  Juergen Schmidt  <jsc@openoffice.org>  [0d92ce616a19ff18ccb86bb426d0cd154591ec9d]

        coc03: merge with ooo303m5

2010-08-23  Daniel Rentz  <dr@openoffice.org>  [8222d10d9444229a25ed799fb78cf5fef9e7bf54]

        mib19: improved event handling: do not supreppress global events, when Application.EnableEvents symbol set to false

2010-08-23  Daniel Rentz  <dr@openoffice.org>  [c99b24c76c886ddaa93e290412c7674807c23405]

        mib19: improved event handling: do not supreppress global events, when Application.EnableEvents symbol set to false

2010-08-23  Daniel Rentz  <dr@openoffice.org>  [df970ca6a70349f6e887661fe6164a1c857c5cdb]

        mib19: improved event handling: do not supreppress global events, when Application.EnableEvents symbol set to false

2010-08-23  Juergen Schmidt  <jsc@openoffice.org>  [bac81bf225dd7b7d0d7d85ae4bd513314a0902d6]

        i113538: add XHPDEST variable to make destination of generarted xhp file sconfigurable

2010-08-23  Carsten Driesner  <cd@openoffice.org>  [d1102d84dad39c9b9009c59fa27e5d3bf30a4804]

        fwk154: #i114014# Use correct compare statement

2010-08-23  Helge Delfs [hde]  <hde@openoffice.org>  [5bb4afebe46a4b9bb50db60624867ce149cfb589]

        automationooo330m5#i113978#added exception loading file swdos.txt

2010-08-23  Joachim Lingner  <jl@openoffice.org>  [e70c9b5e20258f3e19ce2c364f8050d019a582d1]

        jl158 #i114008# helplinker -extlangsrc -extlangdest implemented. This allows processing of the extension help files by using the helplinker executable.

2010-08-23  Carsten Driesner  <cd@openoffice.org>  [be84c56ceffdf5e1bdade35611b15f8e76379818]

        fwk154: #i114014# Fix problem with check box 'Remember Password' in login dialog

2010-08-23  Daniel Rentz  <dr@openoffice.org>  [f43dbd543d60efafd66bb50c5e4e2d0bf6ee0d53]

        #163288# treat Excel number format 'General' as standard format

2010-08-23  Andreas Bregas  <ab@openoffice.org>  [fadc14f47bd7f355523357ff961ac3eaf47f34ba]

        mib19: #163377# Enhanced trace functionality

2010-08-23  Andreas Bregas  <ab@openoffice.org>  [d67208c7d51dba05e5e242686a30525eb977e771]

        mib19: #163377# Support procedure properties for UserForm modules

2010-08-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [99c348b9cdbe13be097789a187f05e9ff9e92e67]

        #i114011# added license headers for NumberingManager

2010-08-23  Lars Langhans  <lla@openoffice.org>  [077f9fea1f7faccb083f933bd60caaae65c6be32]

        sb123:#i111449# remove all subdirs in complex tests

2010-08-23  Dirk Voelzke  <dv@openoffice.org>  [156a9a83240353193d6d80058ca85cb6bd69e7fd]

        dv20:#i113985# Adopted version for libraries and executables, too

2010-08-23  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [7a8299db7e19f4597558a3ccbee9c9284d253c1b]

        automationooo330m5: #114058# fix error in window_functions.inc

2010-08-23  Michael E. Bohn  <mbn@openoffice.org>  [45729384a3508e72e159b1184c8e4d0477a12176]

        merged heads

2010-08-23  Michael E. Bohn  <mbn@openoffice.org>  [87f66ebf283dd2cf7fe11633465d762c9a976733]

        mib19: #163399# changes so that functions use right documentname to find the right docshell.

2010-08-23  Michael E. Bohn  <mbn@openoffice.org>  [dc459575467d9c444fd328dade90c0d2240795ff]

        mib19: #163399# changes so that functions use right documentname to find the right docshell.

2010-08-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fe18bcac5f611b1bb0f3cf69abb2357a48d19106]

        ooo33gsl07: #i113898# catch a NULL ptr

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [5260ed6bed2cb4d88007b87e7cae8f14ff37d0be]

        Make ./configure & friends more user friendly.

2010-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [46bd96bc7c2f8fac93546f8aa905023a9a59f8ca]

        ext004: just copy en-US file without modifications

2010-08-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [15b7dd1db09078beda2eed6e532e5930fa4044d1]

        pdfprint: #i94173# handle multiple page formats, collation

2010-08-20  Thomas Lange [tl]  <tl@openoffice.org>  [ef0cb53b08c6ee572620e4ada96db24c305171e3]

        cws tl82: #i86328# toolbox behavior fixed

2010-08-20  Carsten Driesner  <cd@openoffice.org>  [3734c81ee187c52f22b26bcc11bff38daf103c71]

        fwk149: #i102518# Make recovery dialog accessible for typical NetBook screen res (1024x600)

2010-08-20  Thomas Benisch  <tbe@openoffice.org>  [b07c2a4cb2b8060addbf0326970afedf62f7ecc9]

        calc58: #i113948# office crashes after resizing chart

2010-08-20  Release Engineering  <releng@openoffice.org>  [fffe7fed17cdbba6d3be3ee35b21a1456dc83159]

        #i10000# supress bytecode generation

2010-08-20  Release Engineering  <releng@openoffice.org>  [3417318f27cdc15af6bdcb3ea5b7c6bb554352ab]

        #i10000# supress bytecode generation

2010-08-20  Thomas Benisch  <tbe@openoffice.org>  [9c2ea353ead0291d5a298b88c3bae597caafe2f5]

        calc58: #i113946# undo does not work for deleting shapes

2010-08-20  Thomas Lange [tl]  <tl@openoffice.org>  [8afc866e0581c11361ec17bf2ffba9279329bf4e]

        cws tl82: unused string resources removed

2010-08-20  Thomas Lange [tl]  <tl@openoffice.org>  [a3e4f420ddbdf082284d79551d2333c95e09f857]

        cws tl82: #i113440# string resource fixed

2010-08-20  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5f40c752230c3536bfd9cbf685919d2693a108e6]

        txtl10n: allow localizing xtx files to a non-default location (XTX_TARGET_PATH)

2010-08-20  Joachim Lingner  <jl@openoffice.org>  [42388c96d2d15b636507fc14f75f827916ef24b9]

        jl158 #i114008# extension can now contain compiled help. Then XPackage::getRegistrationDataURL points to the help folder within the extension

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [99ea9c95e4eccdd00036f05933c7755a5a52a61c]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [ea9ee62e21711e49c50bfc7c8038c785e4d45bf9]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [08d909bfff4df9ebf5eaf7607d6055d707e499c2]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [96629f3b058b6ee7f8a4b05f152e3db32db68b67]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [f5513de7595ea5484f0afbce835f13657a9e8b8e]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [d96f09fd06adf1b48ec71b5971e41cb6d0d44519]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [d50218006dfa1ee3e09c3850bec5111489d7cab9]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [f0f0cf70be165f5248df366c74ef81c8bbaef280]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [274e40c94d2050c14a39d99880aed0e43637fdbe]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [b823d4b0c7007c94988a5fea6fb9f7e742f7627e]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [632c5251b4ce1e92efe7d72fcaa194a6d7a21a27]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [512425e8a51a9cd29121ca0a1f83275005bcc122]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [1ef3c2d42b5d3eaa4082e0800e1b3027c1476538]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [446c9689d8b7028aeb38eafda188efbc2a61f0ec]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [c0440c19468b1942ef05fa1c725352610482f7bb]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [cc435b0bdc80a354bbd16f7579ff6f8bf1b54bab]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [6e01433d28e5d26d752373c98046d73565282ed6]

        Create .gitignore.

2010-08-20  Jan Holesovsky  <kendy@suse.cz>  [79d3f8c12517a5e14bf2e8fcb00859b0680dfc35]

        Create .gitignore's.

2010-08-19  sj  <sj@openoffice.org>  [67cf4c70603a488816d62f116357aabe130c8b7f]

        impress186: #i4499# added default resolution unit (metric/non-metric) depending to the tools/options setting

2010-08-19  sj  <sj@openoffice.org>  [c86fd8453e7fc925cb8f0f8ffff7990896da71ec]

        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>  [a37ba38fa326b3541fe20287d98a8d4fc672cb5e]

        fs33a: #i113988# properly retrieve standard images

2010-08-19  Ingrid Halama  <iha@openoffice.org>  [b0d6f054f28472b2d2ebb72fc41b9860ab9708e9]

        chart49: #i113992# removing superfluous code together with a memory leak

2010-08-19  Andreas Bregas  <ab@openoffice.org>  [7e01ecf1f79c467b3d16bfd165e4dbd5cbda6b7c]

        mib19: #163242# Removed redundant code

2010-08-19  Eike Rathke [er]  <eike.rathke@oracle.com>  [e050b9bc7c26f58d9fcd4c261909249e0522f9df]

        calc58: #i113879# add ScMatrix::CloneIfConst() and regard only temporary matrices created by the interpreter as mutable

2010-08-19  Dirk Voelzke  <dv@openoffice.org>  [3a3e4a7b24f97b14bfa1162e679d12e29bd6e878]

        dv21:#i113524# No update menu entry for bundled extensions

2010-08-19  Vladimir Glazunov  <vg@openoffice.org>  [63b41e2967bd928e01b57b010471c11c346da2f3]

        #i113965# fix for start directory

2010-08-19  Kai Sommerfeld  <kso@openoffice.org>  [470a4ce2cc28acc9a9ccab89f5f68e035fef847e]

        #i113985# updated OOOBASEVERSIONMINOR

2010-08-19  sj  <sj@openoffice.org>  [da964ea73a6d7d43689c728d4df7d63184be4d28]

        impress198: #i113701,i113699# applied patch / fixed memory leak when saving / opening PPT documents

2010-08-19  Andreas Bregas  <ab@openoffice.org>  [c8a732ca766d1367d95a856a2401654211c8736f]

        mib19: #163327# Removed warning

2010-08-19  Herbert Duerr [hdu]  <duerr@sun.com>  [c15af8f23f4ad4dfc353b78387bbb7d98fbe0d56]

        fast-forward merging of heads

2010-08-19  Andreas Bregas  <ab@openoffice.org>  [8834a4391c31502aabe137834ed852aa6b620287]

        mib19: #163327# Implemented RTL function CallByName

2010-08-19  Herbert Duerr [hdu]  <duerr@sun.com>  [d5fb1d1383d2a5e0eaf6304180ccd3a60ac3228d]

        #i1138511# allow symbol-aliasing in adobe single-byte encodings

2010-08-19  Thomas Lange [tl]  <tl@openoffice.org>  [c1861cc8a88d5b3819a0e9a8046a28a5523a9457]

        cws sw33bf08: adding missing files to fr dictionary

2010-08-19  Thomas Lange [tl]  <tl@openoffice.org>  [4864b37786e6c304b6d8f908a21a9542e2a8851a]

        cws sw33bf08: adding missing files to fr dictionary

2010-08-19  Ingrid Halama  <iha@openoffice.org>  [6d6fa3655e04cdddaf8caf380e356a8382cff425]

        chart49: #i113722# duplicate chart creation - OSingleFactoryHelper::createInstanceWithArgumentsAndContext leak

2010-08-19  Ingrid Halama  <iha@openoffice.org>  [9be8a2f3cf03bb3d74ae098a44732017fddb7fcf]

        chart49: #i113722# duplicate chart creation - OSingleFactoryHelper::createInstanceWithArgumentsAndContext leak

2010-08-19  Ingrid Halama  <iha@openoffice.org>  [5081bdf4974e56a02b049ec1d371313d96433764]

        chart49: #i113722# duplicate chart creation - OSingleFactoryHelper::createInstanceWithArgumentsAndContext leak

2010-08-19  Michael E. Bohn  <mbn@openoffice.org>  [5d8ada69d05e780ae943fe357b20f890f50526d6]

        mib19: #163374# Fix for vbproject inizialistion

2010-08-18  va  <volker.ahrendt@oracle.com>  [b713c8752927db9001312e794aa0dc9a962ff2e3]

        #i110367# Update For AutoCorrection

2010-08-18  Eike Rathke [er]  <eike.rathke@oracle.com>  [20cd7f058892c76c9d794c6ff0a776ced306b34d]

        calc58: #i113739# make N return 0 for all strings again

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [ea14ffc4e5bf38f7e46cc2b28884ef69d5e90ff5]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [0e35cfeb1e18574059e8497f01fc2f7073aec547]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [90ae39ed80e56f1e8874bfc11743d4ef63767cec]

        Split build: Revert it for now.

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [b7e95740f8d4e34d3076065664e8b8ca919c201c]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Ingrid Halama  <iha@openoffice.org>  [d7cef7b728ddcb8ba6109884df387465593e5e60]

        chart49: #i113784# SvNumberFormatter in chartmodel leaks

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [a73de7d1a67425574171362dd1baa6767624af1c]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [35d062d82d3eb370a621b978370dbbcda52aedb1]

        Split build: Revert it for now.

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [242eb73b2a27f2a776de19440b9bc53139de7d03]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [760ab502bdd2f738af124fc1f6f20fce1af44eda]

        Split build: Revert it for now.

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [7eab8cebe47c1866b0e52d373e3f00fc38173736]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [3d170e00aa6f9fcde8bbfbacbb438a31fa006836]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [b456ca5d86738cec46c8d4aa0b145e03674c0b65]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Christian Lippka  <christian.lippka@sun.com>  [7c84033b76922b3c843314354f8dc1bab364ed7d]

        #i113857# disable right mouse button to trigger a range selection

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [7a483136d9421aea508f9b436c5560cc96f8e42b]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [17523819d614d1a84c63426b6834dfe11ec530ef]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [f645e1bc33365b4edcbff1f2cfad49efce19246d]

        Split build: Revert it for now.

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [dcbb257fe469bf746e525c6b9d87fd94ebb5ed94]

        OOO330

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [543f129680b7d9f68f2ec75c64f00a454e05f9c8]

        masterfix: #i113912# fixed creating log directory

2010-08-18  Daniel Rentz  <dr@openoffice.org>  [4eed799a79cffa08a9cae7e8980a0f4673441289]

        mib19: #163305# do not fire sheet activation events, when a sheet gets inserted/deleted etc. and the active sheet just changes its index

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [2c454f28690c46f014e25ae6cae3702109232de5]

        CWS-TOOLING: integrate CWS txtl10n

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [38bf7f931e181e3cd9b8a1785c517f3a1f8d3512]

        CWS-TOOLING: integrate CWS txtl10n

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [7e5f8186f2b2c11e9e3140703338b34971bda7c4]

        CWS-TOOLING: integrate CWS txtl10n

2010-08-18  Eike Rathke [er]  <eike.rathke@oracle.com>  [f1bcc220319d9d1f2652083f3f5389eb77748081]

        calc58: #i113820# make TEXT treat string results and inline strings identical to referenced cell text

2010-08-18  Mikhail Voytenko  <mav@openoffice.org>  [6d37acab0b4dd2bc64d531aef6393d1186a11c56]

        fwk153: merge

2010-08-18  Mikhail Voytenko  <mav@openoffice.org>  [967756108a94191a992d38cc4866a5f2971f56f5]

        fwk153: #i113674# replace backing component if there is one

2010-08-18  Carsten Driesner  <cd@openoffice.org>  [dbb762b75014756552a44099bfc1a8ae38740e62]

        fwk149: #i112582# Fix FocusSet/FocusGet events for complex ComboBox control

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [f4ef60b71c0624300dc8c3bb36c5550849100c37]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Jan Holesovsky  <kendy@suse.cz>  [e182d91e52fc18a811bfa961b8b82a4be7d7b718]

        Merge commit 'ooo/OOO330_m4'

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [c85c03983ced85cfef7bf5f5d05fe88c12f69db6]

        cws sw33bf08: #i113478# updates for Serbian hyphenation dictionaries

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [a20612dc529835b661e01eee2d4b9bf733854209]

        cws sw33bf08: #i113770# French dictionary update

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [5438cf78dea93b738da6b31ef32ecdc7d8ccbda9]

        cws sw33bf08: #i112679# update for German dictionaries

2010-08-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [eb51984cee2d08c943680983ecdc5fede61a4c94]

        writerfilter09: handle CT_DocDefaults as defaults, too

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [6872169ffd9b735240d77273b167962dc76ccd1e]

        cws sw33bf08: #i113478# updates for Serbian hyphenation dictionaries

2010-08-18  Dirk Voelzke  <dv@openoffice.org>  [668f998c88cc5e3a344dfc0693c0694d5121296a]

        dv20:#i80759# Fixed a memory leak

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [9f4039fcab2ff318c0423dc062b974011ceb8008]

        CWS-TOOLING: integrate CWS graphite04

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [2440f8452e59a1b9a6d138c66e723c82a4176d43]

        CWS-TOOLING: integrate CWS graphite04

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [cb9da85e07300b35a99fd6fe4b3d702f987d1582]

        cws sw33bf08: #i113867# removing en-US dictionaries from Ukrainian language pack

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [18d51bbac7f12c58c82588223f4a38085e1627c8]

        CWS-TOOLING: integrate CWS automationooo330m4

2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6f59f19bc89387609dfc09b126c46697792f4655]

        pdfprint: additional debug traces

2010-08-18  Thomas Lange [tl]  <tl@openoffice.org>  [6916ec405e20a62bccc5a11f515c932e7e5cd968]

        cws sw33bf08: #i113867# removing en-US dictionaries from Ukrainian language pack

2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1e2a8e040e075d208c184743daaea79866d17e23]

        pdfprint: #i94173# printer name

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [356027851e5bddcf89435a207d83201f8aed9557]

        CWS-TOOLING: integrate CWS native324

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [27d42b733ff4809ae46b8fa7070c3a4a8a53fb2c]

        CWS-TOOLING: integrate CWS ooo33gsl05

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [c699cbdac2533d9abe8e8c6fd750968538295a80]

        CWS-TOOLING: integrate CWS ooo33gsl05

2010-08-18  Ingrid Halama  <iha@openoffice.org>  [e3453827bffa5322faa61e550c02a2cf038e9fcb]

        chart49: #i113743# attributed data points leak

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [59cbec669aca271287b31bc891713613af443b67]

        CWS-TOOLING: integrate CWS jl157

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [f6ecfcc1c3b0bada698dd002c136ba36f96a8172]

        CWS-TOOLING: integrate CWS mav56

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [53ff95a79cd4445a30fee32913f2d1446ce6aea0]

        CWS-TOOLING: integrate CWS mav56

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [584fdc1a31a0a04e02ec8806c334fd0b0bfd4a58]

        CWS-TOOLING: integrate CWS mav56

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [77c062718a99de05d3b5567aea0c2e71f99721c6]

        CWS-TOOLING: integrate CWS fwk151

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [459a214a0fa801114be408f1cc55cea47eca4297]

        CWS-TOOLING: integrate CWS fwk151

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [655e1a07f54336567bdeb4d21d9cff22adb0bb58]

        CWS-TOOLING: integrate CWS automationooo330m3

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [e0808e38a094acd5f863476b73cec0e227f6589d]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [0dfc03a267c37793f8360612b08c9a6102a43a35]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [d7ed0d545c161c4fce752a75a0e52d0978536a59]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [7c01faa82f2ea453d94a8d981858f1bf1d8c904d]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [bbed40128fc546cc054a4578775ba9a67b8ac5e2]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Kurt Zenker  <kz@openoffice.org>  [d729b859bad52772256f0ae5cb66e5d1d7dbbfff]

        CWS-TOOLING: integrate CWS jl154

2010-08-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [90adc1368e7f158f9f2e9545f738027581dc4f18]

        vcl115: #i113908# improve some border cases for recent file manager

2010-08-18  Carsten Driesner  <cd@openoffice.org>  [6ff3ba91e966fcada6e6bc6109c3d4eb1db29f7f]

        fwk153: Merge changes

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [cd1cbcf07d7973174aabf33161acf686df1beeda]

        #automationooo330m4#i113928#adding SL language (50) to writer testscripts

2010-08-18  Carsten Driesner  <cd@openoffice.org>  [d40c2239e14027cef7c281830616c3deacbc9174]

        fwk153: #i110127# Provide one instance of module accelerator manager in module ui configuration manager implementation.

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [a126f35743ebfcf814e7cbbb7238f9e1615550fb]

        automationooo330m4#i113928#adding SL language (50) to writer testscripts

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [6ddad15084be29b569618170221749ab57a6d92d]

        automationooo330m4#i113928#adding SL language (50) to writer testscripts

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [0ccc888d9c37bba12464f69a9f55f290d1f2c5d5]

        automationooo330m4#i113928#adding SL language (50) to writer testscripts

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [456ad70d2644f385e67f45f6b62e19a16f778645]

        #automationooo330m4#i113911#warning corrected

2010-08-18  Helge Delfs [hde]  <hde@openoffice.org>  [420ae4899c6760e21422c0c1e63081f6d03dceac]

        #automationooo330m4#i113911#warning corrected

2010-08-17  va  <volker.ahrendt@oracle.com>  [a5afefb8208117e402e64a604d58fd714009d13a]

        #i112533# Updated Franch AutoCorr

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [3fbaee30ee7832d79b02f21f6f1a14a70e735bd9]

        writerfilter09: handle 'wrap tight' and 'wrap through' differently

2010-08-17  Thomas Lange [tl]  <tl@openoffice.org>  [3404d2fe8e50e3bc0efc91ccba9796fef73b3d5c]

        cws sw33bf08: #i113584#, #i113587# transliteration fixed

2010-08-17  Thomas Lange [tl]  <tl@openoffice.org>  [afb2f41ca982b7e0cbc8a5b4952ea3edfbb2a883]

        cws sw33bf08: #i113584#, #i113587# transliteration fixed

2010-08-17  Thomas Lange [tl]  <tl@openoffice.org>  [30ff826ddc974f37c72d2d74b3934ed691a7ef7e]

        cws sw33bf08: #i113584#, #i113587# transliteration fixed

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [4548b7649d46d5a3153963bb37c7c3842edce6ae]

        writerfilter09: WrapPolygonHandler: use WrapPolygon and correctWordWrapPolygon

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [1fd3d9c3074b80f59279189d1b06f138990d8075]

        writerfilter09: Fraction: constructor from Fractions, init, assign, inverse, operator=

2010-08-17  Helge Delfs [hde]  <hde@openoffice.org>  [ab6bd75bca74480fcce7db2a983faf86923d4013]

        #automationooo330m4#i112568#warning corrected

2010-08-17  Helge Delfs [hde]  <hde@openoffice.org>  [b0258ce0e82bfd48b9feb9cd50802355d2e19296]

        #automationooo330m4#i113602#warning corrected

2010-08-17  Herbert Duerr [hdu]  <duerr@sun.com>  [7d7809aeea8923b004cd9b1982bc20a46b30d0d8]

        #i113604# allow refcounting for const ImplFontCharMap objects

2010-08-17  Caolán McNamara  <cmc@openoffice.org>  [cb3fb3539c5f3dec1c72e904978c285868a910e8]

        cmcfixes78: #i113938# printf style formats in c++ stream operation

2010-08-17  Andreas Bregas  <ab@openoffice.org>  [b5da1139783f3d8944386b1e59a0bda78b263a22]

        mib19: #163242# Avoid multiple initialization of class and object modules

2010-08-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [53cf0e655767a9e7b7a12eae6e856f5064134199]

        ooo33gsl06: #i113919# fix page range behavior for 3.3

2010-08-17  Andreas Bregas  <ab@openoffice.org>  [9bf72cb920cd80ca9f0038f7962e7dd5aa41feb1]

        mib19: #163249# Changed SbiSymPool search order to avoid hiding parameters named like the sub

2010-08-17  Miklos Vajna  <vmiklos@openoffice.org>  [661d7b756c2fc702a0d3750fc1d399681555ab0d]

        vmiklos01: #i113532# Use OSL_THIS_FUNC instead of the non-portable __PRETTY_FUNCTION__

2010-08-17  Miklos Vajna  <vmiklos@openoffice.org>  [cb00949c460eb4a0b32d72f97d1abf812838d831]

        vmiklos01: #i113532# Use OSL_THIS_FUNC instead of the non-portable __PRETTY_FUNCTION__

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [86898639d4144a078ed295d0a8bef406868802cb]

        writerfilter09: use WrapPolygonHandler

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [0ddda96e69eefbc284f5678c08644b46525ad853]

        writerfilter09: new class Fraction

2010-08-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [98e01f2726e01bd618821573c894d5304e00f103]

        writerfilter09: new class WrapPolygonHandler

2010-08-17  Mikhail Voytenko  <mav@openoffice.org>  [4929c034350dbad96804a5c517d3471c1d7b7b14]

        fwk153: #i113914# set the new storage for duplicate libraries also

2010-08-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c442274602ae7c74135b463cef1553fcfac0d11f]

        pdfprint: #i94173# #i113802# send print jobs in PDF instead of PostScript

2010-08-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1bee6c0e9121cf1d3d246a7e49f5e0d89aad6682]

        pdfprint: #i94173# #i113802# send print jobs in PDF instead of PostScript

2010-08-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3b20bee998a483d34bbed70bd8a297715f289df9]

        pdfprint: fix a warning

2010-08-16  Caolán McNamara  <cmc@openoffice.org>  [40f797d028c472ff7f251bc125cad4d302092e0c]

        cmcfixes78: #i113910# get rid of frame effect in cairo-canvas

2010-08-16  Herbert Duerr [hdu]  <duerr@sun.com>  [588516e12af81741174b16feb22bef6d5f5fc66e]

        #i113861# prepare caching of ImplFontCharMap objects on UNX

2010-08-16  Herbert Duerr [hdu]  <duerr@sun.com>  [c44ba02b8439f592a8379f770c7058b70419398f]

        #i113604# allow forced garbage-collection on exit

2010-08-16  Thomas Benisch  <tbe@openoffice.org>  [67127f6fc897a4bb081e16634d20e420ca217a0e]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-08-16  Ingo Schmidt  <is@openoffice.org>  [8a395179065bfcd30ce82904aab4af1abf6c6d41]

        native324 #i113835# preparing rpm installation on debian systems

2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [0e2a4986b2436c30efa76a20208c867af6e82e19]

        fs33a: make compile in non-pro build (removed seemingly dead assertion)

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [c26a9b2de55a47496d9cdbf4d75ccdf3572fc008]

        mib18: wae

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [41b94861a16cb202c6aeb42c3e206a43f039e793]

        mib18: wae

2010-08-13  sj  <sj@openoffice.org>  [ee67e90ff963021e6e5949d9e20d1a26193d4cc9]

        pdfprint: merge

2010-08-13  sj  <sj@openoffice.org>  [c5b45ba35292d1c85c755b90b556026f5d6396ba]

        pdfprint: #i113625# using GraphicProvider instead of svtools filter

2010-08-13  sj  <sj@openoffice.org>  [55d4534fea590f636abda2d4c5352e498fcdb4a9]

        pdfprint: #i113625# using GraphicProvider instead of svtools filter

2010-08-13  Joachim Lingner  <jl@openoffice.org>  [fac5928edd1b7e7f466614145e9b091a2f38786a]

        jl158 merging with jl154

2010-08-13  Joachim Lingner  <jl@openoffice.org>  [acee8c2f6e844ccf3aca4e0a049364b5fef11e50]

        jl158 merging with jl154

2010-08-13  Joachim Lingner  <jl@openoffice.org>  [ce34ffeb16a90d8d0fcb3db24232c32b43b4c7f3]

        jl158 merging with jl154

2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [1fc79e17babe1511326f289e3539772674be9562]

        #i113604# fix some charmap refcounting issues

2010-08-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a40d24467d45f19bf167a5e2a638a71715162675]

        ooo33gsl05: #i113810# fix on behalf of aw

2010-08-13  Dirk Voelzke  <dv@openoffice.org>  [dc50b041cf1c549bb4ec9cde37da1ca5e61cdc34]

        dv20:#i95454# Use GetShortName to avoid problems with char versus wchar

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [5db9a76c7c4ea7a6698567113e311b8d77a46310]

        mib18: merge

2010-08-13  sj  <sj@openoffice.org>  [e994123b57f1c8f6f9ae6c45c6a24ec2deefdcad]

        impress186: merge with DEV300m86

2010-08-13  sj  <sj@openoffice.org>  [3e05df357ef0c5c9274e03d43cea14967a158e38]

        impress186: merge with DEV300m86

2010-08-13  sj  <sj@openoffice.org>  [31e277930248db09f5190334aab40e0b01fd5d64]

        impress186: merge with DEV300m86

2010-08-13  sj  <sj@openoffice.org>  [e91eb75f9e7f7788e648a0d270f2166222ed54ab]

        impress186: merge with DEV300m86

2010-08-13  sj  <sj@openoffice.org>  [1352676b8173290c3aa828596e01bfe76ad5545a]

        impress186: merge with DEV300m86

2010-08-13  Mikhail Voytenko  <mav@openoffice.org>  [5df1941a50f21012cb1b44c46e57e8b29467544b]

        mib18: #163278# handle the internal VBA types correctly

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [fac88154228d68b95ce8862801701d0afcdb4c56]

        mib18: merge

2010-08-13  Mikhail Voytenko  <mav@openoffice.org>  [f8ec5aff1ec516c5184cbd778575ec3065c63145]

        mib18: merging

2010-08-13  Mikhail Voytenko  <mav@openoffice.org>  [4d949990ef1438fcae98262519c6af2b47e5ccf5]

        mib18: #163225# support long strings in basic

2010-08-13  Michael Brauer  <mib@openoffice.org>  [232ee1a3b01e629ba1d2889e226fe66d8c834224]

        mib18: #163285#: Set correct error code in Collection.item and Collection.remove

2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [2b5d5724c530ae230c6b3b888cee2da1778a74b6]

        #i113800# wrap more fontconfig symbols

2010-08-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6513107d7cd9114dceb57ecbef9045f2e912caca]

        vcl115: #i113856# another WM workaround (thanks cmc!)

2010-08-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5a5ce769918c417c8b68e01183076936980b56a6]

        gnumake2: fixes for multi repo support

2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [e6692fc0f9b822267bd93e326ca8429a8a7cb398]

        fs33a: merge after pulling OOO330.m4's change sets

2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f13ce448ff464d557a9b360eb413f914276cc4e3]

        fs33a: merge after pulling OOO330.m4's change sets

2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [5b75553f44ddcd2b599c25d0d59b6703424e112c]

        fs33a: merge after pulling OOO330.m4's change sets

2010-08-13  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [79f69a243a3c9d87ff2a6ba1fb878267c4cb6a3b]

        fs33a: merge after pulling OOO330.m4's change sets

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ac1cb06ae68cf0bf980a3ccb709e376af9a20121]

        automationooo330m3: #i113680# - Cannot do without wait-statement. Bad, that is.

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [3ab28d4d5290985f921459d2c480fc6b07cd7ddb]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [fb0f214694b7e2a8a822bcd7bed910cf8d81f665]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [e4e6f22b32d029319ae6631562e1abc05d431102]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [44d428feaf032f34ede97f82752c7e1e360946fb]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [a20450cfcf9883ebb333b19db57d820e9e3dc204]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [96f3672e5e91cc8bc10aa114239f58f2308a49ee]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [7c59f09384c4fcaad3c9346448c922d0859f7182]

        mib18: rebase to OOO330m4

2010-08-13  Daniel Rentz  <dr@openoffice.org>  [7857895b3d1fe895abad33cb5f7ffc6cd9ec1c8c]

        mib18: rebase to OOO330m4

2010-08-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [1fa6112a2d062612201c765ed3eb6e2faaba8faf]

        ooo33gsl05: fix a typo

2010-08-13  Ingo Schmidt  <is@openoffice.org>  [969f4032e8ee1339cbbc339466f0122f8c1fb8a8]

        native324 #i113835# preparing rpm installation on debian systems

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [83185d779170737687ae7dbdabc6490a9dde47cf]

        automationooo330m3: #i112026# - Findbar integrated into w_updt.bas (w_020_.inc)

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dbb3d7ab9833c369d0d2ac18161ef55decc33fe9]

        jl154: #i113786# - Extension Manager is even slower. Inserted Wait( 2000 )

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9c6421ba403d02b3a2adcc7dbfe59786f75f0f7a]

        automationooo330m3: #i107408# - Number of samples has changed: Old 60, new: 56

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [681a157f8a83ddb4ac5cf65df85695eb94d52406]

        automationooo330m3: #i110184#/#i113761# - Changed handling of messageboxes, made QA-ErrorLogs from Warnlogs, the test is now again functional.

2010-08-13  Herbert Duerr [hdu]  <duerr@sun.com>  [9e5b02a0c1e802a6afdca2d79e77a0aa00e98ba7]

        #i113776# avoid default adaptive subdivision for now

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d2913244d0b5a586aa7d5af4264d901d65224585]

        automationooo330m3: #ii113764# - Moved check for binfilters to external function, too much duplication otherwise

2010-08-13  Andreas Bregas  <ab@openoffice.org>  [d2aa21c67466637572b0fbd06cc941c1d60d9dc4]

        mib18: #163254# Set right name and parent for copied object class members

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a61d4e2f4793dc7312a91ed0e433b388468d1665]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d2436b01297dc63d986bd1f2fd6c5902e01464fa]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6b138d543f14768f64fa4985b8397f533e99c97c]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0d1de3e4b999b0be397c5a4f2976ab241f4c9c67]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e12d674727b0b594b2a5f2841326bb2c48c34b94]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a1a87b109eac6ff48998533f50cb7547af839adc]

        jl154: Local merge

2010-08-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5f5012a8d9eff10f8a76e40e94a1d30955aa7747]

        #i113761# - Used opportunity for minor refactoring

2010-08-12  Thomas Benisch  <tbe@openoffice.org>  [c1f9b88295e633e250209f5082399a317b953fc7]

        chartextensibility: #i113841# API: provide bounding box of the Calc grid window

2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [fde9364cfeaa83d757e982108a3cb8f8b589055b]

        tabcontrol: new source code for tabcontrol added

2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [5eb0040d0199f8c80d47ed912e055f27a193b81d]

        tabcontrol: new source code for tabcontrol added

2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [9cdd338cf868480fecc95c2296ed57033bf90958]

        tabcontrol: new source code for tabcontrol added

2010-08-12  Mihaela Kedikova  <misheto@openoffice.org>  [a59d3476c34f246619895af36d563b618c4d8408]

        tabcontrol: new source code for tabcontrol added

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7bd320c17e0b82ecf8571d7abb75dbe6b3464c0a]

        merge with OOO330m4

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [35811e23d67bfa5ef227077182d4562fd610b637]

        merge with OOO330m4

2010-08-12  Michael Stahl  <mst@openoffice.org>  [f47d90f206047b44993671316cfad21eb471a846]

        sw33bf08: #i108078#: ::sfx2::createBaseURI(): decode content of expand URI

2010-08-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [768e7e2715c54ccd462c82cb0500dbc5eefef079]

        jl154: #i113786# - Removing installed extensions fails because the extension manager has become somewhat slower. Use hCloseDialog() to close the extensionmanager and use a few waitslots should fix the problem.

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [b045af077a788a6b95b2e690d58ea1712c6f3d25]

        ooo33gsl05: #i113025# fix GDIMetaFile handlng of MapMode MAP_PIXEL

2010-08-12  Michael Stahl  <mst@openoffice.org>  [7b40b729c0956185ce6bcf6d00b85857fcb9e26b]

        sw33bf08: #i108078#: ::sfx2::createBaseURI():  manually expand vnd.sun.star.expand: URIs before calling makeAbsolute().

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6bb9f5bea7037dcda3cb3e104452fb0104544bfb]

        ooo33gsl05: #i113821# ensure last page renders when aborting job

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [95e33c19c083f800dc188ffc63bb5c550950724a]

        merge with ooo33gsl04

2010-08-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [64a8bd7bb1bee1b3523473e71b5bc1ef24f64fc3]

        writerfilter09: make buildable without debug=t

2010-08-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7c65391cadfe6caad000bd6ea058a437958c52ac]

        vcl115: #i113809# do not set an empty max size (thanks cmc!)

2010-08-12  sb  <sb@openoffice.org>  [10e6c6cbfb05b1a46a6cf187c0d44cee2bfa3768]

        sb130: #i113096# introduced com.sun.star.configuration.XUpdate.removeExtensionXcuFile

2010-08-12  sb  <sb@openoffice.org>  [1423da554b361a3aa020c17469972861a02dcac1]

        sb130: #i113096# introduced com.sun.star.configuration.XUpdate.removeExtensionXcuFile

2010-08-12  Mikhail Voytenko  <mav@openoffice.org>  [2f61a21f70c9dc5efa8d0e0a54e06da282a68efb]

        fwk152: #i10000# fix warning

2010-08-12  Andreas Bregas  <ab@openoffice.org>  [20e2562e7be5ea6009e42d4cb9818642e9daa5f9]

        mib18: #163254# Fixed instantiation of class modules for object members

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [609f266c91e210b0c55e632af8a0c8df2e3b4dbb]

        writerfilter09: merged DEV300_m86

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [48912f6e592380af2ebf85be6b464ec7f12f2ae1]

        writerfilter09: merged DEV300_m86

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [4bfcadef6c2934484f4a14813a391dc61035b2a4]

        writerfilter09: merged DEV300_m86

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [42398dbbae43ff00f38d073cbc2a2d5f0a53391d]

        writerfilter09: merged DEV300_m86

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [339560939e81d098408a8040d8655e683c69881c]

        writerfilter09: LoggedProperties::sprm: send sprm id as attribute

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [4e51135bca5cc9685b71b6a8b6130c1352724266]

        writerfilter09: refactoring of debugging code in PropertyMap and DomainMapperTableHandler.cxx

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [215ae1c02d942a37fc8d567559c0bd50976242ef]

        writerfilter09: TDefTableHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [8133f8b9ec7f486afeba024cb7b1812c21307890]

        writerfilter09: TblStylePrHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [4e23431df0680edbc971ef4a8973a764ed137cd5]

        writerfilter09: SectionColumnHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [bc590a010e3530a9835a8f1af842292a0c1e5fd0]

        writerfilter09: PageBordersHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [feebb2d88591fba32ed2c94f1970c828bb16b9d5]

        writerfilter09: OLEHandler: use logged resources

2010-08-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [747ece3c0983cf226f1785896554e27448e02320]

        vcl114: fix  snafu

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [112dbd0bdb8988a26d7e61bbec521b1014b69763]

        writerfilter09: NumberingManager: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [9892370e9a967e2f32ba3b3c32148694079f6932]

        writerfilter09: MeasureHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [65b3def683f46d3c0d252a61bb8f00487d7af7b4]

        writerfilter09: FFDataHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [a3af0ceb2984cca95fa8352d820a6531d7272e00]

        writerfilter09: CellMarginHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [76af059b7a287758b07916a946a89f90d4024168]

        writerfilter09: CellColorHandler: use logged resources

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [ce36f29b1f93dc4cd000289b7e23c47be65147b2]

        masterfix: #i10000# switch back packing

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [cac5eef5c6d5343596d70ae164add34d6d62d795]

        writerfilter09: BorderHandler: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [394a1eb553cbc9234c3b7dae41cdb6843f682da2]

        writerfilter09: GraphicHelpers: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [ddd9d4c30513a845f4982564984d0b13fce30bae]

        writerfilter09: ThemeTable: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [46ac754898fb5f9971f2f91034ad0a023abadecc]

        writerfilter09: GraphicImport: use logged resources

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [52315eb71aeb56d0f633581f8d8b170311bceced]

        OOO330

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [84d9d6784496f19df58beaa0392340b61b8c0631]

        writerfilter09: FontTable: use logged resources

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [7241d7d4bcb5d782b09cc89c4a8699cf0296cc70]

        writerfilter09: SettingTable: use logged resources

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [77e07802454b46f89203ebf533349a0d3ff0fec1]

        automationooo330m3: #i110184# - Re-enable autotest, need to check problem with unexpected messagebox though.

2010-08-11  Herbert Duerr [hdu]  <duerr@sun.com>  [336664d07bc3d3f865e28ca760fba3a37020c70e]

        #i113800 remove fontconfig pseudo-dupe patterns as early as possible

2010-08-11  Andreas Bregas  <ab@openoffice.org>  [2987b20f9bfbd87eb28d49995bb32e013ffd7b93]

        mib18: Merge

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [492d8821e4de7677b1741432dc7b356d6d532b9e]

        writerfilter09: StyleSheetTable: use logged resources

2010-08-11  Daniel Rentz  <dr@openoffice.org>  [6c42cf77670557590186cea665b6f84db42f5137]

        dr77: move code that binds controls to sheet source, ported from cws container_controls

2010-08-11  Daniel Rentz  <dr@openoffice.org>  [4d9f54e9f020c91c7fda048bcf3f7549d58bc2b4]

        dr77: move code that binds controls to sheet source, ported from cws container_controls

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [c7463f8d0762af49387953cdf4acd1de6bdb284b]

        writerfilter09: new: LoggedResourceHelper

2010-08-11  Andreas Bregas  <ab@openoffice.org>  [73e504b3e526fe7bbb01e8947d329f1687d84011]

        mib18: #163237# Changed error handling in StepSET

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dbd690b4ff6767e4bee3cf068a3a8791c286b110]

        jl154: #i113786# - Inverted logic

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [64a49647b30bb69f3cbac99b80dde300d69b8d1f]

        CWS-TOOLING: integrate CWS vgbugs10_OOO330

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3cfb1a05631cdb65ff91ccc8198f631629e66621]

        jl154: #i113786# - Fix incorrect warning for non-executed basic script.

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [5475b9147be8cfdeedf8178fc37749f3f5323a8f]

        CWS-TOOLING: integrate CWS narrow02_OOO330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [f07651b1409375d2e75e283e4ee295ee8fcad880]

        CWS-TOOLING: integrate CWS narrow02_OOO330

2010-08-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [89b7194c6a75752143fe3d222491177c0bcf17ef]

        remove dead file

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [104e5322c5b511105b26b8c811078da66e6d95b9]

        CWS-TOOLING: integrate CWS tl83_OOO330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [c4ec4066d35f185ad3fdae63660abe7164ed3fa5]

        CWS-TOOLING: integrate CWS tl83_OOO330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [25417fcc9655338913223519328bfb07b05722b1]

        CWS-TOOLING: integrate CWS tl83_OOO330

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [bb22544122c56c7bf9518d03e316283209334288]

        writerfilter09: use logged resources for DomainMapper

2010-08-11  wg111939  <wg111939@sr1-eham02-02>  [2b11ab5657a5b7956c7a6fb7adf90796b4e946cf]

        i113795, redesign i_us_present.inc

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [7c1f07dee02a5232d3e1ae9dcc4a0f8f02b9a528]

        CWS-TOOLING: integrate CWS sb128

2010-08-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [cd20b831f0876e70def0e1eac2525fef977c1b12]

        writerfilter09: added LoggedResources for Stream, Properties and Table

2010-08-11  wg111939  <wg111939@sr1-eham02-02>  [8b81a076558d9da29fb6782eddd469325c1e21b9]

        i113795, redesign i_us2_present.inc

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [85736392aea04867067aba5eefbc6b78699336c6]

        CWS-TOOLING: integrate CWS l10nfixer01

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [73f30fce2f949736692149cb29a9bbc1c0a059d5]

        CWS-TOOLING: integrate CWS l10nfixer01

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [b00d08e6519dc4c560560da95d5d5bfdebe6ea08]

        CWS-TOOLING: integrate CWS l10nfixer01

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [2b5145838f3d2f4fb27363accfce17813860325c]

        CWS-TOOLING: integrate CWS l10nfixer01

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [86a7d417019e39f7703a7878d91e322e14e8e65a]

        CWS-TOOLING: integrate CWS calc57

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [68e7d26cd5c56f47fed357e4d4764b9c6cdc0ecc]

        CWS-TOOLING: integrate CWS calc57

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c4172d6fb278f0500f18ce2d76e5e1a7440b7224]

        jl154: #i113764# - Check for binfilter, fix syntax error

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7314b41f86289b536ee070417eda41cc681ca868]

        automationooo330m3: #i113764# - Check for binfilter, fix syntax error

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [e0371acd5ee4ace8956474d5b7c724ef4c46a28a]

        CWS-TOOLING: integrate CWS writerfilter08ooo330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [a7aba8a191e1c73f0da129c98d6942e766b70c1f]

        CWS-TOOLING: integrate CWS writerfilter08ooo330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [73d68cd0a3b71aa21346420c2ed977011fa42274]

        CWS-TOOLING: integrate CWS writerfilter08ooo330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [2fac0e80a9853b498cb2c488244e48643ac5cf94]

        CWS-TOOLING: integrate CWS writerfilter08ooo330

2010-08-11  Kurt Zenker  <kz@openoffice.org>  [a59ecdaecfcb41d1ab89ba22b224c136f4c84eed]

        CWS-TOOLING: integrate CWS ooo33gsl04

2010-08-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b9e6133705ac49d3299aae2d5d62ea04a015cd76]

        oooimprovement6: #i99729# collecting ruler interaction

2010-08-11  Daniel Rentz  <dr@openoffice.org>  [3fb28911c53d6e156f56a159f458a58fe1b6842f]

        mib18: unx compiler warnings

2010-08-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [00b6e5da07f6fb27d244a68832b39bafbaccea45]

        oooimprovement6: #i97340# disable show data button when no file exists

2010-08-11  Mikhail Voytenko  <mav@openoffice.org>  [949e63c1f4ecb4ef61310cf1c1713fb20854c578]

        mib18: #163215# handle the closed dialog correctly

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c6f4e78212cead25bd023cd921246d9e0d1dc741]

        jl154: Local merge

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3187f616ff5e2bd2ad6eb00affe920157416776b]

        jl154: Local merge

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7172f697ab5c114ba5b2201e72116085db857642]

        jl154: Local merge

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [48ab5f899d75851767bb35d3d6d9ed33713628db]

        jl154: Local merge

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f9628a8ffcaa0f4538c179be65145ec33e201d37]

        jl154: Local merge

2010-08-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [04bd67e0deadf9ead7604b1ecb2d8d3982b6e3ae]

        jl154: Local merge

2010-08-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bac4d759bdcf17fd4438024367ca2bc2bc982011]

        oooimprovement6: #i98561# clicking on show data closes the modal dialog

2010-08-11  Andreas Bregas  <ab@openoffice.org>  [6fd7d647906c721d69f062e41221cffb6bddb402]

        mib18: Merge

2010-08-11  Andreas Bregas  <ab@openoffice.org>  [e3046e29e116f5d22f6e56933058b66ce4f6d1bf]

        mib18: Merge

2010-08-11  Andreas Bregas  <ab@openoffice.org>  [c28503c38aec7fdc4cc528fac116f8eac798c6de]

        mib18: #163121# Fixed back chain handling for new declare implementation

2010-08-10  Daniel Rentz  <dr@openoffice.org>  [de0ee2cfcf30e2675fb64e02704a277bedf31545]

        mib18: adjusted service name to match VBA symbol

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [a72754d198aeaf328100c4d9cd340ffbb759796e]

        mib18: #163259# implementation of global symbol Excel

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [47c57a6a16a01121e2c04574652068be4a1acbe2]

        mib18: #163259# implementation of global symbol Excel

2010-08-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [308b7dd63832016ef7c06c9f1652833cd61c4628]

        writerfilter09: missed a #ifdef DEBUG_FACTORY

2010-08-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [5913346323dc551dd316a5a5dd96988251858e39]

        writerfilter09: debugging output for OOXMLFastContextHandler::setValue, refactor debugging code for OOXMLPropertySet

2010-08-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [e033f3a57542ebec0a0f1e5cb3685525c61c775a]

        writerfilter09: ooxml: refactoring debug output

2010-08-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [60566277eb6bf40e9f72a95eed597d9b1b5d54dd]

        writerfilter09: TagLogger: indented output, cleaning up

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [6c3c1c50fe2c70162ca3c77bb3f83b8024c8075e]

        heads merged

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [b0f04812c6b9fc1a4eb486dd524ea229b427b161]

        heads merged

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [7c2b94d0a3352ee92e0202b1eba64254583798ae]

        mib18: #163120# adding the entrypoint for symbol Debug

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [a1f6f3ec0728d2877c96ee8e2bba5a03f6bdc945]

        mib18: #163120# adding the entrypoint for symbol Debug

2010-08-10  wg111939  <wg111939@sr1-eham02-02>  [2e50298325ab90919b3a9e104451f4b45f2a6da2]

        i113769, adding call sSelectEmptyLayout in g_edit.inc, EditObjectEdit

2010-08-10  wg111939  <wg111939@sr1-eham02-02>  [9f6dbcf1d7ffcb62873b77e5190f180c213478e1]

        i11376,insert sleep after call hGrafikeinfuegen in id_tools2.inc

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [d7b14e2a274494ea8d4b5a6610fb321a154a2f34]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [504e95116ca717445e0da093bb940471167c9dde]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [408331dd5364acb6d6f514cee01d061732b15ee4]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [b48da74017a1fa387d957272f075dba88b3677bc]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [84b23848df6f92465404f6273c1b2aa77374f524]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [61cc39e40787f97ee9a5cf6d931d84415e55e201]

        merging in latest changes from OOO330(m3)

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [ad10870baceb787bc2b6546a292917fec63695bb]

        merging in latest changes from CWS unoawt2

2010-08-10  Frank Schoenheit [fs]  <frank.schoenheit@oracle.com>  [f2a8cd0890d0107520a2accba2c8f51b69106c79]

        merging in latest changes from CWS unoawt2

2010-08-10  wg111939  <wg111939@sr1-eham02-02>  [b096dbca3464418e2528f50ddfbbec297b8a6a24]

        i113767,restting to old version of function again.

2010-08-10  wg111939  <wg111939@sr1-eham02-02>  [1bfcb0b2bfad0b0ce29cbfaf091b7332eac2d7ad]

        i113766, inserting Call sMakeReadOnlyDocumentEditable

2010-08-10  Daniel Rentz  <dr@openoffice.org>  [061332d81d98aa8d3099830e16233b83b37a51f9]

        mib18: #163243# enable regular expressions in VBA symbol Range.Find

2010-08-10  Mikhail Voytenko  <mav@openoffice.org>  [7c457734f3e76c7f9b5eb69d7a917dee9bab6bc3]

        mav56: #163253# tread invalid path segments correctly

2010-08-10  Mikhail Voytenko  <mav@openoffice.org>  [823d3cc493c8654a294ff45329c0514d2cc953d3]

        mav56: #163253# tread invalid path segments correctly

2010-08-10  Mikhail Voytenko  <mav@openoffice.org>  [284ee8838d76f1f2d9db52a8b3f70876daba97ad]

        mav56: #163253# tread invalid path segments correctly

2010-08-10  Daniel Rentz  <dr@openoffice.org>  [476aa1795b08ffeb43e35823e78442a51a04304b]

        mib18: #163246# add VBA symbol Worksheet.ProtectScenarios

2010-08-10  Daniel Rentz  <dr@openoffice.org>  [9dac2d24f39818d94fe23f642129f87b74d79263]

        mib18: #163246# add VBA symbol Worksheet.ProtectScenarios

2010-08-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e1bfef17e53bbb3f6749e1680be352df04e1d177]

        automationooo330m3: #i110184# - Document load fails when loaded via API. Real problem is that ConvertToURL is called twice which adds another two slashes to the URL which then again cannot be resolved by the API call. Another issue has been filed for the root cause.

2010-08-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1e183615245644175a19336ec5c383d17827c539]

        automationooo330m3: #i113764# - Check for binfilter

2010-08-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3054d3c4cf1e50812966eb4595d5712ced92c26b]

        automationooo330m3: #i113761# - Product name missing for backing window (#i113760#)

2010-08-10  Michael E. Bohn  <mbn@openoffice.org>  [2e6db5ef3ba5c811cdab813beec4451ba28c78b1]

        mib18: #163148# creation og basic modules in library Standard during Workbooks.add

2010-08-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a8e60de58d343dc17fa7d5555f13bfff91921349]

        vcl114: #i113755# remove unused svp resource

2010-08-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [a9c8d32d6f96b327b2e8e46eadd6a7c454c02f9b]

        vcl114: #i113755# remove unused svp resource

2010-08-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9c3d0de22682058f525c69e2caca7a9fbace452a]

        vcl114: #i113753# fix ResId assertion

2010-08-09  Daniel Rentz  <dr@openoffice.org>  [76ec9b6d37ec0b572f0fed83fbbfda9efab59983]

        dr77: #i113046# create sheet modules even if codename is missing, ported from CWS container_controls

2010-08-09  Andreas Bregas  <ab@openoffice.org>  [fefe083877e478d7a09299524ffdde85948a2bff]

        mib18: #163059# Ignore introspection based COM object members

2010-08-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ed2a220f5401b0cc315c43e5da04362e1095a173]

        oooimprovement6: #i100159# catching the OnLogRotate thread in a clean fashion

2010-08-09  Daniel Rentz  <dr@openoffice.org>  [466f141b3fbe4818f34fc69aef9deacef67e42d7]

        dr77: #i113737# return correct UNO type

2010-08-09  sj  <sj@openoffice.org>  [f56e0994b98659de89b632ec04dfc2f8ff6b3e31]

        impress197: #163250# fixed string handling, improved polygon splitting

2010-08-09  sj  <sj@openoffice.org>  [57534c0d9f60b454bdfb7bd488443b42afb67658]

        impress197: #163250# fixed string handling, improved polygon splitting

2010-08-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [a4c6cfeea8940aab8e9a42908be029bc00b1936c]

        #i111652#: TableStyleSheetEntry::GetProperties: prevent endless recursion using stack of handled styles

2010-08-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f322828be332941a37f34236b4d3df1ab19947ab]

        gnumake2: fixed dll naming scheme on windows

2010-08-09  Herbert Duerr [hdu]  <duerr@sun.com>  [a65f403bfdd25572330b1a7a6142ae2ce3e30031]

        #i113731# fix compile warning on an pre-4.0-release gcc version

2010-08-09  Thomas Lange [tl]  <tl@openoffice.org>  [f343838dbbae63d6040706c078e96efc4a50661a]

        cws tl82: #i113293# sspellimp.cxx fixed

2010-08-09  Mikhail Voytenko  <mav@openoffice.org>  [6fad3bbef4e10023962b2fb8b5157af13148e76c]

        fwk152: #i108004# check the URLs correctly

2010-08-09  Mikhail Voytenko  <mav@openoffice.org>  [08e2fc04ba183a19609518c7f4fb1c210bfe826e]

        fwk152: #i108004# check the URLs correctly

2010-08-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ef6cb67ff6f0549857408ea661acba5f298083e1]

        gnumake2: fixed linking against pathutils in extensions

2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [fb51494aaa2e361ec036b81d59b620324eb25c7e]

        vcl114: #i96895# fix toolbar buttons, control state is actually misleading here

2010-08-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [67f927af078b8f985d55f7886d63657b7019382d]

        gnumake2: delivering dlls along with lib files on windows

2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [100e71ffeac18415d7500200e1b0258a8b079afa]

        vcl114: #i79083# use correct paint method for inconsistent checkbox

2010-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [decb79d19d71f5250052c8b86e256f7f66fe2803]

        writerfilter09: factory{impl}_ns.xsl: handle defines that have resource Value but no attribute

2010-08-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5d944c10854e07ec76ca3e554b7462176d9cc166]

        gnumake2: fixing return code var on windows

2010-08-06  Christian Lippka  <christian.lippka@sun.com>  [8054865b2efe772f1d0149b59888de2bbc908320]

        merge

2010-08-06  Caolán McNamara  <cmc@openoffice.org>  [840d9a7c6ad6f30cfa54958584ef808ca5f46a34]

        cmcfixes77: #i113400# Maths brackets misformed in presentation mode

2010-08-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [47dec56ac80a6c80a5c1ba448d43eb1344f3985f]

        gnumake2: clean location for pch objects, dependencies do not need pch deps

2010-08-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7071206deeb9c653740e3f3e897c5d7d0555545d]

        vcl114: #i62101# filter whitespace from outline entries

2010-08-06  Kurt Zenker  <kz@openoffice.org>  [08918310f5be95067647a534163ed9b49cf8943d]

        masterfix: #i10000# fixed packing of long names for installsets

2010-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [cf56e8bec1f2a35f39cabcb121bb11485f077ddf]

        writerfilter09: added debugging code for PositionHandler

2010-08-06  Caolán McNamara  <cmc@openoffice.org>  [f4127d6eed12788d2887901dfab4b6ed0af6317c]

        cmcfixes77: #i113199# add lucene.jar as final fallback

2010-08-06  Andreas Bregas  <ab@openoffice.org>  [df1e6343ba123c0a45b25eb7ed3ae6d53749b33f]

        mib18: #163175# Implement DoEvents empty

2010-08-06  Thomas Lange [tl]  <tl@openoffice.org>  [adb0c9fe06f0a9b8c871df5e45303c6414106107]

        cws tl82: type fixed

2010-08-06  Andreas Bregas  <ab@openoffice.org>  [f08c6459d921106f0ce77ef2e2bedc218df76392]

        mib18: Merge

2010-08-06  Andreas Bregas  <ab@openoffice.org>  [c8852505f8bb9d94214250bf398c5c232dce8e43]

        mib18: #163121# Declare Rework

2010-08-06  Andreas Bregas  <ab@openoffice.org>  [e2b85f96b67ac4bb9f26a60c11cedc98ec52206f]

        mib18: #163121# Declare Rework

2010-08-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [2d146ca41ce65767bd6deb0989118b5acb8e2ea3]

        vcl114: #i40812# implement ShowNativeMessageBox on Mac

2010-08-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7809a5b0996a2d8da3f182782b5003138b1c0cf8]

        #i10000# remove returns

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [b980c014e3d19450a169347243c7609b63864b9a]

        cws tl82: merge with DEV300_m86

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [ac73dea8562427f86f54fca1ed5d0f1322c36440]

        cws tl82: merge with DEV300_m86

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [9d8c1238e763911f57d3dcfd12dd65774c17df2e]

        cws tl82: merge with DEV300_m86

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [fcbb0663f951933101779ee04d4764eb44e70bc6]

        cws tl82: merge with DEV300_m86

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [3334ab4ddcc2e96e738034fcc07d319a74ac7a8d]

        cws tl82: merge with DEV300_m86

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [586b0c3bd91d90393ee8c744029a02fdadd9ef06]

        cws tl82: merge with DEV300_m86

2010-08-05  Joachim Lingner  <jl@openoffice.org>  [e3aa7efeb72001b0264947d962d0bf29077c5f0c]

        jl157 #161910# inserting comments

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [64f870b426c96776b0367b7a97dd9b3d70aead06]

        dr77: code cleanup

2010-08-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [762a32d4815070199ca4398107b07ec8e864585a]

        #i111033# factoryimpl_ns.xsl: better detection of resource for attributes, model.xml: ST_Percentage was undefined for wml.

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [2f19a7db1f8b7a03b52b1e18c31b3ac9b62a7de9]

        mib18: #162503# do not create a new Worksheet object in Workbook.ActiveSheet but return existing object supporting VBA module access

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [86b36edc50929b3d42c63d3f78bf8812282cd7c2]

        calc57: #i113529# do not touch res strings in ooo330

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [2c9ce1518a8a096bf0cb0836e83fa521379a5e22]

        calc57: #i113529# expand text fields to allow to fit for all languages

2010-08-05  Mikhail Voytenko  <mav@openoffice.org>  [5b8f17063e11b53c7c4f7eb978afb05e3da7ac40]

        fwk152: #i112895# integrate the patch

2010-08-05  Joachim Lingner  <jl@openoffice.org>  [1c5011a89faf5cc8990e6e7b0cff3922a7fd9888]

        jl157 #161910# make access to static map in unoxml threadsafe

2010-08-05  Mikhail Voytenko  <mav@openoffice.org>  [048631266fa9fafc357dfb02eb023b409c93e5b1]

        fwk152: #i112452# let restart functionality restart quickstarter as well

2010-08-05  Andreas Bregas  <ab@openoffice.org>  [f4f1756a4c4cd35d77ccd2b9ca0f38799e6555af]

        mib18: #163025# Changed RunInit handling for class modules to get right order

2010-08-05  Herbert Duerr [hdu]  <duerr@sun.com>  [bb35798127d77b5b88bdd63170d0c4f7fb94474a]

        #i106817# fix rotated textline drawing also for CTL text

2010-08-05  Thomas Lange [tl]  <tl@openoffice.org>  [6037a79c3791e41578c384481acec48904951ae0]

        cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [4b323d87c5582b2b6962e19464b6a503b5a999bd]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [e4f5f61943d4fdca3e0280cd95efd4cf2386ef06]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [fefa60e33b1d4a8ae024cc081f39da0b3b0cc892]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [d92ecaba9cfc51b4966c77c159687d67b4aa7950]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [d9ba02a196532f59fb0dc270a8361faa2abec6b3]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [d14a8b54ba38bc3c6e81e87c328f58f41f7b8c0e]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [b584c0a0478ba3cceeeb1d02d4adb8ed5f501d24]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [fbd900218e709bef5513d8bcbe470c8b8e5fe324]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [48fe792427ee5f17ff70c8f928b0c5f391b0b439]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [0ce8989b149c3ecb93efba0a739ae96e33b9afa0]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [19e89a2ea310e9479dc10400e46ef045b8114adb]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [c2247cb7524a6e00647b6120cd2fb3f36377ff0e]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [e8c07e1b1b16d32ad1f86bfc4ee8c9f647751073]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [a7f3d247cb4395d9bab59d934f0442ac0300b007]

        dr77: rebase to m86

2010-08-05  Daniel Rentz  <dr@openoffice.org>  [107fa1e40f1db8fb9333b987376bc14c0987fa4b]

        dr77: rebase to m86

2010-08-05  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [af9614943d37f8e7c6a068cde7497dd7f6248451]

        removetooltypes01: #i112600#: Merging with the old head

2010-08-04  Caolán McNamara  <cmc@openoffice.org>  [30ed332773c722e247f27773413815e18951134d]

        cmcfixes77: #i113654# 64bit events

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [234bec2328f754cd5bb067bf4744ed5f8b896b82]

        gnumake2: removing common outdir

2010-08-04  Release Engineering  <releng@openoffice.org>  [4e56d229e64b2baca9b25af8deb8d6cd954315e0]

        #i10000# workaround gtk xerror handler

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bc7ca3a3e87b6207047fc42b924e2b0da7d07aa5]

        gnumake2: fixing windows compile error output, static libs on windows

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [51bd6db07fa01758f183643f5c6d218087c96510]

        mib18: fix broken d.lst

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [8eab4b9f3c47d857bc7ffb7080ba02e7f46fdb78]

        mib18: #162938# add VBA symbol Worksheet.AutoFilterMode

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [2ecf87efeb1ec5f4185b80cdb333b84f352a011e]

        mib18: #162938# add VBA symbol Worksheet.AutoFilterMode

2010-08-04  Michael Stahl  <mst@openoffice.org>  [f6af5e431cd8b4e96f98ce8af013f54a3d6f903d]

        sw34bf01: #i112783#: unoxml: remove DOM::CDocument::nodereflist_t

2010-08-04  Michael Stahl  <mst@openoffice.org>  [bb1e28717397505acfad1e21994312273880c4fa]

        sw34bf01: #i112783#: unoxml: apply patch by cmc:  fix memory leak by removing unnecessary DOM::CDocument::m_aNodeRefList.

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c240e18cddbef2bc3eda6210e02b9dc274b59728]

        gnumake2: added static ooopathutils lib

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b8c94f1b5717ab1bc74f62e7c943a9194eb602a4]

        gnumake2: added static ooopathutils lib

2010-08-04  Herbert Duerr [hdu]  <duerr@sun.com>  [6fb28a9b7f848342f34b7586df99dc57af709c17]

        #i106817# fix rotated textline drawing also in mirrored mode

2010-08-04  Herbert Duerr [hdu]  <duerr@sun.com>  [92d15d82cfa7c7cc9ac3e8f7f90d89e2669ad30e]

        #i106817# fix rotated textline drawing also in mirrored mode

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [5a6f0aa8c775d3e33ee6b6eb52afe8720c4b5377]

        mib18: #163200# full rework of VBA symbols Application.Intersect and Application.Union

2010-08-04  Michael Stahl  <mst@openoffice.org>  [d623b4e513183aa9f6ea8f13a2c3a8626c124b0d]

        sw34bf01: #i113645#: PropertyActionsOOo.cxx:  add TEXT_OVERLINE_{STYLE,COLOR} to aTextPropertyOOoAttrActionTable.

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [857c5137764bf3f42dcd9b6fcc946339ffe586a7]

        gnumake2: gb_ObjCxxObject__command_dep is not platform dependant anymore

2010-08-04  Carsten Driesner  <cd@openoffice.org>  [22e60c73ba7dd3b8a7dae727d5682578c6677217]

        fwk151: #i110127# Better formatting

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0ec6bcece66aeb36bef1ec9e07aff4824ba83569]

        gnumake2: gb_CxxObject__command_dep is not platform dependant anymore

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [dc49d6db1227bfbaaaee60a30e64b88db6140682]

        gnumake2: gb_CObject__command_dep is not platform dependant anymore

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e412ef3ba5e1c3e1d9952f8c169eef7006fc118f]

        gnumake2: fixing (disabling of) dep generation

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [56a117f90a37eb03ccdd91b3c529761b8af70fef]

        gnumake2: clear sw d.lst

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [63be9a19153d112ecfbc01f40522f1a388c5bb56]

        #i10000# fixed d.lst

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [983a7032177ecb7b67cf6b5e14c97e03f106bf23]

        gnumake2: fixes for pch in sfx2, fixes for qstart lib

2010-08-04  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1850928377cc9f385003d137fd1a87eb8426de55]

        gnumake2: fixes for pch in framework

2010-08-04  Miklos Vajna  <vmiklos@openoffice.org>  [9f01e0f10a8a236b6dbe35b38edb66b178fc05a2]

        vmiklos01: #i113532# add author to README-rtf.txt

2010-08-04  Miklos Vajna  <vmiklos@openoffice.org>  [08dbf8785a572a8ae8675fcbd97485a4b1f4b17a]

        vmiklos01: #i113532# add README-rtf.txt from the issue

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3166385d4f6e6ed26b986cf2e1b5b760b23952b9]

        #i10000# added missing dep on sfx2

2010-08-04  Mikhail Voytenko  <mav@openoffice.org>  [c7821efc469f4bff0fd2a7ddfa922088111a0408]

        mib18: #163185# avoid crash when document is closed and a modal dialog is active

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [36902ea20c93a25f373395a4e5dcb8f3b37b4674]

        #i10000# JAVA_HOME check restored

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [87a7151b48af28bc1c8d8f672e57694f27182236]

        #i10000# JAVA_HOME check removed

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ce45c0aed89f13a8adbff16eac466ed7f6799504]

        #i10000# missing exe flag

2010-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [eba87aac1973b79e977b38b2dbe135a8667a0390]

        #i10000# quote issue

2010-08-04  Christian Lippka  <christian.lippka@sun.com>  [20b1e3a3858913b6f63773ff5a42a972c415134d]

        #i113603# only change layout shape size on init or of user call is set

2010-08-04  wg111939  <wg111939@sr1-eham02-02>  [932ba536c022b1be1f5cce144b97479524d35c61]

        i113635, resolving load SlideDesign Delay

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [84a60bade63e78c873a5fa124ccf16050b147d09]

        mib18: #163198# VBA Names collection must return VBA Name objects

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [0140f7e96cc04269253d8e60894fa0f7ee892154]

        mib18: #163195# set correct parent for range returned by VBA ActiveCell symbol

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [d5bb7f0a4a1b9e6a0fbc1f597a1c30ddea67838a]

        mib18: #162937# extract all integer and floating values from an 'Any' for Boolean parameters

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [403e06a2806cacd8765666f2e85b3647624bc0e6]

        mib18: #162937# extract all integer and floating values from an 'Any' for Boolean parameters

2010-08-04  Daniel Rentz  <dr@openoffice.org>  [fdaebfd0adb0a35d2b5a09a4ed1f93a4bb2dcbfe]

        mib18: #162039# clear covered cells when merging via VBA MergeCells symbol

2010-08-04  wg111939  <wg111939@sr1-eham02-02>  [8907c1b51133d9c9040aba157f10964edd1b0c1d]

        i113612,adding call sSelectEmptyLayout

2010-08-03  Thomas Benisch  <tbe@openoffice.org>  [9880b2493d6ee7057a67d011d937096b604ab5dd]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-08-03  Thomas Benisch  <tbe@openoffice.org>  [d39b710e4f69940c68a6c3d24af00211f8f03aea]

        chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ff7872fa7f365582f43850c766074d2046ae36b0]

        OOO330

2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3abef1d286a55f0d99c6f0af9d0ab9bb2a77eaee]

        vcl114: #i113627# enable full drag as default

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [d92a4c0c271e77d985c48755ea1a1ce70665bac0]

        masterfix: #i10000# l10n tool fix

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b8908523ac336af935065888f4c0f7266247a91e]

        masterfix: #i10000# l10n tool fix

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [283625a303b62f7c88319dc77af2116d8b1ee938]

        masterfix: #i10000# updated pack.lst for OOo 3.3 Beta

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [68c34ede41e0bf4133b211c291d186309bfec342]

        masterfix: #i10000# updated pack.lst for OOo 3.3 Beta

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c4197157682db51fb2604d4e6f25990faf7dec6c]

        CWS-TOOLING: integrate CWS mhu23

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [d0840d85b687204370d3f9cfb9a902a31e6550d8]

        CWS-TOOLING: integrate CWS mhu23

2010-08-03  Michael Stahl  <mst@openoffice.org>  [6e027a4662f04e311670ec5f36344d931b75a589]

        sw33bf08: #i113623#: stgio.cxx: fix operator delete mismatch

2010-08-03  Thorsten Bosbach  <tbo@OpenOffice.org>  [ac503a3e7766036573dc333e8b8bc5ca01a53647]

        #i113609# sleep is needed after loading document to give time for macro execution

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1834c5739669225fd9b5fd77d892207d636762b5]

        CWS-TOOLING: integrate CWS ooo330l10n

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [02ddec010a7f195cf15f15fd1d5a470a1121d9a2]

        CWS-TOOLING: integrate CWS ooo330l10n

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2719d50de4f3f53fb283c7e7ee11fc7f69797716]

        CWS-TOOLING: integrate CWS automationooo330m1

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f4598cc8de4848b30a8bb0a99c8b95156540acf8]

        CWS-TOOLING: integrate CWS impress196

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [39102116500fee3379a992293e8ea8125c1e8d86]

        CWS-TOOLING: integrate CWS impress196

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [15d4d3e0ff29a64c5cd899353b5be5b0df66b6c2]

        CWS-TOOLING: integrate CWS native323

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a595ba001e9bcbf447083894380027230e0dfe50]

        CWS-TOOLING: integrate CWS native323

2010-08-03  Joachim Lingner  <jl@openoffice.org>  [73b1fb3f842f654e253bacb8d04bf5b95ad272fc]

        dv21 #i113524# prevent online update for bundled extensions

2010-08-03  Oliver Craemer [oc]  <oc@openoffice.org>  [cc1754cc574f5b4575a6c062c1028d14af346ffb]

        #i113618#: [Automation]Functionnames.ods does not cover all functions

2010-08-03  Thomas Lange [tl]  <tl@openoffice.org>  [d306af33c371aca36a7fb9e797dce9102f724ff5]

        cws tl82: warning-free code

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [5f31862d1d90a95359c1b41c4d379192cc6e00be]

        cmcfixes77: #i113615# WaE fix NULL/0

2010-08-03  Vladimir Glazunov  <vg@openoffice.org>  [cfa4661ffead9220cd5126aa9e7023ee95e60c7b]

        ooo330l10n: #i113424# pootle l10n update for ooo330

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [48018b48b69b584bf3e97ee797c0dbd2c49385ca]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b7b4ff2255446117460d8decadf6597936ee4da5]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [4e51c8c7c72c6942f6be6394a531e43248a81ab8]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [4f34a68605ccc9219a7e93c32ef5e89ed23dd598]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [24e7a75506e27981961fff8f2ecab2279e874d4b]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [dc1a7187f4ecf3187502234986f789280e5ea7e8]

        CWS-TOOLING: integrate CWS mib17

2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [427ee90b689821e68eb19457982fa117cf61d03c]

        merge with DEV300_m86

2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5ac62bc053e795ca15e1187e690d0e03fa23f4d4]

        merge with DEV300_m86

2010-08-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5e46312a04ce514d2e9f7f52ef97b30dfc07ab59]

        merge with DEV300_m86

2010-08-03  Thomas Lange [tl]  <tl@openoffice.org>  [889d495cbf51e32db8e7d9e47a245235ada1590b]

        cws tl82: #i74049# math symbols should be able to handle 20 bit Unicode characters (surrogates)

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [87a6eb5e9dcac0029b56d96a4ebdf9f5d1fef45a]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [966dff53a545aeadeef34823f20fef1293a10562]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [af18c4a3e9e558615efca805190eaa961519e5fa]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [5964db25f25c85ea70607310198fc50df9e7f088]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [57184a3da8bf28b755bfa5e38cb83ac1c742e69c]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [e6cbc44587e6445fc2b2efe56ad9e2a7da08739a]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [3833427a35230616627fe633d34edcd314581e6a]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [20a83f5da72b4b16b713ce8804c991f5d2856c96]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [4ba1224b5e746ccfaac66b4d5dc74d7b49a91a0b]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [8508eaf41b74b321f769bdd373e4bf2b98a9644f]

        cmcfixes77: merge with DEV300 m86

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [07c1bc3b3e40454df528aeb29c87950867ce4519]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [fab0859824dfdf60de2c5f0d9c7c41efe3364c31]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [fc04c69770bfaadf38870cacfcd46125c13f367d]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [6b16723121bffd8ebf9b8e688af5457235f687ef]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [bebc5687ca94696d8180a4c2a53b8ae0bd697167]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Caolán McNamara  <cmc@openoffice.org>  [536570325d39dfc9559640b13800f976725ac2c3]

        cmcfixes77: #i113503# system non-stlport cppunit with OOo stlport

2010-08-03  Thorsten Bosbach  <tbo@OpenOffice.org>  [9c76b37075467ec2080f4470e8880320fc949f07]

        #i113609# count the extensions...

2010-08-03  Thorsten Bosbach  <tbo@OpenOffice.org>  [a566400dedb8f4bd5bb4461a3d06999e523891c9]

        #i113609# no graphic function toolbar visible - workaround

2010-08-03  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [72dd78062ecc9134e89342f1becbb196870135d8]

        removetooltypes01: #i112600#: TortoiseHg failed to commit these files

2010-08-02  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [842a7bcb3d51f86a6a8d3771196fa1650cf4f5ec]

        mhu23 #i113531# use recommended Windows linker flags and DLL search path.

2010-08-02  Matthias Huetsch [mhu]  <matthias.huetsch@oracle.com>  [a572dbd314e59149ca8efb7f5e6334ed8138e76f]

        mhu23 #i113531# use recommended Windows linker flags and DLL search path.

2010-08-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [010fa697caf3558f087220dcca3531d13e22b987]

        vcl114: #i113593# flat buttons need transparency handling also in non NWF case

2010-08-02  Daniel Rentz  <dr@openoffice.org>  [66f50b2d32ec65268bb7d52c51a4d2a01ad1c094]

        calc57: #i113469# increase width of DataPilot field popup

2010-08-02  Daniel Rentz  <dr@openoffice.org>  [1d0220bd674b04559dd7f76f4187fabb90c09d85]

        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>  [eea9cfb7b25fce9dd8257b8735edbe891ae42ca6]

        vcl114: #i113470# fix a signed/unsigned problem

2010-08-02  Daniel Rentz  <dr@openoffice.org>  [80547560b9221936e1f41dc9ffcf3edb07c929c3]

        calc57: #i113442# increase width of 'Import Options' dialog

2010-08-02  Daniel Rentz  <dr@openoffice.org>  [994b8b72cd0b9361f03e4a33d3e4d1ebcb82f9cb]

        calc57: wntmsci12 compiler warnings

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [c4f87398a1fd4fbc1474a42f748f41e90d445f6c]

        CWS-TOOLING: integrate CWS ooo33gsl03

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [484f7b2d90b3bed7a4fc43577d25883666be800f]

        CWS-TOOLING: integrate CWS native322

2010-08-02  Herbert Duerr [hdu]  <duerr@sun.com>  [7c50521fa26e17ae7c7dba6d6d20a1e6a52a24de]

        #i106817# clarify relative and absolute positions in textline drawing to fix word-wise decorations

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e9d1cdf5019a70a17952168410d37e2d5dc33299]

        CWS-TOOLING: integrate CWS fwk150

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [eb3e96cf3645a00e4b0269509f0bfeef58094674]

        CWS-TOOLING: integrate CWS fwk150

2010-08-02  Michael Stahl  <mst@openoffice.org>  [8378d7170820cafccce74a7f991d7c51502b28fb]

        sw34bf01: #i113329#: frmtool.cxx: apply patch by cmc

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [9a1a8b65c74a3aa932fb9da8de417aef1d2ff291]

        CWS-TOOLING: integrate CWS calc56

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [241e2ae39ca60a86e66b911037c0829879541c86]

        CWS-TOOLING: integrate CWS calc56

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [f1ca83252477430c50f278eb810665f38078818d]

        CWS-TOOLING: integrate CWS calc56

2010-08-02  Ivo Hinkelmann  <ihi@openoffice.org>  [01fed2ab114af11d711fc556d809fe6090b8b490]

        CWS-TOOLING: integrate CWS calc56

2010-08-02  Michael Stahl  <mst@openoffice.org>  [0b6e998402f47c509dc25ddf2fea3f0e30d546fc]

        sw34bf01: #i113325#: calcmove.cxx, pagechg.cxx: apply patch by cmc

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [651a4efc73693edf99d568eaaebab33448f3d44e]

        jl154 merging with OOO330m2

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [d0f293f176642b7ff7fb651756ac494e4e223222]

        jl154 merging with OOO330m2

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [e179ae411850392669048a7c319a647b1d6360f9]

        jl154 merging with OOO330m2

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [4578f752b30a8bf3248b5ad94d865e6417bdd1b5]

        jl154 merging with OOO330m2

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [a8b2e0c79832190e965b8c267cd89c40198625a4]

        jl154 merging with OOO330m2

2010-08-02  Joachim Lingner  <jl@openoffice.org>  [fab88b108186950d669113dda22e8bfef489edd9]

        jl154 merging with OOO330m2

2010-08-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [cc754cb95ab7ec530a08eb139c326d08e9db18d1]

        #i113581# at least the syntax check does not complain anymore

2010-08-02  Herbert Duerr [hdu]  <duerr@sun.com>  [fba131c6fd06501c60a497acead4675960b295af]

        #i113565# remove mingw-specific patch which is no longer needed (thanks tono)

2010-08-02  Herbert Duerr [hdu]  <duerr@sun.com>  [df927c57ac0c1843d180902eb746a572fdabbc17]

        #i113563# fix compile with system-graphite (thanks cmc)

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [a6c4e119456bb2fabfef31ed01709108db986fab]

        vmiklos01: #i113532# remove most of SwRTFWriter

2010-07-30  Eike Rathke [er]  <eike.rathke@oracle.com>  [09bef4bf9ec8b77c55f4fa8ace4650bf1bfcd017]

        calc57: #i113485# Uyghur is CTL

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [d355c8ed00b289851752474eeec47bb1e9fded87]

        vmiklos01: #i106677# listoverride index starts at one, not zero

2010-07-30  Daniel Rentz  <dr@openoffice.org>  [3a2263a20629b0a3e9b4935dd43dc59817d0241c]

        mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document

2010-07-30  Daniel Rentz  <dr@openoffice.org>  [ad7fbe5ff52f49fca835d7100e1b892b5a362c40]

        mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document

2010-07-30  Daniel Rentz  <dr@openoffice.org>  [77ccf4c8b1828fea6bc0a86b741bfd2d43e2937f]

        mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document

2010-07-30  obo  <obo@openoffice.org>  [dc3e4032cdb647f68e1490239fa0a8341f946369]

        DEV300 masterfix: #i10000# nDicIdx undeclared

2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [a19660d348092c86630554836fa7f4c92c26003a]

        writerfilter09: make compile

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [7f57cec79f417b83e12f5930da9129a8dbaa9d8e]

        vmiklos01: #i81569# quote strings in info group

2010-07-30  Michael Stahl  <mst@openoffice.org>  [be14de675d69009d540394fa1f503d800a2cf85a]

        sw34bf01: #i113056#: xmlexp.cxx: apply patch by cmc

2010-07-30  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [39f6489e249bda1836e162399e7836bbf0a0f87f]

        automationdev300m85: #113549# refactor id_tools_2.inc

2010-07-30  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [c8dc1b7bc7007997cf1af7c19a863b655139d436]

        automationdev300m85: #113548# refactor g_spellcheck.bas

2010-07-30  Michael Stahl  <mst@openoffice.org>  [5ebb5aab64a1c59f945a950db01a4bf7caa76b25]

        sw34bf01: #i113314#: frmpage.cxx: apply patch by cmc

2010-07-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [9508308e2a25be243ec8e65147b0b407f3dbe846]

        ooo33gsl04: #i113479# fix collate handling with not native dialog

2010-07-30  Caolán McNamara  <cmc@openoffice.org>  [af820cae74c9fc08d7da6c304aec432c23cc8811]

        cmcfixes77: #i113543# automatic icons in menus entry stuck

2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [ee5de3b3fde2d89a63eb4392d9fbbac5f5723a89]

        writerfilter09: merged DEV300_m85

2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [0ccdcfe96552db3de38ffadb3fe2bd9c738276a9]

        writerfilter09: merged DEV300_m85

2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [569fde020611d52285084088e7e1707af20b2af3]

        writerfilter09: merged DEV300_m85

2010-07-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [f2bb77e41ec206154e21a738fb9c1013e8879171]

        writerfilter09: merged DEV300_m85

2010-07-30  Ingo Schmidt  <is@openoffice.org>  [3470762ce86c3e75902a005b9c340ac35b555b24]

        native323 #i113447# setting Windows update path correctly

2010-07-30  Ingo Schmidt  <is@openoffice.org>  [d070c1a0ff7e986e4b541549eab9ce373f756f72]

        native323 #i113447# setting Windows update path correctly

2010-07-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3262dedec5adc4c5ed1ef6c864811d4f6b6c5f19]

        ooo33gsl04: #i113479# handle collation correctly on printers supporting only a copycount of 1

2010-07-30  Ivo Hinkelmann  <ihi@openoffice.org>  [d505716fb2df2fcadd050f9e90e27327931a375a]

        l10nfixer01: back out of last changeset

2010-07-30  obo  <obo@openoffice.org>  [deee1f03fb16af83c642121a5682af3398d90ece]

        DEV300 masterfix: #i10000# fix merge problem

2010-07-30  Thomas Lange [tl]  <tl@openoffice.org>  [71fbd7b1fc7fd9c9dd3a78f091cfea523eb44068]

        cws tlmath01: #i972# applied first community patch

2010-07-30  Thomas Lange [tl]  <tl@openoffice.org>  [42d125b9f00f764460ace58c3c6352c5fa62994c]

        cws tlmath01: #i972# applied first community patch

2010-07-30  Michael Stahl  <mst@openoffice.org>  [c6fce63a3572f3a1f9fc70a98943b1666c2f63ac]

        sw34bf01: #i112111#: re-enable api test SwXViewSettings

2010-07-30  Michael Stahl  <mst@openoffice.org>  [9247c53ca66b7ec503bbf53da9bbafb978c19bd6]

        sw34bf01: #i112111#: apply patch by dtardon:  API test sw.SwXViewSettings::com::sun::star::beans::XPropertySet  fails caused by property ShowHiddenCharacters

2010-07-30  Release Engineering  <releng@openoffice.org>  [d3087ee5d37ab92486d624c81e24ebda92bef26c]

        DEV300

2010-07-30  os  <os@openoffice.org>  [950cd66c0a3df752ac43c90129cf01adfebb7734]

        #i109951# from-to-selection error fixed

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [5f72d608eef2c8155440438d7a627fbca080b1b9]

        vmiklos01: #i113532# update filter config to use RtfFilter

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [81cb41e1337fdc86d4535e5307f7589640cfbaf0]

        vmiklos01: #i113532# add RtfFilter that invokes RtfExport or RtfImport

2010-07-30  Miklos Vajna  <vmiklos@openoffice.org>  [17e1e0b1f62ff5aecf82f075449630bd4a1d5301]

        vmiklos01: #i113532# adapt RtfExport to build on dev300-m85

2010-07-29  Miklos Vajna  <vmiklos@openoffice.org>  [07c00516bda861ca518034f42f78c74fb0c76493]

        vmiklos01: #i113532# add RtfExport based on MSWordExportBase

2010-07-29  Miklos Vajna  <vmiklos@openoffice.org>  [c80e8fd6f78dfc860f67c0b72481066eff3ce8c1]

        vmiklos01: #i113532# add defines for new rtf keywords

2010-07-29  Eike Rathke [er]  <eike.rathke@oracle.com>  [3af0508b1002b38c2a4e452a23fc9b88a9b953db]

        calc57: #i113429# adapt manual row/column breaks when inserting/deleting rows/columns and undo/redo

2010-07-29  Joachim Lingner  <jl@openoffice.org>  [c37ca17cabcbaaedf59e819d5e272bc49b1d68c7]

        jl154 #i162868# Copying from prereg/bundled to user/extensions/bundled failed because of file access right of temporary files in the registry data. The scripts run now chmod after unopkg sync

2010-07-29  Vladimir Glazunov  <vg@openoffice.org>  [ee7fa0323dc78d994a79f41dfc5d5f41bebdc5f7]

        vgbugs10: #i162450# fix for regression

2010-07-29  Daniel Rentz  <dr@openoffice.org>  [5dc897e1c36d4162e9cdb9768284e5cec8daba57]

        dr77: add import of tab color from BIFF8 in OOX filter

2010-07-29  os  <os@openoffice.org>  [af28136af5ad03115ef1564406d6339aa041b891]

        #i105722# remove section links of label documents in mail merge

2010-07-29  Michael Stahl  <mst@openoffice.org>  [603d34f5ae0fe8cd63a1b16452432991bfa29f29]

        sw33bf08: #i113461#: SvxAutoCorrect::AutoCorrect(): apply patch by dtardon: do not freeze after erasing non-breaking space inserted by French AutoCorrection

2010-07-29  obo  <obo@openoffice.org>  [2fb3d9a3ff01453bae86e5a5a80093277dd2ad9a]

        masterfix: #i10000# change file attributes to 775

2010-07-29  Oliver Craemer [oc]  <oc@openoffice.org>  [e217e9908a9e96426a082fb71a08d609f79fdef1]

        #i113522#: [Automation][c_updt1.bas]Solaris timingproblem in tFileOpenCSV

2010-07-29  Thomas Lange [tl]  <tl@openoffice.org>  [9382d479d3815d9a073322ad5c8ddfe0dfa13eaa]

        cws tl83: merge

2010-07-29  Thomas Lange [tl]  <tl@openoffice.org>  [027ddf2e8c9b786242af7ac6987ec76fb51992d1]

        cws tl83: merge

2010-07-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cf712677b483b76c6c2ffc13d24d0397718651df]

        jl154: Local merge

2010-07-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dfaedd225a7dc4bdc5105b894fb3e9f9bf7e09c7]

        jl154: Local merge

2010-07-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6d4f26a9c51a8e2a2b315fffeeb990b32733f3a1]

        jl154: Local merge

2010-07-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [172d47eee0e245ec12a5dae814eb07f2a6bfc01e]

        jl154: #i113520# - Made icon counting a little fuzzy by adding two more optional items to the count for the Weblog Publisher extension.

2010-07-29  Thomas Lange [tl]  <tl@openoffice.org>  [705af29850ea12bd23783ec2a6937a2bb0c25f12]

        cws tl83: #i113276# auto-update for right context menu and 'Elements' window fixed

2010-07-29  Mikhail Voytenko  <mav@openoffice.org>  [a18c6fe8f3f353d78f58563d8d39bf4c922712ac]

        writerfilter08ooo300: #i112415# on reload the filter should not set document readonly

2010-07-29  obo  <obo@openoffice.org>  [532f35c60bc7f2340188dbc6b4e01f40474cbdb0]

        CWS-TOOLING: integrate CWS ause124

2010-07-29  obo  <obo@openoffice.org>  [4ac99fac74b99c792110fb0bcbe2a641f48b28a3]

        CWS-TOOLING: integrate CWS ause124

2010-07-29  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [372f2f539a33127d2b1833a35913f00bf2bea588]

        gnumake2: merging minibranches

2010-07-29  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4766e6a420a0e4683408ebfdff71241ca1370c1a]

        gnumake2: merging minibranches

2010-07-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [99cb21415053ce5ddccfaa7fca6f66b3732e4763]

        vcl114: #113502# do not use Alt-F6

2010-07-29  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f6f7c5f9f32b8b8ba8649176483026ca3a647ecc]

        gnumake2: windows build fixes for resync

2010-07-29  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [157106b79770cdc0989207acc9600bb3ec3ababd]

        gnumake2: windows build fixes for resync

2010-07-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [8bc23cb3091b61e2b48df090cf384e06c9d2d0a1]

        vcl114: #i111139# symbol style was missing from style settings comparison operator

2010-07-29  obo  <obo@openoffice.org>  [0e6f37318dd855bd04e3281435d1af751398c98f]

        CWS-TOOLING: integrate CWS avmedia102

2010-07-29  obo  <obo@openoffice.org>  [f0072466a6c06f6ea0516b021eb53176128b13d3]

        CWS-TOOLING: integrate CWS avmedia102

2010-07-29  obo  <obo@openoffice.org>  [a2cc136ba19ab14d8c3ebf5a8238855e97dd8357]

        CWS-TOOLING: integrate CWS avmedia102

2010-07-29  obo  <obo@openoffice.org>  [44fa62ac789b6a594b1442113504b9e62c54f5ef]

        CWS-TOOLING: integrate CWS avmedia102

2010-07-29  obo  <obo@openoffice.org>  [2ae7ed978e22dbb6fc5e84c3dc686ab4bb9e1cec]

        CWS-TOOLING: integrate CWS dv19

2010-07-29  obo  <obo@openoffice.org>  [ab9b1581ffc98706a9ae323910be4e498a041a8e]

        CWS-TOOLING: integrate CWS dv19

2010-07-29  obo  <obo@openoffice.org>  [a91d9cd8c4324aef2d16ea8a0be46a4d81ad702a]

        CWS-TOOLING: integrate CWS dv19

2010-07-29  obo  <obo@openoffice.org>  [4658f630f5e2de01d3dc8984c1ab16871d726dd0]

        CWS-TOOLING: integrate CWS dtardon03

2010-07-29  os  <os@openoffice.org>  [3e0fb5945d0e274e5e97e9873df35305d6064481]

        #i110813# prevent pasting RTF footnotes into footnotes

2010-07-29  obo  <obo@openoffice.org>  [2998a94e194cd67050129d163d6bb155d667eda7]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  obo  <obo@openoffice.org>  [860bbfb3b81a0a97c9112e4ef6c9c5fe1738c691]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  obo  <obo@openoffice.org>  [7ad5a7a4cc585419ba83ad705bfdc161d57bac2e]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  obo  <obo@openoffice.org>  [1542941a47340dcf707e8618571d0a7f399024b6]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  obo  <obo@openoffice.org>  [5ad652d4bd2969082018f03ad80bf683611ab5b9]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  obo  <obo@openoffice.org>  [65dfd71991fc1132f0a872e371f95daeea3cb797]

        CWS-TOOLING: integrate CWS vcl113

2010-07-29  os  <os@openoffice.org>  [4e9470b007e8800684705e1c0e7cc568dd80e76a]

        #i111993# Add Styles button position issue fixed

2010-07-29  os  <os@openoffice.org>  [fb03203c0598dd71e7fb12567682761523c8dd9e]

        #i112518# prevent modification of document in getRenderCount() while printing

2010-07-29  obo  <obo@openoffice.org>  [3f4e7eb2866bc933ad790784cf738aff7eb4bd25]

        CWS-TOOLING: integrate CWS unxlngxnewbaseline

2010-07-29  obo  <obo@openoffice.org>  [27b46eac2b441714e46302bacb607752105da8d6]

        CWS-TOOLING: integrate CWS unxlngxnewbaseline

2010-07-29  obo  <obo@openoffice.org>  [ba8c722c3f5d0edeb307dfa0691669b543672703]

        CWS-TOOLING: integrate CWS unxlngxnewbaseline

2010-07-29  obo  <obo@openoffice.org>  [ebf4a654d31d3dad0dab8f5e60ee627dff612300]

        CWS-TOOLING: integrate CWS unxlngxnewbaseline

2010-07-29  os  <os@openoffice.org>  [e0eb738dda01478f0e38d2b4519453531cd2b406]

        #i100037# command names added, duplicate DeleteNote/DeleteComment removed

2010-07-29  os  <os@openoffice.org>  [55209255b6b3ba32b08dee0c5941258cf07b0785]

        #i100037# command names added, duplicate DeleteNote/DeleteComment removed

2010-07-29  obo  <obo@openoffice.org>  [3d4977632618a91092e29f24abea884ac578b76b]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [d8f24a19a22b5b6ba62eea7b508a308d1b41282e]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [7bbf7ff48ffcd5a6dcfc46c31d95df33c360e4ee]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [b02cd723137c54535e3251ed5eff7590226a45db]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [af27bb9c4a23014927837c6c2eeb56fd6ccf8533]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [720e5e712cb323b9619f18e60427dd9b61bc5593]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [bff6dec4145b52a98b4b2e9ed2cb00b7e1ab17e4]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [b2a409ccd061290964613e90943c28bd2621ee5d]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [59d9b458f9c96024afaeb3ab66088edebfd70d71]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [196865f40405e25b97006d43819e06f7876bf366]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [73f76ea41ac107e0580ae37d91d560c690c31c8e]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [ff263c6421088471eb0b61e59e9929a09ff06a73]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [f3fa8e81a9b03191bf49e9a957c91d4cc85a27d1]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  obo  <obo@openoffice.org>  [166da0288730f830937afe068ff7a53eb0f1215b]

        Integrate OOO330_m2 into DEV300 (merge)

2010-07-29  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [d210c6ccc30466e98240c1409df0550514668d68]

        #i112600#: clean up l10ntools, rsc, sot, svl, tools and unotools

2010-07-28  Daniel Rentz  <dr@openoffice.org>  [6d4d2362f1b41c5d64924a7fe43c984cddf14712]

        mib17: compiler warning

2010-07-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [95a5931e6942c1d2bd9a91c64ae85ac41b53d5f2]

        vcl114: #i113499# fix an erroneous assertion

2010-07-28  Niklas Nebel  <nn@openoffice.org>  [b6f0843e33328b7ddd50ed50dc1449fc1715dd20]

        calc57: #i113390# handle filter options in ScExternalRefManager::loadSrcDocument

2010-07-28  Niklas Nebel  <nn@openoffice.org>  [dcb62dab138731367c71614eeba3f3962cdf5325]

        calc57: #i110370# don't accidentally throw away print settings stored in the file (patch from cloph)

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [0ec004ad4c535eb19341ec409d630bebac919458]

        writerfilter08ooo330: merged OOO330_m2

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [aebefeed9e73b1aa0e5f4fc8ec35c92f9abc8c54]

        writerfilter08ooo330: merged OOO330_m2

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [84b0cdd0208491307f72243dcce92386716102c6]

        writerfilter08ooo330: merged OOO330_m2

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [9141d3977c9aa5db71b5ee81aee3093f0102b37a]

        writerfilter08ooo330: merged OOO330_m2

2010-07-28  Niklas Nebel  <nn@openoffice.org>  [f7a8aabd4244980ddfa9fad71bc1f2892e391420]

        calc57: #i113432# restore fix for i94951: catch IndexOutOfBoundsException in ScXMLTableRowCellContext::DoMerge

2010-07-28  Ingo Schmidt  <is@openoffice.org>  [ed6c3b782dab52934568a00974a5d1045a9d3e98]

        jl154 #162868# no registration of extensions in products without unopkg file

2010-07-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [064a54918200a0584422f16b3dc28b5b0859be6e]

        automationooo330m1: #i110184# - Excluded test due to failure to load documents containing macros using API call/Slot

2010-07-28  Joachim Lingner  <jl@openoffice.org>  [d4853323d5834584b360b5874643ea719471a49b]

        jl154 #i113463# some comments and rollback even when runtime exception is thrown

2010-07-28  Oliver Craemer [oc]  <oc@openoffice.org>  [aedd5b3365cfcb4bb99f41d233b06ebf9acacc1e]

        #i113495#: [Automation][ch2_]XML_format has warnings

2010-07-28  Daniel Rentz  <dr@openoffice.org>  [8b75670936364c84f0879470154ada5aad2dddda]

        mib17: missing includes

2010-07-28  Thomas Lange [tl]  <tl@openoffice.org>  [b1554766bf429bb1270e4aabb63f8cb91e819ebc]

        cws tl83: warning-free code

2010-07-28  Oliver Craemer [oc]  <oc@openoffice.org>  [e9ce1170bd3f98cc8529847cb4e00131a69ac241]

        #i113495#: [Automation][ch2_]XML_format has warnings

2010-07-28  Herbert Duerr [hdu]  <duerr@sun.com>  [0a9d3dfbb7083398a3950b273bd09d1a8d4ffbcb]

        #i113301# avoid problems with hyphenation within graphite ligature (thanks kstribley)

2010-07-28  Daniel Rentz  <dr@openoffice.org>  [ed7dfbf3b0e58f2a14d17324c003a31cef9b0749]

        mib17: resolved conflict after rebase corrected

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [2638faa2e834c2da4c195224fd88d32c29b3d0cc]

        writerfilter08ooo330: applied patch for writerfilter08

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [2cc43864289c5f0d5e37425dd227c068a7a3d36b]

        writerfilter08ooo330: applied patch for writerfilter08

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [22ab8529b60edbedc4f4ca657172ccb23ecd528d]

        writerfilter08ooo330: applied patch for writerfilter08

2010-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [a8f1ad65612c0e54969cabc541b183062ae3d905]

        writerfilter08ooo330: applied patch for writerfilter08

2010-07-28  os  <os@openoffice.org>  [e0a383ba68b64b3459fcac20cd45f1b8ab28087d]

        #i85003# show disabled style name field for built-in styles (from simonaw)

2010-07-28  Carsten Driesner  <cd@openoffice.org>  [5136d89453c5a28a7143afcf58c547517d4b6758]

        fwk152: #i113249# Fix broken HTML clipboard

2010-07-28  Thomas Lange [tl]  <tl@openoffice.org>  [f3a2c89856c12907f5ba60c3be74a18d9a42e45d]

        cws tl83: merge

2010-07-28  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [526db6bf04ef6666ea7582aefe96afc05b247b0b]

        automationdev300m85: #113492#

2010-07-28  va  <volker.ahrendt@oracle.com>  [3ea1b06686ea33cf131dc59007507455276df651]

        #i112962# Changed Format to OOoUserDict1

2010-07-28  Daniel Rentz  <dr@openoffice.org>  [c34ae9ba3c48c793a78ae86729d112ea1a282236]

        mib17: resolved conflict after rebase corrected

2010-07-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [cb183c4c7750bedb079337b01f32590bf2ec0176]

        vcl114: #i113490# avoid accessing a possible NULL ptr (thanks cmc!)

2010-07-28  sb  <sb@openoffice.org>  [de9172871b29cea2fddbce9d5c55730f6d64754b]

        fwk152: #i113454# accept broken .xcs files containing empty <oor:component-scheme>

2010-07-28  Thorsten Bosbach  <tbo@OpenOffice.org>  [20b729322c993798a026f96d8ffb7f1fac08aeba]

        #i113467# migrated fixes from OOO330 cws

2010-07-28  os  <os@openoffice.org>  [9307b32be5c14515bb030afd6308acdfe7ffe011]

        #i84723# overlapping in ruler prevented (from gang65)

2010-07-28  Joachim Lingner  <jl@openoffice.org>  [ac751d3424a43ef3729a14036473bfda71280ef9]

        jl154 #i113463# processPackage_ in dp_configuration.cxx threw an IOException when revoking xcs files

2010-07-28  Carsten Driesner  <cd@openoffice.org>  [9ad1d7e628562e32630f5bbf20cb25a4f9782993]

        l10nfixer01: #i113441# Remove wrong user defined text attribute for the Search&Replace function within the findbar.xml files

2010-07-28  Carsten Driesner  <cd@openoffice.org>  [2b4775df68fb75fdd3f0bc44eac308c71268549a]

        l10nfixer01: #i113441# Remove wrong user defined text attribute for the Search&Replace function within the findbar.xml files

2010-07-28  Carsten Driesner  <cd@openoffice.org>  [f3c8be9585274b00f42de5eb4244297cbc3a6c4f]

        l10nfixer01: #i113441# Remove wrong user defined text attribute for the Search&Replace function within the findbar.xml files

2010-07-28  Daniel Rentz  <dr@openoffice.org>  [69d41381ba6e808153508ccd09ea73b8d77dbe76]

        mib17: resolved conflict after rebase corrected

2010-07-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [34bdee8c66ee3717f044e0bfca057765370d9645]

        jl154: #i113234# - reference list for OOo/Windows

2010-07-28  sb  <sb@openoffice.org>  [ef1bf74c279a1792a0edc1bd3188f873b4e68e0a]

        sb123: #i113489# disabled failing toolkit.AccessibleMenu... tests for now

2010-09-16  sb  <sb@openoffice.org>  [65a45c88eb656b54d55713e7be30bdb7a80cfca4]

        sb123: merged in cws/oooimprovement6, to get fix for i100159

2010-09-10  sb  <sb@openoffice.org>  [c978e5a3818e4fa3bbae6cde73b2d38d802dab9c]

        sb123: merged in DEV300_m87

2010-08-23  Lars Langhans  <lla@openoffice.org>  [33358b07384351eb874166c7c2cda2bdbfedbfa5]

        sb123:#i111449# remove all subdirs in complex tests

2010-07-28  Thomas Lange [tl]  <tl@openoffice.org>  [0319bf68ea594167312e15df50148994daa31357]

        cws tl83: #i113276# default layout for 'Greek' characters changed; added new property 'GreekCharStyle'

2010-07-28  Thomas Lange [tl]  <tl@openoffice.org>  [cdce29a326c834a269b33dff27e74ed34c82c7df]

        cws tl83: #i113276# default layout for 'Greek' characters changed; added new property 'GreekCharStyle'

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f56ae64d51b8d6326023cff6c7d4063cdf9dc694]

        vcl114: #i89515# add a print selection button to print accessory view

2010-07-27  Carsten Driesner  <cd@openoffice.org>  [64910a778a9a37dee885fca38af04205367bae9f]

        fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed

2010-07-27  Carsten Driesner  <cd@openoffice.org>  [b3a5ee2e9cc75c522abc81f7a6e0dd8e963b2a96]

        fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed

2010-07-27  Carsten Driesner  <cd@openoffice.org>  [7492878a15774e9741ea2fefbf183fbec557c1c1]

        fwk151: Fixed problems that configuration changes notifications were not correctly sent/processed

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [97ee04b727e0b4501777b0e90cd4b415529d12d3]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [2d8dade23fc65c982f6beecad6fa39d48748967a]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [0a98ad21fbb21e60a90e4f4c8eb9b4d703e1a430]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [9577038a0f0bebe7c69aedb451f358766ff844c2]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [b823f5abfb26354c82547d1da631e0d714de6290]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [4d7251cf1b12f77bb1ba86b90b75062a9a654a20]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [e24d76dd8dead151c7192bb66f24ea6c89e4c7bf]

        mib17: rebase to OOO330_m2

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [fb7fb796e2a9fc294bfc13cd2b986d347b5ba719]

        mib17: rebase to OOO330_m2

2010-07-27  Carsten Driesner  <cd@openoffice.org>  [0ffe3735b8a75ee0d7b3ac1187c5f44aecec6302]

        l10nfixer01: Merge changes

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [86daa367395d94cdd19fa8771955096f4a8fe53b]

        vcl114: #i113304# cleanup

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5bdcd17292c63698e8c9c6d72f4941954bf9b5aa]

        vcl114: #i113304# optionally do not draw menubutton separator for flat menu button

2010-07-27  Herbert Duerr [hdu]  <duerr@sun.com>  [3f0d5190f8150e29fef87f635fbd31af201027fd]

        #i113472# more consistent glyph fallback on non-fc platforms

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [264e7d0a9a6f0465ecce88da9e9b5bf7bad3e125]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [386df44d93bcb442a5bf9c9ba1131b09c972eb05]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [82de1aefa19ebd1c64c78610ea2b683bd5c2ff92]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [efa16af14469b6fdc27e375c71a3227b68d60672]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [11c19ba7fb8c78662e64fa31e86f150057df33d9]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [fca9fd4beec34960736b08c91e266f4d69ed7675]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [eba961a2cc1b857d1fb6d7b3a2210253ae8a4feb]

        mib17: rebase to DEV300_m84

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [0ae44da7752001293131a96e30d5466b3b7919f2]

        mib17: rebase to DEV300_m84

2010-07-27  Ivo Hinkelmann  <ihi@openoffice.org>  [62a8f17d4862b90bbbccde3b86157dd9bc930712]

        merged OOO330 m2

2010-07-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2fdbf8fe1765a598ae9da94efa36f864027a12b9]

        merged OOO330 m2

2010-07-27  Ivo Hinkelmann  <ihi@openoffice.org>  [f38b57bbba4c2c49cdf67faf004048447c19f9e5]

        merged OOO330 m2

2010-07-27  Ivo Hinkelmann  <ihi@openoffice.org>  [4ed0e085d2a1730f201bf584c22c0a9fe32c98e2]

        l10nfixer01: #i113440# fixed resource

2010-07-27  Michael Stahl  <mst@openoffice.org>  [ba58b4e62cee16248d68a7e4b62a2b3d1d53f06f]

        sw34bf01: merge DEV300_m85

2010-07-27  Michael Stahl  <mst@openoffice.org>  [f1344e248d2112cba9ec0bb7c95210c1dd3d7474]

        sw34bf01: merge DEV300_m85

2010-07-27  Michael Stahl  <mst@openoffice.org>  [ab41e026e4e30add7c65f798dbf48ffc84cf5c8b]

        sw34bf01: merge DEV300_m85

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [63011eb5ee3b5da99275dceb747f771276b175a8]

        mib17: move VBA specific interfaces into vba subdir

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [67948f27546e46818e3b630fcb753c6d8dc8a20a]

        mib17: move VBA specific interfaces into vba subdir

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [549c7c352a25280a9eb038220a9920c1110fd91b]

        mib17: move VBA specific interfaces into vba subdir

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [7be8a197e4832b71bdedcf64d1ab2278d1244f5e]

        mib17: move VBA specific interfaces into vba subdir

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [e1461c4204ffc1c099fb8b877c3b7a58c35437dd]

        mib17: move VBA specific interfaces into vba subdir

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [e8af7005f7d30c025c546f0da90b260be1cff27b]

        merge with DEV300_m85

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [08c77cbc159f9e3c42665aa87a15824c3df674a6]

        merge with DEV300_m85

2010-07-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0f215a2be8ae128244c1ab8723184d5d3673499d]

        merge with DEV300_m85

2010-07-27  Joachim Lingner  <jl@openoffice.org>  [25291f60b2d3626cbf289233af1a9f796bcf227b]

        jl154 #i113463# unopkg sync fails on solaris, when there was one extension removed

2010-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f9253b1c8bdf2060d95651ad503a83a9af0d26]

        OOO330 masterfix: fix unpaired % sign

2010-07-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [330fc43aa2683eea5574c59fe21ce000cad6ea7f]

        gnumake2: merging minibranches

2010-07-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ffa0973f17e0bd29e1ffd69a24c8bc8aea8b5ca2]

        gnumake2: merging minibranches

2010-07-27  Vladimir Glazunov  <vg@openoffice.org>  [9044fbd3c5e167f5ca0ddd11a84ee709c5813d2a]

        unxlngxnewbaseline: #162926# SOLAR_SYSBASE_ROOT and SYSBASE should be in different blocks

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [bd2d0be5cf4e8b1ebd9a6f45cf72f0f338ce7fa6]

        mib17: merge

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [1418192906ba670101263d743cdb3a91219ab933]

        mib17: merge

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [2c3d1235237a680dbca49acdaa55f91aa6816b1b]

        mib17: merge

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [80e76b44a8b52de470051ce1e27a71870078a5aa]

        mib17: merge

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [f76803566b9a1476a1e7c8672a54ee1060d123d6]

        mib17: #i110822# Fixed named parameter handling in automation bridge

2010-07-27  Andreas Bregas  <ab@openoffice.org>  [b7d6f018da399d350d778acf0d76b210242b3939]

        mib17: #i110822# Fixed named parameter handling in automation bridge

2010-07-27  Mikhail Voytenko  <mav@openoffice.org>  [c917ec0bdf687fb1c0ddc6a246af24ca724e251b]

        mib17: merging

2010-07-27  Mikhail Voytenko  <mav@openoffice.org>  [bb67a6209d9545e009b8745e42eb83816edb36bd]

        mib17: merging

2010-07-27  Mikhail Voytenko  <mav@openoffice.org>  [aae252806783c8c66c51b73da408f5d7b750ba0b]

        mib17: merging

2010-07-27  Mikhail Voytenko  <mav@openoffice.org>  [276e8f53828b362e82423863c41e6d17c8c2f782]

        mib17: merging

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [1e940446fbe06455d6c947bf62510c015d8bd1e2]

        mib17: #i112634# prepare loading VBA with document events from ODF and XLSM

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [c4e382c4e91e35c71d09530eed21ad22d4a507a0]

        mib17: #i112634# prepare loading VBA with document events from ODF and XLSM

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [5f0cb859115c0021cbad82106ff45f0fe14e0a7f]

        mib17: #i112634# prepare loading VBA with document events from ODF and XLSM

2010-07-27  Daniel Rentz  <dr@openoffice.org>  [4cc4f719538888c7f97048e9a7c1693ef9e6f344]

        mib17: #i112634# prepare loading VBA with document events from ODF and XLSM

2010-07-27  Mikhail Voytenko  <mav@openoffice.org>  [521b922314728107ea4c63dde76a1f5afe0b0855]

        mib17: #163102# transport declaration class name for WithEvents

2010-07-27  Vladimir Glazunov  <vg@openoffice.org>  [b1e16431c0965e13631af64627e000942960dc25]

        vgbugs10: #162096# initialisation repository is the only active repository when source_config is missing

2010-07-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cfbbe7075a157483b1abcdd38e93869481b1750b]

        jl154: #i113234# - Updated documentation in helper function hManageComaprisionList(), more instructions on what to do if the lists do not match.

2010-07-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ca8076d676aadadcffb4afb2e94ab6ffbab2a29d]

        jl154: #i113165# - Removed semicolons from script URI, now we can use simple slots to call BASIC wizards

2010-07-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [10eaa6f16a45b115438c3f250db511d301aa7e6c]

        jl154: #i113234# - QA uses installation that differs from default, removed three entries from lists

2010-07-26  Daniel Rentz  <dr@openoffice.org>  [a11c345f88392632016ca0d4dd1e21188dae9e6c]

        mib17: prevent crash when VBAGlobals object is missing (this causes that document modules do not have an associated UNO object thus the DocObjectWrapper does not have a type provider)

2010-07-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e36c1deb6833f22065cbcaa3c3113f6ffa45396]

        OOO330 masterfix: dictionaries needs thesaurus generated idx

2010-07-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6026341460a4c4fb89e9bb83bff4b40ba22ec75]

        OOO330 masterfix: dictionaries needs thesaurus generated idx

2010-07-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6f339a64fa98a3517dca2f6aae8bbe2b176382aa]

        gnumake2: fixing rscdep on windows, delivering manifests for executables on windows

2010-07-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6e71ef0a97e4730d97a74744b1247f73b77fe711]

        gnumake2: fixing rscdep on windows, delivering manifests for executables on windows

2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [878670f21d86ba074536b87bc545db106f074291]

        writerfilter08: cleaning up left overs of merge

2010-07-26  Vladimir Glazunov  <vg@openoffice.org>  [c11f617243f6ea58872a8e4c596917056474981d]

        ooo330l10n: #i113424# add albanian language to builds

2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [e68a82bc70b082f564e8fa4cd5771cfc7d03086a]

        writerfilter08: merged DEV300_m85

2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [7042265a39a847c756fd2be484208c446ceaf88b]

        writerfilter08: merged DEV300_m85

2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [8020ded902edd58fd3e6da8f0192483f67dd9399]

        writerfilter08: merged DEV300_m85

2010-07-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [5a1de2d4ba3e39bead5ced9bb1fd634e4cb855bc]

        writerfilter08: merged DEV300_m85

2010-07-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5e8e4b3d600b0300f55292e8fbaeb4b3affa0279]

        jl154: #113234# - Scripts for MacOS X - OOo

2010-07-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a4e97dc97a88c59ab0cf8a4d89d9f9413adf9f]

        OOO330 masterix: #113247#: disable checking against network based DTD, build must not depend on network resources

2010-07-26  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [c3885f7ae33c36988accb45bd154f10deac19e3a]

        automationooo330m1: #113339# disable mozilla test on mac

2010-07-26  Andreas Bregas  <ab@openoffice.org>  [c6431e762cd7fedb380160db13dbbe2a9a7e7f9d]

        mib17: #163025# Basic Trace functionality for debugging (inactive by default)

2010-07-26  Oliver Craemer [oc]  <oc@openoffice.org>  [68ad606715002d9acd1ccfbfdfc5bf72d15b8bc3]

        #i113305#: [Automation] changing warnlog to qaerrorlog for greenstate in Spreadsheet

2010-07-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f862f9ffd6d09a434cc4d4228c16687457ea88a4]

        jl154: #i113165# - Removed no longer needed helper functions as we do not test menus anymore

2010-07-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [0c9940e6205ad56d62920faa890ebf3ebf1d5da8]

        pl07: #i111047# workaround modal behavior of mac native menus

2010-07-26  Thomas Lange [tl]  <tl@openoffice.org>  [e937a4331fafe99449c42a07cd3ea66ffc3e488a]

        cws tl82: #i106993# thesaurus code clean-up

2010-07-26  Thomas Lange [tl]  <tl@openoffice.org>  [c1419160f52222a3ed85c4a309df2ab10fceb2ed]

        cws tl82: #i106993# thesaurus code clean-up

2010-07-26  Thomas Lange [tl]  <tl@openoffice.org>  [cbe34bff4881d62a8026c96aa26723989490d508]

        cws tl82: #i106993# thesaurus code clean-up

2010-07-26  Vladimir Glazunov  <vg@openoffice.org>  [9523af1e7b920c2ba86c5fa61b2b3fb8a51b7af6]

        ooo330l10n: #i113424# pootle l10n update for ooo330

2010-07-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a849a5c81048bd72e981249394f4d51d1f366715]

        jl154: #113234# - Scripts for MacOS X - OOo

2010-07-26  Ingrid Halama  <iha@openoffice.org>  [f2b674791c71f49f01b52c72b98a252078b8bbf2]

        calc56: #i113419# preserve 3D scheme while adding a new series - merge

2010-07-26  Ingrid Halama  <iha@openoffice.org>  [030ee5c48dc38a7e2ba848d7985e9686054eba24]

        calc56: #i113419# preserve 3D scheme while adding a new series

2010-07-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [66dbe2b3560b0de8dfc6f2610acfd782ac3c65bb]

        jl154: #113234# - Scripts for MacOS X

2010-07-26  Oliver Craemer [oc]  <oc@openoffice.org>  [9bf26a65bb1b2b3a2ed71c76705bfc571e2e568a]

        #i113305#: [Automation] changing warnlog to qaerrorlog for greenstate in Spreadsheet

2010-07-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0cfc86c5fa3cbb484c705a07dd5c0ce2c30cdaca]

        jl154: #i113165# - Try to use sym-slots in e_all.sid to start basic wizards.

2010-07-23  Ingo Schmidt  <is@openoffice.org>  [46bd6d1bdf98f9c6f8a9e143bf98200d9638f1fd]

        jl154 #162868# solaris postinstall script

2010-07-23  Thomas Lange [tl]  <tl@openoffice.org>  [dec8e657ceffb60df8585ab16887bffaa2cdda6e]

        cws tl83: #i113276# changes to Greek symbol set because of new OpenSymbol font

2010-07-23  Thomas Lange [tl]  <tl@openoffice.org>  [4c8d9dbc46403017cf09723d903e1b49296b9e48]

        cws tl83: #i113276# changes to Greek symbol set because of new OpenSymbol font

2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [089d8fb8650da2277d4d40f5f19380ef9832c889]

        pl07: #i111076# catch a dragsource being destroyed after its frame

2010-07-23  Release Engineering  <releng@openoffice.org>  [9fb75fb322f93b9c73da4d467c44b4f08a468853]

        OOO330

2010-07-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [09c8fbff452370467fd8c1e41566d77b1fc7517c]

        masterfix: reset LOCALIZESDF if fetching localized sdf was not successful

2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [7f950830b70dd233a2c7ccb676e76b79abfebfda]

        pl07: #i113170# make more AquaSalFrame entry points safe agains missing thread autorelease pool

2010-07-23  Mathias Bauer  <mba@openoffice.org>  [effc31fbbf24d9b81499acffe29483e764361594]

        CWS changehid: #i111874#: some HID cleanup

2010-07-23  Mathias Bauer  <mba@openoffice.org>  [2572209a92a6ed172f1650f7805f7e5829541ea3]

        CWS changehid: #i111874#: use '.' instead of ':' as separator for autohelpids; ':' may cause confusion with URL detection

2010-07-23  Mathias Bauer  <mba@openoffice.org>  [f141d817df67792de77d5805869883f948365d24]

        CWS changehid: #i111874#: use '.' instead of ':' as separator for autohelpids; ':' may cause confusion with URL detection

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [707e3e1a491bda3aff8ac83c5f5a0eaa80f5d89f]

        gnumake2: first try with gtk quickstarter, reenabling pch on sfx2 as it should work now after resync to DEV300_m84

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [75e6b316623c60396def0e010222ed896d46ecf1]

        gnumake2: first try with gtk quickstarter, reenabling pch on sfx2 as it should work now after resync to DEV300_m84

2010-07-23  Vladimir Glazunov  <vg@openoffice.org>  [3f165c14f94b6ff007f42515c1a8f22317078f1c]

        unxlngxnewbaseline: #162926# use another condition to determine build environment

2010-07-23  Vladimir Glazunov  <vg@openoffice.org>  [5a2f2d2d037d92ec0546513c7732df4cccbee5b1]

        unxlngxnewbaseline: #162926# use another condition to determine build environment

2010-07-23  Vladimir Glazunov  <vg@openoffice.org>  [93710c8f7fead1b625581b8dbcacd9dfde399c03]

        unxlngxnewbaseline: #162926# use another condition to determine build environment

2010-07-23  Vladimir Glazunov  <vg@openoffice.org>  [a927ae1d4328038d1938a8b2a7ba2c44d4d3f1db]

        unxlngxnewbaseline: #162926# use another condition to determine build environment

2010-07-23  sb  <sb@openoffice.org>  [62e53efe7f54a3a9b84a9b37830acfe6597951ed]

        sb123: #i113386# disabled sd.AccessibleDrawDocumentView::com::sun::star::accessibility::XAccessibleComponent for now

2010-09-17  sb  <sb@openoffice.org>  [a8c3ee0e1b2d99ba95dbbccef7bd28c9a523db8a]

        sb123: #i113161# disabled some sd.SdLayer::com::sun::star::* for now

2010-09-10  sb  <sb@openoffice.org>  [0eec54dde3ce2d24435b4a1ae83565a2128e399c]

        sb123: merged in DEV300_m87

2010-07-23  Ivo Hinkelmann  <ihi@openoffice.org>  [44224addb980da9a43e23e2789408585597f523f]

        txtl10n: removal of verbose switch

2010-07-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [f3bf8628235e3ccf352c52edae3be8c57517f850]

        pl07: #i113170# ensure autorelease pool in ::Show

2010-07-23  Ivo Hinkelmann  <ihi@openoffice.org>  [640b52c5bd3d1e86b14d4357807b47a7ba994993]

        txtl10n: removal of verbose switch

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5bba5a1fea8737ec024b5d3a43a3b408af30c659]

        gnumake2: some more checks for module makefiles

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e401e6846b174c3f5deda3b3e19d89de2e4ac78a]

        gnumake2: some more checks for module makefiles

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [93a3eed87acd6581f851ff92a3332de8e0ff8c29]

        gnumake2: some more checks for module makefiles

2010-07-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c4753e0f4a6bda4e30a0d4510ab51cce1ebb4d00]

        gnumake2: setsolar environment fixes

2010-07-23  Lars Langhans  <lla@openoffice.org>  [05eebc377e4455b0a0e835ad4634a4418ddda029]

        sb123:#i111449# fix all run through problems for qa/complex tests

2010-07-23  Lars Langhans  <lla@openoffice.org>  [c32f1410f9dc305daa7ad589b1347026d5b13bd2]

        sb123:#i111449# fix all run through problems for qa/complex tests

2010-07-23  Dirk Voelzke  <dv@openoffice.org>  [232fc9070c8a86f6602cf4134d4b5b8a1cf117a7]

        dv19:#i111166# removed syntax warning

2010-07-23  Ingo Schmidt  <is@openoffice.org>  [1745fd6f2bb0f1501df821725d5f4d95bde7b5e5]

        jl154 #162868# bundled folder in prereg folder

2010-07-23  Ingo Schmidt  <is@openoffice.org>  [a13422099bfdb9697410d82a0f58a77689876021]

        jl154 #162868# bundled folder in prereg folder

2010-07-23  Dirk Voelzke  <dv@openoffice.org>  [74544584d1fd6cfb7b059d5915f6a69da5ec189e]

        jl154:#i133370# Remove 'disable' from popup menu for shared extensions

2010-07-23  Herbert Duerr [hdu]  <duerr@sun.com>  [e2631519a86937148a337ca9115a5b48d1d03de4]

        #i111719# update ooo.lst with new liberation-fonts tarball name

2010-07-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [37d90e1b4567aeecd23417ed700b2fd1d7d45e5b]

        vcl114: #i48666# allow input of arbitrary unicode characters

2010-07-22  sj  <sj@openoffice.org>  [4f41cb65cb10667b61d7a919fd4abd57711747a2]

        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>  [3a7826b9ff0ddcfc9032c5ef707f754ae4abd3d2]

        txtl10n: cleanup / remove all -QQ and quiet parts

2010-07-22  Ingo Schmidt  <is@openoffice.org>  [d60b211a12e9798fc674df1234f72a232b9c114f]

        jl154 #162868# unopkg in shell script with several quotes

2010-07-22  Ingo Schmidt  <is@openoffice.org>  [ad251e6894d339e8ac066e6c30c132da32cb5e62]

        jl154 #162868# unopkg in shell script with several quotes

2010-07-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [6ea3c24201b2d4255306f6e745e242567f3bbb8c]

        ooo33gsl03: #i113333# work around a double pointer grab

2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5ddf16d8358a38c0098d3060dcee90c518f0dd85]

        txtl10n: #i113008# #i113125# cleanup / removed unused lines

2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [17f90c9ee09008654e5f7bc9b80342252ac150fb]

        txtl10n: #i113008# #i113125# cleanup / write to misc

2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b9931f96e8f6bdeb562e849c861392b1f4d2128e]

        txtl10n: #i113008# #i113125# cleanup / variable rename

2010-07-22  Joachim Lingner  <jl@openoffice.org>  [8dd91d2833a8ce36baf917bc90ab3cc6b9de4f46]

        jl154 merging

2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [92fe5813fbcedeb034c6fa85f56bafa2113f142d]

        txtl10n: removed obsolete dir

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b0d9d1c7851de1871e9f344f757afdd61bf3d2f2]

        jl154: #i113234# References for Windows

2010-07-22  Joachim Lingner  <jl@openoffice.org>  [6fc85e3c5c85d0fc2e5e9f9516bcce8b8eaf94a6]

        jl154 #i162868# unopkg sync now removes the folder  when it does no contain a folder

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [79b96e8d786ced077d65b04db09f27aafe4e9eff]

        jl154: #i113234# Platform differentiator

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f0b4c36f75ffc0904f2b7619a19b3fa8b85e43fa]

        jl154: #i113234# Re-enable warning

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d8dc602fb3fa13f768044dc0b8058eb7b393c2]

        CWS-TOOLING: integrate CWS graphite03_OOO330

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0afc269de8e1517d2287e9c0b407e22602fc26]

        CWS-TOOLING: integrate CWS graphite03_OOO330

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ceaf442e464c41556db0396c71c54c298d56bf35]

        jl154: #i113234# Just another way to differentiate between brands, builds, platforms etc.

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e11ae502c4fa66dfb9ace180c31fd83d3de3332]

        CWS-TOOLING: integrate CWS kso45

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3da384c2d30b361100a0af2477e3b6753eb2088]

        CWS-TOOLING: integrate CWS kso45

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2701370d7a8ddd1cced6d339fb5501b82cc4b43]

        CWS-TOOLING: integrate CWS emailmerge33fix

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [5021698508beac3fcf1ce9c76f0e489cc2dfc1f1]

        CWS-TOOLING: integrate CWS automationemailchange

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27511b6c5f29a516dedc5b2e870c9d8025b5c38]

        CWS-TOOLING: integrate CWS native321

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b87937e721a0b4d06573ff3e4ed0b7b83391861]

        CWS-TOOLING: integrate CWS native321

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e4efcba54fad0d086b312885b902d06f13623b33]

        jl154: #i113234# fixed a jurassic bug in hListCompare() where the returnvalue was determined using an incorrect array (list two should be evaluated)

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0453ab6dd45bbdad0f4e91b25dc2a51f7b05a60a]

        CWS-TOOLING: integrate CWS sw33bf07

2010-07-22  sj  <sj@openoffice.org>  [5168f157283efd30a48dbfc767a4ff726ce77ed3]

        impress196: #i111356# applied patch (uninitialized buffer)

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed873a73fde10c2a9511388024bef97522517cf4]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef05272548413db0482faf229e6f2653985001c1]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d94dcaecf0c749352b829b4ea9b2d320ba2501fe]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69c246bce52f6712d3ce8f1a9f76982112e61f7]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d75664bd4cfc8a52645c6ba68deecf19b46c43]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [949029c7066d27cb58387a82598ad95774b33075]

        CWS-TOOLING: integrate CWS impress194

2010-07-22  sj  <sj@openoffice.org>  [9977adcaf8916f52cca1d02634f6c123cc9e7f6e]

        impress196: #i112309# EnhancedCustomShape::parseError not catched on linux platform

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [69b48fb7fa47b4fa60b7c21f610f4eeace90fb78]

        CWS-TOOLING: integrate CWS dba33g

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [58f7363e0857802c43e0ed2a81adead1b2e4ddce]

        CWS-TOOLING: integrate CWS dba33g

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [490886db04e29fe34e6d2df774b4e0fcc5851667]

        CWS-TOOLING: integrate CWS dba33g

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [49020adf3b47e3814b7ff3d4ec99026c1b4f2693]

        CWS-TOOLING: integrate CWS dba33g

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [733f062f2411ea6aaa4e6aeb57d9ba563a3f5e0f]

        CWS-TOOLING: integrate CWS tl81_OOO330

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ca1af93428fb82f98b6f30af8a85b7faf11ae1d]

        CWS-TOOLING: integrate CWS tl81_OOO330

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [250c7f7f69d0c7b9e9a10a7dbf38eec95de80fa9]

        CWS-TOOLING: integrate CWS tl81_OOO330

2010-07-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [67ea3a4eed50df6f6b968b925e8bb9ebc35af668]

        CWS-TOOLING: integrate CWS tl81_OOO330

2010-07-22  Ingo Schmidt  <is@openoffice.org>  [4d52abc295541189154a57bcf0bbfac9a566fb41]

        native322 #i113364# new jre6 u21

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [84c8968decefff16c227fc92881b1d7424a4cb26]

        jl154: #i113234# provide warnlog

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a4a6b038634acb530ad01b6135d4a1ed1112a2a6]

        jl154: #i113234# Removed platform strings from reference list filenames

2010-07-22  Vladimir Glazunov  <vg@openoffice.org>  [2b5bd61341cb2b2b2d229796443d3e3d6b9041bf]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline, disactivated old, not-buildable debug code

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [92744b02e0c62cbcd06f6f7103f36488ef082aa3]

        jl154: #i113234# Removed duplicate entries from reference lists, updated test to avoid those being created.

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [09f556c406c97a31bba2da5faa92a667ec3facd4]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [f630cd3a4929d0637165fad4decb85047d31ebdf]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [42114b9a3cca5066440754458192c4c82e893fa8]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [856b0f77a7a8ba51ae4276e471b83be3ec5bb690]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [9fd46e5c911f8cf9471bbf891ede9bca509b9dbb]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [37d9e03f938067ade89aee831cc82cea96202b1d]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [f495ec42e99af1275378ce832989907e258279a1]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [94f6ca13a7f293682a071384aec63b42d8b96b04]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [4c498c21dc50a86004ed8c90e988abc2686e9430]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [8e9fb8649cd5f97c98cd44a6925a94598c8e35c8]

        CWS changehid: resync to m85

2010-07-22  Mathias Bauer  <mba@openoffice.org>  [2c2a74a576e35b3a142804cd35de75dbc086bcd3]

        CWS changehid: resync to m85

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8710bd5e171494ecde315b7359cf94e2e793e233]

        jl154: Local branch merge

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [914791d647c60fb1a626816fb22c10f3a8e4f0c0]

        jl154: Local branch merge

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4713f8bcaf05fcec0111542f5a658b963c43139b]

        jl154: Local branch merge

2010-07-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d49237bf373276228c8d2eb76ce11fe5f95e6cf6]

        jl154: #i113234# Implemented function to retrieve script names from dialogs that hold separate lists for modules and scripts. Removed gPlatform part from filename, it can be added by a script maintainer if need be. It is already used on osx, further differences might exist on WIndows. This is a TODO.

2010-07-22  Herbert Duerr [hdu]  <duerr@sun.com>  [1809df9e834bf1581f3b5d61256d732d00a7ea19]

        #i111719# deliver updated versions of liberation fonts

2010-07-22  Herbert Duerr [hdu]  <duerr@sun.com>  [45a54fdd3c61b929690cd91a2ff66bce235ac064]

        #i111719# updated liberation fonts to release 1.06

2010-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6d40e92dcf681213d86fbadbe1c7fc65fbe88ad7]

        txtl10n: #i113008# #i113125# don't die by empty sdf file

2010-07-21  Ivo Hinkelmann  <ihi@openoffice.org>  [031cd19797688ee3e3eb5ccd12e6e6abfa8bca88]

        txtl10n: #i113008# #i113125# don't die by empty sdf file

2010-07-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3de0fc7c234b7a37fe2c97276cec28e9d6379fa1]

        txtl10n: #i113008# #i113125# changed output dir

2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [5b92062661eb9fe6ecee0ed3fd6356e6d6d9fca9]

        ooo33gsl03: #i113333# make D&D to certain ListBoxes possible

2010-07-21  Mathias Bauer  <mba@openoffice.org>  [70146da8808a0aeb48bda3bb837711fa3a812042]

        CWS changehid: #i111784#: rework keyword search

2010-07-21  Vladimir Glazunov  <vg@openoffice.org>  [c9f7f4a18b2e22346fe6f673d5bfe6738fb53870]

        vgbugs10: #162096# initialisation repository considered as active

2010-07-21  Vladimir Glazunov  <vg@openoffice.org>  [7521863f307b08dc87b19e8ec0b1c3cf1b2ffa0b]

        #162926# some fixes for 64 bit linux baseline

2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [c28b950220762319a3fff05cafa6947181d2f947]

        vcl114: #i113239# check mimetype of data in dragEnter

2010-07-21  Herbert Duerr [hdu]  <duerr@sun.com>  [ed297064b56e492c7555b26f7c8f9c88d0cafa6c]

        ooo33gsl03: #i113342# fix stlport-assertion when calling drawFilledTrapezoids()

2010-07-21  Thomas Lange [tl]  <tl@openoffice.org>  [c7896e24ec34b87aba39e8b2ff19a21fe0c518a6]

        cws tl82: #i113293# unify encoding detection for linguistic components

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [e159c70f5403454847a1fd0cb8faf077b7323ef6]

        CWS-TOOLING: integrate CWS solaris10u8_OOO330

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [32c69599b1161778082541f29fe0ff150b67d22f]

        CWS-TOOLING: integrate CWS solaris10u8_OOO330

2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [19b3e9e92895f20020001fb53c3483416a09556e]

        vcl114: #i105434# solve a scaling issue

2010-07-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [3e1796177f33f27dfd4116798ed87aba641145e6]

        vcl114: #i105434# solve a scaling issue

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a1219a614fd01445ee465251654171b34a0e894]

        CWS-TOOLING: integrate CWS impress193

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dc9645140a4c2782d04c2636bc4e8e8513422d8]

        CWS-TOOLING: integrate CWS impress193

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [811f41f5d4b9d7ff8b97fba90c819e36ce55600f]

        CWS-TOOLING: integrate CWS impress193

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d7da49196d04ad091f66528edb6efa3b36972cd]

        CWS-TOOLING: integrate CWS impress193

2010-07-21  Dirk Voelzke  <dv@openoffice.org>  [937ab5809861b0d185bc86bb9674f0c3f0da4a28]

        dv19#i111166# removed extra dispose, join with thread before shut down

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [d90f2e3df8cea0304aba58c60b2fc22a366f428b]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [b16e44f08c9819d398955b3699bd30e4a48ab30c]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [53c2830488b066d962c2ea65f070406de89c89cf]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6ee629dd46d063912e8474c85da81ee674515c2]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fb87b1093328f9cf6eeb2a4d829c90cc0b4fd6]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [61c93d60bfaf4a012cbe151400d1a246908f7146]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e8910c5cd00dac7076522223c42e5839db584e2]

        CWS-TOOLING: integrate CWS unoawt2

2010-07-21  Joachim Lingner  <jl@openoffice.org>  [d4b8b3e046e5f9c8ce30fbca054159f3cdb76956]

        jl154 #i162868# changed RemoveExtensions custom action (windows) to delete brand/share/prereg/bundled

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [644b523ac9ef526aceaa7ba62c14b3d56d7e4ea1]

        cmcfixes77: #i113332# silence gcc warning

2010-07-21  Herbert Duerr [hdu]  <duerr@sun.com>  [4b09ead45259ea6e467b33980e645b87d55a18d4]

        vcl114: #i106127# fix numeric problems

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [e86db1aa105e35c4c6f0a1315caa260fd226646b]

        cmcfixes77: #i113331# silence gcc warning, refactor slightly to allow better optization

2010-07-21  Joachim Lingner  <jl@openoffice.org>  [62fdc1868672bba91b1976261b1f6b21605e6ac2]

        jl154 #i162868# unopkg sync removes share/prereg/bundled, changing registerExtensions

2010-07-21  Joachim Lingner  <jl@openoffice.org>  [ca861ef74799d9f21d37bc5f832a905c04ad4499]

        jl154 #i162868# unopkg sync removes share/prereg/bundled, changing registerExtensions

2010-07-21  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d04b4bd3eb8143acb394dfa616ac6db4ba62adfa]

        ause124: #i107097#: add dependencies for directory creation

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [3cee04ca620a686f4b954a1067ac6c87c88de1d6]

        cmcfixes77: #i113327# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [12e8f0b1f8b3df82f3c32ed7cb410dbbc43f01e7]

        cmcfixes77: #i113324# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [df31b7f41905931bc9b9dd07d84a353adc71d3db]

        cmcfixes77: #i113322# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [cbff93e77f513ad48cea0c58d5f3f72494599da3]

        cmcfixes77: #i113321# silence gcc warning

2010-07-21  sj  <sj@openoffice.org>  [34b5697be9084550b7c6e2dd4fd7778fc9f40fa8]

        impress196: #i111867# shapes no longer invisible after save/reload to ppt

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [017762f1cc8e85a266402ede8c9002f8e6e0b869]

        cmcfixes77: #i113319# silence gcc warning

2010-07-21  Ingo Schmidt  <is@openoffice.org>  [756cb84194cbddd57d14d564ebecd8a229bb10a1]

        jl154 #162868# new share/prereg folder

2010-07-21  Ingo Schmidt  <is@openoffice.org>  [66cb95ef2af34f6d2b2723fa3221183e7c2ce206]

        jl154 #162868# new share/prereg folder

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [8cf6b6be59df82f5e112a151c79f43a947b6dba7]

        cmcfixes77: #i113318# silence gcc warning

2010-07-21  Carsten Driesner  <cd@openoffice.org>  [2986fe6067949eb4aae3cc5ec195783f55033c2b]

        fwk150: Make find bar string localizable

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [3aa3449d1183f670877203d5ca56782c81b61717]

        cmcfixes77: #i113317# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [e8f4359bb585ef85724866e58e948ee9505db9c1]

        cmcfixes77: #i113316# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [265802a9505ddbc6511cd32c6c4dbd889e334f71]

        cmcfixes77: #i113311# silence gcc warning

2010-07-21  Caolán McNamara  <cmc@openoffice.org>  [4faaf3d469272ee64d922619c06c633ba392c06d]

        cmcfixes77: #i113310# silence gcc warning

2010-07-21  Carsten Driesner  <cd@openoffice.org>  [5573de7952876cf759ac778f159ff095d0b40714]

        fwk150: Fix problem that 'Icons in menus' doesn't work anymore

2010-07-21  Oliver Craemer [oc]  <oc@openoffice.org>  [5ca73b3ec7a7d7f1356f778b7348283d646c1e00]

        #i113305#: [Automation] changing warnlog to qaerrorlog for greenstate in Spreadsheet

2010-07-21  sb  <sb@openoffice.org>  [248f9c55d3d7f620372c7ff598db44051c95ceb5]

        sb123: #i113306# disabled sfx.DocumentTemplates for now

2010-07-21  David Tardon  <dtardon@openoffice.org>  [f22c731e9c9597ec7d715d0fe727f1c55678d20d]

        dtardon03: #i101354# do not label list headers in XHTML export

2010-07-21  David Tardon  <dtardon@openoffice.org>  [9005cdf9389f772ba6e39e2e2f8916fcf429dc33]

        dtardon03: #i105827# XSLT 1.0 does not allow XPath expressions on result tree fragments

2010-07-21  David Tardon  <dtardon@openoffice.org>  [ed9e2ed6b65fab12f79323e875b4e4fe7ba41b9b]

        dtardon03: #i101355# variable reference in key violates XSLT 1.0

2010-07-21  David Tardon  <dtardon@openoffice.org>  [378ebc051f58dd6585a2103a16756c8a2f179cec]

        dtardon03: #i98137 do not shadow template-level variables/params

2010-07-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Oracle.COM>  [084deeede12ec2c9bf5803f2370ef351ceddee84]

        vcl114: #i113259# refine gtk plugins XIOError handling (thanks cmc!)

2010-07-20  Michael Stahl  <mst@openoffice.org>  [2c093d582667f2e85908177d4d5f1e836698fa3c]

        sw34bf01: #i86880#: rtfatr.cxx: apply patch by pmladek

2010-07-20  Michael Stahl  <mst@openoffice.org>  [5273557c66ccb1d7ab0a4e0ecd4196e6e3c63238]

        sw34bf01: #i77438#: xmloff: apply patch by cyhawk

2010-07-20  Michael Stahl  <mst@openoffice.org>  [41f6595dd78fe26cd6b5585c9e93951cc49f6e04]

        sw34bf01: #i77438#: xmloff: apply patch by cyhawk

2010-07-20  Michael Stahl  <mst@openoffice.org>  [6759497535f2e3d4c7bc73a090c24e621677b547]

        sw34bf01: #i113185#: SwDoc::SetEndNoteInfo(): fix conditional (patch by cmc)

2010-07-20  Michael Stahl  <mst@openoffice.org>  [15688dedfd1a77f913ad1933414c9b772b8a31b9]

        sw34bf01: #i113181#: docfld.cxx: apply patch by cmc

2010-07-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [17381ec4f0f9aa1b0283ff3096e15bac86413c4d]

        CWS gnumake2: using GNUMAKE variable from configure

2010-07-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8df0968f98507dd244d8b3845284622a76a6d8c8]

        CWS gnumake2: using GNUMAKE variable from configure

2010-07-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [74284c8e763f19cd9f7891c5c836e0a53abf06b3]

        CWS gnumake2: using GNUMAKE variable from configure

2010-07-20  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [342e152f23ceeb51beb3861f2f5004edd93688f9]

        CWS gnumake2: using the symbolic-functions check of configure on linux

2010-07-20  Thorsten Bosbach  <tbo@OpenOffice.org>  [81918f1f5bbfefd265b7f40f338b33738f331f7a]

        #i113290# again teps

2010-07-20  Marc Neumann [msc]  <Marc.Neumann@oracle.com>  [ed48ce4046c9c2127eda9973e2021c9125081210]

        automationemailchange: #113281# change email header to oracle address

2010-07-20  Joachim Lingner  <jl@openoffice.org>  [3752b1f31f8ae2603c9887b348346f80c86270c6]

        jl154 #i113285# fixing deadlock when starting OOo by the testtool

2010-07-20  Mathias Bauer  <mba@openoffice.org>  [d09117abd835a579e7361babedd62e88fa535e69]

        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods

2010-07-20  Mathias Bauer  <mba@openoffice.org>  [a929816d90303defcded933ef0337f2191fa2cec]

        CWS changehid: #i111784#: consolidate usage of HID schema; remove unused SetDialogHelpId methods

2010-07-20  Andreas Bregas  <ab@openoffice.org>  [d8524eb9510ab7ad2833abef035b7efb57f41f62]

        mib17: Merge

2010-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a7a69a2a901654928b90ba40202612d778126682]

        txtl10n: #i113008# #i113125# rename .xht to .tree

2010-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [067095785bbc0922e12bb4677d20b1927e411607]

        txtl10n: #i113008# #i113125# rename .xht to .tree

2010-07-20  Andreas Bregas  <ab@openoffice.org>  [42893428c4396619359aaaa7bdbad521ccb553a1]

        mib17: #162900# Support parameters for Property Get calls

2010-07-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39565fee52df09b79977bb2c14e4bdc84b722d52]

        #i107097# - pass MAXPROCESS to GNU make in external modules

2010-07-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8333d0d5eb9c287d0551573cbc62b146a9c598c2]

        #i107097# - pass MAXPROCESS to GNU make in external modules

2010-07-20  Andreas Bregas  <ab@openoffice.org>  [b57b872f1b0252da4d1622edfaca32ef0c51cbd8]

        mib17: #162887# #162899# Changed handling of missing parameters

2010-07-20  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [3df7d157d6f3210b7547aaf26e26dd0416fe3462]

        Automated merge with http://hg.services.openoffice.org/cws/dba33g

2010-07-20  Ocke Janssen [oj]  <Ocke.Janssen@oracle.com>  [016832dafb3246b359326eba2ea6fb20ffb9f20e]

        dba33g: #i111205# quote tablename

2010-07-20  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [be11e260fcd9bbea19a3094aa04e0cccf98b02ca]

        dba33g: second version of bBookmarkSelection corrected

2010-07-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cfb52b8140e79cd1d8618c352dec9b320528520a]

        jl154: #i113234# - Added first set of reference files

2010-07-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [66cdce7c8658244d174b71a01232413ae7cd7397]

        jl154: #i113234 - Fixes to path creation (double slashes removed)

2010-07-19  Daniel Rentz  <dr@openoffice.org>  [cf2e818a242c1d84e313a054625905883ecf583e]

        mib17: add Application.Visible

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [a3cfa6f635948c67ccb34ad4040230de2ec38da1]

        CWS changehid: #i111784#: SetDialogHelpId changed

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [5bcae43bb026375f167b26d219b13a3d4715c5d2]

        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6ab9b3d3978cd90025986dc5dde3a42e0f602340]

        CWS changehid: remove code dealing with obsolete SID_INSERT_APPLET

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [9d554627fe9e815472fbb2126392e3eaa43e8677]

        calc56: #i113254# fix GetRange()

2010-07-19  Thorsten Bosbach  <tbo@OpenOffice.org>  [f6d3ed5a642ec165583b4adb9c69b61e9c3f120e]

        #i113248 fix tablecontrol test

2010-07-19  os  <os@openoffice.org>  [787c36414e0537fbf7efab3d98545b0171ee335a]

        #i113084# check auto correction pointer before access

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [6a93822823705fe15f18bdbae75210f74955bd90]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [9452551161461ed78bd2b89edbeae89451b03abe]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [c4ac5d0800bdc069901474a0dc9eb8d5f36c093e]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [27fba42a0f22c518c6b759d5bcf9961496b788ed]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [e05c938a71a1e9698d036a8e6dae5d2a208ddd07]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Mathias Bauer  <mba@openoffice.org>  [66be8992043f8728beb915ce13475ffd93d370fa]

        CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDs

2010-07-19  Release Engineering  <releng@openoffice.org>  [fcf62b49c0d37a7b31af23e8c0a29087125da03a]

        DEV300

2010-07-19  sb  <sb@openoffice.org>  [4dc2f5baaa474397e66bd554cbd7111b7356b071]

        sb123: #i113245# disabled fwl.TypeDetection for now

2010-09-17  sb  <sb@openoffice.org>  [98fa152c8e66fd881c5ed9ee4e81d709d7533d03]

        sb123: #i112778# disabled some xmloff.*.XML*Exporter::com::sun::star::document::XFilter for now

2010-07-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cca8d69b1ed9c7dd7de7632824d702253d77a8b9]

        pl07: #i111256# MacOS calls unexecptectedly out of NSApplication:nextEventMatchingMask: without us securing the solar mutex

2010-07-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8dec8554ab359c850508e597c8123e9eae754e07]

        Automated merge with http://hg.services.openoffice.org/cws/dba33g

2010-07-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b3f4baf713e5eae255017f5418d39d9c2360cf18]

        jl154: Local merge

2010-07-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad7abd95b4abf914de371a71d0642d6d854cb803]

        jl154: Local merge

2010-07-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c03f1155b1d1457b5d94fe63aec90c229c5db44b]

        jl154: #i113234 - Added vnd.sun.star script URI instead of old macro URLs

2010-07-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5460371328f57e2462df37730cf04b1de1039ae4]

        jl154: #i113234 - Reworked tests that chaeck presence of scripts, implemanted compare functionality to ease finding lost scripts

2010-07-19  Ingo Schmidt  <is@openoffice.org>  [5471fc66cda16551c245bc99219675fffecbb5d7]

        jl154 #162868# guarantee existence of extensions folder

2010-07-19  Ingo Schmidt  <is@openoffice.org>  [8f4cf9a16eb9936ef1e862ecdec7d30c9e240987]

        jl154 #162868# guarantee existence of extensions folder

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [de6997f354b95aaa8df369347a207a205d1dc4bb]

        calc56: WaE Windows

2010-07-19  Vladimir Glazunov  <vg@openoffice.org>  [b6c7b932e7ad2a6d27fa62674926d1e8675ad83d]

        #162096# use RepositoryHelper for missing source_config

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [f3c535887584d28887698cf13a3c0e830012d2b8]

        calc56: merge

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [143d6ce1fff114f37e2064bb6cc154f792fe5d6b]

        calc56: merge

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [4698765b182e622249d23efa6c7dbbf1eb132570]

        calc56: merge

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [f3bcc801190710652dfc2f1a7995c0ec9c40949e]

        calc56: merge

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [a0d759f4dcb64e4b16257dd929dbc0bb946f3b8f]

        calc56: WaE Windows

2010-07-19  Eike Rathke [er]  <erAck@sun.com>  [4d41675c3a4002bef7760915f29e9e2d12e127a3]

        calc56: WaE Windows

2010-07-19  Niklas Nebel  <nn@openoffice.org>  [40f2b6020a03e9dc9d0113c31a18ac831b1fe3f3]

        calc56: merge with OOO330_m1

2010-07-19  Niklas Nebel  <nn@openoffice.org>  [13e650d6f2351c7afa451075e6eb645b8a0e2a03]

        calc56: merge with OOO330_m1

2010-07-19  Niklas Nebel  <nn@openoffice.org>  [bc781a768355d3c54d421328c7571d775913c782]

        calc56: merge with OOO330_m1

2010-07-19  Niklas Nebel  <nn@openoffice.org>  [f632144172dba4475009030e1af48eda5f579228]

        calc56: merge with OOO330_m1

2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [f331468636841e30d5cabc11c78bc55288a626fb]

        calc56: #i112882# in ODFF accept ORG.OPENOFFICE.EASTERSUNDAY as an alias for EASTERSUNDAY

2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [f4fb9d6add29f3904f48928e3b1b25f0f226ce41]

        calc56: #i108385# make TEXT return text if text was passed, handling text formats that include a @ code

2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [8444953804e704a4462c3416c1ad50db2ce9fec4]

        calc56: #i108385# make TEXT return text if text was passed, handling text formats that include a @ code

2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [bcc4a4dd5e0dca87426956e56e068c797d5abe5e]

        calc56: #i108385# make TEXT return text if text was passed, handling text formats that include a @ code

2010-07-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [3be39ba02ea20768b3e8abb43233fb183d434317]

        writerfilter09: no equivalents for mirrorIndent and textDirection in ODF

2010-07-16  sb  <sb@openoffice.org>  [e8acc62922943b8d0bcecc9699c34901bdac2809]

        sb123: #i113201# disabled forms.OEditModel::com::sun::star::form::validation::XValidatableFormComponent for now

2010-09-16  sb  <sb@openoffice.org>  [0ec9856f67c2d4e3332579897034a1af053ded5d]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-16  sb  <sb@openoffice.org>  [cc420ffdd01234de2aa5e440d21943efed8cfbec]

        sb123: merged in cws/oooimprovement6, to get fix for i100159

2010-09-10  sb  <sb@openoffice.org>  [89de06d9967c3e0e8467ee4ed64a02dd0b2f0e82]

        sb123: merged in DEV300_m87

2010-08-23  Lars Langhans  <lla@openoffice.org>  [85900d0c1f194d7220bad74f70200cd2d520de22]

        sb123:#i111449# remove all subdirs in complex tests

2010-07-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [325dec657f22b698dadc1253bbd13d8cfc40f14c]

        vcl113: fix missing isblank on Windows

2010-07-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c6087cfe26349b34b72dd17ef33bc1c385619ce5]

        vcl113: undo previous change

2010-07-16  Thomas Lange [tl]  <tl@openoffice.org>  [cfeed5b94e5ded03b3f29130e5061f86008f8a61]

        cws tl81: #i1122697# undoing spelling fix in unused string resource

2010-07-16  Mathias Bauer  <mba@openoffice.org>  [0d57686448dd908fad2650f6eee75482a27c9b6a]

        CWS changehid: #i111784#: remove superfluous PatchResIds

2010-07-16  Eike Rathke [er]  <erAck@sun.com>  [98cdf3324314ebf7ee69605af2a8fc28be092528]

        calc56: #i113139# various performance improvements for 1MB rows, especially with large hidden segments

2010-07-16  Mathias Bauer  <mba@openoffice.org>  [700856ce780f2a2ed56635c0a0463be554f5262f]

        CWS changehid: #i111784#: corrected mistake

2010-07-16  Mathias Bauer  <mba@openoffice.org>  [e01eb5f2ebce908c95205d3328342fd42a0eee3f]

        CWS changehid: #i111784#: SID_FRAME_UP/DOWN already existed as commands

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [10cd763487b14c9fdb8dafc868851f964ea2060e]

        jl154 merging with OOO300_m1

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [4bbbeff7d54b0af01c7128328bdcba803b297a29]

        jl154 merging with OOO300_m1

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [fbfdb48167f1a2280f72636f767c4cb2b932e3ba]

        jl154 merging with OOO300_m1

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [2beb067e11848fda068a76be5d943e2689044c55]

        jl154 merging with OOO300_m1

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [eadb37c496e2a355435b5c880eac43b0f0c3dcba]

        jl154 merging with OOO300_m1

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [cdaa85c5b73429a75c91c44b7e0a0bff061999f6]

        jl154 merging with OOO300_m1

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [9e2cdd5cea38e18b58204713772ffae25e7d4cb4]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [e4f1b67f9416b0eafcc3eae2485f2db468131bce]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [39123c969ac9b94845814b39b5b2618840f1e4d9]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [3e04ba7e48d144dc3526597e8a7e7652dcfa3b52]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [2fdbe093bbc806002fa0fa1b9c6eb124939c433e]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Vladimir Glazunov  <vg@openoffice.org>  [65f0a6a84427cafcdbbd51032f2adab96abd2b08]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline

2010-07-16  Vladimir Glazunov  <vg@openoffice.org>  [df141ec59998680b75804e113885193a6c7dda5e]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline

2010-07-16  Herbert Duerr [hdu]  <duerr@sun.com>  [d3e55e9977b1791bd91df636d9c6620132b5203f]

        #i109651# PDF-builtin fonts disabled on OSX to allow glyph-fallback

2010-07-16  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b4cd38b8262d6fae4f0948c6a239a4d0f608bf85]

        CWS gnumake2: using CXX and CC from env

2010-07-16  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a3c66e78c137d6afd1293c722a730aa0ad2b1b57]

        CWS gnumake2: vbahelper module deps

2010-07-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cb43723610dbead156cc520c54b3d19a027e3a2a]

        vcl113: #i113191# remove debug printfs (thanks cmc!)

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [a8e00b002c0ad298f47b32d1984b763a56b66a21]

        cmcfixes77: #i113190# bracket expression up to silence gcc warnings

2010-07-16  Daniel Rentz  <dr@openoffice.org>  [1b86e85b77cdd0d24bac0182b1b319672441df8c]

        mib17: branch merge

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [16a34ac52582fc6af33d8530bdea47be32efd006]

        jl154 merging

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [4c333e8ac7f6135fb4e62e4960c826b278e8cc63]

        jl154 #162868# removing the package.txt from the extensions folder. Extensions folder will be created in a different way than installing a dummy file

2010-07-16  Joachim Lingner  <jl@openoffice.org>  [1726180adb1cf08a15fdb1ce0c145267b8ba2470]

        jl154 #162868# removing the package.txt from the extensions folder. Extensions folder will be created in a different way than installing a dummy file

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [f00511ad259831acbc08e35d5d65537f523b3541]

        cmcfixes77: #i113177# remove strict aliasing warnings

2010-07-16  Andreas Bregas  <ab@openoffice.org>  [3ceb8dd77e9750449f20e01966b1b466741a922f]

        mib17: #162980# Force Broadcast in StepIS for SbxEmpty

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [ee8b95397dc847114a6e4a4165174b4088975dc7]

        cmcfixes77: #i113177# remove strict aliasing warnings

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [d2c4dcb9325f98a30c0c46fb6628c773c76aa1be]

        cmcfixes77: #i113177# remove strict aliasing warnings

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [636c3126b6146ac734953457394be84a33ec46b9]

        cmcfixes77: #i113146# afms build type

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [166bd6955a840228d5dd30a4bcb56d4d488fb156]

        cmcfixes77: #i113146# afms build type

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [2c120dc6ba3030f62dedaf04ab87de970dbede8b]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [c812da7b4fc8ca492275a965ca3772a0ec0cf617]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [ac14f52fbfc33dc2fd8e0cdc2d51282aca15df34]

        cmcfixes77: #i80021# system libtextcat

2010-07-16  Caolán McNamara  <cmc@openoffice.org>  [0f4075c50d34c177dab87cae1dc9e1218d29b19e]

        cmcfixes77: #i80021# system libtextcat

2010-07-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e3c23bd6b87f5676163f3fc01ad7532bb61d7007]

        pl07: #i113170# ensure existance of NSAutoreleasePool

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [134ae5da1cc6a5dfa4432063f930235c1a872bc0]

        jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [1ac38be8276f89bc84493be939a6cab1b15e6712]

        jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [0db2d911659eed658bdc163731be27ac29e8767a]

        jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [ca2b860c30d873e6c2f0dc265c503126290faff3]

        jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [26cf6bd0bec3945ab900de92f961150cbf371ed3]

        jl154 #162868# remove basis/presets/bundled/bundled.ini, and create always share/extensions folder

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [86bfc8c31eaf79bc5b2d28d1025e7e104155eb54]

        CWS changehid: #i111874#: use HID generation to create conversion list for testtool and help

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [5528106113daa7490f3461b644f1089b872b8802]

        CWS changehid: #i111874#: handle HID protocol in URLObject

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [8a5421776a0637baf250df56a9834cbe610ec055]

        CWS changehid: #i111874#: HelpIds now are byte strings

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [9112377ffbadc543be19dd2b09ca283759d7a469]

        CWS changehid: #i111874#: remove unnecessary HelpIds

2010-07-15  Mathias Bauer  <mba@openoffice.org>  [d3d0fc1c0e22460fdb1ba902654d4dc861c91658]

        CWS changehid: #i111874#: remove unnecessary HelpIds

2010-07-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8c7f1e56dce9a2c08cf34dde1a88591adb78aead]

        vcl113: #i90023# remove unused code (thanks cmc!)

2010-07-15  Daniel Rentz  <dr@openoffice.org>  [5e171284bb76b6fc12478ceeb6ce7da243d795b6]

        mib17: #i112634# do not use an UNO interface to handle VBA BeforeSave and BeforePrint events

2010-07-15  Daniel Rentz  <dr@openoffice.org>  [b49326a5ab03a072cc7d221c3f5a8faa21526018]

        mib17: #i112634# do not use an UNO interface to handle VBA BeforeSave and BeforePrint events

2010-07-15  Daniel Rentz  <dr@openoffice.org>  [dfb885a53b8e92b766f13b8f67660f0b58882761]

        mib17: #i112634# do not use an UNO interface to handle VBA BeforeSave and BeforePrint events

2010-07-15  Niklas Nebel  <nn@openoffice.org>  [95552ecffeef703eac55e1095c27962795b55b82]

        calc56: #i113159# check if GetTextEditOutlinerView is null in thesaurus state method

2010-07-15  Niklas Nebel  <nn@openoffice.org>  [d5d147219645771f745d46db17d6fd2c31347aae]

        calc56: #i113159# check if GetTextEditOutlinerView is null in thesaurus state method

2010-07-15  Daniel Rentz  <dr@openoffice.org>  [ed1952aacdd021368e6bb22e66f6499676cc4569]

        dr77: #i113097# 'NULL' is not a shortcut for empty UNO sequences

2010-07-15  sj  <sj@openoffice.org>  [5b6cc56cb4df2f29e39c88fc9a05aabc55692b76]

        merged heads

2010-07-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [676216ee1ce7e38d3f3a4584444334dfa3db18c5]

        #i112959# corrected comparison

2010-07-15  sj  <sj@openoffice.org>  [11cd2656db52cfade18a64e99fbd625863621266]

        impress194: #i111380# applied patch

2010-07-15  Niklas Nebel  <nn@openoffice.org>  [b6a2eaed5b6b9ab8b2e957efc63229968e0023c6]

        calc56: #i113160# use XSingleComponentFactory to load external DataPilotSource implementation

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [eafd07c25e04d525d726ac5427ea4f619b95daae]

        jl154 #162868# undoing: removing registration data folder if the last extension was removed, which was instroduced with eaf4b98ce57a

2010-07-15  Joachim Lingner  <jl@openoffice.org>  [a186784b389b90d15976d84172682927080f1197]

        jl154 #162868# fix warnings caused by 990df1d5ff27

2010-07-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [07daaab0760e97b8449ec7f123b005d7b4e4a94a]

        dba33g: #i111345# wrong error message used when opening invalid table format

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8023a55ec2005bde6f2fc542495879ebb849fe37]

        Automated merge with http://hg.services.openoffice.org/cws/dba33g

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9edb131f425e23ea9e9645fee441975959cfd02b]

        txtl10n: #i113008# #i113125# skip on empty string

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8ba12851fa0c5c963f67f66f4f77b172a0ed5015]

        Automated merge with http://hg.services.openoffice.org/cws/dba33g

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2c40a12f3307ac3a72f6036a9a2f8939fd7b77c8]

        txtl10n: #i113008# #i113125# skip on empty string

2010-07-14  Ingo Schmidt  <is@openoffice.org>  [d19c292e4ca16ef708d89747ff52e32ceccf7f1c]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-14  Ingo Schmidt  <is@openoffice.org>  [41327dae9be54b6c04dc47095a76aa367a8ae4be]

        native321 #162994# binfilter not in default installation

2010-07-14  Ingo Schmidt  <is@openoffice.org>  [16a1d4bfcc2091502ec0a717f4617af4c361fac1]

        native321 #i111115# mac background images

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [420279385334ce45af842ac28b66146029e56c83]

        txtl10n: #i113008# #i113125# cleanup

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f72e6b7a877f3d5326bb3c9dad53aa1913b0ed2e]

        txtl10n: #i113008# #i113125# cleanup

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a1b4b65e3514c8ac3c21bae04ceeccc90eb29bfa]

        txtl10n: #i113008# #i113125# Python 2.3.x compatible

2010-07-14  Ivo Hinkelmann  <ihi@openoffice.org>  [31236973b376567a7acf33962385329855f89665]

        txtl10n: #i113008# #i113125# Python 2.3.x compatible

2010-07-14  sj  <sj@openoffice.org>  [16d3845e2f262f63ccbf5b003881ab44c926b780]

        merged heads

2010-07-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [73d5f4f09c66ea29710a382dbd5bf971f603d335]

        #i112959# enhanced bad handling of DrawTransparent in printer case

2010-07-14  sj  <sj@openoffice.org>  [50afa0a34636b04bc88f3da0445b7c0c0576d8ca]

        fixed build problem (missing header file)

2010-07-14  Ingo Schmidt  <is@openoffice.org>  [3f887a20ce7ffc16c4b4f5be8707e9c5dd0d9eae]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f374182068ee99e6f013615bd8c767db6599699e]

        dba33g: #i112503# wae fix

2010-07-14  Kurt Zenker  <kz@openoffice.org>  [135c3397ff46737f0ef7a8f14f1050736e535347]

        masterfix: #i10000# add api-adaptions from cws jl152

2010-07-14  sb  <sb@openoffice.org>  [be15f10cd9f5fa69c211b3cb307c6a7fac96e445]

        sb123: #i113142# disabled sw.SwAccessibleFooterView and sw.SwAccessibleHeaderView for now

2010-09-17  sb  <sb@openoffice.org>  [c637d5a4fd89179e51701b9d9e1f93acdb42aa13]

        sb123: #i113136# disabled sw.SwAccessibleParagraphView::com::sun::star::accessibility::XAccessibleEditableText for now

2010-09-17  sb  <sb@openoffice.org>  [75432aa630f06d616c71ff0ee15240904ed5017b]

        sb123: #i113020# disabled some sw.SwXText*::com::sun::star::beans::XPropertySet for now

2010-07-14  sj  <sj@openoffice.org>  [f50712190593f0fd7f25b56b3bd527fce2b4d886]

        fixed build problem (missing header file)

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fb379786f3e71c42f2a7f1e0575635dc9d5f6306]

        dba33g: #i112668# reverting

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0348b3a8bcec9ec8a6b06be61bdd997b835efd16]

        dba33g: #i110067# reverting

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a95d6a3fb831f13fefd316e5147fb183e8ed3b0d]

        dba33g: #i111345# handle string sep corrected

2010-07-14  Joachim Lingner  <jl@openoffice.org>  [79984799a19156dd63393bf3533f7b9bf6b597e6]

        jl154 #162868# removing registration data folder if the last extension was removed

2010-07-14  Joachim Lingner  <jl@openoffice.org>  [68eea8200bde2d0d7228579b3eefe01451ff0ddd]

        jl154 #162868# removing registration data folder if the last extension was removed

2010-07-14  Caolán McNamara  <cmc@openoffice.org>  [aa183d45c83d5465ad77e8902e2314f2477ba2c5]

        emailmerge33fix: #i113134#

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [10bd37c4ce83606833f4addb1832600380e175a6]

        dba33g: #i110067# correct word occurred

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7ce9aab5e32f6586a67306d6e5619445247ac269]

        dba33g: #i112668# add missing word  not

2010-07-14  Daniel Rentz  <dr@openoffice.org>  [87b16cb9a3b4772a09598baf155fce51eb8ceff2]

        dr77 #i113097# new c'tors should be explicit too, of course

2010-07-14  sj  <sj@openoffice.org>  [652393ab19dd5c55ae63867cbe2da794dc9053cf]

        fixed build problem (missing header file)

2010-07-14  Carsten Driesner  <cd@openoffice.org>  [1994888550bf52767e668d3b7f08fb01204e764c]

        jl154: #162868# Added sync code to improve startup time with bundled extensions

2010-07-14  sj  <sj@openoffice.org>  [3ff5cbc45f24f6edead8957dd889817d1f4f23b0]

        impress194: #i109282# applied patch (reading negative enhanced-path parameter)

2010-07-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e880cfd4b2180d9ecade3d00608c446ccdf77c2]

        vcl113: #i43066# handle string concatenations in lexer

2010-07-14  sj  <sj@openoffice.org>  [78d231a2b56c7a1d3bce10ae3bbd5b915fddff1b]

        impress194: #i111380# applied patch (fixed typo)

2010-07-14  sj  <sj@openoffice.org>  [920500c40a8a4c47cb92bf5056aeb1713851e299]

        fixed build problem (missing header file)

2010-07-14  Caol?n McNamara  <cmc@openoffice.org>  [2a1e0645f33c2501c6f38309297ef870951ecddf]

        cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment, can't find out of os/2 has setenv/unsetenv, so use putenv which I can definitely see in the ancient emx headers

2010-07-14  Vladimir Glazunov  <vg@openoffice.org>  [d1d5a4eadbb4ac501951d58deef975d3f7f3641d]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline

2010-07-14  Vladimir Glazunov  <vg@openoffice.org>  [68602797867566fd6846f1c6ac4b535b6978ff54]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline

2010-07-14  Vladimir Glazunov  <vg@openoffice.org>  [75268e0d8608ec16767187d4ab850347a6d507b6]

        unxlngxnewbaseline: #162926# some fixes for 64 bit linux baseline

2010-07-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e6f7b669bf7ccf418388beaae132da435232605c]

        sb123: #i113115# cleanup PrinterInfoManager

2010-07-14  Ingo Schmidt  <is@openoffice.org>  [7bb8a22407ca8cce2a23bfbdda12319ece6e1928]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [89b02b526eaaf76eb7c5cc1221a6eb7d762d42dc]

        dba33g: handle bookmark corrected after insertrow

2010-07-14  Joachim Lingner  <jl@openoffice.org>  [a8d677dd6fe5b382821f97a1fd80ce61431febbf]

        jl154 #162868# windows custom action for running unopkg sync

2010-07-14  Joachim Lingner  <jl@openoffice.org>  [c8505273af04f35d0ff69f2c38f098d77a18f0b7]

        jl154 #162868# windows custom action for running unopkg sync

2010-07-13  Ingo Schmidt  <is@openoffice.org>  [bde51d314523b7b9f4934c21a9d4f4612a57b36e]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-13  Ingo Schmidt  <is@openoffice.org>  [ecde3e0e683f5969e8a770c0ec0634459b257778]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [a0c28a33d1bb4a306d32318636e342156905b7b2]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [e72da4ca152b7beb78b13531351e13a522e0772c]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [8dfe965a32b7d99d5bd70489f5f45652114ca889]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [16813a9d8b461ec6a78373aef29f1d9a74903ef7]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [d34141e18e3f5d2054c491bbf70e65f6835bd7f7]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Daniel Rentz  <dr@openoffice.org>  [5ca6cfe456d1a6ae630df4d1c568b0b742480e92]

        dr77: #i113097# make Sequence(sal_Int32) explicit

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [c8099f69bbbce2d15dde8a9077a975e72cc3c304]

        masterfix: #i113111# build fix for scp2

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [81864751ef5e6e51906d5bae7de39cf19505e868]

        txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [a25f2a7a55a7611b75dc6721fa52426c466d4be0]

        txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [17022b70d98093f0d33e119f6c59725c66674561]

        txtl10n: #i113008# #i113125# Support of help tree files and single txt files in the L10N process

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [3e46665171ba27887ae60b0648a691ae6213d5a9]

        txtl10n: #113125# Support of help tree files in the L10N process

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [eb7457324001e55c3788967d23ab34d503a0295e]

        txtl10n: #113125# Support of help tree files in the L10N process

2010-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [cd9c760cfb830cdc991ae5d2c8bee15a6166f496]

        txtl10n: #113125# Support of help tree files in the L10N process

2010-07-13  Thomas Lange [tl]  <tl@openoffice.org>  [ff52cc5bf7406435a8cf33eeeeacff045f159e27]

        cws tl83: merge

2010-07-13  sj  <sj@openoffice.org>  [3287410fadd9d8490ae6b69398a7764ca4110d1c]

        impress194: #111699# applied patch (PPTTextObj::PPTTextObj with null field)

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [b592f04ebec1fb34a4d7f87281c5ad8a70cb581e]

        masterfix: #i10000# set BUILD_STAX to YES in setsolar environment

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [a1e6cecc361c2f6e26ee6738231184022f6b18dd]

        masterfix: #i112911# localize doesn't export files fixed

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [7fd246545dfb3e55249f3646d351dfc797090a59]

        OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [f98cc0d78157d049b1780d3f404384c77f30577a]

        masterfix: #i10000# generate new configure

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [2a77fa44f3b2ccf8bf070e7d7350c801fa560d1d]

        CWS-TOOLING: integrate CWS sw33bf06_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [b0289f45e20706eb2dd2394cc979f50bb98c6ac1]

        CWS-TOOLING: integrate CWS sw33bf06_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [49b06312d167ec3c210062ef704f8403abadf058]

        CWS-TOOLING: integrate CWS sw33bf06_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [cea3e401e3ba79fbcd58b49a0f71d520e079c3ea]

        CWS-TOOLING: integrate CWS sw33bf06_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [d935bef4673f4e3df07d0465178160586bfcfc5e]

        CWS-TOOLING: integrate CWS smoketest26_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [9720a92e9c862560bdeced5931550e6d0f60059c]

        CWS-TOOLING: integrate CWS ooo33gsl02_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [8e4c72043946b971c712b6a3fad959c3bb54c6dc]

        CWS-TOOLING: integrate CWS ooo33gsl02_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [8d73afe9163be9ed23b360a2c970db0e6f372e55]

        CWS-TOOLING: integrate CWS ooo33gsl02_OOO330

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [9ab9af2e4686e9806727abb66990ad608a03ee44]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [e888beb9268cf838097e9c6b4295f8c2d9c2e5f2]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [e28ab69d967f34d29bd3f29571812aea9e2ab12b]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [9bfc605c286d2743eab83f75e9e6255f880b048d]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [67598dc4ad734364734afd003b5c2f6fcc4cf717]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [0f600eaa3836c6858e07c6a1f76a14ece4fbb6b4]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [9bf43253546e34acc4160200ed57dc71c864ce8b]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [1b341c875354ff255fd22de7983e1fb66fd0652e]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [9a619eddb5832f7afe94955b3bc051a82de10fa2]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [37287ce5ae0cc54a97625f965d7718a0bf4a4c42]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [de0d3255d183b96ecccb3b83fc25bc078ce846e9]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [ca851f72310bf83c0e6e7cb98fd58e6271fa0f01]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [fc2f9611714314500bc4b5359a6e6e5e16cc77fc]

        CWS changehid: resync to m84

2010-07-13  Mathias Bauer  <mba@openoffice.org>  [c69a7c74ba3be070506446c5806afafca96ee0e4]

        CWS changehid: resync to m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9a0a4ed039f35bd33d470044ddad2b2d460988c2]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [34522941f77dfba8d43a59bac12659f4e1a76e62]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1bbc3722578783275e7336ee14bb0f06a5b78954]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8cb2e6a18843546fcfdb1e693c45e390cb4cdfdd]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8b52ada25a24b70b229b026f9f2928326d17443e]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c939a66ccb5bfe0c84992a6fab09aa7df46e76cd]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [475b9ceed3f64fb7c2ee23573513d7b54044940a]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c6cfddced2a774dd34d0cf265ed0fcb4baeb19d7]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d6fff0796828dab5afb054e7ad3dd8c8c6ed8d52]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a4a2a3ef98fea47db17e95f770dbf5609c3d48d3]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fd90f23f3a727dc80e4fa0be1a2a967feee8cb43]

        CWS gnumake2: resync to DEV300_m84

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [4224a3396cefd371328e25631a130f44598ecd9b]

        CWS-TOOLING: integrate CWS ooo30gsl01_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [627046c06fa1a43a8808cad65e0345805c1693cb]

        CWS-TOOLING: integrate CWS ooo30gsl01_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [2e7d5613508eaa7017d59dffe43461f378123eda]

        CWS-TOOLING: integrate CWS ooo30gsl01_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [a34dc4114a103abe5de68ac573f4a830cbc35b77]

        CWS-TOOLING: integrate CWS native317_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [eafa9c7760628f4a9fe25109f8e2c53f9fbe9852]

        CWS-TOOLING: integrate CWS native317_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [7b43eb48bac2cfe6810fe6a784519cef5875c597]

        CWS-TOOLING: integrate CWS mingwport31_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [e16a02d10e21671dc09c63b1a03b7a619652b7e6]

        CWS-TOOLING: integrate CWS mingwport31_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [5394e06d449e0c1326edd899553f9ab3d67b7078]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [8ae3b89540c0a5044126c59776642c898ce6ef50]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [6c904ba535f65a39d71248f74ac0b4f9ec2a0049]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [1a290488a37ecacddcf4a3c043cdfd86d67fb52f]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [2510e2551e5cedf83bd7e287e623bef81b70884e]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [28f79d55c7900075316d77bcc8efd4f1d5a4b24b]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [4065fa62cd9e25056e8ff18cdc3b9d144960bd18]

        CWS-TOOLING: integrate CWS jl153_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [1d97771f1ea5dffc86a0fc5b1e1ec90a34553092]

        CWS-TOOLING: integrate CWS impress192_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [a8708cedf6b0f9cf3d18c1e4c6e881185b98accf]

        CWS-TOOLING: integrate CWS impress192_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [910056401972274d3ed4ec6150b68a1bc206fa41]

        CWS-TOOLING: integrate CWS fwk147_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [3fde8ee0b9f95182f701363a622793d3e4277ebf]

        CWS-TOOLING: integrate CWS findbarfixes01_OOO330

2010-07-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [72b6551726a28f5f4daed12d8fc86170c78e7105]

        vcl113: #i113117# cleanup object life cycle (thanks cmc!)

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [33ddb7dd3056dbe281a8551a39e85f23feeca35b]

        CWS-TOOLING: integrate CWS configure25_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [74d6d5fe907947655edd2d17b6a168ab745a6f8d]

        CWS-TOOLING: integrate CWS configure25_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [38521b81c68fc4e9eca535e5a6dfe82435f3fd5e]

        CWS-TOOLING: integrate CWS configure25_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [e83880d8970335b312a103adf29298f41c7a1345]

        CWS-TOOLING: integrate CWS configure25_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [4a2a4138eaafe62fd7a3a960d260806ea68b411c]

        CWS-TOOLING: integrate CWS aw083_OOO330

2010-07-13  Kurt Zenker  <kz@openoffice.org>  [e5972a33f7dde6d6875c43a060e938b654170679]

        CWS-TOOLING: integrate CWS automationdev300m84_OOO330

2010-07-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9a7bec4a045fa95f849c729b0be3bc295aa6d0ff]

        vcl113: #i112411# fix output format handling (thanks muthusuba!)

2010-07-13  Christian Lippka  <christian.lippka@sun.com>  [bb59fe6945adf9997ce7f2f97a034c215614f6f5]

        impress194: merge

2010-07-13  sb  <sb@openoffice.org>  [aea27fdecf6be6eaf12024ac57910a650c88ea64]

        sb123: #i113103# disabled chart2/qa/unoapi for now

2010-09-10  sb  <sb@openoffice.org>  [78c81010ce3aeef09d93ae183a715a3a1e581cbc]

        sb123: merged in DEV300_m87

2010-08-23  Lars Langhans  <lla@openoffice.org>  [43a2391a2e5e81f88cd25efa1deb6fc260cc2104]

        sb123:#i111449# remove all subdirs in complex tests

2010-07-28  sb  <sb@openoffice.org>  [1fec19d2ce346d6807a96e7237fd6286c0bf8897]

        sb123: #i111449# building sc/qa/complex/dataPilot fails due to SUBDIRS in makefile.mk

2010-07-12  Niklas Nebel  <nn@openoffice.org>  [59e208d9037efc74525de69c2a892a30e61648c5]

        calc56: #i102690# correct attribute names diagonal-bl-tr-widths and diagonal-tl-br-widths

2010-07-12  Niklas Nebel  <nn@openoffice.org>  [8c7337513fc86371edcdf9fcddc8d1fef8efc329]

        calc56: #i102690# correct attribute names diagonal-bl-tr-widths and diagonal-tl-br-widths

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [3ae43d50ee799f77f992ae14394e45c95de042aa]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [f51ed65827e68e8bd549cfedf1d499d3dc226065]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [7e0f1587c19c29fe6aa0b83a08e6515e65d050e7]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [00d5cdc080f6381c0b42f231763195298bbca5ba]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [ce95b85ffe0fa3faa0e6402195877c5cd623877b]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [70943ed84a1495a144e2cd61de57d332a0ac66be]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [6f908e355bc2984ede36349a84860e17afef24d3]

        merge

2010-07-12  Michael Stahl  <mst@openoffice.org>  [ae05c62681c56a11b1a6d8ca58a70fb767b0e8d1]

        solaris10u8: #i112480#: fix libxmlsec configure:  xmlsec1-configure-libxml-libxslt.patch: do not prepend /bin to $PATH.

2010-07-12  Michael Stahl  <mst@openoffice.org>  [7e5ed4b24a3dcd1926946c434b3e12c167a4f950]

        solaris10u8: #i112480#: build libxslt with versioned symbols on solaris:  libxslt-gnome602728.patch: remove (disables version script).  libxslt-internal-symbols.patch: do not export non-existing symbols.

2010-07-12  Michael Stahl  <mst@openoffice.org>  [917dac0a4d7652c1e68ee94a262d4cb7d09a32b0]

        solaris10u8: #i112480#: build libxml2 with versioned symbols on solaris:  libxml2-gnome602728.patch: remove (disables version script).  libxml2-global-symbols.patch: export various global variable symbols.

2010-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [85ce1d366eb685c655fc5f7ec2d45fbc05aad722]

        txtl10n: #i113008# add support for xtx files (single text files)

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [6efd2ceb1d4eb10d139dbc5128ab5042283fe56d]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7de659a55056abb942729ab295a0eff868c828a7]

        Automated merge with http://hg.services.openoffice.org/cws/dba33g

2010-07-12  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cb01c3c71cf92004a13d6f06bd18fbf1ff9239ba]

        dba33g: #i112213# handle chart import for columns

2010-07-12  Joachim Lingner  <jl@openoffice.org>  [096e86da1c50f53c798d61801ac2643962160631]

        jl154 #162868# OOo Improvement dialog will now show at the second start

2010-07-12  Lars Langhans  <lla@openoffice.org>  [4c463afba54bcf0ee6692d1e69d17b750a143efb]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [276aebfdd310ff515fe1c02912f28a2a09c0e177]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [c9c31f54b75cdf73e8b46803a14f27bdab63b626]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [0b233d086890abecfbd72179ad06318aa15c1121]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [2f09f97c85b3e4a5c96b8208327a0b560777d264]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [49639308752dcb40a0686664ba1ddc8c00ae850a]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [d5692581a4ffcd31126cc3624c9135e58d447d7e]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [24f5365857c4403d3afef5d0af75d3c0958fd5a9]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [edeaa54d94506191e9babc46b09540458949c4c4]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [587898db4118b889de927e5c647b50406359a169]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [b5be16f78e47519272e261fb215804000e2931ac]

        sb123:merge

2010-07-12  Lars Langhans  <lla@openoffice.org>  [9b3f76f4d31d1d25ca842e03878eb06c213613a2]

        sb123:merge

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [034fc5820ef2e9394fc07bcd0e262af699c6cbb4]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  sb  <sb@openoffice.org>  [ce8677050293f93d38e21e3632af01c5de022491]

        sb126: #i107490# dead code not removed by previous cleanup

2010-07-12  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d7c6bda8d274ed1a41457440fbca8cdf974d0345]

        dba33g: add missing eol

2010-07-12  Daniel Rentz  <dr@openoffice.org>  [476d5154563c7357c3f10069725dfcff5016712a]

        mib17: branch merge

2010-07-12  Daniel Rentz  <dr@openoffice.org>  [f2562cf3027626b269caf4dd74731b69c207febb]

        mib17: #i112634# API changes

2010-07-12  Daniel Rentz  <dr@openoffice.org>  [9eaf48be9b8a9317459383caf11b98e68b038955]

        mib17: #i112634# API changes

2010-07-12  Daniel Rentz  <dr@openoffice.org>  [365321d410148c44f5310bdbd21c79edc7551597]

        mib17: #i112634# API changes

2010-07-12  Daniel Rentz  <dr@openoffice.org>  [adf3c10549e3a755f8705e3b97939f4488ee7381]

        mib17: #i112634# API changes

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [d680d3802d4f570d322b3ea1426e715cf1ab12b9]

        merge

2010-07-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [96be84bf43e4760a82c90dfdfe90816a26932e2f]

        vcl113: #i113069# fix useless dereference (thanks cmc!)

2010-07-12  Ingo Schmidt  <is@openoffice.org>  [46d6b860e537ba02a9d1374ab28096d4e7c70eb3]

        jl154 #162868# unopkg is back in packaging and installation

2010-07-12  Joachim Lingner  <jl@openoffice.org>  [aea943b27855a9f3f3795f092139947d3ee02b65]

        jl154 #162868# additional private sub-command for unopkg for use in setup

2010-07-12  Mikhail Voytenko  <mav@openoffice.org>  [7aa177e87e43d6db6134cd08282181f905a4dcf1]

        mib17: #162973# implementation of 'Empty' symbol from AB

2010-07-10  Caol?n McNamara  <cmc@openoffice.org>  [81b896e98847311537011e239bf0b7d287131965]

        cmcfixes76: #i113072# redundant dereferences

2010-07-10  Caol?n McNamara  <cmc@openoffice.org>  [4a607556ce44e451bae7292bdb99d7ee9b67fd25]

        cmcfixes76: #i113073# redundant dereferences

2010-07-10  Caol?n McNamara  <cmc@openoffice.org>  [d35a99db3cfc6a13fc36143c26e2d1a95a7ea391]

        cmcfixes76: #i113071# NULLs that should be sal_False

2010-07-10  Caol?n McNamara  <cmc@openoffice.org>  [1d9d25cd2960076ede653de755c350e63216e3c5]

        cmcfixes76: #i113076# missing includes in configure test

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [1a3ab0a0693f161d8e92b28933ecd45c04ff3eea]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [bf035be9001dff17650418326df102b1fea22651]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [e2280d56bfd8f963b4caea5b200a83be8664d5a3]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [22e9afcab567030e0b1d029400dd85851b2d86e3]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-07-10  Mathias Bauer  <mba@openoffice.org>  [d1f6ae4254c5f3b6047551d95fe341ac8d6dd56b]

        CWS changehid: #i111874#: change code to support HelpIds as byte strings

2010-07-10  Daniel Rentz  <dr@openoffice.org>  [bb51dc29f50476471308159c97c25fa059dcd17a]

        mib17: #i110746# fixed memory leaks

2010-07-10  Daniel Rentz  <dr@openoffice.org>  [366a18ae5698f759c3f463294d69abee41d1f8a3]

        mib17: #i113070# WaE: wrong return values

2010-07-09  Daniel Rentz  <dr@openoffice.org>  [d51b5501b66fd73252a4788ba0e2e215156c5488]

        mib17: restrict export of codenames to ODF to VBA enabled documents

2010-07-09  Daniel Rentz  <dr@openoffice.org>  [59665af0c094f4b0ecbf63f0ba532fa2fccbb2f0]

        mib17: remove unused static var

2010-07-09  Niklas Nebel  <nn@openoffice.org>  [aaf48ef999ab4345af109d6c4ff25ea0f986a238]

        calc56: #i112745# draw edit cells and printer-metrics text before DataPilot buttons

2010-07-09  Daniel Rentz  <dr@openoffice.org>  [122a13f1cbe9f43d04c082d40d0a672b5814b4c1]

        mib17: compiler warnings

2010-07-09  Kai Sommerfeld  <kso@openoffice.org>  [6ad1b1f951a4cb319e10169a0cafed7aa5e676df]

        rebased to OOO330 m0

2010-07-09  Kai Sommerfeld  <kso@openoffice.org>  [d9b4025d578d2bebf69eef08ed806787ac594896]

        rebased to OOO330 m0

2010-07-09  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [084fbb9e5e3c5cba2f00b7eaf9dad5b61ff62b6f]

        dba33g: #i112213# handle chart import for columns

2010-07-09  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [06611b0b7584e21c9b876c20d35850e8fefcf093]

        dba33g: #i112213# handle chart import for columns

2010-07-09  Caol?n McNamara  <cmc@openoffice.org>  [4b566610a736079b275f474a400e035246a41ca7]

        cmcfixes76: #i112656# fix up windows casts

2010-07-09  Thomas Lange [tl]  <tl@openoffice.org>  [4efd2d986e38cd362d6771c175dcfa33a3856c96]

        cws tl83: #i113004# crash when spell checking in sd fixed

2010-07-09  Thomas Lange [tl]  <tl@openoffice.org>  [1acb3fa596bac16a168b22d4070db9f6423881d8]

        cws tl83: #i113004# crash when spell checking in sd fixed

2010-07-09  Niklas Nebel  <nn@openoffice.org>  [f801707b085ea0356749a79588ab00ef13d3ac48]

        #i113045# SetTextToWidthOrHash: do the single-character width calculations in logic units

2010-07-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8e1312d5b24cafdeef12d588b5f91a4f691bd17d]

        native318: #i113044 - OLE names now have version number 3.4 for Oracle Open Office, OpenOffice.org and BrOffice.

2010-07-09  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8b75cd73ff47f3f2dd54e255c909bafab04804f5]

        dba33g: #i112274# throw exception when trying to insert, update or delete rows, which is currently not supported at the driver

2010-07-09  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cfc1d8bdffb17985e35d8ae5b987acc1de664354]

        dba33g: #i110825# applay patch to removed unused code

2010-07-08  Mikhail Voytenko  <mav@openoffice.org>  [47ad9825590f931c574f83602b0745a122a79485]

        hg commig -mmib17:

2010-07-08  Caol?n McNamara  <cmc@openoffice.org>  [e587dbf204b39022391e09eeeb2d25182a0e60b5]

        #i112656# osl_setEnvironment/osl_clearEnvironment, rtl_stringbuffer_newFromStringBuffer needs inited argument

2010-07-08  Mikhail Voytenko  <mav@openoffice.org>  [627f5293a95a31a3b90632c01116eeb8c78829d5]

        mib17: #162917# let basic byte use one byte, let olebridge convert sequence to safearray correctly

2010-07-08  Mikhail Voytenko  <mav@openoffice.org>  [dd6ba6b64aec20d37a402bee233e742e29285e88]

        mib17: #162917# let basic byte use one byte, let olebridge convert sequence to safearray correctly

2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f54ed5524c707fe9153a74a530fafba732006909]

        vcl113: #i63604# make inputwin for sw and sc adjust to font from system settings

2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd7d8323135223d145f78a7d5847a7716552cc42]

        vcl113: #i63604# make inputwin for sw and sc adjust to font from system settings

2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6754d6da581cab583e72dabe296b95a4b6e4c27a]

        vcl113: #i63604# make inputwin for sw and sc adjust to font from system settings

2010-07-08  sj  <sj@openoffice.org>  [d4b20337f69340abd5cc9bc3e72c617876cc15d6]

        impress194: #i112166# always removing tempfile (now removing file via osl_removeFile instead of ucb::content - delete)

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9bd142499eb4254cbb413caaad31105da3b95eea]

        dba33g: #i110535# add order with realname and table name

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e9e1321da43daba28f1f77b83f5e0c3524a47544]

        CWS gnumake2: hacking for qstart lib for now

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e8ec11b41233376724acd0f58bf3f6439c0e21d8]

        CWS gnumake2: hacking for qstart lib for now

2010-07-08  Lars Langhans  <lla@openoffice.org>  [7fe7a1aadb4d47b71b41110ac6e59dcd4f172ce7]

        sb123:#i111449# make clear buildable.

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [03c937ee49c12ccae12c37105ddb9862e9aed312]

        CWS gnumake2: also update framework module makefile

2010-07-08  Christian Lippka  <christian.lippka@sun.com>  [103998e7c97acfb6cec90715eca62ee519d8d3fb]

        #112855# call SdrEndTextEdit only if we are still in text edit

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [50fbc78991abce50a5dfa3e933f0adb6e0a75fc5]

        dba33g: #i108954# handle value for string and date like value-type is defined

2010-07-08  Lars Langhans  <lla@openoffice.org>  [45f206d9cda0fcba57560de7ac5cfb309677f652]

        sb123:#i111449# make clear buildable.

2010-07-08  Lars Langhans  <lla@openoffice.org>  [eb0861b8bfe605e025c139bd24835ff96940c2d0]

        sb123:#i111449# make clear buildable.

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1b313fc4833df7cfa6aa2dd9a2700826ad209f7d]

        automationdev300m84: Fix typo in .win declaration

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2141676620130121da7590eda02a235199f527d8]

        dba33g: #i111142# handle insertrow corrected

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a8f8b4275e3a0d7c16293bad74351d7890046f70]

        CWS gnumake2: using gnu make directly from build.pl

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [13650e71469d579a91f3de3eefa977e825567b57]

        CWS gnumake2: using gnu make directly from build.pl

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6c520fd3411696ca2c46e9687d1cce33b34af935]

        CWS gnumake2: using gnu make directly from build.pl

2010-07-08  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d96804e1867f2db4b26fa4f8ca8cfa64b4ec92ff]

        CWS gnumake2: viciously killing common trees

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [59d725548db0075ebd230df6cfa09abd76ee1a57]

        dba33g: #i109528# remove clipboard listener

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b1c7502da9ed85d88e28e9feeedf7591d13e9b17]

        automationdev300m84: Removed merge markers at the end of the file.

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8300ef8db57da4dbf65a5b10323e1c909c41490b]

        dba33g: assertion when closing stream, only close either the input stream or output stream

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bf97aef60b98b7c72ebd494845d0bdfa0c54ef84]

        dba33g: assertion when closing stream, only close either the input stream or output stream

2010-07-08  Vladimir Glazunov  <vg@openoffice.org>  [1ac22a94e060d6de3af716ce818eb5efa0e90d4c]

        vgbugs10: added new add_repository method

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [43245e76a3b8a5ebf67d0edf38934b2e3687fbc2]

        dba33g: #i111205# handle filter for key and update and insert row

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [42584318cc4a396d31d980504397f3f8b9814a45]

        dba33g: #i111205# handle filter for key and update and insert row

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d0b347318f5a56df7c83e6d6755aab1de94a5666]

        automationdev300m84: Resolved local conflict

2010-07-08  Helge Delfs [hde]  <hde@openoffice.org>  [fdb0e356207e3e35ce07e8fa78abe881b1e582f3]

        automationdev300m84#i113030#removed warning and ignorance of testcase

2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [55ee3b3473b1b6728259e142fff62b0466710192]

        vcl113: fix a PEBCAD

2010-07-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7ae66cbe2015930650f7d3b90695a0d331f618d2]

        fix a warning

2010-07-08  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [d4a5143759987c589e555307fb5fbb67f2e208d4]

        automationdev300m84: #111330#

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [aa1d824ff9d9339cad9afadf0a750cff0f1354ea]

        automationdev300m84: #i112887 - The method used to close the hyperlink dialog was wrong. Another CWS brought the possibility to assign HIDs to tabpages so this can now be used. The HyperlinkDialog now has three buttons: ApplyButton, CloseButton and BackButton which can be accessed directly via the dialogs context. Requires a minor change to edia_d_h.win. Furthermore t_tools3.inc had a modification regarding the for-next loop's exit value and the test tInsertHyperlink was modified.

2010-07-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dbc44685373378412f1c20aa4d21336bfddd35cd]

        dba33g: #i111828# * is handled differently

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e4556d5f123bf3d704909932bc51eb8a1aa407c5]

        automationdev300m84: #i112935 - Removed the invalid issue-ids from the test tFormatWrapObject.

2010-07-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3999cb339afd9a69c36dc82167f050eed65b85fd]

        automationdev300m84: #i112935 - The fix is that i check for iRetries being greater equal MAX_RETRIES. This is against my understanding of the for-next loops internal workings but solves the problem.

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7b722195533b6fe6a9bc79e221074321cf4963fa]

        rebase to DEV300_m84

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [95cb2b30e3c6323b51dae8fc396c63a17b97ce82]

        rebase to DEV300_m84

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5d610c1538a440085c9d8917a34c70531a7a9bf9]

        rebase to DEV300_m84

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db7db8ca65c327fa850cff90ca0183e4c49416c3]

        rebase to DEV300_m84

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6c161f07039d8ae48e8357361dbe76a2274f531b]

        rebase to DEV300_m84

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2ec942ae6c49dd2e2957a4a4a72ff7760957ddf4]

        rebase to DEV300_m84

2010-07-07  ka  <kai.ahrens@sun.com>  [6a95ce1c7f61f5cd7684486937fc30f095ce2a29]

        avmedia102: try use gconfvideosink at preferred video sink

2010-07-07  Jan Holesovsky  <kendy@suse.cz>  [9a42d8002b75af9d1cd04342a9614fe83e201b31]

        Split build: Newer git changed the format of git-remote.
        
        * download:

2010-07-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [050bb9f5e5dd3884346026d63023ea94183836fe]

        automationdev300m84: Local merge

2010-07-07  Daniel Rentz  <dr@openoffice.org>  [11b65b14d99fee8407cf0af4f9d4f70a70464217]

        mib17: branch merge

2010-07-07  Daniel Rentz  <dr@openoffice.org>  [ecc8b1ae1dd2ca82d37c7e660dd5949caefe37f6]

        mib17: adjusted codename handling in xls filter, do not restrict vba event handling to xls files

2010-07-07  Daniel Rentz  <dr@openoffice.org>  [708cbbebc8483e2c2044d409d4503fdccc558969]

        mib17: adjusted codename handling in xls filter, do not restrict vba event handling to xls files

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ed4c1a81cfee1ab6293fd918dc50733a40dd0a07]

        vcl113: #i110453# support disabled options in a choice

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c47a01aa1ae89fedf0fda377477749a2d3633889]

        vcl113: #i110453# support disabled options in a choice

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8b45c14977a097d610126ba92625aa5fa1537e6a]

        vcl113: #i110453# support disabled options in a choice

2010-07-07  Daniel Rentz  <dr@openoffice.org>  [4232a54805f36dcfcb05b980ac9b6df2ed381fef]

        mib17: remove unused code

2010-07-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e2ffe6b8de7cd6277582afad1bff94556db485aa]

        automationdev300m84: #ii112847 - Fixed IsNamedDocLoaded by creating an exception list of suffixes which indicate a template being loaded. Not 100 percent safe but better than the old implementation

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ba51d183a02556d78a822a95908f7bd6fe05ccdb]

        CWS gnumake2: fixing all module makefiles (copy from tools)

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f4e0343a4dc083f8c255cf40f567e635e6fe7eaf]

        CWS gnumake2: fixing all module makefiles (copy from tools)

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [547302257bf88a69e1e44060891687915ff1fe8d]

        CWS gnumake2: fixing all module makefiles (copy from tools)

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b60cd2dccee9c5866b5159712fc25ce403a9cf64]

        cws gnumake2: pch fix

2010-07-07  Niklas Nebel  <nn@openoffice.org>  [bcd4bc56c93dd815da6b5d0e22348dabbc75ca9f]

        #i112250# #i113022# better handling of automatic decimals for small values or equal cells

2010-07-07  Niklas Nebel  <nn@openoffice.org>  [e674baba51bdbe489e9c8617e5ed45840d6bfbd4]

        #i112250# #i113022# better handling of automatic decimals for small values or equal cells

2010-07-07  sb  <sb@openoffice.org>  [7ef2d674d1f64bdb2d82845c34d271fb7e4ecbf3]

        sb126: #i111184# introduced test::uniquePipeName

2010-07-07  Christian Lippka  <christian.lippka@sun.com>  [78ce81b376371b23759f0b67e5664fd1faf7dbee]

        #i112791# add missing update for SID_INSERTPAGE slot on slide change

2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [94cb0ba6337befecf82c553e645f7bbc6aa38967]

        txtl10n: #i113008# add support for xtx files (single text files)

2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [71d0aa83c9a1330c27b47cc836f4754a007815ae]

        l10ntxt: #i113008# add support for xtx files (single text files)

2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [fb9f27fc9881ad5670bfe4d9f96438bf2322b24d]

        l10ntxt: #i113008# add support for xtx files (single text files)

2010-07-07  Oliver Craemer [oc]  <oc@openoffice.org>  [e0bf75deaa0d0af16995f9426ebcd3aff68c60aa]

        i113009 : [Automation][c_upd1.bas]Workaround for tFileRecentDocument

2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [bb7dd792818f8404d6e756505469d17350eebd83]

        txtl10n: remove some noisy output / code cleanup

2010-07-07  Ivo Hinkelmann  <ihi@openoffice.org>  [068a5d9293e092cbe73d8a707e4f45a623d99ccc]

        txtl10n: #i113008# add support for xtx files

2010-07-07  Herbert Duerr [hdu]  <duerr@sun.com>  [615f5b5bd1ef0aec309a0a2058848d5d4930beb1]

        merged with DEV300_m83

2010-07-07  Herbert Duerr [hdu]  <duerr@sun.com>  [26ce8311226ab11eccddf3a6db89d061ea71e15c]

        merged with DEV300_m83

2010-07-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9d3fb56757b41358c0adddc9797527c41449de23]

        automationdev300m84: #i112987 - Fixed failing access to dialog.

2010-07-07  Andreas Bregas  <ab@openoffice.org>  [cbd90787ccc28ff36fb439ae3e012d28688b2ecd]

        mib17: #162916# No error if byval in calls isn't followed by lvalue

2010-07-07  Christian Lippka  <christian.lippka@sun.com>  [976f6be2e65ba681b70d91943265baaec75398c5]

        #i112791# add missing update for SID_INSERTPAGE slot on slide change

2010-07-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9026ca45555e9374550ca2ffa3aad539a1518fc2]

        automationdev300m84: Local merge

2010-07-07  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c222f5345b271212e155b48b1bdc6ba4ca5de54b]

        automationdev300m84: #i112987 - Attempted fix for missing dialog (which is a fake, it just became slower)

2010-07-07  Carsten Driesner  <cd@openoffice.org>  [ed07c51161b6ac904a42a6ce14ba52283ccbde0b]

        jl154: #i112449# Fix flicker on restart. Backing window won't get created if restart is required

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b2f9ce87249dfe76e25e2d6062c50c38fc60df23]

        CWS gnumake2: resolved dep generation dep cycle

2010-07-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d2c249a19e214bfd8b179edf039dbc75f8aa58da]

        CWS gnumake2: resolved dep generation dep cycle

2010-07-07  Oliver-Rainer Wittmann  <od@openoffice.org>  [4283794ec5f1738f714defcec5e47c6ee1bdde22]

        sw33bf07: #i112181# method <SwTxtFormatter::InsertPortion(..)> - assure that internal flag indicating existence of non-footnote-anchor portion is updated in all cases.

2010-07-07  sb  <sb@openoffice.org>  [648603aa7c5f485182a5e2c983403f5cefb1c39a]

        sb126: #i107490# cppu lifecycle cleanup (patch by cmc, plus removal of now obsolete CPPU_LEAK_STATIC_DATA)

2010-07-07  Ingo Schmidt  <is@openoffice.org>  [5d5d4aee838d02c8d6ee119d2325d8a39f5455c5]

        native318 #i112699# setting version 3.4

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f550379188d5f14e87e5452e79fa64d0c9cf0cd3]

        dba33g: #i112620# modified state is not set correctly at sdrmodel

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ec88ba28a7fe69927c23700261ff064b79df8654]

        dba33g: #i112620# add new namespace for chartooo

2010-07-07  Ingo Schmidt  <is@openoffice.org>  [2b814f262f6c1644814ecea8d56c1f07faccc468]

        native317 #i112626# solving logging problem

2010-07-07  Ingo Schmidt  <is@openoffice.org>  [b67c80ea3c76fc4c2c39d66c970f6a46e4b6b9cf]

        native317 #i112626# solving logging problem

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [67b452a0ba3b50f8a42e6b5f65a5e2de943b5221]

        dba33g: #i112440# make teh version final for 33

2010-07-07  Mikhail Voytenko  <mav@openoffice.org>  [b8d18edc25262dcd77c160d2910ac77e2d683a18]

        mib17: #162901# fix Remove

2010-07-07  Oliver Craemer [oc]  <oc@openoffice.org>  [ece3808a5e68ea8f4a54317313447dff0f328535]

        i112991 :[Automation]Chart could not be enabled due to Renaissance

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9b3ed7aa9162094b99fd3341c0432c94e659420b]

        dba33g: handle of next and prior for count function corrected

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [556abb108ee99bc2690c3ba08b501ba2483e9a8e]

        dba33g:#i111828# add lft part to count function

2010-07-07  Thomas Lange [tl]  <tl@openoffice.org>  [3ad81df579c34873878d09b8a45a59717d44b614]

        cws tl82: automatic and silent conversion of user dictionaries to human readable UTF-8 format (DIC_VERSION_7)

2010-07-07  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [2d8a117426f9aa3b47a90bcbe1907bb8a15442a2]

        automationdev300m84: #112990#

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d98c5119b4f4211167c919e7bf0bc32875dafbf5]

        dba33g: clear warnings when free resource to avoid disposed exception when reloaded

2010-07-07  sb  <sb@openoffice.org>  [6b1681c73d4242a7657ad731103f11ce76b7a35e]

        sb128: #i112986# shifted relevant smoketest work to OOo main thread to work around potential deadlocks (transplanted from 5dc61b93c5ef2ed21e3d9532325b35a70fef18da)

2010-07-07  sb  <sb@openoffice.org>  [4699a135a27314e126ddbaa6d7d8e010d39c8aa5]

        sb126: #i111184# introduced test::uniquePipeName

2010-07-07  sb  <sb@openoffice.org>  [068bd24c40aa21ba7df7e13dd76f8f62679033d3]

        sb128: #i112986# shifted relevant smoketest work to OOo main thread to work around potential deadlocks

2010-07-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5110f7d154632f7a70fe390832ed90e72b993d8c]

        dba33g: #i112609# do not limited tables to the selection

2010-07-07  Andreas Bregas  <ab@openoffice.org>  [f6807392713b9c9f95475424ff840d2b60d46546]

        mib17: Merge

2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa86f2e0fd4511a38e6eabf77310b87184d841ac]

        ooo33gsl02: #i112873# fix a SNAFU

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [fc135411fa926f4d89e98378d113f597af79e2a2]

        mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [c449069c0608be9f263392589cb2c91e44bc9e8b]

        mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [b103addffc04b4ac0072992f2ec077135150d3ba]

        mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [d5bbb90b33416ad70987ab6725e41c1ce673ab93]

        mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [19d399fdda8f8e2b124e00bff54ecea476a3592e]

        mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power

2010-07-06  Daniel Rentz  <dr@openoffice.org>  [b687b636115b17970db28c389a8d28040ace86d1]

        mib17: #162576# handle VBA UserForm_Resize and UserForm_Layout events

2010-07-06  Ingo Schmidt  <is@openoffice.org>  [7bf7e8dcafe955b9cacda7d043f75359ce811696]

        native318 #i112699# switching to ooo 3.4

2010-07-06  Ingo Schmidt  <is@openoffice.org>  [91d55191c72731e48b7c559c668cd4a1051da4de]

        native318 #i112699# switching to ooo 3.4

2010-07-06  Andreas Bregas  <ab@openoffice.org>  [dba973219b95c52db4fd632ab642628d36084bdd]

        mib17: #162898# Special handling for ByVal followed by StrPtr

2010-07-06  Mikhail Voytenko  <mav@openoffice.org>  [f04dcac7750da85761a89e27e534032c0ce10b8d]

        mib17: #162858# allow to transport COM objects without TypeInfo as before

2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b43431261f87796c8755c388cb285f625e388006]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fea63cff452e1cab9ee04e2c4114ff39c8518a4d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d297ee4d52d3d43f9a2112ad2628fbeb67b9a378]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5c7a5fc6464850bd853a9fda6c1928fc5fd2580c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-07-06  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7afdc1af091ee3c55d5c5da889557daeda20164b]

        dba33g: #i112520# don't use getBestRowIdent..

2010-07-06  Helge Delfs [hde]  <hde@openoffice.org>  [2417ca4be83efe9c81b220f069dc34f2c6685c63]

        automationdev300m84#i112973#exchanged hFileExists with FileExists

2010-07-06  Helge Delfs [hde]  <hde@openoffice.org>  [072fcc5c846555b887de01fd87406f7a253168d1]

        automationdev300m84#i112954#added testcase to main sub and fixed missing hFileExists method

2010-07-06  Thorsten Bosbach  <tbo@OpenOffice.org>  [f2a74e8d594e2539f18fe4c637d582966b52a2b3]

        #i112967# be nice to unexpected extension tabpages

2010-07-06  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [b53656e84799104fb1adb8ed62a7b9d4046816b3]

        automationdev300m84: #112957#

2010-07-06  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [0c167d53f275d71dab18ede529f1edfbdefb6158]

        automationdev300m84: #112957#

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [5099e959ae62286f90556618ede7eecb6398ba24]

        cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [bee6b9eadce1fede1c812da815f49bbe9a6bc772]

        cmcfixes76: #i112656# osl_clearEnvironment, MacOSX 10.4 has old-school void ret unsetenv

2010-07-06  Oliver Craemer [oc]  <oc@openoffice.org>  [a5724195581541d27dcfbfc7dd86431799560aef]

        i102720 :[Automation][c_upd1.bas]crash in tEditImageMap does not occur anymore

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [32c76a4434c49e687c0a6e955f521586f9c75be5]

        cmcfixes76: #i112969# WaE

2010-07-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [35d5e1b45653eafe422c281356df9d833da43e04]

        CWS gnumake2: more multi-repo work

2010-07-06  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [359f9f3e0a3bcb15ff1e7fed4f872946b82ead05]

        CWS gnumake2: more multi-repo work

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [ea5ba44eab63c55d02d57aeb03edc672f2258cb6]

        cmcfixes76: #i112819# oops, revert part of wrong patch to fix overly const member

2010-07-06  Thomas Lange [tl]  <tl@openoffice.org>  [7bb10e673560b6f174f9a1026db51f6c83494e3b]

        cws tl83: #i112277# security tab page change

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [740db4e1e42f48b749e127fb260ac830086d5c8c]

        cmcfixes76: #i109623# WaE

2010-07-06  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [112f6fd64afaedd085f364cd63460091213c94ae]

        Automated merge with http://hg.services.openoffice.org/OOO330

2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [28a317ba5cbcb6b1fb011544d7961a9be11b21e0]

        merge

2010-07-06  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd0efc1f33cc699a2b5e169a0bd205f388470157]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (KDE4)

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [31bfaf0d23521af88c5110ebdb974c0963b67f03]

        cmcfixes76: #i112868# WaE

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [0fa33ce500dd6ee81511dccacf4e88d624d113ed]

        cmcfixes76: #i112868# WaE

2010-07-06  Caol?n McNamara  <cmc@openoffice.org>  [6be9150a6b747d87b4070dcb08a211dabc820bf3]

        cmcfixes76: #i90427# svx is effectively warning free on x86_64

2010-07-06  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5d7dd0a1b0e730a12a1702bd2c51a7fded6dddff]

        srb1: add missing files to ooo.lst

2010-07-06  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [24b31dbcff0b2a96cd85b180d80d86cbb24e7b49]

        srb1: add missing files to ooo.lst

2010-07-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b14f73f86f9ff80515b5979443dbbd88b09fcfa]

        unoawt2: removed unused file

2010-07-06  Oliver Craemer [oc]  <oc@openoffice.org>  [9225862076be24f61f2d36b0d166c9ba7ae9a77d]

        i112923 :[Automation][w_updt.bas]Timingproblems on SolSparc

2010-07-06  Dirk Voelzke  <dv@openoffice.org>  [2e76bcf66763f6bc0a83e7e2979c901f1093cdab]

        dv19#i112822# Applied patch to remove dialog, removed resources used by this dialog, too

2010-07-06  Andreas Bregas  <ab@openoffice.org>  [bb09a0aa845e46c538bd62d0c7d95a57e4d1a7d9]

        mib17: #i100659# Removed warning

2010-07-05  Niklas Nebel  <nn@openoffice.org>  [50727c4ef2058ed886493876f016fee1f2db5dcd]

        #i112745# get the right font size for ScDPFieldButton, clip text to bounding box

2010-07-05  Mikhail Voytenko  <mav@openoffice.org>  [e26e662ea218bb8cd973721f9dc927c27611d0e0]

        writerfilter08: #i112415#,#i112438# fix the problems on Edit-mode switching for for alien formats

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4a3d1757b1f300237f5b18424874f5d3e89c6135]

        ooo33gsl02: #i112857# do not mess up the resource stack if a string is not found

2010-07-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [396a4b3141eef99475a4f4b61ae754db69531e12]

        CWS gnumake2: more multi-repo work for modules

2010-07-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4d06c1bfc6ae30886dbcf699add3fb74ac5f0b3d]

        CWS gnumake2: more multi-repo work for modules

2010-07-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9017c0fcf4d1c2571c9b6477cccbc316ebef9adc]

        CWS gnumake2: more multi-repo work for modules

2010-07-05  Joachim Lingner  <jl@openoffice.org>  [9a2205a1fce5b1ccae5a6a9bac7aff88caa251fe]

        jl154 #i112934# replace old license headers introduced by CWS jl152

2010-07-05  Joachim Lingner  <jl@openoffice.org>  [2bf85bbf3fee31633ed398b5e3aa631f28e7c62d]

        jl154 #i112934# replace old license headers introduced by CWS jl152

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c30069e44b8f84379886caf87faa6be1f663b3da]

        ooo33gsl02: #i112846# text alignment, separator for menu button

2010-07-05  Andreas Bregas  <ab@openoffice.org>  [ba994212ea43ea8f0e93a038646ca960221ad16d]

        mib17: #i100659# Changed module variable handling

2010-07-05  Thorsten Bosbach  <tbo@OpenOffice.org>  [1242d182880028215d4ce92b465aab725eb8fd20]

        #ii112931# reverted back to last working file

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b3c25f47c80c31877c52366f12b0d9cff381cdc4]

        ooo33gsl02: #i112873# windows part

2010-07-05  Thorsten Bosbach  <tbo@OpenOffice.org>  [e84ef5ca2d32d9f9c7b8a8bc8f8245ff75344b48]

        #i112842# reverted back to a working revision from CWS tl74

2010-07-05  Thorsten Bosbach  <tbo@OpenOffice.org>  [723f3864d4832c430c8f1f0db5ee95afbd705f9d]

        #i64504# enabled autotest again for this fixed issue

2010-07-05  Dirk Voelzke  <dv@openoffice.org>  [215824566279c83bf1f299f4268e6f29f538e525]

        dv19#i29340# Implmented handler for NameClashResolveRequests

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [eec6efd12328d9dbc502d88d523319ad25ba53d6]

        ooo33gsl02: #i112873# fix warnings, exceptions

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [14ef467827c6bf0ff680fa35b9283aab2a332e46]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (improve constness)

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c5366c9d6373e6e993fafaaf24e9ea0a4482facc]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes (gtk, KDE)

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [61b7416babb4c7e0b1b3744146e10a3f8535861e]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [985a3c7cc96f260024c8fbdb64c988fc5660e9a7]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes

2010-07-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [599bb6c7fb505044634c65983508dcaa1425ca8b]

        ooo33gsl02: #i112873# change NativeWidget methods to be prepared for mapmodes

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [a831682cc3e78ead73aa62d49bced5fe396b7026]

        impress193: rebase m84

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [ef26787baa12d84fa4658a8ba89b84aeac698c9d]

        impress193: rebase m84

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [e757c3c7660317353f4341b2b274dcb64d37d3e7]

        impress193: rebase m84

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [8dd01b984a041c200d2eac98855be6edf115796a]

        impress193: rebase m84

2010-07-05  Thomas Lange [tl]  <tl@openoffice.org>  [e85d5ae7ccf19269de77ee84c86990989511bbfe]

        cws tl81: warning-free code

2010-07-05  Thomas Lange [tl]  <tl@openoffice.org>  [5914f1a08b1ca5d0b9fe59b8a12403d9a65d3430]

        cws tl81: warning-free code

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [af3999d34c5a977e7e26660725eebf39a8e5e6c9]

        impress193: merging changes

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [270a2f6fe23d3ce18519264b6670ba7b10e54dc9]

        impress193: merging changes

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [8150e01a9ab8455b89ae98a6eeab888b3c57304f]

        impress193: merging changes

2010-07-05  Christian Lippka  <christian.lippka@sun.com>  [28bc64ce5b71ba50b20a4fde705953a752c814a9]

        impress193: merging changes

2010-07-05  Herbert Duerr [hdu]  <duerr@sun.com>  [90d4fea3c958e2404df4a3f4b01d6d8ef0134ac7]

        #i112731# incidential substring matching is not very valuable

2010-07-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e9391ae8eb3d0a4edf977f0159ee7e07a0a95859]

        vcl113: #i111834# support pasting HBITMAP

2010-07-05  Herbert Duerr [hdu]  <duerr@sun.com>  [30f3d5468216a926c5380d55666d6d2d2bb6f60b]

        #i112731# incidential substring matching is not very valuable

2010-07-05  Thomas Lange [tl]  <tl@openoffice.org>  [460e23cc97d0fe644ceb77d8a8935017b9e71283]

        cws tl82: #i112898# memory leak fixed

2010-07-04  Kai Sommerfeld  <kso@openoffice.org>  [49aafa184a89d4ba04a2cbf0840f757cee142f7e]

        #i110653# - bumped minor version to 3

2010-07-04  Kai Sommerfeld  <kso@openoffice.org>  [d66c407d55c485552a47ce0a4951e64083460773]

        #i110653# - bumped minor version to 3

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [cbf512102c009e4ba6096286a744d59281af4e60]

        #i112897# typo

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [9a67dbf0aa3f53d532f6f204bd376ec8ce7f4ee1]

        #i112897# added missing active.setpage

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [fbd74e955db0de5e72bc7014808fc85006b31a2a]

        #i112895# regression in math with passwords

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [06c3be9d33f2b1bd5fe15978f066ac1be401da5e]

        #i112893# added exeption for osx

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [ffb470ae7dd6358a4cef7ac70cea055365679664]

        #i112844# state is not entered in quaste database

2010-07-03  tono  <tono@openoffice.org>  [2d0afbadabf572c04eab99876b71d99d0b7a59be]

        i#112777: DEV300_m84 MinGW basic/source/runtime build fail

2010-07-03  tono  <tono@openoffice.org>  [d744f302abda5a607c094d27554e69ef79ae0bc7]

        i#112678: DEV300_m84 MinGW mythes build failure

2010-07-03  tono  <tono@openoffice.org>  [0d4968c436f15c385ac454adc0f642e13434d78a]

        i#112734: MinGW port fix: sfx2

2010-07-02  Ingrid Halama  <iha@openoffice.org>  [fca98cb9bfa845afe078ec08dafc558526e8055d]

        calc56: #i112501# remove unused method

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [7fcdb05e4b2166c0190869926dcb5963e920bbea]

        fixes compile error

2010-07-02  sj  <sj@openoffice.org>  [96c2ec57493d647197befcb540bc59e85b2530a1]

        impress193: #162822# fixed font size problem with presentation objects and flipping problem of freeform shapes

2010-07-02  Ingrid Halama  <iha@openoffice.org>  [a7b51f6bb8ed3360323e9ca691b847526fec762c]

        calc56: #i112385# loosing 3D scheme settings

2010-07-02  sb  <sb@openoffice.org>  [6346b02e663e752123fdac0f629edc604be0dd08]

        sb126: #i112803# prevent config.guess from mis-guessing on Mac OS X 10.6

2010-07-02  Ingrid Halama  <iha@openoffice.org>  [c4fc6f85c50c08f6e493b04845603cdfbe1f4681]

        calc56: #i112666# broken UNO API tests due to broken method XDiagram::setPosition() and wrongly flagged properties

2010-07-02  sb  <sb@openoffice.org>  [71a7ba716e85cf36a9a4744a6371a18481fe0ff8]

        sb126: #i112784# do not leak ContextAdmin (patch by cmc)

2010-07-02  Ingo Schmidt  <is@openoffice.org>  [d188c212aa24ef032e47779a4deee1b4dcdb9c50]

        native317 #i112658# brand file in basis package leads to update problem

2010-07-02  Ingo Schmidt  <is@openoffice.org>  [850ea2c2fd327efed4542a9fb62afe70a3043a5e]

        native317 #i112626# typical instead of complete installation

2010-07-02  Ingo Schmidt  <is@openoffice.org>  [5908513b963ced9f6d05add286cef70010d51d05]

        native317 #i112444# directories below optional components

2010-07-02  Ingo Schmidt  <is@openoffice.org>  [86abb2c1cbf3615f41ab74c90e35cacd7235b29b]

        native317 #i112444# directories below optional components

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [829027e6a7a0258e7ba76ada1bb7bec11ff860ed]

        #i112888# gPrivateEnvironmentLocation feature broken

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [9bea14bacc15857a997f2acae9eaee00dcbbe624]

        #112842# fixed: breaks with: unexpected symbol:..

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [d6d2da173e9878a24d121adc30a2d7d17e01b2f2]

        #i112839# fixed: else/endif without if

2010-07-02  Joachim Lingner  <jl@openoffice.org>  [cedcbf9c869bd603251a4f5eaa9331ff3e66d766]

        jl154 merging heads

2010-07-02  Thorsten Bosbach  <tbo@OpenOffice.org>  [5a3e13a98697c4c0fb14456afa54e6e515c2960a]

        #i112840# removed, since not used in any test

2010-07-02  Michael Stahl  <mst@openoffice.org>  [8fe56c485a0034695674ada833eb7eeef8780ddd]

        sw33bf06: #i111185#: sw: re-enable tests  the unxsols4 compiler bug workarounds have been deployed: i112513, i111177

2010-07-02  Thomas Lange [tl]  <tl@openoffice.org>  [de432231c123abae12659a4776047f11205f23db]

        cws tl81: warning-free code

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [495b598673a964bdf0ceac1250d1f009e7b6ef7d]

        #i112731# fix off-by-one

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [83815bb3907396a95a049e3fd47aff7196e574b0]

        #i112731# fix off-by-one

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [8bbb22ac9d6e0e6ca2915f9a403544bea193afbc]

        #i112731# a searchname must fully contain the keyname to be considered a match

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [900fe79dcc690e1e872ec5f7fc9d930cd6adc1c6]

        #i112731# a searchname must fully contain the keyname to be considered a match

2010-07-02  Joachim Lingner  <jl@openoffice.org>  [d10b4bd6d31b59033804783def3a79652c90792c]

        jl154 #i112883# prevent extension synchronization at OOo startup

2010-07-02  Eike Rathke [er]  <erAck@sun.com>  [da291caaae96e0e46cd6891746587528cbbdd925]

        calc56: #i112849# Prevent hash from accessing dangling pointers

2010-07-02  sj  <sj@openoffice.org>  [95a282f429678e7b897a48519063341dfb9d83b0]

        merged heads

2010-07-02  sj  <sj@openoffice.org>  [2b3db60924e87157da503bdf758ee865ea8fda75]

        merged heads

2010-07-02  sj  <sj@openoffice.org>  [f7fdc198466a30026d24e3c55fbbf17ea10c05cc]

        merged heads

2010-07-02  sj  <sj@openoffice.org>  [cfe3fc33b99195169757914e39db4493f8a352c2]

        merged heads

2010-07-02  sj  <sj@openoffice.org>  [558e6bbbcdd73af926e1156990825e7660a1f852]

        impress193: #162822# fixed font size problem with presentation objects

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [c57d83d4b620a95fd831cf1b828eb87239467761]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [577a83eeeed497057697528da26c2dbb81aa2c9a]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [c121cff6f712c0d31df5b151950f7e64c5ee7d24]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [ef5ab9b59b61695eacce8d778cea0b10b683cf5c]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [d91a5e95d25b8be29236ee37bc595a1b697ff0f4]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [be34cc3b57da55acaff72f112d595b217361b6af]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [6a4f2fffc15ee01b875d7827dfdf90e87e10c518]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [bde1c0e01b1757fd35741643ee8f642dfaab7e25]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [996f5c6b48988025295ab6e48d3256892a84adf6]

        codecleanup02: merge with DEV300_m84

2010-07-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [9bedafd7bbeeb24125b839df1d3dad36a9812ae6]

        codecleanup02: merge with DEV300_m84

2010-07-02  obo  <obo@openoffice.org>  [444742b5201b4036245348f6232a677038b6f057]

        #i10000# internal dependency missing

2010-07-02  Vladimir Glazunov  <vg@openoffice.org>  [3d31ac2617ceb452debc86e2da1e7cade20cd123]

        vgbugs10: verbose dmake output in html mode

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [edffd210309615983ab198e86e11c1e1a14f7d9d]

        merge

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [f9dc559631798dca006c64f69b531cb2f8f34167]

        #i112144# ignore trivial fontname substring matches

2010-07-02  Herbert Duerr [hdu]  <duerr@sun.com>  [be86ebfa2ec2df39cd441082ae244bab0c741386]

        #i112144# ignore trivial fontname substring matches

2010-07-02  sb  <sb@openoffice.org>  [be654dc8132ca8683e37d8babec6550f8d060a0a]

        sb126: #i112871# missing parentheses around || within &&

2010-07-02  Andre Fischer  <af@openoffice.org>  [a1e23a5bc46a35405cd5c547e3e12ed06fc5144d]

        impress193: #i112422# Applied patch that fixes clipping error.

2010-07-02  Michael Stahl  <mst@openoffice.org>  [9b87346bf4a1d32abfa781aa66d4d5b627133edf]

        sw33bf06: #i111886#: apply patch by od:  SwToCntntAnchoredObjectPosition::CalcPosition(): use the cached paragraph   portions; recalculating deletes layout frames that are on call stack (crash)

2010-07-02  Malte Timmermann  <Malte.Timmermann@sun.com>  [af7aa611fa61c2da373721c963a92b35e603c39c]

        codecleanup02: #i51441# Removed old classes and files

2010-07-02  Malte Timmermann  <Malte.Timmermann@sun.com>  [3ca307cc08b0039a33ccb879779d026e60957216]

        codecleanup02: #i51441# Removed old classes and files

2010-07-02  Andreas Bregas  <ab@openoffice.org>  [1f3d1cba85b041abc7a0211effa099b68747b66f]

        mib17: #111144# Fixed warning

2010-07-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [959ca18eeb1d4b8f0b5ec5e2c0bd8558db4f18db]

        vcl113: small cleanup

2010-07-01  Niklas Nebel  <nn@openoffice.org>  [df61240acdb6cf89e2b2c1895ba293eb78e0d973]

        #i112858# don't access invalid resources in ScTabBgColorDlg

2010-07-01  Michael Stahl  <mst@openoffice.org>  [d73100a4f9999f144ce5d9a8b64428fd9830da5e]

        sw33bf06: #i112566#: SfxViewShell_Impl::pPrinterController -> boost::shared_ptr

2010-07-01  Michael Stahl  <mst@openoffice.org>  [808ca71f90448749170530d561394407dadfb076]

        sw33bf06: merge fix for #i112473# from sb123

2010-07-01  Michael Stahl  <mst@openoffice.org>  [b62e3cce7e4894f8a0ddf4d5d0c8d02ef40d7c52]

        sw33bf06: valgrind: SvUnoImageMapObject: initialize members

2010-07-01  Michael Stahl  <mst@openoffice.org>  [513cbeb409f73108ba1a8455ceb04f8aa03b2b63]

        sw33bf06: #i112577#: SwPaM::Find: apply patch by cmc: fix null ViewShell crash

2010-07-01  Michael Stahl  <mst@openoffice.org>  [5c1a3ce6ba86e51694de5c05529c2be4ba921f66]

        sw33bf06: #i112514#: OOXMLFastContextHandler: apply patch by cmc: init variable

2010-07-01  Niklas Nebel  <nn@openoffice.org>  [a2c4fece04b6aa8d8163986f3dffbbf86bd9bfb2]

        #i112436# use InterpretDirtyCells instead of SetDirty for charts in xls import

2010-07-01  Michael Stahl  <mst@openoffice.org>  [f9efce57cfb684fae83b8f2ffa1d61434b20e20d]

        sw33bf06: #i112516#: NewTabPortion(): apply patch by cmc: fix SIGFPE

2010-07-01  Thomas Lange [tl]  <tl@openoffice.org>  [90aab534621364e284623d3af98fe68fe506442c]

        cws tl81: merge with DEV300_m84

2010-07-01  Thomas Lange [tl]  <tl@openoffice.org>  [77ebf16e2d67c1ba205582d54b125d4000a0d549]

        cws tl81: merge with DEV300_m84

2010-07-01  Thomas Lange [tl]  <tl@openoffice.org>  [9ce59a2d62ba6de3c358b870856f521c130c7c15]

        cws tl81: merge with DEV300_m84

2010-07-01  Thomas Lange [tl]  <tl@openoffice.org>  [2933662f907ebb7b33783ac1124682e5b794bfe7]

        cws tl81: merge with DEV300_m84

2010-07-01  Michael Stahl  <mst@openoffice.org>  [86209cb3324b4b30bc773a81b1ac03829bba253f]

        sw33bf06: #i112657#: apply patch by dtardon: do not crash when there are  merged cells not started by \clmgf at the beginning of a row

2010-07-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd7beb161d6fc36c3b5d653f0710df49aa5ff7f7]

        vcl113: #i95420# when drawing native controls, also take their native sizes into account

2010-07-01  Herbert Duerr [hdu]  <duerr@sun.com>  [0fcfca6c6b5494370418d2c76862d0710fabb6c5]

        #i112731# use known fontsubst attributes for better font fallback

2010-07-01  Mikhail Voytenko  <mav@openoffice.org>  [7f725a2406231ab40f5f5dd27122ae040423c975]

        writerfilter08: rebase to DEV300_m84

2010-07-01  Mikhail Voytenko  <mav@openoffice.org>  [3e18ec859eff01d793cb188f0fdc527b2e4cdb71]

        writerfilter08: rebase to DEV300_m84

2010-07-01  Mikhail Voytenko  <mav@openoffice.org>  [5c0b28daa033e3dd1bc824c0c7f31dd9e7114102]

        writerfilter08: rebase to DEV300_m84

2010-07-01  Mikhail Voytenko  <mav@openoffice.org>  [dc5c0e6cfdc9c0cdf581c769f8882edcc454224b]

        writerfilter08: rebase to DEV300_m84

2010-07-01  Andreas Bregas  <ab@openoffice.org>  [3ffd1ec05a64175f404aad0b9e92b2906070c7bd]

        mib17: #111144# Enable calls to module function via Sheet object

2010-07-01  Andreas Bregas  <ab@openoffice.org>  [bee21111f8c0d5974031722236ae52bdb0d65b97]

        mib17: #111144# Enable calls to module function via Sheet object

2010-07-01  Andreas Bregas  <ab@openoffice.org>  [7e018ced84bd8a4400bf8c7ede4e1cb33e90aec9]

        mib17: #111144# Enable calls to module function via Sheet object

2010-07-01  obo  <obo@openoffice.org>  [09834f7dbd7086e6bf1c360c443fe5cf12c55b53]

        #i10000# enable crash reporter for MWS build

2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [29996eb2ffd0239accf1ea425cd737bf4ce78ccf]

        unoawt2: do not inline methods of exported classes

2010-07-01  Thomas Lange [tl]  <tl@openoffice.org>  [6e819dc904924498d55857ec7d585bf7055a6953]

        cws tl81: #i112788# patch was broken, old code restored

2010-07-01  Andre Fischer  <af@openoffice.org>  [f6708992a050b6b2b84d7783e52916161637dde8]

        impress193 #i112841# Prevent marquee text from crashing when too wide.

2010-07-01  Michael Stahl  <mst@openoffice.org>  [866497af8cba12f5eac55da7ffec5b95058772a4]

        sw33bf06: #i111742#: SidebarTxtControlAcc.cxx: apply patch by pjanik

2010-07-01  Lars Langhans  <lla@openoffice.org>  [a1587de76a1112479dfbc67d60cafceb7ee59de7]

        sb123:#i111449# cleanups in build.lst for qa/complex tests

2010-07-01  Lars Langhans  <lla@openoffice.org>  [b7a1670b522a3a094f6653bdd3c875374af7d1a2]

        sb123:#i111449# cleanups in build.lst for qa/complex tests

2010-07-01  sb  <sb@openoffice.org>  [1b191d8cb9c0412c17d00323fcca66552372e888]

        jl154: #i112673# ensure that client-facing PID remains the same across internal OOo restart on Mac OS X

2010-07-01  sb  <sb@openoffice.org>  [88d0d8d5ccf1999ec7dc2f464b1e3a60f1b88cc5]

        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>  [f938ba01accd59845de858c77a6825d37e2bc5a2]

        unoawt2: add XItemList same as for listbox model

2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [297f3ea4c0b7772cd6b0e4720ea4ee751a932605]

        unoawt2: add XItemList to combobox as well, the sma eas for listbox

2010-07-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b2d41aee0de65be4cc2e906316f6fb590a6921a1]

        unoawt2: add missing GetEntryImage, same as listbox

2010-07-01  Lars Langhans  <lla@openoffice.org>  [977267816232b602b174c19c0944de0a4715302f]

        sb123:#i111449# cleanups in filter for qa/complex tests

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [9796d18817669f28ff8c465050469ef729968486]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [cba3bce5efa45f3927360bf5d619bbeb0a22fb55]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [0b4c76684c479dd5766f6aef96eda8c45704aef9]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [966d524bff619cc7c6f709789353e7aa057be833]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [37fa68e888afe86c238be7a2697ecc8c8eb55f33]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [839a386cb51ba43988142957c091140885a5d3f7]

        codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directly

2010-07-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [2b871bd0fc25abc760bd71577ee5e59df6d1b18e]

        codecleanup02: #i112685# Removed old stuff: #define SYSTEM_PLATFROMANDCOMPILER

2010-07-01  Dirk Voelzke  <dv@openoffice.org>  [a105f96c13b64d20657838729d56f79875fb2fa9]

        dv19: merge with DEV300_m84

2010-07-01  Dirk Voelzke  <dv@openoffice.org>  [c2af8fa19926739c6d84de8e8e73b6cfadc786ab]

        dv19: merge with DEV300_m84

2010-07-01  Dirk Voelzke  <dv@openoffice.org>  [31a03a0a01cb6444883fa8fab59c71dad3da093c]

        dv19: merge with DEV300_m84

2010-06-30  Caol?n McNamara  <cmc@openoffice.org>  [49f0806f39eaeef81e51dcf1adabd9accaf1b5bd]

        cmcfixes76: #i112824# && || warning

2010-06-30  Caol?n McNamara  <cmc@openoffice.org>  [8055347982382fd210f2df989202956fb6118b20]

        cmcfixes76: #i112823# only needed on windows

2010-07-21  Vladimir Glazunov  <vg@openoffice.org>  [04fb3928ab4c0d64e9257119509f3cebf1f3127e]

        masterfix: remove some unneeded changes from sooo330.ini

2010-07-21  Vladimir Glazunov  <vg@openoffice.org>  [8f11169aef2dfc8a0bfe320ffe227ae12365eae7]

        masterfix: rename sooo330.ini back to sdev300.ini

2010-06-30  sb  <sb@openoffice.org>  [f88cf74212ddc663fb6369ee206f0c67da9dd1c8]

        native317: #i112761# instsetoo_native/util/makefile.mk failed with --disable-epm

2010-06-30  obo  <obo@openoffice.org>  [f50707e6b60370518cc411b8cb7d213f062bd59f]

        masterfix: #i10000# set WITH_LANG to all languages

2010-06-30  obo  <obo@openoffice.org>  [c899df67d0d260c3e6f56f2ea90f8e2f183f52bf]

        OOO330

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [b2c72b20ea9c89cfe2671f254b03e34d32542e26]

        jl154 merge with DEV300_m84

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [c0238bb734819730da30c5890e436938a47c0ec3]

        jl154 merge with DEV300_m84

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [db1dd96f8e7825b2a1146f02422c2a474e0fb27f]

        jl154 merge with DEV300_m84

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [bf3afb1dec6f84a02233965917f87f3ee5fb10da]

        jl154 merge with DEV300_m84

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [c3e4a1934bb125d9877e5d7f9913f996dcb5b3f0]

        jl154 merge with DEV300_m84

2010-06-30  Joachim Lingner  <jl@openoffice.org>  [b4044311c5352fa76f833486ae26b90a35eae484]

        jl154 merge with DEV300_m84

2010-06-30  obo  <obo@openoffice.org>  [58f4a8d5d10868c306f7028c6b54fe702b830352]

        masterfix: #i10000# rename sdev300.ini into sooo330.ini for new release branch OOO330

2010-06-30  Caol?n McNamara  <cmc@openoffice.org>  [471be9b9377c5be7aeda0a9b3025b71e121abb83]

        cmcfixes76: #i112819# overly const member

2010-06-30  sb  <sb@openoffice.org>  [01efc73464ee88f8d2417e20ff3f3e42ebbca9e3]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [da1320efe152132d088042ae8857571113fad5e3]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [e96293e65a972a440aa5435bf22268a7ae4cef23]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [15a4ec2c3ecdec697f7cf7cc6c39ed68bfc64489]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [721b8bb191c6180db1dafcef15492b3bdd063dae]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [96e23d1416b9edefaaa92c2909c0463b62fc01f7]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [f7ec66632cf9d50a921eff08a1fc7ed1513d8ab8]

        sb126: merged in DEV300_m84

2010-06-30  sb  <sb@openoffice.org>  [392366336913af3ec6d85a9f7e6cf8432e242748]

        sb126: merged in DEV300_m84

2010-06-30  Herbert Duerr [hdu]  <duerr@sun.com>  [2f0ca461c5116a6072abdb08f41bdaecd8cc87d9]

        #i112815# fix ImplFontCharmap::GetDefaultMap (thanks cmc)

2010-06-30  Kai Sommerfeld  <kso@openoffice.org>  [13ae5800cb3227ccd354a0cbc882d4248d689d14]

        reync to m84

2010-06-30  Kai Sommerfeld  <kso@openoffice.org>  [cdf9ac538f294c0c77329bd1074d0f6ac35432d1]

        reync to m84

2010-06-30  sj  <sj@openoffice.org>  [f22687dd640b780ef17d00969c9918e0f073502d]

        impress193: #i112792,i112794# fixed crash (resulting from merge conflict), fixed zero sized/placed placeholder objects

2010-06-30  Herbert Duerr [hdu]  <duerr@sun.com>  [9b0e62544b3ef60377c04943f211f4543f2c3a7c]

        #i112365# ignore missing fc_local.conf files but complain about parse error in them

2010-06-30  Thomas Lange [tl]  <tl@openoffice.org>  [e639921d24254e2496849d7393edcda81589a096]

        cws tl81: #i112813# missing thesaurus entrsy in Tools/Language

2010-06-30  Dirk Voelzke  <dv@openoffice.org>  [b4a614745a3a941c68a1c8eb215a06010d058e66]

        dv19#i110382# Check 'OpenWithList', too when looking for registered applications

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [5a7173a0ec68be0734d940b92570522f27f1a5dd]

        codecleanup02: #i112685# Removed old stuff: _VOS_NO_NAMESPACE

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [450c9c6670feb2685382faa6923aec5cb1afcdd8]

        codecleanup02: #i112685# Removed old stuff: _VOS_NO_NAMESPACE

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [88c1579e3a7d3abafd6f9744835f849b78abe632]

        codecleanup02: #i112685# Removed old stuff: _VOS_NO_NAMESPACE

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [3ca32863fcb9b10ad24fdc00303f387f6dbe799b]

        codecleanup02: #i112685# Removed old stuff: NOOLDSTRING

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [a2d01d963c8f6a13cd70a0678dfd6c40a217cdbc]

        codecleanup02: #i112685# Removed old stuff: SvSharedMemoryStream

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [6e04cd8c7992b96d4ed1e15e89f7e667b45ef16f]

        codecleanup02: #i112685# Removed old stuff: SvEaMgr

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [e6106d32a18be786a30238d79517a5b5b85f1af0]

        codecleanup02: #i112685# Removed old stuff: SvEaMgr

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [dd857dc41e9dd0231bf18ade9dd3c30cc8313676]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [0b1d119dd281f187abdcca8b52ed07f1f5a9e47c]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [8396b0d076ca1b8fe0f68df958534915a12641fc]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [8d8a4abe42338b9d956e508e4661bdb51478dd41]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [5b5b5ff7a083d39a81c15776e79c55c3c08158f0]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [234ac49e0de37d01f777ca9f270d13e1858e6b8a]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-30  Malte Timmermann  <Malte.Timmermann@sun.com>  [15e8727afc7cdac53b0aa100b681c451b98552a5]

        codecleanup02: #i112685# Removed ifdefs and code for MAC

2010-06-29  Christian Lippka  <christian.lippka@sun.com>  [1cad7ac9a61f02d6eeb4053c93f7a8d01a7eff52]

        #i112601# paint the correct page background

2010-06-29  Christian Lippka  <christian.lippka@sun.com>  [54c602060aea164028ad3cfeebc0d2eb1daa6db4]

        #i112601# paint the correct page background

2010-06-29  Andre Fischer  <af@openoffice.org>  [cda79d479c7e49216e9dd1fc175c20dd93b15640]

        impress193: #i112301# Guarding againts missing view.

2010-06-29  Christian Lippka  <christian.lippka@sun.com>  [bed0ccb3f6678949b506de0b0f703b3109cf0f35]

        #i112791# disable slide layout on master pages

2010-06-29  sb  <sb@openoffice.org>  [e8883cd38996181390f19d1f3885e3bef5210d59]

        jl154: #i112789# call SourceConfig->new() so that it always works

2010-06-29  Andreas Bregas  <ab@openoffice.org>  [6d6a5c8567d7d43a882aa2e2be88b1992a6b4f55]

        mib17: #i110821# Hot fix to avoid regression

2010-06-29  Andre Fischer  <af@openoffice.org>  [b6e30719dde5f67290a1b77891d3435ee7da2f9e]

        impress193: #i112647# Integrated diff from MAV.

2010-06-29  Christian Lippka  <christian.lippka@sun.com>  [c3761bf385210caa80817f5fd1610f4464642740]

        #i112758# final fix for static BitmapEx

2010-06-29  obo  <obo@openoffice.org>  [4adb61dc6bb380ff31e145e6a77c92c0b26b42bd]

        masterfix: #i112758# integration of renaissance2 in m81 broke smoketestoo_native

2010-06-29  Christian Lippka  <christian.lippka@sun.com>  [7e954cc28b29865b3495fe496ed3010e89e04d3d]

        #i112758# better fix to free static bitmaps on vcl deinit

2010-06-29  Lars Langhans  <lla@openoffice.org>  [abce795656e5428085eaa1bf1f14ae2615bb0f0b]

        sb123:#i111449# makefile cleanups for qa/complex tests

2010-06-29  Lars Langhans  <lla@openoffice.org>  [d1e2b3804ca92d0e28e672a600f7a7b1d66f6d75]

        sb123:#i111449# makefile cleanups for qa/complex tests

2010-06-29  Lars Langhans  <lla@openoffice.org>  [37cd7b225e6e97824302ea40b8bb83e3b24a68fc]

        sb123:#i111449# makefile cleanups for qa/complex tests

2010-06-29  Dirk Voelzke  <dv@openoffice.org>  [49c9d54a10b2ca9bc728428c6ddb1c9bbce71ce8]

        dv19#i112377# Cleaned up 'open with' entries for windows system integration

2010-06-29  obo  <obo@openoffice.org>  [6d3db84c4929bd4944ce9b1d8e9ab77bc23c92ed]

        masterfix: #i112776# smoketestoo_native fails for wntmsci12 (nonpro)

2010-06-29  Keith Stribley  <devel@thanlwinsoft.org>  [226e11dc0d822c203f2f0ed29f14b20dc53c5e00]

        graphite03: #i112730# updated graphite patch and improvements to glyph metric caching

2010-06-29  Keith Stribley  <devel@thanlwinsoft.org>  [9b8213e2fadbc3c59f7e445098ae38cf266119cc]

        graphite03: #i112730# updated graphite patch and improvements to glyph metric caching

2010-06-28  Christian Lippka  <christian.lippka@sun.com>  [ff963981470616f9d43448ed6237e85648d3698a]

        #i112758# changed static BitmapEx to static pointers

2010-06-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [722441b99292269a42db1c0de6bce9351e8de933]

        unoawt2: add missing TOOLKIT_DLLPUBLIC to access classes

2010-06-28  Malte Timmermann  <Malte.Timmermann@sun.com>  [566541e24c34bccc4e286d61d18c831b04da2990]

        codecleanup02: #i112685# Removed ifdefs and code for DOS

2010-06-28  Malte Timmermann  <Malte.Timmermann@sun.com>  [676e5ebe14184c3953a700522f315e95cea45c05]

        codecleanup02: #i112685# Removed ifdefs and code for DOS

2010-06-28  Malte Timmermann  <Malte.Timmermann@sun.com>  [1952b083e8c143114f475aa4dccbf165ed179537]

        codecleanup02: #i112685# Removed ifdefs and code for DOS

2010-06-28  Thomas Lange [tl]  <tl@openoffice.org>  [ce9c31ba3fe2cdf3eadc2114ddd619af24a147be]

        cws tl81: #i112695# change in user data implementation for thesaurus dialog

2010-06-28  Thomas Lange [tl]  <tl@openoffice.org>  [748cc4c7f3e05ef8d2cb90e33d311084a4d425dd]

        cws tl81: #i112695# crash in synonym sub-menu fixed

2010-06-28  Thomas Lange [tl]  <tl@openoffice.org>  [7cf95e512b371281073de2422aa30c5d3c35a3c0]

        cws tl81: #i112695# crash in synonym sub-menu fixed

2010-06-28  sb  <sb@openoffice.org>  [2c5bdad1ea62253e987fc522868452e747da653c]

        sb126: #i111793# make cppuhelper/interfacecontainer strict aliasing safe (patch by cmc, with slight modifications)

2010-06-28  Dirk Voelzke  <dv@openoffice.org>  [f2d46d70f58a92542e9c4e7d54fb8e32d0369012]

        dv19#i29340# Implmented handler for NameClashResolveRequests

2010-06-28  Kai Sommerfeld  <kso@openoffice.org>  [b9e345f57f4ecf2b27a71b0bea344ec83ecfd50a]

        #i112747# - resovled ownership cicle (patch contributed by cmc).

2010-06-28  sb  <sb@openoffice.org>  [273ca25738502c61ba26190aa854eb38d2f8cd3c]

        sb123: #i112751# disabled testgraphical/qa/graphical for now

2010-09-16  sb  <sb@openoffice.org>  [d809bc2e320871025c47fe6e016d318b4a542678]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-10  sb  <sb@openoffice.org>  [48637b9bcfd300d7d0f9ee2956b1f0a7c8e07668]

        sb123: merged in DEV300_m87

2010-08-23  Lars Langhans  <lla@openoffice.org>  [d5a7d1139d5995c1e6c051aab5e985125fa66c98]

        sb123:#i111449# remove all subdirs in complex tests

2010-07-23  Lars Langhans  <lla@openoffice.org>  [cd524b54c5e898634610a5178c2730b6765990f3]

        sb123:#i111449# fix all run through problems for qa/complex tests

2010-07-12  Lars Langhans  <lla@openoffice.org>  [79db7fef578b2104575a511d9d52ac87c62966cd]

        sb123:merge

2010-07-06  sb  <sb@openoffice.org>  [e8d3f4cc2cc59fefcd2fb44165cc1a37eb9d5e1d]

        sb123: #i112519# do not terminate OOo accessed via OOO_TEST_SOFFICE=connect:...

2010-07-06  sb  <sb@openoffice.org>  [af970845ba8b95a84a45fc84f646c5e5c938f8cb]

        sb123: cleaned up the previous cleanup

2010-07-02  Lars Langhans  <lla@openoffice.org>  [897c48e18e269a315eea6d9e465b12acbe7e6295]

        sb123:#i111449# cleanups

2010-07-01  Lars Langhans  <lla@openoffice.org>  [003d4fcf2bb2ca423355be510eedd78ebfadeb8b]

        sb123:#i111449# cleanups in build.lst for qa/complex tests

2010-07-01  Lars Langhans  <lla@openoffice.org>  [17b14f450781702952505250bebe814695103810]

        sb123:#i111449# update version

2010-07-01  Lars Langhans  <lla@openoffice.org>  [9fdf2d0cb80cbc00d7ff53b52c48569b8814df52]

        sb123:#i111449# add qa/complex to build.lst

2010-06-29  Lars Langhans  <lla@openoffice.org>  [38f22192a435ce2df6dbb2a266df8feb97e0bd47]

        sb123:#i111449# cleanups in test environment

2010-06-28  obo  <obo@openoffice.org>  [fea4f71bcd4727fe0b445990d062fa4bc12dc18d]

        masterfix: #i112741# filter: fails to build with system saxon

2010-06-28  Xiaofei Zhang  <Zhangxiaofei@openoffice.org>  [e33addec2ff44f6e0aa59d152a87146baab881d0]

        removetooltypes01: #i112600#: removing BOOL from tools module

2010-06-28  Thomas Lange [tl]  <tl@openoffice.org>  [e241751a75617bdc5208a6cff485985f1c2c7972]

        cws tl81: #i112697# spelling fixed

2010-06-28  sb  <sb@openoffice.org>  [31ed63fa321419343c3732496f1705f594e499d6]

        sb123: #i112746# disabled fwk.ModuleManager for now

2010-09-16  sb  <sb@openoffice.org>  [006a2b1d4bfabb6c31831bdbc1789f9ef22532ed]

        sb123: merged in cws/sb126, to get fixes for i107490 and i113115

2010-09-16  sb  <sb@openoffice.org>  [17d1efea4af3a0b665bef1befc7af0be4a0a5f78]

        sb123: merged in cws/oooimprovement6, to get fix for i100159

2010-09-10  sb  <sb@openoffice.org>  [28b040044d7c091e49abeeb9da55a0e21c761f02]

        sb123: merged in DEV300_m87

2010-08-23  Lars Langhans  <lla@openoffice.org>  [b5ff94fde0cc506d9c3c17c2762101a0c7a657e4]

        sb123:#i111449# remove all subdirs in complex tests

2010-07-27  sb  <sb@openoffice.org>  [9899711e43c99d81b9472c61c1190ab57230371d]

        sb123: #i111449# disabled sfx2/qa/complex/docinfo again for now

2010-07-23  Lars Langhans  <lla@openoffice.org>  [b7c1a7a78bcf1c1824e893e2b4f4620def043c9c]

        sb123:#i111449# fix all run through problems for qa/complex tests

2010-07-20  Lars Langhans  <lla@openoffice.org>  [1a3272e96d39e9518b209570a259ed59c512e64d]

        sb123: #i111449# loadComponentTest do not create file: directory any longer

2010-07-16  sb  <sb@openoffice.org>  [2c2757665c4ab0aa78c80aa7d1e35e62dba64ee8]

        sb123: #i111602# hack for Windows PCH problem

2010-07-12  Lars Langhans  <lla@openoffice.org>  [5b90980d4320b522c826a222230695f626e22ec4]

        sb123:merge

2010-07-08  Lars Langhans  <lla@openoffice.org>  [73156a84f7adb85c7687404dc6a89f469378a0fd]

        sb123:#i111449# make clear buildable.

2010-07-08  Lars Langhans  <lla@openoffice.org>  [f438a3324ef83ed9af683283859c040783d180f6]

        sb123:#i111449# make clear buildable.

2010-07-01  Lars Langhans  <lla@openoffice.org>  [5a55565739b5a13d395c690b871d108d11f419cd]

        sb123:#i111449# cleanups in build.lst for qa/complex tests

2010-06-29  Lars Langhans  <lla@openoffice.org>  [305193791e7143970687ea4c0dc47dca02022b2c]

        sb123:#i111449# makefile cleanups for qa/complex tests

2010-06-28  Lars Langhans  <lla@openoffice.org>  [1e403838eea9f2a13692574cb50441c01f8a6948]

        sb123:#i111449# cleanups in framework for qa/complex tests

2010-06-28  Carsten Driesner  <cd@openoffice.org>  [dfc90a5e05629e4ca182e8edee5948a4edcab54d]

        dockingwindows: #i122595# Remove getResourceURL call from PanelWrapper class

2010-06-28  Ruediger Timm  <rt@openoffice.org>  [1df0fe034e945bd140768d563e69417e623f3230]

        masterfix: #i112738# Allow more characters in repository name (inspired by a patch submitted by dtardon).

2010-06-28  sb  <sb@openoffice.org>  [28ff199ee3f7d3ab4ffad6ded97ee4f144ea8c4e]

        sb123: #i112743# disabled sm.XMLSettingsExporter::com::sun::star::document::XFilter for now

2010-09-10  sb  <sb@openoffice.org>  [1d8e4b013f0978f27ebe1e12284317cb6dcc8f25]

        sb123: merged in DEV300_m87

2010-07-23  Lars Langhans  <lla@openoffice.org>  [9a78bbbb3dfab9ccf7ec8db4b7ca7f9c5019581f]

        sb123:#i111449# fix all run through problems for qa/complex tests

2010-07-12  Lars Langhans  <lla@openoffice.org>  [7c85910ac697648f16d0e5e98a12b2232cc84c08]

        sb123:merge

2010-06-28  obo  <obo@openoffice.org>  [be588658ea127a6a05390435126f1d739a477b58]

        masterfix: #i10000# build breaks in shell,crashrep

2010-06-28  Carsten Driesner  <cd@openoffice.org>  [07a000e572751457da400f615c085e6916c2aa28]

        fwk147: #i112578# Remove Sleep command used for debugging

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0ba71858f7a42827a19069d8fd4fc253d200234e]

        CWS gnumake2: .

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2939aa6b6a135939a8d933e4a9ddcfc1e29ee647]

        CWS gnumake2: more multi-repo support

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ad8fe1ccb3d5ca8613c63a2d9c3ba9adf7304eb1]

        CWS gnumake2: reaching through verbosity and max processes

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [aba206910970f804423bebb27a07c47004e9a127]

        CWS gnumake2: reaching through verbosity and max processes

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5fc7423878d02fac53b3140aff0d6d89fd74232d]

        CWS gnumake2: reaching through verbosity and max processes

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [217d28be3a93b92b6e96cdaee4910caf33dadcc4]

        CWS gnumake2: added moduledir support

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [000dccdad6de998162fcdf942f0e14c729befd44]

        CWS gnumake2: module reorg

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [95f3d4c562939999afe323aca72ac070b466e15f]

        CWS gnumake2: module reorg

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f51c9e5db1b84ce92bb75d3a5faf6ebe9ef5dcc9]

        CWS gnumake2: module reorg

2010-06-26  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [caa00f1f150b1dc142a0a2db6cf03aa09c013dca]

        CWS gnumake2: module reorg

2010-06-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1f79d3036954bfca21f6ff7ee9a27bf38439924d]

        CWS gnumake2: intermediate commit (module rework)

2010-06-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b104d63465893d1fdac01544a8a0a14ff10e6641]

        CWS gnumake2: intermediate commit (module rework)

2010-06-25  Michael Stahl  <mst@openoffice.org>  [47a2fe9b7053a569e7a6d5cc090b28985992c50d]

        sw33bf06: #i111177#: preventively work around unxsols4 compiler bug everywhere

2010-06-25  Michael Stahl  <mst@openoffice.org>  [4b358138afa8db94eefc42e8d11edc14c14e730f]

        sw33bf06: #i112513#: work around unxsols4 compiler bug

2010-06-25  Kai Sommerfeld  <kso@openoffice.org>  [20f357091160225ee1891c6a86468633df6ff281]

        #i110653# - Raised OOo version to 3.3.0

2010-06-25  Michael Stahl  <mst@openoffice.org>  [7359de66a265a67863bab7e2ee424b40dcf7343c]

        sw33bf06: #i110070#: fix regression: member initialization removed by accident

2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [414d7d423fa1edc68459e72c43e6d29f7e667ca2]

        unoawt2: why the heck does the IDL compiler complain, but still build it? Fixed build breaker ...

2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [012f5686a3fe76a8262f0849f9d2ed11335f20ba]

        unoawt2: #i10000# removed unused local variable

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a741aab505306f48cf1dd6b34e937bfb0621e7af]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1f343c3a83c991c0e781f9993a774b1daceabbf4]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a1df46f6cef3f3ec39e1d508193a46472d9d90cb]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3d144ca96556b3b65281bf19d525389647c5f483]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [ad1f7b87236606a5414f3f1003f0b7f3c04dfbd6]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b3ae35891f2323835237f04a54bb53d2b30546f0]

        Update from master repository (DEV300_m83).

2010-06-25  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3e31696f3f7143799d1849fa86a1137b3298580e]

        Update from master repository (DEV300_m83).

2010-06-25  Dirk Voelzke  <dv@openoffice.org>  [bd30219e004c372905bd1549446506cc02b0e9fe]

        dv19#i29340# Implmented handler for NameClashResolveRequests

2010-06-25  Dirk Voelzke  <dv@openoffice.org>  [1404c71e271169299640a1d1b6fb7e46407792b7]

        dv19#i29340# Implmented handler for NameClashResolveRequests

2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b03a30dd5a90ac9e24b405c6b83d1ef989b9b6f7]

        unoawt2: #i112684# let UNO Controls implement the (newly introduced) XStyleSettingsSupplier, giving access to their style, in particular, to the HC flag

2010-06-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [04421ec5afe024feb9caf0d9a10c532ffe777fe2]

        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>  [bc9a2076300859ea109ec02329bfde4ea2920ecc]

        unoawt2: #i112683 localize string list

2010-06-25  Carsten Driesner  <cd@openoffice.org>  [f113398230f9159da21f694bdbf75245d2a5da76]

        fwk147: Merge changes

2010-06-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d5c37f3f0eb0077dcd3166bd9c4e945a2b0bdcd8]

        CWS gnumake2: abbreviate repository dir

2010-06-25  sb  <sb@openoffice.org>  [e2a5cf6e3ad841a5e106450fb1da4d481f1c2ace]

        sb126: #i112681# make bridges match remotebridges (patch by cmc)

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [ff186c24766361a531e59e7c759a5efd4ccc90be]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [4329d83e54f187de96170a74299298bb10428d03]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [53234f92ce6c904d5a453b0400e26bc8420b7d93]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [f62a5373f066336cad6be2a15071fc073d8b8dc4]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [706fd8c2cdfaf426c53a69e526e8d0583190b499]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [cd0a3434315dd48ac0b351a9f6b40e8e31df0d6c]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [fccc63b9733c6077d93f2ef9c14011268906518a]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [5965bb52435916c06d1b5a63df4959203b7cf018]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [bb30c0a24baa2bc671daae588b523386470984c7]

        codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31

2010-06-25  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fd4362d20079db48bfd2a6f01908daf6613e506b]

        CWS gnumake2: multi-repo work on resources finished

2010-06-25  obo  <obo@openoffice.org>  [9345119d4da6dea75c3aa0bfa167f2c16b544864]

        masterfix: #i10000#,#i111617# instsetoo_native: order of dependency rule to archive format

2010-06-25  Mathias Bauer  <mba@openoffice.org>  [faf68cc7565cb2662d4ed5b5902ec52975d99865]

        CWS mongolianlayout: disable new direction until problems are fixed

2010-06-25  Kai Sommerfeld  <kso@openoffice.org>  [2ee058b62a083ad6dd208f79fefdd014f67678da]

        #i112664# - service must not be 'one instance'.

2010-06-25  obo  <obo@openoffice.org>  [8f96863024ed089280b503840f46873948c53027]

        masterfix: #i112665# writerfilter/source/dmapper fails on Windows

2010-06-25  Kai Sommerfeld  <kso@openoffice.org>  [32b60d0777e2420f9779af1771ac32ce8a7f9761]

        #i110653# - use ooo base version supplied by build env.

2010-06-25  obo  <obo@openoffice.org>  [8a629e8660951674a7c0bba36f507819359583a4]

        masterfix: #i10000#,#i112674# prevent restarting on Mac

2010-06-25  Andreas Bregas  <ab@openoffice.org>  [5db01bbf8f1ef192cbd7c35695f517e3622e3913]

        mib17: #i110821# COM default member support

2010-06-25  Andreas Bregas  <ab@openoffice.org>  [0cd0153b2493bdeaac22e271884164c7c663f302]

        mib17: #i110821# COM default member support

2010-06-24  Caol?n McNamara  <cmc@openoffice.org>  [7add7926efaaeee7dd7913fd6df2b07a293c24f4]

        cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment

2010-06-24  Caol?n McNamara  <cmc@openoffice.org>  [d315e8bee6e680a5f7a6f4df067e07e58bc8b61d]

        cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment

2010-06-24  Caol?n McNamara  <cmc@openoffice.org>  [594aabf05fc7b553acc137889bd7bb6f95bdd98d]

        cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironment

2010-06-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cf146bd1be8f822b0d7bb94774aae0f5650c5d2e]

        CWS gnumake2: more multi-repo work on resources

2010-06-24  Mathias Bauer  <mba@openoffice.org>  [9aab0238e78d474b0b36d70bf65bb95d49bf6a78]

        CWS mongolianlayout: resolve conflict in layact.cxx

2010-06-24  Mathias Bauer  <mba@openoffice.org>  [1b66e28d468fb4a57dc20cc0da91ce7dfc295541]

        CWS mongolianlayout: merge with m83; resolve easy conflicts

2010-06-24  Mathias Bauer  <mba@openoffice.org>  [deb33cc872e7402efef3da60dc98049e8a9ff8f2]

        CWS mongolianlayout: merge with m83; resolve easy conflicts

2010-06-24  Mathias Bauer  <mba@openoffice.org>  [df48612c16ee3a03fae2c388d5fa5a1395fbcf66]

        CWS mongolianlayout: merge with m83; resolve easy conflicts

2010-06-24  Mathias Bauer  <mba@openoffice.org>  [70dda9d6b25d1dcdc1bc995c599ff51bfa758614]

        CWS mongolianlayout: merge with m83; resolve easy conflicts

2010-06-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a80a23cbe9fa0034c388d9406300ddeb4c29c8f9]

        CWS gnumake2: more multi-repo work on resources

2010-06-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [67c5741b4269c2d0a45b340dabd858729a3ce8d7]

        CWS gnumake2: using variable for default images loaction

2010-06-24  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [fa84247c8a7e8e7b25a7b66537489fb390c9a5fb]

        CWS gnumake2: gb_REPOS needs the windows paths hack too

2010-06-24  obo  <obo@openoffice.org>  [9007f7daac4b78d38b1c7fcf8795f1f167b1d8fe]

        masterfix: #i10000# change HAVE_GETOPT to != YES

2010-06-24  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [620371fb9cc36f4be975b1d1de0f13624a5f84c9]

        srb1: add extra patch to copy property files into jar

2010-06-24  Carsten Driesner  <cd@openoffice.org>  [372bb3504d9c7084a20a4066259dffec107237ae]

        Merge changes

2010-06-24  Carsten Driesner  <cd@openoffice.org>  [2a40b4b78143f09358c1f319e8608dbd61bbe2d6]

        Merge changes

2010-06-24  Ruediger Timm  <rt@openoffice.org>  [5c62576e5d8af7379a57b45392d3c51c0bcd0fcc]

        masterfix: #i10000# Merge error corrected.

2010-06-24  obo  <obo@openoffice.org>  [a2e7c2e0d002d75a6b77a629a4e904ab54bf8375]

        #i10000# add bIsPasswordToModify

2010-06-24  Thomas Lange [tl]  <tl@openoffice.org>  [e56241c85b0afffb2ccdf64c29ef88d2df5f4909]

        cws tl81: #i112310# fixed duplicate short-cut problem

2010-06-24  Thomas Lange [tl]  <tl@openoffice.org>  [271727322f844a8b56d5f3054f0eb61a7e1484a9]

        cws tl81: #i112179# dictionary issue with context menus fixed

2010-06-24  Thomas Lange [tl]  <tl@openoffice.org>  [ec157d542745beea628658e03a76ff1a3403112a]

        cws tl81: #i112179# dictionary issue with context menus fixed

2010-06-24  Thomas Lange [tl]  <tl@openoffice.org>  [6cd261bd26504c664ae82ba4b13eb9b767d3e62b]

        cws tl81: #i112179# dictionary issue with context menus fixed

2010-06-24  obo  <obo@openoffice.org>  [eaa2d3539a80b3834124d865ae0cc7669e369cdd]

        mastefix: #i10000# Merge problem BASEPROPERTY_BACKGROUNDCOLOR

2010-06-24  obo  <obo@openoffice.org>  [0e6d1583bc50cf27956f091ae8289ee164aefa1b]

        masterfix: #i10000# change fileheader

2010-06-24  obo  <obo@openoffice.org>  [686b7955271806e65222a3a4bfe97365cab33a06]

        masterfix: #i10000# change fileheader

2010-06-24  obo  <obo@openoffice.org>  [74150154b1c933a6cf03a9b0e3c6ec9866344e31]

        masterfix: #i10000# build breaks for unxsoli4

2010-06-24  Christian Lohmaier  <cloph@openoffice.org>  [414a031eb9de5375ee55eaa204d09a8d5b8bfb5b]

        configure25: cosmetics (spaces vs tabs) - merge with previous commits

2010-06-24  Rene Engelhard  <rene@openoffice.org>  [c6082c766e2313a1479e2c14a2bc2f96a3085e7d]

        configure25: more changes for stax/download

2010-06-24  Christian Lohmaier  <cloph@openoffice.org>  [3a4ed9b5f36f12bff2d7825e8912e392e7d0c448]

        configure25: no config_office anymore, thus test for ./stax/…, not ../stax/… additional some space vs tab cosmetics in areas touched by the cws

2010-06-23  Daniel Rentz  <dr@openoffice.org>  [0dd0ceb57dd68715477c1f3e50ee4a4eaf975e6c]

        mib17: #i109119 add Events menu entry

2010-06-23  Daniel Rentz  <dr@openoffice.org>  [64994694589f6706b6d48356859555381ab7b76a]

        mib17: #i109119 add Events menu entry

2010-06-23  Rene Engelhard  <rene@openoffice.org>  [ae8f7256aaef33ca81543971a5f0b2a457b2162e]

        remove one space more to make --with-alloc helptext aligned

2010-06-23  Rene Engelhard  <rene@openoffice.org>  [c4bfabb2cb4f18bd0213691723307773d6cb3b36]

        configure25: configure should check for new download/stax too; some beautifications

2010-06-23  Rene Engelhard  <rene@openoffice.org>  [e450489775b1461bc7ec7ea0ba78f5367ebb8faf]

        configure25: configure should check for new download/stax too; some beautifications

2010-06-23  Carsten Driesner  <cd@openoffice.org>  [b68a479f8fe93e9ab4bbb6d7c05d3c9e0532aa1a]

        fwk147: #159152# Use a more robust exception handling to avoid crashes due to unexpected exceptions

2010-06-23  Ruediger Timm  <rt@openoffice.org>  [09c61cc78787eb4c9b5607f695bdaf0550c98f4e]

        masterfix: #i10000# Avoid false alarms in checkdeliver

2010-06-23  obo  <obo@openoffice.org>  [2051fd55f2eff4d5654bb47f7973b086ac1856f2]

        masterfix: #i10000# generate new configure

2010-06-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [34554c0d154809e172b9a2de44f226fe44b16978]

        vcl113: #i3909# issue a warning if no printer config is writable

2010-06-23  obo  <obo@openoffice.org>  [499aa97a8da9870976b791d64f26ad42ad4a9943]

        masterfix: #i112512# [l10ntools] transex3 crashes if /tmp not defined

2010-06-23  obo  <obo@openoffice.org>  [784db557e79325df96134c4b9bf997cc70092dd6]

        masterfix: #i112573# [vcl] fonconfig.cxx fails to build with debug=t

2010-06-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [2f334e24379ea4026723026dd463978d2a202774]

        aw083: resync to DEV300m83

2010-06-23  sb  <sb@openoffice.org>  [b0aafa9b4033e34a934e43aaed4b9ba1d20879c0]

        sb126: #i112627# adapted SDK/DevGuide to configmgr re-write

2010-06-23  obo  <obo@openoffice.org>  [9a1826777ad9e79663a5e942f3bee1d85619b79e]

        #i112575# Exclude migrationanalysis strings from l10n process

2010-06-23  Release Engineering  <releng@openoffice.org>  [0c445888e427b318501dedb0780066d308c0e32f]

        DEV300

2010-06-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1606a7cae57810c6d39edd02083f4e8ca94d3faa]

        CWS gnumake2: fixing defs for pch

2010-06-23  Kai Sommerfeld  <kso@openoffice.org>  [6b8be900fb86c9c433e34db4e846002b49d82a7c]

        #i110653# - Fixed file header (c-style -> mk-file)

2010-06-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e7ad1833fd04143c268d2d634a619ee1bd8df694]

        CWS gnumake2: multi-repo support for c/c++/objective c sources

2010-06-23  obo  <obo@openoffice.org>  [e92af537345358c7df58f89cf9da497277555592]

        CWS-TOOLING: integrate CWS calc55

2010-06-23  obo  <obo@openoffice.org>  [ba01979286b5a41397cf38e6d26f517a79854bc7]

        CWS-TOOLING: integrate CWS calc55

2010-06-23  obo  <obo@openoffice.org>  [99785733db84e98dbac03d6be0879908955cbc3c]

        CWS-TOOLING: integrate CWS calc55

2010-06-23  sb  <sb@openoffice.org>  [db6293ccf4c34905c723034744a2b940d6eb63bb]

        smoketest26: #i112616# generate smoketestdoc.sxw

2010-06-23  obo  <obo@openoffice.org>  [d57ac99460bae6dd3b85e803367fa82073819770]

        koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.

2010-06-23  obo  <obo@openoffice.org>  [21ed639205bee84844d3eca56b25cb09d8d58dff]

        koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.

2010-06-23  obo  <obo@openoffice.org>  [dd21c6021cdc4884138dd2effc9d8a6d081c3874]

        koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.

2010-06-23  obo  <obo@openoffice.org>  [b3579d71c6536ab1d03cc47249d582a574fd054a]

        koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.

2010-06-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [35f1ab35bf27e4122e6875ef53c6256ce4126f21]

        fs33a: #i112617# fixed typo (thanks sophie)

2010-06-23  Niklas Nebel  <nn@openoffice.org>  [7d00b8df2b5780299cf17109236767b5591fad83]

        unoawt2: #i112622# convert cell style names to pointers after creating a style

2010-06-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3878d8a7a5279d5b24e91b438084a82d91fd9ee4]

        aw083 #i105548# Added using the VOCRedirector inside pageobject content creation

2010-06-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c8f97e15f69814ea2a236df3fc1919d647c771bd]

        vcl113: #i25982# do not highlight disabled items

2010-06-23  sb  <sb@openoffice.org>  [5302330cfd797d0ba4fd5ca4db9da05d83f62bda]

        sb126: #i109853# no need to set CPPU_ENV in cppu/inc/uno/lbnames.h

2010-06-23  sb  <sb@openoffice.org>  [c6d6e6bf9f8d8a3a6e6543ded33e4ac387ea6766]

        sb126: #i112542# resolve $0 symlinks recursively in start scripts (based on a patch by pooryorick)

2010-06-23  Thomas Lange [tl]  <tl@openoffice.org>  [9a6cbed6c4de11b12ed3d7201d7774649ed28577]

        cws tl81: #i112363# patch for accessibility crash

2010-06-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4e0e548c67ab51940bb9d079b723c10b0944777b]

        avmedia102: #161254# increase timeout so it works reliably

2010-06-23  Rene Engelhard  <rene@openoffice.org>  [3ec6a69e513fcb1eb80811564ef064a8ef894de9]

        confiure25: add back line removed too much

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [56b4f3dee90eaba3525b5254cfd50107fe5571f0]

        configure25: per request of QA: external/StAX -> stax/download

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [42df59402370e551c92c18e62c8d6c4d2aff4cc3]

        configure25: per request of QA: external/StAX -> stax/download

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [da3b268d9d6a8d6e14c8f489455b28c351c054c4]

        configure25: fix stax build

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [ea2c15fae3bdb12a17d7cec1c77aa30c982605fa]

        smoketest26: fix smoketestoo_native "build" without Java

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [abd0a324b47ea841f3e5f894f639ae45f5778802]

        smoketest26: #i101000# fix nodep=true build in smoketestoo_native

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [66e597c747c53303ec67edc6eb0f52b4ffa6615f]

        configure25: check for some more functions in libm in lpsolve check, needed on some systems

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [02689c759baefc21fa2709126142aa22c2dc4202]

        configure25: jemalloc is default on Net/FreeBSD

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [4d6cdad9e43b9c431dca7d7ee04ffa2f372fe412]

        configure25: removing some (on Linux) unneeded echos

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [e6b791c68ca57a6e4403ae9a6eb1dd812c133706]

        configure25: #i93116# Allow to use the prebuilt stax

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [6f8ac234543939d07f4256455ef30b6c48d72fe0]

        configure25: #i93116# Allow to use the prebuilt stax

2010-06-22  Daniel Rentz  <dr@openoffice.org>  [98b532d57687b171a4770ac9d738a9e6ef4b85dd]

        mib17: remove unused/needless code

2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [da14bb5dcb2f5f629f971b4b01209adf8c6430ee]

        CWS gnumake2: deps for pch

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [7effb6ba5951ac704ec5b88937b2a2049b32fd09]

        configure25: #i111045# jemalloc

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [826a90d68a4dc458585c6d2e647bec17971e9193]

        configure25: #i111045# jemalloc

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [a80e89c5529e2cb5b38b0c6b046ef4d3585437e1]

        configure25: #i99063# heck if rpm(build) can actually build

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [6c95e802bcb213e2611a164e4d6e16ec2be73bf7]

        configure25: #i105772# allow boost 1.36

2010-06-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [92e466460bd66156679acd32a4eec2697a013559]

        unoawt2: ImplBlendWithAlpha: properly calculate the destination color value

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [01b9b273c3561805533062431ab9e40f24b614f3]

        configure25: #i98363# fix match in set_soenv on Solaris 10

2010-06-22  Ingo Schmidt  <is@openoffice.org>  [8bd016bc90501caa24bfae9be085e658bbc68858]

        kso45 #i110653# ooobaseversion globally available

2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c3e954039a5e655c377640ea0f64b185099e19f1]

        CWS gnumake2: seperated ex and noex pch

2010-06-22  Carsten Driesner  <cd@openoffice.org>  [122581b430e564bcde272a0753f36d64f3aaefb1]

        fwk147: Provide better error message if there is no configuration access on startup

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [2bdd03ee6b9c88a24f0e6ecb8f3f474c1af0b3a6]

        configure25: s/==/=/

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bdf82ea8ffc6c0d8f5bb3f4ff176ac21af3250cf]

        srb1: change version

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [77605ad3213180c40b7bf7437b9634452c9bcb7b]

        configure25: check that lucene is lucene2

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [3567bc82df0b228b5e4ae93e9751b174b33f0440]

        configure25: move ant version check behind checking whether ant works

2010-06-22  Rene Engelhard  <rene@openoffice.org>  [e26a6b321661c07fce3df199cb22951d3f2c159d]

        configure25: reject hsqldb 1.8.1.x

2010-06-22  obo  <obo@openoffice.org>  [273fa6a6aa0d56660807ab29892f0618cfbb2e63]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [d66343ab594fac375f4e3fc939594e9ebe5d4963]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [6c16430117277b381160ba4de249a71f49a9ed07]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [8d1098565ef9d67b134a569a7286ae63282bc9c7]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [0943ff4d05973fb7a227e680a10c89745d15f9cd]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [3d82600f9cc555ebd0d34dcfd704bbd0307d9dfa]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [6f18d1b699d9f7778be3c33e3f4cfc63e362f3ca]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [151c27ee2eee1651b1feed7bb5e767ddd2fe9a26]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [63939649ceb7bbc6410971dea9e848db94cf8ae3]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [6057d363a5fc3b7d6c0a01983f083f7daa045d3d]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [abfe0ca9204439f9def2ef9216e3d7c4cd3f1589]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [67cd558ced4f52b7f431e138a1071e30e88ead53]

        CWS-TOOLING: integrate CWS mingwport30

2010-06-22  obo  <obo@openoffice.org>  [034a59733389216f6ae6859c1d274a60882025e0]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [c390fcc3334c9ac89d5e71113d98c7c6357e8606]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [691cc21bbc334b067a6b3e5427c1fcefb2e976b5]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [97eaa1813cf59820e3baa033ad723698925dbb21]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [f32a2e368c3bb2d6955a4943944bb65df3ae8657]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [9550522a8abd13bf2333718d5832cf90609b1a01]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [baff42dc3fb81afc295133e4bf0122b7e1fa267c]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [bc47011daaacc04ce03336412637e15d940db520]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [116fe20cdae34cae06809f61b5504515875f8466]

        CWS-TOOLING: integrate CWS cmcfixes75

2010-06-22  obo  <obo@openoffice.org>  [4fb9b1bdf9705b54cacad4a73084a6744f808308]

        CWS-TOOLING: integrate CWS automationdev300m81

2010-06-22  obo  <obo@openoffice.org>  [a835c046a3d4e5e611e6edea81ae702a2627b13e]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [ee664836d651162cbaf4a189fa473808c9a76029]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [4b7b1d48c579dcbffbb9a1b3b773a89bd47efe71]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [4d427f8da77839d19994a6d23a7ac1399bc722fa]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [c8b7e2d63ab6b5f61b7734fa2463637224d0b61c]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [d3b85f1a0d1d806440301606e06fb45ec3b68d77]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  obo  <obo@openoffice.org>  [1356b9fa14949119d0d6f9e6b9a2e5bf991c2b6d]

        CWS-TOOLING: integrate CWS jpropenable

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [368c39e041061d7de84cd33f5515990fda3384d1]

        srb1: new version

2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1801d21c82fbdc8e63785313c488ea220456dda4]

        CWS gnumake2: fixing dep generation, pch flags

2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [221013eaca1768cdfd37058d1d989373e0ef276c]

        CWS gnumake2: fixing dep generation, pch flags

2010-06-22  Christian Lippka  <christian.lippka@sun.com>  [aadcf75a9c3c46385e5f36fc824b1103888bb7b9]

        cws avmedia102: rebase m83

2010-06-22  Christian Lippka  <christian.lippka@sun.com>  [19795109a9818b097a965ffcc9e22a1d203d5ee8]

        cws avmedia102: rebase m83

2010-06-22  Christian Lippka  <christian.lippka@sun.com>  [9caf879e9ee09e25adb580a54b50cc79522a5123]

        cws avmedia102: rebase m83

2010-06-22  Christian Lippka  <christian.lippka@sun.com>  [5ff782290e56a72a6108da08513cb7dcec115c8a]

        cws avmedia102: rebase m83

2010-06-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [95c7f048c1c496b96ee36d41bec33734c23b5572]

        CWS gnumake2: more work on pch

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [952b90f04f8a2875cd90d8f44f1f61ac2d225be9]

        srb1: add new external zip files

2010-06-22  obo  <obo@openoffice.org>  [a1004a464f08acecd70fb8465532ef65aae58bd8]

        CWS-TOOLING: integrate CWS mythes12

2010-06-22  obo  <obo@openoffice.org>  [9f5fbeb43aaa16d9418c28e1976b5c4b6176f8c9]

        CWS-TOOLING: integrate CWS mythes12

2010-06-22  obo  <obo@openoffice.org>  [6c5baefb90ef14fa08327d4b1ecbcf3e54c3e84d]

        CWS-TOOLING: integrate CWS mythes12

2010-06-22  obo  <obo@openoffice.org>  [6aeea58d28f6b0821a8ec25de42b28b38307e2e2]

        CWS-TOOLING: integrate CWS mythes12

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ef8c11978b567145e86613cf1d70eeb1fde7ff0b]

        srb1: remove external zip files

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bed1641a2d60b5c9e5d05b0f01b8e65f115ed42d]

        srb1: merge from DEv300:m83

2010-06-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fe8e4404a5310fe5cf0c6ea38a08562c48404f3b]

        srb1: merge from DEv300:m83

2010-06-22  Carsten Driesner  <cd@openoffice.org>  [302e5229bbfd465f607f76c8199afe94c8eaf8e0]

        dockingwindows: #i112595# First refactoring version of the layout manager including skeleton classes for new docking windows

2010-06-22  Carsten Driesner  <cd@openoffice.org>  [2b1c9f5c63f4d90db0137b1c8c91340bb2559115]

        dockingwindows: #i112595# First refactoring version of the layout manager including skeleton classes for new docking windows

2010-06-22  obo  <obo@openoffice.org>  [80454e767948a94cd004e826401a491e9e4d2427]

        CWS-TOOLING: integrate CWS fwk143

2010-06-22  obo  <obo@openoffice.org>  [2a93277fde858d14f9c38885e098a320509f016c]

        CWS-TOOLING: integrate CWS fwk143

2010-06-22  obo  <obo@openoffice.org>  [1cd90e55d828fc01fc43f15d31c035e08d86971f]

        CWS-TOOLING: integrate CWS fwk143

2010-06-22  obo  <obo@openoffice.org>  [cb6e6415ba6c4df918e5d88f47a2509e2ff391ee]

        CWS-TOOLING: integrate CWS fwk143

2010-06-22  obo  <obo@openoffice.org>  [bbc48b6af5c43693ef69594917c0d5a139da0c89]

        CWS-TOOLING: integrate CWS fwk143

2010-06-22  obo  <obo@openoffice.org>  [3d4c4439aa344a61d3d448b188261545fcc28e65]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [d1d79abfc437c9b9971afd55bb19d1fccb930b09]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [b33abfe107749f547b8a250501d6b5a68edba6af]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [21b0abf000e282de8949f9146a8d5181505e195f]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [8798f247ebbe5bbb08736a9b21f91c3eef51b226]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [5510093c3a82d0fb04be8f830a8aa41ba2cf93d9]

        CWS-TOOLING: integrate CWS jl152

2010-06-22  obo  <obo@openoffice.org>  [7469b3ab46d160ca6e13bd6214bd2e321e529700]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [5dae1d656128c20f8235e64ec323eece208da898]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [7fdade16c931e39523d59bcedcd31993a273e5b6]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [a9a3a8174f2a8a3cea427dd80fc436b6172d1a4b]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [f0efe75ac5ee8c46880bc2c5ed4b92352ab7f523]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [6450c0c301a92f948ade6d616305a48cc1e16663]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [78715b31107bac38bb2ecdd80231b49b9ed9f2cf]

        CWS-TOOLING: integrate CWS mba33issues01

2010-06-22  obo  <obo@openoffice.org>  [3538711e3ce32f5f3160da36a755822ab3f877f5]

        CWS-TOOLING: integrate CWS dr76

2010-06-22  obo  <obo@openoffice.org>  [ce65f5aa1a2a3c5aa6b5378e7259a0078af285ca]

        CWS-TOOLING: integrate CWS dr76

2010-06-22  obo  <obo@openoffice.org>  [253b90750a78cba5425a529b927bf9ff1a05d76f]

        CWS-TOOLING: integrate CWS dr76

2010-06-22  obo  <obo@openoffice.org>  [b9e8a8aa1c33d5874826d5844f14f727a4c08358]

        CWS-TOOLING: integrate CWS dr76

2010-06-22  obo  <obo@openoffice.org>  [f3153bf650c7204b8263422fba1eb972b30b78c9]

        CWS-TOOLING: integrate CWS dr76

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [8b8f40ea64e18416a5bac9a8c69c72b479a4cd5c]

        jl152 merge with DEV300_m83

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [3459495f5239f0d3b49baa70bc4e0216318ffb44]

        jl152 merge with DEV300_m83

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [4b1df3631f52b534d147a9f768bab7c09cf948eb]

        jl152 merge with DEV300_m83

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [084b4499451860a5c17cc43e3516730266acb923]

        jl152 merge with DEV300_m83

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [02db8f758ee7b9e8f4538312ffdc2f79f4df3c12]

        jl152 merge with DEV300_m83

2010-06-22  Joachim Lingner  <jl@openoffice.org>  [85b931b45831bef574ea25d7ff18cdd402affe6e]

        jl152 merge with DEV300_m83

2010-06-22  sb  <sb@openoffice.org>  [33474c4fff35faaedbd93461acb24496160f820f]

        sb126: #i110197# remove -Wl,-z,noexecstack hack

2010-06-22  sb  <sb@openoffice.org>  [05c8709f2cda853e5bd99784147f1344d2a275cc]

        sb126: #i110197# remove -Wl,-z,noexecstack hack

2010-06-22  sb  <sb@openoffice.org>  [29efaa764445d248494a9e32806d1ef556335248]

        sb126: #i110197# remove -Wl,-z,noexecstack hack

2010-06-22  Wu Yan  <wuy@openoffice.org>  [1601a33ae631de893be783ce005b318590561827]

        findbarfixes01: #i112572# [vcl] assertion in ImageAryData::Load

2010-06-22  obo  <obo@openoffice.org>  [45881dfb7c1b6509643e9a171feb0b557b93a7e7]

        CWS-TOOLING: integrate CWS impress191

2010-06-22  obo  <obo@openoffice.org>  [06f8813642367b7239722c215571552a1b40a218]

        CWS-TOOLING: integrate CWS impress191

2010-06-22  obo  <obo@openoffice.org>  [e144143964358b08f89aff8ec86364288e64faf5]

        CWS-TOOLING: integrate CWS impress191

2010-06-22  obo  <obo@openoffice.org>  [251d79eb627ac2039ebb0c5e587231ad275c35ce]

        CWS-TOOLING: integrate CWS impress191

2010-06-22  obo  <obo@openoffice.org>  [0b17f50b534e6d8f4bd0c40142c743aba72ba4f4]

        CWS-TOOLING: integrate CWS impress191

2010-06-22  obo  <obo@openoffice.org>  [9cf8c50e9ada0b09f3b47b818a68cd7c24711c14]

        CWS-TOOLING: integrate CWS gtkfpicker9

2010-06-22  obo  <obo@openoffice.org>  [f5bbebb7f8e40e7e3ed6f8cc1e99914c6571a7db]

        CWS-TOOLING: integrate CWS sw33bf05

2010-06-22  obo  <obo@openoffice.org>  [c899abcdb8e35da139744518d88499879b1d81d2]

        CWS-TOOLING: integrate CWS sw33bf05

2010-06-22  obo  <obo@openoffice.org>  [04b17568001530de5c6744084c27f384e465eb85]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [450bfadf07c18ffac63329e879dd4ec7085a3a48]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [1da68eb19adfcb7fca34833459a88581ccc5f69b]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [5acd61eaee3a7d46dd367d36ab52fbc0a8e37af1]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [4c9c4a1b022c7a18f94d192d4dfd36d162f49087]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [818f7b8e8c68a4bd649c78ec02cccf4387159ae8]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  obo  <obo@openoffice.org>  [54f5385aaa162daf7736a1a8d0c544927af0074e]

        CWS-TOOLING: integrate CWS mib16

2010-06-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dce758a522b92d14e2256028cb843668f0b3f99e]

        unoawt2: #i10000#

2010-06-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [08839960ee1b13e181996b034827dd5391d69ebd]

        unoawt2: createDialogWithArguments: use NamedValues instead of PropertyValues

2010-06-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [16138df5b0c608144e8701bcb1bbb8775703042d]

        unoawt2: createDialogWithArguments: use NamedValues instead of PropertyValues

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [de77db041a5b6aaeca8ab3fd06673d7030fe5c41]

        dr76: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [3529d696b336dcc9cd41d7f9584f853993d0a8e5]

        dr76: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [b6cb1fb969c6f5674a1ffb3847cc380c5a328307]

        dr76: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [e49bd33b278784472ba5b087d96ee639ecbf6e39]

        dr76: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [4789da52a5d47b9cf6e2e818b389d8d4a15b7a90]

        dr76: rebase to m83

2010-06-21  sb  <sb@openoffice.org>  [870203a92a83da9e2e1b8a56e4eab43aa561a564]

        sb126: #i111970# accept and ignore EnableAsync (transplanted from 0c119e327cea31601db9932cf3f85bbab9ee06f5)

2010-06-21  sb  <sb@openoffice.org>  [4740aded6eb2e45c3565e2b70b29e691d190bad7]

        sb126: #i111970# accept and ignore EnableAsync

2010-06-21  sb  <sb@openoffice.org>  [65ad69352a30353b8800a2f70874806cf137c42b]

        sb126: #i111141# patch the file that is actually used

2010-06-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [077b94b9d096c5bf0379346c5a34b68688c8337c]

        vcl113: #i59236# fix completely dysfunctional ImplUpdateSeparators function

2010-06-21  sb  <sb@openoffice.org>  [e9a6e7712a22a7308adc3851fa072af9b566f233]

        sb126: #i110006# removed unused configmgr::Pad::is()

2010-06-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [20942b145dddc64e3af471ba13710e37f8c60ebb]

        CWS gnumake2: pch for debug builds, fixing header package deps

2010-06-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [47bc0f3fb1220451173c1972dd83dd2a8e75509b]

        CWS gnumake2: pch for debug builds, fixing header package deps

2010-06-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2eb7994b88b7e63a1f97b1cbe7acd919826a69c8]

        CWS gnumake2: pch for debug builds, fixing header package deps

2010-06-21  obo  <obo@openoffice.org>  [9a42f4c6d06f8db130657dccd061e1071608a4c1]

        CWS-TOOLING: integrate CWS locales33a

2010-06-21  obo  <obo@openoffice.org>  [fde17f2bb9204d6451837e4899593c1f1e5643e9]

        CWS-TOOLING: integrate CWS locales33a

2010-06-21  obo  <obo@openoffice.org>  [58dc05cfb67359e3f0d972688ecbc892bc6a510a]

        CWS-TOOLING: integrate CWS vcl112

2010-06-21  obo  <obo@openoffice.org>  [6f05e9d208802eb7b6395dd7a828616d9c96950d]

        CWS-TOOLING: integrate CWS vcl112

2010-06-21  obo  <obo@openoffice.org>  [15cea5d07c629b15ed5a0c686f79a932d75e2fa4]

        CWS-TOOLING: integrate CWS vcl112

2010-06-21  obo  <obo@openoffice.org>  [1480902589982d0e3ae20b1beb19e31cb1ad3d2f]

        CWS-TOOLING: integrate CWS vcl112

2010-06-21  obo  <obo@openoffice.org>  [2fdd360a3255609ed2c445019cdc7866d8ed3010]

        CWS-TOOLING: integrate CWS impressaccessibility7

2010-06-21  obo  <obo@openoffice.org>  [4db4970e2a2ac90b892e63b3824fbbc583a5460d]

        CWS-TOOLING: integrate CWS impressaccessibility7

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [a32046ebc9337236967f404a6fa925abbc773572]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [274a4d4fc5b60e5b528c43de0d256640424b788e]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [8491a3a4012ea17c70c56b5d885dc3a73146eb5a]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [d90bbc5dd13e751ec630871eab55ac333841c241]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [f179136f9a91c447f3f1317c979f84734b7133a6]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [217f6932839045b7a3b487524366f7163fa4c035]

        mib16: rebase to m83

2010-06-21  Daniel Rentz  <dr@openoffice.org>  [d1ef9c3c451452e412f580d367356631ffc71ceb]

        mib16: rebase to m83

2010-06-21  obo  <obo@openoffice.org>  [0cf051681da0ad7f8825bc8d213717efc4d71553]

        CWS-TOOLING: integrate CWS systemlibc

2010-06-21  obo  <obo@openoffice.org>  [596da019d2b5c0d212652fe861e44d01f7a17e0c]

        CWS-TOOLING: integrate CWS systemlibc

2010-06-21  obo  <obo@openoffice.org>  [86909c184b8ba2cf96e468e1e7f81c8b9ec7d1bc]

        CWS-TOOLING: integrate CWS systemlibc

2010-06-21  obo  <obo@openoffice.org>  [91da6e6458e2ba410ac9dd4fe606205dbb4e60f8]

        CWS-TOOLING: integrate CWS systemlibc

2010-06-21  obo  <obo@openoffice.org>  [3a982f421cb5faa584cd1ad5af7e034d3d46f782]

        CWS-TOOLING: integrate CWS mtclip01

2010-06-21  obo  <obo@openoffice.org>  [c4dc32be8a0e1e1c9661d405404052b1f5709623]

        CWS-TOOLING: integrate CWS mtclip01

2010-06-21  obo  <obo@openoffice.org>  [0d85448c7b1471ca0dd0a0db3fa866a989b5903b]

        CWS-TOOLING: integrate CWS mtclip01

2010-06-21  obo  <obo@openoffice.org>  [9d48829ff370d49cfedddb88eade37aee36f4ba6]

        CWS-TOOLING: integrate CWS mtclip01

2010-06-21  obo  <obo@openoffice.org>  [3839427b7c198238aa31b5958b3b4744c630d42a]

        CWS-TOOLING: integrate CWS gridcontrol04

2010-06-21  obo  <obo@openoffice.org>  [ca1e640c70f7953d31aa2676e1fadbe8f4e25cc4]

        CWS-TOOLING: integrate CWS gridcontrol04

2010-06-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [73d0662d26f37eed86b549f86944b0a3d238755a]

        unoawt2: if the DataPilotSource supports XComponent, dispose it, so it can free its resources

2010-06-21  obo  <obo@openoffice.org>  [db68edb033a9f8e5e40065e258992d1086c1d873]

        CWS-TOOLING: integrate CWS renaissance2b

2010-06-21  obo  <obo@openoffice.org>  [7909970540ae7c31fe8b93705b50dd93e9208f85]

        CWS-TOOLING: integrate CWS renaissance2b

2010-06-21  Lars Langhans  <lla@openoffice.org>  [8000ebd780252e05906e17b3255c78473e12c5e0]

        sb123:#i111449# cleanups in dbaccess for qa/complex tests

2010-06-21  Lars Langhans  <lla@openoffice.org>  [3f37bd9ce3a9924f518fdc4e108d1f8074e9532b]

        sb123:#i111449# cleanups in dbaccess for qa/complex tests

2010-06-21  obo  <obo@openoffice.org>  [70067cc8bc27b695b1c5ad70c7e7844de676b178]

        CWS-TOOLING: integrate CWS cbosdo03

2010-06-21  obo  <obo@openoffice.org>  [b46b71c84e5f283bbacaf2a92e846730b3dd9907]

        CWS-TOOLING: integrate CWS cbosdo03

2010-06-21  obo  <obo@openoffice.org>  [2e08b6be7ef70c1eae7db47edd5b0a642250f10a]

        CWS-TOOLING: integrate CWS cbosdo03

2010-06-21  obo  <obo@openoffice.org>  [ddf75b2d60a5d5ac5328f0c577ac3e605bc6fc66]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [943661174d0a2c1264d2c35e1ac7426ed3668774]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [c49cbbfd983ef5d45a829439b1c6f6f1bcfc171a]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [e14725fc4c225fc834196b581f5563221562d0c7]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [fcf908913170ce98e0de683d13dc402d4b260391]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [72166dc9c74df9bf4680f88a749cfd979b5b6737]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [fbe60754d1283a3a11307446af0ec0f8011d1af2]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  obo  <obo@openoffice.org>  [d005f5114999903bee1dfcf89a8225edd80c0e03]

        CWS-TOOLING: integrate CWS calctabcolor

2010-06-21  Herbert Duerr [hdu]  <duerr@sun.com>  [d058fdd11b3f1363be85f39a75a68144a46e67ec]

        #i112567# disabled embeddedbitmaps honoured in cairo-case (thanks cmc!)

2010-06-21  obo  <obo@openoffice.org>  [3b904d9d5ea7e0679c900539bdc099ee6e6221c3]

        CWS-TOOLING: integrate CWS extras330fd

2010-06-21  obo  <obo@openoffice.org>  [becbe75f57026f3456f123695dfea2fae307f792]

        CWS-TOOLING: integrate CWS extras330fd

2010-06-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e2a42387547baf3915907981f13e2d1ae6ecc8a8]

        unoawt2: derive the RoadmapControlModel from the GraphicControlModel base class, benefiting from that classes new image handling this way

2010-06-21  Lars Langhans  <lla@openoffice.org>  [15642a2f8d17997b3c051a9b0587f523cba83e86]

        sb123:#i111449# cleanups in reportdesign qa/complex tests

2010-06-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ca96ec380d07cb9f3c3d130bbf9d73c2a888b3c0]

        ooo30gsl01: remove unnecessary include

2010-06-21  Joachim Lingner  <jl@openoffice.org>  [4bc42e10a36f25eb81156c541c8458b8360df303]

        jl153 #i111877# MinGW patch for nss from tono

2010-06-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3254a1a60b0faaf2a0c851ed70cc2fd34569664b]

        automationdev300m81: Local merge with DEV300_m83

2010-06-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ddc43ba8f731c103d24daf8537d5437800ae0c09]

        unoawt: now that the image control/model are not connected via XImageProducer/Consumer anymore, ensure that images loaded from a database document are displayed, too

2010-06-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [72ec7860430013473a5c2e177009dcad17aa4c10]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-06-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [67fd96781f8fec42f7c39864ca4b7b833ff4f51d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-06-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b4907131860c514fd88d845494a8795ccf30771c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt2

2010-06-20  tono  <tono@openoffice.org>  [6dcf4ddec31de866816fc788ee07d60f8853caa0]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 more relevant fix

2010-06-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [723f54f1e70bd313e8e30d3a670176472ba75535]

        unoawt2: #i10000#

2010-06-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b79aa65826172f959dc1c40b2d03bf139a96b8dd]

        unoawt: when the ToolPanelViewShell does not yet exist, ask the resource framework to activate it, and postpone the tool panel activation

2010-06-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [00ce3f2859b6fc88402b2321e31e714f84a291ca]

        unoawt: argh ... should remove the name of the removed file from makefile.mk, too

2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [afd9dd1a3e2a498245151a934b0906bb413c23d2]

        unoawt2: spelling

2010-06-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3ec2f280695e2ff95b3ad1ce1f58cad47db7a0bf]

        jl152: New issue #i112523 to be fixed later (probably not related to this CWS)

2010-06-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6582b74f567a1a41ef20cf1649d8818d9bcb3a16]

        jl152: New issue #i112523 to be fixed later (probably not related to this CWS)

2010-06-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cbb634dc19b24cd0c4a9338c8a4d1ee5391c5517]

        jl152: New issue #i112522 to be fixed later (probably not related to this CWS)

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d513adedb3c49e94e4c6467a94efb3bd28d1c1a8]

        Update from cloned repository.

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [99c174ea869bc4e2b862b394fb3d29ca837da270]

        Update from cloned repository.

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b145c5e8fa7118dbf8cad1feace046272af3bd4b]

        Update from cloned repository.

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b82d9a8e18e8fada6a3d44ed4fa776bbf390654b]

        Update from cloned repository.

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [285c96b26992d3e6ef7a91dbdf4366d976f7a4bb]

        Update from cloned repository.

2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b25e198437049b3db6d70a4fb81713fd937b6f5a]

        CWS gnumake2: enabling precompiled headers where possible

2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [829b5e25d01442907ce061f1f1eb50bd4c8320f2]

        CWS gnumake2: enabling precompiled headers where possible

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [284bb120a9b13ee414463b8195f597346d578745]

        Update from master repository (DEV300_m82).

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [8703a2191c49bb1cdb9ac885282d2d39321abbe4]

        Update from master repository (DEV300_m82).

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5232da202ed61f4583a45b8c068043718d34800e]

        Update from master repository (DEV300_m82).

2010-06-18  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [2f7bbfce23411fa42725111def89da4be4374ad2]

        Update from master repository (DEV300_m82).

2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [26026740032e47b88df09cc60eff16e5f15f1b77]

        CWS gnumake2: actually build all resources

2010-06-18  Michael Stahl  <mst@openoffice.org>  [a5b90aef59991be1c4436ce8bafdc7b1bf45f949]

        sb123: rename DocumentMetaData.java to DocumentPropertiesTest.java

2010-06-18  Caolán McNamara  <cmc@openoffice.org>  [cd551000260297e666016483dd544a241409fdff]

        mythes12: #i111612# use a TARGET definition of mythes not mythes-1.2 in order to generate a libmythes.lib as in solenv/libs.mk and not libmythes-1.2.lib

2010-06-18  Michael Stahl  <mst@openoffice.org>  [973a452d8a84412ffed3380e4e9f51b5bf9f0e66]

        sb123: #i112473#: DocumentMetadataAccessTest.java: re-activate disabled test

2010-06-18  Michael Stahl  <mst@openoffice.org>  [9ef81354cdc763e834070c7db003a360374b647b]

        merge i112473 branch

2010-06-18  Michael Stahl  <mst@openoffice.org>  [94b9ce9272f17c7c2412eaba99771e782a463d1e]

        sb123: #i112473# RDFaExportHelper: don't use SvXMLExport::GetRelativeReference()

2010-06-18  obo  <obo@openoffice.org>  [86f6b528f49090c0c47df170c04ee857a14fb967]

        CWS-TOOLING: integrate CWS vitomation01

2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [e10f9a08b1b7baca7cbbde0f805a80e54feb8c5f]

        #i112247# adjusted WinSalGraphics::GetFontMetric() to new semantic

2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [9ed97b1ffd16353afabde7239684aec7b2d4026f]

        #i112247# adjust AquaSalGraphics::GetFontMetric() signature

2010-06-18  tono  <tono@openoffice.org>  [2552225a7d62185b9007a117ecb7fd095c0f982d]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix again

2010-06-18  tono  <tono@openoffice.org>  [3216fb4a80ca9213e39d625436316de2a1d4bbef]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix again

2010-06-18  tono  <tono@openoffice.org>  [908864b8c0878f23387e36a50b905cb0b720eda0]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [2bdcf6578148d64ec805e1f64ff2d4422adae1e4]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [b4a261de1d8eccac8fc0bd4711a0e9d48c6a5112]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [eb235e01fd3ff711ffc9303be24f72c91ab04367]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [b3b78519407e5eb1fc9ca5b79ac984f66a967a59]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [b9d8770835a54aca6a59273c51b71f8a0240b72a]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [6df4629851f7cc5aa09f85907cef5125863472e9]

        Merge backout

2010-06-18  tono  <tono@openoffice.org>  [e851320993966d5d40d1f69e0d38252b2ea61d68]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [f5bac35a8e925818d5aca4f1cf4b7f3af84b40a9]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [8f6c75651a820fae86fc1e9976bfc67722579d2d]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [6517b485af245f10d821c6823204bb67b66f5ef9]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [e24f1a0eb3a50880ae6915b95149bda288575a11]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [1db87dae03f3ad7dad86fa34dca6b3d46677ffe9]

        Backed out changeset: f63af3433bcb

2010-06-18  tono  <tono@openoffice.org>  [0292b26959a28a6e42306aa0b5644b33a705e10f]

        Backed out changeset: f63af3433bcb

2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2b0441a36d1214e5fd5902a32587fe4d28c745d]

        unoawt2: get rid of the ImageConsumer class - it has no clients anymore

2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a6b7bad0288723d443c5597b9a7201594bb2c25]

        unoawt2: get rid of the ImageConsumer class - it has no clients anymore

2010-06-18  tono  <tono@openoffice.org>  [1899e6e9c08d3b6eb95277a13bd2f8ae5742bbfb]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [e17103e84253cc404467f6b25acb99183b7015bb]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [8412bc28b62534dd39eaa33b837c910d4cae08bf]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [da6b240a3fdc74b2811c229a7f8eff8307c6c256]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [ad4e86fb0e79b7e76a13686748f6e1b16606b680]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [f8a00b408df923e4d6095a5093379b738537eb19]

        Backed out changeset: d80a58fd55d9

2010-06-18  tono  <tono@openoffice.org>  [8154a584acc8bd95f30f466defaf8e15324b346e]

        Backed out changeset: d80a58fd55d9

2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [45d85c7599ea0521e5d83de41ec31207a54ead16]

        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  Joachim Lingner  <jl@openoffice.org>  [4ee1d02b3379a761d8853f25d03899b9659ed8c8]

        jl153 #i112218# correctly displaying issuer/subject names when they use multi-value RDN

2010-06-18  Christian Lippka  <cl@openoffice.org>  [6e50a95326d0eaf82cf979db6dd79f39a03ea80f]

        #i102353# correct page number and page count field when printing handouts

2010-06-18  Christian Lippka  <cl@openoffice.org>  [f5dca43c9a814b8955edf6968443737e521162dc]

        #i102353# correct page number and page count field when printing handouts

2010-06-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a4d5cd0ecc4ae083865927c68dcdd1b7925b2995]

        Local branch merge

2010-06-18  Joachim Lingner  <jl@openoffice.org>  [e88d61d39c50960a5dd5db078ff97bd987839485]

        jl153 #i11877# #i11875# merging ooo.lst after rebasing

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [67a8ad564fdeacead21e11e44aaf8c6125b4af01]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [fc5a5450ce20b8a2475a9fc19abd0262d3e10fe5]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [ca97ac09b39baf9885a9be179e69997320fb0ba5]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [fdc8e8e76a6fb265a8a5fc31d36112d5e0c56a03]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [540f91fd1508fee4663818285f41341de72bf34a]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [863a6532b76b9a4b222e88df71ebffb18bb0b258]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [4817dc1feb9c6e5942e35d15354e0bc357b17e29]

        rebase to m83

2010-06-18  Mikhail Voytenko  <mav@openoffice.org>  [984c4838a5d034547c105a0881769d46d3e08f43]

        rebase to m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [c6e2228a5f22f0ee9df3e25916a52b58682dc659]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [4c8cc8bb19f4a52262279d9298335795eb4b7612]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [50dcf3ec33ebc67cf35652d1b76819433455ac95]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [0127033deccb1643dc21679b0bdc1cf9c45e60d6]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [5888ffca27bb3c813411f0811ca875c001feb64e]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [3eb46cc6da3ce17dccc3dba51704b3bafce94034]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [18dc988ab43d2e38488ee59056c1b79c2c70ea6a]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [e1240968bbf3566d98974707596b22d8478c038b]

        merge DEV300_m83

2010-06-18  Lars Langhans  <lla@openoffice.org>  [914d87548c928b53c65d125d8417cb699d4230af]

        merge DEV300_m83

2010-06-18  obo  <obo@openoffice.org>  [ce9fcf675873fd0b94c057cc861fabc6aed525cc]

        masterfix: #i10000# remove DOS lineends

2010-06-18  obo  <obo@openoffice.org>  [ecf638255c3857b7f2a265c90c460d9ea74b4701]

        masterfix: #i10000# remove DOS lineends

2010-06-18  obo  <obo@openoffice.org>  [c449fc617aa033dd378572dab2e8dc702cdd843a]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [e707be43cb1f6e4be7c40927a525b25d428d1224]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [04702d4ba168df48dcfd3e5693a0346b2f09c78a]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [1049a5b33e6c2b40c4557bc6932956cc2431b03f]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [e8d54724f09a68d8ffd99cd3c407401019b10437]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [998009e8df7502a04c17810189b4258ca29f6403]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  obo  <obo@openoffice.org>  [bb8a904b3a78030560a0a796fe6b420a38423951]

        CWS-TOOLING: integrate CWS tl79

2010-06-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [10572ecb72031ed14674e51da33350f287878212]

        CWS gnumake2: fixing include path in module sw

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [4947d6c91ee3afb9f77e470937cdf4ced8c5444b]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [ccd496c7ee1da854afd93e513acc9b7e96021035]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [2dfa9d2acb309897cdeaedd1fdb814c34c5f9167]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [86307827b3b671154a44b552e2f8a8bb94791442]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [a83ebbd9b525459779930efdc23c7a05dce0b511]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [3c93986cda6555c40638b3dd5ccb2cef3de987dc]

        cws tl79: merge with DEV300_m83

2010-06-18  Thomas Lange [tl]  <tl@openoffice.org>  [a3c52e955ec05284db925b9d7453d42cb958890c]

        cws tl79: merge with DEV300_m83

2010-06-18  obo  <obo@openoffice.org>  [a0d74ba1d291e341413fd8d75824c9122b3b1cc9]

        CWS-TOOLING: integrate CWS tl78v3

2010-06-18  obo  <obo@openoffice.org>  [e81146e7818b6141994b0862212ec0c327642900]

        CWS-TOOLING: integrate CWS tl78v3

2010-06-18  obo  <obo@openoffice.org>  [7dbae9c5fe89ed9c7f1369c5fb80464f76b9fd75]

        CWS-TOOLING: integrate CWS tl78v3

2010-06-18  obo  <obo@openoffice.org>  [9827d16734c9e1984a0fd7aab43209df07d992ff]

        CWS-TOOLING: integrate CWS tl78v3

2010-06-18  obo  <obo@openoffice.org>  [a82445e65d5a508cca065540ca6db4c97717cb6b]

        CWS-TOOLING: integrate CWS tl78v3

2010-06-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [886532a78822b648c296d2862803fab38950e753]

        unoawt2: don't assume URLs such as private:standardimage/... are relative

2010-06-18  Herbert Duerr [hdu]  <duerr@sun.com>  [689d55e9d9b2f45ee4ae03d099ef2f57cda795b5]

        #i112497# avoid compiler warnings

2010-06-18  obo  <obo@openoffice.org>  [64914bfd216ccef7f3dc50f90686f852f8f8afda]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [dd47976ef5f9ff29a9eb3615eb05885e18eb0e00]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [c34798ae2f8ee58d59cae5d5bf72b636b09a98d2]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [f9ce7eaaf0addf6503753537bfdb256de2e2e3a3]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [12c00e3b282e877db6e8220874574b800295f2a1]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [3781c0d4846c9dd0adc14e6e809aa342ba5b7013]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [1cfb853944dda6a96453e667de441740b1fe2fa1]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [77cefdc35f4aecff096b8c66ede10205af08a41a]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [b71f8795d5e9e2e3ec4810d50b4cd7d43d682852]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  obo  <obo@openoffice.org>  [5f7bddbfb7114b40efef037e7f9ebd4f2c35896b]

        CWS-TOOLING: integrate CWS tl78

2010-06-18  Lars Langhans  <lla@openoffice.org>  [ab61fd887a083bd8837a82e98dfd60376e0f29c1]

        sb123:#i111449# cleanups in reportdesign qa/complex tests

2010-06-18  Lars Langhans  <lla@openoffice.org>  [3c386d9c15c86fee3ff7340f029683b1d1e197ed]

        sb123:#i111449# cleanups in qadevOOo qa/complex tests

2010-06-18  Lars Langhans  <lla@openoffice.org>  [151a532470b9535fee7927d5895da90c33e1e979]

        sb123:#i111449# cleanups in reportdesign qa/complex tests

2010-06-18  Caolán McNamara  <cmc@openoffice.org>  [a03b1ebebf434ff1fe71cd83b8ac31a7b699296b]

        gtkfpicker9: #i112386# gdk_threads_add_timeout_full unavailable on older glibs

2010-06-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [0e18a3690ed77de30d8356fdef9843060300b550]

        writerfilter08: merged DEV300_m83

2010-06-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [9570025be4b8b34e1a51be5046f951240a5da0c1]

        writerfilter08: merged DEV300_m83

2010-06-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [387af6f1365deba55b3868295b617c8004848377]

        writerfilter08: merged DEV300_m83

2010-06-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [5c312c377bd0e1208dcd54de0d6a4a4e30ce66c7]

        writerfilter08: merged DEV300_m83

2010-06-18  obo  <obo@openoffice.org>  [8b210d5060b85e3eaa4a2493e6599d1d95ad7494]

        CWS-TOOLING: integrate CWS hr71

2010-06-18  obo  <obo@openoffice.org>  [3c3415be60ced7923b14152a025949b042357d18]

        CWS-TOOLING: integrate CWS ause121

2010-06-18  obo  <obo@openoffice.org>  [e6f9fce3aefb3a224ae3d40bb589bf03bc606382]

        CWS-TOOLING: integrate CWS ause121

2010-06-18  obo  <obo@openoffice.org>  [2861600defbd539e14fbcc56c5a0c796b6b49e1a]

        CWS-TOOLING: integrate CWS consolidatereadme

2010-06-18  obo  <obo@openoffice.org>  [289d583c1652466d3ac73230f1e021368eb34346]

        CWS-TOOLING: integrate CWS consolidatereadme

2010-06-18  obo  <obo@openoffice.org>  [b7537cda257e99ee8edc37d14631074c326b2de4]

        CWS-TOOLING: integrate CWS consolidatereadme

2010-06-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [905b11b344fa13112f571a5f287de6236f96c18b]

        jl152: #i112023 - Added issue #i112496 to warnlogs for incorrect menuitem count

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6b740c3c696a89f8be504a7f5b6358d17dd5c790]

        fs33a: merged CWS unoawt2, implicit rebase to m83

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc54903531e08fa9c99008f8fa1c87456229a3ea]

        fs33a: merged CWS unoawt2, implicit rebase to m83

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a9fb855b55ab66ddaf4390c02bcd92ec4f47fee]

        fs33a: merged CWS unoawt2, implicit rebase to m83

2010-06-17  Christian Lippka  <christian.lippka@sun.com>  [1d10d008c5428bb8f24bbffedcf068ab656a967a]

        #161254# adding timeout for get state to prevent freeze

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [0cbaf3f198736a6a19ce3ac3ec818cc1eff16f16]

        mib16: windows compiler warning

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5dd14a854a449af2df6e573bc008416fd9f71e53]

        unoawt2: allow creating dialogs with a parent window

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a4b737c86d9a9eb65611a96b1a4c0562c994885]

        unoawt2: allow creating dialogs with a parent window

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [2a9278560603a2725e496ed50c675b371c144b23]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [91942091ada3436f46dcab0dec7e5c9ff520326a]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [2e08164e1fa52474100dc4d4b7bce622cbab9c8f]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [8cc2a768c79f099d9e230062f8a83262b4f3d0ee]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [5377af06aa3745d5502a3f8180b0360ee3c76867]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [32a69fe0c6918c01a32c36b1281a359ea0214863]

        CWS mba33issues01: rebase to m83

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [4c2adb286f3a6688a56bdf38c96630f59361f172]

        CWS mba33issues01: rebase to m83

2010-06-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [12f9037a5313240ce598b17369bf002f0f7fd9f2]

        aw083: added aw082 due to possible conflicts in vclmetafileprocessor2d.cxx

2010-06-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4dd2eb19a14a352f04a0c9a331d903f8e31fae02]

        CWS gnumake2: precompiled header support on win32

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7e22cc42678c00efe070f10320453bec8fc1ceb]

        Automated merge with http://hg.services.openoffice.org/DEV300

2010-06-17  Niklas Nebel  <nn@openoffice.org>  [3c2088990b7f8bb7af9fc83bbae7c21b2295c07c]

        calc55: merge with DEV300_m83

2010-06-17  Niklas Nebel  <nn@openoffice.org>  [6ff15843c9f475a9d8247bbe4de61cc3ffb732ca]

        calc55: merge with DEV300_m83

2010-06-17  Niklas Nebel  <nn@openoffice.org>  [829b756e967201a2642ba3303aafbaac074037d4]

        calc55: merge with DEV300_m83

2010-06-17  Carsten Driesner  <cd@openoffice.org>  [895a967293a07cbeb775220d7e109a51ffa1448d]

        fwk143: #i102271# Revert changes due to bad side-effects

2010-06-17  sb  <sb@openoffice.org>  [7d9bce7ca0408786d0ad448dee0f2bf480870d3e]

        jl153: #i110720# ignore spurious <prop> elements in .xcu set nodes

2010-06-17  Christian Lippka  <cl@openoffice.org>  [cc7090d4a96f70b56920302a48895100a0d7c671]

        #i97336# check if text shape actually has text

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [1a639c734cec2dfce0a4efe2fecdeeddbbc9b441]

        mib16: compiler warning (debug only)

2010-06-17  Christian Lippka  <cl@openoffice.org>  [482f6115f2c7ad0e4922902ad93b1bd37541f89c]

        #i112439# correct presentation kind of 'collected' presentation shapes (table, media, graf and ole

2010-06-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f288b50cef4d2a13cfb100af3a71f14b171d066a]

        #i112245# 1st part for SvtGraphicStroke

2010-06-17  Christian Lippka  <cl@openoffice.org>  [2230b3c83b46a425295d7a2f23e7fac7fec94add]

        #i112337# text edit outliner may be null on status update, prevent crash

2010-06-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1c225efcd347c83bd7aa44c7b10c6bef891a1ae0]

        dba33g: merge

2010-06-17  Lars Langhans  <lla@openoffice.org>  [70670992422a1dc2531f03e36df99b0f65b4ec7d]

        sb123:#i111449# cleanups in forms qa/complex tests

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [513943c0fc303575d0900d775a67196d2841f5c7]

        fs33a: merge after pulling latest changes from DEV300 (m81)

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a19d7149cf07cb2a05ac3913e97b8a7de281707b]

        fs33a: merge after pulling latest changes from DEV300 (m81)

2010-06-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [48d2194313053cb4afb7c0c3b712395bd3f9ae75]

        fs33a: merge after pulling latest changes from DEV300 (m81)

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [39402722f87b8746565abb847ff0578401ce4483]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [c5fb7708e21f242d246d1559ee0341da683af9f9]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [74721a30a80c06fac3d51dbe9da54344b60542ab]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [fecbdce78e17ed6916bf4144436de5682e3c9b8b]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [32960299455baabcd154a02e45780aacc1c979b9]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [972d9f88faec9faf3e1937b16a2f9247dae29589]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [f3f36bb0e3626fa4016184849c8bbf20b207a9b3]

        mib16: rebase to m82

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [0fb004299f88eff2e6077b8aabac07dde3ec3f02]

        mib16: rebase to m82

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [da4a9fc94efc66b5acc95bbd6a6bb376ad01eea6]

        CWS systemlibc: #i69033#: one more fix for mingw

2010-06-17  Rene Engelhard  <rene@openoffice.org>  [cdc3f933e7290880773d502c070d3ddd06131ab8]

        mythes12: also change the source to libmythes.lib

2010-06-17  Daniel Rentz  <dr@openoffice.org>  [462458fd501c072ac1b975e6abcd617ef96418a8]

        mib16: missing entry to let mac link all extensions

2010-06-17  Wu Yan  <wuy@openoffice.org>  [ea0e9744690e2c3e75ab6b1eee1f57d94ceca5aa]

        findbarfixes01: #112235# [A11Y] Text in Find toolbar text field has wrong colour in High Contrast mode

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [d84b7502bbb3ada6649ba071de492e346f8a479e]

        CWS systemlibc: #i69033#: some fixes for mingw

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [e1c983602eb7e448f6154024da6bbd5a3398d319]

        CWS systemlibc: #i69033#: some fixes for mingw

2010-06-17  Mathias Bauer  <mba@openoffice.org>  [ba53ef2077b89a00987b9f06cc2bd31d88c9d916]

        CWS systemlibc: #i69033#: some fixes for mingw

2010-06-17  obo  <obo@openoffice.org>  [8c75156a84a5088506c49101efad199dc7b8d05e]

        masterfix: #i10000# resolve merge problems

2010-06-16  Mathias Bauer  <mba@openoffice.org>  [4263775085d36363d09b1d3ec9c7d0d9951288de]

        CWS systemlibc: #i69033#: some fixes for Windows

2010-06-16  Mathias Bauer  <mba@openoffice.org>  [4220a05a5313f40d0f0ee7e84247ad45f768a39f]

        CWS systemlibc: #i69033#: some fixes for Windows

2010-06-16  Mathias Bauer  <mba@openoffice.org>  [12684f8ad2b6d247b0bffefa97ae21ca78d07ac8]

        CWS systemlibc: #i69033#: some fixes for Windows

2010-06-16  Mathias Bauer  <mba@openoffice.org>  [1ea16853f4ebedb310dba31309dd66070a9a3e7b]

        CWS systemlibc: #i69033#: some fixes for Windows

2010-06-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [07696680839a79c5520113df1512a7411bdd647f]

        vcl113: #i89587# statusbar items should avoid resizer on lower right on the mac

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3a65289f19880ec8c11912ec6140f7af256041da]

        Update from master repository (DEV300_m82).

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d836ad1e5a16f7c946686391390f2ef02169b4a9]

        Update from master repository (DEV300_m82).

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [14cad1ab1a571527196b7be799b46c1aa5ac7e20]

        Update from master repository (DEV300_m82).

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6ba08da63fa029ac619981d9842e7e45cb7aa705]

        Update from master repository (DEV300_m82).

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6f6385adb0b7d0c02a190b17a6051d91543a8d31]

        Update from master repository (DEV300_m82).

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [aa3a3bb0956d96f077466325cf95bd53767aa050]

        code-=dbg

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5d2f6cb97629e2d3d876f31403ea2e022b22a2b9]

        Cleanup tools workben makefile.

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [e3bc1a277ca0480c2a62c6b1bb95924560f7d0d3]

        #i112247# shrink glyph-fallback font if needed (thanks cmc!)

2010-06-16  sj  <sj@openoffice.org>  [d3f7ff0321d03c423d9eaff787b3921862f47f8c]

        impress186: #i4499# reserving two text lines to display the estimated file size

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5b209afe5c5b511b29deaa6029c088afdc30160b]

        Added enclosing classname to FixedMemPool diagnosis.

2010-06-16  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [fd6a68632ee4e509e47e3da4eb8dd6db38a852c0]

        Added enclosing classname to FixedMemPool diagnosis.

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [6615d6d4f2b6da25ffba7f32c6ac00645cafa859]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [7f45c7b8f2af8fe353f251859f85dafcada745c9]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [210b5923e9fc9114996037aa628829e5fabc5602]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [b1e92949bbd892dfef0754b838be3b2f5c2c8e2f]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [46c6193ebd1d44528d6e5f955f75222aacbbe5a5]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [29619d1c950672bc32964c115636fb43a0cecc40]

        jl153 merge with DEV300_m82

2010-06-16  Joachim Lingner  <jl@openoffice.org>  [cc52d020ea42b235f30573581aeae4491c3fa297]

        jl153 merge with DEV300_m82

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [24acea304bfbd5dd45bb2a52a9711bc112db50e8]

        jpropenable: #i112445# remove debug output

2010-06-16  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f6e1fa452313e3916f6bae5ab6c2c07141b34934]

        CWS gnumake2: simplified pch, integrated with linktarget

2010-06-16  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8b9e83fbb658fea068f72fc20b8068517afc9fb2]

        CWS gnumake2: simplified pch, integrated with linktarget

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ba7b5326c1c155c4e8fa103c45856e1139c63eaf]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/fs33a

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [09d2f60647c88539049dade243df75b218c53482]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/fs33a

2010-06-16  Oliver Craemer [oc]  <oc@openoffice.org>  [2d2ca0ae1aa4756d2f01ecac591c46d1d6e7fc81]

        i112451 :[Automation] Declaration for new Tabcolor UI

2010-06-16  Release Engineering  <releng@openoffice.org>  [34dd33af79caf3a13ec3a4e7098616ac0b16cf50]

        masterfix: #i10000# warning C4244: conversion from SbError to USHORT

2010-06-16  Lars Langhans  <lla@openoffice.org>  [f6159bc0c9e016362ef39dca7f7b238512ceb68e]

        sb123:#i111449# cleanups in svl qa/complex tests

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3df12d0ea3b61122a400e3562c38cb9595b50195]

        jpropenable: #i112445# remove debug output

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [90f2e0f4128d9fa122957a5657d16308ce7af3c0]

        fs33a: fixed VCLXFixedText::calcAdjustedSize to respect the given size

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2ac38c25e70ee3a2635e31163211acc1c8ce5333]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [840f5dd5074e04b7b2cefb2f12992eb5610404fd]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [744542f414e9e3d9f5573ad17bdfc736e032451f]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a70f8ac0962410f6c2b5b0775bc1b410452dadad]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [14489007d60ce87217233382ab40c5121f392892]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fc7af6173c4a8d463629a5334812a71963a6c1b1]

        jpropenable: #i112445# exclude this file from l10n process

2010-06-16  sj  <sj@openoffice.org>  [c2eab77d2f47c58d91740ce9e624d1438a87c19c]

        impress186: fixed warnings

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ad1eb0b34015402650dce8b3d25987519c50c39a]

        fs33a: oops, forgot this addition to the documentation of the UnoControlListBoxModel in CWS unoawt

2010-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6010ece515dbb597d1b452c45c517e3180b03816]

        jpropenable: #i112445# enable java properties

2010-06-16  Dirk Voelzke  <dv@openoffice.org>  [22dedfaadf4a53093a9ccbccbf3a70f78b1dbb06]

        jl152#i112437# Disabled extensions should not show an options button

2010-06-16  Daniel Rentz  <dr@openoffice.org>  [00cb4072a3052e4dca32a39fb692f34a1d7e4d35]

        mib16: unxmacxi compiler warnings

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [241057108ce31c011e4437db8739d7a903833937]

        merge

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [2186301d30eecea9011191a5a9e62fb9cc5635a4]

        merge

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [569325568fde58badf54a7dec89f758a3ea005ec]

        merge

2010-06-16  obo  <obo@openoffice.org>  [847c992a251bcbbcaf71d3b1b366d70971b4ef03]

        masterfix: #i10000# remove conflict marks

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [7da48c4bda00ea124d1501bc61f9b76ef94861f3]

        merge

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [34478bf20af9534d3b969e405d8bf08f56490f2f]

        merge

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [9dd4f849d7a6648b6be5fd696c633ad537222e8e]

        merge

2010-06-16  Herbert Duerr [hdu]  <duerr@sun.com>  [d4aea4bdcdb51ef96ea28cf603b181c1423e9a06]

        #i112379# improved symbol-flag heuristic for fonts

2010-06-16  Christian Lippka  <christian.lippka@sun.com>  [ba9f70b7561af5762652c2c0d97cb5bd545aecd8]

        updated test to reflect changes from cws renaissance2

2010-06-16  sj  <sj@openoffice.org>  [10b609fdd5ce1e18be7b0ccbb3bb337039d30f2b]

        impress186: #i4499# removed graphic dialog resources

2010-06-16  obo  <obo@openoffice.org>  [7f0993d43019a0ccb7f89c11fc23704c063b902f]

        masterfix: #i10000# dispatchCommand,DispatchInfo missing

2010-06-16  Daniel Rentz  <dr@openoffice.org>  [d28ea3c4c5ff5ff51e89016fe53dcf53426e337e]

        mib16: missing throw decl

2010-06-16  Daniel Rentz  <dr@openoffice.org>  [6ba182c5728c491af5a136c6b7ac1ca170e95066]

        mib16: #i111971# missing internal build dependencies

2010-06-16  Daniel Rentz  <dr@openoffice.org>  [e7db1c97285463eb51ac171dfce38ec0c4e034d0]

        mib16: #i111971# missing internal build dependencies

2010-06-16  Rene Engelhard  <rene@openoffice.org>  [7d7e948930164d5b68d8e401432214f5216a5fe7]

        mythes12: deliver mythes.lib correctly as libmythes.lib

2010-06-16  Lars Langhans  <lla@openoffice.org>  [ca1a016c5c9121a878bded25378b47c600dc0b3d]

        sb123:#i111449# cleanups in beans qa/complex tests

2010-06-16  Thorsten Bosbach  <tbo@OpenOffice.org>  [92408b42032982a21911e44443cef767272f9298]

        #i111181# masking error not related to this cws, but test that would help here

2010-06-16  Carsten Driesner  <cd@openoffice.org>  [50cbb457fb6c2dba6641550f2bc98b12c05e4b0c]

        fwk143: Merge changes

2010-06-16  Release Engineering  <releng@openoffice.org>  [990ef886211196e7c1de0881fd78fc02bebf9073]

        masterfix: #i10000# getModuleName() missing

2010-06-16  Carsten Driesner  <cd@openoffice.org>  [61fbee4835116520e376476e7034dc09d0caa27d]

        fwk143: #i102271# Check parent before changing window lists

2010-06-16  Mikhail Voytenko  <mav@openoffice.org>  [cce87a13a95f66604ae3d2f752157b5a4c1c2f75]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-16  Mikhail Voytenko  <mav@openoffice.org>  [3d2a51111ac8e45f6eae9d1fd9e52ee8c4cb35d0]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [7ef95353dcd3c62902fead0d29ebc6bb1d08b85c]

        writerfilter09: merged DEV300_m82

2010-06-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [3e77f9e198f05141399ba911763e7f4cce575973]

        writerfilter09: merged DEV300_m82

2010-06-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [57972b863daaf15f18d64cb4d907ec3afcb97029]

        writerfilter09: merged DEV300_m82

2010-06-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [ce70c5577a3ac08a60c86e49d11f508b455a06b1]

        writerfilter09: merged DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [50178be7f5b3d4bbecdf008b1edf4e1543d4df4d]

        impress186: solved merge problems

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34aaddf76fc80f377aff5fcf2c28d47b7842bc42]

        fs33a: fixed supportsService

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [873a6fcf3d0322e5b701a7991979856ca688262f]

        fs33a: fixed VCLXFixedText::calcAdjustedSize to respect the given size

2010-06-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [00647682535858694ab42cc90e0db6142053df3b]

        fs33a: fixed supportsService

2010-06-16  Release Engineering  <releng@openoffice.org>  [16ae4c1524769458f6d205430e7dcb8fc4ae333b]

        masterfix: #i10000# PACKAGE_STORAGE to embed::StorageFormats::PACKAGE

2010-06-16  Release Engineering  <releng@openoffice.org>  [41436227fd2108d59e52cdd217d73604613ce02e]

        masterfix: #i10000# resolve merge problems

2010-06-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [170b41b511df2f9786b7dab236fa9f3d45f2a05a]

        jl152: #i112023 - Added test extension for #i111434 and two version test extensions

2010-06-16  sj  <sj@openoffice.org>  [53ff3fd09fdf5af5cca3025640b9eed4543496fa]

        impress186: merge with DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [ed8ef98052e748fedfc71389d500e72537995e65]

        impress186: merge with DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [e316ce7a8f784231ff39bb069ec6eac0aefca9ce]

        impress186: merge with DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [138ca0eb653234ca9efd225c26cbe19a84eb9489]

        impress186: merge with DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [af77ad8b81cd5228b4dcccf5f9f806a591a0821e]

        impress186: merge with DEV300_m82

2010-06-16  sj  <sj@openoffice.org>  [d4a2d54ee9dc9aa76e9a781ee7f488154ec61099]

        impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution

2010-06-16  sj  <sj@openoffice.org>  [9508a731824e7f8a692d462da763b2db95463875]

        impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution

2010-06-16  sj  <sj@openoffice.org>  [333d1e3dcc2e819f8c62c9713cca96fbedaba3de]

        impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [e514952e7ce29bc16e45e423070c69982224bc86]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [da1aef3b294d9bbf87a973298bc294ec953c8c20]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [4b599fe4ed40028ac8eabd87b955188ce1ff6367]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [74245c4cdd4c9488558a6ed241613d8ca6bc3780]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [7b4fd03cc280edac58705d047566e30d0b41bae0]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Mikhail Voytenko  <mav@openoffice.org>  [5dc7559f03bdfc0770b2131e7574bed7027920df]

        tl78v2: #i112427# Support password to modify in calc and writer ODF documents

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [a1e04aa376a5ab56d53d96b6c46535fcfa2363fc]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [02799da3b58265a3051b2b4f7626daf0feee2b78]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [f7f5c8494ea6ff57381d827a3fb112718934ee75]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [47a30d22384f812d9c49cd3e38abc42dba39e5d7]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [614e369c4cb48ea4bcafcae6c29f412e20a4e6a7]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [2b998bf51d2c4d9c0705f33c4922454c1447d8ed]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [5624330c20ccbbcbbbc90631130e7d2f7a06d0bd]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Daniel Rentz  <dr@openoffice.org>  [5ed103d2dd5f8ee2f13183263c0930f84437bdc7]

        mib16: contributed bugfixes and various new symbols in VBA compatibility implementation

2010-06-15  Niklas Nebel  <nn@openoffice.org>  [7406378b5b58fb693b9e5e77d7ccf267823d282a]

        calctabcolor: extend EXCEPTIONSFILES to compile without warnings on Solaris

2010-06-15  Thorsten Bosbach  <tbo@OpenOffice.org>  [954b9a0c13afa1f1158c5f9a64b5230941ed6e31]

        #i112279# additional testautomation fixes

2010-06-15  Thorsten Bosbach  <tbo@OpenOffice.org>  [73913bd69eb79c43f78235fed41410b82d58ad38]

        #i111422# testautomation part

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [77b41d4ecd48f2dbc578ab1f320fdb69302547a8]

        ooo30gsl01: #i112249# add missing URL conversion

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [4feab2495d0634c59688374a97301db5bb9a47ca]

        systemlibc: update comment

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [eb525520b51dfd5a8c62ae2826d410e8e3da7e46]

        systemlibc: move from || defined WNT to || !defined HAVE_GETOPT

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [cc07f6b22a28331eafa2d2ae6ef780221d564cb7]

        calctabcolor: fixed build breakage in oox.

2010-06-15  Mihaela Kedikova  <misheto@openoffice.org>  [03a87109c292e5a2090ab49beb362a87f6020ae8]

        gridcontrol04: improvement for #i112114#

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [0dd98715129101405b1ac9ef3b5394c152fbe86f]

        systemlibc: s/WINNT/WNT/

2010-06-15  Thorsten Bosbach  <tbo@OpenOffice.org>  [0c887fa87e5036a441506e7130d50f1291993e77]

        #i110254# testautomation part

2010-06-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a815ccb8a8675b3e4d6c49e6f5bbec610b080b5a]

        ause121: #i112394# fix dependencies and a typo

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [42fc7d6fa0dca6591bd0004e584fbd6dcfa3b81b]

        calctabcolor: re-applied the change that reduces indentation levels to _ExportAutoStyles().

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ea2aaf76a5f9b30e3652cb927e0ed7bdbf234044]

        ooo30gsl01: #i112417# remove seemingly useless define (thanks cmc!)

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [fd0b0951f889e98eda29196aaf1bd666c4f5eb22]

        calctabcolor: tabs to whitespaces.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [57542e2715df95aa837ef6fa5d6f594bcfb0b991]

        calctabcolor: reverted change in _ExportAutoStyles() to baseline.

2010-06-15  Helge Delfs [hde]  <hde@openoffice.org>  [2c0157d3fd7353a734987cbd67b74455cb14ac09]

        cws/tl78: issue 109976 and 112414

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [8aa9e5ccac10f91a8643479c6848af4796763831]

        calctabcolor: tabs to whitespaces.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [46913fd6172f373a2bd1368b47a40e00c4aa5e87]

        calctabcolor: fixed wrong bracing & indentation.

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [473f901cb1be473f1c6cb1581a594123ebff1122]

        ooo30gsl01: #i112102# fix a possible XError (thanks pmladek!), get correct frame width (thanks kendy!)

2010-06-15  tono  <tono@openoffice.org>  [3584d0e2482a6b280a1b1a7f2c62612c3c088542]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [846a16d184b196ab72daf018a3bf26bc253c8c43]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [a522451c35d959e2302ee85bb7f4d4f794511382]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [e447c6b6ea98f01ee8f048134e700d05cf265392]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [489e085640187dc310e86c1439d1e699648ee2ac]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [7016d7f5fcf7a28717c767054fe5b39c251661f9]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [1867b5faf01089e5c47d3f9380b7da9ab6916e4f]

        i#111956: MinGW port fix: dependency to shared library: pure porting fix

2010-06-15  tono  <tono@openoffice.org>  [8b741ce734483fc7e463de71451009b948aaa911]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 relevant fix

2010-06-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d2fc0f17b593f580b7c66521873fe4bfe4a9ab38]

        #i112300# extended interpretation of MetaGradientAction in metafile primitive decomposition

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [102bfd85b308d824bceb9d74de378ebe03ba2357]

        ooo30gsl01: fix debug compile

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [21ce418927ffe0968f64fdaed5e29c1f8a019b46]

        ooo30gsl01: #i112229# copy jobdata to info printer on Setup

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [b002f7e29934380dbe544607df3c72cf123daa65]

        mythes12: add MYTHES to (Suns) BUILD_TYPE

2010-06-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [f4ff011499a56fe01a39a60817e9c4d2ce8d039e]

        cbosdo03: merged with m82

2010-06-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0dc9d5bbb2e9ceee2d57c615e0b24e359d5b0fbd]

        cbosdo03: merged with m82

2010-06-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [bb22bf7de9046aa9fedc691414f3c5cb1125fc5c]

        cbosdo03: merged with m82

2010-06-15  Release Engineering  <releng@openoffice.org>  [fc5cd5ec6efcefe20334bb6c47c1f9aa8a619426]

        DEV300

2010-06-15  Christian Lippka  <christian.lippka@sun.com>  [ef25347f6be8cf0c1c4cf7ce6d27df79d0c41ae2]

        #i98252# removed the changes for issue 98252

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [e9ec610d7d371536ada9130907a649ed7ba9c226]

        mythes12: fix build without pkg-config/hunspell on system

2010-06-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ffc40b7487914e3eda29d0ea9e1cc16c48449f32]

        jl152: #i120023 - Adjustments to publisher.inc done. The extension manager now populates more slowly than before and the position of the extension in the update dialog has changed.

2010-06-15  wg111939  <wg111939@sr1-eham02-02>  [2132f8f7ee018ca19156b90a96421f8515273b29]

        Adjusting tests for renaissance1 changes, making sure right tab page is selected

2010-06-15  Helge Delfs [hde]  <hde@openoffice.org>  [ee8695b92deed92cd6590f4f647920f7208553b5]

        [no commit message]

2010-06-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f18a14c63581ea4b0bad3876f0a6da2b04211343]

        vitomation01: Merged with DEV300 tip, resolved merge conflicts

2010-06-15  Frank Peters  <fpe@openoffice.org>  [fc3071cba0de7831b05c0ab3b53a85c264a229a3]

        consolidatereadme: #i111849#

2010-06-15  Thomas Lange [tl]  <tl@openoffice.org>  [9d31e5d3ca564c719f94810fd93825131a14699c]

        cws tl79: #i110254# security tab hid added to hidother.src

2010-06-15  obo  <obo@openoffice.org>  [33750471297793a14d19f783208f7d8019903570]

        CWS-TOOLING: integrate CWS impressbi01

2010-06-15  obo  <obo@openoffice.org>  [1dec06fb3a6f9d11374060d3dcd14143704d43eb]

        CWS-TOOLING: integrate CWS impressbi01

2010-06-15  obo  <obo@openoffice.org>  [a93ecbe1f0f5e65ccc64347ed564d39c923f0dd0]

        CWS-TOOLING: integrate CWS impressbi01

2010-06-15  obo  <obo@openoffice.org>  [8b33a0235b99ef4e3a84458dfadb5bd08ac79308]

        CWS-TOOLING: integrate CWS impressbi01

2010-06-15  Thomas Lange [tl]  <tl@openoffice.org>  [15d561a11f5b5a1be106ca5cac2c5c8c268ec680]

        cws tl78: #i112304# help ids fixed

2010-06-15  obo  <obo@openoffice.org>  [3f52b1af15f69f72b8acdc691fad366638b5933a]

        CWS-TOOLING: integrate CWS native305

2010-06-15  obo  <obo@openoffice.org>  [bd9d89830ef1f33d63dfe0c10a5dd4be3dedb3c3]

        CWS-TOOLING: integrate CWS native305

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [25849517d7ced8de4bab80bd7191045bb6dcc56b]

        ooo30gsl01: #i112407# fix xinerama screen vector (thanks cmc!)

2010-06-15  obo  <obo@openoffice.org>  [c2f44e1cac101b3832cc258dd7e3c8604216b3b4]

        CWS-TOOLING: integrate CWS rt39

2010-06-15  obo  <obo@openoffice.org>  [083577b9b8e18b933a1354f8f517eb1d68727135]

        CWS-TOOLING: integrate CWS rt39

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [87055f74bc238bc3c54d839e7e1319a871a3f8e7]

        ooo30gsl01: #i112270# need to get focus on toolwindows explicitly

2010-06-15  obo  <obo@openoffice.org>  [3ed4c287784b42bb8ff26bcdcff1b13734815495]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [b1837508627d4a6ea4bede41978dd453131cd4ae]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [1d1b3baf8942031e2f1a7189ed121b32188f82fb]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [d4741b8cb17b32ed902e60024649d6273e99f617]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [116886820fea0b349cb3fbf3ab2b3de531a515d2]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [946651672cd26b5db588005f39deb2eecf82ca8a]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [7bce502de1cbb7b22e725b1a85b17aa431f75405]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [c29057eebc093ccf7521e1eb04b9a1b21a566b51]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  obo  <obo@openoffice.org>  [1c4cd1c54c2cd6bbf9df6a377c30369d50ffa44a]

        CWS-TOOLING: integrate CWS unoawt

2010-06-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8e3e022de772b97a9d97b27095e27d05ecb3bc18]

        ooo30gsl01: #i112405# remove old nologo branding for StartCenter as it does not match the new StartCenter layout anymore

2010-06-15  obo  <obo@openoffice.org>  [924eab5afc99b0b0ecfa76ac4606a058e0d67328]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [41516fd6140d69ccfc3707d94fe75f7c47ecf0d4]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [01fe2731f122c5e8a5e0d4f6175aa2496da55f98]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [28b4875fa1fc9345305f371492bcb703cb19331f]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [61c0a983bea6c17af85bfee794c427f0eb8b25ba]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [bc795677bb9609631b0f404268420b485002175e]

        CWS-TOOLING: integrate CWS chart47

2010-06-15  obo  <obo@openoffice.org>  [07f0c841caf98e3069cbb722bb7d7f05430668a3]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [11ca51711d56f1606f0b113bef4811b4d20d4128]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [1871d11fbeb3305c0a0e65eefb31946e7a73a610]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [071c767a76056aac43f779dc2d6b8454c640186b]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [dda6b7d28ff03d04500c68db13074802d92525b4]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [275f83f55e92a7ce0bc37069aad12f9584a83520]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  obo  <obo@openoffice.org>  [56f57bd9fe0ce39492edf1e9c26faa9fc2abce4d]

        CWS-TOOLING: integrate CWS fwk139

2010-06-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [68bccc87c1c112a9842875fcfa13bebb9ce7983d]

        jl152: Local merge

2010-06-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [efa6641d45d9973f1e986d114af389ed56ea7f6d]

        jl152: #i112023 - Added version33.oxt, version34.oxt and updated files.txt

2010-06-15  obo  <obo@openoffice.org>  [b6a4240c511d1414058cafb199838581c6d67676]

        CWS-TOOLING: integrate CWS os140

2010-06-15  obo  <obo@openoffice.org>  [eb205266228b6069423a3777ad68517e92a3f192]

        CWS-TOOLING: integrate CWS os140

2010-06-15  obo  <obo@openoffice.org>  [6093b32cbee907c6cc959b64f4e6f0bf0de8fc89]

        CWS-TOOLING: integrate CWS os140

2010-06-15  obo  <obo@openoffice.org>  [a8cfa37c6e8abc2b7fc0df6584b2dc1d18500e46]

        CWS-TOOLING: integrate CWS native309

2010-06-15  obo  <obo@openoffice.org>  [85405fc9476545c90c4283e023193ab480023550]

        CWS-TOOLING: integrate CWS native309

2010-06-15  Juergen Schmidt  <jsc@openoffice.org>  [7179d4e31a90d202dc97e595ba7495f0433df365]

        gridcontrol04: i112401: correct title

2010-06-15  obo  <obo@openoffice.org>  [1a73871715b8fea151a2997f3014670bb0c51363]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  obo  <obo@openoffice.org>  [6ff88de548f1325a07002b43d17f9d4f7bc052c0]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  obo  <obo@openoffice.org>  [9e4c7dda753d76a0a2b6c7b8b20e483f33db7efb]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  obo  <obo@openoffice.org>  [b981aef79ff6cbfb778e55ac3a2d8e2ca137a928]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  obo  <obo@openoffice.org>  [96e2acd4ec40ff2948c09ca17229feb793208e0d]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  obo  <obo@openoffice.org>  [c016baa4c425bb48cb626ae27e2fb6ed3dd023de]

        CWS-TOOLING: integrate CWS impress190

2010-06-15  Juergen Schmidt  <jsc@openoffice.org>  [f5e707cdebf81b69a45f5dcf2e88c3e488b0fb59]

        gridcontrol04: i112401: correct version number

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [1fefaa8ee325492f56fe957609ba605f7cd11e1b]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [fc156984589e119eabc10b60e828880c09e39707]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [bfbc7c120aef8a0d04236a521e282f5714a57117]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [d3996884eefaa66b329e4aecba095bea696cf696]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [920c042f1ab2f9a2f74f53e570657221fc59da69]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [db02cb808d61ece75170bd549ee6e3246c28ef83]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [db0e161d1040f45fd7be444a1953740c2d9888e5]

        calctabcolor: rebased to DEV300_m82.

2010-06-15  Kohei Yoshida  <kyoshida@novell.com>  [90d71fa312796762f2a346f92932fa2c74cefbe1]

        calctabcolor: rebased to DEV300_m82.

2010-06-14  Kohei Yoshida  <kyoshida@novell.com>  [a2a6891094cfa791ded8abb514cb8581ad0748b3]

        calctabcolor: #i5560# We need to also be able to load the table:tab-color attribute names in addition to the tableooo:tab-color names.

2010-06-14  Kohei Yoshida  <kyoshida@novell.com>  [5c4056f3171ebb19474ca9619bfd5bb3719441a9]

        calctabcolor: #i5560# Preserve tab colors during undo of table deletion.

2010-06-14  Kohei Yoshida  <kyoshida@novell.com>  [f0c183fc90091c6b9dd197f72dce7ec1bb02da64]

        calctabcolor: #i5560# Copy tab color when copying tables.

2010-06-15  Rene Engelhard  <rene@openoffice.org>  [abc449af641254a08b96efa1189293f5048b65f6]

        systemlibc: also reintroduce _getopt.c/stgetopt() for Windows.

2010-06-14  Rene Engelhard  <rene@openoffice.org>  [d314f325b48850c0ac377103cf74663fae53dee6]

        systemlibc: add back external statements for stgetopt

2010-06-14  Rene Engelhard  <rene@openoffice.org>  [e592b814914be90e465aa5a440c3a8865f8bc4c4]

        systemlibc: reintroduce stgetopt() for -isysroot on Mac. sigh.

2010-06-14  Mikhail Voytenko  <mav@openoffice.org>  [c44ba0727fecc1a1a70f525e72b0854527ab3e22]

        tl78: #i111065# let the model be correctly loaded into a frame

2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d540dd0168609b977d64ad9e48622be9c6c61788]

        ause121: merge

2010-06-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ad4d821dbe454e7f607d7464d88aceddb0eceead]

        ause120: #i112394# process and merge .properties files listed as L10NPROPERTYFILES

2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0aa7ec446c71cfa4f23167ec01c63debc951c993]

        ause121: #i112091# jpropex command

2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6cac753f31a6458f1c2cef6fa1174c8bd3d74ba5]

        ause121: #i112091# don't stop on missing sdf file

2010-06-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8dc6a85055c80820f601cef82e54923c5e61aad6]

        ause121: #i112091# inputfile detection

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [a587cb194ba5871bd3ee2b3a9b5dc561ee38c0fa]

        cws impress190: rebase m82

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [60d09eb4c408aef689e4e1519da28f686d59cab6]

        cws impress190: rebase m82

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [e67060f04ec5d60fce7a7bebc24c0fea0d6c50d9]

        cws impress190: rebase m82

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [defcfcf416a0d25c104e8f492e14049814db51e2]

        cws impress190: rebase m82

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [3ebfe37dad5e1761a288ccfe0c8963bdaf1682ea]

        cws impress190: rebase m82

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [4af0169517cec2172338cad1eb9806aa482a44f4]

        cws impress190: rebase m82

2010-06-14  Mathias Bauer  <mba@openoffice.org>  [53b64badd63099eecf393c2a9afc27d816014940]

        CWS mba33issues01: missing EOF

2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6232a745c835aba638fbde151f27de070e5a5c56]

        ooo30gsl01: #i112083# fix return value in PreNotfiy

2010-06-14  va  <volker.ahrendt@sun.com>  [5456f4e6acb5b5a3528cdf18d2e230684ffe3eb9]

        #i112366# Replaced sun.dic with oracle.dic

2010-06-14  Thorsten Bosbach  <tbo@OpenOffice.org>  [eb5b6b0387c762c08e69bd3eb1c9bbd2bb0be0f2]

        #i110048# testautomation part

2010-06-14  obo  <obo@openoffice.org>  [3eb0497e22bdbc472f5187e74ba6d145bd7464c2]

        CWS-TOOLING: integrate CWS l10ntooling18

2010-06-14  obo  <obo@openoffice.org>  [4a2cddf0b2d3b295118dbbca70f99cd6422b981d]

        CWS-TOOLING: integrate CWS l10ntooling18

2010-06-14  obo  <obo@openoffice.org>  [59fed6a8eda9f1ed99a0ed11b12c75b8d5d606b2]

        CWS-TOOLING: integrate CWS l10ntooling18

2010-06-14  obo  <obo@openoffice.org>  [85687f1aafedad090dcc437b82899eea6ba54523]

        CWS-TOOLING: integrate CWS l10ntooling18

2010-06-14  obo  <obo@openoffice.org>  [bf6f60cab3d8629c4f2f141143ee18a2c9ef2aa0]

        CWS-TOOLING: integrate CWS ause120

2010-06-14  obo  <obo@openoffice.org>  [4563f8267601b239dd2950a91775ca93a91e437d]

        CWS-TOOLING: integrate CWS ause120

2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [355b32c362ddba7e7af31961fbda61ba5f83b9d3]

        calctabcolor: #i5560# add: paint in HC mode

2010-06-14  obo  <obo@openoffice.org>  [f22a3ec4c787d7b6d1136d2237f5cb184ba0cd87]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [4a8ff868fc60622ab90efd661c2cfef45e00b7b6]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [a7d1eb739a0b80e95edc566c8cd53782dfeb9c4a]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [8e7384803fac41d09e08a567a357a2540c10e23d]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [618bb96c5b686a54ae617f2724d220900aaeddac]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [c60e8e8fe3400d89ac77a58921f0cc20b0ad683c]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [d2bf57099fdec91baead1d203baaad7cf9daa381]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  obo  <obo@openoffice.org>  [d810752e8dc522c8622d78ab2cfc1f474f534899]

        CWS-TOOLING: integrate CWS tl80

2010-06-14  Caolán McNamara  <cmc@openoffice.org>  [59e28862922d58883e74c6a87670a085b4a1df76]

        gtkfpicker9: #i112386# make gtk fpicker gdk sections thread safe

2010-06-14  obo  <obo@openoffice.org>  [a7847f4c5e4338003756873ef0e94284f33a84c6]

        CWS-TOOLING: integrate CWS pdfextfix03

2010-06-14  obo  <obo@openoffice.org>  [c9167b569a204a3e2da4b73e176bb226993077cc]

        CWS-TOOLING: integrate CWS pdfextfix03

2010-06-14  Oliver Craemer [oc]  <oc@openoffice.org>  [c76723b0d42affe00f9a5fc5218939060a5cc15a]

        i112381 : [Automation] added waitslots to avoid timingproblems

2010-06-14  Oliver Craemer [oc]  <oc@openoffice.org>  [8d9c47083245426c6649ce71030744b8e72c4a8b]

        i112380 : [Automation] ch2_chart_data_dlg_impress.bas fails because renaissance

2010-06-14  obo  <obo@openoffice.org>  [1f5cd36bf9f661f24479134734a407676eda4f64]

        CWS-TOOLING: integrate CWS aw082

2010-06-14  obo  <obo@openoffice.org>  [0fc10156331c3500ba9c2637433309ebde987241]

        CWS-TOOLING: integrate CWS aw081

2010-06-14  obo  <obo@openoffice.org>  [47170a3f1ec72c030c59c7da41f64b1d483426da]

        CWS-TOOLING: integrate CWS aw081

2010-06-14  obo  <obo@openoffice.org>  [17ae4c5cc34ac5c0543a4c56ecabcf5ac86f3422]

        CWS-TOOLING: integrate CWS aw081

2010-06-14  obo  <obo@openoffice.org>  [8110bc03c683f221f64e960b95371b0c8a14313c]

        CWS-TOOLING: integrate CWS vcl111

2010-06-14  obo  <obo@openoffice.org>  [6903f5ebbf66c9b59bfc0bd47d0b5f7b910d08e7]

        CWS-TOOLING: integrate CWS vcl111

2010-06-14  obo  <obo@openoffice.org>  [fcef6979902a4b520935e7d5d38924398010a9ab]

        CWS-TOOLING: integrate CWS vcl111

2010-06-14  obo  <obo@openoffice.org>  [d90357ca774dd72600c7498045d714375bb670ad]

        CWS-TOOLING: integrate CWS vcl111

2010-06-14  va  <volker.ahrendt@sun.com>  [a9bf3e91ab0667406ecda8956526f9bc029504b1]

        #i112366# Replaced sun.dic with oracle.dic

2010-06-14  va  <volker.ahrendt@sun.com>  [b5187d34266541dcc5751454cd26be9d52c7d0ba]

        #i112366# Replaced sun.dic with oracle.dic

2010-06-14  va  <volker.ahrendt@sun.com>  [94ca28e1e0bbfa948da7946e43d324a64184b241]

        #i112366# Added strings specific to new owner

2010-06-14  obo  <obo@openoffice.org>  [a6b21329f120f43e679fed2483206df60497dfd4]

        CWS-TOOLING: integrate CWS dv12

2010-06-14  obo  <obo@openoffice.org>  [bfda0687628679851b45c1159753c0d63d9a47e1]

        CWS-TOOLING: integrate CWS dv12

2010-06-14  obo  <obo@openoffice.org>  [865ca3f320f647d61f37243fb281dfd9571a08af]

        CWS-TOOLING: integrate CWS dv12

2010-06-14  obo  <obo@openoffice.org>  [96168bd89412720e3ee2a37647ff0b8394750f0b]

        CWS-TOOLING: integrate CWS dv12

2010-06-14  obo  <obo@openoffice.org>  [e3ae39235fb30fb519031da892063480afb4f536]

        CWS-TOOLING: integrate CWS calc54

2010-06-14  obo  <obo@openoffice.org>  [8dfdb5fb599166072e6e3f8a4db5014b35429798]

        CWS-TOOLING: integrate CWS calc54

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [04dfd05a281b3eb3add844c655044b2e0095b084]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [ebda22fe5af82ddf1d682837af181c09d697535e]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [14f7b428c70864427e6b927f490589f518a6be91]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [769b049c38303a16842d50b41c91094d2232988a]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [61c2b19a67e3253c1b4facca616930c3d9f043de]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [3524dd3cf642194e60b09d6a9dea88b9d4e983f7]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [c7250489910fa978936dd01db3f57864000b3184]

        CWS tl80: merge with DEV300_m82

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [6a894a2b96fcb83d7ed3a097d172c2323c00c605]

        CWS tl80: merge with DEV300_m82

2010-06-14  obo  <obo@openoffice.org>  [286ef2265ee71a2c7bb1ff64000ff3e468f4b842]

        CWS-TOOLING: integrate CWS hb33issues01

2010-06-14  obo  <obo@openoffice.org>  [8676419f44892dcaadea370574f1cfe06fd85ab2]

        CWS-TOOLING: integrate CWS hb33issues01

2010-06-14  obo  <obo@openoffice.org>  [9fdb9f97df79c8efe2c720b9da7522dabf968df8]

        CWS-TOOLING: integrate CWS automationdev300m79

2010-06-14  obo  <obo@openoffice.org>  [95c18cbac1de815c7d7448523f683e769fe5c109]

        CWS-TOOLING: integrate CWS automationdev300m79

2010-06-14  va  <volker.ahrendt@sun.com>  [936ffda72b32557393c1c8db5858dc6293095ce0]

        #161791# Replaced sun.dic with oracle.dic

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [875cd07e2736fdf1fc75f956b4adc940143e196c]

        cws impress191: rebase m81

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [8a47af6966997489d12b9ad4bc5fef5781de9605]

        cws impress191: rebase m81

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [d8fe7dab5866ea39882a2bf914b0acf788d7688d]

        cws impress191: rebase m81

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [30a8db817052fea51635ed44d7dadd69e3f76a0c]

        cws impress191: rebase m81

2010-06-14  Christian Lippka  <christian.lippka@sun.com>  [ea8da89512848a1b01f7be327dda637a99c8b71f]

        cws impress191: rebase m81

2010-06-14  Joachim Lingner  <jl@openoffice.org>  [0a32f36767c375b01d3b77d4d90281c8d21eb35d]

        jl153 #i111877# new nns tarball

2010-06-14  Joachim Lingner  <jl@openoffice.org>  [4af1e50d4b652c4ae5622c85cd0fb260a00ae4d0]

        jl153 #i111877# updating nss libraries

2010-06-14  Lars Langhans  <lla@openoffice.org>  [4cb6e6ea581178f7876538ec715b81623636df5d]

        sb123:#i111449# cleanups in linguistic qa/complex tests

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e8f45751ec6ebcce8094dc66b3cd7ab65a9f27f5]

        fwk143: #i104704 - Bad context fixed.

2010-06-14  Lars Langhans  <lla@openoffice.org>  [9ed4aa365d780149f5595d6d641765facebfb714]

        sb123:#i111449# make it possible to suppress output

2010-06-14  Lars Langhans  <lla@openoffice.org>  [380197840a23e7930a7223ddfa5b6546c54fc479]

        sb123:#i111449# add TODO

2010-06-14  Lars Langhans  <lla@openoffice.org>  [7bf6134dbcd5846782cbe91e5f6763da1953bdd2]

        sb123:#i111449# cleanups in module test

2010-06-14  Lars Langhans  <lla@openoffice.org>  [b7f52d9a9628dac597f863fe720f92423edf4574]

        sb123:#i111449# cleanups in vcl qa/complex tests

2010-06-14  obo  <obo@openoffice.org>  [79fa123bd79e794dfa9bf57e1df28ff46b16671d]

        masterfix: #i112327# sfx2: missing dependency on readlicense_oo

2010-06-14  Dirk Voelzke  <dv@openoffice.org>  [6d073c4d67c86fcdde53e9e12da3c73e3b6e536a]

        jl152:#i112371# Replaced old startcenter icon

2010-06-14  Thomas Lange [tl]  <tl@openoffice.org>  [fcfd7ac61be11439830d1cabbbace297f43ea4a8]

        cws tl78: #i112304# missing help ids added

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [97f3a02c97c7321ba8eceaa965d8b15aa176b7f0]

        jl152: Local merge, take II

2010-06-14  Joachim Lingner  <jl@openoffice.org>  [cac00f06770da2c1217fab5b58c1426833c6a03d]

        jl152 bindPackage for extensions checks only for META-INF in folders and not META-INF/manifest.xml

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c1f18be132f179fe2df43311bdbde7d72f716a92]

        jl152: Local merge

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0d07da3fd7099140bf2762abc5afc73ca1a2f9b6]

        jl152: Local merge

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4ba6db1f21acc5af5525e2b7978e2f01aa0bbf0f]

        jl152: Local merge

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad0e4c9261b0a1b01f0db24841ed8aa7d8b9973c]

        jl152: Local merge

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ed659928a210a3edff631e7efcad259fdd42d2ef]

        jl152: Local merge

2010-06-14  Kai Sommerfeld  <kso@openoffice.org>  [27908970ce3c92d8be0a01f1d522500a0a1b7100]

        #i112361# - Fixed DAVResourceAccess::handleException() to suggest retry on status code 0

2010-06-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0b9ef10c3e14b90c52d2d854dd9df29f2bcd6418]

        jl152: #i112023 - Fix incorrect description.xml within version30.oxt and version31.oxt. The extensions had incorrect version strings and one extension was completely broken, probably checked in as plain text

2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7720da90f47f93e9363f5f1c71fe2d323170fa82]

        rebase to DEV300_m82

2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3fefb12c8df735fe6de4eee911e4f38d70784d1a]

        rebase to DEV300_m82

2010-06-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c53cc530f5644c032f3fc93daf31e9301c5e302b]

        rebase to DEV300_m82

2010-06-14  Niklas Nebel  <nn@openoffice.org>  [ec96d003f67f0671299b181146f3c1ae18b86554]

        calc55: make eOp member non-const to prevent MSVC C4510 warning

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [289e14ab142b4de34a6eeadb27b3f0a3a342dce0]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [cb72af1131b3f3353aad4273ec999a7fb30947a3]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [f8f7040a3364a2c22cac241861bb191165dc1717]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3580e4e11e4ce48865e63cf7b770ba537c4e40ed]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [67893290f5804dfcfd0a5fdd27b748f5902b1c6c]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [f6a123d12d2abaaa73935f1439dfe622b26f4572]

        Update from master repository (DEV300_m82).

2010-06-14  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6b60cadec7d2395f448f080a49688bbddc762198]

        Update from master repository (DEV300_m82).

2010-06-14  wg111939  <wg111939@sr1-eham02-02>  [cbddd4572fea93409d2b301a5e83489f7269288d]

        Adjusting tests for renaissance2 changes, i94055

2010-06-14  obo  <obo@openoffice.org>  [34bb809e497366aaddc3b0556a33390f7343db98]

        masterfix: #i112339# check indexer output only when needed

2010-06-13  Mathias Bauer  <mba@openoffice.org>  [d854960f9ee36760fa49bd6de97d9e01aa087900]

        CWS swlayoutrefactoring: resync to m82

2010-06-13  Mathias Bauer  <mba@openoffice.org>  [ebc5777548dea42ed966a16c66d879b1485bbfb4]

        CWS swlayoutrefactoring: #i81480#: enable sw code to use multiple layouts

2010-06-12  Mathias Bauer  <mba@openoffice.org>  [f456a5cd95093b62a5ed0b956173c5ed55151ca3]

        CWS mba33issues01: typo

2010-06-12  Mathias Bauer  <mba@openoffice.org>  [200867bbc6a71da9a0c55bc816736ef4cb3cdc04]

        CWS mba33issues01: put code to load libraries on demand into class SvLibrary

2010-06-12  Mathias Bauer  <mba@openoffice.org>  [cd24cd260c8112aa71f657b2de8381cc8f1e8c8e]

        CWS mba33issues01: put code to load libraries on demand into class SvLibrary

2010-06-12  Mathias Bauer  <mba@openoffice.org>  [3d3a3e5e07f647ef7c631772f5cde899d9bb9b57]

        CWS mba33issues01: put code to load libraries on demand into class SvLibrary

2010-06-12  tono  <tono@openoffice.org>  [f49fe0bfe93b4543e0b9f0819169f474dc9ad329]

        i#112159: MinGW port: more fix for libxml2 2.7.6 to avoid using pthreads

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [da9f5a8ee04d35ed871837f0da207f76bb7b2ce5]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [a3842e6fcc4f6741e07085bd8fd1a91ad2c07f17]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [1d9497f8085d9f9103595eebed65a23a2ee76888]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [dc1186ae43d714fd130c1f243fd790858f946d38]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [ee1f20e21bef4ac163b0e191a00ebf42bca3c0f8]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [ed9754c214d35c0a0d6ef78d28cae1c0e6810bed]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [02456c0301d82d803d462a707225c889382077f4]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [b96df8f62a8f7706bca64c9ab1eb577436a93974]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [84a291439f8c41ad9ffa051a51a7705e75bbf090]

        cmcfixes75: merge with DEV300 m81

2010-06-11  Caolán McNamara  <cmc@openoffice.org>  [2a536ca38537646f5dfae60955c968cd17de758a]

        cmcfixes75: #i110565# extra radio button

2010-06-11  Ruediger Timm  <rt@openoffice.org>  [7c44b29149c7b22a2d8a4d3377c5af6d42d8e6be]

        masterfix #i10000#: Enable precompiled headers independent of BUILD_SPECIAL (patch provided by hjs).

2010-06-11  Ruediger Timm  <rt@openoffice.org>  [1184876fc2d6662101facfc1db7464a0d01e2428]

        masterfix #i10000#: Add precompiled header include (patch provided by gh).

2010-06-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [47ebf3aac067c43839dc907dbcf7f4c26b61f99f]

        fwk143: #i104704 - Changed testcases to context to the newly declared Hyperlink-Dialog, submitted issue for crosslinked id_002.inc and id_004.inc plus others which id did fix but not verify (because they are not called)

2010-06-11  Ruediger Timm  <rt@openoffice.org>  [1c9d17b1ceb95b8db014ac71246191763ad88046]

        rt39: #i112287# Include the repository name in deliver.log file.

2010-06-11  Ruediger Timm  <rt@openoffice.org>  [da8b92a6c1a94798acfacb88aff08faf98d20a9b]

        rt39: #i112287# Include the repository name in deliver.log file.

2010-06-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [331210d4b90e96706b79e3b1158710391664515f]

        CWS gnumake2: more work on precompiled headers

2010-06-11  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6688a5dd386539226472cbc2d4e3bdf8c0175a96]

        CWS gnumake2: more work on precompiled headers

2010-06-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbf6740f75793e11ca3b4e4d980c89be9c5483d]

        hr71: #i112311#: remove SVN support from cws.pl

2010-06-11  Mihaela Kedikova  <misheto@openoffice.org>  [582fd11a71e391a5d8896ef4b25183023b1d07c1]

        gridcontrol04: fix for #i112290# and some build problems

2010-06-11  Thomas Lange [tl]  <tl@openoffice.org>  [7c71daa2cb1239ee9eff00fb4b343ddeb90f3a47]

        cws tl78: #i112304# missing help ids added

2010-06-11  Thomas Lange [tl]  <tl@openoffice.org>  [2f3d072c67912970bbcca2757b024280a3ab61a8]

        cws tl78: #i112304# missing help ids added

2010-06-11  Herbert Duerr [hdu]  <duerr@sun.com>  [5d119d28d30185fc23d99534308ec8633d3ba63b]

        #i110654# fixed typo

2010-06-11  Carsten Driesner  <cd@openoffice.org>  [61dffc0372069e5f465794dae7f3e62980f4d6b6]

        fwk143: #i104704# Hyperlink dialog needs its own HID to be accessible by the testtool

2010-06-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [558328c13fc88e6659ac8637a2a891db7b099528]

        fwk143: #i104704 - Added HID_HYPERLINK_DIALOG as HyperlinkDialog

2010-06-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ef60d406e368f024bd2edaa12e3389cbdd9e361b]

        unoawt: added UnoControlListBoxModel::ItemSeparatorPos, specifying the position where to draw a separator between two items

2010-06-11  obo  <obo@openoffice.org>  [6056ded34d3fdb7c5f1294353e136f02bf91cf66]

        masterfix: #10000# generate new configure

2010-06-11  Vladimir Glazunov  <vg@openoffice.org>  [49175f3415be166a8e1360af46ae58e506c0ec15]

        vgbugs10: new module for repository detection

2010-06-11  Vladimir Glazunov  <vg@openoffice.org>  [79efb54f42ba554996ba0da77cf2c2e8567c963a]

        vgbugs10: moved repository detection to the new module RepositoryHelper

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [217aa2497671a214c1629c49a34966835c382d4d]

        jl153 merging heads

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [3b5bd23c4eceeffc4ddd04ff6209697a7a9f01a3]

        jl153 merging heads

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [81da61e6836752d405818348db3512d3a7c43999]

        jl153 merging heads

2010-06-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [ae39e55e174bcef4ef6387351a76da5f723fcb2d]

        writerfilter08: removed temporary fix

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [b74f44300b113aa3654ea779a5921be643f40a21]

        jl153 i111878 new versions for cli assemblies

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [5bbd02f70428cb32182602db8676029dd1d52bfd]

        jl153 i111878 new versions for cli assemblies

2010-06-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8a4f38ac4d9d7e7d3e8aa335256d985176fc749b]

        ooo30gsl01: #i112223# tab control with only one tab

2010-06-11  obo  <obo@openoffice.org>  [5729138f6f974939f75ce5f9c4191f3d6680a22b]

        #i10000# fix for build bot (by GH)

2010-06-11  Ivo Hinkelmann  <ihi@openoffice.org>  [0742e8e31b30b5ea203bbad44510c6d41b7e9793]

        l10ntooling18: idx-1 > 0 -> idx >= 1

2010-06-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b69a01a9b4c47f12bb31015a5080d5285a5c0cba]

        unoawt: support XDialog2 for UNO dialogs

2010-06-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4c6fe53ca705e6ef76041b08cb19008a4d5f24df]

        consolidatereadme: don't extract empty strings

2010-06-11  obo  <obo@openoffice.org>  [1f4a5d96da42928176c86bc7b29423b63dbaefc9]

        masterfix: #i10000# adding header

2010-06-11  obo  <obo@openoffice.org>  [f536dbf880c747403a9aed3a047487b8075d282f]

        masterfix: #i10000# disable assertions, sSymbols + aTmpSymbolName not defined

2010-06-11  Mihaela Kedikova  <misheto@openoffice.org>  [3be9583e7fdb6857985f0cf79000ed5b8ca3a300]

        gridcontrol04: i111555: change file permissions for config script

2010-06-11  Mihaela Kedikova  <misheto@openoffice.org>  [b75ce9cf2a1345f1eb59d8e2d28d0e0eb7b72422]

        gridcontrol04: i111555: change file permissions for config script

2010-06-11  obo  <obo@openoffice.org>  [04c13cfa5b517b024da7ecfee9da20032e170020]

        masterfix: #10000# fix ambigous String

2010-06-11  obo  <obo@openoffice.org>  [7c7ebd7cfb408df8db62a93c343731f058e2fae4]

        masterfix: #i10000# changing out() to mxOut

2010-06-11  obo  <obo@openoffice.org>  [5e3011965958fd47da7b6a21c835fee27a5b60e8]

        masterfix: #i10000# bNothingSelected obsolete

2010-06-11  Release Engineering  <releng@openoffice.org>  [a60813cb9de5a57e13aafca2eefada5f580878ae]

        masterfix: #10000# dialog.obj added to EXCEPTIONFILES

2010-06-11  Joachim Lingner  <jl@openoffice.org>  [ee64a6803ddc1536b692f26e838429b7b3318c42]

        jl152 #i77196# marking two bootstrap variables as deprecated in the header comment, because they were used when running unopkg during the setup

2010-06-11  obo  <obo@openoffice.org>  [634bd66a83cffb00d41d434e77c80eef06a0c813]

        masterfix: #i10000# bNothingSelected obsolete

2010-06-11  Eike Rathke  <erack@openoffice.org>  [240902a6c93951c79d306b2c644511c6fe6cd73c]

        locales33a: #i110583# added Arabic_Algeria [ar-DZ] locale data; contributed by <sneetsher>

2010-06-11  Eike Rathke  <erack@openoffice.org>  [bc2c3e133189b533b696d7970171ecba1645c094]

        locales33a: check ordering of time separators only if both are present

2010-06-11  Eike Rathke  <erack@openoffice.org>  [93ea507dcc9db5dc0da4191997b7a80cd2249a01]

        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>  [9af8fd6fb1ff344b54db7bf4265a9d9d2fc6b025]

        locales33a: #i101567# added Maithili_India [mai-IN] locale data; contributed by <it46>

2010-06-11  Eike Rathke  <erack@openoffice.org>  [a8dd1c5054430bce8365eedd475c3b7f3404dc75]

        locales33a: check for equalness of QuotationStart and DoubleQuotationStart or QuotationEnd and DoubleQuotationEnd

2010-06-10  Eike Rathke  <erack@openoffice.org>  [17f9d3862b112b96787d06e11f983323f665cf18]

        locales33a: #i111019# fixed locale parser/composer for three-letter language codes

2010-06-10  ka  <kai.ahrens@sun.com>  [c3655b7b8bbfe2b677c1e783d30801b965376beb]

        avmedia101: code cleanup

2010-06-10  ka  <kai.ahrens@sun.com>  [b1c60fae23e95b7ffd399a8df45e78ee19d60fa0]

        avmedia101: don't use obsolete third parameter anymore

2010-06-10  Eike Rathke  <erack@openoffice.org>  [dd1217b9876337aa84d5204ab4ab49569c72ba1f]

        locales33a: #i111374# added Rusyn_Slovakia [rue-SK] locale data; contributed by <gazeb>

2010-06-10  Mikhail Voytenko  <mav@openoffice.org>  [09733434899d23c04e60d4caa18765b4bed87f3a]

        tl78: #i110383# fix reload functionality

2010-06-10  Joachim Lingner  <jl@openoffice.org>  [88f93ac2d640f99b46767caed96afdcd5d0cb688]

        jl152 #i77196# unopkg checkPrerequisitesAndEnable must return sal_Int32 (also in cxx)

2010-06-10  Frank Peters  <fpe@openoffice.org>  [a30f502388f8ba9346626c0d2b8dd67ff9fc8a28]

        consolidatereadme: merge

2010-06-10  Frank Peters  <fpe@openoffice.org>  [1cded686abfb3168179927abf35233ab0756530b]

        consolidatereadme: merge with DEV300_m81

2010-06-10  Frank Peters  <fpe@openoffice.org>  [c2bf9ec8ac9108901ae4bab8bbf0d211e59c1582]

        consolidatereadme: merge with DEV300_m81

2010-06-10  Frank Peters  <fpe@openoffice.org>  [c795cb50f6565fbc0211839f3b41019c8c44e2be]

        consolidatereadme: merge with DEV300_m81

2010-06-10  Joachim Lingner  <jl@openoffice.org>  [463d6da2397ff113907eaa710fe711ee444ed3da]

        jl152 #i77196# backend db wrote double entries if there was an ambiguous extension, and XExtensionManager::synchronize was run

2010-06-10  Thomas Lange [tl]  <tl@openoffice.org>  [b5d20ab00251075c86908a51f9859bd1d42999ea]

        cws tl78: #i109634# late changes to the new password dialog

2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [dec3c731f5a0b94a095dd3031a07117633449871]

        consolidatereadme: non translation bugfix

2010-06-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e2e6d1bc92c44dca7b2eb4d666189330789b26e3]

        ooo320gsl01: #i110047# decrease by CP_BORDER is unnecessary

2010-06-10  Lars Langhans  <lla@openoffice.org>  [b4f07e09edf4acb195f287dedf2c9aef56e6606d]

        sb123:#i111449# cleanups in sw/prj/build.lst

2010-06-10  obo  <obo@openoffice.org>  [a0bbc58ae039e4ef14fae811f0eb249f13654c5e]

        masterfix: #i10000# remove typo

2010-06-10  Joachim Lingner  <jl@openoffice.org>  [2d03198027d5422eb374696b827268033338e73e]

        jl152 #i77196# unopkg checkPrerequisitesAndEnable must return sal_Int32

2010-06-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [4393f0c2551af853c8b6e26c891829442100abbf]

        #i112280# added missing minus in translation

2010-06-10  obo  <obo@openoffice.org>  [8027e13d54cb3a3ee748f140ceb59492af2825e9]

        masterfix: #i10000# xmlsec1-update-config-sub-and-guess.patch is based on xmlsec1-1.2.12 and doesn't match current version (from CWS kfreebsdport01v2)

2010-06-10  Joachim Lingner  <jl@openoffice.org>  [3bdbb3f6717d8690bc5b08cf241ac6cf44518f71]

        jl152 #i77196# unopkg --help prints out infos about --bundled

2010-06-10  Lars Langhans  <lla@openoffice.org>  [70d60072ed2b8d6a8a50b5a433954e67d32f5f6a]

        sb123:#i111449# cleanups in sfx2 qa/complex tests

2010-06-10  Release Engineering  <releng@openoffice.org>  [598c1917426154d4dbc7eefc4d78240575a03b28]

        DEV300

2010-06-10  Frank Peters  <fpe@openoffice.org>  [699df1265794647c54e63c13d2e7dc819728677f]

        consolidatereadme #i111721#

2010-06-10  ka  <kai.ahrens@sun.com>  [5df6e57fdd735333425cda481798de5afa6a928a]

        avmedia101: added fallback to JMF backend for UNIX systems

2010-06-10  Joachim Lingner  <jl@openoffice.org>  [421512f0dc8985da05ff9654be8a3344aae0d513]

        jl152 #i77196# fixed failed start up for user without write access to share

2010-06-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a29a9cb361f803fd5f22732570729cca7c7743c]

        unoawt: some more properties for the throbber model ... at least EnableVisible will come handy

2010-06-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f84dc46517c75dd04eae1e83d5ee0e4b9ab2110c]

        native309: #i112273 - Adjusted version string to 3.3

2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d41165b830675e172743595a1c6f092a0c49034c]

        consolidatereadme: more quoting

2010-06-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2434dc6682de98a23cc4393e8ceb3100e2788f64]

        unoawt: ListBoxControl::updateFromModel: also set the SelectedItems property, after we just set a new item list via itemListChanged

2010-06-10  ka  <kai.ahrens@sun.com>  [bc30330c6c67ce22d9b95ac617b4982c2d4cbd6d]

        impressbi01: warnings

2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [3137f48bbc1b4999b2683b253dc9da6b666432d1]

        consolidatereadme: merge

2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [a0715213065596af9f82a52f8b534db46e9bb253]

        consolidatereadme: merge

2010-06-10  Ivo Hinkelmann  <ihi@openoffice.org>  [37de10498e52df84f4c1d85ea9555eb602671924]

        consolidatereadme: remove quoting of strings

2010-06-10  Niklas Nebel  <nn@openoffice.org>  [ba0f2f65483a7042e90af69dc4a96e4a930e3d1e]

        calc55: merge with DEV300_m81

2010-06-10  Niklas Nebel  <nn@openoffice.org>  [88e530cb0c153655e43a5ee557421dc8dbdf2002]

        calc55: merge with DEV300_m81

2010-06-10  Niklas Nebel  <nn@openoffice.org>  [3b47ff076eab5f4a19f926300fe6bd46a08f065e]

        calc55: merge with DEV300_m81

2010-06-10  Lars Langhans  <lla@openoffice.org>  [59858c973902d0205a2a2179834d92bb0abce25a]

        sb123:#i111449# add junit skeleton with some simple tests in qadevOOo qa/complex tests

2010-06-10  ka  <kai.ahrens@sun.com>  [804a4aab705c7308dce64b3679cf3fb8cd41a864]

        avmedia101: synatax

2010-06-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a9089dd4c6c70f41a62aa1ef996cc052ff062192]

        unoawt: #i112239#: do not localize the weird sample strings herein ...

2010-06-10  ka  <kai.ahrens@sun.com>  [9d445eb695924d5f21357d15379efe575887bc76]

        avmedia101: syntax and changed file headers

2010-06-10  Eike Rathke  <erack@openoffice.org>  [a6d2fd8975afc0c9c4bb4e2219a8d4b8d1317239]

        locales33a: merge with m81

2010-06-10  Eike Rathke  <erack@openoffice.org>  [7dc462416eb1ef2a4463b3eb67bddd999cbdc279]

        locales33a: merge with m81

2010-06-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f1b294778d6a7569c0273ea1d5a092b39a0a8432]

        CWS gnumake2: introducing precompiled headers

2010-06-09  Eike Rathke  <erack@openoffice.org>  [4b7c3c1349c2c884f86dd76e3d6cb535ddf14daa]

        locales33a: clean up some of the Valencian mess in case it escaped to document content

2010-06-09  ka  <kai.ahrens@sun.com>  [9e6fd544b2198e93d8f58b6e6fbea8c35d17e78d]

        avmedia101: adjustments for new GStreamer build baseline

2010-06-09  ka  <kai.ahrens@sun.com>  [4a9586e991cdec7564585070b90e1c6acbcecab1]

        avmedia101: adjustments for new GStreamer build baseline

2010-06-09  Eike Rathke [er]  <erAck@sun.com>  [8f24c2d9cf0ffe5a0cb15c60aa6d1e47a91a5a12]

        calc55: dumb ass MSVC, ScCompiler::IsOpCode::FunctionName : default constructor could not be generated; maybe moving the struct to file scope helps?

2010-06-09  Frank Peters  <fpe@openoffice.org>  [6fa6c701a54c78715c7df2cc771875313c4d71d6]

        #i111721#

2010-06-09  Frank Peters  <fpe@openoffice.org>  [92831618050ab153bbcec8e815cc217816399afa]

        #i111849#

2010-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [363b004b5a160f00268c0dc000f050c29089274d]

        consolidatereadme: #i111721# parse new readme format

2010-06-09  obo  <obo@openoffice.org>  [f7e4804809575d33cda21fe5870782b599af01ac]

        CWS-TOOLING: integrate CWS native306

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [c8d682206b05ba641028f75388f8d21a68e02e25]

        tl78: merge

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [6766b7d88e6b46385a3fe3ff5f63daea7b0e3f1d]

        tl78: Do not protect every section if document is protected.

2010-06-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8120f49428061b7d911365494b3e3561a9b44c0]

        ause120: #i112253# reorder includes for HID generation

2010-06-09  Mikhail Voytenko  <mav@openoffice.org>  [1d1528cab8a399b303d8410ec44b33df9b168601]

        fwk139: #i10000# adopt for linux

2010-06-09  obo  <obo@openoffice.org>  [f3b2db1efb379596f0269e439a35b5575b616b2c]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [daca94b7f69ce224a15e1cfb9ace1d43dc71e4a3]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [068f752ed3360647b0ca98ebed9df9a5fe57d84f]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [ff33409c01b082dc5a0e501b0f4c2f97131fcd52]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [0ef6e254ac0369d68dcb48d8b3efd544bdb6fe35]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [8a0704ac525d0a68ff787449fbe8b122817b104d]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [0a11354fc949dff5860a0b4240f18c6320561f9b]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [fcfbe5e2d5455f31a2da208f77a70f8805da6e9e]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [c52be7e99228c035dd3cdd956db9115f6e1d90ce]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [e7835e4760372a470f5ee5ee95d2f92055803148]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [97f95c2bfdd9433c7700fef2eb06d16c2739e2cf]

        CWS-TOOLING: integrate CWS tl74

2010-06-09  obo  <obo@openoffice.org>  [df77dde49cbff01449e415321be3b5b691c1c0f7]

        CWS-TOOLING: integrate CWS koheiextref01

2010-06-09  obo  <obo@openoffice.org>  [fb58298638fa3f3fb653e09c1a0c22598d68e06e]

        CWS-TOOLING: integrate CWS koheiextref01

2010-06-09  obo  <obo@openoffice.org>  [2f9f36ac4a36dbcb52f079460cc2ad28cc5b2706]

        CWS-TOOLING: integrate CWS koheiextref01

2010-06-09  obo  <obo@openoffice.org>  [45e3911ff78d428c31ca9c64d35af6746a0ef4b2]

        CWS-TOOLING: integrate CWS koheiextref01

2010-06-09  obo  <obo@openoffice.org>  [9fe4ad8be507eaf70229799b7b55cba19dee17a7]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [be83c369478adff5dc00f055953e41f71fdd7ca0]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [96c062d1fc2350134f0e57f8ebd950761a34dbbc]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [279b08c3fe4416cdf68a0f564b7122d399819671]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [5059f173f05fa57e8f7009dd9c082c8e85a6cc5f]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [25ff5755b33a17798a852c7c015ff75a0c311b16]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  obo  <obo@openoffice.org>  [c33ab2e2d8dcfeb1ba14c9465235740f1c647533]

        CWS-TOOLING: integrate CWS findbar01

2010-06-09  Mihaela Kedikova  <misheto@openoffice.org>  [b2c57b3e110985a909c1136ab169f327bb536b2c]

        gridcontrol04: fix for #i112217# file added

2010-06-09  Mikhail Voytenko  <mav@openoffice.org>  [88d7f9fbe416d0f4c5edc4a9b5c9560d1d82167b]

        fwk139: #i10000# adopt for linux

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [75c38455522cd88bbf660c4d30b937ba905d9a05]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [4e5441dc51affb4fd2529bcd9557202be2e5c8ba]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [993e061ea4e17b9bda45ff4ce83d5892c24ba01b]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [4e653694b634c30f052ba3288f71e6905377b9c6]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [0ac00fc506902078734705c456f3347ec97005ad]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [6cf5d942996d8a49cfe2b2750fdf9b1263fa259a]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [87c6b7fab33c03c6cab6d4365125f1acf9929811]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [b8c5868b31b52c0ccdcc401342b55c947b19e89d]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [29f7268d43499993510698cc3ee14acf9a8e35b6]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [6056677de99e7962a716d12635e7c74b677aff3b]

        cws tl74: merge with DEV300_m81

2010-06-09  Thomas Lange [tl]  <tl@openoffice.org>  [7fbc42f1c51b0cdf064a737623980d8c23c2781a]

        cws tl74: merge with DEV300_m81

2010-06-09  Mihaela Kedikova  <misheto@openoffice.org>  [5f2e5e46dc915694b4ef945809f15d15b5e9d58f]

        gridcontrol04: fix for #i112217#

2010-06-09  Mikhail Voytenko  <mav@openoffice.org>  [dad227c459a2329bf6da8eec4847ce8fca228575]

        tl78: #i110383# fix condition

2010-06-09  Thorsten Bosbach  <tbo@OpenOffice.org>  [630da13cfc6de842e7ffb858d73d48a0671e598d]

        merge

2010-06-09  Thorsten Bosbach  <tbo@OpenOffice.org>  [1f0b2989c6eb810058425b1ed510f4357a1f904f]

        #i111784 CWS gridcontrol_03: Tablecontrol.select does not trigger selection event

2010-06-09  Thorsten Bosbach  <tbo@OpenOffice.org>  [c91681e15df0b9146e0c64aecd7f6b1ba5f410e4]

        #i111784 CWS gridcontrol_03: Tablecontrol.select does not trigger selection event

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [d599797fb8b5c86b457d11f9e6e1c1a94b849761]

        writerfilter08: merged DEV300_m81

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [8a0f5c78d59e05e804053bf441844c50c8dda82b]

        writerfilter08: merged DEV300_m81

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [fa5b888f46484d9eb2d2ac10d51d4667d27111e8]

        writerfilter08: merged DEV300_m81

2010-06-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [532caeb4db053798df44be67677f5ccbf58d3a86]

        writerfilter08: merged DEV300_m81

2010-06-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95e79f40b84a86bb8e55f04d7601ef7948c18115]

        ause120: #i112241# missing dependency

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [7a311866128eb7faa9cb8534ab8236fb66815d39]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [6281e21bf217371d72d7bf6d22ce249e064bc61d]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [f4a6b02873cd8e18874880ccac572013869ac8d9]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [7e546b3d8f6f2dffd66b3270050a8b809209df4b]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [f93ec185f644d7d646d8b5053af0471e5d81776d]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [0c1fe15126601180b909924ef56daeb0c131e129]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [6d00568a897444d0c97a8ae14683221af3779e8b]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [d9a0f01dddeedaf968c4b13636cf412808ce5ce8]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Caolán McNamara  <cmc@openoffice.org>  [c84363aae83f5146520972288bba72ca1fd87f2c]

        cmcfixes75: merge with DEV300 m81

2010-06-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [73334ca49120d11c587f947af2b6f51616b34204]

        merge in a warning fix

2010-06-09  Christian Lippka  <cl@openoffice.org>  [3ce72e7d973431907a4c189705ccffd0bfa035a4]

        #i111860# fix high contrast mode for toolbar menus

2010-06-09  Christian Lippka  <cl@openoffice.org>  [2a28988178dd09dd437f726df8263d6659478c27]

        #i111860# fix high contrast mode for toolbar menus

2010-06-09  Carsten Driesner  <cd@openoffice.org>  [f79b849179975147947da84272cda998cf9c7af0]

        fwk139: #i10000# Fix additional warnings with gcc

2010-06-09  obo  <obo@openoffice.org>  [13498bde83070fbd4e149a27e6aca5a587f08feb]

        CWS-TOOLING: integrate CWS hb33patches1

2010-06-09  obo  <obo@openoffice.org>  [1be3a3543cab9649752545d9fdeca02c0f932c27]

        CWS-TOOLING: integrate CWS uimigration01

2010-06-09  obo  <obo@openoffice.org>  [599b9121355f995791f4a30620a54925ffb5dc70]

        CWS-TOOLING: integrate CWS graphite02

2010-06-09  obo  <obo@openoffice.org>  [2d8a34312ff43f189564b430859b39e7a88b0176]

        CWS-TOOLING: integrate CWS graphite02

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1b37ad14d1178ac6a46a4893187fd21b95df5788]

        jl152: #i112023 - Changed warnlog to printlog for non existing control. This is acceptable because the control may not be accessible at all for the user and this can be obtained by hiding it or by simply not adding it to the dialog.

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7fce4e6b09189dfb23469b555224b80c8cea63b0]

        jl152: #i112023 - Removed parts that covered disabling and removing extensions. They are no longer valid as the user cannot remove bundled extensions.

2010-06-09  obo  <obo@openoffice.org>  [88a9312b1c37e10255ba70b313b35ebb5cd84449]

        CWS-TOOLING: integrate CWS chartpositioning

2010-06-09  obo  <obo@openoffice.org>  [556f4655e73a5025dae0039554bc8bce1ba4f825]

        CWS-TOOLING: integrate CWS chartpositioning

2010-06-09  obo  <obo@openoffice.org>  [5147fa872a8cc65be21854759a5a860a6712c4e9]

        CWS-TOOLING: integrate CWS chartpositioning

2010-06-09  obo  <obo@openoffice.org>  [f549332418bd4a9de052eef27ebb8ac4f3cf8a7f]

        CWS-TOOLING: integrate CWS chartpositioning

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [56b267cd35bf64d25b51fa13f1f52c5c4f326352]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [ef7000a80923157c7da53bbf67433e549e13322b]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e7f3588d6e7fecfcae61d02111fec50e67474e81]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c543acb9b0543fbba1948a601efe7199e90b3269]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [0a77450d35ca6f1781d8eeec07e0cf50bcaa90cf]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e40e1248092748ac59f8ec76ddaf16c8b2417d6b]

        Update from master repository (DEV300_m81).

2010-06-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [dd844e2f8fd3aa833361ec252693feaa5adc476c]

        Update from master repository (DEV300_m81).

2010-06-09  obo  <obo@openoffice.org>  [e7ea89c2b1f738d14b02b61078451757d0fdc49d]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  obo  <obo@openoffice.org>  [9f1127bc427825be30e43067a88037b376bfbe5e]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  obo  <obo@openoffice.org>  [f2ec3be5b54b1d400cd95446114db5287a67c16f]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  obo  <obo@openoffice.org>  [2efd94fa021fe250d29d05bd501488c7d4959add]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  obo  <obo@openoffice.org>  [7315ce26bc74f3532a34288d5b6cd06f80c0bcc2]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  obo  <obo@openoffice.org>  [7c2c60fe6e1ebfec324bd33d8643218343833ec2]

        CWS-TOOLING: integrate CWS kfreebsdport01v2

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [58d7c372ae6dd189ed6f2e0b0309845a36cde5e4]

        jl152: Local branch merge

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [be2f39c0b0290a4fd67f141f21f9871f6bcfd32d]

        jl152: Local branch merge

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c447df7c86e2b4ca74ad5acf8d0e6607cfeba4f5]

        jl152: Local branch merge

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [856efc8e6b9879aa1f6d3437189ccb72ddc780cc]

        jl152: Local branch merge

2010-06-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a1ef205392a0e9aa15872d6d561d8eec80e73cdd]

        jl152: Local branch merge

2010-06-09  ka  <kai.ahrens@sun.com>  [aa366fe3f135659ebd9bfe516f5efafa6e4f7b2d]

        avmedia101: rebased to DEV300_m81

2010-06-09  ka  <kai.ahrens@sun.com>  [966a3722dbd56427ddfe91104303557ec68a8e6b]

        avmedia101: rebased to DEV300_m81

2010-06-09  ka  <kai.ahrens@sun.com>  [438cdaab9f73727ffd8f76734d4210fc66bce10b]

        avmedia101: rebased to DEV300_m81

2010-06-09  ka  <kai.ahrens@sun.com>  [def4bb8fc5c48d088f518b05ac4b9cd898306284]

        avmedia101: rebased to DEV300_m81

2010-06-09  ka  <kai.ahrens@sun.com>  [640529678149704e00c029cf03da2891eb3c4fbf]

        avmedia101: added GStreamer backend for Unix

2010-06-09  ka  <kai.ahrens@sun.com>  [52fd9e2d3c036373651927bbc933f5293ee98bfd]

        avmedia101: added GStreamer backend for Unix

2010-06-09  ka  <kai.ahrens@sun.com>  [326d7e0b6879068be8104b530e9ff4ea34baf7ff]

        avmedia101: added GStreamer backend for Unix

2010-06-09  ka  <kai.ahrens@sun.com>  [18f021f924bddb5ad6f32f2d2bcfc42ae2b104df]

        avmedia101: added GStreamer backend for Unix

2010-06-08  Michael Stahl  <mst@openoffice.org>  [48eb8d9b1802b92df9d7da577aa7cd74f1c79402]

        merge DEV300_m81

2010-06-08  Michael Stahl  <mst@openoffice.org>  [1355ef7a63907ac69d663b6f07e41b844aa7307f]

        merge DEV300_m81

2010-06-08  Michael Stahl  <mst@openoffice.org>  [de9b4997726579f1092f112731ee9156d55e0ca4]

        merge DEV300_m81

2010-06-08  Michael Stahl  <mst@openoffice.org>  [73f4b3a33df364a1fa07d18c6052c311984c8f85]

        merge DEV300_m81

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [f18f7bbc1cd00aef3745202f6bc56f3a8baaab6e]

        cws tl78: #i109634# additional dialog parameter

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [15744fda13dfa45bc3d737bc72f2768edfc7c81a]

        cws tl78: #i109634# additional dialog parameter

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [d148b9b253a4dc439d7572877afd7b43aa943ca8]

        cws tl79: #i110254# help ids added

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [6fd692c5e9d61acb3613ef0f783fc232ecef67ef]

        cws tl79: #i110048# help ids added

2010-06-08  Christian Lippka  <christian.lippka@sun.com>  [c9772e900464ccfda881160634d2e86a86cb104c]

        #i94055# removed remaining references to SdPrintDlg

2010-06-08  Mikhail Voytenko  <mav@openoffice.org>  [cbf893328faf75092d1f9076bb49366cbe927498]

        merge

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [b5774ca9c4b802578b24120a0f8eb6625d2173ef]

        cws tl78: #i109634# additional dialog parameter

2010-06-08  Carsten Driesner  <cd@openoffice.org>  [a812215af2cee88810d128e50d65448b99ef1cc0]

        fwk139: Fix warning with gcc and public/non-plublic types

2010-06-08  Mikhail Voytenko  <mav@openoffice.org>  [db2236600ffc64b188d23f43fb88ee0bf13a680a]

        tl78: #i110383# fix reload functionality

2010-06-08  Carsten Driesner  <cd@openoffice.org>  [3590257aa9c23407ed4787652a9fdbf778d15e1a]

        fwk139: #i10000# Add syspathw32.obj to NOOPTFILES to remove warning due to missing precompiled header directive

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [32d575a4681dfd7da514d584ef236e067ed2a646]

        cws tl78: merge

2010-06-08  Thomas Lange [tl]  <tl@openoffice.org>  [d0d67b203b9f306f3ac10fcb5019e82127a18610]

        cws tl78: more space for filename added to password dialog

2010-06-08  Ingo Schmidt  <is@openoffice.org>  [a370c78f6beee95e9eb725ed56876f95b1b64e8f]

        native309 #i111420# exchange of vcredist

2010-06-08  Kai Sommerfeld  <kso@openoffice.org>  [a080fcbc00bbbb14e92f1850ef9c79d2c833b646]

        #i112173# - Handle keyinput for delete according to actual content properties.

2010-06-08  Herbert Duerr [hdu]  <duerr@sun.com>  [d2f35644c9204218c613d1787fc92155a1b1aad0]

        #i101378# filled polygons are auto-closed by subsystems

2010-06-08  Ingo Schmidt  <is@openoffice.org>  [266250d9ccd3f6a89d85556ff66c30239f5def4f]

        native309 #i111420# exchange of vcredist

2010-06-08  Ingo Schmidt  <is@openoffice.org>  [85ffe580d33a7188792d7c1d4cc31a23873561e1]

        nativejl152 #i77196# new modules for extensions

2010-06-08  Ingo Schmidt  <is@openoffice.org>  [0be951308636435f220d5bfa25960b154ad86ee9]

        nativejl152 #i77196# new modules for extensions

2010-06-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0de390d94080af03bdc9a49a97b18852598f7297]

        rebase to DEV300_m80

2010-06-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bb61a22a7c848d3079c26285b3c09d9b59d46a2c]

        rebase to DEV300_m80

2010-06-08  Herbert Duerr [hdu]  <duerr@sun.com>  [e9513a0b839abeb8c377b087a3e3c03a3cf0e450]

        #i101378# auto-close only filled polygons

2010-06-08  Dirk Voelzke  <dv@openoffice.org>  [6230b8bbbbe2bc0895e451ec1036d83adad10740]

        vcl112:#i111578# gnome desktop integration missed some files

2010-06-08  Dirk Voelzke  <dv@openoffice.org>  [ab46983bad9dfb4f6af22487e55904938638fc21]

        vcl112:#i111580# startcenter supports opening (installing) of extensions

2010-06-08  Mikhail Voytenko  <mav@openoffice.org>  [ba8229cc9d9a4c48a9e0a01611354f64ab5fd069]

        tl78: #i105076# fix typo

2010-06-08  sj  <sj@openoffice.org>  [d730f6bd0a1478f03311642b490918f2b1a6f844]

        removed compiler warnings

2010-06-08  sj  <sj@openoffice.org>  [f7a274b959bef49abf7f3ff45137d03c041f4a6d]

        removed compiler warnings

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [92d45780abf4816e88b639f2e5cddef26069034d]

        unoawt: setVisible needs to lock the SolarMutex

2010-06-08  Caolán McNamara  <cmc@openoffice.org>  [5d2ff9dcf5ed11b8d0379fca73a8596890b2ef2b]

        cmcfixes75: #i111770# fix the so.2 -> so.4 for hppa

2010-06-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a417129491bc59db3d04942939b2ff4760d413fc]

        automationdev300m79: #i112207 - Fixed platform identification string in extensions/optional/input/platform/extensions.info to match global variable gtSysName.

2010-06-08  Ingo Schmidt  <is@openoffice.org>  [6d044a661adcd481646fdf78b7bae42ad302033d]

        native309 #i112182# removing PATCH flags

2010-06-08  Carsten Driesner  <cd@openoffice.org>  [0389ab5d8741b095ed457cfaa1955eabc57e2df0]

        fwk139: #i10000# Have to include precompiled header directive

2010-06-08  Lars Langhans  <lla@openoffice.org>  [8b60331846c7dba554e1c4227a751b7a2603f0e5]

        sb123:#i111449# fix in calcPreview Test

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [01693a8a10be052a15a7e4ebe3084cb23dae3c07]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [332458c37b4f046881e64de6a7894d4ea9ad3b49]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3cb55341e41d9dc0b85d097ce8500e8b49d4ec67]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [21c94c8b987bcb74632d1f12d7f05d4b1d385848]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0d92dd2bb0bf1d17c558d04cbfd5d745b1dfd461]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0ed45bf4302ab9c79c1bbd41aed54ab7d201de24]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f09a785f2bde6c176bbe96aee845aa59997509dd]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [43eb7e307ce6b28cb974605039f9c79602838a4c]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2330be08e3eaade43ecfe1dfe3cc1ffc4cf34ec4]

        Automated merge with http://x42-so4:8009/ooo

2010-06-08  Lars Langhans  <lla@openoffice.org>  [b0a3032631003bfe5cf5e7c39773105fc50151cd]

        sb123:#i111449# cleanups in ucb qa/complex tests

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [fb32da95e2eae7a1ca97283991b48d39288fecea]

        calc55: #i110288# corrected uk_qt and uk_gal factors

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [79c6334a191c3dd39795446830f98c09a4952c86]

        calc55: merge

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [30b7ba25a7c3f1625a738574cb1e978f79a89833]

        calc55: #i110229# some alias names for functions renamed in ODFF drafts, and USER. prefix for macro functions

2010-06-07  Rene Engelhard  <rene@openoffice.org>  [969eb27ff92007005f4ad57a34e81607d80a8d7b]

        systemlibc: add missing "test" to fix build

2010-06-07  Niklas Nebel  <nn@openoffice.org>  [3de4d76f48fcde2915c94ba6a3541eb6cff69332]

        #i94570# keep DataPilot table names unique, get document from DocShell in RefreshDPObject

2010-06-07  Carsten Driesner  <cd@openoffice.org>  [d85d5f876666f91031723d84d8ae0221c6ba6049]

        fwk139: Merge changes

2010-06-07  Carsten Driesner  <cd@openoffice.org>  [ebd1482944f7b98f0cede3e38f42e67687661598]

        fwk139: Merge changes

2010-06-07  Carsten Driesner  <cd@openoffice.org>  [b58f6d66bc9726882a3ab1891847e7c083f1a6c1]

        fwk139: #i10000# Solve build problem on Solaris/Intel

2010-06-07  sj  <sj@openoffice.org>  [39dd46fae7591dc6853c1eb60d4d328fdce975ee]

        impress190: #i110673# removed boundchecker warnings

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [77d761f74d1147b013325487753255846aa56b96]

        jl152 #i77196# fixing merge conflicts

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [a42036353ad2a1a8c1b9f1344ad27547786dfd1f]

        jl152 #i77196# fixing merge conflicts

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [9731c6fd5493b5aaf2127c581362fd89a44396a0]

        jl152 #i77196# fixing merge conflicts

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [38e8fefdd44c45077002127f3db6f49fc5b96ff8]

        cws impress190: merging

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [8434aa5746e3fb4a5f28aaf8cc26d98f01fbd5bd]

        cws impress190: merging

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [1f6c5190ba6b865cf6c8f299431ba8a958cc48e9]

        cws impress190: merging

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [27965df4e22fc400f35949c2ec3b88a2914a8d8a]

        cws impress190: merging

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [9cc5a08e09f6977a7000a28a26accd4374c36102]

        cws impress190: merging

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [2946b9c521de711b53a080bdceb3f3e2566ee062]

        cws impress190: merging

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [3db5bd77831e7d8d5ef398d0e1eb47af9af8ed1f]

        calc55: merge

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [a8edc64ce0b3e6238a704218b84247a5e63dedbb]

        calc55: merge

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [ba5ea750b1c821f7f2edc14061334d44d86bb8e1]

        calc55: merge

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [f7f37f47db4d76b5dc5cb3a00dca51b7da082500]

        calc55: #i40309# #i31656# #i103458# improved accuracy of Bessel functions; patch from <regina>

2010-06-07  Eike Rathke [er]  <erAck@sun.com>  [7cf842d1a4fd9faf11d5a56cf1eb4e3cc5777049]

        calc55: #i40309# #i31656# #i103458# improved accuracy of Bessel functions; patch from <regina>

2010-06-07  Ruediger Timm  <rt@openoffice.org>  [e03596eaf693b9809cffe86c21658a5ce381d6c3]

        masterfix #i112192#: buildbreaker in xmloff/source/text/XMLSectionExport.cxx on product debug

2010-06-07  Release Engineering  <releng@openoffice.org>  [09b8d8f9054c8b7413b218972ba0b07fa70c55ab]

        masterfix: #i10000# new configure

2010-06-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6f5305b0c6c1a2f4aba4e68eaef2d315e72b9936]

        #i112187#

2010-06-07  Lars Langhans  <lla@openoffice.org>  [51ab32b3658e8cabb9bae13903e93aa69ee70593]

        sb123:#i111449# cleanups in unoxml qa/complex tests

2010-06-07  Christian Lippka  <christian.lippka@sun.com>  [622b7d639b0b3bf80bc6160f17cfc0e845c9eb76]

        #i98252# enable cairo canvas for unxlngi6 builds

2010-06-07  Release Engineering  <releng@openoffice.org>  [fde2f6a6f3cb19c999846b02d5dbc4b9d392b3a1]

        masterfix: #i10000# build issue

2010-06-07  Release Engineering  <releng@openoffice.org>  [c4bc203f2f9c639a2f7d01252d89a77efcf3db6c]

        masterfix: #i10000# build issue

2010-06-07  Niklas Nebel  <nn@openoffice.org>  [2022245614171200dd2f34921223edc79abc49ec]

        calc55: #i112185# remove unreferenced files (implementation is in ScDPResultMember)

2010-06-07  Lars Langhans  <lla@openoffice.org>  [69309ccb20edfb92dc789eb781ed779cd1f2d9b8]

        sb123:#i111449# cleanups in sot qa/complex tests

2010-06-07  Tobias Krause  <tkr@openoffice.org>  [dd5df7786a6601733ac5a6f68a7a484084394d74]

        jl153: #111875# Update OpenSSL to version 0.9.8o on all platforms except MacOSX (here we are using system openssl)

2010-06-07  Tobias Krause  <tkr@openoffice.org>  [ea82d5946b0e777899f08322ed4356baeab05690]

        jl153: #111875# Update OpenSSL to version 0.9.8o on all platforms except MacOSX (here we are using system openssl)

2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cfdbe09c28e21212d4223c13daf43688adca8c5d]

        vcl112: #b6956353# add ToTop call in case document is already visible

2010-06-07  os  <os@openoffice.org>  [e5ca3aca239fb7a95044e69f29294664ac60c8ec]

        rebase to m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [3eac3b2a7d98a1a858e1e9264ff2152269e91589]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [9b57a3b415c6339274a5da9b8d8ce01532677f9e]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [f1905ba62cd51eed1efd9417aa0ba650851ff846]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [ec6c6c1f3a6d31434408fb94369d555951814659]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [8b11b2af1e090a3f8df4596eaa2522936f07c399]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [9c9b37b5353c618822d4d0f0c111ab4396157752]

        cws tl79: merge with DEV300_m80

2010-06-07  Thomas Lange [tl]  <tl@openoffice.org>  [4be38c879b1684bd7e0444d86451d94f5dd10775]

        cws tl79: merge with DEV300_m80

2010-06-07  Carsten Driesner  <cd@openoffice.org>  [b4b99ea6f1f9506d722e2a2750bf84078f77e094]

        fwk139: #i10000# Next idea to fix build problem with build bot

2010-06-07  Carsten Driesner  <cd@openoffice.org>  [e54612ea425f775ef22ba038dba697540d916eaa]

        fwk139: #i10000# Next idea to fix build problem with build bot

2010-06-07  Lars Langhans  <lla@openoffice.org>  [6c4b6d9b49a97c8098fc9bdfa6f03c7847c91fb9]

        sb123:#i111449# cleanups in extensions qa/complex tests

2010-06-07  Lars Langhans  <lla@openoffice.org>  [7a058994a9a89a397d5824a03a4c654feed829a3]

        sb123:#i111449# cleanups in unotools qa/complex tests

2010-06-07  Lars Langhans  <lla@openoffice.org>  [25dc0b273b730d5ac4630dbc618d70ca87229ca9]

        sb123:#i111449# cleanups in comphelper qa complex tests

2010-06-07  Lars Langhans  <lla@openoffice.org>  [a280cefe66312ea93032a725d93a5745a2a159b4]

        sb123:#i111449# cleanups in comphelper qa complex tests

2010-06-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [603694c8c2f44ca225bf373fa1c2d977047c4f70]

        fix warnings

2010-06-07  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7b73ed500b1786b280d6b36af94ad4a7b3accfb2]

        Update from master repository (DEV300_m80).

2010-06-07  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [68fb6799f23cfee256389ef68094d6c5f85e34d0]

        Update from master repository (DEV300_m80).

2010-06-07  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b232c4afcfbaf6aa8319d419c1bdf00ef3c71ba1]

        Update from master repository (DEV300_m80).

2010-06-07  Kai Sommerfeld  <kso@openoffice.org>  [ac433a52867211e4c8c8a1a306ed38ba575645e1]

        #i112173# - context menu items reflect actual file properties.

2010-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [2e3cd7c625afed09e03a5d100ad6b89ec78c4dc6]

        masterfix: #i10000# #i112124# build fails in configure fix

2010-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [f9e1672933827e4f38817ca4d7bbbe062b5f5735]

        masterfix: #i10000# #i112124# build fails in configure fix

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [79dc6b2d075493f49875ea0a1308849fdc7a43d9]

        jl152 merge with DEV300_m80

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [e72806c26954f13eb025694dc54530de93d4dc6e]

        jl152 merge with DEV300_m80

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [e0d50a88f38e76389962d48b191dd113c18b3884]

        jl152 merge with DEV300_m80

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [4edc7f8eac625e30719fec69bd9b26dd9356657c]

        jl152 merge with DEV300_m80

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [f185517358e1d23504324b08535795dcd3bbff1b]

        jl152 merge with DEV300_m80

2010-06-07  Joachim Lingner  <jl@openoffice.org>  [0b12767776118542325ed6b220d30d3a1b51cae1]

        jl152 merge with DEV300_m80

2010-06-07  hdu  <duerr@sun.com>  [2ff2cdeb55a0a7a66b26d78eda8f8632d043ed1c]

        #100000# WaE: avoid compiler warning on wntmsci12

2010-06-07  Kai Sommerfeld  <kso@openoffice.org>  [996674302efa782dc956e173b222f810aa3a4c00]

        cleanup (whitespace & exceptions).

2010-06-07  Mikhail Voytenko  <mav@openoffice.org>  [494270ff91d1617cb69262b409d56a591a1e7c07]

        tl78: #i10000# fix warnings

2010-06-06  Joerg Skottke [jsk]  <jsk@openoffice.org>  [196c0ef14b2853dfb696f76e4d10587d44abdf1d]

        vitomation01 (Buster): Logal merge with one conflict resolved

2010-06-06  tono  <tono@openoffice.org>  [22830eb689573c72eb17b8efd86f1efe48d2fbd5]

        i#112159: MinGW port: libxmlsec 1.2.14, libxml2 2.7.6, libxslt 1.1.26

2010-06-06  tono  <tono@openoffice.org>  [e30d680073fa8485f1829c7f22634882bb122b87]

        i#112159: MinGW port: libxmlsec 1.2.14, libxml2 2.7.6, libxslt 1.1.26

2010-06-05  sj  <sj@openoffice.org>  [de2b200332966e99b6f8b68cbdfbca8c4efe8d26]

        impress190: #111838# fixed UI name

2010-06-05  sj  <sj@openoffice.org>  [0cd8711b971b9700101605734c83408cbf3ca056]

        merged

2010-06-05  sj  <sj@openoffice.org>  [fee32b2a33c751c3493331fe11b9f2f4b9c74318]

        impress190: #i89450# fixed makefile

2010-06-05  sj  <sj@openoffice.org>  [d4af876f9cb4f226fd8b001e7bb0570860777845]

        impress190: #i89450# taking back changes in outliner.hxx and outliner.cxx to avoid compiler warning

2010-06-05  tono  <tono@openoffice.org>  [f4afd8f3eaf885cfd3ab5de8f0e22ea14bdba9ae]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [0c8c20038eb6a40ba315ebaf6747256281e080c9]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [58e2792006b7957cf6d2488b1dc8c26a7f05167b]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [0efcea170815e4dae1a7ad97b40159b642244ff5]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [51e9c1e2f2fe74ced916268a1708608fbb2bdea5]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [fdb722d2546dbe645ef2bcb0c3169d0465b432f4]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [ead03610789446b734d74b1fd3a6d0a87ca70b45]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [e865e0298846b92baa7c00005aecc5dbc9c346b9]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [0f190e87b33cdfb5a3162d53a020f91b055c4e9d]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [af97d059b737971d50e261c65c1097f319dae6e2]

        mingwport30: merge with DEV300 m80

2010-06-05  tono  <tono@openoffice.org>  [a850c52babb1cf3a13fb2bc026504957dfb4b9cf]

        mingwport30: merge with DEV300 m80

2010-06-05  sj  <sj@openoffice.org>  [04f7540cfb65612d4d96174865372f6f0cc7a645]

        impress190: removed warnings

2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2310854cdad328a9a964ea4a09daeba4ec8b1741]

        fix warnings

2010-06-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6a85eaf9ed3188b991c11d2eb2660939a990d04f]

        fix warnings

2010-06-05  sj  <sj@openoffice.org>  [245dec812502aba5e2b29a9e1e16cb618f2e6cff]

        fixed merge problems

2010-06-05  tono  <tono@openoffice.org>  [b55fa7959fa6fde0c7cdb469850068b5fbb8ecb7]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixes

2010-06-05  tono  <tono@openoffice.org>  [9c9bd762f495851613f2e23283abc23c68db76ca]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : more fixes

2010-06-04  sj  <sj@openoffice.org>  [73226493957b30394174b19383d4c7e9d7c9ca17]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [c2e6b46168bb7382fd62f543d4df704936cb44d1]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [aba7a3c63e51b4dcaef8efa440f101fc351e9740]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [168ea8ba24db3224baa60bf49a1437638dc9130d]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [622fd52d858122833afb1ccd34bba38d231339fc]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [7463d92b208ad23a175aba3a361fd4d4798e7bed]

        impress190: merge with dev300_m80

2010-06-04  sj  <sj@openoffice.org>  [68ad260fd44cd87f726f00878b2010edcc2db7b7]

        impress190: #i112086# added support of CustomGeometry

2010-06-04  sj  <sj@openoffice.org>  [35217acdd7ec6387c8335d1bc3d91310be1baba7]

        impress190: #i112086# added support of CustomGeometry

2010-06-04  sj  <sj@openoffice.org>  [f8a226ebeb998080394cf662bd5fee542d6d1691]

        impress190: #i112086# added support of CustomGeometry

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [c1032dd013fe5cec7262f8b1727d793ae37ef7ec]

        calc55: #i112084# All charts in a Calc document are loaded when saving the document

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [7b0105f0bfff2dde2398f7e8e910384898d65154]

        calc55: #i112084# All charts in a Calc document are loaded when saving the document

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [9e19a15a040e7bfabdf051b63f9a28383381741a]

        calc55: #i112084# All charts in a Calc document are loaded when saving the document

2010-06-04  Niklas Nebel  <nn@openoffice.org>  [8f2045046c1c27395c7afb1168eac5baeb423aa1]

        calc55: #i112123# when loading, don't initialize StdPrecision in DocOptions from configuration

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [213132eb58be3236f379d0b3d13b415bf10d4bd1]

        vcl112: #i111992# fill recent file list of menu button on demand

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [f50884d2c099d7dafa20524e60e2fac83faea5ca]

        calc55: #i112094# chart data table dialog cannot be disabled via UNO API

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [bc78afd4e42319c43edb69b5857997b8356c0d3b]

        calc55: #i112094# chart data table dialog cannot be disabled via UNO API

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [841d9ebb1d45dff97f1dc765aae8427fab4d17a4]

        calc55: #i112094# chart data table dialog cannot be disabled via UNO API

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [f84216c511b8d3f3228f012d49e3a9503fddee74]

        calc55: #i112094# chart data table dialog cannot be disabled via UNO API

2010-06-04  Thomas Benisch  <tbe@openoffice.org>  [004a866033b8050c816fdea36bab011a15db8536]

        calc55: #i112094# chart data table dialog cannot be disabled via UNO API

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9e79321ec06504c36119b1342c296fcd14e2f70b]

        vcl112: #i111992# fix menubutton including image

2010-06-04  Ingrid Halama  <iha@openoffice.org>  [11eab80d847a072e49f6e13b022bb0d4a7cadd51]

        calc55: #i112035# loading some old chart document fails

2010-06-04  Ingrid Halama  <iha@openoffice.org>  [d77d2195dd240df9c28b9c50a667db1e2a8d0e1b]

        calc55: #i112035# loading some old chart document fails

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d0485ab58475807f4cd2afeb16013ce8ff37ec3e]

        vcl112: #i111992# prevent duplicate opening of menu by key event

2010-06-04  os  <os@openoffice.org>  [b16fe0f787ae22c44df8014dfb7faa70d5c6c473]

        #i103024# default tabs in non-relative mode in negative indents fixed

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [715b125885c7c35b3107dd8da700b452acb6bf5d]

        vcl112: #i112119# check return value (thanks cmc!)

2010-06-04  Carsten Driesner  <cd@openoffice.org>  [d50be7a83ace7a3181c91dbe63cf2588e1424a1c]

        fwk139: Fix build problem with gcc

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a51dc52262038e9c72eea188cfe9a6812bbc2f8d]

        masterfix: #i10000# transex3 -> l10ntools

2010-06-04  Ingo Schmidt  <is@openoffice.org>  [9170a5e1d600487f21eb54482c244fbf9590aedd]

        jl152 #i77196# admin.pm removes superfluous extension directories

2010-06-04  Release Engineering  <releng@openoffice.org>  [a4d50c7c88f53dee519195cb625f9c4a2f4191e8]

        DEV300

2010-06-04  Carsten Driesner  <cd@openoffice.org>  [4ff7d064872f585f6d2a0346677043ab707cabd5]

        fwk143: #i104704# Set unique ID for hyperlink dialog

2010-06-04  Joachim Lingner  <jl@openoffice.org>  [88581862df4e46ee0f6515267ffeb46a53d1ba53]

        jl152 #i77196# information upate provider now excludes online updates with unfulfilled dependencies

2010-06-04  Release Engineering  <releng@openoffice.org>  [bde82b4c80a0d759ab03e6f1efe53845cb05f55a]

        DEV300

2010-06-04  os  <os@openoffice.org>  [9b18e77bef76c249e93e1d6ae3ec7daa88ee3ad6]

        rebase to m80

2010-06-04  os  <os@openoffice.org>  [75ea078b86a58ccdddd4cc4c4e21487e8128ae96]

        rebase to m80

2010-06-04  os  <os@openoffice.org>  [b7e63d9a695dc67f435ede5fd90d3c32bc3344f0]

        rebase to m80

2010-06-04  Mihaela Kedikova  <misheto@openoffice.org>  [203e36a696b8ebfa3aa7587f23d68de2680a7045]

        bug fixes for #i111279#, #i111957#, #i112114#

2010-06-04  Herbert Duerr [hdu]  <duerr@sun.com>  [24446b73982dab6d2145cb0323a3bed756bdc118]

        #i110654# fix some WingDings2->OpenSymbol emulation translations

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [02baa49c4817741d9761b6140fdee5d5dfbfe1d1]

        fix warning

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d959aa306fbfcdaae1c31d6b93efe79a4d4f8e38]

        CWS-TOOLING: integrate CWS rt38

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b23b72e19986d2c6fc75a2413690ae788f2d4880]

        CWS-TOOLING: integrate CWS rt38

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [99ff4b156eae57e51ffef715a6184038df745236]

        CWS-TOOLING: integrate CWS rt38

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fc892a31e94246858326fbe647b73a37dec6f2d1]

        CWS-TOOLING: integrate CWS rt38

2010-06-04  Mihaela Kedikova  <misheto@openoffice.org>  [0a2185d979ff5a7002009ffb0fc9a0380c81553e]

        gridcontrol04: fixes for #i111279#, #i111957#, #i112114#

2010-06-04  Thomas Lange [tl]  <tl@openoffice.org>  [15f4e8c6b2110c4a39eb6ecb89b9a077354036e2]

        cws tl78: warning free code

2010-06-04  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [bf8660708144ccb693063a20954f64a66a1c979d]

        #i112117# changed the Metafile primitive decomposition to better handle sub-metafile contents

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c4e66fc76f75424f60c2adcdb31e509314c49b5b]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3a9fa417bcc24977c9db13b9f8b9103f94942974]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3bd3fc177eebc1cc2779c5b77cbbe90014f9afe3]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9047cf03f401f5cfc26739aba28b69c0a9576a19]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [613cdafa83ee9cf7b29cdb5bcfce2b2af4075c2a]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [69e934567c43cfb25b741af844f2428cce694a15]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9bb9d10951d6bb8ba725c83fe0607116dfdff3d9]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [52d1202cce6b0c53dd5ef6682132b59c77e0783e]

        CWS-TOOLING: integrate CWS dba33f

2010-06-04  Juergen Schmidt  <jsc@openoffice.org>  [aed6a92dec31ab1b87ced780220ceea6a13c0ac6]

        gridcontrol04: i111555: take care of 64 bit java

2010-06-04  Christian Lippka  <cl@openoffice.org>  [5b44f74fbe7b2dd431e49aa29b92d775da3d86cb]

        #i94055# enable default printing for handout mode (using the layout set at the handout master page

2010-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [b4b0d9e9f9b6ff5a3626afddccdf2d9f36ce39e5]

        writerfilter08: #i112027#: applied patch and verified

2010-06-04  Niklas Nebel  <nn@openoffice.org>  [20fd52e66f2a42c26a5b1153c1412336ecb22b61]

        calc55: #i112116# width of 'E' can be different from digits

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd4822e3ac4d89de9d70af10a7afe22f0c7a5ebb]

        vcl112: #i109307# add InitialPreference (thanks rene!)

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cfcc107d5ed81af450a87780a4cd2caee4f84a57]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a381e73c6f0693d2de99a4963343806361a62748]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [80d0be076d0415ace6b899b0d1437f740dabb01e]

        changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in dummies for all explicit help ids

2010-06-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0a5ab4320969089fdc7979b70bb0f43bc2c0af06]

        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>  [a557caaf5f70b6c18287776aaf73144c36564813]

        unoawt: make compile on unxsols4

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ad928560a6ae81a6c5ae8968e2bc7a5994e19759]

        masterfix: #i10000# read cfg location from env

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8f8db1705f5ab83b93e6677c05f100b174e32f96]

        CWS-TOOLING: integrate CWS l10ntooling17

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [019e30dc86f20765aefcad804862df41a90bc54e]

        CWS-TOOLING: integrate CWS l10ntooling17

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e000e6c97fff4f0831ba59016ec9311a31d785a9]

        vitomation01: #i109696 - Fix typos

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [93d27837f7fc9fac4e486aa29273488e568cbbb9]

        vitomation01: #i109696 - Parentheses mismatch

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4d0f02a07a6387d2fb7a372d6da0f0f962250d98]

        vitomation01: #i109696 - Solved timing problem on Linux, sleep() again. Argh.

2010-06-04  Ingrid Halama  <iha@openoffice.org>  [709e6fba3956f82b8532443c602b448057e2ab9e]

        chart47: #i112111# disable broken api test

2010-06-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [9a2fa49397aee936c030c146b76f861c634e4172]

        sw33bf05: #i111768# method <GtkSalFrame::IMHandler::signalIMDeleteSurrounding(..)> - include range checking

2010-06-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [6a84b5450e8b9ab222b8a2ff061cd069e707c1d5]

        sw33bf05: #i111768# method <SwAccessiblePortionData::Special(..)> - include control characters

2010-06-04  Carsten Driesner  <cd@openoffice.org>  [0b7aa4d5b3f2fad7158531486a8f4f9c230a6640]

        fwk139: #i10000# Another fix for type redefinitions

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [361e5c9ed9f1b5c7fd585bc51b7e803bdf2fd0ae]

        vitomation01: #i109696 - Removed no longer needed parts of the headers

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [34fdbf22333fa3938c1f4ee0652059f4e8c672d1]

        vitomation01: #i109696 - tiEditCutPasteCopySelectall() now has no more sleep(), it did not work anyway

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1b00f522fc3dd10758666a9523aca77b3bd6cd8f]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c26519227bd414aa841e16d866a815e4bc1fd4b0]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [47b5ec4b0b48b7108715cb1e780ad3dca284cfa9]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4eca64960f01ecd3fe68cecbd2294e3cc174f030]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d92479ae306a2c6bdd7293028a5a229122748537]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f2741ee0ab21da7f74d36b8a91e556d855cdc5ef]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9e515931a710a1f350494d7b99cfd1ec0add3471]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5eec8358a4d83400fd74ce4ad74382355009d771]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a6f95be55769fc3f4e0ec9152b28e4a3c4b9606d]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [26dc10779b8758e8b4efbaafe5718d3f79ceab4d]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9ec9135f0f3c4ecaea436768f23eb05d2bf07872]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e95e77100efb7aa337358fa0c58b43c3e7e8f19e]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [eab7d5d28e11da3cd41327363f6e46ca4bc493a7]

        CWS-TOOLING: integrate CWS slidecopy

2010-06-04  Ingo Schmidt  <is@openoffice.org>  [5505fa96623051b9bd8584d5f20da50916741e2d]

        native306 #i111497,i111501# Patches for MacOSX Python from Cloph

2010-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6785f857f4956c6dfd155074c92fe985c05d5835]

        masterfix: #i10000# #i112082# load/store issue

2010-06-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [fd3b621cd34041a1b3d361bae5382687f303ecde]

        sw33bf05: #i111681# method <SwNumRule::SetInvalidRule(..)> - making code robust

2010-06-04  Dirk Voelzke  <dv@openoffice.org>  [227d80375c8c851fe74a035d882ae316922ba6f0]

        jl152#i77196# Improved progress handling on startup

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b6b41bd25dd5c2e5c41fd7a15b22dcacb6e27960]

        vitomation01: #i109696 - Provide missing control subs

2010-06-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dee91f082ceb1d779aecefc3baf27094965da417]

        vitomation01: #i109696 - Provide missing control subs

2010-06-04  Wu Yan  <wuy@openoffice.org>  [8ecdebd3f9a7ea2110e307c1c095db33440d3074]

        findbar01: #i112085# - find toolbar has no High Contrast icons

2010-06-03  Christian Lippka  <cl@openoffice.org>  [29bb54e9b03da0e8c5a4b72683115d98eabfb32e]

        #i108869# check for deleted this pointer after calling event listeners

2010-06-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [f53587ad3f2ab1052ffd303751bb6aebf64c32bf]

        merged CWS...

2010-06-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [d0819ab0e6ce0c2eb9354831bbee84abd1bd30d6]

        merged CWS...

2010-06-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [735f103ea3abad4caee3096fe3d798df80f4b370]

        merged change sets from related CWS...

2010-06-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [c70735f6228e5482de328ae52495dcfe86ea918a]

        merged change sets from related CWS...

2010-06-03  ka  <kai.ahrens@sun.com>  [b5d9898dc435265285bf127999fc0df025abea6f]

        impressbi01: latest changes

2010-06-03  ka  <kai.ahrens@sun.com>  [6e5f7e581dc5b8edcb78dc92a4d0c89d81f2aef9]

        impressbi01: latest changes

2010-06-03  ka  <kai.ahrens@sun.com>  [b50b591c9b59976f4cc3e6f042327591df5bbfb8]

        impressbi01: latest changes

2010-06-03  ka  <kai.ahrens@sun.com>  [348d45c67e2a1880c7ccbf9c583f8a4f34331988]

        impressbi01: latest changes

2010-06-03  Niklas Nebel  <nn@openoffice.org>  [2de3371e3105daaaa457aef275dc30942beb16b4]

        calc55: #i112071# property DataFieldCount is optional

2010-06-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [24ac70cd5122e47ed8cf904d9e12cc1763a3241d]

        aw082: merged in aw081 due to the need of #i111235#

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da0ebbf59b2a5fece07c628ddf11d888a6c38995]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [591e3fda99600f3620191d808c881d4522d04820]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f884576207758a6fae1cd190c064f4e115938cc0]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6959e8b0eaca72d6be885314d87d143d532aa068]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5781a26cd1897b3235b9f9e942a84c530f131011]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [faef83bbc67a776f09fb08b3b65425bddc2dda1e]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [623fe186c9a60c73d8299486ffe36f0db0cd6b14]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c0e3781dc23f881fbbd22a1e902bb85cdb61329]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bb233937e1293d920f070c444c4d19be83aef8e1]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5e567a241a8c1367a0f7fb36550ccac0862cb5a3]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [85aca805408cec4f4db079f73c4ff83bbedadbbd]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [76db982b9162045ffa72dbc63c92211de0bf3936]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ac7956251708f163ef56ad98bbc184e3709e219f]

        slidecopy: merge after copying in CWS renaissance2

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [81b7db96ce313223a7f072ed10c35640475f58ae]

        fwk139: Merge changes

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [56a94b951ad2f65fda3a8c6dcaa754ae45890553]

        fwk139: Merge changes

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [797e4b88d223ef0276ca02e55b2eaceaa2f8677b]

        fwk139: Merge changes

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [76420aa3a52c9f92621733cbe50e0b0a78e38da9]

        fwk139: Merge changes

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [8f048ba9908ab2c1111b75675ff2a4272579524f]

        fwk139: Merge changes

2010-06-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [155250b64550030864994a1fee40132944b7cac6]

        CWS gnumake2: getting rid of swuilib.hxx hack

2010-06-03  Carsten Driesner  <cd@openoffice.org>  [f40f3c1bcf2031b89913ad15e1e9390268340399]

        fwk139: #i10000# Fix build problem on Windows build bot

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a970622b31d98cf06b1fc7221e6c8a67e8716b66]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f0e57d05651cd08a0573118de72c718a20be4417]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [028f64e7499338566665b4c6f6979e11fca21c76]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b67ced36d2775b01ca10cb9e356acd3f35c03bee]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a361fd5bd803a6f8b466e3601a066319840b7f8d]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fe13a4ce1763378d91f143af071927c1460ce9a2]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [10583fd01433c75d7d9b79487723e2b697c85140]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ef8cb3c540d43485d3f59a8968d2d0c5d6f9deba]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [80391167818510cac71e423c4a69850f8f638f92]

        unoawt: merged in latest changes from CWS slidecopy (rebase to m80)

2010-06-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c8ec85f66fbf7500d18ebf55b1857ea97d47531d]

        aw082: turned back vclpixelprocessor2d.cxx to master state, was checked in by error

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6dc444cb7e86714ff5d1f15603308fa703239f8e]

        l10ntooling17: temp. disable the parser

2010-06-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c74d53a56764858fb1ced80e729f78af1a9e98ac]

        #i112090# enhanced Shadow3DExtractingProcessor

2010-06-03  Oliver-Rainer Wittmann  <od@openoffice.org>  [d94232f5cb0b947260270b141a1796fb3ab0a7d0]

        sw33bf05: #i111750# method <SwFldPortion::Format(..)> - erase further control characters from field string to avoid layout loop

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a9f9672c052728b945bf3824f5e2c28f6dddfb60]

        masterfix: #i10000# removed obsolete libc patch

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [602a9be0b550af4070131eda16d187f3932bd153]

        masterfix: #i10000# removed rtl namespace usage

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [7c558d66fe035ec00c185c98495bfbe99e7cc167]

        masterfix: #i10000# #i112039# OOXML files not recognized fix

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [a388c0c2cc2e4ba42b73443dc7186451f71fcc33]

        fwk139: #i10000# avoid warnings on solaris

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [9cfca129cb6df9a99db641890543c512169b5806]

        fwk139: #i10000# avoid warnings on solaris

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [7f8bd1397d9f81a9d96def7d481ecd6f2096c3de]

        fwk139: #i10000# avoid warnings on solaris

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [d247197d60cde92dbfc429b738a3a9e5a752d066]

        fwk139: #i10000# avoid warnings on solaris

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [0ce75d8c652d3e742ca88218d0c9f932df67158e]

        fwk139: #i10000# avoid warnings on solaris

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2b48a0e925c3e957dca94b56c1375a7df43a2a6b]

        vitomation01: #i109696 - Sleep() removal in some functions.

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [001f2f4c24bfc3d95580ee3fbe22700be82b4c99]

        vitomation01: #i109696 - Sleep() removal in some functions, added some Impress related slots to hUseAsyncSlot()

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [bbad88bf7f1e795d2ba86c0b83421623e6609b2f]

        CWS-TOOLING: integrate CWS narrow01

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [e068c3ddd206c117d6194e937014f55a9ebf3e94]

        CWS-TOOLING: integrate CWS narrow01

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [949e0f71cec13f83259ff4de0c7ab402504200cc]

        CWS-TOOLING: integrate CWS narrow01

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c8ca4c1ad3a9608614b689dc3fc79acb46120845]

        CWS-TOOLING: integrate CWS narrow01

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [aa250e4484dc92342501c647dd9fcae67f02be39]

        CWS-TOOLING: integrate CWS narrow01

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f39e88f23e8491e8e450796b000dd5c712cae3dd]

        slidecopy: wrongly resolved the merge conflict in the previous revision ...

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b10e399049dbc5749c7eb80aed054b659767c398]

        vitomation01: #i109696 - Reformatted according to coding guidelines, these tests are extremely hard to read and feature an enormous amount of unnecessary wait cycles. Should fix soon.

2010-06-03  Helge Delfs [hde]  <hde@openoffice.org>  [2d65a58f0aaaa99f0d3bddb132c92a52bb1d3aeb]

        sw33bf04#85766#adapted testcases for numbering fixes

2010-06-03  Christian Lippka  <cl@openoffice.org>  [1ad6bfaa61736ffd37b67c35506a7e68f0c63396]

        #i58213# get date styles from automatic styles in impress

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7b2c82f82d01a4301733b26d71e0de648a1cf7fb]

        vitomation01: #i109696 - Fix missing subs in d_updt.bas

2010-06-03  Ingrid Halama  <iha@openoffice.org>  [375b87bdf5c1a1c09b232d95581ed7dbbd4685f8]

        chart47: #i112078# disabled test sch.ChartLegend::com::sun::star::beans::XPropertySet

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cbcbf81ee5fbbbbca91cafee00569dba7c548bde]

        vitomation01: #i109696 - Fix timing issue in m_020_.inc

2010-06-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [964eb7decfe7898c6e0518bf99fb2a9790ffecef]

        CWS gnumake2: fixing swui cleanup

2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1ad68bd3cf4c4a5775df7753a1a36eeed1391ba5]

        vcl112: #i111983# remove unused code (thanks cmc !)

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [68c2cdbac5fb65c19018140191ea804062e7ea67]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1b37b4dae7604e9c41d7aceb189c18d43703698b]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [798d48ee776fe1bc443d273eeb688ad584f65d7c]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [780f378bd6ba87a3abe617d3e531cd6414d3fd22]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e2f96d39a0ce75a75ad790f302250533d83283a1]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0aab66cd09f190c6194866f937aff9b069934b35]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [52520fa07c635636b4a62abdc75266c7959eff0d]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [03f4ab9a2414c657355b03523182cd4f1110d9a9]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e487f2f20922852b6dc057a206a463d0da145d1b]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [948bace52a529b0e64fd1ee8bd48367180dc1027]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a5d51b8507b0204e983882f9b2c0c8dc041b0afb]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4d1c1eae73df67c115f532b7078deaf7caf4cde8]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [41b43f2fc66a490780d4751ed64f663fe1c548d7]

        slidecopy: merged latest DEV300.m80 changes

2010-06-03  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e1cee86d3d604a98cd5727667f54a35c1a2718c2]

        CWS gnumake2: cleaning of localized src files

2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2e980b56643cc504c4d501061e07706759c1d667]

        rebase to DEV300_m80

2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa3c95470851ef53df28d802e6a589bafa7f1282]

        rebase to DEV300_m80

2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c5003146554b13ca50869db1b608fa425843e6d2]

        rebase to DEV300_m80

2010-06-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5110e6dc5c71cff5ccd099e158336aadb380664b]

        rebase to DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [c5cfdc5efa380115d5556f8cf7f7d4ff8a9b971d]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [04314480b0427426ae2346ece7ff59425b8f8d43]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [6d8d7c268e97bdbb311876b76efc9acbc74fdfdc]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [17ba50bbd1621c775da790213454acf95f5021a7]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [dd1a19741cba6d7c0ea90d543ce4f6d3feb64e4c]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [65fc3de2963056a240d6c6e76f34e4fabadfe816]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [544766d15df99b8f203aca5a38a7978dadd6b216]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [47390c692689f210f6f6b2694f6b9afb43478038]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [59f61e9e122c701441c181f5b50adf2604971682]

        cws tl78: merge with DEV300_m80

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [9213147ed049a681577dd5808508d845b13613e2]

        cws tl78: merge with DEV300_m80

2010-06-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [12d9479f439b1db0685a5b68480d813751899ac9]

        #i111122# corrected the copy operator of SdrPageProperties

2010-06-03  Lars Langhans  <lla@openoffice.org>  [b2d7a0c38da2dca04220b0cfcf08557853dfe26a]

        sb123:#111449# change toolkit complex tests

2010-06-03  Lars Langhans  <lla@openoffice.org>  [e87535433d01f4adef3fba640a6f116d6215054e]

        sb123:#111449# change sc complex tests

2010-06-03  tono  <tono@openoffice.org>  [b51f76cce24929b15da2773364e6b845cc4653e2]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 : fix interference to other platforms

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5b3250c2f3a36cdc34d1e8c290adb7e1181bf5d0]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [de30385537c1963f59d81d72a3a35f8a2b705eef]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [bdd37f7758920e43b556887b3cc2c70ea48e107d]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ac55591358f1f36a72f3644f085453bd71b940dc]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [9d1fdf49c5abc1e54e7d4f69ca089f1c0db002b0]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [bf45b716b6a6ec048f622c65b5ce282bbdf17d8a]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [460741c630464878c130fde9e60adf6b52d685a5]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a665d66d5f4f5b85e771b4a40671a449650f9c49]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a17ab07fc4d2e48fee0cf5d8146a5fc2c5b54a75]

        CWS-TOOLING: integrate CWS renaissance2

2010-06-03  Daniel Rentz  <dr@openoffice.org>  [85b12c651ea75ce0006b1b04c2eaafb998cb9837]

        dr76: #i111404# move image stream handling into GraphicHelper

2010-06-03  Malte Timmermann  <Malte.Timmermann@sun.com>  [bc6ba6d735c47fc62b344ae931a8fd20685bbcd3]

        some more libraries for ooo

2010-06-03  Oliver-Rainer Wittmann  <od@openoffice.org>  [2847d445595f725ce4e269c53f15d4f274951fb7]

        sw33bf05: #i111964# - provide default sidebar position at <SwPageFrm> instance and include access guards for the anchor overlay object of annotations.

2010-06-03  Thomas Lange [tl]  <tl@openoffice.org>  [928c651b68ccb995482edf00d27e825b880132bd]

        cws tl79: missing includes added

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9efc9876deac26adafac58813e4aea7fe8cb5daa]

        vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1e190223235b379c12da8a0232089940800b521b]

        vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a898d0b14c907d63f6d3c86303fc4a34cb438d33]

        vitomation01: #i109696 - Needed to split w_004.inc into two parts, 64k limit strikes

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e802a136b6132826947527a5d670beeb7929914c]

        vitomation01: Local merge with remote repo

2010-06-03  Helge Delfs [hde]  <hde@openoffice.org>  [81c476751f6e8ee55702fe223f7e01343f8cf94e]

        sw33bf04#112058#adapted testcases for numbering fixes

2010-06-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fd9b819df8abb69c9c9f4f433bbf33eae4d55e9b]

        vitomation01: #i109696 - VBA compat tests need to know if it is running in admin mode. Minor fixes

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [f165b2dae6e9133481da351586a4d5f14839fa4d]

        tl78: #i110383# password to modify support for binary types only

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [1a842832cd174d5ccfd832fdb94c93ae42e8eacc]

        tl78: #i110383# password to modify support for binary types only

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [b6e1fdef1f74ddc7355db66b089c56ed61aee1c4]

        tl78: #i110383# password to modify support for binary types only

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [78486ac2a3a59cda1d326abf9fc7d902580401e8]

        tl78: #i110383# password to modify support for binary types only

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [b1ec4b2cd5a9e6ece0e2a928cc0a11fef6bbe818]

        tl78: #i110383# password to modify support for binary types only

2010-06-03  Mikhail Voytenko  <mav@openoffice.org>  [386eebb4cfa473de8db4a8337050ff20cce521a9]

        tl78: #i110383# password to modify support for binary types only

2010-06-02  Ingrid Halama  <iha@openoffice.org>  [b3502bb6fc28c6f51e0719b44b06664dd0e805c4]

        chart47: #i111102# disable deadlocking tests again

2010-06-02  Ingrid Halama  <iha@openoffice.org>  [50cb26d0df805607e5de3fcd31438dbfdbffe4e3]

        chart47: #i112047# #i112048# disable crashing API tests

2010-06-02  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [41058897dd1049f175ff8b832f8089d63df9ac9c]

        #i111987# corrected handling of source polygon data creation for logical polygon operations

2010-06-02  Carsten Driesner  <cd@openoffice.org>  [d66c74409ed0406f07cbcb694af2ca4ccc488279]

        fwk139: #i10000# Added pragma statement to fix warnings from Windows headers

2010-06-02  Joachim Lingner  <jl@openoffice.org>  [a82d6ff3b4aa2453120cd1bcb3fb69c1d3e2aed2]

        jl152 #i77196# bubble update notification now supports the new update behavior

2010-06-03  Dirk Voelzke  <dv@openoffice.org>  [04615ba86017896e0fb4bf951004ba2e4e22e6c9]

        jl152#i77196# unopkg gui should sync repositories, too

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [8b8f0fdcd980e1f19274c38f42aef27c1c380d7d]

        writerfilter08: temporal fix: DOCX document not recognized

2010-06-02  Niklas Nebel  <nn@openoffice.org>  [c4124e4f726cce06d98e43885fbafd8c579947b5]

        calc55: #i112025# new csv import options must be at the end of the options string

2010-06-02  Ivo Hinkelmann  <ihi@openoffice.org>  [ddce8641531692de3174e290e9957372f5c0eebb]

        consolidatereadme: #i111721# parse new readme format

2010-06-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [968e631bdc4145e51424d770c2e2591192d100ec]

        merge in CWS vcl111

2010-06-02  Herbert Duerr [hdu]  <duerr@sun.com>  [e9fd49ec0145ce5118cf720e6bcd49f721adcda4]

        #i101378# transparent line drawing now supported from system layers

2010-06-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4bf73aa3ee4828bb69a95a463cfa914646845730]

        merge in CWS vcl111

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [838466ed9793f1c3ad943d24e10350c31f1f8d56]

        writerfilter08: merged DEV300_m80

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [502b8f20edc5477cf52d3ad871be2b638e466807]

        writerfilter08: merged DEV300_m80

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [b6481d355587d0b0bc57ecbc923be60d9c6a03da]

        writerfilter08: merged DEV300_m80

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [311ba68505683ada2fc6a8936963972656005d1d]

        writerfilter08: merged DEV300_m80

2010-06-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [20c9135b759b11411b9b4e9ca7b219de535f38c1]

        jl152: #i112023 - Fixed e_publisher.inc (has new offset in updates list)

2010-06-02  Ruediger Timm  <rt@openoffice.org>  [246004a37365ad654f719ce3343483255464ee81]

        rt38 #i112018#: Exclude module 'testgraphical'from checkdeliver.

2010-06-02  Carsten Driesner  <cd@openoffice.org>  [2557c23db220c9b53029438ba1b5e12e0c4a2942]

        uimigration: #i10000# Fix build problem again

2010-06-02  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [630d814ee5ac1133b5159dbdd88b7a328abe244a]

        #i111954# corrected hatch fill turnaround with Metafile and SdrObjects, also some smaller errors in ImpSdrGDIMetaFileImport

2010-06-02  Ruediger Timm  <rt@openoffice.org>  [641c0d75d7cb3aa48881ae0d695a99259a6b0e8e]

        rt38: Merge do DEV300 m80

2010-06-02  Ruediger Timm  <rt@openoffice.org>  [824d14e4b050e8c9f4293ede69f8b964fcf31e66]

        rt38: Merge do DEV300 m80

2010-06-02  Ruediger Timm  <rt@openoffice.org>  [11b7c8ca4de689f199a30f8940cff025cd8c35cb]

        rt38: Merge do DEV300 m80

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [a57744ade6aaf504daabf85573a3a8b8f22092eb]

        writerfilter08: doctok: resolve more table properties (table placement/spacing)

2010-06-02  Caolán McNamara  <cmc@openoffice.org>  [94b12d448ec2b5c026072fb4a4756edca289967b]

        cmcfixes75: #i111770# handle libgcc_s.so.1|2|4 in deliver

2010-06-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [e75ef59afc1e65ce18169b9abaafaf2d0c7b2397]

        writerfilter08: xmigen.xsl: handle sprms

2010-06-02  Malte Timmermann  <Malte.Timmermann@sun.com>  [2fab32e831fc02e7efd4069aa0dfc7779d97a9cf]

        mtclip01: #i112022# Allow extended clipboard creation

2010-06-02  Mikhail Voytenko  <mav@openoffice.org>  [00c2c6c2c7deeb332d31ce7d87311cbde705bee0]

        fwk139: #i10000# adopt for solaris

2010-06-02  Mikhail Voytenko  <mav@openoffice.org>  [4624195e6db83d5cd4504ecb15133ba02fb23f52]

        fwk139: #i10000# adopt for solaris

2010-06-02  Mikhail Voytenko  <mav@openoffice.org>  [af5a0f41ea1717070aded0acca6b31ab89aea8b6]

        fwk139: #i10000# adopt for solaris

2010-06-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [bc7d467beea0df73764a4e7ac66e7144551bd12c]

        findbar01: #i111912 - Modified g_findbar.inc to make the CWS pass in reasonable timeframe. Followup-issues are #i111984 and #i112026. Integration is postponed due to massive conflicts with CWS vitomation01

2010-06-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a68bbed73a3c306cb0a3c707397096a70bb61013]

        jl152: #i112023 - Removed unused file - Inproved checking for controls in e_update.bas

2010-06-02  Juergen Schmidt  <jsc@openoffice.org>  [4bfef6b4a314ce1edd8863dc5e353b8be0b241a5]

        jl153: i112019: update reference rdb

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [bb1038e2aba1cc548b66a98e30d638fb9de76101]

        CWS mba33issues01: #i78637#: shorten text for conversion options

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [75bba75668031bec7477383bfcc5dfa63129b1d5]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [4222ba80f85db9c3770b172394397412d5622156]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [e863d3df13b946eee629ae52b2489f1210d39e30]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [43f3d42e38600c2b026b7a65fcc99f24bd8a95ef]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [8f8d21a2abb823d2bf44aa4b17bd9b238b0b55dc]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [897ec50e6476249b9a93704752540528523e5d08]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [7f0c711ec0729e6383c4d2c61c9f6dc7031b4970]

        CWS mba33issues01: merge to m80

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [d90913a6131cd829292e7f13cc6c9b28120a5e43]

        CWS mba33issues01: #i112021#: remove obsolete code

2010-06-02  Herbert Duerr [hdu]  <duerr@sun.com>  [af7e9427541027ca153d9b16782c55addbbf28b3]

        #i100925# removed superfluos translation entry for simsun family

2010-06-02  Mathias Bauer  <mba@openoffice.org>  [ea7b8372ee365c47522f0a0b4b230977656dfbba]

        CWS mba33issues01: #i82086#: replace Internet with Network

2010-06-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5b17ec8ba275c12bcdb1e58aa88b6a979e4db140]

        vitomation01: #i109696 - Removed f_first.bas: it does no longer have a special status as we are working with categories now. Tests have been moved to other files. - Removed f_script_organizers.bas, f_basic_dialogs.bas: Their scripts are now combined in f_programmability_dialogs.bas - tInsertAllGraphics() has been removed from (now deleted f_first.bas) and replaces an identical but less strict test in w_updt.bas. This gives a speed gain of about five minutes to w_updt.bas. - graphics_import.inc: Deleted, tests moved to f_topten.bas and w_updt.bas

2010-06-02  Dirk Voelzke  <dv@openoffice.org>  [729f1a6606a24a74f9f606921da13ab703d334f5]

        jl152#i77196# better handling of extensions with unaccepted license

2010-06-02  Dirk Voelzke  <dv@openoffice.org>  [057d47a436bab4ba71a101f7d2ad21cabae0cd20]

        jl152#i77196# better handling of extensions with unaccepted license

2010-06-02  Dirk Voelzke  <dv@openoffice.org>  [a340fb93fa310e0eb82c3bd5ac7d5b9a3b22ce70]

        jl152#i77196# Enable showing license during startup check, better handling of extensions with unaccepted license

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6f38ce3900f0779ddb55f538f0da98c3f933b838]

        vitomation01: #i109696 - More sleep() gone

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f411e77697c596dd9c5973b3497651582981d68f]

        vitomation01: #i109696 - More obvious code reduction

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [93d35b4030f7599ae9709d16c77dc7dc03355585]

        chart47: #i110702# translation for 'display legend' is truncated

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [6a0a47771e909a2afe9f19ad09a960ed2f938149]

        chart47: #i109765# added interface XDrawPageSupplier

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [dec36699345b060fe3fbfb58e4887a6480f0ea71]

        chart47: #i110300# allow also longs for property DataRowSource

2010-06-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [fc05fe92f96dbc40329e87f6cf9296cc6dee4511]

        hb33issues01: merged DEV300_m80

2010-06-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [e5b254797b699699bf5c02670dc7100394729eb6]

        hb33issues01: merged DEV300_m80

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e5110301d558e3147ab51a9ed34cf270c20d31f7]

        vitomation01: Local merge with DEV300_m80 (Duffy)

2010-06-01  Carsten Driesner  <cd@openoffice.org>  [bf14b858a9cfb80d7807bb36f03323049a15316b]

        uimigration01: #i10000# Fix build problem

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [4f6cb98b9b6b0fbde6127df2f2c9d3185046b989]

        chart47: #i109770# enable chart tests again

2010-06-01  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [137b283deb31f38a25d9996dc1a0c2057d39998a]

        CWS gnumake2: fitting sdi into the workdir structure

2010-06-01  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1921d141cff63af5d9ffc331355ab350bb8f7c10]

        CWS gnumake2: fitting sdi into the workdir structure

2010-06-01  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [7674b78e5d1350c70f5319b0080841884c4014e7]

        CWS gnumake2: fitting sdi into the workdir structure

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [3e727aba6f3df26462b5a995f1ce0322a3958a7c]

        chart47: #i111102# enable chart tests again

2010-06-01  Mathias Bauer  <mba@openoffice.org>  [ce6749f139440c79b207e26a522a177f4c2594d0]

        CWS mba33issues01: #i107576#: create OwnLightClient only if there isn't a client already

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [96db846b27248466a27113d25b090a5908bc9fbb]

        chart47: #i111966# don't use a random property - test all properties instead

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [362c118efdc6af00142c0a223e3e41aaae57f09e]

        chart47: #i111967# #i83832# some properties are wrongly marked BOUND

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6d16751c6f869cae7d3ebbce6a805a20a0650ebd]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3985df1c89ff64793ff363d15e18e34e078b30e3]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [cb518437b76abe16cca4de73a1f69e9d21541603]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [9a1fc4dbd9ebb7bece1bc7a97fade6093e8848dc]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [31daf164afb2082abb6e15b9f838ffb95af1035c]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a2119be569202841c5aa6967cd917ba9a53ea79a]

        Update from master repository (DEV300_m80).

2010-06-01  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [cd3bcb333c5f71a366e3b22aa658dba841863f72]

        Update from master repository (DEV300_m80).

2010-06-01  Joachim Lingner  <jl@openoffice.org>  [7ef48b304fe975501f32f8261ee620ebbedc90e5]

        jl152 #i77196# fix compiler warnings

2010-06-01  Caolán McNamara  <cmc@openoffice.org>  [894f1fd6d25110bae7f89eb54a73372c504c0ed1]

        cmcfixes74: #i111995# remove unused xmerge/java

2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ab54a7404ba383265f8a4dca953bcf4bcfd093b8]

        unoawt: UNO/SVT wizzards: allow to completely reset the DefaultButton - for pages which have on own default button

2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9e2ed49397eda707bca5326d09ff58b10fa05147]

        unoawt: UNO/SVT wizzards: allow to completely reset the DefaultButton - for pages which have on own default button

2010-06-01  Vladimir Glazunov  <vg@openoffice.org>  [32de849ec0d285772b4be28ffd53bdc9cf6d905d]

        vgbugs10: #i109602# rework concept to meet real bug requirements

2010-06-01  Frank Peters  <fpe@openoffice.org>  [ea38408294e1a781bc31238e8c0b87714f7214d3]

        #i111721#

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ff3cef97b89b5a7d70172f3c59b71cdd2de05785]

        l10ntooling18: merge

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [08593a0bc44317a1678afffb51f0c681358bb508]

        l10ntooling18: merge

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3c21894fb2625a81bed4937f2eea39e80c8fae5f]

        l10ntooling18: merge

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [40b452532fa73a81482691a713324d2be91df1ed]

        l10ntooling18: merge

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e74e790e02f6cb0207aa08b07338cc5965ac0b47]

        l10ntooling17: merge

2010-06-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a0b831d14d6b009159782f975f1395f0773e15f2]

        l10ntooling17: merge

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [78cccfe676556e2ca0f6ca410c1f4d7695f5d0d2]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [3340586932a3eaaa382efb9b456f68b884fba5e7]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [c2a240b1d4f0aea0db9490f0c5249806e5829ba7]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [20bf4b085eaade30d7821b14d351d984d4e993d9]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [2440bec051434ac134c90d57665cfb40f015095a]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [266b575c903a7265803ff79876b7e2da47d6ac18]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [526b6ae355983b104d5d71de5ea6e25d2e2e2bde]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [41e24468fb5d9de604964236db4196195ac12492]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [75cad00c12bb9eb78d3d4ed91b84fdc12c31573b]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [cfd864cc0daebe2132aedd5f9188860572dffc31]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [f9bb105a41625f1e35d72a4fdda4a198d8d234f9]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [bba2a81a5e2215591d8f29e69bd64d0e31fc23b1]

        cws renaissance2: rebase m80

2010-06-01  Christian Lippka  <christian.lippka@sun.com>  [77bd1e8dc393ca5919101400f700d35c09470627]

        cws renaissance2: rebase m80

2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ab3f1411d1644ed1bb227e69f6f85a75a9c27aa2]

        unoawt: StartDrag: do not release the mouse if DnD isn't enabled at all, this will confuse the SelectionEngine

2010-06-01  hb  <hbrinkm@openoffice.org>  [779f5c48c409977ec02ed3fb7deae78e0c765f72]

        hb33issues: merge

2010-06-01  Herbert Duerr [hdu]  <duerr@sun.com>  [f228a0e3a37c155947580f78b433f1ba2da5d16b]

        #i100925# added msyahei as default font for CJK locales

2010-06-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [3ae1cc5897375fa0016a32c0bfedc184a72d8542]

        hb33issues: #i111595# check for NULL pointer

2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f6c1c0f3626c8212bd1d95a91d8d1f113ce910da]

        unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinks

2010-06-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [757ea8f89a27e1fe0878a1bdf66cc2dc6a1a766c]

        unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinks

2010-06-01  Herbert Duerr [hdu]  <duerr@sun.com>  [cbe15fe5fdace258050a287a6074780cc6cb44ba]

        #i100925# added translation for some ZH-WIN font names

2010-06-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d469b8c8e8adc5576f26ef1fc0513c4015c6e3a4]

        ause120: update to DEV300m80

2010-06-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e7cf194639d7d2aa5623bc3eff08e7a357e16312]

        ause120: update to DEV300m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [b8a3a4eae747175220aa7e7e24aea5bd0f0b402c]

        chart47: merge with DEV300_m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [e5e7eba78a33b256c0bb8f3847980d77815c6518]

        chart47: merge with DEV300_m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [2f703ac67072942eb6782705511c735ea8afba9e]

        chart47: merge with DEV300_m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [e263b4d16d6d1c9d10d4af296cf45aebd9f47cdf]

        chart47: merge with DEV300_m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [ecf9a16e0022c858e3d7adffa25a2b8923f5e691]

        chart47: merge with DEV300_m80

2010-06-01  Ingrid Halama  <iha@openoffice.org>  [675696c68217bac964cd6823aca4007832a6f005]

        chart47: merge with DEV300_m80

2010-06-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b1017660ecac2d0f3755544f394238fea0fc71ff]

        vcl112: #i111972# avoid sshutdown problems in default ICE IO error handler (thanks cmc!)

2010-06-01  Ingo Schmidt  <is@openoffice.org>  [5ce94ca44025131ce60f0455c13ebb10baf42038]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-06-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4aa8395a9e2797ab66d1aacad1403e4db5cd0600]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-06-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4f7454a8da771afac145bb02c7682978b275c950]

        dba33f: #i111949# move resultset to beforeFirst

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7c539e1226487dcbfcae7c29f53102d08d12b2ae]

        vitomation01: Local branch merge with DEV300_m80

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b33e252b7b41d0359539f9c867806dfc7ca2cf20]

        findbar01: #i111912 - [Testautomation] Added calls to DialogTest()

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [00ed370b6abdb16fb0778e1faa5ab11a7ecf72b2]

        vitomation01: #i109562 - Remove code duplication

2010-06-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9d2a4774f14a2c8b471ad3f06f8c1d0224782198]

        vitomation01: Local merge

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [73ab2e2a979429f1c2b8f889942f1211364ab354]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [9508dee30bd22af4e5e3e81ff171db768dce9e24]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [4f858037dd32df64926cb23549b8c5b3808ea263]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [f6dfab98c704a06d383904348307f1a0c0f2bd17]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [98a47763b5da7bd78072010e1f3a0cd7f3ee3920]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [968fb1595f7cb3982aa03fe9faf25bead73f1590]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [a4a22787273c3bdc5dbdbf97708cd1fa8fd59981]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [b8671a69d9ebc937fa78621f486f67e311832df3]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [edccb06da702ede8000f9abb7ed7cf95ee2565aa]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [83aaf57f3c3ff36a46a0aeaff8476f67d8c69a8b]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [9029bc641e0d0efdc7e7154e183864af7f91dfc8]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [24e9f0151dbbdcc6af6848a5bff807dda955c557]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [1dd9262b3f8abdbbca042478fabeddf64187a23c]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [766f33f7ac7fa9fbaf9d8094b35578edfab1ce19]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [25de2a6c3883d4509f9534cb596131a9d2682d03]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [0f8c7127943a74d6b16bb7b813402b402f0be78c]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [6888eaa47f4d44a2d84279f7c979514a39595a15]

        cmcfixes74: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [5d8467210c80719f2367a655a2eccbb87a8a4678]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [d550cf5237fef341dc040f9c252fb9b5c6cc0ef4]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [a5a140bf3c87fda99effc3a8d7bbfc9ce87edfaa]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [333231243a245ea7ac1d9dd32c06de86c406e7d1]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [09d77d06411df16ab8245bdcf60598b08d18b460]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [d5e8db7dcafe3c9c9ea88ce4d873f0cecf6bcf95]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [a46bcd37e6fbd5c039f67e3ab775760c15fe77c8]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [0f110b9f5eae12d34aa7fba5b54e4a606abc2505]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [4c8613d6070361aa01704e639901487deb88e283]

        cmcfixes75: merge with DEV300 m80

2010-05-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5b4fd6574fc2b3ce79e62c65ff4f54732626ed2e]

        ause120: #i110479# - applied patch: temporary kick stlport include path out of SOLARINC

2010-05-31  Hans-Joachim Lankenau  <hjs@openoffice.org>  [88025962ae619e4ef373d606be12bcd3c168100d]

        ause120: #i111773# - applied patch: make sure cd got a directory to change to

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [299817c665690a67391bfa3c163296e9fffdae02]

        findbar01: #i111912 - [Testautomation] Preliminary update test, incomplete. From a testtool POV we have a permanently visible SearchDialog button which should be fixed.

2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [5aef3dd5973bc93500f1ab109ad7f91b4da7e9b0]

        l10ntooling18: #i110687# fetch cfg file from solver

2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [b00bc48046d9f886d172cb7be09a219dec554bab]

        l10ntooling18: #i110687# fetch cfg file from solver

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [03dba8e53007fc760780a8dffd057ec73158d3be]

        findbar01: Local merge with remote repo

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e432d99c41ba53f50db4161254bbc48d1e031218]

        findbar01: Local merge with remote repo

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2b1278ae20ac1e0051891c1a4d8f245a105f2f94]

        findbar01: Local merge with remote repo

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d23b9e464b174810d33dafc05c35159645176459]

        findbar01: Local merge with remote repo

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6e4c4fdc3474540a15edecf09b6a8ce55d47ea55]

        findbar01: Local merge with remote repo

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [aca7867bf44182345563958f296f65099183b3cf]

        findbar01: Local merge with remote repo

2010-05-31  Carsten Driesner  <cd@openoffice.org>  [6df221320543d79ac1a0ef8ba290ed318e885442]

        fwk143: #i102271# Fixed crash docking Draw/Impress panes

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [93393d14ff84d74d2e2f022f0c19bf64bb9268b1]

        findbar01: #i111912 - [Testautomation] Added findbar declaration to bars.win

2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [dc0a8418dfbfd5d2927f36902270df5587c74f2d]

        l10ntooling17: #i110687# fetch cfg file from solver

2010-05-31  Ivo Hinkelmann  <ihi@openoffice.org>  [a7203443aa1a12767e198be6200b3a3e85ff43ea]

        l10ntooling17: #i110687# fetch cfg file from solver

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [ac7fee6151fadda39e02a42486baeff2fb1bc95a]

        cmcfixes74: #i111960 use xdg-open when available

2010-05-31  Vladimir Glazunov  <vg@openoffice.org>  [f8e7afbac976ca862a801b9648fd95b2107757b2]

        #i111884# added new dependency

2010-05-31  tono  <tono@openoffice.org>  [3a14fca82951ee29805a2e96f03e67693661981c]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [cdce30bdbfe22f4b24ff2b2d96881506dd65e277]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [216ac5c489a642f0ea02edf2c89f2f515c97c83d]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [bde650dd2a934d2915e00e0ac88f4c93c60c5db1]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [891b5a314552a1d2e6bdacec2806e4b2e220ffc6]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [3655eab4df54f47e8821db8aed9b90fa7fab33bd]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [2f0d1f09eba36fcae6d3c97e234abc73dc1ef0b3]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [9bc06e6ac0d2031e6ed95229b0c1e1cf7d86ee90]

        i#111958: MinGW port enhancement: runtime-pseude-reloc-v2

2010-05-31  tono  <tono@openoffice.org>  [14ff62b355090a5604133cbf6d6ba4efb1da34a0]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [4fb439b5dbd14905def23b37934eca18d8b45e7e]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [84175290121a452462f1cc261b4e092ae0ff7282]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [08c5dbe4de29dfbdba96ce9a269d203154472bba]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [1170fd37d8fc8aac76a4440d642c90a42cf5f5e6]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [d3b9e9e1d0a52dc8ae8485b7ec40bb6ce40d6f80]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  tono  <tono@openoffice.org>  [507a99439f846e5381b583b30898afd3415b2cc1]

        i#111956: MinGW port fix: dependency to shared library

2010-05-31  Vladimir Glazunov  <vg@openoffice.org>  [e3d773e8b7b3f0dec89c9c6e8b4a563a54b37818]

        #i10000# prechecks temporaly disabled.

2010-05-31  tono  <tono@openoffice.org>  [d1d09abe2763b4dffe63db568cc1472505f057d5]

        i#111382: Mingw port for hunspell 1.2.9

2010-05-31  Ingrid Halama  <iha@openoffice.org>  [dbafc22792c13d5f909447d84525a9d923430266]

        chart47: #i87138# enable test again

2010-05-31  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [95bd2079a501ba3083e150b2d42afe07bed31883]

        solve ambiguity between ::Color and com::sun::star::util::Color

2010-05-31  Ingrid Halama  <iha@openoffice.org>  [51b841bd25d0a3f0a5a9008542a3290090766492]

        chart47: #i83867# enable test again

2010-05-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [ddf4754917cfb46d4b8f39fb7d7391358c19176b]

        hb33patches1: merged DEV300_m79

2010-05-31  Ingrid Halama  <iha@openoffice.org>  [7844f1e00cc847d08783f5eb2089d597fa87ddc8]

        chart47: #i83866# reset to 2D to speed up following tests

2010-05-31  Ruediger Timm  <rt@openoffice.org>  [b3bc08b35784e0cca59b31d2fc47205741c76dd4]

        masterfix #i10000#: Correct module depency line in testgraphical/prj/build.lst

2010-05-31  Vladimir Glazunov  <vg@openoffice.org>  [0770b2664645eca8a6669bb134ab9a59349ff0b6]

        #i10000# new configure

2010-05-31  Caolán McNamara  <cmc@openoffice.org>  [8d02df85320dc6e8d91672cb1ce20262ba8ca6f3]

        cmcfixes74: wae fixes

2010-05-31  Christian Lippka  <christian.lippka@sun.com>  [f425cc4944368dbd9449cdcc164035ba8707e46c]

        #i111928# do not crash when there are fields in an annotation

2010-05-31  Christian Lippka  <christian.lippka@sun.com>  [73637454a30efca9e4f515da64975037def535fd]

        #i111928# do not crash when there are fields in an annotation

2010-05-31  Carsten Driesner  <cd@openoffice.org>  [720cb002b90767f097bed1ee63f61337632b731d]

        fwk143: #i111516# Support language argument and configuration item for dictionary repository URL.

2010-05-31  Carsten Driesner  <cd@openoffice.org>  [c5cdb7b2a6fa052a64ee5a2aa1c2cc1d3ea1727d]

        fwk143: #i111516# Support language argument and configuration item for dictionary repository URL.

2010-05-31  Vladimir Glazunov  <vg@openoffice.org>  [3d8c426a8b699a1e5a63942adbcfcbffb9a84d46]

        #i10000# added missing headers

2010-05-31  Vladimir Glazunov  <vg@openoffice.org>  [53017497738e9edd88b480cfaf31a11d1701835d]

        #i10000# fix for WAE

2010-05-31  hb  <hbrinkm@openoffice.org>  [20e0ef59cf0a3b44b6c665f035ead0f0ba43484d]

        hb33issues01: building errors in sw

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7784ef3e8af06017f6fb4522e4e6fe9bf2ae2931]

        vitomation01: Local merge with DEV300_79

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a60b65b5ab97a7aa3ffb39da7ae2a90b5841575a]

        vitomation01: #i109696 - Edit mode, another attempt - more waiting

2010-05-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b078cc62e4e07c0259d54ff0cd3236fa3182d377]

        unoawt: for ill-behaved clients which do not provide a page, have an empty page as fallback

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2fda30de1943c16b7c718dcec743b8bd7124c122]

        vitomation01: #i109696 - Edit mode, another attempt with much simplified approach without verification.

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7e7c82531b1c2e3e78625b1f5a612501d383c14b]

        vitomation01: #i109696 - Edit mode, another attempt, again

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b6dfd268bd21465ba9451be680b913c6d7bd731e]

        vitomation01: #i109696 - Edit mode, another attempt, again

2010-05-31  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f6e68f43dc3ec9fc1a335058c74f0144f3421a8d]

        vitomation01: #i109696 - Edit mode, another attempt

2010-05-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c51ca5f0dce8d4f294ab388b49bc5117aa10aa92]

        vitomation01: local merge from remote repo

2010-05-30  Caolán McNamara  <cmc@openoffice.org>  [268f8a159d41b3a0bbbed8dbd2ca628f8a20ebc4]

        cmcfixes74: wae fixes

2010-05-29  Vladimir Glazunov  <vg@openoffice.org>  [a571d1e991e400ed3ae5346a1bc2ef43ab23f215]

        #i100000# fix for Warning-Error on Windows-BuildBot

2010-05-28  Ingrid Halama  <iha@openoffice.org>  [07ba9e0ea0bc6c1f40051d36474023c6a76b4b95]

        chart47: #i86555# cleanup UNO API tests

2010-05-28  Ingrid Halama  <iha@openoffice.org>  [019789ace933903c0fcb55f93a8c2c2e37196798]

        chart47: #i83857##i83706##i83831##i83866##i87138##i87295# cleanup UNO API tests

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37d4903cb32a8d653b2f9c7bfb1bd05abac54ff8]

        vitomation01: #i109562 - Disabled test (#i111914)

2010-05-28  Joachim Lingner  <jl@openoffice.org>  [f50ef850eb572a2c3baa9545d7e6882576a86ee7]

        jl152 #i77196# new update behavior for extensions

2010-05-28  Joachim Lingner  <jl@openoffice.org>  [776d5631f5089f94cbe87b6f869f7887aeff2092]

        jl152 #i77196# new update behavior for extensions

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4f6da956c1f0328d20a4067edf7b075944273ac7]

        vitomation01: #i109562 - Disabled every single HangulHanya conversion test as most of them are broken and - in many cases - need a rewrite

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [1ab26b208e07f2348ccf55d12de9648b8c6594a2]

        dr76: build error after rebase

2010-05-28  Release Engineering  <releng@openoffice.org>  [f0b743ad4d0c6069eac3d109900f2eb39e30524e]

        DEV300

2010-05-28  Ingrid Halama  <iha@openoffice.org>  [5347bfcf72ac68be94b565f760210463308a0cb4]

        chart47: #i79087# prevent deadlock + prevent null pointer access

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [13dd3059eefc5ed7f1ac883b9b060af28866e8e3]

        vitomation01: #i109562 - Fix broken loop

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f6b1677eb2b26715ce630b9fc3988e2fcfa49350]

        vitomation01: #i109562 - Added issue #i111909 for failing to access rename menuitem in context menu, reformatted files to coding standards (Partially)

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [46f5a99b44be10e159535c6527e156657444d535]

        vitomation01: #i109562 - Add one slot

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b7969b1624ddce173bea3dac13586fa6f7459a7a]

        vitomation01: #i109562 - fCloseNavigator, implementation No 11234372 replaced

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1be0571ba7221a0c736eb9ba501ce2c90454519c]

        vitomation01: #i109562 - Removed delays, added basic errorhandling where it appeared to be useful

2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d8f2ac47d5103568d13366ec5ef82477ce659a7]

        unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window

2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ccc9774139e48f266e40c99f7243f03f4a728517]

        unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window

2010-05-28  Ingo Schmidt  <is@openoffice.org>  [1e7e9bea33a3f39b54a715be36a1a14ac680a333]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1083d6f221b566032b6e8b48fc203a96dcea0b34]

        vitomation01: #i109562 - Excluded tCheckDialog due to issue #i111908

2010-05-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ac8931355088e3d5c811309342f6af999da92cd8]

        vcl111: #i108490# fix handling of greyscale jpeg images in PDF export

2010-05-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8f5ff4a4cbe7d33417a7b884e1c3093168738581]

        vcl111: #i108490# fix handling of greyscale jpeg images in PDF export

2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [024b04532d81f4e9c18e12d7dba418214cac969f]

        unoawt: fixed assertion

2010-05-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0fe86b35c9baec1abd1fb4fb9f634de5f06b38e6]

        unoawt: WINDOW_*BOX also do not require a parent window, so allow creating them without parent

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6884585ee6ba0b5ea9e66c08059071484cc167e0]

        vitomation01: #i109562 - Uppercasing gApplication is not required anymore

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [046f410a9903eb3ee0352ed7c22c2cb5976ddf74]

        vitomation01: #i109562 - reformat files according to coding guidelines

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9fd8fe8b757ea3a03e28f9837acbe4eaada895cf]

        vitomation01: #i109562 - replace wDocSetContext() with hSetDocumentContext()

2010-05-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [a1ab4b6a1835a9ef0e5f7ddbf970114f39e6f533]

        hb33issues01: merged DEV300_m79

2010-05-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [6cee0071a043e3069e8d39118055dd71863eab41]

        hb33issues01: merged DEV300_m79

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8a39269bf0f82c76e5fc09d5b491dd545a06f0df]

        vitomation01: #i109562 - formcontrols.inc - disable autoexecuted mouse movements

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fdc9d546c4f500a0ec42fd6ae041bd344535a27f]

        vitomation01: #i109562 - sMakeReadonlyDocumentEditable - make it talk a little.

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [14388d5f09bd098ff01282977319c95e71c8c97e]

        vitomation01: #i109562 - sMakeReadonlyDocumentEditable - do not warn if document is already in edit mode.

2010-05-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [9b7ae595a34718cf259a604791c96a636e0e29fd]

        #b6951450#
        
        WW8TableInfo: Store information that text node is first in
         a table.
        OutputTextNode: Output page break before on first paragraph in table,
         if table has page break before.
2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [52db02d9dd03f8f89d5f50e92fcd4fc7ecd0580b]

        vitomation01: #i109562 - sMakeEdibleDocument - erh - sMakeReadonlyDocumentEditable reworked, back to old simple style as the newly attempted fixes by HDE and me simply do not work.

2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [196b2a884a7843095bffaebe5ad1197e569db11d]

        l10ntooling17: #i100845# add support for java properties. help() fixed

2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f53bc41b0a0a19a017d13d31d39cfe8db914f606]

        l10ntooling17: #i100845# add support for java properties. help() fixed

2010-05-28  Ruediger Timm  <rt@openoffice.org>  [d1eb29afd59b523734e9bc95c2994ee5201d8124]

        Merge CWS rt38 to DEV300 m79

2010-05-28  Ruediger Timm  <rt@openoffice.org>  [2d6e4637c6d5523f066275b348c551dc041d415e]

        Merge CWS rt38 to DEV300 m79

2010-05-28  Ruediger Timm  <rt@openoffice.org>  [f1e3d094b368a83cd834d5ca1fedbb1d5270146c]

        Merge CWS rt38 to DEV300 m79

2010-05-28  Ruediger Timm  <rt@openoffice.org>  [a60695657bf46771515cd7b6a3635bd600657a05]

        Merge CWS rt38 to DEV300 m79

2010-05-28  Ivo Hinkelmann  <ihi@openoffice.org>  [126d4b4f8dde5f4f7588a9c49043f9c90fe86ebb]

        l10ntooling17: #i100845# add support for java properties

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [40bf89d734030fbd1db5930da9dc0a035a592c09]

        vitomation01: #i109562 - Double quote fixed

2010-05-28  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9f218bc0e0deb2d368bdbdddea13cc70a02b24a8]

        CWS gnumake2: reverting accidental modification in sw

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [20ba9e3f3baba67a201356591d1db98c034a495e]

        vitomation01: #i109562 - Code cleanup, fixed countless bogus functions, moved stuff to global, make tests use global functions where local copies existed.

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f0268ed20f3d195909b64b7801f843d1e6bb838c]

        vitomation01: #i109562 - Added function hGetUsedFilter() - it retrieves the default filter for the current document from the FileSave dialog. This function was replicated multiple times across testautomation.

2010-05-28  Ingrid Halama  <iha@openoffice.org>  [d6616fb95ac01bd8767935ac7a5adcb489666936]

        chart47: #i79087# prevent deadlock + reduce vector to single diagram

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7a25023879e295335dca367a84caedff9ea1dc6f]

        vitomation01: #i109562 - Replaced most functions with simpler ones, eliminated unnecessary sleeps etc.

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fd646b13f761ba28a16d281adf4bb650530a0a89]

        vitomation01: #i109562 - Replaced all complex mouse operation support functions with much simpler generic ones

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2d73e69028b791f21362d015bc26ae1ca33dc3a3]

        vitomation01: #i109562 - Just a little better printlog for hUseAsyncSlot()

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c35ab87b52c52c50a68f46b94f6b6a08a11cbfe0]

        vitomation01: #i109562 - More code refactoring in export_graphic.inc. A sthe function worked with invalid returnvalues from dysfunctional helper functions i had to replace quite some code.

2010-05-28  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1c0df7cfa68939dafd0bb7c874f1b7329544de56]

        CWS gnumake2: merging minibranches

2010-05-28  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8b8162e0b885268bfa25d22a11a9051d02ef3369]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0d34f2aab05ad2123b82f280fa61e2dcddb76273]

        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  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [60e3effa3b220004900c91d04eca8010c7988c21]

        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  Ingo Schmidt  <is@openoffice.org>  [3496d8389e25cd75f98d4a5359d1405b323f2325]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-05-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9ee0a84a5958efb0d454c765b97faf03c3a907ab]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-05-28  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [f9efcb878a31f1f8f9ee3550216879966a872e55]

        dba33f: fix some coding errors

2010-05-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b8076ccb49b2fa9730230490b4c34d15878a8ad7]

        dba33f: #i111900# fix between

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [df5a9f576497881fa4da4a9b0b05743bf2246804]

        dr76: update to DEV300_m79

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [6baecedb9861623a1a2442d56fda6c9a6d3d78a2]

        dr76: update to DEV300_m79

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [00530a999c1120f31624b1fdc4426e8d189924fd]

        dr76: update to DEV300_m79

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [f7c30550d7a57c35683b246aaa0c93b90415f4be]

        dr76: update to DEV300_m79

2010-05-28  Daniel Rentz  <dr@openoffice.org>  [5adcd26c159f796c574ed09ae92afe770f45a655]

        dr76: update to DEV300_m79

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f6163e652509fe9d20915665fedd4a88bedf15e5]

        vitomation01: #i109696 - function fIsDocumentWriteable() and fMakeDocumentWriteable() had stupid printlogs with many typos, fixed.

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c2cb0325dd136c2099b8c9c1ab33f4eb8fe8d079]

        vitomation01: #i109696 - function fgetsizexy() does not set its returnvalue but modifies a function parameter instead. There is no checking whatsoever that the Position And Size dialog is really closed and then there were some more problems. Fully refactored

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [cb00a572b32b16b0a7fcc5e4a81abb01bbfe7d9a]

        CWS-TOOLING: integrate CWS hb33tablebylayout

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b76d17246aa07d656d619954caff282e0b112180]

        vitomation01: #i109696 - IsNamedDocLoaded now no longer takes the optional second parameter for verbosity. Set GVERBOSE = TRUE before calling the function

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [7d8368ed9a2bb958fdd367ac2a6719cd14e16e8f]

        CWS-TOOLING: integrate CWS gfxcmp02

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [a24ed4a9d146127a698669b23635ba565c0f2e2f]

        CWS-TOOLING: integrate CWS calc53

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [97dd4d4920c168f369536cb92add83bc54f54c95]

        CWS-TOOLING: integrate CWS calc53

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [0ad8c011c745aa24244ffb459fe44f9115d4eb15]

        CWS-TOOLING: integrate CWS calc53

2010-05-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37c43985147e370c1a3c0a0434767caf37f6b09c]

        vitomation01: #i109696 - IsNamedDocLoaded also exists in t_files.inc (global, required include) so i removed it from here

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [d21adcdca61a7c54b3bf1584d80746dc0d2d1fc0]

        CWS-TOOLING: integrate CWS fwk142

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [026c7e4aa36974f7ce0efeec70011bf745fab4a2]

        CWS-TOOLING: integrate CWS ooxml10

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [8c29919ec8428c9cbb2a1c8a7dad4dfcd232af5c]

        CWS-TOOLING: integrate CWS xmlsec1_2_14

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [52367d797ab764e7f83e1e8e3e6da901469505cb]

        CWS-TOOLING: integrate CWS xmlsec1_2_14

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [3129e2dbd86f426bb65257847dcd21307da9c5c9]

        CWS-TOOLING: integrate CWS koheiautodecimal

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [dd508f5004b7a26b085e6f6f51c8f4b4bc16c75c]

        CWS-TOOLING: integrate CWS koheiautodecimal

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [314ac1b55ff305fb9552a18f4756fcdb9d2b5fdb]

        CWS-TOOLING: integrate CWS koheiautodecimal

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [7e13001ff92445685b2568a313cc104f7142f896]

        CWS-TOOLING: integrate CWS koheiautodecimal

2010-05-27  Thorsten Bosbach  <tbo@OpenOffice.org>  [39e61a783672e41ac76ba6141978c6ba98248add]

        #i111883 crash on .uncheck

2010-05-27  Ingrid Halama  <iha@openoffice.org>  [f4fcb73d73ae90be1464cbdf2af879574659c3d9]

        chart47: #i79087# prevent deadlock while changing scale vie API

2010-05-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5afb6daf09274f33457198cfd4d3448f0bfc05bb]

        vcl112: #b6951113# be robust wrt slighly standard deviating PPD files

2010-05-27  Carsten Driesner  <cd@openoffice.org>  [97e96b230c86d10cb31793d3737c7d1d97041dfb]

        uimigration01: #i101513# Migration of user settings necessary

2010-05-27  Thorsten Bosbach  <tbo@OpenOffice.org>  [da1dd3a4f1f4fff933b47179cbe615958a0cdb07]

        #i111881 new testtool script fixes

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [927bea431a8a8d31e79bb21d9135d9070639f70b]

        aw081: rebased to m79

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [cbf0f1e20af12690220bca53a7303a46a3f97818]

        aw081: rebased to m79

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b9eab08ec09621055a7366ef938b2c68cf2d0a97]

        aw081: rebased to m79

2010-05-27  Oliver-Rainer Wittmann  <od@openoffice.org>  [85df13fa783ecb5de7f9e688cdabcebd9d91e447]

        sw33bf04: #i111172# method <SwWrtShell::NumOrBulletOn(..)> - further adjustment of handling existing indent when current text node is already in a list.

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b30b73cc05a24c51187c36c17bfa07d10ab57245]

        vitomation01: #i109696 - export_graphic.inc calls a lot of very dubious functions. Cleanup

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [5c92fa80fcce16bb9dd0da89f9f5eafed3cb97b5]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [aa2d6f3360a16f9066e8b83ddcd69e62996a6f53]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [2424f73193fe76d35822c78d897cb260721a9757]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [5c40015cde351ed33cdb4364607b1d6c1c3f20ae]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Ingo Schmidt  <is@openoffice.org>  [a76e94f5f77b03807a01635d9d95eb0fb31fc934]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-05-27  Ivo Hinkelmann  <ihi@openoffice.org>  [03772c9d2d0261426fe455fcd191677579131d0c]

        l10ntooling18: fixed some windows build issues

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [a8a0a0c5913444123b060c64da0e2b9c6832264e]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [8b64998aaa81b43b998bed9c9995a511fc6283af]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [43b39bb2e8a0fcb16d474b9818d545b4e509e59a]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [058db7eda300e416966b00a06fb062bb6f59242d]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [b1e8435606100f3c09df4ba2963a5c5b8c78efba]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0d87c6e40ae6ee678c9dfa38fa520fc0a21e0652]

        vitomation01: #i109696 - Full refactoring of export_graphic.inc. The test case sported code duplication on epic scale as well as very long sleep() statements which should not be required if coded correctly (i hope)

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a0bbd5760e414e612edd4497479bbf861c9bf1b9]

        vitomation01: #i109696 - t_files.inc: Added functions hFileReOpen() and hFileDelete(), the latter being a wrapper for hDeleteFile() which does not follow the naming scheme.

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [1ec95f6dc406b4d6f432a8491dbc3fd04c2de58a]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [c0ddc5fe38fe546952b127c592f0cf0b15c90a9f]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [26e3759b7ccaf51aaeab955bbddb6a80c934be5d]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [0fe97f40ea64964b66f863ba598093045305cd01]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [94098547cb48684e2fddd4f13b617fb57ef52683]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [e7a16859aec4381fd02b1f7b157c7c5f57ac185b]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  ka  <kai.ahrens@sun.com>  [8e8dc2dd9984077554bc18875ffa175a47ca8ab2]

        impressbi01: rebased to DEV300_m79

2010-05-27  ka  <kai.ahrens@sun.com>  [13a131cfc6343d2f5693f3c3e9485cfe9e48f8ad]

        impressbi01: rebased to DEV300_m79

2010-05-27  ka  <kai.ahrens@sun.com>  [1e2630a2fb02dfa170c512eb9ce3ef6766d9ed00]

        impressbi01: rebased to DEV300_m79

2010-05-27  ka  <kai.ahrens@sun.com>  [0480cbd6a81487fd5c7f4322f9359dfdb313c4b1]

        impressbi01: rebased to DEV300_m79

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [65007b34e4b936be783a6a697ecab726a7f6ebdf]

        CWS-TOOLING: integrate CWS kso44

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [625015106bca562b0120cdf6aedf96cb4cf60b59]

        #i111846# added drawing BackgroundFill for hatch when not AAed

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [bbb275dbbdb179e02773e9cdc9d360f929c6548a]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [1f8634c5cf33704c33cdf8af7d6ec2e927f8bb71]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [7a5eaaa09a2d664db1590584ff982db59f8600c0]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [34b6b6d0a7021bd27167530d27a9a8ebd45004c5]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [961fbe7dd0e11749e622a3d710ac3d7575b4a292]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [fa373aa0dd778fdca5e00a53dc46078556bc0920]

        cws tl79: merge with DEV300_m79

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [54328f87c1f3c229833bd0b9a0d4852d1ff5e7ea]

        cws tl79: merge with DEV300_m79

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0081ba080f3b58bc5378df8c74b4bf62fa4bfada]

        vitomation01: #i109696 - export_graphic.inc reformatted according to coding guidelines

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d1adc7ef1473b62ee5d6f7c0848c756d2afc14a1]

        vitomation01: #i109696 - i_us_presentation.inc: Gnarf

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [df10d9b0c969ac623172ad3ae838c313b1a5352a]

        vitomation01: #i109696 - i_us_presentation.inc: More tries

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f02b283bb7a6264f33cbfc106ff8f93a19ad4d6f]

        #i111715# corrected numerical cases for polygon clipper and geometry creator

2010-05-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [003e2a179cad743b26a4c5ca5636b1c783370631]

        #i111715# corrected numerical cases for polygon clipper and geometry creator

2010-05-27  ka  <kai.ahrens@sun.com>  [bd462caa0e649fe6f2f78983ae23d398f4b5c700]

        impressbi01: merged DEV300_m77

2010-05-27  ka  <kai.ahrens@sun.com>  [413cf99416a3b44959c0099c04bdab3c6cb4d6e2]

        impressbi01: merged DEV300_m77

2010-05-27  ka  <kai.ahrens@sun.com>  [8252b7dba744ac0cde8703ab17909c4a8c333ca3]

        impressbi01: merged DEV300_m77

2010-05-27  ka  <kai.ahrens@sun.com>  [061369edf21348a62a8f1bbad7b5bcfcf30a6e3f]

        impressbi01: merged DEV300_m77

2010-05-27  Thomas Lange [tl]  <tl@openoffice.org>  [31319bc6b2191cc95fac058347578e3ad54a95bb]

        cws tl80: #i111753# fixed Calc spezific spell check problem introduced by fix for #i110341

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [283d0db98c260d588012a20a4abafeac9ed2834b]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [62eb4f84a6a6e1aba5bd2ecd748186667180ba55]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6095ce00b8a6078dafd3b4f91bb83fa52056b1d3]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1f1dc05c90c7782065d0d171ab377a92d5b16d92]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [303a4f871fb88a21a2ad90fddae66f857582cd79]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a5c86ac95ebcf141b4d990c63f8ebc13262bc80f]

        Update from master repository (DEV300_m79).

2010-05-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [575f8c3b69b481d885999d9ef9d75dea95bcee4b]

        Update from master repository (DEV300_m79).

2010-05-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [4edbc52ee91b396f667bf2eaaf8ad48ebb3d199d]

        hb33issues01: #b6951450# export table spacing

2010-05-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [cbba191cf0fff148935f24d111cb124bd5a5328b]

        hb33issues01: #b6951450# export table spacing

2010-05-27  Wu Yan  <wuy@openoffice.org>  [5d08b0417da503650e5cf2f301cf579cc84452fe]

        findbar01: #i111848#, #i111852# change title of findbar and show/hide the findbar according to specification

2010-05-27  Wu Yan  <wuy@openoffice.org>  [0d5519866f35d6c245948d2569551fe3ea6a7ba5]

        findbar01: #i111848#, #i111852# change title of findbar and show/hide the findbar according to specification

2010-05-27  Wu Yan  <wuy@openoffice.org>  [b2ab0cefca95f2c05bfd9e081d9e5d383de19bed]

        findbar01: #i111848#, #i111852# change title of findbar and show/hide the findbar according to specification

2010-05-27  Wu Yan  <wuy@openoffice.org>  [334c5ca8931eac3d0cff8e1611dccb8a90771eb2]

        findbar01: #i111848#, #i111852# change title of findbar and show/hide the findbar according to specification

2010-05-27  Wu Yan  <wuy@openoffice.org>  [01c4626a910ec3b664abea6854ae656701a93e28]

        findbar01: #i111840# set focus back to document when <Esc> key is used in findbar text field

2010-05-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [21c5ff4247dfb884280b27186e98e89d17a41394]

        vitomation01: #i109696 - i_us_presentation.inc: Try to make the presentation compelte successfully in test number 6

2010-05-27  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7e53e4596a9460fb3d4750f6cf51f8d9f03e2544]

        dba33f: #i107654# like corrected

2010-05-27  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e8b60987500abf6a5a5c905853800e9dd77c3d72]

        dba33f: #i107654# like corrected

2010-05-26  Niklas Nebel  <nn@openoffice.org>  [e8ffcde87c93f8ed76424799d4f514e3051f67fa]

        calc54: merge with DEV300_m79

2010-05-26  Niklas Nebel  <nn@openoffice.org>  [6b758c65f7b74edb3145f7de28630419878dd4ef]

        calc54: merge with DEV300_m79

2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [c0df6fa7c33026ad716235ba40caf22595d494bf]

        #i111822 macos X masking

2010-05-26  Kohei Yoshida  <kyoshida@novell.com>  [eea0a1137311d80b814e16d7a10a558f014211ef]

        rebased to DEV300_m78

2010-05-26  Kohei Yoshida  <kyoshida@novell.com>  [607f71627a87a0f4bb25486c8b6d067d5eedbeee]

        rebased to DEV300_m78

2010-05-26  Kohei Yoshida  <kyoshida@novell.com>  [e456718e013f90ad4f3b722f732a6c5942f09f83]

        rebased to DEV300_m78

2010-05-26  Kohei Yoshida  <kyoshida@novell.com>  [1667b2d75bf0d5df53d1120c3846eeaaa122acdd]

        rebased to DEV300_m78

2010-05-26  Niklas Nebel  <nn@openoffice.org>  [c508a49bd3c171a0203f85bb5270b02fd6a920b7]

        calc54: #i111857# don't always create empty mpTableData for external service in BuildAllDimensionMembers

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ce21fb11908c46659585606626e7c86e89a50e9f]

        l10ntooling17: merge

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [834f4bd699643b9297a14cbc1eb1ef65dbdf0862]

        l10ntooling17: merge

2010-05-26  Vladimir Glazunov  <vg@openoffice.org>  [336bc45f08a1780316c34209056307e712809671]

        vgbugs10: #i109602# removed unexpected sideeffect

2010-05-26  Ingrid Halama  <iha@openoffice.org>  [dbabefbcf1457f88d58c205c1da1630671ba9efd]

        chart47: #i86555# prevent deadlock while changing title vie API

2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [c2c3360d514c9c2b00f97b8c2c15d2114f5e2a67]

        strange new files

2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [ab9ef20ecba8d507bfcd76e7cc35a4a84bda1c60]

        #i111851 macos X masking

2010-05-26  Thorsten Bosbach  <tbo@OpenOffice.org>  [497ecdcb53b21c41382e4873926d5f41f252e4be]

        #i111851 macos X masking

2010-05-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d0fdd4f0c77bd5fdccb7f7eb1d49dba4e5d1657a]

        vcl112: #i111824# fix detached monitors case for more than two monitors (thanks thb !)

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0d148d90842ea79d5a7e1b53937574af7f729d05]

        l10ntooling18: merge

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0f25ca6953033d641eab32ffe3a3dffea585cb57]

        l10ntooling18: merge

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8c89511bbe18c94cd9b04d18d147f1ecc4be6bf1]

        l10ntooling18: merge

2010-05-26  Ivo Hinkelmann  <ihi@openoffice.org>  [96b7ff52782fca54d8043875f3927885419c1184]

        l10ntooling18: merge

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [ba856bbd9981bf72f5729b1ee36bc71f3a54eb6a]

        fwk139: #i40233# integrate the patch

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [8134108d479d5671577a4680c4f912fd8fbdc5e3]

        fwk139: #i101937# integrate patch

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [d4837c2805f73af95e5234ad4bb2546f9501d910]

        fwk139: #i111034# integrate patch

2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [707ee405a682b71a07c31e95c7c564552c272927]

        merging

2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [394385ef1745762e14445519557e2c2d59614273]

        merging

2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [1663bdaf45e1558d2801e6bc1fdf9d090abc7078]

        merging

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [bebcbf216cb56321fc54c01a6c0ef38a583081a4]

        vitomation01: #i109696 - The test (i_us_presentation.bas) had problems accessing one control. Refactored large parts of the code to avoid random test interruptions but used aggressive timings, might need further adjusting

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [fe90e521ed48a0b697f94f383340498e550fe6c8]

        fwk139: #i101937# integrate patch

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [27ed1825a087bedfb0e1f117a7bfc2a2f405333a]

        fwk139: #i101937# integrate patch

2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [0713976e5581b5269aa9d766c1b9cc6c27342f58]

        #i111538# fix high contrast rendering for annotations in impress

2010-05-26  Christian Lippka  <christian.lippka@sun.com>  [f383c9a98f285dbe51bcd5990aa7b3c9ba962659]

        #i111538# fix high contrast rendering for annotations in impress

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [8564babc46973efba3a2bf9675112283388afc34]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [b1971973d9b74f18d581e0c7dbdd095ff90f21ae]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [e1c7b9d3a93f3083fffd9c2cb76fd11addbd2efe]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [87f9c64c29b9b82d3cba29cf74a5e3fe3ad699ef]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [c384c8c1a8a360bea018ea2e14f7cc681d9ea415]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [10eafd40dd483a44d102e98b0d35fa6219cc3e52]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [4e0b49677ba413d05819490f979a775b9f7609ce]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [e01b78d2dfc54a0a1580c9875a7ed85098e5b19d]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [fd854789db01bc314fea598ce46929bb68ef04f8]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [85de4721f807f238a58c501c72932c6721e865dd]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [3aeb392ea0c3ee5f767111edd40846bc6d0f8e3a]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [3bade18631dfbb3eabe73f57edbc4249ebcde6e8]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [2e74808e3e8b5ef3846f0283da857b6cb1228b90]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [7828965a789f2b48071f300dd18e032f1e4a7979]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [2e11b140f8db478f3118203a96bef2b62799e803]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [6e2cdbbb6b6234553bf1410d4cd1a6f54b1b06d1]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [35b363fbbd68c1af0457000efa18d666075ce946]

        cmcfixes74: merge with DEV300 m79

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [13b8478fc7c3c3b87997f78af3b43680b728e7e5]

        fwk139: #i108330# integrate patch

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [23182295444d78babd716bad26c8ec31559e543a]

        fwk139: #i108330# integrate patch

2010-05-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [debb2c44e90a5b50187465d1c238306eabca5b7f]

        dba33g: #i111550# change name

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [d806a700d8a3145225d224f6d83295772a95bbd9]

        fwk139: #i110803# integrate patch

2010-05-26  Mikhail Voytenko  <mav@openoffice.org>  [bfafc3a17eb47e87565aaa60cb1c4ba513177ba4]

        fwk139: #i110802# integrate patch

2010-05-26  Ingo Schmidt  <is@openoffice.org>  [c8384bf5dc91ed25d30ca3582b286fb06bb794a2]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-05-26  Ingo Schmidt  <is@openoffice.org>  [1e96d7d75ab2fd674d80788d7ebd52ce97fb0d17]

        native305 #i92977# new Windows INSTALLLOCATION settings

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [565a9273cd146383a86c95b29ac9403d4e5a5837]

        cmcfixes74: #i110859 fix solaris compiler warning and disambiguate the AppendSeps

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2879645a06b4669802e745295d3245afd3d56919]

        vitomation01: #i109696 - two more slots added

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [79a8b1195cca6c4f2ece12a39bca330bdd2f618f]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [59dd3fd8a28cd92cf2bc57b42ac2e762e2786711]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [65dc6b816146734e6113df042b3057f115cb9b25]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [4a8572ee16cd0319e25faf4a5b20e855a4a82b4a]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [4a4e54d961d074f658eb5524b86b9faba11d070e]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [41aaf64521d6598f34a5601750b7777ff1147114]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [c8c98c13f7871d31053ebd7643a4eb5014ac598c]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Caolán McNamara  <cmc@openoffice.org>  [5a13b18d8aacaab7d7500dec164e16b18e2399af]

        cmcfixes75: merge with DEV300 m79

2010-05-26  Vladimir Glazunov  <vg@openoffice.org>  [a67693196fa1efba50bcebf2019e2d3e256870a2]

        #i111239# put html page in the log directory

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [54769eeee230ea85545e7863a38f383c18185074]

        vitomation01: #i109696 - g_tables.inc: Use Wait( 1000 )

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [be4dce34a76262b5ca28cf8048466f7931116f23]

        findbar01: Merge changes from m78

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ee09a815bea068e8b8cbefbf9786bae1c18875c8]

        vitomation01: #i109696 - g_tables.inc: removed unnecessary ucase( gApplication ) statements. gApplication is uppercase, always. Added warnlog for dialogs that refuse to open. Handled test abort when asian support is enabled (Control <Font> does not exist then).

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [8e00524fd2505b73190affc9b12ef21c0fd774b7]

        findbar01: Merge changes from m78

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [c8e26c03b70b9542827b939cbd9b5f3a5da987bf]

        findbar01: Merge changes from m78

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [786aad26cd41455a4568d114651c188234272a10]

        findbar01: Merge changes from m78

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [890429abf530c9a10c06b32a89c0b183471c0153]

        findbar01: Merge changes from m78

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [dd3ba17dd251b3c277f5afac56f6073b406ff690]

        findbar01: Merge changes from m78

2010-05-26  Carsten Driesner  <cd@openoffice.org>  [9bdff304f81a9af0b9a00dbd9095e2d636b813d8]

        findbar01: Merge changes from m78

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cccbb7582d6ae211991e72e364ae1d64b7480d90]

        vitomation01: #i109696 - g_stylist.inc: Try to workaround a few timing issues.

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [439c80ff5b0d7527c8e165a656a8a0b86c0675ef]

        vitomation01: #i109696 - modified i_slidecopy.inc in such a way that it can print a warning instead of an error when the menu-id 27027 (name...) is not available in the context menu of a connector.

2010-05-26  Wu Yan  <wuy@openoffice.org>  [05bdbbef9645cee3636754a2424abb34aed835db]

        findbar01: #111826#, #111827# and make some optimizations for the code

2010-05-26  Ingrid Halama  <iha@openoffice.org>  [7ac5261f789e58e489652ed988319568185b681b]

        chart47: #i79087# reduce assertions 'Trying to set a read-only property'

2010-05-26  Wu Yan  <wuy@openoffice.org>  [3b7fbe601de8cf26b7765d4b920a861d571f1e16]

        findbar01: #111826#, #111827# and make some optimizations for the code

2010-05-26  Wu Yan  <wuy@openoffice.org>  [11586ca1f1cf6bb472b70fb9d3171bc451d6a3a1]

        findbar01: #111823# change QuickFind shortcut to Ctrl-Alt-F

2010-05-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [16d2852d25a1c2c90ac5a2f90f7753564b082afc]

        vcl112: #i111819# resolve aliases

2010-05-26  Ingrid Halama  <iha@openoffice.org>  [5cbe50652eaa9fb8279d9b1cf90255ff7b1a037b]

        chart47: #i83868# correct test and assertion for property 'SymbolBitmapURL'

2010-05-26  Ingrid Halama  <iha@openoffice.org>  [f46cc6b4b7fdee1fe9fa86c94c62721c8c7f0305]

        chart47: #i83868# correct test and assertion for property 'SymbolBitmapURL'

2010-05-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [0a6646f94e703217f099a763ac5ecfa0b9aaec5e]

        sw33bf04: merge with DEV300_m78

2010-05-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [bc51c50bfca6393e37993592a07f6414fda14163]

        sw33bf04: merge with DEV300_m78

2010-05-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [bb1084c94563c569d5730941fc103c075f2f71f6]

        sw33bf04: merge with DEV300_m78

2010-05-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [fb3588ba348bf3492271063ac8db523715ab4d96]

        sw33bf04: merge with DEV300_m78

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0e6d537f7e83f53175d8ca44c558d2afb59e07da]

        vitomation01: #i109696 - Fix missing gApplication setting

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ce1d81b4b7ddc0b2c1e15e5341bcef925fadac93]

        vitomation01: #i109696 - Fix more kontext stuff

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7824f82197a872d0306fb6840039634d5fd90961]

        vitomation01: #i109696 - w_gridlayout enhanced

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3b3108912c0e32d10611d6d3a84a5ba94c78c933]

        vitomation01: #i109696 - CJK featureswitch had incorrect reference numbers, lots of inverted logic (which was greatly simplified by providing a minimalistic helper function).

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8c83c6b4385c94d2af6284dda542cee411316106]

        vitomation01: #i109696 - The test tries to close a tabpage twice, fixed.

2010-05-26  Thomas Lange [tl]  <tl@openoffice.org>  [6b4917460417793350ed406aa0742ec31ef6ca3c]

        cws tl79: warning-free code

2010-05-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [65ff7b9bca679a9dbccb8395705ea54c9c61f917]

        vitomation01: #i109696 - fix kontext error

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d9050c32bd99f49518f401ad4caf055014cd2961]

        vitomation01: #i109696 - fix warnlogs caused by untraceable rendering activity when selecting page number in navigator (Document is re-rendered which takes time and cannot be covered by WaitSlot())

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [99a233ca861a868b82751f985b3276dbf01b5c61]

        vitomation01: #i109696 - fix various breakages caused by refactoring

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [63f249db02285f7b56b40ea57c5d426458952941]

        vitomation01: #i109696 - fix broken filename

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [82c757739cca1be2395ba807fe9eff470a09f223]

        vitomation01: #i109696 - fix typo

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6bfb3c970edacf5230a0bf324204820ef474954f]

        vitomation01: #i109696 - Dramatically simplified test case, provided long missing function to select item in a list by name (which would work using the treelist function as well but looks rather awkward when called from within a test case - it is just the wrong control.

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [71776505ceef5878a06318e8f5e8bb159263a567]

        vitomation01: #i109696 - Misc fixes + enhancements, new function

2010-05-25  Ruediger Timm  <rt@openoffice.org>  [b1e4920d78abdc470c496c1fd0c5abb2a398f28d]

        masterfix #i10000#, #i111360#: checkdeliver.pl's check for srcroot breaks on windows if srcroot points to a volume root dir (C:) because that is not a valid directory. The whole source directory detection should be reworked, for now just disable the check.

2010-05-25  Ingo Schmidt  <is@openoffice.org>  [d0520c036f295a90d1877e285998a02d514f856a]

        native307 #i111766# new mac background image for non oracle builds

2010-05-25  Ingo Schmidt  <is@openoffice.org>  [a5615ec774237f64afbdbc7f87962ad7b2a09fae]

        native307 #i111766# new mac background image for non oracle builds

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [fe0f05bd34f3c05179720087c874acb8b1a0321b]

        CWS-TOOLING: integrate CWS xmlsec1_2_14

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [5a797e371db41b31a3540e8a91e614e97c40aa10]

        CWS-TOOLING: integrate CWS native304

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [6d7096776af5f158cdc8f1ee0a1372ff746dcc94]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [50bfcdd1309fd0212fbcd1bce4e559429dccd12c]

        CWS-TOOLING: integrate CWS sb120

2010-05-25  Ingo Schmidt  <is@openoffice.org>  [eb1fe20855a9ea34e4c99a680f0f0440e81e249d]

        native307 #i111766# new mac background image for non oracle builds

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [5efa0aa501e81d76b974dcabee3376fbdf5bbc04]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [0d7df1fe0b10b3fd3415ed58403c21535f658555]

        CWS-TOOLING: integrate CWS sb120

2010-05-25  Michael Stahl  <mst@openoffice.org>  [135fceba66df52704efc8dd3b458fa338ce3e0e0]

        sw33bf04: #i111727#: SwDoc::DeleteRange should adjust cursors (via PaMCorrAbs)

2010-05-25  Michael Stahl  <mst@openoffice.org>  [2aaba84b23c9b23a78a5ec813b5d4a4584f59318]

        sw33bf04: #i111677#: prevent number string expansion in clipboard:  SwTxtNode: add member: number string cache.     [how to add this to SwNodeNum is not obvious, so add it to SwTxtNode.]  SwTxtNode::GetNumString(): use cached number string in clipboard.  SwTxtNode::CopyText(): cache source number string in clipboard.

2010-05-25  Michael Stahl  <mst@openoffice.org>  [96cd75686a6da042a029510c5fa36a781190905e]

        sw33bf04: #i111677#: swdtflvr.cxx: call SetClipBoard() for clipboard docs

2010-05-25  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [0a10dd5257f045a3ec7f1387c16f20d7e2b6bb48]

        #i110629# corrected usage of aRect and maBoundRect in connector shape

2010-05-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7295d72f7c3b49039bad9db00588813d27ab72df]

        vcl112: #i110881# do not set mwm hint on fullscreen window

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e0ffe123aa0ec3e555385d970dfde4534308878c]

        vitomation01: #i109696 - Misc fixes to code logic

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4e5d6754bfc3b3c9f726483be467e7c0ea59c43c]

        unoawt: set Title as TitleBase

2010-05-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [09fb9c3b0b6d634f9b9c6600bd0886a6e81fbc56]

        hb33issues01: merged DEV300_m78

2010-05-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [1c61ef0b983bb57c7ab72ca5763b0c7a0eca5d44]

        hb33issues01: merged DEV300_m78

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [09d6255e020853d1dc52fa2cf07e4cc8cf736930]

        vitomation01: #i109696 - Code compression, there exists a function to compare results, no need to do it manually

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [060e0ddf7fb98ab9ab679f6a165837319b9a1859]

        vitomation01: #i109696 - Remove invalid file

2010-05-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [78ea5e20c82ea85ae8eb37ada42a85cea84269ac]

        vitomation01: #i109562 - Update help references and add one missing

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [780bcf3625211e970d1b2c3ac610a088fdb02d5e]

        unoawt: added missing documentation of the new Wizard API

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [55ddf84a5f06e93afe9e03ccc4a97b5af280e17f]

        unoawt: set the WB_CHILDDLGCTRL bit at the tab page, this ensures proper keyboard (TAB) traveling

2010-05-25  Ingo Schmidt  <is@openoffice.org>  [d9345b2386f3aaf8d7a12b51415392adebdf6fd1]

        #i111450# fixing merge bug in openoffice.lst

2010-05-25  Caolán McNamara  <cmc@openoffice.org>  [399ce461f7286bbda68cf5a34d8ada72062cbd17]

        cmcfixes75: #i111770# fix the so.2 -> so.4 for hppa

2010-05-25  Rene Engelhard  <rene@openoffice.org>  [2d56605a7e3b79750d0d64aee5442b5de6decfd8]

        systemlibc: rename new SYSTEM_* variables to better names )SYSTEM_LIBC,HAVE_{GETOPT,READDIR_R). Unconditionally set to NO if $_os = WINNT

2010-05-25  Rene Engelhard  <rene@openoffice.org>  [1214da3e1c5fae3fd46571d5523644d00844ec35]

        systemlibc: rename new SYSTEM_* variables to better names )SYSTEM_LIBC,HAVE_{GETOPT,READDIR_R). Unconditionally set to NO if $_os = WINNT

2010-05-25  Thomas Lange [tl]  <tl@openoffice.org>  [c1a5e74fa9d1a364cd85049cf32f650e92851ee1]

        cws tl79: #i110254# security tab page in 'File/Properties'

2010-05-25  Thomas Lange [tl]  <tl@openoffice.org>  [584157c19d5cac970b305645e6a478c6a2af3bef]

        cws tl79: #i110254# security tab page in 'File/Properties'

2010-05-25  Thomas Lange [tl]  <tl@openoffice.org>  [de8796345a26ebc4607cfd0fd10b303c20b866e9]

        cws tl79: #i110254# security tab page in 'File/Properties'

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6d599d17f761fbe7be3c84e02d8b24f0978051c8]

        unoawt: onFinish does not need this parameter, it's always called with RET_OK

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c8dadc628186e05ead435f06ec76dafee693a0b]

        unoawt: onFinish does not need this parameter, it's always called with RET_OK

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [07030790f7a7fb4d16806cd1f70047717cc07129]

        unoawt: onFinish does not need this parameter, it's always called with RET_OK

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [054dcada5c1432a70d20834445a248678b3318c7]

        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>  [593efd10b43af2db28333e3601d9abf94ce53bc6]

        vcl112: #i111798# assert failed system() call (thanks cmc!)

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cb16c0615a79235f74d3675549f39a1851157a06]

        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-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c54ab539e0b8d52df758cec4cafab675ce313c7]

        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-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3f4c0ab3ae9035d3c7cb09c7258f4c8d30b4db8a]

        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-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d2b0dc2ee3de5158a1bf130e42bcfd46d997e74b]

        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-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f786d740fb0e108efbd471c8628daf3bf5f4bfe9]

        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>  [395d428defc86abfd2a936a0572c8086b3e6dbe1]

        cmcfixes75: #i111803# array out of bounds

2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [9ed2c82775ddaf0643bbf124720f132b2d104e2b]

        cmcfixes75: #i111801# bracket up precedence

2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [5186da3ad7783a49efb08064f9cf380754c3f4bd]

        cmcfixes75: #i111796# check ftruncate return value

2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [44f61dccc4b92e203427e8b488cd6ad97308b271]

        cmcfixes75: #i111795# check write return value

2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [c938b8a6908c27d74738b097d35092abc7329ef0]

        cmcfixes75: #i111792# check fread return value

2010-05-24  Caolán McNamara  <cmc@openoffice.org>  [06ab23297b84d0168d27e6dd0d9b0423117be075]

        cmcfixes75: #i111791# use hunspell api to free list

2010-05-22  Caolán McNamara  <cmc@openoffice.org>  [ac739dbe9939e6ab40548546563faba14e276f02]

        cmcfixes75: #i111771# hook nodep to --disable-dependency-tracking

2010-05-22  Caolán McNamara  <cmc@openoffice.org>  [458067db24e3cfc0ffa37419d8ed659e0fb53c47]

        cmcfixes75: #i111770# remove configure.in hacks and handle prelinked system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k

2010-05-22  Caolán McNamara  <cmc@openoffice.org>  [e46b02d99de966eaf3edb0801dd4d403d59b4cfa]

        cmcfixes75: #i111770# remove configure.in hacks and handle prelinked system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k

2010-05-21  Release Engineering  <releng@openoffice.org>  [d0317057eb7e0f10889a33961a9d6f3ff2b9828b]

        DEV300

2010-05-21  Niklas Nebel  <nn@openoffice.org>  [03e633da1c0379dbee2b18d505706c709c7a89c7]

        calc54: #i54993# when fitting pages to width or height, ignore manual breaks in that direction

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [0bc91d439a85305b7f074ee98ed5d0fdc6343559]

        dr76: #i103453# import visual area for embedded documents

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [cbedc2f760a642cfb2c19bea504fdea940edb48a]

        dr76: #i103453# import visual area for embedded documents

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [8d8f9bc029e9dec0bcc74846095661e9090a8789]

        dr76: #i103453# import visual area for embedded documents

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [f7961a7f856f7ff6d1db953756afaa1bad413943]

        dr76: #i103453# import visual area for embedded documents

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [aa9ff28ea9237d6098d59b7608f64111174a9cdd]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [0d294687b6d1111589a30edc3b41075c4ef8ca0c]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [692b763ac1adfdc7d93a41e711a08b9d5c43a726]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [8626c44b5da388deffa32d14bc36eef257868ba3]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [f9561071999b3c5c8505d648c14fff7b1bcd0caa]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [0b87eb0bffbf659b9ba38ad36a61478ae4be32d6]

        CWS-TOOLING: integrate CWS gridcontrol_03

2010-05-21  Joachim Lingner  <jl@openoffice.org>  [3d3b46bb623c859265d2b95068845b18a1b64716]

        jl152 #i77196# dp_misc::sycnRepositories cannot be switched off with bootstrap variable, because it is not necessary fro the perfomance test

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [f98601b66a4bdfea70771cac44eb8f45faf70e33]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [fc1ac6254cde85bedfff1f8f78d678d4e10cc3dd]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [8577fa6db9a7e24720cb9391f443cd0717104c7f]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [ec0dd9d149283c8dac8352c214843e1a34efc60d]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [db40b74a1b000d538e932ce3ba74956d5ce87413]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [203ec2754ae06bfcea6e3570a8413d86ca9ace17]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [3e212fc8ff1aa83dae46d8e56155d92b1d909ed4]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Kurt Zenker  <kz@openoffice.org>  [2e963b4b0c168c47c9ade62db6ccb98741af3a98]

        CWS-TOOLING: integrate CWS npower13_objectmodules

2010-05-21  Carsten Driesner  <cd@openoffice.org>  [6760ebfafbd8da1fb907211621079e96c2d11741]

        fwk139: #i110002# Remove unused code from desktop project

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9c472983f28623f48fc098ddf0fc19faf3253419]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawt

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a5bd7ab9d12517a3dacfc9201a616acad855c4cd]

        unoawt: some SolarMutex locks in the notification methods, to prevent deadlocks

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [0b1fe36065eb83978b1897f23002c5af875e2650]

        #i111450# removing warning caused by undefined DISABLE_STRIP

2010-05-21  Ingrid Halama  <iha@openoffice.org>  [a945465b157aa23f25531fa3b984541428a27fb4]

        chart47: #i83831# problems with character properties at title

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a19bf808bd6871825296c03993f5a6b49286802]

        unoawt: fixed a bug found by GCC's compiler warning

2010-05-21  Michael Stahl  <mst@openoffice.org>  [d20b81017eb53c5c19a8aed6d5f785c469f91808]

        sw33bf04: #i85766#: prevent field expansion in clipboard:  SwField: add a String member to cache the value.  SwField: wrap Expand() and Copy() methods to use/update cache.  update all callers to pass the clipboard flag to new SwField::ExpandField().

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [1d5c9d79970ed71f81217cfa7c07ffb7bd5e6627]

        #i111450# fixing syntax problem

2010-05-21  Michael Stahl  <mst@openoffice.org>  [047c38908df32c7de6634b1d5963b0df71d4e6e8]

        sw33bf04: #i58606#: ~SwExtTextInput(): do not do anything if in SwDoc dtor

2010-05-21  Michael Stahl  <mst@openoffice.org>  [67beb47e3a75703c4e64becfcd144e1343bd08e9]

        sw33bf04: #i111747#: nranges.cxx: remove superfluous wrong memset calls

2010-05-21  Joachim Lingner  <jl@openoffice.org>  [7668f1f0a853091d9e24d8dcce104e6081789a55]

        jl152 #i77196# unopkg reinstall works now

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [45a8100e42492335d5423efa2ad512c2ba1dbfca]

        unoawt: added more functionality to XWizard

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bdb2890c55676da4b4a569ff914bf1a5bd717725]

        unoawt: added more functionality to XWizard

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fe7897c9bcbd519902ca64bf5fae57e24733c907]

        merge to actual m78

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f10814687f21b81f0e46fd5037ba03c7a7211f4e]

        merge to actual m78

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [687c340604fe9c8cebfa1a8b6889298c32d71ea2]

        merge to actual m78

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e0581d8aecc78db83b978f6d1cb83f0bd2fd6692]

        merge to actual m78

2010-05-21  Oliver Craemer [oc]  <oc@openoffice.org>  [0b7a6bbb8783caac3064aa955bb3ea77942b6875]

        i111343 : [Automation] Adapt autotest because of new decimalfeature

2010-05-21  Niklas Nebel  <nn@openoffice.org>  [57ddb0e9d87cb519bc06eda7645ded43a6decc83]

        calc54: #i111754# leave out source-service password attribute as long as DataPilotSource doesn't specify the content

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0b4adf0acb50662e8bb625e9cadaf70f4e88bb33]

        vcl112: #i111735# fix a memory leak (thanks cmc !)

2010-05-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c97d52ec74f2129b7c6cb3e1506fbebe02c27e30]

        npower13_objectmodules: Fix incorrect merges

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bceb0afba091cf5a9ccddb363aafb1d490bedaf6]

        vcl112: #i111735# fix a leaked file handle (thanks cmc !)

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [93638dfae86168e1f16f417349a140e496979cda]

        #i111450# localinstalldir with full installation set tree

2010-05-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1f8a320a9caec6354f3a2f6bbc38ba8f85e7f16c]

        vcl111: #i102694# metacity and compiz need the same workaround

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c20d10ab416cb1abb4f1e6ed3f75c379355db8c8]

        slidecopy: #i10000# include version.mk, so the lib can be built without the module being delivered beforehand

2010-05-21  Malte Timmermann  <Malte.Timmermann@sun.com>  [cb138c5084772a580a09bc5470e3e42ddef78151]

        mtclip01: #i111749# Removed SwMod::pClipboard, introduced SwTransferable::GetSWTransferable(...)

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [89d95059bdf9530e6e9b1a9aadf3573364cd1718]

        unoawt: removed debug code used for diagnostics

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d6dd1c27f9ea664978ceb48825b8e8417cc01e61]

        unoawt: evolution of the UNO-API for wizards

2010-05-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af0a5febf954c46655bc5392ffbaeb4e49c317cd]

        unoawt: evolution of the UNO-API for wizards

2010-05-21  sb  <sb@openoffice.org>  [b51501773668df37c6b674a04157b40269dd60e5]

        sb123: fixed DEV300_m78 merge-in

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4c6037dfaabebda7fc04bedddbeb47c7d0a5a79b]

        CWS-TOOLING: integrate CWS bserver52

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [950e032f32f68ecdbcc0dec2b7214a66941b855d]

        CWS-TOOLING: integrate CWS unxlnginewbaseline

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [51cf75b704eba4262a6003d7a0a86b9986eaa749]

        CWS-TOOLING: integrate CWS unxlnginewbaseline

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a572c2e12be5c2c40088269f3dc96e75e5912398]

        CWS-TOOLING: integrate CWS sw33bf03

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e12896d4e2571451e2453d3b14a7e24f7371a4a4]

        CWS-TOOLING: integrate CWS sw33bf03

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f8a2c3db0dfc47b0014789398f10714e57c717cc]

        CWS-TOOLING: integrate CWS sw33bf03

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [50ee8090ea8478b333185bed910ac9a0d20bec32]

        CWS-TOOLING: integrate CWS obo48

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e6df926000f2576cc26772390aa014cf2b5ba626]

        CWS-TOOLING: integrate CWS armeabi02

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7022537d9b7c8eab4bae422d12ac28a0fde18a18]

        CWS-TOOLING: integrate CWS armeabi02

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c38b58b826847b71aafac9b25b51a68b76581903]

        CWS-TOOLING: integrate CWS armeabi02

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b633d5a9b20ef344e5d6946dae68eaf448a47835]

        masterfix #i10000# #162191# unopkg writes ERROR into log file

2010-05-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f9948c6f33a7cfc66b9a7af6ed8e77f09ff4965c]

        vitomation01: Local merge with DEV300_m78

2010-05-21  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [de88dd27c8f3d4e71f120ce604c5aa4b493ab528]

        slidecopy: changes for the new taskpane implementation

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9a16fb93d58ec373237ab42825c160d1df1473e4]

        CWS-TOOLING: integrate CWS hcshared25

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f3f872cbb8a4264254b56204b1eaea9612fb19d9]

        CWS-TOOLING: integrate CWS hcshared25

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [7a0b82b2e808926d776341670a97eecfa6c2c1f4]

        #i111725# logging into correct log file

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [fcb30d8748933b47cf796b86c19aceb44defccad]

        #i111725# names for download files

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dee2aa4438879cf6098ab637bf2caa99e7ce0646]

        CWS-TOOLING: integrate CWS ab75

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [72917eeb861cbd5de288a83308a94dde060c77da]

        CWS-TOOLING: integrate CWS ab75

2010-05-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0cdf13605cc61abbb9c3f581f9fc1af44290e1c8]

        CWS-TOOLING: integrate CWS ab75

2010-05-21  sb  <sb@openoffice.org>  [a870df019973fcbd20b594c625bc95c6da66bbbe]

        sb123: merged in #162191# masterfix

2010-05-21  sb  <sb@openoffice.org>  [b9e2b2fab12fc904ab3448057503782adb1e0b1b]

        sb120: merged in #162191# masterfix

2010-05-21  Niklas Nebel  <nn@openoffice.org>  [0df478c6a9b27fef126cfd6aa8c6700d9407645d]

        calc54: #i111745# don't access GetObjectManager for BIFF5 export

2010-05-21  Ingo Schmidt  <is@openoffice.org>  [34813c1b45edec0aeaf2a04f8d4741712b02af78]

        #162191# unopkg writes ERROR into log file

2010-05-21  Thomas Lange [tl]  <tl@openoffice.org>  [27da46a0e764b80fff9b2cecd22c2c2bee29aea4]

        cws tl74: updating slots fixed

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [83354fbd6ef66db25643b1fe9ab30c45550a5a58]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [7d45231a5e23546b0b0a3850e97440a6398b354a]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [d9842bcef5aef58ae7a573ba15076bea34b6f7f2]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [ed9baf09826f9daebdb0e48484d749d070934bf6]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [fb8617e2f546078eab1ef132134d96bc768d63f7]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [87523ea7109b044939ff51bb481aad00171c2e3a]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [7a4a07171e10fb86866ae47bb3d72940544f80fa]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Daniel Rentz  <dr@openoffice.org>  [2b3af738ebef3a14640bd24ede759489122e4c1a]

        npower13_objectmodules: rebase and merge with DEV300_m78

2010-05-21  Joachim Lingner  <jl@openoffice.org>  [52d983cc7fcc5259f11ff48e538148e7cedfec9a]

        jl152 #i77196# XExtensionManager::synchronize now has no repository argument; adapted PackageInformationProvider to use bundled extensions

2010-05-21  Joachim Lingner  <jl@openoffice.org>  [89b704f9db9ebbff43f6a423d2a1f17314de7a5c]

        jl152 #i77196# XExtensionManager::synchronize now has no repository argument; adapted PackageInformationProvider to use bundled extensions

2010-05-21  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [7a05ba6631bbe1f96801e446e71bf4c221e57e59]

        slidecopy: new files for testing the new taskpane

2010-05-21  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [64c532ff3446afdb6d59d47f7c859863c7577437]

        slideshow: new files for testing the new taskpane

2010-05-20  Niklas Nebel  <nn@openoffice.org>  [095cebd34144f8923545967af7faa5c6acd5c725]

        calc54: #i105964# IsHidden in CellProtection must always be saved as hidden-and-protected

2010-05-20  Kohei Yoshida  <kyoshida@novell.com>  [087d58067d790c2324935a1b4fb927bd515e1877]

        koheiautodecimal: updated patch for boost to remove compiler warnings from boost::ptr_vector.

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d09f7d22519503abdf19dd8a8a7a312d2299323d]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [68018b7ac1b0be6713465082425fe1e4d53cbfc4]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b77a3f14c001a0436a84be40cc17f56e1e7ae591]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [75411235d53570442f75c5729793d7dd17b98537]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c84830e9dcf2459f8f17db8bca820ae5cd385b9c]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [0727a4aed8858d48c2489d86788f3354e58771a4]

        Update from master repository (DEV300_m78).

2010-05-20  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [df6c4380b78c5055ff6ee429488c0e74d4409592]

        Update from master repository (DEV300_m78).

2010-05-20  sb  <sb@openoffice.org>  [0e7406bf3edb1cec0916d6f0cbe9b0c73bc0b0c7]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [b3cb11ea5fa8f420e3b8b2f83cca4a3a34f8a7a0]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [c6482e114c82c216d8f863dcec02c55423c0c8d9]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [dd560309b450004dfe54ee2689758b84eaa363d3]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [2e7323d28b9ca191905558a85187478f3ddfd2fd]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [d07c56eaeed4dab1f1fb2916839597ff0e2c55fe]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [07ee0621fa02f9925291c7314ec6eec8f540895e]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [a19de5ef5903fca9a84232ce9116615d56b1dff5]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [b0f164862e997fa804cbfc5b801abffaabd04566]

        sb123: merged in DEV300_m78 via cws/sb120

2010-05-20  Ivo Hinkelmann  <ihi@openoffice.org>  [710a2a1798790ece870f519861242aa5ba65db12]

        l10ntooling18: merge

2010-05-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f9892606da5135ce04f8ec8a9993b7fc6822189d]

        l10ntooling18: merge

2010-05-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fcbd223b3db8bbfe840593e5060211a8ff69e57a]

        l10ntooling18: merge

2010-05-20  Ivo Hinkelmann  <ihi@openoffice.org>  [767caa24c28c13645de1e2e60889d6fde1c4919f]

        l10ntooling18: merge

2010-05-20  Ingrid Halama  <iha@openoffice.org>  [7687340730f26a559367fad971f95c0bd15a995a]

        chart47: #i111102# close chart documents after testing

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [cb1d7d8828cdaad3510bf57d06252f1eeb937940]

        cmcfixes75: #i111728# overly const warnings

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [34e3978cb29d3a29c4cd126c7215186274853d9c]

        tl78: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [5f1cf0c9724c55c054a1012a72be6ae7e047bfec]

        tl78: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [75098bd71cfa857d0388e1833369cf645d51eaaf]

        tl78: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [b51799140438243043d5dc3432242a5f5457f807]

        tl78: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [5964e22fc0a9236ff298a2bc6998b5c770efb116]

        tl78: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [3bc1deabfab6cc1bfe069f6f6b131aee153f9ba9]

        tl78: merge

2010-05-20  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [7a1224160c2f3bb63fa2d650663e0060c639792c]

        slidecopy: fixes for new taskpane

2010-05-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2d7cbaf27eb1a4e9d3ae813505be01f04216dae4]

        rebase to DEV300_m78

2010-05-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b61688b55a21f910ee5e78cc1f2dd435b99aa28b]

        rebase to DEV300_m78

2010-05-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fc3cbc8eeeb9631f42fd56b4bb3202730865c5f6]

        rebase to DEV300_m78

2010-05-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8c2460cc2c472d0edac48bd9a186f7d44a0563a6]

        rebase to DEV300_m78

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [17fe50c993de7bd11b6418b936312bf27db20b84]

        writerfilter08: move resolveSprmProps and resolveAttributeProperties to namespace resourcemodel

2010-05-20  sb  <sb@openoffice.org>  [0b313fc65470d5a08051a614e3bfed544193d500]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [4acaa19a086d9cf331ae78a68026f1a231761138]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [eebb8decb910962d3e5d71af1ad980c397f2baca]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [0d56b8a43cbea92b7b9a65eb3560160d2c8ebc1f]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [662272563751a94c57e6f70c06bfca371feca3a5]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [d18de1ac029a718f36afd501b73a774901c06e8a]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [de97051d7f82dc7e870c9eaaf009c79609b9c82f]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [09993c4710798dfb1e9c67b2a02a31ce14adab98]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [35028a7f0821324b5b362f9b9d5a991c677cc635]

        sb120: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [de2d7d5d7ea2e92b443966600f29a42ded738d64]

        sb120: merged in DEV300_m78

2010-05-20  Frank Peters  <fpe@openoffice.org>  [d8b873beb717df820251dc68e869a97ab3998fe2]

        #i111721#

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [99df4a8f5d1d01683fd111e8f0bf5093683792fe]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [1bdd248ab1e79235228f9fbfde361aa739e78dad]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [38e2055d0d65c9464a74c3e688290fac0829a2d8]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [ab02afbd868c8cf629e1b4285ed1031e19afa123]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [8be5473582771bf41b3630dd04a6ff0f56637c59]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [75d28100c435d5ced6ccdb4d7920abe3e56bf8a9]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [b00e9654cb756f10365d529195fec9d2be3f8ffd]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [2d04ea5160c67570ddcc0031e11f3acaab0b2d25]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Caolán McNamara  <cmc@openoffice.org>  [1c1e265dbf0e906ec6ef0c2a6a8028a00c81f2f8]

        cmcfixes75: merge with DEV300 m78

2010-05-20  Carsten Driesner  <cd@openoffice.org>  [ca69909c1f7d45e42edd4752bca3e98661d40f84]

        fwk139: #i96288# Fixed disable command 'Digital Signature' doesn't disable button with the sam efunction

2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e1fc491b8a3cdea1be576873f121fb580ebb3ee1]

        unoawt: compile with GCC

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [50569cf03807c7f1acb8ed3cc6831ee3534f12a7]

        writerfilter08: merge

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [279f97e712f0d00b1800f9cca96fbd56d765711a]

        writerfilter08: debug output for SettingsTable

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [943ea0d09c655b4c2ed9e01655fc8b817aefe8f3]

        writerfilter08: SettingsTable_Impl: members for documentProtection

2010-05-20  Carsten Driesner  <cd@openoffice.org>  [e11315fea42a010fb2248b54be599bdbf98be127]

        fwk139: #i110066# Fixed typo for Malay string

2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a1441026696609083bafd0034e7aa663da33f91b]

        unoawt: UNO API for generic wizards, wrapping around the existing C++ RoadmapWizard

2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3edcb9564ce9b11d75f76eff6c2eef7f830803ba]

        unoawt: UNO API for generic wizards, wrapping around the existing C++ RoadmapWizard

2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b393dc5d63ffdf35459a7a6a1863df066ee82ae1]

        unoawt: UNO API for generic wizards, wrapping around the existing C++ RoadmapWizard

2010-05-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ffe5faef611a17abf300a049f5158dd6662c46de]

        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  Carsten Driesner  <cd@openoffice.org>  [99711432fed03368f8dccecabda19cfcc99d014c]

        fwk139: #i104125# Vista file picker: Fixed settings values of check boxes is defect

2010-05-20  sb  <sb@openoffice.org>  [dbe25449c616ba3800891c5c5236d2a49188b6c2]

        sb122: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [460257aeb5452fdba423eb00a24cf0e958878212]

        sb122: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [32d64929cc34a52175d05c40019e03c9b03e276c]

        sb122: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [e0dc7f328a7aa1ff60282c168be5d3afa4109784]

        sb122: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [60141bf40b166429f0eceb88b0e1aa5b01b2bc20]

        sb122: merged in DEV300_m78

2010-05-20  sb  <sb@openoffice.org>  [60107536ed98be1eb4c042ab680f43072072118e]

        sb122: merged in DEV300_m78

2010-05-20  Joachim Lingner  <jl@openoffice.org>  [7df75b6fe4c992f61c593dc33bb84ba537f05f99]

        jl152 #i77196# registering basic item at startup did not work

2010-05-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [b865a8f1e4ded4e1177c0f80d99293fefe74bebe]

        hb33patches1: #i100709#: applied patch

2010-05-20  Thomas Lange [tl]  <tl@openoffice.org>  [990067f5298763d75132bd6291d0f096cbdf011b]

        cws tl79: merge

2010-05-20  Thomas Lange [tl]  <tl@openoffice.org>  [6641398317d5f6681b2cf1715e834a1393038fe1]

        cws tl79: #i111422# pre-notify for 'Toggle' of check box

2010-05-20  Thomas Lange [tl]  <tl@openoffice.org>  [3ff45fd2d5b0bbf8318a5559fa66aba45b5c4040]

        cws tl79: #i111422# pre-notify for 'Toggle' of check box

2010-05-20  Carsten Driesner  <cd@openoffice.org>  [7b822aa1a80c6adc847495c584ddde1f88f20072]

        fwk139: #i105546# Remove unused MenuManager ctor

2010-05-20  Carsten Driesner  <cd@openoffice.org>  [468f644cf2e9b0eb58c1c4fd808158fb01657807]

        fwk139: #i105125# Fix state of selection check box in system file picker

2010-05-20  Vladimir Glazunov  <vg@openoffice.org>  [be101214146938344e96a5c3a854cf268e554a59]

        CWS-TOOLING: integrate CWS sdfindall

2010-05-20  Vladimir Glazunov  <vg@openoffice.org>  [2aecae584fd3d481a57c544218c71272217b5de2]

        CWS-TOOLING: integrate CWS sdfindall

2010-05-20  Vladimir Glazunov  <vg@openoffice.org>  [4649fff17b9f7cab202f35592fdb8f04f256dc31]

        CWS-TOOLING: integrate CWS sdfindall

2010-05-20  Vladimir Glazunov  <vg@openoffice.org>  [ec8626391d3b142808fd672b689352ea8b71a2db]

        CWS-TOOLING: integrate CWS sdfindall

2010-05-20  Vladimir Glazunov  <vg@openoffice.org>  [1d15c3a838d15ef78d0ff1ae777907aada6337c5]

        CWS-TOOLING: integrate CWS sdfindall

2010-05-20  sb  <sb@openoffice.org>  [bae43e6e4ab5414e464539eb2b8db0e04217faf9]

        sb123: merged in late changes of cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [4a99935f1bfe8c19071eaaf6b478944f07c4c0ef]

        sb123: merged in late changes of cws/sb120

2010-05-20  sb  <sb@openoffice.org>  [4aee4ee739adaa21e46876ec1c4ac941d54ed8d5]

        sb120: #i111558# ... fixed quoting

2010-05-20  Wu Yan  <wuy@openoffice.org>  [0b1074b019d3ca14ba5345a0c5d979804a059d9e]

        findbar01:#111709# Fix shortcut name for Ctrl-G

2010-05-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [5f719c36930dea5271fee2d0ca0e67d464adbb93]

        CWS gnumake2: using ILIB from setsolar/configure to set LIBPATH on windows

2010-05-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [53dbc7fa4221ee4bf38db54f9a8be74befa1a060]

        CWS gnumake2: fixing dependency generation on windows for plain C objects

2010-05-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [def4ac30a3f31a3e7c1c34b699a684eb2228bcda]

        CWS gnumake2: minor fixes

2010-05-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [29669b5ed6ca98d516e5edac605a00513225809f]

        CWS gnumake2: minor fixes

2010-05-19  Michael Stahl  <mst@openoffice.org>  [23db89852fe61acef4e8f58fa83f80dd65591e1d]

        sw33bf04: #i111712#: sfx2: convert crude test in Metadatable.cxx to cppunit

2010-05-19  Michael Stahl  <mst@openoffice.org>  [874bb80f4fe59a5920084b92edf0f583a22cb8f5]

        sw33bf04: #i111712#: sax: convert crude test in converter.cxx to cppunit test

2010-05-19  Ingrid Halama  <iha@openoffice.org>  [5be9c917443fbf32d934ddf953fbba2e25e5d884]

        chart47: #i109770# #i110253# prevent null access on empty m_aModel and reduce assertions 'already disposed'

2010-05-19  Carsten Driesner  <cd@openoffice.org>  [6a538f36e80f7fffde074aa2f521434a7a35e8eb]

        findbar01: #i111672# Fix crash on searching next/previous on single text object

2010-05-19  Herbert Duerr [hdu]  <duerr@sun.com>  [e2c090708e089258087396d46acacf513f70e809]

        #i110214# fix typo in b2dpoly drawing on aqua

2010-05-19  Herbert Duerr [hdu]  <duerr@sun.com>  [52a825459618ea98cfa6978ab7eeeace2c2f3a61]

        #i110214# fix b2dpoly drawing on aqua

2010-05-19  Niklas Nebel  <nn@openoffice.org>  [d6a4da919e7639c6796631ab317dd8f6230b8c7d]

        calc54: #i111710# Strings from EditEngine items are now in editeng resource

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [500417f9dcc423c447b26277e3626858b27024ed]

        vitomation01: #i109562 - Remove invalid reference files

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c5bd3affe5e1dae2c4ee0fcb9d51a0d910d9d82d]

        vitomation01: #i109562 - Another modification for one more yet unknown situation to hDestroyDocument() / hCloseDialog()

2010-05-19  Thomas Lange [tl]  <tl@openoffice.org>  [1778298eb695174aad2f6a981f560f0e4e2b229a]

        cws tl79 : random typo in sfx.sdi fixed

2010-05-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1b5a253cc1ee85089bea3ccdb8159a54185ae97a]

        xmlsec1_2_14: update to DEV300m77

2010-05-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12f007c274046f9e4e1764d0ce9ad0a6fbec254f]

        xmlsec1_2_14: update to DEV300m77

2010-05-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b555f9da35bdedce52001eee945a6fcd6ad7a1ad]

        xmlsec1_2_14: update to DEV300m77

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5a529704881cc4e021575ebedbc0ccf14cbc532a]

        vitomation01: #i109562 - tModifyObjects has StarOffice branding, fixed.

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0b8a9c8adb1589c5cd680bee5065416a02471b77]

        vitomation01: #i109562 - tModifyObjects should complete without the need for a number of restarts.

2010-05-19  Thomas Lange [tl]  <tl@openoffice.org>  [75cff005c9d2e7273631d575fa3cc81412df6d17]

        cws tl79: #i110254# new security tap page in 'File/Properties'

2010-05-19  Thomas Lange [tl]  <tl@openoffice.org>  [9c4d0fbe73cf1311aa82cc986206fdb9ddd9c6c3]

        cws tl79: #i110254# new security tap page in 'File/Properties'

2010-05-19  Thomas Lange [tl]  <tl@openoffice.org>  [f4385ed8bf1da56c716bd4e48c5f5d739127c0d9]

        cws tl79: #i110254# new security tap page in 'File/Properties'

2010-05-19  Thomas Lange [tl]  <tl@openoffice.org>  [4659d84eb4e0e8038ac21044ddd3c390e2585581]

        cws tl79: #i110254# new security tap page in 'File/Properties'

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cdbc7121ae801eccd1fa35f219dea06472dbdaaa]

        vitomation01: #i109562 - Modify handling of messgeboxes - more enhancements for flexibility

2010-05-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [918910ed9d6c0646f8847be6da4e3fc9749ef6b4]

        writerfilter08: debugging code

2010-05-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [d06a40321a453a5ac1cf57522fa6a973eec8e46a]

        writerfilter08: FormControlHelper::createCheckbox: resolved warning

2010-05-19  hb  <hbrinkm@openoffice.org>  [e755261c0c056cfee0110c88c033c853d0cb3d47]

        writerfilter08: reverted configure/configure.in to DEV300_m77

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2e3a78da2be8c409bf5e366947830002f9fdd368]

        vitomation01: #i109562 - Modify handling of messgeboxes to suit the needs of the extras_xxx_open-tests which have to deal with an I/O error for some documents now.

2010-05-19  Lars Langhans  <lla@openoffice.org>  [f1b756678ad6057e97d90f029555f3cec4df40bd]

        gfxcmp02:#159601#

2010-05-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [afe714cb4a899f6e264a5f60cf421c2396684999]

        slidecopy: fixed key navigation within titled controls

2010-05-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9018d3dbb6c5d45093b15eebccb163ef15b7f954]

        masterfix #i10000# no need to test JRE

2010-05-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ff94b38b00f90b4fbc8f49d132d46f27c537e143]

        masterfix #i10000# no jre product for openoffice / broffice

2010-05-19  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [ffe6bf95e70b94f65c34ace18e93509c383dbf05]

        slidecopy: changes for the new taskpane implementation

2010-05-19  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [56cdcbe947f64591d04d31d6d3808db7f6f3a050]

        slidecopy: add new test extension

2010-05-19  Ivo Hinkelmann  <ihi@openoffice.org>  [014caf31e1bcd05636b34d9ae246f7d2afcce429]

        masterfix: #i10000# fixed for JRE instsets

2010-05-19  hb  <hbrinkm@openoffice.org>  [b15b04d8cc4bcf66447d19eaecbc89e2a2456b10]

        writerfilter08: compiling issues on unxlngi6

2010-05-19  Mikhail Voytenko  <mav@openoffice.org>  [fc05fb607569bf4eff1b37c7eba1fc4369702744]

        jl152: #i108704# use all the arguments when restarting on Windows

2010-05-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05a463c55182efc777e1fee5f708fc36de6eda92]

        slidecopy: fixed TAB traveling in the task pane

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d4db93dec417f931b87657250e966a56ed98f5bf]

        vitomation01: #i109562 - removed blanks from filenames as suggested by RE

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fa29f56e6a2f9babb37ba3b0ea8da60a4274f1b8]

        vitomation01: #i109562 - Remove files containing whitespaces as suggested by RE

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [250eb5b162a301fb4b5db19a6555b9af0f7c211e]

        vitomation01: merge in automationdev300m77cat0

2010-05-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9b901faec75093df73cc3ce6a41fa8125d64ba97]

        vitomation01: Local merge

2010-05-18  Kohei Yoshida  <kyoshida@novell.com>  [520d56909638aafb894b1e7e58ff2d1541331a99]

        merged from the repo.

2010-05-18  Kohei Yoshida  <kyoshida@novell.com>  [72f8b8fe4630ad7c8ab2f913499c17878620c08f]

        #i111387# deliver extra headers to make ptr_container available.

2010-05-18  Kohei Yoshida  <kyoshida@novell.com>  [d425ae8cf3bc880d6902e5b10081b1516ec425f1]

        koheiautodecimal: #i111387# fix for the fix.  The previous fix caused a crash.

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a9d69979a6f3f13c02ec7e61d4dc1c9687933d6]

        slidecopy: missed this schema adjustment in the previous commit

2010-05-18  hb  <hbrinkm@openoffice.org>  [6736de2c4598578e051273a87aca388345aec762]

        writerfilter08: merged masterfix

2010-05-18  hb  <hbrinkm@openoffice.org>  [f5192c7822da5172044297d0c0533009da264373]

        writerfilter08: merged masterfix

2010-05-18  hb  <hbrinkm@openoffice.org>  [1b0790935d036f6794aafac505f72661b5089777]

        writerfilter08: merged masterfix

2010-05-18  hb  <hbrinkm@openoffice.org>  [c20d490f7803e908d70fc281ca1fe026d414655e]

        writerfilter08: merged masterfix

2010-05-18  va  <volker.ahrendt@sun.com>  [457dd1604b5ebb9b10d7f2814851633393891c18]

        #i91071# Fixed XML file

2010-05-18  va  <volker.ahrendt@sun.com>  [5083e39ea5dc0f1e58c1b19990a534139a02fb7a]

        #i91071# Fixed XML file

2010-05-18  va  <volker.ahrendt@sun.com>  [e45a2a448d2daebffd2001c01298fe32e712278a]

        #i91071# Fixed XML file

2010-05-18  va  <volker.ahrendt@sun.com>  [fd132dab8240d293f8c09295d8eaf2590a0aa8ed]

        #i91071# Fixed XML file

2010-05-18  sj  <sj@openoffice.org>  [38c1d35d15a0adc980c2355ff97ce327645cd954]

        sdk321: #i111521# ppt export, fixed problem with graphical bullets

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [091ac9e41ac44380da022679ab98182af3f8b958]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [45a542cca26db05a80e11b04fa0a793479d6f32b]

        CWS-TOOLING: integrate CWS sb120

2010-05-20  sb  <sb@openoffice.org>  [a59ed307dc5c084f0fd624164043f90ef99f0ce1]

        sb120: merged in DEV300_m78

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [9a4d07cc52534a40cf1cd68efdef1464475e694b]

        CWS mba33issues01: #i107576#: make code safe against releasing of external references to client site

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [74efe21718537220ec16adab9964a00fc13cd9fd]

        CWS mba33issues01: #i109842#: missing typedef

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [d310e6479f4db1c86629ca98f6e0f7480a0fa5e4]

        CWS mba33issues01: #i109842#: missing typedef

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [ef650c5d2f7f870ad2cd8965f6f6ab9900b68704]

        CWS mba33issues01: #i99402#: typo RapairPackage

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [83e811244a6dc0902137df91cf3125a67c69b1b5]

        CWS mba33issues01: #i99402#: typo RapairPackage

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [a160fd3ad982d22040d9048f2b1a5c9e831ed296]

        CWS mba33issues01: #i99402#: typo RapairPackage

2010-05-18  Mathias Bauer  <mba@openoffice.org>  [6c9861ba9afd7039fb4fdbc780b4240dd850ade6]

        CWS mba33issues01: #i83367#: pass object name correctly

2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [b17de9607e59d4ff91fc9f1830b613c1c57cf8c1]

        #i111682# remove module fondu for good

2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [2d9286f6bbb59d392f57e4a4031ee2bf49f9f3d0]

        #i111682# remove module fondu for good

2010-05-18  Joachim Lingner  <jl@openoffice.org>  [e6d9970ba08599dfaf13998b9cc0908554f00176]

        jl152 #i77196# adapted migration code to use new extension manager, removed old unused migration code, adapted ooo improvement dialog to appear after third start, taking into account the restarting after extension installation

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [bef85918411cc9e73eb7a27b0b41848e29321ece]

        writerfilter08: debugging code

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [5963ef17ca2f1a3d103024685b40d06a0563670e]

        writerfilter08: #b6950197#: ApplyStyleSheets: apply style no matter if it is newly inserted or not

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [d009c2a0f84d28a9d3e922b38593efd37e2d42b9]

        writerfilter08: debugging code

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [f5559a4812645b2a7da9932e6cc7ac0c3e621c17]

        writerfilter08: PropertyMap::toTag(): consider unsigned, float and string values

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [4c6087d46f3e6e655dfb5d4be64be7651ed9dabc]

        writerfilter08: ooxml: resolve documentProtection

2010-05-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [3240e00e81ae9566bcbc4007b843e773494eabd0]

        writerfilter08: TagLogger: log uno property sets

2010-05-18  Joachim Lingner  <jl@openoffice.org>  [52fd37966e1d92b515a75b38011309479c7089e5]

        jl152 #i77196# smoketest now uses new extension manager service

2010-05-18  Joachim Lingner  <jl@openoffice.org>  [eef1fd8ab2966ee3b2934d9050b0a14c4478e1f6]

        jl152 #i77196# smoketest now uses new extension manager service

2010-05-18  va  <volker.ahrendt@sun.com>  [005debf64651b17cacbbad9a11718c65b8d88a0d]

        #i91071# Integrated Patch

2010-05-18  Andre Fischer  <af@openoffice.org>  [9a46474f8c39a16a6a6980a45792b2b51a4a590e]

        sdk321: #i111636# Look up style before falling back to default.

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [a3f8b65881da98c14d1db26b04f32e626cf8e879]

        CWS-TOOLING: integrate CWS calc53

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [f1e68b25909388aa45efd2527c7b7f3f7cb8d1de]

        CWS-TOOLING: integrate CWS fwk142

2010-05-28  Vladimir Glazunov  <vg@openoffice.org>  [1476c17a2a91f18e2d8452db7a6c670b8c0ed905]

        CWS-TOOLING: integrate CWS koheiautodecimal

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [16eec7972ef9f17b55c2bb156e7625cc3f51c624]

        CWS-TOOLING: integrate CWS fwk138

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [27db36c33c1d2ca83c44bc5804b0d95e6948d680]

        CWS-TOOLING: integrate CWS sb122

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [2aed26b45218711752ea75db580f8465b0db71b5]

        CWS-TOOLING: integrate CWS sb120

2010-05-27  Vladimir Glazunov  <vg@openoffice.org>  [863e9c8f969fda6842b7740398a6700c01040587]

        CWS-TOOLING: integrate CWS kso44

2010-05-20  sb  <sb@openoffice.org>  [866ca64113fad91a5ac4f32757764d077b53372a]

        sb122: merged in DEV300_m78

2010-05-18  sb  <sb@openoffice.org>  [72c758d28d0698a23ec5f185cc0b73f6ce11f389]

        sb123: #i111617# ...moved to position where variable has already been defined

2010-05-18  Michael Stahl  <mst@openoffice.org>  [33ddea2d2bdb996a7f8eb7189b311bafa0de367e]

        sw33bf04: #i97421#: fix loop in AppendRedline:  SwUndoDelete::Redo(): recreate redline save data (based on patch by majun51).  SwDoc::AppendRedline(): fix loop on DELETE/INSERT without extent.

2010-05-18  Carsten Driesner  <cd@openoffice.org>  [b7f36130c2c77d32ae4eb00dd61ce462309efd85]

        fwk142: Toggle button flag added to several other commands

2010-05-18  Rene Engelhard  <rene@openoffice.org>  [e377be798f4b35c76a4611d153255c43203921e2]

        systemlibc: migrate systemlibc to hg; try again from scratch

2010-05-18  Rene Engelhard  <rene@openoffice.org>  [7eba4ceaf574246d971ae01a8f52c5f075aca35a]

        systemlibc: migrate systemlibc to hg; try again from scratch

2010-05-18  Rene Engelhard  <rene@openoffice.org>  [36ff8423c3656890b4a7a5b187b566403376e2dd]

        systemlibc: migrate systemlibc to hg; try again from scratch

2010-05-18  Rene Engelhard  <rene@openoffice.org>  [769873c6224c0e03757d2ddb4b5a60d11411f025]

        systemlibc: migrate systemlibc to hg; try again from scratch

2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [bb6649d32b446ce9912ca4564397763001fb5eab]

        #i111077# updated ext_sources list for new liberation tarball

2010-05-18  Lars Langhans  <lla@openoffice.org>  [1d23fb7286776019905e71a18dce83a62851bae3]

        gfxcmp02:#159601# picture viewer

2010-05-18  Lars Langhans  <lla@openoffice.org>  [f0d2b747a95de08e6300f9eee4b9105ab745816f]

        gfxcmp02:#159601# verbose makefile

2010-05-18  Lars Langhans  <lla@openoffice.org>  [cc46de092c3b321abaa523309ea95216c4c9ac35]

        gfxcmp02:#159601# Postscript demo document for solaris

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f9425a94186c33c2571bdc32b689c3706251f416]

        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  Lars Langhans  <lla@openoffice.org>  [e65fc638d0545e393178633ca6be23f1b4663c89]

        gfxcmp02:#159601# Postscript demo document

2010-05-18  Lars Langhans  <lla@openoffice.org>  [cb0ff9d15ade206d530a69cca7d97fe31e03d99a]

        gfxcmp02:#159601# Postscript failtest document

2010-05-18  Lars Langhans  <lla@openoffice.org>  [77789a7672a0e80a5a6523569e7031331f8c0732]

        gfxcmp02:#159601# cleanups

2010-05-18  Lars Langhans  <lla@openoffice.org>  [e80ed9e7f5de4c89fe5693da956b790e31acf365]

        gfxcmp02:#159601# support makefile

2010-05-18  Lars Langhans  <lla@openoffice.org>  [cc3f22ac3875d1a00c21d396f7455c3f7e7b9e10]

        gfxcmp02:#159601# more verbose

2010-05-18  Lars Langhans  <lla@openoffice.org>  [18c03fd6d55df4adc7a565926445e7c1084f37c0]

        gfxcmp02:#159601# support solaris

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8ebf72567ae89f7112f88d1ef15520d3d5fd9105]

        unoawt: merge after copying latest changes from CWS slidecopy

2010-05-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8a7f8ca1a440b8ccc9c5aa241560bbb1ca963969]

        #i10000# fixed transplanted nativeb

2010-05-18  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e3ed8b89ebefcb13d2f11523c429244e32a5f2e8]

        CWS gnumake2: removed inlines in gbuild docs

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [88323a664a3f57b7bae62d0af892c9de5750defe]

        slidecopy: HelpID support for tool panels

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c1ed865d8c954220dae653bb45ec2f870fd87f2d]

        slidecopy: HelpID support for tool panels

2010-05-18  Andreas Bregas  <ab@openoffice.org>  [8c4bcfd63d6f473d67b4e2138676092aa313673d]

        ab75: #110417# Added dependency to oovbaapi

2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [df3eba513b2f936e07ac173a61b4599695b1e0e3]

        #i111021# #i11575#desc5#b adjust B2D tesselator result to raster

2010-05-18  Herbert Duerr [hdu]  <duerr@sun.com>  [5d74e58fe163e423f29b075502e726a0e012a038]

        #i107915# all TIP/SIP unicodes get the same vertical flags

2010-05-17  Ingrid Halama  <iha@openoffice.org>  [efa9d1559bd91572b9b7806f6387879db88fd669]

        chart47: #i109770# #i110253# reduce assertions 'already disposed or closed'

2010-05-17  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [334fd6c47c59b59ba4124734d6ee4203557edc83]

        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  Ingrid Halama  <iha@openoffice.org>  [417c5223db83a7f5932ecbba12bed63e0f5c6f41]

        chart47: #i109770# #i110253# don't paint anything if no model is available

2010-05-17  sb  <sb@openoffice.org>  [d4b1d9b75572fdcc55a925254943a3cf29354f98]

        sb123: #i111655# when, within build env, calling javaldx within OOo installation sets, set UNO_JAVA_JFW_ENV_JREHOME, but not UNO_JAVA_JFW_ENV_CLASSPATH

2010-05-17  sb  <sb@openoffice.org>  [ae10588aa19c82d0f9158ca95507d2b9f4456e83]

        sb123: #i111655# when, within build env, calling javaldx within OOo installation sets, set UNO_JAVA_JFW_ENV_JREHOME, but not UNO_JAVA_JFW_ENV_CLASSPATH

2010-05-17  Ingrid Halama  <iha@openoffice.org>  [2a1490743fb5da2ddb579967fa93b723b5f851a6]

        chart47: #i109770# #i110253# reduce assertions caused by a wrong z-axis contained in a 2D bar chart

2010-05-17  Ingrid Halama  <iha@openoffice.org>  [9f124082f800eed4f436203fd309b17fd7584f95]

        chart47: #i109770# #i110253# reduce assertions 'already disposed or closed' - don't close the document twice

2010-05-17  Joachim Lingner  <jl@openoffice.org>  [885511f9be6f9e437687216affc1fb5c7d99054b]

        jl152 #i77196# office hangs in smoketest when it is about to restart itself

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ef1021b6f38ad92d1f9adad7dd19b6e908d2ecb5]

        npower13_objectmodules: #i111007 - Just some more fixes

2010-05-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2f4bff8415b28e36346872157104eb71322a743a]

        #i10000# removed OSL_ENSURE

2010-05-17  Michael Stahl  <mst@openoffice.org>  [f4609c4c294a62023b6cd6baeb6a73d44992dec3]

        sw33bf04: #i101009#: doccomp.cxx: avoid creating redlines including EndOfContent

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7e6001c1c2604a31a6c49ec719c5d5ec472de6d2]

        npower13_objectmodules: Local merge

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3153efba3a79e0488c328f839240e08d31efdb6a]

        npower13_objectmodules: #i111007 - One of the macros triggers two messages. Additionally we only have a fuzzy match then. Make my day.

2010-05-17  Ivo Hinkelmann  <ihi@openoffice.org>  [dcce5a9a1823b1e5b3b8946b28dc8871afa0a6ba]

        #i10000# removed useless include

2010-05-17  Daniel Rentz  <dr@openoffice.org>  [ac07edec79149c8e90846b8a794a893e91c65c0d]

        npower13_objectmodules: #i111007# do not close output stream of tempfile for OLE storage too early

2010-05-17  Herbert Duerr [hdu]  <duerr@sun.com>  [31d9a3d34911a8eb99431c1e427a9c41eabf2d35]

        #i111077# adjusted to upstream font filename changes

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b9468485ff8bb120ea01651ec28dd753eac1cb1b]

        npower13_objectmodules: #i110724 - hClickButton() has a returnvalue which should be evaluated.

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e6f2d72f070caeb486f5bc8dd6d30d7a9e9d7525]

        npower13_objectmodules: #i111007 - The test macros deliver slightly unexpected verification strings which requires a second list to be maintained which holds the verification strings (in addition to the list of modules). This is bad but the nicer fix would require to checkin another version of a binary file which i prefer to avoid.

2010-05-17  sb  <sb@openoffice.org>  [49822f8adc31fb70e400fa49640b54f63f00f001]

        sb123: #i111617# missing dependency

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4d2c2b749c5c352f7087afd521e565cc88c3a33f]

        npower13_objectmodules: #i111007 - Add timeout to button.

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [57856accd784aa87fb7b72585c5be5626fe33f7f]

        npower13_objectmodules: #i111007 - Need to close messagebox after identification

2010-05-17  Herbert Duerr [hdu]  <duerr@sun.com>  [7177dad69e5de38a7fecd38b03997ef31c1973f8]

        #i111077# better font fallbacks and font attributes

2010-05-17  Ingrid Halama  <iha@openoffice.org>  [4b770dd310a1e1b37abd1728abc2e21f3fb3f129]

        chart47: #i111560# report error if a property is not set and is not MAYBEVOID

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [44f143f6d07761ef859028ff7d7df23c82871b27]

        npower13_objectmodules: #i110724 - Changed logging slightly because some of the printings where confusing as it duplicated some errormessages making it hard to tell which one was relevant

2010-05-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b53b7f648f0e84d1972dbfffe5c56bf037cd06c3]

        npower13_objectmodules: #i111007, #110724 - Provided test case (which is as of yet untested because the issues that are tested herein are not yet fixed)

2010-05-17  Herbert Duerr [hdu]  <duerr@sun.com>  [0302481b128f2a09366008933d36c9db6597c37e]

        #i111077# adjust build to latest narrow font tarball

2010-05-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4986d0508799b5e743cb6ccc9af6d84824d2e198]

        vcl111: #i111464# fix frame width (thanks kendy !)

2010-05-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8ea2bf29c778e12551466eb635afedce75ac78c2]

        #i10000# fixed bad merge

2010-05-17  sb  <sb@openoffice.org>  [ce4f3222d9ad03f3580d1a4b3ecb2d3747a7427f]

        sb120: #i111220# disabled failing tests for now

2010-05-17  Thomas Lange [tl]  <tl@openoffice.org>  [61700d274571b6c5971f2ff5f4213d75d1e1a1f6]

        cws tl78: branch merge

2010-05-17  Thomas Lange [tl]  <tl@openoffice.org>  [2c205e682ffbc40f3c971891e939a3133c8e5868]

        cws tl78: feedme build problem with 'touch' command fixed

2010-05-17  Joachim Lingner  <jl@openoffice.org>  [78e682e70e7cb0fab5faf7dfa85ef6e77d126e21]

        jl152 #i77196#  only restarting if a extension was added/removed, XextensionManager.getSupportedArguments: removed repository argument

2010-05-17  Joachim Lingner  <jl@openoffice.org>  [d0a3afc82beed2c1d2e0035a0cc5d43bb6acf774]

        jl152 #i77196#  only restarting if a extension was added/removed, XextensionManager.getSupportedArguments: removed repository argument

2010-05-17  Carsten Driesner  <cd@openoffice.org>  [b5054d32e6238b8f335f36f794604030a0ac1080]

        fwk139: Check popup menu pointer

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [6b675d212c99e2cc56768adbffe7dcc6eab132fb]

        mythes12: deliver libmythes-1.2.a also from unx*/lib

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [6f6cb071772a9cfd66060b5c32ce9d1a0b842984]

        EXTERNAL_WARNINGS_NOT_ERRORS := TRUE in mythes' makefile.mk

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [ea70788f5bdf23c3687390bce487d2d752cbe218]

        fix build needing makefile.mk here (Windows?)

2010-05-14  Daniel Rentz  <dr@openoffice.org>  [5025e2acbba31177c0effc46227ad1e00457ed43]

        dr76: #i111404# remaining problems with the FastSaxParser

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [27cc3e74e812d1d69c22f6ad4cdfd1b9bb6cd46e]

        mythes12: revert last commit and patch mythes instead to have our th_gen_idx.pl

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [2b97429922636a07f922f2141136e07feb67f9cf]

        mythes12: revert last commit and patch mythes instead to have our th_gen_idx.pl

2010-05-14  sb  <sb@openoffice.org>  [cd8bfb54fe09af501cec997b3f4879be480d31ed]

        sb123: #i111602# adapted desktop/qa/deployment_misc to new test framework

2010-05-14  Oliver-Rainer Wittmann  <od@openoffice.org>  [c9d620f5dd472902fe6d5aed93ed55dec6dd7f7b]

        sw33bf04: #160026# method <WW8Export::DoComboBox(..)> - property "Help" does not exist and asking for it causes exception --> asking for property "HelpText"

2010-05-14  sb  <sb@openoffice.org>  [40850bb44e1f98e96815a64454efb2236706aec7]

        sb123: #i111601# various additional test helper functionality

2010-05-14  sb  <sb@openoffice.org>  [af5cef5b1e2f3d76f52340bbd2ea8bd93cb5185d]

        sb123: #i111601# various additional test helper functionality

2010-05-14  sb  <sb@openoffice.org>  [1804fe336801f19c3e66e2d514ece5b3e17ac480]

        sb123: #i111601# various additional test helper functionality

2010-05-14  Rene Engelhard  <rene@openoffice.org>  [4c55dc96081d5dba49ec7077e8a48d15e55d470e]

        mythes12: mythes' th_gen_idx.pl has no -o, use cat .. | ... > as suggested

2010-05-14  Michael Stahl  <mst@openoffice.org>  [99ee7093162c1922a2740e4731b82a1528283e3c]

        sw33bf04: #i111177#: work around unxsols4 compiler bug

2010-05-14  sb  <sb@openoffice.org>  [f9c107a9c4a7cea54e6bb133bb92da7e6b4a1d99]

        sb123: #i111598# OfficeConnection getFactory -> getComponentContext

2010-05-14  sb  <sb@openoffice.org>  [88d1e25d5c61d1d4ef12f0ac397db3c8b399564c]

        sb123: #i111598# OfficeConnection getFactory -> getComponentContext

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2c764eadbbdc3ccf5aff952427a9b6f2b51302]

        mongolianlayout: Merge with DEV300_m53

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4115c54b023d2f2da92320acff8cbfcb6d17320f]

        mongolianlayout: Merge with DEV300_m53

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [521d8fe0611276c61f22925760d671574b5692c0]

        mongolianlayout: Merge with DEV300_m49

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e6de9c1989763306bdfdc23e3acf5e42c265e2]

        mongolianlayout: Merge with DEV300_m49

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c045845174f0c3b627585b9f05a529c9e8bc2829]

        mongolianlayout: Merge with DEV300_m45

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8123bbe53b72f8c9848b1dcb1ef8c6ba175cdca7]

        mongolianlayout: Merge with DEV300_m45

2010-05-14  sb  <sb@openoffice.org>  [ec6eb575791219c396e0c5a8ac93565ebee3d6e1]

        sb123: merged in late changes of cws/sb120

2010-05-14  sb  <sb@openoffice.org>  [3f5077dcef319f2ae226d11a4aa7c486849da189]

        sb123: merged in late changes of cws/sb120

2010-05-14  sb  <sb@openoffice.org>  [c170fae47342a76bc8b86dcfef750a707fac617b]

        sb123: merged in late changes of cws/sb120

2010-05-14  sb  <sb@openoffice.org>  [29f3a9517e34743077e1bb8001232d113903a21e]

        sb120: #i111558# allow override of tested soffice process

2010-05-14  sb  <sb@openoffice.org>  [40b3e52f33b1bb5c69c36c8a8b93ef56b14ea2d2]

        sb120: #i111558# allow override of tested soffice process

2010-05-14  Thomas Lange [tl]  <tl@openoffice.org>  [f93f7d4c56a6cf671e709f03aafadbb11b2a338c]

        cws tl80: #i106004# name change 'Formula Elements' to 'Elements'

2010-05-13  Kohei Yoshida  <kyoshida@novell.com>  [a2c557f7fa002c2b52a103ec910f454d10a17ecf]

        calctabcolor: added <limits> header.

2010-05-13  Kohei Yoshida  <kyoshida@novell.com>  [e767d294ce8d998c07b1b942d3460a2271f56e65]

        calctabcolor: Removed code that was not intended.

2010-05-13  Kohei Yoshida  <kyoshida@novell.com>  [8c0d1c18d0cee550fcee22c6e1e28d766d9f260d]

        calctabcolor: Removed code that was not intended.

2010-05-12  Kohei Yoshida  <kyoshida@novell.com>  [95f2aae8339ed26fd53c53a85cff872c8b61a01c]

        koheiautodecimal: #i111559# Fixed a bug in automatic adjustment when the printer matrices are used.

2010-05-12  Ingrid Halama  <iha@openoffice.org>  [6417e0a10e9f7ad16342af2ed7f5ff23c0dba036]

        chart47: #i111560# ApiTest: MAYBEVOID properties are handled wrongly be the api test framework if they are not set initially

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [51066323fd14918f65ea7ba66e14b9c7604eb978]

        #i10000# added missing variable

2010-05-12  Vladimir Glazunov  <vg@openoffice.org>  [fa35aefa9a0d93c37653e6db76076a758e5ebcf3]

        #i10000# do not write source_config if defined UPDATER in non-cws environment

2010-05-12  sb  <sb@openoffice.org>  [9ff68aa9e36dcf995f9e768075a386a0f13f61c5]

        sb120: #i111220# disabled failing tests for now

2010-05-12  Vladimir Glazunov  <vg@openoffice.org>  [8362cbced7e63906939831b74ea580cda5e91ebc]

        #i109602# introduced new switch exclude_branch_from

2010-05-12  Kohei Yoshida  <kyoshida@novell.com>  [95d72876f31b2b0d4c398236354401ee93ac6b72]

        koheiautodecimal: #i111533# Adjust the default display format for general number format cells.

2010-05-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [8a11d99dbe50f886f26704ab62b5dbb8c5954e18]

        sw33bf04: merging

2010-05-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [ff4eca3ff67d3d826f4532057e2f1e34802e311a]

        sw33bf04: merging

2010-05-12  Joachim Lingner  <jl@openoffice.org>  [236ad3ae9269a14cffe0c5c6c6b36cdde4e2d896]

        jl152 #i77196# merging

2010-05-12  sb  <sb@openoffice.org>  [c3ce609304a00e589482dd0a4cac75e2aa8b138f]

        jl152: #i110548# adapted relative paths to fix for issue 77196

2010-05-12  Joachim Lingner  <jl@openoffice.org>  [2af4a389327fbf8640fdb5f69eb8d1637f0e86bf]

        jl152 #i77196# restarting at startup when shared/bundled extensions were changed, fixed typo in win32/source/officeloader/officeloader.cxx

2010-05-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [907de08acf34563b376f895d66f05c29310366bd]

        sw33bf04: #i91658# method <SwHTMLTableLayout::GetBrowseWidth(..)> - remove unnecessary assertion

2010-05-12  Niklas Nebel  <nn@openoffice.org>  [22ece58836043457279d52ba0b84f38e5fe9dab6]

        calc54: #i99904# FillAuto: initialize pStyleSheet outside of the inner loop

2010-05-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [eeb5df7198d067da77e4f885bf7c5eb36f98854f]

        npower13_objectmodules: #i110724 - Created test case. I wonder if it works when run from our internal servers. There might be an issue with the accessrights. However, i then just need to update the Strings to check for.

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf0552a4e23299562309d8dbe0c9ba00318eb2b]

        #i10000# fixed broken hg transplant

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [57544e64040967c1a520566d4e3d3758a808ba1f]

        #i10000# fixed broken hg transplant

2010-05-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [5a3ed8802f170d3d3b23695670f257c74edf1fa6]

        writerfilter08: resolve WW8DopBase

2010-05-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [7a39ca8220816b276c111b23a37ab88a12c1578c]

        sw33bf04: #i105562# - correct handling of empty set list style due to outline level attribute

2010-05-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [2559ef0f64b7a9a593d60edfcc8107f3a13ee5e1]

        tl78: get/set password to modify from SwDocShell

2010-05-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e5f7d2ba5749113bf392d95bf629d95b9f5ee2d6]

        npower13_objectmodules: #i110672 - Wrote automated test that found issue #i111553. Needed to enhance the treelist-tools to do fuzzy filename matching as the document can be readonly under certain conditions.

2010-05-12  Ingrid Halama  <iha@openoffice.org>  [1afc67a4f5ccace415ce76de17913a6fc8256800]

        chart47: #i111552# ApiTest: LineDash Property is tested with wrong type

2010-05-12  Lars Langhans  <lla@openoffice.org>  [2f65144698b22eebb56bc6f583df228d99dbb150]

        gfxcmp02: #159601# add test

2010-05-12  obo  <obo@openoffice.org>  [67edcd669363101648408035737f33c73c78da01]

        obo48: #i109700# lucene indexer generates segments_n (n>3) files

2010-05-12  Caolán McNamara  <cmc@openoffice.org>  [defd78c476f1dc496bfa98c1701740a957803270]

        cmcfixes75: #i111551# remove unused getGlobalTransactionManager

2010-05-12  Mathias Bauer  <mba@openoffice.org>  [cd50d383f645aa1d188331039d334faebfa1add0]

        CWS mba33issues01: #i105239#: safe way to access SfxApplication in IMEStatusWindow

2010-05-12  Dirk Voelzke  <dv@openoffice.org>  [4c06dbf05271b9cb5a9e59bef8d073dcdd415dfc]

        dv12# merged with master fixes

2010-05-12  Oliver Craemer [oc]  <oc@openoffice.org>  [e43650143ee2cd255d28258f82f42ac2c1ef4dc5]

        i111343 : [Automation] Adapt autotest because of new decimalfeature

2010-05-12  Mathias Bauer  <mba@openoffice.org>  [75ddc7bdaaa3229ba4fa6d6fa354c662cca5b98c]

        CWS mba33issues01: #i106430#: make usage of pStor clear

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [06724c5d66489fcbbb0a3226f327abf5d7f6dcee]

        ext03: implement XUnitConversion for the control, too (not only for the control's peer)

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [dd6754a0393e4db9f2326e16e8648d3298e7d2e9]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [5895b4ff6a06e2e002aaa6c61a2faf0cb58ddc9e]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [7a8ef5f773c58814e49e129567b16891051f7e70]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [adfc1be625296716d67956818f9e4628dc8e03d2]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [304f05a3d979782ea4b1d7e9ddf7038cec1d7291]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [cce3c8de94bdf5bdbd1781c8d54b7bb717b6f8a3]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [46f4ddda06cdc8eab49b20400e3546de7433197a]

        rebased to DEV300_m77.

2010-05-11  Kohei Yoshida  <kyoshida@novell.com>  [4b455165b645acf62a053b61737598214f5af785]

        rebased to DEV300_m77.

2010-05-11  Michael Stahl  <mst@openoffice.org>  [dbd21fcb53f6e38e83dbb5aca521a97482ee0e85]

        gnumake2: fix various RPATH problems:  macosx.mk: ensure that executables do not get -install_name.  linux.mk: -rpath_link seems to require an absolute path.  executable.mk: use rpath also for executables.  libnames.mk: add executable names (by layer), and split up PLAINLIBS/UNOLIBS.  platform/*.mk: complete gb_LinkTarget_LAYER map.

2010-05-11  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [9c043cae537e61beb1045b08e9091e1cd9cca311]

        #i111235# corrected transformation usage for ClipRegions

2010-05-11  Ingrid Halama  <iha@openoffice.org>  [94d6333063cb5bc5c145bd205a2578a647a30420]

        #i111524# crash caused by TickmarkHelper::getMaxTickCount gets Inf interval count

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [40bff9f35c2cdaec9fac876392e3f0fb787935ce]

        #i10000# #i110973# removed warning

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [23f0b613ea680d6bd935546b42fae9bb11725f9b]

        #i10000# #i111317# linux non-pro build break

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [58c8df1c263fa69b820bd91512e1244986a8485f]

        CWS-TOOLING: integrate CWS ause119

2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [72567ce2692844ab296284af26825e69ee51215d]

        #i111077# install fc_local.conf file next to app-specific fonts

2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [03d73f45d8e607ab64d0499829b4796da03d5f69]

        #i111077# install fc_local.conf file next to app-specific fonts

2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [28ed50012951a1230853500b643bb782c27d1279]

        #i111077# enable fc_local config-files only for activated fonts

2010-05-11  Herbert Duerr [hdu]  <duerr@sun.com>  [255ad2449d0e2b7b4c32a28484207c4f9c4d3c40]

        #i111077# support app-specific config-files for fontconfig

2010-05-11  Oliver-Rainer Wittmann  <od@openoffice.org>  [8883e76b265da21a3b42f6906bc4f62e0b8a4684]

        #i105414# workaround in case that a paragraph only overrules the first line indent, but not the left indent of the applied list style

2010-05-11  Christian Lippka  <christian.lippka@sun.com>  [540945fe2f8b4edf8aea8b6ff7efeb85bcaebb29]

        merge

2010-05-11  Christian Lippka  <christian.lippka@sun.com>  [166383c2e76e42ebf3273cd7710252b129d6e83c]

        #i107213# addapt cut&paste check in impress to new impress layout default

2010-05-11  Mathias Bauer  <mba@openoffice.org>  [ddd3ac4abb2054e30440198bc9ab54ae227d1f82]

        CWS mba33issues01: #i111452#: allow to call getController() at disposed frames without assertion

2010-05-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [67fd074aa55fabfa223d33895801ff3a9eff965e]

        vitomation01: #i109562 Removed code duplication and very costly sleep statements in ch2_losa.inc, brings 20 minutes per testcase (grand total of about 2hrs). Reformatted ch2_xml_format.inc

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [a94495bb3f74757673ee23db404ce6de0f0dbee8]

        CWS-TOOLING: integrate CWS hr76

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3e67c3e2a5074ad3fe854d491ada69792500c15f]

        CWS-TOOLING: integrate CWS hr76

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [31cab84ee99b3f5b4c2f4937c4385cfb6d4007f9]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [f8248dec840b90e2371d9165ca4af081b414cbe9]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [bcd1d6619ecfde08334f3cc0ed721f427f265f05]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [792aff06d30089038e002f6611d9ba2774e8352a]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [0e0c2d3e68f9e271a34f3f37dca077ad6d8f4432]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [45c57af617e5c160b4d5b5d9b2bd98b96b154fd0]

        fwk139: Rebase to DEV300m77

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [54f620054762e148e76c0727a57643ebc7d8c5bb]

        fwk139: Rebase to DEV300m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [34c68c47793d9972d8a6015b226cc3d03735f6b5]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [70613ab827f7ebc25cd24183f9ff792ba36c588c]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [87d4070b9db3c4b8b95459c80f8c34b73e2fcb01]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [4dc7803c4d9d411579ce4fe871c2abdcd107c6c6]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [b0ebe7d06cdf6e40cea99607ddc2985fa1a7d62a]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [646ef94d1d363c96e854bf0f9f6522f636bf79f5]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [e924ca0d07165fa94c86e2c2b642458c9b2e08dd]

        cws tl80: merge with DEV300 m77

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [0689308c572e1937cbe24d68ecc9db88d4a2a8dd]

        cws tl80: merge with DEV300 m77

2010-05-11  wg111939  <wg111939@sr1-eham02-02>  [6a0f6b52d4ac7452488a59e71126247260b82878]

        Adjusting tests for renaissance2 changes

2010-05-11  Thomas Lange [tl]  <tl@openoffice.org>  [c1979d19e6221f05f79565b67733b6521ada2d93]

        cws tl78: #i109634# changes to password to open/modify dialog

2010-05-11  Andreas Bregas  <ab@openoffice.org>  [97baf8796f8016238b6d8d12fa6da66dc3b93f1d]

        ab75: merge with DEV300_m77

2010-05-11  Andreas Bregas  <ab@openoffice.org>  [68a13d0dc322d3ef491b800556d8fb94b7d959f0]

        ab75: merge with DEV300_m77

2010-05-11  Andreas Bregas  <ab@openoffice.org>  [8f06a6a35ade81aa016b6121356fe38eb6c2741c]

        ab75: merge with DEV300_m77

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [a82f11cf109cbabd2575321fafdb3059009e95f3]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4cdff703d2fbf18ee0ef3bbfef2d22ce6ada014d]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [b565fa46ee035651fe1072f1aea2c2ccdd10982d]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [a8697ca9b4f3c5a1915304e6dbe638012d506ce7]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9ee07734804cee2dede4aee2aa48b52328b9797a]

        CWS-TOOLING: integrate CWS sg01

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [688439586f562e2c5322a021bf9b8eb105e64423]

        CWS-TOOLING: integrate CWS sg01

2010-05-11  Andreas Bregas  <ab@openoffice.org>  [3d877b87f36943b4e7c722f98638da2f144808ba]

        ab75: #i110417# Fixed warning

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [89ba05fa4e5bd1a5b91f3c57ce9a31660200b4d8]

        CWS-TOOLING: integrate CWS impress188

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e0a8d76ccbf103a75d4884bc12914dca7ae22b6a]

        CWS-TOOLING: integrate CWS impress188

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [16257d5d011e4b8a95f6942407fc2d6ca9af2607]

        CWS-TOOLING: integrate CWS impress188

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [977d781e21898b22a6f896714829c1e8efcdb3be]

        CWS-TOOLING: integrate CWS impress188

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7c365da7e4dff304ebd1b0fc114587d98ad8a221]

        CWS-TOOLING: integrate CWS gfb4win02

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [74d8cb40231719fb9fa4237502e41a5b6cdcfbe1]

        CWS-TOOLING: integrate CWS sw33a11y01

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [fd0d8d24cb28698f12699239e654649f52592c78]

        CWS-TOOLING: integrate CWS sw33a11y01

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [ba91294d484008e9e6fd40b108166fdbbdb0a01e]

        CWS-TOOLING: integrate CWS sw33a11y01

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [94b7c126456967795956a78e20b17fdbf4fa3799]

        CWS-TOOLING: integrate CWS sw33a11y01

2010-05-11  Carsten Driesner  <cd@openoffice.org>  [e624b9d8b2fceac0652033619d8a607d58068b57]

        findbar01: #i10000# Fix build problem with gcc

2010-05-11  sb  <sb@openoffice.org>  [c593c31aa9865baef540da5732fb425dd32b9b03]

        sb122: #i111492# node-ref clone must not copy templateName_

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [86fc52b5eb4f9e6d7b6e923b31e32e37f062021a]

        unoawt: merge after pulling from CWS slidecopy

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f683418c5a222d81ac63aa35bed858759c305ed1]

        unoawt: merge after pulling from CWS slidecopy

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [269d00a8aff7469e1cdc2e8187b3478ec04193ab]

        unoawt: merge after pulling from CWS slidecopy

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5db2d1a7fdf5bfac33015acc75db59ecc14ababd]

        unoawt: merge after pulling from CWS slidecopy

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f135a5d49caae20aad1e63e99fd2b976b055188]

        unoawt: merge after pulling from CWS slidecopy

2010-05-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [97b3257ff315837e58582c7d7061a1ec05580aef]

        sb122: #i110083 - modified platforms.inc to also evaluate RC = -7 from hExtensionAddGUI()

2010-05-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [38179b7dc5d63993c08657ddc74937c42d6f66e3]

        os141: make compile with GCC

2010-05-10  Michael Stahl  <mst@openoffice.org>  [f9426f254b46d38012ca64acf52f69993d12473f]

        gnumake2: solaris.mk: generate dependencies for SrsPartTarget

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [de0b00d03dd81bc77b65dd310268b7e523e62630]

        removed cygwin_path / added mkdir

2010-05-10  Michael Stahl  <mst@openoffice.org>  [21305385b5bfb9392b7368852a048c5393c62e96]

        sw33bf04: #i111286#: clean up footnote cruft in SwTxtNode::CopyText()

2010-05-10  Michael Stahl  <mst@openoffice.org>  [4a43faa47e43285d044bffb6719702e3c1aee501]

        sw33bf04: #i111286#: crash when pasting footnote into frame (patch by dtardon)

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [91de39795e474157f12d25e505ecfa1e6cd1f65b]

        CWS-TOOLING: integrate CWS dtardon01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [012dcb14021a96afcfaa4bd223e3d0b7b7bc45f0]

        CWS-TOOLING: integrate CWS dtardon01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [5b12e93bbc939a58d92b7d4cf416734a35e77eb0]

        CWS-TOOLING: integrate CWS dtardon01

2010-05-10  Michael Stahl  <mst@openoffice.org>  [3bf9010a46b16a7927ccf20537157387e79f8565]

        sw33bf04: #i111381#: OValuePropertiesMetaData: apply patch by tono

2010-05-10  Ingrid Halama  <iha@openoffice.org>  [017f1bc3f7b1810f2cbf1ba5971184920be87cf8]

        chartpositioning: #i100778# for exploded pie charts use the offset of the series as radius for excluding positioning

2010-05-10  Ingrid Halama  <iha@openoffice.org>  [acc8dc48697b824297870017239630c1d4f17f12]

        chart47: #i109770# #i110253# reduce assertions 'already disposed or closed'

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [0ebdc61a4fb7ba3113b51a09e1905d06e5aa0f4f]

        CWS-TOOLING: integrate CWS dr73

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [5bfcdccad80216ef53365fb3ca7697b613738a24]

        CWS-TOOLING: integrate CWS dr73

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b67c26021c55f2086bae60a2d7adedf2c731d85d]

        CWS-TOOLING: integrate CWS dr73

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [21ccce872d6e7ad7d02896775cab10cf349758fd]

        CWS-TOOLING: integrate CWS dr73

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e5a34cb9a14edb7a9c2046f2ae51ff0f26d4bb72]

        CWS-TOOLING: integrate CWS dr73

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b357675b11284a9996262ad1ed773b302be4f205]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ab4b40723ecf9d267b3560827aa1b6f060d66c0a]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [02bdaee3115c6f67afa625c8ee6a4c4b11873fc2]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9e2c7476e77b7c25bc2071216a92ebc2a5cb8c4f]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [5da1d1c8ac3be4591a3dd8339978d671805a092a]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Mikhail Voytenko  <mav@openoffice.org>  [d3fa4e4b471979d44494079aafa2a1018cc91fa0]

        jl152: #i108704# fix typo

2010-05-10  Mikhail Voytenko  <mav@openoffice.org>  [0ddbd71a7ac5a25aa92666d26d5f264821c3bad8]

        jl152: #i108704# allow to restart the office

2010-05-10  Mikhail Voytenko  <mav@openoffice.org>  [3d7ab366ba0002f0971af4afc8c2af786db9b927]

        jl152: #i108704# allow to restart the office

2010-05-10  Mikhail Voytenko  <mav@openoffice.org>  [c288dd322747e11a5c779f155ba39e799a9920c2]

        jl152: #i108704# allow to restart the office

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [31b470f1e414d7a4b16671af6755e06337caf663]

        vitomation01: #i109562 - Renamed help related reference files as requested by RE, changed autotests to replace all blanks in the productname with underscores

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5d0047e635730fb0319831b23e0174aaf18b309e]

        vitomation01: #i109562 - Increased maximum array size to 25000 (10000 was not enough for the current help file sizes)

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4c22a58a9e05d33f90ff5dd13cbd705ace5f9f49]

        vitomation01: #i109562 - Remove blanks from reference file names as requested by RE

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37ac8c597ec4682bac369810e7d8b0a98659fa6c]

        vitomation01: #i109562 - Fix misuse of hInitSingleDoc() - The function creates a writer document but we need Calc.

2010-05-10  Ingrid Halama  <iha@openoffice.org>  [e0a1128c4b13e2f32a76e0b5f55839b705798da0]

        chartpositioning: #i100778# switch to manual positioning if shapes are added via user interface

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ccba4c782e8c3aa225f80622ff2de783474f0991]

        vitomation01: #i109562 - Fix missing closing quote

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a9721fb25483891f760605cf68092467a4f8959e]

        vitomation01: #i109562 - Increased array size as a first ttempt to fix an array out of bounds error, the problem however is likely to be found elsewhere

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [2379e44a85af09fb59de21f90cceb6f56fbf236c]

        CWS-TOOLING: integrate CWS chart45

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ea24f338e61432731081b6e74a0be32988ede1cb]

        CWS-TOOLING: integrate CWS chart45

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [3288049eb6261c34a43aac0c8fe4a1856f20a3ab]

        CWS-TOOLING: integrate CWS chart45

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e3fa835e49b602a7c12819e26beebbe951b2bd28]

        vitomation01: #i109562 - Removed undeclared identifier brc and irc

2010-05-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [593d41211892cdd8d6051a38d677cbe1e39951ac]

        CWS gnumake2: consolidated compiler optimizations flags, updated some docs

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [973873e8ba146da7a0beaec84c0b1648b49a0e51]

        vitomation01: #i109562 - Warnlog for incorrect messagebox when signing documents

2010-05-10  Kurt Zenker  <kz@openoffice.org>  [0cb52efc47c042c28b5c8e1d9bd1d9fb60ef52df]

        merge to m77

2010-05-10  sb  <sb@openoffice.org>  [be45f3f14b9f103e12ddc343f483086eff10011e]

        jl152: #i77196# typo

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ecc335ffb70ba20d8a97291c4ded8075917a7639]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [3bd0ddc236d8e74abe9745007a78b59cc20b4209]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [565a6963e99cbb6f5e17cb6019847ca251bcd67f]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e6db354ca45d64b1e2461b52ad6181a59c5ffb3b]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [807aa3828ba3a7fa0207091b4ab9a6391635c897]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3b2350a5bba9c85ecfff70bf79b289da1e8c1da2]

        vitomation01: #i109562 - Fix typo (i really should work locally...)

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e21b183476f5055b2ccdef730c1c307080be8616]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4209cd2a3168c16b75dce990c9352d2c933a1476]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b9420f83fe45d9c1b72046fa8eb5103a086969ec]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [37d9971b8b98e2a3fb510e62966319a8fd8a0d5c]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [68b7b72b1586da73d60e0aa9d0ac80c644998155]

        vitomation01: #i109562 - Fix broken functions, replaced fancy variable names i, A, BornToKill with speaking identifiers.

2010-05-10  Joachim Lingner  <jl@openoffice.org>  [b8dc3e6f63c57c92f877d392ef013127f41c5d44]

        jl152 fixing merge conflict

2010-05-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8a7501fdc4dce26a4be91eef144b6bae48e55845]

        #i110768# use better subdivision for fat beziers when printing

2010-05-10  Lars Langhans  <lla@openoffice.org>  [2fd83ef32bb8819c48b8bff1d8b72f735dc241a5]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ad41732f4a707be8b2b3f622574176958ac4039f]

        CWS gnumake2: fixing mkdepend fix for gcc, thanks ause

2010-05-10  Lars Langhans  <lla@openoffice.org>  [77f51f55f9cd8ab49f93d4afa8896b8a0f7e05c1]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [266c0bf4901e2e3742d92b8e4a9ffc459e73686b]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [ddbd50bf72185948d2a376ab2e0f7dd682a59cce]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [af2245f7dce4d196284513ca508acfe3baea9d77]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Christian Lippka  <christian.lippka@sun.com>  [d24b570e7db3127356f0807d765c0be1fcb3ba19]

        #i107213# enable reading of toolbar menu entries on mac

2010-05-10  Lars Langhans  <lla@openoffice.org>  [e959570b686f88e63c2ae6e0d13838ae71dc1fff]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [5b64f86ea0ce3d7f3cb34caac195391d1578199d]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [14c381afc6403436d35b2e76acddcdb12ccf4b2a]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [4e0f3f6729d91954e5db311dd9752ed0e260a1bd]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [2326219a947050968540fecf1a3b7c83ade11e8b]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [67d2d7d768b8db681a7e6abb8721e117063223e8]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [81f5c817f1517dbc975b8f313bcd3edde503de2e]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [5d663427b771e11bc845faf1353738eea358126c]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9d52734f0bbbcf27f07f1c1e7e84468f85f83139]

        CWS gnumake2: rename gb_MkTemp to have it conform to naming conventions

2010-05-10  Lars Langhans  <lla@openoffice.org>  [610e528996300d00a0cc9dd1e299197e874d69e5]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [3ebaf28103410e2d08d3989ed182719706ae2553]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [6abd4f597851158f0456345a8fe9fcc3d6ddb5e6]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [5f56b4f5d7bec7b286868ab79e12ecd22be89739]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [894edb4c5e0e348f58ef81c4805d63564c43944c]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [a140d01587697909c3fb8a0e5d8e0055cfff0de1]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [44cdcc97d0238924d9446a0c4b4768b627f96cdc]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [5eaac6e0f084b3e78bca89890a9c57b72bfd8ccc]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [c5eeb09f4c4b369a5511bc572c55cdc4bbc53c65]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [9331542d5fbcc744ba738de92a4c346d8da38e3e]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [4f869ccee0ca1a0e1c0125ece3d9c7a28c0fac46]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [b890b2ad2ea07fc78cbd9a43b042e60d404f7175]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [bd54918035d0d0fc662cfb7eb968cc40b12dc69e]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [a886e4dcb0e1d0d80d4035ca2c3890a4dfd11267]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [c877eb9e2e394855eb247020e474ee54cffad125]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [7b44a5f3dd0f72b68c4d4582a73bf9ff43f1c769]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [254975e478ce092f4def52394840fd2eb3dedc5d]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [7348338a6eef0bfb96cd38abf5d29f54fe4f8864]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [8aef8fe7581d5d0ac8a1ca7df776294dd9822bef]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [07d1ea4355c5b7f69470abf7be082d41fc0df5c0]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [2cb60d0698b49526502e5c88e21f0d1020365663]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [0d54ff14d97eef3c618c6c1609d8863049938254]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [e582195f165eb00289d3974c1402b6405cc90030]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [1bc1ddf7de892d91cbb069fcdf3e3d0562955718]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Lars Langhans  <lla@openoffice.org>  [cc475c082a689a7750d1f26485c588eac85afd4b]

        gfxcmp02: #159601# add graphical compare test

2010-05-10  Mathias Bauer  <mba@openoffice.org>  [52031dd471e7f3b271f5807ce5f702bd241a15d5]

        CWS mba33issues01: #i93818#: prevent crash by not forwarding reference device

2010-05-10  Mathias Bauer  <mba@openoffice.org>  [311a2cbcf6532e47027abfef191b94fb60aaab7c]

        CWS mba33issues01: #i108607#: resolve operator ambiguity

2010-05-10  Mathias Bauer  <mba@openoffice.org>  [0e1079119202c55866d01479e913a30bf7513ce6]

        CWS mba33issues01: #i109842#: delete global resources in pro version also

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f9251b64f061cc7bcbbe9beb728e914fe72791ee]

        sb122: #i110083 - QUASTe ID String added

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [eb59b81c7fe80315faa562416d73649c15e9d2a5]

        sb122: #i110083 - QUASTe ID String added

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [99e46c632f56ce632e861299c32d99e363640da1]

        CWS-TOOLING: integrate CWS calcautocrash

2010-05-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [953f5e62d7105cf4de1e46c6b3be048d2d60490d]

        #i111410# reset BoundRects of 3D scenes udes as groups for chart

2010-05-10  Lars Langhans  <lla@openoffice.org>  [975f42ce66b772f46f6fd9666d94aab2e57d1070]

        gfxcmp02: #159601# cleanups

2010-05-10  Lars Langhans  <lla@openoffice.org>  [8eb9f980b429bd8f553460025600c601a8e45ecf]

        gfxcmp02: #159601# cleanups

2010-05-10  Ingrid Halama  <iha@openoffice.org>  [6d0afcd0db46ad125c243b8854b78da250b5f581]

        chart47: #i109770# #i110253# remove assertion caused by state without diagram during initialization

2010-05-10  Lars Langhans  <lla@openoffice.org>  [049d85552cbdfef0c0147a6bdc9e2e9a14ecc513]

        gfxcmp02: #159601# cleanups

2010-05-10  Ingrid Halama  <iha@openoffice.org>  [7e06e1078bfd4066e957e34c0466efcd96828c94]

        chart47: #i109770# guard drawmodel destructor with solar mutex

2010-05-10  Niklas Nebel  <nn@openoffice.org>  [7d676f28e931c0cb87174f7bfa5cf204b7f60812]

        calc54: #i111482# use right variable for loop in ApplyLanguageOptions

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8019548104eec2976b8f3e0ddc9d3b68d7885c8e]

        sb122: #i110083 - Added test case

2010-05-10  Caolán McNamara  <cmc@openoffice.org>  [1711ca5365d607f09507b3d1420403b11cd49064]

        cmcfixes75: #i111508# implement a com.sun.star.mail.Mailserver in mailmerge.py

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e7ef1eca776b1e01f0f2f46dbd1bf376bdfd8028]

        nativeb: #i111098# StartCenter BrOffice images

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [cbea64e0a2620d62fb80179bec92cfe4c521e571]

        nativeb: #i111039#: changed extension description

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [89d568da16f746cb8bc94fb21cc29dd5f0031a75]

        nativeb: merging heads

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e7194215164848daea99c2500ee5b6f284c66bd4]

        nativeb: #i110876# escape regexp substitutes

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c7857117677d6066ff530b9027a7fa5c279afc35]

        sb122: #i110083 - Added test case

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4b4e0516011e21d7dd2197211531cb2a20c3f7ee]

        sb122: #i110083 - Added test case

2010-05-10  Carsten Driesner  <cd@openoffice.org>  [3741f79c53b0d216cd097f10d218b4b3dd774884]

        fwk142: #i104468# Ensure that focus is set to a floating window created by a toolbar controller

2010-05-10  Carsten Driesner  <cd@openoffice.org>  [13b8697f854e1f1dc5e8ab06eab04f90bf99d219]

        fwk142: #i104468# Ensure that focus is set to a floating window created by a toolbar controller

2010-05-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad46a745fb80f4f62f19c111388ba56a466eebee]

        vitomation01: #i109562 - Reworked fInsertOLE() as the function had a number of shortcomings (No returnvalue in case of server timeout/object not found errors and others)

2010-05-07  Ingrid Halama  <iha@openoffice.org>  [21705873711b1c8665d3604dcd48cffd3ed96b89]

        chart47: #i111456# use 9 sub intervals per default for logarithmic scales

2010-05-07  Ingrid Halama  <iha@openoffice.org>  [e0d2837a01dd60a2103d26b59e96da0d45f2b09a]

        chart47: #i111456# use 9 sub intervals per default for logarithmic scales

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [697077751be6ced77f6f64149073934345ef2ca3]

        CWS gnumake2: merging minibranches

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [020efd90897529e3cb5090da09c81d7d956a8f03]

        CWS gnumake2: merging minibranches

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [be0b5a72d3e6213af839461d84648f58c50a9721]

        CWS gnumake2: merging minibranches

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e30f642ea8017dbeb74634d28086a05dcfcef34d]

        CWS gnumake2: merging minibranches

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [c716bb1a4b476f16d6e5f64ec6da2557c00459b1]

        CWS gnumake2: fixed rebuild on link error, create misc dir for resource dep generation

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1ef2de7a6992d0c8fc0f6ed326ba81f078739f7e]

        CWS gnumake2: silence of the link.exe

2010-05-07  Niklas Nebel  <nn@openoffice.org>  [47ed47f1c70f4b061545cb6bc0fbb37409021b76]

        calc54: #i111462# in ScDPResultMember::LateInitFrom, reset InitChild flag only temporarily

2010-05-07  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ec331e1c244e72aad5917cfe07ba3ff84f2671b6]

        CWS gnumake2: dependencies for windows

2010-05-07  Joachim Lingner  <jl@openoffice.org>  [aec9a646b55911c65ae96d9e415ef83b56ae73fa]

        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  Joachim Lingner  <jl@openoffice.org>  [dc9d30e6e99da3e63f9255a0c5dd046015437665]

        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-10  Dirk Voelzke  <dv@openoffice.org>  [cbe7eeb41f84acf01241189b67d17b8a4bb4954b]

        jl152: Fixed compiling errors for gcc

2010-05-10  Dirk Voelzke  <dv@openoffice.org>  [051f7b163fa4bf1917fb3db98fed2a6a932a827e]

        jl152#i77196# Use ExtensionManager instead of PackageManager

2010-05-10  Dirk Voelzke  <dv@openoffice.org>  [b686a10577e24cdc0ac6b4c4112fb54bf172a6a0]

        jl152: merged

2010-05-10  Dirk Voelzke  <dv@openoffice.org>  [c6f3782d96f7a93889d742520496e9d27775048e]

        jl152: Fixed compiling errors for gcc

2010-05-07  Caolán McNamara  <cmc@openoffice.org>  [5cee63480fb7d483018d9ee30972b3c311cd0792]

        cmcfixes75: #i111459# sync paper defaults with CLDR 1.8.1

2010-05-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [88572c217b53b10a7d3ce1a0544813bf6fdc8bc0]

        #i111392# corrected TextOnCurve for CTL

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [a4d76b2f6b47120242b282da95046a7f8b83aef8]

        CWS-TOOLING: integrate CWS sb121

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [4a15f9e51618fbe39e6d5351ea91f14a56bea77b]

        CWS-TOOLING: integrate CWS sb121

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [aa771ef5a927af95dde5f3a1e611a139e59fabe0]

        CWS-TOOLING: integrate CWS sb121

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [a6d8f4f075ffb9afc140c6c1a1a86c62d2e83d30]

        #i109578# patch from Svante

2010-05-07  Andreas Bregas  <ab@openoffice.org>  [c554ca32cb7f116516760546dcb80e5d8ba56352]

        ab75: #i111453# Open storage file for reading only

2010-05-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c46278f9a1012448711dae5342803c483b52df70]

        #i110981# do nothing when nothing to do

2010-05-07  Mathias Bauer  <mba@openoffice.org>  [9ae1020765800cee95851e866d388e9394408471]

        CWS gnumake2: adapt gbuild makefiles to changes in tools/bootstrp

2010-05-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [290fec540fddd550449bef7e777e43bddb33c313]

        slidecopy: export task pane view menu help id

2010-05-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc53fa7c87db3c9390fcbeb43dfa6a65aa48f4bb]

        slidecopy: when activating a tool panel which is already active, let it grab the focus

2010-05-07  Herbert Duerr [hdu]  <duerr@sun.com>  [992e939b91b536886d31be16bf5b0d303b35a290]

        #100000# fix compile for case sensitive wntmsci12

2010-05-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [028d3184a822a79d19d154b3cc6a5deaa4af023f]

        slidecopy: ActivateToolPanel: lock the SolarMutex, this can be entered from anywhere ...

2010-05-07  Radek Doulik  <rodo@novell.com>  [cdac63817e9f570ebea893e9c488c198aff3026c]

        merged with changes from Tor

2010-05-07  Ingrid Halama  <iha@openoffice.org>  [719a8ec12a09384e9ef08c671a0b07b7872fa085]

        chart47: #i111102# remove assertion

2010-05-07  Niklas Nebel  <nn@openoffice.org>  [9ee39d86f51ae10adc6b0b79e81644d13927b2bd]

        calc54: #i111435# in ScDPGroupTableData::CalcResults use dimension indexes including groups

2010-05-07  npower Developer  <npower@openoffice.org>  [d6ea16e6223cfa718364b47589b359bac2dea968]

        ab75: #i110417# add andreas's improvements and additionally don't clear previous err object data

2010-05-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [7209623a6ee752a1d1c8158902a3c477808097bc]

        writerfilter08: resolve SttbfAssoc

2010-05-07  sb  <sb@openoffice.org>  [1f9abbd13e98b50a03813b643477d7aed96b5a3e]

        sb123: #i111449# adapted sw/qa/complex to new framework

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [c4004bb3c81beeb717e0dd4e942d674c1d075812]

        cws tl78: fixing windows specific build problems after merging with DEV300_m77

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [b71e7bee59426fa5fe73f6ec85afbe6c0db7964d]

        cws tl78: fixing windows specific build problems after merging with DEV300_m77

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [e8f78faa415a94dda55b8cd3249d3586d36dc119]

        cws tl78: fixing windows specific build problems after merging with DEV300_m77

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [5b7cf789a0c84c60c738d2249bf82ba0220487c3]

        cws tl78: fixing windows specific build problems after merging with DEV300_m77

2010-05-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [95a1ee178b4548a3471f9f1211608fbcbed5620b]

        slidecopy: allow activating a tool panel view XLayoutManager::showElement

2010-05-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0434aa5708d99334f445b894c48b7650732cc2cb]

        slidecopy: allow activating a tool panel view XLayoutManager::showElement

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [95838cf7eb35c98e0beec89043352eca276df85e]

        cws tl74: #158766# problem with test tool fixed

2010-05-07  Thomas Lange [tl]  <tl@openoffice.org>  [16953b1821c4cc394942012c9ff74cf6f9380d9e]

        cws tl74: #158766# problem with test tool fixed

2010-05-07  Herbert Duerr [hdu]  <duerr@sun.com>  [ec097e0b381b6b9d126d77c47ba89f6da70687a3]

        #100000# fix compile warning and assertion

2010-05-06  Juergen Schmidt  <jsc@openoffice.org>  [32b0f0d10079682a69fbc3bb2d4db1ec43715a88]

        sdk321: adapt configuration and build env to work proper with spaces

2010-05-06  Carsten Driesner  <cd@openoffice.org>  [4342408a8359e590f57b016baaf7d8dcfdebdbd4]

        fwk142: #i104293 Use Commands.xcu files to mark commands which support a toggle state

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [a9dbaec3087911f20e5781d98586bd1ec9b0937b]

        jl152 i111434 ucb failes when copying folders, which contain files containing percent signs

2010-05-06  Oliver-Rainer Wittmann  <od@openoffice.org>  [f7a9e946427e9ba8878c2617362aa4a17d20e490]

        #i103711# - workaround in case that a paragraph only overrules the left indent, but not the first line indent of the applied list style

2010-05-06  Kohei Yoshida  <kyoshida@novell.com>  [ab6ea1094cd5fd5d0f5acf6c9a4cbc26573c4c4c]

        Merged from the repo.

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [637bebf4f13e83ee1eacdc6b158a86613e388080]

        os141: removed debug code which slipped in with some recent change ...

2010-05-06  Mikhail Voytenko  <mav@openoffice.org>  [bf301e0764af1d9575baf7f156f77d5c51cf4269]

        fwk139: #i110801# integrate the patch

2010-05-06  Caolán McNamara  <cmc@openoffice.org>  [3af4e14cffc410527601c268f5adc37a2a9d8144]

        armeabi02: #i111427# fix without-java

2010-05-06  Mathias Bauer  <mba@openoffice.org>  [d8c5ac47fc19c8442f6e05913cf62e09505533a3]

        CWS gnumake2: don't create static libs in tools

2010-05-06  Mathias Bauer  <mba@openoffice.org>  [c2c267562f199efdfa2e3787cba014a0541e8066]

        CWS gnumake2: don't create static libs in tools

2010-05-06  Mathias Bauer  <mba@openoffice.org>  [581f9cd397846e170ec2fdbf4521a6a040852b94]

        CWS gnumake2: don't create static libs in tools

2010-05-06  Mathias Bauer  <mba@openoffice.org>  [3eda2cfb75c8bc483d8377a1fac24974b1864440]

        CWS gnumake2: don't create static libs in tools

2010-05-06  Mathias Bauer  <mba@openoffice.org>  [abb3fd0f277363a870a6e441f0d0c2ce8ced5e5f]

        CWS gnumake2: found missing return statement by accident

2010-05-06  Christian Lippka  <cl@openoffice.org>  [5c3614277d347e72c403135f5c92c0c13fb55d5f]

        #i109296# add shortcuts to toolbar items

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ac084249c20528bd55092715fff2b124639e0868]

        os141: ensure the VCLXWindow is not destroyed while the callback event is underway

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1afc19fa95b833e68330b91f06e036d908f9e30f]

        os141: windowEnabled/Disabled events now also using the new mechanism, implies the SolarMutex is not locked when they're called

2010-05-06  Christian Lippka  <cl@openoffice.org>  [dd1c2c40badabc44efc54f59e10797ada5e72ca3]

        #i108541# keep non empty pres obj as pres obj even if they are not part of the current layout

2010-05-06  Kai Sommerfeld  <kso@openoffice.org>  [8ea33b344f497d819e48ef819bc23aef5de8c831]

        #i110213# - setup master password container on demand.

2010-05-06  Kai Sommerfeld  <kso@openoffice.org>  [e4307a4d3fc43914c8d28157c0e71633843fa045]

        #i110213# - setup master password container on demand.

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ef87f256df12b618d410182c6b70cf5302e92c31]

        os141: notify mouse events without a locked SolarMutex

2010-05-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [4f4296612fa42daf3ec30dc76692a4f390362bd1]

        #i111193# added patch to have a working m77

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1678607abe3925444f6d0d282180ab34893e2c0f]

        os141: before accessing the VCL menu in any public API method, lock the SolarMutex

2010-05-06  npower Developer  <npower@openoffice.org>  [6ddef091efca9cd67d93a806c2ec6303f47adc28]

        npower13_objectmodules: #i111419#

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [7ded6edd288b75c28482b29619a81203cd35d564]

        jl152 merging with sb122

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [9c40c11b9a3b0f09c701670f97c4192c3d8215d7]

        jl152 merging with sb122

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [2ea8eda1b848723c93f5be0974d5db165e9388bd]

        jl152 merging with sb122

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [ed8307ea1ec53445ec3ad42d950bbdb14cae925d]

        jl152 merging with sb122

2010-05-06  Joachim Lingner  <jl@openoffice.org>  [b75b12d033c0da4f78287811a68a5d5dce5d39f1]

        jl152 merging with sb122

2010-05-06  Niklas Nebel  <nn@openoffice.org>  [8edd46f0711d56369dd863b8deea5a98fcc1f31b]

        calc54: #i111421# use lcl_GetTableVars in GetDataResultPositionData

2010-05-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a7c84375db517769035080c8fed33b2f303fc42f]

        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  Dirk Voelzke  <dv@openoffice.org>  [465099eb825f40ec15af1499444263cbb3d7df19]

        dv12#i88957# improved handling of downloading new versions

2010-05-06  Dirk Voelzke  <dv@openoffice.org>  [bd883027c74030e4bc4f038bdcab091723246360]

        dv12#i106373# applied patch to remove unused code

2010-05-06  Oliver-Rainer Wittmann  <od@openoffice.org>  [5acd245bc94d176c2ab9692a3351b34e70ad82e7]

        #i111172# method <SwWrtShell::NumOrBulletOn(..)> - adjust handling of existing indent in case that the text node is already inside a list.

2010-05-06  Herbert Duerr [hdu]  <duerr@sun.com>  [770b45622ec89c3fe430f379a05737841e979bdd]

        #i11054# #i111272# fix graphite line breaking and expanded/condensed text (thanks kstribley)

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [45bf9199f52c19f3302c25b799133027b4addcd1]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5ac537f937a7d8bfbe6c12203e8f10d0d92441df]

        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>  [47d8eeed3f8258b4efceeb4b1dfb40fcde2afce5]

        dr76: #i111404# make FastSaxParser reentrant

2010-05-05  Ingrid Halama  <iha@openoffice.org>  [e5fca8fd92fed0b7b719645c461ffe89401ff62a]

        chartpositioning: #i100778# simplify user interface: reduce sizing options to new excluding mode only

2010-05-05  Ingrid Halama  <iha@openoffice.org>  [0581e072a69d06abd1bdcc8b5cc14771b110e6f9]

        chartpositioning: #i100778# simplify user interface: reduce sizing options to new excluding mode only

2010-05-05  Christian Lippka  <christian.lippka@sun.com>  [58dd850178eb0151f03351b0599fcb88e6b499a8]

        #i89450# removed unused code

2010-05-05  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ac8b5e0d06a1d6520acc1e9232c18b6e88fe63b7]

        aw081 resync to m77

2010-05-05  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [e3b2ba28e395cac9e44c60f118ab403f5728c8da]

        aw081 resync to m77

2010-05-05  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [95fd20dbf006af716325a31cf77ffa472db78afc]

        aw081 resync to m77

2010-05-05  Christian Lippka  <christian.lippka@sun.com>  [1875ea687b2c5c45fe3df626c05ca5f483417269]

        #i87750# removed insert sound&video from menu

2010-05-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [ec2b51bbf8c3f999703eee3a6da4db5075caf4de]

        #i111284# method <SwTxtMargin::CtorInitTxtMargin(..)> - correct treatment of list level indents

2010-05-05  Kohei Yoshida  <kyoshida@novell.com>  [43cb6820ed410082961d0229e022bcdc5159e1dc]

        koheiautodecimal: #i111387# Disable text wrapping when the cell value is numeric.

2010-05-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [cb4f0e685032b29b5db2d4beb5051b66d846273b]

        CWS gnumake2: fixes for win

2010-05-05  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [73c36a2ac1535ca8984165ce2719a6a22e036e9d]

        CWS gnumake2: fixes for win

2010-05-05  Joachim Lingner  <jl@openoffice.org>  [5a4b745ea7e58848215d962c9102e58177691499]

        jl152 import 263454 from native0jl:#i77196#  adding XLibraryContainer3.idl

2010-05-05  Joachim Lingner  <jl@openoffice.org>  [6b60dbdf8e8935165aed3514705c2f10567946bf]

        jl152 import 263454 from native0jl:#i77196#  adding XLibraryContainer3.idl

2010-05-05  Christian Lippka  <christian.lippka@sun.com>  [ab9908fa29246f0a310c6ff319b91583e9b61da5]

        #i102023# use LogicToPagePos conversion for snap lines and points

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [119f78a4d99618ae1e788d70cd8aab012cf81d34]

        os141: also accept the brand-new vnd.sun.star.ext:// URL scheme

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a40f47ebf9f07f5cae092ddd84280c2e21e515f]

        os141: added XTreeControl::getNodeRect

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6a909277d937b2d809d1baaee51f94795405d3a8]

        os141: added XTreeControl::getNodeRect

2010-05-05  Rene Engelhard  <rene@openoffice.org>  [7e7496bceecb366e9edaf885d41ece736218ceb5]

        kfreebsdport01v2: fix odks settings.mk to add kfreebsd support and add amd64. Remove obsolete gcc version check

2010-05-05  npower Developer  <npower@openoffice.org>  [442f8716115ad20f75aa3d456727fb51f790d31c]

        fix for insert

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [69e661370538571d578552757bde5998c9d52fdf]

        os141: do not crash on NULL Windows passed to ::Execute

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c59fc0d76cacdaaf1c1cdd4e8b820acb42f8b4d1]

        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  Tor Lillqvist  <tml@openoffice.org>  [b7c4411489274c0f22e09ed4c6c1e8efd470b7d8]

        ooxml10: fix compilation errors: s/getIndex/getSubTypeIndex/

2010-05-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a8f7bf3eee546b0ef2c32121ee5256133b8c902b]

        sb120: Merging in CWS automationdev300m76cat0 as it should remove a lot of annoying background noise

2010-05-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a18ceca0a76f0b8d36d2e377dc929c8cea90c7fd]

        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>  [e494bb1b4549f170f1909c3958900335d075f40c]

        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  sb  <sb@openoffice.org>  [4e2c875051c77528370e7dc1cf87519dcb337ca3]

        sb122: #i111385# fix for FreeBSD (by maho)

2010-05-05  Eike Rathke  <erack@openoffice.org>  [fb8e6e29e7de62c036d9267456f308b158510673]

        locales33a: add globals.pm and msi-encodinglist.txt

2010-05-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d203a33a230e3c0e8be25ae4be0f8cebe8af151e]

        merge

2010-05-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c999e914a371d37ec37aab2db3c2d5f8a62ee192]

        vcl111: #i42282# do not position dialogs outside the screen just because the screen existed in the last session

2010-05-04  sb  <sb@openoffice.org>  [8faf3781aa21c8bd95449eda6958b7be086b5e75]

        sb122: merged in late cws/sb121 merge fix

2010-05-04  sb  <sb@openoffice.org>  [55195b48c7100a046a7e60654665f8715fb3c2db]

        sb122: #i110491# turned configmgr API from C++ to UNO

2010-05-04  sb  <sb@openoffice.org>  [9873688fef0e3c5b7b17eb3f6ac6d026b94cf56f]

        sb122: #i110491# turned configmgr API from C++ to UNO

2010-05-04  sb  <sb@openoffice.org>  [74155ef0d4806b2cad2e550ce337e7f6a02adf38]

        sb122: #i110491# turned configmgr API from C++ to UNO

2010-05-04  sb  <sb@openoffice.org>  [bc44b9211fbfc42fdd156005a91c8892b5050739]

        sb121: merge fix

2010-05-04  Herbert Duerr [hdu]  <duerr@sun.com>  [f645ed3b6bd82298df06c912ea2fadba0eea96eb]

        #i95867# avoid GDI-internal integer overflow for extremely anisotropic text

2010-05-04  Caolán McNamara  <cmc@openoffice.org>  [867721d3e825be238785847a703c211d0e61d0ab]

        armeabi02: #i105359# fix arm-eabi uno bridge

2010-05-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [7aa662cde0ffa955fa68b72ba28052e33b6aa362]

        #i101131# method <SwXNumberingRules::GetNumberingRuleByIndex(..)> - adjust conversion due to type mismatch

2010-05-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [c22ef304c317170d3a224908cd4e7d7f967f9168]

        #i110750# - remove unused method <CheckPos(..)> - thx cmc

2010-05-04  sb  <sb@openoffice.org>  [3291e68cd98055ea9517642b13dcc2c7e25f13dd]

        sb122: #i110905# removed unnecessary getAbsoluteFileURL calls

2010-05-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9ebb4608df066f66aa440885f6691d0d0571174d]

        vitomation01: #i109562 - g_ole.inc has new issue with DEV300m77 when saving Impress documents, added WarnLog for issue 110938

2010-05-04  Eike Rathke  <erack@openoffice.org>  [3eb3bb8924acdf2ede721bb3cecba961b849b638]

        locales33a: #i111003# add support for known glibc modifiers; patch from <cmc>

2010-05-04  Eike Rathke  <erack@openoffice.org>  [c59c00efa8bf1b934efeaa24ed98510fc7a23d7c]

        locales33a: #i110903# added Rusyn (Ukraine) [rue-UA] and Rusyn (Slovakia) [rue-SK]

2010-05-04  Eike Rathke  <erack@openoffice.org>  [8c7731ff58ffb89531fdb49e07dd239c50f01dad]

        locales33a: #i106822# added Yoruba [yo-NG] to language list

2010-05-04  Eike Rathke  <erack@openoffice.org>  [1c6e780b960f1f3f210b49d2607f36ae6c2583b3]

        locales33a: #i110484# add Gikuyu [ki-KE] to language list

2010-05-03  Rene Engelhard  <rene@openoffice.org>  [7ec8f040c2c3ff10eb6e7d7aea76c96428ff6e93]

        mythes12: fix configure for mythes 1.0 usage

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [46e47785749f1d8fef5ea06b87efa26c9200ddbb]

        CWS-TOOLING: integrate CWS extras330

2010-05-03  sb  <sb@openoffice.org>  [84b4b5fd26e906cdc551b1fdedfa748381c141b1]

        sb122: #i111141# fix ArchLinux build problem (patch from <http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cppunit.diff;att=1;bug=338252>)

2010-05-03  Oliver Craemer [oc]  <oc@openoffice.org>  [d094b818801c4325b6d27f10e87915fe89b9b4d6]

        i111343 : [Automation] Adapt autotest because of new decimalfeature

2010-05-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [790987f24261489d3984388f6b6bc0eedb5b5390]

        os141: getPhysicalLocation: do not destroy valid non-file URLs

2010-05-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [40de6609ed4a6d68c526e1e347955b83865bb3e3]

        os141: accept more URL schemes which are supported by the GraphicsProvider

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [35a221da96f8705b1f985ec5019969e8d0e84c14]

        CWS-TOOLING: integrate CWS cloph14

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [3eb0e4c7c653cde7da211c151ee05f13021e458e]

        CWS-TOOLING: integrate CWS cloph14

2010-05-03  Daniel Rentz  <dr@openoffice.org>  [9ab3e6e31798adb32145948f64c4c41363be6ec8]

        dr76: #i104719# import VML fill bitmaps

2010-05-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [03efbb4e37d70ea1bd8f2616ce6c6e5a84e61378]

        vcl111: #i106125# do not limit the system scrollbarsize anymore

2010-05-03  Thomas Lange [tl]  <tl@openoffice.org>  [5ee055288d53fb2db05e835361574dbaae1b58c0]

        cws tl80: #i98187# api documentation for EditInReadonly

2010-05-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1061de2f6c2b2f220d69503705c24eafa76c2422]

        vitomation01: #i109562 - hDeleteMacro() was too fast. Added a minute slowdown between keyboard actions

2010-05-03  Dirk Voelzke  <dv@openoffice.org>  [6241367966bca60d2ee49a693d23c59acfac3349]

        jl152 import 263453 from native0jl:#i77196#  Use ExtensionManager instead of PackageManager

2010-05-03  hb  <hbrinkm@openoffice.org>  [6d60f1c26467cd7458671515202c07ae7d769f10]

        hb33tablebylayout: more fiddling with archticture dependant length of variables

2010-05-03  Daniel Rentz  <dr@openoffice.org>  [9205bc69fc5458c5090e8c1e97aed8bde9e776a1]

        dr76: #i104719# preprocess VML streams to remove all quirks making expat fail

2010-05-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e2778d307ea02956d3cdd354b0d19d8069df49ff]

        vitomation01: #i109562 - Remove no longer existing include

2010-05-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [c0136f89cb31a861f604101f7de0e6ed32c6d92e]

        hb33tablebylayout: #i110135# handle compiler warnings

2010-05-03  Radek Doulik  <rodo@novell.com>  [db4dc717b175ce093b7e0379e1f64392d02a1b17]

        fix the build

2010-05-03  Joachim Lingner  <jl@openoffice.org>  [707230d6160c018a04ae460d73bc828ed8ae623a]

        jl152 import 263452 from native0jl:#i77196# fixed bundled extension help tree view, scripts in shared extensions...

2010-05-04  Joachim Lingner  <jl@openoffice.org>  [01d36efb20f6fbe8c42d83fd988336e5d60b61ef]

        jl152 bundled extensions, import of changeset  263438:8b253e76e957 from native0jl

2010-05-03  Joachim Lingner  <jl@openoffice.org>  [1ebaaaab00c19991a3cd0528d75a9caabde5649b]

        jl152 import 263452 from native0jl:#i77196# fixed bundled extension help tree view, scripts in shared extensions...

2010-05-03  Joachim Lingner  <jl@openoffice.org>  [86e2dc0dcb9d79f1267dbd88d68bba6da3de871e]

        jl152 import 263452 from native0jl:#i77196# fixed bundled extension help tree view, scripts in shared extensions...

2010-05-03  Radek Doulik  <rodo@novell.com>  [8302f2c4b5d8f52524261c9f660cf8ecc66aa002]

        ooxml10: apply oox-import-helper-debug-dump.diff from ooo-build

2010-05-03  Radek Doulik  <rodo@novell.com>  [9957ebbc6f461733614f862efd89a7dee7ab869f]

        ooxml10: apply oox-pptx-import-fix-placeholder-text-style-1.diff from ooo-build

2010-05-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [785cdceeee76f04cb5d14e8cc4835fbb3389c520]

        vitomation01: #i109562 - Need to ucase cApplication as the all-caps rule does only apply to gApplication.

2010-05-03  sb  <sb@openoffice.org>  [8288e21f9a6a56d28f8c39e9acfeae26efe1ae54]

        sb120: #i111333# disabled failing tests for now

2010-05-03  sb  <sb@openoffice.org>  [8eacb235792032735ac6ee805d0919812599f1b3]

        sb120: #i111332# disabled failing tests for now

2010-05-03  Vladimir Glazunov  <vg@openoffice.org>  [0b404429eb845a847c2100ee781cbbee67b881b0]

        corrected error message for --all and multiprocessing builds

2010-05-03  sb  <sb@openoffice.org>  [a253d7b98b2bf514eb7449081eb52de2788f3a1a]

        sb120: #i111329# disabled failing tests for now

2010-05-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [722ba95a21703ea1b74cf04a0ead2fde094327db]

        slidecopy: what a stupid idea to hard-code numeric resource IDs in Java files - this *cries* for breakage ...

2010-05-03  Thomas Lange [tl]  <tl@openoffice.org>  [2005bc7b8b04f6eaa3d4636a3a1df1d6ff02f550]

        cws tl78: build issues after merging with DEV300_m77

2010-05-03  Thomas Lange [tl]  <tl@openoffice.org>  [241880303c108b115be03b97dc25b47ac7070698]

        cws tl78: build issues after merging with DEV300_m77

2010-05-03  Joerg Skottke [jsk]  <jsk@openoffice.org>  [95aad7fac69d3ab1434931a0285e6e59ae658d82]

        vitomation01: #i109562 - Code compression and simplification

2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b38d021a1ae9dffc87a79c6316a05bc59c40e4e]

        slidecopy: it was a mistake to assume this file is unused ...

2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e034a0aa6d74301da7647019cea0a35d82964b7f]

        slidecopy: it was a mistake to assume this file is unused ...

2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3bb8f0226dca5c1e565feaed3aeff7c1ee1a6042]

        fs33a: compile errors on unxlngi6.pro / unxmacxi.pro

2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [840f8f92702d550390719027d5eb215d3ad07619]

        fs33a: compile errors on unxlngi6.pro / unxmacxi.pro

2010-05-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7308145464b35673dee4a3abc8fc985805b18ec1]

        slidecopy: oops, this deliverable was not intended to be removed

2010-05-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6159d0a2d031903b246d1ff6a8b039ff10dbe047]

        slidecopy: ooO.Commands.xcs is dead, and has been removed - no need to check for it

2010-04-30  Mathias Bauer  <mba@openoffice.org>  [fd59f40e43247af3ee1a2b728c21348f3c6b597e]

        CWS gnumake2: first gbuild version for svx

2010-04-30  Mathias Bauer  <mba@openoffice.org>  [5963ef74dbeea6f13e88eeed3145bda83827187d]

        CWS gnumake2: svx cleanup

2010-04-30  Mathias Bauer  <mba@openoffice.org>  [1384b809fa1f1155624f7f00040328aa96f0cf1e]

        CWS gnumake2: tools cleanup

2010-04-30  Mathias Bauer  <mba@openoffice.org>  [24b6e95341c3a71e7842fe6af94b2245eef7a0fc]

        CWS gnumake2: xmlscript library added

2010-04-30  Michael Stahl  <mst@openoffice.org>  [63cc6b29048c580ac2962dd4497a564c75b9e7a1]

        gnumake2: add shiny fruit port (tested on macosx/x86 in setsolar only)

2010-04-30  Michael Stahl  <mst@openoffice.org>  [a406648e74b01e304b1371044d3d4fb00105604a]

        gnumake2: sfx2: fix quickstarter build on MacOSX

2010-04-30  Michael Stahl  <mst@openoffice.org>  [14a60044715760a572b79e42615e6013b059c960]

        gnumake2: toolkit: must compile with Objective-C++ with AQUA GUI

2010-04-30  Michael Stahl  <mst@openoffice.org>  [d15a312a35df2bf3c6116a5c32a94ba76559b9be]

        gnumake2: add support for Objective-C++ targets

2010-04-30  Michael Stahl  <mst@openoffice.org>  [61c967f3201824eda67ef5978f4a4b692d405d28]

        gnumake2: better RPATH handling:  add gb_LinkTarget_get_layer, gb_LinkTarget_LAYER, gb_LinkTarget_get_rpath

2010-04-30  Michael Stahl  <mst@openoffice.org>  [80f4107d6d5e6280756e051ffcdd374a9a84287c]

        gnumake2: g2g on linux needs X11 (patch by ause)

2010-04-30  Michael Stahl  <mst@openoffice.org>  [b60e4aefff0ddb8e46f75401cabf28f04ceec422]

        gnumake2: add gb_MkTemp variable

2010-04-30  Michael Stahl  <mst@openoffice.org>  [5dfd561343763aad6f204b164ed2547b4ae86424]

        gnumake2: always compile debug files, wrap them in DBG_UTIL

2010-04-30  Niklas Nebel  <nn@openoffice.org>  [d1191555eaaedeed0e2103008f7a941ed20031ce]

        calc54: #i111293# correct parentheses

2010-04-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [491858eb7551eaf5e9063ebbcc3a301395d2fb0a]

        vcl111: #i103999# fix menu text color

2010-04-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [47ece945a698bcb64f88cdc9c832df6b7957c49b]

        vitomation01: #i111282 - extended f_window_functions.bas to cover BASIC IDE, StartCenter and Database as well. Needed to get rid of fSplitWindowTitle (too complex and not flexible enough to do the job) and needed to build in some safeguard against hGetWindowCaption() which causes array out of bounds errors and modifies its function parameters. Removed QAErrorlog as the issue with the incorrect windowtitle of the StartCenter is never going to be fixed, printlog will do.

2010-04-30  Christian Lippka  <cl@openoffice.org>  [3cf0f90f37ce7deeb9a126dd21c9ba3ad588281a]

        #i107213# deselect previously selected objects before executing placeholder slot

2010-04-30  sb  <sb@openoffice.org>  [7ecb8a1b51055c6b77f439686707ea1b6b411cf2]

        sb120: #i111287# disabled failing tests for now

2010-04-30  Thomas Lange [tl]  <tl@openoffice.org>  [a3defc0336a475847f218ff2fddafb240ef32e3f]

        cws tl80: #i48303# fixed minor spell check problem when splitting wrong words

2010-04-30  Christian Lippka  <cl@openoffice.org>  [c28130630c58f9d873b912c223573b3490b287e6]

        #i107213# fixed tooltips

2010-04-30  Christian Lippka  <cl@openoffice.org>  [047c1b79eeff67957f97474bc19f48cc919ec3eb]

        #i107213# fixed tooltips

2010-04-30  sb  <sb@openoffice.org>  [8a5524eb7081f89b7fecb6966023608584702a26]

        sb120: #i111285# disabled failing tests for now

2010-04-30  sb  <sb@openoffice.org>  [5c486d7985d5814f1253e3fb44597d824b2f22d2]

        sb120: #i111283# disabled failing tests for now

2010-04-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6882cb526d7df21102dfec72d4f7dce5f8976779]

        slidecopy: oops, this deliverable was not intended to be removed

2010-04-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1573d8facf56516e459d722ef4acf84fb5609f8c]

        slidecopy: missing UIELEMENTTYPENAME, detected by smoketest on unxsols4 only (why didn't this crash earlier??)

2010-04-30  npower Developer  <npower@openoffice.org>  [01d7424d23c484358fbcfca9a8db7616c5fb7619]

        npower13_objectmodules: #i111245# merge heads

2010-04-30  npower Developer  <npower@openoffice.org>  [c6bb7651534f61d513e2947af29e66cd12a88012]

        npower13_objectmodules: #i111245# fix core dump on rename

2010-04-30  sb  <sb@openoffice.org>  [d46f1a72f71c0e137da7e82a367aadc1a99a031e]

        sb120: #i111278# disabled failing tests for now

2010-04-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [1237cf97fb79914d74d865790863f9048727880a]

        hb33tablebylayou: #i110135# transplanted changes from OOO320

2010-04-30  sb  <sb@openoffice.org>  [45b8a59ebf2dd3d2c937daee3e4151ea39a7e59c]

        sb120: #i111252# disabled failing tests for now

2010-04-30  sb  <sb@openoffice.org>  [071061fdc765b2a028df2daf7dfe40e3066ea837]

        sb120: #i111273# disabled failing tests for now

2010-04-30  Christian Lippka  <christian.lippka@sun.com>  [5dbc2a670f711053554cc13ac150fb12116ab70c]

        fixed unix compiler warnings

2010-04-30  Christian Lippka  <christian.lippka@sun.com>  [66973bc3700b4593c93e3fe2667a37f915381e29]

        fixed unix compiler warnings

2010-04-30  Mihaela Kedikova  <misheto@openoffice.org>  [771a23df1757f5aecbd2cb722e15691e9a6f28ff]

        gridcontrol_03: bug fixes

2010-04-30  Mihaela Kedikova  <misheto@openoffice.org>  [d9fa74f8d6fe975541d5a44a5afee0ff261b6afc]

        gridcontrol_03: bug fixes

2010-04-30  Mihaela Kedikova  <misheto@openoffice.org>  [54841bec35525663331fcc8081c316d264332277]

        gridcontrol_03: bug fixes

2010-04-30  Mathias Bauer  <mba@openoffice.org>  [b7c99eb8233af8f6bc0b25de3205e2e769f24783]

        CWS gnumake2: gcc needs RTTI for not exported base class; make if private and exported

2010-04-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c054caae20b1008ad9da69519472fcf0d09a8e35]

        vitomation01: #i111247 - Fixing glitches

2010-04-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [be7ae951250ec7dbd1f9bf54f229814f18e76643]

        vitomation01: #i111247 - Add missing includes

2010-04-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8781a88cc3102ef42177cf9bd0ec7bcfcd553516]

        vitomation01: #i111247 - Small fixes for stability

2010-04-30  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e4f34dff000d5e020f0d93280fcb01687f5f4b54]

        vitomation01: #i111247 - Fix f_basic_modules.bas, remove invalid qaerrorlogs etc.

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5d057b1ca732b3fbde8902de22b3ab979dc9d409]

        vitomation01: #i111247 - Missing quote

2010-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1440c301a46b5b9e1bb9cb408dad1a1d7e2d4b45]

        ause119:#i110644# add backward compatibility defines

2010-04-29  Vladimir Glazunov  <vg@openoffice.org>  [301f697cd5b80a31e4abb0210da4e206e4f62479]

        #i111239# fixed dmake log file path for html page

2010-04-29  Michael Stahl  <mst@openoffice.org>  [ccecaf93b3d1c85a8c5a3b3be2adfeb5fed7dfc8]

        gnumake2: tools: support for SYSTEM_ZLIB not LINUX specific

2010-04-29  Michael Stahl  <mst@openoffice.org>  [11db02d90409e604d62d6315decb56ed54154cf8]

        gnumake2: fix solaris platform a bit

2010-04-29  Michael Stahl  <mst@openoffice.org>  [44bb912ad44ac1eb3e9b36c8b941af2f90d207f5]

        gnumake2: linux.mk: fix COM variable

2010-04-29  Michael Stahl  <mst@openoffice.org>  [53c343ce49df7b1f34edd90dd5b4f75227c6171e]

        gnumake2: apple gcc does not like DLLPUBLIC forward delcarations

2010-04-29  Mathias Bauer  <mba@openoffice.org>  [7c142871bc30b788fa350ee419f61bfdded1a14c]

        CWS gnumake2: fix template export of MSVC

2010-04-29  Dirk Voelzke  <dv@openoffice.org>  [360fc68830537e351f3b8c231c5cd18f4a40cd31]

        dv12#i105255# Use different names for different images :-)

2010-04-29  Vladimir Glazunov  <vg@openoffice.org>  [cd3128953c0d364ee6a70ea9ab860d778a509c3e]

        #i111239# write html status file in the parent directory of the workspace modules

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d7141be7dde5aea561ad9ff049d4620c8802535c]

        vitomation01: #i111247 - Other method to select text in BASIC IDE

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cc27b5e0d42b9773d2657a7f405f09007e64b134]

        fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ec28ca09191867b79d433c588f03dd89802d8b79]

        fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6b310decbc330847cd88bd001e6120f3042d1b7c]

        fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [46862f3143fc883a8152ba581ecc3bac52b39b8e]

        fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [99c8f2e22ac6a894baf4c8afa0d83a28b21a1fb7]

        vitomation01: #i111247 - Various small enhancements

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c0550c4cf087286cb9267f862f2f01b4335f9d18]

        vitomation01: #i111247 - Use hInsertMacroFromFile() instead of hInsertMacro().

2010-04-29  sb  <sb@openoffice.org>  [5ff0115a19498ad1b63817cae10d4ca65fc96a59]

        sb120: #i111148# disabled failing tests for now

2010-04-29  Vladimir Glazunov  <vg@openoffice.org>  [60458a1093d335264a11838bd4d0fa595e54924e]

        #i111237# manipulate with source_config from the module parent directory

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5108357fa905a45cdb60b7f9b18d8a633362c1f6]

        vitomation01: #i111247 - More repairs

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [113cf2120bfcf27fb94f990c8ea6f4a44b7889f0]

        fs33a: #i111238# ensure that form control list boxes, which override the StringItemListProperty, update it when the aggregated toolkit list box changes it

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7134ed135500eead189d7703d7fffed14e592735]

        unoawt: merge after pulling from CWS slidecopy

2010-04-29  Michael Stahl  <mst@openoffice.org>  [e1099108f621bb65a5376b103627fbf2635ea0a5]

        sw33bf03: #i110454#: fix wntmsci12 build

2010-04-29  sb  <sb@openoffice.org>  [275d3da6b157d8809cb4be88b46bf55c2953857d]

        sb120: #i111252# disabled failing tests for now

2010-04-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [3d28a6dfed188e84d4017df6802f0072c9d7dbae]

        writerfilter08: removed doctokutil.cxx/util.hxx: not used anymore

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [9a0a5f1c6d8d3c35b6d7eebf9eb9b782ecd24c9d]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [b36319374eb78a694e263a3277d6a62a7ae12a15]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [2e6b1b8ad889e1534be01acf461da7dc6cb93c20]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [af30e765cb3c15fbc1745d1aa6076dc14e565293]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [ebb9036d09cad4bd8bad49b690a36e137344150e]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [10f2e5e60ab8cfed8fa04c58f4a1b11752c40049]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [62422523e1dd2cd9d0ed56b615021ea099b88373]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [5596b87ce7a4cac688e5d3be8be8f14dae7d3412]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [007c3c9991b5d404a605e5d016ac101ce7aad2dd]

        cws tl78: merge with DEV300 m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [3a944d0e285a0d2b514fd889facb73ec0802fc39]

        cws tl78: merge with DEV300 m77

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a0e0bebfb8de025f718c64783b20caf504dd3739]

        vitomation01: #i111247 - Repair broken test

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [4725444b35895b530f1b0404e7bf96e0d0613c9c]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [812f58387c6a5985a3290a4983899f35a7f8fb00]

        Update from master repository (DEV300 masterfix).

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a41a0230c9c56f4f21c8ca5c4b7fd898678e30bb]

        fs33a: #i111238# now with UserData support

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [031a451a48f26480a674cdbd8483403e8a9a3433]

        fs33a: #i111238# now with UserData support

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [850d1272686417389b67794ace4a01d3269ea2e6]

        fs33a: #i111238# now with UserData support

2010-04-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [b2594980cac8ed87984b6609910ffa9cbae30147]

        writerfilter08: removed unsed functions *::calcSize

2010-04-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [e15ab07cb65cdf9e26a30e57a1fa9a676b3cb61f]

        writerfilter08: removed unused functions *::calcPayloadSize

2010-04-29  Niklas Nebel  <nn@openoffice.org>  [284da3a62f12258617bcb998dde18e79213429db]

        calc53: merge with DEV300_m77

2010-04-29  Niklas Nebel  <nn@openoffice.org>  [5a1c6d5309165913fc382bf3de4195d1712b1388]

        calc53: merge with DEV300_m77

2010-04-29  Niklas Nebel  <nn@openoffice.org>  [f40c7c87f95301041f9cd468301b2ecaed553e0a]

        calc53: merge with DEV300_m77

2010-04-29  Niklas Nebel  <nn@openoffice.org>  [29ce98cbc3951b64ad079074f84e05b6d87621a0]

        calc53: merge with DEV300_m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [ffc0666792f90f2c95fbad065f956cc98dcd5b92]

        cws tl79: fixed problems after merging with DEV300_m77

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [65cf934efc6f8958d9c024ee965685cfd6cac704]

        cws tl79: fixed problems after merging with DEV300_m77

2010-04-29  sb  <sb@openoffice.org>  [0bbe07134261dd3ed28538739eb8e0182e0711fa]

        sb120: #i111252# disabled failing tests for now

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c5aa95d2e58e0950c547a14790fbbc32f2865d6f]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [f214c403e1bb85d4721f83c2c60af8fc6a353835]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b57187c524cd93e7925a036463e0038f5b88573e]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6afdae1992ab71c461bf8405c3cce8473bf76b09]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [0b391b46ae9725393450c5e5cae9dcb624547580]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [517a17228b0192bbd455215dbd5ae78432773012]

        Update from master repository (DEV300 masterfix).

2010-04-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [095fce73d63e873e0005690dba988f232d8eab67]

        Update from master repository (DEV300 masterfix).

2010-04-29  Niklas Nebel  <nn@openoffice.org>  [719ec07a933e524ba595262e42b2a6612f5a2203]

        calc53: #i100879# add table style for cached tables only if there are cached tables

2010-04-29  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [0408edd812369582faf4a12b9751d5b39b2e1e0f]

        CWS gnumake2: refactoring, documenation

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [80324e10eb830ca3523e0b040d3d14b8a634a083]

        vitomation01: #i109562 - Fixed syntax error

2010-04-29  sb  <sb@openoffice.org>  [c81dc75fd58ae5a799624614720ebce474b4cff8]

        sb120: #i111249# avoid dereferencing null pointers

2010-04-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3f67e32d8113c35c2bd5f1cbeb4780fdc4c12e24]

        pdfextfix03: #i110871# increase micro version to reflect bugfixes

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5f658c06eaea386e69f6a83823a6cb92a9bacfc1]

        vitomation01: Local branch merge

2010-04-29  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9692ac585fbf81fe6434025b92ada23017384fe0]

        vitomation01: #i111247 - Attempt to rework and simplify hRenameTab(). This has been one of the very troublesome functions that ended up looking rather awkward and were not really understandable from a logical point of view. However, chances are small that the new implementation is really going to work...

2010-04-29  Thomas Lange [tl]  <tl@openoffice.org>  [165f0b50ea8624004d12a09f9b04a1ede187511d]

        cws tl80: #i98575# memory leak fixed

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [11553bcd8eacca6cda02ea0e32c5d5bcf611638e]

        fs33a: #i111238# add (optional, since the thing is published) support for XItemList

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0f011288f27663ba8d67147c3a3820f727a20249]

        fs33a: #i111238# add (optional, since the thing is published) support for XItemList

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c4cca5a49da75f24e860a7612cd45f552de8f7d]

        fs33a: #i111238# add support for images to AWT's ListBoxControl/Model

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f1687933b4b380774871fdeeb0985209e63b430d]

        fs33a: #i111238# add support for images to AWT's ListBoxControl/Model

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [58c7801ffdbfc486b7977834ece67ae964bad03f]

        fs33a: #i111238# add support for images to AWT's ListBoxControl/Model

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d9fbe621d039c64872fcbd305d034d03a7be35f6]

        unoawt: merge after pulling from CWS slidecopy

2010-04-29  Oliver Craemer [oc]  <oc@openoffice.org>  [10a3ddd976f97b668a4843344c8e14a049489fce]

        i1111639 : [Automation]tFileSaveAsDBF in c_updt1.bas has timingproblems

2010-04-29  Kohei Yoshida  <kyoshida@novell.com>  [61039cccdeb05ebd1a6b73126f99e4af6ceea130]

        rebased to m77.

2010-04-29  Kohei Yoshida  <kyoshida@novell.com>  [a9436430902662e6fa8d6ecfcfc9c88609d92a67]

        rebased to m77.

2010-04-29  Kohei Yoshida  <kyoshida@novell.com>  [2f32b639a988cde82849a1da7641b0be7943d25b]

        rebased to m77.

2010-04-29  Kohei Yoshida  <kyoshida@novell.com>  [c215435ae6a00be6e2b808c649df8870a48aad8c]

        rebased to m77.

2010-04-28  Kohei Yoshida  <kyoshida@novell.com>  [b1caadf8d9f10884f59f18ec1dc42b4fd99236c4]

        koheiextref01: #i110595# Trim columns below the last non-empty row, to prevent Calc from adding the trailing empty cells.

2010-04-28  Ruediger Timm  <rt@openoffice.org>  [82664ad69dc386516873db06f25952394905eabc]

        rt38: #i110940#: Cleaned some deliver lists - do not try to copy non-existing files.

2010-04-28  Ruediger Timm  <rt@openoffice.org>  [0659bdd943aa3892b7e46ebe4c10e0a47035883f]

        rt38: #i110940#: Cleaned some deliver lists - do not try to copy non-existing files.

2010-04-28  Ruediger Timm  <rt@openoffice.org>  [82ae549c279a703f929e62a57cdc9e58570e2ecd]

        rt38: #i110940#: Cleaned some deliver lists - do not try to copy non-existing files.

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [35481a5c020187c5a8b7257eb8e50aac66e9ec03]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [b96dff3f4b212fe4eea98f6f2c6744f2ef8d1cfc]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [f2ce52d1873270f343df079c5713194e1f9d4cd1]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [22629ec850b0d2a99600f76ff507cc86a2c098cd]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [79914dbd1f258dcf61117e4464ef6ec340465faf]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [1364894b1690f9dcc546235328c8ac424aa2020f]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [b0716adc3296de0a083b7c824aaafdf37422c0fa]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [1923a39aebd1ab4e6f0b85fd45d84487d2537dc5]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [8ef567464e45efe3c979f0050b0bd127af51c99a]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [67c97325a8c32f6a216a2dd84b6a5ed49f671dd5]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [e67cb2379351b85ae49892d929053e630316f184]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [9813fe0c3869e6b1c90d78b666e371eafca1d808]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [120dd2d1d4cafadf8fbbf71f5213e30a03850b17]

        renaissance2: rebase m77

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [cfc9c68d07db4275041ee52e977f53c9b614934e]

        #i107213# finaly got orca to read the toolbar menu!

2010-04-28  Michael Stahl  <mst@openoffice.org>  [2e52d38c5049efede9ecd4633f81c8d207a28546]

        merge DEV300_m77

2010-04-28  Michael Stahl  <mst@openoffice.org>  [7764e9353a2fad0aa12b699ab013f5fdb7270c79]

        merge DEV300_m77

2010-04-28  Michael Stahl  <mst@openoffice.org>  [ec28d2f4aa2d449ae4b6dead85675d5c14085cae]

        merge DEV300_m77

2010-04-28  Michael Stahl  <mst@openoffice.org>  [8424f481e07b356236e1f941a3c4d426ebccefda]

        merge DEV300_m77

2010-04-28  Michael Stahl  <mst@openoffice.org>  [ff94ad6fd1e639d1902d3a7c940d50c04508a727]

        merge DEV300_m77

2010-04-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [f799d8944cafe6aceb48ea71e711c91a0cc98b16]

        writerfilter08: removed unused functions from reourcemodel.[hc]xx

2010-04-28  Michael Stahl  <mst@openoffice.org>  [94e9b98a8341459bcdb7781a4f711cb5458c89ee]

        sw33bf03: #i110454#: try to fix harebrained lifecycle of Writer_Impl

2010-04-28  Niklas Nebel  <nn@openoffice.org>  [41f84d9121c55e21c6191d354fb9b48df66c17a6]

        calc53: #i111231# some spring cleaning

2010-04-28  Niklas Nebel  <nn@openoffice.org>  [956a360265d19e985ce405c8600832888299f713]

        calc53: #i111231# some spring cleaning

2010-04-28  Niklas Nebel  <nn@openoffice.org>  [29e0d7873e46a27618d5e8d199a3fc92e7bdc32d]

        calc53: #i111231# some spring cleaning

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [b74d54d62a0162c490c5fe833f937120c8795680]

        cws tl79: include fixed

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [d22c384fac4fbf9977010da0b1348c1ab9d565e8]

        #i107213# possible solution for the missing a11y focus

2010-04-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [16fcdbceedcdbf77e07da780581df83f38305dbd]

        pdfextfix03: #i90800# improvments for font recognition, RTL (thanks ayaniger !)

2010-04-28  sb  <sb@openoffice.org>  [b57975f75a01d5e79f8473c2b5481bed283bec2a]

        sb120: #i111225# disabled failing tests for now

2010-04-28  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9c7c509ce9db36dc7986be323dce694947fde2fc]

        CWS gnumake2: moving missing solaris.mk, documentation

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [ec12d2bb2aeee7ec44119263bae3b04aad02b98c]

        cws tl79: warning free code

2010-04-28  sb  <sb@openoffice.org>  [cb717980246f169aa3f7b54c57cf42349795a260]

        sb120: #i111224# disabled failing tests for now

2010-04-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ececcc290b431ca40b785afbffa1f3c2396a1bbb]

        pdfextfix03: #i110871# PasswordRequest should still be supported for backwards compatibility

2010-04-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3651f6631751fc5acd3e9f709c0346958e3ab79e]

        pdfextfix03: #i110871# use DocumentPasswordRequest, PasswordRequest is deprecated

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [5d968be5701ad161fbc61761b04564fc742d7eee]

        #i107213# use toolbox item window as parent for popup menu

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [d282c98c9218f4abbd815d5309e3449045a366e3]

        #i107213# use toolbox item window as parent for popup menu

2010-04-28  Christian Lippka  <christian.lippka@sun.com>  [1a7fdd6139827e020b76fc70754e7ff6ee5d9cd6]

        #i107213# revert changes to old SfxPopupWindow implementation as it is replaced with new uno controller

2010-04-28  Wu Yan  <wuy@openoffice.org>  [2407dade8651567edfec46b562ca6fedc412329d]

        findbar01: enhancements for findbar

2010-04-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8b9d8fb8b856a86648fad9ff45977200adf33795]

        vitomation01: #i108621 - Need to explicitly set gApplication before running tEditFields, the previous test sets it at the end and thus disables the setting from sub w_002_

2010-04-28  Wu Yan  <wuy@openoffice.org>  [5da4175a84666da1663331714374a872cf39117a]

        findbar01: enhancements for findbar

2010-04-28  Vladimir Glazunov  <vg@openoffice.org>  [66f3cc020560c74e8a2df8a9d5ac3f9a5cabce63]

        #162096# take SOLARSRC as default repository when there is no valid hg repository

2010-04-28  Wu Yan  <wuy@openoffice.org>  [9ab1a3643a9aaaa59ae9251cf4637340c6823abf]

        findbar01: enhancements for findbar

2010-04-28  Wu Yan  <wuy@openoffice.org>  [187db58dbb25b6ad7f6fbe236e52dc3a641464b3]

        findbar01: enhancements for findbar

2010-04-28  Wu Yan  <wuy@openoffice.org>  [8f3e68257b1a81aca009384ffc8b5d15f572da2f]

        findbar01: enhancements for findbar

2010-04-28  Wu Yan  <wuy@openoffice.org>  [806700f86b2b9c96d4ca076545c5f263a8c1b9c3]

        findbar01: enhancements for findbar

2010-04-28  Wu Yan  <wuy@openoffice.org>  [8a429819aab795e131bb2567f08cc0c2d1784624]

        findbar01: enhancements for findbar

2010-04-28  Wu Yan  <wuy@openoffice.org>  [4fdd19781fa500032b520e042129da35899ed715]

        findbar01: enhancements for findbar

2010-04-28  Herbert Duerr [hdu]  <duerr@sun.com>  [2b7db7fb4e176d01bda38a58d1c0488a6ec9236e]

        #i161963# fix indirect glyphid array access for aliased symbol codepoints

2010-04-28  Dirk Voelzke  <dv@openoffice.org>  [3807193d03962da3247a7b74bd58d2d511786fc2]

        jl152 import 263451 from native0jl:#i77196# Use ExtensionManager instead of PackageManager

2010-04-28  Oliver Craemer [oc]  <oc@openoffice.org>  [2e19c38d08340c7de72a717a5221b9ee27e03f8b]

        i1111639 : [Automation]tFileSaveAsDBF in c_updt1.bas has timingproblems

2010-04-28  sb  <sb@openoffice.org>  [4ac498237d4f297ff48ac2e4af41252d8eb8818f]

        sb120: #i111220# disabled failing tests for now

2010-04-28  sb  <sb@openoffice.org>  [9501b9853084e65d9850fa81d8c5e46b9ed7d4e1]

        sb120: do not swallow exceptions

2010-04-28  Michael Stahl  <mst@openoffice.org>  [29e00d08352b602be0425b9c14385ec38a835b6d]

        sw33bf03: #i110454#: fix warning by moving member to Impl struct

2010-04-28  sb  <sb@openoffice.org>  [f9939cf33a8c691124dfeddc09f6782912d1803c]

        sb120: #i111218# disabled failing tests for now

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [deec6d1ccbaf3cfdcbd989d76a1d775c426851bd]

        cws tl79: merge

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [63b943b072c79fac580f7e7f92e1abbabf59d799]

        cws tl79: merge

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [bdcf806ef3f568e7f9ae068b802166538a6d5d55]

        cws tl79: merge

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [fbe48b903ecfc57f778478d5f04ba5f4d0dd7936]

        cws tl79: merge

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [225db766f0f55c546252cddee151caa1ae1b6034]

        cws tl79: merge

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [e9dc47068950201b5e2fda8514bd4097b61d3d35]

        cws tl79: merge

2010-04-28  sb  <sb@openoffice.org>  [b5c2dcde9ea56eabfc26edb861d088a29ffd24c2]

        sb120: #i109939# disabled failing tests for now

2010-04-28  sb  <sb@openoffice.org>  [80f256140d70c9ec8ec1da89a7c1f2645a275ff0]

        sb120: #i111216# disabled failing tests for now

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [8a2bb76f962fd44b0ab024e9adab97d7e418b7f1]

        cws tl80: #162104# remove Writer easter egg

2010-04-28  Thomas Lange [tl]  <tl@openoffice.org>  [7d60d139fa41085697dcee6b03e8cc97341aef95]

        cws tl80: #162104# remove Writer easter egg

2010-04-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d41b771550edf1d920f2ecba4d3c846b4a0d4373]

        slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]

2010-04-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4335aa34a1e1e0d9dcb7b29547592692ffbd8b5b]

        slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]

2010-04-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [93126933ef5393c79fcc0f1fbb4acec102da74e7]

        slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]

2010-04-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5ac4e06ca3302ea505949d6bd5df1e2b0ad50a61]

        slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]

2010-04-28  Joerg Skottke [jsk]  <jsk@openoffice.org>  [15fcb8767a97299a32eac84194c1d93d82af002a]

        vitomation01: #i108621 - Removed sEditFields and restored the single test cases for Writer and HTML

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [109afbf02b78ec5e881b23c3b39c3ee3a35c6f46]

        mythes12: fix libmythes lib delivering

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [45abd36fc98daa220f8f121c3e91c81d9040f774]

        mythes12: mythes' build checks for hunspell headers...

2010-04-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ef8fba320644340ec9500ff633f4bcb73dd4dedb]

        pdfextfix03: #i110871# pdf literal strings may contain nested parantheses

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [8647236fc0c2adfb026552c3f75d34325d864b34]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [f0f55d0c3330f3e217ebc15e4329dda617fb5950]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [93841b0ae825d07090403c7d4367d67b9e12fd5d]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [f6497881cf78941a7b65f07f94bb7f23a4afa3a7]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [a80dfe0abf4d6094722d6396ebc837ee232aad09]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [4e42850bcf69a9626c0fcf54f653210ad57f9ed5]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [8e20dbd00d7ae56cad840786af4d2a1326effbd7]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [39ca8c85709c3c329736d1a3d5309224e323eaf2]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [6532be6b96c9e25218064516df846babc45dde16]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [65ccc6d78b7de8259a86726e6715db1ce9e97ebd]

        gridcontrol_03: merge with DEV300_m77

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [09aeb6d0ac581c606a73acfe3f51db3136decd4c]

        mythes12: don't duplicate th_gen_idx.pl, use mythes' directly

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [0ad132c6776b1d1052ba6f13f0604207d8bb62c7]

        mythes12: don't duplicate th_gen_idx.pl, use mythes' directly

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [e954fbf96df464622d6943f75969c3c16ed592f5]

        mythes12: regen configure

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [af15b9a545676a6d83f19a23c6712c23fd024305]

        mythes12: move to proper external mythes module

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [c217927df7e8c01c4a45c55db519b5c6b6673380]

        mythes12: move to proper external mythes module

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [8a4cb9e710988a56b109672cde3dea0124c9d487]

        mythes12: move to proper external mythes module

2010-04-27  Rene Engelhard  <rene@openoffice.org>  [0cce173a5bae32982a3430871b131f663280cc25]

        mythes12: update system-mythes check for 1.2.0; add missing AC_LANG_PUSH/POP

2010-04-27  sb  <sb@openoffice.org>  [aa22f2391726737e2e64df681579ebf0e3f66c6b]

        sb120: #i111200# disabled failing tests for now

2010-04-27  sb  <sb@openoffice.org>  [1a13d99d7b09df0ec0b95fbd995ac93d5064afaf]

        sb120: #i111199# disabled failing tests for now

2010-04-27  Thorsten Bosbach  <tbo@OpenOffice.org>  [035eefbb6ae7f91f8267ea8a0eb000e7ce9d8e8f]

        #i111168# MacOS X: F11 -> MOD1 T

2010-04-27  sb  <sb@openoffice.org>  [df9c80c0687c0cf545d7e4d79493fef59772dae9]

        sb120: minor modification to subsequenttests, to let buildbots use it again

2010-04-27  sb  <sb@openoffice.org>  [2bcd0783f9c3cf5cb0a9c4a66c17419612cac092]

        sb120: #i111197# disabled failing tests for now

2010-04-27  Caolán McNamara  <cmc@openoffice.org>  [655b91ccd37e88bdac6d482b12ff8be7b079ae53]

        #i105359# remove -Wno-psabi, only in >= 4.4.0 and I haven't the interest in hooking up a version test just to silence a arm-specific warning

2010-04-27  sb  <sb@openoffice.org>  [fa41826eb243336dd767a9b9cd91ba05e7c307d4]

        sb120: #i111195# disabled failing tests for now

2010-04-27  Mihaela Kedikova  <misheto@openoffice.org>  [bf7e511ee990e956ff4bdf438425a00c05262624]

        gridcontrol_03:bug fixes for resizing columns

2010-04-27  sb  <sb@openoffice.org>  [4e28ff7f1bdaf68eae9f747b3dcd94e4fd77ab15]

        sb120: #i111194# disabled failing tests for now

2010-04-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e26e06a95244abad81ea14f775e8aed1e37fd94e]

        vcl111: #i105472# add style to omit pointer evasion of help window

2010-04-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6d884e817f8e8d6d42fa4ccdfc56a5832ce90369]

        vcl111: #i105472# add style to omit pointer evasion of help window

2010-04-27  Michael Stahl  <mst@openoffice.org>  [9fe6487ae84c8f52d9cd87400229cd78fedf4c25]

        merge DEV300_m77

2010-04-27  Michael Stahl  <mst@openoffice.org>  [6714cd0988b8dfabd6b9264f4c5a3bce3b9451dc]

        merge DEV300_m77

2010-04-27  Michael Stahl  <mst@openoffice.org>  [5008d10d04f62af7ab4f2980062ee2bed71d6ef8]

        merge DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [98699f6f9bdd7c83a235808ccce16b47d2853e7c]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [dbeba639a66e4325b921c880cf1109b3300ffca1]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [ce71983f762c5de894b54f690434405a0c4ec410]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [8d8ea7ca3380708ca9bbf649cd4bc48c2622a079]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [49282fd36431c820b0d3af625ed5455834ebd1e3]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [d7d93723ecc09895c8a99cdebb0fd2666917868b]

        cws tl79: merge with DEV300_m77

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [a28cfc92f8f719648fa39eba1431a2768ddfadb0]

        cws tl79: merge with DEV300_m77

2010-04-27  Herbert Duerr [hdu]  <duerr@sun.com>  [de48ac823452730d09eed48cbfee70c2b3880055]

        #161963# use modulo-2 arithmetic for access into indirect glyphid array

2010-04-27  Thorsten Bosbach  <tbo@OpenOffice.org>  [37e976de5bfc1f7bb22983982f0670a0600e2aa7]

        #i111164# replace->replaceBTN

2010-04-27  sb  <sb@openoffice.org>  [3613660df288bf42b7ce89e019fd60b2a4332935]

        sb120: #i111190# disabled failing tests for now

2010-04-27  Christian Lippka  <christian.lippka@sun.com>  [7cc5bffc276a7706f387c827bf0addc6018e49bf]

        #i107213# notify a11y api if a toolbar popup window is opened

2010-04-27  Christian Lippka  <christian.lippka@sun.com>  [b11f2df4d42f03c896b09b5c93ca4fcb63a407b9]

        #i107213# notify a11y api if a toolbar popup window is opened

2010-04-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0e177a0328fe46a08e0da9b4b468466c5bf4ba1]

        fs33a: #111181# ImplSign: proper check whether the doc can be signed (only bail out if the document is no new)

2010-04-27  sb  <sb@openoffice.org>  [611ffac8182c4bbe5b7b647dcba76f36fd1a8ba0]

        sb120: #i111186# disabled failing tests for now

2010-04-27  Herbert Duerr [hdu]  <duerr@sun.com>  [7fa4812d0283a9a4b9f06fc1e6c8dcc80bc62257]

        vcl: use language in glyph fallback lookup through fontconfig

2010-04-27  Caolán McNamara  <cmc@openoffice.org>  [dce434e245a25a28a2bcd4aae8a40dd3bb3c2f63]

        armeabi02: #i105359# fix arm-eabi uno bridge, fix exception handling, and fix struct returning rules

2010-04-27  Caolán McNamara  <cmc@openoffice.org>  [27f4a7803bb68b43aafc771075a71be483b53646]

        armeabi02: #i105359# fix arm-eabi uno bridge, fix exception handling, and fix struct returning rules

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [d794bc16a07b3d93902f32ac18448b0722f3c34e]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [97c177fa64631a26a09c0d5085bc40da395af274]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [602f39acf21d994cb090cb4b0cfc6146ea4db05e]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [cdc975072e0ebf06332bb6c1b413b9ed629c32fb]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [e95f57d0e1414ae1ef91c67d98f8a656e7345e62]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [08e866f42776fb96268b77751495c3487f63a12c]

        Merge to DEV300_m77

2010-04-27  Mikhail Voytenko  <mav@openoffice.org>  [49350fb8de98440ac6e82629b2ff862d2978b1bb]

        Merge to DEV300_m77

2010-04-27  sb  <sb@openoffice.org>  [0a128ac5724ca48f18775a8d9ef74eb59dbbd3b0]

        sb120: #i111185# disabled failing tests for now

2010-04-27  Dirk Voelzke  <dv@openoffice.org>  [6ebe363ce2eb75b496deb153fe00e7ce2a753b6a]

        dv12#i29340# activated handleNameClashResolveRequest

2010-04-27  sb  <sb@openoffice.org>  [9a1b48db5c411833ac9c1eff2fdbda214d4db472]

        sb120: #i111184# disabled failing tests for now

2010-04-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2873d80f354ccddfab1f40ffcc90db4eb298b9a5]

        vitomation01: Fix VERBOSE <> GVERBOSE typo introduced when going back to HDEs sMakeReadonlyDocumentEditable patch

2010-04-27  sb  <sb@openoffice.org>  [a0f7a4d3e21ab8f0518c38deb55563b5839ac733]

        sb120: #i111182# disabled failing tests for now

2010-04-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [bb3d06207441361da9a291668bb1b1d8effad795]

        CWS gnumake2: refactoring

2010-04-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1c4f220b470e3887ef3f04974b805c7641e593e2]

        CWS gnumake2: refactoring

2010-04-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [847276934a43760b2cc9822a37b6ca00ec20469f]

        CWS gnumake2: refactoring

2010-04-27  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [973bbe1e23c757b84bf68edd251fd195e0b6a449]

        CWS gnumake2: refactoring

2010-04-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e4702b1d30cbef36ee8a14f5bf7b51e259f677f6]

        slidecopy: corrected typo

2010-04-27  sb  <sb@openoffice.org>  [b40f5c4e55e4bd95b6da80a42c99f6cfeb977a26]

        sb120: removed race from sal/qa/osl/mutex test code

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [0b53c49463bbceebe4ea13d4aa9d78db6a2cab8f]

        cws tl80: #i74188# fix for cursor positioning when removing indic characters

2010-04-27  sb  <sb@openoffice.org>  [19de683861e2484033e85fb9309abdedf3571683]

        sb120: #i111180# disabled failing tests for now

2010-04-27  Thomas Lange [tl]  <tl@openoffice.org>  [ae9d7c2cef9ecd42687d64f985b9e2dcbc68a034]

        cws tl80: #i103552# Japanese word for 'shutdown' added to ja.dic

2010-04-27  sb  <sb@openoffice.org>  [591212afe49369dbb401c5939c306a80db52f412]

        sb120: #i111178# disabled failing tests for now

2010-04-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da9327a12cc57089c39665fd7c7f25e5bc9baf65]

        slidecopy: reverted previous patch - need a better shorcut

2010-04-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [191ed5e45a9fca624a133e11281b3d8bf3684d81]

        npower13_objectmodules: #i111175 - Adjust indexes for scripts belonging to modules, the latest changes caused an index out of bounds error.

2010-04-27  sb  <sb@openoffice.org>  [8939b3cd3706dae13e60542a471d7eb5ef1ec86a]

        sb120: #i109939# disabled failing tests for now

2010-04-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5809451d5f0689d77302640083145a3071a4c5b2]

        npower13_objectmodules: #i111175 - Blind fix for changed nodecount and -position as well as enhanced string matching.

2010-04-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7c38dbce15f379554b955f0f3a27ae316626147]

        slidecopy: corrected parenthood of the ToolPanelDecks's A11Y object - had a cyclic ancestor chain before ...

2010-04-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [681ceb75cce1db69e35c308c2b888bc70f56c7b2]

        slidecopy: corrected parenthood of the ToolPanelDecks's A11Y object - had a cyclic ancestor chain before ...

2010-04-26  Niklas Nebel  <nn@openoffice.org>  [443cfcb1b7e748629e5297ebec36e2a50d158bc5]

        calc53: #i109009# make sure the function and syntax tip help windows are removed before their parents (modified patch from cmc)

2010-04-26  Michael Stahl  <mst@openoffice.org>  [7ff8a504cfd11fc28e9e7b8ecd54509e16b19727]

        sw33bf03: #i108345# SwTxtNode::FmtToTxtAttr(): apply patch by dtardon:  create automatic char. styles correctly

2010-04-26  Michael Stahl  <mst@openoffice.org>  [caa1ed58b354fa289d4801d716b63c64f3bc495e]

        sw33bf03: #i108345#: SwpHintsArray::Check(): check for overlapping AUTOFMT

2010-04-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e6110f11e272a15a547de94bb140992b949fd9b4]

        vcl111: #i111167# correct SetModifed handling

2010-04-26  sb  <sb@openoffice.org>  [c16282ada08dbd3f7190acb9fbaad82c530b4fff]

        sb120: #i111169# disabled failing tests for now

2010-04-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5369c4232ac93e99fad3e52604538dba7a5d68f2]

        vcl111: #i103999# fix problem with moblin theme (thanks tml)

2010-04-26  Thomas Lange [tl]  <tl@openoffice.org>  [9de91dfe36c96ac16b425521c71454bdbb43fc30]

        cws dict321: #i107796# readme renamed

2010-04-26  Thomas Lange [tl]  <tl@openoffice.org>  [0763c127b9ba3fb267606d990a87a10040c66d7a]

        cws dict321: #i107796# readme renamed

2010-04-26  Thomas Lange [tl]  <tl@openoffice.org>  [8bc32eea35fa7e97de5699ccea1e675794eb8755]

        cws dict321: #i107796# readme fixed

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [145f90643369f375bcc37701a698178818b4dce8]

        cws dict321: #i10007# en dictionaries update

2010-04-26  sb  <sb@openoffice.org>  [487c3b809916ca208251d2cead9b86cb151d1bc0]

        sb120: #i111159# made XMessageBoxFactory test code more robust

2010-04-26  sb  <sb@openoffice.org>  [da1eb68aa874b58a1fe755a8df406f80d6be46bd]

        sb120: #i111159# made XMessageBoxFactory test code more robust

2010-04-26  wg111939  <wg111939@sr1-eham02-02>  [5c95eac57688fa65bccdb0ad1908268b827a0897]

        i111162

2010-04-26  wg111939  <wg111939@sr1-eham02-02>  [7e08e03e7fadcb200f56d834470636d8d2c97de4]

        i111149

2010-04-26  Niklas Nebel  <nn@openoffice.org>  [24706bb307e38aea2a8c4b0344c5601d7d134db2]

        calc53: #i25840# null result in text column only for empty cells, not values

2010-04-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [b6f4d0aebbb1642c42edae74b391e6f3576c4c4f]

        writerfilter08: handle unused methods in ooxml and dmapper

2010-04-26  npower Developer  <npower@openoffice.org>  [cff39a2614347c6db8ae1a214947d90a3ea57000]

        npower13_objectmodules: #i111097# fix for reset of vba mode for modules

2010-04-26  sb  <sb@openoffice.org>  [04ccf52428a687b756c91bad8dbb5bb5a1c44920]

        sb120: #i111159# disabled failing tests for now

2010-04-26  Niklas Nebel  <nn@openoffice.org>  [a32c0bbcf35117580b0e455dc82d72d892125f82]

        calc53: #i111158# set PageIncludesNonprintableArea property in getRenderer

2010-04-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b34875cdbcc41f1de20ef98ab3bd643644ce4ded]

        vitomation01: #i109562 - Re-apply patch from CWS autmatindev300m76cat0 as all attempts to fix the sMakeReadonlyDocumentEditable() problem for good failed.

2010-04-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [348d7dca303360f82e1fd53e1a5ec63f5f7917d4]

        vitomation01: #i109562 - Re-apply patch from CWS autmatindev300m76cat0 as all attempts to fix the sMakeReadonlyDocumentEditable() problem for good failed.

2010-04-26  npower Developer  <npower@openoffice.org>  [1d30ea43d0fd1353da7d4fb591dcbc1688bc07d8]

        ab75: #i110417# add licence, remove unnecessary lines in resource and correct tweak in stepERROR so that in non-vba mode all is as it was before

2010-04-26  Michael Stahl  <mst@openoffice.org>  [e9345d741859149df169907cea1aeec99e1b8e22]

        sw33bf03: #i110523#: work around raptor messing up libxslt (patch by cmc)

2010-04-26  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [37f107ae85b6a289085ae821ae109ff7d10e44fb]

        tl74#108360#readonly document should be made readable

2010-04-26  wg111939  <wg111939@sr1-eham02-02>  [6b7b3e9e7fc0a9444f327b7a2eac6df3578027bf]

        i111149

2010-04-26  Helge Delfs [hde]  <hde@openoffice.org>  [005df3ca336ad05fe872745f797c4cdd39e61db7]

        tl74#108360#readonly document should be made readable

2010-04-26  sb  <sb@openoffice.org>  [c88ec77a5745c790b8e311828ea45d9c8858d754]

        sb120: #i111148# disabled failing tests for now

2010-04-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [96176d231f3737ef4eb96f2e08a5cfd958a12dcb]

        vcl111: #i111106# simplify XIOErrorHandler (thanks cmc)

2010-04-26  Thomas Lange [tl]  <tl@openoffice.org>  [3317eae28d0cc511a54e27e6033eb4ce6ae8689e]

        cws tl80: #i101820# EditEngine spellcheck context menu fixed

2010-04-26  Lars Langhans  <lla@openoffice.org>  [e07e921881aeae49fd056681d17dfd1aa8dba5ee]

        gfxcmp02:#resolve#

2010-04-25  Caolán McNamara  <cmc@openoffice.org>  [4f2aeef5f35eb1c7e5e2d3a03f470e2c4fe62a7d]

        cmcfixes74: merge with DEV300_m77

2010-04-25  Caolán McNamara  <cmc@openoffice.org>  [01e356315d327c140cff3b637b22552e6b4c304c]

        cmcfixes74: merge with DEV300_m77

2010-04-25  Caolán McNamara  <cmc@openoffice.org>  [22e9a5070c12385cc552a111ddefa3339587cdfd]

        cmcfixes74: merge with DEV300_m77

2010-04-25  Caolán McNamara  <cmc@openoffice.org>  [0a3cc9f6d5cc4c1f7aa0e748040be26730107c1c]

        cmcfixes74: merge with DEV300_m77

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [f5ce170c164bd8689932e08df81dfd9f41a45d68]

        CWS gnumake2: avoid export of template symbols

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [51608714b37ddc5f4cc9c897b2dac278213feea5]

        CWS gnumake2: avoid export of template symbols

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [5608bf958fa280a16391ca8123b549e0769c3ee9]

        CWS gnumake2: avoid export of template symbols

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [7e94829cb910f8c2d4419e541cd7754c7d86994a]

        CWS gnumake2: avoid export of template symbols

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [661e2cc1a5a7bb3d679d57538878c79aab311b2f]

        CWS gnumake2: avoid export of template symbols

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [a0ff5b31f8ad34e1283d163299ffc004a5516e91]

        CWS gnumake2: wrong include

2010-04-24  Mathias Bauer  <mba@openoffice.org>  [8cdd55813c6bd7d8afb193f84ce332244dfa43e5]

        CWS gnumake2: small error in makefil

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [095a7570a2d5fb80f0f86c8e0e2b40351d9a918e]

        cloph14: merge with DEV300_m77

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [6919b2e01f6f67bb6f1557fa5eacd27235cad05b]

        cloph14: merge with DEV300_m77

2010-04-23  Niklas Nebel  <nn@openoffice.org>  [e688ebce70205a1d077630ed5a73078895575799]

        calc53: #i85342# DrawEdit, screen display and formatting for printer: use ScEditUtil for paper size width

2010-04-23  Michael Stahl  <mst@openoffice.org>  [a6b07cd47781d334bcdf2b22c40fce7d48d04fb8]

        gnumake2: add solaris port (tested on solaris/x86 in setsolar only)

2010-04-23  Michael Stahl  <mst@openoffice.org>  [a2c0d2dc845541e53090ef46cdbc25dd947d3955]

        gnumake2: various fixed:  extend $SOLARINC with $JDKINCS.  introduce INCLUDE_STL, and do not include it for C files.  replace $() command expansion with `` (Solaris /bin/sh does only backquote).  fix gb_ResTarget_get_target: make target directory first.

2010-04-23  Michael Stahl  <mst@openoffice.org>  [9049ab4475a2094382457c9425fd0f23879c3789]

        gnumake2: replace $() command expansion with ``

2010-04-23  Michael Stahl  <mst@openoffice.org>  [35f456fad71de5fb75192a956533499509875a33]

        gnumake2: lib_vbaswobj: remove obsolete header gen; guard linux-specific stuff

2010-04-23  Michael Stahl  <mst@openoffice.org>  [09c6bc8718f8cb1c59cb2b4fd9af2d63a264dcb5]

        gnumake2: tools: always link zlib statically

2010-04-23  Michael Stahl  <mst@openoffice.org>  [bb7508a36c2d20efe1ad0566a8a0c4b14148355e]

        gnumake2: svtools: always link against stl

2010-04-23  Michael Stahl  <mst@openoffice.org>  [9787713cac2f60f1567758701c74d059c6b17f15]

        gnumake2: rscdb.cxx: fix format string

2010-04-23  sb  <sb@openoffice.org>  [076e169e2d36ed6d8306c6baa5572b72c7b98d1f]

        sb120: #i111114# disabled failing tests for now

2010-04-23  Mihaela Kedikova  <misheto@openoffice.org>  [69d62202d7bb82f9a5a60079bc64eacd1b2272f3]

        gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel

2010-04-23  Mihaela Kedikova  <misheto@openoffice.org>  [5c737d12c11c1ef5b758e2045098e7037c3b56cc]

        gridcontrol_03:bug fix for #i111107#, added update methods to xgriddatamodel

2010-04-23  sb  <sb@openoffice.org>  [8ac46a7ad1beddfb2eb254a1ad4dd7ca11a56b87]

        sb120: #i111113# disabled failing tests for now

2010-04-23  sb  <sb@openoffice.org>  [91ec5c7a7ab9dc6973512da5393b163f2d4b2093]

        sb122: #i111070# improved missing JUnit 4 jar error message

2010-04-23  sb  <sb@openoffice.org>  [0a877b39fdd26f6fcd5706912569b83daf3fb67d]

        sb122: #i110548# backed out new extension dependency deployment-repositories again (introduced in -c 3b28615890d2); not needed after all

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [656fd85b0c10520045923251e60a95365d5396a7]

        #i111077# simplify as scp2 nowadays allows multiple files per condition

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [6651d25a9b8f7e672e17e3a0794b2d8d65aea58f]

        #i111077# add narrow font family to install set

2010-04-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [44b27fb699c6541f9c85091983d1faa23079217a]

        CWS gnumake2: added cnvenience methods for adding package and sdi headers

2010-04-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [50e9e793bbd88504c32f95590e71a365456d8d10]

        CWS gnumake2: added cnvenience methods for adding package and sdi headers

2010-04-23  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6a8e21e6c2b25631f1492c22bb1057c0120fc4ae]

        CWS gnumake2: added cnvenience methods for adding package and sdi headers

2010-04-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5d843903b7900371b4234aff89b6e24840650cdc]

        nativeb: #i111098# StartCenter BrOffice images

2010-04-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6fa53e8b2299fe0394decb76cb03765eb6f88549]

        nativeb: #i111098# StartCenter BrOffice images

2010-05-18  Ivo Hinkelmann  <ihi@openoffice.org>  [32026e1c650283307c1cc83f7f606a451700863a]

        #i10000# fixed transplanted nativeb

2010-05-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d6753c468e63255608b4ad110da6193fddd90000]

        #i10000# fixed transplanted nativeb

2010-05-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a11b5a618516e47d766bc342796a478d1b5bfc8f]

        #i10000# fixed transplanted nativeb

2010-05-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c3fc2cb06c99a9b4d231e4761c7b0fbce93d1581]

        #i10000# fixed transplanted nativeb

2010-05-17  Ivo Hinkelmann  <ihi@openoffice.org>  [dca984a98fe3d66a6118bcd19915ffe5858d4b67]

        #i10000# readded OPENSOURCE into global section

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [89cca63768862baf54b338a0a048bc51ded2cc1c]

        #i10000# remove dupe declaration

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [bd140a321ee7c086cc55c99a2859cbb40b6727e6]

        #i10000# remove dupe declaration

2010-05-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c8c2f5d13aa2db8747d8f0090a0f4bfe03a9e588]

        #i10000# build fix for *.location files

2010-05-11  Release Engineering  <releng@openoffice.org>  [3e3511747ef294a93ba65baa9d4c67cdd4489171]

        DEV300

2010-05-11  Release Engineering  <releng@openoffice.org>  [fa10c486f890b14aafd78713a98475651796bf79]

        DEV300

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [97ed4864107ad71c40a28266a7fe1f6267b8199f]

        CWS-TOOLING: integrate CWS ause119

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [439fbec2733ca3dbbf3106666143ffa0ddcafbd2]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f5ae3e853148165805e266ec5e337682203437c6]

        CWS-TOOLING: integrate CWS gfb4win02

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [fa83eb70fa03cad523f9a21fe81bac232a2bd4b9]

        CWS-TOOLING: integrate CWS vcl110

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9d5193baac437479232973205e9e0d8f5ad7a8e7]

        CWS-TOOLING: integrate CWS odfmetadata4

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [548b2141d8a12f51e1a427e0d67db6fa95954276]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-05-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b0d59213a0da84dd509801fefefd8528bb4b139]

        #i111346#: fix mechanism for fetching external tar balls from a pre-defined local path

2010-05-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa71d04d5a275f53a226ff90e029a4bd28b26d99]

        ause119: #i111342# add random to workfiles

2010-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3039976e9510ddc7aa3dc9592bd90747f83b1d2]

        ause119:#i110644# add backward compatibility defines

2010-04-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8dee240638c80bc959ebd2b48079e21cab9da906]

        ause119:#i111023# add path to dtd

2010-04-28  Michael Stahl  <mst@openoffice.org>  [a05f8e28905b1c5ce6a2de468e83c9472c184328]

        merge DEV300_m77

2010-04-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f3823f56b79b2f459efa84030ae45e4476721738]

        ause119: #i111075# usability, stability and macosx fixes

2010-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [a291db7af99387e6531cc26c7462ca99ede53627]

        writerfilter08: merged DEV300_m77

2010-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [af44a177efb9cf6f35fa9aa2328452c6a733063e]

        writerfilter08: merged DEV300_m77

2010-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [0e6afe62c4e467c1b609699cae2d98f2d67994e4]

        writerfilter08: merged DEV300_m77

2010-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [2f56a8e0dae2f3ba0c747f6e2b92d2f6cb6d7423]

        writerfilter08: merged DEV300_m77

2010-04-23  sb  <sb@openoffice.org>  [ac21374ed64a61735f01bc642fc00a4aea96108f]

        sb120: #i111111# disabled failing tests for now

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [5f2fd81b6935efb16336201ef162f283a683f405]

        cws tl80: #i109020# 'nospace' command added

2010-04-23  Caolán McNamara  <cmc@openoffice.org>  [ab3c8f7cd610cd02b5700451815c64b3caeb29bf]

        cmcfixes74: #i111105# silence gcc warning

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [cc93f06f93eeaaee5811588d90929ebc72bf9724]

        #i111108# do not prefer fontconfig familyname because of i79878

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [e4aad263d015527ede9763fd88496c7e1c537eb4]

        cws tl80: #i110180# printing options UI fixed

2010-04-23  Joachim Lingner  <jl@openoffice.org>  [56aa9690e256ded90d4fcc39fe0674d44df59d65]

        jl152 import 263450 from native0jl:#i77196#    XExtensionManager.isReadOnlyRepositor, fixed removing xcu exceptions, executable backend

2010-04-23  Joachim Lingner  <jl@openoffice.org>  [9bfe25036358e6befdb2e9ddcbc1084f6a3d8c7f]

        jl152 import 263450 from native0jl:#i77196#    XExtensionManager.isReadOnlyRepositor, fixed removing xcu exceptions, executable backend

2010-04-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ef34b074413e97dda1098733443f991c7dee412d]

        cbosdo03: merged with remote repo (forgot to pull before merging with DEV300)

2010-04-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [de3a1c82ad711bb221c48c1f13a1d5a83a8798d2]

        cbosdo03: Fixed some merge issues

2010-04-23  sb  <sb@openoffice.org>  [18405fb3915aafd273bc626c09de437465fdaf36]

        sb120: #i111102# disabled failing tests for now

2010-04-23  Uwe Fischer  <ufi@openoffice.org>  [073eaf4f3a280dd1df090a368964bd81ee7a3103]

        hcshared25: merge with DEV300_m77

2010-04-23  Uwe Fischer  <ufi@openoffice.org>  [a6e45010de05d3275d42a44241661f8e7812706d]

        hcshared25: merge with DEV300_m77

2010-04-23  sb  <sb@openoffice.org>  [019c2421198ab3c0100def4cf445399c465b5ac4]

        sb120: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [5ffa24ef4992b98fc9897b196659432832d40a2b]

        sb120: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [16ab955e80235c45494388515b37040b5f3dcecb]

        sb120: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [447037a5bd09548c464789a1fe4e49e8cadb0349]

        sb122: merged in DEV300_m77 via cws/sb121

2010-04-23  sb  <sb@openoffice.org>  [c82ef63363e60511f45f732ab051c276dca3a825]

        sb122: merged in DEV300_m77 via cws/sb121

2010-04-23  sb  <sb@openoffice.org>  [bae5315077ab904989aed65f9c37a9d1eb9153c2]

        sb122: merged in DEV300_m77 via cws/sb121

2010-04-23  sb  <sb@openoffice.org>  [86f5f0bdb3f3bf45d4a2095bdd81d66123b97f62]

        sb122: merged in DEV300_m77 via cws/sb121

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [a561c6d73c6190f496bf9ef6307ee25cac5a582e]

        #i111077# rename folder of third-party fonts

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [2106ee814a4b82ea2030ca401ff7892dc16b9b42]

        #i111077# prepare rename folder of third-party fonts

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [d2dd8e23efe152466cee2ae1deb0d213ba2bf018]

        #i111077# prepare rename folder of third-party fonts

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [30d791212c9f0fc7eb7fb67750220a7252792529]

        #i111077# prepare rename folder of third-party fonts

2010-04-23  Herbert Duerr [hdu]  <duerr@sun.com>  [d95715233e419a31f5b42879270cc1da6fd64eef]

        #i111077# rename folder of third-party fonts

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [e347876fb20d1df2e2c71d33865dae6d37fa9f51]

        cws tl80: #i106032# changed default dictionary type for new user dictionaries to plain UTF-8 text file

2010-04-23  sb  <sb@openoffice.org>  [b4a8601668e64df21788bdbd76dbd4ed547e71b2]

        sb121: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [33042a171a66bd00d163b88fe560d5c3162a6904]

        sb121: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [5e67bdf64579ab422b6cded9926f24c935a513b9]

        sb121: merged in DEV300 masterfixes

2010-04-23  sb  <sb@openoffice.org>  [d14f1802a4f4643ff3b555bc19be0a3723b290a3]

        sb121: merged in DEV300 masterfixes

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [224c0656fd0b1da325a2d6523b205f11058a3250]

        cws tl80: #i106032# changed default dictionary type for new user dictionaries to plain UTF-8 text file

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [8cf42ae630b46da64f9b86fbc47cbf2e3ed2b05f]

        cws tl80: #i106032# changed default dictionary type for new user dictionaries to plain UTF-8 text file

2010-04-23  Thomas Lange [tl]  <tl@openoffice.org>  [7bbc0b7c77ad3709ac14de13a22a5ee6c42bf90f]

        cws tl80: #i109743# editengine occasional drag and drop crash fixed

2010-04-22  Kohei Yoshida  <kyoshida@novell.com>  [c6914659b65e73046ca66dc1b9e36f0a8c672fb8]

        Tab to whitespace.

2010-04-22  Kohei Yoshida  <kyoshida@novell.com>  [9ffe84307f6e74d88d09a1515e3950f77332e52c]

        koheiautodecimal: #i111074# When querying max precision, ignore unlimited precision, or use 2 in case all cell's precisions are unlimited.

2010-04-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fbce9358c049499cf0fc142e259493034fc6355c]

        vcl111: #i59974# improve single key commit hack

2010-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed1a4cbf0088d8ceb45a1eabfe166226bf17695]

        DEV300 masterfix: #i111081#: javainstaller2: fix build w/o sdf files

2010-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5fdcb5c6bbb0c65054c3c78abf3f782be963c23]

        DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces

2010-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [35170adf00ca910e1c1df1df540933e2b9e8fa39]

        DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces

2010-04-22  Ruediger Timm  <rt@openoffice.org>  [b241baef70f623a75a1b5aade2dd64bca535e2bb]

        rt38 #i110939#: Logfile for checkdeliver

2010-04-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b8f0e80d0e60345015e99a4d93d5bef7ff05f82a]

        CWS gnumake2: Sdi deps should work now

2010-04-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [2ec0d2a2e2859c465109e28f1e8894794b17aad1]

        CWS gnumake2: Sdi deps should work now

2010-04-22  Vladimir Glazunov  <vg@openoffice.org>  [dd7c14f1dc6e3022acf8c5930f2e02887bf896a2]

        #i10000# initialize SourceConfig object with SOLARSRC variable

2010-04-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [32d9b269426768ecdd81f56cc974b463f2b1672e]

        cbosdo03: merge with DEV300_m77

2010-04-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [40ee5a71c7786630f3832ce9bb0a650e92dc9c20]

        cbosdo03: merge with DEV300_m77

2010-04-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2f411e16ce9f9aacc428528d3a5bffc3bd20978a]

        cbosdo03: merge with DEV300_m77

2010-04-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [33b27bb6627da60efcd78919c287a521f06c7e2b]

        vcl111: #i108490# condition for error message was to broad

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bd2e9bfe7f5b4beb227e09f8a1f1d0e49c34bf1f]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a826c7a80d0da9a6cb4a371618100dad310b967a]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1aa7de685dde64da86c44bab9dd78641871763e4]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce10a8f36bfba7096d581cc1a19162a5b864a0d8]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e9e5a0227e2db1d6e3b55b6dcc48cba471a17e45]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1558694a52ca124f729619eb7ee15a0950a9c392]

        slidecopy: removed accelerator/*/default.xml - they're not used for a long time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e483e893b8b1dd980df9a23c813263e70f88abc7]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c3f248b0623d342d3f8347ae99f3e4390cba3103]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [536f6e698be3f5f57cee249a9916a13ac8fa0ef0]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7480d45434cf5b2520591b640856ff4c21a807c9]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [21210f1123c54455e0a19a1dd58713369562e1d0]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5d5868a68d78f30502af641ad76d13b79611defb]

        Update from master repository (DEV300m77).

2010-04-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1825bfb60d27ab5ddc8b8a02c6cfc48b0ffbf121]

        Update from master repository (DEV300m77).

2010-04-22  Tor Lillqvist  <tml@openoffice.org>  [9ca20d4fcf49167d6c5759fa8abeb258375c6d9f]

        ooxml10: re-resolve a merge conflict more correctly

2010-04-22  sb  <sb@openoffice.org>  [a01ff5eee51b2c5b06916576b6fbf3fb0192452b]

        sb120: #i111076# disabled failing test for now

2010-04-22  Tor Lillqvist  <tml@openoffice.org>  [50ce399dd160de25ee92b537269e27149f5d606a]

        ooxml10: merge with DEV300 m77, conflicts hopefully resolved correctly

2010-04-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3838624a088cd2e06b097b084bb94b78e334d332]

        vitomation01: #i109562 - Speedup

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ac46c88be4e0f9223a00236afeb91e0c7d265a24]

        slidecopy: proper include (the undelivered version of ctrlbox.hxx is not below 'svtools')

2010-04-22  Thomas Lange [tl]  <tl@openoffice.org>  [26f62677ed79ab702a112a413beb04d6da2948b3]

        cws tl80: #i110341# problems with spell check dialog fixed

2010-04-22  Thomas Lange [tl]  <tl@openoffice.org>  [bbb1428e3666acc7503d86704bbf1e1a4ac04795]

        cws tl80: #i110341# problems with spell check dialog fixed

2010-04-22  Thomas Lange [tl]  <tl@openoffice.org>  [be66917cb7289d8f008ca8eb29308991979763b8]

        cws tl80: #i110341# problems with spell check dialog fixed

2010-04-22  Thomas Lange [tl]  <tl@openoffice.org>  [778e61a277dfee0682752896786e15d601478364]

        cws tl80: #i110341# problems with spell check dialog fixed

2010-04-22  Thomas Lange [tl]  <tl@openoffice.org>  [dcee57dba3d6bb88dcdc9f36ac4c6dd0dca699b9]

        cws tl80: #i110341# problems with spell check dialog fixed

2010-04-22  Mikhail Voytenko  <mav@openoffice.org>  [e0986b3290e9c73116d86f9ae3b8e35f94aadc2b]

        tl78: #i110383# password to modify support

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8313a0004caec718efdd3b50542f10e05db3fa0d]

        slidecopy: allow the SfxModule to overrule the availability of child windows, this way preventing their creation

2010-04-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8ea12b2273375008f127d7b285304d509a9ea925]

        vitomation01: #i109696  - sub hTBOTypeInMathDoc removed as it was only a wrapper for another function.

2010-04-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dc45c3ae212ff717a30d36547c8d0c691987a2c0]

        vitomation01: #i108621 - Removed two QAErrorLogs that stated that the tests are not suitable for Unix(like) OS. Changed those to be printlogs instead

2010-04-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [241ace641e39ead5208af3b9fcf034a32b6e655d]

        vitomation01: #i108621 - Re-enabled two tests that were excluded (and marked with QAErrorLogs). The issue has been resolved for quite some time now. Inserted a single sleep( 2 ) statement as a dirty workaround for a toolbar which reacts slowly.

2010-04-22  Caolán McNamara  <cmc@openoffice.org>  [e21cf359294afc7d569b0b5eb99b504f3ea65e2c]

        cmcfixes74: #i110989# make sure preextstl.h will work even if the namespace std hasn't been opened yet

2010-04-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [946df5222ccae0b051969d83ccf89d5334ed7b9f]

        vitomation01: Local merge with DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [7d5193bb8e0f3f0c524ba7d83595eb1f37ee937c]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [26d6b6c70736f1e01e4c245625a2dc6e599b272f]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [3e6c047dea8318a3b271f59521843fdd72f25a2c]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [07c8f1becb0aa559a805c80a70182f29bb7a1e22]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [1467dd8a77ef904a4a753c3c3a5d50904411b839]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [d8c24296cc80403ffe4ed35fda0afc5691d7c342]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [10d8fb4c8ab23dd9a02fca01083d020ad96fb693]

        sb121: merged in DEV300_m77

2010-04-22  sb  <sb@openoffice.org>  [2a856aa3a39e89a556bb25c9da8a7bb5a2863405]

        sb121: merged in DEV300_m77

2010-04-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ae0cba91142ccb13dae82c3e33483e419b82b555]

        slidecopy: make the visualization window mouse-transparent

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [a9e45f34fdc8deb88548f1833bb82a6ecdfcc5e7]

        dv12: merge with DEV300_m77

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [1a77ab9980392b3d4598951ee8569c0697ed822a]

        dv12: merge with DEV300_m77

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [9385764450cc74df8ef985dba686e0d504c28917]

        dv12: merge with DEV300_m77

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [5622ede8d3c7bf4bf10d9240ea742fc127904ebd]

        dv12: merge with DEV300_m77

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [a5763b54acc6c28acf17e24cbbd3bbd5ba356ad8]

        dv12: merge with DEV300_m76

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [6afe938da2d07408c949e4733aa45c81e23dfa5f]

        dv12: merge with DEV300_m76

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [812d2fbc2e17ba26b9a12fbb065f80bb879e849b]

        dv12: merge with DEV300_m76

2010-04-22  Dirk Voelzke  <dv@openoffice.org>  [b72bd3e81ad3602822220224474c7f89c7560763]

        dv12: merge with DEV300_m76

2010-04-21  sb  <sb@openoffice.org>  [a2876e301d0bc5a82eccbdb8dbc21eb0c3f12357]

        sb120: -c bdd775934f7f dropped changes from my patch that -c 0f69f969e000 had already addressed more bluntly

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [20e2fb49d340d366f34e69041e2719c811015826]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [18c8125774ef8a33042d44b4c8b578ca1c84260a]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [6f9361c1527062031fbac696f136583d4d7f6517]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [04b6aac6d14083219115c0782b963cac197131aa]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [ced518a01002d7c335080ba972f0e3e252c7fc89]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [38b2bcc342badf97af05a1a8abbf4c7501dbba6b]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [85602680e6a7762985085cbb30a118efc1d7a6fa]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [a24e3e9fbccf03227c432ce6a722962c1c0ad7ec]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [5d7f8a80ada3792adf51b47ddeee3b526d1084de]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [6fa5ce64874261d246d5c1048e826c6d4325379c]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [193cfea7bfc946d29d119fb9c92b1af7273c249c]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [1070ad6a98148b65b51670e6e5f091dcc069d240]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [439d371bdb43fb417381a2e8ac1bf2c831e3e46c]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [45667d7d3c205dec24924cb77d4a5eb5b523eb15]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [c3c1d59e89d9c78a904bdb182f6cf9f9c7565740]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [768dbe9433bea78667297f5749315b7785b48c6b]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [64093b0caf897f79d4fbd4d7e8ecc43982eda013]

        cmcfixes74: merge with DEV300 m75

2010-04-21  Caolán McNamara  <cmc@openoffice.org>  [0da2c0b33430d0c37e9566487b50f4bd8d7ec063]

        cmcfixes74: merge with DEV300 m75

2010-04-21  sb  <sb@openoffice.org>  [5d861c007999bbcc85ede771424a9fb8bd1e3e27]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [31f54d7a2d914e78e9b0babc748da7e6352102f9]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [48cfd3a9bb56012d69ca95056ab5b4c164f37936]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [9794cf415bc91efac6c33c1d86ebd9df05076628]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [f0f6d94a7916a07da1ffbfd2e931a42dd5f91fcb]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [c122c10855927b56457fe3838ac21dde02a6a10d]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [6b9057286887bbe0be37e4f63732057093eb3281]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [dfa0a43bdbf10edec4dc5307f97d6274b5c6b825]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [9ac48cad9b125b804fe0ef4b7598e23ad5ecccce]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [911ce2881054ea2920fd3429e5344488c740dd46]

        sb120: merged in DEV300_m77

2010-04-21  sb  <sb@openoffice.org>  [e9607ee2e814a468c7dc72ac8f135f7b2c05bc71]

        sb120: merged in DEV300_m77

2010-04-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0de0def4a49a63c6675a622123b793da8b4c78d]

        DEV300 masterfix: #i10000#: new naming scheme for installation sets

2010-04-21  Michael Stahl  <mst@openoffice.org>  [e37041ee819fc4e3b0734faee187fdfb972dad37]

        gnumake2: value of $GUI is uppercase UNX

2010-04-21  Michael Stahl  <mst@openoffice.org>  [4b767128b06257d8273f621f8738a517e3d8fd65]

        gnumake2: value of $GUI is uppercase UNX

2010-04-21  Mathias Bauer  <mba@openoffice.org>  [caa9023cf0d5f63919709ebbdab067d3c94a2e70]

        CWS gnumake2: small fixes in makefiles

2010-04-21  Mathias Bauer  <mba@openoffice.org>  [cce865a6d0d7d58f37da3c607faa9f8010d61c48]

        CWS gnumake2: small fixes in makefiles

2010-04-21  sb  <sb@openoffice.org>  [a3a66f45d1ad48b5e2fc91827f0aebfe4a341d6c]

        sb120: #i111047# disabled failing tests for now

2010-04-21  Joachim Lingner  <jl@openoffice.org>  [148e48fa5e6c870feaadf7857f70fea4f4d8d106]

        jl152 import 263449 from native0jl:#i77196#   no registration of components in uno.exe at startup, fixed extension activation, basic, etc.

2010-05-04  Joachim Lingner  <jl@openoffice.org>  [0495e9a3b8124a9d07eb489caacde2f91dc28d58]

        jl152 bundled extensions, import of changeset  263438:8b253e76e957 from native0jl

2010-04-21  Joachim Lingner  <jl@openoffice.org>  [e288cf2462530dd3242c53b1f8442b1d6225a29f]

        jl152 import 263449 from native0jl:#i77196#   no registration of components in uno.exe at startup, fixed extension activation, basic, etc.

2010-04-21  Joachim Lingner  <jl@openoffice.org>  [c2d9d80b487dd0d7353b22eee44bee3b84fc7838]

        jl152 import 263449 from native0jl:#i77196#   no registration of components in uno.exe at startup, fixed extension activation, basic, etc.

2010-04-21  Niklas Nebel  <nn@openoffice.org>  [5e84ea650265ac75798ffe19d7fb0af452268624]

        calc53: #i111044# correct DataPilot item sorting from popup window

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [188a270a6ab6c1751c5fedf78702571230362c2e]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [231bceaf38ed34d64b69a0ccd3dd47254ff70235]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [dc0613beabcdd22b5c55cd081cc2469893079276]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [b1fd9dc997bfb02aeda65b1545ac60574804fa09]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [48f96035535eed5da18c08593a3ea74cab885d5b]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a1adc62da1a78ae3ddf12051c1709d1ec83e571d]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [83beefc9ba770d6ab4a74cb16c11f4dce53fb64a]

        CWS gnumake2: merging minibranches

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [16c40c0027d9eac259805712184c0d47f7ae149c]

        CWS gnumake2: merging minibranches

2010-04-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [dce8fe3766891c22b2a228bdd71f949e7006ab0d]

        hb33patches1: #i111038# applied patch and verified

2010-04-21  Michael Stahl  <mst@openoffice.org>  [ee14cea9dcc4fb1ec3ec261b5fca38d45c43ed09]

        sw33bf03: #i111035#: fix ODF 1.2 export of href on form:form (patch by fs)

2010-04-21  sb  <sb@openoffice.org>  [079c48dcf114e415baeb66957045bd2610ca65a1]

        sb120: #i11043# disabled failing tests for now

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [aae5258d7bc65ccb49afff4d08762338009394f8]

        CWS gnumake2: not using implicit rules

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [1aeb4427c8b6f174fd0f5280f4023209ab07af0a]

        CWS gnumake2: not using implicit rules

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f4f1d545e7523f3a900e466402aa65a468cbaeca]

        CWS gnumake2: not using implicit rules

2010-04-21  sb  <sb@openoffice.org>  [e88e16842bd35a2593449b0e4cb1a6eeb469aa1a]

        sb120: #i111042# disabled failing tests for now

2010-04-21  Vladimir Glazunov  <vg@openoffice.org>  [46fd3a60f3b222c623280ace5644c3373f5ca576]

        #i100000# more elaborate handling for default repository

2010-04-21  Dirk Voelzke  <dv@openoffice.org>  [68c7f8fae5659753748eead42d12ed64db84702e]

        nativeb: #i111039#: changed extension description

2010-04-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [593cd3c47ab0df8f533e8b02b0dff7adc09e67c0]

        [cbosdo03]Fixed warnings

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [40c2af69a3dc3e7630f9e51b2872e4f06fb83c3e]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a8b05714d1358d2af230d0defe225669c3841ae5]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [e0e8888d7bca9d3ed9359969e4910d7589b9c07e]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d6a94b5cce61d74995e97a937daa31b9356389f3]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9bc2851f0eefd96d06385410c4a0a7ed419acb0d]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [11a84b8b106143d1de8bdaa663286892b8968f58]

        CWS gnumake2: various fixes after merging with DEV300_m76

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [87163b519d3380f972851cef33810b26a2535cb0]

        vitomation01: #i108387 - Force checkin with DOS CR/LF line terminators

2010-04-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8d3cd06bdf2a14e3275edc0987b91347b1ff9dd9]

        sllidecopy: inject an artifical A11Y component into the A11Y object hierarchy, for ZoomText to actually read the tool panel deck drawers

2010-04-21  sb  <sb@openoffice.org>  [7372c2cf1b3fdc3c34b222cfa1cf2ca44bd5e8bd]

        sb120: #i109728# disable fragile sc/qa/unoapi for now

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ef6c1a43cdb788cdb4195fd89100e24f3bbc806f]

        vitomation01: Experiment - introduce more dynamic delays for slower machines to sMakeReadOnlyDocumentEditable

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [20bce675b64747afc675970f611190f3cea0652c]

        vitomation01: #i108621 - re-enabled two tests that had unjustified qaerrorlogs

2010-04-21  sb  <sb@openoffice.org>  [273677fa9fb961ab48d0a507b191d72467824cd8]

        sb120: #i111032# disabled failing test for now

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [88d3dd86266054828294f5e7b4f408f2b4ceb364]

        vitomation01: Experimental change to sMakeReadOnlyDocumentEditable(), added waitslot for slower machines

2010-04-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [527fc922a9672b4d0da4e745791f477bd1ec1682]

        merge

2010-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2ae59042967fd82531924c66c0184d391c7c7415]

        #i100845# let -o switch write several files into one directory

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2e3956ed220c272c9b6a2e75d729c508d273c97d]

        vitomation01: Experimental change to sMakeReadOnlyDocumentEditable()

2010-04-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [52308ad9262c17879baa88473917decde16e231b]

        slidecopy: in the event logger, display event numbers / revoke the ObjectViewContainer as listener from unselected nodes, to not display their events/properties (which is confusing especially in the case of the event logger)

2010-04-21  Mihaela Kedikova  <misheto@openoffice.org>  [eea019398f2c849b702c49d9e55bdbd059a34c7b]

        gridcontrol_03:fix for #i110947#

2010-04-21  os  <os@openoffice.org>  [0cc4de170f5cb2a8774e634d3d33226e2a2fd209]

        change of issue 107843 merged

2010-04-21  sb  <sb@openoffice.org>  [0dbdeb5cc3174f2fc404cec504012e43100194e1]

        sb120: #i109916# prevent further frm::OInterfaceContainer::implInsert deadlocks (patch by fs)

2010-04-21  Ruediger Timm  <rt@openoffice.org>  [388184507429ef932cfa6d725ea146063a69d934]

        DEV300 masterfix: #i10000#: Some fixes for the new smoketest: solenv/inc/installationtest.mk used wrong variables (UPDMINOR is not set on RE master builds, use LAST_MINOR from minor.mk instead), smoketestoo_native/makefile.mk needed adaptions to new install set naming scheme.

2010-04-21  Ruediger Timm  <rt@openoffice.org>  [41d1364fb686f2b20e91f728894a66ef34d89e8c]

        DEV300 masterfix: #i10000#: Some fixes for the new smoketest: solenv/inc/installationtest.mk used wrong variables (UPDMINOR is not set on RE master builds, use LAST_MINOR from minor.mk instead), smoketestoo_native/makefile.mk needed adaptions to new install set naming scheme.

2010-04-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c8357de230b906c40e34447f6fd4eb8a7be7e75a]

        slidecopy: properly determine the panel to be displayed initially (remembering the position is not a good idea when the positions are subject to change, due to client-defined sorting)

2010-04-21  Joerg Skottke [jsk]  <jsk@openoffice.org>  [86b11ad7b6c61fc559c286d28b91ef10102e2c5c]

        vitomation01: Experiment - full rewrite of sMakeDocumentEditable()

2010-04-21  os  <os@openoffice.org>  [e54b404ddf28f7f1945759856ef77546140b0276]

        rebase to m76

2010-04-21  os  <os@openoffice.org>  [1c4ec00e55e5dbfef9de6ff4fb17fa1cd4216ec2]

        rebase to m76

2010-04-21  os  <os@openoffice.org>  [8b64eb3c835253f2d56311a42253459d1d4f0754]

        rebase to m76

2010-04-21  Dirk Voelzke  <dv@openoffice.org>  [f153fe82239f24ff1abd2fbb8ab22eab2ea1dac0]

        nativeb: #i110985#: changed extension icons again

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [95ff97fb45ba90253fcb21166e60d7c207edfdb1]

        CWS-TOOLING: integrate CWS vcl110

2010-04-21  ka  <kai.ahrens@sun.com>  [3dac748e23b0d638a77b62ac7a44edb7c10202df]

        nativeb: #i110796# changed document icons for Classic theme

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e39a98a95e16d07c5dbf1cca7cd3f894cb660273]

        nativeb: #i110826# add separate template button to StartCenter again, add HC images for StartCenter

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [b38f6eda0e9f9d4dced4357b11bcffaf1e52f746]

        CWS gnumake2: merge some changes from mst

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [3d50e9252daf61ad46b59ec092b392c0d0b356ef]

        CWS gnumake2: remove some unnecessary resource magic

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [15bb2cc3014e65d1f3e9d0b030c2966c90e41ae6]

        CWS gnumake2: remove some unnecessary resource magic

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [a4343696d41365225fef603ccb49cfeb4192ef32]

        CWS gnumake2: remove some unnecessary resource magic

2010-04-20  Michael Stahl  <mst@openoffice.org>  [574e8413cadcc90c0c7894d9b14980133a0622fe]

        gnumake2: fix warning in fmshell.cxx

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d4e8cd9b14090270268dee69627addead005b1b]

        DEV300 masterfix: #i10000#: create pus subdirectory

2010-04-20  Christian Lippka  <christian.lippka@sun.com>  [44c037810af26e9d9135ff6298003da9226f917f]

        #i107213# finalized placeholder icons

2010-04-20  Christian Lippka  <christian.lippka@sun.com>  [ace424d63082a3daf5321f4f9a65638bc6df881f]

        #i107213# finalized layout grippies tooltips

2010-04-20  Christian Lippka  <christian.lippka@sun.com>  [be4cb22878a67afb375b0b4bc28292fd7486a7dc]

        #i107213# finalized layout grippies tooltips

2010-04-20  Niklas Nebel  <nn@openoffice.org>  [211863dd571a01c83c6babbe2b880ed82cf85926]

        calc53: #i110911# write required xlink:type attributes, column element for cached table

2010-04-20  Niklas Nebel  <nn@openoffice.org>  [47c1319d2342148e8a1b097c01a33e8de91b5641]

        calc53: #i110911# write required xlink:type attributes, column element for cached table

2010-04-20  Christian Lippka  <christian.lippka@sun.com>  [54bec7096ff8dbb82be4f05d2e8220bf2bbad8e1]

        #i107213# finalized layout grippies tooltips

2010-04-20  Christian Lippka  <christian.lippka@sun.com>  [d1086e1894c8a8d32d8bc1a96a5b77a1533774d9]

        #i107213# enable assign table style also for presentation tables

2010-04-20  sb  <sb@openoffice.org>  [834486c8e1eeee1c2616e9f6f64c60c7a12a3c62]

        sb120: #i111006# disable failing tests for now

2010-04-20  Michael Stahl  <mst@openoffice.org>  [ac3e6ba88ce30aa281d5b10ce92a39ae80b56c2c]

        gnumake2: fix framework d.lst

2010-04-20  Vladimir Glazunov  <vg@openoffice.org>  [a979bea9accc5d696af083f651ffa56cba5da27d]

        unxlnginewbaseline: merge with DEV300_m76

2010-04-20  Vladimir Glazunov  <vg@openoffice.org>  [f7d32d2122e8afe0b7711cc07f97096e8194d02f]

        unxlnginewbaseline: merge with DEV300_m76

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f7a90a20425a4319a0a06ca5b6716cac5f9e0cd]

        DEV300 masterfix: #i10000#: fix WaE: unhandled enumeration values

2010-04-20  Michael Stahl  <mst@openoffice.org>  [052075d834318a920a49f134b5fb1d8e2b7187a4]

        gnumake2: fix build breakers in framework

2010-04-20  Herbert Duerr [hdu]  <duerr@sun.com>  [7d1514688c7baafb3b998cde97eabf83ea3ab908]

        remove compile warning

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [e99bab6e6497663cfd48816777499e95a54ddd7c]

        CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [9d6f8f1d8f2906da494fac07778428cc44bf0cb1]

        CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [0ef50bb978300c751b4c0d1efa5f7f656e4cd9d0]

        CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [456aef631fea4977df7c9e65f02858eb8fe38fec]

        CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [ee78a0a702b732232a7b0789e3614009b548b56e]

        CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or useless headers

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [5b01ceae454fa10269eed69fc0dab8b5c6c50699]

        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>  [17c8132ca3e52eada54e861e59f0a805c50fff6e]

        #i108743# destructor of ImplFontCharMap becomes public

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [391e4c08008ebab5cd9c8bbda3fa79022c5d46d5]

        DEV300 masterfix: #i10000#: fix merge/build problem

2010-04-20  Ingo Schmidt  <is@openoffice.org>  [f787a77df675e1bc2fb33db2e2b59eafb483b6e3]

        nativeb #162023# BrOffice bitmaps for Java GUI Installer

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [0c71132c9443323fd764ec3ee70d62560f17df46]

        CWS-TOOLING: integrate CWS hr76

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [774ba3eac37196d435855cadd115a1249d441c78]

        CWS-TOOLING: integrate CWS npower14miscfixes

2010-05-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5820bb8db3e482e9796c9ccf6e8d8c5e015926e3]

        CWS-TOOLING: integrate CWS sg01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [f4410925a564f6ec608ccbc8861424cf055f5ad5]

        CWS-TOOLING: integrate CWS dtardon01

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ff7ef41b52770b1b01a39411d362208a9f21e232]

        CWS-TOOLING: integrate CWS linuxaxp01

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b812217fb9701fc0b0bca438668611fc8a10cc10]

        DEV300 masterfix: #i10000#: fix include because SvxPaperBinItem has been moved to editeng

2010-04-20  Herbert Duerr [hdu]  <duerr@sun.com>  [fac60d2f0b6938e768a0c662f34a5f67028eaa93]

        #i107360# moved trapezoid tesselation into basegfx

2010-04-20  npower Developer  <npower@openoffice.org>  [b9840e950dfbba863080dd0de76c75364261ecf9]

        ab75: #i110417#  get rid of unnecessary tmp string

2010-04-20  npower Developer  <npower@openoffice.org>  [a29c2768c22e4d47d527d754ef8285aed7a58de4]

        ab75: #i110417# improve ErrObj behaviour

2010-04-20  npower Developer  <npower@openoffice.org>  [72a7c8ea482842a63311bf00e39ff077776cc6a6]

        ab75: #i110417# improve ErrObj behaviour

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09e3e9714d6b3dd29f90dc8412702a6157edbf4]

        DEV300 masterfix: #i10000#: dbaccess: KeySet.[ch]xx: merge/build fixes

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [515792c312abc929b4616c757b8eaced67718d10]

        DEV300 masterfix: #i10000#: adapt call to SfxViewFrame::GetNext() to changes from CWS autorecovery, 1c65617f50ee@DEV300

2010-04-20  Helge Delfs [hde]  <hde@openoffice.org>  [126b550e509eb3aa3298dbe5e6620109b9cd7bee]

        dict321#111011#issue id removed

2010-04-20  Helge Delfs [hde]  <hde@openoffice.org>  [6380ddb33e9e45b04ea0be9c4d491b704f8d8cf9]

        dict321#111011#selecting of drawing object optimized

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6f36555c3c658bd1a9b4e5802459b5b4ae6ecfe4]

        CWS-TOOLING: integrate CWS automationdev300m77cat0

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [06fdd09393b91613f483ac53b5d5b901058da45c]

        CWS-TOOLING: integrate CWS automationdev300m76cat0

2010-04-20  npower Developer  <npower@openoffice.org>  [cb2bcac3474ca249546e474134f1802b02631f64]

        remove some stray instances of lcl_getObject ( now implemented in ModuleInfoHelper::getObjectName )

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6c40087e01f3e5f06c3009f481c064569e9650a5]

        vitomation01: #i111009 - Move tScripting to required tests as requested by HDE

2010-04-20  sb  <sb@openoffice.org>  [a19cd21e3c03559877428315bebc0ceaf367a461]

        sb120: #i109916# prevent frm::OInterfaceContainer::fakeVbaEventsHack deadlock (patch by fs)

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3352e5bd4f5d1f797505d4738995018c4ec320fc]

        vitomation01: #i109562 - simplified iniinfo.inc again by using byval parameter modifier instead of explicitly creating a copy of the parameter string in hStringReplaceChar()

2010-04-20  Joachim Lingner  <jl@openoffice.org>  [6ffed47ea2cb15b46915b3bef899f57db5eca10c]

        jl152 import 263448 from native0jl:#i77196#  XExtensionManager supports XModifyBroadcaster

2010-04-20  Joachim Lingner  <jl@openoffice.org>  [e1703d7ac3e485fb7b94787ecdf04a7910bb20c5]

        jl152 import 263448 from native0jl:#i77196#  XExtensionManager supports XModifyBroadcaster

2010-04-20  Thomas Lange [tl]  <tl@openoffice.org>  [9638a02039d3d286ba620c751cb9c43b0853df6c]

        cws tl80: #i106004# selection window title changed

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c27d98c360a920644c1b859000619857ef2200b9]

        vitomation01: Local merge with CWS automationdev300m76cat0 (which is currently nominated) - changes for slovenian language where not merged. Fixed.

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f8c5abf34eb4ee9e975f75195e60e2051c99f14]

        dv12: Merge with DEV300_m63

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ef967b138e5de9281c9065c81dbb55bfe4bf3712]

        vitomation01: Local merge with CWS automationdev300m76cat0

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [c2c78301270fb56b405f31b215c4acbb44669f10]

        CWS gnumake2: move all delivered sot headers to inc/sot

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5866430f579bafcf7e24f55f2e3d372236d8cdf8]

        vitomation01: #i108621 - moved tEditFields into sub sEditFields to allow tEditFields and tHTMLDocEditFields to use the same code as the only difference is the gApplication. Both test cases are needed because QUASTe is more than picky about removed test cases (simply refuses to update)

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [0944bd42777b0657fb64ecc09265e802f0747ff9]

        CWS gnumake2: move all delivered linguistic headers to inc/linguistic

2010-04-20  Mathias Bauer  <mba@openoffice.org>  [63235d8839c205063b1d5a604a3a2555d1749526]

        CWS gnumake2: move all delivered rsc headers to inc/rsc

2010-04-20  Dirk Voelzke  <dv@openoffice.org>  [85c93f5779b0382769cf9dfb5a6306a018c17edd]

        jl152 import 263447 from native0jl:#i77196#  Show progress on startup

2010-04-20  Joerg Skottke [jsk]  <jsk@openoffice.org>  [31aa2c78cfa7eebf2468b18ea19e7cf725ac3995]

        vitomation01: #i109562 - remove all traces of hGetListFileSize(), set the max size to 10000 which currently is by far more than enough.

2010-04-20  Rene Engelhard  <rene@openoffice.org>  [22e6570cba66c2f6105e902917485c792089e98c]

        kfreebsdport01: change identifier from linux_* to kfreebsd_*

2010-04-20  Rene Engelhard  <rene@openoffice.org>  [d1972d2902e9b1223c6f8458bfd6b5ba32d79aab]

        kfreebsdport01: change identifier from linux_* to kfreebsd_*

2010-04-20  Rene Engelhard  <rene@openoffice.org>  [60137211233861884b4d035b9bdd5e3c06682fba]

        kfreebsdport01: make epms deb.c create correct kfreebsd-{i386,amd64}.deb packages

2010-04-19  npower Developer  <npower@openoffice.org>  [a48f33596d08f23f1f1358414bdcadd200ac0e5f]

        ab75: #i10417# make sure substituted Err object only returned for vba mode

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cca8197ffed06f6dc30b1928e78c4801edf1543f]

        slidecopy: properly include imagemgr.hxx (without the sfx2 prefix, to not use the delivered version, which by chance is incompatible in this CWS here)

2010-04-19  Mathias Bauer  <mba@openoffice.org>  [36ea4fb1e54249406893f794fbdad69181ab94df]

        CWS gnumake2: move all delivered framework headers to inc/framework

2010-04-19  Mathias Bauer  <mba@openoffice.org>  [f45bb35ad56cae8951b4ec0a79db4274526c741d]

        CWS gnumake2: move all delivered headers in basic to folder inc/basic

2010-04-19  Michael Stahl  <mst@openoffice.org>  [52efbb2a0a17eacdcce9a1c034a4077f977b75d0]

        sw33bf03: #i110694#: exportLevelStyle: no style-name on list-level-style-image

2010-04-19  Michael Stahl  <mst@openoffice.org>  [80fcc2da523bfae04094b105e67493f9d7679f8f]

        sw33bf03: #i110691#: import/export xml:id and {anim,draw,form,text}:id:  in ODF 1.2, the ID attributes on many elements are deprecated, and must  be used only in conjunction with xml:id.  new method SvXMLExport::AddAttributeIdLegacy() should fix the export.

2010-04-19  Mathias Bauer  <mba@openoffice.org>  [07f6e9b3d647eab4c0fe96eca3f7ad8e341dd45d]

        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>  [8b95763b1f7a9efece008cc0d69b6f8c0760bab8]

        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>  [6cdba3e8a8c1dcbb6aba32103366b0b10ee9f727]

        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>  [f86e04ac0c561d8c87c4f192fcf7f7c982967fa7]

        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>  [9f7ff948a227b6df539c3cfca088f28d9f0426d2]

        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>  [bd361ff2be54717399287caff2cd9c63a46d62cd]

        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>  [86c8dc781b3a5aef3126931ee43d1f190a0143a5]

        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>  [d96ab416478f93efd3a9398fa30e6bac9e405940]

        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>  [4a646e40116db052b09e656b4bae488b14665246]

        CWS gnumake2: removed files in svl; typo in svtools makefile; missing include in sfx2 makefile

2010-04-19  Mathias Bauer  <mba@openoffice.org>  [68423011aeed10e3d7fef51b4e8a044edaf50514]

        CWS gnumake2: removed files in svl; typo in svtools makefile; missing include in sfx2 makefile

2010-04-19  Mathias Bauer  <mba@openoffice.org>  [d10ed4290570c12220c8fbdf1603a0ee4e1d1471]

        CWS gnumake2: removed files in svl; typo in svtools makefile; missing include in sfx2 makefile

2010-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [17e7675fe6fccf5a0f084bb9f7bceb4f663f8e3b]

        DEV300 masterfix: #i10000#: move registering of namespace http://.../chartDrawing to the appropriate place

2010-04-19  Christian Lippka  <christian.lippka@sun.com>  [61604da6e03327792dded05f18afd8cae35cf8c1]

        do not show icons in menu if this is disabled

2010-04-19  Michael Stahl  <mst@openoffice.org>  [c72e885c09d39d03bf35f27614342f7660e9f357]

        sw33bf03: xmloff: fonthdl.hxx: fix broken header guard

2010-04-19  Michael Stahl  <mst@openoffice.org>  [1bd25912372dad5ad1371d363838b35b0775861d]

        sw33bf03: #i110655#: SwRect::Justify(): fix regression from #i106401#

2010-04-19  Michael Stahl  <mst@openoffice.org>  [64cb69b7093f7629513293d25240a1794ae8f7f3]

        sw33bf03: #i110586#: use proper which range for autoformat item set

2010-04-19  Michael Stahl  <mst@openoffice.org>  [40f2ebaa07d820660f5d14531eb22818287d7e93]

        sw33bf03: #i104585#: copy outline numbering rule to clipboard

2010-04-19  Michael Stahl  <mst@openoffice.org>  [876116a06642ed8a7be922995ec9ea45cb0ee3fb]

        sw33bf03: #i110241#: revert change from writerfilter32bugfixes01  this will break import of certain "format" redlines.

2010-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4927c06a150d473e4a13054ca5ebe826f223910]

        DEV300 masterfix: #i10000#: juggle inclusion order to make mysqlc compilable on STLPort platforms

2010-04-19  sb  <sb@openoffice.org>  [1fcc049bb7a47ea2f7ecdd0c9df88195fe533015]

        sb120: #i109770# disable fragile chart2/qa/unoapi testing for now

2010-04-19  sb  <sb@openoffice.org>  [d3d4b6789d52d2decf7d4432f8df30fef22085d7]

        sb120: #i110988# disable failing tests for now

2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [0d6b23c5d531dc66bb169128a05c7268c9802a1c]

        koheiautodecimal: rebased to DEV300_m76.

2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [1a30260c9eb258f9d9f399485946f69427ace2a1]

        koheiautodecimal: rebased to DEV300_m76.

2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [0c088315f95751a2911a1144fc2d0d770cdc0a55]

        koheiautodecimal: rebased to DEV300_m76.

2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [8c55f0e261930a43b6a0f1d7403897ff22495c43]

        koheiautodecimal: rebased to DEV300_m76.

2010-04-19  Kohei Yoshida  <kyoshida@novell.com>  [24a94f592145d44f3824287bb71e210b101314a4]

        koheiautodecimal: rebased to DEV300_m76.

2010-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a34d0bb7a32e467af1a27555f8d59aea35e30e0]

        DEV300 masterfix: #i10000#: deliver.pl: -zip -delete: skip directly to next zipfile also if the current one doesn't exist

2010-04-19  Niklas Nebel  <nn@openoffice.org>  [78b6906e1dbf60d5f3814e38f576c0f54a843e97]

        calc53: #i110260# don't create medium with invalid URL

2010-04-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ca389f45174340d7d36646de779ec7765e35aea4]

        nativeb: #162044# move StartCenterLayoutStyle to brand layer

2010-05-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d764822dedfaf06e9731f0cce1a9e4469932fb34]

        nativeb: #i110826# add separate template button to StartCenter again, add HC images for StartCenter

2010-04-19  Release Engineering  <releng@openoffice.org>  [c5934ada09feec288519cbdfbe1c0c988a2fceec]

        DEV300 masterfix: #i10000#: adapt to cppunit changes by CWS sb118, fix license headers

2010-04-19  Release Engineering  <releng@openoffice.org>  [bdb13254f79131f8ac2568079367c910c8fc551a]

        DEV300 masterfix: #i10000#: add EXTRA_CFLAGS to CONFIGURE_ACTION for building on unxmacsxi

2010-04-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [ca35ee0e3c5307eef6fd2941a20a54a210129a13]

        CWS gnumake2: made resource location in default_images customizable for nonconforming modules (toolkit,framework,sfx2)

2010-04-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3c7e8d23ffa624bd54f2817d0e6dcc317106edd8]

        CWS gnumake2: made resource location in default_images customizable for nonconforming modules (toolkit,framework,sfx2)

2010-04-19  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [3729a89512242899e1e46802befca8c825b3c45a]

        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>  [12dd6f83e8034884590142de0a64818737336be9]

        slidecopy: make the value set somewhat smaller, so there's some space after it ...

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0582a263074e71bd849548f88a796f05d067cc00]

        slidecopy: when pressing RETURN on the drawer of the active panel, focus this panel

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b02a90cd65ab40ed4e800850a7ad8849a977cc14]

        vitomation01: #i109562 - fix typo

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [507024196797db68d8df9a4ea67e4798163504d2]

        slidecopy: removed more useless (by now) traces

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f104fb6a87f52ebd5de8e48cc9919c718c178c2f]

        vitomation01: #i109562 - Simplify basic_ide.inc, kill hClickToolbarButton() and map it to hClickButton()

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ceecd6235c6f1f73fa1fd41cbfa0b6029c563955]

        dba33f: build problems ....

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dd6deed10c7fee3dbd1313b983d2142f340bfe9f]

        dba33f: build problems ....

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f8908f7cb3b4613d5f190c7f0692f13c854f783d]

        slidecopy: proper Z-Order for the single drawers, so TABbing works as expected

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e7ae741eb32a2c6b21ff5f85d8fa309c56a83812]

        vitomation01: #i109562 - Slot <SaveSourceTest> should rather be called <SaveSourceText>

2010-04-19  Niklas Nebel  <nn@openoffice.org>  [2783cca13ae5b52e6ccc47703dc2b121cac736c9]

        calc53: #i110829# MarkListHasChanged: remove cell selection only if there are selected drawing objects

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1939f4db53cf2bbc4dfb4f8f4772dd8a5fb7c3db]

        slidecopy: WB_DIALOGCONTROL for the ModuleTaskPane

2010-04-19  Niklas Nebel  <nn@openoffice.org>  [0003c8da30f118f5256ccac353368247f99278d6]

        calc53: #i110979# don't mix number format indexes from different number formatters

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a509a725ba6005df3960a8c5b73f1d1a0f119264]

        slidecopy: proper in-window title handling

2010-04-19  npower Developer  <npower@openoffice.org>  [7780dbea502bce290f94c8fe357566d45509ff55]

        npower13_objectmodules: fold in review comment ( about making lcl_getObjectName & lcl_getModuleType  'real' methods of a helper for basctl)

2010-04-19  Release Engineering  <releng@openoffice.org>  [200ccebfd3a221394dc3ff12ce3940828fc3e77d]

        DEV300

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fd9970be9c1152aa2a34b829ee8f86f155c9ad89]

        slidecopy: removed more unused stuff from source/dialog

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fffe638f90d81b2b6dd73e9672ab5989443741e8]

        slidecopy: docking window title is 'Task Pane', in-window title bar shows 'Tasks'

2010-04-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1a3fc73ec41827a561449c6343afac280452af8e]

        dba321b: #i110942# use default if key columsn are unknown

2010-04-19  sb  <sb@openoffice.org>  [1fb62ab5e462f7dde0d5e7dc5d9024d0e6877351]

        sb120: non-fatal OSL_ENSURE -> OSL_TRACE

2010-04-19  Joachim Lingner  <jl@openoffice.org>  [ffe21943f2c395f9d453d6e9e7cd1e20340b20f8]

        jl152 import 263446 from native0jl:#i77196# supporting licenses, suppress license switch, subsequent accepting of licenses for bundled/shared extensions

2010-04-19  Joachim Lingner  <jl@openoffice.org>  [3c289e248a4f7c6940bb7429ee70d17a6196016c]

        jl152 import 263446 from native0jl:#i77196# supporting licenses, suppress license switch, subsequent accepting of licenses for bundled/shared extensions

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [627394f3372e45a4b903f5969c305d6450162fc0]

        vitomation01: #i109562 - Small enhancements, need checking on different machine.

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8053850c03e5c4522ac2bef8a8d9148cb64677fc]

        vitomation01: #i109562 - Reworked method to check for Templates and Samples dialog, should now no longer fail on slower machines.

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fb6f49df6515529d09fc131c04be418363e3be2c]

        slidecopy: RID_AUTOHIDE is unused

2010-04-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [026a4dd72a69f091e428012cb119f4e363af470f]

        slidecopy: SID_TASKPANE => UI name 'Task Pane'

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a8d19f40eea35d7077af8261629b4790bbd7eabb]

        vitomation01: #i109696 - Removed three functions from t_listfuncs.inc

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1240fe2a743f5795b38dea312cd031434f4e28ea]

        vitomation01: #i109562 - t_macro_tools.inc - removed dependency to t_listfuncs.inc

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0d91436469f00bc2bd76239ad3c497c40cd84e8b]

        vitomation01: #i109562 - basic_usertemplate.inc - provided test case documentation (was missing after old style documentation removal)

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [10fe64a4abe6bb5afe78d3b759e4ff7871298059]

        vitomation01: #i109562 - basic_modulehide.inc - code compression

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ede29339d54bde04e985e727bd628378731e3700]

        vitomation01: #i109562 - basic_macros.inc - more refactor

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [73a7ff972f07b7ce06e771013b3437324ff8f307]

        vitomation01: #i109562 - basic_macros.inc - partial refactor

2010-04-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [423e318711575b9c70d6f99583087f773bb29185]

        vitomation01: #i109562 - tools_customize.inc was broken after partial refactoring.

2010-04-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4070f44212ff502ee211c1278fb4d9ede3614884]

        dba33f: patch provided by dtardon: fix slot id ordering

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [2e199ef8008fde1da388ef835cd57717b527fef7]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [8670658355bff798a5ad8b0577c9c7c34c4f8b1b]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [bf822ccfdb046085262576695354afb701f8b096]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [66a764e010f7b1a7bab1be2dba12e7a78b2cdc2c]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [72fcc9eadb9850888b93cc916eeea92e2d515437]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [a2df62e8ba738c1bc5d6550c6a920ee42649dad5]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [d6e05aac122b408be9ebd04231a6a7ac4ed1bb36]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [7fede8929ac21327faaf6ff874ba9d151e9c9941]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [d4031485203356aba449d7aabfa4dc5fe8c28495]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [65bff6225b635f2b5fb75b648bf46ea54d2d7843]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [18895204b0169bf07236499248a218e82a72dff3]

        CWS gnumake2: rebase to DEV300_m76; fix build problems

2010-04-17  Rene Engelhard  <rene@openoffice.org>  [a60d0d583416ff39e140f8106e13ce01fba1763d]

        kfreebsdport01: default to system-stl for GNU/kFreeBSD

2010-04-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [516ced09925f589873d65cbb9571294dddbe7af8]

        dba33f: post-rebase build problems fixed

2010-04-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b25eec03e9d88474c748b9ab6da023197aeb7df]

        dba33f: post-rebase build problems fixed

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [257f1ae021145a109f184cd15105e08362abf99b]

        CWS gnumake2: new gbuild system

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [a5dd1eade9ab57a5a5cd3795a08cc7f484343174]

        CWS gnumake2: new gbuild system

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [692dac6c6e964a64909f9adfba44f936810c2646]

        CWS gnumake2: new gbuild system

2010-04-17  Mathias Bauer  <mba@openoffice.org>  [e1577335e0c88e269995ff9164da981d800eb6bb]

        CWS gnumake2: new gbuild system

2010-04-17  Rene Engelhard  <rene@openoffice.org>  [e91dde17f239ac9aa2f5ee49333ff9dbeb091995]

        kfreebsdport01: remove .IF "$(JDK)" != gcj, we need JAVA_INCLUDES for gcj, too

2010-04-17  Eike Rathke  <erack@openoffice.org>  [90c923e58d2285a7fc147930df7d43d201fe820a]

        locales33a: #i110235# correction to Latvian locale data; patch from <tranzistors>

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [b0a348cf9cb5e0a0565735970a895d20fa50e7a8]

        CWS gnumake2: move header generation for oovbaapi to offuh

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [2302d3fff5bbd5a695a6988ee435c2f4b51f2d31]

        CWS gnumake2: move header generation for oovbaapi to offuh

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [6551c54e36c592e55353e6da8a914c68718bdf16]

        CWS gnumake2: move header generation for oovbaapi to offuh

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [90f7fda0c37dfafdc75915f120adbb1de43c78b8]

        CWS gnumake2: move header generation for oovbaapi to offuh

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [b18f63c76e805a033a83494b9473e3296af88ab7]

        CWS gnumake2: enable rsc to use cygwin compatible syntax in cmdline on Windows

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [112093daa854b8ad9c722bd647da0a9115b0f7e3]

        CWS gnumake2: move delivered header files from xmloff/inc to xmloff/inc/xmloff; removed unused code

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [930e6cefb632d47b32f1a2e14c9adb30d2f08b4f]

        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>  [0f77ea10ee512a4ccf3d2f6bc11f13cab40b60d6]

        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>  [aefefb30358809a1c5bb6d4f536515c9494ef565]

        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>  [3c4056a2b30ce122b86a739fdf1628d846e6cd0c]

        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>  [60c0bf9b1a5a6ee202eb40d2b66958bfe06be4a9]

        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>  [c0524d5e4df64fcebb3fa093ec909468ddd2f2f2]

        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>  [5e838ad7d9d9919a362497cf5f04bdb2e7c1c6f7]

        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>  [39e9098c77157ea38411a237a6b52e0f76f12ce1]

        CWS gnumake2: export all symbols in framework using declspec

2010-04-16  Mathias Bauer  <mba@openoffice.org>  [bb2fe55f8ad3b7428cff31de3c25615a4ea89790]

        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>  [c2861f6088027581d98ba3720fe58c9c17d30fd0]

        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>  [9c10c47f9cfb8f7641f0bb16908e0d19ad7d08ec]

        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>  [19bb607ac8fec6797e5efa239ef8a1c2d31bd67f]

        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  Mathias Bauer  <mba@openoffice.org>  [449cd590b6d1bafba18cbdb39398bd98aa72e73f]

        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  Daniel Rentz  <dr@openoffice.org>  [a5858e6d95685ee5f54b0879b42529c3df49ee83]

        npower13_objectmodules: solaris compiler warning

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [2cc76813f2da296840d94e94c652f573313b21cf]

        npower13_objectmodules: uppercase UNO constants

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [6890276d6062c9b70169aa2b6eb45678babd97d7]

        npower13_objectmodules: uppercase UNO constants

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [45cc8f5bd1f3f7bb3cb4e63088f280dc8e8b93fc]

        npower13_objectmodules: uppercase UNO constants

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [d17f9a78f7eec405bca5c5e5707f2bf222a04d87]

        npower13_objectmodules: uppercase UNO constants

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [d66af9e10fa0f8fcf82b7c06dac789b5e5f4910b]

        npower13_objectmodules: uppercase UNO constants

2010-04-16  sb  <sb@openoffice.org>  [804a0f3d882f888c7b3b33d63118e735283617e9]

        sb120: #i110944# typos (jpipeint -> jpipx)

2010-04-16  sb  <sb@openoffice.org>  [104db092f2d98b3d601a724bcb7be8b1ecc0f928]

        sb120: #i110944# typos (jpipeint -> jpipx)

2010-04-16  Mihaela Kedikova  <misheto@openoffice.org>  [219103d56e4c84589ab2eec75cc77f420a1dfa0d]

        gridcontrol_03:fixes for #i110947#, #i110521#

2010-04-16  Caolán McNamara  <cmc@openoffice.org>  [f3c4d05528f91411ce0f4a14c7950c62b400cbcc]

        cmcfixes74: #i100000# fix typo

2010-04-16  sb  <sb@openoffice.org>  [e0559c44fb422b2ae11fcfdefa6c2af56b4ca2b0]

        sb120: #i110944# jpipe.dll wrapper around jpipx.dll

2010-04-16  sb  <sb@openoffice.org>  [19154e3d92bd0aa2e678e6805857ed599aebbb3c]

        sb120: #i110944# jpipe.dll wrapper around jpipx.dll

2010-04-16  sb  <sb@openoffice.org>  [462d351e9d4038ebad0fa11c8c77106a3b7bd3c9]

        sb120: #i110944# jpipe.dll wrapper around jpipx.dll

2010-04-16  Christian Lippka  <cl@openoffice.org>  [bf8b1838a7ad9a5895fcbee511985cdfb665c966]

        #i108132# dispose stylesheets to avoid dangling references

2010-04-16  Christian Lippka  <cl@openoffice.org>  [0d26b21b603b07aa6dba089c12e8a6c66eade60a]

        #i108132# dispose stylesheets to avoid dangling references

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7830fbba62711a547f6e21dfc616e67086214fbb]

        slidecopy: now using SID_TASK_PANE in all applications, also in Impress. Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cd5f399f6c77574dec28aa3b6b73efb261a6a507]

        slidecopy: now using SID_TASK_PANE in all applications, also in Impress. Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b9650eb842f8050cb43f6374008d9ac1c9058de4]

        slidecopy: now using SID_TASK_PANE in all applications, also in Impress. Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [628ade34df97fd0f0a7ec18dd3bec21561ff785f]

        slidecopy: now using SID_TASK_PANE in all applications, also in Impress. Implies registering the respective child window in the apps, not in SFX. Also implies getting rid of SID_RIGHT_PANE in Impress. Also, renamed SID_TASK_PANE in Impress to SID_SHOW_TOOL_PANEL, which better fits its purpose, and avoids confusion with SID_TASKPANE.

2010-04-16  Christian Lippka  <cl@openoffice.org>  [7a416229473fb14715d1a2af9c9065de8be8d2a7]

        #i10880# fixed pause logo in impress slideshow

2010-04-16  Christian Lippka  <cl@openoffice.org>  [c842884262ee413138165123f96a5cc81ffe6647]

        #i10880# fixed pause logo in impress slideshow

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [63c03e7f1bb7349cd4168ed30a0535f7c928207f]

        npower13_objectmodules: use document frame from media descriptor

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [7d7fc88ec456d716350f24c4eb6ce5fa2de4b440]

        npower13_objectmodules: use document frame from media descriptor

2010-04-16  Daniel Rentz  <dr@openoffice.org>  [02f50ebfc8097e6bebb607b9faa82f3baff0421e]

        npower13_objectmodules: use document frame from media descriptor

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2a8198c6ddfc3552f6630a85c1b23a9f697d091e]

        slidecopy: removed some traces which are of no use anymore

2010-04-16  Christian Lippka  <cl@openoffice.org>  [ee7c2a7a4c94a45dd6427ee8e989a05d4bb59d29]

        #i109783# fixed typo

2010-04-16  Herbert Duerr [hdu]  <duerr@sun.com>  [a075cefbec52ef6b02cd631e8a5b1319aadd3e03]

        #i108743# fix psp\'s getGlyphWidths() for non-type1 fonts

2010-04-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [99f82aa1deb36c052238ece7937a29e508f36d4f]

        vitomation01: #i108622 - w_updt.bas:tZORest() - This is a bug tracked as issue #i56594 now assigned to development. The test has been modified to recover by using a single mouseclick to select the graphics object to prevent later issue to get masked.

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0d0dd7ae3feaf4de3d70957c20bb1fcf22525bf]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5243fd43eb1aed47a12e019fab2e75f51ee68456]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f7da73cd4690c95268ecb34f0b7dbb4274b2e85]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [89ca3a447a7e8a53165c2b71e79d731eafcc6127]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5933e6cf7bc5a78a2b68e7243b51b868999fa71c]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b6693080a17418cf79b55f77add3bf7a84f00060]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [69929004c60c78e8022f89b002128f551dc0f8c7]

        dba33f: merge with m76-branch

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a5c79e695f9dfd332d88e56ddbcea285201e6dcc]

        dba33f: merge with m76-branch

2010-04-16  Christian Lippka  <cl@openoffice.org>  [9bc155a7dcccafea620fce64cc02f3f052e16d09]

        #i109210# when in master page mode, only change background of current master page and not all (regression from last applied patch)

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce3cfb11f2d4c0f6e8f41a4e3a37b984d71f883]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [39ca722d12345ead74d3d28df88564da477c70b6]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ef48f59c4c8be3546fc9d9d733af79054c103b]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b316ddbb7c819779c7fca6ef7a86dfe4fd66324a]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a6186576146ba795e663fd44be45fd60404c93]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [443c6e9b3b13848589d19a8d6212e92ad55276c1]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9da3e973a4e9cd6323c15678578176a4ef218ecc]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [3254d3c1fbb77433128c528129038ac57234fd07]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [48e311b6e9c936ef9a7bbead79e63966014e3d77]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [09c473e795abea8956de213da3e1ea0d41c751ef]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4b14f2963c7ce48246603453c1272b040fb57d]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecb7fab21bd7555e48467f6e2c2995b0c2ccb5da]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [61df324bec34aad8499621a666f37e517763b198]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf307ac575592b7d0cf2fefa8fbff758864f70e]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5f361a423ffd1750407edabf45943cd52a6392]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [daddcb26605e26fdcfe8d59cd9466c66b6e0e815]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9c1ea3af957b762392d4619c041029d6adbd5c]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba05cf1cc21e474ced2565803bf8fe45bb4e0515]

        DEV300: merge masterfix ea9085d6db4c@DEV300

2010-04-16  Niklas Nebel  <nn@openoffice.org>  [8ff3d7385ac92daa99a082a2984840dd8c41a5ac]

        calc53: #i110941# web query import: correct handling of merged cells

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [7416e6a8305282606f54b30daf4942ab0b5ecbb7]

        kfreebsdport01: fix misordered hunks

2010-04-17  Rene Engelhard  <rene@openoffice.org>  [ee0b04174011ff11e70d26cd95474564739fd5e1]

        kfreebsdport01: fix openssl build on GNU/kFreeBSD

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [b61b265e1890f97cdb5930fedc8205b83a4fd8cc]

        kfreebsdport01: update config.{guess,sub} of libtextcat/libxmlsec

2010-04-16  Christian Lippka  <cl@openoffice.org>  [df66a0ddc600f4cb495d074067dd0184a141054f]

        #i110938# removed z-index hack after background shape was removed

2010-04-16  Niklas Nebel  <nn@openoffice.org>  [061fe208f31c6a2ea73c92a89ec85fcdca349985]

        calc53: #i110937# html import: don't insert title into EditEngine

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [2ba0135088efa798a3f5a3722c8bb3537b6c6661]

        kfreebsdport01: fix ancient libtool 1.4 in libtextcat (http://bugs.debian.org/578023)

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e3e8937ca8eba56399d202ad7dce53f909fbc1c5]

        slidecopy: ImageURL value is not localized, of course

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [dcf66a0c608601ce92cc1df62038eb8a8d507a87]

        kfreebsdport01: add kFreeBSD port patches from http://bugs.debian.org/578023

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [fdc10329339e1bbec90fd8e1796f4b8ed98956a2]

        kfreebsdport01: add kFreeBSD port patches from http://bugs.debian.org/578023

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [660f0269d8bf6459500091dc9112ae8fc91e28dc]

        kfreebsdport01: add kFreeBSD port patches from http://bugs.debian.org/578023

2010-04-16  Rene Engelhard  <rene@openoffice.org>  [05adff62623e7fd050ff627aea116bcc50cda41b]

        kfreebsdport01: update main config.{sub,guess}

2010-04-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a316cdf1969aa6893870d8907841bcf077d5148a]

        slidecopy: (patch by SB) for compatibility with the old implementation, let getHierarchicalName return the absolute node path

2010-04-16  Thomas Lange [tl]  <tl@openoffice.org>  [edeea1f938b295932ec2030f5fc8b4cf789bd0b3]

        cws dict321: #i107796#, #i74297#, #i74300#, #i74304#, #i74311# license issues fixed

2010-04-16  Ingo Schmidt  <is@openoffice.org>  [d499a8fedb1208dd993773501d1ef2afc674615b]

        native299 #i110901# improving mechanism for DEFAULT_TO_ENGLISH_FOR_PACKING

2010-04-16  Ingo Schmidt  <is@openoffice.org>  [3d1f829ed2c21ad3936f7d648911287d94eeaf35]

        nativeb #i110836# OOo background png without resize symbol

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [5352cbfbd14164acb72b93986e67ce33a906ad79]

        CWS-TOOLING: integrate CWS sb121

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ab7fc9d1257f6248f2073c2a296eedec06ae752d]

        #i10000# PATCH flags for fcfg_global_filters.xcu and body.xsl

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [070edf6b0bd87fd8e75a67a9cc3d2bf037111fd4]

        #i10000# PATCH flags missing

2010-04-16  Thomas Lange [tl]  <tl@openoffice.org>  [ab03d434c1c758a62b534bb73beb74c751517aec]

        cws dict321: #110007# en dictionaries update

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [7c0aab497164985f7c2ca9f63f9bfd7488904791]

        cws dict321: #i110664# dictionary updates

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ca284110e082a06edd6b2cd3dad4c418c2f37138]

        cws dict321: #i79203# adding Kurdish spell check extension

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a652b01cc6c294a9e50b7a44ee4cdef131aa0162]

        DEV300: masterfix: don't deliver platform dependent files to common output tree

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [2904468c375eed60e38354d82866ecaa9d68b760]

        DEV300 masterfix: correct hunspell-1.2.9 and cppunit-1.12.1 MD5SUMS

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ce64fad2909d3ae293d241d7856bb3aafed463e]

        DEV300 masterfix: correct hunspell-1.2.9 and cppunit-1.12.1 MD5SUMS

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [10bffe42b17d46fee85d2b9340586e20fe83d45d]

        DEV300: re-generate configure

2010-04-16  Ingo Schmidt  <is@openoffice.org>  [2dae5880759a849c0951a629a9dac74789bee035]

        native299 #i110930# preparing new JRE6U20

2010-04-16  Ingo Schmidt  <is@openoffice.org>  [14f9311f1bb0c66e7519820a21fee909d614a3d8]

        nativeb #162023# new broffice bitmaps for nsis download installer

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a241125de5db7c23fba21e491d68d7834ebcac7]

        CWS-TOOLING: integrate CWS calcfilterrange

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e78aab210c94774781b86aa6489aea7fb747d06]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5c946470831e39a42233a97b00d217c9299698d]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c326b2f169abf875912d8d40485eead41926981d]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5090f357a151efa8494d215bc058a8b5e8d7dfdd]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f15edba919c04ba276d3fa6228ff39595d2487a6]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [224dbf39c0782b97950acd1f4e74e5a1e66fcaed]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [633a33ae453652671d5e12b34264e44a93b20ef3]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [43275febfa515cd293f65e77eaf4e0e09e9b5784]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [628edf8ff148f7d29a1213769e13e98baccd8015]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3ed338f81a32ecd4ab2ee74cbed6568a458fd3a]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4706289dc74727f9738113a84e39376c95e719d]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [14ce085d58d78e5527e2e1679a0df7846810dffc]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bd51f02a305446c85cec058797a75bf59d60c4d]

        CWS-TOOLING: integrate CWS sb118

2010-04-16  Christian Lippka  <cl@openoffice.org>  [c2ec11e253ef87f509ef8c975ae4730abed97541]

        merged placeholder handles into one to avoid display errors due to pixel rounding in some zoom levels

2010-04-16  Christian Lippka  <cl@openoffice.org>  [4e342ea4a3186487d1af024784c1ee7b2c911978]

        merged placeholder handles into one to avoid display errors due to pixel rounding in some zoom levels

2010-04-15  sb  <sb@openoffice.org>  [b8393572a7a0a3afcf341e51fcfed2bfb8b8dc65]

        sb120: #i110925# do not check Locale for non-empty Country

2010-04-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d1ff4b4f3430d60eea947d48d9af14c90ca2d13b]

        nativeb: #i110915# adjust image/text alignment for flat buttons

2010-04-15  Daniel Rentz  <dr@openoffice.org>  [dc295f1cf1c99b2dbe0760c7542a92febb33a27d]

        npower13_objectmodules: would be a good idea to really seek the wrapped stream...

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d1a9c0e770c7c83aa46bdfa0e54283720dd1a79d]

        aw081 #i106516# corrected clipping error with metafile rendering

2010-04-15  Vladimir Glazunov  <vg@openoffice.org>  [11a8887e1fca7b9273d61c9cab4041688aee9c6f]

        #i109357# changes for glibc2.5

2010-04-15  Vladimir Glazunov  <vg@openoffice.org>  [17d93702799ada4b7d07720e9a6573d38c4d7484]

        #i109357# changes for glibc2.5

2010-04-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2d5a8894b9250792202ed7cd4447949573d9dfbf]

        nativeb: #i110915# make flat buttons even more flat

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [027b85a38c3c57278d58fe77cec766f7af5ea6d1]

        CWS-TOOLING: integrate CWS tkr33

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [6609d9d708c9de41b873ebe7f132e8c05bf61b4f]

        CWS-TOOLING: integrate CWS sb121

2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [ece3ce2a708049c68932f1c2b470a85add548ac4]

        ooo321gsl05: #i110980# prevent wmf import filter to resolve too many clip actions

2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [9ee8a12b8bd63f7a24d8f29dd4cd2b91b567f1b1]

        ooo321gsl05: fix wrong order of initializers

2010-04-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db2cdcabc3d800dab0c7e8ef48e08c1198d8cefe]

        ooo321gsl05: #i107249# update fullscreen handling

2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [d19446a8cae2eb3435032d54be2563c9946889d0]

        ooo321l10n: added support for hi qcv-ES sq, removed hi-IN

2010-04-15  Mikhail Voytenko  <mav@openoffice.org>  [6bfa05212ad958a16170267d51ffce2e61b97d96]

        fwk138: #i87496# let the UNO type be used

2010-04-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [11b259b2ca49d7929d4fbb4f092180dc1077403f]

        vitomation01: #i109562 - Restructured test, code cleanup

2010-04-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a7318af41893e773032907982f7cee3565457415]

        vitomation01: #i109562 - Restructured test

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [03b7bc0ba9614ed80fca87be41d263818574cfae]

        aw081 #i108255# simplified SdrPathPrimitive2D::create2DDecomposition by removing correctOrientations there; for paint the corrections are not needed and may get expensive for complex polygons

2010-04-15  Helge Delfs [hde]  <hde@openoffice.org>  [378ae8ee1f87867fd413275c0cd3a12113932f71]

        automationdev330m76cat0#110900#re-eneabled previous workaround

2010-04-15  Helge Delfs [hde]  <hde@openoffice.org>  [951291297c6808f7e74f64ad56efad1604bdb53b]

        automationdev330m76cat0#110900#Workaround for flickering toolbar when loading a document->added do..loop

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [613cb2b85d6c0bd2b1c9fb04890f6772f25143f1]

        aw081 #i110731# added basegfx::fround to get to integer cleaner

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a4ed25efafb27d3d5acfd5502f2ad3fb90304d95]

        aw081 #i110731# adapted mfCenterZ to double

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b09ce90f0a73acff0c0272978c6e5514325e913e]

        aw081 #i110779# Adapted DoDepthArrange to use logical AND PolyPolygon checks instead of IsInside checks to get bettter quality

2010-04-15  Christian Lippka  <cl@openoffice.org>  [bcd227d5f32bfe3ccc181c463be8eb5c528c43a9]

        fixed assign layout to not override hide background

2010-04-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7ff2125a6163e6734f9e6065d61bf71a9b6b68c3]

        aw081 #i110846# added needed exceptions to do the right hing for MasterPages with no style sheets

2010-04-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9742b2c31d03e6722eddfbc724fc5d8ef6c74cd7]

        vitomation01: #i109562 - More stability fixes

2010-04-15  sb  <sb@openoffice.org>  [fa2c17c251f6448ddaf05470aface20f78cdf2cd]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [d645c084e1aab909f21f51a8dec453c323bd9213]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [9d177d6fd3a8fa55fda4eac2b412cd183fa853f0]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [773db2d80e39ed7a67775a6252b4c4553fe1250f]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [dfe232b93f11cafccc9a85273021483bd62d3e29]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [426c2252399be71ddfe4663aac9ba56bd25613e3]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [640a983fa652a2d1558cd506fca2c92d6093967a]

        sb120: merged in backout from cws/sb118

2010-04-15  sb  <sb@openoffice.org>  [87c6a4600d1b708c8fb698009e5e8230f2623dc8]

        sb120: merged in backout from cws/sb118

2010-04-15  Ruediger Timm  <rt@openoffice.org>  [5c2e4c6ca31361cde685c53974ad5925d8d575a7]

        masterfix: #i10000# Do not mask checkdeliver's exit code.

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3635ea2748bf3ccb7bdaee0184eda5e2433382b]

        CWS-TOOLING: integrate CWS sb118

2010-04-15  Dirk Voelzke  <dv@openoffice.org>  [6e2a5de34a79958fbb17be01aaaf413be6856d98]

        nativeb: #i96291#: Better mime type name for extensions

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [31614a8492f589728e7c7e6115a865aecf7cbb0d]

        CWS-TOOLING: integrate CWS tkr33

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [c3b6bf72ed7834a10f6b5ad5756b9b190566710d]

        CWS-TOOLING: integrate CWS sb121

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [5fad51e9db2be4affb53377bd5113346420c1c4b]

        #i109668# let the default filter be used for export

2010-04-14  npower Developer  <npower@openoffice.org>  [0f0f6396110e83a99f979a37f0cfe3e11ec6faa6]

        npower13_objectmodules: fix order of XModuleInfo/Module creation order

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [943c96d6d68cb78b9621be5d860d9d841fbb059b]

        slidecopy: indentation corrected

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0335bd7d3883fa2fd7127ad70a2820c269efb9e3]

        slidecopy: #i10000# (unxlngi6)

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [dbd1daa7f89f25ca26a526207690789a351828d4]

        npower13_objectmodules: load vba after applying workbook codename

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [240aa1eda8e6750fc100e8353e1a7d0f94ac9f73]

        slidecopy: post-rebase problems

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9e76eb07058591a392dde919f2ffec29aedf4777]

        slidecopy: post-rebase problems

2010-04-14  Niklas Nebel  <nn@openoffice.org>  [cbb2eff2b8a374f1c48734531bbddf04d1f1fdcf]

        calc53: #i89332# allow html or csv instead of preselected xls in ScFilterDetect::detect, no more registration of csv for xls extension

2010-04-14  Niklas Nebel  <nn@openoffice.org>  [5627a0059bf184755eefbfca3413f3a9006e9fec]

        calc53: #i89332# allow html or csv instead of preselected xls in ScFilterDetect::detect, no more registration of csv for xls extension

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d1bf4d03d9da98a4d9156cc80a7fea22ae63ff58]

        merge

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e35c48cb46518793b1812f8ca7d9cc8d9939c898]

        merge

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8602973c35b4a3bd545ca9ae280e5e7125ae73dd]

        slidecopy: allow sorting the tool panels in the TaskPane (so far, the implicit ordering was defined by the order in which the config nodes were returned by the config manager)

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ebbda0f3345e688956b3324e909c8eed86fa7341]

        slidecopy: allow sorting the tool panels in the TaskPane (so far, the implicit ordering was defined by the order in which the config nodes were returned by the config manager)

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f0c9be316fc7ec1850aad6594e469dbed0c1c2e0]

        merge

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [958e5f85168c87b1a48b1a4c29f077c0a6b4a2c3]

        merge

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f713d9f4b12a0e922a4bcc17df7202302a3c0bce]

        merge

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [130bbc98813c32460dc354dfa712de620cedecff]

        npower13_objectmodules: compiler errors

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [1110315ea427c77a9ca630fc80d1f9e15242f29e]

        npower13_objectmodules: compiler errors

2010-04-14  Kurt Zenker  <kz@openoffice.org>  [1f8d19b79c14ccd081f5c60dc0f6f89bb6c1ffea]

        bserver52: #161974# an empty line in build.lst should be ignorred

2010-04-14  Thomas Benisch  <tbe@openoffice.org>  [5e8eba45ee34b992e1acc6ca91fe17c2d96541f9]

        chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened

2010-04-14  Thomas Benisch  <tbe@openoffice.org>  [862738d2a8214b0bf2de060a2093faaf3055db2f]

        chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened

2010-04-14  Thomas Benisch  <tbe@openoffice.org>  [5c65b7de9a562bb078ff300951209acfe0a9f028]

        chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened

2010-04-14  Thomas Benisch  <tbe@openoffice.org>  [a874863e702b0ff20b8bbf29b1c5999ab2280296]

        chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened

2010-04-14  Thomas Benisch  <tbe@openoffice.org>  [2bac439e653e5fb4e983e2363b966a714de8644b]

        chart45: #i110805# Chartshapes: Toolbarbuttons can't be opened

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [da9d0047fe373b0083b23e45bef4fca7f008af11]

        npower13_objectmodules: make vba import available in oox filters

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [b798812d02e55e78ca20f6c55fefdd062f5cd164]

        npower13_objectmodules: make vba import available in oox filters

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [64da8a9b1cda404727ab3d70c01bf6deedaf8614]

        npower13_objectmodules: make vba import available in oox filters

2010-04-14  Daniel Rentz  <dr@openoffice.org>  [319c08647f115aaba7f5633376531cbfb4746b2f]

        npower13_objectmodules: make vba import available in oox filters

2010-04-14  sb  <sb@openoffice.org>  [64fcedf6d8dbac06e312836fa0ab5b7bc5722c03]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [05880bac6475e045694fb00806d807ab38e1f1e5]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [10b1f939953d971de57c5bb20f901631ef5bfeea]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [97df97494ffaf3e751fb23690bedb2c6598fc1a9]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [a47e12b3d4eeb0b3e271588716f905092d06ac0b]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [084b3d7eae29d9e9e6e1a65054ffe4d11cda3576]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [ed5ba2502ea4cd862dc2ecd22db0c9de5b25b5a1]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [55c30686c3518c2fb715e8140d17b7f16a088118]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [6c9b78ddeb8a0189f8f41fe07d5f687d7f90225d]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [33682d1375407c507230050b537bed0f42708457]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [a1077511bcd962b393ecb07f7df020d187edcd32]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [19087e3ef7793983f244d1d5265fefe746ef7727]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [4035651ccdb03f1ff82731fd02bc2d1bb81e3996]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [cd6cdc2be3b081a80c8500a3b71a1ae12dd6bc9a]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [1e245ea8d0fc3972c747124205e09947aa237001]

        sb118: merged in backout

2010-04-14  sb  <sb@openoffice.org>  [9e4c309ecedeeb052c923f1f6ef04f49498f3b1a]

        sb118: merged in backout

2010-04-14  Kurt Zenker  <kz@openoffice.org>  [491032ca8f4b4bfe43fe8ffab16a2423e01f39d1]

        masterfix: #i10000# remove incorrect line in buildlists

2010-04-14  Kurt Zenker  <kz@openoffice.org>  [bd07fbc963b4832f44b926c9d73f024b143c0d12]

        masterfix: #i10000# remove incorrect line in buildlists

2010-04-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5b8d16eb981022d62e6f2fc5e27603c849807e53]

        aw081 #i110861# corrected mpSdrPageProperties usages in SdrPage implementation to do the right things in the right situations

2010-04-14  sb  <sb@openoffice.org>  [5aaefa22ae131a80c8beaaa5294c2bb3cd65d4ca]

        sb118: backed out passing UNO_JAVA_JFW_ENV_JREHOME/CLASSPATH again; for one, those settings (partially pointing into solver) do not work to unopkg add an .oxt containing a .jar into the installation being created; for another, a fix for i77196 will probably obsolete a need to call unopkg during installation anyway; I assume I added this so that bogus ~/.ure settings do not prevent unopkg (and javaldx) from working here

2010-04-14  Ingrid Halama  <iha@openoffice.org>  [2255e46015dfb794218c068a2f960b2a9f72ded0]

        #i110743# build WarningError on unxlngx6

2010-04-14  Oliver Craemer [oc]  <oc@openoffice.org>  [85a46b5ee2fffdfa1c05199f2ef5957619ba4253]

        i110879 : [Automation] sMakeReadOnlyDocumentsEditable fails

2010-04-14  obo  <obo@openoffice.org>  [6cf9f51705a4c8565858963d3f50c5489e5895a9]

        #i10000# remove dublicate method declaration ControlHolder::invalidate

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc78d6b121d82998f4262cbb09ececc25d021d1]

        CWS-TOOLING: integrate CWS sb118

2010-04-14  Kurt Zenker  <kz@openoffice.org>  [de074f2857ab86ff425f010cd0e53dadc040c9a5]

        masterfix: #i110833# patch applied to prevent a build error without GTK

2010-04-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f2def4221587cb4b903eb383e80bfaf53614bd3]

        CWS-TOOLING: integrate CWS sb118

2010-04-14  Helge Delfs [hde]  <hde@openoffice.org>  [c5440fb502048a57b710b7410512c2fe7a0acd17]

        vcl100#110741#adapted autotest for removed fonts button->control removed

2010-04-14  Helge Delfs [hde]  <hde@openoffice.org>  [11674bb286cebf646e70be9e3bb7bbd24b6864aa]

        vcl100#110741#adapted autotest for removed fonts button->testcase removed

2010-04-14  Herbert Duerr [hdu]  <duerr@sun.com>  [9c869b9547607490de5cc2d0e802ac35bce5cc76]

        fast forward merge

2010-04-14  Herbert Duerr [hdu]  <duerr@sun.com>  [2f030c991f7de0b09dc4dd6210f2b99511b69509]

        #i110240# fix emulation of hflex/hflex1 type2ops for type1 subset

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8555dec9b440d58f4bc19fc088679a827e2870b5]

        slidecopy: re-implement CreateAccessible, and fix ActivePanelChanged

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [767a546786eb55e5223e03416b53da9b520a960e]

        slidecopy: re-introduce the icons for Impress' standard tool panels

2010-04-14  npower Developer  <npower@openoffice.org>  [0e17741fb26f9aa7d6ec986c5b03e2846da6a964]

        npower13_objectmodules: add a CodeName property for Sheet and Document/Model objects

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [18ea7f6a93f93b333f3588879733d53f69b0c2f0]

        slidecopy: when a panel is de/activated, let the drawing framework know of the change

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f8f7f1f674de6802a3601a89b725ce6f9cb80cb0]

        slidecopy: removed PID_FIRST_CUSTOM_PANEL (not used anymore)

2010-04-14  Tor Lillqvist  <tml@openoffice.org>  [dba391b866c92a5015ef821620d1b5720cf2f487]

        ooxml10: apply oox-import-helper-property-map-dump.diff from ooo-build

2010-04-14  Tor Lillqvist  <tml@openoffice.org>  [5d73a75d488c0d784341cf083fe9828377ea1106]

        ooxml10: apply oox-pptx-import-fix-text-body-vert-2.diff from ooo-build

2010-04-14  Tor Lillqvist  <tml@openoffice.org>  [59352e4b6b6275b3e5983c55700d1c5a446923a8]

        ooxml10: pull and merge m76

2010-04-14  Mikhail Voytenko  <mav@openoffice.org>  [348d64a3100e29b376b82d4cb6237c8b7c1d56df]

        fwk138: fix warning

2010-04-14  Ingrid Halama  <iha@openoffice.org>  [e9ec6f67bf4aa0d7474e54b5f55ca71671356a48]

        #i110617# avoid changes on copy from calc to writer

2010-04-14  Ingrid Halama  <iha@openoffice.org>  [838c91c229efff4a846fb8d6efd0211b999adf56]

        chartpositioning: #i100778# correct ODF behaviour

2010-04-14  Mikhail Voytenko  <mav@openoffice.org>  [cfcf90049be57df5de4217243965f1ffc46eddfc]

        fwk138: fix warning

2010-04-14  wg111939  <wg111939@sr1-eham02-02>  [f5ac06e7a64643014b958a8033f1eede0e70a439]

        i110864

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4862537f5858d956503113a5cd44933e02281a70]

        slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code formerly found in SD

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df0f53a275c1494fb43819ee48ff19b3031ffb45]

        slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code formerly found in SD

2010-04-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8522a74e1d1f5c3eb3287c144709275b33daa458]

        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>  [ab76732221aaf59cc9df43fa99b1883cb7888049]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [0518cf8899d02f1d0810fd971fe4dca2474c26c6]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [d72138f1408df33e07f6b33fd23bdfb101229a41]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [33deaab0e62194e7ebd3d0dd386628620e6a20f7]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [9abc6eb238e1c2784f5896ec905d9de0b7a7e38c]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [79333b34480c401e3a43e3add609db5874d0b1a7]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [abbcaab344a5f36f5c84cc94f3d1f89d3f30eede]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [cf9c47bc468741f8c31248e668d5ba2a9aff4987]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [0ae0a09128d5b33a142d64435fde87cc5d29a309]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [d2561bc9f5bfd3f6ba8b81b349c3cba7538f1746]

        cws tl74: merge with DEV300 m76

2010-04-14  Thomas Lange [tl]  <tl@openoffice.org>  [017328c34f430f6ce0be2027e63e931cf4c4d3f2]

        cws tl74: merge with DEV300 m76

2010-04-14  Ingrid Halama  <iha@openoffice.org>  [5a80462b2b3bdc2e8eb41924794717ed0e391484]

        chart45: #i110615# set missing points to NAN (not to zero)

2010-04-14  sb  <sb@openoffice.org>  [ded66fcbeb46e696ded4d640c1019203c96abb3c]

        sb120: #i110862# disabled failing test

2010-04-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8791c8522c267c28b1513bf0bb66f03ebb8ca819]

        vitomation01: Regression fixing - Repair f_topten.bas

2010-04-14  Caolán McNamara  <cmc@openoffice.org>  [f710c8daba1f55821fbfce456930ddfc9cecaf19]

        cmcfixes74: #i110859 fix lowhanging ww8 cppcheck warnings

2010-04-14  Herbert Duerr [hdu]  <duerr@sun.com>  [8b570a04e1bd1f5e2f49f13c4c377dbeb2ca6928]

        #i107915# fix vertical writing for non-BMP CJK chars

2010-04-14  Helge Delfs [hde]  <hde@openoffice.org>  [f045b7137af9e56666409e65341e467c9fd46367]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-14  Dirk Voelzke  <dv@openoffice.org>  [1f3cba368927ba31c275d3d949f42444fee1399e]

        nativeb: #i110754#: rebranding nsplugin

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [20b80bee6f3850c4a51103921370605a134d5247]

        CWS-TOOLING: integrate CWS sb121

2010-04-13  npower Developer  <npower@openoffice.org>  [8616787ccb5d3cd09bef7ad2a77d97155890173e]

        npower13_objectmodules: #i110724# fix for union and some clean up for determining multicell property values ( using SfxItemSet )

2010-04-13  Ivo Hinkelmann  <ihi@openoffice.org>  [c8bc53153321b98fd9d8db898c64e827448f4fc4]

        l10ntooling18: #i109378# added gsicheck wrapper script for command line usage

2010-04-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6117ebac60ab7acb84b45b57d49150abf469667d]

        vcl111: #i97017# add yet another recent file list

2010-04-13  Daniel Rentz  <dr@openoffice.org>  [fdd1c8f3861b366be58d9ffa3bf027ff3086b271]

        npower13_objectmodules: compiler warnings

2010-04-13  Ivo Hinkelmann  <ihi@openoffice.org>  [0f641fbfd20f06811ec4bdd886ff7ab16d058375]

        l10ntooling18: #i109378# set path to gsicheck in localize.pl

2010-04-13  Niklas Nebel  <nn@openoffice.org>  [89a26b7f2de03ac6d88a5fa324cd6078bc6eca92]

        calc53: #i110853# don't always cancel HTML export

2010-04-13  tb121644  <tb121644@sr1-eham02-04>  [ef33c2c5d0627bbc4171894116254488052bf1aa]

        #i110714# [Automation]result extract holds wrong product name

2010-04-13  Carsten Driesner  <cd@openoffice.org>  [7ea28d6cc54986d33a62054f429f114a18cff097]

        nativeb: #161758,161762# Replace splash and about box for BrOffice

2010-04-27  Carsten Driesner  <cd@openoffice.org>  [fc3906c244b737c3d7e38272855632d7d3665ab0]

        fwk141: Intro images without english text

2010-04-23  Carsten Driesner  <cd@openoffice.org>  [3afbac67886a9ebe850355701427b6580cfbba49]

        fwk141: #i111083# Fix splash screen without version number

2010-04-13  Ingrid Halama  <iha@openoffice.org>  [133cac7b60bb44340179c78cb30f1cc6e8c185c3]

        chart45: avoid assertion during scenario from issue #i110849#

2010-04-13  sb  <sb@openoffice.org>  [e5ac6e7009b108c8abd53d3d4301944f11a820ab]

        sb122: merged in cws/calcautocrash to fix sc/qa/unoapi problem with sc.ScDataPilotFieldGroupItemObj

2010-04-13  Ingrid Halama  <iha@openoffice.org>  [39fb1ee5667028cb9752c4fe84e28ac0148418d3]

        chart45: #i110849# crash after copying chart

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [56fab10245096541c878cbffbcb79d0c2c40c897]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [03c341919c2ce023d3c9e6381185f934a875bfa8]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [a45a337503a619f0a6ecfcbd980ab7929001092e]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [c00bf408e9b4c6804dfad602444a6c616e31723c]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [762515c194c36da972e58bde60bc2d8ba7cf10bd]

        automationdev300m76cat0#107893#added support for slovenian language

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [9fbc628e4a417e3c11c85e3ff9e1f85324850f6d]

        automationdev300m76cat0#108057#fixed language detection for slovenian language

2010-04-13  tb121644  <tb121644@sr1-eham02-04>  [8c3462853e40dae7801efae3ea8924ceb114efa0]

        #i109825# enable testautomation for gridcontrol

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6d043734d640c98c73d2374aeabff90ef27b71]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0585053da56f31b6b5f20a720d54aa1d33f8e5c9]

        slidecopy: now that Impress also supports the usual custom tool panel mechanism, add an example for Impress, too

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b3f01acd62e59c34405b0738b1d92c212e62f842]

        slidecopy: missing using statement

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8af9df5ec78b808a4aa7d1288639fbc621f09917]

        slidecopy: Impress does not support the SID_TASKPANE slot, the task pane is available via SID_RIGHT_PANE

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd16a2c600e99f590a7ed057798412d3c44c258a]

        CWS-TOOLING: integrate CWS ause110

2010-04-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [45980c18c34f53c0f9cb7633d126db27ada4d1cb]

        vitomation01: #i109562 - ConvertPath is a function! Fixed.

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [99f33ef5a21b97f790b6a359a640111076174408]

        slidecopy: the custom toolpanel example in sd/workben/custompanel is superseded by the one in sfx2/workben/custompanel

2010-04-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [add9c12f09f580856316924366fb7a2141388eec]

        vitomation01: #i109562 - Protect function parameters, they should not be changed (ConvertPath behaves differently, though )

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7aaf18c9983734125c595c294a3f50fc95de38f0]

        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>  [8c437b4a47762b07c52a0a9d6af2abf5363c15df]

        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>  [0c5e350b2ae8c46a24407cf122114e58852fb072]

        slidecopy: moved SD's task pane implementation to the new base implementation from SFX. Still not all previous functionality restored.

2010-04-13  Christian Lippka  <christian.lippka@sun.com>  [a7df7372429ea4ea2d17852588b1c0fbf7a91d2f]

        fixed unix warnings

2010-04-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0730a20f33ed8425e2b2a38b8fcd75f9fa663dab]

        vitomation01: #i109562 - ConvertPath was far too complex, cleaned up. Introduced unified functions to replace single characters or small substrings within a string, still need to remove countless clones

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [ee8f7dae9dbef6e154b3d021dbb6e2521b90eaef]

        automationdev300m76cat0#108549#added workaround to set focus of document

2010-04-13  sb  <sb@openoffice.org>  [0a5d7c3a4083194dcab1bc21145e569db5df3aff]

        sb122: merged in DEV300 masterfix

2010-04-13  sb  <sb@openoffice.org>  [683780cf57a7ec2729a52877aecc67d2d03ab70d]

        sb120: non-broken rtl::ByteSequence unit tests

2010-04-13  Helge Delfs [hde]  <hde@openoffice.org>  [446a1a103cffbb6980a6babb94e6d8d12471b495]

        automationdev300m76cat0#108549#added workaround to set focus of document

2010-04-13  Mikhail Voytenko  <mav@openoffice.org>  [13399d278ce820f19b592f40b3ab4b83223e1410]

        fwk138: #i87496# add header

2010-04-13  Caolán McNamara  <cmc@openoffice.org>  [9631c4e031410ea86b28da64956b5909e8aa6678]

        sdfindall: #i110565 revert this one to regain icons

2010-04-13  Mikhail Voytenko  <mav@openoffice.org>  [8d92fa14a00c9bf63a6fd39f58a7bc49aff3a05b]

        fwk138: #i87496# Use the UNO constants

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [edd98d01793ff8ab444c16b94d71f526d1d3550c]

        slidecopy: merge

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d1137b8a472b3cc30262c20267c63086e58424a5]

        slidecopy: make compile with GCC

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [825b9494a5dc84409b457d1895b7db5c82680fa3]

        slidecopy: make compile with GCC

2010-04-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f4773f56d7861bd5354ceb93d35ffda50276bcd7]

        slidecopy: adjusted to new XToolPanel

2010-04-12  Kohei Yoshida  <kyoshida@novell.com>  [4f0c1853cde2a99e8993b4f14d852a98357fd81e]

        koheiautodecimal: #i110634# Don't export negative decimal-places esp. when the standard precision is "unlimited" (i.e. has an internval value of 65535 which would become -1 whne casted to *signed* 16-bit integer).

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [24c12154109507b0e0cc8198810c620f314b1937]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1954f5accf405da4b60079a114242f08176714d7]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5aa0dc7eb7efaf1706342bec82f83253c4f5fbaf]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1c429edf4532183f57489736ec0efa6601a195b5]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4232e0d75e3a78cf73558e672e038cc0a0ec578b]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [53a51cd2ec7d6fa4ef84a03be99ef6efa2adde63]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ab24644c32d1ff000ea329d78776e8f0892a1697]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e3c620fd0394b7ce7b5c8cce2a498a03713a3666]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5bbfdef3f29255edc53244d2cacf346a1a761467]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c576e564f53bc87a6f5ab0b9ff58e1267c17e66]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bec2d48753200fbd99a138908157a4294fbfb118]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d68ab64906bca6076d6e0d2c52689bbc7b273e23]

        slidecopy: merge

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e8450ba2e090debab65c77ab489a737be9132481]

        slidecopy: merge

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8907ad8d711eb20498695e2ef6287cc0544cf8ef]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [944ed4a33b0a0a11cb414392a8ad2aca61631f7d]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [4cef86a3df68deac59ad6eec71db7eb4bf1476e7]

        fixed merge error

2010-04-12  thb  <thb@openoffice.org>  [4234c51cd84c739a8828024262545d5cb33bdeec]

        Merged DEV300_m76

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5c5c7e561463e1464e615ab1bef9119291a6c6e7]

        merge with DEV300_m76

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dfedceb6c11ed339b33b57726251ce15e5484466]

        merge with DEV300_m76

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [14324842d7e1bdb263e84bf27ccaadc1202027ca]

        merge with DEV300_m76

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cc4afe7f8e0610114446cc22acf4b926ace34a29]

        merge with DEV300_m76

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [58eb5f23681290abb8fe9ea348c7db3a7cfda9c0]

        CWS-TOOLING: integrate CWS dr74

2010-04-12  Vladimir Glazunov  <vg@openoffice.org>  [7f8f653f69df8b5c54646e6fdcc81e3ba0e169cd]

        #100000# fixed typo

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [36438c7236119371a2800e55b6a8b028f832e5c8]

        merge

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3e6497e026737bb464e7d54374203661b5131e]

        CWS-TOOLING: integrate CWS automationdev300m75cat0

2010-04-12  Steffen Grund  <Steffen.Grund@sun.com>  [316556e3bdcb43838b6000bfe2001823ae33393a]

        sg01: merge with DEV300_m76

2010-04-12  Steffen Grund  <Steffen.Grund@sun.com>  [96bf3cad87793dd65914192b849a9fece5baf7d6]

        sg01: merge with DEV300_m76

2010-04-12  Steffen Grund  <Steffen.Grund@sun.com>  [28d847ff77ea9257bc082d07ed3a38d71f2fd030]

        sg01: merge with DEV300_m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [31c3de2faa2e43d115a6e45c7fa7a9881d57bffa]

        sdfindall: merge with DEV300 m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [46e4d0ae42a0befd8072d697c37031157fbb524d]

        sdfindall: merge with DEV300 m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [9cad493395c1d3bf062a1b50732ad730cc492209]

        sdfindall: merge with DEV300 m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [0232e02afea27519ca969ddec8113a21ea313df4]

        sdfindall: merge with DEV300 m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [dbcd1044c49bdb20f70d72c543adf56f4d3c2014]

        sdfindall: merge with DEV300 m76

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [3db783b17bd172b94d01a2e20815812b1d1f9d8e]

        cmcfixes74: #i110814 make ww8 .doc font importer a little more robust

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [4d00311c1e0219988f8bcf8ff707cae6881905c4]

        cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menus

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [e0b8a71c2131f90e1fbb442693c7124ce7d86597]

        cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menus

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [6e9b33ba6aa7272f6ab81e6c54c319b2e5305cc7]

        cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menus

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [7062641db71988f68a1e144375d3cda8d90d77b4]

        cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menus

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [44e0e3f4b2006a218f72b6be0e76bbd9fe834c10]

        cmcfixes74: #i110565 use radio buttons for mutually exclusive options in menus

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [cf79e126be016d761a9d2279828c9e8fcf863267]

        cmcfixes74: #i110565 move the radiobuttons work to sdfindall

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [419d1a22953ace02411a9537cc605aa02ebede35]

        cmcfixes74: #i110565 move the radiobuttons work to sdfindall

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [90bb43ac9278e8c272b0355c7e687ba7a5daeb43]

        cmcfixes74: #i110565 move the radiobuttons work to sdfindall

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [a80b4eddccb53112b8758f0c70bf1df51e7e457a]

        cmcfixes74: #i110565 move the radiobuttons work to sdfindall

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [a6810567d6a67517315a0f94598cebefe93b9536]

        cmcfixes74: #i110565 move the radiobuttons work to sdfindall

2010-04-12  Ivo Hinkelmann  <ihi@openoffice.org>  [f0b4543e5d07906c9f2a3c0afcae736740d7c0ac]

        #i110810# rename output files

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff66a76831c561ab74f2f21e12800e492388c6a]

        dba321a: #i10000# remove dublicate method: static void lcl_SkipBytesInBlocks (merge problem

2010-04-12  Helge Delfs [hde]  <hde@openoffice.org>  [c56b893502d96f0d55088d826f2278cc57682942]

        automationdev300m76cat0#110648#added workaround if tables in Autopilot need a long time to load

2010-04-12  sb  <sb@openoffice.org>  [3e41502e56c37991dd6e645fd1ff8fb7a325ff1b]

        sb122: #i110083# improve xcsparser.cxx merge function

2010-04-12  sb  <sb@openoffice.org>  [fef69e9f3db158f2e27b1654dd00ec00060602e8]

        sb122: merged in DEV300_m76 via cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [26158a2e6ac5d93986e5d6c458d268aa8a697166]

        sb122: merged in DEV300_m76 via cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [8de1d54007ff936bd0d8a44c50ffd8a0aaaa1426]

        sb122: merged in DEV300_m76 via cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [80b713c17fb6cb487ef0d632ac1e008e2ee458e3]

        sb122: merged in DEV300_m76 via cws/sb121

2010-04-12  Helge Delfs [hde]  <hde@openoffice.org>  [a03f84170a7c49b6b818f15028d0b3c5f7e6bcb0]

        automationdev300m76cat0#i110807#fixed undimensioned variable...cleanup

2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [20231f17aebf160bb96b81ed31d4c2ed5c83785c]

        #i110806# fix stlport debug assertion (thanks dtardon)

2010-04-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3a6a8cec4b90ae657f08aed7f2dd63264deee6ec]

        vitomation01: #i109562 - Modifications to OLE tests, remove function DisableNavigator() as it was identical to hCloseNavigator() which again now is just a call to hCloseDialog...

2010-04-12  Ivo Hinkelmann  <ihi@openoffice.org>  [a142b995c98f436f20eacfdf5944feb30a5125df]

        cws l10ntooling18: #i110687# path updated

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [411f5663550371540b4b1f75b36cf0dd68978d49]

        impress188: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [7c05c7a3d3969846401f4856134219be3dfc1c75]

        impress188: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [4da699599adbbbc050af6ff5b551abc39a78251a]

        impress188: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [aef481eed78350b8b943128fedb3d024b84301ea]

        impress188: rebase m76

2010-04-12  sb  <sb@openoffice.org>  [9f073c6e916fb9e781ffe22575957b3a212d2a56]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [8dd42657d151870788d24b335d5f7ef70a55cd40]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [e6f3ad0eaac8b32918bb8bcee36cdc0be7fbfc29]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [afc4642685c41b3a9f2fda4f81d342667ed47d09]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [6f4696c53913e5ddff0d8433ee3e552a8c584e48]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [7c943be551f25578844d93067268461a2c74e420]

        sb121: merged in DEV300_m76

2010-04-12  sb  <sb@openoffice.org>  [9d3ee6b808c66e292f1fa1bbed02c7605defdcae]

        sb121: merged in DEV300_m76

2010-04-12  Carsten Driesner  <cd@openoffice.org>  [ef12d8a69cdba75f75845432ea84f03f69502ea4]

        nativel: #161976# Remove license dialog from installation wizard

2010-04-14  Mikhail Voytenko  <mav@openoffice.org>  [e2e01f75b72f24c46df5eb9fd77f051f0f4c809b]

        fwk140: #i110848# show the warning on saving as well

2010-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cdfc28186d3a68ab08f98d632618be8523cefb1b]

        fwk140: #i110815# do not rely on font size to align buttons below new bitmap background

2010-04-27  Carsten Driesner  <cd@openoffice.org>  [9e0c86c0ee31b231972002b4ced152621d545d4e]

        fwk141: insert invalidtes iterator

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [0f0bf4d20e1aa43495b68429baa302a9fc58a11d]

        CWS-TOOLING: integrate CWS cbosdo05

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [323fe78516b75702c30f517d148b3ac4942a5dac]

        CWS-TOOLING: integrate CWS cloph14

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b337a35ab64a8e5bae38e82bc5262c900b8b9645]

        CWS-TOOLING: integrate CWS obo47

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [cec21bb3749dcf39721140b95c0be6abea04ad14]

        cloph14: merge with DEV300_m77

2010-04-13  obo  <obo@openoffice.org>  [77c518fe99bc7c511174a32a3b97ee40e5a5f556]

        obo47: #i110831# build breaks for wntmsci12 non pro in module shell

2010-04-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [64b58443dfc4bc5ca2822beaee771b44fa1fd7c6]

        automationdev300m76cat0: #i110804 - Added missing version number to officeinfo.txt which is used for building the OLE application names

2010-04-12  sb  <sb@openoffice.org>  [8c23e8447772f621b636c413e80fa4b039f44368]

        sb122: merged in cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [98c0ff7b54919ea54df7fad8814a5f48c12f2d74]

        sb122: merged in cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [5bfb02a3a04e7b6ead274aa0dfb15c588fe4f870]

        sb122: merged in cws/sb121

2010-04-12  sb  <sb@openoffice.org>  [405cdc76871d9822356429be6be5565027f15820]

        sb122: merged in cws/sb121

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [60cda753f60de93a421af32affb07f455bca84b6]

        slidecopy: default ImageURL to empty string, not <null/>

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c08e0f6a88407fac29857a71314f0a704fa7c393]

        slidecopy: removed unused forward declaration

2010-04-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [61e685d3e8e68b37294c6b853342a39c54cd85d9]

        slidecopy: proper deletion of 'argv[iXhp + 3]', will cause assertions otherwise, which break the build in instsetoo_native

2010-04-12  sb  <sb@openoffice.org>  [10ce0c56de2072553e5cbe5ebbd422cd88e5fde6]

        sb122: #i110494# make OpenOffice.org-maximal-version dependency work for > 0 micro OOo versions again

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [10ab46516aee91be86b77e39cc97afb2ee972571]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [28e493ad2c40b5efa4949bc4eecb4348982bd111]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [84131ae12e2dc28dd5eb33888d7ccdff4b3b5821]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [98a9cb6b050e0ff8a70848404d9e8fcb902bfa94]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [016ff852cc98d82069c29d6c70327a77955013e5]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [6e40e38b269e5be505454550e7c142a9697b9f6f]

        renaissance2: rebase m76

2010-04-12  Christian Lippka  <christian.lippka@sun.com>  [c6963ac502f6b693d6c9bd6d2a3c08a442d3e86d]

        renaissance2: rebase m76

2010-04-12  Niklas Nebel  <nn@openoffice.org>  [df18244ebaf7d3b841d6fd591d98c30f5ce65296]

        calc53: #i110751# remove unused functions again

2010-04-12  Caolán McNamara  <cmc@openoffice.org>  [b8d7719197590b9fcc7f37eb5f1d0f77ccc7f1d8]

        cmcfixes74: #i109877 init rtti on os2

2010-04-12  Niklas Nebel  <nn@openoffice.org>  [22c37df2eaf63f516b3f0757ff01dba3c11751a3]

        calc53: #i110799# use IsValidReference in getReferredCells

2010-04-12  ka  <kai.ahrens@sun.com>  [82e3e58a43d255fd6adc6addf6ac59e426041866]

        impressbi01: merged heads

2010-04-12  ka  <kai.ahrens@sun.com>  [6d659bf00a22f54ddc2030add79f79c6f9c08429]

        impressbi01: merged heads

2010-04-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [31cf9d58d3c998b94cdacfa40b0a728ed264d4f0]

        vitomation01: #i109562 - local merge with DEV300_m76 which had conflicts with changes from native0

2010-04-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [546dc2e09a52946937d642077cb948f92822506c]

        vitomation01: #i109562 - Code cleanup, use parameters where possible

2010-04-11  sb  <sb@openoffice.org>  [71f68c04013ea7d80dbabf3e81df019f948e5eca]

        sb120: merged in DEV300_m76 via cws/sb118

2010-04-11  sb  <sb@openoffice.org>  [2c7ff00675c8b962ac7912bc30b07551bf7f4823]

        sb120: merged in DEV300_m76 via cws/sb118

2010-04-11  sb  <sb@openoffice.org>  [d98c88ecadbc5f6dd64cca8be48d43e1323e0bdd]

        sb120: merged in DEV300_m76 via cws/sb118

2010-04-11  sb  <sb@openoffice.org>  [8fbf84fa89d3c64425275d2e5eb2a0b753511209]

        sb118: merged in DEV300_m76

2010-04-11  sb  <sb@openoffice.org>  [3f31268fb02c402de592da5180250106597a07e4]

        sb118: merged in DEV300_m76

2010-04-11  sb  <sb@openoffice.org>  [ba6ae7eaaa7436354a0f61c4c12aea45be0a3c27]

        sb118: merged in DEV300_m76

2010-04-11  sb  <sb@openoffice.org>  [db9ee8d9033604d004201b338fd314c656a84f86]

        sb118: merged in DEV300_m76

2010-04-11  sb  <sb@openoffice.org>  [b0818f8883618cbfcb18f839ce9bf8709b23fcb6]

        sb118: merged in DEV300_m76

2010-04-11  sb  <sb@openoffice.org>  [e205648fc9f8b25c070cc84f20b429f91ad6ad89]

        sb118: merged in DEV300_m76

2010-04-09  Niklas Nebel  <nn@openoffice.org>  [dd8ca5b67f9d1bfc3a67c21d0bac58b21d7ff60f]

        calcautocrash: #i110721# move MacroInterpretIncrementer to ScDPTableDataCache::InitFromDoc

2010-04-09  sj  <sj@openoffice.org>  [a14e90df9620b4e4259d20197660f2dac67628d7]

        impress190: #110673# applied patch (removed some Boundchecker warnings)

2010-04-09  sj  <sj@openoffice.org>  [49e4ad75c4bca88d3da34510ff0a3f99337d676a]

        impress190: #110673# applied patch (removed some Boundchecker warnings)

2010-04-09  sj  <sj@openoffice.org>  [b405ae53ad7bf65d43383f8338df9cd2daa96aba]

        impress190: #110673# applied patch (removed some Boundchecker warnings)

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [203996d42393db9c1967bb0c6d2467b773d70a47]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [24263908bdac7871a1504449fb5ae0383c48cbaa]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [40c24f2c31cacbbae60bb467b676d3992cf738de]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7a4ad31ed27e6d4dd9f4bddfd1e2f989e930735b]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [0ecedc1be8f862d9f0eb9aeca833eb84c9f017c0]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5e398031a499a6bb9af8222a680e6294df6ec286]

        Update from master repository (DEV300_m76).

2010-04-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [17282126ffbe848e419ac92c81023a57102fddc6]

        Update from master repository (DEV300_m76).

2010-04-09  ka  <kai.ahrens@sun.com>  [16cb697ad68129fdc9b0c51779c8deda745af2a6]

        impressbi01: rebased to DEV300_m76

2010-04-09  ka  <kai.ahrens@sun.com>  [0857a9995e3842ac6fe6c3f3fc8e761455a1b2b2]

        impressbi01: rebased to DEV300_m76

2010-04-09  ka  <kai.ahrens@sun.com>  [aa1ff7286b30e854de0fb30108ef6e08a2ea72f9]

        impressbi01: rebased to DEV300_m76

2010-04-09  ka  <kai.ahrens@sun.com>  [0facda5464de7e7d4b02687336b158236899eeff]

        impressbi01: rebased to DEV300_m76

2010-04-09  Niklas Nebel  <nn@openoffice.org>  [e41b8df9409edc8aaf93ccdac4050e6ea90ebd99]

        calc321stopper2: #i110692# ExportToComponent: reset stream flags if source stream not available

2010-04-13  Niklas Nebel  <nn@openoffice.org>  [2975955db0512b8ba6ac4a543cedcf8e2fe1879c]

        fwk140: #i108978# copy sheets from stream only if a SFX event was notified before saving

2010-04-12  Ingrid Halama  <iha@openoffice.org>  [9dea2514f97c24244c04c7a957b755f2f7427e6d]

        fwk140: #i110766# avoid crash on changing com.sun.star.chart.ChartDataRowSource

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9233947f0d9dfab3d7a47645d9bff9ac9d140b74]

        slidecopy: task pane is initially invisible

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c88455c9782248b48bf897aa66cb5c1a4a4e3bfb]

        slidecopy: resolved post-rebase build breakers (method signature changed in MWS)

2010-04-09  Oliver Craemer [oc]  <oc@openoffice.org>  [827c05d7931d4dc516ce51da7f1869d753e469c4]

        [automation] c_updt1.bas : tViewNavigator fail

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2840107f2457d15a343f1f72206d8f1dde91a338]

        slidecopy: document the ParentWindow parameter for UI element creation

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [267d2a3ac9b9c01c04f920dcde2f92be475369b6]

        slidecopy: when creating tool panels, pass the XFrame they're going to live in (needed as context information, and mandatory by css.ui.XUIElementFactory documentation)

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [409b6bcfcc3c8baa285d1bcb16f8063682a952a9]

        slidecopy: moved XToolPanel from css.view to css.ui, now that it is an XUIElement

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c16c8d27f6958ca24aa860cd235b729dfeca90d]

        slidecopy: moved XToolPanel from css.view to css.ui, now that it is an XUIElement

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cc7338c3b04fa71c33901f6ae6f0b8c865142e49]

        slidecopy: moved XToolPanel from css.view to css.ui, now that it is an XUIElement

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [847ee58828400cc3bd22f7dc0c8040120336f628]

        cmcfixes74: #i110717 fix new && || + meaningless const warnings

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d78067c53d0b0e816b013226bd3188a5c91e9ce0]

        slidecopy: moved Frame/ResourceURL/Type from css.ui.UIElement to css.ui.XUIElement

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c9c5e1d801b32d99d9ca2aa46b3071a9f497f2f]

        slidecopy: moved Frame/ResourceURL/Type from css.ui.UIElement to css.ui.XUIElement

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a62b79fc1e4c3858a0aa76cf8762fc833ac0ea11]

        slidecopy: separate resource ID number circles for svl and svtools (thanks to MBA for the patch)

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d30937f3ef1f1c8c2f38d0923ab30607c0aceb7f]

        slidecopy: separate resource ID number circles for svl and svtools (thanks to MBA for the patch)

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [515244a75e8c196f06864f9c30e3348995d0cba4]

        chartpositioning: merge with DEV300_m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [aac1500a35187db25eda9bec629cec6c1087061b]

        chartpositioning: merge with DEV300_m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [6444c49b780c1683e85af3f3802471c85aa8e5f4]

        chartpositioning: merge with DEV300_m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [a3bf87c746ff87608b3470b685181c929bbdb21a]

        chartpositioning: merge with DEV300_m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [410decae3929ea49158a1912d235b7a3355a2fdb]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [13160e8fc2947966bd980feb1da4912665362bb9]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [0a0d58e5bb52f008021198412752b16059cb8edd]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [1c2d23a68ec35d8b35df19bec843401c20c692e4]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [175dcecf3afcb05c2985cd7fe1434a2d0b57e9a8]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [faeb60a0cc8d047ed58c7191ec9da876a7c5b5a4]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [c98afc4528a9622bb2357dfa6bf8d958b064cbd6]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [790e0e41b11a556baba5ce0cc6ecf0af6b5f9be7]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [c556e0c1db51c44679c9c6b29aebd9e8c12ad757]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [a86e651e33323711acf758a679ce9f1b65aab4eb]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [99fd3e0e62a616c79a95ed10370878b41d90dd90]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [37c99188a37548d7fe80a2c8ef6a3f01b8a03db9]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [ee2558ac201680861554f526ec8750afc704cea9]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [e8c667fcf38286ca9944dfca3c07b63f3939679b]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [f26de79f6dc4d20afae4f528c002bd2fbce68d09]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [4fe2a6c45091dfda2313f7d17ea0e3ff77ad7827]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [3c6faf8259c54236e12f5c0d7c92300122b70030]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Caolán McNamara  <cmc@openoffice.org>  [c2f948fda99ef3ce8b86eaf3aa8b1171a748c4f0]

        cmcfixes74: merge with DEV300 m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [f45c6285c796204664de208f739b9a0a046878d7]

        chart45: merge with DEV300_m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [cba8a6f937aea45938401957dcca617172cb3d57]

        chart45: merge with DEV300_m76

2010-04-09  Ingrid Halama  <iha@openoffice.org>  [c9ca9e201bba97199923c4dc895a74f2689ed9cf]

        chart45: merge with DEV300_m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d2bb7916f960eaf9fdf1712a71d64e0f04dde8cc]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [01dec66abb156b86c8e547dd4bc3677a261c0a86]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b61423bfa7a1749d291b93b3472b3b6d3576616]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [72cc18f2f44c8855a1a1737b1ae77f9803c0a70c]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0c946f499034229c255ae50bb7c97c9be471ca14]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5d5e24f5bc71d413f051746063573a72db65ab7d]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9c32c9129e18505a6ecc78c6880d96136d101129]

        slidecopy: merge CWS wth MWS-m76

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db615ac9bdb30bb7708c6dde24976b1789b9af7c]

        slidecopy: moved SD's version of DockingWindows (bearing a title bar, and a closer when docked) to SFX, and based the new TaskPane on it

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d817753ec5fa141527973769135e112d82a783cb]

        slidecopy: moved SD's version of DockingWindows (bearing a title bar, and a closer when docked) to SFX, and based the new TaskPane on it

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dd69dd837a389426253bdb7e01da78352a1f276a]

        slidecopy: moved SD's version of DockingWindows (bearing a title bar, and a closer when docked) to SFX, and based the new TaskPane on it

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fb1d597546d2a7a974f008c962d81b49a87115a0]

        slidecopy: do nothing in GetFocus if we're just dying

2010-04-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d806db165abf42fa0b33166cf46760f05b4d3b8a]

        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-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b74f6441cc4cb098053269988082d9736fab2661]

        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-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [234676f96779e16d0b0d1da460a7ebefcbe7984a]

        slidecopy: this image move slipped one of the previous commit ...
        
        diff -r cc7a753d457e -r 5e9275f011a4 default_images/svtools/res/triangle_down.png
        Binary file default_images/svtools/res/triangle_down.png has changed
        diff -r cc7a753d457e -r 5e9275f011a4 default_images/svtools/res/triangle_down_hc.png
        Binary file default_images/svtools/res/triangle_down_hc.png has changed
        diff -r cc7a753d457e -r 5e9275f011a4 default_images/svtools/res/triangle_right.png
        Binary file default_images/svtools/res/triangle_right.png has changed
        diff -r cc7a753d457e -r 5e9275f011a4 default_images/svtools/res/triangle_right_hc.png
        Binary file default_images/svtools/res/triangle_right_hc.png has changed
2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [f6b46448f565332964d90146ad9e545329e2f643]

        cmcfixes74: #i110565 consistently set the menus to be checkboxes if the entries are mutually exclusive and one entry is set

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [5eda542c37ab9dec4f44bcd45517291ec480b391]

        cmcfixes74: #i110565 consistently set the menus to be checkboxes if the entries are mutually exclusive and one entry is set

2010-04-08  Michael Stahl  <mst@openoffice.org>  [8465c4543d1207948fe6574a976e48869d95623b]

        dtardon01: #i37275#: SvXMLImport: normalize the "form" namespace

2010-04-08  npower Developer  <npower@openoffice.org>  [afd747b0b1a649779775d839836f2fbd2052223b]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [40a90261b0e97df90ab41ad3596080117476221f]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [bbc8bc0bf90011128704987f3c2a337ba01abcf1]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [79377e8f79be024551886b748b6eadcd7c164aa2]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [2a6c6e604d21b38b95612e77a004865915f36b0d]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [62895872c7f5635b890d150dc6c2d8d4c58917e9]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [4afe41eb45ecd4c9a285bb2c113796ad8ee29168]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [ec5477e395c58fbb2bdb2a3ea993e12a286d0aa3]

        npower13_objectmodule: merge heads ( from merge to DEV300_m75 )

2010-04-08  npower Developer  <npower@openoffice.org>  [70f0bc6b7d0cfd4202626c670433859156bc3d3a]

        npower13_objectmodule: fold in review comments ( for basctl )

2010-04-08  Carsten Driesner  <cd@openoffice.org>  [753b209ebcb42d313359fc4062201461b21213a1]

        fwk139: #i100512# Eliminate flicker when toolbar buttons make themselves invisible

2010-04-08  Carsten Driesner  <cd@openoffice.org>  [4c700c32a3f70c1d5ebe636fdd52f79feefe0d14]

        fwk139: #i100512# Eliminate flicker when toolbar buttons make themselves invisible

2010-04-08  Vladimir Glazunov  <vg@openoffice.org>  [aa1ca8afea58bf52e6011ff7a1405c04dac0345e]

        #i10000# special handling of Linguistic-ForceDefaultLanguage.xcu (fix by sb)

2010-04-08  Vladimir Glazunov  <vg@openoffice.org>  [9c17c7ed4f09499be3f6bfcbf2f5aa246d998634]

        #i10000# special handling of Linguistic-ForceDefaultLanguage.xcu (fix by sb)

2010-04-08  Kurt Zenker  <kz@openoffice.org>  [198c81549d1c0a21236c4f1e2b84b695e8a4e8d6]

        #161974# restructure reading buildlist

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [f7bd73cfa3194cd1d70910ecc89cdc58cd2d8104]

        cmcfixes74: #i110565 set first paragraph to explicitly be a checkbox

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [84303a4f071f861dea1a26e26de27d98cb1ade32]

        cmcfixes74: #i110565 use checkboxes in popupmenus for mutually exclusive options instead of checkboxes

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [2876be07cea6b4b436e99ea9359d40292ccf6862]

        cmcfixes74: #i110565 use checkboxes in popupmenus for mutually exclusive options instead of checkboxes

2010-04-08  Mikhail Voytenko  <mav@openoffice.org>  [ad157a9cb3ecfb54147834a5f2592636ae6cac32]

        fwk138: #i104759# let the string be changed

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [04c25ede2a9755cf4339710a25b8789e662a7973]

        cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [92005938ab0d211ac9d49afc48bf218078fb1b5e]

        cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [9e4e7c3d0565ad65c29e21e3786ff5eb963af948]

        cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [8a75e5a05076eecfc6ec07b3571de93fec6e0e24]

        cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [df4017a8fffb448cd2f202ed297754f275ca6be3]

        cmcfixes74: #i110565 use checkboxes in menus for mutually exclusive options instead of checkboxes

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [57ed5c1c87b267de23b1b73a71851dcdc46a6bab]

        slidecopy: FLT_RIGHT_PANE_DOCKING_WINDOW is obsolete (superseded by FLT_TOOL_PANEL_DOCKING_WINDOW) for quite some time now ...

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7401fdbb608fe06fd17d2fee8e1a4612d88ade5c]

        slidecopy: added SID_TASKPANE to Draw

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1bd51ec880300f8c6d3b4827e5bfbc9bedf43672]

        slidecopy: added SID_TASKPANE to Draw

2010-04-08  Mikhail Voytenko  <mav@openoffice.org>  [426a2f22678f89706b4db474243ab27b4a4d6c06]

        fwk138: #i104759# open the OpOfXML documents in repair mode always

2010-04-08  sb  <sb@openoffice.org>  [f24d6400199d3f8612c0269e4be593c5270fa049]

        sb122: #i110695# avoid absolute paths in *.list files

2010-04-08  sb  <sb@openoffice.org>  [e54645edc8b6282d2d441dafb83903f5da22eb72]

        sb122: #i110695# avoid absolute paths in *.list files

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9194927f107bf3672810af94b5f30aff476ffcbe]

        slidecopy: oops, the ID for SID_TASKPANE was used already. Did I mention our number circles suck?

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [323f4068f6e23a23cfdc80b02142c32dc9fd0bb6]

        cmcfixes74: #i110050# make tools headers strict-aliasing safe

2010-04-08  Release Engineering  <releng@openoffice.org>  [6fe956ff41af6dca334dbea543c7192f7f50178b]

        #100000# fix for local environment

2010-04-08  Daniel Rentz  <dr@openoffice.org>  [d3c9cd031542aca5c723e58e61d5abe423a1c9b4]

        tl78: #i109779# import/export password-to-modify

2010-04-08  Daniel Rentz  <dr@openoffice.org>  [897974e77d86cf351b1a24788a67fdcefd79ac0e]

        tl78: #i109779# import/export password-to-modify

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b1ee1a36d25cf50839def4696dacc75c0bbf3415]

        slidecopy: assert when SID_TASKPANE state is requested and we do not know such a child window

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2191ab9e0ce7be031b59f97ca84370e21fd132d]

        slidecopy: add SID_TASKPANE support to Calc, Writer/Web, Writer/Global, Math, Writer/Form, Writer/Report, XMLForm

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e72fabb23e518cdfb957d84f5a1143ff5c63d7b5]

        slidecopy: add SID_TASKPANE support to Calc, Writer/Web, Writer/Global, Math, Writer/Form, Writer/Report, XMLForm

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ff4d73f155f97b544dd15a4e769253498e562537]

        slidecopy: add SID_TASKPANE support to Calc, Writer/Web, Writer/Global, Math, Writer/Form, Writer/Report, XMLForm

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [d542da6681b7f622101f59f037e979d85ee2a2a9]

        sdfindall: merge with DEV300 m75

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [8aaf3f9804ab0fd1eac737f38ac36ba950dc56bd]

        sdfindall: merge with DEV300 m75

2010-04-08  Caolán McNamara  <cmc@openoffice.org>  [20482125e8067d51b5205374b650b62e84eeb791]

        sdfindall: merge with DEV300 m75

2010-04-08  Daniel Rentz  <dr@openoffice.org>  [c3c79d705d02bda0bc4fe691838a85f83d32e785]

        tl78: #i109634# use MAP_APPFONT for MoreButton delta

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f6bd474e65cc23a981dae1e8b6fa5c89441afef]

        slidecopy: build the workbench folder, too

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3f41f560e4d5ddf018ce81abb7aaa7934dbc2dc1]

        slidecopy: default WinBits to WB_DIALOGCONTROL

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d14f4691292d5fee516704b6a0aa12f71495a6c0]

        slidecopy: default WinBits to WB_DIALOGCONTROL

2010-04-08  Carsten Driesner  <cd@openoffice.org>  [e96760a74a9a65f99a5acfaeaf13fc31eb243d82]

        fwk127: #i106491# Substitute possible variables inside impl_setPathValue

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6afa02e3d6e6324b8d3e2ddd91fbb81c583aab83]

        slidecopy: remember the tool panel's visibility states, and restore the next time

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ae26801d4b351eee944156e3cb1d73879d011089]

        slidecopy: +getNodePath

2010-04-08  Thomas Lange [tl]  <tl@openoffice.org>  [ea4294f0ffc514df986f0c07f0ca40d4041e19a8]

        cws dict321: #i79203# adding Kurdish spell check extension

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [5550bcff6750336c916bd02a22ca0501644bca11]

        cws dict321: #i79203# adding Kurdish spell check extension

2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [f5b354e11bd163db0f0e13b7e0b7f2b44cff7840]

        ooo321l10n: added support for hi qcv-ES sq, removed hi-IN

2010-04-09  Ivo Hinkelmann  <ihi@openoffice.org>  [57cd12984883b358e0b617b72091f8146e41c560]

        #i110522# fixed valencian entry

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ec769a41ff0ce34d345eea50d0a779c076f0b227]

        slidecopy: respect the ImageURL property for custom tool panels

2010-04-08  David Tardon  <dtardon@openoffice.org>  [0368696a2000b074f742147bc46057d8b6e70a29]

        dtardon01: #i107873# remove unnecessary initializer and add necessary initializer

2010-04-08  Mikhail Voytenko  <mav@openoffice.org>  [dfb38daff2b625d51bef0dfdffdf732dad39c2da]

        fwk138: #161971# open the OpOfXML documents in repair mode always

2010-04-08  Mikhail Voytenko  <mav@openoffice.org>  [7a00b3600e888d1744ca8ca58924ad9bb59b023d]

        fwk138: #161971# open the OpOfXML documents in repair mode always

2010-04-08  sb  <sb@openoffice.org>  [15fa804c8f64564f4cf34f270c87eaeb996fb00f]

        sb122: #i110467# ...and merge in the backout

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [370e66cf68c05a6d34fd591a29a1fbecbeca1b90]

        slidecopy: A11Y support at XToolPanel

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [00d1c0a39e21071c94c230dbb27578347f8e6fc3]

        slidecopy: A11Y support at XToolPanel

2010-04-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c469d6bf5ea4136122ec1d9edf0eb214b4e108d]

        slidecopy: didn't I have this file already?

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [33358686ef1c499b1da6bf480b0b5f2fea9d8f82]

        slidecopy: fixed encoding/decoding of extension identifiers as part of an URL (thanks SB)

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1cf2a482871ba237ec9470b88da074b97a2dbf41]

        slidecopy: improved the generic TaskPane, now filled from the configuration, including a small sample extension still some way to go .... open items include: - add to all affected applications - respect the ImageURL property of the config data - clarify how this interacts with SD's Drawing Framework, and Impress' TaskPane - re-activate the previously-active tool panel when opening the pane again - obtain the XAccessible from the tool panel - title when docked - proper TAB handling when multiple panel/drawers exist

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9263280ca2b4f5c198a7a87a2ea7c173c6d4efa9]

        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>  [d2910d38be6f4eda0841b15f2b0a77a327d12305]

        slidecopy: WB_TABSTOP

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0ca39b332ce7215d05259b9e601ac83fd850eafc]

        slidecopy: UIElementType::TOOLPANEL

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f0cd4535a2d40ce66c346596bedbc7eac97a0b63]

        slidecopy: UIElementType::TOOLPANEL

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0bdb21dbb4de7cbd5e2991dbdafe97f85cd918e]

        slidecopy: added non-ASCII version of the new convenience-ctor

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5545c8a373f0ae3265be01f3c0e4925f2502a8bc]

        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>  [e27f829f0371ad8484de9402fb1cd1d6a5610673]

        slidecopy: A11Y implementation for single ToolPanelDrawer instances

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [46a3b5deb5df0bc8dc64d2a01956dab08dd7798f]

        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>  [91cad6a8ba22ed917042e901e1fcf4dea44f570d]

        slidecopy: additional assertion when creating the XAccessible for the panel

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c3e8e980d1abebf984ef8f1fea8d977ec448797f]

        slidecopy: let the dummy/demo panel create a simple XAccessible, too

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6f5988cdd0eb19dc1c4316db9f3a38787fbad2e5]

        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>  [a912db019040b901bdd05a17b319316004c1a663]

        slidecopy: if there's no active panel, focus the panel selector, when getting the focus

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0c2091388f34db0b11880b768c70bea7c1c74cfe]

        slidecopy: initial, empty ToolPanelDeck in a TaskPane (docking) window

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2fffda1c70fa75f1a4ca9d33710fae3584d20f7]

        slidecopy: initial, empty ToolPanelDeck in a TaskPane (docking) window

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6846181a42443140c10019ae5dd35757434e4fc1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/slidecopy

2010-04-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c87db97f8cdd1c7fc9be95bb7028ccf68af66075]

        slidecopy: removed seemingly unused sfx2/win folder, containing some old icons used when we had an own Explorer

2010-04-07  npower Developer  <npower@openoffice.org>  [7d79523ba745c5e226eb5ccc9a00f7f494bd14b3]

        npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )

2010-04-07  npower Developer  <npower@openoffice.org>  [708b462a826eef5634275fa0400ec003c310619f]

        npower13_objectmodule: #i110672# fix Application.ThisWorkbook ( from dr )

2010-04-07  npower Developer  <npower@openoffice.org>  [9f1c59d9dfc18d8e95ebac1ee55c0e50f227270f]

        npower13_objectmodule: fold in review comments from ab

2010-04-07  npower Developer  <npower@openoffice.org>  [6302434c682f559337bb3b4efc8e2d6ceadd9341]

        npower13_objectmodule: fold in review comments from ab

2010-04-07  Carsten Driesner  <cd@openoffice.org>  [095e84c6758bd2c0c0a77a94fc8022bd64eee3ed]

        fwk127: #i105851# arguments to memset are the wrong way around

2010-04-07  sb  <sb@openoffice.org>  [d4f743659e1377d48f9ecf23b5092b848798bfb9]

        sb122: #i110467# back out dubious change again

2010-04-07  sb  <sb@openoffice.org>  [e2e18a31af6f3c4a43f6c87aeb0ad05fe24de315]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [4f1af49037ec75630216679cdbe2995a4b68d528]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [47d21f39d34919284ded6aa0a6378e3d8340c346]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [f3dc6f07763c65ae97a4650dcbe359fa34b097d9]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [6fba36293cf3336174f2ece6c7a0ca5edffe1a02]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [987eaf7989513a6fb42c5fff279aa5e4cbdb379d]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [36945fb42729e735309e1c10b92d048900a87343]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  sb  <sb@openoffice.org>  [21988b2d693df65c4f03452cd48c51638e425618]

        sb120: merged in re/DEV300_next towards DEV300_m76 via cws/sb118

2010-04-07  Thomas Lange [tl]  <tl@openoffice.org>  [dcfcffa4bf5afba867937206c8e2e2b0e5f6d92e]

        cws dict321: #i79203# adding Kurdish spell check extension

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [f741ba80faf5daeda5b3db12fc4256d78770f85c]

        cws dict321: #i79203# adding Kurdish spell check extension

2010-04-07  sb  <sb@openoffice.org>  [0128e9aee87490bfaa740f235b83fbe7bd0333c3]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [09d20900625fcbedad18674b0fc4082040175de4]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [17d0f112effa923bc6bfeb799a775b9050941573]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [4e0602eb7e9ead5238aab91f5a897e980d3a647b]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [66597e72124ff5e2cc91395262498fc84906b769]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [03abc1e7325586de5ace137b72b088b5e4c822b0]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [ca943c3c2382e4239d4fc72f9b137cc267ee9cd3]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [296a39cc1bc4101c49c5c56a3a99c08764bd201d]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [4a366e4ee7fdab32d36922554319a0ce9d2a956d]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [55d474d85391d1eb9c9c6f04f88ed9a9f5161b13]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [b2124b5bf90a363cabdce4a30567b8b16e547395]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [024555f93f1eea4ad6d995342cf34568ca10d634]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [b1158104abbda340bc19d276bc3dc32a71f16293]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [fbadbda37ced4f7c487e848c1e8b7f0046fec55c]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [75ba0870517ea585027812c48dcfbc0827280a84]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  sb  <sb@openoffice.org>  [96ecea0ed2aaf9978fd1e43f4a1e22436966bf82]

        sb118: merged in re/DEV300_next towards DEV300_m76

2010-04-07  Ingo Schmidt  <is@openoffice.org>  [cd7911010e47bdf53f8ec2cff248b850cd9fa436]

        nativea #161862# enable packaging of debs

2010-04-07  Thomas Lange [tl]  <tl@openoffice.org>  [832318c869959a903dfd049f65811fa884b33540]

        cws dict321: #i110664# dictionary updates

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [0701ca712578c50bdd942b7add82fb3a9174d321]

        cws dict321: #i109053#, #i110381#, #i110411#, #i110478# dictionary updates

2010-05-06  Ivo Hinkelmann  <ihi@openoffice.org>  [074c09ff4c02800dbdbb339d2f4ebb64322ec41f]

        ooo321l10n: added support for hi qcv-ES sq, removed hi-IN

2010-04-07  Thomas Lange [tl]  <tl@openoffice.org>  [ef4da6c9d00ede953caa018e2856751c63b2ed32]

        cws dict321: #i110664# dictionary updates

2010-05-07  Ivo Hinkelmann  <ihi@openoffice.org>  [f6380ab03837d082a620c0af9ff7ac8bb96d98d2]

        cws dict321: #i109053#, #i110381#, #i110411#, #i110478# dictionary updates

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [131c787f1975f87430a668c4314335631cff7bb8]

        CWS-TOOLING: integrate CWS cloph14

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [e06afbfe321dd4466db7eb84fe0c69e62bf52c78]

        cloph14: merge with DEV300_m77

2010-04-16  Christian Lohmaier  <cloph@openoffice.org>  [d07ef8b5ca4ed53e55b8b047ca53a01f212d8d68]

        cloph14: backout changes moved to other cws (dict321)

2010-04-07  Helge Delfs [hde]  <hde@openoffice.org>  [603cf369c5bc571bc6c11f2a8b3d06275d287e2c]

        tl74#i107229#testautomation for thesaurus in right click context menu

2010-04-06  Ingrid Halama  <iha@openoffice.org>  [5c4de21a30e1ae06345a735c321bc66db1e004f6]

        chartpositioning: #i100778# do only calculate inner rectangle if necessary

2010-04-06  David Tardon  <dtardon@openoffice.org>  [9ce3f9dfeaa733da940149a327f1642db49b47ef]

        dtardon01: #i37275# fix build on windows

2010-04-06  sb  <sb@openoffice.org>  [3a08c284e3128ef8ee5f5a3b4387bb9ee32ba97b]

        sb122: silently ignore unknown files in Components::parseFileList (the extension manager's file lists can accrue garbage when extension deployment fails mid-way through)

2010-04-06  Ingrid Halama  <iha@openoffice.org>  [058b9b0e5f358c95ffa12f9d18f747fac3cbc9eb]

        chartpositioning: #i100778# use size inclusive axes and axis titles for 3D charts

2010-04-06  Vladimir Glazunov  <vg@openoffice.org>  [f12056dce676eee306d34d06fb4bbbc452d9216c]

        #i10000# fix for extension registration

2010-04-06  Joachim Lingner  <jl@openoffice.org>  [0358074a3ff86d284670c891c21db53105b292ae]

        jl152 import 263445 from native0jl:#i77196# supporting extension help

2010-04-06  Joachim Lingner  <jl@openoffice.org>  [fb5eaacc58c467d9e11e2e7f62c7ee28312044b1]

        jl152 import 263445 from native0jl:#i77196# supporting extension help

2010-04-06  Joachim Lingner  <jl@openoffice.org>  [fb70a4cd3b77e0ea6bb5820b47bfd7ea39fa3228]

        jl152 import 263445 from native0jl:#i77196# supporting extension help

2010-04-06  sb  <sb@openoffice.org>  [da5fbd8f9cfa7bb914f4db2cb326f71901289f58]

        sb122: #i110548# extension native libraries linking against basis layer; new extension dependency deployment-repositories

2010-04-06  sb  <sb@openoffice.org>  [0d66d00dc0377f27fb06d3eebcb0240bd36aec15]

        sb122: #i110548# extension native libraries linking against basis layer; new extension dependency deployment-repositories

2010-04-06  sb  <sb@openoffice.org>  [854ee977ae497cf9229069bf10e4753133ce178e]

        sb122: #i110548# extension native libraries linking against basis layer; new extension dependency deployment-repositories

2010-04-06  Caolán McNamara  <cmc@openoffice.org>  [5316674d844ca61fcbb40266e5402a479da149fa]

        dtardon02: #i108502# remove SCO makefile.mk entry

2010-04-06  Martin Hollmichel  <mh@openoffice.org>  [a3c3cc75ca53c1d0a6a804185f6ef56401e8324e]

        nativea: #i110249# chg copyright

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ce03d206a160d0bb3bb93fcc695503240b5c12]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [758d8ecc9fb40addbbb5b0d42c664e3b5652f602]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [34156adc12826d9cda8682cfd38e86d6a965ed68]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6d983cf6e341555ec7f1e73b6984f5de93336d]

        CWS-TOOLING: integrate CWS ppp02

2010-04-12  thb  <thb@openoffice.org>  [68c8d9e269164b3fcd2987a32223c8d61d1d6ad9]

        Merged DEV300_m76

2010-04-06  Martin Hollmichel  <mh@openoffice.org>  [656c2a8f122c291e3f634e7eb508971e4a7e47de]

        nativea: #i110249# chg copyright

2010-04-06  Martin Hollmichel  <mh@openoffice.org>  [d969c11d5a005e1bd87f323d8ffbeae2ca125f80]

        nativea: #i110249# chg copyright

2010-04-06  Martin Hollmichel  <mh@openoffice.org>  [d784225e330a12d9beb44aff3a6ccb65e2f94f96]

        nativea: #i110249# chg copyright

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7b7e92dded92c924a136910cca7d99c371af8c8]

        slidecopy: merge

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc05d94bb339e0f25bb329ad0c6b27d779d3e664]

        slidecopy: merge

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b26b5a2737848cdbeac3a42af78a86ac7a70300b]

        slidecopy: when activating a panel, also resize it. Cannot guarantee it has been done before ...

2010-04-06  Daniel Rentz  <dr@openoffice.org>  [af5c3ad88ab4f93e825d9b6931727d36d87df05e]

        tl78: compiler warning

2010-04-06  Vladimir Glazunov  <vg@openoffice.org>  [e1895bccfcb34293ac4dff946041c3d29b9e981a]

        #100000# added missing ProtocolHandler.xcu

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [50a88d5340d73aa6cecec56d059887725de2e4e9]

        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>  [ebf2c60048c6d6a6fcab2f408366f8966b70c53d]

        slidecopy: silence warning 'bout unused parameters

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b8b44a1bf5dafdd70c728abb4e0b9af6928128a3]

        slidecopy: silence warning 'bout unused parameters

2010-04-06  Ingrid Halama  <iha@openoffice.org>  [41ada097ec91c9bb6c73a7a370d6d7531ce14175]

        chartpositioning: #i100778# correct inner rectangle in case of 3D charts if outer rectangle is used for sizing

2010-04-06  Ingrid Halama  <iha@openoffice.org>  [21cf3286fe2d239cc8697258b1af4e7294cc6607]

        chartpositioning: #i100778# correct ODF behaviour

2010-04-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [110334e229b3e0a03da71cc60937d1d161c5c3df]

        hb33patches1: #i110560# applied patch

2010-04-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f8514b70a8315a917e44b532a5a201c18cee6df]

        slidecopy: file is dead, long superseded (it seems) by ./UI/Commands.xcs

2010-04-06  Mikhail Voytenko  <mav@openoffice.org>  [cb9035aa514ed4a3b81d9a4332843e27585221b2]

        merging

2010-04-06  Mikhail Voytenko  <mav@openoffice.org>  [4bc68194236a7f70ef982b7b63736a74a2ac4f77]

        merging

2010-04-06  Mikhail Voytenko  <mav@openoffice.org>  [f59e563680dddc7388284e8ebe1408a95e7f453b]

        fwk138: #i110177# fix typo

2010-04-01  sj  <sj@openoffice.org>  [501516e94669a1edbec432ffb4b41d510c960df4]

        impress189: fixed warning

2010-04-01  Ingrid Halama  <iha@openoffice.org>  [5b0fcb960d8b6d49faf40a442b69036bd8efa688]

        chartpositioning: #i100778# correct ODF behaviour

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [84ad85f9766e2ee823d159d552dcf5a7d8d1e60e]

        slidecopy: event notifications for inserted/removed panels

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [78fa4f2c4127e35c4272e57dd0ad50dbcd192ced]

        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>  [c24a8fd47f9337b3cf4e8ebf1d94e5ced4b03d8d]

        slidecopy: the A11Y API for the PanelTabBar now also includes the scroll buttons

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9dac5ad99ce21f25f4199c71c86471999fd02ceb]

        slidecopy: the A11Y API for the PanelTabBar now also includes the scroll buttons

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5e1eeb99fdf3a5c303af4750df20ab4a0488daca]

        slidecopy: removed unused resource file

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [19e77097df46500cac3752ceea465034d2c08463]

        slidecopy: typo, relayout did reset the wrong button rect

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [46813b0e4ab83c7b5887b1f761f8b31e95cc7045]

        slidecopy: make Get(CLient)WindowExtentsRelative const

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d3f8cc52475c86e0b2babe0888db6a1bb8a2b244]

        slidecopy: type in seealso

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [17d7bf8f871c2b2e04a14c3d9cca27e7e6c84cac]

        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>  [f03f19853e394f46e40814abcee0c00d6297e7c6]

        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>  [8187d63ccda9c2cb184ce055f6c42577546d6251]

        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>  [93c3ff235afc52b048f808dede4f7c8c07f57252]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a42067c4fd10629bd6b1f3a301b1e8eab5542584]

        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  Martin Hollmichel  <mh@openoffice.org>  [51b8d2e30fd99f4c68b4b024512784c8f9df92aa]

        nativea: #i110249# chg copyright in license

2010-04-01  Vladimir Glazunov  <vg@openoffice.org>  [6a30f2a3025a9db27d1230d9498570964cd74e3f]

        #i10000# some catch-up fixes

2010-04-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ff9196d0581845f8e7cb686bf93930676ba301fe]

        gozer1: #161853# provide access to Window class and WindowArranger through XPropertySet

2010-04-01  Mikhail Voytenko  <mav@openoffice.org>  [62eee956dbb05c25600030ab47310bf39db0c7ee]

        tl78: #i110383# fix typo

2010-04-01  Mikhail Voytenko  <mav@openoffice.org>  [9ace57ec709cd618b5401da6f1ebacba5a07c1c0]

        tl78: #i110383# allow to change the hash always for now

2010-04-01  Dirk Voelzke  <dv@openoffice.org>  [a20397473560338997571d48d882fd8cb9ebb4a8]

        nativea: #161849#:Changed high contrast extension icons

2010-04-01  Ingrid Halama  <iha@openoffice.org>  [06e2110957f0515ce075a83a41ea5556c2c32ea3]

        chartpositioning: #i100778# changed default to exclude axes

2010-04-01  Volker Ahrendt [va]  <volker.ahrendt@sun.com>  [af81a49c6c4575725aa1739ca6a820c22546b77b]

        nativea: #i110393# Removed Calc-Style Sun

2010-04-01  Vladimir Glazunov  <vg@openoffice.org>  [a001605a190749900d3e09aa864ce56925ff848e]

        #i10000# Fixed missing includes and xProp variable

2010-04-01  Vladimir Glazunov  <vg@openoffice.org>  [fdb55168d95e9110449f56be71fd84f4c07e6250]

        #i10000# corrected include header

2010-04-01  Gregor Hartmann  <gh@openoffice.org>  [f2cd7db17d8ad778379638b9b74efa9a797e8dea]

        nativea: #i110248# changed Sun Microsystems, Inc. to Oracle

2010-04-01  Carsten Driesner  <cd@openoffice.org>  [293b34f1547c59439d5d49a1fbedae7442b26e04]

        nativea: #161779# Exchange icon for sweb application

2010-04-01  Carsten Driesner  <cd@openoffice.org>  [34d095ff24aa6966edf988d5d3b1654ab349dd3e]

        nativea: #161787# Ensure that SHELL32 is mapped when accessing via GetModuleHandle

2010-04-01  Ingrid Halama  <iha@openoffice.org>  [3031bc2b4f85a211f026408e84a174e6aecdd91b]

        chartpositioning: #i98398# compiler warnings

2010-04-01  Ingo Schmidt  <is@openoffice.org>  [00f9e62985470665d20a95c96e2891fb16beb27a]

        nativea #161863# adjusting string on Welcome page

2010-04-01  Christian Lippka  <cl@openoffice.org>  [646895d3ee78647feb51582e3cdea75d01960cd5]

        enalbe assign slide layout dropdown for notes and handout view

2010-04-01  Vladimir Glazunov  <vg@openoffice.org>  [8d93a1debc450fcc799be37991ce3f5c5eeda018]

        #i10000# revert unneeded changeset

2010-04-01  Carsten Driesner  <cd@openoffice.org>  [0436f69e21da10550f3eb3af6a02800467a7bd42]

        nativea: #161787# More safe code to retrieve open icon from shell library

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aea4ea94ba339963261b458f178f0a8338c62f3b]

        slidecopy: #i10000# (unxlngi6)

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cdad00eca4f1e760c26348db521130c25e89f45b]

        slidecopy: #i10000# (unxlngi6)

2010-04-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [076719b3429407d362f84d4939e67867cb502053]

        slidecopy: #i10000# (unxlngi6)

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [4a5ec5c6827b3ebc281b3a2e2ed0b2e542935c48]

        chartpositioning: #i100778# fixed typo

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [f549461066693eb19fdf8bbb4139bcb5e70eca77]

        chartpositioning: #i100778# fixed typo

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [1f083939cf4c353a0897d2fd275aa567f00a9ecc]

        chartpositioning: #i100778# fixed typo

2010-03-31  sj  <sj@openoffice.org>  [ce4ab3d3eda79b80ee2653d32c152b0176893566]

        impress189: #161957# fixed margin, wordwrap and autoresize shape problems

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [e50db1da8cdc7009328dc4878d16b589310b841a]

        chartpositioning: #i98398# treat diagram size without title sizes (correct ODF import/export, correct diagram sizing per mouse, correct API for import)

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [b7db16a355f9bfbab65e1a88e1e4dede35bf7357]

        chartpositioning: #i98398# treat diagram size without title sizes (correct ODF import/export, correct diagram sizing per mouse, correct API for import)

2010-03-31  Ingrid Halama  <iha@openoffice.org>  [44f707ba8cb791df91bdb028e127cca107e3596b]

        chartpositioning: #i98398# treat diagram size without title sizes (correct ODF import/export, correct diagram sizing per mouse, correct API for import)

2010-03-31  Release Engineering  <releng@openoffice.org>  [2e0375ee671c29f7622036c2069a63a2fc30aef5]

        DEV300

2010-03-31  Ingo Schmidt  <is@openoffice.org>  [613775c7a37dca893235f4448b5cb25fa1e23517]

        nativea #161863# default value for STARTCENTER

2010-03-31  Dirk Voelzke  <dv@openoffice.org>  [bbb6d60271a7187dfc45ec7422fb91cf2992b005]

        nativea: #i110489#:Changed one more main application icon

2010-03-31  Carsten Driesner  <cd@openoffice.org>  [1a6b9d602bd1e30ab299b3fc9bf6b217c8abe77c]

        nativea: #161909# Exchange names and URLs

2010-03-31  Carsten Driesner  <cd@openoffice.org>  [b376139e57fd8099c4c4867509bff7aaca31c0c6]

        nativea: #161909# Exchange names and URLs

2010-03-31  Eike Rathke [er]  <erAck@sun.com>  [5a09287c346a556f153b837beb93083d8808ec00]

        OOO321l10n: #i110522# added qcv-ES for Catalan Valencian l10n

2010-04-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [84fc07bae918a72c15e3f39623c4564b790406bf]

        fwk140: #i110769# fix highlight issue with new flat buttons

2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [dbe5e2a03511da7dcd3399fe31c40d6ac5e96326]

        #i110387# use strhelper\'s implementation for dbl2str

2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [38f4d323100037df1c2cb89087781a7677d44278]

        #i110387# replace dummy implementation of cff dbl2str

2010-04-12  Herbert Duerr [hdu]  <duerr@sun.com>  [4f7764d914a321127b8cadbda5b72ab700e62a46]

        #i110387# avoid libc localization for strings in font subset

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b89d242b39dd8fdc2dff718717b0718f40f1c631]

        CWS-TOOLING: integrate CWS cloph14

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [54072a0f3778f75d6ee80da580b967d611729b16]

        cloph14: merge with DEV300_m77

2010-03-31  Eike Rathke [er]  <erAck@sun.com>  [a522a82e54fe4d70aa74363165896bb7e16b4ecb]

        OOO321l10n: #i110522# added qcv-ES for Catalan Valencian l10n

2010-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [46caa49a998f1c72fddd033783580dc756c92368]

        nativel #161976# new license file structure

2010-04-13  Mikhail Voytenko  <mav@openoffice.org>  [b32c3b61001429b6ca395fad77185bc2aa7660b4]

        fwk140: #i110747# integrate the patch

2010-04-28  Mikhail Voytenko  <mav@openoffice.org>  [dde1006548ba376ba1e55c5862165b92f8cf3b43]

        fwk141: #i111191# do not use RegDeleteKeyEx for 32-bit library

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [04fc19008f45159e5b655fbac82c63f63ad932f0]

        CWS-TOOLING: integrate CWS nspluginglobal

2010-04-14  Mathias Bauer  <mba@openoffice.org>  [f4f8addcaf340d3ad05d04f40c43f80c27d7b8e3]

        CWS nspluginglobal: merge commit

2010-04-14  Mathias Bauer  <mba@openoffice.org>  [dc20aef81b2c6cac2fa175aad32bada6630a0aa0]

        CWS nspluginglobal: #i49590#: warning fixed

2010-04-14  Rene Engelhard  <rene@openoffice.org>  [2421e3d1a540110054f9e4a54bbe6ee41c6d774a]

        nspluginglobal: ifdef UNIX -> LINUX and add missing ifdefs

2010-04-14  Rene Engelhard  <rene@openoffice.org>  [d687f220aa08ecbcfc7d50f05a9260f059054956]

        nspluginglobal: remove unsed variable for WaE builds...

2010-04-13  Rene Engelhard  <rene@openoffice.org>  [66702acdab3307145724afd18737ae79aa22607f]

        nspluginglobal: disable "Mozilla Plug-In" page in options when we have the plugin registered globally

2010-04-13  Rene Engelhard  <rene@openoffice.org>  [13a7dda680909ce9558ba6c141b887feb04feb66]

        nspluginglobal: add patch to make mozilla plugin work when registered globally

2010-03-31  Eike Rathke [er]  <erAck@sun.com>  [b0eef78fae983e9e4896b444a2777b7fb9c9f8d9]

        OOO321l10n: #i110522# added qcv-ES for Catalan Valencian l10n

2010-04-15  Ingo Schmidt  <is@openoffice.org>  [b9bf658b70d6f76d814f6a3a9ff9a956f4e070b6]

        nativel #162024# no license into setup dialog

2010-04-13  Ingo Schmidt  <is@openoffice.org>  [a809d839cbb4f096a3a1c78de3f32494b2302d7a]

        nativel #161976# removing license pdf and entitlement.txt

2010-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [db9eb3d65d6a12c93435cad380c6646de23b6db7]

        nativel #161976# new license file structure

2010-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f0bd59c63e7ff130f0325f83157097e1716f39db]

        nativel #161976# new license file structure

2010-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dcf5db5a47d0b424569e72e1cb5a2877b4341d2d]

        fwk140: fixed missing patch flags

2010-04-14  Ingrid Halama  <iha@openoffice.org>  [27bfb7f83a7d0f051d5bc92c50e16320906478f1]

        fwk140: #i110766# add patch flags for chart libs

2010-04-14  Mikhail Voytenko  <mav@openoffice.org>  [b0ad4bef9232c553a7d13e682e870666443dc7bb]

        fwk140: add patch flag

2010-04-30  Ingo Schmidt  <is@openoffice.org>  [6d640db5eee3458db7689047d4fec560316d20b0]

        native301 #162073# no white spaces in userinstallation dir

2010-04-29  Ingo Schmidt  <is@openoffice.org>  [7256a6f202e86fa91d069bae157642114f760113]

        native301 #162073# userdir whitespaces must be %20

2010-04-27  Ingo Schmidt  <is@openoffice.org>  [087a624f820a362cd66346c1ae46afe6788d11bd]

        native301 #162073# using PRODUCTNAME for user installation directory on Windows

2010-04-27  Ingo Schmidt  <is@openoffice.org>  [43cec87eb7a2fee7db0417f0e8b22e0053a9d667]

        native301 #i111110# error code -1 for errors in log files

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5b95f6d4e850ae56118d419e95d183afe15bbce7]

        CWS-TOOLING: integrate CWS cloph14

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f9a0cacab7fbff5bda1da276cbc1c59b575f1788]

        CWS-TOOLING: integrate CWS obo47

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [0338f4ccc69c44a044ceb6b080cf8eb5f95f97a8]

        cloph14: #i110441# remove fondu from files that were added since m73 (ooo.lst / extern.lst)

2010-04-23  Christian Lohmaier  <cloph@openoffice.org>  [9f0bf71f06fac9cec6af0552ce4bb86a76672725]

        cloph14: merge with DEV300_m77

2010-04-13  obo  <obo@openoffice.org>  [8ae6be190656205afeba2ce29d122f69b0684f34]

        obo47: #i110831# build breaks for wntmsci12 non pro in module shell

2010-03-31  thb  <thb@openoffice.org>  [1ea7f77ec6e944ff7e86a9986872819de005363e]

        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-31  thb  <thb@openoffice.org>  [da8e718e08b3d9bb19b3939884c5f4ba71fc3f07]

        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-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5caa5f2bed0f65401ae3a7e7f4ff7cf906b77db2]

        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>  [903bfc6a7230cf30262c52c6cf6b649dbac8f996]

        vcl111: #102694# more hacking for metacity and tool windows

2010-03-31  Carsten Driesner  <cd@openoffice.org>  [dfe05481b8e80d087b4ec2cce58779ff7d88623f]

        nativea: #161879# Use correct icon for 'From Template...' menu entry in quickstarter

2010-03-31  Andreas Bregas  <ab@openoffice.org>  [1aad112dd03e02bc531d509d1f1b6fba2cd7f314]

        npower14miscfixes: Added dependency scripting to vbahelper

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [9734c73c9a61fc5ef4e263617add17914a9b5f15]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [0768a7d2726ce4f0772b52d95eeb23143336655c]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [1b192bd38a3695cc2965ece438d47d6f74958289]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [27a769544799e45c1d91911c961edc76c070e0f4]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [0a094712b5d9e71575bec057efb700d6126d9ba7]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [8bfbf472c29017fba913f78e84900950c7589f69]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [7a7f37e3ba0ba89628fb30b035440ff5f91ab551]

        CWS-TOOLING: integrate CWS mingwport29

2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df6a8731cffd3c160cb3c4bcfd12689e751ae470]

        slidecopy: mark the Tab-Layout as experimental

2010-03-31  Vladimir Glazunov  <vg@openoffice.org>  [31c6a714d09f18d5b1fa95edff156f0f856119c6]

        native0: Help changes - transplanted from 9e8dffd0a10f@native0

2010-03-31  Dirk Voelzke  <dv@openoffice.org>  [0a6f2e401c4e35b5ce990b353c060325ea6ac70d]

        nativea: #i110489#:Changed main application icons

2010-03-31  Oliver Craemer [oc]  <oc@openoffice.org>  [e9446a5f7a9e305c35a8604344e5c693d1ef27ce]

        #i108586# [Automation] Timingproblem in ch_lv1.bas

2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aae53d9de614e8b62f98ed61b0ec1051f58e2c61]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/slidecopy

2010-03-31  Juergen Schmidt  <jsc@openoffice.org>  [1b4b78d8e6b6fb3397bafd6b26be96acbabc2137]

        nativea: SDK rebanding, adapt check

2010-03-31  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2e6d4df9dd4d269b1da1eff8277278d9360f1a7]

        slidecopy: #i10000#

2010-03-31  Juergen Schmidt  <jsc@openoffice.org>  [918bdca9fd09175496443e3ce17c49afeac1967c]

        nativea: SDK rebanding, change css for generated docu

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [124d66b166b503bacc5cc8943374f61b613f33f8]

        native0ext: rebranding minimizer - transplanted from changeset b8c3a04c0dcb@native0

2010-03-30  Michael Stahl  <mst@openoffice.org>  [6bbe5eae2e7398b56029ab08c60f38d33034118e]

        fwk138: #i97378#: publish DocumentProperties:  publish css.document.{,X}DocumentProperties{,Supplier}.  css.document.OfficeDocument: add XDocumentPropertiesSupplier.  css.document.XDocumentProperties: remove css.uno.Exception from signatures.

2010-03-30  Michael Stahl  <mst@openoffice.org>  [7a9501c430ba465163b9b97c7ccec032eb6c9fc3]

        fwk138: #i97378#: publish DocumentProperties:  publish css.document.{,X}DocumentProperties{,Supplier}.  css.document.OfficeDocument: add XDocumentPropertiesSupplier.  css.document.XDocumentProperties: remove css.uno.Exception from signatures.

2010-03-30  Juergen Schmidt  <jsc@openoffice.org>  [9f01eba0542582fd37ce5412360d50193b8f3763]

        nativea: SDK rebranding

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [65024749210d63f9033a50b60efc6c977596e2ab]

        CWS-TOOLING: integrate CWS ause117

2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [30bcc4a7d4e044e523d578f58940fce1483b64c2]

        adding new images for placeholders

2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [851fa3b48ac78b8b50e2ecc110d30ed2a3e8dfbd]

        adding new images for placeholders

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [ea9a8787f9c70f48567090d01bf9e1fba745941f]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [07f5876bd07cc60e5c1bf153e5d8617c74306b29]

        tl78: #i110383# support password to modify

2010-03-30  Ingo Schmidt  <is@openoffice.org>  [b30cd1a5ed61789609ad1679aad9b93483239c22]

        nativea #161862# correct names for Windows installation directories

2010-03-30  Carsten Driesner  <cd@openoffice.org>  [67d5e1f85b4681f14e501b34a12f13e4575ac310]

        nativea: #161787# Use folder icon from Windows shell library

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [ef9fac0f7d3d55f7032a97684a0f209c267dcf65]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [de7d4591c0246833febc6c39aa7029f288e63b1f]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [3295b3c835de65c3c407881073025beef57c25e3]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [279a39917e963e40ac1d31e032d847de382d2101]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [0e95d8378a6f670993a3d408d3bfe313385379e8]

        tl78: #i110383# support password to modify

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [d160fd054bc4e8c02152d7ce55f7eddbd611e01f]

        tl78: #i110383# support password to modify

2010-03-30  Ingo Schmidt  <is@openoffice.org>  [2f0e537346190998ae0a0dc1855909e199dde3fe]

        nativea #161792# correct name for old Windows registry entries

2010-03-30  sj  <sj@openoffice.org>  [92995efda51ad6ea4d46030eacc451b983d8f974]

        impress189: #161945# fixed import of charactrer properties (bold...)

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2a2aea56c097fbe996eb44ec0abf8d975fd639a]

        slidecopy: more A11Y implementations for the ToolPanelDeck

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2f81fe520e4f778fd03fe7503f44565e500ad88a]

        slidecopy: more A11Y implementations for the ToolPanelDeck

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a4f1728933ff061497df6f0269d7128500cd816]

        slidecopy: more A11Y implementations for the ToolPanelDeck

2010-03-30  Dirk Voelzke  <dv@openoffice.org>  [a7590fa00e81ab5d1abc93f0559c4f6fdcd548a1]

         nativea: #161692# Changed provider link for some extensions

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ecfeac80ec902b2e5b21f7454efa5e1c14a27f]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa370b3679d76d31b5cb9c00f8d869c33d5415d1]

        CWS-TOOLING: integrate CWS ause110

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d809011d2fddbc923498f78414f7b19be6d875]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  thb  <thb@openoffice.org>  [dd2a69ee71000b77f195a07371985a156a1e7dbf]

        Merged DEV300_m76

2010-03-31  thb  <thb@openoffice.org>  [69564cd94b91e1575741f55a449479e69cb5dea6]

        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-30  Carsten Driesner  <cd@openoffice.org>  [b56db015d68c16dfe7436a7d31d04c900bda519e]

        nativea: #161787# Exchange folder with application icon

2010-03-30  npower Developer  <npower@openoffice.org>  [c4f5d0e9250962dfaa3f3ecdda9e0a3387c3e906]

        npowermiscfixes: #i109644# fix potential crash when using 'option VBASupport 1' ( regression introduced by new lazy loading for this issue )

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75db234dfc435b25085dffe3cc2f398fd2660681]

        slidecopy: A11Y for the ToolPanelDeck VCL control

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [398b595e1b23bdca32ef33259a4eaafe79203fc2]

        slidecopy: A11Y for the ToolPanelDeck VCL control

2010-03-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [21cdc409181bc82a5aec83a1f09f62984b12537f]

        slidecopy: A11Y for the ToolPanelDeck VCL control

2010-03-30  Ingrid Halama  <iha@openoffice.org>  [9ffefc5a02fe8c45c8dc6c2627b67e32101b2960]

        chartpositioning: #i100778# avoid assertions upon opening of pos&size dialog

2010-03-30  Michael Stahl  <mst@openoffice.org>  [386916453e828dc02912ccaa44fb262217a1f362]

        sw33bf03: #i110455#: fix inverted ASSERT in MSWordStyles::WriteProperties()

2010-03-30  Michael Stahl  <mst@openoffice.org>  [7e1bf0010d130597d5658a117737e7d9747dee91]

        sw33bf03: #i110454#: fix ASSERT from WW8Export::ExportDocument_Impl()

2010-03-30  Caolán McNamara  <cmc@openoffice.org>  [2c8bf4ed3fd8ddd8a95639a8b8cf4bb31f9a3e41]

        linuxaxp01: #i110145# add Linux m68k to this list

2010-03-30  Carsten Driesner  <cd@openoffice.org>  [715eeebe9fb452bc0ac6a74f790c97d1e086806c]

        nativea: #161739# New icons for printer administration application

2010-03-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [61a3c00d1ffcbe24140dfc143eab08a82fbe507c]

        hb33patches1: #i110463# applied patch and verified

2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [919bcccd3267e1e6537d7ef93bf333d2fe934c4b]

        fixed compile warnings

2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [f6b04c513837462449c4c4308bd76dec41cd5ed4]

        fixed compile warnings

2010-03-30  Christian Lippka  <christian.lippka@sun.com>  [c42b82815584eb2c4a980d167d03a1be4e4e9ef0]

        fixed compile warnings

2010-03-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2fa1d80dfd4ee347d4df32ca49fa8e9ad46ada10]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-03-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0f305e2e2600cbe43a66a2b5942cb332e5f9bd0e]

        dba33f: added missing break (thanks to Terence Enger (400guy@openoffice.org))

2010-03-29  Kurt Zenker  <kz@openoffice.org>  [7e0aaf7b31fe481bb148f310cedf5cc0a2029084]

        masterfix: #i110415# add missing about.png and intro.png bitmaps

2010-03-29  Kurt Zenker  <kz@openoffice.org>  [91a5d49c19e92ae6866ed070910681eec9675693]

        masterfix: #i110415# remove obsolete about.bmp and intro.bmp bitmaps

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [193ec5cf84645123a71fe26a49393e6d32af1a2f]

        native0ext:#161688# rebranding extensions - transplanted from 28f77bc32e70@native0

2010-03-29  Kurt Zenker  <kz@openoffice.org>  [ab35f940e6aa26b7a51f70880c466fcbeaddc5e2]

        masterfix: #i110415# makefile adapted due to changing .bmp to .png

2010-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f71125e5578bebf905137ebed18e4e12254f5767]

        nativea: #161883# focus handling

2010-03-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7fb82337d853a325aec6313f73552e69a3a95950]

        nativea: #i110344# arrow key focus travelling

2010-03-29  npower Developer  <npower@openoffice.org>  [bf03c0de2e93eeeceb27d8eeb980849bdcca3ffd]

        ab75: #i110417# revert unintended local change to scp2

2010-03-29  npower Developer  <npower@openoffice.org>  [da50ceb5c035c8b70b4483d32e02851902bd7421]

        ab75: #i110417# initial ( untested ) implementation

2010-03-29  npower Developer  <npower@openoffice.org>  [824add304ad68e5cfae6742195a1a2c93f131295]

        ab75: #i110417# initial ( untested ) implementation

2010-03-29  sb  <sb@openoffice.org>  [755d2672ac203279b151edc1a24d824d183a2845]

        sb121: fix 64 bit non-pro warning

2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [56b4527946546b7b655f5b735a4664201b3e2cf0]

        cloph14: #i110441# remove obsolete files no longer needed for Aqua version of OOo

2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [1edbc42e9bfc4e2399abbf034d217668f64fadab]

        cloph14: #i110441# remove obsolete files no longer needed for Aqua version of OOo

2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [878fb62d5ea81b56259d6cb6c51f7d08620425a4]

        cloph14: #i110441# remove obsolete files no longer needed for Aqua version of OOo

2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [9cd90e053cdf34f8a5d14f39e04ca14b10a5528b]

        cloph14: #i110441# remove obsolete files no longer needed for Aqua version of OOo

2010-03-27  Christian Lohmaier  <cloph@openoffice.org>  [e9b24c950961db541d4f1b3b79508b069903c108]

        cloph14: #i107796# add README_hyph_NO.txt to document origin of hyphenation patterns

2010-03-26  Michael Stahl  <mst@openoffice.org>  [5d58845170113179d5bc9e60d2411196b8d30240]

        sw33bf03: #i110408#: SwXFlatParagraph: apply patch by dtardon

2010-03-26  sj  <sj@openoffice.org>  [7589eaa2be6be35b9722ccc01eff1c737449fbdf]

        impress189: #161914# fixed vertical text alignment

2010-03-26  Michael Stahl  <mst@openoffice.org>  [de4206aebc147755cda52f369571a2a4c212e4df]

        sw33bf03: #i107240#: SvXMLMetaExport: export elements without whitespace

2010-03-26  Christian Lohmaier  <cloph@openoffice.org>  [a8b8b68d70b400d543732b1687110f50d52ffe4e]

        cloph14: #i74311# add documentation bits to satisfy LPPL → LGPL requirements

2010-03-26  Christian Lohmaier  <cloph@openoffice.org>  [d60d8e988d2bec9cb5ad5130ee245200d66c4b79]

        cloph14: #i74304# add documentation bits to satisfy LPPL → LGPL requirements

2010-03-26  Christian Lohmaier  <cloph@openoffice.org>  [fd56f69ff763d83e60679a7602c519dfd5016810]

        cloph14: #i74300# add documentation bits to satisfy LPPL → LGPL requirements

2010-03-26  Christian Lohmaier  <cloph@openoffice.org>  [3be188f31e8e66a50e44f812e7940085e4dfa943]

        cloph14: #i74297# add documentation bits to satisfy LPPL → LGPL requirements

2010-03-26  Christian Lohmaier  <cloph@openoffice.org>  [d814e34ddce979479128b70276cec1429ef9e650]

        cloph14: #i98632# JDOM comment-validation error because of <!--- instead of <!--

2010-03-26  Christian Lippka  <cl@openoffice.org>  [8add6851259b5112e90bcb810c90e2a990003f3c]

        made the layout placeholder appear after load and on text edit

2010-03-26  Christian Lippka  <cl@openoffice.org>  [43bddaee08638fa321cd7e16b6de90413149de03]

        added more spacing to the layout toolbar menu

2010-03-26  Christian Lippka  <cl@openoffice.org>  [a1c06b2a131f2cdf2e9cc6bc67bcec2bb365bd42]

        removed unused code

2010-03-26  Christian Lippka  <cl@openoffice.org>  [2b9102ab6fbbd9c681ff4db2b31076210d04ba55]

        removed unused code

2010-03-26  Christian Lippka  <cl@openoffice.org>  [e1e14230c49fbf1b88c6639b7f245559f915cff7]

        fixed a type in configuration

2010-03-26  Christian Lippka  <cl@openoffice.org>  [790c58e573aa17e3c0782246d82fb30a643c3f3c]

        renamed 'Click to add an outline' to 'Click to add text'

2010-03-26  sb  <sb@openoffice.org>  [4ded51564e225874d110b3a8a4ecb75c6e02c8bb]

        sb120: #i106059# fixed previous fix (transplanted from 4cd1436dc271f868b6b63987c71a6a15136af99a)

2010-03-26  sb  <sb@openoffice.org>  [4d4470013fe07330a7f0fbcd43c8259ae154c089]

        sb120: #i106059# fixed previous fix

2010-03-26  sb  <sb@openoffice.org>  [8fa58bb6e7c867f9af76033c18f11c1a9dcabd90]

        sb120: #i106059# handle case correctly when no explicit --with[out]-system-python is given (transplanted from e66f992d250510fdd587b64aee80352a667d52f6)

2010-03-26  sb  <sb@openoffice.org>  [058dab8dcb55c7741c0b858c3f4baa952c0872ad]

        sb120: #i106059# handle case correctly when no explicit --with[out]-system-python is given

2010-03-26  Ocke Janssen  <oj@openoffice.org>  [da3463ed5d3bf6677a2f82b633ec57150bd3311e]

        #110406# add new columns to name mataching map

2010-03-26  sb  <sb@openoffice.org>  [ff6f8c946ab42ecc05e0c12a13d6db505fe9e6f0]

        sb121: #i110203# futher cleanup

2010-03-26  sb  <sb@openoffice.org>  [7ff56983823047120541f724dfd2fb80b2a6432d]

        sb121: #i110203# added configmgr::update::insertModificationXcuFile and adapted old configuration data migration to it; some cleanup

2010-03-26  sb  <sb@openoffice.org>  [a983484f50be130e980d90f24298fb7f2eca27e5]

        sb121: #i110203# further improvements to packregistry.xslt

2010-03-26  Ingrid Halama  <iha@openoffice.org>  [13d7655a877492f67814c1a269bcb52264f0e3e1]

        chart45: #i106812# correct Undo for ranges

2010-03-26  Ingrid Halama  <iha@openoffice.org>  [94f617bf9883284bb3c7db8a6004c39975d66bbc]

        chart45: make more failsafe

2010-03-26  Ingo Schmidt  <is@openoffice.org>  [659b55f8a872eae38b777f0291a7bd81254e0f67]

        native288 #i109809# new download names for ooo language packs

2010-03-26  Mikhail Voytenko  <mav@openoffice.org>  [a6c29b00be50f9b48c56903d5764518b7b3aced9]

        tl78: #i105076# add ENCRYPTION and PASSWORDTOMODIFY filter flags

2010-03-26  Mikhail Voytenko  <mav@openoffice.org>  [9ed2bd2cd955daefa3eed53466dc63e8ded60d17]

        tl78: #i105076# add ENCRYPTION and PASSWORDTOMODIFY filter flags

2010-03-30  Mikhail Voytenko  <mav@openoffice.org>  [6b08288aa173d0717b15a1cb970fdb0614a88d6a]

        tl78: #i105076# the filter related constants are no more in framework module

2010-03-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0a9efb55a0563769492fe763180af0b6c03fc09e]

        dba33f: #110236# use delete []

2010-03-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [87fe0fd1d5cc9c304e2ae37bc8127c8a7075ee95]

        dba33f: #110236# use delete []

2010-03-25  sj  <sj@openoffice.org>  [2bcc465632266859293efb09038992e8759a50bc]

        impress189: #161896# fixed layout problem if using two bodies

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [63c588143c71a72636b1e436aa231f9303efcacc]

        cws l10ntooling18: #i110394# confused assignment

2010-03-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aae2c038fad7eaeda79b1d77840cbbecb99f268b]

        vcl111: #i92094# use current event for GetPointerState

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [78d5c55e026562260b0ed0b46d656e11dfbe40fa]

        cws l10ntooling18: #i110394# OOO_VENDOR is no longer merged by rsc but by config

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [6e426f63ceb971976d107b9d1be27d5065a634f5]

        cws l10ntooling18: #i110394# Introduce the variable %OOOVENDOR

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [a687f59eac4ad98a4b60a4b3add78f33e4dd9166]

        cws l10ntooling18: #i110394# Introduce the variable %OOOVENDOR

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [d7c43c9580a226008261e2b2f80a3f5c923a388c]

        cws l10ntooling18: #i110394# Introduce the variable %OOOVENDOR

2010-03-25  Ivo Hinkelmann  <ihi@openoffice.org>  [2f528025b20854cf918d95f6781b5e2052ddf929]

        cws l10ntooling18: #i109622# try to auto fix bad quote

2010-03-25  Mikhail Voytenko  <mav@openoffice.org>  [84cd49db4618f9f07443766d5969614eaa123b64]

        tl78: #i105076# add new filter flags ENCRYPTION and PASSWORDTOMODIFY

2010-03-25  Ingrid Halama  <iha@openoffice.org>  [fe03f2e6f1779db3e08bac64a3e3bed1562d0a24]

        chart45: #i80377# don't wrap wide legends so early

2010-03-25  Mikhail Voytenko  <mav@openoffice.org>  [40a50f94c47e450c331a4b440474195e43063e1c]

        tl78: #i105076# add new filter flags ENCRYPTION and PASSWORDTOMODIFY

2010-03-25  sj  <sj@openoffice.org>  [05b9996b4ea5d2328b13b5c4756a4566147f09b6]

        impress189: #161894# now correctly importing character properties for empty paragraphs

2010-03-31  Mikhail Voytenko  <mav@openoffice.org>  [8ea419c8c33bafd637da73b1e09807a4c02ec0fe]

        sw321bf01: #i110216# set the DEFAULT flag

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc9d2b013fe73e9abbb39fdcf44746a564d418ac]

        slidecopy: removed useless (shadowing) variable

2010-03-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e6a9b63b6cea4d65e76af484b6206570f836f8ec]

        vitomation01: #i109562 - Add inport to .bas file, modified test case for even better readability, handled macros blocked message

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eb910a227e2d48d53ce0624e1455ea1ed99d412d]

        slidecopy: fixed shadow variable

2010-03-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e6b92e2c1852feb4203eb66dc7e1bf1ef9515021]

        vitomation01: #i109562 - Rework and simplification

2010-03-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8d17f1c0e7eaa4b49aaa2c5458247c513cd99201]

        vitomation01: #i109562 - The test document does not auto-execute the macro (as assumed during test development). Added macro execution and reordered dialog handling

2010-03-25  Oliver Craemer  <oc@openoffice.org>  [af6c54e6f10fef572c08f74c505ce460d374c405]

        #i110311# [Automation] Timingproblems while selecting chartelements

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bf9edb43e0ae0caba3a706cf55e53a84071df139]

        slidecopy: module ucb now depends on module tools (need tools/diagnose_ex.h)

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dc5d25031d075a39c5b90c76619a8a12601082f4]

        slidecopy: adjusted the Ext-UCP URL scheme so that the ExtensionID is the URL's authority

2010-03-25  Mikhail Voytenko  <mav@openoffice.org>  [554ee3cf22737ba67ed77d66da255e60096488a3]

        tl78: #i105076# fix typo

2010-03-25  Mikhail Voytenko  <mav@openoffice.org>  [136cade5929713fcdb4c4525b65c1ef3be132123]

        tl78: #i105076# add ENCRYPTION and PASSWORDTOMODIFY flags

2010-03-25  Christian Lippka  <cl@openoffice.org>  [253b274905471b5390574f0071f1e4b362e55e8c]

        finetuning placeholder scaling

2010-03-25  Christian Lippka  <cl@openoffice.org>  [cd272478cc3d14074769012ecc94f918d1daa5ca]

        fixed wrong resource

2010-03-25  Christian Lippka  <cl@openoffice.org>  [993932abf386214397c1847cecf517c196b97d0b]

        fixed opening wrong controller

2010-03-25  Christian Lippka  <cl@openoffice.org>  [e2f5459c646062d5c60f263bc03b190b080fd4df]

        fixed crash

2010-03-25  Christian Lippka  <cl@openoffice.org>  [c08d3ab80afcf5e483ed3aa0b9255939e3013514]

        fixed unix compile warning

2010-03-25  va  <volker.ahrendt@sun.com>  [9bc4c54bba17f51472d153fc60369bdcd0296aa1]

        #105600# Initial Revision

2010-03-25  va  <volker.ahrendt@sun.com>  [3170b8231faaae60accd7147aee7d76dd85e11e1]

        #105592# Initial Revision

2010-03-25  va  <volker.ahrendt@sun.com>  [076f4c7e8ce8c6008cfa46f946b09014535eac53]

        #105592# Initial Revision

2010-03-25  va  <volker.ahrendt@sun.com>  [5e826a6310b4b26035ca4a85c7bf7dad2fda7133]

        #105592# Initial Revision

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [b61bafa17838507eeed86c47fe307ca3333c3f34]

        fixing unix compile warning

2010-03-25  va  <volker.ahrendt@sun.com>  [4fecf282d5d483780f8f99de77368e529fbd706d]

        #105592# Initial Revision

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [26985ed87a85319636b163f33cac97b22f4c0618]

        merging

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [ad600f2d23f77d6549bbe65990eb2049a9bd7f7f]

        merging

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [3f3b5a5b74f5c0b36c4175bc28964d16c3ec0291]

        merging

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [c622f57d553d5fa7b1a393e2b26bb97067613d5f]

        merging

2010-03-25  Christian Lippka  <christian.lippka@sun.com>  [058bb9a6ee38b806e5e39b2dbd43799756433428]

        merging

2010-03-25  va  <volker.ahrendt@sun.com>  [15a1668f6a27936adb6b5bd191a7eab9a6b327d7]

        #105592# Initial Revision

2010-03-25  va  <volker.ahrendt@sun.com>  [72d4265dbdfdd87c1563582520d8ba5ed76f3b88]

        #105592# Initial Revision

2010-03-25  Christian Lippka  <cl@openoffice.org>  [f1a42604c4e0ecf6570bf75c513113663f4984f0]

        reworked ExtrusionDepthContoller to use toolbarmenu again

2010-03-25  Christian Lippka  <cl@openoffice.org>  [8c665456f0e7596d2d154d260a44382192203389]

        reworked ExtrusionDepthContoller to use toolbarmenu again

2010-03-25  Christian Lippka  <cl@openoffice.org>  [3e17ae9f09971eabfef3a6f73eab6035f9ae20e4]

        added new placeholder icons

2010-03-25  Christian Lippka  <cl@openoffice.org>  [1944067cc6a1a36ef556fd6afe7315459053a811]

        added new placeholder icons

2010-03-25  Christian Lippka  <cl@openoffice.org>  [f071b37411cf41a23d1364a37fc43135ca2dba85]

        reworked toolbar menu painting

2010-03-25  Christian Lippka  <cl@openoffice.org>  [09fb1f6065961c81e33cdc3a1e7544bbea0ef87e]

        do not open layouts pane after inserting new slide

2010-03-25  Christian Lippka  <cl@openoffice.org>  [616465a10358e47bec139e318d77e24a06d3d566]

        set title layout to first page

2010-03-25  va  <volker.ahrendt@sun.com>  [e1f9e96dc0fac3ee4783ee8a367b512d9cd2ba7b]

        #91304# Integration of Patch

2010-03-25  Dirk Voelzke  <dv@openoffice.org>  [ada29520025252056fc0b9a156103b17bc770b0f]

        jl152 import 263444 from native0jl:#i77196# disable now supported new from extension manager

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [902c2a5a1dffe4db1637ec4eb2c6cbd7efb14ffd]

        slidecopy: proper en/decoding of extension IDs

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [990962da23f7de21066cc65d26286aa0b3f36e5d]

        slidecopy: type in GID for ucpext.uno

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [22b13738ef17f9850d79a573343cc44d7396235b]

        slidecopy: use g:/dev/o_slidecopy/DEV300/ooo/solenv/src/component.map

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce1737da191a210ecf75faa33c515e5f51168d3a]

        slidecopy: when the ToolPanelViewShell is first created, recognize the fact that the requested configuration already contains a tool panel resource, and properly set up the tool panel deck then

2010-03-25  Joachim Lingner  <jl@openoffice.org>  [72506215f8419786691277f2936b9298ddadd925]

        jl152 import 263443 from native0jl:#i77196#  merging

2010-03-25  Joachim Lingner  <jl@openoffice.org>  [95c86170a23c94ee89857e631e1d9a6360268a00]

        jl152 import 263441 from native0jl:#i77196# add and remove in the same process now works, help backend creates a unique folder for every extension

2010-03-25  Thomas Lange [tl]  <tl@openoffice.org>  [36f0b5e301ba8bda8c8ada9447b4882f5c8abfd2]

        cws tl78: merge with DEV300_m75

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [251fc3aca5d7446ec7cdc25b37d3a3a1f3307557]

        slidecopy: merge

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [642ef423f580142583911019b92cbfc38c756c24]

        slidecopy: use vnd.sun.star.extension URL scheme for the extension UCP

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f372e6625bf10b5233fa204da4291131371cf3c3]

        slidecopy: delegate the request to open a document content to the wrapped content

2010-03-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [667e864a12c4a0c2c90e49080e3000fc9cb26cb2]

        slidecopy: extended the Extensions-UCP so it now allows browsing the complete hierarchy. File access still missing

2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [96c1ee636435baf4ea84e7bffd9acb0bc0e9b787]

        gozer1: #161853# add hierarchichal named children

2010-03-24  Ingrid Halama  <iha@openoffice.org>  [0dc23b7077efb78562b74a9cd96d9a1713b811dd]

        chart45: #i106966# actvating chart by double click opens area dialog

2010-03-24  sb  <sb@openoffice.org>  [41b28993173f98f858a90fb7d8f259e24207ccbe]

        sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through XSLT scripts intact; handle it correctly in configmgr::ValueParser

2010-03-24  sb  <sb@openoffice.org>  [fad35cd7a1e46ad755f28926ab92ffe7c915bc22]

        sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through XSLT scripts intact; handle it correctly in configmgr::ValueParser

2010-03-24  Oliver Craemer  <oc@openoffice.org>  [020130022f263a2fe058369207d83eb41e289e67]

        #i110357# [Automation] adapt spreadsheettestscripts for new thesaurus

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [f29e611abad0080608761cae493370a20e64a5bf]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [5962051d39f918917cc39976e573f0c1ad6b612f]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [240575213d1cac05c2936ad18af50725da7a5ac9]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [1e2362e323f52c3a998a18d735fffeb1bd7ca80a]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [355e5ef1173a7294665aee4d61302e0840fa4bb6]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [16fd59d29653c67a2ac32d9f30be6291ea60a165]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [a10349e2f244661ffeb6d312694b86bce4e71485]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [d38dfedb40d0fd7929927fe4526c460553870a91]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [a84335abc7ff78e4bb0e3dbcd9f5acd8fae34bfd]

        cws tl78: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [22b738c0da87e3976b2f6744028d476a6e44ee30]

        cws tl78: merge with DEV300_m75

2010-03-24  Ingrid Halama  <iha@openoffice.org>  [3bc847e2af8e2cc1ad23c4df0e14d840058cb7e4]

        chart45: #i103911# switch to internal data in case the current data provider cannot provide the requested data on load

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [c84af0cedc1c407d5e1a92fe172e134c08b130f6]

        CWS-TOOLING: integrate CWS mtaccfixes

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [56357e8ac33235cd467715901b2ee7830871e3af]

        CWS-TOOLING: integrate CWS chart43

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9b4fa90c52fb19f438e5904886bd906f8734ba4a]

        npower14miscfixes: Fixed incorrect closing mehod

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [8a9c809426226f9c634d8b58392920fbcd917f7e]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [788ab7f9ffdb883533fafa7564ca35ed2577002c]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [d78584a6e17bb35e0c6c01a306b31fa18bd14ef4]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [43917a01af91bc8b29e70d979881cb5d81440749]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [358bcbd4a84a781452dd64f677395590cf90ca4a]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [d77eda7077fd8b978f4335270e93756977517955]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [e90dc369dbffd6ca87f046c6e04871b1e9f0462e]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [44a41f254577e6f15fb2b22965d4e55241e81d75]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [65aca7906020f056a9c3987eb02f3da4de100fcc]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [287ea4442ba39f5144b9f44bc4f595e17c7a6abe]

        cws tl74: merge with DEV300_m75

2010-03-24  Thomas Lange [tl]  <tl@openoffice.org>  [7b43e6320cdae67f3c6a55b29edb52af8a7f9775]

        cws tl74: merge with DEV300_m75

2010-03-24  Oliver Craemer  <oc@openoffice.org>  [558299cf33c9992d25e104a80115b70b060eae31]

        #i110357# [Automation] adapt spreadsheettestscripts for new thesaurus

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [009957a3a55db9625eb68d0e260478a56e3d0594]

        npower14miscfixes: More includes added, fixed logic error

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fcdda2bc65596d20fc275a142e17d3c19153c46c]

        npower14miscfixes: Added missing quote

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0d890eb6f3b80cc795159de2aa1304d0375f28bd]

        npower14miscfixes: Added missing include

2010-03-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b1243f66a9d4b695601c7b8ef2c141da70e9332]

        slidecopy: initial version of an UCP for browsing the content of the deployed extensions

2010-03-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ad195dcdbcb178b2df5602babb825863096f1c7a]

        slidecopy: initial version of an UCP for browsing the content of the deployed extensions

2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5ce0b830dc8d9e3ec411182693901d95812e390e]

        vcl110: #i110356# spelling

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a846e0bbbaff7670f795c1303d2f0c9b7faa54fa]

        npower14miscfixes: #i109699 - Added test to f_basic_vba-compat.bas

2010-03-24  tono  <tono@openoffice.org>  [069df7283edd081c661243d5f8d876016ded18bb]

        i#110195: Mingw port update fix: fix tg_shl.mk to work without .def file

2010-03-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [7e8e16dae3a72cddd56658f7f6cb77c894aa3fe0]

        writerfilter08: corrected size and position of form checkbox

2010-03-24  tono  <tono@openoffice.org>  [fcf883e6883a699f8b8b3b3c34eeb9ede9230eee]

        i#110194: Mingw port update fix: use alloca instead of _alloca in shell

2010-03-24  tono  <tono@openoffice.org>  [a60cb23d130c38026eac724e04bff87f9fe09149]

        i#110193: Mingw port update fix: subject name of certificate in xmlsec

2010-03-24  tono  <tono@openoffice.org>  [94924dfeda6f8505b829c5244553fefc958a0211]

        i#110192: Mingw port update fix: sal/osl C++ syntax and long path

2010-03-24  Ocke Janssen  <oj@openoffice.org>  [3e2140dbcb05fe8b7b1268be084f4de8289ac1ca]

         #i109549# cache row values when a filter value which is not part of the key values

2010-03-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5467f0ded3e2969e3223f30090187c5c081f0517]

        npower14miscfixes: #i106744 - Added sample macro to f_basic_issues.bas, called both with VBAsupport = 1 and without.

2010-03-24  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [0e8f6eb591f4125b936e0ae911dff78415370e9b]

        cws tl74: #108359#

2010-03-24  sb  <sb@openoffice.org>  [22cf34ac5ea7aea96b9f50078cb4b0874f031dd6]

        sb121: added profiling tracepoints

2010-03-24  Ingrid Halama  <iha@openoffice.org>  [c8ef6caf723b0425bcca3915d1fe631a874b3d04]

        chart45: #i110355# ODF: element chart:chart is missing 'type' attribute

2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [33ffd444ae983137a43763dd37dd6eb41e2cd68b]

        vcl110: #i87968# optionally embed PDF standard fonts

2010-03-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0960f9ddc46153f879a2027597f147baf969eb85]

        vcl110: #i87968# optionally embed PDF standard fonts

2010-03-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8e8422f3f28bcd9729ef409df56f6f2da750445]

        slidecopy: correct symbols

2010-03-24  sb  <sb@openoffice.org>  [ee4b7a5e46e5db850f77adfa42c0137accb65e98]

        sb121: #i110258# when parsing .xcs, conservatively merge new templates/components into existing instances (to not let extension update fail)

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f931a012e6d488689893a530a4187738f6db0323]

        unoawt: don't let undeclared exceptions escape from createDialogImpl (at least not from calling createDialogModelForBasic/createDialogModel)

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3cba76a2125eaa40e5b9fce061713190ec0469d3]

        unoawt: onFinish does not need this parameter, it's always called with RET_OK

2010-05-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [97d660c190e87d2c8e1b0ccdfd106b30486219c3]

        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-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db00700c845d345078df3ab82df3c2985ced2662]

        unoawt: merge after copying latest changes from CWS slidecopy

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [359f20105a22ed8774a3f3ea83b179f31c7b1379]

        unoawt: merge after copying latest changes from CWS slidecopy

2010-05-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2289581dd0483e19e4404574b659a871ed324a08]

        unoawt: merge after copying latest changes from CWS slidecopy

2010-03-24  sb  <sb@openoffice.org>  [cd48abe95c6205a27c46b54740b42838036cbd8e]

        sb121: #i110258# when parsing .xcs, conservatively merge new templates/components into existing instances (to not let extension update fail)

2010-03-24  Ingrid Halama  <iha@openoffice.org>  [786bac517c6fa2ea429bd0ce6d425fb2095c6f01]

        chart 45: #i109879# black axis loose color on copy

2010-03-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [88dd19cf2a0f3ad4d9a6e53342aeb4262cddbbad]

        sw321bf01: fix compiler warning

2010-03-24  Dirk Voelzke  <dv@openoffice.org>  [e955e6941dcf5784f44d64ec753041a4dc6cf37e]

        jl152 import 263442 from native0jl:#i77196# new add, remove and update are now supported from extension manager

2010-03-25  Joachim Lingner  <jl@openoffice.org>  [a13b1c857a8bc6657a14eb46e7e9663ff2bc9fa4]

        jl152 import 263441 from native0jl:#i77196# add and remove in the same process now works, help backend creates a unique folder for every extension

2010-03-24  tono  <tono@openoffice.org>  [05266ae26834c71fffef9170a200fa0f6b967f4e]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [292ac2bde916a0b50c4b6b8cbbfc67ed7c356d2d]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [57c06926ac8bd78fbba6e435c44b41f89d9b97d1]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [8f02caa2452e1306b82aac4b41ef72b4c682cd9b]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [0b652fdae6703a725d3f2a39ce5aad8cee0683ac]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [e28e96bb5f5baf528e819d36eb9ce4747456bfea]

        mingwport29: merge with DEV300 m75

2010-03-24  tono  <tono@openoffice.org>  [ffa4e12b0aef2309200f7e41dcaf83116b42dcf7]

        mingwport29: merge with DEV300 m75

2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8e24fa4567fb4d3fc47190be1f9bf058061d0ec4]

        vcl110: #i60481# fix HasGreyPalette for 1 bit

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [4e3b9e263248cdc854e46c0b836040fc57970338]

        writerfilter07: merged DEV300_m75

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [baa42aa729ab48afa984921fbc195b1bbb4e0b33]

        writerfilter07: merged DEV300_m75

2010-03-23  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [69411dd31be932d1548f19c67c2028256f30c32c]

        cbosdo03: merged with DEV300 m75

2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dd69e7d54931e7510482a35a0a605f0c8792ee7c]

        vcl110: #i103162# avoid busy loop in non mainthread execute

2010-03-23  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [dc652167c03be837eeb224b8c258d836bde211d6]

        cws tl74: #108360#

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [8a0f23349d4acee6fadb9b628d1080ee219a7ffe]

        CWS-TOOLING: integrate CWS chartlayout

2010-03-23  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [3930a0e5b4f98175dbc74f95615e82cf9b568e22]

        cws tl74: #108360#

2010-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a6c104b7976679420c0e50faa8586f402365ac38]

        ause117: #i110336# cleanup

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [324b139d08a8343f86f9e1761ca8ec9c2862e6c4]

        fixed bugs  for linux build 5

2010-03-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [10bd32766e95739de595cc4f99375020846e16b9]

        vcl110: #i103162# avoid busy loop in non mainthread execute

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [602f486a90a05ecfa6b73647e94b690f6d10b1c3]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [d5322bca3c00b087196cb551bbab091683ba02f4]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [24e33d5a1d5733cb9a7b9a70b540d174180cc79a]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [b1d70c6ebb1f2488bee4ee70e6950c83022b390c]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [9fb61939df2c83129aa276962a45f0c1467232a7]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [4045d10784122beef27cd4698de18bb4628cff49]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Mihaela Kedikova  <misheto@openoffice.org>  [383baebd8e4b277c410b13f1eb0c2b23373ded94]

        gridcontrol_03: merge with DEV300_m75

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [c64f2525f94845357004513e20f4ee06aa1fb01a]

        ooxml10: fit-list-to-size-ooxml.diff from ooo-build

2010-03-23  Ocke Janssen  <oj@openoffice.org>  [ed1953db63ea4cae0c2a9f528ad23b6d675ec650]

        #i109366# remove :* from url

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [df76a685ca3a9cbb17ccf3b73c0eb110237db429]

        ooxml10: oox-pptx-import-fix-text-body-properties-priority.diff from ooo-build

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [a203dad5a7670ee1e42b6df0021eea188ba0e70c]

        fwk138: #i105549# integrate the patch

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [74347a3221937c24789a3b5fb0543b5fb3dcda19]

        ooxml10: oox-pptx-import-fix-placeholder-text-style.diff from ooo-build

2010-03-23  sb  <sb@openoffice.org>  [61a21d632caeaab88c4298e836ab5d5f7d08b1ee]

        sb118: removed obsolete files

2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [2b236349c6728c7b7cdbc80ccf38f6799080b617]

        merge

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [ccd755a5d373c056528ff5722c078225dbbdd94a]

        ooxml10: oox-pptx-import-fix-text-body-vert.diff from ooo-build

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [f258dffe023a459eda7d7dec9fd6be778653d624]

        fwk138: #i47279# integrate the patch

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [961febc510dce8d6368081c14d2ee969260005ce]

        ooxml10: oox-pptx-import-fix-hidden-slides.diff   from ooo-build

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [f338d8b6cedfa35f1fc8e2779bf3289d6075a480]

        fwk138: #i106389# integrate the patch

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [2fbd5327d5fda2e415557ed7b03bb181ae5ce2a1]

        CWS-TOOLING: integrate CWS datapilotperf

2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [e95181408ebf1a010c9286e0059cccfeb6425619]

        adjusted spacing of menu items

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [3f57701d59c7fe86a2e8593325edc7387ae6dd21]

        ooxml10: oox-pptx-import-fix-subtitle-placeholder.diff  from ooo-build

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [c8ae599787fdf54c1e44d52545966309e1b30eba]

        ooxml10: oox-pptx-import-fix-wipe-transition.diff from ooo-build

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [4ae3da9fd3ffe94757b52847f6e853e5555b5851]

        ooxml10: oox-pptx-import-fix-layout.diff from ooo-build

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [5cfbc81647dcea2886c1c42e6487eb76f861ad97]

        ooxml10: oox-import-text-vert-anchor-and-anchorctr.diff from ooo-build

2010-03-23  Christian Lippka  <christian.lippka@sun.com>  [43bd6eb856b003dcc31df1a5b7c612b53984868c]

        fixing build problems on unix

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [805c67052e0f6f09fc6270b89e3ec275ee57a4e3]

        ooxml10: oox-custom-shape-polygons.diff from ooo-build

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [682a87732c864ee15ca2c6be10d2aa655936c93d]

        fwk138: #i87496# publish services, interfaces and etc.

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [5223f5f223f28c3795a443de6bb12c60b654f4ad]

        ooxml10: oox-fix-list-style-apply.diff from ooo-build

2010-03-23  Tor Lillqvist  <tml@openoffice.org>  [d9889b7620a5cddc8b8776653540d70343bdcf59]

        ooxml10: oox-fix-placeholder-layout.diff from ooo-build

2010-03-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5566f41bb266f42b308a780e0c08f45c4e454b21]

        slidecopy: +createOneInstanceComponentFactory

2010-03-23  Thomas Lange [tl]  <tl@openoffice.org>  [81341944540166215d0d166bbabc2f579308b546]

        cws sw321bf01: #i108535# sl_SI dictionary update

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af78b0f6469256179ce898cd9cc368de076a6e9e]

        CWS-TOOLING: integrate CWS ause117

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02b107c44ce635afe70bda5fd4c3fd2dc606727]

        CWS-TOOLING: integrate CWS hunspell129

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [999c70df9dcecf20f2d475306b98738e9092032e]

        CWS-TOOLING: integrate CWS ause110

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f66d6f67d78fd757ac18b6f6ba11d2282bc1ddd7]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [95778f52260d1ff55f79cfbc01229b9284329710]

        ause110: #i106731# missed cairo module

2010-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9edc28815a32b0be4e8f54369baeea17625941da]

        ause117: #i110339# avoid collisions of inline files

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [469d597d7c52f0bdd28e2b7020110d8d02f3491a]

        writerfilter07: merged DEV300_m75

2010-03-23  Kai Sommerfeld  <kso@openoffice.org>  [cef80765477c8680d3ff6079a52d074390188038]

        #i110331#  fixed build dependencies.

2010-03-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [24def11cfb667187a4b92c1e9a710281dcf2bef6]

        slidecopy: don't link the example extension against the tools lib, (which is non-URE), this won't work on Mac

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [f5badcafb70d9d5ae0d5228b3c8dfdae2e7a4890]

        fwk138: #i87496# publish services, interfaces and etc.

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [52cc8fded55d1761c6913a3704a03a7c137a7f3d]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [b831dc7de1114c1568b6f14f89180fafc7cf11df]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [34713223a006e3c950aa9022f8746a0c7ee5f50e]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [53932f011ee82cc0715b520064804749e52f285c]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [444a273dd82495387986b9c32dd81d32a91c029f]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [47bdfa3b1db5245485347851017a791fc193407c]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [f75f82bcc73bb28f7c41ddd8933aa6fb56c1231e]

        hb33patches1: merged DEV300_m75

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [68e5b2dd800ccbbccfe24ac109ca191e4992c441]

        CWS-TOOLING: integrate CWS sw33bf02

2010-03-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [23ab0b9a03eaa9e63122c693be312e6be8e24c56]

        slidecopy: make compile on unxlngi6

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [7c3526ec2d67110a25526edb185c656b6c90502d]

        fwk138: #i108774# let it be compiled in the current environment

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [8db1f29b007e8918e4806c5b2d886421e0845026]

        fwk138: #i108774# update with the newer version

2010-03-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2992b6fb5b1c84da46598ccfcd17afa53dfe9c69]

        vitomation01: #i109562 - Fix incorrect interpretation of returnvalue, added workaround for non-working EditSelectAll slot in BASIC IDE

2010-03-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9046b60f84ba84c021039f5043167dd8772f36e0]

        vitomation01: #i109562 - context error

2010-03-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e620cd7db1cf55de98dcace69642b2061a5f841e]

        vitomation01: #i109562 - More cleanup

2010-03-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6b73a07946310f04d6a8217bcd5163f50798a527]

        vitomation01: #i109562 - Provide missing includes, reworked hDeleteMacro()

2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d345375cfcda1022aeb867e32f0eef24436e2dfa]

        gozer1: #161853# put an on demand WindowArranger on Window

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7c3b569b76e1a1691c06b4cff8e81134570b8c37]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7ec6b6c8501bb2eeece07bb57dcddaf809da350d]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [4a6397b50739ac54b246073da166b2b4baaa2089]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [932739852b8767cb953336a836aededcd71f8cb9]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e81bde3deabd732c61217e4e172ab2c4a5b74262]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [940ef9034c57ec5ebcb72bb091d0fa913c6a806a]

        Update from local repository.

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [9e99bcd4cb585dbfc200efb0e63b338392d30427]

        Update from local repository.

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [85298fa82b939c0366c15b6488df7b8d4079ee9f]

        CWS-TOOLING: integrate CWS vcl109

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [6918fdbcc7dae355b04fa59661365b798f865a42]

        CWS-TOOLING: integrate CWS kohei04

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [33007ead24daa4cafbbc069ddfb82b3094c3c879]

        CWS-TOOLING: integrate CWS kohei04

2010-03-22  npower Developer  <npower@openoffice.org>  [d8d384c5c2318c4c81089f16558bcb117b6fbc35]

        npower14_objectmodules: merge heads

2010-03-22  npower Developer  <npower@openoffice.org>  [962673149c34d547b505c78823b4ab9dd3528703]

        npower14_objectmodules: merge heads

2010-03-22  npower Developer  <npower@openoffice.org>  [1e6396afa1556f43718784ae84e2992ea4fc6a24]

        fix library locations for libvbaswobj & libmsforms

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [4d27ce49a33c074b598566ac7073fc712c3613af]

        CWS-TOOLING: integrate CWS koheicsvimport

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [1d07cc4bb236580595e255ef898aefa4b77fa53a]

        CWS-TOOLING: integrate CWS koheicsvimport

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [cd7d4d5d874afbfa95adf4f736ed02c76945b992]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [187ff655e21fed31854298573d8696feb3e6b697]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [407f120eda308d59d012fcbb83e63ad9427b1372]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b0a47a100972245329fdd322b16652dea84ac0d2]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [2812fa1b8eb559ad786b9bd141675c90952359d5]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [557f45e9bf8cc6ede91ba5c4a35db61e5b5bb0f9]

        Update from master repository (DEV300_m75).

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5be78fe26162d860ef5e39485c9fee4e40098aa1]

        Update from master repository (DEV300_m75).

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [8d39d5f26f520911e47731fa4e25125f2828f9d8]

        CWS-TOOLING: integrate CWS calc52

2010-03-22  Uwe Fischer  <ufi@openoffice.org>  [887c71e80a1a9709546701ce8f17edf396372dfc]

        hcshared25: merge with DEV300_m75

2010-03-22  Uwe Fischer  <ufi@openoffice.org>  [9d581707309994c8fece5aa001510459adf602e8]

        hcshared25: merge with DEV300_m75

2010-03-22  sb  <sb@openoffice.org>  [ad00f306f700a83a2fbd8bf08214a5ac1d88f459]

        sb121: #i110264# in registrymodifications.xcu, allow localized property values to be described directly as <item><value> (instead of <item><prop><value>)

2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [f7d1672cb337cc4a48184e6937d94ff631cfb377]

        rebased to DEV300_m75

2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [d288e3fd707a23d43a32d7f029a82cc6f33c9909]

        rebased to DEV300_m75

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7c9093d07e653cf559501373ee7d5b72bfd9b22a]

        vitomation01: #i109562 - More cleanup

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [04467bff3d504218972d74f66e977f6ba3efcb77]

        vitomation01: #i109562 - More cleanup

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8836e1ae220a26be7fda946759a5c38eca3fb753]

        vitomation01: #i109562 - More cleanup

2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [68761cb20d4aa261b671166a5658942a0069a58a]

        #i101552# minor finishing touches on CWS gfb4win02

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37c96e20efeab4777520b09bea44ab76269010f9]

        vitomation01: #i109562 - More cleanup

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [748a986e2fcf3feb97eda4fa5d077f1083a0a73d]

        npower14miscfixes: Removed warning

2010-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b61a20e4b682cd8ac4c89134c837647194a02aa8]

        ause117: #i110262# one more chmod to make Include group writeable

2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [bca8974cec32928a7571bcff39cd6501ef38f4d1]

        match case of PSDK directory names

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [61b4b7fb26787c227ce4b84804ffdd5c57072196]

        CWS-TOOLING: integrate CWS aw079

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [8f9d835322f6003959e4bb864b462b32237f783c]

        CWS-TOOLING: integrate CWS aw079

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5ab42af873556285d95f0812f4adf39a6a72357a]

        vitomation01: #i109562 - More cleanup

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c1b005bd305123d338545db0d9672d3acbbb4e7d]

        vitomation01: #i109562 - Fix missing occurrences of deleted functions

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6bd64681297d43f05a4172f553f567ae8f6b3e2c]

        vitomation01: #i109562 - get rid of hBasicModuleCreateNew() as it does basically the same as hCreateModuleForDoc(). Had to clean up hCreateModuleForDoc() as well for that

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [4b776de9cca7a04253dc9eb8171cadd45a449659]

        resolved conflicts rev 265602

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [dad631e8b5cbff1aaa88fa9b7201579c17dde6ef]

        resolved conflicts rev 265602

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0db7d65f63c2267212b02d8f9f8f864a5f08f94]

        slidecopy: merge

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a7fc0b36730b2211f4b0c16bc97b6c81f9b1266d]

        slidecopy: merge

2010-03-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [e365d2f280bd4f93d03de4f2c0b834fdfcbca29d]

        writerfilter08: FormCheckBox inserted, but size needs work

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ae601cfb49a0af9520a29bb7c5d0d92e34b54d2]

        removed unused dependency to VCL

2010-03-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [32b9ea90a61d2a51a779febc73da05a16f02e401]

        [cbosdo05] Fixed windows build: isblank doesn't exist on windows.

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [644a203f684e5b9286c8c5b8c2b0c0e6455c7cd1]

        slidecopy: removed the remaints of the old task panel implementation - in particular, creating tool panels as non-roots of a control tree is not needed anymore by now

2010-03-22  obo  <obo@openoffice.org>  [4c1f139e1acb65dba44d779d3e66913b74e8b302]

        #i10000# new DS_Store by IS

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [0991db6d3d8767da0bb46a92f4156a692ae5add3]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [ca466ff4b9b353a136444317d7f0d98f21fc7b2e]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [5fe62b0bcd81ac4d7f8a5d1ed5a0c5ed1221f213]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [83b03e3e90d84e2f1732ee305a944ec668ad5c1d]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [56da2be06a48e9bbed4121727c12e8c9180488a8]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [eba9b5296fe39c03a700520c7126a8afa52252ee]

        npower14miscfixes: merge with DEV300_m75

2010-03-22  Andreas Bregas  <ab@openoffice.org>  [212d8ff7d4f100c5d72893a59c1e37d11c9582ca]

        npower14miscfixes: crlf removed

2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0ca18d1cfbf8e8d525333ba6e386e78159a99088]

        merge with CWS ppp02

2010-03-22  Joachim Lingner  <jl@openoffice.org>  [15fc598b58ea019ce0eede756b062d3821503ba4]

        jl152 import 263440 from native0jl:  #i77196# removing of bundled/shared extension (except python, script) works now

2010-05-04  Joachim Lingner  <jl@openoffice.org>  [1ba274302f3404e4ecd8a65108fbf6dd530da780]

        jl152 bundled extensions, import of changeset  263438:8b253e76e957 from native0jl

2010-03-22  Joachim Lingner  <jl@openoffice.org>  [67c12270ab84ac474cebe3ec4169688fa3120844]

        jl152 import 263440 from native0jl:  #i77196# removing of bundled/shared extension (except python, script) works now

2010-03-22  Herbert Duerr [hdu]  <duerr@sun.com>  [b73bee2f1e62be1832fe3e4bca36122a78b53092]

        #i101552 update the win-gfb unicode->language list

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e9875dc4fc8a453df53a33ed022ef437939a1698]

        slidecopy: allow custom tool panels in the task pane to be implemented as extensions

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [47451ada9f16f59b729efccfc408bd64fe7331b4]

        slidecopy: allow custom tool panels in the task pane to be implemented as extensions

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [35ce77a82b374828ef7b85bca8029672dced337f]

        slidecopy: allow custom tool panels in the task pane to be implemented as extensions

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [62d28aee0d1684f4b2d71a4ed6754fbbefbda620]

        vitomation01: #i109562 - remove printlog from hGetPathSigne, added printlogs to convertpath() to track usage

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7caa6abf90640e524c9f1f745da14d5fbe935f87]

        vitomation01: #i109562 - My dirtiest - hard coded accelerators for tabswitching in BASIC IDE, these are not language dependent for all i know. Remove the accelerators from accelerators.txt

2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9f69350c9ef49632e792354476d67e57b9d3fdc5]

        merge

2010-03-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [39729842721782d31746846dca9ad5f69cb93b6b]

        vcl110: #i110227# fix default wheel behavior

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b87c0fc3bf848aca77333314466af2072a670438]

        vitomation01: #i109562 - My dirtiest - a few minor cleanups but the code could probably use a real facelift

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [944df0291adce8725df6614d1d19d91642dd8173]

        recent changes for grid control

2010-03-22  Mihaela Kedikova  <misheto@openoffice.org>  [10bf81fb33adf67f05d6744e4edc7ec0dbd9abba]

        recent changes for grid control

2010-03-22  sb  <sb@openoffice.org>  [cb5e4d69f0c8539ef8d60d8c5cd3e50bb6acdc2f]

        sb121: acquire solar mutex around Application::Reschedule

2010-03-22  sb  <sb@openoffice.org>  [d559be706125ad877e7c1e93e094407f17a92ad0]

        sb121: minor code improvement

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [58fb8a85dd07b77dc6c30a4c9a23a08e03b38a30]

        vitomation01: #i109562 - remove unnecessary ucase( gApplication ) statements, the string is always uppercase

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [55a7ce220cb7312e534c216e6865d775aafd2f72]

        vitomation01: #i109562 - Use parameters where possible, removed weird code constructs

2010-03-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f5510bd3aad40b3e0f7b699ca2bbc60dc9a67fc3]

        os141: allow tabstop also for treecontrols

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bf8f2aa910149267b0e08bbe8fec05f58c451100]

        unoawt: merge after pulling from CWS slidecopy

2010-03-22  Mikhail Voytenko  <mav@openoffice.org>  [daebd00fedd0b1cdb7b6f17d007581733f493d7f]

        sw321bf01: #i106861# encode the display name

2010-03-22  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b66fbbe2b9c5f8a4013bcb8e69370f90aa07848e]

        vitomation01: Local merge

2010-03-21  Christian Lippka  <cl@openoffice.org>  [17ea9224e8b33bc17ed32f70012c67f9f58680cf]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-21  Christian Lippka  <cl@openoffice.org>  [79645404ec15d93c13637a1195b9901158bd714c]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-21  Christian Lippka  <cl@openoffice.org>  [65211747241f7b2ddfeed81acedcea6b7a7cc6ac]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-21  Christian Lippka  <cl@openoffice.org>  [b3ca4b3cbdce79eb3b387da6e84126c7a9f20eaa]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-21  Christian Lippka  <cl@openoffice.org>  [9ed58bc68aa05888237e3b82051bd2fc4d4d6685]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-21  Christian Lippka  <cl@openoffice.org>  [c10f069c3385a7c55a9042315f7fe3a83fc56fd3]

        Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars

2010-03-20  Caolán McNamara  <cmc@openoffice.org>  [d5394818c11f470e287ac5cf812707ed47fef4f2]

        linuxaxp01: #i110145# hppa bridge used uninit value and ludicrous logic

2010-03-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c71eb88a08616d55a70574fe5fbd118460e129ac]

        vcl110: #i93672# hide fonts button in fontconfig case

2010-03-19  sb  <sb@openoffice.org>  [8e5a36c9718accfb883cc674e364ecf08f768aed]

        sb121: #i110230# when writing top-level localized value changes do not omit the <prop> part from the <item><prop><value> triple

2010-03-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [69c363daff7def74bb91b72bc778ace0e698f0e3]

        gozer1: #161853# add default border depending on App font

2010-03-19  Caolán McNamara  <cmc@openoffice.org>  [cf18a4651cf9008badf8a6834b9558a871f8f063]

        linuxaxp01: #i110145# yet another hard-coded list to fall over

2010-03-19  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [cd763a88f403c743975d4a9ef8b8770eefde61f8]

        tl74: #108360# fixed for new thesaurus and refactoring

2010-03-19  Joachim Lingner  <jl@openoffice.org>  [d8411c3281b10eeea679e84697adfcd7c51b1657]

        jl152 import 263439 from native0jl: #i77196# fix for XExtensionManager.getAllExtensions

2010-05-04  Joachim Lingner  <jl@openoffice.org>  [dc3c40a13388625726db26c953910d347cf4a9fc]

        jl152 bundled extensions, import of changeset  263438:8b253e76e957 from native0jl

2010-03-19  Kurt Zenker  <kz@openoffice.org>  [3c40300debce46241557ba87637b404c17d647ea]

        c07v027: #i10000# change include svl/svstdarr.hxx to svtools/svstdarr.hxx

2010-05-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5230c7199ee1571f0ef16ccd3cc9cf54761d5d77]

        CWS-TOOLING: integrate CWS cbosdo05

2010-03-19  Ingrid Halama  <iha@openoffice.org>  [2b7d82e903bcbbd804fda4e37f00d411e477decd]

        chartpositioning: merge with DEV300_m75 (part2)

2010-03-19  Ingrid Halama  <iha@openoffice.org>  [754c2fcb779f9c2cbe37f1bf99cf49cec01a0947]

        chartpositioning: merge with DEV300_m75 (part2)

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6cddbf018bc99ac82675b8e3bf90e76e6b01b367]

        vitomation01: #i109562 - find out how frequently we call hGetPathSigne()

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e3cbc70aec917d2eba2b4b0dbff7003e1e3d5bfd]

        vitomation01: #i109562 - silence hGetUNOService()

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [11cbd58514355a30f146fa8f4f9a1b86681f454a]

        vitomation01: #i109562 - silence performance helper functions

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [278176c970d6edcaa0c6cd92d404eb7a628ae4e7]

        vitomation01: #i108621 - Completed method to retrieve suitable field type, added printlog

2010-03-19  hb  <hbrinkm@openoffice.org>  [281ba7bdd44fc6fccacdec5fca877229e9be54d7]

        sw321bf01: #i109284# moved changes form hb33issues01

2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [57a5230fab3030782b60dea250bc805200855460]

        slidecopy: XResourceFactory::createResource now allows to raise IllegalArgument/WrappedTargetException

2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fceff217c528f02439236d1965caf37ca16cd276]

        slidecopy: XResourceFactory::createResource now allows to raise IllegalArgument/WrappedTargetException

2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0dec5536c50fb545cf26701c6ecf158d3f9ab38a]

        slidecopy: XResourceFactory::createResource now allows to raise IllegalArgument/WrappedTargetException

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [b5bf8c05121ce2c33c67dd26af52a203a937364a]

        cws tl79: merge

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [4f410c095a6eb51eec46531bccbf47c94829a830]

        cws tl79: merge

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [b6000720a604ca810d3be6e4a428e0dcc46c0d09]

        cws tl79: #i110254# new 'Security' tab page

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [d59bda9079a7d60b09cfa1f70db6ecaf614c4d89]

        cws tl79: #i110254# new 'Security' tab page

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [6e34f5aae1d711addaad1c7997ddf7e34f75c2ef]

        cws tl79: #i110254# new 'Security' tab page

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [54499ed54bd760755e4d172417f0cc849fc47d1e]

        cws tl79: #i110254# new 'Security' tab page

2010-03-19  Thomas Lange [tl]  <tl@openoffice.org>  [698effa739ea2b239ef449abc9782301024837e0]

        cws tl79: #i110254# new 'Security' tab page

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [29f26441d9aa5d1bd4a61ea1cf1fa692d7bff9ea]

        vitomation01: #i108621 - the default field did not work in all languages. Implemented another approach to make sure that we have a filed that makes the edit... button show on the Edit Fields dialog.

2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1644d80f7aa55a6b2e4a926215b105842c3ab242]

        slidecopy: reworked the ToolPanelDeck to have a dedicated anchor window for the panel's windows. This will ease some later changes

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9b92743c0f276002850f03f5799b040535539bc1]

        vitomation01: #i109696 - formcontrol still not selected reliably (what works on one platform must not necessarily work on another)

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6dd917ec2bb8ad58183722465319c613c18f604e]

        vitomation01: #i109696 - Use hClickbutton() and hUseAsyncSlot() wherever possible

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e182a3911a29250664f9fb370619b12bd1ce19f8]

        vitomation01: #i109696 - Removed one more file (moved included function to another file)

2010-03-19  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c5a9dbf621ff75665cf87ee4a1e5013a32995157]

        vitomation01: #i109696 - Better readability

2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [bf7b5c0665236315d2e37c33ed0cf30d13a83dbe]

        aw079: rebase to m75

2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [74d64579d0edd498e1bb28e27fbbb85160ff0e26]

        aw079: rebase to m75

2010-03-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [8331c76624ad2e72df162979aaf683f4b576e1db]

        writerfilter08: second try to insert checkbox

2010-03-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6285c33e7998d000f8b043b4c4447114ff2afedb]

        vcl110: #i110219# remove unnecessary beep

2010-03-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [41d3ad150f5c84e5e433b27cc66ce61143e59f74]

        hb33issues01: merged DEV300_m75

2010-03-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [aba2270d671eb060a06933493df7886b069f17c1]

        hb33issues01: merged DEV300_m75

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f623695fc7c4d108dae36bbab81c0be73e8b0078]

        vitomation01: #i109562 - looks like i am getting it!

2010-03-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59a8efc8e614b9c57233ae9883863c3ccb50deb6]

        slidecopy: initial implementation for custom tool panels
        
        The idea is to allow third-party components to plug additional tool panels into the task pane,
        by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).
        
        This first step is not finished at all, it just adds a configuration scheme/data for such
        custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
        config data. Additionally, the first version of an example extension for a custom tool panel
        is implemented in sd/workben/custompanel.
        
        Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
        works. More to come :)
2010-03-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e9b187274fa0214a0e6db6c1f4a8fa130de00524]

        slidecopy: initial implementation for custom tool panels
        
        The idea is to allow third-party components to plug additional tool panels into the task pane,
        by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).
        
        This first step is not finished at all, it just adds a configuration scheme/data for such
        custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
        config data. Additionally, the first version of an example extension for a custom tool panel
        is implemented in sd/workben/custompanel.
        
        Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
        works. More to come :)
2010-03-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cd3ef5819cb644515289776b8872970218c0ac65]

        slidecopy: initial implementation for custom tool panels
        
        The idea is to allow third-party components to plug additional tool panels into the task pane,
        by using the drawing framework (http://wiki.services.openoffice.org/wiki/Drawing_framework).
        
        This first step is not finished at all, it just adds a configuration scheme/data for such
        custom tool panels, and implements basic functionality in the ToolPanelDeck to respect this
        config data. Additionally, the first version of an example extension for a custom tool panel
        is implemented in sd/workben/custompanel.
        
        Still, except showing a drawer in the tool panel deck, representing the custom panel, nothing
        works. More to come :)
2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c0b7791a4c964721e0be67a0d5e5f09c25e1a768]

        vitomation01: #i109562 - another try

2010-03-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [32feee91361deef53c3077f2baf941f37e7302d5]

        slidecopy: use DBG_UNHANDLED_EXCEPTION instead of OSL_ASSERT, as the former will also print you the exception type and message

2010-03-18  Mikhail Voytenko  <mav@openoffice.org>  [dadd371743f7f904e1f6bf020603b65e0a43e13b]

        merge

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dc50d719d4f35b85741bf7b76b75654b39552934]

        vitomation01: #i109562 - slowly homing in on the real problem...

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [60c53b3beef89a874e79be4f135ffe4017324900]

        vitomation01: #i109562 - add some debugging info to find out why the horizontal line always returns an error - the test is too fast to watch and a breakpoint doesn't help either

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2dbd0a0a9838cedd9306d134f6fdee0d40f08897]

        vitomation01: #i109562 - fixed one potentially faulty errormessage (very confusing!)

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dcec0092866494b77fec8b727a88cf1d3331e6be]

        vitomation01: #i109562 - try to get the entryfiled of the property browser filled with a new string as fast as possible

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2ec6fe59bc3140641c856d3f1eafc77a6940df80]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2efc3bc5eeabc04952aff0f614391ec081c32b8d]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [517fb6fdb13d6e008f2141193a9296cba626a0d8]

        tl74: #108360# fixed for new thesaurus and refactoring

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2db05df6ff07ef30a13990173869e3a1a4e2d07c]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3368ca12eb96b85e6f68ccdee9ab389c1b27b2bd]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Ingo Schmidt  <is@openoffice.org>  [48ae191f5ddf807d56415ef3a505a59741f6ea2e]

        native0 #161764# new nsis bitmap

2010-03-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3b11690a6c3ba6af3cb8fbd6c35c1595ee7a15e]

        ause110: #i106731# yet another changed tarball

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4afee5dbb4047178255ea055ea2959ea0b6d4532]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad520aec8398e8a82bf8addd5774f905937cc1d1]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Caolán McNamara  <cmc@openoffice.org>  [fa73a82c4f83a232813b63d075fb591247656045]

        linuxaxp01: #i110145# need to link fontconfig explicitly

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e6a3f6c55ee1935dc62457047cdd573fad205c0d]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Carsten Driesner  <cd@openoffice.org>  [369593fe1c6791c53d13a5c8b54e7bdca83ff705]

        native0: #161779# New app-icon for quickstart.exe

2010-03-18  Thomas Lange [tl]  <tl@openoffice.org>  [58d5dd552581c12293c272c52fb53b4bd9112575]

        cws tl79: merge

2010-03-18  sb  <sb@openoffice.org>  [ad9699488ff66d8f8a90253ce06d2f1a8ee63297]

        sb121: #i110198# generally ignore unknown elements in xcu data

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5e2a510124abbc9b751f0101723eb6b5f8a0251e]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Kai Sommerfeld  <kso@openoffice.org>  [e590adb726cb05135bcd04e43117e2a77ec6f41f]

        #i110213# - credentials handling improvements.

2010-03-18  Kai Sommerfeld  <kso@openoffice.org>  [52a1c736c09537fdf0de42c13100f2616c8305f1]

        #i110213# - credentials handling improvements.

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e9d45027a29a275bff32e3375276057cfc27e969]

        vitomation01: #i109562 - more attempted code compression

2010-03-18  Ingo Schmidt  <is@openoffice.org>  [1d36a088d992b2797fa03855f229b928ba6efabe]

        native288 #i109809# new download names

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ba7b2f270ae986d6754166b9042f55aef1cf79a1]

        vitomation01: #i109562 - Test: try to remove calls to hOpenPropertyBrowser() and hClosePropertyBrowser(), using hUseAsyncSlot() instead

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [886fb4fc936a0a49a7a20702b5f79d82c13853c2]

        vitomation01: #i109562 - Added ICONTROLCOUNT to basic_formcontrols.inc

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [085789aaf5cc00a197c99efbc95adde1bef96869]

        vitomation01: #i109562 - Simplified formcontrols.inc - exit for-next on first success.

2010-03-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [b852f9853fd94204b3855552b5580c73750f47e0]

        writerfilter08: first try to use FormControlHelper to insert checkbox

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3ab6ec6d38dd373499c8dc23310ca32a4d5a2ba8]

        vitomation01: #i109562 - Simplified formcontrols.inc - there was little to do because these functions are pretty fancy already.

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5b185459a4eb4c76c8b517dc368adbe198087402]

        vitomation01: #i109562 - Removed tabpages.inc, moved function hDocumentInfoSelectTab() to the only include file that uses it.

2010-03-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1598fdb7a8c8fc11fde92ebff4832388a876e2bc]

        vitomation01: #i109562 - Removed all_interfaces.txt, it has become too inaccurate

2010-03-18  sj  <sj@openoffice.org>  [e0c43dcee877394b14ab57d056ad20598487c3c9]

        native0ext: rebranding minimizer

2010-03-18  sj  <sj@openoffice.org>  [7e322e4207a2a0db5674a6affcc4adee62bc5d77]

        native0ext: rebranding minimizer

2010-03-18  sj  <sj@openoffice.org>  [84003d84968a1f654473218022f453162515ba3f]

        native0ext: rebranding minimizer

2010-03-17  Kai Sommerfeld  <kso@openoffice.org>  [7ea91da6ac4e351d006e09f142f0fd808cd311f0]

        whitespace cleanup.

2010-03-17  Ingrid Halama  <iha@openoffice.org>  [9c93cc5bd43e849ea194548ac68649a2a287774d]

        chartpositioning: merge with DEV300_m75

2010-03-17  Ingrid Halama  <iha@openoffice.org>  [3e8aeadbb12ef93f98bf4c9130f6cf3db06fce96]

        chartpositioning: merge with DEV300_m75

2010-03-17  Ingrid Halama  <iha@openoffice.org>  [14fb1c8562c31a10b7289714ab1d558b897379fc]

        chartpositioning: merge with DEV300_m75

2010-03-17  Ingrid Halama  <iha@openoffice.org>  [db73d5d67968a583afe248ee495336129a4e010a]

        chartpositioning: merge with DEV300_m75

2010-03-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6f27503a9eb9341d3656149e2fe4b658a643b9ab]

        vcl110: #i103230# add row/columns attributes to tables

2010-03-17  sb  <sb@openoffice.org>  [67977bbe293f89bc5921eeb4b9f85403a67ed21f]

        sb121: removed obsolete comments (-Wa,--noexecstack long been superseded by .note.GNU-stack on unxlngi6, anyway, and the other occurrences obviously being cargo-cult copies)

2010-03-17  sb  <sb@openoffice.org>  [bbbc4c556a88b781c23f97772d4fe48ba310746e]

        sb121: removed obsolete comments (-Wa,--noexecstack long been superseded by .note.GNU-stack on unxlngi6, anyway, and the other occurrences obviously being cargo-cult copies)

2010-03-17  Carsten Driesner  <cd@openoffice.org>  [ea9bb5252a56e4453b4cbeae7068d1d574788520]

        native0: #161722# Adapt about box to handle long legal text

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [302048c4c9b5f59872cc4404642fcbbe1f6defa2]

        vitomation01: #i109696 - Compressed t_macro_tools.inc and t_treelist_tools.inc

2010-03-17  Steffen Grund  <Steffen.Grund@sun.com>  [a624efc2722b0e5f8dc53e9306c6dcbd0cc41879]

        sg01: merge with DEV300_m75

2010-03-17  Steffen Grund  <Steffen.Grund@sun.com>  [5d15537cf3c804df4c6ff6d553da49ccc57ac3fe]

        sg01: merge with DEV300_m75

2010-03-17  Steffen Grund  <Steffen.Grund@sun.com>  [381fc19f97f9b327a971ba36277162a15cc565b0]

        sg01: merge with DEV300_m75

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1732f9436be9fc6cb3e2f6986191e49c3f0ea02f]

        vitomation01: #i109696 - Compressed t_macro_tools.inc and t_treelist_tools.inc

2010-03-17  Helge Delfs [hde]  <hde@openoffice.org>  [f119d919823f94c1c73e4d77f485c91a077b1035]

        tl74#i1601#Added slots Toggle case, First Letter Capitalized and Sentence case

2010-03-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [536910a1b3f151e0d624e649586e754018df640a]

        ause110: update to DEV300_m75

2010-03-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [aa486cb7d424bfb764ec5342d01e0255e5718899]

        ause110: update to DEV300_m75

2010-03-17  Helge Delfs [hde]  <hde@openoffice.org>  [6c0d5a5b1cc02b72931d0f2ff57607ead6fb0a0a]

        tl74#i1601#Added slots Toggle case, First Letter Capitalized and Sentence case

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1351f78ce343cf5951ddd859c69ccb73b574a906]

        vitomation01: #i109696 - Compressed t_stringtools.inc

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8a424181f6fd8752494c8739d338f20347a1dcc0]

        vitomation01: #i109696 - Compressed t_security_tools.inc

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0980e38fc35ba71ad13b73ddbb2ea804a1450fee]

        vitomation01: #i109696 - Removed stupid function hWaitForTreeList() - Good idea, bad execution.

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [bb7e46c31953627200b72dba0b49c977e80dbebd]

        add SAL_DLLPUBLIC_EXPORT

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [6c8f48f2d13e98ca2f844c21e31c5717a3a60c6e]

        add SAL_DLLPUBLIC_EXPORT

2010-03-17  Michael Stahl  <mst@openoffice.org>  [3421215984f3c0a5fcbadc070524f93dc6b89923]

        sw33bf03: #i109921#: sw: unnecessary null checks: apply patch by cmc

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [dd7a39f401029b46cf65e449531e1c772b20f8f9]

        removed export.dxp

2010-03-17  Helge Delfs [hde]  <hde@openoffice.org>  [76bf13636f12f7b56b6b48775183cd255b50cd56]

        tl74#i108360#Adaptions for new thesaurus dialog

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [b43e45fb6acd061cba855a158afa2f60983dbd9a]

        missing ;

2010-03-17  Niklas Nebel  <nn@openoffice.org>  [ea9452e6a4dae23aacf56954fd9d2fc02398dc20]

        dr73: merge with DEV300_m75

2010-03-17  Niklas Nebel  <nn@openoffice.org>  [8425571cb79bd208740f6caef31df5a55c1580d1]

        dr73: merge with DEV300_m75

2010-03-17  Niklas Nebel  <nn@openoffice.org>  [1bb058876f8aa32653750f7e14496106ea4d9c3e]

        dr73: merge with DEV300_m75

2010-03-17  Niklas Nebel  <nn@openoffice.org>  [bc284e99ddc215272b799cfe91231ab89b69f5d6]

        dr73: merge with DEV300_m75

2010-03-17  Niklas Nebel  <nn@openoffice.org>  [43484281c78d500d05f575f3d8197b14b61d43f9]

        dr73: merge with DEV300_m75

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [fdab408038974c5a0c15773e02683bb4a4c46ae9]

        #i109366# add SAL_DLLPUBLIC_EXPORT

2010-03-17  Thomas Lange [tl]  <tl@openoffice.org>  [64fbe820a6063d1347397457f8aff6eb91183fd4]

        cws tl74: #i107768# fix for thesaurus crash

2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [47e77dffb776edb5f60ec0b5321e554e314dedd3]

        #i110023# fix attribute based font matching

2010-03-17  Mikhail Voytenko  <mav@openoffice.org>  [683ee9d13de3ea385e53443b7291137f02e51ebd]

        #i109668# let the default filter be used for export

2010-03-17  Mikhail Voytenko  <mav@openoffice.org>  [fbf42f650eca6002756deb47d051257a4672c680]

        #i109668# let the default filter be used for export

2010-03-17  Mikhail Voytenko  <mav@openoffice.org>  [3a2153894db003b12e2e22541af653eddac56964]

        #i109578# patch from Svante

2010-03-17  wg111939  <wg111939@sr1-eham02-02>  [aaf6ec88433c13fcb0b76b48eb6f958183c4b574]

        native0: 161788

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [4dc7c5a1f6fc300844886091fa34f4101620e430]

        native0: #161747 - Removed reference files for StarOffice and StarSuite - transplanted from changeset 07f16b1c0c4f@native0

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [d04bd028f41c9efb3e4d7d20b67c6c90736ee245]

        native0: #161747 - Removed reference files for StarOffice and StarSuite - transplanted from changeset 9827ae8ec61a@native0

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ed73e4c2b30d2fc70bd13dc025be6d4236a9b376]

        vitomation01: Fix the fixes - make VERBOSE to GVERBOSE

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [875c064765f3ec383f118b8a513baa52cf8d5c15]

        vitomation01: Fix the fixes - Add issue id for problem when loading documentbound macros via api (#i110184)

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f88c1ef5cf2b5ff158602852af692eabbbaa8af6]

        vitomation01: Fix the fixes - where refactoring went too far - hClickButton() still has iWait variable, removed it

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [4a39a4ebd2e2749775de3d5062083f4015793be4]

        #i109314# clear add pkey flag and clear name mapping when going back

2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [7a416820ab5e03f8b988656e0f6a592cb1e81d07]

        #i110078# cache dynamic font options

2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [863d28f179fad21f83329ab05925315c2fc40108]

        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>  [7f2bd815816cf70719b5de8af78f1c86545fcc60]

        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  Joerg Skottke [jsk]  <jsk@openoffice.org>  [58a921b765f9f1e4df48683995d73888d223c703]

        vitomation01: Fix the fixes - where refactoring went too far - removed usage of no longer existing apicalls.inc

2010-03-17  Herbert Duerr [hdu]  <duerr@sun.com>  [9fd504900c9041079effc0a7f7a370089bf4a770]

        #i110165# prevent NULL option for cairo_ft_font_options_substitute()

2010-03-17  Carsten Driesner  <cd@openoffice.org>  [42a84a2b8f8c17a64bd8633912a57c6554b151b4]

        native0: #161756# New images for dev, dev_nologo and nologo splash screen

2010-03-17  Carsten Driesner  <cd@openoffice.org>  [9f70a7a2f73fd2be0886e9c9c8675f19c21c1096]

        native0: #161756# New images for dev, dev_nologo and nologo splash screen

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [15bfdbc8a2ebc5147ee8c1b1bdf396bb4271c60d]

        correct wording

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [b5bd2479cc18dc954b15cdb65660cb15f008b9e5]

         #i110111# fix access column names problem

2010-03-17  Michael Stahl  <mst@openoffice.org>  [bfe661492df0e45f49c9ad9fc23b36440f6dde03]

        odfmetadata4: #i109599#,#i109600#: add test doc for xml:id on section/index

2010-03-17  Ingo Schmidt  <is@openoffice.org>  [3b0810954872282da7c5e5cb1ddffe992cb5f461]

        native0 #161763# new windows download icon

2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e966bf219edd4ae4ef91d8af38ebb69c17961960]

        slidecopy: keyboard accessibility for the ToolPanelDrawer implementation

2010-03-17  Christian Lippka  <cl@openoffice.org>  [54ce2da2d280246294134aab00590110e18257d4]

        renaissance2: rebase m75

2010-03-17  Christian Lippka  <cl@openoffice.org>  [41f9c17e71903ecdb57eaac1bbcac676b800bc35]

        renaissance2: rebase m75

2010-03-17  Christian Lippka  <cl@openoffice.org>  [f5d73f460b11e0ed2a7b9889bc11dbb905a0553e]

        renaissance2: rebase m75

2010-03-17  Christian Lippka  <cl@openoffice.org>  [d8ba1a522388f4b14e3d9ce9d934f4166fe0ae4d]

        renaissance2: rebase m75

2010-03-17  Christian Lippka  <cl@openoffice.org>  [d30d67520a03e8b1e673d372acfde02c9202770c]

        renaissance2: rebase m75

2010-03-17  Kai Sommerfeld  <kso@openoffice.org>  [a84618d8076b877ca77c217d33aa7457ee95fc1b]

        whitespace cleanup.

2010-03-17  Helge Delfs [hde]  <hde@openoffice.org>  [a4ae1e9adf533d36cfbedf2eb4a1b2c0f7942025]

        tl74#i108360#Adaptions for new thesaurus dialog

2010-03-17  Helge Delfs [hde]  <hde@openoffice.org>  [dbb03cb9bb4d922340ae08725032ad2f870eccd0]

        tl74#i108360#Adaptions for new thesaurus dialog

2010-03-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fbca9f51a891efce8d5b7df0e8b2623378710a36]

        vitomation01: Fix the fixes - where refactoring went too far

2010-03-17  Ocke Janssen  <oj@openoffice.org>  [2b23d6e5b7fafc0c8ba7136d7e66dd7b246f8f8a]

        #i109766# apply for patch for unhandled exception

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d6cc951ebb78f774700d4653ba12af933167c777]

        slidecopy: add a IDeckLayouter implementation which mimics the old task panel look/behavior. In non-release builds, allow to switch between this old and the new (not yet polished) tab layout via the task pane's menu

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b84b9f616734dca66bce10eac11e62462fcf26a]

        slidecopy: minor edit ... let GetImage/ByURL take a 'const Reference&', not a 'Reference&'

2010-03-16  sb  <sb@openoffice.org>  [6f92c8366367d8dd6de488d5479479374ae6e00f]

        sb120: #i106059# On Mac OS X, compile against system Python from 10.4 SDK (patch by cloph)

2010-03-16  sb  <sb@openoffice.org>  [084ef1d92ac0c8dd21d2a34cb10a2e1b26afcb1d]

        sb120: #i106059# On Mac OS X, compile against system Python from 10.4 SDK (patch by cloph) (transplanted from 9f7ed09e2d7215d58bf71615b481b74b2344c79c)

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b85e6a8514090cc3a9890f4ec50acd5ef9290baf]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [840ba30337768a3d59c3c560896aa3bfca30a4c3]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [54e8e7d8895db4ac3820d3810cd557770fc84472]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dd3ad022828911fe724b21656114677b27ac5842]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c75763843154ed364a20f68988edcf6f619b3acb]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [08111fae107def812d2eac0603e4409e3e7239f2]

        merge with DEV300_m75

2010-03-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [baed90063d7108a5718881dd780e4aa32b1057a0]

        merge with DEV300_m75

2010-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [9734182d56ecf4ed94e5341f9a587f46f4b69007]

        writerfilter08: More work on FormControlHelper

2010-03-16  Michael Stahl  <mst@openoffice.org>  [b9ba6b35bf4a2a3ef5f85e4cca6ac6e8818161f1]

        sw33bf03: #i110140#: SwFldFmt::Modify: apply patch by cmc

2010-03-16  Michael Stahl  <mst@openoffice.org>  [a4f0aa4ea560aefd0eba9dd59ad63d7d91087864]

        sw33bf03: #i110140#: sw: ~SwTxtFld: unregister at field format

2010-03-16  sj  <sj@openoffice.org>  [e64a54ecd1fded745db18758bbe7e9934a89f8b2]

        impressbi01: #161701# oox import of hidden shapes

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f4e9c47ce83d2d9fc6c0a2764a5c1c553e793882]

        slidecopy: display the name of the active panel in the tool panel window's title control

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2297610c51057e3a8f4716ffc0b9a570c4876e8]

        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  Carsten Driesner  <cd@openoffice.org>  [6edd0efaced09dfd28e0b14fccc81f3825e642fa]

        native0: #161700# New chart icons and custom images must be delivered

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [1537f035db0cb9a0476679714c79eabb5527f379]

        native0: #161767# OOo rebranding - transplanted from 26f86bb16da0@native0

2010-03-16  Carsten Driesner  <cd@openoffice.org>  [754d90ad98570f2d7f048e3121d89e89ca4ec697]

        native0: #161700# New chart icons and custom images must be delivered

2010-03-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a3f49b7f00f2484e5e6ff7abcd5b48ec1cd83933]

        native0: #161747 - updated help reference

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [551c8da44e47caafea42429f32a59eb2cae5e37a]

        native0: #161747 - security tools fixed - transplanted from changeset 3bfb30297e75@native0

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [e14d36f4001f65d09e73cadde37c23cf2cec9d05]

        native0: #161747 - Fix help tests (missing reference files) and disabled saving files in 645 (binfilter) format for now. Need to check why the f_basic_incorrect_passwords still fails. - transplanted from changeset a4aeb020fcca@native0

2010-03-16  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a0656615e761ee6d1d73a38bf95381eb86de5100]

        [cbosdo05] Misc fixes in nbsp autocorrection

2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [3fa4688994df161df3742fcb75a54cc059276259]

        cws tl79: #i110048# further changes to the LoginDialog

2010-03-16  Michael Stahl  <mst@openoffice.org>  [9fb421ee4d010fed92aa793a08d450f6e5cbe17f]

        odfmetadata4: #i109599#,#i109600#: set xml:id _after_ inserting section/index.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [88ec178e4b71dd8f2c50d54842a597f643dd052d]

        odfmetadata4: #i109599#,#i109600#: add test for xml:id on section/index

2010-03-16  Michael Stahl  <mst@openoffice.org>  [d157391e5b5e3d7145467a9f0ad31631a920471e]

        odfmetadata4: #i109600#: SwXDocumentIndex: add support for xml:id.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [f907a057665ac81356218d6ecb05008542b0db22]

        odfmetadata4: #i109599#: SwXTextSection: add support for xml:id.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [114b920b0856f4b4acd79f8c288b93a6464161ea]

        odfmetadata4: #i109599#,#i109600#: copy and undo for section xml:id.  SwSectionNode::MakeCopy(): copy xml:id.  SwUndoDelSection: store xml:id.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [a396d6e9a01b9c1428118728c980fc75c1815b9e]

        odfmetadata4: #i109599#,#i109600#: SwSectionFmt: support for xml:id at section.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [d2568e9a7481f403836224d486efc28edb467a48]

        odfmetadata4: #i109599#: remove SwSection::_GetSection()

2010-03-16  Michael Stahl  <mst@openoffice.org>  [eda071240e099eab45ebc65e15bab7baa2c0aa1d]

        odfmetadata4: #i109117#: fix crash in SwXTextSection::setPropertyToDefault()

2010-03-16  Michael Stahl  <mst@openoffice.org>  [6d326d23a2fa119d7e7f8999a81deaa3104b5118]

        odfmetadata4: #i109599#: move class SectRepr to uiregionsw.cxx

2010-03-16  Michael Stahl  <mst@openoffice.org>  [887d2e068511bb96f332935e73800cde5f23e27e]

        odfmetadata4: remove obsolete macros OUT_HSTR_HINT and OUT_UNDOBJ

2010-03-16  Michael Stahl  <mst@openoffice.org>  [709b61c242c5e76d9d71512fc334df60447616a4]

        odfmetadata4: #i109599#: clean up SwUndoChgSection, and move it to unsect.cxx

2010-03-16  Michael Stahl  <mst@openoffice.org>  [b214ab9fe52eb4944dd50978b6ad19af95047bdf]

        odfmetadata4: #i109599#: clean up SwUndoDelSection, and move it to unsect.cxx

2010-03-16  Michael Stahl  <mst@openoffice.org>  [d9ce85c09cf70b6582a1365be1277e23ba058495]

        odfmetadata4: #i109599#: clean up SwUndoInsSection

2010-03-16  Michael Stahl  <mst@openoffice.org>  [a87f73258f3dff9e2c3c91390359d7949c43cbb8]

        odfmetadata4: #i109599#: make SwSectionNode::pSection member const

2010-03-16  Michael Stahl  <mst@openoffice.org>  [d0277b77d53d51972f8d9b0fb09e97289e9e6f56]

        odfmetadata4: #i109599#: rename SwSection members

2010-03-16  Michael Stahl  <mst@openoffice.org>  [63db0742beede899ee31455b120701533cb2af4a]

        odfmetadata4: #i109599#: rename SwSection::[GS]etName() to [GS]etSectionName()

2010-03-16  Michael Stahl  <mst@openoffice.org>  [99a588660bd7f22a6c16d7b46f3c4fe841445ce0]

        odfmetadata4: #i109599#: remove SwSection::operator=():  move most SwSection members to new class SwSectionData.  replace evil SwSection::operator=() with SwSection::SetSectionData().  various method signatures changed to take SwSectionData parameter.  rename SwDoc::ChgSection() to UpdateSection().  SwUnodo{Ins,Chg,Del}Section: adapt to store SwSectionData/SwTOXBase.  regionsw.hxx: SectRepr: change SwSection member to SwSectionData.

2010-03-16  Michael Stahl  <mst@openoffice.org>  [b0832f9ced2972f84f48d753554c1a5efc63d382]

        odfmetadata4: #i109600#: refactor insertion of TOX:  SwDoc::InsertTableOf(): do not create a SwTOXBaseSection.  SwNodes::InsertTextSection(): take SwTOXBase parameter.  SwSectionNode ctor: if SwTOXBase is given, create SwTOXBaseSection.  remove gross hack SwSectionNode::SetNewSection().  SwUnodo{Ins,Del}Section: adapt to store SwSection/SwTOXBase.

2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [584218ca4bd661500aff38d78cffa8d888950bef]

        cws tl79: #i110053# remove old svtools LoginDialog

2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [f72097df9157ed2fa3682933969ff75461535b3f]

        cws tl79: #i110053# remove old svtools LoginDialog

2010-03-16  Thomas Lange [tl]  <tl@openoffice.org>  [ccc5686417ffc7aff8e81eb629b6a98eebfed477]

        cws tl79: #i110053# remove old svtools LoginDialog

2010-03-16  sj  <sj@openoffice.org>  [f5ad28b1e4a935ec5fec92353aa402eb28de63dc]

        impressbi01: #161701# PPT Export, now also exporting hidden/non printable shapes

2010-03-16  sj  <sj@openoffice.org>  [981fef044e2ac483f0ba689913caf5f782da7b27]

        impressbi01: #161701# PPT Export, now also exporting hidden/non printable shapes

2010-03-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [2670e195169501bfc687d5a3f65544142c7a3b92]

        sw321bf01: #b6921213# - No keep of footnote portion with previous portion, if text line only contains footnote portions

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2959a7982f9470f110808f8ce2bfa408477a348f]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [3683d1a6b2f04fdd139320e2c7bf17d2cb6ec7bb]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab03b13fb4faa4201316d6d63a94955b4a72fcdc]

        CWS-TOOLING: integrate CWS ppp02

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [75765441f46e371f7eec9161f414591d3c3854d7]

        writerfilter07: merged DEV300_m75

2010-03-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [95672348df2be4631642ce336ff48411bb3d21f7]

         ppp02: #i108824# string updates

2010-03-16  Christian Lippka  <christian.lippka@sun.com>  [504fa5b583bfe80e026b419dcb286ec1f34691ba]

        fixing build error

2010-03-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [21c6a7d2a22172882738b21437df29e5f7246dc7]

        vitomation01: #i109562 - The test did not append a suffix to the filename causing the test to fail loading the file again. By reducing the number of filepath components (path, filename and suffix are now stored in one single variable) it was possible to simplify the test significantly.

2010-03-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [81e58ee7da0f53af776b59ae70f2aa560cc8d3c3]

        [cbosdo05]Fixed some remaining wrong include (from the old svx)

2010-03-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a5af9c7caa657fc0b72f1fd40f3e0e15013af528]

        [cbosdo05] Fixed a usability problem introduced by cbosdo01
        
        Removing the non-breaking space when the character typed immediately after the
        punctuation mark if the last character typed isn't a blank.
2010-03-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [284eb106767d094fc5c547efd6c11cc390e3538a]

        [cbosdo05] Fixed a usability problem introduced by cbosdo01
        
        Removing the non-breaking space when the character typed immediately after the
        punctuation mark if the last character typed isn't a blank.
2010-03-15  sj  <sj@openoffice.org>  [4ecad8ef6c7643e2c076373535cfa0f1d8d7a5c1]

        impressbi01: #161701# now importing hidden/printable shapes

2010-03-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [0b418340cb35bac8daea1a709b9f938a82a96802]

        writerfilter08: new class FormControlHelper for adding form controls

2010-03-15  Ingo Schmidt  <is@openoffice.org>  [f32205a68ff057b9d15086f94ca139720d1ce3da]

        native288 #i109809# new names for download files

2010-03-15  Ingo Schmidt  <is@openoffice.org>  [90d606a3ccb4ef4f081383785c5bdec3c912f672]

        native288 #i109809# new names for download files

2010-03-31  Daniel Rentz  <dr@openoffice.org>  [32f95b205f126bd8b22c414a3f78e3ee163900b7]

        calc321stopper1: #i109372# on insert/remove rows/columns/cells: do not update cell position in note caption data before the cells have been moved in the document model

2010-03-30  Michael Stahl  <mst@openoffice.org>  [4a8d947d4d51ffc59ff701680b12e886eb4d6b3f]

        sw321bf01: #i110187#: forgot patch flag for xmloff

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [18bebf935353475b6ac167a7b3602903e5af1b22]

        sw321bf01: #i110216# handle FilterOptionsRequest iin the quiet InteractionHandler correctly

2010-03-23  Thomas Lange [tl]  <tl@openoffice.org>  [e32b0cb6c7cae5876a74c4bacdc2892ef2bf6ec0]

        cws sw321bf01: #i108535# sl_SI dictionary update

2010-03-22  Mikhail Voytenko  <mav@openoffice.org>  [0d1ec798a0ffe685e37c926eab4683116a887eb2]

        sw321bf01: #i106861# encode the display name

2010-03-19  Mikhail Voytenko  <mav@openoffice.org>  [aa93635fdf65b2778eb728f9dfad12ba0e03af40]

        sw321bf01: #i109183# add sfx2 to patch

2010-03-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [17816559c5a279b484f5aa9601dbe20b3052a533]

        sw321bf01: #b6921213# - No keep of footnote portion with previous portion, if text line only contains footnote portions

2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [ba3dcaf1573d133ba0eba24e1d06ce54c2c51fac]

        linuxaxp01: #i110145# first cut

2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [857e5a528f8c5d1c0d9101d5caf139d5f4a7999b]

        linuxaxp01: #i110145# first cut

2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [511b60b0d38c65fc1bd32069fc3d6852b2c8218e]

        linuxaxp01: #i110145# first cut

2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [d941d8c336b2eece4a3e24ab8789003df731f76a]

        linuxaxp01: #i110145# first cut

2010-03-15  Michael Stahl  <mst@openoffice.org>  [775be31b8148eed368b440c49613cfb1917a027e]

        sw33bf03: #i110144#: sw: ascii export: add space after list label

2010-03-15  sb  <sb@openoffice.org>  [b02197c94c5ea37f388d359583b04a2595626d57]

        sb121: #i109146# further fix in assertion logic (see <http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=26776>)

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [263bcb1a8f686afe66f4fe53b76929423fc6ce43]

        slidecopy: showing and hiding of panels in the new ToolPanel implementation

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1ce19f65a7d3dbf39e7da291325e28d913efd3aa]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [986987b659c4b9325d11c9fdc1097e41c9322a43]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-03-15  Carsten Driesner  <cd@openoffice.org>  [db302649a5461fdfbcf3806e60f83c3a45782e88]

        native0: #161779# New icons for the quickstart application - don't copy custom icons

2010-03-15  Carsten Driesner  <cd@openoffice.org>  [c9572b40e3717056c5901ca8f29d29877e44ef7a]

        native0: #161779# New icons for the quickstart application

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [7020d9c547a37133aefbbbe34d132d6402104279]

        native0: #161767# OOo rebranding - transplanted from 26f86bb16da0@native0

2010-03-15  sj  <sj@openoffice.org>  [b1257430f8d225aa5ccb90e2093e1a47ae7576eb]

        impress187: #161665# fixed problem with empty presentation object

2010-03-15  Helge Delfs [hde]  <hde@openoffice.org>  [456166f4efbe08ec4253e6ca627b24e4076e016f]

        tl74#i105514#Autotests adapted for new thesaurus dialogs

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6c07c7cad453e4ebb447577c7313323764d50ea9]

        dba33f: #i110036#: when creating new controls or grid columns, set MouseWheelBehavior to NEVER

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d17e846b168e1a41cb9bbad9123924499787a208]

        dba33f: #i110036#: when creating new controls or grid columns, set MouseWheelBehavior to NEVER

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ebf649068096d362c140e329fc3f0a5f74b4ffec]

        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>  [f391eb8768b00e1db5bdf8a510ba5cce3669f572]

        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  Ingrid Halama  <iha@openoffice.org>  [8195643ff81f7a60e46522767c6b6483713f4af1]

        chart43: merge with DEV300_m75

2010-03-15  Michael Stahl  <mst@openoffice.org>  [b164e350dec6d682834e997cf8aae6471ec6afee]

        odfmetadata4: Metadatable: improve generation of xml:ids:  replace rand(), which only produces 0..2^31 on solaris, with a rtlRandomPool.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [0c81e6d9550c35717e578cf8c622356400f3bed5]

        odfmetadata4: sfx2::Metadatable: split CreateUndo() into 2 methods

2010-03-15  Michael Stahl  <mst@openoffice.org>  [880c875024df2b8cd73056a7f91258f27b91c674]

        odfmetadata4: sfx2::Metadatable: split CreateUndo() into 2 methods

2010-03-15  Michael Stahl  <mst@openoffice.org>  [60854b557856981023cf739a20f4a4d0fd666b83]

        odfmetadata4: #i110070#: XMLTextImportHelper:  clean up: move all members to Impl structs.  replace const OUString members with function static OUStrings.  move XMLTextImportHelper::GetTextFieldAttrTokenMap to txtimp.cxx.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [1567ab677258529fe1f3e4047d86d17396117fa2]

        odfmetadata4: #i110070#: XMLTextImportHelper:  clean up: move all members to Impl structs.  replace const OUString members with function static OUStrings.  move XMLTextImportHelper::GetTextFieldAttrTokenMap to txtimp.cxx.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [bc246d88489f8115461fa7be2aa3db90512cc3d5]

        odfmetadata4: #i110070#: fix import of RDFa on text:bookmark-start:  XMLTextImportHelper: store parsed RDFa attributes in bookmark map.  XMLTextMarkImportContext::EndElement(): handle RDFa attributes properly.  TextPortionEnumerationTest: add test for bookmark xml:id and RDFa.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [251c4df1190aa19f1372ad9cc43435df6f95d7c4]

        odfmetadata4: #i110070#: fix import of RDFa on text:bookmark-start:  XMLTextImportHelper: store parsed RDFa attributes in bookmark map.  XMLTextMarkImportContext::EndElement(): handle RDFa attributes properly.  TextPortionEnumerationTest: add test for bookmark xml:id and RDFa.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [d02ed4c2c1a421f6d51a4e2bb6df9164557094e7]

        odfmetadata4: #i110070#: RDFaImportHelper:  split up former AddRDFa method into ParseRDFa and AddRDFa steps.

2010-03-15  Ingo Schmidt  <is@openoffice.org>  [9f1c53a54af0323c07f6600c3418b3740f81e674]

        native0 #161763# new ooo icons for mac

2010-03-15  Michael Stahl  <mst@openoffice.org>  [9f69ed267e3b04e5236b70703e72f04e456c67ca]

        odfmetadata4: #i110033#: API change: remove rdfs:label statements for RDFa.  css.rdf.XDocumentRepository: method getStatementRDFa() also returns a bool.  librdf_repository:    setStatementRDFa() no longer generates the rdfs:label statement.    getStatementRDFa() no longer handles the rdfs:label statement.    add a set to store elements with xhtml:content.  RDFaExportHelper:    adapt export to new getStatementRDFa() and lack of rdfs:label statement.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [7e619ffe397e2b607b31488cd70836a0d600c5cc]

        odfmetadata4: #i110033#: API change: remove rdfs:label statements for RDFa.  css.rdf.XDocumentRepository: method getStatementRDFa() also returns a bool.  librdf_repository:    setStatementRDFa() no longer generates the rdfs:label statement.    getStatementRDFa() no longer handles the rdfs:label statement.    add a set to store elements with xhtml:content.  RDFaExportHelper:    adapt export to new getStatementRDFa() and lack of rdfs:label statement.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [9fed38e7d84614ba7000a19ad868af15b63ec720]

        odfmetadata4: #i110033#: API change: remove rdfs:label statements for RDFa.  css.rdf.XDocumentRepository: method getStatementRDFa() also returns a bool.  librdf_repository:    setStatementRDFa() no longer generates the rdfs:label statement.    getStatementRDFa() no longer handles the rdfs:label statement.    add a set to store elements with xhtml:content.  RDFaExportHelper:    adapt export to new getStatementRDFa() and lack of rdfs:label statement.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [a5f69a9badb8c7a02063f98e3932267fe606698e]

        odfmetadata4: #i109983#: SwXDocumentIndexMark:  prevent setPropertyValue() and setMarkEntry() from calling disposing()  on listeners, and from un-registering at the SwTOXType.

2010-03-15  Michael Stahl  <mst@openoffice.org>  [b326942081e2520f1a36c92befd13c92b7564abd]

        odfmetadata4: #i107672#: SwXDocumentIndexMark: fix regression

2010-03-15  sb  <sb@openoffice.org>  [ab4f2ee918d26c68eca2ba0c9c07820162718cd1]

        sb121: merged in DEV300_m75

2010-03-15  sb  <sb@openoffice.org>  [a40ff089584ca2e4e9f1d1eccb5b7dc7f1952435]

        sb121: merged in DEV300_m75

2010-03-15  sb  <sb@openoffice.org>  [6783289ec7d8f58770b98e7ec2eada5a6d88162b]

        sb121: merged in DEV300_m75

2010-03-15  sb  <sb@openoffice.org>  [2b5cb85aa85b15599ba82ce2281e1dbde8a0b804]

        sb121: merged in DEV300_m75

2010-03-15  sb  <sb@openoffice.org>  [437778a56ba3cdb9b06f96099d0c037637d31a8a]

        sb121: merged in DEV300_m75

2010-03-15  Thomas Lange [tl]  <tl@openoffice.org>  [29b98229601662b6bf102753f4b88baf97e57119]

        cws sw321bf01: #i107843# em-dash/en-dash breakiterator fix for spell checking

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0de9864cd5e813e222d94abb820aa18992aea85]

        CWS-TOOLING: integrate CWS installer10

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf9af673cc25aad48f5ac12d97b8b51dbc037d2d]

        CWS-TOOLING: integrate CWS ause117

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0572a8a1b7b7419502090ee89667ba3e217e394]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d66589daf236ecd2a9ed58cce196f0fc38194831]

        CWS-TOOLING: integrate CWS ause110

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc5aea5a194690620bd609a314f22f642c947973]

        CWS-TOOLING: integrate CWS hr70

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b22d163adaf431772defb1c866441e9f4a0084]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [36562379fe719e6d12b7244265d7a2fea2a51c4d]

        CWS-TOOLING: integrate CWS native290

2010-04-06  Caolán McNamara  <cmc@openoffice.org>  [e875b739a89d6f82a982d81461eba0ae1eef3167]

        cmcfixes73: #i110077# silence soltools warnings

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [b5a67534f692c8f4345db6ce3e5b137b43995589]

        cmcfixes73: #i110136# explicitly turn on saxon external features

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [efb91af7c77fffc57b3ab10926d939e3fd4fcfe3]

        cmcfixes73: merge with DEV300 m75

2010-03-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7dc9538972dcbdb570f724f5ec2a5c3ac780d5ef]

        ause117: #i110472# define target java version

2010-03-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [dfe0f1639679fba5b86dfe45ff43aec626484b36]

        writerfilter07: reverted configure.in to master version

2010-03-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e09be60cab50987f4ce2a5e205c76c391b188bf]

        hr70: #i110138#: delete per-module zip-files on deliver -delete instead of emptying them

2010-03-24  Ingo Schmidt  <is@openoffice.org>  [cba339c925b306ef65f9f0564dc7aaff349986ca]

        native290 #i108407# stop packaging process, if uno components cannot be registered

2010-03-24  Ingo Schmidt  <is@openoffice.org>  [885692be7b9de048dd2abb1511d229130308b7e8]

        native290 #i109223# enable packaging for package format portable

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [13c46dd841b21ffcd7c5e971daa4eb5d7bef39fb]

        writerfilter07: merged intermediate changes on outgoing

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [bb076d2e58b57abd066515855796eaf46916dd99]

        writerfilter07: merged DEV300_m75

2010-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0e9ca4668659ea6149bb5cb7b488dd9b75dc04d6]

        ause117: #i110265# do check on flag file in output tree

2010-03-18  Caolán McNamara  <cmc@openoffice.org>  [481edcc9b83728545d763fddbe4352fe37deaae7]

        cmcfixes73: #i110077# silence soltools warnings

2010-03-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9be338705ff6c98f6c8601b2d2819edc08758521]

        ause110: #i106731# yet another changed tarball

2010-03-17  Hans-Joachim Lankenau  <hjs@openoffice.org>  [04ec3f085f3afc63024c9f33db575b4fd6dc5b46]

        ause110: update to DEV300_m75

2010-03-15  Caolán McNamara  <cmc@openoffice.org>  [695871957c18544577065488908f86871f470f2a]

        cmcfixes73: #i110136# detect useless saxon versions

2010-03-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4746986b34e0c783b01786e2c17c22f8ed052fac]

        ause110: #i106731# no -e in solaris sh

2010-03-15  Thomas Lange [tl]  <tl@openoffice.org>  [ffdc043d7272d2e0a664f530bbc112f952acadab]

        cws sw321bf01: #i107843# em-dash/en-dash breakiterator fix for spell checking

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af9cfa496f7ef601be82cfaafd93421cb6c54a8]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [814fe8fe471b592cd86bb04ce6fd4237c1036490]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [497c9acf93d7c69c6454e3fd491cdcbea48446d7]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9db31b05607c96c06852448ed95fabc07a3d8c]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc198f402371f764b03d44272991dc79e1b1db67]

        CWS-TOOLING: integrate CWS ppp02

2010-04-12  thb  <thb@openoffice.org>  [630a7d6e0ac8d418b20d5958becedab51026cdd9]

        Merged DEV300_m76

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [fab2ad2791f0dbc88c06e601e3357aa8d1732de1]

        cmcfixes73: merge with DEV300 m75

2010-03-31  thb  <thb@openoffice.org>  [ce1a6f91416ea6a3ca8aa067c0fac1e909ee272c]

        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>  [0dca7054d9967ec335ed7a541e76a34490cc027e]

        writerfilter07: merged DEV300_m75

2010-03-18  Caolán McNamara  <cmc@openoffice.org>  [438d3eef38d0b13ee54f5ab2f0365893dbdff68a]

        cmcfixes73: #i110069# remove platform-dependent test

2010-03-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0e5c38450385ad313571e3c1af1a8b0336d2657f]

        vitomation01: Branch merge with DEV300_m75

2010-03-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1707fbfed60b4e8d0ccf3c6c134c00bca87ff085]

        vitomation01: #i110065 - Enhance list functions as a foundation for changes requested by KLA

2010-03-14  David Tardon  <dtardon@openoffice.org>  [70eb92ace08ef3ce055634b0491b741b8c3c3bd1]

        dtardon01: #i37275# remove unused SHL5STDLIBS decl. that breaks build on win32
        
        The rest of that library definition was removed by CWS sb25 five! years ago.
2010-03-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f38ce5629d5dafae9bbf7b41308c95c6f4e14942]

        native0: #161747 - Fix help tests (missing reference files) and disabled saving files in 645 (binfilter) format for now. Need to check why the f_basic_incorrect_passwords still fails.

2010-03-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2103d4f2a979d991d79e08efd9ff38bfb2a0058a]

        native0: #161747 - Filternames for platforms with larger filter set

2010-03-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [093cbd438c5546661ad61cd4cd6263de69716e25]

        native0: #161747 - Add automatic filename completion to test case (which caused the test to fail)

2010-03-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ae3aaaf4f59c94cd3f90d8fc5b792f37a871d259]

        native0: #i161747 - Update filterlists to support Oracle Open Office

2010-03-15  Joerg Skottke [jsk]  <jsk@openoffice.org>  [163504f31d74dae38729bcd5259931b57def8d5f]

        native0: #i161747 - Update help tests to support Oracle Open Office

2010-03-12  sj  <sj@openoffice.org>  [550f5d560e638b484549fd64bc17e68a832198b9]

        impress187: #161732# fixed table import, no longer layouting during the import

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [21124bf5df88ec7ec4fb2f412bceb339500fce42]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [81fd4e94eb2ad3af3c877213ed70fc7ef5831d7a]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [36937467e749b795089a050d596de6987e0ae496]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  thb  <thb@openoffice.org>  [6e50f122039b666c6a88a6417fada584c3aa27f0]

        Merged DEV300_m76

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e6f863db2f8a5ef34409e5080491fe7b198045]

        CWS-TOOLING: integrate CWS dr74

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [5c94eed2c49fa592e93757bcd0982e7be2d01ef7]

        cmcfixes73: #i110136# explicitly turn on saxon external features

2010-03-31  thb  <thb@openoffice.org>  [d13ff9e62e43eb65d8f2b16d4fc8dc095914df75]

        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>  [624950197e7855310eab450bcd78949a627ab1aa]

        writerfilter07: merged DEV300_m75

2010-03-12  David Tardon  <dtardon@openoffice.org>  [66a247b2b949507b59b9eea71cee80020f08f0ab]

        dtardon01: #i37275# remove (again) all traces of xmlkywd.[ch]xx

2010-03-12  David Tardon  <dtardon@openoffice.org>  [961241c20e8d6492b370963cfffd02c8b9f40107]

        dtardon01: #i37275# remove (again) all traces of xmlkywd.[ch]xx

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [84e20df51bd354be2eca3078e084de74c5426205]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [bbafe4c2e26b9337672d8405f971db613d53ad78]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [9d4bbb9fd63a34d8420b38eacf00093c8d749ccd]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [13a0685f0fc2dbe2046b13e6ba37c7366b10087f]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [d7e6a5284e6262f800435bcf35b8c840db63b698]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [fc23be8c2af3e8f6850431f15974820b62a21c2a]

        renaissance2: merge to m73

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [1c858f73a9994340b8735fdcd5cfd018115e01cd]

        renaissance2: merge to m73

2010-03-12  Ingo Schmidt  <is@openoffice.org>  [4b0623b8468f841a3821e14c6641eec3cbc9a8c8]

        native0: #161763# new bitmaps for OOo

2010-03-12  Ingo Schmidt  <is@openoffice.org>  [f4a89a4f4796f578f43965afd5ff9962d63ad947]

        native0: #161763# new bitmaps for OOo

2010-03-12  Eike Rathke [er]  <erAck@sun.com>  [90621cf951d23564d0d954faf6a35519070b2437]

        dr73: #i103152# description of T()

2010-03-12  sb  <sb@openoffice.org>  [70eb8c657905567005f7606084001dfacc61bf48]

        sb121: #i107352# filter out lib/lib-dynload libs that are marked as _failed by setup.py, anyway

2010-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [57eeea2e74a7228537c7a518111785fd4525861f]

        writerfilter08: Use 'Input' as field type for FORMTEXT

2010-03-12  Carsten Driesner  <cd@openoffice.org>  [4dec63042a0e962063fcfe40a47def70b4874f67]

        native0: #161700# Exchange old application icons for OOo

2010-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [a61debdf9f3894a8011343c348b25c06d47742d0]

        writerfilter08: refactoring of DomainMapper_Impl::CloseFieldCommand

2010-03-12  sb  <sb@openoffice.org>  [9dea6c498e895d0b30c570e443f63ebdc94f811f]

        sb121: #i86044# call crash_report with full path (and make some simplifications)

2010-03-12  sb  <sb@openoffice.org>  [0bff64160e18d30a0bd2f961a1a28a22b2c360e0]

        sb121: #i86044# call crash_report with full path (and make some simplifications)

2010-03-12  sb  <sb@openoffice.org>  [31d481aa201d7181e9375dba7b00065114c66796]

        sb121: #i86044# call crash_report with full path (and make some simplifications)

2010-03-12  Eike Rathke [er]  <erAck@sun.com>  [fd5e0a5092b3523f7968aae5ed35dc75a583038d]

        dr73: branch merge

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [c731d6538ceb419448446cd5ccca886401b3715b]

        cmcfixes73: #i110077# silence soltools warnings

2010-03-12  Eike Rathke [er]  <erAck@sun.com>  [411accfd0d620d14f83647bf940097518daeed36]

        dr73: #i110059# include IF in Calc's initial (recently used) function list again

2010-03-12  Carsten Driesner  <cd@openoffice.org>  [54da565767b0bb09e9e17ba9de0eb1d16082a547]

        native0: #161756# New splash screen, about box and icons for OOo

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [84750a4a9dd2cf8e748b632406db9d9212593acb]

        native0: #161436# Make migration only available for o5oo - transplanted from 63cddf4e9a61@native0

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [a561b478779261a75a44b6c2c7aff554d8ee5aa1]

        native0ext:#161688# rebranding extensions, part 2 - transplanted from 7e1d416e40bf@native0

2010-03-12  Carsten Driesner  <cd@openoffice.org>  [6d90fe07f02bab1d43c4e3ef19e6d20162428e01]

        native0: #161756# New splash screen, about box and icons for OOo

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [707378b9d0506c9820afe6ea066c118e97ac7023]

        native0: #161436# Make migration only available for o5oo - transplanted from 63cddf4e9a61@native0

2010-03-12  Carsten Driesner  <cd@openoffice.org>  [cbabe57de3c2ea529f9a9ced85cd1e962f28b8b0]

        native0: #161756# New splash screen, about box and icons for OOo

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [8aa50a5b790e269467669e1263c927550c58330b]

        o5oo branding of startcenter - transplanted from 3b0a27115246@native0

2010-03-12  David Tardon  <dtardon@openoffice.org>  [4a8e9c4d08445b2a3bb9f43566e4b21b87bd5f2e]

        dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes

2010-03-12  David Tardon  <dtardon@openoffice.org>  [6ca2b2c5251fed9f5edb320c1791fb8dadf092b9]

        dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes

2010-03-12  sb  <sb@openoffice.org>  [e70746f836dc2893016182a12efc9ae0d9f0793f]

        sb121: #i109280# if sal is not built with the crash reporter, then just dump core (patch by cmc)

2010-03-12  sb  <sb@openoffice.org>  [3660455b07dc767af934676ed4694fc1738a97ef]

        sb121: #i109878# avoid warning about non-virt dtor by inheriting privately

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [e725e315399f527e63f919a9a6861066b1f41512]

        #i109909# fixed broken button sets for html export

2010-03-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [447da3f7477834203da382ac1eb5324ae59aa908]

        ause110: #i106731# one more tarfile

2010-03-12  Mihaela Kedikova  <misheto@openoffice.org>  [b5e60257b01d6df6b7e8357419fa65b60d7f4f4a]

        changes in XGridColumnListener

2010-03-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7674ab988e6276e98143da679c962c375a557650]

        ause110: #i106731# one more tarfile

2010-03-12  Christian Lippka  <christian.lippka@sun.com>  [730aeac3960b99fc238ef2d05a2268c7f9041a6b]

        #i110010# disable undo while importing ppt

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [5c37cad1cdd52dd0dbf0c3ba6b04a6b0378e836a]

        #i108917# fixed confusing behaviour of context menu and meta drop down menu in impress comments window - transplanted from 263351@impresscomments1

2010-03-12  sb  <sb@openoffice.org>  [d4ba2aa9c5f60d1eccb923daff4a6fcd0c063aba]

        sb121: #i109146# fixed assertion logic

2010-03-12  sb  <sb@openoffice.org>  [41224e430b032605267b665f33b7375380c13c74]

        sb121: #i110001# garbage removed (patch by dtardon)

2010-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [da74953f4492dec8ec08e78c271fea14a864bc4c]

        writerfilter08: import of FORMTEXT first try

2010-03-12  sb  <sb@openoffice.org>  [a42347c3910d5921047094d19e5166daad13354b]

        sb121: #i110049# avoid aliasing problem by stripping down not-to-be-called function

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [6f9dd6728ba68934d678a6caf66edcdf2900537a]

        cmcfixes73: #i110069# add 61 count for ia64 as well

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [f038300e84f5f73f26b3cfe9db5b9a61fb679f02]

        cmcfixes73: #i110011# silence perl deliver warning

2010-03-12  David Tardon  <dtardon@openoffice.org>  [837934dedd99e83036a0ff99a35129cb86e3db4f]

        dtardon02: #i18508# revert errorneously removed file in sw

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [ce744c8437ca04701394aedb244a29928e12aea4]

        cmcfixes73: #i110068# unify headers in one place

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [03abcba9c53630795987c7a1545de6376c36849d]

        cmcfixes73: #i110068# unify headers in one place

2010-03-12  Caolán McNamara  <cmc@openoffice.org>  [be598e0f047c4ff98919182d59a601a5a6633ada]

        cmcfixes73: #i110068# unify headers in one place

2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d4656e889e0aec1c8d2316ddcedb3bbf5d36df5a]

        slidecopy: use ::Window instead of Window, useful in contexts where somebody had the idea of defining another (namespaced) class Window ...

2010-03-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [40081e3e9830f4df6bf7dd86a0f71ab069af6685]

        vitomation01: #i110065 - Enhanced hManageComaprisionList(), hListCompare(), introduced hListResultEvaluation() and adjusted all calling test cases.

2010-03-12  Helge Delfs [hde]  <hde@openoffice.org>  [50a75d58db8954f32048400eb376bd26fb8d3db1]

        native0#161752#greenstate fixes

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [36a288c52bea707d0b3227c0ec55566e8b43ed0c]

        native0#161752#greenstate fixe - transplanted from fee134b4457b@native0

2010-03-11  sb  <sb@openoffice.org>  [ccade847311244acd5ba284982ffb110f22defc8]

        sb120: #i110061# ...and make sure CC/CXX are used where appropriate (again based on that other patch by cloph) (transplanted from 7319e4d72cb37e0076e73c64abe7dbb01acc3bb3)

2010-03-15  sb  <sb@openoffice.org>  [50edf1689613bae5fd4b64195597f391eb8bd374]

        sb121: merged in DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [fb2295f3538f8d22e8ca8955d431ab04157af112]

        sb120: #i110061# ...and make sure CC/CXX are used where appropriate (again based on that other patch by cloph)

2010-03-11  sb  <sb@openoffice.org>  [0cec9ead996dd410d33a7a999df668ac0925aebb]

        sb120: #i110061# ...and make sure CC/CXX are used where appropriate (again based on that other patch by cloph) (transplanted from 7319e4d72cb37e0076e73c64abe7dbb01acc3bb3)

2010-03-11  sb  <sb@openoffice.org>  [63a037046ed3dd5487e2afbc37f43667cbd15b53]

        sb120: #i110061# automatically configure CC=gcc-4.0 on Mac OS X 10.6 (based on another patch by cloph)

2010-03-11  sb  <sb@openoffice.org>  [d509d8f65323ed0c92b86a293d28cd998666341d]

        sb120: #i110061# automatically configure CC=gcc-4.0 on Mac OS X 10.6 (based on another patch by cloph) (transplanted from dde95ea6868415c432f7e82e860874abe25329d2)

2010-03-15  sb  <sb@openoffice.org>  [8680a9fa700b293ff61b85f14407a54c5760070a]

        sb121: merged in DEV300_m75

2010-03-12  sb  <sb@openoffice.org>  [aeb3fececf49b53d5308ac60efbc1efb82e1ea3b]

        sb121: #i86044# call crash_report with full path (and make some simplifications)

2010-03-11  sb  <sb@openoffice.org>  [57207d247e9da9d51186b874f4ec32969ad67d26]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [124a56ba4e448e19bd924814b336142d47bd1bbb]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [c9e8ff330c8d2cb73f8e0776688bf2c95df206e6]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [f24ef23d792f17b5b1dc94bce266a5f088c7c8a6]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [c9d8dff3454bba8d304b238994d4e8842406bd46]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [565e75d190edd54fc975dd5fb9a868038643e10c]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [7bde10a798b77d306ee2051ed424a9b9e685c6df]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  sb  <sb@openoffice.org>  [00499cbacac34060828b740d0b770a1c968e3649]

        merged in re/DEV300_next towards DEV300_m75

2010-03-11  Christian Lippka  <cl@openoffice.org>  [88635eddcd4e4d8a3eb4293cbbe055415cd147c4]

        moved toolbarmenu to svtools and reworked to non sfx2 code

2010-03-11  Christian Lippka  <cl@openoffice.org>  [d701c3f7c839d146790c1f63d705330a1668ab01]

        moved toolbarmenu to svtools and reworked to non sfx2 code

2010-03-11  Christian Lippka  <cl@openoffice.org>  [9b03159e7030963753dcc7ff82f0b49207bd42b4]

        moved toolbarmenu to svtools and reworked to non sfx2 code

2010-03-11  Christian Lippka  <cl@openoffice.org>  [61664303ef9f75e30a109f114a5e10348eb5b8ec]

        allow popup windows without tear off

2010-03-11  Christian Lippka  <cl@openoffice.org>  [6043eb1e55e37efcdd4a6e74c41cbeb8dfa42dbb]

        support dropdownonly on toolbar save

2010-03-11  Mihaela Kedikova  <misheto@openoffice.org>  [1d16fb039da5285a5a884ea2fffe0e2c85608cb4]

        bugs fixed for build on macOS

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f9dcd6804f7a15de47239a61ea149cbed4baa62d]

        masterfix DEV300: #i10000# #i110041# --with-lang=ALL: build failure at postprocess

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5888746523c6032931996b116ef487cb0915b67d]

        vitomation01: #i109562 - Indention according to coding guidelines

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [bdf1689921f50e05c76bda4aa16abd464e0ac1b0]

        #masterfix DEV300: #i10000# add missing dep

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [11734cf6ac7bf5edcb58517cc1e7f42c950ad1b0]

        vitomation01: #i109562 - Indention according to coding guidelines

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4b2b4aead73289b3530ae345de4d4319bca5abf6]

        vitomation01: #i109562 - Removed DateiFreigeben() and DateiSperren(), they are unused

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f099cd4586bf41f30dea8190dbd2bd7b4234cf60]

        masterfix DEV300: #i10000# gtk version workaround

2010-03-11  Thomas Lange [tl]  <tl@openoffice.org>  [790814ab03bed7d1a05f36ce560292c5f25896a1]

        #i110048# rearranging controls of the password dialog

2010-03-11  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [da45295271b802e82a6a3f4afbb6b86a02da570e]

        native0: #161745# fix item count

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4df943bb3e9cd0f85892a3255a5aa96ecd617816]

        #masterfix DEV300: #i10000# add missing dep

2010-03-11  Dirk Voelzke  <dv@openoffice.org>  [cad0cf764bca61089d00ca9fc8bc6348dda8b0d7]

        native0ext:#161688# changed some extension descriptions, part 2

2010-03-30  Vladimir Glazunov  <vg@openoffice.org>  [401c922376c122b51189cd017162a8ddfb46799a]

        native0ext:#161688# rebranding extensions, part 2 - transplanted from 7e1d416e40bf@native0

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [392665ae8576c5c14f24b4ea0361663cc795ae1f]

        #i10000# commit repaired changeset - transplanted from b562f62892bf@native0

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [32a41d0d54881f6b0b2c878adce9e31a2287db87]

        native0ext:#161688# rebranding extensions, part 2 - transplanted from 3d9497740c41@native0

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e70f82e7f24b1156a2d635f9563091aae18a7632]

        #masterfix DEV300: #i10000# add missing dep

2010-03-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [a837386d24183cfe31b2468febb44657e62a027d]

        writerfilter08: tokenize FFData and fill FFDataHandler

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37cb8833eb2a88b8a42e2dc26fc1200230f3ce33]

        vitomation01: Local merge with DEV300_m74

2010-03-11  Niklas Nebel  <nn@openoffice.org>  [285d91d1f7f9a6a707c14eae5b67c4cf6a7bb57f]

        dr73: #i110008# UpdateReference for shared formulas: call MoveRelWrap, but with the old position

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [243bf1856ba1705fdcf42861cef4f82e692f40f5]

        vitomation01: #i109562 - chmod -R 777 on all files below framework

2010-03-11  sb  <sb@openoffice.org>  [ecbebd83b28891e6a57791a62f8049f8cfe30f47]

        sb121: #i110006# do not leak Component singleton (based on a patch by cmc)

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4d326ce5901b13418ea005421f1e018ccc5f5a9b]

        vitomation01: #i109562 - Bring Office version info up to date.

2010-03-11  Frank Schönheit  <fs@openoffice.org>  [43533b80c9400efef304654a98d3b71b8430421a]

        dba321a: #i109535# grid columns now returning proper types in getTypes

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [602278943f12ddedcddd4cb40a04826c844e8b0e]

        vitomation01: #i109562 - Fixed documentation in hGetOLEObjectName()

2010-03-11  sb  <sb@openoffice.org>  [d69aec985db024d46f35080a047d9df3dad2aa75]

        tkr33: fixed spurious merge error

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [52567a6df2127313f49bf6ffd02523269ffe694c]

        vitomation01: #i109562 - Allow using gApplication as parameter for hGetOLEObjectName() in t_OLE.inc

2010-03-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f2cf0b3fde3d8577260c8b12e380d23a27dbae17]

        masterfix DEV300: #i10000# WaE fix

2010-03-11  Niklas Nebel  <nn@openoffice.org>  [7ac60c5f7b478358e648438e4a8fd472ecd53b1e]

        dr73: #i109987# SetDocSize: only grow, don't shrink

2010-03-11  Caolán McNamara  <cmc@openoffice.org>  [d9cc9a33542bee1e661f4b8edbc1a56175a01120]

        sdfindall: #i46270# remove find all button in draw/impress

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c73b3e8ea9e6c394d9c5c0f5cd38d010e6f6e631]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8122194ff0a27b467de23498483887fc2b760508]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1fa5fb8f9074b1b75019ad61e89bde87fab021f7]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [143ed0c9912395609b712d1c563759fa33642ca2]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [23fe49e15145fce54048c44c49ca0fb09f03c2c2]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ad94448ef29913539688de6a685b301b1fcb2d42]

        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-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a992be38e9a362fc38a6ef567b0abe035858a23]

        dba33f: #i110044#: when calculating entry heights, also care for entries without text and image

2010-03-11  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6d5ba1bc574fd06b4d6c5fda9959c02f6bb0f510]

        vitomation01: #i109562 - Removed unexpected ***** Warning: Indention error ***** strings

2010-03-11  tb121644  <tb121644@sr1-eham02-04>  [91cdb9b974dbd56b24194ffdda96c134454e94fa]

        #9999# fix window title test

2010-03-11  David Tardon  <dtardon@openoffice.org>  [b6f0318bda22fec7931110f2505c2397f87dcdb9]

        dtardon02: #i108505# remove empty files in sd

2010-03-11  David Tardon  <dtardon@openoffice.org>  [ce39973f507b24585f38bcb6f0687dff9e24f854]

        dtardon02: #i108509# remove empty files in l10ntools

2010-03-11  David Tardon  <dtardon@openoffice.org>  [b75bab3db1d433e4b9c7abfd6c86286d5d0d7292]

        dtardon02: #i108508# remove empty files in sw

2010-03-11  David Tardon  <dtardon@openoffice.org>  [5c9bfbe3024ecd1e6b2b2391461abb0f461638d3]

        dtardon02: #i108502# remove empty file in salhelper

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [5a413f4d4535240e257092f1cb9ff63aa284d79b]

        sw33bf02: adjustments due to merge with DEV300_m74

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [3b24ee4d7982a3ca93a20877eeedfa07f1784834]

        writerfilter08: merged DEV300_m74

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [882b5aa57dc24ca207fe6b8e02466d66f8d698d4]

        writerfilter08: merged DEV300_m74

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [2cd3aaaec440c65d1a8e166ff4fb719d354f9660]

        writerfilter08: merged DEV300_m74

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [b4c1403e19e87690c35401038fdb98f528c94d75]

        writerfilter08: merged DEV300_m74

2010-03-10  Ingrid Halama  <iha@openoffice.org>  [590a1a5225623eb922e63b02b62e711d153e9d55]

        chart43: #i109770# ChartView::getExplicitValuesForAxis accessing destroyed VCoordinateSystem

2010-03-10  Release Engineering  <releng@openoffice.org>  [ff3ac45a0684089547562cc0971e4f53b360c16e]

        DEV300

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8b6312054fc61f1fc22b166470f0c51deca2087]

        ause110: remove updated tarfile

2010-03-10  Ingrid Halama  <iha@openoffice.org>  [1df0c98386af1a0a62a8b685a3b3e6d9fa462b5a]

        #i110034# while copy-paste of chart and cell ranges the chart looses its data references

2010-03-10  Christian Lippka  <christian.lippka@sun.com>  [08bd34fe8e2c61f90da4daabf77756d340d3bef8]

        merge

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [54d4353dd1981f03050886d013cbc61a1a5bbaac]

        sw33bf02: merge with DEV300_m74

2010-03-10  Christian Lippka  <christian.lippka@sun.com>  [db63529df6d6e440c82944158877c52ca9db5c7a]

        fixed merge error

2010-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6bc4ab1dd2d46cd6d0a96c859109bf8013dc6ff7]

        vcl110: #i109855# grow printer listbox if possible

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [8db519c0e0db06df6114796127572b18995d0ab9]

        writerfilter08: added stdio.h to Protocol.cxx for Fedora

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [893e297fd7ef6fbb14b7bab518acd999a465efa9]

        CWS-TOOLING: integrate CWS fchints01

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [6ee4132b1bd42414eb43d98e6519a4c5ff7ff7ca]

        sw33a11y01: merge with DEV300_m74

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [e516004863124017a0b01ebde6a246981301930b]

        sw33a11y01: merge with DEV300_m74

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [5cc90c9ad02c8e25a39242ad8eb3cbc41d1ba59b]

        sw33a11y01: merge with DEV300_m74

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [fd4c9d647c193ee4721d0b738af5584953c63feb]

        sw33a11y01: merge with DEV300_m74

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [47b3a915c6ac166ba23be73e8061a4bf42e591f8]

        CWS-TOOLING: integrate CWS datapilotapi

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [5f1c72ae4e8a5d32a30e2ad9f4b2d9ec29701a63]

        CWS-TOOLING: integrate CWS datapilotapi

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [24bd0c89b451f1d9748a572444cba4907e97c613]

        #i10000# add russian for packing

2010-03-10  sb  <sb@openoffice.org>  [2bd7376e52a2aa6da11962a4ff9495dec0c139db]

        tkr33: merged in DEV300_m74

2010-03-10  sb  <sb@openoffice.org>  [528ab66635a33f4ac9b6bbe65888436e927c39dc]

        tkr33: merged in DEV300_m74

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f07b71d3f7c3cba30cf16ea67532629d442dc231]

        ause110: update to DEV300_m74

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c2d29ac9121978fb53dc7e4e17202aebcab749cd]

        ause110: update to DEV300_m74

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [393382f1bbbecd85d58378571a91e6cf3108ca4c]

        ause110: update to DEV300_m74

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [034c59cb79a203034d52da011c33ad328b86f6e6]

        ause110: update to DEV300_m74

2010-03-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [7c9bcd844f82b8960a4492dba247dd10272f6a2c]

        writerfilter08: made FFDataHandler compile

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f92271ee18b11a7bcd424f0583ae3f36954ffb7f]

        ause110: #i106731# speedup

2010-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5cfd0629661715fc16b8a74150e3011d14d2b389]

        ause110: #i106731# wrapped tarball fetch in setsolar step

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [e592f8f777cd1ecafde6d0d3d5882236ee29dc04]

        CWS-TOOLING: integrate CWS coc02_1

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [6b9635f6b2d62537052bdc11ec84247d3bc72832]

        CWS-TOOLING: integrate CWS kso43

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [3f2507bb032908c6ad9f11c61a52229f3e33298d]

        CWS-TOOLING: integrate CWS kso43

2010-03-10  Steffen Grund  <Steffen.Grund@sun.com>  [6a2c31698d27d59ea34042f69a3a16e765b41f1d]

        sg01: merge with DEV300_m73

2010-03-10  Steffen Grund  <Steffen.Grund@sun.com>  [7beb971d91099f9a8a3b54b8711e3745f4839010]

        sg01: merge with DEV300_m73

2010-03-10  Steffen Grund  <Steffen.Grund@sun.com>  [44fcba506a56f586556b345a4201cdb1c022e492]

        sg01: merge with DEV300_m73

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [d369c11cce9c7cd486a9f592bf27497ca630fb2c]

        CWS-TOOLING: integrate CWS ab76

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [d16421f85cf74c473ad87f27d225fa0fc7fa0005]

        CWS-TOOLING: integrate CWS ab76

2010-03-10  Joachim Lingner  <jl@openoffice.org>  [1a1c3d945c76eeb6617294b95b5a987339be217c]

        native0 #i161639# increase assembly versions

2010-03-10  Joachim Lingner  <jl@openoffice.org>  [ea90c5db4f3e58e89ac4a07f1891866dd2f9f6de]

        native0 #i161639# increase assembly versions

2010-03-10  Kohei Yoshida  <kyoshida@novell.com>  [99e81a072b0a4b60c695d1ddc1a063cb0abd88a4]

        koheiextref01: Have ScExternalRefManager::ApiGuard take ScDocument pointer, to make its declaration one-liner.

2010-03-10  Eike Rathke [er]  <erAck@sun.com>  [0bc03476e358477696249822543e01f925d66314]

        dr73: wipe segdefs*.hxx, unused since win16

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [94bf193db97db0d4ccf6491f8886fdca44e4b252]

        CWS-TOOLING: integrate CWS jl137

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [a5177cb13a3f479699eea3fe2cae99787affc1a5]

        CWS-TOOLING: integrate CWS jl137

2010-03-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [1dbc8ee832440818f7973b56d62ae2696e51758a]

        sw33a11y01: #i87532# - method <SwAccessibleTable::getAccessibleColumnDescription(..)> - provide text content of corresponding table cell of column table header

2010-03-10  Eike Rathke [er]  <erAck@sun.com>  [8ae2c8dbcde1c57fa2317436846f6004d9e03e00]

        dr73: wipe segdefs*.hxx, unused since win16

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [37917c34fd9b8110bdd4f802f0d63f692b204526]

        vitomation01: #i109562 - removed init_tools.inc, performance.inc and all calls to those

2010-03-10  David Tardon  <dtardon@openoffice.org>  [a7e57c1a9cb29c53450db437e48dc9ccbf7155c8]

        dtardon01: update to DEV300_m74

2010-03-10  David Tardon  <dtardon@openoffice.org>  [2cbfe1e5608cf2f53eef47a6fb300a0a48935938]

        dtardon01: update to DEV300_m74

2010-03-10  David Tardon  <dtardon@openoffice.org>  [569aa90b19bc65cb522a31dd0cf585d4af447b29]

        dtardon01: update to DEV300_m74

2010-03-10  David Tardon  <dtardon@openoffice.org>  [c1ed5610471b4b7dbb0fd812dc9274f0d0719565]

        dtardon01: update to DEV300_m74

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [42af2d872c7d9c3e0a03b5f842d6fc9b793519eb]

        native0: #161747 - Adjustments

2010-03-10  Ingrid Halama  <iha@openoffice.org>  [826c367373739e85d497962a948be6f7f479580a]

        chart43: chart copy/paste within selection: adapt complex ranges instead of simple rectangular range

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [26ec644ba23fc082629cdb0a5eaf0c2cb345bbd7]

        vitomation01: #i109606 - code compression

2010-03-10  sb  <sb@openoffice.org>  [0ea4aa9eb88c19fb911f51448c431f6afc9561f5]

        sb121: #i94456# removed unnecessary Writer-javamail.xcu module

2010-03-10  sb  <sb@openoffice.org>  [086029a4c92cc1233a7daf91647e4fe927f27bcb]

        sb121: #i94456# removed unnecessary Writer-javamail.xcu module

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [236213114a1c7b2d6a462e302f8fd8f40433ccf3]

        vitomation01: #i109606 - code compression

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [dc354f51b456f9415765d4c40338cd96697a2709]

        cmcfixes73: #i109922# fix new[]/delete mismatch

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [d23c9bb3a79277b418e9ce97f63a9811675998b3]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [53dcfad04091ad92554efc9eaf7c98653c4575ac]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [91d19b62cdf0cfb60bfa55711884149493f797d5]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [0430258177b43f9586c654a532bbbf8f77faee5e]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [76f254ea8c11b8cb4f41a9a989dbadd2ad14899c]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [7871cae1785d3e431d3605f00c573d287fb7b63f]

        CWS-TOOLING: integrate CWS chartmultiline

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [bc55949afd4ace8f02a7b7f8d9e9ebdd140a8e7d]

        CWS-TOOLING: integrate CWS cmcfixes72

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [4053935ef71e63909fbe8b9b4fc9d78d2a250235]

        CWS-TOOLING: integrate CWS cmcfixes72

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [badf73d11af7569d305b82cf557ef0fc5f4ccc47]

        CWS-TOOLING: integrate CWS cmcfixes72

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [1069e97cf3c567ef2ab6d6832d3a996e5e34e5ad]

        CWS-TOOLING: integrate CWS cmcfixes72

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [014036b4c913dd9b980f0440a2cd32f8ec511998]

        CWS-TOOLING: integrate CWS mingwport28

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [5451a1f76db70f7fe244d7f01cd5e64751357572]

        CWS-TOOLING: integrate CWS buildtool09

2010-03-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bfad685f27e907072d5c1b11b5103bf7cf40b0fc]

        native0: #161727# latest background bitmap does not distinguish RTL, but placement does

2010-03-10  Vladimir Glazunov  <vg@openoffice.org>  [344e390b9d114b3cbdd9d1b39ea44e5cdf875788]

        #i109991#

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ca8c2f758ff6e98eecf01120f7e9400ce123e476]

        vitomation01: #i109606 - hInitSingleDoc(), hInitBackingMode() existed twice. This renders init_tools.inc useles, removed.

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [102178d3659a41661b4e8890277b322622d001b8]

        vitomation01: #i109562 - Code compression

2010-03-10  sb  <sb@openoffice.org>  [d99069c4d5cc7a27cc7e918fe8aa528a5fa57b41]

        sb120: #i83192# removed cppu/test, superseded by testtools tests

2010-03-10  Helge Delfs [hde]  <hde@openoffice.org>  [9c16e9c69126ac6347154049d264606541bd853d]

        tl74:#i108360#Adaptions to have greenstate for Cat0

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [7bec962a4ee98f6f4c9745aeec941993b608b8aa]

        hunspell129: merge with DEV300 m74

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [b1d4997e71b773f87411d2fca27f6e00b6e755ab]

        xmlsec1_2_14: merge with DEV300 m74

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [f2305c43175465c3eff51674991ca0c98d4dcc9f]

        xmlsec1_2_14: merge with DEV300 m74

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [447490d5b8a86bac4bfcd5c3492f96078de37bc6]

        xmlsec1_2_14: merge with DEV300 m74

2010-03-10  Ingrid Halama  <iha@openoffice.org>  [a4d17fb0d40f2dc13d073df9d38a54c1ff1f3d21]

        chart43: cleanup some chart code

2010-03-10  Thomas Lange [tl]  <tl@openoffice.org>  [3d56bc6855cf3f2ddff213b59ecb55c16ee63786]

        #i109999# added missing help id for automatic testing

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [93c9c2513e6c8bef5115a4bf48bd300619c53b11]

        native0: #161747 - Fixed scriptcount(s) in f_basic_vba-compat_import_nothing-/-disabled-/-enabled.bas

2010-03-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3212df938f04531a99d8b1c34856ee58680b1d89]

        native0: #161747 - Fixed scriptcount in f_script_organizers.bas

2010-03-10  Ingrid Halama  <iha@openoffice.org>  [0b500725ae99f9f7db71639fbb88118cadc02ec4]

        chartmultiline: merge with DEV300_m74

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [ad9a90937eb635c84dd18d70cff64cfce14b73a5]

        rebase m74

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [faa3f8f9d0b30d2a0e7bf9a7e0ca632e41a8868d]

        rebase m74

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [2787a71d6c2d4ded074f38c3ee605b4e7bfa14c2]

        rebase m74

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [b751ca7346f2daee377dae72930eb2afe4eb51c8]

        rebase m74

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [c6abc438dbd59482e5bdfd5c4adc112b422a895b]

        chartmultiline: merge with DEV300_m74

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [903c159d05df7cf600cd9cfcd972e62b948a7001]

        chartmultiline: merge with DEV300_m74

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [5d6f6144702d9d361c3ac3455cc337c85c65e81d]

        chartmultiline: merge with DEV300_m74

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [6e379264ce9d010eecaac8338c7f061c032c25c6]

        chartmultiline: merge with DEV300_m74

2010-03-09  Kohei Yoshida  <kyoshida@novell.com>  [5f94a5e44621da1ca3cf59df7d6cbace46606995]

        koheiextref01: #i108404# Disable interaction handler when interpreting formula strings via UNO API.

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a75b04a606ec378cfb3fbc5976b3925a0796096d]

        vitomation01: #i109562 - Fixed documentation in the file macros.txt

2010-03-09  sb  <sb@openoffice.org>  [90d63c271a36a5040ec8dc0063219bd4705501da]

        sb120: merged in cws/sb118

2010-03-09  sb  <sb@openoffice.org>  [88736133af77f57c35da0773d5cf2392754c7c28]

        sb120: merged in cws/sb118

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d9617645e0703bd2d4bfcb29fd8b6c6178ea895f]

        vitomation01: #i109562 - Fixed documentation in the file accelerators.txt

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [6616bad4c5f200c3e3db340682e33ae239a5964c]

        chart43: #i99562# delete secondary axis automatically if last series is deleted that was attached to it

2010-03-09  obo  <obo@openoffice.org>  [2bd0539eba7f9bb8a11c4752c388d8b04b547923]

        #i10000# Restore change sets from damaged repository, helpcontent2 and testautomation changes

2010-03-09  sb  <sb@openoffice.org>  [ac427da5f24b84bc725733d5b0856116def1f2b2]

        sb118: merged in DEV300_m74

2010-03-09  sb  <sb@openoffice.org>  [5521c8065f538b8cedaf2db2dbff9a265394a6b3]

        sb118: merged in DEV300_m74

2010-03-09  sb  <sb@openoffice.org>  [e4505f8155b96104674fabe11d176eaaec64d2c8]

        sb118: merged in DEV300_m74

2010-03-09  sb  <sb@openoffice.org>  [6cc14b94cfe240047d1e234f92ac7b5edd4dcb6e]

        sb120: #i109978# removed --disable-qadevooo

2010-03-09  sb  <sb@openoffice.org>  [70a334670bad6059fb057fde4e8debbc1b1340f8]

        sb120: #i109978# removed --disable-qadevooo

2010-03-09  sb  <sb@openoffice.org>  [4093882718bdd989f2f4d46f8565e3ec6d552af0]

        sb120: #i109978# removed --disable-qadevooo

2010-03-09  sb  <sb@openoffice.org>  [c3abbdcbdea614005f77fb0276dfa9da69f31878]

        sb120: #i109978# removed --disable-qadevooo

2010-03-09  sb  <sb@openoffice.org>  [f0f9aaba4b92f4e73ccbb87b9ae3f1a8925aadd4]

        sb120: #i109978# removed --disable-qadevooo

2010-03-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [3e3c0d92214ebd2d5a1c85035f5f71e2abe6f85f]

        writerfilter08: more annotations for FFData

2010-03-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [bb0ad3c8a238fbd0131f055c346c2082ff5f2e73]

        writerfilter08: new attrsprm.xsl: generate input for genclass.xsl in dmapper

2010-03-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [ec80a29a068b96bafb0ae754f1aadb0762fdef8f]

        writerfilter08: generation xsl for FFDataHandler

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [d664555501c1464073c44991724cec578a435a70]

        chart43: #i109881# added missing virtual destructor

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [ff24ff7511d95c2308b6b4eef2243d57cce4ad6a]

        rebase to m73

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [54ffddf1c7d878637dc1bc1fbc966f3f834bd2e3]

        rebase to m73

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [c578d223162dfbf6f3c070c899bcb2711d15d88f]

        rebase to m73

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [f875e7d46088e85cf6eea0fb23c5884fc27ed7ad]

        rebase to m73

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [7822e88a9487258d2a398ac202cbeb045863aa16]

        chart43: #i109977# make axes and grids deletable via delete key

2010-03-09  Oliver-Rainer Wittmann  <od@openoffice.org>  [293546a2d9e2826d6102d8c2c8f5ab1dab6e08b1]

        sw33a11y01 #i92233# - provide mm to pixel ratio as default paragraph attribute at Writer's implementation of <XAccessibleTextAttributes> for paragraphs

2010-03-09  Oliver-Rainer Wittmann  <od@openoffice.org>  [4385bcd318b0b2147c5723f3b821ad6652c38eb1]

        sw33a11y01 #i92233# - provide mm to pixel ratio as default paragraph attribute at Writer's implementation of <XAccessibleTextAttributes> for paragraphs

2010-03-09  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [399535655c790ccf93071b8b1c11cb2df5d85600]

        native0: #161745# fix item count

2010-03-09  Kohei Yoshida  <kyoshida@novell.com>  [54a522ee9aea004bda80dc9845eab74d8845793d]

        kohei04: Squash those useless __EXPORT macros.

2010-03-09  Kohei Yoshida  <kyoshida@novell.com>  [b62a698b9c0795df73e720b4168e26c14939226d]

        kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy.

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [041cc4c8a5d07e0cca1468cc452a8bdda1a906a5]

        #i92576# hide optimizetablebar toolbar from config menu

2010-03-09  Christian Lippka  <christian.lippka@sun.com>  [007870b2956c7e8bc734f68b9663063847bee65c]

        #i109210# set backgrounds to all master if user choose so

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fc5ae4471d7f6d1bfeba58fd95269173f3cca429]

        vitomation01: #i109562 - Fixed logic error

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e2773721c12bc0f11c0d5f4d550aa787796fd7d1]

        vitomation01: #i109562 - Fixed lost CFN string

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6d018f02fae67071f3687f98117ae941fd79b1b3]

        vitomation01: #i109562 - workaround a timing problem

2010-03-09  Thomas Lange [tl]  <tl@openoffice.org>  [8de5feec5db5a41770e2ebe3055efa3bf6360055]

        cws tl74: #i109418# fixed an issue with the hyphenation dialog

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3a18ddc1580d93132ab3f7b6e04f6aad02bc991b]

        vitomation01: #i109562 - logic error fixed

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [745bcce64f99b38975e7d95e7afb36b0855ecf4f]

        vitomation01: #i109562 - Adjustments to autotest (to find the problem causing the runtime exception)

2010-03-09  sb  <sb@openoffice.org>  [7e7cd7d85ad4b6e5c3d0ae8a85e5763f164081ee]

        sb118: added documentation

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [689a0f11b54a9f282b29bad3fe1bc369baaaf2f2]

        vitomation01: #i109562 - Re-enable Autotest

2010-03-09  Niklas Nebel  <nn@openoffice.org>  [79e1f10909b23774b042cfc3cd03b46a0e6b6d84]

        datapilotperf: 64-bit buildbot error

2010-03-09  Michael Stahl  <mst@openoffice.org>  [0797739d84b9d613390d176803a0e9d71e0a5d18]

        odfmetadata4: #i109601#:  add XChild interface to MetadataField, InContentMetadata.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [af4aaa4a63e8f88c8813e9ded9ff2d642e55ea08]

        odfmetadata4: #i109601#: add parent link to SwXMeta:  SwTxtNode::GetTxtAttrAt: add another mode for getting parent of a meta.  SwXMeta: implement interface css::container::XChild.  SwXMeta::getText(): return this (for consistency with other XTexts).  TextPortionEnumerationTest: add test for XChild and NestedTextContent.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [de8c35bb47c4847bb378ba1aed717872d8ba4dd3]

        odfmetadata4: #i109968#,#i109601#: add css.text.TextRangeContentProperties

2010-03-09  Michael Stahl  <mst@openoffice.org>  [472bb4e289943b9c83b52a82a99fcbe52c8a6963]

        odfmetadata4: #i109601#: add cursor property "NestedTextContent":  cmdid.h: add FN_UNO_NESTED_TEXT_CONTENT.  SwUnoCursorHelper: add GetNestedTextContent().  enum SwPropNameIds: add UNO_NAME_NESTED_TEXT_CONTENT.  SwUnoCursorHelper::getCrsrPropertyValue(): handle "NestedTextContent".

2010-03-09  Michael Stahl  <mst@openoffice.org>  [310be1160a7205e11967b8cc5a0ad1669343538d]

        odfmetadata4: #i107672#: SwX{Reference,DocumentIndex}Mark attach to right fmt:  replace SwTxtNode::GetTxtAttr() with methods:   GetTxtAttrAt() handles only those hints where only 1 can be at same position.   GetTxtAttrsAt() handles all hints and returns a vector.  refactor SwXDocumentIndexMark to create InsertTOXMark() method.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [6ca446db78cc9724a343eef3ab4c8fc9068c735c]

        odfmetadata4: #i109787#: make SwIndex constructor explicit

2010-03-09  Michael Stahl  <mst@openoffice.org>  [e9ea5449b353b867486c4a5250e846c3da35bf68]

        odfmetadata4: #i108911#: configure.in: enable with-system-redland:  based on patch by cmc.  no patches are required for redland any more, so enable system redland.  minimum version is redland 1.0.8.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [9f99b9bb3ce89207f74de7393e592b25bd923332]

        odfmetadata4: #i108911#: configure.in: enable with-system-redland:  based on patch by cmc.  no patches are required for redland any more, so enable system redland.  minimum version is redland 1.0.8.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [7743d0f0a9357e08af3eba7868c4e1c713365d30]

        odfmetadata4: #i108911#: unordf: remove dead code: XStatement implementation

2010-03-09  Michael Stahl  <mst@openoffice.org>  [687dc53f1bfc9b8bd5af473938d2f2817fb54517]

        odfmetadata4: #i108911#: patch by cmc: remove third redland patch:  redland: remove redland-1.0.8.patch.storage_hashes_list_duplicates.  unordf: work around by checking for duplicate in addStatementGraph().

2010-03-09  Michael Stahl  <mst@openoffice.org>  [a3383b6d9aef96303f55377be3dd1286485ec2ac]

        odfmetadata4: #i108911#: patch by cmc: remove third redland patch:  redland: remove redland-1.0.8.patch.storage_hashes_list_duplicates.  unordf: work around by checking for duplicate in addStatementGraph().

2010-03-09  Michael Stahl  <mst@openoffice.org>  [dcf402c93e575d566787bf886e7ba844a9ea1ce1]

        odfmetadata4: #i108911#: patch by cmc: remove second redland patch:  redland: remove     redland-1.0.8.patch.storage_hashes_context_serialize_get_statement.  unordf: work around by extending librdf_GraphResult with a context pointer.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [5a83ca3d0b707f970295b9b1c38cb48c6a5bdc47]

        odfmetadata4: #i108911#: patch by cmc: remove second redland patch:  redland: remove     redland-1.0.8.patch.storage_hashes_context_serialize_get_statement.  unordf: work around by extending librdf_GraphResult with a context pointer.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [c570f4d10ef62b0002efeb1b107b54ae4cc7659b]

        odfmetadata4: #i108911#: patch by cmc: remove first redland patch:  redland: remove remove redland-1.0.8.patch.free_null.  unordf: work around by wrapping librdf free functions.

2010-03-09  Michael Stahl  <mst@openoffice.org>  [a798536bf1670a0052c75bd51624bb7ed95f333c]

        odfmetadata4: #i108911#: patch by cmc: remove first redland patch:  redland: remove remove redland-1.0.8.patch.free_null.  unordf: work around by wrapping librdf free functions.

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [74e0179fb609179322c68006218b059f33901da4]

        vitomation01: #i109562 - fix

2010-03-09  va  <volker.ahrendt@sun.com>  [e60efee2caaceb5132ff8ed368698634425e2dcf]

        Fixed Malformed XML Config File

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f205522489e80871174f128a1f44103be967d8ab]

        vitomation01: #i109562 - Remove debug stuff

2010-03-09  Eike Rathke [er]  <erAck@sun.com>  [08039652bb74c89382a80c60b4a9ed9a143122a1]

        dr73: #i109861# make N(cell_reference_resulting_in_string) return 0 again

2010-03-09  Herbert Duerr [hdu]  <duerr@sun.com>  [176b670a1142752950dddfab4bda587c8e8c3bf5]

        ##i101552# use default CJK language determined from the registry

2010-03-09  npower Developer  <npower@openoffice.org>  [caca8795c922c99729d2547c38277f46a7241453]

        npower13objectmodules: wae (wntmsci12.pro)

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [bbaf0683e47981f18384149cd57c279a8a7ed4da]

        #i78934# correct geometry for stacked pyramids

2010-03-09  Ingrid Halama  <iha@openoffice.org>  [6264cb25992b722e1858c15c6da5b74ae865617e]

        chart43: #i29848# chart-copy references original data instead of copied data

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f80714706a432613472e0671586abdc7ee7e68f6]

        vitomation01: #i109562 - replaced a number of loops for document deletion, there is a function for this (hFileCloseAll)

2010-03-09  Joerg Skottke [jsk]  <jsk@openoffice.org>  [99884388880ee725e65b285cbe50c2e0ae595e22]

        vitomation01: #i109562 - Removed calls to required files t_doc1.inc and t_tools1.inc, the files are loaded multiple times already when the test is started.

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [ae6f4b5f20abc753f6d065e007c56a80b4925f6b]

        koheiextref01: #i108064# Disable things that are not necessary in external doc cache.
        
        Doing that also prevents circular access of external references, which would cause
        a pretty bad hang.
2010-03-08  npower Developer  <npower@openoffice.org>  [a0147bb5d9e421d6458722196cef6d4caf2cf2fe]

        npower13objectmodules: clean build breaks vbahelper/filter

2010-03-08  npower Developer  <npower@openoffice.org>  [9f499571a0c9956800be594af064e3ae7832f2ac]

        npower13objectmodules: clean build breaks vbahelper/filter

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [cd425d305a06482b3cca96485bd979ef82467559]

        koheiextref01: Reverted the change in dmake.

2010-03-08  Eike Rathke [er]  <erAck@sun.com>  [d72aa1cd0b14fee430dd61c472c68f6a49c5a0ec]

        dr73: branch merge

2010-03-08  Eike Rathke [er]  <erAck@sun.com>  [0aa219d2492570f55418335abad6c9c2b6d6ad8b]

        dr73: #i94695# when filtering on date disregard time fraction of cells formatted as date; reworked patch from <kohei>

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [2dcb22229e212b1ea4004c87b9319f20357e3aad]

        koheiextref01: #i109168# Allow creation of static sheet cache via UNO API for external references.
        
        This is to keep the sheet cache 'static' during import of xlsx documents.  The same trick
        is performed during import of xls and ods documents.
2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [6556a0ea1128ceb83c0eea954ca8aa52cf43ffb7]

        koheiextref01: #i109168# Allow creation of static sheet cache via UNO API for external references.
        
        This is to keep the sheet cache 'static' during import of xlsx documents.  The same trick
        is performed during import of xls and ods documents.
2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [f67657e49ce4efb4bb2bd83c313b387a3e12e0d7]

        koheiextref01: #i109168# Allow creation of static sheet cache via UNO API for external references.
        
        This is to keep the sheet cache 'static' during import of xlsx documents.  The same trick
        is performed during import of xls and ods documents.
2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1aa6378840f695f51f4a3b93f987e291fe279864]

        vitomation01: #i109696 - fix two more incorrect lcase-usages (funny thing, really. Could have been me <g>)

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [63b84538a566b918e3e6d81d7180879bc9ad01e0]

        koheiextref01: added inline comment.

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [030559eee3b23064d3822480989822e106a46923]

        koheiextref01: #i108404# Use interaction handler during loading of external document.
        
        We need to enable interaction handler during loading of external documents, in order
        to allow loading of encrypted documents, which require password input from the user.
2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [24f9819c52b59822a8935ead4381fff3d884fad1]

        koheiextref01: #i109101# Fixed incorrect parsing of cached string cell values.
        
        The xml parser tends to break text into multiple pieces in presence of '#'.
        The original code only picked up the last piece of the set, which truncated the
        stored cache value.  We should pick up all the fragments during the import.
2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [78036c811676c318c05883f6033dff867f80da6f]

        koheiextref01: added comments.

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [9285f618025b95c50e052c93cb220082e568f955]

        koheiextref01: #i109101# Fixed external ref URL parser to pick up sheet names with '#' correctly.

2010-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [23a76fefd83cc059b2baff760835514aed45a585]

        writerfilter08: xsl for generating class (FFData)

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [979c7f272b9eac09329dd63ef07a8fcaadfa163b]

        koheiextref01: inline comment change.

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [d329fd4fa6747353e2d4b2cf529af69cd7ae85d7]

        koheiextref01: removed unused method.

2010-03-08  Kohei Yoshida  <kyoshida@novell.com>  [3387f0a6dd7c2cc78e1b7c134d49f5bcb2b0870a]

        koheiextref01: i#109170# Iterate through the formula cell list in the external ref mgr to mark used references.
        
        The old code scanned *all* formula cells in the entire document, to see if any external references exist in the
        document.  Now that the external ref mgr tracks formula cells with external references better, let's use that
        list, to be more efficient.
2010-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [bccbeb8b5bbd89a0d6957da2e35686a07fc2b161]

        #i10000# dependency build fix

2010-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [8d8c715352d37c28e0e4987a29dbdb3e3db50ac8]

        #i10000# added some more error output in case of a exception

2010-03-08  Ingrid Halama  <iha@openoffice.org>  [5a22073581287b47b79157bccf42e45a10d0bb3d]

        chart43: #i29848# chart-copy references original data instead of copied data

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [32dccd98bf5994ae454c3ccae08d96647fc7f006]

        vitomation01: #i109562 - removed record_macro.bas, it is unused

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2b564de7959dba0082fa86effb15c5e468396a5e]

        vitomation01: #i109562 - Some time ago it was decided that a global variable be introduced which switches on and off between verbose mode for functions. THis is needed for profiling. The variable is called GVERBOSE and is set to FALSE in master.inc::getUseFiles()

2010-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [ac4652bea1be54b565d1e648157b4007795ad3bb]

        writerfilter07: gcc-4.4.1 complained about undefined snprintf

2010-03-08  obo  <obo@openoffice.org>  [600b8da63efc8dcc150bbb452300ec9b44936536]

        #i10000# build hangs in accessibility/source/extended for unxsoli4

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [649f9edb33b5901b5bd796fcffb0320bc317cae1]

        vitomation01: #i109562 - Fix typo

2010-03-08  Herbert Duerr [hdu]  <duerr@sun.com>  [155791b70804fb83964c66db1c283c0b4e1ea19d]

        #i101552# use current screenfont list for dynamic glyph fallback

2010-03-08  Ivo Hinkelmann  <ihi@openoffice.org>  [34dfbf55a3363739f588aae68229cbead0c38d93]

        #i10000# configure update

2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [17ec95d14959b6475e60b15fa7da2c3a0568172e]

        vcl110: #i109924# remove uninitialized and unused return value (thanks cmc)

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [94c6a28f10df79a05530dafbef966116df07043f]

        vitomation01: #i109562 - hClickButton() only convert cSlot to lowercase once

2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [32229ffc22ef9256ee77ac0c2a4b0f966cc9a2b1]

        vcl110: #i109913# use NoToglleOff bit (thanks dtardon)

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [db06eaa2b6265cdd7249eeae985928eec7369461]

        vitomation01: #i109562 - hClickButton() minor fix

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a807af661ba4ba1b20be66e3a959f882004e1925]

        vitomation01: #i109562 - hClickButton() minor fix

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fc989a5db858c76c0a8b11e3ccc985d4a920c007]

        vitomation01: #i109562 - Make hClickButton() a little verbose by default

2010-03-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [64b01b14d1b43bcb67ccf1ac7337555803c5ddd0]

        vcl110: #i109912# removed unused funtion (thanks cmc)

2010-03-08  Ingrid Halama  <iha@openoffice.org>  [3b6a988b4d37ff1053ae10262e1d87cffd3d3431]

        chart43: #i91035# default fonts too small

2010-03-08  sb  <sb@openoffice.org>  [26190be7646e79589670646fdc1bd687da99b912]

        sb118: #i109707# fixed Windows line end handling

2010-03-08  Niklas Nebel  <nn@openoffice.org>  [b8ea2acfbcef7b3afbf18ea7b80bf928c97c3c33]

        dr73: #i109782# fixed some typos

2010-03-08  sb  <sb@openoffice.org>  [d1c7d4b59fc9f6c68dcbadfbc484381601a6050d]

        sb118: #i109917# disabled fragile unoapi test

2010-03-08  Ingrid Halama  <iha@openoffice.org>  [c0a22a329f768799e55ca113c86d24d4d62c3ca4]

        chart43: #i103778# Use Rounded as default corner style for borders

2010-03-08  sb  <sb@openoffice.org>  [e5a0fa34a759f50114e4874f56777f4ab7a9ff2d]

        sb118: #i109517# disabled further fragile unoapi tests

2010-03-08  Thomas Lange [tl]  <tl@openoffice.org>  [e62f7812233da69f88097e4eb81bbd37be22b7b6]

        cws tl87: #i109634# password to open/modify dialog

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a1aceffdf0bf928fc423c3a298744d3df81f8ccc]

        vitomation01: #i109606 - Removed t_toolbar_impress.inc, it is unused

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [900ebeb6b992087a4ec0ce6284ac8719b87e82cd]

        vitomation01: #i109606 - Removed t_toolbar_calc.inc, it is unused

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [98819f3505cb6f4ddf2c5e250bd45a8a303523bd]

        vitomation01: #i109606 - Removed t_server_info.inc, it is unused

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [06d16717e6c3f0b907ff0f555911ace6a0ea4367]

        vitomation01: #i109606 - Removed t_proxy_info.inc, it is unused

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4489d58d5bf1a9eaf70b2c46f48dfb2373ab30bf]

        vitomation01: #i109562 - Use hClickButton whereever possible (get rid of duplicate functionality from hClickNextButton())

2010-03-08  Thomas Lange [tl]  <tl@openoffice.org>  [47d0dedc68ae532bf2e2797d16b84a9c68637ffb]

        cws tl78: warning free code

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [34b5312962a33eb6e2a77cd2b07307a013670593]

        vitomation01: #i109562 - Use hClickButton whereever possible (get rid of duplicate functionality from hClickNextButton())

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [09ba07171556dee9efd7bbda5a7ff29867325d32]

        vitomation01: #i109562 - Code compression, removed overhead

2010-03-08  sb  <sb@openoffice.org>  [3c7aa987dbb717e153ea2f22a194c1e4b1b40ec2]

        sb118: merged in more re/DEV300_next towards DEV300_m74

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [802c2badbe1fd08d560f3f883ea45e00e0025db1]

        vitomation01: #i109562 - Code compression, removed overhead

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [da64dd99e323c7491269c5f3645a148a86cc39f4]

        vitomation01: #i109696 - Removed hToolsCustomizeClose() from customize_tools.inc

2010-03-08  Joerg Skottke [jsk]  <jsk@openoffice.org>  [51e1223dbe494ddf13b0b8b34b218c4ec77eb63b]

        vitomation01: #i109696 - Removed functions hChangeControlSettings() and hCheckControlSettings() and the containing files t_ctrl_1.inc and t_ctrl_2.inc, they are unused

2010-03-07  npower Developer  <npower@openoffice.org>  [e47c814e3f9f9edb2c489d1eeed2168e34729e90]

        npower14miscfixes: #i109706# fix windows build error

2010-03-07  Kohei Yoshida  <kyoshida@novell.com>  [b7450350c117ec6d4e3f5edee10a2a9dbb3b2b99]

        koheiextref01: Forgot to remove this unused method.

2010-03-07  tono  <tono@openoffice.org>  [579314a845f2aa3b003256c4f64e68d48ea149fd]

        mingwport29: Windows API version check fix (see i108416 and cws ause113)

2010-03-07  tono  <tono@openoffice.org>  [7e06f4dfbdb87688d7d2fd1bd68ff98aa71116bd]

        mingwport29: Windows API version check fix (see i108416 and cws ause113)

2010-03-06  Kohei Yoshida  <kyoshida@novell.com>  [f7a926483bb0609672f2a22b65a463aa7cdb2293]

        koheiextref01: Forgot to remove debug code.

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [9d4941e4559e07f7aab2b7eacb95788ffeb4c94b]

        koheiextref01: #i103739# #i109170# Breaking links permanently turn formula cells into static cells, to prevent the links from being generated again upon reload.  Also simplified the mechanism of tracking formula cells containing external references.  The new way works better, more reliable and less code.

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [52e051137d21cb120458b3cb724d87cc4f82cd87]

        koheiextref01: I forgot to initialize data members properly.

2010-03-05  npower Developer  <npower@openoffice.org>  [e19003d128d4bc415e88a8c83c2665abb90b079b]

        npower13_objectmodule: wae fixes

2010-03-05  npower Developer  <npower@openoffice.org>  [ce38eff222baa68d1eb31c4e72da381453d9fd0f]

        npower13_objectmodule: wae fixes

2010-03-05  Caolán McNamara  <cmc@openoffice.org>  [991d51b9ba906e4c969688cc00c3a6480eb23f25]

        libxmlsec: #i107747# Document what I think xmlsec1-nssdisablecallbacks.patch does

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [8e3e39e29d08c795622f41eebbcea4bbc6a645c1]

        merged to DEV300_m72.

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [bcc4c9a40222e3192e8724e5f3f68fc1ed60f05c]

        merged to DEV300_m72.

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [23c65bdf6eb60ac9e864687b3d53f67d44e64b6f]

        merged to DEV300_m72.

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [1d436fb05135888ba8a491581fb9c4f09587759c]

        merged to DEV300_m72.

2010-03-05  npower Developer  <npower@openoffice.org>  [2f4197aa0bf5ef4282006ed300d59260cfe515f3]

        npower14miscfixes: #i103859#

2010-03-05  npower Developer  <npower@openoffice.org>  [5dd791e333d3f1a85bb5c1cf676af60580a0f3b0]

        npower14miscfixes: #i103859#

2010-03-05  npower Developer  <npower@openoffice.org>  [e0b98d2f4afb1861c568535418bf69b2cbfb0d1d]

        npower14miscfixes: #i106744#

2010-03-05  Niklas Nebel  <nn@openoffice.org>  [a72e3569b2f0895163f57a5b9891349a72d2fd33]

        dr73: #i100534# pvfundlg belongs into scui lib only

2010-03-05  Kohei Yoshida  <kyoshida@novell.com>  [22dd3c5a20d4816861f931cb0d12dd372f375ef5]

        koheiextref01: Turned several functions const because they don't modify the states of the classes.

2010-03-05  hb  <hbrinkm@openoffice.org>  [7a2a49becef2a02e49d90eac26f0c7444f241c3f]

        writerfilter07: restored configure from DEV300_m71

2010-03-05  hb  <hbrinkm@openoffice.org>  [b491837491ad34c3af06c46d23a3f255dea1df0d]

        writerfilter07: regenerated configure with autoconf2.59

2010-03-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [19dffcdb039b57cd3dead1689492db65a352221d]

        vitomation01: #i109696 - Removed hToolsCustomizeAddNewMenu(), it is unused

2010-03-05  Carsten Driesner  <cd@openoffice.org>  [4ec8b42acf54f852e2b3c82d96af1f3e999024a3]

        native0: #161702# New copyright message

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [1fb819fe12404e8f1336fbf170d5518bcedc6935]

        native0ext:#161688# rebranding extensions, part 2 - transplanted from 3d9497740c41@native0

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [524ee7ce81fbf40bc282d8c08c4f22a02b754bae]

        native0ext:#161688# rebranding extensions - transplanted from 28f77bc32e70@native0

2010-03-05  Rene Engelhard  <rene@openoffice.org>  [9d09cf39be3e28e14f28e88a01cc4bdb83eb449d]

        fix build of sal/qa (missing #include <stringh.h>)

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [4f4953cc81732f87959998cb6afd7ccede3ff803]

        cws tl74: #i107721#, #i108358# fixed broken SVX_RES to CUI_RES after merging to m73 where those dialogs got moved to cui project

2010-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [be73d14c1f743d20942285da44da077b10e43b16]

        writerfilter08: handle document default style properties in StyleSheet

2010-03-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1ff86fe358641901314c7266ef250603c28a3406]

        vitomation01: #i109696 - Added slot ContextProperties to hUseAsyncSlot(), should make test much more stable. Modified hClosePropertyBrowser() and hOpenPropertyBrowser()

2010-03-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [9d74616d0eed1f8cf3c8533bd83a6c09e5327d78]

        sw33a11y01: #i92232# - provide tracked changes text markups as text attributes in ATK bridge.

2010-03-05  tono  <tono@openoffice.org>  [11da7a96475e6c09c933a6dcd2dbc069da449c75]

        i#109673: Mingw port fix: new Windows property handler

2010-03-05  tono  <tono@openoffice.org>  [2ccb876ae20508f1f489441981b3c5dfbfa2d551]

        i#109673: Mingw port fix: new Windows property handler

2010-03-05  tono  <tono@openoffice.org>  [47f52adce81cde0b8a74c7f73c0e695911b47d82]

        i#109673: Mingw port fix: new Windows property handler

2010-03-05  tono  <tono@openoffice.org>  [1c7b6749198cab7843b0f494225590e6c2b668ad]

        i#109672: Mingw port fix: curl update

2010-03-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3110322ea5c97128d188d47939e1583932e78bbd]

        ab76: #i107070 - Added test macro to f_basic_issues.bas

2010-03-05  Christian Lippka  <cl@openoffice.org>  [7531716e6f1c08977105886102dcde4e536e0a72]

        enable toolbar menu cursor traveling without focus

2010-03-05  Christian Lippka  <cl@openoffice.org>  [20966eeae767a734d1f1002163f27ebc090a8f51]

        enable toolbar menu cursor traveling without focus

2010-03-05  Niklas Nebel  <nn@openoffice.org>  [bba205263e907c63be75f36a0620b4d98f2c012c]

        calc52: #i109200# #i109812# fix DCOUNT and related functions

2010-03-05  Ruediger Timm  <rt@openoffice.org>  [697dd812b2c17fc2f5c2737e981854dedc41c26d]

        DEV300 masterfix: #i10000# Module external_so does not exist any more.

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [04df1e7b696a1492a33316178fe5dbda1ded73bf]

        cws tl78: merge

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [7294665d8e466ce9da776f13caa6763991a23b07]

        cws tl78: merge

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [503acdba24a09cdb2ff9e90fe37e8f32d62f84c1]

        cws tl78: merge

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [36385e5bf6e72ddcf381d625716bc07285c8e48a]

        cws tl78: merge

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [576fe897f38025d22371c6d6d756018c96e990af]

        cws tl78: merge

2010-03-05  Thomas Lange [tl]  <tl@openoffice.org>  [ffe19977ccdfae60fbc86eb9b70e7f78c8be5de4]

        cws tl78: merge

2010-03-05  sb  <sb@openoffice.org>  [69ab7ceb64db5efa79c3c7a6fd880247252ea648]

        sb118: fixed configmgr/qa/unoapi/Test.java after merge

2010-03-05  Eike Rathke [er]  <erAck@sun.com>  [f08d65c0a45992b69bd4587f00e58dabcbe58e6a]

        dr73: #i104280# lcl_IsAtEnd: make that actually work; patch from <cmc>

2010-03-05  Eike Rathke [er]  <erAck@sun.com>  [977994333631adc8b6947a39cf7f6ce77d891aac]

        dr73: branch merge

2010-03-05  Eike Rathke [er]  <erAck@sun.com>  [fb85b7b2cd5ffe32d061ea58027f84872c6e923f]

        dr73: #i109823# uninitialized variable; patch from <cmc>

2010-03-04  npower Developer  <npower@openoffice.org>  [c8f83617cebf4a6da51280117d9147f16a88a202]

        npower14miscfixes: wae removal

2010-03-04  npower Developer  <npower@openoffice.org>  [92f22b7636d7c18c6830e7da1298a5aa93537fa1]

        npower14miscfixes: wae removal

2010-03-04  npower Developer  <npower@openoffice.org>  [121fe767054134a3a3c98435111aba49d6730ccb]

        npower14miscfixes: #i108853# enable build of oovbaapi always ( which is better than trying to ifdef out code that uses the generated headers

2010-03-04  sb  <sb@openoffice.org>  [30f9c7c67422683fe95159887a643714038de207]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [81835b80ab54e2e0b41c48286f9f021f3f4237b2]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [e29a531f853c4fe8326e49686abce5b56bd59526]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [69e43ba1de8f898079e95f56d5ca257e7f91e962]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [04055605c98c9862e1fdfc7e8e3a488957f3c7b6]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [d11e7c65afe7eb24f8c696b5bd18898ae095f382]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [960de8c8550455a8353120318990a325ecf74aca]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [70a7f45e49e9c59fa45a3ecb4526af4df4a22da8]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [1393bea347e114d3efa035278fcee1b811c5a065]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [1b970d0e5a5189924aa34c639c5e3ff898a258fd]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [04d3d6b07cedb2d0f3df446542a9795246fd17a8]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [d9e1e3f471df41b6022776fd383a23b159a71bc2]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [e136ec37b08f9ba473d0bde9dc7c63906d3e02d2]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [25c6f2638a4fcaf68452f23872d7b86fffafe2f6]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [c79b576a3dbbbce2a67c6215a4180ac060131790]

        merged in re/DEV300_next towards DEV300_m74

2010-03-04  sb  <sb@openoffice.org>  [17af6696e69039a9c49da3b2085a1720fd30ed31]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [1f8c841f58229855518cf09a3058288b0a65e403]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [f525a73df30e62519385ba906bbd7f56b99a5597]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [2735710f27a9715f02878a046f14a38adf3ac7d8]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [dcb5dede733af342c5f555f1c4729a51156d3f61]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [e1d477dbe1c6fd21ac0a6ebb5ea53a7559b4a67f]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [6c036b980c1d58243cb7ab468de6b067941790dd]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  sb  <sb@openoffice.org>  [ff783db420cdb801613ca46ffec6dc6812d9ad0d]

        sb118: #i109791# improved CPPUNIT_CFLAGS handling

2010-03-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [82f1935fdb078b8beadbe583c05a50a94776a964]

        writerfilter08: debug code

2010-03-04  sj  <sj@openoffice.org>  [ccf44bdea652bd1ba1821dc87d6469e1b0be51c0]

        native0ext: Presentation Minimizer: automatic file name extension is now per default on

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [75877a17a64411bd6bbad536f0d6885d69b5f149]

        native0ext:#161688# rebranding extensions - transplanted from 28f77bc32e70@native0

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [d0f36700a9d96e63ae82ac63edd67a6316398e42]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [0eebf5add7ee460efdb44f24cbce34ec19f6e9f9]

        CWS-TOOLING: integrate CWS vcl109

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [62148803c708ce99e93727b59d665fe4b8a57e8d]

        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-04  Carsten Driesner  <cd@openoffice.org>  [a425b033f63da9d9d1b7011f45a82d29d2108691]

        native0: #161735# Set accept date and patch level after migration

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [b45c3747d17fcdb37cf024712957b218fa5907c4]

        native0: #161436# fix mac user migration - transplanted from f7773ad1d0b9@native0

2010-03-04  Christian Lippka  <christian.lippka@sun.com>  [beb895d2c8f51ec3494bb82ddc916a3b00305269]

        merge

2010-03-04  Christian Lippka  <christian.lippka@sun.com>  [b7792cd554c3144c1cc2b06bb7ceb467bc771230]

        #i161701# fixing typo

2010-03-04  Christian Lippka  <christian.lippka@sun.com>  [a91a2437bb2825f9cd9bfeb0febe5921278b9ace]

        #i161701# fixing documentation issue

2010-03-04  Thomas Lange [tl]  <tl@openoffice.org>  [7cd3ea794099e257d99748908855e61aa9df89eb]

        #i109634# password to open/modify dialog

2010-03-04  Thomas Lange [tl]  <tl@openoffice.org>  [afda5098bec9e54ff29eeb147effc1894c2d2cf8]

        #i109634# password to open/modify dialog

2010-03-04  Thomas Lange [tl]  <tl@openoffice.org>  [8a44a90d32ee4dd2e9b3813e485ed4c0fe30cb12]

        #i109634# password to open/modify dialog

2010-03-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7fa96e56c6fe20ea496be40338124ba35aae9d84]

        #i10000# build fix (missing includes etc )

2010-03-04  Ivo Hinkelmann  <ihi@openoffice.org>  [270e8a5313e939ba6f7901ca04610235d852113b]

        #i10000# build fix (missing includes etc )

2010-03-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7867cbedd652573f9237e2e2a98e763d665ee355]

        #i10000# build fix (missing includes etc )

2010-03-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [9200806db9be029d48aa70d2a0371947fb2ce0a8]

        writerfilter08: removed debug code

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [66a86878241f3d10fd43b452969fc0a84cc3bdae]

        vitomation01: #i109696 - hGetRefFilePath()

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d2a2fb2a4d19cb5cef9544b93b9922e19aeb7f31]

        vitomation01: #i109696 - Removed unused function hOpenRunMacroDialog()

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0179ec3ac63633a474477cde1cccef06d3ec9f73]

        vitomation01: #i109696 - Removed hCheckPropertyPresence() and hSetLabelName()

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2b5a557caff0a99d39a54226a89531e22999af11]

        vitomation01: #i109696 - Removed URLGraphicCheck, DialogTestForViewOptions

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b6acb8c25ca8c7ac999b769b91a1e4fb7c5e18ec]

        Removed javatools (unused)

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b8f24428dba745551cd1648bb7316d38d05ee928]

        vitomation01: #i109696 - Removed two more unused functions (hGetTwoDIgitLangCode, hGetI18nData)

2010-03-04  Steffen Grund  <Steffen.Grund@sun.com>  [ec2d9aa11250e94588f9ff89190303da01c8bbf2]

        #161491# further support for own generic schemes

2010-03-04  Steffen Grund  <Steffen.Grund@sun.com>  [81c3196a00d8a780e01ad399f05d26f2dc719613]

        #161491# further support for own generic schemes

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b0f489eccf6989c97f167b20df1f44bb54b90017]

        vitomation01: #i109696 - Removed two more unused functions

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4f843366a12c70789ce6d5f3b05a46c410391543]

        vitomation01: #i109696 - Refactored help_tools

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b7c11c014068ac81cba5ad7fc95a7c6482603876]

        vitomation01: #i109696 - remove ,ultiple unused functions

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [799c98e3a1d3b1b0618c38403928a652cd0f1992]

        tl78: #i109779# add password2modify to XLS filters

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [7ebcc060aeb3fa925e47c119e008cd82aedb197a]

        tl78: #i109779# add password2modify to XLS filters

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [5a5f9ef31916799827b12ce68570ff3427012283]

        tl78: #i109779# add password2modify to XLS filters

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [49329828e6526aa3bea1b65ed43b1e4892cc2029]

        Removed filedlg_tools (unused)

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9a2d3950ad5fdb664f498be62e81474bba3fadeb]

        vitomation01: #i109696 - customize_tools.inc simplification

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b44612fed10db05660efa3e0e1c8d62ef8a8202b]

        Removed apicalls (unused)

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5a7a38fa7cc2e8968535ceb561c367a822f433f2]

        Removed arrayfuncs (unused)

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [089aa9d279b19f8c822cdcccb495d8dfe7563aca]

        tl78: #i109779# add password2modify to XLS filters

2010-03-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [fcde44a049226efd57de631e380d01c067e819b7]

        vitomation01: #i109696 - qaerrorlogs -> printlogs, these are no errors really

2010-03-04  Mikhail Voytenko  <mav@openoffice.org>  [8e594b080d8d542b1cdd9a2b90bd79215fb72ff8]

        tl78: #i109779# add SID_MODIFYPASSWORDHASH

2010-03-04  Release Engineering  <releng@openoffice.org>  [0d0b4e1cdd842808707e570b1dea125f312f2a50]

        #i109670# missing include added

2010-03-04  Herbert Duerr [hdu]  <duerr@sun.com>  [96f94b2462fb61d9457545112f939937d3b9e20d]

        #i101552# adjust language detection for CJK unified chars

2010-03-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [1a7789b3a5dcab90b2746d699c224d34293a098f]

        DEV300 masterfix: #i10000# deliver windows link libraries

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [bb0837aebffd57282020c60ed1eaafc88f09e06d]

        tl78: #i109779# move new functionality to comphelper::MediaDescriptor

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [1254cf4c7f21439fcbe9e86326bcdb4b23448ecb]

        tl78: #i109779# move new functionality to comphelper::MediaDescriptor

2010-03-04  Daniel Rentz  <dr@openoffice.org>  [3dc0a8e099e78287995fbaa9d35c01adff9d8c70]

        tl78: #i109779# move new functionality to comphelper::MediaDescriptor

2010-03-04  Caolán McNamara  <cmc@openoffice.org>  [3cab002be02f884327950e09375106bba6a760d9]

        hunspell129: #i107768# fix stack smash

2010-03-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [ada37ba79d4cd2d681895fc1ae6da20b0d0653c1]

        writerfilter08: handle hyperlinks into local document

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [8fe75b63d75073a1711f7fd566be11037d2c72d0]

        sb118: we need the same STL as cppunit, so we need --without-stlport. Add check... :(

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [64ab18462d52103c8ac878af9f0f6502560baa88]

        sb118: fix cut'n'waste error (s/libwpd/cppunit/(

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [c4a502ee876a2bdb71bb8ec07af188cbb41f1ea6]

        sb118: check whether cppunit is >= 1.12.1

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [00beb628a0a6764cb3791789996763745f2eb273]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [7c85f9d5fe0c0d387115d8ad863b39496349bb1b]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [e409563eeb022db36beef49319a1f73147c2cb1a]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [5acec7b9e4e00ad2afa99f57238aec22ddbb1d07]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [f9609e3c347a0af63551936dc4aaa0e80b55e92f]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [2e10c0e2fcdb084ef04ea419f1698d561d5d0d80]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-04  Rene Engelhard  <rene@openoffice.org>  [fea6cf46ea0cc4f25aed62cb4f06377fe190661d]

        sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [b481b3e412ff7bbe684e01deb3e080240764a5bb]

        sb118: s/+=/=/ in libs.mk, thanks sb

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [e7f33a9afe6e83d23213f386bc03c9d790b118db]

        sb118: CFLAGS += $(CPPUNIT_CFLAGS)

2010-03-03  Caolán McNamara  <cmc@openoffice.org>  [ea42b264c09ef14aaf5a71fb3baeb31b108bcaa2]

        hunspell129: sync with 1.2.9 release

2010-03-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [02810dff819aa0e229b910e602f92f74c6a4ec45]

        fixed some rebase issues

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [63bcbbb963042de300b6a0b9247b364e35242f84]

        sb118: run make check for hyphen (as hunspell does already anyway)

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [17feb1f6049deb8a388f0bf6fa625c95231dccae]

        sb118: add forgotten CPPUNIT: in o3tl

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [b5da3c2cd0b4341c31e3620991b77680abb9f9c8]

        sb118: remove obsolete testshl2

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [2b8cbfd9ab2b56870304cf3eec8e98cdadea05d6]

        sb118: add --with-system-cppunit

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [d8b32fae7c3702a8a5981129ab5b2386a0632219]

        sb118: add --with-system-cppunit

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [9dbddaf44155708bee14f898dbfea5de06fdbdae]

        sb118: add --with-system-cppunit

2010-03-03  Rene Engelhard  <rene@openoffice.org>  [2ca1cda8b8e5fea735bb762ecbdbb1a713461aa3]

        sb118: add --with-system-cppunit

2010-03-03  npower Developer  <npower@openoffice.org>  [7fc422304638160f35fae67a02c0c07307ec6012]

        npower13_objectmodule: #i109734# fix a couple of problems, a) introduce lazy init of xModule for ModuleWindow ( needed because we get the module added before basic is updated ), b) fix compile warning, c) make sure elementRemoved really does try to remove the ModuleWindow

2010-03-03  Daniel Rentz  <dr@openoffice.org>  [d74f153b587f8e3692b0cef5082f09841f5273d9]

        tl78: #i109779# password2modify: merged from master

2010-03-03  Daniel Rentz  <dr@openoffice.org>  [744b822acdce77be725f26194ac0a83d12b85f90]

        tl78: #i109779# password2modify: merged from master

2010-03-03  Daniel Rentz  <dr@openoffice.org>  [e6f2ef12f5a2f1eb1b93efd0650d8a382d9c3964]

        tl78: #i109779# password2modify: merged from master

2010-03-03  npower Developer  <npower@openoffice.org>  [7580076aad41973fe754d6543aa97f9405a9d5ce]

        npower13_objectmodule: #i109734# smooth out logic for tab copy ( and associated creation of new basic module )

2010-03-03  npower Developer  <npower@openoffice.org>  [e8a31aab0a174873306d78df361c3646c7e4215d]

        npower13_objectmodule: #i109734# re-instate listening for module creation/delete ( useful generally I think )

2010-03-03  Daniel Rentz  <dr@openoffice.org>  [5f676e442a566a27fa13fdc923e0b57ae93d09e1]

        tl78: #i109779# password2modify: preparations in oox, import from xlsx

2010-03-03  Daniel Rentz  <dr@openoffice.org>  [486048c8e9cdee3730e087c537398816ea0343b1]

        tl78: #i109779# password2modify: preparations in oox, import from xlsx

2010-03-03  npower Developer  <npower@openoffice.org>  [5463a4524594257bbbec5d953d97ab668310493e]

        npower13_objectmodule: some cleanup

2010-03-03  npower Developer  <npower@openoffice.org>  [3227fc50dc89c295f31bdca8eead66798058c915]

        npower13_objectmodule: some cleanup

2010-03-03  Ingrid Halama  <iha@openoffice.org>  [0e83843e553258bf95d76a4dcd7094f5ea080213]

        #i109781# charts should be bigger by default

2010-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a6016eae584f52da38d0930a365e5a5508bc8baa]

        native0: #161727# implement latest UX changes

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [696a02e0da74aba9875f1bd2ab1cd188ce566246]

        #161669# fix WB_HIDE/WB_HYPHENATION clash - transplanted from d7da10da6a44@native0

2010-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4944695115f8cb6fda88031ca68209b6d509d066]

        native0: #161727# implement latest UX changes

2010-03-03  npower Developer  <npower@openoffice.org>  [92226d16f811d29618f505fffae3051710c1eadf]

        npower13_objectmodule: disable IDE changes

2010-03-03  npower Developer  <npower@openoffice.org>  [b38c23a63a189072a6275bb791fcfa55edfdc2fd]

        npower13_objectmodule: clean up IDE changes

2010-03-03  Herbert Duerr [hdu]  <duerr@sun.com>  [622ca3aa67232d56ee8fff25bc49ba3839e642e0]

        "#i101552# avoid fonts with obsolete CMAP tables for glyph fallback" and some minor changes

2010-03-03  Ingo Schmidt  <is@openoffice.org>  [f0e562d61ea6cb7db2f43d010cdeb751648d4b9d]

        native0: #161646# new vendor

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [5012a0ef36569ab011ee4b005a2034db8212d014]

        #109634# password to modify dialog

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [5d80039860ebc67494e489137138fbc935089cc0]

        #109634# password to modify dialog

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [0ad03b2c717ec7cb61ac5a598f56935599fa0298]

        #109634# password to modify dialog

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [5f4789aa21fb16982d4e744d6eb1f2198f36154e]

        #109634# password to modify dialog

2010-03-03  Release Engineering  <releng@openoffice.org>  [3d02c6a3e15a9fca866d0bd0ce17c6a596223d4a]

        DEV300

2010-03-03  sb  <sb@openoffice.org>  [09f3708149c6618c55d7dfb165fce2164fb01783]

        sb118: further qadevOOo fixes

2010-03-03  sb  <sb@openoffice.org>  [a8fe2b4d04b649ffb675741732951a97ac740f78]

        sb118: #i109707# improved subsequenttests output in parallel builds

2010-03-03  sb  <sb@openoffice.org>  [e1e8b8334a9f1c028d2191534941d5b3e550dd41]

        sb118: #i109643# further test disabled

2010-03-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [77b814e67ce1f3dd07fd2501394587c494d51b23]

        writerfilter08: added annotation for EG_RangeMarkupElements

2010-03-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [58afaf1930aef4406925365354ea87abc9e65cd6]

        writerfilter08: factoryimpl_ns.xsl: handle rng:ref first (makes difference for bookmarks)

2010-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ba5d1771524632c2d355240fd22a694f6e16e4a2]

        correct d.lst

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [d47dd2bf33b0a2a9a5251a871bb7fe0573724274]

        native0: #161679# Additional parameter and ini file entry to define startup language - transplanted from d9611cb63127@native0

2010-03-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8473d439b75418b376a493a85afa2b05205317cd]

        cbosdo03: rebased with m73 and removed some printfs

2010-03-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ee857c36305cd8673f29abe67a66fb9d30ead864]

        cbosdo03: rebased with m73 and removed some printfs

2010-03-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [1fc65a6e2ec37bfc643538c30bdf16dec98838b7]

        cbosdo03: rebased with m73 and removed some printfs

2010-03-03  Ingrid Halama  <iha@openoffice.org>  [65b6070a183557276d5cb29e82e6c8125a79fb26]

        #i109771# no black borders around symbols + #i74910# very thick borders protrude over the legend

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [47d83021c1fb1fb51cb268f7549d9d0f92531e66]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2b800723513199616bb04c6bb377b685c4bde218]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [bd26f484336d86a10dcac5fc0fdbb3d35cb77f06]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [4de2643ea718f0c246a87667036dbadacdbc708d]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [4ef6e55da0a6f7f129dd0db9dda81e6a2f328737]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [547b595964fbcd3e93666462ac9dd6de076c9f5f]

        CWS-TOOLING: integrate CWS chartshapes

2010-03-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a2c06d5a2b2e2d534bdd3be5b2c1168988b4ca7a]

        cbosdo03: Fixed issue 109772.
        
        Backported go-oo patch to the CWS
2010-03-03  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9da74fa484772595fa50e188ba2c496a459cbd6b]

        cbosdo03: Fixed issue 109772.
        
        Backported go-oo patch to the CWS
2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b5dbfc6ae6e8275c40a79589cc61a1d0869037ae]

        CWS-TOOLING: integrate CWS obo45

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [b67973f21ad24df3c39f828a5b44a5863764a40b]

        CWS-TOOLING: integrate CWS qadev40

2010-03-03  npower Developer  <npower@openoffice.org>  [b4cfc7121b263041c586fe3c3ed894f3a5494e7c]

        npower13_objectmodule: tweak IDE to only run macros from cursor in VBA mode

2010-03-03  Niklas Nebel  <nn@openoffice.org>  [9f6f86e1d8e595de07e2925f25831119a6c41c91]

        dr73: #i73766# InitRangeFinder: adjust flags for second part of reference

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f696d8ce6bbcc8cded7b075049a8c163c20c3782]

        CWS-TOOLING: integrate CWS cmcfixes70

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [eb8fe74950a5f42a10a2d1886f312d003cf0e1ee]

        CWS-TOOLING: integrate CWS cmcfixes70

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [58a861b33bb08b0384f33092c4bf8bf629559f51]

        CWS-TOOLING: integrate CWS cmcfixes70

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [bc25d9acce425bf94aee22b44d84499f749f904e]

        CWS-TOOLING: integrate CWS cmcfixes70

2010-03-03  Ingrid Halama  <iha@openoffice.org>  [7bdab0997a98e68bfe475819d4ac2902d4f89ac0]

        chart43: #i109767# no black borders per default for laminar chart types - realisitc look per default for 3D charts

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [60c0e59fd450e39902d85918d2243fb83c02a21d]

        CWS-TOOLING: integrate CWS native278

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [5148646caf4f06d09292399b9fbfe682218bfca6]

        CWS-TOOLING: integrate CWS native278

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [9a832a9bdbda66a0c3bfec2ce3eb7ba5bcc2eb44]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [03db4c7db5f3735641fcca3fcc8260f43dd844ce]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6ee33e01b1fbd367ce01dc5650eb9e3c089672ab]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [de1780e93d24a37e01746f478ca6249e13456955]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [7ff9ca5f414f59800bd5f44546498a6272c3e706]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [7514bbabcf33c821feeba352eac665a03d0957ad]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [89c67164fb42183b795af4642058b96fe9ebfef5]

        CWS-TOOLING: integrate CWS sb119

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2245eadb5d23c2df70aeccef8b00121afed80a0a]

        CWS-TOOLING: integrate CWS sdk330

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [92e5a45bfaba1b24905c4c22af67e59941e63cda]

        CWS-TOOLING: integrate CWS sdk330

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1b27fb81ee7e062a8d8ea17542a455d938baf885]

        CWS-TOOLING: integrate CWS sdk330

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1971cd99a7b7be6502e4194018b1339bf49e2804]

        CWS-TOOLING: integrate CWS sdk330

2010-03-03  Ivo Hinkelmann  <ihi@openoffice.org>  [94b3105458f6cbbdbaae67f4e3046534e9c7bec4]

        CWS-TOOLING: integrate CWS aus112

2010-03-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e25a2f29ab0fea064f1fd4ce4383ce29e930fbab]

        fix a warning

2010-03-29  Vladimir Glazunov  <vg@openoffice.org>  [5af27f49f23578df5da2a0b24c08014cdaf0b675]

        #161436# Added throbber for migration page. Disable buttons to prevent user to cancel the process - transplanted from 219801e88d38@native0

2010-03-03  Christian Lippka  <christian.lippka@sun.com>  [a69e628c5cc5ae87502c188adb8634e52283957d]

        fixed compile error

2010-03-03  Thomas Benisch  <tbe@openoffice.org>  [ed1b30ca81d1b33c5466e1b0e9173b8c88b5f146]

        chartshapes: merge with DEV300_m72

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [fc598643c579d63ac9750aca41bd130d06886390]

        cws tl74: merge with DEV300_m73

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [0bb4fc5d22e35e031de39586423d380b12c0da15]

        cws tl74: merge with DEV300_m73

2010-03-03  Thomas Lange [tl]  <tl@openoffice.org>  [8c2065dd2932b00c8be5df1a193adf7596801483]

        cws tl74: merge with DEV300_m73

2010-03-02  Ingrid Halama  <iha@openoffice.org>  [1899e8813a2681fc2eca3ecc8dbf8bee51b4a99c]

        chart43: remove compiler warning

2010-03-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [89532d7e3f8bdd1d5c127422792d2893514cf2b0]

        mtaccfixes: merge with DEV300_m73

2010-03-02  Christian Lippka  <christian.lippka@sun.com>  [f420e0da84399bfef6cc410fff7a9faca3c51bbf]

        rebase m73

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [2ce74bf6335641dd4829b1d17e6510f8facbf231]

        CWS-TOOLING: integrate CWS jl145

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [b4282c788b1d80495b3d7aa678169404c0c07f92]

        CWS-TOOLING: integrate CWS jl145

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [8d3a433eff339ae0a368eaaac7a0bddfb6b506d7]

        CWS-TOOLING: integrate CWS jl145

2010-03-02  Christian Lippka  <christian.lippka@sun.com>  [33ef17ed7207b82d8e6fe1fa4ddaec676092d0f1]

        added Visible property for shapes

2010-03-02  Christian Lippka  <christian.lippka@sun.com>  [90184195d98ef42a18d37cd925c12aed6e60913b]

        added Visible property for shapes

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [32a8f422d323a754cf2e8b80f859cc154384e4d9]

        CWS-TOOLING: integrate CWS cbosdo02

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [44fdb66e124afe5d1bcfe778e83573f63d005215]

        CWS-TOOLING: integrate CWS cbosdo02

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e2e5891e9b75f6271a935d9a164c53c5f63fff72]

        CWS-TOOLING: integrate CWS cbosdo02

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e8a0b1cfc54cc0c24545265f4a4d160dadc46150]

        CWS-TOOLING: integrate CWS cbosdo02

2010-03-02  Niklas Nebel  <nn@openoffice.org>  [00d07ef0df9f2ed2a383950772ae2debeff4c529]

        dr73: #i108245# error handling in protect/unprotect

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [cd8457ee4ff0ddf490539b8d620c38638ee08ae2]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [2b83c2ddb5f548dce29d3da8cd0acd5089248e8e]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [77944290c8246c1743395f5ed2b647e5c8a69e42]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [f67e58f25566bdecc74f495a2e20f8b2bb0f825a]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [9c01cdde9fa3d519b08a77b0761cbee6e5ac85e5]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [aa2ce3cd21e1d777021b937edd2ec1b54bcec29e]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [4d27fc437055d49dd18fc048d3fc2fbdfc50735a]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [d4df362cf645cebad70f89c29ca85fb321b44a54]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Ivo Hinkelmann  <ihi@openoffice.org>  [8fc2198c5665531964ff317e4a75cbab1feed156]

        CWS-TOOLING: integrate CWS sb111

2010-03-02  Kohei Yoshida  <kyoshida@novell.com>  [490c8bf3efac5fb70dbb11337a97c78e91c9d41e]

        kohei04: #i108086# Fixed the connector import issue the right way.

2010-03-02  Ingrid Halama  <iha@openoffice.org>  [6262a9ecc1207de8e21cfcd1525b95499dc90c0f]

        chart43: #i109744# walls are too dark, #i78934# pyramids are too dark

2010-03-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0e4d294db8bc143bb686fd845a46c80d5cb5ad02]

        vcl110: #i106575# fix erase from list (thanks thb)

2010-03-02  npower Developer  <npower@openoffice.org>  [c0ae58c88aa461c9c26cddb89b071151b2d41361]

        npower13_objectmodule: #i109734# resolve macros after basic is loaded, fix error with 'Me' rtlfunc

2010-03-02  npower Developer  <npower@openoffice.org>  [6b5831d19fcb6eef490521badec23f460bb01958]

        npower13_objectmodule: #i109734# resolve macros after basic is loaded, fix error with 'Me' rtlfunc

2010-03-02  David Tardon  <dtardon@openoffice.org>  [9fb153f3cc63879ff5c937bd1e5b75be99482233]

        dtardon01: update to DEV300_m73

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cdf5432c956d9998a744a59b8535b6a385f6e1a6]

        vitomation01: Rebased to DEV300_m73

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [9a35c1cd19ecb9da6b23780406aae703bc8673f7]

        #i107747# allow building against older libxml2

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [b2e49190dfb6c94ba520747dc30d41d87ff63e40]

        #i107747# allow building against older libxml2

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [3de7b648e354a9e1f5d531148295d86355a43b42]

        writerfilter08: effect on run already handled

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [c2a270a21650a16df00ac5c5f1307e15bda7195e]

        writerfilter08: changed some tokenids and effort annotation

2010-03-02  npower Developer  <npower@openoffice.org>  [c5fc57de562850a7d2f708e3936296d24677012d]

        npower14miscfixes: #i109706# move back msvbahelper to the filter module

2010-03-02  npower Developer  <npower@openoffice.org>  [9f7b39fd2ef894846e9d4532272edeb2c11cc208]

        npower14miscfixes: #i109706# move back msvbahelper to the filter module

2010-03-02  Niklas Nebel  <nn@openoffice.org>  [1a8b158c40158db335e08da7f703c6e7858ffca0]

        dr73: #i109570# fixed a typo

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [dbded67ff2baa697ca2b2c475f368527515fb173]

        writerfilter08: shading not supported on characters in ODT

2010-03-02  sb  <sb@openoffice.org>  [7b673e59fcf8045e135c854bdfe14fce97df0432]

        sb118: vector::resize instead of vector::reserve to not access elements beyond vector::size

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [3fc15c3965fd2ba838ede12817c351c3c5eee085]

        writerfilter08: emphasis already implemented

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [ab88d62bc56777bfa7eece95b40607c2847116e7]

        xmlsec1_2_14: merge with DEV300 m73

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [7b629ffc8f6df9a884b219a90b57c403044aea2e]

        xmlsec1_2_14: merge with DEV300 m73

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [194993bb6777a408e7294c51237c92fce223d576]

        xmlsec1_2_14: merge with DEV300 m73

2010-03-02  Niklas Nebel  <nn@openoffice.org>  [cf345f1685a58cf9c0d8f8b9e35c935b5236b15f]

        #i109350# use ScUnoHelpFunctions::GetEnumFromAny for Function property again

2010-03-02  Ingo Schmidt  <is@openoffice.org>  [4cbf33f95a48cc2e59c4fe6e260e5fb64d744bbf]

        native0: #161678# setting office start language

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [a2ce50f90ebf20079b494df88a403fca370ad3f0]

        writerfilter08: fitText not supported in ODT

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [292cf65b2db6f089b9972400ea2d34eb66509343]

        writerfilter08: vetical alignment on page not supported in ODT

2010-03-02  Ingrid Halama  <iha@openoffice.org>  [a7ea99d465e0627b547decf625b871542a5113d0]

        chartmultiline: merge with DEV300_m73

2010-03-02  Ingrid Halama  <iha@openoffice.org>  [703d0efb3860ed0fbc34a4ce6cf34a91bb4af17c]

        chartmultiline: merge with DEV300_m73

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [bb3b79327878c2fd80291d3851b636f900a79f85]

        writerfilter08: handle bidi for sections

2010-03-02  npower Developer  <npower@openoffice.org>  [6984c82b9c3d47502de87cdf5f950c382768ac77]

        npower13_objectmodule: #i109734# object module stuff new files

2010-03-02  npower Developer  <npower@openoffice.org>  [dce859e723f91c9f693a75d146c26dea22634304]

        npower13_objectmodule: #i109734# object module stuff new files

2010-03-02  npower Developer  <npower@openoffice.org>  [07716c77cc6b451aa4717b7811fd5f5c2aa22967]

        npower13_objectmodule: #i109734# object module stuff

2010-03-02  npower Developer  <npower@openoffice.org>  [aac4d6a3a645d3c11e4094a2c5ca701810e6df07]

        npower13_objectmodule: #i109734# object module stuff

2010-03-02  npower Developer  <npower@openoffice.org>  [67f4b1791d5b9e1bf7f5b969174de322adbaec21]

        npower13_objectmodule: #i109734# object module stuff

2010-03-02  npower Developer  <npower@openoffice.org>  [2e51e1d3e3dd632f0346e2810bbd5b7aac4d7fa8]

        npower13_objectmodule: #i109734# object module stuff

2010-03-02  npower Developer  <npower@openoffice.org>  [da0a3a0e7f71bc56a6e4e49b4d0645de6903739c]

        npower13_objectmodule: #i109734# object module stuff

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c3449c0446fdd77d71fc3bf4ae85ecaafe169948]

        vitomation01: #i109696 - t_tools1.inc - Removed unused functionErgebnis Schreiben()

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cc7c4e3677b190ba105b0e3b7e8178b8a401d925]

        vitomation01: #i109696 - t_tools2.inc - Removed unused function fRemoveDoubleSpace()

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1be5a10cf34b26e5c432d59e2fde881bccada5eb]

        vitomation01: #i109696 - t_tools2.inc - moved function fGetFileText() to graphics/optional/includes/global/export_graphic_2.inc, this is the only test that uses this function.

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1e03fc40cc5223b1901a7aa0549c2224f9d6506c]

        vitomation01: #i109696 - t_tools2.inc - removed unused function SetURL()

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dc24fd35904c844c3d6384168a7305cd207bf154]

        vitomation01: #i109696 - t_tools2.inc - removed unused function ActivateAutoPilot

2010-03-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ecd234592b39cd4cdeec995aea72763904cec158]

        dba33f: #i108943# make ooSetupFactoryUIName not to be localized

2010-03-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e642a5cc736295c4f2a93d7d066eddaf98300ae1]

        dba33f: #i108943# make ooSetupFactoryUIName not to be localized

2010-03-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [45097a9dfc99f2b9b77038226950659bc6d80c8d]

        writerfilter08: handle textDirection on sectPr

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e3cc573b75daad5fbe87f3b59f738aaf269a05cf]

        vitomation01: Removed testcase func_LoadSaveGeneral_1 (it is broken and not called anywhere anymore) alongside with three other global functions only used herein

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [61fa83db2355e2d9ed92bbbfdf70ac8e8401dcec]

        vitomation01: #i109696 - Done removing unused functions.

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2fe513e9f29c3989b2a3d6d2f6ec2703dd4ba8dd]

        vitomation01: #i109696 - Removed unused function PfadName()

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [979c68ead0c3cf791cac87df14d1ef5e81b89fac]

        vitomation01: #i109696 - Removed unused function PfadExtract()

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [263994914d04267498f202dd0a4b528c7dc12800]

        vitomation01: #i109696 - Removed wrapper function hFileExists() - it does exactly the same as the builtin function FileExists() plus some overhead.

2010-03-02  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4e81c9a7435d287477934e2a4d0c60ad0cf7ddb1]

        vitomation01: #i109696 - Removed wrapper function hDirectoryExists(). This function - in addition to the built in function FileExists() also checked for the file type (verifying that the object is a rela directory, not a file) but this functionality was not explicitly requested by any function call. The function was only used to determine whether an object of given name exists. If this is not the case it is created. So the function provided unused functionality.

2010-03-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [51507e955fa514babeae5b560dd3a36debb6035e]

        dba33f: #i108943# make ooSetupFactoryUIName to be localized

2010-03-01  Christian Lippka  <christian.lippka@sun.com>  [2caeda091a394dd134783dbd1656910f730ad040]

        #i109713# applied patch to fix missing initialized member variable

2010-03-01  sb  <sb@openoffice.org>  [01c25f366c9655e1446dec86e726e5e0b3e4a6da]

        sb118: make sure test OOo instances can dump core upon crash

2010-03-01  sb  <sb@openoffice.org>  [ffb8e5cf09a6b3ee34a6deee5880d9c968c83396]

        sb118: make sure test OOo instances can dump core upon crash

2010-03-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [64d5c0c3f17744e813dac8ae80b04d03771e0fab]

        writerfilter08: handle <bidi>

2010-03-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [1a92a19a53c94c63baeeaa651f707651ed58d619]

        writerfilter08: PropertySetToTagHandler::sprm: correct representation for id of sprm

2010-03-01  Release Engineering  <releng@openoffice.org>  [318dc3ec08913f165ab93bbdab5433ec0d66b8ae]

        DEV300

2010-03-01  Ocke Janssen  <oj@openoffice.org>  [e4416c73ca10c002ed39fe8f69395d627652f162]

        #i109549# use setElementaryQuery

2010-03-01  sb  <sb@openoffice.org>  [52d6c5a15a820dbfc6e527c4430f8f8d522b6c17]

        sb118: #i109707# revived cwstestresult*, still used by sun/performancetest

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7c514e603e8a13b7501b5c710338e75914199348]

        vitomation01: #i109696 - Removed any reference to deleted file t_dirloc.inc

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [374886bce64f89e6d1f0c13d860bd18bb051d7e7]

        DEL: The file contained exclusively functions that were duplicates to those in t_dir.inc.

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0fbd40e3945955145b66a968b8ae214db4c0379d]

        vitomation01: #i109696 - Replaced call to GetFileNameListLocal() with GetFileNameList().

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2b023e15e11fe56eb827b4fedb455ed391773b4e]

        vitomation01: #i109696 - Removed GetFileNameListLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [818d896ed110618b916599e6b2fe87b4557f3f24]

        vitomation01: #i109696 - Removed hFileExistsLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [17c2049214df66676062682b27bb238530c5b577]

        vitomation01: #i109696 - Removed hDirectoryExistsLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c17d7ba7691fde3cf36d7e4c8ae96a23c3d67e39]

        vitomation01: #i109696 - Removed GetFileListLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [691d291e49050e0083122c4413117b7827807fba]

        vitomation01: #i109696 - Removed GetDirListLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [64decee4dae0d42de71294518e5730562cd92fb9]

        vitomation01: #i109696 - Removed GetAllDirListLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1ca389cdd3372bbc4e2f4268fa486d482e943420]

        vitomation01: #i109696 - Removed KillFileListLocal(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [9fcccb4d7a274495821e08e8f05252f4ba6dc67d]

        vitomation01: #i109696 - Removed KillDirListLocal(), it is unused

2010-03-01  sb  <sb@openoffice.org>  [bc8db0eacd79a5c3dee23e951b6d70149a62e25b]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [8213de345f24af0c55b587802d5738e611b7009c]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [dc4f12b108cea6cc913d70ef294da333c43a27dd]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [80b39c82606e372f298cdf3c715277b14d3014bd]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [038162bcdf359e668fe045ad84ff14dbd8ba1dac]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [06fb299262a671f2d2f08a1eae6c7104fa546615]

        merged in CWS sb119

2010-03-01  sb  <sb@openoffice.org>  [faaf18eb81191945811a13c98ae1bd4b8e2d0bb0]

        merged in CWS sb119

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [838a562fbf8cd500f97cfceddbcc7c17e3a54600]

        vitomation01: #i109696 - Removed GetFileSizesLocal(), the function cannot work because filesizes must be retrieved as long integers, integers will not do.

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [45bb5029da69123b7a4f0074d0c50b13136cd39b]

        vitomation01: #i109696 - Removed GetAllFileListLocal(), it is unused and duplicates GetAllFileList() from t_dir.inc

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8a795875088c2f0d3db245d354b6c68e9e22c393]

        vitomation01: #i109696 - Removed function DirNameListLocal() from t_dirloc.inc. It is unused and contains hard coded path separators - and is maximum badly coded.

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e6edfa9a94a773d3a2eb93b6ce399124b4981d63]

        vitomation01: #i109696 - Removed functions hKillFile() and hKillFileLocal(), they are unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [41f008ce7f99d3e4ceffa372f7336d3f7a5b5338]

        vitomation01: #i109562 - Reverted to hClosePropertyBrowser(), the function hCloseDialog() is not usabe in this case.

2010-03-01  npower Developer  <npower@openoffice.org>  [40cc4d753a53d8f481e5c8defc3e582a190eea2f]

        npower14miscfixes: #i109706#

2010-03-01  npower Developer  <npower@openoffice.org>  [c3eac7b66cabddb0849ee7e86e9d86d75e97ca87]

        npower14miscfixes: #i109706#

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2d58371a77300c8dc80fb8cc0e7b851b7eebc0de]

        vitomation01: #i109562 - Use hFileCloseAll() to close multiple windows in a row (was explicitly coded and copied multiple times). Medium risk change, might have to revert

2010-03-01  sb  <sb@openoffice.org>  [b9e3cf5230a1653b208910b03bc4d9960985c998]

        sb118: #i109707# replaced cwscheckapi et al. with subsequenttests

2010-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da36f8a709aa9bf0e71d06b76c14f35d97ac5998]

        ppp02: #i109540# adapt print monitor to new workflow

2010-03-01  Vladimir Glazunov  <vg@openoffice.org>  [6fc24ec8152f03d76438e247239f87c1b6f72701]

        CWS-TOOLING: integrate CWS hr68

2010-03-01  npower Developer  <npower@openoffice.org>  [ef28bb3801a3970169c5b86f8ced32ef59ce1379]

        npower14miscfixes: #i109699#

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [39098a579bf6a7af2f50d0765006d91197c3ed16]

        vitomation01: #i109696 - CWS printerpullpages replaced the old DruckenDlg, removed code.

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8f6c70ecb761aa0f477ab2478c72750cd9297edf]

        vitomation01: #i109696 - experiment: Make hClosePropertyBrowser() obsolete

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2d4bea112f25b56053c668b779df39a2d68e0205]

        vitomation01: #i109696 - restored options_ooo_general.inc from OOO320 branch

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0f0cbba8972e742dddff7bbeb5aef882c5d5c632]

        vitomation01: #i109696 - Desaster: The content of w_gridlayout was accidentially copied into options_ooo_general.inc (whose content is lost). Moving changes from options_ooo_general into w_grid_layout1.inc before restoring old options_ooo_general.inc

2010-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [049f773799c507107ba10579868e48234d253b9a]

        vcl110: #i108947# remove now unnecessary SOURCE replacement

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [4b22ea17247e87b3c2b1c15c645480e64018911f]

        vitomation01: #i109696 - Code simplification, more slots to hUseAsyncSlot(), more removal of hCloseNavigator

2010-03-01  Vladimir Glazunov  <vg@openoffice.org>  [4c258f10f0cd41138caf0df5fdb91b7f6d6e4a5a]

        CWS-TOOLING: integrate CWS hr69

2010-03-01  Vladimir Glazunov  <vg@openoffice.org>  [3ccd714eed214d96e94e8147bd52673499cdd21d]

        CWS-TOOLING: integrate CWS hr69

2010-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [074ec7222c44a2787b12825f1cf9899d020846b1]

        vcl110: #i108947# add replace variable BUILDIDCWS

2010-03-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1d4b26a7e0d9d88e03aee04ede5c36d9b221ddd1]

        vcl110: #i108947# add replace variable BUILDIDCWS

2010-03-01  Christian Lippka  <christian.lippka@sun.com>  [603902d336bcca8fd66109f20a50893f1cd7ee2f]

        merge changes from aw079

2010-03-01  Christian Lippka  <christian.lippka@sun.com>  [3d8b7abdc05fa6c25670b4c32f52dd31f1e9f4ec]

        merge changes from aw079

2010-03-01  Christian Lippka  <christian.lippka@sun.com>  [51e60b16f753d85ef8841072920340dbb2990125]

        merge changes from aw079

2010-03-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8db77584e25abc7e4ea0f32b8d37f8a0abd113e1]

        #i109671#: fix license header

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [cff63b8d9dea2d92d10e25d88d47dcfa630cd526]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [64539591dfde88ee3b482a267f99a222af5015c2]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [4f4ce41e44919b7e201f854e52cc004c3858856d]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [9894a711a7550c717381e80c38c981e6b502beb7]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [c7731f8c0babc5307c4cb4d2ff3044ec0b461b15]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Benisch  <tbe@openoffice.org>  [568a8725aec92ee9aac36d690ef068c458b303c2]

        chartshapes: merge with DEV300_m72

2010-03-01  Thomas Lange [tl]  <tl@openoffice.org>  [40ce8f33c47d06fd1fd8dc2ba866e15e09cf6cf1]

        cws tl74: include statements fixed

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [31523434d2a21afea59178ffae90baaa2962811d]

        vitomation01: #i109696 - Code simplification in t_docfuncs.inc

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c312b4a184ed8336f9347c58de06d0018bed415e]

        vitomation01: #i109696 - Remove hCloseNavigator(), use hCloseDialog() instead, eliminated function

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a91a5fee4e2596d578907c260dbd83c4da4c95eb]

        vitomation01: #i109696 - Remove hCloseNavigator(), use hCloseDialog() instead, eliminated function

2010-03-01  sb  <sb@openoffice.org>  [2c72edc36403323b2978124e82bdd0069504be45]

        sb118: release DisplayConnection::m_aMutex before calling event handlers

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [00acc2d4a3020ac54a7d7f0aede1677b865a419a]

        vitomation01: #i109696 - remove hCloseScriptOrganizer(), hCloseDialog() is better

2010-03-01  Thomas Lange [tl]  <tl@openoffice.org>  [1ec7c5a40bbe34b1b1dbba8dea2c1364c492ece7]

        cws tl74: #i107721#, #i108358# fixing build problems after merge with DEV300_m72

2010-03-01  Thomas Lange [tl]  <tl@openoffice.org>  [f32e3142ecef67b782c87028cba151ab3a094b1c]

        cws tl74: #i107721#, #i108358# fixing build problems after merge with DEV300_m72

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [66d4e14f1200ea49715da4b6867e0055b2699e9b]

        vitomation01: #i109696 - experiment: Replace hCloseScriptOrganizer() and hCloseNavigator() with hCloseDIalog()

2010-03-01  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [5e5b36d4eaf2575c5935832dab12858600d76219]

        add Oracle Open Office to the list of known offices

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [794a6d5cd52a37d557accff9070971e372bae77f]

        vitomation01: #i109696 - Added VERBOSE constant (private) to file t_tools3.inc

2010-03-01  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [87189eabdba66d666ce6f3fc240d60cdb0828078]

        cws hr69: #109701# fix testscripts

2010-03-01  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [97eb03dfcee378d1b078c0b06043febe5e9b55ba]

        cws hr69: #109701# fix testscripts

2010-03-01  npower Developer  <npower@openoffice.org>  [61c6e7240dc966bfa572d6791041dbfa64d1a207]

        npower14miscfixes: #i109644# <sigh> add ( forgotten ) new file

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [f1d43cb2637dd0cdc0077f8a30d63d98b7ca49c1]

        vitomation01: #i109696 - removed hFileExport(), it is unused

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [81ebe1acc86163cccf9de3c32be965590108dba3]

        vitomation01: #i109696 - removed unused functions hSys2IntDlg(), hInt2SysDlg() and hhSysToInt()

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b0a41696cf00133655d552dbed4765eb0e1553a1]

        vitomation01: #i109696 - hIsWebPageLoaded() is not called, removed the function

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3697606dbd03af835a2186562175e56312003faa]

        vitomation01: #i109696 - Moved function IsItSaved() to c_import_general.inc as this is the only test still using this function

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [c64252acb157aa248b7188661014def86e9d8be3]

        vitomation01: #i109696 - Removed unused function IsItSaved

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [746e40deb20031255f85d847b15eedb0df847fd3]

        vitomation01: #i109696 - Removed unused function hListIntegrityTest()

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [21710c84e0028a2847a9b88d9ca3f5791e1d7bd5]

        vitomation01: #i109562 - Added EditLinksWriter and EditHyperlink slots to hUseAsyncSlot()

2010-03-01  Joerg Skottke [jsk]  <jsk@openoffice.org>  [16c1536f89210d2b78dafaf3a86068dd88377646]

        vitomation01: #i109562 - collect hCloseDialog(), hUseAsyncSlot() and hClickButton() in t_tools3.inc to have them together in one place and to reduce filesize (there is a limit to the max number of lines per file somehow)

2010-03-01  sb  <sb@openoffice.org>  [c390a25f95908c885b1269c199dc518d27b28c2f]

        sb118: 64 bit warning

2010-02-27  Caolán McNamara  <cmc@openoffice.org>  [1964ee5d1c40331e72429a54877022777b67d8a5]

        hunspell129: add back in solaris ICONV disable

2010-02-27  Caolán McNamara  <cmc@openoffice.org>  [912fbc40dfc95782f6d04d49c94326cce3d00bf9]

        hunspell129: c/c++ comments

2010-02-27  Caolán McNamara  <cmc@openoffice.org>  [0e32129e807e3f82dfb090862ad283ea4d8f9573]

        hunspell129: more foo

2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e3c5a94658ee2daa115a1393376f747d7470c680]

        fix a layout problem

2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0ca31b024fbc215489c9ff9ed199cbe189344141]

        ppp02: #i108326# missing mac implementation

2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7a0bbdacbf0988c5c7cb8101fb431c816884dd6e]

        vcl110: #i90907# new IsDeltaPixel function on CommandWheelData

2010-02-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [89bbb94e03df0ccd5cf3f5737c12b7c29fd4fae7]

        vcl110: #i101458# silence warning

2010-02-27  Caolán McNamara  <cmc@openoffice.org>  [75dad90f06c9d9836fdc9acba2dbbc90cf735547]

        hunspell129: more foo

2010-02-27  David Tardon  <dtardon@openoffice.org>  [d41b3dfa6e34f1671a9206aaae5cb1ee112c1f41]

        dtardon01: update to DEV300_m72

2010-02-27  David Tardon  <dtardon@openoffice.org>  [d4780894a4b12dbbe6ef104df78a0de2755d80da]

        dtardon01: update to DEV300_m72

2010-02-27  David Tardon  <dtardon@openoffice.org>  [9459556f86dbf6fbfa7a0e8c981d637413155a51]

        dtardon01: update to DEV300_m72

2010-02-27  David Tardon  <dtardon@openoffice.org>  [be7ec2113235b3a294bf25e59e5dd9f298a7a7bf]

        dtardon01: update to DEV300_m72

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [5c3655dbc26e926449ecdc4963e19c7dfb35fad5]

        calctabcolor: Fixed a build breakage by adjusting for the svx split.  Some headers have moved to editeng.

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [34697cd9c655b30e8f127a67be00c6774b254398]

        hunspell129: solaris foo

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b8e0731cd9c084e59f86fc18ce3ee149c868240e]

        vcl110: #i90907# rework mac wheel events, prepare wheel event for pixel scroll data

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [474fa54778169a231743efc1542e18cdf45913e1]

        calctabcolor: #i109365# Removed some of unused methods.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [27647a7113e07621fb7b2159a2734596bb790307]

        calctabcolor: Fixed a build breakage due to the svx split.

2010-02-26  npower Developer  <npower@openoffice.org>  [a9ca7af289e6a0ea106fd1798602cf1e2e06a0ea]

        npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill you go into vbamode in basic )

2010-02-26  npower Developer  <npower@openoffice.org>  [e36d78e218fe8993406b2134ef4e7b30801f272e]

        npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill you go into vbamode in basic )

2010-02-26  npower Developer  <npower@openoffice.org>  [1c87beca79bc52e9d3aa97bf05f409c5906723cc]

        npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill you go into vbamode in basic )

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d68e0df79add4afc10d5c61920bff198d743e8ff]

        vcl110: #i47904# support WM_CLIENT_MACHING, _NET_WM_PID and _NET_WM_PING

2010-02-26  Herbert Duerr [hdu]  <duerr@sun.com>  [c98d05242ad28e2081db3dae99d5bc506630d289]

        #i87970# use UCS4+weight as GFB-result cache keys

2010-02-26  sb  <sb@openoffice.org>  [b9129478ddb10059fef0a3934e45529eebcb0cfe]

        sb118: improved tests (no getActiveTopWindow etc.)

2010-02-26  sb  <sb@openoffice.org>  [e6694e6614a9360c98df4ee611be09b8385b48a4]

        sb118: #i109643# disable tests that fail when run in parallel with other applications

2010-02-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [65d9371c0d22af2e0dc0ad9f0c5caff5997840a1]

        writerfilter08: corrected name for PROP_PARA_SPLIT

2010-02-26  Herbert Duerr [hdu]  <duerr@sun.com>  [baab9baa6a0e3ba3558970c9aeca3d0d1c627d76]

        #i87970# better debug printing for FC substitutions

2010-02-26  Dirk Voelzke  <dv@openoffice.org>  [d1094302c04ea7307cf3d00d2cbf67de55ad52bb]

        nativ0: #161144#: Call survey for OpenOffice.org only

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8c5e8ddecc685d4183e5038df5af9da3222c2db3]

        vcl110: #i45043# draw native list nodes

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [9c4df49eee1b7e4da71715e962400469d43ed5a6]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [96a0b81006ba900955ed00306e03f59e86de2216]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [8aa01befc7e867c04c6dd66be9e885f6cefdff7e]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [0fad3e466155764e2501ff723a59b9e1d5f3ef8c]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [28d10a27cf288cb8c963e2ba0c0707aedd4f4719]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [1dffd5dc985c6bce998c6dbad58d39b83dbc0d45]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [e63f20a19aed2667d2c05b070059aee1e0f76bdf]

        calctabcolor: resynced with the repository to get more recent changes in.

2010-02-26  sb  <sb@openoffice.org>  [70bfb4d5a912a064683ac0a312719fcda8f07c15]

        sb111: fixed changes after rebase

2010-02-26  Oliver-Rainer Wittmann  <od@openoffice.org>  [ad468a24d60160c9b3e2b184cb2daa1e2f137a08]

        sw33bf03: #i100611#,#i107834# - method <SwFntObj::CreateScrFont(..)> - remove adjustment to determined screen due to an arbitrary text string rendering and                                 apply cmc's patch to preserve "faked" font properties (weight and italic)

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [f0080a96c77acb5a03d4fae96f44289a9509bf10]

        hunspell129: need ctype.c for solaris

2010-02-26  sj  <sj@openoffice.org>  [17b2725890d178a62eed5188f44800a3ec986ab6]

        impress188: #i109288# applied patch (fixed adjustment value merging)

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [c55070e00e531d89206adcff35ba56a753b7879d]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [e3132811f5420c83f7f9bf824578f62308654eb1]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [2b4c76f724da3290b5cd3eb73ec91b068138b83d]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [3819d32b307ff405b69d89391ad9de49e828a001]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [f67e02104b7563062620782927c8a16e60a1d9bb]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [94129e2b4ec56d2fe55a69ec8d15d5b9f3fcb58e]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [cb2d03c7386c7846c159b43bee71b761d6512f85]

        calctabcolor: rebased to m72.

2010-02-26  Kohei Yoshida  <kyoshida@novell.com>  [8c3ce6044a3a250a65eaa39c976ba0c03f3e09db]

        calctabcolor: rebased to m72.

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [a5b4767a61d06b45f30746c9ea35988c3726ff8c]

        chart43: merge with DEV300_m72

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [f601d0ab51a9fb33da0066b201c034c7cdb0eaca]

        chart43: merge with DEV300_m72

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [dffeb7263102ad237c1afd74ebcc1c3835d9cec5]

        chart43: merge with DEV300_m72

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [eb94da5c50d916345c2248de14ad09851a1f6efe]

        chart43: merge with DEV300_m72

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [7625208276b6e8762baf84ce2bd27f53292b8949]

        chart43: merge with DEV300_m72

2010-02-26  Ingrid Halama  <iha@openoffice.org>  [5865225bd4b1bf95442532d0854e276bc8c864e7]

        chart43: merge with DEV300_m72

2010-02-26  npower Developer  <npower@openoffice.org>  [06a855ff63da3f91d954264181182f5ffff5e385]

        npower14miscfixes: #i109631# apply caolans' fix for removing unused methods

2010-02-26  npower Developer  <npower@openoffice.org>  [b1250cf0752801509159d108c2a81ca3ab52b296]

        npower14miscfixes: #i108177# apply caolans' fix for removing unused methods

2010-02-26  npower Developer  <npower@openoffice.org>  [3a4b7f66c0c5309a8537e953ff22895f8b8d88e4]

        npower14miscfixes: #i107591# apply caolans' fix for removing unused methods

2010-02-26  npower Developer  <npower@openoffice.org>  [b0fa53865f49de46803638e253700c3bd785a042]

        npower14miscfixes: #i108853# fix build break

2010-02-26  npower Developer  <npower@openoffice.org>  [8dee3bdf17d0aa70c9e34ab3eb9b3b67df41c91c]

        npower14miscfixes: #i108853# fix build break

2010-02-26  npower Developer  <npower@openoffice.org>  [26801698a4aa2e5bf20a0fc4c397597891657eed]

        npower14miscfixes: #i108853# fix build break

2010-02-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d94e24d7a20ae12420835c299983660fba59e569]

        hr69: #i109593#: fix basic style license header

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c912bb3103a2d1022f174a928f6e2e7acce7f832]

        fix a warning

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9c39f6a473b309712ae9e45d161642bba9413cc3]

        fix a warning

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ce17e2f1bdff4e2b9e3c973b303bacfa3bc242fd]

        merge

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db51ea7734b0a09c4ecb1d14b7013736551de5c6]

        fix unused variables

2010-02-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [02e319cc06f22caf61c3aa718c0a77b75992f947]

        ppp02: #i109540# fix mail merge (thanks os)

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [3704620b259a35c75f400f3dce03a5d277a52639]

        cws tl74: merge problem fixed

2010-02-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [516addf2954bc2f609bb033e6dffffd5ac3ad93a]

        writerfilter07: #i108504# StyleSheetTable::ApplyStyleSheets: Do not set null parent style

2010-02-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fd6a3e64d1c8bb4f42e33d78fe8f7e5d738fb0a2]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-02-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce44f513aa33f8d7c6286f06bbf0fbe617b6d735]

        dba33f: #i108712# setPrinter: always set MAP_TWIP

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [208a50f7e4da6ec6db11689bf7f9f8f6df73d8d3]

        hunspell129: need stdio.h for solaris

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [2d8e706e4c50857a436ad0fa72e9897ffe575928]

        cmcfixes72: #i108609# fix up for newer rpmbuild

2010-02-26  sb  <sb@openoffice.org>  [e3e1a6da8047cb36de9a8faf592a69c9a482a5d9]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [bb200be68ed1b830804b9367599e7b95245fb6f6]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [16d7750d0426ba588347bc78fa23e34334e29198]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [b738e27623f45a5e1d04d4df0d35e8ebfc7b70a4]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [89d350e2cd758c96a5a67d2327265e23fd83a647]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [5f744418087f7ba92e83ee9acfd3443a92bae823]

        sb119: merged in DEV300_m72

2010-02-26  sb  <sb@openoffice.org>  [6b9f15d19c35b3afbd03b62067bd93f7c83ef1bb]

        sb119: merged in DEV300_m72

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [03788a3054b6f5132237b8a4f60cab4a1d37a8fb]

        hunspell129: need stdio.h for solaris

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [00bcd5f6fbdc0ec9aab6cdb766850259fe301ebf]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [f5ed45f2e706e954bd7be014d847024e0175a932]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [20957c82aa3098964e5c7312b7a471f383bcdc62]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [b164514691ee5b6b3938bcee5ad82387acb780af]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [16832959361d205cc25b21cd1aeaad9b90f41ea0]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [50fd15dc7a88d8f845115ba46ff92821b3f881de]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [4179423f953d1726cfb10b5e50299315f9cbd69a]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [ad7ba471a9ecc90e87295a87acbd8c289fc7e9a1]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [dde2e41414ae1179b4f5d568c2cbd03a1c911fae]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [6f5a1d754c17404c1dd7a71aaed5a1a9f8d08f3a]

        cws tl74: merge with DEV300_m72

2010-02-26  Thomas Lange [tl]  <tl@openoffice.org>  [f3f9bbf544328823c6816bcc6e9afecc886c18ab]

        cws tl74: merge with DEV300_m72

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [e1b7630d50f9a66e8ef01364ef91aa04b37950d7]

        hunspell129: need consistent export directives under windows

2010-02-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [c9c3c80fa79df8e4b14e2d5d14a05fbe1646b5c7]

        sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master

2010-02-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [dcbdd1b384f868ead77b54cfb699ea8205cc4119]

        sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master

2010-02-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [5879e44bafec55e5a9b76cb38c992645948ec607]

        sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master

2010-02-25  Oliver-Rainer Wittmann  <od@openoffice.org>  [a7e756380a0274d647e4232e6deda0a503ce4f5a]

        sw33a11y01: merge with DEV300_m72, resolution of merge conflicts, adjustments due to changes on master

2010-02-25  Herbert Duerr [hdu]  <duerr@sun.com>  [c024a5107e5f4f66b3ceeffc1337c0b1dcdeb6d4]

        ppp02: #i104784# fix misleading comments

2010-02-25  Christian Lippka  <christian.lippka@sun.com>  [55525d4462565f4e47e92854158c5fe7a7e457ab]

        more fixes for new presentation layout shapes

2010-02-25  Christian Lippka  <christian.lippka@sun.com>  [3138e431cb23a6ba95d16713ce30a54451566665]

        more fixes for new presentation layout shapes

2010-02-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [0b5175dec3ad8f382eff4abbc2a8f3c3b20fc3b8]

        writerfilter08: handle keepLines (incomplete)

2010-02-25  sb  <sb@openoffice.org>  [72087de47581a8f109a4615f09a531c46f932248]

        sb118: #i108776# replaced newly introduced version map file with solenv/src template

2010-02-25  sb  <sb@openoffice.org>  [af26cf8800ff16d1501783a26d1b151f2b0d41b3]

        sb118: merged in DEV300 masterfix

2010-02-25  sb  <sb@openoffice.org>  [7a218eae2bf6073944b1434382b88a6e558f2335]

        sb118: merged in to-the-side sb118 changes

2010-02-25  Carsten Driesner  <cd@openoffice.org>  [5a706905ff3eb0c1dd3256f7aa39c6a37572b3e5]

        #161436# Updated black list for extension migration

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [8fbffaa93553e06508699e199d0c9d6d6c387602]

        #161436# New migration service to migrate from SO 9.x/OOo 3.x to o5oo - transplanted from 8417a68af8e1@native0

2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8b5bd31f499be69932875bf5e77f3135f6696a78]

        ppp02: #i104784# workaround limitations in our text subsystem

2010-02-25  sb  <sb@openoffice.org>  [d6e31ec5296abe96bdb64b53184db98098f82ceb]

        sb118: #i109607# do not call back listeners from DesktopTerminationObserver::revokeTerminationListener

2010-02-25  sj  <sj@openoffice.org>  [f3a5d49d085e66b64b2b4b6205c035c4680159b6]

        impress188: #i108608# applied patch (fixed ambiguousness)

2010-02-25  sb  <sb@openoffice.org>  [d05af9989f0113bc7a11682eec52f38b077a66e2]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [be6db479ddf376bd6276da5314c895f0034134bd]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [dc5e61dd9ee6db7f1c071c094e806e83b677e14f]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [befcbc6b6c2f22092c407738647157cb7491a8f8]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [1fb53ace3492c293080191a61e36f1d332511422]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [73e279de19f41b48f7aea3236d3d970acf0c137c]

        hunspell129: need a dummy config.h for windows

2010-02-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [0927cc05d86fbeb747396a0e5788d288f4f41baf]

        writerfilter08: keep grid 'type' in SectionPropertyMap and evaluate in closeSectionGroup

2010-02-25  Kurt Zenker  <kz@openoffice.org>  [478bee53c1de2d9625fb7c7cb72d13aa3b6e6f18]

        DEV300 masterfix: #i108896# build.lst fixed

2010-02-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [31cfcefdc20424657ac02fc18dc2659ea894be5e]

        vitomation01: Local (automatic) merge.

2010-02-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [39cfacd0736d0b579234e6688ee30cec262700cf]

        vitomation01: #i109562# - Massive refactoring in places with many sleep() statements. Removed invalid issue-ids (and re-enabled the tests), added issue #i109605# (ImageMap).

2010-02-25  sb  <sb@openoffice.org>  [6f2625ef307c8aef2106cadb086a2eca1be245eb]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [d2a42ecf88e1485003dce580929d20e2799cc6ee]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [be99229d09963c5075a44f66c4627c1e9ea80f23]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  sb  <sb@openoffice.org>  [3d597f9fb7c5e2385bed882c85b25517fd19190e]

        sb118: #i109125# change source file copyright notice from Sun Microsystems to Oracle

2010-02-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [29a2e8a4fc4093a1dbbacc79783a7f5cd173ae6f]

        #i108606# fix issue found by GCC 4 warning - thanks to cmc@openoffice.org

2010-02-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [79854554290e70219612c1d69b4943e2598d294e]

        writerfilter08: handle CT_DocGrid

2010-02-25  sb  <sb@openoffice.org>  [02108e59638a66543427629785ec6728dee95742]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [5e87290b37d4173f02d608cf97ab957afa1437c2]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [734cc0d5328dd4cef2ddd00e31a98e795c2ddc8b]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [127c0f02d44c1ded4e452a6f40561775f5e43e4e]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [f91ea31685ab99b53db496401bd38ee04aba52ee]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [a1c2690fe68bf550d7c2b22086c7f30145b7e775]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [dffd8ec02a01a1b9bf831586a2a96570c5851c2d]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [4a57e561bf43eb2afbe33fed10243c812caaeef3]

        sb111: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [5bdd72d815955fc602fe7494c03a61650f2bd0ce]

        sb111: merged in DEV300_m72

2010-02-25  Frank Schönheit  <fs@openoffice.org>  [88df38f41b5f6317d1b9faeafe846bb4c6f8753b]

        #i109081# translateDbColumnToControlValue: force the current value to be the same type as our bound field (if we have one), since the values we will compare it with will also have this type

2010-03-30  Ingo Schmidt  <is@openoffice.org>  [51a5e6160e830a2acd2aa4d44c0340d74a808311]

        native292 #161926# new jre6u19

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f83354b7c1119e3968ca85e9e5f1c4b10c3b215]

        CWS-TOOLING: integrate CWS installer10

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [af1645d6a2c02dadfe212e030ad1ddcad9f17cae]

        CWS-TOOLING: integrate CWS ause117

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00da4be08aea13e49f95b516b86eeb1ba48c720]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [6483b7c5ec042a796b264a9488f25b07b848fc3e]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f4df7ebb209f3e18c91ad8339b75295f3c7f6e6]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e8984b5f6bc0d109cf58bd2a611d2cf34d478e]

        CWS-TOOLING: integrate CWS native290

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [d81d2ce955fa3f24069e7192dffd4d0925b245b7]

        cmcfixes73: #i110566# silence gcc warnings

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [6d90b184480edc47c8bfeefb2691a26f3f56ed59]

        cmcfixes73: merge with DEV300 m75

2010-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f573d06ba62efe9143efb73f10e74aa05185bb0e]

        ause117: #i110262# more targets that require rpm

2010-03-24  Ingo Schmidt  <is@openoffice.org>  [6eb116958d39586a1ef8621437ee642d43a843be]

        native290 #i107880# allowing spaces in pathes to linux installation sets

2010-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [23de218d3a1f06ff0b6b0fbce35cc227a26c7baf]

        ause117: #i110262# just call rpm if you want/have rpm

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [aa12e3aa06ab9b18ca9259e4cd803f5f7de02eb0]

        writerfilter07: merged DEV300_m75

2010-03-22  Hans-Joachim Lankenau  <hjs@openoffice.org>  [910f5353a93766b63c3402d0e737209734aa5493]

        ause117: #i110262# make noarch group writeable

2010-03-11  David Tardon  <dtardon@openoffice.org>  [6f5121a404b24835a527760b77a0039e1fd221c8]

        dtardon02: #i108497# remove empty file in basctl

2010-02-25  Ingrid Halama  <iha@openoffice.org>  [30cd641d4ba27d70dcfefd25691ab4ddb22f0315]

        chart43: merge with DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [deebd9878b16fbff73d06c8dc80da73cd55513aa]

        sb118: merged in to-the-side sb118 changes

2010-02-25  Dirk Völzke  <dv@openoffice.org>  [6b93b84e641f6e0b6f446a45045ef93ec258c31f]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [6a82b6f53fbf8adc9aed05d9cad07c88776d1659]

        hunspell129: pre-upgrade build tests

2010-02-25  sb  <sb@openoffice.org>  [b2efce8cfc2126f9fa43cfe807de3b3fc748fef5]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [13ae9dea8a9da1eb59dc561e62515cdebe3052e4]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [193edf85d3af7281ad90fc90e651d4a1e28e6c48]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [d59e3fa4d1b5d5338233ff986b0e6046cbc609f4]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [811d508a1790958d8b63015e7cd135c2d3168dfe]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [486c429d73a5f84f0db218161a2cf05d224b86f2]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [ce405811c11d1e7a1b0d79a74d4d003bbb8f8e09]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [8c4ad73ac17ae41517e26dfe956aeb5c3a155ca8]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [87ec9c993b24c8171daf8d0b65868542381b24ae]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [caf83f51d3b025ef89d920ee23499e0ead4173f1]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [2951cc3ad842a8c7b752db32af36d0f94e87a74d]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [ba88d908e6b3379510ed98a5472f1998bde47169]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [e958878a4df265c6c17c042520d313a99ba87e3d]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [2e24fc74150a5c554c71883fe0ff7c6ef1b1ef80]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [35ec6ba5ee783c18484b4b19eab687a1b6ef2544]

        sb118: merged in DEV300_m72

2010-02-25  sb  <sb@openoffice.org>  [870b3d4f94cb25e34c594624319c9421ea04df0b]

        sb118: merged in DEV300_m72

2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d9b2ae228c4d5e932ed3a9f96f97c96e98eadaf4]

        merge

2010-02-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d91dbfa6a18a7a0b531be3e9d47177250cc87605]

        vcl110: #i103596# add a state change showing for tool tips (workaround)

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [e9f075785bbe4e1b9246328ef74ccbf9bd9e0f43]

        cmcfixes72: merge with DEV300 m72

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [47c3e8e5c422b9707c112ecc613b608ff6079cc5]

        cmcfixes72: merge with DEV300 m72

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [c44723c871d4712e34ccdd03508f070e372c79c2]

        cmcfixes72: merge with DEV300 m72

2010-02-25  Caolán McNamara  <cmc@openoffice.org>  [41c609a989f5bcbfbb59bedd2774b769b73458ff]

        cmcfixes72: merge with DEV300 m72

2010-02-25  Ingrid Halama  <iha@openoffice.org>  [fd73f1e913c8ebff4bd89375c5d4af655deae40b]

        chart43: #i109594# floor too thick

2010-02-25  Thomas Lange [tl]  <tl@openoffice.org>  [f6970be6edb55ee2167987f757a7d6e6224e4279]

        cws tl74: merge

2010-02-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ec9c8b3d76fd18e654b0fcaa8fdb226508d3d6ec]

        vitomation01: #i109562 - hCloseDIalog() - Finally the function appears to be stable and relieable.

2010-02-25  Joerg Skottke [jsk]  <jsk@openoffice.org>  [101b420e71b13189c36a81f1ce35702da84b161d]

        vitomation01: #i109562 - removed invalid issue id #i158646 from test case tEditIndexEntry - the crash(!) was marked as qaerrorlog and excluded the entire test case. Refactored tEditCompareDocument (the test silently closed the filter selection dialog (if it appears that would be a bug!).

2010-02-25  sb  <sb@openoffice.org>  [8c8f794ad853f5a5d36be67f58496b1e9c2b3f09]

        sb118: #i80788# further improved XMessageBoxFactory test to avoid random sleeps

2010-02-25  sb  <sb@openoffice.org>  [effed40ee9822d032cb506a25090f7e8b8dfa574]

        sb118: improved JAVAIFLAGS settings (to work on Mac OS X Tiger as well as Snow Leopard)

2010-02-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [881712e2732b3bc41416e136ad54054cfbe6b496]

        writerfilter08: updated some status annotations

2010-02-24  Ingrid Halama  <iha@openoffice.org>  [b44862b2e21f27de2d2d832816632871a94d45cf]

        #i109566# floor is too large for bar charts with multiple series

2010-02-24  sb  <sb@openoffice.org>  [3ce790b86ebe030d549eb5e4543307f2d5416679]

        sb118: #i80788# second part of fix for Toolkit test

2010-02-24  sb  <sb@openoffice.org>  [5fe7ed663401b3e05c3e6ab5594d117899aed263]

        sb118: #i80788# second part of fix for Toolkit test

2010-02-24  Christian Lippka  <christian.lippka@sun.com>  [3c69551e7713eb9ad2da6e55d17c3de501d4c907]

        merge

2010-02-24  Christian Lippka  <christian.lippka@sun.com>  [5183b77b79af2f5d681bccb3c3a4f38e97881fec]

        merge

2010-02-24  Christian Lippka  <christian.lippka@sun.com>  [3dbbaa9d0eb6259a346f485e52086459f895215e]

        fixed storing issue with presentation tables

2010-02-24  Christian Lippka  <christian.lippka@sun.com>  [8ebd9d44d4d0ed08df12eaf356df1331bd0603e8]

        unix build fixes

2010-02-24  Christian Lippka  <christian.lippka@sun.com>  [7b751ca65de375664ca928bcd8138d25d8a0bb2b]

        unix build fixes

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6fe1415ae9f9e1f0a17ab0345df9bc120d365492]

        vitomation01: #i109562 - Even more so

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [3f075908e3e2d572acde37a0cfa803c7b31d148c]

        vitomation01: #i109562 - Fixed typos etc.

2010-02-24  Eike Rathke [er]  <erAck@sun.com>  [19e19bafa255e9ff6daa0b9504eaa88cf1bfa4fa]

        calcfilterrange: #i109553# #160403# for filters (AutoFilter, StandardFilter, AdvancedFilter) shrink selected area to used data area and expand single selected row down to end of data

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [24b59a136fe0fdf07aa5d25fe2b93b5e5640562e]

        vitomation01: #i109562 - Modify hCloseDialog() again, syntax of if-statement was bogus

2010-02-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [a00760d9c1a79cb4e54c6e7c55772b81caf3dce7]

        sw33a11y01: #i108125# - include new source file <parachangetrackinfo.cxx> into the exception files.

2010-02-24  sb  <sb@openoffice.org>  [b47b8e7e111186e6bdb3bc4e0188cddae04e6c62]

        sb118: #i80788# fixed Toolkit test

2010-02-24  sb  <sb@openoffice.org>  [da8aa753c03c345ce205a14ea02e94fb7e897d61]

        sb118: #i109564# fake skeleton for missing interface test

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7d32b52bf5bab67074766e5ca6c0f33659637d58]

        vitomation01: #i108621 - Simplified code in tEditCompareDocument, it checked for a number of prerequisites which are required and enforced at the start of each test. The test did not complain about missing dialogs and did not use timeouts

2010-02-24  sb  <sb@openoffice.org>  [6b8c16a1f716031b6d5d7d7b2bb333fbaef42842]

        sb118: cleanup

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [73098889d36fb8618b89a1531290de942cb7b96d]

        vitomation01: #i109562 - Modify hCloseDialog() as it needs to handle optional dialogs correctly as well, adjusted a few other routines to reflect the enhancement

2010-02-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [95bba9780a1364e63894f44a165bf5e992963e58]

        sw33a11y01: #i108125# - provide tracked changes of type insertion, deletion and format change at a paragraph as text markup at the UNO-A11y-API

2010-02-24  Oliver-Rainer Wittmann  <od@openoffice.org>  [e1ea41bc9c2f658d047a8841d1c2d061e1e704b8]

        sw33a11y01: #i108125# - provide tracked changes of type insertion, deletion and format change at a paragraph as text markup at the UNO-A11y-API

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7eac9034fe1e21cbedde9f3474d3efc3ea20194d]

        vitomation01: #i108621 - Need to revert to use a field from the user data as other fields do not allow editing

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1bad7cb053548d274f79f6f2d3a157da81071ffe]

        vitomation01: #i109562 - Call hCloseDialog() in extension_manager_tools.inc

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8b6472feef87f3aa55f6d6a68c97f357b4c76338]

        vitomation01: #i109562 - Remove ritual dialog-closing stuff, call hCloseDialog() instead

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [150e09c7a559ec9bb123c9cfdb146970f7d70477]

        vitomation01: #i108621 - Fix incorrect select case syntax

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [444d76214a0f7e9c4d19a8b0d6ca41e31bc286f9]

        vitomation01: #i108621 - Minor fix in hCloseDialog()

2010-02-24  Oliver Craemer  <oc@openoffice.org>  [5c8851a8ef21752a3fc5c9616d91f7a283696cc4]

        #i85043# HID for AutoFormatRename is duplicate

2010-02-24  Oliver Craemer  <oc@openoffice.org>  [c6f351f96bb13bf07410f1595974612686be6e34]

        #i85043# HID for AutoFormatRename is duplicate

2010-02-24  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b67a6169fa8a1499701403c39b4d96eba1434c7c]

        vitomation01: #i108621 - simplified function interface of hClodeDialog()

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [77fc63b415dcdbb231e640be0b401fa1dd604a0f]

        calctabcolor: Moved 'TabColor' name definition to a more appropriate place.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [4698bb2447acfd6ea6f85416da41ea1c5b2be4c4]

        calctabcolor: Added a new property "TabColor" to css.sheet.Spreadsheet service.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [cf481db4555c3f89b6e73e2a3a79dd536c656674]

        calctabcolor: Reverted the change in dmake that's not relevant to this CWS.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [8a999d5da1f0f35fceb1fac34e0937e2a73f16a2]

        calctabcolor: Various code cleanups...

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [fa3dce1bb7e9bbb0c59415de89bec0cdd016911e]

        calctabcolor: A little cleanup

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [38a215e82a2dbb9b99975397a7d988890c244e70]

        calctabcolor: Squashed another unused variable.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [111578da73a3ed7974f6a46233f37eb6709b87b6]

        calctabcolor: Initialize a variable, to keep buildbot happy.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [1174f39d74158dc13d5c2278b7a4fc5d9a539fcf]

        calctabcolor: Removed excessive invalidation during undo redo; tab color change doesn't equal data change.  Let's not broadcast any data changes.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [8c3ff16202ed7c0d4c73822c72381d1c1fa7d0fa]

        calctabcolor: Further simplified the undo class for setting tab colors.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [88c02b23be641857baca869a48719512a74019f6]

        calctabcolor: Cleaned up a bit.
        
        1) Keep the name of a struct shorter.
        2) Data members should start with an 'm'.
        
        that sort of stuff...
2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [6965b785f51b496356f085274805bfa013e16a01]

        calctabcolor: No need to declare the tab color list variable in parent scope.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [2ab03deceb3343ca85fe0d87d952329d6ec3dde5]

        calctabcolor: Use STL's container instead of using an internal List.  We should avoid using List at all cost!

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [b8cdea71ab986882c8590d1531a0e2ede4c51cb2]

        calctabcolor: Check for NULL, and return NULL not FALSE because the function's return type is a pointer.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [55b416fdb7283c54c6d89ef1d750cca494940ef7]

        calctabcolor: More tab to whitespace conversions & removed those ugly "Added by ..." markers.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [7e01d0af7f0192370d288d9333dac5f7d6210bb2]

        calctabcolor: Fix a crasher; don't forget to check for NULL pointers.
        
        The Tab color would crash when you clicked on the Help button to launch the
        help window, then closed.
2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [8a89e44e0d03ed7acf4ac848b9318c6cac88fc9d]

        calctabcolor: Tab to whitespace.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [2898bbb3d82e49f7c1bc5c92ccb235cd3756ab67]

        calctabcolor: Use static constant values instead of macro define for more type safety.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [384eadc23010eba913416b04d0bc87f9411df0f1]

        calctabcolor: Use static constant values instead of macro define for more type safety.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [7bd2bb8838c4c4c2f268a289276d351503869664]

        calctabcolor: Use static constant values instead of macro define for more type safety.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [c5066e9c3d1cef4e5a27ad6511e2cbb2154f7bc9]

        calctabcolor: A blank line.

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [e1f75279ee368b62d528b63ce0085453ca65768a]

        calctabcolor: Reduce indent levels by early bailout.

2010-02-23  Vladimir Glazunov  <vg@openoffice.org>  [3b3c6d4d90dfc66b72d687eaf1106f18c8d82861]

        Some cleanup

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [3aeb34649fb15f829095496ae22f3167cb10b093]

        calctabcolor: Switch to using style:table-properties to store the tab color, as discussed on the ODF TC's mailing list.

2010-02-23  Ingrid Halama  <iha@openoffice.org>  [5f89bcc23b93a935f260f620d070ae4a20719bfc]

        #i78934# revert test change for thickness of cylinders as they do overlap currently

2010-02-23  Ingrid Halama  <iha@openoffice.org>  [12cf7a97717d72c2439104f9e7e476a117828036]

        #i78934# changed default illumination for better shading and more neutral colors

2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [33490f377b3f762b82de9e5663b1a8cad3877a02]

        vcl110: #i109453# fix degenerate drawLine case

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [bb701f84b482b917230ccf471796568f6b082968]

        calctabcolor: Use PropertySet to set property to sheet.

2010-02-23  sb  <sb@openoffice.org>  [cd48c2897e90bfbedf284c6cdc0ae3c607e64670]

        sb118: removed timeouts and forced process termination from test code (to make failures better debuggable)

2010-02-23  Kohei Yoshida  <kyoshida@novell.com>  [de2b208848cd416a1b9a63f7cc662d653b06a04b]

        calctabcolor: Re-worked the xlsx import of tab colors, to treat them as sheet properties.

2010-02-23  Ingrid Halama  <iha@openoffice.org>  [f0510c0fd3abcf2ae7bfbe11b7145dd086dd4f6c]

        #i78934# changed geometry for cones, pyramids and cylinder for better shading

2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [30b062efa491a257d80a108cdebc03d4a0c384f5]

        merge

2010-02-23  sb  <sb@openoffice.org>  [3981a4a9919f67fef92a5823ea21956dee343c9e]

        sb118: more typos

2010-02-23  Thomas Lange [tl]  <tl@openoffice.org>  [25c6bec2ac046330edec7de64892d9a4e6a4f9ad]

        cws ppp02: merge

2010-02-23  Vladimir Glazunov  <vg@openoffice.org>  [4d8175599b8d193aba6eef89ef905c830b87d7e7]

        #i10000# fix for buildbreaker

2010-02-23  sb  <sb@openoffice.org>  [467375a65aa2353bb9997948d02676bce71a29a4]

        sb118: typo

2010-02-23  Ingo Schmidt  <is@openoffice.org>  [e598ca6923f10810332b8937dc3e25cc39752795]

        native0: #161646# new parameter for unopkg

2010-02-23  Ingo Schmidt  <is@openoffice.org>  [19c60d1cd501b0de978bceae4cab37689cf58017]

        native0: #161646# new parameter for unopkg

2010-02-23  Thomas Lange [tl]  <tl@openoffice.org>  [2f5d3df4f26427a0e886bd1a4b4c209280942ad3]

        #i103700# empty pages and 'print selection'

2010-02-23  Vladimir Glazunov  <vg@openoffice.org>  [d95aa4928a41713923feecd7138c744cd0a4ddc8]

        #i10000# fix for buildbreaker

2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7bab13fcc7eaf64a7d754d348e7b3e0e9afed0f3]

        vcl110: #i109406# escape newline and carriage return (thanks thb)

2010-02-23  sb  <sb@openoffice.org>  [a27673192cf7e8678ee12aa464edb3b6e327b370]

        sb118: honour DISABLE_STRIP when building installation sets

2010-02-23  sb  <sb@openoffice.org>  [743eff74faa3caa801e0cedcdefd8ecd975d63ba]

        sb118: on Windows, pass OOO_JUNIT_JAR through cygpath

2010-02-23  sb  <sb@openoffice.org>  [82cd52a7b60a8aed78c8fdae9b5c0c1070013d05]

        sb118: capture error output in config.log

2010-02-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [0306a406d4207053e2315dd2f60d55d3ba1e29dc]

        hb33issues01: merged DEV300_m71

2010-02-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [d60663bc08a9bc42d5f280def6e10827681e4dae]

        hb33issues01: merged DEV300_m71

2010-02-23  Vladimir Glazunov  <vg@openoffice.org>  [d9cfcd12d468faa5302cba876656942005d9578a]

        No special handling with SOURCE_ROOT

2010-02-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e9c63b9abda64757d66a0cc6be27bff143cdf029]

        vcl110: #i109007# workaround atexit handler in kde3 plugin

2010-02-23  sb  <sb@openoffice.org>  [fdcd4b7a8164053c338150fe34823c0d3cd588e4]

        sb118: on non-WNT, use a single solver OOo installation for all tests

2010-02-23  sb  <sb@openoffice.org>  [155d989d01ad15fd6ee580bc342450b8484f35ed]

        sb118: on non-WNT, use a single solver OOo installation for all tests

2010-02-23  sb  <sb@openoffice.org>  [c31ffc7ccdfa767adb0e06830a6baad3333ea608]

        sb118: do not use vector::front if vector::empty

2010-02-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7b987f633142d3acb3ba6dc3d0eca3b6af425873]

        vitomation01: #i108621 - Added function to close a dialog with timeout using three different methods. Using this function removes the need to use sleep() and can significantly reduce the coding effort.

2010-02-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6c3233bfd4d23e352dee0c297d4724cb125a417c]

        vitomation01: #i108621 - Reworked tEditFields to use InsertFieldsTime which should insert a valid field for all languages/locales without the need to update the tst each time a new language is added to the testtool environment. Removed test for HTML document as it was a copy of tEditFields just running with different gApplication. If it should be desired to have a separate test for HTML documents it is sufficient to call the new test with gApplication HTML.

2010-02-23  Joerg Skottke [jsk]  <jsk@openoffice.org>  [79b80147251b7609ca743bc5f32e5e3498c4672e]

        sb119: #i108411 - Added Crash-slot (allows for automated testing of crash reporting feature)

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [6db6969532e2e4761d7ec1c1486983d6ed23192d]

        calctabcolor: Reworked Excel import/export to get them to work.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [4919363903eff9c4dedca22a2c087a7808b3c027]

        calctabcolor: Tab color is an attribute for extended ODF 1.2.  Treat it as such.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [92d0c12c4a0bfdf06d98eae121b69a82802b43e3]

        calctabcolor: Changing a tab color should set the stream invalid, in order to save the tab color attribute to the sheet during export.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [2ccb52ccae23433c543a9df24e04fae962151229]

        calctabcolor: Import tab colors from ods.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [a29b7cdc581f338473d08079216a06f346e7e6d6]

        calctabcolor: Export tab colors to ods via UNO's property.

2010-02-23  Christian Lippka  <cl@openoffice.org>  [1294294cc6db6560140b3ebc7aed82f77e58dd44]

        presentation placeholder rework

2010-02-23  Christian Lippka  <cl@openoffice.org>  [24be43ab5287828705356e22421cc7fc47fa30a4]

        presentation placeholder rework

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [0b10a16e5bb9b1b6b3dcd1afa112f07dd71c6918]

        calctabcolor: COL_AUTO should be of type ColorData, not of UINT32.

2010-02-22  Kai Sommerfeld  <kso@openoffice.org>  [17e34a20e40a04e8ffca79e384da04bbc7cc5f70]

        #i108909# - export ne_free().

2010-02-22  Kai Sommerfeld  <kso@openoffice.org>  [b59e0ed9703ee780337cd75a03d74042cd1e607b]

        #i108909# - Call ne_free(), not directly free()

2010-02-22  Kai Sommerfeld  <kso@openoffice.org>  [485a1c1c1a068331642745e9e34b9c00e058fad7]

        #i108909# - Call ne_free(), not directly free()

2010-02-22  Kai Sommerfeld  <kso@openoffice.org>  [99f308a4e4b5e86c694ca1589d4c02bf4cca273a]

        #i108909# - Call ne_free(), not directly free()

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [a9233bd6bb2dd1f9ad9c816d7ad24f3de60001b1]

        calctabcolor: Import tab colors from view settings in case the documents store tab colors as view settings.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [e91ccd784a2155f62195d3e80900741f3e6e970f]

        calctabcolor: Entirely removed storage of tabcolor from ScViewDataTable.

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [d5daccbdb1ab66b03ef50c7105b483312be94dfa]

        calctabcolor: BOOL to bool.

2010-02-22  Christian Lippka  <christian.lippka@sun.com>  [45a8da5b0ef448ed37e765a7391dc0c4d3da2f28]

        #i109103# fixed missing gradient step count and hatch fill color for page/slide backgrounds

2010-02-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [af09461e2dab35696af2fb2c8e18c0983a68d100]

        hr68: #i106731#: implement the fetching of external source tarballs from prebuild binary location

2010-02-22  Christian Lippka  <christian.lippka@sun.com>  [8f8ff2eed656838de34d32db09c685a5b73ce0ce]

        #i106339# preserve hyperlinks at shapes in draw documents

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [cc0d82f6a35cf377214df4ab10f06ce64188948e]

        calctabcolor: Added data member to ScTable to store tab color.

2010-02-22  hdu  <duerr@sun.com>  [d4bfdbf4901acf6ad798019780f62c4c93a6c145]

        #i101552# implement dynamic glyph fallback for WIN (thanks yanminjia!)

2010-02-22  Christian Lippka  <christian.lippka@sun.com>  [57684db80b31ec34e3d6c0c59a8bb28ff708a330]

        #i102747# correctly import non table child elements for table shapes

2010-02-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [c39db1e63b4cc4ecc300ad9f497380ec387e0e14]

        writerfilter08: First complex test

2010-02-22  Kohei Yoshida  <kyoshida@novell.com>  [115be1e754c02ba61dcaaa8be29988d0ccafc5db]

        calctabcolor: #i5560# Added new token for storing the tab color with ods, as a table document property.

2010-02-22  sb  <sb@openoffice.org>  [9e3b989dddfef591eb697be509c9a0113c7d148a]

        sb118: #i109518# disabled unoapi tests affected by that issue

2010-02-22  sb  <sb@openoffice.org>  [bef110689b8616e2e246c3ec02ab12d3a802cd46]

        sb118: #i109517# disabled unoapi tests affected by that issue

2010-02-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cd9a78ca085b739beb539070e65dfb2c788e141e]

        changes to help for print dialog

2010-02-22  Thomas Lange [tl]  <tl@openoffice.org>  [97d964702b7d8a9814a52b974505603ffba2e6c6]

        cws tl74: warning free code

2010-02-22  Thomas Lange [tl]  <tl@openoffice.org>  [8aa1053a0e36f88d31dba77e846650bff26b8109]

        cws tl74: merge

2010-02-22  Thomas Lange [tl]  <tl@openoffice.org>  [c5a9cb727bc21a36442f77aedc6ce007de82dd97]

        #i107721# minor change for thesaurus dialog

2010-02-22  Thomas Lange [tl]  <tl@openoffice.org>  [05e896cd790b601feb373ebfd2d69a1031145ae1]

        #i107721# another rework of the thesaurus dialog

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8dd0c9c3f9bc8e4d0152edfb00294c4227db4555]

        autorecovery: connect: lock SolarMutex before locking own mutex (makes UISettings complex test case run, again)

2010-02-22  sb  <sb@openoffice.org>  [935598206f5a469dc459430be0bf9fec558a42fd]

        sb118: #i109512# do not operate on invalidated iterators

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d28b920406a67449c4e0d5018aa36c6dcf1162f8]

        autorecovery: care for recovering a previously unmodified file (where SalvagedFile is empty)

2010-02-22  Kai Sommerfeld  <kso@openoffice.org>  [76adebce87fb2103c32b08f113d86677b03d4356]

        #i109412# - fixed typo in string resource.

2010-02-21  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [08305a40f70ed36b2c096ec798d4a28b1bb18dc1]

        dba33f: use dynamic_cast instead of static_cast - the OutputDevice is not necessarily a Window

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f7f2ff4d6cf2b3125d9d82c8161568fedf70838]

        dba33f: use Ctrl-F5 to toggle the focus between a control and the document. At least in Writer. In this course, SID_FM_GRABCONTROLFOCUS has been renamed to SID_FM_TOGGLECONTROLFOCUS (with the UNO slot name also being affected.). Also, now Writer handles the SID_FM_TOGGLECONTROLFOCUS slot (instead of the FmFormShell), and calls the newly introduced ToggleControlFocus at the FmFormShell. A part of SwFEShell::GotoObj has been outsourced into SwFEShell::GetBestObject, which now can deliver the object (not only object group) of the given type, which is neares to the current position.

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dabd58773267c42a03cfa6c10ddf76944a40ef38]

        dba33f: use Ctrl-F5 to toggle the focus between a control and the document. At least in Writer. In this course, SID_FM_GRABCONTROLFOCUS has been renamed to SID_FM_TOGGLECONTROLFOCUS (with the UNO slot name also being affected.). Also, now Writer handles the SID_FM_TOGGLECONTROLFOCUS slot (instead of the FmFormShell), and calls the newly introduced ToggleControlFocus at the FmFormShell. A part of SwFEShell::GotoObj has been outsourced into SwFEShell::GetBestObject, which now can deliver the object (not only object group) of the given type, which is neares to the current position.

2010-02-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ce0b093f1908ccce9446c29ee479142c61943090]

        l10ntooling17: #i100845# support for java properties

2010-02-19  sb  <sb@openoffice.org>  [5bf30beb87fe471dc055148d49c5034a105c650e]

        sb118: various improvement/cleanup of qadevOOo code

2010-02-19  Oliver-Rainer Wittmann  <od@openoffice.org>  [0eb1dc13a52d83ea03a7731876172485c6aa2671]

        sw33bf03: #i108851# reintroduction of by accident removed parts of fix for issue i59051

2010-02-19  sb  <sb@openoffice.org>  [a66da9af323b3ca231c744c47961b24131e02208]

        sb118: fix lifetime of InitUpdateCheckJobThread, preventing modification of deleted object (m_pInitThread->setTerminating(); in UpdateCheckJob::notifyTermination)

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c835dffaf3525f6f8d0c1d3d34c3ec68600da32a]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fe5f4f5ad0a2577bc87db340974c8fe87df079cd]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d2137e0c3414c5c3d1ba55569316baa4eaf99f5f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ee1f6cd078236f695133fa24fd881b74920b26e6]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eb03a387b1a95b8b4e5eea60c2b7c9c40d71597b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bdc6a1c7617677a48a1579dd89782661b250682c]

        ppp02: #i109401# use correct page range

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d861cda209ec697aaa96d2d722f67a50b9283d20]

        dba33f: #i108572# SwXShape::AddExistingShapeToFmt: allow for the given SdrObject to be an object list, and iterate over all elements

2010-02-19  thb  <thb@openoffice.org>  [4f9c74ec7f55352ca387da9f3be6a3b4f535bdd9]

        Merged with dev300_m71

2010-02-19  thb  <thb@openoffice.org>  [542222f04c17b7534d34c79d40d609b8eb6ec2fd]

        Merged with dev300_m71

2010-02-19  thb  <thb@openoffice.org>  [a4c9aaff986ef280dffee68c101323d4369c8eea]

        Merged with dev300_m71

2010-02-19  thb  <thb@openoffice.org>  [0755c94f9a36f7ccd23a52a58297033a05b10c80]

        Merged with dev300_m71

2010-02-19  thb  <thb@openoffice.org>  [e0a0d16721dbf681cc752d56bf3533719ff5cf75]

        Merged with dev300_m71

2010-02-19  Uwe Fischer  <ufi@openoffice.org>  [a625af6c41d899df8675ef25ac54499db135bde9]

        hcshared25: merge with DEV300_m71

2010-02-19  Uwe Fischer  <ufi@openoffice.org>  [b96ae68f39eba569788445d6214c7e93843e15b8]

        hcshared25: merge with DEV300_m71

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0c5d9c462f98ef6065e5ca31bf25d773bc4d6ad]

        dba33f: do not call MakeVisible with an empty rect, this gives assertions

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [839c7d708a3acbbf52b5ce03f91196884c0dc258]

        dba33f: #i109431#: need a css.form.runtime.FormController, not the legacy css.form.FormController

2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8796ec9bc22bb3d5ae9ba75f6689bad7352f418a]

        ppp02: #i108327# set papertray if necessary

2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [017851cf302d942ba9fc846b65176c125784e481]

        ppp02: #i108327# set papertray if necessary

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ee11939027272d48e9e0691dd47993c250edeb27]

        dba33f: #i109403#: ControlHolder::invalidate: allowed to have no Window, *if* we have no peer

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f134b69089fb4f37f987b28e08f1b9aa48311926]

        autorecovery: 'using' directive needed to compile on unxsols4 without warning

2010-02-19  thb  <thb@openoffice.org>  [7ffd813fd3f0c4ec1e6b6f168acf94a6c3246a58]

        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  sb  <sb@openoffice.org>  [aa4295d6356f375c7b1ab7820bed9aaf762f58bb]

        sb118: keep $(OOO_JUNIT_JAR) off JARCLASSPATH to avoid problems on Windows

2010-02-19  sb  <sb@openoffice.org>  [efa08749ab177c3605bf1577f57b436914352183]

        sb118: on Mac OS X, make sure an RPATH=NONE dylib can link against another RPATH=NONE dylib that in turn links against other OOo dylibs

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2892b4a7f8d53c0329d52551ff6bb50b38311320]

        autorecovery: 'using' directive needed to compile on unxsols4 without warning

2010-02-19  obo  <obo@openoffice.org>  [02bb22a2e4183c4b2198bc95f81d694202bd0757]

        #i109425# libxmlsec not buildable with HH environment

2010-02-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ade45fff47747bf3774b49d923b37ce9a02a178f]

        dba33e: #i107475# set VerticalAlign at uno control

2010-02-19  thb  <thb@openoffice.org>  [b76532e1fbc6ac8d421308cac5a1d4fb239047db]

        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  sb  <sb@openoffice.org>  [6736982a071ee69877df7e6d0efdfaa490991d5c]

        sb118: #i109415# fixed x86_64::classify_argument

2010-02-18  Kurt Zenker  <kz@openoffice.org>  [ca4df39c9c498b08bcc709cf69dc617345cca531]

        #i10000# DEV300 masterfix: build.lst fixed

2010-02-18  Kurt Zenker  <kz@openoffice.org>  [19c6c82576734fb8a8dee5d6c07b2aec7186e545]

        #i10000# DEV300 masterfix: build.lst fixed

2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7b10d5c5f5ed23b9a641ec6113ac940909fd3ca8]

        ppp02: #i108327# set requested paper bin

2010-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [934e7d54fd23c94a94475b838390486f5981fff2]

        hr68: #161650#: cws fetch: fetch common solvers before platform solvers

2010-02-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [53fe5520209e594cdd7257417524c18d7cc722ce]

        writerfilter08: added file name to TagLogger

2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0986be2a1dd63c693a680f26d14c3b8a25768cbc]

        fix a return value issue

2010-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [0277a82a53f43dac652debaec09b2ee7a8170ac5]

        hr68: #i109408#: remove obsolete analyze command; mark SVN only commands; refuse cws cdiff on HG childworkspaces

2010-02-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9aa6615881a902c24b3870c472435f2ed91158]

        hr68: #i109408#: change LOCAL clone mechanism to a simpler one

2010-02-18  Vladimir Glazunov  <vg@openoffice.org>  [7cea4264b04ec6999045bae40f80428068cb7753]

        #i10000# remove falsely resynced string

2010-02-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7084956e2f62bbe9d1ae9356958ac40f2c3c9784]

        aw079: corrected include path

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fd8c2dd9780e8b3f4e9d26783f477452ff62a17c]

        dba33f: #i108311#

2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d5b0d7fada1feab69bc5a9db1332cbf73e6df7a5]

        merge

2010-02-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [7da75419c4d79f0dd3a9c2c17f4e8a18b24183c1]

        writerfilter08: use find instead of mdfind, 'WRITERSTATUS:<nl>' means: Done

2010-02-18  Henning Brinkmann  <hbrinkm@openoffice.org>  [f20e02cdc790700e5b0ad08a3faa690d53044411]

        writerfilter08: corrected status annotation

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1999b46d0941e5590e17a43498f625ab0b89c29c]

        autorecovery: oops, this variable needs to be available in a pro-build, too ...

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c7e9a65998c576d118fd57fee698bf518a698022]

        autorecovery: unary_function needs <functional>-inlude on Mac

2010-02-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d8015eeea723bb718c1506d49359d72091f1147b]

        dba33e: #i108128# catch exception when asking for driver

2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bd62a39d0a9e6044c29061aa020ca0951ce7499d]

        fix a snafu

2010-02-18  Thomas Lange [tl]  <tl@openoffice.org>  [8c8c70768157550d0d30d09808b22eeca7ffebab]

        cws tl74: #i106019# fixed problem with language status bar

2010-02-18  Oliver-Rainer Wittmann  <od@openoffice.org>  [723a40a9525fdd7450f5716eec800eca99615732]

        sw33a11y01: #i103961# - correct notification of accessible objects for insertion and deletion of table cells

2010-02-18  sb  <sb@openoffice.org>  [b545a58c185de34795c7c58cc8edd802365df727]

        sb118: eliminated dead code, causing warnings/errors

2010-02-18  sb  <sb@openoffice.org>  [67c8105193b2d42f0a3c882ca4ca921d050f72bb]

        sb118: fixed typo

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc6521c0b6767d7a3e6e122552ca9a34b22d87fc]

        dba33f: make compile with debug=1

2010-02-18  hdu  <duerr@sun.com>  [8f2547536412e2cf7ddc0ae2762a881937b02792]

        fix build of CWS fchints01 in padmin

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [06faaaad744f836e3cefe97e41fc0312dcdec24d]

        dba33f: ouch - committed a syntax error with the last change ... :(

2010-02-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e81ff0ed0f1b5fcb97fbc949b8a4468f90384926]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-02-17  Ingrid Halama  <iha@openoffice.org>  [bbc63acac07345d502ba5a1af04ad18d6b273770]

        chart43: #i109371# defect legend after switching from pie to bar chart via API

2010-02-17  Thomas Benisch  <tbe@openoffice.org>  [eee5ae330a49c18c4fe8666bc1c2dbc949dc0914]

        chartlayout: merge with DEV300_m71

2010-02-17  Release Engineering  <releng@openoffice.org>  [8c5425185ae47f2b53f281bc901bd196c59dcd82]

        #i10000# new configure

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [031b929268ee18d2f59f64d46533823b783024fe]

        More elaborate handling of SOURCE_ROOT and SOURCE_ROOT_DIR variables

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [69da6aa862808e9c231ade78d413500ef47425ff]

        #i109303# fix --checkmodules for SourceConfig use

2010-02-17  Release Engineering  <releng@openoffice.org>  [788cf8942d85eafd4730ddca223399890e85d050]

        DEV300

2010-02-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6d85a9fc4837eee7f451800d5955d18387cb4bf7]

        dba33f: initially select complete text

2010-02-17  Thomas Lange [tl]  <tl@openoffice.org>  [e8e9f132065f6ceec5bf3eb69241c648651bbb69]

        #i108805# patch for crash applied

2010-02-17  Thomas Benisch  <tbe@openoffice.org>  [6fae3f3921beb7214a77887e083852f27011179a]

        chartlayout: #i109336# Improve auto positioning in chart

2010-02-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [db450845cc315e2f17af5b35331385c690ea6b94]

        hb33patches1: merged #i109325#

2010-02-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [9869559159a38726912bed85f28e076c2848156b]

        hb33patches1: #i109325# applied patch

2010-02-17  sb  <sb@openoffice.org>  [9797a671bcb289787c37417e291998d2228b81ab]

        sb118: fixed code layout

2010-02-17  sb  <sb@openoffice.org>  [83fd69ccc3e235f494b9dc08bd246e591f76d7cc]

        sb111: added README

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [d1ea9488eb6abd66021a18d5daaa73f12c8f562e]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [97412488d9fcd77c21dbeb821dec122008cd2e32]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [7e12418df527339d4a78416596ea12ed3cd6133a]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [22e99ad710239c0604f883f303d91b8c43a71f16]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [f512282ff2fd3e55cb88dc5c94d2db91d91bd3f5]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [5cca2bce895c51bc076833e565c962e7bd9d8a4e]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [bcdb702df7ee74fc1bb4adf9372985d7036ec457]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [13666e4e72c8d01e360f8074a9ce81895c5119d3]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [648aa89d8df7c1153d5f69cd53de1870ba6db1d1]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [bbfe7e2867795f697920d2d7055037e202d2169d]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [f20bccf2958c070cfa1ec08b20f71bb0f70b8cd1]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [d808ad0de162e2549225f547f69aef85c06643b1]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [4bc7de8f2867c8942e17220e1eb9539594b54475]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [5284d1d961e434f53992f6db762e2c15fd4823dd]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [2e7d9a031bd8facc86f8fab2793469fc350ca37c]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [986894712f4d41e979c5dfb9c319e80745eead73]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [ae517b62d906e0137f6af910343c402232a33126]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Vladimir Glazunov  <vg@openoffice.org>  [2490ad7e0faeee86b070e307596857f8bb5517d8]

        CWS-TOOLING: integrate CWS changefileheader2

2010-02-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [4fce0533e7f42927924b0a5ffbcfec1363351f3e]

        writerfilter07: iniitalized aInt in lcl_PropertyValuesToTag(beans::PropertyValues

2010-02-17  Oliver-Rainer Wittmann  <od@openoffice.org>  [3a7ddd1c0a06c09d52446ca7ae83028fcb93e92a]

        sw33a11y01: #i104008# method <SwTxtFrm::Modify(..)> - notify accessible object about attribute change of paragraph's characters

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [b9fce326449160ed0c6f5c07446baa64d38fa3d3]

        calctabcolor: merged from the repo.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [1640953c5ec7bb7366cfdc387b14fe186994acc0]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [1d12694e6a4bcb5b27cc28fe15770747a7abc4ca]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [d33c999cc9103b0d557a7a27570bdc94c8047957]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [83db7551a01e474ea22fcf66d492166b3564b4eb]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [04817ee63463b80e13ebb80b932ecb73341d02eb]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [3293c8d09208b70a3abcfe475919c404c4ddbed1]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [a9ebb7f965435e9322415f76afd48a823d1bd62e]

        calctabcolor: rebased to m71.

2010-02-17  Kohei Yoshida  <kyoshida@novell.com>  [53bc54d3dfd169a2e69dd71af3af7e8ab52ea519]

        calctabcolor: rebased to m71.

2010-02-16  Vladimir Glazunov  <vg@openoffice.org>  [19640eccf639bc3d5ca6ebe08cca19b677111f50]

        CWS-TOOLING: integrate CWS cbosdo01

2010-02-16  Vladimir Glazunov  <vg@openoffice.org>  [b252e975820b8ca377f4727ef09c1e025861bbb6]

        CWS-TOOLING: integrate CWS cbosdo01

2010-02-16  Vladimir Glazunov  <vg@openoffice.org>  [b00a9a5d9a43f42654d4b5ce02b277726ac6a551]

        CWS-TOOLING: integrate CWS cbosdo01

2010-02-16  Vladimir Glazunov  <vg@openoffice.org>  [4ff1be44998f4161985cdf04d5d6ebe3047edfdf]

        CWS-TOOLING: integrate CWS cbosdo01

2010-02-16  Vladimir Glazunov  <vg@openoffice.org>  [3c248f165dbe07a7a1d9087cb4dd8f53768f4821]

        CWS-TOOLING: integrate CWS cbosdo01

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [40db8a7bf4ecb4e85957e98466a7d8a3bbd4696b]

        hb33issues01: #i109284# SwRTFWriter::OutBookmarks: Do not read name of NULL bookmark pointer

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [1e0de25a293bfee629f73b6edea4d6303a2ecb19]

        writerfilter07: resolved memory leak in OOXMLTableImpl::resolve

2010-02-16  sb  <sb@openoffice.org>  [bd87039ed3142439e743a15f9a0ab1bb2954af4b]

        sb118: removed obsoleted checkapi

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [f96a1d437d28fcd981b5c1fb02cc2adf3930d591]

        writerfilter07: fixed memory leak: do not use RefAndPointer_t in OOXMLFastHelper.cxx

2010-02-16  Thomas Lange [tl]  <tl@openoffice.org>  [b22a720f88f2145992acf68f55cde13b56d5e11d]

        #i109267# assertion fixed; quick return introduced

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ed2d07f023a73a488999e0bffe428f8985e13a83]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7caadff93f5b147cfa9f63bc056566256641165]

        autorecovery: do not show errors when we're recovering the query designer

2010-02-16  Thomas Lange [tl]  <tl@openoffice.org>  [1082ededf53ce12e80c254321cd1cabe8a0ae57b]

        #i109267# assertion removed

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c6b2dff376fa217003808e6b001cd9c3eb113f5f]

        autorecovery: recover non-document sub compontns hidden, too

2010-02-16  Thomas Lange [tl]  <tl@openoffice.org>  [e32f77109ee1ae17b4975a8060029cb1aec6fa1d]

        #108327# handling of paper tray for printing

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [110b7db42fa69b3d3ec29c629f2f91b6107fa61c]

        autorecovery: do the recovery in setCurrentController, not in connectController - this ensures all knittings, in particular between controller and frame, already happened

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [77a8443fc381591ce33d3a8ea3c8a7991b287aed]

        writerfilter07: fixed memory leak related to FontEntry/FontTable

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [155487cc3f15c1db017e260c77f2e3d9041e0bb4]

        autorecovery: recover query designer settings not yet finished: - query designer needs to be loaded hidden, and shown when the main window is shown - recovering table windows is not correct, yet (windows which have been added to the UI,   but do not yet add to the "latest known" statement, are not restored (probably) - closing the recovered, and modified, query designer somehow does not ask for saving

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [d045e0247f3b41ba0079f63fef7af9cee577d5d2]

        writerfilter07: fixed memory leak in OOXMLPropertyImpl::resolve

2010-02-16  Oliver-Rainer Wittmann  <od@openoffice.org>  [9a178b2ef9731f746eddae4041eb243a6aa2d292]

        sw33a11y01: #i88070# - accessible Writer comments - part 4

2010-02-16  sb  <sb@openoffice.org>  [7fb4c7783bcd1b1e6aa620cf7e06d683e8444f84]

        sb118: work around non-POSIX default grep on Solaris

2010-02-16  Juergen Schmidt  <jsc@openoffice.org>  [81e8abd58e1ffc0aa15355b3bf5454cb76b04813]

        sdk330: #i107701# update databasename for SDK

2010-02-16  hdu  <duerr@sun.com>  [f390b033cf20e447a181d4d984593ca2630275f4]

        #i88303# adjust WIN build to removed X11-only members

2010-02-16  hdu  <duerr@sun.com>  [a183962c8e325ee0d270181fc797b8f8bd74e538]

        #i88303# added GlyphCache::InvalidateAllGlyphs(), dummy for now

2010-02-16  hdu  <duerr@sun.com>  [90879796f7b668255ccb499394a2d1b99da4bede]

        #i88303# fix compile on OSX and WIN and move that code from event handling to font handling

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [44ce7ccd50206e7784130ee418fc6a01bb8aa0cc]

        autorecovery: import query design settings (but do not recover the query designer)

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cda5b4e3899451f99741472704b325a9d5f9dbd6]

        autorecovery: remove unused local static method

2010-02-16  sb  <sb@openoffice.org>  [7985a63fa7c807a5b54c4a1b34da10730ca788a8]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [68a9b9a3339628f2a8db8e0b430e87b88a9a1afc]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [34cee89411da550fe89908e5a0aaa52a7f32ea2b]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [e3f3cc2d7f5dc477a01eef94601ca3082e82e3a9]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [7c63faa1e8ebe9efbddef6f0f5215882f85f781a]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [6272f8f84daa97cbcec5581f09c1bb07e5c1e3b3]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [52b23e4bfae2c96ec1963c48b5dc8feb39b883ad]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [710883e305800b15b9b415fe39db90a3ce88e25d]

        sb118: adapted remaining */qa/unoapi tests to new framework

2010-02-16  sb  <sb@openoffice.org>  [ee90a96ae70d1d4ab65ef037bed45d1a9efb7e2c]

        sb118: handle --without-junit gracefully

2010-02-16  sb  <sb@openoffice.org>  [9c5a5a6c352f3797a376c1e18b5f10f8ca0cdc92]

        sb118: handle --without-junit gracefully

2010-02-16  sb  <sb@openoffice.org>  [02c5e0d34659420b2e8a931f4269a5d3f7566697]

        sb118: handle --without-junit gracefully

2010-02-16  sb  <sb@openoffice.org>  [8314d9195a261cc7f39cfea47c9de2e6a22d13fd]

        sb118: handle --without-junit gracefully

2010-02-16  sb  <sb@openoffice.org>  [b82f76df1be13aa9d04c2845ff23bcdea9e76b60]

        sb118: improved OOO_JUNIT_JAR configure check

2010-02-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [b75f6e08247fdf39005cdb1ea68cf9ae71d7f925]

        writerfilter07: handle not replaced by rHandle in debug code

2010-02-16  Thomas Lange [tl]  <tl@openoffice.org>  [e54a20bf1a45c1c0d2abfe2a7a19bbf2c0bd6bee]

        cws tl74: merge problem fixed

2010-02-16  hdu  <duerr@sun.com>  [acd938f2b35736ec9dfe5822daff9e34f2b53fe5]

        #i88303# allow compilation on even older baselines without cairo.h

2010-02-16  hdu  <duerr@sun.com>  [12284fb4daa369166033b2faa651774a497afb66]

        #i88303# adjust OSX build to removed X11-only members

2010-02-16  hb  <hbrinkm@openoffice.org>  [b05797c0a0a70256a672adeb6004fc2099711379]

        writerfilter07: resolved warnings on unxlngi6.pro

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eb79829c17871ccbad0daf469dfd7bd9c85eb8cc]

        autorecovery: outsourced the SubComponentRecovery class into a dedicated file, in preparation of recovering query designs

2010-02-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a1c40ed088aeabc90c260d9b8bc7e0db24d1b146]

        autorecovery: fixed member initialization order

2010-02-15  sb  <sb@openoffice.org>  [584c265e3e46793b02b7329d173c71503138fd50]

        sb118: configure OOO_JUNIT_JAR

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [1ff66b00e2f5bdaf4cf6d299bcad800909ddf97c]

        #i108940#, #i109294# interface for manipulating with source_config

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [f18e50b82a44b1ded64aa9641804dd2f4f7bfb09]

        #i108940#, #i109294# interface for manipulating with source_config

2010-02-15  hdu  <duerr@sun.com>  [b0b248a9d63fdbed74fb87aaf6a5246beb30369d]

        merged with DEV300_m71

2010-02-15  Helge Delfs [hde]  <hde@openoffice.org>  [1040e1e7aef9f18c0fc367338d310b7fd6746477]

        cbosdo01: i108312: fixed integer to string

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [dd0e1a72b23e219d961970daf5a418e8b4ee55f1]

        CWS-TOOLING: integrate CWS native282_DEV300

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [d4a7dcffe654bee8ab003f56812fb0686eedd687]

        CWS-TOOLING: integrate CWS ooo321gsl02_DEV300

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [5764230f546cd20dd4e5787d2b9277812527b775]

        CWS-TOOLING: integrate CWS ooo321gsl02_DEV300

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [3ccb6c9e3a33c0b95dafc1fb0071dc5df50ce49a]

        CWS-TOOLING: integrate CWS ooo321gsl02_DEV300

2010-02-15  Christian Lippka  <christian.lippka@sun.com>  [50ca0f989c5a34ff0b31a9286553561f2066a244]

        #i109010# fix view comment settings

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [e7fd3a40ed3ebf97d45068096ddca846db755bcc]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [82c3cb81272450f339f0286e3c4bc56cce55d873]

        CWS-TOOLING: integrate CWS aw079

2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c7ea93ac73821a4e0800ff3de01aa11f181980ea]

        aw079: rebase to m75

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ee0a0a80684cc334f0fe3fa4fdb4ad444fdf84e]

        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-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea73702eb1b6a662c430474e06fbe33c1200347c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2cf0840f4cc0e8240bc771e1a83edf9631b7d742]

        autorecovery: clarified the role of a doc's URL/Location as per agreement with MAV, XModel::getURL and XStorable::getLocation both need to return the logical document URL, even when the document has been recoved from another location. So, the DocFileLocation of the ModelImpl now is for internal purpose only. Consequently, ModelImpl's API has been reworked to better differ between the logical and the "loaded-from" URL of the document.

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [45e484090df6ecb3f6a883103fc4e905d20a6f77]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [3ff4a8877d1e1a71865a8e5b4c1de625a4ee694f]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [f7e96ea9b84aacc0c0a824516de7db7821a4e69d]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [d83ecc038137d32e538a4a3d8c346693aeaf38c8]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [8a1a85387e0b29a44fe78f3b985d35da331425c0]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [8eaa8646d0be6f0f030d77705ad1a494f2361628]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [cf0e05f0a637ef84f895214795ab05bcd4166c2b]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [6cc84b3470058abb21567506228112eb15ba59f5]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [5425bea512ea8ee87fb5ee34d0587936101c5d3a]

        CWS-TOOLING: integrate CWS cmcfixes71

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [b1655e730f3fe55b57e56b6131c2adb0f4b1423b]

        CWS-TOOLING: integrate CWS mysqlconnector

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [ee4509b9c0513e318c203d3b1fe789983f0f5120]

        CWS-TOOLING: integrate CWS mysqlconnector

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [8943aa4a4b39653b91d69f89e7e3d6057b768d68]

        CWS-TOOLING: integrate CWS mysqlconnector

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [130d648f21ad0b9456716a66b92b641b5a1e309d]

        CWS-TOOLING: integrate CWS mysqlconnector

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [c4704628898ac32ca46f90d3ff28c0e8428441ef]

        CWS-TOOLING: integrate CWS mysqlconnector

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [5b7dd611218128c4747d01add8387ae909a61c13]

        CWS-TOOLING: integrate CWS dv17

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [919bd854d2257cfdbeaeb4e086f83fa8409f8e58]

        CWS-TOOLING: integrate CWS dv17

2010-02-15  Vladimir Glazunov  <vg@openoffice.org>  [71e851001abe1037395bf96403458ea95c141ecf]

        CWS-TOOLING: integrate CWS dv17

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f3c1db59a8b29d1ff964bc67c6b937ae63c0191]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [009ab0e80350627a53b6f69a8d4f85ab26af8de4]

        autorecovery: when saving recovery information for a DB doc, export query designers, too

2010-02-15  Ingrid Halama  <iha@openoffice.org>  [399e814004b6a16b01068b45d1ed2d4005de0b1d]

        chartmultiline: compiler warnings

2010-02-15  Ingrid Halama  <iha@openoffice.org>  [8b7c59ef2e4da1af9dd8ccafcedb7dbccd0b8f46]

        chartmultiline: compiler warnings

2010-02-15  Oliver Craemer  <oc@openoffice.org>  [97df8510ba54124f695ce594633442b2441935bd]

        #i108777# Automatic Tests for Hierarchical axes label

2010-02-15  Juergen Schmidt  <jsc@openoffice.org>  [96372859c9e31c80a3da5022c6328c7fc390e254]

        sdk330: #i105320#: remove since mapping from autodoc call

2010-02-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [175c66279d8e773627286a09b3023196512f1fb2]

        writerfilter07: TablePropertiesHandler: did not compile

2010-02-15  Thomas Lange [tl]  <tl@openoffice.org>  [c2c0451fa0b47d684e91f751767242ef71c15815]

        cws tl74: merge

2010-02-15  Thomas Lange [tl]  <tl@openoffice.org>  [1e1ee7183aac2cdae7aeab7509ee6c34ee9133d9]

        cws tl74: merge

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8a34c54d33aa36fe82317315b97a3d69bf9e8aea]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1c0930feb3e520c2823b63076c9b348f863a4253]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0d16f5fa42b9b7f734ee626a30fed79e0e6366bc]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fd68260cab22f298e3e6d0b3e34f4d85edf7b5e1]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a4bc14c0d6c2d2d6af476f9fc446381be615e752]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c31dbdb732ecbbc52aa13d96646e10e4056fb316]

        dba33f: fix import order

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [be823b13e919dca677905ead35a95087bd9f963f]

        dba33f: #i53377# new event and listener to get the changed bookmarks and refresh the grid

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [40260f9c6de091bb46b2c1529537540f5f9b12a4]

        dba33f: #i53377# new event to get the changed bookmarks

2010-02-15  Juergen Schmidt  <jsc@openoffice.org>  [e19bda917ceb2066eeafaa191400b2b6b192477f]

        sdk330: #i109273#: change copyright

2010-02-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4c43716cecb1aeab9f4713aa00e00be4f169ad7c]

        dba33f: #i53377# impl join rowse helper resultset which is updateable

2010-02-15  os  <os@openoffice.org>  [27e5fae0093be37aa9fd2a6f2c2539591ac82835]

        unused code removed

2010-02-15  Oliver-Rainer Wittmann  <od@openoffice.org>  [9bba964993fe859b40a5c125406653ee3ade122e]

        sw33bf02: #i107834# - remove applied patch for deeper investigation

2010-02-12  sb  <sb@openoffice.org>  [af18a1d5d9795fcd6bc8647035d93cdb759d7c4a]

        sb118: introduced JAVAIFLAGS so that Java interpreter matches OOo jnilibs

2010-02-12  sb  <sb@openoffice.org>  [f8e5730d9966d33983de11377ee1ba3f1e8ad987]

        sb118: introduced JAVAIFLAGS so that Java interpreter matches OOo jnilibs

2010-02-12  sb  <sb@openoffice.org>  [b4bcff765d0d48b2fe2cc1854d31f076f75d3671]

        sb118: introduced JAVAIFLAGS so that Java interpreter matches OOo jnilibs

2010-02-12  sb  <sb@openoffice.org>  [e4e67afdd47526db35aeed9632f4abe4b76085bd]

        sb118: chart2/qa/unoapi to new test framework

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [4ed2a42bf1d412f75371ed890305d4429c11b20d]

        CWS-TOOLING: integrate CWS kohei03

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [d5d3184fcd9e73adfcf14d15df9c5a86cca481af]

        CWS-TOOLING: integrate CWS kohei03

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [426836e440fcc4182476ca5596d6e84024a57415]

        CWS-TOOLING: integrate CWS kohei03

2010-02-12  sb  <sb@openoffice.org>  [cb4920c6db8ab9e25fda6fc50cd8d564a64fc032]

        sb118: removed erroneous dependency of sw/qa/unoapi on sw/util from previous commit again (unoapi tests against an OOo installation, *not* any local parts, anyway)

2010-02-12  sb  <sb@openoffice.org>  [3ef6cfa566e6d419d58f2659a649ba9c1308cdc5]

        sb118: moved test OOo installation stuff to new solenv/inc/installationtest.mk (makefile parts) and new test module (C++ and, new, Java unit test parts); adapted sw/qa/unoapi to new (Java) test framework

2010-02-12  sb  <sb@openoffice.org>  [13de8eb0e0d603fdaab6503616ae72c11d972ac1]

        sb118: moved test OOo installation stuff to new solenv/inc/installationtest.mk (makefile parts) and new test module (C++ and, new, Java unit test parts); adapted sw/qa/unoapi to new (Java) test framework

2010-02-12  sb  <sb@openoffice.org>  [5a43d0dca53727209d19369048ac2ee514024776]

        sb118: moved test OOo installation stuff to new solenv/inc/installationtest.mk (makefile parts) and new test module (C++ and, new, Java unit test parts); adapted sw/qa/unoapi to new (Java) test framework

2010-02-12  hdu  <duerr@sun.com>  [8ebc09348128bd97de5e27a5c6a728c9a688dd3f]

        #i64508# exclamation dropped accidentially

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [da975155be99f7ed1c455fe9a4e92e22285a0671]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c8fee704a47933619e8f97f9c5b4d013576bb12]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1333cd2250ff8b1d648062a5767203ea1a051dd2]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [532d335fd539263d2427caca29341cd07591c2e8]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7b98b2f1a6124a61ec4b2da92782d17c56914a]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [e095da0ff07145e8088baecd54f670b630149dba]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [29d7a3467f9622ac11870d7788fee3554efae5a3]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bd250ed6ca794aee99daf3ee2196a2e2f750149]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [96cacc4118cc2fefc1c114999f1eed46157de136]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1744288e5f5afbb68b8533c7a0ad31cfb56973b6]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3ec93586d07639c83b80f84b14c21872408e8d0]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d270e0649f965acb111edb5a762f31cf2bb1bec6]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [db02ac8b89b8ec1e3d84f2676665667916582423]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cbaf706bedb5d4c5a3c417c8c4f3126d0428cdf]

        changefileheader2: #i10000#: convert files with CR/LF characters to CR only

2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [052bc00a2ed9efd87a0176e19c369629472060af]

        recent changes for grid control

2010-02-12  Mihaela Kedikova  <misheto@openoffice.org>  [d9c5d33b37f86ec8a91afcb87a3628f7e0bfcba7]

        recent changes for grid control

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [64f1d786dd49626cec33d231292ce4ecb28b9c1f]

        cws tl74: merge

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [249ed876d3d1f7dfc76682c6c7e4e6fb29d3e0b9]

        CWS-TOOLING: integrate CWS tkr32

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [d0ba772044bce89644839e9eb2451f67045fd057]

        CWS-TOOLING: integrate CWS tkr32

2010-02-12  Vladimir Glazunov  <vg@openoffice.org>  [e752187ec92cbb647a5dab3e5c142543842286b2]

        CWS-TOOLING: integrate CWS tkr32

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [aed67decb2c1f0f77599cc3568f4f4c32fb5da06]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [98830d0c79642a9e81ff7036221515151e4b6cca]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [41578d9fd17c41687aca3c08a38f58398366eded]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a775097fe7f6723fdfe037cffd6c99dfef9f0e1]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f12d4d6c2e8351a1b1e2bc38300621a9d3cd3b0]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae19e5feff59f578d3f8de6fe9c27f9a57ba63d1]

        #i10000#: remove obsolete empty files; trim duplicated header content

2010-02-12  hdu  <duerr@sun.com>  [0e8738b204f6cb36a5cb67546fd424b4c9e2389c]

        #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>  [2de4fcfe1310b2860799752c5101f09744e47c21]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8d20ca7e3b58b53fb012ff4f91a8986001d319]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [aac3a82b827c04ce885e07e9fea8226aaf11b5c7]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [36de66bdf066b984ff15995035d2fa86d7123b42]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a359bd2a8d7621574942287703e7df69ebffa16]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1708f6091bfc05164fe2bd770664ceb26826a6b8]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e939d8ed5c57400a439d406586666faf6b7b2b]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea6543401c1cd17e18aba93603aeeafd332fff15]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c0e541f4d7e3b14861ae10f1ae0db326b4fbd8c]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c80db2eb3bcdd73112bb5ed093c83918870353e]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4326ef06febe54729620f31d18505fd9f847a7f1]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [f281d77a219c9793c9b9215ef57f8ce1331eb487]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1296914c8499ec1e6f8977161a85c4248096feec]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4573ccfffda4c2bea55d1da2ac1357bcde91e67a]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e19ff00c708a9dbcc49f924e795d8a7b418a95d]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d737723bf2ff6e65d180276913646470d14406b]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [8764506704eca7215efafd5a2e88f8b93a1e52b6]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [82b1d381cd7000675522fb2a075dd34545a1bbb2]

        changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)

2010-02-12  sb  <sb@openoffice.org>  [75d11d8f2f10604b35c6b0fb4bb24660f32f8329]

        sb118: minor code cleanup

2010-02-12  sb  <sb@openoffice.org>  [5610f316cbbeb5757fd7d669445b3f190e7067e1]

        sb118: update tCase whenever tEnv is renewed

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [8271450d60311037976c7b794ea7f802827222c4]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [54d3e4ce7eeca7558fae7e5d127ca5d0ba7b4351]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [1d102d219fdadece2ad745059b15ca2620ba1c00]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [f75fcb170699d867e1892c9f2b696a1b152cd16f]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [55b0bd0da7041b3c960b4013b5dbee5e91e30f23]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [b475e4bb0c0445df9cfd7857a65790d173a31985]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [b128067214eef5c7916a27b92d35ce2cd49a8d72]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [e099fb30fe94e578bb5842d04a155c9b302b61ee]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [8523afb0a718df3218b9aa27380a62310744e3cc]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [af8456f7e6e3d0f60a74d4147a9f741e638ef9b0]

        cws tl74: merge

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [0cb62ab4b4a6ea27293d036c94912a74f6007efe]

        cws tl74: merge

2010-02-12  hdu  <duerr@sun.com>  [2f5ebcc0bf8ae7e8f3200d742abb2a5bd5bebfa6]

        #i108914# get rid of superfluos header includes

2010-02-12  hdu  <duerr@sun.com>  [2e95ccf6599ae86c7ab02fb2c7b5b25ad61b5828]

        #i64508# cleanup empty GetFontOptions() changes

2010-02-12  hdu  <duerr@sun.com>  [565680d257f132203e19a9fef46dfc98a11bb989]

        #i64508# #i108914# adapt X11SalGraphics to both preceding changes

2010-02-12  hdu  <duerr@sun.com>  [b1c8ac1a7b8c1d5b08fb1d2b0ab2d3bc5a31dbb9]

        #i108914# avoid construction of OutputDevice in SalGraphics layers by splitting off ServerFont::SetFontOptions() from ServerFont constructor

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [225c1f6065166ca11ac0fd093c29dde4b12ff2bd]

        writerfilter07: generate attribute handling code via rng:ref correctly

2010-02-12  hdu  <duerr@sun.com>  [9b9f086d5d6a0425b6468a675b745499f5964b52]

        #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>  [594ffd1d561d75217d1bfcb1cb9aeca5cf31c676]

        cws tl74: switching from DBG_ASSERT to OSL_ENSURE (don't use 'tools')

2010-02-12  Caolán McNamara  <cmc@openoffice.org>  [ed6c525781faf45ec5d408f22e17352bfabb97f5]

        cmcfixes72: #i109194# http://fedoraproject.org/wiki/UnderstandingDSOLinkChange fixes for raptor/rasqal

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [2800d0a3d9668dce428e0a9f6c6fb8f4c308f729]

        cws tl74: merge with DEV300_m71

2010-02-12  Thomas Lange [tl]  <tl@openoffice.org>  [9f85dcd4ac25f368185863a53ba862f4eb5dc332]

        cws tl74: merge with DEV300_m71

2010-02-12  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9133a91f5e13f4ee1cc0cdecb287dc28bc055b18]

        dba33f: fix delete

2010-02-12  Caolán McNamara  <cmc@openoffice.org>  [24de033cfe6755538e6104db27f08b055783fa84]

        cmcfixes72: #i109192# allow moz to build under arm

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [d71df7bc36d4f290979cf971aecffb457f8241d5]

        writerfilter07: added test documents

2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4de89c5b78184fb74e5c907df3d911379fa018be]

        autorecovery: +ENSURE_OR_RETURN_VOID

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7878b4f9db37a25be146c36438422ad1a2c9141f]

        fs33a: #i111238# now with UserData support

2010-04-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [08e0e53c74d3d5019a7c510e39e8adf57145ca70]

        fs33a: #i111238# add support for images to AWT's ListBoxControl/Model

2010-03-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f400db10eea4d9244506d671671598379437630d]

        os141: allow tabstop also for treecontrols

2010-03-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [73fece8b3989b7dc56fbcf50c720ab70e6ba5995]

        os141: when all rows are removed clear also the current selection

2010-03-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7e2c826eabd76afb13bee5c3231221011b388099]

        os141: fix order of calls

2010-05-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8fe1b22df970e2049d8143bf64a23b0ea4b6ad53]

        unoawt: merge after pulling from CWS slidecopy

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [c1252274a6752cc4871a14afe8ba118305eae092]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [94391742c3665a8f00709a3999d7c6c5a1cfd8ec]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [e5d4d09e0af00bc7ac9b66ee13bb3b1cd8962a08]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [13ec959c7a17a006dc25a86c7bb06152de4f46d3]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [1868c02e2850f03c38e991e3b141309033d3ada8]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [7e3e4d761fae8fd18982555dc8b0090278b73968]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [bf46a7eb716c19ad1d47f4922950dd8c0e08dffa]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [22d0ed968d736ea5f757a93d3cb1b5fb6e152f80]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [2c3522842475153113f3fd730d2a3ecb63172b7d]

        writefilter07: merged DEV300_m71

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [58e6c25b68c138382a91ca356c559ca8892cc4ae]

        writerfilter07: debugging property sets improved

2010-02-12  Juergen Schmidt  <jsc@openoffice.org>  [281ce161812bc1eb20f60775ca6db0ec04b6c181]

        sdk330: #i107695# update reference rdb to ooo320m12 (3.2)

2010-02-11  Kohei Yoshida  <kyoshida@novell.com>  [0fe44ab08684b630e0a62dfbf873a19c368df33f]

        koheiextref01: patched dmake it get it to work on SLED 11.

2010-02-11  Kohei Yoshida  <kyoshida@novell.com>  [8fa4cba15fb359d280dfc9711100f61b010df512]

        koheiextref01: #i109168# Reworked the design of the external cache table.
        
        With this change, the cache table no longer stores empty cells at all,
        with no exceptions.  Instead, it keeps track of cached ranges to determine
        whether a cell is empty or unretrieved.  This change also helps simplify
        the logic of getting the value of an external cell.
2010-02-11  Ingrid Halama  <iha@openoffice.org>  [c86eefb01075b6e974aea848d053693ad27271e5]

        chartmultiline: #i82971# complex categories (#i109161# range segmentation detection fails for discontinuous ranges)

2010-02-11  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a9626fc825840c49fd3135fbf4818e276cd347cb]

        aw079 #i99386# cleanup of define and last change from CL

2010-02-11  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c44386b26b233abc19936a99efb3ac7781bdaefc]

        aw079 #i99386# cleanup of define and last change from CL

2010-02-11  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c4eadd3cb2aa9e6e12123683728b9dd2c587eb25]

        aw079 #i99386# cleanup of define and last change from CL

2010-02-11  Ocke Janssen  <oj@openoffice.org>  [1fce2c371098c9f3226be547ec0d2ae6b8222678]

        #i108897# set first bit to 20h

2010-02-11  Juergen Schmidt  <jsc@openoffice.org>  [dfb4a291005c5e723cca945f0772b7d01e2e4f73]

        coc02_1: #i109111# increase ant version to 1.7.1 for HH build env only

2010-02-11  Caolán McNamara  <cmc@openoffice.org>  [73fede6d1033a3d04d72fddf735a38d7fe1f7e68]

        cmcfixes72: #i109154# upstream javafilter.desktop

2010-02-11  va  <volker.ahrendt@sun.com>  [b94cad41f35d3abcfb75b2b44980b6a72bb07238]

        removed sun_colors

2010-02-11  va  <volker.ahrendt@sun.com>  [e8b65120bc1c113694ed2b8a74c542031c9679f3]

        #161628# Removed Sun Colors

2010-02-11  Niklas Nebel  <nn@openoffice.org>  [c63cf60a0ba014159b156fbb46de133cb9b02452]

        datapilotperf: fix buildbot errors

2010-02-11  Joachim Lingner  <jl@openoffice.org>  [e7c9b11009a200520de9180741032e1183fb2ec6]

        native0: #i100282# Support unopkg --suppress-license option

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [8c87a43bb1735c0807ea9d94a92930a387c01632]

        CWS-TOOLING: integrate CWS mhu22

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [70979090e89d376622b7e47f7823a57ea0a63396]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [5c6ad5e72414d06c3bf265ba64fc1c2bd24af121]

        CWS-TOOLING: integrate CWS sw33bf02

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [c86eff6bc55d5ecc9c7689f931bb30e9f19e2a09]

        CWS-TOOLING: integrate CWS jsc330

2010-03-22  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [9c35196ddea3206601ce5bbc0d70d39608f6410c]

        mhu22: update from master repository (DEV300_m75).

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc74a89be994799ee807eb518b2399b1471ccb5e]

        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>  [565dc1fef4ec02a4dca713cf4e1d3f230c3f928a]

        sw33bf02: merge with DEV300_m74

2010-03-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [6d03994e21a228a5e28e1735fb3fe5ee2b517087]

        mhu22: resync to master repository (DEV300_m73).

2010-03-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [709ee7e9b098fa7074d84d3faab7aa5cd5ebf73b]

        mhu22: #i105430# #i108349# Fixed registry:ORegKey reference counting to avoid redundant closeKey()/flush() calls.

2010-03-04  Juergen Schmidt  <jsc@openoffice.org>  [cc180d4c943c6e5d5902f95594abb1acf0d5612c]

        jsc330: #105478#: set Java system properties for https proxyaccording the office settings

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [52172f1f9a1d88f0d3241f46c9c87dc2d71d5d2d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a62079a06fdd16e9b10ade75968d11643f0f27a]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-11  Joachim Lingner  <jl@openoffice.org>  [d143e5ea3e47626ad6d51a05ebcaf9cf3a54b2ba]

        native0: #i100282# Support unopkg --suppress-license option

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [ea3ca9b5409c820fd626225c31219c43251a765b]

        native0: #161641# XPackageManager.addPackage can install a fold - transplanted from 0dce9af1d5a3@native0

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [342cfc78c20a5f385826bf704efe56c8472bd44a]

        #i107751# #i89119# reorder buttons - transplanted from 6735ee79adb4@native0

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [b73fffafe366966a588edb2e2c0cfe120f270d3f]

        #i107751# #i89119# flat image buttons - transplanted from 7854e4fde73a@native0

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [12489936578836a3a6a70c3c799dcfda310c46a5]

        native0: #161580# make native intro progress optional - transplanted from 1070cbd32693@native0

2010-02-11  sb  <sb@openoffice.org>  [f321b0bed8021ff22714095371db907897cfba35]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  sb  <sb@openoffice.org>  [57aa95f8ec0c9615619d55c5323c0c0ac0a04d18]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  sb  <sb@openoffice.org>  [91fa813aabd67738b1d22017d29f783d31b19c79]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  sb  <sb@openoffice.org>  [074b2e27266225a5711e2ee823ee2c3ab6e813fd]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  sb  <sb@openoffice.org>  [1eaa9c24e22e375b60b89169d7031b8ef5866eab]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  sb  <sb@openoffice.org>  [07fcc82faf738ae75f85402f1b49df4fbe27bebd]

        sb118: #i109112# re-purpose EXTRAJARFILES

2010-02-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [8515b4a252b8a112337052f9d22211451516441d]

        writerfilter07: Made PropertyMap::Invalidate protected. Invalidate in PropertyMap::insert

2010-02-11  Thomas Lange [tl]  <tl@openoffice.org>  [89246e3b483b26859b105902f9042ca9fdefe374]

        cws tl74: #i51258# thesaurus context menu

2010-02-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [d4b14da5383a0ff23e9fcd663d3e91030e9ca301]

        writerfilter07: debugging code for property maps

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f0f3f648cde11d14b24c1e2b6d4baa1a96be57d9]

        automated merge from dba33e

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c66669d1af8b9a566ea26721d221326f2994ea49]

        automated merge from dba33e

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [43b9da7326dcf21ead6edabdf4c66be39a9a6360]

        automated merge from dba33e

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fd463a505986265ca7f6c3cd946fabaf87da345c]

        automated merge from dba33e

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [38076bc77efaf3956553760a07e5332e1c9af724]

        automated merge from dba33e

2010-02-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [55aca7c428f0e9ee71a42d773d7df9036b4c8210]

        automated merge from dba33e

2010-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ab8f91dc7359fb53642632d2d9232f90579169ac]

        ppp02: #i109022# create automnemonics before layouting

2010-02-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9eb4dc23770049fc9f70f4d04e36b561e6cec91d]

        ause110: #i106731# reset new variables

2010-02-10  os  <os@openoffice.org>  [b612c88abef8ef4ac71a30f10f61c010f9269452]

        update to m71

2010-02-10  os  <os@openoffice.org>  [45416c690f87e05fe7e67bb79e1acfd0017a66a2]

        update to m71

2010-02-10  os  <os@openoffice.org>  [a1a187fa9058640e09009b4b1c483106484e878f]

        update to m71

2010-02-10  tono  <tono@openoffice.org>  [e19474e5d3256451f889d1b9422b296b912cff06]

        i#109027: mingw port: Fix WeakReference assigment failure using WeakReference::clear()

2010-02-10  Helge Delfs [hde]  <hde@openoffice.org>  [4ab8630c6de353e3da7531e8d459afb2b07aa85a]

        cbosdo01: i108312: reworked for activation in test cycle

2010-02-10  Christian Lippka  <cl@openoffice.org>  [868f5303e496b11b558db4c0475ed87220cf19a5]

        some placeholder bitmap finetuning

2010-02-10  Christian Lippka  <cl@openoffice.org>  [9a0e6f1451435e0c2223d91dec51e95b1ccb0b35]

        some placeholder bitmap finetuning

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e2f368bccc934b7555b6e72a87ba7c08915c4afb]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1da29075c32200113d3cc6f5729ee95e3d071a48]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-10  Helge Delfs [hde]  <hde@openoffice.org>  [3585161d14b240ea3909aa4272ab43942540621c]

        cbosdo01: i108312: reworked function to select entrys in treelistbox

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ad3524adac606b2b06b5d98f9c5193f1fb40dfa1]

        dba33f: #i108959# check if null before calling

2010-02-10  Helge Delfs [hde]  <hde@openoffice.org>  [1560517ee37922617d13787647e979f82d1aa89c]

        cbosdo01: i108312: added test documents

2010-02-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [0affe5f7072c1dffbc83f69509d846d66a8ccd6d]

        writerfilter07: DomainMapper::endTableGetRowProperties: Invalidate PropertyMap for row to the actual values, DomainMapperTableManager::endLevel: reset table width

2010-02-10  Henning Brinkmann  <hbrinkm@openoffice.org>  [55794d87eefb23f284c11d084ecc3628b8cc35ec]

        writerfilter07: debugging code in domain mapper

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0e69d32808e0bae81188684bc63f00c33b91f47]

        merge

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b7561676142676005dc6a6724ca274c55235dea]

        merge

2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [320a65cdff355760da860f5f55689056d39089d6]

        aw079: correction linux build

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f4ba6a75910f44a8b98de1243fbd5a9dfef5aa49]

        autorecovery: let the SingleDocController, and derived classes, support XModifiable

2010-02-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [28f0ce26ad0ba4c5dda5536697e0628a3311dd4c]

        sw33a11y01: #i88070# - accessible Writer comments - part 3

2010-02-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [98c28b92b043fdb49abf2e44fb746414527617f8]

        sw33a11y01: #i88070# - accessible Writer comments - part 3

2010-02-10  Oliver-Rainer Wittmann  <od@openoffice.org>  [132f28c341e1c801ec13cae01ce39b0917bcdc05]

        sw33a11y01: #i88070# - accessible Writer comments - part 3

2010-02-10  os  <os@openoffice.org>  [ef09592d5ae968b7337863bb1a3538944ed1a960]

        #i107225# combined characters: prevent unwanted merge of consecutive fields

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [66a73b89dffcc55836e4da5f0d9450d89d692a07]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a8b830c3346bbce395ed1d900e964d70940bd98a]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1a3e4d377a9eda5037fee202d841c856178d6ab8]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0c2bd96304ff4b6a5d2d811ddac283709e105dda]

        dba33e: #i107717# some renaming and wording changed

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [02df552c45b05d00d656d4aaba73907469f5958e]

        dba33e: #i107717# some renaming and wording changed

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e5824f31b3295a5d21f31f1eb160b027ac26dc6c]

        dba33e: #i107717# some renaming and wording changed

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a7fc82fbc941e46027ba9dba17091173673dadb4]

        dba33e: #i107717# some renaming and wording changed

2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a4d83adbf01e4d8f935ad2ded82be80d13b7cdb1]

        aw079: merge after resync (linux)

2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [0dfee188e8a60865f622dbb990f401be848b70a5]

        aw079: changes after resync (linux)

2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3497a025cea0fc5fc0a7ca3ad835b17c6ae38573]

        aw079: changes after resync (linux)

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [46128413c8e7959ed783f955d4d6a34a5b181a76]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df47580367cd8a021233ef23ab9b0e1d65b54d83]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-02-10  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8f07203d35afdeeebd485ccf6c23d09fdf451909]

        aw079 #i99386# corrected SetBackgroundObj in filter implementation

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ba195fedb854976ac4e7f04e09a96cb005060d8f]

        dba33e: #i109097

2010-02-10  Ingrid Halama  <iha@openoffice.org>  [eca392e2cf86ff1d4419fe61f1d262c8ee13e6e3]

        chartmultiline: #i82971# complex categories (#i109100# listbox for categories is empty in YAxis format dialog)

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f8f578855d93e0821ade20218ec8269e4cb8b8c]

        autorecovery: when saving to a new location, dispose the forms/reports container after disposing the storages they're based on

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6fb267d99999d95197faab8de049aaa500356705]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c7f5a15eb8d58e60a6abbef4c2d5bc976c096103]

        dba33f: #i102366# parse function as predicate

2010-02-10  Joachim Lingner  <jl@openoffice.org>  [6e3b7dbbf62322f1ad0c025d2e9c265792a72209]

        native0: #161641# XPackageManager.addPackage can install a folder, which is an uncompressed extension.

2010-02-10  Joachim Lingner  <jl@openoffice.org>  [2db393ea0b24fd230d3437d664a25d1cf7e5fb91]

        jl152 copy changeset 263364:4815fbf0d446 from native0: #161641# XPackageManager.addPackage can install a folder, which is an uncompressed extension.

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [570baa3577c359fae42ee0689d1751f876dd7648]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-10  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [0f19f462556666884a426a32d36b1a9fe64db6da]

        dba33e: #108973# reenable db_JDBCMySQL.inc

2010-02-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [72285cf677cba7d9ef3e8d0207f1bcf9c72672f2]

        dba33e: fix not operator

2010-02-10  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [e1f565b70019c0aed02543aa2d06db73a6ff0f54]

        dba33e: #108973# reenable misc_Macro.bas

2010-02-10  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [cf41d699cd2ea30c3ce50d5ea05db134f4f3316b]

        dba33e: #108973# reenable misc_Macro.bas

2010-02-10  Vladimir Glazunov  <vg@openoffice.org>  [5464a059a5822cd6b88b2b8c9989ae906e80bf34]

        #i109048# fix for translation build breaker

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [876b084e800056097a71f75fe134511ccacce227]

        autorecovery: corrected assertion

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce04ad4d2a82e2e173c7e1053632fca1e7e354b6]

        autorecovery: disposing; be prepared for disposal of a not-yet-fully-constructed instance (happens e.g. when throwing during initialization)

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f0d3499f04328f9419da976f7cb8552155a45ed]

        autorecovery: GetDocumentServiceFromMediaType: try alternative, seemingly equivalent approach

2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [24cb175c2b698e9a72257a436e5b71de74d977f2]

        cbosdo02: merge fixes

2010-02-09  Christian Lippka  <christian.lippka@sun.com>  [65bbc166f98e9c3949addc17d9cb17fdff8a6a7d]

        fixing tables&diagram as placeholders

2010-02-09  Thorsten Bosbach  <tbo@openoffice.org>  [2d4ca96171d2f2a2c1f703ec4a934d0b00102b64]

        do not split product name at spaces

2010-02-09  Kohei Yoshida  <kyoshida@novell.com>  [0760ed43d7d8e9c8f29e94eba8a954d54ad2ef80]

        koheicsvimport: #i102141# Use the global 'use US English' option only when the Automatic language option is selected.

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8352bc6e00ae778fb060a0124ee98db3c76d6cf]

        autorecovery: make m_pView a private member of the GenericController, with defined access methods

2010-02-09  Ingrid Halama  <iha@openoffice.org>  [4d3d5d9b70834d8ac25edd50dd605aa5ee599673]

        chartmultiline: compilerwarnings

2010-02-09  Ingo Schmidt  <is@openoffice.org>  [34ae5460d644b74005e395edfa538680e1980701]

        native0 #161619# preparations for o5office

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05e2a9183ccb47ed1a20df5e72c26353aed985eb]

        autorecovery: do not hold another member pointing to m_pView, this is crash-prone in case of the base class deleting it (e.g. when initialization throws an exception)

2010-02-09  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b38d922de06075e7a1e37ffbad09ffd2065219cc]

        Automated merge with file:///net/so-cwsserv01/export/cws/hg_clean/ooo/DEV300

2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8d3cb635183cb2e36322d1664ad9cbaad4e991a2]

        cbosdo02: merging changesets up to DEV300_m71

2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [9c4f075fc11781b7b171dd81e69445a845a91493]

        cbosdo02: merging changesets up to DEV300_m71

2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [d51c41776db8e2c90e2a471097f4a2cb068826e8]

        cbosdo02: merging changesets up to DEV300_m71

2010-02-09  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [4b2be0beb412d9ebeaa33aea07265c3581e70eff]

        cbosdo02: merging changesets up to DEV300_m71

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [47e8118ba54ebde0d94002b136c70bd069dbf85a]

        aw069 changes after resync to m71#

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [60529f64bbb51ba27f875f335ec0d569049cbd72]

        aw069 changes after resync to m71#

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [88189bf9ebc3f350fd6b226a65abe0680107e2f4]

        aw069 changes after resync to m71#

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b6fc86ab5ed6308bf6301239024ebc2ee743deaf]

        aw069 changes after resync to m71#

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [bb0818a178385577253cbe0f2aaaa34ccb0a5dfe]

        aw069 changes after resync to m71#

2010-02-09  Lars Langhans  <lla@openoffice.org>  [46feaa99faff38763a172beddba10f94fed6070e]

        qadev40: #i106419# patch integrated

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [86cabb65ec6a4ff1252376219c734541e7eca1bd]

        aw079 #i99386# finer granular changes for MPBGO removal

2010-02-09  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5f1e3bff24310560c4a3c314bb0cd909d1f423c2]

        aw079 #i99386# finer granular changes for MPBGO removal

2010-02-09  Lars Langhans  <lla@openoffice.org>  [506f93daa2eb0806dd9feb0aacef040e3a4c71ed]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [24e207e35ea1173eb42852d8bfaab50fbd16937a]

        qadev40: #161119# cleanups

2010-02-09  Lars Langhans  <lla@openoffice.org>  [bd4413269e834142c200ea1a51f27e5dab390b35]

        qadev40: #161119# catch IllegalArgumentException

2010-02-09  Lars Langhans  <lla@openoffice.org>  [89b08af633c1c45965ad16418e5d238e045c4f00]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [af77423da3d540d381ae4cd1996d7e55e2303392]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [dee940058d0c579dc9d010f98d39dc836534a918]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [91aa9c502d215da5cb4b6551735365da4cd8b140]

        qadev40: #161118# cleanups

2010-02-09  Lars Langhans  <lla@openoffice.org>  [5cb986dc9a4e1de2320369b094928f9bf0bb4db3]

        qadev40: #161118# cleanups, remove old main functions

2010-02-09  Lars Langhans  <lla@openoffice.org>  [e239c3d9d601113858ac1b38f30750b4d2d65160]

        qadev40: #161118# cleanups, new getter for major, minor, cwsname

2010-02-09  Lars Langhans  <lla@openoffice.org>  [3e8044b8783b8b4d9eeb569c391ccb3d4135f749]

        qadev40: #161118# remove old main functions

2010-02-09  Lars Langhans  <lla@openoffice.org>  [894b4aeefcb008729720dbfa4f8197126bc7d6cd]

        qadev40: #161118# remove old main functions

2010-02-09  Lars Langhans  <lla@openoffice.org>  [ea6b5703509211c4f8339534cee3ab75d9d54079]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [9886d1e152ccab5eb64af4a5c742d7791efe99a4]

        qadev40: #161119# refactoring

2010-02-09  Lars Langhans  <lla@openoffice.org>  [76f64a4c723ddb39dd24a55f3940e4b31178373a]

        qadev40: #161119# refactoring

2010-02-09  Oliver Craemer  <oc@openoffice.org>  [10170b8f2e7368be75b9fedbdc2a6dcb1900e0ba]

        #i108777# Automatic Tests for Hierarchical axes label

2010-02-09  Lars Langhans  <lla@openoffice.org>  [2a97a693d0be74799e499235e92bac2b3e8f8e4f]

        qadev40: #161119# refactoring

2010-02-09  Oliver Craemer  <oc@openoffice.org>  [4ed06e20a25d7d25a1c5368210ffc2b46049b56c]

        #i108777# Automatic Tests for Hierarchical axes label

2010-02-09  Lars Langhans  <lla@openoffice.org>  [da4e83d7f4dd2737a7d18c4bb921ccece52eb2a4]

        qadev40: #161119# refactoring

2010-02-08  Niklas Nebel  <nn@openoffice.org>  [5b6fae698a7b71279458ae518b7a86aaae88f006]

        datapilotperf: #i109057# don't set subtotal function as display name

2010-02-08  Niklas Nebel  <nn@openoffice.org>  [8580e9cedb4194c0e3432f3d294d790a5bf2b749]

        datapilotperf: do nothing in RefreshCache for external service

2010-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [be55e15a8a4abc940418d39656a1f5c37fad95cb]

        ause110: update to DEV300_m71

2010-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e14492c9931c8780f50999c52f56215a1ba2281]

        ause110: update to DEV300_m71

2010-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [41355ba9bcddb7f83f4e0d2211e4ea26cce328ec]

        ause110: update to DEV300_m71

2010-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fbe449d1fded69d7b22f121fff3f1c4a5b9b533c]

        ause110: update to DEV300_m71

2010-02-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcf7549dfd153146173a1ba6c5a4424dc04f0d74]

        ause112: update to DEV300_m71

2010-02-08  Niklas Nebel  <nn@openoffice.org>  [b68f583b6576249532cf6529dcbb383e06ad02c3]

        datapilotperf: compile without warnings

2010-02-08  Christian Lippka  <christian.lippka@sun.com>  [01bde4a686a34a3b70cc45bb6ee5332c2034aab3]

        fixed replacing of presentation images

2010-02-08  sb  <sb@openoffice.org>  [3ad1ae443289c0c24a7c5c8f711b84ad7a59e269]

        sb118: fixed merge error

2010-02-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ec5b5ea536dc706d124692bd6ebf123f5ea7a316]

        dba33f: #i108730# impl case case and rank functions

2010-02-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1baf7abd1c670cd78b54104ef93569f510bdb0fb]

        dba33f: #i53377# make property IsReadOnly bound

2010-02-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d16fa93c41e0c55d1b8045891e69d2a9f86f8f9f]

        dba33f: don't ask every driver for a tables keys and consolidate some code fragments

2010-02-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5f71d659243796e2fea2514860ed7d020a3d6d5b]

        dba33f: #i108730# impl case case and rank functions

2010-02-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1e76109004db25f8d4906852124252738e54403a]

        dba33f: #i53377# handle read-only columns in grid control

2010-02-08  sb  <sb@openoffice.org>  [c1307dc6470e80c2c79a0f691ecfec44ffe9ad3d]

        sb111: #i101955# do not pass ephemeral buffer to Pad::add

2010-02-08  Christian Lippka  <christian.lippka@sun.com>  [737eebe72d6fbf5af87d61b229b036da9469683b]

        fixed build errors on unix systems

2010-02-08  Christian Lippka  <christian.lippka@sun.com>  [9cdf1ed1847514b6d215c61ea3e16d5090341896]

        fixed build errors on unix systems

2010-02-08  Niklas Nebel  <nn@openoffice.org>  [da4c55557ffad9cf733399b6e8eb8030f3e97839]

        datapilotperf: don't clear undo history in RecalcPivotTable

2010-02-08  os  <os@openoffice.org>  [8c72abcc29ecbfc03e2d8f908ac24f0b66cfb13d]

        #i103024# display and use of tab stops fixed

2010-02-08  os  <os@openoffice.org>  [06b749e598bd451fb1f4ded25c94b2c7acc401ce]

        #i103024# display and use of tab stops fixed

2010-02-08  os  <os@openoffice.org>  [830a87f87567a467d6e32fa06f9585e6d9dd813d]

        #i103024# display and use of tab stops fixed

2010-02-08  Caolán McNamara  <cmc@openoffice.org>  [a98c409e5526e2dd7de661f8ed806aa5f6d65c55]

        cmcfixes71: #i100000# regen configure with an old autoconf

2010-02-08  Niklas Nebel  <nn@openoffice.org>  [27ba0334e70f637b52a416ca67e9f0a68c68b81b]

        datapilotperf: RefreshDPObject, copied from svn revision 277984

2010-02-08  Ingo Schmidt  <is@openoffice.org>  [dd90371898128eae485317f21b4db03ad37a418d]

        native 0 #161561# fixing merge problems

2010-02-08  Andreas Bregas  <ab@openoffice.org>  [98667ff62f37ab02e6d3add532c976b9ae2a6bbd]

        ab76: merge with DEV300_m71

2010-02-08  Andreas Bregas  <ab@openoffice.org>  [e52ba84a83e7f997d053fb0caceb5e48c95a848a]

        ab76: merge with DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [17967d9c5d67d7319a5793b57ace1bc1ff5e20a0]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [0ddead3f82f68b1dad81a755a58419402ecaaa74]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [f1fb2a8341667fe9ce514f93bd43d67acc445324]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [10ddd5251072599a6d1b598dc861d6dc31babf13]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [ce8caafcc27cc80816c6a63bb375a510b2f25743]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [42ddf8a3465d0c05ab4a3daeb7ab8781dad6d2cd]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [195682d9a68e1bc01b34044d802806c37ddc8898]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [e519e5770b8744eeea04c78bffcf754a7cf87a7b]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [502df12c45571f41ccae84464f00dbc85d61e2ce]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [080dcac62505e086c21227ed063b4bbefa94cee2]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [9ec2223b100751fd4a3f64eb8a4a8686305ab074]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [581e3efb5355b1e01b4a05481acdfe58416e9ce8]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [07b4fe3375e516f4bba9fef195a130b0533170b7]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [8d776f1544087c7851fb7d4bd3d52bbfc785164a]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [4f51ab82ffc7b1fff96e8f4272493f797f82a5f1]

        sb118: merged in DEV300_m71

2010-02-08  sb  <sb@openoffice.org>  [0ac0aed5886f74e857e52d7846bf09ce4a6175c1]

        sb111: #i108905# avoid compiler warning

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [56cc145c6e9fc00cfc8d173cd8335003169269b4]

        autorecovery: allow for a human-readable DocumentServiceName instead of this strange class ID when creating a document definition

2010-02-05  Niklas Nebel  <nn@openoffice.org>  [e6e1c829d45335c00f7246e983e03011fafb75b0]

        datapilotperf: GetMemberById instead of GetMemberByIndex, so it works with groups

2010-02-05  Niklas Nebel  <nn@openoffice.org>  [f5e98310947f50cc7593f9d2f92e5eaeddacb6ad]

        datapilotperf: #i108928# crash in show details dialog (moved from kohei04)

2010-02-05  Niklas Nebel  <nn@openoffice.org>  [7b04aa28fd016f7fd3ce439abfad6801893a5e15]

        datapilotperf: adapted to m71

2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [e474be5696a4c026ba6831b54f3a3abe532542e5]

        #161586# minor fix for LookUp

2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [09c338e8a75c88e4f1432ef1cf5997ebb5a2b616]

        cwstl74: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e35642d963ee518e19f5823f3124ace0d9467ac7]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bc49437f5fc053abe0f17f576db3996c44befb78]

        autorecovery: post-rebase conflicts solved (namespace tools is ambiguous now)

2010-02-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [38c88bbfba4c6d2ebfa3ad4c87a61f62c5e67601]

        fix an initialization problem

2010-02-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e0a0510b8423518c8feff678b89d33f7ecc6debd]

        #161623# get rid of some assertions

2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [97ed06ff8bed722b12d8037a9f641664e06a3c13]

        #161586# allowing for thesaurus vendor images

2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [0e3b2c2af5e872665e2c57a0176f4956a1b8f3db]

        #161586# allowing for thesaurus vendor images

2010-02-05  Thomas Lange [tl]  <tl@openoffice.org>  [4c8c50fdc10ef9afb826a826c4de23781a70bf43]

        #161586# allowing for thesaurus vendor images

2010-02-05  sb  <sb@openoffice.org>  [c49bc708f61b6d27770b6e6da447fbfe33622aaf]

        sb118: take installation set from SHIPDRIVE if appropriate

2010-02-05  Ingrid Halama  <iha@openoffice.org>  [7e448279faf0a89eaf72cdb2dc94c1752baf1f34]

        chartmultiline: #i108759# enhance API documentation for data access and #i82971#

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b6a103b358d03e0dcb2693c57601df3280f2ad6e]

        autorecovery: document the usage of the configuration for custom interaction handlers

2010-02-05  Daniel Rentz  <dr@openoffice.org>  [46830b2a1b5b4dbcda6555122782ebf1d1ef0383]

        writerfilter07: #i108047# do not throw through C code

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ebfb85c07e72c2cdbfcb38b670aa5d8f318ff3d]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4590e3deab80d58bcd83a66a5775bd54ec211227]

        autorecovery: merge

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [cbb0bfb2792495999bc24f24012fdd5c8c6aa516]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [4d712b9a9dc6413153f3345edbb84a9add4cd71a]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [644f1e2c61330d974c076b80e115b0b946f5c8db]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [283e1405fb40c796eb42cc2dd5022201174e3d72]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [b5e5e8ee928b55b58661e15830471825af7a4cf7]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [d17a054c8c441ffb075ef157e4818e8b190038a8]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [211367b24eebc527f5eb5d5815ec4fd3c85b0a37]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [e82f5f7eff50cd0ae00e8ccf8b6531c9e93657e7]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [223a5b0079daf048eed5ba2e26ba9893cc634dc0]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Vladimir Glazunov  <vg@openoffice.org>  [39da9f34e795a0afe81edbfba5793bb94ae7b175]

        CWS-TOOLING: integrate CWS svxsplit

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [00684a716b075f0b5f01a154ad2798272f81793d]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12cd7b142c9d90f85f27e8e95e86be1e33a83da0]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e00e609de140b80081839b02de691287f12997d2]

        autorecovery: merge after pulling CWS dba33e

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9ff73f682b792a0e84da63144f16c710bbb37efc]

        autorecovery: merge after pulling CWS dba33e

2010-02-05  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0dfc4adf703a2ff3ab918f26b2fa39a613a3dd09]

        cbosdo03: fixed a wrong property for image import + clenaup

2010-02-05  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e2f7c5545113584be2700b412e1e9c1e82c09890]

        cbosdo03: fixed a wrong property for image import + clenaup

2010-02-05  Kai Sommerfeld  <kso@openoffice.org>  [d013eba7152aad180065f1cf74269e8144fa19ab]

        #i108923# - added exception handling.

2010-02-05  Kai Sommerfeld  <kso@openoffice.org>  [105253a8997418804b03511db227b2ead8b6c1ee]

        #i108923# - build breaker (fix supplied by dtardon - thanks)

2010-02-05  sb  <sb@openoffice.org>  [6d1f6e4dc6f65ccc8a691b4bfd812ccda8879ebc]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [4346dfbd86c03b5f6d0f5ff88d34c3ab256f809d]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [ab58550cee0da7295bc83d7d14f01df9ecd8bc33]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [eec332142dbfec6a5ab3d8cf4cf1a405cbd3e30c]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [2c9564faba5f14b7fda24d09ad3fdde45458a08a]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [d440fd022bd1a15d160003317cee4efd3b5276f3]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [aa9dc200bd9dc4e816dae0adde3dc173a75181fd]

        sb111: merged in DEV300_m71

2010-02-05  sb  <sb@openoffice.org>  [0210a8d911856ff3206bea7d2640f4690b162799]

        sb111: merged in DEV300_m71

2010-02-05  ms93807  <ms93807@x4240-so5>  [7ac0030b242d47e7aed9b9e8fb02853327d3383f]

        dba33e: #108973# refactor and code cleanup

2010-02-05  ms93807  <ms93807@x4240-so5>  [220073a41a5bc68e84aaf19124ef487ab361a31b]

        dba33e: #108973# refactor and code cleanup

2010-02-05  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [67264684972fee59009e9c81ef3a23c3cfc7e233]

        dba33f: #i108939# apply patch to remove unused code

2010-02-05  Mathias Bauer  <mba@openoffice.org>  [1d4717f0d61aba77d2130c2a6a300199bec2892f]

        cws svxsplit: some corrections after merge

2010-02-05  Mathias Bauer  <mba@openoffice.org>  [3ed09f82faf3d05c4508be82689c3ed4d6a8e721]

        cws svxsplit: some corrections after merge

2010-02-05  Mathias Bauer  <mba@openoffice.org>  [206eaa4151fe04e328baa493df416c607a4f93a7]

        cws svxsplit: some corrections after merge

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [abb51ede006041a8e5db1bb0463484d2a98698df]

        autorecovery: derive XReportDefinition from XModifiable2, extending XModifiable

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [643c410658708972fdb27d08b89bf11266cb1fe6]

        autorecovery: derive XReportDefinition from XModifiable2, extending XModifiable

2010-02-04  Niklas Nebel  <nn@openoffice.org>  [4eb9bdca49a443a752014b5892fed3cce2d84ae0]

        datapilotperf: merge with DEV300_m71

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [58e46eace401dec000f464b4260831fb9d383483]

        merge with DEV300_m71

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [90ea4683b913048402ed7bd586384ff16290d870]

        merge with DEV300_m71

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e41530c0b891a18eb15a18d57f6bcc2881f6af67]

        merge with DEV300_m71

2010-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a1423c58207c42a90bc84c65539974efa7779e08]

        cbosdo03: Merged with DEV300_m71

2010-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [21288c0e5287582f9463b9bec51689801613f9ef]

        cbosdo03: Merged with DEV300_m71

2010-02-04  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2d6aa4cf2e800181deacb260019fe2015a5cca25]

        cbosdo03: Merged with DEV300_m71

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [da02415b48b46f2cdee89dc1576f0dbd04d0589f]

        ppp02: #i108543# check whether ViewOptions need to be reinitialized

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [1a6d53c094715c045e9e00c5b93827c86294e2df]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [7d5eda2f44bfcbe301bc6dc256f7adeca28503f8]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [509f78fb1dfb021c48510075680d2b3aa01681cc]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [c7c976e4332422ebf7b0d92b6d50dec2d2dea435]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [2f533ec6d56f53f104b8ba5fa9ec000a9f1213dd]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [888dedef71375dbd02a66e8606d7b55300cf76b0]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [f5875f040bfb4384ac7a99e93e52971b6a483b15]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [024d7f23b4524801db5a5e01bb6662976c899d00]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [8c182c140ad1d45acd8c3cec4fedc1af8fcb9ba7]

        CWS svxsplit: merge with m71

2010-02-04  Mathias Bauer  <mba@openoffice.org>  [b08e1a88dfe23d31df932f442fd2a15cfccb608f]

        CWS svxsplit: merge with m71

2010-02-04  Ingrid Halama  <iha@openoffice.org>  [af447cc7a494ef51e9507dac2c58d1a504d79687]

        chartmultiline: #i82971# complex categories (part8 - change assignment of leading empty cells)

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [302d95cf82fa785f4205a3bab2ea783123cbb007]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [9770323d0411af30795bb32c96690ffadaac3d1f]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [664b49ae1768b45294d04c480074029750a51ec6]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [1463a9ffdafc8841bb97df898fc23f9244739c9f]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [b6d8c905aa1231bc9019abf6708ba4bb21d91a6e]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  Vladimir Glazunov  <vg@openoffice.org>  [e58c2ab55a94d5e8d7c24e115e0c6f0b4193e4ea]

        CWS-TOOLING: integrate CWS ab71

2010-02-04  sb  <sb@openoffice.org>  [5f82c476105b0c6519f3d1bc29851dc15629bf67]

        sb111: #i108905# implemented rudimentary ConfigurationRegistry service for backwards compatibility; deprecated the service

2010-02-04  sb  <sb@openoffice.org>  [b2953f29a427012bfdc92ba662cb773cf213aa1a]

        sb111: #i108905# implemented rudimentary ConfigurationRegistry service for backwards compatibility; deprecated the service

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [538e41ebb44726aa666c92b79d0000aca8c41ae4]

        autorecovery: form and report wizzard now also using XDatabaseDocumentUI, instead of manipulating document definitions
        
        All database object wizards by now employ XDatabaseDocumentUI. This way, it is ensured that the controller
        has the full control over the opened sub components.
        
        Still, other third-party code could use direct access to the document definitions, and open sub documents this way.
        This would go unnoticed by the application controller at the moment. I would be possible to fix this, by introducing
        broadcasts from the document definitions, listened to by the controller. But as this sounds like a rare case, and
        XDatabaseDocumentUI is the preferred way for third-party components, too, such an implementation is deferred to Later ...
2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4831a67ec526909f6efd74545405e93891e11a45]

        autorecovery: need to lock the SolarMutex when disposing, some of the dependent components might need this when they die

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [6deb65760e2787c0b22cf774701f265b7443c379]

        sw33bf02: correction needed to general changes between DEV300_m68 and DEV300_m71

2010-02-04  Kai Sommerfeld  <kso@openoffice.org>  [57558f61e9aa1a45f12a2f72d7a0359303d00be2]

        #i108938# - commented out unused member fuction.

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b8ec51cb99a7c38644b418cc9f52bf820c2fcff2]

        autorecovery: post-rebase build problems solved

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [500131391fc5777193565f57610f07c7a22bf7ee]

        autorecovery: post-rebase build problems solved

2010-02-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [44fbecc83e0142d664349b5c150917b77fbf73bc]

        writerfilter07: use references when resetting property sets in a stack

2010-02-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [4e30a6111a7281d430a93c961a19bc8c6d7b29f9]

        writerfilter07: debugging code

2010-02-04  Niklas Nebel  <nn@openoffice.org>  [d795240234770c3c3a8ce14d4c722b660604d573]

        datapilotapi: #i108948# use ScUnoHelpFunctions::GetStringProperty for new property LayoutName

2010-02-04  Kai Sommerfeld  <kso@openoffice.org>  [c9b474e054fc3fa96735b6f0f106c7f6f2dd50d4]

        #i108923# - getPropertyValuesFromGFileInfo is no longer static

2010-02-04  os  <os@openoffice.org>  [4a460437a7953777bb3eb80837ac3fbbe3a9a599]

        #i108920# GotoNext/PrevMark: Check if field exists

2010-02-04  Caolán McNamara  <cmc@openoffice.org>  [07e314f63e3f1f3649e8ba91f36758519d585183]

        cmcfixes71: #i108945# fix From field in mailmerge

2010-02-04  Kai Sommerfeld  <kso@openoffice.org>  [592934a3e99755b06d8924bfab02623e00f781d9]

        #i108909# need to deliver ne_compress.h

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [547f66d72b53df965d0f39cf3ac29b3402761555]

        sw33bf02: merge with DEV300_m71

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [604efd1cb3c584d894292d562cff796f89f0241f]

        sw33bf02: merge with DEV300_m71

2010-02-04  Helge Delfs [hde]  <hde@openoffice.org>  [326163b83a709676eb5e7e0f667aef0dec3b8632]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3f15255dde2d869b15ae53cb55e1e91c6accaf27]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b41f1c3927c02d03baaf438741c4ca04694eaca]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [61823677ee416d278021a3ae8ee54f54e1be7c6d]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c96b2fdb508b945fc85b8cfb77c2af6f5381630c]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c4c7ace98223e3633e8c8f84ec4dd728d23b68dc]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [741ae9dce8cc393d13179a02e40865ba86fa16f6]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1265c7385cb49b7484c115a86542f4dd3c9919c3]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Niklas Nebel  <nn@openoffice.org>  [4cec6d24d5b976ddfe022c3dca554fd7942a4cd6]

        dr73: #i108935# prevent error from debug STL: don't calculate position behind end of vector

2010-02-04  David Tardon  <dtardon@openoffice.org>  [1ffd3b79a77fbb235c9eb69210fd3025abf792aa]

        dtardon01: update to DEV300_m71

2010-02-04  David Tardon  <dtardon@openoffice.org>  [853f99a79b9476d1027c2ec771e4d7f369d617ed]

        dtardon01: update to DEV300_m71

2010-02-04  David Tardon  <dtardon@openoffice.org>  [ee8079cb6b8ae68c26f658250bc2fcaea05a36c6]

        dtardon01: update to DEV300_m71

2010-02-04  David Tardon  <dtardon@openoffice.org>  [b452be9ee20001f8f05e139f5c9758790ec15d48]

        dtardon01: update to DEV300_m71

2010-02-04  Helge Delfs [hde]  <hde@openoffice.org>  [95f8259766e12721355169e8ec3b0a38a46e241a]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-04  Helge Delfs [hde]  <hde@openoffice.org>  [5676a301f111cd324c8c0e695d405bb36363d223]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4bc23f0e652f75b55a8216628e449322047cbd7d]

        Merge from DEv300:m71

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [15649b045dfbd4b0adc6f270fc53352119ae021b]

        Merge from DEv300:m71

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6c88996a2eef3ecf3a6bb5aa46912be40615d668]

        Merge from DEv300:m71

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [74137bac7938d870f716dae7a857b4e7c90d8a20]

        Merge from DEv300:m71

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3b865735f967a4484d6bed9b5db1acc92e7bbea1]

        Merge from DEv300:m71

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d07526bb47657362da2c8084efe4b83bdf11772e]

        Merge from DEv300:m71

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [6229342f643792e94d687880165613a86175ae58]

        kohei04: #i108928# fixed a crasher.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [624a9db6cff42903d72a58784f7b247be727062d]

        koheiautodecimal: #i26826# Prefer scientific notation for values less than 1.0E-4.

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [03dcc35605f47325fae5c8398b57352d71e6924c]

        cmcfixes71: #i108919# && || gcc ambiguous warning

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [d43d78bc4028b0a984aa660844cd4453bf596ee2]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [83e345015019768196788f41125c581f7bda3834]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [7906a10cdf0f1a59c0eb376ffb14f1e4fe7fa6c3]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [7bc8414f4c19cf5641600605de97b8adb2e5b860]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [6b99f11ceda31108850dc37e96351f2396d93d29]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [8ea32197be68bbb073a569c5bb2d242e8e81a848]

        rebased to m71.

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [678b39c48a02d66b52b8e13cb1320a1a40e83a8d]

        rebased to m71.

2010-02-03  Michael Stahl  <mst@openoffice.org>  [6748e92d0b728d71dc604f81d490a700daf31371]

        sw33bf02: offapi: com.sun.star.text.textfield.MetadataField: fix broken links

2010-02-03  Niklas Nebel  <nn@openoffice.org>  [7f40d36d4ab443d1152ec932784c7f0d3cdbaa46]

        datapilotperf: manual migration of changes by Wang Xu Ming from svn to hg

2010-02-03  Vladimir Glazunov  <vg@openoffice.org>  [87cd7133d1e07b337e0f7bc3bfca0eec7ff23a38]

        CWS-TOOLING: integrate CWS mingwport27

2010-02-03  Vladimir Glazunov  <vg@openoffice.org>  [97ab137b8f8d0d63b7a9e03c264b5872c878b96c]

        CWS-TOOLING: integrate CWS mingwport27

2010-02-03  Vladimir Glazunov  <vg@openoffice.org>  [e2e36ab1cfcfb9b6ebe01181807c2255d03ad818]

        CWS-TOOLING: integrate CWS mingwport27

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2f7231406991297a3e03ad13bfb46eadc636a04d]

        ppp02: #i108740# distibguish between preferred and formatting paper size

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4027a9dfe4d30e47e3b9c8d79a00f8752638d197]

        ppp02: #i108740# distibguish between preferred and formatting paper size

2010-02-03  Niklas Nebel  <nn@openoffice.org>  [b7f50bb7e23de7157675a50a3533202ac91337fd]

        datapilotapi: merge with DEV300_m71

2010-02-03  Niklas Nebel  <nn@openoffice.org>  [72bbe5092b059153f7b67fd81cd6cf49ce40fbce]

        datapilotapi: merge with DEV300_m71

2010-02-03  Kai Sommerfeld  <kso@openoffice.org>  [b50d877d84c81ba6fd8a7457f775c0b089e23453]

        rebased to m71

2010-02-03  Kai Sommerfeld  <kso@openoffice.org>  [5a1bc75ebd6178e3b8789a9217520325d88bb974]

        rebased to m71

2010-02-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [63504a19a7d0942a0b3a93fc77723bfde6cea4ad]

        writerfilter07: stack table properties in parser state

2010-02-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [14c25b68aea5ff1bc14869a1e74ca819a04aa467]

        writerfilter07: stack table properties

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [f25d05f3219c80e51787967701a870d72b733893]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [c6e715eac6155e018042a24bdecddf9a95f1e3a3]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [0fe59a519c1e9ad79ae8e6609f2bd9782e4066b9]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [48b6b43693291d2bd4f90472d631dc1d8ccbcdfd]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [36c16f546417d33ef6014a223b74024b2816f822]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [52472921fad589d9ceb3c747e9c0fa9985e960af]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [fd2c84efc40fdd50bf80e72f4f2dc583c26f56d1]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [973b606deabaa3631aec5317037035ed4505db47]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Caolán McNamara  <cmc@openoffice.org>  [e82b582a4d4d39a9dd8c3453a2bf375460a39484]

        cmcfixes71: merge with DEV300 m71

2010-02-03  Kai Sommerfeld  <kso@openoffice.org>  [aa836157b645c55726a634efee6a724be0154664]

        #i108909# - Updated neon to version 0.29.3

2010-02-03  Oliver-Rainer Wittmann  <od@openoffice.org>  [8d5a379f239ee595058a5c4b4d7d81041d3722f1]

        sw33a11y01: #i88070# - accessible Writer comments - fixes and part 2

2010-02-03  Ingrid Halama  <iha@openoffice.org>  [99f85695cb992d5233d8ff86b1dc5b454bc4d214]

        chartmultiline: #i108907# columns are to small for default labels

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6b7c5d6ab9e8fd277dda2962e62993c93235144b]

        merge with DEV300_m71

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [775cc94b679ebb8d5fbc27e4e19b09e47800a39f]

        merge with DEV300_m71

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [0f2d947941c6d7a2aa602071789ab754fe800469]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [f5850400fdfe21ab00d6e4c0e98e616a1f403972]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [115a177418e0ad54ebc3b62df7a976f7b142e1ab]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [d982b442883a314010bc7514305f4af77f6a49b6]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [516d59756a5cdbdc1a9b27fbdd98ac68e2919bf9]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [19187829033905a77c450c4820cc432c52a8f6cf]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  Helge Delfs [hde]  <hde@openoffice.org>  [9c470ecb7cec7f339b59d61985cdda08862db836]

        cbosdo01: i108312: adaptions in testautomation for moving/removal of code

2010-02-03  sb  <sb@openoffice.org>  [4e0a003d8289b16c012fc936cc9f1fa2130b2bd9]

        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>  [14e1474b88cb5a96bc1f74a5d4d3d0aee73096d9]

        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>  [ea4df3844d354705e338663e281899b482f95544]

        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>  [9052c35863c67ed02f7f2129a3262dadfd74d843]

        sb118: additional main -> SAL_MAIN adaptions (to ensure osl_setCommandArgs is called)

2010-02-03  sb  <sb@openoffice.org>  [6a6313957dc8b98a66cbe1a74a6952e4efb324dd]

        sb118: additional main -> SAL_MAIN adaptions (to ensure osl_setCommandArgs is called)

2010-02-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [cd2e366f58ba5980150a82977d4ee678656f66dd]

        writerfilter07: handle cell properties with nested cell at the beginning correctly

2010-02-03  sb  <sb@openoffice.org>  [04d1a5812d3e8292714f69cffee7b68031c8dae2]

        sb118: simplified from CppUnit::assertion_traits<rtl::OUString> to just std::basic_ostream::operator<< specialization

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b959d55dea9b90a6972a1cdabcace529b520b320]

        #i107751# #i89119# focused flat image buttons show as buttons

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [9c0fac6e822da4c775c69dab3dc2c6f7d45e5065]

        #i107751# #i89119# flat image buttons - transplanted from 7854e4fde73a@native0

2010-02-03  Ingo Schmidt  <is@openoffice.org>  [c230fec7a7c2d7bd1073cae0b69c5ab334e270d6]

        native0: #161619# fix in upgrade table

2010-02-03  Ivo Hinkelmann  <ihi@openoffice.org>  [e13a74bf91e438a28b4f01979d22997c27693238]

        #i10000# latest and greatest configure

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ed853a88ff6e0bfae048bb19615ab2cd255f07eb]

        autorecovery: re-work the table wizard so that it does not open the table itself, but uses XDatabaseDocumentUI
        
        Consequently, it does not need to return the created model/controller anymore. This way, the application controller
        has full control over its sub components, which didn't work reliably before.
        
        Other wizards (query/form/report) are to follow. For this purpose, they're also to be based on the newly introduced
        DatabaseObjectWizard class.
2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [28b38d73e582a9909be16101ec0bb93a41b86f13]

        autorecovery: when calling a pilot to create a database object, pass the XDatabaseDocumentUI, too

2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7a7d5f589b49b4196a82123f91cec8cfb39b4df6]

        ause110: #i106731# new dir to check

2010-02-03  sb  <sb@openoffice.org>  [a55d2f6a21a5068a43241f73dd0cadbe28ae6774]

        sb118: makefile dependencies fix

2010-02-03  Mathias Bauer  <mba@openoffice.org>  [3eab2443ad2d4ebb53af8ee6a27987564c631690]

        #i107450#: need to reintroduce guessing of metric as not all ItemSets provide the item

2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4206dac977555ffcb7952cdc4dc631a8ad5d0bb1]

        ause110: #i106731# change check for curl; a bit of quoting

2010-02-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [4857b606698f0b33092e4871afef185518bdc9f9]

        writerfilter07: OOXMLDocumentImpl::resolve: Handle parser exception

2010-02-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [8ea04dc1c22b7d06330ce091fc26013c66c3ceba]

        writerfilter07: WW8DocumentImpl::getListTable: Handle out of bound exception.

2010-02-03  Christian Lippka  <cl@openoffice.org>  [dc271851df8db3bd172ce055e106acc026c38384]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [16aca30534aea936dbcf452b29a433102c909022]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [31f306a3712fc1a6186f0f11788dbeeeb476c370]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [9f8de986a523e4656e9719dec9f9bb61b720b175]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [3c9c433ad227dbbb18c4d0c822422ef39d85aaa0]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [c6932e18ca72f2b308ec3707264d11fa315455af]

        hg resync m70

2010-02-03  Christian Lippka  <cl@openoffice.org>  [d4f82c8399c2346405472f3181a79683aaf3cf2b]

        hg resync m70

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [91bd9fc237e864eceefd41b4cbfab94a1b6379e3]

        #i107450#: some fixes for problems found in CAT0 test

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [08c5eaf3607c0c33c4c52a02bb21a9fe71b3122a]

        #i107450#: some fixes for problems found in CAT0 test

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [804ec146aef02c1f7b4fc8ae3e3b1b76dee5fc6e]

        #i107450#: some fixes for problems found in CAT0 test

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aefb13e5d8ffb2835936a2af848005cfb6fe5b9a]

        autorecovery: when creating a new form/report by wizard, ensure that our sub component manager knows it by its proper name

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a98059194cf810aeee73088c588d4a91505340f2]

        autorecovery: let definition contents support the XHierarchicalName property, so clients can easily retrieve the hierarchical name of a content

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7de2856ae13e5d1b9f6c6a0d950ca163413b7584]

        autorecovery: let definition contents support the XHierarchicalName property, so clients can easily retrieve the hierarchical name of a content

2010-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6b5b279b8e8976eade70394efbd699c7b260ae19]

        ause110: #i106731# support curl for fetching

2010-02-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [783fab170517340b0004f68b3bf22c360ab9df24]

        ause110: #i106731# support curl for fetching

2010-02-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [55fb336dad90b9c52cc90bb99e656d54f066c783]

        aus112: #i108254#: fix zip file member permissions (group write flag) for cygwin created zip files

2010-02-02  Ingo Schmidt  <is@openoffice.org>  [2937e95667b59e9e8920f3f0813b8c2ccb88fd20]

        native0 #161620# increasing max lang length for 17 languages

2010-02-02  Niklas Nebel  <nn@openoffice.org>  [e0a6d51d584c413011120b3630233a7faaace8e3]

        datapilotapi: #i42199# import descriptor / source service in DataPilotDescriptor

2010-02-02  sb  <sb@openoffice.org>  [bc91905036de09b18285920f0dcd4ef74327d725]

        sb111: #i108461# merged in more cws/fwk137

2010-02-02  Ingo Schmidt  <is@openoffice.org>  [467e2f53daa467eba23f5c78b9cf75f361225c96]

        native0 #161620# new size for cabinet files

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [72a068ecf4ba9322a4453881addf319ff22129f6]

        native0: #161580# make native intro progress optional - transplanted from 1070cbd32693@native0

2010-02-02  sb  <sb@openoffice.org>  [0abe577d09b74edc6589a0299b319e0d22fa2678]

        sb111: #i108461# merged in cws/fwk137

2010-02-02  sb  <sb@openoffice.org>  [24f0ca25dac7bd7209709538e1b09a7b17db062d]

        sb111: #i108461# merged in cws/fwk137

2010-02-02  Mikhail Voytenko  <mav@openoffice.org>  [a06b295cb359d7430bd1360296bb1284ff9e003f]

        #i50885# get rid of ellipses in long paths

2010-02-02  Christian Lippka  <christian.lippka@sun.com>  [e3642c3f42dcbbcb64c47cfa4ae3ce9182f911a3]

        work on setautolayout

2010-02-02  Oliver-Rainer Wittmann  <od@openoffice.org>  [03847281f1a8a9e8cfe56143a4cef9df6b1adf2a]

        sw33a11y01: fix compiler warnings

2010-02-02  Oliver-Rainer Wittmann  <od@openoffice.org>  [84a72b88e50b60765fadd00c8caa73112a7e5830]

        sw33a11y01: #i88070# - accessible Writer comments - part 1

2010-02-02  os  <os@openoffice.org>  [51dbaff877254cb72714da443688a5ed8d3eff70]

        #i107142# crash in mail merge of single-paragraph-documents fixed

2010-02-02  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8e5ce7a3a0703fb3af27da7ffea023830a340b04]

        cbosdo02: #i107658# fixing build breakers

2010-02-02  Mikhail Voytenko  <mav@openoffice.org>  [447eb546507b45060107b3ea63803e1b6b0a7f38]

        #i50885# avoid memory problems

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7af941376a1c06ca8285fc67f92e545ddd62d0cd]

        autorecovery: allow the sub component manager to hold multiple objects of the same type, which are new and yet-unsaved (i.e. do not have a name, yet)

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [25d525177127c0d75c1e68bc3ba0ea107794d13e]

        autorecovery: execute(open*): do not call getComponent just for checking whether it is a report definition, this implicitly changes the state of the embedded object, which can have side effects

2010-02-02  os  <os@openoffice.org>  [6755102f5cffec727c4481922f2ba2a1fd41e98c]

        #i108736# acces to TableBorder: find top/left bottom/right cell

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [45603c86a46eac96ad3474bb233c4e0f94fd8ede]

        ppp02: #i108824# string changes

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [364d2e4e4847ae457a66d0a2e331833d79e647ce]

        merge

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7ac5e945f0c5525b66cf9b03bf0d30677c2d555c]

        merge

2010-02-02  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [2bb7512e2923c860fa6d6bb55dcb000737f3a7ec]

        aw079 #i108440# Support MetaStretchTextAction in MetafilePrimitive2D decomposition

2010-02-02  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [db91786a9326d275aeec1fa86c8e9c78a294ca53]

        aw079 #i108636# use better operator== for comparing two UNO API sequences of primitives

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cbda7d2c7bd798fe9f2f6ecca3720765812a5504]

        merge

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [38c05fe0a6033d6051a71c6f42f6a686537a0f09]

        ppp02: #i108824# string updates

2010-02-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c8cda37b842f59000799ce7b5d5e45abb9377c57]

        ppp02: #i108824# string updates

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2d3fb08873366434e2b33888e6acd6a8a41c949e]

        autorecovery: (caught by complex test) store: when we do not (yet) have an URL, store to storage, not to URL

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [51d6afeb3776bab6ed0768e0bf088736a4eb110f]

        autorecovery: this slipped through my previous attempt to replace all instantiations of the deprecated sdb.InteractionHandler with task.InteractionHandler

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [2ce16eb90db1f085513519fa038caf8594863073]

        rollback last change

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [1153489dc129ff4d4b26fbf39f154b3833f423f4]

        rollback last change

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [a559ccb9f14d9e47338bbad4ac6bdf7d9e0164c2]

        rollback last change

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [324b2e274c8638e9129695cf7e1bbb4caca892c5]

        rollback last change

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [67e1bf3e38752438334f66ddcc0217def867b512]

        errorneously added file removed

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [612dfd6ffa0574ba4490aebad518f300b5782eca]

        errorneously added file removed

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [021f94f0898ce6c6367ac5e4c93cba448b01951b]

        errorneously added file removed

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [cfbae1ea93417ca12554f0566391f7956aafea6e]

        errorneously added file removed

2010-02-02  Mathias Bauer  <mba@openoffice.org>  [7f47c23047b32e8109fb679be0aab8e365044b1d]

        errorneously added file removed

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12e05fb5934ceb37b852cdc2f9473a7023c45581]

        autorecovery: #i10000#

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6a35ea7299d8c34e86a5ec69ccb064a51d27ae1a]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6cc63dce715bb88fd9e2e5f07a1a16044baeda58]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bd711a0e5e5e0e94cc4cb78251f50de205aeb485]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13e8f2a69bb63c490d048005f0fb2ae35e62ee8a]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [24221a00e3dcc7e72e7c7b66bd16042f85e1d684]

        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  Niklas Nebel  <nn@openoffice.org>  [5c7aafa859c9b47dcf17316649805bec5bfd4985]

        datapilotapi: #i108295# XModifyBroadcaster for DataPilotTable

2010-02-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c6ab71c175a8eaa87a6bc6a5db1b44f11d4d3f52]

        merge

2010-02-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [26a5af8198faf9bcbf12af1883dc08724da41e8d]

        ppp02: #i108649# fix accelerator

2010-02-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7970675ef7f92f2a13e322dc64797a0de17c4e1e]

        aus112: #i108254#: fix cygwin version check

2010-02-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [dc9ce37f90da7f845e38547bd12d53bea646beae]

        mtaccfixes: #110498# Enable zoom in preview even if AT support is turned on

2010-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [25b005cbda460837f063ddf996c1ec72d4f4865b]

        #i10000# removed include

2010-02-01  Ivo Hinkelmann  <ihi@openoffice.org>  [02f1b698feb68c70166be96eae9f557fbf076ac2]

        #i10000# removed ifdef

2010-02-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [feb29fe25efeb5546333a66b9550c4f60434da23]

        writerfilter07: sync #if around ::toTag

2010-02-01  Release Engineering  <releng@openoffice.org>  [055bc5c7f48cd556d256dedc32671f60ad30ccf4]

        #i10000# reenabled missing include

2010-02-01  Release Engineering  <releng@openoffice.org>  [da2c680d23b67d4721aa29f740475fd6d40e2e08]

        #i10000# tools api changed

2010-02-01  Release Engineering  <releng@openoffice.org>  [8da5fabbe6d9f1dc6e01290c2800c1ddaa686f85]

        #i10000# windows build fix, rearranged ifdef

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [02c9c9960f61f53970f886558796ae87ee7a92cd]

        autorecovery: recoverSubDocuments: propagate exceptions to the caller, this way aborting the complete recovery process

2010-02-01  sb  <sb@openoffice.org>  [3c92a1cca4f7624a9c5f9c3741d609e02a4f3b6f]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [536672061b2507c09adb837a4e587248fb4e71b9]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [aebda7ae2cd93ceb3e0ab736582fb9bc35e106a1]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [ab7b4b940e869810b8c6bfa82fd505628dc01299]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [6ae79f025ee38e8dd1dbbd5a96d69a9506c1f007]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [431d3475b4b1eef2de9bb55a8d614fb6cf8f25dd]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [97886f0ae8dad3982169dfaa682ccc50f1eb189e]

        sb119: merged in DEV300_m70

2010-02-01  sb  <sb@openoffice.org>  [02a4c1261901d32b8b7a80cd4a45273b5d096c89]

        sb119: #i108371# preserve potential 128bit stack alignment in gcc3_linux_intel UNO bridge (based on a patch by ecatmur)

2010-02-01  sb  <sb@openoffice.org>  [a51028098af2f5f531a2fe87d20856c0d6a655ac]

        sb119: #i108244# small fix for Linux socket handling (patch by olistraub)

2010-01-31  Mikhail Voytenko  <mav@openoffice.org>  [da599549cc4ac52d298ba10bd481ea279b587a89]

        #i50885# fix build problem

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [9e57a8017abe1dc6867f5730f33ea99976140d8d]

        rebased to m70

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [aee94984fb18f8032c6753ec1ec0a931c14b8020]

        rebased to m70

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [7fff1564ca221d332b37fdc0437af55aa6993e80]

        rebased to m70

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [a5ee424604d5e0c6a13e7b39b7a22aed99c52572]

        rebased to m70

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [324721c3ef3715b002328683f8045c5bcfca0013]

        rebased to m70

2010-01-29  Release Engineering  <releng@openoffice.org>  [4c745863c7125377e11d35a6c4279912ee1c8118]

        DEV300

2010-01-29  Release Engineering  <releng@openoffice.org>  [2a0f97e3e4ce1dca9d3d69fb035d86739a6eda21]

        DEV300

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [0deefb5d0a6eec79a49602fa02d3dce46231a90a]

        koheicsvimport: #i108756# Fixed the tab order of controls in the CSV options dialog.

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [1cc1a271e652ccfc6078217b071a95db19b8a8fd]

        koheicsvimport: #i108754# Follow up to my previous commit.
        
        We need to ignore the execute() call when exporting to an html document.
        My previous change caused the character set dialog to show up during
        html export, which was not correct.
2010-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [14aa6a1a3293dd3d101266b9fe479c2d7bd2a4c6]

         #i107957 - deliver right .xcu, no matter how WITH_LANG is set

2010-01-29  Ingo Schmidt  <is@openoffice.org>  [e6dbbd4577af2a95e6c13ce483f7ffc66d613a26]

        #i108610# more controls to avoid undetected problems of signtool

2010-01-29  mb93783  <mb93783@v60x-so16.Germany.Sun.COM>  [5d04f56879161c5b7e9b9768400dda8f5270cc73]

        #i108450#: some fuzz with OWN_ATTRs

2010-01-29  mb93783  <mb93783@v60x-so16.Germany.Sun.COM>  [2a43eaa0c9f1eaab6bc01c5f8b2716b00bfb43ad]

        #i108450#: some fuzz with OWN_ATTRs

2010-01-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [be9b961f6488a03f4841931758b0749dd1b58287]

        writerfilter07: debugging code

2010-01-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [73e46c5645ba00b4bb030847cd6ffd12def63002]

        writerfilter07: refactored DomainMapperTableHandler::endTable to reside in more specific methods

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [2ba4d305871115cbc710663c865af29beafa40bc]

        koheicsvimport: #i108754# Make sure that the html options dialog won't get launched on export.
        
        BTW, with this change, the character set dialog gets launched on html export instead.... :-/
2010-01-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [28542b378f4d94d5dd7c4f30f57bcdb6bfdbcbb8]

        writerfilter07: generate more resources for values (esp CT_Cnf)

2010-01-29  Kohei Yoshida  <kyoshida@novell.com>  [a381cd8160f05c527bdea880aabc3aea0ab1c6c9]

        koheicsvimport: #i108755# Moved the new check boxes to the left by 9 pixels.
        
        They should be aligned with the "Separated by" radio button.
2010-01-29  Ingrid Halama  <iha@openoffice.org>  [146a0be53fef68cec76b2312239aaf412e1a89ea]

        chartmultiline: fixed compiler warnings

2010-01-29  Ingrid Halama  <iha@openoffice.org>  [00773382c1a3228fc0e4ecf40d6f11b8a15e34e5]

        chartmultiline: fixed compiler warnings

2010-01-29  sb  <sb@openoffice.org>  [f7c46ae575ffd52692423983972701d8bd8d36fd]

        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  sb  <sb@openoffice.org>  [44a1e0d4da70ee4b1a67d751eb94127282c54c20]

        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  sb  <sb@openoffice.org>  [e884cc86ee4bf5172bd9d56e5559e490fed8d467]

        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  sb  <sb@openoffice.org>  [20001a2598d53b38ddb551851d31f1d536e6c3d0]

        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  sb  <sb@openoffice.org>  [195ebd14fbf1e77177d668112d37a22e3468816a]

        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  sb  <sb@openoffice.org>  [61e9d639cf6894f9a3f390b6ff9076ec5af3bdf0]

        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  sb  <sb@openoffice.org>  [0ee646e5f310b35f68b596798c42a3c580d4cc7b]

        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  sb  <sb@openoffice.org>  [53025eae582767fdbbd726c9206c46d9e0b108a3]

        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  sb  <sb@openoffice.org>  [27bb69577e35656e3ad2cf602bee266b0354aaad]

        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  sb  <sb@openoffice.org>  [945e82ce2c09f7a816ab48076045d3a94066ad71]

        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  sb  <sb@openoffice.org>  [ec0ee57607a1e8a800bb4809a0be6921df1f2e19]

        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  sb  <sb@openoffice.org>  [eeca9dafb71c0ff288cd9a0683fd1dcb0626baca]

        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  sb  <sb@openoffice.org>  [bdd7a0f37c4f280e27289079129b8136d0befef2]

        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  sb  <sb@openoffice.org>  [f4d7dfdfba90f304b067bfa7334c4a103c181152]

        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  Kohei Yoshida  <kyoshida@novell.com>  [cddec3b38e83480ba3d16644fb944c83134e5946]

        koheicsvimport: #i108754# Call FreeResources() in the ctor & remove textimportoptions from LIB1OBJFILES.

2010-01-29  Mikhail Voytenko  <mav@openoffice.org>  [5ba32a9abf26e7cb37f7ff3280a230dbf2bd5952]

        #i50885# let some files support C++ syntax and use dynamic memory for long pathes

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2d42284e848aab0b85f14ea690565fca6017151]

        ab71: merge with DEV300_m63

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea5581ebf8cf414717af74d22d647ed446d63d2]

        ab71: merge with DEV300_m63

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1842855acab54883d4b17cb520ef4f622d05bb4]

        ab71: merge with DEV300_m63

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3a91e5eadf06589c70e6beff88370465b884c9f]

        ab71: merge with DEV300_m54

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a59adcc7fd221ee6b7644aa1fa53fed8dd3c0e]

        ab71: merge with DEV300_m54

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f851cc84497986e5af50a102e504270d5f2fbd70]

        ab71: merge with DEV300_m54

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3c550e9f7bdd8c9f1f75f4148f516ddc94290f92]

        CWS-TOOLING: integrate CWS l10ntools

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [270a926584edf395c0839eb68e2722e9e52d48c9]

        CWS-TOOLING: integrate CWS l10ntools

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cc65d4ac872210855dce22632cdd7a1999914b6a]

        CWS-TOOLING: integrate CWS l10ntools

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e2427d57503f0e9175544ae1068b4cf9d8369874]

        CWS-TOOLING: integrate CWS l10ntools

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ddc5f2c7290217c92f2d54a9c7d8f851b339a50a]

        CWS-TOOLING: integrate CWS l10ntools

2010-01-29  Oliver Specht  <os@openoffice.org>  [5c80dffe5aafbf03d7277006ecac46271e5546d9]

        #i108426# missing increment added

2010-01-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [526575b69666adc555ea14c7524e2ba8bf7834b0]

        improve deflate recognition, fix debug output

2010-01-29  Mathias Bauer  <mba@openoffice.org>  [bdd92336d272ae9784a9fb15bd8db1b41991db81]

        #i107450#: wrong IDs

2010-01-29  sb  <sb@openoffice.org>  [a0b4cdb08bec2ad107634bfdcbe6bb0b0f050881]

        sb118: additional main -> SAL_MAIN adaption (to ensure osl_setCommandArgs is called)

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9df0e540cbb8058e5ec7d001437c9213ce85b37e]

        autorecovery: saveToRecoveryFile => storeToRecoveryFile

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [893f3398cac0ce641ad60e049becd57e20d726b2]

        autorecovery: saveToRecoveryFile => storeToRecoveryFile

2010-01-29  Dirk Voelzke  <dv@openoffice.org>  [66e9fff8d67cfbea50eb84badf1340e558600649]

        dv17: #i70994#: Added missing dependency for the property hdl in build.lst

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [090bc5591c2bc09c2097771b1bf182bcfc45dd0a]

        CWS-TOOLING: integrate CWS automation007

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cb6dc8c0cbadd25385d581c0dd3583afc10fd26a]

        CWS-TOOLING: integrate CWS eraser01

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7db24fbf87af39d77fe8c8c57d719cdbad153aac]

        CWS-TOOLING: integrate CWS eraser01

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [37ef2539daa89d970db90dd16e1e90be349aa5dc]

        CWS-TOOLING: integrate CWS eraser01

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4621b975515563aeb1e57ce484fa485132a05c2d]

        CWS-TOOLING: integrate CWS eraser01

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [79485b536bec292eebcb7bfedf1bff4479dae6dc]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3d41d6b157157dd55e62cf795bfba74990b79b0b]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [82b7561e0efdf6b3aa1f26d7339152b1c3e4ffb2]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7014124b1dc9de256cc9285a0596f507859fa3f7]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [be8d23b5060e92f307c00c93278957417f6d2b15]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b6867ec2d7c882d2ac3a8b333955882107d43c9c]

        CWS-TOOLING: integrate CWS koheidatapilot03

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d10477ee1ad60b8c8a47b89358108e860b58b15e]

        CWS-TOOLING: integrate CWS dba32z_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [129f67da173f62089ba43b00d4a7c1891d138ef5]

        CWS-TOOLING: integrate CWS dba32z_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4e76f54508178635f2e01a4977ccfa66fd9c371b]

        CWS-TOOLING: integrate CWS native280_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [36c6c955b8de37162aaf076f55c5af4d94bdd84e]

        CWS-TOOLING: integrate CWS fwk136_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [30ec286882d23af66889ca836e2bef5ae146dbf6]

        CWS-TOOLING: integrate CWS calc32stopper9_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bbf914060be8436a792e898e68906213badf0b22]

        CWS-TOOLING: integrate CWS chart32stopper_DEV300

2010-01-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d1fc940995d8c0735e1ac817a6ee3a097ea3c4d8]

        CWS-TOOLING: integrate CWS chart32stopper_DEV300

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [321086abdf8a3efaa161d7027d141bd3654b0dca]

        autorecovery: respect a media descriptor member "ForceRecovery". When set to <TRUE/>, then an attempt to recover sub documents in the "recovery" folder is made. In this course, the m_aArgs member of the ModelImpl was replaced with m_aMediaDescriptor, being a NamedValueCollection, for easier access.

2010-01-29  Philipp Lohmann  <pl@openoffice.org>  [f4546bdaedd77b3f2ff16a2ef8ec0ebe15ba2cd7]

        #i107763# avoid strange visuals on X11 platforms

2010-01-29  sb  <sb@openoffice.org>  [e4c7094ca10b98f0b17dad9adade57a6e9f16fe4]

        sb119: #i103763# use $CC/CXX instead of hard-coded gcc/g++

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f8ac972b4c8025d28ef577a6d41fa97b0a7296e7]

        autorecovery: recover-hidden now also available for new (yet unsaved) forms/reports

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2478cdcebdb39d87e81f18d1bc3aa73198fc344]

        autorecovery: recover-hidden now also available for new (yet unsaved) forms/reports

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [42adaa75b725911e79133406c61ae5bd9768357b]

        autorecovery: recover forms/reports hidden, and show them when the main window is shown

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7b66e1606387cf439990274ce45b771085b4434]

        autorecovery: recover forms/reports hidden, and show them when the main window is shown

2010-01-29  sb  <sb@openoffice.org>  [5611c35f047b9568a4a51c243069113fd5b1e462]

        sb119: #i107473# fix invalid static_cast (patch by dtardon)

2010-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [af8f74871ace8714e7a853d8ed0a2cfd9e239e84]

        ause110: #i106731# md5sum check optional; return error on failed downloads

2010-01-29  sb  <sb@openoffice.org>  [28c608e8703d036d5475cf93bc278d0177cc48da]

        sb119: #i108764# avoid casts that are not strict-aliasing safe (patch by cmc)

2010-01-29  sb  <sb@openoffice.org>  [51686bbd2b0ed0b233237b2607b1f4b0ef2a2ff8]

        sb119: #i107590# fixed documentation

2010-01-29  sb  <sb@openoffice.org>  [feef1848d0ff9dccd7741a43f0d25d3650c47cee]

        sb119: #i107719# invalid iterator dereference

2010-01-29  sb  <sb@openoffice.org>  [84ae8fd53c7e18d7a803ca3616a8370d17dc5219]

        sb119: #i108560# avoid never-released StringHashTableImpl; simplified code

2010-01-29  sb  <sb@openoffice.org>  [d127b5cb9d58aad37986c51267b8e911ebf2f69c]

        sb119: #i108654# avoid casts that are not strict-aliasing safe (patch by cmc)

2010-01-29  Dirk Voelzke  <dv@openoffice.org>  [ac0ef2459486980a93729812938dac9c3a12c6d1]

        dv17: #i70994#: Use own component for property handler

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5220f98a90aa11c6bd625b58999b31cf08ca3adb]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [65eadc7240c9a4053520a1ab73e8acaae02905d6]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2b16f96048050a28ece695ae69aa4b056c898dda]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8e396c4945c0e11fa24e54ebd55b0d965aaf6f86]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [25bc9ec7250dd9253b49b3e8094a097fe5aedc40]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e6313ed87a50a6d2544c103fc6336f7222af3003]

        merge

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e1e25bdd16958a72c952ccb9eb70f05636637e9d]

        dba33f: when re-activating an embedded object, do not reset its modified state (plus do not the other initializations which are needed for the first activation only)

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e0288f9960b4e5f49e1fa77b3b5d6cd8c737f462]

        dba33f: when re-activating an embedded object, do not reset its modified state (plus do not the other initializations which are needed for the first activation only)

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a8fa850daff277e2fe6aef3a483ee2817bcd3db]

        autorecovery: removed dbdocrecovery.obj, should have happened when the cxx file was moved

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7cdace50a6ee115620429c5e7ac61d2c973817dc]

        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>  [d045a9760d4dbd6eb2ae8f45c3e40bed4806bd3e]

        slidecopy: oops, missed those occurrences of ToolPanelChildWindow (which is dead by now) in the previous commit

2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ff855671c4238bf3bfcc3ba9630f1bcbe559acd5]

        slidecopy: removed unused artifact (referring the currently-unused SID_TOOLPANEL)

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d9f875f2a1a888805e84267a62c422266f24fb53]

        slidecopy: unused file, just adding noise to my grep results. Removed.

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3db2c83185b723d08af72b93f33d5d84594531d6]

        slidecopy: OSL_TRACE doesn't need a trainling line feed nowadays, this just adds noise to the debug output. Removed.

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7ffad11ac2936653802d2fbc4132ec98a396ac72]

        autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [09af8ffba3b5311161092ae3d37087e001fa0e0d]

        autorecovery: removed a few IMO useless dependencies

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [630c4139a8be53e0ae6f214a8318765fb25cba44]

        autorecovery: creating dedicated core/recovery folder, taking current and future implementations regarding document recovery

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [760fde3a707688c8803c4b5b69a1c117124654a1]

        autorecovery: move the responsibility for calling attachResource into recoverFromFile. This saves us from some problems with SFX-based documents, which change there Args during the load process (during macro confirmation), so a later attachResource from outside would overwrite those changed args

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [67f02ec2e2aea15b32883ee479457fcc1fdfc806]

        autorecovery: move the responsibility for calling attachResource into recoverFromFile. This saves us from some problems with SFX-based documents, which change there Args during the load process (during macro confirmation), so a later attachResource from outside would overwrite those changed args

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddea1bbc63a2a08b8c546f8cb1bf833671342f11]

        koheidatapilot03: merge with DEV300_m63

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [34c465a243c04900f413395d4733b712015d9401]

        koheidatapilot03: merge with DEV300_m63

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffeddbc20aa6c3d92e00259871d3f5458697fe71]

        koheidatapilot03: merge with DEV300_m63

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba2c74103a8d751bfcde61cff2fc8e198d860400]

        koheidatapilot03: merge with DEV300_m63

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae66b1fbadf8b2682f3f3716e298398d141826e]

        koheidatapilot03: merge with DEV300_m63

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [63d143633f395ad30ad4c4583600a0caa58b2592]

        koheidatapilot03: merge with DEV300_m60

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad3b0ff4049f97d6d20a5a8ca8115ef6f269adbf]

        koheidatapilot03: merge with DEV300_m60

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [114b4766cefe57be30f4af858700e718c98b2bd1]

        koheidatapilot03: merge with DEV300_m57

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ef863090fb0a619659ab51fc34025792ff5bc0]

        koheidatapilot03: merge with DEV300_m57

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ee2a3eec4227e80e030f328d7a63d37daf51a5]

        koheidatapilot03: merge with DEV300_m56

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4728462953156cb2b4c0fa0d8bbbb3ab0b11e762]

        koheidatapilot03: merge with DEV300_m56

2010-01-28  Ivo Hinkelmann  <ihi@openoffice.org>  [078c9750720aa8f252d55ea8206c6f8337048d78]

        l10ntools: #i107992# missing autoconf for hyphen buildtype

2010-01-28  Christian Lippka  <cl@openoffice.org>  [1729ed6a9a1617a5821913501513beec86921a7e]

        fix size difference for newly created presentation objects

2010-01-28  Christian Lippka  <cl@openoffice.org>  [a17734674e635d26082dc682c6fe63405b53bbb4]

        adding new layout enums

2010-01-28  Mikhail Voytenko  <mav@openoffice.org>  [a332de8f969e24d66cc5f3283a35ad2d6e4bde75]

        #i50885# register the object as a listener only when it is created

2010-01-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [23ca8c9a0e372d14c83091e5d86dbb3affffc78c]

        aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction

2010-01-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1dde425a12be0ea92ada5152e0d40b4ac9358f1c]

        aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction

2010-01-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c89b3d923e6bd28546ed2d4a444b6f6ed297d826]

        aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction

2010-01-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [e8b81cd40140a1a5f79f9eb24470ad4891564ef8]

        aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [5d96c77fca1a993ed0de9f8776c356ccce810e18]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a5c15f382b4b285e8d7f3d5c8ac9cde9e44638b]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [2c4697acda9a513ca721774e9212afffa0e08951]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [69ccdab522b1f4e6bd746d91a54b849504980400]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [851bd62aa3fd757cebf2ec72581ec2f2316564ba]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [e6974780b128618cc7229f020dbd2a512e03a06c]

        writerfilter07: merged CWS swunolocking1

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [c72ca7b586cd9a01c3aa94aba594a9b50a1da339]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [088277862f1e426c759ff8ad0ce131e05443aa15]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [f60f4b5dafe072823e9eda1dcfb9cfd3ab8894b8]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [4d25f2a41929080258462cb53b843c52d084d0c9]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [012b2be92178be4d75395e5726f7ebdbe6ca28de]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [f4e29eea1d0cd3809c6447236898013741cb0546]

        chartmultiline: merge with DEV300_m70

2010-01-28  Ivo Hinkelmann  <ihi@openoffice.org>  [2572d241c541d3ed39ac8521fba14134314577c0]

        #i107992# added buildtype for hyphen

2010-01-28  Ingo Schmidt  <is@openoffice.org>  [a8a309cdce830e35fd995a1ed6407b1bfc8907ac]

        native0: #161561# new product

2010-01-28  Ingo Schmidt  <is@openoffice.org>  [c938e6a7c0ab54c8f5d9be9c1d45fc336a3f14a7]

        native0: #161561# new product

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [0281414ba82dcfd74e2e01c8cf12828b8c79521b]

        chartmultiline: #i82971# complex categories (part7 - add toolbox item for insertion of a complex category column within the chart data table )

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [4851b01ed114150bbfa4d462b49596ed5f71b741]

        chartmultiline: #i82971# complex categories (part7 - add toolbox item for insertion of a complex category column within the chart data table )

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bb091275da4ed1b2b6c0184ee9a2cf14e8d0df48]

        autorecovery: merged DocumentMacroConfirmationRequest2 into DocumentMacroConfirmationRequest - no need to have two types which are effectively the same, and both rarely used

2010-01-28  Mikhail Voytenko  <mav@openoffice.org>  [066fd012867ceb64fb05f79b3e82ba353ac6d418]

        #i50885# workaround the CreateDirectoryW problem

2010-01-28  Ivo Hinkelmann  <ihi@openoffice.org>  [11d762deff2ba38386f84f396c739d09069e3c49]

        l10ntools: #i108657# renamed transex3 to l10ntools

2010-01-28  thb  <thb@openoffice.org>  [153ee9c87cf2138cf2df9f79417c24348ff56fad]

        eraser01: merge with DEV300 m70

2010-01-28  thb  <thb@openoffice.org>  [84ed0f699225aa8271057920a62f4faa597a6654]

        eraser01: merge with DEV300 m70

2010-01-28  thb  <thb@openoffice.org>  [2d5653115320fcdf9cee15198a3290772485662c]

        eraser01: merge with DEV300 m70

2010-01-28  thb  <thb@openoffice.org>  [675dd1f8dc66b374756c16622640bed70d77e4b8]

        eraser01: merge with DEV300 m70

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [837894606a612539ab16f4eb3256b5bc5153f27d]

        chartmultiline: #i82971# complex categories (part6 - allow editing of complex categories within chart data table )

2010-01-28  Ingrid Halama  <iha@openoffice.org>  [9af6a0719109705c7aede368bc4938c1a6e6ff20]

        chartmultiline: #i82971# complex categories (part6 - allow editing of complex categories within chart data table )

2010-01-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9b376c832b2e6678583503ea16a37168b8bcc15c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-01-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4db17295034c69588a28327b0c79d95df2e278a8]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33f

2010-01-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e81dc7f26f4c65ede3a3bab6ad810dac121ba52e]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [90ba98f3931737e0fa832632421bf0664100dc65]

        ppp02: #i108686# do not forget direct print

2010-01-28  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3bd26e732a7618b2591fb187046fd7c7cd96eb0e]

        ppp02: #i108686# make last used printer persistent for UI print jobs

2010-01-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f29cae73b29868dad9021f87d800c4d115bc7bf3]

        dba33f: #i108730# impl case case and rank functions

2010-01-28  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4bc4c4dd44b568249db5585b24248b630302336d]

        dba33f: #i108730# impl case case and rank functions

2010-01-27  Kohei Yoshida  <kyoshida@novell.com>  [eff8202ca2f213d18ad360ebd3929e139697f513]

        branch merge

2010-01-27  Kohei Yoshida  <kyoshida@novell.com>  [677a60d4a1a7c4a7ed7954a95d365de94d281f0c]

        kohei03: #i104769# Fixed the chart update problem for real.
        
        My previous fix was not sufficient.  I forgot to:
        1) set the "used" flag to the listener when inserting it, which caused
           the listener to get removed right after it was inserted.
        2) Set all chart objects "dirty" upon import.  Because of that, the
           timer didn't start when the document initially loaded.
2010-01-27  Ingo Schmidt  <is@openoffice.org>  [00c001d9db406540e59b635f4932ed719743052a]

        native0: #161561# new products

2010-01-27  Ingo Schmidt  <is@openoffice.org>  [2bb00c56dafb09bc6d5166d366aa66a82ff17a3a]

        native0: #161561# new products

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [a6a2edbd30c81a506a970b115c27e9c9dea422ac]

        native0: changes for Oracle products - transplanted from 70a54173d1a5@native0

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [756caba02195e1ed76c9ed5442cd6361ae7e329f]

        CWS-TOOLING: integrate CWS s390xport02

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ea4622dcf7aeec09e7820fbb847467c6a633335d]

        CWS-TOOLING: integrate CWS s390xport02

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d1e7561aa828518dcbbbf78226877b4d564af2dd]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [a082f00673a091f517f9fbc6a09b94e4edb36ad5]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [bdf06223c6c64e9baff7c835f75134a97073ade3]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [668bc5c7bc32538d09f0cba3e252342daf4bcf52]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [3f23038efa54b7a776d58fb1ca591a5c1cdb943b]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [da5fdc46b8d8aa2a32bb0ccdbc768b7e96ba273f]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [393c8482b60447746be305fc1e0da9eb47e0e43b]

        CWS-TOOLING: integrate CWS cmcfixes69

2010-01-27  sb  <sb@openoffice.org>  [e6823163e3aa6117f6ee87954b238be2b0e4fa22]

        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  sb  <sb@openoffice.org>  [947441fda5c7a99ec42afa3b94961d05356c04d8]

        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  sb  <sb@openoffice.org>  [86c002eb0854a28da4f2a99644ca1ddb3e57200e]

        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  sb  <sb@openoffice.org>  [c5bed97b38a8e4d527f0ad9091a409ab7babd03d]

        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  Ingo Schmidt  <is@openoffice.org>  [e5b5d2c23ba9f52e3d5ebed91a5d34fe109dde68]

        native0: committing this file, because someone else changed it in this cws, and obviously forgot to commit it ((IS and CD)

2010-01-27  Ingo Schmidt  <is@openoffice.org>  [5bab3af95158025e439be06b9b9b4233c1f3c714]

        native0: committing this file, because someone else changed it in this cws, and obviously forgot to commit it ((IS and CD)

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [ec8fc52ae7451a09fdb657243791f1b9cbf21f27]

        CWS-TOOLING: integrate CWS tbo08

2010-03-24  tb121644  <tb121644@sr1-eham02-04>  [b9d6335f81cda58c89d61533493fae574b3d5466]

        resbase m75

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [8859d9f6d81f276b97f5c3c5b7f59d7bb8af859a]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [773a40f8495978fb07e20c4e657b41131819229c]

        CWS-TOOLING: integrate CWS koheicsvimport

2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6cfc5620c18a2cef95368d6d1437281abdb67b69]

        autorecovery: merge latest changes from CWS dba33e

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1ec86b92249d382223f96f9c2bf7a5a0f06aaa1f]

        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-02-25  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [7f4fa441c9a3f04aeaf89be7aa5b5735b165de70]

        dba33e: #108973# fix sid/win declaration

2010-02-25  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [1628154ed4a7c3c34b155685c98b0c3b04cecc77]

        dba33e: #108973# fix double win declaration

2010-02-24  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [f21b8fe3f510dddbf13ecec0610ee3fb5ce4ffef]

        dba33e: #108973# reactivate testcases

2010-02-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cc3cc958dd1c65b4a11aa25c4d63cefca70a46bc]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a3c9859726b159cdcb4ed52475692aeeec38c252]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-18  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [268ea8cb56a30bb40580b4d8b622a9aacd310581]

        dba33e: #108973# reactivate testcases

2010-02-18  Marc Neumann [msc]  <Marc.Neumann@sun.com>  [dd2d5f2f4a694f5390de4be66f630271badf4618]

        dba33e: #108973# refactor and code cleanup and minor fixes

2010-02-04  tb121644  <tb121644@sr1-eham02-04>  [6f013a4859726d7665a3b212108596aca1789b62]

        #i108832# guessing culprint

2010-01-29  Oliver Craemer  <oc@openoffice.org>  [5b1016bf0ec38c25b016669ee20645b207db85cd]

        #i108733# Autotest for enhanced csv import

2010-01-29  Oliver Craemer  <oc@openoffice.org>  [8bc916663d3e41bc00660e3829765d7276dbc675]

        #i108733# Autotest for enhanced csv import

2010-01-27  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [576ac52c6f7251c49fc22848cd0f7fcf083639e0]

        dba33f: use a temp to gold controller

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [b36241988ea99ba2a9d290ec838a3557d0333d63]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5a6fd57b2390a24c52403411c82ff6cdebfc8cde]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2bdbfbd0e23684bbfc70769dae4190d99e19ea3d]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [62853b8567ac0f0349699df87473a0ef465a46be]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5a0227a8279af0752af5d5bce47374dd3929e365]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [a416c056cd80eb77339017d28354c9b4fd1ff358]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8ea5a0efee790c4dd689b8b9e4cfc8e19f583a5f]

        CWS-TOOLING: integrate CWS swunolocking1

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5c175b5909c37acdc24a540725726b912e0a7409]

        CWS-TOOLING: integrate CWS buildtool08

2010-01-27  Ingo Schmidt  <is@openoffice.org>  [f20e966e2479610f155c8498c625693e365c9c48]

        native0: #161561# changes for Oracle products

2010-03-04  Ingo Schmidt  <is@openoffice.org>  [ecb93931a141e675da1196266a4058d233ac91e1]

        native287 #i92147# fixing langpack problem

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [23f23fd6e465ed52f3e6d94eb48486592889c836]

        CWS-TOOLING: integrate CWS mtaccfixes

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [affba4eec20486fcedddd51903a97bc46201d264]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [725ed7cc683ddd599e2b5d66f039ecf72a29829f]

        CWS-TOOLING: integrate CWS sw33bf02

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [46aa13222d7abdd2a706a7147f8e920ef96df013]

        CWS-TOOLING: integrate CWS vcl109

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e9de8ab5157c6702db4835c98e9c8a56f93d15c3]

        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>  [c23f434f9ac9d6e1f35024ce089876ab471db1c5]

        sw33bf02: merge with DEV300_m74

2010-03-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [d2661f59f9dbad100cc166bd54511897025b9aa2]

        mtaccfixes: merge with DEV300_m73

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1816f3232b325c81b4d843925476a9cc1f089041]

        autorecovery: pass a MacroExecMode when creating a blank document - with the changed implementation, it is not (as before) by accident that a suitable MacroExecMode is set automatically

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [881fcb81a213938b856335f03894d5cfec008402]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Malte Timmermann  <Malte.Timmermann@sun.com>  [53cec388721ea68eb667d60eeb286c1bd24ffa02]

        mtaccfixes: #i100788# group lines support accessible text now

2010-02-19  Malte Timmermann  <Malte.Timmermann@sun.com>  [e412e3ad219c36d151cfa4304380e38dda7438d3]

        mtaccfixes: #100833# FixedLine needs to be in correct z-order

2010-02-18  Malte Timmermann  <Malte.Timmermann@sun.com>  [515edd55e546f810455f469e9725fb22e3ed8367]

        mtaccfixes: #100833# FixedLine needs to be in correct z-order

2010-02-08  Malte Timmermann  <Malte.Timmermann@sun.com>  [41f067606af0344a78f624cd4df564c9fdd8e850]

        mtaccfixes: #i104470# Don't notify selection changes for caret movements

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4fa9df70fc2aadfc3777878e6e8d7a6e02715cbd]

        autorecovery: allow for a human-readable DocumentServiceName instead of this strange class ID when creating a document definition

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5a6a877ad0cc8b0703d55302ac01bf79530664fe]

        autorecovery: use a human-readable media type instead of this strange class ID

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [871979d155e34a66d5bee248475f915aec1b386e]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aa2b976851fb5461db19e3edac249efc13bba05b]

        autorecovery: merge

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [269a73582e3703e82b128bc1c5a096097da4b2a9]

        autorecovery: merge after pulling CWS dba33e

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c0ea2fcd404cd3830c71752cf1a0c0ee6e5b4e76]

        autorecovery: form and report wizzard now also using XDatabaseDocumentUI, instead of manipulating document definitions
        
        All database object wizards by now employ XDatabaseDocumentUI. This way, it is ensured that the controller
        has the full control over the opened sub components.
        
        Still, other third-party code could use direct access to the document definitions, and open sub documents this way.
        This would go unnoticed by the application controller at the moment. I would be possible to fix this, by introducing
        broadcasts from the document definitions, listened to by the controller. But as this sounds like a rare case, and
        XDatabaseDocumentUI is the preferred way for third-party components, too, such an implementation is deferred to Later ...
2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b691607b3bda98cee1bb923ccf59cb248bf9cb25]

        autorecovery: post-rebase build problems solved

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [6572510da4919289a94c9c4bbf29628635264098]

        sw33bf02: merge with DEV300_m71

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2176aee8e22caf0396c1b3b544a3549a0a417a8f]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e645ebac252928d38d0694cbc6bbf8fd8b9bfb88]

        merge with DEV300_m71

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [722556b9cd099cbb352cb11692ec1b27adfac5dd]

        autorecovery: more unused interfaces removed

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a44bc63de98cdf39179f742b1e661b23749eaffa]

        autorecovery: populate the 'Command' property

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [619a6a4ab19ba81c46caad249eaf926281f897d9]

        autorecovery: also moved the QueryWizard to using XDatabaseDocumentUI.loadComponent, instead of opening the sub component itself

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e2fa939261e012bfe2a675079a0707bcdf8fec54]

        autorecovery: removed unused class XCallQueryWizard

2010-02-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a31b27b704d5c669674afdf135a61cdf1f30ff3b]

        autorecovery: re-work the table wizard so that it does not open the table itself, but uses XDatabaseDocumentUI
        
        Consequently, it does not need to return the created model/controller anymore. This way, the application controller
        has full control over its sub components, which didn't work reliably before.
        
        Other wizards (query/form/report) are to follow. For this purpose, they're also to be based on the newly introduced
        DatabaseObjectWizard class.
2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6242c77610b6d6c4206da895dfa430b781f60996]

        autorecovery: addDatabaseDocument: do not close the document after having disposed it - this will throw nowadays

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cd6abead393fa3f4edef8ac056dd8e548d7cf3d1]

        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-01-27  Dirk Voelzke  <dv@openoffice.org>  [679bc322ed9caa9afc73bca8d89f77e1386f3d4c]

        dv17: #i92728#: Don't use quotes for procserver32 entry

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [be2b37ca457581401bda98d729570ac1af021f28]

        CWS-TOOLING: integrate CWS bserver50

2010-01-27  Carsten Driesner  <cd@openoffice.org>  [dc45080c4f44ced9e0d1916f7760268ccf95c376]

        #161434# Support png and bmp intro/about images

2010-01-27  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [83d2f8dc6a59c447d69d08745f28fac0c6172d77]

        fixed warning on Linux

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [1e1b1d60af9fbbb8d745d5ebebf9fa46444ded67]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [6163dce52f006f6f5a390eebd000caeaa1c70854]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [89cdd7feeee68699fb52af5c2345abb4b67ed102]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [c95e2922dd0aa2b6d22ce0edad151bb3e14ebf18]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [da877b6a3bd9be2bf4ee15224008d73b87aca06f]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [deed418a92d3a91ee694bbd5bee96b32bca36460]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Ivo Hinkelmann  <ihi@openoffice.org>  [cfb0815ece0230646667cc6db5d10d1a6e41b0e8]

        CWS-TOOLING: integrate CWS dba33d

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [c08aaf67af979d6f8defaaa3fe03c75bf7c5911d]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [53071e9fce4e532e587a11aa3a97932a2de659c6]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a15b7d67c8af182a8ef2ae36f2a6be640ebffa57]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [b70da7fce2318bf43177aea50637832d07e2566f]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [5cb4195e77b068d31429b8f2ad34e90e1f753982]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [5c914d4e60fd514d53049e3dbead945cb0f62c71]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a79c9eca4ae04afba42cfb184ab18af462b16c8d]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [02d2eef9aad0703114cb9641501c743a9b04b4a8]

        writerfilter07: merged DEV300_m70

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [9b102f2b2042e9819a106ef35db88ede88517b56]

        writerfilter07: merged DEV300_m70

2010-01-27  Helge Delfs  <hde@openoffice.org>  [49c2c19c46f38d6bf9b7f0c1d43dddc5bb9dde84]

        cbosdo01:#i107088#adaptions for removel of options in Autocorrection

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [42614dac6359f8ea3a3446f089f17b5054dbe50b]

        autorecovery: renamed local var shadowing another local var (GCC warning)

2010-01-27  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ad8f1b9c6e020401d85d477daff458e0b289dd9b]

        automation007: Try to fix broken unicode in StarOffice_help_topics_en-US.txt

2010-01-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7f48e078966b175ea58dadbdc673af2e78f5e69a]

        aw079: #i99147# attribute rework and others

2010-01-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [54b1b7d41738902616ff8ed3253a4caad02736ed]

        aw079: #i99147# attribute rework and others

2010-01-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6ecc93369b92fe1f8669ed8e429121f038178753]

        aw079: #i99147# attribute rework and others

2010-01-27  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ffe5c97056ab181367e49691d487eb6f6f375200]

        aw079: #i99147# attribute rework and others

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e10fc78fea6728cb1a8819daab3beee7823627f3]

        autorecovery: allow an empty URL in the attachResource call, which means 'determine the proper Location/URL yourself'. Needed so that not every client has to do this. Location precedes URL, this ensures that a recovered document, when saved, saves to the salvaged-file, not to the recovery-file

2010-01-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [56844a3bf61a58e84eb37796fa4fee4b9052cd3a]

        ppp02: #i107481# change replacement visualization

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [925a669a32688360e49ab972351fba2226a6a905]

        autorecovery: yet another slight refactoring of the DatabaseObjectView hierarchy, to allow the AppController, in newElement, to respect the additional args in all cases

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6e56ff42613dcdcd5dd5421c5a810197a1e0f1da]

        autorecovery: also recover new forms/reports, which were not yet stored

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2923112026e811b495440d8256602e2f4e173c8]

        autorecovery: when creating new documents, allow for additional arguments to be passed

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9bbf0a62bab06c8479deb466540a93e8d702c419]

        autorecovery: when creating new documents, allow for additional arguments to be passed

2010-01-27  Mikhail Voytenko  <mav@openoffice.org>  [b370e800215be46aa394c372e983ab6b5f2682d5]

        #i50885# Long path support for Windows

2010-01-27  Tobias Krause  <tkr@openoffice.org>  [46e81a69d5a3791742997fefd96a9ea3cf1302f3]

        tkr32: #i106190# remove ooofiltproxy

2010-01-27  Tobias Krause  <tkr@openoffice.org>  [350ba7d3136fee45a8f2d5165098e867c94ab36d]

        tkr32: #i106190# remove ooofiltproxy

2010-01-27  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bccc0c8633a5f38a4ce45b2cd3efe997b31e0ca1]

        dba33f: don't ask every driver for a tables supplier

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b89df0e30a7f16c019e267610486f7e2d00b193]

        autorecovery: prepareClose: do not load it component if it does not exist (anymore)

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [590b0c017c302ee0ec65f3617e9fada3a60cd330]

        autorecovery: introduce createComponent/WithArguments at the XDatabaseDocumentUI interface

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [61d77a767a0d519201f3a8554b343bce881c5991]

        autorecovery: introduce createComponent/WithArguments at the XDatabaseDocumentUI interface

2010-01-26  Christian Lippka  <christian.lippka@sun.com>  [33b29ea23007cbed30abe1c5ae1a2573ad96148b]

        re added removed placeholder images

2010-01-26  Christian Lippka  <christian.lippka@sun.com>  [79ff0df55de56f3787b458410029b6d1f6cdc01a]

        re added removed placeholder images

2010-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7038601e57554a347a1d3a9c542531128d1e8a60]

        ause110: update to DEV300m70

2010-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [545c84c508bc60479e43bedf6ab20207ab58f8b1]

        ause110: update to DEV300m70

2010-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8437b1f3ec0718b66f54530ae8dfcb699e9dcb6c]

        ause110: update to DEV300m70

2010-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8cf0982130ea5dbc4742b6d1585331e0d7c13b21]

        ause110: update to DEV300m70

2010-01-26  Mathias Bauer  <mba@openoffice.org>  [b4a640fc3ae600ba29e8fba367b1ee8116d9f1ec]

        #i107450#: as it seems it is impossible to change the value of SIDs currently

2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ebdbb7cb93519ec367d75d333f4af23062dffd41]

        ppp02: #i106560# use IsForPagePreviews accessibility setting

2010-01-26  Mikhail Voytenko  <mav@openoffice.org>  [09bf0b6edf79ae9a65b864b87c88de6783c102f6]

        #i50885# Long path support for Windows

2010-01-26  thb  <thb@openoffice.org>  [f9279fa745422207350eabc8f67edc3eba94d6d3]

        #i10000# Another WaE build fix

2010-01-26  Mathias Bauer  <mba@openoffice.org>  [eb6c4f9ca7800d079ca38a3fe36b241315cb7a67]

        #i107450#: fix for typo

2010-01-26  sb  <sb@openoffice.org>  [c10b53fa4c2346f5e12b5d5917d9e1c81226f5f1]

        sb118: #i108681# hack by pl to not process events for removed frames

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f0a46da1de3285cf4fab41914ac98d93288eb7a7]

        CWS-TOOLING: integrate CWS vcl108

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [094f161e7bbbfe77b032dfaab5cd2f3986eeaaba]

        CWS-TOOLING: integrate CWS vcl108

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5b0fd0089d84f567049e3c0004dc749ece563ba6]

        CWS-TOOLING: integrate CWS vcl108

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [86a09398c5f7610b0ba5ae345548e76880887d12]

        CWS-TOOLING: integrate CWS vcl108

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [067e9b189b26900e0f3d064b134c9cea5865069d]

        CWS-TOOLING: integrate CWS vcl108

2010-01-26  Ingo Schmidt  <is@openoffice.org>  [efd407736a900cfc6684cec8f4e20718e6fabeed]

        native0: #161561# rebrand links, exes and dlls

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [658c917af26adeb36e5da1498b23dfd4c8262f89]

        o5oo branding of startcenter - transplanted from 3b0a27115246@native0

2010-01-26  Ingo Schmidt  <is@openoffice.org>  [09b63f24fe56810eeb7a4b26cebcf4108650f6cb]

        native0: #161561# rebrand links, exes and dlls

2010-03-26  Vladimir Glazunov  <vg@openoffice.org>  [45dff81a9fff92003535f1e93d407caf487c92b1]

        o5oo branding of startcenter - transplanted from 3b0a27115246@native0

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [667dde6803a1702b15f8b14c5f8137c0c13ffd4c]

        CWS-TOOLING: integrate CWS impress181

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [38f155dda56828a752b934b235079bca930347c0]

        CWS-TOOLING: integrate CWS impress181

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [47469c389bb8161eb7458f617997e9e08147c5a6]

        CWS-TOOLING: integrate CWS impress181

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d03dddee00f8b63513965137846249b99e502eb9]

        CWS-TOOLING: integrate CWS impress181

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [20c9b2305c7f9c2341961a1aa32bdc151aead3b4]

        CWS-TOOLING: integrate CWS impress181

2010-01-26  Thomas Lange [tl]  <tl@openoffice.org>  [382d6a28327cd53e6fe1da612a1086b1e5242e20]

        cws tl74: #i107721# further changes to new thesaurus dialog

2010-01-26  Thomas Lange [tl]  <tl@openoffice.org>  [393e4f73f7b8477eeca268526f477160b567ae49]

        cws tl74: #i107721# further changes to new thesaurus dialog

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1fc2ddc87cdc286803baf6fa5a7933cd9b3fee14]

        #i10000#

2010-01-26  Michael Stahl  <mst@openoffice.org>  [007267b3ad35c70f6c8f2c6cb4b0de0725a0585c]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [5ac6b5f17a1ae700dbf273daf3d334976deac84c]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [dd19343634909cc3ee030087f1d0e84731853d68]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [9232fb1123644f85b5f8dc00c9623ec32c38b69b]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [8e1e110b72e6cf6ff07ce049f2b244d74e56121b]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [a1988a67f86fd88246b214c853f349af2289adef]

        merge DEV300_m70

2010-01-26  Michael Stahl  <mst@openoffice.org>  [0942468794e4621da5338dea287f52b2ad733162]

        merge DEV300_m70

2010-01-26  tono  <tono@openoffice.org>  [dd44100de461d875e7b6a6ce5cb662c6d737f487]

        i#108618: mingw port: Getting PATH in unicode - fixed typo

2010-01-26  Daniel Rentz  <dr@openoffice.org>  [9b9e688bb3430f2a2b88c9e89f7fd44b96a81aa3]

        #i108547# allow modifications in readonly document when loading msooxml

2010-01-26  Daniel Rentz  <dr@openoffice.org>  [84e57ce731b48c69b8f826007d4fffd67972560f]

        #i108547# allow modifications in readonly document when loading msooxml

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [68690a1b5bf58b59ff8ebd5bb1fd3548be4d7848]

        autorecovery: added RecoveryStorage

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6adaf71970a32c81ed45755a513f3cda788f2427]

        autorecovery: mav sanctioned the approach of the (now so-called) RecoveryStorage

2010-01-26  Dirk Voelzke  <dv@openoffice.org>  [c183b56839f52b1c16d600cf8172a67522ac7528]

        dv17: #i108414#: Check for existance of GetNativeSystemInfo before using this function

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d9ed7227b8d4dd6cbdceb7ca86997982e8680874]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1b5d661ccb3da60c538e796756715e373da49209]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6fcc7291b19158508756336127f9b190065d4da4]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b334da719970f99814777d13bc20e7e0c0589e07]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [be9358b3de4b09a3d2226619583af627a815b372]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e17c9350b92f04962aba812c981c379b39e8f238]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e9438977f6c3a412b5041a7d030342826f22826c]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6c662eef5c3516155b001865a3512f8ca705390a]

        CWS-TOOLING: integrate CWS kso42

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7d9c89c8e19fc2b37c8c518101989fd3a9f5a5fd]

        automation007: Fix more filetypes with CRLF line terminators

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ae1c9fd14e90300bd13fb76cf09d5a6093202433]

        automation007: Fix CRLF line terminators: .inc-files

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b6d771239fbd94bc6f145ec6f824083d75ad33d8]

        Fix CRLF to LF

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e25aa6ebf3bc097b588aa16129f1f6a26eb08f96]

        automation007: Change CRLF to LF

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0f652bd4232a39dcb4250e5be07f12fdee14b985]

        automation007: Resolved unintended merge conflict

2010-01-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [49ce8a4a26228d2f68114e410396ab3f2accd9e3]

        cbosdo01: Fixed typos in autocorrection files for 1/2, 1/4, 3/4

2010-01-26  Andreas Bregas  <ab@openoffice.org>  [10a6f8b96a40912b0e89705570806de3aca41e3e]

        ab76: #i107070#: Singleton support

2010-01-26  hdu  <duerr@sun.com>  [885c011740b2d2b5894161fe823aac4ea6f9364e]

        #i64508# allow compile on current baseline with fontconfig 2.2.0

2010-01-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [547bff62c501aa772036d5aa59f91bfbc45b142d]

        hb33patches1: merged DEV300_m70

2010-01-26  Tobias Krause  <tkr@openoffice.org>  [d9f65d9cde58a51235f0c47f0b3804f930e21d74]

        tkr32: #i105917# raised baseline for curl to 7.13.1

2010-01-26  Tobias Krause  <tkr@openoffice.org>  [f7b65af3bd85d6a0ac87b4e2306167accd9ef50f]

        tkr32: #i105917# raised baseline for curl to 7.13.1

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2540c0dc98c17092f77c64684071cbe7578e6295]

        automation007: #i108644 - Remove warning for corrupted template, changed it to be a qaerrorlog. This needs more investigation as hHandleActivesOnLoad() cannot reliably identify the dialog it is dealing with.

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a6e1691fe8633e1165dfc82f5f25693dbf4640ac]

        automation007: #i108653 - Added missing string for .uno:ValidityReference, changed QAErrorLogs to WarnLogs (those issues should be fixed some day)

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [cd81d43ded1fef2405500617f05e0dc80fa6af62]

        automation007: #i108650 - Fixed missing object for .setPage()-method. This may not be empty anymore

2010-01-26  Joerg Skottke [jsk]  <jsk@openoffice.org>  [dde0635f4c6158b59ae24da69a6218366fe90729]

        automation007: #i108643 - Updated help reference files

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ed62793becce9a2830a6be70fc02be1296d4ee9]

        autorecovery: unxlngi6: removed unused local variables

2010-01-26  Tobias Krause  <tkr@openoffice.org>  [957e2c21ce86ec4539b2e825ef7eb6fce83d466c]

        tkr32: #i105917# macos sdk 10.4 uses curl 7.13.1

2010-01-26  Dirk Voelzke  <dv@openoffice.org>  [46c59e3ce1c84607d847c276f9a4a08020fc58c3]

        dv17: #i70994#: Moved property handler to own library to avoid problems with old Windows versions

2010-01-26  Dirk Voelzke  <dv@openoffice.org>  [69adeb47391412ea0328055d3773d5b6ce0d00a6]

        dv17: #i70994#: Moved property handler to own library to avoid problems with old Windows versions

2010-01-25  thb  <thb@openoffice.org>  [9f35771929499d655b248fdf8b6bd75e27caf017]

        #i105937# Removed demo-quality java canvas. no longer maintained.

2010-01-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6563b40e1486aaf51cf7d0463ada458a620d3c1f]

        autorecovery: when the name of a document definition changes, update our component map

2010-01-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [84155f975046b221e626fbcbfd537b5ab9f44e0e]

        autorecovery: broadcast name changes also when a newly created, formerly unnamed, doc is saved

2010-01-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a2e88c92f9d23707d6aa72ecb635326f13a0d66a]

        autorecovery: introduce PersistentPath property at the document definition object

2010-01-25  Kohei Yoshida  <kyoshida@novell.com>  [83ccb404e2829cba98cf0bb1290da489fd1f4c6c]

        koheicsvimport: #i108645# Store the dialog parameters only when the OK is pressed.

2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [ebcfecbebf6969d8a071a9572256a42f271c3859]

        l10ntools: #i108657# rename transex3 to l10ntools

2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [8316671089f33c8aba5c5e72348854de16df9379]

        l10ntools: #i108657# rename transex3 to l10ntools

2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [7d7dabe5cf15fb33165b0af3db02150a64363960]

        l10ntools: #i108657# rename transex3 to l10ntools

2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [35221c8379a5b3859329664ec4338310d734f068]

        l10ntools: #i108657# rename transex3 to l10ntools

2010-01-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9f64e562d4231b9ab0aa1f29681e31893d23d2e0]

        l10ntools: #i108419# removed the tabs from readme

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [ef897a6dec963a1a421db3628cead20ce3c96c90]

        tkr32: #i105917# accout that macos uses curl 7.19.1

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [35bc17462a86b42345062708f7f1a57f3efd5779]

        cbosdo01: merged with DEV300_m70

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [df281dde0af441f66d1be324b33571d575af77a0]

        cbosdo01: merged with DEV300_m70

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [905f604597f6d54c0b2f362137cafcbfe0c3cdaa]

        cbosdo01: merged with DEV300_m70

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [71d0196c3f9826bf5ccf6aae4f99cd6ed20871bb]

        cbosdo01: merged with DEV300_m70

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7065c9b965bb47fae01868ade0027e03854a14a8]

        cbosdo01: merged with DEV300_m70

2010-01-25  tono  <tono@openoffice.org>  [31db0016e70b640b7c871c5b5640de961632cbc7]

        i#108618: mingw port: Getting PATH in unicode

2010-01-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [baf3aab830075c1dc6b78444915e701c0f1cf41a]

        cbosdo01: i#107084 Added the 1/2, 1/4, 3/4 replacements in all languages

2010-01-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d9c96494bfc4f749840ad972d6dbebbeb1b29ed2]

        dba33e: wrong header from svtools

2010-01-25  Thomas Benisch  <tbe@openoffice.org>  [2caea5cb74fd968f9434d61a626d64b2628a741e]

        chartshapes: #i12587# line styles are not saved

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [f27d0010536c191d18cc9c473a2dae056183de2d]

        tkr32: rebase from m65 to m70

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [ed1e624adc5184214e3d8de77ddaad7310bdaac8]

        tkr32: rebase from m65 to m70

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [f8037b9dc3b5d00ac8c99b7a1512b9691b05935d]

        tkr32: rebase from m65 to m70

2010-01-25  sb  <sb@openoffice.org>  [16ce2ebd2699104d1504328bf8f70832f7704dd2]

        sb118: pass UNO_JAVA_JFW_ENV_JREHOME/CLASSPATH when calling unopkg during build

2010-01-25  os  <os@openoffice.org>  [97c388dc9924a6e48d6a20c5e13b212a5818b8fc]

        #i108582# strict aliasing warning fixed (cmc)

2010-01-25  Vladimir Glazunov  <vg@openoffice.org>  [703aa707b342139eab23e607bd905a9442ff86d6]

        #i107041# add start root directory as a repository

2010-01-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [dc964072aee8f92ff5792d36b24a2e5b6507ff05]

        hb33patches01: #i105645#: applied patch

2010-01-25  Christian Lippka  <christian.lippka@sun.com>  [34d1dbb0ed06af1ae5d353d34fd20ef1ddc2bff5]

        re adding still needed icons

2010-01-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [64b4e680a5af6677b4d8e5106fe02964fb305e4c]

        autorecovery: do not remove SalvagedFile from DBDoc's args if it still carries information

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [ff6a59354fffcacd98f38b5f1b502f6c0cd16124]

        tkr32: #i105917# merge 2.

2010-01-25  Tobias Krause  <tkr@openoffice.org>  [65badd6b85a119732f254c3de0980def951430dd]

        tkr32: #i105917# merge 2.

2010-01-25  Dirk Voelzke  <dv@openoffice.org>  [f898e1170f4567e79d1e82cebd670c8d9152e59c]

        dv17: #i70994#: Proprty handler should work with 64bit, too

2010-01-25  Dirk Voelzke  <dv@openoffice.org>  [99b240d2f7255abd15a449c5d1bd117034110ed2]

        dv17: #i70994#: Proprty handler should work with 64bit, too

2010-01-25  Dirk Voelzke  <dv@openoffice.org>  [f8d47b590bb74979453368f35f24250384a24ce2]

        dv17: #i70994#: Proprty handler should work with 64bit, too

2010-01-24  tono  <tono@openoffice.org>  [456ba14d1a43c40ca0a5b1ca4a16c09e14819630]

        i#108619: New visual style for mingw port

2010-01-24  tono  <tono@openoffice.org>  [e02c51ae817111c813b96267fbdbbc5880ef90c3]

        i#108619: New visual style for mingw port

2010-01-24  tono  <tono@openoffice.org>  [1ca83d78d74b189928e0dd93a2748c585930e644]

        i#108618: mingw port: Getting PATH in unicode

2010-01-24  tono  <tono@openoffice.org>  [eba2cc51bb1521685b1cfcdac7027c5e9b8ee22e]

        i#108617: Set COMPATH to real cygwin root in mingw build using cygwin

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [26e926216cea2024f2ac37c63ce01f80d1adadd9]

        cmcfixes71: #i108603# fix ambiguous && ||

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [48a8ec1eb3f62b18b0bb075a47170c3356530bbc]

        cmcfixes71: #i108602# fix ambiguous else warning

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [00511b8eefe78bdf357bd3b491cb1ded56e571e9]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [27bf027a3d717954fcaaa79a2de112c98e26a768]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [6059d956f7794e3e645067e1bb091a51436678ce]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [fbf485ce60434bb948d5c00000e6a71063f89886]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [3064f4b9d7f44f5d286a22f8e0d6710661f160de]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [97461aacd5908dda6ec07084fbd424075ae6c325]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-23  Caolán McNamara  <cmc@openoffice.org>  [1b3a2c9a2ece0a598c5dfdbef450dad8a0379417]

        cmcfixes71: #i108597# fix uninit warnings

2010-01-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [74d5307270a229da2f6b2f5418ca0b95d6ea87fb]

        autorecovery: #i108366# attachResource: correct the calculation of DocFileLocation and DocURL, in case the doc has been recovered.

2010-01-22  Thomas Benisch  <tbe@openoffice.org>  [b7a9b99f973f86ed2126ef38c25940881a6826bd]

        chartshapes: #i12587# line styles are not saved

2010-01-22  Thomas Benisch  <tbe@openoffice.org>  [633b334ba1aeb9e1773b4adcc084e8aab90ca02a]

        chartshapes: #i12587# line styles are not saved

2010-01-22  Michael Stahl  <mst@openoffice.org>  [35933081fda3551db61a81c9af5ac393fb5fc80e]

        swunolocking1: fix regression:  SwXParagraphEnumeration constructor really needs the start node as a  parameter because determining it from the cursor cannot work in nested tables.

2010-01-22  Kurt Zenker  <kz@openoffice.org>  [3db6881b28e9fb08cdfe1f4cac8c8251b123b05e]

        bserver50: merge to m64

2010-01-22  Ivo Hinkelmann  <ihi@openoffice.org>  [43a7c90bdbacb767b8a9efe4c4d5ac22b0f8b6a5]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [efc5727b1ae910f678a355ce075c766af2a0554d]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [54311d2499a8502ea3a827347992c2f4d6e40d31]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [154463ac8c2cdf76a57fefcc13a310f3a7eff794]

        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  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db202cd296ea1e9c8cd4a7c5ef140d1b69cea718]

        ause110: #i106731# change check for mozilla sources

2010-01-22  Mathias Bauer  <mba@openoffice.org>  [9abfbb89dfa62c609cd32d092acffa0b2eb54718]

        #i107450#: make code more explicit to avoid mistakes

2010-01-22  Mathias Bauer  <mba@openoffice.org>  [ded7cd73ac5f360cc48a66dffa315894764fb698]

        #i107450#: make code more explicit to avoid mistakes

2010-01-22  Ingrid Halama  <iha@openoffice.org>  [93cc3a3a71017b0a2f46725cef0ba21d9e194afd]

        chartmultiline: #i82971# complex categories (part5 - correct limiting space causing text break)

2010-01-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [1d00b01a864552f42de19e13181968c47b05135b]

        writerfilter07: #i108504#: utext/text: ensure sending a non-null property map to appendTextPortion

2010-01-22  Mathias Bauer  <mba@openoffice.org>  [d0d27202a22a88947249be238b23c5a82af94691]

        #i107450#: wrong treatment of metric items in Writer

2010-01-22  Steffen Grund  <Steffen.Grund@sun.com>  [bf9614cf5b5eea50131aa9f6030bf3d7175d7e94]

        #161491# bugfixes and additional tests

2010-01-22  Steffen Grund  <Steffen.Grund@sun.com>  [9c0d0aedc5ec47e3701183478c30a9996f1d0637]

        #161491# bugfixes and additional tests

2010-01-22  Caolán McNamara  <cmc@openoffice.org>  [2c87517fcc32bf1ca17ae4ce41108b0f3c81fd9e]

        cmcfixes71: #i108580#: fix sw strict aliasing warnings

2010-01-22  Ingrid Halama  <iha@openoffice.org>  [a1cbee0ff69113cd1530c894f97de2159a32be34]

        chartmultiline: #i82971# complex categories (part4 - detect complex categories when creating charts from cell ranges and when detecting the arguments later (adapt implementation of XDataProvider->createDataSource & detectArguments) ) + #i86188#

2010-01-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7d6a53ceb81a108c807e4f736efe576591651d86]

        cbosdo01: Fixed NBSP in URLs + fixed i#108579

2010-01-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [99e91eb94a37d9978a202edab9d576af8b4cae97]

        cbosdo01: Fixed NBSP in URLs + fixed i#108579

2010-01-22  Caolán McNamara  <cmc@openoffice.org>  [b6e7012e3348657b2f7d9fcfc3f39492bc9a6baa]

        cmcfixes71: #i108577#: fix automation strict aliasing warnings

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [102d3a0d21506d212b3956ae575a00b8e0dbd75a]

        cbosdo02: #i107658# disabling enhanced fields for now

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [f23ef949effa020f452172c25e363e388739fd73]

        cbosdo02: #i107658# disabling enhanced fields for now

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [79ea41cc2a0636a1fb0c21fd290ee9020e2fc016]

        dba33f: memeber ini

2010-01-22  Tobias Krause  <tkr@openoffice.org>  [094a73c56cb1dbe2f94a6251f92ece1f0ed2abc0]

        tkr32: #i105917# merge

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [6d46a22bf2dd074595ff296802fbbfdd3747ce2d]

        cbosdo02: merging changesets up to DEV300_m69

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [8b54a3b1dc3e0a1cc915d9338c565cb52fc2d311]

        cbosdo02: merging changesets up to DEV300_m69

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [a1d57594cffc6d93bb637247a74c86f138b8ffc5]

        cbosdo02: merging changesets up to DEV300_m69

2010-01-22  Bjoern Michaelsen  <b_michaelsen@openoffice.org>  [573a4f53d2555db742aeee08fdc9165867a759a1]

        cbosdo02: merging changesets up to DEV300_m69

2010-01-22  Tobias Krause  <tkr@openoffice.org>  [e9f7eaf63498eb1f08e79ffd879b4dabfd86675d]

        tkr32: #i105917# update error code for new curl version

2010-01-22  thb  <thb@openoffice.org>  [0c770cb000ec05eb522b928dbf975ebe8324c480]

        #i10000# help msvc to find the right one of an overloaded func

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [06e71e8321badb0d42bb903ad4fe832321a22dcf]

        dba33e: member ini

2010-01-22  sb  <sb@openoffice.org>  [d14751f481c930e03ef20ea4a8d595a6a52e4c8d]

        sb111: #i100548# ignore data w/o matching schema during Components::parseModificationLayer

2010-01-22  sb  <sb@openoffice.org>  [3b93777f4c7db1d4c3acedd6201aac7bc5956b68]

        sb111: #i101955# avoid circular calls between failing RootAccess::getNode and RootAccess::queryInterface

2010-01-22  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8d8c19b2e76408820154c6a9550bebbb5e722a02]

        cbosdo01: Disable nbsp autocorr in URLs

2010-01-22  Juergen Schmidt  <jsc@openoffice.org>  [2185d6917247c6375b9d80fc33487571f41c2d30]

        sdk330: #i108575# don't deliver sqlite in gloabl lib dir

2010-01-22  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f6e4f736a63512f8dd9aff517fb12b05fb98f55e]

        vcl109: #i108553# add forgotten export statement

2010-01-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [f3460df24abfdf44d89e542382515f7195fae1da]

        writerfilter07: SwNodes::ExpandTableRanges not needed. Correct node range for each table cell in convertToTable

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9c87b8db8993212fe755a534f6e4d8966735338f]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-22  Ocke Janssen  <oj@openoffice.org>  [5baf3b6cc781c75009113e42005f6ab37e4f0a9e]

        #i108412# use setQuery and getQuery again

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [32cf343b5b8948ff5135892e774af0dd1cf33ed9]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e36d33ed052b47ff78e1483a4d02985cb94f9eae]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [14f6f99f78a9cc62381cd0e6f2338dbd838c5f03]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [769dd897d65e987ae2033a51b5b0ce45a0d60c05]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9589135c0d1a0ddcd28497e082d2e9f4f59d63fb]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a394db3e9271f66122854e4b73f96f26841012b8]

        dba33e: wrong header included

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d1b2fe65137236a64cc45fdb84157efaaadc6115]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [efba41fb0a9427318b77e8111f0e282d18fd0a48]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-22  Juergen Schmidt  <jsc@openoffice.org>  [0d30216b19be74403eede08b133c8f17e01ebcbd]

        sdk330: #i107695#: update reference type library

2010-01-22  Juergen Schmidt  <jsc@openoffice.org>  [b6e7f9099f0c1ad79b0842920b2c45ef632b26a7]

        sdk330: #i107701#: update version info for 3.3

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [328b5e748a287669b4b894dc7ac5b2227ecc2e99]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cea09e968c10682ade933a40038cb0b3eb658187]

        dba33f: #i108548# handle Label property from parse column and rowsetcolumn

2010-01-22  Juergen Schmidt  <jsc@openoffice.org>  [f4d4821fa64b184c782375e942075c6f75141017]

        sdk330: #i107712#: correct typo

2010-01-22  Mikhail Voitenko  <mav@openoffice.org>  [f3448fafc37127cf89025f6293e8b18b8909b99e]

        #i108559# copy empty file correctly

2010-01-22  Mikhail Voitenko  <mav@openoffice.org>  [f97686f0876e965d0e600c1d29758c21057dffe4]

        #i108559# copy empty file correctly

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7d1faf1d59f3baeca0a289997d6ad3c00f4e978c]

        dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3ce3842f24d6d822d1a85422273059bfb228ef33]

        dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [80f468de1e670de020ae4ac6ab15baefbd905a71]

        dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [02f6eae3aacc973f98fce99219ee74ddb75f2c9a]

        dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter

2010-01-22  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d4d5d883ecbc6e04cd28bb49be4c85f560a1bc48]

        dba33f: #i108548# extend SingleSelectQueryComposer appendFilterByColumn with additonal parameter

2010-01-21  David Tardon  <dtardon@openoffice.org>  [7f243503b8e0cfde8e3a731199f6519f87efff8d]

        dtardon01: update to DEV300_m70

2010-01-21  David Tardon  <dtardon@openoffice.org>  [b69a7a0fe62a4d59a24f76cb3ab0fcc55bc8e1d1]

        dtardon01: update to DEV300_m70

2010-01-21  David Tardon  <dtardon@openoffice.org>  [122fe76e80b43dfe26b3f8022cb00f16c78b2465]

        dtardon01: update to DEV300_m70

2010-01-21  David Tardon  <dtardon@openoffice.org>  [acfb117151070cc43951cb97e2f2957be8f99853]

        dtardon01: update to DEV300_m70

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [ffca8743e16d5afd101df88aa50f2c8735830e53]

        #i108349# Removed remaining redundant store.flush() calls.

2010-01-21  Helge Delfs  <hde@openoffice.org>  [180ef8227ddfa6429b20b8eb4d5471d13eef0e58]

        svxsplit: i105547: adaptions in testautomation for moving/removal of code

2010-01-21  Christian Lippka  <cl@openoffice.org>  [002be6c9b1bd545690f025193447397ef1340562]

        default common taskbar to icons only

2010-01-21  Christian Lippka  <cl@openoffice.org>  [de4d52bd5546170ccdf93e97faee5f8cfb2d904c]

        added new toolbar controler for insert page

2010-01-21  Christian Lippka  <cl@openoffice.org>  [1a409343f786de0ed1386eecb5918863e696df6d]

        fixed new listeners for extrusion and fontwork controllers

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [fd4ed9e4e8ef523f5a0cc76c1d5c6011b229f53d]

        #i107450#: a small include fix after resync

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [148185acf7ce2e989cb6b32477a0c95db5462a1d]

        ppp02: #i108326# create single print jobs on request

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7e8e0146aaa3357d19954d0f5e41f72ce5d9cb5f]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1f466202f38181ba61cfdd2cbd2f7e4dd564fa23]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [839146b5a1a954c6d0db337aec545b80dd4f907e]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [f8aaaf1051002c2542d757e53f48037923a756ad]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7cb7bf4f2962c215170c6eb74f3749c0d1ac2c86]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [708841eebdf7275837f0e167a799894af8a9d911]

        Update from master repository (to m70).

2010-01-21  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [283ff269b412183a5cc533d902feef0affb71661]

        Update from master repository (to m70).

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [174e83775124bbffaa6410222b65679e79ebcc30]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c5c92bf7abbaff62da5354a8e10ece4b45e15bd8]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6596cdaefbf18b87176143c1d448b096c76b73c3]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e2a36e55b6e067eab3bd30e7fb91e4082c266a79]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [098c9d9fcf2b88aa7f789023ad38b2e5d56e8633]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cb9cb96ca85bfa7eb2e944a747b0015cb12fa230]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [3c310fe22faf95f1eb7870f795b890bcb7e68569]

        writerfilter07: ExpandRangeForTableCell: Expand over surrounding StartNodes/EndNodes

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b80f3b50b31e4ca2f22231355b8551cefc34a149]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [782c5d4a2246eb8b490f30953ca5041b84dc7517]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d1b0eda29da16f0a40bab703643010b9f7ee161a]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [97ffa41913f7373a5d460c4798658361e4fbb374]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0c0682fdbdb6e478ccfd8ae58a9eb77171191620]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ba6a64f3565560f2a5dd23f667d8e2a2411d4ec6]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d43e8de87f6dddbb1a9af9d2f4a8f6d77f246d79]

        cbosdo01: Changed the behaviour of nbsp autocorr
        
        * The Non-breaking space insertion autocorrection is now done when typing the
        :!?; character instead of the word separator following it.
        
        * Removed the custom quote replacement option in autocorrection.
2010-01-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [562dc041353f48d8aeb7106f1babeae81cd35ad3]

        cbosdo01: Changed the behaviour of nbsp autocorr
        
        * The Non-breaking space insertion autocorrection is now done when typing the
        :!?; character instead of the word separator following it.
        
        * Removed the custom quote replacement option in autocorrection.
2010-01-21  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2d6003db679da5167d9c39afaa75c9c635c85b57]

        cbosdo01: Changed the behaviour of nbsp autocorr
        
        * The Non-breaking space insertion autocorrection is now done when typing the
        :!?; character instead of the word separator following it.
        
        * Removed the custom quote replacement option in autocorrection.
2010-01-21  Mathias Bauer  <mba@openoffice.org>  [bd267404f19f1ea561f5602bbae1f8586e24e4bb]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [c7368b5dae43b7e1a89bb3884661439350a62cb3]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [6aa02777ba9ca17f338b53ea6911dbf5388eb9b3]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [21e8b874c4ed9e6b3b14ad177608c066b909b168]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [4a4088e7362e0f550f5cb618b92ff52d7111d5dc]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [5fc2b31a91680c7e4548ff9ffcf2638a48639bea]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [e1418e1b155368d8e9be649c2ce809d012d565fa]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [d5d854cc42815ff0bbe0347be4e28c8896048b8d]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [c6aff533b03d2521cc16cdf503a05cf965a69df8]

        resync to DEV300_m70

2010-01-21  Mathias Bauer  <mba@openoffice.org>  [a934a163b50c787074eca3e5463ddab9fbd9b413]

        resync to DEV300_m70

2010-01-21  Vladimir Glazunov  <vg@openoffice.org>  [420538a137f8c2e9c2c8d6351b05d958f9e0e677]

        #i107041# Error when active modules are not in the active repositories

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7db581372792ba339fa327ca0058d3e85f437d56]

        rebase to DEV300m70

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6ad42e8f256146e844c2554ab457f113b197c2e7]

        rebase to DEV300m70

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [419fd3bf2c9bc79e206acc7d06ce39cb28719a39]

        rebase to DEV300m70

2010-01-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [0a9f9305dc5aa9beae69e6314e63c72f5aa5650c]

        writerfilter07: new in SwNodes: ExpandRangeForTableBox, ExpandTableRanges

2010-01-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [2bea9a72fa3879f8036c951eb805c6724f64596b]

        writerfilter07: resetCellSpecifics and do not stack the table state

2010-01-21  sb  <sb@openoffice.org>  [9587b003380a57658d0bed7f69033210d87da632]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [95e148a52fecd91726a2acb6233db2cc4edd32c3]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [6fc142c2e5993e1763a897186eef76a984105f5c]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [27fbf725693101b232debf271870d63dbfab2822]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [368990f054d6caf666374d23e230a2b5dc2e87b7]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [d145b76354d59bfbdfe17ee4c010678f81ff4a91]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [3dab44e4086e96cbdbcf5692091a82ef1fdebe55]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [fda00bbc2c5ab2e83b3911c8ccd948a636ef7842]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [3f8a010495531d36f5f778519d3da8b32f357566]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [c74b0c702ea20b71532183a1934fb0c9df29d688]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [379a4e72af0499874f0c50ae26f00749d97b1f66]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [d5436f22776a63a56bd90b44b06eb9bbfc39607f]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [414bdbe7119019086cba24936a7de5ae95fa49e1]

        sb118: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [6b140e776816e171cb3d05dbedfdbba81b5d06e3]

        sb118: merged in DEV300_m70

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6a5ed818840536f14ec340af4eea79e2ebbd3187]

        vcl109: #i108499# remove unused files (thanks dtardon !)

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a18fbb133d605024a3172531907307b9efcb502d]

        dba33e: merge to m70

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ccf1c81a51383135785f00eca2114eb9680836e9]

        dba33e: merge to m70

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ff323b9a64db6a9977b5cdf33cf7b58e6915b9b7]

        dba33e: merge to m70

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [acb914835409ba8a495e4ce482aa9ba976772a62]

        dba33e: merge to m70

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [34492fbb0f264bf96deae1c9294c1f375ae9197e]

        dba33e: merge to m70

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1ff3ea1c28a4a12db2d8928dcb3db989f10afaa2]

        dba33e: merge to m70

2010-01-21  Caolán McNamara  <cmc@openoffice.org>  [7c23110f59c1734df7850844e40692567f04c0dc]

        xmlsec1_2_14: merge with DEV300 m70

2010-01-21  Caolán McNamara  <cmc@openoffice.org>  [a071432dd6a63680ad382f7f2b2b7c610e3d5854]

        xmlsec1_2_14: merge with DEV300 m70

2010-01-21  Caolán McNamara  <cmc@openoffice.org>  [ce9a24eb4b1fd0a7db45d9892504fb4b2736f984]

        xmlsec1_2_14: merge with DEV300 m70

2010-01-21  thb  <thb@openoffice.org>  [b532272a17f8c0ba953a9c77590458521c3ba8f5]

        #i10000# WaE: dummy-use extra parameter

2010-01-21  thb  <thb@openoffice.org>  [03fc1bd0e9ad5a2487cdd8660cc03810c9c76fd2]

        #i10000# Disable fp-fragile unit tests; fix build on win32

2010-01-21  Ocke Janssen  <oj@openoffice.org>  [c4f38545f36cf2dafae510dbfcc458e9b908124b]

        dba321a: #i108390# fix of query which is used

2010-01-21  sb  <sb@openoffice.org>  [2a9d2833cf4e4f4f89b9de2b3eb234db5d76df19]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [357e90971848f216eb211b6686b1f4d978a7e2e4]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [6c017464713a9288e5817ead4cf7a50158f3e45b]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [08e3d3d8892f40bac9b1c45ecf331e8c0f4ffcbd]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [846a7774a83b2c6e69f9af54c6298474708ca469]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [9505cfaca3f4ce2e91ba814a3c7f524cd2d717d1]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [c821b74fc23c66803fbf10b95bcb31bf73afc9a5]

        sb111: merged in DEV300_m70

2010-01-21  sb  <sb@openoffice.org>  [354016167ef7369d5ffd81c016cf37ea130f7333]

        sb111: merged in DEV300_m70

2010-01-21  Frank Schönheit  <fs@openoffice.org>  [ea62ada1ce0c04388de528a21f1e5d2edfab0fcf]

        copying nn's fix from CWS dba321a herein, original commit comment: #i108488# #i108512# don't remove SC_MF_SCENARIO in ScAttrArray::InsertRow, block-wise skipping in zip stream

2010-01-21  Frank Schönheit  <fs@openoffice.org>  [853497c4a7d7a481235569ab59b511f63e1051fa]

        reverting the fix for #i108325#, which caused #i108423#. Adding another, less invasive workaround. Still not the final solution, which is covered by issue 108357

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [374a5a44e6f5aa683cca913d5379739f41331f7c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6b654608285809ed2f754987f94728c3870d25e3]

        dba33d: #i108517# order of checks changed

2010-01-20  Frank Schönheit  <fs@openoffice.org>  [a406eafbab9dd59724c1569c403fafcc612e2f15]

        #i10000#

2010-01-20  Kohei Yoshida  <kyoshida@novell.com>  [d8c9ce99b4ab513775ef566f4498a66246ffb11b]

        calctabcolor: removed compiler warnings.

2010-01-20  Kohei Yoshida  <kyoshida@novell.com>  [58f94f9afcaea325ad087c19ffb825dfb83448df]

        calctabcolor: pathoptions.hxx moved from svtools to unotools.

2010-01-20  David Tardon  <dtardon@openoffice.org>  [a3af41119ca87981acd22b68765ae2bf64715454]

        dtardon01: remove xmlkywd.[hc]xx reintroduced by some CWS

2010-01-20  Frank Schönheit  <fs@openoffice.org>  [a1c4368fc6566159798a64c210590da74af64f56]

         #i10000#

2010-01-20  Frank Schönheit  <fs@openoffice.org>  [63a0eea1522e2c5c9ab0b43e8dd215020b7f11d6]

        #i10000#

2010-01-20  Frank Schönheit  <fs@openoffice.org>  [b381391e5d2ce79470b813cd11fdfbdea2ccc7c1]

        reverting the fix for #i108325#, which caused #i108423#. Adding another, less invasive workaround. Still not the final solution, which is covered by issue 108357

2010-01-20  Niklas Nebel  <nn@openoffice.org>  [f9d3eb2ecd27167e663196ea393dad2df1444379]

         #i108488# #i108512# don't remove SC_MF_SCENARIO in ScAttrArray::InsertRow, block-wise skipping in zip stream

2010-03-31  Daniel Rentz  <dr@openoffice.org>  [9ba03e8299702945b1650f64d291f223a38a0a1f]

        calc321stopper1: #i109372# reintroduced default values for arguments

2010-03-31  Daniel Rentz  <dr@openoffice.org>  [e8dab0a6df94cf0030c5297652b6b67b37e27e4b]

        calc321stopper1: #i109372# on insert/remove rows/columns/cells: do not update cell position in note caption data before the cells have been moved in the document model

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ef678074344540e9fdcc5a0b199884ed413c01]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6bd26a244d9246927b7b647e634825d2b08f8dc]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [79d08636b9c59c435865498ef773bc201cd96a76]

        CWS-TOOLING: integrate CWS dr75

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb5221199052f80055b978063cb73f05f8563c0]

        CWS-TOOLING: integrate CWS dr74

2010-03-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [52044957eddce385ad9e4ef3f60c24fd9e200b2d]

        writerfilter07: merged DEV300_m75

2010-03-12  David Tardon  <dtardon@openoffice.org>  [bf66f3eb501ba2934b119953cbccc2b09765b847]

        dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes

2010-03-11  David Tardon  <dtardon@openoffice.org>  [9a2eef45f7810c79706cb7945e53eb05a988af57]

        dtardon02: #i108503# remove empty files in sc

2010-02-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [9b8a62f795245d5e67faac10363eb031bce7ac25]

        writefilter07: merged DEV300_m71

2010-01-27  Daniel Rentz  <dr@openoffice.org>  [42babf975a2369372124fa0e97796c2950b7b47b]

        dr75: rebase merge

2010-01-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [8609f3214682c02a27d9617679086090d64b56eb]

        writerfilter07: merged DEV300_m70

2010-01-26  Daniel Rentz  <dr@openoffice.org>  [9d2aea11389d86aa97eba7015509be90a2c1f9fb]

        dr75: #i93948# correct position of checkbox in DataPilot field options dialog

2010-01-20  Michael Stahl  <mst@openoffice.org>  [85bd4fb7e1db9d02ab9801afcd7e45381ae6a787]

        swunolocking1: #i108489#: fix crash:  XTextRangeToSwPaM(): do not prematurely release newly created text cursor.  SwXTextViewCursor::gotoRange(): do not throw IllegalArgumentException.

2010-01-20  sb  <sb@openoffice.org>  [1cac08caa6cab4ece70d89a4fb65f448e1271896]

        sb111: #i108477# wrongly resolved merge conflict had inadvertently dropped adabas and ado libraries from installation sets

2010-01-20  Steffen Grund  <Steffen.Grund@sun.com>  [7dd16c6faabd03e178a3c7560019589efe0e23bd]

        #161490# removed one commented line

2010-01-20  Steffen Grund  <Steffen.Grund@sun.com>  [830cfd9b49664ab9a9f47ccef2cffc148272fde3]

        #161490# removed one commented line

2010-01-20  os  <os@openoffice.org>  [260a7ed5586a2a39dbf141b0cb4ed22ee6bf7ff9]

        #i108081# take care of OLE objects in mail merge

2010-01-20  Kohei Yoshida  <kyoshida@novell.com>  [b64c9b3602f3b603d57acff8549859212374ede2]

        koheicsvimport: more static_cast's to keep MSVC compiler happy.

2010-01-20  os  <os@openoffice.org>  [0f70785f936bcee22c04cb4490c756a99302faa8]

        #i108455# check configuration pointers before call of RemoveListener()

2010-01-20  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5dc8221e42b776e02aa7ac3e04fa3faf3a3abe87]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-20  sb  <sb@openoffice.org>  [ba9e7dbf9c1130df228e9324c8a0225d34443150]

        sb119: #i106355# clear signal mask inherited from parent process

2010-01-20  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a4bcd82d3aebaa856b11ba92571e79ea6aab5775]

        dba33d: #i106772# cut decimal and numeric when greater than scale allows to be

2010-01-20  Vladimir Glazunov  <vg@openoffice.org>  [d8aa5dfaa29bb4113bc78106edc2a77f7bb859dd]

        #i107041# use user defined SOURCE_ROOT as default hg_root

2010-01-20  sg128468  <sg128468@macmini-dev>  [ffbb6450c594105c0011c94d24e8b345d9d5bb64]

        #161490# typo in bugfix

2010-01-20  Dirk Voelzke  <dv@openoffice.org>  [ca62b80499ee31088d41bf2a9254f5120810461c]

        dv17: merge with DEV300_m69

2010-01-20  Dirk Voelzke  <dv@openoffice.org>  [9f132f93858564c899189657a79ddd4528226ca8]

        dv17: merge with DEV300_m69

2010-01-20  Dirk Voelzke  <dv@openoffice.org>  [6993558d3a80dedb94bb6eaffe76ebc2cfb096fe]

        dv17: merge with DEV300_m69

2010-01-20  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5c72b627fb70b196b7ce254c957d7e7cf7dee59c]

         ause110: #i106731# replace non-sh code; some checks

2010-01-20  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [575a68b1162bad25a30a3155a2d8040ba29e8116]

        #i107450#: some missing line ends

2010-01-20  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [9a507fd63d0b85b8eda554f44c94ff1720842140]

        #i107450#: some missing line ends

2010-01-20  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [d668e9b58922429c5e16abc698520efdc32c7af8]

        #i107450#: some missing line ends

2010-01-20  Thomas Lange [tl]  <tl@openoffice.org>  [ed22274c92f84abaebc53b5ddac922964894943d]

        cws tl74: warning-free code

2010-01-20  thb  <thb@openoffice.org>  [2ced8e8176dad1fb4618a1c8597b35354c85d9ac]

        #i105937# Finalized gradient rework in dxcanvas

2010-01-20  Dirk Voelzke  <dv@openoffice.org>  [cdf426dc56cda6d9680cf13dde432aee6048766a]

        dv17: #i70994#: Use property handler instead of column info for Windows Vista

2010-01-20  Dirk Voelzke  <dv@openoffice.org>  [85e0cc246d4350122b17fbe2bfd15635a190ad77]

        dv17: #i70994#: Use property handler instead of column info for Windows Vista

2010-01-20  sb  <sb@openoffice.org>  [83a44a2e1ca373408035e2dd433c8c87ffcc38e6]

        sb119: #i108476# removed obsolete code that deactivates osl signal handler; fixed signature of JNI abort_handler

2010-01-20  Thomas Lange [tl]  <tl@openoffice.org>  [8e071e3e2a509c15afcbbfcdf2b0e3bf404c25f5]

        #i107721# setting selection after double click fixed

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [4a0c47d0942624da509588fba2e0f72feb0e0a28]

        koheicsvimport: remove warning on Windows.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [e7d00ec0500b8578ac7b8e9d8cf76bf14959b68c]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [f0129a6b593faa637f869be8e1dcb9c13a988d02]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [24e5433fc6b619b6104fcbacbf9ea72375ffd3b4]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [159daa5b2a9950e9e743db5509c44342203fe51f]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [8c8224cd676fb4de9b6d5fce299a7ecc9b23286f]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [611da14834d09502cda70a62fe0fe0b25b0c5b70]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [392599adaf5ad145f533b8103e49e2d6e7bcdcca]

        rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [103ebf53e8acb8cc641fe97ba14b3ff04f33f8a8]

        rebased to DEV300_m69.

2010-01-19  thb  <thb@openoffice.org>  [a63c7b938075cc82f7046364f4933c81473e4d9f]

        #i10000# win32: forgot precomplied header

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [c5bf0c1b42c48bf251ed317881b4999d37ac85d3]

        Rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [7051d361a53017a459daee5c3d9375286b59048c]

        Rebased to DEV300_m69.

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [f22c8a9ddb3db5b1e2eecfed5b6e238ce85a09c9]

        Rebased to DEV300_m69.

2010-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e0eaf93454424d7fc4ae2a75f9b8c24aa851abc5]

        vcl109: #i65128# avoid breaking polygonal clip regions into rectangles in PDF export

2010-01-19  Christian Lippka  <christian.lippka@sun.com>  [c5cf21811d1c40d9d78e220e846f04187c86deba]

        added vertical layouts again

2010-01-19  Christian Lippka  <christian.lippka@sun.com>  [0f71df6e5f803c42b86201d3ad4e10b7e73c6c13]

        safer window deletion

2010-01-19  Christian Lippka  <christian.lippka@sun.com>  [c5d06228178634cf099226a5edf16170bbd1a42b]

        updated title rendering

2010-01-19  Michael Stahl  <mst@openoffice.org>  [6eb97452d449b3d5427516abae2f98ee5352d9bf]

        sw33bf02: xmlsecurity: deliver unix libraries to lib, not bin

2010-01-19  Mathias Bauer  <mba@openoffice.org>  [0de12dba1aa5a192e594a495c84c8b90c96c892b]

        #i107450#: some problems with the dialog factory

2010-01-19  Mathias Bauer  <mba@openoffice.org>  [9fe074cacb027df327a00e39724ece4166b68147]

        #i107450#: some problems with the dialog factory

2010-01-19  Mathias Bauer  <mba@openoffice.org>  [3e01ab9b13aa6bf670d461aaa50d03da8f9414dc]

        #i107450#: some problems with the dialog factory

2010-01-19  Michael Stahl  <mst@openoffice.org>  [57c6684c0dfdb8a8d1eb34d449b95ed4c9cd8f59]

        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-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b5281d78fc0dfe7bf011b410a1f5367a9219619]

        dba33f: doc slightly improved

2010-01-19  tb121644  <tb121644@sr1-eham02-04>  [e5e9c6b22981d9ae35c8e16c0120f1bd94e6c011]

        #i106811# new global variable: gAutoUpdate

2010-01-19  Joachim Lingner  <jl@openoffice.org>  [2d0ed664c378d9f38a24f9631bcda6b8b363ebed]

        jl145: #i108452# tests for digital signatures

2010-01-19  hb  <hbrinkm@openoffice.org>  [8d9ae238a158173243609122549cf24514be7765]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [f694f7b0450444e3500c6b3f5bf0e2827c806250]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [8f824ac5001c5c222cdce3869b749828a6d0ff39]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [9fa886f06ba21837ae7e46e247bf98260ca47ebc]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [6e202d5dda72881f8463f5b3d6fe96cb0fedfccf]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [a1a5161af5d5c468849716688befdd0a7d5cfd53]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [0336d5cf76303b921cce0d0b5c766857e8633dda]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [78d9a4812440da882c2cdf6bc4f1b26741fef673]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [fc64b25c730b61b536f7ec9754f8db1b76f76158]

        merged DEV300_m69

2010-01-19  hb  <hbrinkm@openoffice.org>  [b30b057cf44a22985335bb208616389e3ea208b7]

        merged DEV300_m69

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [bd261abc608e982ccd5307eecd64618ba9caf966]

        #161491# fixed handling of generic schemes

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [f2363e3b4fdd2e20b929d5f99dba66e7256bacb4]

        #161491# fixed handling of generic schemes

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [df23161a602841c7a5cbcc69ab1263a7b173151c]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [abea9e82690ef3ab14d083a60de568f8b452c0f2]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [ae7e1f91796019487392c23cf21d48b8e4830cdb]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [b73df4bf18147dcd22b385918913c40461442475]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [38f8e54c7c9b35697094fd5b0f4b6dfb06da3ff9]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [8932e5049b52179f97b2dda4b116d17b0e74aafd]

        #161490# removed scheme vnd.sun.star.wfs

2010-03-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [01d0d781b27b6211125cff363407d555fd036de5]

        slidecopy: appendFoo: convenience: overload with versions taking strings/ascii-char

2010-03-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [37a79aeaf34421208f3fa2358781e62c6b094cfe]

        slidecopy: make compile on unxlngi6

2010-03-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8bf5f5e0a8de106c78006713ad9fa5b08e4466d9]

        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>  [a0c44c8ef392b0cdef327e6aa35fc391bf1e7464]

        slidecopy: +ENSURE_OR_CONTINUE/BREAK

2010-03-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75716ac51b8555e77382a1c20a307477f0b43058]

        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>  [cd95230c2f9a46805d494981152d91df8481424a]

        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>  [2aed134a5ce8e49f4aa5c736ec39880d272572a1]

        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>  [3633ecf16da60f3365fa29deb796026f08b07edf]

        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>  [8eb9b6624a177077705551538c4d5e7bbd8879e2]

        slidecopy: no need for the Inset class, SvBorder exists ...

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fb8dece549d03eba2490963b12c5937d01140d78]

        slidecopy: SetLayouter: properly destroy the old layouter

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d3941cf72f8d418ad88913bd911f930f835ca7c8]

        slidecopy: export the class

2010-03-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [690f40246d237b8280cc1afc861d702fb344ee4f]

        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>  [1412426cc9cf5234c3b60cc2f46153df624f2b15]

        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>  [7e0b098047b0b0a4a73301310d92e85fb235ecd9]

        slidecopy: showing and hiding of panels in the new ToolPanel implementation

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [845b6acd87da520042e6bafc04768f3f9d8afe74]

        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>  [9e32fe903cb7b8f26a401f48efdb2001e5001c34]

        slidecopy: misc adjustments

2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [abee041f8d2bf4f865838df72d388cd84e8da9ef]

        autorecovery: +ENSURE_OR_RETURN_VOID

2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13fe489e583f904b10b038e52b754c973e0b97a6]

        slidecopy: merge

2010-03-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59f3c403fc719ec5fefdc953e7b4ff158c3e1969]

        slidecopy: prefix include guards with project shortcut

2010-03-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ed4a0ba889495ce4841b766ce8ee272479a9d44a]

        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>  [3fadb0a93d43c6cfa59da7ac322cde2ca23f4c8d]

        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>  [97c22a3fb141835f5990dbae430f76f29942e5ae]

        slidecopy: silence 'unused parameter' warning

2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [988e47f24b5cd7257c330f0c1b19fe4bbd0fbd4e]

        slidecopy: fixed ItemContentType handling

2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7b03e2ffd167241b1bbcb1b0e9bb4939401612c5]

        slidecopy: top and bottom tabs

2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b184512f4669906beb1f8452cf4c846b04447861]

        slidecopy: misc fine tuning

2010-03-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0f1a1db8538699a72b7a9d29b64d9dd5c1960460]

        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>  [fecdd277ea33acc0670c7e0b87dee0b057078464]

        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>  [02f32a1cdcb01320aa7a6205da11fa526c420260]

        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>  [a3cfa3c7fe52422a1df4a6b55ab33a80e38bbcea]

        slidecopy: less colors

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c4007b3b84756d4a721c90ba47785fdf8d50a007]

        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>  [72925bad05ebd705b6859fd525589b66938b0dbf]

        slidecopy: visibility

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a231a49a8844f4a673dd84010ebfdbc76949238]

        slidecopy: link the toolpanel lib into the svtools lib

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eb505e54fa8bced9e5f41fdd4535ea93c098309d]

        slidecopy: fixed color names

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [baf5177a6baa57ce5c16ba7a9b1be8b7ccb4f9e2]

        slidecopy: test program support for interactive insertion of panels

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6312e2a0f20db579f72fd297db308acbe290381a]

        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>  [16132767ef827fcd5e63d80566ba1e4238324d99]

        slidecopy: properly update scroll position when a panel is removed

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c969b1be929c1fadee8f12dfde761b5d8060f20]

        slidecopy: update scroll buttons upon panel insertion/removal

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34028753e61c25a796fded5055fb64453b711f2f]

        slidecopy: when calculating the item insets, take the tab bar alignment into account

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1cfeb64544c8cc832127a50847de049ef126cadb]

        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>  [febb0caf8ebd7e2ea0c31666ce513e37b5b09fd9]

        slidecopy: buttons for scrolling tab items when they do not fit

2010-03-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e81174982a2cf99c4911391bb5c326789943135c]

        slidecopy: make compile on unxlngi6.pro

2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ccb15ef4a56fe416ec7a293593a45ac8976f07df]

        add a tab control for comparison

2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [460a9fc8302c670012cddb7468c4c5e77d190c88]

        slidecopy: tool panel deck now supports removal of panels

2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f498a3f5e889a9137d5993b117e8c9dec9dc366]

        slidecopy: reverted a previous change to ImplDrawNativeControl( CTRL_TAB_ITEM ), had some side effects ...

2010-03-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ba4b0d6185953c735607ed69c0f70e91e2aa60de]

        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>  [d068a1234eff68772943dd8b60d3de28a4d06cc6]

        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>  [c485afb88869cccc146de9e548182c9fb293eda1]

        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>  [031fdf9504458c7d243888d73a48914caef186a3]

        slidecopy: TAB_BAR_OUTER_SPACE replaced with alignment dependent, non-uniform values

2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dae64ecf7507f1b8f8f021bc367f0ef69cac0b03]

        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>  [0bfe5e8c35f2e5b529d928cae9cc22998469520f]

        slidecopy: use native theming for tab's background, too

2010-03-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a39e924c9f5a0eaa74554bb9082a862671fdfbd4]

        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>  [ea3e3cdae879ea62f371874cf4ce1cde020ce969]

        slidecopy: +Rectangle::Transpose

2010-03-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [accdb573f76a7cb599f2941fb45ba3f16090b757]

        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>  [270d3a6d94cfd6d188094d2b517871e2f043d7c4]

        slidecopy: draw tab bar items with toolbar's NWF

2010-03-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fbf16affc4d096d09b47bf39144b62ded7bb37f4]

        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>  [cdacac2bb85acf05395a19545e787aea16da1d9d]

        slidecopy: make compile with GCC

2010-03-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d648e087014684dd4a930f9f49becb28d28f0560]

        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>  [e786c55dfdaf2f4fede00113ab0b32c867c13437]

        slidecopy: initial, rudimentary implementation of a ToolPanelDeck, along with a small test program

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5ca62ea8ae6580684d6f177990aeb406a93f64d1]

        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>  [60ce6ed678ccf1e2a78c316bc35771cb945cb18d]

        slidecopy: silenced GCC compiler warnings

2010-01-19  Steffen Grund  <Steffen.Grund@sun.com>  [c5d786f792f00741cc19e09232271edbbff58664]

        #161490# removed scheme vnd.sun.star.wfs

2010-01-19  Kurt Zenker  <kz@openoffice.org>  [1b4c2a24924ae79b49221e7973043c53196fe9b9]

        masterfix: #i10000# builderror fixes

2010-01-19  Caolán McNamara  <cmc@openoffice.org>  [43d361521cf304792a3bc6fe41def014bec0cab7]

        s390xport02: #i108410# argh\!, 64, not 32 in s390x

2010-01-19  Thomas Lange [tl]  <tl@openoffice.org>  [8f5509e83dbd92e7f8660c58241d782ec99f626e]

        #i107721# tab-order and travel select fixed

2010-01-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d0885b85995e09cad46f25087c13e5005e50abdf]

        cbosdo01: Fixed the formatting for better readability of patches

2010-01-19  Ocke Janssen  <oj@openoffice.org>  [a82abf244053c525c314489caccfea1860e7953f]

         #108415# #i108390# use filter from rowset and adjust changed parameter values when updated or inserted

2010-01-19  Frank Schönheit  <fs@openoffice.org>  [4f84f920c1256125ab3a1073bcf5037deb3cb6ff]

        #i108375#: when searching the control belonging to a control model, ask the SdrUnoObj. This will ensure the control is actually created when it does not yet exist.

2010-03-29  Michael Stahl  <mst@openoffice.org>  [c67a33ed5782e4dc9ceede00e97a1feaddf42b41]

        sw321bf01: #i110187#: xmloff: do not export grddl attribute in ODF < 1.2

2010-03-24  Carsten Driesner  <cd@openoffice.org>  [3da480435e42ab17edad472ad847f53be7dcffd2]

        sw321bf01: #i109592# Fix wrong keyboard shortcuts for Spanish

2010-03-23  Mikhail Voytenko  <mav@openoffice.org>  [988f2869eae0553db45f41f1b95ecbbc6da043b1]

        sw321bf01: #i110216# handle FilterOptionsRequest iin the quiet InteractionHandler correctly

2010-03-23  Carsten Driesner  <cd@openoffice.org>  [233f8693159884407027678e229805867274d63f]

        sw321bf01: #i109363# Fix crash with quickstarter and OOo file dialogs

2010-03-18  Mikhail Voytenko  <mav@openoffice.org>  [89af58843bff4f6e17b267542c90ed682ff5363b]

        sw321bf01: #i109015# to not use the old base URL

2010-03-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [801ea2a13eaa24b530315f8ff5666c17f911e670]

        impress187 #i109515# avoid styles from other ItemPools

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [cce231413598c21b748921d4c49a8b00cd70b2b1]

        CWS-TOOLING: integrate CWS dtardon02

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [289f550a3672641a0541c7b4cdaa7b1219e63dc0]

        CWS-TOOLING: integrate CWS cmcfixes73

2010-04-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b05a98a3413538acead692a85f8610335bc1e537]

        CWS-TOOLING: integrate CWS hunspell129

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [1051a5b355f140626b7144ba405103def95e2659]

        CWS-TOOLING: integrate CWS writerfilter07

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [b963e33098912427544463174c22dbc283be95cb]

        CWS-TOOLING: integrate CWS thbfixes10

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [950ce0f02ba265e8cf5c24cc32cccf297c778303]

        CWS-TOOLING: integrate CWS ppp02

2010-04-12  thb  <thb@openoffice.org>  [efe81ea1448c90194d1155b8542d2d51f17f61f8]

        Merged DEV300_m76

2010-04-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [85be421723682608a87451e8cb6bbb2ab593cade]

        CWS-TOOLING: integrate CWS dr74

2010-04-02  Caolán McNamara  <cmc@openoffice.org>  [5e3f32bb958330adca8dbdd94e42aba1347e8176]

        cmcfixes73: merge with DEV300 m75

2010-03-31  thb  <thb@openoffice.org>  [5570de030b721352519e9e4f7662edba08ed4899]

        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>  [97edc339f66580e62e242cdd24dfaa13b9b5d730]

        writerfilter07: merged DEV300_m75

2010-03-13  David Tardon  <dtardon@openoffice.org>  [b3b69ebe0dff114f73f864abef31f7a7384be93d]

        dtardon02: #i108507# remove windows-specific bits

2010-03-12  David Tardon  <dtardon@openoffice.org>  [bbcce61e3561c9f6afb2e320928bf49b7e6fb417]

        dtardon02: #i108503# #i108505# #i108507# #i108508# #i110035# clean up makefiles and #includes

2010-03-12  David Tardon  <dtardon@openoffice.org>  [13f97a0abca273d1ad111e5109a8723628b3df3c]

        dtardon02: #i18507# revert errorneously removed file

2010-03-11  David Tardon  <dtardon@openoffice.org>  [a22ce943407b6a925baa626a067b438b2e58724f]

        dtardon02: #i110035# remove unused files in sfx2

2010-03-11  David Tardon  <dtardon@openoffice.org>  [919af93078236afd12a0163163c0d67766a0a320]

        dtardon02: #i108507# remove empty files in svx

2010-03-11  David Tardon  <dtardon@openoffice.org>  [4d192b537074cc1f23b11107653a352f610d5b25]

        dtardon02: #i108506# remove empty file in sfx2

2010-03-11  David Tardon  <dtardon@openoffice.org>  [c3965776c8dbc8430176eea50d8dc663c859bcf5]

        dtardon02: #i108500# remove empty file in linguistic

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [d534254e52733c1345d12a226a315f14eae44104]

        cmcfixes73: #i110009# use rtl::StaticWithInit

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [29ef7770d3477c232c03de902badf3e27c7c5af8]

        hunspell129: merge with DEV300 m74

2010-03-10  Caolán McNamara  <cmc@openoffice.org>  [1bce8dc5a1b08d75bd8d8d8f0af4a8157dda36bb]

        hunspell129: merge with DEV300 m74

2010-03-02  Caolán McNamara  <cmc@openoffice.org>  [78a2d161c5f84feba0efa8c43b7c99aebfa11432]

        hunspell129: merge with DEV300 m73

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [a1179b103d827f896b967aafc9ab790d78fbf9d5]

        hunspell129: clear windows buildbot WaE

2010-02-26  Caolán McNamara  <cmc@openoffice.org>  [57f9931dc377b730a482bd93ee444eff83c391d9]

        hunspell129: merge with DEV300 m72 buildfix

2010-02-19  thb  <thb@openoffice.org>  [4d96c5602d4d76358657f1ed1f98cf07efa32bf2]

        Merged with dev300_m71

2010-02-16  Thomas Lange [tl]  <tl@openoffice.org>  [28efc7e7640e4d220b4155c8e82e9746be00bdea]

        cws ppp02: merge

2010-02-16  Mathias Bauer  <mba@openoffice.org>  [68493b03eee03e7cab5ddabe24e673329c7fd09d]

        cws ppp02: #i109321#: return correct IsBusy property in XPrintable::getPrinter() call

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b5d6abc93003a0f2b7b9d99febf1329869cc2f72]

        merge with DEV300_m71

2010-01-19  Oliver-Rainer Wittmann  <od@openoffice.org>  [bb1a225066bc5a57f5a194e6f4dfd585a6d5a30e]

        sw33a11y01: #i88070# classes <SwPostItMgr> and <SwPostItHelper> - minor refactoring

2010-01-19  Oliver-Rainer Wittmann  <od@openoffice.org>  [fa9e08d540d9221d7b86c558016edf2e08381d9b]

        sw33a11y01: classes <SidebarTextEditSource> and <SidebarTxtControlAccessibleContext> - forward needed a11y information/events to <AccessibleTextHelper> instance

2010-01-19  Mathias Bauer  <mba@openoffice.org>  [aa2a9c2c4a94bf12b723bb55aec1895309555ca4]

        #i107450#: use reliable way to access attribute name strings

2010-01-19  Mathias Bauer  <mba@openoffice.org>  [3d7a9891b2309c30da4a12b4cf5f5fd222195f2b]

        #i107450#: use reliable way to access attribute name strings

2010-01-18  thb  <thb@openoffice.org>  [9fb80cbeeebce009d0b437f36c8d0ba124463a27]

        #i107137# fix wrong colorspace calculations
        
         * applied patch from i107137
2010-01-18  thb  <thb@openoffice.org>  [80e02df062b8e91202d3cd4c420edbe33efcfc7a]

        #i105834# Fix cairo link flags
        
         * applied patch, kudos to Petr for the fix
2010-01-18  thb  <thb@openoffice.org>  [d0427d82613f5ce881b86098fce3c8a1b1bbdfdc]

        #i10000# buildbots fretted out another breakage - no axial grads

2010-01-18  Christian Lippka  <cl@openoffice.org>  [771535ce97dd6e87d707795eff071042a92bbb42]

        delete closed floater

2010-01-18  Christian Lippka  <cl@openoffice.org>  [fbb946815b14c1eb50791a9338950ff29ebe8479]

        put drag grip at the bottom

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [fdde737ea0caf7450a6676f46651f78ee05321ab]

        masterfix: #i10000# syntax error fixed

2010-01-18  thb  <thb@openoffice.org>  [130a04677ca80d530e3afdcc65b73c504ce708e8]

        #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>  [421435cce60b68ed759589522e9f01faf56268aa]

        #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>  [4338fe5d7d67224771e2f1dae26d281b63c50595]

        #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>  [04e61ab1857ee1b660a3d2ef56a0fa6172d9804a]

        #i107271# need that here, too, office crashes otherwise

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [df7c98db5ee7ed1e910d3e96461da37c005fa263]

        masterfix: #i10000# bBoolVar does not exist, use rValue

2010-01-18  hdu  <duerr@sun.com>  [2b96087d0211b95db9e154e19a21eafc82d56d0c]

        #i87970# fix problem with glyph fallback to same font-family (patch by CMC, thanks)

2010-01-18  Kai Sommerfeld  <kso@openoffice.org>  [d57ab8fc9b140e60cbc5999a75a59c4575151dcd]

        #i106830# - Fixed Solaris build breaker (compiler warning).

2010-01-18  os  <os@openoffice.org>  [4229957bee7e7a80daacc7a5566014cb2b57c5fe]

        #i108426# missing increment added

2010-01-18  Caolán McNamara  <cmc@openoffice.org>  [37375c0464d0912ea7b173a99f9cbbc47bd93de4]

        s390xport02: #i108410# different results for s390x

2010-01-18  thb  <thb@openoffice.org>  [58ed75fad4347e87825e8783d37656ad91f1a4f4]

        #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  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [eb4c085971f315ab5168522e80f8095af2778349]

        #i108349# Added missing statement (compiler warning).

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [3b3e144c13a85b21b32904f245f44256c63e10e5]

        masterfix: #i10000# remove double declaration of void impl_onControlChangedOrModified()

2010-01-18  sb  <sb@openoffice.org>  [a33f4e1da1c1cd3fcd5528e10984a25c310c893d]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [c61ec3469d206db6b75012b13ffcb7f0515f0e28]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [83ebf203a2bf9a6d6b75131be38c57e11aa0a680]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [b445180fc601abb844b33e6eaf9d3ba90ed2d66a]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [50f90f79d6b239b3fc888a300c147a63ba7a3057]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [c0c7144e817174d066ff563e170e536e53079d9a]

        sb119: merged in DEV300_m69

2010-01-18  sb  <sb@openoffice.org>  [5e595ffdda8877835bd577111f579645dbc22809]

        sb119: merged in DEV300_m69

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [7f5f6c30e89c27422a1576ccceb9b0d79c8e3f0d]

        masterfix: #i10000# use SvMemoryStream::GetEndOfData() instead of SvMemoryStream::GetSize()

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [c979003e3c9601f525011341c322ba2c27e2a0da]

        masterfix: #i10000# use typeinfo instead of typeinfo.h which cause an error on mac

2010-01-18  sj  <sj@openoffice.org>  [9d8149396e1d60f8341302ac3c52c811f388d9de]

        #i108328# fixed textorientation problem

2010-01-18  Oliver Craemer  <oc@openoffice.org>  [db3a9b4adbf338d6226a39bcaaeea55b48ef14f3]

        #i108418# wrong errorhandling in c_so7_pp1.bas

2010-01-18  Oliver Craemer  <oc@openoffice.org>  [4ad7b6a866cd60b6d874088267b450afba7d4661]

        #i108418# wrong errorhandling in c_so7_pp1.bas

2010-01-18  hdu  <duerr@sun.com>  [70776327f2bd2b7d3b69c10394c7d761d03535a9]

        #i88303# allow compile on ancient baseline (gtk<2.8.1)

2010-01-18  Release Engineering  <releng@openoffice.org>  [3406b75aaec59100b015b9bcd2efe303f2a2f78b]

        DEV300

2010-01-18  sb  <sb@openoffice.org>  [2436ce79f3071ebd0b1ce4993342ea5f7f606566]

        sb119: #i108411# let SID_CRASH really crash

2010-01-18  Caolán McNamara  <cmc@openoffice.org>  [cbb8cded67d757f53642e6753d286c6612757ffe]

        s390xport02: #i108410# fix endian issues in s390x

2010-01-18  Joachim Lingner  <jl@openoffice.org>  [3644d82a157deb545a1704012d9c5d40807ae4f2]

        #jl145: #i106849# resolving link to a directory not working by applying the first fix. Redone and added a relative base URL file:/// in the call to osl_getAbsolutFileURL

2010-01-18  Oliver-Rainer Wittmann  <od@openoffice.org>  [930e397d54b345bff69160d59bd5475702bc6bd2]

        sw33a11y01: class <SwFrmOrObj> - one-parameter constructors are now explicit

2010-01-18  Mathias Bauer  <mba@openoffice.org>  [aae1e6285d0dc4122377f8e7980391f77982de9f]

        #i107450#: const mismatch breaks Solaris build

2010-01-18  mb93783  <mb93783@X42-SO17.germany.sun.com>  [8c508b3591dbf19c15a1422023686eec802dc56f]

        #i107450#: editeng is no UNO lib

2010-01-18  sb  <sb@openoffice.org>  [f4858770015bdc7f1faa5a64a8eca6e3c1cf5531]

        sb119: #i108102# clened up --enable-crashdump and crashrep/

2010-01-18  sb  <sb@openoffice.org>  [3f06a5712c384b6115a541994c48a26046929c4f]

        sb119: #i108102# clened up --enable-crashdump and crashrep/

2010-01-18  Oliver-Rainer Wittmann  <od@openoffice.org>  [15277c4713c6d012f8e3a393e65b78100523bdd6]

        sw33a11y01: #i88070# method <SwSidebarWin::~SwSidebarWin()> - adjust order of destruction

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [a2cadf4bc167c9a5ad534af03f7960c6ef477c05]

        CWS-TOOLING: integrate CWS menuincustomtoolbar

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [c26a46dec526a6b3c5e3a718f04876310d6c026c]

        CWS-TOOLING: integrate CWS menuincustomtoolbar

2010-01-18  Kurt Zenker  <kz@openoffice.org>  [bfb498d0c42d3d86129fd730f3fc34e2542736eb]

        CWS-TOOLING: integrate CWS menuincustomtoolbar

2010-01-18  Tobias Krause  <tkr@openoffice.org>  [048f03264ce58c927c63460de84e5a87699998ba]

        tkr33: merged to m69

2010-01-18  Tobias Krause  <tkr@openoffice.org>  [f3ab4acae6c352cc6fd02a622a6863da01457083]

        tkr33: merged to m69

2010-01-18  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6d7a574cfbbd03307b03488e4070ea6cbc832d4a]

        cbosdo01: Fix for issue #108400

2010-01-18  thb  <thb@openoffice.org>  [df4ea6bb8100533654e75b31b00b6d98bbad48d2]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [fc69c9694e7e10309aee1015107e4ef279e31474]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [783ec4ee8e22d57b7ce3443ab1fc926476d8c522]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [25902ec619e4bbe2f419298aa9973bd9c40409a6]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [eb858abc185255dfc2f676918ba6b586b50a9083]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [ea48c18b848fed4d6504c956adeb3f24f05938ca]

        thbfixes10: merge with DEV300 m69

2010-01-18  thb  <thb@openoffice.org>  [b1a1dbd0d932928c99256776d669d04c4add7c26]

        #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-18  thb  <thb@openoffice.org>  [1737f4d2fdba50a590f76631cd7ca7e762d18c35]

        #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>  [502398fcb5e26a00ff590563dca28fe7eb4ffebd]

        allow vcl::DockManager popup with ToolbarMenu class for a nicer look

2010-01-17  Christian Lippka  <cl@openoffice.org>  [ae3991040d82bb3a9e504bb1307384004b355dfd]

        allow vcl::DockManager popup with ToolbarMenu class for a nicer look

2010-01-17  Christian Lippka  <cl@openoffice.org>  [8cddfc59f4a7b218eb0580729db19254cbd12770]

        allow SfxToolBoxControl to use the vcl::DockManager for popup windows

2010-01-17  Christian Lippka  <cl@openoffice.org>  [0750c39411ea0d9dfcfe3d760b175958987aff97]

        added DockingManager::EndPopupMode( const Window *pWin )

2010-01-16  thb  <thb@openoffice.org>  [8748bccd375753ba2b043798a2853d1796c1d2a0]

        #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-16  thb  <thb@openoffice.org>  [1ef21281ad92b00f76aacdc8795913d64626b813]

        #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-16  thb  <thb@openoffice.org>  [50976cae326228df5ef4559e341d843a4fb0e993]

        #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-16  thb  <thb@openoffice.org>  [a3de1ad361232a4ebe7edbd0817bcf0b2c59e56e]

        #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  Daniel Rentz  <dr@openoffice.org>  [df4b4ef4da48195b747373fb5a185cc7afd0a2bf]

        chartpositioning: #i86609# BIFF8 export of manual title position

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [ee881a1df6f332ba60fac4f9f50073a17951c12f]

        chartpositioning: #i86609# BIFF8 export of manual title position

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [69e38375bf6d8898f39da34b8064454e36fe7d80]

        writerfilter07: debugging code for nested tables

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [63d9c74114c66d40d815ce48d4b88da82d56c894]

        writerfilter07: TableManager: ensureOpenCell when starting a new level

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [6b37bdc42e3aa173df608e8d85b3000d0e7e7fe3]

        dr74: #i10000# file has not been added during migration

2010-01-15  Mathias Bauer  <mba@openoffice.org>  [e47f070198c418825c189c8d14eca38ae4fe2174]

        #i107450#: warning on unxmacxi fixed

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [15ede29abb34d86f0c0987970ce7cf8e24d37b58]

        writerfilter07: finishParagraph: debugging code

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f87bbee5c7fdd0ceb1ff75b6d7b3d5b1353d5c05]

        writerfilter07: endTable: logging call in wron order

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [d2c13b25b929c7cb08d0f51efb57ecbe193e9207]

        writerfilter07: Moved debug output in utext to top of method

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [1bc1420250bf87e14a65ad7905c81c669f7a0ff4]

        writerfilter07: TableManager: Moved cell specific members to stacked state

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [0790e1dbdf2eee889863430ceabebf518a25c523]

        writerfilter07: TagLogger: On mismatch while closing element, send offending element name, too

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [13e98467e74ff188d22db9007c94558bedebe0ad]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [5c2d284b0f9973aada365a8f464f1152671bd629]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [48699169a2d6da38e95bf887f8ef4bc78db2416d]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [60fdd54890f04949f1b82d4f7a4903e65f165a7c]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6a8f25768d3589f3e9dcedc91caf10f7b52db607]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [e2d9dd6fb86e50b45f2e7e838b5b0cd230bebef4]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [b9f4ea3763576786ed3fef9d2981943aa529bee5]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [ef1283b8898654e82908fdfea2345180a8a5d27b]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [4563270cfd37f1a08e0315a5624affa3a7680771]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [efa8b81d61879ba97a2adec6fde9bcf84aa5d32d]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [3aa5b14c5d1c2e47c33e848b87d9cab092f20e7f]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6f6f7b9cc8dffeea37add3b00c283292b2034b4c]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [8ad567a9f81ac92a5bf7592eab0179876c1dafab]

        CWS-TOOLING: integrate CWS printerpullpages

2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [c6d5428e6db80b68f0987489c1702a3155eb2938]

        kohei04: rebased to DEV300_m69.

2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [5641bf0778b3de766e6f2a05019f1b96944f60da]

        kohei04: rebased to DEV300_m69.

2010-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dd33ab04c42f29ca9e490558464a467c701e683b]

        ause110: #i106731# missing bits and minor fixes

2010-01-15  Thomas Lange [tl]  <tl@openoffice.org>  [89c3e0a86b1143039adc34d979693bdcf675949b]

        #i108358# new hyphenation dialog

2010-01-15  Thomas Lange [tl]  <tl@openoffice.org>  [68074bab39bb2324ce4a4db1aadc9e4c1d4b1d60]

        #i107721# new thesaurus dialog

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [cb109c792e9e6bdef469be5c96eb04407db692b4]

        writerfilter07: use debugging code in TableManager

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [4387ed2bbbe2bd85bd37d59dfd487c324f186bfe]

        writerfilter07: debugging code for TableManager

2010-01-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ea4181104caff5b7ad745faa5139a871439e3a35]

        autorecovery: notifyEvent: care for multiple invocations, which are possible in some edge cases

2010-01-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [3f58b03aaa03aa69b203ae88ed2b9ffe7cba6d79]

        writerfilter07: utext: log protocol-utext

2010-01-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5fa3246b0dca2bf3cf7767695436152e142ddf80]

        autorecovery: throw an exception when no storage can be created, otherwise we end up with a broken document

2010-01-15  Thomas Benisch  <tbe@openoffice.org>  [6a1e783a74418fd307d9092ea2809e50176f10ee]

        dr75: #i101099# [Collaboration] Changes are not correctly shown

2010-01-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5d0d44c20399add14eb574e9b068dceaf081f686]

        autorecovery: save/recover forms and reports
        
        Still some lose ends. Most notably, the current code contains cases for other sub component types,
        but has no real implementation - attempting to save/recover those other types will yield multiple
        assertions only. Also, recovery of SRB-reports has not been tested, yet, chances are good there's
        some work ahead here.
        
        Other known open issues:
        - recovering sub components immediately shows them, instead of initially hiding them, and showing
          only when the main document window is shown
        - the implementation currently is no real session save, which would require saving information about
          *unmodified* open sub components (though not their actual content), and restoring them upon
          recovery.
        - doing an implicit "connect" at the controller of the to-be-recovered database document is a requirement
          to actually load the sub components, but might yield problems in case this requires interaction
          (e.g. a login). Need to investigate
        - the "recovery" storage is not removed from the database document storage after un/successful recovery
        - cancelling the recovery of a "modified" database document always suggests to store this doc somewhere
2010-01-15  Kurt Zenker  <kz@openoffice.org>  [d677784ef01760083cf989c8f9021eeee7f3a48e]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [e97c3d75a615ee36d21bdc23dee572112b67a166]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [deac05f7518a25ecde94454fbc21adef0de92682]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [e2ceef115e31d21da89324384e2a3c44c91c453d]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [3bb3a6510bff4bf200416ae49d72665897630911]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [3894ee4d0cd901835d9147bc11093f47f4b10292]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [4eeae16d41ddb88df9b4aec1fe2ea975b8ef5ec7]

        CWS-TOOLING: integrate CWS fwk120

2010-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8bf199e497567c7c502353ef15b7355b90df0fe7]

        ause110: #i106731# remove tarballs from scm and find them in download cache dir

2010-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b29bb2dbee8137ef5ff240588cf2269edc9428fd]

        ause110: #i106731# remove tarballs from scm and find them in download cache dir

2010-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d0a7273deb66cb529226a17d3f470d70c779c6c]

        ause110: #i106731# remove tarballs from scm and find them in download cache dir

2010-01-15  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a96692642a1653de11782a98abe0ba5cd6779269]

        ause110: #i106731# remove tarballs from scm and find them in download cache dir

2010-01-15  mb93783  <mb93783@so-dumbo>  [be99ae759f08e1e6cdabee22c7d5bce6b106d0d3]

        #i107450#: missing EOF

2010-01-15  mb93783  <mb93783@so-dumbo>  [e1306ec7674db8eeb23d6799d521bc1d92dd4643]

        #i107450#: forgotten const lead to linking problem on Solaris

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [22ec2119529e5315e70024cebea5d6433ec8946e]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [1d4b8987ffdfc93fb61e05dd40c6967993268a6e]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [9f8952a33f76546fb0e58d99a0cdd947ff397701]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6685c05826f06a9d2d027c4cd0ce63145432f2f9]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [341b78bd15504496e4c2177842a40657cef277d7]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [6c645de0f8056403a924ec9da1a01246e913f713]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [f438e048e8416950cb10f916d0c3ea31554c24b6]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [4162de4ff58728e0311f70dc7e83980c39946a93]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [8b0e9229226eb39868112df6d62f59a66fc65ccb]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [b302557d02c2b60a9f9aaa4efc94716c844b83b9]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [36f7b64c6c83a8023e0525ae3c527613243a9056]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Kurt Zenker  <kz@openoffice.org>  [760c83ecf2cb3f998364e37c56d5c72d99699b46]

        CWS-TOOLING: integrate CWS dba33b

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [6e5907aaa679a3cb2cf5c679b88c387345ed4f50]

        dr74: merge with DEV300_m69

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [08b211692c10f69c1eba69b7ee290744d96c5cbb]

        dr74: merge with DEV300_m69

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [b0e452f926bab7223aa2f7d46e6d563ec392d4c8]

        dr74: merge with DEV300_m69

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [3eb1504d616209e7b9fb1fc9f2e671a7f9292691]

        dr74: merge with DEV300_m69

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [e0bff7cc71affce1166c09d7c95958dd1e2c4687]

        dr74: migrate changes to hg

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [4cc8b5678950041b71b525c70be3f13d48a777cc]

        dr74: migrate changes to hg

2010-01-15  Daniel Rentz  <dr@openoffice.org>  [8dfb14e710975ba9e5fbab2a83aa1a516ba3f1d2]

        dr74: migrate changes to hg

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [02c5449169585cda08581bf428d611ccc8669c50]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fabb33ed251bdbeac1f12fc7dde16b5686ed7d9b]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b60ac5314d6360b1d3e088c4d99fe6cb1c41499d]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0196b4d38e73a251b38d39b71806ab2d250d45bb]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [98dab8ae1ed82ab39a79e67c33071300a51f5823]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c0f6faeef4cfb3ff679d91eb32102d28705eb95d]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e2a1823880ca87e44657f715cbdad2a32e6922da]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6cf5b0a457c57f9248aedc4ce6638b17b249c4be]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7b1769607040ed359600d892f68baabaeff11296]

        cbosdo01: Removed remaining code for the Fraction autocorrection

2010-01-15  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fd8ab86de7a409d8157c8faf1d231d226e576f49]

        cbosdo01: Removed remaining code for the Fraction autocorrection

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7d918b8835a1894b43b30ac42d51ff77033863c2]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9a27ee832ecfac8960c1d2ddb025121187619847]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [896af61e96b40d2674d9cfb09c4e872c0532c759]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [34405c499b60975706abdc3ea42dcafcc91f7aeb]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9c491607590ec522674556b2873799d7bd6105d0]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3724bce91903dd22a0a9e26ae5528b7fd5588aef]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1869570780d2760f133c16c1682205c9207f245f]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [23aabe20a1766634414e90713d6e18243bd39e83]

        dba33d: create sdb interaction

2010-01-15  sb  <sb@openoffice.org>  [26acaa3b70a54a0979b7f07e76362152246f940f]

        sb118: merged in masterfix

2010-01-15  sb  <sb@openoffice.org>  [9ce3f07dc735e37889c040c6064136de783ef54e]

        sb118: adpated some stoc unit test to new CppUnit framework

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c94d1b1fc8cea1ab9c8bc668fb194ea9d6a48d89]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ee339a77fe288e0150fcaac07edc0cca804134b5]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1bd8cd9fe27dac9b8261e5544715608a1cd65031]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e83da11bcc2e0ff581f86f3b42c1fdaf2b7738d9]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f691a76d7227a84c6ccc13863d1f246ceccf9ba8]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [95bcc727e6454ac131e0cb8cb6445bec5db5f154]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b84930a93b3a360f46ad16ae0ddd6555b3fc6274]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b050d8a5d550387e4d0070002ac9d0c1da10c3a9]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [828e92ab9c23d480fa5dba4ffa74b3582d6291f6]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c7e95706a4954e3c173884b2fb4a6933cc4407ee]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e2935c0c00557c273dc8365fc6ab9770aba8793d]

        dba33b: merge

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0373564931264505716528c688c474b16c30a694]

        dba33b: merge

2010-01-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b6cdc52a370e470e8adb8d2a4be445998f07c03]

        dba33f: use OSL_TRACE, not fprintf

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dbe7620cc7ddc221670687bd3839c940ad9598cb]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [65f4d9208242637357f89f26bb2192e3edca8471]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c3686d2b02c551d3dc144b1f0188aee6fcc35e84]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [77d1431ec4c5bdb7dc2b7487a1deeb857bb50f8c]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [864084394bdd34c577cee805c0023638bbb8d796]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e5c9cd9302670346d52e4fcbcccf9f57caa1fbe5]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [890251245c4589f0b710f21d41c9eea22104a40b]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6f0487c1ff007f44942b78c2bcd07d605ce44035]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9a2f7ac34187efbed50e49d1e88d618bb04ec9b2]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [404b6fe21271c01c0dbbb250b89852739a234aed]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9a2088753ca4e959a4a6918ec918d9d6859365df]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a94ddc5749d22d9e811ee03c5c42cf7950bc431e]

        dba33b: merge m69

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [24519f54a51bc481acff466670b1d74df3ce9ab3]

        dba33d: #i106772# slice decimal value to scale

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [240ac727b0166ef511399cdd6621177c2c279db0]

        Automated merge with http://hg.services.openoffice.org/cws/dba33d

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [03a36337afdb951f7912e4b7b9bf8c365b310ccc]

        dba33d: set the control only when not before or after last row

2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9abb7d5fa33870b48d179582969dee5022f8ff70]

        solve some merge problems

2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [97c6715a32d8c07dea063dd125cb46fe87d08c2d]

        solve some merge problems

2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5390c9fba7b59dda8f1a2a00e9535a52098d04e0]

        solve some merge problems

2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ba9aa9c427a21feeabf448846ac68db800ec0316]

        solve some merge problems

2010-01-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a2637545e1419956096899a82a9c79511d83fbc5]

        solve some merge problems

2010-01-14  Mathias Bauer  <mba@openoffice.org>  [e488bbd9693d9162082dafc5ea8cea6085cdb372]

        #107450#: warning for unused variable fixed

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b447e599c6e1323bf35793980135c7e7bbcc4c77]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f1f63e211d1052b0005f3a7abed07d6b3240fd43]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [617eaac030311dc7bd6adf0acdce3f0c2caaa6ff]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1e434a7db970a0d04cea49e5f5311870f2f2ddfc]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2014a5db1928a36bd945837648dec85d622c7ae8]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [626b024960f3c2304f59b84d1d572196644d7148]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b59c89d2ae495e0c42ae76042379960444269b19]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c0835b075cbd5bd943c303545c4af94c1e9660e6]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6ac5d627b946828fdf791cca381e9c526c755582]

        undo previous erroneous change, solar.hrc belongs to svl instead vcl now

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [a1ac5cddb97f57da1f2c8d200789c0fc9ee1cac4]

        CWS-TOOLING: integrate CWS exchgcmtdoc2

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [bbc621cae7cbea4f83ade5944cb1b8b89e7d272c]

        CWS-TOOLING: integrate CWS exchgcmtdoc2

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [e8d7e8426410839210dc9166366a3cf2995c5fe1]

        CWS-TOOLING: integrate CWS automationdev300m69cat0

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b2fa4ba9756e52f4ddbadb112673c7ed445ade00]

        solar.hrc moved to vcl

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ffcb5aaa15a302303e28b4ffda0fcc371988090e]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ce6e5747e7dcf72c2cf85f28ec8a84347afe89b7]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [044b3ebb513cbd89d8cb22fe61c1090e54d85c54]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ac27218d0d423c99fed81f7726ef0bb10d67c14e]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [71206fbd9a50b7073adbfc1a1a7db37759ed6ba0]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [db2e29794ffa161476c668e25cf4e86d19091665]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [18d36091a26eac44625cd4d2b0eb5b1ec38641ce]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f271c3ff38b5bd9c366e1180ac2035804ed193c4]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [39430da3b13242349be125f42473c5dd0f306927]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3cde999c4ead7af5adff7c3888887795567fd481]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7d3f9d117854eecde1f6627cc1656353be46a7ca]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [edc27277193bf52dbbb8be32f30377bb5a14a4f0]

        rebase to DEV300_m69

2010-01-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0dc15d0bc9adb9dcd2a1a5deea3f952b8a4e6689]

        rebase to DEV300_m69

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [91f75bf495e26ab00285226a838ec2ac0d63597d]

        CWS-TOOLING: integrate CWS tl76

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [60a6cbfbc19e2ee1fae8b2adc53923264ed0e1cd]

        CWS-TOOLING: integrate CWS tl76

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [958b8a305b0db74d0baf95293073208266857471]

        CWS-TOOLING: integrate CWS tl76

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [c24b209f551a8031c11442f9fa60063b82935690]

        CWS-TOOLING: integrate CWS sw32bf10_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [39317543ebdd78c64744535318f14ec0d173f36f]

        CWS-TOOLING: integrate CWS impress185_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [bfb23a0e474f976136064a7afc792f0b91d8fee3]

        CWS-TOOLING: integrate CWS impress185_DEV300

2010-01-14  Mathias Bauer  <mba@openoffice.org>  [edd01418d9b6650f6d923e84f335c90b7f001bb0]

        #i107450#: more files moved out of svx

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [5ee0320a93be8a82d18f4552552e81a476abd657]

        CWS-TOOLING: integrate CWS fwk135_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [f32a3036af4d9fdb6ba20f262b8d63f3be1df3df]

        CWS-TOOLING: integrate CWS fwk134_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [1e8308628de73017fdd124fd854faec2d9624bc1]

        CWS-TOOLING: integrate CWS dict32b_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [2666280b4e6d81b2ea0205feb2c54d44796d7736]

        CWS-TOOLING: integrate CWS dict32b_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [ed6f1394d17eb0b570d2a4dd64b5c604934eaabb]

        CWS-TOOLING: integrate CWS dict32b_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [66a220af39ab5493dfc660a846c3da78d60839bf]

        CWS-TOOLING: integrate CWS dba32k_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [6dced75484b17d7ea7e3cd53236b59fb9e5b89c0]

        CWS-TOOLING: integrate CWS dba32k_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [00e25d18b9aec1da5dc4edd4f8e1980bc5c91eaa]

        CWS-TOOLING: integrate CWS dba32k_DEV300

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [68dcf0e0f4140e7b64a603890d6cf08ba2a9d718]

        CWS-TOOLING: integrate CWS calc32stopper8_DEV300

2010-01-14  sb  <sb@openoffice.org>  [6fe17909149c4c43c0ca485477dbd7c4334b727e]

        sb118: #i108324# deprecated osl/semaphor.h etc., as it is unsupported on Mac OS X and unused, anyway

2010-01-14  Kurt Zenker  <kz@openoffice.org>  [dcbaee1e7d51a7645ce5236b9c8d78736a51c326]

        masterfix: #i108160# build error fixed

2010-01-14  Daniel Rentz  <dr@openoffice.org>  [f37cbc9ae156b5e0fa5dc6a3575c4f593bc448bd]

        chartpositioning: #i86609# more work on importing chart title positions

2010-01-14  Daniel Rentz  <dr@openoffice.org>  [d3da583a2f2a51333bfe38fd2c8f1024e17d3e5b]

        chartpositioning: #i86609# more work on importing chart title positions

2010-01-14  Philipp Lohmann  <pl@openoffice.org>  [3d62f771bcf77aaabb236b90474828577f324256]

        #i108325# workaround a form control paint issue

2010-01-14  Mathias Bauer  <mba@openoffice.org>  [389c735d9cd02e142a1070e500c0f23971454454]

        warning for doubly defined symbol fixed

2010-01-14  Thomas Lange [tl]  <tl@openoffice.org>  [53a0265c8721e910a07a6de0a46bb0ae7c181bb4]

        #i107721# new thesaurus dialog

2010-01-14  Ingo Schmidt  <is@openoffice.org>  [47f2782d29c156c888e8e9f0cd1b41b259a14206]

        #i108322# new java6u18

2010-01-14  sb  <sb@openoffice.org>  [58c8708eec09080015a1d35cf9ca66c89d9e3599]

        sb118: fixed tests for wntmsci12

2010-01-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f620348c7bf0c66d0247009cc17214b703ef7a10]

        autorecovery: initial glue code for recovering forms/reports

2010-01-14  sb  <sb@openoffice.org>  [514ec60a0e06d521f9c6646cb2bbd29318e300a8]

        sb118: #i23307# do not return osl_Pipe_E_None from osl_getLastPipeError(0)

2010-01-14  Thomas Lange [tl]  <tl@openoffice.org>  [30d06a08659c77a14a45c336b9589309d422bd44]

        #i107721# new thesaurus dialog

2010-01-14  Thomas Lange [tl]  <tl@openoffice.org>  [fc1deba2605702d29f6333caff145279bf9a2552]

        #i107721# new thesaurus dialog

2010-01-14  Caolán McNamara  <cmc@openoffice.org>  [8ada07c6a96fd24cfbb7d0099795abdfe9fb81d1]

        cmcfixes70: #i80674# use default jpeg config and source and move extra feature-impl into svtools

2010-01-14  Caolán McNamara  <cmc@openoffice.org>  [e60646e5f2f19a503a559519d46287fab5c97957]

        cmcfixes70: #i80674# use default jpeg config and source and move extra feature-impl into svtools

2010-01-14  Caolán McNamara  <cmc@openoffice.org>  [de87a8313fa7f93f0f46453067ddf3c7563273ee]

        cmcfixes70: #i80674# use default jpeg config and source and move extra feature-impl into svtools

2010-01-14  Caolán McNamara  <cmc@openoffice.org>  [b08c67b97b37646282188bd6f6cbbd9e93a80e7c]

        cmcfixes70: #i80674# use default jpeg config and source and move extra feature-impl into svtools

2010-01-14  Ingrid Halama  <iha@openoffice.org>  [0203776ff2c1253188f488be8cc9d80c38d982ce]

        #i108122# data label from categories crashes office when having no categories

2010-01-14  Ingrid Halama  <iha@openoffice.org>  [a7062ae8ee7e24437b490abea605524a2d3a8486]

        #i108313# & #i108281# pie charts without series crashes office

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6b3b50efe5f18a5d5442335649af8afd47b11797]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5c42e22bdb79d2f2810df108cc0115a2181825eb]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [706b5b31719e043b655ce51cde2a54e6a73c4568]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9f8e0bafc046311554219009a652197e95fd9222]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ae078f8a72d47727b1fb20f497ca1a0f87496b15]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fb3297b1ad19dcf14fb85ff54bebaca23810c020]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [818e749a646821d2c7159d56adb968ba593e7bb8]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d682bc993bd2017fb5ee3e2a5ded4ca31b105172]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e831fa22782e32d57ab7904b76ebaac24f242e5d]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bf93dbff75bf8ae96fa5a55b18a5f8a51ffe6572]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0bb18955d0ac0792a2cf7f9f895cd0e6047f57fd]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [36620a6a74e017a972968b2a17b6bc76780fc430]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0adcd4205546eb2d769c0a3a2c249767ccd21452]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cfadca1e06972c7c7dfd0fd67763a85e511b99fc]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [eb1045fea7009f055f4ff2e97f89968d1c075193]

        dba33d: #i104612# wrong string test

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [89c92656bcda89be6957dd01fc11bcb1b002fab9]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c0e4a5e15f735a689b30ee82647fac0803ffbf6f]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [357ce03ebdb58dbd6b96572f24ba55e627a528cc]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bd755238929771f56a5cf03b8b29d8edd5e57eae]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [43a85e1d534695b9e982dc0dff691c7344bbc09f]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [661339ec5d86d74ff49c6aa59e50d51b25fa098c]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9eba5bf7b80bd791ef9a7c0af69d6c3c9bebec80]

        dba33d: #i108312# check for other function type and pasre only the first child of the condition

2010-01-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [df0dae76d25eadc1f063c6e2bf9831b11c45aa47]

        sb111: Fix missing kontext

2010-01-14  Joerg Skottke [jsk]  <jsk@openoffice.org>  [bd18de66a6c0e577e86c8e80934e2797b1cd693a]

        Extended workaround by handling the possible copy-creation-dialog

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2749d58399f2ee5af8524665f61dd205fa3bf039]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4c8b5d755757aa50bf44be94ae7a116d2f3f2419]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7e4423eb213e001cd7fcdbf2cd1e0f0f3371510c]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4e0f16fec1a9592df4cd682b676cd7645e60522b]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b170525ca623bebe75938172c4bb93c8ab11fc9d]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8968a83fcf5038e7bcc217d4ab75c42cf750b193]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6dfbdd969f9535ab8ba06fd8f30636801ab3b829]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [682f4896505a1e0c225996a8596c2586bdf82ee9]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33e/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f63a5a6446984eca706c55b1b863aef821e12ab5]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [80b7820b57605c273d3c6fc98ff43a64e2541f8e]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a8b07d4efa51b74a961ca8674d85d26be29fb5ef]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [91f5bc9f3eee992791e0b21a9ad3c6f8621e9017]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1fb05b694a74f56cf1584a3193f9253c8491251a]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [090cebee76d2dd3eedc1b0a8fe49031e8dca5149]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-13  sb  <sb@openoffice.org>  [7969604293077e7416f758537eb9b9778265b1c7]

        sb118: adapted some more sal unit tests to new CppUnit framework; fixes for unxmacxi

2010-01-13  sb  <sb@openoffice.org>  [61f2eb6209c772edcdbae6fc47c610c5d6fb5cf7]

        sb118: smoketestoo_native installation depends on installation archive file

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [8b196e7912408f6044d756603064a36f155b3f96]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [beef7ed3c16db7f41b5f2ff5ec1dd271e046c137]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [f365884ba75eb6385a1ec195498aa957c236ee34]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [35aa0a76d12dde9d5a78828afe5fce728adaa25f]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [a3dad64d25dfe6ef0297d6d2fbaf72fcef5017fb]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [cd7c2747e0d9f8827f81165f4ef0a8672b980377]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [dd2fff67ae5c59de36a36480b9f6968122077706]

        #i107450#: move more code out of svx

2010-01-13  Mathias Bauer  <mba@openoffice.org>  [7572bc9673bafdd5cdeb5a3df067529897f3364d]

        #i108067#: fix typo

2010-01-13  Niklas Nebel  <nn@openoffice.org>  [0ef3cc16ea48abb2b997788ef98639d7ed99dd52]

        datapilotapi: #i108295# XModifyBroadcaster in ScDataPilotTableObj

2010-01-13  sj  <sj@openoffice.org>  [b15930156ffd1eae186c9996f8d2979c2e097685]

        impress181: #i107561#: now also exporting notes to pdf

2010-01-13  Christian Lippka  <christian.lippka@sun.com>  [cc1e430e1a6bdaad393720867db0ea5738439177]

        toolbar menu rendering finetuning

2010-01-13  Christian Lippka  <christian.lippka@sun.com>  [5d9eda8b975ea497ff1ce5bd306975d829a07bfa]

        toolbar menu rendering finetuning

2010-01-13  sb  <sb@openoffice.org>  [ae12b3fe73ca48286a06414c41e35ef75dd2d082]

        sb118: adpated some sal unit tests to new CppUnit framework

2010-01-13  sb  <sb@openoffice.org>  [3135dbc801059aab0d649ebbfb0c20b93f5e70c3]

        sb118: OOO_SUBSEQUENT_TESTS added

2010-01-13  sb  <sb@openoffice.org>  [6bcdfaf6a740250ac39d4fceb3f500b82cb96040]

        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  sb  <sb@openoffice.org>  [e6fd0d7630e8cb0f834166ee6cc6fbb871482b51]

        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>  [bf46dbcd552d7538474af43b82eb16e17e02d0a4]

        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  Michael Stahl  <mst@openoffice.org>  [e9af447dcbc786acc2dcb8fff41d4d06a1f4c28d]

        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  Michael Stahl  <mst@openoffice.org>  [e646dde27ab190586ad123de14cfe870dc26aaae]

        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  Michael Stahl  <mst@openoffice.org>  [ce31e40eb516feb526212c3e14f936697db6fd01]

        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>  [e0d3cb8fa07a0f9786ae058802acee35faef0e4e]

        sb118: fixed configure support for --with-package-format=msi

2010-01-13  sb  <sb@openoffice.org>  [73c64e33d00f01c105dc633813bc0d31ca2acacb]

        sb118: added -quickstart=no to allow XDesktop::terminate to succeed

2010-01-13  sb  <sb@openoffice.org>  [55698fbc3f556306a7c707638e6d359b300ec833]

        sb118: added -quickstart=no to allow XDesktop::terminate to succeed

2010-01-13  Ingrid Halama  <iha@openoffice.org>  [bbc9a541d12b5778a26523627b3551e22b9fc41a]

        chartmultiline: #i82971# complex categories (part3 - complex categories for internal data + load/save + copy/paste) + cleanup

2010-01-13  Ingrid Halama  <iha@openoffice.org>  [738f329af2e92ca824cdc810799a2801a60bd23d]

        chartmultiline: #i82971# complex categories (part3 - complex categories for internal data + load/save + copy/paste) + cleanup

2010-01-13  Ingrid Halama  <iha@openoffice.org>  [0fced5bc775e82532aab4db47dcee0db4284cff5]

        chartmultiline: #i82971# complex categories (part3 - complex categories for internal data + load/save + copy/paste) + cleanup

2010-01-13  Ingrid Halama  <iha@openoffice.org>  [95aaf07e5975396c2aa797bcf04c09fcff96ffcd]

        chartmultiline: #i82971# complex categories (part3 - complex categories for internal data + load/save + copy/paste) + cleanup

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [b8d42776e9d67026db03d6968c40479836fe3847]

        #i108285# removing sticky bit from directories

2010-01-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [d9d36fc94b013754131fe78ab0c7392fae3ce82a]

        writerfilter07: log calls of TableManager::handle()

2010-01-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [6e23c4385147a23d458c1336cda82e67befaeebb]

        sw33bf02: merge

2010-01-13  sb  <sb@openoffice.org>  [ec0f00417aaabc0676757e310b99d3202667a37c]

        sb118: fixed aqua_clipboard mutex lock scope

2010-01-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [5ace3a0043a45c02376106362c6d657333977ce6]

        writerfilte07: DomainMapperTableHandler::startRow: robustness in debug code

2010-01-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [bed6ae689e836a3c2494dec840bb7946a409619b]

        sw33bf02: #b6912256# - assure consistent Writer core attributes if list styles are deleted via UNO-API

2010-01-13  os  <os@openoffice.org>  [7a2fef737c448a529383aee7e1ac4706543b0891]

        #i108288# IS_TEMPLATE and VBA_DOCOBJ removed

2010-01-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8b866362e44be39da31a4de962ff5090e2b19cd9]

        autorecovery: save open/modified (Writer-based) reports and forms, when doing a session/emergency save
        
        Still, the documents are stored only, and not loaded. For storing, there's at least one known issue: The controller
        is unable to deliver the proper object name for a form which has been newly created, and then saved. In this
        case, an empty name (from the time where the form was created) will be returned, and used in the save process.
2010-01-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3e8eb23621c5ee4ed9c2d7052f6682d0fbc1e0e0]

        autorecovery: save open/modified (Writer-based) reports and forms, when doing a session/emergency save
        
        Still, the documents are stored only, and not loaded. For storing, there's at least one known issue: The controller
        is unable to deliver the proper object name for a form which has been newly created, and then saved. In this
        case, an empty name (from the time where the form was created) will be returned, and used in the save process.
2010-01-13  Joachim Lingner  <jl@openoffice.org>  [5b2cfb2dca495afb451915b5f0f9516c0b60a92e]

        jl145: #i107371# removed performance work-around for XPackageManager->getDeployedPackages

2010-01-13  Helge Delfs [hde]  <hde@openoffice.org>  [18caeed1c7cacfd8690665307df268b7e79e86de]

        printerpullpages:i108219 checkbox 'LeereZellenDrucken' was removed from tabpage

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [56660ceabd571ab96ec493c8c2f4986617fd14af]

        dba33d: set control as string

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [f3dd184e61c45e51e583861dc7ef7224ed44f060]

        native278: #i107237# upgradecodes for all language packs

2010-01-13  Michael Stahl  <mst@openoffice.org>  [b7ecc322a4e36a8882cbf107186ac46c55a4950b]

        #i107826#: apply patch from cmc

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [66fcb92b37911630197527492a8f55f8bc329401]

        native278: #i107237# upgradecodes for all language packs

2010-01-13  sb  <sb@openoffice.org>  [6df4828c32d1902966c19c2620c87ee11cd8d7bd]

        sb118: missing dependency

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [46ce8df63d90da98d3496036a8c29dea923e7b25]

        native278: #i107237# upgradecodes for all language packs

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [3a83e8f950509ee5f103fe817a21752d1b6d7fe3]

        native278: #i104830# allowing tilde in localinstalldir

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [8079b997c9f6ccede2721d6d7cf7a8d08fc97759]

        native278: #i104830# allowing tilde in localinstalldir

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [47b07b31e8710f0be5b24cfad78034330158fa48]

        native278: #i105537# correct string for mac language packs

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [5ef39bc3a12330e99e7bb8ec9e8779672195e704]

        native278: #i106222# adding icelandic

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [b31e2a68f03a25a4e88b4869058c22e9bcf51c7c]

        native278: #i107441# clean up StandaloneValue

2010-01-13  Ingo Schmidt  <is@openoffice.org>  [7af39a112d754e86ad368a979c337d0190647bd0]

        native278: #i107880# white spaces in pathes

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cb2da11da570cdac0e1721609a91b78eee6a59e0]

        dba33f: #i104413# make column names unique

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3bd5a7908b7c2659e1061ad479adfd60beac0436]

        dba33f: #i104413# make column names unique

2010-01-13  Thomas Lange [tl]  <tl@openoffice.org>  [7b8a1e6119919036e6ccc0ec21652cd4e7b81427]

        merge

2010-01-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b390e311d5f19864d853d887c608359dfbbccf3]

        dba33f: include typeinfo, not typeinfo.h

2010-01-13  Tobias Krause  <tkr@openoffice.org>  [ace0b021d54c32376c7d3219295b0b5a245657f3]

        tkr33: #107136# unused return value removed

2010-01-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [990a1feb1085c1d696fab8c23fa52e399db800e4]

        printerpullpages: Fix for fix (endsub not defined in functions)

2010-01-13  Thomas Lange [tl]  <tl@openoffice.org>  [680ebbec1520b6df42264a450932d779edc07c3c]

        #i108219# SwWeb print options fixed

2010-01-13  Tobias Krause  <tkr@openoffice.org>  [f6e36c08bdc8eb75531695a884aa92eef309ca02]

        tkr33: #107136# deliver the right header file to solver

2010-01-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [02531504da1cd548d6ecd66313a4efaa05a5be7b]

        printerpullpages: Local merge

2010-01-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [1dad53a5a19db474a52704c84e975292fc5b4896]

        printerpullpages: Fixed a potential timout problem when retrieving file list within filepicker

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [928a134111d9a7b80df8a9a4a6bea4ae9a1a1776]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ec199afd6b9c8b75004152b1d47ef4bb28a47a47]

        Automated merge with http://hg.services.openoffice.org/cws/dba33f

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2987a26677660803fc5dd2244fe063e8950135b4]

        dba33f: #i20615# new feature to allow server side column descrriptions to be visible and changeable in the table designer.

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f950279763483bb0ca11a234ebeefe2c78580f4b]

        dba33f: #i20615# new feature to allow server side column descrriptions to be visible and changeable in the table designer.

2010-01-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fbb7a4cd4c90471ab9582b799e04a6c1023d507e]

        dba33f: #i20615# new feature to allow server side column descrriptions to be visible and changeable in the table designer.

2010-01-12  sb  <sb@openoffice.org>  [50c421d7f4d3549cc1b02981066926311931a7a6]

        #i108269# work around spurious dmake problems with whitespace before macro definitions

2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f2428d39fcb746c8aee3ca0b06dcfae8849fa3b]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [45e6e337a385be0798d3d8a9d8c90b170fd64d58]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [923e15dd7d61770613e0d7c5c2a15695c95b606c]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3bb1f9069d1973908175269564992a2b568ebbfe]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ff9e369da43eaa1c89f846122943ab2c46b13c25]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e0d43c1493e7a36086df622247ad45c04c502929]

        autorecovery: remove SID_VIEW, it is used only once, and mapped to SID_HIDDEN, anyway

2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce5247d0b7f664db13622b6a603b86372309cfe0]

        dba33f: remove BROWSER_HIGHLIGHT_AUTO/MANU - they're not used at all

2010-01-12  sb  <sb@openoffice.org>  [63dcf941d09d691b2b7d4b9e0f5b5f3c11f16c5d]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [df4418aec06d8cea2c72876d84e5166ecaf78c07]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [a415adcda8743619dc090ad6cedbec72d53ac487]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [510f83e4ffdbdf0e89dc8ee3fe595d7b7d0613d4]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [54a3fd62fe515fc9e50e4f00620ea9600e06145b]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [54c62022ca217142361d003e1f5d7387a21edab0]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [5f845545bfd280af978bec9967ed06f6478bce8a]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [84d5366c3d73fe88a3ef332306271129aa2b0c10]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [55ec111502477e7527498888e795dfdf006c5eb5]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [09a1d904641567d6db6e9129304979b4743cc328]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [e63eb1c7becffaab5ca8ddd570d64ab11a0c0ab2]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [24532f08558415d3520500e80db65152da3a5a61]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [11370224ce0d0654e4aa1aa27e8da3ec3e2bab6b]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  sb  <sb@openoffice.org>  [52fae281f682eeab8aca602b28fa09b8167d06f8]

        sb118: #i108269# first step of removing tcsh support

2010-01-12  Daniel Rentz  <dr@openoffice.org>  [8ca729a894981b589f8e08da07214c72271635c0]

        kohei03: #i10000# compiler warning

2010-01-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b3500a31e28a2f68470ead6c5d25f54a61572b39]

        aus112: regenerate configure

2010-01-12  tb121644  <tb121644@sr1-eham02-04>  [a4c445a0eac44be7900591265c4d627561792a2c]

        #106268# patch & license upgrade

2010-01-12  Daniel Rentz  <dr@openoffice.org>  [98fff720090d33f46f7ce5459f15aeb01606af56]

        kohei03: #i10000# compiler warning

2010-01-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [79853f40933714fcbea5ccd692175ea223ea687e]

        sw33a11y01: #i88070# fix of compiler warnings for Linux, Solaris and MacOS X for the refactoring of the sidebar window code

2010-01-12  Joachim Lingner  <jl@openoffice.org>  [76ea65d536125dd98a5f9b21eec6d9d8435bdfef]

        jl145: merge with DEV300_m69

2010-01-12  Joachim Lingner  <jl@openoffice.org>  [4889d02f40f73629a0d33ba4e3fe4fb5997458f8]

        jl145: merge with DEV300_m69

2010-01-12  Joachim Lingner  <jl@openoffice.org>  [8c72039c7ea82f2493d60ec03921bdd45df0ef02]

        jl145: merge with DEV300_m69

2010-01-12  Daniel Rentz  <dr@openoffice.org>  [c6400761eab09b3be841a35f6145cf1592c92117]

        kohei03: #i10000# compiler warning

2010-01-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2fe0b91052af0ad059be443ecee4d151e4e0de78]

        cbosdo01: merge with DEV300_m69

2010-01-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a413e8342c69a3ebd94e2e5fa2f5ddfbca4cf7ec]

        cbosdo01: merge with DEV300_m69

2010-01-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [7081bd29f9bb5a10099799365075a90eb5aab8e5]

        cbosdo01: merge with DEV300_m69

2010-01-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3666f79fb49f2e93b13b88291ac407fffee7cd4c]

        cbosdo01: merge with DEV300_m69

2010-01-12  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [ffa9c9f16f097ddb44f71c87a338fa9bb74dbd4b]

        cbosdo01: merge with DEV300_m69

2010-01-12  Carsten Driesner  <cd@openoffice.org>  [0f26adb46fc7d371c686089c674d408c93f36771]

        #108263# Fix problem with empty system values which need to be intergers. Use 0 to reflect unknown.

2010-01-12  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [efe3766fbcbaeaacada9ae9534811f3bde7cd51a]

        writerfilter07: TableManager: do the resetting of properties the right way

2010-01-12  Helge Delfs [hde]  <hde@openoffice.org>  [3bd753beef2b202fa1c2b8e2c1c15ef930e49503]

        automationdev300m69:i108257 [Automation][w_opt.bas]Compatibility test fails

2010-01-12  Oliver Craemer  <oc@openoffice.org>  [ca1a4a31acf9cd360c820fd3683cb176d120daa5]

        #i108260# get independent from OLE sequenz

2010-01-12  Thomas Lange [tl]  <tl@openoffice.org>  [84c78339cdb438323350301db58b60efb751608d]

        #i108247# missing include added

2010-01-12  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [75a05f499631fbee90ee8a0a9b34e7e61ec9739e]

        writerfilter07: debug: gridSpans, rowProperties, tableColumnSeparators

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [5c75442ef1d77016394583a112d37886d562eef6]

        cmcfixes69: #i108262# fix mismatch braces

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [022eec80a272cddcf5ee6eda2b14236df1a4e30c]

        cmcfixes69: #i108261# fix mismatch ifdefs

2010-01-12  Thomas Lange [tl]  <tl@openoffice.org>  [46271f0c4df6b0cb0cd07c1070057f1c47c8aa65]

        #i108247# missing include added

2010-01-12  Thomas Lange [tl]  <tl@openoffice.org>  [7a0436ff74b08cc03fd14730e14fcc8b558a2ecb]

        cws tl74: build errors/warnings after merge

2010-01-12  Thomas Lange [tl]  <tl@openoffice.org>  [9c5daf023ff0f7643f09361b6cac45055990aebf]

        cws tl74: build errors/warnings after merge

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [b38be2caf83f44538f213d1c01420aee67bebce3]

        cmcfixes69: #i108259# fix possible leaks

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [6d62a5cf692529856b21cfa84a71fdfde75521e3]

        cmcfixes69: #i108258# fix mismatch new[]/delete

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [e52042f8dd90ffb0cd271fa883dd07bbad08d5c0]

        sb111: Fix sMakeDocumentEditable() with a weird piece of code (should be API based, really!), removed duplicate function GetOLEDefaultNames() as an API based function is available (which probably needs fixing in this CWS as well)

2010-01-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8a17edb3ced52b249e191f432a8dffe791646118]

        aus112: #i108254# cygpath -f fails on big files in cygwin 1.7. split list to convert

2010-01-12  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b84e7328695132c1fd12c3911453fb508625b21c]

        aus112: #i108254# deal with cygwin .exe magic which changed in cygwin 1.7

2010-01-12  Oliver Craemer  <oc@openoffice.org>  [94a8cde0f68dd3f9ab3cb44e9661cac21f63576f]

        #i108249# Change position of errorid in warnlog

2010-01-12  Thomas Benisch  <tbe@openoffice.org>  [1421b1785afd319e2425b5d7d3899b06ba903325]

        dr75: #i100423# Formula input into cell range fails if parentheses are highlighted

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [64f9883dfd427a193ed1954940089440e248de13]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [53afefdfed9f7387677558db0d5fab0718160ebf]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [416a9b9cfde3eddc8a43d226d206c92af9874305]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [defe1be75a67e9574bbe1c57d4ccdb681bba4d8b]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [76931af4a549c5f3ce155b054f80213caf023261]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [05b4092b43cefa49fe25df716966cee16e78bbe1]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5b3b6a84c0b42698f07dafdf72b92cd3bfa99bb9]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [8638830a1c6ad735259754d611c55e37d44d6188]

        sb111: Local merge

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a2c8280a937c70e3fecacb5b27c3930872274321]

        sb111: Local merge

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [1fa5cf73fc3521fbdff99878e9baba2c4f4b03ec]

        cmcfixes69: #i106157# support system graphite, even with a different stlport

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [ff0b3db30d0aba0605601c1aa514de83d4d3bc81]

        cmcfixes69: #i106157# support system graphite, even with a different stlport

2010-01-12  Caolán McNamara  <cmc@openoffice.org>  [c7fcabef35a9ccf49a5de2c8ff1470aee77c238d]

        cmcfixes69: #i106157# support system graphite, even with a different stlport

2010-01-12  Joerg Skottke [jsk]  <jsk@openoffice.org>  [53fa1c622f0c74325e13d8afe1b5351ca0c00f02]

        sb111: Better dialog handling for the Assign Macro dialog (using timeout now). Added slot <ContextProperties> to hUseAsyncSlot

2010-01-12  Thomas Lange [tl]  <tl@openoffice.org>  [59550f11ccf5d3b56f7a4cd5a7db5ed2c11109ec]

        #i108247# missing include added

2010-01-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [c230e962ca2c876187a028fa14426210b5746a0f]

        sw33a11y01: #i88070# refactoring of sidebar window code used for visualization of comments/annotations

2010-01-12  Oliver-Rainer Wittmann  <od@openoffice.org>  [959d3c5414db6352f555e9c75babe619aa2bda60]

        sw33a11y01: #i88070# method <AccessibleEditableTextPara::getLocationOnScreen()> - fallback to parent's <XAccessibleContext> instance

2010-01-12  Mathias Bauer  <mba@openoffice.org>  [5a03ff2c5391d9a25d0bfbb1e4b3f1312df1c70b]

        #i107450#: code from svx/source/options moved to other libs

2010-01-12  Mathias Bauer  <mba@openoffice.org>  [c1b2cc6e5fe4b8b5e3433c9ebf9fc81e2a785e7c]

        #i107450#: code from svx/source/options moved to other libs

2010-01-12  Mathias Bauer  <mba@openoffice.org>  [33f6ca889b56dedb0d783308c5c9b437302dbead]

        #i107450#: new module editeng added

2010-01-12  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cf9158209265ef2bcd22dc1955e3a52170eb4a44]

        dba33f: wrong order of member ini

2010-01-12  sb  <sb@openoffice.org>  [2fe1f4e1093e41dc5fef5c9c9ebf0ae4bd9262fe]

        sb118: missing macosx-change-install-name shl/NONE/OOO combination

2010-01-11  sb  <sb@openoffice.org>  [a00012a80d4bf53c747a37bec51befbfc5ade013]

        sb118: missing macosx-change-install-name app/NONE/NONE combination

2010-01-11  sb  <sb@openoffice.org>  [50a6ab9c5c43f7226f29d11ce3e7481cffe51f38]

        sb118: adapted cppuhelper/qa/propertysetmixin to new CppUnit

2010-01-11  sb  <sb@openoffice.org>  [cd55f83c52e8e1de1d954998e83adc31b706c08b]

        sb118: work around problem that <windows.h> defines OPTIONAL (clashing e.g. with com::sun::star::beans::PropertyAttribute::OPTIONAL)

2010-01-11  sb  <sb@openoffice.org>  [140885c51943d08fb8cb0faa6f4e84c426860d4e]

        sb118: fixed and improved previous AUGMENT_LIBRARY_PATH_LOCAL change

2010-01-11  Christian Lippka  <christian.lippka@sun.com>  [ab98df64183f82536da9a36e36de1534c33bcd8f]

        removed unused file

2010-01-11  Christian Lippka  <christian.lippka@sun.com>  [fa9c24d9e8c12cd3df9f8b929791c80e07541b1e]

        removed old images

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [0621be8155b0e698cdbb3c257301486d2bdb6d4f]

        #i107586#: remove ununsed code

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [92afcf4da71003ca2206891053fc54e72b8cecb0]

        #i107175#: remove ununsed code

2010-01-11  Michael Stahl  <mst@openoffice.org>  [bb94dd8918d401094768173d99ecf5a6efeb6739]

        swunolocking1: #i108161#: add forgotten since tag

2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [3aa0aa1db307d2d88c612b808ec06411b3036b97]

        cws tl74: merge problems

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [26785e5668bbfd90200a80b3d3c5460afe83b121]

        dba33f: merge

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7c12d03363ce2d4304ace0a4123ac080751eb438]

        dba33f: merge

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [8d35d452d277e896b36256778062a965ba7c75c7]

        #i107450#: changes in scp2 for new editeng module

2010-01-11  os  <os@openoffice.org>  [2ac42e9f9636c575169cc4db9ac8c03c33eb6305]

        #i105646# unused code removed

2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [1b030104d238985d6df1036f0e48eee5bb6d8bb5]

        cws tl74: merge errors

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b558f5f9d7806c7a73393ee2566f676ca8b6fff]

        dba33f: #i102631#

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [387a1260f55ad1428a23ba01355c3ebec1001b15]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [18a82427d1fb1a8387cf8a9b8a1d6c4a04a1649e]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [84f3fe2333f400a678234bbd0029a27b454086a8]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [209a5eb986d982029bf9c93d0902d8bb50da7562]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [1467d8ef95c8fde835e22aba614e22b45522844a]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [570888a0e8cec0a0c922582ba921fccbd8083945]

        Update from master repository (to m69).

2010-01-11  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [8ce5a12c4e29de301969bd47278f1e6a62bde585]

        Update from master repository (to m69).

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0b6d577afb8f90f13d1735b3438658a9b95bd779]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d57dc4d71cecd1e63c4a35d5d1c1c82763577ff8]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0987b3c6c6c2bd340322f2b8a108cc50ecd395f7]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2cfd06970eee7cea48c928504a17ccfafb6fac5c]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a1acd7067be5ad7eae4ec6d72b5d59970e7e2571]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2cfe0e655e6dbc0f3f4ca24c3fa89cf8f7cff9eb]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [97b027a81a363843bd6d4872fca9a0649f20393d]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ab2f60d4e1f95a2a19308c84160de3abdae4a452]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a5c76a4872ad517ac85dcacdf57e20a4f862514]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a83ffd93bc561d5cd6fde55ff31080462fcb720e]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0f9b7813257c8feecc883ef60a0d5092c1fea6b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bfea11050f33c069192b3c988dd7c7d6ebdce780]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [159cdeeebf71f3b11b105e0a77d1def95ad47ffc]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33b

2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [1b800a71b5eee336abc70ed1c4469aab774575d1]

        cws tl74: wrong include

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [465d997b40a880697168f14debae6d2ccbcd7fe2]

        dba33b: fix height of the advanced settings dialog, was too small with the recent addition of the 'primary key support' option

2010-01-11  sb  <sb@openoffice.org>  [ad07e1cdb9566b469dffb995ca998f12d1d91194]

        sb118: removed left-over obsolete IRIX directory

2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [d8acb8300eaf5cee6d6445722e12221cfc4059a4]

        cws tl74: build errors

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fc5608783995783e5d4804787fab31d4fc979533]

        dba33f: #i108079# travel through connection, begin with table with highest number of connections

2010-01-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [a1e310c0a8feeca542749d6339a5c5359a2c85ac]

        writerfilter07: factorytokentoidmapinner: look for rng:defines outside current namespace, too. factorytokentoidmap: handle any parent id as default

2010-01-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [128a52d510410359fb57a0e6dbb360b8d273ac8b]

        writerfilter07: new: OOXMLFastContextHandler::sendPropertiesToParent

2010-01-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [88b08c3d42cfa3bfde3820ed200b5672d9895224]

        writerfilter07: log usage of createFastChildContextFromStart

2010-01-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [206d56708441f9395ca752ae1113498d0be9da1f]

        writerfilter07: write warning to debug protocol if property is not added

2010-01-11  sj  <sj@openoffice.org>  [81f4386da532ba62e5e2381e57485197ce5da0bf]

        impress181: #i74384# correctly interpreting maxcolor value vor ppm (taking care also for pbp)

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [65b0953695ddfc94b618ac13cf7835d56ae2508a]

        dba33f: #i108038# (re-)add Selection support to the Copy Table Wizard

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0e793ea5d3e758ed431065b675a79c17a9f15ef7]

        dba33f: #i108038# (re-)add Selection support to the Copy Table Wizard

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [040e23bd9198d9b992f7acd180027b703bbc0a91]

        #i107356#: uninitialized variable fixed

2010-01-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f17b3531884f1328bef48e4c1b7079510bc62031]

        writerfilter07: use loggers

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [3906478d2ce912e49f59d88b3c63bb1dea38c45d]

        #i107174#: remove unused code

2010-01-11  Thomas Lange [tl]  <tl@openoffice.org>  [70e22566b64a3cb76a7e5ed8187ee642e9ee9ace]

        cws tl74: warning-free code

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [8abe389a2242fe1a2c51fc6e3b676fae831443dd]

        #i107172#: remove unused code

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [59153fc8dabb9260d89fccfdc4fe2a0a547dec11]

        #i107172#: remove unused code

2010-01-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3dbc095a424bcb4eacc0b697aa2b41011a43b8bf]

        printerpullpages: #i106219# latest updates

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [0014f10d9237e82357e11aedecca817f67827536]

        #i105556#: remove unused code

2010-01-11  sb  <sb@openoffice.org>  [949256f2a9f042e258478bdd5c0ef631e5e55b7b]

        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  sb  <sb@openoffice.org>  [9bba3843e87a987436b4e83d74c4979e5ddf3d19]

        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>  [b9af4e970fa589f901fb12366e6714054f77cdd2]

        cws tl74: case error in include statement fixed

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [08d920b23f3817b0e2b5277eb5f3519e5cf355b6]

        #i105875#: check return of fgets

2010-01-11  Mathias Bauer  <mba@openoffice.org>  [40a01bd67cc40a90ddf67f00d6384733fceac446]

        #i105547#: remove unused code in filter module

2010-01-11  sb  <sb@openoffice.org>  [b79efacf62a2f2a60e9d49240f8fc7f2ce65ff59]

        sb118: documentation

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c66e59ccbfb5f71be553718fb80891d710e14eff]

        autorecovery: fix post-rebase build problems

2010-01-11  Tobias Krause  <tkr@openoffice.org>  [5641571c4f0678046cbe97ba7bcc04cda369b8ab]

        tkr32: #105917# upgrade major version number of libcurl

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fad7c8d823d0a451874616e19334e76ca93385b8]

        dba33e: svx split

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3af527bf8c85dea2bc94fc812b96ff6253712232]

        dba33e: svx split

2010-01-11  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f5531281dc390ac3e74888f078eac7a87b586095]

        dba33e: svx split

2010-01-10  Christian Lippka  <cl@openoffice.org>  [19c92f47e2564c524199de06e805b78e33d8070d]

        added new layout images

2010-01-10  Christian Lippka  <cl@openoffice.org>  [1d65329a9cdfa2ae72bfdd1fe56f0d6f1f3dd72a]

        added new layout images

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [b7360d41eafbd7c368aa0fb0eb3906afc7470068]

        #i107450#: missing library

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [dfe577e82238a359f166acdb86c419c07a6e5604]

        #i107450#: missing library

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [3c764e3f306b2966ba0805b12d23f2f4622c2b57]

        #i107450#: error in pch file

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [d259b818775aea8ea76e9a3fd6d5a248312590c7]

        #i107450#: error in pch file

2010-01-09  sb  <sb@openoffice.org>  [30f96f75a4cc80e7d13bcc42a9f091ebff72bd46]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [67e60e6e552513352f3e707d062399569bea4449]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [a762c312505d0589e39dc890de4abe5be1943399]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [73f17a4f9eaf9ab1495109f4c350afb809088b10]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [7f27ae1766e58ce38c517df648d28959491f494d]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [602ab815e12576376ac6cc73178b16510a52ca49]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [3df62bf0c6504ebabc91fbf0e95704b589ac9d40]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [180c780b16b164c23afe2ae8f0e03f89bc4f9a3a]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [3dd8873031f700b3299a09e653a185ee8d92eafc]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [22177bc7cb9f5e5e5b97cc6ec58fc23538f018bf]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [98a252a675350643a3a0890fc8bbb5b8239892be]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [a57ae685bcc342e1cd2d4e9d261704839ecf1996]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [228f5b02965d746c331c0c89aff75105aa1f7a51]

        sb118: merged in DEV300_m69

2010-01-09  sb  <sb@openoffice.org>  [48e0f5f9a0c50054d98d4e267f85b11563e48fb0]

        sb118: merged in DEV300_m69

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [b587928aa11f05114481d87cb9cc2c936817599e]

        #i107450#: wrong d.lst for Windows

2010-01-09  Caolán McNamara  <cmc@openoffice.org>  [28159e10f92b56dadb2cec057532f41f4fa51fad]

        cmcfixes69: #i108178#: delete allocated object (removes unused code warning from callcatcher)

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [b1f6e254454fe35d259afb79e0e87e2215901bd9]

        #i107450#: error found in HID generation

2010-01-09  Mathias Bauer  <mba@openoffice.org>  [6447b51bf04a72621847a4024e9a73e0a9c7e206]

        #i107450#: syntax error in export declaration

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6d4b35823547b7a934a67f2a2f2094a673e1c661]

        autorecovery: merge after rebase to m69

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [93857a0ec92ee511c0ddce90004cd40e338a93f5]

        autorecovery: merge after rebase to m69

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5a86dd4ef5d2241b2ed179c490d8d62b4817b373]

        autorecovery: merge after rebase to m69

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [be593f1963cf53c368356e8ff444d7065da9141f]

        autorecovery: merge after rebase to m69

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a4ef3684d3edd4d10d985f87ca7563590255153]

        autorecovery: merge after rebase to m69

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f05cb55bcac03a31fc78b2d984195e12798f786]

        autorecovery: merge after rebase to m69

2010-01-08  Michael Stahl  <mst@openoffice.org>  [5468c694b9f87b60ed961ccff472131d14881189]

        swunolocking1: dmake depend=t is utterly broken; patch by ause to fix it...

2010-01-08  Michael Stahl  <mst@openoffice.org>  [0aab9a48358f905de8d65568e5f32e8d36d6021c]

        swunolocking1: #i108161#: WeakReferenceHelper::operator=():  avoid creating a temporary WeakReferenceHelper for uno::Reference assignment.  [according to callgrind this is 3 times faster]

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [0562dbac97b9e05dbf3582d52a08ecf38f00cf0c]

        cmcfixes69: #i108166#: remove unused method

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [66c1f6c7ffc872283f257dfd1ec40cd5c7a5dfa6]

        cmcfixes69: #i108165#: remove unused ctor

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [fdb6bf4109420de2c51be00e970d1783d5f125a6]

        #i107450#: simplify makefile

2010-01-08  Kurt Zenker  <kz@openoffice.org>  [0e6633d40e720360f357518d033307b1ab40e93a]

        bserver50: #161439# add a broadcast to insert jobs into a module

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [6bf794609a0a8a09baba5cf3ed27568ebd4d45b5]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [062389b010a139129682709876e3d092de234af5]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [cf1210e40b872191ba433636480293eabc017d95]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [55f1f483cfa4cde111593782f17c514a0056d7f0]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [bd685292add3551310fc94188b86bfb44c36906f]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [7244b6bb5d8b6d109061ac693bb979821ce49b00]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [bf5462ddf65df9392780b29bbe96597190e55f76]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Mathias Bauer  <mba@openoffice.org>  [1333d05e551a53c9bef60d57031c1d3f5baf8eca]

        #i107450#: build all other modules with new editeng lib

2010-01-08  Daniel Rentz  <dr@openoffice.org>  [561635988f3acd9f3f7396daee62944ba280ff1f]

        chartpositioning: #i86609# set correct plot area size for pie charts

2010-01-08  Daniel Rentz  <dr@openoffice.org>  [e0e189e3d88d1127a99d1e3e8203f6c30ef46e3b]

        chartpositioning: #i86609# set correct plot area size for pie charts

2010-01-08  sb  <sb@openoffice.org>  [1d50bea7dddcbcc21b1f7fc991de52043d11891c]

        sb118: adapted new smoketestoo_native to Windows

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [18fa44390adfdf0bbe66b7616b1cfd7007a9d38a]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [2d350e00a0a5588e59300f6bd63768f599a1bcf0]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [9dc78f724b534f12446fee739192c0dea396b767]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [7d65553ad15e4cfd4444ae15250c7bd9d058ebe4]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [f477790be9d28efc00f04ba7d274d330ef9bad9f]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [9b274c66ba3f0aed0c427b01ea554247ec14fed7]

        Update from master repository (to m69).

2010-01-08  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [b1ddb3cb7d7805e69013be4e43be075a8b406886]

        Update from master repository (to m69).

2010-01-08  Kohei Yoshida  <kyoshida@novell.com>  [d034f035daa8d597a27f00cfba8297cc93e7e0c8]

        kohei03: Removed a meaningless line.

2010-01-08  Kohei Yoshida  <kyoshida@novell.com>  [9efb385d86bceb725aa70eba493a351a99b31f20]

        kohei03: A little more change to keep MacIntel happy.
        
        There were still some parts that were illegally accessing private members.
        I hope this commit will finally eliminiate all of such cases.
2010-01-08  sb  <sb@openoffice.org>  [292efdc53861499dbef66122a5299b01019e265b]

        sb118: always set PKGFORMAT (so that always building openoffice_en-US.archive in instsetoo_native/util also works on Windows)

2010-01-08  Michael Stahl  <mst@openoffice.org>  [6d528f43c248ac048957b656af551befd36cb306]

        swunolocking1: #i107777#: qadevOOo: fix SwXDocumentIndex{,Mark}.java

2010-01-08  Michael Stahl  <mst@openoffice.org>  [c93ddde38115731d4e5ca2dd41f0dced93625cd7]

        swunolocking1: #i107771#: SwXDocumentIndexMark:  register at SwTOXMark instead of UnoCallBack.  implement instance caching with a WeakReference in SwTOXMark.  [the ODF export depends on caching: see XMLIndexMarkExport::GetID()]

2010-01-08  Michael Stahl  <mst@openoffice.org>  [82aba30102fe1cce3f6582bfbe29bacb7498363d]

        swunolocking1: #i105557#: remove class SwUnoCallBack.  everything SwUnoCallBack class does has unfixable race conditions.  in SwDoc, the uno callback is now a plain SwModify.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [fb0dd0d206e140a72291bff3e0225c938bb9de68]

        swunolocking1: #i105557#: fix locking for SwXDocumentIndexMark:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  disable broken SwClient iteration.  make constructor private, and add factory function CreateXDocumentIndexMark.  use new XUnoTunnel helpers.  clean up the implementation a little.  remove SwXDocumentIndexMark::GetObject().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [f3dca2c04f5bd6d30c33e06de2ef6f35636ddbe9]

        swunolocking1: #i105557#: SwXDocumentIndexes:  use new XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [342e7b53a498adba704d9c177db58cdf3cf0733f]

        swunolocking1: #i105557#: move SwXDocumentIndex helper classes out of header.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [399fb822ef81bd2440da8ab48cc2028a6b44d5b7]

        swunolocking1: #i105557#: fix locking for SwXDocumentIndex:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  replace broken SwClient iteration with a WeakReference in SwFrmFmt.  make constructor private, and add factory function CreateXDocumentIndex.  use new XUnoTunnel helpers.  clean up the implementation a little.  remove SwXDocumentIndexes::GetObject().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [1f70baf3d1eaf363f0fb6281c7877a6ea783a667]

        swunolocking1: #i105557#: fix locking for SwXFootnote:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  disable broken SwClient iteration.  make constructor protected, and add factory function CreateXFootnote.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [069dead98a0b185ff521a31ed26dd81d98a91b7c]

        swunolocking1: #i105557#: fix locking for SwXHeadFootText:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  replace broken SwClient iteration with a WeakReference in SwFrmFmt.  make constructor protected, and add factory function CreateXHeadFootText.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [3356582b67bb91d6d438cbf356527a928070d7fa]

        swunolocking1: #i105557#: fix locking for SwXBodyText:  use new XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [150d65d3115d361f19df118c25e530d54a055937]

        swunolocking1: #i105557#: clean up implementation of SwXText::convertToTable().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [817e682f25904005a810839d32a881df6760b8b6]

        swunolocking1: #i105557#: fix locking for SwXText:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [456e9d587f26b98929d7821b6d9e14d328c024b5]

        swunolocking1: #i105557#: SwXTextCursor:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  remove ugly destruction of SwUnoCrsr via Application::PostUserEvent.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [8b1fb77c76b7a3c1616af58aac9d8eb8f97c019e]

        swunolocking1: #i105557#: SwXBodyText:     make SwXBodyText::CreateTextCursor() return a pointer, not a UNO reference.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [2db8914dbed3ba6148f53d7548c126d92a1f9b90]

        swunolocking1: #i105557#: SwXParagraph: move static methods to namespace sw.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [aa16ebadc706825e9884378ba41b311eaad069b9]

        swunolocking1: #i105557#: SwXTextCursor:  move enum SwGetPropertyStatesCaller to unocrsrhelper.hxx.  move static methods of SwXTextCursor to namespace SwUnoCursorHelper.  move various not-actually-local functions with declarations in multiple     cxx files to namespace SwUnoCursorHelper.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [2245100b4ac33d68ba6033871e22c3573bc10047]

        swunolocking1: #i105557#: SwXTextCursor:  move implementation of all non-static methods into unoobj.cxx.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [0a3b5f8b3edacaf2e58de0b661077683e5973db5]

        swunolocking1: #i105557#: fix locking for SwXParaFrameEnumeration:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  replace PARAFRAME_PORTION_ macros with an enum.  use new XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [5d6da5c1f774b02973085816bb0717d8a2c891a3]

        swunolocking1: #i105557#: SwXTextRange:  move static methods to namespace sw.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [1f8d8b1e17487074cf77595ab9d9569858e6f04e]

        swunolocking1: #i105557#: fix locking for SwXTextRange:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [220dc1e003f4a26a2d92b6c9bb2464a9b9d63b0e]

        swunolocking1: #i105557#: SwXTextRange:  try to hide the implementation detail that SwXTextRange registers at a  bookmark from its clients by using SwXTextRange::GetPositions().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [30bfe9b171379f987c470761acf6735a8b48fe67]

        swunolocking1: #i105557#: fix locking for SwXTextRanges:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  use new XServiceInfo helpers.  replace SvWeirdArray with STL vector.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [2fee7963e992089b67eeb2fb60da27054037da32]

        swunolocking1: #i105557#: fix locking for SwXTextSection:  replace SwXTextSectionClient with Impl struct, use UnoImplPtr to lock dtor.  move all implementation details out of header, into Impl struct.  remove ugly destruction of SwUnoCrsr via Application::PostUserEvent.  replace broken SwClient iteration with a WeakReference in SwSectionFmt.  add factory function CreateXTextSection.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [77ca8486db12a970aef9aeafea3ac9a4c297d2b2]

        swunolocking1: #i105557#: fix locking for SwXParagraphEnumeration:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  use new XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [ee9d6d30959b5467fb5f2407ce5aa24fe1043fc5]

        swunolocking1: #i105557#: fix locking for SwXParagraph:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  make SwXParagraph instances reusable with a WeakReference in SwTxtNode.  make constructor private, and add factory function CreateXParagraph.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [440e521dad8c97e939460af857c6a851b220c52e]

        swunolocking1: #i105557#: fix locking for SwXBookmark:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  replace broken SwClient iteration with a WeakReference in sw::mark::MarkBase.  make constructor protected, and add factory function CreateXBookmark.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.  remove SwXBookmarks::GetObject().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [faf50e31a983c1be11d74c1b574cd6c5f63d3a4e]

        swunolocking1: #i105557#: fix locking for SwXReferenceMark:  add Impl struct, and use UnoImplPtr to lock destructor.  move all implementation details out of header, into Impl struct.  disable broken SwClient iteration.  add factory function CreateXReferenceMark.  use new XUnoTunnel and XServiceInfo helpers.  clean up the implementation a little.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [dd567990b4372498dfbe5063082c792f241ee41d]

        swunolocking1: #i105557#: fix locking for SwXMeta:  move SwClient base to pImpl struct, and use UnoImplPtr to lock destructor.  replace broken SwClient iteration with a WeakReference in sw::Meta.  make constructor protected, and add factory function CreateXMeta.  use new XUnoTunnel and XServiceInfo helpers.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [e9ca667fa65f946acec102e3932372010b8622bd]

        swunolocking1: refactor Meta registration at its text node.  Meta will now be registered via SwTxtMeta::ChgTxtNode(), with additional  workarounds necessary in SwFmtMeta::DoCopy().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [6e3f9b6a9a1f70811e393d10a21addfaeedc174e]

        swunolocking1: #i105557#: unobaseclass.hxx: add XServiceInfo helpers:  new functions GetSupportedServiceNamesImpl and SupportsServiceImpl.

2010-01-08  Michael Stahl  <mst@openoffice.org>  [a22723dc6276d018fcd2fffa04c143e9c6c04c7a]

        swunolocking1: #i105557#: unobaseclass.hxx: add UnoTunnel helpers:  new template UnoTunnelImpl to implement XUnoTunnel::getSomething().  new template UnoTunnelGetImplementation to use XUnoTunnel::getSomething().

2010-01-08  Michael Stahl  <mst@openoffice.org>  [5e8eac444983d7fcf8e4c102171179dbb6fffed9]

        swunolocking1: #i105557#: unobaseclass.hxx: add UnoImplPtr:  new smart pointer template UnoImplPtr: calls dtor with SolarMutex locked.

2010-01-08  Kohei Yoshida  <kyoshida@novell.com>  [2af8520b931e81633559f5f9ea46903d60535ede]

        kohei03: removed compiler warnings on windows.
        
        On Windows, we apparently build with warnings as errors, so these warnings
        caused the build to fail in sc.  Hopefully this commit will rectify that.
2010-01-08  Kohei Yoshida  <kyoshida@novell.com>  [7df739c8c871e8b0e2d0919c375d44a1d0cbfc40]

        kohei03: Fix a build breakage.
        
        Apparently some headers have been relocated from svtools to svl.
2010-01-08  Daniel Rentz  <dr@openoffice.org>  [5f3fc8b3a73ae4b2213cd46a970fadae38bc7ec5]

        chartpositioning: #i86609# import axis title positions from MSOOXML

2010-01-08  sb  <sb@openoffice.org>  [bf7b1511c021c8cab552fbfe0b783131a7dd3859]

        sb118: typo

2010-01-08  Oliver Craemer  <oc@openoffice.org>  [9c36d11e94d565977c5f509395605fe0c76fd312]

        #i107842# ch2_updt_calc does not support CJK

2010-01-08  David Tardon  <dtardon@openoffice.org>  [273a4821d11339c88e8d69456f7f1a5027aa4864]

        update to DEV300_m69

2010-01-08  David Tardon  <dtardon@openoffice.org>  [ef3653748ab127a53a47b52472f6e6ac84cf25b3]

        update to DEV300_m69

2010-01-08  David Tardon  <dtardon@openoffice.org>  [a9a5544d1b8bba4a117a9c026ad606de6fa9710e]

        update to DEV300_m69

2010-01-08  David Tardon  <dtardon@openoffice.org>  [af1ae07af81d03cca2398b4e4eaeccdeac40c524]

        update to DEV300_m69

2010-01-08  Mikhail Voitenko  <mav@openoffice.org>  [726b8b3030ef97d55b2cb3601afd627fc8bffbb4]

        #i108159# new ODF- and nonODF-Icons

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [2f01fc298a8c4afcc17e2ab41e96a163ca81449a]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [035881287a2ad62d6fc37f8ff630346153662378]

        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-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cf55180a65a02361eeda7ea2dc7132d99690c0c1]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c872b523257cc7429a7681c13837dd70ae71b800]

        autorecovery: commit resolved merge (after rebase to m71)

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5a0d7f0a46d2392f4fce7c3f5fbdd82b9c4dac60]

        autorecovery: merge after rebase to m69

2010-01-08  os  <os@openoffice.org>  [46e584010539eef2999cbe9285d8beb8feed42b9]

        #i105734# patch applied (cmc)

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e3e522b13deb675ad1135a924857330aaab0e569]

        dba33f: merge conflict

2010-01-08  Daniel Rentz  <dr@openoffice.org>  [0644d0ecc0f703d0714f96890b575580d3b96f59]

        chartpositioning: #i86609# missing interface in service description

2010-01-08  Thomas Lange  <tl@openoffice.org>  [8b99806d3ab859ac0d9f3fec422b5611d6fdf2cc]

        #i108111# added entries for ar, en-GB, pt installation sets

2010-01-08  ms93807  <ms93807@x4240-so3>  [874323e91d80897051a23e5c03238991d5879bbb]

        dba33b : add sleep

2010-01-08  ms93807  <ms93807@x4240-so3>  [0ef3cc0240f043eb445bb1f352e82ef7b13a911e]

        dba33b : add sleep

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [32ecbc746a54f7e93b77afc263fe95e9739e0727]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [207cf8f43fafd230081afc273abd23c9ae84ba45]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2dcf2e5204dc00ffe166172c0a5b5c6f0f59a694]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2a7f104edfbcbae47e520acb4ca97d7bf0c5368d]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fd053c20ccad6b9bc7d99db3c47d1aecc9fe06b3]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cd0f4a734a7fb3cbc0a131d58b5b00d1136bc5d1]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f67abf2e358317dc1d8769e45a0e1724a2bade72]

        dba33f: merge from dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5ac40e5c94ddb395f7b06f84524a852a0488f17c]

        dba33f: merge from dba33e

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [a3a11b622b45398761d00c813359bc73d6a7fbcb]

        cmcfixes69: #i108151#: remotebridges: fix strict aliasing

2010-01-08  Kai Sommerfeld  <kso@openoffice.org>  [ccae886783b578c2ecd162704815ac347ea2b773]

        fixed compile error after resync.

2010-01-08  Kai Sommerfeld  <kso@openoffice.org>  [f11c5dc93ef6c206e780ddd7d24943e728948ca1]

        fixed compile error after resync.

2010-01-08  sb  <sb@openoffice.org>  [4e423788e616c3b4f8b232426b2358de45c711f1]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [6d0b3cd56ab9884879d5d81f65913dc9791a0a9f]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [398415b12bdbf6859021546596a2cdb21900c76f]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [dd9365583e68d6417ad1e64ee55ee08ce7d2bd4a]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [736960b56fdf3a640bfbb48d41833b7f7074295d]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [e13e02de323f6660a2fd6bb5c54cd036a46205c5]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [822b6695e2f3848fa8fddc23d9599c322db0d955]

        sb111: merged in DEV300_m69

2010-01-08  sb  <sb@openoffice.org>  [4d9863a1c62b82903c2756fb34ffbbd88dd1df93]

        sb111: merged in DEV300_m69

2010-01-08  hdu  <duerr@sun.com>  [432e0fcb93c713a39890ec7ed0769521ef6ef3e8]

        #i108138# fix printing crash which happens since DEV300_m66

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9d6be8c6eed84839a937973afa6537238a182f15]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bc7afd018ae687b2a8ba9096dfe463097b54799a]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e3a65fa34e0906bd4d90aae97d81f8d7eee60e28]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d3a4501c36c893751070c20e5a6462261269668b]

        dba33e: #i108128# check if default driver is available

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [f9ec478164364796cdb8f419e6564f12655e0775]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [ca7dddfe869568ade934b3a541393277c1cb7cde]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [137ab552728c6cef71c7ac5cfb1b5c8b23cf7950]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [6fbff3306d63beb13f4ba8f1d44e815201284f2f]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [a02499e5a008deab2fe32597e68fb550e15f552c]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [5f4ac6babe214964d00bad4b838ac6bb59b53680]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [9815530eb1e33f6ec736ae7ba2da08e4bfee2363]

        cmcfixes69: merge with DEV300 m69

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ed6a92553b678c64d7c6c0f8b3259e014a4851b3]

        dba33e: #i108092# set NAN when double value is NULL

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [58519fbb7255ca48701d3850f4038ca549e29b27]

        dba33e: #i108092# when value is null set NAN

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [7fa696026884fb07ef729b5020a917ad810b685f]

        exchgcmtdoc2: merge with DEV300 m69

2010-01-08  Caolán McNamara  <cmc@openoffice.org>  [33ea521e435f1ebde6c7264194e9848337366eb6]

        exchgcmtdoc2: merge with DEV300 m69

2010-01-08  Ingrid Halama  <iha@openoffice.org>  [8382cc3375051a093ba21dfb1faaf219b54741d2]

        chart43: #i108122# data label from categories crash without categories

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54a73a80c48c7ec987331aa038f5ad3c9e72a582]

        autorecovery: need to compile some files (which indirectly include sfxbasemodel.hxx) with exception support

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d43ce3490eb06668cd7fa6e7d29b7a7ced18957]

        autorecovery: need to compile some files (which indirectly include sfxbasemodel.hxx) with exception support

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1ddcd1caed5fa7b63df12385839f6f4c15b883ed]

        dba33e: #i107472# correct class param for ConnectionTools

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [cf9d195402bf250455e0321c47b9ffa4b2ea5515]

        dba33e: #i107472# catch exception

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b2cb11ec544a9441234cbc5424dc4f36a9e84048]

        dba33e: #i107654# handle functionname as well

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2eec0edf163b369aacb2df09c62b11abdec6cd40]

        dba33e: #i107315# convert SQL statement to MySQL notation

2010-01-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [993a031df19361ae07b8aaec112b9b863b70a2bd]

        dba33e: compile error

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [3d7ed8a6b4043d08ad2d5ff009291362e1031386]

        kohei03: Worked around a build error on MacIntel.
        
        The version of gcc that Mac uses does not grant private access to
        friend classes from a nested class, even though its parent class
        has friend privilage to that class.  I worked around it by having
        the nested class call functions of its parent class in order to
        access private members of ScColumn/ScTable/ScDocument.
2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [2f18aee20d76e815ea55eb6e0c6514f32dd32a76]

        kohei03: Some code cleanup.
        
        Mostly tab to whitespace conversion.
2010-01-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b524974211771183870534e03302d9e4be9f813d]

        autorecovery: basdoc.cxx needs exceptions by now (well, really, it always needed them, but now the compiler complains)

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [c052ce7960c19cbe85b01aada94d7995cc4e8e49]

        kohei03: rebased to DEV300_m69.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [714cf44f3016714c065198d3626958451f4efe40]

        kohei03: rebased to DEV300_m69.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [b23d4e34f178166b8857ec02565196580a219382]

        kohei03: rebased to DEV300_m69.

2010-01-07  Mathias Bauer  <mba@openoffice.org>  [bd1595e1b7fe9edd5c93031afe2be1f479d814ec]

        #i107450#: make svx buildable with new editeng lib

2010-01-07  Mathias Bauer  <mba@openoffice.org>  [fc20c8164c3168e251ce501213af49223ed45be3]

        #i107450#: make svx buildable with new editeng lib

2010-01-07  Mathias Bauer  <mba@openoffice.org>  [67791d91c26061b34a0084ca4011d58a0f8ff3c5]

        #i107450#: make svx buildable with new editeng lib

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [97cc93cbc829184a5863bf3c01fd45ebc2e5bdcb]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [119d2616268dcd068c7dcd080a4e97f87d32e247]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [da56677a4a2b0084d70537414ee46f10d0a746e5]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [94e33b11392ca7dca01538c57d2f2aaf2c7a9d79]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [ed503630cc8a43fe4bd2847e9e686f118806e39f]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [4ce3df6f8ae1025d8a748877e0e802a42cf42ea8]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [db637a1d58b61983ca9111b0366252bf35a87904]

        rebase to dev300 m69.

2010-01-07  Kai Sommerfeld  <kso@openoffice.org>  [e5d0376c47d22195bab569da37248f1715c189e2]

        rebase to dev300 m69.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [c52ad89bed68196df2fa271bc43bdfb15ae6425b]

        kohei03: resurrect Daniel's change that was lost during the last rebase.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [ac6b3f8b2fbadb7437235a0325a3c54fe27c1490]

        kohei03: remove XclExpMMS once again.  It's no longer there in the baseline, but keep XclExpInterfaceEnd because we still need it.

2010-01-07  Daniel Rentz  <dr@openoffice.org>  [bf65432e76816beac24d340a96eb4dd3a8c47d37]

        chartpositioning: #i86609# BIFF import/export of chart legend/plot area positions

2010-01-07  Stephan Bergmann  <sb@openoffice.org>  [86f7dae1d7a3f95a68cf5132cef03073787d3810]

        #i53184# further fix in INetURLObject::setAbsURIRef for UNC server names containing underscores

2010-01-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [4ee210c72541a396f7547e8a6b2c3d6816e25626]

        aw079: changes for resync

2010-01-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [de7c998fe9ba5be956bf8a155455ad17985c4f88]

        aw079: changes for resync

2010-01-07  sj  <sj@openoffice.org>  [01280720136d78180e154449784be30bcac302a0]

        impress181: fixed resync problem

2010-01-07  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [102c7fb0122340b39f8a243861f17d856948b700]

        writerfilter07: handle BUILT_IN_ANY_TYPE from model.xml

2010-01-07  Armin Weiss  <aw@openoffice.org>  [cfdc1586406aa489e7afa101e873056fc8aa154f]

        #i107966# Removed wrong '5'

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [e7ba25b2347cceb3b1ec90e4abe118e6657d8763]

        kohei03: reverted changes in the cws that were not intended.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [621fa43cc662d5646b220fb0818cca6e690d3140]

        kohei03: reverted changes in the cws that were not intended.

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f0ac9ba83791cfd168dbb0c87ac72098fad98b57]

        dba33e: #i107782# erase leading spaces

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [a0bd898b3d425063b55503bcd7b5af8eb0f6ef62]

        kohei03: rebased to DEV300_m68.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [e3fd3890ce5733591fa918c96b17c48c9885c8a5]

        kohei03: rebased to DEV300_m68.

2010-01-07  Kohei Yoshida  <kyoshida@novell.com>  [4255f37eff2afbb2082d8d19a8d3a34ce805e14b]

        kohei03: rebased to DEV300_m68.

2010-01-07  Oliver-Rainer Wittmann  <od@openoffice.org>  [c3436b84cde501fee0f8ddde012f5c81d20a1760]

        sw33bf02: #i107811# method <SwDoc::_MakeFlySection(..)> - Assure that at-page anchored fly frames have a page num or a content anchor set.

2010-01-07  thb  <thb@openoffice.org>  [879ae64d59b53c6d7e28d991eb6c8dd9d6d51f04]

        eraser01: merged with erics additional fixes

2010-01-07  thb  <thb@openoffice.org>  [dc30bf68e31367f98e111812177306fe4fe39b95]

        eraser01: merged with erics additional fixes

2010-01-07  Armin Weiss  <aw@openoffice.org>  [054c155903b3253f37cfaac0fe586826ce15a37d]

        #i107839# Added a NbcSetGraphic to SvxGraphicLink and use it in SvxGraphicLink::DataChanged to avoid unwanted ModelChange

2010-01-07  thb  <thb@openoffice.org>  [157b82fa97d5f2c4a9db6cdb8c669ea4fa091fab]

        eraser01: merge with DEV300 m68

2010-01-07  thb  <thb@openoffice.org>  [7dd531f8d6da792c3a74b6a5341ffb4cb87aec31]

        eraser01: merge with DEV300 m68

2010-01-07  thb  <thb@openoffice.org>  [b2960f768b727ba6ed8217d3482e635fd0d1bdd7]

        eraser01: merge with DEV300 m68

2010-01-07  thb  <thb@openoffice.org>  [3f77adb947ea286d12d27cc969ffb7233e8effa5]

        eraser01: merge with DEV300 m68

2010-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5b59989048d67b567819ee2038d4bff54ca184]

        DEV300 masterfix: get_sis_time_string(): correct calculation of month

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8921236168eb7468d55b0961ac0a43c0e1b420ca]

        dba33e: #i108037# disable column control when more than 1 is selected

2010-01-07  Christian Lippka  <cl@openoffice.org>  [0b2cc3465d5a793c36b6ba2752d4b332a6d61e05]

        reverted previous patch

2010-01-07  Uwe Fischer  <ufi@openoffice.org>  [4505bb4ef6674c3b0a6f16c3f3456fb8f32933b9]

        hcshared25: merge with DEV300_m68

2010-01-07  Uwe Fischer  <ufi@openoffice.org>  [dc084f816f26663f005813cf0acfce4be0b4c722]

        hcshared25: merge with DEV300_m68

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3a654009a49750e5d515a9146dbab701969b4c08]

        dba33e: #i107461# care for case of column name

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a101a584c024995bd1be451728027b82de3235cb]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5c578d51b72a3ea28ca43e96dbf5ea9ecf30d2c0]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-01-07  Thomas Lange  <tl@openoffice.org>  [f7967c28f7b31635c51497ce6bab806a7e6da476]

        #i101887# extension update

2010-01-07  Thomas Lange  <tl@openoffice.org>  [033861b6808fe6123a033f4fe4586bbe6a91e21c]

        #i101887# adding romanian to the list of supported locales

2010-01-07  Thomas Lange  <tl@openoffice.org>  [22da3f309d7d2ce31238b2a227a54a9736247dc6]

        #i101963# removed unsupported locales from dictionary.xcu to avoid duplicate entries in EditModules dialog

2010-01-07  sb  <sb@openoffice.org>  [7397e8c1bb3d3f5562590c07a535d9749dca4279]

        sb118: make test libraries RPATH=NONE

2010-01-07  Frank Schönheit  <fs@openoffice.org>  [d1e4caf97326f1712f08627136248e5899962a33]

        #i108123# getDataSourcePrefixFromMediaType: care for types where the config says 'no extension', but the actual file contains an extension

2010-01-07  ericb  <ericb@ordinateur-de-eric-b-2.local>  [74d69666a871202c0073d4fe23982c7cea063276]

        eraser01: #i103174# fix missing changes due to rebase from external repository

2010-01-07  ericb  <ericb@ordinateur-de-eric-b-2.local>  [59a5f79d04ca9478a740d348e420ddb34f86c890]

        eraser01: #i103174# fix missing changes due to rebase from external repository

2010-01-07  Oliver-Rainer Wittmann  <od@openoffice.org>  [8b6c7d5ba4409eabb39cd56e6e2f3db019f90b34]

        sw33bf02: #i107834# [patch from CMC] - method <SwFntObj::CreateScrFont(..)> keep "faked" font properties at font metric

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4e40ca1e8ba821e164c32578aeee43673d0d4966]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [63ccb14ff9968a322a951e01afbb2199eb20d639]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [339ff079289802afdc69207364bb987955819a27]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [aa18f39e64a20cf2e0a9f62ac37e2110dd67a346]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8aa99f59a4ab4fba762c072b210620aa9f6a8ddd]

        check already quoted expression

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f1b864563766e1ab78c1242711b0e8906bcaa345]

        enable hierachical queries

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c2e5ecc21502279bc009185ecb17dfb3c9df65f6]

        haschanged now quotes

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6ce5b7bd1b65cb2f48e50088d74db238cbccbb13]

        check for correct type and some refactoring

2010-01-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [79958d9c6f51986ff07248d91106d929720ce625]

        enable hierachical queries

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dabdaa680073a58380c02ababcbb2c1464b51ab5]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f680bfe9c50b03c7623bf34755d84ec0796ea32]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [276272a1de68f11a533fa4e2a7821426cd5727da]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d1233ab8290a14cea18cf78f6712767a02291456]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [77bc1109eee784c6338145506bdf7455c4385e9d]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Mathias Bauer  <mba@openoffice.org>  [20bf200105f30e4c0a271c5e4eb75b665b9a45fb]

        #i107450#: move code from svx to new module editeng

2010-01-06  Mathias Bauer  <mba@openoffice.org>  [aed3f1817f4de6314285efed1e48dc7c305e4f67]

        #i107450#: move code from svx to new module editeng

2010-01-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [108c876c1c9a723b92f876662e02ee105a55bbfe]

        aw079: #i107557# Re-added the edge rounding control handle to text frame visualisations

2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [2023a7904c5a6536546022423948ab53fb4b309a]

        DEV300 masterfix: #i10000#: add missing <string.h> includes; fix CR/LF

2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b24cbcb51b47d8e71f651c93d9247e63cd85f9ed]

        DEV300 masterfix: #i10000#: add solenv to dependency list

2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [35c909bffaf940a27a5ed477cf5fe3d3994b3c90]

        DEV300 masterfix: #i10000#: proper lookup for sqlite3

2010-01-06  Thomas Lange  <tl@openoffice.org>  [177414f8d4b81fe2aa87d2e122d7a2cc24fd3df3]

        #i101963#, #i101887# fix for missing Catalan and Romanian dictionaries

2010-01-06  Thomas Lange  <tl@openoffice.org>  [039289aa4b4bad526f0e7dbbc7ad0a274ace7779]

        #i101963#, #i101887# fix for missing Catalan and Romanian dictionaries

2010-01-06  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [74e87f452cbc4bcaf7554f8ed27095c2f4c2038f]

        writerfilter07: implemented fallbacks if defines are not found in same namespace

2010-01-06  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [884ebc79f3a54571dac786f06f8d703f89011ef2]

        writerfilter07: OOXMLFastContexHandlerShape: Only call endShape when startShape has been called

2010-01-06  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [657b0466bedf0191370d23cee7c8afe0ab074a86]

        writerfilter07: TagLogger: Only end an element when endElement() matches

2010-01-06  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [66bd32b364fdafec2af87ca949c0571f49b977eb]

        writerfilter07: Cope with empty table properties

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [f7fab85572c59895588405b9c0e9f285c1d7aebd]

        #i61429# - Adapted UCB clients to deprecated XContentCreator interface.

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [9fed521e577fb47e1ec241f1a73e231a9dc789ed]

        #i61429# - Adapted UCB clients to deprecated XContentCreator interface.

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [31a763ce50ce977168ba7806077465130c89b26a]

        #i61429# - Adapted UCB clients to deprecated XContentCreator interface.

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [93551bdf06411cbb37acf68192c94a41c146a03c]

        #i61429# - Adapted UCB clients to deprecated XContentCreator interface.

2010-01-06  ericb  <ericb@ordinateur-de-eric-b-2.local>  [5a57b4fbd058bb411ad38d37b4029b949fca1d20]

        eraser01: #i103174# cosmetic changes in sd before RfQA

2010-01-06  ericb  <ericb@ordinateur-de-eric-b-2.local>  [7e52f21b6b8717ebfd99f439eb8ffea8c121a363]

        eraser01: #i103174# cosmetic changes before RfQA

2010-01-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [064e40d3714c7deeba0d8cbcb7086de9ba1f5144]

        aw079: #i107987# corrected selection and rotation for 3D light control

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [8449238972164cf33fc51098723f14da6835192e]

        whitespace cleanup.

2010-01-06  Thomas Lange  <tl@openoffice.org>  [95999202f913b9fad143337683a63d76beebdeb1]

        #i74289# fixed readme/license for hyphenation dictionary

2010-01-06  Thomas Lange  <tl@openoffice.org>  [e35a99cc1b30e613cf3b60c703f3125d2d3e21d0]

        #i74290# fixed readme/license for hyphenation dictionary

2010-01-06  Thomas Lange  <tl@openoffice.org>  [3cc2bc7ff16cfa86344bb069add36741804afe90]

        #i74290# fixed readme/license for hyphenation dictionary

2010-01-06  Thomas Lange  <tl@openoffice.org>  [f081b4aac48ac1b19834e37df2c43b78e57a202a]

        #i108111# fixed use of English dictionaries for nb, nn, ca and ro

2010-01-06  Thomas Lange  <tl@openoffice.org>  [ae7fe2b8d990307037cb5defdadc77605951950c]

        #i105565# fixed use of split up German dictionaries

2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0c799c7fbaa93f707bf18a87eb9aef5d86be52c]

        DEV300 masterfix: add namespace to call to primitive2d::mapTextLineToFontUnderline()

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [ca5ed72ceb4ec26d5867b7e1abfc7a2f176cf181]

        whitespace cleanup.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b99231a53ea0c44d1fc4d24ada727e74a856007]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e0688bab613ad0071d3de3ab34e54968fb19a0c2]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [8765a3bf9f2926a50d0f644e4263782269abe023]

        DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions (corrected)

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [7370cddb8edc184f89c4f216f2f983aa7ff29e34]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [a969848a72fdbce984eb66c3ed6c6d60e14d1efd]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [773e5380f9914025ce165296662b636a53fbeddc]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [0cd09396b1599cae7fba61cf48d527ce9308f14e]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [534e3e0fc36b809c36799d7e91096857a916a677]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [eee5be5f3979f94a53d8bec54d00d4a7531ecc2e]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [f80a8ac5b3eb1083b2f3a734d88a75b5e5be1787]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [23d9ba05de57aea727e82bda46a0d004a9adfc8e]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [8d5094ce291028a5296802fdd7a7be6cd334a15a]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [d1bb71fa133c82868cba447e1a736db5292db39b]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Thomas Lange [tl]  <tl@openoffice.org>  [c21dd3db92837b4fb4360bc1f9abed6ba957ae6f]

        cws tl74: merge with DEV300_m68; AND Unix LF conversion for some files!

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a154c25b688122c405e10bcc40684cc091af0690]

        merge from CWS dba33b

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [48f28ffeea390a5c0e45b5306b2f1aef61148587]

        merge from CWS dba33b

2010-01-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [9f6018ec1472d7e4f2f26b300d8c00b09fda1fe8]

        aw079: #i107500# changed 3D renderer to be able to render overlapping transparent parts from back to front (Z-sorted)

2010-01-06  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [18ae13f478c25da4852799fd8d2595ed0a695494]

        aw079: #i107360# Added functionality for edges, polygons and polypolygons

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0a9b2be95dc6801be8f798d81aab13b1a9c37f60]

        dba33e: #i106303# when saving to the storage we're already based on, then don't do this in-place, use a temporary target instead This ensures that password protected libraries, which are not yet unprotected, and thus cannot be loaded, are properly stored, too.

2010-01-06  Christian Lippka  <christian.lippka@sun.com>  [fcdda26bdb5285c2964987ab6243b495a6bb673e]

        removed unused variable

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [cdb860118873e199e1f011d9a328a38d2e14d34c]

        whitespace cleanup.

2010-01-06  Christian Lippka  <christian.lippka@sun.com>  [bc84f5ed2a930322a45693ef6fde2592cded5c5d]

        merge error

2010-01-06  Kai Sommerfeld  <kso@openoffice.org>  [59a8c29ca861dbe23fcc41cb13dfc6a19f088bd4]

        compiles again, but not yet working.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a7d20f1e3f23a94ff2e389b815ff35b72843ab9d]

        use proper delete operator

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b808bcd158de73623144e9dac18f39e6ec0b9bf0]

        do not switch off the property browser (and other child windows) with ShowChildWindow, but use ChildWindowExecute, which really destroys the window if necessary

2010-01-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1c6413338a0d520833b2d6e8347f83083601088c]

        autorecovery: define a new css.document.XDocumentRecovery interface, implement it in both SFX and DBACCESS, and use it in the autorecovery
        
        In this course, the auto recovery learned to restore multiple views of a document. Also, in the course of the change,
        the LoadDispatchListener became superfluous, and was removed.
        
        Also, the loader code in dbaccess was slightly adjusted, since now the connectController call is in the responsibility
        of the loader, and must not happen inside the XController::attachModel call anymore. This change made the
        ModelControllerConnector class superfluous, so it has been removed, too.
2010-01-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [845b04c98a87700e7443e5a16e66098103d43d46]

        autorecovery: define a new css.document.XDocumentRecovery interface, implement it in both SFX and DBACCESS, and use it in the autorecovery
        
        In this course, the auto recovery learned to restore multiple views of a document. Also, in the course of the change,
        the LoadDispatchListener became superfluous, and was removed.
        
        Also, the loader code in dbaccess was slightly adjusted, since now the connectController call is in the responsibility
        of the loader, and must not happen inside the XController::attachModel call anymore. This change made the
        ModelControllerConnector class superfluous, so it has been removed, too.
2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f1c832825e5083987f87d7cda71b594bffb2c4]

        DEV300 masterfix: #i10000#: lineinfo.cxx: enable exceptions

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [c062cc0b89a8832c7ad507e79fe56de10b09f659]

        whitespace cleanup.

2010-01-05  Philipp Lohmann  <pl@openoffice.org>  [f8a276a66211d0fe08e1c9ad5204d5fe0a0fc038]

        #i108068# always release solar mutex before calling into UNO

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [29215a2062903a6391d9903c2c8f47656181099d]

        DEV300: #i10000#: re-generate configure

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [4d4395e6290e3057ff67e519bbd583ee30460b51]

        whitespace cleanup.

2010-01-05  hdu  <duerr@sun.com>  [a1eb9ea9ea770ef1634d4373351ed7bf4617f66d]

        #i88303# dynamically match the system's font options (thanks cmc!)

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f5ff2a986bcaa0bd0174dfd516e048474df0b764]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [8e8f0a808610cd3d7c9b19be9c887e77de2277c7]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [ea499db7c59457590eb25aaad46fbbe8f4753a31]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [aea53e8bbe7ab743d05675d95500b620df957a2b]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [946877d118b5c05572ffb59498be8fccf582c265]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [21c53810716624eb53dd4f06228c86064fa800d8]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [ab4281c35fa87339e013d71fa049e9091f87b7ed]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [a9ef21b9069d2530f1de6457d8d4e935fd04a7de]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [587527c9fb763ebb31f9354b8bab395e6c9589f2]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [74ccf9cc43e3e25914eeb10526c5859ee3f333ed]

        writerfilter07: merged DEV300_m68

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c801c731905869adc4f05f9b91ba7be649bd1ba4]

        writerfilter07: logging for debug

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [5e7921c3a96bae57fd688fbb286beecbf3d48086]

        writerfilter07: OOXMLFastContextHandler: use sprm identifiers from doctok/sprmids.hxx instead of hex numbers

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [909562ae8a614cdd50131028ece20e0ee08d16aa]

        writerfilter07: TableManager: use a stack for the current table state

2010-01-05  Release Engineering  <releng@openoffice.org>  [2a7c61c18e01f66d9020375e3fdd66572ea1eb36]

        DEV300

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [dda76377a99a7dba616e0c6a2c1b711909743c89]

        writerfilter07: new XMLTag::addAttr from OUString and sal_uInt32 values

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [27de29dffaebf44791da30e656907a7cd3023555]

        whitespace cleanup.

2010-01-05  Thomas Lange  <tl@openoffice.org>  [201c3e76f1ccbcf78a7c4021220f953f552db6ec]

        #i105565# 'de' dictionary extension fix (single extension split into three as in repository)

2010-01-05  Thomas Lange  <tl@openoffice.org>  [9f0d83beb263ac46cb37fdc81c3d2f89a5bdc53d]

        #i105565# 'de' dictionary extension fix (single extension split into three as in repository)

2010-01-05  Thomas Lange  <tl@openoffice.org>  [8a1f357648d7fbd6625145bbdbe4ec89a28020de]

        #i105565# 'de' dictionary extension fix (single extension split into three as in repository)

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [c739cccd55dd39ffed31ee872bb9cf4ed3ccfe10]

        whitespace cleanup.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [4f555e6d5467a2a198113789c5527969e287da9c]

        swunolocking1: #i105557#: remove unoobj.hxx

2010-01-05  Michael Stahl  <mst@openoffice.org>  [7e156d00e9e09e3329856c685a9c6c0138db1253]

        swunolocking1: #i105557#: unoobj.hxx: move misc stuff:  move GetPageDescByName_Impl from unoobj.hxx to pagedesc.hxx.  move UnoActionContext, UnoActionRemoveContext, ClientModify,   CreateUnoTunnelId from unoobj.hxx to unobaseclass.hxx.  move UnoActionContext, UnoActionRemoveContext from unoobj.cxx to unoobj2.cxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [80c54710e69437a743c9a0213c4e76eed6286945]

        swunolocking1: #i105557#: unoobj.hxx: split out unoparaframeenum.hxx:  move SwXParaFrameEnumeration from unoobj.hxx to new unoparaframeenum.hxx.  move FrameDependSortList_t, CollectFrameAtNode to unoparaframeenum.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [a6b34b60ba3e7451cfa8d5a492d53484ec131421]

        swunolocking1: #i105557#: unoobj.hxx: split out unotext.hxx etc.:  move SwXText from unoobj.hxx to new unotext.hxx.  move SwXBodyText, SwXHeadFootText from unoobj.hxx to new unotextbodyhf.hxx.  move SwXFootnote from unoobj.hxx to new unofootnote.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [e23c9ccd3e9e8d415d0bbab189e2de5ba48b42e9]

        swunolocking1: #i105557#: unoobj.hxx: split out unotextrange.hxx:  move SwXTextRange, SwXTextRanges from unoobj.hxx to new unotextrange.hxx.  move SwUnoInternalPaM to unotextrange.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [3d404991d52a130cf2144bcf3aec2ea52859d31f]

        swunolocking1: #i105557#: unoobj.hxx: split out unotextcursor.hxx:  move SwXTextCursor from unoobj.hxx to new unotextcursor.hxx.  move enum SwGetPropertyStatesCaller to unotextcursor.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [a04b8cd2adec9a16a9989670160634d588a15a87]

        swunolocking1: #i105557#: unoobj.hxx: split out unosection.hxx:  move SwXTextSection from unoobj.hxx to new unosection.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [af7ef16cd1dd50610a5d89798a3ef68aa43de922]

        swunolocking1: #i105557#: unoobj.hxx: split out unoparagraph.hxx:  move SwXParagraph{,Enumeration} from unoobj.hxx to new unoparagraph.hxx.  move enum CursorType to unobaseclass.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [a36e10b3749788ccfb5c79827f53af04301866e1]

        swunolocking1: #i105557#: unoobj.hxx: split out unobookmark.hxx:  move SwXBookmark, SwXFieldmark from unoobj.hxx to new unobookmark.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [37dee57c4d5640e59c296c926a74a25342afdc2e]

        swunolocking1: #i105557#: unoobj.hxx: split out unorefmark.hxx:  move SwXReferenceMark from unoobj.hxx to new unorefmark.hxx.

2010-01-05  Michael Stahl  <mst@openoffice.org>  [92bbc112a283deee8796f09a1eaa49515979a548]

        swunolocking1: #i105557#: remove unnecessary includes of unoobj.hxx

2010-01-05  Michael Stahl  <mst@openoffice.org>  [c00fbf426f2add382d18d99ed14a3c48b7d36afb]

        swunolocking1: swtable.hxx: SwTable::FindTable() takes a const parameter

2010-01-05  Michael Stahl  <mst@openoffice.org>  [eb1338534074029d8135c9a475cd301a8d11e3e3]

        swunolocking1: calbck.hxx: SwClientIter constructor takes a const& parameter

2010-01-05  Michael Stahl  <mst@openoffice.org>  [733b831970204059b9d89eff203551d6d3bf4bbe]

        swunolocking1: swtypes.hxx: rename frame anchor types  enum RndStdIds: rename frame anchor types (FLY_*) to be more intuitive.  [note the completely ridiculous number of files that care about anchor types]

2010-01-05  Michael Stahl  <mst@openoffice.org>  [c941bb6a756a79a5c0ae1d903cc50399d8200812]

        swunolocking1: #i106930#: thints.cxx: tweak isNestedAny() a bit  with the fix for i106930, inserting a nesting hint without extent never  overrides an existing hint; but overriding is actually desirable in the  corner case where the existing hint is _also_ empty.  [the unoapi test sw.SwXTextTableCursor relies on this]

2010-01-05  Michael Stahl  <mst@openoffice.org>  [4bbfefa5fde9fb5f3941528a54fcdcfac17ca78d]

        swunolocking1: #i107171#: fix crash caused by SwXParagraph::attachToText():  register at the text node, not at an uno cursor.

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [676629fc453630ef204b59f00a1131775834cd66]

        whitespace cleanup.

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [caa8fc85e4757f2cc70a54c8190f995d963eac35]

        whitespace cleanup.

2010-01-05  Kai Sommerfeld  <kso@openoffice.org>  [d6e84e058f1bbdc4b774ff30e4f41689e0099bd6]

        whitespace cleanup.

2010-01-05  Thomas Lange [tl]  <tl@openoffice.org>  [e3d77e76857aa11dc5041caef2f561af2911cdb1]

        cws tl76: #i105084# adding v.2.3.9 of OpenSymbol font

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7847494ac48724a86cfa01c843bf66cc16a8b764]

        CWS-TOOLING: integrate CWS aus111

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c480deb1fb09142542537983a5b3d2e3deb753e0]

        CWS-TOOLING: integrate CWS aus111

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca70b3e552e62c4c4617ceb575684afbf1d18065]

        CWS-TOOLING: integrate CWS native275

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba77594d1d025fb6de03c8f3e8d82f5a81d24635]

        CWS-TOOLING: integrate CWS native275

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9fb62569c97ec7a49c8c2b582267b309651ac9]

        CWS-TOOLING: integrate CWS jl144

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4c3ae6964138c9f2acd41c69d8897563e1b8282]

        CWS-TOOLING: integrate CWS jl144

2010-01-05  Christian Lippka  <christian.lippka@sun.com>  [8d7d1e352d9030efc94b73e1c1051657926c9153]

        fixed compile error on linux

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [ed44be480dc5b316a2f1608182e24f507d679318]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [5cbfa59b53742110489a95ef4e505f039efab88f]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [8478b0c12b1e51be005551a5e00b7b577b8a3d60]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [ebbf721d69d4040a392d493c8a89a4c0023476cf]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [540823900876a366850fbf49f54de1f1067f7656]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [9743ac6edb0334279a06c83c15323a9321be8107]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [8baeca0a5bd1b29a13b6016d67767e9b1981d87e]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [e3cb29daec59d398c2e25ace8e45af67afdea3a9]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [787d9d8a72387257a758128e8899ebfa45088b00]

        merge commit for m68

2010-01-05  Mathias Bauer  <mba@openoffice.org>  [62b69e958ced6717e908f541cc84a83ec94242f3]

        merge commit for m68

2010-01-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [1ab97e6cbe7357c51c485be667aa23c191ccda47]

        autorecovery: method <SwPagePreView::OuterResizePixel(..)> - no call of method <ScrollDocSzChg()> for window of zero size.

2010-01-05  Oliver-Rainer Wittmann  <od@openoffice.org>  [a1c9cd02be2ed42c77eb959f234c01804704b1d5]

        sw33bf02: #b6884103# correct consideration of actual indent when starting new list.

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c563075efe2697200dec63103e7eeb7184386f37]

        CWS-TOOLING: integrate CWS obo43

2010-01-05  Thomas Lange  <tl@openoffice.org>  [7db0566265fed66f9af27addd292e442c0672af1]

        #i101945# fixed missing Norwegian dictionary packages

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b879d5714be7eb0d00509a3a7efb10e020c8b5e4]

        CWS-TOOLING: integrate CWS installer14_DEV300

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c15c000c031a7e97a2d82b188349dcb89068662]

        CWS-TOOLING: integrate CWS fwk133_DEV300

2010-01-05  Thomas Lange  <tl@openoffice.org>  [18f7f5b3c9dc89874cb9443bb71a2f214d7ecbc6]

        #i101945# fixed missing Norwegian dictionary packages

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a15b7f802db8a2286ce59f325d50b2db29743171]

        CWS-TOOLING: integrate CWS calc32stopper7_DEV300

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fde412affb135d14bdcd1d82114fadb02593df0]

        CWS-TOOLING: integrate CWS pythonssldedux

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3893d26595ba000d4fc1d7e17468c8c2b6d9d82]

        CWS-TOOLING: integrate CWS pythonssldedux

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e959dac551c5984e9865edea9f2ad7203233fd]

        CWS-TOOLING: integrate CWS cmcfixes68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e8628fb7374b7d19e15f03e63f8ad221ca25f1e]

        CWS-TOOLING: integrate CWS cmcfixes68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a66e8444c9086c53a27159a1a0edad3b6e85ff5]

        CWS-TOOLING: integrate CWS cmcfixes68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da890e767cac2ea2214edafde01c2a5fcb53a09]

        CWS-TOOLING: integrate CWS cmcfixes68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6feab4c381b3398cef4f60740a4516c1cdcea82f]

        CWS-TOOLING: integrate CWS cmcfixes68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4515ed94b8f26c032c834946eb71c92b140b0f1f]

        CWS-TOOLING: integrate CWS fontooocleanup

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d11ce157d18c1ded6e52f1e2b16ca27254b2b3f0]

        CWS-TOOLING: integrate CWS fontooocleanup

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [54399fe45af349d61cbe87d1095e63ea4bd839e0]

        CWS-TOOLING: integrate CWS fontooocleanup

2010-01-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [33e343aba54517201820c54ad01a9cf410d1d3c3]

        vcl108: #i107875# fix an assertion with debug stdc++ lib (thanks dtardon)

2010-01-05  sb  <sb@openoffice.org>  [bf42f773cb8d13b73fbef7f13db40e41cf10ede3]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [05edb5d0c84fd218d25ab9b90e8613fcdca1fd54]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [c1b3c31eddab295ae8ab40f6d7ac2c40d9f32b60]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [184279afbfaac0e458affce53c2744fb0b4861a7]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [874a32b76fc2a157eb6fdeac2636efec09c5a16a]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [7f66a705b0c8700ded12804d4d56aaf5ca65be6c]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [0b38d684459c240d263a2d3418c374dd7d32e3c1]

        sb118: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [0367aa64dec99c01db2aa66ebe5aee9b283b2521]

        sb118: merged in DEV300_m68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a89a06fb04536e2f937326bc22865020970ca02]

        CWS-TOOLING: integrate CWS native273

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [443c59cebfdf56f95e872d0e5c9d7618dc017a83]

        CWS-TOOLING: integrate CWS native273

2010-01-05  sb  <sb@openoffice.org>  [6a081fa46fd3bbd0db1ed102c98c1c5403e93d6d]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [abf8ba9f73de02350b0f70e7c4ac1b6c334c08f4]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [cbe15c44ec90d8910824a37d75d04ef1ab6183b3]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [d5c1a60d61a2d03cb03f18030cc0353c1c6e7986]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [6fab8a2d275cba9733bdccffafd27991093e5f6e]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [9af3a0f3254ff8e6fe0ed0559a07aadf41a1eb83]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [a44418ec3038019bfdffa8e1df3a0a080f74b0a9]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [e5586f047f2c3174c4a94fd5609f6beb98d1ece1]

        sb111: merged in DEV300_m68

2010-01-05  sb  <sb@openoffice.org>  [06180953e2f2cf566a5c10de338db111777327dc]

        sb111: merged in DEV300_m68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [63c6c5d78c2712b824c9194269d13422d4835487]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d8f81afc6407b248f435f895eb23cf843557fb1]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee089c6817972bc8873146d7bfd42cf9adb0d63e]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1f9a307f181da576fbd9417ab3a4010a4534f5]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [046c7afda36e68635b852c979157ef2ddefd9d9e]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb2e79006d0eadb4fcd92151ca89019f2dffbf1b]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f52fb6272ab6d15a72b45707f2599359b7627604]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [342de2755fd2cfc797ca8ea35dc3d91e6c0d2756]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a53750306673c885b08586a51e74fb3b9a5366dc]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9840a34e28e0cb236787ade090a48fe4c3be6729]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5982bc98b9f395df368024653172273a6950841]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed383d527d0301d7ab122df5f18557263ae11adc]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f36fb10b092bf2c7f675bdcd5caa803a0b9146d2]

        CWS-TOOLING: integrate CWS sb116

2010-01-05  Thomas Lange [tl]  <tl@openoffice.org>  [af095142094e319c03790855186f38c2af69b12d]

        cws tl76: merge with DEV300_m68

2010-01-05  Thomas Lange [tl]  <tl@openoffice.org>  [c35fdb422691e042a00b28aa2ec119aeac31e6c2]

        cws tl76: merge with DEV300_m68

2010-01-05  Thomas Lange [tl]  <tl@openoffice.org>  [dc037062c9db29f45558e0393736ddafcc9813d3]

        cws tl76: merge with DEV300_m68

2010-01-05  Ocke Janssen  <oj@openoffice.org>  [b563751faf2c78210a7a14e787ba522469397475]

        #i107793# set props in endDoc

2010-01-05  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [2904020c506857554cd2be445d165d68103e3272]

        hb33patches1: merged DEV300_m68

2010-01-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0fc304b08af65547b9e3226e72881b2f4a955ac1]

        aus112: update to DEV300m68

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [58112fde9a4bfdd102964c2f97eb3a227c970214]

        CWS-TOOLING: integrate CWS d2v02

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d69404b1ef778227d11579845da30450322bb567]

        CWS-TOOLING: integrate CWS d2v02

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59becd5b260818a3ffdfbb4b4670e7b9fdfbc57]

        CWS-TOOLING: integrate CWS d2v02

2010-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [300308806f886a1fa3938971703d01e0d38a6c49]

        CWS-TOOLING: integrate CWS d2v02

2010-01-05  Thomas Lange  <tl@openoffice.org>  [13bc87a0cd34c2dc17b4ad8c5eb0ef51e8b51ac7]

        #96422# fixed dictionary list for 'sh' builds

2010-01-05  Thomas Lange  <tl@openoffice.org>  [048c0945be83f640f1644c59d248c56afd495412]

        #96422# duplicate entry in supported language list

2010-01-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8a82c9892f39d69d77937f4691c90a079a059bdf]

        vcl108: #i107878# reenable accidentally lost environment variable SAL_USE_VCLPLUGIN

2010-01-05  Carsten Driesner  <cd@openoffice.org>  [cf95e01ac375206a63db7bd08c4ed3bbc430c093]

        #i108012# Check for file size must be done earlier

2010-01-05  Christian Lippka  <christian.lippka@sun.com>  [5ea66a47f68665b5fd16b02188b85f64db2e3866]

        fixed compile error on linux

2010-01-05  Frank Schönheit  <fs@openoffice.org>  [a14b4c96b8365d6d50d521fca12f8a2f93fc255f]

        #i10000#

2010-01-05  Ocke Janssen  <oj@openoffice.org>  [a95adf2581d39a7a7cb0630b1666d484c94617d4]

        #i107794# fix for WChar

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [148e5d85cfe7a827a9707da9efc6c0df914725fd]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a05f4353081edb5a8e2dd0d4fffac5aa4158ecd3]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4eb36b15d109f72e4f3766c636cbce05fd3c41e]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b8a0684454150a6b28aab3fdce6872d858dc7e]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ac363afbb51a37e287762b1fc2a08d98557e991]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [58221c06658e323de175e9656919901b92b250df]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b438ca4ea1b78300a9866136a8b1438e93a4a812]

        CWS-TOOLING: integrate CWS aw078

2010-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e86e6ba80a59769106417b1270f7b81464667228]

        CWS-TOOLING: integrate CWS odficonsso1

2010-01-04  Niklas Nebel  <nn@openoffice.org>  [9f12a629cbcc7ebc8d072b5e1037f67082b607ec]

        #i108005# build token array for goal seek with value instead of string token

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [ed37800fa29851609f49fd879225491e878239c7]

        merging m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [77233aca900be5e28684042d1e0259b0813c3596]

        merging m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [c79b3e827a60cbb55a58c6e4df48b35d466086b0]

        merging m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [cdd4e82b282ddb0e662db1ad76e7eff4afaf4fb3]

        merging m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [3107778b2e96dfe72298d9a7eda8eca59b789a12]

        merging m68

2010-01-04  Caolán McNamara  <cmc@openoffice.org>  [a8dc64c99b23c3e7e73aa13bbde8a6f03f14b6e1]

        cmcfixes69: #i106157#: workaround more graphite stl/stlport issues

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [8bc750d91ce6743e0ba8f2ebf0f750d9c0cc1ca0]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [f7728fb9f55e7e54ee8ea41ccb8391cf56e9df4b]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [21c01e4b70ec841f6b6f0b74414a439e17c3a905]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [5e236ca5cbfbf155373b6d4b71a03aa10fbf6dc2]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [6de0e6f144f2e329f09572fa10bd2867fd96a6ea]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [a2179f981209073abc9a7bbac607ccc176223fd5]

        merge to m68

2010-01-04  Christian Lippka  <christian.lippka@sun.com>  [b71823a291b10fe67cd96b81bce3fb0d91dcb893]

        merge to m68

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7ef41abc062018776247294bde7e56e2b46489bd]

        fix a merge accident

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4e27c4d83c008af5a9d9bc1b6dd8ed9f2dad25b6]

        clean up merge in copied file

2010-01-04  Frank Schönheit  <fs@openoffice.org>  [64335969f5c70b1ae49f6d7da61e6478baed3ed4]

        #i108019#

2010-01-04  Frank Schönheit  <fs@openoffice.org>  [730b75df62443c6c17646d6c82a9b5b1f389c71c]

        #i108040#

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1e3d0ab2c90005814c3774e225ecd841a849f518]

        merge with DEV300_m68

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e4d43a39b7c0dfdab090c42573ae488665ff3f46]

        merge with DEV300_m68

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dc202cb7a17712f563837aaf6c177a32a0987685]

        merge with DEV300_m68

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4d5089cac962346151d2532281ab844057d168aa]

        merge with DEV300_m68

2010-01-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d822fda510265409131bff089156a1c8606c2727]

        merge with DEV300_m68

2010-01-04  Caolán McNamara  <cmc@openoffice.org>  [d8b779f2d3b99a845a391a25d43ccfa48c53b4f5]

        exchgcmtdoc2: #i98634#: export writer change-comment as normal msword comment

2010-01-04  Caolán McNamara  <cmc@openoffice.org>  [6a556771abe12e1ac41fd1d39583ee62d46fa082]

        exchgcmtdoc2: #i72096#: fix imagemagick convert usage under windows

2010-01-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [7b9039d7fef05044cc1f51485e8845a2a3f76089]

        sw33bf02: #i105243# Output of graphic in Writer with corresponding PDF handling

2010-01-04  obo  <obo@openoffice.org>  [bf3a34df7ace9332084f77bad3fedf2d1bc33bde]

        #i107269# build breaks for unxmacxi + seperate SDK directory

2010-01-04  Frank Schönheit  <fs@openoffice.org>  [b45e9ea9791b2ac6879f5ed4080a3426a1cb5639]

        #i107845# when composing the new filter, *first* use the old filter, then the new one - order matters

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [e6c652cf6b32148e85ef191ecccad6c86c3c6ea4]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5b1ca62085b72c33cbb9ce891aeac98f2bf35018]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [3cc09a2e76f0185fcab94564006a1e3d60fee3ae]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [47e7d16e246c93312524dbb6d8733d0a5488c736]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [281f81a05cf94c035bf3cb2d96ce0fabc21902d4]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [226fa42df9bb18d3d57f48d6432223066813025c]

        Update from master repository (to m68).

2010-01-04  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [c6197e823aa3f7170d2baa70c9b30252a1140730]

        Update from master repository (to m68).

2009-12-31  David Tardon  <dtardon@openoffice.org>  [549023a799bab06666f5bc6f98e64cc7ae04323a]

        dtardon01: #i107877#: properly initialize iterator member

2009-12-31  David Tardon  <dtardon@openoffice.org>  [fd99f6b2ffe2a4182ebacd2986f8b8b4a4c4add9]

        dtardon01: #i107873#: avoid crash on initialization of OOXMLFastContextHandler if pContext is 0

2009-12-31  Oliver-Rainer Wittmann  <od@openoffice.org>  [3ec21c0b69dc696e108163d09d34d770c3f21d14]

        sw33bf02: #i106452# method <SwFlowFrm::MoveFwd(..)> - check page description not only in situations with sections

2009-12-31  Oliver-Rainer Wittmann  <od@openoffice.org>  [62ee0f6d9597990fa9f29912a045573b72c59f1c]

        sw33bf02: #i106906# method <SwDocShell::ConvertTo(..)> - lock view during action to avoid jump to cursor

2009-12-31  Oliver-Rainer Wittmann  <od@openoffice.org>  [19dee7433c8d36f0632fab2e6ed6ed88834e6df7]

        sw33bf02: #i89920# adjustment of fix due to compiler warning

2009-12-30  Oliver-Rainer Wittmann  <od@openoffice.org>  [4944c8c648b9d2b914d57fa83a47d57076c0473c]

        sw33bf02: #i107447# method <SwCrsrShell::LeftRight(..)> - do not reflect reset of <bInFrontOfLabel> flag in return value on normal cursor move.

2009-12-30  Oliver-Rainer Wittmann  <od@openoffice.org>  [ace587b93a77488eba22fea1fc90ab576a4dde6c]

        sw33bf02: #i89920# method <SwFEShell::InsertDrawObj(..)> - adjustment of object's attributes
        
        		   - renaming of method.
        		   - setting object's wrapping style to WRAP_THROUGH.
        	   	   - bringing object into foreground.
2009-12-30  Oliver-Rainer Wittmann  <od@openoffice.org>  [5d57f18e6f0b14a1bf2c0f418a9cd6f64e06781b]

        sw33bf02: #i89920# Improvement of selection of objects in background

2009-12-29  Oliver-Rainer Wittmann  <od@openoffice.org>  [d7d854b1c4f70f57f29261d6a942bdb29ebcee8c]

        sw33bf02: #i105901# method <SwFntObj::GetCrsrOfst(..)> - skip character cells for all script types

2009-12-29  Oliver-Rainer Wittmann  <od@openoffice.org>  [8e731fdfd5706a2efebee757cfd453c8982ae7dc]

        sw33bf02: #i104750 removal of "scrolling instead of painting optimization"

2009-12-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [9afae518759e5d6ecb32dacd76a1aa746ae2cef6]

        aw078: changes after resync

2009-12-28  Vladimir Glazunov  <vg@openoffice.org>  [125d4ada99032bdfa8aade3535007375c7276048]

        #i107041#

2009-12-28  Christian Lippka  <cl@openoffice.org>  [11ab80fbb1eb0e4849a567ba06af57f789779aff]

        #i107966# check if there really is a handle to avoid a reported crash

2009-12-28  Christian Lippka  <cl@openoffice.org>  [bffdf143d5924fd277000fad4a7e7108d6d8f041]

        #i107965# report rectangles with 0 or negative width or height as empty

2009-12-28  Oliver-Rainer Wittmann  <od@openoffice.org>  [14e83655b8655251aa30c96e9d33fd7c1b9ffa2e]

        sw33bf02: #i104291# method <SwTxtFrm::FindBrk(..)> - adjustments avoid overflow.

2009-12-28  Oliver-Rainer Wittmann  <od@openoffice.org>  [91928bce2b1cb1bdc9ed7ba31fa843bacb74fff3]

        sw33bf02: #i105535# method <SwDocShell::UpdateStyle(..)> - no update of anchor attribute for frame styles.

2009-12-28  Oliver-Rainer Wittmann  <od@openoffice.org>  [f013c8cb61251b156ce7d1a166875d39373344d6]

        sw33bf02: #i105535# method <SwFlyFrmFmt::MakeFrms(..)> - handle unexpected situation for to-frame anchored fly frames
        
        		    - Save determination of content node for to-frame anchored fly frame
        		    - If no fly frame for to-frame anchored fly frame is found, fallback to to-paragraph anchored fly frame.
2009-12-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a520bb907fb01b381da79903de2ed529620bb4ea]

        aw078: adaptions to resync

2009-12-23  hdu  <duerr@sun.com>  [196a6282b4b387cf0bd6d03eae50851cbf8a3f6d]

        #i64508# honor fontconfig hinting settings (patch by cmc)

2009-12-22  sj  <sj@openoffice.org>  [9465334956ff0847e176174865eda637fec3fa95]

        impress181: #i81457#: office import, fixed a problem with the arc shape

2009-12-22  Kai Sommerfeld  <kso@openoffice.org>  [602bfe95fd059420048a53a8ab11357282d5fcdd]

        windows build breaker due o warning.

2009-12-21  David Tardon  <dtardon@openoffice.org>  [9f9aa43dd2f4ef356de1471e968d14affd5bab00]

        dtardon01: update to DEV300_m68

2009-12-21  David Tardon  <dtardon@openoffice.org>  [a3623627d0a34aeb6019ce6139429c97762f8cbe]

        dtardon01: update to DEV300_m68

2009-12-21  David Tardon  <dtardon@openoffice.org>  [ba9299026d0a7938b58ef72a0e05e9949854e129]

        dtardon01: update to DEV300_m68

2009-12-21  David Tardon  <dtardon@openoffice.org>  [298522b883fc1235481d63d4e0340ae863008e50]

        dtardon01: update to DEV300_m68

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c4ba94f3eb9e3547572963322908748523f53a66]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [aa009b1d9a3a8b691e01e9c28db0adcae84cbafc]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d495fce4dd6569cf341580bc290a3dad6e7ccd68]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [884fa769a72a05840d8b58b9bb9a8cc6efd634f9]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6b86cf56976f20a695616d1f2be8f8c4a8afb76e]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c15bb1c231307a09254adbc1338019d5a49b6024]

        aw078: resync to DEV300m68for integration

2009-12-21  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [2f737ae062bf0234b6f32f9b37119edf7beb50c2]

        aw078: resync to DEV300m68for integration

2009-12-21  sj  <sj@openoffice.org>  [45e8e0fbee40f9a8d91f4c559c8bbb16dd7b3f36]

        impress181: #i87410#: now writing greyscale jpgs if possible

2009-12-21  Kai Sommerfeld  <kso@openoffice.org>  [f62c114209af22c517d245f74f11f1dde02f53cc]

        #i61429#, deprecated css.ucb.XContentCreator, implemented replacement.

2009-12-21  Kai Sommerfeld  <kso@openoffice.org>  [ee2ecbf89b002fa8f60316b4266b96dfca8b4591]

        #i61429#, deprecated css.ucb.XContentCreator, implemented replacement.

2009-12-21  Kai Sommerfeld  <kso@openoffice.org>  [b2b8880f39c7a5ba366e486506ed0df78f3bef94]

        #i106820# - added OOo 3.3 since tags.

2009-12-21  Dirk Völzke  <dv@openoffice.org>  [bbce52251b1d763c9fa943ba5d9fcdd3c78e3ec5]

        #i107804# Checking for an already running office doesn't work well with Windows Vista or later

2009-12-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6f4bc5831ab4bc0be6cd1e01e038b3585770eed6]

        dba33e: #i107717# allow the command definition to define the column names which should be shown

2009-12-21  sj  <sj@openoffice.org>  [7ad8a693a33398ddadcbb5a890fb2e6ce66ebf0b]

        impress181: #i100645# disabling slide transitions is now possible

2009-12-21  Kai Sommerfeld  <kso@openoffice.org>  [22652581ffbb7b795f3ed5ee9dc4a85b24bac25f]

        whitespace cleanup.

2009-12-21  Caolán McNamara  <cmc@openoffice.org>  [09f43996487387a634d547f09f4bac832ef2deff]

        xmlsec1_2_14: #i107747#: solaris problems

2009-12-21  Ingrid Halama  <iha@openoffice.org>  [bbc24fc5208364fda612314b17983be65ba19c0e]

        chartmultiline: split internal data from internal data provider

2009-12-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [575c2ce3a4d344a5a4d0769da19acf70fc683dad]

        dba33e: #93000# fix locale

2009-12-18  Daniel Rentz  <daniel.rentz@sun.com>  [7267e9e4e310b51a749e25ceee48427af160a81a]

        chartpositioning: #i86609# BIFF and OOXML import: object positioning in charts (chart title, plot area)

2009-12-18  Daniel Rentz  <daniel.rentz@sun.com>  [45d709a4307f622996ac98df784aacf7b7b4c691]

        chartpositioning: #i86609# BIFF and OOXML import: object positioning in charts (chart title, plot area)

2009-12-18  Kai Sommerfeld  <kso@openoffice.org>  [44c3f12e20ad27a1118b696965f39ee7480a18ac]

        whitespace cleanup.

2009-12-18  Ingrid Halama  <iha@openoffice.org>  [de8fd338ae013c53435b5f9083ded539ffadbe70]

        chartmultiline: cleanup chart data and impl model stuff

2009-12-18  sb  <sb@openoffice.org>  [8db4921431e7db75c86697a224cf29be672c77ce]

        sb118: work in progress of a simplified smoketestoo_native

2009-12-18  sb  <sb@openoffice.org>  [05250e05b00f363c2c65e6099714070beea89ca0]

        sb118: independent of PKGFORMAT, always build a default-language openoffice product also in archive format, so that tests that require an OOo installation (like smoketestoo_native) have one available

2009-12-18  sb  <sb@openoffice.org>  [8d1a56460f0cfc55d6cd72c1c4e936e7871c1cde]

        sb118: desktop/source/app/app.cxx: the acceptors in the AcceptorMap must be released with the solar mutex unlocked, to avoid deadlock

2009-12-18  sb  <sb@openoffice.org>  [830b3bf161d612512798daf4f06e89d2bbf2561d]

        sb118: allow environment variables to be unset in osl_executeProcess (undocumented feature for now, and OS/2 code is not yet adapted)

2009-12-18  sb  <sb@openoffice.org>  [93eb29213276ff5db32f9f6cde9416f97b3a5b02]

        sb118: redesigned AUGMENT_LIBRARY_PATH to make the modified OOO_LIBRARY_PATH_VAR available (to mechanisms that want to recursively undo the modifications again)

2009-12-18  sb  <sb@openoffice.org>  [142fb452faba13ab6f8c407ce4ed8c8b701a76f8]

        sb118: make PKGFORMAT=archive build a .tar.gz on Mac OS X, not a .dmg

2009-12-18  sb  <sb@openoffice.org>  [a1290f07ebfc0a164eff651c51c65d8ec21cd758]

        sb118: build cppunit as RPATH=NONE (as it will only be used while building, not go into installation sets)

2009-12-18  sb  <sb@openoffice.org>  [650479fbc7d0306e6e74ad175a67b11eeadd5744]

        sb118: build cppunit as RPATH=NONE (as it will only be used while building, not go into installation sets)

2009-12-18  Kai Sommerfeld  <kso@openoffice.org>  [6167ab5334f65d27418308a0ec1fe5a24b27f134]

        whitespace cleanup.

2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [460919060e77525e3ac3e94054fc0f17fae5ba17]

        vcl108: #i2446# add prominent entry style to listbox and combobox

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e86ae134409ba09dffe51fcd0e3e3bdaff3f211b]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2009-12-18  Caolán McNamara  <cmc@openoffice.org>  [f091becb070faeb6b0c14403d58fec555b2e3c10]

        xmlsec1_2_14: #i107747#: solaris problems

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d46f080c23f69bb729173a23aa12b936b78b8803]

        autorecovery: oops, *this* version of LoadDocumentIntoFrame was just removed

2009-12-18  Kai Sommerfeld  <kso@openoffice.org>  [52a1cb18450902320ef3d2431d0e3e0ec2739d3e]

        whitespace cleanup.

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [dc0e0e62c498846357d2881f73b53472b57c1c9b]

        autorecovery: ensure that unsaved XML forms are properly recovered, by properly respecting the 'Hidden' load parameter

2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a0c826b44af446e44b7dc4e80919c1c7f00c2eee]

        #vcl108: #i106704# use shared_array as is more appropriate

2009-12-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f4ccd00d3626347be13ca5919a07bb39b58729c5]

        vcl108: #i107254# copy with arbitrary length ligatures

2009-12-18  Caolán McNamara  <cmc@openoffice.org>  [53703867098e302454edf29a675aca725a347249]

        xmlsec1_2_14: #i107747#: regenerate configure with an older autoconf

2009-12-18  Joerg Skottke [jsk]  <jsk@openoffice.org>  [adbe6f0e0484a027767347c0f332f79b7865a2ba]

        printerpullpages: #i103052 - delete removed contronls from .win files

2009-12-18  Kai Sommerfeld  <kso@openoffice.org>  [ab6fc0e3dfa60ad2cb10e4e936335d2d8986fe55]

        whitespace cleanup.

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ade249bf2b4be34133fc9d86939b66e8cdfe6559]

        autorecovery: removed a few unused slot IDs

2009-12-18  Tobias Krause  <tkr@openoffice.org>  [21a86a8c6c223da15deaa99bf874d29ad19390b9]

        tkr33: #i107136# The UCB now considers configuration changes (new UCPs) of UCPs during runtime.

2009-12-18  Tobias Krause  <tkr@openoffice.org>  [26bba85c9b3ad11a5d5728e0653ed199eb4793e8]

        tkr33: #i107136# The UCB now considers configuration changes (new UCPs) of UCPs during runtime.

2009-12-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1eac49df5c337a5832231514c7e352009f0295fd]

        dba33e: remove unused header

2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d408e96e7eaf89202a4a2f866708149cb01e8e87]

        vcl108: #i106704# fix error handling, avoid memory leaks

2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [daf7906ef7974878d7097649e4fa7669bdd6d53b]

        vcl108: #i106704# fix PFA case of Length3

2009-12-17  Eike Rathke  <er@openoffice.org>  [27f3b9b1fee739ae147ac1bd15a69d70bc529298]

        #i107741# HasRefListExpressibleAsOneReference is supposed to detect one reference, really do so

2009-12-17  Kurt Zenker  <kz@openoffice.org>  [8e0bc401af211dfd134e8a2281bd38e3c21fc7a4]

        #158443# use module name as prefix to get an uniqe alias

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [7db8f365fd869557bf7354916f5ee0dd45e7b88e]

        xmlsec1_2_14: #i107747#: track upstream bug id for this patch

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [8b965b5e2fec161c1d91e5b880f6065437e806b9]

        xmlsec1_2_14: #i107747#: fix missing casts on sun studio

2009-12-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [182ac80861066ece52f8cc1ee7e9ddc9ec8ddbd8]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2009-12-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [898d0a4770a37226f3215fd069c7ec25370c3726]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2009-12-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [01b25b739dccf58edc50a28f4ce74111c50994f9]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2009-12-17  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [817095aeb6e9293b649e0af48cb4fdc39a3f2ff4]

        vcl108: #i107254# add toUnicode map entries mapping from one glyph to multiple unicodes

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [2be04fff7b9d51a3f1cf61ddb9cd76286b48b375]

        #i10000# more accurate error message

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [9b77818fc4a3ec1cbc750fc9111b774deb30d0ff]

        xmlsec1_2_14: #i107747#: external libxml2 would therefore have to be 2.7.6

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [449e322ba5a89f456d40e0ef1a1db32205941c65]

        pythonssldedux: #i106542# build python md5 module for md5 email support

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [af4cbc4636f932c9213fd46ad0c4cce1a85a8373]

        writerfilter07: removed unused ...Value classes

2009-12-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c88d53d9d3484ba3cb641c2b722c4d4dfcd590fa]

        merged

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [1fa72054a32bf92de968febbf3dc5d73ac63110b]

        writerfilter07: ran modelcleanup

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [20e40d5b2eb528d4847165dc65cd660407a7c47e]

        writerfilter07: modelcleanup.xsl: generate Value-resource instead of StringValue-resource

2009-12-17  Joerg Skottke [jsk]  <jsk@openoffice.org>  [ecb9e92c932808de703ec5cd28a3ea4054da23c9]

        printerpullpages: Removed warnings and errors from update test g_printing.

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [799d2e707a549048a417db618180e327c46cc9f2]

        writerfilter07: model.xml: replace ListValue:s with Value:s

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [5c611a4832d992f35818a9452106e063c2914ebe]

        writerfilter07: modelcleanup.xsl: add encoding declaration

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [8bbcf854cf7248384646de2b66f06c21bea227ca]

        cmcfixes69: #i106157#: workaround graphite stl/stlport issues

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [a95d5c042b8c53ae15a441a5e43febaa04a02055]

        cmcfixes69: #i106157#: workaround graphite stl/stlport issues

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [723b53e66635c03bc4dc4bb0d945867c91672e12]

        cmcfixes69: #i106157#: workaround graphite stl/stlport issues

2009-12-17  David Tardon  <dtardon@openoffice.org>  [3bd15d45f273f8d9e186af33f5f19231fc886c86]

        dtardon01: #i12903#: fix checking of Automatic CB in Format->Char->Position

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [10f0fe9c40f9dd21de1ef7da2f8db66e6f6af991]

        #i10000# added necessary d.lst file

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [94bc4993ff06e14dd586d9f402aaf3fcfc904776]

        xmlsec1_2_14: #i107747#: upgrade to latest xmlsec1, libxml2 and libxslt

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [341ff020c7f4ed1e3a50536475ed65efcac4f0ec]

        xmlsec1_2_14: #i107747#: upgrade to latest xmlsec1, libxml2 and libxslt

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [d143e9279ef936e9c9366893da8295cdae05720e]

        xmlsec1_2_14: #i107747#: upgrade to latest xmlsec1, libxml2 and libxslt

2009-12-17  Kai Sommerfeld  <kso@openoffice.org>  [3cc45b023a837467786ad5151f630994961a238d]

        whitespace cleanup.

2009-12-17  Caolán McNamara  <cmc@openoffice.org>  [0a67aa3e1d1ef59aba16ca7f7029cb9c51d8b531]

        cmcfixes69: #i107566# make prelink and libgcc_s tests Linux-only

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [3439c301e10bf14bdc7d1494ea0a4b5f170627bb]

        #i100000# corrected includes

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [0de34b05f3c1a0409d23b63b9e69d4d7abbe1090]

        #i100000# corrected includes

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [06b1cfd68a0891c5652e7c78498e4b40afd902b2]

        #i100000# add GetVersionInfo to exports

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [0648323dac86161361ef0aa76d1d90e4d1075472]

        #i100000# corrected includes

2009-12-17  Vladimir Glazunov  <vg@openoffice.org>  [fdc6366a584f72684e027fa829759ba95994bf81]

        #i100000# add link library

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [46e5b8ff5fa055ac855f5ef941e48da0de0b03ca]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [612c275538e98739a9ce81d1ad1be602a7b8020f]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c690ecf946c103d3792faeb968e888d4464ece1c]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [75af31754f597d17bffefc752e8cfa7a958191ed]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f0952bf60d9dee1d23d822f935020579a1f573d8]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [81af9a3e7a158cddd00bec2658f34ad24e8eceb2]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c5e2f1bd14ba9cb5f7be96e768adfbc4c38a4578]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [a01f8209fcab8ec3e81ea62cbd4d9463e7c43f52]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [556989eeeb01e8b4444ef908e08f978fbed9ae51]

        writerfilter07: merged DEV300_m67

2009-12-17  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [e2d37f219581c56a58fb030b344df14cbd7947d0]

        writerfilter07: merged DEV300_m67

2009-12-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [738f9f2e8577984fa90f1376078e18c1f57bf64b]

        dba33e: #i107611#: display a text sample for text formats, to better distinguish text formats from non-text formats

2009-12-17  Mikhail Voytenko  <mav@openoffice.org>  [c68cecb2a638ccb53ae30d513a2bc26a6e90638d]

        odficonsso1: merge with DEV300_m67

2009-12-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d510bfeda9869a98f489b81ccda8c1740fd2a8c3]

        dba33e: #i107251#: properly buld the select statement for filling the filter list when the field we're bound to has an alias name

2009-12-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d7bee45fb0d3178bcf4bfe52fddd9e2b73735ee8]

        dba33e: #i107251#: allow to work with an external number formatter

2009-12-17  Kai Sommerfeld  <kso@openoffice.org>  [e423f972931e5c31e5e2269e86268df909aa93e0]

        adapted includes to renamed source file names.

2009-12-17  Kai Sommerfeld  <kso@openoffice.org>  [81548de5afc835f4d91addb8d9eb6b90f708c2cb]

        source files renamed to avoid object file name clashes in output tree.

2009-12-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1806dfd473c3753064d8f5d40e760783912195ab]

        dba33e: #i107438# allow loading documents hidden, by ensuring the document definition stays alive as long as the document is alive

2009-12-16  Kohei Yoshida  <kyoshida@novell.com>  [989eab85ffddf68cff47d562c55812ad6689ef03]

        kohei03: #i107729# check for null pointer before de-referencing it.
        
        This prevents a crash on importing xls files with embedded charts that
        are formatted in a certain manner.
2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [932a2e676afda577c77710bf982f512b0ef76190]

        vcl108: #i26535# make Ctrl-Tab work in TabDialogs if focus is not in TabControl hierarchy

2009-12-16  sj  <sj@openoffice.org>  [8939f29a75911f10371ba1d8bc70cc88e418e5bd]

        impress181: #i74384# fixed max value color handling

2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [07a01d51fcb13156029cd2fd3c96605500773f11]

        vcl108: #i107260# avoid waiting for an event that may never come

2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5df27651727b0c7899a7220f972799a99694254d]

        vcl108: #i94111# support globalized PPDs

2009-12-16  Release Engineering  <releng@openoffice.org>  [b87a09786de6f985602ef29f275f44a9944992ce]

        #100000# fix for SO build environment

2009-12-16  Release Engineering  <releng@openoffice.org>  [0c5348ff2c5cede4607555fdab45642db10b07ba]

        #100000# fix for SO build environment

2009-12-16  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [72d0aebfb7c991effb65848cf7ef7f9ee08f3447]

        writerfilter07: Use setDefault...Value for Value:s

2009-12-16  Kai Sommerfeld  <kso@openoffice.org>  [21f52e9f979d5eb8439c4095ba9cdd3b0e9ba75f]

        whitespace cleanup.

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d3f072bb8bc70a7df960437e732fe758f95bd7]

        tl74: merge with DEV300 m60

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b641d5a5e3ad19db9de07493cf0e8fbb84758a9]

        tl74: merge with DEV300 m60

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [b399facb068f83b99d51056d88591636f687b251]

        tl74: merge with DEV300 m60

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [51d6c3d6bce534b2e1efbe773ba21d7db3908ad9]

        tl74: merge with DEV300 m60

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d1ebf06c394227ad3648a39f5d9925d8e6d6a5]

        tl74: merge with DEV300 m60

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba9d7414d5c748ce8d54c692703a8ad601dfdd89]

        tl74: merge with DEV300 m60

2009-12-16  thb  <thb@openoffice.org>  [d30bcd05298ef4d1d07ba53f9a78941df0681b6c]

        eraser01: #i97972# - one more fix for erase all ink
        
        * make sd flags reflect the slideshow state after eraseAllInk was
          called. Fix is from Metrokid.
2009-12-16  Mikhail Voitenko  <mav@openoffice.org>  [540e80d2fcbffc1eb6ee15f475c079d85f4baff9]

        #i107688# handle the broken documents correctly

2009-12-16  sb  <sb@openoffice.org>  [eec6487b683ff0bada3139f6fd0cdd17328ab912]

        sb118: removed obsolete cppunit/simpleheader.hxx from precompiled_sw.hxx

2009-12-16  thb  <thb@openoffice.org>  [6cbf8975f346dc3449eeea44238121779839dc91]

        eraser01: #i97972# - Fixed two minor bugs
        
        * ran autoconf, to get the --enable-extra-presenter-ui option
        * fixed thinko when selecting eraser width (slideshow was switching
          to eraser mode then, but context menu stayed at pen)
2009-12-16  thb  <thb@openoffice.org>  [967d3ca09c737d657e3efec4121c87ef39af64fa]

        eraser01: #i97972# - Fixed two minor bugs
        
        * ran autoconf, to get the --enable-extra-presenter-ui option
        * fixed thinko when selecting eraser width (slideshow was switching
          to eraser mode then, but context menu stayed at pen)
2009-12-16  sb  <sb@openoffice.org>  [68e460ebd20d641b03f8e09b509388e942409e33]

        sb118: adaptions of using CppUnit 1.12.1 for wntgcci platform and for --enable-dbgutil configuration

2009-12-16  sb  <sb@openoffice.org>  [1ceba84372cf071a5b82169bed040d04595e4cf6]

        sb118: adaptions of using CppUnit 1.12.1 for wntgcci platform and for --enable-dbgutil configuration

2009-12-16  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [879262dfe2e9daf577aea455906997d2f404d6ad]

        writerfilter07: added header for TaggedLogger

2009-12-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1b78e405c0ba9cb2833bd0ee9474ac45baddaef3]

        dba33e: #i107623# allow finishWizard to return a success flag, and re-enable the finish button in case of failure

2009-12-16  Release Engineering  <releng@openoffice.org>  [cdb781248471e68cf94fa52d0a09da5921337189]

        #i10000# fix for building in SO environment only

2009-12-16  sj  <sj@openoffice.org>  [65f7c87195a6fd843a5fe19cfc99a57193e907d7]

        impress181: #i106986#: fixed fit to text

2009-12-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2b78c56c7d895ab11ecf67734a8e509ee68a8e73]

        mysqlconnector: #i107391# bump version to 1.0.1 Alpha

2009-12-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7b08032bfc7a181c59d2a3b1110ce9407b560c00]

        mysqlconnector: #i107391# default the protocol to TCP when talking with C/C

2009-12-16  Thomas Lange  <tl@openoffice.org>  [28687b22eef200c32a37f6901cd40c0328b8766d]

        #i107721# thesaurus dialog redesign

2009-12-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [018712caf37633eb7808051d9fb89f8497a61eb8]

        dba33e: #i107717# impl first entry points for db extensions

2009-12-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [55988d12e9edbdabd2a6b9b83c995e787d07b940]

        dba33e: #i107717# impl first entry points for db extensions

2009-12-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6fd6b96682de8c9f2b8b10a896e71085a9914ecf]

        dba33e: #i107717# impl first entry points for db extensions

2009-12-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ae3daf0025db4af8550970d2e879f1efb2b22062]

        dba33e: #i107715# check if parser is valid

2009-12-16  Kai Sommerfeld  <kso@openoffice.org>  [bd0c4eead8ca3222c7a5b331ca1c5336954f8ca3]

        whitespace cleanup.

2009-12-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2740353e241613fd17fcd8ce57583129490a19d2]

        vcl108: #i107271# fix invalid iterator access (thanks cmc)

2009-12-16  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [28111b6dc75324bf7d16eacf6d369c98b111eebc]

        writerfilter07: use resource Value for StringValue:s

2009-12-16  David Tardon  <dtardon@openoffice.org>  [2d99716aa1d510eda8c090f8d74096fa21e62be7]

        dtardon01: #i47881#: resource STR_FILTERNAME_ALL is in libfps_office

2009-12-16  Release Engineering  <releng@openoffice.org>  [3c3a4f8fcba66452dede208e05b9e8a69e573742]

        #i107025# fix for WaE

2009-12-16  Kai Sommerfeld  <kso@openoffice.org>  [9b4e61a6a53f542416c3ae7fa3e06d1629efec55]

        whitespace cleanup

2009-12-16  ericb  <ericb@ordinateur-de-eric-b-2.local>  [90ca57da108d6e933c19e690ce82ef8da722523e]

        eraser01: #i97972# yet some build issues due to rebase

2009-12-16  ericb  <ericb@ordinateur-de-eric-b-2.local>  [da9da1e422133df70aceb36c70540524fde0e840]

        eraser01: #i97972# fix variable renaming

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b4faad942a61834824d9b3bc1919e1b10976f95]

        autorecovery: Sfx(View)Frame::GetTopFrame now also returning a SfxFrame& instead of an SfxFrame*

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [857a0d334f01134784a983f9c50e4f920b41e2e0]

        autorecovery: Sfx(View)Frame::GetTopFrame now also returning a SfxFrame& instead of an SfxFrame*

2009-12-15  ericb  <ericb@ordinateur-de-eric-b-2.local>  [af5c661b945658b1c0a2f61e66446d030abdbf40]

        #i97972# commit all changes since Thorsten rebase. Thanks to Nelle, Jonathan, Christian and ericb

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [89f6e13ee257f3ceccdae1ca77de7d61e50e7bc4]

        autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [20ceeaeb55b2a306b83bc02fa1842146ea4b0666]

        autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7f6da30d47203158923f10d5fbd85ba48b01842c]

        autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9688479e09b20ba09a419931af59c04177e4373e]

        autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [39c670a4971f3d9f343ec13727658848ec55064b]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [06c61003faf8a61f38f7985b58d27e4fb38ef0c6]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [3fa259739300c572830e3680de6fcf93257fca4c]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [0efdf17a7c48fe697789166e7f59af5d6a7291a1]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [e05f0919fa4a0e8073b7af9cf8380a8da1b03ada]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [827fecf84fa219a630e7481a717a733d22634b70]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [3cb20b4f08180fdb53ccb3df7c90867d71e680e1]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [4770f50e0c8e6706f0f514bd73a8bcfd7dd88cb3]

        #i107706#: liquidate goodies module

2009-12-15  Mathias Bauer  <mba@openoffice.org>  [6fa6f4fa24eac5b3530360bc485edc7d596e26bd]

        #i107706#: liquidate goodies module

2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [085de48cba0c845b939b4b50fc9ae7439a030460]

        vcl108: #i102696# make menubar behave more gtk like in case of gtk plugin

2009-12-15  Release Engineering  <releng@openoffice.org>  [81b96613b6e8cb79b295e0cdfd06137675b478ee]

        #i10000# remove obsolete dtoa.patch

2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b9a98a3a5853988afc5489eea36954fb29cf59fc]

        remove a debug remnant

2009-12-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [7364fb80c6b5ce434c4a4b3c3e737ede99b7ae9d]

        writerfilter07: handle gridSpan correctly

2009-12-15  Release Engineering  <releng@openoffice.org>  [1a01a20d94e2bce1512dcb83b14a89e68f05f333]

        #i10000# updated fix

2009-12-15  Daniel Rentz  <daniel.rentz@sun.com>  [ef7f35dbe9a0436970c489f6d4eed2d6f7ba7e45]

        #i107439# BIFF export: write external link data correctly

2009-12-15  Niklas Nebel  <nn@openoffice.org>  [182857813b0ae06fd9f5cbf6f3e78ba68de3e491]

        #i107694# correct order of source name, object name

2009-12-15  Ingrid Halama  <iha@openoffice.org>  [91f22fc22a92557dd823ac63456743736fd27ec0]

        chartmultiline: #i82971# complex categories (part2 - hierarchical axis label display)

2009-12-15  Release Engineering  <releng@openoffice.org>  [6ce0da0136ba475f438a0a68049cc1b0f597f17a]

        #i10000# obo:build breaks for windows amd64

2009-12-15  Release Engineering  <releng@openoffice.org>  [93c0d945f7cc0bb289a364b214c91915ac23090c]

        DEV300

2009-12-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [8ba0714acab24c406b94bdb427b3660638928fba]

        writerfilter07: use Value instead of specific IntegerValue etc.

2009-12-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [1814b0dfc3869a85b513af107ff6172cb749f87e]

        writerfilter07: restored TableManager

2009-12-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [180a4ab8de14cedf3e8c5f1b9ea82e7906d92be8]

        writerfilter07: obey TableManager protocol again, some debugging output

2009-12-15  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [cf0d9f51030fb4db8478cba92e434e6ac282a332]

        writerfilter07: changed sending of table properites
        
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:
        
        - some debug output
        - OOXMLFastContextHandlerValue::getValue(): return actual value
        - OOXMLFastContextHandlerValue::lcl_endFastElement: propagate property to parent
        
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
        changed writerfilter/source/ooxml/model.xml
2009-12-15  Kai Sommerfeld  <kso@openoffice.org>  [3ac986503f7b17de7e55500cccf56cafeb890e85]

        whitespace cleanup.

2009-12-15  Kai Sommerfeld  <kso@openoffice.org>  [927761f2b00bbcc245dd0c6fdc939e9a41f71a00]

        whitespace cleanup.

2009-12-15  Kai Sommerfeld  <kso@openoffice.org>  [f07e345bc54ea130ef7447e316c66c3de636ab11]

        whitespace cleanup.

2009-12-15  Kai Sommerfeld  <kso@openoffice.org>  [3cf0e08f232f0efb11c4d2317f2d852d1d3ed168]

        whitespace cleanup.

2009-12-15  Kai Sommerfeld  <kso@openoffice.org>  [3bdc311dddf19c6df2f65e5a72ca7262a6f34316]

        whitespace cleanup.

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [6ea88eded86186220c1bfb874e3e329ecd7ef695]

        CWS-TOOLING: integrate CWS sw32bf09_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [c6639a96183e87dded81016410c85bd0e3a86fbf]

        CWS-TOOLING: integrate CWS jl146_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [50e1b982ff532184892b63dd2634571b2ef6ce8e]

        CWS-TOOLING: integrate CWS jl146_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [5290f5879ed435a4736f1f7e994695e4f70c7dcf]

        CWS-TOOLING: integrate CWS jl146_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [f81d8c1e611682d979b36bca0b58d7686453b8df]

        CWS-TOOLING: integrate CWS jl146_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [fed92864b28a32bee9d7cd8bfffd5a4b523e18d4]

        CWS-TOOLING: integrate CWS fwk132_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [6378a51f9637a2e70e2661e96e88fbeda94c01b9]

        CWS-TOOLING: integrate CWS fwk132_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [11a7d7ddcb5f6a0708b3f9b685760e97c6c43ed9]

        CWS-TOOLING: integrate CWS fwk132_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [3231891b7a21dfefdc75a2f24397ae8a62141ca1]

        CWS-TOOLING: integrate CWS mingwport26_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [07d8b0db978fa194e069fc7b89f0b5f24efa1abd]

        CWS-TOOLING: integrate CWS mingwport26_DEV300

2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [51da2ee75357b631f4970517e2bccabf12e7e561]

        vcl108: #i95682# omit JobPatch entries in CUPS case as CUPS adds them itself

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [6f76f6b590a755b82482184bd0fe4273dfbcbc46]

        CWS-TOOLING: integrate CWS ooo32gsl10_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [4e4ca291bb1612e1f695dfdfcdedbcdaca179e32]

        CWS-TOOLING: integrate CWS communitypatches320_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [09f0985c1b86f2e9622738491f98dab7616ac4d7]

        CWS-TOOLING: integrate CWS communitypatches320_DEV300

2009-12-15  Vladimir Glazunov  <vg@openoffice.org>  [5d78a10e75bab8e097bdfd0b5b5acb2d2d1b66a3]

        CWS-TOOLING: integrate CWS communitypatches320_DEV300

2009-12-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1c0ea39cacdd551310d1f263b652d0e0aefa68b6]

        vcl108: #i100644# be prepared for empty invocation values

2009-12-15  Andreas Bregas  <ab@openoffice.org>  [3b340d02f87a34b573c416410ba4734e75cd10c3]

        #i102261# Removed warnings, added project dependencies

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [452b55d80ce6b5676c2fd230dcb55ec1e58787a2]

        ab71: merge with DEV300_m63

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9f2b25462585f6c18087b681f0b5d029b01113]

        ab71: merge with DEV300_m54

2009-12-15  Andreas Bregas  <ab@openoffice.org>  [a3fcabbfd4e72e01c3e3e4738c1483279a2b2923]

        #i102261# Removed warnings, added project dependencies

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2c479d30f89cd8724945a4e4f3894095fb9d31]

        ab71: merge with DEV300_m63

2009-12-15  Andreas Bregas  <ab@openoffice.org>  [51005c68977699d6fa10505d0acbe4d2531227d9]

        #i102261# Removed warnings, added project dependencies

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [adff21400f8305ac29ee315ed4679de3e65fea89]

        ab71: merge with DEV300_m63

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac6aee26fc98b964e08682387de306851a4c90ba]

        ab71: merge with DEV300_m54

2009-12-15  David Tardon  <dtardon@openoffice.org>  [10329cb96afd353d5525e6bba228899c5dfa04ce]

        dtardon01: #i107683#: remove duplicate code

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [233b0e81cc3c28c988cfc022cb13c361b13e573c]

        autorecovery: SetDontCreateCancellable is dead

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [684c9af41bbf6296c8e2fdf2ab87bc9b7d4eed30]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/mysqlconnector

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ce01d6d3454d206c24fb35b446672ae3984f8d29]

        mysqlconnector: indention

2009-12-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5f552e72a4fadb504f7cf378917d0eba11e152c7]

        dba33e: Merge from dba33d

2009-12-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [dd000220305646cb473effa99b3fd925a919383d]

        dba33e: Merge from dba33d

2009-12-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [61aa2ad16c8995f2518f102b1fc0c99e80ab88cf]

        dba33e: Merge from dba33d

2009-12-14  Rene Engelhard  <rene@openoffice.org>  [1523eb9c6de6affffd34a919702f0a88d9ef745a]

        mysqlconnector: #i10000# fix build with system-mysql but internal mysqlcppconn. it does not make sense o specify -lmysqlcppconn in mysqlcppconn build...

2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b33fda9d468b5f845c5a3c91be67049107d5a41a]

        dba33e: #i107678# don't clone the source form when creating an forms environment, this nowadays (correctly) also copies all children

2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af7a32f33978588117fdcbc3df5b894ecf05241c]

        dba33d: merge after pulling change sets from CWS dba33b

2009-12-14  Mathias Bauer  <mba@openoffice.org>  [d66c939c7f797c313dcb9a42536a464a77041c68]

        #i107450#: moved another function to unedit

2009-12-14  Mathias Bauer  <mba@openoffice.org>  [a1ba50b1db36a4929c008bfab266b6a2c14ffa80]

        some header cleanup

2009-12-14  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [1d2f4e417aefc6f35a63e7769d0cb9d35076dcac]

        writerfilter07: new action setValue to set an rng:attribute's value as value of the surrounding rng:define

2009-12-14  Ingo Schmidt  <is@openoffice.org>  [3c20642d736d0f1c52c269abdd057464471e1505]

        native0: new o5 product

2010-01-18  Mikhail Voitenko  <mav@openoffice.org>  [bda0c35e5748b5ca1dc9181bb68c25c5996dfb5f]

        #i108159# fix alien Doc types associations

2010-01-18  Mikhail Voitenko  <mav@openoffice.org>  [e28b37d3a676d12b1646cfeaf9d2757c74948d81]

        #i108159# fix alien Doc types associations

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [a972f7631f561a5c661b1b1f2151342675759646]

        #i108159# ODF-Icons for OOo build

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [94ecf181ccde95d6bc00bc87eebbe9ab3b1e71d9]

        #i108159# ODF-Icons for OOo build

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [225b810d0e04d49988b63989de2d5d84409d9d6d]

        #i108159# new ODF-Icons in OOo transplanted from 77e2f3138467@odficons01

2010-03-05  Ingo Schmidt  <is@openoffice.org>  [84e33fab9bc35bd4ac6e5ccd831f529e91e324f0]

        native287 #i109807# no more soffice.exe into msi database

2010-03-04  Ingo Schmidt  <is@openoffice.org>  [8b6932bb1e4abf11cb21caf020a288a4b958116a]

        native287 #i92147# fixing langpack problem

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [e2f1f54010315a93fbbdc2b7a9f84d796f65c93c]

        CWS-TOOLING: integrate CWS ause115

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [d2b93cbc6e4d16c74980f537aacb965cff535970]

        CWS-TOOLING: integrate CWS ause113

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [addf649632438c15ceafda1f4eacf14e0f94363c]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eef79000b310d164cd49193b3dbef4cd390f4fe8]

        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-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [db95d447ba8b6a5562459f032d187781587cbc8d]

        update to DEV300_m73

2010-03-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [01b7d48a4f8e1748dcd5440266059906602aed58]

        update to DEV300_m73

2010-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d1aac769d17e7e9576f8ffe52177e3fc53efe8e0]

        ause115: #i77247# complete switch to gnu tar

2010-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [336d580b9a0f9f96efb198530bf1f4b45a79f7ab]

        ause115: #i109703# deal with new bison version on cygwin

2010-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [590963308e0639189d577e88c5c2a8857bf65771]

        ause113: upgrade to DEV300_m72

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [edbc9771a679f60adfa18cc7b4d70d5b4d485014]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3dc8b5f75dd526ed654b887358e356dd91e0ab8f]

        autorecovery: merge after pulling CWS dba33e

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c9354f89ad4df9bc1957a9b52b8785461aff964a]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6cd38cd13ee671c6f9653f53d0fc8977dea55b66]

        Merge from DEv300:m71

2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0300d23b73b72da4388922367c83b5dea185bd87]

        ause113: #i108416# update windows version defines

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e556015935380c2deba4ddc2d93bea0097d887d0]

        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-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8ae6d58164c11d9c2f019a12c5fcd74bb3882b09]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [76205ea7cb60df838a46b828aeae1395be6862cf]

        Automated merge with http://hg.services.openoffice.org/cws/dba33e

2010-01-21  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3e913cb1eb116946d21a04fe92fec0b13a3bec37]

        dba33e: merge to m70

2010-01-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1858a96e8b7ca4d32ffe8370fb4a187264e56295]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9b7f4ab5496dc4950600b301fee97870cfb9acf5]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4d4e04706060eae603dcc3828d7b5a7c2deecd5c]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-14  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [78e71bc24d04d1b01dd538297dd6b77b2794f889]

        Automated merge with file:///net/so-cwsserv01/export/cws/dba33d/DEV300/ooo

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0162a3c6882060b3038409752ad001323180ee04]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33d

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [77fa2cdd1f604805adc9ae7ed3c9d0eee9e09ae2]

        autorecovery: merge after rebase to m69

2009-12-15  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [822c4776444558b0d1a38b24e10dd7a3e52de3a5]

        dba33e: Merge from dba33d

2009-12-14  sj  <sj@openoffice.org>  [0d626cf0a51398528694069ce6e3e00fc2cbcd23]

        impress181: #i63298#: fixed connector line styles, fixed line endings

2009-12-14  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [767342ac74a53042616e7d6b6925675925a859af]

        vcl108: #i107648# add hotkey strings for MacOSX 10.6

2009-12-14  Carsten Driesner  <cd@openoffice.org>  [e8e237788ed721ddd37f04cb4577328fbf363581]

        Removed obsolete msgbox test code

2009-12-14  Kai Sommerfeld  <kso@openoffice.org>  [3d85ab392dcec7b54ebf8608b19d6c9d9b66fe2a]

        #ii105553# - Removed unused code.

2009-12-14  Carsten Driesner  <cd@openoffice.org>  [9caca59ebf7cd89f2c741d30d2dcdede6b5f280a]

        Support png instead of bmp file format for splash/about images

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [5615b97d1b230519251ec98c0139d1f321f3742c]

        #i108159# ODF-Icons for OOo build

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [56956223966f211b72e1bfa5777fac0d7be9eeb5]

        CWS-TOOLING: integrate CWS ooo321gsl04_DEV300

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [48b326358ecbfd1d085d052dc977e99265808cd5]

        CWS-TOOLING: integrate CWS ooo321gsl03_DEV300

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [b4198879145910d444b4e613fe8177ab746b0fb7]

        CWS-TOOLING: integrate CWS ooo321gsl01_DEV300

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [a614e489f61b0dd6fad4e54329a9be0a4160beac]

        #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>  [9f8bf8d31126c24ed9e7e7d18b5605a6375fb2cd]

        CWS-TOOLING: integrate CWS mtaccfixes

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [a041dc5fde2e8a685b3de6f96c9d1393aae38e21]

        CWS-TOOLING: integrate CWS ause113

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [29c3b1b52de0865dd77b698404ca6bdfb7d2a81b]

        CWS-TOOLING: integrate CWS locales33

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [d4c82f0482e9aa9d5350b8c9123e3c2d8c2e701a]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [8be36a8d06699746062540e461f64eec4faeb0a1]

        CWS-TOOLING: integrate CWS sw33bf02

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [51b401061b70d699c34f30a21cf6a9fde80dfd75]

        CWS-TOOLING: integrate CWS vcl109

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [bbdd8d299409a81f14aa6432c9d8842fa6bc8dc6]

        CWS-TOOLING: integrate CWS kohei04

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [7508e450a3f0bcbc14d1a78321fe6521484efedd]

        CWS-TOOLING: integrate CWS aw079

2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [82e1616f557c47a20fa7b3645d88b853791dce42]

        aw079: rebase to m75

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db5a0cd99b1ebc5679445238a891fda7c5abfb5e]

        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>  [78b9de424c513d36ed8deb63f488df6f875599a2]

        sw33bf02: merge with DEV300_m74

2010-03-06  Eike Rathke  <erack@openoffice.org>  [e928c6ea018816085ab2b665105bf7e1b1292d05]

        locales33: leading whitespace is not mandatory in postset.mk

2010-03-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [525ea6a5f57aa0863cb4c80fec1e6e183e781912]

        mtaccfixes: undo some changes from vcl108, which I solved differenlty with mtaccfixes (tab control)

2010-03-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [4cb2415ea9e405d813125fb73aac8c2cbddbfcec]

        mtaccfixes: merge with DEV300_m73

2010-03-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [35615fcf0b05ae3be1955e1722bf7bb3f8d0e236]

        update to DEV300_m73

2010-03-02  Eike Rathke  <erack@openoffice.org>  [7ec64cd1dcd572682ea2c5b5151d15da11d7c2c0]

        locales33: merge with DEV300 m73

2010-03-01  Eike Rathke  <erAck@openoffice.org>  [48c79177a1a29420b3d8adfa8e00703ab62789a1]

        locales33: #i109687# added Bafia_Cameroon [ksf-CM] to language list

2010-03-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [e4cc3b23c9485b242883795c5381a412fc0e2fa3]

        mtaccfixes: #i50760 BASEPROPERTY_HIGHCONTRASTMODE

2010-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cd2780832a7ac846dd891ab3965a0fb23a94ef59]

        ause113: upgrade to DEV300_m72

2010-02-24  Eike Rathke  <erAck@openoffice.org>  [e7dfeb601ace259eba7a2bc4685224acd1748ecf]

        locales33: #i108675# refer to lv_LV for LC_NumberingLevel and LC_OutLineNumberingLevel

2010-02-23  Eike Rathke  <erack@openoffice.org>  [d21bee58ee779f1d666b991e429975bab885762d]

        locales33: #i105121# added U+0218 Ș and U+021A Ț to IndexKey, UnicodeScript 3

2010-02-22  Eike Rathke  <erack@openoffice.org>  [24bd18f021c14c386c2c18c7cc61fb11442414f5]

        "locales33: #i106992# Canada uses ISO 8601 YYYY-MM-DD date format"

2010-02-21  Eike Rathke  <erack@openoffice.org>  [8d79c317d5aafc4512b72d94e93f27134316fbda]

        locales33: #i108675# * adapted quotation marks and currency formats to lv_LV + added UnicodeScript 2

2010-02-21  Eike Rathke  <erack@openoffice.org>  [7fcc368b90f38a57829d093bf9361d78a3a7177b]

        locales33: indent, cleanup, sort FormatElement by formatindex for diff

2010-02-21  Eike Rathke  <erack@openoffice.org>  [25df13034ca7f2cd940a017c0eedaaa742c867b5]

        locales33: some more documentation

2010-02-21  Eike Rathke  <erack@openoffice.org>  [823d7d45163ef201332d082da098a7c09fcad723]

        locales33: changed validation instruction's doctype URLs from SVN trunk to HG tip

2010-02-21  Eike Rathke  <erack@openoffice.org>  [8bdc92ae63a8ec4b2874be67c2381fefd4646e01]

        locales33: #i107017# added Sorbian,Upper [hsb-DE] locale data; contributed by <bernhard_b>

2010-02-21  Eike Rathke  <erack@openoffice.org>  [0c862740842bdcdf0201d0e7d8f5db1d5596147e]

        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>  [6269f93155cccba461727fa084602580df76d596]

        locales33: #i107230# added Papiamentu (Netherlands Antilles) [pap-AN] and Papiamento (Aruba) [pap-AW] to language list

2010-02-21  Eike Rathke  <erack@openoffice.org>  [7e0816c658373323b5f247e6356d766aba868d4c]

        locales33: #i95769# added Malagasy,Plateau_Madagascar [plt-MG]; locale data contributed by <peterroots>

2010-02-21  Eike Rathke  <erack@openoffice.org>  [4c4af063f2bc48cd7cca8de14c82fdef429eca11]

        locales33: #i108600# added Maore [swb-YT], Bushi [buc-YT] and Tahitian [ty-PF] to language list

2010-02-21  Eike Rathke  <erack@openoffice.org>  [2e33398a2732a66d54e63aae9c3e1b92897381d8]

        locales33: #i108675# added Latgalian_Latvia [ltg-LV]; locale data contributed by <jancs>

2010-02-21  Eike Rathke  <erack@openoffice.org>  [8fc29cd7c8abb80d4def90ac12602887e2a13fde]

        locales33: additional check for ]) currency symbol with parentheses negative format code

2010-02-20  Eike Rathke  <erack@openoffice.org>  [8083244e8119b6efc2d2f8615fffbb3568259e44]

        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>  [4107ff94b0446bca97e03dfbcc4db3654b9b9118]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b9bf85ffe5c1b22bb096cb63fc7059ebe590134e]

        workaround deprecation warning for KillPicture

2010-02-19  Malte Timmermann  <Malte.Timmermann@sun.com>  [044a770c3e9885aaaa0574c7a5385f7170f385aa]

        mtaccfixes: #100833# FixedLine and GroupBox can also lable a FixedText

2010-02-19  hdu  <duerr@sun.com>  [42387e80acf3401bf65af9b8f53119400ee37dba]

        merging

2010-02-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9c5f039ce227402f6cb1e133368c5b63e5ab3757]

        autorecovery: #i109405#

2010-02-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [362c3481b358712fc8504c5f473f23b8522c3191]

        vcl109: #i82785# support full/partial field names, allow spaces in partial field names

2010-02-18  hdu  <duerr@sun.com>  [f82dcbead55ca073976a27c972eac2fee046c1a3]

        #i109400# no special handling required when textlen matches with strlen

2010-02-17  Malte Timmermann  <Malte.Timmermann@sun.com>  [1ab1215dd4ac9f4914b3fdb0a780acb180b7682f]

        mtaccfixes #i104290# removed some code which shouldn't be needed anymore

2010-02-17  Malte Timmermann  <Malte.Timmermann@sun.com>  [7b241f13b9536a0fc713752b1cc4947b1cff4555]

        mtaccfixes #i104290# FOCUSED state for compund controls

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d783777932057729d1e7e49c3e3721d2b617eef6]

        autorecovery: +clear

2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6c6d2d2b8434bcdd25fcaa72a128554d68572434]

        autorecovery: +ENSURE_OR_RETURN_VOID

2010-02-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6a5e0eee1b3d35ac94116844265bd38bad66f867]

        vcl109: #i109085# fix CTRL_STATE_SELECTED for menu item

2010-02-10  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [feaa085d543cd91a5094dd11c0dc90d1f299325d]

        mtaccfixes: #i102694# and #i102803#: removed MetaCity focus hack

2010-02-08  Malte Timmermann  <Malte.Timmermann@sun.com>  [614e8a2cb080c30cbbec0bd670d1730abb6ed0a3]

        mtaccfixes: #i87415 Mnemonics need to be unambiguous

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ef57b326bea91ed1d4a7d0211a5eed38d55460dd]

        autorecovery: merge after pulling CWS dba33e

2010-02-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0f149cdc6cacca2039f95003bbd036291aad319a]

        fix a warning

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [d73a3826ffecd57f6837119f53ea2ff18889db60]

        sw33bf02: merge with DEV300_m71

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3641e034cbe04cb3dfb6aea2aa76ad1fe4487216]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-03  Kohei Yoshida  <kyoshida@novell.com>  [f61abf59a8bd8874d9e5d90ed9690f0d7bedb2ca]

        rebased to m71.

2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7cd5747f92be002cb31ea52b3f9a8e59d86525e4]

        ause113: #i108416# update windows version defines

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [051e2c7af86d0b9213276088306f727b91c86513]

        merge with DEV300_m71

2010-02-02  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e99873a9d21b2e7fc897b582252e3693f719a81a]

        autorecovery: add assignment operator

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cbe4a5dfaab60fb56810a9a2001a9999b840d381]

        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>  [4603fb29dc5661d175804121aed28972fa999572]

        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>  [40ae7d9aca558a8ebfd3279b9bc96ec0e03bbd48]

        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>  [cc053a3e354ddcbdb5e6d9be95ef046972bb3d25]

        vcl109: #i108518# recognize OTF files

2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f9ee6196e8b4c9729484eccc6604cfb75a4c171d]

        merge

2010-01-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4797c34002c513f5adc65f2fefe843df606a0233]

        vcl109: #i108454# do not depend on onsolete PICT format as image clipboard content

2010-01-25  hdu  <duerr@sun.com>  [c0917ec4a978a81a07324a374e974fefe322e7b6]

        add missing precompiled header include

2010-01-25  hdu  <duerr@sun.com>  [620e42f173d1d4921a21c8cdfeb6297492c03f49]

        #i108630# allow compile with Xrender.h older than v0.9

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1d859143c51805f074e8dfd211795a365eb2e52d]

        fix some compile problems

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7ae11455739f372d7ebf53a39f29d1a0897989cb]

        rebase to DEV300m70

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9d701361f47e438ac8cf2fec49789688919cd277]

        vcl109: #i108510# remove unused files

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4250acf9a20c7f2e3692c4663c2d1c196fa23102]

        vcl109: #i108501# remove unused files (thanks dtardon !)

2010-01-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [69b370043eab28f099943e65beb89ed3238eaec7]

        vcl109: #i108459# fix a crash when deleting the current focus frame (thanks mst)

2010-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2490e4eeaadb02419d4ca6535f7954bcea6c4872]

        vcl109: #i108451# fix unitialized member (thanks dtardon !)

2010-01-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a334752d091f61781a0ece7f5331aaf44a0e0516]

        vcl109: #i65128# avoid breaking polygonal clip regions into rectangles in PDF export

2010-01-19  Michael Stahl  <mst@openoffice.org>  [3a3e1de2594a410a85e5967c90f53557fa754271]

        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>  [8786083eb9dabb0d7b328a217ba99a1d71493ad7]

        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>  [4debc1f9a1306f3c644fc047e1de8456939d6cc5]

        vcl109: #i108321# change status bar to optionally use separators instead of item boxes

2010-01-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b333a8e8f186d884d24d1955a7fd6c8a493d3c86]

        #vcl109: #i108368# catch broken AFM files (thanks thb !)

2010-01-16  Kohei Yoshida  <kyoshida@novell.com>  [71cdbc4bc63e5e62d788d651fe5411c21e3cc424]

        kohei04: #i108374# added in-line comment for the line I added.

2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [1ae2dbc46311121f3c5710388665694903d00532]

        kohei04: #i108374# fixed a memory corruption during ods export.

2010-01-15  Kohei Yoshida  <kyoshida@novell.com>  [2bb0c7009438bdd457d8aeb655884c3e03404aec]

        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>  [8ac7c8926597637bd805b79c0949fd465ceda9e5]

        kohei04: rebased to DEV300_m69.

2010-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0b04c75c7a2784b2ed3f747c7db462426d07b23a]

        vcl109: #i107945# status bar including native borders

2010-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d86bda7d23b41cd22856f5e9f7a2264828df1c6e]

        vcl109: #i108290# KDE4 integration updates from shtylman

2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ba49d14e4f4a6f6617993ef9b20dbed1ab739491]

        vcl109: #i33688# NWF slider (gtk)

2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [25b8a89ce0f26db13daa5863d29949470f6fcc1e]

        vcl109: #i33688# NWF slider (gtk)

2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f79ee5e3bca3d71833b1cac2379b589d79c35db8]

        vcl109: #i108256# fix typo (thanks cmc)

2010-01-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1943c5e03e956bba70edef6c2dfe1f2a20322bef]

        vcl109: #i33688# NWF slider (KDE4)

2010-01-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7880302e44f13c6a52f56e5667b91c863a125bb6]

        vcl109: #i33688# NWF slider (windows)

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b418f6485a7e703c334f40c6b9ac2d4613ccb992]

        autorecovery: merge after rebase to m69

2010-01-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [381b25700787c4530dc28f548a38d224c074bd12]

        vcl109: #i33688# NWF slider implementation (mac)

2010-01-08  hdu  <duerr@sun.com>  [51d977e00c8481d89cb682a05536e88cdf2fffa4]

        #i107915# fix vertical writing for non-BMP CJK chars

2010-01-06  hdu  <duerr@sun.com>  [b9370facc5215892acffb0ad581e196f70c8e2e8]

        vcl109: remove unused debug code

2010-01-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [8fda468433d62653864fc7fe4f6a7e306cdcb28c]

        sw33bf02: #i105243# Output of graphic in Writer with corresponding PDF handling

2009-12-14  Carsten Driesner  <cd@openoffice.org>  [8d867c72e6c982c65b267daceb43dc7f3e5ad351]

        Support png instead of bmp file format for splash/about images

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [4f2b43e261d4632321770b75c3c89b484b123a8f]

        #i108159# ODF-Icons for OOo build

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [f2574e23ad0fad99ec7435aefa112a96ee1b8e8f]

        #i108159# ODF-Icons for OOo build

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [10aa44cc9795d72e9ffc86029dcc6fab499aa4ed]

        #i108159# ODF-Icons for OOo build

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [cc0745cea08faec35a56f70a8208da6748ee3789]

        #i108159# ODF-Icons for OOo build

2010-01-15  Mikhail Voitenko  <mav@openoffice.org>  [3deac2386c9340062ef650f8ad60bb3a1093c5cb]

        #i108159# ODF-Icons for OOo build

2010-01-08  Mikhail Voitenko  <mav@openoffice.org>  [d59253a558a108d6d3bc194ab1899fff3c374a04]

        #i108159# new ODF- and nonODF-Icons

2010-03-25  Vladimir Glazunov  <vg@openoffice.org>  [5a523e334d222926afb4302b7351c9f22c2063e7]

        CWS-TOOLING: integrate CWS ooo321gsl04_DEV300

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [e327e7e9a2647675a9d09d2df69a086631c5ca68]

        #i108976# applied patch fix a crash when default style is deleted - transplanted from 263352@impresscomments1

2010-02-15  Christian Lippka  <christian.lippka@sun.com>  [584eac4b8be31ea46c297b63fb1dc330560bfc5f]

        #i108916# added STRG-ALT-N shortcut to new comments in impress/draw

2010-03-05  Ingo Schmidt  <is@openoffice.org>  [0c9ca4ae6d3448adbf3901345eede4830824459c]

        native287 #i109807# no more soffice.exe into msi database

2010-03-05  Ingo Schmidt  <is@openoffice.org>  [ec71512fb94b53ca3ae40c42afbece8f87ce4032]

        native287 #i109807# no more soffice.exe into msi database

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [6c584ea5045009103dcc9a2233915225003db48e]

        CWS-TOOLING: integrate CWS mtaccfixes

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [a4da6d8b8b03049ae8610e21a4304bc8c310cb1b]

        CWS-TOOLING: integrate CWS ause115

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [600dd305f1f4ae4946e0381af31edee1cd48e71a]

        CWS-TOOLING: integrate CWS ause113

2010-03-24  Vladimir Glazunov  <vg@openoffice.org>  [e629414d922617b589e728b943491b0b32e0d0db]

        CWS-TOOLING: integrate CWS chart43

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [19dcc11eb4ad63118ef1345cd2901763b126d34c]

        CWS-TOOLING: integrate CWS autorecovery

2010-03-23  Vladimir Glazunov  <vg@openoffice.org>  [1dfffc435b365edf9d621373e85879df6a16222f]

        CWS-TOOLING: integrate CWS sw33bf02

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [b1cebcc503f4aafb694f5a1ca65ec587780933bc]

        CWS-TOOLING: integrate CWS vcl109

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [044f2c3a92a939f42596cddea0fbd573ade6ff8f]

        CWS-TOOLING: integrate CWS koheicsvimport

2010-03-22  Vladimir Glazunov  <vg@openoffice.org>  [238249089687866ed1698af688f6caff89864910]

        CWS-TOOLING: integrate CWS aw079

2010-03-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [90151999b092f1a1a440f45acd64e1ff0d1fcef9]

        aw079: rebase to m75

2010-03-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9cb7d012fccf37c491ffcfa83ce795534e6ed475]

        autorecovery: merging latest changes from CWS dba33e

2010-03-17  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [3d9007d051323d2e31b36fe031f8cc69b4f51324]

        dba33e: #i102366# parse [ as names as well

2010-03-15  Ingrid Halama  <iha@openoffice.org>  [8ff5a887b08cbabcd2c694e4bf1d23f2f310e33b]

        chart43: merge with DEV300_m75

2010-03-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bdcf38cfcbb9cb9fdce7604927d82a0e25c2bd03]

        autorecovery: post-rebase: SetTransferPriority removed (had been removed from SvxLinkManager in CWS, and moved to sfx2's LinkManager in MWS)

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [002bb9adfb4b6a4222767dc823d8ba52a1b8786d]

        autorecovery: include with \\\, not with < > , to fetch the files from the module, not from solver

2010-03-11  Oliver-Rainer Wittmann  <od@openoffice.org>  [16d0fecae46a77e77552b9da01826596279d4d27]

        mtaccfixes: adjustments due to merge with DEV300_m73

2010-03-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aabc69e75dcde2bebc84df9242e86328de7fefd5]

        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>  [d44ef3602a375ff6f5a841702aeb49cf61b74c6a]

        sw33bf02: merge with DEV300_m74

2010-03-03  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [359b43e0ba37cde83d5e346bc2cc9cc4b03ba07b]

        fixed some rebase issues

2010-03-02  Malte Timmermann [mt]  <malte.timmermann@sun.com>  [241f44369efd451adc945eab15c348359685c0f2]

        mtaccfixes: merge with DEV300_m73

2010-03-02  Ingrid Halama  <iha@openoffice.org>  [4c5c02920a574380ec0770f4efddd18364c12cf4]

        chart43: merge with DEV300_m73

2010-03-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d72575ca717d475b7d43661b31307558a118bb30]

        update to DEV300_m73

2010-03-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a71d42457353a693f585da6ddc2394bb2f9bfe3b]

        update to DEV300_m73

2010-03-01  Malte Timmermann  <Malte.Timmermann@sun.com>  [ddfd910e86c34a6b405125218a93bc08c4401c60]

        mtaccfixes: #i50760 Handle CSS for high contrast

2010-03-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ed1812044a1cbf47cdb67476a81faa4cac03aba2]

        ause115: #i109704# fix build breakage

2010-02-25  Malte Timmermann  <Malte.Timmermann@sun.com>  [fdde6b9aa1922baa6b0248ea35a4d8bb969b1fb8]

        mtaccfixes: #i14114# XAccessibleHypertext for EditEngine

2010-02-25  Ingrid Halama  <iha@openoffice.org>  [6578a3c1797c67c25be72532095005a3b9d58a5d]

        chart43: merge with DEV300_m72

2010-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c58ae0d012324d620cd77099289e238aa01f52e2]

        ause113: upgrade to DEV300_m72

2010-02-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b7dc581d7ce45f9c692d942686ad0dd9ab701d90]

        autorecovery: it's allowed to dispose a document which has not yet been (fully) initialized - happens in some clipboard scenarios with 'artificial' documents

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a717a487c98334fc52b884c55faac6a12c37f0ff]

        autorecovery: removeEventListener can also be called in the initialization phase

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6184419197b90f2012cb22300f958ca128513669]

        autorecovery: oops, GetFormState broke with one of the recent changes - fixed

2010-02-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1e6e8e55b8dd27117d45813f32ab1b9b5721ad29]

        autorecovery: silently survice a close call when we're already disposed - there might be legacy code not expecting the DisposedException

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4c1df712c9cc2ccab7fca6c3f279f2af4480b592]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e

2010-02-19  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0512e2eed23fcbf29ce4576d76fe76f18d679d05]

        autorecovery: SwitchToViewShell_Impl: do not use the doc's suspend, but only the view's PrepareClose (preventing the 'do you want to save' question this way). Strange enough, I'm pretty sure I already did this patch in the past - but I can find a respective change set in the log ...

2010-02-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b5e6c6c56493c84d9823a0d0b7c85b61a23c2be3]

        dba33e: #i108128# check if the found driver also accepts the URL

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [350a0791efb2d2b3ed5e32e15a079916b35beaca]

        autorecovery: clarified the role of a doc's URL/Location as per agreement with MAV, XModel::getURL and XStorable::getLocation both need to return the logical document URL, even when the document has been recoved from another location. So, the DocFileLocation of the ModelImpl now is for internal purpose only. Consequently, ModelImpl's API has been reworked to better differ between the logical and the "loaded-from" URL of the document.

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2d311a288e65cfd30c67eb1f902cdca51d383ec]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [138bd21d14eb84b5b25e524a8c2696ff9012d8b5]

        autorecovery: export XMLSettingsExportHelper

2010-02-15  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a47f324ffa781bb0ac7cfacb9ca640b1c408adde]

        vcl109: #i109129# use isKindOfClass instead of isMemeberOfClass

2010-02-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [00cde21c20fdb754368700af92db1c49346813ad]

        autorecovery: let the XMLSettingsExportHelper work on an abstract interface for actual writing, instead of an SvXMLExport. This way, it can also be used in contexts where we do not have a full blown SvXMLExport instance.

2010-02-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6bf1a65c9c3a802c9f71e26338c2ac5a794f6cb1]

        vcl109: #i109129# avoid recursive behavior of NSFileWrapper

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0de094a4b7ec282da31e86f72ee7483f5422408]

        Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecovery

2010-02-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3775747092c2db31a2be994d1085fc7a3db28bac]

        merge

2010-02-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bec6c2b0014b2b5f0d291914db4957c57eac4642]

        autorecovery: even when loading a new document from a recovery storage, ensure that attachResource is called, for those (correct) implentations which do *not* implicitly do this in their loadFromStorage method

2010-02-08  Malte Timmermann  <Malte.Timmermann@sun.com>  [c51e93fc737bdb7f806ee9ce534706b318042a48]

        mtaccfixes: #i87415 Mnemonics need to be unambiguous

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [62a22fa9ea85d5e29e701e9649c01f52a5105559]

        autorecovery: when a handler is not yet in the cache, nonetheless use the first matching entry from the configuration, instead of continueing with other handlers when the first can't handle the request

2010-02-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [38b970f68319a35c64fb54503343da169d5e0b49]

        autorecovery: merge after pulling CWS dba33e

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aa8543f821e9e84bd52382f424ec165ebd27f558]

        autorecovery: #i10000# make compile on unxlngi6.pro

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fc0828d5a4e517a1a868a76cbf5b01b29a3c9b17]

        autorecovery: post-rebase build problems solved

2010-02-04  Oliver-Rainer Wittmann  <od@openoffice.org>  [cc3078ecd3b89bb99ba875cd282edece2b63a775]

        sw33bf02: merge with DEV300_m71

2010-02-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6eb33fca796f7c016c690f0fa8ab4d536e986dc4]

        autorecovery: commit resolved merge (after rebase to m71)

2010-02-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c5ac08c9fdc71eaa55964c97b7dc2fe0b135b686]

        ause113: #i108416# update windows version defines

2010-02-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [97e7595c5083e66680bbb84cbffad9a2737e1139]

        merge with DEV300_m71

2010-02-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af66a011a47f673a9a0ee2c6a0b27e23b11b6ebf]

        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-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0e79b13cbd761931f6cd134b1e9ad4465882be7a]

        autorecovery: saveToRecoveryFile => storeToRecoveryFile

2010-01-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ac51fecad39fd226ac219cc4d1247618172fd46d]

        autorecovery: implts_changeAllDocVisibility: iterate through the sub frames, too, not only desktop-level frames

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cfdb20d0ccd44014edbe406942914d5eef57de47]

        autorecovery: move the responsibility for calling attachResource into recoverFromFile. This saves us from some problems with SFX-based documents, which change there Args during the load process (during macro confirmation), so a later attachResource from outside would overwrite those changed args

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1e62c8af7a8a76ecf89acb40ffc991f96f5c869a]

        autorecovery: NotifyModifyListeners_Impl is called to generously, ensure that m_bModifiedSinceLastSave is properly set

2010-01-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [49c96f757ec7f1f41bda734dd07794e84c4d31d3]

        autorecovery: merged DocumentMacroConfirmationRequest2 into DocumentMacroConfirmationRequest - no need to have two types which are effectively the same, and both rarely used

2010-01-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8ae0efd7d8888ae6f3444e1633d8a6afc92519ea]

        autorecovery: when creating a new document, also respect the RecoveryStorage parameter

2010-01-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6d315e9820439bd8566491da9fcd5fcb28174db7]

        autorecovery: mav sanctioned the approach of the (now so-called) RecoveryStorage

2010-01-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05ca2f4f9fa6195a27f281006125c6191d2c9631]

        autorecovery: do not remove SalvagedFile from DBDoc's args if it still carries information

2010-01-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c0899590afa6bda70e18ac68a831bd6210bac45a]

        autorecovery: since the AR service does not use the LoadEnv anymore, it needs to care for some media descriptor defaults (like for MacroExecutionMode) itself

2010-01-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d69335c9383d953d27f56d8dbde3c0982faa70ca]

        autorecovery: preserve the complete exception when throwing the LoadEnvException, not only the css.uno.Exception base info

2010-01-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6112d0d7b1bb831cc8003ce23e892bdcb08d1887]

        recoverFromFile is allowed (required, strictly) in the initialization phase

2010-01-21  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e1562bf65eaf64bbbc4f16972894294d9451b04c]

        rebase to DEV300m70

2010-01-19  Kohei Yoshida  <kyoshida@novell.com>  [610cb1ddca0f24aff6598e9a86fd4a44325a91f4]

        Rebased to DEV300_m69.

2010-01-19  Michael Stahl  <mst@openoffice.org>  [8de5af2bcde263f7bf80b8c60cf0b0970b4f12c4]

        sw33bf02: #i107502#: more workarounds for OOo 2.x broken user-defined props

2010-01-19  Michael Stahl  <mst@openoffice.org>  [2a609ffe951abc0af3b70467f5475b5ee1bb381a]

        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-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0e9f1f751ecd16597d6a06276a40dfb4ae00fb8]

        autorecovery: save/recover forms and reports
        
        Still some lose ends. Most notably, the current code contains cases for other sub component types,
        but has no real implementation - attempting to save/recover those other types will yield multiple
        assertions only. Also, recovery of SRB-reports has not been tested, yet, chances are good there's
        some work ahead here.
        
        Other known open issues:
        - recovering sub components immediately shows them, instead of initially hiding them, and showing
          only when the main document window is shown
        - the implementation currently is no real session save, which would require saving information about
          *unmodified* open sub components (though not their actual content), and restoring them upon
          recovery.
        - doing an implicit "connect" at the controller of the to-be-recovered database document is a requirement
          to actually load the sub components, but might yield problems in case this requires interaction
          (e.g. a login). Need to investigate
        - the "recovery" storage is not removed from the database document storage after un/successful recovery
        - cancelling the recovery of a "modified" database document always suggests to store this doc somewhere
2010-01-14  Michael Stahl  <mst@openoffice.org>  [a8195ceb6cb0a5526377d67da12ca0ce125b7b3b]

        sw33bf02: #i107372#: handle year/month in editing duration  SfxDocumentMetaData: approximate conversion of year/month to seconds.  SfxObjectShell::UpdateTime_Impl(): handle larger edit duration values.

2010-01-13  Oliver-Rainer Wittmann  <od@openoffice.org>  [9a6d9dd534a1783d522a00f6e5890c977ab2ac91]

        sw33bf02: #b6912256# method <XMLTextNumRuleInfo::Set(..)> - handle unexpected list level value

2010-01-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [04815f28a3eb94a6dc6b4e715ccee208e6fb506d]

        vcl109: #i108290# KDE4 integration updates from shtylman

2010-01-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [216cc35f855f03c9976cd5663e5bb7a4f64de92a]

        autorecovery: save open/modified (Writer-based) reports and forms, when doing a session/emergency save
        
        Still, the documents are stored only, and not loaded. For storing, there's at least one known issue: The controller
        is unable to deliver the proper object name for a form which has been newly created, and then saved. In this
        case, an empty name (from the time where the form was created) will be returned, and used in the save process.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da9f8c23e89fd373fa39cb9e5f00674649e31e0d]

        autorecovery: initial implementation of a new save/recovery for database documents
        
        For the moment, the document only stores and loads itself, as before.
        
        In this course, the AutoRecovery service now delegates the decision whether or not a document
        needs to be stored (to the "salvage location") to the document itself, using the new method
        XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE
        flag.
        
        XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same
        behavior as before.
        
        It has also been implemented for database documents, where the implementation is somewhat "sloppy",
        in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3ae066f336ed7f61080a11cd916545d6a45f3d10]

        autorecovery: remove SID_VIEW, it is used only once, and mapped to SID_HIDDEN, anyway

2010-01-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75af76e9e1a58039e978aae3aba021f15f204968]

        autorecovery: fix post-rebase build problems

2010-01-08  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [980ad53327be1da380d473389cf3c7e74726d56a]

        autorecovery: merge after rebase to m69

2010-01-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4380167e1451a1372dcbfa0e839235a46455dabc]

        autorecovery: do not throw in getSomething when we're already disposed - there are some strange clients of this ...

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af7c6403dc669c0565be7530d50fef3445ad5e39]

        autorecovery: allow creating SFX-based documents which do not support the XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b2321d5120d8c9d654120312819bf1459941a20]

        autorecovery: only include documents in the autorecovery which support the XDocumentRecovery interface

2010-01-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [74ffe76476d5b8941454a2acce569737237fc1d7]

        autorecovery: we're hidden when we're hidden, *not* when our associated model has been loaded hidden

2010-01-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eafba820349005ea5426cab58911f9ff99969966]

        autorecovery: define a new css.document.XDocumentRecovery interface, implement it in both SFX and DBACCESS, and use it in the autorecovery
        
        In this course, the auto recovery learned to restore multiple views of a document. Also, in the course of the change,
        the LoadDispatchListener became superfluous, and was removed.
        
        Also, the loader code in dbaccess was slightly adjusted, since now the connectController call is in the responsibility
        of the loader, and must not happen inside the XController::attachModel call anymore. This change made the
        ModelControllerConnector class superfluous, so it has been removed, too.
2009-12-29  Oliver-Rainer Wittmann  <od@openoffice.org>  [0e402c37a75b637824b75ed38809ce196c2acfdb]

        sw33bf02: #i104889# method <XMLStyleExport::exportStyle(..)> - no empty value export for style:default-outline-level for ODF version < 1.2

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [94bf18438d4ea4f47c440d0d758ac6fa3d04f84e]

        autorecovery: corrected GetViewName

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2dc2be789dceecfddf91aa182d3a47f5c421c6b3]

        autorecovery: ensure that unsaved XML forms are properly recovered, by properly respecting the 'Hidden' load parameter

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [73005868eed0fe2c59bdc115f7f5af89411a4dbe]

        autorecovery: explicitly specify 'Hidden' when recovering documents, and remove the hack of not showing a frame when there is a 'SalvagedFile' item in the load args

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c2c963816ed37546f48515b294fbe1c9233a483c]

        autorecovery: merge

2009-12-18  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7255eca208d1cfdc2d294c168d0e849ae7150b22]

        autorecovery: removed a few unused slot IDs

2009-12-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d973b931c32fe0f78b8514ef0334dcc947cd2e76]

        autorecovery: do not create SfxFrame instances for an XFrame outside the loader

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a25d7157f5d23ab307d3d94a2ddda219affae9f]

        autorecovery: Sfx(View)Frame::GetTopFrame now also returning a SfxFrame& instead of an SfxFrame*

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ef15b85ee3a40f37a5d2c298a0d5660577ae78df]

        autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can never be NULL)

2009-12-15  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1fe9ecbd1e32170c5f54e0cd2bdc85fbd0f212e7]

        autorecovery: SetDontCreateCancellable is dead

2009-12-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [b610fe1983c35ea9073418ebb5cc2e6f056f039a]

        #161286# applied patch and solved crash

2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ec3b4ebe6e2afb725086c64c4d6603c1dcec87f]

        autorecovery: merge

2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a632e0d88c2b46fa7b9c11e985dd235e259cfeb]

        autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem As a consequence, replace some occurences of SfxFrame with XFrame.
        
        This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
        creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e68cf1abaf8d5545fe771ccafd92ce4b88989136]

        autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem As a consequence, replace some occurences of SfxFrame with XFrame.
        
        This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
        creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
2009-12-14  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [16dacff35f047b4acb5ea594ed01e9ce76fc525e]

        autorecovery: replace some SfxFrameItem occurences by SfxUnoFrameItem As a consequence, replace some occurences of SfxFrame with XFrame.
        
        This allows getting rid of yet some more Sfx code in the (SFX) doc loader. Also, it prevents premature
        creations of SfxFrame instances during loading, since now the frame is really created when it is needed only.
2009-12-14  Mathias Bauer  <mba@openoffice.org>  [4bbc023f9114bae4896c5c6523ce7a019d4d8283]

        #i107449#: GraphicProvider uses different mime type names for wmf etc.

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [3ae6837ccd2d6bca0ddf2e0de15c9f2d7c790316]

        #i10000# resolve conflict

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [5f1d2a795de996227efe6e6b4288909f85e6b3e2]

        CWS-TOOLING: integrate CWS calc32stopper6_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [338cc3be5b5c4aac0c9bcd1de4ef0dbbb3c00abc]

        CWS-TOOLING: integrate CWS calc32stopper6_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [2ff5028261b7a5bf04c6c45fe4bea2894e24fe87]

        CWS-TOOLING: integrate CWS mh32_last_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [635a1b4328c281225bdf10eb9dff53dd2953c68c]

        CWS-TOOLING: integrate CWS mh32_last_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [9b251503202b1197a16f6f66adf262e68427c3f5]

        CWS-TOOLING: integrate CWS ooo32gsl09_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [08def50728729806b30b1fb5376cdc4f82388520]

        CWS-TOOLING: integrate CWS ooo32gsl09_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [6961443a97e571f7d58add81846989cb3aed1bf1]

        CWS-TOOLING: integrate CWS ooo32gsl09_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [581e2f830aad4d08577a397e616a84d9a18b5dbc]

        CWS-TOOLING: integrate CWS ooo32gsl09_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [eb86211c1db0bb492669e7ac8302b89254ed4793]

        CWS-TOOLING: integrate CWS ooo32gsl08_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [8daf136a25fa5f91d768c57fea91d043ca396d28]

        CWS-TOOLING: integrate CWS ooo32gsl08_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [4b20e326228cb2e190e9959ca8971b04c2a51d26]

        CWS-TOOLING: integrate CWS ooo32gsl08_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [da42440ee30c2a15803fe159855f64dec97ad45a]

        CWS-TOOLING: integrate CWS qstartfix2_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [69b4957ba8e2ba6dd5faf91335cd4a45d3fb3664]

        CWS-TOOLING: integrate CWS qstartfix2_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [5b07a6607a9b164065be23169d48bf0525631045]

        #i10000# fix for link error on windows

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [7fef57f108fe4f219773d5511040bd166ee0a01c]

        CWS-TOOLING: integrate CWS os139_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [a7b6f8c04d38063e717f0e0eb70f58d32bc7e7e2]

        CWS-TOOLING: integrate CWS os139_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [244c79ea93b3622c170c42f2ea70a5eeee4a4bd4]

        CWS-TOOLING: integrate CWS os139_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [f435b95cf7b9e5b2806b836c21b00edbc707e7c8]

        CWS-TOOLING: integrate CWS jl143_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [bc3a6e41643dfe7f5e410258a87ba1137692882f]

        CWS-TOOLING: integrate CWS fwk131_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [58f82332952121102702fb400f6c62c99c5c277b]

        CWS-TOOLING: integrate CWS fwk131_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [4bc1ce4bb63630df209f62886a7575c3b035a99b]

        CWS-TOOLING: integrate CWS fwk128_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [944184edde7e753b93c3d93ff30229673e14260a]

        CWS-TOOLING: integrate CWS fwk128_DEV300

2009-12-14  Vladimir Glazunov  <vg@openoffice.org>  [ff168931cc6093ea88f401d9d12f427bb1c70ecd]

        CWS-TOOLING: integrate CWS fwk128_DEV300

2009-12-14  Kai Ahrens  <ka@openoffice.org>  [f24f8aa1aa2d1eb3eae7a19e120f48375d682f9b]

        added community patches

2009-12-14  Kai Ahrens  <ka@openoffice.org>  [058f03010f53563a2555741c06d84b68e8d2447d]

        added community patches

2009-12-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d0a84019a692c1f9c4f21b8bd94d0794e4746078]

        dba33b: #i10000#

2009-12-13  David Tardon  <dtardon@openoffice.org>  [5e2e0c158c73af234483bbe42bf92620c75defbf]

        dtardon01: #i107647#: remove empty files in framework

2009-12-12  Mikhail Voitenko  <mav@openoffice.org>  [04a4f6cec0db528341395499ecb33cd2a292367e]

        #i107638# in some case no transfer is expected

2009-12-12  Joerg Skottke  <jsk@openoffice.org>  [fdde34a7bfcbfa337682bae224651173d3f0df32]

        fwk132: <no issue> Found coding error, corrected

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [84d0194c62ee4bf7c8c47e1a1e03c794313b8bb1]

        #i107450#: changes caused by header cleanup in svx

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [3882e9c8eff073576328353f6c7ef2f2ef20f2d4]

        #i107450#: changes caused by header cleanup in svx

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [78d494c13e9d2d469e4cb23d56902ab7161b6b6c]

        #i107450#: changes caused by header cleanup in svx

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [434f1ff2b988d3d157f03c7f6dcbda31e09ef057]

        added missing modules to split build list

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [3525999dcbfb8e45bab688a3c267db82bfb1f96c]

        for split build filter must depend on vbahelper, not the other way around

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [ac2b789d27c6b11c8e89dd6c4cc13a1a42dcda55]

        for split build filter must depend on vbahelper, not the other way around

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [0e23b240daf1a41f0d2887e5a3892332c7577980]

        #i107450#: two errors found when rebuilding from scratch

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [f5d7ad8d499636045087296f1338e0ab7f6ce11e]

        #i107450#: srchdefs.hxx now in svl

2009-12-12  Mikhail Voitenko  <mav@openoffice.org>  [d555ca1c9765878de262e2a07f787fea39ad6007]

        #i104974# workaround linux smb-client problem, be ready for errors while using mmap

2009-12-12  Mikhail Voitenko  <mav@openoffice.org>  [3ff6fe7abde900ea8adaaa7c6e1a35fefe0fa7e4]

        #i104974# workaround impossibility to copy opened file

2009-12-12  Mathias Bauer  <mba@openoffice.org>  [ad99dffdc3929045e24156c9702b413dd72ebbdd]

        #i107450#: srchdefs.hxx was moved

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [003fc5390522ecad9e1f3a2c99b2a0a324ae5473]

        #i107450#: memberid.hrc now delivered

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [c211f14dd83c44a44da38299132e24ddeacc9c36]

        #i107450#: error in rename

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [360c17d215297c9a133382405be7329c15d4e27b]

        #i107450#: error in rename

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [d585674a1d32310c5ae83ad47a7037bd3c06a731]

        #i107450#: forgot to remove vcl header

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fa686e83d6b43434b82c096c7eef37b78440fe95]

        dba33b: #i10000# who would have thought the Solaris compiler includes the const-ness of a method argument in the name mangling ...

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3df3758bd64435d207ccc1aff7d9aba4466a3095]

        autorecovery: SfxBaseModel::createViewController: ensure the created SfxFrame (if any) is closed in case of a failure

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6c2a8daf2b59da21db98d9d110a88b8c92d03eed]

        autorecovery: moved more SFX-dependent code from frame loader's ::load to proper place in SfxBaseModel/Controller

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7656470fba46f8c1ef285c612dc248ae9edafd3e]

        dba33b: #i10000#

2009-12-11  Niklas Nebel  <nn@openoffice.org>  [aa86f94b494b5c23279c870e86563bd86eb5245d]

        datapilotapi: #i42199# API access to all types of DataPilot tables

2009-12-11  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [7bdea49583acf53b0982740db3e27bd00a659a90]

        cbosdo02: #i33737# formatting

2009-12-11  Ingrid Halama  <iha@openoffice.org>  [f61147ad8c63e5e961a756ebb47634e701c33631]

        chart43: #i107575# avoid assertion 'ImageAryData::Failed to load image' while activating a chart

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [52858c799796536f38c54006e4e3636d88c949a7]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [f11aa3132d85bfafc8e9829814b655f86175d349]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [2d70857a265764150d701865f648fff4b6951c39]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [9d8e36f15c2ebade8f571944facf2b33a4ab82f9]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [30b23e53ac73fe7796404f586c23950c6f1946f8]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [3da9306ffa1a73cd84d2d15bf233f7cc3a4d6b79]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [fae32ed4d07d740dd849d89198f0a34ea42723c4]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [55a6583623008179f51a01416e5a3eef885835c2]

        CWS-TOOLING: integrate CWS fwk129_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [e7dd1d2689fe45aad709fb13186582fdc8480654]

        CWS-TOOLING: integrate CWS expat201_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [de3608d77ae36fbab64e7ba6fdb7fdcbb4767134]

        CWS-TOOLING: integrate CWS expat201_DEV300

2009-12-11  Vladimir Glazunov  <vg@openoffice.org>  [e7f2e7c26b6f53e86e48d4cfa3e45d59252c39f0]

        CWS-TOOLING: integrate CWS expat201_DEV300

2009-12-11  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [fecf6836305ed2b654420ea318f8d44cc47d8b7e]

        cbosdo02: #i33737# odf export ---------------- cbosdo02: #i33737# odf export ---------------- cbosdo02: #i33737# odf import ---------------- cbosdo02: #i33737# fixing uno sequence for field parameters
        
        HG: Enter commit message.  Lines beginning with 'HG:' are removed.
        HG: Remove all lines to abort the collapse operation.
2009-12-11  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [e62a497c106e9c93cc16b5800b41a83b6d38fe9f]

        cbosdo02: #i33737# odf export ---------------- cbosdo02: #i33737# odf export ---------------- cbosdo02: #i33737# odf import ---------------- cbosdo02: #i33737# fixing uno sequence for field parameters
        
        HG: Enter commit message.  Lines beginning with 'HG:' are removed.
        HG: Remove all lines to abort the collapse operation.
2009-12-11  Thomas Lange [tl]  <tl@openoffice.org>  [af8a4cf23931e9b26d31683292dfe56cec2e97cb]

        #i106926# fixing view settings after rendering

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5f6d2c4a5c2210efa12a8009bdaedf408197b06f]

        vcl108: #i107595# fix debug compile (thanks arielch)

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d8c231cecb76539bd83cc6241b487d57b77bd31a]

        vcl108: #i107588# remove unused code (thanks cmc)

2009-12-11  Joerg Skottke  <jsk@openoffice.org>  [6ca7121e92d8c5ad00ea0232243b4c78b2b5753e]

        jl146: #i107038 - The page is now centered so the workarounds for UNIX(like) OS are no longer required. Fixed one timing issue in a tools library

2009-12-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f986d366be8e58c3f84792c955081c364f41b2b9]

        writerfilter07: more debug output

2009-12-11  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [79b9a644793dc0a069252610a218f938c5081960]

        writerfilter07: more finegrained sending of table/row/cell properties

2009-12-11  Mikhail Voitenko  <mav@openoffice.org>  [81a766e546321545e8f2549ce4082686a121a6ff]

        #i107525# use the system file locking after storing process is over

2009-12-11  sj  <sj@openoffice.org>  [55c5ee94dee3182d7ba0d2961266f49db5561bb6]

        impress181: #i107561#: now also exporting notes to pdf

2009-12-11  sj  <sj@openoffice.org>  [4e036c5f856ee63648871c2afdb8fdf177ac9778]

        impress181: #i107561#: now also exporting notes to pdf

2009-12-11  sb  <sb@openoffice.org>  [012ad6f5b356849868d0e33cd823993eb6ea9fb1]

        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  sb  <sb@openoffice.org>  [18be96dc73c64d16f63fc6d3382d7d7d3a8fee24]

        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  sb  <sb@openoffice.org>  [0d8e2caa55d25f0e7040a55b96c93f37fb52a8f3]

        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  sb  <sb@openoffice.org>  [8efa42c387b62e668e70502928492ee4ef32d44e]

        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  sb  <sb@openoffice.org>  [f4e15e1de1310e937bfcfcbc48f51b7bbef86b41]

        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  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13910e8e4d933bb6ec3ee9fff7cc922cf335fad1]

        dba33d: merge after pulling the latest changes from CWS dba33b

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [644152b8f91b9a317e2965b65a8fbb5fa1e70056]

        merge with DEV300m67

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5eaee43123e86ee5d960be3ab0d31371f3314bce]

        merge with DEV300m67

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e0cd651cf58dd711237abc10bcc6b7b0d313959e]

        merge with DEV300m67

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [af24b66c7b07b21e0ef5268116d75e6c22b95c90]

        merge with DEV300m67

2009-12-11  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aaee37c3448b57e72ef9be02c12119e693e0696a]

        merge with DEV300m67

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8c7ba14bf2acf14d12afb115e9024c73235faca5]

        autorecovery: moved SfxViewFrame::LoadDocument_Impl to SfxFrameLoader_Impl::impl_createDocumentView

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [552d36de5623cbcf9b995da239b4f59ce16eb8a5]

        dba33b: fixed some nits picked by the Solaris compiler

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [3f22e535715ab83202b616abb1066d73cb6f6dc2]

        ore header cleanup

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3e884a851e8c8cd2ad8606f9a36acf326fd88b0d]

        dba33d: merge after pulling the latest changes from CWS dba33b

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0f0a1c837e379dac92112a28dc4056d999978e98]

        dba33d: merge after pulling the latest changes from CWS dba33b

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [082823a7e7f4189ed7ab4b8fa38e9c5ceb07e0c9]

        dba33d: merge after pulling the latest changes from CWS dba33b

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75dfa86ab548eb3d1a807e7bfe1e056be666d9aa]

        dba33d: merge after pulling the latest changes from CWS dba33b

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f613e609218618a64aa6aabccc865e75c5cb568d]

        dba33b: solaris compiler didn't like a ;

2009-12-11  sb  <sb@openoffice.org>  [8464add3add803b619430471083ac96ba60b2c6d]

        sb116: #i105348#, #i105059# put PTHREAD_CFLAGS and PYTHONPATH back into solenv/config/ssolar.cmn reset section

2009-12-11  Kai Sommerfeld  <kso@openoffice.org>  [38e664aa26e0fab066d82668a1ba4ef3dc58d3f6]

        Windows build breaker due to warning.

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8bba185c2b34969e8c4c7d2d052f87c50ca50e5]

        autorecovery: allowed the SFX doc loader to in-place replace a view in an existing frame This was previously done in SfxViewFrame::LoadNewSfxView_Impl. Now, the loader recognizes if a model is to be loaded into a frame with an existing view to the same model, and properly handles this (passing a PreviousViewController argument to the view factory). LoadNewSfxView_Impl died in this course (the remaining few lines have been outline).

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [053a20463d051b3b6caae759ff60851c6ec2d629]

        some forgotten code cleanup

2009-12-11  sj  <sj@openoffice.org>  [d5a8b4a9cf542b6567ccd69a67a96ade941cfba3]

        impress181: #i107614#: fixed build error, dxerr9.h has been renamed to dxerr.h in the latest DirectX SDK from August 2009

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [06f2c8f7ee0de8382678d947b60dd6a924fc930d]

        dba33b: #i10000#

2009-12-11  Oliver Düsterhoff  <od@openoffice.org>  [e6b80eaae11007424df8181bef34cb5c127e7096]

        #i107610# method <XMLTextImportHelper::SetOutlineStyles(..)> 	  - correction of fix for issue 106218 to assure that paragraph style which 	    are already applied to the outline style stay assigned.

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [113109c6f189c85a7ba2583716075903dd808cf3]

        dba33b: #i10000#

2009-12-11  Thomas Lange [tl]  <tl@openoffice.org>  [466a6474b0f79bfddeb242552a5b88a9ae42b7b0]

        merge

2009-12-11  Thomas Lange [tl]  <tl@openoffice.org>  [64e8661d76db6b02396d82b7d1f28dd3088a334f]

        #i106926# fixed hidden text in view when cancelling print to file

2009-12-11  Thomas Lange [tl]  <tl@openoffice.org>  [9195c2b45eb5488e939bb88281d45cb45fbe4861]

        #i106926# fixed hidden text in view when cancelling print to file

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8706a8ea0b1d9dab021891d8675ce9f734f46149]

        autorecovery: made JumpMark a argument of the to-be-created view. For this purpose, the loader moves this argument from the loader args to the args which are later passed to XModel2.createViewController, and the Controller implementation retrieves it from there. (In this course, XController2.getCreationArguments has been introduced, and implemented in the two known XController2 implementations in the code base.)

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f3b28fe29a7e59d23f9f0cee9eff8e16370df4b]

        autorecovery: made JumpMark a argument of the to-be-created view. For this purpose, the loader moves this argument from the loader args to the args which are later passed to XModel2.createViewController, and the Controller implementation retrieves it from there. (In this course, XController2.getCreationArguments has been introduced, and implemented in the two known XController2 implementations in the code base.)

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [78e16138e84c0bbcf30695c007ea55e81bbbdad7]

        autorecovery: made JumpMark a argument of the to-be-created view. For this purpose, the loader moves this argument from the loader args to the args which are later passed to XModel2.createViewController, and the Controller implementation retrieves it from there. (In this course, XController2.getCreationArguments has been introduced, and implemented in the two known XController2 implementations in the code base.)

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [df68bce583b8f6162b3c0d7758f4127ed4a760f8]

        #i107450#: some header cleanup

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [a06a5334506a80d18c1b1fe72dcbd6ea54abce22]

        remove superfluous resource

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [a7dcef8417519d885b40c0789daa7301a1f7d3b0]

        remove superfluous resource

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [31b72c3f3b632329d01b295d449eac0e38cea58c]

        dba32e: unxsoli compiler warned about unreachable code detecting an errornous commit this way

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [384d6786fb8a11aabd57d221da6541633e854c0f]

        dba33b: use COMMAND_ECHO to be less verbose in default mode

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [87e5271ca967a93e5acb2605c36554752d2314a8]

        dba33b: #i10000#

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75c9a9a651d14ffd5e9756eebefacce6bc8fea67]

        dba33e: #i107327#: remove unused method (thanks to cmc)

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9ea766490e45eb6ec4f542bf147c1f310ffa5daf]

        dba33e: removed wrong assertion (thanks to dtardon for the investigations and the fix)

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [43ae0dd93a44a399d8629934fc1a78fbd7fa6773]

        dba33b: use COMMAND_ECHO for the regcompare and the checknewapi call

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d00fe5a50ae94406c65084f160dbc551d690c278]

        mysqlconnector: initial import from CWS mysqlnative

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [39d848241ecdafd409c78b3ca23e0922885491fc]

        mysqlconnector: initial import from CWS mysqlnative

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4946c62f2943dfb3466cc4214a9c8ccd922669b5]

        mysqlconnector: initial import from CWS mysqlnative

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8cf90fe814c1ac2673d9800cf2512bc98d672292]

        mysqlconnector: initial import from CWS mysqlnative

2009-12-11  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1f572df3921591f46e9c46e8f3e3d8af37998bd6]

        mysqlconnector: initial import from CWS mysqlnative

2009-12-11  Helge Delfs  <hde@openoffice.org>  [e228411f59043093a55ad8063a9902eea210462b]

        reverted previous changes

2009-12-11  Helge Delfs  <hde@openoffice.org>  [1e04611e413523f28ff997ebb0d5fe8372276edb]

        Introduce new sub to change default page layout

2009-12-11  Helge Delfs  <hde@openoffice.org>  [56c617e490712d308ca19ebdb2e8a0244c6aa448]

        Introduce new sub to change default page layout

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [8c63f1db383e5956f188b1320fd9cf6c7671b094]

        #i107450#: HelpAgent now can be started without linking against sfx2

2009-12-11  Mathias Bauer  <mba@openoffice.org>  [3244b62441dbb4f32c21a95ba2b135fbb119d558]

        #i107450#: HelpAgent now can be started without linking against sfx2

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [7eb1685dad88030b65913e981862e8f97719f8e1]

        SvxBrushItem does not use sfx code anymore

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [084414f1db812898d5ccb476d637c47f3d6dd0c4]

        SvxBrushItem does not use sfx code anymore

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [4517f686e9019ead3177ed94ec0016e1461b3c4b]

        SvxBrushItem does not use sfx code anymore

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [a86a21b2081c7ed00c36e9ea0d8986fcce6b8b12]

        #i107450#: move two methods needed in EditEngine from SfxHTMLParser to HTMLParser

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [a09cbd7dbeb0194aa408128ea411fb316c72d581]

        #i107450#: move two methods needed in EditEngine from SfxHTMLParser to HTMLParser

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [ad59eb6e7139a282e1ca880e5e254c5cbd496e17]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [a3346f791024accb040ed1ce3369534a01b1d634]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [076ef9286cda93850258012f9673888ed65fc9f2]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [d153d2bab7c1f8342438e1dc3ab47344502cf29e]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [c372ae205931e913a76b0c8eb91d4c5838c52f93]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [01a1d08f17800fb7118835a13230226f536d627f]

        #i107450#: move SvxSearchIten to svl

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [8747398283b8217bbfcb2ef32bed0e1075b50c39]

        #i107450#: don't use sfx code to download graphics

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [6ac884dbbca8339a8e2e1b77f948487fa91ce6c9]

        #i107450#: remove superfluous code

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [c244eea10a230b8c6e8e5403318b8712438856fa]

        #i107450#: separate creation of Numrules via SdrModel and otherwise

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [87c94006ecc76461856460e74e5419142ae30ad2]

        #i107450#: move method CreateGraphicObjectFromURL to class GraphicObject

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [6d82dbeddb991307a987b9f8087d78b702f6c7c0]

        #i107450#: move method CreateGraphicObjectFromURL to class GraphicObject

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [e253f0cf0ddfed47d1e64fd7b7304f48d0a4ece0]

        #i107450#: move move code to create TextFields out of svdraw

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [529eb419a8f88fa34f57af5dc25dfec41d90d4bc]

        #i107450#: move ThesaurusDialog and HyphenWordDialog to cui

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [557dd8031d3b8221e2664a8149401226a67d0f08]

        #i107450#: move ThesaurusDialog and HyphenWordDialog to cui

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [1942021e1aa3a5dab00285d4baad3229d7af97d6]

        #i107450#: move ThesaurusDialog and HyphenWordDialog to cui

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [5b87c93c40f6782c6ec2e7cca1f6279f624ec134]

        CWS-TOOLING: integrate CWS automationdev300m61

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [6495925b72788d045dfaa76476e407f9d23c0ea3]

        #i107450#: split up the two different ways to detect a module field unit

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [5a85f2a075030f9f15e5d48ed0a82dbf5eb55d68]

        #i107450#: split up the two different ways to detect a module field unit

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [6fc01200941161b365c953a182ccc8b9e5365104]

        #i107450#: split up the two different ways to detect a module field unit

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [1af17a587a6153e6ae6241742de8e917305fd7bf]

        CWS-TOOLING: integrate CWS cmcfixes67

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [304f5befadcb31f49acf764d239e38a369a87d9d]

        CWS-TOOLING: integrate CWS cmcfixes67

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [10b3806edf987f4a642c9f0efd1373e699dbe42c]

        CWS-TOOLING: integrate CWS cmcfixes67

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [800d0c7ef6a59e2bd00f1de536fe3c8b5fea04b0]

        CWS-TOOLING: integrate CWS cmcfixes67

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [7f7d13eeaa915c275bafcd121073dd11e1147340]

        #i107450#: move GetLanguageString to class SvtLanguageTable

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [4058a9b1950da57bfcf3a8365954cb462d8cfa23]

        #i107450#: move GetLanguageString to class SvtLanguageTable

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [a2d9f29364b4fac5215f9f1fc1debd07921b3d86]

        #i107450#: move GetLanguageString to class SvtLanguageTable

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [cce4c0607de1a4b63728812500c20c4b099c8214]

        #i107450#: move GetLanguageString to class SvtLanguageTable

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [bff3805b014f19e62edf7c6aa7716048c07cf689]

        #i107450#: move GetLanguageString to class SvtLanguageTable

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [705bec7bdf138a6f7d1c43aba6ceebe98f4b236e]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [480616656e0daf1e33feb00cb2a3d001ea65f202]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [7f64926887d7fd0aa0f5f479168819b61ce4e72b]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [2ee1464936d571b6796dcd3336135a8283d56269]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [b061efe17ce70a0c41b32fd16030445f6d4e2f17]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [d882dd49fafcde4c110a598b5b23516da1d1abcb]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [1ec7f66ed8f162bdbcc320af4f20bf79a558d87f]

        CWS-TOOLING: integrate CWS vcl107

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [dafd9be282dbae3f58949f587386f980254f9da9]

        #i107450#: make SdrMeasureField free from SdrObject related code

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [8358487a68211f34837bd5f632de204c20cd5e32]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8fa3860e4c729f364044abe3aaaab6239ead497]

        aus111: update to DEV300_m67

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [2961a9c67bd010d23da262b679a1d4205d159d72]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [9d923c78971138b0ca5d93bb5a5bbdff269734ca]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [3f8222cb50285ab95b2f8cced754215a8c556e5f]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [514c5696beb2d65431b6f783e33e28b3c3f0545e]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [69ea879c3dceb464f3d01ae3ecbd178bd77de96a]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [68b9760f89de829738b7090074994978724d8f5a]

        #i107450#: remove SdrObject dependency from OutlinerForwarder; EditEnginePool for ItempropertySet of EditObjects; split unoprov.hxx+cxx

2009-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d3dc92d7477ff0e0094d1c40d4732ce2f9a1fe8]

        aus111: #i107498# - xhp localization outside helpcontent2 and the according cleanup in sdext

2009-12-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [fe74c5cb8d987483b67cfa153102e16d7dc95a96]

        fix warnings

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [93734378238f111aa55ad985ddd933684ee71010]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [ef3676ecc67e072318de2417dc9774664c5e457b]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [638efba4f114621eb31940482b6260010c97c0b7]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [d28abd60f6e466403b3cfa61e5331b2d56f39553]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [6faf78102859e7ddc05c762e1aebc47c784e2aa5]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [feab692f6477e4312f3da0d7259d0d0ed7eeaecb]

        CWS-TOOLING: integrate CWS os137

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [2efe116f872503f423caa902857932fdacac4b04]

        CWS-TOOLING: integrate CWS os137

2009-12-10  sb  <sb@openoffice.org>  [70a90079550e11c8d27761bc71c74c08fc0b3b1e]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [1c4ff516b617afd0bd0efc8ec6feaac0beed4219]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [2e645fd1d615a4f2288cdf3baa01aeebafa4e097]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [963e7043fd5ee96747d9950c81177892d190d5bf]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [351c3d9a310def6ada87c0d49eb0ec2a00a6a94a]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [337acdbcd71a630ee4063f53a62d44b974a0f9a9]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [d9164f354a8951ad220d5ae937517228296d1922]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [054ac6a46caf148d0052e773b212483d79896436]

        sb111: merged in DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [28bd293e222e9e1013a5dd1200d622c3f5c97f0d]

        sb111: merged in DEV300_m67

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [943f53b34ec1c44229cedecf5d304d1a91d326b6]

        #i107449#: embeddedobj now buildable without GUI libraries; added new module vbahelper

2009-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [268ea4e63f4024544cbd33e0e6d95cb3119746b7]

        aus111: #i107498# - xhp localization outside helpcontent2 and the according cleanup in sdext

2009-12-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b7cbd2ef8e1caff38e590cc48a3d7b15928a074d]

        aus111: #i107498# - xhp localization outside helpcontent2 and the according cleanup in sdext

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b0b2b403d0bdda9544a2d4b920367c410ed1680f]

        autorecovery: step 2 of final roll up of calling hierarchy

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [807112dbfe64a5f287ed332549b8b8ea1f43b59f]

        autorecovery: step 1 of final roll up of calling hierarchy

2009-12-10  Mathias Bauer  <mba@openoffice.org>  [e96b9a1dee34c0fc4cb9823164a1d8e4c917986b]

        #i107449#: replace code using vcl and svtools

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [9f1d44367a9b0214c7d267fcc7dc58e8191f73ed]

        CWS-TOOLING: integrate CWS ause106

2009-12-10  Vladimir Glazunov  <vg@openoffice.org>  [79a277daedbd034b1dfcf74fa9b9c1a2a93e3605]

        CWS-TOOLING: integrate CWS ause106

2009-12-10  Ingo Schmidt  <is@openoffice.org>  [59d07c6181f194f60258480f2cb419a86c25a529]

        native275 #i107355# updating to OOo 3.3

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [72deb84fb946c53c4cf878c6b032dfc9e5dfd467]

        Linux build breaker due to warning.

2009-12-10  sb  <sb@openoffice.org>  [15a363a6b82f1edcf76a91dbda3dc32b959a0084]

        sb111: #i107571# take care that SYSTEM_MOZILLA and WITH_MOZILLA are sometimes not defined at all

2009-12-10  Helge Delfs  <hde@openoffice.org>  [2869d8238cb7efe93e3392bc4dbdf2333b03d3c5]

        FIX: initial dialog closed that opened after loading document, close all documents at end of testcase

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [8656cb103d8ecc0fee29357194619e81eabe572b]

        linux build breaker due to warning.

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [d19b4f2d685633d079b566d43a32528b43c4059e]

        resync with DEV300_m67

2009-12-10  sb  <sb@openoffice.org>  [a23645e7bb1a9889b9683e31fc7e1accb8aafe82]

        sb111: #i107578# for backward compatibility, support hexadecimal configuration values; however, change uses to decimal notation, anyway

2009-12-10  sb  <sb@openoffice.org>  [b069d0fabfa30848596bdc106380f75a725b686e]

        sb111: #i107578# for backward compatibility, support hexadecimal configuration values; however, change uses to decimal notation, anyway

2009-12-10  Joerg Skottke  <jsk@openoffice.org>  [5e1b2954d0c1dfcbcd7ed1c103d37e12db4eaef1]

        jl146: #i107038 - Added call to ViewZoom at the end of hNewDocument() for Writer documents

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54cf384db65016c68e21da62a427e383f8d180f8]

        autorecovery: guard the creation of the SfxViewShell in Enter/LeaveRegistration

2009-12-10  Mikhail Voitenko  <mav@openoffice.org>  [b82fa6fbfefd711455414d77b36a8d364bde4ce7]

        #i10000# adopt for unix

2009-12-10  sb  <sb@openoffice.org>  [986a71938c7acdd8d6360b281e7582a68518b30d]

        sb116: #i106845# removed "fi" left over from previous changeset 04aef48c8fd5

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e0a675a1176ca73bc681ca89654a13d9856b1717]

        autorecovery: Basic IDE now again loads in the start module frame, if applicable

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9fb19fd9f062adc0bb778258c5e65d57ff794e09]

        autorecovery: when doing a loadComponentFromURL with an existing model, ensure this also works for unsaved documents

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [66050b87257f26bb78134f8d40410360ff4bd384]

        autorecovery: moved some code from SfxFrame::InsertDocument_Impl to where the view is actually created (or connected)

2009-12-10  Takashi Ono  <tono@openoffice.org>  [cb86ce6cd647da519c105d1a025c8fa47475465b]

        i#107584: mingw port fix for fwk125

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fd5d46a152bd47f71ee2662700a321a4e61bc269]

        dba33d: merge

2009-12-10  Takashi Ono  <tono@openoffice.org>  [c2ad86b8941439d904e4bda4aefa5814d713b535]

        i#107582: mingw port for tkr28

2009-12-10  Takashi Ono  <tono@openoffice.org>  [5f38f05a9fcc56c00196f0e9245a9692be2f3456]

        i#107582: mingw port for tkr28

2009-12-10  Helge Delfs  <hde@openoffice.org>  [127b15b1193425207688b1456700cd2f9d08cc75]

        FIX: selection of tabpage failed

2009-12-10  Mikhail Voitenko  <mav@openoffice.org>  [4392bf6cfd08e58667d7d479ea56180c15406472]

        #i107512# let the singleton be registered

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e469ee0ef7a27b7fe74de6961bb2fca7836bf9b9]

        dba33d: merge

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5005736eb6fca43acc38c0660f7beda4a0359bb7]

        dba33d: merge

2009-12-10  sb  <sb@openoffice.org>  [407324bf5ee13558a48f5ea6dcdf1ca590aa8595]

        sb116: re-run autoconf after merge

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c7693e1f24803c4febdd63ccd3fe79533019f7d4]

        dba33d: merge

2009-12-10  sb  <sb@openoffice.org>  [4a96552f4966f204a15287d3c1a9340012792661]

        sb116: #i106074# moved variable declarations to beginning of C blocks, for non-C99 compilers

2009-12-10  Joerg Skottke  <jsk@openoffice.org>  [45753a729808195871e54e3ad38fa778197b78c8]

        jl146: #i107038 - Reverting changes made for the given issue as it is no longer reproducible in a m7.

2009-12-10  sb  <sb@openoffice.org>  [0ba84eeda83b5241619a7c2e63f257db08629bad]

        sb116: #i106384# removed unncessary assignments (that caused warnings about using uninitialized variables)

2009-12-10  Thomas Lange [tl]  <tl@openoffice.org>  [af1e3ee0d10c10d6f30d8700ddc677a86dbf82c3]

        #i106914# apply configuration settings in UI

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [54ec9fae86d86f27fd2b4decfcb0e50571d8303c]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [c3805734015532711e32e6be776fec75604beda5]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [fe0cc8930b4367e34de105813700e19138122c1c]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [23f3d042fc04e3c5b8d5f24acdf66379850bc3e0]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [f7cf077f7ad3e29e68875eae96d47a9e982bda7b]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [738bfa79f4491ad241f0647fc8e993061f3a6c81]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [5c9c7d1198be832e4b861871adf7937d7906e4e6]

        merged with DEV300_m67

2009-12-10  Kai Sommerfeld  <kso@openoffice.org>  [4b6c864b8b01f6791b8e2336b9a86818ae46834b]

        merged with DEV300_m67

2009-12-10  Helge Delfs  <hde@openoffice.org>  [849b3e1cfc37fa74cc2e70861f15983f1c08ddc1]

        FIX: document must'nt be read only, export Filter fixed

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [32f70a00d38905cac16be0c496ea6dd35c34c489]

        merge

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bdabdb4ac426f57388245aefc4ec856fd430c9a1]

        merge

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [675a3bc1926458f205e8d33b8d44487547cc2597]

        Automated merge with file:///net/so-cwsserv01/export/cws/hg_clean/ooo/DEV300

2009-12-10  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2d7a36f76fc01f2e54f5fba46805f12013b48bfe]

        dba33b: post-rebase problem resolution

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b940775418226784f68a5ecdb74e9f5400241318]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b64feb3ee79994c0b3d1b585bbbc9fdebc08d8ed]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5dfe1735356b0a2e032e476ef83699a252faa5fc]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [86e39f9fa02129864b0cde56f37667bdc2802cba]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [af52298f59ecec08fb746652162b26eb1f649111]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1e078f5ee6fae080f556f33b3014a2e3f992668f]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ada13bed0d00ec3af944850148f9b3ed177dd101]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c66201b66deeb77d630a583557c41f8b9b7381bd]

        dba33d: merge with DEV300_m67

2009-12-10  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b5cdf7a6af1dee998982ec0d6f4652cd6bd7eb7a]

        dba33d: merge with DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3aba5acb376021c9c897e2f0ff3aa141202274ce]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b2f8a623d8eef6a03f9ff36d36811c784005ce0]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [142ed2307465cc54efd0ec3e1cf93f3a69a480aa]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e059b25962faa913b7df53f33af0ef00b685fb25]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af2cdd44357ff8013d0506fb2b38c0dd082fad33]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [40bf1f9d72b48c7060f388bbfdba5bc6ff5966a3]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1210df9dedd255b4d3d200c16ba6db8d08454048]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b95687b2a5922b45079e41d2f13251407c0d4a7c]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9a1a74170116cf5c11e899047488738799eda1a7]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [954c326ed80405f99dfc19f3dbdef112c9b4ea51]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [55c06889aaee96a2677438375f1b53627b3ddf12]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [86edbec83e25d66f187f5c3e7a4a44dae0257e47]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5324ac66e4095fde3334a4367323d4aa266bf781]

        dba33b: merge CWS head with head resulting from pulling DEV300_m67

2009-12-09  Mikhail Voitenko  <mav@openoffice.org>  [89fd6a8f6cd1b27a9c4a22c5254a1ce5184c45d2]

        #i107525# let the original file be locked with the system file locking

2009-12-09  David Tardon  <dtardon@openoffice.org>  [28e442d5f63e16c3a6eade5e3de4b3012ce9669a]

        dtardon01: update to DEV300_m67

2009-12-09  David Tardon  <dtardon@openoffice.org>  [9b6109a1a46495d7750f9b154067acb826ab67f8]

        dtardon01: update to DEV300_m67

2009-12-09  David Tardon  <dtardon@openoffice.org>  [f12aefba296643efd725aea3880d226f08966640]

        dtardon01: update to DEV300_m67

2009-12-09  David Tardon  <dtardon@openoffice.org>  [7abd143cda0c008669144d0c5a29fe2773da0db4]

        dtardon01: update to DEV300_m67

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [683860276bfb1f423b7b945028a60acdd3a23ec9]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [10c6fc64b68dc0a2a03facade59423a894109e7e]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [92bf6186a28f6fc17f7f0afbf1c1fe8c206fb0ba]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [da4bd25fa48bea8788fdee732e9b3fd7b07859b3]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a064da5efa8aa6782e3eda517e522ce8f007dd04]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [2d5d23ccc0810ab2b2ea54910ce70077ff96756b]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [02b04650ad609b0ff67ac9384c571b51b281dba1]

        Update from master repository (to m67).

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [16c8ed5d372109c177c5989bf6498e6f209b1515]

        #i105343# Fixed osl_writeFile() to invalidate flushed buffer.

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [98e1ea0d79ca2db635662a3aacc6788f8a5c0df1]

        #i71568# #i108349# Fixed copyright header.

2009-12-09  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [4fc902003376e5f05bfd83d99d240ce54444272e]

        Fixed copyright header.

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [725b64a71e15f2f419be0fb12700bf9be70625a4]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [d06abc2222d00bbbeafb18a811754477f0b8d321]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [134c579568fd294160641c71412b7a632d15b62d]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [091efe0f1da9d1d2df208ab33403815a30858352]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [d0b5de584e85bd520d2cff1c9c328801596d5386]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [d911d3fd34a472bc504616137e219d4f24381169]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [f6b4434260cdf07b3aa53b85734f9df5ca1f3710]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [98639785531e1d0bc38251b7c0b7f1f53598bc58]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [23f9d19f8135571392d76ea839c6a49dafabea3a]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [dbc2ea3db472286139a9f82b2c6aa972a8d43406]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [68dbbfd86297305c21c45b053b5403d54654d519]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [65490bfe9ae8f81a8209a5107148ba453e4e0b99]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [e51f9e2802d3d1bcb9018be36b861b912fdd89e5]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [4443370e8e3e49f32394a765c25148891799be2e]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [d844e062d0717f8665c0b705a36dd40427635dfb]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Vladimir Glazunov  <vg@openoffice.org>  [ea74b90b11ba8714835872ae2092f68bb6bd918e]

        CWS-TOOLING: integrate CWS killnonpro

2009-12-09  Kai Sommerfeld  <kso@openoffice.org>  [c7cd1b3ffde4a2ea187d6d962081ff5cf94da688]

        InteractionHandler refactoring, 1st wave.

2009-12-09  hb  <hbrinkm@openoffice.org>  [75b26e20176affdfe4a0a8af2c433e2c7c304400]

        writerfilter07: resolved crash after merging DEV300_m66

2009-12-09  Andreas Bregas  <ab@openoffice.org>  [6cfb4e0977e2f7974edabd2e617286c6e2e46738]

        #i107075# Check any type in getTextMarkup()

2009-12-09  Philipp Lohmann  <pl@openoffice.org>  [9f4bc225ca4628c58d728e8f32e5aaaa3fac8bca]

        #i107554# protect against stack underflow

2009-12-09  sb  <sb@openoffice.org>  [55d7592433bf4b70bdd4bcbe957eabf9052de44e]

        sb111: #i107556# do not depend on order of XNameAccess::getElementNames; removed some unused com.sun.star.wizards code

2009-12-09  Carsten Driesner  <cd@openoffice.org>  [724842d9b72155dac4f2ade8ed5385da302a15bf]

        #161124# Fix problem with cpu frequency as float. Added context class loader code to fix problems with certain Java versions.

2009-12-09  hdu  <duerr@sun.com>  [0d1debd8e0179006d80f7f9ca443d21730f14dae]

        #i107552# ignore SFNT fonts with broken name table (thanks cmc!)

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b65cac5336385cc2637bc835fcce745fd5fe7cb0]

        autorecovery: removed SID_WIN_POSSIZE There were two places which wrote this item (one being the TransformParameters in appuno.cxx, one a GetState method at the view frame), and both had different opinions whether this item should be an SfxStringItem or an SfxRectangleItem. Also, there seemed to be no code at all which evaluated this item.

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8e928726e9ecef5a56c459df2c45764f32a73ec7]

        autorecovery: streamlined InsertDocument_Impl, as preparation for moving its content into XModel2::createViewController or XController2::attachFrame or ...

2009-12-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc594ee25eb26a01a52b3906fd769fae005cd57e]

        masterfix: #i10000# - workaround changed dir names

2009-12-09  Eike Rathke  <er@openoffice.org>  [1b5acf308480c738ddafc97b720f54446436de5b]

        #i107501# #i107518# ScRange::Parse_XL_Header: reset external doc name if it was none

2009-12-09  Joerg Skottke  <jsk@openoffice.org>  [d53dde38e3f0abfac7fc2b9cdb55214f1c126dde]

        jl149: #i107548 - e_extensions.bas was unable to handle root-installations. Now we identify the installation target directory messagebox (which only pops up if the user has the rights to install into shared layer). Otherwise we skip.

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d8c02057bd821b073e0d8f94186d562783ab2d68]

        autorecovery: removed some unused members of SfxObjectShell_Impl

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a0cdd12b48baf1ac71e7930519519abeb0ecf871]

        autorecovery: split topfrm.cxx into viewfrm2.cxx and frame2.cxx, cleaned up some includes, removed some relict 'Top' in impl-class names

2009-12-09  Mathias Bauer  <mba@openoffice.org>  [28b33be9d69a49140fa8fc4bbb77c968203b2bc1]

        missing dependency on rsc

2009-12-09  hb  <hbrinkm@openoffice.org>  [b836eddc42d68ac4ced1be68424fa73b031d5d75]

        writerfilter07: use protocol proxies only if DEBUG_PROTOCOL is defined

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [55ef444a354e519139e402be89686a743454907b]

        autorecovery: removed a (now unused) flavour of SfxFrame::Create

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0fc267ad5739641063c1bcf3d93c2fcfa48b5966]

        autorecovery: SfxViewFrame::CreateViewFrame does not have any clients anymore - removed

2009-12-09  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [330620b17d6785b9f1f7d3646e3958bc7fbdd1eb]

        autorecovery: substituted some more usages of SfxViewFrame::CreateViewFrame with their new equivalents

2009-12-09  Joerg Skottke  <jsk@openoffice.org>  [25a28635d938f5f5c6a672159fcc4e2bb7dd7bce]

        sb146: #i107548 - Replacing publisher.inc with the version from cws sb111 (which brings dynamic waiting plus extra time for unopkg add to complete)

2009-12-08  Mathias Bauer  <mba@openoffice.org>  [aef89426cd30ec9d6066b4e50f8d0e2a692c8c9b]

        another resolved merge conflict

2009-12-08  Philipp Lohmann  <pl@openoffice.org>  [d0b307e10caaa858d1ef91bd98240da9bba0a78c]

        #i107529# change fallback mechanism

2009-12-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [33bfbf7debee613fa83d8a450226aecb5f9c672f]

        aw079: #i107346# flag for WrongSpell in SdrTextAttribute

2009-12-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8eeb1400c138e4e1b35c017b228fd358a34d55ed]

        aw079: #i107360# test code for trapezoid decomposer

2009-12-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3e659f82dedbb5ddeb2814ce5267445234f7e7fd]

        aw079: #i107360# numerical precision

2009-12-08  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ad7022af48b1b91e605c86ebf1eb91ce66635385]

        vcl108: #i104264# use caret width setting from system

2009-12-08  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [eec26ce8cf443fe6c272625d697c79e25c69a463]

        cbosdo02: individual authors are not enumerated in OOo source files

2009-12-08  sj  <sj@openoffice.org>  [6c1aa68d76169c11c1f56a19ce4f12393e6bca51]

        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  Kurt Zenker  <kz@openoffice.org>  [4d256d26b3d99149c3dafe8b1acbc161c69c171d]

        masterfix: #i10000# crash in sc fixed

2009-12-08  Kurt Zenker  <kz@openoffice.org>  [d95c37cdac36e96c22fa38b519817cc0466f1f96]

        masterfix: #i10000# no 64-bit debug libs to link

2009-12-08  Christian Lippka  <christian.lippka@sun.com>  [b354b53c2d2c28a93fc06b06e1e855f38a46e841]

        renaissance01: #i107213# more work on layout popup

2009-12-08  Christian Lippka  <christian.lippka@sun.com>  [dada72080460ab3a1bf4228a38454339b1d5f204]

        renaissance01: #i107213# more work on layout popup

2009-12-08  Christian Lippka  <christian.lippka@sun.com>  [4ef8c7d0374237bccaca7a7ef1865a307dec3c45]

        renaissance01: #i107213# allow non toolbar XUIElements to popup

2009-12-08  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [bc40790af5f156e22dd9f0535e4fc590113b960c]

        cbosdo02: #i33737# removing unused defines, moving remaining ones into vnd.oasis.opendocument namespace ---------------- cbosdo02: #i33737# renaming defines from ECMA to ODF ---------------- cbosdo02: #i33737# removing ecma namespace ---------------- cbosdo02: #i33737# removing ecma var ---------------- cbosdo02: #i33737# ecma -> odf ---------------- cbosdo02: #i33737# ecma -> odf
        
        HG: Enter commit message.  Lines beginning with 'HG:' are removed.
        HG: Remove all lines to abort the collapse operation.
2009-12-08  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [51c064bac31111cf33e17486120980fa41f3f85e]

        cbosdo02: #i33737# removing unused defines, moving remaining ones into vnd.oasis.opendocument namespace ---------------- cbosdo02: #i33737# renaming defines from ECMA to ODF ---------------- cbosdo02: #i33737# removing ecma namespace ---------------- cbosdo02: #i33737# removing ecma var ---------------- cbosdo02: #i33737# ecma -> odf ---------------- cbosdo02: #i33737# ecma -> odf
        
        HG: Enter commit message.  Lines beginning with 'HG:' are removed.
        HG: Remove all lines to abort the collapse operation.
2009-12-08  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [980cdfb7a0e847d5a1085b3bb63e7c06e6edf271]

        cbosdo02: #i33737# removing unused defines, moving remaining ones into vnd.oasis.opendocument namespace ---------------- cbosdo02: #i33737# renaming defines from ECMA to ODF ---------------- cbosdo02: #i33737# removing ecma namespace ---------------- cbosdo02: #i33737# removing ecma var ---------------- cbosdo02: #i33737# ecma -> odf ---------------- cbosdo02: #i33737# ecma -> odf
        
        HG: Enter commit message.  Lines beginning with 'HG:' are removed.
        HG: Remove all lines to abort the collapse operation.
2009-12-08  Martin Hollmichel  <mh@openoffice.org>  [ded4d5f4e9bd896bf05373756d7834f1ebc647ce]

        update: year of copyright

2009-12-08  Martin Hollmichel  <mh@openoffice.org>  [6a9b5c605f4b808673d1e96d72e1c8562ecb42c6]

        update: year of copyright

2009-12-08  Joachim Lingner  <jl@openoffice.org>  [3d40590909f357e777826ed869964a2b3dcf617b]

        jl145: merge with outgoing

2009-12-08  Kurt Zenker  <kz@openoffice.org>  [d9aef5ad759049012c08d2a7d6d315c1c20bce90]

        masterfix: #i10000# help of presenter added for missing platforms

2009-12-08  Kurt Zenker  <kz@openoffice.org>  [dfeb3d7aeaf0da8707b5a62179f6cc2832a2d95d]

        masterfix: #i10000# activate BUILD_X64 for wntmsci13

2009-12-08  Joachim Lingner  <jl@openoffice.org>  [cbb9a21b81b0753fac59d4e12963492a3c1bbcdc]

        jl145: #i97653# subject name of certificate are not correct displayed if they use special characters

2009-12-08  Mathias Bauer  <mba@openoffice.org>  [309c883e002dcd20ec775f323e74bf49c1bc0e06]

        some more fixes after resync

2009-12-08  Mathias Bauer  <mba@openoffice.org>  [67822292d4b69a70652c3fa39b5679125cb847d2]

        some more fixes after resync

2009-12-08  Mathias Bauer  <mba@openoffice.org>  [e8eaf1947f895d0c57321ff1e7e8d9d44fb19ee5]

        some more fixes after resync

2009-12-08  Mathias Bauer  <mba@openoffice.org>  [483ff092713b3f70cacd711605b706436dd698b1]

        some more fixes after resync

2009-12-08  Joachim Lingner  <jl@openoffice.org>  [b3bfaa49dbfe2c7e6c9861766c6dbcb338a1cbfd]

        #i107528# incorrect string conversion of the path of the berkeley db causes the Extension Manager to abort

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [9ad98908adcf15ca07e3ed2d500170381614365a]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [09afe614bf377c8c9bef6af6762069633a0551ae]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [24f9957f599ccfd153288df78aae8428b6a8c61f]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [8a1cbc232a07451f0366161427dd5cf61528edd3]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [79efc43c42a46a6c11c64d9a07686728ecad12e8]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [305c1ffdb0cf418b035def76fe3c3697c6a3ceb0]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [977321e59f55819e0d9d682838f404681f8eb3aa]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [b7af42ea713d44dbd20091a78f40256b797c8f6c]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c54917816e125e03ad69acc86dcc68cd981960bc]

        writerfilter07: merged DEV300_m66

2009-12-08  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [09a845b6b6be65d27671f59a6444779c480bcd08]

        writerfilter07: merged DEV300_m66

2009-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [0764f888f38304343c55ca2dcda097b01723b6a6]

        merge

2009-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [34b5a53a562ac9bb3387e1e5603cd04165a268ae]

        #i105728#, #i105730#, #i105727# intelli UI thingies

2009-12-08  Thomas Lange [tl]  <tl@openoffice.org>  [96be2a9615b9243e59cc103d60c8cb5c9340df52]

        #i105728#, #i105730#, #i105727# intelli UI thingies

2009-12-08  Joachim Lingner  <jl@openoffice.org>  [fbca305db0ca6c39dfe78f7356521d2eada1c15e]

        jl137: #i103420# MinGW struggles with SecureZeroMemory. Using rtl_zeroMemory

2009-12-08  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [271be244a0f85264d3bd5c5f2820aa7c9b299881]

        dba33e: if database is read only start with READ_ONLY concurrency

2009-12-07  David Tardon  <dtardon@openoffice.org>  [c951b0a3b27e2dd5a650de21c11c56aa0b734960]

        dtardon01: #i107506#: remove unused variable

2009-12-07  David Tardon  <dtardon@openoffice.org>  [9d76a35ae0e11fcad4d51ad318d65bd14102620d]

        dtardon01: #i107505#: remove includes of nonexistent header xmloff/xmlelement.hxx

2009-12-07  David Tardon  <dtardon@openoffice.org>  [9743365564297284b5830a47fbca7f84b8f7f5ff]

        dtardon01: #i107504#: remove some left-over variable declarations

2009-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [021d695170ab31cd91163fbbf58d30f8643a6a6f]

        printerpullpages: #i91478# fix a scaling issue in native mac dialog

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [baced7cd516ae794e483db44ffec79d85c1ee9b0]

        next merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [6f02e1ebf027f999cd0548cb2a5e43b1d2ccd8a6]

        next merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [f670cc14ac96756df422b785eaa53dc6a3d761d9]

        next merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [f42f259b3bb94911819df07398e491831b56e3e9]

        next merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [6782124be599bc826f6ee0662b92052a9462a65b]

        next merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [6fe28e7c63b208827a1844f1ed260531fc390f7e]

        next merge

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [09d921c043767cb4b94aa317f76efe6ce2e51acd]

        masterfix: #i10000# generate new configure

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [b1ecb2f0bc772b075a3667302944cfaf1103a701]

        some fixes after resync

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [cee9bce554887502b98ae64fc38592069d651b8e]

        some fixes after resync

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [7e4d3b6cce999686bbb3dce094ec78625710dbca]

        some fixes after resync

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [f8ada8f2a93659e27928f3b5244c813de2c3847b]

        masterfix: #i10000# type fixed

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [749cf33e099b4224f7c808effed7c8c702da7215]

        chartshapes: merge with DEV300_m66

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [ec7e43fe1c3a7a18634ae9dd46acf99394ae6c4d]

        chartshapes: merge with DEV300_m66

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [247c018e0c1fae644f52fae087f4f3906e1f529a]

        chartshapes: merge with DEV300_m66

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [04d7fd9828cdb09ff190bc65975e0c51df778487]

        chartshapes: merge with DEV300_m66

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [568a87268578309c7110d45ee74b4911a8d475c8]

        chartshapes: merge with DEV300_m66

2009-12-07  Thomas Benisch  <tbe@openoffice.org>  [cf7b30671ae30589fcf0f4209b7419268d9aff25]

        chartshapes: merge with DEV300_m66

2009-12-07  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6265bf19dd38b9c3dfd81828dc07ad579d02065d]

        vcl108: #b6906380# fix desktop switch logic

2009-12-07  Thomas Lange  <tl@openoffice.org>  [51ddd05ed983a4fdebe2d8fc298150223d144759]

        #i105988# accessibility crash

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [e4a04a9cde62f498cfbd6329951fbdefa4427b6e]

        masterfix: #i10000# build error fixed

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [b9004a5787949ce59366143009d191ff76e73ee2]

        masterfix: #i10000# merge issure fixed

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [135cf369d7a9d8e2ed5fab06a452579550c451e0]

        masterfix: #i10000# fixed WaE on linux and solaris non pro

2009-12-07  Oliver Düsterhoff  <od@openoffice.org>  [0cfcee1a6fcd99d2b85cefae06f6e1ea95377da1]

        #i107365# method <ViewShell::ImplEndAction(..)> 	  - take care of transparent child windows after direct paint.

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [a2dc6ec23c5f6fabd3c80d4bcc75f0a913460093]

        #i10000# DBG_CTOR can not be used in a non pro version

2009-12-07  Ingo Schmidt  <is@openoffice.org>  [bc2a5e97b5d2400087baa2af4f8c30adfc48c3df]

        merge

2009-12-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [450e9828544de8988c3bec93850029bfa8df2e1f]

        autorecovery: also implement XInteractionHandler2, if our delegator supports it

2009-12-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2a55dd7ed275480560f1fc95c34d82027d1c6dc1]

        autorecovery: when re-connecting in a suspend call, do not push the shells, again (they're not yet popped)

2009-12-07  Thomas Lange [tl]  <tl@openoffice.org>  [5070a0c3837870e0be038a5b246e110f79d03d84]

        merge

2009-12-07  Mathias Bauer  <mba@openoffice.org>  [92b464823c7c74afbf09023534878cbb38213a49]

        #i106367#: typo again

2009-12-07  Thomas Lange [tl]  <tl@openoffice.org>  [f2c9ce11be8fa212009957bfe3ef3554a7091b3d]

        #i104312# fixed print objetcs for pictures and graphics; nopw works for drawing objects as well and does not effect form controls

2009-12-07  Thomas Lange [tl]  <tl@openoffice.org>  [7cb692f6794de11cb1e48f94a2c022ee6ed5dd64]

        #i104312# fixed print objetcs for pictures and graphics; nopw works for drawing objects as well and does not effect form controls

2009-12-07  Thomas Lange [tl]  <tl@openoffice.org>  [8a75134b7668c04ee8b8bab2d49a84d3540a702a]

        #i104312# fixed print objetcs for pictures and graphics; nopw works for drawing objects as well and does not effect form controls

2009-12-07  Kurt Zenker  <kz@openoffice.org>  [f17e58864db1476a09cc5156e85f745a9286da63]

        masterfix: #i10000# fixed conflict resolutions

2009-12-07  sj  <sj@openoffice.org>  [71c580ffdb030acf0bb40ce61a53e4af560ddf02]

        #impress181: #i107492#: fixed filled background cration

2009-12-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af5a953044c7e6a1080d70724029bd8162ec6dbd]

        autorecovery: oops, this test code was not intended to be committed

2009-12-07  Joachim Lingner  <jl@openoffice.org>  [56cb5496a8a8a64ab4a6a6d8d820d9dc3bded3c9]

        jl144: #i106132# lib files on Windows were not delivered

2009-12-07  Frank Schönheit  <fs@openoffice.org>  [178209c0dc12f0768ac5689e7f83db602cc8b201]

        #i107485#

2009-12-07  sj  <sj@openoffice.org>  [26e6d1abc8e5c083bfc96d12d7b51a7baee0eabd]

        impress181: #i107457#: applied patch (WMF/EMF import, text background is now correctly set)

2009-12-07  Kai Sommerfeld  <kso@openoffice.org>  [4a8daa26e866b3c84585c41b8be010c0a77a30b4]

        #i106830# - Small fixes.

2009-12-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aaf2245bfdd659634c42ccf4b68f984b7abd67df]

        #i10000#

2009-12-07  Kai Sommerfeld  <kso@openoffice.org>  [5d02e362626ba0b181a9e08bac1241ef5c2ec8a9]

        i107484 - Fixed interaction continuations for FutureDocumentVersionProductUpdateRequest

2009-12-07  David Tardon  <dtardon@openoffice.org>  [c10547b469dece60da32ec1d7821d8c6b78f26d5]

        dtardon01: #i107466#: add missing includes in nonproduct build

2009-12-07  Caolán McNamara  <cmc@openoffice.org>  [0a537a4a7dac6a1183266384359b263405aa9994]

        cmcfixes68: #i107465# fix nonpro build error

2009-12-07  hdu  <duerr@sun.com>  [d5adb4b029ec99f46c114f238bdd5ebc5c2d768f]

        #i107415# fix caching problem for big-sized graphite fonts (thanks kstribley!)

2009-12-07  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1d69c476cd36100a17c7e17aa9a160aacea0824b]

        #i10000#

2009-12-07  sb  <sb@openoffice.org>  [e8686219ade1a44544d8c89246b75b19ab8eb67d]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [d9803be45e38f6daef7010e47c10842906e29d43]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [334c894c6fc1ac6d494b0256b7982ed7311d8854]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [a751d389a4796459c0c5271682badd8330456514]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [529b0ca87d532479484d08e63771d99be1b1d61a]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [9771d00dbc607736b35c6365e4f9342d89f9e14d]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [7d1a6e162ef51e51f06d69f63003f68229783e44]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [314047c8e70e3bf421e5fd72bfef4bbcc74aec0c]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [4ca494a8e74f92cf3e435e59d7cf7a96e4e1fbfe]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [1dae2adc81df0ad4ea200ec7267f9b493ff86e17]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [b95d058f6917d9c7e223125ed6abb643e6ec71de]

        merged in DEV300_m66

2009-12-07  sb  <sb@openoffice.org>  [9164f69acf4ded007abb5b20a2f0716879fe0e46]

        merged in DEV300_m66

2009-12-07  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [21adfcda8071a0df2ae7c72cdf42a28c32bdaef8]

        srb1: #i99049# use version include

2009-12-06  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0af31b435595589aa3178804efe84edadee25fa9]

        cbosdo03: Cleaned up debugging messages.

2009-12-06  Christian Lippka  <cl@openoffice.org>  [f0efe6abc4156df0834f8e6953a8bcee9ead9506]

        renaissance01: #i107213# inital layout floater implementation

2009-12-06  Christian Lippka  <cl@openoffice.org>  [81d3e5624bf44c7226e7041de093805b272a0dca]

        renaissance01: #i107213# ignore grip on mouse move

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [0a4575e1fd32e77a576ca48eb8193d06a2d67ce8]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [88a15ec4394a52e702bd3c733a738a90ba4328ae]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [4d5de0583ca38fb78aafad95d74849a4608b08aa]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [62bbf17f13893a6b6b986f1cf8094ceef464a8e1]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [e1593452b25bbfd9e61a73f69a4d50aa4c28510b]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [7520c01c2cc11e80829e5d0ae3f9c6ac0a327298]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [f5f2a09e71c0ae018525b9cb63e2551d967a5fa3]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [73c47b8be32d3aea433f471dff7cbda4f58eb4ad]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [315c7c2f877e41080f8442cfba35396511903bc1]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [0f3b155ea1d0294a3305e00d1b7cae8142fee895]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [dc30b423e4091bcb8e3bcdc975744cc4361d905a]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [cd0b2efd96ff274ea11610e16c0f2b28285a461f]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [52931a9365e63f380202b91042f2be9c571ae419]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [8d669bc21b9d1976842ba8252d2f0fb953160bdd]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [342e37f151084dfb8f840c0cfaa4674dcf880267]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [82f5d55a7fe4f1f384fdadc9f042d22e4ae831d5]

        merge to m67

2009-12-05  Mathias Bauer  <mba@openoffice.org>  [f114eda3f3285e5df3ac5e3f6a0474bbaa472e26]

        merge to m67

2009-12-05  Kohei Yoshida  <kyoshida@novell.com>  [fc01d8a544527bcd50b1e77140fc0f084afd414d]

        kohei04: #i107458# Removed hard-coded range separators.
        
        Previously, range separators were hard-coded for each address convention.  But
        in the new code the separators are independent of address conventions or
        grammars.  This code was one of the left-overs of the previous implementation.
2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [72858030d75068948b8bf1f663bcb41f493b9bf3]

        autorecovery: rename SfxViewFrame's LoadDocument to LoadDocumentIntoFrame, and introduce a new LoadDocument, which does not take any frame-like argument. Makes writing code easier (and more explicit) for clients which do not have a frame, but want to load non-hidden.

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [65d3f97332dec72637177a0b15932b979067569e]

        autorecovery: rename SfxViewFrame's LoadDocument to LoadDocumentIntoFrame, and introduce a new LoadDocument, which does not take any frame-like argument. Makes writing code easier (and more explicit) for clients which do not have a frame, but want to load non-hidden.

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0247f43171fb87df8035762f618e342a38f29779]

        autorecovery: rename SfxViewFrame's LoadDocument to LoadDocumentIntoFrame, and introduce a new LoadDocument, which does not take any frame-like argument. Makes writing code easier (and more explicit) for clients which do not have a frame, but want to load non-hidden.

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [138bd998de6b436286c62f103ca43bf4a6249024]

        autorecovery: SfxViewFrame::Create => SfxViewFrame::Create_Impl (this is a module-private method, really)

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6550b83b1761a5d7cc71660c53439f550c463359]

        autorecovery: replace some calls to SfxViewFrame::CreateViewFrame with calls to the (newly introduced) SfxViewFrame::LoadHiddenDocument This way, we got rid of some more clients of InsertDocument_Impl. Final goal is to remove SfxViewFrame::CreateViewFrame completely, so the UNO loader is the only (indirect) client of InsertDocument_Impl.

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3faf9628e68cdfe16f32be7ff02d66ed7637626b]

        autorecovery: replace some calls to SfxViewFrame::CreateViewFrame with calls to the (newly introduced) SfxViewFrame::LoadHiddenDocument This way, we got rid of some more clients of InsertDocument_Impl. Final goal is to remove SfxViewFrame::CreateViewFrame completely, so the UNO loader is the only (indirect) client of InsertDocument_Impl.

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [7af875440ff069601d4fc3f320c5ffc6d65f6f94]

        DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [542dde90f6126e9725e145cc654a83d3ea2fd6ed]

        CWS-TOOLING: integrate CWS automationooo320m6_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [40651dbc54ccb847c97aecb1518f84bdcf5ff996]

        CWS-TOOLING: integrate CWS dv18_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [f06dd4493d6bdc97371138ae1e28ac5d37bc188e]

        CWS-TOOLING: integrate CWS ooo32gsl07_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [875ac20478f16e5107acb222c0b851b99d2e0f27]

        CWS-TOOLING: integrate CWS ooo32gsl07_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [2f883652c1af80075dc68b5cb439a13cd1dc4129]

        CWS-TOOLING: integrate CWS ooo32gsl07_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [b4c4d7ac0a50b17c526fc8092d1fa3b7b39dadd5]

        CWS-TOOLING: integrate CWS sw32bf08_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [2f0d4473749af8df0e2acd611f18c9c72bb769f3]

        CWS-TOOLING: integrate CWS icuooo32_DEV300

2009-12-04  sj  <sj@openoffice.org>  [66ad3e12c985a02c98785280b6660527f9a03dbf]

        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>  [9b087a2b56a0bf02f0f03322967e92e81692f823]

        CWS-TOOLING: integrate CWS ooo32gsl06_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [f68e347d71e1faae580192f3c24128463b1b0489]

        CWS-TOOLING: integrate CWS ooo32gsl06_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [f66a3fe05330baac519241310d81e017cacb3e42]

        CWS-TOOLING: integrate CWS tkr30_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [b81cab7eabc391ad5eb89417c06aa057896667e3]

        CWS-TOOLING: integrate CWS hb32showstoppers2_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [635292c523a8141d59b058197a485462a81c6a01]

        CWS-TOOLING: integrate CWS hb32showstoppers2_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [32d4cef13872befba678e4b190504c61bf6d0633]

        CWS-TOOLING: integrate CWS dv16_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [c32e21562f65b81d833c0f73894c4063cd056503]

        CWS-TOOLING: integrate CWS dv16_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [f4698d6cc8ad76fd4ef5f41ffb7bec0d8eec5be1]

        CWS-TOOLING: integrate CWS dv16_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [ae630ba91a3083db1752d1a9d67845b97f180c3a]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [33ed60502db11c0bed177f9f0e1c19287a9e3c47]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [bb7d0770bc3f16f988915f418a96892af6647c22]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [f8e1040cb60963098a0fc1d94e5674975faf3208]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [aecb484c17d58280a338d0edd4931166cf74926c]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [b1c38d864f15a2cd4a715431b1d4aa2a31106950]

        CWS-TOOLING: integrate CWS dba32j_DEV300

2009-12-04  Philipp Lohmann  <pl@openoffice.org>  [97116f6e7af5bef7a6390b530a323c50d8920f75]

        #i107358# fix uninitialized value (thanks cmc)

2009-12-04  Thomas Lange [tl]  <tl@openoffice.org>  [2413e9c1015f0042ed897023bd4bb012eb0ddbba]

        #i106815# changes realted to new OpenSymbol font

2009-12-04  Philipp Lohmann  <pl@openoffice.org>  [f7b51af1397309b611c3f98f26bdbfed0271095e]

        #i106833# fix subset font encoding

2009-12-04  Dirk Völzke  <dv@openoffice.org>  [7c9c561807fe56d487305d884ef3e6fa77b70620]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2009-12-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [022cb8bfea71cdf4e2b0ea2c91ff9807961a543a]

        d2v02: #161005# do not crash on a badly linked libXrandr

2009-12-04  Joachim Lingner  <jl@openoffice.org>  [05c4d76a7acbf3cdfc52614c29abb90fac1784b1]

        jl145: #i107442# Assertion: invalid UNO_JAVA_CLASSPATH entry -- after installing two Java extensions which provide the same service and then remove one extension

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [a87218a52bf48e518b8365162983855bfbe924f8]

        CWS-TOOLING: integrate CWS localization37_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [bccdc24d19c9e9d4ebb741f30c0782e857129aca]

        CWS-TOOLING: integrate CWS localization37_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [7b7e9fdee7e2e1d112ee5859cad40056e1696900]

        CWS-TOOLING: integrate CWS localization37_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [b71ce2d55a54802f109803c6ab486b8cdf9e6c21]

        CWS-TOOLING: integrate CWS localization37_DEV300

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [15c44d3dcdc0fbcebb2b5a573063e6b9ae9225cf]

        CWS-TOOLING: integrate CWS localization37_DEV300

2009-12-04  Daniel Rentz  <daniel.rentz@sun.com>  [da986c92475a27a026ab1e12308559a0c5756a2b]

        chartpositioning: #i86609# dump more BIFF8 chart records written by XL2K7

2009-12-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [33517d5153f0cf9419fae428cab9638e664f1261]

        Merge

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aafbcb76ec238c947a304a71e44ac1e856136ca3]

        autorecovery: open the Basic IDE via SFX' document loader

2009-12-04  Kurt Zenker  <kz@openoffice.org>  [41ab7bd54ec1f69731bf2f9c60a505c30386a303]

        masterfix: #i107239# remove dependency to HTML::Entities

2009-12-04  Mikhail Voitenko  <mav@openoffice.org>  [888c37e376701a749b4b102036f488287bc89fb8]

        #i107440# in case of problems with extensions the office libraries still should be usable

2009-12-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [655b08e832103e37a5fc59cd1d9bc50d7a2ad4c0]

        printerpullpages: #i92516# print to file option not persistent anymore

2009-12-04  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [7942ea3149bdcf4f7816a3abf79b5e1344291569]

        srb1: #i99049# patch common_build.xml

2009-12-04  Dirk Völzke  <dv@openoffice.org>  [f92fb56ceb8ba8c8125bbc970c068982e1b4dc19]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [528158b5ba4d0ef24db7a567ba493842928e082b]

        autorecovery: another client of InsertDocument_Impl died ... SfxFrame::InsertDocument has been replaced with SfxViewFrame::LoadDocument, which now uses the UNO loader to load the existing document into a frame, instead of going the direct (non-UNO-, pure-SFX-) way

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9d2d7e247db83c9f48272929edd3d5d5c22a1f11]

        autorecovery: another client of InsertDocument_Impl died ... SfxFrame::InsertDocument has been replaced with SfxViewFrame::LoadDocument, which now uses the UNO loader to load the existing document into a frame, instead of going the direct (non-UNO-, pure-SFX-) way

2009-12-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7522c1c55099f2eff10b0d2489c30424051b18b8]

        autorecovery: another client of InsertDocument_Impl died ... SfxFrame::InsertDocument has been replaced with SfxViewFrame::LoadDocument, which now uses the UNO loader to load the existing document into a frame, instead of going the direct (non-UNO-, pure-SFX-) way

2009-12-04  Thomas Lange [tl]  <tl@openoffice.org>  [645bbae4c7a40afca3f0212b5769f8c204093f2b]

        #i105084# nev version of OpenSymbol font (v2.2)

2009-12-04  Joerg Skottke [jsk]  <jsk@openoffice.org>  [d29a010aec8a730e3936e76518ea5b14ba41d840]

        sb111: <no issue> Removed invalid warning (the issue has been resolved on OOo320 but the warning was not removed for DEV300 scripts

2009-12-04  skotti  <skotti@buster.gleitmeier.de>  [14368be5c24232f718dcf0edf4d84baa5ebdcdca]

        sb111: <no issue> Fixed incorrect use of .notExists() method which caused the office to crash under certain circumstances

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [462eade7928af4369058463af011003474761258]

        CWS-TOOLING: integrate CWS automationooo320m5cat0_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [e498ea80702bba99caef311d2d1092f316134f2b]

        CWS-TOOLING: integrate CWS tkr29_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [a76e48fea542fc3dbc9b89c8dfc0524b52006dfd]

        CWS-TOOLING: integrate CWS sw32bf07_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [bab079cbb5bfefeeedd505fd310805eaa4ba69af]

        CWS-TOOLING: integrate CWS sw32bf07_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [11a5311dc2e7446f3e30e0f90ad12ea694401d7a]

        CWS-TOOLING: integrate CWS ooo32gsl04_DEV300

2009-12-03  Christian Lippka  <cl@openoffice.org>  [cbccf28b4e013d9dcfc9cd71a1c2ecd5fbcf11cf]

        renaissance01: #i107213# further layout work, initial support for new layout toolbox control

2009-12-03  Christian Lippka  <cl@openoffice.org>  [3b25deb0ed6c36da87c18be1382c76216ec2d204]

        renaissance01: #i107213# further layout work, initial support for new layout toolbox control

2009-12-03  Christian Lippka  <cl@openoffice.org>  [1be43c60fb32783312c18e4f65d63f4d7a55ca70]

        renaissance01: #i107213# further layout work, initial support for new layout toolbox control

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [93eb031cfb8b572b21051378b3220fc6911300fc]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [2c09bcf173a6dfe7e647bbf215f9af0b92c1a536]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [992198f88e3723e532944bca7d1474b4437db80b]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [65bb25337807de1241fdc14f727daab3a8a6fc82]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [a22dff83d7952721b425fe53bb296ab5fd30cbc6]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [fdcc51ef2b9cf7c117757c64fb3a9af6e0bc1c90]

        CWS-TOOLING: integrate CWS fwk125_DEV300

2009-12-03  Caolán McNamara  <cmc@openoffice.org>  [656ef988936dc1d04805566f88bd2765bcd47bf0]

        cmcfixes68: #i107421# remove some warnings spam from binfilter

2009-12-03  Caolán McNamara  <cmc@openoffice.org>  [ff016bd9d3e87d93db950c60ad7ccb5c31b5fa7a]

        cmcfixes68: #i107420# remove trivial warnings from sw with newer gcc

2009-12-03  Andreas Bregas  <ab@openoffice.org>  [b5b0a616cc603435f8c8d4e3b348baa4fb24e740]

        #i107283# Pass config help path as argument to compileExtensionHelp()

2009-12-03  Andreas Bregas  <ab@openoffice.org>  [231200087c468fb036324d27784c9b3379b8bdfe]

        #i107283# Pass config help path as argument to compileExtensionHelp()

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a79c517a0ca64c79b3b2694b19b28b81dec2346e]

        vcl108: #i106833# sort encoding to get correct subsetted font

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [8c30146af0e6d4fbdb731eae01dbf47661e788ae]

        CWS-TOOLING: integrate CWS validityref

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [5ce74e14296872022429fb7c4e0dc45c19e132e6]

        CWS-TOOLING: integrate CWS validityref

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [62d97f3c2d337343c7809cf047a1e8e5234ae611]

        CWS-TOOLING: integrate CWS validityref

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [c0df0e81a4dbb17f2743dea3b19fa36783bdd678]

        CWS-TOOLING: integrate CWS validityref

2009-12-03  Ingo Schmidt  <is@openoffice.org>  [f792a86b80363fca547e5f89a2ff58583a8e7aa4]

        native273 #i106809# exchange mergemodules by redistributables

2009-12-03  Ingo Schmidt  <is@openoffice.org>  [0e1fee4e4454d449049fb5e4fa26fdf32b83df30]

        native273 #i106809# exchange mergemodules by redistributables

2009-12-03  Ingo Schmidt  <is@openoffice.org>  [cba0c64a33aab59503714a8e6d7d4a467a076f11]

        native275 #i107355# updating to OOo 3.3

2009-12-03  Ingo Schmidt  <is@openoffice.org>  [b3e882c13bb3706c5af2ff0dd01aa90f28cf1d17]

        native275 #i107355# updating to OOo 3.3

2009-12-03  Joachim Lingner  <jl@openoffice.org>  [6d78cacd09da87d967bc426b08e72039b16789f8]

        jl145: #i107416# Assertion: invalid UNO_JAVA_CLASSPATH entry -- after installing Java extension and the office did not find a Java so that the installation failed

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [d89afea42e33bb771cd9a31fbdc71b94ba4d8679]

        masterfix: #i107405# fixed compiling testtools on wntmsci12 non-pro

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [9d8fd9b6b6bdcfa4ec43858b04b28ea0829c1bca]

        masterfix: #i107239# fix for Java GUI installer

2009-12-03  sj  <sj@openoffice.org>  [11c7cf17c5b96e2201cfaf43f5b4aa6cf2c34906]

        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>  [1996f5a390833943b57ec8af6b4c8aa766094c6a]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [0e887aaaa4e2f8ff8197691506a7442b99452c61]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [7ab6cb224dcfb37aaad31731c3d73ee063af3b8f]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4f667eb747d0357214e63fe02f6e47ba953e50b8]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [3dec08c487898aa9d638a094a0a250477df918e1]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [2c0e60a48ce0b29db96c7b073695961234628ae2]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [496c1ec119eb0c82f93c742b7c4f9977aac864d1]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4a480ea2e12b41150feb35a5682120ae9ebae324]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [b3fc40bd0cf774a45d80ad55a0dce57240e2c21f]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [6d691a50f29bcf7a56bee1eb6677f11bb4bee74f]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [04c4b78260696fdef70948042fa3679287fdd628]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [1fe19eda74b662bdb760499ca526f7cd7856c399]

        update to current version

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [2ad4d24cb67d91dc037c31fd23b57f889e3e3fc5]

        update to current version

2009-12-03  Joachim Lingner  <jl@openoffice.org>  [7a400caaa6946399ea31614d056d435350f42dc1]

        jl145: #i99257# Extension Manager prevents running of multiple instances which acces the same shared data

2009-12-03  Thomas Lange [tl]  <tl@openoffice.org>  [9a9b6ecfa0f7a3b95d63c260eaf27f0568815c33]

        #i106926# printing of hidden text fixed

2009-12-03  skotti  <skotti@buster.gleitmeier.de>  [c5d64afa3a55e6a019cac894b971dbca2b1e69de]

        Merge with external changes

2009-12-03  skotti  <skotti@buster.gleitmeier.de>  [fbd61e28d2ef33d609bac8a9e1c049c57f8da11c]

        Merge with external changes

2009-12-03  Thomas Lange [tl]  <tl@openoffice.org>  [0b7a663872f6377fced80cdd6368174f1f28eddb]

        #i106926# printing of hidden text fixed

2009-12-03  skotti  <skotti@buster.gleitmeier.de>  [50a50c6da3bcd04ec156b3d30eb90ed0488de18c]

        sb111: <no issue> Removed invalid warnlog from f_basic_documents

2009-12-03  skotti  <skotti@buster.gleitmeier.de>  [a85e502741f82acf2104c1724fdd3d464d9d9c06]

        sb111: <no issue> Fixed timing issue in e_publisher.bas which is also present on MWS

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [37d63c775cb72b66267dc27bca7ca52f9d045dbb]

        CWS-TOOLING: integrate CWS tkr28_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [735dc0ee4277f642d787317988bfbee55610f18a]

        CWS-TOOLING: integrate CWS tkr28_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [6139ee510c1ecc6a9ba2f0ba85f1de6951644df2]

        CWS-TOOLING: integrate CWS tkr28_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [c8e66142b9fd5bd81b4e6649986355a95c41b68b]

        CWS-TOOLING: integrate CWS tkr28_DEV300

2009-12-03  Mikhail Voitenko  <mav@openoffice.org>  [1639d24851a22f6a48a3ef8c8f46a7ecce5e8356]

        #i10000# remove unused variable

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [23abd10356bb469ee2c2219e4b76da6a05a6f0f1]

        autorecovery: SID_NEWWINDOW now also uses the UNO loader, instead of LoadDocument_Impl, since the latter is to be removed later during this refactoring

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [aa1297f149c3acca2295e63d8c3739d01ce9a6e1]

        autorecovery: oops, broke the PrepareClose with a change some while ago. Fixed.

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c3e481a39ddd7de472cdb2ffdf0b44b3746d4240]

        dba33d: merge

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0958761ab1f248b78a087e8307a8a0907ef28bcd]

        merge with DEV300m66

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b13173076c415216cee03e2d6a32832cdbdffc80]

        merge with DEV300m66

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e58768a4936a17094ae8394f832acd6e7b2f7c4b]

        merge with DEV300m66

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [85d479c6f9ba072d45694c7dc72959571a2e7f48]

        merge with DEV300m66

2009-12-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fc895db9bacb559bb661d5a9fa8b3ac13b84dfdd]

        ause106: #i107409# fix for windows ccache usage

2009-12-03  Daniel Rentz  <daniel.rentz@sun.com>  [71b8656b0ca1c24834f27ddfd0f6e0ef46736eaf]

        chartpositioning: #i86609# add trendline label converter class

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1c203a23ffd83a57060c0224aa00318bfa4a722f]

        d2v02: #161005# use X11 link dependency only where really required

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [19e23268c7a0e1548672de1c4adc185726315b1f]

        d2v02: #161005# use X11 link dependency only where really required

2009-12-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0dca6e895fd120809d68bedabd6abfd2409df64c]

        d2v02: #161005# use X11 link dependency only where really required

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [856f7afd6416afb21c7cfe8c112cdbc85bece1ea]

        merge

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d607c7e0c92d30212f2c4d2bd637fe636abfb8f8]

        autorecovery: SID_USER_DATA is effectively dead

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cab402a8aa21c2ba6d2d66d45d44b3b2b07cedf8]

        diagnostics

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54215626ef72aa170a27f468aae57c9b4667cb87]

        dba33b: #i107369# don't use hierachical access when reading the node values, this is not supported with non-trivial names (e.g. names containing spaces etc.)

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [f9c0f85a03fc70b60631ebc49081a873792eee2b]

        CWS-TOOLING: integrate CWS gridcontrol_02

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4c8686a9f673c4edd618e51b39062aad942a30f2]

        CWS-TOOLING: integrate CWS gridcontrol_02

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [41f173b9ed41fe0dfb22da90bc86abde682cea86]

        CWS-TOOLING: integrate CWS gridcontrol_02

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [91a0cf61d880c140e0619026d51e374ea522a286]

        autorecovery: migrated the Window/NewWindow functionality to UNO => one less client of InsertDocument_Impl

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [9bfdb308468f637008eaf25eb18713aa1a4be727]

        CWS-TOOLING: integrate CWS impress183_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [80c80a6b6434ae92e171a88c4c83ca0a746606bc]

        CWS-TOOLING: integrate CWS impress182_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [52e240d11d37cb8b08e8415b3facccdad2bd83a7]

        CWS-TOOLING: integrate CWS impress182_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [9635c2f6f5a14ba339be3d71b7e6f078f0b0b090]

        CWS-TOOLING: integrate CWS hb32showstoppers3_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [1c5f52715aeb9d89a87dde9990571645a5c231f5]

        CWS-TOOLING: integrate CWS jl142_DEV300

2009-12-03  sb  <sb@openoffice.org>  [440748d00b993c7ba2b452176aa72fa09de55376]

        sb111: #i107400# do not use hex numbers (0x) in oor:value; improved assertions at one place in unotools

2009-12-03  sb  <sb@openoffice.org>  [9be47e21f237d766bd0f203b91675cd3c0b03aec]

        sb111: #i107400# do not use hex numbers (0x) in oor:value; improved assertions at one place in unotools

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [46f8251e2deefb44c85113c9116680e6f5e98f0a]

        CWS-TOOLING: integrate CWS calc32stopper5_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [e9612df407b780c08100da96a7c8a5d457379468]

        CWS-TOOLING: integrate CWS calc32stopper5_DEV300

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [2751e8d8f20b4d36a725220a0882c7929fa24b92]

        CWS-TOOLING: integrate CWS impressaccessibility5_DEV300

2009-12-03  Dirk Voelzke  <dv@openoffice.org>  [5777dea500e1b50cf0b8bd3fdce501bcfb7dc89a]

        native273:#i106809# Use vcredist*.exe instead of merge modules

2009-12-03  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3b790d2e0926c75a8a919e02bfad05d1b1aff800]

        aw078: corrected small VCL Linux error for non-AA cases

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4fa2fb16185d9a410be6b342a3faa526fdc77c32]

        CWS-TOOLING: integrate CWS slideshow1

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [9c87f922b448775dce6cb20cd4951e5501e5f90b]

        CWS-TOOLING: integrate CWS slideshow1

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [4d20dad9dba40e237b850cc527af36043f404824]

        CWS-TOOLING: integrate CWS slideshow1

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [919a9892962ab4246ecef560d04f445c519e7b12]

        CWS-TOOLING: integrate CWS slideshow1

2009-12-03  Kurt Zenker  <kz@openoffice.org>  [5b12c7e6646efe886fb9b7196f7c0db64e870bec]

        CWS-TOOLING: integrate CWS slideshow1

2009-12-03  Mikhail Voitenko  <mav@openoffice.org>  [83551c86578375623fa8e670bbfe1c976b3bd665]

        #i105172# allow to request storing of documents from the user on session shutdown

2009-12-03  Mikhail Voitenko  <mav@openoffice.org>  [db37a31eb2512b1e42c293c45ca700a6f76d601f]

        #i105172# PL:extend session management

2009-12-03  Mikhail Voitenko  <mav@openoffice.org>  [4793d7a82cf3aa5f2714464ceecc69e06efcee60]

        #i105172# PL:extend session management

2009-12-03  Carsten Driesner  <cd@openoffice.org>  [4068d2bc8d7acba8a45e33a54cf80e3c6ff9de81]

        #161124# Update service tag implementation for additional fields

2009-12-03  Oliver Specht  <os@openoffice.org>  [b5904424ea631d5ba77a742fb7d1ca9e5ddd26b7]

        #i107401# page number of page bound frames fixed

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c57d9805dc7e0e2568f6ed078610782c92fd43d0]

        [CWS autorecovery] replace InsertDocument_Impl calls with UNO component loading

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fced3ee2d69e83a72d813037bbf6bbeb0ebeb6bd]

        [CWS autorecovery] replace InsertDocument_Impl calls with UNO component loading

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6732980b94b87b23d7565ac04847ef70bf58d565]

        [CWS autorecovery] somewhat separated the 'switch view shell on SFX level' from the 'load new document on UNO level' case

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b4f0e7f834b27ddb0bdfece3786ced33c3917dd]

        [CWS autorecovery] initial implementation of XModel2::createViewController

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [11e41fb8dde36b188c579fd440bfc32b3fc63673]

        [CWS autorecovery] SwitchToViewShell_Impl moved into the SfxFrame

2009-12-03  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [83768b95e11f808be8515f778761961107fd55f9]

        autorecovery: ConnectSfxFrame_Impl: show the view frame's window, if it is different from the frame's window (this code got lost in some of the previous stages, which killed impress' full-screen slide show)

2009-12-03  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6083d3a761d4efc3f0ec55e083e782f8b0a9a60a]

        srb1: #i99049# add new lib from pentaho

2009-12-03  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [96c967926ea1c35f6a5c187324565812aed3d681]

        srb1: #i99049# add new lib from pentaho

2009-12-03  Mathias Bauer  <mba@openoffice.org>  [2cf617e18ddb7b98e2288616b5a2ad12c5a5d0da]

        more resync fixes

2009-12-03  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [5c3f54f9533ae677b10133848daa422a98dcaf3a]

        srb1: #i99049# add new lib from pentaho

2009-12-03  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9a8384ee40fc0ecd2402f4c61f66bb76128bba29]

        srb1: #i99049# add new lib from pentaho

2009-12-03  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [167c531dae4e9b8d11666f45abfe981d6d238732]

        srb1: #i99049# add new lib from pentaho

2009-12-03  Mathias Bauer  <mba@openoffice.org>  [f232b25c1eceb8e1c32cfd917d666b3a16b14405]

        more resync fixes

2009-12-03  Mathias Bauer  <mba@openoffice.org>  [549fb21f357eaa2cda1a53d4fa84cf87896aed6d]

        more resync fixes

2009-12-03  Mathias Bauer  <mba@openoffice.org>  [de6a8af6a7efe86d97f243809fab5967b4a00ecc]

        more resync fixes

2009-12-02  Kohei Yoshida  <kyoshida@novell.com>  [c5bccb333fa388a0ad057598b3c126d35f5dae78]

        Tab to whitespace.

2009-12-02  Kohei Yoshida  <kyoshida@novell.com>  [c5b161da41863ace34d5a5ea5084c633c7710e2f]

        Reverted my change involving ConvertParam struct passed to the Convert method.
        
        Since we are not storing array size before the formula tokens are parsed, we
        don't need this change anymore.
2009-12-02  Kohei Yoshida  <kyoshida@novell.com>  [3678f33c2aff09260f5bf9c7fd4ae2ba272e711c]

        Defer defining of matrix size until the data are actually read.

2009-12-02  Kohei Yoshida  <kyoshida@novell.com>  [70a30bdb2f4459ec5b7fea546433f274f69c5f47]

        #i107339# Allow ScMatrix objects to be re-sizable.

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [3f25a86ce08cdfd32f36b95b46e79299b6f2c4a0]

        CWS-TOOLING: integrate CWS m_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [6dec89d05701908ab499b5a96945cb25115d3dd1]

        CWS-TOOLING: integrate CWS sdk32fix_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [570fbd73402f065c6d36d692d3bf1d94a0a031db]

        CWS-TOOLING: integrate CWS automationOOO320m4_DEV300

2009-12-02  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [223a63667beef73804587b4af5c300f8bfb642ac]

        bosdo02: #i33737# implementing Fieldmark parameters as XNameContainer

2009-12-02  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [4b8dcfb1c1aa01e0770631cc0d80f662513057c1]

        bosdo02: #i33737# implementing Fieldmark parameters as XNameContainer

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [5793bba02377b271116999c7248fbda7d63cf1ef]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [42c761fbfd342860e2b1653f85a928331734ad80]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [97aa94b893936d4250201f1e2019fd806b4df053]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [7902a74a451435c5e5d8767f29db4917e184bc87]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [df19494dfbf2dead24821126211d42115c505a2f]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [018d3ca085f5495a2832e38d5442cf68d46eea7b]

        CWS-TOOLING: integrate CWS npower12

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [099aec857aa7a6b40e9c016679d4a46562b2637f]

        CWS-TOOLING: integrate CWS ooo32gsl03_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [27a44ea7b53b055ca861e7bec2698e2f14933098]

        CWS-TOOLING: integrate CWS ooo32gsl03_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [236080b4f41a6efe38a11255ade248da521576f7]

        CWS-TOOLING: integrate CWS ooo32gsl03_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [fb8bcb274019347231ef1b8d3b7d369e49a1ebfe]

        CWS-TOOLING: integrate CWS impressaccessibility6_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [41ee7ac20c8dbd5fb88f50579535ce736f00dd91]

        CWS-TOOLING: integrate CWS jl141_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [d4dfb041bd147e3b128f953c575e470f5eb14469]

        CWS-TOOLING: integrate CWS automationOOO320m3_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [e0ce4fe26103b26bc139df55ee1ca0a09bf910ac]

        CWS-TOOLING: integrate CWS impresspaintbrush01

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [1cecb228945acc12cedb846381159a3dffd791d6]

        CWS-TOOLING: integrate CWS impresspaintbrush01

2009-12-02  Daniel Rentz  <daniel.rentz@sun.com>  [0cd4e15a401ccefb853cdce12a0e80ef94bb674b]

        chartpositioning: #i86609# set manual position for legend, title, axis titles

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [7f7c011b4bdc4092d10cc36e265189aa9ee69a9c]

        CWS-TOOLING: integrate CWS rtspare01

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [9a11bed67b1e835655bd71c1f4ac2ab1caacc14a]

        CWS-TOOLING: integrate CWS rtspare01

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [831b42e5106c3d76b9dcc0458645b6feaf2a1224]

        CWS-TOOLING: integrate CWS adc26

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [ba0a6463350d00c66b435ad1dd592f59d9d3e063]

        CWS-TOOLING: integrate CWS hcshared24

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [2defa53c3f766e3da66d37803638b5015c0bd64e]

        CWS-TOOLING: integrate CWS tl75_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [8d44c769c72d70e580a386c3e07596b592a6d500]

        CWS-TOOLING: integrate CWS tl75_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [49bc1837f55e9ca95a914b893bb18b9a9b944042]

        CWS-TOOLING: integrate CWS sw32bf06_DEV300

2009-12-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e3d2c430f8637e7a39ce0f0d6f0f7e8652491fce]

        ause106: update to DEV300_m66

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [10a820304cb1e7f92d31a58bb3a770f7eacd7623]

        merge

2009-12-02  sb  <sb@openoffice.org>  [f81c3dd85ef2ebc0a9c129a17156fbeb38fb0b02]

        sb111: #i101955# configmgr::update::insertExtensionXcuFile should notify configuration listeners

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d0abf44546cbba2a77fbdad441f00dfc3eca6e3a]

        dba33e: #i102366# ColumnAliasInOrderBy now in properties as well

2009-12-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [2781593e0f900bb59d52d9ef5f72edd18834de26]

        [cbosdo03]Fixed some regression with images import in docx

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [b47c8e3ccee895343090b7f5962e0fa84b1f09af]

        CWS-TOOLING: integrate CWS dba32i_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [1b008e1f4c8629767c300f1f6519993b338b1ba4]

        CWS-TOOLING: integrate CWS dba32i_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [faf7f056193b276669de6a7f757481f0acebf290]

        CWS-TOOLING: integrate CWS dba32i_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [d20e9bac587ebea66194dc34559ccc5c86006abb]

        CWS-TOOLING: integrate CWS dba32i_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [ad1bc80b6d8391195ec6ccaf25ee12c1d02a5850]

        CWS-TOOLING: integrate CWS dba32i_DEV300

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [91ca273336ca2b94ca55b8992807bf9b4cce41e2]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [a100bbbe1ff6e129bd5c76c37c41f1dd34bf849e]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [d4fb305ef0e2b8d0332153f34800cd2b9520869b]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [c2988b0d9d30ed3a51834b24c275711c3ae25fe0]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [671da1be6241df933be87a263e36ca10b9137021]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [b09ad35b40b9de8f3e9f1d57abb6533a209c3ebd]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [50ecff830f5211792dd8e8e14c1ecd1564600ecb]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [eb212e1b70b85cba3377d299da631c5f52a6d9f5]

        merge with db33a

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [100882583706d346d20d36f39b534789f62df2a4]

        correct wrong hg copy

2009-12-02  Mathias Bauer  <mba@openoffice.org>  [91c0dd3c2d8df26e5a826617d2e8e8632b810356]

        correct wrong hg copy

2009-12-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [86e8883dae23fbb71eb937828caa94dc39927662]

        ause106: #i53089# new autoconf triggered old solaris problem

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [51bce076e9c704e1119da30c505b2e307c8ee6ef]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [95619e5c6332e7ac36282f2bc0390d34c138779f]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [1919fd6149aa492c5637df5d54f47e36ba0109ff]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [4c2df1ef1d3a8f73429ec9bd4e328fd659d89a6e]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [371ac8135c610558d77e96689552b3596fff484a]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [c4bc00d649859bbde1bf1c98c4939e43796dd471]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [d730f4672b31768f62d52ef7e673aec59d3a6a49]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [7895564df9f6b970c35c6ceb0ec800daf0b8329d]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [220470d1830fd0aa07dae1c70da38cae8c8ab959]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [726f87d603a38c988a8425d42f023b03bda725b1]

        merge to m66

2009-12-02  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [40294c1fc52853c9ed1987dc7e607ebaf543de7e]

        merge to m66

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [81bf803bcd1344e50a82d28eee1ae5b37846da80]

        Merge

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [550e849ea7007d45fd86a1df1163261f6e35f046]

        Merge

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [90db6fd4083f1c855140221cc262f67b6a11fa37]

        Merge

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [32e51e6a0017b381fdccb61b5c876ef810f73b29]

        Merge

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8c16873399b3a451a88bfa52880ccc599caebcc6]

        Merge

2009-12-02  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d70c82125b9788845edffaaf037d139555eb5c3b]

        Merge

2009-12-02  Joachim Lingner  <jl@openoffice.org>  [c6826a3905f0d51bc4719d998d6031981bfd09a1]

        jl145: #106849# assertion because osl_getAbsoluteFileUrl is called with file URL instead of a path as argument.

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [e064be8763f39215dc65dc5fd39e72a995c5e5cb]

        CWS-TOOLING: integrate CWS tkr27_DEV300

2009-12-02  Kurt Zenker  <kz@openoffice.org>  [6d3156e9944a7467b847aefa26b26bce2c898a98]

        CWS-TOOLING: integrate CWS tkr27_DEV300

2009-12-02  Joachim Lingner  <jl@openoffice.org>  [3c1928abb4a9b37eb02634ff5603291104d45c2c]

        jl145: #107371# make getDeployedPackages faster. Caching XPackages in back ends

2009-12-02  Joerg Skottke  <jsk@openoffice.org>  [8ebe84743631585f82d959adbe106c1236eaa91c]

        fwk129: #i105719 - Fixed file size, wording and timing

2009-12-02  Christian Lippka  <cl@openoffice.org>  [b544ded204950f587b561518bd41aa138798d5c7]

        #i107213# added ViewOverlayManager

2009-12-02  Christian Lippka  <cl@openoffice.org>  [5e3ff24a76d5819f2074716b7fc9a90eac51280b]

        #i107213# added ViewOverlayManager

2009-12-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [e5654bbe96d9cde8ee027bd4561da937d1c435c6]

        [cbosdo03]Applied the patches to upstream
        
        These patches are fixing docx import problems like:
          * Page breaks added at wrong places
          * Additionnal paragraphs added at the end of some sections
          * Hierarchy of numbering properties wasn't working nicely
2009-12-02  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [9c7ffb6b61f7c94ca5b38d11be1807f1e29ff4bc]

        [cbosdo03]Applied the patches to upstream
        
        These patches are fixing docx import problems like:
          * Page breaks added at wrong places
          * Additionnal paragraphs added at the end of some sections
          * Hierarchy of numbering properties wasn't working nicely
2009-12-01  Kohei Yoshida  <kyoshida@novell.com>  [0ce0dd5863208500d8d4658f1f68f34e254ab015]

        #i46511# Fixed one bug where the standard percent format incorrectly got unlimited precision.

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b74da05a4f48c5f33e09ba8aad43051981addcfe]

        chartshapes: merge with DEV300 m62

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d50b59eba2d6d95dcdfbb99b21af9d44bb8ce0e]

        chartshapes: merge with DEV300 m62

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f0d2859107bc02e3b62fbc2acc42c1af706c7da]

        chartshapes: merge with DEV300 m62

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [84dd54395c5f737cbdfe554104ff11fd99246838]

        chartshapes: merge with DEV300 m55

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a3821a109cb04769de35dee54c10633410015d0]

        chartshapes: merge with DEV300 m55

2009-12-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [83408633977416f4f2e612555471431bf9acf4c9]

        vcl108: #i107358# fix uninitialized member (thanks cmc!)

2009-12-01  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ef8d59c5b909d5a9b956934ab1120f90b90a4e10]

        vcl108: #i106853# work around broken file_iterator on Windows

2009-12-01  Kai Sommerfeld  <kso@openoffice.org>  [f938cca20e7f33cabfcae99447683013aa8b9868]

        #i107150# - new extension update url.

2009-12-01  mb93783  <mb93783@X42-SO17.germany.sun.com>  [e794771234bd31b55374204636a788d39519741d]

        more evenly build time distribution

2009-12-01  Mathias Bauer  <mba@openoffice.org>  [a9a75d89ff0a1c4468d9e99cada373f386c0c7c3]

        another missing stlport dependency

2009-12-01  mb93783  <mb93783@X42-SO17.germany.sun.com>  [76709490471c492d8201878766118b3e6afaec1e]

        fixed warning in 64Bit builds

2009-12-01  Ingrid Halama  <iha@openoffice.org>  [b1063d4a9633d2c90b201ad69988bb94ba8d6057]

        chartmultiline: #i97893# import categories from multiple lines (fixed), #i82971# display complex categories hierarchically (part1)

2009-12-01  Ingrid Halama  <iha@openoffice.org>  [4d5f3c429b4391d63cab1af8b070b04f5787f5c4]

        chartmultiline: #i97893# import categories from multiple lines (fixed), #i82971# display complex categories hierarchically (part1)

2009-12-01  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a48c816527cf9f534b8a3492ddf9ccaf1ccdc362]

        awo78: changed MetaFile index to something more sophisticated for security reasons

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [0b46bdb4967eac005e006bd7cece131ca88a7ddd]

        CWS-TOOLING: integrate CWS sconfigl10n

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [54b7697c664adf8e136fd7b124bf1c81d38106b9]

        CWS-TOOLING: integrate CWS sconfigl10n

2009-12-01  sb  <sb@openoffice.org>  [2af143ef703af2b62d786d941c87091b021ad484]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [6e7eaf1bfba3484670e505b785f5fc74892c96af]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [5fc9fc67df34df17b14af6ddc0cc9c599cb4d8b4]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [956cfef9fea2cf79c30f34581f1f9d383f52655b]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [ab4665ed577af9969e27684bb7b83e31e0546cac]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [22b7cccb772536e3eff5dbeeabc29bf95da4ea12]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [a472204849c6aed1e745381fdf99f222a08cb78d]

        sb111: merged in to-the-side QA fixes

2009-12-01  sb  <sb@openoffice.org>  [a0fbedf73293e725582790f28aed2d6e4b80adbe]

        sb111: merged in to-the-side QA fixes

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [749127e0507385584bdac9392174bebaba863546]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [94f7d3918a95c82840fb290ad1b44e6419a19b81]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [a6b178909a2fe68c35c98b33aa0bd4c6a0e9f0e1]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [b160df2bb0a71874afa849f1baad766e089641a3]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [c57366aeed6aa03e635d2d793a82e35a62028920]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [041210d90f162084e98b1fc0acbe744926ac8f60]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  Kurt Zenker  <kz@openoffice.org>  [3cf7e580a67f976ee639156db07c80a0eaacc07d]

        CWS-TOOLING: integrate CWS dba33a

2009-12-01  skotti  <skotti@buster>  [8d7775f75489078a733f24f89c1b3abac7375464]

        sb111: <no issue> Bring documentation up to date, reenable warnlog for excluded test case (was disabled for OOo 3.2)

2009-12-01  skotti  <skotti@buster>  [a664fcc23a8248208004e8de5ccc60e69d98778d]

        sb111: <no issue> Minor, non critical refactoring, done while reviewing test case for this CWS

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [15359030dd8716c7e6ddc6bd43e56feea7a5e6b3]

        cmcfixes68: #i107349# restrict the visibility test to x86_64/x86, its wrong for so many other platforms

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [d0a8f938405309b81e0705a63c365fa9c1394788]

        cmcfixes68: #i107183# ppc-linux: add support for softfloat toolchains

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [a24c356d4b6dc6c38c11f3fd7dd55e105994f279]

        cmcfixes68: #i107182# ppc fix argument passing in a rare case

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [ead5b1e338399f18cbabfbe7d38628f68443e680]

        cmcfixes68: #i107182# ppc fix argument passing in a rare case

2009-12-01  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7f2b90a903fb4159c62dcbced97342974dff951a]

        aw078: added different define for inclusion of test code

2009-12-01  David Tardon  <dtardon@openoffice.org>  [49ff42f89b7bba59732839a1565fed63147ed50e]

        update to DEV300_m66

2009-12-01  David Tardon  <dtardon@openoffice.org>  [a1f7bce3cd798628579889786ef096034ec9150f]

        update to DEV300_m66

2009-12-01  David Tardon  <dtardon@openoffice.org>  [f32ee11792800964ec01b722802f4faaa3ae3b2d]

        update to DEV300_m66

2009-12-01  David Tardon  <dtardon@openoffice.org>  [02b19b9f76224ff1d8ac01753e0a62c53cd16b92]

        update to DEV300_m66

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [d9ff970cba247c878b959637d146e7b025ce32bb]

        cmcfixes68: merge with DEV300 m66

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [e98f9815faf5beea147767c61275e769365dc4dc]

        cmcfixes68: merge with DEV300 m66

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [86364f8167f9d178fc8d5471e0a5ea5c3e147c61]

        cmcfixes68: merge with DEV300 m66

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [a0ea9187c3eb07097b4c1a0c9a95176c8227cf60]

        cmcfixes68: merge with DEV300 m66

2009-12-01  Caolán McNamara  <cmc@openoffice.org>  [0f2d91432b4146a70e1316d423cc60b317706b8d]

        cmcfixes68: merge with DEV300 m66

2009-12-01  os  <os@openoffice.org>  [bd95b6b58b62149396afd50f50f1bfc561b76937]

        version 3.3 and 3.3.0 added

2009-12-01  Thomas Lange  <tl@openoffice.org>  [cb7912347aa85b106865f7a385d31af92a9d88f5]

        'deprecated' comment added

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [0d6303e1f09254b6b4cedca81554ad092ad82269]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [01295a98f33358a536ee310fbb863c7c2f02b505]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [795e0f1cd52d9d7d1bf455c228a773a920a98561]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [0248c4c57e5500a266a8e96888a3dc063071a073]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [c9e236cc230d6efe3b8734a3ffd2c46d052736a8]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [dd7703d3d5da474f2ccdb6b193d875141ea21a7c]

        CWS-TOOLING: integrate CWS dba32j 2009-11-26 09:30:10 +0100 msc  r277648 : #100000 fix urgent testscript error 2009-11-25 10:27:56 +0100 msc  r277625 : #i100000 fix urgent testscript error 2009-11-17 22:16:46 +0100 fs  r277544 : CWS-TOOLING: rebase CWS dba32j to branches/OOO320@277531 (milestone: OOO320:m5) 2009-11-17 14:26:47 +0100 fs  r277535 : ooops, didn't mean to commit this uncommented line 2009-11-14 20:50:29 +0100 fs  r277505 : add a --disable-pango switch to SM's configure options, and add a patch which makes certain code respect it (well, respect it better than currently, by not using some pango_x_* functions, which are not always available, even when pango itself is present) 2009-11-14 20:47:41 +0100 fs  r277504 : spelling 2009-11-13 14:04:00 +0100 fs  r277502 : #i100764# (commit approved by ab@openoffice.org): getModelFromBasic: do not start with the parent's parent when looking for ThisComponent, but walk up the anchestor chain, starting with the immediate parent 2009-11-13 11:04:15 +0100 fs  r277496 : #i100764# better heuristics for determining whether or not to participate in the ThisComponent game 2009-11-13 11:02:30 +0100 fs  r277495 : #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this) 2009-11-11 13:49:11 +0100 fs  r277452 : #i106816# 2009-11-11 13:48:53 +0100 fs  r277451 : fix the CREATETARBAL target, which is expected to create the zips used as prebuilts. The *inc.zip missed the NSS files in case NSS was built externally 2009-11-11 12:15:34 +0100 fs  r277449 : update ignore list 2009-11-11 12:09:23 +0100 fs  r277448 : add a link to the Mozilla build tools download location 2009-11-11 12:07:16 +0100 fs  r277447 : add a link to the Mozilla build tools download location 2009-11-06 16:23:12 +0100 fs  r277393 : #i106643# 2009-11-03 23:20:29 +0100 fs  r277328 : #i106574# reverted the recent fix for issue #i105235#, and implemented a better one. 2009-11-02 12:59:48 +0100 fs  r277294 : #i106550# errorOccured: also display the error when we're not in a nested form action - form actions are allowed to be triggered by other instances as well

2009-12-01  hdu  <duerr@sun.com>  [8e1696a1e3402f66342d590733a9afdbe4ea840b]

        #i106264# prevent ushort-overflow in GSUB.cov2

2009-12-01  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [957dccd072743e03971aa747f561d506eed1cf8a]

        #i10000#

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [68078d21c2b2321357eb355097ec78d665d37956]

        CWS-TOOLING: integrate CWS hb32showstoppers2 2009-11-05 14:28:58 +0100 hbrinkm  r277370 : CWS-TOOLING: rebase CWS hb32showstoppers2 to branches/OOO320@277262 (milestone: OOO320:m3) 2009-11-04 16:04:47 +0100 hbrinkm  r277357 : #i102434# write background color/shadow like WW8 does 2009-11-03 12:22:27 +0100 os  r277319 : #i106515# call to LeaveDrawCreate() moved from SwWrtShell::UnSelectFrame() to SwPostItMgr::AssureStdModeAtShell() 2009-10-30 14:58:39 +0100 hbrinkm  r277272 : #i103374# set default style on table row ends 2009-10-30 13:19:38 +0100 hbrinkm  r277265 : #i106057# applied here because otherwise saving DOCs crashes 2009-10-28 13:50:44 +0100 hbrinkm  r277240 : applied patch for OOO320_m2 #i105052# debugging code #i102420# rewritten debug output for SwNodes. #i105052# debugging code sw/source/filter/ww8/wrtww8.cxx: MSWordExportBase::WriteText: Keep track of nodes already exported and assert when a node is exported for the second time. sw/source/filter/ww8/WW8TableInfo.cxx: WW8TableNodeInfo::setNext: Announce from where to where the next pointer points. #i105052# save pointer to next SwNode in WW8TableNodeInfo merged DEV300_m60 #i105653# applied patch #i105941# crash on initialization fixed merged changes from hb32showstoppers 2009-10-27 16:39:40 +0100 mst  r277223 : #i106349#: SwBaseShell::ExecUndo(): do not access members after dying

2009-12-01  Oliver Bolte  <obo@openoffice.org>  [17df85c0d6fa91721b9582f4d265789d8dd3aa38]

        CWS-TOOLING: integrate CWS hb32showstoppers2 2009-11-05 14:28:58 +0100 hbrinkm  r277370 : CWS-TOOLING: rebase CWS hb32showstoppers2 to branches/OOO320@277262 (milestone: OOO320:m3) 2009-11-04 16:04:47 +0100 hbrinkm  r277357 : #i102434# write background color/shadow like WW8 does 2009-11-03 12:22:27 +0100 os  r277319 : #i106515# call to LeaveDrawCreate() moved from SwWrtShell::UnSelectFrame() to SwPostItMgr::AssureStdModeAtShell() 2009-10-30 14:58:39 +0100 hbrinkm  r277272 : #i103374# set default style on table row ends 2009-10-30 13:19:38 +0100 hbrinkm  r277265 : #i106057# applied here because otherwise saving DOCs crashes 2009-10-28 13:50:44 +0100 hbrinkm  r277240 : applied patch for OOO320_m2 #i105052# debugging code #i102420# rewritten debug output for SwNodes. #i105052# debugging code sw/source/filter/ww8/wrtww8.cxx: MSWordExportBase::WriteText: Keep track of nodes already exported and assert when a node is exported for the second time. sw/source/filter/ww8/WW8TableInfo.cxx: WW8TableNodeInfo::setNext: Announce from where to where the next pointer points. #i105052# save pointer to next SwNode in WW8TableNodeInfo merged DEV300_m60 #i105653# applied patch #i105941# crash on initialization fixed merged changes from hb32showstoppers 2009-10-27 16:39:40 +0100 mst  r277223 : #i106349#: SwBaseShell::ExecUndo(): do not access members after dying

2009-12-01  Vladimir Glazunov  <vg@openoffice.org>  [3838b0a0e8c89da328481dd6d417f5e4ebaeb953]

        #i10000# fix for lik-error on Windows

2009-12-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ceadb85b48b6c6baaeb2e751fa519a53ac99ed57]

        comparison between signed and unsigned integer expressions

2009-12-01  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d14913816d74d0f8105e6d46d86a6617eb2cd773]

        add new line at end

2009-11-30  Kohei Yoshida  <kyoshida@novell.com>  [b1bd8b95046187a87f70b3650083a276b6f8c4ad]

        #i107342# Disable context menus on protected cells when 1) the sheet is protected, and 2) selection of protected cells is disallowed.
        
        Note that this is just an internal refactoring & will not affect Calc's current behavior.
2009-11-30  Kohei Yoshida  <kyoshida@novell.com>  [fd5a0682ef609f4abda9cbc1fc02b9c29b62727b]

        #i107340# Correctly import xls's record containing sheet protection options.

2009-11-30  Kohei Yoshida  <kyoshida@novell.com>  [df06781783d32a42a27e2f22af9b836d1be42996]

        #i107339# more reliably determine in-line array size.

2009-11-30  Kohei Yoshida  <kyoshida@novell.com>  [879ee6fe9ef72f04eb953a2e7280ad6e53e7ee55]

        #i107338# Fixed incorrect parsing of cell ranges in R1C1 parser.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cf9f9c291fc8d7134b8dd3040837ea6a5b7b1f5]

        impresspaintbrush01: merge with DEV300 m63

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [60cd7b430765b4bbc8017a7dae05252105eca88a]

        impresspaintbrush01: merge with DEV300 m62

2009-11-30  Philipp Lohmann  <pl@openoffice.org>  [9612596d539624f9b2550264647732f1043bdbb6]

        #i107248# cleanup updateGraphics

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ebcd808b5990b237924fb5c67cdd0e92f4d4312f]

        #i10000#

2009-11-30  Vladimir Glazunov  <vg@openoffice.org>  [2bc1a6dcdc4b9ea4f14c9648387855af288a4aed]

        #i106757#

2009-11-30  Philipp Lohmann  <pl@openoffice.org>  [1ceebe9d381561079e7f7ca916d856224f81064a]

        #i107080# invalidate is needed

2009-11-30  Philipp Lohmann  <pl@openoffice.org>  [f12268a99920bee7b1cfb3cfa025897f17845037]

        #i107322# fix an access to dead memory

2009-11-30  Daniel Rentz  <daniel.rentz@sun.com>  [e9e59fc57083f5056a64d3c6c33867b6466af3c8]

        #i100778# #i86609# ooxml import: positioning of legend and plot area

2009-11-30  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [2920e86466ecaffcce2c31ed7d066f5e5544b44b]

        hb33patches1: #i106569# applied patch

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [511fdd30335f46a08401d64332eb634bb9baa039]

        slideshow1: merge with DEV300 m63

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c94b743c16b638eca13c2eaddf769f9ddb4bb2ab]

        slideshow1: merge with DEV300 m63

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a6d150cb4ba0245d7ad2ee9efef6b119a1f2de2]

        slideshow1: merge with DEV300 m63

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b07e8b545a6c4ff8698b42ff6d19bb2c14480ae0]

        slideshow1: merge with DEV300 m63

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7234a8f3ac7dd94f8678ff6448e4b0bdadb59cd9]

        slideshow1: merge with DEV300 m61

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6081d2f0efbbd32e83f13eebdcb45cca3a157f1]

        slideshow1: merge with DEV300 m61

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d76a10664a3593d897cd3ece6ffefd29346fe0e]

        slideshow1: merge with DEV300 m61

2009-11-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a2eff97ccfc4b0882e0527aa748dab8a5de3469d]

        #i53089# fix stripping of bin/cl.exe on windows

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a17b4a1be74ea87c9cc28683038addb631a655]

        slideshow1: merge with DEV300 m56

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d216d4937ea65ac06e442164f7eb7e6fa71683f]

        slideshow1: merge with DEV300 m56

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2651034b4f30fe6428570b7155db9a121f9d475]

        slideshow1: merge with DEV300 m56

2009-11-30  Joachim Lingner  <jl@openoffice.org>  [e71aa67dbc0ed1f2833a756edf80efc8bb218ea5]

        jl144: #i105977# nss breaks on 64 bit FreeBSD

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe6fbd68e94fcc91ed4aab5c925751fe3b801310]

        slideshow1: merge with DEV300 m49

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [056be7cf7d354fbae161394905bc4b454d05d41a]

        slideshow1: merge with DEV300 m49

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0aee9f072631c0c31237d9368db556148fe7773]

        slideshow1: merge with DEV300 m49

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [235f41a4b04a5a0a3bc1b859150c8c29aeb03c35]

        slideshow1: merge with DEV300 m45

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fc06a682429cfe4831e25e00b9534742f78c469]

        slideshow1: merge with DEV300 m45

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [b996951652e8564766043a5f2ccf4a962ef27f31]

        slideshow1: merge with DEV300 m44

2009-11-30  Joachim Lingner  <jl@openoffice.org>  [0fac9b6505860bdacb92638f4d4d5dba6fc55795]

        jl137: casting CERTVerfiyLog.arg, which is void* not working on Linux x86_64

2009-11-30  Ruediger Timm  <rt@openoffice.org>  [955fc5fddb1d1adbabbb0af6897d4ae42f8331f7]

        rtspare01: #i107135# There is no real need for 'rebase' to wait for 'checkdeliver'. Enable parrallel processing those.

2009-11-30  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [ebd98d3b8baabfd0b024525a4b989b9db32abcd1]

        writerfilter07: model_preprocessed needs to be generated from only one play which is resourcemodel

2009-11-30  mb93783  <mb93783@X42-SO17.germany.sun.com>  [a5648354b49d32379e21f30a50cc976d29b1bbea]

        new filter group

2009-11-30  Vladimir Glazunov  <vg@openoffice.org>  [ef1ec7001a06a6ba0fdbed702bcd7a6fec58eaf9]

        #i10000# remove duplicated declaration

2009-11-30  Vladimir Glazunov  <vg@openoffice.org>  [81087627f30494064a791bffd61ec99b5b289b4f]

        #i10000# fix for wrong merge

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0621262a4354d0f43437e28a442a0b9f823b476c]

        merge

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ab6d1fb81ff772c80336b818ad540bee014f9308]

        merge

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [008baf79d5d1dd5ffed75b1ecb3e15fff018b587]

        merge

2009-11-30  Andreas Bregas  <ab@openoffice.org>  [688284d33ba975c3a20bb75b83afe89cf29e696a]

        #i107263 Fixed service ctor search algorithm

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [39b35574d2b54e1e461993def9aa9c4cc53df61a]

        dba33d: don't export intern props

2009-11-30  Joachim Lingner  <jl@openoffice.org>  [09e7bc37bdd9a750652dc6a724905c5ee341e5cc]

        jl144: #i106132# nss does not build on MacOS 10.6 because of libsqlite3

2009-11-30  Joachim Lingner  <jl@openoffice.org>  [09bc28fb7b998f56b481fb07eb576f00ce72c26f]

        jl144: #i106132# nss does not build on MacOS 10.6 because of libsqlite3

2009-11-30  Daniel Rentz  <dr@openoffice.org>  [ebb5afcbe3383bd18c0562500bec029bf9ea687d]

        #i107275# accept OPCODE_SEP and OPCODE_LIST as range list separator

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2df9a3a7f65ad84487e76cf6920cc76b9cd0e236]

        [CWS autorecovery] fixed yet another file which doesn't compile with debug (after the previous change)

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6219e7fafa84c91d83c60e36c1cf619886d82345]

        #i10000#

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2040e3a467a436ccf66df6b3431809c5c3ead775]

        #i10000#

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [67372d922ccfc1d8515115573c7143cbabcbb45f]

        #i10000#

2009-11-30  Daniel Rentz  <dr@openoffice.org>  [05086718f237f3928e18de1f2a8114ac693b1c17]

        #i107275# ScRefTokenHelper::compileRangeRepresentation - allow parentheses enclosing the entire expression

2009-11-30  Caolán McNamara  <cmc@openoffice.org>  [c13c003af95580e555c8ef83b19b00c8c29685ae]

        cmcfixes68: #i107321# micro opt for x86_64 bridge

2009-11-30  Joerg Skottke  <jsk@openoffice.org>  [40fbb2ca19a54b6630e4f8cee9b6a71ad8b94363]

        <no issue> Remove invalid warning from testcase

2009-11-30  Caolán McNamara  <cmc@openoffice.org>  [eb40b6f614b54fea1a729c63ef5213b1b000b19a]

        cmcfixes68: #i107320# ifdef debug only code

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f1f8a59d49231984506a7b5a6e7f346616b47d56]

        [CWS autorecovery] removed some dead/unused stuff SID_BACKTOWEBTOP, some SFX_VIEW_* flags, some SFXFRAME_* flags, all BROWSE_* flags

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9f449bd35edc24fe8647ff4c48eb466d8f2e4b11]

        [CWS autorecovery] removed some dead/unused stuff SID_BACKTOWEBTOP, some SFX_VIEW_* flags, some SFXFRAME_* flags, all BROWSE_* flags

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1c6da69ba2bc437d826573c7909a220290a67311]

        [CWS autorecovery] removed some dead/unused stuff SID_BACKTOWEBTOP, some SFX_VIEW_* flags, some SFXFRAME_* flags, all BROWSE_* flags

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f75a050a0f7761062d16f4ed4ea270a21dfc9fc6]

        [CWS autorecovery] forgot to remove some includes

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7957366b221771c0fb40634f466b8c86071462cd]

        [CWS autorecovery] forgot to remove some includes

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34c77ff57d30fa3ccf47b281837b10a75e64591d]

        [CWS autorecovery] forgot to remove some includes

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [69849b972d7ebdaa080a5bf331709b379aa79a79]

        [CWS autorecovery] forgot to remove some includes

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f2f2581ce99ac5b7cc01a3d4e0692c6520642451]

        [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both can effectively be treated as one class. This change was done to make subsequent refactorings easier.

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [419e42ede0639d5ed3098356a3613fc065d27c63]

        [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both can effectively be treated as one class. This change was done to make subsequent refactorings easier.

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [040f7a237d1aaec9b00c977be7354af383a2ea5b]

        [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both can effectively be treated as one class. This change was done to make subsequent refactorings easier.

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [14ce234fa0e33753a930e527da9c0ad8ce39723f]

        [CWS autorecovery] merged SfxTopViewFrame into SfxViewFrame SfxTopViewFrame was the only class deriving from the abstract class SfxViewFrame, so both can effectively be treated as one class. This change was done to make subsequent refactorings easier.

2009-11-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7d18f7dea1de9cabd4d681c991fe6f8c92e8af38]

        #161178# SHL3DLLpre is now SHL4DLLPRE as before

2009-11-30  Rene Engelhard  <rene@openoffice.org>  [cd4ff946014207f73fbe0629e70119866cb3b15e]

        fontooocleanup: also remove FontOOo stuff in wizards/source/launcher, thanks cmc

2009-11-30  oc93805  <oc93805@x4240-so3>  [05b2b404743e89f19fd588187283bdf0d351d648]

        validityref: #i107311# - New test for data validity

2009-11-30  Ruediger Timm  <rt@openoffice.org>  [9dc3b523990a426644fab1a7288317f62404232b]

        #i10000# Error in generating shell output for compiling generated files.

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fa2a34380c28f391b6b33b902b0c5b5558719275]

        merge

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [34d0e10be2f05b5d9543ddd45aff9a99889ff0cf]

        merge

2009-11-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [935b7dc7fc286abf03700d934fe355c081bf64df]

        merge

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [68fa66ca83777ec88156677cdf4b0765c8de1a8c]

        dba33b: remove typeinfo.h

2009-11-30  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [090aec9e5968016276b3124b5a7013bc8138ccca]

        dba33d: #i107279# set numberformat with old one

2009-11-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3aa7d26a8c5d6a09f2653b701d905c3ac7d260b8]

        #i10000#

2009-11-29  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [f5d907d31ea3057a0370b28d17b98659a36ac3cd]

        yet another missing stlport dependency

2009-11-28  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [39cb219b68d81efc454d1860d6b3c42b204c1eb5]

        error found while compiling nonpro version

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5bbcb97151781c0048d84f3c65b7f4d12ea122c9]

        [CWS autorecovery] merged SfxTopFrame into SfxFrame SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both can effectively be treated as one class.

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3b932a289f87ee4218fc916fa18aa21e79edda59]

        [CWS autorecovery] merged SfxTopFrame into SfxFrame SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both can effectively be treated as one class.

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [93a7b558588be1f12e137329548b706daccc07df]

        [CWS autorecovery] merged SfxTopFrame into SfxFrame SfxTopFrame was the only class deriving from the abstract class SfxFrame, so both can effectively be treated as one class.

2009-11-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [542f65ad5298bdc4f6e5325941ee30d18cb56e94]

        ause106: #161178# fix syntax

2009-11-27  Thorsten Behrens  <thb@openoffice.org>  [ab651c33a7a67bb50f49015d7bccb18fd7eae8e3]

        #i107248# Free render Picture before killing underlying drawable

2009-11-27  Rene Engelhard  <rene@openoffice.org>  [594d4c12d7dd91a0df7de179e74dfb3370be07cc]

        fontooocleanup: remove obsolete makefile stanza

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [df55b382cc024eff49a38c3654d28b30d1101108]

        #i10000#

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ec10256b0b70421a64af47e85bf1e63bdf2f09e2]

        on wntmsci* platforms, do not echo to to-be-compiled C(++) file name twice, if not in verbose mode

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a1df3f062e27397b0968b89538fb3756786e46a3]

        on wntmsci* platforms, do not echo to to-be-compiled C(++) file name twice, if not in verbose mode

2009-11-27  Bjoern Michaelsen  <bjoern.michaelsen@sun.com>  [d7f8ab1fa9a6a51d2508dfa17144aea10ef8d3ff]

        cbosdo02: #i33737# keeping IMark position references const

2009-11-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b221a93ea124d9cce756b08b6b0cf82f1fdac7aa]

        #i53089# make COMPATH point to compiler root

2009-11-27  Ruediger Timm  <rt@openoffice.org>  [d317a1e922c115ea2b6be0852267bcf27743ef9a]

        rtspare01: #i107257# Remove useless deliver option '-minor'.

2009-11-27  Oliver Specht  <os@openoffice.org>  [067a53bbcd209d7458b04142f989e1ff7ec1f785]

        #i101821# find correct frame and SwPageFrame to print (or PDF export) selections

2009-11-27  mb93783  <mb93783@X42-SO17.germany.sun.com>  [26c29af1b69f2e1d1629dffff0b05d4ef72621b9]

        #i103496#: just another missing stlport dependency

2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dc5c1da812d3feecd465cf81506d1bea82b7c6c8]

        vcl108: #i107260# clipboard shutdown (thanks cmc)

2009-11-27  Kai Sommerfeld  <kso@openoffice.org>  [7e18ce5d10a108b74695e359e3462603d015a170]

        #i107150# - new: Ability to handle compressed (gzip) responses.

2009-11-27  Kai Sommerfeld  <kso@openoffice.org>  [86948be8f2238cac7b28e4304836185a9e4163fd]

        #i107150# - new: Ability to handle compressed (gzip) responses.

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4bd5ed95561730fe157252396f5c2cbfc8b2348b]

        [CWS autorecovery] removed nUnused

2009-11-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [764026f7d09f18e5757c588439f925bb725c99d1]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [81b1424d5fe9ac96f2d57e10a4beba7803cf9450]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [c418aa2076a5ab2ef8bbde33ab84c302bef861a1]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8bb16d1a7a41b2825666e0fa7371fb300cad2fe]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f386732ed045779daaa8a76ff43782d5837775f]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c799bd36d600f4ebbce76f12333324bc1f6c09]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [98686c447f73b1fb65393dde646e87355006ac43]

        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  Kai Sommerfeld  <kso@openoffice.org>  [4bf7a83912dce2dd3832236900e52fff62f4b085]

        #i95011# - no more unneeded PROPFINDs, caused by ucb getPropertyValues command. Handling of compressed streams now completely handled by UCB.

2009-11-27  mb93783  <mb93783@v20z-so6>  [ba2db761d7ad1632bfd4bec7e0026f3ba080aef7]

        fix build using configure (workaround for issue i53089

2009-11-27  Joerg Skottke  <jsk@openoffice.org>  [6cf33af6795bee108b8f31efd1576d92c05ff1d1]

        automationooo320m6: #i107266# - Try to avoid flase warning because of delayed listbox fillage (is this correct english?<g>)

2009-11-27  Oliver Craemer  <oc@openoffice.org>  [00d8bfedd81b52ce72deb7542114d6212bb61cb2]

        #i106356# Autotests for chartshapes

2009-11-27  Tobias Krause  <tkr@openoffice.org>  [d7c947bfc6021b9bb74df1e971f89ccc5e241e12]

        tkr32: #i105917# seperate windows patch file

2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5b6d2ba51ac268e818154ba10b6157444bb6948d]

        merge

2009-11-27  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [8b2c1496752e50702b5e7d015cbf55594f220b21]

        printerpullpages: #i107119# add a tooltip to the preview window

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [83ee99a9a2119bdd7948f702977c8a017e9aff0c]

        [CWS autorecovery] #i65597# refactored SfxViewFrame::SwitchToViewShell_Impl to move some functionality to the UNO implementations, instead of doing it here. This is another step towards a fully UNOized view factory for SFX documents.

2009-11-27  Carsten Driesner  <cd@openoffice.org>  [bbc0c51356ee72bdfda91fd229d9da69b741db65]

        #161124# Update service tag sources

2009-11-27  Joachim Lingner  <jl@openoffice.org>  [8169109e434e10c5238f342f5a71dd5aaf72a9d2]

        jl137: #103420# build error in util when ENABLE_NSS_MODULE==NO

2009-11-27  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [05bb4138d25b8adcec7f9b69398163986f258073]

        dba33d: #i106772# check if update and refetching works otherwise set iter to end and some resource handling for error messages

2009-11-27  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d96b191fe42ab3396f0386d74da4c92730dbcc65]

        #i10000#

2009-11-27  Joachim Lingner  <jl@openoffice.org>  [14ba823d19427730dfcaaf6a55d9e2cbd4ef0502]

        jl137: #103420# xmlsecurity needs latest NSS otherwise not building

2009-11-27  Dirk Völzke  <dv@openoffice.org>  [b28b1d5a44b39e150c98d58b23f12e5f203b95ec]

        #i107166# Use 32 bit for values larger than 32768

2009-11-26  Rene Engelhard  <rene@openoffice.org>  [d68feb2d83342e474cf2d1cea82b0485ec566398]

        fontooocleanup: run autoconf

2009-11-26  Rene Engelhard  <rene@openoffice.org>  [4eb3c8d7f45b9b4022a0028b8196f9b59309573c]

        remove last remains of FontOOo. long obsolete and msfontextract was removed by mh, too

2009-11-26  Rene Engelhard  <rene@openoffice.org>  [77a892d14999b5d528e2cdf5f883e3d1ed76d999]

        remove last remains of FontOOo. long obsolete and msfontextract was removed by mh, too

2009-11-26  Joerg Skottke  <jsk@openoffice.org>  [997788c91a8153a372a56274ee52d5cd20f278e2]

        automationooo320m6: #i107212# - Added accelerator for cs as suggested by xlastovi

2009-11-26  skotti  <skotti@buster.gleitmeier.de>  [d839e25d30e4dbb2400ab07eca19b1b4e45d1287]

        sb111: <no issue> remove some sleep statements, resolve potential timing issues, add slots to hUseAsyncSlot()

2009-11-26  Mikhail Voitenko  <mav@openoffice.org>  [245aaeb38f6d1f0ed1ac892da302772e6f71a9f3]

        #i105172# try to store documents on shutdown

2009-11-26  Carsten Driesner  <cd@openoffice.org>  [84c0ebe7d3e7dbc3796967d52f9535fecc9e6947]

        #i107087# Remove event listener from tab window on TabWindowService dtor

2009-11-26  Mikhail Voitenko  <mav@openoffice.org>  [f80a20d5960bdca8edeacc76bd91e6338d2fd5d2]

        #i105172# PL: implement cancelShutdown

2009-11-26  Vladimir Glazunov  <vg@openoffice.org>  [9c04b6cd80785b0aab3f77c3f8cd9541dd9c6ab1]

        DEV300

2009-11-26  Vladimir Glazunov  <vg@openoffice.org>  [17e16f466b88adeef6f80a7c1b75d37daed1ddf5]

        #i10000# fix for deliver path

2009-11-26  Vladimir Glazunov  <vg@openoffice.org>  [e1bea8425a6f5eea03ff35fdd9f95a0049f219fe]

        CWS-TOOLING: integrate CWS hr67

2009-11-26  sb  <sb@openoffice.org>  [a5ac728f76dd10e5623f2b14a451fe7291d1368d]

        sb111: #i107231# work around broken javax.xml.validation.SchemaFactory.newInstance

2009-11-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8a3694e8aa6b04a4347b32daac1b22d5200ab1f4]

        dba33d: #i69262# allow functions to be grouped

2009-11-26  os  <os@openoffice.org>  [56284b565d521a25df9612e030c88452db0a7bdb]

        custom property field - add type css::util::Duration

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [42e6d813e7deb9678d90546de24e4c9302393ecb]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [ac173f8291222e2ff2bc23abb27379b379a7f2c5]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [626879efbaaa388271f0a0042564c52202b53a82]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [88f9d6bf8c2403cff9fbf32db7d3351c5c3f181d]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [20960c96b03952e4f86a8e028c80890c192a2180]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [2448735d879cd54a185e7e596d919444731f9898]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [fa6af4dcaae5d15a36647a42c021cc3acdf932a2]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [f95557903a76ccad6d562091106849f570089b35]

        writefilter07: merged DEV300_m65

2009-11-26  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [85a3f1ceb3de602634fcb1bcd3b26c0f51c3da8a]

        writefilter07: merged DEV300_m65

2009-11-26  Dirk Völzke  <dv@openoffice.org>  [73fe8f59e9251fc41238c235572089eb415688fc]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2009-11-26  Dirk Völzke  <dv@openoffice.org>  [27360bc32e2aa3c5ebf4b27f336e9a9df4a9bdc0]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2009-11-26  Dirk Völzke  <dv@openoffice.org>  [162e929c013441797f02d01125717c747d62b81b]

        #i96594# Allow customization of 'register for Microsoft File Types' in custom setup

2009-11-26  Kai Sommerfeld  <kso@openoffice.org>  [b9333431e5c7c43912e46487c4c2d8184bdadaf4]

        #i107081# - impl/use new PasswordContainerInteractionHandler UNO service.

2009-11-26  Kai Sommerfeld  <kso@openoffice.org>  [7b87c2090387ec482cca1b496235d60bdf4683bd]

        #i107081# - impl/use new PasswordContainerInteractionHandler UNO service.

2009-11-26  Kai Sommerfeld  <kso@openoffice.org>  [e287e4c81d5e551c0e0fa6a760c187f350301033]

        #i107081# - impl/use new PasswordContainerInteractionHandler UNO service.

2009-11-26  Philipp Lohmann  <pl@openoffice.org>  [d14ff396c43feebd0cbceb7cdc327ad56024195a]

        #i107204# fix some native shortcuts on Snow Leopard

2009-11-26  Dirk Völzke  <dv@openoffice.org>  [b1b93020d02fb4217cc8742c47fb9865e199254c]

        #i107166# Make check for extension update independent from office update check

2009-11-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1a84a8f2b2aea31b5e1762c285608993f0a941e2]

        #i10000#

2009-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [27933b26619e81ab8f48d949d01dbe8ee04130f3]

        merge

2009-11-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [6e1c3410456e7076b17b0ae768bf367462941aad]

        cbosdo01: changed the en-US strings for some the localised autocorrection options

2009-11-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4a8c1c6afd7db2b3e58534f6af15edf603d4f6ae]

        [CWS autorecovery] last step, for the moment, of loader streamlining

2009-11-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [22f2884d9cb4f3759ce760ba4f1563467c9a7800]

        [CWS autorecovery] even closer to an SFX document loader working in the proper order

2009-11-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [abf0898b5d08697673f29532502bf4bee171cca7]

        [CWS autorecovery] further streamlined the SFX frame loader's load method

2009-11-26  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [05e8ff4c39b2a603b86e7fa587cbaa096332182d]

        vcl108: #i107228# fix an uninitalized warning from valgrind (thanks cmc)

2009-11-26  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [98310ef1c58084b71750b3481c87a02a07deeea6]

        cbosdo01: Fixed issue #107216
        
        It was simply a missing statement in a copy constructor.
2009-11-26  Michael Stahl  <mst@openoffice.org>  [7752052f8472ca365167abbcd15c4c0f5d643f1d]

        #i97029#: offapi: com.sun.star.util.Duration: add forgotten since tag

2009-11-26  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f37fa34fd0e03c58fe3b0be04c4faf9e6a922cf]

        [CWS autorecovery] removed unused *_Impl methods

2009-11-26  Thomas Lange  <tl@openoffice.org>  [eb2b1a667447266ff80d908dfac231065485e327]

        #i51258# thesaurus for right click context menu (.uno:Thesaurus -> .uno:ThesaurusDialog)

2009-11-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [eb0f90d33200e26d128672bbb6a105e815144cfc]

        dba33d: #i106526# askParameter now compress duplicate parameter names

2009-11-26  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1c46a6da7e010243817963156cb45b8f20ebc8fa]

        dba33b: defines for debug was missing

2009-11-26  Kohei Yoshida  <kyoshida@novell.com>  [facce3d969de3295e60d6c24d2fe1088a11f85d0]

        When deleting a query entry, I need to append an empty one.
        
        We need to ensure that the size of the query entries don't change
        after deleting a query entry.
2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ca116ee69b6c238e7243002bf1650332dc098902]

        vcl108: #i106547# active/inactive scrollbars

2009-11-25  Ruediger Timm  <rt@openoffice.org>  [dd39180e2457ab4b79bfd2ecd66f6af42440507a]

        CWS rtspare01: #i107208# deliver writes log file entries even for not copied directories.

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cdd33f7743ac125198f886dc829602216879d535]

        ause106: #161178# remove -nativecvs switch

2009-11-25  Thomas Lange  <tl@openoffice.org>  [2523b874cd4bad0618a1b20d41fa3fdff3a3f4f4]

        #i51258# thesaurus for right click context menu

2009-11-25  Thomas Lange  <tl@openoffice.org>  [3a9fc6f40ea0b924d7da66892b136e57f6f9ad73]

        #i51258# thesaurus for right click context menu

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec8eafa934473f5181ca36badb0205121b104ed]

        tl74: merge with DEV300 m60

2009-11-25  Thomas Lange  <tl@openoffice.org>  [26999baa19f28e4916df28bc8c2eca2f88b70cbd]

        #i51258# thesaurus for right click context menu

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [457052817ad4b0e04dda1d0931f7b8c900c0818f]

        tl74: merge with DEV300 m60

2009-11-25  Thomas Lange  <tl@openoffice.org>  [302b0d4b30348d95c18684b1254693f191d8001b]

        #i51258# thesaurus for right click context menu

2009-11-25  Thomas Lange  <tl@openoffice.org>  [3a93b09b046b34701749e403c45b921cb61bd80c]

        #i51258# thesaurus for right click context menu

2009-11-25  Thomas Lange  <tl@openoffice.org>  [b5c61b525cca0d0dbec58273a5209cdc45b742e6]

        #i51258# thesaurus for right click context menu

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b7b888a501fc2bac23bc911aa0b3ebbe3751a3]

        tl74: merge with DEV300 m60

2009-11-25  Thomas Lange  <tl@openoffice.org>  [9b67f9758e7d102b2a38210066ba6434a5013b25]

        #i51258# thesaurus for right click context menu

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [715a43e788bf51864cff6b84238293414c542ddc]

        ause106: #161178# remove -stlswitch

2009-11-25  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [e4668f64a57d539058ca5b7a121253341f3c2eed]

        writerfilter07: redefined model of List

2009-11-25  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [452bd20054a890ff4af2102a9036bfb5871e6a02]

        writerfilter07: calculating sizes, shifts and offsets, handling stereotype array xmigen.xsl: consider only elements not containing @offset when calculating size and offset, consider only elements not containing @shift when calculating shift

2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d88aec50907a58d2accb0c44849e2d91c9d92670]

        merge with DEV300m65

2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b17875df16b0a528aa49f0f8d347517d02ecf895]

        merge with DEV300m65

2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [30e0043111256a04f5b6c2596cf6dc6c7fb22aad]

        merge with DEV300m65

2009-11-25  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cf01449586fb6895c1f2b836464e73e98bfd4334]

        merge with DEV300m65

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [47a4bbe01c8543ecdff68176196840860e1f4880]

        ause106: #161178# remove -btarget and -zipsource switches

2009-11-25  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [83c0191596864b9eb27b5dfae24e514bae87b9ba]

        writerfilter07: $(DOCTOKMODEL) is a prerequisite for $(DOCTOKRESOURCEIDSHXX)

2009-11-25  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [fb36d3db6bcfad43eb0f33745a2fcacfc3f3b6ae]

        writerfilter07: doctok is a prerequisite for dmapper

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9cf8164598c069dd81bed567bfb9741dec13e98a]

        ause106: #161178# remove -nojava switch and usage

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d0fdda4a1a8c9d25fc175a7b57e14e1685824e89]

        ause106: #161178# remove -pre switch and usage

2009-11-25  Christian Lippka  <cl@openoffice.org>  [d1515a61d40e8939acb7b695f60d61c21c66bddb]

        fixed typo

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [167da3db7ec59e2097001cf6e1e3b16faba5bf7f]

        ause106: #161178# remove jdk13 support

2009-11-25  Carsten Driesner  <cd@openoffice.org>  [f565a4b3d9b47ca3336df4f8d8d56d4e2dcceec5]

        #i107087# TabWindowService must set member pointer to zero on VCLEVENT_OBJECT_DYING. The window life time is controlled by the docking window! Adding missing RemoveEventListener call.

2009-11-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [112937c1d6f73ce9a5d3d9eeb7a73fd63b942ad7]

        cbosdo01: Implemented i#107083.

2009-11-25  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b6b109c22da8572cc7c483bbd0571e7f0877313e]

        cbosdo01: Implemented i#107083.

2009-11-25  David Tardon  <dtardon@openoffice.org>  [135c22081fbb00c9c8aac0a5b17307b1d73518bf]

        dtardon01: #i107196#: remove stray header framework/inc/classes/xmlnamespaces.hxx

2009-11-25  sb  <sb@openoffice.org>  [33999cc088e32ddc17143aaa50199a7a2883433b]

        sb111: #i101955# call replaceByName with correctly typed UNO any values (int instead of enum)

2009-11-25  Oliver Düsterhoff  <od@openoffice.org>  [adee06162f7537a69d658f38cdf1de3596994a7e]

        #i107143# method <SwFldPortion::Clone(..)>           - pass placeholder property to created <SwFldPortion> instance

2009-11-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [090f29ed471262e5fbaec9aa4ed3b85d0b4eb94e]

        dba33d: #i106253# remove assertion

2009-11-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9bc02eaf9c7df1cf4408a2af37e9fe9c67acecb1]

        dba33d: #i104869# use the interaction handler to delegate UI

2009-11-25  Philipp Lohmann  <pl@openoffice.org>  [3ef399fb3302214147ed2dd97e5f8717666a5acd]

        revert earlier ineffective change

2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [b31166829b6c56b963e6ca58cd1af8c746e8ab6a]

        CWS-TOOLING: integrate CWS controltextrendering

2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [6412003193f79e16f4aa33f206b736e3c9bf6bc3]

        CWS-TOOLING: integrate CWS controltextrendering

2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [d3af929cd34466863ef2699e3398b1fd0ffae337]

        CWS-TOOLING: integrate CWS controltextrendering

2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [4a72548a893b94c5915a4f603ec69606c9484395]

        CWS-TOOLING: integrate CWS controltextrendering

2009-11-25  Vladimir Glazunov  <vg@openoffice.org>  [33f21809ca208713191cca2d35a7879163e75909]

        CWS-TOOLING: integrate CWS controltextrendering

2009-11-25  Mikhail Voitenko  <mav@openoffice.org>  [609f0d0f0f49b8b145e018408ad038ab4dc235d9]

        #i107047# let the temporary stream be flushed in time

2009-11-25  Mikhail Voitenko  <mav@openoffice.org>  [a92312c2256c52910216824e27ad37a4bbe430df]

        #i105719# switch to temporary file ealier to allow storing to the same location

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [a8c8d9b4db0703cc8a94b2124284fc0ea5f8aa53]

        tkr32: heads merged

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [509b7c488df75e3677fad248507c39468af84b4e]

        tkr32: heads merged

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [c297e5310e4cd2620d8da907cb270d83c9c7279c]

        tkr32: heads merged

2009-11-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3cc7d76742d0203f6cabca047cd7789363673930]

        ause106: #161178# remove -ca switch; remove trailing blanks; add NSIS_PATH to local env (-cap/-cax)

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [c22ccc81d4676a64f95bb7491cc33047150b8a3f]

        tkr32: #i106189,i106190# get rid of stlport for windows shell extensions

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [668284400187d5ee432dcd340e0778d2e7415aad]

        tkr32: #i106189,i106190# get rid of stlport for windows shell extensions

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [fc255b023172262c51a8b72603c2dc7b1aa4855a]

        tkr32: #i75446# change default behavior to check readonly flag during write.

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [baba8fcb69aa6fbef5f1ac3bb31694950bb38196]

        tkr32: #i105006# applied patch

2009-11-25  Tobias Krause  <tkr@openoffice.org>  [66966edad55609391e640ccb6b4b16d3fe53b394]

        tkr32: #i105917# updated curl to 7.19.7

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ae1079bff5fa5cd0f79ec553cdbe7f1d9ba4465e]

        do not explicitly transform SuggestedSaveAs* and Referer, they're covered by the implicit transformation of the SID_OPENDOC arguments

2009-11-25  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [7a59a645dedeebf5dd1367ed6b3223bba7fdac44]

        added operation xst to ListLevel corrected WW8ListLevel::calcSize() save-guarded WW8StructBase::getString(sal_uInt32 nOffset, sal_uInt32 nCount)

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a36a719236e8991fb2f017f37e0f6db7cbbc6b64]

        [CWS autorecovery] also transform the Referer/SID_REFERER when translating between an UNO-MediaDescriptor ad an ItemSet

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [94b84872d7c5080524d365510f2a18d2aca812df]

        oops, forgot one direction for the SID_DEFAULTFILE*<->SuggestedSaveAs* conversion

2009-11-25  Joachim Lingner  <jl@openoffice.org>  [45381116d070c5c73dec6725589f1661cc42cfb1]

        #b6900566# updated NSS

2009-11-25  Joachim Lingner  <jl@openoffice.org>  [75244704c82754f24709e66830287792047fec7e]

        #b6900566# updated NSS

2009-11-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [510361e19b2e8f0955795a6007c0baf8cbafc9cd]

        dba33d: #i104712# qurtal expression fixed

2009-11-25  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [a441a0d3f2fdf2507574502612d1565f7752a17a]

        dba33d: #i104712# qurtal expression fixed

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [db0a388f7a5cd41fb5c28b075284711d4033509a]

        merge

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a88e7d6f6c4f0f5947dfd5db15206a50517f6165]

        merge

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8f285df32df738b54e572b2e5918ba8217bbebbf]

        [CWS autorecovery] #i65597# moved creation of new documents from application to loader The loader was the only client of the respective application code, and needs to have better control over the document creation process. In the course of this move, some dead/duplicate/obsolete code has been removed.

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f36183eb9be25a723afee4b4e2b4555591ee903]

        broke down ::load into smaller pieces

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [49e67cf6135582501b38e483765bb213068c46f4]

        [CWS autorecovery] get rid of LoadView_Impl, and thus the recursive calling of InsertDocument_Impl

2009-11-25  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [85581b9144747e40c9f9374afbcfd63498cf5ac8]

        move LoadView_Impl from SfxObjectShell to SfxTopFrame

2009-11-24  Daniel Rentz  <dr@openoffice.org>  [8a639d2465c6f5451b4ce4a87d7c389d835ddef0]

        #i107170# use current script for default cell style

2009-11-24  Ruediger Timm  <rt@openoffice.org>  [5d5299cb8729a2cb1ad2286d67442fc990bfc79c]

        CWS rtspare01: #i107135# Re-activate postprocess/checkdeliver

2009-11-24  Ingrid Halama  <iha@openoffice.org>  [cc1fa09594da92d1c7055071602f68227a5208d3]

        chartmultiline: cleanup

2009-11-24  Ingrid Halama  <iha@openoffice.org>  [139bf0fc0e6d37f329677c79b9448d0e96178b57]

        chartmultiline: cleanup

2009-11-24  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [739473cd061d8fbf91ae232d0e3a4ec68a10f174]

        printerpullpages: #i107065# ensure correct mapmode for borders on subpages

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [639b464ab945fbba4b5e3cc346df74a609811c4c]

        CWS-TOOLING: integrate CWS jl133_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [6bdea9f670a5bcc270324013995c00390f146588]

        CWS-TOOLING: integrate CWS calc32stopper4_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [534a7549c45c893a6adfa574f9d12fa73ca59593]

        CWS-TOOLING: integrate CWS calc32stopper4_DEV300

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [bef261f2817e9aaab5b83062608d91d034c829fb]

        writerfilter07: corrected definition of ListLevel

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [67b28808a02bcef1af009d0dedd771865b73c707]

        writerfilter07: calculate offsets correctly, use @token in <bits>

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [2fbea28da6def2016099f37d038ad60b1d43b0a9]

        CWS-TOOLING: integrate CWS impress180_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [27107b0d9f88117373b50fef948a8919ea49288e]

        CWS-TOOLING: integrate CWS impress180_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [ae05ff719a02642a9a995b157a486ac2096ac1a5]

        CWS-TOOLING: integrate CWS jl139_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [8fd3f31eb907c32d01f16e5d87ed0ed203db8e6e]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [4018bfb201551af7e6e2b4379b516c133751e7e7]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [031f03522ba0b9ed90ca6c8f6861a38f2098d5c4]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [1713af6121af82cb70ca0843c9c205d37e6fa435]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [8e2fd900e4a6f9fb29d70585fc11c97160d0ca71]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [6dc0cabfa46d74cdfb5dc6118f8d7f589271ba45]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [2637c1b3888f32d9221120e2e4f7d947a3f89110]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [92dc1ab4c8116656998d88d05ecdf39b486985ef]

        CWS-TOOLING: integrate CWS cmcfixes64

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [8031863051163f04ccc2988be68ac90632157bee]

        writerfilter07: redefined UML:Class ListLevel according to current specification from MS

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c48b54d421b693ec82c476fef7e848459a5db32a]

        writerfilter07: handle stereotypes of <attributes> correctly, use @token in <attribute>

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [a98f212feb359928a8dee98a1b9c1b0a74b188ac]

        CWS-TOOLING: integrate CWS native271

2009-11-24  Oliver Craemer  <oc@openoffice.org>  [a32de79fdb59629e6f42342968ae6977bbc32683]

        #i106356# Autotests for chartshapes

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [34f1ac4a063c2a0c1239f2c1b0f072c448468c7b]

        chartshapes: merge with DEV300 m62

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0923b8dbc18d019abab856063c5df75c352b0ee4]

        chartshapes: merge with DEV300 m55

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a00ee2189127492423ea603b6cae7f1d3a33ec5e]

        chartshapes: merge with DEV300 m50

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7acab6e63c024428b7f08b61049ee130aaff242]

        chartshapes: merge with DEV300 m46

2009-11-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4f5a16ef442c67892cba7620974da2e5b9aad1ae]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [701312f1975f3ce7f50e22e7923cb7280c5d7076]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [64651c19998e35371bf85cd2e07437104bca74a9]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f586a64f8fcae5d342bf3323bb367b9b048de384]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [2c993660864d3e0ac89d9a88155827eaa88ecef5]

        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  Niklas Nebel  <nn@openoffice.org>  [590cca7e29c5efb2310b8de7a588cddc86f0b399]

        #i107151# Compare/CompareMat: call Pop for svEmptyCell

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [bbcda12bdbff07a6b4daa986ca828a8b1aa61277]

        writerfilter07: calculate size of resource by template calcsize, use template for tagged values

2009-11-24  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c579664c75267bb75ef1c23bee3938899fa3d05a]

        writerfilter07: UML:Attribute(ww8resource) handle arrays

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [3c65332e3ccd132f08c1ea294a1ed4366340ef51]

        CWS-TOOLING: integrate CWS writerfilter32bugfixes01_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [6729fc7806b4f4e27cf8a483b20c2ef79d0f2e69]

        CWS-TOOLING: integrate CWS writerfilter32bugfixes01_DEV300

2009-11-24  Daniel Rentz  <dr@openoffice.org>  [e4f41f75acdebc7885377d476606fd5ffbfa8e0d]

        #i107075# check interface pointer, XAxccessibleTextMarkup is not implemented in Calc

2009-11-24  sb  <sb@openoffice.org>  [e07f49f2e4dac90157fb6fecd3e71cba5daaea04]

        sb111: #i101955# removed obsolete directories

2009-11-24  Caolán McNamara  <cmc@openoffice.org>  [ffd903ad592ccc69c180ef2dd2117f6c69705d6e]

        cmcfixes67: #i101158# fix parallel build with system lucene, and remove unused copy of MANIFEST.MK

2009-11-24  Caolán McNamara  <cmc@openoffice.org>  [e0838f570d254a525926ba79d8930df333119416]

        cmcfixes67: #i101158# fix parallel build with system lucene, and remove unused copy of MANIFEST.MK

2009-11-24  Caolán McNamara  <cmc@openoffice.org>  [c28f4b8bf149d6cfb09ba61640204ac6f4412f61]

        cmcfixes67: #i107169# fix up gij ver tests

2009-11-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [8d10c17b61cfc138419ab4a5db8bcde05c79ab2b]

        aw078: adapted to Linux warning

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [d1057ad20b9577b69d50bd0f79e5c6a5376e3ede]

        CWS-TOOLING: integrate CWS c07v026_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [7790099c345dbd30b82a3923a3f9a5734803b568]

        CWS-TOOLING: integrate CWS c07v026_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [0c487c34259d3118f1d731546fc1fa17a246d572]

        CWS-TOOLING: integrate CWS c07v026_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [a20e9dac7aac3ac938156a0f6d7ea18c70fcafdb]

        CWS-TOOLING: integrate CWS c07v026_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [eb17ba2dd929c358712fb253bb1f52af6c50a37d]

        CWS-TOOLING: integrate CWS ooo32gsl02_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [dd859bb9c743d62dbab7cd286672046bf757bbfa]

        CWS-TOOLING: integrate CWS ooo32gsl02_DEV300

2009-11-24  Philipp Lohmann  <pl@openoffice.org>  [49f38b850c63d5886c18a351979e6ebdac81868a]

        #i107080# autorelease pool only on first yield

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [c52aedaaf886f00665b80c6d7c56c41c68c74226]

        CWS-TOOLING: integrate CWS buildtool07

2009-11-24  Mathias Bauer  <mba@openoffice.org>  [6c8cae77f8937bd4a717f1d099a44cba6173923f]

        some fixes after resync

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [e1704615dc732f1638489a9123408a3cf137ae77]

        CWS-TOOLING: integrate CWS linuxhppa1

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [7597d843a302d771ce7c1bb61df8598ff72715b9]

        CWS-TOOLING: integrate CWS linuxhppa1

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [4728fe82faf9e0266922868215fa9a75a32dd3df]

        CWS-TOOLING: integrate CWS linuxhppa1

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [7c7a41af6826db2907c3e4d85604cf91e46d5879]

        CWS-TOOLING: integrate CWS linuxhppa1

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [7ccefb01c0246603f247d12877e2be9b534f6165]

        CWS-TOOLING: integrate CWS sw33bf01

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [dfd3a9469916ecfeb20bee0bf2a7f37e156f5209]

        CWS-TOOLING: integrate CWS sw33bf01

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [256e8c3fb3226bf46ceddcc37bae00683967343b]

        CWS-TOOLING: integrate CWS sw33bf01

2009-11-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [aed7c63fea58badc64a0b6be2122b97de4520e95]

        #i103340# added MaskPrimitive2D::getB2DRange implementation

2009-11-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3f1ff108b3379c52b3ddb848cc1c603f554d0967]

        #i103340# added MaskPrimitive2D::getB2DRange implementation

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [a3b5b70f37122b72f4c853dd371e5b2373672e25]

        CWS-TOOLING: integrate CWS ooo32gsl01_DEV300

2009-11-24  Vladimir Glazunov  <vg@openoffice.org>  [8b9b453f3792eba0d514553343012e330e38e099]

        CWS-TOOLING: integrate CWS ooo32gsl01_DEV300

2009-11-24  sb  <sb@openoffice.org>  [50c59ad9f307d16bc312d9b87b9fcfda1ea8f44c]

        sb116: #i107157# redesigned java_environment.Registry to avoid memory leaks (and simplified code)

2009-11-24  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9a506d302bcf497b58684e1ab9b1e4da50572469]

        dba33d: #i104949# show cell value when set field text nodes exits

2009-11-24  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [b5c8e3b6159c0874a284ae6181b3b7b8c5fb0dd3]

        dba33d: #i104949# show cell value when set field text nodes exits

2009-11-24  Ingrid Halama  <iha@openoffice.org>  [543fc8431a6273244e26d08cb7e74e7f9229dc4c]

        chartmultiline: remove unsued concept 'UnusedData'

2009-11-24  Ingrid Halama  <iha@openoffice.org>  [040867f6add401f423c64036adf1e9aaba46b645]

        chartmultiline: remove unsued concept 'UnusedData'

2009-11-24  Ingrid Halama  <iha@openoffice.org>  [8cd4824f5a37dbd497abeefbd47700f8e8e8b0e9]

        chartmultiline: remove unsued concept 'UnusedData'

2009-11-24  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4d61332a3cb172cdfe29f64efb325f6ef20c573c]

        [CWS autorecovery] removed (now) unused methods in Sfx(Top)Frame

2009-11-24  Herbert Duerr  <hdu@openoffice.org>  [9d63153784cc630907fa0e4347e4cb922f0eb74d]

        #i107076# device DPI also gets a maximum limit

2009-11-24  sb  <sb@openoffice.org>  [3487232776fb0bad6c242a534b7d6b4a2145ad30]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [2af874edba0be4bb39a9696a8bf5b328c06a5618]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [98a4b934cf1dbf81ce975b919f62b8c005486b8a]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [272eccf3ed0eaff67b51f1643ef445d0c0a3e94b]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [d0d62500ce09e496fa47294c8c27236a2cbfd4c3]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [f38a1aaef3b8eb830078d68de6f8db7f3fab2950]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [f6695730459bbd0123012a52efec1c2b2b716daa]

        sb111: merged in DEV300_m65

2009-11-24  sb  <sb@openoffice.org>  [5c9a49dd2af32b036a15630ee718ac58e70ed2ca]

        sb111: merged in DEV300_m65

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [63fe7c4dc33d5398b2e66f89ed6680d9c8e0aba0]

        #i10000#

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f79d2dca63518d29b41287431f24b523f71156d8]

        #i10000#

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8a09f55aaede159defcb32f2ea2ae02ea3d5c4a0]

        [CWS autorecovery] #i65597# when reloading an SFX document, do this via UNO, not via internal methods. In particular, do not re-use existing SfxTopFrames. This implies slightly more flickering, but this should be bearable nowadays. The advantage is more simplified code. Also, on the medium run, when UNO view factories are implemented for SFX documents, the old approach would not have worked, anyway.

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05aee339c8c9a3bfe0e6ecb94bb9e58748e5fa1b]

        [CWS autorecovery] #i65597# when reloading an SFX document, do this via UNO, not via internal methods. In particular, do not re-use existing SfxTopFrames. This implies slightly more flickering, but this should be bearable nowadays. The advantage is more simplified code. Also, on the medium run, when UNO view factories are implemented for SFX documents, the old approach would not have worked, anyway.

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [05572f1de1ea85975d23527e79e13c45d4c8d1ea]

        merge

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [12d3e2ecf6d034e08c6874dc7f368a09b1d44e9f]

        merge

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [56a09166696e29083638325b34c6b98167592ce0]

        merge

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3a98b758e51d9dd66574ecbb7efe508a5f3ee253]

        [CWS autorecovery] SfxFrame::Browse is dead, too

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59d8e4aaa91240076d5c1d185436a6bb7a237b31]

        [CWS autorecovery] while we are at it .... SID_BROWSE_STOP is dead, for a long time now ...

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f686c4209086312d92ee16c78c7b4e1ee120327e]

        [CWS autorecovery] while we are at it .... SID_BROWSE_STOP is dead, for a long time now ...

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [88cb329eca47476bee17baa4eff507697dd9d95a]

        [CWS autorecovery] while we are at it .... SID_BROWSE_STOP is dead, for a long time now ...

2009-11-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9148a4459e46024ec53d0e1af7941303b236d064]

        hr67: #107152#: adapt to source_config tree layout

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [43ca3e5df9b51b69245412a2b05ed96170ad2e33]

        wrong conflict resolution in m63 merge corrected

2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [78f36b84e4e181fe5d0bcb5cc8606a56df256982]

        vcl108: #i106704# fix Length3 entry for Type1 fonts, also merge fix for issue 106572

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [cf64ff9adc6cc3d2ba6a458b30be4204ca7575ad]

        another merge

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [101116ea260cfeba2eb8352786601e06495d85bd]

        another merge

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [a9687ec16deed6a477308c25fa112d7729a7140b]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [277dfe5fdd74b6c261e22f9726be01be32acfb0f]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [3b95d04c6512aae178681fa051963cb0543a1158]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [283842d88132c35379735cc8e7def68db9b89428]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [89ad581281e4790f616db43f3dbe6cb769b9c00f]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [699ebff65d9c383530c2929f3c7c10e68aabbf9a]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [6eb24b9220a7a5653405b09b0eb130a84b310020]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [039c0e0c2363665a45c608e280a48ad6c0d87755]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [64ee5e00c13ccd11023760deb581e34ab363417d]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [1769eb9b9fac4d31c3fd0dc15d6b81d7169aa696]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [9edc763c5ec6d909a8080d30b5ab029c8d0779ba]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [d925fcf39e08921804a540bbd7766c2d84446ff5]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [2952aaf1a24f915a546a4b719e63b9f55a83be96]

        merge commit for m65

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [8cedfc0931768085d01f577f65d120384e8328bf]

        merge commit for m65

2009-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [445ad5840ff51a36190bc515a310b10ab72c0d5b]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [425eb5d131b40020dcafe3204cd52a0a0f1c6b1a]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f4adf36685d9078152adce94ca0337b3a71321e4]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [7d8ad2213bcd3caa2cc4bbf02695933d534fd028]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [893d3ed1b6d83775df277825f07bf3d47f721004]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [eb7cae342a96d738a45a28ad8cf0d7c2b7d1b39f]

        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  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [913f68ef5e12024601cb42219cfeb941b48b373b]

        writerfilter07: major rework of compactxmi.xsl

2009-11-23  sb  <sb@openoffice.org>  [8f48a583e09dee3b0e1eb202c161ad978efb70b3]

        sb111: #i101955# fixed locale matching

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e02702c1d120c7e93826ed537e3bf66763a2b31f]

        [CWS autorecovery] SFX_HINT_CANCELLABLE is not used anymore

2009-11-23  Joachim Lingner  <jl@openoffice.org>  [0896dd6ff00761933796beea59187f3d1211becc]

        jl137: #i107145# improve NSS initialization without profile

2009-11-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [2546b368921c771c4336e6db18543497389eaab7]

        #i105146# fixed mainly by not setting a page to visualize at the SdrPageObj's for handout page

2009-11-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a250306f8fb95f935ac6318850434b79ca21dc8d]

        #i105146# fixed mainly by not setting a page to visualize at the SdrPageObj's for handout page

2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5d7cea9f0f556b7e88921b206683f9c968261a50]

        printerpullpages: #i91478# proper word breaking

2009-11-23  Dirk Völzke  <dv@openoffice.org>  [34e224f6783d92e0a75d070a0e5b5fa65822462b]

        #i106373# Removed unused code

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4a3725dab3a558ae419669dcc0c7a811dcadfea]

        dv12: Merge with DEV300_m63

2009-11-23  Vladimir Glazunov  <vg@openoffice.org>  [a5fd221e63eceb19e4d26fa808ab0bd9d4f1bdeb]

        #i107077# remove unnecessary condition

2009-11-23  Mikhail Voitenko  <mav@openoffice.org>  [8a55ff3c76acbd2349648fbe368d91a00811882d]

        #i105343# no outdated info in the buffer

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ada3f6c2c2287eb7d4cda27437b1c687d720c444]

        merge

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d9647b54268d88c5bacf2adc1568aabf84ee55ea]

        merge

2009-11-23  os  <os@openoffice.org>  [cd613532c9a147e4b02c1bbc6c7fe84949c691b5]

        #i97029# duration dialog HelpId

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9b35a905d89b9f07aff5ad6908a48eb9132e0ddc]

        [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>  [afb4cbbcae4e553eae99303024a72784a336a399]

        [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>  [1e30a9a1368eab0b8a56efdcf677bb3c8e27c768]

        [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>  [f2d25eab84b2ddf644ca1ec53e3ae492766c75f2]

        [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>  [61addfefa431d7c5fd8a445c08bd5b1bf122161b]

        [CWS autorecovery] removed the dead code for moving to the last record in a separate thread Part of the code relied in the SfxCancellable, which is going to be removed. Also, this feature wasn't used anymore for a long time now, if we want to have it, again, we should better re-implement it.

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f82ce508322002e0af815fdbfa1d102b48b2d1c0]

        [CWS autorecovery] removed the dead code for loading in a separate thread Part of the code relied in the SfxCancellable, which is going to be removed. Also, this feature wasn't used anymore for a long time now, if we want to have it, again, we should better re-implement it.

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6f1f154f9a48300285bbac3c191142db32bfc2f0]

        [CWS autorecovery] #i65597# further refactored the loader code, cutting dead branches Sadly, there's still one use case which calls InsertDocument_Impl on a frame which already contains an SfxViewFrame: reloading the document (explicitly via SID_RELOAD, or implicitly via SID_EDITDOC). If this weren't the case, the code would look even simpler. On the medium run, the reload code should also be migrated to a ViewFactory usage.

2009-11-23  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [31f10b977919d80de6f23cd754b56558e10e671c]

        [CWS autorecovery] during #i65597#: removed some unused SFX_HINT_*

2009-11-23  Oliver Specht  <os@openoffice.org>  [041f19b3fac1003aa9300cb335983d8739a78da5]

        #i107064# copy styles in SwDoc::CreateCopy()

2009-11-23  Vladimir Glazunov  <vg@openoffice.org>  [3a7f656968ece6f308e2d580123cbc7ff0bc49db]

        #i107077# do not silently add modules for simple --from switch

2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b0fe07fec29262fdc5e1aaf97812caadbb9d5c15]

        printerpullpages: #i106836# allow less strict parsing of passed ranges string

2009-11-23  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9bf73f92e0645538720958375b2930bead4d8dc7]

        printerpullpages: #i91478# base dialog layout on HIG

2009-11-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a3235d7e7a5b59fc8af646867766ad807da0c78e]

        aw078: #i106541# MetaTextRectAction implementation added, corrected/changed FontHandling when no FontSize is given

2009-11-23  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [3137d89c8a7632b89f55fdd638bca027593225b3]

        aw078: #i106541# MetaTextRectAction implementation added, corrected/changed FontHandling when no FontSize is given

2009-11-23  Oliver-Rainer Wittmann  <od@openoffice.org>  [5a529b82230a42b32bc153b89a5e73ff2c4f685f]

        cbosdo02: fix compiler warning for Windows

2009-11-23  Oliver-Rainer Wittmann  <od@openoffice.org>  [e75e3b6a6f67f069d83172bfb59906471c3d1192]

        cbosdo02: Use <SwInsTxt> instead of <SwInsChr>, because class <SwInsChr> has been already removed (in some other cws)

2009-11-23  Herbert Duerr  <hdu@openoffice.org>  [972c78c8869ee4e786ca37d9570b00edb1820f23]

        #i107076# device DPI now gets a minimum limit

2009-11-23  sb  <sb@openoffice.org>  [ec35afc6182e6d5acc8f55045e5c85e636d6bf90]

        sb111: #i101955# backwards support for existing extensions in old user installation

2009-11-23  os  <os@openoffice.org>  [ca6aa7989726066a2855dd1f769e7fc3fbf6e81b]

        include fixed

2009-11-23  os  <os@openoffice.org>  [2bbb6bb1d9329cf62723a0c57b914102d4e40573]

        typo fixed

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [16c6a8f775bb1db96f303d83b7c808ef87676a43]

        #i104338#: fix build without Java

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [121fdea1bf20434091bf1f862be5611dfddd83ae]

        #i104338#: fix build without Java

2009-11-23  Mathias Bauer  <mba@openoffice.org>  [c8d9c46813f38fd26d212e10d307cd9d1d61aefb]

        #i104338#: fix build without Java

2009-11-23  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [652a3b18a7d4601d7fab21faf77e4b14e98c07ea]

        writerfilter07: new LFOData, some changes in LFO

2009-11-23  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [293d8aa9981a2f39a327e715249f80c116c7233e]

        dba33d: #i107104# error in where <> having

2009-11-23  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [76550146f1cee32345f13f3669ccd0b1e2b2b88c]

        writerfilter07: create xmi from condensed XML

2009-11-23  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c367facdc36f4e42a6f17368466bb092834a39e6]

        writerfilter07: new compactxmi.xsl: compact xmi model to a more condensed XML

2009-11-23  Oliver-Rainer Wittmann  <od@openoffice.org>  [97a9f239c5e67fe2f99c78d73d5eb4a8c09f73ec]

        cbosdo02: fixes of compiler warning on Linux, Mac OS X Intel and Solaris Sparc

2009-11-23  os  <os@openoffice.org>  [a2ddb3f40fbdec3ee962024151c4874f4fb87547]

        #i97029# duration support added to custom properties dialog

2009-11-23  Joerg Skottke  <jsk@openoffice.org>  [a8b63b08d53cf5f1b41f108a3b4c0c413845006e]

        dv16: (no issue-id) - in some cases it takes longer than 10ms to open the hyphenation dialog. Allowed a max of 2 seconds for that

2009-11-23  Dirk Völzke  <dv@openoffice.org>  [cdbdf9834f36dcaec5fca09db5f8326ccf9159c5]

        #i106978# Fixed dangerous debugging code

2009-11-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [70259f71b73997f8cf16a73ae1677ffa985717d0]

        [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-22  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0e40f8c467fcf5bd83eee451dcf7d2a7de1889c6]

        [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  Thorsten Bosbach  <tbo@openoffice.org>  [2fb50e609ea0dcb07c5489e56e24069e881e9068]

        gridcontrol_02: #i106470# testautomation

2009-12-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [78dfc9a2e80dd60b19377d3c165d2ebe943acdd0]

        gridcontrol_02: merge with DEV300 m63

2009-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c419c52df11e6f1860a0fda5a49f7eeeac4a6fd6]

        sconfigl10n: #i107009#:  source_config file / multiple repository support in l10n tools

2009-11-20  Herbert Duerr  <hdu@openoffice.org>  [e3676e17c0f64f8970ded846c70305e01571b22f]

        #ii107076# limit minimal device resolution

2009-11-20  Uwe Fischer  <ufi@openoffice.org>  [c0ca967646933abbe6603810e52140a26f6caa2a]

        hcshared25: #i107086# removed one autocorr trigger ID

2009-11-20  Carsten Driesner  <cd@openoffice.org>  [1f586ec3aca095f56a5d9b12d46a99873278fa8c]

        #i105626# Fixed build problem with MS compiler

2009-11-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b2fbc111be780077874598dea2e66375d07c018b]

        #i10000#

2009-11-20  Vladimir Glazunov  <vg@openoffice.org>  [3157f288a49480e1798d62f51cbac71ac564d0ff]

        #i107077# automatically add modules to source_config in prepare modus

2009-11-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ac9a1cd44c34c7692b5c0ffb36f21d42420e80a7]

        [CWS autorecovery] introduced status SfxFrame::InsertDocument which encapsulates a usage pattern comprised of the old InsertDocument/CreateViewFrame pair

2009-11-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [af4e6b24573b5dd00e6beac7544becf559b8f498]

        [CWS autorecovery] introduced status SfxFrame::InsertDocument which encapsulates a usage pattern comprised of the old InsertDocument/CreateViewFrame pair

2009-11-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [26b1e84775730cedf751d8dfb459d1bdd13f5103]

        printerpullpages: #i91478# improvements for mac native print dialog

2009-11-20  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [4e0900fa9fae5db6d77fa759bf49164af21b83b9]

        printerpullpages: #i91478# improvements for mac native print dialog

2009-11-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4acaac1b07aaa9173b74e68ebc849b7f49ec3e05]

        [CWS autorecovery] removed some unused SfxFrame methods

2009-11-20  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [679a5fb1c68e42473176a3cb559e0e1dfb6ffb38]

        add FibRgFcLcb2000 and SttbRgtplc

2009-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bd0b8ce42a54f117d90031dd01150396d2776658]

        CWS-TOOLING: integrate CWS calc32stopper5 2009-11-12 13:18:26 +0100 dr  r277477 : #i105267# missing in exception files list 2009-11-12 11:13:57 +0100 dr  r277472 : CWS-TOOLING: rebase CWS calc32stopper5 to branches/OOO320@277373 (milestone: OOO320:m4) 2009-11-11 17:27:10 +0100 dr  r277466 : #i105267# remember all existing copies of ScAccessibeEditLineTextData in the ScTextWnd instance (text input line) 2009-11-04 09:59:49 +0100 dr  r277334 : dump even more BIFF records written by XL12 2009-10-27 19:11:37 +0100 dr  r277231 : few dumper additions 2009-10-27 17:17:10 +0100 nn  r277225 : #i106343# check if pDocShell is set in GetFormatter 2009-10-26 14:54:15 +0100 dr  r277178 : #i106194# OOXML: load form controls from binary streams 2009-10-26 14:14:01 +0100 dr  r277177 : #i106194# OOXML: load form controls from binary streams

2009-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ef9931cee162db34de60adb23ee7c54083105ff6]

        CWS-TOOLING: integrate CWS calc32stopper5 2009-11-12 13:18:26 +0100 dr  r277477 : #i105267# missing in exception files list 2009-11-12 11:13:57 +0100 dr  r277472 : CWS-TOOLING: rebase CWS calc32stopper5 to branches/OOO320@277373 (milestone: OOO320:m4) 2009-11-11 17:27:10 +0100 dr  r277466 : #i105267# remember all existing copies of ScAccessibeEditLineTextData in the ScTextWnd instance (text input line) 2009-11-04 09:59:49 +0100 dr  r277334 : dump even more BIFF records written by XL12 2009-10-27 19:11:37 +0100 dr  r277231 : few dumper additions 2009-10-27 17:17:10 +0100 nn  r277225 : #i106343# check if pDocShell is set in GetFormatter 2009-10-26 14:54:15 +0100 dr  r277178 : #i106194# OOXML: load form controls from binary streams 2009-10-26 14:14:01 +0100 dr  r277177 : #i106194# OOXML: load form controls from binary streams

2009-11-20  Andre Fischer  <af@openoffice.org>  [eaa648fe8e82fca7806f93d45dbf751205a9ffa3]

        #i107049# Do not scroll focus indicator into view when slide sorter is focused.

2009-11-20  Vladimir Glazunov  <vg@openoffice.org>  [f8eb95df1608b739d3b0471588f899d12d6c36f3]

        #i107077#,#i107077# fix for incompatible builds(for from an such), for busy waiting along with some minor fixes, typo fixes, and style changes

2009-11-20  Caolán McNamara  <cmc@openoffice.org>  [f7f4dd0bfcb029a66ec302f49f3358632469399e]

        cmcfixes67: #i105566#: better upstream-used fix to avoid the libfreebl3.so + libcrypt problem on Fedora

2009-11-20  Caolán McNamara  <cmc@openoffice.org>  [9f1383d99c28a753c30e9ab740b29896af64b9b1]

        cmcfixes67: #i105566#: better upstream-used fix to avoid the libfreebl3.so + libcrypt problem on Fedora

2009-11-20  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a750da5d7f3c9a21ee05442b317622df4a45b1e4]

        [CWS autorecovery] a very early step towards #i65597#: some refactoring, removal of unused code, and consolidation Basically, in the current phase this is just to make it easier to understand the current code.

2009-11-20  Ingrid Halama  <iha@openoffice.org>  [ec712408961a4a2efc667a7af83a21209907f9eb]

        chartpositioning: #i100778# chart positioning excluding labels

2009-11-20  Ingrid Halama  <iha@openoffice.org>  [384419bc10497bd63fefce6da7196dec2e6b232a]

        chartpositioning: #i100778# chart positioning excluding labels

2009-11-20  Ingrid Halama  <iha@openoffice.org>  [0a5e2fc8e92ac2775e10530ae230db69556f5047]

        chartpositioning: #i100778# chart positioning excluding labels

2009-11-20  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [728ae6f17731224b6da5cc00e8886d5c5eb0b711]

        expect offsets in resources.xmi to be properly prefixed by 0x when they are hexadecimal

2009-11-20  Armin Weiss  <aw@openoffice.org>  [72a8d5326343acabb3fe9a2685bce769c8ae759f]

        ooo32gsl07 #i106214# corrected MinAutoPaperSize for Cell BlockFormatting

2009-11-20  Kai Sommerfeld  <kso@openoffice.org>  [6e54378375d6201a12dab56d5408240faf8df195]

        #i106830# - Fixed Windows build breaker.

2009-11-20  Kai Sommerfeld  <kso@openoffice.org>  [72c86e14a0c71184ad3f47942315c3115928bde8]

        #i106830# - Fixed Windows build breaker.

2009-11-20  Helge Delfs  <hde@openoffice.org>  [5a8784c049c1b1ecdb46af95830db9581e824ad2]

        added exception for unx because page isn't centered like on windows

2009-11-20  Herbert Duerr  <hdu@openoffice.org>  [c990d5b829ea877c77ccda968eede9ea5ed0836c]

         #i107006# text justification invalidates previous measurements of a layout

2009-11-20  Carsten Driesner  <cd@openoffice.org>  [ee56b6b0862f2c3d92cb535542c124db739819cf]

        #i107003# Make toolbar invisible before calling doLazyDelete. This prevents possible crashes in scenarios where a modal dialog is visible.

2009-11-20  Helge Delfs  <hde@openoffice.org>  [724cb1a66fdcfa0099b3d2722f26c77e37d647cf]

        added exception for unx because page isn't centered like on windows

2009-11-20  Kai Sommerfeld  <kso@openoffice.org>  [c48ac4539de6401f163ee18acb518c59afec01b2]

        #i106820# - fixed compiler warning.

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [291172672f3b89a644814aa7f30e77360cf07f11]

        cmcfixes67: #i107061#: avoid the libfreebl3.so + libcrypt problem on Fedora

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [900d8d6ec2103e5205083e18e76a68d560107918]

        cmcfixes67: #i107060#: make system jars easier

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [9bd1ae5e434619b04b6ed3c3a8973e2e0385fbd6]

        cmcfixes67: #i107059#: remove warning

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [da8ef83f41bee5a4f68c53ed34b292d1807ee606]

        cmcfixes67: #i107058#: make system db test faster, and extend to all >= 4.1

2009-11-19  Kai Sommerfeld  <kso@openoffice.org>  [568736b0e09dd6bd33510bcc94c370766b803682]

        #106820# - published.

2009-11-19  Kai Sommerfeld  <kso@openoffice.org>  [d7a21c71b28ff0de9e60951a53533eb3a10bfc6d]

        #106830# - NTLM: do not call auth callback, if session timed out.

2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6ee2de4b7877c3b1bb4cb4ecb6e2ef2dd353c68b]

        printerpullpages: #i106879# use document printer as default

2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3b6800d565cadc9e0e20da2d9725a87bcb114153]

        printerpullpages: #i106192# evaluate error state after failed StartJob

2009-11-19  Ruediger Timm  <rt@openoffice.org>  [37afb91cb05718c34ae356f7caf38c006f99a8c6]

        CWS rtspare01: #i107048# Change checkdeliver.pl to use SourceConfig.pm

2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [05d581ee63794413288114325b6fba762be24206]

        printerpullpages: #i106560# fix theming / HC

2009-11-19  Kohei Yoshida  <kohei@openoffice.org>  [084f6af01bba0fae498d879388200dfe03d48e8a]

        Replaced the two new icons from the ones I "borrowed" from IBM's spec screenshot, to the original ones we created (by jimmac), to avoid potential copyright issue.

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a8d5c2232f6d8fa08e7870580b3bed7d8c1cb59]

        koheidatapilot03: merge with DEV300_m60

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [316f263886b012853dbe63325692c69c55a1330a]

        koheidatapilot03: merge with DEV300_m57

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [64d08820d42905fd6da28a3c45bbf11821beae58]

        koheidatapilot03: merge with DEV300_m56

2009-11-19  Mikhail Voitenko  <mav@openoffice.org>  [792bdc656d87665467d8a9a48c521e380e14666a]

        #i107035# let the temporary file be removed after the stream has been closed

2009-11-19  Mathias Bauer  <mba@openoffice.org>  [65d3cfbba40c92044cc3575149dde863a8529e9a]

        #i106390#: crash caused by optimization

2009-11-19  Mathias Bauer  <mba@openoffice.org>  [0599d83e9234d822dc76ff5a00ac7d048956e9d3]

        #i106367#: typo prevents correct asian language fallback

2009-11-19  Mathias Bauer  <mba@openoffice.org>  [1aa4d69db3751853807ad2658ee03d3c553e77fc]

        #i106390#: crash caused by optimization

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [9076c9aa117c1fdc56d54489290b8815ada124d3]

        linuxhppa1: #i107051#: port to linux hppa (parisc)

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [6a4fc20097e6ad45ef83150c3078b399e82e5b3a]

        linuxhppa1: #i107051#: port to linux hppa (parisc)

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [09ac98f41e9aaf302b3013a8b462d98b610e4269]

        linuxhppa1: #i107051#: port to linux hppa (parisc)

2009-11-19  Caolán McNamara  <cmc@openoffice.org>  [329fca3ae435ce21801480984ecd52603728a8a9]

        linuxhppa1: #i107051#: port to linux hppa (parisc)

2009-11-19  Niklas Nebel  <nn@openoffice.org>  [e799c0f7ff29e81f19e26359d738c5c643452bc6]

        #i106854# get source stream directly from document's storage instead of a temporary SfxMedium

2009-11-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [8f54cbbf511828d701a5bfdc05e56936ebc26f9c]

        cbosdo01: merge with DEV300_m65

2009-11-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [dfd19e2f33ac5bdc3a703a37b88a2ccce831a42c]

        cbosdo01: merge with DEV300_m65

2009-11-19  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [43e51fee9ef70168b322315c2f732b7f9e853e9a]

        cbosdo01: Added missing HIDs

2009-11-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fb287ba7c5fdacfefba0dabf81211b6d1759453e]

        dba33d: #i104844# check name and do not close when name is wrong

2009-11-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [63edc51ac3022da60f387d50aaf571180d38f6a8]

        dba33d: #i104844# check name and do not close when name is wrong

2009-11-19  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a5aae5938fb6bce788242895e6f9593fd27b6059]

        aw078: changes after resync

2009-11-19  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [60164337599bbd71cdbb45a311b38e65ccfbc56f]

        aw078: changes after resync

2009-11-19  Dirk Völzke  <dv@openoffice.org>  [3d61d073f6baac393264e3df0408ae60fb6ea782]

        #i106978# the extension manager should set an interaction handler when looking for updates

2009-11-19  Dirk Völzke  <dv@openoffice.org>  [85091386c5e5025e3db3f7ec8903c71856c05da7]

        #i106978# the extension manager should set an interaction handler when looking for updates

2009-11-19  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [bf3e97339b940da3894cbf1e286c7186bf9baff6]

        vcl108: #i106742# update xpdf to 3.02pl4

2009-11-19  Mikhail Voitenko  <mav@openoffice.org>  [cac6eb1698182093fc708ccc5c378bbefc406d7c]

        #i106854# check the date of the original file

2009-11-19  Michael Stahl  <mst@openoffice.org>  [9b59d6ce1a1708c9668f0c889483390aef1acee7]

        #i97029#: SfxDocumentMetaData.cxx: properly support Duration properties

2009-11-19  Michael Stahl  <mst@openoffice.org>  [9ea262814e66ea01c6b3ace22833e644e3ce30a1]

        #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  Michael Stahl  <mst@openoffice.org>  [b83f93224608378719efae3888f9fa0b34439015]

        #i97029#: offapi: add com.sun.star.util.Duration

2009-11-19  Thomas Benisch  <tbe@openoffice.org>  [4ff949a48b8d3a3ee7153abb3540dcdb192dd407]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [23134ce87ab5f2a9a763b156cb9fcf28271209d5]

        Update from master repository to m65.

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [bb9feb551bcc320177e7042fa6d8c339bf3f7b7a]

        Update from master repository to m65.

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d82fb82d23ec9ac10e198a23d7ac725f2379e4a4]

        Update from master repository to m65.

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [eb7f348500e8bc8217777c074af780a86bf774b5]

        Update from master repository to m65.

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [891e65a4d4d1b0833680f31c3553fd5c2c48568a]

        Update from master repository to m65.

2009-11-19  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [ecf065acf82d45c2aeb04b59e3ca2ebfa9b85bda]

        Update from master repository to m65.

2009-11-19  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [78155803fd8f1e7d6eb9f0af390a4a928d2fb9cd]

        dba33d: #i102563# use rootURL to resolve the given URI and some refactoring

2009-11-18  Kohei Yoshida  <kohei@openoffice.org>  [9794e714928d3d8336817545d5a1355645ccf7e8]

        The default visibility of grand total is actually true, not false.

2009-11-18  Kohei Yoshida  <kohei@openoffice.org>  [48cee6fff042f05a7cd5a1bc0f8f7f93f361da15]

        Actually this is wrong.

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3c50f92e70664eaabc4bbb0e79440ad3a5a7f2ce]

        printerpullpages: #i107010# fix persistency issue

2009-11-18  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [fe830e8ab94d7727044d4150def8dae5c59f11ce]

        cbosdo01: fixed the name of the changed tab

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7e6ad41f327ffc8b3c783d0311f7ba5f1210fe1c]

        printerpullpages: #i106423# show a warning in case of empty direct print job

2009-11-18  Kohei Yoshida  <kohei@openoffice.org>  [e90a5b82b8454c8c77a0bf50285e99cf25c631bd]

        #i106975# When custom grand total name is not used, write the xml data the old way.

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1b9308fe40e222d3a2262c7c0e399e8c6aa6ffde]

        printerpullpages: #i106505# brochure RTL only if CTL is enabled

2009-11-18  Kohei Yoshida  <kohei@openoffice.org>  [d803f1b8cfb2b15920fa03b3a64371b4664f4a31]

        #i106975# data-pilot-grand-total is also new in ODF 1.2 extended.

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [969bf03a947d80eacf0deb3c7a3fdfb86b2f5aba]

        printerpullpages: #i106507# remove layout page for math

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [447d6bfd0f3d7680ecd0bbf4568e2e76ae915604]

        printerpullpages: #i106507# remove layout page for math

2009-11-18  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [3e4d51a2e12d7fe58a05fa8d4c10f861e5a79c65]

        cbosdo01: Changed the autocorr Quote page into a Localized Options one.

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7a172afb40d89766934075116f7b3a695f09b8b5]

        printerpullpages: #i106506# disable Pages radio button where unused

2009-11-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ea2e1162e6c8376fe3707c165b91d1712e194538]

        sconfigl10n: #i107009#:  source_config file / multiple repository support in l10n tools. Solaris build fix

2009-11-18  Thomas Benisch  <tbe@openoffice.org>  [bf5a4ac980b8646b13cbb4a812d39b74cdcce686]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-11-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8bcc971d38846adbce49a48a2469b8af6060249c]

        #i107009#  source_config file / multiple repository support in l10n tools

2009-11-18  Ivo Hinkelmann  <ihi@openoffice.org>  [72b6e82f7534a183f38354e032ca9099c1a42f17]

        #i107009#  source_config file / multiple repository support in l10n tools

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c0879d0fd9c440e690ca24b4b4085b2863b46694]

        printerpullpages: #i106559# warn about missing default printer

2009-11-18  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [d4ea7b17758d3ba5a69efa543637315f41b992a9]

        WW8LFOLevel.cxx is not needed/referenced

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [44a92834a2335ab654c55198625af4200db9d50f]

        printerpullpages: #i106426# reinstate include option as own subgroup

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [39968da918a65fd029a90b33fbb820a6ca92f8f4]

        dba33d: #i105101# get table filter and type filter from ds when it is needed

2009-11-18  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5e9fc7a71efaf83fde0766a78c72ee6b7b781ea8]

        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>  [ced811f0109198d81bbc09e610dd82fb716307b4]

        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>  [6320fb69ac76730cc148af0cc907036889c925eb]

        printerpullpages: #i94718# fix brochure printing, better paper match

2009-11-18  Mathias Bauer  <mba@openoffice.org>  [61c4094898b87a1b8935a862be395a4ac98cbc20]

        #i106976#: small correction in extern.lst

2009-11-18  Mathias Bauer  <mba@openoffice.org>  [848647cb40606032a687ef385d28a1d6f8774dc0]

        #i103496#: some more missing dependencies on stlport

2009-11-18  David Tardon  <dtardon@openoffice.org>  [dabac3b53dae0f5cd71b37d9628bf72c64c2e10b]

        update to DEV300_m65

2009-11-18  David Tardon  <dtardon@openoffice.org>  [9a317fc570303bcedac262e75f0131adf7291ace]

        update to DEV300_m65

2009-11-18  David Tardon  <dtardon@openoffice.org>  [840058e0e66ab772078aa00d591002a26bf5c10b]

        update to DEV300_m65

2009-11-18  David Tardon  <dtardon@openoffice.org>  [fb6a72ad5046a309c35b2706b3724e733597232d]

        update to DEV300_m65

2009-11-18  Helge Delfs  <hde@openoffice.org>  [5f64c52404459ed5cb32872946aec360937a6ac8]

        fixed loop in Path-Dialog for Asian languages

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [1579846c3e76ad8d5e7db1774a9bfabe027aa896]

        dba33d: #i106998# check if entzry is null

2009-11-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d1eb6b5cb7482385397f03b56ef396905c5490e5]

        aw078: changes after resync to DEV300m64

2009-11-18  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5a68fee42aa92563adb8fa777bd680105792a89d]

        aw078: changes after resync to DEV300m64

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [e2e6b604c3288b9b0c24866903708d5161e94da0]

        dba33d: #i97096# use column label when given

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [509ebb8ba99392ccf79e9a02aa8df15e74eab8e8]

        dba33d: #i97096# use column label when given

2009-11-18  npower Developer  <npower@openoffice.org>  [abaa6f10a80ce5a8a5f16542cc08ceda130892cc]

        menuincustomtoolbar: #i105626#: implement menu for custom toolbar ( and some item style override capability )

2009-11-18  npower Developer  <npower@openoffice.org>  [d04edead2cc8bcb9f2bfef829f1a25ec75070fc3]

        menuincustomtoolbar: #i105626#: implement menu for custom toolbar ( and some item style override capability )

2009-11-18  npower Developer  <npower@openoffice.org>  [e6438d8b7b8d56929793a1328f7026fd0355bb98]

        menuincustomtoolbar: #i105626#: implement menu for custom toolbar ( and some item style override capability )

2009-11-18  Herbert Duerr  <hdu@openoffice.org>  [4eefccc8a3a0e0baac52647624e1a8c24244cdf1]

        #i106980# fix psprinting of hairline beziers (thanks thb!)

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ba1a7cc7b8b9c7d18f69c2a3b5f4b253b9053d47]

        commit pull

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [989665e3ddb78b07ddce28d37e21111a4cc72c9a]

        commit pull

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [c779db5e11fa5c7c7c4be2a379b1990c46cdcecf]

        commit pull

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [0ad81f8324a5ed6991cb632f1f6090cb91d8ffd5]

        commit pull

2009-11-18  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [2dd7d8141167276753284953fa917fbf2b27d28c]

        commit pull

2009-11-17  Kohei Yoshida  <kohei@openoffice.org>  [39161b01316e9368f51567e7ab4b6e2ffd195b2f]

        #i106975# Don't export tableooo:display-name attributes unless the specified ODF version is 1.2 extended or later.

2009-11-17  Kohei Yoshida  <kohei@openoffice.org>  [276790cd38c56be757b86c3b10d9f3815a30fa62]

        #i106975# Use tableooo namespace when exporting datapilot's display names.

2009-11-17  Kohei Yoshida  <kohei@openoffice.org>  [4b24821fddaf7bb3ebb2097f7227befdf9a46389]

        #i106975# Put the extended namespace in the (hopefully) correct place for ods export.

2009-11-17  Kohei Yoshida  <kohei@openoffice.org>  [62304c9343b1fbd247c813111ed13e3359998340]

        #i106975# Added new namespace tableooo to handle extended ODF for 'table' namespace.

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [119da1585819ab945cf07866c0185b7e63d691fa]

        koheidatapilot03: merge with DEV300_m60

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b74d9eadff586cab293db3cd473108ca1d5827]

        koheidatapilot03: merge with DEV300_m57

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [edcc547422e9d869bf1d7982a49430b6c398533a]

        koheidatapilot03: merge with DEV300_m56

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fbe08854a2eea99e2d8700927209f7e0e5abdc8]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f1bc6674ee1c813151718e58c6ae9da06931ad8]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [90437f5d393168e41d17142a6a5c55dd30a76fc1]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7808b9908de965c4e38330927f660f2ad4a091cd]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d42e068a18a6df4914aedd801447ce1946225ad]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c638149531a26201ddbee5631a5f4803becd06]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f67b7e1d9ebeba46cffe005003316c1f1eed9e1a]

        cmcfixes64: merge with DEV300 m63

2009-11-17  Christian Lippka  <cl@openoffice.org>  [af7900fab0938db875cea37fa7e5176e872e77a2]

        #i105710# restored bin stream operators for bullet item, still used by outliner clipboard

2009-11-17  Eike Rathke  <er@openoffice.org>  [96a0151aaf654358d12af398a21dd5b1ca392258]

        #i106904# upgrade to ICU 4.0.1

2009-11-17  Mathias Bauer  <mba@openoffice.org>  [6fda16aece3f038783497dc1f7e74944de266588]

        #i106976#: split build tooling

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fa967d668aa152b331839b86d267c09e30616285]

        merge

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [eb927863522b0ba8a67a245e6f0d631406bf7e1a]

        #i10000#

2009-11-17  Mathias Bauer  <mba@openoffice.org>  [adbb665f318dcf4bb34769e92e1db637f8f16693]

        #i103496#: missing dependency on stlport

2009-11-17  Mathias Bauer  <mba@openoffice.org>  [de0938bc20ede6f83742edd65252287087eb9fef]

        performance bug in build system caused by too many flushed

2009-11-17  Philipp Lohmann  <pl@openoffice.org>  [23fe446722559c904e317d9bad2b94820109fc91]

        #i106901# work around a crash when getting input from keyboard viewer

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c5f1fd8b64be4afb368495bd2ed0c10e4af23942]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b73f9d153eaa6432ca29ebf805b8f763247d958c]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7005c0671d1df923c036687e3e39293620db2151]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c28c786d1a38c42e27b5f29c5e7f1a1d0a6afe9c]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [e117d716e1309bcd8efc20810575990af5c9ec02]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c0ef0690c273ca70456418dce4f5c6cdabc42f09]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [90f4f68c43cf52c33e783c81cfa2ce8beeae916a]

        #i106541# commit afer merge

2009-11-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1d11db194dd5d81983f934ac93a214bf38af58ae]

        #i106541# Metafile decompose done

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [77f0f65166af5d0c899136a0f91a5b49e19fcae7]

        #i10000#

2009-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [d919fae167e345762843da3e50054963dcc5cf45]

        cbosdo02: field patch to upstream applied

2009-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b54c9639c577a87279316ee6384dd95ed4752d66]

        cbosdo02: field patch to upstream applied

2009-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [b426709527c3e3aaaae13616f6885c1c1a0202d6]

        cbosdo02: field patch to upstream applied

2009-11-17  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [5ec9de5266069c22f12305392eaec5a7eac3204b]

        cbosdo02: field patch to upstream applied

2009-11-17  Philipp Lohmann  <pl@openoffice.org>  [70dfafd85a420e77094c5c6e3b50c03c7672b413]

        #i106863# directory can be empty

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bbc694a94967d3b968c455f8ae7ab56bcb9c84be]

        merge

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1a8ab84d2158c9c444eaeb24abc711db165de128]

        merge

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [84cc0fb284f10692b90051b288b775ea93b22d42]

        merge

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [281242e5137efcf919f94c181a674da6bfd10abc]

        merge

2009-11-17  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5a3e9ce5c2ad3e6c5fe65a3d252670c90a2463e4]

        merge

2009-11-17  Tobias Krause  <tkr@openoffice.org>  [9ce205f4769bc01cd271ff9b96c9ec2438162bab]

        #i106766# ::Abort Method disabled

2009-11-16  Kohei Yoshida  <kohei@openoffice.org>  [43b559189d10a54409bdab90c92def6b9a341b4f]

        #i106583# Use the up-to-date output range when refreshing datapilot tables.

2009-11-16  Kurt Zenker  <kz@openoffice.org>  [b4083630cb439a9f54340db6840e8bc6cfcc42c8]

        masterfix: #i10000# missing dependency added

2009-11-16  Kurt Zenker  <kz@openoffice.org>  [867b9406d220830960f79de3021d34445c8a8fcd]

        #i10000# do not use a global variable

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [4f53363910f5198c26f9b1094c7d1097fdc21582]

        #i95238# re enable toggle of title paragraphs in outliner view

2009-11-16  Kohei Yoshida  <kyoshida@novell.com>  [c08d97576a8e0e4578073cc28da7ffe93a8b44b1]

        Removed a compiler warning wrt initialization ordering of data members.

2009-11-16  Kohei Yoshida  <kyoshida@novell.com>  [2b4ae281f57a364581dbfa71d91de7377529dcae]

        #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  Kohei Yoshida  <kyoshida@novell.com>  [528e85dacb2834de639e666d7422092daaaadeae]

        #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  Kohei Yoshida  <kyoshida@novell.com>  [f445cd28e4a7f67552b310db1a6a615e1989f01f]

        #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  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [87883bec42caa81704e5b64fb8a5d553326f7cc6]

        dba33d: #i105554# apply patch from cmc

2009-11-16  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [a409246cebb9f9a42b4f9ecc11af0a389fb295f5]

        cbosdo01: migrating from SVN to HG.

2009-11-16  Cédric Bosdonnat  <cedricbosdo@openoffice.org>  [0f5c37dbb1b22557baf7790e215ee574e522074c]

        cbosdo01: migrating from SVN to HG.

2009-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f7fdc0ed4888d5e6e933492fd6bab0db2d065b56]

        masterfix: #i10000# temporary add wntmsci13

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [8c97f26be6290ee6d8ca201d9db66a2a6f7902aa]

        dba33d: #i106737# set the databasedataprovider when doc is loaded

2009-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6c035c5af36c52d3f994976021d14633d13abbaf]

        #i10000# packing without UPDMINOREXT set

2009-11-16  Vladimir Glazunov  <vg@openoffice.org>  [57f9b4fffac7a86aec79b8c5eefc4e31d1ffacc2]

        masterfix: #i10000# wrong conflict resolution, here or in the cws ause10*

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [2290b8bb07473570ab220a69b58ebe334f769f41]

        merge

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [8e00f0a46f4f7662f3936098ee5553cdddda9e92]

        merge

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [656c43e8ddf16b15d38284a06dbb13ab7f85aceb]

        merge

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [593892f63dc03cdf2478ed07adb807a033e2cc5a]

        #i82435# enable drop of image link embedded

2009-11-16  Christian Lippka  <christian.lippka@sun.com>  [2b926e382b97914720e1974de27067b270d25ed0]

        #i82435# enable drop of image link embedded

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2241dfcdf029fcce801d65f4277131e0a5871f72]

        ooops, broke the removal of registrations with the previous changed, fixed that

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4d4bfb28a75c7887a46fec3c0f71260781ae0471]

        #i84012# +getLocalName

2009-11-16  Joerg Skottke [jsk]  <jsk@openoffice.org>  [5e7aa7e8674465df32327a2d82ae7515d259e264]

        sb111: #i106947# - Refactor t_doc1.inc::hCloseDocument()

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [315171ac12d5c1c52dc06a4f4156fa76f86c5adf]

        in the course of #i84012#: separate the display name of a database registration from the node name in der underlying configuration (the config structure for this was already there, it was just never used)

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [13d3aea01f403677fb9ec1b8c6e73310b5586c11]

        in the course of #i84012#: separate the display name of a database registration from the node name in der underlying configuration (the config structure for this was already there, it was just never used)

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [4fa24255a27fd48325ec48a3ec31dae6388a1444]

        validityref: merge with DEV300_m64

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [34f777379bac631ef96502ab88a950861a5154b9]

        validityref: merge with DEV300_m64

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [3c6d6a02196c40e5bf2c4ebac7e62ebf968cac25]

        validityref: merge with DEV300_m64

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [0fb72290ff0af59f1fc256cc96869fbce264e839]

        validityref: merge with DEV300_m64

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [61556666b9ba6437eaa53a40ff9e6c525e442d15]

        validityref: #i103899# manual migration from svn (contribution from PengYunQuan)

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [d2e7f677c5be667944bb2d873ada261dbefd5309]

        validityref: #i103899# manual migration from svn (contribution from PengYunQuan)

2009-11-16  Niklas Nebel  <nn@openoffice.org>  [efc43491417daa4f382bf4c54d6aa1dd2b158ea8]

        validityref: #i103899# manual migration from svn (contribution from PengYunQuan)

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ba27e603596f2ce6e68664e869315553a364605c]

        #i84012# respect data source registrations which are read-only

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [01fc8084c89d708c368ba831bc3e2d2852869bbe]

        #i84012# respect data source registrations which are read-only

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [84ee5031ad683efebd6d48bebf3b4021261cca55]

        make constructor public

2009-11-16  mst  <mst@openoffice.org>  [5f540c2d21bafddb1aa4790eae83caf192527417]

        #i106930#: thints.cxx: isNestedAny: new empty hints at start/end _not_ nested

2009-11-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5f60cbfe81d0e24bcf8f0151fd41bf077fcdacb2]

        fix a merge conflict

2009-11-16  Herbert Duerr  <hdu@openoffice.org>  [92add3dfd55926c3a8526750fe5569771e8adc26]

        #i106941# register app-specific fonts again after the 3-layer changes for OOo32

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [79910a6627d892d5fb5af063dbeedadaafe72fbe]

        merge

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [053e6653296b8d58f09cbe8ead7bc40abe223d75]

        merge

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2ffbef2953af58af19237df067ab24bf20447445]

        merge

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [678bc2193d95cbc3103a139cb87d3ada5c22804e]

        in preparation of #i84012#: introduced a dedicated interface (css.sdb.XDatabaseRegistrations) for dealing with data source registrations, this way hiding the concrete configuration details.

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6025e7420f7ee3f4fc87761994acce40a82ec0bd]

        in preparation of #i84012#: introduced a dedicated interface (css.sdb.XDatabaseRegistrations) for dealing with data source registrations, this way hiding the concrete configuration details.

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [adcbc9187644e1463114baa16011ad3fc8401fd4]

        in preparation of #i84012#: introduced a dedicated interface (css.sdb.XDatabaseRegistrations) for dealing with data source registrations, this way hiding the concrete configuration details.

2009-11-16  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8890bc19441c80d9313234bc87569d2bb0b9ee72]

        in preparation of #i84012#: introduced a dedicated interface (css.sdb.XDatabaseRegistrations) for dealing with data source registrations, this way hiding the concrete configuration details.

2009-11-16  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d876968f50e998a2631e4fc46f7d007e89a33dab]

        fix typo

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [4b2b2dab91f62680e2c2f1d362fb1ad884480b0e]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [14b58e5a2474d8b603a3c954ca981d3cb62ad6ce]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [563af76127ad7c1d20b21c1e8433b6122b34608f]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6dd632c2549761928a1207a0051e3f51e25be640]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d190b1f39e61718d095a3a1dcf73d3e1362017a6]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [052b40ba8b3b4e2ac99bd417c1e7b8bc5cc8cd06]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f448a7b94dafd3e80e7cfdc405e2dbccbfdef1d6]

        dba33d: pull from dba33b

2009-11-16  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [f53e28b8a3380ba67bbc7a63ce3e1bc8c3d24994]

        dba33d: pull from dba33b

2009-11-16  Caolán McNamara  <cmc@openoffice.org>  [052c9229f72b43dd44f6fba196d6c087c5c4deac]

        #i106889# tweak api defs under windows

2009-11-16  Tobias Krause  <tkr@openoffice.org>  [c415b5fe66b9abd76e870b8928ef124ef7581f02]

        #i106876# update of OpenSSL from 0.9.8k to 0.9.8l

2009-11-16  Tobias Krause  <tkr@openoffice.org>  [da3b7412a479ece3f55ccbc60676696d686b96b9]

        #i106876# update of OpenSSL from 0.9.8k to 0.9.8l

2009-11-16  Kurt Zenker  <kz@openoffice.org>  [306ac896af18d7c70a9d5bcf8a75bcb9c4a730ef]

        DEV300

2009-11-16  Kurt Zenker  <kz@openoffice.org>  [8180586f8bf8aa7f728b0bc03c98eabd932cd114]

        #i10000# override makefiles during unzip

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [bae47ec86973ca9c4ee7552182cd02d1eea31b0c]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [3415c114d2aa193052fcc7081d82965f1d9f9e5b]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [70ebc074eaf9bdec8c657962290b45e8d89b3db3]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [2650f297c3dd01806854d12bdcd54644ade21cf4]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [de0356c665eb3fc168c4e8a168e3828d50992220]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [67221cafc8d63b9d69e49ad90cb5bb9320d9651d]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [a2d64ea9607436b4b600195cb38aee9446b75e0d]

        CWS-TOOLING: integrate CWS cmcfixes66

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [f9e98c2a8916e4003ed2014b88202cac0aad8a84]

        CWS-TOOLING: integrate CWS cmcfixes65

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [0808e2962cdfb3b7383441e0b65cef946b53dc8e]

        CWS-TOOLING: integrate CWS cmcfixes65

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [1ba50c661d7d338d6faaf11841df53e42381e40c]

        CWS-TOOLING: integrate CWS cmcfixes65

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [c835ba1b65c32c41801fb45f5aa3a134b9f4de8a]

        CWS-TOOLING: integrate CWS cmcfixes65

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [02f6dbeae398c0735521c710a91c8e492941bc02]

        CWS-TOOLING: integrate CWS cmcfixes65

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [1345cdc590fb87c92fb91e92f0d890d1de184414]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [d78e19009f4cc8af969da61b3e35ac6c6527231d]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [fae69df66d251563f2fd7bb64e8e2b4226504bd1]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [1105a1681cb285b92592cde19daff76e189d71a4]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [4103eede62ab8421b3de4b38f9905f6335a3e83e]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [35abc9fa4859451da8678836216f0bee5b7e1f19]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [f79407b9b4aeeb778e1de4bf66aef3ebec785306]

        CWS-TOOLING: integrate CWS changehc02

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [11f3bc81599c5e2468ababe0de73245b0fa0144b]

        CWS-TOOLING: integrate CWS sb117

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [784cb16f8bc2f5b95e8147689455e8fd9e4510ae]

        CWS-TOOLING: integrate CWS sb117

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [07b34d270eb2ed309fd6e54b4a6e8e8e84d88a97]

        CWS-TOOLING: integrate CWS impress178_DEV300

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [24c4b5e52bc2a8fc26e630bb302c37552df49205]

        CWS-TOOLING: integrate CWS impress178_DEV300

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [787924900754f8a3d3bc126649e518b2adb9beb5]

        CWS-TOOLING: integrate CWS impress178_DEV300

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [87f9481381fdb60af73084288ab46d626bded683]

        CWS-TOOLING: integrate CWS impress178_DEV300

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [6ff0116714daf6fb06c9eacaa5d79524ca5dc623]

        CWS-TOOLING: integrate CWS automationdev300m62cat0

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [91bcd47f5c7228c1c9ed210918565f6f08aaeac4]

        CWS-TOOLING: integrate CWS vcl106

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [0cb88ac1bc1a88802fc11fa3a9b5bb5792ba8807]

        CWS-TOOLING: integrate CWS vcl106

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [e66f4ee8e5923ccb16ef6869b3b9e9cb816a5966]

        CWS-TOOLING: integrate CWS vcl106

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [fd9aae257e5e0333b208045a6ac42706d987c3a8]

        CWS-TOOLING: integrate CWS vcl106

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [ef0288de0a9995b5cce386d659a441617f525da5]

        CWS-TOOLING: integrate CWS ause109

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [3ccdb12a54b1945918cc340b41d3913d686d0232]

        CWS-TOOLING: integrate CWS ause109

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [543223119b77d91b79fa8300623fdbb5fde31c92]

        CWS-TOOLING: integrate CWS ause109

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [4d6964a83c36ab317d3657328599893454ea5624]

        CWS-TOOLING: integrate CWS ause109

2009-11-13  sj  <sj@openoffice.org>  [d529dfa3b1bebe6f284cbc4d0779eb0a058074fb]

        impress181: #i106770# applied patch from cmc

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [b5587d29c621778d4d0adff9016cebb845b112b4]

        hb33patches1:#i59648# applied patch

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [cb663e30a91f8c6582404f9538a24f43df979709]

        CWS-TOOLING: integrate CWS pdbrelocation01

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [243b14f28667922f1ef38fadc409cfb5ccd1e821]

        CWS-TOOLING: integrate CWS ause103

2009-11-13  sb  <sb@openoffice.org>  [86bb6f26cc87c08ba41ed5ae01acbfbe80727cfa]

        sb111: #i101955# removed obsolete comment

2009-11-13  sb  <sb@openoffice.org>  [fdaee92fd598e9dba08566d47a45c69ba344a975]

        sb111: #i101955# missing second part of HG -c f7af6e98007d (call the extension manager's bookkeeping file configmgr.ini on all platforms, instead of configmgrrc)

2009-11-13  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [28f980a35906e83675b0a4601db0660eb00390b8]

        Fixed copyright headers.

2009-11-13  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [00075d74eef445722ff1b269ef5205e29f559af3]

        #i71568# #i108349# Simplified block (page) allocation.

2009-11-13  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [eda892d1027f45c6fafaeb11e6f8406db961b06a]

        #i71568# Simplified block (page) allocation.

2009-11-13  sb  <sb@openoffice.org>  [808a34c462d400aeb964400252606ab31ca57cbc]

        sb111: #i101955# cleaned up configmgr::update interface

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [c32ece966cafc3dae94768c13ce060d41c97b045]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [98ff20e30873c73ca8ba3995fd0c959a1b28fc78]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [473077c31e61d8f3411aa0bf7923d380015426f6]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f19e59318176c1952ad264996f9e0cee3e8e3982]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [877262a68c7931a4a7dcb9cdcb5c10d79e29edfd]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0fa9506337a70e907f8ee3ad9fae5e8f46c04e94]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b207990759cb43e0dcfdf06c5140c036fb6c840c]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cc3e9ea68d4f35dec05038a4deaf5e8c16a4db1c]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f323477de7b296489ae3104fd66c22100002d358]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5f62dd5e83aef5a8bf5c17ce2bebfb93dd3b4c63]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0b93d9ef2d826b697ea9f27bb8b22b153a1533a4]

        merge with DEV300_m64

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [54a57047c6fc804403b00886ce6037b8b96c9444]

        merge with DEV300_m64

2009-11-13  sj  <sj@openoffice.org>  [6a2056ba29b2236108ac1099f44221f4048d1eb9]

        impress181: #i76407,160798# fixed some text orientation problems for the Excel import filter

2009-11-13  sj  <sj@openoffice.org>  [14f783c6bb56bb24c9861c1d50b3a3dc9b0fe2f4]

        impress181: #i76407,160798# fixed some text orientation problems for the Excel import filter

2009-11-13  sb  <sb@openoffice.org>  [661efe7a78a3c741dde3204481b707d353609b55]

        sb116: #i106891# evaluate conditional expression in soffice script at build time (based on a patch by mmeeks)

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9f4b70361a912d3611897bcc2cc54b6570a133cb]

        rename var

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [9813c4bf4dd812123b9be5a4c548926df06456ee]

        missing line end

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [91763ffd3bd35d3051fabadd5a287ec36982448a]

        #i105086# fix blob handling, map to bytes when possible

2009-11-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [491822ddf22587cf5f53f2a65482c89849c9ec56]

        #i106805# some exception safety (the real fix for this issue is in CWS dba32j, but this change here will make future such occurrences less severe)

2009-11-13  Thomas Lange [tl]  <tl@openoffice.org>  [d616e9ebb69bae419244dc7d9b77ee743011d054]

        tl76: #i106815#: fixed slanted font for all predefined Greek characters

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [ca961579a2b428114eec95537272b85f4a419e71]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [92ac1caeaca6bb729f11963f0d7671e5870fb159]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d301929f0bea5f7da6391ef8287a7d18b9e956be]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-13  Kurt Zenker  <kz@openoffice.org>  [f8b5dc1aa987b46177fb86290d124cda8ceee7f8]

        CWS-TOOLING: integrate CWS smoketest24

2009-11-13  Joachim Lingner  <jl@openoffice.org>  [e3f1ee2b88d4fbd71c351cee4485793b9f86dc8d]

        jl137: #i103420# fixed windows certificate verfification regarding revocation

2009-11-13  Joachim Lingner  <jl@openoffice.org>  [cb83dca227b5f2738ef20f66989e5d6708901117]

        jl137: #i103420# fixed windows certificate verfification regarding revocation

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [d9f5f2dd4afc737860caf3e348583d573d3e9e48]

        dba33b: #i106875# JavaDriverClassPath will now be read inside the JDBC driver

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [6d2f6cf1f9137fd17273f099d7fa8284c6f8c81d]

        dba33b: #i106875# JavaDriverClassPath will now be read inside the JDBC driver

2009-11-13  Thomas Lange [tl]  <tl@openoffice.org>  [aa586529b80e7e6dc8be76708d4473cb0ea624d2]

        tl76: #i106815#: use slanted font for all predefined Greek characters

2009-11-13  sb  <sb@openoffice.org>  [8de0cce3e09f0b2fc7b5c46b10fa1acd9d9446b5]

        sb116: #i105816# updated pagein lists (patch by cmc)

2009-11-13  Thomas Lange [tl]  <tl@openoffice.org>  [93d507d9045a50d667a36d0f534ce742f4d62a64]

        tl76: #i106815#: fixed new code point for PHI

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [bb944d90b2dd3971168bd6e98cb4642964262618]

        #i105086# fix blob handling, map to bytes when possible

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [470c0536754600bcdd0e49476a2e4043f50aab0c]

        #i105086# fix blob handling, map to bytes when possible

2009-11-13  Ocke Janssen [oj]  <Ocke.Janssen@sun.com>  [fff9375fe7296dd390c6dbca0486aa60f95bd058]

        #i105086# fix blob handling, map to bytes when possible

2009-11-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [0a425c5f5f137c91a5b0cf6731e55a9135320391]

        sb111: Fixed hOpenHelp(), hCloseHelp() functions which became unreliable in this CWS

2009-11-13  Martin Hollmichel  <mh@openoffice.org>  [215d2765a7a7147d56e5bd3505ade653700ee4cb]

        reviewed

2009-11-13  Caolán McNamara  <cmc@openoffice.org>  [2f144f86f48f4bbe9b309e35ccac8810467c4416]

        #i106889# upgrade expat to 2.0.1

2009-11-13  Caolán McNamara  <cmc@openoffice.org>  [4903e0098d5328358cbe7b5c08f4b36209b9ce5d]

        #i106889# upgrade expat to 2.0.1

2009-11-13  Caolán McNamara  <cmc@openoffice.org>  [dd7c21a410e0d1217e34dc07af7820004d5724be]

        #i106889# upgrade expat to 2.0.1

2009-11-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [05366663bd73f3bd880a8c5ac5eaad76b466a209]

        sb111: In agreement vith oc i fixed the warnlogs for issue #i87325 and #i102720

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [528f8e38a9fd07c38c148ff7ffe5af24e2044abd]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [40f8988c0459e2d527911b40b6e6f58a9769356e]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [5621342284c3dcf4c90ef24e7766dd30333b0ab2]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [70efc6f90fc118df677fcdb0327391ad484591d2]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [67aeba5481d2aea93c5ee0e733779055a8e262c9]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [30ec5178960a3cbaf41cca50df46626c3d7370c6]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [7d8130b0aa41493df18e49c49fc67ce9011b408e]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [c605eef844a6e1bc7de1648e9ef807c9c3fdbc7b]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [86841a8d724e6221b9bcb7261c3d1c69301e9e60]

        writerfilter07: merged DEV300_m64

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [afc4c80a9040367dcf1cf3d0ed57d37d83e82860]

        writerfilter07: merged DEV300_m64

2009-11-13  Mathias Bauer  <mba@openoffice.org>  [7f5d91313ad6b19ba5650e805319134022b4d218]

        some string resource problems

2009-11-13  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [e703b510971dfcab5ece9d3f09243231c0b9594a]

        vcl107: #i103482# get rid of SFX_SYMBOLS_STYLE

2009-11-13  sb  <sb@openoffice.org>  [b1c385870a7d7c6a2c57b9d5ee9ef31203c2df0b]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [cd65799aee7f9518572c9ab556e3f55cf449c87f]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [0888c59dfb1075b87712e617854104a8aa9c88d9]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [fe537060e40a6d0c5411a800fd5c518d04a6209c]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [003e500ae984553d7f47008ad15d0974aae9b8bf]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [8dc4906d79944377a38ea0a82db04d100e934e94]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [5847cb59f3e70fa0cc800ce2f5e5eb7ded7b671c]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [a5236e957e05b1f573a00f3535b1204057b3170a]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [1b430ca5302c73fdf5f98b56d2c61bc11085491c]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [560ae61a7a2299f283e8eebbae358cf67ee1f21c]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [abe1d852c9fe674319dcf0284847d423850f743e]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [3be984c247488f75a9e23e7549efb69b8bbcacce]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  sb  <sb@openoffice.org>  [497ee5f728f4d12dc1ddbfe0f76cfd968d372f7c]

        sb116: #i106845# removed obsolete IRIX port

2009-11-13  Henning Brinkmann[hbrinkm]  <hbrinkm@openoffice.org>  [dd33fa5097cc031b50ca9170878320eaade88559]

        writerfilter07: PropertiesProtocol::sprm: send the string representation of the sprm, too

2009-11-13  Joerg Skottke [jsk]  <jsk@openoffice.org>  [2ca491acbaef5c863956ba89aa001e78cde0795c]

        sb111: Removed one invalid QAErrorlog

2009-11-13  Oliver Düsterhoff  <od@openoffice.org>  [f60167ddb925220edec2b9c0ee4826292d24b355]

        #i106218# method <XMLTextImportHelper::SetOutlineStyles(..)> 	  - First collect all paragraph styles chosen for assignment to the outline style.             Then perform the intrinsic assignment.             Reason: side effect of assignment in Writer.

2009-11-13  Oliver Düsterhoff  <od@openoffice.org>  [8b08851a29d4bdb971c05c221cbfcc7641be1bca]

        #i106218# method <HasOutlineStyleToBeWrittenAsNormalListStyle(..)> 	  - consider that the outline style itself is set at the parent paragraph style of             one of the to the outline style assigned paragraph styles.

2009-11-13  Herbert Duerr  <hdu@openoffice.org>  [8a311577cec78769d85c27fbe4b965ed2d3d6d91]

         #i105238 fix spelling of monospaced bitstream and dejavu fallbacks

2009-11-13  Oliver Specht  <os@openoffice.org>  [3d96348ce1e94c77af42cae1f143c6149e59edb3]

        #i106730# load styles from source, not from working document

2009-11-13  Thomas Lange [tl]  <tl@openoffice.org>  [a56e1b52f6781f2de4657c550a2f7f19cadf5b06]

        tl76: #i106815#: Math related changes because of the new OpenSymbol font

2009-11-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [32914ef1b377d26b07d59b182338fa7a75fbe5aa]

        #i106643# test case ... (not that it fails in this CWS at the moment, since the fix was committed to another CWS)

2009-11-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [77adaec362dbc74aa8907ae3847d96e8ecce42ba]

        some refactoring, done during creation of a test case for #i106643#

2009-11-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [6ae29346a41b1c02cbeb37672291684d5f9b3e5f]

        some refactoring, done during creation of a test case for #i106643#

2009-11-13  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [cc0a4e484b85cb2befd244b6a85b0c72cc806691]

        some refactoring, done during creation of a test case for #i106643#

2009-11-13  Oliver Specht  <os@openoffice.org>  [a8e0ee834b363ae729e2d4a781b05e1dbb2bd03e]

        #i106859# crash fixed

2009-11-12  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [836e83354424454cfe5cdf9d211a976137b2f0f9]

        missed a break in getTime

2009-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [b48c0ede8f74ff21415a216a08001e3a129c23f3]

        vcl107: #i103482# support oxygen theme also in config item

2009-11-12  tb121644  <tb121644@sr1-eham02-04>  [f9c013ed9ac81521c1c103eb727c0785437bd76d]

        automationooo320m4: #i106862# f_basic_eventbinding.bas tAssignComponentFunction

2009-11-12  Thorsten Bosbach  <tbo@openoffice.org>  [5d27f8234678b968abf6105d39a6054b9ed7026c]

        automationooo320m4: #i106862# f_basic_eventbinding.bas tAssignComponentFunction

2009-11-12  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [3970dffa1d6d6d3977cf759d25432e885f11466a]

        revert build breaker

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [a1e90e8631abc4589007ba4b395fb3c021dab1be]

        Rebased to DEV300 m64.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [a7df7c54f76381a0cf6df5240a482a2a2405a386]

        Rebased to DEV300 m64.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [0e315555335597ada6d243bc2a98f92afc5c123c]

        Rebased to DEV300 m64.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [8acc7ef22d8da26d197bba80866653f18d5eaf22]

        Rebased to DEV300 m64.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [c203fc8d4c8a6bd62542e73cb73b69fb58226c55]

        Rebased to DEV300 m64.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [cd696db210876b20f8d4b9ae4a7af482202701c6]

        Rebased to DEV300 m64.

2009-11-12  sb  <sb@openoffice.org>  [a1ce3509a02958fd2476686b17d2f334032b6642]

        sb116: #i106850# propagate soffice.bin exit code from soffice script

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [f24cbb654395faa768396995ec62398cf7d815d4]

        #i106830# - cleanup.

2009-11-12  Juergen Schmidt  <jsc@openoffice.org>  [f63e7935d45d1db08ff6d89d14c851cb64224767]

        #i106664# zip correct sample content

2009-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [81001f2c89e5932a8bfde26aacb9277b59146dff]

        tl76: #i105084#: new version of OpenSymbol font

2009-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [f4a14dacaa658e33dc5b60e92069860a0aa06e09]

        tl76: #i106815#: Math related changes because of the new OpenSymbol font

2009-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [a05cd16e2ae2cd433465088e97eb0291d4f99d80]

        tl76: #i106815#: Math related changes because of the new OpenSymbol font

2009-11-12  Thomas Lange [tl]  <tl@openoffice.org>  [22608e07c6a991a36422d4d331b8e0219f9cc0c5]

        tl76: #i106815#: Math related changes because of the new OpenSymbol font

2009-11-12  Oliver Düsterhoff  <od@openoffice.org>  [ed74ab411a895f3bf9b60296b8a9ae849165436c]

        #i103745# method <XMLTextParagraphExport::exportListChange(..)> 	  - correct handling of restart without start value on list level 1

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [f4744ab09c08782158973962061166dde402b417]

        #i105553# - Disabled unused code.

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [b4caf963700645e0cf9c1a77461929f0887708f2]

        #i106830# WebDAV locking support for UCB

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [43e7e0bfd45466935c349eee3afe0bafadafadf9]

        #i106830# WebDAV locking support for UCB

2009-11-12  Kai Sommerfeld  <kso@openoffice.org>  [99bdd887a6141883878978bad9beb35e7b326cd1]

        #i106830# WebDAV locking support for UCB

2009-11-12  Tobias Krause  <tkr@openoffice.org>  [b0fa0c2db60858335b065aa26b01864c6df64002]

        #i105892# install ifilter for x64 and x86

2009-11-12  David Tardon  <dtardon@openoffice.org>  [7b182d36472707121f0888a23a370426a36079d3]

        dtardon01: #i37275#: get rid of xmlkywd.hxx

2009-11-12  hdu  <duerr@sun.com>  [a49981341327386314c0f74f8204a4e2971797ad]

        #i105238 fix spelling of monospaced bitstream and dejavu

2009-11-12  Juergen Schmidt  <jsc@openoffice.org>  [58aa4be8bd188a6140a61463b865f1660eb7c535]

        #i59130# add climaker

2009-11-12  Christian Lippka  <christian.lippka@sun.com>  [bf54db8b13d611c461ba2db9030f7d92e1497baf]

        #i105942#

2009-11-12  Juergen Schmidt  <jsc@openoffice.org>  [82ae264574ac580a3b64ee8bb0cfbacf0e414cd4]

        #i106627# adapt macro name

2009-11-12  Vladimir Glazunov  <vg@openoffice.org>  [fcee26267f09e01e126a72236b494525109e955a]

        #i106852# fix because of solaris missing grep fuctionality

2009-11-12  Thomas Benisch  <tbe@openoffice.org>  [492ba8430b6e037514b02139ce9f623bd9dded0c]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-11-12  Mathias Bauer  <mba@openoffice.org>  [41bb074ad859a1f994e924fd80f371b7fcad11dc]

        still problems with hid.lst

2009-11-12  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d1514b06afe83c88d9cdbd037840750951236467]

        aw078 #i106541# commited in-between stable version with already advanced metafile decomposition for security reasons

2009-11-12  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d12dff9041a47602e6a655a67dacddcfd9cbe86b]

        aw078 #i106541# commited in-between stable version with already advanced metafile decomposition for security reasons

2009-11-12  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [15dcfdd7c813c4158a18c52c7ba22c14c7dac996]

        aw078 #i106541# commited in-between stable version with already advanced metafile decomposition for security reasons

2009-11-12  Mathias Bauer  <mba@openoffice.org>  [02e5ddf453422891633f516e45187c1624c5c69d]

        some problems with svxitems.hrc

2009-11-12  Ocke Janssen  <Ocke.Janssen@sun.com>  [8421bb9bf5894fb7043747876172a89c6e5a4820]

        #i99566# type of min and max depends on the parameter

2009-11-12  sb  <sb@openoffice.org>  [c4b061c07869ed6e3c2dbf2d4be42341829a201a]

        sb111: #i101955# missing initialization

2009-11-12  os  <os@openoffice.org>  [ae61f4ddf58561b340452c0223dbeae7b830d019]

        #i58212# translation changed to conversion

2009-11-12  Tobias Krause  <tkr@openoffice.org>  [efdb9a4a4451e7c87888e6921fab5fd626b4ad26]

        #i106766# Disable XCommandProcessor::Abort

2009-11-12  os  <os@openoffice.org>  [228b27a2ae12e428ba806b6b70d5a543fcb06fbb]

        merge conflict resolved, again?

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [50e3b9c8876c4b72d0d7f5a4fd35aa704abe1ca1]

        some fixes for remaining resource problems

2009-11-11  Herbert Duerr  <hdu@openoffice.org>  [0b8b4fd0168fbf648488ce575eabc830d0a5dd16]

        #i106572# fix PDF-export with type1 fonts on win

2009-11-11  Martin Hollmichel  <mh@openoffice.org>  [1fe659171d530ab7e08a644ca640c2d3cd56b21e]

        #i106823# update contributors list

2009-11-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [6a1de0e3cbf92380ba0eb2e3ea1ecb5001e3da13]

        #b6898803# WW8TabBandDesc::ProcessSprmTSetBRC: check bounds

2009-11-11  Kai Sommerfeld  <kso@openoffice.org>  [19a645e9cd708856500063e741741bbe0da566b0]

        #i106820# - New: CommandEnvironment service.

2009-11-11  Kai Sommerfeld  <kso@openoffice.org>  [47a69c03cbb7e7cbdd403d46151921166c7b2ce3]

        #i106820# - Initial revision.

2009-11-11  Kai Sommerfeld  <kso@openoffice.org>  [71d19002cdca4723f8dc523532c25a003fbab8b4]

        #i106820# - Initial revision.

2009-11-11  Kai Sommerfeld  <kso@openoffice.org>  [089e1d5fc617f484b1309706d6d3b1347a6a30d1]

        #i106820# - Added CommandEnvironment.idl

2009-11-11  sb  <sb@openoffice.org>  [f5386615bbfaadbd77f258f8d912b4ec7f9238db]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [d0bd6dc511903769c677063f64f5816f51b75e3b]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [5b02669977cb28db248ba68f5d4e9af68d001f38]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [4488d1b1d25d4a60005e0e22ba0399bb75c8bf37]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [f724eebfb5f17097160f6578bd30f60b20adf1c0]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [0e06c4e54bcd634be26d63cb98eef4ba60570c45]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [33e4523b8a1a1cc28d581d83df2a04a5ba98a53b]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [6bb197971e8443e0f65dbfbb21abd5b0f0321264]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [340575e8d5cfa1873a9ff69be24e1bd34ca9eb35]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [0f061606a517a6ba835a40cd5dac6fc534e906cb]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [8b3e770746e55651f6e949dd4a78ccda24e6dc03]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [47e4a896595c71d445b81b3f7f4d92b68a50ab2d]

        sb116: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [25940c136d9c337bde58605848737ec2a1a3cc5b]

        sb111: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [d60e34eb391b1e0bbf9a91f682def4aeafc613d7]

        sb111: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [f4f58a70832b6d907f3476e60bdb446f5eba88b3]

        sb111: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [75cea4d59139634afcc22054ede8fd5536c37b74]

        sb111: merged in DEV300_m64

2009-11-11  sb  <sb@openoffice.org>  [79fce1ba18250aad14e594b95f892dde5d6e96fa]

        sb111: merged in DEV300_m64

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [fe866adeb5bcf32bbb0ce23a85e20fcefce84986]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [6bdb421ad0811ceac3405708b2731b9bb7af86e7]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [7394a76726b564824c2671452e9a86754a9e5813]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [3191f5add38f67750386c4f2e162e0bb63973de5]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [b5d6022b0ed1c1e661fbf2f2ef76899bc457e387]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [b008a8ac98a3e719ca8464c5177d7ebbf9f5a28b]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [373cc84bba0ab3521e41489f9e3188dc0682e878]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [4330cde0b9a8b3684ddc63df0ade2e894a30ac3f]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [213f722450f4fd01fd65b540b912ce77d01a80b7]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [834027b53dee10402352c1babf46f98493f33af6]

        #i105086# impl clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [9bf37b7f90baf165364f4e83b1b0adf31b17922a]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [6a5a7feeb4c760b895628fff17e7491d08d764fb]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [2d26cea420271b10f01cd4a69e3b44963113633c]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [6daca460f9a204748e6feb3a80cee63646ad5b90]

        #i105086# fix for clob and blob

2009-11-11  sb  <sb@openoffice.org>  [2e960eb1926080f6f98a3a7e886a45725eac7fe4]

        sb111: #i101955# fixed and cleaned up handling of oor:types of prop values

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [5fb1869f0f44a9810bb2b060f70558d5b255d08e]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [a5a48d4f886b52e115db553346ffe959747ff03a]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [e5f5288c1398967c7a14544a22504165698010dc]

        #i105086# fix for clob and blob

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [48eb2030fd8b537ce8912a7d006c315dbf89d468]

        comit fix from master

2009-11-11  mb93783  <mb93783@v20z-so3.germany.sun.com>  [2aaf8a29f9f56434ee91614259059c0527db626d]

        wrong ResMgr

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [b1ea3cb34c9de11e4754201222fa3f34ed1ec727]

        wrong ResMgr

2009-11-11  os  <os@openoffice.org>  [a7046c5cc329b395196946a8f23a7497e26ef862]

        unused var removed

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [ca774267e9a9685390c92e90af8e601a802880ca]

        #i105585# applay build patch

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [526304a928bb243bfb7b2eeeafbdc1757b3f81d2]

        #i105102# ignore currency

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [540920f1b130375207a5362105fb3afbcf3bac3b]

        #i102791# fix decimal for odbc

2009-11-11  Michael Stahl  <mst@openoffice.org>  [feb02dfb398ed0bfff32da1e2d35ff4c7f907ae5]

        #i97384#:  fix regression: respect redline mode in document's settings.xml

2009-11-11  Joachim Lingner  <jl@openoffice.org>  [8326140acd0cebd5b50c675a1f07632528e315ef]

        #i105661# remove version from OpenOffice.org Service Manager (1.0)

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [8146fda3eba555ac762aa7b98634d9bb1c385f7a]

        Automated merge with file:///net/so-cwsserv01/export/cws/hg_clean/ooo/DEV300

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [76e2cf337c3b5af356e64fe7072c39fbc421fc9b]

        #i99049# use vanilla sources

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [3aa23a4ad591ec527c65645a22c2f77b3074e2ae]

        #i99049# use vanilla sources

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [01be254231281d3edb429a463497356e94af5997]

        #i99049# use vanilla sources

2009-11-11  Ocke Janssen  <Ocke.Janssen@sun.com>  [f87063c5269c3828519a8208ecb697aa2e8d55b3]

        #i99049# use vanilla sources

2009-11-11  Joachim Lingner  <jl@openoffice.org>  [44cf8261aeacc603dd0e27945a46e0f766055985]

        #i105661# Now only writing the registry keys .../CLSID/AppID/.. and the corresponding AppID key in the ServiceManager class

2009-11-11  Joerg Skottke  <jsk@openoffice.org>  [030de673d966d775abd66ef83256f332f9738365]

        automationOOO320m4: #i106802# - Resolve possible timing issues

2009-11-11  Juergen Schmidt  <jsc@openoffice.org>  [1fa1808fc6fb7e4a430564f5617af10c24eb8d9b]

        #i106801# adapt compiler check

2009-11-11  Juergen Schmidt  <jsc@openoffice.org>  [0dd3bad2aa2b9f097ff43bbcef7895f28c855ca4]

        #i106801# check compiler version and options, Mac OS

2009-11-11  Tobias Krause  <tkr@openoffice.org>  [739f6299d2acedbdf01c90597f854ed30ce4aeae]

        #105892# declare RegDeleteKeyExA  for mingw

2009-11-11  Tobias Krause  <tkr@openoffice.org>  [8887d95961bae10146f75ae5aceb5153ddba7452]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [013ebedd5f8cbcd19f077bc2d07c9fec3b309db5]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [3eba91118e139ff9d306f3113f86c0082e5c6c21]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [739e55aa044a5691b750e42473fafab0f5907a0f]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [e5bbf7a28b93ed84d0ab99219ba04cb74046c236]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [ec0694539bf368dc89fed212ea3ef860a758782f]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [9fd022f068fbfb2a0f9c1e7ed0d7502b0b1b10d3]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [a4d4ea40f2e8b5a3b3ea469bfa36104d751b6d96]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [13ed6d95689f03b3735f9e83469f2b5e1371ad00]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [e7b782233f0d04b494aab32be9907d802f13ef08]

        #i103496#: sandbox removed

2009-11-11  Mathias Bauer  <mba@openoffice.org>  [da0f3ac4cad7eec9912506fcceb360d466a9623f]

        #i103496#: sandbox removed

2009-11-10  Kurt Zenker  <kz@openoffice.org>  [23fb6b010df425307737208a462751c94179ea5c]

        #i106558# optimizing methods get_active_modules and is_active

2009-11-10  Kurt Zenker  <kz@openoffice.org>  [f68e2be0ed36a14bfbd6073be8a8b16aeca12515]

        #i106558# changes after review

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [0d77960998216d8b4b06ae463ba176f9cb2d74f1]

        cmcfixes66: #i106777# mirror #i105851# memset fix into binfilter

2009-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [2a00316c1cfb9fee87ed6b49b9e4565642f4be2b]

        merge with DEV300_m64

2009-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [563f071cc437031b16b1b811c0296c3343572d21]

        merge with DEV300_m64

2009-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [138d5383d0b9e31609a1d2dc4354982f26a6e02b]

        merge with DEV300_m64

2009-11-10  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5be9139b17a7123374e2a8e51d46e7a6d42b808f]

        merge with DEV300_m64

2009-11-10  Christian Lippka  <cl@openoffice.org>  [83b79a0c7e24dfc98c5da5c9809077a624da1147]

        #i106678# remove unnecessary scaling as it causes only trouble

2009-11-10  Michael Stahl  <mst@openoffice.org>  [64247dbfa6aac61b897e9c057f6b35b71865c560]

        #i105643#: fix regression by making singleton SwThreadManager ctor public

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [aad5ecf10c39bdd58a3a75e7bad40b6ea32a3f5d]

        Update from master repository to m64.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [a6d9fb7307eb07dd2af6c1acf9f798a7c3d66cd1]

        Update from master repository to m64.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [19f32d827f28197cca59f3cdf37b5ee7eef95a8e]

        Update from master repository to m64.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [e815896827a0970a44c2983e7bce7ac147a13051]

        Update from master repository to m64.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [368d167078d576d3eee9c056ae52c52092d680b5]

        Update from master repository to m64.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [cb64816b16c382ce18f68a5e4c5b1858d4f6f019]

        #i71568# Remove unnecessary flush(), more cleanup.

2009-11-10  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [5243a9ef4e1178f0e03c9fcafb2a4405db4b4da3]

        #i71568# #i108349# Remove unnecessary flush(), more cleanup.

2009-11-10  Matthias Huetsch  <matthias.huetsch@sun.com>  [808f375a0048cf5c1dfe9617c08b3361c49ce722]

        Revert fix for #i105360#

2009-11-10  Helge Delfs  <hde@openoffice.org>  [63a0b2a093949ad3037bc624a5d03b5bd3b78637]

        reworked some problems loading files

2009-11-10  Helge Delfs  <hde@openoffice.org>  [bcdfbdabb1b1d0db53c0869efadb17f8ecb06449]

        reworked some problems loading files

2009-11-10  os  <os@openoffice.org>  [fe01d2e57ce53fa7846eaa88f3f7d70b16b08500]

        rebase

2009-11-10  os  <os@openoffice.org>  [dab453e15472a0d917f37fa44a977b4b15094f81]

        rebase

2009-11-10  os  <os@openoffice.org>  [c5e51f94c0e743af0ea328919ecf0e786766af13]

        rebase

2009-11-10  os  <os@openoffice.org>  [001cc8fcaaa5614aa63bbd3184b6f1780ab57dbb]

        rebase

2009-11-10  os  <os@openoffice.org>  [aac70bea305ac118fc74c43f9d323d6bcf509d9c]

        rebase

2009-11-10  os  <os@openoffice.org>  [e7c62b9e74191e60ab6c64dda6e0ad92a84a729e]

        rebase

2009-11-10  os  <os@openoffice.org>  [c433784443b35b6abc753e540d81cbd5a537de96]

        rebase

2009-11-10  Helge Delfs  <hde@openoffice.org>  [32012907fa63c4592307686b4f58ddce0d85e211]

        reworked some problems loading files

2009-11-10  Joerg Skottke  <jsk@openoffice.org>  [aab93c045ebe45bbf6d9fd6a19d05b2b2d9e29ac]

        automationOOO320m4: #i106766# - Crash when cancelling extension update

2009-11-10  os  <os@openoffice.org>  [3957521485fa03651876ad51c5335615598e07d9]

        rebase

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [828c9fe1bc6704df6eb63e6f909905e13af2e5cb]

        cmcfixes66: #i106674# fix binfilter new/delete mismatches

2009-11-10  sb  <sb@openoffice.org>  [291b6d7e3b09ede5a589d5baf4c0effa13414e02]

        sb111: #i101955# class/struct confusion (warning with MSVC)

2009-11-10  Herbert Duerr  <hdu@openoffice.org>  [b3d69ae9c69f1f331acc4f6393f7248a54bb9d2c]

        #i106572# fixed typo

2009-11-10  Joerg Skottke [jsk]  <jsk@openoffice.org>  [528777cf27db8ad581d5be0355a50d9832dce0b2]

        printerpullpages: #i103052 - Exclude properties button on Mac OS X, fix two occurrences of gplatform = lcase( osx ) which is nonsense

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [ad82f3632d986351f60f1f979c769b8a26ebabd9]

        cmcfixes66: merge with DEV300 m64

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [617b7cf5225cbb540b3d125452f195d264b97745]

        cmcfixes66: merge with DEV300 m64

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [d7b60d598deafab31002da002365debb853d6ec7]

        cmcfixes66: merge with DEV300 m64

2009-11-10  Caolán McNamara  <cmc@openoffice.org>  [b75672f2dcc4aad7e4bd691c2a89b44a8a28e0e4]

        cmcfixes66: merge with DEV300 m64

2009-11-10  Martin Hollmichel  <mh@openoffice.org>  [93bd8f5e46a5452d70c4dc068175a0197d3c4686]

        #i105852# reverted back changes with automatically fill the initials field

2009-11-10  Joachim Lingner  <jl@openoffice.org>  [a35bd643cf5d67eda7f421ab24f90d5eb322e826]

        jl137: merge with DEV300_m64

2009-11-10  Joachim Lingner  <jl@openoffice.org>  [cd64c27de4ba66ade14aa5a977d4f7c02547387b]

        jl137: merge with DEV300_m64

2009-11-10  Tobias Krause  <tkr@openoffice.org>  [7941b351721d078f623a83fb8bb5a05a886195f2]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-10  Mathias Bauer  <mba@openoffice.org>  [b7bbb790eaadfca444f4b5d0e77d13de94b64f68]

        #i106421#: some fixes for helpids

2009-11-10  Mathias Bauer  <mba@openoffice.org>  [231206a8fc806525ac1787c0fd6683e09b9aa95f]

        #i106421#: some fixes for helpids

2009-11-10  Mathias Bauer  <mba@openoffice.org>  [d1eacba8a2be9f82557ba795a2ea4f6b67549cad]

        #i103496#: fix for building nonpro of mkdepend on Windows

2009-11-10  sb  <sb@openoffice.org>  [3a944e4ebd0c620bbfc367cd0d9289e3eb767678]

        sb111: #i101955# removed obsolete servertype argument from ConfigurationProvider request

2009-11-10  sb  <sb@openoffice.org>  [efa6cd05d30bc5c660c289d9252e07c619eefa6b]

        sb111: #i101955# the span returned by XmlReader::getAttributeValue is only valid until the next call to nextItem or getAttributeValue

2009-11-10  Joachim Lingner  <jl@openoffice.org>  [596cda938fb457e0c4ed764b99341cab06700c32]

        jl137: #i103420# changed comment

2009-11-10  Juergen Schmidt  <jsc@openoffice.org>  [b4a2e03a6bf0e88bc2b6326d5fc9bbd93e468fc7]

        #i89936# change sample to match DevGuide

2009-11-10  Tobias Krause  <tkr@openoffice.org>  [7b3f14efe9a84f3d217ae03ef1ff80cc4f816db7]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-10  Tobias Krause  <tkr@openoffice.org>  [9c9b45f2b0d469e796957db7a0b9ac09f319f560]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-10  Tobias Krause  <tkr@openoffice.org>  [021e02cc8743c3b5af0754f8c43627e3d30cf8ed]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [820bd98dc89219439df5bb460e5bcbbfe71d1845]

        vcl107: #i91205# add document path menu on Mac

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [78eccc15fcc68cb77a1a7a3bbf529e1d363c944d]

        vcl107: #i91205# add document path menu on Mac

2009-11-09  Juergen Schmidt  <jsc@openoffice.org>  [c5b6d47debdc4b4531ad571d5a93a2403a07daf1]

        #i106585# update docu for Java 5

2009-11-09  tb121644  <tb121644@sr1-eham02-04>  [6813e1886a1a3af735858c85d84117238d26cf34]

        killnonpro: #i106633#: first take for testautomation deklaration part

2009-11-09  Joachim Lingner  <jl@openoffice.org>  [f2a492bbf52cffbbd146685cf1c5f82202ec53c7]

        jl137: #i103420# better allow tracing in product built depending on bootstrap var XMLSECURITY_TRACE

2009-11-09  Joachim Lingner  <jl@openoffice.org>  [571f1b108037267691784e09812ac9a3b624e805]

        jl137: #i103420# better allow tracing in product built depending on bootstrap var XMLSECURITY_TRACE

2009-11-09  Michael Stahl  <mst@openoffice.org>  [c6a6f50998a97fc3903db3428a7ae1652e4bf3ff]

        #i106724#: SwXTextPortion::GetPropertyValuesTolerant_Impl: remove bogus ASSERT

2009-11-09  Christian Lippka  <cl@openoffice.org>  [dcb4a7e7b65bcc6a28616bbd0cf5ab2d1f8f4bc1]

        #i106678# fixed previous fix as writer pool returns wrong which id for slod SID_ATTR_NUMBERING_RULE

2009-11-09  Mathias Bauer  <mba@openoffice.org>  [d9ed7cb9dcb541b0df4fc3e43039493087490eca]

        #i103496#: remove unneccessary sandbox module

2009-11-09  Mathias Bauer  <mba@openoffice.org>  [b16d453ae750e2ad84548cef4c5a69e1930b65e3]

        #i103496#: remove unneccessary sandbox module

2009-11-09  Juergen Schmidt  <jsc@openoffice.org>  [6cd26e560bb62c62b7301ce7e352dd651731a27f]

        #i106584# remove argc, argv from macro

2009-11-09  Juergen Schmidt  <jsc@openoffice.org>  [070fa2aeee015d1d599445d4dd2bd59ee26cb86c]

        #i106627# correct stock symbol

2009-11-09  Juergen Schmidt  <jsc@openoffice.org>  [c89349ba900d454428bbb7e97743e0b2bdf9558b]

        #i106584# remove argc, argv from macro

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [56259d8e03c17885b3e57f37c1e49aaf11daa606]

        #i103482# add oxygen icon theme

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [a12be56019d1d9cc4be311a4755b4843d8020f08]

        #i103482# add oxygen icon theme

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ab2c3fca53079b5dd2c3a777d4c2badb6a66bf3e]

        #i103482# add oxygen icon theme

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [823828faa089adcc4f1a02738d472c88f0d09613]

        #i103482# add oxygen icon theme

2009-11-09  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [81ad8eff32ac87a05b52f7718ebaf7dc85eff7c9]

        #i103482# add oxygen icon theme

2009-11-09  Mathias Bauer  <mba@openoffice.org>  [2622c3172512e2947d48da087a88c23c6e54393d]

        re-added HID for macro headertablistbox

2009-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [60da24b214863ae6aad0627376ea5ac554835385]

        #b6898803# ensure to read only as many TCs as are there

2009-11-09  Mathias Bauer  <mba@openoffice.org>  [9b4b1b5a1cc6448e0195e7f871393fdfbf59c857]

        wrong assertion

2009-11-09  Kurt Zenker  <kz@openoffice.org>  [c942bbb6a5f120beef62cc5245f4fb62ded3efb7]

        #i106558# output warning in get_module_path only if debug is set

2009-11-09  Ingo Schmidt  <is@openoffice.org>  [e61343613ce49f68d164f49b1e7c6eaa09268f5e]

        #i106624# new jre6u17

2009-11-09  Helge Delfs  <hde@openoffice.org>  [362db2ad10340112a0f9ef0e329e2922dc4e911a]

        removed unneeded code

2009-11-09  Noel Power  <npower@openoffice.org>  [287d1df89468af8f5aca4d5b055d426f311eeb55]

        i#105455#

2009-11-09  Caolán McNamara  <cmc@openoffice.org>  [f213a6f615501541dcee0ff34d8b49ee87354026]

        cmcfixes66: #i106673# arrays don't fit in windows default stack

2009-11-09  Herbert Duerr  <hdu@openoffice.org>  [dddba26a2f9e03f52980c555cad1303d13848c70]

        #i105880# reset clip region of recycled render pictures

2009-11-09  Tobias Krause  <tkr@openoffice.org>  [e16ad188b3c787401ff1658b20f5bcc753b854c1]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-09  Helge Delfs  <hde@openoffice.org>  [e4773672232fd101f4750fd7f7435a1dce5447e0]

        Workaround for issue 106719

2009-11-09  Caolán McNamara  <cmc@openoffice.org>  [090fcf08e7f30171b6f9b277a0b2617b38aa7ba1]

        pythonssldedux: #i106542# build python ssl module for ssl email support

2009-11-09  Caolán McNamara  <cmc@openoffice.org>  [1351162b3c27354d3e08ad8c249d991012eaa9b6]

        pythonssldedux: #i105669# password/username must be ascii for CRAM-MD5

2009-11-09  os  <os@openoffice.org>  [b45d1411b305728e9f605779c3deb82a9fd74489]

        #i106342# change reverted

2009-11-06  Kurt Zenker  <kz@openoffice.org>  [2116fef8e2ec48daea7badd58fdba0a202f8a675]

        #i106687# adaptions for using source_config

2009-11-06  Uwe Fischer  <ufi@openoffice.org>  [a60a1a222ea3c46a9acd81fde4cf9404b948153e]

        hcshared25: #i105983#: changed help image

2009-11-06  Thomas Benisch  <tbe@openoffice.org>  [a9a86da93b13d861cdb2f9792d6d087166fc5602]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [54aece6f52a5d5e0906f8d7cd47a705ca84b0a3f]

        #i10000# oops, those few icons are indeed still needed ....

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0eb733cc96d6df23b46202d1ffc78bfe147e30f0]

        #i10000# oops, those few icons are indeed still needed ....

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5b5eb651561e194f13cb149d3e4b6bc344e8821d]

        #i10000# oops, those few icons are indeed still needed ....

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b987042c0867017b7f355c4e29b8c466e36d980c]

        merge

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a3b7e5e8ac58e2f9bc3253ae78dafa395db6a58f]

        do not set DropDown property when it doesn't exist

2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [71b4a7f02742a949904070b1189b5560d68eaba7]

        #i106572# explicitly distinguish between PFA/PFB result also in GetEmbedFontData()

2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [8239c5f0abf4cfc5b24b31fad64e247b5e343195]

        #i106572# explicitly distinguish between PFA/PFB in DoGetEmbedFontData() result

2009-11-06  Herbert Duerr  <hdu@openoffice.org>  [25ea9e73b66a5747c34cbb82f27d0069c2a677e0]

        #i106572# PDF-export: fix FontDescriptor for embedded Type1 fonts

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [da7b280b713029a7af82884f0eafc0d076d149a5]

        line ends

2009-11-06  Kurt Zenker  <kz@openoffice.org>  [787d142a4c587c00cd848160d19c5db729c27e3b]

        #i106558# optimize get_active_modules and is_active and errorhandling if no modules found

2009-11-06  Tobias Krause  <tkr@openoffice.org>  [9294db4060288f62c4c8f83c67c7be32b17e33e5]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-06  Tobias Krause  <tkr@openoffice.org>  [4215d8c5fda13fe01e6e1e79bf08b8267546e3a0]

        #105892# define KEY_WOW64_64KEY for mingw

2009-11-06  os  <os@openoffice.org>  [646c27f23622ee5cf96cc58188fdccb3075d19ac]

        #i106342# printoptions ProspectRTL, Placeholder and HiddenText fixed

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [395427c3809e079cf69fa580a40ca9832835e213]

        #i10000#

2009-11-06  Vladimir Glazunov  <vg@openoffice.org>  [cd97cfbaf1bbd74a42bc4bda1b192d7709fc64ee]

        #i100000# corrected e-mail address

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e7be53a227f52d055dbce58398526775feac279b]

        #i106671# use proper UNO API to not only retrieve images for our slots, but also the command descriptions, which are to be used as quick help text

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0364e81992fbc3cada8983321366d32545d44b0d]

        not needed anymore

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [de94ec2e1ce74e9c411eb44b97688f2700b995bc]

        #i106671# those images are not needed anymore

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b89220189a5fbb56bf2386b9ad3afd60141e425b]

        #i106671# those images are not needed anymore

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [c386a69ea72c42fd1162dd8f4a6db4d22974d0ff]

        cmcfixes66: #i106675# silence gcc's memset warning on 0 len when the len really is 0

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [3abde8a5f1a5fd9636589ad13e4e034a11e6647b]

        cmcfixes66: #i106431# add missing fcloses

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [2f006bf20ad7dbd59ab0ac846f06e018c2c1c4fb]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [2b86d661f3ec0dbd879bb48be8cfe3c15bb62408]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [273b150f8b10b5f438688b4f6f9348b4d088ecb5]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [3a97ef970ec15962081705be7006ccc2805dedb5]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [3ed563cc4297f80f9a8ba9e190a2a3e54fb2824b]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [7ea7b552a1efebca3dacf756dd23508caafcbb62]

        cmcfixes66: #i106674# fix remaining new[]/delete mismatches

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [633f194aa52df3fa85458f70be7d33d35b9dbf01]

        cmcfixes66: #i106673# fix memleak

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4ce1ac5cb0ff25fca45fc0956e1a4bdfd156dc02]

        SID_FM_* not needed anymore in the image list, since #i106671# is fixed

2009-11-06  Caolán McNamara  <cmc@openoffice.org>  [4af04e66d256e1abe06a8f01e4911567413bf153]

        cmcfixes66: #i106477# fix potential memleak and match new[]/delete[]

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [614e787c171d6316f2ff493865ebed3d35824349]

        #i106671# retrieve the images from the document's/module's XImageManager, not from some obscure SfxImageManager

2009-11-06  Thomas Lange  <tl@openoffice.org>  [388486a510c8f5b04132a614fa5f2c330d229248]

        #i106487# fix for unnecessary calls to timer

2009-11-06  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [deaf11fb65dc66a845577492687558b6cd43d9b0]

        #i100764# set the WB_EXT_DOCUMENT style at the backing component's container window, when creating it without the TaskCreator (which would normally do this)

2009-11-06  Joerg Skottke [jsk]  <jsk@openoffice.org>  [b9dc30fe942d78a3a4ae40acc298117e79a34cd0]

        printerpullpages: #i106289# - completely remove graphics print test as it duplicates parts of the global resource test

2009-11-06  Joachim Lingner  <jl@openoffice.org>  [e1a4c9b145e3e81a75587d80be388c3fc354b811]

        #i105661# writing AppID entry

2009-11-06  Juergen Schmidt  <jsc@openoffice.org>  [d7a296cdc07bdf14d4b77863f4a9cc2ade9106f7]

        #i106664# minor changes for building the sample

2009-11-05  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9e635f111dad04be717913100cdaf2de4112a245]

        vcl107: #i106523# fix x86_64 case in particular and endianess in general (thanks cmc)

2009-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4584d9090d1c71b432e361a10c9236073d536a53]

        ause109: #i106645# localizable content requires dependency on l10n

2009-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [645b2b6acf4dcc4a6863fe9d279391d2c3943efe]

        ause109: #i106645# on incremental builds prefer current build over solver

2009-11-05  Michael Stahl  <mst@openoffice.org>  [31b2c21980fb411312362e04e3344b0b915dfb50]

        #i58667#: sw refactoring:  remove class SwTxtXMLAttrContainer.  adapt code to the fact that there are no RES_UNKNOWNATR_CONTAINER text hints.

2009-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b12639936ccf2e659d3b31a95adc83226fa950ee]

        ause109: #i106645# make sure multiple xsltproc don't collide in dir creation

2009-11-05  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ed7ca496abd9249922b68f1e694dc7394eedff8]

        ause103: #i106644# some more switches to support selective copy

2009-11-05  Michael Stahl  <mst@openoffice.org>  [99b85ccbd02b33841ec0767593cab1bef3f26154]

        #i58667#: lcl_InsAttr(): fix insertion of user defined attributes

2009-11-05  Mathias Bauer  <mba@openoffice.org>  [2b557516512b365b4b691f1357d53d084d23efc4]

        #i106641#: no crash report info on DEV code line

2009-11-05  Mikhail Voitenko  <mav@openoffice.org>  [a976c11bec7da351774b2a08de6a13ee32ea5c6b]

        #i106536# Integrate the patch from hjs

2009-11-05  Joachim Lingner  <jl@openoffice.org>  [1e0bc66d16aee28ce8bd9582ea32178c63841902]

        jl137:  #103420# better logging

2009-11-05  mb93783  <mb93783@v20z-so6>  [6d475ddbc3936c80b51c8d8f31de95631989aa40]

        #i103496#: get rid of stlport dependency in soltools

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [595e1c2ebb346b3f7c69837fcf73d943bcade582]

        #i68332# use css.form.runtime.FormFeature, instead of SFX slot IDs (where possible so far)

2009-11-05  Vladimir Glazunov  <vg@openoffice.org>  [a297f034210313dbf8ba6e47c94e795cac9c1481]

        #i106177# fix encoding

2009-11-05  Juergen Schmidt  <jsc@openoffice.org>  [40487924f7f7e60fdc353b0cffd9178155387831]

        #i106627# extend and adapt env for VC9, building manifest, change macro

2009-11-05  Caolán McNamara  <cmc@openoffice.org>  [0fd101e7a9bdc3ec07220ff1a02dac94ff0da133]

        cmcfixes65: #i106632# fix memleaks

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a7b054e6309a841df1c67696258af8ad19cebdea]

        new test case catching issue #i105235# (note that the fix for this issue is not yet in here, so until we rebase to a milestone where CWS dba32h resp. dba32j are integrated, the test will fail)

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f949bcea10117e99c731831eae335bf1d6793d0a]

        when creating a new HsqlDatabase, make sure it does not appear in the pick list

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [616109598f7fe5c271fa93030e2758b0916b0b71]

        during (writing a test case for) #i105235#: queryFieldData should also work on the insertion row

2009-11-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [918c64610f681e18ef9bcbc2011288e5beb78007]

        changed: resolve inner structure of sprmTRsid added: sprmTRsid

2009-11-05  Christian Lippka  <cl@openoffice.org>  [9a0f53a4bef5489ff2f10a998249d5951ab71b24]

        #i57928# force quick text edit mode during format paintbrush

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c08e58319971a30046a3abe08656f2b424de2e0]

        impresspaintbrush01: merge with DEV300 m63

2009-11-05  Michael Stahl  <mst@openoffice.org>  [4d396193118ed504e86ff6b28ec522a4358419c5]

        merge DEV300_m63

2009-11-05  Michael Stahl  <mst@openoffice.org>  [6e5d340f9b6ac5541a8f68412d8d3bb8da550feb]

        merge DEV300_m63

2009-11-05  Michael Stahl  <mst@openoffice.org>  [4858d583b6f1612c8b497e367d03e89ac87a796e]

        merge DEV300_m63

2009-11-05  Juergen Schmidt  <jsc@openoffice.org>  [b7f5132b041b7e66d1403b04e12c5f9d34f318d1]

        #i160584# use SAL_IMPLEMENT_MAIN macro

2009-11-05  Juergen Schmidt  <jsc@openoffice.org>  [8970d1108a4ea87873eff374cd38b3dd17a7a264]

        #i160584# use SAL_IMPLEMENT_MAIN macro

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f175a7d39cff877b636a3b32d447a02bb024d53e]

        way too many traces here

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [a1b3bf8427d5535ca98106809b6fd90010d828e3]

        during #i100764#: added diagnostics (assertions)

2009-11-05  Mathias Bauer  <mba@openoffice.org>  [6bc8ffaeac5840afbfafb7c57ee56dd6e38d9c6d]

        lost HID

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4da06b691486bfd305f7bb4459b88813bed41275]

        #i100764# better heuristics for determining whether or not to participate in the ThisComponent game

2009-11-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [61c0b879dbb192e5a2044ff95d9b80eda49a0825]

        printerpullpages: #i103052# - Integrate new printing dialog into test scripts - remove formatting from .win-file

2009-11-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [7584aa2ac1d9dfd557bb9a32b5f3e635ccfeecc9]

        printerpullpages: #i106290# - Integrate new printing dialog into test scripts - writer

2009-11-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6b90833eacbf278bc60d6ce4f953697ddd499279]

        printerpullpages: #i106286# - Integrate new printing dialog into test scripts - draw/chart

2009-11-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [6d2451de41f80d3d652ad4d42481ae45bade3eef]

        printerpullpages: #i106289# - Integrate new printing dialog into test scripts - draw/impress

2009-11-05  Joerg Skottke [jsk]  <jsk@openoffice.org>  [a161d26e591b0fb1e90f5d71e1d0cc3dc5dfc133]

        printerpullpages: #i106288# - Integrate new printing dialog into test scripts - calc

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [be4e334c516d3d5ceb4971dfe3225a23ee3fc462]

        setColumns does a lot VCL stuff ... lock the SolarMutex

2009-11-05  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ff2241ab5c029959f4a4d79b41ad9f0ae05a2ac3]

        diagnostics

2009-11-05  Mathias Bauer  <mba@openoffice.org>  [76582d69eb4ca5166fb9a41a698bfea4efd466a5]

        forgot to add filter to build.lst of apps using msfilter

2009-11-05  Mathias Bauer  <mba@openoffice.org>  [5caafbd39f898c4be282ceae037b4c68c76b0e30]

        forgot to add filter to build.lst of apps using msfilter

2009-11-05  Mathias Bauer  <mba@openoffice.org>  [b54b05d86fd5dd1b710cdbb7e127a6989bd24f38]

        forgot to add filter to build.lst of apps using msfilter

2009-11-05  Mihaela Kedikova  <misheto@openoffice.org>  [d5419d602489de7df1d9eccd2cbb03c33302f38b]

        fixes for i106470

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [a0553f344c61ab20639706e62b6d1acee49254ae]

        #i196421#: some problems with pch on Windows

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [fb1cd2d70660d4614c835d35b3aa22a3ddbc7b3c]

        #i196421#: some problems with pch on Windows

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [2e563207e1f067b161282d2181629c070114a4b9]

        #i196421#: some problems with pch on Windows

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [1e021bf2661b62418e8dbf43f7cfdd66e378425a]

        #i196421#: some problems with pch on Windows

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [2c0f94218a6775ced54d2dd14242596ed2749b07]

        #i196421#: some problems with pch on Windows

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [cabc09a8c7d1f0c6aa9091707a9606c1f9699fb2]

        #i196421#: some problems with pch on Windows

2009-11-04  Herbert Duerr  <hdu@openoffice.org>  [21d48c450e03aac5f0aff5293199f138378c8d17]

        #i105769# final cleanup of the trapezoid converter for OOO320

2009-11-04  Herbert Duerr  <hdu@openoffice.org>  [130f53129c7c1cb4eb195e99c9b06bbf8292e688]

        #i105769# force intersection point to be bit-identical on each involved segment

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [e7581052d07d307b8c79266b0a9857ad6e183cde]

        #i160606# replace names with PRODUCTNAME placeholder

2009-11-04  Thomas Benisch  <tbe@openoffice.org>  [adafa7550a54b4d5efc632cfcdefc8c73bc219ae]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [4ff5ec5c4be9299a01418655e3e44dacdbc62e39]

        another warning on unxsoli

2009-11-04  Andreas Bregas  <ab@openoffice.org>  [c34ac530c00fe2fdafa021aae4fcfd9cc9955c21]

        #i103653# Applied patch

2009-11-04  mb93783  <mb93783@macpro-dev1>  [1d6ef7f516a9c7c27b4fe477315d87105af91559]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [fd49d307fa36fc0a7cbf7b9de1c38bdc1a51827e]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [0f3ad28a2f2f005512e35e927bbc50bf4b434fe1]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [8b2c99bc100659024b68cd185490d371ee9471da]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [f5149c57a547abba7f897e9adc7bb7099f7cc3e9]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [b5d45328f4099168f5664d41b28bd09351790253]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  mb93783  <mb93783@macpro-dev1>  [af8010c7940390659ade046f54b51d53fadeaad2]

        #i106432#, #i103496#: some fixes found while building on more platforms

2009-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [150d5c63409e46abde1c71e60ee20d86ad7177eb]

        CRMDatabase now has built-in capabilities to load on creation

2009-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [c20822e212d940e415f32a8d7beb873bd3c714ef]

        when loading the document, pass a PickListEntry=false argument

2009-11-04  Dirk Völzke  <dv@openoffice.org>  [975d4e7e486714b4111fb69f8c1fa43dad97ef1e]

        #i105452# Added Throbber to list of available service names of the dialog

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1b5555b24f3ac82bd4512f5dd84ec94d734aded]

        dv12: Merge with DEV300_m63

2009-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7c5b2130b651f7417f1c16457b132f9d7d043422]

        a little less deadlock-prone ...

2009-11-04  Mihaela Kedikova  <misheto@openoffice.org>  [7aa219243ee1f723b078ee7405337e7684140941]

        fixes for i106470

2009-11-04  Michael Stahl  <mst@openoffice.org>  [2083665c037ec598c2e20d3c949164d65bc56cad]

        #i105368#: XMLEventExport.cxx: add missing events

2009-11-04  Michael Stahl  <mst@openoffice.org>  [1d73fc3b6154851b462131f99179de434b09c20d]

        #i97570#: SwReader::Read(): also create UNDO object for frames anchored AT char

2009-11-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [67612d76b0246a5954d87ed6b9264a71a9b23a0a]

        cleaned up

2009-11-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [2978e1e53e454745a14d8909032ee1abd3c65270]

        script for cleaning up resources.xmi

2009-11-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [90e42852b2de538ca99943019223e435b7b9257a]

        sprmTWidthBefore: added stereotype "ww8resource" sprmTWidthAfter: added stereotype "ww8resoruce" added: sprmTCellPaddingDefault

2009-11-04  Kurt Zenker  <kz@openoffice.org>  [cd2a15f6418c3af05b59e0441c482f823d877ea3]

        #i106558 fix methode is_active

2009-11-04  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [499a33fef18cb7fcdd28554d5e3daeefe7bd6a48]

        some fixes for problems found while building on more platforms

2009-11-04  Oliver Bolte  <obo@openoffice.org>  [da23564a52f5c0abd6f60ff60e16f1816c4cc9d9]

        CWS-TOOLING: integrate CWS tkr27 2009-10-28 06:49:21 +0100 tkr  r277234 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-27 12:25:20 +0100 tkr  r277198 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-26 08:06:52 +0100 tkr  r277172 : #105418# rename -lineon to -lneon for mingw port 2009-10-22 14:58:56 +0200 tkr  r277125 : #i105418# rename neon lib name 2009-10-22 14:56:48 +0200 tkr  r277123 : #i105418# rename neon lib name 2009-10-14 13:33:53 +0200 tkr  r276894 : #i105891# windows ifilter relocated 2009-10-12 12:12:43 +0200 tkr  r276826 : CWS-TOOLING: rebase CWS tkr27 to branches/OOO320@276773 (milestone: OOO320:m1) 2009-10-08 12:50:50 +0200 tkr  r276787 : #i105418# introduced new defines for special_lib_file 2009-10-08 12:48:08 +0200 tkr  r276786 : #i105418# build neon as shared library 2009-10-08 12:13:35 +0200 tkr  r276782 : #i105418# build neon as shared library 2009-09-29 12:46:16 +0200 tkr  r276523 : #i105418# build neon as shared library 2009-09-29 12:36:15 +0200 tkr  r276522 : #i105418# build neon as shared library 2009-09-29 12:17:21 +0200 tkr  r276519 : #i105418# build neon as shared library 2009-09-29 11:11:33 +0200 tkr  r276512 : #i105418# build neon as shared library 2009-09-29 10:39:19 +0200 tkr  r276509 : #i105418# build neon as shared library 2009-09-29 10:36:45 +0200 tkr  r276508 : #i105418# build neon as shared library

2009-11-04  Oliver Bolte  <obo@openoffice.org>  [386b66d1a91f081b7f5f7673bfe640fa0d6b602c]

        CWS-TOOLING: integrate CWS tkr27 2009-10-28 06:49:21 +0100 tkr  r277234 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-27 12:25:20 +0100 tkr  r277198 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore 2009-10-26 08:06:52 +0100 tkr  r277172 : #105418# rename -lineon to -lneon for mingw port 2009-10-22 14:58:56 +0200 tkr  r277125 : #i105418# rename neon lib name 2009-10-22 14:56:48 +0200 tkr  r277123 : #i105418# rename neon lib name 2009-10-14 13:33:53 +0200 tkr  r276894 : #i105891# windows ifilter relocated 2009-10-12 12:12:43 +0200 tkr  r276826 : CWS-TOOLING: rebase CWS tkr27 to branches/OOO320@276773 (milestone: OOO320:m1) 2009-10-08 12:50:50 +0200 tkr  r276787 : #i105418# introduced new defines for special_lib_file 2009-10-08 12:48:08 +0200 tkr  r276786 : #i105418# build neon as shared library 2009-10-08 12:13:35 +0200 tkr  r276782 : #i105418# build neon as shared library 2009-09-29 12:46:16 +0200 tkr  r276523 : #i105418# build neon as shared library 2009-09-29 12:36:15 +0200 tkr  r276522 : #i105418# build neon as shared library 2009-09-29 12:17:21 +0200 tkr  r276519 : #i105418# build neon as shared library 2009-09-29 11:11:33 +0200 tkr  r276512 : #i105418# build neon as shared library 2009-09-29 10:39:19 +0200 tkr  r276509 : #i105418# build neon as shared library 2009-09-29 10:36:45 +0200 tkr  r276508 : #i105418# build neon as shared library

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [4029353bfda798df7a125554bd6eb7a55d7997e0]

        #i106421#: some missing header fixes

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [0cbcf721fda23b3484f4c9dd51ba3b220f140b27]

        #i160985# cleanup

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [b908fbd5bdf282f5da59fee37a5fa0c2d7769d4a]

        #i160985# use macro for inner classes

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [ec7728fa762da24be0850ecbed71c0ae265086c1]

        #i160985# remove package

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [17cd6fa13c91d0d8a61682633f7becd9b35a4a0a]

        #i160985# insert new macro ICL to reference innner classes

2009-11-04  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [1f2e63a3934fb42f6fbbf97f8c4bd3674ca74937]

        #i104768# make autoHC immediately active

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [53e77ee6fa6a5f22145f9f2633342bc2ed4c2653]

        #i160584# add -D_DLL compiler define for Windows

2009-11-04  Juergen Schmidt  <jsc@openoffice.org>  [9ae3e2b12d9dfc70eab034414fcef4228051cbc8]

        #160584# use SAL_IMPLEMENT_MAIN_WITH_ARGS macro

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [acaa9c4bff0dcbd9cc893cdbbb1373409d2d9f63]

        #i106421#: cleanup of help ids

2009-11-04  Mathias Bauer  <mba@openoffice.org>  [fbce1c663acb8b29731cc447a3893b34ff2b4618]

        #i106421#: cleanup of help ids

2009-11-04  Nikolai Pretzell  <np@openoffice.org>  [517e4e2afe70cb9c7de2477c87b8267200ea4d86]

        #i106434# @see tags were not shown in the documentation

2009-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [d61d0e53ae498f93afa7f0f4725232242e111b74]

        moved complex.dbaccess.CRMDatabase.java to connectivity.tools, to be able to use it outside of dbaccess

2009-11-04  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [73b50374f96e91248bee76b8fbda3b4dc59ce016]

        moved complex.dbaccess.CRMDatabase.java to connectivity.tools, to be able to use it outside of dbaccess

2009-11-04  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [df3a4b31dc7311fbac90747809d301aa392ac327]

        added test case (UISettings.checkTransparentQueryColumnSettings) for #i67020#

2009-11-04  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [6ad1eebbe252c983a3f915912cd119e36af0bfed]

        be more tolerant when setting the TextAlign, given that the property is 16 bit, but css.awt.TextAlign is 32 bit

2009-11-04  Vladimir Glazunov  <vg@openoffice.org>  [d087b17922d93ebf00fd6a9111f27e35173dc5fa]

        DEV300

2009-11-04  Mihaela Kedikova  <misheto@openoffice.org>  [f9567d29bf2c463ab847c8210b59bdd84baadb31]

        fixes for i106470

2009-11-03  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [bde91154eeba3b07a63abed039f44af77cfcd767]

        css.form.XFormController superseded by css.form.runtime.XFormController

2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [5e7c825443690d72576555f1c5cbcd9a945a68bd]

        some fixes for warnings and errors found while building on more platforms

2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [40ca7ca4cc6ebed1e769a151b6eeb8af290ef591]

        some fixes for warnings and errors found while building on more platforms

2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [4a6338a867030d8967d833be70f6b541f97b537d]

        some fixes for warnings and errors found while building on more platforms

2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [20820038846ae5821d42897623ca2bee2f8e0d87]

        some fixes for warnings and errors found while building on more platforms

2009-11-03  mb93783  <mb93783@v60x-so15.Germany.Sun.COM>  [7b39c8dc2d865324cab015c2a2ed04d26376cb44]

        some fixes for warnings and errors found while building on more platforms

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [5efd3c588b431ea98e155f3feca91b80d03ff151]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [cb2e7f49d2f8df9c78f15aeeb3f7a81e2807b83a]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [572bbcfbc00d994d3696001fc0e74be0bc507fe2]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [06550364e75f0251b23576246606915690fdd513]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [0a21703aa86d73cbd064c89c6aba053979472fb7]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [6ce14717d50ed3fad1f5879faf5d034aaf8f3d3b]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [aa6853dcd64446f8e246484c1227192825d33ecb]

        #i104678# use high contrast mode setting instead of IsDark (paradigm shift begun with issue i35482)

2009-11-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [9a65eedd3dd10fba3a4614464167f0be92593644]

        Reflect renamings in doctok/resources.xmi

2009-11-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [244b2138d28ce3ff9676901fe11f05d555ed2e99]

        Do not add class end when generating UML for sprm.

2009-11-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [dc40d871e6f3b8a1d19f68a669ed57f26d254ace]

        added: WW8PropertySetImpl::resolveLocal has new parameter rHandler
        
        resolves contents of sprmPHugePapk (0x6646)
2009-11-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [2d3be6a1f19cf8224cb676ce17b9742301f52c63]

        rename: sprmPDxaLeft1 -> sprmPDxaLeft180 rename: sprmCRgLid0 -> sprmCRgLid0_80 added: sprmTWidthBefore added: sprmTWidthAfter added: sprmCRsidProp added: sprmCRgLid0

2009-11-03  Mihaela Kedikova  <misheto@openoffice.org>  [806ac2fb3a8616c6d80785b661949e79922fca57]

        fixes for i106470

2009-12-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f255535248f08ebe94421e67dbe306b5ccf243]

        gridcontrol_02: merge with DEV300 m63

2009-11-03  tb121644  <tb121644@sr1-eham02-04>  [54943f4cf5702f49210899ef4ba488de8d1c8f3f]

        automationdev300m61: #i105756#  needs adjustments

2009-11-03  Mihaela Kedikova  <misheto@openoffice.org>  [91067556c846928cfa254e05274dc1bd9fc9d3a4]

        fixes for i106470

2009-11-03  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [717303aae4e6005bd2e323aeedff0744f0506d15]

        removed some XUnoTunnel usage (unused in one case, and unnecessary in another)

2009-11-03  Mihaela Kedikova  <misheto@openoffice.org>  [c131a4bba9e1c09c8e82731b36896451981cd9aa]

        fixes for i106470

2009-12-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [554db14f76ae85a271ae4502a2dcdfb923ad2eff]

        gridcontrol_02: merge with DEV300 m63

2009-11-03  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [7d04c34fe0b401db5af2bf3b413a4fb1977a9fbb]

        final step for #i67020#

2009-11-03  tb121644  <tb121644@sr1-eham02-04>  [e7101044ec6c53e8eb9f87fb3b30faa79feee49e]

        automationdev300m61: #ii106381#: Linesperpage has incorrect count

2009-11-03  Mikhail Voitenko  <mav@openoffice.org>  [92ec80aa1ed7ea3d0bc142bf3944df336733b7bc]

        #i106476# support 64-bit IE

2009-11-03  Kai Sommerfeld  <kso@openoffice.org>  [b1615bf6670f19a301859cdf9d478365a4ff9e40]

        #i105553# - removed unused code.

2009-11-03  Kai Sommerfeld  <kso@openoffice.org>  [73392182e5a8a37b09039cc0c510a4ba1bb9016b]

        #i105553# - removed unused code.

2009-11-03  Kai Sommerfeld  <kso@openoffice.org>  [347f51dbe5feff3522c9fdc1bb773a948646a344]

        #106478# - memory leak in FTPURL::parse

2009-11-03  Kai Sommerfeld  <kso@openoffice.org>  [d7077733280b2b6d98837dfdb9654faa71ee19f6]

        #106429# - unchecked read in FTPInputStream::readBytes

2009-11-03  Kai Sommerfeld  <kso@openoffice.org>  [f106df419d4b45955d65b41a53c901b55a672696]

        #i106577# - Added missing since tags

2009-11-03  tb121644  <tb121644@sr1-eham02-04>  [e9cdb0048ab569b7c53415953c027b2d4d4d3878]

        automationdev300m61: #i105963# printlog state/existance of user layer before OOo/teststart to verify environment

2009-11-03  Mikhail Voitenko  <mav@openoffice.org>  [300cc7b96f90a619213568332ec197852effb2fa]

        #i106476# support 64-bit IE

2009-11-03  Mikhail Voitenko  <mav@openoffice.org>  [702f3591db51c9a32f4b548a3484cf6df0dd72b8]

        #i106476# support 64-bit IE

2009-11-03  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [b6b8881b12269ae337d4706b58bfdc075eb252b1]

        one step towards fixing issue #i67022#: query columns now use the ColumnSettings of the underlying table column, if - this table column can be determined - the query column doesn't have own settings (which would overrule the table col settings)
        
        However, we're not there, yet: Changing the settings of the table column is not reflected
        in the query column until closing and re-opening the database document. That's up to a next
        implementation step.
2009-11-03  Andre Fischer  <af@openoffice.org>  [1ae23cece0bf35ea52a15c66519a34c43ac57937]

        #i48179# Fixed some Solaris compilation problems.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb8c84f6c717b65c45c30f9d98ef80c62fa26fc]

        slideshow1: merge with DEV300 m63

2009-11-03  Mikhail Voitenko  <mav@openoffice.org>  [3d109beb2a5f5c2ab77d76d8068b8fe31c3eab8f]

        #i106476# support 64-bit IE

2009-11-03  Herbert Duerr  <hdu@openoffice.org>  [1cc52698919def56d44c055988b0b8943e42f19a]

        #i105769# remove elimination of horizontal segments out of intersection solver again

2009-11-03  Dirk Völzke  <dv@openoffice.org>  [9468be6f6fe2d0cd1d72df87537d68e5cf76e946]

        Fixed merge problem

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2c1a2c923837410b8140e2ae7984f60f94a3d32]

        dv12: Merge with DEV300_m63

2009-11-02  Mikhail Voitenko  <mav@openoffice.org>  [844da51130df54eae3d1c56fc4305fda785acec0]

        #i106476# support 64-bit IE

2009-11-02  Mikhail Voitenko  <mav@openoffice.org>  [12ae183b689e4a09cd0cfed051f93fdfa33d2d7a]

        #i106476# support 64-bit IE

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [18552793d3b3f1a77e75de9d1f50921eba8f232e]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [bd73282a7f0b62a907cf731a098d9949439b89a0]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [e8eaee285af98deba6bab3b7fb49dc6b1fe6b497]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [1c93cfc40edd2997b8478d05c2250343930bd125]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [bd249877a47bb1c97b46be1ff0b1b3c356ebd42d]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [a188c2fe9895836cffad320ed13c44d6922f532c]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [a3b2492f7438a6086a41f231b353e9547d4939d7]

        #i106421#: create new cui resource file

2009-11-02  Mathias Bauer  <mba@openoffice.org>  [e7ed68f3d23c08ffa94c31042ee66f772f1257b8]

        #i106421#: create new cui resource file

2009-11-02  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [d886d389f1531aadb4e81186ca5ceb3e8cb7c4ad]

        #i71568# #i108349# Remove unused StateBlock code.

2009-11-02  Matthias Huetsch  <matthias.huetsch@sun.com>  [acad6899db184b7e1d98811118766b9f32273255]

        #i71568# Remove unused StateBlock code.

2009-11-02  Michael Stahl  <mst@openoffice.org>  [870930c70ecd3ce06bae3d42ce1f6e10267a1c68]

        #i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()

2009-11-02  Michael Stahl  <mst@openoffice.org>  [b03235ed802958d58dc2068730ab10b9868cdc8b]

        #i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()

2009-11-02  Michael Stahl  <mst@openoffice.org>  [296fef7e82f0bf842428eaa97dff207399dc563e]

        #i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()

2009-11-02  Michael Stahl  <mst@openoffice.org>  [8da0b34d6ee5201d3601e16673f78e9ad3638d31]

        #i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()

2009-11-02  Michael Stahl  <mst@openoffice.org>  [b7362dfa446a3876529d7223306675f3b7d371c8]

        #i105745#: tools/stream.hxx: API change:  make SvMemoryStream::GetSize() private  introduce new public SvMemoryStream::GetEndOfData()

2009-11-02  Herbert Duerr  <hdu@openoffice.org>  [22b85f04d2c6aae3eb24cc6fb29835dd821b4aa6]

        #i105769# adjust my intersection-solver for the needs of the trapezoid converter

2009-11-02  Michael Stahl  <mst@openoffice.org>  [34f0e624c9d647dbde99e492a948aa4aad0caad4]

        #i104106#: fix wrong initialization of variable, causing reset of AUTOFMT

2009-11-02  sb  <sb@openoffice.org>  [4f61c8f406d95f895bb4e74c8538e3129c017805]

        sb111: removed files again that had already been removed in 9a01ab37045e and, for whatever reason, erroneously reappeared in the bcf9b87f8083 merge

2009-11-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b9f41c75e4e70579e49c4dfefb37b1f953a77cd0]

        ause109: #i106513# - fix dependency for classfiles that can't be build here

2009-11-02  Kurt Zenker  <kz@openoffice.org>  [378acfdf57dab5e06ecda8c0c5723d71e1410958]

        #i106558# different fixes

2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [70d7ac8e4969c4de099f691b649e5bfd232e4632]

        more column class refactoring in preparation of #i67202#. Removed unneeded classes, consolidated the property handling of the various Column classes

2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [61e054fe66ab12f98cb18aee6155f14be4651618]

        properly determine the ControlDefault

2009-11-02  Caolán McNamara  <cmc@openoffice.org>  [ff766c2bc63f098236de1ea273983161a5bcdaf1]

        #i105680# GCC MAX OSX PPC fails this test, and I don't have one in order to debug and fix that bridge

2009-11-02  Tobias Krause  <tkr@openoffice.org>  [d54300f11f6471b90ffa748cff23fded795b3953]

        #105892# adjust customaction conditions

2009-11-02  Tobias Krause  <tkr@openoffice.org>  [494d38544c753ea4f976ffe36ce4775c3aa44f18]

        #105892# fix reg64 customaction deinstallation

2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [00b312f33415fb6fe8d75f5e6257bd4a282aa0f8]

        removed wrong assertion

2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [b04b7b19d0f0f0e32254039134e1ed7812bbc74f]

        don't use ShowTreeView and ShowTreeViewButton, those are superseded by Enabled/ShowBrowser, and lead to an assertion in non-product builds

2009-11-02  Frank SchÃ¶nheit [fs]  <frank.schoenheit@sun.com>  [cd3d88b672d222a943d692c8b7d607af57554c8c]

        add the implementation name to the assertion text if copying a property fails

2009-11-02  Dirk Völzke  <dv@openoffice.org>  [868e711374aaea6826d1e1bd9c1c4dc04d4e7adb]

        #i106129# cygwin uses case sensitive file names

2009-11-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a4162a73921e0f4a4329af31b8e7052afcde50f]

        WW8DocumentImpl::utext: Call delegates utext instead of text

2009-11-02  Kurt Zenker  <kz@openoffice.org>  [90806bc0f9be84302ed236158d6e59d16e7e204a]

        #i106545# add missing unit declarations

2009-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [63161e1da088ce0a2a7ed7962a58745496c72cb3]

        merge

2009-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d2b148f667115467247e985816595fd951f9bd7b]

        printerpullpages: #i106435# fix a division by zero error

2009-11-02  Vladimir Glazunov  <vg@openoffice.org>  [cc423d4be4338cbd81eed9f96f7c7a277da0ee88]

        CWS-TOOLING: integrate CWS oooimprovement5_DEV300

2009-11-02  Vladimir Glazunov  <vg@openoffice.org>  [e76dcc39bd144789124272efc41d4823a672e284]

        CWS-TOOLING: integrate CWS oooimprovement5_DEV300

2009-11-02  Vladimir Glazunov  <vg@openoffice.org>  [24534f00dd8799b3c2b2365ccd8c0009e19cddd5]

        CWS-TOOLING: integrate CWS oooimprovement5_DEV300

2009-11-02  Vladimir Glazunov  <vg@openoffice.org>  [1fc7845ffa5ee5842ab650ac7aaab0638fc4b4e4]

        CWS-TOOLING: integrate CWS oooimprovement5_DEV300

2009-11-02  sb  <sb@openoffice.org>  [a8153b1afc8348fecf25667a287cf42cf389ff0f]

        sb117: #160937# removed unused special configuration data settings

2009-11-02  sb  <sb@openoffice.org>  [9af74059bc2da889f2f17e5c69c61e213158c4ec]

        sb117: #160937# removed unused special configuration data settings

2009-11-02  Herbert Duerr  <hdu@openoffice.org>  [c51a2e370e95f2f5af8fcdd0da01aa1df46076cd]

        #i105769# start integrating my intersection-solver

2009-11-02  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [ae8202d5199620bb615bccb073441bd2b333dc05]

        vcl107: #i106450# fix aliasing warning (thanks cmc)

2009-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [fd6a0c28038e964215e2a1318cd4640942b6be17]

        fixes for i106470

2009-11-02  Mihaela Kedikova  <misheto@openoffice.org>  [7ba31e35a5622b2368a782050f02093a359fd2f9]

        fixes for i106470

2009-11-02  Tobias Krause  <tkr@openoffice.org>  [3fa43f39fd758b860236a8c8b8e84526ebfc6f48]

        #105892# fix reg64 customaction

2009-11-02  Ocke Janssen  <oj@openoffice.org>  [5992a8c1aaf4848eac2983040805c0f665a8e6b4]

        i105959# simply logic again

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [81f17e0c6a98c5ef6bfd3a9cccc8d498f6e29659]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [dedb5f15dbf5da58780a4febac0302d095b61a74]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [490dee4d9d416174505d3ea7bdb98f3890efd8d2]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [751b9b8357dc684dc15f115379a4858734a1947c]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [3581112704a97cec61871090a275f429496a02ca]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [da1f577a71b8bfc0f15d1015475f505265481459]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [223209d4626538197a60fd85bebb6ef415440ade]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [bf2c3ec4d0a06071ce8390e0038daadc6cc9c596]

        merge commit for DEV300_m63

2009-11-01  Mathias Bauer  <mba@openoffice.org>  [bd5ae54c881418c31261e79c50cb8645411cc2dc]

        merge commit for DEV300_m63

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [0430471c1b6ec876cb0fbcf9eb7d99278308d478]

         #105892# build selected modules in x64 too

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [3b351b98ee70cd2f1e45d8f74e5354656e01a110]

        #105892# add new registry entries for x64

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [836563fec748e7b9cdafa4b52a0daec053305c01]

        #105892# add new registry entries for x64

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [e16c0da6e4d71a3da710c59f6fc5c99fec186b43]

        #105892# add new *_x64 libs to instset

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [a38261ecdc3cb42721be9ea057b121e10cd00850]

        #105892# add new BUILD_X64 variable

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [8cf2655fadb1aca169b2b6ebafad46497a2734c4]

        #105892# add new reg64 customaction

2009-11-01  Tobias Krause  <tkr@openoffice.org>  [e79a80fe458991d9e6061b54bf8748486c416b4f]

        #105892# deliver new x64 libs to solver and made the  client name of the ooofiltproxy depends to x86/x64 builds

2009-10-31  Caolán McNamara  <cmc@openoffice.org>  [0f1ef6f3d9aa2228e75c7eef260d672e6f1db0e0]

        #cmcfixes65: #i103767# fix leak

2009-10-31  Caolán McNamara  <cmc@openoffice.org>  [08499467b6ee37d97180c1cefb42abd3d34005dd]

        #cmcfixes65: #i103768# add fclose

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [700477601664fd243f9151abf8754dfe9697bb23]

        #i106421#: move svx/source/cui to cui

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [d32b3a714fe55892bdead03502c5a9b0e77fa61d]

        #i106421#: move svx/source/cui to cui

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [be3ac782e544a45fedcbd1c241656890b29a0dbd]

        #i106421#: move svx/source/cui to cui

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [82bf5f95929d658b5506f2c17f2082ee0b8c5453]

        #i106421#: move msfilter to filter

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [43cef38dfeea51d2058dcc5e18cfab8c05329c9d]

        #i106421#: move msfilter to filter

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [81ff803d97b7c183b9fcda524a1651d3d7fc6e62]

        #i106421#: move msfilter to filter

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [3a3ad68fbdd60f9f913cb764a42fff20f8d0c51b]

        #i106421#: move msfilter to filter

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [d2000efb31f864e912c6cf52760eea0e602b6893]

        #i106421#: move msfilter to filter

2009-10-31  Mathias Bauer  <mba@openoffice.org>  [8744578b99ab60f90174ae3b00e3a3fd7bb05788]

        #i106421#: move msfilter to filter

2009-10-30  Michael Stahl  <mst@openoffice.org>  [27d87c9b00edcee2d64df592daf008bff20a41e7]

        #i105898#: make LD_PRELOAD of libsalalloc_malloc.so work again

2009-10-30  Hans-Joachim Lankenau  <hjs@openoffice.org>  [841c23eeaf80d9efbe23b48e03296b0a201c956a]

        ause103: update to DEV300 m63

2009-10-30  Michael Stahl  <mst@openoffice.org>  [c635b740e00d1762c905cdd787fdb31753dab932]

        #i105295#: fix various uninitialized variables reported by valgrind in:  SwTxtFormatter::CtorInitTxtFormatter(), SwArrowPortion::SwArrowPortion(),  SwAccessiblePage::SwAccessiblePage(), SwXShape::_AdjustPositionProperties(),  SwFrm::SwFrm(), SwGlosDocShell::SwGlosDocShell(),  SwXPrintSettings::_getSingleValue()

2009-10-30  Michael Stahl  <mst@openoffice.org>  [368a1240e2876da4561d21b19172fc7745b26188]

        #i105295#: fix various uninitialized variables reported by valgrind in:  SdrTextAttribute::SdrTextAttribute(), SdrTextObj::TRSetBaseGeometry()

2009-10-30  Michael Stahl  <mst@openoffice.org>  [ff9f90cf28852703366e853ab7e4f9d5218c8f35]

        #i105295#: fix various uninitialized variables reported by valgrind in:  IMapObject::IMapObject() [incompatible interface change!]

2009-10-30  Michael Stahl  <mst@openoffice.org>  [056dc50fac724d5c2782688504b9363d6ae19f61]

        #i105295#: fix aliased memcpy() reported by valgrind in:  LayoutManager::UIElement::operator=()

2009-10-30  Michael Stahl  <mst@openoffice.org>  [561697e7bafe9c4b31340e4c507907f16b03e1fc]

        #i93514#: really fix locking for PropertyBag::setModified()

2009-10-30  Carsten Driesner  <cd@openoffice.org>  [d76b686cf064df423f85adf591b93fffa405fb01]

        #i89394# StartCenter now adds the Office locale as an argument to the URLs

2009-10-30  Carsten Driesner  <cd@openoffice.org>  [3098a8721b8c88219c310072b6c6b6a3de92f6a1]

        #i89394# Exchange StartCenter URLs with new ones which support the new 'lang=' argument. Forwarding to a language dependent web page

2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [dee6705fb88196368bc72b1b8a95f938541e496e]

        vcl107: #i89505# use Close asynchronously in Key handler

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [24000843a30a1843a1f79c64c84e63e76ad29fb7]

        #i106476# support 64-bit IE

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [e2a04070a2276790e5abefbfe253e6d645a71716]

        #i106476# support 64-bit IE

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [8f6b5370be6fe558f6658a0b0719ed64eb205212]

        #i106476# support 64-bit IE

2009-10-30  Dirk Völzke  <dv@openoffice.org>  [297f6dd530573d9d9b76911588f1168460114937]

        #i106129# we might need the VCRedist_x64.exe for 64 bit windows

2009-10-30  os  <os@openoffice.org>  [fdc3ba4a3e71384fd2e2e898fbc5ee71ca3a9f81]

        #i58212# Chinese translation changed to Chinese Conversion

2009-10-30  os  <os@openoffice.org>  [406d183a159a3b43b7e6a00127884ed0d838e924]

        #i58212# Chinese translation changed to Chinese Conversion

2009-10-30  os  <os@openoffice.org>  [f25bcb748c01960c0533a4df0f4705d573a2d317]

        #i105552# autoformat button size increased

2009-10-30  os  <os@openoffice.org>  [0823556b0dc8bff64857f5b92b43c672c20a3d0d]

        #i105552# autoformat button size increased

2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [75cff37d2219e7572908bcf1fd48a7f1aa8392e9]

        re-factoring, in preparation of fixing issue #i67020#

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [578134e9081326d4d50e0e37d1117b5a17f107cc]

        CWS-TOOLING: integrate CWS jskhgpilot6

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [b9eb9c5b71a56d631bdea3209abb3405a5169b9d]

        CWS-TOOLING: integrate CWS gsminhibit

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [e250be94fcee1117198e088b85747da7dee6472a]

        CWS-TOOLING: integrate CWS fwk126_DEV300

2009-10-30  os  <os@openoffice.org>  [3a9b9be6eae79098781092c3564c3f8206186f6b]

        #i103838# nothing to dispatch if xPopupMenu.execute() returns NULL

2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [1e0bc426a966d9920714d0d3404ae32bdda9bdd7]

        #i10000#

2009-10-30  Ocke Janssen  <oj@openoffice.org>  [1c9a2c66530772d4c31f9115ec88e33b2dcdee39]

        #i105959# duplicate contion row when new or criteria was found

2009-10-30  Ocke Janssen  <oj@openoffice.org>  [fc02f9b3673187ccada1a09f79ad042065578af0]

        #i105959# replace boolean_term with search_condition and add extra ()

2009-10-30  Wolfram Garten  <wg@openoffice.org>  [d52c98015718e56ca6ac94ffbb5195d994ca7220]

        i106219

2009-10-30  Mihaela Kedikova  <misheto@openoffice.org>  [f77062f8e05fbcbf6d51436cca2f0e9ca49a0932]

        fixes for i106470

2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [9b78615ffc2dcdfe8140afa82448209f96ce66f4]

        vcl107: #i104701# use builtin symbol font with correct encoding

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [d0ba52ecebf289ad7ff1edc99ec795c164b87456]

        #i106476# support 64-bit IE

2009-10-30  Mihaela Kedikova  <misheto@openoffice.org>  [34c697928962e1b8f6cd4c657d83a62c11fffadb]

        fixes for i106470

2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [09d85652245626a0b4f489f8bc74bb80f03973f4]

        vcl107: #i105197# avoid enless loop on premature EOF

2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e39dac8cb3f4d98f6aab875f64672b1f502264a2]

        cleaned up fmtools.?xx, so that only files which need it include it, and functions having 1 client only are moved to the client file

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [52bf60f869f33d345726be5171546e1b5d844483]

        #i106476# support 64-bit IE

2009-10-30  Mikhail Voitenko  <mav@openoffice.org>  [fcce1711687b3a523b9f62111e556d7ac096e4b1]

        #i106476# support 64-bit IE

2009-10-30  Kurt Zenker  <kz@openoffice.org>  [ca3a8a8d689cb76348caa8dac442e1da2d934789]

        #160940# adaptions for source_config

2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [346d0a2a7644c54da29338df9102cbbc027aa20a]

        removed the ConfirmDeleteDialog - its functionality is nowadays available via the usual sdb.InteractionHandler

2009-10-30  os  <os@openoffice.org>  [a6bcb431be4da90a4b5ec34575b03e00d9fc84ad]

        #i106399# unsafe cast removed

2009-10-30  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [953559b4f9446b14280611d35d5391b92640cab6]

        #i106475# alias patch (thanks cmc)

2009-10-30  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [29275473927ad7944c34c22394ccd4ffea79ed36]

        further isolated the FormController implementation from the SVX code (not yet finally there, though)

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [a1b78c3bb9e0f0a36bdb4554c806b40d8fe201a0]

        CWS-TOOLING: integrate CWS installer11_DEV300

2009-10-30  Joerg Skottke  <jsk@openoffice.org>  [ba65b7dfd2e0ef770ed409b73e9aee79feb6897c]

        #i106370# - Calling active.setPage without parameter does not work anymore (was done as a workaround for ancient testtool-bug)

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [4308b858072163d2ae8f63843a26b9626c47abf9]

        CWS-TOOLING: integrate CWS ause108

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [ad1943a8975348d2f94ff0de174c4616466fa123]

        CWS-TOOLING: integrate CWS ause108

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [c3f30d270d2aa5e686ed26da886afcb4df444b78]

        CWS-TOOLING: integrate CWS ause108

2009-10-30  Vladimir Glazunov  <vg@openoffice.org>  [96695e2db7301fbe1ba667e30d37cc1a337c46ec]

        CWS-TOOLING: integrate CWS ause108

2009-10-30  Joerg Skottke  <jsk@openoffice.org>  [ce33c84214351db00e61f21a575398e0f6e66ea9]

        Merge with changes for #i106290

2009-10-30  Caolán McNamara  <cmc@openoffice.org>  [92fd3c6903822aa19cd346f5fa26e0ae1862dd64]

        #cmcfixes65: #i106472# fix ww8 aliasing

2009-10-30  Joerg Skottke  <jsk@openoffice.org>  [68277df881b07827bec345da6183d48929162fec]

        #i106289# - Integrate new printing dialog (Draw/Impress)

2009-10-30  Caolán McNamara  <cmc@openoffice.org>  [e9a9ad41f2482c12f4e5fc7af966675bf0c3a568]

        #cmcfixes65: #i106469# fix fortify warnings

2009-10-30  Joerg.Skottke  <Joerg.Skottke@Sun.COM>  [e1ace7d696f60223c5195693333f515934226192]

        #i106290# - Integrate new printing dialog (Writer)

2009-10-30  Joerg Skottke  <jsk@openoffice.org>  [1f638015c723fbfbbd525abb43b30436badb5e57]

        #i106287# - Replaced update test for printing in math module

2009-10-30  skotti  <skotti@wintermute>  [a8e868b46132f6e585d2cc23381a70c669be030d]

        #i103052# - Finishing Update test - prevent indexing error

2009-10-30  skotti  <skotti@wintermute>  [2b18c3b6876cb50e2b937c61528dd85ce8d2e8cf]

        #i103052# - Finishing Update test - documentation fix

2009-10-30  skotti  <skotti@wintermute>  [89e2c586cf04257af0422f17b229570f6db3213a]

        Merge with recent changes

2009-10-30  skotti  <skotti@wintermute>  [fd4edb6f87a6dce96c29e558357e039c44cc07f5]

        #i103052# - Remove unneeded function, make one function more safe (Printing test might run into disabled listbox)

2009-10-29  Caolán McNamara  <cmc@openoffice.org>  [c1942c7468e9c13cb057ee5a7959760a5b999819]

        #cmcfixes65: #i106455# fix fortify warnings

2009-10-29  Caolán McNamara  <cmc@openoffice.org>  [11b01f3d7e69ff587b1088502e894d7347b5b696]

        #cmcfixes65: #i106455# fix fortify warnings

2009-10-29  Caolán McNamara  <cmc@openoffice.org>  [2fc3f91ce24c172a875eeb791bea3ae8ca0da08e]

        #cmcfixes65: #i86357# fix mem leak

2009-10-29  Caolán McNamara  <cmc@openoffice.org>  [a0761a87853911b3e6a75e993a99d08e608fcf14]

        #cmcfixes65: #i106454# silence fortify warnings

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [7556065aa7584df351c86ef801592347557aa5ef]

        printerpullpages: #i106363# fix mouse over on disclosure button

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [0e6b1ba3ccbf5f06f4c6fb3ae837207309122e61]

        merging lates changes from pull-location

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [97b267dea22695eb9a0d12a97dcc3dbffe1ab419]

        moved the responsibility for always having an empty filter row to the navigator, so the mere FormController implementation now is able to work on an empty filter

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2f6923c57f0b06474455bc58541228ac5be7cbeb]

        #i10000#

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [834a384180018be5d8ad3833f5f9f5918be88922]

        #i10000#

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [f67254410da8c2aa533c70ef05352d07b3746462]

        printerpullpages: #i106398# fix HC mode

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [567c191f14ff619480d85a993d22c47f7a55192a]

        merge

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [af88695d0ccd5c8b9993387c85efa6af95e1d39d]

        printerpullpages: #i106290# writer test updates

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [d9276527300de11e5e9cfa9aa5d87de23e8cca25]

        printerpullpages: #i106288# calc test updates

2009-10-29  Michael Stahl  <mst@openoffice.org>  [afe9e3ff34b9564d66bec1bdf522a80a3ef773b4]

        #i106401#: apply (slightly modified) patch from cmc

2009-10-29  Michael Stahl  <mst@openoffice.org>  [0206a8cdbb2b98b6709b1789f49465f01657cd1d]

        #i105643#: apply patch from cmc

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [34cd75ba9901e55f641ed8e22f3f9895a5c57f16]

        vcl107: #i106444# strict aliasing patch (thanks cmc)

2009-10-29  Philipp Lohmann [pl]  <Philipp.Lohmann@Sun.COM>  [503a7210275e0f3e41cc479b81922a19968cf9cf]

        vcl107: #i106443# check fgets (thanks cmc)

2009-10-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a7f9346503a557f583bced269655fa1996550af]

        ause109: #i106296# make build.xml aware of TARFILE_LOCATION

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [979028e7efbcaf1b419040d9bd9df34218b3fca2]

        #i90599# fix a case of incomplete accel sequences (thanks cmc and dtardon)

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ab6ddd695b93e80632c73bef82d9647a3af313c6]

        #i106437# distinguish between slides and pages in impress/draw

2009-10-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [00212019d055f897eb78fc13e54259d903d896ab]

        applied patch for #i106057#

2009-10-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [8f360c02dbbeb5bbed76d9bdefcc6a1d6dd4c9cd]

        applied patch for #i106057#

2009-10-29  skotti  <skotti@wintermute>  [92bff53fcafec701e15c0eba35cf65b291c9ee42]

        Fixed indentions for the four CJK related .inc files.

2009-10-29  skotti  <skotti@wintermute>  [047f67785caad3ca5d34ae35f4793895d9c9bf0a]

        #i103052# - Remove last occurrence of DruckenDlg from Framework

2009-10-29  skotti  <skotti@wintermute>  [e89831f08f77d28472adcdebdcdf0231fe669a1c]

        Delete unused files

2009-10-29  Matthias Huetsch  <matthias.huetsch@sun.com>  [99ff23fd836338bb0c84c2bd7ede95048c624cba]

        #i71568# Remove unused range locking code.

2009-10-29  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [aa4b05bffbcea6156c51f0c5ff936f87fc2f26a3]

        #i71568# #i108349# Remove unused range locking code.

2009-10-29  Matthias Huetsch  <matthias.huetsch@sun.com>  [38370b7cc6371d03cac8132245c1bee5031f758d]

        #i71568# Remove unused range locking code.

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f04086c8770d9473e7c5b2aa41fe1a4682f2144d]

        merge

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [5f6bed9fc0b019fa78319bc1cdf8db4ac1abce6c]

        finally removed XUnoTunnel from the FormController implementation, and did some small re-factorings in preparation of moving the responsibility for always having an empty filter row to the navigator

2009-10-29  Dirk Völzke  <dv@openoffice.org>  [941aa19d6059eb8c21022b213cc8e42ea2f3216c]

        #i106129# Don't use debug system libraries until we fully support x64 on windows

2009-10-29  Dirk Völzke  <dv@openoffice.org>  [c2553d20b70d349d221bce57367dc8519c435998]

        #i106129# Some changes to support 64Bit Windows

2009-10-29  sb  <sb@openoffice.org>  [925a3a281e9fe4bc6d1f62d8c1ade83e46bf87f9]

        sb116: #i106384# avoid GCC warnings produced if -fno-strict-aliasing were removed (patch by cmc)

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [4f87e26a2686b8d25c4058892ae7c408a2d56253]

        #i10000#

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [8d170f0fbb64bc973257e56eccbb214039deb53b]

        uhm ... who's doing that the old way?

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [19b01b2cbe8df5c53a65b967c5da9e1eb1ff86ae]

        #i106400# DisclosureButton should react on +/- keys

2009-10-29  Ivo Hinkelmann  <ihi@openoffice.org>  [67709c13a6f4c7c15ec3431c494661a1c588e2bc]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [8f101fabfe831fe151edee41909676dea89dde7a]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [d7c1cd7976cc346a7c9384dff41f06376126b38a]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [cc454dff0a7c56138f1829480c3aa98d4d736eb1]

        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>  [80ccdb417dd3eeb6f70d8c39eb6448185adec94c]

        #i106341# catch division by zero in exotic case

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [04a9a7a64f8d607944d1c9cea545d13e12754353]

        merging latest changes (pushed to cwsserv by oj)

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e3923091ddc380e0eb332298c2ae29bb3d09354c]

        merging latest changes (pushed to cwsserv by oj)

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b9805f378023cc4864f8791fb506efa3bc412aa1]

        merging latest changes (pushed to cwsserv by oj)

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [3681c262bd150fc60fd51b3473873e45c8314dd9]

        merging latest changes (pushed to cwsserv by oj)

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [9878284ec3ac99b60cc0f59fa926e114f6789c29]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [d18c9fe60e325bde1b86d7b5461fad6b202e8006]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [3ee76c2144ab24a04b172a4695c3a7e5abfda105]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [26d8f6db158c7a46873b71afc34aa79a5933551c]

        Automated merge with file:///z:\so-cwsserv02\dba33b\DEV300\ooo

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [78bd99da50ff9ad6154b4434172a138ff3df5720]

        check if sequence exists

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [2aa126613fa25534aee78e818bf73378c2548d98]

        merging in latest changes

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [6e85ab648fa2d7f40269670bbe4c5948b12e0f75]

        #i106426# attach dependency to brochure option

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [e7f32a0dc59f554c20eeaa7d66a2b1190e752564]

        apply changes from m62

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [36707fd4e80a4b461d4ae1fe00e329bb10eef369]

        added 3.3 to the translation table

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [37c77665a214b5822d3b4bdebcca5f6382371974]

        apply changes from m62

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [83a1ef8be5113f98fe6632aafb40eb86a932843a]

        added 3.3 to the translation table

2009-10-29  Michael Stahl  <mst@openoffice.org>  [e11f2d0cd0b7fd13dc3799d9866abbab51898f50]

        #i91504#: SwDoc::SortText():  fix ASSERT from ~SwIndexReg() on creation of DELETE redline.  fix warning on unxsoli4 (rename variable).

2009-10-29  Michael Stahl  <mst@openoffice.org>  [ff9ed934074a08c1376ade65fa5da3fd7b1b9c0c]

        #i91504#: apply patch from majun51

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [f748b201799c61d87f2ecf3569b75a22c107f1ae]

        added a TODO comment

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [fbd5fd6e304ee633e92b88bba45e26a65ad6cb05]

        #i10000#

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [7b84a221e4e00245c71fb9442ca8c84562ec08af]

        #i106422# assure that the sequence stays alive when set binary data

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [069ce0d6e5cc9994af9b6470c2cf02057db84d0f]

        #i106402# tab order of preview cycle buttons

2009-10-29  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ba9a8c89c5ad8e9f9cafd1ebccb87c010a0949b2]

        #i106427# fill in page range

2009-10-29  Ingo Schmidt  <is@openoffice.org>  [34cf5372d0d7cc12345db498559359a30acf3e78]

        #i10633# admin.pl support for msidb.exe next to admin.pl

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [59f536fbb5eb3ef22204d65103814f762cbe39dd]

        line ends

2009-10-29  Ocke Janssen  <Ocke.Janssen@sun.com>  [939ce4dfdd902e8adb2cfa4049c9e92b19d7d999]

        #i106422# assure that the sequence stays alive when set binary data

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [bb3275d5529e5e6553ccbf9ff91e1f458498f3a8]

        step 2 of the FormController UNOization: UNOized all the incoming and outgoing calls, now the interface is completely UNO-based

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [791675595698a837eea2731ec5b26b56afd857d6]

        step 2 of the FormController UNOization: UNOized all the incoming and outgoing calls, now the interface is completely UNO-based

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [e37f884c0e998b48a798285f43eebc514ab5ba8a]

        step 2 of the FormController UNOization: UNOized all the incoming and outgoing calls, now the interface is completely UNO-based

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [9710e5d00423ac9363b48fbc6205ca3e27464db0]

        typo in classname (unused, anyway, but ...)

2009-10-29  Ingo Schmidt  <is@openoffice.org>  [faf0b92ddb466599ccef0817b352c5e46bd5464c]

        #i106333# using local msidb.exe

2009-10-29  skotti  <skotti@wintermute>  [603c7305892030790acf165b4659d05653956ba3]

        #i103052# - added warning for #i106426

2009-10-29  jl  <jl@openoffice.org>  [639e8080784f9b04efbb2d97e9f1b6b82fba24dc]

        #103420# use CERT_PKIXVerifyCert

2009-10-29  skotti  <skotti@wintermute>  [7a93035747426042e6566366095654a254785deb]

        #i103052# - exclude call to printer properties on Windows as we do not use SPAdmin but the Windows printer settings dialog

2009-10-29  skotti  <skotti@wintermute>  [ac2d283a19892df35f5c9766c731ee27e832129b]

        #i103052# - changed name of sub PrintingResources() to sub g_printing according to the coding guidelines

2009-10-29  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [ec06c94db9cc080aa563a3323e18e850906c4c62]

        getZoom: access the peer, not the control, for getting implementation access

2009-10-28  Matthias Huetsch  <matthias.huetsch@sun.com>  [f49b73948d5e0b98fd3e332b11ad4cb1ca927621]

        #i10000# Fixed operator new[]/delete mismatch.

2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [1b4aa4f14c4e2449345e2f1c23cc88319cc3a649]

        #i42985# use system fonts for fields

2009-10-28  Christian Lippka  <cl@openoffice.org>  [08c281df2535b9fbe2ba5c5658ba3e8b47e77af0]

        #i106369# only hide placeholder on master page not all text shapes

2009-10-28  Armin Weiss  <aw@openoffice.org>  [399c758fd565fa692bf34eb542121827d5ad0f98]

        #i106183# added fix as described tin task

2009-10-28  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [95ccca996e41c0ff9fa70fb5007f06796a98bc1c]

        #i105323# added documentation to primitives

2009-10-28  Ivo Hinkelmann  <ihi@openoffice.org>  [0211e8bc457a12570988f4aee7dea42c2fc6d56f]

        CWS-TOOLING: integrate CWS writerfilter32bugfixes01 2009-10-16 10:25:35 +0200 os  r276956 : warning fixed 2009-10-16 10:18:35 +0200 os  r276954 : using namespace std removed from headers 2009-10-16 10:18:19 +0200 os  r276953 : using namespace std removed from headers 2009-10-16 10:17:35 +0200 os  r276952 : using namespace std removed from headers 2009-10-14 12:14:16 +0200 cedricbosdo  r276890 : Fixed warnings 2009-10-09 08:36:35 +0200 cedricbosdo  r276796 : Rebased to OOO320_m1 2009-10-05 11:32:53 +0200 cedricbosdo  r276668 :  * Fixed namespace_preprocess for windows build  * Removed some unused variable  * Set a default value for GetCurrentToken 2009-09-07 13:05:30 +0200 os  r275892 : #i104155# support for empty URLs if called from writerfilter re-introduced 2009-09-04 14:36:14 +0200 cedricbosdo  r275803 : CWS-TOOLING: rebase CWS writerfilter32bugfixes01 to trunk@275331 (milestone: DEV300:m56) 2009-05-15 17:36:28 +0200 cedricbosdo  r271958 : Added file to test docx numbering import fixes 2009-05-15 17:28:27 +0200 cedricbosdo  r271955 : * Implemented a VML import basis. * Fixed some docx numbering import bugs * Implemented docx outline style import 2009-03-16 11:42:06 +0100 hbrinkm  r269515 : moved clog inside #ifdef 2009-03-13 18:30:14 +0100 cedricbosdo  r269493 : Fixed a dummy paragraph ending problem 2009-03-13 13:57:58 +0100 cedricbosdo  r269477 : Added the missing headers 2009-03-13 12:03:25 +0100 cedricbosdo  r269466 : Fixed i#93786 and i#100176 2009-03-12 11:39:10 +0100 cedricbosdo  r269377 : Fixed a crash in the redlines patch 2009-03-12 10:11:48 +0100 cedricbosdo  r269362 : Fixes for the docx import 2009-03-12 10:10:37 +0100 cedricbosdo  r269361 : docx import fixes for:   + tables styles   + pictures positionning   + redlines Started to implement the docx settings.xml import

2009-10-28  Ivo Hinkelmann  <ihi@openoffice.org>  [81286906d0b76a3b6c4443378877828290c3e5f0]

        CWS-TOOLING: integrate CWS writerfilter32bugfixes01 2009-10-16 10:25:35 +0200 os  r276956 : warning fixed 2009-10-16 10:18:35 +0200 os  r276954 : using namespace std removed from headers 2009-10-16 10:18:19 +0200 os  r276953 : using namespace std removed from headers 2009-10-16 10:17:35 +0200 os  r276952 : using namespace std removed from headers 2009-10-14 12:14:16 +0200 cedricbosdo  r276890 : Fixed warnings 2009-10-09 08:36:35 +0200 cedricbosdo  r276796 : Rebased to OOO320_m1 2009-10-05 11:32:53 +0200 cedricbosdo  r276668 :  * Fixed namespace_preprocess for windows build  * Removed some unused variable  * Set a default value for GetCurrentToken 2009-09-07 13:05:30 +0200 os  r275892 : #i104155# support for empty URLs if called from writerfilter re-introduced 2009-09-04 14:36:14 +0200 cedricbosdo  r275803 : CWS-TOOLING: rebase CWS writerfilter32bugfixes01 to trunk@275331 (milestone: DEV300:m56) 2009-05-15 17:36:28 +0200 cedricbosdo  r271958 : Added file to test docx numbering import fixes 2009-05-15 17:28:27 +0200 cedricbosdo  r271955 : * Implemented a VML import basis. * Fixed some docx numbering import bugs * Implemented docx outline style import 2009-03-16 11:42:06 +0100 hbrinkm  r269515 : moved clog inside #ifdef 2009-03-13 18:30:14 +0100 cedricbosdo  r269493 : Fixed a dummy paragraph ending problem 2009-03-13 13:57:58 +0100 cedricbosdo  r269477 : Added the missing headers 2009-03-13 12:03:25 +0100 cedricbosdo  r269466 : Fixed i#93786 and i#100176 2009-03-12 11:39:10 +0100 cedricbosdo  r269377 : Fixed a crash in the redlines patch 2009-03-12 10:11:48 +0100 cedricbosdo  r269362 : Fixes for the docx import 2009-03-12 10:10:37 +0100 cedricbosdo  r269361 : docx import fixes for:   + tables styles   + pictures positionning   + redlines Started to implement the docx settings.xml import

2009-10-28  skotti  <skotti@wintermute>  [c1132206882bacbcb353f3410b87bb298b3fddc8]

        #i103052# - updated .win files and g_printing.inc with updated Help-IDs

2009-10-28  skotti  <skotti@wintermute>  [8bdb6dbd14c2eaa99518b33bea441c171b0a4b22]

        #i103052# - Updating and refactoring tests, adjusting to new print dialog, provided issue-ids where required etc.

2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [1e5a2483572d7185407352ffce2493e41f205532]

        #i105062# improve icon theme fallback (thanks pmladek)

2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [19af9e2b8f2c744e3047a11c0bb21dd11eda2522]

        #i105062# improve icon theme fallback (thanks pmladek)

2009-10-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38c6ee6c2cfdc60df24bd50fc7fcffd1af43807e]

        ause103: update to DEV300 m62

2009-10-28  Christian Lippka  <cl@openoffice.org>  [a71e992f009725cab57f0b43627d91bfa1456942]

        #i106146# fixed also the other 5 occourences of the same buggy code

2009-10-28  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [b72f59d414a398e3c64f1723f76e7dbaa5d73792]

        #i106374# clean up dead code (thanks cmc)

2009-10-28  Thomas Benisch  <tbe@openoffice.org>  [5ee94d6d098348df8ef10d01a6069279a2e8a999]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cb6597bf2771679b953c96cebebf8891e4332b4]

        chartshapes: merge with DEV300 m62

2009-10-28  caolan  <caolan@localhost.localdomain>  [5f92cc494e324f3b09c4b640ad73531860405f78]

        gsminhibit: #i106372#: move to org.gnome.SessionManager

2009-10-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [b1896d2ad88e9162731c2ffe03436786883d9661]

        #i106368#

2009-10-28  Frank Schoenheit [fs]  <frank.schoenheit@sun.com>  [7cef9bd05b4f0372fb3f1668b9ddd140b5b07633]

        copying fix for issue #i105367# herein

2009-10-28  Ocke Janssen  <oj@openoffice.org>  [9543c83ef655a978a66634e71267c26837a122cf]

        #i105825# try catch in the wrong place

2009-10-28  Ocke Janssen  <Ocke.Janssen@sun.com>  [2b2e38d10890b601bf10cf5e85dbea3741d8ede6]

        #i104836# add accelerator for AddField command

2009-10-28  Ocke Janssen  <Ocke.Janssen@sun.com>  [1a72fe4992ec10b1600ff8e1225d3f42bda2043b]

        #i104836# add accelerator for AddField command

2009-10-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e6f47543d2cc8b9478c52be27e87c5f71d1b7b]

        CWS-TOOLING: integrate CWS jl133 2009-10-20 11:47:23 +0200 jl  r277045 : CWS-TOOLING: rebase CWS jl133 to branches/OOO320@276942 (milestone: OOO320:m2) 2009-09-30 12:23:43 +0200 jl  r276551 : #i103747# added dependency to local filesystem service 2009-09-14 14:12:18 +0200 jl  r276113 : #i103747# 2009-09-14 14:09:41 +0200 jl  r276112 : #i103747# 2009-09-14 13:24:20 +0200 jl  r276108 : #i103747# 2009-09-11 08:27:43 +0200 jl  r276049 : #i103747# changes for opensolaris bundled extensions 2009-09-11 08:21:36 +0200 jl  r276048 : #i103747# changes for opensolaris bundled extensions

2009-10-27  Philipp Lohmann  <pl@openoffice.org>  [51977c2b62de1b3d227cce0a1f7f9648f4e98063]

        #i106351# avoid early exits when changing state

2009-10-27  Christian Lippka  <cl@openoffice.org>  [2e6e02efc7119ad8b8f2893f6f7f7ec8ffe6987c]

        fixed unix errors

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [291fd0bdf6d1ffaf7a3b076ad8d05b7de08c5018]

        impresspaintbrush01: merge with DEV300 m62

2009-10-27  Mikhail Voitenko  <mav@openoffice.org>  [8a0d1b11477b9bc647cc4d490cfdf2828be3071c]

        #i10000# separate SO build for windows

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [9862926573da77c3c89c3af6515afa7862237dbb]

        added keys 'resources-with-kind' and 'sprms-with-code' to fix SprmKind

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [548ad9ff79b5d60205f1e34c78a8813aa6d72a43]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [b354c8ff81d82ecedf960ff3292af6760b81185a]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [17e9755466f5c1cd188289d88232467a691ce003]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [443caa28799d4610b2c802078ccd7d19a574e3f3]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [715c1fc60ec514d1b70e01257cf660004f6d3df1]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [f60d1f66771962eb4da78c06802a4fcfc900e414]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a74c80e9724b588418b9b720958c162fc122dc11]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [60bfa9a3ef7639fbb61cc78d68281ae68cc110da]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [f5a6b54c85e0a8ec913a336d4df92eff454d031b]

        merged last changes

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [56088ea0bc4553abbeec1a82b5a0f427a913a130]

        merged last changes

2009-10-27  Ivo Hinkelmann  <ihi@openoffice.org>  [959cfafb5d71c24b4568473fc3fa8c3bb8c30243]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [81c1316709e2f29670e9d5aaebe9b29bc92f2a5d]

        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  Mikhail Voitenko  <mav@openoffice.org>  [3efb06e835112a82bb38d3687b28fd20450a6471]

        #i10000# do not build StarOffice build for OpenOffice

2009-10-27  Matthias Huetsch [mhu]  <matthias.huetsch@sun.com>  [a72cabcec67a5aa8b1ca175fe8a7494ab4327c68]

        #i71568# #i108349# simplified C++ wrapper inline implementation.

2009-10-27  Matthias Huetsch  <matthias.huetsch@sun.com>  [e656ee2d01ddb88a8d6898f2ec229f1fc220ab9c]

        #i71568# simplified C++ wrapper inline implementation.

2009-10-27  Armin Weiss  <aw@openoffice.org>  [1d8ff938ffc1a10d7889ff29f13f7e87a221d84e]

        #i103454# need to set all PaperSizes (three) at the Outliner to get the right layout

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [868927ee2f000337ba5663c1c840ceecbf0fd5e5]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [21cc8654c67ce7a97257ea06a7558a97645d250b]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [b452b80fc7c57b5ebb4de3c13cd43db9a5021bd5]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [c1334e8916fc2b8e12c21c101650fd4ee868972f]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [9d18e93512a43f98fc6438d80a2a4bd8f41ac18a]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [d1f1cf3cd6635c289ff7f6ad3683545577f64103]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a7d4ced72c6f8863d3faa1b2a7ee35ab35b62514]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [1bafcfba0d813aada08fdcefa8e0f95cb44f776b]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a6565a8b8e35bb0f7e7097f0d6ade533b819a01]

        merged DEV300_m62

2009-10-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [00735b967478f5866e05ed989bbda5de3e8f50cd]

        merged DEV300_m62

2009-10-27  Ivo Hinkelmann  <ihi@openoffice.org>  [240fe10d45a655a21b77ec76a838f06d2e665773]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ef14b7f6ed149465c80884b73b53c729b0286081]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [475a5ec764e1963f179df43cfa91e1c73b5a97c5]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [898b0e6106093ab2eca17adb1421967d7bdc2184]

        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>  [53c9c396125833bbfce4aa376637b96239826cc7]

        #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  Frank Schönheit  <fs@openoffice.org>  [8c63ca04733c18caf1403b37b95cdd0138c0a58f]

        #i105717# properly propagate the (changed) reference device to the drawing layer

2009-10-27  skotti  <skotti@wintermute>  [3494423b363a2530687ea6c2b02130b9537c4c09]

        Merge latest DEV300 and CWS sb111

2009-10-27  skotti  <skotti@wintermute>  [e05bf6d61038d45f281994c6ba2fff290d4e1236]

        Merge latest DEV300 and CWS sb111

2009-10-27  skotti  <skotti@wintermute>  [908001a8f1e16ab0f25449f20f5b5c0b4fe098d3]

        Merge latest DEV300 and CWS sb111

2009-10-27  skotti  <skotti@wintermute>  [17bfa012646e80f5ce3c09f46e7e7505d3b93bda]

        Merge latest DEV300 and CWS sb111

2009-10-27  Frank Schönheit  <fs@openoffice.org>  [968c12b498f78515b32caada57da8f4e8eb90060]

        #i105717# properly propagate the (changed) reference device to the drawing layer

2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [32c239bd6ac8e6b8d20650aa87e0ee041b86af2a]

        controltextrendering: merge changes from DEV300_m61

2009-10-27  Thomas Benisch  <tbe@openoffice.org>  [1f5743e90ecbd1ac739d96f0d9386ba8f7f7937a]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-27  Philipp Lohmann  <pl@openoffice.org>  [4e9f08b232cc91aa70f36a6ad9f4ce4bfc2603de]

        #i106261# do not confuse stop with start

2009-10-27  Frank Schönheit  <fs@openoffice.org>  [7bda1112bb57fb92a44bd22023396ec0cee3825f]

        unix line ends

2009-10-27  Frank Schönheit  <frank.schoenheit@sun.com>  [0ddf79332ac1d5af90fcd318ed201e73d1a99ac2]

        (during #i106263#) exception safety for commitControl

2009-10-27  Philipp Lohmann  <pl@openoffice.org>  [812592a71b1aa1449140c0541c935b83fc96d766]

        #i106261# avoid duplicate initialization

2009-10-27  Frank Schönheit  <fs@openoffice.org>  [56c0e48da62ea84c611a3cd313b55f3b04743673]

        compiler bug: streaming a volatile double into an Any results in a boolean-Any ... removed the 'volatile', which was nonsense, anyway

2009-10-27  Ingo Schmidt  <is@openoffice.org>  [231a6f00440bba2b0135493215b52dbf07c8054e]

        #i10633# admin.pl support for included cabinet files

2009-10-27  Ocke Janssen  <Ocke.Janssen@sun.com>  [19df9bd72bcff59613fd984d427ba12cddcd21cf]

        #i105481# add new namespaces from xmloff

2009-10-27  os  <os@openoffice.org>  [82df3bb3882a2c284b62090394175d4a09f6f2e1]

        #i96415# delete PrintProgress on abort

2009-10-27  Release Engineers  <releng@openoffice.org>  [a79a4812e4cec0a2a0711279b20af5a0f6631838]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [40ab64211cc89ec112e5baf8c7ff78ad4680b7a3]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [c0f197f920974f3fdaf8278dad16dc5ecb994d52]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [a02a44429145de0a67f3b75656f10b146490feec]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [e92917d1bc75f095222ec757f0006b8ef6883a9b]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [6526a191a293ebf5a05403097a4d4e1a0e42e070]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [79715a469add3281626c5555a28d116bad5e301a]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [d6a487f786328f689c73a86afef7fd550febca35]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [dd863e9f6af303988cad6e570f3143540febcaf8]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [3ea95386a5fdaedaa733db4c979c8096c8ec0148]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [d45a148e0c593d30e149fee70e7fbbf0958a9f62]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [3f7d48aea531cb78118bb2fe280913790a2ed240]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [87d0adf849adb6bb48a178fe6efc2ba5b8852f1f]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [926e97844fc8cb280747f36550a95e17aa44d2cd]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [2ab67fea8f0bdcd92153cebaffbdbc44b05de47d]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [04070854472609cbc7b0f5e3419a8bba0ef79153]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [06eee2b4388fa8d4250c04e6338ea99e80ea9a89]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Release Engineers  <releng@openoffice.org>  [9da2e3d1e84a00accd0e688a1273873f3fcfa75c]

        Create DEV300_m63 milestone tag from trunk@277194

2009-10-27  Mathias Bauer  <mba@openoffice.org>  [8c5a4612ce4ebedbe3ac68339a34d405b7d07f9b]

        d.lst sorted

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [1d0ac2df03a60004f5af260ab08d228c42a83f7f]

        wrong merge conflict resolution

2009-10-26  Caolán McNamara  <cmc@openoffice.org>  [1fa835bc94acf8016873983302b7765acb45f29d]

        #i106306# remove dead library reference

2009-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [012114fb91ff5f16ba771f87ac00e35c41a59408]

        ause109: #i106228# generated C files won't need stl header

2009-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [918d66fd3706ba096d09bd2739a5c3f5ed2f5810]

        ause109: #i106228# initialize first

2009-10-26  Armin Weiss  <aw@openoffice.org>  [ab6ea039d3c5a5ba7055b7b7f19d8b7c0d2eb084]

        #i105856# Corrected error with not taking into account that getB2DRange may be empty for primitives

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [a70cc19dc945a5b3ceb05bc2cf86b3c6b0f132fd]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [42bbc895c165a2c5bbf0f0769673732580005759]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [6d5a4bb1a26438149617c7bb8362b7b32b6abb2d]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [c96f13de01f8adca559973c73faa8f5686567572]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [9d94720416f80d1db6b06d5d6b2c166d0681ef2b]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [67d8fe019fca1086c1bef54fc8369e18c4116b3f]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [94e088428a4d9ea74188f84982f24e601232a39d]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [37cd2a528c5346a56e5d65e2991443e78f56489a]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [7176bc595f46ef90375de21314f86e02249b69f8]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [da28dfe9e7bafb2e812bfb99cf037a38cdbba8a6]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [2598fbf8a9fe2c3d9825842c9369d836dd7f77e7]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [0a0c0f5f5716d0932cf3f58328006e3a185abd0e]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [f972fce0a2df22b37cbd3ede207ce285b69eda9b]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [98c81b0f6cbeb3322bd325390f0a9ec068956f2e]

        merge commit for m62

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [772900ac2373e4febd38ccc9c5bfa3dec47655ea]

        merge commit for m62

2009-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8f66e50a5bd9054007637c879acce33644080819]

        ause109: #i106296# introduce TARFILE_LOCATION to find source tarballs

2009-10-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9862e4b5acdd970ee586fdb5108a89e3032c9c45]

        ause109: #i106293# remove 4nt from configure

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [acae9170ea69e3b54b31ebf0322b53e4818172a3]

        #i103496#: shorten timespan when locale settings are inconsistent as they are stored at three different locations

2009-10-26  Mathias Bauer  <mba@openoffice.org>  [a822b5571761174e94563f53c8e55abf79c9f0b2]

        #i103496#: shorten timespan when locale settings are inconsistent as they are stored at three different locations

2009-10-26  os  <os@openoffice.org>  [81e9d2d97d8261db441d600d61d65a8743d5b3c1]

        #i104166# display of links without hex codes, editing fixed

2009-10-26  Release Engineers  <releng@openoffice.org>  [2fd76a725c5387749158303753b3482b16e40bdd]

        DEV300

2009-10-26  Vladimir Glazounov  <vg@openoffice.org>  [58b464e655fde33565d343229ffe06303f44a257]

        CWS-TOOLING: integrate CWS hr74

2009-10-26  hdu  <duerr@sun.com>  [cd8eeaebf4eedf77e7a6b97e9f9266ea3b40cb84]

        #i106087# inconsistent freetype tests/workaround for old versions

2009-10-26  hdu  <duerr@sun.com>  [04c0a8dfe8e68ee04348206ba95872123d584e7e]

        #i106087# inconsistent freetype tests/workaround for old versions

2009-10-26  Helge Delfs  <hde@openoffice.org>  [a079054c81397ffe8a0aa84475b8b9ac3910e4c9]

        Warnlog to QAErrrorlog

2009-10-23  Frank Schönheit  <fs@openoffice.org>  [32eb395b850c7cfc53136a03b2bf162eab7222c9]

        #i103611# re-introduced the hack for transparent VCL child windows, which got lost since OOo 3.1.x (commit approved by aw)

2009-10-23  Frank Schoenheit  <frank.schoenheit@sun.com>  [7f776df9544c6254606599aa74dfa7ab41299b05]

        #i10000#

2009-10-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [220a3379d96e00c28502cb237fb10519c4988dd0]

        ause109: #i106228# generate names that don't trigger windows Data Execution Prevention

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [ee4945697ac3b2b4f65105f5eb3fb7a108850c28]

        step 1 of the FormController UNOization: base the outgoing calls in the FormController implementation on (new) UNO API, instead of using implementation classes

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [1797003bca0efd998218baba2cd90b10764a2256]

        step 1 of the FormController UNOization: base the outgoing calls in the FormController implementation on (new) UNO API, instead of using implementation classes

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [c5000fe63bda5a91015c5aa2a6b66bb9ea9982e0]

        step 1 of the FormController UNOization: base the outgoing calls in the FormController implementation on (new) UNO API, instead of using implementation classes

2009-10-23  Thomas Benisch  <tbe@openoffice.org>  [8afe8f977f2ca3773699df1dc337c6b516313ef1]

        #i12587# Inserting/Editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b997e375bb9457d7b90e4b38f23ed02c810ee21a]

        chartshapes: merge with DEV300 m62

2009-10-23  Christian Lippka  <cl@openoffice.org>  [f00b397c4b5393a5ce352fee8a4a528dc637e0ad]

        #i88371# allow format paintbrush to format empty presentation object

2009-10-23  Niklas Nebel  <nn@openoffice.org>  [6cf356acf508fe17019a3b90e33a1436e0d89c6e]

        #i101139# MoveTable: nDestTab must be target position, not APPEND

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [5d6bda97c0d9494f22591ff61b3e5d1fa5b5b203]

        i106219

2009-10-23  Helge Delfs  <hde@openoffice.org>  [c3c026609010d427841dfabf29efbb4e7faf0f8d]

        note renamed to comment

2009-10-23  Helge Delfs  <hde@openoffice.org>  [9864abc626931ebf103fc8c11b5c09555e3cb459]

        note renamed to comment

2009-10-23  Helge Delfs  <hde@openoffice.org>  [22cd5cb9339f5cfb2ed13dbc396364a2c03aa7bc]

        note renamed to comment

2009-10-23  Oliver Bolte  <obo@openoffice.org>  [ae583267a12bf3b7473268ab043fc7e71e79b2f5]

        #i105892# Windows 64 Bit support

2009-10-23  Helge Delfs  <hde@openoffice.org>  [e89cb3a52b9e893beef914d4db097502b94837e7]

        close all documents at end of testcase

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [6cfd5bec69d18fed067cef5703040cef6db78418]

        i106219

2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [38b37dca86af9e61ee753caf6d7b3eab511d012c]

        #i90373# allow only ascii characters in PDF passwords

2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [053cb63bb1f321e63ac4db9a82eae685c6197218]

        #i90373# allow only ascii characters in PDF passwords

2009-10-23  Christian Lippka  <cl@openoffice.org>  [a7d2dd5d5dcfa2056b82856a0b5a42758000a689]

        #i57928# reworked formatpaintbrush feature to support more shapes and text selection

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [3b4bb27392e059f7ecafd3751a216f1f6906a367]

        i106219

2009-10-23  Oliver Bolte  <obo@openoffice.org>  [9ba2f6ce2a055cb3a497cc06627da4f2a07f29d8]

        #i105892# Windows 64 Bit support SLO->SLO_X64

2009-10-23  Helge Delfs  <hde@openoffice.org>  [2de365c9e6e3b42355eda7b26aec54ded2a85ec0]

        close all documents at end of testcase

2009-10-23  Christian Lippka  <cl@openoffice.org>  [5e668fcbac328aa89b2be2997a6c3d0f861ed88f]

        #i57928# reworked formatpaintbrush feature to support more shapes and text selection

2009-10-23  Christian Lippka  <cl@openoffice.org>  [03862b6c452dffbc29f0cde95f87b2fec9bda3c8]

        #i57928# added drawing layer support for formatpaintbrush feature

2009-10-23  Christian Lippka  <cl@openoffice.org>  [55a71014f4214faa8a42d855e776eeddb4e17871]

        #i57928# added drawing layer support for formatpaintbrush feature

2009-10-23  Christian Lippka  <cl@openoffice.org>  [7f9b3c7cef71b9b01d5c1576c5955637a478dc30]

        #i57928# added drawing layer support for formatpaintbrush feature

2009-10-23  Oliver Bolte  <obo@openoffice.org>  [69381ee62ac4365ced337f380a6b0dc22dd93780]

        #i105892# Windows 64 Bit support

2009-10-23  Frank Schoenheit  <frank.schoenheit@sun.com>  [cd1a3e5ddcd4f5e35b73bf4298b95abb0c64b2d2]

        #i10000#

2009-10-23  Helge Delfs  <hde@openoffice.org>  [aec35590ced1888a9db302142dc6dc46264a1eaf]

        new open document fixed

2009-10-23  Oliver Bolte  <obo@openoffice.org>  [e20fb453423579cb6fae2e04cf26a59004560040]

        #i105892# Windows 64 Bit support

2009-10-23  Helge Delfs  <hde@openoffice.org>  [f75ed59d4c35a4f977d056d701e140507b828a67]

        reworked, added issue id to warnlog

2009-10-23  Frank Schoenheit  <frank.schoenheit@sun.com>  [66b2cfe28cb9c06dd4046a7816325dc594cb1f38]

        #i10000#

2009-10-23  Ingo Schmidt  <is@openoffice.org>  [4fbe0bac3056aa5482aaee1667dc24241a5df563]

        #i105892# preparing 64 bit Windows registry table

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [a6ffb8f74642d81cdde18d5450e574ffba880f7c]

        i106219

2009-10-23  Michael Meeks  <mmeeks@openoffice.org>  [dd53fcb33ea52bee0bbe390e7dbbab146dc4e498]

        fix i#101245#

2009-10-23  Michael Meeks  <mmeeks@openoffice.org>  [a8b42ddd66bba4b6f26a4d2d793051752989938e]

        Fix i#101245#

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [c357c41fdff783afa0cf3c911001741b6371afb0]

        i106219

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [3c964bc68ebad689731a54b2c70dfe9c079c1ae6]

        i106219

2009-10-23  Wolfram Garten  <wg@openoffice.org>  [1d2cfac0791e20dc9942e6ca1b5d2bddfbf5fa7b]

        i106219

2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ee25c9743b281f7b94993ac274f158a71cc8ab80]

        merge

2009-10-23  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [909922aba1dc7154de5e179aae118aece259cbdc]

        #i103932# allow duplicate field names

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [a829048a41fa7f0923d9360eb948ff398e33b586]

        #i106184# added VerticalAlign property

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [b14f33317528b0d3b44f5d24fbfb15a26cebb531]

        #i106184# introduce a 'VerticalAlign' property for edit-like form controls

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [f2b2653ebd8bb46a8b954dc4d357f79e46e574d5]

        #i106184# introduce a 'VerticalAlign' property for edit-like form controls

2009-10-23  hdu  <duerr@sun.com>  [f4b316f0117ef507758dfa5c5a1038e0870eded6]

        #i106127# perf: ignore multiplicit solutions in maxdist calculation

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [020562e55e5c41a84d942d4cbb129fdcd0eba68c]

        oops, forgot this file in the previous change (moving css.form.(X)FormController to css.form.runtime)

2009-10-23  Ingo Schmidt  <is@openoffice.org>  [bada55528679b835b7b368acfb92a4447eccc177]

        #i105892# support for 64 bit registry in scp2

2009-10-23  Oliver Craemer  <oc@openoffice.org>  [685a3f963087f0daf4683115b8699767b418b5e0]

        #i106217#  f_xml_save_ms_ole.bas has warnings because of changed Math-XML

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [c5a3b3f07931b4bba47c4cb327dd394c85272f45]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [d142cf1191066ab2d177ef35919257ecc7f98e92]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [cc6395630b2203dbf1c8448916fdda610cc8b706]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [0eb60a412f3ba46dd33915a3aaadd01d31717b8b]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [6fbd976a6a6c281857bdce2cc6c529b275312c9e]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [18ee839ce2effc1d540302ad31cb8f6265a22aed]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [c81e99461e33626ff0ae997379041757231342fa]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Frank Schönheit  <frank.schoenheit@sun.com>  [860322138eb72f694946bf74fc01e4f737d28ea1]

        step 0 of an UNOization of the css.form.(X)FormController implementation: move the API to css.form.runtime, so we can later add new API chunks without breaking compatibility of the existing API in css.form

2009-10-23  Ocke Janssen  <oj@openoffice.org>  [87a9e9e2f2bfbee43e3fb72f8958614b2fcd5356]

        #i105959# handle parameter like column_ref

2009-10-23  Ocke Janssen  <Ocke.Janssen@sun.com>  [cc0711e19efbd1e43a067d498f8a62c8961b52e2]

        #i106215# truncate file stream before using it for storage

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d625d409cd7fb01fd7a66ae1bb82975fd2bc3c7d]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [196436981f9d7f32d5b23adb5f13322112182f54]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [44d4c2c3acee48f2f9419ab5a4334aa5440f8779]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d0c52dc114bb06f12a6631adef4afece6a219cbd]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6da880d35ecf65d4b495d9d426a5d48b5d31ad2d]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [1e7cd1ecd7a6b730daf90bae9ec9bd9b1b19c9e6]

        commit after rebase to DEV300m62

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [afc5047960fa639a4ab215abddecd8747532c2e0]

        commit after rebase to DEV300m62

2009-10-22  Niklas Nebel  <nn@openoffice.org>  [1655bef24f20f30d5f0961789b5c67287aafcb85]

        #i106045# renaming a sheet has to reset all xml stream flags

2009-10-22  hdu  <duerr@sun.com>  [406092f60abbb258bbd1fc6f2d09e7a669af943b]

        #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>  [e4a2ffe6631406782a36789e21ac3cc5ab4c54d3]

        merge

2009-10-22  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [5074096e42b7b91f50d8e9f1be02e87233d8e60f]

        #i105747# grab focus to first button if backing window gets focused

2009-10-22  hdu  <duerr@sun.com>  [aa99d186de8cd2841cd7aabc371f68f1e05bae1f]

        #i106127# more pre-allocations to prevent reallocations

2009-10-22  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [6d8370250d2e64ff8ea6047fae628ee68df1f822]

        #i106052# call close handler asynchronously

2009-10-22  Frank Schönheit  <fs@openoffice.org>  [62434a0674aa83ebda473f5bfceb7b62d0db3504]

         #i10000# wrongly resolved the merge conflict, corrected now

2009-10-22  Joachim Lingner  <jl@openoffice.org>  [32a65e6adeb837ee3bfd1b7dd0402286b789533d]

        #i105926# only use system libz.so when SYSTEM_ZLIB=YES

2009-10-22  Ocke Janssen  <oj@openoffice.org>  [4528c67fb6dbece2bc936b0ef9ebae957f6ce86d]

        #i105959# change config when doc location has changed

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5de3269dcd48cd653837de3d576d7be3df679927]

        #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  Sven Jacobi  <sj@openoffice.org>  [2963255c67b41faf76c6c92d9d218ecfe71569ed]

        #i106130# fixed crash accessing already deleted shape

2009-10-22  Christian Lippka  <cl@openoffice.org>  [65aca165c2049957833a3f306dc0d0bd86e5c68d]

        #i106146# do not crash if there is no numbering rule in itemset

2009-10-22  hdu  <duerr@sun.com>  [ab818b36b52e646b43e390d1b6c0140b91a92523]

        #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  Ocke Janssen  <oj@openoffice.org>  [50f9222bc149362809fbe24b456580c344273bf8]

        #i106072# attachprovider at the end of doc

2009-10-22  cl93746  <cl93746@cl-u20.germany.sun.com>  [54a9f676cd889e04d6835a71c74d97c0952c5b6a]

        #i104929# fixed handout printing

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6016d7a2007f3f09e10c17b61b7aa979391cc3b7]

        #i105655# most changes for MetaFile consumers done

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [ece6eb1ab43ca851cb4c9e4cda848ecdcda9d0b0]

        #i105655# most changes for MetaFile consumers done

2009-10-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [88355430b706d2a16fef7ec237e22de946c869ae]

        #i105655# most changes for MetaFile consumers done

2009-10-22  hdu  <duerr@sun.com>  [350ea0397036814992d47c7b836ef6f5005c6e98]

        #i106127# fix typo in new method getMaxDistancePositions()

2009-10-22  hdu  <duerr@sun.com>  [10235e9e83bd48e47e07486a5542b4e1b9299e90]

        #i106127# perf: free roaming curve-subdivision also benefit from pre-allocation

2009-10-22  Mathias Bauer  <mba@openoffice.org>  [17fc5c612cfeae01c9d6cd9b5165cde212f4497e]

        #i103496#: missing include was masked by pch

2009-10-22  Mathias Bauer  <mba@openoffice.org>  [bd76a8cd10f3a734f4dc0489faa76bd4ce92866a]

        #i103496#: forgot to add lib to svl

2009-10-22  Mathias Bauer  <mba@openoffice.org>  [e1e7e5906a2c62add6715499f180c8a4c8ed4c65]

        somewhat nicer colours

2009-10-21  Frank Schönheit  <fs@openoffice.org>  [2d207950c0b06378190e2ae322f19c9a25d3e09d]

        module 'data' does not exist anymore (for a long time by now), so now need to list it here

2009-10-21  Mathias Bauer  <mba@openoffice.org>  [bddae854e8d787f0ef2036a4effe75abb3d06635]

        #i104396#: some warnings, PCH and windows only fixes

2009-10-21  Mathias Bauer  <mba@openoffice.org>  [2dd779d99dcdcd69b9e4072202a5d25e1715d813]

        #i104396#: some warnings, PCH and windows only fixes

2009-10-21  Mathias Bauer  <mba@openoffice.org>  [f7de0f3ce2a36dc443e0dd3bd181a4add7258f2b]

        #i104396#: some warnings, PCH and windows only fixes

2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [b3ca7dcbcf0f0cb9e885583a3e7a617439d58008]

        #i105152# fix border painting

2009-10-21  hdu  <duerr@sun.com>  [61b3bb859f1f9150a68edd307c0367bb89ab69c5]

        #i106127# perf: add B2DCubicBezier::getMaxDistancePositions ( ) to allow better bezier-subdivisions

2009-10-21  sb  <sb@openoffice.org>  [a1b9d4791f87bf8dbb933ba7d7f442f5a3acc0da]

        merged in DEV300_m62

2009-10-21  sb  <sb@openoffice.org>  [3a50a41f57f97293d533b3e5e136fedc01447d46]

        merged in DEV300_m62

2009-10-21  sb  <sb@openoffice.org>  [3dc9a13b6d27b73ac7d26ae14ab171c022062e65]

        merged in DEV300_m62

2009-10-21  sb  <sb@openoffice.org>  [0ec9fc4e2e6a793b735481a17875f8c052c3fa5d]

        merged in DEV300_m62

2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [e96e6eb12e92600c1b404cbb8fec1bbb5ff4f8db]

        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  Vladimir Glazounov  <vg@openoffice.org>  [b81efa8f131578c97c5580c4c31ebb7198763aca]

        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  Vladimir Glazounov  <vg@openoffice.org>  [29dd8bbd9e39cde1a5e0e7e7cca02f894559e6c0]

        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  Vladimir Glazounov  <vg@openoffice.org>  [23740dc4a7e81c8c5129e26fe579cf81363d6388]

        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>  [8ba680819eb86d89f62886e984c7ee558fe7473d]

        merge

2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [52ab79efb3da09455cb46b41b9afde57e68e3c5c]

        #i103932# allow duplicate field names in PDF export on request

2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ae7a95208039e7c78ba23fe819c9e0db43e467b5]

        #i103932# allow duplicate field names in PDF export on request

2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9e8d18328987be288a84e686eee1d4c35d8754e9]

        #i103932# allow duplicate field names in PDF export on request

2009-10-21  hdu  <duerr@sun.com>  [c94382c18059ecf000d1becbffa5425812dcc3f6]

        #i106127# perf: make self-intersection-test of bezier curve much cheaper

2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [61dec8ceed38588d3a2d2d5a91e501791b2e73c7]

        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  Vladimir Glazounov  <vg@openoffice.org>  [c10000ca290e88df57f35abded93be279dd20027]

        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  Vladimir Glazounov  <vg@openoffice.org>  [8fce23bcdfed5be456443d25a0b229f82db8b975]

        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  skotti  <skotti@wintermute>  [f8dcbeca9fb7c46e4817022e958bd70080a81253]

        #i106016# - refactor

2009-10-21  tb121644  <tb121644@sr1-eham02-04>  [8c8913562382c05ebd225604bd76ca65ed505716]

        #i106001# tToolsOptionsImprovementProgram fails with OOo contributed builds

2009-10-21  Thomas Benisch  <tbe@openoffice.org>  [db58700b3540d71169898f7832cdcfb7c5b2479d]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-21  Thomas Benisch  <tbe@openoffice.org>  [4d3c143900d87f23cb4e66f1ebf9e0dae0541e0f]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-21  Thomas Benisch  <tbe@openoffice.org>  [0f7c630f79ed4bf1c170c20f29599f9532e901bf]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-21  Caolán McNamara  <cmc@openoffice.org>  [d0140adedea4d267dfb55084728d97cb03477d71]

        #i105680# aha, unoidl.com.sun.star.test.bridge vs unoidl.test.testtools.bridgetest

2009-10-21  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [b40fbbe280b3636369521479f8e3438aefcd544d]

        #i105131# initialization (thanks mst!)

2009-10-21  Frank Schönheit  <fs@openoffice.org>  [ebe6566a5d2e1360ac03da8e03f17a8be6290ec6]

        #i105992#

2009-10-21  Frank Schönheit  <fs@openoffice.org>  [f4b4813b43761307a9c0d26bda165a7204a41358]

        reintroduced the fix for issue #i102090#, which got lost since 3.1.1, during one of the many merges/changes

2009-10-21  Frank Schönheit  <fs@openoffice.org>  [e7c5b7ea5bdba58b299b58aebe3bf61cb52705f7]

         #i105992# position the control in isPrimitiveVisible, not in get2DDecomposition. The latter might not be called in some situations, the former (hopefully) always is

2009-10-21  Vladimir Glazounov  <vg@openoffice.org>  [cfd6bd16c639c717baefe52db5ec9ee39850f97d]

        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  Vladimir Glazounov  <vg@openoffice.org>  [0e020c231eb0b7576e1dddaeb06f472a6dc666cc]

        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  Vladimir Glazounov  <vg@openoffice.org>  [1dfe6560a75de9f72c4a7888493f41721c220b70]

        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  Vladimir Glazounov  <vg@openoffice.org>  [e89f88f7f11bd05a8695550c4d80d3c316b41a1a]

        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  Vladimir Glazounov  <vg@openoffice.org>  [78fb90c1b09a73c9637fa1d654743ba99ed5d20a]

        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  Vladimir Glazounov  <vg@openoffice.org>  [d7851c0ddb30a34a7481e4af2c0510fc76f98d27]

        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  Vladimir Glazounov  <vg@openoffice.org>  [29983d456151a61fc2dd28e861f5b85bdd39eeb8]

        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>  [3b28ed8f3566afd5ad70156ee1148b76f64861fb]

        fix a compile problem

2009-10-21  Philipp Lohmann  <pl@openoffice.org>  [79486067e5a4294eb101ee5c8f08877e4f634b2a]

        fix a compile problem

2009-10-21  Philipp Lohmann  <pl@openoffice.org>  [593aebed34f922feeb9c4f1f0f864e67f8b78527]

        fix a compile problem

2009-10-21  Dirk Völzke  <dv@openoffice.org>  [576f2ad346b04cd078ee22b1575b715c7d41193c]

        #i104421# Don't report running office when path to office is infalid

2009-10-21  hdu  <duerr@sun.com>  [b1419a4de2ff47d32cd7d93b4042727b05435fad]

        #i106127# perf: add and use B2DPolygon::reserve() to prevent many reallocations

2009-10-21  Mathias Bauer  <mba@openoffice.org>  [8638ad7cb077a237daf5d74f6ad19ae7009ab929]

        #i103496#: some warnings, pch and windows only fixes

2009-10-21  Mathias Bauer  <mba@openoffice.org>  [dbea801cbb1af5fb33b3627590cfad69800b50f2]

        #i103496#: some warnings, pch and windows only fixes

2009-10-21  Niklas Nebel  <nn@openoffice.org>  [9634b3fc0d9343ef1876be00fb29db78a0d7fed3]

        #i106045# invalidate stream positions for sheet operations, better handling of loaded formula results

2009-10-20  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [25717085d157e365e726a806697887f8a6e3fa97]

        #i106113# update from shtylman and kendy (thanks !)

2009-10-20  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [c86788a9514535d2868356b52fc0df4f444136d3]

        #i106113# update from shtylman and kendy (thanks !)

2009-10-20  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [47185865ba1217151a0244de5855e5574114b327]

        #i106113# update from shtylman and kendy (thanks !)

2009-10-20  Michael Stahl  <mst@openoffice.org>  [d8f58461b789a6a4aa1b8dac97261d03e9b9b0d4]

        #i93174#: fix progress bar reference for ODF export  SwDocStat: add a counter for all paragraphs  SwDocStat: remove unused SwInternStat member  SwPostItField: add GetNumberOfParagraphs()  SwDoc::UpdateDocStat(): count paragraphs in SwPostItFields (notes)  SwTxtNode::CountWords(): count all paragraphs  SwXMLExport::exportDoc(): count paragraphs only once, not twice

2009-10-20  tb121644  <tb121644@sr1-eham02-04>  [cfd3523b6a93b43f5b80e4d3a025bb63f0d99450]

        #i106002# f_wizards.bas fails for locale=de or platform Mac OS X PPC

2009-10-20  tb121644  <tb121644@sr1-eham02-04>  [a255bc001a890d594eddfa619afab230756e2dd6]

        #i105987# e_extensions.bas does not run till end

2009-10-20  Mikhail Voitenko  <mav@openoffice.org>  [ae379e35cf1a254fc1edbc16c1269cbbb671defe]

        #i105758# new ODF-Icons

2009-10-20  Philipp Lohmann  <pl@openoffice.org>  [1430eb436b67615e94a9ebf7e8ae91a345f5f969]

        #i106068# add missing SAL_FRAME_STYLE_FLOAT_FOCUSABLE handling

2009-10-20  Mikhail Voitenko  <mav@openoffice.org>  [86154d116ab9cc9bb1ad3f6c2498545253d91479]

        #i105758# new ODF-Icons

2009-10-20  Armin Weiss  <aw@openoffice.org>  [ca42fba5120c7de4ba7ab5321ba61cc1e092ef55]

        #i105065# speedup 3D/FontWork

2009-10-20  Armin Weiss  <aw@openoffice.org>  [2a0a3168f4354285e59dd79d4477a4199c2f773b]

        #i105065# speedup 3D/FontWork

2009-10-20  Armin Weiss  <aw@openoffice.org>  [c17a26a1df43233008981c7aebd4f504a6b532ff]

        #i105065# speedup 3D/FontWork

2009-10-20  Armin Weiss  <aw@openoffice.org>  [43e577e5aec58aaffc76c2ea01c169c256b92818]

        #i105065# speedup 3D/FontWork

2009-10-20  Armin Weiss  <aw@openoffice.org>  [924a015ffc8d735430d487b6d48f3cad1f7a3473]

        #i105065# speedup 3D/FontWork

2009-10-20  Michael Stahl  <mst@openoffice.org>  [5a6147930a6c122d5d5255a8227297286625a68b]

        #i106098#: SwFntObj::GetFontHeight(): make ASSERT rounding-tolerant

2009-10-20  mst  <mst@openoffice.org>  [75ce04d57244cfbeb5bdd5d8b071e3c1fd4c31a0]

        #i106033#: SwTOXBaseSection::_UpdatePageNum(): force expansion of hyperlink

2009-10-20  Mikhail Voitenko  <mav@openoffice.org>  [4f4c2a6790faa8255e390cd85f93adebe2440020]

        #i105758# ODF icons for windows

2009-10-20  tb121644  <tb121644@sr1-eham02-04>  [b3e368cf55348b1668a14b1e550da6fe2db8033e]

        #i105962#  f_first.bas is rejected by Quaste

2009-10-20  skotti  <skotti@wintermute>  [79219f9a940386feac6de1682af2b67ae4add46a]

        #i106016# - Cloned changes from CWS automation320m2

2009-10-20  sb  <sb@openoffice.org>  [40a156995c9a39cd5de0efaa0ddcc163515bf70a]

        #i106074# silence warning about potentially uninitialized variable in previous change

2009-10-20  Thomas Lange  <tl@openoffice.org>  [564876cf54ab4ec1ab49051d925a278d8585e781]

        #i98908# unsorted char attribute array fixed

2009-10-20  sb  <sb@openoffice.org>  [28e6a67615184ee13a032e662d17d535e4822fa7]

        #i106074# silence extra warnings with GCC Fortify Source (patch by cmc)

2009-10-20  Thomas Lange  <Thomas.Lange@Sun.COM>  [fd67b046624ff95b39950b8af30ad3ff90d26fe8]

        #i105730# comment edit

2009-10-20  Oliver Düsterhoff  <od@openoffice.org>  [2b121a3ddc42198b40b05406e5b7b31aa6ceec29]

        #i106057# method <WW8Export::WriterFkpPlcUsw()> 	  - assure that external data for SttbfAssoc and Fib exist before accessing it.

2009-10-20  Armin Weiss  <aw@openoffice.org>  [939bb9c884e994788ee563944e22f79a50a56067]

        #i105856# changed conditions for using the filled TextShape for HitTest to do the same as before primitives

2009-10-20  Uwe Fischer  <ufi@openoffice.org>  [0d0bdb377e35e5ca0f1bb5b2bef25306fee9e46b]

        i105983 part 2

2009-10-20  Sven Jacobi  <sj@openoffice.org>  [4a8256a93d4bb2bda592c525613a2fc9cacdb28c]

        #i102257# fixed gpf when loading some types of pict graphics

2009-10-20  Andre Fischer  <af@openoffice.org>  [280ea32b9dd5b975a6d94f3555145dc3898c09ec]

        #i105895# Prevent old view shell from being deleted too early.

2009-10-20  tl93732  <tl93732@x42-so3.germany.sun.com>  [dcdea1d5855fa38fb68bb3b4e48af72e1eeb91d3]

        merge

2009-10-20  tl93732  <tl93732@x42-so3.germany.sun.com>  [1c08891280e713a5ed4f229de0bbe67b36c900f0]

        #i105730# selection printing

2009-10-20  tl93732  <tl93732@x42-so3.germany.sun.com>  [5a6b0cd17195ce1b0fbe9e020d7972c2e708a95d]

        #i105730# selection printing

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [cbb01bbff6c2e9b708405de04a2d28d3b3fce937]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [cba9d87925a062b6e03849bb184bf1d41845b655]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [84f7693890323c40843a2fb9d050a9885fbf187e]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [87930296439c7c83bfd55a775e08841421ee7d28]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [630c13b2536453d67fe5b9b253ed9f80987aec2d]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [e5ef05dfed2fa7aa3c47e99e998db43d852707ae]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [a2c9a3e9d45a4d9a90ea6915f1a382765cbafd1b]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Caolán McNamara  <cmc@openoffice.org>  [a24b4c98e339b330fb0048bb005755fde75a6a78]

        CWS-TOOLING: rebase CWS cmcfixes64 to trunk@277035 (milestone: DEV300:m62)

2009-10-20  Uwe Fischer  <ufi@openoffice.org>  [af1b1d26573d927f126694f6587ee8f3fc125238]

        i105983

2009-10-20  tb121644  <tb121644@sr1-eham02-04>  [11d5515d55b6d6a50afed59e9921c2530fb2aa20]

        merged - DEV300 almost m62

2009-10-20  Andre Fischer  <af@openoffice.org>  [d4813204c6341ee55f51975da46ac12a1a3069bc]

        #i48179# Resolved some compilation problems.

2009-10-20  Ocke Janssen  <oj@openoffice.org>  [5cf5683f944d08fdb9ac22c4a21b095ec1af2ac5]

        #i106041# check the dispatch in impl_select not before

2009-10-20  Release Engineers  <releng@openoffice.org>  [921784e3a396a49ce051b2737ca65ebb23344d8c]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [0b38b7636bfc3138d1954a11a6489eec6f571f51]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [037e707750f507c7d4932f13217ac6e9f9d83117]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [43936a879d1fef65802627939efae9da6ee2dab2]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [f71bb16fc284f022a844b575a8db75be7a4aafb1]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [c18e25b533b12d73ae8bc58564f9eda45c26e3b1]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [dca5cf3fdaaed8be10e8ca32fa8d7b4e0647e17b]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [45a6861fee26ee451e16908e0a7f334d82b5b2e8]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [0e72f031c2284cadb52fb291b290793268ce5af6]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [cf144cb77169bfc84604434f4b7923fe5dac3d1e]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [099781c3ed4b97abb73891b63e796d60b4951bb2]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [b097ee6d31a1ba262c5173c3dd36d05294d153c3]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [adf4982eea2e7e8a70745003e4e17b33f5a3f86f]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [abace9d7f8d6776dd991ed76c3875270ef25291b]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [2c4f374fdc256aba8094558e7d55d4585414be88]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [f9f4f18d1b54fe37352a5a717301b8f3d2414ea6]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-20  Release Engineers  <releng@openoffice.org>  [941f5abef98246d699d22ba4847c90690631be10]

        Create DEV300_m62 milestone tag from trunk@277034

2009-10-19  Kohei Yoshida  <kyoshida@novell.com>  [acd4883f4cffd605bc40c0b42a780faf78bdb7e6]

        #i104769# Reverted the change with the dirty flag of ScFormulaCell.

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [74d8515c0dcad5de89e7c18250c5e64481d77c08]

        #i103496#: wintypes.hxx moved to tools

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [e41eb25654585debe8f2ff6b68fe7e6a77520043]

        #i103496#: forgotten commit

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [03685ed53213d63c3126624e2a65954e60df4e14]

        #i103496#: forgotten commit

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [e26443f05a182982ca4369bbcfd64aa1e775a99b]

        #i103496#: forgotten commit

2009-10-19  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [a06a509c4d7e03ec4bddbd1595c4e135a3355a9b]

        #i105729# for convenience allow to modify disabled dependencies thereby automatically changing the dependent value appropriately

2009-10-19  Niklas Nebel  <nn@openoffice.org>  [2f3859b83ef6c8d26e705ca519f1250a7973de3d]

        #i105960# SID_UNDO and friends are no longer volatile

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [6301be9e1ad4b359edd3c900acd36f3552761579]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [2273b2793ce2c497ffb11cbe0cdc9c3fc779f7f7]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [27f2f3aca782dff7912d3146db1eb165a9cbf9b1]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [01d0eccb74f2498543427203097fae372bdd8da6]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [942dbe34b9a1400c926a81f88e849d248b58ed55]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Mathias Bauer  <mba@openoffice.org>  [0986a31fb3dfd116d9afe87de9a6ef0d1ebccaba]

        #i103496#: move some fontsubstitution stuff from vcl to unotools to get xmloff vcl free

2009-10-19  Thomas Lange  <tl@openoffice.org>  [d1449500485d3940d84f470caa375060c7368848]

        #i92190# dictionary update

2009-10-19  Thomas Lange  <tl@openoffice.org>  [bba30e21e9f8aa40d7fa8bc574e24b85274caa50]

        #92190# dictionray update

2009-10-19  Kurt Zenker  <kz@openoffice.org>  [8d30d40ccb6e4bb829481afcf5e55bde35b7f5ff]

        #i10000# add missing include DriversConfig.hxx

2009-10-19  Thomas Lange  <tl@openoffice.org>  [607673f3238bfc80ad90c74e2fd85038eece7892]

        #106019# 'reset languages' menu entry

2009-10-19  Thomas Lange  <tl@openoffice.org>  [7c6655e920297562e6bc00da82fd9eed49a2bfd6]

        #106019# 'reset languages' menu entry

2009-10-19  Thomas Lange  <tl@openoffice.org>  [4d8fe0ad149fe01976f2a23d598cfaf5eafbcc82]

        #106019# 'reset languages' menu entry

2009-10-19  Thomas Lange  <tl@openoffice.org>  [4726cacc24846b63e1177c7ab4dff4ae5b1c4291]

        #106019# 'reset languages' menu entry

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49dd6e1a4ff5e931c0e062958829442d864db72]

        tl74: merge with DEV300 m60

2009-10-18  Mathias Bauer  <mba@openoffice.org>  [c5ddee96afdc3ceb5bcc023b36185122a16b283d]

        #i103496#: move some enums, defines and inlines from vcl to tools to get xmloff free of vcl stuff

2009-10-18  Mathias Bauer  <mba@openoffice.org>  [2e0fdd05a782d1c6345d483c52a9a4e8717f4b93]

        #i103496#: move some enums, defines and inlines from vcl to tools to get xmloff free of vcl stuff

2009-10-18  Mathias Bauer  <mba@openoffice.org>  [f7c25671940f897e485fc6ca68a1708b66544f4b]

        #i103496#: reactivate xmloff base code

2009-10-17  Caolán McNamara  <cmc@openoffice.org>  [327de52e632adab8cacfcd7ad353ee63db32cbbc]

        #i105919# avoid crash after python deinitialized post exit

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [79a4b8932e26b1319b907e0730cf404f733dfa7c]

        Removed changes that are not associated with this CWS.

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [20c356953caedcdd179131935c7fb50e30dbaa91]

        Removed changes that are not associated with this CWS.

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [c861c6fc0d6ed5874dd64ce73c80fba07f73cbce]

        (hopefully) rebased to DEV300_m61.

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [aef9aab7c29f39a9b8910debec9a3863c8a55fb2]

        (hopefully) rebased to DEV300_m61.

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [aa65c88570e875e03d369cd07d2e53bcbc2206ea]

        (hopefully) rebased to DEV300_m61.

2009-10-16  Kohei Yoshida  <kyoshida@novell.com>  [b3bb51c9d6d408599ec8f548ce1b1aff6999f92c]

        reverted commits 263183 and 263184 to fix broken export of CF records.

2009-10-16  thb  <thb@openoffice.org>  [42c0c069b71db77b3a0f1617dac3c569df798625]

        #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  Frank Schönheit  <frank.schoenheit@sun.com>  [2b2cfc9d54f7de4bccf8715b00ea083301659cfc]

        removed a useless usage of m_pView

2009-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [69230072f062790c06c18c04fcfbc79ba765c8d1]

        ause108: #i105954# - don't break pch

2009-10-16  Carsten Driesner  <cd@openoffice.org>  [fd1be11b2f7031ebd5f2cd1339132f56a9f0e60d]

        #i105947# Add missing readConfigurationData() call.

2009-10-16  Carsten Driesner  <cd@openoffice.org>  [6fe52b5bba5a90147f49325ce6d0cc4222fa7240]

        #i105947# Check window pointer before calling SetStyle()

2009-10-16  Niklas Nebel  <nn@openoffice.org>  [84e49c6bbbc61384618c90193c45af8799d24ea3]

        #i105945# no optimization for textsearch on unxsoli

2009-10-16  Caolán McNamara  <cmc@openoffice.org>  [e9ce7470eb324b233b5d0e9bd9456901eb5ad122]

        #ii105971# fix arm visiblity configure test

2009-10-16  Andre Fischer  <af@openoffice.org>  [f87c43295d76721452e9d2319f8d5f5af884499b]

        #i105958# Fixed throw part of declaration of getAccessibleChild().

2009-10-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb1802669ed317deae5dfa6587bf4ab38735ceac]

        #i10000#: remove CVS directory

2009-10-16  fs93730  <fs93730@v60x-so16.Germany.Sun.COM>  [f71d9e086e3735b0f489f5eac6bf735fb07f0f39]

        #i10000#

2009-10-16  Michael Stahl  <mst@openoffice.org>  [b83220239cec81a050e63f41c32dc1e97fdd348e]

        #i93179#: fix ASSERT triggered by debug code

2009-10-16  Frank Schönheit  <frank.schoenheit@sun.com>  [f27aef916cc611573e3e216a675364be173be6c2]

        during #i104329#: got rid of DataSourceUI, whose functionality can be reached easier since the database/type information is configuration-based. In this course, got rid of some other duplicated and/or unnecessary code

2009-10-16  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [d3b32698ee3ef11e11fe4d6fa0b56cf97c953347]

        #i105860# allow choice between selection and whole document when printing directly

2009-10-16  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [d697a028c4796e00afd2cfdef6e246c80c560749]

        #i105860# allow choice between selection and whole document when printing directly

2009-10-16  Andre Fischer  <af@openoffice.org>  [83168b2ff90cf04ee9f5b5f6408d184f2709f26e]

        #i48179# Resolved merge problems.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7168fa353e1e7aab66e5f232a1f7015e725a263c]

        slideshow1: merge with DEV300 m61

2009-10-16  Andre Fischer  <af@openoffice.org>  [683118f4dfec0a5490052254445b52bb61911189]

        #i105185# Added notification for transformation change on resize.

2009-10-16  Frank Schönheit  <frank.schoenheit@sun.com>  [39eae703169d859c8ae546b60775d8f8d1b42d36]

        #i104329# introduce a dedicated PrimaryKeySupport property at DataSource.Settings, which determines whether a data source should (be assumed to) support primary keys. Valid values are TRUE (=> supports), FALSE (=> doesn't support) and VOID (=> use the old heuristics, i.e. consult XDatabaseMetaData.supportsCoreSQLGrammar)

2009-10-16  Frank Schönheit  <frank.schoenheit@sun.com>  [baf36e763f65cba54c8168d10ade4f38a5f62c64]

        #i104329# introduce a dedicated PrimaryKeySupport property at DataSource.Settings, which determines whether a data source should (be assumed to) support primary keys. Valid values are TRUE (=> supports), FALSE (=> doesn't support) and VOID (=> use the old heuristics, i.e. consult XDatabaseMetaData.supportsCoreSQLGrammar)

2009-10-16  Frank Schönheit  <frank.schoenheit@sun.com>  [6660ab0b9990b7a44f6412306cd6508321fd0fe6]

        #i104329# introduce a dedicated PrimaryKeySupport property at DataSource.Settings, which determines whether a data source should (be assumed to) support primary keys. Valid values are TRUE (=> supports), FALSE (=> doesn't support) and VOID (=> use the old heuristics, i.e. consult XDatabaseMetaData.supportsCoreSQLGrammar)

2009-10-16  Andre Fischer  <af@openoffice.org>  [63fa3c48e2ab664802c75fba42873e9fe56b58b3]

        #i48179# Fixed wrong resolution of merge conflict.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [654336da471943a1f4bf65b59e0ef517bb0942f6]

        slideshow1: merge with DEV300 m61

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [14ab17add421b6c79c7e6aeb1148214725de992d]

        slideshow1: merge with DEV300 m56

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c2711a44a51a2c8c1ad20f66e1d7cf97bb1f2d5]

        slideshow1: merge with DEV300 m49

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44e3116c4d43664c0b8c9978696d3f26558e724]

        slideshow1: merge with DEV300 m45

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1becba6356524f199edea28c718a052e0e6f1478]

        slideshow1: merge with DEV300 m44

2009-10-16  Frank Schönheit  <frank.schoenheit@sun.com>  [f62c1a55c09050d54387312b4bd2e58bc8d869ad]

        replace boost/spirit/core.hpp with boost/spirit/include/classic_core.hpp (prevents a warning)

2009-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0b42a4399239637d9f6199df3374b8d7b0a0a7f6]

        ause108: #i105957# use perl.exe to start slfl.pl

2009-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6a304023c2938d0532c9f2e874c936b29f808826]

        ause108: #i105954# - missing dependency on l10n module

2009-10-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [868e045a9c76099bbfceea15543eeb9bc1aee7c8]

        ause108: #i105954# - missing dependency on template dir

2009-10-16  Kurt Zenker  <kz@openoffice.org>  [ab3936a9825db6afc03009b7c046d224a0b2b1c1]

        DEV300

2009-10-16  Kurt Zenker  <kz@openoffice.org>  [dbd47e076d3a113f8cb662b2d6769a895a225eba]

        #i10000# parse problem unxsoli4

2009-10-16  Kurt Zenker  <kz@openoffice.org>  [8e63addd3ad2e8c799bfd0d601bb13cc2c031a4b]

        CWS-TOOLING: integrate CWS obo39 2009-10-16 12:12:31 +0200 obo  r276961 : undo changes 2009-10-08 12:31:19 +0200 obo  r276783 : #i105618# use correct java class target, avoid collision of libsqlite3.dylib form module nss with Framework/Security 2009-10-07 17:05:05 +0200 obo  r276760 : #i105618# draw back changes 2009-10-07 17:04:23 +0200 obo  r276759 : #i105618# draw back changes 2009-10-06 11:48:25 +0200 obo  r276696 : #i105618# improved version 2009-10-05 16:16:28 +0200 obo  r276685 : #i105618# don't use hard coded g++/gcc, special patch and setting when building with MacOSX 10.6 2009-10-05 15:38:10 +0200 obo  r276683 : #i105618# Fix for building with MacOSX10.4u.sdk on Snow Leopard

2009-10-15  Kohei Yoshida  <kyoshida@novell.com>  [a2a12327bbcdcd74229484c57d0a94df1a2c2c0d]

        #i105940# When populating the cache table, increase the macro level to ensure that formula cells are interpreted properly.

2009-10-16  thb  <thb@openoffice.org>  [d3356548cf6aa4c53cb4c17395df82e8bbdea88f]

        #i105939# Side-tracked by extensive unit test slowness - fixed by properly using strbuf in svg exporter

2009-10-16  thb  <thb@openoffice.org>  [f2100460c15e58521c20d6cc75fbf3713631d408]

        #i105939# Adds clip state handling class to basegfx; makes use of that also from slideshow

2009-10-16  thb  <thb@openoffice.org>  [7bae8837395d6f4ab80d01ee9525820ced425a51]

        #i105939# Adds clip state handling class to basegfx; makes use of that also from slideshow

2009-10-16  thb  <thb@openoffice.org>  [8454c5ef5057d0d24e52fb9ed10483b598da98b0]

        #i105939# Adds special box clipping support to basegfx

2009-10-16  thb  <thb@openoffice.org>  [44dfc8de1a248a4e62c3229adb7acf91f968d66e]

        #i105938# Provides simplistic pool memory from a std::vector

2009-10-15  Kohei Yoshida  <kyoshida@novell.com>  [e696628056a332a7be091289d1feb8dcd242b1b6]

        #i105933# Replaced other WriteZeroBytes() with WriteZeroBytesToRecord() in other places except for the hyperlink record.

2009-10-16  thb  <thb@openoffice.org>  [39d191d6dcac49b137dbcd3b4e029714016641ea]

        #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  thb  <thb@openoffice.org>  [253dada8bed749112fd2c78ceddfeb7478944598]

        #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  thb  <thb@openoffice.org>  [4a30b933fae5b515bcefda592f5de682ba2526de]

        #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  thb  <thb@openoffice.org>  [1837a267a2cf82b0152631e416d8be66c2adef25]

        #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-15  Kohei Yoshida  <kyoshida@novell.com>  [cad2c1a1e4ce5a4e511eac641651e82f8c2852c2]

        Support slice settings in WriteZeroBytesToRecord().

2009-10-15  Kohei Yoshida  <kyoshida@novell.com>  [9415878e2b47bbb23c299e179d9dca29bf6bdaf6]

        Support slice settings in WriteZeroBytesToRecord().

2009-10-15  Kohei Yoshida  <kyoshida@novell.com>  [318dc20fff2fb93b93229e7ee7bebbcd11251089]

        Support slice settings in WriteZeroBytesToRecord().

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [4288d22fab2073ab8b8921a006ef6508e4e60fdc]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [889713fba4c188aa5ef66372b2e888e5d4ce4048]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [fb6f5ee5ee09d9f281f2989dc43eba4fcda1d64e]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [0cc66aaf7546862d515041edb9243988a3fcdd1b]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [a293d0a7b13c0294a202e0e332961f85359d611d]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [ed87eb8f7aec4990f65ed9c5b90738eab8b59e21]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [23d6353746c523a89d1168e813f92157bed715c2]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [ad482351a6c12cddb06575f6a9a00ec1b72d92fb]

        #i103496#: split svtools; improve ConfitItems

2009-10-16  Mathias Bauer  <mba@openoffice.org>  [9f2fde7ab5de20926bb25a6b298b4e5dffb66eb2]

        #i103496#: split svtools; improve ConfitItems

2009-10-15  Kohei Yoshida  <kyoshida@novell.com>  [e5c05fab9e453f32a94aad4487764bf58b70573c]

        #i105933# Re-enable encryption at the end of INTERFACEEND record & properly encrypt zero bytes in the CF records.

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [8ec2ce18b769ea980fede28ef899a25f770c2f4d]

        #i105731# sort printerlist

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [2e660ad9d8158c181abbc40e2ddee292b35919b6]

        CWS-TOOLING: integrate CWS c29v001a 2009-10-06 hb #160731# use SetReadOnlyUI instead of item at medium to get read only functionality 2009-10-05 hb #160731# added virtual destructor to IDocumentExternal data to make compilable under wntmsci12 2009-10-02 hb #160731# store fReadOnlyRecommended/fWriteReservation in WW8FibData 2009-10-02 hb #160731# handle stepping of offset correctly when reading strings 2009-10-02 hb #160731# write SttbAssoc/fReadOnlyRecommended/fWriteReservation 2009-10-02 hb #160731# Added new class WW8FibData 2009-10-02 hb #160731# new identifier for external type: FIB 2009-10-02 hb #160731# Added new class WW8FibData 2009-10-02 hb dbg_out for OUString 2009-10-01 hb read and write SttbfAssoc 2009-10-01 hb store external data in SwDoc 2009-09-29 hb merged DEV300_m60 2009-09-29 hb merged changes from private repository 2009-09-04 Henning Brinkmann added WW8Sttb for reading the WW8Sttb 2009-09-15 hb137859 #160401# made compilable 2009-09-15 hb137859 merged changes by hb 2009-09-15 sj93757 #160376# fixed shadow problem 2009-09-15 Henning Brinkmann merged changes for #160401# 2009-09-01 Henning Brinkmann #160401# added fReadOnlyRecommended and fWriteReservation to WW8Fib. If one of those is set, the document is read read-only.

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [e0d2085017d182cde44e145f3e8bfc428dec6e21]

        CWS-TOOLING: integrate CWS c29v001a 2009-10-06 hb #160731# use SetReadOnlyUI instead of item at medium to get read only functionality 2009-10-05 hb #160731# added virtual destructor to IDocumentExternal data to make compilable under wntmsci12 2009-10-02 hb #160731# store fReadOnlyRecommended/fWriteReservation in WW8FibData 2009-10-02 hb #160731# handle stepping of offset correctly when reading strings 2009-10-02 hb #160731# write SttbAssoc/fReadOnlyRecommended/fWriteReservation 2009-10-02 hb #160731# Added new class WW8FibData 2009-10-02 hb #160731# new identifier for external type: FIB 2009-10-02 hb #160731# Added new class WW8FibData 2009-10-02 hb dbg_out for OUString 2009-10-01 hb read and write SttbfAssoc 2009-10-01 hb store external data in SwDoc 2009-09-29 hb merged DEV300_m60 2009-09-29 hb merged changes from private repository 2009-09-04 Henning Brinkmann added WW8Sttb for reading the WW8Sttb 2009-09-15 hb137859 #160401# made compilable 2009-09-15 hb137859 merged changes by hb 2009-09-15 sj93757 #160376# fixed shadow problem 2009-09-15 Henning Brinkmann merged changes for #160401# 2009-09-01 Henning Brinkmann #160401# added fReadOnlyRecommended and fWriteReservation to WW8Fib. If one of those is set, the document is read read-only.

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [c83d39264e030d25c05ac5f2787677b301f5ac97]

        CWS-TOOLING: integrate CWS jskhgpilot5 2009-10-09 skotti #i105516# - Provided warnlog for not working extensible help (#i105760) 2009-10-09 skotti #i105516# - EditCopy called with no delay, hUseAsyncSlot() should fix this 2009-10-09 skotti #i105516# - fixed stupid error in iniinfo.inc (called IsMissing to check on a file instead of FileExists) 2009-10-09 skotti #i105516# - template tools - added checking for dialog 2009-10-09 skotti #i105516# - 2 cjk tests excluded, providing #i105756 as justification (qaerrorlog) 2009-10-09 skotti #i105516# - tModifyObjects: Add a WaitSlot 2009-10-09 skotti #i105516# - CJK test - number of entries has changed, fixed 2009-10-08 skotti Rebase to m61, resolving conflicts in g_option.inc, add g_option.inc to f_first.bas (the test for the OOo Improvement Program was removed from all files but is functional) 2009-10-08 skotti #i105516# - Just another attempt to fix w_numbering.bas 2009-10-08 skotti #i105516# - Added issue-IDs to f_basic_package_export_import.bas and subsequent include files. 2009-10-08 skotti #i105516# - StarOffice help topics updated. Need to do the same for OOo (better do it soon) 2009-10-08 skotti #i105516# - package export might result in zero size package, the test now handles this 2009-10-08 skotti #i105516# - Enhanced VBA import test to handle write protected files 2009-10-08 skotti #i105516# - Potentially fixed f_basic_library_export_import.bas 2009-10-08 skotti #i105516# - Fixing f_basic_vba-compat.bas (cont.) 2009-10-08 skotti #i105516# - Started fixing f_basic_vba-compat.bas 2009-10-08 skotti #i105516# - Help content changed again without notice 2009-10-07 skotti #i105516# - Really exclude the test 2009-10-07 skotti #i105516# - tModifyObjects is simplified and better documented, some more functions have been silenced, writer test (which is somewhat fuzzy) now closes all files at the end of the test 2009-10-07 skotti #i105516# - Testcase tToolsNumbering12 did not use any of the modern timing features which made the test inherently unstable. replaced sleep() statements 2009-10-07 skotti #i105516# - Trying a fix for extras-test (document corrupted warning) 2009-10-07 skotti #i105516# - Trying a fix for extras-test (document corrupted warning) 2009-10-07 skotti #i105516# - Fixed incorrect filtername in tToolsNumbering12, removed QAErrorlog 2009-10-07 skotti #i105516# - Fixed extension name for os2_x86.oxt. 2009-10-07 skotti #i105516# - Added warnlog for #i105670# 2009-10-07 skotti #i105516# - possible fix for warning in e_platforms.bas on MacOS X 2009-10-06 skotti #i105516# - someone allowed a ui relevant feature to slip in unnoticed. That is so stupid, that it could have been me. Adjusted test case to reflect the new - correct - behavior 2009-10-06 skotti #i105516# - fixing a few more test cases (module framework), switched off verbosity in global functions (not wanted for release), deprecate IsItLoaded (old function only used in one single spreadsheet test), fixed minor typo in hFileWait() 2009-10-05 skotti #i105516# - Removing all old style HTML documentation 2009-10-04 skotti #i105516# - Documentation fixes, cleanup 2009-10-02 skotti #i105516# - Documentation fixes, cleanup 2009-10-02 skotti #i105516# - Fixed header 2009-10-01 skotti #i105516# - Fixed usage tracking stuff, there has been a lot of trouble with changed behavior which was not communicated to QA. Attempts for a fix have been done in CWS jskhgpilot4 (which has been merged into this CWS already) 2009-10-01 skotti #i104246# - Toolbar stability and fix for e_update.bas on solaris - using .notExists() 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - better close the dialog if we run into the backup 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - works locally, distributing to all other machines 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-09-30 skotti #i104246# - basic_dialog_i18n_import.inc now sports better warning message if the number of languages is incorrect 2009-09-30 skotti #i104246# - Added issue-id for crash on Solaris x86 (#i105476) 2009-09-30 skotti #i105407# Added new label to the list 2009-09-30 skotti #i104246# - Added a fallback method to the original one for finding the basis-directory on UNIX/Linux 2009-09-30 skotti #i104246# - reverted removal of iSection. I still have no idea what it does but without it the results are different but not better 2009-09-29 skotti #i104246# - The OOo Improvement Program tabpage is only visible if the BUILD_SPECIAL flag is given when building the Application. In the BUILD_SPECIAL section two files are created which will not be there otherwise. In master.inc we now test for the presence of one of the files. If found, we have the OOoImp-stuff installed and the global variable is set to TRUE. In order to find the file i had to fix the retrieval routine for the gOfficeBasisPath (which had a double gNetzOfficePath hidden in the variable sFile for all Unixes). The functin probably never worked, we were just lucky that it was only used in one place. Now - for some reason - we have warnings in the g_options_applications.inc test cases which need to be resolved. I reformatted the file (some indentions were broken) and removed duplicate variable initializations (this left unfinished, iSection should be removed from the control program and be inserted into the test cases themselves so currently the test results only deliver bogus). 2009-09-28 skotti #i104601 - Another problem found: After the fully automatic creation of the hid.lst we have lost the association to the TextImport dialog, reverting back to old name FilterAuswahl 2009-09-28 skotti Experiment: Completely remove hCloseAndLooseDocument 2009-09-28 skotti Experiment: Deprecate hCloseAndLooseDocument - it does nothing else than hCloseDocument 2009-09-28 skotti #i105407# - eliminated function hOpenFileAndIgnoreMacroWarning() as it already exists as a two step variant (hFileOpen+hAllowMacroExecution). Removed readme-file from framework/tools as the content was not up to date anymore 2009-09-28 skotti #i105407# - remove unused functions 2009-09-28 skotti #i104601#, #i105407# - small fixes

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [47c69708374627fe0e752c4c8c22b6b9d6d2bf5b]

        CWS-TOOLING: integrate CWS hr66 2009-10-08 Jens-Heiner Rechtien #i105684#: can_use_hardlinks(): fix stat() return values 2009-10-07 Jens-Heiner Rechtien #105684#: write default-push path to .hg/hgrc; check for availibility of 'outgoing' repoistory before pulling 2009-10-07 Jens-Heiner Rechtien #105684#: time clone and solver operations 2009-10-07 Jens-Heiner Rechtien #105684#: LAN clone, milestone only clone 2009-10-07 Jens-Heiner Rechtien #105684#: implement 'cws fetch' for mercurial based child workspaces

2009-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0c2d194037c79a132223bedd1681ecf0bdd8e789]

        #i10000# fix for single module multiprocessing builds

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ce2691ead6a1ec0158427f4a0f0467b6217d6bd7]

        merge

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [91f4e89732e89dc1fc4399bb93096fcea0b89588]

        #i105144 unify property names with sw

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [0d843e91c3a9afd2b566663156df992bfed04712]

        merge

2009-10-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [4324965f99217790136cb79160f8449f18ff3975]

        #i105655# commiting changes2 so far for preparing linux version

2009-10-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5b2480b968b3f375e0d9e43becb54c6897d0820d]

        #i105655# commiting changes2 so far for preparing linux version

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9f63914eaa950a8f4a4cfa3eece110802bfcab61]

        #i105377# a float transparent metafile is not part of the sync data

2009-10-15  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [2eb7dd0deb70e9f120a2a38b56b9a38891c3ae83]

        #i105377# redirect output into correct metafile

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [130da5cbf25fb3991c6f27f8afe51e3ca5943657]

        CWS-TOOLING: integrate CWS fwk122 2009-10-06 09:16:04 +0200 mav  r276693 : #i10000# let be compiled on all platforms 2009-10-05 17:02:17 +0200 cd  r276688 : #i105343# Fix build problems under Linux/Mac 2009-10-05 16:23:29 +0200 cd  r276687 : #i105489# Remove uiconfigurationmanagerimpl.obj from makefile.mk 2009-10-05 15:17:05 +0200 cd  r276680 : #i105326# Fix crash when opening file with notes 2009-10-05 11:02:22 +0200 mav  r276665 : #i105343# allow the view shell to disconnect from listener 2009-10-02 11:33:45 +0200 cd  r276619 : #i105489# Revert changes done to aggregate sources due to too much regressions

2009-10-15  Kurt Zenker  <kz@openoffice.org>  [f8a260011bad0f68052f5ce68bd62fa668b29599]

        CWS-TOOLING: integrate CWS fwk122 2009-10-06 09:16:04 +0200 mav  r276693 : #i10000# let be compiled on all platforms 2009-10-05 17:02:17 +0200 cd  r276688 : #i105343# Fix build problems under Linux/Mac 2009-10-05 16:23:29 +0200 cd  r276687 : #i105489# Remove uiconfigurationmanagerimpl.obj from makefile.mk 2009-10-05 15:17:05 +0200 cd  r276680 : #i105326# Fix crash when opening file with notes 2009-10-05 11:02:22 +0200 mav  r276665 : #i105343# allow the view shell to disconnect from listener 2009-10-02 11:33:45 +0200 cd  r276619 : #i105489# Revert changes done to aggregate sources due to too much regressions

2009-10-15  Daniel Rentz  <dr@openoffice.org>  [2aaa78d388dc0eb5b2de84fc5206e7924b579cca]

        wntmsci12 warning

2009-10-15  hdu  <duerr@sun.com>  [4d00cd23c9ba13a9a6d3901178a066fa6940e7d2]

        #i105914# add default fonts for Urdu

2009-10-15  tb121644  <tb121644@sr1-eham02-04>  [4e3805fdda1f2db73618298ee5acd102aec24305]

        merged - no visible diff? - commit needd - schaunwermal

2009-10-15  hdu  <duerr@sun.com>  [7b2ea69d78dda0f2c7af5f892efd5b7561b8faa8]

        #i105815# extend sinhala default fonts with WIN fonts

2009-10-15  hdu  <duerr@sun.com>  [548995fefe670c546f314750560989f4253226bb]

        #i105914# #i105815# extend indic default fonts with WIN fonts

2009-10-15  tb121644  <tb121644@sr1-eham02-04>  [bf71c7504211f05eb81515f60975f9411480b403]

        #105920# m_updt.bas: tHelpCheckForUpdates result is not recorded in Quaste

2009-10-15  Daniel Rentz  <dr@openoffice.org>  [24046e0b2625c3ed2da1ad5955771a09fe5f2b36]

        wntmsci12 warning

2009-10-15  hdu  <duerr@sun.com>  [1d2669b5859875b91dfbe916855adeef2552bf95]

        #i105914# define default fonts for some indic scripts (thanks dtardon!)

2009-10-15  hdu  <duerr@sun.com>  [9168edda9d8de34b2fe84aa77d51520ef6f5f811]

        #i105914# define default fonts for some indic scripts (thanks dtardon!)

2009-10-15  hdu  <duerr@sun.com>  [8023c47ecd9ad61c677978351ff1ef08f3796ae5]

        #i105815# define default fonts for some indic scripts (thanks dtardon!)

2009-10-15  hdu  <duerr@sun.com>  [804477d542dbd713a74e9f70997620c403321f2f]

        #i105815# define default fonts for sinhala-script

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [b23505498be71f1ccf1086abe0832234ae34ed93]

        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>  [ebabd73abea3e31a74fde52c2310393069aabe51]

        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>  [350d5ca9803e7e58167b7b5942ebdf429ed9b0af]

        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>  [e4d340414507fc6409090f85130c88418fa90790]

        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>  [8bd768c01084fbf44c14fbdd40d7ccc4f0d6905a]

        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>  [01e88e8e4223d4b0792f7887fbc3e75e6288d71f]

        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>  [99efc0ba1f080e9d04d7c2035cb0d92d7b8e448b]

        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>  [0b6688eb4333f23e5925fa818c6a405f69ca0224]

        CWS-TOOLING: integrate CWS fwk124_DEV300 2009-10-12 10:48:43 +0200 cd  r276822 : #i105764# Remove wrong if-clause which disables the main function of the job service implementation

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [f48e47e267bb09c037b3ac3e97769eb70946b847]

        CWS-TOOLING: integrate CWS mingwport25 2009-10-06 23:23:24 +0200 tono  r276730 : i#105542: mingw port merger fix

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [3179b731abf5f51ee2edbca9200eeb1e0d3e57ab]

        CWS-TOOLING: integrate CWS rpm4lngx 2009-10-06 14:38:50 +0200 vg  r276703 : #160779# new environment for unxlngx6

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [5dba36b682bd65ea210b1e2250fa3024137d1ef8]

        CWS-TOOLING: integrate CWS rpm4lngx 2009-10-06 14:38:50 +0200 vg  r276703 : #160779# new environment for unxlngx6

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [2582bb5541a0801d37321b989cf9d79642bc9893]

        CWS-TOOLING: integrate CWS mhremove01 2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file 2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534 2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract 2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract 2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [708398e6dc41b8ffa8fa743dd5b2cf1db1bbfdb2]

        CWS-TOOLING: integrate CWS mhremove01 2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file 2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534 2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract 2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract 2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [b81b0183be5f96cd54cf139c03409076d5e3ae3b]

        CWS-TOOLING: integrate CWS mhremove01 2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file 2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534 2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract 2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract 2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [1acdf1bfc9c3be5a1fb698f2bd95bb60189edae7]

        CWS-TOOLING: integrate CWS mhremove01 2009-09-30 18:40:27 +0200 mh  r276572 : del: superflous file 2009-09-30 18:37:25 +0200 mh  r276571 : #i104152# remove test and result files, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=331534 2009-09-30 18:20:02 +0200 mh  r276570 : #i105483# remove msfontextract 2009-09-30 18:19:33 +0200 mh  r276569 : #i105483# remove msfontextract 2009-09-30 18:10:09 +0200 mh  r276568 : #i105483# remove msfontextract

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [167317403047d99e9460389f492a20ba7e60d57f]

        CWS-TOOLING: integrate CWS sw32bf05 2009-10-08 12:41:26 +0200 tl  r276785 : #ii102766# updated de_* hyphenation patterns 2009-10-08 11:09:24 +0200 tl  r276775 : #i105715# update for hu_HU dictionary 2009-10-06 09:25:53 +0200 tl  r276694 : #i105565# fix for dictionary.xcu in dict-de.oxt 2009-10-05 12:29:46 +0200 mst  r276675 : #i105453#: hintids.hxx: change order of RES_TXTATR_WITHEND hints 2009-10-05 12:28:49 +0200 mst  r276674 : unochart.cxx: fix warning on unxlngi6 debug=t 2009-10-05 11:46:18 +0200 tl  r276672 : #i105490# Hebrew dictionary added 2009-10-05 11:39:41 +0200 tl  r276670 : #i105490# Hebrew dictionary added 2009-10-05 11:33:56 +0200 tl  r276669 : #i105490# Hebrew dictionary added 2009-10-05 11:21:02 +0200 tl  r276667 : #i105490# Hebrew dictionary added 2009-10-05 11:17:37 +0200 tl  r276666 : #i105565# de_* dictionay updates 2009-10-03 09:54:58 +0200 tl  r276654 : #i105565# de_* dictionay updates 2009-10-03 08:52:38 +0200 tl  r276653 : #i105564# pt_BR dictionaries updated 2009-10-03 08:46:42 +0200 tl  r276652 : #i105510#, #i105278# outdated dictionary.lst removed 2009-10-02 14:17:03 +0200 tl  r276644 : #i105510#, #i105278# fr_FR and da_DK dictionary updates 2009-10-01 10:05:28 +0200 od  r276577 : #i105447# method <lcl_GetUndoIdAndName(..)>           - assure correct access to undo stack objects

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [6e36b034abf567c1501fc2f4d28f9713afccee19]

        CWS-TOOLING: integrate CWS sw32bf05 2009-10-08 12:41:26 +0200 tl  r276785 : #ii102766# updated de_* hyphenation patterns 2009-10-08 11:09:24 +0200 tl  r276775 : #i105715# update for hu_HU dictionary 2009-10-06 09:25:53 +0200 tl  r276694 : #i105565# fix for dictionary.xcu in dict-de.oxt 2009-10-05 12:29:46 +0200 mst  r276675 : #i105453#: hintids.hxx: change order of RES_TXTATR_WITHEND hints 2009-10-05 12:28:49 +0200 mst  r276674 : unochart.cxx: fix warning on unxlngi6 debug=t 2009-10-05 11:46:18 +0200 tl  r276672 : #i105490# Hebrew dictionary added 2009-10-05 11:39:41 +0200 tl  r276670 : #i105490# Hebrew dictionary added 2009-10-05 11:33:56 +0200 tl  r276669 : #i105490# Hebrew dictionary added 2009-10-05 11:21:02 +0200 tl  r276667 : #i105490# Hebrew dictionary added 2009-10-05 11:17:37 +0200 tl  r276666 : #i105565# de_* dictionay updates 2009-10-03 09:54:58 +0200 tl  r276654 : #i105565# de_* dictionay updates 2009-10-03 08:52:38 +0200 tl  r276653 : #i105564# pt_BR dictionaries updated 2009-10-03 08:46:42 +0200 tl  r276652 : #i105510#, #i105278# outdated dictionary.lst removed 2009-10-02 14:17:03 +0200 tl  r276644 : #i105510#, #i105278# fr_FR and da_DK dictionary updates 2009-10-01 10:05:28 +0200 od  r276577 : #i105447# method <lcl_GetUndoIdAndName(..)>           - assure correct access to undo stack objects

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [448f56b5ea936e6d1ee5706c477416581f0572ed]

        CWS-TOOLING: integrate CWS sw32bf05 2009-10-08 12:41:26 +0200 tl  r276785 : #ii102766# updated de_* hyphenation patterns 2009-10-08 11:09:24 +0200 tl  r276775 : #i105715# update for hu_HU dictionary 2009-10-06 09:25:53 +0200 tl  r276694 : #i105565# fix for dictionary.xcu in dict-de.oxt 2009-10-05 12:29:46 +0200 mst  r276675 : #i105453#: hintids.hxx: change order of RES_TXTATR_WITHEND hints 2009-10-05 12:28:49 +0200 mst  r276674 : unochart.cxx: fix warning on unxlngi6 debug=t 2009-10-05 11:46:18 +0200 tl  r276672 : #i105490# Hebrew dictionary added 2009-10-05 11:39:41 +0200 tl  r276670 : #i105490# Hebrew dictionary added 2009-10-05 11:33:56 +0200 tl  r276669 : #i105490# Hebrew dictionary added 2009-10-05 11:21:02 +0200 tl  r276667 : #i105490# Hebrew dictionary added 2009-10-05 11:17:37 +0200 tl  r276666 : #i105565# de_* dictionay updates 2009-10-03 09:54:58 +0200 tl  r276654 : #i105565# de_* dictionay updates 2009-10-03 08:52:38 +0200 tl  r276653 : #i105564# pt_BR dictionaries updated 2009-10-03 08:46:42 +0200 tl  r276652 : #i105510#, #i105278# outdated dictionary.lst removed 2009-10-02 14:17:03 +0200 tl  r276644 : #i105510#, #i105278# fr_FR and da_DK dictionary updates 2009-10-01 10:05:28 +0200 od  r276577 : #i105447# method <lcl_GetUndoIdAndName(..)>           - assure correct access to undo stack objects

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [aaf95adc9a1d429c08d38c81393c2dde51d6fe9f]

        CWS-TOOLING: integrate CWS sw32bf05 2009-10-08 12:41:26 +0200 tl  r276785 : #ii102766# updated de_* hyphenation patterns 2009-10-08 11:09:24 +0200 tl  r276775 : #i105715# update for hu_HU dictionary 2009-10-06 09:25:53 +0200 tl  r276694 : #i105565# fix for dictionary.xcu in dict-de.oxt 2009-10-05 12:29:46 +0200 mst  r276675 : #i105453#: hintids.hxx: change order of RES_TXTATR_WITHEND hints 2009-10-05 12:28:49 +0200 mst  r276674 : unochart.cxx: fix warning on unxlngi6 debug=t 2009-10-05 11:46:18 +0200 tl  r276672 : #i105490# Hebrew dictionary added 2009-10-05 11:39:41 +0200 tl  r276670 : #i105490# Hebrew dictionary added 2009-10-05 11:33:56 +0200 tl  r276669 : #i105490# Hebrew dictionary added 2009-10-05 11:21:02 +0200 tl  r276667 : #i105490# Hebrew dictionary added 2009-10-05 11:17:37 +0200 tl  r276666 : #i105565# de_* dictionay updates 2009-10-03 09:54:58 +0200 tl  r276654 : #i105565# de_* dictionay updates 2009-10-03 08:52:38 +0200 tl  r276653 : #i105564# pt_BR dictionaries updated 2009-10-03 08:46:42 +0200 tl  r276652 : #i105510#, #i105278# outdated dictionary.lst removed 2009-10-02 14:17:03 +0200 tl  r276644 : #i105510#, #i105278# fr_FR and da_DK dictionary updates 2009-10-01 10:05:28 +0200 od  r276577 : #i105447# method <lcl_GetUndoIdAndName(..)>           - assure correct access to undo stack objects

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [78a8eaf882e1032379c5d267eb0b13ec9081b328]

        CWS-TOOLING: integrate CWS fwk121 2009-09-30 11:20:33 +0200 mav  r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:54:46 +0200 mav  r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:02:12 +0200 mav  r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws 2009-09-30 07:33:48 +0200 jsc  r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 14:15:09 +0200 jsc  r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 09:45:28 +0200 dr  r276507 : #i105325# set correct format while opening zip package 2009-09-28 18:46:45 +0200 mav  r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [4830944c5185a1e783cd7199aa5969f316b49c20]

        CWS-TOOLING: integrate CWS fwk121 2009-09-30 11:20:33 +0200 mav  r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:54:46 +0200 mav  r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:02:12 +0200 mav  r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws 2009-09-30 07:33:48 +0200 jsc  r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 14:15:09 +0200 jsc  r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 09:45:28 +0200 dr  r276507 : #i105325# set correct format while opening zip package 2009-09-28 18:46:45 +0200 mav  r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [dd74e6d59eab15a9ad7c674372293a7d3dbad975]

        CWS-TOOLING: integrate CWS fwk121 2009-09-30 11:20:33 +0200 mav  r276548 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:54:46 +0200 mav  r276545 : #i105387# allow manifest.xml have no ODF version attribute even for ODF1.2 2009-09-30 10:02:12 +0200 mav  r276543 : #i105082# integrating the fix from fwk117, since it is necessary for some scenarios fixed in this cws 2009-09-30 07:33:48 +0200 jsc  r276537 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 14:15:09 +0200 jsc  r276528 : #i105360# explicitly flush OStorageStream after write operations and OStoreFile when registry file is closed 2009-09-29 09:45:28 +0200 dr  r276507 : #i105325# set correct format while opening zip package 2009-09-28 18:46:45 +0200 mav  r276500 : CWS-TOOLING: rebase CWS fwk121 to trunk@276429 (milestone: DEV300:m60)

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [b5ae0c66e377afec05652bbff0a2eaaba35f430d]

        CWS-TOOLING: integrate CWS mav55 2009-09-25 13:53:12 +0200 mav  r276452 : #i102895# fix the tab order; introduce fallback strings for the case that configuration is currupt

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [9033e68b120609c2817915b9b6c024a395f09280]

        CWS-TOOLING: integrate CWS ab76_a11y 2009-09-23 14:26:25 +0200 ab  r276390 : #i14102# Expanded/Collapsed state support

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [618a4653360de8d1584d9ece2288b475054eac78]

        CWS-TOOLING: integrate CWS jl135_nss 2009-10-01 15:20:03 +0200 jl  r276605 : #1004856# moved to xmlsec1-mingw32.patch 2009-10-01 10:51:24 +0200 jl  r276580 : #1004856# build keymgr with mingw 2009-10-01 10:50:52 +0200 jl  r276579 : #1004856# build keymgr with mingw 2009-10-01 10:37:28 +0200 jl  r276578 : #1004856# do not build xmlsec1 app 2009-09-29 16:01:31 +0200 jl  r276532 : #1004856# Using libxml2 from solver if available 2009-09-26 16:31:32 +0200 jl  r276477 : #i104856# xmlsec1-mscrypto-1 is now xmlsec1-mscrypto 2009-09-25 17:05:26 +0200 jl  r276470 : CWS-TOOLING: rebase CWS jl135_nss to trunk@276429 (milestone: DEV300:m60) 2009-09-24 12:57:10 +0200 jl  r276419 : #i104856# libxmlsec update 2009-09-24 12:46:58 +0200 jl  r276418 : #i104856# fixing mac configure problem in configure.in and regenerating configure 2009-09-23 16:49:54 +0200 jl  r276405 : i#104856# configure failed on mac 2009-09-23 10:21:35 +0200 jl  r276369 : #i104856# adapting patches to apply cleanly and readme change 2009-09-21 13:45:47 +0200 jl  r276326 : #i104856 updating to 1.2.12, using changes patches from cmc made on xmlsec1_2_12 2009-09-21 11:27:46 +0200 jl  r276319 : #i105183# forget to uncomment PATCH_FILES 2009-09-18 17:41:20 +0200 jl  r276296 : #i105183# update of nss libs

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [437dec1c7fd281cdf8a8ba8fb973022a9096525c]

        CWS-TOOLING: integrate CWS jl135_nss 2009-10-01 15:20:03 +0200 jl  r276605 : #1004856# moved to xmlsec1-mingw32.patch 2009-10-01 10:51:24 +0200 jl  r276580 : #1004856# build keymgr with mingw 2009-10-01 10:50:52 +0200 jl  r276579 : #1004856# build keymgr with mingw 2009-10-01 10:37:28 +0200 jl  r276578 : #1004856# do not build xmlsec1 app 2009-09-29 16:01:31 +0200 jl  r276532 : #1004856# Using libxml2 from solver if available 2009-09-26 16:31:32 +0200 jl  r276477 : #i104856# xmlsec1-mscrypto-1 is now xmlsec1-mscrypto 2009-09-25 17:05:26 +0200 jl  r276470 : CWS-TOOLING: rebase CWS jl135_nss to trunk@276429 (milestone: DEV300:m60) 2009-09-24 12:57:10 +0200 jl  r276419 : #i104856# libxmlsec update 2009-09-24 12:46:58 +0200 jl  r276418 : #i104856# fixing mac configure problem in configure.in and regenerating configure 2009-09-23 16:49:54 +0200 jl  r276405 : i#104856# configure failed on mac 2009-09-23 10:21:35 +0200 jl  r276369 : #i104856# adapting patches to apply cleanly and readme change 2009-09-21 13:45:47 +0200 jl  r276326 : #i104856 updating to 1.2.12, using changes patches from cmc made on xmlsec1_2_12 2009-09-21 11:27:46 +0200 jl  r276319 : #i105183# forget to uncomment PATCH_FILES 2009-09-18 17:41:20 +0200 jl  r276296 : #i105183# update of nss libs

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [0384cda2452819b00557452962599b0caab165c2]

        CWS-TOOLING: integrate CWS jl135_nss 2009-10-01 15:20:03 +0200 jl  r276605 : #1004856# moved to xmlsec1-mingw32.patch 2009-10-01 10:51:24 +0200 jl  r276580 : #1004856# build keymgr with mingw 2009-10-01 10:50:52 +0200 jl  r276579 : #1004856# build keymgr with mingw 2009-10-01 10:37:28 +0200 jl  r276578 : #1004856# do not build xmlsec1 app 2009-09-29 16:01:31 +0200 jl  r276532 : #1004856# Using libxml2 from solver if available 2009-09-26 16:31:32 +0200 jl  r276477 : #i104856# xmlsec1-mscrypto-1 is now xmlsec1-mscrypto 2009-09-25 17:05:26 +0200 jl  r276470 : CWS-TOOLING: rebase CWS jl135_nss to trunk@276429 (milestone: DEV300:m60) 2009-09-24 12:57:10 +0200 jl  r276419 : #i104856# libxmlsec update 2009-09-24 12:46:58 +0200 jl  r276418 : #i104856# fixing mac configure problem in configure.in and regenerating configure 2009-09-23 16:49:54 +0200 jl  r276405 : i#104856# configure failed on mac 2009-09-23 10:21:35 +0200 jl  r276369 : #i104856# adapting patches to apply cleanly and readme change 2009-09-21 13:45:47 +0200 jl  r276326 : #i104856 updating to 1.2.12, using changes patches from cmc made on xmlsec1_2_12 2009-09-21 11:27:46 +0200 jl  r276319 : #i105183# forget to uncomment PATCH_FILES 2009-09-18 17:41:20 +0200 jl  r276296 : #i105183# update of nss libs

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [458b43715fe289804a0bd8889e8709a72a8ac90e]

        CWS-TOOLING: integrate CWS calc32stopper2 2009-10-01 12:42:16 +0200 dr  r276592 : #i104992# and more typos... 2009-10-01 12:42:13 +0200 nn  r276591 : #i105512# SetDocOptions: update number formatter if it already exists 2009-09-30 19:03:58 +0200 dr  r276573 : #104992# oops, forgotten to skip a byte 2009-09-30 16:07:17 +0200 dr  r276560 : #i103540# check valid vector size 2009-09-29 14:20:45 +0200 dr  r276529 : dump some more BIFF records 2009-09-29 13:00:22 +0200 dr  r276526 : dump some more BIFF records 2009-09-28 14:34:14 +0200 dr  r276490 : #i104057# missing exception file 2009-09-28 10:35:42 +0200 dr  r276483 : #i105325# set correct format while opening zip package 2009-09-25 19:07:32 +0200 dr  r276475 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 19:06:46 +0200 dr  r276474 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 17:37:28 +0200 dr  r276472 : #i105219# missing include 2009-09-25 12:32:24 +0200 dr  r276435 : #i10000# rebase error: renamed variable 2009-09-25 11:34:53 +0200 dr  r276431 : CWS-TOOLING: rebase CWS calc32stopper2 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 18:59:23 +0200 dr  r276427 : 160550# preserve write-protection password in roundtrip 2009-09-24 18:54:43 +0200 dr  r276426 : 160550# preserve write-protection password in roundtrip 2009-09-22 11:38:17 +0200 dr  r276353 : #160550# the property has to be integer of course 2009-09-21 18:52:06 +0200 dr  r276342 : #160550# new internal property WriteProtectinPassword 2009-09-21 18:22:40 +0200 dr  r276340 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-21 18:11:00 +0200 dr  r276338 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-17 20:07:33 +0200 dr  r276255 : #i104057# BIFF5/BIFF8: order of sheet substreams may be different to sheet order, use stream offset provided in SHEET records

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [3da9b5d151a9b0a7072e3092fbce728abb99302a]

        CWS-TOOLING: integrate CWS calc32stopper2 2009-10-01 12:42:16 +0200 dr  r276592 : #i104992# and more typos... 2009-10-01 12:42:13 +0200 nn  r276591 : #i105512# SetDocOptions: update number formatter if it already exists 2009-09-30 19:03:58 +0200 dr  r276573 : #104992# oops, forgotten to skip a byte 2009-09-30 16:07:17 +0200 dr  r276560 : #i103540# check valid vector size 2009-09-29 14:20:45 +0200 dr  r276529 : dump some more BIFF records 2009-09-29 13:00:22 +0200 dr  r276526 : dump some more BIFF records 2009-09-28 14:34:14 +0200 dr  r276490 : #i104057# missing exception file 2009-09-28 10:35:42 +0200 dr  r276483 : #i105325# set correct format while opening zip package 2009-09-25 19:07:32 +0200 dr  r276475 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 19:06:46 +0200 dr  r276474 : #i104992# handle cell styles built-in in Calc correctly 2009-09-25 17:37:28 +0200 dr  r276472 : #i105219# missing include 2009-09-25 12:32:24 +0200 dr  r276435 : #i10000# rebase error: renamed variable 2009-09-25 11:34:53 +0200 dr  r276431 : CWS-TOOLING: rebase CWS calc32stopper2 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 18:59:23 +0200 dr  r276427 : 160550# preserve write-protection password in roundtrip 2009-09-24 18:54:43 +0200 dr  r276426 : 160550# preserve write-protection password in roundtrip 2009-09-22 11:38:17 +0200 dr  r276353 : #160550# the property has to be integer of course 2009-09-21 18:52:06 +0200 dr  r276342 : #160550# new internal property WriteProtectinPassword 2009-09-21 18:22:40 +0200 dr  r276340 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-21 18:11:00 +0200 dr  r276338 : #i104057# load sheets substreams according to offsets in SHEET records 2009-09-17 20:07:33 +0200 dr  r276255 : #i104057# BIFF5/BIFF8: order of sheet substreams may be different to sheet order, use stream offset provided in SHEET records

2009-10-14  Kurt Zenker  <kz@openoffice.org>  [d245c6c40f4107c0fe757671de584da0c46fa624]

        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  Kurt Zenker  <kz@openoffice.org>  [f5463072488be735e80f463b412c927eb4b9c467]

        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  Kurt Zenker  <kz@openoffice.org>  [dd56868847b623a81d3cccaa706cd821b9f4cb68]

        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  Kurt Zenker  <kz@openoffice.org>  [c7d108a1ae2ca4b4ccfe1d5237031f088853555c]

        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>  [dd366067b55b19ecc2b61c566a7f214ad16638e3]

        #i105835# removing explict flushes in comphelper as logging::Logger handles flushing

2009-10-14  Björn Michaelsen  <b_michaelsen@openoffice.org>  [0c9f311b9ea1b74dceee3f2806527cad1e9ba999]

        #i105835# logging::Filehandler::flush flushes, logging::Logger::publish flushes all handlers

2009-10-14  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [b4d6bef1c269e6e7b78e3f713e7f17d863a10434]

        #i104877# handle MetaFloatTransparentAction better in flat transparency case

2009-10-14  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [c11c8f2ffbe8f12643fa349aece8942a8e52e535]

        #i104877# handle MetaFloatTransparentAction better in flat transparency case

2009-10-14  Björn Michaelsen  <b_michaelsen@openoffice.org>  [244d10c2e6771455b557e91baf43b4d950a5d417]

        #i105835# flushing filehandler in uieventslogger after each logged record because of buffered i/o

2009-10-14  Björn Michaelsen  <b_michaelsen@openoffice.org>  [6b43d60ce9427f002ebaab11da48e5c17fb9e7de]

        #i105835# loading the user feedback log readonly with the csv-filter (no need for an import dialog)

2009-10-14  Oliver Düsterhoff  <od@openoffice.org>  [e7a5d9d3e189590ee054f2ec84d649e35a5a267e]

        #i105571# method <SwFntObj::GetCrsrOfst(..)>           - skip character cells also for CJK

2009-10-14  Andre Fischer  <af@openoffice.org>  [5caa4326854d346e40b9d052255effa446e54513]

        #i48179# Fixed stepping back for animations with active auto_reverse.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8918d0a78627c4e85fcbc0aa6bdf2e2878dff7a2]

        slideshow1: merge with DEV300 m56

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5370d115419e969f09a7a69374d571d3e36f6481]

        slideshow1: merge with DEV300 m49

2009-10-14  Caolán McNamara  <cmc@openoffice.org>  [960f84aa4263124af712edd917d21635a7992076]

        #i105900# fix vanilla ppc64 build

2009-10-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [bbe3fead695d76d107d9b2a84d53b5c1db72428b]

        #i105655# commiting changes so far for preparing linux version

2009-10-14  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [727411be78c3ac7300caa688f8085a9952e7c85d]

        #i105655# commiting changes so far for preparing linux version

2009-10-14  Caolán McNamara  <cmc@openoffice.org>  [4fe7299cc07e7798cfcd56f8333a623b4440ca0d]

        #i105899# get ia64 to build

2009-10-14  Caolán McNamara  <cmc@openoffice.org>  [391d7904d5e81a474dc9ff12d2339a2d6260b2d2]

        #i105899# get ia64 to build

2009-10-14  Caolán McNamara  <cmc@openoffice.org>  [de5068f7eca7425dfc60ec7d63ecc33ef6dcd873]

        #i105680# remove warnings, in vb params, not inout

2009-10-14  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [021c0f0b52d7893d9497a509d3eb70b5777e1406]

        fix a windows build problem

2009-10-14  Daniel Rentz  <dr@openoffice.org>  [557814474f7c73b386fa25a189c5139ac854f616]

        wntmsci12 warnings

2009-10-14  Ocke Janssen  <Ocke.Janssen@sun.com>  [248961cceac6ce54bab79d6de1b768e92c65f8c6]

        #i105139# set visible size

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [a40883892e23f2298367d8466497f35e0818db6c]

        remove obsolete files, instead of fixing newly introduced warnings in them

2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ac04b65b486ba023b8f0cc8bb31ba8254f136c5]

        controltextrendering: merge changes from DEV300_m61

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [510329a13fabb3c8631ede58423350833410f67e]

        remove obsolete files, instead of fixing newly introduced warnings in them

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [95277b86bb7b55eb13e72aa2594174d96901476d]

        #i10000#

2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [97ca8f4680ba5d05d3bb409a48d8bf2e1d781431]

        controltextrendering: merge changes from DEV300_m61

2009-10-13  Caolán McNamara  <cmc@openoffice.org>  [3198101b113b3d55a07813a562ea01a15ff15923]

        #i15607#/#i105678# sync Solaris Intel and Solaris Sparc

2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [65f75b3b255a4db2484d88ba03fed71ba331aa81]

        #i105876# check fgets return (thanks cmc)

2009-10-13  Philipp Lohmann  <pl@openoffice.org>  [62ca52de9fdef795974d38073a36d64ed75f0991]

        #i105753# fix quickstart mode on Mac

2009-10-13  Caolán McNamara  <cmc@openoffice.org>  [fd872de237aa5d0737aa52175120fcb815b45e42]

        need the full path after all

2009-10-13  hdu  <duerr@sun.com>  [280df82edc59bc802dcb9615d98090002ddfeed6]

        #i92671# fix parsing of GSUB.cov2 subtables (thanks cmc!)

2009-10-13  Caolán McNamara  <cmc@openoffice.org>  [62137f5e987904a0dab9cd7bec1e3320d00442a5]

        #i105680# fix ia64 struct returning

2009-10-13  Daniel Rentz  <dr@openoffice.org>  [620d99d825221ba06276ea3c6144ffd604ee7bc0]

        missing exceptions file

2009-10-13  sb  <sb@openoffice.org>  [d02b19b2ffddfba220cbbfee4da15093ede10d84]

        #i105059# removed PYTHONPATH from build environment

2009-10-13  Daniel Rentz  <dr@openoffice.org>  [8dc2dfea882ac43277bfabbfb3e2e9b011dee40c]

        missing exceptions file

2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [04ee83054bd6b805262d7e0feba400da13b0c303]

        #i105822# leave printer in correct state in both cached and uncached case of getFilteredPageFile

2009-10-13  Kai Sommerfeld  <kso@openoffice.org>  [877d9928899d6818c262843f626d2783bd888561]

        #i105738# - corrected check for system credentials availability logic.

2009-10-13  Daniel Rentz  <dr@openoffice.org>  [a0cf30a3798291a310c12a9fbcbc06c00d755c0c]

        unx warning

2009-10-13  sb  <sb@openoffice.org>  [4e9db26ac86b8e140cc90094d0ab38cfed964e15]

        #i105348# get rid of LinuxThread-specific code (NPTL define)

2009-10-13  sb  <sb@openoffice.org>  [d763f15f1f81872d6fd0f9a10d10b90238ed2b23]

        #i105348# get rid of LinuxThread-specific code (NPTL define)

2009-10-13  Release Engineers  <releng@openoffice.org>  [3052ee591e553dac43528f992de5651abca42dc5]

        #i10000#

2009-10-13  sb  <sb@openoffice.org>  [a27762592f7f86d935275ab3dbaa673c701aaaa9]

        #i105803# removed reference to obsolete com.sun.star.tools.uno package (patch by cmc)

2009-10-13  Release Engineers  <releng@openoffice.org>  [9668fa68fa0f3631c1fad61c9acbb497f3c586ce]

        #i10000#

2009-10-13  sb  <sb@openoffice.org>  [d280fada4056f6e1a9db7b4f6adf58c547864270]

        #i105639# made two functions const (patch by cmc)

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [b069c118803f3d63d5a2c0f90925ce87324fca2c]

        #i10000#

2009-10-13  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [da090fbc35805969d00cef772108fa5be756d331]

        #i65491# move first page features to document setup

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [aba606ba5eceadb69462ba3463d1094de875c01a]

        #i10000#

2009-10-13  Frank Schönheit  <fs@openoffice.org>  [5930e250f6b3a8e50152150d391b068c9761f2f0]

        #i10000#

2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c50a949dfc9d61c4f2c29b2353539dcd6ae91a1]

        controltextrendering: merge changes from DEV300_m61

2009-10-13  Daniel Rentz  <dr@openoffice.org>  [fd5ee55b7b9ca4ce23c88b66c75d04b178a21891]

        missing virtual dtor

2009-10-13  Daniel Rentz  <dr@openoffice.org>  [489990ac09074893be132200c181e0ac1cbe2817]

        missing virtual dtor

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae007c30f32bf2b30aa2aa84175618d42800311]

        koheidatapilot03: merge with DEV300_m60

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0044fd338d9e51c5d2cf69260d2dedb986589992]

        koheidatapilot03: merge with DEV300_m57

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c6cda4e38b13dc3d634f0922a734258ab153ab9]

        koheidatapilot03: merge with DEV300_m56

2009-10-13  Caolán McNamara  <cmc@openoffice.org>  [eff1950b3e7871a9a186dc2d6efe1c0c55a8a858]

        #i105680# add struct returning bridge tests to vb as well

2009-10-13  Ocke Janssen  <oj@openoffice.org>  [ad7c9894af526fead64f1d134ec38172b105546f]

        #i105825# throw exception when database was written by newer version

2009-10-12  Michael Stahl  <mst@openoffice.org>  [ae6f81cd682da97b159a1dbef44e9dcee6c4f38c]

        #i105826#: SfxDocumentMetaData.cxx: fix re-initialization of user-defined props

2009-10-12  Kurt Zenker  <kz@openoffice.org>  [d70426ba8185acccb41da5411b58286a3f7d6ff3]

        

2009-10-12  Daniel Rentz  <dr@openoffice.org>  [27472f118a27c8b5b7e6396c9b219645bb0e3402]

        missing usings

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [926e8449b3a50bf790e1e8049c6466e097421444]

        koheidatapilot03: merge with DEV300_m60

2009-10-12  Caolán McNamara  <cmc@openoffice.org>  [bf9defceee8cef7a167dae7eed7f9b5a9c50a609]

        #i105828# clear -Wp,-D_FORTIFY_SOURCE=2 warnings

2009-10-12  Ocke Janssen  <oj@openoffice.org>  [081fab2c4e7de3c04300e5e19e85518c04150231]

        #i105724# check tDisplayCondition

2009-10-12  Frank Schönheit  <fs@openoffice.org>  [4b3b7e709bf9b3aa3504685c6688470ca97d4db8]

        #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties

2009-10-12  Mathias Bauer  <mba@openoffice.org>  [9a4d0581c72653e60562d1b8e2121772d21f8a9e]

        #i103496#: move SysLocale stuff to unotools

2009-10-12  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [1f8c7028f642e995945eb0d3f70a13ac5267aad1]

        solve rebase problems

2009-10-12  Caolán McNamara  <cmc@openoffice.org>  [f98b1af577cb875edd04ef02f6ed08454b451eba]

        #i105680# add c# tests

2009-10-12  Noel Power  <npower@openoffice.org>  [7fc115be4cbdd17397b05efcaa45884eebcfc3ff]

        logs should be generated not saved

2009-10-12  Caolán McNamara  <cmc@openoffice.org>  [e1a0ec139488cddf616bdb5756d925e6c842a604]

        #i15607#/#i105678# get Solaris Intel to behave the same as Solaris Sparc in testtools python bridgetest

2009-10-12  Frank Schönheit  <fs@openoffice.org>  [81d2ec9f692dd263f09e0c8f1697c72783522985]

        since tags

2009-10-12  os  <os@openoffice.org>  [4e525deca576c2678cd5ace6095415ef41968875]

        #i105687# enable number format for custom date/datetime/time data

2009-10-12  os  <os@openoffice.org>  [542fd3d674db56a676df824b341655833096fc71]

        #i105687# enable number format for custom date/datetime/time data

2009-10-12  os  <os@openoffice.org>  [59cfb5db4135f4e57e40143cb03f944982c6eff8]

        date time order fixed

2009-10-11  Caolán McNamara  <cmc@openoffice.org>  [f37b1b41a8bc249aabb44ac474452c590fcc68b2]

        #i105680# add SAL_CALL

2009-10-10  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [714f87b1d8e5e8863cc61e7c6202afe8ddcc8e71]

        use access method

2009-10-10  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [eca1b69c7f9f5d4a4966a19afdaa2c353e289ba0]

        SfxPrintAsync_Impl moved out in printerpullpages

2009-10-10  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [c51056b55e537374e1b279df87221deb06c144c8]

        add exceptions to printer.cxx

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [e0cea8e136b36724c6b1298e6546a4dbb8f09d00]

        #i103496#: SolarMutex in tools

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [b1b5009015a70525edc7515d4f9723d53788aafc]

        #i103496#: unused code removed

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [83e74faedcb1204f33db435c63fca13fbd0011b7]

        #i103496#: forgot include

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [074a6a2e1665983e5e9961c85a38b49c146a672c]

        #i103496#: SysLocale moved to svl

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [0d72425b5d030c5764d9564ce89110a2acb9de95]

        #i103496#: cleaned up invalid build

2009-10-09  Mathias Bauer  <mba@openoffice.org>  [4144a829f8de37c0b6c61715823cfef90e858713]

        #i103496#: removed unneccessary vcl include

2009-10-09  hb  <hbrinkm@openoffice.org>  [369c78c8b16016dc55842ee25aaa819d8297bf4b]

        use TableProtocol when resolving Table

2009-10-09  hb  <hbrinkm@openoffice.org>  [c12e67b6408624e16874d0f4a6805a80a282503a]

        new class TableProtocol

2009-10-09  hb  <hbrinkm@openoffice.org>  [46fcb5291e39993a936d75812fd66ce247260927]

        logging of some property sets is handled by PropertiesProtocol now

2009-10-09  Ivo Hinkelmann  <ihi@openoffice.org>  [158874c844891e5576267d40d1d6a80c23b6264c]

        #i10000# #i105663# reenabled dep on py

2009-10-09  Ivo Hinkelmann  <ihi@openoffice.org>  [c470cb84a135c5e0793a3e52a79f2663c28f371c]

        #i10000# #i105663# reenabled dep on py

2009-10-09  hb  <hbrinkm@openoffice.org>  [de9a3e26a7695fa0fcc5b5d2dc8c04ae540ccd3a]

        use PropertiesProtocol when resolving OOXMLPropertySet

2009-10-09  Michael Stahl  <mst@openoffice.org>  [37cafacf3e7bbdf5c77f2011bd32a953549b0a72]

        #i97029#: SfxDocumentMetaData.cxx: properly support Date properties

2009-10-09  Michael Stahl  <mst@openoffice.org>  [609de6a8feea12300005a6b8f4dc29fc00fd2697]

        #i97029#: sax::Converter: add convertDateOrDateTime() and convertDate()

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [4f5382234bbfe68637955d2f0148db1d96677f9b]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [716c3c8ca0a6800b942cd816f8cc380e6e9f2724]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ee5f167fdf02dc33b9bbe2ca6b2c30f9ca353b5b]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9c7ff3366b2c1aff1cdcf3e3b25670f805271c48]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [1b1fd953c68200a08340b9d6c6d0fc374fc756c5]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [82690afb95ae7951714df04f2b8d452ef1b96157]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [d88ebf2a370a4ad1bdc489275135f4b92e0881ca]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [ccf233c1da563d73bf4efa3ea2f1e90bdd94815d]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [12825a24bead1fa33fde9af7d05a598512cfd0bf]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [834e45248a6fa97d8b0246c2ce8666ffd9c3cf6b]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [2231280aac5054a14f95716659905e9d0af81ee5]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [e0d3874aec6ebdee32e3fae26f91596cc14f4f22]

        merge with m61

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [02a9bf4e43059aeac60b8cc8ae7e98c98df96f92]

        merge with m61

2009-10-09  Rüdiger Timm  <rt@openoffice.org>  [e04d800a514e33cc58b67d4d257c625b3263008b]

        #i105690# Patch by mux2005: fix compile error in module oovbaapi when building with --disable-vba. And, sorry, my previous (r276809) commit had the wrong issue ID: that openssl stuff is #i105699#.

2009-10-09  hb  <hbrinkm@openoffice.org>  [97272aaa4982e8c5ddebbfa26dfa19fea78a9929]

        New class PropertiesProtocol.

2009-10-09  hb  <hbrinkm@openoffice.org>  [54f12dcc7987b246c845cc7d6f98811992acd6e0]

        Do not do anything in constructor/destructor of StreamProtocol.
        
        It desturbs the structure of the protocol XML.
2009-10-09  Rüdiger Timm  <rt@openoffice.org>  [94fb4f0e7a46d03e57da9156188201882d967aa6]

        #i105697# Patch by pjanik: Use 'linux-generic64' to configure openssl.

2009-10-09  Rüdiger Timm  <rt@openoffice.org>  [80e6769f869bd7b42ed5b550751ab9840758244d]

        #i105697# Patch by pjanik: Add missing dependency to stoc/prj/build.lst.

2009-10-09  Caolán McNamara  <cmc@openoffice.org>  [778f3b8bf582b1b6880ac711570026c55c5a5f6d]

        #i104030# wrong encoding for string

2009-10-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [6c5d7c1a2c9932974f17fb36ed12f467590d220e]

        fix an erroneously committed merge conflict

2009-10-09  os  <os@openoffice.org>  [cdfba51c8e577750050d4f564416e6113d642f41]

        unused variable removed

2009-10-09  Michael Stahl  <mst@openoffice.org>  [c3b681c70b805eb4a05f39f6af26ae6f2a30db8f]

        #i97384#: apply patch from majun51

2009-10-09  Michael Stahl  <mst@openoffice.org>  [2a859bcf2fcfa827aa9a7565133897fe71129b50]

        #i96786#: SwDoc::UpdateDocStat(): do not set modified flag on Doc/Shell

2009-10-09  Michael Stahl  <mst@openoffice.org>  [6c3f7990afb7a26942f8d8b81733414bddf72710]

        #i100658#: SwDocInfoField::Expand(): do not add properties that are not found

2009-10-09  Michael Stahl  <mst@openoffice.org>  [8be417c210fdb1597079fe8eb8232c8c15c6531a]

        #i105649#: SfxDocumentInfoItem::UpdateDocumentInfo():  do not remove non-removeable properties

2009-10-09  Michael Stahl  <mst@openoffice.org>  [776129a5502ac77dc6a365231a24f2f975fa5608]

        #i105649#: OOXMLDocPropHandler::AddCustomProperty():  add properties as REMOVEABLE, not TRANSIENT!

2009-10-09  Frank Schönheit  <fs@openoffice.org>  [effe5b082a41445ae2866797b4f1022c2f431a62]

        #i105712# re-introduce XUnoTunnel

2009-10-09  Ocke Janssen  <oj@openoffice.org>  [7611eaa1ef0cf89e96e1c30c92b10a7e2737b7ee]

        #i105716# end chars with 0

2009-10-09  sb  <sb@openoffice.org>  [2df020e247a9dbaaf83009272f9d5e16764f5c73]

        merged in to-the-side fix 47e325193a24

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [3469c30258f7e6718efdb7d7bcbc8fc63c60f6ef]

        #i103496#: svt.uno.misc library was incorporated into svl library

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [cac5ec7effaae0f1f25758cf2f4fe94846a21b9a]

        #i103496#: have SolarMutex in tools

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [783f6bc38bef24395da863e2b714ba51b58eb995]

        #i103496#: some symbols moved from svt to svl

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [62c0e0c6b18e5e7a9d0ce9d6c53f4c3b1ba5204e]

        #i103496#: make svtools buildable

2009-10-08  hg  <hg@oosvn01.>  [aa85120e1b3c26f50bd488df1ee3b5635b5afc6c]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [6c454a61745f73825b843a24a912c2976d1308e5]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [090a9bc7660a4ad381128fa93fae9967b9da028e]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [af31f0979b781b748b0d9a639081155546b38457]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [8977d156463a5b1c9ba9f6cd66baf0459811c4bc]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [b5ce60538dd97bb1265c2a69ea050bb62bcefb72]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [90631ceb76c032e182db62df387688a97cf94f12]

        merge with m55

2009-10-08  hg  <hg@oosvn01.>  [f7135f19cb41cffba6d2990e3c36f1008d7dcdab]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [86ed5ef4e9723bfaf9ae1f020d4dd295dd8f3c50]

        merge with m53

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [e595f151ec4496dd3ca5983cfac6e9fe79097db2]

        #i105736# remove -fno-use-cxa-atexit

2009-10-08  hg  <hg@oosvn01.>  [04625b6013f6acd99c9bb07039c0dab516f45bb8]

        merge with m50

2009-10-08  hg  <hg@oosvn01.>  [27c1b863dfb81a1b0ef813dc583ba9c44130cac8]

        merge with m50

2009-10-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [d31f8767523a22e5038bf7bc26e1f7d9ce25d16c]

        #i105459# enhanced circles/ellipes for more mathematical correctness

2009-10-08  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [f678fbae66d80e762faa29e7ab0fe3703f005275]

        #i105459# enhanced circles/ellipes for more mathematical correctness

2009-10-08  hg  <hg@oosvn01.>  [814e7350af0c014c6f6b5903263a5c7c1197e8d4]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [e6102de55b8255e470a2d784820d154abbce5a05]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [71d062974113ec63265931a77ccd4fc37e88bf4d]

        merge

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [80a5eff607808252c7fa7024793d445191d928a5]

        #i103496#: make svl buildable with internal inc/svl directory

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [e935f69bb56c0ccfdc91edde0bc48c6b56796edf]

        #i105732# low hanging warnings, logic unchanged

2009-10-08  hb  <hbrinkm@openoffice.org>  [ec1a9907184e80164f279e232e529fc5eb5b79fc]

        use StreamProtocol in OOXMLFastDocumentHandler

2009-10-08  hb  <hbrinkm@openoffice.org>  [f8f987734e3a4c401a352a4369023d42937f8c85]

        contain a Stream * instead of Stream::Pointer_t, info()

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [cf2b56f39d57c62b17c444025f8dfe14e6149cba]

        #i103496#: make svl buildable

2009-10-08  sb  <sb@openoffice.org>  [0516edd8931507e2cb2cb6a805cb4314ad3e0adf]

        #i101955# removed unused method (warned about by GCC)

2009-10-08  hb  <hbrinkm@openoffice.org>  [ba457fa95d5dc3dd00e2a92757f1e492d39b5996]

        added new class writerfilter::StreamProtocol: a proxy for Stream that logs actions to a TagLogger

2009-10-08  os  <os@openoffice.org>  [ebd43b03d516d0d2ee06d9f00cfc884aa81e5631]

        #i105687# enable number format for custom date/datetime/time data

2009-10-08  os  <os@openoffice.org>  [69470f3410fe804616084c8087e571e20a3671f5]

        #i105687# enable number format for custom date/datetime/time data

2009-10-08  os  <os@openoffice.org>  [d1a69615e6f186332387fcdb1b4aaae702f04dc6]

        old comment removed

2009-10-08  os  <os@openoffice.org>  [221c53041936ce89f1c364fb4d50842cfe4229fd]

        #i97029# custom fields: Date/DateTime/Time support

2009-10-08  sb  <sb@openoffice.org>  [fbde178230676dadcb36eccfb596abd88860e280]

        merged in DEV300_m61

2009-10-08  sb  <sb@openoffice.org>  [c271bbe72d007c05e2c770eaa77c1e99b92bffc4]

        merged in DEV300_m61

2009-10-08  sb  <sb@openoffice.org>  [3d620c7409da60e97d6e7f23ee10eaaaf99e6462]

        merged in DEV300_m61

2009-10-08  sb  <sb@openoffice.org>  [9e8ddb68044153f15a2f6e5f3a484bc07d5837d9]

        merged in DEV300_m61

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [18a0e449e64e90fb044257c9e0b29d101299bcf7]

        #i105678# protect against PYTHONPATH going away

2009-10-08  Mathias Bauer  <mba@openoffice.org>  [e6b4345c7f4026cb9b3e8dee6ecc84b3531e1950]

        #i103496#: split svtools in two libs, depending on whether the code needs vcl or not

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [54b3e9e4c3cf2da4158fcb03efe7de2a6d06171c]

        #i105680# might as well remove bridgetest_inprocess as we'll run its original content during the build

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [52da3422e45f201a06aad88dfef80ee8d155750d]

        #i105680# add struct returning bridge tests and run them during the build

2009-10-08  Caolán McNamara  <cmc@openoffice.org>  [d5c2cf42ec4f20ffebb7832f572af7f225ef4ec8]

        #i105678# make testtools bridge-test work again after lib and path changes

2009-10-08  Noel Power  <npower@openoffice.org>  [f9baeb9ab8ef6239238d440f53721107bdb2c297]

        visibility=true ( fixes wae in vbashape.cxx )

2009-10-07  Philipp Lohmann  <pl@openoffice.org>  [c991f55f85fc9b448d9741726bffbdebc4344605]

        #i105695# do not miss cleanup of m_pPrintUIOptions and m_pRenderData

2009-10-07  Philipp Lohmann  <pl@openoffice.org>  [280c91547547808fae0def1eeb47079c65570a0b]

        #i105265# pass correct number of options

2009-10-07  Philipp Lohmann  <pl@openoffice.org>  [c9bcf9f449b11e500cf5261dcc75f768463af69f]

        #i105596# Notes are nowadays called Comments

2009-10-07  hb  <hbrinkm@openoffice.org>  [5544fed65264881042de5f4f30003bc02f638541]

        ran modelcleanup

2009-10-07  hb  <hbrinkm@openoffice.org>  [fb594a758cb8d89e5cc419a5189c90778f2eb558]

        added handling for actions on attributes
        
        changed writerfilter/source/ooxml/OOXMLFactory.cxx
        
        OOXMLFactory::attributes:
        call attributeAction on factory for each attribute
        
        changed writerfilter/source/ooxml/OOXMLFactory.hxx
        
        new: void attributeAction(OOXMLFastContextHandler * pHandler, Token_t nToken, OOXMLValue::Pointer_t pValue);
        
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
        
        new: void OOXMLFastContextHandler::setXNoteId(OOXMLValue::Pointer_t pValue)
        changed signature: void OOXMLFastContextHandlerXNote::checkId(OOXMLValue::Pointer_t pValue)
        
        changed writerfilter/source/ooxml/factory_ns.xsl
        
        new in factorydecl: declaration of attributeAction
        
        changed writerfilter/source/ooxml/factoryimpl_ns.xsl
        
        new: implementation of attributeAction
        moved here: factorycreateelementmapfromstart
        
        changed writerfilter/source/ooxml/factorytools.xsl
        
        moved from here: factorycreateelementmapfromstart
        
        changed writerfilter/source/ooxml/model.xml
        
        removed unhandled action "checkXNoteType"
        annotated "footnotes", "CT_Footnotes", "endnotes", "CT_Endnotes"
2009-10-07  hb  <hbrinkm@openoffice.org>  [23d014057e84b4b31d193e985764ee6c0ae8db07]

        added example files for footnotes/endnotes

2009-10-07  Noel Power  <npower@openoffice.org>  [84d1ba201c11ae58874953ab12df6b5aba20d714]

        fix selection issue

2009-10-07  Noel Power  <npower@openoffice.org>  [d8bf9b91b408d63145ca45a8a4517649fb0ce424]

        warning as error fixes

2009-10-07  Noel Power  <npower@openoffice.org>  [8dc5bfac10ba6616dc1269ae4102c3bb4ef21d46]

        warning as error fixes

2009-10-07  Noel Power  <npower@openoffice.org>  [e202191f2b4fb8dba1288502dd2fade732638019]

        warning as error fixes

2009-10-07  Dirk Völzke  <dv@openoffice.org>  [ee395cc711f6edcdc1d5a81aaa7c57cc9ef7255a]

        #i105452# Added alternative service names for the throbber

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [263ce943b1d1eb535c6ee0f59f6e73e17916d9e1]

        dv12: Merge with DEV300_m56

2009-10-07  Dirk Völzke  <dv@openoffice.org>  [6d046e40834d8c0abb7aa97dabc096d721321883]

        #i105452# Added 'since' tag and published throbber service

2009-10-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [407f7ae14844d0e55b9f0f87a19a7208762b05ed]

        #i105323# added FastPath for 3D scene HitTest for 3d CustomShapes by re-using the buffered last render result from the ScenePrimitive2D

2009-10-07  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a6d693d98547c8aa172b5044c36b71160f8ad8f7]

        #i105323# added FastPath for 3D scene HitTest for 3d CustomShapes by re-using the buffered last render result from the ScenePrimitive2D

2009-10-07  hb  <hbrinkm@openoffice.org>  [24e5bbb77e14465a8212a9979523efbbbdda490f]

        example document for headers/footers

2009-10-07  Frank Schönheit  <fs@openoffice.org>  [fcac7b7672113ec68f90ab4443bc8a920a59ab34]

        #i10000#

2009-11-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [55ac3ce82f56ff6fdd57174d12a501535f0eed25]

        controltextrendering: merge changes from DEV300_m61

2009-10-07  Thomas Lange  <tl@openoffice.org>  [dba84e79fc20ced9af1243f4f6ba7f7c0eaee170]

        merge problem fixed

2009-12-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc55da50aa7b9d712223730b1560e82ad5949699]

        tl74: merge with DEV300 m60

2009-10-06  Caolán McNamara  <cmc@openoffice.org>  [acbe032eb0ffca6e7b159e90348a9b004d0924c5]

        #i98028# fix warning after fixing SmallStruct and AllFloats

2009-10-06  Thomas Benisch  <tbe@openoffice.org>  [5a4bff35861e2ecad52a6fbb056028a5e1224f5a]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-06  Caolán McNamara  <cmc@openoffice.org>  [8d4bb4276d78356cb15cf3d6d9c35eb3eb2ee3d1]

        #i98028# SmallStruct and AllFloats

2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [7ce42df277b1f276c844ab416242445a289c77f5]

        rebase to m61

2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9e358b6fb508b09f9c5a7704590f8849d947f4cb]

        rebase to m61

2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [5d6c6c435f1728be42ffa4f45d705b9d7b19e78a]

        rebase to m61

2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [a5ea4e4b8f9eaa27805204067a4d3deed178f21c]

        rebase to m61

2009-10-06  Caolán McNamara  <cmc@openoffice.org>  [c4989e147f02f0c39e3cdaa9be4223d4fa4b438a]

        #i105302# allow build with -mfloat-abi=softfp -mfpu=vfp

2009-10-06  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [fdf3420369d17bf418872a86848c0abe346e6c0b]

        #i105613# catch exceptions in accessibility event handler (thanks cmc)

2009-10-06  Thomas Benisch  <tbe@openoffice.org>  [2ae7f63bebe17dbcfb02d2219971aecc91a78820]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-06  os  <os@openoffice.org>  [8a4f6d437303bb1ae38f18a1019f8c5bdfa5ab9c]

        #i105641# isRunning() removed

2009-10-06  os  <os@openoffice.org>  [a0f4c63e287165d64f1b9ecf646d1fe4498e5194]

        invalid assertion removed

2009-10-06  os  <os@openoffice.org>  [f064f5525aea957067550c006c13a725a7a9b366]

        #i105636# #i105634# SwInsChr and SwNRuleLowerLevel removed

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [5079d0966bcbc31516dea8a2e7e384269a13a8d5]

        #i103496#: move kde_headers.h from vcl to shell

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [b429c6949ce70e47538f90f5c67979b9d0ec0333]

        #i103496#: move kde_headers.h from vcl to shell

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [7e01bc8d28ffefd4539a5eae2587e1f7da0999e7]

        #i103496#: removes sfx2 dependency from linguistic

2009-10-06  mathias  <mathias@mba-tecra>  [480ff1e9c430b6e4feba8c81565a3d26267681a9]

        warnings fixed

2009-10-06  mathias  <mathias@mba-tecra>  [5188cb70d91a84a41c7496857c812408e3893bec]

        warning fixed

2009-10-06  Release Engineers  <releng@openoffice.org>  [fbbc2562b306236d69832e5c0dc2076d5946c640]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [dbdd72774fe0289f7a0f2e434ab8d561f6492895]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [2370bd30ffa57f98a94c9ffc0a9327be20bc4fe7]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [6107d76a57d3d5f5e0303d049558eb613ed33ae5]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [9b9d44ee50a38180c2451ca527bf7b9f6f46f0fe]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [49d596bd5d1b5e0a1e02d74a51aab207410abae4]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [cdc081ea0e30b4ffc1ad7cb8453c259fdf628eb0]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [d3e2338ff60d4b3c98be6ff84eccc1b7ceb3da3a]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [407a89402e6a10267d1004151a05a7613160b227]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [44da611a4f5d31406043f94675a950be3170e5a8]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [5c17aa5d92adb494fa5278c82aae0e88f5c38487]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [4e1053c98877fded9edb2752d6574f215f5042da]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [26fe6199380c49c6f203c639d1a0f58b0e64b02e]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [99367f9d032aa71a84417ae1e23225b6be3a70d1]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [c8d988aacfbcdbd98a26b58d0a5a71aac2744078]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Release Engineers  <releng@openoffice.org>  [806b8858c6fa1028b0d55a50ddf63f76d525b516]

        Create DEV300_m61 milestone tag from trunk@276697

2009-10-06  Vladimir Glazounov  <vg@openoffice.org>  [3b3229401ac19120e7da8de0aea1a727ab0dc5cf]

        #100000# some catch-up fixes for bserver48

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [94b766188d41dcdeff1762844d593967a7d64583]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [1dabbee147229251ea4bc4ef416c45875e17b090]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [aaa550781532849b514e1e61ace3c7db9e3db68a]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [20ade6a1d2fc888edec120f09079ed26d3bd80ff]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [1877a66691f85030f39720602590df25623485e0]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [bff284e216792b8d2a4e498beaba806eeddf844a]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [f87ee64d502aec9365d98d53d5b913f6456eae6b]

        #103496#: move VCL free ConfigItems to unotools

2009-10-06  Mathias Bauer  <mba@openoffice.org>  [eb52fad75717c6e0d16e93b39d3fb49132cf69d1]

        #103496#: move VCL free ConfigItems to unotools

2009-10-05  hb  <hbrinkm@openoffice.org>  [aa6e5f5948ea2b59580e7c1fcb140ac998c502d3]

        annotate CT_FtnEdnSepRef to handle 'footnote' in CT_FtnDocProps correctly

2009-10-05  hb  <hbrinkm@openoffice.org>  [af7241663db8d9c5896e8689f549a4c899059fc8]

        handle string attributes in factoryattributetoresourcemapinner

2009-10-05  hb  <hbrinkm@openoffice.org>  [b722e6e762ba601a3bb42f906717d6ab43119830]

        resolve CT_HdrFtrRef with correct tokenid for attribute "id"

2009-10-05  Vladimir Glazounov  <vg@openoffice.org>  [f6b5993f23a8bb69e30a16da9e14b7b2bb6a094a]

        #i10000# fix for WAE

2009-10-05  hb  <hbrinkm@openoffice.org>  [71cca00f5fc29e7dfa6e329818e299046208b70e]

        forgot to add factorytools.xsl

2009-10-05  Vladimir Glazounov  <vg@openoffice.org>  [5904262c706368dc8d4976e78f4d31c59addd593]

        #100000# define temp directory for rpm from environment

2009-10-02  Thomas Benisch  <tbe@openoffice.org>  [884d21f1e632388d5f72a94a8887069119ff6c97]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-02  Thomas Benisch  <tbe@openoffice.org>  [ff02154165d7df7b6ab79a9b5c0e1561f5117232]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-02  Thomas Benisch  <tbe@openoffice.org>  [66227dc9352f40a12e93eacae38118e82dd8ad04]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ce735411f86b57bbddfecdd89e765dfcc87700]

        chartshapes: merge with DEV300 m55

2009-10-02  Release Engineers  <releng@openoffice.org>  [6481dd7e84faf9ff588e8c7219f0072933a55089]

        DEV300

2009-10-02  sb  <sb@openoffice.org>  [6c1c735ed9ac838b41648f12da2bced3864362eb]

        #i101955# re-introduced lost ldap_value_free call; minor clean up

2009-10-02  Vladimir Glazounov  <vg@openoffice.org>  [f63565c0b51a62a3d972f9ecd98b9911776e8eb1]

        CWS-TOOLING: integrate CWS jskhgpilot4 2009-10-02 so-uprel merge CWS jskhgpilot4 2009-10-01 skotti #i104246# - Toolbar stability and fix for e_update.bas on solaris - using .notExists() 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - better close the dialog if we run into the backup 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - works locally, distributing to all other machines 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-10-01 skotti #i104246# - Tried to enhance hWaitFOrObject() - the function even had a logic-error which prevented it from working correctly (i think, going to test that) 2009-09-30 skotti #i104246# - basic_dialog_i18n_import.inc now sports better warning message if the number of languages is incorrect 2009-09-30 skotti #i104246# - Added issue-id for crash on Solaris x86 (#i105476) 2009-09-30 skotti #i105407# Added new label to the list 2009-09-30 skotti #i104246# - Added a fallback method to the original one for finding the basis-directory on UNIX/Linux 2009-09-30 skotti #i104246# - reverted removal of iSection. I still have no idea what it does but without it the results are different but not better 2009-09-29 skotti #i104246# - The OOo Improvement Program tabpage is only visible if the BUILD_SPECIAL flag is given when building the Application. In the BUILD_SPECIAL section two files are created which will not be there otherwise. In master.inc we now test for the presence of one of the files. If found, we have the OOoImp-stuff installed and the global variable is set to TRUE. In order to find the file i had to fix the retrieval routine for the gOfficeBasisPath (which had a double gNetzOfficePath hidden in the variable sFile for all Unixes). The functin probably never worked, we were just lucky that it was only used in one place. Now - for some reason - we have warnings in the g_options_applications.inc test cases which need to be resolved. I reformatted the file (some indentions were broken) and removed duplicate variable initializations (this left unfinished, iSection should be removed from the control program and be inserted into the test cases themselves so currently the test results only deliver bogus). 2009-09-28 skotti #i104601 - Another problem found: After the fully automatic creation of the hid.lst we have lost the association to the TextImport dialog, reverting back to old name FilterAuswahl 2009-09-28 skotti Experiment: Completely remove hCloseAndLooseDocument 2009-09-28 skotti Experiment: Deprecate hCloseAndLooseDocument - it does nothing else than hCloseDocument 2009-09-28 skotti #i105407# - eliminated function hOpenFileAndIgnoreMacroWarning() as it already exists as a two step variant (hFileOpen+hAllowMacroExecution). Removed readme-file from framework/tools as the content was not up to date anymore 2009-09-28 skotti #i105407# - remove unused functions 2009-09-28 skotti #i104601#, #i105407# - small fixes 2009-10-02 vg CWS-TOOLING: integrate CWS bserver48 2009-09-24 19:44:37 +0200 kz  r276428 : #160697# use source_config 2009-10-01 vg CWS-TOOLING: integrate CWS automationdev300m58cat0 2009-09-29 14:46:30 +0200 oc  r276530 : #i105448# sleep added to resolv timingproblem 2009-09-28 10:29:46 +0200 oc  r276482 : #i105404# t_ToolsMacro needs saved file 2009-09-27 10:51:09 +0200 tbo  r276478 : #105393# on MacOS X only 3 items in tools menu 2009-09-25 18:02:25 +0200 oc  r276473 : CWS-TOOLING: rebase CWS automationdev300m58cat0 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 11:06:00 +0200 hde  r276411 : save test-files locally 2009-09-23 15:40:07 +0200 hde  r276400 : deleting of autotext optimized 2009-09-23 15:39:20 +0200 hde  r276399 : Dialog 'Bereiche' opened after deleting autotext 2009-09-23 10:42:26 +0200 jsk  r276370 : Added warnlog for exceeded timeout, i want the test to warn instead of aborting. Connected issue is #i105289# 2009-09-22 10:41:22 +0200 oc  r276347 : #i105254# c_arrayconstants.inc enhanced 2009-09-21 20:37:26 +0200 tbo  r276344 : #i105249# workaround firststartwizard regression by calling hDisableQuickstarterAPI() 2009-09-17 10:55:59 +0200 wg  r276231 : i105141 2009-09-16 09:20:58 +0200 oc  r276191 : #i105109# sleeps increased 2009-10-01 vg CWS-TOOLING: integrate CWS sw32bf04 2009-09-22 Michael Stahl galobj.hxx: do not export SgaObject methods (fixes wntmsci12 build) 2009-09-21 Michael Stahl #i105149# #i93308# svx: unofield.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# #i102468# sc: servuno.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# txtflde.cxx: support docinfo field services with proper case 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::Clone(): avoid assert on clone pool default 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::~SwFmtMeta(): check if m_pMeta != 0 2009-09-18 Michael Stahl #i105179# unocoll.cxx: SwXFrames::getByName(): add missing breaks 2009-09-18 Michael Stahl dbgoutsw.cxx: explicitly convert from SwNodeIndex to SwPosition 2009-09-18 Michael Stahl galobj.hxx: export class SgaObject from svxcore, needed by unogalitem.cxx 2009-09-17 Michael Stahl #i105149# txtflde.cxx: compare text field prefix case-insensitively 2009-09-16 Michael Stahl #i105117# docdde.cxx: fix possible NULL dereference (patch by cmc) 2009-09-16 Michael Stahl #i105124# docdde.cxx: fix use-after-free bug: make _FindItem member String 2009-10-01 vg CWS-TOOLING: integrate CWS impressnotes03 2009-09-28 16:30:17 +0200 cl  r276496 : #i105382# use correct method to get master page 2009-09-28 12:23:04 +0200 cl  r276486 : #i105266# also save text on close to avoid focus trouble under linux 2009-09-25 13:59:50 +0200 cl  r276456 : #i105266# resolved a merge conflict 2009-09-25 13:57:24 +0200 cl  r276454 : #i105266# resolved a merge conflict 2009-09-25 13:51:12 +0200 cl  r276450 : #i105266# resolved a merge conflict 2009-09-25 13:40:08 +0200 cl  r276447 : #i105266# resolved a merge conflict 2009-10-01 vg 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-10-02  sb  <sb@openoffice.org>  [bb35ec279351b63104a1edbb4033693387d774b2]

        #i101955# adapted LDAP backend to new interface, dropped registry/ldap/*-attr.map files, replaced registry/data/org/openoffice/LDAP.xcu.sample with registry/oo-ldap.xcd.sample and registry/oo-ad-ldap.xcd.sample

2009-10-02  Vladimir Glazounov  <vg@openoffice.org>  [36a931bd7ffca530cd91c51326d9f021b5319bc6]

        CWS-TOOLING: integrate CWS fwk118 2009-09-22 17:19:38 +0200 cd  r276361 : #i105263# GetFileTypeIndex() uses a 1 based index 2009-09-22 11:10:29 +0200 cd  r276351 : #i105154# Fix bad element exists exception for ui configuration

2009-10-02  Vladimir Glazounov  <vg@openoffice.org>  [d4f8c54b15c1e56b024ff0156eb7577b2fd91aef]

        CWS-TOOLING: integrate CWS bserver48 2009-09-24 19:44:37 +0200 kz  r276428 : #160697# use source_config

2009-10-01  Dirk Völzke  <dv@openoffice.org>  [6bff4346455e0ad326e5fa80ddd780bd6f54319f]

        #i102123# Don't use vcl when not in main thread

2009-10-01  mathias  <mathias@mba-tecra>  [b4daa4fa3ba191fe94d4609e27df1a5e91107ea2]

        removed superfluous dependencies

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [e6c0c6f0a6fc392d3e4775cfba57cd29ed74a29e]

        CWS-TOOLING: integrate CWS automationdev300m58cat0 2009-09-29 14:46:30 +0200 oc  r276530 : #i105448# sleep added to resolv timingproblem 2009-09-28 10:29:46 +0200 oc  r276482 : #i105404# t_ToolsMacro needs saved file 2009-09-27 10:51:09 +0200 tbo  r276478 : #105393# on MacOS X only 3 items in tools menu 2009-09-25 18:02:25 +0200 oc  r276473 : CWS-TOOLING: rebase CWS automationdev300m58cat0 to trunk@276429 (milestone: DEV300:m60) 2009-09-24 11:06:00 +0200 hde  r276411 : save test-files locally 2009-09-23 15:40:07 +0200 hde  r276400 : deleting of autotext optimized 2009-09-23 15:39:20 +0200 hde  r276399 : Dialog 'Bereiche' opened after deleting autotext 2009-09-23 10:42:26 +0200 jsk  r276370 : Added warnlog for exceeded timeout, i want the test to warn instead of aborting. Connected issue is #i105289# 2009-09-22 10:41:22 +0200 oc  r276347 : #i105254# c_arrayconstants.inc enhanced 2009-09-21 20:37:26 +0200 tbo  r276344 : #i105249# workaround firststartwizard regression by calling hDisableQuickstarterAPI() 2009-09-17 10:55:59 +0200 wg  r276231 : i105141 2009-09-16 09:20:58 +0200 oc  r276191 : #i105109# sleeps increased

2009-10-01  Thomas Lange  <tl@openoffice.org>  [e640bf3c6d47ead0b1249c87ed828d0730533c94]

        #i1601# new strings for menu entries

2009-10-01  Thomas Lange  <tl@openoffice.org>  [f69e2960c10d35fbcd49581497a0e48ee39998a5]

        #i1601# new strings for menu entries

2009-10-01  Thomas Lange  <tl@openoffice.org>  [2b26e3c4cef2510b0027c4a3f88669b603a43df7]

        #i1601# new strings for menu entries

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [817bfeb03b1a522490606d39e8279c8c75e898db]

        CWS-TOOLING: integrate CWS sw32bf04 2009-09-22 Michael Stahl galobj.hxx: do not export SgaObject methods (fixes wntmsci12 build) 2009-09-21 Michael Stahl #i105149# #i93308# svx: unofield.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# #i102468# sc: servuno.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# txtflde.cxx: support docinfo field services with proper case 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::Clone(): avoid assert on clone pool default 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::~SwFmtMeta(): check if m_pMeta != 0 2009-09-18 Michael Stahl #i105179# unocoll.cxx: SwXFrames::getByName(): add missing breaks 2009-09-18 Michael Stahl dbgoutsw.cxx: explicitly convert from SwNodeIndex to SwPosition 2009-09-18 Michael Stahl galobj.hxx: export class SgaObject from svxcore, needed by unogalitem.cxx 2009-09-17 Michael Stahl #i105149# txtflde.cxx: compare text field prefix case-insensitively 2009-09-16 Michael Stahl #i105117# docdde.cxx: fix possible NULL dereference (patch by cmc) 2009-09-16 Michael Stahl #i105124# docdde.cxx: fix use-after-free bug: make _FindItem member String

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [34551159a38cbdef7e254664834c0b793e593d5b]

        CWS-TOOLING: integrate CWS sw32bf04 2009-09-22 Michael Stahl galobj.hxx: do not export SgaObject methods (fixes wntmsci12 build) 2009-09-21 Michael Stahl #i105149# #i93308# svx: unofield.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# #i102468# sc: servuno.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# txtflde.cxx: support docinfo field services with proper case 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::Clone(): avoid assert on clone pool default 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::~SwFmtMeta(): check if m_pMeta != 0 2009-09-18 Michael Stahl #i105179# unocoll.cxx: SwXFrames::getByName(): add missing breaks 2009-09-18 Michael Stahl dbgoutsw.cxx: explicitly convert from SwNodeIndex to SwPosition 2009-09-18 Michael Stahl galobj.hxx: export class SgaObject from svxcore, needed by unogalitem.cxx 2009-09-17 Michael Stahl #i105149# txtflde.cxx: compare text field prefix case-insensitively 2009-09-16 Michael Stahl #i105117# docdde.cxx: fix possible NULL dereference (patch by cmc) 2009-09-16 Michael Stahl #i105124# docdde.cxx: fix use-after-free bug: make _FindItem member String

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [2d5e9e410be4a8a96b37acdaff8a7f9b2758b1c8]

        CWS-TOOLING: integrate CWS sw32bf04 2009-09-22 Michael Stahl galobj.hxx: do not export SgaObject methods (fixes wntmsci12 build) 2009-09-21 Michael Stahl #i105149# #i93308# svx: unofield.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# #i102468# sc: servuno.cxx: support field services with proper case 2009-09-21 Michael Stahl #i105149# txtflde.cxx: support docinfo field services with proper case 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::Clone(): avoid assert on clone pool default 2009-09-18 Michael Stahl #i105148# fmtatr2.cxx: SwFmtMeta::~SwFmtMeta(): check if m_pMeta != 0 2009-09-18 Michael Stahl #i105179# unocoll.cxx: SwXFrames::getByName(): add missing breaks 2009-09-18 Michael Stahl dbgoutsw.cxx: explicitly convert from SwNodeIndex to SwPosition 2009-09-18 Michael Stahl galobj.hxx: export class SgaObject from svxcore, needed by unogalitem.cxx 2009-09-17 Michael Stahl #i105149# txtflde.cxx: compare text field prefix case-insensitively 2009-09-16 Michael Stahl #i105117# docdde.cxx: fix possible NULL dereference (patch by cmc) 2009-09-16 Michael Stahl #i105124# docdde.cxx: fix use-after-free bug: make _FindItem member String

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [4c12f9e15b56d3d3de787d4175a6fbbfa4dccb64]

        CWS-TOOLING: integrate CWS impressnotes03 2009-09-28 16:30:17 +0200 cl  r276496 : #i105382# use correct method to get master page 2009-09-28 12:23:04 +0200 cl  r276486 : #i105266# also save text on close to avoid focus trouble under linux 2009-09-25 13:59:50 +0200 cl  r276456 : #i105266# resolved a merge conflict 2009-09-25 13:57:24 +0200 cl  r276454 : #i105266# resolved a merge conflict 2009-09-25 13:51:12 +0200 cl  r276450 : #i105266# resolved a merge conflict 2009-09-25 13:40:08 +0200 cl  r276447 : #i105266# resolved a merge conflict

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [d507cdf83a74b4d468b6e5682a1434bad7f792c8]

        CWS-TOOLING: integrate CWS impressnotes03 2009-09-28 16:30:17 +0200 cl  r276496 : #i105382# use correct method to get master page 2009-09-28 12:23:04 +0200 cl  r276486 : #i105266# also save text on close to avoid focus trouble under linux 2009-09-25 13:59:50 +0200 cl  r276456 : #i105266# resolved a merge conflict 2009-09-25 13:57:24 +0200 cl  r276454 : #i105266# resolved a merge conflict 2009-09-25 13:51:12 +0200 cl  r276450 : #i105266# resolved a merge conflict 2009-09-25 13:40:08 +0200 cl  r276447 : #i105266# resolved a merge conflict

2009-10-01  Thomas Benisch  <tbe@openoffice.org>  [b58884b5f80c68f150376391d99c717817048d3f]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-10-01  Vladimir Glazounov  <vg@openoffice.org>  [9e18c9ee07c6e8f9a62cdcb0237b183283a275ae]

        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-10-01  Vladimir Glazounov  <vg@openoffice.org>  [10a30946665d5fc04f801fab89996953d610347f]

        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-10-01  Vladimir Glazounov  <vg@openoffice.org>  [f1de5cd0088faac5c320a0a1f828583ab7606379]

        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-10-01  Vladimir Glazounov  <vg@openoffice.org>  [41faa44b020686a511625a4bb92a2edc3c63bf12]

        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-10-01  Vladimir Glazounov  <vg@openoffice.org>  [65015043c2b3ec82a1d87ea0a06acb40829c9fd6]

        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-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c290df5561c78d706af9f1e0d1fb13271c37c64d]

        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>  [3e5b86777ca46e9dd6574e8c88ef47942da01495]

        fixed build breakage in oox after the rebase.

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [fef556bd8eae21c841b7cf288430022e90724b02]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [e796ba1a2eb59b71fe8ad010d062ad6abe6099f1]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [7db9c9f556fa2c188d2852e9fa711b01a81ae565]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [536653de58855379efcd5f72c83fe43bfed6d5d8]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [16984cc78a695fbceec27e07f4e156c3cc7955b6]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [ad24593c35ad117f0ddcfb6cd764c5ac9c8ee8bb]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Thomas Benisch  <tbe@openoffice.org>  [dd0c22c91ab4a3e6c2403200cc2753f5b6f16906]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-30  Noel Power  <npower@openoffice.org>  [95eeb6c233eb2718399b5ffa69c1e9de86bf6bf5]

        add some comments

2009-09-30  sb  <sb@openoffice.org>  [0d8744617e38e4a8cbe052c2868c9df877d6365f]

        #i101955# adapted desktop and gconf platform backends to new interface (gconf still needs support for ENABLE_LOCKDOWN-only Setup/Office/Factories .xcu entries), more to come; regcomplazy consequently no longer needs to support [Data] sections

2009-09-30  Vladimir Glazounov  <vg@openoffice.org>  [0f8d27d4b47a2a96061aefa9f5ebf755794e3259]

        CWS-TOOLING: integrate CWS buildtool05 2009-09-29 10:58:16 +0200 vg  r276511 : #i105002#,#i105277#,#160100# manage build process via html page, some fixes

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [38eeeaf03dd658de976aeb728a42abfc8ed3476b]

        fixed build breakage in sc.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [a53c7d607ae670be86ebfe0c9fa0f277c4b2e844]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [e87900b978259ca4e4d79d8e2f919856e333d94c]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [a7e5204532deabc4f3a02d64e84195d8b7453777]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [d670bbf7ec06ab63e43d1279545d1bfb5d589876]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [89d93468dac2428fde9dc63f3e0c2cb62b80729a]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [2b45583ab70724f3539952e0ec67f7531a97202e]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [9dc249377374ad137cf0d9759be338eecd2a6549]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [3f863d4cea3932b986ac8950157289a98a1dfc06]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [3c183d0b1eb232937b97b774c83fa6453e77ee81]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [ac17cc97290321f804a45c6851a4a101722486ec]

        rebased to DEV300_m60.

2009-09-30  Kohei Yoshida  <kyoshida@novell.com>  [c363eab53e44378091b4bb7ab653d1eb074d0094]

        rebased to DEV300_m60.

2009-09-29  Kohei Yoshida  <kyoshida@novell.com>  [0e6e69d56b9823faa1cb98fb6b8bde74904854a5]

        rebased to DEV300_m60.

2009-09-29  Kohei Yoshida  <kyoshida@novell.com>  [a06436a0960387a41f33fc1390e8f905276d1256]

        rebased to DEV300_m60.

2009-09-29  Kohei Yoshida  <kyoshida@novell.com>  [7a849316b577fac6b980247711fef2aa40739b35]

        rebased to DEV300_m60.

2009-09-29  Kohei Yoshida  <kyoshida@novell.com>  [63dfea4a2c7a039b9008c5b11dc196e49d46f377]

        rebased to DEV300_m60.

2009-09-29  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [78fb1283ea0f5a059740790e3933fe60b520c7cf]

        #i97509# corrected usage of create/get/2D/3DDecomposition for all derivations

2009-09-29  Noel Power  <npower@openoffice.org>  [f212afb71b988cb4ca694aac303f6e4edf5ee1a6]

        tweak VBAGlobals creation/insertion, also restore overwritten visibility controls bits to moved ( erm delete and created in another director ) file. Add missing bits to enable Application.Quit and use preprocessor to include some uncompiled code

2009-09-29  Noel Power  <npower@openoffice.org>  [4aa9c65e8853a300c0da1ef2e7f544d4ca927359]

        tweak VBAGlobals creation/insertion, also restore overwritten visibility controls bits to moved ( erm delete and created in another director ) file. Add missing bits to enable Application.Quit and use preprocessor to include some uncompiled code

2009-09-29  Thomas Lange  <tl@openoffice.org>  [99e0c16a598611c7bb7e8d0fa1afffcf428e2f92]

        #i105421# get rid of sfx2

2009-09-29  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [9d16cddca24d8734f60e2b9836cba9202ee90bdb]

        #i105323# speedup of 3D handling mostly for CustomShapes; HitTest and interactions optimized

2009-09-29  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [2d634e6084547875a170d8350850110238b9e55c]

        #i105323# speedup of 3D handling mostly for CustomShapes; HitTest and interactions optimized

2009-09-29  Thomas Benisch  <tbe@openoffice.org>  [189c8860787a5086061cb1960b00788c25ade73b]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-29  Vladimir Glazounov  <vg@openoffice.org>  [09084d2efb60ae115cd919e4bb3be55f37201534]

        #i105433# fix for build breaker with system lucene

2009-09-28  hb  <hbrinkm@openoffice.org>  [97b842df60f0918b203f485afce6aed9f46cd56c]

        removed resourcestools.xsl, reorganized XSLs for factory type code generation

2009-09-28  hb  <hbrinkm@openoffice.org>  [90f3be23cd68c7a834fea53b28702409872134a0]

        TagLogger: added mpRoot, output from mpRoot

2009-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7535d77f6ae33900822e50eb349243008b931aa9]

        fixed broken manual merge

2009-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b1f9477fa2f4e9dd764966f595ae7a2c861041ea]

        fixed broken manuan merge

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [a0aea0374c174fe24cfff31f1589aca62bdb4d68]

        merge problems

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [95507956b2e805e7b40a7f17247bb04daf9a78ee]

        merge problems

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [243aa82066d78f18ddcc7fbbc1ddcb03d7a0ecde]

        merge problems

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [be3ab1217ffb293b238651afad0beebd0cd8b179]

        merge problems

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [060fbe871de563db705d1ab5d2510fbe056ab593]

        regression from sb113: redland does not build from scratch

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [f90820387d551d174ee07d628d27b78b3714dad8]

        concurrency problem when generating java_ver.mk

2009-09-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [eede210b11921ae92386ded4431b350e43c54049]

        update to DEV300_m60

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [32f7f5c072abb63ed77b75b96341b665967c514b]

        zlib problem must be fixed in solenv

2009-09-28  Mathias Bauer  <mba@openoffice.org>  [f931088abf31f850c20c799094b328ac69356d10]

        regression from sb113: redland does not build from scratch

2009-09-28  Release Engineers  <releng@openoffice.org>  [0eb8dbf1ebae18156b32ebe81886ca79144e2191]

        CWS-TOOLING: integrate CWS ause107 2009-09-23 17:21:07 +0200 hjs  r276406 : #i105312# remove code dependency on perl

2009-09-28  Kurt Zenker  <kz@openoffice.org>  [3179dc6eb249c4ddf5470386dd4cbf69e145a701]

        #i105388# patch applied

2009-09-28  hb  <hbrinkm@openoffice.org>  [168d34c5ffdf0a9125dcfc3cb4a5cc822493bcc7]

        script for setting debug defines in ENVCFLAGS

2009-09-28  Thomas Lange  <tl@openoffice.org>  [47889e229cd51dd8a019d41dace6572e84771d18]

        158766 avoid duplicating symbols in the catalog

2009-09-28  sb  <sb@openoffice.org>  [ae68e193fc99e0239d764d464c3f1c1f047f60fe]

        improve javaldx robustness when java executable prints additional stuff to stdout (as happens in some poor environments where java is a wrapper script that checks system patch levels etc. and prints advice to stdout...)

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [8aa9053d5fd8ae29e61a1e2f639a944905b7558e]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [d381760a0bdbc403426db365fcdd79c48805a1f9]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [5759f32ae74b0b8eac27e3e07a47543af165eca0]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [3feca961868cfd34893c07079214272a17f0bcb1]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [3739e0b64036f81ee62b4842332dd74d974b6d00]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [7ad2b927fbc4166f497d8923793cc4a1b34d8727]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [4de41d18fd2b96079b9a0aa9f1ef123e431fe938]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [9beefd6ebe5eb283711e4acbd37a3218bcf4ec76]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [bab0fd4ff59a7d8fd21d8e7702b8c5f46cd20a8f]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [6114aa444832a56d15f1f5783c674656652ef912]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [0a266bd33b8786869cdeab8325f8f1b1900533ad]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [490d78bd02a134714ad78b4de22d08a9f5e9e8fa]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [b52a8eddcf7315bc2133b3e5426977fbd22add7b]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [2f7ab08d8960568bf2c6ef1b996d902d61ca9a6a]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [aa8f1fb3945f0a856d185446115c4819c96884fd]

        merge commit

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [07ccee5e3083abc5899f95a2789a900f4614fd89]

        #103496#: missing dependency

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [4039d960fc2555b7043e2e6df24855b5ffcbb02f]

        #103496#: forgot on sdi file in sd

2009-09-25  hb  <hbrinkm@openoffice.org>  [1e9a0d1645a98bf604e6e90d82d0c76fad5e9877]

        merged rmFastResources

2009-09-25  hb  <hbrinkm@openoffice.org>  [9676747b32c6ba688d151aa0cb869f371e8a281c]

        removed warnings

2009-09-25  hb  <hbrinkm@openoffice.org>  [73035bba1132189f4fcdcd5180729b81dedeccbe]

        removed "resources" based code generation

2009-09-25  hb  <hbrinkm@openoffice.org>  [3ef341bd5688bc7b27909ba52a224b60f23e137d]

        added values for factory style generation of code

2009-09-25  Release Engineers  <releng@openoffice.org>  [d9d6bb11c0b1f9f800ae4bf3a03c798e43c2eb4c]

        #i10000# RT: fix for gsicheck breaker

2009-09-25  hb  <hbrinkm@openoffice.org>  [a5cc6c46701c47bd862cd7717208c8673da25f68]

        <xsl:template name="factoryattributetoresourcemapinner">: resolve resource from the current namespace, not from the first matching namespace

2009-09-25  Release Engineers  <releng@openoffice.org>  [14c013e25f5467155cfd75f612513dedc38fd989]

        CWS-TOOLING: integrate CWS fwk117 2009-09-17 11:48:50 +0200 mav  r276234 : #i105082# fix setFileSize implementation, the patch from MHU

2009-09-25  hb  <hbrinkm@openoffice.org>  [78a3db6d6844ef55b5695d24f158bb8fcdee98fd]

        undone previous changes to ImportFilter.cxx, side effects at work

2009-09-25  sb  <sb@openoffice.org>  [56da9e53fe9829c5ddb9fe04c0a3f3336143fc04]

        merged in DEV300_m60

2009-09-25  sb  <sb@openoffice.org>  [6da618739964d7a9ea38293ec8b3c2f5e0b7c9b8]

        merged in DEV300_m60

2009-09-25  sb  <sb@openoffice.org>  [3055127b0b0389e8ca0f5d4de40033dc3eb9ea0d]

        merged in DEV300_m60

2009-09-25  sb  <sb@openoffice.org>  [3db62040dcaa470c0f69f904abfb82202f628005]

        merged in DEV300_m60

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [27f85382fe716fb860f68bbfdb622e3525e0252f]

        #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>  [5742e4ccc1b89d7db95cb9bdcfce4f5f1d46c1a4]

        #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>  [0a4c38a2a2f8c4c78cfff7d2e097be9155f666cc]

        diagnostics

2009-09-25  Dirk Völzke  <dv@openoffice.org>  [7d22694d5186484a470947c395cb19a7b7ed079b]

        #i88957# second try to remove warnings

2009-09-25  Dirk Völzke  <dv@openoffice.org>  [ea69598127b41c0b87f1fc3359f7fa3887e91d54]

        #i88957# Use UNISTRING macro

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [b5fb85c6253501f340a669ff02f64553a6e09ae7]

        do not assert when we do not have an ObjectShell, this is valid in clipboard scenarios

2009-09-25  Dirk Völzke  <dv@openoffice.org>  [e969fe977e80c2c4f085fb974ba26bb57b9fb54b]

        Added NULL character at end of debug string

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c23dfc5a29c0d12cc729ff5ff40b00f89043690]

        dv12: Merge with DEV300_m56

2009-09-25  Dirk Völzke  <dv@openoffice.org>  [9a57c3de06263eeaa28a4644d53248bdfca6df0f]

        #i88957# Handle some http errors

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [f2eeb84bfca2f47336dd05164c76d35638d8f9d4]

        merging changes from m60 herein

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [eac04e74383c70e2ce67b3676a81b0b2b9847cf3]

        merging changes from DEV300.m60 herein

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [f523884a3b6f29784ae88c6b86bc1e1d8217d04f]

        don't use document's reference device for form documents

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [296f87ef1fbc9eff77e85f4ec539e4c710d26682]

        #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>  [9620ad7d2404e4657fea340bcba8b40886e8a59a]

        don't maintain the exception files twice, base SLOFILES on EXCEPTIONSFILES

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [3ed9bf8421dcb5fe574b9985bf102798d7e7cf73]

        moved the code for initializing a new control model\'s font from the FormControlFactory to the ControlLayouter

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [1b51c3004bec95184cf605a74c06cb4414f8270f]

        getProperty( RefDevice ) implemented now

2009-09-25  Frank Schönheit  <fs@openoffice.org>  [e787f1d25468ea1f0de99907eb73ad5ae778573f]

        #b6875455# try another heuristics for the default control font

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [a2c915bbd6b28ca2ad39800ba768464f73981145]

        removing ure_top; was added by accident

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [6a1e797fa4b432841708545272e13e8f6ab4bd39]

        merge changes from Linux repository

2009-09-25  Mathias Bauer  <mba@openoffice.org>  [d8d0f19821b9a0a4046519a369260e4ad5c5ee73]

        merge changes from Linux repository

2009-09-24  Release Engineers  <releng@openoffice.org>  [9af6f6a5b1b86dd39da0ed3031d73496d23f4efd]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [8fb94ad47fa73514ec1854825d63d612121dd9b7]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [25f1c59ee39de2443b9513f04d4ba39a62ae8e58]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [8adb1ff87a1a000e8b00be5bffb1680c604e0556]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [41821fa93ada11053a53be14429e5f7236b9bf03]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [fc9af2082547041b3bd6ccfa638095dc2e16a9cd]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [c4c825af22a19fa4aeb17c86df03256a081cb83a]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [c4b49b68e000cd0892af5d5c1335f4ff9365a6ad]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [728c8eb458b5613eb5b8bbe8201dfc33a8a9cd78]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [409cb25fe1cd2a0c9404efa8237333717619b0a4]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [ab33e14647ada2a32624fa39ec0ddbbbdc694df5]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [850ec5b34c7d8d77061267f4f4020b9512269cc5]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [39f317ff5b64c9a00484921c5dda290ef33b03d1]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [a09024d6e499ba4c9d44c4cf5e4e71ec7e832c90]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [bbc5105d503634578685f235497b39965f528d1a]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  Release Engineers  <releng@openoffice.org>  [8ec4b2e6998809e3f980dcb0de619576e388b20a]

        Create DEV300_m60 milestone tag from trunk@276428

2009-09-24  hb  <hbrinkm@openoffice.org>  [d018f3e5a212a43496fafa22ffb6ddd3add37726]

        newProperty: aStr is only needed if DEBUG_PROPERTIES is defined.

2009-09-24  hb  <hbrinkm@openoffice.org>  [5f2abc9e1456cd66f75ab5c925918fd7fd42e96b]

        new: AttributeInfo (contains resource type and rng:define for value of attribute) new: use AttributeInfo to determine ListValueMap. new: handle all relevant resource types in OOXMLFactory::attributes

2009-09-24  hb  <hbrinkm@openoffice.org>  [5719b030f82bde13188f375e4bd839b5ac31bf38]

        TagLogger: new method attribute(string, sal_uInt32)

2009-09-24  hb  <hbrinkm@openoffice.org>  [9cc786c2e53025cf932b854f02145ab3b5ef9d9e]

        output all of a TagLoggers content

2009-09-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [6a29332498a5c01bbeddaded08395412b3da63d6]

        #i105304# corrected destructors for OverlayBase derivations

2009-09-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [587b6e8b1d91468a47fea62c49044ac72f2c2a01]

        #i97509# corrected comment

2009-09-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [56fba7ddfd5f3527aacd92dfac254c3312cf5f14]

        #i97509# optimized createRotateAroundPoint

2009-09-24  Oliver Bolte  <obo@openoffice.org>  [87f82f2a78fa79e07000fd9f1d78c5d603b52ba1]

        #i10000# previous fix for linux only

2009-09-24  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [44ca2c9d87a7686f4e88c62043f7c9c2fc06dc07]

        #i105323# shadow shall not be set at 3D model objects for the generation of visualisation objects

2009-09-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ecb5b1b120f78cd767aabac91e08c45c5e582565]

        #i10000# linux Xext missing symbol fix

2009-09-24  Ivo Hinkelmann  <ihi@openoffice.org>  [923321f210abd37d86c0d2439cce697376c730da]

        #i10000# linux Xext missing symbol fix

2009-09-24  os  <os@openoffice.org>  [e2e5b2ac5b0793e6676cb3087371704f450e8f20]

        more verbose property exception text; hack to import pargraph styles

2009-09-24  Thomas Lange  <tl@openoffice.org>  [637351b5bf6cf81b06beb4374a7eb6656e7f7394]

        #i105261# zulu fingerprint for language guessing added

2009-09-24  Thomas Lange  <tl@openoffice.org>  [221011588e12dc8989cfb065e34d4e7eee41e8ec]

        #i105261# zulu fingerprint for language guessing added

2009-09-24  Thomas Lange  <tl@openoffice.org>  [76812dd089689fc486535d7748a21a1e1f55e503]

        #i105261# zulu fingerprint for language guessing added

2009-09-23  mathias  <mathias@mba-tecra>  [a5ec2f2a5c5d0f38c5061e9fc090e6181563c1ae]

        merge conflict resolved wrongly

2009-09-23  mathias  <mathias@mba-tecra>  [e0f96e104118b8920eb598eb5ecee74ffbaa4a69]

        forgot to remove unotoolslib in makefile

2009-09-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7a55d850424ffad9bb814ecbce830bc0afc41bc0]

        #i10000# #i101879# fix

2009-09-23  hb  <hbrinkm@openoffice.org>  [e9d2c81b67282655492719b3f37146dcf1d8bbb9]

        styleIds and other attributes sent again
        
        changed writerfilter/source/ooxml/OOXMLFactory.cxx:
        
        Get Id to sent to property from token-to-id map and sent it.
        Handle attributes with type String.
        Some debugging code.
        
        changed writerfilter/source/ooxml/model.xml:
        
        sent style sheet with tokenid rtf:STYLESHEET
        
        changed writerfilter/source/ooxml/modelpreprocess.xsl:
        
        Provide <resource><element/></resource> and <resource><attribute/></resource> with the wright @prefix
        
        changed writerfilter/source/ooxml/resourcestools.xsl
        
        Consider attributes in token-to-id map.
2009-09-23  Noel Power  <npower@openoffice.org>  [7f8c9a392962e4c8b98eaf96e96c80ae7c7a743f]

        warnings as errors

2009-09-23  Noel Power  <npower@openoffice.org>  [118c7e834667c41575754b79a9c0435106520e9e]

        warnings as errors

2009-09-23  Noel Power  <npower@openoffice.org>  [ed107e6366ffec1352046998ec9c0f815ece4b53]

        warnings as errors

2009-09-23  Noel Power  <npower@openoffice.org>  [5fa4a87a6393151e3d92b60b8686eb0b22ba87e1]

        trim more uncessary patches

2009-09-23  Noel Power  <npower@openoffice.org>  [51f760096c01b35c3cfa9e3e413a3b9fcc59587b]

        trim more uncessary patches

2009-09-23  Noel Power  <npower@openoffice.org>  [9b3ef2534c7f496a69a5944ade0c07a284a6da55]

        trim more uncessary patches

2009-09-23  Noel Power  <npower@openoffice.org>  [d658b513193e0dfd8c565cacf0fedac2361e59f3]

        trim unwanted patches that crept in while importing stuff from ooo-build

2009-09-23  Noel Power  <npower@openoffice.org>  [eb5d803c3bc424026047636654188bdebfa45938]

        trim unwanted patches that crept in while importing stuff from ooo-build

2009-09-23  Noel Power  <npower@openoffice.org>  [a66e7f94d2b51156e07e6b11351b4dfeba1729e2]

        trim unwanted patches that crept in while importing stuff from ooo-build

2009-09-23  Ivo Hinkelmann  <ihi@openoffice.org>  [10e0f0553f5c6602208a6dcaab0c099400abf795]

        #i10000# line ends converted

2009-09-23  Frank Schönheit  <fs@openoffice.org>  [19e777390c8dabeafe2caeeac391f46c0a4578da]

        enable UseDocumentTextMetrics in all document types except spreadsheets - there it doesn't really work reliably, since Calc does not properly pass its own reference device to the drawing layer

2009-09-23  Thomas Lange  <tl@openoffice.org>  [d86ed27c5d8b22f5c0fe2094061ecc9bec07f2af]

        #i1601# transliteration for sentence case, title case and toggle case

2009-09-23  Thomas Lange  <tl@openoffice.org>  [892a6935027c6817ddf45720109273bb4fd282c6]

        #i1601# transliteration for sentence case, title case and toggle case

2009-09-23  Thomas Lange  <tl@openoffice.org>  [3327c079e5160ba94d92e4a728a017c904ed2b99]

        #i1601# transliteration for sentence case, title case and toggle case

2009-09-23  Thomas Lange  <tl@openoffice.org>  [46f1a498f70bbed831ae1e01a3a016a26f298eba]

        #i1601# transliteration for sentence case, title case and toggle case

2009-09-23  Frank Schönheit  <fs@openoffice.org>  [b8078a18ca44ec9f437e0f48fb63d413c53648ae]

        make the 'use document font for form controls' dependent on some conditions ...

2009-09-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8de06dd96027df3e7e6cecaa1dafc120ad6aa93d]

        #i10000# fixed crash cause by dtrans move

2009-09-23  Frank Schönheit  <fs@openoffice.org>  [faef6c92ce013e10eb238cafa47376c35683e698]

        #b6875455# introduce lcl_initializeControlFont: set an explicit font at the control. Previously, we relied on the implicit font used by the underlying VCL controls, which could differ heavily when you changed the platform or even only the desktop theme. Now, we use the default font of the document we live in, taken from the proper style family.

2009-09-23  Noel Power  <npower@openoffice.org>  [b0465391ff56c5a87b5db2147eff358ebf8d73ed]

        oops, remove last changes ( they are not to do with Application:Quit ) or at least not directly

2009-09-23  Noel Power  <npower@openoffice.org>  [906fc07bf29b7e3f12848f9e51d087523200a743]

        add missing Application::Quit bits

2009-09-23  Ivo Hinkelmann  <ihi@openoffice.org>  [dc16cca7ce3d6c29b343090b8b5214d22c479c54]

        #i10000# #i105297#  use common configure action

2009-09-23  Ivo Hinkelmann  <ihi@openoffice.org>  [47207271b60230ac578af6f20de1f56ea8ce0b3a]

        #i10000# #i105293# ext. openssl check

2009-09-23  Joerg Skottke  <jsk@openoffice.org>  [922700140365c190af5d96f7dc04b8feac790c7e]

        #i103052# - Revert changes to file, surprisingly someone wanted some dialogs declared multiple times - ok, so be it

2009-09-23  Frank Schönheit  <fs@openoffice.org>  [cae80de04529d2d44c84b5f8950f92b6eb737e09]

        #b6875455# make reference device usage for form controls depend on a configuration setting (per document type)

2009-09-23  Frank Schönheit  <fs@openoffice.org>  [5a96967ccd0568fdc2731b182a81f617dc7799da]

        #b6875455# added Forms/ControlLayout/UseDocumentTextMetrics, controlling whether form controls should use the document's reference device for text rendering

2009-09-23  Joerg Skottke  <jsk@openoffice.org>  [17efa91820684a52cdd35cffbd383c68c1659f4e]

        #i103052# - Adjust help test

2009-09-23  Joerg Skottke  <jsk@openoffice.org>  [7ac820167546010c73f336d9678a541eab3fb841]

        #i103052# - revert some changes as they affected tabpages below tools/options which have not been altered so the .win definitions are still needed. Additionally fixed the missing https-proxy controls (name and port)

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [c4c61d816976edd6c68ee5d4ef3b371c53e88c43]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b0a85159e5f99baee901adad447a157f65e507b4]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [aaa083c6e2e05f697723a8ce057eb5e103e42149]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [602841adb34579bcc9bb1ae3ec961753b8bd97f9]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [7857f07d09265f58b2c17c4f619f4aad81b1c43d]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [256427a28d4ba3de573c81d64b5fbbe1cb354b01]

        #i97509# continued matrix tooling and adapting the usages now to all the ooo code

2009-09-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2040b58bef6866905a896a6c59fdd8b620067921]

        #i104806# back out of odficons cws

2009-09-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e8f1371ddfe5d0865cc1a34834bba062d02e6047]

        #i104806# back out of odficons cws

2009-09-22  os  <os@openoffice.org>  [a15e91af2f070df72e71a69bbe8ba2a573c8007f]

        test

2009-09-22  os  <os@openoffice.org>  [72034bc5c06f70837ed2236c288024cb90f0e24c]

        commit after merge

2009-09-22  os  <os@openoffice.org>  [38b58827e56b8e6017a3cc61f9c04eb44ad016a0]

        apply settings (default tab stop only so far

2009-09-22  Joerg Skottke  <jsk@openoffice.org>  [2521f6a308cdaa1fc0077dc248892fd50853d62a]

        #i103052# Test case with required additions to other include file

2009-09-22  hb  <hbrinkm@openoffice.org>  [8ee80e6ed96261ee75253034f1f1b17e13abbd42]

        Some debugging output to log when tables are sent.

2009-09-22  hb  <hbrinkm@openoffice.org>  [6452ab7501bece5fde1406114c9536b0a2bb63e6]

        provided fonts, styles, numberings with tokenids, ran modelcleanup

2009-09-22  Release Engineers  <releng@openoffice.org>  [404bddeef6674636a27c39f46bbde456b8fd2ddf]

        #i10000# add missing namespace

2009-09-22  Dirk Völzke  <dv@openoffice.org>  [e003229da551f71c34297e8824fb1fcb4afa1dd2]

        #i105255# Use different icons for shared and for locked extensions

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f1d370908287e9daeb8a08a64ee7c6ecdbeb7a]

        dv12: Merge with DEV300_m56

2009-09-22  Andre Fischer  <af@openoffice.org>  [5d21864366393050c8ece54e2f6a3dce8a3afff4]

        #i105185# Increased version number to 1.0.3

2009-09-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [a65034cdbef886e5a0afaa0ec994782d3ecdeb38]

        settings are now sent with id LN_settings_settings

2009-09-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [2b0b0d0568ebe5ce412e7332d64984c0c498315f]

        settings are sent again
        
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:
        OOXMLFastContextHandler::OOXMLFastContextHandler:
        initialize mnDefine
        
        changed writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
        OOXMLFastContextHandler::getResource:
        return STREAM
        
        changed writerfilter/source/ooxml/resourcestools.xsl
        generation of <factory>::createTokenToIdMap:
        generate entries for start symbols
        
        generation of <factory>::createFastChildContextFromFactory:
        log number of define
        use nId for (*pTokenMap)[Element]
2009-09-21  Andre Fischer  <af@openoffice.org>  [c9066a25c11af5dbe0bc27d8fa64fb07e97059fd]

        #i105185# Added help files.

2009-09-21  hdu  <duerr@sun.com>  [f894d7f3120515731dd17a0e19dbdc3117d44057]

        #i105240# bitmap fonts are neither subsettable nor embeddable

2009-09-21  Frank Schönheit  <fs@openoffice.org>  [0775a523ff1be393217112badd6c742f2c5dc3a7]

        #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  Release Engineers  <releng@openoffice.org>  [84c90e0e3d680e460421195788e4211237ddefef]

        #i1000# add missing dep.

2009-09-21  Release Engineers  <releng@openoffice.org>  [acb87ad24c0e041a3e934613ca754869844d5c23]

        #i10000# solve unres. externals

2009-09-21  Noel Power  <npower@openoffice.org>  [1d6d409c5b2fe07fa2754508954df7fa62ade144]

        remove files

2009-09-21  Dirk Völzke  <dv@openoffice.org>  [4496e7dc73caf6070ccf7d4a170cbdbbefa0d817]

        #i105165# Don't allow quitting the application while modal dialog is shown

2010-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [be7ac1c7b99396ac7663285defb59642df591340]

        dv12: Merge with DEV300_m56

2009-09-21  Release Engineers  <releng@openoffice.org>  [3abde0b5eadf2f400a9087746ef67883ebafdf16]

        #i10000# makes no sense

2009-09-21  Release Engineers  <releng@openoffice.org>  [f06b55a9e1aed0cef0be0861193344d31375fd50]

        #i10000# we also like to build in non mac plattforms ...

2009-09-21  Frank Schönheit  <fs@openoffice.org>  [39d12306a5addf0f49dfcb52aac7f0555a27b99e]

        #b6875455# always use TWIP as target device map unit during drawing text, this saves us some rounding errors

2009-09-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6f4aa8ca68f052a561d4ec2330cb84304dc133cc]

        #i10000# #i105236# added dep

2009-09-21  Frank Schönheit  <fs@openoffice.org>  [105e04d56fe3a67b58b667c278ad66786366304a]

        DrawText( Rect, ...): properly calculate the to-be-returned text rect even in edge cases ...

2009-09-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fc5be954f3a2fa52e57174c03a5004c9012fce0c]

        #i10000# removed debug code

2009-09-21  Frank Schönheit  <fs@openoffice.org>  [e71f3326ef8f46a39228b6ab6589b61482044b40]

        #i10000#

2009-09-21  Frank Schönheit  <fs@openoffice.org>  [525f53a1123ced103fd8f8e4899b1b5dbdc982d7]

        #i10000#

2009-09-21  Release Engineers  <releng@openoffice.org>  [2e0cc1025a1794ce747fc421aa92422276fdcead]

        #i10000# EXTRA_CDEFS,EXTRA_LINKFLAGS are set as environment variable in HH RE environment

2009-09-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1044f02912671f1d1633d7a801cade7468f2d93c]

        #i10000# new configure

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [cf42c00c2fd13b0b9e285f40abcc5ff8215cdb1b]

        #i10000#  build  fix

2009-09-19  Mathias Bauer  <mba@openoffice.org>  [547af75e0ba1fdc9a3a3ea1e94ecb597f4059993]

        better dependencies for sdi files

2009-09-19  Mathias Bauer  <mba@openoffice.org>  [3851066d39b2fa45ed3f3e9e222c514f2793258b]

        better dependencies for sdi files

2009-09-19  Mathias Bauer  <mba@openoffice.org>  [5d11f6a1ab4a569e8977bbd43f4582775a9e43c7]

        better dependencies for sdi files

2009-09-19  Mathias Bauer  <mba@openoffice.org>  [b0fa467ebb7c8c124ea433b3562fcbae0cbfe197]

        better dependencies for sdi files

2009-09-19  Mathias Bauer  <mba@openoffice.org>  [8c14f1bf6b0d2a395e6a0aac8b8733a804e4568d]

        better dependencies for sdi files

2009-09-18  Kohei Yoshida  <kyoshida@novell.com>  [0be0b729271633684a8f0f65b085badcd0106d4f]

        Slightly re-worked Daniel Watson's original patch to match the current oox code.  Note that the tab colors are still imported as sheet view properties, but we will switch to treating them as sheet model properties later (probably after we talk to the ODF TC and get their blessing?).

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [aa91612698f3d9ee88257dd04698836a391a457a]

        DEV300

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b81122b799730e80904701680e003f7e2b1bd231]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [57b308acd35e5e1bc13658e75b6d13b5c827adb1]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [108632dc97a720639df495de3b5d966ee286be95]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [8c584fe8f0548e22777ee728d16a2e36f5bd6834]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a23ed3ec29baf8fe0900d7c7b5c456339407b4c5]

        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>  [445ac320616b59cc6ba2cb5e88a5d61293f0da8a]

        new and removed files

2009-09-18  Noel Power  <npower@openoffice.org>  [cf2edc1b36037122224b91135dadbcbb1b11c2b0]

        new and removed files

2009-09-18  Noel Power  <npower@openoffice.org>  [d37c09f380fa6e24487231e5d70bfc8ecd8157d6]

        new and removed files

2009-09-18  Noel Power  <npower@openoffice.org>  [8fba7530a9ee5e96b21afa88e3eb177b41cba951]

        initial commit of code reorg, existing files that are modified

2009-09-18  Noel Power  <npower@openoffice.org>  [d941dbc837486da5f6b6fd1a22c32c6d0dc26bef]

        initial commit of code reorg, existing files that are modified

2009-09-18  Noel Power  <npower@openoffice.org>  [6bbb16930929fd5eee0a0de7a4254fcde368b23e]

        initial commit of code reorg, existing files that are modified

2009-09-18  Noel Power  <npower@openoffice.org>  [dfc77d75e1bbf9ff8b9ad43d1d79caee38f927f0]

        initial commit of code reorg, existing files that are modified

2009-09-18  Noel Power  <npower@openoffice.org>  [d42b8bf9690430d82c0484ab2887e7418f446f62]

        initial commit of code reorg, existing files that are modified

2009-09-18  Noel Power  <npower@openoffice.org>  [4cea79ccdfde2c25b376ca46fdcbe3e91e2405ec]

        initial commit of code reorg, existing files that are modified

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ceec08b2ae3fdde312ea141eb2a7e3c53757e57a]

        CWS-TOOLING: integrate CWS mingwport24 2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted 2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [93b228f440495561b7fa6ba65ea67203804082d4]

        CWS-TOOLING: integrate CWS mingwport24 2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted 2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d0bc7895eb58f64ef2f6bca236d02093ef05c4bd]

        CWS-TOOLING: integrate CWS mingwport24 2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted 2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d1571f12a39db6a0eae46450a28ba665129a0165]

        CWS-TOOLING: integrate CWS mingwport24 2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted 2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2c16d8bfc2f7a12be44d5f1e2a5c593cdc83465c]

        #i10000# #i105127# kde configure patch

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4c15b643ea7e0300f5e68f830fad9aebf9429e8c]

        #i10000# fix of the fix

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f36b39e6d068fcdbfc1c3b295a8aac79f89798fd]

        CWS-TOOLING: integrate CWS sw32bf03 2009-09-11 16:05:24 +0200 od  r276069 : CWS-TOOLING: rebase CWS sw32bf03 to trunk@276043 (milestone: DEV300:m58) 2009-09-10 15:26:00 +0200 od  r276036 : #i104937# method <template<FlyCntType T> SwXFrameEnumeration<T>::SwXFrameEnumeration(..)> 	  - Correct iteration on <SwSpzFrmFmts> instance.

2009-09-18  Frank Schönheit  <fs@openoffice.org>  [c98633656a5ad087d8242e20e9d14c6f69aa74af]

        #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>  [b0a6cd14357d90e636e11e4a04fb06fe574da7da]

        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>  [a82083128b2a4c6538ef5bff38dcc21e620b7a2c]

        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>  [d316e5f2e9b6900d270a156597cf5eb533c4c4a1]

        #i10000# buildfix

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [583dc10d1589f624e3ba166418b094b1a02e465b]

        CWS-TOOLING: integrate CWS cmcfixes63 2009-09-16 11:24:47 +0200 cmc  r276193 : #i105118# remove overly const warnings for -Wall 2009-09-15 18:04:24 +0200 cmc  r276183 : #i105089# fix include 2009-09-15 14:30:55 +0200 cmc  r276176 : #i105090# fix includes for s390x bridge

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [edb896d16c218926b5e107d06e4dadadce4d6a51]

        CWS-TOOLING: integrate CWS cmcfixes63 2009-09-16 11:24:47 +0200 cmc  r276193 : #i105118# remove overly const warnings for -Wall 2009-09-15 18:04:24 +0200 cmc  r276183 : #i105089# fix include 2009-09-15 14:30:55 +0200 cmc  r276176 : #i105090# fix includes for s390x bridge

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [db6151f0038b7ce8a05f56be29b0a4f9e6123af3]

        CWS-TOOLING: integrate CWS cmcfixes63 2009-09-16 11:24:47 +0200 cmc  r276193 : #i105118# remove overly const warnings for -Wall 2009-09-15 18:04:24 +0200 cmc  r276183 : #i105089# fix include 2009-09-15 14:30:55 +0200 cmc  r276176 : #i105090# fix includes for s390x bridge

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [68d26cc9d7ec389e1bbf3ac8851613f4e46b6689]

        CWS-TOOLING: integrate CWS cmcfixes63 2009-09-16 11:24:47 +0200 cmc  r276193 : #i105118# remove overly const warnings for -Wall 2009-09-15 18:04:24 +0200 cmc  r276183 : #i105089# fix include 2009-09-15 14:30:55 +0200 cmc  r276176 : #i105090# fix includes for s390x bridge

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [3b40fd41e4a26a01fcee082bcb8143ea9456d4fd]

        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>  [c5390d6e4af3eabf8b825a231ab1ae152bd7db1c]

        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>  [4cc2b51497691fc3e057b1c544baecc0ddafb13e]

        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>  [0b8d7416168e73df21a79da11b4eeb470cb55c17]

        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>  [2b1de74fe84fc5e847c9386cccbefc8d6310e75e]

        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>  [63ef7f15b56bf3f040f50c31d257f1d958dd5523]

        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>  [e89f2746370061e88dd4643a47c6353f2d493e13]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [4a99cfe8c84660f672926cc534444ee3e3bb38cb]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [8520f1cd1b0dacb3a6709d8787a7319113e52077]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [862ec90cd19d2a078f76bb2858accb30b700b7d8]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [92582c4776c8a447fe7290f1918c5d723550c359]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [1afd62eb12424c9ada63aa9513e46c49dff9db62]

        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  Mathias Bauer  <mba@openoffice.org>  [d7c414d2a203b5c1d5e78f861f3adaf26a03a45f]

        re-merge from outgoing repo

2009-09-18  Mathias Bauer  <mba@openoffice.org>  [73e75711a7de96d9f3ab66bbe19ea004c809ff8f]

        re-merge from outgoing repo

2009-09-18  Mathias Bauer  <mba@openoffice.org>  [12a57e5c31cd5d74cbbc4b6209764c8d8d51f165]

        re-merge from outgoing repo

2009-09-18  Mathias Bauer  <mba@openoffice.org>  [51753bc6e980953bba8ed0e8e3a0aef8fa90fc83]

        re-merge from outgoing repo

2009-09-18  Frank Schönheit  <fs@openoffice.org>  [f20d782ce054876754188345ff013ede4a216f72]

        #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>  [541434c445bc4c7e70b79bca22171228592d6830]

        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>  [fdde1a0609c57ce69fb4530899188397173882f3]

        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>  [c01901076f65097060edf52eb73431a4052d4a0a]

        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>  [b1ed9193bc94e84d0880b54df3df6442599f44ec]

        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>  [5ed3fa4c39a67b2b12b4206bef6680fb757e1b75]

        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>  [014467d75e9b12eaae3065449adc12fdcd5a6b8b]

        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>  [f2f0452eaffca36772d6cf18f796897a52deefb9]

        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>  [776265384b8807df3e0853e9990cfb85ee8b615e]

        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>  [3663a7fc5910ff2c7f8959bd024e935eadfaf4c2]

        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>  [c7e172b2d9036c788fe00552ded841340d115033]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f2801f26721f98649d5e7cbffcf50762080c3c32]

        CWS-TOOLING: integrate CWS native267 2009-09-08 16:34:02 +0200 is  r275939 : #i104893# new jre6u16 for all products 2009-09-08 15:18:09 +0200 is  r275932 : #i104893# new jre6u16 for all products 2009-09-07 14:34:35 +0200 is  r275899 : #104765# update version of vcredist_x86.exe

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [32a220e8b46045c26951ee5dabafe6c5048e0690]

        CWS-TOOLING: integrate CWS native267 2009-09-08 16:34:02 +0200 is  r275939 : #i104893# new jre6u16 for all products 2009-09-08 15:18:09 +0200 is  r275932 : #i104893# new jre6u16 for all products 2009-09-07 14:34:35 +0200 is  r275899 : #104765# update version of vcredist_x86.exe

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5f489dd4dcd6b402d3b13b45971fa4a968710e24]

        CWS-TOOLING: integrate CWS adc25 2009-09-10 12:20:49 +0200 np  r276029 : #i100671# 2009-09-10 11:25:02 +0200 np  r276025 : #i100671# 2009-09-10 11:22:03 +0200 np  r276024 : #i100671#

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2acd5061e99eeefa2fdf51493b0404fc48f9f20f]

        CWS-TOOLING: integrate CWS adc25 2009-09-10 12:20:49 +0200 np  r276029 : #i100671# 2009-09-10 11:25:02 +0200 np  r276025 : #i100671# 2009-09-10 11:22:03 +0200 np  r276024 : #i100671#

2009-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f5ad0c1a30ba7853de37e56413e8f1f9669560]

        #i10000#: files added (and removed) missing from integration of CWS kso32fixes2

2009-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0df8f0fe26e24841900810361b56518a2d3621c]

        #i10000#: files added (and removed) missing from integration of CWS kso32fixes2

2009-09-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f139877d515036d2653843e8683e021a45fbe811]

        #i10000#: files added (and removed) missing from integration of CWS kso32fixes2

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c9c2578ea0b867c34712800689892dda7861e3a2]

        CWS-TOOLING: integrate CWS odficons 2009-09-15 16:32:43 +0200 mav  r276182 : #i104806# fix kde icons 2009-09-15 12:17:18 +0200 mav  r276168 : #i104806# fix template icons 2009-09-15 12:09:46 +0200 mav  r276167 : #i104806# fix template icons 2009-09-15 12:07:06 +0200 mav  r276166 : #i104806# fix template icons 2009-09-14 09:47:37 +0200 mav  r276103 : #i104806# add missing icons 2009-09-13 22:37:42 +0200 mav  r276100 : #i104806# add missing icons 2009-09-13 21:53:07 +0200 mav  r276099 : #i104806# add missing icons for windows 2009-09-13 21:40:56 +0200 mav  r276098 : #i104806# add missing icons for mac 2009-09-11 16:16:14 +0200 mav  r276074 : #i104806# do not introduce the new set of icons 2009-09-11 16:13:23 +0200 mav  r276073 : #i104806# use the new ODF-format icons 2009-09-11 16:09:51 +0200 mav  r276072 : #i104806# commit the new ODF-format icons 2009-09-11 16:08:49 +0200 mav  r276071 : #i104806# commit the new ODF-format icons 2009-09-11 16:07:06 +0200 mav  r276070 : #i104806# commit the new ODF-format icons 2009-09-04 16:37:10 +0200 cd  r275814 : i104806# Added new odf icons for text, spreadsheet and presentation 2009-09-04 15:54:48 +0200 cd  r275810 : i104806# Added new odf icons for text, spreadsheet and presentation

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2752fc0110f217ca967fdb08b50fb4e4051fb902]

        CWS-TOOLING: integrate CWS odficons 2009-09-15 16:32:43 +0200 mav  r276182 : #i104806# fix kde icons 2009-09-15 12:17:18 +0200 mav  r276168 : #i104806# fix template icons 2009-09-15 12:09:46 +0200 mav  r276167 : #i104806# fix template icons 2009-09-15 12:07:06 +0200 mav  r276166 : #i104806# fix template icons 2009-09-14 09:47:37 +0200 mav  r276103 : #i104806# add missing icons 2009-09-13 22:37:42 +0200 mav  r276100 : #i104806# add missing icons 2009-09-13 21:53:07 +0200 mav  r276099 : #i104806# add missing icons for windows 2009-09-13 21:40:56 +0200 mav  r276098 : #i104806# add missing icons for mac 2009-09-11 16:16:14 +0200 mav  r276074 : #i104806# do not introduce the new set of icons 2009-09-11 16:13:23 +0200 mav  r276073 : #i104806# use the new ODF-format icons 2009-09-11 16:09:51 +0200 mav  r276072 : #i104806# commit the new ODF-format icons 2009-09-11 16:08:49 +0200 mav  r276071 : #i104806# commit the new ODF-format icons 2009-09-11 16:07:06 +0200 mav  r276070 : #i104806# commit the new ODF-format icons 2009-09-04 16:37:10 +0200 cd  r275814 : i104806# Added new odf icons for text, spreadsheet and presentation 2009-09-04 15:54:48 +0200 cd  r275810 : i104806# Added new odf icons for text, spreadsheet and presentation

2009-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f887a993954942de9ee05e0282303187b6a22534]

        CWS-TOOLING: integrate CWS tkr25 2009-09-01 14:44:57 +0200 tkr  r275661 : #i104188# fixed linux build issue 2009-08-17 13:44:47 +0200 tkr  r275048 : #104188# use XInitialization with custom interaction handler to provide parent window

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [bb65644e8f6b69320c306a20f143aa6706cb1dd3]

        forgot to add two more new files.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [2abcb0d567a8e29a318473b3a545fe456e3bbc78]

        forgot to add two more new files.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [788b4151c79c72db8b18f65f90bbb04fbf5f7b4c]

        forgot to add two more new files.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [40b3c4a883e8f26136c996c9aefa79001f61a86b]

        Fixed build breakages.  Now the whole thing builds.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [1520eb90b5077da6d40d892feebd70790d359f25]

        Fixed build breakages.  Now the whole thing builds.

2009-09-17  Frank Schönheit  <fs@openoffice.org>  [79cad7d02a0eb7cc6e662ad424204f4599a7981a]

        consolidate DrawText and GetText - we do need versions with and without ITextLayout parameter

2009-09-17  Frank Schönheit  <fs@openoffice.org>  [f3456e8a2e2f300dab24871c4323461cb90b40e1]

        #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>  [8e2308c3ff142e3b7232908bacdcdb85ac1f9683]

        setZoom: care for rounding errors which occur during implicit conversion from float to double

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [603d5e9c0ed374c5acc477208133dc29f8d97d5c]

        #i5560# Applied & adjusted for the latest codebase the patches from go-oo. The original patches were contributed by Daniel Watson.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [8fa785c164bea369990fa389fecd6d32af1933f2]

        #i5560# Applied & adjusted for the latest codebase the patches from go-oo. The original patches were contributed by Daniel Watson.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [97dea0d4b527e7b530c86f2952263316184470d4]

        #i5560# Applied & adjusted for the latest codebase the patches from go-oo. The original patches were contributed by Daniel Watson.

2009-09-17  Kohei Yoshida  <kyoshida@novell.com>  [8599da1e97948cfe7f5730c175b9dc67691a0752]

        #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>  [8493b85dfcbac97bd23393ceec8f057ea5a8cc82]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [c067c248131fa69c562c9a0cd907c4556ed8a9f3]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [d6e3a5bb1f118cbce7cc1723c6ed99d285d3c885]

        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>  [87e84cf7552df2d367fe0330fe088fb09d90805a]

        

2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c0d33e01845f495008915f4dd628a0efc4ca43]

        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>  [59791cfb87dc386f5cc0b479027e4f2f0d696bb0]

        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>  [aae0ed4a283cc4a2d58d2eda10d12d0877913182]

        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>  [f8cdf86559c346cd00310f93b6f7d243903217bd]

        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>  [d6f7c94e5c27ba02ff5c3229760c9808cc9b5bea]

        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>  [90df1ca60d56ffb696f11a31c48ec642008d01b3]

        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  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [290947b519dc9a3ac89406075d7988f4e772c10d]

        #i97509# added base class for 3d primitive, re-structured group primitives, added documentation

2009-09-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [5cd6a50c1e2783b21340b7d6ee89e4e42221ffe7]

        #i97509# added base class for 3d primitive, re-structured group primitives, added documentation

2009-09-17  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a0f979d5bf4428f0110c408cc32d1ba670394f07]

        #i97509# added base class for 3d primitive, re-structured group primitives, added documentation

2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06358d4e625da233e1181b3d1ef1c4159b7f6f0]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49f3911b350c6188e172a4ab4d6c92c0c2f468f]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [49c5701fbbc6a93ca0410719564ee22b5166ee48]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [84a850128d4dc3dc0d9fad53ac611fe3a9832c8f]

        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>  [ec08b765e8717a035f66770a888321f2640bce56]

        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>  [85d32ee1481d3d0496c113653ed30baefea617d4]

        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>  [62f0e662d16e9448c66c1aee346cbe6debd8aba4]

        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>  [67b886689a27f5f2833e820786a1a35767de6916]

        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>  [c932a23fb013889e14ce5096966221c22ed8f96a]

        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>  [b6678b9fa263ce32ee95e6a85c3651fd343ed68e]

        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>  [8876bc874ea16687958bfaeae7c8dc02538beb94]

        #i10000# #i105059# bergmann build patch

2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ba511045377026a241d7fadd7c6f0cfb843490e7]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [b79097909fed385ec8881f7bac5ddf7a3b65e810]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [bb14b9817dff8de46359ab8a1deb0f82692a7fcf]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [e83f65005a2732dcc3107533cb0cbda5616558b0]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [cf428a5632a759e5e2f2f71a0a0df4415a948322]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [de9055887926fb2d1d02084a22d7c2666d142ddb]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [3ac5c749b573b166de037c2913c25beb8eb5f33b]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [10ab1790956131e93f58090a30417187e6624775]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ac49eeddaf88a0002901b078ca64a7d6a4068c30]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [6e2c0f14b3b7c27c2ff5d92b3c29d23597270767]

        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>  [d7ff257a75a885d6815540009bef772564455434]

        .

2009-09-17  hdu  <duerr@sun.com>  [e5def2cead12559525567f2c80b2f642d754e327]

        #i104121# fix text-justification of all-spaces line

2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9b5a4765c08f50c5e04212c5b23a8ac01c61c3ef]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [17373655669c9bedd560962d5d8e84aea1760441]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [87f6d77a00006f49cb32a8b0e43d0dcd542cb567]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [708192e04e3297f17968d6a568417b7e527c81d4]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [79a0747e1d7bd867e5cad9ce76fd98669489c9db]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [7cdfb45ff9ef956cd472f863e65bc5b24ea61180]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ff30491fc477a39f8f5509298fbd84449f7665b3]

        CWS-TOOLING: integrate CWS dr69 2009-09-09 11:45:28 +0200 dr  r275979 : suncc failure 2009-09-09 11:33:34 +0200 dr  r275977 : gcc warning 2009-09-09 11:09:02 +0200 er  r275976 : #i87171# reworked name check for creating defined names 2009-09-09 10:38:02 +0200 dr  r275973 : adapt changes in oox base class 2009-09-09 10:21:03 +0200 dr  r275969 : remove faulty pagesize stuff 2009-09-09 10:20:13 +0200 dr  r275968 : remove faulty pagesize stuff 2009-09-08 20:24:39 +0200 nn  r275958 : #i104899# interpret cells when creating chart listener after loading 2009-09-08 16:05:37 +0200 er  r275937 : ScXMLDDELinkContext::EndElement: Excel writes bad ODF <table:dde-link> <table:table> without <table:table-column>'s table:number-columns-repeated attribute; be lenient ... 2009-09-08 13:14:54 +0200 er  r275925 : #i103315# handle external references in Excel's ODF msoxl namespace 2009-09-07 17:37:18 +0200 dr  r275907 : #i104753# crash when deleting cell with note 2009-09-07 14:02:29 +0200 dr  r275896 : #i103520# reworked sheet name buffer to resolve internal hyperlinks, fix almost all remaining problems with external links in BIFF, fix auto color import for BIFF 2009-09-06 20:01:05 +0200 er  r275862 : #i35913# fix regression introduced by integration of CWS fhawfixes1; patch from <wsfulton> 2009-09-05 18:32:00 +0200 er  r275847 : #i104156# merge #i103918# from uncloned dr68ooo311 2009-09-05 18:19:23 +0200 er  r275846 : #i104156# merge #i103317# from uncloned dr68ooo311 2009-09-05 17:32:12 +0200 er  r275844 : #i104484# glueState: correct casts in range bounds; patch from <cmc> slightly modified 2009-09-03 17:26:38 +0200 dr  r275764 : #i103520# handle apostrophs in sheet names in internal URLs 2009-09-03 17:21:26 +0200 dr  r275763 : #i95271# show text formatting in temp notes 2009-09-03 12:24:52 +0200 dr  r275747 : unused declaration 2009-09-02 21:33:03 +0200 dr  r275727 : #i96438# cleanup color handling in xls filter, extend VML color parser 2009-09-02 15:39:57 +0200 dr  r275715 : #158571# #i96438# accept also VML colors in the form '#RRGGBB [xyz]' 2009-09-02 15:16:36 +0200 dr  r275714 : #158571# #i96438# set note text 2009-09-02 14:59:33 +0200 dr  r275713 : #158571# #i96438# load custom line dashes from DrawingML and VML 2009-09-02 11:53:35 +0200 dr  r275702 : #158571# #i96438# import VML fill gradients 2009-08-31 19:28:10 +0200 dr  r275632 : #158571# #i96438# more vml formatting 2009-08-31 14:29:30 +0200 dr  r275606 : #158571# #i96438# changed handling of xml token ids/names 2009-08-28 18:25:26 +0200 dr  r275545 : #158571# #i96438# preparations for and basic support of VML shape formatting, load spreadsheet cell notes position, formatting, and visibility 2009-08-25 19:08:31 +0200 dr  r275378 : #i103390# dump BIFF STYLEEXT 2009-08-25 18:28:50 +0200 dr  r275377 : #i103390# improve built-in style handling 2009-08-25 18:27:38 +0200 dr  r275376 : #i103390# improve built-in style handling 2009-08-04 18:49:40 +0200 dr  r274629 : CWS-TOOLING: rebase CWS dr69 to trunk@274622 (milestone: DEV300:m54)

2009-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f06e2089d82702cbc577cd3358260d98cc790131]

        CWS-TOOLING: integrate CWS dr69 2009-09-09 11:45:28 +0200 dr  r275979 : suncc failure 2009-09-09 11:33:34 +0200 dr  r275977 : gcc warning 2009-09-09 11:09:02 +0200 er  r275976 : #i87171# reworked name check for creating defined names 2009-09-09 10:38:02 +0200 dr  r275973 : adapt changes in oox base class 2009-09-09 10:21:03 +0200 dr  r275969 : remove faulty pagesize stuff 2009-09-09 10:20:13 +0200 dr  r275968 : remove faulty pagesize stuff 2009-09-08 20:24:39 +0200 nn  r275958 : #i104899# interpret cells when creating chart listener after loading 2009-09-08 16:05:37 +0200 er  r275937 : ScXMLDDELinkContext::EndElement: Excel writes bad ODF <table:dde-link> <table:table> without <table:table-column>'s table:number-columns-repeated attribute; be lenient ... 2009-09-08 13:14:54 +0200 er  r275925 : #i103315# handle external references in Excel's ODF msoxl namespace 2009-09-07 17:37:18 +0200 dr  r275907 : #i104753# crash when deleting cell with note 2009-09-07 14:02:29 +0200 dr  r275896 : #i103520# reworked sheet name buffer to resolve internal hyperlinks, fix almost all remaining problems with external links in BIFF, fix auto color import for BIFF 2009-09-06 20:01:05 +0200 er  r275862 : #i35913# fix regression introduced by integration of CWS fhawfixes1; patch from <wsfulton> 2009-09-05 18:32:00 +0200 er  r275847 : #i104156# merge #i103918# from uncloned dr68ooo311 2009-09-05 18:19:23 +0200 er  r275846 : #i104156# merge #i103317# from uncloned dr68ooo311 2009-09-05 17:32:12 +0200 er  r275844 : #i104484# glueState: correct casts in range bounds; patch from <cmc> slightly modified 2009-09-03 17:26:38 +0200 dr  r275764 : #i103520# handle apostrophs in sheet names in internal URLs 2009-09-03 17:21:26 +0200 dr  r275763 : #i95271# show text formatting in temp notes 2009-09-03 12:24:52 +0200 dr  r275747 : unused declaration 2009-09-02 21:33:03 +0200 dr  r275727 : #i96438# cleanup color handling in xls filter, extend VML color parser 2009-09-02 15:39:57 +0200 dr  r275715 : #158571# #i96438# accept also VML colors in the form '#RRGGBB [xyz]' 2009-09-02 15:16:36 +0200 dr  r275714 : #158571# #i96438# set note text 2009-09-02 14:59:33 +0200 dr  r275713 : #158571# #i96438# load custom line dashes from DrawingML and VML 2009-09-02 11:53:35 +0200 dr  r275702 : #158571# #i96438# import VML fill gradients 2009-08-31 19:28:10 +0200 dr  r275632 : #158571# #i96438# more vml formatting 2009-08-31 14:29:30 +0200 dr  r275606 : #158571# #i96438# changed handling of xml token ids/names 2009-08-28 18:25:26 +0200 dr  r275545 : #158571# #i96438# preparations for and basic support of VML shape formatting, load spreadsheet cell notes position, formatting, and visibility 2009-08-25 19:08:31 +0200 dr  r275378 : #i103390# dump BIFF STYLEEXT 2009-08-25 18:28:50 +0200 dr  r275377 : #i103390# improve built-in style handling 2009-08-25 18:27:38 +0200 dr  r275376 : #i103390# improve built-in style handling 2009-08-04 18:49:40 +0200 dr  r274629 : CWS-TOOLING: rebase CWS dr69 to trunk@274622 (milestone: DEV300:m54)

2009-09-17  Joerg Skottke  <jsk@openoffice.org>  [e9e6fded29577d6f6fc8fbcc63ffb3aaa417a828]

        #i103052# - Small fixes

2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ced687273e1d0439c240f7f5776928f2121931a]

        CWS-TOOLING: integrate CWS jskhgpilot3 2009-09-10 skotti Branch merge - cws automationdev300m57cat0 into this one 2009-09-10 skotti #i104919 - stripped comments 2009-09-09 tb121644 #i104895# split options test into 2 files one for first.bas and the other for X_updt.bas'es 2009-09-09 tb121644 #i100286# add HElpId HID_OPTIONS_JAVA_LIST 2009-09-08 tb121644 #i103219 CB_KEEP_LIST -> CB_REMOVE_LIST; clean hid.lst 2009-09-08 tb121644 #i103219 revert of revert of change; clean hid.lst 2009-09-10 skotti Imported changes from CWS jskhgpilot2, they are needed 2009-09-09 skotti Merged jskhgpilot3 into this clone 2009-09-06 skotti Branch merge 2009-09-04 skotti #i104201# - Use hardware acceleration is now available on Windws. Sometimes 2009-09-04 skotti #i104201# - Use hardware acceleration is now available on Windws. Sometimes 2009-09-04 skotti #i104201# - Use hardware acceleration is now available on Windws. Sometimes 2009-09-02 skotti #i104201# - Warnlog to QAErrorlog 2009-09-02 skotti #i104487# - Supply warnlog 2009-09-01 skotti #i104201 - Switch off verbosity 2009-09-01 skotti #i104201 - More minor fixes, finally also solved the Hyperlink issue 2009-09-01 skotti Minor fixes 2009-08-31 skotti #i104201# - typo. Gargel 2009-08-31 skotti #i104201# - on some systems we just dont have antialiasing 2009-08-31 skotti #i104457# Disable verbosity in t_tools1.inc 2009-08-31 skotti #i104201# - Simplified test case with more hard coded numbers and fixed incorrect itemcount for StarOffice (which caused the tOOoColors test to fail) 2009-08-28 skotti Rebase 2009-08-28 skotti #i104487# - Attempt to fix hyperlink dialog 2009-08-25 skotti #i104487# Added WaitSlot() which appears to solve the problem on Windows 2009-08-25 skotti Merge von cws jskhgpilot2 2009-07-31 skotti #i96753 - added just another 500ms wait - sad, that is 2009-07-31 skotti #i96753 - cleanup, documentation 2009-07-31 skotti #i96753 - fix 2009-07-31 skotti #i96753 - OK, another approach for testing on different hardware... 2009-07-31 skotti #i96753 - small adjustments, back to .click() method 2009-07-29 skotti #i96753 - invented new dynamic function to deal with the menubutton which - as a nice sideefect allows to disable all sleep() statements within the test. This is good for -330 seconds of sleeping and in combination with a few optimizations makes the test run less than 20 minutes, about 8 minutes faster than before 2009-07-28 skotti #i96753 - use MenuBtn.OpenMenu() instead of .click() as this appears to work better and is used in other places successfully as well 2009-07-28 skotti #i103065 - fileopen dialog shows Mercurial and SVN directories which must be skipped 2009-07-28 skotti #i103065 - Added mercurial hidden directory to the excludes list in global routine 2009-07-28 skotti Rebase oder so... 2009-07-28 skotti #i96753 - insert wait statements 2009-09-09 skotti #i104919# - Add a WaitSlot() to gain stability on slow systems 2009-09-09 skotti #i104910# - Changed Accelerator from ALT+o to ALT+n for german localization 2009-09-08 skotti #i104887# - Moved files from required to optional including inc-files. Updated paths and moved non-project files to LoadIncludeFiles section

2009-09-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [1027ca0dfc9fa7f37c7d29f1b281606ba2fac76f]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [762181f6f1168e0eb54009990222d7cb4cebebd5]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [00fc98176877bf7d18b21e4cc19ba508728ccd98]

        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>  [ef43d23e180d94f8a060388460c988d6d4126c6b]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [48f8d30dfa1ba1d5a902db7d401aa3c77d780ff7]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [2b685c20949e50245495002aafbbdf7c6a1b5aaa]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [d2693d90379bd0c1c59231ee6c4b72f5fd76a72f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [2586cbf6704374c389d9db8937a7a32448dc1331]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [4e5d76b3cef5a863d5961e33a0c08c26b0b6dc2d]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [5ba030930ada6de3777b02e6f7fc6fa05bc4a01f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [21f00c5087181a81462af1b9ec07007d1636ebc1]

        CWS-TOOLING: integrate CWS fwk115 2009-08-30 10:55:35 +0200 mav  r275560 : CWS-TOOLING: rebase CWS fwk115 to trunk@275331 (milestone: DEV300:m56) 2009-08-10 10:25:27 +0200 mav  r274795 : #i101907# fix typo 2009-07-21 09:05:31 +0200 mav  r274157 : CWS-TOOLING: rebase CWS fwk115 to trunk@273468 (milestone: DEV300:m51) 2009-05-14 11:01:51 +0200 mav  r271877 : #i101907# show only installed applications

2009-09-17  Joerg Skottke  <jsk@openoffice.org>  [1ee9510eac675c97c2204a80b84a1ade13265c39]

        #i103052# - Added dynamic controls for non-applicatin specific pages (General, Layout and Options)

2009-09-17  Mathias Bauer  <mba@openoffice.org>  [dcae592d4d6ed9bcd86c1d69d2b01eb3467cd773]

        #i103496#: add dependency on comphelper

2009-09-17  hb137859  <hb137859@x42-so34>  [34373deb076e3979c304829b2ad2272cd682c928]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [6d370f4c102ec504ae520b2b1b597645a76c2c8d]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [a5a0fab508a7a94cbbee68bd3d655016fe1e988a]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [96dbede13d965632b61f0c91f8cd0b9e809f43e3]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [ebba1004f9c5e91d0acd359931184b990f7a9adf]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [8bdafacb181419b9ad873c2cf281c17965b66aad]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [be54f2d0360c2d81c8ee76688b06f6884253fa33]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [6d5f7c04c11b409f30f809d2c127f6721010ebd5]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [e43d3eadd33953ab635d42087663717204f354d5]

        merged DEV300_m59

2009-09-17  hb137859  <hb137859@x42-so34>  [2c2b6ab45c3a8500552f3aa0b639782577072586]

        merged DEV300_m59

2009-09-17  Mathias Bauer  <mba@openoffice.org>  [578685396a65e5e19051d9c7f408379c62d9adcf]

        #i103496#: remove dependency on unotools

2009-09-17  Mathias Bauer  <mba@openoffice.org>  [874e8bf6b141f53e1536a9816cfd90cc044aeb49]

        #i103496#: remove dependency on svtools

2009-09-17  Joerg Skottke  <jsk@openoffice.org>  [b7871f8495db6be4fa790f7b84570fe50ec003a7]

        #i103052# - Changed name of TabGeneral to TabPrintingGeneral as a TabGeneral already exists in another context

2009-09-17  Joerg Skottke  <jsk@openoffice.org>  [2dd7cecfee2f47e782c743553e90cc077d512444]

        #i103052# - Removed deprecated declarations for printer dialogs

2009-09-17  Thomas Lange  <tl@openoffice.org>  [6aad92c994f65f44927b7186645c6c77b6b81ff9]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [76b8b7baa77573076292306400b7cb80ccc502e4]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [8f6ae57d3358c67e704d63cfd99209af21201567]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [b30d9f2d6c7cebd256c402c1ef206befc1455792]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [757f6d98c004988c98c506aa9bff4572affcf3e1]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [6485417ddb43981ebc67ed22c0b585a8841ae1ab]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Thomas Lange  <tl@openoffice.org>  [f351e9aa30010fec27deb0ad705fd35744675c5b]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-17  Joerg Skottke  <jsk@openoffice.org>  [1c5abedca1a60a639d75c6aee60fcff07bcde563]

        #i103052# - Adjusted .win file to new build (introduces/moves controls)

2009-10-08  hg  <hg@oosvn01.>  [ee4ac7ce063dfa8bd442ea5e5f55d01ea6df6078]

        merge with m55

2009-09-17  Thomas Lange  <tl@openoffice.org>  [76e3c562b28d023eca6e9d70b9df02fdc1715f1b]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [ddf9f3eea0511c5971f88c9b4eb08a63a8a8d7fd]

        removed previously commented out code block.  ScDBQueryDataIterator only processes one field; it is no longer necessary to wrap around over multiple columns.

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [f8acf48d34271dc41ee4d4e1d51a465af42844d9]

        last cleanup - use vector to store an array of ScQueryEntry, instead of the old-fashioned c-style dynamic array.

2009-09-16  Mathias Bauer  <mba@openoffice.org>  [01a1ccf89482b29a5d0f9c04d1558464aa13ddc5]

        #i103496#: dictionaries have own license files

2009-09-16  Mathias Bauer  <mba@openoffice.org>  [c92516883e89327f98606c7641e6d43a1e2d1db2]

        #i103496#: add missing dependency on soltools

2009-09-16  Mathias Bauer  <mba@openoffice.org>  [9b4cac95b5f0156b27b6fc6b00f02171541eeea9]

        #i103496#: no cppunit headers in pch

2009-09-16  Mathias Bauer  <mba@openoffice.org>  [7b4919c0269d4cd7c21a7a5af95d87d9dd39fcf1]

        #i103496#: fixes for pch

2009-09-16  Mathias Bauer  <mba@openoffice.org>  [e70fdfaaebb72ff54e3458b9d8d1cff5d37ae509]

        removed unintendendly committed ure_top

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [a3a5aa0c3708bdc0f038592aea4512a1809aab82]

        don't modify the return value unless the search is successful.

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [fe232c3a08c5e3c11d54ca1831bd28b87c500ab6]

        removed the duplicated ScTable::ValidQuery.

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [612a93a510ebc05c3f245229819a34600d2acde0]

        code cleanup.

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [23e1e999ad0d394a8b295491145c28d46e70f3d1]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fb8a40f3143c8dad9b4eddb0132dda1da4ff2ed]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8fa4fd133565ca0f26fdb448234795ea920fa5]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c895561f63ed7161947a04da8e6a3d3fb195fa7]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [b88e5cbaee8fc57a3eacb64f70e3d92fbae866c0]

        CWS-TOOLING: integrate CWS automationdev300m57cat0 2009-09-09 tb121644 #i104895# split options test into 2 files one for first.bas and the other for X_updt.bas'es 2009-09-09 tb121644 #i100286# add HElpId HID_OPTIONS_JAVA_LIST 2009-09-08 tb121644 #i103219 CB_KEEP_LIST -> CB_REMOVE_LIST; clean hid.lst 2009-09-08 tb121644 #i103219 revert of revert of change; clean hid.lst

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6a7b19436d658990b582c98612d95da8d17afd]

        CWS-TOOLING: integrate CWS automationdev300m57cat0 2009-09-09 tb121644 #i104895# split options test into 2 files one for first.bas and the other for X_updt.bas'es 2009-09-09 tb121644 #i100286# add HElpId HID_OPTIONS_JAVA_LIST 2009-09-08 tb121644 #i103219 CB_KEEP_LIST -> CB_REMOVE_LIST; clean hid.lst 2009-09-08 tb121644 #i103219 revert of revert of change; clean hid.lst

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [4e09489a9baca354aae4cccd0d1d6b60e89f4a91]

        #i102750# fixed DGET.

2009-09-16  Thomas Lange  <tl@openoffice.org>  [1c10dd569addb74663a14a590abb3658c39847e5]

        #i1601# Sentence case, Title case, and Toggle case transliteration added

2009-09-16  sb  <sb@openoffice.org>  [9697f10fbc058b837998d0957505a0127fa9eb9b]

        merged in DEV300_m59

2009-09-16  sb  <sb@openoffice.org>  [c763ddce153dbb73707680874ef9d2f011caaeeb]

        merged in DEV300_m59

2009-09-16  sb  <sb@openoffice.org>  [6366d81d891cdfe7e8092551f5d7996c8d5a3064]

        merged in DEV300_m59

2009-09-16  sb  <sb@openoffice.org>  [5261845afc9b0b731441d14fe49ebeef1123c8b7]

        merged in DEV300_m59

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [66df527698911ad351fdc8a5c91e4a40b96c89bf]

        Moved the string flag from the iterator to the query param struct.

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [85df6c064cea68a6b510a67d258387710a37a5ec]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [e260d2a64d6de337cc0aa991e577a1c00af4a936]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f67921c8a411cd5740ee2e1884f5c3c95ce4dd05]

        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>  [408c5595e34788cbe1e4701c594acd13e77cc4a0]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [969b32ae5a5aa9be89a8b8d30d533d9f91bbf587]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c13c0be9673f12ba3c1a50610afbbb32dab94a]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1b34621ba2dfecd066bdd06bb508a5a998a159f]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [49bcf51b8cfb412af443ac7903d9b163331cb8ba]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35f41e161aaa25ca180b1966a0f465a99a1903a]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [e66e25555bc9d6c95144d349235216db4420c099]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [259f5785aada7d4949609f1743359cd1f4a8349d]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [be29d7f7e574e990bf322b808cbc64d4808b1178]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7788533a2565593405e55b617d09425e08ef439]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a53cdd24cad42e1b6295d6d106e35becb5a917]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffd74a9de667d83618ea15557bba480308e95e0]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [43856e18c9f44bcf47f8e57a8abaae0e115f0fe8]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e7fc38aa58ccca15c2bc136c71d3baec70c8144]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [12b90f8abac726043a9db0f3a970dda7ecc716a5]

        CWS-TOOLING: integrate CWS sb113 2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [3437017068ea054dc18dfa2f99e02f9c1170cf20]

        renamed: ScDBQueryValueIterator -> ScDBQueryDataIterator.

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [c115c7a3e478690a62b8789139b0fcd8620eb62a]

        changed signature of ScDBQueryValueIterator's methods to allow retrieving string values.

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [63ced9a41da5eef5bb6ad45eb5b474bdc7ab955a]

        #i10000# build fix, added mising endif

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [26b8ba9d33a88b2ca8f9a877ea90dd83c342a538]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [adc470c2bd8f0495702211d04757ac22f321a09b]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [e6c032c3a8260f176f8d76c7d29931e119e7a69b]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [5d431414afa79d392fe6a885940c559236c25aa2]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [cf4f7bd8bec78d02d5af02397961211c62692224]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [36fc972942594e186e6924bfc1568bfb0096733e]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a9ac4fe6fd5b3ee921a8eee85a715c3ef881e47e]

        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  Kurt Zenker  <kz@openoffice.org>  [176f9defe757d7bef35c1e37e1ca06b20c3b29c8]

        #i105126# regenerate configure

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1df173a6bd8fe83b77c3e92ea0a3c5ce6a26e483]

        CWS-TOOLING: integrate CWS impressnotes02

2009-09-16  Rüdiger Timm  <rt@openoffice.org>  [f9d126374cdc88d4d9a0d6002bb36d6576d24546]

        #i105092#, #159202# disable modification of shared extensions when running in office ( by JL )

2009-09-16  Frank Schönheit  <fs@openoffice.org>  [24dff8f7929425d0ded658d8729b1257e5cf4868]

        ooops, DrawControlText of course needs to merge the actual ControlFont into the canonical font

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b182bf51505af4a181c7083343ade25c65a8065f]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ac6f47bc425abc041c11f80644ba31bef87cd7bf]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a408bb529fbd69138625a7efe7ce41fc5f899015]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7dbe377ade4654f4d127717f5b99e4cc1f2e954e]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [46c6fa84d275a81f9b1eb0d953baec342ea7f052]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [57cf325f534b1e653f7222368a15bdf2b4e32f6c]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c33b257ab7d22c550215ae7b57cb0c77e94ae76f]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [940e511ce08a7f1fb4483a92ab2811d7649a1bd3]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c552e9a4f47c54a5202017bbf0bf5cc4eedb1d2c]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [da3ef3a27296d643bd489592fa09f54b1802f902]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d6cf80c14ef6abe02125bb8f66262961193cffd7]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fcd1e07f252c3e44a5707e9e9ee429a5cef98fc8]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b98141205a6d920cfab99229c1ee4803a8120022]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d96b6584a5da69ee35a9c1e19d1caec3172984a5]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Ivo Hinkelmann  <ihi@openoffice.org>  [17f1988c7649d4239ba675040bf7dc145f3e5423]

        CWS-TOOLING: integrate CWS l10nframework01

2009-09-16  Release Engineers  <releng@openoffice.org>  [3f03b4672c47e1cb561ca2fd4811e65ae3b95e56]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [39588fa85fa16f02c7a4e003fefb608c16a618a1]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [a11aa70b384e3ca0df953b53cff6b4d7f9699147]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [9312cb4741bf45017a1394faf587aa13f5172cc1]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [1316975f2eee54842c9e8564ff1576bb715e5cb7]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [5b32579a00a30a8000a57d72cee3cf9b690c68f3]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [c1021e50a5800fdfeeab288874ed9715d6928a1f]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [41a065de752417668f1db5f7deb696a2a91766ac]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [a5cafc72a0ece6ab259c5586dce476fe33ba4aad]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [c6435bca683af82cc4844922f31e957de603e10f]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [896edc904b8e32750662d851298ff793900d9057]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Release Engineers  <releng@openoffice.org>  [1a1f55e57995a980655f6c4278f6a6c2147ea028]

        Create DEV300_m59 milestone tag from trunk@276191

2009-09-16  Kohei Yoshida  <kyoshida@novell.com>  [b9b21a5392d872f509e512330bcc15fe016ed6db]

        #i102750# fixed DCOUNT and DCOUNT2.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [969e12dea2f761ab76e1bae01c93b477492f3a82]

        skip empty matrix values when iterating through them.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [005755dea8287d9652badaf96ab2ee9c609fea11]

        removed some debug statements.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [d57378e7ad4f6592703279d79e4d930a89ec53f8]

        check whether or not the data range has header row.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [ff9ef19c20994a0bfbc798b207b95caeb3c8a1b2]

        added static method to fill query options that are always the same for all database function queries.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [a43b2ea515afd434197487d4a20d835e96abc1da]

        #i102750# fully functioning ValidQuery() equivalent for the external db ranges.

2009-09-15  Kohei Yoshida  <kyoshida@novell.com>  [62ca9beff50e3e40e524656088d8bb4978612ca6]

        #i102750# supported external db range for DSUM for by-value query entries.

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [795cd663c621fdecd0f313f76afe06ce3342bb12]

        #i97509# changed base classes for primitives which need no buffering

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [9c198f356d0a55e96fe4f96384afcdd7d3a8cb87]

        #i97509# changed base classes for primitives which need no buffering

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [52ddaac170a54bcbc5505e73a4e8ca93a19a8913]

        #i97509# changed base classes for primitives which need no buffering

2009-09-15  Mathias Bauer  <mba@openoffice.org>  [559022a94f0d8fca158134782f2206b88218a4cd]

        remove dependency on perl by throwing out superfluous XML stuff

2009-09-15  Mathias Bauer  <mba@openoffice.org>  [e7e8d94bb6d31abc98bbeb4026481aa052f29278]

        obvious c/p error fixed

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [dac4275c1bb031c2f52b5069493bea2100a12701]

        #i97509# seperated base and buffered classes for 2D and 3D, adapted aqll usages

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [b653cd4479611658c45e70af135eb31c97a1605e]

        #i97509# seperated base and buffered classes for 2D and 3D, adapted aqll usages

2009-09-15  Armin Le Grand  <Armin.Le.Grand@Sun.COM>  [a38342aa7ff93dbf1e3432d42afecac778eb80a1]

        #i97509# seperated base and buffered classes for 2D and 3D, adapted aqll usages

2009-09-15  Oliver Bolte  <obo@openoffice.org>  [c278cc39217c9087b1c5e138bf680b82c19bf117]

        #i10000# remove ENABLE_CAIRO switch

2009-09-15  Oliver Bolte  <obo@openoffice.org>  [b1b49565cc12c5c6beff0aba914826ce5a7b5ca6]

        #i10000# use BUILD_PIXMAN=YES for cairo/unxmacxi

2009-09-15  Oliver Bolte  <obo@openoffice.org>  [08e5200a4b24ef467c1289c8c14ca6e8bd81750b]

        #i10000# use BUILD_PIXMAN=YES for cairo/unxmacxi

2009-09-15  Oliver Bolte  <obo@openoffice.org>  [721cd486db826f7af5dc85db8cd39a2ae5374a3c]

        #i10000# make cairo buildable for Hamburg RE

2009-09-15  Kurt Zenker  <kz@openoffice.org>  [7882c6a0034e17b65e1a27bc0ed7bc65bc1679c5]

        #i10000# WaE fix

2009-09-15  Kurt Zenker  <kz@openoffice.org>  [2cf1b92c231f06eff95a1fce8654ce0e01b5014b]

        #i10000# builderror and WaE on solaris fixed

2009-09-14  Kohei Yoshida  <kyoshida@novell.com>  [6b38ae9c3bbca8be9d41df4e4deee464af5ba89b]

        Made string matching case insensitivive where it needs to be.

2009-09-14  Kohei Yoshida  <kyoshida@novell.com>  [461cbe7301210f18bde613aeccf1443c1d07df72]

        added javadoc comments for methods & fixed internal range access bug.

2009-09-14  Kohei Yoshida  <kyoshida@novell.com>  [4996883c90c3dd7db4e60f30cd7ce6a9ab75aa7e]

        #i102750# moved fillQueryEntries() into the base class and made it non-virtual.  Now DBSum works with an external range as the query range.

2009-09-14  Kohei Yoshida  <kyoshida@novell.com>  [2c135d541038ef9f5c5e3c9d91fc424994b012c7]

        #i102750# More refactoring of query parameter code.

2009-09-14  Philipp Lohmann  <pl@openoffice.org>  [2589f7adbf0066980b8da68355c2d48369465764]

        #i104662# fix IsLastPage handling

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [6152b5efa3490cc8f09f269dc7542ffe3833358c]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [416fc7a2be488e0e0234e88455761f62b8a6ac5a]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [776336dc70e3e02d1be9c1f0c5aa531f5c47345e]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [b8a58871dcc7e2398e95d518dff2f739712515e3]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [c3e81ce17ef23f013aacfea5ab08d912a2dd51be]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [2113e3672796e481cff9ce9218c002ee96a9ac21]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [e6838b9d44a0164bbace63c050b6d75ceb49b30b]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [6ea0304b451d06756bf24256fadbf379faf72265]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [febdf577f7716df95e9d7e7edf15baaa2bfdf4a5]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Mathias Bauer  <mba@openoffice.org>  [e10e4ddb2a08f1a4f49f4ba8a72075d51b91c3cd]

        #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2

2009-09-14  Philipp Lohmann  <pl@openoffice.org>  [8a793295f4eb6530ac55654353de1ac1a33dd170]

        #i104933# enhance RemoveTransparenciesFromMetafile for N-Up printing

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [a9869568d1176eb8ac37591f471e85ef2b01b3f1]

        #i10000# aktivate new Languagepacks for mac

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [71e1f5bb7583ba33724f2b3a46f7745bbf8180e2]

        DEV300

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [236fe0666bcb40990a3533ad2afa0a6bfbc9de67]

        #i10000# build break fixed

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [991fe0b57982f61962d56347f3bf4c9b053818c2]

        #b6875455# impl-data for Control instances

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [a5c16611d56b595897e2b45676e45a0b8a1b16ee]

        #i10000# wrong class

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [3ec91dff370216b1ee529bd1631736c23dc050ad]

        #i104978# patch

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [6628e5879de522d916ab9b3623c1fc187d9692bc]

        #i105022# patch

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [a3100ff384a815e3088fc9ab5b43c3e5ff701cc3]

        #cr6875455# introduce a ReferenceDevice property for various control types

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [017ae40dc058017a2e39f2ad3b8d6a14c988ce25]

        #cr6875455# properly pass the reference device to the SdrModel (patch approved by od)

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [48adcca2a1e5eb132932f3400d8c54e9ba594993]

        #cr6875455^# pass the SdrModel's reference device to UnoControlModels

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [f7124d57bc10b6e2960c86c4384a671ad7b4de02]

        #cr6875455# mpLayoutData not directly accessible anymore

2009-09-14  Frank Schönheit  <fs@openoffice.org>  [cdc8876be07e8191f38a47159ec152c3b90a7d82]

        #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>  [e87ea379e99c01e62555c1821b69a55a490b07f2]

        #i105025# patch

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [d6b785a2d8fd9449dec8718531494a8be6c2b4be]

        #i10000# WW8WrtStyle to MSWordStyles renamed

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [a6abfa16cd66addbda3a5ea3defd5d465a75a9a0]

        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>  [4238aa467925b5a6cf54e6fb4e70fe727923da26]

        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>  [b40706813bbc27bcf42cafd9c51b6a3271de00d3]

        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>  [a580a1837bedb94e3c95fa48ce602a2ac04b7117]

        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>  [21c021e0607307516acbc09a0470adf2586b9171]

        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>  [55d1515f45c49bd9fd5eb2e8f67eda42f1ca3e10]

        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>  [ea35f2f06cbb9507218af9c224d2ebdcaa2bec10]

        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>  [5d928bac6d84b6bacfcac6f97b6c5de82fb96a84]

        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>  [7a937d5265517dc6711e16ef75c6032d380292bd]

        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>  [aafd1aef573fb966ae4d032ebbf9ed490f2ad59d]

        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>  [8fb4e719e4d0e90afdc3685edd4d9cf3a097cfa6]

        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-14  Kurt Zenker  <kz@openoffice.org>  [c5249dfe913603ea3e679690eb4d8604a9c87deb]

        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-14  Kurt Zenker  <kz@openoffice.org>  [8570f88531e1b206f3fa63e10b308df9c57bb9c9]

        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-14  Kurt Zenker  <kz@openoffice.org>  [b77e92b4a751f579cfdcc54ca5162cf40f2d7b2a]

        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-14  Kurt Zenker  <kz@openoffice.org>  [aaf0f982b10b35a587bcfff623cf4912ae93d253]

        #i10000# cws odfmetadata3 corrected

2009-09-14  Kurt Zenker  <kz@openoffice.org>  [7e8e9768acd968b4b7422384a151f44066e7c5a1]

        #i10000# cws odfmetadata3 corrected

2009-09-12  Philipp Lohmann  <pl@openoffice.org>  [3aeb0fc95cf16c28c75095cfe5e720afb786e781]

        solve problems with transparency and N-Up

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [0504dde7fb924dd875acf7815b41802a8b470b0b]

        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>  [6c08543a370b759d495b0f4a593b1f7cd329de64]

        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>  [e3dfab7581113959dc4d7a61a65e109d3b01a3a8]

        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>  [aad25f4253e6d4a6e07815af9f56cdd31479d6fa]

        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>  [f70de5267d7d9b7b6946cd72fe26e91bb6ac8431]

        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>  [932a769acccb54b93e2dc6f222cbc8bc1e6e312e]

        CWS-TOOLING: integrate CWS dv15 2009-09-10 07:47:47 +0200 dv  r276020 : #i104942# Better renaming algorithmen 2009-09-03 13:42:16 +0200 dv  r275749 : #i104754# New icon for shared extensions 2009-09-03 13:37:58 +0200 dv  r275748 : #i104754# New icon for shared extensions 2009-09-03 10:31:06 +0200 dv  r275746 : #i104745# Reordered controls for better A11Y support

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [3203935b062e19dc40ccb47b825cb5b67bcd6d72]

        CWS-TOOLING: integrate CWS dv15 2009-09-10 07:47:47 +0200 dv  r276020 : #i104942# Better renaming algorithmen 2009-09-03 13:42:16 +0200 dv  r275749 : #i104754# New icon for shared extensions 2009-09-03 13:37:58 +0200 dv  r275748 : #i104754# New icon for shared extensions 2009-09-03 10:31:06 +0200 dv  r275746 : #i104745# Reordered controls for better A11Y support

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [a939c1e6d7c8867d80430881b77d6066fc3cb5f8]

        CWS-TOOLING: integrate CWS dv15 2009-09-10 07:47:47 +0200 dv  r276020 : #i104942# Better renaming algorithmen 2009-09-03 13:42:16 +0200 dv  r275749 : #i104754# New icon for shared extensions 2009-09-03 13:37:58 +0200 dv  r275748 : #i104754# New icon for shared extensions 2009-09-03 10:31:06 +0200 dv  r275746 : #i104745# Reordered controls for better A11Y support

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [7ba723b000bde244e1a70591a7691ec618af7286]

        CWS-TOOLING: integrate CWS extras320 2009-09-09 07:44:31 +0200 jsk  r275963 : #i104797# - changed number of currencies from 13 to 16 2009-08-20 10:20:49 +0200 va  r275169 : #i99047# Added Font Hinting 2009-08-18 12:50:42 +0200 va  r275092 : #i99047# Added Font Hinting 2009-08-18 10:44:16 +0200 va  r275083 : #i104220# French Holiday: Added Whit Sunday 2009-08-14 11:46:39 +0200 va  r274973 : #i104220# Corrected French Holidays 2009-08-11 17:51:29 +0200 va  r274872 : #i98254# Button for Logfile expanded. 2009-08-11 17:28:09 +0200 va  r274870 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:27:48 +0200 va  r274869 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:17:41 +0200 va  r274868 : #i102567# Updated AutoCorrection 2009-08-11 17:16:59 +0200 va  r274867 : #i102567# Updated AutoCorrection 2009-08-11 17:16:27 +0200 va  r274866 : #i102567# Updated AutoCorrection

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [067a4c72eaa42d5346aaa0dd07d742b391f9fe46]

        CWS-TOOLING: integrate CWS extras320 2009-09-09 07:44:31 +0200 jsk  r275963 : #i104797# - changed number of currencies from 13 to 16 2009-08-20 10:20:49 +0200 va  r275169 : #i99047# Added Font Hinting 2009-08-18 12:50:42 +0200 va  r275092 : #i99047# Added Font Hinting 2009-08-18 10:44:16 +0200 va  r275083 : #i104220# French Holiday: Added Whit Sunday 2009-08-14 11:46:39 +0200 va  r274973 : #i104220# Corrected French Holidays 2009-08-11 17:51:29 +0200 va  r274872 : #i98254# Button for Logfile expanded. 2009-08-11 17:28:09 +0200 va  r274870 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:27:48 +0200 va  r274869 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:17:41 +0200 va  r274868 : #i102567# Updated AutoCorrection 2009-08-11 17:16:59 +0200 va  r274867 : #i102567# Updated AutoCorrection 2009-08-11 17:16:27 +0200 va  r274866 : #i102567# Updated AutoCorrection

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [8c47ef98ad3132ba3c0d7ffd376d0b004750a7b7]

        CWS-TOOLING: integrate CWS extras320 2009-09-09 07:44:31 +0200 jsk  r275963 : #i104797# - changed number of currencies from 13 to 16 2009-08-20 10:20:49 +0200 va  r275169 : #i99047# Added Font Hinting 2009-08-18 12:50:42 +0200 va  r275092 : #i99047# Added Font Hinting 2009-08-18 10:44:16 +0200 va  r275083 : #i104220# French Holiday: Added Whit Sunday 2009-08-14 11:46:39 +0200 va  r274973 : #i104220# Corrected French Holidays 2009-08-11 17:51:29 +0200 va  r274872 : #i98254# Button for Logfile expanded. 2009-08-11 17:28:09 +0200 va  r274870 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:27:48 +0200 va  r274869 : #i103011# Added latest 3 Euro Countries 2009-08-11 17:17:41 +0200 va  r274868 : #i102567# Updated AutoCorrection 2009-08-11 17:16:59 +0200 va  r274867 : #i102567# Updated AutoCorrection 2009-08-11 17:16:27 +0200 va  r274866 : #i102567# Updated AutoCorrection

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [8a2adf67b2f07c69efbb8e84de548c8b80844011]

        CWS-TOOLING: integrate CWS iconupdate320 2009-09-08 18:25:36 +0200 mbn  r275950 : #i88085# The size of high contrast icons has been reduced 2009-08-31 17:44:19 +0200 va  r275624 : #i101424# Updated AutoCorrection 2009-08-31 17:38:20 +0200 va  r275622 : #i97400# Icon Update 2009-08-31 17:21:39 +0200 va  r275621 : #i104512# Corrected Bitmap 2009-08-31 17:21:30 +0200 va  r275620 : #i104512# Corrected Bitmap 2009-08-31 17:21:19 +0200 va  r275619 : #i104512# Corrected Bitmap 2009-08-31 17:21:07 +0200 va  r275618 : #i104512# Corrected Bitmap 2009-08-31 17:20:52 +0200 va  r275617 : #i104512# Corrected Bitmap 2009-08-31 17:19:04 +0200 va  r275616 : #i104512# Corrected Bitmap

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [1080c27ecf953ab874574067cb30e22f4109c85f]

        CWS-TOOLING: integrate CWS iconupdate320 2009-09-08 18:25:36 +0200 mbn  r275950 : #i88085# The size of high contrast icons has been reduced 2009-08-31 17:44:19 +0200 va  r275624 : #i101424# Updated AutoCorrection 2009-08-31 17:38:20 +0200 va  r275622 : #i97400# Icon Update 2009-08-31 17:21:39 +0200 va  r275621 : #i104512# Corrected Bitmap 2009-08-31 17:21:30 +0200 va  r275620 : #i104512# Corrected Bitmap 2009-08-31 17:21:19 +0200 va  r275619 : #i104512# Corrected Bitmap 2009-08-31 17:21:07 +0200 va  r275618 : #i104512# Corrected Bitmap 2009-08-31 17:20:52 +0200 va  r275617 : #i104512# Corrected Bitmap 2009-08-31 17:19:04 +0200 va  r275616 : #i104512# Corrected Bitmap

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [921ff4b99a018c4d45c6d8d810fc96130c1b3a70]

        CWS-TOOLING: integrate CWS chartuseability01 2009-09-07 17:26:44 +0200 iha  r275906 : CWS-TOOLING: rebase CWS chartuseability01 to trunk@275801 (milestone: DEV300:m57) 2009-08-27 13:48:16 +0200 iha  r275481 : #7049# listbox to select chart elements 2009-08-27 11:54:53 +0200 iha  r275464 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-26 16:49:58 +0200 iha  r275435 : #i102820# added missing case 'floor' 2009-08-26 15:33:51 +0200 iha  r275427 : #i102820# make 'insert legend' work properly 2009-08-25 16:35:00 +0200 ufi  r275369 : i104087 2009-08-25 15:12:17 +0200 iha  r275360 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:31 +0200 iha  r275359 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:15 +0200 iha  r275358 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 11:57:43 +0200 iha  r275344 : #i104087# changed behavior of insert menu 2009-08-18 12:53:54 +0200 oc  r275093 : #i104082,104086,104089# multiple changes because of changed chartUI 2009-08-10 16:46:17 +0200 ufi  r274824 : i104083 i104087 i104090 2009-08-07 14:04:34 +0200 iha  r274763 : #7049# listbox to select chart elements 2009-08-07 13:06:05 +0200 iha  r274760 : #7049# listbox to select chart elements 2009-08-07 13:05:06 +0200 iha  r274759 : #7049# listbox to select chart elements 2009-08-07 12:32:31 +0200 iha  r274756 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-07 12:31:54 +0200 iha  r274755 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 19:00:48 +0200 iha  r274742 : #i103593# make insert menu behavior selection dependent 2009-08-06 19:00:14 +0200 iha  r274741 : #i103593# make insert menu behavior selection dependent 2009-08-06 15:34:01 +0200 iha  r274731 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 14:39:20 +0200 iha  r274728 : #i86146# ease adding R-squared value with an equation 2009-08-06 14:37:02 +0200 iha  r274727 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:54 +0200 iha  r274724 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:15 +0200 iha  r274723 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:04:27 +0200 iha  r274722 : #i103593# make insert menu behavior selection dependent 2009-08-06 13:03:35 +0200 iha  r274721 : #i103593# make insert menu behavior selection dependent 2009-08-05 18:26:31 +0200 iha  r274693 : #i104033# inconsistent wording 'error indicator' <-> 'error bar' 2009-08-05 16:51:45 +0200 iha  r274688 : #i104028# rename font tabpage 'Characters'->'Font' 2009-08-05 16:30:21 +0200 iha  r274685 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:34:11 +0200 iha  r274680 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:32:43 +0200 iha  r274679 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:31:26 +0200 iha  r274678 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:17:51 +0200 iha  r274676 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:16:22 +0200 iha  r274675 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 14:58:59 +0200 iha  r274674 : #7049# listbox to select chart elements 2009-08-05 14:33:54 +0200 iha  r274669 : #7049# listbox to select chart elements 2009-08-05 14:22:17 +0200 iha  r274665 : #7049# listbox to select chart elements 2009-08-05 13:21:05 +0200 iha  r274656 : #i102820# offer insertion of several elements in context menu also if nothing is selected 2009-08-05 11:56:06 +0200 iha  r274647 : #7049# listbox to select chart elements 2009-08-05 11:43:40 +0200 iha  r274645 : #7049# listbox to select chart elements 2009-07-24 19:46:50 +0200 iha  r274318 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:23:13 +0200 iha  r274313 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:13:22 +0200 iha  r274311 : #i58163# #i69422# #i102820# enhance chart context menu

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [8d9861ec8872a105664a908fc86f90222f07cb0a]

        CWS-TOOLING: integrate CWS chartuseability01 2009-09-07 17:26:44 +0200 iha  r275906 : CWS-TOOLING: rebase CWS chartuseability01 to trunk@275801 (milestone: DEV300:m57) 2009-08-27 13:48:16 +0200 iha  r275481 : #7049# listbox to select chart elements 2009-08-27 11:54:53 +0200 iha  r275464 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-26 16:49:58 +0200 iha  r275435 : #i102820# added missing case 'floor' 2009-08-26 15:33:51 +0200 iha  r275427 : #i102820# make 'insert legend' work properly 2009-08-25 16:35:00 +0200 ufi  r275369 : i104087 2009-08-25 15:12:17 +0200 iha  r275360 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:31 +0200 iha  r275359 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:15 +0200 iha  r275358 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 11:57:43 +0200 iha  r275344 : #i104087# changed behavior of insert menu 2009-08-18 12:53:54 +0200 oc  r275093 : #i104082,104086,104089# multiple changes because of changed chartUI 2009-08-10 16:46:17 +0200 ufi  r274824 : i104083 i104087 i104090 2009-08-07 14:04:34 +0200 iha  r274763 : #7049# listbox to select chart elements 2009-08-07 13:06:05 +0200 iha  r274760 : #7049# listbox to select chart elements 2009-08-07 13:05:06 +0200 iha  r274759 : #7049# listbox to select chart elements 2009-08-07 12:32:31 +0200 iha  r274756 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-07 12:31:54 +0200 iha  r274755 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 19:00:48 +0200 iha  r274742 : #i103593# make insert menu behavior selection dependent 2009-08-06 19:00:14 +0200 iha  r274741 : #i103593# make insert menu behavior selection dependent 2009-08-06 15:34:01 +0200 iha  r274731 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 14:39:20 +0200 iha  r274728 : #i86146# ease adding R-squared value with an equation 2009-08-06 14:37:02 +0200 iha  r274727 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:54 +0200 iha  r274724 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:15 +0200 iha  r274723 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:04:27 +0200 iha  r274722 : #i103593# make insert menu behavior selection dependent 2009-08-06 13:03:35 +0200 iha  r274721 : #i103593# make insert menu behavior selection dependent 2009-08-05 18:26:31 +0200 iha  r274693 : #i104033# inconsistent wording 'error indicator' <-> 'error bar' 2009-08-05 16:51:45 +0200 iha  r274688 : #i104028# rename font tabpage 'Characters'->'Font' 2009-08-05 16:30:21 +0200 iha  r274685 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:34:11 +0200 iha  r274680 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:32:43 +0200 iha  r274679 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:31:26 +0200 iha  r274678 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:17:51 +0200 iha  r274676 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:16:22 +0200 iha  r274675 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 14:58:59 +0200 iha  r274674 : #7049# listbox to select chart elements 2009-08-05 14:33:54 +0200 iha  r274669 : #7049# listbox to select chart elements 2009-08-05 14:22:17 +0200 iha  r274665 : #7049# listbox to select chart elements 2009-08-05 13:21:05 +0200 iha  r274656 : #i102820# offer insertion of several elements in context menu also if nothing is selected 2009-08-05 11:56:06 +0200 iha  r274647 : #7049# listbox to select chart elements 2009-08-05 11:43:40 +0200 iha  r274645 : #7049# listbox to select chart elements 2009-07-24 19:46:50 +0200 iha  r274318 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:23:13 +0200 iha  r274313 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:13:22 +0200 iha  r274311 : #i58163# #i69422# #i102820# enhance chart context menu

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [b1f2b7e7816fecc0a82dd5bc8cd427042f43695c]

        CWS-TOOLING: integrate CWS chartuseability01 2009-09-07 17:26:44 +0200 iha  r275906 : CWS-TOOLING: rebase CWS chartuseability01 to trunk@275801 (milestone: DEV300:m57) 2009-08-27 13:48:16 +0200 iha  r275481 : #7049# listbox to select chart elements 2009-08-27 11:54:53 +0200 iha  r275464 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-26 16:49:58 +0200 iha  r275435 : #i102820# added missing case 'floor' 2009-08-26 15:33:51 +0200 iha  r275427 : #i102820# make 'insert legend' work properly 2009-08-25 16:35:00 +0200 ufi  r275369 : i104087 2009-08-25 15:12:17 +0200 iha  r275360 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:31 +0200 iha  r275359 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:15 +0200 iha  r275358 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 11:57:43 +0200 iha  r275344 : #i104087# changed behavior of insert menu 2009-08-18 12:53:54 +0200 oc  r275093 : #i104082,104086,104089# multiple changes because of changed chartUI 2009-08-10 16:46:17 +0200 ufi  r274824 : i104083 i104087 i104090 2009-08-07 14:04:34 +0200 iha  r274763 : #7049# listbox to select chart elements 2009-08-07 13:06:05 +0200 iha  r274760 : #7049# listbox to select chart elements 2009-08-07 13:05:06 +0200 iha  r274759 : #7049# listbox to select chart elements 2009-08-07 12:32:31 +0200 iha  r274756 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-07 12:31:54 +0200 iha  r274755 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 19:00:48 +0200 iha  r274742 : #i103593# make insert menu behavior selection dependent 2009-08-06 19:00:14 +0200 iha  r274741 : #i103593# make insert menu behavior selection dependent 2009-08-06 15:34:01 +0200 iha  r274731 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 14:39:20 +0200 iha  r274728 : #i86146# ease adding R-squared value with an equation 2009-08-06 14:37:02 +0200 iha  r274727 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:54 +0200 iha  r274724 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:15 +0200 iha  r274723 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:04:27 +0200 iha  r274722 : #i103593# make insert menu behavior selection dependent 2009-08-06 13:03:35 +0200 iha  r274721 : #i103593# make insert menu behavior selection dependent 2009-08-05 18:26:31 +0200 iha  r274693 : #i104033# inconsistent wording 'error indicator' <-> 'error bar' 2009-08-05 16:51:45 +0200 iha  r274688 : #i104028# rename font tabpage 'Characters'->'Font' 2009-08-05 16:30:21 +0200 iha  r274685 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:34:11 +0200 iha  r274680 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:32:43 +0200 iha  r274679 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:31:26 +0200 iha  r274678 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:17:51 +0200 iha  r274676 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:16:22 +0200 iha  r274675 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 14:58:59 +0200 iha  r274674 : #7049# listbox to select chart elements 2009-08-05 14:33:54 +0200 iha  r274669 : #7049# listbox to select chart elements 2009-08-05 14:22:17 +0200 iha  r274665 : #7049# listbox to select chart elements 2009-08-05 13:21:05 +0200 iha  r274656 : #i102820# offer insertion of several elements in context menu also if nothing is selected 2009-08-05 11:56:06 +0200 iha  r274647 : #7049# listbox to select chart elements 2009-08-05 11:43:40 +0200 iha  r274645 : #7049# listbox to select chart elements 2009-07-24 19:46:50 +0200 iha  r274318 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:23:13 +0200 iha  r274313 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:13:22 +0200 iha  r274311 : #i58163# #i69422# #i102820# enhance chart context menu

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [4d471148f771dbd1750a5821ca8e0e117d3d83ef]

        CWS-TOOLING: integrate CWS chartuseability01 2009-09-07 17:26:44 +0200 iha  r275906 : CWS-TOOLING: rebase CWS chartuseability01 to trunk@275801 (milestone: DEV300:m57) 2009-08-27 13:48:16 +0200 iha  r275481 : #7049# listbox to select chart elements 2009-08-27 11:54:53 +0200 iha  r275464 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-26 16:49:58 +0200 iha  r275435 : #i102820# added missing case 'floor' 2009-08-26 15:33:51 +0200 iha  r275427 : #i102820# make 'insert legend' work properly 2009-08-25 16:35:00 +0200 ufi  r275369 : i104087 2009-08-25 15:12:17 +0200 iha  r275360 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:31 +0200 iha  r275359 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 15:11:15 +0200 iha  r275358 : #i104087# 'Object Properties' -> 'Format Selection' 2009-08-25 11:57:43 +0200 iha  r275344 : #i104087# changed behavior of insert menu 2009-08-18 12:53:54 +0200 oc  r275093 : #i104082,104086,104089# multiple changes because of changed chartUI 2009-08-10 16:46:17 +0200 ufi  r274824 : i104083 i104087 i104090 2009-08-07 14:04:34 +0200 iha  r274763 : #7049# listbox to select chart elements 2009-08-07 13:06:05 +0200 iha  r274760 : #7049# listbox to select chart elements 2009-08-07 13:05:06 +0200 iha  r274759 : #7049# listbox to select chart elements 2009-08-07 12:32:31 +0200 iha  r274756 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-07 12:31:54 +0200 iha  r274755 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 19:00:48 +0200 iha  r274742 : #i103593# make insert menu behavior selection dependent 2009-08-06 19:00:14 +0200 iha  r274741 : #i103593# make insert menu behavior selection dependent 2009-08-06 15:34:01 +0200 iha  r274731 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-06 14:39:20 +0200 iha  r274728 : #i86146# ease adding R-squared value with an equation 2009-08-06 14:37:02 +0200 iha  r274727 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:54 +0200 iha  r274724 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:37:15 +0200 iha  r274723 : #i86146# ease adding R-squared value with an equation 2009-08-06 13:04:27 +0200 iha  r274722 : #i103593# make insert menu behavior selection dependent 2009-08-06 13:03:35 +0200 iha  r274721 : #i103593# make insert menu behavior selection dependent 2009-08-05 18:26:31 +0200 iha  r274693 : #i104033# inconsistent wording 'error indicator' <-> 'error bar' 2009-08-05 16:51:45 +0200 iha  r274688 : #i104028# rename font tabpage 'Characters'->'Font' 2009-08-05 16:30:21 +0200 iha  r274685 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:34:11 +0200 iha  r274680 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:32:43 +0200 iha  r274679 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:31:26 +0200 iha  r274678 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:17:51 +0200 iha  r274676 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 15:16:22 +0200 iha  r274675 : #i58163# #i69422# #i102820# enhance chart context menu 2009-08-05 14:58:59 +0200 iha  r274674 : #7049# listbox to select chart elements 2009-08-05 14:33:54 +0200 iha  r274669 : #7049# listbox to select chart elements 2009-08-05 14:22:17 +0200 iha  r274665 : #7049# listbox to select chart elements 2009-08-05 13:21:05 +0200 iha  r274656 : #i102820# offer insertion of several elements in context menu also if nothing is selected 2009-08-05 11:56:06 +0200 iha  r274647 : #7049# listbox to select chart elements 2009-08-05 11:43:40 +0200 iha  r274645 : #7049# listbox to select chart elements 2009-07-24 19:46:50 +0200 iha  r274318 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:23:13 +0200 iha  r274313 : #i58163# #i69422# #i102820# enhance chart context menu 2009-07-24 16:13:22 +0200 iha  r274311 : #i58163# #i69422# #i102820# enhance chart context menu

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [b01573861cdcb32619c7745055e14823b865a12d]

        CWS-TOOLING: integrate CWS odfmetadata3 2009-09-11 Michael Stahl merge DEV300_m58 2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING 2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document 2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java 2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error 2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services  adapt TextPortion for InContentMetadata 2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start). 2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks:  sw::mark::Bookmark: derive from Metadatable.  SwHistoryBookmark, SaveBookmark: store a MetadatableUndo.  ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id.  SwXBookmark: derive from MetadatableMixin. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works:  remove XMLRubyHint_Impl.  XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export:  new XMLTextParagraphExport::exportTextField() overload for XTextField.  CreateAndInsertMark(): set xml:id after insertion.  fix meta(-field) service names, bugs etc. 2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body:  SwFont: add member m_nMetaCount.  txttypes.hxx: add POR_META.  atrstck.cxx: handle RES_TXTATR_META(FIELD).  itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion. 2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix:  SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt().  SwTxtFormatter::NewExtraPortion(): handle meta-field prefix.  SwTxtFormatter: new member m_nHintEndIndex.  SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion().  SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field.  SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex.  SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix). 2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface:  unoobj.hxx: new CursorType CURSOR_META.  unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText   belongs to a SwXMeta, content is always inserted inside the meta(-field).  unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field).  unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText.  DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert():   use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw:  fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager.  doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager().  unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META.  unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD.  unoprnms.hxx: new UNO_NAME_META.  unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion.  new unometa.hxx: new class SwXMeta and SwXMetaField.  unofield.cxx: SwXFieldEnumeration: include meta-fields.  unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack.  unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute. 2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting 2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core:  doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange()   with wrappers that split at left-overlapped end+CH_TXTATR hints.  txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar.  ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt().  ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR.  txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core:  txatbase.hxx: new member SwTxtAttr::m_bNesting.  hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD.  txtatr.hxx: new base class SwTxtAttrNesting.   new hint SwTxtMeta.   SwTxtRuby derives from SwTxtAttrNesting.  txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting.  new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta.  ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting().  thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink,   but TryInsertNesting(), which also handles meta(-field).  SwTxtNode::InsertItem(): check if the hint is actually inserted.  ndhints.cxx: sort nesting hints based on sort number.  ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field. 2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set:  add new InsertFlag: INS_FORCEHINTEXPAND.  add new SetAttrMode: SETATTR_FORCEHINTEXPAND.  rename SwEditShell::Insert() to Insert2() because changed signature fails   to compile when SwWrtShell tries to overwrite these non-virtual members...  SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted.  adapt SwUndoInsert to store flags. 2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode 2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts 2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint() 2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl() 2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter 2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange() 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection() 2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange() 2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant 2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline() 2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark() 2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText() 2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl() 2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes() 2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText() 2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl clean up SwTxtNode::Update() 2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public,  to be invoked by new method SwTxtAttr::Destroy() 2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator:  replace SwRegHistory constructor with method InsertItems(), returning bool.  refactor InsAttr() so that it checks if InsertItems() succeeds. 2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx 2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods 2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not   be returned indirectly via SwUnoCursorHelper).  factor out function CreateSwXTextField(). 2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField 2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph 2009-08-27 Michael Stahl clean up SwTxtAttr and friends:  remove many accessor methods for obsolete (due to autofmt) char format items.  remove unused flag SwTxtAttr::m_bDontMergeAttr.  MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr(). 2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines 2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions  change ExportHints so it always returns a text portion for hint w/ CH_TXTATR.  remove special case for handling end of paragraph.  unfortunately had to refactor the fieldmarks export as well (got in the way). 2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export  extract function ExportFrames() from CreatePortions().  remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd) 2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration 2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t 2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export  so ExportHints returns the portion for point marks 2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration:  prefix members, remove casts, replace SvWeirdArray with STL, etc.  make CreatePortions() method a function, and remove lots of members.  extract fieldmarks function from CreatePortions. 2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros 2009-08-27 Michael Stahl clean up SwXTextPortion:  prefix members, remove casts, etc.  remove SwXRubyPortion: replace it with another SwXTextPortion constructor 2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND 2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and fix constness in SwTxtNode::InsertItem 2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx 2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx 2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case) 2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document 2009-09-11 kz CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod  r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod  r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod  r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod  r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod  r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod  r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod  r273953 : #i103476# 2009-09-11 kz CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import 2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping> 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [47bce7355f0d4dd1a0162bc0f52b1099d05784ec]

        CWS-TOOLING: integrate CWS odfmetadata3 2009-09-11 Michael Stahl merge DEV300_m58 2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING 2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document 2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java 2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error 2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services  adapt TextPortion for InContentMetadata 2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start). 2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks:  sw::mark::Bookmark: derive from Metadatable.  SwHistoryBookmark, SaveBookmark: store a MetadatableUndo.  ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id.  SwXBookmark: derive from MetadatableMixin. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works:  remove XMLRubyHint_Impl.  XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export:  new XMLTextParagraphExport::exportTextField() overload for XTextField.  CreateAndInsertMark(): set xml:id after insertion.  fix meta(-field) service names, bugs etc. 2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body:  SwFont: add member m_nMetaCount.  txttypes.hxx: add POR_META.  atrstck.cxx: handle RES_TXTATR_META(FIELD).  itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion. 2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix:  SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt().  SwTxtFormatter::NewExtraPortion(): handle meta-field prefix.  SwTxtFormatter: new member m_nHintEndIndex.  SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion().  SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field.  SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex.  SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix). 2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface:  unoobj.hxx: new CursorType CURSOR_META.  unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText   belongs to a SwXMeta, content is always inserted inside the meta(-field).  unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field).  unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText.  DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert():   use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw:  fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager.  doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager().  unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META.  unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD.  unoprnms.hxx: new UNO_NAME_META.  unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion.  new unometa.hxx: new class SwXMeta and SwXMetaField.  unofield.cxx: SwXFieldEnumeration: include meta-fields.  unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack.  unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute. 2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting 2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core:  doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange()   with wrappers that split at left-overlapped end+CH_TXTATR hints.  txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar.  ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt().  ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR.  txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core:  txatbase.hxx: new member SwTxtAttr::m_bNesting.  hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD.  txtatr.hxx: new base class SwTxtAttrNesting.   new hint SwTxtMeta.   SwTxtRuby derives from SwTxtAttrNesting.  txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting.  new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta.  ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting().  thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink,   but TryInsertNesting(), which also handles meta(-field).  SwTxtNode::InsertItem(): check if the hint is actually inserted.  ndhints.cxx: sort nesting hints based on sort number.  ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field. 2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set:  add new InsertFlag: INS_FORCEHINTEXPAND.  add new SetAttrMode: SETATTR_FORCEHINTEXPAND.  rename SwEditShell::Insert() to Insert2() because changed signature fails   to compile when SwWrtShell tries to overwrite these non-virtual members...  SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted.  adapt SwUndoInsert to store flags. 2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode 2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts 2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint() 2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl() 2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter 2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange() 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection() 2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange() 2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant 2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline() 2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark() 2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText() 2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl() 2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes() 2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText() 2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl clean up SwTxtNode::Update() 2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public,  to be invoked by new method SwTxtAttr::Destroy() 2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator:  replace SwRegHistory constructor with method InsertItems(), returning bool.  refactor InsAttr() so that it checks if InsertItems() succeeds. 2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx 2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods 2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not   be returned indirectly via SwUnoCursorHelper).  factor out function CreateSwXTextField(). 2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField 2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph 2009-08-27 Michael Stahl clean up SwTxtAttr and friends:  remove many accessor methods for obsolete (due to autofmt) char format items.  remove unused flag SwTxtAttr::m_bDontMergeAttr.  MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr(). 2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines 2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions  change ExportHints so it always returns a text portion for hint w/ CH_TXTATR.  remove special case for handling end of paragraph.  unfortunately had to refactor the fieldmarks export as well (got in the way). 2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export  extract function ExportFrames() from CreatePortions().  remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd) 2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration 2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t 2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export  so ExportHints returns the portion for point marks 2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration:  prefix members, remove casts, replace SvWeirdArray with STL, etc.  make CreatePortions() method a function, and remove lots of members.  extract fieldmarks function from CreatePortions. 2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros 2009-08-27 Michael Stahl clean up SwXTextPortion:  prefix members, remove casts, etc.  remove SwXRubyPortion: replace it with another SwXTextPortion constructor 2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND 2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and fix constness in SwTxtNode::InsertItem 2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx 2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx 2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case) 2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document 2009-09-11 kz CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod  r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod  r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod  r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod  r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod  r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod  r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod  r273953 : #i103476# 2009-09-11 kz CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import 2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping> 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [7c85fd2d1cbb8bf6fde7a7455f60ce0b8eb85c91]

        CWS-TOOLING: integrate CWS odfmetadata3 2009-09-11 Michael Stahl merge DEV300_m58 2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING 2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document 2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java 2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error 2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services  adapt TextPortion for InContentMetadata 2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start). 2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks:  sw::mark::Bookmark: derive from Metadatable.  SwHistoryBookmark, SaveBookmark: store a MetadatableUndo.  ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id.  SwXBookmark: derive from MetadatableMixin. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works:  remove XMLRubyHint_Impl.  XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export:  new XMLTextParagraphExport::exportTextField() overload for XTextField.  CreateAndInsertMark(): set xml:id after insertion.  fix meta(-field) service names, bugs etc. 2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body:  SwFont: add member m_nMetaCount.  txttypes.hxx: add POR_META.  atrstck.cxx: handle RES_TXTATR_META(FIELD).  itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion. 2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix:  SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt().  SwTxtFormatter::NewExtraPortion(): handle meta-field prefix.  SwTxtFormatter: new member m_nHintEndIndex.  SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion().  SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field.  SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex.  SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix). 2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface:  unoobj.hxx: new CursorType CURSOR_META.  unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText   belongs to a SwXMeta, content is always inserted inside the meta(-field).  unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field).  unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText.  DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert():   use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw:  fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager.  doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager().  unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META.  unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD.  unoprnms.hxx: new UNO_NAME_META.  unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion.  new unometa.hxx: new class SwXMeta and SwXMetaField.  unofield.cxx: SwXFieldEnumeration: include meta-fields.  unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack.  unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute. 2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting 2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core:  doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange()   with wrappers that split at left-overlapped end+CH_TXTATR hints.  txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar.  ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt().  ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR.  txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core:  txatbase.hxx: new member SwTxtAttr::m_bNesting.  hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD.  txtatr.hxx: new base class SwTxtAttrNesting.   new hint SwTxtMeta.   SwTxtRuby derives from SwTxtAttrNesting.  txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting.  new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta.  ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting().  thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink,   but TryInsertNesting(), which also handles meta(-field).  SwTxtNode::InsertItem(): check if the hint is actually inserted.  ndhints.cxx: sort nesting hints based on sort number.  ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field. 2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set:  add new InsertFlag: INS_FORCEHINTEXPAND.  add new SetAttrMode: SETATTR_FORCEHINTEXPAND.  rename SwEditShell::Insert() to Insert2() because changed signature fails   to compile when SwWrtShell tries to overwrite these non-virtual members...  SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted.  adapt SwUndoInsert to store flags. 2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode 2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts 2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint() 2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl() 2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter 2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange() 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection() 2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange() 2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant 2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline() 2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark() 2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText() 2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl() 2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes() 2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText() 2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl clean up SwTxtNode::Update() 2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public,  to be invoked by new method SwTxtAttr::Destroy() 2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator:  replace SwRegHistory constructor with method InsertItems(), returning bool.  refactor InsAttr() so that it checks if InsertItems() succeeds. 2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx 2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods 2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not   be returned indirectly via SwUnoCursorHelper).  factor out function CreateSwXTextField(). 2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField 2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph 2009-08-27 Michael Stahl clean up SwTxtAttr and friends:  remove many accessor methods for obsolete (due to autofmt) char format items.  remove unused flag SwTxtAttr::m_bDontMergeAttr.  MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr(). 2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines 2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions  change ExportHints so it always returns a text portion for hint w/ CH_TXTATR.  remove special case for handling end of paragraph.  unfortunately had to refactor the fieldmarks export as well (got in the way). 2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export  extract function ExportFrames() from CreatePortions().  remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd) 2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration 2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t 2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export  so ExportHints returns the portion for point marks 2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration:  prefix members, remove casts, replace SvWeirdArray with STL, etc.  make CreatePortions() method a function, and remove lots of members.  extract fieldmarks function from CreatePortions. 2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros 2009-08-27 Michael Stahl clean up SwXTextPortion:  prefix members, remove casts, etc.  remove SwXRubyPortion: replace it with another SwXTextPortion constructor 2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND 2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and fix constness in SwTxtNode::InsertItem 2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx 2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx 2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case) 2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document 2009-09-11 kz CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod  r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod  r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod  r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod  r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod  r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod  r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod  r273953 : #i103476# 2009-09-11 kz CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import 2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping> 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [a9ae22ff697308a1569504e460f028e70ca8b652]

        CWS-TOOLING: integrate CWS odfmetadata3 2009-09-11 Michael Stahl merge DEV300_m58 2009-09-07 Michael Stahl SwFmtFld::Modify(): do nothing on RES_OBJECTDYING 2009-08-27 Michael Stahl #i91565#, #i91566#: TextPortionEnumerationTest.java: add test document 2009-08-27 Michael Stahl #i91565#, #i91566#: add complex test: TextPortionEnumerationTest.java 2009-08-27 Michael Stahl CLiteral::initialize(): zero-length literals probably not an error 2009-08-27 Michael Stahl #i91565#, #i91566#: offapi: new InContentMetadata and MetadataField services  adapt TextPortion for InContentMetadata 2009-08-27 Michael Stahl #i91564#: xmloff: load/store xml:id and RDFa for text:bookmark(-start). 2009-08-27 Michael Stahl #i91564#: sw core: add support for xml:id at bookmarks:  sw::mark::Bookmark: derive from Metadatable.  SwHistoryBookmark, SaveBookmark: store a MetadatableUndo.  ndcopy.cxx: lcl_CopyBookmarks(): copy the xml:id.  SwXBookmark: derive from MetadatableMixin. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: refactor ruby import so nested meta(-field) works:  remove XMLRubyHint_Impl.  XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl(): insert ruby directly. 2009-08-27 Michael Stahl #i91565#, #i91566#: xmloff: fix text:meta(-field) import/export:  new XMLTextParagraphExport::exportTextField() overload for XTextField.  CreateAndInsertMark(): set xml:id after insertion.  fix meta(-field) service names, bugs etc. 2009-08-27 Michael Stahl #i91565#, #i91566#: sw text formatting: paint background of meta(-field) body:  SwFont: add member m_nMetaCount.  txttypes.hxx: add POR_META.  atrstck.cxx: handle RES_TXTATR_META(FIELD).  itrform2.cxx: SwTxtFormatter::WhichTxtPor(): create new class SwMetaPortion. 2009-08-27 Michael Stahl #i91566#: sw text formatting: display meta-field prefix and suffix:  SwAttrIter::GetAttr(): replace with call to GetTxtAttrForCharAt().  SwTxtFormatter::NewExtraPortion(): handle meta-field prefix.  SwTxtFormatter: new member m_nHintEndIndex.  SwTxtFormatter::WhichFirstPortion(): call TryNewNoLengthPortion().  SwTxtFormatter::TryNewNoLengthPortion(): new; handle suffix of meta-field.  SwTxtFormatter::UnderFlow(): UGLY HACK: decrement m_nHintEndIndex.  SwFldPortion: add flag m_bNoLength: portion has zero length (for suffix). 2009-08-27 Michael Stahl #i91565#, #i91566#: extend text:meta(-field) uno wrapper with XText interface:  unoobj.hxx: new CursorType CURSOR_META.  unoobj2.cxx: refactor SwXText implementation to ensure that when the SwXText   belongs to a SwXMeta, content is always inserted inside the meta(-field).  unoobj.cxx: new SwXTextCursor::ForceIntoMeta(): cursor stays in meta(-field).  unometa.hxx: SwXMeta implements XText, forwarding to a member SwXMetaText.  DocInsertStringSplitCR(), SwX*::attachToRange(), SwX*::DeleteAndInsert():   use FORCEHINTEXPAND hack to ensure insert into the meta(-field) at the end. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) uno wrapper to sw:  fmtmeta.hxx, fmtatr2.cxx: new class sw::MetaField, new sw::MetaFieldManager.  doc.hxx, docnew.cxx: new SwDoc::GetMetaFieldManager().  unocoll.hxx,.cxx: new SW_SERVICE_FIELDTYPE_METAFIELD, SW_SERVICE_TYPE_META.  unomap.hxx,.cxx: new PROPERTY_MAP_METAFIELD.  unoprnms.hxx: new UNO_NAME_META.  unoport.hxx: new PORTION_META; add "InContentMetadata" prop to SwXTextPortion.  new unometa.hxx: new class SwXMeta and SwXMetaField.  unofield.cxx: SwXFieldEnumeration: include meta-fields.  unoportenum.cxx: handle RES_TXTATR_META(FIELD) by using a portion list stack.  unotext.cxx: SwXText::insertTextContent(): handle meta(-field) as attribute. 2009-08-27 Michael Stahl #i91565#, #i91566#: ndhints.cxx: remove sort number from SwTxtAttrNesting 2009-08-27 Michael Stahl #i91565#, #i91566#: add support for hints with end and CH_TXTATR to sw core:  doc.hxx, docedt.cxx: replace SwDoc::Delete(), DeleteAndJoin(), ReplaceRange()   with wrappers that split at left-overlapped end+CH_TXTATR hints.  txatbase.hxx: new member SwTxtAttr::m_bHasDummyChar.  ndtxt.hxx: rename SwTxtNode::GetTxtAttr() to GetTxtAttrForCharAt().  ndtxt.cxx: SwTxtNode::CopyText(): copy end+CH_TXTATR hints iff copy CH_TXTATR.  txtatr2.cxx, thints.cxx: SwTxtMeta gets a CH_TXTATR. 2009-08-27 Michael Stahl #i91565#, #i91566#: add text:meta(-field) to sw core:  txatbase.hxx: new member SwTxtAttr::m_bNesting.  hintids.hxx: new ids RES_TXTATR_META, RES_TXTATR_METAFIELD.  txtatr.hxx: new base class SwTxtAttrNesting.   new hint SwTxtMeta.   SwTxtRuby derives from SwTxtAttrNesting.  txtinet.hxx: SwTxtINetFmt derives from SwTxtAttrNesting.  new header fmtmeta.hxx: new pool item SwFmtMeta. new class sw::Meta.  ndhints.hxx, thints.cxx: new method SwpHints::TryInsertNesting().  thints.cxx: refactoring: BuildPortions() no longer handles Ruby/Hyperlink,   but TryInsertNesting(), which also handles meta(-field).  SwTxtNode::InsertItem(): check if the hint is actually inserted.  ndhints.cxx: sort nesting hints based on sort number.  ndtxt.cxx: lcl_CopyHint(): handle copy of meta/meta-field. 2009-08-27 Michael Stahl enable expanding hints with m_bLockExpandFlag set:  add new InsertFlag: INS_FORCEHINTEXPAND.  add new SetAttrMode: SETATTR_FORCEHINTEXPAND.  rename SwEditShell::Insert() to Insert2() because changed signature fails   to compile when SwWrtShell tries to overwrite these non-virtual members...  SwWrtShell::Insert() sets FOCEHINTEXPAND if range was selected/deleted.  adapt SwUndoInsert to store flags. 2009-08-27 Michael Stahl change formal parameters of item insertion methods to type SetAttrMode 2009-08-27 Michael Stahl fix incorrect resetting of text attributes in SwUndoInsSection, SwUndoInserts 2009-08-27 Michael Stahl clean up SwTxtNode::CutImpl() and lcl_CopyHint() 2009-08-27 Michael Stahl rename SwDoc::Copy() to CopyRange(), and _Copy() to CopyImpl() 2009-08-27 Michael Stahl rename SwNodes::Move() to MoveRange(), and remove unused parameter 2009-08-27 Michael Stahl rename SwDoc::Move() to MoveRange()/MoveNodeRange() 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertString(), and remove sal_Unicode variant 2009-08-27 Michael Stahl rename SwDoc::Insert() to InsertPoolItem()/InsertItemSet()/InsertSwSection() 2009-08-27 Michael Stahl rename SwDoc::Replace() to ReplaceRange() 2009-08-27 Michael Stahl remove SwDoc::Overwrite() sal_Unicode variant 2009-08-27 Michael Stahl split up SwDoc::DeleteAndJoin(): factor out DeleteAndJoinWithRedline() 2009-08-27 Michael Stahl rename overloaded SwDoc::Delete() to DeleteRange()/DeleteTOXMark() 2009-08-27 Michael Stahl rename SwTxtNode::Copy() to CopyText() 2009-08-27 Michael Stahl rename SwTxtNode::Cut() to CutText(), and _Cut() to CutImpl() 2009-08-27 Michael Stahl rename SwTxtNode::Delete() to DeleteAttribute()/DeleteAttributes() 2009-08-27 Michael Stahl rename SwTxtNode::Replace() to ReplaceText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl rename SwTxtNode::Erase() to EraseText() 2009-08-27 Michael Stahl rename SwTxtNode::Insert() to InsertText(), and remove the xub_Unicode variant 2009-08-27 Michael Stahl clean up SwTxtNode::Update() 2009-08-27 Michael Stahl remove SwTxtAttr::RemoveFromPool() and make destructor non-public,  to be invoked by new method SwTxtAttr::Destroy() 2009-08-27 Michael Stahl ensure that SwDoc::Insert() for item (set) returns success indicator:  replace SwRegHistory constructor with method InsertItems(), returning bool.  refactor InsAttr() so that it checks if InsertItems() succeeds. 2009-08-27 Michael Stahl move SwXTextPortionEnumeration from unoobj.hxx to unoport.hxx 2009-08-27 Michael Stahl add missing SolarMutex in SwXTextPortion methods 2009-08-27 Michael Stahl SwXTextPortion: new member m_xTextField (so the TextField property need not   be returned indirectly via SwUnoCursorHelper).  factor out function CreateSwXTextField(). 2009-08-27 Michael Stahl SwXTextPortion: remove PORTION_CONTROL_CHAR and implementation of XTextField 2009-08-27 Michael Stahl remove obsolete hint SwTxtHardBlank and formats SwFmtHardBlank/SwFmtSoftHyph 2009-08-27 Michael Stahl clean up SwTxtAttr and friends:  remove many accessor methods for obsolete (due to autofmt) char format items.  remove unused flag SwTxtAttr::m_bDontMergeAttr.  MakeRedlineTxtAttr() now dedicated function, no longer calls MakeTxtAttr(). 2009-08-27 Michael Stahl remove obsolete attribute SwTxt2Lines 2009-08-27 Michael Stahl SwXTextPortionEnumeration: finish refactoring CreatePortions  change ExportHints so it always returns a text portion for hint w/ CH_TXTATR.  remove special case for handling end of paragraph.  unfortunately had to refactor the fieldmarks export as well (got in the way). 2009-08-27 Michael Stahl SwXTextPortionEnumeration: refactor CreatePortions: frames export  extract function ExportFrames() from CreatePortions().  remove (un)dead code that calls evil MovePara(fnParaCurr, fnParaEnd) 2009-08-27 Michael Stahl clean up SwXParaFrameEnumeration 2009-08-27 Michael Stahl CollectFrameAtNode: replace SwDependArr with STL based FrameDependList_t 2009-08-27 Michael Stahl SwXTextPortionEnumeration: tweak refmark/toxmark export  so ExportHints returns the portion for point marks 2009-08-27 Michael Stahl clean up SwXTextPortionEnumeration:  prefix members, remove casts, replace SvWeirdArray with STL, etc.  make CreatePortions() method a function, and remove lots of members.  extract fieldmarks function from CreatePortions. 2009-08-27 Michael Stahl remove FOREACHUNOPAM_START/END macros 2009-08-27 Michael Stahl clean up SwXTextPortion:  prefix members, remove casts, etc.  remove SwXRubyPortion: replace it with another SwXTextPortion constructor 2009-08-27 Michael Stahl #i102541# SwXReferenceMark::InsertRefMark(): use flag SETATTR_DONTEXPAND 2009-08-27 Michael Stahl rename SwTxtNode::Insert to SwTxtNode::InsertHint, and fix constness in SwTxtNode::InsertItem 2009-08-27 Michael Stahl turn SwTxtNode::MakeTxtAttr() methods into global functions in ndhints.hxx 2009-08-27 Michael Stahl remove obsolete sw/inc/bookmrk.hxx 2009-08-27 Michael Stahl pam.cxx: fix ComparePosition functions (returned wrong result in one case) 2009-08-27 Michael Stahl #i103613# only import RDF metadata on normal open of a document 2009-09-11 kz CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0 2009-09-11 kz 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 kz CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod  r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod  r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod  r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod  r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod  r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod  r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod  r273953 : #i103476# 2009-09-11 kz CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import 2009-09-11 kz CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping> 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [67769eca16d81cd52ec3288e5f36e8117bd38a45]

        CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [58b135a8ce92463eb5d9fc95241e147213fe9ed2]

        CWS-TOOLING: integrate CWS impress176 2009-09-08 20:18:24 +0200 sj  r275957 : fixed warning (shadowed variable) 2009-09-08 18:02:05 +0200 cl  r275948 : #i104315# added missing tab pages 2009-09-08 17:35:18 +0200 cl  r275947 : #i104866# fixed angle import 2009-09-08 17:32:53 +0200 cl  r275946 : #i104841# fixed angle import 2009-09-08 17:01:25 +0200 cl  r275943 : #i103935# fixed the SID_EVENTCONFIG mess 2009-09-08 14:32:57 +0200 sj  r275928 : #i104685# only comments 2009-09-07 12:37:36 +0200 sj  r275886 : #i104683# fixed import of bold/italic attributes for normal text shapes 2009-09-04 15:07:46 +0200 sj  r275808 : #104689# fixed bullet color problem 2009-09-03 15:25:07 +0200 sj  r275753 : #160200# added vertical alignment of table cells

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [d8e7ddf6f2a4e6ab2a6a1aaf72b8b7d6ffde282c]

        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>  [894c68061f47ac5df084e29d329a6d0a6c885477]

        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>  [f4d4dc069847440395f37daad745a08b89b8c45a]

        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>  [4f371d43226d7800a5011aa11c3afcec7f5a8ba2]

        CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [374efa359ae85dbb65cb78ef91d6569c5587ec11]

        CWS-TOOLING: integrate CWS jl131 2009-09-02 16:42:40 +0200 jl  r275720 : #i97896# 2009-08-31 13:01:53 +0200 jl  r275599 : CWS-TOOLING: rebase CWS jl131 to trunk@275331 (milestone: DEV300:m56) 2009-07-31 14:35:30 +0200 jl  r274531 : CWS-TOOLING: rebase CWS jl131 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 14:20:32 +0200 jl  r274272 : #i79839# better error text when trying to modify shared layer without having write permission, eg. unopkg add --shared, unopkg remove --shared, unopkg reinstall --shared 2009-07-22 16:38:02 +0200 jl  r274252 : #i97896# localize error message for lock file 2009-07-22 16:37:22 +0200 jl  r274251 : #i80462# unprecise wording in updatedialog 2009-07-22 16:36:06 +0200 jl  r274250 : #i97896# localize error message for lock file 2009-07-22 16:35:20 +0200 jl  r274249 : #i97896# localize error message for lock file 2009-07-22 15:07:30 +0200 jl  r274242 : #i98873# minimum java version is 1.5 since OOo 3.0

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [9d918720a252b81b0f7253d15775e5c173882eba]

        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  Kurt Zenker  <kz@openoffice.org>  [ba079682ac262fd45add1a728726baac219a29db]

        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  Kurt Zenker  <kz@openoffice.org>  [5f4f7fb1531ed52fa9cda9be690ecca162c3fb19]

        CWS-TOOLING: integrate CWS notes10 2009-08-24 07:25:57 +0200 mod  r275287 : 2009-07-26 02:38:32 +0200 mod  r274343 : #i#i103645# 2009-07-26 02:01:53 +0200 mod  r274342 : #i103645# 2009-07-26 01:52:42 +0200 mod  r274341 : #i103490# 2009-07-22 08:31:48 +0200 mod  r274215 : #i103373# 2009-07-15 00:55:11 +0200 mod  r273987 : #i101419# 2009-07-14 07:07:55 +0200 mod  r273956 : #i101419# 2009-07-14 07:07:43 +0200 mod  r273955 : #i101419# 2009-07-14 07:02:10 +0200 mod  r273954 : changes from notes9 2009-07-14 06:14:25 +0200 mod  r273953 : #i103476#

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [87ac235a95f625844b01db9366a9f0cdefa9643c]

        CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [69cc6cf4a490814126c74674898c271b9dc813cf]

        CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [627bc2b61dd69f63ec33576b4612646caf8b580c]

        CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [fd41dc34fe96b0c84108f19616bbd2c62f53752e]

        CWS-TOOLING: integrate CWS ab70 2009-09-10 15:12:54 +0200 jsk  r276034 : #i85434# - mandatory automatic update test 2009-09-10 15:11:06 +0200 jsk  r276033 : #i85434# - mandatory automatic update test 2009-09-02 09:49:24 +0200 ab  r275698 : #i85434# Dialog Import

2009-09-11  Kurt Zenker  <kz@openoffice.org>  [df78782330c6cd207d0a0768275fc8bee3caced0]

        CWS-TOOLING: integrate CWS hb32bugs02 2009-09-02 Henning Brinkmann #i102420# revert changes 2009-08-26 Henning Brinkmann merged DEV300_m56 2009-08-19 Henning Brinkmann merged DEV300_m55 2009-08-14 Henning Brinkmann merged changes from wntmsci12 2009-08-12 Henning Brinkmann Implemented NoSpaceEdit constructor and destructor in .cxx to allow compile with debug on wntmsci12. 2009-08-12 Henning Brinkmann Added some SW_DLLPUBLIC to make compilable on wntmsci12. 2009-08-11 Henning Brinkmann #i102420# dbg_out: surround output for SwNodes with <nodes-array>. 2009-08-10 Henning Brinkmann #i102420# rewritten debug output for SwNodes. 2009-08-07 Henning Brinkmann #i102420# debug _MoveNodes: output the destination, too. Break after two iterations. 2009-08-07 Henning Brinkmann #i102420# _MoveNodes: Additionally check if destination index is inside source => false Check if current range was already handled => loop Debug output current range 2009-08-06 Henning Brinkmann merged DEV300_m54 2009-08-06 Henning Brinkmann added master fix 2009-08-06 Henning Brinkmann debug output for SwNodeRange 2009-08-04 Henning Brinkmann #i102844# robustness: check for NULL pointer to prevent crash 2009-08-03 Henning Brinkmann #i103475# applied patch and verified 2009-08-03 Henning Brinkmann Removed code preventing build of sw with DEBUG. 2009-09-11 convert-repo update tags 2009-09-10 kz CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree. 2009-09-10 kz 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 kz CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3 2009-09-10 kz CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT 2009-09-10 releng #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-11  sb  <sb@openoffice.org>  [768155882ffe5e0a628c67b5b4515bf78142573a]

        merged in DEV300_m58

2009-09-11  sb  <sb@openoffice.org>  [5c0d7cef63d359c8a23fcff9a2e6c4f1f37878b8]

        merged in DEV300_m58

2009-09-11  sb  <sb@openoffice.org>  [fad19424b56eda330afc6e18287caf50bd64449d]

        merged in DEV300_m58

2009-09-11  sb  <sb@openoffice.org>  [9fd75b39971b7bd8757c189b3cada89ef2502914]

        merged in DEV300_m58

2009-09-11  Mathias Bauer  <mba@openoffice.org>  [10b494ec3d7bab04e82c1f8bb51eadd15ce38ae5]

        #i103496#: get rid of filter dependency in swext by moving wiki filter into extension

2009-09-11  Mathias Bauer  <mba@openoffice.org>  [6ea3256cb28af95e5ee8cd432fd93770d6784df6]

        #i103496#: get rid of filter dependency in swext by moving wiki filter into extension

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [e75ca50f411bb0d24f6df1ed7f2c46d32cfdace1]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [e221a8925fbdd5c681a2e186213529344222c88a]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [2ab9986bdffa397bb45a5e71a55eb52073d84ec4]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [cf6a1e41bcf4b7ab7c5ddc948683efe4ee5a680d]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [ed6179beb2ea5e67c2a43010b2edcd1f8094b7e8]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [f0ed8716b3b2556cb86e8005be88922c594c1189]

        CWS-TOOLING: integrate CWS os2port06dev300 2009-09-05 22:49:00 +0200 ydario  r275858 : #i99588# applied os2port06 diff to DEV300 tree.

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [0783596ed6d2d9cd523736530d47a4d7837cd28c]

        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  Kurt Zenker  <kz@openoffice.org>  [6cdd12a0723ba61b948714cf7617712805c2d8cd]

        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  Kurt Zenker  <kz@openoffice.org>  [49749239ca71441a4a3b404771617e4c8d2a0886]

        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  Kurt Zenker  <kz@openoffice.org>  [c98137541cc93a58f05a334882f17b544ddab5c8]

        CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [dc420fd3eab4bfb4f2d49f0d640dfae33fcd00c0]

        CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [b66844a072923f1f434e4d0dc2b2bcbe4db5c080]

        CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [270e03fea6602d0b4d4b0e63c9711fed00d6646b]

        CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [21194ebf2a74aea18e952be20e15fa886680a784]

        CWS-TOOLING: integrate CWS mh232 2009-08-26 03:52:57 +0200 mh  r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh  r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh  r275383 : #i39230 2009-08-26 03:07:51 +0200 mh  r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh  r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh  r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh  r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh  r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh  r275067 : #i95498# make compile with gcc3

2009-09-10  Kurt Zenker  <kz@openoffice.org>  [6f971bb5a720fa551984a3b0364da3f7a50d04e3]

        CWS-TOOLING: integrate CWS tkr24 2009-09-07 14:31:06 +0200 is  r275898 : #160081# adding NO_LICENSE_INTO_COPYRIGHT

2009-09-10  Release Engineers  <releng@openoffice.org>  [d2e577579a29bae6d2ae1e5c3e7a859a55187fa2]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [e932e67f6eedac26df284ba56e5a23a2956c57f1]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [6902c6cc538e1a40cbe8ab201163e49e72528397]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [4694e90c500d8cd3782bb374a1d76781e8f41f4a]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [0331574c1e307c9c55cd162f2a52bebcb7b0a740]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [a6462b7c27252e42a2a0924cd3561057779c3840]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [fb45122c17cac536656db0712bee537dfb176108]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [b56e08d1a3f0d773f4ea253ebb29fa8354598c7c]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Release Engineers  <releng@openoffice.org>  [92de950deef9bb68c7fcc811db198272daa5ea71]

        Create DEV300_m58 milestone tag from trunk@276042

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [2c2adca4add478b1fa7609955bc508acf327aabd]

        rebased to DEV300_m57.

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [1047252749b96ceac86575eabf3f0860bc7eb409]

        rebased to DEV300_m57.

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [e044ffcac8418a06a1da5a9466b9bdc95ddd972d]

        rebased to DEV300_m57.

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [6068ba7b27d15820630971b70c08718e510f0a82]

        rebased to DEV300_m57.

2009-09-10  Philipp Lohmann  <pl@openoffice.org>  [25f26445ab686fbbb064e620ebee39950a7fdc43]

        #i104932# take page offset into account in N-Up printing

2009-09-10  Oliver Specht  <os@openoffice.org>  [3513ece2ad1d3b1b1e937e69a06954dadb849836]

        SettingsTable added

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [dda51a59859e4e8a2ae86a44ca1578db5bd8bcbc]

        rebased to DEV300_m57.

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [a0f1b1777d480344817c344e92044363ca78735f]

        rebased to DEV300_m57.

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [f3236d872b33bdd5d67a30a229b764ea8e89c7a0]

        rebased to DEV300_m57.

2009-09-10  Oliver Specht  <os@openoffice.org>  [9a361805e04ef1bab77aebc3fbd8677e584695d2]

        #i107155# support of writerfilter fixed

2009-09-10  Release Engineers  <releng@openoffice.org>  [98bdbea6c12f54ae59e0a20c15e2dfd5d7986d1f]

        #i10000# change KeyMapping to SingletonRef<framework::KeyMapping>

2009-09-10  Kohei Yoshida  <kyoshida@novell.com>  [c76bcee2c05a4ba0d58c034e48da812f3bc6c416]

        #i102750# renamed several classes to make them sound more associated with database ranges.

2009-09-09  Kohei Yoshida  <kyoshida@novell.com>  [b78dc8dc8073b0a5b7c4ab8d5ef7088098a201b1]

        #i102750# more work toward supporting external refs in DB functions.  Still a long way to go...

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [fe4e9a884f9c61dd41c2eb1c94049bfe999fb778]

        #103496#: remove sal dependency by not using uwinapi

2009-09-09  Philipp Lohmann  <Philipp.Lohmann@Sun.COM>  [9be3ff7f8deed236d9f70ecebabfbc6a4944f349]

        #i98036# draw contros inactive on lost focus

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [f7016dabf14874375414471571d40b1ed48700a9]

        #i91226#: reimplemented cursor travelling; problematic code only for VertLR

2009-09-09  Kohei Yoshida  <kyoshida@novell.com>  [f371fca09ddff5d5d32a0dcec05931be04b1b8c9]

        #i102750# initial refactoring in an effort to support external references in DSUM, DGET etc.  Not finished yet.

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [ae703f9be4855a65f672c07ad8059cd98bf935d8]

        #i103496#: remove superfluous includes of sal headers

2009-09-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4979cfdc26405deb988293f4eebdd8a5add4bae5]

        #i10000# dependency missing: source/component on inc (pch)

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [cf70f6e73fb9e88bd1edb43aeede215db01ce6df]

        #i103496#: removed sal dependency in berkeleydb

2009-09-09  Rüdiger Timm  <rt@openoffice.org>  [965329ed2ecaf64ae7f09b8596bdcdff580e76d2]

        #i10000# vcl/source/gdi/outdev3.cxx: Avoid duplicate declaration of aStrikeoutTest

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [49c31a1f8b6a67ddf9129360adb5b1d4993cc8ed]

        #i10000# use GetBreakIter() instead of xBreak

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [defae9f5c207e11695f22786069fdcd44fef04b2]

        #i10000# pChars -> aChars by HDU

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [cda4b240291ea5d953009b1e3dd62b383b1af78e]

        #i10000# corrected Version by OJ

2009-09-09  Oliver Specht  <os@openoffice.org>  [af8a99b5dda9efb36d06fd005456c43de3325523]

        virtual d'tor protected

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [51143d3d9d352445b69b1c3c5535ffc7cd26933a]

        #i10000# recreated configure

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [5a475b7a0364e49602f363b1719213401a884e77]

        #i104829# cannot build with non-empty WITH_LANG in incomplete source tree

2009-09-09  tb121644  <tb121644@sr1-eham02-04>  [dc2da2dd062061a1419d34f30855b9ece0229290]

        #i104895# split options test into 2 files one for first.bas and the other for X_updt.bas'es

2009-09-09  Release Engineers  <releng@openoffice.org>  [d435838c0b90618ebfdd18bf63c9013c84aa2682]

        DEV300

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [3de22bffe8f4f9ec9bb64c4f43f2c3c0da6f7ac8]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [3757aa4f3efce364718c006152c39603cd60aaf7]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [7ff5554bceddb816903b641d274e13f121f3c75e]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [6d70b50fc47c67bbea0eb6bca773880950901fe3]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [f088879bac7cb8149b116eea22a51cfb54012b3c]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [0cb550725d7e128e72e67739aff5338865c28abc]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [18647458c135d38c6c99a277ff720fe347905b8a]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [e7c6e5d2c248cfb935c91882a3a1e64fea7550b4]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [04cbeac1177f9d1a893f56430e1e46e8c650c120]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [cc3c8b3f096acbeacb14f4c455ed6ed55e479d7d]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [c617ecebd7e6f5b5ec29f32ca54decf649c00d7a]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [c938d4ec7cd4fc7dac6aeaef47c74680e7518a47]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [509ab38d83237022e6551cd237c661cb313d78a7]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [ed19c2b7675b480019529d3fee401e21088a0eef]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [3a80394617f6a19d917c4a8f4e519c3979b669c6]

        merge commit to DEV300_m57

2009-09-09  Mathias Bauer  <mba@openoffice.org>  [3f7d5002332674ba3e3eabe7221bbeff83358f27]

        merge commit to DEV300_m57

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [b76cb86eaa0aec1d02c5ff29c5a43e1e7a675b27]

        CWS-TOOLING: integrate CWS mhu20 2009-09-01 15:18:43 +0200 mhu  r275662 : #i32526# Fixed missing includes, and a wrong cast 2009-08-28 13:30:05 +0200 mhu  r275530 : #i32526# Fixed missing includes and remaining merge conflicts. 2009-08-28 13:28:45 +0200 mhu  r275529 : #i32526# osl_readLine() now implemented in sal/osl/<platform>/file.cxx 2009-08-26 19:47:53 +0200 mhu  r275445 : CWS-TOOLING: rebase CWS mhu20 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 15:47:00 +0200 mhu  r275365 : #i32526# Also maintain phys. file offset. 2009-08-25 15:24:56 +0200 mhu  r275364 : #i32526# Added buffered file I/O; refactored file.cxx into multiple files. 2009-08-24 10:38:15 +0200 mhu  r275294 : #i32526# Correct OpenFlags for osl_openFile(). 2009-05-25 11:07:34 +0200 mhu  r272225 : #i32526# Added support for non-seekable file handles (pipe et al.). 2009-05-25 11:01:50 +0200 mhu  r272223 : #i32526# Add osl_readLine() test, cleanup obsolete tests. 2009-05-25 10:56:14 +0200 mhu  r272221 : #i32526# Add missing include 2009-05-25 10:48:51 +0200 mhu  r272220 : #i32526# Accept OpenJDK (IcedTea6) 1.6.0_0 version string 2009-05-15 19:18:20 +0200 mhu  r271965 : #i32526# Initial osl/unx buffered file I/O implementation. 2009-05-15 17:41:57 +0200 mhu  r271959 : CWS-TOOLING: rebase CWS mhu20 to trunk@271830 (milestone: DEV300:m48) 2009-03-26 17:28:53 +0100 mhu  r270091 : CWS-TOOLING: rebase CWS mhu20 to trunk@270033 (milestone: DEV300:m45)

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [393ad5083690784449a6c9a12bbb79fd1b748fef]

        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-09  Oliver Bolte  <obo@openoffice.org>  [24c5f3e8bfea21cd7c9e86a764fd946041a3866a]

        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-09  Oliver Bolte  <obo@openoffice.org>  [0d9501bc358f187d070c490c60f930b56d0f33e6]

        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-09  Oliver Bolte  <obo@openoffice.org>  [ed1f1a5383d454c9b4168966afc763e4bd00b158]

        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-09  Oliver Bolte  <obo@openoffice.org>  [c048fcfc8b1c68a0d652e17847a40804cb955940]

        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-09  Oliver Bolte  <obo@openoffice.org>  [78497fa4e72049611317dacf33cad591aca6a8db]

        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-09  Oliver Specht  <os@openoffice.org>  [ad02697c5dcf57ef3ce0af72eedecaa3b158e50c]

        virtual d'tor added

2009-09-09  Oliver Specht  <os@openoffice.org>  [c91545c8caf9c4441185e5c2c5fac4842e1c7d9a]

        missing exports added

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [c24ab8def12f8a7a305e35d39c91976e345dd3b0]

        CWS-TOOLING: integrate CWS koheimultirangecopy 2009-08-29 08:19:57 +0200 kohei  r275558 : A bit of cleanup & comments. 2009-08-29 08:10:31 +0200 kohei  r275557 : removed duplicated code block. 2009-08-29 07:30:33 +0200 kohei  r275556 : #i104551# fixed it. 2009-08-28 17:23:28 +0200 kohei  r275541 : #i104553# fixed a crash on pasting over existing data.  This also fixes notes being destroyed as originally reported in the IZ entry. 2009-08-27 23:36:17 +0200 kohei  r275510 : #i104550# fixed.  All I had to do was to call MarkToSimple() before examining the geometry of the marked ranges. 2009-08-27 18:04:11 +0200 kohei  r275501 : CWS-TOOLING: rebase CWS koheimultirangecopy to trunk@275331 (milestone: DEV300:m56) 2009-08-21 11:37:20 +0200 dr  r275228 : #i10000# another wntmsci12 warning 2009-08-21 09:33:32 +0200 dr  r275218 : #i10000# sunncc warnings 2009-08-20 20:01:15 +0200 kohei  r275196 : Let's not initialize a variable with itself, which is not yet initialized.  This was obviously a silly human error. 2009-08-05 23:24:16 +0200 kohei  r274702 : correct error message on matrix fragment. 2009-08-05 20:00:12 +0200 kohei  r274699 : removed header includes for indexmap.hxx. 2009-08-05 19:54:24 +0200 kohei  r274698 : removed ScIndexMap entirely - we don't need this any more. 2009-08-05 19:53:01 +0200 kohei  r274697 : Removed duplicated methods that use ScIndexMap.  We should now use ScRangeData::IndexMap across the board. 2009-08-05 18:45:17 +0200 kohei  r274695 : Refactored code to remove redundant ScDocument::CopyToClip method. 2009-07-21 18:03:54 +0200 kohei  r274209 : #i25855# initial commit of the patch from ooo-build.  It's buildable.

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [506d8c143ec55b866c1aae565b4cd17589dafb4b]

        CWS-TOOLING: integrate CWS native265 2009-09-01 11:06:19 +0200 is  r275650 : #i104658# patch for mozbootstrap.dll 2009-08-31 16:52:35 +0200 is  r275615 : #160508# fixing typo 2009-08-31 16:35:50 +0200 is  r275614 : #160508# small code fixes

2009-09-09  Oliver Bolte  <obo@openoffice.org>  [7cd75414afa95d9738c58e3ac862a151d71eca3d]

        CWS-TOOLING: integrate CWS acceleratorsfix01 2009-08-31 06:45:23 +0200 wuy  r275582 : i104644 - make the XCUBasedAcceleratorConfiguration::KeyMapping singleton; i104645 - interface storeToStorage of XCUBasedAcceleratorConfiguration is unimplemented 2009-08-31 06:41:51 +0200 wuy  r275581 : i104644 - make the XCUBasedAcceleratorConfiguration::KeyMapping singleton 2009-08-14 03:44:15 +0200 wuy  r274967 : CWS-TOOLING: rebase CWS acceleratorsfix01 to trunk@274622 (milestone: DEV300:m54) 2009-05-18 11:39:26 +0200 wuy  r272007 : CWS-TOOLING: rebase CWS acceleratorsfix01 to trunk@271830 (milestone: DEV300:m48)

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [a2224ea9eb1e05f1317f6ea3529f1653d00bd2b9]

        fix warning

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [3100b1dbb85dd3a5f1d41be0d03214592ad4fb7f]

        themed disclosure button

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [27d7fbc408091cb0871ae9fa2e29e0334f473ca9]

        merge strings from string review

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [fdb61865536ef1dfaf08c8600958432846c50f57]

        merge strings from string review

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [468bcdbd0b5fc182580dc30467f2d38df1c9b09f]

        merge strings from string review

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [e1afb76c254266da853d88c1bd3b2ccf5cd8cb18]

        catch wrong page number in sfx

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [27786389d04a4cbf24afc0abe9ed583cdd09d52f]

        catch wrong page number in sfx

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [38287624c6dbe3d622a4e73e69db78a6412a6abd]

        #i104662# reverse page order affects sheets now instead of doc pages

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [ea4051a25356bdb6ad9501cf1d17a6f726382fab]

        #i104664# resize on collpsing details

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [da62b0feb684b34ab191fb0f03ed5432c14cba97]

        #i104693# nearest paper matching

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [347a3c4c94acc84f9a11878741cacc31e3aa6a2b]

        CWS-TOOLING: integrate CWS os134 2009-09-02 08:03:24 +0200 os  r275688 : newline added 2009-09-01 15:36:05 +0200 os  r275664 : newline added 2009-09-01 09:24:34 +0200 os  r275643 : #i104499# ruby property support fixed 2009-08-27 08:51:05 +0200 os  r275455 : CWS-TOOLING: rebase CWS os134 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 08:54:46 +0200 os  r275334 : #i76332# switch to edit mode - regard 'Open in design mode' setting 2009-08-05 14:00:01 +0200 os  r274664 : #b6863593#/#i102949# print options ProspectRTL, HiddenText, Placedholder added to SwXPrintSettings 2009-08-05 13:17:21 +0200 os  r274655 : #b6858652# find linked sections/bookmarks case sensitively first 2009-07-30 11:14:03 +0200 os  r274472 : #i99860# button size on security page enhanced 2009-07-30 10:40:40 +0200 os  r274471 : #i97565# moving global document content needs undo, related string has no parameter

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [7976273c0ab5a7218f6197b3418af7c491f55d74]

        CWS-TOOLING: integrate CWS os134 2009-09-02 08:03:24 +0200 os  r275688 : newline added 2009-09-01 15:36:05 +0200 os  r275664 : newline added 2009-09-01 09:24:34 +0200 os  r275643 : #i104499# ruby property support fixed 2009-08-27 08:51:05 +0200 os  r275455 : CWS-TOOLING: rebase CWS os134 to trunk@275331 (milestone: DEV300:m56) 2009-08-25 08:54:46 +0200 os  r275334 : #i76332# switch to edit mode - regard 'Open in design mode' setting 2009-08-05 14:00:01 +0200 os  r274664 : #b6863593#/#i102949# print options ProspectRTL, HiddenText, Placedholder added to SwXPrintSettings 2009-08-05 13:17:21 +0200 os  r274655 : #b6858652# find linked sections/bookmarks case sensitively first 2009-07-30 11:14:03 +0200 os  r274472 : #i99860# button size on security page enhanced 2009-07-30 10:40:40 +0200 os  r274471 : #i97565# moving global document content needs undo, related string has no parameter

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [c08eabf905d58dea0b056ac190f1108214332b78]

        CWS-TOOLING: integrate CWS sw32numbf01 2009-09-04 10:01:07 +0200 od  r275780 : #i95907# method <SwWrtShell::NumOfBulletOn(..)> 	 - adjust indentation of newly created automatic list style 	   --> due to MRU add actual paragraph indentation to created automatic list style's indentation 2009-09-02 11:57:40 +0200 od  r275703 : #i95907# method <SwTxtMargin::CtorInitTxtMargin(..)> 	 - correct handling of paragraph indents, when list level indents are applicable. 2009-09-01 16:59:47 +0200 od  r275671 : CWS-TOOLING: rebase CWS sw32numbf01 to trunk@275331 (milestone: DEV300:m56) 2009-08-28 16:42:34 +0200 od  r275540 : #i102458# method <SwFlowFrm::CalcUpperSpace(..)>           - correct handling of leading line spacing           method <GetSpacingValuesOfFrm(..)> 	  - add output parameter <obIsLineSpacingProportional> 2009-08-27 17:03:07 +0200 od  r275496 : #i101516# method <SwTxtNode::SwTxtNode(..)> 	  - in case that the paragraph is add to a list, apply paragraph style's assigned             outline style list level as list level, if paragraph has no list level set already. 2009-08-27 15:23:34 +0200 od  r275489 : #i101234# method <SwWrtShell::NumOrBulletOn(..)> 	  - check before activation of certain list level of outline numbering, 	    a numbering format is already set. In this only continue the outline numbering. 2009-08-27 14:15:07 +0200 od  r275483 : #i95907# method <SwWrtShell::NumOrBulletOn(..)> 	 - consider leading tab stops and intentation of paragraph first text line,            when a new list style is created for its application to the selection. 2009-08-26 09:51:39 +0200 od  r275401 : #i86492# Adjust copy of text nodes regarding lists          - copy of part of paragraph in list does not copy list style and list id          - copy of paragraphs in list into another list continues destination list          - copy of paragraphs (at least one not in a list) at empty paragraph following a list            does not continue the destination list. 2009-08-25 10:30:53 +0200 od  r275339 : #i101349# method <XMLTextImportHelper::SetStyleAndAttrs(..) 	  - assure that list style of automatic paragraph style is applied at paragraph.

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [aa91dc0ccbe53ffcec9dbfec2265de057775d4e3]

        CWS-TOOLING: integrate CWS sw32numbf01 2009-09-04 10:01:07 +0200 od  r275780 : #i95907# method <SwWrtShell::NumOfBulletOn(..)> 	 - adjust indentation of newly created automatic list style 	   --> due to MRU add actual paragraph indentation to created automatic list style's indentation 2009-09-02 11:57:40 +0200 od  r275703 : #i95907# method <SwTxtMargin::CtorInitTxtMargin(..)> 	 - correct handling of paragraph indents, when list level indents are applicable. 2009-09-01 16:59:47 +0200 od  r275671 : CWS-TOOLING: rebase CWS sw32numbf01 to trunk@275331 (milestone: DEV300:m56) 2009-08-28 16:42:34 +0200 od  r275540 : #i102458# method <SwFlowFrm::CalcUpperSpace(..)>           - correct handling of leading line spacing           method <GetSpacingValuesOfFrm(..)> 	  - add output parameter <obIsLineSpacingProportional> 2009-08-27 17:03:07 +0200 od  r275496 : #i101516# method <SwTxtNode::SwTxtNode(..)> 	  - in case that the paragraph is add to a list, apply paragraph style's assigned             outline style list level as list level, if paragraph has no list level set already. 2009-08-27 15:23:34 +0200 od  r275489 : #i101234# method <SwWrtShell::NumOrBulletOn(..)> 	  - check before activation of certain list level of outline numbering, 	    a numbering format is already set. In this only continue the outline numbering. 2009-08-27 14:15:07 +0200 od  r275483 : #i95907# method <SwWrtShell::NumOrBulletOn(..)> 	 - consider leading tab stops and intentation of paragraph first text line,            when a new list style is created for its application to the selection. 2009-08-26 09:51:39 +0200 od  r275401 : #i86492# Adjust copy of text nodes regarding lists          - copy of part of paragraph in list does not copy list style and list id          - copy of paragraphs in list into another list continues destination list          - copy of paragraphs (at least one not in a list) at empty paragraph following a list            does not continue the destination list. 2009-08-25 10:30:53 +0200 od  r275339 : #i101349# method <XMLTextImportHelper::SetStyleAndAttrs(..) 	  - assure that list style of automatic paragraph style is applied at paragraph.

2009-09-08  Philipp Lohmann  <pl@openoffice.org>  [eb7e3a297515f8f603c8372b4276d6a14c09ef40]

        #i104763# inform app about need to reformat

2009-09-08  tb121644  <tb121644@sr1-eham02-04>  [1896e090673438b8ebac0340f6c59cc8cd163022]

        #i103219 CB_KEEP_LIST -> CB_REMOVE_LIST; clean hid.lst

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [76a9ea70aeb84dc0057d201ab4ab8716ee448ee7]

        CWS-TOOLING: integrate CWS filepicker03 2009-08-28 10:59:09 +0200 cd  r275520 : #i103568# Added context for Writer export 2009-08-27 13:42:55 +0200 cd  r275478 : #i103568# The expression must be negated to be correct! 2009-08-26 14:26:24 +0200 cd  r275423 : CWS-TOOLING: rebase CWS filepicker03 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 11:53:11 +0200 cd  r275411 : #i103568# Fix file type suggestion inconsistency 2009-08-26 11:27:16 +0200 cd  r275407 : #i83457# Fix compiler warnings for wntmsci11 and 12 2009-08-26 11:26:32 +0200 cd  r275406 : #i83457# Remove fpicker from modules with warnings 2009-08-25 16:20:06 +0200 cd  r275368 : #i83457# Fix msvc warnings 2009-08-03 15:12:44 +0200 cd  r274582 : CWS-TOOLING: rebase CWS filepicker03 to trunk@274203 (milestone: DEV300:m53)

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [467b96a9e1f1647e597c2aa4bad6501e534e0605]

        CWS-TOOLING: integrate CWS filepicker03 2009-08-28 10:59:09 +0200 cd  r275520 : #i103568# Added context for Writer export 2009-08-27 13:42:55 +0200 cd  r275478 : #i103568# The expression must be negated to be correct! 2009-08-26 14:26:24 +0200 cd  r275423 : CWS-TOOLING: rebase CWS filepicker03 to trunk@275331 (milestone: DEV300:m56) 2009-08-26 11:53:11 +0200 cd  r275411 : #i103568# Fix file type suggestion inconsistency 2009-08-26 11:27:16 +0200 cd  r275407 : #i83457# Fix compiler warnings for wntmsci11 and 12 2009-08-26 11:26:32 +0200 cd  r275406 : #i83457# Remove fpicker from modules with warnings 2009-08-25 16:20:06 +0200 cd  r275368 : #i83457# Fix msvc warnings 2009-08-03 15:12:44 +0200 cd  r274582 : CWS-TOOLING: rebase CWS filepicker03 to trunk@274203 (milestone: DEV300:m53)

2009-09-08  tb121644  <tb121644@sr1-eham02-04>  [ade1cb1750f1d9fd12d25483906bf7d7dec4e6b6]

        #i103219 revert of revert of change; clean hid.lst

2009-09-08  Thomas Benisch  <tbe@openoffice.org>  [63ec5317c74d46f2c8d4027a6571402caf262ed5]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-08  Thomas Benisch  <tbe@openoffice.org>  [02dd808a086acd4f2aea8a16a3970207fa4708d9]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [0a5b1d26ac2229ee1bc842e17294719c8fc15d29]

        CWS-TOOLING: integrate CWS jskhgpilot2

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [94f49df4a163f2516b3302e156588da4685c1be6]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [447462206a424eae219d9bc2caabc0cdb5e6aab0]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [20e02da5b2d5328b0e31443e19d769ff2aa521f4]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [fbb3c82a81750cf7744e25af48a3372b8aafbd53]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [9054ef50665d87331e9150e1b4dcc401c2bbfef5]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [68f578d246238871fa6c8af9595f71d396341829]

        CWS-TOOLING: integrate CWS vcl104

2009-09-08  Thomas Benisch  <tbe@openoffice.org>  [01a8bc45ebfe6b517e541457abb6d121b6de8a71]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [7dcc5d04f9772494ae52a15cf192def5bddb9eb4]

        CWS-TOOLING: integrate CWS dbaperf3 2009-08-28 08:04:41 +0200 oj  r275515 : wrong replacement 2009-08-28 07:57:44 +0200 oj  r275514 : declaration of 'nRealSize' shadows a previous local 2009-08-20 10:17:11 +0200 oj  r275168 : CWS-TOOLING: rebase CWS dbaperf3 to trunk@275001 (milestone: DEV300:m55) 2009-08-19 11:50:49 +0200 oj  r275145 : #ii102891# minimize metadata calls 2009-06-22 12:20:15 +0200 oj  r273213 : compile error 2009-06-22 12:19:45 +0200 oj  r273212 : compile error 2009-06-18 08:54:08 +0200 oj  r273099 : #i102891# reduce calls to databasemetadata 2009-06-18 08:19:55 +0200 oj  r273095 : #i102891# reduce calls to databasemetadata

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [39e949c290b8ab1e063930380a8926afb0615dd0]

        CWS-TOOLING: integrate CWS dbaperf3 2009-08-28 08:04:41 +0200 oj  r275515 : wrong replacement 2009-08-28 07:57:44 +0200 oj  r275514 : declaration of 'nRealSize' shadows a previous local 2009-08-20 10:17:11 +0200 oj  r275168 : CWS-TOOLING: rebase CWS dbaperf3 to trunk@275001 (milestone: DEV300:m55) 2009-08-19 11:50:49 +0200 oj  r275145 : #ii102891# minimize metadata calls 2009-06-22 12:20:15 +0200 oj  r273213 : compile error 2009-06-22 12:19:45 +0200 oj  r273212 : compile error 2009-06-18 08:54:08 +0200 oj  r273099 : #i102891# reduce calls to databasemetadata 2009-06-18 08:19:55 +0200 oj  r273095 : #i102891# reduce calls to databasemetadata

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [3451da05fade59bc96ca4eb5ee5c0a9faceb7a17]

        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>  [e34ac42e6e7fc1b03455358cb3eaed1ee9007539]

        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>  [42093d37028d6e3a0e0e877253b8be70fe10876f]

        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>  [1bbc42d3abf81e7d93ca6ebb2814f4ab0a1a9ab8]

        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>  [98ae365df0a0c32d75649053dea7dfaace68159a]

        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>  [f4967ff057d7b1534fd0bc71fb8cbb4c6f4f5f0f]

        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>  [b8aa674e67db69da52e55d8079242901ab51de1c]

        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>  [0b32392c9ef250f90977b6953db8b4c821546951]

        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>  [b12afe90956bca6b626e677c58893947a46b8c97]

        CWS-TOOLING: integrate CWS jl132 2009-08-31 13:06:06 +0200 jl  r275601 : #i104650# increase versions of assemblies 2009-08-31 13:01:07 +0200 jl  r275598 : #i104650# increase versions of assemblies 2009-08-31 12:36:40 +0200 jl  r275597 : #i104650# new test library for 3.1.1 versions 2009-08-31 10:30:39 +0200 jl  r275586 : CWS-TOOLING: rebase CWS jl132 to trunk@275331 (milestone: DEV300:m56)

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [80eb233788b5c88f1af9687fb7a2eda7b2e97d96]

        CWS-TOOLING: integrate CWS jl132 2009-08-31 13:06:06 +0200 jl  r275601 : #i104650# increase versions of assemblies 2009-08-31 13:01:07 +0200 jl  r275598 : #i104650# increase versions of assemblies 2009-08-31 12:36:40 +0200 jl  r275597 : #i104650# new test library for 3.1.1 versions 2009-08-31 10:30:39 +0200 jl  r275586 : CWS-TOOLING: rebase CWS jl132 to trunk@275331 (milestone: DEV300:m56)

2009-09-08  Oliver Bolte  <obo@openoffice.org>  [08d0042d418de66a9722c650d8977869acd312b1]

        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-08  Oliver Bolte  <obo@openoffice.org>  [69fc8dc7847e22a4139ed59e9873c08a32edf092]

        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-08  Oliver Bolte  <obo@openoffice.org>  [40eb65dc1559f8a97bfe4110745578cabecfee04]

        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-08  Oliver Bolte  <obo@openoffice.org>  [26aa928bf97652c8df13798f6ff3ce1df058f626]

        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-08  Oliver Bolte  <obo@openoffice.org>  [73e969689cefb00d1f65c2978ff51442e77146c5]

        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-08  Oliver Bolte  <obo@openoffice.org>  [ca00697e3dae9a03573d11281fc8d9a4ee391d3d]

        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>  [32d107b947702ca0b7362e9ee5d228a18445996a]

        CWS-TOOLING: integrate CWS qadev38 2009-08-26 09:09:14 +0200 lla  r275394 : #i104497# fix broken unoapi tests 2009-08-25 15:16:34 +0200 lla  r275362 : #i102426# OfficePriver fix 2009-08-25 15:14:19 +0200 lla  r275361 : #i104496# cleanups

2009-09-07  Oliver Bolte  <obo@openoffice.org>  [fbeb3ce4a4fc1cf2a4a171709cfeb677971cf577]

        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>  [23a6bdea655896c01ce21862f4e714b9ba3d4f0e]

        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>  [047473d4f1a12e867ab7154113f7f1c5422d5368]

        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  sb  <sb@openoffice.org>  [7ea98d0a677f26895fa9fbe9446b394bab0dbf5e]

        #i101955# rtl_string2UString_status must set *pInfo on every path through the function body

2009-09-07  Thomas Lange  <tl@openoffice.org>  [222ce842dbdbdad1d50cba06fc26968b9363bf0b]

        #104693# brochure printing with different page formats

2009-09-07  Thomas Lange  <tl@openoffice.org>  [3ed5b6c9c6530c75a5ae9f6d60f6149451701001]

        #104693# brochure printing with different page formats

2009-09-07  Oliver Bolte  <obo@openoffice.org>  [9fa41b880dcfef94fa3b7b057f601d97f8a37763]

        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>  [63fb0c4c42c5272cb643b0fb7a8d1c2661a011c6]

        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>  [9e66e6816ae9d702cb5e22486524846912e1558b]

        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>  [ba8012a2cf500b13ac3cd54acc2ef36b1a82fbcb]

        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>  [712e83090c793bd4a29ca77022e52d7fd82b70f7]

        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>  [937268ddae9d62992226dd3c16b22a641cd9626d]

        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>  [3bcd5515229713275014a66f5b9e7367f2cc979c]

        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>  [ae0228cdb340de85f42c25024986ce0e557503a3]

        CWS-TOOLING: integrate CWS kick4nt

2009-09-07  Thomas Lange  <tl@openoffice.org>  [22377e630acfe8339dd760db2b223d6700705888]

        #104693# assertion fixed

2009-09-07  Thomas Lange  <tl@openoffice.org>  [fbfff407749fbec15066d74fb34aae9c274431af]

        #104693# fixed page size and map mode unit conversion problem for brochure printing

2009-09-07  Thomas Lange  <tl@openoffice.org>  [9e5779f493f9c25481323baa8570e76f4ee1b73a]

        #i101242# assertion fixed

2009-09-07  Philipp Lohmann  <pl@openoffice.org>  [37de7b4f82272ea2fe43d3d39cc7a59995ba0f87]

        remove unused variable

2009-09-07  Thomas Lange  <tl@openoffice.org>  [222744aceb42238d31eda4181e898343cbc504d3]

        #i101242# start grammar checking only for docs with visible views

2009-09-07  Thomas Lange  <tl@openoffice.org>  [01c741ee90f41de09410413d81f779d88bb050a8]

        #i101242# start grammar checking only for docs with visible views

2009-09-07  Oliver Bolte  <obo@openoffice.org>  [8d19f8eab1d0da0467616760009049305159b7e5]

        CWS-TOOLING: integrate CWS automationdev300m55writer_fixes 2009-08-27 12:19:34 +0200 hde  r275471 : adding a keypress to testcase 2009-08-27 12:07:20 +0200 hde  r275468 : adding a sleep after selection of object 2009-08-27 10:21:42 +0200 hde  r275462 : warnlog for i102093 removed 2009-08-26 15:50:43 +0200 wg  r275429 : 104520 2009-08-26 15:20:25 +0200 hde  r275425 : added checkbox Notes 2009-08-25 15:20:06 +0200 hde  r275363 : mouse click is observed as obsolete 2009-08-25 13:47:33 +0200 hde  r275350 : maximized document window after opening 2009-08-25 10:43:47 +0200 hde  r275340 : maximizes document windowon create 2009-08-25 08:52:33 +0200 hde  r275333 : #95266#styles for chineses adapted 2009-08-24 15:34:45 +0200 hde  r275321 : #104450#several fixes in object selection 2009-08-24 15:34:03 +0200 hde  r275320 : #104450#several fixes in object selection 2009-08-21 14:44:36 +0200 wg  r275261 : 104404 2009-08-21 14:40:39 +0200 wg  r275259 : 104404 2009-08-21 14:39:03 +0200 wg  r275258 : 104404 2009-08-21 14:30:37 +0200 wg  r275256 : 104404 2009-08-21 14:24:18 +0200 wg  r275253 : 104404 2009-08-21 14:21:44 +0200 wg  r275252 : 104404 2009-08-21 14:08:41 +0200 wg  r275247 : 104404 2009-08-21 14:05:51 +0200 wg  r275246 : 104404 2009-08-21 13:20:44 +0200 wg  r275242 : 104398 2009-08-21 13:14:05 +0200 wg  r275241 : 104398 2009-08-21 13:00:26 +0200 hde  r275240 : 102477-warnlog removed from testcase 2009-08-21 12:52:50 +0200 wg  r275238 : 104398 2009-08-21 12:50:26 +0200 wg  r275237 : 104398 2009-08-21 12:50:07 +0200 hde  r275236 : printlog changed 2009-08-21 12:48:43 +0200 hde  r275235 : 100240-testcases renamed to a meaningful name 2009-08-21 12:46:59 +0200 wg  r275233 : 104398 2009-08-21 12:37:46 +0200 wg  r275231 : 104398 2009-08-21 11:37:20 +0200 oc  r275229 : #i104395# sleeps added to avoid timing problems 2009-08-21 11:24:19 +0200 wg  r275226 : 104393 2009-08-20 15:49:02 +0200 hde  r275187 : i100670-made qaerrorlog from warnlog 2009-08-20 15:44:58 +0200 hde  r275186 : 104358..html-export excluded

2009-09-07  Thomas Lange  <tl@openoffice.org>  [3c4cf485fa3f4efb4f9c3548c4b5acb441bd0f50]

        #i101242# start grammar checking only for docs with visible views

2009-09-07  Oliver Bolte  <obo@openoffice.org>  [882f60c41fd6d3e033d11120fc9859f83b0c1bca]

        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-07  Oliver Bolte  <obo@openoffice.org>  [89ff0da421a5a57e36e6fd97a3d9c69ad0107904]

        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-05  Kohei Yoshida  <kohei@openoffice.org>  [23f300a0f3b66df0dee0bca7e26d38d60cb8b5a2]

        resurrected one formerly unused method to fix build breakage.

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d44e2d80584ecf435d91232049e371c960be2a]

        koheidatapilot03: merge with DEV300_m57

2009-09-04  Release Engineers  <releng@openoffice.org>  [981580264848f005d5519fa1c2d998c331938fd9]

        #i10000# corrected curly braces

2009-09-04  Thomas Lange  <tl@openoffice.org>  [99db98914d9a700541cd138ab5a705119d2a9480]

        #i101242# start grammar checking only for docs with visible views

2009-09-04  Thomas Lange  <tl@openoffice.org>  [4f2690960ace7b79ef45b07f3fb81a208d97636a]

        #i101242# clean-up

2009-09-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c6703df672656c8203eb1dee3882e00fd9f11e16]

        update to m57

2009-09-04  Oliver Düsterhoff  <od@openoffice.org>  [43867f5e04f671d6f3276724a47454ec5799ff80]

        #i91226# adjustment of the object positioning dialog for Mongolian layout

2009-09-04  Thomas Lange  <tl@openoffice.org>  [bf0a105df9da382dde7b9bc663f81a354ce5b853]

        #i101242#SfxViewFrame::IsVisible_Impl renamed to IsVisible

2009-09-04  Oliver Düsterhoff  <od@openoffice.org>  [006871cd6c1785242a1eef0ff5cdfb914fcd99c5]

        #i91226# adjustment of object positioning for Mongolian layout

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a6b0235621e280bd14ed6e98ab378952afecbf]

        mongolianlayout: Merge with DEV300_m53

2009-09-04  Thomas Benisch  <tbe@openoffice.org>  [f4d422a1b9935657c014bb754039455eb9d6c6a8]

        #i12587# build error

2009-09-04  Release Engineers  <releng@openoffice.org>  [b4f7e9e44292d81c4645e790545461943fb003c6]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [1f5e32262c475444b09293e7e7b78141a1704696]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [ad2a044339f9e5403e1f2dfc63b44d7ebbc24d2e]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [d1886d07b439e7197f731c9d98c0b2ec31c62faa]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [91022595b4982107069d099ba61a19430023e184]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [1f0839c836781bc41f8c301b6262eabc978c90f8]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [7e7f2dc447c4b41052e75e8e1bc5e6f4b20f323e]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [257f980d84a6680f276e9128deb02be9aec08680]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [4feb6e731fad8c4f3f29f7b3b7d74b9a2530000c]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [a9f7e85f8aaf8c2d3ac8f4af4df2221abf0ddfe3]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [70022ac350f6e09a21242a13fa85ae0142fe4efa]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [bce8c1c3ae219d2b2a6c76e0599c33eec90d8d57]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [83b90b8176c135586a85816b24017fa758d9d5f7]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [c830ae8657104e412138e0c6745845e6a9c10ed3]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [752941d76c608a475db454b0010a315d86bfc748]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [4a5bdf1727fd9be7c59485dd977e5a507ad48cd7]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  Release Engineers  <releng@openoffice.org>  [91270fdbf03ba253cc1a9babf525a589f40d3541]

        Create DEV300_m57 milestone tag from trunk@275796

2009-09-04  sb  <sb@openoffice.org>  [e765abbb26108f0263913a40d0714dcb9b31fa10]

        merged in DEV300_m57

2009-09-04  sb  <sb@openoffice.org>  [b6778986a2440cbe8d051a718fbdcadfc9964300]

        merged in DEV300_m57

2009-09-04  sb  <sb@openoffice.org>  [a6f7d824766bc20c3e7ade1ac57c261a713e675f]

        merged in DEV300_m57

2009-09-04  sb  <sb@openoffice.org>  [2261e520232d0bc3e34e55418b011c5c71b3a3ff]

        merged in DEV300_m57

2009-09-04  Thomas Lange  <tl@openoffice.org>  [3450d32cff473715e2a7d5a44e5cefde6a4a1872]

        #i101242# assertion in ViewOptionAdjustStart fixed

2009-09-04  Thomas Lange  <tl@openoffice.org>  [aacdff37a8696ddcbe0094e7b3fcd650eb311eb5]

        #i101242# printing of HTML source won't cross the border frame anymore

2009-09-04  Release Engineers  <releng@openoffice.org>  [c6c11dbe997c96729ba523ef7e9bec78bbb0f2e1]

        #i10000# fixed encoding

2009-09-04  Thomas Lange  <tl@openoffice.org>  [c746ad70065a31b1ef8147dc198dbe96b8ea60c7]

        #i101242# don't create SwRenderData for printing from the HTML source view; will crash on second execute of print direct

2009-09-04  Andreas Bregas  <ab@openoffice.org>  [59120ee10f3a18fe4910e36c09153488ab9e776a]

        #i102261# fixed idl building problems

2010-01-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba5f84db1adade7a007e519eb4449cb75410921a]

        ab71: merge with DEV300_m54

2009-09-04  Release Engineers  <releng@openoffice.org>  [f26085ac8e6a11b2832c7e8618b7bde98dd7db19]

        #100000# revert trunc revision to the master one

2009-09-03  Kohei Yoshida  <kyoshida@novell.com>  [3db13d25ca7c79cbc53ecba722453571451b96e9]

        #i103598# fixed it so that when an external link changes it would set a modified flag to the document.

2009-09-03  Kohei Yoshida  <kyoshida@novell.com>  [406566e75bc157fa4fcc6c47132badc618c606df]

        #i104769# fixed by registering a chart listener for each imported chart upon import of xls document.

2009-09-03  Thomas Lange  <tl@openoffice.org>  [4c0bd776257fb1ad287e34b4e1bcf4bb6cd2f822]

        #i101242# printing from HTML source view

2009-09-03  Release Engineers  <releng@openoffice.org>  [9d7d35bce00ec0b2676d0428872300cc257e3288]

        #100000# revert some unxlngx settings

2009-09-03  Kohei Yoshida  <kohei@openoffice.org>  [87435fda334e9ac833968193524b9bb0ff276c97]

        #i104742# shrink selected soure data to the data area when making datapilot table from cell range.

2009-09-03  Kohei Yoshida  <kohei@openoffice.org>  [cc67bdb74d77446686dc1dcb78c53e5196ce1326]

        #i104742# ported some code from ooo-build to implement shrinking of db data area.

2009-09-03  Kohei Yoshida  <kohei@openoffice.org>  [15516a01e3368a07854cabfe9cace1c841ac3795]

        slight comment cleaning

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [1d87f1d07f98db077a182fffe0f55aa029fbd3ae]

        Fixed a bug where field arrow buttons didn't indicate the presence of hidden members when the name of a field was a layout name.

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [fb8e51e2a5dc9d95a3465ca3041b0b27591df0a6]

        More use for ScDPLabelData::getDisplayName().

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [8cf3d5f0317095f6a39ec7e0bfccf2b2d2d41aa2]

        added getDisplayName() to ScDPLabelData, to keep the client code a little cleaner.

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [b5fa761ca3b9fc4deee487e018f0182c8d3a9c41]

        Fixed a bug where the layout names of field members get lost when updating the table from the layout dialog.

2009-09-02  Release Engineers  <releng@openoffice.org>  [619cd064b2434d53faf13da92921d566ba63c52e]

        #i100000# workaround for MS linker: splitted lib

2009-09-02  Thomas Lange  <tl@openoffice.org>  [46639acb799932b5a375520b6a58587d27a3420a]

        #i101242# provide missing 'View' and 'IsPrinter' parameter befor getRenderer is called in SfxPrinterController

2009-10-08  hg  <hg@oosvn01.>  [e1197fe509873ce53b6bb03abde651eec4025bef]

        merge with m55

2009-09-02  Thomas Benisch  <tbe@openoffice.org>  [f9c06d7397e473ac0518bd0497e89536ccafd797]

        #i12587# warning

2009-09-02  Daniel Rentz  <dr@openoffice.org>  [1657f964b203fdf4e1d02d354255966d886be648]

        #i10000# missing include

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b4af25ca2f1266be37f074ef22b903b31fbc5f]

        chartshapes: merge with DEV300 m55

2009-09-02  Daniel Rentz  <dr@openoffice.org>  [79a07b4395cc9d0caac5dd7bf33a7d6c2467e32b]

        #i10000# rebase/merge error

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [25df57fb136eb88253e7b9abc680adab85497dba]

        chartshapes: merge with DEV300 m55

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [9b0c9920d629acbdf8516e13ba045cfea7b1fd97]

        Show display names (aka layout names) of fields in the dp layout dialog and its child dialogs.

2009-09-02  Kohei Yoshida  <kohei@openoffice.org>  [e862adfa2e024d63ad86c6ad043b7d073598bf69]

        Initial work toward showing the display names (aka layout names) for field and field members when appropriate.  Refactored ScDPLabelData quite a bit.  I'm not entirely done with this yet.

2009-09-01  Kohei Yoshida  <kyoshida@novell.com>  [3eb1792f921deea59c7fc809f56adeb260bb21c9]

        #i102671# Cache the value returned from PieChart::getMaxOffset() for massive performance gain with pie charts with lots of slices.

2009-09-01  Kohei Yoshida  <kyoshida@novell.com>  [9b7f14b542df6e200ac811c6e4ac4ad062fdedbf]

        #i102671# Cache the data sequence returned from ScChart2DataSequence::getData() to improve performance for pie charts (with lots of slices).

2009-09-01  Philipp Lohmann  <pl@openoffice.org>  [29572d6eebbd0a72cc7f244b613ed029e2b1ac54]

        #i104668# fix IsLasPage handling

2009-09-01  Thomas Lange  <tl@openoffice.org>  [ffdf4f75143bbcc0061cbf8479490d9b6cb7d5f2]

        #i101242# applying view options and formatting doc now only done in getRendererCount

2009-09-01  Philipp Lohmann  <pl@openoffice.org>  [65756e786d115472d3607724456888d325608a95]

        remove warnings

2009-09-01  Thomas Lange  <tl@openoffice.org>  [b4c51335262a4f3ad88d15d3b13d5442e90b142b]

        #i101242# applying view options and formatting doc now only done in getRendererCount

2009-09-01  Thomas Lange  <tl@openoffice.org>  [8b9588e75bd53b64fa3d1cd0a006a14e74578f96]

        #i101242# applying view options and formatting doc now only done in getRendererCount

2009-09-01  Release Engineers  <releng@openoffice.org>  [08950bf97fc948ead2ad9b3677e78451ac187876]

        #i10000# export destructor

2009-09-01  Release Engineers  <releng@openoffice.org>  [84452608171b1ba943de3d8d3b4977d74bc1a033]

        #i10000# corrected wrong order of the curlied braces

2009-09-01  Release Engineers  <releng@openoffice.org>  [04bfd1562b68800b4678751cc1818ba9d3557b5a]

        #i10000# fix for building locally copied modules

2009-09-01  Oliver Specht  <os@openoffice.org>  [467351957174c318a81fede4937d0a21fda7828e]

        #i101242# single print jobs not supported anymore

2009-09-01  Oliver Specht  <os@openoffice.org>  [ba1e298590c503608e5c0b792288e0ef28186e90]

        #i101242# print after creation of full output document

2009-09-01  Oliver Specht  <os@openoffice.org>  [9582d9a634f47f3f8fe75f3ac67835bbd154d016]

        #i101242# mail merge printing

2009-09-01  Oliver Specht  <os@openoffice.org>  [24e7c7a3173bf1612c9903466e88508852bce390]

        #i101242# mail merge printing

2009-09-01  Oliver Specht  <os@openoffice.org>  [0d2b77c567c563b19ae4ed32a31d927282860129]

        #i101242# DoPrint removed

2009-09-01  Release Engineers  <releng@openoffice.org>  [29bd9d3193c8b5223011f559e54ca0bf5e731b1b]

        #i10000# fix for buildbreaker

2009-09-01  Kohei Yoshida  <kohei@openoffice.org>  [07d2c1eaebb1afc679438b15f0a26dd120e4c18e]

        When assigning a display name to subtotal output, we should allow it only when the subtotal type of 'Automatic'.

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [a2df349f777528b652637415364e7a97d25603ca]

        #i92516# make formula editor look a little better

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [b380b1cb316a12e1ee8cce2749686c0f4fd99425]

        #i92516# margin logic in dialog

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [2fbe64f3eca3bb4f2d881ae764d9362a2d3c8b5f]

        #i92516# set page marging to 0 in 1 page case

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [c9bf01e4958f7d9dd7876c10a6476bc0d84c7ea0]

        #i92516# imporve CalcMinimumSize

2009-08-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a666eee8da78eddb34ffc967961113f14011466f]

        #i10000#: update unxlngx6 environment

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [0b66a79a38b3f6fb1790307f6459a62efec35442]

        #i92516# no progress on api print

2009-08-31  Philipp Lohmann  <pl@openoffice.org>  [4e0267c10be60f4e938e3f32b39ea1181496fd89]

        #i92516# IsFirstPage property

2009-08-31  Oliver Bolte  <obo@openoffice.org>  [044c31060679f4ed203fc970f4f60141cab526dd]

        #100000#,#160112# MAXPROC missing for cygwin + lucopy

2009-08-31  Release Engineers  <releng@openoffice.org>  [292c107d07206265cd43435d1fc7251d2aea0e31]

        #i10000# errors induced by conflicting CWS resolved

2009-08-31  Thomas Lange  <tl@openoffice.org>  [49722c743ab79cb01c4932c894549d8db9bb9426]

        #i101242# minor clean-up

2009-08-31  Rüdiger Timm  <rt@openoffice.org>  [51a8e2fe0ebcef2b6fea4ecea4896fa1a773a991]

        #i10000# 'deliver' sometimes fails in cases where several platforms simultaneously try to create the same big zip file in solver's 'common.pro' zip directory.

2009-08-31  Release Engineers  <releng@openoffice.org>  [c2f366873f2a3b423265a1ebfdb5e1547d49f3e5]

        #i10000# fix for Win32 warning

2009-08-31  Release Engineers  <releng@openoffice.org>  [9de88b1e64d0867314396eaf9eeea1f349413599]

        #i10000# added missing link-library

2009-08-28  Philipp Lohmann  <pl@openoffice.org>  [d9d92875a62f7c2142f4c851f10eccdf896cc4ee]

        fix warning

2009-08-28  Philipp Lohmann  <pl@openoffice.org>  [0dbda8a93911a7bbed0faa078626036fb3077499]

        fix warning

2009-08-28  Vladimir Glazounov  <vg@openoffice.org>  [f5709591bc81cbdf8f9b5adf512e457b9144cd40]

        #i10000# regenerated configure

2009-08-28  Release Engineers  <releng@openoffice.org>  [a6664b6747ca61b47b4c1638df375bd9b8f0518a]

        #i102677# a file,that should have been integrated with fillednetchart CWS

2009-08-28  Kohei Yoshida  <kohei@openoffice.org>  [12f0af840124fa0f7acd088eafeb8e6d40c7c860]

        fixed a build breakage.

2010-01-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [561a37a3cb1605154b2bf7b7b73976e690fbc3db]

        koheidatapilot03: merge with DEV300_m56

2009-08-27  Release Engineers  <releng@openoffice.org>  [d88a461402515a1dc46e8a90e16a7575b0f8fd8f]

        DEV300

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [744928325ecee04b12b8f6ae82d7d6c892917279]

        CWS-TOOLING: integrate CWS sb114_DEV300 2009-08-12 09:02:01 +0200 sb  r274880 : #i104149# missing PATCH flag 2009-08-11 16:39:16 +0200 sb  r274864 : #i104149# merged in difference between <http://ftp.debian.org/debian/pool/main/libx/libxml2/libxml2_2.6.32.dfsg-5.diff.gz> and <http://security.debian.org/pool/updates/main/libx/libxml2/libxml2_2.6.32.dfsg-5+lenny1.diff.gz> (which appears to also apply cleanly to the libxml2 2.6.31 source base checked into OOo)

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [4f31e241f6e940a294938288664fb9042139f775]

        CWS-TOOLING: integrate CWS sb114_DEV300 2009-08-12 09:02:01 +0200 sb  r274880 : #i104149# missing PATCH flag 2009-08-11 16:39:16 +0200 sb  r274864 : #i104149# merged in difference between <http://ftp.debian.org/debian/pool/main/libx/libxml2/libxml2_2.6.32.dfsg-5.diff.gz> and <http://security.debian.org/pool/updates/main/libx/libxml2/libxml2_2.6.32.dfsg-5+lenny1.diff.gz> (which appears to also apply cleanly to the libxml2 2.6.31 source base checked into OOo)

2009-08-27  Release Engineers  <releng@openoffice.org>  [ffab9624bbb68e92a5e0af7937eee66a1651f1d0]

        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>  [a3f1ad73fb8a8e84ee5ecd58b7f6a41460d09b49]

        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>  [b46a0a3c69562e62a64a44a4b39ac04f178e1748]

        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>  [6f90bae604adb149772f599ab2e05d1d96e998d8]

        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>  [d30c818de2aa67effa98d57a40e25f3bde37267a]

        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>  [c9890f295adcdc6dcf54d40102ac4baf740b0b0e]

        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  Vladimir Glazounov  <vg@openoffice.org>  [45addfc147e8c947e428ce8343393f7583e954b4]

        CWS-TOOLING: integrate CWS swapfix01_DEV300 2009-08-17 16:40:04 +0200 cl  r275061 : #i104146# added patch flag for svx library 2009-08-17 15:48:01 +0200 cl  r275059 : #i104146# force swap in of graphic to avoid getting the unique id from the preview graphic

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [3f8ef3cea01c13d38a479edbfae9999a165ddd47]

        CWS-TOOLING: integrate CWS swapfix01_DEV300 2009-08-17 16:40:04 +0200 cl  r275061 : #i104146# added patch flag for svx library 2009-08-17 15:48:01 +0200 cl  r275059 : #i104146# force swap in of graphic to avoid getting the unique id from the preview graphic

2009-08-27  Release Engineers  <releng@openoffice.org>  [9d33939ae08887bca80fb7a11a7104b227ad3573]

        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  Vladimir Glazounov  <vg@openoffice.org>  [613092ae9962ef82c9b752de54ab1573f369ed15]

        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  Vladimir Glazounov  <vg@openoffice.org>  [83b60ac3bfadac89db189b8ebf7075e8a1a118af]

        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  Release Engineers  <releng@openoffice.org>  [54febeb5b10ca74d98f8f42959ed7cd8296992da]

        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  Release Engineers  <releng@openoffice.org>  [a1e9a25a9a4e012e6a921f9cff9d754875ebf6c4]

        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  Release Engineers  <releng@openoffice.org>  [4439427aadeaa0cb611011b46f0fa14bfa196f33]

        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  Release Engineers  <releng@openoffice.org>  [2957f2456e5dc6ad075655ad5a25c3aaae858d29]

        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  Vladimir Glazounov  <vg@openoffice.org>  [bfcc160810afd1c5cbc93e67a2fe3896a2de7b60]

        CWS-TOOLING: integrate CWS native264_DEV300 2009-08-13 11:58:58 +0200 is  r274928 : #i104200# update to jre6u16

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [c00c61f47b1694dddec81806278dc0c25dd13b93]

        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>  [59e13df0d23320c7b1edaab888db2f0bb8e2331d]

        CWS-TOOLING: integrate CWS sysui311_DEV300 2009-08-11 18:30:31 +0200 ihi  r274874 : #104116# use __lxstat wrapper for X86_64 Linux

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [18031733c0a831e0fae6e330db04b7f6551fea5d]

        CWS-TOOLING: integrate CWS automationdev300m54cat0 2009-08-10 14:26:46 +0200 tbo  r274814 : #i103857# forgott about that. 2009-08-10 11:05:17 +0200 tbo  r274798 : #i10000 someone forgott to checkin; change is obvious. 2009-08-07 11:06:05 +0200 oc  r274749 : #i104077# 2009-08-06 12:59:48 +0200 wg  r274720 : i104049 2009-08-06 12:55:20 +0200 wg  r274719 : i104049 2009-08-06 12:55:07 +0200 wg  r274718 : i104049 2009-08-06 12:23:29 +0200 wg  r274713 : i104049 2009-08-06 09:21:30 +0200 hde  r274704 : exchanged warnlog to qaerrorlog 2009-08-05 14:52:47 +0200 wg  r274672 : i104025 2009-08-05 14:43:42 +0200 tbo  r274671 : #i103857# [automation] Slot/Control unknown: 'Export'

2009-08-27  Thomas Lange  <tl@openoffice.org>  [bc18988ff86ca83d850fba993a669ff6b8253b5a]

        #101242# SwRenderData introduced; minor name changes

2009-08-27  Release Engineers  <releng@openoffice.org>  [2d1f08d63942666c0094904f50ba8c512ab69b9d]

        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  Vladimir Glazounov  <vg@openoffice.org>  [4228f9783abacd782c5507230b52a55191687343]

        CWS-TOOLING: integrate CWS sw32a11y01 2009-08-27 10:11:46 +0200 hde  r275457 : new testcase i103265 2009-08-27 08:24:31 +0200 hde  r275454 : new testcase i103265 2009-08-27 08:23:05 +0200 hde  r275453 : new document for testcase i103265 2009-08-26 13:43:33 +0200 hde  r275421 : added new autotest 2009-08-26 13:36:28 +0200 hde  r275420 : added new autotest 2009-08-18 15:41:18 +0200 od  r275113 : #i104300# method <SwEditWin::RequestHelp(..)> 	  - improve help tip for hyperlinks to cross-reference bookmarks. 2009-08-10 15:18:41 +0200 od  r274816 : #i73249# method <SwFrameShell::Execute(..)> 	 - no update of fly frame manager on dialog "Title and Description" 2009-08-10 14:24:15 +0200 od  r274813 : #i92125# correction of end of file - missing newline end 2009-08-10 14:10:14 +0200 od  r274811 : #i92125# correction of end of file - newline missing 2009-08-10 14:00:30 +0200 od  r274808 : #i92125# - correct end of file - new line missing 2009-08-10 09:12:30 +0200 od  r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 15:52:59 +0200 od  r274775 : #i73249# minor adjustment due to compiler warning 2009-08-07 15:40:38 +0200 od  r274774 : #i92125# method <MarkManager::deleteMarks(..)> 	 - do not delete cross-reference bookmark, if deletion occurs inside a certain node 2009-08-06 12:53:05 +0200 od  r274717 : #i92125# method <MarkManager::deleteMarks(..)          - no move of position for cross-reference bookmark, if move occurs inside certain node. 2009-08-06 12:50:27 +0200 od  r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)>          - keep cross-reference bookmarks, if deletion occurs inside a certain node. 2009-08-06 09:53:29 +0200 od  r274705 : #i103265# method <SwTOXPara::GetURL()> 	  - For outline and template entries create link to bookmark. 	    The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed 2009-07-22 13:57:04 +0200 od  r274236 : #i73249# adjustment for export of svg:title and svg:description 2009-07-22 13:51:58 +0200 od  r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description 	 for Writer's text frames, graphics and embedded objects 2009-07-21 10:26:27 +0200 od  r274168 : #i73249# implement support for attributes Title and Description for 	 text frames, graphics and embedded objects in Writer 	 - core, UNO-API, undo/redo and UI 2009-07-21 10:05:15 +0200 od  r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents 2009-07-13 12:19:54 +0200 od  r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [21ac5b4a3ebc9aa5e685e9352179b23c47b15ba4]

        CWS-TOOLING: integrate CWS sw32a11y01 2009-08-27 10:11:46 +0200 hde  r275457 : new testcase i103265 2009-08-27 08:24:31 +0200 hde  r275454 : new testcase i103265 2009-08-27 08:23:05 +0200 hde  r275453 : new document for testcase i103265 2009-08-26 13:43:33 +0200 hde  r275421 : added new autotest 2009-08-26 13:36:28 +0200 hde  r275420 : added new autotest 2009-08-18 15:41:18 +0200 od  r275113 : #i104300# method <SwEditWin::RequestHelp(..)> 	  - improve help tip for hyperlinks to cross-reference bookmarks. 2009-08-10 15:18:41 +0200 od  r274816 : #i73249# method <SwFrameShell::Execute(..)> 	 - no update of fly frame manager on dialog "Title and Description" 2009-08-10 14:24:15 +0200 od  r274813 : #i92125# correction of end of file - missing newline end 2009-08-10 14:10:14 +0200 od  r274811 : #i92125# correction of end of file - newline missing 2009-08-10 14:00:30 +0200 od  r274808 : #i92125# - correct end of file - new line missing 2009-08-10 09:12:30 +0200 od  r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 15:52:59 +0200 od  r274775 : #i73249# minor adjustment due to compiler warning 2009-08-07 15:40:38 +0200 od  r274774 : #i92125# method <MarkManager::deleteMarks(..)> 	 - do not delete cross-reference bookmark, if deletion occurs inside a certain node 2009-08-06 12:53:05 +0200 od  r274717 : #i92125# method <MarkManager::deleteMarks(..)          - no move of position for cross-reference bookmark, if move occurs inside certain node. 2009-08-06 12:50:27 +0200 od  r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)>          - keep cross-reference bookmarks, if deletion occurs inside a certain node. 2009-08-06 09:53:29 +0200 od  r274705 : #i103265# method <SwTOXPara::GetURL()> 	  - For outline and template entries create link to bookmark. 	    The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed 2009-07-22 13:57:04 +0200 od  r274236 : #i73249# adjustment for export of svg:title and svg:description 2009-07-22 13:51:58 +0200 od  r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description 	 for Writer's text frames, graphics and embedded objects 2009-07-21 10:26:27 +0200 od  r274168 : #i73249# implement support for attributes Title and Description for 	 text frames, graphics and embedded objects in Writer 	 - core, UNO-API, undo/redo and UI 2009-07-21 10:05:15 +0200 od  r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents 2009-07-13 12:19:54 +0200 od  r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [bca12756a58b79d27fd4c607e6d922bd5ba7da50]

        CWS-TOOLING: integrate CWS sw32a11y01 2009-08-27 10:11:46 +0200 hde  r275457 : new testcase i103265 2009-08-27 08:24:31 +0200 hde  r275454 : new testcase i103265 2009-08-27 08:23:05 +0200 hde  r275453 : new document for testcase i103265 2009-08-26 13:43:33 +0200 hde  r275421 : added new autotest 2009-08-26 13:36:28 +0200 hde  r275420 : added new autotest 2009-08-18 15:41:18 +0200 od  r275113 : #i104300# method <SwEditWin::RequestHelp(..)> 	  - improve help tip for hyperlinks to cross-reference bookmarks. 2009-08-10 15:18:41 +0200 od  r274816 : #i73249# method <SwFrameShell::Execute(..)> 	 - no update of fly frame manager on dialog "Title and Description" 2009-08-10 14:24:15 +0200 od  r274813 : #i92125# correction of end of file - missing newline end 2009-08-10 14:10:14 +0200 od  r274811 : #i92125# correction of end of file - newline missing 2009-08-10 14:00:30 +0200 od  r274808 : #i92125# - correct end of file - new line missing 2009-08-10 09:12:30 +0200 od  r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 15:52:59 +0200 od  r274775 : #i73249# minor adjustment due to compiler warning 2009-08-07 15:40:38 +0200 od  r274774 : #i92125# method <MarkManager::deleteMarks(..)> 	 - do not delete cross-reference bookmark, if deletion occurs inside a certain node 2009-08-06 12:53:05 +0200 od  r274717 : #i92125# method <MarkManager::deleteMarks(..)          - no move of position for cross-reference bookmark, if move occurs inside certain node. 2009-08-06 12:50:27 +0200 od  r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)>          - keep cross-reference bookmarks, if deletion occurs inside a certain node. 2009-08-06 09:53:29 +0200 od  r274705 : #i103265# method <SwTOXPara::GetURL()> 	  - For outline and template entries create link to bookmark. 	    The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed 2009-07-22 13:57:04 +0200 od  r274236 : #i73249# adjustment for export of svg:title and svg:description 2009-07-22 13:51:58 +0200 od  r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description 	 for Writer's text frames, graphics and embedded objects 2009-07-21 10:26:27 +0200 od  r274168 : #i73249# implement support for attributes Title and Description for 	 text frames, graphics and embedded objects in Writer 	 - core, UNO-API, undo/redo and UI 2009-07-21 10:05:15 +0200 od  r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents 2009-07-13 12:19:54 +0200 od  r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [c1a6d9acd8323f29af9924e2c5308a5bdd4d7f31]

        CWS-TOOLING: integrate CWS sw32a11y01 2009-08-27 10:11:46 +0200 hde  r275457 : new testcase i103265 2009-08-27 08:24:31 +0200 hde  r275454 : new testcase i103265 2009-08-27 08:23:05 +0200 hde  r275453 : new document for testcase i103265 2009-08-26 13:43:33 +0200 hde  r275421 : added new autotest 2009-08-26 13:36:28 +0200 hde  r275420 : added new autotest 2009-08-18 15:41:18 +0200 od  r275113 : #i104300# method <SwEditWin::RequestHelp(..)> 	  - improve help tip for hyperlinks to cross-reference bookmarks. 2009-08-10 15:18:41 +0200 od  r274816 : #i73249# method <SwFrameShell::Execute(..)> 	 - no update of fly frame manager on dialog "Title and Description" 2009-08-10 14:24:15 +0200 od  r274813 : #i92125# correction of end of file - missing newline end 2009-08-10 14:10:14 +0200 od  r274811 : #i92125# correction of end of file - newline missing 2009-08-10 14:00:30 +0200 od  r274808 : #i92125# - correct end of file - new line missing 2009-08-10 09:12:30 +0200 od  r274794 : CWS-TOOLING: rebase CWS sw32a11y01 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 15:52:59 +0200 od  r274775 : #i73249# minor adjustment due to compiler warning 2009-08-07 15:40:38 +0200 od  r274774 : #i92125# method <MarkManager::deleteMarks(..)> 	 - do not delete cross-reference bookmark, if deletion occurs inside a certain node 2009-08-06 12:53:05 +0200 od  r274717 : #i92125# method <MarkManager::deleteMarks(..)          - no move of position for cross-reference bookmark, if move occurs inside certain node. 2009-08-06 12:50:27 +0200 od  r274716 : #i92125# method <SwUndoSaveCntnt::DelCntntIndex(..)>          - keep cross-reference bookmarks, if deletion occurs inside a certain node. 2009-08-06 09:53:29 +0200 od  r274705 : #i103265# method <SwTOXPara::GetURL()> 	  - For outline and template entries create link to bookmark. 	    The bookmark of type CROSSREF_HEADING_BOOKMARK is created, if needed 2009-07-22 13:57:04 +0200 od  r274236 : #i73249# adjustment for export of svg:title and svg:description 2009-07-22 13:51:58 +0200 od  r274234 : #i73249# adjust and enhance import/export of svg:title and svg:description 	 for Writer's text frames, graphics and embedded objects 2009-07-21 10:26:27 +0200 od  r274168 : #i73249# implement support for attributes Title and Description for 	 text frames, graphics and embedded objects in Writer 	 - core, UNO-API, undo/redo and UI 2009-07-21 10:05:15 +0200 od  r274164 : #i73249# new optional properties Title and Description as basis frame properties in text documents 2009-07-13 12:19:54 +0200 od  r273928 : #i73249# Implementation of Undo/Redo of drawing object's name, title and description

2009-08-27  Thomas Lange  <tl@openoffice.org>  [b3211d979c4aa6e8d50d10efb94fc639a6431d6d]

        #101242# minor changes

2009-08-27  Thomas Lange  <tl@openoffice.org>  [9420cb434f1c878d780f8f0c736d1df1339fa265]

        #101242# getRenderer fixed (adding of additional proerties; e.g. PageSize

2009-08-27  Release Engineers  <releng@openoffice.org>  [5e86a85d06a3d9416a7af4a9e3d6422c36584daa]

        CWS-TOOLING: integrate CWS automationdev300m55cat0 2009-08-19 15:28:07 +0200 wg  r275152 : i104336 2009-08-19 09:45:52 +0200 wg  r275135 : i104327 2009-08-18 16:31:42 +0200 tbo  r275117 : #i103796# remove staroffice dialog from ooo 2009-08-18 15:32:13 +0200 tbo  r275112 : #ii104274# merge both optiond required files together / run only application related/dependant options test

2009-08-27  Kohei Yoshida  <kohei@openoffice.org>  [80434c86f9a52c5118b5590f6df3b95d732f1c9e]

        Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu specific stuff.

2009-08-27  Kohei Yoshida  <kohei@openoffice.org>  [2d16f08b453f2b2a4a32f902caae616318a19701]

        Use the new PopupMenuFloatingWindow instead of FloatingWindow for popup menu specific stuff.

2009-08-27  Kohei Yoshida  <kohei@openoffice.org>  [2e77984f087afde2ba0ca0edc5987a6f52d1095e]

        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  Release Engineers  <releng@openoffice.org>  [c0033d1ddadee302880a4527f9a91198ccb35e75]

        CWS-TOOLING: integrate CWS aquafilepicker04 2009-08-07 08:33:29 +0200 fheckl  r274747 : issue 102102 add OOo autoextension checkbox 2009-08-04 19:37:42 +0200 fheckl  r274631 : issue 93899 simpler patch 2009-08-03 23:22:16 +0200 fheckl  r274601 : issue 93899 directory is now correctly remembered

2009-08-27  Vladimir Glazounov  <vg@openoffice.org>  [9833670d84f0e4f3dc8515de3e12fe9795e644dd]

        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-27  Vladimir Glazounov  <vg@openoffice.org>  [8cc653f0612455b9f2730a31ecb7ad001ec05b29]

        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-27  Vladimir Glazounov  <vg@openoffice.org>  [12d7db51687fa7316f99e3dfcb750bdb8125b05d]

        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>  [984236d8b16fbb1c2728a7f4f2d25146865c6dee]

        Use the new "fake focus" flag of Window to simulate focus state, in order to implement tab stops inside floating windows.

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [22aa57f666acce83cf8227eb54ee386ae3be8445]

        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  Kohei Yoshida  <kohei@openoffice.org>  [5e8d3e43d3e4689d91d2f94d826146c076f907e6]

        TAB key to cycle through controls.

2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [b457c6a75b61c58bcf72ebdf2282a164c09803d6]

        remove warnings

2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [5a6ece62b1df0c10a4997e3432756c632901ca75]

        more cosmetics

2009-08-26  Thomas Lange  <tl@openoffice.org>  [b5022546b067c67611075b81ced67a3a0d45ca08]

        #i92516# user paper override not functional in all cases

2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [7e43a54274902c7bfc3126034e29c1e88b13b70a]

        details with nicer indentation

2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [b2cbc1f25f2ea3249b07d7509fbf777886744ee8]

        size preview decently

2009-08-26  Release Engineers  <releng@openoffice.org>  [73eeb9abf364da2a669762c974e1ec3ce2f39c7b]

        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  Release Engineers  <releng@openoffice.org>  [344307c77a9b1a29407de22b412d66ede0ea4093]

        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  Release Engineers  <releng@openoffice.org>  [cbbc3b874da302affbfb155a765a157742c011d2]

        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  Release Engineers  <releng@openoffice.org>  [05a1a258cf2aab6e33750ff2c00bcd8827348146]

        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  Release Engineers  <releng@openoffice.org>  [3c9734d18802d28b14887a8c2cdabb3da019c5f9]

        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>  [0080c25d360418f6a4b8574d255f64050a0b98c9]

        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>  [46a92e0e2844e9c2fe2111eaac658588ce3ee026]

        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>  [8990690b587ab95de007ef709f4503e768089955]

        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>  [fcf4f2dbc83a61a1747f5ee95f0470dbb5a7d0a8]

        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>  [2e2d1273c23a84a0b5e5b297939333ca69f62b45]

        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  Philipp Lohmann  <pl@openoffice.org>  [19dd7ce1bf0f8874dfdabc403f7be9b6b69a01df]

        #i104516# return correct page sizes

2009-08-26  Philipp Lohmann  <pl@openoffice.org>  [7e7a3be17144e44fdd97d044e39164a93fde4f81]

        #i104516# return correct page sizes

2009-10-08  hg  <hg@oosvn01.>  [8793f28997929464cd889e2b9524982402d58427]

        merge with m55

2009-08-26  sb  <sb@openoffice.org>  [88e7a277f1eec17efdad45ce59cdb9a9329a693c]

        #i101955# new osl_File_MapFlag_WillNeed (honored on MACOSX and SOLARIS for now)

2009-08-26  Oliver Bolte  <obo@openoffice.org>  [99e6c346064861f49c0ef1da24fe652fc5da2618]

        #i10000# Buildtype GRAPHITE added

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [284e76b0e65dfdcf21a429679cbed5fdd708fed3]

        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  Vladimir Glazounov  <vg@openoffice.org>  [11ee54427f1c4f514556d39d888ec1b333d4d566]

        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  Vladimir Glazounov  <vg@openoffice.org>  [d5f13a162757a980d46f36263c2fd939cb9db3d6]

        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  Vladimir Glazounov  <vg@openoffice.org>  [c1884b896c76cf0de72cb202cada9ed9a9f9a6dd]

        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  Vladimir Glazounov  <vg@openoffice.org>  [4b2f3b0d9d71e299ed8dcca3479d9a3658a1daf4]

        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  Vladimir Glazounov  <vg@openoffice.org>  [0f5a6721731d28f0b5a7a3b3e5e274ec99e20e27]

        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>  [18d7d056defaf1acc1ed6f09500625ee66da0013]

        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  Release Engineers  <releng@openoffice.org>  [27a1e85b656bad222f113f650b03397aa3bc59d3]

        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  Vladimir Glazounov  <vg@openoffice.org>  [c1b45151c3c75e2cce692e78d815e33187ccd95f]

        CWS-TOOLING: integrate CWS chart40 2009-08-05 10:28:53 +0200 iha  r274640 : CWS-TOOLING: rebase CWS chart40 to trunk@274622 (milestone: DEV300:m54) 2009-07-31 18:03:11 +0200 iha  r274546 : #i91420# number of lines on chart type dialog is incorrect 2009-07-23 15:51:13 +0200 iha  r274275 : correct detection of old chart files b6700820 2009-07-23 15:10:30 +0200 iha  r274273 : #i103287# some lines vanish on import of some old files (opacity-problem) 2009-07-23 13:42:10 +0200 iha  r274268 : #i103588# Chart in report cause crash 2009-07-23 10:57:14 +0200 iha  r274264 : #i95503# Enter key does not work in source ranges dialog 2009-07-22 10:25:02 +0200 iha  r274221 : #i103713# ambiguous && || 2009-07-20 12:59:02 +0200 iha  r274120 : #i103468# remove warning

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [004098681b06be35ad163abf2ae7ef8c39212a5a]

        CWS-TOOLING: integrate CWS chart40 2009-08-05 10:28:53 +0200 iha  r274640 : CWS-TOOLING: rebase CWS chart40 to trunk@274622 (milestone: DEV300:m54) 2009-07-31 18:03:11 +0200 iha  r274546 : #i91420# number of lines on chart type dialog is incorrect 2009-07-23 15:51:13 +0200 iha  r274275 : correct detection of old chart files b6700820 2009-07-23 15:10:30 +0200 iha  r274273 : #i103287# some lines vanish on import of some old files (opacity-problem) 2009-07-23 13:42:10 +0200 iha  r274268 : #i103588# Chart in report cause crash 2009-07-23 10:57:14 +0200 iha  r274264 : #i95503# Enter key does not work in source ranges dialog 2009-07-22 10:25:02 +0200 iha  r274221 : #i103713# ambiguous && || 2009-07-20 12:59:02 +0200 iha  r274120 : #i103468# remove warning

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [945e97fc8d806b20b22bfaeace80be44342f3235]

        merged DEV300_m56

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [7e84f5feea925df208d766cda9e8e08aab17ce57]

        merged DEV300_m56

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [555ab0c140669f46000609456f1a6900d54159ab]

        merged DEV300_m56

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [4a24d6175000b2bf821a9abd211c088f5511623b]

        merged DEV300_m56

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [baa07bf9debd34fa3777cb113ef0a2f232335740]

        merged DEV300_m56

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [8b61a12f38d37509091f389f6767887328526a22]

        merged DEV300_m56

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [99ab50635c1bfcbd846e9980e3926e1f0ad51731]

        CWS-TOOLING: integrate CWS os133 2009-08-17 11:57:21 +0200 od  r275041 : #i41413# correction of fix          - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo  r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os  r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os  r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os  r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os  r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os  r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os  r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os  r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os  r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os  r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os  r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os  r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os  r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo  r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo  r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo  r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os  r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os  r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os  r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os  r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os  r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os  r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os  r273285 : #i103021# BulletId is a unicode character

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [d06cc917768f8c44743782b301721f080c226715]

        CWS-TOOLING: integrate CWS os133 2009-08-17 11:57:21 +0200 od  r275041 : #i41413# correction of fix          - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo  r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os  r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os  r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os  r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os  r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os  r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os  r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os  r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os  r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os  r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os  r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os  r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os  r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo  r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo  r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo  r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os  r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os  r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os  r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os  r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os  r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os  r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os  r273285 : #i103021# BulletId is a unicode character

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [566605a053dd390f1a64eae0b21f403b0c9f2e1b]

        CWS-TOOLING: integrate CWS os133 2009-08-17 11:57:21 +0200 od  r275041 : #i41413# correction of fix          - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo  r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os  r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os  r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os  r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os  r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os  r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os  r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os  r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os  r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os  r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os  r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os  r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os  r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo  r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo  r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo  r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os  r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os  r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os  r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os  r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os  r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os  r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os  r273285 : #i103021# BulletId is a unicode character

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [a09fa3549058ff61f163d99398ae6fcfef82f2ec]

        CWS-TOOLING: integrate CWS os133 2009-08-17 11:57:21 +0200 od  r275041 : #i41413# correction of fix          - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo  r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os  r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os  r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os  r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os  r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os  r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os  r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os  r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os  r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os  r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os  r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os  r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os  r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo  r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo  r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo  r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os  r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os  r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os  r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os  r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os  r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os  r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os  r273285 : #i103021# BulletId is a unicode character

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [df2226e0bdc0ab020d8a59f6f5fc83d5a769ee00]

        CWS-TOOLING: integrate CWS os133 2009-08-17 11:57:21 +0200 od  r275041 : #i41413# correction of fix          - check, if <Last Name> assignment exist before accessing database 2009-08-13 16:08:34 +0200 tbo  r274949 : #i100286# removed from workaround 2009-08-05 10:57:28 +0200 os  r274642 : #103994# prevent crash after field undo 2009-08-05 07:58:30 +0200 os  r274635 : #103994# prevent crash after field undo 2009-08-04 10:38:40 +0200 os  r274611 : #i41413# warnings fixed 2009-08-04 09:34:50 +0200 os  r274604 : #103233# unnecessary local variable removed 2009-08-04 09:34:21 +0200 os  r274603 : #103233# GetPosition() removed, again 2009-07-27 13:51:58 +0200 os  r274362 : CWS-TOOLING: rebase CWS os133 to trunk@274203 (milestone: DEV300:m53) 2009-07-23 12:18:51 +0200 os  r274267 : #i41413# salutation preview fixed 2009-07-22 13:55:02 +0200 os  r274235 : #i69458# lock expression fields while calculating layout 2009-07-22 10:54:25 +0200 os  r274225 : #i103506# page descriptor has to be copied from the working document, not from the source document 2009-07-07 16:01:50 +0200 os  r273802 : #i103305# Shift+Ctrl+A should work for single selected drawing objects 2009-07-07 15:36:09 +0200 os  r273801 : #ii103137# text:display inversion fixed 2009-07-01 14:19:36 +0200 os  r273580 : #103233# access field position directly instead of a text node iteration 2009-06-28 20:05:18 +0200 tbo  r273450 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:04:20 +0200 tbo  r273449 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-28 20:03:37 +0200 tbo  r273448 : #100285# exchange PDF1/2TBO with HID_FILTER_PDF_INITIAL_VIEW/USER_INTERFACE 2009-06-26 13:58:46 +0200 os  r273409 : #i20268# misleading CheckBox name changed and function inverted 2009-06-26 13:33:12 +0200 os  r273405 : #i52699# twip convrsion of line width for text documents added 2009-06-26 12:42:47 +0200 os  r273399 : #i102967# Gender field name: accept first entry 2009-06-26 12:38:53 +0200 os  r273398 : #i103121# caption position in all OLEs can only be below 2009-06-25 14:42:42 +0200 os  r273382 : #i99848# member m_xText is not always set 2009-06-25 12:38:30 +0200 os  r273377 : #i100285# HelpIds added 2009-06-23 16:01:42 +0200 os  r273285 : #i103021# BulletId is a unicode character

2009-08-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [3cd9b073fadff77762a15b9ca7d22aa9c7f49886]

        description how to extract efforts from source code

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [88811f5fcc0bac36b95484dc30bd49ee1ee7c090]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [89ca2412500ba32d18c94dee9630f6df8d74ced2]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [fc1c052f33367a685a86958d4f51513579a432dd]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [e5fc2ccffa2b80ba765d4cfba8a99ee8672408c6]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [c5c6a695fa86fa888bd802bdaefe59ffe3ea252d]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [2bcc0463ab0470a1a4d07a06ba7029d8f00da08a]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [215b59535030d8003449abb4050a1332d818a011]

        CWS-TOOLING: integrate CWS dba32e 2009-08-10 13:16:25 +0200 fs  r274805 : #i84390# typo corrected 2009-08-10 13:04:28 +0200 fs  r274804 : #i103741# properly terminate the last token in a string with a 0 byte 2009-07-24 08:54:05 +0200 msc  r274286 : #103219# changed long name 2009-07-24 08:42:28 +0200 msc  r274285 : #i79649# changed behaviour of the wizard 2009-07-22 14:17:49 +0200 oj  r274238 : GrabFocus 2009-07-22 13:38:01 +0200 oj  r274232 : #i102934# mixed up 2009-07-22 13:37:16 +0200 oj  r274231 : #i102934# mixed up 2009-07-21 12:30:36 +0200 oj  r274176 : crash when using distinct 2009-07-21 10:03:44 +0200 oj  r274163 : set last char to 0 2009-07-21 09:31:22 +0200 oj  r274161 : mediatype corrected 2009-07-20 11:45:33 +0200 fs  r274118 : typo in formatting string 2009-07-20 11:40:39 +0200 fs  r274117 : removed unused include 2009-07-20 11:40:01 +0200 fs  r274116 : class name corrected 2009-07-16 13:41:45 +0200 oj  r274046 : i101587 wrong check for embeddeddatabase url in confguration, have to check path 2009-07-16 13:12:05 +0200 tbo  r274044 : #i103219# adjust declarion to new hid.lst 2009-07-16 12:43:48 +0200 oj  r274041 : #i102497# check also fot longvarchar 2009-07-16 12:15:41 +0200 oj  r274039 : #i103030# handle type description and exceptions as well 2009-07-16 11:14:26 +0200 fs  r274035 : let SVN ignore output paths 2009-07-16 09:23:43 +0200 fs  r274030 : TransforFormComponentProperties: no need to check for attribute equality 2009-07-10 14:16:23 +0200 oj  r273892 : CWS-TOOLING: rebase CWS dba32e to trunk@273858 (milestone: DEV300:m52) 2009-07-01 21:41:50 +0200 fs  r273614 : #i10000# 2009-07-01 15:01:10 +0200 fs  r273589 : Input required doesn't make sense at all in XML form documents 2009-07-01 12:10:31 +0200 fs  r273562 : updated 2009-07-01 11:46:12 +0200 fs  r273560 : #i103219# add about 100 missing long names 2009-07-01 10:11:41 +0200 fs  r273551 : moved from socket/port usage to pipe/name usage, which is more common nowadays 2009-07-01 09:50:03 +0200 fs  r273549 : removed obsolete (empty) folder 2009-07-01 09:47:35 +0200 fs  r273548 : copied the code for the Accessibility Workbench herein, formerly located in the old CVS repository, at gsl/awb 2009-06-30 10:07:47 +0200 fs  r273493 : merging latest changes from CWS dba32d 2009-06-29 20:46:31 +0200 fs  r273482 : #i103138# Rectangle conversions 2009-06-29 10:01:13 +0200 fs  r273453 : #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-29 09:52:13 +0200 fs  r273452 : during #i103138#: belongsToDevice is unused nowadays 2009-06-24 12:40:06 +0200 fs  r273329 : #i102888# #i102899# 2009-06-24 12:10:29 +0200 oj  r273327 : #i103030# some code changes 2009-06-24 09:44:14 +0200 oj  r273311 : #i103030# some code changes 2009-06-24 09:24:42 +0200 oj  r273309 : #i103030# add log 2009-06-24 09:03:29 +0200 fs  r273308 : if a col's table name is schema.table, properly quote all parts 2009-06-24 08:56:06 +0200 oj  r273307 : #i102691# changed string 2009-06-23 13:31:43 +0200 oj  r273280 : #i102479# fix date, time and datetime 2009-06-23 12:51:28 +0200 oj  r273277 : #i103020# clear old expression when updating to avoid dead pointers in treelist userdata 2009-06-23 12:17:16 +0200 oj  r273275 : #i103030# add LogBridge 2009-06-23 11:53:10 +0200 oj  r273272 : shawdowed var resolved 2009-06-23 11:48:49 +0200 oj  r273270 : #i103030# add :log to uno env if var UNO_ENV_LOG is set 2009-06-23 11:47:47 +0200 oj  r273269 : #i103030# add LogBridge 2009-06-23 11:47:11 +0200 oj  r273268 : #i103030# add LogBridge 2009-06-23 08:05:08 +0200 oj  r273253 : #i102934# add key for collapsing 2009-06-22 13:21:33 +0200 fs  r273225 : merging latest changes from CWS dba32d 2009-06-22 13:15:22 +0200 fs  r273221 : why restrict to 12 entries? 2009-06-22 08:12:21 +0200 oj  r273196 : #i102655# choosen > chosen typo fixed 2009-06-22 08:08:04 +0200 oj  r273195 : #i102657# typo fix 2009-06-22 08:06:28 +0200 oj  r273194 : #i102934# expanding and collasping of section 2009-06-22 08:05:52 +0200 oj  r273193 : #i102930# set focus in treelistbox 2009-06-22 08:04:56 +0200 oj  r273192 : #i102929# enable tabstop 2009-06-19 13:18:26 +0200 oj  r273157 : remove unused param 2009-06-19 10:07:05 +0200 oj  r273149 : CWS-TOOLING: rebase CWS dba32e to trunk@272827 (milestone: DEV300:m50) 2009-06-19 07:32:40 +0200 oj  r273146 : merge from dba32d to dba32e 2009-06-19 07:22:56 +0200 oj  r273145 : merge from dba32d to dba32e 2009-06-19 07:22:33 +0200 oj  r273144 : merge from dba32d to dba32e 2009-06-18 14:09:34 +0200 fs  r273116 : merging the latest changes from CWS dba32d (up to revision 273108) herein, which effectively is a rebase to DEV300.m50 2009-06-18 08:50:35 +0200 oj  r273098 : #i102894# fix for new line in text 2009-06-18 08:28:48 +0200 oj  r273097 : #i102892# check any 2009-06-18 08:21:34 +0200 oj  r273096 : check if error is valid 2009-06-16 13:49:28 +0200 fs  r273019 : why make a drop down control by default? The form control factory in SVX does this better those days ... 2009-06-10 09:53:20 +0200 oj  r272797 : add lic text 2009-06-10 09:48:55 +0200 oj  r272796 : test added for i101618 2009-06-09 14:57:39 +0200 oj  r272771 : #i101618# access database document only when script container is needed 2009-06-09 12:42:25 +0200 oj  r272765 : #i102497# check type property 2009-06-09 12:32:49 +0200 oj  r272764 : adjust test cases 2009-06-09 12:31:58 +0200 oj  r272763 : adjust test cases 2009-06-09 12:31:22 +0200 oj  r272762 : adjust test cases 2009-06-09 11:35:42 +0200 oj  r272761 : check if error is valid 2009-06-09 11:29:42 +0200 oj  r272760 : #i102497# longvarchar was missing 2009-06-08 14:52:49 +0200 fs  r272733 : #i102564# when setting a new field, also set m_nFieldType 2009-06-08 13:51:20 +0200 oj  r272730 : add tests 2009-06-05 14:38:01 +0200 oj  r272686 : add dep 2009-06-05 14:35:00 +0200 oj  r272684 : add new tests 2009-06-05 13:41:18 +0200 oj  r272681 : code clean ups 2009-06-05 12:40:51 +0200 oj  r272678 : code cleanup 2009-06-05 12:02:57 +0200 oj  r272677 : code cleanup 2009-06-05 10:42:38 +0200 oj  r272670 : #i49320# impl export of single rows and as RTF and HTML 2009-06-03 14:30:37 +0200 oj  r272576 : #i79649# check if file matches filter wildcard 2009-06-03 13:41:57 +0200 oj  r272560 : #i102470# impl not b like 'c'

2009-08-26  Release Engineers  <releng@openoffice.org>  [f19ae5701928b4aea79a7b6ee56fb78b07979ef4]

        CWS-TOOLING: integrate CWS fillednetchart 2009-07-22 17:48:07 +0200 oc  r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc  r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha  r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr  r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr  r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha  r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha  r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha  r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha  r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha  r272878 : #i64752# filled net chart

2009-08-26  Release Engineers  <releng@openoffice.org>  [d83d12839460b1cd0f5e9d495be3724f336f21a5]

        CWS-TOOLING: integrate CWS fillednetchart 2009-07-22 17:48:07 +0200 oc  r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc  r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha  r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr  r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr  r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha  r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha  r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha  r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha  r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha  r272878 : #i64752# filled net chart

2009-08-26  Release Engineers  <releng@openoffice.org>  [54b1015af89400597698ce7695608a607116cbd9]

        CWS-TOOLING: integrate CWS fillednetchart 2009-07-22 17:48:07 +0200 oc  r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc  r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha  r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr  r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr  r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha  r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha  r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha  r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha  r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha  r272878 : #i64752# filled net chart

2009-08-26  Release Engineers  <releng@openoffice.org>  [192009e0282b015b07a872b3eac40454bfff4e2b]

        CWS-TOOLING: integrate CWS fillednetchart 2009-07-22 17:48:07 +0200 oc  r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc  r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha  r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr  r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr  r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha  r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha  r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha  r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha  r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha  r272878 : #i64752# filled net chart

2009-08-26  Release Engineers  <releng@openoffice.org>  [38ba8d444010706f050175cb63e7b9ac0e3488c7]

        CWS-TOOLING: integrate CWS fillednetchart 2009-07-22 17:48:07 +0200 oc  r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc  r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha  r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr  r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr  r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha  r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha  r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha  r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha  r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha  r272878 : #i64752# filled net chart

2009-08-26  Release Engineers  <releng@openoffice.org>  [8c4970b046ef12e9701a58595bc3fb72850ee7ca]

        CWS-TOOLING: integrate CWS jl127 2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib. 2009-07-29 09:48:29 +0200 jl  r274443 : #i100873# 2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update 2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono 2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53) 2009-07-07 09:08:53 +0200 jl  r273768 : #100873# 2009-07-06 17:16:10 +0200 jl  r273754 : #100873# 2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme 2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler 2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files 2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build 2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono 2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150 2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150 2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono 2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono 2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono 2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport 2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt) 2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default 2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate 2009-06-16 11:23:50 +0200 jl  r273012 : #i10873# 2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe 2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt 2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered 2009-06-08 16:15:44 +0200 jl  r272739 : #i100873# 2009-06-08 16:04:54 +0200 jl  r272738 : #i100873# 2009-06-08 15:45:52 +0200 jl  r272736 : #i100873# 2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt 2009-06-08 09:45:46 +0200 jl  r272720 : #i100873# 2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct 2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module 2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme 2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs 2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE 2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command 2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES 2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss 2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment 2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module 2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function 2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module 2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module

2009-08-26  Release Engineers  <releng@openoffice.org>  [86792bd0e0f81d1677c1da4888fbeb3f2072131e]

        CWS-TOOLING: integrate CWS jl127 2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib. 2009-07-29 09:48:29 +0200 jl  r274443 : #i100873# 2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update 2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono 2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53) 2009-07-07 09:08:53 +0200 jl  r273768 : #100873# 2009-07-06 17:16:10 +0200 jl  r273754 : #100873# 2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme 2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler 2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files 2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build 2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono 2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150 2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150 2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono 2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono 2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono 2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport 2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt) 2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default 2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate 2009-06-16 11:23:50 +0200 jl  r273012 : #i10873# 2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe 2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt 2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered 2009-06-08 16:15:44 +0200 jl  r272739 : #i100873# 2009-06-08 16:04:54 +0200 jl  r272738 : #i100873# 2009-06-08 15:45:52 +0200 jl  r272736 : #i100873# 2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt 2009-06-08 09:45:46 +0200 jl  r272720 : #i100873# 2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct 2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module 2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme 2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs 2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE 2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command 2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES 2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss 2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment 2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module 2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function 2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module 2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module

2009-08-26  Release Engineers  <releng@openoffice.org>  [f63344dfd605937b34100fcfeee2ed5f93a777a9]

        CWS-TOOLING: integrate CWS jl127 2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib. 2009-07-29 09:48:29 +0200 jl  r274443 : #i100873# 2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update 2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono 2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53) 2009-07-07 09:08:53 +0200 jl  r273768 : #100873# 2009-07-06 17:16:10 +0200 jl  r273754 : #100873# 2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme 2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler 2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files 2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build 2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono 2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150 2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150 2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono 2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono 2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono 2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport 2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt) 2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default 2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate 2009-06-16 11:23:50 +0200 jl  r273012 : #i10873# 2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe 2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt 2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered 2009-06-08 16:15:44 +0200 jl  r272739 : #i100873# 2009-06-08 16:04:54 +0200 jl  r272738 : #i100873# 2009-06-08 15:45:52 +0200 jl  r272736 : #i100873# 2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt 2009-06-08 09:45:46 +0200 jl  r272720 : #i100873# 2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct 2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module 2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme 2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs 2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE 2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command 2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES 2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss 2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment 2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module 2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function 2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module 2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module

2009-08-26  Release Engineers  <releng@openoffice.org>  [cf7fbd092fba4bbe23ee1767173d813120572a46]

        CWS-TOOLING: integrate CWS jl127 2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib. 2009-07-29 09:48:29 +0200 jl  r274443 : #i100873# 2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update 2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono 2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53) 2009-07-07 09:08:53 +0200 jl  r273768 : #100873# 2009-07-06 17:16:10 +0200 jl  r273754 : #100873# 2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme 2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler 2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files 2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build 2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono 2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150 2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150 2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono 2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono 2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono 2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport 2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt) 2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default 2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate 2009-06-16 11:23:50 +0200 jl  r273012 : #i10873# 2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe 2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt 2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered 2009-06-08 16:15:44 +0200 jl  r272739 : #i100873# 2009-06-08 16:04:54 +0200 jl  r272738 : #i100873# 2009-06-08 15:45:52 +0200 jl  r272736 : #i100873# 2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt 2009-06-08 09:45:46 +0200 jl  r272720 : #i100873# 2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct 2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module 2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme 2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs 2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE 2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command 2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES 2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss 2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment 2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module 2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function 2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module 2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module

2009-08-26  Release Engineers  <releng@openoffice.org>  [b0dcf266f19d27d6f4dc7da428cbfe39ddddd8c4]

        CWS-TOOLING: integrate CWS jl127 2009-07-30 10:12:10 +0200 jl  r274470 : #i100873# switch on checking for symbol definitions. It works with the current xpcom lib. 2009-07-29 09:48:29 +0200 jl  r274443 : #i100873# 2009-07-29 09:47:36 +0200 jl  r274442 : #i100873# changes after resync with DEV300m53 which contains the seamonkey update 2009-07-28 10:00:03 +0200 jl  r274389 : #100873# Patches from tono 2009-07-27 16:59:39 +0200 jl  r274372 : CWS-TOOLING: rebase CWS jl127 to trunk@274203 (milestone: DEV300:m53) 2009-07-07 09:08:53 +0200 jl  r273768 : #100873# 2009-07-06 17:16:10 +0200 jl  r273754 : #100873# 2009-07-01 13:58:09 +0200 jl  r273576 : #100873# added to readme 2009-07-01 13:15:02 +0200 jl  r273573 : #100873# deliver lib files when building with MS compiler 2009-06-30 11:22:06 +0200 jl  r273498 : #i100873# accidentally commented out patch_files 2009-06-30 09:01:10 +0200 jl  r273489 : #100873# make rc.exe work in ooo windows build 2009-06-29 09:47:56 +0200 jl  r273451 : #i100873# applied mingw patch from tono 2009-06-24 12:52:14 +0200 jl  r273332 : #100873# reapplying the configure.in patch on version 273150 2009-06-24 12:51:12 +0200 jl  r273331 : #100873# reapplying the patch on version 273150 2009-06-23 17:17:36 +0200 jl  r273299 : #100873# manually modified patch from tono 2009-06-22 17:05:41 +0200 jl  r273243 : #100873# applying mingw patch from tono 2009-06-22 17:02:30 +0200 jl  r273242 : #100873# applying mingw patch from tono 2009-06-22 12:49:57 +0200 jl  r273216 : #100873# dependency to stlport 2009-06-19 11:56:16 +0200 jl  r273155 : #100873# undoing a previous change, instset_native complained about missing libjpipe.jnilib (jurt) 2009-06-19 10:13:03 +0200 jl  r273150 : #100873# ooo builds shall also use the new nss by default 2009-06-18 14:32:07 +0200 jl  r273117 : #110873# more debug output when verifying a certificate 2009-06-16 11:23:50 +0200 jl  r273012 : #i10873# 2009-06-16 10:57:41 +0200 jl  r273011 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-16 10:56:45 +0200 jl  r273010 : #100873# wrong parameter definition in nsscrypto_initialize 2009-06-15 16:20:42 +0200 jl  r272996 : #100873# initialization of NSS is now threadsafe 2009-06-10 12:50:46 +0200 jl  r272804 : #100873# rename in foreach fails in 4nt 2009-06-09 13:43:00 +0200 jl  r272768 : #i100873# deliver only .h from inc/nss otherwise we get a warning when nss/nssck.api is delivered 2009-06-08 16:15:44 +0200 jl  r272739 : #i100873# 2009-06-08 16:04:54 +0200 jl  r272738 : #i100873# 2009-06-08 15:45:52 +0200 jl  r272736 : #i100873# 2009-06-08 15:44:15 +0200 jl  r272735 : #i100873# unzipping of nss.tar.z not working with 4nt 2009-06-08 09:45:46 +0200 jl  r272720 : #i100873# 2009-06-03 13:53:52 +0200 jl  r272562 : #i100873#  MOZILLABUILD not correct 2009-06-03 13:17:54 +0200 jl  r272557 : #i100873#  readme and makefile changes from cws jl125, support of new nss module 2009-06-03 09:57:40 +0200 jl  r272544 : #i100873#  added readme 2009-06-02 16:47:47 +0200 jl  r272512 : #i100873#  removed no longer needed stuff regarding jnilibs 2009-06-02 15:54:42 +0200 jl  r272510 : #i100873# added NSS to BUILD_TYPE 2009-06-02 15:20:18 +0200 jl  r272508 : #i100873# DEREFERENCE option for copy command 2009-06-02 13:00:12 +0200 jl  r272496 : #i100873# PATCH_FILE_NAMES is now PATCH_FILES 2009-06-02 12:23:39 +0200 jl  r272494 : #i100873# build dependency to nss 2009-05-29 16:21:40 +0200 jl  r272470 : #i100873# seting ENABLE_NSS_MODULE==YES and includeing mozilla-build-1.3 folder in environment 2009-05-29 16:03:23 +0200 jl  r272468 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:57:16 +0200 jl  r272466 : #i100873# use intermediate certificates when validating a certificate 2009-05-29 15:49:58 +0200 jl  r272464 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:33:14 +0200 jl  r272463 : #i100873# using ENABLE_NSS_MODULE 2009-05-29 15:28:39 +0200 jl  r272461 : #i100873# build dependency to nss module 2009-05-29 15:24:57 +0200 jl  r272460 : #i100873# pass additional certificates into verifyCertificate function 2009-05-29 14:49:40 +0200 jl  r272458 : #i100873# new NSS module 2009-05-29 14:43:44 +0200 jl  r272457 : #i100873# new NSS module

2009-08-26  Release Engineers  <releng@openoffice.org>  [491476018b252440a477cff272a52993d9a5c4cf]

        CWS-TOOLING: integrate CWS native262 2009-08-18 16:35:06 +0200 is  r275118 : #i102939# differ between ok-label and install-label 2009-08-13 17:24:47 +0200 is  r274960 : #i102939# mac languagepacks 2009-08-13 17:22:22 +0200 is  r274959 : #i102939# mac languagepacks 2009-08-13 17:15:01 +0200 is  r274958 : #i102939# mac languagepacks 2009-08-13 17:13:36 +0200 is  r274957 : #i102939# mac languagepacks 2009-08-13 17:12:57 +0200 is  r274956 : #i102939# mac languagepacks 2009-08-13 17:12:20 +0200 is  r274955 : #i102939# mac languagepacks 2009-08-13 17:11:41 +0200 is  r274954 : #i102939# mac languagepacks 2009-08-13 17:10:52 +0200 is  r274953 : #i102939# mac languagepacks

2009-08-26  Release Engineers  <releng@openoffice.org>  [b84d6fb52b4ad1972a8158abdd18b2750538f6d1]

        CWS-TOOLING: integrate CWS native262 2009-08-18 16:35:06 +0200 is  r275118 : #i102939# differ between ok-label and install-label 2009-08-13 17:24:47 +0200 is  r274960 : #i102939# mac languagepacks 2009-08-13 17:22:22 +0200 is  r274959 : #i102939# mac languagepacks 2009-08-13 17:15:01 +0200 is  r274958 : #i102939# mac languagepacks 2009-08-13 17:13:36 +0200 is  r274957 : #i102939# mac languagepacks 2009-08-13 17:12:57 +0200 is  r274956 : #i102939# mac languagepacks 2009-08-13 17:12:20 +0200 is  r274955 : #i102939# mac languagepacks 2009-08-13 17:11:41 +0200 is  r274954 : #i102939# mac languagepacks 2009-08-13 17:10:52 +0200 is  r274953 : #i102939# mac languagepacks

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [d708851dc5b7f327c377001aaec1474757c3cd4a]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [f0ec1971d98b5c1805141b53286ec9a2a9b87dac]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [6743faf87272d794062cb78c46657f1b5351f4b0]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [e4e97545d967306575d47f89037577b999d8ed52]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [e863a48ae31253e02dab4454ed1edf22bc87a328]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [d8cb0da0aeaa9ed3c877298aba705503d4e827fe]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [5a27e207374b79778c7149a0a7bf0adba18d7590]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [f09524dfff4e7cbdc2422ea3290b3de7a0e0811c]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Vladimir Glazounov  <vg@openoffice.org>  [68e8dec50fdde6095ea3f57d048f58f5e75f9743]

        CWS-TOOLING: integrate CWS mingwport22 2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [b0838ee5af5000192b5784ca1da504be1db0b7cf]

        read the highlighted menu of the parent popup when the child popup gets dismissed.

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [b4049f44bf9bb5c004d238063cf8ef56951553ce]

        changed endSubMenu() to not rely on the open timer data to dismiss the sub menu.

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [443f0efd5acca6afe87f75d9f9f75844596622ac]

        clear selected menu item when the popup ends.

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [4848dbac7b540e2a0d64521e19765a261f7e7305]

        Fire a menu highlight event on menu item selection change, to get the accessibility to work correctly.

2009-08-26  Kohei Yoshida  <kohei@openoffice.org>  [1d6010c7862a730a67b3a015a3484d07fe96320a]

        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  Kohei Yoshida  <kohei@openoffice.org>  [fddbd3634adb04995106aff39334c1ddf55013bc]

        Reorganized accessible menu implementation so that the toplevel window is treated as menu.  It's cleaner and less complicated this way.

2009-08-25  Release Engineers  <releng@openoffice.org>  [1348288905ffa75d3634eee4392ba4660d28cdb9]

        CWS-TOOLING: integrate CWS hb32bugs01 2009-08-03 22:06:54 +0200 hbrinkm  r274599 : resolved warning on unxlngi6 2009-08-03 17:52:32 +0200 hbrinkm  r274592 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@274203 (milestone: DEV300:m53) 2009-08-03 13:52:40 +0200 hbrinkm  r274578 : #i102260# applied patches 2009-08-03 11:49:22 +0200 hbrinkm  r274570 : #i96371# applied patch 2009-07-24 17:44:05 +0200 hbrinkm  r274316 : #i99261# adjust to change in behaviour of DeleteAndJoin 2009-07-24 17:40:30 +0200 hbrinkm  r274315 : resolved warnings on wntmsci12 2009-07-17 13:33:22 +0200 hbrinkm  r274091 : #i74153# robustness check in SwRTFParser::NextToken 2009-07-06 16:34:52 +0200 hbrinkm  r273753 : #97488# applied patch 2009-07-06 16:04:05 +0200 hbrinkm  r273750 : #i96875# some robustness changes 2009-06-30 17:06:15 +0200 hbrinkm  r273523 : #i99786# applied patch 2009-06-30 14:17:49 +0200 hbrinkm  r273505 : #i100918# applied patch 2009-06-18 13:18:08 +0200 hbrinkm  r273111 : #i100952# TabCellEnd: Do not remove empty text node if it has SwFrmFmts anchored 2009-06-18 13:14:23 +0200 hbrinkm  r273110 : #i100952# SwFltAnchorClient to watch for changes of SwFrmFmt in SwFltAnchor 2009-06-16 13:20:50 +0200 hbrinkm  r273018 : #102490# applied patch 2009-06-16 12:51:01 +0200 hbrinkm  r273017 : #i102473# applied patch 2009-06-16 10:45:04 +0200 hbrinkm  r273009 : #100353# applied patch 2009-06-15 17:39:47 +0200 hbrinkm  r273004 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 14:32:45 +0200 hbrinkm  r272812 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272291 (milestone: DEV300:m49)

2009-08-25  Release Engineers  <releng@openoffice.org>  [e13d04a7f29478485f187384ad5d827c7597259d]

        CWS-TOOLING: integrate CWS hb32bugs01 2009-08-03 22:06:54 +0200 hbrinkm  r274599 : resolved warning on unxlngi6 2009-08-03 17:52:32 +0200 hbrinkm  r274592 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@274203 (milestone: DEV300:m53) 2009-08-03 13:52:40 +0200 hbrinkm  r274578 : #i102260# applied patches 2009-08-03 11:49:22 +0200 hbrinkm  r274570 : #i96371# applied patch 2009-07-24 17:44:05 +0200 hbrinkm  r274316 : #i99261# adjust to change in behaviour of DeleteAndJoin 2009-07-24 17:40:30 +0200 hbrinkm  r274315 : resolved warnings on wntmsci12 2009-07-17 13:33:22 +0200 hbrinkm  r274091 : #i74153# robustness check in SwRTFParser::NextToken 2009-07-06 16:34:52 +0200 hbrinkm  r273753 : #97488# applied patch 2009-07-06 16:04:05 +0200 hbrinkm  r273750 : #i96875# some robustness changes 2009-06-30 17:06:15 +0200 hbrinkm  r273523 : #i99786# applied patch 2009-06-30 14:17:49 +0200 hbrinkm  r273505 : #i100918# applied patch 2009-06-18 13:18:08 +0200 hbrinkm  r273111 : #i100952# TabCellEnd: Do not remove empty text node if it has SwFrmFmts anchored 2009-06-18 13:14:23 +0200 hbrinkm  r273110 : #i100952# SwFltAnchorClient to watch for changes of SwFrmFmt in SwFltAnchor 2009-06-16 13:20:50 +0200 hbrinkm  r273018 : #102490# applied patch 2009-06-16 12:51:01 +0200 hbrinkm  r273017 : #i102473# applied patch 2009-06-16 10:45:04 +0200 hbrinkm  r273009 : #100353# applied patch 2009-06-15 17:39:47 +0200 hbrinkm  r273004 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 14:32:45 +0200 hbrinkm  r272812 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272291 (milestone: DEV300:m49)

2009-08-25  Release Engineers  <releng@openoffice.org>  [2e07eba8cd9860af717d0a2055354fb843546dd1]

        CWS-TOOLING: integrate CWS hb32bugs01 2009-08-03 22:06:54 +0200 hbrinkm  r274599 : resolved warning on unxlngi6 2009-08-03 17:52:32 +0200 hbrinkm  r274592 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@274203 (milestone: DEV300:m53) 2009-08-03 13:52:40 +0200 hbrinkm  r274578 : #i102260# applied patches 2009-08-03 11:49:22 +0200 hbrinkm  r274570 : #i96371# applied patch 2009-07-24 17:44:05 +0200 hbrinkm  r274316 : #i99261# adjust to change in behaviour of DeleteAndJoin 2009-07-24 17:40:30 +0200 hbrinkm  r274315 : resolved warnings on wntmsci12 2009-07-17 13:33:22 +0200 hbrinkm  r274091 : #i74153# robustness check in SwRTFParser::NextToken 2009-07-06 16:34:52 +0200 hbrinkm  r273753 : #97488# applied patch 2009-07-06 16:04:05 +0200 hbrinkm  r273750 : #i96875# some robustness changes 2009-06-30 17:06:15 +0200 hbrinkm  r273523 : #i99786# applied patch 2009-06-30 14:17:49 +0200 hbrinkm  r273505 : #i100918# applied patch 2009-06-18 13:18:08 +0200 hbrinkm  r273111 : #i100952# TabCellEnd: Do not remove empty text node if it has SwFrmFmts anchored 2009-06-18 13:14:23 +0200 hbrinkm  r273110 : #i100952# SwFltAnchorClient to watch for changes of SwFrmFmt in SwFltAnchor 2009-06-16 13:20:50 +0200 hbrinkm  r273018 : #102490# applied patch 2009-06-16 12:51:01 +0200 hbrinkm  r273017 : #i102473# applied patch 2009-06-16 10:45:04 +0200 hbrinkm  r273009 : #100353# applied patch 2009-06-15 17:39:47 +0200 hbrinkm  r273004 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 14:32:45 +0200 hbrinkm  r272812 : CWS-TOOLING: rebase CWS hb32bugs01 to trunk@272291 (milestone: DEV300:m49)

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [546fcd1cb956034d0652b4b8a27ca9cab2300bf0]

        CWS-TOOLING: integrate CWS koheicoderemoval02 2009-07-24 Kohei Yoshida Resurrected one method that was now used after the rebase.  Now the entire sc module builds. 2009-07-24 Kohei Yoshida Rebased to DEV300_m53. 2009-07-23 Kohei Yoshida resolved conflict during merge to DEV300_m52. 2009-05-09 Kohei Yoshida #i95953# partially applied Caolan's patch. 2009-05-09 Kohei Yoshida #i101326# Removed old pivot implementation code that was already disabled. 2009-05-09 Kohei Yoshida More unused methods commented out. 2009-05-09 Kohei Yoshida More unused methods commented out. 2009-05-08 Kohei Yoshida Removed more unused methods, mostly related to binfilter methods. 2009-05-08 Kohei Yoshida #i95953# the first round of unused method removal, based solely on Caolan's list.  All removed methods were double-checked manually to make sure they are really unused, followed by a build test with debug on.

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [3c9375838163d433f3319afed8e32d717a297346]

        CWS-TOOLING: integrate CWS buildsourceconfig 2009-08-21 11:01:55 +0200 releng  r275224 : #i104368# some clean-ups for incompatible etc modes 2009-08-21 09:52:22 +0200 releng  r275220 : #i104368# build tool and new perl module for multiple repositories

2009-08-25  Thomas Lange  <tl@openoffice.org>  [f8775840347067a54bd90c906b31e5fb258293d6]

        #i101242# changes for printing of notes

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [a6244ff144b68c4893c91c14efa2b6795d182814]

        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  Vladimir Glazounov  <vg@openoffice.org>  [a002f6d0433ef40e9a5fc16f6cf41818adced3ad]

        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  Vladimir Glazounov  <vg@openoffice.org>  [b1c88c6efb2b952c3459e1e101b63e8b0ae16cea]

        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  Vladimir Glazounov  <vg@openoffice.org>  [b7002f10a38c89573bc2a0b260762df9a4642277]

        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  Vladimir Glazounov  <vg@openoffice.org>  [686addf5778065fac6642d31919933770abf2d87]

        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  Vladimir Glazounov  <vg@openoffice.org>  [c6efe67643a83e2d466596a9005367970c104fd2]

        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  Vladimir Glazounov  <vg@openoffice.org>  [8a06f2b5358200296c3cba613809541260933866]

        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  Vladimir Glazounov  <vg@openoffice.org>  [412727e371b974b89f75924b6547b54ad19ace41]

        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  Vladimir Glazounov  <vg@openoffice.org>  [050aa9ef6f97ea66b0850682ae0ee57b5188da88]

        CWS-TOOLING: integrate CWS jl123 2009-08-04 12:34:31 +0200 jl  r274615 : #i103742# added note regarding Berkeley update 2009-07-27 11:24:49 +0200 jl  r274351 : #i100916# applying tono's patch 2009-07-22 16:29:54 +0200 jl  r274248 : CWS-TOOLING: rebase CWS jl123 to trunk@274203 (milestone: DEV300:m53) 2009-07-21 11:49:45 +0200 jl  r274172 : #100916# syncing data base with fcntl( F_FULLSYNC) failed with an unexpected error on Mac when buiding on NFS. Although there is a fallback using fsync, it was not used because of the unexpected error 2009-07-20 09:35:42 +0200 jl  r274107 : #i100916# Applied tono's second patch 2009-07-16 16:41:24 +0200 jl  r274062 : i100916 2009-07-13 14:47:32 +0200 jl  r273936 : #i100916# deliver libdb-47.lib 2009-07-13 11:03:26 +0200 jl  r273921 : #i100916# applied tono's patches for mingw 2009-07-10 14:34:22 +0200 jl  r273895 : #i100916# renamed mingw patch 2009-07-10 14:33:36 +0200 jl  r273894 : #i100916# renamed mingw patch 2009-07-10 14:04:39 +0200 jl  r273890 : #i100916# new patch 2009-07-10 11:39:54 +0200 jl  r273882 : #i100916# updating berkeleydb 2009-07-10 11:03:16 +0200 jl  r273880 : #i100916# updating berkeleydb 2009-07-02 12:52:53 +0200 jl  r273638 : CWS-TOOLING: rebase CWS jl127 to trunk@273468 (milestone: DEV300:m51) 2009-04-08 13:32:52 +0200 jl  r270642 : #i100916# 2009-04-08 13:25:15 +0200 jl  r270639 : #i100916# new version of berkeleydb 2009-04-08 12:37:14 +0200 jl  r270634 : #i100916# changes for version 4.7.25 2009-04-08 12:36:08 +0200 jl  r270633 : #i100916# new patch file for version 4.7.25 (no encryption)

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [0a8256ba04e3bc44dd4f21db93af660753c137b7]

        CWS-TOOLING: integrate CWS jl123 2009-08-04 12:34:31 +0200 jl  r274615 : #i103742# added note regarding Berkeley update 2009-07-27 11:24:49 +0200 jl  r274351 : #i100916# applying tono's patch 2009-07-22 16:29:54 +0200 jl  r274248 : CWS-TOOLING: rebase CWS jl123 to trunk@274203 (milestone: DEV300:m53) 2009-07-21 11:49:45 +0200 jl  r274172 : #100916# syncing data base with fcntl( F_FULLSYNC) failed with an unexpected error on Mac when buiding on NFS. Although there is a fallback using fsync, it was not used because of the unexpected error 2009-07-20 09:35:42 +0200 jl  r274107 : #i100916# Applied tono's second patch 2009-07-16 16:41:24 +0200 jl  r274062 : i100916 2009-07-13 14:47:32 +0200 jl  r273936 : #i100916# deliver libdb-47.lib 2009-07-13 11:03:26 +0200 jl  r273921 : #i100916# applied tono's patches for mingw 2009-07-10 14:34:22 +0200 jl  r273895 : #i100916# renamed mingw patch 2009-07-10 14:33:36 +0200 jl  r273894 : #i100916# renamed mingw patch 2009-07-10 14:04:39 +0200 jl  r273890 : #i100916# new patch 2009-07-10 11:39:54 +0200 jl  r273882 : #i100916# updating berkeleydb 2009-07-10 11:03:16 +0200 jl  r273880 : #i100916# updating berkeleydb 2009-07-02 12:52:53 +0200 jl  r273638 : CWS-TOOLING: rebase CWS jl127 to trunk@273468 (milestone: DEV300:m51) 2009-04-08 13:32:52 +0200 jl  r270642 : #i100916# 2009-04-08 13:25:15 +0200 jl  r270639 : #i100916# new version of berkeleydb 2009-04-08 12:37:14 +0200 jl  r270634 : #i100916# changes for version 4.7.25 2009-04-08 12:36:08 +0200 jl  r270633 : #i100916# new patch file for version 4.7.25 (no encryption)

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [91ea2262f79b315d749c3f1a91fa129b2fbbf70e]

        CWS-TOOLING: integrate CWS jl123 2009-08-04 12:34:31 +0200 jl  r274615 : #i103742# added note regarding Berkeley update 2009-07-27 11:24:49 +0200 jl  r274351 : #i100916# applying tono's patch 2009-07-22 16:29:54 +0200 jl  r274248 : CWS-TOOLING: rebase CWS jl123 to trunk@274203 (milestone: DEV300:m53) 2009-07-21 11:49:45 +0200 jl  r274172 : #100916# syncing data base with fcntl( F_FULLSYNC) failed with an unexpected error on Mac when buiding on NFS. Although there is a fallback using fsync, it was not used because of the unexpected error 2009-07-20 09:35:42 +0200 jl  r274107 : #i100916# Applied tono's second patch 2009-07-16 16:41:24 +0200 jl  r274062 : i100916 2009-07-13 14:47:32 +0200 jl  r273936 : #i100916# deliver libdb-47.lib 2009-07-13 11:03:26 +0200 jl  r273921 : #i100916# applied tono's patches for mingw 2009-07-10 14:34:22 +0200 jl  r273895 : #i100916# renamed mingw patch 2009-07-10 14:33:36 +0200 jl  r273894 : #i100916# renamed mingw patch 2009-07-10 14:04:39 +0200 jl  r273890 : #i100916# new patch 2009-07-10 11:39:54 +0200 jl  r273882 : #i100916# updating berkeleydb 2009-07-10 11:03:16 +0200 jl  r273880 : #i100916# updating berkeleydb 2009-07-02 12:52:53 +0200 jl  r273638 : CWS-TOOLING: rebase CWS jl127 to trunk@273468 (milestone: DEV300:m51) 2009-04-08 13:32:52 +0200 jl  r270642 : #i100916# 2009-04-08 13:25:15 +0200 jl  r270639 : #i100916# new version of berkeleydb 2009-04-08 12:37:14 +0200 jl  r270634 : #i100916# changes for version 4.7.25 2009-04-08 12:36:08 +0200 jl  r270633 : #i100916# new patch file for version 4.7.25 (no encryption)

2009-08-25  Vladimir Glazounov  <vg@openoffice.org>  [8376996e6553f0026390e64fbc1fd21106bf308b]

        CWS-TOOLING: integrate CWS jl123 2009-08-04 12:34:31 +0200 jl  r274615 : #i103742# added note regarding Berkeley update 2009-07-27 11:24:49 +0200 jl  r274351 : #i100916# applying tono's patch 2009-07-22 16:29:54 +0200 jl  r274248 : CWS-TOOLING: rebase CWS jl123 to trunk@274203 (milestone: DEV300:m53) 2009-07-21 11:49:45 +0200 jl  r274172 : #100916# syncing data base with fcntl( F_FULLSYNC) failed with an unexpected error on Mac when buiding on NFS. Although there is a fallback using fsync, it was not used because of the unexpected error 2009-07-20 09:35:42 +0200 jl  r274107 : #i100916# Applied tono's second patch 2009-07-16 16:41:24 +0200 jl  r274062 : i100916 2009-07-13 14:47:32 +0200 jl  r273936 : #i100916# deliver libdb-47.lib 2009-07-13 11:03:26 +0200 jl  r273921 : #i100916# applied tono's patches for mingw 2009-07-10 14:34:22 +0200 jl  r273895 : #i100916# renamed mingw patch 2009-07-10 14:33:36 +0200 jl  r273894 : #i100916# renamed mingw patch 2009-07-10 14:04:39 +0200 jl  r273890 : #i100916# new patch 2009-07-10 11:39:54 +0200 jl  r273882 : #i100916# updating berkeleydb 2009-07-10 11:03:16 +0200 jl  r273880 : #i100916# updating berkeleydb 2009-07-02 12:52:53 +0200 jl  r273638 : CWS-TOOLING: rebase CWS jl127 to trunk@273468 (milestone: DEV300:m51) 2009-04-08 13:32:52 +0200 jl  r270642 : #i100916# 2009-04-08 13:25:15 +0200 jl  r270639 : #i100916# new version of berkeleydb 2009-04-08 12:37:14 +0200 jl  r270634 : #i100916# changes for version 4.7.25 2009-04-08 12:36:08 +0200 jl  r270633 : #i100916# new patch file for version 4.7.25 (no encryption)

2009-08-25  Release Engineers  <releng@openoffice.org>  [2eef65d9d59e10d7d0ef924e2131d3bcd482c35c]

        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  Release Engineers  <releng@openoffice.org>  [a31d592bd1193b044df148e106d6d0c9de0939c5]

        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  Release Engineers  <releng@openoffice.org>  [76136925fd63eecc8d8d5ecfb5cf3b358131f43e]

        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  Release Engineers  <releng@openoffice.org>  [b21aa9c44719d296b441c64609ab0e224845e966]

        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  Release Engineers  <releng@openoffice.org>  [2780d8bec4d34ff177a0d6428b1f709c17f5c9c7]

        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  Release Engineers  <releng@openoffice.org>  [d57e7f4fbc24b0592686371f9c17598d942feb41]

        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  Release Engineers  <releng@openoffice.org>  [06736de2665bb3a7032efba6a7c3c03ac205c11e]

        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  Release Engineers  <releng@openoffice.org>  [a37e22efca9e94c53b10adf52fbfaf4cc7378f5c]

        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  Release Engineers  <releng@openoffice.org>  [b3a5aa28e342ececd589308bea0d99f981f0a6f6]

        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  Release Engineers  <releng@openoffice.org>  [041f0f710cbb29713dabb64a77522219279ed3d1]

        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  Dirk Völzke  <dv@openoffice.org>  [02e47dac20beb7d9d9d96942a77087c4215a944f]

        #i88957# Improved handling of already downloaded updates

2009-08-25  Philipp Lohmann  <pl@openoffice.org>  [c5581dc245fa52b23fe4ab0bfc06501e76c404fe]

        #i92516# cosmetics

2009-08-24  Release Engineers  <releng@openoffice.org>  [80bd95c93a8aeba98fd5c2cedb15f26d9f14f2d2]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [eb0ab12b525227b11e43f5b2d685b4bb77373fa5]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [f4ce12bb2e6f64f5b4cfed9b1b13f8e87371b4a9]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [60086bf5cd67da4d16b9c70c8137ec5fd675743e]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [d9816df144c628d429cf678b053831c5c8988358]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [a47a348305500c4824133631b964e22f004510d8]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [8a090122a03636eb740e3ccdd01633b15e0e62a6]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [271b191a13423d5b0d56e410add4df79c3beed9c]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [5b5033895adeb4c288e9feebe17bc26b8c2b433d]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [43ea786f35b0dd78611409700455bab1bbeb2276]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Release Engineers  <releng@openoffice.org>  [671c432e8899a13672562df9263856d4811a71f8]

        Create DEV300_m56 milestone tag from trunk@275330

2009-08-24  Philipp Lohmann  <pl@openoffice.org>  [5ab7598b54dc41208c5a1d1655daece59c8f6752]

        #i92516# HELP_DEBUG for non static controls

2009-08-24  Philipp Lohmann  <pl@openoffice.org>  [4569c69eba08f7cb102d05d72e5cf23bed0eb68b]

        #i92516# protect against setting the clip region between printed pages

2009-10-08  hg  <hg@oosvn01.>  [a2c13d415f8ea659279d0e863924f5a01f45503a]

        merge with m55

2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8e77b635da36f48ca527960978a4e36332b538e7]

        #i10000# build fix

2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [36053907a3d609b938e43b9842c3926ec522ff09]

        #i10000# build fix

2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5ea40891ed6708bf138680f72e55ef16bc3c7816]

        #i10000# build fix

2009-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [24252f3e2f1875347ba98c7f9874dd8d93880b57]

        #i10000# build fix

2009-08-24  Dirk Völzke  <dv@openoffice.org>  [b6103ae98b92524b04d3fe261c445135002a65c2]

        #i88957# Improved handling of already downloaded updates

2009-08-22  Philipp Lohmann  <pl@openoffice.org>  [8e24d60a844f03e6ff664a5c5ceddfbd95cd75d7]

        make compile

2009-08-22  Philipp Lohmann  <pl@openoffice.org>  [d428cc7df23f37115463419ead90af99395a7456]

        make compile

2009-08-22  Philipp Lohmann  <pl@openoffice.org>  [1fc2beb42390e44b04d933db3df5c0db792350e8]

        #i92516# make compile

2009-10-08  hg  <hg@oosvn01.>  [e81c8c6ae95c3937a80acac2eca49abd48785277]

        merge with m55

2009-08-22  Kohei Yoshida  <kohei@openoffice.org>  [6f8305a93490ec9868510b62f522c7545ef73a5b]

        more cleanup

2009-08-22  Kohei Yoshida  <kohei@openoffice.org>  [fd7c4e6b7c51ccb702bb7b383ad14d573ebb3a48]

        forgot to remove debug statement.

2009-08-22  Kohei Yoshida  <kohei@openoffice.org>  [f379d876d1a4894bd9767640c2329ba44f0e4820]

        Use ScAccessibleStateSet to share state set implementation.

2009-08-22  Kohei Yoshida  <kohei@openoffice.org>  [914141b32155e25a2d87ac00908bfb376ac30344]

        More code cleanup & wrote a separate XAccessibleStateSet implementation that can be shared across classes.

2009-08-22  Kohei Yoshida  <kohei@openoffice.org>  [aa18040a8e2db3b1c51e6de4ea34f73efa96a447]

        code cleanup.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [514d004f7422f4103d8574b7339c22345a5e6c7c]

        fixed a build breakage.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [9dffba7f4b3e7bb139993ab7e94b6c20965ef9ab]

        When a menu action is fired via accessible object, we need to make sure that all the popup windows get dismissed.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [ed33032301907f6888b49cacb61ec10f78dee9ae]

        Supported execution of menu items from the accessible object.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [b6391fb9131b4f345e048cb7c5d7967bd62752a0]

        more debug statements removed.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [2a2abd3243d8c46612970595a6e6836d7e4e7f0a]

        forgot to remove debug statements.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [4ac8aba5a707967c29fc19edeaf8aedc70b63097]

        Ensure correct menu hierarchy when selecting an arbitrary menu item from the accessible object.

2009-08-21  Thomas Benisch  <tbe@openoffice.org>  [23d63d58c951ea4c172c5c759e764c8a783951d9]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [8234b32fe4087cac7204871b9a0e5bbcaa09cc64]

        resolve conflicts

2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [e0b99ef4ddf793db58e34378c748441ee982447f]

        resolve conflicts

2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [ff0c53640ac0a74134b625791fb48b29d90f4fcb]

        resolve conflicts

2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [5eb7986ababc2f9f45417bd28ad2af78f29e8828]

        #i92516# notes changes

2009-08-21  Philipp Lohmann  <pl@openoffice.org>  [b4994fcb4f139b72cfb6b7e7eea127b2d08dba60]

        test script

2009-08-21  Thomas Lange  <tl@openoffice.org>  [88f90d83a9a285e7739e29ecaf28f1937e3abcbf]

        #i101242# new print UI in sw

2009-08-21  Thomas Lange  <tl@openoffice.org>  [3d9480a5cb3ba8fb8af49731e86b2eb9d69f980c]

        #i101242# new print UI in sw

2009-08-21  Thomas Lange  <tl@openoffice.org>  [9e095aec061c14b180f88bd5d7b2ea6bef19d4f9]

        #i101242# new print UI in sw

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [703de85908f24676c44a58b27644601edd4e357b]

        remove the MenuItem class declaration - it was a wrong idea.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [4d56fc68ec3803dc6d009acaacd975f83384d5f8]

        renamed structs.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [656fd381e17fa494a678ce2b1306251d649eab3d]

        Broke long method declarations into several lines.

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [26d3db0ac1f3ba939716388cb881ae65ba4cb9e6]

        removed debug statements & more dynamic type checking (this will be replaced later).

2009-08-21  Kohei Yoshida  <kohei@openoffice.org>  [e50abfc572a020718f9460d7f836b2c514b377d0]

        Let's not duplicate menu's selected state with the accessible object; we can easily query the Window instance for that.  This also fixed a crasher when accessing menus from accerciser.

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [4a08bf44d06f9e075ae578b062c01673eb7edf97]

        removed all my printf statements.

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [edd0ebc6c47352de490041bb05cd5875738ba902]

        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>  [87ca2cf990cf2eec07fc11914d63c63668b35d23]

        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>  [ca67662bc28f7a63906e59d8e7c6d6850883eef4]

        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>  [088db7968bc05f8929da3767d04ee66aa59309da]

        Some code fragment for debugging accessible state set changes.

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [fb89c0d1df93909faeaa080359e77b1f35eed572]

        Added accessible objects for the remainder of the standard widgets.

2009-08-20  Philipp Lohmann  <pl@openoffice.org>  [fd5fd47540a78b8cbe5fc1d3a541642aee09ba6f]

        #i92516# clean up graphics state at end of page

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [b30732a7e8691804e9b0a0f4d10dd1e9054983fc]

        When creating an accessible object for a border window, create one from the child window instance unless it's a menu popup.

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [9c22409f2648758e69a9de4ae49c2ba9bab24a3b]

        My first cut on implementing accessibility for the new datapilot field popup window.  This is still work-in-progress, with lots of debug statements everywhere.

2009-08-20  Kohei Yoshida  <kohei@openoffice.org>  [b3b4d3b4b58c7346bf7bc22d415960c7eaab1d6b]

        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  Thomas Benisch  <tbe@openoffice.org>  [9f2b6e201b5b7dbd783ea16bd746f5e90ce1a5b8]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [b1b988e0eaeda10597640212454fccd601cc4748]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [e888eab6060a0a242924bb5f0937e49dc8f4d3f4]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [16790bb3c83ce9ff4f94ac92684ed3b1a651a89a]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [a44988b0a22fc0b111fa9fe1998cef0819386e3f]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [2c26fbb096ee95c490b56767eb8cd48f4bf65081]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [737d118008187d67b3c2ca710db653e7ec4c2645]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [e06f114f2ed0cbdba8af709fef0a7b626a96adb2]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [a22d6cbd79210a6a1fff98b9297ff47a63a3e867]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [5dce1ea7315c75bc9cce8e2b5fc97828bef57286]

        merged DEV300_m55

2009-08-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [df5c624a0006dbff5efc97e5b9bc201a3d349055]

        merged DEV300_m55

2009-08-19  Philipp Lohmann  <pl@openoffice.org>  [979e90b00e7cf33b2d2da49ca5d5eceeb817ddf7]

        #i92516# put Trim back in

2009-08-19  Philipp Lohmann  <pl@openoffice.org>  [3bdbe5e1d0d6dc56f2b4f4c5574168fa3eb587d7]

        use correct property names

2009-08-19  Thomas Lange  <tl@openoffice.org>  [0f190044c038ccd3cd0dc12f6c5a81a9f2b9216e]

        #i92516# new print UI

2009-08-19  Philipp Lohmann  <pl@openoffice.org>  [a45b7400bb5d3d0ae0521789c67a7e2700734973]

        fix a warning

2009-08-19  Thomas Lange  <tl@openoffice.org>  [00eb1cf049970426333503731f6102909555b484]

        #i101242# new print UI

2009-08-18  Philipp Lohmann  <pl@openoffice.org>  [8802e7ab5f59b4e4a8ba6dced48660710d9ea9ab]

        #i92516# align radio buttons and dependencies properly

2009-08-18  Philipp Lohmann  <pl@openoffice.org>  [7b510ce2c097f6b9d57d48afb48f0d1e92b4196b]

        #i92516# getNativeControlRegion for edits and spinboxes

2009-08-18  Thomas Benisch  <tbe@openoffice.org>  [7f85e315411933893caf6506b21375c7b9183975]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [af9e732c94a594dfa1b283bed80a9e66a2e94681]

        #i10000# build fix

2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5c39b2061c953c777e24df005f51fe093f729d5f]

        #i10000# only linux / windows

2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f0ea564a473cc84e4dd6d81ed3c37246833a84c3]

        #i10000# regen configure

2009-08-18  Joerg Skottke  <jsk@openoffice.org>  [c6258227fb0f7bee23f085ce410f414daaf476e9]

        #i103052# - Added declaration for new printing dialog.

2009-10-08  hg  <hg@oosvn01.>  [d506140246895b86e959eaad42c627f9aa56a622]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [38efd1f04f515d8e0580fdcf070ceda70e58ebc8]

        merge with m50

2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [96243aed0aa3d119266ea280da2073baff86507c]

        #i10000# build fix, enable graphite only for linux and windows

2009-08-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e1649400975bb14df906b787262111be574159f4]

        #i10000# build fix

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [9be3c3724cd0dd2409ac1ebba88d30e04127272c]

        #i92516# handle pageoffset in vcl instead of application

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [f604695c795a5d608bb35d64885beb7e6b7e6296]

        #i92516# handle pageoffset in vcl instead of application

2009-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bb17a085406d117df6e6f04f5af708f6872e6b07]

        DEV300

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [6b0adfa6f596666120cc069a4b1a6d486a122852]

        dispatch HID_PRINTDLG on help button

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [2982901c76e611e1305d68ea4aed4ee4ef546e87]

        #i92516# fix several small issues (helpids, taborder, property names)

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [61af5ca1146fe29574f9aea550186aebef89e07b]

        #i92516# fix several small issues (helpids, taborder, property names)

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [b1a1ddc401bb154812ab311339381747c48c531f]

        #i92516# fix several small issues (helpids, taborder, property names)

2009-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a2b377dff98eb2147a1fde3aadf257edc7e3bb60]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [55d813ddab4bbe1e076736845a10f2bcddfe1235]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3417ec95fc2d13ef78977168859c953564170149]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ac45a5281274a4d0d12c970c79c2e879427608fa]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5624be5a3520a16d57724064e16df3722d728010]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8f3d03669bac6c79d17a46edf7482ebc5f3120aa]

        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-17  Kurt Zenker  <kz@openoffice.org>  [847cd1ac5714c210a1e109fd6f3d25b79cc549c4]

        #i10000# no more OpenOffice_SDK

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [b8dae601ca02cc4baa4d2a4ace860cfafd4edc94]

        add missing exceptions

2009-08-17  Philipp Lohmann  <pl@openoffice.org>  [50d636b6013f7429b28147531f27052e5e9ca6e8]

        fixe merge conflict

2009-08-17  Thomas Lange  <tl@openoffice.org>  [2cca472c56275721e42111c72cbfa1a2a989c297]

        #i101242# new print UI

2009-08-17  Thomas Lange  <tl@openoffice.org>  [84d95bba0af714d81a889c6eb194d3e4ed21fa21]

        #i101242# new print UI

2009-08-16  Philipp Lohmann  <pl@openoffice.org>  [0ccccd51bf9de6e53f32840754fce46307efbf57]

        fix warning

2009-08-16  Philipp Lohmann  <pl@openoffice.org>  [0ea31f2a9b6657925852ac5f3128ff2937e2a18d]

        #i92516# fix warnings

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [8648ff32e63ccf89650d895d392e12480072041d]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [e65c3e91d6efbf8f61bc662ea5652e0d0a6194e5]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [41de88368a73475ba75c0fd47974f5fefdff2aaf]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [a0cc37fe17be8270f39fe4369145b7162d2f648e]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [58ed8009f73a0424b6eec189100380eafda39ea7]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [8ec00fab5b50f18904f020fc629eabcf7121a7ac]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [0ea9a3fdc99d1e74c26b6ebeaa4b716135aeab24]

        #i92516# move solar.hrc to vcl

2009-10-08  hg  <hg@oosvn01.>  [e568862e24a5d3f223025d6f859bf527985218b7]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [a9b564e3c5695e9cbb7f929e0c4eaa87b998ccde]

        merge with m50

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [9cdd2987e07c0f75c21c0227b9e1a552e2a85b48]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [480143e822205c911d7e85a8f3d6336991eba045]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [b88253921c6b484acb2d6f893341e953dcae1cba]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [b8ae55c4fffe15e2bb50f2715e43123c3a73055d]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [5ea9defaaa271df2fd8d42341ea04796c91f31af]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [bcdb51fcedb5a971000242d3158a557275150e04]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [41d304423b2e3771a801923d6b5579b6443c403f]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [bf72b8e312d1120b1cca80400bf336508888e8c9]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [f231b69cc6bef7f9445bc12bc227f96355860183]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [0dd59cd8ef2128654d3b023e0724e783ebdc2d35]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [41ef9cb82e830cfd67144e2ea14c0f693f5b539f]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [849e38310761284f8b826fc6bed113625f6d2551]

        #i92516# move solar.hrc to vcl

2009-10-08  hg  <hg@oosvn01.>  [8dff355a60095da607b67a97ad970aaf419933ca]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [e0eeee95d1b74266cd07df15123a6157baee2f3b]

        merge with m50

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [0fa550c7051e639de7173483900adbc1c4f337f7]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [e1fca8328d16595d794755f0a20b36704acf0a31]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [39cd1e91c8874c6c5922ea0894696a8dc28e39c0]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [f6bec933de9a41ade03bd9fbd23607bc01e0fe50]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [d13e45bbade0a247f0ec8880dc891f4abafe372a]

        #i92516# move solar.hrc to vcl

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [25b00175008c8a8f027d752e92dee0df7c4fb0bd]

        #92516# hid for vcl dialog

2009-08-15  Philipp Lohmann  <pl@openoffice.org>  [12bb9be1d55b74bb2ff7a01f778919b6fead9045]

        #92516# hid for vcl dialog

2009-08-14  Thomas Benisch  <tbe@openoffice.org>  [4b0d8825bbcc0492f730394e5051cd3d51e53576]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-14  Release Engineers  <releng@openoffice.org>  [fa50ae81f50337652b6b3e788558b04d43a72f7e]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [b60103486b997271ba94c9de92401a91d758e603]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [8bb8db998bd019c7362ec21df0c60daaa4cb450f]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [b8c20dbfe492e7c2df98d01f273ed06a288dc0fc]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [219c155e515255b8b040d853b598fb1d6c009e8c]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [60be2a0e7659ad752551d8fce0d72e04b28e7888]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [154d73921d6eb192ca03b19c7e4395633cba4d06]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [c06cd278a7ca43c9e9ff6069cc12e03f4be930d7]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [ea182dfade5a40187576fe0103ee196cd402c8c7]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [bebc983ea6df34dbc310d1dfbb3ca74ea62db830]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [edeed1fb2319b0347c7de767261fc893c496f75a]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Release Engineers  <releng@openoffice.org>  [15929d6d5da7c38a6cbe7aabcd56ed1a5a23faf6]

        Create DEV300_m55 milestone tag from trunk@275000

2009-08-14  Thomas Lange  <tl@openoffice.org>  [dc48e555979cd69935d36231c75311933b5bbb1f]

        #i101242# new print UI

2009-08-14  Thomas Lange  <tl@openoffice.org>  [31c68b3b56ce4ffc1649fe83dd3f1dca97eb7551]

        #i101242# new print UI

2009-08-14  Thomas Lange  <tl@openoffice.org>  [a6e4f39c82a75fb2684d3563b9c2a7af3518d2bc]

        #i101242# new print UI

2009-08-13  Philipp Lohmann  <pl@openoffice.org>  [b0434f112b7e3dc67dec0c0165e3fd49086c7fb5]

        #i92516# handle MAP_PIXEL in preview

2009-08-13  Philipp Lohmann  <pl@openoffice.org>  [5366ddcc1129a384ec9585d54689b991fbe80efd]

        #i92516# set correct page size for N-Up in getFilteredPage()

2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [2c142f8529e0a0c3aa18d7d5819f95cab90efc86]

        #i92516# corrected paper size handling

2009-08-12  Thomas Benisch  <tbe@openoffice.org>  [e5d7fbada21a6613390f167c04e581ea36ec3588]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [6321fa4160a5c16c4a489a27cecf51c451e44c47]

        #i92516# handle LocalFileName correctly

2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [14ede6d1a846952d8a7e283fb174b2804666c7f3]

        #i92516# set smart helpid on parent like old help ids

2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [f5b7f0f44914647f6132cd5ff35d4e97a3a501f1]

        #i96402# set duplex mode from API

2009-08-12  Philipp Lohmann  <pl@openoffice.org>  [4cd5a62fc2763b867e4ef1277110cadc3caea366]

        #i92516# add missing help ids

2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [c2309b3461c3ff144531e542b61b6960574f9ef2]

        #i92516# avoid crash if options pages is missing

2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [6e492713b1d5f680e7f0f65c184184332c2619f6]

        #i92516# add: PrinterOptionsHelper::setValue

2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [5e7db5f15fb042234fc7e3b3b692a03de137da36]

        #i92516# final UI changes

2009-08-11  Release Engineers  <releng@openoffice.org>  [cab39ae5251cb506a0b3dabd29f65010f7577647]

        #i103772# apllied patch from the issue

2009-08-11  Thomas Lange  <tl@openoffice.org>  [6f114639ebbd358fbe45f389e838595fea1cf88b]

        #i103991# small clean-up

2009-08-11  Daniel Rentz  <dr@openoffice.org>  [2be6a1367647d57da39bac601b5bca7d4d85312a]

        DFF dumper: extended OPT property set support

2009-08-11  Release Engineers  <releng@openoffice.org>  [79801828e4d97a018bf489535522fc613ee6d226]

        #i10000# added fallback for TMPDIR

2009-08-11  Release Engineers  <releng@openoffice.org>  [7a16d4872376246bb30e7d956bd41aea77734aa5]

        #i10000# fix multiple definition gids

2009-08-11  Release Engineers  <releng@openoffice.org>  [decc7e1dc7e77e54984e39a0ec981c8745d191d0]

        #i10000# use renamed function

2009-08-11  Philipp Lohmann  <pl@openoffice.org>  [5efcf0dbf3ee0c6136f4a261b1b8f0ed1f013bbf]

        fix warnings

2009-08-11  Release Engineers  <releng@openoffice.org>  [2f5ecbc5a6d8f3bed84f55d7a47492047904c61b]

        #i10000# regenerate configure

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [feb06438cf2e7eca712923305c729874693d6f5a]

        #i92516# more changes for final UI spec

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [8e2578389b45dca694fac1254813716bce9bdbac]

        #i92516# more changes for final UI spec

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [8c50b7015e3bb16ca602eabbd20059bb3f152498]

        #i92516# more changes for final UI spec

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [37587a7588bf9ce11fb69222423c53366571d179]

        #i92516# more changes for final UI spec

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [af0aaede50a54bc0a9d78f1132a72c437c867507]

        #i92516# more changes for final UI spec

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [3fbd3247c9d5d0ece2cda623250915bea14c066d]

        #i92516# more changes for final UI spec

2009-08-10  Thomas Benisch  <tbe@openoffice.org>  [cce580a22da12760296719e4a7156992ddee9c00]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [fb470c6f6c2da484102bd338e672d65348d95336]

        #i92516# more changes for final UI spec

2009-08-10  Carsten Driesner  <cd@openoffice.org>  [04f036a2e0a5eb2aadece1724fa33acd16c2704f]

        #i96402# Added DuplexMode option

2009-08-10  Carsten Driesner  <cd@openoffice.org>  [accedbb3caa51b0d9686dbdef56e17c9fcf4bd99]

        #i96402# Added DuplexMode

2009-08-10  Carsten Driesner  <cd@openoffice.org>  [227e3afb7518e8844788094e2dd6426be6beaa59]

        #i96402# Added DuplexMode option

2009-08-10  Carsten Driesner  <cd@openoffice.org>  [216a877272828f919996baf828d7669319b70798]

        #i96402# Added DuplexMode constants

2009-08-10  Carsten Driesner  <cd@openoffice.org>  [a9912838a6e361e2564f4ef30a5b0f619641dac2]

        #i96402# Added DuplexMode constants

2009-10-08  hg  <hg@oosvn01.>  [227bd60cfd73689f7e11f1ea09081d5399b542fc]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [bb8b32ba7059e956a501c9552b51843caa14b797]

        merge with m50

2009-08-10  Philipp Lohmann  <pl@openoffice.org>  [8024a0f98383645946d25d83edd6d22ecd1f9702]

        fix a warning

2009-08-10  Release Engineers  <releng@openoffice.org>  [919a300cfbea778cc3fe1c4da29b99c2b4950380]

        DEV300

2009-08-10  Thomas Lange  <tl@openoffice.org>  [3afe7e6f516a073c319d413344761373dd6c55db]

        #i103991# page range evaluation fixed

2009-08-10  Release Engineers  <releng@openoffice.org>  [0d459634af586f5bcf747c3a595057eff3a0b198]

        CWS-TOOLING: integrate CWS jskhgpilot 2009-07-31 skotti #i96753 - added just another 500ms wait - sad, that is 2009-07-31 skotti #i96753 - cleanup, documentation 2009-07-31 skotti #i96753 - fix 2009-07-31 skotti #i96753 - OK, another approach for testing on different hardware... 2009-07-31 skotti #i96753 - small adjustments, back to .click() method 2009-07-29 skotti #i96753 - invented new dynamic function to deal with the menubutton which - as a nice sideefect allows to disable all sleep() statements within the test. This is good for -330 seconds of sleeping and in combination with a few optimizations makes the test run less than 20 minutes, about 8 minutes faster than before 2009-07-28 skotti #i96753 - use MenuBtn.OpenMenu() instead of .click() as this appears to work better and is used in other places successfully as well 2009-07-28 skotti #i103065 - fileopen dialog shows Mercurial and SVN directories which must be skipped 2009-07-28 skotti #i103065 - Added mercurial hidden directory to the excludes list in global routine 2009-07-28 skotti Rebase oder so... 2009-07-28 skotti #i96753 - insert wait statements

2009-08-10  Thomas Lange  <tl@openoffice.org>  [25550e914d7c353e5472ffb2db23efe95b76b2d3]

        #i103991# prospect printing

2009-08-10  Release Engineers  <releng@openoffice.org>  [f0775523f6a9e06b9e144c6a0d67610fd15f0347]

        CWS-TOOLING: integrate CWS tkr23 2009-07-21 15:03:57 +0200 tkr  r274199 : #i64277# open file only if needed and close immediately after use 2009-07-17 12:25:41 +0200 tkr  r274087 : #i96743# patch minizip to provide stream operations 2009-07-17 12:21:13 +0200 tkr  r274086 : #i96743# add new ifilter interface: IPersistStream

2009-08-10  Release Engineers  <releng@openoffice.org>  [a0c354b9cc042f82f3fbd9e311fccaefde173c43]

        CWS-TOOLING: integrate CWS tkr23 2009-07-21 15:03:57 +0200 tkr  r274199 : #i64277# open file only if needed and close immediately after use 2009-07-17 12:25:41 +0200 tkr  r274087 : #i96743# patch minizip to provide stream operations 2009-07-17 12:21:13 +0200 tkr  r274086 : #i96743# add new ifilter interface: IPersistStream

2009-08-07  Kohei Yoshida  <kyoshida@novell.com>  [d1d8d43781eca756707e1fad9c4b01b04d4658d9]

        merged DEV300_m54.

2009-08-07  Kohei Yoshida  <kyoshida@novell.com>  [6eb2cc770353060568912e0335758457104eff47]

        merged DEV300_m54.

2009-08-07  Kohei Yoshida  <kyoshida@novell.com>  [da3a44014bce3574c909503ade15000559cc15d8]

        merged DEV300_m54.

2009-08-07  Kohei Yoshida  <kyoshida@novell.com>  [cd943e31a6c9da0c4aaa2fd5da97e316199a6ab6]

        merged DEV300_m54.

2009-08-07  Kohei Yoshida  <kyoshida@novell.com>  [dd257f983673e133cde535235d7abdfcb83fbed5]

        * removed several files from version control because they are no longer present on the file system. * hg claims two files are modified in solenv, but taking a diff turns up nothing.  Well, I'll commit them anyway.

2009-08-07  Sven Jacobi  <sj@openoffice.org>  [7347e749094be5b19dfd05f05d5b4779749ad718]

        removed warnings

2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [241b10510b86266f8bc169bdad3588e488647127]

        #i92516# fix warning and brochure page size

2009-08-07  Daniel Rentz  <dr@openoffice.org>  [46bbd9fafc5ae37d606389454723189d4c9804fd]

        lots more DFF properties in dumper

2009-08-07  Thomas Lange  <tl@openoffice.org>  [278729a448d7e56c426229325a960f08c38fafbc]

        #i103991# prospect printing

2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [68362c81847e6ce0233e26ad325f331c8907ecd9]

        #i99162# override paper format with driver dialog

2009-08-07  Release Engineers  <releng@openoffice.org>  [92402b224fda5cb71e3f30430eb657bdbabfa6a1]

        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  Release Engineers  <releng@openoffice.org>  [947666e7ddac58c4d8ea865dbdcee83a5b8c386f]

        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  Release Engineers  <releng@openoffice.org>  [368626827d51717b8f0c07be88181f0960282277]

        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  Thomas Lange  <tl@openoffice.org>  [7a0a8c5debdecd828a1f82cc71584b3db1609160]

        #i103991# fixed crash in sfx2

2009-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [85e6aa66b9ce8913c1466fc971f6c1d2a4b2889f]

        #i103316# - rework localize.sdf detection

2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [052a24595fb966ef7f910865c1ff2cb45cf5471c]

        #i92516# fix a layout problem

2009-08-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e50d6c5c9548db2e0a31150c6c1e9e1386395b95]

        #i103316#, #i103805# - avoid absolute path in tg_srs.mk; rework localize.sdf detection

2009-08-07  Release Engineers  <releng@openoffice.org>  [b37c10a1019a40cb906fdb98693e44306d44fed2]

        CWS-TOOLING: integrate CWS calcooo311_DEV300 2009-08-04 13:55:19 +0200 er  r274617 : #i102356# add patch flag for i18npool lib 2009-08-03 17:29:15 +0200 dr  r274589 : #i103968# ported fix from DEV300, new pie charts lose point color 2009-07-29 23:20:00 +0200 er  r274467 : #i103861# Shared formula and named range relative reference wrap with different grid sizes; patch from <kohei>

2009-08-07  Philipp Lohmann  <pl@openoffice.org>  [659a2ca6381666dcfb293aa91e5ae03423e0455b]

        #i92516# fix some more layout problems

2009-08-07  Release Engineers  <releng@openoffice.org>  [1305be86333cfe211c358167e578b88ca3bc4ac6]

        CWS-TOOLING: integrate CWS native261_DEV300 2009-08-04 10:37:13 +0200 is  r274610 : #i103988# new jre6u15

2009-08-07  Release Engineers  <releng@openoffice.org>  [fb0c523db39601f0b75d235a5419fc7b2fdcad0b]

        CWS-TOOLING: integrate CWS hb311fixes03_DEV300 2009-07-28 11:08:46 +0200 hbrinkm  r274390 : #i103357# adapted patch and applied

2009-08-07  Release Engineers  <releng@openoffice.org>  [a19edc223588bbb8d5bcc7ea4d0c1bfd8b690d1b]

        CWS-TOOLING: integrate CWS automationdev300m53solver 2009-08-05 08:53:55 +0200 oc  r274637 : #i103997# New autotest for solver in calc 2009-08-05 08:52:34 +0200 oc  r274636 : #i103997# New autotest for solver in calc

2009-08-07  Release Engineers  <releng@openoffice.org>  [782ba886a2c93f86acdfa681a52b5315f1380a6e]

        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-07  Release Engineers  <releng@openoffice.org>  [5bf54b56d622370084cf8029500d75208601113e]

        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-07  Release Engineers  <releng@openoffice.org>  [15ea827542a38ac9c6998977b077695906e281c6]

        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-07  Release Engineers  <releng@openoffice.org>  [c9af1b77bbfc51e7fa937ed2561de1c67a3b7811]

        CWS-TOOLING: integrate CWS c07v023_DEV300 2009-06-17 02:24:12 +0200 sus  r273044 : final enhancement of previous fix 2009-06-05 08:45:12 +0200 obo  r272664 : #i97033#,#i97866#,#b6796174# 2009-06-05 08:41:27 +0200 obo  r272663 : #i98107# Adjust XHTML filter to request further information from ODF export 2009-06-04 08:26:34 +0200 obo  r272610 : #b6796174# Fixing format issues with images 2009-06-04 08:23:55 +0200 obo  r272609 : #i85272#,#i98107# 2009-05-27 16:54:40 +0200 obo  r272360 : CWS-TOOLING: rebase CWS c07v023 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-05-27 14:29:28 +0200 sus  r272345 : #i98406# Fixing several minor issues, overtaking changes for the ODF 1.2 spec export

2009-08-06  Kohei Yoshida  <kyoshida@novell.com>  [feeb99de89fc888b9397ddca882d121bdec2bef4]

        Change the identity of the import option dialog.
        
        Change the identity of the import option dialog from lang chooser to
        text import options, since the dialog now contains more than just the
        language option.
2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [1472eca629ac41b88ccd492a7fecfbe90a0a90c7]

        #i92516# fix some more layout problems

2009-08-06  Release Engineers  <releng@openoffice.org>  [e1ad946ef5db3f7c0a540207d0f0fd85799e3b66]

        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>  [adff17ff66d58e9a7ec5815b5e343017f88d4664]

        CWS-TOOLING: integrate CWS tempdir 2009-08-03 21:39:51 +0200 cloph  r274596 : ups, broke the build, get_tmp_dir always creates additional dir (misnomer), use TMPPATH var 2009-08-03 18:03:30 +0200 cloph  r274593 : use get_tmp_dir for the html-output #i83414# 2009-08-03 17:51:06 +0200 cloph  r274590 : mention issue-number in description for GXX_INCLUDE_PATH workaround (100049) whitespace cleanup 2009-07-25 15:05:27 +0200 rene  r274340 : #i100049# workaround for mandriva gcc 2009-07-25 14:15:08 +0200 rene  r274339 : #i83414#, #i83901#, #i103782# remove T(E)MP, rely on TMPDIR. Default to /tmp 2009-07-25 13:51:00 +0200 rene  r274337 : #i103805# missing @

2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [b8ad5bcce0e492d405f42c2e655ef6bf9eacaac9]

        #i92516# add: draw UI

2009-08-06  Daniel Rentz  <dr@openoffice.org>  [7126ee64eca228d79c5fde3a1c573d2aacb3e672]

        #i12587# reorg of svx/EscherEx class (separate class EscherExGlobal for global stuff shared through multiple instances of EscherEx), export of shapes embedded in Calc charts to BIFF8; #i55183# write child anchor instead of client anchor for charts/OLE/controls embedded in shape groups

2009-08-06  Daniel Rentz  <dr@openoffice.org>  [001b24a0a5f61c0a5cc3be07e1517eff2c07cf1e]

        #i12587# dump more DFF records

2009-08-06  Daniel Rentz  <dr@openoffice.org>  [79ee12dd94909af7bf4d2667f1a6243ca410ac96]

        #i12587# reorg of svx/EscherEx class (separate class EscherExGlobal for global stuff shared through multiple instances of EscherEx)

2009-08-06  Daniel Rentz  <dr@openoffice.org>  [0eba06e9a0f0585f81f466f4c768bc7043673013]

        #i12587# reorg of svx/EscherEx class (separate class EscherExGlobal for global stuff shared through multiple instances of EscherEx)

2009-08-06  Daniel Rentz  <dr@openoffice.org>  [59cd0300d4a24a38364352a0155a9e8bff3075bb]

        #i12587# reorg of svx/EscherEx class (separate class EscherExGlobal for global stuff shared through multiple instances of EscherEx)

2009-08-06  Carsten Driesner  <cd@openoffice.org>  [824f891295e2703b677f0228be39f7d43d65e747]

        #92516# Arguments must always be provided to the printing function

2009-08-06  Release Engineers  <releng@openoffice.org>  [3f809805a20d3bda2fb017a2139e16ebcd9ca112]

        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  Release Engineers  <releng@openoffice.org>  [622ebc559d47a55930c5710bf8382a3b3c49bbe9]

        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  Release Engineers  <releng@openoffice.org>  [9732a509373732db8036bab56ad404ef69d62510]

        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  Carsten Driesner  <cd@openoffice.org>  [063c55820f1f7b21f2999d9a5f8a0e18078c3f32]

        #i92516# Fix mail merge with new printing function. Don't set SID_ASYNCHRON to true for normal mail merge operations

2009-08-06  Release Engineers  <releng@openoffice.org>  [f4ba26d7568062c21a569e987a9b3b93849c64ed]

        CWS-TOOLING: integrate CWS ab72 2009-08-03 14:57:25 +0200 jsk  r274581 : #i103969 - fixed f_windowfunctions.bas 2009-08-03 13:29:21 +0200 jsk  r274577 : #i103969 - minor stability improvements and a rewrite to use GUI function to install extension (CLI version fails for some unknown reason) 2009-07-16 10:43:48 +0200 ab  r274033 : #i82918# Added support to pass context explicitely to service ctors 2009-07-08 16:24:05 +0200 ab  r273839 : CWS-TOOLING: rebase CWS ab72 to trunk@273468 (milestone: DEV300:m51) 2009-07-02 13:09:22 +0200 ab  r273641 : #i89740# Fixed resource typos 2009-07-02 12:21:49 +0200 ab  r273635 : #i99461# Applied patch 2009-06-23 15:56:08 +0200 ab  r273284 : #i100578# applied patch 2009-06-23 11:52:45 +0200 ab  r273271 : #i100600# applied patch 2009-06-22 14:35:15 +0200 ab  r273231 : #i101603# applied patch 2009-06-22 13:24:22 +0200 ab  r273227 : #i100540# applied patch to remove unused code 2009-06-10 13:33:20 +0200 ab  r272806 : #i82918# New style service ctor support

2009-08-06  Release Engineers  <releng@openoffice.org>  [d69fda724d5068b7f5bec86e8f3337accaf51f1b]

        CWS-TOOLING: integrate CWS ab72 2009-08-03 14:57:25 +0200 jsk  r274581 : #i103969 - fixed f_windowfunctions.bas 2009-08-03 13:29:21 +0200 jsk  r274577 : #i103969 - minor stability improvements and a rewrite to use GUI function to install extension (CLI version fails for some unknown reason) 2009-07-16 10:43:48 +0200 ab  r274033 : #i82918# Added support to pass context explicitely to service ctors 2009-07-08 16:24:05 +0200 ab  r273839 : CWS-TOOLING: rebase CWS ab72 to trunk@273468 (milestone: DEV300:m51) 2009-07-02 13:09:22 +0200 ab  r273641 : #i89740# Fixed resource typos 2009-07-02 12:21:49 +0200 ab  r273635 : #i99461# Applied patch 2009-06-23 15:56:08 +0200 ab  r273284 : #i100578# applied patch 2009-06-23 11:52:45 +0200 ab  r273271 : #i100600# applied patch 2009-06-22 14:35:15 +0200 ab  r273231 : #i101603# applied patch 2009-06-22 13:24:22 +0200 ab  r273227 : #i100540# applied patch to remove unused code 2009-06-10 13:33:20 +0200 ab  r272806 : #i82918# New style service ctor support

2009-08-06  Release Engineers  <releng@openoffice.org>  [8e73111faeb9620117801fee89a838a407f0b7e5]

        CWS-TOOLING: integrate CWS ab72 2009-08-03 14:57:25 +0200 jsk  r274581 : #i103969 - fixed f_windowfunctions.bas 2009-08-03 13:29:21 +0200 jsk  r274577 : #i103969 - minor stability improvements and a rewrite to use GUI function to install extension (CLI version fails for some unknown reason) 2009-07-16 10:43:48 +0200 ab  r274033 : #i82918# Added support to pass context explicitely to service ctors 2009-07-08 16:24:05 +0200 ab  r273839 : CWS-TOOLING: rebase CWS ab72 to trunk@273468 (milestone: DEV300:m51) 2009-07-02 13:09:22 +0200 ab  r273641 : #i89740# Fixed resource typos 2009-07-02 12:21:49 +0200 ab  r273635 : #i99461# Applied patch 2009-06-23 15:56:08 +0200 ab  r273284 : #i100578# applied patch 2009-06-23 11:52:45 +0200 ab  r273271 : #i100600# applied patch 2009-06-22 14:35:15 +0200 ab  r273231 : #i101603# applied patch 2009-06-22 13:24:22 +0200 ab  r273227 : #i100540# applied patch to remove unused code 2009-06-10 13:33:20 +0200 ab  r272806 : #i82918# New style service ctor support

2009-08-06  Release Engineers  <releng@openoffice.org>  [215c00378fc1ff4f62ccd2f82e012e3c1c1a0b35]

        CWS-TOOLING: integrate CWS extmgr01 2009-07-28 15:37:52 +0200 dv  r274410 : #i103856# Create dialog before using it 2009-07-27 15:24:42 +0200 dv  r274368 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-27 14:17:08 +0200 dv  r274366 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-07 08:23:17 +0200 dv  r273765 : #i102666# Extension check on startup after office update -> fixed repaint problem 2009-07-06 11:28:28 +0200 dv  r273729 : #i102666# Extension check on startup after office update -> fixed Mac OS X issues 2009-07-02 15:01:35 +0200 dv  r273654 : #i102666# Extension check on startup after office update -> set last checked to never when aborting 2009-07-01 12:18:52 +0200 dv  r273564 : Removed unused variable 2009-07-01 07:25:01 +0200 dv  r273542 : #i102666# Extension check on startup after office update -> better layout 2009-06-30 14:56:16 +0200 dv  r273506 : #i102666# Extension check on startup after office update -> mark incompatible extensions in extension manager 2009-06-30 12:43:55 +0200 dv  r273502 : CWS-TOOLING: rebase CWS extmgr01 to trunk@273468 (milestone: DEV300:m51) 2009-06-29 13:26:54 +0200 dv  r273469 : Now with newline at the end 2009-06-29 11:54:07 +0200 dv  r273462 : #i102666# Extension check on startup after office update -> exit button of dialog disables extensions, too 2009-06-26 16:26:02 +0200 dv  r273428 : #i102666# Extension check on startup after office update -> better progress handling 2009-06-26 14:50:34 +0200 dv  r273417 : fixed crash when shutting down while initial waiting 2009-06-26 14:46:40 +0200 dv  r273416 : #i102666# Extension check on startup after office update 2009-06-24 07:30:57 +0200 dv  r273306 : #i102666# Extension check on startup after update 2009-06-11 12:03:10 +0200 dv  r272863 : #i102666# Extension check on startup after update 2009-06-11 11:59:29 +0200 dv  r272862 : #i102666# Extension check on startup after update 2009-06-09 15:50:05 +0200 dv  r272773 : CWS-TOOLING: rebase CWS extmgr01 to trunk@272291 (milestone: DEV300:m49)

2009-08-06  Release Engineers  <releng@openoffice.org>  [12e1a0d94ca1bacc399b3a58d416d21c035c3122]

        CWS-TOOLING: integrate CWS extmgr01 2009-07-28 15:37:52 +0200 dv  r274410 : #i103856# Create dialog before using it 2009-07-27 15:24:42 +0200 dv  r274368 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-27 14:17:08 +0200 dv  r274366 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-07 08:23:17 +0200 dv  r273765 : #i102666# Extension check on startup after office update -> fixed repaint problem 2009-07-06 11:28:28 +0200 dv  r273729 : #i102666# Extension check on startup after office update -> fixed Mac OS X issues 2009-07-02 15:01:35 +0200 dv  r273654 : #i102666# Extension check on startup after office update -> set last checked to never when aborting 2009-07-01 12:18:52 +0200 dv  r273564 : Removed unused variable 2009-07-01 07:25:01 +0200 dv  r273542 : #i102666# Extension check on startup after office update -> better layout 2009-06-30 14:56:16 +0200 dv  r273506 : #i102666# Extension check on startup after office update -> mark incompatible extensions in extension manager 2009-06-30 12:43:55 +0200 dv  r273502 : CWS-TOOLING: rebase CWS extmgr01 to trunk@273468 (milestone: DEV300:m51) 2009-06-29 13:26:54 +0200 dv  r273469 : Now with newline at the end 2009-06-29 11:54:07 +0200 dv  r273462 : #i102666# Extension check on startup after office update -> exit button of dialog disables extensions, too 2009-06-26 16:26:02 +0200 dv  r273428 : #i102666# Extension check on startup after office update -> better progress handling 2009-06-26 14:50:34 +0200 dv  r273417 : fixed crash when shutting down while initial waiting 2009-06-26 14:46:40 +0200 dv  r273416 : #i102666# Extension check on startup after office update 2009-06-24 07:30:57 +0200 dv  r273306 : #i102666# Extension check on startup after update 2009-06-11 12:03:10 +0200 dv  r272863 : #i102666# Extension check on startup after update 2009-06-11 11:59:29 +0200 dv  r272862 : #i102666# Extension check on startup after update 2009-06-09 15:50:05 +0200 dv  r272773 : CWS-TOOLING: rebase CWS extmgr01 to trunk@272291 (milestone: DEV300:m49)

2009-08-06  Release Engineers  <releng@openoffice.org>  [a91b7413eba043acd6168d52e33d82546a5b2cf7]

        CWS-TOOLING: integrate CWS extmgr01 2009-07-28 15:37:52 +0200 dv  r274410 : #i103856# Create dialog before using it 2009-07-27 15:24:42 +0200 dv  r274368 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-27 14:17:08 +0200 dv  r274366 : #i103831# Made selectEntry virtual so the correct function will be used from the listbox with buttons 2009-07-07 08:23:17 +0200 dv  r273765 : #i102666# Extension check on startup after office update -> fixed repaint problem 2009-07-06 11:28:28 +0200 dv  r273729 : #i102666# Extension check on startup after office update -> fixed Mac OS X issues 2009-07-02 15:01:35 +0200 dv  r273654 : #i102666# Extension check on startup after office update -> set last checked to never when aborting 2009-07-01 12:18:52 +0200 dv  r273564 : Removed unused variable 2009-07-01 07:25:01 +0200 dv  r273542 : #i102666# Extension check on startup after office update -> better layout 2009-06-30 14:56:16 +0200 dv  r273506 : #i102666# Extension check on startup after office update -> mark incompatible extensions in extension manager 2009-06-30 12:43:55 +0200 dv  r273502 : CWS-TOOLING: rebase CWS extmgr01 to trunk@273468 (milestone: DEV300:m51) 2009-06-29 13:26:54 +0200 dv  r273469 : Now with newline at the end 2009-06-29 11:54:07 +0200 dv  r273462 : #i102666# Extension check on startup after office update -> exit button of dialog disables extensions, too 2009-06-26 16:26:02 +0200 dv  r273428 : #i102666# Extension check on startup after office update -> better progress handling 2009-06-26 14:50:34 +0200 dv  r273417 : fixed crash when shutting down while initial waiting 2009-06-26 14:46:40 +0200 dv  r273416 : #i102666# Extension check on startup after office update 2009-06-24 07:30:57 +0200 dv  r273306 : #i102666# Extension check on startup after update 2009-06-11 12:03:10 +0200 dv  r272863 : #i102666# Extension check on startup after update 2009-06-11 11:59:29 +0200 dv  r272862 : #i102666# Extension check on startup after update 2009-06-09 15:50:05 +0200 dv  r272773 : CWS-TOOLING: rebase CWS extmgr01 to trunk@272291 (milestone: DEV300:m49)

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [470d58152d845c5d3d8e70b49d99c6248bec3d8b]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [d68fb8d79ab7e2552853ca454ad644b79fc23d70]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [1e8572629f10fbc626a9faa63a4fa9d12c47d4b7]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [393a409ca19f72fce0ecc675d37acf3c89551eff]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [93809f675fd29af026927563fa1de77bd4c6204b]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [1c6b22b16782f205ab5c56e4bd4c56b89e35dbc9]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [122ecda1445c0d1a90dfd168029b5f02bd718c85]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [e737c68385280b19f2d02772ee28b6d06e6328d0]

        merged DEV300_m54

2009-08-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [f050180108fca0122152a59fe1965bc89e0ad7ee]

        merged DEV300_m54

2009-08-06  Philipp Lohmann  <pl@openoffice.org>  [cda2521771d4166377f72a811e1801337954b22d]

        #i92516# fix a layout problem, fix a warning

2009-08-06  Release Engineers  <releng@openoffice.org>  [72b0b03c84387f4a783c9991f09bb0fd42c7349a]

        CWS-TOOLING: integrate CWS jsc320 2009-07-31 11:40:04 +0200 jsc  r274518 : #103926# apply patch 2009-07-16 17:17:01 +0200 jsc  r274063 : #i103311# check new Solaris compiler version ox5100 2009-07-07 17:20:41 +0200 jsc  r273811 : cleanup 2009-07-07 15:21:26 +0200 jsc  r273799 : #98322# correct LD_LIBRARY_PATH, sdk/lib dir instead of sdkout/platfrom/lib, all unix excepting mac 2009-07-07 15:07:05 +0200 jsc  r273798 : #i98322# correct link 2009-07-07 09:43:57 +0200 jsc  r273773 : #i98322# correct link path 2009-07-06 15:49:07 +0200 jsc  r273749 : #i98322# correct typo 2009-07-06 14:17:27 +0200 jsc  r273743 : #i103311# support sunstudio compiler 12u1, version 5.10 (which results in 0x5100) 2009-07-03 13:54:58 +0200 jsc  r273693 : #i96576# support opensolaris and enhance docu to relfect usage of gmake 2009-07-02 13:12:02 +0200 jsc  r273643 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:11:30 +0200 jsc  r273642 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:05:35 +0200 jsc  r273640 : #i103260# correct typo for windows 2009-07-02 13:01:34 +0200 jsc  r273639 : #i103260# provide regview with path as argument 2009-07-01 07:18:01 +0200 jsc  r273541 : CWS-TOOLING: rebase CWS jsc320 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 08:01:13 +0200 jsc  r273485 : #98322# include import purpenvhelper lib under windows 2009-06-10 15:07:29 +0200 jsc  r272815 : CWS-TOOLING: rebase CWS jsc320 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 09:36:23 +0200 jsc  r272329 : #i98322# create link for purpenvhelper library in SDK 2009-05-27 09:35:41 +0200 jsc  r272328 : #i98322# create link for purpenvhelpr library in SDK 2009-05-14 16:19:41 +0200 jsc  r271900 : increase version number in SDK header image 2009-05-14 16:11:05 +0200 jsc  r271899 : #i101408# new version 3.2 2009-05-14 15:33:47 +0200 jsc  r271894 : #i99163# apply patch to correct wrong tags for autodoc 2009-05-14 14:49:58 +0200 jsc  r271889 : #i99707# apply patch to remove unused code

2009-08-06  Release Engineers  <releng@openoffice.org>  [ced0d68a1ed76ada3a4908bcc1e2b94d48fd0f47]

        CWS-TOOLING: integrate CWS jsc320 2009-07-31 11:40:04 +0200 jsc  r274518 : #103926# apply patch 2009-07-16 17:17:01 +0200 jsc  r274063 : #i103311# check new Solaris compiler version ox5100 2009-07-07 17:20:41 +0200 jsc  r273811 : cleanup 2009-07-07 15:21:26 +0200 jsc  r273799 : #98322# correct LD_LIBRARY_PATH, sdk/lib dir instead of sdkout/platfrom/lib, all unix excepting mac 2009-07-07 15:07:05 +0200 jsc  r273798 : #i98322# correct link 2009-07-07 09:43:57 +0200 jsc  r273773 : #i98322# correct link path 2009-07-06 15:49:07 +0200 jsc  r273749 : #i98322# correct typo 2009-07-06 14:17:27 +0200 jsc  r273743 : #i103311# support sunstudio compiler 12u1, version 5.10 (which results in 0x5100) 2009-07-03 13:54:58 +0200 jsc  r273693 : #i96576# support opensolaris and enhance docu to relfect usage of gmake 2009-07-02 13:12:02 +0200 jsc  r273643 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:11:30 +0200 jsc  r273642 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:05:35 +0200 jsc  r273640 : #i103260# correct typo for windows 2009-07-02 13:01:34 +0200 jsc  r273639 : #i103260# provide regview with path as argument 2009-07-01 07:18:01 +0200 jsc  r273541 : CWS-TOOLING: rebase CWS jsc320 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 08:01:13 +0200 jsc  r273485 : #98322# include import purpenvhelper lib under windows 2009-06-10 15:07:29 +0200 jsc  r272815 : CWS-TOOLING: rebase CWS jsc320 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 09:36:23 +0200 jsc  r272329 : #i98322# create link for purpenvhelper library in SDK 2009-05-27 09:35:41 +0200 jsc  r272328 : #i98322# create link for purpenvhelpr library in SDK 2009-05-14 16:19:41 +0200 jsc  r271900 : increase version number in SDK header image 2009-05-14 16:11:05 +0200 jsc  r271899 : #i101408# new version 3.2 2009-05-14 15:33:47 +0200 jsc  r271894 : #i99163# apply patch to correct wrong tags for autodoc 2009-05-14 14:49:58 +0200 jsc  r271889 : #i99707# apply patch to remove unused code

2009-08-06  Release Engineers  <releng@openoffice.org>  [e64d8c0b669c52442cedc34a526ce4391827b7df]

        CWS-TOOLING: integrate CWS jsc320 2009-07-31 11:40:04 +0200 jsc  r274518 : #103926# apply patch 2009-07-16 17:17:01 +0200 jsc  r274063 : #i103311# check new Solaris compiler version ox5100 2009-07-07 17:20:41 +0200 jsc  r273811 : cleanup 2009-07-07 15:21:26 +0200 jsc  r273799 : #98322# correct LD_LIBRARY_PATH, sdk/lib dir instead of sdkout/platfrom/lib, all unix excepting mac 2009-07-07 15:07:05 +0200 jsc  r273798 : #i98322# correct link 2009-07-07 09:43:57 +0200 jsc  r273773 : #i98322# correct link path 2009-07-06 15:49:07 +0200 jsc  r273749 : #i98322# correct typo 2009-07-06 14:17:27 +0200 jsc  r273743 : #i103311# support sunstudio compiler 12u1, version 5.10 (which results in 0x5100) 2009-07-03 13:54:58 +0200 jsc  r273693 : #i96576# support opensolaris and enhance docu to relfect usage of gmake 2009-07-02 13:12:02 +0200 jsc  r273643 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:11:30 +0200 jsc  r273642 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:05:35 +0200 jsc  r273640 : #i103260# correct typo for windows 2009-07-02 13:01:34 +0200 jsc  r273639 : #i103260# provide regview with path as argument 2009-07-01 07:18:01 +0200 jsc  r273541 : CWS-TOOLING: rebase CWS jsc320 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 08:01:13 +0200 jsc  r273485 : #98322# include import purpenvhelper lib under windows 2009-06-10 15:07:29 +0200 jsc  r272815 : CWS-TOOLING: rebase CWS jsc320 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 09:36:23 +0200 jsc  r272329 : #i98322# create link for purpenvhelper library in SDK 2009-05-27 09:35:41 +0200 jsc  r272328 : #i98322# create link for purpenvhelpr library in SDK 2009-05-14 16:19:41 +0200 jsc  r271900 : increase version number in SDK header image 2009-05-14 16:11:05 +0200 jsc  r271899 : #i101408# new version 3.2 2009-05-14 15:33:47 +0200 jsc  r271894 : #i99163# apply patch to correct wrong tags for autodoc 2009-05-14 14:49:58 +0200 jsc  r271889 : #i99707# apply patch to remove unused code

2009-08-05  Release Engineers  <releng@openoffice.org>  [bd23fd4fccb509c8acff4827c947af73d6bb46d3]

        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  Release Engineers  <releng@openoffice.org>  [0462ef2f79dd75d5fce4dd3192758c313d0473de]

        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  Release Engineers  <releng@openoffice.org>  [40553b5e383ee02726eeafa8cc44082086399af7]

        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  Release Engineers  <releng@openoffice.org>  [3f84a2c1f3063e7a0bed8762986b6e33bbc7202d]

        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  Release Engineers  <releng@openoffice.org>  [2402421ffe33e7e5ae2f8f6f5fb86b5acf26ad2b]

        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  Release Engineers  <releng@openoffice.org>  [21dcf6342c4b8a0e1a7b6ae961e0e135e518458e]

        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  Release Engineers  <releng@openoffice.org>  [b851d9ab1d1958df7af0471629b39ec9ea9ad4b1]

        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>  [aafa25d0a440418cbcff23521862eadcc3c1466f]

        get rid of old cruft

2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [712176f85a73d77d7cfef92350ebfaa3d30ef79f]

        get rid of old cruft

2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [4bcda09aeec59e01797f96a163f408b642491a46]

        #i96606# fix API print (no dialogs)

2009-08-05  Philipp Lohmann  <pl@openoffice.org>  [e22c6a289e98b6ee7889b41851cad6fff5b67361]

        #i103253# #i103252# fix headless printing, duplicate free

2009-08-05  Release Engineers  <releng@openoffice.org>  [0c53c31250a1e5f51beee0da5b8074dd4efa745a]

        CWS-TOOLING: integrate CWS sb108 2009-07-03 09:29:08 +0200 sb  r273678 : #i100407# reverted previous -c 269874 again (will be obsoleted by CWS moz2seamonkey01 soon, anyway) 2009-06-23 10:22:43 +0200 sb  r273261 : missing dependency 2009-06-22 12:35:51 +0200 sb  r273214 : CWS-TOOLING: rebase CWS sb108 to trunk@272827 (milestone: DEV300:m50) 2009-03-23 15:44:53 +0100 is  r269881 : #i100443# patch for bsd builds 2009-03-23 14:56:31 +0100 sb  r269874 : #i100407# fix for FreeBSD (patch by maho)

2009-08-05  sb  <sb@openoffice.org>  [483dcdaf3784f69f7a233670fde8f3c950d21b1e]

        merged in DEV300_m54

2009-08-05  sb  <sb@openoffice.org>  [35235ced9cdc59f312e6259cf1cdda8e1aa5a623]

        merged in DEV300_m54

2009-08-05  sb  <sb@openoffice.org>  [6a7d20b8657fd35cf0385f931f8e1579aef8ae17]

        merged in DEV300_m54

2009-08-05  sb  <sb@openoffice.org>  [a19da7e430625dd6b2db50d6d62ab72dd113e984]

        merged in DEV300_m54

2009-08-04  Kohei Yoshida  <kohei@openoffice.org>  [00937e3a0c28ae5461de8ca3cfbdf93cf06f1cbc]

        A little better image set for the single-action buttons, based on the corresponding screenshot in IBM's spec.

2009-08-04  Philipp Lohmann  <pl@openoffice.org>  [1b4b6cfb19e8e73c804ac394394311581a4618c9]

        fix warnings

2009-08-04  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fcf218e305bd14056d810b5f25449373c0b67dc9]

        merge to m54

2009-08-04  Release Engineers  <releng@openoffice.org>  [fecfc136e8d805e349ce68e99999e620cb904852]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [c0bfd066e3d8355d35c2ea22d5a98ac7f43406da]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [211dce571775ee68aa32a74a92645fc6caf148fb]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [9a102bdcd40f6a93f96a66ed97fd452b2748057a]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [327b6b4eb153bd8c5d367ce8f7d63b041f7af071]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [3e2f5ba7b8f50e009ea6e457b97447af2e090a80]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [3b4220fcee6f82ea4ff337e532d96ae613dc4dbf]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [b182d1f3dbcd6590e03475301e1ba4bfffdbf505]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [2cb47c5b89bd896be8cd0a3565d9bdf22b8b3a69]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [9421f6977b5311a73dd2faa5cdd2c9fdeb4e89d3]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [7dca3e4a3b57c2a54519f6112f950d20674238c1]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Release Engineers  <releng@openoffice.org>  [399bd6c07a9d0675379f864ff7cc629c90e4b868]

        Create DEV300_m54 milestone tag from trunk@274621

2009-08-04  Thomas Lange  <tl@openoffice.org>  [c195e304f8df070971e77038a17ea3e09f1fbd36]

        #i101242# new print UI

2009-08-04  Thomas Lange  <tl@openoffice.org>  [89b70cad0e882861714d7a158c21a1fceca921a1]

        #i103991# fixed crash

2009-08-04  sb  <sb@openoffice.org>  [87e015316ef37932abfc3f9572434b18df469dae]

        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)

2009-08-04  sb  <sb@openoffice.org>  [ce8633f273a9963f6585261b6c522b854fd34589]

        #i101955# consolidating xcs/xcu files in xcd files (for now in new postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)

2009-08-04  Andreas Bregas  <ab@openoffice.org>  [f515be4ed49482c3a8a62c7dc9e70b0f64b488b2]

        #i102261# Added OOo file header

2009-08-03  Kohei Yoshida  <kohei@openoffice.org>  [8802d45ff2523326cef7bf62cee92cd3809ada86]

        Launch the popup window right-aligned with the cell if the cell is wider than the width of the popup.

2009-08-03  Kohei Yoshida  <kohei@openoffice.org>  [78b7cf3e05df965564fdebac18c4f80acd594119]

        Fixed naming inconsistency: Src -> Scr

2009-08-03  Kohei Yoshida  <kohei@openoffice.org>  [a1f35730b44c135dbb0883e2df1ee1a817a815a2]

        Fixed text zooming issue where the text was not scaling properly per current zoom level.

2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [a793801516881bf70ffbf7dcb8284d53a0f2246d]

        #i92518# latest fashion updates

2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [360a88378c48cba41958327bb05c8d82f82ba234]

        #i92518# latest fashion updates

2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [9318ceab8acced650a36d7e0e13720c01645ba13]

        #i92518# latest fashion updates

2009-08-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ff6b2cadef0394f0c6448ee31b3b8aae3126b44b]

        #i10000#, #i103736# - previous change broke build without WITH_LANG set

2009-08-03  Thomas Benisch  <tbe@openoffice.org>  [56fc7c38cd373d782d2f2c79157aa268847828d2]

        #i12587# warning

2009-08-03  Philipp Lohmann  <pl@openoffice.org>  [aa1bc916363ca7ad301aea22bb2e162aadad784b]

        #i92518# latest fashion updates

2009-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88774706fead55380f64469ee51986040bb16bc]

        #i10000#: direct call of tool lngconvex replaced with $(LNGCONVEX)

2009-08-03  Thomas Benisch  <tbe@openoffice.org>  [3c67467a2ddacc7ffb0130cde1879ea6b9c00e80]

        #i12587# compile error

2009-08-03  Daniel Rentz  <dr@openoffice.org>  [19f1847f65b5cd02fac10e73947584659300e263]

        #i12587# suncc warning

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [79a0372102d3804b2917b089cf087403b0a1c041]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [73c00fea2943a9d1310dbd575755375043449f26]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [6dcf85694ebb5eb0925eaf6d13bb1df73344fbc6]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [555cb390d2bffdd7fde2e86e3141f83a2f63017a]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [8baea37360aa2da89c0156c4d735df242a377dc4]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [d71106ccfeb0e0b1e5c1e5dab354537d6dec1876]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [038da7d89a746a9943231ecb5027c0f67ffa5379]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [d660523d686f1085077b44c9d1b5c79a1724b9d6]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [f1c760737a33e1afc96d949149f6104fff110976]

        #i92518# lates UI changes

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [f6914ef7a3a9821fa0e81e0025dbc0752140fb92]

        #i92518# special handle PrintRange subgroups

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [27324679eba1bc69f026a846b2605e8ccff71a35]

        #i92518# label layout, set correct tab page size

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [167cb4386db37471d9038e4b9d52a91d76885d79]

        #i92518# border for page preview

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [592a5f3139812ee92f86e0f135da6f0c317f5624]

        #i92518# adjust button line margin

2009-08-01  Philipp Lohmann  <pl@openoffice.org>  [b80cb739622f8e2d3bf385249f950803c0e3c8ac]

        fix a warning

2009-08-01  Kohei Yoshida  <kohei@openoffice.org>  [73cabf9a263d8ca4e8ef9a84ae9cd04d1df1aaab]

        dismiss the popup window when the sheet is scrolled etc.

2009-08-01  Kohei Yoshida  <kohei@openoffice.org>  [41eedbe32033a7d11c1027a5561f46453324d105]

        Button pressing animation for autofilter buttons.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [3989ce308969f2eb5ae0e147518fb2a711868c65]

        Extracted the autofilter hit handling code into its own method.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [ba3f18f4ab3a93264fd67ce956dfad96e74249f5]

        Draw the autofilter arrow button the same way as the field popup button.  This will temporarily break autofilter's push animation and mouse pointer hit analysis.  Also made the popup button a little wider.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [05b32c409e8984e3e24ee2a20d4bc21683f0b600]

        Draw black border around the popup arrow.  It looks better this way.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [e4228cc6472975a438aaa428a3562bd727c4a83f]

        Handle optional property values of DataPilotSource more gracefully.  We need to allow the data provider to not support those optional properties.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [140a7e79d697b679c5c2a3b5ffe00c91f8cb9585]

        We append an extra title row only for xls import, not for ods import.

2009-07-31  Thomas Benisch  <tbe@openoffice.org>  [023b6bafcc2f62f4ae6d09f8f846c0304d9734e9]

        #i12587# warning

2009-07-31  Thomas Benisch  <tbe@openoffice.org>  [0a17bfae6b66d69dea16038714dc000f66e89218]

        #i12587# warning

2009-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a449d84afe0a370eb8fd4a6be96f001af8fc04fc]

        #i10000#: needed for solaris compiler: implement SwWW8Writer::Write(SwPam&, SvStream&, const String*)

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [4035deddeb5c0301a010047a709ef872f952e775]

        Script to output the remaining efforts as csv.

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [b73365cbd1a3f5526bcbaffdbb3a067760312c44]

        Do not use temporary files in favor for pipes.

2009-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [245232fece90430b382072a247fbb7a45e73d8cd]

        #i10000#: call to a aBlockTextPrimitive(): adapt first parameter to interface definition

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [46413af96c1eb89089625d3e4145d1b13ae19531]

        xsls to generate the OOXML scanner using OOXMLFactory

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [325ef23b6666052abc735f1faf1e9aaab5186579]

        no using stage3, too

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [ff4c703d1fc0a3ea4651d6b65c347b0ef2686ed0]

        xsl extract efforts needed

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [0394da88784e49b815b0488a4856e2ae6f65f1d0]

        xsl extract elements which need work

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [276c0327808f8ae7e828e6caaffd372cb2c38755]

        xsl extract elements with no status from analyzed module

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [8c4f640e82c38f7085dd8fa74735e7fac3aa7e0f]

        xsl for stage 3 of model analysis

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [cf64797cb268fbca3e38938f5c2f52b517d44d87]

        xsl for stage 2 of model analysis

2009-07-31  Thomas Benisch  <tbe@openoffice.org>  [1deb103bcaef084671dd319d941465a1336fc2ac]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [c6f9aee14c172e2bd586ea08d53629ee9db0a896]

        Factory for the new model of generating the OOXML scanner

2009-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [db82809ff63d391907278e45e55616db1bfdbf06]

        #i10000#: (merge error): proper initialization of xDataProvider

2009-07-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [b7231d22c795059615e3487e7f68b9b91c547c4e]

        ignore certain namespaces when analyzing model

2009-07-31  Daniel Rentz  <dr@openoffice.org>  [d7b4f28448f8b5557702cb2b445cb8b96898520d]

        #i12587# preparation for chart-shapes: count DFF drawings dynamically

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b623a060579e313669a3de072cc0d1b623894f]

        chartshapes: merge with DEV300 m50

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9f0066f90070929897db291892043e3e95eff64]

        chartshapes: merge with DEV300 m46

2009-07-31  Daniel Rentz  <dr@openoffice.org>  [0a9ccd2034bb41758b261ef811a378fd7a0bad40]

        #i12587# preparation for chart-shapes: count DFF drawings dynamically

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5d79ba0c2c3a07331406eb0f3bbb3d40986320f]

        chartshapes: merge with DEV300 m50

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb1e977a36bfeebf17c57a167238c610c74be783]

        chartshapes: merge with DEV300 m46

2009-07-31  Daniel Rentz  <dr@openoffice.org>  [37bbff899130b5e5bad9922a4f2da1f7db457916]

        #i12587# preparation for chart-shapes: count DFF drawings dynamically

2009-07-31  Daniel Rentz  <dr@openoffice.org>  [047ad983dddeeb42350665a80611eb46c8bc91f9]

        #i12587# preparation for chart-shapes: clarify usage of bool parameter in EscherEx::InsertAtCurrentPos()

2009-07-31  Mathias Bauer  <mba@openoffice.org>  [78fe4e5d494327cd0d0ea21f1663b1722583629e]

        dependency errorneously removed

2009-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4804c61a7fd696db38d417a2f56a1abd0b0775cc]

        #i10000#: twice declared method (merge artifact), remove one

2009-07-31  Daniel Rentz  <dr@openoffice.org>  [a6e996f636f6b0f971284107d550842fda489f5e]

        #i12587# preparation for chart-shapes: count DFF drawings dynamically

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ca49c550711b36d822eb9ffed0322101a9ab55]

        chartshapes: merge with DEV300 m50

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [fef2f67ef7f3d49cc5b9bab8b2f21e2004cdfb16]

        Don't forget to update the toggle-all check box after each single selection.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [10607279f3091b644156ed82f651fc9d3ce8372d]

        Quick help strings for the single-selection buttons per spec from IBM.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [8dca6ccdde0d337c113217562c3a9f594ddbc155]

        Implemented single-select buttons.  It's fully functional.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [0bb56f1f94084cc1a7ad2d4c1976a032a1e37c6c]

        Added two placeholder images for the single-select buttons in the popup window.

2009-07-31  Kohei Yoshida  <kohei@openoffice.org>  [69e8adefda15685dc09b7af00fd6743c1937c4c7]

        Implemented "toggle all" check box per IBM's spec.

2009-07-30  Kohei Yoshida  <kohei@openoffice.org>  [e5fb7fa24c796e7e608e6aa392ef8fb1900a4ee7]

        removed unused method.

2009-07-30  Kohei Yoshida  <kohei@openoffice.org>  [4c1e7fbbd53c669ae6f274a24a7ac73c7107ceaf]

        Removed unused code after the switch to SvxCheckListBox.

2009-07-30  Kohei Yoshida  <kohei@openoffice.org>  [58a98fbb38dc78eba9768cebfc1e6215fbe97306]

        Used SvxCheckListBox to implement the check list box instead of rolling my own.

2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [d88fd8b7532a5c5564044f27bac699c064ab1a75]

        fix a warning

2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [8cee10d466e46d4f159e639809b7ceae4495355a]

        #i92518# label cleanup

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [344dac6a28671ddeb56b56ceb1993db5bc0252e5]

        merge to m53

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [d20634b363699ac4b2105dc0fb7723fa67d72026]

        merge to m53

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [7e4be2636727f4d2ba1a74087ec9a1c39f74bfcd]

        merge to m53

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [34a3d99f8ca779c852452ba6bd646ed796f45247]

        merge to m53

2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [ea2ff673857fc3a973ab828ffb9b5b32a2c99689]

        #i92518# reverse print

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3280419c5ad24d65beced46ee55a189f993926cc]

        #i10000#: add missing 'using ::com::sun::star::lang::XMultiServiceFactory' statement

2009-07-30  Philipp Lohmann  <pl@openoffice.org>  [20914171a71d95d9451c4e3743f2fcf62045418d]

        #i92518# n-up ordering

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd2ecdf9de935b75110eb1e813197c785bea02f7]

        DEV300

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [de05a247d864fc65ed94bdec30602eae1d0bb430]

        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>  [cbe90db8b0736df296d38e134771c7e6ca237368]

        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>  [854b9eeffec7681a78b7c6467c02ab5a44a14435]

        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>  [ec5603d236bda81a877cc7a13fe6aa2e7a8ce63f]

        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>  [02398dcef2be4369c893edc597849391e18d677f]

        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>  [a439835cc8ed03f3c834f5688a2c5b5da87a3225]

        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>  [6f6d592033ba648c56b87c7f646ab394162201d7]

        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  Thomas Lange  <tl@openoffice.org>  [0549373763a98ed4ee5acbc7e7da972ffc3978a7]

        #i101242# fix part of the crash when exporting to PDF

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [80ce7e5e97f52b5a900b8a09d232656fa75f3cb0]

        CWS-TOOLING: integrate CWS filepicker02 2009-07-24 16:20:33 +0200 cd  r274312 : #i95152# Use trimTrailingBlanks() correctly 2009-07-21 14:41:50 +0200 cd  r274197 : #i103566# Makes fixes for MinGW port 2009-07-20 10:45:57 +0200 cd  r274112 : #i95152# Return empty string when there are only blanks 2009-07-17 14:53:51 +0200 cd  r274093 : #i95152# Old Windows file picker implementation now trims trailing blanks like the new Vista file picker 2009-07-17 09:45:38 +0200 cd  r274080 : #i99759# Apply stability fixes from CWS filepicker01 to help QA 2009-07-17 09:00:26 +0200 cd  r274078 : #i95336# Extend SfxApplication to reset last used directory 2009-07-17 08:59:10 +0200 cd  r274077 : #i99759# Apply fix from filepicker01 to filepicker02 to help QA 2009-07-17 08:58:45 +0200 cd  r274076 : #i99759# Apply fix from filepicker01 to filepicker02 to help QA 2009-07-16 16:08:17 +0200 cd  r274059 : #103566# Use AddPlace as a fallback for directories which are not change the current folder 2009-07-16 11:54:26 +0200 cd  r274038 : #i103566# Use provided folder and filename to decide to set the folder in the file dialog 2009-07-15 17:19:47 +0200 cd  r274016 : #i95336# Set flag to true to force the file picker to use the default working path. 2009-07-14 14:49:48 +0200 cd  r273977 : #i103346# Set work path flag to indicate file picker to use work path once 2009-07-14 14:47:49 +0200 cd  r273976 : #i95336# New configuration entry for work path changes via Tools-Options 2009-07-14 14:46:19 +0200 cd  r273975 : #i95336# Force file picker to use a changed work path once 2009-07-14 10:19:54 +0200 cd  r273961 : #i103346# Add new advice for file picker usage. Especially for Windows Vista and higher. 2009-07-09 10:32:08 +0200 cd  r273852 : #i97053# Use SetFolder()/AddPlace() for Open dialog, too. 2009-07-06 14:59:06 +0200 cd  r273746 : #i103346# Destroy dialog instance within close handler to prevent problems with custom controls under Windows 2009-07-03 15:25:48 +0200 cd  r273707 : #i94054# Add resource access to read localized labels for custom controls. Use SetControlLabel to set the localized label

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd431e5d75389aa997300bb9f31afb408fec13b8]

        CWS-TOOLING: integrate CWS filepicker02 2009-07-24 16:20:33 +0200 cd  r274312 : #i95152# Use trimTrailingBlanks() correctly 2009-07-21 14:41:50 +0200 cd  r274197 : #i103566# Makes fixes for MinGW port 2009-07-20 10:45:57 +0200 cd  r274112 : #i95152# Return empty string when there are only blanks 2009-07-17 14:53:51 +0200 cd  r274093 : #i95152# Old Windows file picker implementation now trims trailing blanks like the new Vista file picker 2009-07-17 09:45:38 +0200 cd  r274080 : #i99759# Apply stability fixes from CWS filepicker01 to help QA 2009-07-17 09:00:26 +0200 cd  r274078 : #i95336# Extend SfxApplication to reset last used directory 2009-07-17 08:59:10 +0200 cd  r274077 : #i99759# Apply fix from filepicker01 to filepicker02 to help QA 2009-07-17 08:58:45 +0200 cd  r274076 : #i99759# Apply fix from filepicker01 to filepicker02 to help QA 2009-07-16 16:08:17 +0200 cd  r274059 : #103566# Use AddPlace as a fallback for directories which are not change the current folder 2009-07-16 11:54:26 +0200 cd  r274038 : #i103566# Use provided folder and filename to decide to set the folder in the file dialog 2009-07-15 17:19:47 +0200 cd  r274016 : #i95336# Set flag to true to force the file picker to use the default working path. 2009-07-14 14:49:48 +0200 cd  r273977 : #i103346# Set work path flag to indicate file picker to use work path once 2009-07-14 14:47:49 +0200 cd  r273976 : #i95336# New configuration entry for work path changes via Tools-Options 2009-07-14 14:46:19 +0200 cd  r273975 : #i95336# Force file picker to use a changed work path once 2009-07-14 10:19:54 +0200 cd  r273961 : #i103346# Add new advice for file picker usage. Especially for Windows Vista and higher. 2009-07-09 10:32:08 +0200 cd  r273852 : #i97053# Use SetFolder()/AddPlace() for Open dialog, too. 2009-07-06 14:59:06 +0200 cd  r273746 : #i103346# Destroy dialog instance within close handler to prevent problems with custom controls under Windows 2009-07-03 15:25:48 +0200 cd  r273707 : #i94054# Add resource access to read localized labels for custom controls. Use SetControlLabel to set the localized label

2009-07-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e0b9b120030123ebb7442271c50d9992ec31fe]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bf6f1976814b5488c4572954dbadf624a4130cf]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [35ab9bfcde933043b98197bb10e07992e2b8b9cd]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a013040879f34aa9ba69a86c86fa940691c0dc70]

        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-30  Philipp Lohmann  <pl@openoffice.org>  [8016f0dd6bc55e33668a051618f6e18a4c85b31c]

        fix resource manager handling

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [572c44a17ff476581d25bc49e42fe3d5bc3199f7]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [1a703ea6fc9f5615f485779164d1cde9c4f93d02]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [419fa1df08feb265c9e777f8054ff4deca296912]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [44174c5a30d47320779820c5f494785d27aab172]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [5800b0e7a1898f88fd675baf5f1e86b8a3b268ad]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [2484e4f7faa1f052ff48d2192ffb5931a71faa8f]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [05a1db9d3e14f223a2160902ce3f076bed2f7ce2]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [5518e93f0d8c739938783054082eeda4c1c0d06b]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [000a2b1861c4593d338853eacd1f17886fa0d23e]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [4f45111532eba3c230521a5a41fa18e0bf9559b4]

        more dependencies fixed

2009-07-30  Mathias Bauer  <mba@openoffice.org>  [f867b6a89e89898fd16a63a227d8858bdc0276d9]

        more dependencies fixed

2009-07-30  Kohei Yoshida  <kohei@openoffice.org>  [e55664992c9182d89988ca1253693c012c806930]

        Ctrl-D to launch the dp field popup window, the same way it launches the page field window.

2009-07-30  Kohei Yoshida  <kohei@openoffice.org>  [34310d90da930c12be486d88cc3a478fa650ba57]

        Draw borders around the list member box.

2009-07-29  Daniel Rentz  <dr@openoffice.org>  [eca5a787a8cd60bb00de5d56437ef471f04898ba]

        #i12587# dump more DFF records

2009-07-29  Daniel Rentz  <dr@openoffice.org>  [7efff76946e4f45e38efb56313068295746707c9]

        #i12587# small fixes for BIFF import, preparations for BIFF export

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0d1639b6980f0995fbb57049bb4d3dd72187a6]

        CWS-TOOLING: integrate CWS native258_DEV300 2009-07-16 13:55:09 +0200 is  r274050 : #i103569# providing minor and micro for udpate database

2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [3d292304d4a5c8135558a76d1ff7e819326cff83]

        #i92516# make native implementation more palatable

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f49a93241f55e9105bea2920ea5d424517cfcc81]

        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>  [5400d9e9a5135951b4974aab371846e6c852761b]

        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>  [b1afe0f67dca54e3deec4110f1760dd4880e6762]

        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>  [24362c8045b7b8b28dba0509b8602c917f9ff84f]

        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>  [331241fb1aacd89db473580d2a06e757da72ea12]

        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  Mathias Bauer  <mba@openoffice.org>  [aabe7340e4f54ef88cded4941cbdef5489dbb190]

        #i103200#: remove superfluous dependencies

2009-07-29  Mathias Bauer  <mba@openoffice.org>  [f7e53a8a8b904088bdaac593117fe6ef29d2a311]

        #i103200#: remove superfluous dependencies

2009-07-29  Thomas Lange  <tl@openoffice.org>  [43efd2ef6047bd910f6b1236ad18be9f3f396c59]

        #i101242# PDF export crash fix for 0 page count

2009-10-08  hg  <hg@oosvn01.>  [4b5aabc1ea081e6bdbf45543f29c69a156fbcbf2]

        merge with m53

2009-10-08  hg  <hg@oosvn01.>  [1be65d8d38fc32e70eaed59b99dba6eb0233eda3]

        merge with m50

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [40824128b26ae5f003d579b6ff312152df9a6d9f]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [32cd63b065ce197e0e141177e3cde3858e8f91c0]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6488a6aeb9a5c5ed6cd18f37d29b91ef992588e5]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c83e2b5012dd8a56c044125e7fb85e8455c10cfe]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [edd0538428b1a2d2b785f0d3ca343aac1fc2d971]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a69a01fcb415209a53236dae31cb8c658cec95a8]

        CWS-TOOLING: integrate CWS dr71 2009-07-07 16:26:00 +0200 dr  r273805 : #i10000# unused variables 2009-07-07 10:27:14 +0200 dr  r273780 : CWS-TOOLING: rebase CWS dr71 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 11:28:24 +0200 dr  r273559 : #101471# special handling for XL library functions in ODF formulas (EUROCONVERT) 2009-06-29 17:48:46 +0200 dr  r273478 : #i101471# typo 2009-06-29 17:35:16 +0200 dr  r273477 : #i101471# import msoxl: formulas from conditional formatting and data validation 2009-06-18 13:45:17 +0200 dr  r273115 : #101471# changed interface css.sheet.XFormulaParser 2009-06-18 13:44:43 +0200 dr  r273114 : #101471# changed interface css.sheet.XFormulaParser 2009-06-17 17:29:23 +0200 dr  r273089 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, make rel-refs from msoxl: namespace working 2009-06-17 17:28:39 +0200 dr  r273088 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:28:19 +0200 dr  r273087 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter 2009-06-17 17:27:19 +0200 dr  r273086 : #i101471# extend the XFormulaParser interface with a ReferencePosition parameter, remove that property from FormulaParser service 2009-06-17 12:52:20 +0200 dr  r273059 : #i101471# import cell formulas from msoxl: namespace 2009-06-16 11:40:50 +0200 dr  r273013 : #i101471# import formula namespace from xml elements 2009-06-12 18:34:13 +0200 dr  r272935 : #i101471# external formula parser for oox in odf 2009-06-12 18:33:13 +0200 dr  r272934 : #i101471# external formula parsers 2009-06-12 18:29:46 +0200 dr  r272933 : #i101471# external formula parsers 2009-06-05 15:53:47 +0200 dr  r272705 : #i101471# provide OOX formula parser as UNO service

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [24365b5de833aa8bf0c98d0ffc614f4d7164cd33]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2f490169ee8fe6b23c204713453e7fa1cd6a168]

        CWS-TOOLING: integrate CWS perftest09b 2009-07-22 08:34:25 +0200 lla  r274216 : #i103694# use bash as shell 2009-07-21 12:33:51 +0200 lla  r274178 : #160203# 2009-07-20 13:42:20 +0200 lla  r274124 : #106358# add helper tool to get access to rpm in the environment for SOI 2009-07-20 12:43:26 +0200 lla  r274119 : #i103656# compatiblity

2009-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [72fba2cc5f5bcb9a2607a02c2fe5d35175ad4e2a]

        CWS-TOOLING: integrate CWS perftest09b 2009-07-22 08:34:25 +0200 lla  r274216 : #i103694# use bash as shell 2009-07-21 12:33:51 +0200 lla  r274178 : #160203# 2009-07-20 13:42:20 +0200 lla  r274124 : #106358# add helper tool to get access to rpm in the environment for SOI 2009-07-20 12:43:26 +0200 lla  r274119 : #i103656# compatiblity

2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [3599f931a9a021209c1ea0da8bec8d9d07664021]

        #i92516# resize dialog if details get to large

2009-07-29  Philipp Lohmann  <pl@openoffice.org>  [a155b13c1e9f7367724c0f24e1bc2ac6397be6ce]

        fix a warning

2009-07-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [86ddb7c092eaf2114860e0976ef50d8bf1d78065]

        changed WRITERFILTERSTATUS comments

2009-07-29  Thomas Lange  <tl@openoffice.org>  [3c93e8d423b0f7c3f448fd1e7ccf06fce0b307cd]

        #i101242# print-preview toolbar changes

2009-07-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [94183e9b3c2d19def749263f93aa87d47f4e6433]

        cleaned up WRITERFILTERSTATUS comments

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [bbca31dd7f98e9e1c7f79be366191f7d39430877]

        #i92518# adapt UI spec

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [f13d8939b34c57bc3c7f846ca13c2a627e5cafe8]

        #i92518# adapt UI spec

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [f422351fa871d62487e0d9fed623004f5f9a5649]

        #i92518# adapt UI spec

2009-10-08  hg  <hg@oosvn01.>  [e87b2a64e10b7eed56f7ac6ff8aecb9594378a21]

        merge with m53

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [37ffeb1909760acf7a7423743419c1c1460abb32]

        #i92518# adapt UI spec

2009-10-08  hg  <hg@oosvn01.>  [f4bb88b193bcf22dafb45165a5d1c0b5b3de3850]

        merge with m53

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [e7286139948ddc699c969b946dda5b88738e1d07]

        #i92518# adapt UI spec

2009-10-08  hg  <hg@oosvn01.>  [f583724a28504c9d0bd710e87b760b9a0c903e43]

        merge with m53

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [6c352e02d29d4da91d3c9a5c4add344b8696faed]

        #i92518# adapt UI spec

2009-07-28  Thomas Benisch  <tbe@openoffice.org>  [19df9b7556eb80da61d815f526451e81a1b13ce9]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-28  Ivo Hinkelmann  <ihi@openoffice.org>  [74df1df6c1fa75c21caa4bc16d4c9eaae6128bc7]

        #i10000# #i103809# don't test for empty localize.sdf files

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [64113199a48a5def583228d971b1227417e58d86]

        CWS-TOOLING: integrate CWS aw076_DEV300 2009-07-16 15:59:57 +0200 aw  r274058 : #i103454# added grow possibility for block text in the 'other' direction

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e2bd0e1c52797fab0321d5909eafdf7072fcf14]

        CWS-TOOLING: integrate CWS sw311bf01_DEV300 2009-07-21 17:05:41 +0200 od  r274207 : #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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1729a188555ab18269b793726eb72e8cd9217773]

        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>  [6a839e2cd28d2e31b2b7f0c39fa4d944ad6130be]

        CWS-TOOLING: integrate CWS smoketest23 2009-07-27 14:24:59 +0200 kz  r274367 : #159577# correct permission after calling admin.pm 2009-07-22 15:45:19 +0200 kz  r274245 : #159577# create path before calling admin.pm 2009-07-10 17:45:31 +0200 kz  r273904 : #159577# fix for cygwin 2009-07-10 17:41:12 +0200 kz  r273903 : #159577# dif. lineend fixed 2009-07-01 17:32:09 +0200 kz  r273608 : #159577# an exithandler can be used from smoketest 2009-07-01 17:27:50 +0200 kz  r273607 : #159577# now smoketest can use admin.pm for installation on windows

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [97386ba33ed64ef5f3d6739d7334f5c40c12442b]

        CWS-TOOLING: integrate CWS smoketest23 2009-07-27 14:24:59 +0200 kz  r274367 : #159577# correct permission after calling admin.pm 2009-07-22 15:45:19 +0200 kz  r274245 : #159577# create path before calling admin.pm 2009-07-10 17:45:31 +0200 kz  r273904 : #159577# fix for cygwin 2009-07-10 17:41:12 +0200 kz  r273903 : #159577# dif. lineend fixed 2009-07-01 17:32:09 +0200 kz  r273608 : #159577# an exithandler can be used from smoketest 2009-07-01 17:27:50 +0200 kz  r273607 : #159577# now smoketest can use admin.pm for installation on windows

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [29da2639353762a64673d6ae5b32a36045caa7d3]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbce7b8a5901b4f41c8814849f4422588d7807c9]

        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  Henning Brinkmann  <hbrinkm@openoffice.org>  [10e4301904ea50214074bbf8f6f83d4a0d172d11]

        corrected/completed annotation for WRITERFILTERSTATUS

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a66af660064c16336309de2fa787cc1ca044c4]

        CWS-TOOLING: integrate CWS jl130_DEV300 2009-07-15 08:29:18 +0200 jl  r273988 : #160194# patch flag for javaldx and sunjavaplugin

2009-07-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [7eaee88a1491c66c229ef3c786acd0e02d89e4e5]

        - integrated stage2 - status infos DO follow case labels - do not take commented out lines - do not take lines containing "WRITERSTATUS:" into account if they have no "done: " inside

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb7a62d095c5aebd1f7fd0889d0d8e87ae32dca6]

        CWS-TOOLING: integrate CWS automationdev300m52cat1 2009-07-21 13:08:30 +0200 tbo  r274185 : #i103649# svn propset svn:ignore --revprop hid.lst . 2009-07-15 10:29:39 +0200 msc  r273992 : #103560 2009-07-15 10:04:37 +0200 msc  r273991 : #103557#

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [7980eecf81d9e4dbf370c3a13b96e4979c7923cf]

        #i103496#: remove superfluous dependencies in agg

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c0eee7ed36e6c466c79a9ba195bcce64311103c]

        CWS-TOOLING: integrate CWS so91s10u8_DEV300 2009-07-21 09:12:39 +0200 releng  r274160 : #b6835838# 2009-07-21 09:10:03 +0200 releng  r274158 : #b6836360# 2009-06-26 16:18:53 +0200 releng  r273427 : #i10000# remove wrong elsif lines 2009-06-26 13:54:07 +0200 obo  r273408 : #b6836339#,#b6835838#,#b6836573#,#b6836360#,#b6840384#,#b6836711#,#159633#,#159138#,#b6838895#,#b6836340#,#b6836712# initial changes

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fd3b3464b9835438cc4809a0290dac195a25412]

        CWS-TOOLING: integrate CWS so91s10u8_DEV300 2009-07-21 09:12:39 +0200 releng  r274160 : #b6835838# 2009-07-21 09:10:03 +0200 releng  r274158 : #b6836360# 2009-06-26 16:18:53 +0200 releng  r273427 : #i10000# remove wrong elsif lines 2009-06-26 13:54:07 +0200 obo  r273408 : #b6836339#,#b6835838#,#b6836573#,#b6836360#,#b6840384#,#b6836711#,#159633#,#159138#,#b6838895#,#b6836340#,#b6836712# initial changes

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [e2b51a413eb57615482b40c7328a3cec3d96843f]

        #i103496#: remove superfluous dependencies in external libraries

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [2a2ce92adee00ec2b600f500d623dd4c9cbb8e31]

        #i103496#: remove superfluous dependencies in external libraries

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [4783cac5ec4457ed6850fabd874d61aaa4cb1a03]

        #i103496#: remove superfluous dependencies in external libraries

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [d13a606f632a1542606e1594cf7b5e2e70e462bb]

        reenable pch for sw

2009-07-28  Mathias Bauer  <mba@openoffice.org>  [50c437bd707831c85c3587f6a773917a7df695c9]

        reenable pch for sw

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [62ebbb006b4a11974e14dd61d3c453a98336f951]

        CWS-TOOLING: integrate CWS os131 2009-07-14 15:57:33 +0200 os  r273979 : #i103542# no access to members after deletion 2009-06-15 13:18:52 +0200 os  r272980 : #i40827# wrong param in Copy() fixed 2009-06-15 10:09:27 +0200 os  r272964 : #i40827# first document copied with storage, later only copy SwDoc 2009-06-11 10:37:51 +0200 os  r272851 : CWS-TOOLING: rebase CWS os131 to trunk@272827 (milestone: DEV300:m50) 2009-06-08 10:07:50 +0200 os  r272721 : #i40827# warnings fixed 2009-06-04 16:31:04 +0200 os  r272644 : #i40827# enable document copies - inactive

2009-07-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e52df004a1c710162ac6d871d7f6ecd4b36127de]

        #i103736# avoid additional dependencies showing up on the rsc commandline

2009-07-28  Thomas Lange  <tl@openoffice.org>  [938fa6d43dbf395adc0aaee52d694ccd815fc8ad]

        #i101242# print-preview toolbar changes

2009-07-28  Thomas Lange  <tl@openoffice.org>  [6b63200ad4d2a5036341b870c4fd830cdb2457c0]

        #i101242# print-preview toolbar changes

2009-10-08  hg  <hg@oosvn01.>  [e85524ae7dca40a8829fcbbaf597b57f76f7c60b]

        merge with m53

2009-07-28  Philipp Lohmann  <pl@openoffice.org>  [d5f589e89e11326a62312647db3052d52f07de62]

        #i92518# need sensible defaults for N-Up printing

2009-07-28  Oliver Bolte  <obo@openoffice.org>  [ccb650b0cd87b1a5343b35fa78d667b170aef2dd]

        #i10000# WITH_MOZILLA=NO removed for unxlngx6

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff7d04cc94211426caad7fb61b56b5a6820e2166]

        CWS-TOOLING: integrate CWS automationdev300m53cat0 2009-07-27 13:27:22 +0200 wg  r274360 : i103764 2009-07-27 13:24:16 +0200 wg  r274359 : i103764 2009-07-27 13:15:37 +0200 wg  r274358 : i103764 2009-07-27 13:11:56 +0200 wg  r274357 : i103764 2009-07-27 13:08:44 +0200 wg  r274356 : i103764 2009-07-27 12:47:24 +0200 wg  r274355 : i103764 2009-07-27 11:57:21 +0200 wg  r274354 : i103764 2009-07-27 11:50:44 +0200 wg  r274353 : i103764 2009-07-27 11:06:37 +0200 wg  r274349 : i103764 2009-07-27 10:46:33 +0200 wg  r274347 : i103764 2009-07-27 10:42:23 +0200 wg  r274346 : i103764 2009-07-27 09:52:19 +0200 wg  r274345 : i103764 2009-07-24 15:12:43 +0200 wg  r274309 : i103764 2009-07-24 13:16:21 +0200 wg  r274302 : i103764 2009-07-24 12:57:40 +0200 wg  r274300 : i103764 2009-07-24 12:35:50 +0200 wg  r274299 : i103764 2009-07-24 11:46:47 +0200 wg  r274296 : i103764 2009-07-24 11:40:14 +0200 wg  r274295 : i103764 2009-07-24 10:39:50 +0200 wg  r274294 : i103764 2009-07-24 10:30:58 +0200 wg  r274293 : i103764 2009-07-24 10:23:04 +0200 wg  r274292 : i103764 2009-07-24 10:00:47 +0200 wg  r274291 : i103764 2009-07-24 09:51:05 +0200 wg  r274290 : i103764 2009-07-24 09:32:14 +0200 wg  r274288 : i103764 2009-07-24 09:21:56 +0200 wg  r274287 : i103764 2009-07-23 15:22:24 +0200 oc  r274274 : #i103693# Move BubbleChartData.ods to correct path 2009-07-23 14:03:14 +0200 msc  r274271 : #100000 2009-07-23 13:45:36 +0200 oc  r274269 : #i103439# Changed Menu function with hMenu function

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e87b314e7ae8231283753e93f26c9921ca510e6]

        CWS-TOOLING: integrate CWS native256 2009-07-15 10:53:01 +0200 is  r273996 : #i103325# new product ooodev sdk 2009-07-15 10:49:33 +0200 is  r273995 : #i103325# new product ooodev sdk

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f14430833c3204785ceb95dba8ba81fd9704cf27]

        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>  [ab8dd2505c7486eed6f9ab9d4a4fba6e586ce81b]

        CWS-TOOLING: integrate CWS chart39 2009-06-30 16:55:46 +0200 iha  r273522 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-30 16:45:59 +0200 iha  r273521 : #i102701# apply patch for P1 issue on dev300m50 to be able to save again 2009-06-30 16:32:32 +0200 iha  r273520 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-29 10:04:34 +0200 iha  r273454 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-26 19:31:16 +0200 iha  r273437 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-25 10:36:28 +0200 iha  r273367 : #i101968# text values in data range cause incorrect x values 2009-06-24 17:34:18 +0200 iha  r273357 : #i102428# x values are wrong in xy-scatter-chart with own data table if empty cells are contained in x values 2009-06-24 10:16:25 +0200 iha  r273317 : #i99915# wrong matrix translation causes broken chart display for small values 2009-06-19 17:20:06 +0200 iha  r273174 : #i78025# charts own borders are not completely visible 2009-06-19 17:18:41 +0200 iha  r273172 : #i102950# don't paint additional borders for charts 2009-06-11 16:27:54 +0200 iha  r272884 : CWS-TOOLING: rebase CWS chart39 to trunk@272827 (milestone: DEV300:m50) 2009-06-09 17:50:10 +0200 iha  r272790 : #i97222# when converting a chart via API to 3D categories get lost and for line,area&xy the stacking mode is wrong 2009-06-09 16:00:27 +0200 iha  r272775 : #i98319# data point properties get lost while copying charts from calc to impress 2009-06-09 10:26:51 +0200 iha  r272755 : #i98392# correct orienation of gradient fillings on 3D walls 2009-05-29 10:35:16 +0200 iha  r272436 : #i100529# Plot missing values - leave gap fails for smoothed lines 2009-05-04 18:20:31 +0200 iha  r271478 : #i99841# Title with Vertically stacked attribute is wrong after editing 2009-05-04 18:03:01 +0200 iha  r271477 : #i101050# avoid a corner in closed lines, which are smoothed by spline 2009-05-04 16:45:18 +0200 iha  r271472 : #i101050# avoid crash in case the normals sequence has less points than the polygon

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [302383a919561946ac02473bdda8c425a7ca685e]

        CWS-TOOLING: integrate CWS chart39 2009-06-30 16:55:46 +0200 iha  r273522 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-30 16:45:59 +0200 iha  r273521 : #i102701# apply patch for P1 issue on dev300m50 to be able to save again 2009-06-30 16:32:32 +0200 iha  r273520 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-29 10:04:34 +0200 iha  r273454 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-26 19:31:16 +0200 iha  r273437 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-25 10:36:28 +0200 iha  r273367 : #i101968# text values in data range cause incorrect x values 2009-06-24 17:34:18 +0200 iha  r273357 : #i102428# x values are wrong in xy-scatter-chart with own data table if empty cells are contained in x values 2009-06-24 10:16:25 +0200 iha  r273317 : #i99915# wrong matrix translation causes broken chart display for small values 2009-06-19 17:20:06 +0200 iha  r273174 : #i78025# charts own borders are not completely visible 2009-06-19 17:18:41 +0200 iha  r273172 : #i102950# don't paint additional borders for charts 2009-06-11 16:27:54 +0200 iha  r272884 : CWS-TOOLING: rebase CWS chart39 to trunk@272827 (milestone: DEV300:m50) 2009-06-09 17:50:10 +0200 iha  r272790 : #i97222# when converting a chart via API to 3D categories get lost and for line,area&xy the stacking mode is wrong 2009-06-09 16:00:27 +0200 iha  r272775 : #i98319# data point properties get lost while copying charts from calc to impress 2009-06-09 10:26:51 +0200 iha  r272755 : #i98392# correct orienation of gradient fillings on 3D walls 2009-05-29 10:35:16 +0200 iha  r272436 : #i100529# Plot missing values - leave gap fails for smoothed lines 2009-05-04 18:20:31 +0200 iha  r271478 : #i99841# Title with Vertically stacked attribute is wrong after editing 2009-05-04 18:03:01 +0200 iha  r271477 : #i101050# avoid a corner in closed lines, which are smoothed by spline 2009-05-04 16:45:18 +0200 iha  r271472 : #i101050# avoid crash in case the normals sequence has less points than the polygon

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e32d93c404f611644b2f458b9a4c449635394c9c]

        CWS-TOOLING: integrate CWS chart39 2009-06-30 16:55:46 +0200 iha  r273522 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-30 16:45:59 +0200 iha  r273521 : #i102701# apply patch for P1 issue on dev300m50 to be able to save again 2009-06-30 16:32:32 +0200 iha  r273520 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-29 10:04:34 +0200 iha  r273454 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-26 19:31:16 +0200 iha  r273437 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-25 10:36:28 +0200 iha  r273367 : #i101968# text values in data range cause incorrect x values 2009-06-24 17:34:18 +0200 iha  r273357 : #i102428# x values are wrong in xy-scatter-chart with own data table if empty cells are contained in x values 2009-06-24 10:16:25 +0200 iha  r273317 : #i99915# wrong matrix translation causes broken chart display for small values 2009-06-19 17:20:06 +0200 iha  r273174 : #i78025# charts own borders are not completely visible 2009-06-19 17:18:41 +0200 iha  r273172 : #i102950# don't paint additional borders for charts 2009-06-11 16:27:54 +0200 iha  r272884 : CWS-TOOLING: rebase CWS chart39 to trunk@272827 (milestone: DEV300:m50) 2009-06-09 17:50:10 +0200 iha  r272790 : #i97222# when converting a chart via API to 3D categories get lost and for line,area&xy the stacking mode is wrong 2009-06-09 16:00:27 +0200 iha  r272775 : #i98319# data point properties get lost while copying charts from calc to impress 2009-06-09 10:26:51 +0200 iha  r272755 : #i98392# correct orienation of gradient fillings on 3D walls 2009-05-29 10:35:16 +0200 iha  r272436 : #i100529# Plot missing values - leave gap fails for smoothed lines 2009-05-04 18:20:31 +0200 iha  r271478 : #i99841# Title with Vertically stacked attribute is wrong after editing 2009-05-04 18:03:01 +0200 iha  r271477 : #i101050# avoid a corner in closed lines, which are smoothed by spline 2009-05-04 16:45:18 +0200 iha  r271472 : #i101050# avoid crash in case the normals sequence has less points than the polygon

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [493cf3321476ff9478bc394ad279d64af71ede66]

        CWS-TOOLING: integrate CWS calc51 2009-07-17 15:47:46 +0200 er  r274098 : #i101544# more thorough reference checking in chart data ranges; also prevent some possible crash if invalid ranges were to be passed to document/cell access. 2009-07-16 14:20:11 +0200 er  r274051 : #i101544# let ScRefTokenHelper::compileRangeRepresentation() fail on all possible non-reference occasions 2009-07-07 10:11:40 +0200 nn  r273776 : #i35579# don't use long instead of sal_Int32 2009-07-03 16:41:39 +0200 nn  r273711 : msvc warnings 2009-07-03 14:18:45 +0200 nn  r273698 : msvc warning 2009-07-03 11:30:41 +0200 nn  r273685 : #i35579# move new tokens to the end 2009-07-03 10:12:55 +0200 nn  r273681 : CWS-TOOLING: rebase CWS calc51 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 17:57:30 +0200 nn  r273529 : #i103027# EnterData: if it's a formula, don't pass EditTextObject to undo 2009-06-29 14:31:18 +0200 er  r273474 : #i101544# #i101645# #i102388# applied diff from CWS dr68ooo311 2009-06-29 10:30:20 +0200 nn  r273457 : #i103161# DeleteCells: always leave list action 2009-06-24 16:16:34 +0200 nn  r273353 : gcc warnings 2009-06-17 11:50:28 +0200 tbe  r273055 : #i35579# Standard filter requires more options 2009-06-17 11:44:22 +0200 tbe  r273054 : #i35579# Standard filter requires more options 2009-06-17 11:22:23 +0200 tbe  r273052 : #i35579# Standard filter requires more options 2009-06-15 18:29:32 +0200 nn  r273006 : #160063# UseFormulaData: check parenthesis position 2009-06-12 15:41:16 +0200 nn  r272923 : #i99250# handle range lists in DoAutoOutline (patch from dtardon) 2009-06-11 15:07:05 +0200 nn  r272874 : #i86943# GetNextPos: skip overlapped cells 2009-06-11 11:17:37 +0200 nn  r272856 : #i97726# EnterData: get text from EditTextObject for repeat string of undo action 2009-06-10 20:45:07 +0200 nn  r272839 : #i102566# minimum amount of code between updates of calculation progress (patch by cmc) 2009-06-10 20:22:02 +0200 nn  r272838 : #i69524# PasteFile: specify target for SID_OPENDOC 2009-06-09 17:33:08 +0200 nn  r272789 : #i16615# absolute/relative reference conversion for cell ranges (patch by gaojingmei)

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5099046dccb69af04e2a3adafad8e06c0832bd06]

        CWS-TOOLING: integrate CWS calc51 2009-07-17 15:47:46 +0200 er  r274098 : #i101544# more thorough reference checking in chart data ranges; also prevent some possible crash if invalid ranges were to be passed to document/cell access. 2009-07-16 14:20:11 +0200 er  r274051 : #i101544# let ScRefTokenHelper::compileRangeRepresentation() fail on all possible non-reference occasions 2009-07-07 10:11:40 +0200 nn  r273776 : #i35579# don't use long instead of sal_Int32 2009-07-03 16:41:39 +0200 nn  r273711 : msvc warnings 2009-07-03 14:18:45 +0200 nn  r273698 : msvc warning 2009-07-03 11:30:41 +0200 nn  r273685 : #i35579# move new tokens to the end 2009-07-03 10:12:55 +0200 nn  r273681 : CWS-TOOLING: rebase CWS calc51 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 17:57:30 +0200 nn  r273529 : #i103027# EnterData: if it's a formula, don't pass EditTextObject to undo 2009-06-29 14:31:18 +0200 er  r273474 : #i101544# #i101645# #i102388# applied diff from CWS dr68ooo311 2009-06-29 10:30:20 +0200 nn  r273457 : #i103161# DeleteCells: always leave list action 2009-06-24 16:16:34 +0200 nn  r273353 : gcc warnings 2009-06-17 11:50:28 +0200 tbe  r273055 : #i35579# Standard filter requires more options 2009-06-17 11:44:22 +0200 tbe  r273054 : #i35579# Standard filter requires more options 2009-06-17 11:22:23 +0200 tbe  r273052 : #i35579# Standard filter requires more options 2009-06-15 18:29:32 +0200 nn  r273006 : #160063# UseFormulaData: check parenthesis position 2009-06-12 15:41:16 +0200 nn  r272923 : #i99250# handle range lists in DoAutoOutline (patch from dtardon) 2009-06-11 15:07:05 +0200 nn  r272874 : #i86943# GetNextPos: skip overlapped cells 2009-06-11 11:17:37 +0200 nn  r272856 : #i97726# EnterData: get text from EditTextObject for repeat string of undo action 2009-06-10 20:45:07 +0200 nn  r272839 : #i102566# minimum amount of code between updates of calculation progress (patch by cmc) 2009-06-10 20:22:02 +0200 nn  r272838 : #i69524# PasteFile: specify target for SID_OPENDOC 2009-06-09 17:33:08 +0200 nn  r272789 : #i16615# absolute/relative reference conversion for cell ranges (patch by gaojingmei)

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34c77d7750078522fe4da3deaa638ddae8c90aa]

        CWS-TOOLING: integrate CWS calc51 2009-07-17 15:47:46 +0200 er  r274098 : #i101544# more thorough reference checking in chart data ranges; also prevent some possible crash if invalid ranges were to be passed to document/cell access. 2009-07-16 14:20:11 +0200 er  r274051 : #i101544# let ScRefTokenHelper::compileRangeRepresentation() fail on all possible non-reference occasions 2009-07-07 10:11:40 +0200 nn  r273776 : #i35579# don't use long instead of sal_Int32 2009-07-03 16:41:39 +0200 nn  r273711 : msvc warnings 2009-07-03 14:18:45 +0200 nn  r273698 : msvc warning 2009-07-03 11:30:41 +0200 nn  r273685 : #i35579# move new tokens to the end 2009-07-03 10:12:55 +0200 nn  r273681 : CWS-TOOLING: rebase CWS calc51 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 17:57:30 +0200 nn  r273529 : #i103027# EnterData: if it's a formula, don't pass EditTextObject to undo 2009-06-29 14:31:18 +0200 er  r273474 : #i101544# #i101645# #i102388# applied diff from CWS dr68ooo311 2009-06-29 10:30:20 +0200 nn  r273457 : #i103161# DeleteCells: always leave list action 2009-06-24 16:16:34 +0200 nn  r273353 : gcc warnings 2009-06-17 11:50:28 +0200 tbe  r273055 : #i35579# Standard filter requires more options 2009-06-17 11:44:22 +0200 tbe  r273054 : #i35579# Standard filter requires more options 2009-06-17 11:22:23 +0200 tbe  r273052 : #i35579# Standard filter requires more options 2009-06-15 18:29:32 +0200 nn  r273006 : #160063# UseFormulaData: check parenthesis position 2009-06-12 15:41:16 +0200 nn  r272923 : #i99250# handle range lists in DoAutoOutline (patch from dtardon) 2009-06-11 15:07:05 +0200 nn  r272874 : #i86943# GetNextPos: skip overlapped cells 2009-06-11 11:17:37 +0200 nn  r272856 : #i97726# EnterData: get text from EditTextObject for repeat string of undo action 2009-06-10 20:45:07 +0200 nn  r272839 : #i102566# minimum amount of code between updates of calculation progress (patch by cmc) 2009-06-10 20:22:02 +0200 nn  r272838 : #i69524# PasteFile: specify target for SID_OPENDOC 2009-06-09 17:33:08 +0200 nn  r272789 : #i16615# absolute/relative reference conversion for cell ranges (patch by gaojingmei)

2009-07-28  Thomas Lange  <tl@openoffice.org>  [e7200b2b026e535228b1fa27d4ab450b8125f2fd]

        #i101242# fixed crashwhen printing the page preview with new print UI

2009-07-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [90ed76b32d11ac91a9920105a81c1544718fb193]

        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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [731da6979c55c25f089e6ca00b8e0cb6fddd9aa9]

        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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c4ae699b5b91fa193b4ccf0bf29a3c1e69676b4]

        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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbbe9c7b24bb9b0ad47a1a7669a459b972b97982]

        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-28  Helge Delfs  <hde@openoffice.org>  [051e3d9ee56b61ae3e5e56e2de998510b7ed95fc]

        #103774# changed text direction entries from 3 to 4

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ba7ae82ba066481805734099f2f95dc473c139]

        mongolianlayout: Merge with DEV300_m53

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b835769555ab65c227b89c2a676d9085a7d0541b]

        mongolianlayout: Merge with DEV300_m49

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb58ac5bb5792981910bd2a5871267e0f7e50f7]

        mongolianlayout: Merge with DEV300_m45

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [23d5998c325a7999f75448e70b315d12b639abc6]

        fixed build breakages.  sc module is now buildable.

2009-07-27  Philipp Lohmann  <pl@openoffice.org>  [93e111d0778d7555df7b5a01042183687595f872]

        #i92518# adapting new UX spec

2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c97520547af89c9501d4a3424cb20dbb35ffda38]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6189b25c86e18ef0021ea2f3ba256be36d0fb4be]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [801268f69c46e8b5f7f25af82806460c9f7b77f2]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f79d56997f53be03fd4cf6d84aa2b6195f6b6a]

        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>  [efe311f79e12853753d50ffaf73630dfc88c1c09]

        #i92518# adapting new UX spec

2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4919ecf425ef2645f01fb644b6759b9eadee85d5]

        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>  [cbf10a85ee07cf370a5547e725cce5f193c9362c]

        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>  [3160055c323a9bcdc304b62d12b019d98da3218d]

        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  Kohei Yoshida  <kyoshida@novell.com>  [0b44c19403edebdb3d1f9f24fcfa1bc6d256d58c]

        #i97416# initial porting of patches from ooo-build, to implement modified csv import option dialog.

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [a1bfe5a5d9abacf9e68f7b87d9b213d65efdbb75]

        #i97416# initial porting of patches from ooo-build, to implement modified csv import option dialog.

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [a742f365f721d0f9c32122dafb19ec30c04be03a]

        #i102141# initial port of patches from ooo-build, to implement a new HTML option dialog & associated changes in the core.

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [b559137b68a273ef543711995ebf4f140cfe9149]

        #i102141# initial port of patches from ooo-build, to implement a new HTML option dialog & associated changes in the core.

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [57dbf3a5787c444efb079fee63ad822c2a93fae4]

        #i3687# #i97416#: initial porting of patches from ooo-build.

2009-07-27  Kohei Yoshida  <kyoshida@novell.com>  [44ccce1e58ad84329f5d5d9f233c5ae844422218]

        #i3687# #i97416#: initial porting of patches from ooo-build.

2009-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1bedf02c3973755dc5f9870d39bab827c4f07b4]

        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-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1f15a538a5e42ae7d33082cf2d99ac70255271]

        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-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76e947292e66f56e46b09cffd9b76db794185c8e]

        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-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [242fa8cd290df213faea0acd0e511afc45cbd84a]

        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-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76d5f5a3bd0803f25db2f3e97136dfc2de06a735]

        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-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [a7d244fab0a92e3cecb558de1a4e628e891fcc6b]

        use <stage1> as outer tag. Status comments are located before case statement, not after. Use qname attribute instead of tokenid

2009-07-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [4ce8c07a91e7f47a9adced553c9bea3f2248b172]

        handle all rng:element and rng:attribute

2009-07-25  Philipp Lohmann  <pl@openoffice.org>  [f12ec65fe96fb1a0c5824b78f4a38154431eb184]

        solve a rebase problem

2009-07-25  Philipp Lohmann  <pl@openoffice.org>  [e47d92b9b01662219a47360016aeccf3c14bbc92]

        solve a rebase problem

2009-10-08  hg  <hg@oosvn01.>  [37a3e4422cec55b5f792cbdfbd8c70889c398a4c]

        merge with m53

2009-07-25  Philipp Lohmann  <pl@openoffice.org>  [90854d1828ab03e7dbfca7214cd3aec140d8a9f3]

        solve some rebase problems

2009-10-08  hg  <hg@oosvn01.>  [98fa30855ac5b597ac1f4542f4995c07887f632f]

        merge with m53

2009-07-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e443a6d930c52ab7555a2ecbd719a8b32929f379]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cc253983c0a3507326cc0f7f81510d754848562]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d09f8632fab030b0395cdbfdb64f2fe438c639c]

        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>  [6d16b13150863dc7506506863e73e28d5ff569ad]

        #i92516# adapt new print UI spec

2009-07-24  Thomas Benisch  <tbe@openoffice.org>  [e4cf17583a7184d359ed0200a671f9efc8746b41]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-24  Oliver Bolte  <obo@openoffice.org>  [72a46825635a7829694c6f4780ca1e38e67fdb1d]

        #i10000# patch for HH environment

2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [631990a2fd46e66c130c63ed94246836ec59811c]

        #i92516# adapt new UX spec

2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [581da9a1c9fef99d6ca48ec1415fd1ec0c201f9c]

        #i92516# adapt new UX spec

2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [f3c2c59f9df88a6ef538bc438a24bf8cd18001d4]

        #i92516# adapt new UX spec

2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [6ae58a2ebae39bf610ccbc33b91bf98a000710a3]

        #i92516# adapt new UX spec

2009-07-23  Philipp Lohmann  <pl@openoffice.org>  [d3e83bb08919ad8f87a03069f0e12e9ccf6c8806]

        #i92516# adapt new UX spec

2009-07-23  Thomas Benisch  <tbe@openoffice.org>  [8e536b500b7a545323a3a99b0ca618892d756e28]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4b4c5570a0ebc8d24515fad9350190e542c88be6]

        #i10000# #i103730# ooo vs. so env fix

2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [f3f952731fa35c7618d9c929ccb0773ad841fbf2]

        #i92516# adapt to new UI spec

2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [2938f82faeb4d1c7999f06a1b0fe0ad0ef8fb8b9]

        #i92516# adapt to new UI spec

2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [91846d7bb0abda1c14b441918a7f8c1b5c4c06ec]

        #i92516# adapt to new UI spec

2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [79f40c46fcc19ad9494c2dcc740bf6afb5c6f684]

        #i92516# adapt to new UI spec

2009-10-08  hg  <hg@oosvn01.>  [fa1aa2ef8a6772954fe0ddbadb13f290743b939f]

        merge with m50

2009-07-22  Philipp Lohmann  <pl@openoffice.org>  [a72dade8aa93bf07e5e66d0f61ae92e11f505c67]

        #i92516# adapt to new UI spec

2009-10-08  hg  <hg@oosvn01.>  [8e3018cab06ac5987d31acf1ef2da2c453257b97]

        merge with m50

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [38664ea3d43b140f632d114200d2cae4f2ce534f]

        script for determinating the status of docx import

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [f4a33744651ffb29bff4487cedb580daa8fbc28d]

        consider qname of elements/attributes

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [b22e08ef79cf968ef413c73f5e4f59658529cdaa]

        xsl'library' => do not define output method

2009-07-22  Thomas Benisch  <tbe@openoffice.org>  [082b2be6ae132d4e5a4dac9fabd3c3cdcf6b7359]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-22  Ivo Hinkelmann  <ihi@openoffice.org>  [22b7626699093fe82fe931510dd5209e8d67cce8]

        #i10000# missing seamonkey patches

2009-07-22  Thomas Benisch  <tbe@openoffice.org>  [454a8f73f3a42d881c5282b6ea7f04faadcaf441]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-22  sb  <sb@openoffice.org>  [9bb3f6beedc087c550cc1d4d455204819cfc8939]

        merged in DEV300_m53

2009-07-22  sb  <sb@openoffice.org>  [ae84a40e384e0b43fc5221e1a20b25fbb9a9f72c]

        merged in DEV300_m53

2009-07-22  sb  <sb@openoffice.org>  [5fe7e8c49e84f08cdd5ca6a71e947f464cb04c29]

        merged in DEV300_m53

2009-07-22  sb  <sb@openoffice.org>  [b05a21600a43488de90d82b0445e697950747322]

        merged in DEV300_m53

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [85d0cd3e390759457691401cc0ccf86ef7c2651a]

        list elements and attributes from model with their namespace, define, name, resource, tokenid

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [47018dc78834a7fb98a6b10d657bb680b56fa828]

        merging changes form writerfilter07

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [235cea0dd1033f42933efcb494510a58606b7a6c]

        #i100754# initial version of new code generation

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [f0a58903c4ceb6a223799877aeda3ac27c4307db]

        #i100754# initial version of new code generation

2009-07-22  Henning Brinkmann  <hbrinkm@openoffice.org>  [8796952cf262c4d5a430ed2a705510fc8ab5f6fe]

        merged changes from CWS writerfilter06

2009-07-21  Daniel Rentz  <dr@openoffice.org>  [966c49989d9574bd57dd0c4ac5a5bd2e7fbd48d7]

        #i12587# first insert the chart shape into drawing page, then convert the chart document

2009-07-21  Thomas Benisch  <tbe@openoffice.org>  [f246eb7405930e70753ea5a65ffe9529e46542a2]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-07-21  Release Engineers  <releng@openoffice.org>  [7ad0431b233f8e37a45f60583a7e77e349ed171e]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [5fb2028499e85dfe2ceaa2328adc90439946ff25]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [bd778e4504ea4e16c874278be43663f42125edba]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [7d988356ff13399bfa535197fcfc88bad68e5fd3]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [13b50a6e292efad6ae09f8ad61d08f6ab15f2888]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [c55ad3a6e59271fa6d730d3dd3100f5cb516d9ba]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [8226c8d06aae33955013a05e056c49706aeabaae]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [79826100da9911d008f5eeaec50ea10f55ab28bf]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [cc69c7cae006a3a5f6e054e6221858f6ef6514d5]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [53dfbe84f9f56938fc1dd39bf88b8d8ab9c10eb3]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [4fec9d519fc26d71f6adfdda4c72744ba016412e]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [4154099044f0dc809ba605b8297b5783c3d3c35e]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [2efc4cb97b4337138089a2eeec4adad6402bbd2b]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Release Engineers  <releng@openoffice.org>  [395c0a7d4ff78421ecfa77d4597e0bca66f335e9]

        Create DEV300_m53 milestone tag from trunk@274201

2009-07-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f02665fc157b2dcb482d4c315818fe99b4967591]

        #i10000# latest and greatest

2009-07-21  Daniel Rentz  <dr@openoffice.org>  [666ab44fc05a32d5d60783b8986fa3c72bb8bb19]

        #i12587# support chart sheets with embedded shapes

2009-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [02b56de0ab6de9cabcf1af6b7a2dd42adea2b1f2]

        #i10000# ar removed

2009-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d912b1f69906acc4ccc0f86088a1d9628fdd8eee]

        #i10000# l10n fix for a locale environment

2009-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [463d4f42adb155d10114340f3a54208f17003cf9]

        #i10000# build fix

2009-07-20  Ivo Hinkelmann  <ihi@openoffice.org>  [58af2f47aa63e8bd1b81fdf6f0cffc8dfb13cf36]

        #i10000# build fix

2009-07-20  Jan Holesovsky  <kendy@suse.cz>  [2c105bdb6f032a123bc3737c049a11f8429f07d3]

        Split build: Update version.mk's locations.
        
        They can be either in the build solver, or in the common one; be prepared for
        both...
        
        * build/src/buildenv-common:
        * solenv/inc/libs.mk:
        * solenv/inc/target.mk:

2009-07-20  Mathias Bauer  <mba@openoffice.org>  [aafdcaf31671c37ece47310caaa9fe0cd0fd703c]

        #i104352#: wrong variable used

2009-07-20  Mathias Bauer  <mba@openoffice.org>  [381f5f3a874ea524e2c779bad59ac14ae34fd7c4]

        #i104352#: wrong variable used

2009-07-17  Release Engineers  <releng@openoffice.org>  [1382fcf128242b7fe457ccac493e4e256b4828cc]

        #i10000# rearranged id's

2009-07-17  Release Engineers  <releng@openoffice.org>  [e164b6fa26beb78b5c6db7a581475c8241743301]

        #i10000# #i103467# build fix

2009-07-17  Release Engineers  <releng@openoffice.org>  [75f29d7c80bbdf7ce3e595bf62647971d891fc27]

        #i10000# #i103467# build fix

2009-07-17  Daniel Rentz  <dr@openoffice.org>  [dbeb6066e879baf1507d5065fb6bd4ef4adb884f]

        #i12587# import shapes embedded in charts and chart sheets from BIFF5/BIFF8

2009-07-17  Release Engineers  <releng@openoffice.org>  [6f93513de88d47b186e2020dc14531ee69b03c75]

        #i10000# build fix

2009-07-17  Philipp Lohmann  <pl@openoffice.org>  [3c33f07b5c7079d663b68876d7a156d99f41abdb]

        fix warnings

2009-07-17  Philipp Lohmann  <pl@openoffice.org>  [45ad2c0071344539dae16d686dd8dc838a085b33]

        fix warnings

2009-07-17  Philipp Lohmann  <pl@openoffice.org>  [e1ede83e9d1d354bbf454fb76ae95084f681c1e6]

        add exceptions for stl

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [aaa60c84ad87f89c764753dd42c5cd5dfbfccc1f]

        #i10000# missing files added

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3de95500d3ee4df22078e40f006b927a065940b8]

        DEV300

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e13174627c0787183487dd67f14d6e4664988693]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [54e28ede40c3a5b749946fbfeefa23d1791a5e73]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [0849d5a299449da96afa9edae8fdf77f4ee1edb1]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [59cf811a68b8788d8d78dd525fbe622588a21372]

        CWS-TOOLING: integrate CWS automationdev300m52cat0 2009-07-14 14:41:44 +0200 oc  r273974 : #i103538# Issue-id added 2009-07-14 14:40:10 +0200 oc  r273973 : #i103438 2009-07-14 14:03:06 +0200 oc  r273971 : #i103535# additional check added 2009-07-14 13:46:19 +0200 hde  r273969 : #i103529#testcases excluded to to issue 102752 2009-07-14 07:48:41 +0200 hde  r273957 : changed fileowner from fredrik.haegg@sun.com to helge.delfs@sun.com 2009-07-13 16:03:42 +0200 oc  r273942 : #i103513# Issue-ID added 2009-07-13 16:02:14 +0200 hde  r273941 : no writer document was opened when options dialog called. Added hNewDocument before opening options dialog 2009-07-13 14:17:14 +0200 oc  r273935 : #i103503# macrobutton outcommented 2009-07-13 14:13:30 +0200 wg  r273934 : i103501 deleting fragments of diff 2009-07-13 13:10:21 +0200 hde  r273931 : Issue 103382 2009-07-13 12:59:14 +0200 hde  r273930 : changed fileowner from fredrik.haegg@sun.com to wolfram.garten@sun.com 2009-07-13 12:03:41 +0200 hde  r273927 : changed fileowner from fredrik.haegg@sun.com to helge.delfs@sun.com 2009-07-13 12:01:47 +0200 hde  r273926 : changed fileowner from helge.delfs@sun.com to oliver.craemer@sun.com

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6094e7db0453b41911be9ee46b419dc4c064cb0b]

        CWS-TOOLING: integrate CWS mox01 2009-07-07 09:26:41 +0200 hde  r273770 : added testcase tShortcutPasteUnformattedText 2009-07-07 09:26:04 +0200 hde  r273769 : added testcase tShortcutPasteUnformattedText 2009-06-26 17:27:39 +0200 mba  r273431 : #i17563#: moved slot to sfx2 2009-06-26 17:26:40 +0200 mba  r273430 : #i17563#: moved slot to sfx2 2009-06-24 21:16:18 +0200 mox  r273365 : Update UI strings to follow the Uppercase All Convention. 2009-06-13 23:26:58 +0200 mox  r272958 : CWS-TOOLING: rebase CWS mox01 to trunk@272827 (milestone: DEV300:m50) 2009-04-04 14:26:36 +0200 mox  r270524 : Fix bugs to make shortcut work 2009-04-04 12:38:36 +0200 mox  r270523 : Command definition for shortcut 2009-04-04 08:56:29 +0200 mox  r270522 : Revert changes of menu item 2009-04-04 08:28:46 +0200 mox  r270521 : Revert changes 2009-03-02 20:41:11 +0100 mox  r268690 : Menu item and shortcut key for Paste and Match Style 2009-03-02 20:40:45 +0100 mox  r268689 : Menu item and shortcut key for Paste and Match Style

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [16fd4d874e4a5c9e94a6ebe0f14132f19e8a3ede]

        CWS-TOOLING: integrate CWS mox01 2009-07-07 09:26:41 +0200 hde  r273770 : added testcase tShortcutPasteUnformattedText 2009-07-07 09:26:04 +0200 hde  r273769 : added testcase tShortcutPasteUnformattedText 2009-06-26 17:27:39 +0200 mba  r273431 : #i17563#: moved slot to sfx2 2009-06-26 17:26:40 +0200 mba  r273430 : #i17563#: moved slot to sfx2 2009-06-24 21:16:18 +0200 mox  r273365 : Update UI strings to follow the Uppercase All Convention. 2009-06-13 23:26:58 +0200 mox  r272958 : CWS-TOOLING: rebase CWS mox01 to trunk@272827 (milestone: DEV300:m50) 2009-04-04 14:26:36 +0200 mox  r270524 : Fix bugs to make shortcut work 2009-04-04 12:38:36 +0200 mox  r270523 : Command definition for shortcut 2009-04-04 08:56:29 +0200 mox  r270522 : Revert changes of menu item 2009-04-04 08:28:46 +0200 mox  r270521 : Revert changes 2009-03-02 20:41:11 +0100 mox  r268690 : Menu item and shortcut key for Paste and Match Style 2009-03-02 20:40:45 +0100 mox  r268689 : Menu item and shortcut key for Paste and Match Style

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d805bf8cfc822eb118dfbc1a813ef4d683d368e4]

        CWS-TOOLING: integrate CWS mox01 2009-07-07 09:26:41 +0200 hde  r273770 : added testcase tShortcutPasteUnformattedText 2009-07-07 09:26:04 +0200 hde  r273769 : added testcase tShortcutPasteUnformattedText 2009-06-26 17:27:39 +0200 mba  r273431 : #i17563#: moved slot to sfx2 2009-06-26 17:26:40 +0200 mba  r273430 : #i17563#: moved slot to sfx2 2009-06-24 21:16:18 +0200 mox  r273365 : Update UI strings to follow the Uppercase All Convention. 2009-06-13 23:26:58 +0200 mox  r272958 : CWS-TOOLING: rebase CWS mox01 to trunk@272827 (milestone: DEV300:m50) 2009-04-04 14:26:36 +0200 mox  r270524 : Fix bugs to make shortcut work 2009-04-04 12:38:36 +0200 mox  r270523 : Command definition for shortcut 2009-04-04 08:56:29 +0200 mox  r270522 : Revert changes of menu item 2009-04-04 08:28:46 +0200 mox  r270521 : Revert changes 2009-03-02 20:41:11 +0100 mox  r268690 : Menu item and shortcut key for Paste and Match Style 2009-03-02 20:40:45 +0100 mox  r268689 : Menu item and shortcut key for Paste and Match Style

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [830873068a3fa3d973831d81f3215fba7faae69d]

        CWS-TOOLING: integrate CWS native255_DEV300 2009-07-10 11:34:13 +0200 is  r273881 : #158814# naming schema of windows patches 2009-07-08 17:50:35 +0200 is  r273842 : #158814# msp naming schema 2009-07-08 15:46:43 +0200 is  r273836 : #158814# msp naming schema

2009-07-16  Thomas Lange  <tl@openoffice.org>  [3c7537520ff5fb728e357a6f6cb7b1a343cd54fe]

        #i101242# new print UI dialog; PageRange now basically functional

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [149da39d1c282a5c1b59c0c954a25f84e6ea9f89]

        CWS-TOOLING: integrate CWS tbo07 2009-07-15 12:50:18 +0200 tbo  r274002 : #ii97838# fine tuning of text 2009-07-09 11:58:53 +0200 tbo  r273855 : #i102592# add configur switch --enable-hids 2009-07-07 18:37:46 +0200 tbo  r273812 : last fixes 2009-06-30 17:44:03 +0200 tbo  r273527 : #i97838# dynamik hid.lst found 2009-06-30 12:53:57 +0200 tbo  r273503 : #i100285# use other name of dialog 2009-06-25 18:56:33 +0200 tbo  r273390 : CWS-TOOLING: rebase CWS tbo07 to trunk@272827 (milestone: DEV300:m50) 2009-06-25 15:31:23 +0200 tbo  r273383 : #i100285# use other name of dialog 2009-06-25 14:15:33 +0200 tbo  r273381 : #i100285# use other name of dialog + context problem with macos 2009-05-20 16:36:54 +0200 tbo  r272140 : readme.txt fot the lost hid.lst file 2009-05-20 16:30:31 +0200 tbo  r272139 : removal of hid.lst file 2009-05-20 16:28:26 +0200 tbo  r272138 : corrections 2009-05-16 19:27:00 +0200 tbo  r271982 : #i# copy hid.lst from OOo installation to global/hid 2009-04-21 13:36:36 +0200 tbo  r271034 : #i101044# 2009-04-20 18:49:50 +0200 tbo  r271009 : #i101044# 2009-04-20 18:47:35 +0200 tbo  r271008 : #i100909#

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [172ad8fa2d6fa3ec927db1b4948d634ccda63f17]

        CWS-TOOLING: integrate CWS tbo07 2009-07-15 12:50:18 +0200 tbo  r274002 : #ii97838# fine tuning of text 2009-07-09 11:58:53 +0200 tbo  r273855 : #i102592# add configur switch --enable-hids 2009-07-07 18:37:46 +0200 tbo  r273812 : last fixes 2009-06-30 17:44:03 +0200 tbo  r273527 : #i97838# dynamik hid.lst found 2009-06-30 12:53:57 +0200 tbo  r273503 : #i100285# use other name of dialog 2009-06-25 18:56:33 +0200 tbo  r273390 : CWS-TOOLING: rebase CWS tbo07 to trunk@272827 (milestone: DEV300:m50) 2009-06-25 15:31:23 +0200 tbo  r273383 : #i100285# use other name of dialog 2009-06-25 14:15:33 +0200 tbo  r273381 : #i100285# use other name of dialog + context problem with macos 2009-05-20 16:36:54 +0200 tbo  r272140 : readme.txt fot the lost hid.lst file 2009-05-20 16:30:31 +0200 tbo  r272139 : removal of hid.lst file 2009-05-20 16:28:26 +0200 tbo  r272138 : corrections 2009-05-16 19:27:00 +0200 tbo  r271982 : #i# copy hid.lst from OOo installation to global/hid 2009-04-21 13:36:36 +0200 tbo  r271034 : #i101044# 2009-04-20 18:49:50 +0200 tbo  r271009 : #i101044# 2009-04-20 18:47:35 +0200 tbo  r271008 : #i100909#

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f46813f452685d41abfa389a4634e02dffc2c4bd]

        CWS-TOOLING: integrate CWS tbo07 2009-07-15 12:50:18 +0200 tbo  r274002 : #ii97838# fine tuning of text 2009-07-09 11:58:53 +0200 tbo  r273855 : #i102592# add configur switch --enable-hids 2009-07-07 18:37:46 +0200 tbo  r273812 : last fixes 2009-06-30 17:44:03 +0200 tbo  r273527 : #i97838# dynamik hid.lst found 2009-06-30 12:53:57 +0200 tbo  r273503 : #i100285# use other name of dialog 2009-06-25 18:56:33 +0200 tbo  r273390 : CWS-TOOLING: rebase CWS tbo07 to trunk@272827 (milestone: DEV300:m50) 2009-06-25 15:31:23 +0200 tbo  r273383 : #i100285# use other name of dialog 2009-06-25 14:15:33 +0200 tbo  r273381 : #i100285# use other name of dialog + context problem with macos 2009-05-20 16:36:54 +0200 tbo  r272140 : readme.txt fot the lost hid.lst file 2009-05-20 16:30:31 +0200 tbo  r272139 : removal of hid.lst file 2009-05-20 16:28:26 +0200 tbo  r272138 : corrections 2009-05-16 19:27:00 +0200 tbo  r271982 : #i# copy hid.lst from OOo installation to global/hid 2009-04-21 13:36:36 +0200 tbo  r271034 : #i101044# 2009-04-20 18:49:50 +0200 tbo  r271009 : #i101044# 2009-04-20 18:47:35 +0200 tbo  r271008 : #i100909#

2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [64aabea69e7c563df427c7ab1106096e02054a37]

        #i101973# add configuration setting for administrator to switch off collation UI

2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [d1c3c9440be742fe67ff2f0e7497e32b41ae4b8a]

        #i101973# add configuration setting for administrator to switch off collation UI

2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [6f059173a5959880e366be1c9d43345a0e7aa031]

        #i92516# collation support

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3481ba93eabba9da810593a96e69900a62fc3052]

        CWS-TOOLING: integrate CWS jl129 2009-07-08 09:24:14 +0200 jl  r273817 : #i103275# catching DisposedException when calling XDesktop.terminate, the test librariesversion_3_0_0.dll, ..3_0_1.dll, .. 3.1.dll have been recreated and checked in 2009-07-08 09:20:29 +0200 jl  r273816 : # 2009-07-07 10:51:52 +0200 jl  r273784 : #103378# allow to pass Nothing in Basic for uno null reference 2009-07-07 10:30:48 +0200 jl  r273781 : #103242# VS 2008 changes 2009-07-07 10:21:23 +0200 jl  r273778 : #103242 2009-07-07 10:12:20 +0200 jl  r273777 : #103242 adapting to VS 2008 2009-07-03 09:47:21 +0200 jl  r273679 : #i10324# fix build errors 2009-07-03 09:12:08 +0200 jl  r273677 : #i10324# fix build errors 2009-07-02 15:26:07 +0200 jl  r273657 : #i103242 make it build again 2009-07-02 14:39:34 +0200 jl  r273652 : #i103242 make it build again 2009-07-02 14:18:45 +0200 jl  r273650 : #i103242 remove warnings 2009-07-02 14:11:48 +0200 jl  r273648 : #i103242 2009-07-02 12:41:23 +0200 jl  r273637 : #i103242 2009-07-02 12:25:09 +0200 jl  r273636 : #i103242 upgraded to VS2008 2009-07-02 12:00:07 +0200 jl  r273632 : #i103242 upgraded to VS2008 2009-07-02 11:30:55 +0200 jl  r273630 : #i103242 test does not build anymore 2009-07-02 11:14:21 +0200 jl  r273629 : #i103242 test does not build anymore 2009-07-02 10:59:56 +0200 jl  r273628 : #i103242 test does not build anymore 2009-07-02 10:17:43 +0200 jl  r273622 : #i103242 run test prints out the InnerException in case there was an exception. The InnerException is usually the one thrown in OOo 2009-07-01 17:06:24 +0200 jl  r273604 : #i103242 test does not build anymore

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e796d331e88d4dbb1442a49905c054b52a66987e]

        CWS-TOOLING: integrate CWS jl129 2009-07-08 09:24:14 +0200 jl  r273817 : #i103275# catching DisposedException when calling XDesktop.terminate, the test librariesversion_3_0_0.dll, ..3_0_1.dll, .. 3.1.dll have been recreated and checked in 2009-07-08 09:20:29 +0200 jl  r273816 : # 2009-07-07 10:51:52 +0200 jl  r273784 : #103378# allow to pass Nothing in Basic for uno null reference 2009-07-07 10:30:48 +0200 jl  r273781 : #103242# VS 2008 changes 2009-07-07 10:21:23 +0200 jl  r273778 : #103242 2009-07-07 10:12:20 +0200 jl  r273777 : #103242 adapting to VS 2008 2009-07-03 09:47:21 +0200 jl  r273679 : #i10324# fix build errors 2009-07-03 09:12:08 +0200 jl  r273677 : #i10324# fix build errors 2009-07-02 15:26:07 +0200 jl  r273657 : #i103242 make it build again 2009-07-02 14:39:34 +0200 jl  r273652 : #i103242 make it build again 2009-07-02 14:18:45 +0200 jl  r273650 : #i103242 remove warnings 2009-07-02 14:11:48 +0200 jl  r273648 : #i103242 2009-07-02 12:41:23 +0200 jl  r273637 : #i103242 2009-07-02 12:25:09 +0200 jl  r273636 : #i103242 upgraded to VS2008 2009-07-02 12:00:07 +0200 jl  r273632 : #i103242 upgraded to VS2008 2009-07-02 11:30:55 +0200 jl  r273630 : #i103242 test does not build anymore 2009-07-02 11:14:21 +0200 jl  r273629 : #i103242 test does not build anymore 2009-07-02 10:59:56 +0200 jl  r273628 : #i103242 test does not build anymore 2009-07-02 10:17:43 +0200 jl  r273622 : #i103242 run test prints out the InnerException in case there was an exception. The InnerException is usually the one thrown in OOo 2009-07-01 17:06:24 +0200 jl  r273604 : #i103242 test does not build anymore

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [aabc09b1e3be6ed26544b510e296d65e9b15ed0d]

        CWS-TOOLING: integrate CWS mingwport21 2009-07-01 15:17:50 +0200 tono  r273595 : i#102971: mingw port without solarbindir in PATH 2009-07-01 15:15:44 +0200 tono  r273591 : i#90212: dmake not releasing file descriptor

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [263df25c0b501a306f0d8111cf094c93ef1cff3a]

        CWS-TOOLING: integrate CWS mingwport21 2009-07-01 15:17:50 +0200 tono  r273595 : i#102971: mingw port without solarbindir in PATH 2009-07-01 15:15:44 +0200 tono  r273591 : i#90212: dmake not releasing file descriptor

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5b75e3c4532d1ad0dd3d6f288810dc94d4264e17]

        CWS-TOOLING: integrate CWS dba311a_DEV300 2009-07-03 13:24:10 +0200 msc  r273691 : #i100000# 2009-06-24 11:31:54 +0200 fs  r273323 : line ends 2009-06-24 11:30:25 +0200 fs  r273322 : line ends 2009-06-09 07:29:25 +0200 oj  r272747 : #i102557# default 2nd table 2009-06-08 15:59:51 +0200 fs  r272737 : #i102089# PrintOrPreviewContact: do not create a Primitive2DSequence for non-printable controls 2009-06-05 11:22:36 +0200 fs  r272673 : #i102090# do not 'paint' controls which are in alive mode, and manually switched to invisible 2009-06-02 11:44:34 +0200 oj  r272490 : #i102409# correct deletion in array list

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7deb529bf058f9a4e887a25b04afeb8511e45041]

        CWS-TOOLING: integrate CWS dba311a_DEV300 2009-07-03 13:24:10 +0200 msc  r273691 : #i100000# 2009-06-24 11:31:54 +0200 fs  r273323 : line ends 2009-06-24 11:30:25 +0200 fs  r273322 : line ends 2009-06-09 07:29:25 +0200 oj  r272747 : #i102557# default 2nd table 2009-06-08 15:59:51 +0200 fs  r272737 : #i102089# PrintOrPreviewContact: do not create a Primitive2DSequence for non-printable controls 2009-06-05 11:22:36 +0200 fs  r272673 : #i102090# do not 'paint' controls which are in alive mode, and manually switched to invisible 2009-06-02 11:44:34 +0200 oj  r272490 : #i102409# correct deletion in array list

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a7b1047c36603fdd222a65b337c38253db54fbd3]

        CWS-TOOLING: integrate CWS dba311a_DEV300 2009-07-03 13:24:10 +0200 msc  r273691 : #i100000# 2009-06-24 11:31:54 +0200 fs  r273323 : line ends 2009-06-24 11:30:25 +0200 fs  r273322 : line ends 2009-06-09 07:29:25 +0200 oj  r272747 : #i102557# default 2nd table 2009-06-08 15:59:51 +0200 fs  r272737 : #i102089# PrintOrPreviewContact: do not create a Primitive2DSequence for non-printable controls 2009-06-05 11:22:36 +0200 fs  r272673 : #i102090# do not 'paint' controls which are in alive mode, and manually switched to invisible 2009-06-02 11:44:34 +0200 oj  r272490 : #i102409# correct deletion in array list

2009-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [84798a0c285ec82bcb530c7e588d55080fe4d9c6]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [12981b955e57687d5ac3e8c40f7b602b65d7dba0]

        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  Frank Schönheit  <fs@openoffice.org>  [85a9cf366fbd6971d406b09debefabc6b3b952f5]

        ensureControl and friends: pass an initial view transformation, this later saves a positionAndZoomControl call in createLocalDecomposition

2009-07-16  Philipp Lohmann  <pl@openoffice.org>  [c2a9d1f422dee43b2dac04bed45fc9a201c62893]

        #i92516# support wheel for preview forward/backward

2009-07-16  Mathias Bauer  <mba@openoffice.org>  [ba38aa29608e30b906975218de36b34d65e422b8]

        #i104352#: typos

2009-07-16  Mathias Bauer  <mba@openoffice.org>  [94b5b82a000ab4d760c8bd03a55016e9106f7cac]

        #i104352#: typos

2009-07-15  mb93783  <mb93783@V60X-SO17.germany.sun.com>  [1f57e97b8d24ba479ba49584b7a9daaf0d49a689]

        #i104352#: replace PRODUCT variable in makefile.mk by !DBG_UTIL

2009-07-15  mb93783  <mb93783@V60X-SO17.germany.sun.com>  [311e297a98b0b77f96cdb3fad4e1d6759a1b7569]

        #i104352#: replace PRODUCT variable in makefile.mk by !DBG_UTIL

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a17406c21b87a4721fb1d6067cff271084b7721f]

        CWS-TOOLING: integrate CWS ause105 2009-07-08 17:57:23 +0200 hjs  r273843 : #i103418# add missing dependency on localized .hrc files 2009-07-08 17:28:46 +0200 hjs  r273841 : #i103416# handle new solver subdir sdf 2009-07-08 11:27:47 +0200 hjs  r273823 : #i103409# disable cmd.exe autorun 2009-07-07 19:23:23 +0200 hjs  r273813 : #i103394# fix path handling of files failed in first run of rebase.exe

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [765a5b41a8d64ceff9bb45f70e2c158e5eaeff4a]

        CWS-TOOLING: integrate CWS ause105 2009-07-08 17:57:23 +0200 hjs  r273843 : #i103418# add missing dependency on localized .hrc files 2009-07-08 17:28:46 +0200 hjs  r273841 : #i103416# handle new solver subdir sdf 2009-07-08 11:27:47 +0200 hjs  r273823 : #i103409# disable cmd.exe autorun 2009-07-07 19:23:23 +0200 hjs  r273813 : #i103394# fix path handling of files failed in first run of rebase.exe

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4a9eb3a6059f9a6d2bc5074b7f79acb5cbf31882]

        CWS-TOOLING: integrate CWS ause105 2009-07-08 17:57:23 +0200 hjs  r273843 : #i103418# add missing dependency on localized .hrc files 2009-07-08 17:28:46 +0200 hjs  r273841 : #i103416# handle new solver subdir sdf 2009-07-08 11:27:47 +0200 hjs  r273823 : #i103409# disable cmd.exe autorun 2009-07-07 19:23:23 +0200 hjs  r273813 : #i103394# fix path handling of files failed in first run of rebase.exe

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d07a61d77a038862ea1d9ca74da7fbd686cffda5]

        CWS-TOOLING: integrate CWS dr68 2009-06-19 17:43:48 +0200 oc  r273175 : #i102946# some lines for new dialog added 2009-06-19 14:17:45 +0200 oc  r273158 : #i102946# three lines added 2009-05-19 11:56:14 +0200 dr  r272065 : #i99677# wrong attribute name 2009-05-18 18:37:05 +0200 dr  r272045 : #i10000# suncc warning 2009-05-05 16:46:13 +0200 dr  r271536 : #i10000# adoptions after rebase to master containing dr67 2009-05-05 16:01:19 +0200 dr  r271530 : #i10000# adoptions after rebase to master containing dr67 2009-05-04 14:20:39 +0200 dr  r271453 : CWS-TOOLING: rebase CWS dr68 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 17:01:14 +0200 dr  r271332 : CWS-TOOLING: rebase CWS dr68 to trunk@270723 (milestone: DEV300:m46) 2009-04-23 12:21:40 +0200 dr  r271149 : #i100688# missing checkins 2009-04-23 12:18:16 +0200 dr  r271147 : #i100978# relations path handling 2009-04-22 19:25:45 +0200 nn  r271136 : #i49491# show navigator for double click on document position status bar control 2009-04-22 11:28:36 +0200 nn  r271085 : #i60401# small text change 2009-04-21 16:53:23 +0200 dr  r271044 : #i10000# missing dtor 2009-04-20 13:39:25 +0200 nn  r270977 : #i60401# add dialog to extend sort range (patch from maoyg) 2009-04-08 12:11:08 +0200 dr  r270630 : #i100943# prevent assertion when loading chart with empty category ranges 2009-04-07 19:03:00 +0200 dr  r270609 : #i100688# missing bits for OLE 2009-04-07 17:14:06 +0200 dr  r270605 : ported fix for #i100710# 2009-04-07 17:12:50 +0200 dr  r270604 : #i10000# wae 2009-04-07 15:31:55 +0200 dr  r270598 : import system colors moved to FilterBase class, more rework on fill and color contexts 2009-04-06 15:00:03 +0200 dr  r270552 : #i99677# prevent recursive loading of the current document 2009-04-03 18:28:42 +0200 dr  r270515 : added import of brightness/contrast and mono/grayscale color effects for image shapes 2009-04-03 17:36:03 +0200 dr  r270509 : cache already imported embedded graphics 2009-04-03 16:46:34 +0200 dr  r270500 : more rework on bitmap fill and graphic object handling 2009-03-31 12:28:10 +0200 dr  r270271 : #i10000# unxlngi6 wae 2009-03-31 09:04:10 +0200 dr  r270261 : CWS-TOOLING: rebase CWS dr68 to trunk@270033 (milestone: DEV300:m45) 2009-03-30 17:42:05 +0200 dr  r270249 : #i91122# add missing doc 2009-03-30 17:37:08 +0200 dr  r270248 : #i91122# add missing doc 2009-03-30 16:59:15 +0200 dr  r270241 : #i99677# add import of ActiveX scrollbar controls 2009-03-30 14:30:36 +0200 dr  r270230 : #i91122# missing/wrong documentation 2009-03-30 13:03:38 +0200 dr  r270220 : #i99677# add import of ActiveX combobox and spinbutton controls 2009-03-27 11:46:59 +0100 dr  r270144 : #i99677# import ActiveX listbox controls (Forms.ListBox.1) 2009-03-26 19:58:00 +0100 dr  r270104 : #i99677# move more OLE import code into ole submodule 2009-03-26 15:15:02 +0100 dr  r270082 : #i100546# add import of chart bitmap fills, add import of X/Y offset in tiled bitmap fills of all shapes 2009-03-25 12:54:59 +0100 dr  r270018 : #i99677# import ActiveX edit text control (Forms.TextBox.1) 2009-03-24 10:59:29 +0100 dr  r269921 : #i99677# moved import of OLE StdHlink to 'ole' submodule, added string import helpers to BinaryStreamBase class, removed implementation of ST_XString import from docprop in favour of the implementation in class AttributeList 2009-03-24 10:40:18 +0100 dr  r269919 : #i100502# implicit precedence of '&&' was intended 2009-03-24 10:18:29 +0100 dr  r269917 : #i100502# missing parentheses 2009-03-23 15:17:48 +0100 dr  r269876 : #i99677# more code reorg, added graphic helper and OLE helper object per filter, added OLE/control import to PPTX/XLSX filter, moved helpers from XmlFilterBase to FilterBase 2009-03-19 12:45:20 +0100 dr  r269740 : #i99677# interface changes in oox 2009-03-18 15:51:50 +0100 dr  r269683 : #i99677# improved relation handling (internal/external), added preprocessor for VML streams to eat MS specific instructions, added OCX ToggleButton/OptionButton import, added DIB import for BIFF (page background picture, lots of other minor improvements 2009-03-16 15:25:30 +0100 dr  r269551 : #i99677# import excel form control client data (printable, cell link) 2009-03-13 18:37:17 +0100 dr  r269494 : #i99677# import image controls and check boxes 2009-03-12 15:08:18 +0100 dr  r269420 : #i10000# rebase problems 2009-03-12 14:43:09 +0100 dr  r269418 : #i10000# rebase problems 2009-03-12 14:42:41 +0100 dr  r269417 : #i10000# missing delivered header 2009-03-12 13:57:06 +0100 dr  r269405 : #i10000# typos 2009-03-12 12:58:52 +0100 dr  r269391 : CWS-TOOLING: rebase CWS dr68 to trunk@269297 (milestone: DEV300:m43) 2009-03-12 11:11:46 +0100 dr  r269374 : #i99677# first step to import BIFF8 page background 2009-03-12 10:21:53 +0100 dr  r269364 : #i99677# rework of graphic import in entire filter, added import of AX Label controls 2009-03-09 16:44:50 +0100 dr  r269202 : #i99677# import some formatting attributes of command buttons 2009-03-05 15:31:46 +0100 dr  r268911 : #i99677# use VML shape client data to import excel VML shape positions 2009-03-05 11:39:48 +0100 dr  r268888 : #i99677# create UNO control shapes from VML control shapes 2009-03-05 11:38:59 +0100 dr  r268886 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-05 11:30:40 +0100 dr  r268885 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-04 18:46:05 +0100 dr  r268860 : adapt namespace ids according to oox 2009-03-04 18:43:49 +0100 dr  r268859 : #i99677# more VML import rework 2009-03-03 13:38:36 +0100 dr  r268721 : #i99677# more cleanup for VML filter 2009-03-03 13:13:15 +0100 dr  r268719 : #i99807# do not iterate beyond end of std::list 2009-03-02 11:55:49 +0100 dr  r268644 : add ST_XString support (encoded characters in attribute values) 2009-02-26 17:07:18 +0100 dr  r268542 : #i99677# first steps of ax control import: dummy AX base classes, reimplement VML import (hopefully without breaking anything), register embedded AX controls at VML drawing 2009-02-23 17:43:50 +0100 dr  r268365 : #i99426# remaining work on scenario import 2009-02-19 16:56:25 +0100 dr  r268295 : #i99426# base implementations for scenarios import

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0851da4d8a0a557f1e9a31af652a530c615c2989]

        CWS-TOOLING: integrate CWS dr68 2009-06-19 17:43:48 +0200 oc  r273175 : #i102946# some lines for new dialog added 2009-06-19 14:17:45 +0200 oc  r273158 : #i102946# three lines added 2009-05-19 11:56:14 +0200 dr  r272065 : #i99677# wrong attribute name 2009-05-18 18:37:05 +0200 dr  r272045 : #i10000# suncc warning 2009-05-05 16:46:13 +0200 dr  r271536 : #i10000# adoptions after rebase to master containing dr67 2009-05-05 16:01:19 +0200 dr  r271530 : #i10000# adoptions after rebase to master containing dr67 2009-05-04 14:20:39 +0200 dr  r271453 : CWS-TOOLING: rebase CWS dr68 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 17:01:14 +0200 dr  r271332 : CWS-TOOLING: rebase CWS dr68 to trunk@270723 (milestone: DEV300:m46) 2009-04-23 12:21:40 +0200 dr  r271149 : #i100688# missing checkins 2009-04-23 12:18:16 +0200 dr  r271147 : #i100978# relations path handling 2009-04-22 19:25:45 +0200 nn  r271136 : #i49491# show navigator for double click on document position status bar control 2009-04-22 11:28:36 +0200 nn  r271085 : #i60401# small text change 2009-04-21 16:53:23 +0200 dr  r271044 : #i10000# missing dtor 2009-04-20 13:39:25 +0200 nn  r270977 : #i60401# add dialog to extend sort range (patch from maoyg) 2009-04-08 12:11:08 +0200 dr  r270630 : #i100943# prevent assertion when loading chart with empty category ranges 2009-04-07 19:03:00 +0200 dr  r270609 : #i100688# missing bits for OLE 2009-04-07 17:14:06 +0200 dr  r270605 : ported fix for #i100710# 2009-04-07 17:12:50 +0200 dr  r270604 : #i10000# wae 2009-04-07 15:31:55 +0200 dr  r270598 : import system colors moved to FilterBase class, more rework on fill and color contexts 2009-04-06 15:00:03 +0200 dr  r270552 : #i99677# prevent recursive loading of the current document 2009-04-03 18:28:42 +0200 dr  r270515 : added import of brightness/contrast and mono/grayscale color effects for image shapes 2009-04-03 17:36:03 +0200 dr  r270509 : cache already imported embedded graphics 2009-04-03 16:46:34 +0200 dr  r270500 : more rework on bitmap fill and graphic object handling 2009-03-31 12:28:10 +0200 dr  r270271 : #i10000# unxlngi6 wae 2009-03-31 09:04:10 +0200 dr  r270261 : CWS-TOOLING: rebase CWS dr68 to trunk@270033 (milestone: DEV300:m45) 2009-03-30 17:42:05 +0200 dr  r270249 : #i91122# add missing doc 2009-03-30 17:37:08 +0200 dr  r270248 : #i91122# add missing doc 2009-03-30 16:59:15 +0200 dr  r270241 : #i99677# add import of ActiveX scrollbar controls 2009-03-30 14:30:36 +0200 dr  r270230 : #i91122# missing/wrong documentation 2009-03-30 13:03:38 +0200 dr  r270220 : #i99677# add import of ActiveX combobox and spinbutton controls 2009-03-27 11:46:59 +0100 dr  r270144 : #i99677# import ActiveX listbox controls (Forms.ListBox.1) 2009-03-26 19:58:00 +0100 dr  r270104 : #i99677# move more OLE import code into ole submodule 2009-03-26 15:15:02 +0100 dr  r270082 : #i100546# add import of chart bitmap fills, add import of X/Y offset in tiled bitmap fills of all shapes 2009-03-25 12:54:59 +0100 dr  r270018 : #i99677# import ActiveX edit text control (Forms.TextBox.1) 2009-03-24 10:59:29 +0100 dr  r269921 : #i99677# moved import of OLE StdHlink to 'ole' submodule, added string import helpers to BinaryStreamBase class, removed implementation of ST_XString import from docprop in favour of the implementation in class AttributeList 2009-03-24 10:40:18 +0100 dr  r269919 : #i100502# implicit precedence of '&&' was intended 2009-03-24 10:18:29 +0100 dr  r269917 : #i100502# missing parentheses 2009-03-23 15:17:48 +0100 dr  r269876 : #i99677# more code reorg, added graphic helper and OLE helper object per filter, added OLE/control import to PPTX/XLSX filter, moved helpers from XmlFilterBase to FilterBase 2009-03-19 12:45:20 +0100 dr  r269740 : #i99677# interface changes in oox 2009-03-18 15:51:50 +0100 dr  r269683 : #i99677# improved relation handling (internal/external), added preprocessor for VML streams to eat MS specific instructions, added OCX ToggleButton/OptionButton import, added DIB import for BIFF (page background picture, lots of other minor improvements 2009-03-16 15:25:30 +0100 dr  r269551 : #i99677# import excel form control client data (printable, cell link) 2009-03-13 18:37:17 +0100 dr  r269494 : #i99677# import image controls and check boxes 2009-03-12 15:08:18 +0100 dr  r269420 : #i10000# rebase problems 2009-03-12 14:43:09 +0100 dr  r269418 : #i10000# rebase problems 2009-03-12 14:42:41 +0100 dr  r269417 : #i10000# missing delivered header 2009-03-12 13:57:06 +0100 dr  r269405 : #i10000# typos 2009-03-12 12:58:52 +0100 dr  r269391 : CWS-TOOLING: rebase CWS dr68 to trunk@269297 (milestone: DEV300:m43) 2009-03-12 11:11:46 +0100 dr  r269374 : #i99677# first step to import BIFF8 page background 2009-03-12 10:21:53 +0100 dr  r269364 : #i99677# rework of graphic import in entire filter, added import of AX Label controls 2009-03-09 16:44:50 +0100 dr  r269202 : #i99677# import some formatting attributes of command buttons 2009-03-05 15:31:46 +0100 dr  r268911 : #i99677# use VML shape client data to import excel VML shape positions 2009-03-05 11:39:48 +0100 dr  r268888 : #i99677# create UNO control shapes from VML control shapes 2009-03-05 11:38:59 +0100 dr  r268886 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-05 11:30:40 +0100 dr  r268885 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-04 18:46:05 +0100 dr  r268860 : adapt namespace ids according to oox 2009-03-04 18:43:49 +0100 dr  r268859 : #i99677# more VML import rework 2009-03-03 13:38:36 +0100 dr  r268721 : #i99677# more cleanup for VML filter 2009-03-03 13:13:15 +0100 dr  r268719 : #i99807# do not iterate beyond end of std::list 2009-03-02 11:55:49 +0100 dr  r268644 : add ST_XString support (encoded characters in attribute values) 2009-02-26 17:07:18 +0100 dr  r268542 : #i99677# first steps of ax control import: dummy AX base classes, reimplement VML import (hopefully without breaking anything), register embedded AX controls at VML drawing 2009-02-23 17:43:50 +0100 dr  r268365 : #i99426# remaining work on scenario import 2009-02-19 16:56:25 +0100 dr  r268295 : #i99426# base implementations for scenarios import

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8c04a0e1c1aba6b89c59d8ec9639ca44b85644f5]

        CWS-TOOLING: integrate CWS dr68 2009-06-19 17:43:48 +0200 oc  r273175 : #i102946# some lines for new dialog added 2009-06-19 14:17:45 +0200 oc  r273158 : #i102946# three lines added 2009-05-19 11:56:14 +0200 dr  r272065 : #i99677# wrong attribute name 2009-05-18 18:37:05 +0200 dr  r272045 : #i10000# suncc warning 2009-05-05 16:46:13 +0200 dr  r271536 : #i10000# adoptions after rebase to master containing dr67 2009-05-05 16:01:19 +0200 dr  r271530 : #i10000# adoptions after rebase to master containing dr67 2009-05-04 14:20:39 +0200 dr  r271453 : CWS-TOOLING: rebase CWS dr68 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 17:01:14 +0200 dr  r271332 : CWS-TOOLING: rebase CWS dr68 to trunk@270723 (milestone: DEV300:m46) 2009-04-23 12:21:40 +0200 dr  r271149 : #i100688# missing checkins 2009-04-23 12:18:16 +0200 dr  r271147 : #i100978# relations path handling 2009-04-22 19:25:45 +0200 nn  r271136 : #i49491# show navigator for double click on document position status bar control 2009-04-22 11:28:36 +0200 nn  r271085 : #i60401# small text change 2009-04-21 16:53:23 +0200 dr  r271044 : #i10000# missing dtor 2009-04-20 13:39:25 +0200 nn  r270977 : #i60401# add dialog to extend sort range (patch from maoyg) 2009-04-08 12:11:08 +0200 dr  r270630 : #i100943# prevent assertion when loading chart with empty category ranges 2009-04-07 19:03:00 +0200 dr  r270609 : #i100688# missing bits for OLE 2009-04-07 17:14:06 +0200 dr  r270605 : ported fix for #i100710# 2009-04-07 17:12:50 +0200 dr  r270604 : #i10000# wae 2009-04-07 15:31:55 +0200 dr  r270598 : import system colors moved to FilterBase class, more rework on fill and color contexts 2009-04-06 15:00:03 +0200 dr  r270552 : #i99677# prevent recursive loading of the current document 2009-04-03 18:28:42 +0200 dr  r270515 : added import of brightness/contrast and mono/grayscale color effects for image shapes 2009-04-03 17:36:03 +0200 dr  r270509 : cache already imported embedded graphics 2009-04-03 16:46:34 +0200 dr  r270500 : more rework on bitmap fill and graphic object handling 2009-03-31 12:28:10 +0200 dr  r270271 : #i10000# unxlngi6 wae 2009-03-31 09:04:10 +0200 dr  r270261 : CWS-TOOLING: rebase CWS dr68 to trunk@270033 (milestone: DEV300:m45) 2009-03-30 17:42:05 +0200 dr  r270249 : #i91122# add missing doc 2009-03-30 17:37:08 +0200 dr  r270248 : #i91122# add missing doc 2009-03-30 16:59:15 +0200 dr  r270241 : #i99677# add import of ActiveX scrollbar controls 2009-03-30 14:30:36 +0200 dr  r270230 : #i91122# missing/wrong documentation 2009-03-30 13:03:38 +0200 dr  r270220 : #i99677# add import of ActiveX combobox and spinbutton controls 2009-03-27 11:46:59 +0100 dr  r270144 : #i99677# import ActiveX listbox controls (Forms.ListBox.1) 2009-03-26 19:58:00 +0100 dr  r270104 : #i99677# move more OLE import code into ole submodule 2009-03-26 15:15:02 +0100 dr  r270082 : #i100546# add import of chart bitmap fills, add import of X/Y offset in tiled bitmap fills of all shapes 2009-03-25 12:54:59 +0100 dr  r270018 : #i99677# import ActiveX edit text control (Forms.TextBox.1) 2009-03-24 10:59:29 +0100 dr  r269921 : #i99677# moved import of OLE StdHlink to 'ole' submodule, added string import helpers to BinaryStreamBase class, removed implementation of ST_XString import from docprop in favour of the implementation in class AttributeList 2009-03-24 10:40:18 +0100 dr  r269919 : #i100502# implicit precedence of '&&' was intended 2009-03-24 10:18:29 +0100 dr  r269917 : #i100502# missing parentheses 2009-03-23 15:17:48 +0100 dr  r269876 : #i99677# more code reorg, added graphic helper and OLE helper object per filter, added OLE/control import to PPTX/XLSX filter, moved helpers from XmlFilterBase to FilterBase 2009-03-19 12:45:20 +0100 dr  r269740 : #i99677# interface changes in oox 2009-03-18 15:51:50 +0100 dr  r269683 : #i99677# improved relation handling (internal/external), added preprocessor for VML streams to eat MS specific instructions, added OCX ToggleButton/OptionButton import, added DIB import for BIFF (page background picture, lots of other minor improvements 2009-03-16 15:25:30 +0100 dr  r269551 : #i99677# import excel form control client data (printable, cell link) 2009-03-13 18:37:17 +0100 dr  r269494 : #i99677# import image controls and check boxes 2009-03-12 15:08:18 +0100 dr  r269420 : #i10000# rebase problems 2009-03-12 14:43:09 +0100 dr  r269418 : #i10000# rebase problems 2009-03-12 14:42:41 +0100 dr  r269417 : #i10000# missing delivered header 2009-03-12 13:57:06 +0100 dr  r269405 : #i10000# typos 2009-03-12 12:58:52 +0100 dr  r269391 : CWS-TOOLING: rebase CWS dr68 to trunk@269297 (milestone: DEV300:m43) 2009-03-12 11:11:46 +0100 dr  r269374 : #i99677# first step to import BIFF8 page background 2009-03-12 10:21:53 +0100 dr  r269364 : #i99677# rework of graphic import in entire filter, added import of AX Label controls 2009-03-09 16:44:50 +0100 dr  r269202 : #i99677# import some formatting attributes of command buttons 2009-03-05 15:31:46 +0100 dr  r268911 : #i99677# use VML shape client data to import excel VML shape positions 2009-03-05 11:39:48 +0100 dr  r268888 : #i99677# create UNO control shapes from VML control shapes 2009-03-05 11:38:59 +0100 dr  r268886 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-05 11:30:40 +0100 dr  r268885 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-04 18:46:05 +0100 dr  r268860 : adapt namespace ids according to oox 2009-03-04 18:43:49 +0100 dr  r268859 : #i99677# more VML import rework 2009-03-03 13:38:36 +0100 dr  r268721 : #i99677# more cleanup for VML filter 2009-03-03 13:13:15 +0100 dr  r268719 : #i99807# do not iterate beyond end of std::list 2009-03-02 11:55:49 +0100 dr  r268644 : add ST_XString support (encoded characters in attribute values) 2009-02-26 17:07:18 +0100 dr  r268542 : #i99677# first steps of ax control import: dummy AX base classes, reimplement VML import (hopefully without breaking anything), register embedded AX controls at VML drawing 2009-02-23 17:43:50 +0100 dr  r268365 : #i99426# remaining work on scenario import 2009-02-19 16:56:25 +0100 dr  r268295 : #i99426# base implementations for scenarios import

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [9fd7c27e185f0c45c4fb151be0e8ad4ceec93929]

        CWS-TOOLING: integrate CWS dr68 2009-06-19 17:43:48 +0200 oc  r273175 : #i102946# some lines for new dialog added 2009-06-19 14:17:45 +0200 oc  r273158 : #i102946# three lines added 2009-05-19 11:56:14 +0200 dr  r272065 : #i99677# wrong attribute name 2009-05-18 18:37:05 +0200 dr  r272045 : #i10000# suncc warning 2009-05-05 16:46:13 +0200 dr  r271536 : #i10000# adoptions after rebase to master containing dr67 2009-05-05 16:01:19 +0200 dr  r271530 : #i10000# adoptions after rebase to master containing dr67 2009-05-04 14:20:39 +0200 dr  r271453 : CWS-TOOLING: rebase CWS dr68 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 17:01:14 +0200 dr  r271332 : CWS-TOOLING: rebase CWS dr68 to trunk@270723 (milestone: DEV300:m46) 2009-04-23 12:21:40 +0200 dr  r271149 : #i100688# missing checkins 2009-04-23 12:18:16 +0200 dr  r271147 : #i100978# relations path handling 2009-04-22 19:25:45 +0200 nn  r271136 : #i49491# show navigator for double click on document position status bar control 2009-04-22 11:28:36 +0200 nn  r271085 : #i60401# small text change 2009-04-21 16:53:23 +0200 dr  r271044 : #i10000# missing dtor 2009-04-20 13:39:25 +0200 nn  r270977 : #i60401# add dialog to extend sort range (patch from maoyg) 2009-04-08 12:11:08 +0200 dr  r270630 : #i100943# prevent assertion when loading chart with empty category ranges 2009-04-07 19:03:00 +0200 dr  r270609 : #i100688# missing bits for OLE 2009-04-07 17:14:06 +0200 dr  r270605 : ported fix for #i100710# 2009-04-07 17:12:50 +0200 dr  r270604 : #i10000# wae 2009-04-07 15:31:55 +0200 dr  r270598 : import system colors moved to FilterBase class, more rework on fill and color contexts 2009-04-06 15:00:03 +0200 dr  r270552 : #i99677# prevent recursive loading of the current document 2009-04-03 18:28:42 +0200 dr  r270515 : added import of brightness/contrast and mono/grayscale color effects for image shapes 2009-04-03 17:36:03 +0200 dr  r270509 : cache already imported embedded graphics 2009-04-03 16:46:34 +0200 dr  r270500 : more rework on bitmap fill and graphic object handling 2009-03-31 12:28:10 +0200 dr  r270271 : #i10000# unxlngi6 wae 2009-03-31 09:04:10 +0200 dr  r270261 : CWS-TOOLING: rebase CWS dr68 to trunk@270033 (milestone: DEV300:m45) 2009-03-30 17:42:05 +0200 dr  r270249 : #i91122# add missing doc 2009-03-30 17:37:08 +0200 dr  r270248 : #i91122# add missing doc 2009-03-30 16:59:15 +0200 dr  r270241 : #i99677# add import of ActiveX scrollbar controls 2009-03-30 14:30:36 +0200 dr  r270230 : #i91122# missing/wrong documentation 2009-03-30 13:03:38 +0200 dr  r270220 : #i99677# add import of ActiveX combobox and spinbutton controls 2009-03-27 11:46:59 +0100 dr  r270144 : #i99677# import ActiveX listbox controls (Forms.ListBox.1) 2009-03-26 19:58:00 +0100 dr  r270104 : #i99677# move more OLE import code into ole submodule 2009-03-26 15:15:02 +0100 dr  r270082 : #i100546# add import of chart bitmap fills, add import of X/Y offset in tiled bitmap fills of all shapes 2009-03-25 12:54:59 +0100 dr  r270018 : #i99677# import ActiveX edit text control (Forms.TextBox.1) 2009-03-24 10:59:29 +0100 dr  r269921 : #i99677# moved import of OLE StdHlink to 'ole' submodule, added string import helpers to BinaryStreamBase class, removed implementation of ST_XString import from docprop in favour of the implementation in class AttributeList 2009-03-24 10:40:18 +0100 dr  r269919 : #i100502# implicit precedence of '&&' was intended 2009-03-24 10:18:29 +0100 dr  r269917 : #i100502# missing parentheses 2009-03-23 15:17:48 +0100 dr  r269876 : #i99677# more code reorg, added graphic helper and OLE helper object per filter, added OLE/control import to PPTX/XLSX filter, moved helpers from XmlFilterBase to FilterBase 2009-03-19 12:45:20 +0100 dr  r269740 : #i99677# interface changes in oox 2009-03-18 15:51:50 +0100 dr  r269683 : #i99677# improved relation handling (internal/external), added preprocessor for VML streams to eat MS specific instructions, added OCX ToggleButton/OptionButton import, added DIB import for BIFF (page background picture, lots of other minor improvements 2009-03-16 15:25:30 +0100 dr  r269551 : #i99677# import excel form control client data (printable, cell link) 2009-03-13 18:37:17 +0100 dr  r269494 : #i99677# import image controls and check boxes 2009-03-12 15:08:18 +0100 dr  r269420 : #i10000# rebase problems 2009-03-12 14:43:09 +0100 dr  r269418 : #i10000# rebase problems 2009-03-12 14:42:41 +0100 dr  r269417 : #i10000# missing delivered header 2009-03-12 13:57:06 +0100 dr  r269405 : #i10000# typos 2009-03-12 12:58:52 +0100 dr  r269391 : CWS-TOOLING: rebase CWS dr68 to trunk@269297 (milestone: DEV300:m43) 2009-03-12 11:11:46 +0100 dr  r269374 : #i99677# first step to import BIFF8 page background 2009-03-12 10:21:53 +0100 dr  r269364 : #i99677# rework of graphic import in entire filter, added import of AX Label controls 2009-03-09 16:44:50 +0100 dr  r269202 : #i99677# import some formatting attributes of command buttons 2009-03-05 15:31:46 +0100 dr  r268911 : #i99677# use VML shape client data to import excel VML shape positions 2009-03-05 11:39:48 +0100 dr  r268888 : #i99677# create UNO control shapes from VML control shapes 2009-03-05 11:38:59 +0100 dr  r268886 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-05 11:30:40 +0100 dr  r268885 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-04 18:46:05 +0100 dr  r268860 : adapt namespace ids according to oox 2009-03-04 18:43:49 +0100 dr  r268859 : #i99677# more VML import rework 2009-03-03 13:38:36 +0100 dr  r268721 : #i99677# more cleanup for VML filter 2009-03-03 13:13:15 +0100 dr  r268719 : #i99807# do not iterate beyond end of std::list 2009-03-02 11:55:49 +0100 dr  r268644 : add ST_XString support (encoded characters in attribute values) 2009-02-26 17:07:18 +0100 dr  r268542 : #i99677# first steps of ax control import: dummy AX base classes, reimplement VML import (hopefully without breaking anything), register embedded AX controls at VML drawing 2009-02-23 17:43:50 +0100 dr  r268365 : #i99426# remaining work on scenario import 2009-02-19 16:56:25 +0100 dr  r268295 : #i99426# base implementations for scenarios import

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ecfb5bac7be8c1b1ea97b2aef11b6bb6b762f529]

        CWS-TOOLING: integrate CWS dr68 2009-06-19 17:43:48 +0200 oc  r273175 : #i102946# some lines for new dialog added 2009-06-19 14:17:45 +0200 oc  r273158 : #i102946# three lines added 2009-05-19 11:56:14 +0200 dr  r272065 : #i99677# wrong attribute name 2009-05-18 18:37:05 +0200 dr  r272045 : #i10000# suncc warning 2009-05-05 16:46:13 +0200 dr  r271536 : #i10000# adoptions after rebase to master containing dr67 2009-05-05 16:01:19 +0200 dr  r271530 : #i10000# adoptions after rebase to master containing dr67 2009-05-04 14:20:39 +0200 dr  r271453 : CWS-TOOLING: rebase CWS dr68 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 17:01:14 +0200 dr  r271332 : CWS-TOOLING: rebase CWS dr68 to trunk@270723 (milestone: DEV300:m46) 2009-04-23 12:21:40 +0200 dr  r271149 : #i100688# missing checkins 2009-04-23 12:18:16 +0200 dr  r271147 : #i100978# relations path handling 2009-04-22 19:25:45 +0200 nn  r271136 : #i49491# show navigator for double click on document position status bar control 2009-04-22 11:28:36 +0200 nn  r271085 : #i60401# small text change 2009-04-21 16:53:23 +0200 dr  r271044 : #i10000# missing dtor 2009-04-20 13:39:25 +0200 nn  r270977 : #i60401# add dialog to extend sort range (patch from maoyg) 2009-04-08 12:11:08 +0200 dr  r270630 : #i100943# prevent assertion when loading chart with empty category ranges 2009-04-07 19:03:00 +0200 dr  r270609 : #i100688# missing bits for OLE 2009-04-07 17:14:06 +0200 dr  r270605 : ported fix for #i100710# 2009-04-07 17:12:50 +0200 dr  r270604 : #i10000# wae 2009-04-07 15:31:55 +0200 dr  r270598 : import system colors moved to FilterBase class, more rework on fill and color contexts 2009-04-06 15:00:03 +0200 dr  r270552 : #i99677# prevent recursive loading of the current document 2009-04-03 18:28:42 +0200 dr  r270515 : added import of brightness/contrast and mono/grayscale color effects for image shapes 2009-04-03 17:36:03 +0200 dr  r270509 : cache already imported embedded graphics 2009-04-03 16:46:34 +0200 dr  r270500 : more rework on bitmap fill and graphic object handling 2009-03-31 12:28:10 +0200 dr  r270271 : #i10000# unxlngi6 wae 2009-03-31 09:04:10 +0200 dr  r270261 : CWS-TOOLING: rebase CWS dr68 to trunk@270033 (milestone: DEV300:m45) 2009-03-30 17:42:05 +0200 dr  r270249 : #i91122# add missing doc 2009-03-30 17:37:08 +0200 dr  r270248 : #i91122# add missing doc 2009-03-30 16:59:15 +0200 dr  r270241 : #i99677# add import of ActiveX scrollbar controls 2009-03-30 14:30:36 +0200 dr  r270230 : #i91122# missing/wrong documentation 2009-03-30 13:03:38 +0200 dr  r270220 : #i99677# add import of ActiveX combobox and spinbutton controls 2009-03-27 11:46:59 +0100 dr  r270144 : #i99677# import ActiveX listbox controls (Forms.ListBox.1) 2009-03-26 19:58:00 +0100 dr  r270104 : #i99677# move more OLE import code into ole submodule 2009-03-26 15:15:02 +0100 dr  r270082 : #i100546# add import of chart bitmap fills, add import of X/Y offset in tiled bitmap fills of all shapes 2009-03-25 12:54:59 +0100 dr  r270018 : #i99677# import ActiveX edit text control (Forms.TextBox.1) 2009-03-24 10:59:29 +0100 dr  r269921 : #i99677# moved import of OLE StdHlink to 'ole' submodule, added string import helpers to BinaryStreamBase class, removed implementation of ST_XString import from docprop in favour of the implementation in class AttributeList 2009-03-24 10:40:18 +0100 dr  r269919 : #i100502# implicit precedence of '&&' was intended 2009-03-24 10:18:29 +0100 dr  r269917 : #i100502# missing parentheses 2009-03-23 15:17:48 +0100 dr  r269876 : #i99677# more code reorg, added graphic helper and OLE helper object per filter, added OLE/control import to PPTX/XLSX filter, moved helpers from XmlFilterBase to FilterBase 2009-03-19 12:45:20 +0100 dr  r269740 : #i99677# interface changes in oox 2009-03-18 15:51:50 +0100 dr  r269683 : #i99677# improved relation handling (internal/external), added preprocessor for VML streams to eat MS specific instructions, added OCX ToggleButton/OptionButton import, added DIB import for BIFF (page background picture, lots of other minor improvements 2009-03-16 15:25:30 +0100 dr  r269551 : #i99677# import excel form control client data (printable, cell link) 2009-03-13 18:37:17 +0100 dr  r269494 : #i99677# import image controls and check boxes 2009-03-12 15:08:18 +0100 dr  r269420 : #i10000# rebase problems 2009-03-12 14:43:09 +0100 dr  r269418 : #i10000# rebase problems 2009-03-12 14:42:41 +0100 dr  r269417 : #i10000# missing delivered header 2009-03-12 13:57:06 +0100 dr  r269405 : #i10000# typos 2009-03-12 12:58:52 +0100 dr  r269391 : CWS-TOOLING: rebase CWS dr68 to trunk@269297 (milestone: DEV300:m43) 2009-03-12 11:11:46 +0100 dr  r269374 : #i99677# first step to import BIFF8 page background 2009-03-12 10:21:53 +0100 dr  r269364 : #i99677# rework of graphic import in entire filter, added import of AX Label controls 2009-03-09 16:44:50 +0100 dr  r269202 : #i99677# import some formatting attributes of command buttons 2009-03-05 15:31:46 +0100 dr  r268911 : #i99677# use VML shape client data to import excel VML shape positions 2009-03-05 11:39:48 +0100 dr  r268888 : #i99677# create UNO control shapes from VML control shapes 2009-03-05 11:38:59 +0100 dr  r268886 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-05 11:30:40 +0100 dr  r268885 : #i99677# change attribute Shapes to DrawPage for import of embedded form controls 2009-03-04 18:46:05 +0100 dr  r268860 : adapt namespace ids according to oox 2009-03-04 18:43:49 +0100 dr  r268859 : #i99677# more VML import rework 2009-03-03 13:38:36 +0100 dr  r268721 : #i99677# more cleanup for VML filter 2009-03-03 13:13:15 +0100 dr  r268719 : #i99807# do not iterate beyond end of std::list 2009-03-02 11:55:49 +0100 dr  r268644 : add ST_XString support (encoded characters in attribute values) 2009-02-26 17:07:18 +0100 dr  r268542 : #i99677# first steps of ax control import: dummy AX base classes, reimplement VML import (hopefully without breaking anything), register embedded AX controls at VML drawing 2009-02-23 17:43:50 +0100 dr  r268365 : #i99426# remaining work on scenario import 2009-02-19 16:56:25 +0100 dr  r268295 : #i99426# base implementations for scenarios import

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [44a9cb47e88ef146354aa79d1c2ea6f38fec59fe]

        CWS-TOOLING: integrate CWS native254 2009-07-06 11:53:05 +0200 is  r273730 : #159765# setting of unixrights for Windows not required 2009-07-03 14:34:49 +0200 is  r273699 : #160182# new ooo transformation wizard

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [9b39e0017a375378b646e2e7e0e3e537c0205a58]

        CWS-TOOLING: integrate CWS fhawfixes2 2009-07-08 14:58:06 +0200 oc  r273832 : #i103413# 2009-07-01 22:02:46 +0200 fredrikh  r273615 : i103249 2009-07-01 17:12:45 +0200 fredrikh  r273605 : i103249 2009-07-01 16:55:27 +0200 fredrikh  r273603 : i102752 2009-07-01 16:51:30 +0200 fredrikh  r273602 : i102752 2009-07-01 15:49:58 +0200 fredrikh  r273597 : i102752 2009-07-01 15:32:34 +0200 fredrikh  r273596 : i103216 2009-07-01 15:10:05 +0200 fredrikh  r273590 : i102752 2009-07-01 14:41:23 +0200 fredrikh  r273587 : i102752 2009-07-01 14:40:11 +0200 fredrikh  r273585 : i102752 2009-07-01 13:14:31 +0200 fredrikh  r273572 : i102752 2009-07-01 13:02:47 +0200 fredrikh  r273570 : i102752 2009-07-01 12:54:54 +0200 fredrikh  r273569 : i102752 2009-07-01 12:24:23 +0200 fredrikh  r273567 : i102752 2009-07-01 12:23:10 +0200 fredrikh  r273566 : i102752 2009-07-01 12:22:06 +0200 fredrikh  r273565 : i102752 2009-07-01 12:13:26 +0200 fredrikh  r273563 : i102752 2009-06-30 18:00:13 +0200 fredrikh  r273530 : i103220 2009-06-30 17:52:06 +0200 fredrikh  r273528 : i102845 2009-06-30 17:36:50 +0200 fredrikh  r273526 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 11:36:55 +0200 fredrikh  r273499 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@272827 (milestone: DEV300:m50) 2009-06-29 14:12:15 +0200 fredrikh  r273473 : i94734 2009-06-24 18:59:13 +0200 fredrikh  r273362 : i102846 2009-06-24 16:01:32 +0200 fredrikh  r273352 : i102999 2009-06-24 14:33:37 +0200 fredrikh  r273347 : i103063 & i102999 2009-06-24 14:32:18 +0200 fredrikh  r273346 : i103063 2009-06-24 14:17:42 +0200 fredrikh  r273345 : i103063 2009-06-24 13:38:39 +0200 fredrikh  r273341 : i103063 2009-06-24 13:38:15 +0200 fredrikh  r273340 : i103063 2009-06-24 13:37:32 +0200 fredrikh  r273339 : i103063 2009-06-24 13:36:43 +0200 fredrikh  r273338 : i103063 2009-06-24 13:36:26 +0200 fredrikh  r273337 : i103063 2009-06-24 13:36:08 +0200 fredrikh  r273336 : i103063 2009-06-24 13:32:08 +0200 fredrikh  r273335 : i103063 2009-06-24 02:01:29 +0200 fredrikh  r273305 : i102999 2009-06-23 17:07:02 +0200 fredrikh  r273298 : i103042 2009-06-23 17:06:17 +0200 fredrikh  r273297 : i103042 2009-06-23 16:27:47 +0200 fredrikh  r273295 : i102999 2009-06-23 16:26:46 +0200 fredrikh  r273294 : i102999 2009-06-23 16:26:20 +0200 fredrikh  r273293 : i102999 2009-06-23 16:25:37 +0200 fredrikh  r273291 : i102999 2009-06-23 16:24:52 +0200 fredrikh  r273290 : i102999 2009-06-23 16:24:05 +0200 fredrikh  r273288 : i102999 2009-06-23 16:23:49 +0200 fredrikh  r273287 : i102999 2009-06-23 14:46:08 +0200 fredrikh  r273282 : i102999 2009-06-23 13:18:56 +0200 fredrikh  r273279 : i102999 2009-06-22 18:17:33 +0200 fredrikh  r273250 : i102999 2009-06-22 18:17:10 +0200 fredrikh  r273249 : i102999 2009-06-22 18:16:48 +0200 fredrikh  r273248 : i102999 2009-06-22 18:16:33 +0200 fredrikh  r273247 : i102999 2009-06-22 18:16:07 +0200 fredrikh  r273246 : i102999 2009-06-22 18:15:32 +0200 fredrikh  r273245 : i102999 2009-06-22 16:14:00 +0200 fredrikh  r273237 : i102792 2009-06-22 13:35:09 +0200 fredrikh  r273228 : i102648 2009-06-22 12:19:41 +0200 fredrikh  r273211 : i102800 2009-06-18 17:57:17 +0200 fredrikh  r273127 : i102800 2009-06-17 19:01:42 +0200 fredrikh  r273092 : i102800 2009-06-17 14:28:32 +0200 fredrikh  r273073 : i102800 2009-06-17 13:16:26 +0200 fredrikh  r273061 : i102800 2009-06-17 13:14:19 +0200 fredrikh  r273060 : i102800 2009-06-17 12:20:47 +0200 fredrikh  r273058 : i102800 2009-06-16 23:56:39 +0200 fredrikh  r273043 : i102800 2009-06-16 19:01:53 +0200 fredrikh  r273036 : i102800 2009-06-15 17:53:18 +0200 fredrikh  r273005 : i102800 2009-06-15 17:19:25 +0200 fredrikh  r273003 : i102800 2009-06-15 15:57:40 +0200 fredrikh  r272993 : i102799 2009-06-15 15:11:05 +0200 fredrikh  r272990 : i102648 2009-06-15 15:09:56 +0200 fredrikh  r272989 : i102648 2009-06-15 14:48:42 +0200 fredrikh  r272988 : i102648 2009-06-15 12:41:32 +0200 fredrikh  r272977 : i102648 2009-06-15 12:27:09 +0200 fredrikh  r272975 : i102648 2009-06-10 17:31:22 +0200 fredrikh  r272831 : i102648 2009-06-10 15:47:16 +0200 fredrikh  r272823 : i102647 2009-06-10 13:21:24 +0200 fredrikh  r272805 : i102639 + i96954

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f2f8267adc71f7bf6d7e344d7b4bab51ce44a833]

        CWS-TOOLING: integrate CWS fhawfixes2 2009-07-08 14:58:06 +0200 oc  r273832 : #i103413# 2009-07-01 22:02:46 +0200 fredrikh  r273615 : i103249 2009-07-01 17:12:45 +0200 fredrikh  r273605 : i103249 2009-07-01 16:55:27 +0200 fredrikh  r273603 : i102752 2009-07-01 16:51:30 +0200 fredrikh  r273602 : i102752 2009-07-01 15:49:58 +0200 fredrikh  r273597 : i102752 2009-07-01 15:32:34 +0200 fredrikh  r273596 : i103216 2009-07-01 15:10:05 +0200 fredrikh  r273590 : i102752 2009-07-01 14:41:23 +0200 fredrikh  r273587 : i102752 2009-07-01 14:40:11 +0200 fredrikh  r273585 : i102752 2009-07-01 13:14:31 +0200 fredrikh  r273572 : i102752 2009-07-01 13:02:47 +0200 fredrikh  r273570 : i102752 2009-07-01 12:54:54 +0200 fredrikh  r273569 : i102752 2009-07-01 12:24:23 +0200 fredrikh  r273567 : i102752 2009-07-01 12:23:10 +0200 fredrikh  r273566 : i102752 2009-07-01 12:22:06 +0200 fredrikh  r273565 : i102752 2009-07-01 12:13:26 +0200 fredrikh  r273563 : i102752 2009-06-30 18:00:13 +0200 fredrikh  r273530 : i103220 2009-06-30 17:52:06 +0200 fredrikh  r273528 : i102845 2009-06-30 17:36:50 +0200 fredrikh  r273526 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 11:36:55 +0200 fredrikh  r273499 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@272827 (milestone: DEV300:m50) 2009-06-29 14:12:15 +0200 fredrikh  r273473 : i94734 2009-06-24 18:59:13 +0200 fredrikh  r273362 : i102846 2009-06-24 16:01:32 +0200 fredrikh  r273352 : i102999 2009-06-24 14:33:37 +0200 fredrikh  r273347 : i103063 & i102999 2009-06-24 14:32:18 +0200 fredrikh  r273346 : i103063 2009-06-24 14:17:42 +0200 fredrikh  r273345 : i103063 2009-06-24 13:38:39 +0200 fredrikh  r273341 : i103063 2009-06-24 13:38:15 +0200 fredrikh  r273340 : i103063 2009-06-24 13:37:32 +0200 fredrikh  r273339 : i103063 2009-06-24 13:36:43 +0200 fredrikh  r273338 : i103063 2009-06-24 13:36:26 +0200 fredrikh  r273337 : i103063 2009-06-24 13:36:08 +0200 fredrikh  r273336 : i103063 2009-06-24 13:32:08 +0200 fredrikh  r273335 : i103063 2009-06-24 02:01:29 +0200 fredrikh  r273305 : i102999 2009-06-23 17:07:02 +0200 fredrikh  r273298 : i103042 2009-06-23 17:06:17 +0200 fredrikh  r273297 : i103042 2009-06-23 16:27:47 +0200 fredrikh  r273295 : i102999 2009-06-23 16:26:46 +0200 fredrikh  r273294 : i102999 2009-06-23 16:26:20 +0200 fredrikh  r273293 : i102999 2009-06-23 16:25:37 +0200 fredrikh  r273291 : i102999 2009-06-23 16:24:52 +0200 fredrikh  r273290 : i102999 2009-06-23 16:24:05 +0200 fredrikh  r273288 : i102999 2009-06-23 16:23:49 +0200 fredrikh  r273287 : i102999 2009-06-23 14:46:08 +0200 fredrikh  r273282 : i102999 2009-06-23 13:18:56 +0200 fredrikh  r273279 : i102999 2009-06-22 18:17:33 +0200 fredrikh  r273250 : i102999 2009-06-22 18:17:10 +0200 fredrikh  r273249 : i102999 2009-06-22 18:16:48 +0200 fredrikh  r273248 : i102999 2009-06-22 18:16:33 +0200 fredrikh  r273247 : i102999 2009-06-22 18:16:07 +0200 fredrikh  r273246 : i102999 2009-06-22 18:15:32 +0200 fredrikh  r273245 : i102999 2009-06-22 16:14:00 +0200 fredrikh  r273237 : i102792 2009-06-22 13:35:09 +0200 fredrikh  r273228 : i102648 2009-06-22 12:19:41 +0200 fredrikh  r273211 : i102800 2009-06-18 17:57:17 +0200 fredrikh  r273127 : i102800 2009-06-17 19:01:42 +0200 fredrikh  r273092 : i102800 2009-06-17 14:28:32 +0200 fredrikh  r273073 : i102800 2009-06-17 13:16:26 +0200 fredrikh  r273061 : i102800 2009-06-17 13:14:19 +0200 fredrikh  r273060 : i102800 2009-06-17 12:20:47 +0200 fredrikh  r273058 : i102800 2009-06-16 23:56:39 +0200 fredrikh  r273043 : i102800 2009-06-16 19:01:53 +0200 fredrikh  r273036 : i102800 2009-06-15 17:53:18 +0200 fredrikh  r273005 : i102800 2009-06-15 17:19:25 +0200 fredrikh  r273003 : i102800 2009-06-15 15:57:40 +0200 fredrikh  r272993 : i102799 2009-06-15 15:11:05 +0200 fredrikh  r272990 : i102648 2009-06-15 15:09:56 +0200 fredrikh  r272989 : i102648 2009-06-15 14:48:42 +0200 fredrikh  r272988 : i102648 2009-06-15 12:41:32 +0200 fredrikh  r272977 : i102648 2009-06-15 12:27:09 +0200 fredrikh  r272975 : i102648 2009-06-10 17:31:22 +0200 fredrikh  r272831 : i102648 2009-06-10 15:47:16 +0200 fredrikh  r272823 : i102647 2009-06-10 13:21:24 +0200 fredrikh  r272805 : i102639 + i96954

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f8d96406dec3eccaaf9870080e375453af548dfa]

        CWS-TOOLING: integrate CWS fhawfixes2 2009-07-08 14:58:06 +0200 oc  r273832 : #i103413# 2009-07-01 22:02:46 +0200 fredrikh  r273615 : i103249 2009-07-01 17:12:45 +0200 fredrikh  r273605 : i103249 2009-07-01 16:55:27 +0200 fredrikh  r273603 : i102752 2009-07-01 16:51:30 +0200 fredrikh  r273602 : i102752 2009-07-01 15:49:58 +0200 fredrikh  r273597 : i102752 2009-07-01 15:32:34 +0200 fredrikh  r273596 : i103216 2009-07-01 15:10:05 +0200 fredrikh  r273590 : i102752 2009-07-01 14:41:23 +0200 fredrikh  r273587 : i102752 2009-07-01 14:40:11 +0200 fredrikh  r273585 : i102752 2009-07-01 13:14:31 +0200 fredrikh  r273572 : i102752 2009-07-01 13:02:47 +0200 fredrikh  r273570 : i102752 2009-07-01 12:54:54 +0200 fredrikh  r273569 : i102752 2009-07-01 12:24:23 +0200 fredrikh  r273567 : i102752 2009-07-01 12:23:10 +0200 fredrikh  r273566 : i102752 2009-07-01 12:22:06 +0200 fredrikh  r273565 : i102752 2009-07-01 12:13:26 +0200 fredrikh  r273563 : i102752 2009-06-30 18:00:13 +0200 fredrikh  r273530 : i103220 2009-06-30 17:52:06 +0200 fredrikh  r273528 : i102845 2009-06-30 17:36:50 +0200 fredrikh  r273526 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 11:36:55 +0200 fredrikh  r273499 : CWS-TOOLING: rebase CWS fhawfixes2 to trunk@272827 (milestone: DEV300:m50) 2009-06-29 14:12:15 +0200 fredrikh  r273473 : i94734 2009-06-24 18:59:13 +0200 fredrikh  r273362 : i102846 2009-06-24 16:01:32 +0200 fredrikh  r273352 : i102999 2009-06-24 14:33:37 +0200 fredrikh  r273347 : i103063 & i102999 2009-06-24 14:32:18 +0200 fredrikh  r273346 : i103063 2009-06-24 14:17:42 +0200 fredrikh  r273345 : i103063 2009-06-24 13:38:39 +0200 fredrikh  r273341 : i103063 2009-06-24 13:38:15 +0200 fredrikh  r273340 : i103063 2009-06-24 13:37:32 +0200 fredrikh  r273339 : i103063 2009-06-24 13:36:43 +0200 fredrikh  r273338 : i103063 2009-06-24 13:36:26 +0200 fredrikh  r273337 : i103063 2009-06-24 13:36:08 +0200 fredrikh  r273336 : i103063 2009-06-24 13:32:08 +0200 fredrikh  r273335 : i103063 2009-06-24 02:01:29 +0200 fredrikh  r273305 : i102999 2009-06-23 17:07:02 +0200 fredrikh  r273298 : i103042 2009-06-23 17:06:17 +0200 fredrikh  r273297 : i103042 2009-06-23 16:27:47 +0200 fredrikh  r273295 : i102999 2009-06-23 16:26:46 +0200 fredrikh  r273294 : i102999 2009-06-23 16:26:20 +0200 fredrikh  r273293 : i102999 2009-06-23 16:25:37 +0200 fredrikh  r273291 : i102999 2009-06-23 16:24:52 +0200 fredrikh  r273290 : i102999 2009-06-23 16:24:05 +0200 fredrikh  r273288 : i102999 2009-06-23 16:23:49 +0200 fredrikh  r273287 : i102999 2009-06-23 14:46:08 +0200 fredrikh  r273282 : i102999 2009-06-23 13:18:56 +0200 fredrikh  r273279 : i102999 2009-06-22 18:17:33 +0200 fredrikh  r273250 : i102999 2009-06-22 18:17:10 +0200 fredrikh  r273249 : i102999 2009-06-22 18:16:48 +0200 fredrikh  r273248 : i102999 2009-06-22 18:16:33 +0200 fredrikh  r273247 : i102999 2009-06-22 18:16:07 +0200 fredrikh  r273246 : i102999 2009-06-22 18:15:32 +0200 fredrikh  r273245 : i102999 2009-06-22 16:14:00 +0200 fredrikh  r273237 : i102792 2009-06-22 13:35:09 +0200 fredrikh  r273228 : i102648 2009-06-22 12:19:41 +0200 fredrikh  r273211 : i102800 2009-06-18 17:57:17 +0200 fredrikh  r273127 : i102800 2009-06-17 19:01:42 +0200 fredrikh  r273092 : i102800 2009-06-17 14:28:32 +0200 fredrikh  r273073 : i102800 2009-06-17 13:16:26 +0200 fredrikh  r273061 : i102800 2009-06-17 13:14:19 +0200 fredrikh  r273060 : i102800 2009-06-17 12:20:47 +0200 fredrikh  r273058 : i102800 2009-06-16 23:56:39 +0200 fredrikh  r273043 : i102800 2009-06-16 19:01:53 +0200 fredrikh  r273036 : i102800 2009-06-15 17:53:18 +0200 fredrikh  r273005 : i102800 2009-06-15 17:19:25 +0200 fredrikh  r273003 : i102800 2009-06-15 15:57:40 +0200 fredrikh  r272993 : i102799 2009-06-15 15:11:05 +0200 fredrikh  r272990 : i102648 2009-06-15 15:09:56 +0200 fredrikh  r272989 : i102648 2009-06-15 14:48:42 +0200 fredrikh  r272988 : i102648 2009-06-15 12:41:32 +0200 fredrikh  r272977 : i102648 2009-06-15 12:27:09 +0200 fredrikh  r272975 : i102648 2009-06-10 17:31:22 +0200 fredrikh  r272831 : i102648 2009-06-10 15:47:16 +0200 fredrikh  r272823 : i102647 2009-06-10 13:21:24 +0200 fredrikh  r272805 : i102639 + i96954

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [63d71582afdc55fb43d467a64266051c3b7218de]

        CWS-TOOLING: integrate CWS moz2seamonkey01 2009-06-18 20:56:43 +0200 fs  r273133 : #i10000# corrected resolved of merge conflict 2009-06-18 20:55:34 +0200 fs  r273132 : #i10000# corrected resolved of merge conflict 2009-06-18 10:49:26 +0200 fs  r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50) 2009-06-17 20:48:35 +0200 fs  r273094 : #i84961# removed 'pointless and buggy' echo statement 2009-05-22 11:27:08 +0200 fs  r272176 : #i101763# provided by tono@openoffice.org make compile with mingw 2009-05-22 11:22:25 +0200 fs  r272175 : #i101763# provided by tono@openoffice.org allow compilation in with mingw 2009-04-15 12:09:28 +0200 fs  r270830 : unconditionally disable moz executables 2009-03-27 12:29:38 +0100 fs  r270149 : ignore some configure-related files 2009-03-27 11:47:35 +0100 fs  r270145 : SolarisSparc needs libfreebl_32fpu_3.so 2009-03-27 11:38:09 +0100 fs  r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption) 2009-03-26 21:40:17 +0100 fs  r270108 : superseded by 1.1.14 version 2009-03-24 13:07:21 +0100 fs  r269938 : xptitemp.dat seemingly not needed anymore 2009-03-23 12:56:29 +0100 fs  r269869 : files with : in their name break the build 2009-03-23 12:22:01 +0100 fs  r269866 : files with : in their name break the build 2009-03-21 23:12:06 +0100 fs  r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein 2009-03-21 21:58:17 +0100 fs  r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44) 2009-03-18 12:04:25 +0100 fs  r269649 : in SunHH environment, use pre-requisites from /so/env 2009-03-16 12:33:18 +0100 pastea_p  r269522 : correct makefile.mk sorry again 2009-03-15 17:32:43 +0100 pastea_p  r269506 : last files about migration to 1.1.14 2009-03-15 17:19:39 +0100 pastea_p  r269505 : Migrates some files to 1.1.14 2009-03-04 07:45:40 +0100 fs  r268782 : also add pref.xpt 2009-02-27 09:57:37 +0100 fs  r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6 2009-02-23 10:56:28 +0100 fs  r268346 : syntax 2009-02-19 14:14:56 +0100 fs  r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff 2009-02-18 15:40:40 +0100 fs  r268236 : #i66338# re-enable MozAB on Mac 2009-02-18 15:39:55 +0100 fs  r268235 : #i66338# 2009-02-18 15:30:38 +0100 fs  r268232 : #i66338# tar => $(TAR) (provided by hjs) 2009-02-18 15:28:45 +0100 fs  r268231 : more build envs supported (thanks to hjs for all this work!) 2009-02-18 15:27:02 +0100 fs  r268230 : #i66338# 2009-02-18 15:23:04 +0100 fs  r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment 2009-02-18 12:00:12 +0100 fs  r268210 : #i10000# 2009-02-18 08:17:29 +0100 fs  r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-18 08:16:50 +0100 fs  r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-14 14:05:24 +0100 fs  r267757 : redo the Windows related changes lost with recent resync 2009-02-14 00:06:33 +0100 ericb  r267755 : #i94628#  remove the config_office dir now 2009-02-14 00:04:59 +0100 ericb  r267754 : #i94628#  remove all files in config_office now 2009-02-14 00:01:26 +0100 ericb  r267753 : #i94628#  remove guw in config_office 2009-02-13 23:53:00 +0100 ericb  r267752 : #i94628#  remove files in config_office 2009-02-13 16:02:58 +0100 fs  r267725 : #i10000# 2009-02-12 18:14:31 +0100 ericb  r267685 : #i94628# new generated configure 2009-02-12 18:13:52 +0100 ericb  r267684 : #i94628# fix a path issue for finding seamonkey01 2009-02-12 14:39:17 +0100 ericb  r267662 : #i94628# removing seamonkey.1.1.12 patch 2009-02-12 14:21:04 +0100 ericb  r267658 : #i94628# the new configure, after autoconf 2009-02-12 14:13:21 +0100 ericb  r267656 : #i94628# other missing changes for Windows 2009-02-12 14:04:26 +0100 ericb  r267655 : #i94628# recommit configure.in changes after config_office removing 2009-02-12 13:46:12 +0100 ericb  r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 12:00:48 +0100 ericb  r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-11 13:28:50 +0100 pl  r267595 : #i94628# add MACDEVSDK variable for unxmacxi 2009-02-06 09:44:15 +0100 ericb  r267446 : #i98957# provide the zipped archives too 2009-02-06 09:43:32 +0100 ericb  r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure 2009-02-06 09:42:45 +0100 ericb  r267444 : #i98957# make seamonkey buildable on OpenSolaris 2009-02-02 09:41:57 +0100 fs  r267252 : #i66338# 2009-02-02 09:41:43 +0100 fs  r267251 : #i66338# 2009-01-30 15:12:03 +0100 fs  r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication 2009-01-30 11:53:31 +0100 fs  r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ... 2009-01-29 20:37:01 +0100 fs  r267170 : #i10000# 2009-01-29 20:32:50 +0100 fs  r267169 : more explicit return type of parseSql 2009-01-29 17:32:56 +0100 fs  r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes) 2009-01-29 17:14:58 +0100 fs  r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :) 2009-01-12 11:25:56 +0100 fs  r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set 2009-01-10 22:01:40 +0100 fs  r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it) 2009-01-09 11:15:32 +0100 fs  r266065 : manifests for DLLs need to have ID 2, not 1 2009-01-08 20:02:24 +0100 fs  r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too 2009-01-05 20:45:38 +0100 ericb  r265886 : #i66338# commiting the correct  configure for the tinderboxes 2009-01-05 17:42:34 +0100 ericb  r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 15:34:26 +0100 ericb  r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure 2008-12-16 15:25:37 +0100 pastea_p  r265547 : 1.1.12 to 1.1.13 2008-12-16 14:20:18 +0100 pastea_p  r265540 : correct the hunk about no core_abspath which one broke linux build 2008-12-16 13:10:06 +0100 pastea_p  r265535 : Change name of patch to 1.1.13 2008-12-15 23:32:54 +0100 pastea_p  r265518 : 2008-12-12 18:43:36 +0100 pastea_p  r265435 : update to 1.1.13 2008-12-12 10:56:38 +0100 fs  r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too 2008-12-12 09:56:38 +0100 fs  r265391 : #i95772# don't use regxpcomp on Windows, it's not needed 2008-12-11 11:22:43 +0100 fs  r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll 2008-12-10 13:45:51 +0100 fs  r265182 : proper OSL_ENSURE message 2008-11-13 13:18:03 +0100 fs  r263635 : #i95772# more patches 2008-11-13 12:14:41 +0100 fs  r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:13:33 +0100 fs  r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:08:22 +0100 fs  r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:04:15 +0100 fs  r263627 : #i95772# 2008-11-12 08:23:20 +0100 fs  r263575 : i95772# use xpcom_core on Windows, too 2008-11-11 21:02:14 +0100 fs  r263574 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 20:58:07 +0100 fs  r263573 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 15:05:42 +0100 fs  r263564 : alternative fix for part 1 of #i94957# 2008-11-10 22:18:14 +0100 fs  r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 22:15:57 +0100 fs  r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 09:28:26 +0100 fs  r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe 2008-11-10 09:19:06 +0100 fs  r263508 : collect single patches which comprise the complete patch 2008-11-06 09:10:21 +0100 fs  r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a' 2008-11-02 22:51:27 +0100 fs  r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation 2008-11-02 22:50:15 +0100 fs  r263276 : #i95772# no --enable-system-cairo on Windows 2008-10-18 20:12:36 +0200 pastea_p  r262297 : 2008-10-16 17:15:35 +0200 ericb  r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 17:14:49 +0200 ericb  r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 16:58:21 +0200 ericb  r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-15 20:16:28 +0200 ericb  r262242 : #i94628# use mac as default toolkit on mac 2008-10-14 18:54:13 +0200 ericb  r262216 : #i90774# modify the configure.in for moz2seamonkey migration 2008-10-14 18:48:57 +0200 ericb  r262215 : #i90774# commit moz2seamonkey changes for svn migration 2008-10-14 18:47:05 +0200 ericb  r262214 : #i90774# commit moz2seamonkey changes for svn migration

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2cb7649648771d723097d18dfdde7e1c162fd620]

        CWS-TOOLING: integrate CWS moz2seamonkey01 2009-06-18 20:56:43 +0200 fs  r273133 : #i10000# corrected resolved of merge conflict 2009-06-18 20:55:34 +0200 fs  r273132 : #i10000# corrected resolved of merge conflict 2009-06-18 10:49:26 +0200 fs  r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50) 2009-06-17 20:48:35 +0200 fs  r273094 : #i84961# removed 'pointless and buggy' echo statement 2009-05-22 11:27:08 +0200 fs  r272176 : #i101763# provided by tono@openoffice.org make compile with mingw 2009-05-22 11:22:25 +0200 fs  r272175 : #i101763# provided by tono@openoffice.org allow compilation in with mingw 2009-04-15 12:09:28 +0200 fs  r270830 : unconditionally disable moz executables 2009-03-27 12:29:38 +0100 fs  r270149 : ignore some configure-related files 2009-03-27 11:47:35 +0100 fs  r270145 : SolarisSparc needs libfreebl_32fpu_3.so 2009-03-27 11:38:09 +0100 fs  r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption) 2009-03-26 21:40:17 +0100 fs  r270108 : superseded by 1.1.14 version 2009-03-24 13:07:21 +0100 fs  r269938 : xptitemp.dat seemingly not needed anymore 2009-03-23 12:56:29 +0100 fs  r269869 : files with : in their name break the build 2009-03-23 12:22:01 +0100 fs  r269866 : files with : in their name break the build 2009-03-21 23:12:06 +0100 fs  r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein 2009-03-21 21:58:17 +0100 fs  r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44) 2009-03-18 12:04:25 +0100 fs  r269649 : in SunHH environment, use pre-requisites from /so/env 2009-03-16 12:33:18 +0100 pastea_p  r269522 : correct makefile.mk sorry again 2009-03-15 17:32:43 +0100 pastea_p  r269506 : last files about migration to 1.1.14 2009-03-15 17:19:39 +0100 pastea_p  r269505 : Migrates some files to 1.1.14 2009-03-04 07:45:40 +0100 fs  r268782 : also add pref.xpt 2009-02-27 09:57:37 +0100 fs  r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6 2009-02-23 10:56:28 +0100 fs  r268346 : syntax 2009-02-19 14:14:56 +0100 fs  r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff 2009-02-18 15:40:40 +0100 fs  r268236 : #i66338# re-enable MozAB on Mac 2009-02-18 15:39:55 +0100 fs  r268235 : #i66338# 2009-02-18 15:30:38 +0100 fs  r268232 : #i66338# tar => $(TAR) (provided by hjs) 2009-02-18 15:28:45 +0100 fs  r268231 : more build envs supported (thanks to hjs for all this work!) 2009-02-18 15:27:02 +0100 fs  r268230 : #i66338# 2009-02-18 15:23:04 +0100 fs  r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment 2009-02-18 12:00:12 +0100 fs  r268210 : #i10000# 2009-02-18 08:17:29 +0100 fs  r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-18 08:16:50 +0100 fs  r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-14 14:05:24 +0100 fs  r267757 : redo the Windows related changes lost with recent resync 2009-02-14 00:06:33 +0100 ericb  r267755 : #i94628#  remove the config_office dir now 2009-02-14 00:04:59 +0100 ericb  r267754 : #i94628#  remove all files in config_office now 2009-02-14 00:01:26 +0100 ericb  r267753 : #i94628#  remove guw in config_office 2009-02-13 23:53:00 +0100 ericb  r267752 : #i94628#  remove files in config_office 2009-02-13 16:02:58 +0100 fs  r267725 : #i10000# 2009-02-12 18:14:31 +0100 ericb  r267685 : #i94628# new generated configure 2009-02-12 18:13:52 +0100 ericb  r267684 : #i94628# fix a path issue for finding seamonkey01 2009-02-12 14:39:17 +0100 ericb  r267662 : #i94628# removing seamonkey.1.1.12 patch 2009-02-12 14:21:04 +0100 ericb  r267658 : #i94628# the new configure, after autoconf 2009-02-12 14:13:21 +0100 ericb  r267656 : #i94628# other missing changes for Windows 2009-02-12 14:04:26 +0100 ericb  r267655 : #i94628# recommit configure.in changes after config_office removing 2009-02-12 13:46:12 +0100 ericb  r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 12:00:48 +0100 ericb  r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-11 13:28:50 +0100 pl  r267595 : #i94628# add MACDEVSDK variable for unxmacxi 2009-02-06 09:44:15 +0100 ericb  r267446 : #i98957# provide the zipped archives too 2009-02-06 09:43:32 +0100 ericb  r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure 2009-02-06 09:42:45 +0100 ericb  r267444 : #i98957# make seamonkey buildable on OpenSolaris 2009-02-02 09:41:57 +0100 fs  r267252 : #i66338# 2009-02-02 09:41:43 +0100 fs  r267251 : #i66338# 2009-01-30 15:12:03 +0100 fs  r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication 2009-01-30 11:53:31 +0100 fs  r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ... 2009-01-29 20:37:01 +0100 fs  r267170 : #i10000# 2009-01-29 20:32:50 +0100 fs  r267169 : more explicit return type of parseSql 2009-01-29 17:32:56 +0100 fs  r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes) 2009-01-29 17:14:58 +0100 fs  r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :) 2009-01-12 11:25:56 +0100 fs  r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set 2009-01-10 22:01:40 +0100 fs  r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it) 2009-01-09 11:15:32 +0100 fs  r266065 : manifests for DLLs need to have ID 2, not 1 2009-01-08 20:02:24 +0100 fs  r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too 2009-01-05 20:45:38 +0100 ericb  r265886 : #i66338# commiting the correct  configure for the tinderboxes 2009-01-05 17:42:34 +0100 ericb  r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 15:34:26 +0100 ericb  r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure 2008-12-16 15:25:37 +0100 pastea_p  r265547 : 1.1.12 to 1.1.13 2008-12-16 14:20:18 +0100 pastea_p  r265540 : correct the hunk about no core_abspath which one broke linux build 2008-12-16 13:10:06 +0100 pastea_p  r265535 : Change name of patch to 1.1.13 2008-12-15 23:32:54 +0100 pastea_p  r265518 : 2008-12-12 18:43:36 +0100 pastea_p  r265435 : update to 1.1.13 2008-12-12 10:56:38 +0100 fs  r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too 2008-12-12 09:56:38 +0100 fs  r265391 : #i95772# don't use regxpcomp on Windows, it's not needed 2008-12-11 11:22:43 +0100 fs  r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll 2008-12-10 13:45:51 +0100 fs  r265182 : proper OSL_ENSURE message 2008-11-13 13:18:03 +0100 fs  r263635 : #i95772# more patches 2008-11-13 12:14:41 +0100 fs  r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:13:33 +0100 fs  r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:08:22 +0100 fs  r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:04:15 +0100 fs  r263627 : #i95772# 2008-11-12 08:23:20 +0100 fs  r263575 : i95772# use xpcom_core on Windows, too 2008-11-11 21:02:14 +0100 fs  r263574 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 20:58:07 +0100 fs  r263573 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 15:05:42 +0100 fs  r263564 : alternative fix for part 1 of #i94957# 2008-11-10 22:18:14 +0100 fs  r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 22:15:57 +0100 fs  r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 09:28:26 +0100 fs  r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe 2008-11-10 09:19:06 +0100 fs  r263508 : collect single patches which comprise the complete patch 2008-11-06 09:10:21 +0100 fs  r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a' 2008-11-02 22:51:27 +0100 fs  r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation 2008-11-02 22:50:15 +0100 fs  r263276 : #i95772# no --enable-system-cairo on Windows 2008-10-18 20:12:36 +0200 pastea_p  r262297 : 2008-10-16 17:15:35 +0200 ericb  r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 17:14:49 +0200 ericb  r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 16:58:21 +0200 ericb  r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-15 20:16:28 +0200 ericb  r262242 : #i94628# use mac as default toolkit on mac 2008-10-14 18:54:13 +0200 ericb  r262216 : #i90774# modify the configure.in for moz2seamonkey migration 2008-10-14 18:48:57 +0200 ericb  r262215 : #i90774# commit moz2seamonkey changes for svn migration 2008-10-14 18:47:05 +0200 ericb  r262214 : #i90774# commit moz2seamonkey changes for svn migration

2009-07-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0a14728df214246347e51cdc72a4314180845208]

        CWS-TOOLING: integrate CWS moz2seamonkey01 2009-06-18 20:56:43 +0200 fs  r273133 : #i10000# corrected resolved of merge conflict 2009-06-18 20:55:34 +0200 fs  r273132 : #i10000# corrected resolved of merge conflict 2009-06-18 10:49:26 +0200 fs  r273105 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@272827 (milestone: DEV300:m50) 2009-06-17 20:48:35 +0200 fs  r273094 : #i84961# removed 'pointless and buggy' echo statement 2009-05-22 11:27:08 +0200 fs  r272176 : #i101763# provided by tono@openoffice.org make compile with mingw 2009-05-22 11:22:25 +0200 fs  r272175 : #i101763# provided by tono@openoffice.org allow compilation in with mingw 2009-04-15 12:09:28 +0200 fs  r270830 : unconditionally disable moz executables 2009-03-27 12:29:38 +0100 fs  r270149 : ignore some configure-related files 2009-03-27 11:47:35 +0100 fs  r270145 : SolarisSparc needs libfreebl_32fpu_3.so 2009-03-27 11:38:09 +0100 fs  r270141 : regxpcom call not needed nowadays / also pack libfreebl3 (needed for signature/encryption) 2009-03-26 21:40:17 +0100 fs  r270108 : superseded by 1.1.14 version 2009-03-24 13:07:21 +0100 fs  r269938 : xptitemp.dat seemingly not needed anymore 2009-03-23 12:56:29 +0100 fs  r269869 : files with : in their name break the build 2009-03-23 12:22:01 +0100 fs  r269866 : files with : in their name break the build 2009-03-21 23:12:06 +0100 fs  r269843 : manual resync: merge the changes which happened on TRUNK in mozilla-source-1.7.5.patch herein 2009-03-21 21:58:17 +0100 fs  r269841 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@269781 (milestone: DEV300:m44) 2009-03-18 12:04:25 +0100 fs  r269649 : in SunHH environment, use pre-requisites from /so/env 2009-03-16 12:33:18 +0100 pastea_p  r269522 : correct makefile.mk sorry again 2009-03-15 17:32:43 +0100 pastea_p  r269506 : last files about migration to 1.1.14 2009-03-15 17:19:39 +0100 pastea_p  r269505 : Migrates some files to 1.1.14 2009-03-04 07:45:40 +0100 fs  r268782 : also add pref.xpt 2009-02-27 09:57:37 +0100 fs  r268555 : #i66338# for the moment, disable Mozilla-based code for unxlngx6 2009-02-23 10:56:28 +0100 fs  r268346 : syntax 2009-02-19 14:14:56 +0100 fs  r268283 : make PrintPDE compile in Sun's internal build environment by removing some unneeded stuff 2009-02-18 15:40:40 +0100 fs  r268236 : #i66338# re-enable MozAB on Mac 2009-02-18 15:39:55 +0100 fs  r268235 : #i66338# 2009-02-18 15:30:38 +0100 fs  r268232 : #i66338# tar => $(TAR) (provided by hjs) 2009-02-18 15:28:45 +0100 fs  r268231 : more build envs supported (thanks to hjs for all this work!) 2009-02-18 15:27:02 +0100 fs  r268230 : #i66338# 2009-02-18 15:23:04 +0100 fs  r268229 : #i66338# let it build on Solaris, in Sun Hamburg's build environment 2009-02-18 12:00:12 +0100 fs  r268210 : #i10000# 2009-02-18 08:17:29 +0100 fs  r268198 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-18 08:16:50 +0100 fs  r268197 : #i66338# building Mozilla is not supported anymore, SeaMonkey is the way to go now 2009-02-14 14:05:24 +0100 fs  r267757 : redo the Windows related changes lost with recent resync 2009-02-14 00:06:33 +0100 ericb  r267755 : #i94628#  remove the config_office dir now 2009-02-14 00:04:59 +0100 ericb  r267754 : #i94628#  remove all files in config_office now 2009-02-14 00:01:26 +0100 ericb  r267753 : #i94628#  remove guw in config_office 2009-02-13 23:53:00 +0100 ericb  r267752 : #i94628#  remove files in config_office 2009-02-13 16:02:58 +0100 fs  r267725 : #i10000# 2009-02-12 18:14:31 +0100 ericb  r267685 : #i94628# new generated configure 2009-02-12 18:13:52 +0100 ericb  r267684 : #i94628# fix a path issue for finding seamonkey01 2009-02-12 14:39:17 +0100 ericb  r267662 : #i94628# removing seamonkey.1.1.12 patch 2009-02-12 14:21:04 +0100 ericb  r267658 : #i94628# the new configure, after autoconf 2009-02-12 14:13:21 +0100 ericb  r267656 : #i94628# other missing changes for Windows 2009-02-12 14:04:26 +0100 ericb  r267655 : #i94628# recommit configure.in changes after config_office removing 2009-02-12 13:46:12 +0100 ericb  r267653 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 12:00:48 +0100 ericb  r267643 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@267171 (milestone: DEV300:m41) 2009-02-11 13:28:50 +0100 pl  r267595 : #i94628# add MACDEVSDK variable for unxmacxi 2009-02-06 09:44:15 +0100 ericb  r267446 : #i98957# provide the zipped archives too 2009-02-06 09:43:32 +0100 ericb  r267445 : #i98957# make seamonkey buildable on OpenSolaris, adding the right options for configure 2009-02-06 09:42:45 +0100 ericb  r267444 : #i98957# make seamonkey buildable on OpenSolaris 2009-02-02 09:41:57 +0100 fs  r267252 : #i66338# 2009-02-02 09:41:43 +0100 fs  r267251 : #i66338# 2009-01-30 15:12:03 +0100 fs  r267200 : code consolidation - MQueryHelper now uses MLdapAttributeMap's fillCardFromResult and fillResultFromCard, which makes the code as such shorter, and eliminates information duplication 2009-01-30 11:53:31 +0100 fs  r267189 : reworked the statement parsing / statement execution / result set creation: now we don't anymore create three result sets (two of them leaking) for a single prepared statement ... 2009-01-29 20:37:01 +0100 fs  r267170 : #i10000# 2009-01-29 20:32:50 +0100 fs  r267169 : more explicit return type of parseSql 2009-01-29 17:32:56 +0100 fs  r267163 : slightly refactored the statement class hierarchy (basically remove OStatement_BASE2, and renamed the other base classes) 2009-01-29 17:14:58 +0100 fs  r267161 : #i66338# first implementation to re-enable LDAP access. Still work in progress (but hey, you can see the data already :) 2009-01-12 11:25:56 +0100 fs  r266138 : allow using a debug-enabled version of Mozilla/SeaMonkey when MOZILLA_ENABLE_DEBUG is set 2009-01-10 22:01:40 +0100 fs  r266126 : #i95772# nsldap32v50.dll also needs an embedded manifest (the LDP configuration backend links directly against it) 2009-01-09 11:15:32 +0100 fs  r266065 : manifests for DLLs need to have ID 2, not 1 2009-01-08 20:02:24 +0100 fs  r266035 : #i95772# embed manifest file in shared libs built in directory/c-sdk, too 2009-01-05 20:45:38 +0100 ericb  r265886 : #i66338# commiting the correct  configure for the tinderboxes 2009-01-05 17:42:34 +0100 ericb  r265883 : CWS-TOOLING: rebase CWS moz2seamonkey01 to trunk@265758 (milestone: DEV300:m38) 2008-12-16 15:34:26 +0100 ericb  r265550 : #i94628# change for seamonkey1.1.13 : do not forget to do autoconf in config_office before configure 2008-12-16 15:25:37 +0100 pastea_p  r265547 : 1.1.12 to 1.1.13 2008-12-16 14:20:18 +0100 pastea_p  r265540 : correct the hunk about no core_abspath which one broke linux build 2008-12-16 13:10:06 +0100 pastea_p  r265535 : Change name of patch to 1.1.13 2008-12-15 23:32:54 +0100 pastea_p  r265518 : 2008-12-12 18:43:36 +0100 pastea_p  r265435 : update to 1.1.13 2008-12-12 10:56:38 +0100 fs  r265398 : #i95772# embed .manifest files into SHARED_LIBRARYs built in nsprpub, too 2008-12-12 09:56:38 +0100 fs  r265391 : #i95772# don't use regxpcomp on Windows, it's not needed 2008-12-11 11:22:43 +0100 fs  r265269 : #i95772# Moz/SeaMonkey libs on Windows now link against msvc?80.dll 2008-12-10 13:45:51 +0100 fs  r265182 : proper OSL_ENSURE message 2008-11-13 13:18:03 +0100 fs  r263635 : #i95772# more patches 2008-11-13 12:14:41 +0100 fs  r263630 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:13:33 +0100 fs  r263629 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:08:22 +0100 fs  r263628 : #i95772# building SeaMonkey on Windows is supported for MSVS2005 only at the moment, now requiring v8-moztools.zip instead of the previously needed wintools.zip/vc71*.zip 2008-11-13 12:04:15 +0100 fs  r263627 : #i95772# 2008-11-12 08:23:20 +0100 fs  r263575 : i95772# use xpcom_core on Windows, too 2008-11-11 21:02:14 +0100 fs  r263574 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 20:58:07 +0100 fs  r263573 : i95772# use xpcom_core.lib on Windows, too 2008-11-11 15:05:42 +0100 fs  r263564 : alternative fix for part 1 of #i94957# 2008-11-10 22:18:14 +0100 fs  r263541 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 22:15:57 +0100 fs  r263540 : #i95772# with MSVC2008, compile with -Zc:wchar_t- (shamelessly taken from https://bugzilla.mozilla.org/show_bug.cgi?id=324842) 2008-11-10 09:28:26 +0100 fs  r263509 : #i95772# when building on WNT, embed the .manifest file into the .dll/.exe 2008-11-10 09:19:06 +0100 fs  r263508 : collect single patches which comprise the complete patch 2008-11-06 09:10:21 +0100 fs  r263360 : #i95772# core_abspath does not work on Windows, too (at least in security/nss/cmd/shlibsign). Replace with 'cygpath -d -a' 2008-11-02 22:51:27 +0100 fs  r263277 : #i95772# sanitize INCLUDEDIR and GENHEADERS to use cygwin path notation - cygwin's make 1.81 doesn't cope with Windows path notation 2008-11-02 22:50:15 +0100 fs  r263276 : #i95772# no --enable-system-cairo on Windows 2008-10-18 20:12:36 +0200 pastea_p  r262297 : 2008-10-16 17:15:35 +0200 ericb  r262267 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 17:14:49 +0200 ericb  r262266 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-16 16:58:21 +0200 ericb  r262263 : #i94957# fix the breakage in connectivity, for the seamonkey migration 2008-10-15 20:16:28 +0200 ericb  r262242 : #i94628# use mac as default toolkit on mac 2008-10-14 18:54:13 +0200 ericb  r262216 : #i90774# modify the configure.in for moz2seamonkey migration 2008-10-14 18:48:57 +0200 ericb  r262215 : #i90774# commit moz2seamonkey changes for svn migration 2008-10-14 18:47:05 +0200 ericb  r262214 : #i90774# commit moz2seamonkey changes for svn migration

2009-07-14  Frank Schönheit  <fs@openoffice.org>  [ca8f50023abe198d56123672c5384b7ff76a0414]

        merging selected changes from tags/DEV300_m52

2009-07-14  Frank Schönheit  <fs@openoffice.org>  [2564edcb1c9779e345c5a418d8db251d8ba20f9b]

        merging selected changes from tags/DEV300_m52

2009-07-14  Philipp Lohmann  <pl@openoffice.org>  [cd572c7f63e41e68dc74a2ec6166f686911c0fa8]

        #i92516# make dialog maximizable, fix a paint issue

2009-07-14  Oliver Bolte  <obo@openoffice.org>  [dc6e451d19658bf60917bc71c8087056d0ab6d52]

        #i10000# build breaker in local environment

2009-07-13  Mathias Bauer  <mba@openoffice.org>  [95441e5e925378cb6f6b561b27e8ae638f784f30]

        some line end fixes

2009-07-13  Philipp Lohmann  <pl@openoffice.org>  [92cb6e5eac5e9108ddfe37f70189a96f61c27c39]

        fix number at end, change behaviour for empty string

2009-07-13  Mathias Bauer  <mba@openoffice.org>  [475bd0f922e05d3bea003871d65e52b3aaef5678]

        #i103496#: new top level module for ure

2009-07-13  Kohei Yoshida  <kohei@openoffice.org>  [f926cbe9c3ddd0524f10c43978c719bf1e5870e4]

        #i103512# fixed a crasher bug.

2009-07-13  Thomas Lange  <tl@openoffice.org>  [c4137a7db5360997c2dd699755fcfc31fddf7543]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Mathias Bauer  <mba@openoffice.org>  [1a4e255f5d6d204810c0b45bd2a9592c06d9fcf0]

        #i103496#: remove more superfluous dependencies

2009-07-13  Thomas Lange  <tl@openoffice.org>  [e3aa4b58f6221e65564941688db6a38182ff92c8]

        #i1601# sentence case transliteration

2009-07-13  Mathias Bauer  <mba@openoffice.org>  [967d3a4cbc69a11ddf86d27ef4eb68c87979ff26]

        #i103496#: remove superfluous dependency on sandbox

2009-07-13  Daniel Rentz  <dr@openoffice.org>  [e86f49f5885249ea160cdd16f9866d18f92e4401]

        #i12587# import shapes in charts from MSOOXML

2009-07-13  Mathias Bauer  <mba@openoffice.org>  [0fdd247dfb2bf4a4202786b9471d81863496cdc8]

        #i103496#: remove superfluous dependency on tools

2009-07-13  Daniel Rentz  <dr@openoffice.org>  [a386089b5304685c37f9cacf107a374b0083c326]

        #i12587# import shapes in charts from MSOOXML

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f5cbfdd200561ca465eadb3526bfdaba3ef58f]

        chartshapes: merge with DEV300 m50

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fa312e09048125858595d2fbab20fcf128f83f3]

        chartshapes: merge with DEV300 m46

2009-07-10  Philipp Lohmann  <pl@openoffice.org>  [d6ad6af9da5d94ecad27aceedf9cb719858e5cfd]

        #i92516# fix count

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [d7add7597ced311c733839183aeb689335154f3b]

        #i103452#: remove obsolete PRODUCT_FULL and HDEFS

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [6d8addd659110282cac4217c7dc47cecbc4bcc7f]

        #i103452#: remove obsolete PRODUCT_FULL and HDEFS

2009-07-10  Philipp Lohmann  <pl@openoffice.org>  [a2459a0cb43b28458b1fef79db93067bb7f3bfc4]

        #i92516# new parser for ranges

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [aa611d78df11fcc1e35ead5fa093143bf17e4cf6]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-13  Thomas Lange  <tl@openoffice.org>  [104e585e3db2e7a77e1de237ea68abaf38a44600]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [1d9708f5e1f732eb84813e0eda6da8dd48623b82]

        undoing r273932 which was accidently commited on the master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [f74002df591f62452ef9181068cda76e355f75e7]

        #i1601# sentence case transliteration

2009-07-13  Thomas Lange  <tl@openoffice.org>  [8be7ea6f79a756936ab4a38d6086740dd00338c9]

        #i64400# hyphen should be part of word by default

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [142fdd25f00cb3b291349cd066c78adcfac0296c]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [a25665726be7f5c51f5bb248447742c42ba8664b]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-13  Thomas Lange  <tl@openoffice.org>  [f5fff995555763996b1ecdea81e60d839ed57302]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [78ada7fa6a3b45aeb44cca28a6ff9e35c29adf41]

        #i1601# sentence case transliteration

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [94c78bed2887089fdfb0c36f5b68b9c98bfd5a72]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-13  Thomas Lange  <tl@openoffice.org>  [25c459e8b631e6e1ca8357e806560bf7b7d3b2d4]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [2d463da3e91804bbe4a6665adcc80c458b72c545]

        #i1601# sentence case transliteration

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [a7e564b4836154b84d67814486123eab6cb639c2]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [4b45e95af3f851ca68ef5acaeaa7d8231798baa6]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [68e142cc23ab11ff6ddbf494a7ace303548db379]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [b2bebad78498c79c2a55ae5cf4ee947070c1e21b]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-13  Thomas Lange  <tl@openoffice.org>  [bc3bba74e94d7c1e0f22e9c14f739683200713ad]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [083a898565f723b3dd91a8caf27ea8d02b52fb06]

        #i1601# sentence case transliteration

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [36fd02ff4b6d04896b8e0d43481e213d45e9827b]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-10  Mathias Bauer  <mba@openoffice.org>  [ffd6952e9ad711c6eb60d2eb823999ff99fa0f05]

        #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible

2009-07-13  Thomas Lange  <tl@openoffice.org>  [c0840181bcba5e5e90c44ff56e1780c74fae1683]

        undoing r273933 which was accidently commited on master m51

2009-07-13  Thomas Lange  <tl@openoffice.org>  [74cb7ba840d6b26931d7735cd2e9c2607f1e7c9d]

        #i1601# sentence case transliteration

2009-07-10  Release Engineers  <releng@openoffice.org>  [54228cba143a91aad9d143009774bf453ac0595b]

        #i103441# fix the crash by removing the constructor with buggy ASSERT

2009-07-09  Philipp Lohmann  <pl@openoffice.org>  [3f6401a45f6c8b112752900e959384080e5a4522]

        add: set of possible values

2009-07-09  Release Engineers  <releng@openoffice.org>  [7614668de3ffd550cc6d17075c408c01b7a3cc0a]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [9a7332f1670da432737d836b850a67a6c2fcc72a]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [1b786f14e66b6bdbda08ee508611a6be3a2ebcd4]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [729e73f850c8a722fe1436363558d590c848a164]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [da94720ff22be661e5d070b3a445e9dd40748417]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [67b9b0b1c1883e28c5d3271640ab7bac7ade6497]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [78d50e278f9124586c3c9fda1124e6aeb3db20a6]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [72a7c33dc1933e7e3213d2f3f20411e1b37f6c4d]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [c572e4f30c427886dd2f36287741aa5051c33b74]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Release Engineers  <releng@openoffice.org>  [fe7bb8e9b3e6d758ac7ce0ede1c71a8403886c74]

        Create DEV300_m52 milestone tag from trunk@273857

2009-07-09  Thomas Lange  <tl@openoffice.org>  [6f62d05aa6ab5d3517ba94ccfabef1072e00e534]

        #i101242# new print UI dialog

2009-07-09  Release Engineers  <releng@openoffice.org>  [387d7ab6e58be970b001188bee56150d724bda27]

        #i10000# fix for dbaperf2 changes

2009-07-08  Philipp Lohmann  <pl@openoffice.org>  [e83bd2a5f6cab65ececd3a22722a41bbbeaf43b7]

        #i95216# get a new enumerator that parsers a page range

2009-07-08  Release Engineers  <releng@openoffice.org>  [727a8537d3fd571bbeb495f90fd7ced2a95caa49]

        #i10000# fix for error from dr70

2009-07-08  Release Engineers  <releng@openoffice.org>  [54594630efef8b5844fd3af5f59b641df41e8d43]

        #i10000# fix for error from dba32c

2009-07-08  Kurt Zenker  <kz@openoffice.org>  [05bc641ad5ea5ceb063e7c8f041b11eaf3436ee2]

        #i10000# double merge fixed

2009-07-08  Release Engineers  <releng@openoffice.org>  [923ee6026a02b3f2d7a370d5e038958940824e7c]

        #i10000# solved some problems from odfmetadata2

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [3b8c6379e355f6b9e5355ee17e380d2db7cba7c1]

        Split build: build.lst updates so that everything builds.
        
        * berkeleydb/prj/build.lst:
        * bitstream_vera_fonts/prj/build.lst:
        * boost/prj/build.lst:
        * curl/prj/build.lst:
        * hunspell/prj/build.lst:
        * icu/icuversion.mk: Moved to solenv/bin/.
        * icu/prj/build.lst:
        * moz/prj/build.lst:
        * neon/prj/build.lst:
        * python/prj/build.lst:
        * saxon/prj/build.lst:
        * stax/prj/build.lst:

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [630fb47e531f5a85b0c72d713d61697a1ebae932]

        Split build: Automake/autoconf stuff.
        
        * .gitignore:
        * AUTHORS:
        * COPYING:
        * ChangeLog:
        * INSTALL:
        * Makefile.am:
        * NEWS:
        * README:
        * autogen.sh:
        * build/prj/build.lst:
        * build/src/.gitignore:
        * build/src/OpenOffice.org-libs-extern-sys.pc.in:
        * build/stamp/.gitignore:
        * build/stamp/README.txt:
        * buildenv.in:
        * configure.in:

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [36a9106940c85692f40bf67e615a9489b8a5a079]

        Split build: build.lst updates so that everything builds.
        
        * afms/prj/build.lst:
        * agg/prj/build.lst:
        * apple_remote/prj/build.lst:
        * beanshell/prj/build.lst:
        * cppunit/prj/build.lst:
        * epm/prj/build.lst:
        * external/prj/build.lst:
        * fondu/prj/build.lst:
        * hsqldb/prj/build.lst:
        * hyphen/prj/build.lst:
        * icc/prj/build.lst:
        * libegg/prj/build.lst:
        * libtextcat/prj/build.lst:
        * libwpd/prj/build.lst:
        * libxmlsec/prj/build.lst:
        * lpsolve/prj/build.lst:
        * lucene/prj/build.lst:
        * msfontextract/prj/build.lst:
        * np_sdk/prj/build.lst:
        * openssl/prj/build.lst:
        * redland/prj/build.lst:
        * redland/prj/d.lst:
        * redland/raptor/makefile.mk:
        * redland/rasqal/makefile.mk:
        * redland/redland/makefile.mk:
        * redland/redlandversion.mk: Moved to solenv/inc.
        * rhino/prj/build.lst:
        * sane/prj/build.lst:
        * twain/prj/build.lst:
        * unixODBC/prj/build.lst:
        * vigra/prj/build.lst:
        * x11_extensions/prj/build.lst:
        * xsltml/prj/build.lst:

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [702bad9097d7c039216e6879e054287a6d630066]

        Split build: Automake/autoconf stuff.
        
        * .gitignore:
        * AUTHORS:
        * COPYING:
        * ChangeLog:
        * INSTALL:
        * Makefile.am:
        * NEWS:
        * README:
        * autogen.sh:
        * build/prj/build.lst:
        * build/src/.gitignore:
        * build/src/OpenOffice.org-libs-extern.pc.in:
        * build/stamp/.gitignore:
        * build/stamp/README.txt:
        * buildenv.in:
        * configure.in:

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [df66a2acf77b2f8711f2cb9042695c9866a4dc63]

        Split build: Use the shared Makefile.common.
        
        * Makefile.am: Remove the shared stuff.
        * build/src/.gitignore:

2009-07-07  Jan Holesovsky  <kendy@suse.cz>  [9f9974398ddcf8130413133889b263cfd96f6159]

        Split build: Share the common Makefile rules.
        
        * Makefile.am: Update to install the Makefile.common.
        * build/bin/copyexcept: Needed for installation of solver bits.
        * build/src/.gitignore: Ignore more stuff.
        * build/src/Makefile.common: The common Makefile rules.
        * solenv/bin/modules/installer/worker.pm: Skip existing symlinks.

2009-07-07  Oliver Bolte  <obo@openoffice.org>  [4f3065b4aaf4d7603591946179b0489e05e9bfdc]

        #i10000# MAXPROC: Undefined variable.

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [6183d60aa7e9cf597f5262967f68d516fc648afb]

        DEV300

2009-07-07  Oliver Bolte  <obo@openoffice.org>  [4e7fb1be99b6eed7d7c63f6f947dea52a8267bbe]

        #i10000# MAXPROC added for lucopy

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [6c63aeab5b8d64afa3de9e869f270a0b517e178d]

        CWS-TOOLING: integrate CWS c27v001_DEV300 2009-05-29 09:24:04 +0200 jl  r272433 : #102097# not using stl anymore 2009-05-27 13:47:46 +0200 jl  r272340 : #i102097# make unopkg.com accept pipe input in console

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [9d278fa44b41747145112e9af7a0363ca2f797be]

        CWS-TOOLING: integrate CWS c17v006_DEV300 2009-05-26 14:54:33 +0200 os  r272304 : #i99069# modification of bibliography entries fixed

2009-07-07  Philipp Lohmann  <pl@openoffice.org>  [c8aed19d39abefd12d03b3c3fcc9a948344c4e94]

        PrinterController API change

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [74a8cb347b093dc7314046c719ef571b0b8274f6]

        CWS-TOOLING: integrate CWS hb311fixes01_DEV300 2009-06-30 14:00:11 +0200 hbrinkm  r273504 : CWS-TOOLING: rebase CWS hb311fixes01 to branches/OOO310@273447 (milestone: OOO310:m14) 2009-06-12 10:23:10 +0200 hbrinkm  r272904 : #159836# added static_int_casts to prevent warning on wntmsci12 2009-06-11 17:13:51 +0200 hbrinkm  r272891 : #i101454# also regard new document option 'tab relative to indent' on export 2009-06-10 16:12:17 +0200 hbrinkm  r272825 : #i101451# rephrasing ternary expression solves the problem 2009-05-20 11:56:02 +0200 hbrinkm  r272113 : #159836# reverted old patch, applied new patch 2009-05-18 18:02:31 +0200 hbrinkm  r272042 : #159836# applied patch

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [f273ae885d22cd9daa22c1f13abd78dafdc161b2]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [e13f42a237d47209cf7d74ce8c45efeca0bbd09c]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [b7f8f099706b17bfe469fd4a4eac466de30c9501]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [48c4b0ec1f32c8df9b1d0b48b7d08d026df15ec0]

        CWS-TOOLING: integrate CWS native250_DEV300 2009-06-25 11:55:49 +0200 is  r273374 : #159953# Patch IDs for Solaris Sparc and x86 2009-06-15 16:48:23 +0200 is  r273000 : #159953# update of service tags

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [b46c644225b90f5f6edf5f8144210dc817579960]

        CWS-TOOLING: integrate CWS tkr22_DEV300 2009-06-10 16:22:32 +0200 tkr  r272826 : #100878# ucpdav1 lib has now the patch flag 2009-06-08 14:38:33 +0200 tkr  r272731 : CWS-TOOLING: rebase CWS tkr22 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-06-08 13:10:16 +0200 tkr  r272728 : #100878# add Wspiapi.h to ne_sockets to prevent win2000 crashes

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [d792a6ab32a6ed19b2bba64ec11774041f6079c1]

        CWS-TOOLING: integrate CWS tkr22_DEV300 2009-06-10 16:22:32 +0200 tkr  r272826 : #100878# ucpdav1 lib has now the patch flag 2009-06-08 14:38:33 +0200 tkr  r272731 : CWS-TOOLING: rebase CWS tkr22 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-06-08 13:10:16 +0200 tkr  r272728 : #100878# add Wspiapi.h to ne_sockets to prevent win2000 crashes

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [70575a0a14ca30459f35e9e741324814331a631c]

        CWS-TOOLING: integrate CWS jl128_DEV300 2009-06-09 17:02:57 +0200 is  r272784 : #i102493# update to jre6u14 2009-06-09 16:44:21 +0200 is  r272782 : #i102493# update to jre6u14 2009-06-09 16:18:47 +0200 is  r272780 : #i102493# update to jre6u14 2009-06-09 16:17:33 +0200 is  r272779 : #i102493# update to jre6u14

2009-07-07  Vladimir Glazounov  <vg@openoffice.org>  [342496b8ad625eb5b95a7edea4836ea3266880bd]

        CWS-TOOLING: integrate CWS jl128_DEV300 2009-06-09 17:02:57 +0200 is  r272784 : #i102493# update to jre6u14 2009-06-09 16:44:21 +0200 is  r272782 : #i102493# update to jre6u14 2009-06-09 16:18:47 +0200 is  r272780 : #i102493# update to jre6u14 2009-06-09 16:17:33 +0200 is  r272779 : #i102493# update to jre6u14

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [8e923ca55af52cb650edae67ab771d094f69506a]

        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  Vladimir Glazounov  <vg@openoffice.org>  [7718e234838bce27b6f7f9747ae91b9c236e8edc]

        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  Philipp Lohmann  <pl@openoffice.org>  [08468f43ecab75789ebacb9e440cf52a3c0f98fe]

        fix windows build

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [fc2d14be59dbc93b2e1916052e1e0e383825f1f5]

        CWS-TOOLING: integrate CWS sdk311_DEV300 2009-06-09 10:22:56 +0200 jsc  r272754 : #i101883# adapt number 2009-06-03 13:25:57 +0200 jsc  r272559 : #i101883# ensure correct archive name for sdk, adapt resolve_variables_in_downloadname to exchange packageversion 2009-06-03 13:20:14 +0200 jsc  r272558 : #i101883# ensure correct archive or package name 2009-06-02 14:56:40 +0200 jsc  r272506 : #i101883# ensure correct archive or package name 2009-05-27 11:26:35 +0200 jsc  r272337 : CWS-TOOLING: rebase CWS sdk311 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-05-26 15:15:13 +0200 jsc  r272305 : #i101883# ifdef links to URE libs for MacOSX and adapt compiler settings

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [9394dadcc0453cd5947e098f77b32f6ff7673051]

        CWS-TOOLING: integrate CWS sdk311_DEV300 2009-06-09 10:22:56 +0200 jsc  r272754 : #i101883# adapt number 2009-06-03 13:25:57 +0200 jsc  r272559 : #i101883# ensure correct archive name for sdk, adapt resolve_variables_in_downloadname to exchange packageversion 2009-06-03 13:20:14 +0200 jsc  r272558 : #i101883# ensure correct archive or package name 2009-06-02 14:56:40 +0200 jsc  r272506 : #i101883# ensure correct archive or package name 2009-05-27 11:26:35 +0200 jsc  r272337 : CWS-TOOLING: rebase CWS sdk311 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-05-26 15:15:13 +0200 jsc  r272305 : #i101883# ifdef links to URE libs for MacOSX and adapt compiler settings

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [2058523d7c448abfe7d0237e9c8f8747622c6236]

        CWS-TOOLING: integrate CWS automationdev300m51cat0 2009-07-02 14:14:05 +0200 oc  r273649 : #i103276# Dialog closed and reopened 2009-07-02 13:27:41 +0200 wg  r273644 : i103272, adding some missing underscores

2009-07-06  Ivo Hinkelmann  <ihi@openoffice.org>  [2c0004f43ab3a53f19951b40e1351cb733b9af95]

        #i10000# localize.cxx is in a weird state

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [047cc986976a353d7676eef1114ef4c46c22d147]

        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>  [67efc985e70d7a411fe0862127dfe002f966cece]

        squash some more warnings

2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [6ba513a99f89c88a4d2f4ac1a2bdaf017276f163]

        fix warnings

2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [de669ed51a29363beeb6b73e777004718b988861]

        #i92516# rename PrinterListener

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [f8f3f6e3df0a15e4f389e630c8f215892b436419]

        CWS-TOOLING: integrate CWS native251 2009-06-23 17:59:51 +0200 is  r273302 : #i93770# BrOffice Langpack for Windows finds BrOffice 2009-06-23 17:57:02 +0200 is  r273301 : #i94580# improved dependencies for scp templates

2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [b75ff0e929cb23ba7b74d254759369e488a2070a]

        rename PrinterListener, add: getValues, abortJob

2009-07-06  Philipp Lohmann  <pl@openoffice.org>  [6587abd0796af81128602a7e43927fb3eaead419]

        rename PrinterListener, add: getValues, abortJob

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [91ab2cabe11981d03007616f55acb0119b0435d7]

        CWS-TOOLING: integrate CWS unoapi04 2009-06-26 14:00:27 +0200 lla  r273410 : #i102248# cleanups 2009-06-26 13:36:44 +0200 lla  r273407 : #i102248# fix problem with too long sleeps and waits 2009-06-26 08:34:17 +0200 lla  r273393 : #i102248# cleanups 2009-06-26 08:28:43 +0200 lla  r273392 : #i102248# cleanups 2009-06-25 13:17:19 +0200 lla  r273379 : #i102248# add prototypes 2009-06-25 11:31:02 +0200 lla  r273371 : #i102248# cleanups 2009-06-25 11:15:18 +0200 lla  r273370 : #i102248# add a selftest for demonstration. 2009-06-25 10:53:35 +0200 lla  r273369 : #i102248# add a selftest for demonstration. 2009-06-25 10:38:10 +0200 lla  r273368 : #i102248# add a selftest for demonstration. 2009-06-23 11:09:35 +0200 lla  r273266 : #i102248# cleanup 2009-06-23 11:00:15 +0200 lla  r273265 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:59:50 +0200 lla  r273264 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:58:47 +0200 lla  r273263 : #i102248# add selftest

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [7b2964448edbcfe0d27265761d41a2bda0d2d63d]

        CWS-TOOLING: integrate CWS unoapi04 2009-06-26 14:00:27 +0200 lla  r273410 : #i102248# cleanups 2009-06-26 13:36:44 +0200 lla  r273407 : #i102248# fix problem with too long sleeps and waits 2009-06-26 08:34:17 +0200 lla  r273393 : #i102248# cleanups 2009-06-26 08:28:43 +0200 lla  r273392 : #i102248# cleanups 2009-06-25 13:17:19 +0200 lla  r273379 : #i102248# add prototypes 2009-06-25 11:31:02 +0200 lla  r273371 : #i102248# cleanups 2009-06-25 11:15:18 +0200 lla  r273370 : #i102248# add a selftest for demonstration. 2009-06-25 10:53:35 +0200 lla  r273369 : #i102248# add a selftest for demonstration. 2009-06-25 10:38:10 +0200 lla  r273368 : #i102248# add a selftest for demonstration. 2009-06-23 11:09:35 +0200 lla  r273266 : #i102248# cleanup 2009-06-23 11:00:15 +0200 lla  r273265 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:59:50 +0200 lla  r273264 : #i10i108248# add cwstestresult to cwscheckapi 2009-06-23 10:58:47 +0200 lla  r273263 : #i102248# add selftest

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [575ee24ec27d152018940bc463ede8380a3fdb7c]

        CWS-TOOLING: integrate CWS ause104 2009-06-24 15:58:35 +0200 hjs  r273351 : #i103061# dicard HOMEPATH and HOMEDIR; use matching perl 2009-06-24 13:57:45 +0200 hjs  r273342 : #i103062# - use according dmake var

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [1996f06c101a67115119bfd5325ced58c92c7f8a]

        CWS-TOOLING: integrate CWS ause104 2009-06-24 15:58:35 +0200 hjs  r273351 : #i103061# dicard HOMEPATH and HOMEDIR; use matching perl 2009-06-24 13:57:45 +0200 hjs  r273342 : #i103062# - use according dmake var

2009-07-06  Oliver Bolte  <obo@openoffice.org>  [e77689882666bcfa4113e24c94beabdc51741c2a]

        #i102679# build fix

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [e200eed28c83326b1639d28f4175f21e52d1cb8c]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [c4cc315b74d023369a82760214cddec5c030ed43]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [cf94d9eb9d4e98316176cad6d2fdee0d47eef517]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [468a18eea90174305e33a8d9935bad72b1f89c76]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [4910706670c8a17c46347fa22c63d5779d50fbcc]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [5a32874998ee4575251a3952597cf8d68eae5bee]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [0db94dbe0a0f79e1c649b681eaa3dbaa065faa64]

        CWS-TOOLING: integrate CWS dba32d 2009-06-30 08:58:13 +0200 fs  r273488 : merging latest changes from CWS dba32c 2009-06-29 11:40:42 +0200 oj  r273459 : #i101652# fix token handling 2009-06-26 09:27:30 +0200 oj  r273394 : #i101994# wrong condition checked 2009-06-22 12:09:04 +0200 fs  r273210 : merging latest changes from CWS dba32c 2009-06-18 11:01:06 +0200 fs  r273108 : merge latest changes from CWS dba32c 2009-06-17 14:19:33 +0200 oj  r273072 : handle images at the correct position 2009-06-17 13:37:19 +0200 oj  r273067 : compile error 2009-06-17 13:35:58 +0200 oj  r273066 : #i102201# handle images 2009-06-17 13:27:21 +0200 oj  r273065 : #i80917# disable checkbox for internal copy 2009-06-17 13:25:38 +0200 oj  r273064 : #i80917# disable checkbox for internal copy 2009-06-15 12:59:16 +0200 fs  r272978 : merging latest changes from CWS dba32c 2009-06-15 10:45:58 +0200 fs  r272967 : CWS-TOOLING: rebase CWS dba32d to trunk@272827 (milestone: DEV300:m50) 2009-06-15 08:41:05 +0200 fs  r272960 : merging changes from CWS dba32c (resulting from rebasing dba32c to m50) 2009-06-03 12:22:32 +0200 fs  r272554 : merging latest changes from CWS dba32c 2009-06-03 11:11:27 +0200 fs  r272549 : #i100818# special treatment for DataAwareness not needed anymore 2009-06-03 11:07:01 +0200 fs  r272548 : #i10000# removed package declaration 2009-06-03 09:21:03 +0200 oj  r272537 : #i93465# save window states 2009-06-03 08:56:25 +0200 oj  r272535 : solve compiler warnings 2009-06-03 08:55:02 +0200 oj  r272534 : #i102295# export shapes i the first cell 2009-06-03 07:35:18 +0200 oj  r272533 : #i101994# check for - and + prefix 2009-06-03 06:51:38 +0200 oj  r272531 : #i101463# use uncomposed table name 2009-06-03 06:33:06 +0200 oj  r272530 : #i102019# word corrected 2009-06-02 14:58:28 +0200 fs  r272507 : #i102443# call initializeParser from LoadFinished 2009-06-02 14:30:10 +0200 oj  r272504 : #i102019# introduce static ints 2009-06-02 13:51:02 +0200 oj  r272501 : #i102439# wrong method used 2009-06-02 13:44:09 +0200 fs  r272500 : #i102440# when tampering with Order/GroupBy, reset the cached columns 2009-06-02 10:53:01 +0200 fs  r272487 : #i102234# preserve the original filter when using a 0=1 filter 2009-06-02 10:21:21 +0200 oj  r272486 : #i100535# handle time values as float 2009-06-02 10:19:07 +0200 fs  r272485 : merging latest changes from CWS dba32c 2009-05-29 16:00:15 +0200 fs  r272467 : merging latest changes from dba32c 2009-05-29 15:31:25 +0200 fs  r272462 : merging latest changes from dba32c 2009-05-29 10:58:03 +0200 oj  r272438 : #101135# export embedded-text 2009-05-29 08:17:57 +0200 oj  r272431 : #i80917# make attribute not optional 2009-05-29 08:17:32 +0200 oj  r272430 : remoe unused token 2009-05-29 07:17:15 +0200 oj  r272429 : #i80917# make attribute not optional 2009-05-28 12:48:14 +0200 oj  r272401 : #i102201# insert images in context menu 2009-05-28 12:47:44 +0200 oj  r272400 : #i80917# add new attribute to handle first line 2009-05-28 12:16:12 +0200 oj  r272397 : #i96134# add / to path when it doesn't exist 2009-05-28 12:11:08 +0200 oj  r272390 : #i80917# add new attribute to handle first line 2009-05-28 11:33:35 +0200 oj  r272388 : #i101652# add new checkbox to handle header line as column names 2009-05-28 11:30:15 +0200 oj  r272387 : #i101652# add localize 2009-05-28 11:15:53 +0200 oj  r272386 : merge from dba32c 2009-05-28 09:08:25 +0200 fs  r272378 : merged a build fix from CWS dba32c

2009-07-06  Vladimir Glazounov  <vg@openoffice.org>  [6ff320c634a93f0470bef4d3ebe72e2ea6b72830]

        CWS-TOOLING: integrate CWS automation300m50cat0 2009-06-15 07:41:44 +0200 hde  r272959 : 101001 2009-06-12 13:41:47 +0200 wg  r272916 : i102714 2009-06-12 12:48:42 +0200 msc  r272914 : #102712# AutoFilter does not work 2009-06-12 12:14:11 +0200 wg  r272912 : i102710 2009-06-12 12:13:41 +0200 wg  r272911 : i102710

2009-07-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [16838a806a4d2a2cabdd54b47c1bf2264bf6345a]

        update to DEV300_m51

2009-07-03  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d305e04cd729699886ed7ba89ddd493f65168a4d]

        # i103316# don't require minor extension; rename source root

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [12d58aca69a30e11178581551e05b9c8660e68d4]

        Split build: Support for icecream & parallel build.
        
        * Makefile.am: Add params to build.pl.

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [6d97f2a5cda363f3cda4c6d6e867c7f9a86c79cd]

        Split build: Relativize some paths again (reverts i#102607).
        
        Absolute paths (which came in with m51) are quite a bad idea in the split
        build...
        
        * set_soenv.in:
        * solenv/inc/settings.mk:

2009-07-03  Release Engineers  <releng@openoffice.org>  [d6607723e09a458646504c42357e2a6072fa3dc6]

        CWS-TOOLING: integrate CWS automationdev300m49cat3b 2009-06-11 16:02:30 +0200 wg  r272877 : i102646 2009-06-11 16:02:15 +0200 wg  r272876 : i102642 2009-06-10 15:29:43 +0200 hde  r272821 : i102610 2009-06-10 15:27:23 +0200 wg  r272819 : i102646 2009-06-10 14:34:59 +0200 wg  r272813 : i102642 2009-06-10 14:30:44 +0200 wg  r272811 : i102642

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [6a70f1cd0366fd523ff12d0b4d53b57b786e8a6b]

        Split build: Support for icecream & parallel build.
        
        And also a small m51-related build fix.
        
        * Makefile.am: Empty WITH_LANG, icecream support.
        * configure.in:
        * set_soenv.in:

2009-07-03  Release Engineers  <releng@openoffice.org>  [4ab13eb9b90ce4a1dd6b376e605aa742cd64a591]

        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>  [ba52555270c494c1de67ec2765ddb09c56c4a6c2]

        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>  [fe2fc695df1238e16110f542762d48bdf624e049]

        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>  [cb1400a076d1ac1777db08fef3c011235a936258]

        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>  [7d3b6d29c0eddccf348ada2af707567ffe98479f]

        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>  [94cb48eed91def5c7800a7b2ab52985eb259c33c]

        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>  [846994253f5b86cd93ce10498ee1e5845357a26a]

        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>  [fa1934f564814ddf4350bde36545857a2013556d]

        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>  [00d98cb76a616eaa9500a652a78c80e807c269ca]

        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>  [12a818ea7fee1513bf33a5b5cfe58d5d10822c19]

        CWS-TOOLING: integrate CWS os130a 2009-06-05 15:47:33 +0200 os  r272704 : #63267# 2009-06-05 15:44:03 +0200 os  r272703 : #i99578# 2009-06-05 15:43:27 +0200 os  r272702 : #i99529# 2009-06-05 15:41:39 +0200 os  r272701 : #i99526# 2009-06-05 15:39:32 +0200 os  r272700 : #i91534# 2009-06-05 15:37:12 +0200 os  r272699 : #i102000# 2009-06-05 15:34:12 +0200 os  r272698 : #i101952# 2009-06-05 15:32:31 +0200 os  r272697 : #i101814# 2009-06-05 15:28:55 +0200 os  r272695 : #i101214# 2009-06-05 15:25:05 +0200 os  r272694 : #i101007# 2009-06-05 15:22:49 +0200 os  r272692 : #i100487# 2009-06-05 15:17:13 +0200 os  r272691 : #100825#

2009-07-03  Release Engineers  <releng@openoffice.org>  [c49ae0588e46d067df9babe80deb5b067729b53a]

        CWS-TOOLING: integrate CWS os130a 2009-06-05 15:47:33 +0200 os  r272704 : #63267# 2009-06-05 15:44:03 +0200 os  r272703 : #i99578# 2009-06-05 15:43:27 +0200 os  r272702 : #i99529# 2009-06-05 15:41:39 +0200 os  r272701 : #i99526# 2009-06-05 15:39:32 +0200 os  r272700 : #i91534# 2009-06-05 15:37:12 +0200 os  r272699 : #i102000# 2009-06-05 15:34:12 +0200 os  r272698 : #i101952# 2009-06-05 15:32:31 +0200 os  r272697 : #i101814# 2009-06-05 15:28:55 +0200 os  r272695 : #i101214# 2009-06-05 15:25:05 +0200 os  r272694 : #i101007# 2009-06-05 15:22:49 +0200 os  r272692 : #i100487# 2009-06-05 15:17:13 +0200 os  r272691 : #100825#

2009-07-03  Release Engineers  <releng@openoffice.org>  [a7a6b2091e36b16a728dc69b67d93470f1966b98]

        CWS-TOOLING: integrate CWS dr70 2009-06-09 13:52:02 +0200 dr  r272770 : #i101930# SXC import broken 2009-06-05 11:50:16 +0200 dr  r272675 : #i10000# compiler warning 2009-06-05 11:24:39 +0200 dr  r272674 : #i10000# compiler warning 2009-06-05 10:35:22 +0200 dr  r272668 : #i10000# compiler warning 2009-06-04 16:53:32 +0200 dr  r272646 : CWS-TOOLING: rebase CWS dr70 to trunk@272291 (milestone: DEV300:m49) 2009-06-04 14:50:45 +0200 dr  r272633 : #i10000# compiler warning 2009-06-03 18:50:57 +0200 dr  r272603 : #i101930# fix ODS export of uninit'ed notes, do not craete note captions in UpdatePendingRowHeights 2009-05-28 11:11:17 +0200 dr  r272384 : #i101930# note captions must be created before changing row/column size 2009-05-27 15:48:44 +0200 iha  r272356 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:46:44 +0200 iha  r272355 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:06:58 +0200 iha  r272349 : #i101928# superfluous paint calls while entering and editing charts 2009-05-27 15:01:08 +0200 iha  r272348 : #i101928# superfluous paint calls while entering and editing charts 2009-05-26 14:43:39 +0200 dr  r272303 : #i101930# import performance: invisible cell notes cache caption data 2009-05-22 18:44:19 +0200 dr  r272205 : #i101930# preparations for uninitialized notes (performance), adapted ODF import filter 2009-05-14 19:50:43 +0200 dr  r271918 : #i101930# 'recycle' the shapes already created while loading cell notes 2009-05-06 16:07:45 +0200 dr  r271598 : #i100827# improve performance of HTML query filter, patch by mmeeks, slightly modified 2009-05-06 11:02:38 +0200 dr  r271577 : #i100827# improve performance of HTML query filter, patch by mmeeks 2009-05-06 10:50:13 +0200 dr  r271575 : #i86650# improve performance of HTML query filter 2009-05-05 10:09:44 +0200 nn  r271502 : #i101428# better handling of non-existing view data 2009-04-29 16:42:57 +0200 nn  r271384 : #i101428# after loading, update row heights per sheet on demand

2009-07-03  Release Engineers  <releng@openoffice.org>  [0789079de1c9ed3a0b264db2fac6413d1c3e7f09]

        CWS-TOOLING: integrate CWS dr70 2009-06-09 13:52:02 +0200 dr  r272770 : #i101930# SXC import broken 2009-06-05 11:50:16 +0200 dr  r272675 : #i10000# compiler warning 2009-06-05 11:24:39 +0200 dr  r272674 : #i10000# compiler warning 2009-06-05 10:35:22 +0200 dr  r272668 : #i10000# compiler warning 2009-06-04 16:53:32 +0200 dr  r272646 : CWS-TOOLING: rebase CWS dr70 to trunk@272291 (milestone: DEV300:m49) 2009-06-04 14:50:45 +0200 dr  r272633 : #i10000# compiler warning 2009-06-03 18:50:57 +0200 dr  r272603 : #i101930# fix ODS export of uninit'ed notes, do not craete note captions in UpdatePendingRowHeights 2009-05-28 11:11:17 +0200 dr  r272384 : #i101930# note captions must be created before changing row/column size 2009-05-27 15:48:44 +0200 iha  r272356 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:46:44 +0200 iha  r272355 : #i101925# metafile creation is requested superfluously during inplace editing 2009-05-27 15:06:58 +0200 iha  r272349 : #i101928# superfluous paint calls while entering and editing charts 2009-05-27 15:01:08 +0200 iha  r272348 : #i101928# superfluous paint calls while entering and editing charts 2009-05-26 14:43:39 +0200 dr  r272303 : #i101930# import performance: invisible cell notes cache caption data 2009-05-22 18:44:19 +0200 dr  r272205 : #i101930# preparations for uninitialized notes (performance), adapted ODF import filter 2009-05-14 19:50:43 +0200 dr  r271918 : #i101930# 'recycle' the shapes already created while loading cell notes 2009-05-06 16:07:45 +0200 dr  r271598 : #i100827# improve performance of HTML query filter, patch by mmeeks, slightly modified 2009-05-06 11:02:38 +0200 dr  r271577 : #i100827# improve performance of HTML query filter, patch by mmeeks 2009-05-06 10:50:13 +0200 dr  r271575 : #i86650# improve performance of HTML query filter 2009-05-05 10:09:44 +0200 nn  r271502 : #i101428# better handling of non-existing view data 2009-04-29 16:42:57 +0200 nn  r271384 : #i101428# after loading, update row heights per sheet on demand

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [a529c59633da5a0fcdf1b3ffcbd8991d9d820b5d]

        Split build: pkg-config file for URE.
        
        * Makefile.am: Install it.
        * build/src/.gitignore:
        * build/src/OpenOffice.org-ure.pc.in: The .pc file itself.
        * configure.in: Generate it.

2009-07-03  Release Engineers  <releng@openoffice.org>  [ffd544b26fb087cbb6940b4d82ac8bc578dd9317]

        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>  [12b49d3e687f56553ed5859ccd296dadc9b49c92]

        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>  [b88a62cc97613e5dc00c806f59982cb57f9d1dc8]

        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>  [ba413f83cc3d21e5834ecdfd9a094d56fe76bf8c]

        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>  [ab3a8d0d5f8d5389cb6c9968ad42fb358e343b10]

        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  Mathias Bauer  <mba@openoffice.org>  [28856974b8f334e3a6a219f10ab9fe6451fb7b81]

        #i92516#: virtual method to get JobSetup for document

2009-07-03  Release Engineers  <releng@openoffice.org>  [b8806c5bb01be4fa18ca1e08f90cc5731fee352d]

        CWS-TOOLING: integrate CWS koheiformula03 2009-04-24 17:45:29 +0200 kohei  r271229 : #i101330# Extend Excel's maximum column to Calc's maximum column upon import. 2009-04-14 21:45:35 +0200 kohei  r270810 : #i101048# fixed - now the autofilter menu item is disabled when the current cursor overlaps a datapilot table. 2009-04-14 21:41:22 +0200 kohei  r270809 : #i101047# fixed by removing all merge flags when a new row is inserted.  The old code did remove merge flags, but it didn't remove SC_MF_BUTTON flag. 2009-04-14 18:00:16 +0200 kohei  r270806 : #i101091# fixed the issue.  When creating a data sequence via passing a range representation, the syntax must be the Calc A1 syntax regardless of current formula syntax.  However, for other operations that affects chart's UI, the syntax must be the current formula syntax. In the future we should have an API to directly pass formula reference tokens to chart objects. 2009-04-14 17:46:36 +0200 kohei  r270804 : #i101090# fixed the issue of referenced ranges not being highlighted & formula tooltip not working when the separators are not ';'. 2009-04-14 17:37:55 +0200 kohei  r270802 : #i101043# Fixed.  Defining a named range via the named range box should now work for non-default formula syntax. 2009-04-14 17:35:08 +0200 kohei  r270800 : #i101041#  Fixed.  Always interpret DDE's address using the Calc A1 syntax regardless of current formula syntax.

2009-07-03  Release Engineers  <releng@openoffice.org>  [7b1aa3fa4d21549fbfc726301c5f8878a2ccb347]

        CWS-TOOLING: integrate CWS perftest08 2009-07-02 10:03:16 +0200 lla  r273621 : #159516# support systems with no JAVA_HOME 2009-07-02 10:00:25 +0200 lla  r273620 : #159516# if path is null this not an error 2009-07-01 14:36:05 +0200 lla  r273583 : #159516# add check for wrong cygwin path 2009-06-22 13:18:14 +0200 lla  r273223 : #159516# add PipeConnectionString 2009-06-18 21:44:59 +0200 lla  r273137 : #159516# cleanups 2009-06-18 21:44:17 +0200 lla  r273136 : #159516# handle null 2009-06-18 21:42:56 +0200 lla  r273135 : #159516# add getElementCount() function 2009-06-15 10:40:05 +0200 lla  r272966 : CWS-TOOLING: rebase CWS perftest08 to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:06:22 +0200 lla  r272480 : CWS-TOOLING: rebase CWS perftest08 to trunk@272291 (milestone: DEV300:m49) 2009-05-08 11:40:22 +0200 mib  r271710 : #159717#: File name info for performance test (added void to hasLogFile() parameter list) 2009-05-05 14:14:25 +0200 mib  r271514 : #159717#: File name info for performance test 2009-05-04 15:23:01 +0200 mib  r271466 : #159717#: File name infor for performance test 2009-05-04 15:22:27 +0200 mib  r271465 : #159717#: File name infor for performance test 2009-05-04 15:21:56 +0200 mib  r271464 : #159717#: File name infor for performance test 2009-05-04 15:21:18 +0200 mib  r271462 : #159717#: File name infor for performance test 2009-04-29 16:23:40 +0200 lla  r271383 : #159516# cleanups 2009-04-29 16:23:20 +0200 lla  r271382 : #159516# cleanups 2009-04-08 12:23:01 +0200 lla  r270631 : #159516# typo 2009-04-07 10:30:35 +0200 lla  r270580 : #159516# add prototype 2009-04-07 10:21:15 +0200 lla  r270579 : #159516# cleanup 2009-04-03 09:05:26 +0200 lla  r270448 : #159516# small cleanups 2009-03-30 13:22:26 +0200 lla  r270221 : #159517# merge perftest07

2009-07-03  Release Engineers  <releng@openoffice.org>  [9e7efde23d5e956723527e769347beaa0559cae9]

        CWS-TOOLING: integrate CWS perftest08 2009-07-02 10:03:16 +0200 lla  r273621 : #159516# support systems with no JAVA_HOME 2009-07-02 10:00:25 +0200 lla  r273620 : #159516# if path is null this not an error 2009-07-01 14:36:05 +0200 lla  r273583 : #159516# add check for wrong cygwin path 2009-06-22 13:18:14 +0200 lla  r273223 : #159516# add PipeConnectionString 2009-06-18 21:44:59 +0200 lla  r273137 : #159516# cleanups 2009-06-18 21:44:17 +0200 lla  r273136 : #159516# handle null 2009-06-18 21:42:56 +0200 lla  r273135 : #159516# add getElementCount() function 2009-06-15 10:40:05 +0200 lla  r272966 : CWS-TOOLING: rebase CWS perftest08 to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:06:22 +0200 lla  r272480 : CWS-TOOLING: rebase CWS perftest08 to trunk@272291 (milestone: DEV300:m49) 2009-05-08 11:40:22 +0200 mib  r271710 : #159717#: File name info for performance test (added void to hasLogFile() parameter list) 2009-05-05 14:14:25 +0200 mib  r271514 : #159717#: File name info for performance test 2009-05-04 15:23:01 +0200 mib  r271466 : #159717#: File name infor for performance test 2009-05-04 15:22:27 +0200 mib  r271465 : #159717#: File name infor for performance test 2009-05-04 15:21:56 +0200 mib  r271464 : #159717#: File name infor for performance test 2009-05-04 15:21:18 +0200 mib  r271462 : #159717#: File name infor for performance test 2009-04-29 16:23:40 +0200 lla  r271383 : #159516# cleanups 2009-04-29 16:23:20 +0200 lla  r271382 : #159516# cleanups 2009-04-08 12:23:01 +0200 lla  r270631 : #159516# typo 2009-04-07 10:30:35 +0200 lla  r270580 : #159516# add prototype 2009-04-07 10:21:15 +0200 lla  r270579 : #159516# cleanup 2009-04-03 09:05:26 +0200 lla  r270448 : #159516# small cleanups 2009-03-30 13:22:26 +0200 lla  r270221 : #159517# merge perftest07

2009-07-03  Release Engineers  <releng@openoffice.org>  [b37f665758a8eebc1cbeb0155d7d24787ca3401e]

        CWS-TOOLING: integrate CWS perftest08 2009-07-02 10:03:16 +0200 lla  r273621 : #159516# support systems with no JAVA_HOME 2009-07-02 10:00:25 +0200 lla  r273620 : #159516# if path is null this not an error 2009-07-01 14:36:05 +0200 lla  r273583 : #159516# add check for wrong cygwin path 2009-06-22 13:18:14 +0200 lla  r273223 : #159516# add PipeConnectionString 2009-06-18 21:44:59 +0200 lla  r273137 : #159516# cleanups 2009-06-18 21:44:17 +0200 lla  r273136 : #159516# handle null 2009-06-18 21:42:56 +0200 lla  r273135 : #159516# add getElementCount() function 2009-06-15 10:40:05 +0200 lla  r272966 : CWS-TOOLING: rebase CWS perftest08 to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:06:22 +0200 lla  r272480 : CWS-TOOLING: rebase CWS perftest08 to trunk@272291 (milestone: DEV300:m49) 2009-05-08 11:40:22 +0200 mib  r271710 : #159717#: File name info for performance test (added void to hasLogFile() parameter list) 2009-05-05 14:14:25 +0200 mib  r271514 : #159717#: File name info for performance test 2009-05-04 15:23:01 +0200 mib  r271466 : #159717#: File name infor for performance test 2009-05-04 15:22:27 +0200 mib  r271465 : #159717#: File name infor for performance test 2009-05-04 15:21:56 +0200 mib  r271464 : #159717#: File name infor for performance test 2009-05-04 15:21:18 +0200 mib  r271462 : #159717#: File name infor for performance test 2009-04-29 16:23:40 +0200 lla  r271383 : #159516# cleanups 2009-04-29 16:23:20 +0200 lla  r271382 : #159516# cleanups 2009-04-08 12:23:01 +0200 lla  r270631 : #159516# typo 2009-04-07 10:30:35 +0200 lla  r270580 : #159516# add prototype 2009-04-07 10:21:15 +0200 lla  r270579 : #159516# cleanup 2009-04-03 09:05:26 +0200 lla  r270448 : #159516# small cleanups 2009-03-30 13:22:26 +0200 lla  r270221 : #159517# merge perftest07

2009-07-03  Release Engineers  <releng@openoffice.org>  [b7975b057e45b141b10747d33325b281146b337e]

        CWS-TOOLING: integrate CWS perftest08 2009-07-02 10:03:16 +0200 lla  r273621 : #159516# support systems with no JAVA_HOME 2009-07-02 10:00:25 +0200 lla  r273620 : #159516# if path is null this not an error 2009-07-01 14:36:05 +0200 lla  r273583 : #159516# add check for wrong cygwin path 2009-06-22 13:18:14 +0200 lla  r273223 : #159516# add PipeConnectionString 2009-06-18 21:44:59 +0200 lla  r273137 : #159516# cleanups 2009-06-18 21:44:17 +0200 lla  r273136 : #159516# handle null 2009-06-18 21:42:56 +0200 lla  r273135 : #159516# add getElementCount() function 2009-06-15 10:40:05 +0200 lla  r272966 : CWS-TOOLING: rebase CWS perftest08 to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:06:22 +0200 lla  r272480 : CWS-TOOLING: rebase CWS perftest08 to trunk@272291 (milestone: DEV300:m49) 2009-05-08 11:40:22 +0200 mib  r271710 : #159717#: File name info for performance test (added void to hasLogFile() parameter list) 2009-05-05 14:14:25 +0200 mib  r271514 : #159717#: File name info for performance test 2009-05-04 15:23:01 +0200 mib  r271466 : #159717#: File name infor for performance test 2009-05-04 15:22:27 +0200 mib  r271465 : #159717#: File name infor for performance test 2009-05-04 15:21:56 +0200 mib  r271464 : #159717#: File name infor for performance test 2009-05-04 15:21:18 +0200 mib  r271462 : #159717#: File name infor for performance test 2009-04-29 16:23:40 +0200 lla  r271383 : #159516# cleanups 2009-04-29 16:23:20 +0200 lla  r271382 : #159516# cleanups 2009-04-08 12:23:01 +0200 lla  r270631 : #159516# typo 2009-04-07 10:30:35 +0200 lla  r270580 : #159516# add prototype 2009-04-07 10:21:15 +0200 lla  r270579 : #159516# cleanup 2009-04-03 09:05:26 +0200 lla  r270448 : #159516# small cleanups 2009-03-30 13:22:26 +0200 lla  r270221 : #159517# merge perftest07

2009-07-03  Release Engineers  <releng@openoffice.org>  [d766cc1c9eb41f85eb47e00a7091df1d7d4baf46]

        #i10000# fix for hb18 merge

2009-07-03  Release Engineers  <releng@openoffice.org>  [10f3260f4010b1547fb42d5c5395122d75d565eb]

        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-03  Release Engineers  <releng@openoffice.org>  [d81bc12a6715a94905a4f0e034c241977d120065]

        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-03  Jan Holesovsky  <kendy@suse.cz>  [30edb6e384b9bfc45f460113e01eb8cebd9cb28a]

        Merge commit 'ooo/DEV300_m51'
        
        Conflicts:
        	offapi/prj/build.lst

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [3ae3d2fd00ed2308455b6c19811385dd6db3c6ca]

        Merge commit 'ooo/DEV300_m51'
        
        Conflicts:
        	configure
        	scp2/prj/build.lst
        	solenv/inc/settings.mk

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [34ed1dfc9786b8ee48fe00de09865879cdc37be6]

        Split build: make install works.
        
        Needs the most recent changes from the bootstrap.
        
        * .gitignore: Ignore what is generated during make install.
        * Makefile.am: make install itself.

2009-07-03  Jan Holesovsky  <kendy@suse.cz>  [e11a9513465e2d65e09991abbb6c67609eb85ec0]

        Split build: Add also installation-related variables to buildenv-common.
        
        * build/src/buildenv-common: BUILD, LAST_MINOR, LOCAL_OUT, LOCAL_COMMON_OUT.

2009-07-02  Release Engineers  <releng@openoffice.org>  [9682c068fb48c097f6f0cc0c4dcda321dac93e7e]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [e49ca2777ba38f75b24a49d30f59c2f0d2be79e6]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [44569a657c4282757443ae06efc6441e571a0409]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [40814138b1938d68b81fc7069c5c77ba306b0e4e]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [6a64591a8774d2cb7057fff5af1af21c6e6c01b2]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [b6a1de965a626fd337f0f491beb373cf813bfab2]

        CWS-TOOLING: integrate CWS bubblechart 2009-06-17 08:41:14 +0200 hde  r273051 : i101635: added new charttype bubble 2009-06-17 08:39:37 +0200 hde  r273050 : i101635: created new testcase tCreateNewBubbleChart 2009-06-17 08:38:07 +0200 hde  r273049 : i101635: created new testcase tCreateNewBubbleChart 2009-06-15 15:22:32 +0200 hde  r272991 : 101635 2009-06-11 12:44:01 +0200 iha  r272864 : rebase to dev300m50 2009-06-10 23:27:54 +0200 iha  r272841 : CWS-TOOLING: rebase CWS bubblechart to trunk@272827 (milestone: DEV300:m50) 2009-06-04 18:07:35 +0200 iha  r272649 : #i64689# Bubble Chart 2009-06-04 17:26:44 +0200 iha  r272647 : #i64689# Bubble Chart 2009-06-04 11:24:25 +0200 iha  r272618 : #i64689# add more spacing between bubbles and data labels 2009-05-26 18:05:23 +0200 ufi  r272314 : i101637 2009-04-22 14:37:50 +0200 iha  r271115 : #i64689# bubble chart 2009-04-21 17:52:23 +0200 iha  r271052 : #i64689# bubble chart 2009-04-21 17:50:48 +0200 iha  r271051 : #i76728# type icon for xy chart 2009-04-21 17:25:52 +0200 iha  r271049 : #i76728# type icon for xy chart 2009-04-09 11:18:09 +0200 iha  r270685 : #i100977# autoscaling works not correct if missing values should be treated as zero 2009-04-08 16:39:43 +0200 iha  r270656 : #i64689# bubble chart - missing value treatment 2009-04-08 15:13:25 +0200 iha  r270655 : #i64689# bubble chart - remove unused code 2009-04-08 15:12:19 +0200 iha  r270653 : #i64689# bubble chart - determine sereis length correctly on export 2009-04-08 14:22:43 +0200 iha  r270650 : #i64689# bubble chart - remove unused code 2009-04-08 14:12:09 +0200 iha  r270646 : #i64689# bubble chart - export domains even if no main sequence was found 2009-04-08 14:11:07 +0200 iha  r270645 : #i64689# bubble chart - don't replace missing size values with 1.0 2009-04-07 16:20:22 +0200 iha  r270602 : #i64689# bubble chart - do not offer percent values for data label display for xy and bubble chart 2009-04-07 16:17:42 +0200 iha  r270601 : remove superfluous code 2009-04-06 16:39:32 +0200 iha  r270569 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-02 17:33:33 +0200 iha  r270427 : use input string for formatting in data table during edit 2009-04-02 16:00:29 +0200 iha  r270413 : #i64689# bubble chart - when creating a new series within the data table give it the same number format as the former series, thus the new bubble size values can be edited with the same format immidiately 2009-04-02 11:25:33 +0200 iha  r270385 : #i64689# bubble chart -correct automatic numberformat detection for axis, data table and data label + transport data label numberformat during copy paste in addition to axis numberformat 2009-04-01 11:32:03 +0200 iha  r270312 : #i64689# bubble chart - add further parameter for view creation 2009-03-31 17:52:08 +0200 iha  r270291 : #i64689# bubble chart - scale bubble size with diagram size 2009-03-31 13:38:13 +0200 iha  r270278 : #i64689# bubble chart - wrong size for small values < 1 2009-03-27 19:11:07 +0100 iha  r270169 : #i64689# bubble chart 2009-03-27 19:07:11 +0100 iha  r270168 : #i64689# bubble chart - remove unused code 2009-03-27 18:33:57 +0100 iha  r270167 : #i64689# bubble chart - create no shape for invalid sizes 2009-03-27 15:18:21 +0100 iha  r270157 : #i76728# type icon for xy chart 2009-03-27 14:34:38 +0100 iha  r270156 : #i64689# bubble chart - correct scaling 2009-03-27 14:27:27 +0100 iha  r270155 : #i64689# bubble chart - images 2009-03-27 14:25:45 +0100 iha  r270154 : #i64689# bubble chart - images 2009-03-27 11:38:57 +0100 iha  r270142 : #i64689# bubble chart - values-size is the main series 2009-03-27 11:30:20 +0100 iha  r270140 : #i64689# correct order of sequences after load thus switching charttypes afterwards produces expected results now 2009-03-26 10:22:55 +0100 iha  r270056 : #i64689# bubble chart 2009-03-24 17:45:15 +0100 iha  r269984 : #i64689# bubble chart - user properties from points (not only from the series) 2009-03-24 15:10:57 +0100 dr  r269954 : #i64989# export bubble charts to xls 2009-03-24 14:55:29 +0100 dr  r269952 : #i64989# import bubble charts from xls 2009-03-24 14:54:46 +0100 dr  r269950 : #i64989# import bubble charts from ooxml 2009-03-23 18:59:08 +0100 iha  r269895 : further cleanups possible with new member m_aGlobalSeriesImportInfo 2009-03-23 16:54:04 +0100 iha  r269886 : #i64689# bubble chart - a single sequence must be interpreted as sizes because of ODF specification 2009-03-23 16:50:43 +0100 iha  r269885 : #i64689# save&load bubble chart 2009-03-20 19:30:29 +0100 iha  r269826 : CWS-TOOLING: rebase CWS bubblechart to trunk@269781 (milestone: DEV300:m44) 2009-03-19 11:30:33 +0100 iha  r269732 : #i64689# rename SchXMLCategoriesDomainContext to SchXMLCategoriesContext avoid confusion with domains 2009-03-18 17:11:13 +0100 iha  r269693 : #i64689# add charttype bubble 2009-03-18 17:09:22 +0100 iha  r269692 : #i64689# remove unused code 2009-03-13 12:18:26 +0100 iha  r269467 : #i64689# corrected lineends 2009-03-12 11:25:14 +0100 iha  r269376 : #i64689# bubble chart (part 1)

2009-07-02  Release Engineers  <releng@openoffice.org>  [8dd4265b9ddbd7786b6237676909eae5b540da0e]

        CWS-TOOLING: integrate CWS hb18 2009-06-24 18:01:53 +0200 hbrinkm  r273360 : CWS-TOOLING: rebase CWS hb18 to trunk@272827 (milestone: DEV300:m50) 2009-05-18 14:42:16 +0200 hbrinkm  r272021 : bailout changes for 159836, wrong CWS 2009-05-18 14:35:51 +0200 hbrinkm  r272019 : #159836# applied patch 2009-05-15 15:50:30 +0200 hbrinkm  r271943 : #i99790# removed warning 2009-05-14 17:45:32 +0200 hbrinkm  r271912 : CWS-TOOLING: rebase CWS hb18 to trunk@271830 (milestone: DEV300:m48) 2009-05-14 13:33:46 +0200 hbrinkm  r271886 : #i101390# applied patch 2009-04-24 10:26:45 +0200 hbrinkm  r271201 : #101105# applied patch 2009-04-22 11:38:38 +0200 hbrinkm  r271087 : #i101159# applied patch 2009-04-17 13:46:21 +0200 hbrinkm  r270938 : #i99790# applied patch 2009-04-16 16:46:51 +0200 hbrinkm  r270894 : #i98292# applied patch 2009-04-01 16:37:56 +0200 hbrinkm  r270339 : #i100358# applied patch 2009-03-31 10:12:57 +0200 hbrinkm  r270263 : CWS-TOOLING: rebase CWS hb18 to trunk@270033 (milestone: DEV300:m45) 2009-03-18 16:14:25 +0100 hbrinkm  r269685 : #100264# applied patch 2009-02-17 15:41:21 +0100 hbrinkm  r268175 : i97247# applied patch 2009-02-17 11:19:30 +0100 hbrinkm  r267855 : #i98885# applied patch

2009-07-02  thb  <thb@openoffice.org>  [54e4becdc5eee38a4ef85f8bab8d6258c54e2faf]

        Better wording, better menu, and better code; kudos to ericb for the patch

2009-07-02  Release Engineers  <releng@openoffice.org>  [31c8faa0b93ffc3e975014c721f71b6d4e3d7141]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [ef19f7554cb85dc53c8858e800512680aea6c051]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [c07293ca06f80aecc48203a5c56bae1235abe88d]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [be14833d0fe6be523299e09a72ae61d93a04bc04]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [0d2ffcca942b8a4355f88e00b4ca308ea30f73f8]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [6fcee31ed5e1dadcbf9614967592ff188a250007]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Release Engineers  <releng@openoffice.org>  [55d908ad3e7e9625b473de0b4933d309281e259a]

        CWS-TOOLING: integrate CWS aw065 2009-06-17 13:48:12 +0200 aw  r273068 : #99385# corrected small error in SCs selection visualisation 2009-06-16 15:45:28 +0200 wg  r273021 : i102838 2009-06-16 12:46:07 +0200 wg  r273016 : i102833 2009-06-11 17:40:29 +0200 aw  r272895 : #i98870# added implementation for getPageCount helper 2009-06-11 16:39:54 +0200 aw  r272885 : #i102663#, #i102667#, #i98870# incluide file typo corrected 2009-06-11 16:24:07 +0200 aw  r272881 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-11 16:23:52 +0200 aw  r272880 : #i102663#, #i102667#, #i98870# changes to SdrText, it's usage in SdrTextPrimitive2D and to OverlayObject base implementation. Also support for PageCountField added 2009-06-09 13:50:29 +0200 aw  r272769 : #i98917# added support for the OverlayHatchRectanglePrimitive to follow rotation with it's hatch; simplified OverlayHatchRect 2009-06-09 13:04:06 +0200 aw  r272766 : #i98870# re-added PageNumber identification in SdrTextPrimitive2D::get2DDecomposition 2009-06-08 18:56:05 +0200 aw  r272744 : #i99385# added some last corrections to OverlayObjects in SD (had to do some merges on resync, needed to optically check and correct) 2009-06-08 11:17:57 +0200 aw  r272725 : cws aw065: corrections after resync 2009-06-08 11:02:25 +0200 aw  r272723 : cws aw065: corrections after resync 2009-06-08 10:36:22 +0200 aw  r272722 : cws aw065: corrections after resync 2009-06-05 18:57:06 +0200 aw  r272712 : CWS-TOOLING: rebase CWS aw065 to trunk@272291 (milestone: DEV300:m49) 2009-06-05 14:56:34 +0200 aw  r272690 : #i89784# stripped old stuff no longer needed due to text-to-polygon conversion using primitives 2009-06-05 14:50:07 +0200 aw  r272688 : #102091# removed on-model-lock suppression for SdrObject::ActionChanged() 2009-06-05 14:47:29 +0200 aw  r272687 : #102091# corrected local value buffering in ScenePrimitive2D::get2DDecomposition 2009-06-03 17:53:32 +0200 aw  r272599 : #i89784# version before stripping 2009-06-03 17:52:18 +0200 aw  r272598 : #i89784# version before stripping 2009-05-28 17:15:47 +0200 aw  r272420 : #i101872# old stuff removed/stripped 2009-05-28 17:15:32 +0200 aw  r272419 : #i101872# old stuff removed/stripped 2009-05-28 17:15:15 +0200 aw  r272418 : #i101872# old stuff removed/stripped 2009-05-28 17:14:45 +0200 aw  r272417 : #i101872# old stuff removed/stripped 2009-05-28 12:13:56 +0200 aw  r272396 : #i101872# stable hybrid state 2009-05-28 12:13:46 +0200 aw  r272395 : #i101872# stable hybrid state 2009-05-28 12:13:35 +0200 aw  r272394 : #i101872# stable hybrid state 2009-05-28 12:13:20 +0200 aw  r272393 : #i101872# stable hybrid state 2009-05-28 12:13:05 +0200 aw  r272392 : #i101872# stable hybrid state 2009-05-28 12:12:51 +0200 aw  r272391 : #i101872# stable hybrid state 2009-05-15 16:56:02 +0200 aw  r271952 : #i101872# HitTest unifications 2009-05-15 16:55:22 +0200 aw  r271951 : #i101872# HitTest unifications 2009-05-15 16:55:12 +0200 aw  r271950 : #i101872# HitTest unifications 2009-05-15 16:55:01 +0200 aw  r271949 : #i101872# HitTest unifications 2009-05-15 16:54:51 +0200 aw  r271948 : #i101872# HitTest unifications 2009-05-15 16:54:35 +0200 aw  r271947 : #i101872# HitTest unifications 2009-05-15 16:54:22 +0200 aw  r271946 : #i101872# HitTest unifications 2009-05-12 19:08:38 +0200 aw  r271834 : #i101684# corrected AutoShape's preparation of text transformation due to different definitions in TextBounds 2009-05-12 15:44:49 +0200 aw  r271827 : #i89784# expanded TextLayouterDevice::getTextOutlines() to support DXArray and X-Font scaling 2009-05-11 19:40:40 +0200 aw  r271790 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:25 +0200 aw  r271789 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 19:40:12 +0200 aw  r271788 : #i99385# extended HitTest primitive usage, removed IsHdlHit implementations; prepared further HitTest simplifications 2009-05-11 13:01:53 +0200 aw  r271765 : #i99385# corrections and optimizations 2009-05-08 14:48:40 +0200 aw  r271718 : #i1016180# added optimizations in model operations when model is locked 2009-05-08 14:11:45 +0200 aw  r271716 : #i101679# added flush() calls to OverlayManager when interaction step is prepared 2009-05-07 17:44:03 +0200 aw  r271689 : #i99385# last corrections/changes 2009-05-07 17:43:47 +0200 aw  r271688 : #i99385# last corrections/changes 2009-05-07 13:20:09 +0200 aw  r271654 : #i99385# added changes from WFH 2009-05-07 13:19:38 +0200 aw  r271653 : #i99385# added changes from WFH 2009-05-07 13:19:11 +0200 aw  r271652 : #i99385# added changes from WFH 2009-05-07 11:33:17 +0200 aw  r271643 : #i99385# corrections after resync 2009-05-07 11:17:31 +0200 aw  r271642 : #i99385# corrections after resync 2009-05-06 18:46:53 +0200 aw  r271609 : CWS-TOOLING: rebase CWS aw065 to trunk@271427 (milestone: DEV300:m47) 2009-05-05 18:24:03 +0200 aw  r271548 : #i101443# force new text decomposition when TextBackgroundColor has changed 2009-05-05 17:44:42 +0200 aw  r271542 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:32 +0200 aw  r271541 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:20 +0200 aw  r271540 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 17:44:09 +0200 aw  r271539 : #i99385# 3rd round, simplifications and corrections done 2009-05-05 15:48:38 +0200 aw  r271527 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:15 +0200 aw  r271526 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:48:03 +0200 aw  r271525 : #i99385# 2nd round, usages checked and corrected 2009-05-05 15:47:51 +0200 aw  r271524 : #i99385# 2nd round, usages checked and corrected 2009-04-27 18:33:10 +0200 aw  r271300 : #i99385# state commit after all implementations are done 2009-04-27 15:36:53 +0200 aw  r271283 : #i99385# state commit after all implementations are done 2009-04-27 15:27:49 +0200 aw  r271280 : #i99385# state commit after all implementations are done 2009-04-27 15:27:33 +0200 aw  r271279 : #i99385# state commit after all implementations are done 2009-04-27 15:27:00 +0200 aw  r271278 : #i99385# state commit after all implementations are done 2009-04-27 15:26:15 +0200 aw  r271277 : #i99385# state commit after all implementations are done 2009-04-27 15:25:40 +0200 aw  r271275 : #i99385# state commit after all implementations are done 2009-04-27 15:25:19 +0200 aw  r271274 : #i99385# state commit after all implementations are done 2009-04-27 15:24:00 +0200 aw  r271272 : #i99385# state commit after all implementations are done 2009-03-19 17:12:00 +0100 aw  r269757 : #i100360# corrected bitmap's PefSize calculation for bitmap filled objects when Bitmap is Pixel-based on it's mapping 2009-02-19 17:09:47 +0100 aw  r268298 : #i98917# corrected attributes 2009-02-19 17:09:30 +0100 aw  r268297 : #i98917# corrected attributes 2009-02-19 17:08:22 +0100 aw  r268296 : #i98917# corrected attributes 2009-02-19 11:56:25 +0100 aw  r268268 : #i98870# added extra code to react on PageNumber change 2009-02-18 16:57:24 +0100 aw  r268243 : #i98917# in OverlayHatchRect::getGeometry the rotation was not applied to the TopLeft of the centered rectangle, but to the already extended one, thus the visualisation was rotating around the wrong edge

2009-07-02  Jan Holesovsky  <kendy@suse.cz>  [9709bc3f161d15c39883a943fc92e227cf4bf4a1]

        Merge commit 'ooo/DEV300_m51'

2009-07-02  Jan Holesovsky  <kendy@suse.cz>  [ec7fdc071ac42b492d4d3283c2461cb89b6bb024]

        Merge commit 'ooo/DEV300_m51'

2009-07-02  Sven Jacobi  <sj@openoffice.org>  [3367042972ef44a1c02bf25e616c524c2b211934]

        taking back changes of rev 273661

2009-07-02  sb  <sb@openoffice.org>  [d790c0c2dd77875626abc306f4c2871b02695350]

        merged in DEV300_m51

2009-07-02  sb  <sb@openoffice.org>  [d9963a69e83d7879aa57f1bdac658e2fecdb17f0]

        merged in DEV300_m51

2009-07-02  sb  <sb@openoffice.org>  [5de74549e67c5d0cedb4aa9483f0d72d7df297d5]

        merged in DEV300_m51

2009-07-02  sb  <sb@openoffice.org>  [9ac4a716b225f845d95d8164cd8e187586665f63]

        merged in DEV300_m51

2009-07-02  Sven Jacobi  <sj@openoffice.org>  [437e41aff335e0b6653d3c9ce9644d1cc853ae90]

        #i103278# fixed import of lines

2009-07-02  Jan Holesovsky  <kendy@suse.cz>  [d7c270c9270b36d9193b936091ddd0e33cccb614]

        Split build: Copy also instsetoo_native when installing solver.
        
        * Makefile.am:

2009-07-02  Jan Holesovsky  <kendy@suse.cz>  [f10ad52c5ca624b69f63829d26e52657b70ba51f]

        Split build: Support for the partial install needed by the split build.
        
        When the 'BUILDSOLVER' env. var. is defined, we are doing a split build
        install; in that case ignore most of the failures, and also don't read/define
        some stuff that is not needed for a 'make install'.
        
        * solenv/bin/make_installer.pl: Search also in the BUILDSOLVER paths.
        * solenv/bin/modules/installer/globals.pm: Check for the split build.
        * solenv/bin/modules/installer/packagelist.pm: Don't read packinfo files.
        * solenv/bin/modules/installer/profiles.pm: Blank profile.
        * solenv/bin/modules/installer/scriptitems.pm: Skip STARREGISTRY.
        * solenv/bin/modules/installer/servicesfile.pm: Skip Java registration.
        * solenv/bin/modules/installer/systemactions.pm: Just warn on missing files.
        * solenv/bin/modules/installer/worker.pm: Create dirs when not available when
          copying.

2009-07-02  sb  <sb@openoffice.org>  [735726b2a9873914ccb54657861434800f1cb6f9]

        #i101955# XStringEscape is optional, so should not trigger OSL_ENUSREs

2009-07-02  Release Engineers  <releng@openoffice.org>  [3552ce84b28ac58129175b6e08fd97f212abb017]

        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-02  Release Engineers  <releng@openoffice.org>  [810aa6e9161071f832464bd24a4ffec59488eff8]

        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-02  Release Engineers  <releng@openoffice.org>  [6cf5d5f6796a4bf8fad35592f4b9f827e8e769ad]

        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-02  Release Engineers  <releng@openoffice.org>  [23cd960582d18a62ba135f5fd6a4c87d8b91a841]

        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-02  Release Engineers  <releng@openoffice.org>  [4afc9f7fa4d1f17201585f52a33f168e2ade5bce]

        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-02  Release Engineers  <releng@openoffice.org>  [fc8b377b1654dbf2389634afb32b75d6d3644326]

        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-02  Release Engineers  <releng@openoffice.org>  [c12255822cdd9f57a109e2989a01d9930894e9f3]

        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-02  Release Engineers  <releng@openoffice.org>  [3bcd8fb62679d4bd066d1725dad41601c7d8e641]

        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-02  Release Engineers  <releng@openoffice.org>  [65f02b557c44b9a544dc0cd336b318c61491bf97]

        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-02  Release Engineers  <releng@openoffice.org>  [e68b9caf08facdd99054e61f1242c7a5c5929ab9]

        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>  [dde139fd30b1d61856923b19cc280c90c158c27c]

        #i10000# typo fix

2009-07-01  Mathias Bauer  <mba@openoffice.org>  [631b9d8b113c10d04809461670be76178c27fce9]

        #i92516#: separate API and UI printing

2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8db27b88f6b00e6e6824ba3a2a456fe873bce57e]

        #i10000# to 'honor' the lost path variable ...

2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [333b16cea9e7f9a11968fd05c75a3de892e360d4]

        #i10000# to 'honor' the lost path variable ...

2009-07-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b28a2ad5fd0ca94db2f305168426ee97b0792e01]

        #i10000# to 'honor' the lost path variable ...

2009-07-01  Release Engineers  <releng@openoffice.org>  [43bafd9dd74489bac28edb5bbdb8a7d0b2442cc5]

        CWS-TOOLING: integrate CWS scsheetprotection02 2009-06-18 16:48:14 +0200 kohei  r273124 : #i102906# Fix a crasher when loading an xls document with unsupported encrytpion. 2009-06-15 14:02:00 +0200 dr  r272982 : #i10000# compiler warnings 2009-04-13 23:06:21 +0200 kohei  r270740 : Renamed SetData() to SetDataFromDocument(), in order to resolve name clash with the method of the same name in class Window.  This caused a compiler warning on Solaris Intel. 2009-04-13 04:09:59 +0200 kohei  r270729 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@270723 (milestone: DEV300:m46) 2009-02-23 16:13:45 +0100 kohei  r268361 : added tabprotection.obj to the exception file list.  Apparently the older versions of boost::shared_ptr rely on C++ exceptions for its implementation. 2009-02-18 19:59:05 +0100 kohei  r268253 : Switched to using ::boost::shared_ptr to wrap a pimpl class, because using ::std::auto_ptr in this header breaks the build on win32.  The MSVC implementation of ::std::auto_ptr has some weird quirks... 2009-02-17 21:47:13 +0100 kohei  r268192 : fixed linkage issue due to library split. 2009-02-17 04:50:34 +0100 kohei  r267842 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@267171 (milestone: DEV300:m41) 2009-02-17 02:36:10 +0100 kohei  r267841 : reverted the last commit, to re-surrect the removed src files. 2009-02-03 22:02:34 +0100 kohei  r267342 : removed the src files to prevent them from being entered into the translation process.  The dialogs that need the strings are not yet enabled in the code, so their removal will not cause any harm. 2009-01-14 12:24:29 +0100 dr  r266280 : #i10000# wntmsci12 compiler warnings #4 2009-01-14 09:35:46 +0100 dr  r266267 : #i10000# wntmsci12 compiler warnings #3 2009-01-13 15:42:07 +0100 dr  r266231 : #i10000# wntmsci12 compiler warnings #2 2009-01-13 13:18:28 +0100 dr  r266216 : #i10000# wntmsci12 compiler warnings 2009-01-07 03:59:11 +0100 kohei  r265943 : remove the fscking compiler warnings. 2009-01-06 15:55:32 +0100 kohei  r265925 : removed compiler warnings that caused the buildbot build to fail.... 2009-01-05 23:24:59 +0100 kohei  r265888 : Undoing my own local build fix to work around the libmoz... issue. 2008-12-30 21:39:58 +0100 kohei  r265833 : Duh!  Sheet protection was supposed to be disabled. :-/ 2008-12-23 20:25:55 +0100 kohei  r265792 : recovered the code block that was accidentally removed during cws rebase. 2008-12-23 19:03:19 +0100 kohei  r265791 : fixed breakage in ods export filter due to rebase to m38. 2008-12-23 16:41:49 +0100 kohei  r265787 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@265758 (milestone: DEV300:m38) 2008-12-23 05:37:47 +0100 kohei  r265768 : deliberately forget document and sheet passwords when importing from or exporting to excel, to emulate the current behavior. 2008-12-23 05:12:59 +0100 kohei  r265767 : removed commented-out unused method ScDocument::SetAutoFilterFlags(). 2008-12-23 05:05:19 +0100 kohei  r265766 : removed one duplicate method and made associated changes with the removal, and a little more code cleanup. 2008-12-23 04:24:58 +0100 kohei  r265765 : a typo in in-line comment 2008-12-23 04:23:08 +0100 kohei  r265764 : remove fprintf statement that blatantly prints out document encryption password to stdout.  not a good practice. 2008-12-23 04:14:21 +0100 kohei  r265763 : we actually don't want to clear all options, because if we do, then we would no longer be able to select any cells on a protected sheet. 2008-12-23 04:07:10 +0100 kohei  r265762 : * minor code cleanup (indentation inconsistencies & use of tab) * fixed unprotecting a sheet with password to make it work again. 2008-12-23 03:22:50 +0100 kohei  r265761 : reverted all the new functionalities to the existing ones, while keeping the new code in as much as I could. 2008-12-22 23:11:08 +0100 kohei  r265760 : in xls export filter, renamed two unknown records into records of known name. 2008-12-22 22:34:50 +0100 kohei  r265759 : temporarily disable password capability on file export for MS Excel 97. 2008-12-22 17:01:21 +0100 kohei  r265754 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@264807 (milestone: DEV300:m37) 2008-11-26 03:12:58 +0100 kohei  r264335 : recovered a method that was actually used. 2008-11-25 21:51:10 +0100 kohei  r264334 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@264325 (milestone: DEV300:m36) 2008-10-08 19:57:35 +0200 kohei  r262094 : changed description string to make it less technical. 2008-10-01 05:56:58 +0200 kohei  r261986 : migrated from the cvs-based cws. 2008-10-01 05:55:19 +0200 kohei  r261985 : migrated from the cvs-based cws. 2008-10-01 05:55:00 +0200 kohei  r261984 : migrated from the cvs-based cws.

2009-07-01  Release Engineers  <releng@openoffice.org>  [b53dc9550dbff91f84714e673ba24b60f5d36cfb]

        CWS-TOOLING: integrate CWS scsheetprotection02 2009-06-18 16:48:14 +0200 kohei  r273124 : #i102906# Fix a crasher when loading an xls document with unsupported encrytpion. 2009-06-15 14:02:00 +0200 dr  r272982 : #i10000# compiler warnings 2009-04-13 23:06:21 +0200 kohei  r270740 : Renamed SetData() to SetDataFromDocument(), in order to resolve name clash with the method of the same name in class Window.  This caused a compiler warning on Solaris Intel. 2009-04-13 04:09:59 +0200 kohei  r270729 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@270723 (milestone: DEV300:m46) 2009-02-23 16:13:45 +0100 kohei  r268361 : added tabprotection.obj to the exception file list.  Apparently the older versions of boost::shared_ptr rely on C++ exceptions for its implementation. 2009-02-18 19:59:05 +0100 kohei  r268253 : Switched to using ::boost::shared_ptr to wrap a pimpl class, because using ::std::auto_ptr in this header breaks the build on win32.  The MSVC implementation of ::std::auto_ptr has some weird quirks... 2009-02-17 21:47:13 +0100 kohei  r268192 : fixed linkage issue due to library split. 2009-02-17 04:50:34 +0100 kohei  r267842 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@267171 (milestone: DEV300:m41) 2009-02-17 02:36:10 +0100 kohei  r267841 : reverted the last commit, to re-surrect the removed src files. 2009-02-03 22:02:34 +0100 kohei  r267342 : removed the src files to prevent them from being entered into the translation process.  The dialogs that need the strings are not yet enabled in the code, so their removal will not cause any harm. 2009-01-14 12:24:29 +0100 dr  r266280 : #i10000# wntmsci12 compiler warnings #4 2009-01-14 09:35:46 +0100 dr  r266267 : #i10000# wntmsci12 compiler warnings #3 2009-01-13 15:42:07 +0100 dr  r266231 : #i10000# wntmsci12 compiler warnings #2 2009-01-13 13:18:28 +0100 dr  r266216 : #i10000# wntmsci12 compiler warnings 2009-01-07 03:59:11 +0100 kohei  r265943 : remove the fscking compiler warnings. 2009-01-06 15:55:32 +0100 kohei  r265925 : removed compiler warnings that caused the buildbot build to fail.... 2009-01-05 23:24:59 +0100 kohei  r265888 : Undoing my own local build fix to work around the libmoz... issue. 2008-12-30 21:39:58 +0100 kohei  r265833 : Duh!  Sheet protection was supposed to be disabled. :-/ 2008-12-23 20:25:55 +0100 kohei  r265792 : recovered the code block that was accidentally removed during cws rebase. 2008-12-23 19:03:19 +0100 kohei  r265791 : fixed breakage in ods export filter due to rebase to m38. 2008-12-23 16:41:49 +0100 kohei  r265787 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@265758 (milestone: DEV300:m38) 2008-12-23 05:37:47 +0100 kohei  r265768 : deliberately forget document and sheet passwords when importing from or exporting to excel, to emulate the current behavior. 2008-12-23 05:12:59 +0100 kohei  r265767 : removed commented-out unused method ScDocument::SetAutoFilterFlags(). 2008-12-23 05:05:19 +0100 kohei  r265766 : removed one duplicate method and made associated changes with the removal, and a little more code cleanup. 2008-12-23 04:24:58 +0100 kohei  r265765 : a typo in in-line comment 2008-12-23 04:23:08 +0100 kohei  r265764 : remove fprintf statement that blatantly prints out document encryption password to stdout.  not a good practice. 2008-12-23 04:14:21 +0100 kohei  r265763 : we actually don't want to clear all options, because if we do, then we would no longer be able to select any cells on a protected sheet. 2008-12-23 04:07:10 +0100 kohei  r265762 : * minor code cleanup (indentation inconsistencies & use of tab) * fixed unprotecting a sheet with password to make it work again. 2008-12-23 03:22:50 +0100 kohei  r265761 : reverted all the new functionalities to the existing ones, while keeping the new code in as much as I could. 2008-12-22 23:11:08 +0100 kohei  r265760 : in xls export filter, renamed two unknown records into records of known name. 2008-12-22 22:34:50 +0100 kohei  r265759 : temporarily disable password capability on file export for MS Excel 97. 2008-12-22 17:01:21 +0100 kohei  r265754 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@264807 (milestone: DEV300:m37) 2008-11-26 03:12:58 +0100 kohei  r264335 : recovered a method that was actually used. 2008-11-25 21:51:10 +0100 kohei  r264334 : CWS-TOOLING: rebase CWS scsheetprotection02 to trunk@264325 (milestone: DEV300:m36) 2008-10-08 19:57:35 +0200 kohei  r262094 : changed description string to make it less technical. 2008-10-01 05:56:58 +0200 kohei  r261986 : migrated from the cvs-based cws. 2008-10-01 05:55:19 +0200 kohei  r261985 : migrated from the cvs-based cws. 2008-10-01 05:55:00 +0200 kohei  r261984 : migrated from the cvs-based cws.

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [b70bfa68264d5665e28627c48f5a799ab4e9a569]

        Split build: Use BUILDSOLVER where appropriate.
        
        * bridges/unotypes/makefile.mk:
        * cppuhelper/source/makefile.mk:
        * cppuhelper/unotypes/makefile.mk:
        * cpputools/source/registercomponent/makefile.mk:
        * cpputools/source/regsingleton/makefile.mk:
        * cpputools/source/unoexe/makefile.mk:
        * io/source/acceptor/makefile.mk:
        * io/source/connector/makefile.mk:
        * io/source/stm/makefile.mk:
        * javaunohelper/source/makefile.mk:
        * offapi/util/makefile.mk:
        * offuh/source/makefile.mk:
        * remotebridges/source/bridge/makefile.mk:
        * remotebridges/source/dynamicloader/makefile.mk:
        * remotebridges/source/factory/makefile.mk:
        * remotebridges/source/unourl_resolver/makefile.mk:
        * ridljar/javamaker/makefile.mk:
        * stoc/source/cppumaker.mk:
        * unoil/javamaker/makefile.mk:

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [1e28c8b283a51906a040733b510164295de365d6]

        Split build: Fix build dependencies.
        
        * cli_ure/prj/build.lst:
        * offapi/prj/build.lst:
        * pyuno/prj/build.lst:
        * ridljar/prj/build.lst:
        * sal/prj/build.lst:
        * unoil/prj/build.lst:
        * ure/prj/build.lst:
        * xml2cmp/prj/build.lst:

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [d6b14ee4de2f627f4390c927c99c7c131d02d828]

        Split build: The build bits themselves.
        
        This makes ./configure ; make work.  make install is still a TODO.
        
        * Makefile.am:
        * autogen.sh:
        * build/prj/build.lst:
        * build/stamp/.gitignore:
        * build/stamp/README.txt:
        * buildenv.in:
        * configure.in:

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [a3f399e8a2965c640ad026c44726decdee6a789e]

        Split build: Add files needed by automake.
        
        * AUTHORS:
        * COPYING:
        * ChangeLog:
        * INSTALL:
        * NEWS:
        * README:

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [9a2e4d94a80f93803defe3a1af0ff0cb8bf812a1]

        Split build: Ignore built stuff.
        
        * .gitignore: Add.

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [ab9ae6647584476eafb0cc4582b0653d21ce1363]

        Split build: Remove install-sh, it is generated.
        
        * .gitignore:
        * install-sh:

2009-06-30  Jan Holesovsky  <kendy@suse.cz>  [a59ab60a9b09abc8257f3173aa2ce970f3107b68]

        Split build: Changes to make URE building.
        
        The most important is the introduction of 'BUILDSOLVER' environment variable
        that sets a 'local' solver - local to the repository that is being built.
        
        * Makefile.am: Cosmetic improvements.
        * build/src/buildenv-common: A script with environment common to all the
          repositories (but bootstrap itself).
        * set_soenv.in: Add possibility to force SOLARVERSION and SOLENV.
        * solenv/bin/deliver.pl: Honor BUILDSOLVER.
        * solenv/inc/settings.mk: -"-
        * solenv/inc/target.mk: -"-

2009-06-29  Philipp Lohmann  <pl@openoffice.org>  [a06a9f6d94bc1338fc68f01abfb6516fbf184918]

        #i92516# replace missing preview in native mac dialog by our own

2009-06-29  thb  <thb@openoffice.org>  [3faab003ceeebd990b543252c015defe66e74679]

        #103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow

2009-06-29  thb  <thb@openoffice.org>  [51df7ffd3ff8107524ab2b238196a3ff91e7ad77]

        #103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow

2009-06-29  thb  <thb@openoffice.org>  [a0587039eb5d0517b8687d1e8cbecdaea311caf7]

        #103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow

2009-06-29  thb  <thb@openoffice.org>  [44d83b68fd07342fdad4003ce4007e26669979f4]

        #103174# Code from the ecntablet and eraser CWS; optionally improves user paint interactions in slideshow

2009-06-29  Release Engineers  <releng@openoffice.org>  [e60775331411c646ece44468f3e28e6c1acd8e43]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [f35d16f23ef9d0a2c1fdc0938a3c6f3f4b9060c8]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [9fc5fd9b930afa0d79135804a2807a34f6fbf7f8]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [f92b3f2c15ef29b5524a362fdeb0ebb7aac7dece]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [f497764a0cd5a0fb1cf71b9d09331586ee73de1b]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [4cc46f48b70c298a382908fdd37754f1d7b8b396]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [ccde4984fa5b39fca3cd300742e4130a7bd6b1e0]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [1d87c1abc0043f69a78616f8668357be59f55da2]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [7839b77ce733d2189aab0e14c6036be96cb44eb9]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [dff9ecd2545210c6a006199b7106fdb1a70889d9]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [87b38cb17d0443b890befe17043698841175d285]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [8531f4aa14ee68db0dfdbc6b0584322a73fd4ca9]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [b5de49d4e903bdeb63f2a4eaf4444785faffe74a]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [b5bdc62436c28c67c130d154a66f3d4cb2772516]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [95a48940e91e4d38496dbc72480e8d4dabebf067]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Release Engineers  <releng@openoffice.org>  [078725525ba344e7c6885ab510ce83b52075107b]

        Create DEV300_m51 milestone tag from trunk@273467

2009-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ed40eba10e313fcd720e80e6f29395b038896074]

        #i10000# build fix

2009-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5f21e311fc908a5f77a12843fc9d90f29ded76fd]

        #i10000# added gsicheck and localize_sl

2009-06-26  Jan Holesovsky  <kendy@suse.cz>  [d72fc0a2915d5fe9959480e364584fe0d9fa801a]

        Split build: Make the 'dist' rule work.
        
        * Makefile.am: make dist
        * configure.in: Change name to OpenOffice.org-bootstrap in AC_INIT.

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [fb5de508c0df7446e147cdcfe77e182d302c3e18]

        #i92516# add: JobName

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [eabda9293f16222f50be0495de945d1df909010a]

        #i92516# add: JobName

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [61e5696463d074e6bba86a12300f9623a32f71e7]

        #i92516# add: Pages, Wait

2009-06-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ccd40ded023dc4001711ec4bedeac5f5d1b7e2f4]

        #i10000# latest and greatest

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [497f21a8d0142c70d1c188a77055c509fd7cb690]

        #i92516# add: MonitorVisible

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [135137e4930fd36174007520755fc62a30d520aa]

        #i92516# add: LocalFileName

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [4d23a2308041f28c92019b86bc292fbdf6575c47]

        #i92516# add: jobStarted, PrintableState

2009-06-26  Philipp Lohmann  <pl@openoffice.org>  [de8ad26685ea2b9ed62433563670de0e7ebfa942]

        #i92516# add: jobStarted, PrintableState

2009-06-26  Jan Holesovsky  <kendy@suse.cz>  [728cedc9ceb11a86c63449b35a3c5299542c4542]

        Split build: Ignore the generated stuff.
        
        * .gitignore:
        * dmake/.gitignore:
        * solenv/.gitignore:

2009-06-26  Jan Holesovsky  <kendy@suse.cz>  [4fda2a1d47bef658bfefd6d22d79022f050e2491]

        Split build: Update configure.in and set_soenv.in.
        
        * configure.in: Initialize automake.
        * set_soenv.in: Advise to do 'make', instead of './bootstrap'.

2009-06-26  Jan Holesovsky  <kendy@suse.cz>  [061104ffd1600013cd3b74da95b9c56fd12eca62]

        Split build: Remove files that should not be revision controlled.
        
        They are generated; so actually also add autogen.sh and Makefile.am to help
        to generate them :-)
        
        * Makefile.in: Bin.
        * aclocal.m4: Bin.
        * configure: Bin.
        * autogen.sh: New file.
        * Makefile.am: New file.

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [e1c272704de130e8397a17fae6712247123cf248]

        Split build: Script to clone the rest of the repositories.
        
        * download:

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [8519384bbaddb6b052d95977b65833e73f9e5ba6]

        Split build: Add the files needed by automake.
        
        * AUTHORS:
        * COPYING:
        * ChangeLog:
        * INSTALL:
        * NEWS:
        * README:

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [c2acb91ac3f92a3556ccffc7cf4ab706754c4931]

        Split build: Decrease the scp2 build dependencies.
        
        * scp2/prj/build.lst:

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [8bf46ae52dceee56e757c56f7875ce4daaba828b]

        Split build: Move the needed *version.mk's to solenv.
        
        * scp2/source/ooo/makefile.mk: Adapt the makefile.mk accordingly.
        * solenv/inc/i18npoolversion.mk:
        * solenv/inc/icuversion.mk:
        * solenv/inc/redlandversion.mk:

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [6866425a721805e7349c37889d3196d8a7fac8ff]

        Split build: Add the 'build' module.
        
        Contains the build dependencies, as well as some helper scripts, and
        pkg-config stuff.
        
        * build/bin/noulf: Ignore ulf.
        * build/bin/noulfconv: Ignore ulf.
        * build/prj/build.lst: The build dependencies.
        * build/src/.gitignore:
        * build/src/OpenOffice.org-bootstrap.pc.in: To be able to get the install
          prefix later.
        * build/stamp/README.txt: Just for the build stamps.
        * build/stamp/.gitignore:

2009-06-25  Jan Holesovsky  <kendy@suse.cz>  [d9bde65ea2c5e82744389ddcc5fbce9f50a37c4c]

        Split build: Set executable bit for build.pl and gccinstlib.pl.

2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [d3afbfc954cd9e3f99e3bd77fa87d70055447e03]

        prepare for more properties from the outside (e.g. API printing)

2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [a22cd6b9c89f9d1bac898596942af3e889ee94d6]

        save to file should be PDF

2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [f1270bdd34159baa3e11bcf98b300e36decc3602]

        add: PrinterListener::setValue

2009-06-24  Philipp Lohmann  <pl@openoffice.org>  [e38ba906f787d79e8042f3a97bf44372cad4c0aa]

        add: PrinterListener::setValue

2009-06-24  Release Engineers  <releng@openoffice.org>  [ae24b3c1f6649154507a775a752598c15ca5c840]

        #i10000# build fix

2009-06-24  Rüdiger Timm  <rt@openoffice.org>  [bca6cc8cf13039699a734dbe498de67c35499f6f]

        #i92629# remove DOS line ends from neon patch file

2009-06-24  Rüdiger Timm  <rt@openoffice.org>  [7bd51bef873c4e5e8cfca534a3726d8b67ce9278]

        #i92629# remove DOS line ends from curl patch file

2009-06-23  Jan Holesovsky  <kendy@suse.cz>  [7abdf3ffb9f9bff7f2175c691d5988b70bcba4a8]

        Merge commit 'ooo/DEV300_m50'

2009-06-23  Jan Holesovsky  <kendy@suse.cz>  [ed9571b7206d0808d126d303a0f45327b726a3d4]

        Merge commit 'ooo/DEV300_m50'

2009-06-23  Jan Holesovsky  <kendy@suse.cz>  [d99c653e42562786e13b3a9539704d8c55b18d6c]

        Merge commit 'ooo/DEV300_m50'

2009-06-23  Jan Holesovsky  <kendy@suse.cz>  [122a6eb3e77462cfd088b2dd28aada72d7892e49]

        Merge commit 'ooo/DEV300_m50'

2009-06-22  Release Engineers  <releng@openoffice.org>  [9a0c434d3d745be942c2613c719a846c3fb79503]

        #i10000# added autodoc

2009-06-22  Release Engineers  <releng@openoffice.org>  [354758101eeb9d57be2680c692aaac790ed0076e]

        #i10000# one } to much

2009-06-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bdffc586332d41f99d4bd4a3c4e083b272150922]

        #i10000# build fix

2009-06-22  Ivo Hinkelmann  <ihi@openoffice.org>  [395da34181995fe664fcb668d89f9d072802576e]

        #i10000# build fix

2009-06-22  Release Engineers  <releng@openoffice.org>  [ea54c0553eb7255bee02f07c2ad60831fed532da]

        #i10000# build fix

2009-06-22  Release Engineers  <releng@openoffice.org>  [36f032bda3c4ab4b221385ab5e2e921f5e949d05]

        #i10000# build fix

2009-06-22  Ivo Hinkelmann  <ihi@openoffice.org>  [308f6e8efee214233bc38ce69db2fa305704206b]

        #i10000# build fix

2009-06-22  Ivo Hinkelmann  <ihi@openoffice.org>  [50520e1e7c183dea8aabf02c98a4dd6895a02d81]

        #i10000# #i99046# svn property removed

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [81d6b090a680d432e33e4de4be9906043eed1139]

        #i100619# initial commit of patches from ooo-build that implement new datapilot field popup window.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [b4249adba8d9ad20b16b1b0d0a9beb5aaa47ba5d]

        Re-activate imports of hidden fields from xls per Daniel's input.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [01414574680d3090b3b6631f2956469e023fb0bb]

        Store custom display names with ods documents.  Note that this relies on proposed file format change that is not yet officially in the ODF spec.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [596c166299cdec53864bb1f8a2f5506a410a8392]

        Added new xml token for storing grand totals.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [621ea5f0e56231a7d5063e6d12cce8aab55af37c]

        #i22029# #i81335# applied & adjusted the patch from ooo-build. This enables changing the names of fields, field members and grand total names.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [751e88e346f2160cdd27791e427f73b9fa89c82a]

        #i22029# Added two new constant values to transfer additional attributes of dp members.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [acd89bd93d510281d1e46ca1617ff8545d0e981b]

        added grid layout bits.

2009-06-19  Kohei Yoshida  <kohei@openoffice.org>  [7425283183cc26795bc3c655b2bc5cd6931091e2]

        adding autoformat index member to dp object.

2009-06-18  Philipp Lohmann  <pl@openoffice.org>  [a6e3e2a5a75bc7f41cc5fcf5b5661c7996af327c]

        #i92516# autoarrange of N-Up page

2009-06-18  Release Engineers  <releng@openoffice.org>  [ade5abb1970f5bb9b55b3f2dc76ded5fd0a933d7]

        #i10000# #i102806# remove assertion

2009-06-18  Release Engineers  <releng@openoffice.org>  [16882a51e5e9249f7e8ab15e61d8ebd6b38ef3f3]

        #i10000# removed conflict

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a05c8855241435145f1564ced1b17369d7c9c210]

        #i10000# add dependency

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [88586c15cf929e0ab72ac461cbd41a9867b8c3e3]

        #i10000# add dependency

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b788e865ae028fa253331a777587133081d679e3]

        #i10000# add dependency

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e05cea706d7599dab59e8b2aaddfb1eb87445390]

        #i10000# add missing dependency

2009-06-17  Philipp Lohmann  <pl@openoffice.org>  [9ddb568608c7557b8565ddee6e0025c4a537dcfa]

        #i92516# adapt old deprecated interface to new API

2009-06-17  Philipp Lohmann  <pl@openoffice.org>  [cc0801b55d5504dc7a71f4c8322b2286390ff18e]

        #i92516# copy state to metafile

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5fcbb903053b0aac941a2f92317e0a6fd71e9ce4]

        DEV300

2009-06-17  Mathias Bauer  <mba@openoffice.org>  [69ce11cb10411709fd215f994186dbf90fd3db0a]

        remove code that was commented out in the patch

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e6f041da764b749c37ff7e53c5302f06d7c242]

        mongolianlayout: Merge with DEV300_m49

2010-05-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [49434bc94706a292662a1af97b6749770c4aa9ec]

        mongolianlayout: Merge with DEV300_m45

2009-06-17  Philipp Lohmann  <pl@openoffice.org>  [c65c7c60ac0c12558f4fe96206b40f29ab41afb4]

        #i92516# adapt old deprecated interface to new API

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1a1e47157a98f0c3e00d8408cd69c7b3f9220911]

        #i10000# add missing files from fwk103

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e8afe3a8464bceb724acdb7c9ee0425c75a2c2c6]

        #i10000# add missing files from fwk103

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [87ef0fd0ea3493d42637c4a5082a1ccacc703e03]

        #i102261# OLE control event handler support

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [554b7023a920d8701ef9d38c6e4952ebb41d1b5f]

        #i102261# OLE control event handler support

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [179cb343c8534c04b4d53b01290cb93395893133]

        #i102261# OLE control event handler support

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [51a09373ea2bccf70994cc48449d18fb5a9b7820]

        #i102261# OLE control event handler support

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [b73aa15be6b4174183c50dc4f15074d2459d38d1]

        #i102261# OLE control event handler support

2009-06-17  Andreas Bregas  <ab@openoffice.org>  [00ef2d5056e1f679402bd71f80a0daa80702f9bb]

        #i102261# OLE control event handler support

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b41eb11da76f3c642c297a780b299b479b4f6b8e]

        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>  [4579eb460a99b3873d69b03d876b5658abd53557]

        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>  [6c06d29d13dedc08dd7cfbf74c8b8768b6297250]

        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>  [9537cbe8339924974ca85c91d9d005b8d1e1c978]

        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>  [bfd27a0faf82e182834e19ab7d3957fb1aef1393]

        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>  [e5f2a5bb841a424d583293b3a6b5cd4f035cb82a]

        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>  [2eb870af1364ca0df4d794a8ded776d1ea8b18b0]

        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>  [6647ad75a68f470f770597d794fb03bc12bfb453]

        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>  [87d871bf189038080c499ec898103c52d759c9a9]

        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>  [654810b924d2814e042c69c9f1231bc012e2c09a]

        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>  [a5a569e618519de7611d7aff935024f0d88ddb4f]

        #i10000# fix bad integration

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6ed1958b83babfda36cef3512198dfeba98d5894]

        CWS-TOOLING: integrate CWS automation006 2009-05-26 13:25:30 +0200 jsk  r272296 : #i102088# - final cosmetic touch 2009-05-25 14:40:06 +0200 jsk  r272244 : #i102202# - quite a chunk. 2009-05-25 05:29:48 +0200 jsk  r272215 : #i102202# - Cleanup, code refactored, indention and headers fixed 2009-05-25 04:55:58 +0200 jsk  r272214 : #i102088# - update .bas-files to load call GetOLEDefaultNames from external file 2009-05-20 12:55:18 +0200 jsk  r272116 : #i102088# Replace old OLE stuff, get it from API, localized

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9b8a5f0231f90a85d6fcca4fee5c72ed76b0dc6e]

        #i10000# #i102672# gcc build fix

2009-06-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2deac278c9083e55399564eaeae4072b6c8ea224]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cbc736a38386b1c77c1905c00b4e37f21105d12b]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [09616816855320394fe9d2bf4dc2a949296dc80f]

        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>  [9b9fba20231bbdbe5804bb513f5dcca6cacef80d]

        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>  [d259952a873ea3ee4cccbd19fbc1a1cb22c9b183]

        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>  [0b8adad380e090fd62a166ced8abfa8d9e806941]

        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>  [8105ab0c8e51ccd7fba9617af8185fdd88a00231]

        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>  [3d86aa935d3b0733bc55922f7800ddc24bcae173]

        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>  [4f6f5673f005d7628c3809b0ad2a66953f2d8a2d]

        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>  [b49ac08f3b5f9474f606bb76f9256d2a9aa1a522]

        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>  [6d681557261abee48b1754822bf2455db7bcded9]

        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>  [a3cdaf33394e32b6cc3a47a9249b231da79fc39a]

        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>  [a509ac0d1914c29a11fd0692d741f6a2b6889d65]

        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>  [d7a7b8ca0d5b28089acf891bd08b4532b1c4c041]

        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>  [c2dd940456de6dd0cdaf4cfa3f2f6972dde50828]

        #i10000# #i100103# icu patch

2009-06-16  Ivo Hinkelmann  <ihi@openoffice.org>  [47320d239349672e0c2c96067f93e710040a2b2b]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ae8cf3fab9eecdc88140062325e8b756ee31a440]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7a95f7f55f85f4f7cdf2e37cfdeac0a0c286bbd5]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1cb3f51285b5cb07ca61db4b4d768594eda3f68f]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8083b46285fefc4af751e1b00d20b40bea196ea8]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1710257aae23d0444b99b4598d1b35dde0cd5348]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ff40d5a47de6525d580ac10d9009f91b358e1705]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a245ebc7519f4ccd3a5bc2f2c841fa379c6f947c]

        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-16  Thomas Lange  <tl@openoffice.org>  [2d2f137008a6f2599acd43f59f8b169075fa6f11]

        #i101242# build problems fixed; XUNoTunnel added to SwXTextView

2009-06-15  Philipp Lohmann  <pl@openoffice.org>  [ed4721887cd14279f5de473fac41ba8b9df12a7d]

        solve a warning

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [38dddedf06c27bde422e0387047852daa0d06cb7]

        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>  [e52566c36c2c57f067b5664c41f6941159d6e298]

        CWS-TOOLING: integrate CWS svp02_DEV300 2009-04-29 16:59:46 +0200 pl  r271386 : #159621# defined palette for 1 bit VDevs

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2574c2381e36c7feac8ed6cfa83bc5bceae509ab]

        CWS-TOOLING: integrate CWS fhawfixes1 2009-06-03 17:24:54 +0200 fredrikh  r272595 : i102444 2009-06-03 16:58:38 +0200 fredrikh  r272594 : i102477 2009-06-03 16:33:41 +0200 fredrikh  r272585 : i102476 2009-06-03 15:39:59 +0200 fredrikh  r272582 : i102444 2009-06-03 11:03:38 +0200 fredrikh  r272547 : i102451 2009-06-02 18:26:24 +0200 fredrikh  r272526 : i102444 2009-06-02 18:21:43 +0200 fredrikh  r272525 : i95309 2009-06-02 18:21:10 +0200 fredrikh  r272524 : i95309 2009-06-02 18:20:26 +0200 fredrikh  r272523 : i102287 2009-06-02 18:19:59 +0200 fredrikh  r272522 : i102287 2009-06-02 18:19:37 +0200 fredrikh  r272521 : i102287 2009-06-02 18:19:23 +0200 fredrikh  r272520 : i102287 2009-06-02 18:19:05 +0200 fredrikh  r272519 : i102287 2009-06-02 18:18:44 +0200 fredrikh  r272518 : i102287 2009-06-02 18:16:51 +0200 fredrikh  r272517 : i102287 2009-06-02 18:16:13 +0200 fredrikh  r272516 : i102287 2009-06-02 18:15:49 +0200 fredrikh  r272515 : i102287 2009-06-02 18:14:24 +0200 fredrikh  r272514 : i102452 2009-06-02 17:57:04 +0200 fredrikh  r272513 : i102451 2009-06-02 13:57:46 +0200 fredrikh  r272502 : i102444 2009-06-02 13:24:29 +0200 fredrikh  r272497 : i102287 2009-06-02 12:44:01 +0200 fredrikh  r272495 : i102287 2009-06-01 13:25:03 +0200 fredrikh  r272477 : CWS-TOOLING: rebase CWS fhawfixes1 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 17:50:23 +0200 fredrikh  r272363 : i102310 2009-05-27 16:23:37 +0200 fredrikh  r272359 : i102093 2009-05-27 16:18:50 +0200 fredrikh  r272358 : i102218 2009-05-27 15:58:58 +0200 fredrikh  r272357 : i102306 2009-05-27 11:14:59 +0200 fredrikh  r272336 : i102287 2009-05-27 10:18:48 +0200 fredrikh  r272334 : i102286 2009-05-25 15:33:07 +0200 fredrikh  r272253 : i102221 2009-05-25 13:08:52 +0200 fredrikh  r272235 : i102218 2009-05-19 14:06:59 +0200 fredrikh  r272077 : i102058

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [13b3639794c12a93af0d01aaa54577192238e3e0]

        CWS-TOOLING: integrate CWS fhawfixes1 2009-06-03 17:24:54 +0200 fredrikh  r272595 : i102444 2009-06-03 16:58:38 +0200 fredrikh  r272594 : i102477 2009-06-03 16:33:41 +0200 fredrikh  r272585 : i102476 2009-06-03 15:39:59 +0200 fredrikh  r272582 : i102444 2009-06-03 11:03:38 +0200 fredrikh  r272547 : i102451 2009-06-02 18:26:24 +0200 fredrikh  r272526 : i102444 2009-06-02 18:21:43 +0200 fredrikh  r272525 : i95309 2009-06-02 18:21:10 +0200 fredrikh  r272524 : i95309 2009-06-02 18:20:26 +0200 fredrikh  r272523 : i102287 2009-06-02 18:19:59 +0200 fredrikh  r272522 : i102287 2009-06-02 18:19:37 +0200 fredrikh  r272521 : i102287 2009-06-02 18:19:23 +0200 fredrikh  r272520 : i102287 2009-06-02 18:19:05 +0200 fredrikh  r272519 : i102287 2009-06-02 18:18:44 +0200 fredrikh  r272518 : i102287 2009-06-02 18:16:51 +0200 fredrikh  r272517 : i102287 2009-06-02 18:16:13 +0200 fredrikh  r272516 : i102287 2009-06-02 18:15:49 +0200 fredrikh  r272515 : i102287 2009-06-02 18:14:24 +0200 fredrikh  r272514 : i102452 2009-06-02 17:57:04 +0200 fredrikh  r272513 : i102451 2009-06-02 13:57:46 +0200 fredrikh  r272502 : i102444 2009-06-02 13:24:29 +0200 fredrikh  r272497 : i102287 2009-06-02 12:44:01 +0200 fredrikh  r272495 : i102287 2009-06-01 13:25:03 +0200 fredrikh  r272477 : CWS-TOOLING: rebase CWS fhawfixes1 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 17:50:23 +0200 fredrikh  r272363 : i102310 2009-05-27 16:23:37 +0200 fredrikh  r272359 : i102093 2009-05-27 16:18:50 +0200 fredrikh  r272358 : i102218 2009-05-27 15:58:58 +0200 fredrikh  r272357 : i102306 2009-05-27 11:14:59 +0200 fredrikh  r272336 : i102287 2009-05-27 10:18:48 +0200 fredrikh  r272334 : i102286 2009-05-25 15:33:07 +0200 fredrikh  r272253 : i102221 2009-05-25 13:08:52 +0200 fredrikh  r272235 : i102218 2009-05-19 14:06:59 +0200 fredrikh  r272077 : i102058

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [23337b9a2d42b6ce33cd5d3a09e7c09e2a0effdc]

        CWS-TOOLING: integrate CWS calc50 2009-05-28 12:32:46 +0200 nn  r272399 : gcc warning 2009-05-28 10:56:48 +0200 nn  r272382 : CWS-TOOLING: rebase CWS calc50 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 14:24:52 +0200 nn  r272343 : #i50825# DataPilotUpdate: prevent overwriting source data above the table 2009-05-26 18:29:21 +0200 nn  r272316 : #i50019# allow borders for multiple cell ranges 2009-05-26 13:43:36 +0200 nn  r272300 : #i101960# UpdateExternalRefLinks: set document modified 2009-05-25 18:01:23 +0200 nn  r272267 : #i102056# copied from CWS calc311fixes 2009-05-20 12:24:22 +0200 nn  r272114 : #i59672# ExecFilter/SC_AUTOFILTER_CUSTOM: select database range (patch from gaozm) 2009-05-15 18:24:44 +0200 nn  r271961 : #i100544# correct ScTokenConversion::ConvertToTokenArray 2009-05-13 17:45:02 +0200 nn  r271866 : #i101869# DeleteRange: before broadcasting, check if EndListening removed the note cells 2009-05-13 12:43:31 +0200 nn  r271856 : #i101806# correct reference undo for inserting/deleting columns/rows across sheets 2009-05-11 18:44:46 +0200 nn  r271783 : #i101725# don't copy hash_set with pointers from the other collection 2009-05-11 17:54:21 +0200 nn  r271780 : #i101690# correct merge error in frmdlg integration 2009-05-07 15:28:55 +0200 nn  r271674 : #i96940# check for negative count in fillAuto 2009-05-07 13:47:58 +0200 nn  r271661 : #i101512# SetCompileForFAP is in formula::FormulaCompiler 2009-05-07 13:47:27 +0200 nn  r271660 : #i101512# use SetCompileForFAP for CompileTokenArray 2009-05-05 18:47:03 +0200 nn  r271551 : #i73074# RepeatDB: re-evaluate advanced filter source range 2009-05-05 18:23:21 +0200 nn  r271546 : #i97857# use GetInputString for direct reference as validity range source 2009-05-05 17:38:23 +0200 nn  r271538 : #i95834# better enable/disable handling of next/previous buttons (patch by cmc)

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7ba284b835c6969c651232f97082fe58c2f11c83]

        CWS-TOOLING: integrate CWS calc50 2009-05-28 12:32:46 +0200 nn  r272399 : gcc warning 2009-05-28 10:56:48 +0200 nn  r272382 : CWS-TOOLING: rebase CWS calc50 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 14:24:52 +0200 nn  r272343 : #i50825# DataPilotUpdate: prevent overwriting source data above the table 2009-05-26 18:29:21 +0200 nn  r272316 : #i50019# allow borders for multiple cell ranges 2009-05-26 13:43:36 +0200 nn  r272300 : #i101960# UpdateExternalRefLinks: set document modified 2009-05-25 18:01:23 +0200 nn  r272267 : #i102056# copied from CWS calc311fixes 2009-05-20 12:24:22 +0200 nn  r272114 : #i59672# ExecFilter/SC_AUTOFILTER_CUSTOM: select database range (patch from gaozm) 2009-05-15 18:24:44 +0200 nn  r271961 : #i100544# correct ScTokenConversion::ConvertToTokenArray 2009-05-13 17:45:02 +0200 nn  r271866 : #i101869# DeleteRange: before broadcasting, check if EndListening removed the note cells 2009-05-13 12:43:31 +0200 nn  r271856 : #i101806# correct reference undo for inserting/deleting columns/rows across sheets 2009-05-11 18:44:46 +0200 nn  r271783 : #i101725# don't copy hash_set with pointers from the other collection 2009-05-11 17:54:21 +0200 nn  r271780 : #i101690# correct merge error in frmdlg integration 2009-05-07 15:28:55 +0200 nn  r271674 : #i96940# check for negative count in fillAuto 2009-05-07 13:47:58 +0200 nn  r271661 : #i101512# SetCompileForFAP is in formula::FormulaCompiler 2009-05-07 13:47:27 +0200 nn  r271660 : #i101512# use SetCompileForFAP for CompileTokenArray 2009-05-05 18:47:03 +0200 nn  r271551 : #i73074# RepeatDB: re-evaluate advanced filter source range 2009-05-05 18:23:21 +0200 nn  r271546 : #i97857# use GetInputString for direct reference as validity range source 2009-05-05 17:38:23 +0200 nn  r271538 : #i95834# better enable/disable handling of next/previous buttons (patch by cmc)

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ea4f54c117c5d1a85102697d56588a881b0009bc]

        CWS-TOOLING: integrate CWS ooo311gsl01_DEV300 2009-05-12 11:26:05 +0200 hdu  r271803 : #i99842# set text decoration overline color 2009-05-12 09:07:02 +0200 hdu  r271796 : #i99842# set text decoration color (backport from CWS vcl101)

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d65ee605f598223c86fbcc70683d8e7db543dfde]

        #i10000# readded by accident. removed ....

2009-06-15  Philipp Lohmann  <pl@openoffice.org>  [f3cbe8e3d4097f79b33db3a9678ad475385ec425]

        remove a warning

2009-06-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0ca8e0ea2db280fc7ce464611079b513a020199f]

        CWS-TOOLING: integrate CWS pdfextfix02_DEV300 2009-05-10 11:23:59 +0200 pl  r271736 : #i94755# adjust extension version, add extension icon 2009-05-08 17:06:50 +0200 pl  r271726 : #i92909# handle some cases of mirroring 2009-05-08 14:51:37 +0200 pl  r271720 : #i95270# cope with some rotated images 2009-05-08 11:37:46 +0200 pl  r271709 : #i101327# recognize non breaking space also (thanks ayaniger) 2009-05-07 13:39:06 +0200 pl  r271658 : #i92598# still more masked bitmap support 2009-05-07 10:44:41 +0200 pl  r271638 : remove some compiler warnings 2009-05-07 09:59:56 +0200 pl  r271633 : make test compile again 2009-05-06 21:12:55 +0200 pl  r271612 : #i92903# handle two color images 2009-05-06 19:48:19 +0200 pl  r271610 : soft masked images 2009-05-06 16:30:36 +0200 pl  r271600 : #i92598# use masked PNG images for drawMask 2009-05-05 18:40:06 +0200 pl  r271550 : #i90617# #i92598# some workarounds for mask bitmaps 2009-05-04 18:53:09 +0200 pl  r271479 : #i94755# add supported for encrypted PDF files

2009-06-15  Oliver Bolte  <obo@openoffice.org>  [97064f360540b8bd5a9781ac2a078319a9f7caf9]

        #i10000# build breaks for wntmsci12

2009-06-13  Philipp Lohmann  <pl@openoffice.org>  [47d8f3b65172271f386a64d1a983b46dd1de0e9f]

        add missing precompiled header

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [362e43ceec1fc82caebc441a2c7dcc7fd3bd5641]

        CWS-TOOLING: integrate CWS ooo31osol_DEV300 2009-05-14 15:49:09 +0200 ihi  r271896 : #i101913# added missing solaris entries 2009-05-14 12:36:19 +0200 ihi  r271885 : #i101913# ARCH -> all 2009-05-13 11:14:52 +0200 jl  r271846 : #i101457# Do not search for Java every time OOo starts 2009-05-13 08:49:28 +0200 jl  r271838 : #tr6585548# Redone last change. On Solaris we do not scan the directories anymore and instead just ckeck /usr/jdk/latest 2009-05-12 17:10:03 +0200 jl  r271828 : #i64357# We scan on Unix only for a java in different folders if we haven't found one by looking into JAVA_HOME or PATH 2009-05-12 13:17:04 +0200 releng  r271819 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS 2009-05-12 13:08:28 +0200 is  r271816 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [9bb45ab3161b2301398cc68eec2a7730122a620f]

        CWS-TOOLING: integrate CWS ooo31osol_DEV300 2009-05-14 15:49:09 +0200 ihi  r271896 : #i101913# added missing solaris entries 2009-05-14 12:36:19 +0200 ihi  r271885 : #i101913# ARCH -> all 2009-05-13 11:14:52 +0200 jl  r271846 : #i101457# Do not search for Java every time OOo starts 2009-05-13 08:49:28 +0200 jl  r271838 : #tr6585548# Redone last change. On Solaris we do not scan the directories anymore and instead just ckeck /usr/jdk/latest 2009-05-12 17:10:03 +0200 jl  r271828 : #i64357# We scan on Unix only for a java in different folders if we haven't found one by looking into JAVA_HOME or PATH 2009-05-12 13:17:04 +0200 releng  r271819 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS 2009-05-12 13:08:28 +0200 is  r271816 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [95c136d0d1d94a5a1e226ca9850bf026e8e788b7]

        CWS-TOOLING: integrate CWS ooo31osol_DEV300 2009-05-14 15:49:09 +0200 ihi  r271896 : #i101913# added missing solaris entries 2009-05-14 12:36:19 +0200 ihi  r271885 : #i101913# ARCH -> all 2009-05-13 11:14:52 +0200 jl  r271846 : #i101457# Do not search for Java every time OOo starts 2009-05-13 08:49:28 +0200 jl  r271838 : #tr6585548# Redone last change. On Solaris we do not scan the directories anymore and instead just ckeck /usr/jdk/latest 2009-05-12 17:10:03 +0200 jl  r271828 : #i64357# We scan on Unix only for a java in different folders if we haven't found one by looking into JAVA_HOME or PATH 2009-05-12 13:17:04 +0200 releng  r271819 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS 2009-05-12 13:08:28 +0200 is  r271816 : #i101457# avoiding usage of faspac with switch DONTCOMPRESS

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [ca8fdae4adb818c31bb515e93721f3ea126ae42d]

        CWS-TOOLING: integrate CWS jl126_DEV300 2009-05-29 11:45:28 +0200 jl  r272444 : #i102355# new assembly versions 2009-05-29 11:14:35 +0200 jl  r272441 : #i102355# new assembly versions 2009-05-29 11:08:25 +0200 jl  r272439 : #i102355# test lib for 3.1 version 2009-05-29 08:43:22 +0200 jl  r272432 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-04-30 21:12:02 +0200 jl  r271426 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@271208 (milestone: OOO310:m11)

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [31b05c84a5f0dfde7f620f1bd1255d98327e1870]

        CWS-TOOLING: integrate CWS jl126_DEV300 2009-05-29 11:45:28 +0200 jl  r272444 : #i102355# new assembly versions 2009-05-29 11:14:35 +0200 jl  r272441 : #i102355# new assembly versions 2009-05-29 11:08:25 +0200 jl  r272439 : #i102355# test lib for 3.1 version 2009-05-29 08:43:22 +0200 jl  r272432 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@272261 (milestone: OOO310:m12) 2009-04-30 21:12:02 +0200 jl  r271426 : CWS-TOOLING: rebase CWS jl126 to branches/OOO310@271208 (milestone: OOO310:m11)

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c09770917fdef1019a8e11615f3e9cb68c23cb69]

        CWS-TOOLING: integrate CWS mav54_P1 2009-06-12 16:28:38 +0200 mav  r272930 : #i102701# adjust memory stream implementation

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [88447ac66f0a3e3d1bf4ab95f73aee18684a2971]

        CWS-TOOLING: integrate CWS hcshared21 2009-05-13 09:49:59 +0200 ufi  r271841 : CWS-TOOLING: rebase CWS hcshared21 to trunk@271427 (milestone: DEV300:m47) 2009-04-16 11:01:43 +0200 ufi  r270873 : again 2009-03-17 10:19:50 +0100 ufi  r269575 : before builds 2009-02-13 16:03:59 +0100 ufi  r267726 : CWS-TOOLING: rebase CWS hcshared21 to trunk@267171 (milestone: DEV300:m41) 2009-02-10 10:30:11 +0100 ufi  r267539 : vor neuem rebase Versuch 2009-02-03 15:55:58 +0100 ufi  r267334 : before rebase 2009-01-06 10:38:41 +0100 ufi  r265901 : i97718

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [0c7e5dafaf360b1fac76c26c0a95cb0322c3c341]

        fix a warning

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [caa199c9f366a3461d63dea90e4972e287529ada]

        #i92516# use helper class to fix old style printing routines

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [bf2e454176da56effb2161ce5fa2d7267b07fc19]

        #i92516# helper class to fix old style printing routines

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [3269764069d16788c2534655e7900bf5606d6aa7]

        #i92516# remove old StartPage/EndPage API

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [39624916389a6b18e8494927a00c9f4d5237f8f2]

        #i92516# remove old StartPage/EndPage API

2009-06-12  Philipp Lohmann  <pl@openoffice.org>  [81249233487670c90d1c40c62c9d4241b178d17f]

        #i92516# remove old StartPage/EndPage API

2009-06-12  Ivo Hinkelmann  <ihi@openoffice.org>  [26fc844aea605edb132da60963aa389c01fefebe]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1d7964c5ff579ff93067dc1c3e45b522e3cb2b4e]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [7c91d4659a488490afb103f3900d530ef2bb8caf]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [0ad5ec8be0fc7edf6785a3831f1c67d060847a04]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [3f9ed1352c2397124130d6ed9ff3e85518a9ec6e]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [0a6d7ff2e22748a0155b74011e88499d4e293ee2]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1f946080d1a8f65615d612e72a8780f21966f3e8]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [bf6d763f353ada5a683950345a858345f1e38b05]

        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-12  Ivo Hinkelmann  <ihi@openoffice.org>  [4a3b7bff01e0e97e88f7718314208c4c7d262276]

        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>  [c8bc5be2dca2dbe7e9cba1c9027f2c97076e8374]

        make compile again, needs adaption ?

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [4dd1488ef305663ee693a11f95f45574697a376d]

        make compile again, needs adaption ?

2009-10-08  hg  <hg@oosvn01.>  [0ecb91bcbbae50e18e70dfd137035d1946a69cd8]

        merge with m50

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [f40c3598c55e8be6c343890081edf68872de06b1]

        solve a merge problem

2009-10-08  hg  <hg@oosvn01.>  [7d476e2e47e4572c44b325e976048bb8ae6959b6]

        merge with m50

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [187d9b0f6476fca7244a673c74c4ddc568e8c1b3]

        make compile again, needs adaption ?

2009-10-08  hg  <hg@oosvn01.>  [6c0a2b980b3a22aa3f7376444d95e7439ee71449]

        merge with m50

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [2280881e946919001cb89ee16ad5b37c210c7cbd]

        fix warning

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [68e6ca91d58be4b05cc2cd8d95acaf70665d3b22]

        make compile, need to build an adaptor to new print API

2009-10-08  hg  <hg@oosvn01.>  [3fb2edb5945be0a8ddc69759f1ec01029f5abe1a]

        merge with m50

2009-06-11  Thomas Benisch  <tbe@openoffice.org>  [b8f4ec04925521ece61f14226511a8e4bb7f5e48]

        #i12587# Inserting/Editing arbitrary text objects in chart

2009-06-11  Thomas Benisch  <tbe@openoffice.org>  [4756dd5e7eedf936aa1719eb2ffabaaf4ce8e757]

        #i12587# Inserting/Editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f52cbb87982809d3b677b8a59917027778a3e8]

        chartshapes: merge with DEV300 m50

2009-06-11  Philipp Lohmann  <pl@openoffice.org>  [4eef171d081c2ebf0005798f1ae038fb2d899441]

        make old Start/EndJob Start/EndPage dll private

2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [091ae658753132d2572e9df674b390b18845b126]

        page cache for faster preview

2009-06-10  Release Engineers  <releng@openoffice.org>  [e1d136dcfcd469e6dc5ad3b4b7874541cfec920f]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [65016eb4c1eeda3c1f7d642232dfe2e23ce9b422]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [b5f6ab28d3f1eb5a7bd575075ba01973a1003974]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [248062948617ccf78e13254b78017f3eeb102582]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [b960e2fb193c459418180e67ebcc0eacf63e1c3c]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [02dc0bda41a02b2dbb5880c4512c7347cc32e394]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [b995a0d61dedda56cbea12dd7e055a21042cca06]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [15cc1011a1deb9c54833af62c6bc04499293b457]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [5d1e85e75edb5a702e538017063f7598d9f23c8e]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [5edc2d8ffaf658b05e4b044e44bd360697c3d08c]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [829ce5aad54ddb2275f5a82fda1e75aa8d71295b]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [9507eb86ff031d1a1fc84fc07f2240a474cab5f4]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [643a64db2e05f748f77520dfabf841cfd6d1292a]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Release Engineers  <releng@openoffice.org>  [f1b4f077bec4a899462d643c31d36c87d144a1e4]

        Create DEV300_m50 milestone tag from trunk@272824

2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [00f2ce881250398b2eb892deac038aa85fbf1636]

        add: page repeat for N-Up

2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [2651918016923f6f9cd617aa84c1b7d40c1ed914]

        avoid overpainting of border

2009-06-10  Philipp Lohmann  <pl@openoffice.org>  [706d4c761e10840fc03458896a0360c514b6cae1]

        locale dependent metric field unit

2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [808c249f8c1ed5c8b583ac9d33e928d1f2dff81d]

        #i92516# additional N-Up functionality

2009-06-09  Thomas Benisch  <tbe@openoffice.org>  [41bc566f76d09ccc48771aa2f82a18e79323761f]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-09  Thomas Benisch  <tbe@openoffice.org>  [dccc223a347cc8ab88732b4c0a64d1b93bba32e1]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [793ffd2b60a7b8c864e38928f8e169cf304e7bb3]

        #i92516# allow for already available printer

2009-06-09  Philipp Lohmann  <pl@openoffice.org>  [a597b3e1f953fb9185e51cd24952026401dc9c11]

        #i92516# adapt to new printer API

2009-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [5707dd005af1cf73e5deb750c5d8e7a78112220d]

        #i10000# build fix

2009-06-08  Niklas Nebel  <nn@openoffice.org>  [f281a2385689ac833c970cb9fdb3e10bfc4bebbf]

        #i101309# re-initialize ScPrintUIOptions default values from print options

2009-06-08  Release Engineers  <releng@openoffice.org>  [76731ecf3a825dd5d244d7754b73f3be93ea274b]

        #i10000# build fix

2009-06-08  Philipp Lohmann  <pl@openoffice.org>  [e7fff914b869efbf2bccab153fa5a1852eb343d9]

        #i92516# move preview and corresponding controls into an own border

2009-06-05  Thomas Benisch  <tbe@openoffice.org>  [13791e4a6ab502a88d9ac0eb856c03d30e4db7bf]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-05  Thomas Benisch  <tbe@openoffice.org>  [9707e2c8650864aab450d8911cb5f77334dd4653]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [51477e89231c200cd017dbf2fdc4684ddd6617ae]

        #i10000# missing Properties added

2009-06-05  Niklas Nebel  <nn@openoffice.org>  [5f3777addcfcc430067f96967890d479022201a1]

        #i101309# handle 'print content' selection

2009-06-05  Philipp Lohmann  <pl@openoffice.org>  [a7432bba85ee4904c0768d0a32052c86a835fc6d]

        improve control arrangement, small UI changes

2009-06-05  Thomas Benisch  <tbe@openoffice.org>  [8646438124f0fce7656d4c84ed78ff917e6baa9d]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-05  Release Engineers  <releng@openoffice.org>  [ed9b6c0ef0905aee9ea69c74a483b940d7599f46]

        DEV300

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [de6a6709931b8b0dcd30a7f08e92bd858f286a1b]

        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>  [f06a4979f9e2474d1b0e446121cdec03eaf070cf]

        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>  [771bbe5ff028417f66b34bdd7c30cfa3e5ccc653]

        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>  [b124cd9502d4f908d7398f395e4030b0f16ea67b]

        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>  [73eea20d92afcd9f9d35e5defedb2834acaa8fda]

        CWS-TOOLING: integrate CWS evoab2def 2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set 2009-05-22 14:25:51 +0200 fs  r272193 : #i10000# 2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically 2009-05-22 14:19:00 +0200 fs  r272191 : #i10000# 2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points 2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache 2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces 2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY 2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting 2009-05-20 10:10:19 +0200 fs  r272107 : #i10000# 2009-05-19 16:02:17 +0200 fs  r272089 : #i10000# 2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code 2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty 2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes 2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings 2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings 2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set 2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet 2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too 2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types 2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types 2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version) 2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree 2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree 2009-05-18 11:40:16 +0200 fs  r272008 : #i55701# 2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too 2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface 2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion 2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const 2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const 2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework 2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes 2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data 2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class 2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class 2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC 2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6) 2009-05-06 09:01:30 +0200 fs  r271564 : #i101493# 2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [4044f96898a5564efd9274471467d5333211083d]

        CWS-TOOLING: integrate CWS evoab2def 2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set 2009-05-22 14:25:51 +0200 fs  r272193 : #i10000# 2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically 2009-05-22 14:19:00 +0200 fs  r272191 : #i10000# 2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points 2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache 2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces 2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY 2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting 2009-05-20 10:10:19 +0200 fs  r272107 : #i10000# 2009-05-19 16:02:17 +0200 fs  r272089 : #i10000# 2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code 2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty 2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes 2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings 2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings 2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set 2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet 2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too 2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types 2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types 2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version) 2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree 2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree 2009-05-18 11:40:16 +0200 fs  r272008 : #i55701# 2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too 2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface 2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion 2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const 2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const 2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework 2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes 2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data 2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class 2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class 2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC 2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6) 2009-05-06 09:01:30 +0200 fs  r271564 : #i101493# 2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [f1c41b51ab29b1cc91cc627147ecb09b8cad015f]

        CWS-TOOLING: integrate CWS evoab2def 2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set 2009-05-22 14:25:51 +0200 fs  r272193 : #i10000# 2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically 2009-05-22 14:19:00 +0200 fs  r272191 : #i10000# 2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points 2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache 2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces 2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY 2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting 2009-05-20 10:10:19 +0200 fs  r272107 : #i10000# 2009-05-19 16:02:17 +0200 fs  r272089 : #i10000# 2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code 2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty 2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes 2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings 2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings 2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set 2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet 2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too 2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types 2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types 2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version) 2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree 2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree 2009-05-18 11:40:16 +0200 fs  r272008 : #i55701# 2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too 2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface 2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion 2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const 2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const 2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework 2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes 2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data 2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class 2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class 2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC 2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6) 2009-05-06 09:01:30 +0200 fs  r271564 : #i101493# 2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [33e3bcc6dacf4437fa82b00e83e0176a7a726e75]

        CWS-TOOLING: integrate CWS evoab2def 2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set 2009-05-22 14:25:51 +0200 fs  r272193 : #i10000# 2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically 2009-05-22 14:19:00 +0200 fs  r272191 : #i10000# 2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points 2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache 2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces 2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY 2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting 2009-05-20 10:10:19 +0200 fs  r272107 : #i10000# 2009-05-19 16:02:17 +0200 fs  r272089 : #i10000# 2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code 2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty 2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes 2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings 2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings 2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set 2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet 2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too 2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types 2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types 2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version) 2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree 2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree 2009-05-18 11:40:16 +0200 fs  r272008 : #i55701# 2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too 2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface 2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion 2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const 2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const 2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework 2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes 2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data 2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class 2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class 2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC 2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6) 2009-05-06 09:01:30 +0200 fs  r271564 : #i101493# 2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [a46d63cc50f1566004adc836d1204bb096195e49]

        CWS-TOOLING: integrate CWS evoab2def 2009-05-28 16:00:19 +0200 fs  r272412 : don't use createFalse - Evo 2.22 simply hangs when ask for all contacts without a first name. Instead, in the WHERE 0=1 case, simply create an empty result set 2009-05-22 14:25:51 +0200 fs  r272193 : #i10000# 2009-05-22 14:25:37 +0200 fs  r272192 : oops, ENABLE_EVOAB2 for some platforms only, not generically 2009-05-22 14:19:00 +0200 fs  r272191 : #i10000# 2009-05-22 12:42:38 +0200 fs  r272183 : when sorting, properly use a syslocale collator, instead of comparing the numerical values of the string's UTF-16 code points 2009-05-20 15:09:00 +0200 fs  r272131 : clear/getWarnings: also allowed without cache 2009-05-20 14:11:19 +0200 fs  r272128 : removed debug traces 2009-05-20 14:03:31 +0200 fs  r272126 : #i55701# +STR_SORT_BY_COL_ONLY 2009-05-20 14:02:29 +0200 fs  r272125 : implement sorting 2009-05-20 10:10:19 +0200 fs  r272107 : #i10000# 2009-05-19 16:02:17 +0200 fs  r272089 : #i10000# 2009-05-19 16:02:02 +0200 fs  r272088 : #i55701# strings for new error condition DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 16:01:31 +0200 fs  r272087 : #i55701# use DATA_CANNOT_SELECT_UNFILTERED as standardized error code 2009-05-19 15:59:59 +0200 fs  r272086 : #i55701# +DATA_CANNOT_SELECT_UNFILTERED 2009-05-19 15:46:12 +0200 fs  r272084 : #i55701# recognize the DATA_CANNOT_SELECT_UNFILTERED error condition, and allow filtering in this case, even when the result set is empty 2009-05-19 09:06:50 +0200 fs  r272059 : merging changes from CWS dba32b, to prevent future conflicts with upcoming local changes 2009-05-18 21:48:58 +0200 fs  r272054 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:48:42 +0200 fs  r272053 : accessing a non-local unfiltered address book now returns an empty result set, and reports a warning, instead of ungracefully failing 2009-05-18 21:47:41 +0200 fs  r272052 : +setExternalWarnings 2009-05-18 21:47:12 +0200 fs  r272051 : #i55701# when re/loading the form, display any possible warnings 2009-05-18 21:43:26 +0200 fs  r272050 : #i55701# implement XWarningsSupplier, exposing the warnings of our result set 2009-05-18 21:42:51 +0200 fs  r272049 : #i55701# implement XWarningsSupplier, exposing the warnings of our aggregate RowSet 2009-05-18 17:53:59 +0200 fs  r272041 : #i55701# moved the (I)WarningsContainer from dbaccess to connectivity, to be able to use it in the latter module, too 2009-05-18 17:24:10 +0200 fs  r272040 : #i55701# properly enable the various Evolution types 2009-05-18 14:52:19 +0200 fs  r272024 : #i55701# properly enable the Evolution types 2009-05-18 13:57:10 +0200 fs  r272018 : fixed/extended whereAnalysis (column searching still not enabled, as neither LIKE nor = seem to work with my (somewhat older) Evolution version) 2009-05-18 13:56:08 +0200 fs  r272017 : extended showParseTree 2009-05-18 13:55:25 +0200 fs  r272016 : extended showParseTree 2009-05-18 11:40:16 +0200 fs  r272008 : #i55701# 2009-05-18 11:39:02 +0200 fs  r272006 : let the PreparedStatement return proper meta data, too 2009-05-18 10:05:37 +0200 fs  r271999 : moved the XStatement interface to from OCommonStatement to OStatement - the former class is also the base for other classes which should not have this interface 2009-05-15 21:53:22 +0200 fs  r271973 : collectColumnInformation: report invalid meta data as assertion 2009-05-15 21:51:40 +0200 fs  r271972 : showParseTree should be const 2009-05-15 21:51:26 +0200 fs  r271971 : showParseTree should be const 2009-05-15 21:51:03 +0200 fs  r271970 : properly recognize the 'WHERE 0 = 1' clause, this way having proper statement meta data, this way saving much much calls from the DBA framework 2009-05-15 20:29:03 +0200 fs  r271969 : cleaned up the mess with the statement classes 2009-05-15 15:51:11 +0200 fs  r271944 : let the result set properly init its meta data 2009-05-15 15:29:54 +0200 fs  r271939 : proper property implementations for the resultset class 2009-05-15 15:01:31 +0200 fs  r271936 : proper property implementations for the statement class 2009-05-08 14:46:33 +0200 fs  r271717 : component_foo must be PUBLIC 2009-05-06 09:20:05 +0200 fs  r271565 : #i10000# (warnings on unxlngi6) 2009-05-06 09:01:30 +0200 fs  r271564 : #i101493# 2009-05-05 23:08:12 +0200 fs  r271560 : #i55701# merging the changes from the ancient (CVS-based) CWS evoab2default into this CWS here

2009-06-05  Kurt Zenker  <kz@openoffice.org>  [e3fd3c85743556b73c948549f277d9336f646c6c]

        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-05  Kurt Zenker  <kz@openoffice.org>  [19ed9c3a16889a49f6d6b222de40f7b377ff3e83]

        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-05  Kurt Zenker  <kz@openoffice.org>  [2e11a6b039a798150dc59a6c43d73cb0d27c0ab5]

        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-05  Kurt Zenker  <kz@openoffice.org>  [def758adab34f4769b828901b31ae1dd6dc18c68]

        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-05  Kurt Zenker  <kz@openoffice.org>  [8424c9658143b744d991fdb3c28f9b569526dcd7]

        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-05  Kurt Zenker  <kz@openoffice.org>  [d215e51e30e5cb9e3f95a6c685af2f1766b80717]

        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-05  Kurt Zenker  <kz@openoffice.org>  [69cd7f72560d508b6d62d5abd8229595e02198c3]

        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-05  Kurt Zenker  <kz@openoffice.org>  [048e7daec45c04ebd2ed4506a585f1719efc7f56]

        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-05  Kurt Zenker  <kz@openoffice.org>  [6a663588fb38e0f99b9af35dbc90c78f9776bd0b]

        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-05  Kurt Zenker  <kz@openoffice.org>  [bda7e683aeb1e4f64967a0cb2bd69c9152c44037]

        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-05  Kurt Zenker  <kz@openoffice.org>  [f69c97860cc62e2aad46e9cfb68a643817e8ad4a]

        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-05  Kurt Zenker  <kz@openoffice.org>  [60698c8a619f219129dbeac7da1f962f3fa63f6a]

        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-05  Kurt Zenker  <kz@openoffice.org>  [67fe5fac850238bd2950f20ffa0fe00507020b4b]

        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-05  Thomas Benisch  <tbe@openoffice.org>  [b71c97e9b3ff1ea251888177ad9968db6b9ffc8a]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [adc000a73c3699f4d1d53ba7151eadd2ea5f8940]

        CWS-TOOLING: integrate CWS calclinkfixes 2009-04-27 11:47:56 +0200 nn  r271258 : #i101273# Uno broadcasts in DoRecalc/DoHardRecalc 2009-04-24 17:20:19 +0200 nn  r271226 : #i101304# don't load source file of external ref for empty cells in the cached data 2009-04-24 14:15:43 +0200 nn  r271212 : #i101319# handle merged cells and row groups when loading cached data for external refs

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [fc3d525a0c3ccba1f343bbc7329b2231e2e662d1]

        CWS-TOOLING: integrate CWS extmgr02 2009-05-28 09:06:03 +0200 ericb  r272377 : #i102274# add a comment 2009-05-28 08:17:04 +0200 dv  r272376 : #i102274# Performance optimization for cygwin accidentally removed setting of access rights for all other unix plattforms

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [4e4991cd63a6094f3fef614127e76b3a9b79bdc5]

        CWS-TOOLING: integrate CWS automationdev300m48cat3 2009-06-02 09:47:08 +0200 oc  r272481 : #i102430# 2009-05-29 12:59:34 +0200 wg  r272453 : i102361 2009-05-29 12:47:37 +0200 wg  r272451 : i102360 2009-05-29 12:38:40 +0200 wg  r272449 : i102360 2009-05-29 12:32:30 +0200 wg  r272448 : i102360 2009-05-29 12:31:56 +0200 wg  r272447 : i102334 2009-05-28 15:54:46 +0200 wg  r272410 : i102334 2009-05-28 13:20:41 +0200 wg  r272404 : i102323 2009-05-28 13:03:10 +0200 wg  r272403 : i102323

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [b58f2aaf94ca511ceffb8f78eb9a6ff9f405ae69]

        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  Kurt Zenker  <kz@openoffice.org>  [ef7c5c7534ecf24b2af1bc0de6e221327b4a4c49]

        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  Kurt Zenker  <kz@openoffice.org>  [da569797eb7e089da90c917448b7990fac64b8d7]

        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  Kurt Zenker  <kz@openoffice.org>  [c3e9297cb1fd34478e529f95892bcd93be9121ab]

        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  Kurt Zenker  <kz@openoffice.org>  [7470d7bd81ab783f5d46cfc8391a9b8c301d6aff]

        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  Kurt Zenker  <kz@openoffice.org>  [6b84e784d04705f49a0824ae9c6a6c0ba7e23553]

        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  Kurt Zenker  <kz@openoffice.org>  [a64a6a4d0362957e6e68a37268986a903508e2c1]

        CWS-TOOLING: integrate CWS mav52 2009-05-27 08:05:30 +0200 mav  r272322 : #i88544# use PRODUCTNAME

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [5864950eec1dc39e759f1728b4c0054ff5e46287]

        CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc  r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc  r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc  r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc  r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc  r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc  r271977 : #i101988# fix up consts for warning-free

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [c60ba8c007d730f9553e50b70de5696632166392]

        CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc  r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc  r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc  r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc  r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc  r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc  r271977 : #i101988# fix up consts for warning-free

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [62cd9aa9be35282c94bd140998b182bfdac7c325]

        CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc  r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc  r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc  r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc  r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc  r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc  r271977 : #i101988# fix up consts for warning-free

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [52a833d1538357db8bf9cdc489e63262432b7e92]

        CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc  r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc  r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc  r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc  r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc  r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc  r271977 : #i101988# fix up consts for warning-free

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [837a58b872594da72126e120e0575b5401c9e0c7]

        CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc  r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc  r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc  r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc  r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc  r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc  r271977 : #i101988# fix up consts for warning-free

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [556700afe502d4ed08af820d451d8d0a0fbfe022]

        CWS-TOOLING: integrate CWS bserver46 2009-05-19 18:25:49 +0200 kz  r272093 : #159768# fixes 2009-05-18 16:17:53 +0200 kz  r272031 : #i10000# define mac specials 2009-05-18 16:14:03 +0200 kz  r272030 : #159768# allow a seperate directory for each module 2009-05-08 19:44:40 +0200 kz  r271730 : #159767# handle .link projects

2009-06-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [277da6d39e85242dc599c5e5bfeedc01d0fbaa25]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9278148dc944e947fa8ed2b786098bcdba39004]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35a381f72980cf370dcfa8e859dc854cf153a02]

        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  Kurt Zenker  <kz@openoffice.org>  [3e9f07d28403a7b5cce8b831b57e757be1947aa7]

        CWS-TOOLING: integrate CWS native247 2009-05-20 16:26:46 +0200 is  r272137 : #i100251# 2009-05-14 17:52:39 +0200 is  r271914 : #i87869# removal of start menu folder 2009-05-14 17:51:40 +0200 is  r271913 : #i100251# no systemintegration for pkgformat native

2009-06-04  Philipp Lohmann  <pl@openoffice.org>  [33ce99fd93f419a1659a541b37ad7b1de84a3e00]

        get correct page count

2009-06-04  Thomas Benisch  <tbe@openoffice.org>  [36f348fb0bebcbf099be4fddf59380462b39e41a]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-06-04  Philipp Lohmann  <pl@openoffice.org>  [73220d96bca7cb760051144a5ea731119287d9f1]

        removed warnings

2009-06-04  Philipp Lohmann  <pl@openoffice.org>  [9ffb846a6dbfa48c40d5eb02cdb9e4d8dcab5e66]

        need GetViewShell_Impl in sw

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [83763b719748997713417af453f7bca86e7a20af]

        CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [a3acf41195f4c39cba7950c389dc817b824f76ed]

        CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [673711732b428f58e831733ee8592d24563cf68a]

        CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [927c53ecf748677638e8722352b3710f349be912]

        CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)

2009-06-04  Kurt Zenker  <kz@openoffice.org>  [b44a5985c84c78eea09c391c58427e4e616e46fa]

        CWS-TOOLING: integrate CWS chart37 2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde  r271276 : #i100987 2009-04-27 15:24:42 +0200 hde  r271273 : #i100987 2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde  r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi  r267693 : i96999 2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)

2009-06-04  Thomas Lange  <tl@openoffice.org>  [5322b2a0c94772961310dc646a237df18cd20e6e]

        #i101242# new print dialog UI

2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [b6cb39ab39a25200954d20780aabe70ac1347479]

        fix a warning

2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [fc1d80c5911955f1937822dd9561e7d81cb8a2ea]

        fix a warning

2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [586a494193a5d0147332abb7c17e1e70e74dee20]

        #i92516# latest changes according to UX

2009-06-03  Kurt Zenker  <kz@openoffice.org>  [dfe1f92e6904847162f6a7a2d9fb5fccd2f05f3f]

        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>  [cf1a66987abce026206ef2be5089847dcca1ae88]

        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>  [d0d8f99a31800c45bbda6b14c28abeb93819f031]

        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>  [e74adaa2c236e5ecbdd7b036f237b4cccd4b9d72]

        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  Kurt Zenker  <kz@openoffice.org>  [1b2d8d55a38112f77864295deacec4711ecbb972]

        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  Kurt Zenker  <kz@openoffice.org>  [5c1b4c4432e2b355956a8f1f9594fcbc60a5eb09]

        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  Kurt Zenker  <kz@openoffice.org>  [847a872bcffc2049bc43b1318bb447f73a379c2d]

        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  Kurt Zenker  <kz@openoffice.org>  [a6aafcb54ea1cfd70d17a0c2bf1d92e46735d989]

        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>  [07c9e528cb418b3c722342d5548e49650d7852ef]

        #i92516# enable WB_DROPDOWN on TabControl

2009-06-03  Philipp Lohmann  <pl@openoffice.org>  [457e3281821544b84b8328590b5ca407750031dc]

        #i92516# enable WB_DROPDOWN on TabControl

2009-06-03  Kurt Zenker  <kz@openoffice.org>  [d637b522f06e03ef544c7ee367a25a4956c8bb64]

        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-03  Kurt Zenker  <kz@openoffice.org>  [3182616f1ae5701a2f39cef90616a2f7d8ba61d0]

        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-03  Kurt Zenker  <kz@openoffice.org>  [e8cad7c6d2daf5b2b4ec672dbf740737fba426fd]

        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-03  Kurt Zenker  <kz@openoffice.org>  [ce3275ad4a2c96c8178b3764c05085f9c8ad1265]

        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-03  Kurt Zenker  <kz@openoffice.org>  [65d3b7eea08aeb5bb6b510d683a1de602fc856cc]

        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-03  Kurt Zenker  <kz@openoffice.org>  [c1f8c3252a1a957049e9b5fdac708bde5bcd9817]

        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-03  Kurt Zenker  <kz@openoffice.org>  [9bd99c08e8662becdd5ac8b47ef6f953c14e65fc]

        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-03  Kurt Zenker  <kz@openoffice.org>  [cf86342be0e6de53aebdf2100b3e2b7aa4eabf15]

        CWS-TOOLING: integrate CWS sysui37 2009-05-19 12:44:43 +0200 ihi  r272072 : #i101914# rpm installer fix 2009-05-18 19:08:13 +0200 ihi  r272047 : #i98650# rpm rebuild issue 2009-05-18 16:52:13 +0200 ihi  r272036 : #i101916# rpm fix 2009-05-18 16:39:55 +0200 ihi  r272035 : #i101914# sysui rpm fix

2009-06-03  Kurt Zenker  <kz@openoffice.org>  [56b10b275a39aa02b6184deee5d507d578acc274]

        CWS-TOOLING: integrate CWS sysui37 2009-05-19 12:44:43 +0200 ihi  r272072 : #i101914# rpm installer fix 2009-05-18 19:08:13 +0200 ihi  r272047 : #i98650# rpm rebuild issue 2009-05-18 16:52:13 +0200 ihi  r272036 : #i101916# rpm fix 2009-05-18 16:39:55 +0200 ihi  r272035 : #i101914# sysui rpm fix

2009-06-03  Kurt Zenker  <kz@openoffice.org>  [5fedf27a120ae92b6474e0d489f3018e8e317f8d]

        CWS-TOOLING: integrate CWS sysui37 2009-05-19 12:44:43 +0200 ihi  r272072 : #i101914# rpm installer fix 2009-05-18 19:08:13 +0200 ihi  r272047 : #i98650# rpm rebuild issue 2009-05-18 16:52:13 +0200 ihi  r272036 : #i101916# rpm fix 2009-05-18 16:39:55 +0200 ihi  r272035 : #i101914# sysui rpm fix

2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [30eb643a7daf38348350968b8cbdecbcc0ec0f24]

        #i92516# add missing controls, fix some minor issues

2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [c8e7522755016b630edeac9b7ba4e41a7e74d997]

        #i92516# restart on correct page

2009-06-02  Philipp Lohmann  <pl@openoffice.org>  [8db120c45b673dbfee37f8731437800425517485]

        #i92516# persistency for print dialog

2009-06-02  Kurt Zenker  <kz@openoffice.org>  [92288a66306167c908c86064a8e8cacf4f592841]

        CWS-TOOLING: integrate CWS calcperf04 2009-04-23 12:47:25 +0200 er  r271155 : CWS-TOOLING: rebase CWS calcperf04 to trunk@270723 (milestone: DEV300:m46) 2009-04-22 13:49:45 +0200 er  r271104 : #i101254# performance area broadcasters: replace ::std::set with ::std::hash_set; have broadcaster slots per sheet instead of document wide lumps 2009-04-16 15:04:58 +0200 nn  r270886 : #i101126# ScFormatRangeStyles::GetStyleNameIndex: pass row before which to remove 2009-04-16 11:26:33 +0200 nn  r270874 : #i101126# ScUniqueCellFormatsObj: collect ranges without ScRangeList::Join 2009-04-15 15:07:34 +0200 er  r270846 : merged #i95967# changesets 263482,263483 for performance testcases 2009-03-06 12:48:52 +0100 nn  r268996 : #i99960# don't get null date from the model repeatedly 2009-03-06 12:47:21 +0100 nn  r268995 : #i99959# don't use GetInputString in ScXMLExport::WriteCell 2009-03-03 17:30:25 +0100 er  r268772 : #i99828# NextNewToken: some string handling optimization, i.e. less toUpper calls

2009-06-02  Kurt Zenker  <kz@openoffice.org>  [b00d8072a266ef37192a677c5be7bc0eccd5822f]

        CWS-TOOLING: integrate CWS calcperf04 2009-04-23 12:47:25 +0200 er  r271155 : CWS-TOOLING: rebase CWS calcperf04 to trunk@270723 (milestone: DEV300:m46) 2009-04-22 13:49:45 +0200 er  r271104 : #i101254# performance area broadcasters: replace ::std::set with ::std::hash_set; have broadcaster slots per sheet instead of document wide lumps 2009-04-16 15:04:58 +0200 nn  r270886 : #i101126# ScFormatRangeStyles::GetStyleNameIndex: pass row before which to remove 2009-04-16 11:26:33 +0200 nn  r270874 : #i101126# ScUniqueCellFormatsObj: collect ranges without ScRangeList::Join 2009-04-15 15:07:34 +0200 er  r270846 : merged #i95967# changesets 263482,263483 for performance testcases 2009-03-06 12:48:52 +0100 nn  r268996 : #i99960# don't get null date from the model repeatedly 2009-03-06 12:47:21 +0100 nn  r268995 : #i99959# don't use GetInputString in ScXMLExport::WriteCell 2009-03-03 17:30:25 +0100 er  r268772 : #i99828# NextNewToken: some string handling optimization, i.e. less toUpper calls

2009-05-29  Philipp Lohmann  <pl@openoffice.org>  [91975f770557199dd1760ba024bff68e271749fd]

        correct restarting

2009-05-29  Philipp Lohmann  <pl@openoffice.org>  [efea6413054936f812fb0bceeca97ed8e199aa6d]

        filter out group for internal dialog

2009-05-29  Kurt Zenker  <kz@openoffice.org>  [716f5e03ab91205c67e9c64c5ba7cd25742b6ad4]

        CWS-TOOLING: integrate CWS macrofpicker01 2009-03-21 22:07:29 +0100 fheckl  r269842 : Issue 100214 fix for dummy mode without initialization

2009-05-29  Thomas Benisch  <tbe@openoffice.org>  [8050b0c19a88682fb39741b64e25b214ede62b74]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-05-29  Thomas Benisch  <tbe@openoffice.org>  [56666c40b0cc3d6fc7af06d714a5a28536e91c0c]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-05-29  Thomas Benisch  <tbe@openoffice.org>  [bce20674745eaba6e2e68f09f5eac9a6a15a43a1]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-05-28  Philipp Lohmann  <pl@openoffice.org>  [3860a9a00d22d0b726f49c6fcaa6f9dc2b7e05b7]

        #i96402# SetDuplexMode

2009-05-28  Philipp Lohmann  <pl@openoffice.org>  [a309b83c67d0d6cafa1471e901d37f2c3725c4b3]

        #i96402# SetDuplexMode

2009-05-28  Philipp Lohmann  <pl@openoffice.org>  [599de0cf57cc354fbe9ac9b2ec7c3cebabcc90be]

        #i96402# SetDuplexMode

2009-05-28  Kurt Zenker  <kz@openoffice.org>  [8dab1c109ddf26138a3603c6869fd891aa9a6913]

        CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs  r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs  r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs  r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs  r271690 : #i101649# workaround warnings in generated code

2009-05-28  Kurt Zenker  <kz@openoffice.org>  [354367ced21faf308f7fdb47dfbfd55238d13c49]

        CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs  r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs  r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs  r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs  r271690 : #i101649# workaround warnings in generated code

2009-05-28  Kurt Zenker  <kz@openoffice.org>  [5a04474fecf30a8082dda2e594a11de06c89ecfc]

        CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs  r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs  r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs  r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs  r271690 : #i101649# workaround warnings in generated code

2009-05-28  Kurt Zenker  <kz@openoffice.org>  [2ed1e05dbe61796d72bb2a97312f9f7a9ca57399]

        CWS-TOOLING: integrate CWS ause101 2009-05-11 14:39:16 +0200 hjs  r271770 : #i101204# more selective copy 2009-05-07 19:16:08 +0200 hjs  r271693 : #i101651# embed windows manifest 2009-05-07 18:43:17 +0200 hjs  r271692 : #i101650# fix CHECKZIPRESULT for bash 2009-05-07 18:25:43 +0200 hjs  r271690 : #i101649# workaround warnings in generated code

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [c191158982fd2990ff43a2c6b69a410c1f390f81]

        print range changes for basic ide

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [9b32197487cc7993e021e4bd733685173cdae271]

        print range changes for basic ide

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [967254f29b3f3c4a1b84f5c47fc6fd1faf5e72fb]

        print range changes

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [6e5efe1be430d64081b8fa64be92ec711f7bf36b]

        print range changes, dependency UI

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [e4bd7b3a1cfa6190d00f643783c6ea4fcc7f8b1b]

        print range changes, dependency UI

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [7103e2b01f89fe217949cc20929dab00d277d44f]

        print range changes, dependency UI

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [a016e23729232a54ce03a1380032dfef3b5356de]

        print range changes, dependency UI

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [2f7007962edc48f987f14e7631bf3ddb96af7f7f]

        print range changes, dependency UI

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [2d74f4c2357195cc0c7b3bd0ffe9fb93e83c18e0]

        fix last page in preview missing

2009-05-27  sb  <sb@openoffice.org>  [8e1c1908aa1485e16e53ebb4ba31e6a66600840e]

        #i101955# removed unnecessary dependencies on configmgr

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [e7e3874e373e3ae1bf4da96c0fcd0ea9a394a92b]

        make WindowArranger API safer

2009-05-27  Philipp Lohmann  <pl@openoffice.org>  [889de0ba9ad0847826a1f1006ae687ac6e8e84d1]

        add another useless precompiled header directive

2009-05-27  sb  <sb@openoffice.org>  [3a7cc44413657445654f87b4194f87908f5bccbd]

        merged in DEV300_m49

2009-05-27  sb  <sb@openoffice.org>  [09e3b1589ea4a4376105a84e8f263eb4ae28631e]

        merged in DEV300_m49

2009-05-27  sb  <sb@openoffice.org>  [9df471d00ffa5759535ecd145ba437819322e37f]

        merged in DEV300_m49

2009-05-27  sb  <sb@openoffice.org>  [6847a9e3c7e3848d7d8f93707035730d1821b1cc]

        merged in DEV300_m49

2009-05-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9490afc1ec282ac768c3cb128cfbbf2ac620d523]

        #i10000#: update hid.lst

2009-05-26  Kurt Zenker  <kz@openoffice.org>  [d9c439850c6b5b515d2cd18b85a2861badc7dfaf]

        CWS-TOOLING: integrate CWS mla01 2008-11-26 11:44:02 +0100 os  r264361 : cws migration

2009-05-26  Philipp Lohmann  <pl@openoffice.org>  [1b47f9b4216522537b01b687491cfd50145cd623]

        add completely useless PCH directive to satisfy stupid windows compiler

2009-05-26  Release Engineers  <releng@openoffice.org>  [e8e07b16888025a7c87693a5372db9d116096af5]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [bb0d6dce422bbaf73608d9093feb93fe1f83e8f4]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [07b34d5e6b1e202ef57b2341b6c7389cc40e0be6]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [72f695f0f6f5db2526e9ad61784cb77017602fe8]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [c99c1c46f5201bd7866588c76e1cd41f5d0dda5b]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [6d31c1140e3c2d6a25bd9da4e612f2977ada4e6a]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [0e3881b1699eb30f5c8f6292cad3eb25c9e7df8c]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [f040b82c76e091ad6b61ce4a45c540ecac8ad570]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-26  Release Engineers  <releng@openoffice.org>  [b9f83e7c7f7bb8c146c8cca4feb21194883f8c18]

        Create DEV300_m49 milestone tag from trunk@272290

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6071dfa4ca367fa268c77880852e3d4f6e54e3]

        #i10000#: XclImpChChart::ReadChProperties( XclImpStream& rStrm ) double declared and defined

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffef1bb6bdc42926ec0771be528a88377f6d9a9]

        #i10000#: EXC_CHPROPS_SHOWVISCELLS -> EXC_CHPROPS_SHOWVISIBLEONLY

2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [708bbabd2b9c99488ec128278b0a79d358c811cc]

        fix some warnings

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [1055e4bfbf827292db6d4994cd5bec0e1b9a9d89]

        #i10000#: build node.cxx and parse.cxx with exceptions enabled

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0612d6a7517e3c50bfda50b3a17f90f292b79e64]

        #i10000#: typo

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [662f03082d3652aa48a218d603dc36ede3da78f4]

        #i10000#: partly undo changes from canvascrairo01 (build problems due to redifinition of HINSTANCE)

2009-05-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c8a6d114da643b699e0e1395d319b3ad4e65503]

        #i10000#: aBookmarkURL: use Getter/Setter

2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [4d4de973400649c0f7cf6f6640984a88ae185214]

        remove warnings

2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [7602c2b3c4c0b0fbf3b7ae1aca80e3f6e1d57b58]

        remove warnings

2009-05-25  Philipp Lohmann  <pl@openoffice.org>  [ea23b7444553505a98f0cf9258631e45884303ec]

        use shared ptr, newline

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [a8a6b65a36be837196be5dd3b3b78deadae49152]

        #i92516# print range needs to be app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [98d192ca3619e32e7437124a1f26cff7bb778518]

        #i92516# print range needs to be app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [13aba551d7a1a0883e4804e5f0ad44f3e68e58e7]

        #i92516# print range needs to be app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [0f58a76df8f043959eb3de957514e8bdf57eeed9]

        #i92516# print range needs to be app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [0b93cf4d4dd806181f6ec6afa4097c43bf1f2420]

        simplify code

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [60e54d904b1c3bd46ee9bdbe0b72756ae6cc231a]

        use autoarranging

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [5b99d44a1176b803e1db3e0bfa23fb63105e703a]

        #i92516# move printing to XRenderable

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [f399e198a61d57063fd3094b73c462432804ba1a]

        #i101309# need the page range controls app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [1352a683fd5371d504680dd33c55afe77796d9e0]

        #i101309# need the page range controls app specific

2009-05-22  Philipp Lohmann  <pl@openoffice.org>  [e2dcfdf1706b4c636c74b90fd2442b18537af1e8]

        #i101309# need the page range controls app specific

2009-05-21  Philipp Lohmann  <pl@openoffice.org>  [cf5d2108b8709bb9973026f191ba9276ee3b5e15]

        helper class for layouting child controls

2009-05-21  Philipp Lohmann  <pl@openoffice.org>  [3f8beb83e306c5e1f36e982335e2354948aa40d9]

        fix a snafu

2009-05-20  Niklas Nebel  <nn@openoffice.org>  [db82d045abf1c3a5a4fe8123d6bae5526a6b3be0]

        #i101309# handle page selection string

2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0977506cf29889bcbcd1e95f03bc212d5ec171a]

        #i10000#,#i102100#: fix broken merge cause by CRLF

2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [68bf46da42aef21e01b5fbde9d7bc1d092880a3d]

        #i10000#: remove unused variable

2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d108d1ebd9a6eb5970cdea78efa18f1524e0fa8a]

        #i10000#: IncludeHiddenCells -> PROP_IncludeHiddenCells

2009-05-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [360db50b7e2d20ca5893a91077b88ccf1ec4ff8f]

        #i10000#: add property IncludeHiddenCells, introduced by koheichart01 (chartspaceconverter.cxx)

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b879862eb4395664a235170c31f8968964174f41]

        #i10000#: fix CRLF. Sigh

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46d946139c30ce29b8eaee4fa735236e2a95a4c]

        #i10000#: fix CRLF. Sigh

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e27522f1b50ac9f0f0bdd66edfdd0102844847]

        #i10000#: fix CRLF. Sigh

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d062f80581f73bdddac31294d98e982e64d0f6f4]

        #i10000#: fix CRLF. Sigh

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a1d0fc8e5acca3da971a3129bc1e25619b4820]

        #i10000#: fix CRLF. Sigh

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88515548af02c2e2129acedb50f1ecd2e76dc169]

        #i10000#: undo wrong merge conflict resolution

2009-05-19  Philipp Lohmann  <pl@openoffice.org>  [04e36071737ccca11f77d2c943248b08d66e76d6]

        #i92516# print with XRenderable API

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0e8aa7259586080312448d629211bb2ef592a9]

        DEV300

2009-05-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf8fd18260b833ba83a5fa45acff4005dc1c609]

        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>  [c100ce29207c4c6d74aa60ef807d432f86535b7a]

        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>  [efcc0a4c96d2aa326f7ceb9e6b6cf54cd1b2a3bf]

        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>  [935baf97a926baa50d985808736e0adb8837c716]

        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>  [1588d83a11731a6594fb4d9ff54b7ffb813c38e1]

        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>  [615772fb62f460cb026771b27822f83264784a1c]

        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>  [4c6037466b5a380b28f95b9739fb8e0ac8b5ca9f]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dc749116026183c4af40e4d3982387de9fab953]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [263be5140ab4b4b25471c78573a1612872fb76bd]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d94a37b097d0c1e917f23cca87ff53e88f16c30]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [646f2c454a1957ac913396f53ed38cf38c7b60da]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9f6f703002c2cbb8dac6818f29079c7ca6deed]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7adb1f5739d72fb0d5e5ced375c3771bc7df69de]

        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>  [c3de46aae9ca8fb361a03693cea7cbec9d24eb20]

        CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5563796738c7184d650ca725344be35c490ada]

        CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9aed78f6331d8f203c2b323a53b7a0e24306ba5]

        CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a7417822df5a57197b293f712223b086da76a3e]

        CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [756ad3800d5defb7f8cdf5404d14c9a20cc168d6]

        CWS-TOOLING: integrate CWS koheichart01 2009-05-15 06:32:38 +0200 hde  r271925 : header fixed 2009-04-14 16:23:35 +0200 hde  r270792 : #100231# 2009-04-14 16:13:48 +0200 hde  r270790 : #100231# 2009-04-14 15:56:14 +0200 hde  r270787 : #100231# 2009-04-14 14:28:40 +0200 hde  r270767 : #100231# 2009-04-14 14:27:30 +0200 hde  r270766 : #100231# 2009-04-14 09:43:07 +0200 hde  r270749 : #100231# 2009-04-14 09:25:52 +0200 hde  r270748 : #100231# 2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning 2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment. 2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's hidden state. 2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled elsewhere. 2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more). 2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is false.  Also avoid adding data cache when the cell is hidden. 2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync. 2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync. 2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44) 2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx 2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly 2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable 2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording 2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden' 2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description 2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code 2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo 2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges 2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider 2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of problem during rebase. 2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication 2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste 2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case. 2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value. This fixes the broken missing value treatment. 2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore 2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting 2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer 2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series 2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes 2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file 2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member 2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods 2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy 2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo 2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells 2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts 2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells 2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values. 2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates. 2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38) 2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on modified lines and removal of unnecessary 'using' statements. 2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells' options it false!  I'm glad I caught this. 2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function. 2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach. Instead of using the original data point index in the object name, leave that index alone, and remove hidden data in the tooltip text value lookup code. 2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account the hidden data points (if any). 2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37) 2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578. 2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning. 2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning. 2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped. 2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true. 2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box. 2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion. 2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short. 2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup. 2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types. 2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions. 2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page. 2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be zero even when the document has charts. 2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener that listens on cells show/hide state for the chart's data areas. 2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied. 2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [efc6fbc8f89c0507003415ed6d16c3aa163b6727]

        CWS-TOOLING: integrate CWS native240 2009-05-07 14:15:40 +0200 is  r271664 : #i100983# signing process also cygwin ready 2009-05-07 11:54:19 +0200 is  r271650 : #i100983# signing process also cygwin ready 2009-05-06 17:37:11 +0200 is  r271606 : #i100983# signing process also cygwin ready 2009-05-05 18:28:49 +0200 is  r271549 : #i100983# signing process also cygwin ready 2009-04-09 15:51:50 +0200 is  r270712 : #i100983# cygwin improvements 2009-04-09 13:57:01 +0200 is  r270706 : #i100983# improve cygwin support 2009-04-09 13:56:09 +0200 is  r270705 : #i100983# improve cygwin support 2009-04-09 13:55:11 +0200 is  r270704 : #i100983# improve cygwin support 2009-04-09 13:54:46 +0200 is  r270703 : #i100983# improve cygwin support 2009-04-09 13:54:19 +0200 is  r270702 : #i100983# improve cygwin support 2009-04-09 13:53:55 +0200 is  r270701 : #i100983# improve cygwin support 2009-04-09 13:53:24 +0200 is  r270700 : #i100983# improve cygwin support 2009-04-09 13:52:44 +0200 is  r270699 : #i100983# improve cygwin support 2009-04-09 13:51:59 +0200 is  r270698 : #i100983# improve cygwin support 2009-04-09 13:51:31 +0200 is  r270697 : #i100983# improve cygwin support 2009-04-09 13:48:29 +0200 is  r270696 : #i100983# improve cygwin support 2009-04-09 13:47:19 +0200 is  r270695 : #i100983# improve cygwin support 2009-04-09 13:47:04 +0200 is  r270694 : #i100983# improve cygwin support 2009-04-09 13:45:55 +0200 is  r270693 : #i100983# improve cygwin support 2009-04-09 13:45:40 +0200 is  r270692 : #i100983# improve cygwin support 2009-04-09 13:44:57 +0200 is  r270691 : #i100983# improve cygwin support 2009-04-09 13:44:09 +0200 is  r270690 : #i100983# improve cygwin support

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ec4476f51373422f6dfb413f7f7776cacc2d7c7]

        CWS-TOOLING: integrate CWS native240 2009-05-07 14:15:40 +0200 is  r271664 : #i100983# signing process also cygwin ready 2009-05-07 11:54:19 +0200 is  r271650 : #i100983# signing process also cygwin ready 2009-05-06 17:37:11 +0200 is  r271606 : #i100983# signing process also cygwin ready 2009-05-05 18:28:49 +0200 is  r271549 : #i100983# signing process also cygwin ready 2009-04-09 15:51:50 +0200 is  r270712 : #i100983# cygwin improvements 2009-04-09 13:57:01 +0200 is  r270706 : #i100983# improve cygwin support 2009-04-09 13:56:09 +0200 is  r270705 : #i100983# improve cygwin support 2009-04-09 13:55:11 +0200 is  r270704 : #i100983# improve cygwin support 2009-04-09 13:54:46 +0200 is  r270703 : #i100983# improve cygwin support 2009-04-09 13:54:19 +0200 is  r270702 : #i100983# improve cygwin support 2009-04-09 13:53:55 +0200 is  r270701 : #i100983# improve cygwin support 2009-04-09 13:53:24 +0200 is  r270700 : #i100983# improve cygwin support 2009-04-09 13:52:44 +0200 is  r270699 : #i100983# improve cygwin support 2009-04-09 13:51:59 +0200 is  r270698 : #i100983# improve cygwin support 2009-04-09 13:51:31 +0200 is  r270697 : #i100983# improve cygwin support 2009-04-09 13:48:29 +0200 is  r270696 : #i100983# improve cygwin support 2009-04-09 13:47:19 +0200 is  r270695 : #i100983# improve cygwin support 2009-04-09 13:47:04 +0200 is  r270694 : #i100983# improve cygwin support 2009-04-09 13:45:55 +0200 is  r270693 : #i100983# improve cygwin support 2009-04-09 13:45:40 +0200 is  r270692 : #i100983# improve cygwin support 2009-04-09 13:44:57 +0200 is  r270691 : #i100983# improve cygwin support 2009-04-09 13:44:09 +0200 is  r270690 : #i100983# improve cygwin support

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ba39eaf96c2c4d2c0233a0cfdd18c1573bd2e6]

        CWS-TOOLING: integrate CWS calcmultiline 2009-05-13 18:05:10 +0200 nn  r271868 : CWS-TOOLING: rebase CWS calcmultiline to trunk@271830 (milestone: DEV300:m48) 2009-03-15 00:59:24 +0100 erack  r269502 : #i100205# SYLK import/export: treat embedded double quotes and semicolons correctly; changes ID;PSCALC3 to ID;PCALCOOO32 due to incompatibility 2009-03-10 17:54:33 +0100 er  r269286 : #i35913# multiline (newlines) as formula results; contributed by William S Fulton <wsfulton>

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [57b46d24b0ce62c894a47b6d0c24e77c548c9cf9]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6dda9837c7a97c2ae465e7b638ae97598664ee]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6064b53afc9390973862e7ecfbeb10fb314852a6]

        CWS-TOOLING: integrate CWS automation005 2009-05-18 11:29:09 +0200 tbo  r272004 : #i101924# 2009-05-14 16:51:30 +0200 tbo  r271908 : i101924 2009-05-14 11:43:22 +0200 wg  r271883 : i101910 2009-05-13 11:54:50 +0200 jsk  r271853 : #i101521 2009-05-13 11:17:13 +0200 jsk  r271847 : #i101521 2009-05-13 09:40:32 +0200 jsk  r271840 : #i101521 2009-05-13 09:31:12 +0200 jsk  r271839 : #i101521 2009-05-13 06:58:53 +0200 jsk  r271837 : #i101824 2009-05-12 14:45:20 +0200 jsk  r271826 : #i101824 2009-05-12 13:37:19 +0200 jsk  r271821 : #i101800 2009-05-12 13:27:47 +0200 jsk  r271820 : #i101800 2009-05-12 13:11:11 +0200 jsk  r271817 : #i101800 2009-05-12 10:51:09 +0200 jsk  r271800 : #i101800 2009-05-11 13:42:34 +0200 jsk  r271767 : #i101521 2009-05-11 13:16:33 +0200 jsk  r271766 : #i101605 2009-05-11 11:38:54 +0200 jsk  r271762 : #i101757 2009-05-07 08:37:40 +0200 jsk  r271624 : #i101539# Revert changes, the cause additional instability 2009-05-07 08:28:04 +0200 jsk  r271621 : #i101605# 2009-05-06 15:31:32 +0200 jsk  r271596 : #i101605# 2009-05-05 14:29:32 +0200 jsk  r271516 : #i101521 2009-05-05 08:58:58 +0200 jsk  r271499 : #i101539 2009-05-05 08:36:58 +0200 jsk  r271495 : #i101539 2009-05-05 08:22:03 +0200 jsk  r271492 : #i101539 2009-05-05 08:10:28 +0200 jsk  r271491 : #i101539 2009-05-05 07:42:10 +0200 jsk  r271490 : #i101539 2009-05-05 06:09:32 +0200 jsk  r271489 : #i101539 2009-05-04 21:45:36 +0200 jsk  r271488 : #i101539 2009-05-04 21:04:24 +0200 jsk  r271487 : #i101539 2009-05-04 20:47:06 +0200 jsk  r271486 : #i101539 2009-05-04 20:16:33 +0200 jsk  r271485 : #i101539 2009-05-04 20:15:40 +0200 jsk  r271484 : #i101539 2009-05-04 20:14:48 +0200 jsk  r271483 : #i101539 2009-05-04 20:12:54 +0200 jsk  r271482 : #i101539 2009-05-04 20:05:57 +0200 jsk  r271481 : #i101539 2009-05-04 18:58:08 +0200 jsk  r271480 : #i101539 2009-05-04 15:45:29 +0200 jsk  r271467 : #i101539 2009-05-04 15:00:19 +0200 jsk  r271459 : #i101522 2009-05-04 14:53:36 +0200 jsk  r271458 : #i101521 2009-05-04 14:53:12 +0200 jsk  r271457 : #i101405

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f296af6acc3a4e83a571bb0ce62744b21543a9]

        CWS-TOOLING: integrate CWS m48fixshorttrack 2009-05-18 14:54:14 +0200 mba  r272025 : #i101919#: fix event list

2009-05-18  sb  <sb@openoffice.org>  [f87c88b7c98e3b937f78f54cdd77cc69ebd8315b]

        #i101955# improved error reporting (improving previous -c acee60ce43e6)

2009-05-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e785c628e99d2e446ba0c42867e94db61e29637]

        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-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [554c270738a6ce1d418918c47a5728137cfa718a]

        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-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a678277a03469c17b32b6bfdc259700e55e956]

        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-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fa2c2ccc62ab1e16dda2cac58d902e9f16f2123]

        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-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c48ea8482540a02be180daddb0b12752fb90daf]

        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-18  Jens-Heiner Rechtien  <hr@openoffice.org>  [f274b9c31685defbef739754468badb21b1f258b]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [01342d500413e4e2ef4536bd11e9143c89097f25]

        CWS-TOOLING: integrate CWS automation32m47 2009-05-14 13:59:48 +0200 tbo  r271888 : i101523 take this hid.lst for dev300m49 - masterfix for dev300m48 2009-05-07 14:00:37 +0200 msc  r271662 : #101638# 2009-05-07 13:43:29 +0200 msc  r271659 : #101636# 2009-05-07 13:28:21 +0200 msc  r271656 : #101634# 2009-05-07 09:53:16 +0200 oc  r271630 : #i101400# 2009-05-07 09:50:43 +0200 oc  r271629 : #i101400 2009-05-07 08:42:30 +0200 hde  r271625 : #101414 2009-05-07 08:36:56 +0200 hde  r271623 : #101414 2009-05-07 08:24:30 +0200 hde  r271620 : #101602 2009-05-07 06:37:20 +0200 hde  r271617 : 101534 2009-05-06 12:53:20 +0200 wg  r271582 : i101568 2009-05-06 12:52:32 +0200 wg  r271581 : i101568 2009-05-06 11:23:46 +0200 wg  r271578 : i101568 2009-05-06 07:28:14 +0200 oc  r271561 : #i101532# 2009-05-05 15:59:28 +0200 oc  r271529 : #i101524# 2009-05-05 15:55:14 +0200 oc  r271528 : #i101523# 2009-05-05 15:45:52 +0200 oc  r271523 : #i101564# 2009-05-05 08:43:04 +0200 oc  r271498 : #i101526# 2009-05-04 13:28:56 +0200 jsk  r271449 : #i101405 2009-05-04 13:25:04 +0200 jsk  r271446 : #i101405 2009-05-04 12:55:33 +0200 jsk  r271445 : #i101405

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d89a147ffff3d999f5b378c27a02a5fb7e77fdd2]

        CWS-TOOLING: integrate CWS calc49 2009-04-27 15:35:08 +0200 oc  r271282 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 15:33:38 +0200 oc  r271281 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 14:07:49 +0200 oc  r271268 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:05:43 +0200 oc  r271267 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:03:00 +0200 oc  r271266 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-02 14:04:47 +0200 nn  r270403 : CWS-TOOLING: rebase CWS calc49 to trunk@270033 (milestone: DEV300:m45) 2009-03-25 14:18:26 +0100 nn  r270025 : #i83643# adjust conditional formats when cell style is renamed (patch from gaojingmei) 2009-03-23 15:05:13 +0100 nn  r269875 : gcc warnings 2009-03-23 14:20:06 +0100 nn  r269871 : #i17995# order of OK/Cancel/Help/More is different between standard and advanced filter dialog 2009-03-20 19:15:21 +0100 nn  r269825 : gcc warnings 2009-03-20 18:10:25 +0100 nn  r269823 : #i70320# ScTabView::SetTabNo: don't deselect if called with bNew = TRUE 2009-03-18 17:28:04 +0100 nn  r269695 : #i97974# CopyToTable: update draw page size (patch from gaozm) 2009-03-18 14:30:50 +0100 nn  r269665 : #i45291# handle date/time input from validity dialog (patch from gaojingmei) 2009-03-18 11:43:17 +0100 nn  r269648 : #i27253# add 'New Style' buttons to conditional formatting dialog 2009-03-17 19:04:02 +0100 nn  r269624 : #i13829# include formats when sorting with toolbar buttons 2009-03-17 16:41:26 +0100 nn  r269617 : #i17995# allow more criteria in standard filter dialog 2009-03-12 10:23:21 +0100 nn  r269365 : #i7500# allow paste on merged cells (patch from mloiseleur/maoyg) 2009-03-12 09:57:17 +0100 nn  r269360 : #i8302# insert/delete in merged cells (patch from maoyg) 2009-03-11 19:07:44 +0100 nn  r269349 : #i27666# select current cell content in validity drop-down (patch from gaojingmei) 2009-03-11 19:03:40 +0100 nn  r269348 : #i7921# right variable 2009-03-04 17:45:03 +0100 nn  r268853 : #i7921# 'Deselect All Sheets' slot 2009-03-04 17:43:58 +0100 nn  r268852 : #i70320# #i7921# 'Deselect All Sheets' in context menu and TabBar empty area 2009-03-03 17:50:40 +0100 nn  r268774 : #i70320# deselect sheets when switching sheets and all sheets are selected 2009-03-03 14:50:44 +0100 nn  r268728 : #i99714# unused methods (patch from cmc) 2009-02-23 19:47:06 +0100 nn  r268369 : #i5550# lcl_DecompValueString: prefer end above beginning if not followed by space 2009-02-20 19:42:05 +0100 nn  r268337 : #i93091# ScDBFunc::GetDBData: allow filtered rows in selection

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f6dbb560097007a1d8d6f5998933926d001383]

        CWS-TOOLING: integrate CWS calc49 2009-04-27 15:35:08 +0200 oc  r271282 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 15:33:38 +0200 oc  r271281 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 14:07:49 +0200 oc  r271268 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:05:43 +0200 oc  r271267 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:03:00 +0200 oc  r271266 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-02 14:04:47 +0200 nn  r270403 : CWS-TOOLING: rebase CWS calc49 to trunk@270033 (milestone: DEV300:m45) 2009-03-25 14:18:26 +0100 nn  r270025 : #i83643# adjust conditional formats when cell style is renamed (patch from gaojingmei) 2009-03-23 15:05:13 +0100 nn  r269875 : gcc warnings 2009-03-23 14:20:06 +0100 nn  r269871 : #i17995# order of OK/Cancel/Help/More is different between standard and advanced filter dialog 2009-03-20 19:15:21 +0100 nn  r269825 : gcc warnings 2009-03-20 18:10:25 +0100 nn  r269823 : #i70320# ScTabView::SetTabNo: don't deselect if called with bNew = TRUE 2009-03-18 17:28:04 +0100 nn  r269695 : #i97974# CopyToTable: update draw page size (patch from gaozm) 2009-03-18 14:30:50 +0100 nn  r269665 : #i45291# handle date/time input from validity dialog (patch from gaojingmei) 2009-03-18 11:43:17 +0100 nn  r269648 : #i27253# add 'New Style' buttons to conditional formatting dialog 2009-03-17 19:04:02 +0100 nn  r269624 : #i13829# include formats when sorting with toolbar buttons 2009-03-17 16:41:26 +0100 nn  r269617 : #i17995# allow more criteria in standard filter dialog 2009-03-12 10:23:21 +0100 nn  r269365 : #i7500# allow paste on merged cells (patch from mloiseleur/maoyg) 2009-03-12 09:57:17 +0100 nn  r269360 : #i8302# insert/delete in merged cells (patch from maoyg) 2009-03-11 19:07:44 +0100 nn  r269349 : #i27666# select current cell content in validity drop-down (patch from gaojingmei) 2009-03-11 19:03:40 +0100 nn  r269348 : #i7921# right variable 2009-03-04 17:45:03 +0100 nn  r268853 : #i7921# 'Deselect All Sheets' slot 2009-03-04 17:43:58 +0100 nn  r268852 : #i70320# #i7921# 'Deselect All Sheets' in context menu and TabBar empty area 2009-03-03 17:50:40 +0100 nn  r268774 : #i70320# deselect sheets when switching sheets and all sheets are selected 2009-03-03 14:50:44 +0100 nn  r268728 : #i99714# unused methods (patch from cmc) 2009-02-23 19:47:06 +0100 nn  r268369 : #i5550# lcl_DecompValueString: prefer end above beginning if not followed by space 2009-02-20 19:42:05 +0100 nn  r268337 : #i93091# ScDBFunc::GetDBData: allow filtered rows in selection

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ea1f1ddc284aca56a7a558d0630dea316a2e217]

        CWS-TOOLING: integrate CWS calc49 2009-04-27 15:35:08 +0200 oc  r271282 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 15:33:38 +0200 oc  r271281 : #i101371 Adapt autotests because of changed standard filter dialog 2009-04-27 14:07:49 +0200 oc  r271268 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:05:43 +0200 oc  r271267 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-27 14:03:00 +0200 oc  r271266 : #i101371 Autotest for NewStyle button in conditional formatting dialog 2009-04-02 14:04:47 +0200 nn  r270403 : CWS-TOOLING: rebase CWS calc49 to trunk@270033 (milestone: DEV300:m45) 2009-03-25 14:18:26 +0100 nn  r270025 : #i83643# adjust conditional formats when cell style is renamed (patch from gaojingmei) 2009-03-23 15:05:13 +0100 nn  r269875 : gcc warnings 2009-03-23 14:20:06 +0100 nn  r269871 : #i17995# order of OK/Cancel/Help/More is different between standard and advanced filter dialog 2009-03-20 19:15:21 +0100 nn  r269825 : gcc warnings 2009-03-20 18:10:25 +0100 nn  r269823 : #i70320# ScTabView::SetTabNo: don't deselect if called with bNew = TRUE 2009-03-18 17:28:04 +0100 nn  r269695 : #i97974# CopyToTable: update draw page size (patch from gaozm) 2009-03-18 14:30:50 +0100 nn  r269665 : #i45291# handle date/time input from validity dialog (patch from gaojingmei) 2009-03-18 11:43:17 +0100 nn  r269648 : #i27253# add 'New Style' buttons to conditional formatting dialog 2009-03-17 19:04:02 +0100 nn  r269624 : #i13829# include formats when sorting with toolbar buttons 2009-03-17 16:41:26 +0100 nn  r269617 : #i17995# allow more criteria in standard filter dialog 2009-03-12 10:23:21 +0100 nn  r269365 : #i7500# allow paste on merged cells (patch from mloiseleur/maoyg) 2009-03-12 09:57:17 +0100 nn  r269360 : #i8302# insert/delete in merged cells (patch from maoyg) 2009-03-11 19:07:44 +0100 nn  r269349 : #i27666# select current cell content in validity drop-down (patch from gaojingmei) 2009-03-11 19:03:40 +0100 nn  r269348 : #i7921# right variable 2009-03-04 17:45:03 +0100 nn  r268853 : #i7921# 'Deselect All Sheets' slot 2009-03-04 17:43:58 +0100 nn  r268852 : #i70320# #i7921# 'Deselect All Sheets' in context menu and TabBar empty area 2009-03-03 17:50:40 +0100 nn  r268774 : #i70320# deselect sheets when switching sheets and all sheets are selected 2009-03-03 14:50:44 +0100 nn  r268728 : #i99714# unused methods (patch from cmc) 2009-02-23 19:47:06 +0100 nn  r268369 : #i5550# lcl_DecompValueString: prefer end above beginning if not followed by space 2009-02-20 19:42:05 +0100 nn  r268337 : #i93091# ScDBFunc::GetDBData: allow filtered rows in selection

2009-05-15  Philipp Lohmann  <pl@openoffice.org>  [6ca5ebc179d809750a43bf13e0acec3ff6e3f551]

        #i92516# improved paper handling

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe868574cc0f8247ff2c915c2957fac901f91be0]

        CWS-TOOLING: integrate CWS dv11 2009-05-13 16:50:24 +0200 dv  r271863 : #i101829# Use UPGRADINGPRODUCTCODE to detect major upgrade 2009-04-17 15:55:48 +0200 dv  r270953 : CWS-TOOLING: rebase CWS dv11 to trunk@270723 (milestone: DEV300:m46) 2009-04-17 09:14:21 +0200 dv  r270916 : #i100915# Use better product name 2009-04-16 14:41:49 +0200 dv  r270884 : #i101132# Use a waiting thread to defere update check 2009-04-07 15:46:52 +0200 dv  r270599 : #i100915# Use one include file for all version.rc files 2009-04-07 13:49:56 +0200 dv  r270596 : #i100915# Use one include file for all version.rc files 2009-04-03 09:04:08 +0200 dv  r270447 : #100776# Added Microsoft XML file types to 'Default Applications', cleaned up Application name display in 'Default Applications' 2009-04-01 10:13:28 +0200 dv  r270306 : #i100713# Remove instmsia.exe from installation set 2009-03-30 16:35:35 +0200 dv  r270240 : CWS-TOOLING: rebase CWS dv11 to trunk@270033 (milestone: DEV300:m45) 2009-03-27 10:24:40 +0100 dv  r270138 : #i100410# Show survey after deinstalling OpenOffice.org (Windows only) 2009-03-18 15:05:31 +0100 dv  r269679 : #i98780# Use 'Desktop' folder only, if it exists 2009-03-17 11:19:47 +0100 dv  r269581 : #i100082# Ignore updates with failed dependencies for automatic update check 2009-03-13 14:37:27 +0100 dv  r269479 : #i100082# Use 'value' instead of 'name' to create error message 2009-03-13 10:14:48 +0100 dv  r269460 : #i100082# Support better error message when extension manager update finds an incompatible update

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [399748e1635d70636c0f68a840243185cd7de1b6]

        CWS-TOOLING: integrate CWS dv11 2009-05-13 16:50:24 +0200 dv  r271863 : #i101829# Use UPGRADINGPRODUCTCODE to detect major upgrade 2009-04-17 15:55:48 +0200 dv  r270953 : CWS-TOOLING: rebase CWS dv11 to trunk@270723 (milestone: DEV300:m46) 2009-04-17 09:14:21 +0200 dv  r270916 : #i100915# Use better product name 2009-04-16 14:41:49 +0200 dv  r270884 : #i101132# Use a waiting thread to defere update check 2009-04-07 15:46:52 +0200 dv  r270599 : #i100915# Use one include file for all version.rc files 2009-04-07 13:49:56 +0200 dv  r270596 : #i100915# Use one include file for all version.rc files 2009-04-03 09:04:08 +0200 dv  r270447 : #100776# Added Microsoft XML file types to 'Default Applications', cleaned up Application name display in 'Default Applications' 2009-04-01 10:13:28 +0200 dv  r270306 : #i100713# Remove instmsia.exe from installation set 2009-03-30 16:35:35 +0200 dv  r270240 : CWS-TOOLING: rebase CWS dv11 to trunk@270033 (milestone: DEV300:m45) 2009-03-27 10:24:40 +0100 dv  r270138 : #i100410# Show survey after deinstalling OpenOffice.org (Windows only) 2009-03-18 15:05:31 +0100 dv  r269679 : #i98780# Use 'Desktop' folder only, if it exists 2009-03-17 11:19:47 +0100 dv  r269581 : #i100082# Ignore updates with failed dependencies for automatic update check 2009-03-13 14:37:27 +0100 dv  r269479 : #i100082# Use 'value' instead of 'name' to create error message 2009-03-13 10:14:48 +0100 dv  r269460 : #i100082# Support better error message when extension manager update finds an incompatible update

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcd7724153ad44ec9bb8e5dec796acbb8a92fb21]

        CWS-TOOLING: integrate CWS dv11 2009-05-13 16:50:24 +0200 dv  r271863 : #i101829# Use UPGRADINGPRODUCTCODE to detect major upgrade 2009-04-17 15:55:48 +0200 dv  r270953 : CWS-TOOLING: rebase CWS dv11 to trunk@270723 (milestone: DEV300:m46) 2009-04-17 09:14:21 +0200 dv  r270916 : #i100915# Use better product name 2009-04-16 14:41:49 +0200 dv  r270884 : #i101132# Use a waiting thread to defere update check 2009-04-07 15:46:52 +0200 dv  r270599 : #i100915# Use one include file for all version.rc files 2009-04-07 13:49:56 +0200 dv  r270596 : #i100915# Use one include file for all version.rc files 2009-04-03 09:04:08 +0200 dv  r270447 : #100776# Added Microsoft XML file types to 'Default Applications', cleaned up Application name display in 'Default Applications' 2009-04-01 10:13:28 +0200 dv  r270306 : #i100713# Remove instmsia.exe from installation set 2009-03-30 16:35:35 +0200 dv  r270240 : CWS-TOOLING: rebase CWS dv11 to trunk@270033 (milestone: DEV300:m45) 2009-03-27 10:24:40 +0100 dv  r270138 : #i100410# Show survey after deinstalling OpenOffice.org (Windows only) 2009-03-18 15:05:31 +0100 dv  r269679 : #i98780# Use 'Desktop' folder only, if it exists 2009-03-17 11:19:47 +0100 dv  r269581 : #i100082# Ignore updates with failed dependencies for automatic update check 2009-03-13 14:37:27 +0100 dv  r269479 : #i100082# Use 'value' instead of 'name' to create error message 2009-03-13 10:14:48 +0100 dv  r269460 : #i100082# Support better error message when extension manager update finds an incompatible update

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [624ea311a045841d625afaddab47fbe954b4d14f]

        CWS-TOOLING: integrate CWS datapilotrange 2009-05-14 15:00:09 +0200 oc  r271892 : #i101920 2009-05-14 14:57:48 +0200 oc  r271890 : #i101920 2009-04-15 01:41:12 +0200 kohei  r270812 : ScDPObject::bInfoValid is no longer used at all.  Removing it. 2009-04-15 01:30:31 +0200 kohei  r270811 : removed redundant call to InvalidateSource().  SetSheetDesc() already calls it, so no need to call it twice. 2009-04-13 22:01:35 +0200 kohei  r270739 : #i86791# Fixed odd drag-n-drop issues after source range has changed.  It was because the arrays that keep track of each field's members were not flushed properly after the source range change. 2009-04-13 21:58:39 +0200 kohei  r270738 : Fixed indentation mis-match. 2009-04-13 17:54:55 +0200 kohei  r270737 : Fixed a build breakage after rebase. 2009-04-13 04:06:55 +0200 kohei  r270728 : CWS-TOOLING: rebase CWS datapilotrange to trunk@270723 (milestone: DEV300:m46) 2009-01-06 06:57:12 +0100 kohei  r265892 : migrated the change from the old cvs repo & modified to get it to build.

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f050248fa20dcef7d4f0acaec9095b342e00e17f]

        CWS-TOOLING: integrate CWS datapilotrange 2009-05-14 15:00:09 +0200 oc  r271892 : #i101920 2009-05-14 14:57:48 +0200 oc  r271890 : #i101920 2009-04-15 01:41:12 +0200 kohei  r270812 : ScDPObject::bInfoValid is no longer used at all.  Removing it. 2009-04-15 01:30:31 +0200 kohei  r270811 : removed redundant call to InvalidateSource().  SetSheetDesc() already calls it, so no need to call it twice. 2009-04-13 22:01:35 +0200 kohei  r270739 : #i86791# Fixed odd drag-n-drop issues after source range has changed.  It was because the arrays that keep track of each field's members were not flushed properly after the source range change. 2009-04-13 21:58:39 +0200 kohei  r270738 : Fixed indentation mis-match. 2009-04-13 17:54:55 +0200 kohei  r270737 : Fixed a build breakage after rebase. 2009-04-13 04:06:55 +0200 kohei  r270728 : CWS-TOOLING: rebase CWS datapilotrange to trunk@270723 (milestone: DEV300:m46) 2009-01-06 06:57:12 +0100 kohei  r265892 : migrated the change from the old cvs repo & modified to get it to build.

2009-05-15  Philipp Lohmann  <pl@openoffice.org>  [30fca0624de37895c2464eefcf94d72a09c8a25c]

        #i92516# remove unused headers

2009-05-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7950f402d62f33a531d78909adcfb6e9e69c3048]

        CWS-TOOLING: integrate CWS ab68 2009-03-26 11:37:32 +0100 ab  r270063 : #i98680# Handle missing lucene 2009-03-16 12:23:38 +0100 ab  r269520 : #i100228# Introduced own file format instead of using berkeley db 2009-02-27 11:48:05 +0100 ab  r268572 : #i86003# Redesigned language fallback behavior

2009-05-15  sb  <sb@openoffice.org>  [2c323b4c3c783bd4786871c99e93673449563833]

        #i101955# changed .xcu files to become syntactically correct (errors the existing configmgr implementation apparently did not check)

2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [7b03cd38245b6b76cf1a8f8c8c0c21104b483acf]

        #i92516# implement GetLandscapeAngle, InitPaperFormats

2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [5d5929a51dc6a0d53ac3838cc071b19cf3c7e193]

        #i92516# do not access dead CGContextRef

2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [10b35f02b14b8377c63d76bf634f1c794995c5f6]

        #i92516# fix 0 pages case

2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [de84f6b62c4edbfb2b998e9b12402a8c4dd105ab]

        #i92516# filter accelerators from texts (not used on MacOS)

2009-05-14  Philipp Lohmann  <pl@openoffice.org>  [210e3f82d81d50d44acc59bac05a680968d4976f]

        #i92516# add: hasProperty

2009-05-14  Thomas Lange  <tl@openoffice.org>  [312a29be317f545d3cca07d08b60a660f4cc2710]

        #i101241# new UI print dialog for Math

2009-05-14  Thomas Lange  <tl@openoffice.org>  [2bf9e550715babfb280d482dd6c0dbed8ac0aa7e]

        #i101241# new UI print dialog for Math

2009-05-13  Thomas Lange  <tl@openoffice.org>  [44014e3a043f1b8fc3a5ed6a5e29a8fb0a6f3969]

        #i101242# new print UI dialog in sw

2009-05-13  Philipp Lohmann  <pl@openoffice.org>  [70f9e3f8624fae519a48f82b5e657c083d929d5d]

        #i92516# property IsPrinter

2009-05-12  Release Engineers  <releng@openoffice.org>  [79566f8ca9dda5609c3b13f83646f48b1baad006]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [8b2b985438f971e38e32d9cf6506cd1c838775ef]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [aba787163d07ae3d2d7dc1aeb6b942314ffe8b4a]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [899553712cb4da9b0f20b4971366ece6a2e24934]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [a9efcf1f69c85703e7cf680e5eb4df14a8757dc9]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [4a936beb9482551fc636c0d9a68bba3cbb5bb29a]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [b676c957b7d7adb297071c7ee60b815245e761ff]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [ea774f0633d15826f88fe16385b4b76c06b15f5c]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [fb5712a71fa548ea69f1652ac7159d5bc91ef564]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [a06c4636e8a16148ea577564df75a0554cb01add]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [b72bd5f30735f5b0ee61bf06919a1934bb5b37eb]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [e1df37a0b030398f1c46ca9c674be3a80f2f3ac0]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [73e73a3010413751dd558cb73145bc3f91862522]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [7dabeb48fed10d15232f54350e7e08dc1a5c84b2]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [b7be2a230fd72613e56d7897ab6e91f702e5558a]

        Create DEV300_m48 milestone tag from trunk@271829

2009-05-12  Release Engineers  <releng@openoffice.org>  [922445f4f200e0292cea9c76769ad979fa87bbb1]

        #i10000# deleted svn:mergeinfo

2009-05-12  Release Engineers  <releng@openoffice.org>  [7c3ffa7bd4e1437d7fd833956584ee6867833e3e]

        #100000# some changes for SO build environment

2009-05-12  Kurt Zenker  <kz@openoffice.org>  [08cf735edad89e7daf78abad0caf919c0571d514]

        #i10000# syntax fixed

2009-05-11  Kurt Zenker  <kz@openoffice.org>  [0bbe22f34e4843ec5358d3671f2bda710954b465]

        #i10000# fixes for cygwin

2009-05-11  Niklas Nebel  <nn@openoffice.org>  [1c908f85c03103d86efee666dc918e0d57fe28d3]

        public methods not inline

2009-05-08  Release Engineers  <releng@openoffice.org>  [4ffc989a7dacff3ad6344f43316355a1260840ff]

        #i100000# fix for merge errors

2009-05-08  Kurt Zenker  <kz@openoffice.org>  [d5d0ab7ad4cd024b0e17c5437999bdbee7f1746a]

        #i101531# syntax fixed

2009-05-08  Rüdiger Timm  <rt@openoffice.org>  [1adf6cca92d0e5661f7656632131c7b0095e716c]

        #i10000# Correct echo statement for 4nt case.

2009-05-08  Rüdiger Timm  <rt@openoffice.org>  [1c8b663c40bd5bd74745d9f0d750777e1daec6aa]

        #i10000# Correct echo statement for 4nt case.

2009-05-07  Release Engineers  <releng@openoffice.org>  [9d4682cca8c58497666d84a22ccc2d7069772e2c]

        #100000# some changes for SO build environment

2009-05-07  Release Engineers  <releng@openoffice.org>  [a4d51a2e9a8b7ee48aac99a0bef6d06304de273f]

        #i10000# regenerated configure

2009-05-07  Release Engineers  <releng@openoffice.org>  [653b89549af3b51d51df8a7d2be7b3ea0674621f]

        DEV300

2009-05-07  Release Engineers  <releng@openoffice.org>  [260e3c83c8f79014061b9399352e52614bedce25]

        #i101488#

2009-05-07  Release Engineers  <releng@openoffice.org>  [c876ba58654524a3a08406fed57376246591c8c9]

        CWS-TOOLING: integrate CWS fwk111_DEV300 2009-04-06 22:23:30 +0200 mod  r270574 : #i100374# 2009-04-06 14:33:48 +0200 cd  r270547 : #i100718# Make sure write caches are created before calling impl_ts_save()

2009-05-07  Release Engineers  <releng@openoffice.org>  [2ee38042ade519b28ca69db5f105af89405db2e9]

        CWS-TOOLING: integrate CWS fwk111_DEV300 2009-04-06 22:23:30 +0200 mod  r270574 : #i100374# 2009-04-06 14:33:48 +0200 cd  r270547 : #i100718# Make sure write caches are created before calling impl_ts_save()

2009-05-07  Thomas Benisch  <tbe@openoffice.org>  [aaaa0944f7ee56d1143e3529860c341f2e92e531]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ec0bfbad9a624a17d5d5aa6ab8dcc4bd4cd128d]

        chartshapes: merge with DEV300 m46

2009-05-07  Release Engineers  <releng@openoffice.org>  [3868442ba92baf4b3090fdb9f3fb1ed3e4d0b0ea]

        CWS-TOOLING: integrate CWS impress170 2009-04-28 10:31:12 +0200 wg  r271308 : i101397 2009-04-14 17:56:43 +0200 af  r270805 : #i100829# Removed line that became obsolete in last change. 2009-04-14 15:12:19 +0200 af  r270782 : #i97199# Made accelerators in text attribute dialog unique. 2009-04-14 14:42:53 +0200 af  r270775 : #i98364# Create regular task pane master previews even in high contrast mode. 2009-04-09 14:43:32 +0200 af  r270708 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 14:42:51 +0200 af  r270707 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 11:15:32 +0200 af  r270683 : #i85921# Applied patch that adds direct activation of master mode to task pane context menu. 2009-04-08 15:12:54 +0200 af  r270654 : #i94775# Passing snap line index from context menu to FuSnapLine. 2009-04-06 15:33:04 +0200 af  r270555 : #i95371# Return early from MoveToTop() when the dispatcher is (not yet) available. 2009-04-06 13:15:42 +0200 af  r270538 : #i97571# Fixed forwarding MouseButtonUp() calls to parent. 2009-04-03 16:10:08 +0200 af  r270498 : #i100830# Adjusted the sizes of some rectangles displayed by the slide sorter. 2009-04-03 16:02:08 +0200 af  r270496 : #i93086# Storing position of insertion indicator explicitly at SelectionManager. 2009-04-03 15:55:59 +0200 af  r270493 : #i100829# Calling UpdatePageBorders() when the model is changed.

2009-05-07  Release Engineers  <releng@openoffice.org>  [2e5ee68e6ae018d00ea2c51947b826a239472762]

        CWS-TOOLING: integrate CWS impress170 2009-04-28 10:31:12 +0200 wg  r271308 : i101397 2009-04-14 17:56:43 +0200 af  r270805 : #i100829# Removed line that became obsolete in last change. 2009-04-14 15:12:19 +0200 af  r270782 : #i97199# Made accelerators in text attribute dialog unique. 2009-04-14 14:42:53 +0200 af  r270775 : #i98364# Create regular task pane master previews even in high contrast mode. 2009-04-09 14:43:32 +0200 af  r270708 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 14:42:51 +0200 af  r270707 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 11:15:32 +0200 af  r270683 : #i85921# Applied patch that adds direct activation of master mode to task pane context menu. 2009-04-08 15:12:54 +0200 af  r270654 : #i94775# Passing snap line index from context menu to FuSnapLine. 2009-04-06 15:33:04 +0200 af  r270555 : #i95371# Return early from MoveToTop() when the dispatcher is (not yet) available. 2009-04-06 13:15:42 +0200 af  r270538 : #i97571# Fixed forwarding MouseButtonUp() calls to parent. 2009-04-03 16:10:08 +0200 af  r270498 : #i100830# Adjusted the sizes of some rectangles displayed by the slide sorter. 2009-04-03 16:02:08 +0200 af  r270496 : #i93086# Storing position of insertion indicator explicitly at SelectionManager. 2009-04-03 15:55:59 +0200 af  r270493 : #i100829# Calling UpdatePageBorders() when the model is changed.

2009-05-07  Release Engineers  <releng@openoffice.org>  [b1b1ce0266e2d406554e7042b282ae68c738633f]

        CWS-TOOLING: integrate CWS impress170 2009-04-28 10:31:12 +0200 wg  r271308 : i101397 2009-04-14 17:56:43 +0200 af  r270805 : #i100829# Removed line that became obsolete in last change. 2009-04-14 15:12:19 +0200 af  r270782 : #i97199# Made accelerators in text attribute dialog unique. 2009-04-14 14:42:53 +0200 af  r270775 : #i98364# Create regular task pane master previews even in high contrast mode. 2009-04-09 14:43:32 +0200 af  r270708 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 14:42:51 +0200 af  r270707 : #i92792# Show icon instead of text and register resource for 'Table Design'. 2009-04-09 11:15:32 +0200 af  r270683 : #i85921# Applied patch that adds direct activation of master mode to task pane context menu. 2009-04-08 15:12:54 +0200 af  r270654 : #i94775# Passing snap line index from context menu to FuSnapLine. 2009-04-06 15:33:04 +0200 af  r270555 : #i95371# Return early from MoveToTop() when the dispatcher is (not yet) available. 2009-04-06 13:15:42 +0200 af  r270538 : #i97571# Fixed forwarding MouseButtonUp() calls to parent. 2009-04-03 16:10:08 +0200 af  r270498 : #i100830# Adjusted the sizes of some rectangles displayed by the slide sorter. 2009-04-03 16:02:08 +0200 af  r270496 : #i93086# Storing position of insertion indicator explicitly at SelectionManager. 2009-04-03 15:55:59 +0200 af  r270493 : #i100829# Calling UpdatePageBorders() when the model is changed.

2009-05-07  Release Engineers  <releng@openoffice.org>  [4fbb6a8a259b4b3203e5d7d9272531e2ca8bc308]

        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-07  Release Engineers  <releng@openoffice.org>  [37d5ad712d71a33b8dfbeec706bdd2dec9ac2bea]

        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-07  Release Engineers  <releng@openoffice.org>  [a9b42eca2761225f18aa887bda26326965fe8c60]

        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-07  Release Engineers  <releng@openoffice.org>  [da298a3a35a217931abb86c98cda05c862bfddf8]

        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-07  Release Engineers  <releng@openoffice.org>  [2652c7dda9b52db25cc06f2c99a91a853072520c]

        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-07  Release Engineers  <releng@openoffice.org>  [dd47ba944b1c35888ff287fcc9c0391f8daa29ae]

        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-07  Release Engineers  <releng@openoffice.org>  [947da223c94aeaf3ce63411334f2277e95b4d765]

        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-07  Release Engineers  <releng@openoffice.org>  [c0c40433d3ce8cb41eaf68e8fc45aca06f0e477a]

        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-07  Release Engineers  <releng@openoffice.org>  [4cb14dd109260cc53309f3bf1cd2768218b13365]

        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-07  Release Engineers  <releng@openoffice.org>  [193d793b79d09e3ce4828f2d4c92ad5ba87ff4a7]

        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>  [107eb5cd7cea9dd9d3ebf0f79fbd81dcd493e0d5]

        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  Release Engineers  <releng@openoffice.org>  [8e11938f2eff90c5a9bcf294f40707ec3e5b11fd]

        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  Release Engineers  <releng@openoffice.org>  [81b33a7115da6fe16fb83c68502d4ab63f9431a0]

        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  Release Engineers  <releng@openoffice.org>  [8857e1441c2c4ae53add274bc3710f0e7047dc54]

        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  Release Engineers  <releng@openoffice.org>  [6bcdf44e037fc65f4583b07afc5f09eb92e6f0f4]

        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  Release Engineers  <releng@openoffice.org>  [262b6f4b50d166a50f6cd223968f52bbf0fbb7d8]

        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  Release Engineers  <releng@openoffice.org>  [b5e71889328dfd334f73b262388d3bae0b6ece0c]

        CWS-TOOLING: integrate CWS os127 2009-04-27 15:37:53 +0200 hde  r271284 : i101363 2009-04-27 11:21:04 +0200 hde  r271256 : #i101363 2009-03-26 12:56:13 +0100 os  r270070 : #i97437# call ErrorHandler if necessary 2009-03-17 14:47:12 +0100 os  r269609 : CWS-TOOLING: rebase CWS os127 to trunk@269297 (milestone: DEV300:m43) 2009-03-16 11:45:30 +0100 os  r269516 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-12 12:02:45 +0100 os  r269381 : #i100069# label Herma 5116 added 2009-03-12 12:01:21 +0100 os  r269380 : #i100069# label description fixed 2009-02-16 15:10:22 +0100 os  r267817 : #i96791# mark label names with x-no-translate 2009-01-26 15:41:13 +0100 os  r266932 : #i97572# selection should not be kill in update of a TOX 2009-01-22 15:17:37 +0100 os  r266719 : #i97850# reconversion patch applied 2009-01-22 15:01:00 +0100 os  r266717 : #i98023# enable loading from InputStream 2009-01-21 16:04:52 +0100 os  r266679 : #97667# names from database column: keep dots and extensions 2009-01-21 15:58:03 +0100 os  r266678 : #i97577# disable address list access if csv-file has been removed 2009-01-21 12:47:19 +0100 os  r266658 : #i97577# disable address list access if csv-file has been removed 2009-01-19 14:37:03 +0100 os  r266499 : #i97437# catch exceptions in storeToURL 2009-01-19 13:54:44 +0100 os  r266494 : #i98237# SwRVPMark removed

2009-05-06  Release Engineers  <releng@openoffice.org>  [e9da29679bce3b544add9233a4aca2b19b78da1a]

        CWS-TOOLING: integrate CWS os127 2009-04-27 15:37:53 +0200 hde  r271284 : i101363 2009-04-27 11:21:04 +0200 hde  r271256 : #i101363 2009-03-26 12:56:13 +0100 os  r270070 : #i97437# call ErrorHandler if necessary 2009-03-17 14:47:12 +0100 os  r269609 : CWS-TOOLING: rebase CWS os127 to trunk@269297 (milestone: DEV300:m43) 2009-03-16 11:45:30 +0100 os  r269516 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-12 12:02:45 +0100 os  r269381 : #i100069# label Herma 5116 added 2009-03-12 12:01:21 +0100 os  r269380 : #i100069# label description fixed 2009-02-16 15:10:22 +0100 os  r267817 : #i96791# mark label names with x-no-translate 2009-01-26 15:41:13 +0100 os  r266932 : #i97572# selection should not be kill in update of a TOX 2009-01-22 15:17:37 +0100 os  r266719 : #i97850# reconversion patch applied 2009-01-22 15:01:00 +0100 os  r266717 : #i98023# enable loading from InputStream 2009-01-21 16:04:52 +0100 os  r266679 : #97667# names from database column: keep dots and extensions 2009-01-21 15:58:03 +0100 os  r266678 : #i97577# disable address list access if csv-file has been removed 2009-01-21 12:47:19 +0100 os  r266658 : #i97577# disable address list access if csv-file has been removed 2009-01-19 14:37:03 +0100 os  r266499 : #i97437# catch exceptions in storeToURL 2009-01-19 13:54:44 +0100 os  r266494 : #i98237# SwRVPMark removed

2009-05-06  Release Engineers  <releng@openoffice.org>  [03c1142529d9646950c86298d23356c4e18480d0]

        CWS-TOOLING: integrate CWS os127 2009-04-27 15:37:53 +0200 hde  r271284 : i101363 2009-04-27 11:21:04 +0200 hde  r271256 : #i101363 2009-03-26 12:56:13 +0100 os  r270070 : #i97437# call ErrorHandler if necessary 2009-03-17 14:47:12 +0100 os  r269609 : CWS-TOOLING: rebase CWS os127 to trunk@269297 (milestone: DEV300:m43) 2009-03-16 11:45:30 +0100 os  r269516 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-12 12:02:45 +0100 os  r269381 : #i100069# label Herma 5116 added 2009-03-12 12:01:21 +0100 os  r269380 : #i100069# label description fixed 2009-02-16 15:10:22 +0100 os  r267817 : #i96791# mark label names with x-no-translate 2009-01-26 15:41:13 +0100 os  r266932 : #i97572# selection should not be kill in update of a TOX 2009-01-22 15:17:37 +0100 os  r266719 : #i97850# reconversion patch applied 2009-01-22 15:01:00 +0100 os  r266717 : #i98023# enable loading from InputStream 2009-01-21 16:04:52 +0100 os  r266679 : #97667# names from database column: keep dots and extensions 2009-01-21 15:58:03 +0100 os  r266678 : #i97577# disable address list access if csv-file has been removed 2009-01-21 12:47:19 +0100 os  r266658 : #i97577# disable address list access if csv-file has been removed 2009-01-19 14:37:03 +0100 os  r266499 : #i97437# catch exceptions in storeToURL 2009-01-19 13:54:44 +0100 os  r266494 : #i98237# SwRVPMark removed

2009-05-06  Release Engineers  <releng@openoffice.org>  [3f6aff51d2d90f2c71ce787687efc83d62d5be37]

        CWS-TOOLING: integrate CWS os127 2009-04-27 15:37:53 +0200 hde  r271284 : i101363 2009-04-27 11:21:04 +0200 hde  r271256 : #i101363 2009-03-26 12:56:13 +0100 os  r270070 : #i97437# call ErrorHandler if necessary 2009-03-17 14:47:12 +0100 os  r269609 : CWS-TOOLING: rebase CWS os127 to trunk@269297 (milestone: DEV300:m43) 2009-03-16 11:45:30 +0100 os  r269516 : #i97471# SwDrawTextShell::Init(): mouse double click and key input in group objects at the same time: prevent crash 2009-03-12 12:02:45 +0100 os  r269381 : #i100069# label Herma 5116 added 2009-03-12 12:01:21 +0100 os  r269380 : #i100069# label description fixed 2009-02-16 15:10:22 +0100 os  r267817 : #i96791# mark label names with x-no-translate 2009-01-26 15:41:13 +0100 os  r266932 : #i97572# selection should not be kill in update of a TOX 2009-01-22 15:17:37 +0100 os  r266719 : #i97850# reconversion patch applied 2009-01-22 15:01:00 +0100 os  r266717 : #i98023# enable loading from InputStream 2009-01-21 16:04:52 +0100 os  r266679 : #97667# names from database column: keep dots and extensions 2009-01-21 15:58:03 +0100 os  r266678 : #i97577# disable address list access if csv-file has been removed 2009-01-21 12:47:19 +0100 os  r266658 : #i97577# disable address list access if csv-file has been removed 2009-01-19 14:37:03 +0100 os  r266499 : #i97437# catch exceptions in storeToURL 2009-01-19 13:54:44 +0100 os  r266494 : #i98237# SwRVPMark removed

2009-05-06  Andre Fischer  <af@openoffice.org>  [5c6ea15c19a15f758abeccf5cb3515e211c079cc]

        #i98792# Removed second frame synchronization.

2009-05-06  Release Engineers  <releng@openoffice.org>  [c71d6b1d9e3477446b476374e18c64abcb8fcae3]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [a5cb03798eb337ce4db59bedce18190b57a40764]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [7a45f67a4a593ad3d68e56e36c34a0338ed88c14]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [571115d577ea66c9f4111ee50e562353df966e36]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [ab878b2441af9118d3eea8ca2bd849656562d0ac]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [cf1aa12f1484595899cd2793bca56b47eb53a0de]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [8c7f4b6f97a80f109ae64fd370fbb9f3be95d623]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Release Engineers  <releng@openoffice.org>  [4d3148e0b7ee607de9c86e9e9aa79e9cd423f1f1]

        CWS-TOOLING: integrate CWS mba32issues01 2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui 2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters 2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources 2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources 2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency 2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432# 2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0 2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432# 2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch 2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order 2009-04-06 15:38:52 +0200 mba  r270558 : typo 2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also 2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also 2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two 2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two 2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux 2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux 2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed 2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed 2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed 2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed 2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof 2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac 2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed 2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac 2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45) 2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui 2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui 2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed 2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui 2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui 2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui 2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui 2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui 2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui 2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods 2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui 2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP 2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2 2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet 2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib 2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib 2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib 2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib 2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib 2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx 2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog 2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library 2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library 2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command 2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library 2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library 2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library 2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library 2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library 2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library 2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui 2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui 2009-02-25 16:57:26 +0100 mba  r268453 : obsolete 2009-02-17 10:50:51 +0100 mba  r267846 : obsolete 2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed 2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code 2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office 2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output

2009-05-06  Andre Fischer  <af@openoffice.org>  [11a2f378b1111e0d51e294fade2133c7563c359f]

        #i48179# Improved/fixed debugging code.

2009-05-06  Ocke Janssen  <oj@openoffice.org>  [c654a8009d17b5388b7831ba9604db963793d3af]

        revert change

2009-05-06  Ocke Janssen  <oj@openoffice.org>  [06929bc1b049150ffdc944360ba59eee8e7e07ac]

        #i101587# fix illegal handle access

2009-05-05  Philipp Lohmann  <pl@openoffice.org>  [51dd8091fce1270fa10b18f5b92a816dd824bd1e]

        #i92516# catch a corner case (0 pages)

2009-05-05  Niklas Nebel  <nn@openoffice.org>  [68e88a2a0ae463a33a313decaf4d2b863c0e1eda]

        #i101309# always allow getRenderer(0)

2009-05-05  Niklas Nebel  <nn@openoffice.org>  [e94131049a462e34c729d5a64a4064b118fc0686]

        #i101309# settings name

2009-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [90b331f3e0879c7e9d099f3f2326f22f2cc49c86]

        #i10000# version fix

2009-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bd9088034bb9abf876be978b8f446afd67191cfd]

        #i10000# version fix

2009-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [924c156e4a9333ac972a91d185380220860cc91b]

        #i10000# version fix

2009-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6d93aef3ec0c38062fa44c7205e3c3f5740ec68c]

        #i10000# version fix

2009-05-05  Ivo Hinkelmann  <ihi@openoffice.org>  [78da6efabdc6bdf3d5d75f46ca86a6eb1b63f887]

        #i10000# pytohn fix

2009-05-05  Release Engineers  <releng@openoffice.org>  [b96ac756f02d5deac3b2077f8351873f12e26ee6]

        CWS-TOOLING: integrate CWS paw06 2009-04-15 12:26:51 +0200 dv  r270831 : CWS-TOOLING: rebase CWS paw06 to trunk@270723 (milestone: DEV300:m46) 2009-04-14 07:51:18 +0200 dv  r270745 : Prepare for opensourceing PAW

2009-05-04  Ivo Hinkelmann  <ihi@openoffice.org>  [242ee2ea8fc02d107d7985f3459640ecfe52542a]

        #101489# exlude strings from workben

2009-05-04  Ivo Hinkelmann  <ihi@openoffice.org>  [15b85c457327ff5ad6b12e66a22025fec81ed654]

        #101480# new configure

2009-05-04  Release Engineers  <releng@openoffice.org>  [616f513395dfe2efd32e86e381667a4110904a72]

        CWS-TOOLING: integrate CWS mingwport19 2009-04-23 16:09:03 +0200 tono  r271180 : revert changes 2009-04-20 15:15:31 +0200 tono  r270988 : i101223: MinGW port: atl patch fix 2009-04-14 14:54:29 +0200 tono  r270779 : i101077: mingw port: make python to work with OOo 2009-04-14 14:52:46 +0200 tono  r270777 : i101073: Mingw port fix: openssl 0.9.8k in cygwin case

2009-05-04  Release Engineers  <releng@openoffice.org>  [4758f1c28393e096a9347931910d52f7bea5082c]

        CWS-TOOLING: integrate CWS mingwport19 2009-04-23 16:09:03 +0200 tono  r271180 : revert changes 2009-04-20 15:15:31 +0200 tono  r270988 : i101223: MinGW port: atl patch fix 2009-04-14 14:54:29 +0200 tono  r270779 : i101077: mingw port: make python to work with OOo 2009-04-14 14:52:46 +0200 tono  r270777 : i101073: Mingw port fix: openssl 0.9.8k in cygwin case

2009-05-04  Release Engineers  <releng@openoffice.org>  [e4d61f22b337b766a50fc7870625d8867a90ebcd]

        CWS-TOOLING: integrate CWS mingwport19 2009-04-23 16:09:03 +0200 tono  r271180 : revert changes 2009-04-20 15:15:31 +0200 tono  r270988 : i101223: MinGW port: atl patch fix 2009-04-14 14:54:29 +0200 tono  r270779 : i101077: mingw port: make python to work with OOo 2009-04-14 14:52:46 +0200 tono  r270777 : i101073: Mingw port fix: openssl 0.9.8k in cygwin case

2009-05-04  Rüdiger Timm  <rt@openoffice.org>  [2ac6e140e6b8326c6df8f3c573fb09a73b0823e4]

        #i101487# mediawiki depends on module 'filter' (patch by dtardon).

2009-04-30  Niklas Nebel  <nn@openoffice.org>  [9994d5a118c1eeae14e778a09812b83c855bfffe]

        #i101309# handle print options from new printer UI in renderable

2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [16a7d48c6cebf9ddd8ae1ab8f94edfc843c603c1]

        #i10000# remove silly error messages

2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [b5b6ea1d50eabc5043198c95465532d08da6afb2]

        #i10000# build fix

2009-04-30  Philipp Lohmann  <pl@openoffice.org>  [17b70a6f5c4c7b454ca9c349bdda30dd2e9b5d07]

        #i92516# pass view as property

2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [a69de49fe66f382e36cf99f805686335a9c2d795]

        #i10000# build fix

2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [fb254d707ac0a8b37a0dbf6e5633f0050d603eee]

        #i10000# build fix

2009-04-30  Thomas Benisch  <tbe@openoffice.org>  [4a3717d9eb0d7ce968ae88ca648600b7256df14b]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-12-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [caaf09aa2976162fd332e229a2e3f0933ec6d79b]

        chartshapes: merge with DEV300 m46

2009-04-30  Philipp Lohmann  <pl@openoffice.org>  [e9de7039fd558700fb4ae953ad5b2939b099c6b5]

        #i92516# pass selection or whole document to XRenderable interface

2009-04-30  Philipp Lohmann  <pl@openoffice.org>  [b615ebb9c2c6ee799b692e2a03c15dd62a076965]

        #i92516# pass selection or whole document to XRenderable interface

2009-04-30  Ivo Hinkelmann  <ihi@openoffice.org>  [69eb035c8f117aade1b94e0c692e7f0d565e98df]

        #i10000# cygwin fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [263c7308cc0931bb9cdea0aeb9a7e3309001af26]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [84c8029a84ea6e4b4c729de42cf4ef6003d401e8]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9d08193cd63425003b50e799cdee6526bb2b4f78]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [036629e33acbeb5ec4c123b1f3ba5891808692cf]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0e70561f758ee8bf24dd716b742875b7e9d7a1b3]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f59ead6817a6909ed2d1910a1a652de07951eb77]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [57e10c2a1972efa4d10457fb5c223b3394fbbd82]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [03973b8b8028913677343ab7be0882182a9a9d68]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [166f850e888b0666474b6d775972f4aa2a17a3af]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [626cee54ebe9c499ab38d8010fa6910c4eb0c701]

        #i10000# build fix

2009-04-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f2386f84421da2ae9c0b24b010d5cd21e2b41c3d]

        #i10000# merge error fix

2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4d181a912fd6c5e3d1069c1a5444a91d7f82b128]

        DEV300

2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c6789d337714ece28aa2bff0ae45b97971d1324c]

        #i10000# added missing dependency

2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [8e7158d98b34ce9d77aabe84dd9d718e4bf0cc93]

        #i10000# #i101341# broken integration fix

2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [dbfe956a78171327e4ed24e5956a6c378064b30d]

        #i10000# #i101341# broken integration fix

2009-04-28  Ivo Hinkelmann  <ihi@openoffice.org>  [50f9ae5a90c6a73890c9c4b12aedf90fa48b8bcf]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f07e2fd59e6328b81702bf9c7b59ffc1a62e29af]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [ffd431265f299ded3e2227670ece2d4d792510b7]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [095c6d6c862486b08613b14524a1615778779789]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e35570bf01d9acbabe208f299980419a220d9227]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [895ffe47997b8e4402c73b4460c56c7582600fe5]

        #i10000# #101342# min-gw fix

2009-04-28  Thomas Benisch  <tbe@openoffice.org>  [f37538837fca635975e3bee2dbfe6cbbbcfa83a1]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [f5ed09812ec793f007443ab625b0f0124c31cfa2]

        #i92516# HelpTexts for new print UI

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [0c03078f953a79ace1e9feae55cd827785ae0591]

        #i92516# HelpTexts for new print UI

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [1ad7f8aa44d48e7b72343c2a86ce48c6b2e439e0]

        #i92516# HelpTexts for new print UI

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [27369a2067702e9b4c19cd6249b95b1b617607cd]

        #i92516# HelpTexts for new print UI

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [1845fc4790d475720db8476444cce65d56065805]

        #i92516# HelpTexts for new print UI

2009-04-27  Ivo Hinkelmann  <ihi@openoffice.org>  [4f78a3e4eda6ef5a6943884083a92efa7e016ae8]

        CWS-TOOLING: integrate CWS sw32bf01 2009-04-22 09:52:28 +0200 od  r271075 : CWS-TOOLING: rebase CWS sw32bf01 to trunk@270723 (milestone: DEV300:m46) 2009-04-06 10:46:37 +0200 od  r270529 : #i100782# method <SwFlowFrm::PasteTree(..)> 	  - patch: correct paste into layout frame containing more than one lower 2009-03-24 15:15:04 +0100 od  r269956 : #i90311# method <SwpHints::BuildPortions(..)> 	 - Do not remove existing character format hint during XML import, 	   when applying another character format hint. 2009-03-24 08:59:36 +0100 od  r269910 : #i94285# method <SwDoc::CopyFmtArr(..)> 	 - copy existing <SwFmtPageDesc> instance, before copying attributes 2009-03-19 14:50:29 +0100 od  r269747 : #i95726# ODF import/export of table: 	 - include some fault tolerance regarding corrupted tables 2009-03-17 11:50:27 +0100 od  r269585 : #i95711# method <SwRedline::MoveFromSection()> 	 - Before deleting the change tracking node section assure that the internal member 	   still points to this node section.

2009-04-27  Thomas Benisch  <tbe@openoffice.org>  [c41b4570bb63a5d8fa1a761a9402fd0a649cd46b]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-04-27  Thomas Benisch  <tbe@openoffice.org>  [3862727d4fe41c13ddfb8190a450ace00e4c8f29]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-04-27  Thomas Benisch  <tbe@openoffice.org>  [960927943f28e17ad0248b3fa160bc55ed120c89]

        #i12587# Inserting/editing arbitrary text objects in chart

2009-04-27  Andre Fischer  <af@openoffice.org>  [69a4a545a556bd189736b3e510d4b4b07ae8cb6e]

        #i48179# Debug: added descriptive strings to events.

2009-04-27  Andre Fischer  <af@openoffice.org>  [aa02f1da390cb9b1225de978f8e2965c34e3a45f]

        #i98792# Synchronize frame rate during animations.

2009-04-27  Ivo Hinkelmann  <ihi@openoffice.org>  [57249bdb17fed3cc18185ac36c37b7cec426ab4f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [c3ff681f1283db75b96f7bce188fa65510814924]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [61f0de3924956137216e211858be641eb7cb31bf]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [232386ba759db1c7c416da61771210603a1e48fd]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a2a10770776eb771595790bcd7d9cec80361d193]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [877e2382243e915fe85bb6c29282d90fd7cfd4f2]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [010c6b93aefa966e9c92dd64ea79065353304a49]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f68b367dd6b7fa3c7cf8b5d6ad645e295db8ac94]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ce6b62881d7aa295c3dc715e9a61e9a0e700aefd]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f6b08f248146c7937bbff66c30891edd86966c1c]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f88817b11e59ac22b38780b8dcd4b72c25a6acd5]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a6ef6eddc6ac91f44d98400cc1dbee17163578d9]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [f83ef386d33bf2c00371cfba6953c61a103f0c4b]

        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  Andre Fischer  <af@openoffice.org>  [881043d1f01fad663c0a17f11cbe2dab79e31217]

        #i98792# Allow frequent calls to slide show update().

2009-04-27  Philipp Lohmann  <pl@openoffice.org>  [28d7db7c3c0d52c923da67814f9bb40db9cc9304]

        #i92516# add help ids

2009-04-27  Thomas Lange  <tl@openoffice.org>  [748ce9a34fe6ab7a6a12c389895c197444d95aab]

        #i101241# new print dialog UI

2009-04-27  Thomas Lange  <tl@openoffice.org>  [453d21e5a31aa0afaf7ecfb4aea9ac02dfc3449c]

        #i101241# new print dialog UI

2009-04-25  Ivo Hinkelmann  <ihi@openoffice.org>  [a63e7873d33c9f73ee0150c57e7bb4dd9b63a471]

        CWS-TOOLING: integrate CWS cli005 2009-01-30 15:47:54 +0100 cli  r267204 : Translated comments to English. 2009-01-30 11:46:57 +0100 cli  r267188 : CWS-TOOLING: rebase CWS cli005 to trunk@267171 (milestone: DEV300:m41) 2009-01-29 17:57:42 +0100 cli  r267165 : Translated comments to English. 2009-01-29 11:40:24 +0100 cli  r267108 : Translated comments to English and fixed indentations. 2009-01-28 17:57:58 +0100 cli  r267075 : Remove Java parsing method stubs from basic parser^^ 2009-01-28 17:38:47 +0100 cli  r267072 : Translated comments to English. 2009-01-28 16:55:51 +0100 cli  r267066 : Translated comments to English. 2009-01-28 12:19:02 +0100 cli  r267053 : Translated comments to English. 2009-01-27 13:24:28 +0100 cli  r266987 : Quick fix for #i92947# 2009-01-27 12:48:19 +0100 cli  r266983 : CWS-TOOLING: rebase CWS cli005 to trunk@266944 (milestone: DEV300:m40) 2009-01-26 18:20:48 +0100 cli  r266941 : Translated comments. 2009-01-26 17:04:09 +0100 cli  r266938 : Some translations. mgrtest.cxx needs HEAVY refactoring... 2009-01-26 16:49:09 +0100 cli  r266936 : Translated comments in all include files. 2009-01-26 14:18:54 +0100 cli  r266924 : Some comments translated. 2009-01-24 17:19:07 +0100 cli  r266883 : Translation of german comments to english. 2009-01-24 16:00:05 +0100 cli  r266881 : Indentation 2009-01-24 15:53:04 +0100 cli  r266880 : Apply patch for issue #i96836#

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [83ed02ae9b0972954ce3745eda16feedbf806ac9]

        CWS-TOOLING: integrate CWS bfshrink02 2009-03-27 09:30:29 +0100 cmc  r270134 : #i100589# remove always NULL pDocTopics 2009-03-26 13:22:26 +0100 cmc  r270074 : #i100589# remove latest set of unused methods and files

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [79c77cb59941ed2607e6a0de66147ca60945fa7f]

        CWS-TOOLING: integrate CWS cwstestresult02 2009-04-01 15:19:09 +0200 bei  r270334 : submit test results now also for milestones

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7d94d25c6fe6eb025767250394828cdb676d8bb1]

        CWS-TOOLING: integrate CWS automation310m9_DEV300 2009-04-03 13:16:21 +0200 hde  r270474 : #i100809#

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e829142f840fe49fd796baf322e065ba38845a50]

        CWS-TOOLING: integrate CWS automation310wg_DEV300 2009-04-09 11:16:42 +0200 wg  r270684 : i100917 2009-04-09 10:34:47 +0200 msc  r270681 : #i100975# 2009-04-09 09:05:27 +0200 hde  r270679 : #100952 2009-04-09 08:53:54 +0200 hde  r270678 : #100952 2009-04-09 08:41:36 +0200 hde  r270677 : #100952 2009-04-09 08:38:09 +0200 hde  r270676 : #100952 2009-04-08 19:59:39 +0200 hde  r270659 : #i100955# 2009-04-08 14:12:21 +0200 wg  r270647 : i100917 2009-04-08 13:46:04 +0200 wg  r270643 : i100917 2009-04-08 10:56:51 +0200 wg  r270625 : i100917

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5b0e3f7887374c6eb816646b75e50ab32cb3ca60]

        CWS-TOOLING: integrate CWS dba31m_DEV300 2009-04-08 21:06:02 +0200 fs  r270660 : #i100956# hold the assigned events in the ModelImpl, not in the DatabaseDocument, so they survive the model being destroyed 2009-04-08 12:40:13 +0200 b_michaelsen  r270635 : #i100928# Opening the Tools->Options->Improvement Program Tabpage on first start accidently activates Usage Tracking 2009-04-07 12:56:29 +0200 fs  r270594 : #i100866# don't call into the StatusIndicator with our mutex locked 2009-04-07 10:31:02 +0200 fs  r270581 : #i100866# impl_import_throw -> impl_import_nolck_throw 2009-04-06 22:53:10 +0200 fs  r270575 : #i100866# some more mutex lock tweaking 2009-04-06 22:01:51 +0200 fs  r270573 : #i100861# load the Show/Hide strings from the proper (an existing, in particular) resource 2009-04-06 12:43:16 +0200 fs  r270537 : #i100866# notifyEvent: instantiate the ScriptDocument only when required. 2009-04-06 12:42:03 +0200 fs  r270536 : #i100866# rework how and when it is determined whether the DBDoc or sub documents contain scripts/macros. In particular, cache this information in the ODatabaseDocument implementation, so that queryInterface does not need to lock the mutex 2009-04-03 10:21:02 +0200 oj  r270465 : #i100789# surround uno call with try catch 2009-04-03 09:18:37 +0200 oj  r270453 : #i100789# check token is not null

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [819f089c0a9e3512e8674651d05b4173fd6a811f]

        CWS-TOOLING: integrate CWS dba31m_DEV300 2009-04-08 21:06:02 +0200 fs  r270660 : #i100956# hold the assigned events in the ModelImpl, not in the DatabaseDocument, so they survive the model being destroyed 2009-04-08 12:40:13 +0200 b_michaelsen  r270635 : #i100928# Opening the Tools->Options->Improvement Program Tabpage on first start accidently activates Usage Tracking 2009-04-07 12:56:29 +0200 fs  r270594 : #i100866# don't call into the StatusIndicator with our mutex locked 2009-04-07 10:31:02 +0200 fs  r270581 : #i100866# impl_import_throw -> impl_import_nolck_throw 2009-04-06 22:53:10 +0200 fs  r270575 : #i100866# some more mutex lock tweaking 2009-04-06 22:01:51 +0200 fs  r270573 : #i100861# load the Show/Hide strings from the proper (an existing, in particular) resource 2009-04-06 12:43:16 +0200 fs  r270537 : #i100866# notifyEvent: instantiate the ScriptDocument only when required. 2009-04-06 12:42:03 +0200 fs  r270536 : #i100866# rework how and when it is determined whether the DBDoc or sub documents contain scripts/macros. In particular, cache this information in the ODatabaseDocument implementation, so that queryInterface does not need to lock the mutex 2009-04-03 10:21:02 +0200 oj  r270465 : #i100789# surround uno call with try catch 2009-04-03 09:18:37 +0200 oj  r270453 : #i100789# check token is not null

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [492167c18d241a8c3bf43b6c63bec958b183f13e]

        CWS-TOOLING: integrate CWS dba31m_DEV300 2009-04-08 21:06:02 +0200 fs  r270660 : #i100956# hold the assigned events in the ModelImpl, not in the DatabaseDocument, so they survive the model being destroyed 2009-04-08 12:40:13 +0200 b_michaelsen  r270635 : #i100928# Opening the Tools->Options->Improvement Program Tabpage on first start accidently activates Usage Tracking 2009-04-07 12:56:29 +0200 fs  r270594 : #i100866# don't call into the StatusIndicator with our mutex locked 2009-04-07 10:31:02 +0200 fs  r270581 : #i100866# impl_import_throw -> impl_import_nolck_throw 2009-04-06 22:53:10 +0200 fs  r270575 : #i100866# some more mutex lock tweaking 2009-04-06 22:01:51 +0200 fs  r270573 : #i100861# load the Show/Hide strings from the proper (an existing, in particular) resource 2009-04-06 12:43:16 +0200 fs  r270537 : #i100866# notifyEvent: instantiate the ScriptDocument only when required. 2009-04-06 12:42:03 +0200 fs  r270536 : #i100866# rework how and when it is determined whether the DBDoc or sub documents contain scripts/macros. In particular, cache this information in the ODatabaseDocument implementation, so that queryInterface does not need to lock the mutex 2009-04-03 10:21:02 +0200 oj  r270465 : #i100789# surround uno call with try catch 2009-04-03 09:18:37 +0200 oj  r270453 : #i100789# check token is not null

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [cad6150eabde5d454ccb48a7e759a420fb989480]

        CWS-TOOLING: integrate CWS dba31m_DEV300 2009-04-08 21:06:02 +0200 fs  r270660 : #i100956# hold the assigned events in the ModelImpl, not in the DatabaseDocument, so they survive the model being destroyed 2009-04-08 12:40:13 +0200 b_michaelsen  r270635 : #i100928# Opening the Tools->Options->Improvement Program Tabpage on first start accidently activates Usage Tracking 2009-04-07 12:56:29 +0200 fs  r270594 : #i100866# don't call into the StatusIndicator with our mutex locked 2009-04-07 10:31:02 +0200 fs  r270581 : #i100866# impl_import_throw -> impl_import_nolck_throw 2009-04-06 22:53:10 +0200 fs  r270575 : #i100866# some more mutex lock tweaking 2009-04-06 22:01:51 +0200 fs  r270573 : #i100861# load the Show/Hide strings from the proper (an existing, in particular) resource 2009-04-06 12:43:16 +0200 fs  r270537 : #i100866# notifyEvent: instantiate the ScriptDocument only when required. 2009-04-06 12:42:03 +0200 fs  r270536 : #i100866# rework how and when it is determined whether the DBDoc or sub documents contain scripts/macros. In particular, cache this information in the ODatabaseDocument implementation, so that queryInterface does not need to lock the mutex 2009-04-03 10:21:02 +0200 oj  r270465 : #i100789# surround uno call with try catch 2009-04-03 09:18:37 +0200 oj  r270453 : #i100789# check token is not null

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [191a03067dfdae24ac93e32e4b2f4b88b6d0814d]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [0a606b888ece7885a851feee96afe44ff8a25b38]

        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>  [2332ec48eb9166e8bcd0b205da730b2e955d8ec8]

        #i92516# help ids for fixed controls

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5ad01c53a1c62acf070e43f699d5155a82dbc9d7]

        CWS-TOOLING: integrate CWS calcdelrows_DEV300 2009-04-14 09:17:29 +0200 nn  r270747 : #i100895# for collaboration, allow rejection regardless of IsDeletedIn

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c832844e4ff7b5bf4dbd32c3dfd401b7393bf135]

        CWS-TOOLING: integrate CWS calc31stopper5_DEV300 2009-04-16 15:35:37 +0200 dr  r270888 : #101118# collect all drawing undo actions while creating a cell note

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1c9b51a62a16e7625515d824a071eddb9a6e0385]

        CWS-TOOLING: integrate CWS automation310g_DEV300 2009-04-21 13:35:54 +0200 tbo  r271033 : #i101044# 2009-04-21 13:04:14 +0200 jsk  r271031 : #i101240# sMakeReadOnlyDocumentEditable()-fix

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [a34d3936c81cdd3997ef5783c6c49f1239ba1f5b]

        #i101241# IsPrinter property

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [fb285c9745d6e3b6e0a00830e703adcfe0e6c230]

        #i101242# release options helper on last page

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [60d5a8c08854fd722858975a4c1636a01904f216]

        #i101242# release options helper on last page

2009-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e02a491f9234c1886998259f0848299408344263]

        CWS-TOOLING: integrate CWS rnwinr01_DEV300 2009-04-22 20:24:51 +0200 pl  r271140 : #i101156# bring up xpdf to 3.02 patch level 3 as of 04/16/2009

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [e2b86cdb5cb692e338c9a1be2b47fd6f4687737a]

        #i101242# do not reformat all the time

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [f242e25ce036b26a6da80d5c088ff69a5853eb23]

        #i92516# cache output device

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [060f36af7d35aaa8a7c9c28d9a8a1a6bf6a684e0]

        #i92516# avoid unnecessary calls to render the current page

2009-04-24  Philipp Lohmann  <pl@openoffice.org>  [d643d9b186f51c7e95279cb7c3c85a9d0ef571d5]

        #i101241# do not use fonts of undefined size

2009-04-24  Oliver Bolte  <obo@openoffice.org>  [087f64791eafcae891f87998b3055f87d9a11161]

        #i101079# mingw port patch file: PATCH_FILE_NAME->PATCH_FILES

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c8ea02049373f99ec30758ef3e8a09049c0af6c1]

        CWS-TOOLING: integrate CWS aw072_DEV300 2009-04-21 17:50:04 +0200 aw  r271050 : #i101250# corrected flag for ModifyWithAttributes 2009-04-21 15:41:02 +0200 aw  r271040 : #i101169# corrected old MetaFile tag generation for text animations in slideshow

2009-04-23  Philipp Lohmann  <pl@openoffice.org>  [f0a717315d35423a70308ce84638caba6ca8822c]

        #101241# IntValue can be from NumericField which is a sal_Int64

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8034f570cbe5227a12a4cca420844f76d10dc623]

        CWS-TOOLING: integrate CWS ause100 2009-04-07 18:39:24 +0200 hjs  r270608 : #i100932# add chmod to ease later removal 2009-04-03 19:18:44 +0200 hjs  r270516 : #i100675# convert for now... 2009-04-03 17:40:55 +0200 hjs  r270510 : #i100837# force use of GNU tar 2009-04-03 17:32:11 +0200 hjs  r270508 : #i100837# clean tarballs and a readme 2009-04-03 17:29:35 +0200 hjs  r270507 : #i100837# introduce $(TAR) and $(GNUTAR) 2009-04-03 12:22:47 +0200 hjs  r270469 : #i100793# check for GNU tar 2009-03-30 17:30:20 +0200 hjs  r270247 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:49:55 +0200 hjs  r270226 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:36:00 +0200 hjs  r270223 : #i100675# no backslash in dependencies 2009-03-30 13:34:14 +0200 hjs  r270222 : #i100675# fix testhxx for cygwin 2009-03-27 16:34:33 +0100 hjs  r270162 : #i98068# move that block where it makes sense 2009-03-27 16:16:41 +0100 hjs  r270160 : #i92036# - two step move to have a simple rename in the shared dir

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b9b83627e01b71b6c3ad3aeee08e036cbf050136]

        CWS-TOOLING: integrate CWS ause100 2009-04-07 18:39:24 +0200 hjs  r270608 : #i100932# add chmod to ease later removal 2009-04-03 19:18:44 +0200 hjs  r270516 : #i100675# convert for now... 2009-04-03 17:40:55 +0200 hjs  r270510 : #i100837# force use of GNU tar 2009-04-03 17:32:11 +0200 hjs  r270508 : #i100837# clean tarballs and a readme 2009-04-03 17:29:35 +0200 hjs  r270507 : #i100837# introduce $(TAR) and $(GNUTAR) 2009-04-03 12:22:47 +0200 hjs  r270469 : #i100793# check for GNU tar 2009-03-30 17:30:20 +0200 hjs  r270247 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:49:55 +0200 hjs  r270226 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:36:00 +0200 hjs  r270223 : #i100675# no backslash in dependencies 2009-03-30 13:34:14 +0200 hjs  r270222 : #i100675# fix testhxx for cygwin 2009-03-27 16:34:33 +0100 hjs  r270162 : #i98068# move that block where it makes sense 2009-03-27 16:16:41 +0100 hjs  r270160 : #i92036# - two step move to have a simple rename in the shared dir

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9086a3c50c0350ad39db09a09613303953e3d260]

        CWS-TOOLING: integrate CWS ause100 2009-04-07 18:39:24 +0200 hjs  r270608 : #i100932# add chmod to ease later removal 2009-04-03 19:18:44 +0200 hjs  r270516 : #i100675# convert for now... 2009-04-03 17:40:55 +0200 hjs  r270510 : #i100837# force use of GNU tar 2009-04-03 17:32:11 +0200 hjs  r270508 : #i100837# clean tarballs and a readme 2009-04-03 17:29:35 +0200 hjs  r270507 : #i100837# introduce $(TAR) and $(GNUTAR) 2009-04-03 12:22:47 +0200 hjs  r270469 : #i100793# check for GNU tar 2009-03-30 17:30:20 +0200 hjs  r270247 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:49:55 +0200 hjs  r270226 : #i100675# common comp_ver.mk for both windows shells 2009-03-30 13:36:00 +0200 hjs  r270223 : #i100675# no backslash in dependencies 2009-03-30 13:34:14 +0200 hjs  r270222 : #i100675# fix testhxx for cygwin 2009-03-27 16:34:33 +0100 hjs  r270162 : #i98068# move that block where it makes sense 2009-03-27 16:16:41 +0100 hjs  r270160 : #i92036# - two step move to have a simple rename in the shared dir

2009-04-23  Philipp Lohmann  <pl@openoffice.org>  [ef4d7e6fd3942e85929685af46243ba679ee74ec]

        #101241# fix print size

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [fe1f7a197499b14ef64f91046bd2b2edabd0b2f1]

        CWS-TOOLING: integrate CWS sw31bf10_DEV300 2009-04-16 12:41:42 +0200 va  r270879 : #i101097# Emptied Author Field 2009-04-16 11:58:03 +0200 hbrinkm  r270876 : #i101029# Use TableInfo first to determine next node. 2009-04-16 11:52:11 +0200 hbrinkm  r270875 : #i101029# WW8TableNodeInfo: new member mpNext pointing to next WW8TableNodeInfo in doc 2009-04-16 08:46:32 +0200 od  r270866 : #i101116# method <SwWW8ImplReader::StopTable()>           - keep PaM for TableEnd only for nested tables

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6fb806f165964f355ff74233fe30e764ff53deef]

        CWS-TOOLING: integrate CWS sw31bf10_DEV300 2009-04-16 12:41:42 +0200 va  r270879 : #i101097# Emptied Author Field 2009-04-16 11:58:03 +0200 hbrinkm  r270876 : #i101029# Use TableInfo first to determine next node. 2009-04-16 11:52:11 +0200 hbrinkm  r270875 : #i101029# WW8TableNodeInfo: new member mpNext pointing to next WW8TableNodeInfo in doc 2009-04-16 08:46:32 +0200 od  r270866 : #i101116# method <SwWW8ImplReader::StopTable()>           - keep PaM for TableEnd only for nested tables

2009-04-23  Andre Fischer  <af@openoffice.org>  [1793f3ef4993ef6e33230e03ef7498f0e1cc298e]

        #i96540# Fixed order of event processing when rewinding with fixed time.

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ab9aa0da0752cdcf98bf4312b6c36dd48ed9a336]

        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>  [a73ac8926a739fcbc434adf460cc1dba950ffeea]

        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>  [176ecc0e361d9e0bf042fcce19c93e4ed5a62575]

        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>  [556b895b1516cc468d8e8a144023fd875d9d1414]

        CWS-TOOLING: integrate CWS mav50_DEV300 2009-04-16 17:54:43 +0200 mav  r270901 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:50:44 +0200 mav  r270900 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:46:45 +0200 mav  r270899 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:44:47 +0200 mav  r270898 : #i100993# let the links stay in loaded state if possible#

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [600b7c043d4e082432e5c63f74bdb5948b9767bc]

        CWS-TOOLING: integrate CWS mav50_DEV300 2009-04-16 17:54:43 +0200 mav  r270901 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:50:44 +0200 mav  r270900 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:46:45 +0200 mav  r270899 : #i100993# let the links stay in loaded state if possible 2009-04-16 17:44:47 +0200 mav  r270898 : #i100993# let the links stay in loaded state if possible#

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [90398bb61c48a5722591d65b6892baf54c841b48]

        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  Thomas Lange  <tl@openoffice.org>  [69ed05736da622821985bd5bb493002414d38f59]

        #ii101241# new UI print dialog

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [091f73440dc7659c59f8bb83f50e34c811c5372b]

        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>  [1a29b298809e81ccf1d045f4c0a89c6699e2266b]

        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>  [726701315f0f5a0a411975c745ef0764f73eef3e]

        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>  [cfea5619a83726b53e880695382b4b861dab5fc8]

        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>  [0bc37cc225cf6cdea19c5ee3d05c0edb5e0b4c66]

        CWS-TOOLING: integrate CWS native241correct_DEV300 2009-04-06 15:56:56 +0200 rene  r270566 : autoconf 2009-04-06 15:56:02 +0200 rene  r270565 : remove writer2latex

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [36c92050781397bc4c32aa5bcdce9ba8fe7fcebc]

        CWS-TOOLING: integrate CWS native241correct_DEV300 2009-04-06 15:56:56 +0200 rene  r270566 : autoconf 2009-04-06 15:56:02 +0200 rene  r270565 : remove writer2latex

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bc54cd7501259e237bbcf1edab5412cf6160b348]

        CWS-TOOLING: integrate CWS native241correct_DEV300 2009-04-06 15:56:56 +0200 rene  r270566 : autoconf 2009-04-06 15:56:02 +0200 rene  r270565 : remove writer2latex

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c5ae3e6de97f1341ea236680af3f4a1b5698796c]

        CWS-TOOLING: integrate CWS native241correct_DEV300 2009-04-06 15:56:56 +0200 rene  r270566 : autoconf 2009-04-06 15:56:02 +0200 rene  r270565 : remove writer2latex

2009-04-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9bd213402bd9867baf564ea710f13302d5f8da90]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d4420993d60255a2624b522cd085d0129d232bf7]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [828b1fbe7a78e73d78f5fd367b05a99a5359c6e7]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b9392a36645d8632b97ad79240f483b3a1683b61]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9fef999ff0fa169c794a350b6fa35e02fd6b35d6]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [11498c64d60d55240f440f28dbf563888668f3c0]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [caae90c2a21d3ed30250ebb79dbcc06737f7356b]

        #i10000# #i100889# pepared -> prepared

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [080a4df7dab593364df0d2155c2054ad6428930a]

        CWS-TOOLING: integrate CWS mav46 2009-04-03 13:43:02 +0200 mav  r270481 : #i81373# fix delivering 2009-04-01 09:13:45 +0200 hjs  r270299 : #i81373# a bit too specific 2009-03-31 14:55:42 +0200 mav  r270282 : #i81373# the new tarball patching mechanics from hjs 2009-03-31 12:47:18 +0200 mav  r270274 : #i81373# use the new tarball patching mechanics 2009-03-31 12:46:35 +0200 mav  r270273 : #i81373# the change from the version attached to issue 2009-03-29 19:39:21 +0200 mav  r270191 : CWS-TOOLING: rebase CWS mav46 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 09:07:23 +0100 mav  r268552 : #i99703# workaround Ubuntu problem 2009-02-25 12:51:27 +0100 mav  r268434 : #i81373# change the version of the extension 2009-02-25 11:25:15 +0100 mav  r268420 : #i81373# the filter installation needs at least 3.0 to work 2009-02-23 13:04:34 +0100 mav  r268352 : #i88682# use correct representation of CR in xml 2009-02-20 16:40:25 +0100 mav  r268334 : #i88682# show a warning if the page exists already 2009-02-20 15:42:10 +0100 mav  r268330 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:39:57 +0100 mav  r268329 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:36:41 +0100 mav  r268328 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:33:29 +0100 mav  r268326 : #i99462# remove wiki filter from OOo installation 2009-02-20 14:19:45 +0100 mav  r268320 : #i88650# fix the typo 2009-02-20 13:02:38 +0100 mav  r268315 : #i81373# add math transformation into wiki filter 2009-02-20 11:46:20 +0100 mav  r268309 : #i81373# add the tarball 2009-02-19 09:46:10 +0100 mav  r268262 : #i82560# add wiki template into the extension 2009-02-19 07:26:45 +0100 mav  r268258 : #i82560#,#i81373# add wiki filter and template into the extension 2009-02-17 12:47:16 +0100 mav  r268115 : #i81373# commit the patch 2009-02-16 14:32:34 +0100 mav  r267814 : #i82560# rename the template 2009-02-16 14:29:40 +0100 mav  r267812 : #i82560# rename the template 2009-02-16 14:29:15 +0100 mav  r267811 : #i82560# rename the template 2009-02-16 12:16:23 +0100 mav  r267788 : #i90840# integrate the patch 2009-02-16 11:48:28 +0100 mav  r267786 : #i95568#,#i95340# improve parsing of html wiki-pages while looking for the server 2009-02-13 13:46:35 +0100 mav  r267720 : #i95568# fix typos 2009-02-13 13:38:42 +0100 mav  r267719 : #i96279# integrate the patch 2009-02-13 13:37:32 +0100 mav  r267718 : #i95568# check the retrieved URL 2009-02-13 11:39:55 +0100 mav  r267706 : #i95568# allow to connect to Wikipedia successfuly

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5e3d6a9f7a20e65dc3aaa5c3e346ccc1e0ff9702]

        CWS-TOOLING: integrate CWS mav46 2009-04-03 13:43:02 +0200 mav  r270481 : #i81373# fix delivering 2009-04-01 09:13:45 +0200 hjs  r270299 : #i81373# a bit too specific 2009-03-31 14:55:42 +0200 mav  r270282 : #i81373# the new tarball patching mechanics from hjs 2009-03-31 12:47:18 +0200 mav  r270274 : #i81373# use the new tarball patching mechanics 2009-03-31 12:46:35 +0200 mav  r270273 : #i81373# the change from the version attached to issue 2009-03-29 19:39:21 +0200 mav  r270191 : CWS-TOOLING: rebase CWS mav46 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 09:07:23 +0100 mav  r268552 : #i99703# workaround Ubuntu problem 2009-02-25 12:51:27 +0100 mav  r268434 : #i81373# change the version of the extension 2009-02-25 11:25:15 +0100 mav  r268420 : #i81373# the filter installation needs at least 3.0 to work 2009-02-23 13:04:34 +0100 mav  r268352 : #i88682# use correct representation of CR in xml 2009-02-20 16:40:25 +0100 mav  r268334 : #i88682# show a warning if the page exists already 2009-02-20 15:42:10 +0100 mav  r268330 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:39:57 +0100 mav  r268329 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:36:41 +0100 mav  r268328 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:33:29 +0100 mav  r268326 : #i99462# remove wiki filter from OOo installation 2009-02-20 14:19:45 +0100 mav  r268320 : #i88650# fix the typo 2009-02-20 13:02:38 +0100 mav  r268315 : #i81373# add math transformation into wiki filter 2009-02-20 11:46:20 +0100 mav  r268309 : #i81373# add the tarball 2009-02-19 09:46:10 +0100 mav  r268262 : #i82560# add wiki template into the extension 2009-02-19 07:26:45 +0100 mav  r268258 : #i82560#,#i81373# add wiki filter and template into the extension 2009-02-17 12:47:16 +0100 mav  r268115 : #i81373# commit the patch 2009-02-16 14:32:34 +0100 mav  r267814 : #i82560# rename the template 2009-02-16 14:29:40 +0100 mav  r267812 : #i82560# rename the template 2009-02-16 14:29:15 +0100 mav  r267811 : #i82560# rename the template 2009-02-16 12:16:23 +0100 mav  r267788 : #i90840# integrate the patch 2009-02-16 11:48:28 +0100 mav  r267786 : #i95568#,#i95340# improve parsing of html wiki-pages while looking for the server 2009-02-13 13:46:35 +0100 mav  r267720 : #i95568# fix typos 2009-02-13 13:38:42 +0100 mav  r267719 : #i96279# integrate the patch 2009-02-13 13:37:32 +0100 mav  r267718 : #i95568# check the retrieved URL 2009-02-13 11:39:55 +0100 mav  r267706 : #i95568# allow to connect to Wikipedia successfuly

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5ada3bc7f679d9712579c020b1efb4d4b29b42c3]

        CWS-TOOLING: integrate CWS mav46 2009-04-03 13:43:02 +0200 mav  r270481 : #i81373# fix delivering 2009-04-01 09:13:45 +0200 hjs  r270299 : #i81373# a bit too specific 2009-03-31 14:55:42 +0200 mav  r270282 : #i81373# the new tarball patching mechanics from hjs 2009-03-31 12:47:18 +0200 mav  r270274 : #i81373# use the new tarball patching mechanics 2009-03-31 12:46:35 +0200 mav  r270273 : #i81373# the change from the version attached to issue 2009-03-29 19:39:21 +0200 mav  r270191 : CWS-TOOLING: rebase CWS mav46 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 09:07:23 +0100 mav  r268552 : #i99703# workaround Ubuntu problem 2009-02-25 12:51:27 +0100 mav  r268434 : #i81373# change the version of the extension 2009-02-25 11:25:15 +0100 mav  r268420 : #i81373# the filter installation needs at least 3.0 to work 2009-02-23 13:04:34 +0100 mav  r268352 : #i88682# use correct representation of CR in xml 2009-02-20 16:40:25 +0100 mav  r268334 : #i88682# show a warning if the page exists already 2009-02-20 15:42:10 +0100 mav  r268330 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:39:57 +0100 mav  r268329 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:36:41 +0100 mav  r268328 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:33:29 +0100 mav  r268326 : #i99462# remove wiki filter from OOo installation 2009-02-20 14:19:45 +0100 mav  r268320 : #i88650# fix the typo 2009-02-20 13:02:38 +0100 mav  r268315 : #i81373# add math transformation into wiki filter 2009-02-20 11:46:20 +0100 mav  r268309 : #i81373# add the tarball 2009-02-19 09:46:10 +0100 mav  r268262 : #i82560# add wiki template into the extension 2009-02-19 07:26:45 +0100 mav  r268258 : #i82560#,#i81373# add wiki filter and template into the extension 2009-02-17 12:47:16 +0100 mav  r268115 : #i81373# commit the patch 2009-02-16 14:32:34 +0100 mav  r267814 : #i82560# rename the template 2009-02-16 14:29:40 +0100 mav  r267812 : #i82560# rename the template 2009-02-16 14:29:15 +0100 mav  r267811 : #i82560# rename the template 2009-02-16 12:16:23 +0100 mav  r267788 : #i90840# integrate the patch 2009-02-16 11:48:28 +0100 mav  r267786 : #i95568#,#i95340# improve parsing of html wiki-pages while looking for the server 2009-02-13 13:46:35 +0100 mav  r267720 : #i95568# fix typos 2009-02-13 13:38:42 +0100 mav  r267719 : #i96279# integrate the patch 2009-02-13 13:37:32 +0100 mav  r267718 : #i95568# check the retrieved URL 2009-02-13 11:39:55 +0100 mav  r267706 : #i95568# allow to connect to Wikipedia successfuly

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e2ebac26ff56ba14e26c7fb493226229a728e2ec]

        CWS-TOOLING: integrate CWS mav46 2009-04-03 13:43:02 +0200 mav  r270481 : #i81373# fix delivering 2009-04-01 09:13:45 +0200 hjs  r270299 : #i81373# a bit too specific 2009-03-31 14:55:42 +0200 mav  r270282 : #i81373# the new tarball patching mechanics from hjs 2009-03-31 12:47:18 +0200 mav  r270274 : #i81373# use the new tarball patching mechanics 2009-03-31 12:46:35 +0200 mav  r270273 : #i81373# the change from the version attached to issue 2009-03-29 19:39:21 +0200 mav  r270191 : CWS-TOOLING: rebase CWS mav46 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 09:07:23 +0100 mav  r268552 : #i99703# workaround Ubuntu problem 2009-02-25 12:51:27 +0100 mav  r268434 : #i81373# change the version of the extension 2009-02-25 11:25:15 +0100 mav  r268420 : #i81373# the filter installation needs at least 3.0 to work 2009-02-23 13:04:34 +0100 mav  r268352 : #i88682# use correct representation of CR in xml 2009-02-20 16:40:25 +0100 mav  r268334 : #i88682# show a warning if the page exists already 2009-02-20 15:42:10 +0100 mav  r268330 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:39:57 +0100 mav  r268329 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:36:41 +0100 mav  r268328 : #i99462# remove wiki filter from OOo installation 2009-02-20 15:33:29 +0100 mav  r268326 : #i99462# remove wiki filter from OOo installation 2009-02-20 14:19:45 +0100 mav  r268320 : #i88650# fix the typo 2009-02-20 13:02:38 +0100 mav  r268315 : #i81373# add math transformation into wiki filter 2009-02-20 11:46:20 +0100 mav  r268309 : #i81373# add the tarball 2009-02-19 09:46:10 +0100 mav  r268262 : #i82560# add wiki template into the extension 2009-02-19 07:26:45 +0100 mav  r268258 : #i82560#,#i81373# add wiki filter and template into the extension 2009-02-17 12:47:16 +0100 mav  r268115 : #i81373# commit the patch 2009-02-16 14:32:34 +0100 mav  r267814 : #i82560# rename the template 2009-02-16 14:29:40 +0100 mav  r267812 : #i82560# rename the template 2009-02-16 14:29:15 +0100 mav  r267811 : #i82560# rename the template 2009-02-16 12:16:23 +0100 mav  r267788 : #i90840# integrate the patch 2009-02-16 11:48:28 +0100 mav  r267786 : #i95568#,#i95340# improve parsing of html wiki-pages while looking for the server 2009-02-13 13:46:35 +0100 mav  r267720 : #i95568# fix typos 2009-02-13 13:38:42 +0100 mav  r267719 : #i96279# integrate the patch 2009-02-13 13:37:32 +0100 mav  r267718 : #i95568# check the retrieved URL 2009-02-13 11:39:55 +0100 mav  r267706 : #i95568# allow to connect to Wikipedia successfuly

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c4a5e50129ceca1d122baa0516781c0dca07f697]

        CWS-TOOLING: integrate CWS python26 2009-04-22 11:57:41 +0200 obo  r271091 : #i101079# mingw port (by tono) 2009-04-22 11:56:37 +0200 obo  r271090 : #i101079# mingw port (by tono) 2009-04-22 11:55:55 +0200 obo  r271089 : #i101079# mingw port (by tono) 2009-04-22 11:26:00 +0200 obo  r271084 : #i100492# Patch for FreeBSD (by maho) 2009-04-21 10:19:01 +0200 obo  r271020 : #i92413# make python buildable in Hamburg RE environment 2009-04-17 15:52:57 +0200 obo  r270952 : #i10000# fix for 4NT shell support 2009-04-17 15:16:39 +0200 hjs  r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300 2009-04-17 10:30:28 +0200 sb  r270927 : #i92413# adaptions for Solaris and/or bash 2009-04-16 00:36:32 +0200 jbu  r270861 : #i101080# patch for bash environment provided by tono 2009-04-15 13:50:01 +0200 rene  r270842 : #i100997# allow also python < 2.6 again 2009-03-12 14:23:32 +0100 rene  r269410 : cleanup: remove Python 2.3.4 - not referenced anymore 2009-03-11 21:48:58 +0100 jbu  r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime) 2009-03-11 11:11:43 +0100 rene  r269307 : fix typo; regen configure 2009-03-10 11:44:54 +0100 rene  r269262 : update _AM_PYTHON_INTERPRETER_LIST 2009-03-10 00:30:09 +0100 jbu  r269233 : python26 now builds on windows (installation set not built yet) 2009-03-06 21:45:20 +0100 jbu  r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken 2009-03-06 14:08:33 +0100 rene  r269004 : #i92413#

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [49817b8e20f5eef9ac75b0a59fe1e7076f9eae6f]

        CWS-TOOLING: integrate CWS python26 2009-04-22 11:57:41 +0200 obo  r271091 : #i101079# mingw port (by tono) 2009-04-22 11:56:37 +0200 obo  r271090 : #i101079# mingw port (by tono) 2009-04-22 11:55:55 +0200 obo  r271089 : #i101079# mingw port (by tono) 2009-04-22 11:26:00 +0200 obo  r271084 : #i100492# Patch for FreeBSD (by maho) 2009-04-21 10:19:01 +0200 obo  r271020 : #i92413# make python buildable in Hamburg RE environment 2009-04-17 15:52:57 +0200 obo  r270952 : #i10000# fix for 4NT shell support 2009-04-17 15:16:39 +0200 hjs  r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300 2009-04-17 10:30:28 +0200 sb  r270927 : #i92413# adaptions for Solaris and/or bash 2009-04-16 00:36:32 +0200 jbu  r270861 : #i101080# patch for bash environment provided by tono 2009-04-15 13:50:01 +0200 rene  r270842 : #i100997# allow also python < 2.6 again 2009-03-12 14:23:32 +0100 rene  r269410 : cleanup: remove Python 2.3.4 - not referenced anymore 2009-03-11 21:48:58 +0100 jbu  r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime) 2009-03-11 11:11:43 +0100 rene  r269307 : fix typo; regen configure 2009-03-10 11:44:54 +0100 rene  r269262 : update _AM_PYTHON_INTERPRETER_LIST 2009-03-10 00:30:09 +0100 jbu  r269233 : python26 now builds on windows (installation set not built yet) 2009-03-06 21:45:20 +0100 jbu  r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken 2009-03-06 14:08:33 +0100 rene  r269004 : #i92413#

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8ae4080d469cba205117a6d9340069348c582fd5]

        CWS-TOOLING: integrate CWS python26 2009-04-22 11:57:41 +0200 obo  r271091 : #i101079# mingw port (by tono) 2009-04-22 11:56:37 +0200 obo  r271090 : #i101079# mingw port (by tono) 2009-04-22 11:55:55 +0200 obo  r271089 : #i101079# mingw port (by tono) 2009-04-22 11:26:00 +0200 obo  r271084 : #i100492# Patch for FreeBSD (by maho) 2009-04-21 10:19:01 +0200 obo  r271020 : #i92413# make python buildable in Hamburg RE environment 2009-04-17 15:52:57 +0200 obo  r270952 : #i10000# fix for 4NT shell support 2009-04-17 15:16:39 +0200 hjs  r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300 2009-04-17 10:30:28 +0200 sb  r270927 : #i92413# adaptions for Solaris and/or bash 2009-04-16 00:36:32 +0200 jbu  r270861 : #i101080# patch for bash environment provided by tono 2009-04-15 13:50:01 +0200 rene  r270842 : #i100997# allow also python < 2.6 again 2009-03-12 14:23:32 +0100 rene  r269410 : cleanup: remove Python 2.3.4 - not referenced anymore 2009-03-11 21:48:58 +0100 jbu  r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime) 2009-03-11 11:11:43 +0100 rene  r269307 : fix typo; regen configure 2009-03-10 11:44:54 +0100 rene  r269262 : update _AM_PYTHON_INTERPRETER_LIST 2009-03-10 00:30:09 +0100 jbu  r269233 : python26 now builds on windows (installation set not built yet) 2009-03-06 21:45:20 +0100 jbu  r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken 2009-03-06 14:08:33 +0100 rene  r269004 : #i92413#

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0bcb4e9272ed1ae2a730139b7fe8552e597fa375]

        CWS-TOOLING: integrate CWS python26 2009-04-22 11:57:41 +0200 obo  r271091 : #i101079# mingw port (by tono) 2009-04-22 11:56:37 +0200 obo  r271090 : #i101079# mingw port (by tono) 2009-04-22 11:55:55 +0200 obo  r271089 : #i101079# mingw port (by tono) 2009-04-22 11:26:00 +0200 obo  r271084 : #i100492# Patch for FreeBSD (by maho) 2009-04-21 10:19:01 +0200 obo  r271020 : #i92413# make python buildable in Hamburg RE environment 2009-04-17 15:52:57 +0200 obo  r270952 : #i10000# fix for 4NT shell support 2009-04-17 15:16:39 +0200 hjs  r270951 : #i92413# - remove gcc warnings about new struct member. fetched fomr DEV300 2009-04-17 10:30:28 +0200 sb  r270927 : #i92413# adaptions for Solaris and/or bash 2009-04-16 00:36:32 +0200 jbu  r270861 : #i101080# patch for bash environment provided by tono 2009-04-15 13:50:01 +0200 rene  r270842 : #i100997# allow also python < 2.6 again 2009-03-12 14:23:32 +0100 rene  r269410 : cleanup: remove Python 2.3.4 - not referenced anymore 2009-03-11 21:48:58 +0100 jbu  r269356 : native python modules pyuno.dll -> pyuno.pyd (required by 2.6 python runtime) 2009-03-11 11:11:43 +0100 rene  r269307 : fix typo; regen configure 2009-03-10 11:44:54 +0100 rene  r269262 : update _AM_PYTHON_INTERPRETER_LIST 2009-03-10 00:30:09 +0100 jbu  r269233 : python26 now builds on windows (installation set not built yet) 2009-03-06 21:45:20 +0100 jbu  r269050 : python 2.6.1-linuxx86: PYTHONHOME variable removed from set_soenv.in (is now unecessary), added new and removed old python blob, linux x86 builds without patches, windows build still needs to be done and is now broken 2009-03-06 14:08:33 +0100 rene  r269004 : #i92413#

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ddf70c8ad6813bf92bd1b0ab2362e032a1e9dd8b]

        CWS-TOOLING: integrate CWS cltexteditfix_DEV300 2009-04-03 15:42:04 +0200 cl  r270491 : #i100537# fixed detection of text edit mode

2009-04-22  Oliver Bolte  <obo@openoffice.org>  [8c1e84c5ac318441dac04252a3ff38029f093164]

        #i92413# for python upgrade 2.3.4->2.6.1, controls the -useenv switch for vcbuild.exe tool in module python. The -useenv switch is required only for Hamburg build environment, should not be used for OOo environment

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6df63a0fa7539ff114a036f5acafb017614aa5bd]

        CWS-TOOLING: integrate CWS sdk31fix_DEV300 2009-04-03 15:43:49 +0200 jsc  r270492 : correct classpath 2009-04-02 16:27:49 +0200 jsc  r270416 : fix typo in run target and classpath 2009-04-02 16:27:14 +0200 jsc  r270415 : remove Inspector example, change docu to link into the wiki on the related project page 2009-04-01 14:07:33 +0200 jsc  r270327 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:57:53 +0200 jsc  r270315 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 11:47:59 +0200 jsc  r270314 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:33:10 +0200 jsc  r270304 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:30:39 +0200 jsc  r270303 : #i100723# add Uno-Type-Path to jar manifest 2009-04-01 09:29:19 +0200 jsc  r270301 : #i100712# change header image version number

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7c68f16f21a42f539eff87cb6c247873217b5675]

        CWS-TOOLING: integrate CWS native236 2009-03-25 12:10:56 +0100 is  r270014 : #159495# collection all pkgmap files 2009-03-25 12:10:24 +0100 is  r270013 : #159495# collection all pkgmap files 2009-03-24 15:24:13 +0100 is  r269960 : #i100519# fixing mac memory problem 2009-03-17 17:41:02 +0100 is  r269622 : #i99316# new serbian windows encoding settings 2009-03-17 17:38:26 +0100 is  r269621 : #i98906# preparing reading of font version (but not using it now) 2009-03-17 17:30:21 +0100 is  r269620 : #i100251# no pool for format native

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ab911f1e398d15435511f6c470a4a64919c97583]

        CWS-TOOLING: integrate CWS native236 2009-03-25 12:10:56 +0100 is  r270014 : #159495# collection all pkgmap files 2009-03-25 12:10:24 +0100 is  r270013 : #159495# collection all pkgmap files 2009-03-24 15:24:13 +0100 is  r269960 : #i100519# fixing mac memory problem 2009-03-17 17:41:02 +0100 is  r269622 : #i99316# new serbian windows encoding settings 2009-03-17 17:38:26 +0100 is  r269621 : #i98906# preparing reading of font version (but not using it now) 2009-03-17 17:30:21 +0100 is  r269620 : #i100251# no pool for format native

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7f1cfb93d70aee24261141055a983642c33907d6]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [7599f68cee9141cd16ca7697872b5f83c6ae9ad9]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [d240b977332e57c963d8746b3f9c838a0a24e833]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [5d10601287864cdf679dd8467d9eb27583754dfd]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [0d4e4ad20df8c636034c1436a5c706a10639920f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [5f7e91ac4c3c0ecbd8d0b55cb92b83040fa08d3e]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ce9e9aaa732ee0c47f422d61ee42dec8e5eb98c6]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [9f843e1dcf9de4eec0773aec2ef61c7f60a97576]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [59389868dc1536dbfec4b564543ab38ee463cb14]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [7dd50f9ec124f2666dcfd1fd8bb02a1335a360ac]

        CWS-TOOLING: integrate CWS dr67 2009-04-08 13:23:56 +0200 dr  r270638 : #i100534# reverted 2009-04-08 10:14:55 +0200 dr  r270621 : CWS-TOOLING: rebase CWS dr67 to trunk@270033 (milestone: DEV300:m45) 2009-04-07 21:06:33 +0200 dr  r270610 : #i100534# sc does not link in debug mode 2009-03-12 11:20:09 +0100 dr  r269375 : #i10000# wae 2009-03-11 19:43:55 +0100 dr  r269351 : #i10000# adjust oox namespace ids according to oox/inc/oox/core/namespaces.hxx 2009-03-11 15:38:52 +0100 dr  r269339 : CWS-TOOLING: rebase CWS dr67 to trunk@269297 (milestone: DEV300:m43) 2009-02-27 15:20:21 +0100 dr  r268598 : CWS-TOOLING: rebase CWS dr67 to trunk@268395 (milestone: DEV300:m42) 2009-02-19 13:32:17 +0100 dr  r268277 : moved hf parser into page settings 2009-02-19 12:25:15 +0100 dr  r268272 : renamed some structs according to chart filter 2009-02-16 15:51:31 +0100 dr  r267823 : #i97873# import autosort settings from BIFF8/OOBIN/OOXML 2009-02-06 17:09:29 +0100 dr  r267477 : #i97873# minor changes 2009-02-06 16:38:56 +0100 dr  r267473 : #i97873# import date grouping settings from BIFF5/BIFF8/OOBIN/OOXML 2009-02-06 16:38:11 +0100 dr  r267472 : #i97873# check min/max/step of passed GroupInfo 2009-02-06 16:35:13 +0100 dr  r267471 : #i97873# more doc for createDategroup() 2009-02-06 13:53:42 +0100 dr  r267459 : #i97873# make XDataPilotGrouping::createDateGroup() implementation working and robust against wrong input data 2009-02-06 13:52:16 +0100 dr  r267458 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-06 12:35:49 +0100 dr  r267453 : fix other IDLC warnings in sheet module 2009-02-06 12:05:19 +0100 dr  r267448 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-02 17:58:46 +0100 dr  r267284 : #i10000# rebase errors 2009-02-02 17:52:21 +0100 dr  r267282 : #i10000# rebase errors 2009-02-02 17:35:58 +0100 dr  r267280 : #i10000# rebase errors 2009-02-02 15:58:04 +0100 dr  r267274 : CWS-TOOLING: rebase CWS dr67 to trunk@267171 (milestone: DEV300:m41) 2009-02-02 09:16:32 +0100 dr  r267247 : #i97873# typo 2009-01-30 17:09:09 +0100 dr  r267215 : #i97873# import numeric grouping settings for datapilot fields from BIFF5/BIFF8/OOBIN/OOXML 2009-01-29 16:36:24 +0100 dr  r267154 : #i97873# import datapilot discrete grouping from BIFF5/BIFF8/OOBIN/OOXLS 2009-01-29 16:33:37 +0100 dr  r267152 : #i97873# do not kill _all_ the other group fields when writing back DataPilotField::GroupInfo property 2009-01-29 14:15:45 +0100 dr  r267133 : #i93839# remove ScChengeTrack::Load and ::Store, adapt xls export filter 2009-01-28 13:30:37 +0100 dr  r267056 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-28 12:09:05 +0100 dr  r267051 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-27 16:13:58 +0100 dr  r267005 : #i97873# minor changes in DataPilot API implementation as preparation for additional changes needed for OOX import filter 2009-01-27 10:08:01 +0100 dr  r266961 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-27 10:06:50 +0100 dr  r266960 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-23 12:52:31 +0100 dr  r266808 : #i97873# DP documentation extended 2009-01-21 20:07:15 +0100 dr  r266702 : #i97873# this trivial patch adds BIFF5/BIFF8 pivot table import to the oox filter 2009-01-20 16:06:23 +0100 dr  r266592 : select BIFF filter via env.var 2009-01-16 18:51:01 +0100 dr  r266452 : #i97873# import page fields 2009-01-16 15:05:36 +0100 dr  r266420 : #i97873# field item settings (collapsed/hidden), settings of hidden fields 2009-01-15 16:01:17 +0100 dr  r266377 : #i97873# import OOXML7/OOBIN7 autoshow settings 2009-01-14 15:24:27 +0100 dr  r266310 : #i97873# import auto show settings generated by MSO2003 2009-01-14 12:29:44 +0100 dr  r266281 : #i97873# set global dp settings 2009-01-13 15:04:30 +0100 dr  r266229 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-13 14:46:50 +0100 dr  r266225 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-12 15:04:22 +0100 dr  r266161 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 15:03:42 +0100 dr  r266160 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 14:57:33 +0100 dr  r266159 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-12 14:52:43 +0100 dr  r266158 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-09 16:34:55 +0100 dr  r266098 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 16:32:16 +0100 dr  r266097 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 12:02:39 +0100 dr  r266072 : #i97623# RTL handling changed after CWS rtlcontrols 2009-01-09 09:48:53 +0100 dr  r266050 : #i158444# SXLI must be filled completely before starting CONTINUE 2009-01-08 18:50:08 +0100 dr  r266032 : #158444# allow to disable dump of record positions 2009-01-08 15:46:45 +0100 dr  r266020 : #i97873# data layout field handling 2009-01-08 15:45:45 +0100 dr  r266019 : #i97873# data layout field handling 2009-01-08 15:42:25 +0100 dr  r266018 : #i97873# data layout field handling 2009-01-02 17:28:32 +0100 dr  r265844 : #i10000# unxmacxi warning 2009-01-02 16:59:13 +0100 dr  r265842 : #i10000# rebase corrections 2009-01-02 16:44:44 +0100 dr  r265838 : #i10000# rebase corrections 2009-01-02 11:32:44 +0100 dr  r265834 : CWS-TOOLING: rebase CWS dr67 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 16:55:40 +0100 dr  r265822 : more pivot table import, field layout settings 2008-12-29 14:27:35 +0100 dr  r265817 : more pivot table import, additions for data field settings 2008-12-26 14:39:21 +0100 dr  r265805 : updates 2008-12-19 16:31:39 +0100 dr  r265734 : typo 2008-12-19 16:30:00 +0100 dr  r265733 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:43 +0100 dr  r265732 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:07 +0100 dr  r265731 : add API for sequence of DP field subtotal functions 2008-12-18 18:07:58 +0100 dr  r265710 : #i96758# try to cache row default formatting and apply it at row ranges instead of single rows 2008-12-18 16:00:25 +0100 dr  r265698 : more additions to pivot import 2008-12-17 13:38:19 +0100 dr  r265599 : do not assert HIDDEN orientation 2008-12-12 13:51:29 +0100 dr  r265415 : minor typos 2008-12-12 10:15:04 +0100 dr  r265394 : pivot cache import extended to XLSB, added creation of cache data for missing/external sheets 2008-12-04 13:16:16 +0100 dr  r264837 : #i96860# remove old dumper files 2008-12-04 12:17:38 +0100 dr  r264834 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-04 12:16:38 +0100 dr  r264833 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-03 14:51:05 +0100 dr  r264784 : #i10000# warnings 2008-12-03 14:32:46 +0100 dr  r264778 : #i10000# warning 2008-12-03 11:28:38 +0100 dr  r264758 : #i96758# ignore zero-sized objects 2008-12-03 10:09:34 +0100 dr  r264748 : #i96758# change ::oox::Property(Set|Map) keys to sal_Int32 property identifiers, to save construction of property names 2008-12-01 16:09:02 +0100 dr  r264615 : #i96758# headerdoc 2008-12-01 14:49:04 +0100 dr  r264607 : #i96758# import performance of formatted documents 2008-11-26 17:08:15 +0100 dr  r264424 : make it more simple 2008-11-26 16:31:41 +0100 dr  r264419 : c:crossesAt is for crossing axis, not for own axis. This is different to BIFF 2008-11-26 13:55:55 +0100 dr  r264382 : #i86346# import of MissingValueTreatment from XLSX 2008-11-26 12:49:38 +0100 dr  r264370 : #i86346# import/export of MissingValueTreatment from/to XLS 2008-11-25 17:48:59 +0100 dr  r264320 : update row height with single progress bar when using 'IsAdjustHeightEnabled' document property 2008-11-25 17:24:26 +0100 dr  r264319 : #i96438# disable importing comment text until API is fixed 2008-11-25 17:11:30 +0100 dr  r264318 : #i90124# set control tooltips, patch from npower 2008-11-25 15:09:28 +0100 dr  r264309 : #i94028# #i94991# update drawing objects when changing row height 2008-11-24 15:21:35 +0100 dr  r264224 : prevent ::rtl::OUString::copy assertion 2008-11-24 15:19:39 +0100 dr  r264223 : #i95183# #158573# handle non-ascii characters in sheet names in OOXML import 2008-11-24 12:54:30 +0100 dr  r264221 : #i94157# support ESC key to leave full-screen in page preview 2008-11-21 18:15:17 +0100 dr  r264165 : #i90360# disable chart perspective if it is set to 0 2008-11-21 18:14:41 +0100 dr  r264164 : #i90360# disable chart perspective if it is set to 0 2008-11-21 17:43:26 +0100 dr  r264155 : #i96140# missing parenth 2008-11-21 17:36:35 +0100 dr  r264154 : #i96438# first steps of note import 2008-11-20 15:15:03 +0100 dr  r264059 : get rid of ContextWrapper 2008-11-18 11:39:52 +0100 dr  r263755 : #i78476# moved to CWS dr67

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f5100104281336303e42c4e821a33dab36b17bb4]

        CWS-TOOLING: integrate CWS dr67 2009-04-08 13:23:56 +0200 dr  r270638 : #i100534# reverted 2009-04-08 10:14:55 +0200 dr  r270621 : CWS-TOOLING: rebase CWS dr67 to trunk@270033 (milestone: DEV300:m45) 2009-04-07 21:06:33 +0200 dr  r270610 : #i100534# sc does not link in debug mode 2009-03-12 11:20:09 +0100 dr  r269375 : #i10000# wae 2009-03-11 19:43:55 +0100 dr  r269351 : #i10000# adjust oox namespace ids according to oox/inc/oox/core/namespaces.hxx 2009-03-11 15:38:52 +0100 dr  r269339 : CWS-TOOLING: rebase CWS dr67 to trunk@269297 (milestone: DEV300:m43) 2009-02-27 15:20:21 +0100 dr  r268598 : CWS-TOOLING: rebase CWS dr67 to trunk@268395 (milestone: DEV300:m42) 2009-02-19 13:32:17 +0100 dr  r268277 : moved hf parser into page settings 2009-02-19 12:25:15 +0100 dr  r268272 : renamed some structs according to chart filter 2009-02-16 15:51:31 +0100 dr  r267823 : #i97873# import autosort settings from BIFF8/OOBIN/OOXML 2009-02-06 17:09:29 +0100 dr  r267477 : #i97873# minor changes 2009-02-06 16:38:56 +0100 dr  r267473 : #i97873# import date grouping settings from BIFF5/BIFF8/OOBIN/OOXML 2009-02-06 16:38:11 +0100 dr  r267472 : #i97873# check min/max/step of passed GroupInfo 2009-02-06 16:35:13 +0100 dr  r267471 : #i97873# more doc for createDategroup() 2009-02-06 13:53:42 +0100 dr  r267459 : #i97873# make XDataPilotGrouping::createDateGroup() implementation working and robust against wrong input data 2009-02-06 13:52:16 +0100 dr  r267458 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-06 12:35:49 +0100 dr  r267453 : fix other IDLC warnings in sheet module 2009-02-06 12:05:19 +0100 dr  r267448 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-02 17:58:46 +0100 dr  r267284 : #i10000# rebase errors 2009-02-02 17:52:21 +0100 dr  r267282 : #i10000# rebase errors 2009-02-02 17:35:58 +0100 dr  r267280 : #i10000# rebase errors 2009-02-02 15:58:04 +0100 dr  r267274 : CWS-TOOLING: rebase CWS dr67 to trunk@267171 (milestone: DEV300:m41) 2009-02-02 09:16:32 +0100 dr  r267247 : #i97873# typo 2009-01-30 17:09:09 +0100 dr  r267215 : #i97873# import numeric grouping settings for datapilot fields from BIFF5/BIFF8/OOBIN/OOXML 2009-01-29 16:36:24 +0100 dr  r267154 : #i97873# import datapilot discrete grouping from BIFF5/BIFF8/OOBIN/OOXLS 2009-01-29 16:33:37 +0100 dr  r267152 : #i97873# do not kill _all_ the other group fields when writing back DataPilotField::GroupInfo property 2009-01-29 14:15:45 +0100 dr  r267133 : #i93839# remove ScChengeTrack::Load and ::Store, adapt xls export filter 2009-01-28 13:30:37 +0100 dr  r267056 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-28 12:09:05 +0100 dr  r267051 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-27 16:13:58 +0100 dr  r267005 : #i97873# minor changes in DataPilot API implementation as preparation for additional changes needed for OOX import filter 2009-01-27 10:08:01 +0100 dr  r266961 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-27 10:06:50 +0100 dr  r266960 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-23 12:52:31 +0100 dr  r266808 : #i97873# DP documentation extended 2009-01-21 20:07:15 +0100 dr  r266702 : #i97873# this trivial patch adds BIFF5/BIFF8 pivot table import to the oox filter 2009-01-20 16:06:23 +0100 dr  r266592 : select BIFF filter via env.var 2009-01-16 18:51:01 +0100 dr  r266452 : #i97873# import page fields 2009-01-16 15:05:36 +0100 dr  r266420 : #i97873# field item settings (collapsed/hidden), settings of hidden fields 2009-01-15 16:01:17 +0100 dr  r266377 : #i97873# import OOXML7/OOBIN7 autoshow settings 2009-01-14 15:24:27 +0100 dr  r266310 : #i97873# import auto show settings generated by MSO2003 2009-01-14 12:29:44 +0100 dr  r266281 : #i97873# set global dp settings 2009-01-13 15:04:30 +0100 dr  r266229 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-13 14:46:50 +0100 dr  r266225 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-12 15:04:22 +0100 dr  r266161 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 15:03:42 +0100 dr  r266160 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 14:57:33 +0100 dr  r266159 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-12 14:52:43 +0100 dr  r266158 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-09 16:34:55 +0100 dr  r266098 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 16:32:16 +0100 dr  r266097 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 12:02:39 +0100 dr  r266072 : #i97623# RTL handling changed after CWS rtlcontrols 2009-01-09 09:48:53 +0100 dr  r266050 : #i158444# SXLI must be filled completely before starting CONTINUE 2009-01-08 18:50:08 +0100 dr  r266032 : #158444# allow to disable dump of record positions 2009-01-08 15:46:45 +0100 dr  r266020 : #i97873# data layout field handling 2009-01-08 15:45:45 +0100 dr  r266019 : #i97873# data layout field handling 2009-01-08 15:42:25 +0100 dr  r266018 : #i97873# data layout field handling 2009-01-02 17:28:32 +0100 dr  r265844 : #i10000# unxmacxi warning 2009-01-02 16:59:13 +0100 dr  r265842 : #i10000# rebase corrections 2009-01-02 16:44:44 +0100 dr  r265838 : #i10000# rebase corrections 2009-01-02 11:32:44 +0100 dr  r265834 : CWS-TOOLING: rebase CWS dr67 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 16:55:40 +0100 dr  r265822 : more pivot table import, field layout settings 2008-12-29 14:27:35 +0100 dr  r265817 : more pivot table import, additions for data field settings 2008-12-26 14:39:21 +0100 dr  r265805 : updates 2008-12-19 16:31:39 +0100 dr  r265734 : typo 2008-12-19 16:30:00 +0100 dr  r265733 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:43 +0100 dr  r265732 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:07 +0100 dr  r265731 : add API for sequence of DP field subtotal functions 2008-12-18 18:07:58 +0100 dr  r265710 : #i96758# try to cache row default formatting and apply it at row ranges instead of single rows 2008-12-18 16:00:25 +0100 dr  r265698 : more additions to pivot import 2008-12-17 13:38:19 +0100 dr  r265599 : do not assert HIDDEN orientation 2008-12-12 13:51:29 +0100 dr  r265415 : minor typos 2008-12-12 10:15:04 +0100 dr  r265394 : pivot cache import extended to XLSB, added creation of cache data for missing/external sheets 2008-12-04 13:16:16 +0100 dr  r264837 : #i96860# remove old dumper files 2008-12-04 12:17:38 +0100 dr  r264834 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-04 12:16:38 +0100 dr  r264833 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-03 14:51:05 +0100 dr  r264784 : #i10000# warnings 2008-12-03 14:32:46 +0100 dr  r264778 : #i10000# warning 2008-12-03 11:28:38 +0100 dr  r264758 : #i96758# ignore zero-sized objects 2008-12-03 10:09:34 +0100 dr  r264748 : #i96758# change ::oox::Property(Set|Map) keys to sal_Int32 property identifiers, to save construction of property names 2008-12-01 16:09:02 +0100 dr  r264615 : #i96758# headerdoc 2008-12-01 14:49:04 +0100 dr  r264607 : #i96758# import performance of formatted documents 2008-11-26 17:08:15 +0100 dr  r264424 : make it more simple 2008-11-26 16:31:41 +0100 dr  r264419 : c:crossesAt is for crossing axis, not for own axis. This is different to BIFF 2008-11-26 13:55:55 +0100 dr  r264382 : #i86346# import of MissingValueTreatment from XLSX 2008-11-26 12:49:38 +0100 dr  r264370 : #i86346# import/export of MissingValueTreatment from/to XLS 2008-11-25 17:48:59 +0100 dr  r264320 : update row height with single progress bar when using 'IsAdjustHeightEnabled' document property 2008-11-25 17:24:26 +0100 dr  r264319 : #i96438# disable importing comment text until API is fixed 2008-11-25 17:11:30 +0100 dr  r264318 : #i90124# set control tooltips, patch from npower 2008-11-25 15:09:28 +0100 dr  r264309 : #i94028# #i94991# update drawing objects when changing row height 2008-11-24 15:21:35 +0100 dr  r264224 : prevent ::rtl::OUString::copy assertion 2008-11-24 15:19:39 +0100 dr  r264223 : #i95183# #158573# handle non-ascii characters in sheet names in OOXML import 2008-11-24 12:54:30 +0100 dr  r264221 : #i94157# support ESC key to leave full-screen in page preview 2008-11-21 18:15:17 +0100 dr  r264165 : #i90360# disable chart perspective if it is set to 0 2008-11-21 18:14:41 +0100 dr  r264164 : #i90360# disable chart perspective if it is set to 0 2008-11-21 17:43:26 +0100 dr  r264155 : #i96140# missing parenth 2008-11-21 17:36:35 +0100 dr  r264154 : #i96438# first steps of note import 2008-11-20 15:15:03 +0100 dr  r264059 : get rid of ContextWrapper 2008-11-18 11:39:52 +0100 dr  r263755 : #i78476# moved to CWS dr67

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0554b3bf93e56f8304529a93d961fa3fa60c199d]

        CWS-TOOLING: integrate CWS dr67 2009-04-08 13:23:56 +0200 dr  r270638 : #i100534# reverted 2009-04-08 10:14:55 +0200 dr  r270621 : CWS-TOOLING: rebase CWS dr67 to trunk@270033 (milestone: DEV300:m45) 2009-04-07 21:06:33 +0200 dr  r270610 : #i100534# sc does not link in debug mode 2009-03-12 11:20:09 +0100 dr  r269375 : #i10000# wae 2009-03-11 19:43:55 +0100 dr  r269351 : #i10000# adjust oox namespace ids according to oox/inc/oox/core/namespaces.hxx 2009-03-11 15:38:52 +0100 dr  r269339 : CWS-TOOLING: rebase CWS dr67 to trunk@269297 (milestone: DEV300:m43) 2009-02-27 15:20:21 +0100 dr  r268598 : CWS-TOOLING: rebase CWS dr67 to trunk@268395 (milestone: DEV300:m42) 2009-02-19 13:32:17 +0100 dr  r268277 : moved hf parser into page settings 2009-02-19 12:25:15 +0100 dr  r268272 : renamed some structs according to chart filter 2009-02-16 15:51:31 +0100 dr  r267823 : #i97873# import autosort settings from BIFF8/OOBIN/OOXML 2009-02-06 17:09:29 +0100 dr  r267477 : #i97873# minor changes 2009-02-06 16:38:56 +0100 dr  r267473 : #i97873# import date grouping settings from BIFF5/BIFF8/OOBIN/OOXML 2009-02-06 16:38:11 +0100 dr  r267472 : #i97873# check min/max/step of passed GroupInfo 2009-02-06 16:35:13 +0100 dr  r267471 : #i97873# more doc for createDategroup() 2009-02-06 13:53:42 +0100 dr  r267459 : #i97873# make XDataPilotGrouping::createDateGroup() implementation working and robust against wrong input data 2009-02-06 13:52:16 +0100 dr  r267458 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-06 12:35:49 +0100 dr  r267453 : fix other IDLC warnings in sheet module 2009-02-06 12:05:19 +0100 dr  r267448 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-02 17:58:46 +0100 dr  r267284 : #i10000# rebase errors 2009-02-02 17:52:21 +0100 dr  r267282 : #i10000# rebase errors 2009-02-02 17:35:58 +0100 dr  r267280 : #i10000# rebase errors 2009-02-02 15:58:04 +0100 dr  r267274 : CWS-TOOLING: rebase CWS dr67 to trunk@267171 (milestone: DEV300:m41) 2009-02-02 09:16:32 +0100 dr  r267247 : #i97873# typo 2009-01-30 17:09:09 +0100 dr  r267215 : #i97873# import numeric grouping settings for datapilot fields from BIFF5/BIFF8/OOBIN/OOXML 2009-01-29 16:36:24 +0100 dr  r267154 : #i97873# import datapilot discrete grouping from BIFF5/BIFF8/OOBIN/OOXLS 2009-01-29 16:33:37 +0100 dr  r267152 : #i97873# do not kill _all_ the other group fields when writing back DataPilotField::GroupInfo property 2009-01-29 14:15:45 +0100 dr  r267133 : #i93839# remove ScChengeTrack::Load and ::Store, adapt xls export filter 2009-01-28 13:30:37 +0100 dr  r267056 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-28 12:09:05 +0100 dr  r267051 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-27 16:13:58 +0100 dr  r267005 : #i97873# minor changes in DataPilot API implementation as preparation for additional changes needed for OOX import filter 2009-01-27 10:08:01 +0100 dr  r266961 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-27 10:06:50 +0100 dr  r266960 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-23 12:52:31 +0100 dr  r266808 : #i97873# DP documentation extended 2009-01-21 20:07:15 +0100 dr  r266702 : #i97873# this trivial patch adds BIFF5/BIFF8 pivot table import to the oox filter 2009-01-20 16:06:23 +0100 dr  r266592 : select BIFF filter via env.var 2009-01-16 18:51:01 +0100 dr  r266452 : #i97873# import page fields 2009-01-16 15:05:36 +0100 dr  r266420 : #i97873# field item settings (collapsed/hidden), settings of hidden fields 2009-01-15 16:01:17 +0100 dr  r266377 : #i97873# import OOXML7/OOBIN7 autoshow settings 2009-01-14 15:24:27 +0100 dr  r266310 : #i97873# import auto show settings generated by MSO2003 2009-01-14 12:29:44 +0100 dr  r266281 : #i97873# set global dp settings 2009-01-13 15:04:30 +0100 dr  r266229 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-13 14:46:50 +0100 dr  r266225 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-12 15:04:22 +0100 dr  r266161 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 15:03:42 +0100 dr  r266160 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 14:57:33 +0100 dr  r266159 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-12 14:52:43 +0100 dr  r266158 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-09 16:34:55 +0100 dr  r266098 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 16:32:16 +0100 dr  r266097 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 12:02:39 +0100 dr  r266072 : #i97623# RTL handling changed after CWS rtlcontrols 2009-01-09 09:48:53 +0100 dr  r266050 : #i158444# SXLI must be filled completely before starting CONTINUE 2009-01-08 18:50:08 +0100 dr  r266032 : #158444# allow to disable dump of record positions 2009-01-08 15:46:45 +0100 dr  r266020 : #i97873# data layout field handling 2009-01-08 15:45:45 +0100 dr  r266019 : #i97873# data layout field handling 2009-01-08 15:42:25 +0100 dr  r266018 : #i97873# data layout field handling 2009-01-02 17:28:32 +0100 dr  r265844 : #i10000# unxmacxi warning 2009-01-02 16:59:13 +0100 dr  r265842 : #i10000# rebase corrections 2009-01-02 16:44:44 +0100 dr  r265838 : #i10000# rebase corrections 2009-01-02 11:32:44 +0100 dr  r265834 : CWS-TOOLING: rebase CWS dr67 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 16:55:40 +0100 dr  r265822 : more pivot table import, field layout settings 2008-12-29 14:27:35 +0100 dr  r265817 : more pivot table import, additions for data field settings 2008-12-26 14:39:21 +0100 dr  r265805 : updates 2008-12-19 16:31:39 +0100 dr  r265734 : typo 2008-12-19 16:30:00 +0100 dr  r265733 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:43 +0100 dr  r265732 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:07 +0100 dr  r265731 : add API for sequence of DP field subtotal functions 2008-12-18 18:07:58 +0100 dr  r265710 : #i96758# try to cache row default formatting and apply it at row ranges instead of single rows 2008-12-18 16:00:25 +0100 dr  r265698 : more additions to pivot import 2008-12-17 13:38:19 +0100 dr  r265599 : do not assert HIDDEN orientation 2008-12-12 13:51:29 +0100 dr  r265415 : minor typos 2008-12-12 10:15:04 +0100 dr  r265394 : pivot cache import extended to XLSB, added creation of cache data for missing/external sheets 2008-12-04 13:16:16 +0100 dr  r264837 : #i96860# remove old dumper files 2008-12-04 12:17:38 +0100 dr  r264834 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-04 12:16:38 +0100 dr  r264833 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-03 14:51:05 +0100 dr  r264784 : #i10000# warnings 2008-12-03 14:32:46 +0100 dr  r264778 : #i10000# warning 2008-12-03 11:28:38 +0100 dr  r264758 : #i96758# ignore zero-sized objects 2008-12-03 10:09:34 +0100 dr  r264748 : #i96758# change ::oox::Property(Set|Map) keys to sal_Int32 property identifiers, to save construction of property names 2008-12-01 16:09:02 +0100 dr  r264615 : #i96758# headerdoc 2008-12-01 14:49:04 +0100 dr  r264607 : #i96758# import performance of formatted documents 2008-11-26 17:08:15 +0100 dr  r264424 : make it more simple 2008-11-26 16:31:41 +0100 dr  r264419 : c:crossesAt is for crossing axis, not for own axis. This is different to BIFF 2008-11-26 13:55:55 +0100 dr  r264382 : #i86346# import of MissingValueTreatment from XLSX 2008-11-26 12:49:38 +0100 dr  r264370 : #i86346# import/export of MissingValueTreatment from/to XLS 2008-11-25 17:48:59 +0100 dr  r264320 : update row height with single progress bar when using 'IsAdjustHeightEnabled' document property 2008-11-25 17:24:26 +0100 dr  r264319 : #i96438# disable importing comment text until API is fixed 2008-11-25 17:11:30 +0100 dr  r264318 : #i90124# set control tooltips, patch from npower 2008-11-25 15:09:28 +0100 dr  r264309 : #i94028# #i94991# update drawing objects when changing row height 2008-11-24 15:21:35 +0100 dr  r264224 : prevent ::rtl::OUString::copy assertion 2008-11-24 15:19:39 +0100 dr  r264223 : #i95183# #158573# handle non-ascii characters in sheet names in OOXML import 2008-11-24 12:54:30 +0100 dr  r264221 : #i94157# support ESC key to leave full-screen in page preview 2008-11-21 18:15:17 +0100 dr  r264165 : #i90360# disable chart perspective if it is set to 0 2008-11-21 18:14:41 +0100 dr  r264164 : #i90360# disable chart perspective if it is set to 0 2008-11-21 17:43:26 +0100 dr  r264155 : #i96140# missing parenth 2008-11-21 17:36:35 +0100 dr  r264154 : #i96438# first steps of note import 2008-11-20 15:15:03 +0100 dr  r264059 : get rid of ContextWrapper 2008-11-18 11:39:52 +0100 dr  r263755 : #i78476# moved to CWS dr67

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6d8b4b63ab0255a9f00104ce148536c4e60a8354]

        CWS-TOOLING: integrate CWS dr67 2009-04-08 13:23:56 +0200 dr  r270638 : #i100534# reverted 2009-04-08 10:14:55 +0200 dr  r270621 : CWS-TOOLING: rebase CWS dr67 to trunk@270033 (milestone: DEV300:m45) 2009-04-07 21:06:33 +0200 dr  r270610 : #i100534# sc does not link in debug mode 2009-03-12 11:20:09 +0100 dr  r269375 : #i10000# wae 2009-03-11 19:43:55 +0100 dr  r269351 : #i10000# adjust oox namespace ids according to oox/inc/oox/core/namespaces.hxx 2009-03-11 15:38:52 +0100 dr  r269339 : CWS-TOOLING: rebase CWS dr67 to trunk@269297 (milestone: DEV300:m43) 2009-02-27 15:20:21 +0100 dr  r268598 : CWS-TOOLING: rebase CWS dr67 to trunk@268395 (milestone: DEV300:m42) 2009-02-19 13:32:17 +0100 dr  r268277 : moved hf parser into page settings 2009-02-19 12:25:15 +0100 dr  r268272 : renamed some structs according to chart filter 2009-02-16 15:51:31 +0100 dr  r267823 : #i97873# import autosort settings from BIFF8/OOBIN/OOXML 2009-02-06 17:09:29 +0100 dr  r267477 : #i97873# minor changes 2009-02-06 16:38:56 +0100 dr  r267473 : #i97873# import date grouping settings from BIFF5/BIFF8/OOBIN/OOXML 2009-02-06 16:38:11 +0100 dr  r267472 : #i97873# check min/max/step of passed GroupInfo 2009-02-06 16:35:13 +0100 dr  r267471 : #i97873# more doc for createDategroup() 2009-02-06 13:53:42 +0100 dr  r267459 : #i97873# make XDataPilotGrouping::createDateGroup() implementation working and robust against wrong input data 2009-02-06 13:52:16 +0100 dr  r267458 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-06 12:35:49 +0100 dr  r267453 : fix other IDLC warnings in sheet module 2009-02-06 12:05:19 +0100 dr  r267448 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-02 17:58:46 +0100 dr  r267284 : #i10000# rebase errors 2009-02-02 17:52:21 +0100 dr  r267282 : #i10000# rebase errors 2009-02-02 17:35:58 +0100 dr  r267280 : #i10000# rebase errors 2009-02-02 15:58:04 +0100 dr  r267274 : CWS-TOOLING: rebase CWS dr67 to trunk@267171 (milestone: DEV300:m41) 2009-02-02 09:16:32 +0100 dr  r267247 : #i97873# typo 2009-01-30 17:09:09 +0100 dr  r267215 : #i97873# import numeric grouping settings for datapilot fields from BIFF5/BIFF8/OOBIN/OOXML 2009-01-29 16:36:24 +0100 dr  r267154 : #i97873# import datapilot discrete grouping from BIFF5/BIFF8/OOBIN/OOXLS 2009-01-29 16:33:37 +0100 dr  r267152 : #i97873# do not kill _all_ the other group fields when writing back DataPilotField::GroupInfo property 2009-01-29 14:15:45 +0100 dr  r267133 : #i93839# remove ScChengeTrack::Load and ::Store, adapt xls export filter 2009-01-28 13:30:37 +0100 dr  r267056 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-28 12:09:05 +0100 dr  r267051 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-27 16:13:58 +0100 dr  r267005 : #i97873# minor changes in DataPilot API implementation as preparation for additional changes needed for OOX import filter 2009-01-27 10:08:01 +0100 dr  r266961 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-27 10:06:50 +0100 dr  r266960 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-23 12:52:31 +0100 dr  r266808 : #i97873# DP documentation extended 2009-01-21 20:07:15 +0100 dr  r266702 : #i97873# this trivial patch adds BIFF5/BIFF8 pivot table import to the oox filter 2009-01-20 16:06:23 +0100 dr  r266592 : select BIFF filter via env.var 2009-01-16 18:51:01 +0100 dr  r266452 : #i97873# import page fields 2009-01-16 15:05:36 +0100 dr  r266420 : #i97873# field item settings (collapsed/hidden), settings of hidden fields 2009-01-15 16:01:17 +0100 dr  r266377 : #i97873# import OOXML7/OOBIN7 autoshow settings 2009-01-14 15:24:27 +0100 dr  r266310 : #i97873# import auto show settings generated by MSO2003 2009-01-14 12:29:44 +0100 dr  r266281 : #i97873# set global dp settings 2009-01-13 15:04:30 +0100 dr  r266229 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-13 14:46:50 +0100 dr  r266225 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-12 15:04:22 +0100 dr  r266161 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 15:03:42 +0100 dr  r266160 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 14:57:33 +0100 dr  r266159 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-12 14:52:43 +0100 dr  r266158 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-09 16:34:55 +0100 dr  r266098 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 16:32:16 +0100 dr  r266097 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 12:02:39 +0100 dr  r266072 : #i97623# RTL handling changed after CWS rtlcontrols 2009-01-09 09:48:53 +0100 dr  r266050 : #i158444# SXLI must be filled completely before starting CONTINUE 2009-01-08 18:50:08 +0100 dr  r266032 : #158444# allow to disable dump of record positions 2009-01-08 15:46:45 +0100 dr  r266020 : #i97873# data layout field handling 2009-01-08 15:45:45 +0100 dr  r266019 : #i97873# data layout field handling 2009-01-08 15:42:25 +0100 dr  r266018 : #i97873# data layout field handling 2009-01-02 17:28:32 +0100 dr  r265844 : #i10000# unxmacxi warning 2009-01-02 16:59:13 +0100 dr  r265842 : #i10000# rebase corrections 2009-01-02 16:44:44 +0100 dr  r265838 : #i10000# rebase corrections 2009-01-02 11:32:44 +0100 dr  r265834 : CWS-TOOLING: rebase CWS dr67 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 16:55:40 +0100 dr  r265822 : more pivot table import, field layout settings 2008-12-29 14:27:35 +0100 dr  r265817 : more pivot table import, additions for data field settings 2008-12-26 14:39:21 +0100 dr  r265805 : updates 2008-12-19 16:31:39 +0100 dr  r265734 : typo 2008-12-19 16:30:00 +0100 dr  r265733 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:43 +0100 dr  r265732 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:07 +0100 dr  r265731 : add API for sequence of DP field subtotal functions 2008-12-18 18:07:58 +0100 dr  r265710 : #i96758# try to cache row default formatting and apply it at row ranges instead of single rows 2008-12-18 16:00:25 +0100 dr  r265698 : more additions to pivot import 2008-12-17 13:38:19 +0100 dr  r265599 : do not assert HIDDEN orientation 2008-12-12 13:51:29 +0100 dr  r265415 : minor typos 2008-12-12 10:15:04 +0100 dr  r265394 : pivot cache import extended to XLSB, added creation of cache data for missing/external sheets 2008-12-04 13:16:16 +0100 dr  r264837 : #i96860# remove old dumper files 2008-12-04 12:17:38 +0100 dr  r264834 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-04 12:16:38 +0100 dr  r264833 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-03 14:51:05 +0100 dr  r264784 : #i10000# warnings 2008-12-03 14:32:46 +0100 dr  r264778 : #i10000# warning 2008-12-03 11:28:38 +0100 dr  r264758 : #i96758# ignore zero-sized objects 2008-12-03 10:09:34 +0100 dr  r264748 : #i96758# change ::oox::Property(Set|Map) keys to sal_Int32 property identifiers, to save construction of property names 2008-12-01 16:09:02 +0100 dr  r264615 : #i96758# headerdoc 2008-12-01 14:49:04 +0100 dr  r264607 : #i96758# import performance of formatted documents 2008-11-26 17:08:15 +0100 dr  r264424 : make it more simple 2008-11-26 16:31:41 +0100 dr  r264419 : c:crossesAt is for crossing axis, not for own axis. This is different to BIFF 2008-11-26 13:55:55 +0100 dr  r264382 : #i86346# import of MissingValueTreatment from XLSX 2008-11-26 12:49:38 +0100 dr  r264370 : #i86346# import/export of MissingValueTreatment from/to XLS 2008-11-25 17:48:59 +0100 dr  r264320 : update row height with single progress bar when using 'IsAdjustHeightEnabled' document property 2008-11-25 17:24:26 +0100 dr  r264319 : #i96438# disable importing comment text until API is fixed 2008-11-25 17:11:30 +0100 dr  r264318 : #i90124# set control tooltips, patch from npower 2008-11-25 15:09:28 +0100 dr  r264309 : #i94028# #i94991# update drawing objects when changing row height 2008-11-24 15:21:35 +0100 dr  r264224 : prevent ::rtl::OUString::copy assertion 2008-11-24 15:19:39 +0100 dr  r264223 : #i95183# #158573# handle non-ascii characters in sheet names in OOXML import 2008-11-24 12:54:30 +0100 dr  r264221 : #i94157# support ESC key to leave full-screen in page preview 2008-11-21 18:15:17 +0100 dr  r264165 : #i90360# disable chart perspective if it is set to 0 2008-11-21 18:14:41 +0100 dr  r264164 : #i90360# disable chart perspective if it is set to 0 2008-11-21 17:43:26 +0100 dr  r264155 : #i96140# missing parenth 2008-11-21 17:36:35 +0100 dr  r264154 : #i96438# first steps of note import 2008-11-20 15:15:03 +0100 dr  r264059 : get rid of ContextWrapper 2008-11-18 11:39:52 +0100 dr  r263755 : #i78476# moved to CWS dr67

2009-04-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5778c2d23b46c95e2304eb25066692504bf9d8c4]

        CWS-TOOLING: integrate CWS dr67 2009-04-08 13:23:56 +0200 dr  r270638 : #i100534# reverted 2009-04-08 10:14:55 +0200 dr  r270621 : CWS-TOOLING: rebase CWS dr67 to trunk@270033 (milestone: DEV300:m45) 2009-04-07 21:06:33 +0200 dr  r270610 : #i100534# sc does not link in debug mode 2009-03-12 11:20:09 +0100 dr  r269375 : #i10000# wae 2009-03-11 19:43:55 +0100 dr  r269351 : #i10000# adjust oox namespace ids according to oox/inc/oox/core/namespaces.hxx 2009-03-11 15:38:52 +0100 dr  r269339 : CWS-TOOLING: rebase CWS dr67 to trunk@269297 (milestone: DEV300:m43) 2009-02-27 15:20:21 +0100 dr  r268598 : CWS-TOOLING: rebase CWS dr67 to trunk@268395 (milestone: DEV300:m42) 2009-02-19 13:32:17 +0100 dr  r268277 : moved hf parser into page settings 2009-02-19 12:25:15 +0100 dr  r268272 : renamed some structs according to chart filter 2009-02-16 15:51:31 +0100 dr  r267823 : #i97873# import autosort settings from BIFF8/OOBIN/OOXML 2009-02-06 17:09:29 +0100 dr  r267477 : #i97873# minor changes 2009-02-06 16:38:56 +0100 dr  r267473 : #i97873# import date grouping settings from BIFF5/BIFF8/OOBIN/OOXML 2009-02-06 16:38:11 +0100 dr  r267472 : #i97873# check min/max/step of passed GroupInfo 2009-02-06 16:35:13 +0100 dr  r267471 : #i97873# more doc for createDategroup() 2009-02-06 13:53:42 +0100 dr  r267459 : #i97873# make XDataPilotGrouping::createDateGroup() implementation working and robust against wrong input data 2009-02-06 13:52:16 +0100 dr  r267458 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-06 12:35:49 +0100 dr  r267453 : fix other IDLC warnings in sheet module 2009-02-06 12:05:19 +0100 dr  r267448 : #i97873# fix and extend IDL doc for datapilot grouping 2009-02-02 17:58:46 +0100 dr  r267284 : #i10000# rebase errors 2009-02-02 17:52:21 +0100 dr  r267282 : #i10000# rebase errors 2009-02-02 17:35:58 +0100 dr  r267280 : #i10000# rebase errors 2009-02-02 15:58:04 +0100 dr  r267274 : CWS-TOOLING: rebase CWS dr67 to trunk@267171 (milestone: DEV300:m41) 2009-02-02 09:16:32 +0100 dr  r267247 : #i97873# typo 2009-01-30 17:09:09 +0100 dr  r267215 : #i97873# import numeric grouping settings for datapilot fields from BIFF5/BIFF8/OOBIN/OOXML 2009-01-29 16:36:24 +0100 dr  r267154 : #i97873# import datapilot discrete grouping from BIFF5/BIFF8/OOBIN/OOXLS 2009-01-29 16:33:37 +0100 dr  r267152 : #i97873# do not kill _all_ the other group fields when writing back DataPilotField::GroupInfo property 2009-01-29 14:15:45 +0100 dr  r267133 : #i93839# remove ScChengeTrack::Load and ::Store, adapt xls export filter 2009-01-28 13:30:37 +0100 dr  r267056 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-28 12:09:05 +0100 dr  r267051 : #i98397# enhance DataPilot API: allow to rename groups and items in a group field 2009-01-27 16:13:58 +0100 dr  r267005 : #i97873# minor changes in DataPilot API implementation as preparation for additional changes needed for OOX import filter 2009-01-27 10:08:01 +0100 dr  r266961 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-27 10:06:50 +0100 dr  r266960 : #i97873# changing orientation of a DP field moves it to last position in new dimension 2009-01-23 12:52:31 +0100 dr  r266808 : #i97873# DP documentation extended 2009-01-21 20:07:15 +0100 dr  r266702 : #i97873# this trivial patch adds BIFF5/BIFF8 pivot table import to the oox filter 2009-01-20 16:06:23 +0100 dr  r266592 : select BIFF filter via env.var 2009-01-16 18:51:01 +0100 dr  r266452 : #i97873# import page fields 2009-01-16 15:05:36 +0100 dr  r266420 : #i97873# field item settings (collapsed/hidden), settings of hidden fields 2009-01-15 16:01:17 +0100 dr  r266377 : #i97873# import OOXML7/OOBIN7 autoshow settings 2009-01-14 15:24:27 +0100 dr  r266310 : #i97873# import auto show settings generated by MSO2003 2009-01-14 12:29:44 +0100 dr  r266281 : #i97873# set global dp settings 2009-01-13 15:04:30 +0100 dr  r266229 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-13 14:46:50 +0100 dr  r266225 : #i98029# SdrGroupObj does not remember predefined bounding rectangle anymore 2009-01-12 15:04:22 +0100 dr  r266161 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 15:03:42 +0100 dr  r266160 : #i97873# remove misleading hasDataLayoutField() 2009-01-12 14:57:33 +0100 dr  r266159 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-12 14:52:43 +0100 dr  r266158 : #i97900# reverted previous change, adjusted code to new EnableRTL() behaviour 2009-01-09 16:34:55 +0100 dr  r266098 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 16:32:16 +0100 dr  r266097 : #i97900# RTL handling in TabBar changed with CWS rtlcontrols 2009-01-09 12:02:39 +0100 dr  r266072 : #i97623# RTL handling changed after CWS rtlcontrols 2009-01-09 09:48:53 +0100 dr  r266050 : #i158444# SXLI must be filled completely before starting CONTINUE 2009-01-08 18:50:08 +0100 dr  r266032 : #158444# allow to disable dump of record positions 2009-01-08 15:46:45 +0100 dr  r266020 : #i97873# data layout field handling 2009-01-08 15:45:45 +0100 dr  r266019 : #i97873# data layout field handling 2009-01-08 15:42:25 +0100 dr  r266018 : #i97873# data layout field handling 2009-01-02 17:28:32 +0100 dr  r265844 : #i10000# unxmacxi warning 2009-01-02 16:59:13 +0100 dr  r265842 : #i10000# rebase corrections 2009-01-02 16:44:44 +0100 dr  r265838 : #i10000# rebase corrections 2009-01-02 11:32:44 +0100 dr  r265834 : CWS-TOOLING: rebase CWS dr67 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 16:55:40 +0100 dr  r265822 : more pivot table import, field layout settings 2008-12-29 14:27:35 +0100 dr  r265817 : more pivot table import, additions for data field settings 2008-12-26 14:39:21 +0100 dr  r265805 : updates 2008-12-19 16:31:39 +0100 dr  r265734 : typo 2008-12-19 16:30:00 +0100 dr  r265733 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:43 +0100 dr  r265732 : add API for sequence of DP field subtotal functions 2008-12-19 16:29:07 +0100 dr  r265731 : add API for sequence of DP field subtotal functions 2008-12-18 18:07:58 +0100 dr  r265710 : #i96758# try to cache row default formatting and apply it at row ranges instead of single rows 2008-12-18 16:00:25 +0100 dr  r265698 : more additions to pivot import 2008-12-17 13:38:19 +0100 dr  r265599 : do not assert HIDDEN orientation 2008-12-12 13:51:29 +0100 dr  r265415 : minor typos 2008-12-12 10:15:04 +0100 dr  r265394 : pivot cache import extended to XLSB, added creation of cache data for missing/external sheets 2008-12-04 13:16:16 +0100 dr  r264837 : #i96860# remove old dumper files 2008-12-04 12:17:38 +0100 dr  r264834 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-04 12:16:38 +0100 dr  r264833 : #i96858# XTO broken, if textbox is empty but contains formatting 2008-12-03 14:51:05 +0100 dr  r264784 : #i10000# warnings 2008-12-03 14:32:46 +0100 dr  r264778 : #i10000# warning 2008-12-03 11:28:38 +0100 dr  r264758 : #i96758# ignore zero-sized objects 2008-12-03 10:09:34 +0100 dr  r264748 : #i96758# change ::oox::Property(Set|Map) keys to sal_Int32 property identifiers, to save construction of property names 2008-12-01 16:09:02 +0100 dr  r264615 : #i96758# headerdoc 2008-12-01 14:49:04 +0100 dr  r264607 : #i96758# import performance of formatted documents 2008-11-26 17:08:15 +0100 dr  r264424 : make it more simple 2008-11-26 16:31:41 +0100 dr  r264419 : c:crossesAt is for crossing axis, not for own axis. This is different to BIFF 2008-11-26 13:55:55 +0100 dr  r264382 : #i86346# import of MissingValueTreatment from XLSX 2008-11-26 12:49:38 +0100 dr  r264370 : #i86346# import/export of MissingValueTreatment from/to XLS 2008-11-25 17:48:59 +0100 dr  r264320 : update row height with single progress bar when using 'IsAdjustHeightEnabled' document property 2008-11-25 17:24:26 +0100 dr  r264319 : #i96438# disable importing comment text until API is fixed 2008-11-25 17:11:30 +0100 dr  r264318 : #i90124# set control tooltips, patch from npower 2008-11-25 15:09:28 +0100 dr  r264309 : #i94028# #i94991# update drawing objects when changing row height 2008-11-24 15:21:35 +0100 dr  r264224 : prevent ::rtl::OUString::copy assertion 2008-11-24 15:19:39 +0100 dr  r264223 : #i95183# #158573# handle non-ascii characters in sheet names in OOXML import 2008-11-24 12:54:30 +0100 dr  r264221 : #i94157# support ESC key to leave full-screen in page preview 2008-11-21 18:15:17 +0100 dr  r264165 : #i90360# disable chart perspective if it is set to 0 2008-11-21 18:14:41 +0100 dr  r264164 : #i90360# disable chart perspective if it is set to 0 2008-11-21 17:43:26 +0100 dr  r264155 : #i96140# missing parenth 2008-11-21 17:36:35 +0100 dr  r264154 : #i96438# first steps of note import 2008-11-20 15:15:03 +0100 dr  r264059 : get rid of ContextWrapper 2008-11-18 11:39:52 +0100 dr  r263755 : #i78476# moved to CWS dr67

2009-04-22  Philipp Lohmann  <pl@openoffice.org>  [09c7b55d7df42519027d0125ad7e0a01c8fa9d4b]

        fix a warning

2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [921bf4ca35a91963e0692f99d4297268c70acb9b]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5533d41bcd7d845044a4d48e80f7b12c143eb81a]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0b291919ca3fadb1434a2c0fbf81c9ae64eb38cc]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [541b1c676c377082a71c3b8bde2d95b714a7b0da]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [19b299cdb52a2dd4138885cf3487b34b7600f9f9]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f09110237accc0397146a171e304fc6e6601b290]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [99e3190f3622b79b188daee80ae332d1fedfdadf]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4b4270673c7f53bf7013eeac460ef1329b3f34bb]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6cf5eebc465119862ec8d428834eeda30e61f9b2]

        CWS-TOOLING: integrate CWS swrefactormarks2 2009-04-09 12:51:41 +0200 b_michaelsen  r270689 : #i94949# cleaned up assertions after rebasing 2009-04-08 17:37:08 +0200 b_michaelsen  r270658 : fixing sw/source/ui/utlui/makefile.mk 2009-04-07 17:56:54 +0200 b_michaelsen  r270606 : added bookctrl.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-07 17:05:20 +0200 b_michaelsen  r270603 : added crbm.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-02 23:44:38 +0200 b_michaelsen  r270436 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 16:25:31 +0100 b_michaelsen  r268606 : #i94949# fixed Windows buildbreaker 2009-02-25 18:01:13 +0100 b_michaelsen  r268464 : #i94949# Bookmarktest document filter roundtrips 2009-02-24 18:23:55 +0100 b_michaelsen  r268404 : #i94949# Bookmark unittests 2009-02-23 19:47:44 +0100 b_michaelsen  r268370 : #i94949# added unittest for bookmarks 2009-02-23 12:22:07 +0100 b_michaelsen  r268348 : #i94949# fixing CheckCrossReferences testcase 2009-02-20 18:12:50 +0100 b_michaelsen  r268335 : #i94949# fixing SwXTextRange 2009-02-18 18:32:57 +0100 b_michaelsen  r268252 : #i94949# deregistering DdeBookmarks on delete 2009-02-18 18:29:08 +0100 b_michaelsen  r268251 : fixing dbgoutsw.cxx for debug builds 2009-02-16 18:42:43 +0100 b_michaelsen  r267834 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 15:32:02 +0100 b_michaelsen  r267667 : #i94949 fixed crossrefbookmark naming 2009-02-11 18:30:08 +0100 b_michaelsen  r267624 : #94949# fixing bookmark navigation 2009-02-11 13:55:26 +0100 b_michaelsen  r267599 : #i94949# fixed bookmark naming 2009-02-10 17:53:05 +0100 b_michaelsen  r267571 : #i94949# renamed HasOtherMarkPos to IsExpanded 2009-02-10 17:23:01 +0100 b_michaelsen  r267564 : #i94949# renamed ::sw::bookmark namespace to more fitting ::sw::mark 2009-02-10 16:16:32 +0100 b_michaelsen  r267553 : #i94949# creating only CrossRefBookmark per Txtnode 2009-02-10 12:14:05 +0100 b_michaelsen  r267547 : #i94949# fixed bookmark count in navigator 2009-02-09 19:12:18 +0100 b_michaelsen  r267532 : #i94949# lcl_CopyBookmarks(..) - handle marks on boundaries correctly 2009-02-09 17:32:45 +0100 b_michaelsen  r267524 : #i94949# setting the refobject of the DdeBookmark in Sin SwServerObject::SetDdeBookmark(..) 2009-02-09 17:22:15 +0100 b_michaelsen  r267523 : #i94949# trying to harden SwServerObject 2009-02-09 16:47:32 +0100 b_michaelsen  r267521 : #i94949# lcl_CopyBookmarks(..): try to get the source mark name, if possible 2009-02-09 16:05:42 +0100 b_michaelsen  r267519 : #i94949# clearing the OtherMarkPos if PaM has no mark in repositionMark(..), swapping inverted bookmarks without hissing an assertion 2009-02-09 15:55:38 +0100 b_michaelsen  r267518 : #i94949# checking for out-of-bounds in SwView::ExecuteStatusLine(..) 2009-02-09 15:23:47 +0100 b_michaelsen  r267517 : #i94949# using an UNO_BOOKMARK in ui/dbui/dbinsdlg.cxx 2009-02-09 14:14:47 +0100 b_michaelsen  r267514 : #i94949# IDocumentMarkAccess::GetType(..) asserts on unknown type 2009-02-09 14:04:25 +0100 b_michaelsen  r267513 : #i94949# using rtl strings instead of tools-strings in CrossRefBookmarks 2009-02-09 13:55:01 +0100 b_michaelsen  r267510 : #i94949# using empty string for UnoMark construction 2009-02-09 13:46:46 +0100 b_michaelsen  r267509 : #i94949# removed superfluous #includes, removed superfluous member DdeBookmark::bGenerateName, initialized DdeBookmark::m_aRefObj removed superfluous local _FindItem::ClearObj 2009-02-06 14:38:37 +0100 b_michaelsen  r267462 : #i94949# fixing FN_STAT_BOOKMARK dispatches 2009-02-05 18:05:07 +0100 b_michaelsen  r267436 : #i94949# removing superfluous #includes 2009-02-04 15:51:31 +0100 b_michaelsen  r267391 : fixing resync merge error 2009-02-02 19:39:55 +0100 b_michaelsen  r267294 : #i94949# bookmark performance 2009-01-30 19:30:51 +0100 b_michaelsen  r267229 : #i94949# throwing IllegalArgumentException, if appropriate 2009-01-30 19:29:56 +0100 b_michaelsen  r267228 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:23:49 +0100 b_michaelsen  r267227 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:16:06 +0100 b_michaelsen  r267226 : #i94949# refactored lcl_FillBookmarkArray 2009-01-30 17:59:27 +0100 b_michaelsen  r267222 : #i94949# removed superficial #include 2009-01-30 17:50:02 +0100 b_michaelsen  r267220 : #i94949# SwXTextRange remembers its UNO bookmark 2009-01-29 20:19:58 +0100 b_michaelsen  r267168 : #i94949# implemented IDocumentMarkAccess::findBookmark 2009-01-29 17:22:17 +0100 b_michaelsen  r267162 : #i94949# implemented renameMark in Markmanager 2009-01-29 14:17:10 +0100 b_michaelsen  r267134 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:21:54 +0100 b_michaelsen  r267125 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:06:10 +0100 b_michaelsen  r267120 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:00:09 +0100 b_michaelsen  r267118 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 10:35:10 +0100 b_michaelsen  r267101 : #i94949# renamed SetCrsrToBkmk to SetCrsrToMark, moving to start/end of doc if no more bookmarks can be found 2009-01-28 17:05:36 +0100 b_michaelsen  r267070 : #i94949# fixed order in aProvNamesId in unocoll.cxx 2009-01-28 15:46:13 +0100 b_michaelsen  r267063 : #i94949# documentation 2009-01-28 15:36:59 +0100 b_michaelsen  r267062 : #i94949# removing superficial #include 2009-01-28 15:30:36 +0100 b_michaelsen  r267061 : #i94949# basic code conventions 2009-01-28 11:14:30 +0100 b_michaelsen  r267039 : #i94949# comparing to the actual name of the new mark 2009-01-26 15:22:25 +0100 b_michaelsen  r266927 : #i94949# performance fixes 2009-01-14 21:16:56 +0100 b_michaelsen  r266332 : #i94949# fixing linux x86-64 compiler warnings 2009-01-14 19:52:06 +0100 b_michaelsen  r266331 : #i94949# fixing some compiler warnings 2008-12-15 13:04:49 +0100 b_michaelsen  r265474 : #i94949# fixed microsoft compiler warnings 2008-12-12 18:26:02 +0100 b_michaelsen  r265434 : #i94949# fixed pro platform buildbreakers 2008-12-11 17:51:24 +0100 b_michaelsen  r265342 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 18:30:59 +0100 b_michaelsen  r265134 : #i94949# fixed IDocumentMarkAccess::GetType for new mark inheritance tree 2008-12-09 16:56:26 +0100 b_michaelsen  r265118 : #i94949# fixed deleteMark optimization 2008-12-09 14:55:58 +0100 b_michaelsen  r265092 : #i94949# DdeLink and DdeBookmark 2008-12-05 18:28:05 +0100 b_michaelsen  r264914 : #i94949# fixed InitDoc in bookmarks 2008-12-02 02:23:51 +0100 b_michaelsen  r264649 : #i94949# removed obsolete naming proposal code in SwXTextRange, fixed navigator reminders to forget the oldest reminder when the pool is empty 2008-12-02 02:05:19 +0100 b_michaelsen  r264648 : #i94949# using bisect search for delete 2008-12-02 01:58:16 +0100 b_michaelsen  r264647 : #i94949# using bisect search for delete 2008-12-02 01:37:33 +0100 b_michaelsen  r264646 : #i94949# using bisect search for delete 2008-12-02 01:03:29 +0100 b_michaelsen  r264645 : #i94949# fixed deleteMark crash 2008-12-01 20:55:00 +0100 b_michaelsen  r264638 : #i94949# removed crossrefs from ui enumerations 2008-12-01 15:48:12 +0100 b_michaelsen  r264613 : #i94949# removed superfluous local functions 2008-12-01 15:01:19 +0100 b_michaelsen  r264608 : #i94949# optimized insertion of new marks 2008-12-01 14:33:21 +0100 b_michaelsen  r264603 : #i94949# simplified code finding Fieldmark for a position 2008-12-01 14:05:55 +0100 b_michaelsen  r264598 : #i94949# fixed reverse travelling through marks, removed obsolete getUniqueMarkName() 2008-11-27 18:48:15 +0100 b_michaelsen  r264515 : #i94949# fixed _SaveCntntIdx and friends 2008-11-27 15:59:49 +0100 b_michaelsen  r264500 : #i94949# fix Mark position only in ctor 2008-11-27 15:52:28 +0100 b_michaelsen  r264497 : #i94949# fixed Bug in SwXBookmark, was using pDoc too early 2008-11-26 14:54:22 +0100 b_michaelsen  r264396 : #i94949# fixed documentation, simplified  navigator reminder code 2008-11-24 20:45:51 +0100 b_michaelsen  r264266 : #i94949# removed last obsolete getUniqueMarkName calls 2008-11-24 20:21:35 +0100 b_michaelsen  r264265 : #i94949# fixed typo in IDocumentMarkAccess, removed obsolete getUniqueMarkName calls 2008-11-24 18:34:32 +0100 b_michaelsen  r264264 : #i94949# repositioning of Marks, removed possibility to delete marks by name in the core, refactoring of navigator reminder generation 2008-11-21 14:08:49 +0100 b_michaelsen  r264137 : #i94949# simplified makeMark 2008-11-21 12:07:09 +0100 b_michaelsen  r264120 : #i94949# moved ShortName and KeyCode from IMark to IBookmark 2008-11-19 12:50:49 +0100 b_michaelsen  r263981 : #i94949# starting refactoring of bookmark naming 2008-11-19 11:31:08 +0100 b_michaelsen  r263972 : #i94949# getting rid of obsolete dynamic casts 2008-11-18 19:06:09 +0100 b_michaelsen  r263795 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 17:50:18 +0100 b_michaelsen  r263792 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 16:48:20 +0100 b_michaelsen  r263783 : #i94949# removed methods from crsrsh which are already available directly via IDocumentMarkAccess 2008-11-18 11:31:35 +0100 b_michaelsen  r263753 : #i94949# cleaning up mark code in crsrsh 2008-11-17 10:15:25 +0100 b_michaelsen  r263705 : #i94949# removed possible integer overflow 2008-11-14 18:48:45 +0100 b_michaelsen  r263695 : #i94949# management of mark names in MarkManager 2008-11-14 18:23:40 +0100 b_michaelsen  r263693 : #i94949# using polymorphism to do mark-specific setup in SwDoc 2008-11-14 16:27:09 +0100 b_michaelsen  r263684 : #i94949# got rid of makeCrossRefBookmark 2008-11-14 13:03:32 +0100 b_michaelsen  r263674 : #i94949# refactored Correction methods 2008-11-13 12:27:55 +0100 b_michaelsen  r263631 : #i94949# got rid of old-style tools assertions in new code 2008-11-12 16:58:16 +0100 b_michaelsen  r263608 : #i94949# added assertion for unique names 2008-11-12 16:55:18 +0100 b_michaelsen  r263607 : #i94949# maked XFormField deprecated 2008-11-12 13:04:29 +0100 b_michaelsen  r263587 : #i94949# replaced IDocumentMarkAccess::GetType with simple dynamic_cast where possible 2008-11-11 18:45:53 +0100 b_michaelsen  r263572 : #i94949# cleaned up SwHstryBookmark 2008-11-11 13:48:18 +0100 b_michaelsen  r263557 : #i94949# removed dynamic_casts to SwModify by inheriting IMark from it 2008-11-11 11:26:28 +0100 b_michaelsen  r263548 : #i94949# fixed SwXBookmark 2008-11-10 17:01:19 +0100 b_michaelsen  r263529 : #i94949# fixed DdeBookmarks in clipboard 2008-11-10 16:44:52 +0100 b_michaelsen  r263527 : #i94949# formatting 2008-11-10 16:29:16 +0100 b_michaelsen  r263526 : #i94949# fixing unoobj.cxx 2008-11-10 16:23:50 +0100 b_michaelsen  r263525 : #i94949# cleaning up crossrefbookmark.cxx/.hxx 2008-11-10 16:02:08 +0100 b_michaelsen  r263524 : #i94949# Pdf Export should only generate 'real' bookmarks 2008-11-10 15:33:58 +0100 b_michaelsen  r263521 : #i94949# removed const_casts 2008-11-10 15:12:06 +0100 b_michaelsen  r263520 : #i94949# moved _DelBookmarks into MarksManager 2008-11-07 18:48:38 +0100 b_michaelsen  r263480 : #i94949# using iterator interface 2008-11-07 18:41:46 +0100 b_michaelsen  r263478 : #i94949# using iterator interface 2008-11-07 18:07:41 +0100 b_michaelsen  r263477 : #i94949# using iterator interface 2008-11-07 17:54:41 +0100 b_michaelsen  r263476 : #i94949# using iterator interface 2008-11-07 17:44:41 +0100 b_michaelsen  r263475 : #i94949# moved correction methods into MarkManager 2008-11-06 18:47:28 +0100 b_michaelsen  r263404 : #i94949# getting rid of superfluous const_casts 2008-11-06 17:58:01 +0100 b_michaelsen  r263403 : #i94949# no more setting of mark positions outside of the core 2008-11-06 17:08:37 +0100 b_michaelsen  r263401 : #i94949# removed setters from IMark 2008-11-06 13:55:25 +0100 b_michaelsen  r263383 : #i94949 SwDoc does not implement IDocumentMarkAccess anymore 2008-11-04 18:17:03 +0100 b_michaelsen  r263333 : #i94949# began removing IDocumentMarkAccess from SwDoc 2008-11-04 16:48:34 +0100 b_michaelsen  r263330 : removing dead code (SwBitArray) found by mst 2008-11-04 16:29:32 +0100 b_michaelsen  r263329 : removing dead code (SwBitArray) found by mst 2008-11-04 14:57:48 +0100 b_michaelsen  r263326 : removing dead code (SwBitArray) found by mst 2008-11-04 14:50:18 +0100 b_michaelsen  r263325 : #i94949# stricter typing in IDocumentMarkAccess 2008-10-24 15:16:27 +0200 b_michaelsen  r262647 : #i94949# renamed ::sw::bookmark::SimpleMark to NavigatorReminder to fit the IDocumentMarkAccess enum 2008-10-24 15:10:10 +0200 b_michaelsen  r262646 : #i94949# only 'real' bookmark implement IBookmark, Marks also get removed from m_vFieldmarks on delete/clear 2008-10-24 13:06:23 +0200 b_michaelsen  r262636 : #i94949# Fieldmark tabnavigation 2008-10-23 12:16:36 +0200 b_michaelsen  r262619 : #i94949# Fieldmark classes and filters 2008-10-22 13:17:18 +0200 b_michaelsen  r262597 : #i94949# writer import fixes 2008-10-21 11:30:38 +0200 b_michaelsen  r262565 : #i94949# renamed methods containing Bookmark in the generic IMark interface 2008-10-20 14:09:02 +0200 b_michaelsen  r262318 : #i94949# fixed SwDoc::CorrRel 2008-10-16 22:45:13 +0200 b_michaelsen  r262273 : #i94949 simplified Before/After methods 2008-10-16 21:40:57 +0200 b_michaelsen  r262271 : #i94949 renamed SimpleMark to NavigatorReminder 2008-10-16 21:15:23 +0200 b_michaelsen  r262270 : #i94949 using shared_ptr only in MarkManager 2008-10-16 17:46:37 +0200 b_michaelsen  r262269 : #i94949# getFieldmarkBefore and getFieldmarkAfter 2008-10-16 17:12:13 +0200 b_michaelsen  r262265 : #i94949# cleanup in crbm.cxx 2008-10-16 12:49:01 +0200 b_michaelsen  r262257 : #i94949# fixed usage of invalid iterator, fixed invalid cast 2008-10-15 15:34:20 +0200 b_michaelsen  r262239 : #i94949# added moved files 2008-10-15 15:26:45 +0200 b_michaelsen  r262237 : #i94949# initial reimplementation of Bookmarks

2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a3eec7835fe094fd7c27cba0bae290f19346fafc]

        CWS-TOOLING: integrate CWS swrefactormarks2 2009-04-09 12:51:41 +0200 b_michaelsen  r270689 : #i94949# cleaned up assertions after rebasing 2009-04-08 17:37:08 +0200 b_michaelsen  r270658 : fixing sw/source/ui/utlui/makefile.mk 2009-04-07 17:56:54 +0200 b_michaelsen  r270606 : added bookctrl.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-07 17:05:20 +0200 b_michaelsen  r270603 : added crbm.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-02 23:44:38 +0200 b_michaelsen  r270436 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 16:25:31 +0100 b_michaelsen  r268606 : #i94949# fixed Windows buildbreaker 2009-02-25 18:01:13 +0100 b_michaelsen  r268464 : #i94949# Bookmarktest document filter roundtrips 2009-02-24 18:23:55 +0100 b_michaelsen  r268404 : #i94949# Bookmark unittests 2009-02-23 19:47:44 +0100 b_michaelsen  r268370 : #i94949# added unittest for bookmarks 2009-02-23 12:22:07 +0100 b_michaelsen  r268348 : #i94949# fixing CheckCrossReferences testcase 2009-02-20 18:12:50 +0100 b_michaelsen  r268335 : #i94949# fixing SwXTextRange 2009-02-18 18:32:57 +0100 b_michaelsen  r268252 : #i94949# deregistering DdeBookmarks on delete 2009-02-18 18:29:08 +0100 b_michaelsen  r268251 : fixing dbgoutsw.cxx for debug builds 2009-02-16 18:42:43 +0100 b_michaelsen  r267834 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 15:32:02 +0100 b_michaelsen  r267667 : #i94949 fixed crossrefbookmark naming 2009-02-11 18:30:08 +0100 b_michaelsen  r267624 : #94949# fixing bookmark navigation 2009-02-11 13:55:26 +0100 b_michaelsen  r267599 : #i94949# fixed bookmark naming 2009-02-10 17:53:05 +0100 b_michaelsen  r267571 : #i94949# renamed HasOtherMarkPos to IsExpanded 2009-02-10 17:23:01 +0100 b_michaelsen  r267564 : #i94949# renamed ::sw::bookmark namespace to more fitting ::sw::mark 2009-02-10 16:16:32 +0100 b_michaelsen  r267553 : #i94949# creating only CrossRefBookmark per Txtnode 2009-02-10 12:14:05 +0100 b_michaelsen  r267547 : #i94949# fixed bookmark count in navigator 2009-02-09 19:12:18 +0100 b_michaelsen  r267532 : #i94949# lcl_CopyBookmarks(..) - handle marks on boundaries correctly 2009-02-09 17:32:45 +0100 b_michaelsen  r267524 : #i94949# setting the refobject of the DdeBookmark in Sin SwServerObject::SetDdeBookmark(..) 2009-02-09 17:22:15 +0100 b_michaelsen  r267523 : #i94949# trying to harden SwServerObject 2009-02-09 16:47:32 +0100 b_michaelsen  r267521 : #i94949# lcl_CopyBookmarks(..): try to get the source mark name, if possible 2009-02-09 16:05:42 +0100 b_michaelsen  r267519 : #i94949# clearing the OtherMarkPos if PaM has no mark in repositionMark(..), swapping inverted bookmarks without hissing an assertion 2009-02-09 15:55:38 +0100 b_michaelsen  r267518 : #i94949# checking for out-of-bounds in SwView::ExecuteStatusLine(..) 2009-02-09 15:23:47 +0100 b_michaelsen  r267517 : #i94949# using an UNO_BOOKMARK in ui/dbui/dbinsdlg.cxx 2009-02-09 14:14:47 +0100 b_michaelsen  r267514 : #i94949# IDocumentMarkAccess::GetType(..) asserts on unknown type 2009-02-09 14:04:25 +0100 b_michaelsen  r267513 : #i94949# using rtl strings instead of tools-strings in CrossRefBookmarks 2009-02-09 13:55:01 +0100 b_michaelsen  r267510 : #i94949# using empty string for UnoMark construction 2009-02-09 13:46:46 +0100 b_michaelsen  r267509 : #i94949# removed superfluous #includes, removed superfluous member DdeBookmark::bGenerateName, initialized DdeBookmark::m_aRefObj removed superfluous local _FindItem::ClearObj 2009-02-06 14:38:37 +0100 b_michaelsen  r267462 : #i94949# fixing FN_STAT_BOOKMARK dispatches 2009-02-05 18:05:07 +0100 b_michaelsen  r267436 : #i94949# removing superfluous #includes 2009-02-04 15:51:31 +0100 b_michaelsen  r267391 : fixing resync merge error 2009-02-02 19:39:55 +0100 b_michaelsen  r267294 : #i94949# bookmark performance 2009-01-30 19:30:51 +0100 b_michaelsen  r267229 : #i94949# throwing IllegalArgumentException, if appropriate 2009-01-30 19:29:56 +0100 b_michaelsen  r267228 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:23:49 +0100 b_michaelsen  r267227 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:16:06 +0100 b_michaelsen  r267226 : #i94949# refactored lcl_FillBookmarkArray 2009-01-30 17:59:27 +0100 b_michaelsen  r267222 : #i94949# removed superficial #include 2009-01-30 17:50:02 +0100 b_michaelsen  r267220 : #i94949# SwXTextRange remembers its UNO bookmark 2009-01-29 20:19:58 +0100 b_michaelsen  r267168 : #i94949# implemented IDocumentMarkAccess::findBookmark 2009-01-29 17:22:17 +0100 b_michaelsen  r267162 : #i94949# implemented renameMark in Markmanager 2009-01-29 14:17:10 +0100 b_michaelsen  r267134 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:21:54 +0100 b_michaelsen  r267125 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:06:10 +0100 b_michaelsen  r267120 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:00:09 +0100 b_michaelsen  r267118 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 10:35:10 +0100 b_michaelsen  r267101 : #i94949# renamed SetCrsrToBkmk to SetCrsrToMark, moving to start/end of doc if no more bookmarks can be found 2009-01-28 17:05:36 +0100 b_michaelsen  r267070 : #i94949# fixed order in aProvNamesId in unocoll.cxx 2009-01-28 15:46:13 +0100 b_michaelsen  r267063 : #i94949# documentation 2009-01-28 15:36:59 +0100 b_michaelsen  r267062 : #i94949# removing superficial #include 2009-01-28 15:30:36 +0100 b_michaelsen  r267061 : #i94949# basic code conventions 2009-01-28 11:14:30 +0100 b_michaelsen  r267039 : #i94949# comparing to the actual name of the new mark 2009-01-26 15:22:25 +0100 b_michaelsen  r266927 : #i94949# performance fixes 2009-01-14 21:16:56 +0100 b_michaelsen  r266332 : #i94949# fixing linux x86-64 compiler warnings 2009-01-14 19:52:06 +0100 b_michaelsen  r266331 : #i94949# fixing some compiler warnings 2008-12-15 13:04:49 +0100 b_michaelsen  r265474 : #i94949# fixed microsoft compiler warnings 2008-12-12 18:26:02 +0100 b_michaelsen  r265434 : #i94949# fixed pro platform buildbreakers 2008-12-11 17:51:24 +0100 b_michaelsen  r265342 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 18:30:59 +0100 b_michaelsen  r265134 : #i94949# fixed IDocumentMarkAccess::GetType for new mark inheritance tree 2008-12-09 16:56:26 +0100 b_michaelsen  r265118 : #i94949# fixed deleteMark optimization 2008-12-09 14:55:58 +0100 b_michaelsen  r265092 : #i94949# DdeLink and DdeBookmark 2008-12-05 18:28:05 +0100 b_michaelsen  r264914 : #i94949# fixed InitDoc in bookmarks 2008-12-02 02:23:51 +0100 b_michaelsen  r264649 : #i94949# removed obsolete naming proposal code in SwXTextRange, fixed navigator reminders to forget the oldest reminder when the pool is empty 2008-12-02 02:05:19 +0100 b_michaelsen  r264648 : #i94949# using bisect search for delete 2008-12-02 01:58:16 +0100 b_michaelsen  r264647 : #i94949# using bisect search for delete 2008-12-02 01:37:33 +0100 b_michaelsen  r264646 : #i94949# using bisect search for delete 2008-12-02 01:03:29 +0100 b_michaelsen  r264645 : #i94949# fixed deleteMark crash 2008-12-01 20:55:00 +0100 b_michaelsen  r264638 : #i94949# removed crossrefs from ui enumerations 2008-12-01 15:48:12 +0100 b_michaelsen  r264613 : #i94949# removed superfluous local functions 2008-12-01 15:01:19 +0100 b_michaelsen  r264608 : #i94949# optimized insertion of new marks 2008-12-01 14:33:21 +0100 b_michaelsen  r264603 : #i94949# simplified code finding Fieldmark for a position 2008-12-01 14:05:55 +0100 b_michaelsen  r264598 : #i94949# fixed reverse travelling through marks, removed obsolete getUniqueMarkName() 2008-11-27 18:48:15 +0100 b_michaelsen  r264515 : #i94949# fixed _SaveCntntIdx and friends 2008-11-27 15:59:49 +0100 b_michaelsen  r264500 : #i94949# fix Mark position only in ctor 2008-11-27 15:52:28 +0100 b_michaelsen  r264497 : #i94949# fixed Bug in SwXBookmark, was using pDoc too early 2008-11-26 14:54:22 +0100 b_michaelsen  r264396 : #i94949# fixed documentation, simplified  navigator reminder code 2008-11-24 20:45:51 +0100 b_michaelsen  r264266 : #i94949# removed last obsolete getUniqueMarkName calls 2008-11-24 20:21:35 +0100 b_michaelsen  r264265 : #i94949# fixed typo in IDocumentMarkAccess, removed obsolete getUniqueMarkName calls 2008-11-24 18:34:32 +0100 b_michaelsen  r264264 : #i94949# repositioning of Marks, removed possibility to delete marks by name in the core, refactoring of navigator reminder generation 2008-11-21 14:08:49 +0100 b_michaelsen  r264137 : #i94949# simplified makeMark 2008-11-21 12:07:09 +0100 b_michaelsen  r264120 : #i94949# moved ShortName and KeyCode from IMark to IBookmark 2008-11-19 12:50:49 +0100 b_michaelsen  r263981 : #i94949# starting refactoring of bookmark naming 2008-11-19 11:31:08 +0100 b_michaelsen  r263972 : #i94949# getting rid of obsolete dynamic casts 2008-11-18 19:06:09 +0100 b_michaelsen  r263795 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 17:50:18 +0100 b_michaelsen  r263792 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 16:48:20 +0100 b_michaelsen  r263783 : #i94949# removed methods from crsrsh which are already available directly via IDocumentMarkAccess 2008-11-18 11:31:35 +0100 b_michaelsen  r263753 : #i94949# cleaning up mark code in crsrsh 2008-11-17 10:15:25 +0100 b_michaelsen  r263705 : #i94949# removed possible integer overflow 2008-11-14 18:48:45 +0100 b_michaelsen  r263695 : #i94949# management of mark names in MarkManager 2008-11-14 18:23:40 +0100 b_michaelsen  r263693 : #i94949# using polymorphism to do mark-specific setup in SwDoc 2008-11-14 16:27:09 +0100 b_michaelsen  r263684 : #i94949# got rid of makeCrossRefBookmark 2008-11-14 13:03:32 +0100 b_michaelsen  r263674 : #i94949# refactored Correction methods 2008-11-13 12:27:55 +0100 b_michaelsen  r263631 : #i94949# got rid of old-style tools assertions in new code 2008-11-12 16:58:16 +0100 b_michaelsen  r263608 : #i94949# added assertion for unique names 2008-11-12 16:55:18 +0100 b_michaelsen  r263607 : #i94949# maked XFormField deprecated 2008-11-12 13:04:29 +0100 b_michaelsen  r263587 : #i94949# replaced IDocumentMarkAccess::GetType with simple dynamic_cast where possible 2008-11-11 18:45:53 +0100 b_michaelsen  r263572 : #i94949# cleaned up SwHstryBookmark 2008-11-11 13:48:18 +0100 b_michaelsen  r263557 : #i94949# removed dynamic_casts to SwModify by inheriting IMark from it 2008-11-11 11:26:28 +0100 b_michaelsen  r263548 : #i94949# fixed SwXBookmark 2008-11-10 17:01:19 +0100 b_michaelsen  r263529 : #i94949# fixed DdeBookmarks in clipboard 2008-11-10 16:44:52 +0100 b_michaelsen  r263527 : #i94949# formatting 2008-11-10 16:29:16 +0100 b_michaelsen  r263526 : #i94949# fixing unoobj.cxx 2008-11-10 16:23:50 +0100 b_michaelsen  r263525 : #i94949# cleaning up crossrefbookmark.cxx/.hxx 2008-11-10 16:02:08 +0100 b_michaelsen  r263524 : #i94949# Pdf Export should only generate 'real' bookmarks 2008-11-10 15:33:58 +0100 b_michaelsen  r263521 : #i94949# removed const_casts 2008-11-10 15:12:06 +0100 b_michaelsen  r263520 : #i94949# moved _DelBookmarks into MarksManager 2008-11-07 18:48:38 +0100 b_michaelsen  r263480 : #i94949# using iterator interface 2008-11-07 18:41:46 +0100 b_michaelsen  r263478 : #i94949# using iterator interface 2008-11-07 18:07:41 +0100 b_michaelsen  r263477 : #i94949# using iterator interface 2008-11-07 17:54:41 +0100 b_michaelsen  r263476 : #i94949# using iterator interface 2008-11-07 17:44:41 +0100 b_michaelsen  r263475 : #i94949# moved correction methods into MarkManager 2008-11-06 18:47:28 +0100 b_michaelsen  r263404 : #i94949# getting rid of superfluous const_casts 2008-11-06 17:58:01 +0100 b_michaelsen  r263403 : #i94949# no more setting of mark positions outside of the core 2008-11-06 17:08:37 +0100 b_michaelsen  r263401 : #i94949# removed setters from IMark 2008-11-06 13:55:25 +0100 b_michaelsen  r263383 : #i94949 SwDoc does not implement IDocumentMarkAccess anymore 2008-11-04 18:17:03 +0100 b_michaelsen  r263333 : #i94949# began removing IDocumentMarkAccess from SwDoc 2008-11-04 16:48:34 +0100 b_michaelsen  r263330 : removing dead code (SwBitArray) found by mst 2008-11-04 16:29:32 +0100 b_michaelsen  r263329 : removing dead code (SwBitArray) found by mst 2008-11-04 14:57:48 +0100 b_michaelsen  r263326 : removing dead code (SwBitArray) found by mst 2008-11-04 14:50:18 +0100 b_michaelsen  r263325 : #i94949# stricter typing in IDocumentMarkAccess 2008-10-24 15:16:27 +0200 b_michaelsen  r262647 : #i94949# renamed ::sw::bookmark::SimpleMark to NavigatorReminder to fit the IDocumentMarkAccess enum 2008-10-24 15:10:10 +0200 b_michaelsen  r262646 : #i94949# only 'real' bookmark implement IBookmark, Marks also get removed from m_vFieldmarks on delete/clear 2008-10-24 13:06:23 +0200 b_michaelsen  r262636 : #i94949# Fieldmark tabnavigation 2008-10-23 12:16:36 +0200 b_michaelsen  r262619 : #i94949# Fieldmark classes and filters 2008-10-22 13:17:18 +0200 b_michaelsen  r262597 : #i94949# writer import fixes 2008-10-21 11:30:38 +0200 b_michaelsen  r262565 : #i94949# renamed methods containing Bookmark in the generic IMark interface 2008-10-20 14:09:02 +0200 b_michaelsen  r262318 : #i94949# fixed SwDoc::CorrRel 2008-10-16 22:45:13 +0200 b_michaelsen  r262273 : #i94949 simplified Before/After methods 2008-10-16 21:40:57 +0200 b_michaelsen  r262271 : #i94949 renamed SimpleMark to NavigatorReminder 2008-10-16 21:15:23 +0200 b_michaelsen  r262270 : #i94949 using shared_ptr only in MarkManager 2008-10-16 17:46:37 +0200 b_michaelsen  r262269 : #i94949# getFieldmarkBefore and getFieldmarkAfter 2008-10-16 17:12:13 +0200 b_michaelsen  r262265 : #i94949# cleanup in crbm.cxx 2008-10-16 12:49:01 +0200 b_michaelsen  r262257 : #i94949# fixed usage of invalid iterator, fixed invalid cast 2008-10-15 15:34:20 +0200 b_michaelsen  r262239 : #i94949# added moved files 2008-10-15 15:26:45 +0200 b_michaelsen  r262237 : #i94949# initial reimplementation of Bookmarks

2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [df6d312ca537402463e4eb0530f22b956600fc02]

        CWS-TOOLING: integrate CWS swrefactormarks2 2009-04-09 12:51:41 +0200 b_michaelsen  r270689 : #i94949# cleaned up assertions after rebasing 2009-04-08 17:37:08 +0200 b_michaelsen  r270658 : fixing sw/source/ui/utlui/makefile.mk 2009-04-07 17:56:54 +0200 b_michaelsen  r270606 : added bookctrl.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-07 17:05:20 +0200 b_michaelsen  r270603 : added crbm.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-02 23:44:38 +0200 b_michaelsen  r270436 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 16:25:31 +0100 b_michaelsen  r268606 : #i94949# fixed Windows buildbreaker 2009-02-25 18:01:13 +0100 b_michaelsen  r268464 : #i94949# Bookmarktest document filter roundtrips 2009-02-24 18:23:55 +0100 b_michaelsen  r268404 : #i94949# Bookmark unittests 2009-02-23 19:47:44 +0100 b_michaelsen  r268370 : #i94949# added unittest for bookmarks 2009-02-23 12:22:07 +0100 b_michaelsen  r268348 : #i94949# fixing CheckCrossReferences testcase 2009-02-20 18:12:50 +0100 b_michaelsen  r268335 : #i94949# fixing SwXTextRange 2009-02-18 18:32:57 +0100 b_michaelsen  r268252 : #i94949# deregistering DdeBookmarks on delete 2009-02-18 18:29:08 +0100 b_michaelsen  r268251 : fixing dbgoutsw.cxx for debug builds 2009-02-16 18:42:43 +0100 b_michaelsen  r267834 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 15:32:02 +0100 b_michaelsen  r267667 : #i94949 fixed crossrefbookmark naming 2009-02-11 18:30:08 +0100 b_michaelsen  r267624 : #94949# fixing bookmark navigation 2009-02-11 13:55:26 +0100 b_michaelsen  r267599 : #i94949# fixed bookmark naming 2009-02-10 17:53:05 +0100 b_michaelsen  r267571 : #i94949# renamed HasOtherMarkPos to IsExpanded 2009-02-10 17:23:01 +0100 b_michaelsen  r267564 : #i94949# renamed ::sw::bookmark namespace to more fitting ::sw::mark 2009-02-10 16:16:32 +0100 b_michaelsen  r267553 : #i94949# creating only CrossRefBookmark per Txtnode 2009-02-10 12:14:05 +0100 b_michaelsen  r267547 : #i94949# fixed bookmark count in navigator 2009-02-09 19:12:18 +0100 b_michaelsen  r267532 : #i94949# lcl_CopyBookmarks(..) - handle marks on boundaries correctly 2009-02-09 17:32:45 +0100 b_michaelsen  r267524 : #i94949# setting the refobject of the DdeBookmark in Sin SwServerObject::SetDdeBookmark(..) 2009-02-09 17:22:15 +0100 b_michaelsen  r267523 : #i94949# trying to harden SwServerObject 2009-02-09 16:47:32 +0100 b_michaelsen  r267521 : #i94949# lcl_CopyBookmarks(..): try to get the source mark name, if possible 2009-02-09 16:05:42 +0100 b_michaelsen  r267519 : #i94949# clearing the OtherMarkPos if PaM has no mark in repositionMark(..), swapping inverted bookmarks without hissing an assertion 2009-02-09 15:55:38 +0100 b_michaelsen  r267518 : #i94949# checking for out-of-bounds in SwView::ExecuteStatusLine(..) 2009-02-09 15:23:47 +0100 b_michaelsen  r267517 : #i94949# using an UNO_BOOKMARK in ui/dbui/dbinsdlg.cxx 2009-02-09 14:14:47 +0100 b_michaelsen  r267514 : #i94949# IDocumentMarkAccess::GetType(..) asserts on unknown type 2009-02-09 14:04:25 +0100 b_michaelsen  r267513 : #i94949# using rtl strings instead of tools-strings in CrossRefBookmarks 2009-02-09 13:55:01 +0100 b_michaelsen  r267510 : #i94949# using empty string for UnoMark construction 2009-02-09 13:46:46 +0100 b_michaelsen  r267509 : #i94949# removed superfluous #includes, removed superfluous member DdeBookmark::bGenerateName, initialized DdeBookmark::m_aRefObj removed superfluous local _FindItem::ClearObj 2009-02-06 14:38:37 +0100 b_michaelsen  r267462 : #i94949# fixing FN_STAT_BOOKMARK dispatches 2009-02-05 18:05:07 +0100 b_michaelsen  r267436 : #i94949# removing superfluous #includes 2009-02-04 15:51:31 +0100 b_michaelsen  r267391 : fixing resync merge error 2009-02-02 19:39:55 +0100 b_michaelsen  r267294 : #i94949# bookmark performance 2009-01-30 19:30:51 +0100 b_michaelsen  r267229 : #i94949# throwing IllegalArgumentException, if appropriate 2009-01-30 19:29:56 +0100 b_michaelsen  r267228 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:23:49 +0100 b_michaelsen  r267227 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:16:06 +0100 b_michaelsen  r267226 : #i94949# refactored lcl_FillBookmarkArray 2009-01-30 17:59:27 +0100 b_michaelsen  r267222 : #i94949# removed superficial #include 2009-01-30 17:50:02 +0100 b_michaelsen  r267220 : #i94949# SwXTextRange remembers its UNO bookmark 2009-01-29 20:19:58 +0100 b_michaelsen  r267168 : #i94949# implemented IDocumentMarkAccess::findBookmark 2009-01-29 17:22:17 +0100 b_michaelsen  r267162 : #i94949# implemented renameMark in Markmanager 2009-01-29 14:17:10 +0100 b_michaelsen  r267134 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:21:54 +0100 b_michaelsen  r267125 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:06:10 +0100 b_michaelsen  r267120 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:00:09 +0100 b_michaelsen  r267118 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 10:35:10 +0100 b_michaelsen  r267101 : #i94949# renamed SetCrsrToBkmk to SetCrsrToMark, moving to start/end of doc if no more bookmarks can be found 2009-01-28 17:05:36 +0100 b_michaelsen  r267070 : #i94949# fixed order in aProvNamesId in unocoll.cxx 2009-01-28 15:46:13 +0100 b_michaelsen  r267063 : #i94949# documentation 2009-01-28 15:36:59 +0100 b_michaelsen  r267062 : #i94949# removing superficial #include 2009-01-28 15:30:36 +0100 b_michaelsen  r267061 : #i94949# basic code conventions 2009-01-28 11:14:30 +0100 b_michaelsen  r267039 : #i94949# comparing to the actual name of the new mark 2009-01-26 15:22:25 +0100 b_michaelsen  r266927 : #i94949# performance fixes 2009-01-14 21:16:56 +0100 b_michaelsen  r266332 : #i94949# fixing linux x86-64 compiler warnings 2009-01-14 19:52:06 +0100 b_michaelsen  r266331 : #i94949# fixing some compiler warnings 2008-12-15 13:04:49 +0100 b_michaelsen  r265474 : #i94949# fixed microsoft compiler warnings 2008-12-12 18:26:02 +0100 b_michaelsen  r265434 : #i94949# fixed pro platform buildbreakers 2008-12-11 17:51:24 +0100 b_michaelsen  r265342 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 18:30:59 +0100 b_michaelsen  r265134 : #i94949# fixed IDocumentMarkAccess::GetType for new mark inheritance tree 2008-12-09 16:56:26 +0100 b_michaelsen  r265118 : #i94949# fixed deleteMark optimization 2008-12-09 14:55:58 +0100 b_michaelsen  r265092 : #i94949# DdeLink and DdeBookmark 2008-12-05 18:28:05 +0100 b_michaelsen  r264914 : #i94949# fixed InitDoc in bookmarks 2008-12-02 02:23:51 +0100 b_michaelsen  r264649 : #i94949# removed obsolete naming proposal code in SwXTextRange, fixed navigator reminders to forget the oldest reminder when the pool is empty 2008-12-02 02:05:19 +0100 b_michaelsen  r264648 : #i94949# using bisect search for delete 2008-12-02 01:58:16 +0100 b_michaelsen  r264647 : #i94949# using bisect search for delete 2008-12-02 01:37:33 +0100 b_michaelsen  r264646 : #i94949# using bisect search for delete 2008-12-02 01:03:29 +0100 b_michaelsen  r264645 : #i94949# fixed deleteMark crash 2008-12-01 20:55:00 +0100 b_michaelsen  r264638 : #i94949# removed crossrefs from ui enumerations 2008-12-01 15:48:12 +0100 b_michaelsen  r264613 : #i94949# removed superfluous local functions 2008-12-01 15:01:19 +0100 b_michaelsen  r264608 : #i94949# optimized insertion of new marks 2008-12-01 14:33:21 +0100 b_michaelsen  r264603 : #i94949# simplified code finding Fieldmark for a position 2008-12-01 14:05:55 +0100 b_michaelsen  r264598 : #i94949# fixed reverse travelling through marks, removed obsolete getUniqueMarkName() 2008-11-27 18:48:15 +0100 b_michaelsen  r264515 : #i94949# fixed _SaveCntntIdx and friends 2008-11-27 15:59:49 +0100 b_michaelsen  r264500 : #i94949# fix Mark position only in ctor 2008-11-27 15:52:28 +0100 b_michaelsen  r264497 : #i94949# fixed Bug in SwXBookmark, was using pDoc too early 2008-11-26 14:54:22 +0100 b_michaelsen  r264396 : #i94949# fixed documentation, simplified  navigator reminder code 2008-11-24 20:45:51 +0100 b_michaelsen  r264266 : #i94949# removed last obsolete getUniqueMarkName calls 2008-11-24 20:21:35 +0100 b_michaelsen  r264265 : #i94949# fixed typo in IDocumentMarkAccess, removed obsolete getUniqueMarkName calls 2008-11-24 18:34:32 +0100 b_michaelsen  r264264 : #i94949# repositioning of Marks, removed possibility to delete marks by name in the core, refactoring of navigator reminder generation 2008-11-21 14:08:49 +0100 b_michaelsen  r264137 : #i94949# simplified makeMark 2008-11-21 12:07:09 +0100 b_michaelsen  r264120 : #i94949# moved ShortName and KeyCode from IMark to IBookmark 2008-11-19 12:50:49 +0100 b_michaelsen  r263981 : #i94949# starting refactoring of bookmark naming 2008-11-19 11:31:08 +0100 b_michaelsen  r263972 : #i94949# getting rid of obsolete dynamic casts 2008-11-18 19:06:09 +0100 b_michaelsen  r263795 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 17:50:18 +0100 b_michaelsen  r263792 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 16:48:20 +0100 b_michaelsen  r263783 : #i94949# removed methods from crsrsh which are already available directly via IDocumentMarkAccess 2008-11-18 11:31:35 +0100 b_michaelsen  r263753 : #i94949# cleaning up mark code in crsrsh 2008-11-17 10:15:25 +0100 b_michaelsen  r263705 : #i94949# removed possible integer overflow 2008-11-14 18:48:45 +0100 b_michaelsen  r263695 : #i94949# management of mark names in MarkManager 2008-11-14 18:23:40 +0100 b_michaelsen  r263693 : #i94949# using polymorphism to do mark-specific setup in SwDoc 2008-11-14 16:27:09 +0100 b_michaelsen  r263684 : #i94949# got rid of makeCrossRefBookmark 2008-11-14 13:03:32 +0100 b_michaelsen  r263674 : #i94949# refactored Correction methods 2008-11-13 12:27:55 +0100 b_michaelsen  r263631 : #i94949# got rid of old-style tools assertions in new code 2008-11-12 16:58:16 +0100 b_michaelsen  r263608 : #i94949# added assertion for unique names 2008-11-12 16:55:18 +0100 b_michaelsen  r263607 : #i94949# maked XFormField deprecated 2008-11-12 13:04:29 +0100 b_michaelsen  r263587 : #i94949# replaced IDocumentMarkAccess::GetType with simple dynamic_cast where possible 2008-11-11 18:45:53 +0100 b_michaelsen  r263572 : #i94949# cleaned up SwHstryBookmark 2008-11-11 13:48:18 +0100 b_michaelsen  r263557 : #i94949# removed dynamic_casts to SwModify by inheriting IMark from it 2008-11-11 11:26:28 +0100 b_michaelsen  r263548 : #i94949# fixed SwXBookmark 2008-11-10 17:01:19 +0100 b_michaelsen  r263529 : #i94949# fixed DdeBookmarks in clipboard 2008-11-10 16:44:52 +0100 b_michaelsen  r263527 : #i94949# formatting 2008-11-10 16:29:16 +0100 b_michaelsen  r263526 : #i94949# fixing unoobj.cxx 2008-11-10 16:23:50 +0100 b_michaelsen  r263525 : #i94949# cleaning up crossrefbookmark.cxx/.hxx 2008-11-10 16:02:08 +0100 b_michaelsen  r263524 : #i94949# Pdf Export should only generate 'real' bookmarks 2008-11-10 15:33:58 +0100 b_michaelsen  r263521 : #i94949# removed const_casts 2008-11-10 15:12:06 +0100 b_michaelsen  r263520 : #i94949# moved _DelBookmarks into MarksManager 2008-11-07 18:48:38 +0100 b_michaelsen  r263480 : #i94949# using iterator interface 2008-11-07 18:41:46 +0100 b_michaelsen  r263478 : #i94949# using iterator interface 2008-11-07 18:07:41 +0100 b_michaelsen  r263477 : #i94949# using iterator interface 2008-11-07 17:54:41 +0100 b_michaelsen  r263476 : #i94949# using iterator interface 2008-11-07 17:44:41 +0100 b_michaelsen  r263475 : #i94949# moved correction methods into MarkManager 2008-11-06 18:47:28 +0100 b_michaelsen  r263404 : #i94949# getting rid of superfluous const_casts 2008-11-06 17:58:01 +0100 b_michaelsen  r263403 : #i94949# no more setting of mark positions outside of the core 2008-11-06 17:08:37 +0100 b_michaelsen  r263401 : #i94949# removed setters from IMark 2008-11-06 13:55:25 +0100 b_michaelsen  r263383 : #i94949 SwDoc does not implement IDocumentMarkAccess anymore 2008-11-04 18:17:03 +0100 b_michaelsen  r263333 : #i94949# began removing IDocumentMarkAccess from SwDoc 2008-11-04 16:48:34 +0100 b_michaelsen  r263330 : removing dead code (SwBitArray) found by mst 2008-11-04 16:29:32 +0100 b_michaelsen  r263329 : removing dead code (SwBitArray) found by mst 2008-11-04 14:57:48 +0100 b_michaelsen  r263326 : removing dead code (SwBitArray) found by mst 2008-11-04 14:50:18 +0100 b_michaelsen  r263325 : #i94949# stricter typing in IDocumentMarkAccess 2008-10-24 15:16:27 +0200 b_michaelsen  r262647 : #i94949# renamed ::sw::bookmark::SimpleMark to NavigatorReminder to fit the IDocumentMarkAccess enum 2008-10-24 15:10:10 +0200 b_michaelsen  r262646 : #i94949# only 'real' bookmark implement IBookmark, Marks also get removed from m_vFieldmarks on delete/clear 2008-10-24 13:06:23 +0200 b_michaelsen  r262636 : #i94949# Fieldmark tabnavigation 2008-10-23 12:16:36 +0200 b_michaelsen  r262619 : #i94949# Fieldmark classes and filters 2008-10-22 13:17:18 +0200 b_michaelsen  r262597 : #i94949# writer import fixes 2008-10-21 11:30:38 +0200 b_michaelsen  r262565 : #i94949# renamed methods containing Bookmark in the generic IMark interface 2008-10-20 14:09:02 +0200 b_michaelsen  r262318 : #i94949# fixed SwDoc::CorrRel 2008-10-16 22:45:13 +0200 b_michaelsen  r262273 : #i94949 simplified Before/After methods 2008-10-16 21:40:57 +0200 b_michaelsen  r262271 : #i94949 renamed SimpleMark to NavigatorReminder 2008-10-16 21:15:23 +0200 b_michaelsen  r262270 : #i94949 using shared_ptr only in MarkManager 2008-10-16 17:46:37 +0200 b_michaelsen  r262269 : #i94949# getFieldmarkBefore and getFieldmarkAfter 2008-10-16 17:12:13 +0200 b_michaelsen  r262265 : #i94949# cleanup in crbm.cxx 2008-10-16 12:49:01 +0200 b_michaelsen  r262257 : #i94949# fixed usage of invalid iterator, fixed invalid cast 2008-10-15 15:34:20 +0200 b_michaelsen  r262239 : #i94949# added moved files 2008-10-15 15:26:45 +0200 b_michaelsen  r262237 : #i94949# initial reimplementation of Bookmarks

2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3b8c0c5a2a8c5ba63022831d8abdc200210daf0d]

        CWS-TOOLING: integrate CWS swrefactormarks2 2009-04-09 12:51:41 +0200 b_michaelsen  r270689 : #i94949# cleaned up assertions after rebasing 2009-04-08 17:37:08 +0200 b_michaelsen  r270658 : fixing sw/source/ui/utlui/makefile.mk 2009-04-07 17:56:54 +0200 b_michaelsen  r270606 : added bookctrl.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-07 17:05:20 +0200 b_michaelsen  r270603 : added crbm.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-02 23:44:38 +0200 b_michaelsen  r270436 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 16:25:31 +0100 b_michaelsen  r268606 : #i94949# fixed Windows buildbreaker 2009-02-25 18:01:13 +0100 b_michaelsen  r268464 : #i94949# Bookmarktest document filter roundtrips 2009-02-24 18:23:55 +0100 b_michaelsen  r268404 : #i94949# Bookmark unittests 2009-02-23 19:47:44 +0100 b_michaelsen  r268370 : #i94949# added unittest for bookmarks 2009-02-23 12:22:07 +0100 b_michaelsen  r268348 : #i94949# fixing CheckCrossReferences testcase 2009-02-20 18:12:50 +0100 b_michaelsen  r268335 : #i94949# fixing SwXTextRange 2009-02-18 18:32:57 +0100 b_michaelsen  r268252 : #i94949# deregistering DdeBookmarks on delete 2009-02-18 18:29:08 +0100 b_michaelsen  r268251 : fixing dbgoutsw.cxx for debug builds 2009-02-16 18:42:43 +0100 b_michaelsen  r267834 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 15:32:02 +0100 b_michaelsen  r267667 : #i94949 fixed crossrefbookmark naming 2009-02-11 18:30:08 +0100 b_michaelsen  r267624 : #94949# fixing bookmark navigation 2009-02-11 13:55:26 +0100 b_michaelsen  r267599 : #i94949# fixed bookmark naming 2009-02-10 17:53:05 +0100 b_michaelsen  r267571 : #i94949# renamed HasOtherMarkPos to IsExpanded 2009-02-10 17:23:01 +0100 b_michaelsen  r267564 : #i94949# renamed ::sw::bookmark namespace to more fitting ::sw::mark 2009-02-10 16:16:32 +0100 b_michaelsen  r267553 : #i94949# creating only CrossRefBookmark per Txtnode 2009-02-10 12:14:05 +0100 b_michaelsen  r267547 : #i94949# fixed bookmark count in navigator 2009-02-09 19:12:18 +0100 b_michaelsen  r267532 : #i94949# lcl_CopyBookmarks(..) - handle marks on boundaries correctly 2009-02-09 17:32:45 +0100 b_michaelsen  r267524 : #i94949# setting the refobject of the DdeBookmark in Sin SwServerObject::SetDdeBookmark(..) 2009-02-09 17:22:15 +0100 b_michaelsen  r267523 : #i94949# trying to harden SwServerObject 2009-02-09 16:47:32 +0100 b_michaelsen  r267521 : #i94949# lcl_CopyBookmarks(..): try to get the source mark name, if possible 2009-02-09 16:05:42 +0100 b_michaelsen  r267519 : #i94949# clearing the OtherMarkPos if PaM has no mark in repositionMark(..), swapping inverted bookmarks without hissing an assertion 2009-02-09 15:55:38 +0100 b_michaelsen  r267518 : #i94949# checking for out-of-bounds in SwView::ExecuteStatusLine(..) 2009-02-09 15:23:47 +0100 b_michaelsen  r267517 : #i94949# using an UNO_BOOKMARK in ui/dbui/dbinsdlg.cxx 2009-02-09 14:14:47 +0100 b_michaelsen  r267514 : #i94949# IDocumentMarkAccess::GetType(..) asserts on unknown type 2009-02-09 14:04:25 +0100 b_michaelsen  r267513 : #i94949# using rtl strings instead of tools-strings in CrossRefBookmarks 2009-02-09 13:55:01 +0100 b_michaelsen  r267510 : #i94949# using empty string for UnoMark construction 2009-02-09 13:46:46 +0100 b_michaelsen  r267509 : #i94949# removed superfluous #includes, removed superfluous member DdeBookmark::bGenerateName, initialized DdeBookmark::m_aRefObj removed superfluous local _FindItem::ClearObj 2009-02-06 14:38:37 +0100 b_michaelsen  r267462 : #i94949# fixing FN_STAT_BOOKMARK dispatches 2009-02-05 18:05:07 +0100 b_michaelsen  r267436 : #i94949# removing superfluous #includes 2009-02-04 15:51:31 +0100 b_michaelsen  r267391 : fixing resync merge error 2009-02-02 19:39:55 +0100 b_michaelsen  r267294 : #i94949# bookmark performance 2009-01-30 19:30:51 +0100 b_michaelsen  r267229 : #i94949# throwing IllegalArgumentException, if appropriate 2009-01-30 19:29:56 +0100 b_michaelsen  r267228 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:23:49 +0100 b_michaelsen  r267227 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:16:06 +0100 b_michaelsen  r267226 : #i94949# refactored lcl_FillBookmarkArray 2009-01-30 17:59:27 +0100 b_michaelsen  r267222 : #i94949# removed superficial #include 2009-01-30 17:50:02 +0100 b_michaelsen  r267220 : #i94949# SwXTextRange remembers its UNO bookmark 2009-01-29 20:19:58 +0100 b_michaelsen  r267168 : #i94949# implemented IDocumentMarkAccess::findBookmark 2009-01-29 17:22:17 +0100 b_michaelsen  r267162 : #i94949# implemented renameMark in Markmanager 2009-01-29 14:17:10 +0100 b_michaelsen  r267134 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:21:54 +0100 b_michaelsen  r267125 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:06:10 +0100 b_michaelsen  r267120 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:00:09 +0100 b_michaelsen  r267118 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 10:35:10 +0100 b_michaelsen  r267101 : #i94949# renamed SetCrsrToBkmk to SetCrsrToMark, moving to start/end of doc if no more bookmarks can be found 2009-01-28 17:05:36 +0100 b_michaelsen  r267070 : #i94949# fixed order in aProvNamesId in unocoll.cxx 2009-01-28 15:46:13 +0100 b_michaelsen  r267063 : #i94949# documentation 2009-01-28 15:36:59 +0100 b_michaelsen  r267062 : #i94949# removing superficial #include 2009-01-28 15:30:36 +0100 b_michaelsen  r267061 : #i94949# basic code conventions 2009-01-28 11:14:30 +0100 b_michaelsen  r267039 : #i94949# comparing to the actual name of the new mark 2009-01-26 15:22:25 +0100 b_michaelsen  r266927 : #i94949# performance fixes 2009-01-14 21:16:56 +0100 b_michaelsen  r266332 : #i94949# fixing linux x86-64 compiler warnings 2009-01-14 19:52:06 +0100 b_michaelsen  r266331 : #i94949# fixing some compiler warnings 2008-12-15 13:04:49 +0100 b_michaelsen  r265474 : #i94949# fixed microsoft compiler warnings 2008-12-12 18:26:02 +0100 b_michaelsen  r265434 : #i94949# fixed pro platform buildbreakers 2008-12-11 17:51:24 +0100 b_michaelsen  r265342 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 18:30:59 +0100 b_michaelsen  r265134 : #i94949# fixed IDocumentMarkAccess::GetType for new mark inheritance tree 2008-12-09 16:56:26 +0100 b_michaelsen  r265118 : #i94949# fixed deleteMark optimization 2008-12-09 14:55:58 +0100 b_michaelsen  r265092 : #i94949# DdeLink and DdeBookmark 2008-12-05 18:28:05 +0100 b_michaelsen  r264914 : #i94949# fixed InitDoc in bookmarks 2008-12-02 02:23:51 +0100 b_michaelsen  r264649 : #i94949# removed obsolete naming proposal code in SwXTextRange, fixed navigator reminders to forget the oldest reminder when the pool is empty 2008-12-02 02:05:19 +0100 b_michaelsen  r264648 : #i94949# using bisect search for delete 2008-12-02 01:58:16 +0100 b_michaelsen  r264647 : #i94949# using bisect search for delete 2008-12-02 01:37:33 +0100 b_michaelsen  r264646 : #i94949# using bisect search for delete 2008-12-02 01:03:29 +0100 b_michaelsen  r264645 : #i94949# fixed deleteMark crash 2008-12-01 20:55:00 +0100 b_michaelsen  r264638 : #i94949# removed crossrefs from ui enumerations 2008-12-01 15:48:12 +0100 b_michaelsen  r264613 : #i94949# removed superfluous local functions 2008-12-01 15:01:19 +0100 b_michaelsen  r264608 : #i94949# optimized insertion of new marks 2008-12-01 14:33:21 +0100 b_michaelsen  r264603 : #i94949# simplified code finding Fieldmark for a position 2008-12-01 14:05:55 +0100 b_michaelsen  r264598 : #i94949# fixed reverse travelling through marks, removed obsolete getUniqueMarkName() 2008-11-27 18:48:15 +0100 b_michaelsen  r264515 : #i94949# fixed _SaveCntntIdx and friends 2008-11-27 15:59:49 +0100 b_michaelsen  r264500 : #i94949# fix Mark position only in ctor 2008-11-27 15:52:28 +0100 b_michaelsen  r264497 : #i94949# fixed Bug in SwXBookmark, was using pDoc too early 2008-11-26 14:54:22 +0100 b_michaelsen  r264396 : #i94949# fixed documentation, simplified  navigator reminder code 2008-11-24 20:45:51 +0100 b_michaelsen  r264266 : #i94949# removed last obsolete getUniqueMarkName calls 2008-11-24 20:21:35 +0100 b_michaelsen  r264265 : #i94949# fixed typo in IDocumentMarkAccess, removed obsolete getUniqueMarkName calls 2008-11-24 18:34:32 +0100 b_michaelsen  r264264 : #i94949# repositioning of Marks, removed possibility to delete marks by name in the core, refactoring of navigator reminder generation 2008-11-21 14:08:49 +0100 b_michaelsen  r264137 : #i94949# simplified makeMark 2008-11-21 12:07:09 +0100 b_michaelsen  r264120 : #i94949# moved ShortName and KeyCode from IMark to IBookmark 2008-11-19 12:50:49 +0100 b_michaelsen  r263981 : #i94949# starting refactoring of bookmark naming 2008-11-19 11:31:08 +0100 b_michaelsen  r263972 : #i94949# getting rid of obsolete dynamic casts 2008-11-18 19:06:09 +0100 b_michaelsen  r263795 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 17:50:18 +0100 b_michaelsen  r263792 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 16:48:20 +0100 b_michaelsen  r263783 : #i94949# removed methods from crsrsh which are already available directly via IDocumentMarkAccess 2008-11-18 11:31:35 +0100 b_michaelsen  r263753 : #i94949# cleaning up mark code in crsrsh 2008-11-17 10:15:25 +0100 b_michaelsen  r263705 : #i94949# removed possible integer overflow 2008-11-14 18:48:45 +0100 b_michaelsen  r263695 : #i94949# management of mark names in MarkManager 2008-11-14 18:23:40 +0100 b_michaelsen  r263693 : #i94949# using polymorphism to do mark-specific setup in SwDoc 2008-11-14 16:27:09 +0100 b_michaelsen  r263684 : #i94949# got rid of makeCrossRefBookmark 2008-11-14 13:03:32 +0100 b_michaelsen  r263674 : #i94949# refactored Correction methods 2008-11-13 12:27:55 +0100 b_michaelsen  r263631 : #i94949# got rid of old-style tools assertions in new code 2008-11-12 16:58:16 +0100 b_michaelsen  r263608 : #i94949# added assertion for unique names 2008-11-12 16:55:18 +0100 b_michaelsen  r263607 : #i94949# maked XFormField deprecated 2008-11-12 13:04:29 +0100 b_michaelsen  r263587 : #i94949# replaced IDocumentMarkAccess::GetType with simple dynamic_cast where possible 2008-11-11 18:45:53 +0100 b_michaelsen  r263572 : #i94949# cleaned up SwHstryBookmark 2008-11-11 13:48:18 +0100 b_michaelsen  r263557 : #i94949# removed dynamic_casts to SwModify by inheriting IMark from it 2008-11-11 11:26:28 +0100 b_michaelsen  r263548 : #i94949# fixed SwXBookmark 2008-11-10 17:01:19 +0100 b_michaelsen  r263529 : #i94949# fixed DdeBookmarks in clipboard 2008-11-10 16:44:52 +0100 b_michaelsen  r263527 : #i94949# formatting 2008-11-10 16:29:16 +0100 b_michaelsen  r263526 : #i94949# fixing unoobj.cxx 2008-11-10 16:23:50 +0100 b_michaelsen  r263525 : #i94949# cleaning up crossrefbookmark.cxx/.hxx 2008-11-10 16:02:08 +0100 b_michaelsen  r263524 : #i94949# Pdf Export should only generate 'real' bookmarks 2008-11-10 15:33:58 +0100 b_michaelsen  r263521 : #i94949# removed const_casts 2008-11-10 15:12:06 +0100 b_michaelsen  r263520 : #i94949# moved _DelBookmarks into MarksManager 2008-11-07 18:48:38 +0100 b_michaelsen  r263480 : #i94949# using iterator interface 2008-11-07 18:41:46 +0100 b_michaelsen  r263478 : #i94949# using iterator interface 2008-11-07 18:07:41 +0100 b_michaelsen  r263477 : #i94949# using iterator interface 2008-11-07 17:54:41 +0100 b_michaelsen  r263476 : #i94949# using iterator interface 2008-11-07 17:44:41 +0100 b_michaelsen  r263475 : #i94949# moved correction methods into MarkManager 2008-11-06 18:47:28 +0100 b_michaelsen  r263404 : #i94949# getting rid of superfluous const_casts 2008-11-06 17:58:01 +0100 b_michaelsen  r263403 : #i94949# no more setting of mark positions outside of the core 2008-11-06 17:08:37 +0100 b_michaelsen  r263401 : #i94949# removed setters from IMark 2008-11-06 13:55:25 +0100 b_michaelsen  r263383 : #i94949 SwDoc does not implement IDocumentMarkAccess anymore 2008-11-04 18:17:03 +0100 b_michaelsen  r263333 : #i94949# began removing IDocumentMarkAccess from SwDoc 2008-11-04 16:48:34 +0100 b_michaelsen  r263330 : removing dead code (SwBitArray) found by mst 2008-11-04 16:29:32 +0100 b_michaelsen  r263329 : removing dead code (SwBitArray) found by mst 2008-11-04 14:57:48 +0100 b_michaelsen  r263326 : removing dead code (SwBitArray) found by mst 2008-11-04 14:50:18 +0100 b_michaelsen  r263325 : #i94949# stricter typing in IDocumentMarkAccess 2008-10-24 15:16:27 +0200 b_michaelsen  r262647 : #i94949# renamed ::sw::bookmark::SimpleMark to NavigatorReminder to fit the IDocumentMarkAccess enum 2008-10-24 15:10:10 +0200 b_michaelsen  r262646 : #i94949# only 'real' bookmark implement IBookmark, Marks also get removed from m_vFieldmarks on delete/clear 2008-10-24 13:06:23 +0200 b_michaelsen  r262636 : #i94949# Fieldmark tabnavigation 2008-10-23 12:16:36 +0200 b_michaelsen  r262619 : #i94949# Fieldmark classes and filters 2008-10-22 13:17:18 +0200 b_michaelsen  r262597 : #i94949# writer import fixes 2008-10-21 11:30:38 +0200 b_michaelsen  r262565 : #i94949# renamed methods containing Bookmark in the generic IMark interface 2008-10-20 14:09:02 +0200 b_michaelsen  r262318 : #i94949# fixed SwDoc::CorrRel 2008-10-16 22:45:13 +0200 b_michaelsen  r262273 : #i94949 simplified Before/After methods 2008-10-16 21:40:57 +0200 b_michaelsen  r262271 : #i94949 renamed SimpleMark to NavigatorReminder 2008-10-16 21:15:23 +0200 b_michaelsen  r262270 : #i94949 using shared_ptr only in MarkManager 2008-10-16 17:46:37 +0200 b_michaelsen  r262269 : #i94949# getFieldmarkBefore and getFieldmarkAfter 2008-10-16 17:12:13 +0200 b_michaelsen  r262265 : #i94949# cleanup in crbm.cxx 2008-10-16 12:49:01 +0200 b_michaelsen  r262257 : #i94949# fixed usage of invalid iterator, fixed invalid cast 2008-10-15 15:34:20 +0200 b_michaelsen  r262239 : #i94949# added moved files 2008-10-15 15:26:45 +0200 b_michaelsen  r262237 : #i94949# initial reimplementation of Bookmarks

2009-04-21  Ivo Hinkelmann  <ihi@openoffice.org>  [801511332ca97a37bb62da1c08934008d0a1945d]

        CWS-TOOLING: integrate CWS swrefactormarks2 2009-04-09 12:51:41 +0200 b_michaelsen  r270689 : #i94949# cleaned up assertions after rebasing 2009-04-08 17:37:08 +0200 b_michaelsen  r270658 : fixing sw/source/ui/utlui/makefile.mk 2009-04-07 17:56:54 +0200 b_michaelsen  r270606 : added bookctrl.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-07 17:05:20 +0200 b_michaelsen  r270603 : added crbm.cxx to EXCEPTIONFILES, because this is needed for stl on unxsols4 2009-04-02 23:44:38 +0200 b_michaelsen  r270436 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@270033 (milestone: DEV300:m45) 2009-02-27 16:25:31 +0100 b_michaelsen  r268606 : #i94949# fixed Windows buildbreaker 2009-02-25 18:01:13 +0100 b_michaelsen  r268464 : #i94949# Bookmarktest document filter roundtrips 2009-02-24 18:23:55 +0100 b_michaelsen  r268404 : #i94949# Bookmark unittests 2009-02-23 19:47:44 +0100 b_michaelsen  r268370 : #i94949# added unittest for bookmarks 2009-02-23 12:22:07 +0100 b_michaelsen  r268348 : #i94949# fixing CheckCrossReferences testcase 2009-02-20 18:12:50 +0100 b_michaelsen  r268335 : #i94949# fixing SwXTextRange 2009-02-18 18:32:57 +0100 b_michaelsen  r268252 : #i94949# deregistering DdeBookmarks on delete 2009-02-18 18:29:08 +0100 b_michaelsen  r268251 : fixing dbgoutsw.cxx for debug builds 2009-02-16 18:42:43 +0100 b_michaelsen  r267834 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@267171 (milestone: DEV300:m41) 2009-02-12 15:32:02 +0100 b_michaelsen  r267667 : #i94949 fixed crossrefbookmark naming 2009-02-11 18:30:08 +0100 b_michaelsen  r267624 : #94949# fixing bookmark navigation 2009-02-11 13:55:26 +0100 b_michaelsen  r267599 : #i94949# fixed bookmark naming 2009-02-10 17:53:05 +0100 b_michaelsen  r267571 : #i94949# renamed HasOtherMarkPos to IsExpanded 2009-02-10 17:23:01 +0100 b_michaelsen  r267564 : #i94949# renamed ::sw::bookmark namespace to more fitting ::sw::mark 2009-02-10 16:16:32 +0100 b_michaelsen  r267553 : #i94949# creating only CrossRefBookmark per Txtnode 2009-02-10 12:14:05 +0100 b_michaelsen  r267547 : #i94949# fixed bookmark count in navigator 2009-02-09 19:12:18 +0100 b_michaelsen  r267532 : #i94949# lcl_CopyBookmarks(..) - handle marks on boundaries correctly 2009-02-09 17:32:45 +0100 b_michaelsen  r267524 : #i94949# setting the refobject of the DdeBookmark in Sin SwServerObject::SetDdeBookmark(..) 2009-02-09 17:22:15 +0100 b_michaelsen  r267523 : #i94949# trying to harden SwServerObject 2009-02-09 16:47:32 +0100 b_michaelsen  r267521 : #i94949# lcl_CopyBookmarks(..): try to get the source mark name, if possible 2009-02-09 16:05:42 +0100 b_michaelsen  r267519 : #i94949# clearing the OtherMarkPos if PaM has no mark in repositionMark(..), swapping inverted bookmarks without hissing an assertion 2009-02-09 15:55:38 +0100 b_michaelsen  r267518 : #i94949# checking for out-of-bounds in SwView::ExecuteStatusLine(..) 2009-02-09 15:23:47 +0100 b_michaelsen  r267517 : #i94949# using an UNO_BOOKMARK in ui/dbui/dbinsdlg.cxx 2009-02-09 14:14:47 +0100 b_michaelsen  r267514 : #i94949# IDocumentMarkAccess::GetType(..) asserts on unknown type 2009-02-09 14:04:25 +0100 b_michaelsen  r267513 : #i94949# using rtl strings instead of tools-strings in CrossRefBookmarks 2009-02-09 13:55:01 +0100 b_michaelsen  r267510 : #i94949# using empty string for UnoMark construction 2009-02-09 13:46:46 +0100 b_michaelsen  r267509 : #i94949# removed superfluous #includes, removed superfluous member DdeBookmark::bGenerateName, initialized DdeBookmark::m_aRefObj removed superfluous local _FindItem::ClearObj 2009-02-06 14:38:37 +0100 b_michaelsen  r267462 : #i94949# fixing FN_STAT_BOOKMARK dispatches 2009-02-05 18:05:07 +0100 b_michaelsen  r267436 : #i94949# removing superfluous #includes 2009-02-04 15:51:31 +0100 b_michaelsen  r267391 : fixing resync merge error 2009-02-02 19:39:55 +0100 b_michaelsen  r267294 : #i94949# bookmark performance 2009-01-30 19:30:51 +0100 b_michaelsen  r267229 : #i94949# throwing IllegalArgumentException, if appropriate 2009-01-30 19:29:56 +0100 b_michaelsen  r267228 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:23:49 +0100 b_michaelsen  r267227 : #i94949# refactored lcl_FillBookmarkArray, comments, constness 2009-01-30 19:16:06 +0100 b_michaelsen  r267226 : #i94949# refactored lcl_FillBookmarkArray 2009-01-30 17:59:27 +0100 b_michaelsen  r267222 : #i94949# removed superficial #include 2009-01-30 17:50:02 +0100 b_michaelsen  r267220 : #i94949# SwXTextRange remembers its UNO bookmark 2009-01-29 20:19:58 +0100 b_michaelsen  r267168 : #i94949# implemented IDocumentMarkAccess::findBookmark 2009-01-29 17:22:17 +0100 b_michaelsen  r267162 : #i94949# implemented renameMark in Markmanager 2009-01-29 14:17:10 +0100 b_michaelsen  r267134 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:21:54 +0100 b_michaelsen  r267125 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:06:10 +0100 b_michaelsen  r267120 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 13:00:09 +0100 b_michaelsen  r267118 : #i94949# cleanup in SwXBookmark, whitespace 2009-01-29 10:35:10 +0100 b_michaelsen  r267101 : #i94949# renamed SetCrsrToBkmk to SetCrsrToMark, moving to start/end of doc if no more bookmarks can be found 2009-01-28 17:05:36 +0100 b_michaelsen  r267070 : #i94949# fixed order in aProvNamesId in unocoll.cxx 2009-01-28 15:46:13 +0100 b_michaelsen  r267063 : #i94949# documentation 2009-01-28 15:36:59 +0100 b_michaelsen  r267062 : #i94949# removing superficial #include 2009-01-28 15:30:36 +0100 b_michaelsen  r267061 : #i94949# basic code conventions 2009-01-28 11:14:30 +0100 b_michaelsen  r267039 : #i94949# comparing to the actual name of the new mark 2009-01-26 15:22:25 +0100 b_michaelsen  r266927 : #i94949# performance fixes 2009-01-14 21:16:56 +0100 b_michaelsen  r266332 : #i94949# fixing linux x86-64 compiler warnings 2009-01-14 19:52:06 +0100 b_michaelsen  r266331 : #i94949# fixing some compiler warnings 2008-12-15 13:04:49 +0100 b_michaelsen  r265474 : #i94949# fixed microsoft compiler warnings 2008-12-12 18:26:02 +0100 b_michaelsen  r265434 : #i94949# fixed pro platform buildbreakers 2008-12-11 17:51:24 +0100 b_michaelsen  r265342 : CWS-TOOLING: rebase CWS swrefactormarks2 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 18:30:59 +0100 b_michaelsen  r265134 : #i94949# fixed IDocumentMarkAccess::GetType for new mark inheritance tree 2008-12-09 16:56:26 +0100 b_michaelsen  r265118 : #i94949# fixed deleteMark optimization 2008-12-09 14:55:58 +0100 b_michaelsen  r265092 : #i94949# DdeLink and DdeBookmark 2008-12-05 18:28:05 +0100 b_michaelsen  r264914 : #i94949# fixed InitDoc in bookmarks 2008-12-02 02:23:51 +0100 b_michaelsen  r264649 : #i94949# removed obsolete naming proposal code in SwXTextRange, fixed navigator reminders to forget the oldest reminder when the pool is empty 2008-12-02 02:05:19 +0100 b_michaelsen  r264648 : #i94949# using bisect search for delete 2008-12-02 01:58:16 +0100 b_michaelsen  r264647 : #i94949# using bisect search for delete 2008-12-02 01:37:33 +0100 b_michaelsen  r264646 : #i94949# using bisect search for delete 2008-12-02 01:03:29 +0100 b_michaelsen  r264645 : #i94949# fixed deleteMark crash 2008-12-01 20:55:00 +0100 b_michaelsen  r264638 : #i94949# removed crossrefs from ui enumerations 2008-12-01 15:48:12 +0100 b_michaelsen  r264613 : #i94949# removed superfluous local functions 2008-12-01 15:01:19 +0100 b_michaelsen  r264608 : #i94949# optimized insertion of new marks 2008-12-01 14:33:21 +0100 b_michaelsen  r264603 : #i94949# simplified code finding Fieldmark for a position 2008-12-01 14:05:55 +0100 b_michaelsen  r264598 : #i94949# fixed reverse travelling through marks, removed obsolete getUniqueMarkName() 2008-11-27 18:48:15 +0100 b_michaelsen  r264515 : #i94949# fixed _SaveCntntIdx and friends 2008-11-27 15:59:49 +0100 b_michaelsen  r264500 : #i94949# fix Mark position only in ctor 2008-11-27 15:52:28 +0100 b_michaelsen  r264497 : #i94949# fixed Bug in SwXBookmark, was using pDoc too early 2008-11-26 14:54:22 +0100 b_michaelsen  r264396 : #i94949# fixed documentation, simplified  navigator reminder code 2008-11-24 20:45:51 +0100 b_michaelsen  r264266 : #i94949# removed last obsolete getUniqueMarkName calls 2008-11-24 20:21:35 +0100 b_michaelsen  r264265 : #i94949# fixed typo in IDocumentMarkAccess, removed obsolete getUniqueMarkName calls 2008-11-24 18:34:32 +0100 b_michaelsen  r264264 : #i94949# repositioning of Marks, removed possibility to delete marks by name in the core, refactoring of navigator reminder generation 2008-11-21 14:08:49 +0100 b_michaelsen  r264137 : #i94949# simplified makeMark 2008-11-21 12:07:09 +0100 b_michaelsen  r264120 : #i94949# moved ShortName and KeyCode from IMark to IBookmark 2008-11-19 12:50:49 +0100 b_michaelsen  r263981 : #i94949# starting refactoring of bookmark naming 2008-11-19 11:31:08 +0100 b_michaelsen  r263972 : #i94949# getting rid of obsolete dynamic casts 2008-11-18 19:06:09 +0100 b_michaelsen  r263795 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 17:50:18 +0100 b_michaelsen  r263792 : #i94949# getting rid of index based mark access, IDocumentMarkAccess already provides iterators 2008-11-18 16:48:20 +0100 b_michaelsen  r263783 : #i94949# removed methods from crsrsh which are already available directly via IDocumentMarkAccess 2008-11-18 11:31:35 +0100 b_michaelsen  r263753 : #i94949# cleaning up mark code in crsrsh 2008-11-17 10:15:25 +0100 b_michaelsen  r263705 : #i94949# removed possible integer overflow 2008-11-14 18:48:45 +0100 b_michaelsen  r263695 : #i94949# management of mark names in MarkManager 2008-11-14 18:23:40 +0100 b_michaelsen  r263693 : #i94949# using polymorphism to do mark-specific setup in SwDoc 2008-11-14 16:27:09 +0100 b_michaelsen  r263684 : #i94949# got rid of makeCrossRefBookmark 2008-11-14 13:03:32 +0100 b_michaelsen  r263674 : #i94949# refactored Correction methods 2008-11-13 12:27:55 +0100 b_michaelsen  r263631 : #i94949# got rid of old-style tools assertions in new code 2008-11-12 16:58:16 +0100 b_michaelsen  r263608 : #i94949# added assertion for unique names 2008-11-12 16:55:18 +0100 b_michaelsen  r263607 : #i94949# maked XFormField deprecated 2008-11-12 13:04:29 +0100 b_michaelsen  r263587 : #i94949# replaced IDocumentMarkAccess::GetType with simple dynamic_cast where possible 2008-11-11 18:45:53 +0100 b_michaelsen  r263572 : #i94949# cleaned up SwHstryBookmark 2008-11-11 13:48:18 +0100 b_michaelsen  r263557 : #i94949# removed dynamic_casts to SwModify by inheriting IMark from it 2008-11-11 11:26:28 +0100 b_michaelsen  r263548 : #i94949# fixed SwXBookmark 2008-11-10 17:01:19 +0100 b_michaelsen  r263529 : #i94949# fixed DdeBookmarks in clipboard 2008-11-10 16:44:52 +0100 b_michaelsen  r263527 : #i94949# formatting 2008-11-10 16:29:16 +0100 b_michaelsen  r263526 : #i94949# fixing unoobj.cxx 2008-11-10 16:23:50 +0100 b_michaelsen  r263525 : #i94949# cleaning up crossrefbookmark.cxx/.hxx 2008-11-10 16:02:08 +0100 b_michaelsen  r263524 : #i94949# Pdf Export should only generate 'real' bookmarks 2008-11-10 15:33:58 +0100 b_michaelsen  r263521 : #i94949# removed const_casts 2008-11-10 15:12:06 +0100 b_michaelsen  r263520 : #i94949# moved _DelBookmarks into MarksManager 2008-11-07 18:48:38 +0100 b_michaelsen  r263480 : #i94949# using iterator interface 2008-11-07 18:41:46 +0100 b_michaelsen  r263478 : #i94949# using iterator interface 2008-11-07 18:07:41 +0100 b_michaelsen  r263477 : #i94949# using iterator interface 2008-11-07 17:54:41 +0100 b_michaelsen  r263476 : #i94949# using iterator interface 2008-11-07 17:44:41 +0100 b_michaelsen  r263475 : #i94949# moved correction methods into MarkManager 2008-11-06 18:47:28 +0100 b_michaelsen  r263404 : #i94949# getting rid of superfluous const_casts 2008-11-06 17:58:01 +0100 b_michaelsen  r263403 : #i94949# no more setting of mark positions outside of the core 2008-11-06 17:08:37 +0100 b_michaelsen  r263401 : #i94949# removed setters from IMark 2008-11-06 13:55:25 +0100 b_michaelsen  r263383 : #i94949 SwDoc does not implement IDocumentMarkAccess anymore 2008-11-04 18:17:03 +0100 b_michaelsen  r263333 : #i94949# began removing IDocumentMarkAccess from SwDoc 2008-11-04 16:48:34 +0100 b_michaelsen  r263330 : removing dead code (SwBitArray) found by mst 2008-11-04 16:29:32 +0100 b_michaelsen  r263329 : removing dead code (SwBitArray) found by mst 2008-11-04 14:57:48 +0100 b_michaelsen  r263326 : removing dead code (SwBitArray) found by mst 2008-11-04 14:50:18 +0100 b_michaelsen  r263325 : #i94949# stricter typing in IDocumentMarkAccess 2008-10-24 15:16:27 +0200 b_michaelsen  r262647 : #i94949# renamed ::sw::bookmark::SimpleMark to NavigatorReminder to fit the IDocumentMarkAccess enum 2008-10-24 15:10:10 +0200 b_michaelsen  r262646 : #i94949# only 'real' bookmark implement IBookmark, Marks also get removed from m_vFieldmarks on delete/clear 2008-10-24 13:06:23 +0200 b_michaelsen  r262636 : #i94949# Fieldmark tabnavigation 2008-10-23 12:16:36 +0200 b_michaelsen  r262619 : #i94949# Fieldmark classes and filters 2008-10-22 13:17:18 +0200 b_michaelsen  r262597 : #i94949# writer import fixes 2008-10-21 11:30:38 +0200 b_michaelsen  r262565 : #i94949# renamed methods containing Bookmark in the generic IMark interface 2008-10-20 14:09:02 +0200 b_michaelsen  r262318 : #i94949# fixed SwDoc::CorrRel 2008-10-16 22:45:13 +0200 b_michaelsen  r262273 : #i94949 simplified Before/After methods 2008-10-16 21:40:57 +0200 b_michaelsen  r262271 : #i94949 renamed SimpleMark to NavigatorReminder 2008-10-16 21:15:23 +0200 b_michaelsen  r262270 : #i94949 using shared_ptr only in MarkManager 2008-10-16 17:46:37 +0200 b_michaelsen  r262269 : #i94949# getFieldmarkBefore and getFieldmarkAfter 2008-10-16 17:12:13 +0200 b_michaelsen  r262265 : #i94949# cleanup in crbm.cxx 2008-10-16 12:49:01 +0200 b_michaelsen  r262257 : #i94949# fixed usage of invalid iterator, fixed invalid cast 2008-10-15 15:34:20 +0200 b_michaelsen  r262239 : #i94949# added moved files 2008-10-15 15:26:45 +0200 b_michaelsen  r262237 : #i94949# initial reimplementation of Bookmarks

2009-04-21  Philipp Lohmann  <pl@openoffice.org>  [66f1ca8dbd38e80e0a85b54f4fa97b5c7e9865a2]

        solve ambiguities

2009-04-21  Andre Fischer  <af@openoffice.org>  [e8c1911592680b712cd989205e70918783bf4566]

        #i96540# Hold timer even for single activities.

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [4842dadc0b627d539df24daf5de4cd11c1e3197e]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [a7043e1fc6c093c253a64e075d782538322119fe]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [06a34929727c787c5c8d914613393990652cd608]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [3c0fade05df320a3718430a9847d670980033333]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [f3ef4e874d4fdf310bb0ca4d6d1543f7aecf0970]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [b1bf6ca6eeedc060472d84ac59e925b81bc88304]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [72bf514174fffeb3225c5865c83504e5bb8b0fb6]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [4a7f8f6c9c8013d41af36f66c5de8f6da376a4c8]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [4eaaf79e9aa1b2b82cb40b0b6bbba5d07d71258c]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [d22abe53ec3a57d8e336b1298dc3610cb638661e]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [6d2c2bc9cd5e11bf6e600ba4f8d34440769546ec]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [8db2b04e494834560c1693080ac9001ef8936f09]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [0c147f710804211fdcdbb428e080e4b1af3e2ba6]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [9721bccb7a4a57f979b143364f0dda3628ba1dd7]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [989d7be9f6880afcc34e40fc01ef7f5df72f61cc]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [df5e7ddd8e734148f92014860bb41b8e4ad66af6]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [17b84c4746cd782b3ecf3b28166f0ccabcbb6079]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [728d3b20d19b3042d9d05161f68350dcc2dd25f4]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [286028b4ba297f64152ab65ccee6de9fb9082dda]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [aa2bf79c59649576e99a41962cd4896c1f7dde64]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [93f98fed8905a67d7a056b2defa8ef2829da2ac6]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [ffa01ea2555e41820d6615a9e43a8b34ca0c99e4]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [1a7dc7ecbe43401d1d712f5decdd994bc25ba5da]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [7fddcf471dd85599c4c22f4b026b475b6b3fffdf]

        merge

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [5b16a85b74f89bd4a57304b00bb0ac084d61d67b]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-10-08  hg  <hg@oosvn01.>  [5bf023a42d2a033906bcd9d8e2da74421f896c0c]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [494412e42271384b931967de8c26a682a6ad05b1]

        merge with m40

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [c77e5c548c08163ab494ef25beeb4788a2ff1c4c]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [8bb4961b99dbc549df70f6969a6a62b5854f5e20]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [fa4ca9fdb46b8436d50ae6a6de91cfc0fc0f6c8c]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-04-20  Philipp Lohmann  <pl@openoffice.org>  [198632aa538edc6804909fe7330fc122b769398b]

        CWS-TOOLING: rebase CWS printerpullpages to trunk@270723 (milestone: DEV300:m46)

2009-04-17  Andre Fischer  <af@openoffice.org>  [db9f5786167659b2197cc2695dc7a17b527ff748]

        #i69530# End show before it is released.

2009-04-17  Andre Fischer  <af@openoffice.org>  [1c0eaccc7afe441169b154f2cecc8c15b31988ad]

        #i69530# Access views in forEachView only if they still exist.

2009-04-16  Andre Fischer  <af@openoffice.org>  [d1ec4858282a3799ee081c7b138beea81d6d13fe]

        #i100905# Handle bottom most band that is only 1 pixel high.

2009-04-16  Andre Fischer  <af@openoffice.org>  [91cafb0fb3b5c29d7d575691c7bbc6ce737ac9dc]

        #i95319# Fixed copying of points in copy constructor.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e970f16b6312989480d98c34b0a3027ed3473069]

        slideshow1: merge with DEV300 m45

2009-04-16  Philipp Lohmann  <pl@openoffice.org>  [a8b3bdded3b8a0fa7cfd12e52b9d60ce3658019e]

        #i92516# adjust positions

2009-04-16  Philipp Lohmann  <pl@openoffice.org>  [68dc2c86fc3d8a39ecb01d588c96169f43634cac]

        #i92516# use vcl printer options helper

2009-04-15  Philipp Lohmann  <pl@openoffice.org>  [1546e5f1cc245b5d4d2a7b9253a34cefbcf28110]

        #i92516# vcl helper for new print ui options

2009-04-15  Philipp Lohmann  <pl@openoffice.org>  [1777b5a68513f7cbfaa239acf16bcc76a49b448c]

        #i92516# vcl helper for new print ui options

2009-04-15  Philipp Lohmann  <pl@openoffice.org>  [ea16cf1deb6f2abb0d3595356364cf179e508883]

        #i92516# vcl helper for new print ui options

2009-04-15  Oliver Bolte  <obo@openoffice.org>  [8157e6e312433fb46fb8c862d815aec59c10453c]

        #i92532#,#i10000# file change from CWS sw31bf08 (not commited in CWS)

2009-04-14  Release Engineers  <releng@openoffice.org>  [e16c311aba5e4c9f2ce52b05a113745ac09f9fd6]

        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-14  Release Engineers  <releng@openoffice.org>  [571b4c6b881bbe0ec14e248e2163dcc804dadb82]

        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-14  Release Engineers  <releng@openoffice.org>  [ad1abf647df65ec7b7bced355cb3da4ee6bbdfb2]

        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-14  Release Engineers  <releng@openoffice.org>  [0ef8dde2b21b2021c64c16c31204babcc8777c89]

        CWS-TOOLING: integrate CWS hr62 2009-04-06 18:25:03 +0200 hr  r270572 : #i100896#: remove obsolete PCVSLib, Cvs.pm, CvsModule.pm and friends

2009-04-13  Release Engineers  <releng@openoffice.org>  [c7961e7145ecf2a9531cf416222f7ecda8b81167]

        CWS-TOOLING: integrate CWS aw069 2009-04-01 12:34:39 +0200 aw  r270316 : #i100710# added support for OLEs without visualisation graphics for FullDrag

2009-04-12  Release Engineers  <releng@openoffice.org>  [213aa2c95aa520cac3b5bcc68f373bec8d4ebf42]

        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-12  Release Engineers  <releng@openoffice.org>  [06229f3ed3287fd88ffe76ed2abe3942618cfc8b]

        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-12  Release Engineers  <releng@openoffice.org>  [2182dd7499013e970ca177142ec13f43c3ec184f]

        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-12  Release Engineers  <releng@openoffice.org>  [362ecf755cbb9f6f217959004335c00c4ed6e85d]

        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-12  Release Engineers  <releng@openoffice.org>  [7dd480521aed230e2bf46dd18b462d2b3504e1dc]

        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-12  Release Engineers  <releng@openoffice.org>  [f540cd79389d896cf7ef98006eef0cdbd6aa10ea]

        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-12  Release Engineers  <releng@openoffice.org>  [6641fb167821e6cb241da073e60a96cac0935c93]

        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-12  Release Engineers  <releng@openoffice.org>  [a3735ed51103b8eb46d80fc916739f3e7858c63f]

        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-10  Release Engineers  <releng@openoffice.org>  [303ca12cfa1ae5c92f89a31d039a484d71ae1147]

        CWS-TOOLING: integrate CWS mingwport18 2009-03-27 12:51:41 +0100 tono  r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono  r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono  r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono  r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono  r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono  r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono  r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono  r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono  r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono  r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono  r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono  r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono  r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono  r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono  r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono  r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono  r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono  r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono  r269832 : i#100209: MinGW port fix for sspi

2009-04-10  Release Engineers  <releng@openoffice.org>  [47d435c60443ed74863926b246016f4fe26482c1]

        CWS-TOOLING: integrate CWS mingwport18 2009-03-27 12:51:41 +0100 tono  r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono  r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono  r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono  r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono  r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono  r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono  r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono  r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono  r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono  r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono  r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono  r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono  r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono  r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono  r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono  r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono  r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono  r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono  r269832 : i#100209: MinGW port fix for sspi

2009-04-10  Release Engineers  <releng@openoffice.org>  [12f5facfa769a6b5554d950c8ca71a6aadaf9a78]

        CWS-TOOLING: integrate CWS mingwport18 2009-03-27 12:51:41 +0100 tono  r270150 : CWS-TOOLING: rebase CWS mingwport18 to trunk@270033 (milestone: DEV300:m45) 2009-03-26 22:41:14 +0100 tono  r270120 : files with invalid names removed 2009-03-26 22:40:11 +0100 tono  r270119 : files with invalid names removed 2009-03-26 22:39:04 +0100 tono  r270118 : files with invalid names removed 2009-03-26 22:36:00 +0100 tono  r270117 : files with invalid names removed 2009-03-26 22:33:42 +0100 tono  r270116 : files with invalid names removed 2009-03-26 22:32:14 +0100 tono  r270115 : files with invalid names removed 2009-03-26 22:24:41 +0100 tono  r270114 : files with invalid names removed 2009-03-26 22:16:41 +0100 tono  r270113 : files with invalid names removed 2009-03-26 22:15:52 +0100 tono  r270112 : files with invalid names removed 2009-03-26 22:14:44 +0100 tono  r270111 : files with invalid names removed 2009-03-26 22:12:28 +0100 tono  r270110 : files with invalid names removed 2009-03-26 21:46:31 +0100 tono  r270109 : files with invalid names removed 2009-03-22 12:41:21 +0100 tono  r269847 : i#100463: MinGW port header patch enhancement 2009-03-22 12:39:39 +0100 tono  r269846 : i#100462: MinGW port update for python 2009-03-22 12:37:52 +0100 tono  r269845 : i#100461: MinGW port fix for store/workben 2009-03-22 12:36:10 +0100 tono  r269844 : i#100460: MinGW port fix for sal when debug=true 2009-03-21 01:06:50 +0100 tono  r269833 : i#100210: MinGW port fix for hunspell-1.2.8 2009-03-21 01:04:08 +0100 tono  r269832 : i#100209: MinGW port fix for sspi

2009-04-09  Release Engineers  <releng@openoffice.org>  [4dc94a51c18e7b3fb3e4498029fa39b8821b8d77]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [88df8286f8b508297ca1556fb16b34b4ea02450f]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [848c95007bf937ac103c06b7c1d220b1c31216d4]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [58998288845aaa958e1570f9aea0c3ea4273569f]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [3f170472e630b871b4ace447c648684364284222]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [0246175ef1258b6a5c08f921b1ae56191497e7bb]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [f24a60fefe0eb4c1b52bb9109ee36f948d612894]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [3027f5a9472bfbaaccc23d41e21ec01ad1f22c19]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [4bc7e5d45849b1df37020c5aada63f3030f7268f]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Release Engineers  <releng@openoffice.org>  [2b1746af013470a61180915e0d8e7a0a9d99f9a2]

        Create DEV300_m46 milestone tag from trunk@270722

2009-04-09  Kurt Zenker  <kz@openoffice.org>  [662a6980a1880de6a5cba0595f391fac349b364d]

        #i10000# typo fixed

2009-04-07  Release Engineers  <releng@openoffice.org>  [e85ac34e5d6a6dcc85aaf9d28463cf557ed273aa]

        #i10000# warning fix

2009-04-06  Release Engineers  <releng@openoffice.org>  [9f3ceb32adecca49e6f67ee7321fedc7659228af]

        #i10000# added default case

2009-04-06  Ivo Hinkelmann  <ihi@openoffice.org>  [daaeb2abd432ca768f79d86debd74ec3692e3054]

        #i100676# #i10000# office loop fix

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [ad79917a368761f253fa9e4268980b502e47649b]

        DEV300

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2e3e47e8aaf223bad7cb6f383846978715c3b894]

        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>  [4039bec2f465b8d66f79c6d69de64b43147cda9a]

        CWS-TOOLING: integrate CWS tkr21_DEV300 2009-03-30 13:45:59 +0200 tkr  r270224 : #i100606# openssl upgrade to 0.9.8k. (security fixes)

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a10ddd5c8f8e588289c04dfabaaafc199c8738d9]

        CWS-TOOLING: integrate CWS aw068_DEV300 2009-03-31 11:29:56 +0200 aw  r270267 : #i100373# corrected FontScaling expression in MetaFile creation

2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [1fbd16c4069cf7cdcc9489374596f6c9eb378f1c]

        #i92516# preparations for new print UI

2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [313505000dd5252b55a106733df5eecb53c3a548]

        #i92516# preparations for new print UI

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [3480d21093541e4e6a05de277af669e495144ea9]

        CWS-TOOLING: integrate CWS fwk107_DEV300 2009-03-31 14:56:40 +0200 cd  r270283 : #i100707# Correctly implement removeTab() method which destroys the embedded window

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [42be2faa45d5f43117b6e72d36d7df51c028a82b]

        CWS-TOOLING: integrate CWS calcsheetref_DEV300 2009-03-30 17:47:46 +0200 er  r270250 : #i100681# correctly quote sheet names

2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [05f54edb99508ebc6ec1591b31246a4a89ac5aa2]

        #i92516# preparations for new print UI

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [98d53cbc902195529e12e42e9450a394f801649c]

        CWS-TOOLING: integrate CWS jl124 2009-04-01 13:35:16 +0200 jl  r270322 : #i100555# alway print out unopkg\'s output when invoked while building the  installation sets 2009-04-01 13:32:53 +0200 jl  r270321 : #i96697# use smard card even if it cannot generate a DES3 key

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [002d42b9c92b8c5ee3af2881ed15701e35aa4269]

        CWS-TOOLING: integrate CWS jl124 2009-04-01 13:35:16 +0200 jl  r270322 : #i100555# alway print out unopkg\'s output when invoked while building the  installation sets 2009-04-01 13:32:53 +0200 jl  r270321 : #i96697# use smard card even if it cannot generate a DES3 key

2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [834af237fb233c59a8b9b070b12f61b5f94548be]

        #i92516# preparations for new print UI

2009-10-08  hg  <hg@oosvn01.>  [b95e256d3e1e1becc24065864cb1da7bf0e89691]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [ca5e60101601d924dd50b07567065c2f85eabcd9]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [db843b5edf47c0522fc1705fb0aa54290cde48ee]

        merge

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [dcd0dca8bae1fd197e0e1af96056255625a5bce0]

        CWS-TOOLING: integrate CWS dba31l_DEV300 2009-03-31 10:49:37 +0200 fs  r270265 : #i100541#

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [85f22df154db0f194e58febaee4fc2118eff2909]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ae6bee7e8874106df482e3f378d1d3df27661fa0]

        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>  [bfb084f517f7c6f09e4d11684421b155b2c6b15d]

        #i92516# keep initialized printer for job if present

2009-04-03  Philipp Lohmann  <pl@openoffice.org>  [b9312b5bc4045036417f9c1fd13d6018f92cf17d]

        #i92516# localized strings for new print UI

2009-04-03  Ivo Hinkelmann  <ihi@openoffice.org>  [611a9a325b1793681dfcd54f7abe92af3243acd1]

        CWS-TOOLING: integrate CWS automation004 2009-04-03 09:15:10 +0200 jsk  r270452 : #i100803 - handle confirmation dialog for extension deletion 2009-04-03 09:10:25 +0200 jsk  r270450 : #i100803 - handle confirmation dialog for extension deletion 2009-04-03 08:59:04 +0200 jsk  r270445 : #i100803 - handle confirmation dialog for extension deletion 2009-04-03 08:13:54 +0200 jsk  r270444 : #i100803 - handle confirmation dialog for extension deletion

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e1a5de62cda8a902d6d616e46c9ee5fb20539ae0]

        CWS-TOOLING: integrate CWS mh31_last_DEV300 2009-03-26 15:35:24 +0100 mh  r270083 : chg: syntax, #i10000# 2009-03-25 11:38:12 +0100 mh  r270008 : update of THIRDPARTYLICENSEREADME 2009-03-24 16:41:31 +0100 mh  r269968 : backport fix for instsetoo_native fails if pkgtype archive and TMP not set, #i99106# 2009-03-24 11:18:28 +0100 mh  r269924 : Build breaks in pyuno: pyconfig.h not found, #i96841# set the CPPFLAGS=-D_FORTIFY_SOURCE=0 to make it compile for Ubuntu 8.10 hopefully this will not have side effects on any other platforms real fix will be the upgrade to python 2.6 by jbu

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [d9bc87dc39665d4d24ecaef15db63bfb1d65cd38]

        CWS-TOOLING: integrate CWS mh31_last_DEV300 2009-03-26 15:35:24 +0100 mh  r270083 : chg: syntax, #i10000# 2009-03-25 11:38:12 +0100 mh  r270008 : update of THIRDPARTYLICENSEREADME 2009-03-24 16:41:31 +0100 mh  r269968 : backport fix for instsetoo_native fails if pkgtype archive and TMP not set, #i99106# 2009-03-24 11:18:28 +0100 mh  r269924 : Build breaks in pyuno: pyconfig.h not found, #i96841# set the CPPFLAGS=-D_FORTIFY_SOURCE=0 to make it compile for Ubuntu 8.10 hopefully this will not have side effects on any other platforms real fix will be the upgrade to python 2.6 by jbu

2009-04-02  Philipp Lohmann  <pl@openoffice.org>  [1b53d35ea8b81297000a9288286118d965e8c9df]

        #i92516# first steps in supporting new printer infrastructure

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [5a19eed5c17a594779e6085d212f68bd1bf3c7c9]

        CWS-TOOLING: integrate CWS minimizer01 2009-03-30 11:06:17 +0200 sj  r270203 : #i100590# fixed crash

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [24ee9419887e47b6717b1ab3969ace6b65235baa]

        CWS-TOOLING: integrate CWS hb21_DEV300 2009-03-24 17:48:22 +0100 hbrinkm  r269985 : #i100449# OutWW8TableDefinition: nSz sums the widths of columns. nTblOffset is added to the current width for every cellx. 2009-03-24 16:28:31 +0100 mav  r269966 : #i100505# fix the wrapper ole-handler

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [02ff95fc2d70379b7b239e775f60b199f1da90a4]

        CWS-TOOLING: integrate CWS hb21_DEV300 2009-03-24 17:48:22 +0100 hbrinkm  r269985 : #i100449# OutWW8TableDefinition: nSz sums the widths of columns. nTblOffset is added to the current width for every cellx. 2009-03-24 16:28:31 +0100 mav  r269966 : #i100505# fix the wrapper ole-handler

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [93350f1c4e7940c400b145403e58070a7d873026]

        CWS-TOOLING: integrate CWS jl119_DEV300 2009-03-13 08:14:58 +0100 jl  r269453 : CWS-TOOLING: rebase CWS jl119 to branches/OOO310@269350 (milestone: OOO310:m5) 2009-03-10 16:01:33 +0100 jl  r269280 : #i98990# apply patch by jbu: fixing the python script provider 2009-03-10 13:25:02 +0100 jl  r269268 : #i93939# 2009-03-10 11:44:07 +0100 jl  r269261 : #i93939# 2009-03-09 17:14:58 +0100 jl  r269205 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-09 16:34:34 +0100 jl  r269201 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-05 16:40:16 +0100 jl  r268924 : #99618# Do not migrate java settings 2009-02-25 14:29:53 +0100 jl  r268439 : #i99618# do not invalidate existing javasettings by using a new date in the update element

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e659d2a7df90866cbd3ad7cf10a9cc6d83050e55]

        CWS-TOOLING: integrate CWS jl119_DEV300 2009-03-13 08:14:58 +0100 jl  r269453 : CWS-TOOLING: rebase CWS jl119 to branches/OOO310@269350 (milestone: OOO310:m5) 2009-03-10 16:01:33 +0100 jl  r269280 : #i98990# apply patch by jbu: fixing the python script provider 2009-03-10 13:25:02 +0100 jl  r269268 : #i93939# 2009-03-10 11:44:07 +0100 jl  r269261 : #i93939# 2009-03-09 17:14:58 +0100 jl  r269205 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-09 16:34:34 +0100 jl  r269201 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-05 16:40:16 +0100 jl  r268924 : #99618# Do not migrate java settings 2009-02-25 14:29:53 +0100 jl  r268439 : #i99618# do not invalidate existing javasettings by using a new date in the update element

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [d847cf92cf4f2ee7927c3662f12e91ee84fb5331]

        CWS-TOOLING: integrate CWS calc31stopper4_DEV300 2009-03-25 11:52:59 +0100 nn  r270010 : GetHTMLRangeNameList: call ScHTMLImport static method, not same method again (bug-id not available yet) 2009-03-20 14:24:51 +0100 er  r269808 : #i100416# makeExternalRefStrImpl: don't care about a second sheet name if not needed 2009-03-20 13:14:30 +0100 er  r269803 : carry along row position also for non-existing (empty) rows 2009-03-20 11:26:33 +0100 er  r269790 : SUNWS12: declarator required in declaration; removed SC_DLLPRIVATE from inner class declaration 2009-03-19 19:40:09 +0100 er  r269767 : #i100300# save only referenced tables of external data cache 2009-03-19 14:45:05 +0100 dr  r269746 : #i100346# more places where checking docshell is needed 2009-03-19 14:13:20 +0100 fs  r269744 : #i100349# do not delete the pool before all instances knowing it have been deleted 2009-03-19 11:35:45 +0100 dr  r269735 : #i100346# always check docshell, is missing when pasting from clipboard 2009-03-19 09:39:49 +0100 dr  r269728 : #i100332# remove debug statement, patch from kohei

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [59930922d74d5f15de26fea95cefb43088351566]

        CWS-TOOLING: integrate CWS calc31stopper4_DEV300 2009-03-25 11:52:59 +0100 nn  r270010 : GetHTMLRangeNameList: call ScHTMLImport static method, not same method again (bug-id not available yet) 2009-03-20 14:24:51 +0100 er  r269808 : #i100416# makeExternalRefStrImpl: don't care about a second sheet name if not needed 2009-03-20 13:14:30 +0100 er  r269803 : carry along row position also for non-existing (empty) rows 2009-03-20 11:26:33 +0100 er  r269790 : SUNWS12: declarator required in declaration; removed SC_DLLPRIVATE from inner class declaration 2009-03-19 19:40:09 +0100 er  r269767 : #i100300# save only referenced tables of external data cache 2009-03-19 14:45:05 +0100 dr  r269746 : #i100346# more places where checking docshell is needed 2009-03-19 14:13:20 +0100 fs  r269744 : #i100349# do not delete the pool before all instances knowing it have been deleted 2009-03-19 11:35:45 +0100 dr  r269735 : #i100346# always check docshell, is missing when pasting from clipboard 2009-03-19 09:39:49 +0100 dr  r269728 : #i100332# remove debug statement, patch from kohei

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [17b430be6f988a7c4eedd1ee5c433b49815eaccd]

        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-02  Ivo Hinkelmann  <ihi@openoffice.org>  [7bd3cbaa383f61f54a5f8cb94f8372e091ad4116]

        CWS-TOOLING: integrate CWS native239_DEV300 2009-03-24 12:02:50 +0100 is  r269934 : #i100511# update to jre6u13

2009-04-02  Philipp Lohmann  <pl@openoffice.org>  [1e8c38a5155cf204528d8c93daa5fdc82db604d3]

        #i92516# fix forgotten NULL ptr check

2009-10-08  hg  <hg@oosvn01.>  [caf120004312a7f3f4030e22efbc21cc399ed6bd]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [88382ee1d1f472db8505db949a8d3d59ccbed014]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [63f447c17f548f9960b3879a8f638d19dc3df87b]

        merge

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [ed1fe13f59aab5e3faa88c73a223c5599d796d4b]

        CWS-TOOLING: integrate CWS dv10 2009-03-10 11:09:48 +0100 dv  r269257 : #158915# Check msi version before checking patches, better logging 2009-02-27 14:48:58 +0100 dv  r268594 : #i99154# Added missing string, removed wrong svn flags 2009-02-26 16:07:25 +0100 dv  r268531 : Removed superfluous file 2009-02-26 13:49:01 +0100 dv  r268514 : CWS-TOOLING: rebase CWS dv10 to trunk@268395 (milestone: DEV300:m42) 2009-02-26 08:13:32 +0100 dv  r268479 : #i86963# Listen to dispose events for xPackages 2009-02-12 15:40:06 +0100 dv  r267668 : #i99154# Added missing string 2009-02-03 11:47:11 +0100 dv  r267308 : #i73966# Ask for confirmation when removing an extension 2009-01-30 09:27:52 +0100 dv  r267175 : #158915# Check for already installed patches to allow launching the setup in maintainance mode

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [b8401334da954f36558afa1ecc34998a436af13d]

        CWS-TOOLING: integrate CWS dv10 2009-03-10 11:09:48 +0100 dv  r269257 : #158915# Check msi version before checking patches, better logging 2009-02-27 14:48:58 +0100 dv  r268594 : #i99154# Added missing string, removed wrong svn flags 2009-02-26 16:07:25 +0100 dv  r268531 : Removed superfluous file 2009-02-26 13:49:01 +0100 dv  r268514 : CWS-TOOLING: rebase CWS dv10 to trunk@268395 (milestone: DEV300:m42) 2009-02-26 08:13:32 +0100 dv  r268479 : #i86963# Listen to dispose events for xPackages 2009-02-12 15:40:06 +0100 dv  r267668 : #i99154# Added missing string 2009-02-03 11:47:11 +0100 dv  r267308 : #i73966# Ask for confirmation when removing an extension 2009-01-30 09:27:52 +0100 dv  r267175 : #158915# Check for already installed patches to allow launching the setup in maintainance mode

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [e0371a4c142ae69d5420c3eed6118db4f6c35734]

        CWS-TOOLING: integrate CWS dv10 2009-03-10 11:09:48 +0100 dv  r269257 : #158915# Check msi version before checking patches, better logging 2009-02-27 14:48:58 +0100 dv  r268594 : #i99154# Added missing string, removed wrong svn flags 2009-02-26 16:07:25 +0100 dv  r268531 : Removed superfluous file 2009-02-26 13:49:01 +0100 dv  r268514 : CWS-TOOLING: rebase CWS dv10 to trunk@268395 (milestone: DEV300:m42) 2009-02-26 08:13:32 +0100 dv  r268479 : #i86963# Listen to dispose events for xPackages 2009-02-12 15:40:06 +0100 dv  r267668 : #i99154# Added missing string 2009-02-03 11:47:11 +0100 dv  r267308 : #i73966# Ask for confirmation when removing an extension 2009-01-30 09:27:52 +0100 dv  r267175 : #158915# Check for already installed patches to allow launching the setup in maintainance mode

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [5116a6c26d520683987542c3e680bd4317ea7da2]

        CWS-TOOLING: integrate CWS aw067_DEV300 2009-03-24 11:47:28 +0100 aw  r269933 : #i100489# added missing support for proportional font scaling and DXArray preparation 2009-03-24 11:42:59 +0100 aw  r269932 : #i100424# corrected handling of font scaling in renderer and tooling

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [a03085b43e39a82476181cd6445a936dd8afbf7a]

        CWS-TOOLING: integrate CWS tl67 2009-03-18 12:07:04 +0100 tl  r269650 : #159423# code move to DEV300 (svn based) CWS

2009-04-02  Ivo Hinkelmann  <ihi@openoffice.org>  [9d3f8230d9a94ad58ca0155e5c338ff1e4bee6b5]

        CWS-TOOLING: integrate CWS tbo06_DEV300 2009-03-25 11:21:31 +0100 tbo  r270006 : Workaround for osx; Show which range is not found. 2009-03-24 17:29:37 +0100 tbo  r269983 : #i100515# 2009-03-24 17:09:22 +0100 tbo  r269980 : #i100515# 2009-03-24 17:06:57 +0100 tbo  r269979 : #i100515# 2009-03-24 16:59:13 +0100 tbo  r269975 : #i100515#

2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [0f97c091b9fb04b076e1de890e9eee9e7ad27d37]

        select correct paper size in n-up printing, minor fixes

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7fd7c0f1978bd577410409ecf011f38f4bf99e82]

        CWS-TOOLING: integrate CWS automation003 2009-04-01 09:25:55 +0200 hde  r270300 : #i100664# 2009-03-31 14:45:05 +0200 jsk  r270280 : #i96838 2009-03-31 14:37:11 +0200 jsk  r270279 : #i96838 2009-03-31 12:47:41 +0200 jsk  r270275 : #i100584 2009-03-31 12:44:46 +0200 jsk  r270272 : #i96838 2009-03-31 11:42:57 +0200 jsk  r270269 : #i100584 2009-03-31 11:37:16 +0200 jsk  r270268 : #i96838 2009-03-31 08:43:06 +0200 jsk  r270260 : #i99713 - continued 2009-03-31 08:38:12 +0200 hde  r270259 : #i100664# 2009-03-31 07:50:01 +0200 jsk  r270257 : #i99713 - continued 2009-03-30 15:40:05 +0200 jsk  r270237 : #i96838 2009-03-30 15:17:58 +0200 jsk  r270236 : #i100584 2009-03-30 15:05:31 +0200 hde  r270235 : #i100664# 2009-03-30 14:56:58 +0200 hde  r270234 : #i100664# 2009-03-30 11:43:04 +0200 oc  r270206 : i100669 2009-03-30 09:54:46 +0200 jsk  r270199 : #i99713 - partly done, needs checking 2009-03-30 09:46:25 +0200 hde  r270198 : #i100664# 2009-03-30 09:46:05 +0200 hde  r270197 : #i100664# 2009-03-30 09:45:09 +0200 hde  r270196 : #i100664# 2009-03-30 08:07:38 +0200 jsk  r270193 : #i99713 - partly done, needs checking 2009-03-27 11:46:19 +0100 jsk  r270143 : #i99713 2009-03-27 07:03:47 +0100 jsk  r270128 : #i100602 2009-03-27 06:59:28 +0100 jsk  r270122 : #i100602 2009-03-26 13:46:17 +0100 jsk  r270077 : #i100584 - graphics tests 2009-03-26 13:07:02 +0100 jsk  r270073 : #i100584 - hToolsOptions()/framework tools 2009-03-26 12:09:37 +0100 jsk  r270065 : #i100581 - Fix outdated gApplication names in config files

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d3acfc2cd140bb78fe53f09db63e0ff25506345d]

        CWS-TOOLING: integrate CWS vistainstall_DEV300 2009-03-24 11:33:59 +0100 dv  r269931 : #i100470# Enhanced running office check to ignore missing program folder, etc. 2009-03-24 11:07:25 +0100 dv  r269922 : #i100500# Environment flag WITH_VC_REDIST got lost

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [06b431efe124c62f416da758fd8678e07e77c2f7]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [c48a05c77bfd377bc98e24cee8fc585b681d31a8]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [e91ee8ea42a057a85949f10ffaf97bc7e84c7061]

        CWS-TOOLING: integrate CWS fwk106_DEV300 2009-03-16 14:18:23 +0100 cd  r269538 : #i100172#,#i100177# Move sDefaultLocale out of loop. Make variables const. 2009-03-16 13:37:17 +0100 cd  r269531 : #i100172#,#i100177# Move complex objects outside the loop to fix performance problems

2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [77c37222ad9d430b0d0f98e1432dec36d9650b00]

        rearrange buttons

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [32d91fb3a0ee20eaa33b825d779a046c27c8bb24]

        CWS-TOOLING: integrate CWS sw31bf08_DEV300 2009-03-20 11:52:54 +0100 b_michaelsen  r269791 : using factory to init dialogs - fixes linking breakage 2009-03-18 13:10:52 +0100 mba  r269653 : #i92532#: makefile.mk didn't copy hyphenation dictionary 2009-03-17 18:20:46 +0100 b_michaelsen  r269623 : fixing win32 buildbreakers 2009-03-17 16:45:19 +0100 b_michaelsen  r269618 : #i100235# Improvementprogram is missing in tools options (all languages but EN_US) 2009-03-16 17:43:09 +0100 mst  r269562 : fix #i100227# - sfx2/source/doc/objuno.cxx:   + do not return invalid Handles in PropertySetInfo

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7cc6b791ea3574fd3f0052f129a760af91067a45]

        CWS-TOOLING: integrate CWS sw31bf08_DEV300 2009-03-20 11:52:54 +0100 b_michaelsen  r269791 : using factory to init dialogs - fixes linking breakage 2009-03-18 13:10:52 +0100 mba  r269653 : #i92532#: makefile.mk didn't copy hyphenation dictionary 2009-03-17 18:20:46 +0100 b_michaelsen  r269623 : fixing win32 buildbreakers 2009-03-17 16:45:19 +0100 b_michaelsen  r269618 : #i100235# Improvementprogram is missing in tools options (all languages but EN_US) 2009-03-16 17:43:09 +0100 mst  r269562 : fix #i100227# - sfx2/source/doc/objuno.cxx:   + do not return invalid Handles in PropertySetInfo

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a08cef2ee844c06ac944d7a82264a5c482759cd3]

        CWS-TOOLING: integrate CWS sw31bf08_DEV300 2009-03-20 11:52:54 +0100 b_michaelsen  r269791 : using factory to init dialogs - fixes linking breakage 2009-03-18 13:10:52 +0100 mba  r269653 : #i92532#: makefile.mk didn't copy hyphenation dictionary 2009-03-17 18:20:46 +0100 b_michaelsen  r269623 : fixing win32 buildbreakers 2009-03-17 16:45:19 +0100 b_michaelsen  r269618 : #i100235# Improvementprogram is missing in tools options (all languages but EN_US) 2009-03-16 17:43:09 +0100 mst  r269562 : fix #i100227# - sfx2/source/doc/objuno.cxx:   + do not return invalid Handles in PropertySetInfo

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3a66464e2bfeda47c3005e1e752091d6568c8b18]

        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>  [f9ce9a1d243d8a4e550b8f9aea92246c21ad6a73]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [1f4b361ef77a9042b092888fd4827187795bfa06]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [423409561c4cb620eeddbc2c5a42154adbd1bb6f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a08dbc2fa8f1a79555352d0b1693e6e3faa96516]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [47c3cfdedc57c1c01bbaa2d2f17849afcb8085f8]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [5332d66e0213b650cedef444f2b49fe324b9d723]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [32a8a33dc1f7ef35623684246cb76e5c920193fc]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [069554851043b414d94e2b0aa692842a2d33587d]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a8b72db9a8052308d3de5da56d088c8df02abb0c]

        CWS-TOOLING: integrate CWS tbo05 2009-03-24 16:34:39 +0100 tbo  r269967 : #i97837# fix options page 2009-03-17 19:24:32 +0100 tbo  r269627 : #i97837# 2009-03-17 19:17:57 +0100 tbo  r269626 : #i97837# 2009-03-17 19:14:15 +0100 tbo  r269625 : #i97837#

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [416c2b8219a9b06c256215ac87dea20a584350f6]

        CWS-TOOLING: integrate CWS tbo05 2009-03-24 16:34:39 +0100 tbo  r269967 : #i97837# fix options page 2009-03-17 19:24:32 +0100 tbo  r269627 : #i97837# 2009-03-17 19:17:57 +0100 tbo  r269626 : #i97837# 2009-03-17 19:14:15 +0100 tbo  r269625 : #i97837#

2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [05edec8ff965d8e0c6001a7d22fce42a5d28f9a5]

        #i92516# add: quick job

2009-04-01  Philipp Lohmann  <pl@openoffice.org>  [eb33f63659624b99dd8c222bdfb15ff24dcd09af]

        #i92516# add: direct and api properties on print jobs

2009-10-08  hg  <hg@oosvn01.>  [9558603aab9d2c845c64723247a653873fb526e6]

        merge with m44

2009-10-08  hg  <hg@oosvn01.>  [32f0a0bfa121b7b19666c3d0b89d0090e29aba32]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [778d482bd67232e915d6b81fd8a269ff3cce6f84]

        merge

2009-04-01  Andre Fischer  <af@openoffice.org>  [789327979618b8e6d6cb1577167e1999010dc23c]

        #i48719# Fixed compilation problem.

2009-04-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9cee1c436c62f1e3a022ef2e7b4bfe1e3f46de66]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [2a0da0f1ad217b2813ea969e33cef37eb1526299]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [84daf70e3219642a13abdfbf2c030d414ebaac43]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [a7571a96c307b85349eaadf0d5d9c777c7881137]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [cc01b14ca1e76bcfd3abd6141d4250bc3d7cc7d5]

        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>  [4313da356abe8254095a3c9a8f05eab695e2477c]

        add missing newline at EOF

2009-03-31  Philipp Lohmann  <pl@openoffice.org>  [d589b3562db69a644490300fe0949c5a3dafbc75]

        remove warnings

2009-03-31  Philipp Lohmann  <pl@openoffice.org>  [8ef0b97b08054eaf07b1f684f41ef91f47a76772]

        add: clip metafiles on rectangles

2009-03-30  Andre Fischer  <af@openoffice.org>  [a67a6491ab75bdb4c177994b080c6dac4a9c2b25]

        #i92516# Activated support for printing just the selected shapes.  Fixed handling of the orientation.

2009-03-28  Philipp Lohmann  <pl@openoffice.org>  [d314f09fd3477c9850493e4156bf96cfeb014aad]

        N-Up printing

2009-03-28  Philipp Lohmann  <pl@openoffice.org>  [d6a769554e5d7e263f4b388784d467776bc9b548]

        remove warning

2009-03-27  Philipp Lohmann  <pl@openoffice.org>  [71332919f5a9829758b1f150119c71c0fd5447ec]

        n-up printing preparations

2009-03-27  Andre Fischer  <af@openoffice.org>  [d03078d55b74168855596292c8c83708feb63523]

        #i98806# Added mbIsSoundEnabled member.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e4999d3822e6fa46c6ab63dc0054bd8f734221]

        slideshow1: merge with DEV300 m44

2009-03-27  Philipp Lohmann  <pl@openoffice.org>  [ae603438b2a8de0c363270b162b52ca17a2d4988]

        unify page metafiles

2009-03-27  Andre Fischer  <af@openoffice.org>  [c58c208977fafd00747856d3185c2703ca9b4c12]

        #i48179# Added gotoPreviousEffect() method.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd5e68b9b29fc408b7ab610183ffc37420876bea]

        slideshow1: merge with DEV300 m44

2009-03-27  Andre Fischer  <af@openoffice.org>  [888fa3fad970fd3ba460c97bd8ffe23d1c636767]

        Added missing file.

2009-11-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ae8fd8c2a9283171cdf0eaba1bbf7af4673e605]

        slideshow1: merge with DEV300 m44

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [839d1453b4318bf1b8819f67e78b6f801d1041b0]

        #i92516# dependency indenting

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [227c5f207931e2025e85fc751e4b13cc86bb5a98]

        #i92516# sizing issues

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [a8466c6d9bdc60423ad990199ebe0ec0ab82048f]

        #i92516# handle page count 0

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [be2cfb8a938996e94f26c1ce8fe8424e9d0d5c4a]

        #i92516# correct property value

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [1fafe15ea0d0cde6054c737abb46addde890b1ca]

        #i92516# correct property name

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [1c3b1f0273aed225fa3fcc49e35f7c21a7f48d01]

        #i92516# selection notification

2009-03-26  Andre Fischer  <af@openoffice.org>  [560a37d75b08c3c97ce0c51bbaf0269af590044a]

        #i92516# Initial support for page selection.

2009-03-26  Philipp Lohmann  <pl@openoffice.org>  [e0d8f18a7d0e462706be41c2995c36f582adb883]

        #i92516# print ranges, accessory view

2009-03-26  Oliver Bolte  <obo@openoffice.org>  [e72ee45bf35bde63cbdd8daef1507455e76c2543]

        #i10000# fix for wntmsci10

2009-03-25  Release Engineers  <releng@openoffice.org>  [209262bc20e05a17409d4eccb9c955b84fdc6c19]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [5a2c534c54e1184171f1d22f16e6f498e63a7e41]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [37c08b5bcbf2fba47352e78bb8c53faca5c6df1a]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [47c1593f2c8cb8212dec994f696b1a564063464d]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [4c21d28b6be2a07b6f91aae401f347b5877a123d]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [fcf2bc5286a54cd4340e48ac5df8e383076eee92]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Release Engineers  <releng@openoffice.org>  [de5c16fb35d376692e3ab7dfabd9dc66795fbe64]

        Create DEV300_m45 milestone tag from trunk@270031

2009-03-25  Andre Fischer  <af@openoffice.org>  [08b4374045238631144b6927bf6f1253e98cd6b2]

        #i48179# Added support for stepping back by effect.

2009-03-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [12da69bfc21ba4f0fa6b78ed9680c97b06c28aa6]

        #i10000# - workaround perl malloc problem on mac

2009-03-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [32255b71cde0b5ed458a3864e01031ff4ffbed43]

        #i10000# - workaround perl malloc problem on mac

2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [e9851ccef51bbecc4a7e3bc0ccc78e4a448de88b]

        #i91478# change to latest property changes

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [da563f5ef8b76a5443969759e31f98ae9952f434]

        DEV300

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3e6e844cad3f477585eb053a7470dcbc4530ecc2]

        #i100468# point to server dir

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [173829f82f953ffee03558b57e6ef9036a08b9f1]

        #i10000#- missing dependency

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0c01055a1a50b7851755d6a564b5c5906e54d286]

        CWS-TOOLING: integrate CWS automation_gapplication_unify 2009-03-24 14:40:09 +0100 jsk  r269948 : #i99878# - and another one... 2009-03-24 14:36:22 +0100 jsk  r269946 : #i99878# - another one... 2009-03-23 14:52:17 +0100 jsk  r269873 : #i99878# replace DESKTOP with BACKGROUND 2009-03-23 12:49:08 +0100 jsk  r269868 : #i99878# - special focus on database application 2009-03-23 12:46:13 +0100 jsk  r269867 : #i100474# - fix broken writer update testcase names 2009-03-20 15:44:29 +0100 jsk  r269817 : #i99878 - Step 3: Fixing round three - applications.txt 2009-03-20 15:40:43 +0100 jsk  r269816 : #i99878 - Step 3: Fixing round two - .bas-files 2009-03-20 15:19:04 +0100 jsk  r269813 : #i99878 - Step 3: Fixing round one 2009-03-20 15:01:07 +0100 jsk  r269811 : #i99878 - Step 1: rename, Step 2: Uppercase

2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [f55d6646b5ad5051ca9a8c2dd97c2309bbed1782]

        #i92516# paper orientation, free resource of progress dialog

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a472657291aacedbbe87a38194a744e25ed1ac1d]

        CWS-TOOLING: integrate CWS gh16 2009-03-24 11:26:56 +0100 gh  r269930 : #i100151# 2009-03-24 11:26:18 +0100 gh  r269928 : #i100151#fix a renaming issue 2009-03-20 12:31:00 +0100 gh  r269795 : #i100356# some fixes required 2009-03-19 17:20:02 +0100 gh  r269760 : #i100151# generate UserFeedback names 2009-03-19 17:17:49 +0100 gh  r269759 : #i100151# deliver *.win files 2009-03-19 17:15:10 +0100 gh  r269758 : #i100151# generate UserFeedback names and deliver them 2009-03-19 11:38:53 +0100 gh  r269737 : #i100356# write logs to stdout. enable with switch -printlog 2009-03-12 14:15:48 +0100 gh  r269408 : #i98580# build failed when debug enabled 2009-03-12 13:55:50 +0100 gh  r269404 : #i61192#fix lineendings in hid.lst

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [68b1055e55777f2cee3af6b4bd2ad1538a832e8e]

        CWS-TOOLING: integrate CWS gh16 2009-03-24 11:26:56 +0100 gh  r269930 : #i100151# 2009-03-24 11:26:18 +0100 gh  r269928 : #i100151#fix a renaming issue 2009-03-20 12:31:00 +0100 gh  r269795 : #i100356# some fixes required 2009-03-19 17:20:02 +0100 gh  r269760 : #i100151# generate UserFeedback names 2009-03-19 17:17:49 +0100 gh  r269759 : #i100151# deliver *.win files 2009-03-19 17:15:10 +0100 gh  r269758 : #i100151# generate UserFeedback names and deliver them 2009-03-19 11:38:53 +0100 gh  r269737 : #i100356# write logs to stdout. enable with switch -printlog 2009-03-12 14:15:48 +0100 gh  r269408 : #i98580# build failed when debug enabled 2009-03-12 13:55:50 +0100 gh  r269404 : #i61192#fix lineendings in hid.lst

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [676aab14a11f031b501a8dca97403d020bc665d0]

        CWS-TOOLING: integrate CWS gh16 2009-03-24 11:26:56 +0100 gh  r269930 : #i100151# 2009-03-24 11:26:18 +0100 gh  r269928 : #i100151#fix a renaming issue 2009-03-20 12:31:00 +0100 gh  r269795 : #i100356# some fixes required 2009-03-19 17:20:02 +0100 gh  r269760 : #i100151# generate UserFeedback names 2009-03-19 17:17:49 +0100 gh  r269759 : #i100151# deliver *.win files 2009-03-19 17:15:10 +0100 gh  r269758 : #i100151# generate UserFeedback names and deliver them 2009-03-19 11:38:53 +0100 gh  r269737 : #i100356# write logs to stdout. enable with switch -printlog 2009-03-12 14:15:48 +0100 gh  r269408 : #i98580# build failed when debug enabled 2009-03-12 13:55:50 +0100 gh  r269404 : #i61192#fix lineendings in hid.lst

2009-03-24  Philipp Lohmann  <pl@openoffice.org>  [26be0416191c63110e51077f70c1df99ddb7525b]

        #i92516# page selection needs to be handled by application

2009-03-24  Andre Fischer  <af@openoffice.org>  [3bd28753082fbc07c7b23cca9a225edf350c245b]

        #i98806# Added IsSoundEnabled property to mute sound in some slide show views.

2009-03-24  Andre Fischer  <af@openoffice.org>  [3444422cc1fd774961c43d5699a15f4e4b13d6d1]

        #i98806# Added IsSoundEnabled property to mute sound in some slide show views.

2009-03-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [16024b5db002424bc0685c7f093fb6e58df5c12a]

        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-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [2d6a5f8abdbeaa42e47f60756e2fda10d7342b51]

        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-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7e99702f8e6a692ff8bcbfcfc1d81d2bd784584b]

        CWS-TOOLING: integrate CWS obo36 2009-03-19 14:29:45 +0100 obo  r269745 : #i71528#,#i96957# new build process for windows 2009-01-23 10:47:46 +0100 obo  r266788 : CWS-TOOLING: rebase CWS obo36 to trunk@266428 (milestone: DEV300:m39)

2009-03-24  Vladimir Glazounov  <vg@openoffice.org>  [0408d3a190ec741ce0565f3a9d12985d95d08edd]

        #100000# set LD_LIBRARY_PATH for rmpbuild

2009-03-24  Andre Fischer  <af@openoffice.org>  [bf91a397c0a89521727789efa0c8f64811b91872]

        #i100047# Calling updateStateIds() from createAttributeLayer().

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [46998c5e886f07c4207efe159c9085c760cd943e]

        CWS-TOOLING: integrate CWS sw31bf09_DEV300 2009-03-18 12:46:54 +0100 od  r269652 : #i100277# Assure that under all circumstances paragraph styles, whose 	  parent paragraph style is assigned to a list level of the outline style, 	  does not inherit the outline level attribute.

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [76703cd5a8c37d1911481104dcfc2e9f13de93ea]

        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>  [877e0b86687eb0dd3fe9ddd9ef290c6909f8da30]

        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>  [b9b433d81bb30cf5999b4eb75b452cc49f993add]

        CWS-TOOLING: integrate CWS automation310e_DEV300 2009-03-20 12:09:30 +0100 msc  r269793 : #100389#

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9ecd04c8188d14db41e36e777901f8ce930eb3cf]

        CWS-TOOLING: integrate CWS automation310d_DEV300 2009-03-19 09:49:31 +0100 jsk  r269729 : #i100313 - Fix newly introduced typo printloig 2009-03-19 08:13:52 +0100 jsk  r269714 : #i100344 - Extend the fix 2009-03-19 07:58:23 +0100 jsk  r269713 : #i100343 - Check for bad variable in tUsageTracking1 2009-03-19 07:54:56 +0100 jsk  r269712 : #i100344 - tEvolutionProperties - Evolution missing fix 2009-03-19 07:53:42 +0100 jsk  r269711 : #i100313 - ReportBuilder timeout fix 2009-03-18 14:43:49 +0100 wg  r269668 : i100233 2009-03-18 14:43:33 +0100 wg  r269667 : i100233 2009-03-18 14:41:58 +0100 wg  r269666 : i100233 2009-03-18 14:01:54 +0100 wg  r269661 : i100233 2009-03-17 20:39:26 +0100 jsk  r269631 : #i100233# 2009-03-17 20:25:45 +0100 jsk  r269630 : #i100232# 2009-03-17 20:22:13 +0100 jsk  r269629 : #i100233# 2009-03-17 16:05:58 +0100 wg  r269615 : i100233 2009-03-17 14:32:56 +0100 jsk  r269607 : #i100039# 2009-03-17 13:52:32 +0100 wg  r269606 : i100233 2009-03-17 13:39:54 +0100 jsk  r269604 : #i100267# 2009-03-17 13:36:31 +0100 wg  r269603 : i100233 2009-03-17 13:30:59 +0100 jsk  r269602 : #i100233#

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [60b884d262229438377396d1eee614f93a3fd2fd]

        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-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3ae16dea27c80cfa86e6373a15af25f9e2b9194]

        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-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a90774683ad9f7e053f427619fcd2d6ee97ea5fa]

        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-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e0998491a09e682106574806eaf8274728817da6]

        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-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [359a525d48d9dacb4b3fdd79b35b8632ca0b2c39]

        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-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [03548f0f6545434567248b9ab818f7b5cb5879e6]

        CWS-TOOLING: integrate CWS native238_DEV300 2009-03-19 10:48:03 +0100 is  r269730 : #i100258# copyright for system integration packages 2009-03-18 14:44:04 +0100 is  r269669 : #i100258# license also into system integration packages 2009-03-18 14:23:56 +0100 ihi  r269664 : removed debug stuff 2009-03-18 13:24:17 +0100 ihi  r269655 : #i100305# 30 -> 3 2009-03-17 17:06:59 +0100 is  r269619 : #i100258# license files into solaris packages 2009-03-17 16:25:39 +0100 is  r269616 : #i100258# license file into solaris packages

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d9fc2ae555d5da6be68f8baec950b022d3a5a9f3]

        CWS-TOOLING: integrate CWS native238_DEV300 2009-03-19 10:48:03 +0100 is  r269730 : #i100258# copyright for system integration packages 2009-03-18 14:44:04 +0100 is  r269669 : #i100258# license also into system integration packages 2009-03-18 14:23:56 +0100 ihi  r269664 : removed debug stuff 2009-03-18 13:24:17 +0100 ihi  r269655 : #i100305# 30 -> 3 2009-03-17 17:06:59 +0100 is  r269619 : #i100258# license files into solaris packages 2009-03-17 16:25:39 +0100 is  r269616 : #i100258# license file into solaris packages

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4a070d46056349f33bec74572bfa940c975fa0a6]

        CWS-TOOLING: integrate CWS dba31k_DEV300 2009-03-17 11:26:36 +0100 oj  r269582 : #i100219# clean up refcount handling

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dc0c53db2abd77ae481ba30280b153cca47c3230]

        CWS-TOOLING: integrate CWS rptfix06_DEV300 2009-03-19 08:14:23 +0100 rene  r269715 : #i10000# 2009-03-18 23:48:16 +0100 rene  r269709 : #i100334# also reportbuilder 2009-03-18 22:39:42 +0100 rene  r269706 : #i100334# fix build with system apache-commons 2009-03-18 22:34:24 +0100 rene  r269705 : #i100335# build libs only when needed 2009-03-17 13:24:17 +0100 rene  r269600 : fix system-* for the SRB

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [ddab0ce7a201c26351925db49ea435f2d7a6170a]

        CWS-TOOLING: integrate CWS native235_DEV300 2009-03-13 15:30:12 +0100 is  r269487 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:41:03 +0100 is  r269471 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:38:38 +0100 is  r269470 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:37:59 +0100 is  r269469 : #i100131# major upgrade for Java GUI Installer 2009-03-12 18:47:26 +0100 is  r269437 : #i100131# major upgrade for Java GUI Installer 2009-03-12 18:46:52 +0100 is  r269436 : #i100131# major upgrade for Java GUI Installer 2009-03-11 17:17:37 +0100 is  r269345 : #i100131# Major Ugrade for Java GUI Installer 2009-03-11 17:11:38 +0100 is  r269344 : #i100131# Major Ugrade for Java GUI Installer 2009-03-11 17:10:59 +0100 is  r269343 : #i100131# Major Ugrade for Java GUI Installer

2009-03-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [39bb0302c4389b075e008c8174d262b6c0692534]

        CWS-TOOLING: integrate CWS native235_DEV300 2009-03-13 15:30:12 +0100 is  r269487 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:41:03 +0100 is  r269471 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:38:38 +0100 is  r269470 : #i100131# major upgrade for Java GUI Installer 2009-03-13 12:37:59 +0100 is  r269469 : #i100131# major upgrade for Java GUI Installer 2009-03-12 18:47:26 +0100 is  r269437 : #i100131# major upgrade for Java GUI Installer 2009-03-12 18:46:52 +0100 is  r269436 : #i100131# major upgrade for Java GUI Installer 2009-03-11 17:17:37 +0100 is  r269345 : #i100131# Major Ugrade for Java GUI Installer 2009-03-11 17:11:38 +0100 is  r269344 : #i100131# Major Ugrade for Java GUI Installer 2009-03-11 17:10:59 +0100 is  r269343 : #i100131# Major Ugrade for Java GUI Installer

2009-03-23  Philipp Lohmann  <pl@openoffice.org>  [cfdd708a1413614a293ea32c46a447ee511f898b]

        add missing view.srs

2009-03-23  Philipp Lohmann  <pl@openoffice.org>  [0a707e8943dc705ae645ca56f684d3da1c5ae5ba]

        remove no longer existing unoidl.srs

2009-03-23  Philipp Lohmann  <pl@openoffice.org>  [d572c70bf4bb3d3c718a46cd9205a3af515e7215]

        remove some more warnings

2009-03-23  Philipp Lohmann  <pl@openoffice.org>  [6fc89fa299bf4318e2d1d45a5abde304f83847c5]

        fix some compile problems

2009-10-08  hg  <hg@oosvn01.>  [4b640185b11596802a52beee0ac5b81caf58ab41]

        merge with m44

2009-03-21  Philipp Lohmann  <pl@openoffice.org>  [59637e019af5e391557f4a897c64d5bb0744f662]

        solve a warning

2009-10-08  hg  <hg@oosvn01.>  [3e523c1a7633731154ef8b19b0e206bec5a348cf]

        merge with m44

2009-03-20  Release Engineers  <releng@openoffice.org>  [ad6387ed0a69b85fb6b49beb5c572c1bbf6ced74]

        #i10000# additional files for mhu17

2009-03-20  Release Engineers  <releng@openoffice.org>  [b3346550b44737fc3395314c483cef2e71636827]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [17ca33d11352af246ecbb2f2c92e614aff4e1021]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [c40593acab2ca757749a2d799ab83cbca7da06ac]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [16074937935a6e5f5b2a65f848290f86697552bf]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [a9bcc691d3c596b91f56684c89f68764afa047dc]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [f96f459450f40ee7abc94b6fd1c64c673ad75a6a]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [b44e59c60fb1d32d3e62dc76f7c4257228c55561]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [972d5e8537b0331718d76b2a0fc6f3d82490b59b]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [0f620086c3e190a446109b9e27ec979550c4963c]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [62e66701332f8b73a7c21a31fffa33b8887acaca]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [6585b28535c4441e9f7f3cf61b7357dd9e5e2a6a]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [dfc999fee3f12c22cfd6656a470d5f692e265d23]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [f80c43f07153116e4ba37ed5e5fb72a94b4beaca]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-20  Release Engineers  <releng@openoffice.org>  [fd7216ce2faff3891f45afc1d3ab4a4418851c70]

        Create DEV300_m44 milestone tag from trunk@269780

2009-03-19  Andre Fischer  <af@openoffice.org>  [3667b8e20a4c35aa2dfae63f159b2c96b4ade2b1]

        #i92516# Refactored printing code, adapted it to new printing model, moved it to DocumentRenderer.

2009-10-08  hg  <hg@oosvn01.>  [d86b0af90e13900653d8cdd71d1520f532aed391]

        merge with m40

2009-10-08  hg  <hg@oosvn01.>  [935a38968623d0f615aebca13544789443e1c8c1]

        merge

2009-03-19  Release Engineers  <releng@openoffice.org>  [bc3487dab5ccca0f3e5c9785f088a3a4100b9718]

        #i10000# added missing LIBRARYVERSION

2009-03-19  Release Engineers  <releng@openoffice.org>  [5e0646b43f0ee4df3442e945b058957a18e4adda]

        #100000# get rid of warning

2009-03-19  Release Engineers  <releng@openoffice.org>  [1a0aa3978c87c8a30f69a79525e6fb3969298a3a]

        #100000# rpmbuild instead of rpm-wrapper for the new unxlngi6 baseline

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [c5046bc3c7966022c3688e930f0a8937e9cc563b]

        #i92516# avoid warning

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [66aed8209ab069db511c8007f7bb3ce99a77814b]

        #i92516# less flicker

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [bc2ad9920bb0d88a9058a57364335938cfee99c7]

        #i92516# filter transparencies, react on user cancel

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [293e5da2a08ee302ead25400eea0b6f95d35c36e]

        #i92516# add progress during printing

2009-03-18  Ivo Hinkelmann  <ihi@openoffice.org>  [21c5cdaa547f3dbbd645a64aa8bf56846fc2f599]

        #i100212# added new langs

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [f234c2134928e11c9e08e4c97fd4e725e4675320]

        fix some warnings

2009-03-18  Philipp Lohmann  <pl@openoffice.org>  [26b3a7682ef493f20c59ae583345fcf6cc58f3d4]

        #i92516# add progress during printing

2009-03-18  Vladimir Glazounov  <vg@openoffice.org>  [213326d30b4960998e0c0292895191a86db39e61]

        #i10000# regenerated configure

2009-03-18  Vladimir Glazounov  <vg@openoffice.org>  [203ab700d2637d5f930b2108b9c5a2fa01452a50]

        DEV300

2009-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2e0c654895a69f8f77bd011cd657eea4172391d0]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [dd4cb8ff68eee6657c12cd0f4d2f832290ba21ec]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [4140aa38e45d3992cd339e7c5aca129cfa8dbe5d]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [23e8f53581b10fecdc5ad613a37bc37ba8c87f8b]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [c6a7b38c00c71c2b30cec3000f946fdbf32bb9e6]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [76afd6157a11407983da6f8beecadec31b91e71d]

        CWS-TOOLING: integrate CWS native234_DEV300 2009-03-05 16:52:26 +0100 is  r268926 : #i99899# packageversion 3.1.0 also for writer2latex package

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [82708306d974e9f76a43f51ca64547d2da539e42]

        CWS-TOOLING: integrate CWS configure24_DEV300 2009-03-06 10:31:03 +0100 rene  r268982 : #i10000# more syntax 2009-03-06 09:55:08 +0100 rene  r268978 : #i10000# syntax (thanks tinderbox) 2009-03-06 09:52:35 +0100 rene  r268976 : #i99864# $JRETOOLKITDIR also need to be ifed 2009-03-05 18:22:24 +0100 rene  r268935 : #i99864# readd support for lemote 2009-03-05 17:58:36 +0100 rene  r268934 : fix description 2009-03-05 17:56:11 +0100 rene  r268933 : CWS-TOOLING: rebase CWS configure24 to branches/OOO310@268862 (milestone: OOO310:m4) 2009-03-05 15:11:07 +0100 rene  r268909 : #i10000# error out if libdb not valid #i99924# force ICU 4.x 2009-03-04 14:15:16 +0100 rene  r268825 : #i99864# OpenJDK has mipsel as path, same as gcj 2009-03-03 09:50:31 +0100 rene  r268710 : #i10000# fix MIPS 2009-02-27 13:40:07 +0100 rene  r268590 : #i99490# allow db 4.7

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [46dfc893a9f36622e201a8168dc915db9794b695]

        CWS-TOOLING: integrate CWS calcsoli2_DEV300 2009-02-24 21:05:58 +0100 nn  r268409 : #i99576# no optimization for tabcont.cxx on unxsoli4

2009-03-17  Philipp Lohmann  <pl@openoffice.org>  [5783a05227e2cd847680dc731c65c8f8e0587a15]

        #i92516# make dialog resizeable

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [7f490ef8614159ca8be36cc6eb9ed6117e81518e]

        CWS-TOOLING: integrate CWS cl12_DEV300 2009-02-28 11:04:48 +0100 cl  r268621 : #i99678# correctly initialize paragraph vector for edit engine text 2009-02-27 16:16:25 +0100 dr  r268605 : #i99710# lost cloning of outlinerparaobject

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [2d496c51fa686e379b4de2a0f085665250859427]

        CWS-TOOLING: integrate CWS cl12_DEV300 2009-02-28 11:04:48 +0100 cl  r268621 : #i99678# correctly initialize paragraph vector for edit engine text 2009-02-27 16:16:25 +0100 dr  r268605 : #i99710# lost cloning of outlinerparaobject

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [0aa068143e1e5dd56da40b42cca6f57862da4245]

        CWS-TOOLING: integrate CWS sw31bf07_DEV300 2009-03-10 12:55:42 +0100 od  r269266 : #i100014# - adjust <Outliner::ImplCheckParagraphs(..)> and its usage to avoid endless loop 2009-03-10 10:24:45 +0100 od  r269250 : #i100035# method <SwView::~SwView()> 	  - set member variable <mpPostItMgr> to 0 after its destruction             to suppress further access on it. 2009-03-10 10:10:05 +0100 od  r269247 : #i100043# method <OutWW8_SwTxtNode(..)>           - if paragraph is numbered via set list style at paragraph style             and list level indent values of LABEL_ALIGNMENT list level style             not applicable, put indent values into temporary itemset for export             NOTE: This is a correction of fix for issue i94187

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [2a6abe21ca8723123c5957369c0c518db37ad02e]

        CWS-TOOLING: integrate CWS sw31bf07_DEV300 2009-03-10 12:55:42 +0100 od  r269266 : #i100014# - adjust <Outliner::ImplCheckParagraphs(..)> and its usage to avoid endless loop 2009-03-10 10:24:45 +0100 od  r269250 : #i100035# method <SwView::~SwView()> 	  - set member variable <mpPostItMgr> to 0 after its destruction             to suppress further access on it. 2009-03-10 10:10:05 +0100 od  r269247 : #i100043# method <OutWW8_SwTxtNode(..)>           - if paragraph is numbered via set list style at paragraph style             and list level indent values of LABEL_ALIGNMENT list level style             not applicable, put indent values into temporary itemset for export             NOTE: This is a correction of fix for issue i94187

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [482fa4ca7c94ccd58b51bc2b9e02addebb20a55e]

        CWS-TOOLING: integrate CWS hb20_DEV300 2009-03-10 09:17:27 +0100 od  r269243 : #i100043# method <OutWW8_SwTxtNode(..)> 	  - if paragraph is numbered via set list style at paragraph style 	    and list level indent values of LABEL_ALIGNMENT list level style 	    not applicable, put indent values into temporary itemset for export 	    NOTE: This is a correction of fix for issue i94187 2009-03-06 08:42:17 +0100 od  r268967 : #i99665# method <SwNoTxtFrm::PaintPicture(..)> 	 - adjust AntiAliasing mode at output device for the output 	   of the chart OLE replacement image 2009-03-05 12:04:34 +0100 od  r268894 : #i99876# method <ObjectContactOfPageView::DoProcessDisplay(..)> 	 - set the ClipRegion as ViewRange on printing, as already done on PDF export 2009-03-05 11:48:13 +0100 od  r268891 : #i99822# method <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)>          - do not apply list level formatting indents directly at the text node            for list levels of position and space mode LABEL_ALIGNMENT 2009-03-05 09:25:24 +0100 hbrinkm  r268876 : #i99789# write vertical merge flags 2009-03-05 08:30:31 +0100 hbrinkm  r268872 : CWS-TOOLING: rebase CWS hb20 to branches/OOO310@268862 (milestone: OOO310:m4)

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [619359bed37630d860b43935e9cf27ee46fd40d5]

        CWS-TOOLING: integrate CWS hb20_DEV300 2009-03-10 09:17:27 +0100 od  r269243 : #i100043# method <OutWW8_SwTxtNode(..)> 	  - if paragraph is numbered via set list style at paragraph style 	    and list level indent values of LABEL_ALIGNMENT list level style 	    not applicable, put indent values into temporary itemset for export 	    NOTE: This is a correction of fix for issue i94187 2009-03-06 08:42:17 +0100 od  r268967 : #i99665# method <SwNoTxtFrm::PaintPicture(..)> 	 - adjust AntiAliasing mode at output device for the output 	   of the chart OLE replacement image 2009-03-05 12:04:34 +0100 od  r268894 : #i99876# method <ObjectContactOfPageView::DoProcessDisplay(..)> 	 - set the ClipRegion as ViewRange on printing, as already done on PDF export 2009-03-05 11:48:13 +0100 od  r268891 : #i99822# method <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)>          - do not apply list level formatting indents directly at the text node            for list levels of position and space mode LABEL_ALIGNMENT 2009-03-05 09:25:24 +0100 hbrinkm  r268876 : #i99789# write vertical merge flags 2009-03-05 08:30:31 +0100 hbrinkm  r268872 : CWS-TOOLING: rebase CWS hb20 to branches/OOO310@268862 (milestone: OOO310:m4)

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [c82c3e12f84673c323ce331885841e5b45b8d96e]

        CWS-TOOLING: integrate CWS mav48_DEV300 2009-03-09 12:55:54 +0100 mav  r269080 : #i99918# provide decoded version of the name 2009-03-09 10:14:59 +0100 mav  r269064 : #99967# let readonly files be correctly recognized 2009-03-09 07:04:09 +0100 mav  r269056 : #i99922# fix the typo 2009-03-06 14:10:29 +0100 mav  r269005 : #i99922# convert system path correctly 2009-03-06 13:53:45 +0100 mav  r269001 : #i99922# Prevent the problem for the case that the configuration contains wrong URL 2009-03-06 13:16:56 +0100 mav  r268999 : #i99919# handle SID_OPENHYPERLINK correctly in slide-show

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [96f1e7bbb408f80098161a8fdacf722e379e328b]

        CWS-TOOLING: integrate CWS mav48_DEV300 2009-03-09 12:55:54 +0100 mav  r269080 : #i99918# provide decoded version of the name 2009-03-09 10:14:59 +0100 mav  r269064 : #99967# let readonly files be correctly recognized 2009-03-09 07:04:09 +0100 mav  r269056 : #i99922# fix the typo 2009-03-06 14:10:29 +0100 mav  r269005 : #i99922# convert system path correctly 2009-03-06 13:53:45 +0100 mav  r269001 : #i99922# Prevent the problem for the case that the configuration contains wrong URL 2009-03-06 13:16:56 +0100 mav  r268999 : #i99919# handle SID_OPENHYPERLINK correctly in slide-show

2009-03-17  Vladimir Glazounov  <vg@openoffice.org>  [792cbc03aef3873ba89c61db708898d96d6a52f8]

        CWS-TOOLING: integrate CWS fwk105_DEV300 2009-03-12 14:17:34 +0100 od  r269409 : #i100132# method <WW8ListManager::GetNumRuleForActivation(..)> 	  use <SwNumRule::Get(..)> instead of <SwNumRule::GetNumFmt(..)> 2009-03-12 10:33:48 +0100 hbrinkm  r269369 : #i99564# SwWW8ImplReader::TabCellEnd: only remove paragraph, if table end is before current insert point

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [416d7a0fba60573e27ab2388ea4ce3a023b5e2d8]

        CWS-TOOLING: integrate CWS hr60_DEV300 2009-03-16 16:54:59 +0100 hr  r269560 : #i100152#: implement query 'integratedinto' 2009-03-12 18:37:44 +0100 hr  r269435 : #i100152#: fix typo 2009-03-12 18:20:27 +0100 hr  r269433 : #i100152#: fix relink for top level files 2009-03-12 17:46:53 +0100 hr  r269430 : CWS-TOOLING: rebase CWS hr60 to branches/OOO310@269350 (milestone: OOO310:m5) 2009-03-12 15:17:47 +0100 hr  r269423 : #i100152# link top level files into src directory 2009-03-12 14:51:10 +0100 hr  r269419 : #i100500#: implement check for mixed revisions before 'cws rebase -m' 2009-03-10 17:38:13 +0100 hr  r269285 : #i100104#: update masterws part of Cws object after associating it with a new cws

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [44e008b01f72c3f02ab3328cdc44f987617f272b]

        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  Vladimir Glazounov  <vg@openoffice.org>  [e7665daf750dbf1e8057f220b0f1b5a6868974c8]

        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>  [38caca6fb87a3627747266a2af766f64c456a946]

        #i92516# reorder jobsetup and printer controls for better usability

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [4c5d19f0a9bbacf9e7a8559be043acd34940fd5b]

        CWS-TOOLING: integrate CWS calc31stopper3_DEV300 2009-03-12 17:41:49 +0100 er  r269429 : #i100135# reference (position and size) never changes for external references when inserting/deleting/moving cells 2009-03-12 15:29:31 +0100 dr  r269424 : #i10000# missing parentheses 2009-03-12 15:15:11 +0100 dr  r269422 : #i100148# handle empty text shapes

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b35d11c41cd6135c74299f3129e4711d09caa7dc]

        CWS-TOOLING: integrate CWS calc31stopper3_DEV300 2009-03-12 17:41:49 +0100 er  r269429 : #i100135# reference (position and size) never changes for external references when inserting/deleting/moving cells 2009-03-12 15:29:31 +0100 dr  r269424 : #i10000# missing parentheses 2009-03-12 15:15:11 +0100 dr  r269422 : #i100148# handle empty text shapes

2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [012730f704b81d31471afbe90b93915b8ce14a8d]

        #i92516# add range control

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d398d7b03cdd019e2dd6eae41463418d01be8320]

        CWS-TOOLING: integrate CWS automation310c_DEV300 2009-03-16 13:33:04 +0100 jsk  r269530 : #i100184 2009-03-16 13:31:17 +0100 jsk  r269528 : #i100232#

2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [ccb652059ab56dd52dc72d91b5bc49cdbfe18d37]

        #i92516# call handler only once for radio button change

2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [60608f2a8dbdb4fac768de164aba0ef8b1b1b0b5]

        #i92516# add: control dependencies (round 1)

2009-03-16  Andre Fischer  <af@openoffice.org>  [3c85687a7431d6cd21e09c74169258d2e4e3f2ae]

        #i92516# Fixed minor compilation problem.

2009-03-16  Philipp Lohmann  <pl@openoffice.org>  [e26c7a2da1f71d947332886157b0f6b381f20d0d]

        #i92516# UI property value for lists and radio button groups is now numerical index in value list

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e33b2b6d4d4056cb8f057f53cfbf0a573cc7c909]

        CWS-TOOLING: integrate CWS calc31stopper2_DEV300 2009-03-10 15:35:05 +0100 dr  r269277 : #i100096# allow multiselection of shapes again... 2009-03-10 10:44:13 +0100 nn  r269253 : #i100070# write chart ranges correctly, temporarily also allow wrong syntax when loading 2009-03-09 17:36:48 +0100 iha  r269207 : #i100062# charts loose data when copying from calc to impress or writer 2009-03-09 14:20:52 +0100 nn  r269108 : #i100042# ScTabViewShell::Construct: still have to check for linked sheets

2009-03-16  Andre Fischer  <af@openoffice.org>  [76209b6a59fd6fdd8f2301c889989d06515fbdae]

        #i92516# Added handlers and propery map.

2009-10-08  hg  <hg@oosvn01.>  [cb96fd830b26c7224ede88691ca4f06a989ee7cb]

        merge with m40

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2bafee19286bac50f8bb45e740a6b8275bbbef36]

        #i100000# roll back changes from mla01

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [3fa6016cfe4ceff50f08f6a6599c96b3b32f2e8d]

        CWS-TOOLING: integrate CWS calc31stopper_DEV300 2009-03-04 19:46:06 +0100 dr  r268863 : #i99844# do not remove broadcaster from deleted cells before broadcasting the change

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [566d54fc21efaa8be2b3044c8730a125eafdd00d]

        CWS-TOOLING: integrate CWS chartranges_DEV300 2009-03-04 08:33:56 +0100 hde  r268783 : #99762# 2009-03-02 16:31:38 +0100 nn  r268665 : #i99762# overlaps: disjoint to one side means no overlap

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [21585397c56f0c046994370f3e168d54cf230e8a]

        CWS-TOOLING: integrate CWS chartranges_DEV300 2009-03-04 08:33:56 +0100 hde  r268783 : #99762# 2009-03-02 16:31:38 +0100 nn  r268665 : #i99762# overlaps: disjoint to one side means no overlap

2009-03-16  Oliver Bolte  <obo@openoffice.org>  [9fdd532e921a80a0382350afa705496f0f82b47e]

        #i96417# add GNUPATCH for cygwin

2009-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ba278e36fdb2b548889bcc29262590f45ce66a5f]

        CWS-TOOLING: integrate CWS xmergeclean 2009-02-18 17:23:25 +0100 cmc  r268246 : #i99387# add a final DOM->XML serialization fallback and clean up trivial warnings

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [2a9ce5c1644ec4c0dc9e4061ac45b8c79cdf6fc3]

        CWS-TOOLING: integrate CWS automation310b_DEV300 2009-03-10 08:27:48 +0100 jsk  r269238 : #i100045# 2009-03-10 08:26:52 +0100 jsk  r269237 : #i100045# 2009-03-09 15:33:46 +0100 hde  r269196 : #100053 2009-03-09 14:40:36 +0100 jsk  r269189 : #i100045# 2009-03-09 10:39:26 +0100 jsk  r269066 : #i100039#

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [d75a74bf2a45c3ee051fa424b0e7350f5b77c518]

        CWS-TOOLING: integrate CWS aw064 2009-02-10 17:39:02 +0100 aw  r267569 : #i98314# adapted texture size to object size 2009-02-05 15:26:16 +0100 aw  r267427 : #i98532# added mirroring of redline info when RTL is on 2009-02-04 16:31:27 +0100 aw  r267392 : #i98314# corrected texturing for E3dPolygonObj's primitive creation 2009-02-02 17:58:49 +0100 aw  r267285 : #i98295# corrected orientation of E3dPolygonObj's polygon definition on it's way to prmitives 2009-02-02 17:57:32 +0100 aw  r267283 : #i98295# optimized SdrPolyPolygonPrimitive3D::createLocalDecomposition data flow

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [6f22f0f174f66e4000f472dba6b11c91ad6dc9f1]

        CWS-TOOLING: integrate CWS native231 2009-03-03 11:19:58 +0100 is  r268715 : #i98648# preparations for OOo 3.2 2009-03-03 11:19:02 +0100 is  r268714 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:53 +0100 is  r268662 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:13 +0100 is  r268660 : #i98648# preparations for OOo 3.2

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [648c5cf65bdfa75f3c695cedb4e0ff7899507b69]

        CWS-TOOLING: integrate CWS native231 2009-03-03 11:19:58 +0100 is  r268715 : #i98648# preparations for OOo 3.2 2009-03-03 11:19:02 +0100 is  r268714 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:53 +0100 is  r268662 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:13 +0100 is  r268660 : #i98648# preparations for OOo 3.2

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [8955f49cbbb02775ba0e1c268d17a98b8dcb725e]

        CWS-TOOLING: integrate CWS native231 2009-03-03 11:19:58 +0100 is  r268715 : #i98648# preparations for OOo 3.2 2009-03-03 11:19:02 +0100 is  r268714 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:53 +0100 is  r268662 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:13 +0100 is  r268660 : #i98648# preparations for OOo 3.2

2009-03-15  Vladimir Glazounov  <vg@openoffice.org>  [1bad9334e8d2683dec2218ac9c632f658d46d8e0]

        CWS-TOOLING: integrate CWS native231 2009-03-03 11:19:58 +0100 is  r268715 : #i98648# preparations for OOo 3.2 2009-03-03 11:19:02 +0100 is  r268714 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:53 +0100 is  r268662 : #i98648# preparations for OOo 3.2 2009-03-02 16:26:13 +0100 is  r268660 : #i98648# preparations for OOo 3.2

2009-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f2c0816e2ce3b97ffe37660b9d5850483f4ed238]

        CWS-TOOLING: integrate CWS automation002 2009-03-10 20:21:24 +0100 jsk  r269293 : #i100106# 2009-03-10 19:23:22 +0100 jsk  r269292 : #i99871# 2009-03-10 19:19:16 +0100 jsk  r269291 : #i99871# 2009-03-10 19:17:24 +0100 jsk  r269290 : #i99715# 2009-03-10 19:15:45 +0100 jsk  r269289 : #i99649#

2009-03-14  Vladimir Glazounov  <vg@openoffice.org>  [55aa942c51c728a9bb749a9732c9b99935be0a55]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [b0bc9610a01cbfc79fe38ebff8b4ca59235d441d]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [1c36c112707677fe89e427b3baf93c7c0b78d17d]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [d8e5bfb7597f9b9e6c4822dba3368a42a1310614]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [22a3ff92076e5a9c855a301831666c4ca33388da]

        CWS-TOOLING: integrate CWS sw31bf05 2009-02-04 10:10:51 +0100 od  r267352 : #i98791# for method <SwWW8ImplReader::SetOutLineStyles()> 	 - adjust paragraph style sorting algorithm due to introduced 	   outline level attribute

2009-03-14  Vladimir Glazounov  <vg@openoffice.org>  [849ecf24659c004df6b95c7ffc85b0e5e68b6876]

        CWS-TOOLING: integrate CWS mla01 2008-11-26 11:44:02 +0100 os  r264361 : cws migration

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [f91cf304d11cb63c49982e15a8f388e9127645bc]

        CWS-TOOLING: integrate CWS cmcfixes53 2009-03-13 14:38:36 +0100 cmc  r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc  r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc  r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc  r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [6d4b5845ebd3b4847cb20d906a9b9ae096b3c673]

        CWS-TOOLING: integrate CWS cmcfixes53 2009-03-13 14:38:36 +0100 cmc  r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc  r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc  r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc  r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [1d7939dc8581f0ad515d31df28cc40ab98c111a4]

        CWS-TOOLING: integrate CWS cmcfixes53 2009-03-13 14:38:36 +0100 cmc  r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc  r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc  r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc  r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [582b2149a859f5895fba18e9ec9895ce75bdd85c]

        CWS-TOOLING: integrate CWS cmcfixes53 2009-03-13 14:38:36 +0100 cmc  r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc  r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc  r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc  r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [99bb633e382e83f47f3e30a7c93705118880da06]

        CWS-TOOLING: integrate CWS smoketest21 2009-02-23 19:49:51 +0100 kz  r268371 : #i96553# don't use cp -u anymore 2009-02-23 19:46:19 +0100 kz  r268368 : #i96552# use of TMPDIR for all unix 2009-02-19 17:52:04 +0100 kz  r268302 : #i96552# set installpath to /tmp if no other var is set 2009-02-18 20:15:32 +0100 kz  r268254 : #i93329# use soffice also for mac 2009-02-18 15:16:23 +0100 kz  r268228 : #i84720# external installation fixed

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [dbf9ab5c7ab95de3200a2c69932be38b378c5bd2]

        CWS-TOOLING: integrate CWS mhu17 2009-01-23 14:08:09 +0100 mhu  r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 17:49:37 +0100 mhu  r266442 : #i98151# Migration to subversion. 2009-01-16 17:48:53 +0100 mhu  r266441 : #i98151# Migration to subversion. 2009-01-16 17:47:56 +0100 mhu  r266440 : #i98151# Migration to subversion.

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [cbedb240486a21c5d5676e7a7f4e2ba17a55dbab]

        CWS-TOOLING: integrate CWS mhu17 2009-01-23 14:08:09 +0100 mhu  r266816 : CWS-TOOLING: rebase CWS mhu17 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 17:49:37 +0100 mhu  r266442 : #i98151# Migration to subversion. 2009-01-16 17:48:53 +0100 mhu  r266441 : #i98151# Migration to subversion. 2009-01-16 17:47:56 +0100 mhu  r266440 : #i98151# Migration to subversion.

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [e8678a7fd348eee209481ce4ac1dab192df68bfc]

        CWS-TOOLING: integrate CWS localization35 2009-03-06 16:20:11 +0100 ihi  r269015 : back to old 2009-03-06 16:19:30 +0100 ihi  r269014 : back to old 2009-03-06 16:10:20 +0100 ihi  r269012 : L10N OOo 3.1 fixed 2009-03-04 15:57:28 +0100 ihi  r268840 : #L10N OOo 3.1 fixes 2009-03-04 12:44:37 +0100 mav  r268813 : #i99855# fix About box text 2009-03-03 17:14:02 +0100 ihi  r268769 : #i99792# added sc 2009-03-02 13:21:28 +0100 ihi  r268648 : L10N OOo 3.1 2009-02-26 17:07:28 +0100 ihi  r268543 : back to old list 2009-02-26 17:06:29 +0100 ihi  r268541 : back to old list 2009-02-26 16:58:46 +0100 ihi  r268537 : L10N OOo 3.1 fixed 2009-02-26 13:03:55 +0100 ihi  r268506 : L10N OOo 3.1 fixed 2009-02-23 14:51:26 +0100 ihi  r268356 : #i99364# add missing Embedding.xcu 2009-02-18 11:22:02 +0100 obo  r268208 : #i99313# SerbianLatin added 2009-02-15 10:55:44 +0100 vg  r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1 2009-02-11 23:51:32 +0100 vg  r267629 : #i95553# AutoCorrect file for Luxembourgish 2009-02-11 23:48:04 +0100 vg  r267628 : #i98679#

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [a476b01ccb3c87709f59ac076f5f6b568f99b220]

        CWS-TOOLING: integrate CWS localization35 2009-03-06 16:20:11 +0100 ihi  r269015 : back to old 2009-03-06 16:19:30 +0100 ihi  r269014 : back to old 2009-03-06 16:10:20 +0100 ihi  r269012 : L10N OOo 3.1 fixed 2009-03-04 15:57:28 +0100 ihi  r268840 : #L10N OOo 3.1 fixes 2009-03-04 12:44:37 +0100 mav  r268813 : #i99855# fix About box text 2009-03-03 17:14:02 +0100 ihi  r268769 : #i99792# added sc 2009-03-02 13:21:28 +0100 ihi  r268648 : L10N OOo 3.1 2009-02-26 17:07:28 +0100 ihi  r268543 : back to old list 2009-02-26 17:06:29 +0100 ihi  r268541 : back to old list 2009-02-26 16:58:46 +0100 ihi  r268537 : L10N OOo 3.1 fixed 2009-02-26 13:03:55 +0100 ihi  r268506 : L10N OOo 3.1 fixed 2009-02-23 14:51:26 +0100 ihi  r268356 : #i99364# add missing Embedding.xcu 2009-02-18 11:22:02 +0100 obo  r268208 : #i99313# SerbianLatin added 2009-02-15 10:55:44 +0100 vg  r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1 2009-02-11 23:51:32 +0100 vg  r267629 : #i95553# AutoCorrect file for Luxembourgish 2009-02-11 23:48:04 +0100 vg  r267628 : #i98679#

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [250579bcc18825c6b59ff04972ff7d8c36224e99]

        CWS-TOOLING: integrate CWS localization35 2009-03-06 16:20:11 +0100 ihi  r269015 : back to old 2009-03-06 16:19:30 +0100 ihi  r269014 : back to old 2009-03-06 16:10:20 +0100 ihi  r269012 : L10N OOo 3.1 fixed 2009-03-04 15:57:28 +0100 ihi  r268840 : #L10N OOo 3.1 fixes 2009-03-04 12:44:37 +0100 mav  r268813 : #i99855# fix About box text 2009-03-03 17:14:02 +0100 ihi  r268769 : #i99792# added sc 2009-03-02 13:21:28 +0100 ihi  r268648 : L10N OOo 3.1 2009-02-26 17:07:28 +0100 ihi  r268543 : back to old list 2009-02-26 17:06:29 +0100 ihi  r268541 : back to old list 2009-02-26 16:58:46 +0100 ihi  r268537 : L10N OOo 3.1 fixed 2009-02-26 13:03:55 +0100 ihi  r268506 : L10N OOo 3.1 fixed 2009-02-23 14:51:26 +0100 ihi  r268356 : #i99364# add missing Embedding.xcu 2009-02-18 11:22:02 +0100 obo  r268208 : #i99313# SerbianLatin added 2009-02-15 10:55:44 +0100 vg  r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1 2009-02-11 23:51:32 +0100 vg  r267629 : #i95553# AutoCorrect file for Luxembourgish 2009-02-11 23:48:04 +0100 vg  r267628 : #i98679#

2009-03-13  Vladimir Glazounov  <vg@openoffice.org>  [9e30f57d0a770a57d85e1345f8c8cf1f3511400b]

        CWS-TOOLING: integrate CWS localization35 2009-03-06 16:20:11 +0100 ihi  r269015 : back to old 2009-03-06 16:19:30 +0100 ihi  r269014 : back to old 2009-03-06 16:10:20 +0100 ihi  r269012 : L10N OOo 3.1 fixed 2009-03-04 15:57:28 +0100 ihi  r268840 : #L10N OOo 3.1 fixes 2009-03-04 12:44:37 +0100 mav  r268813 : #i99855# fix About box text 2009-03-03 17:14:02 +0100 ihi  r268769 : #i99792# added sc 2009-03-02 13:21:28 +0100 ihi  r268648 : L10N OOo 3.1 2009-02-26 17:07:28 +0100 ihi  r268543 : back to old list 2009-02-26 17:06:29 +0100 ihi  r268541 : back to old list 2009-02-26 16:58:46 +0100 ihi  r268537 : L10N OOo 3.1 fixed 2009-02-26 13:03:55 +0100 ihi  r268506 : L10N OOo 3.1 fixed 2009-02-23 14:51:26 +0100 ihi  r268356 : #i99364# add missing Embedding.xcu 2009-02-18 11:22:02 +0100 obo  r268208 : #i99313# SerbianLatin added 2009-02-15 10:55:44 +0100 vg  r267760 : #i98847#,#i98836#,#i98855#,#i98840#,#i99083#,#i99025#,#i98703#,#i95786#,#i98746#,#i91317#,#i98848#,#i98843#,#i98854#,#i98624#,#i95553#,#i66473#,#i98708#,#i95780#,#i98687#,#i95785#,#i98968#,#i98845#,#i98818#,#i95796#,#i98706#,#i98850#,#i98635#,#i98707#,#i98704#,#i95783#,#i98849#,#i98645#,#i98445#,#i98835#,#i97988#,#i98852#,#i98565#,#i95784#,#i98710#,#i98637#,#i98839#,#i98786#,#i95788#,#i98842#,#i99055#,#i98853#,#i98841#,#i98851#,#i98446#,#i98844#,#i98834#,#i98679#,#i95787#,#i98696#,#i80868#,#i98846#,#i95795# localization35 CWS: localization for OOo 3.1 2009-02-11 23:51:32 +0100 vg  r267629 : #i95553# AutoCorrect file for Luxembourgish 2009-02-11 23:48:04 +0100 vg  r267628 : #i98679#

2009-03-13  Oliver Bolte  <obo@openoffice.org>  [7e6365efdd662817e153aa9e0962a7b626e4a04e]

        #i100163# remove psprint

2009-03-13  Oliver Bolte  <obo@openoffice.org>  [79b07b7d18bebadb71044f8660e218ecce3dd1a5]

        #i10000# converted to unx line ends

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [eff57ef93e3d0d08eb19ff50440e05d6224a85a5]

        CWS-TOOLING: integrate CWS mingwport17 2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [275debd86977764dea1fb07055ba49449b8c15a5]

        CWS-TOOLING: integrate CWS mingwport17 2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [4b4baa95ee85d80b67f4f3e12306444604b1ba83]

        CWS-TOOLING: integrate CWS mingwport17 2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [a8430dc185dbc6d3a3da987bd0f09925bf3edf3d]

        CWS-TOOLING: integrate CWS mingwport17 2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [eda192d5b977e057d8251adb8c6c848f0ba59eac]

        CWS-TOOLING: integrate CWS mingwport17 2009-02-02 09:09:07 +0100 tono  r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono  r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono  r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono  r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono  r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono  r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono  r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono  r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono  r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono  r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono  r267086 : i#96731#: MinGW port fro embedserv update

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [2a8efd9fb0f07780534b1fe864d88d3aabbc23a1]

        CWS-TOOLING: integrate CWS newbaselineunxlngi 2009-02-06 09:05:24 +0100 oj  r267441 : move dll.h into the first line 2009-02-05 12:03:43 +0100 oj  r267414 : remove inlines 2009-02-05 12:03:12 +0100 oj  r267413 : remove inlines 2009-02-05 08:11:58 +0100 oj  r267407 : remove dll.pmk 2009-02-05 07:44:34 +0100 oj  r267403 : remove dll.pmk 2009-02-02 17:20:34 +0100 vg  r267279 : rebased to m41 2009-02-02 12:35:08 +0100 oj  r267259 : #i98651# include dll.pmk 2009-01-30 16:03:30 +0100 releng  r267208 : #i98603# get rid of warnings 2009-01-29 15:05:55 +0100 releng  r267146 : #i98603# revert changes 2009-01-29 15:00:24 +0100 releng  r267143 : #i98603# get rid of warnings 2009-01-29 13:02:26 +0100 releng  r267119 : #i10000# added missing dependency 2008-12-24 15:49:02 +0100 releng  r265797 : #158998# fixes for the new unxlngi baseline

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [9c85c581de514ab33dcfd21e48a6119a56fabfe2]

        CWS-TOOLING: integrate CWS newbaselineunxlngi 2009-02-06 09:05:24 +0100 oj  r267441 : move dll.h into the first line 2009-02-05 12:03:43 +0100 oj  r267414 : remove inlines 2009-02-05 12:03:12 +0100 oj  r267413 : remove inlines 2009-02-05 08:11:58 +0100 oj  r267407 : remove dll.pmk 2009-02-05 07:44:34 +0100 oj  r267403 : remove dll.pmk 2009-02-02 17:20:34 +0100 vg  r267279 : rebased to m41 2009-02-02 12:35:08 +0100 oj  r267259 : #i98651# include dll.pmk 2009-01-30 16:03:30 +0100 releng  r267208 : #i98603# get rid of warnings 2009-01-29 15:05:55 +0100 releng  r267146 : #i98603# revert changes 2009-01-29 15:00:24 +0100 releng  r267143 : #i98603# get rid of warnings 2009-01-29 13:02:26 +0100 releng  r267119 : #i10000# added missing dependency 2008-12-24 15:49:02 +0100 releng  r265797 : #158998# fixes for the new unxlngi baseline

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [2011428e8d1c0fe0cbf318111ffab93616bc0292]

        CWS-TOOLING: integrate CWS newbaselineunxlngi 2009-02-06 09:05:24 +0100 oj  r267441 : move dll.h into the first line 2009-02-05 12:03:43 +0100 oj  r267414 : remove inlines 2009-02-05 12:03:12 +0100 oj  r267413 : remove inlines 2009-02-05 08:11:58 +0100 oj  r267407 : remove dll.pmk 2009-02-05 07:44:34 +0100 oj  r267403 : remove dll.pmk 2009-02-02 17:20:34 +0100 vg  r267279 : rebased to m41 2009-02-02 12:35:08 +0100 oj  r267259 : #i98651# include dll.pmk 2009-01-30 16:03:30 +0100 releng  r267208 : #i98603# get rid of warnings 2009-01-29 15:05:55 +0100 releng  r267146 : #i98603# revert changes 2009-01-29 15:00:24 +0100 releng  r267143 : #i98603# get rid of warnings 2009-01-29 13:02:26 +0100 releng  r267119 : #i10000# added missing dependency 2008-12-24 15:49:02 +0100 releng  r265797 : #158998# fixes for the new unxlngi baseline

2009-03-12  Vladimir Glazounov  <vg@openoffice.org>  [2936256ec75892fbc903e6cd693d478932b6f553]

        CWS-TOOLING: integrate CWS newbaselineunxlngi 2009-02-06 09:05:24 +0100 oj  r267441 : move dll.h into the first line 2009-02-05 12:03:43 +0100 oj  r267414 : remove inlines 2009-02-05 12:03:12 +0100 oj  r267413 : remove inlines 2009-02-05 08:11:58 +0100 oj  r267407 : remove dll.pmk 2009-02-05 07:44:34 +0100 oj  r267403 : remove dll.pmk 2009-02-02 17:20:34 +0100 vg  r267279 : rebased to m41 2009-02-02 12:35:08 +0100 oj  r267259 : #i98651# include dll.pmk 2009-01-30 16:03:30 +0100 releng  r267208 : #i98603# get rid of warnings 2009-01-29 15:05:55 +0100 releng  r267146 : #i98603# revert changes 2009-01-29 15:00:24 +0100 releng  r267143 : #i98603# get rid of warnings 2009-01-29 13:02:26 +0100 releng  r267119 : #i10000# added missing dependency 2008-12-24 15:49:02 +0100 releng  r265797 : #158998# fixes for the new unxlngi baseline

2009-03-12  Oliver Bolte  <obo@openoffice.org>  [807785cae802278420f571edc42bea88cb7b13ba]

        #i10000# fix for deb packages c23

2009-03-11  Oliver Bolte  <obo@openoffice.org>  [2870fa7bfa01c6f9bc753f062941b71c261d247c]

        #100000# check misc/build/<...>/[bin|lib]

2009-03-10  Release Engineers  <releng@openoffice.org>  [1b39552e941d8acf1397de816269bce40c69776d]

        #i10000# fix from OOO310

2009-03-10  Oliver Bolte  <obo@openoffice.org>  [336f366b74e2432a9c76c72fb060d0522773ab12]

        #i10000# WaE wntmsci12 (non pro)

2009-03-10  Oliver Bolte  <obo@openoffice.org>  [4b50cf89693634f6b963ef646ba3b37355cc0b54]

        #i10000# WaE wntmsci12 (non pro)

2009-03-10  Release Engineers  <releng@openoffice.org>  [75c1670171db15129ce0237eb9635ba664561f70]

        #i10000# fix from OOO310

2009-03-10  Release Engineers  <releng@openoffice.org>  [c33f3d62c43360e72fa2a80e61f6e26bddb97fad]

        #i10000# WaE wntmsci12 (nonpro)

2009-03-10  Oliver Bolte  <obo@openoffice.org>  [39596395469d9ae063c5ed8837a864f160d6fc26]

        #i10000# deliver ifwi.lib for svx/gengal

2009-03-10  Oliver Bolte  <obo@openoffice.org>  [dd3888de0913c5c16885096e3e571e36cadb754e]

        #i10000# fixes from OOO310

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [c68f869ec0a2daa90227e200cf0cca1fe57d2c39]

        #i10000# fixes from OOO310

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [d54d9323e2584c902ab1f2ec5e09d2f7cbbe4c30]

        #i10000# const class OutlinerParaObject has no member named Clone

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [587da420e46fcd54e98a3ead6c16e009ec1fde59]

        #i10000# conflicting return type const sal_Unicode <-> sal_Unicode getSingleToken(..), due to change in IFunctionDescription.hxx by CWS cmcfixes54

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [2a978ef29fb12ba73645b4a5c0f4cd123233b988]

        #i10000# includes missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [89b231de3e592ca025d99990f529d70ddb816073]

        #i10000# PATCH_FILE_NAME -> PATCH_FILES

2009-03-09  Release Engineers  <releng@openoffice.org>  [41e084e168254034f95926f66d8581fb76952a08]

        #i10000# PATCH_FILE_NAME -> PATCH_FILES

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [866e7174cf1544168904760be9b8e5bb213add89]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [f67c28dad78ebda7bcddddf26fa65ff6f1f41844]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [d906fcfe1bf091c98cfe939eb392919fdf28792c]

        #i10000# AUGMENT_LIBRARY_PATH missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [4d5f48261746f2e027e7670b7698d7fcabda098d]

        #i10000# librarys missing

2009-03-09  Andre Fischer  <af@openoffice.org>  [a7bd3d52eec783eadd078797f504c1e3c4878ab8]

        #i48179# Fixed handling of main sequence effects that are not user triggered.

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [e86537c3e28e38d5342bac60e459594a80d83a0f]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [1463ae3c3005fd56a3283d9a724c700b0677b0c1]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [e8807400eef6464a7e22adce296cfa6ae80a6e62]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [efe576384ed2e0c07fcdd27167d299ad690f57e0]

        #i10000# librarys missing

2009-03-09  Oliver Bolte  <obo@openoffice.org>  [0d64d411be47d613171839957a208b06258fb81a]

        #i10000# printergfx.lib missing

2009-03-09  Release Engineers  <releng@openoffice.org>  [23ef58dab3a6f6a7462ac2a178cfad02c88fc8aa]

        #i10000# missing librarys

2009-03-09  Rüdiger Timm  <rt@openoffice.org>  [cf63d6c2a58d6939d8cbe2a4a644f5fd9b39016e]

        #i100009# Syntax: 'localize' fails on multi line tags, error message is 'Missplaced close tag'.

2009-03-06  Release Engineers  <releng@openoffice.org>  [f48cfa5a262f203a4c4ad81ba089b8fea573bb03]

        #i10000# missing librarys

2009-03-06  Release Engineers  <releng@openoffice.org>  [58ee7ef4c937ddde88ba92e3bd4045a06c74e0cd]

        #i10000# missing librarys

2009-03-06  Release Engineers  <releng@openoffice.org>  [af90acc9981e770e33fcd14ff39fdd10d1d1eff4]

        #i10000# missing librarys

2009-03-06  Release Engineers  <releng@openoffice.org>  [7edbb9f42b65f032494325d107844b629f49a947]

        #i10000# missing librarys

2009-03-06  Release Engineers  <releng@openoffice.org>  [8632dd79da06bc9794824885b231afa724c7de60]

        #i10000# missing SALHELPERLIB

2009-03-06  Release Engineers  <releng@openoffice.org>  [76931f7a47c4f6511d2fa86948c40d5f09d52e6d]

        #i10000# missing STORELIB

2009-03-06  Release Engineers  <releng@openoffice.org>  [32a3f76b3695cbf54fecc77730395bbace21c8bc]

        #i10000# missing STORELIB

2009-03-06  Release Engineers  <releng@openoffice.org>  [0814417877c3e1f68854d92a038977dc1ae3d9de]

        #i10000# missing Librarys

2009-03-06  Release Engineers  <releng@openoffice.org>  [9f1d152466ea3f3ae3712dc5b06c08bdb0ad6020]

        #i10000# AUGMENT_LIBRARY_PATH missing

2009-03-06  Release Engineers  <releng@openoffice.org>  [1d607470dad24af3fc53fb4fd34d975107810f85]

        #i10000# fix for LD_LIBRARY_PATH

2009-03-06  Release Engineers  <releng@openoffice.org>  [68c871c9c0e134d39fda1728522e815b6ff3baad]

        #i10000# STORELIB missing

2009-03-06  Release Engineers  <releng@openoffice.org>  [61f13b536042d73bc4689d6a69573a0d4c602553]

        #i10000# STORELIB missing

2009-03-06  Release Engineers  <releng@openoffice.org>  [0f89d2ab85e9a399c243da1301ae5795538dd235]

        #i10000# STORELIB missing

2009-03-06  Release Engineers  <releng@openoffice.org>  [366abe76dd6a1d86494a73978d5cb015abdb50d5]

        #i10000# fix for LD_LIBRARY_PATH

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [5f30b473f9a112e4b0011757bba21100fb6aabf8]

        DEV300

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [b41884a6ba4c8565d6e1ad6949fce26f479a8fef]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [ba1050b155fe3fed6873670ca00d55d11f6bfdf6]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [5b55140742bac58f9f87031363c6e07f5f00749e]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [837670cb26f77ec64c13344ebe9883620cde547f]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [4d5ec179be6361108685a23e64289aaa47d6eaa4]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [e9d01d163412865646039997f71c924464db3e06]

        #i99305# remove DOS line ends

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [246783e544ebce6bb68a2e7a860e10afabb87d4f]

        #i99741# fix for LD_LIBRARY_PATH

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [16b8f50c0fcfa743b72136d262f9290d29dfaf28]

        #i10000# fix for remove of LD_LIBRARY_PATH by CWS sb104

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [ddd914a8e5e69d9e7579d1b55cff014a242bf46c]

        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-06  Oliver Bolte  <obo@openoffice.org>  [659af2052b0471ff4507f1742a4f0c0681d66e8e]

        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-06  Thorsten Behrens  <thb@openoffice.org>  [6ff3e037e87b5ca49f177eb1899f0c6715427782]

        #i10000# CodingStandards: aligned EffectRewinder class to module conventions; WaE: removed two unused vars

2009-03-06  Thorsten Behrens  <thb@openoffice.org>  [344b10f55de6ef1385b3ef9cd0a2dfdaed817865]

        #i10000# build fix - filename is lowercase

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [475085eea2983e0fe80857c6cacabbf51ba654be]

        CWS-TOOLING: integrate CWS tkr19_DEV300 2009-03-02 08:39:40 +0100 tkr  r268634 : #i99717# optimise the determination of webdav/non webdav ressources

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [a455d5ecd869543cb511c1f2ddb18748924d2abf]

        CWS-TOOLING: integrate CWS fwk104_DEV300 2009-03-05 14:05:04 +0100 msc  r268903 : #i99921# 2009-03-04 11:12:23 +0100 cd  r268798 : #i99768# Create empty set for report designer to get correct notifications 2009-03-04 11:07:51 +0100 cd  r268797 : #i99768# Fix crash due to strange configuration notifications

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [53d6a16a262b21780593a8a41a3a22cb291e86c6]

        CWS-TOOLING: integrate CWS fwk104_DEV300 2009-03-05 14:05:04 +0100 msc  r268903 : #i99921# 2009-03-04 11:12:23 +0100 cd  r268798 : #i99768# Create empty set for report designer to get correct notifications 2009-03-04 11:07:51 +0100 cd  r268797 : #i99768# Fix crash due to strange configuration notifications

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [e6cbc00e20933ad1ae7b73818ae1a7a72c53805c]

        CWS-TOOLING: integrate CWS automation310a_DEV300 2009-03-04 15:32:39 +0100 wg  r268837 : i99824 2009-03-04 15:29:46 +0100 wg  r268836 : i99824 2009-03-04 13:30:48 +0100 wg  r268819 : i99824 2009-03-04 12:36:35 +0100 wg  r268812 : i99824 2009-03-04 11:52:09 +0100 hde  r268804 : #94732# 2009-03-04 09:58:02 +0100 wg  r268787 : i99824 2009-03-04 09:32:10 +0100 hde  r268785 : #99779# 2009-03-03 16:13:44 +0100 wg  r268746 : i99824 2009-03-03 16:04:47 +0100 wg  r268743 : i99824 2009-03-03 16:03:08 +0100 wg  r268739 : i99824 2009-03-03 09:49:45 +0100 msc  r268709 : #99804# 2009-03-03 09:43:59 +0100 msc  r268707 : #99802#

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [f1ecf9e510b0adf135eab440b3c9a759db7d6f86]

        CWS-TOOLING: integrate CWS os129_DEV300 2009-02-27 10:01:07 +0100 od  r268556 : #i99641# correct export of table of content 2009-02-27 08:01:13 +0100 os  r268550 : #i81468# Ctrl+F11 has to be ActivateStyleApply in Writer in all locales

2009-03-06  Oliver Bolte  <obo@openoffice.org>  [33b338ab44c7c089bfedc3a90cc1d4c65d77ecbe]

        CWS-TOOLING: integrate CWS os129_DEV300 2009-02-27 10:01:07 +0100 od  r268556 : #i99641# correct export of table of content 2009-02-27 08:01:13 +0100 os  r268550 : #i81468# Ctrl+F11 has to be ActivateStyleApply in Writer in all locales

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [dbc028fb9b6b3cedf6ff78637b00752601dfea10]

        CWS-TOOLING: integrate CWS native230 2009-02-25 18:14:03 +0100 is  r268465 : #i99629# rpm without LD_LIBRARY_PATH

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [1868b110455ee9bec2ea57c461e0d64c702e5852]

        CWS-TOOLING: integrate CWS native228 2009-02-27 14:58:20 +0100 is  r268595 : #i98665# new nsis version 2009-02-27 14:29:56 +0100 is  r268593 : #i98665# new nsis version 2009-02-27 11:39:02 +0100 is  r268571 : #i98665# switch to nsis 2.42 2009-02-26 15:30:28 +0100 is  r268527 : #i99106# temporary path for simple packaging 2009-02-26 14:38:15 +0100 is  r268521 : #i99106# temporary path for simple packaging 2009-02-26 14:36:12 +0100 is  r268519 : #i99106# temporary path for simple packaging 2009-02-25 17:59:26 +0100 is  r268462 : #i99616# gnome package for Solaris user installation 2009-02-25 17:58:36 +0100 is  r268461 : #i99616# gnome package for Solaris user installation 2009-02-25 17:08:08 +0100 is  r268455 : #i97206# changing variable replacement in setup script 2009-02-25 17:07:04 +0100 is  r268454 : #i97206# changing variable replacement in setup script 2009-02-25 15:48:33 +0100 is  r268444 : #i97124# including performance patch

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [f28cc6ae8975ae93c68691c9d4507a07f62df059]

        CWS-TOOLING: integrate CWS native228 2009-02-27 14:58:20 +0100 is  r268595 : #i98665# new nsis version 2009-02-27 14:29:56 +0100 is  r268593 : #i98665# new nsis version 2009-02-27 11:39:02 +0100 is  r268571 : #i98665# switch to nsis 2.42 2009-02-26 15:30:28 +0100 is  r268527 : #i99106# temporary path for simple packaging 2009-02-26 14:38:15 +0100 is  r268521 : #i99106# temporary path for simple packaging 2009-02-26 14:36:12 +0100 is  r268519 : #i99106# temporary path for simple packaging 2009-02-25 17:59:26 +0100 is  r268462 : #i99616# gnome package for Solaris user installation 2009-02-25 17:58:36 +0100 is  r268461 : #i99616# gnome package for Solaris user installation 2009-02-25 17:08:08 +0100 is  r268455 : #i97206# changing variable replacement in setup script 2009-02-25 17:07:04 +0100 is  r268454 : #i97206# changing variable replacement in setup script 2009-02-25 15:48:33 +0100 is  r268444 : #i97124# including performance patch

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [ff4cbc080657259f22844d872e02722a804513bb]

        CWS-TOOLING: integrate CWS jl117_DEV300 2009-02-18 16:23:55 +0100 kso  r268240 : #i98983# - auto extension fix. 2009-02-16 15:33:04 +0100 jl  r267821 : #i99249# conflict resolution error, unopkg hangs 2009-02-13 15:19:16 +0100 jl  r267723 : #i99068# regression: extension description from manifest.xml was not displayed

2009-03-05  Andre Fischer  <af@openoffice.org>  [a7af6ce58f6969da81fd5b65d1ec75c0e02c46c3]

        #i99916# Prevent infinite recursion.

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [3315021862137d58fd8d57c035d397474a9df644]

        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>  [356c072a77690c17380b5378b7299de879b1ea05]

        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>  [60f04aebe63d2fb9b5f72ad681c444bd5c987214]

        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>  [fa1f37753d2826a0993d01f615e2a7b6c235094e]

        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>  [86c4eb4f9f1b0025d58e0db6420f6192f62be09f]

        CWS-TOOLING: integrate CWS hb19_DEV300 2009-02-24 12:55:47 +0100 hbrinkm  r268394 : #i99451# OutWW8TableDefinition: initalize nSz with nTblOffset 2009-02-23 15:25:36 +0100 od  r268360 : #i99384# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct handling of automatic tab stop at left margin 2009-02-18 15:05:24 +0100 hbrinkm  r268226 : #i99024# transfered changes from hb17 to hb19 2009-02-18 14:50:05 +0100 hbrinkm  r268223 : #ii98553# transfered changes from hb17 to hb19 2009-02-18 14:35:37 +0100 hbrinkm  r268220 : #i98465# transfered changes from hb17 to hb19 2009-02-18 14:32:49 +0100 hbrinkm  r268219 : #i98585# transfered changes from hb17 to hb19

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [9ba74b83a8937633a8363d7b392dd83b30532eeb]

        CWS-TOOLING: integrate CWS hde02_DEV300 2009-02-18 13:58:24 +0100 hde  r268218 : i99361 2009-02-18 13:58:06 +0100 hde  r268217 : i99361 2009-02-18 13:57:01 +0100 hde  r268216 : i99361 2009-02-18 13:48:46 +0100 hde  r268215 : i99190 2009-02-17 17:47:53 +0100 tbo  r268184 : #158701# changed owner of files. 2009-02-17 15:48:29 +0100 tbo  r268176 : #158701# error will not get fixed anymore

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [f765917980d148572b5eec7da1b15169666fd94e]

        CWS-TOOLING: integrate CWS native227_DEV300 2009-02-20 10:45:08 +0100 is  r268308 : #i99417# writer2latex into brand layer 2009-02-20 10:44:25 +0100 is  r268307 : #i99417# writer2latex into brand layer

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [119dc65dabbfc637923153da67efd6efad015555]

        CWS-TOOLING: integrate CWS calc48 2009-02-06 17:11:50 +0100 nn  r267478 : #i98978# enableInput(TRUE) in ScFormulaReferenceHelper dtor 2009-02-04 11:54:45 +0100 nn  r267359 : #i98861# abort on failure, not on success 2009-02-02 19:10:10 +0100 nn  r267293 : #i98747# use FormulaListBox for keyboard handling 2009-02-02 18:00:26 +0100 nn  r267287 : #i98738# handle non-existing recent functions 2009-02-02 18:00:14 +0100 nn  r267286 : #i98738# handle non-existing recent functions 2009-02-02 14:16:15 +0100 nn  r267265 : #i98657# #i98737# move clean-up code from ScAnyRefDlg dtor to ScFormulaReferenceHelper dtor 2009-01-30 19:46:54 +0100 nn  r267231 : #i98658# use ctor with IControlReferenceHandler for RefEdit controls 2009-01-30 19:12:43 +0100 nn  r267225 : #i98656# IsRefInputMode: false if no function is edited 2009-01-30 18:48:12 +0100 nn  r267224 : #i98655# show function description in description area

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [8fe063b3659889a8701a75fbd5a68e5556382260]

        CWS-TOOLING: integrate CWS calc48 2009-02-06 17:11:50 +0100 nn  r267478 : #i98978# enableInput(TRUE) in ScFormulaReferenceHelper dtor 2009-02-04 11:54:45 +0100 nn  r267359 : #i98861# abort on failure, not on success 2009-02-02 19:10:10 +0100 nn  r267293 : #i98747# use FormulaListBox for keyboard handling 2009-02-02 18:00:26 +0100 nn  r267287 : #i98738# handle non-existing recent functions 2009-02-02 18:00:14 +0100 nn  r267286 : #i98738# handle non-existing recent functions 2009-02-02 14:16:15 +0100 nn  r267265 : #i98657# #i98737# move clean-up code from ScAnyRefDlg dtor to ScFormulaReferenceHelper dtor 2009-01-30 19:46:54 +0100 nn  r267231 : #i98658# use ctor with IControlReferenceHandler for RefEdit controls 2009-01-30 19:12:43 +0100 nn  r267225 : #i98656# IsRefInputMode: false if no function is edited 2009-01-30 18:48:12 +0100 nn  r267224 : #i98655# show function description in description area

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [f0367a8826080fda393e313e58894130c6909b8a]

        CWS-TOOLING: integrate CWS cmcfixes54 2009-02-19 17:39:12 +0100 cmc  r268301 : revert meant-to-be local-only changes in configure 2009-02-19 17:33:52 +0100 cmc  r268300 : revert meant-to-be local-only change in readlicense_oo 2009-02-19 17:31:48 +0100 cmc  r268299 : remove config_office dir from workspace, hopefully this doesn't screw things up 2009-02-05 17:38:47 +0100 cmc  r267431 : #i98367# snprintf needs stdio.h on gcc4.4 2009-01-27 10:51:54 +0100 cmc  r266964 : CWS-TOOLING: rebase CWS cmcfixes54 to trunk@266944 (milestone: DEV300:m40) 2009-01-23 10:05:33 +0100 cmc  r266774 : #i98389# fix t602 filter warnings 2009-01-22 16:37:57 +0100 cmc  r266740 : #i98367# revert limits.h as its going in elsewhere 2009-01-22 16:36:45 +0100 cmc  r266739 : #i98367# remove easy warnings 2009-01-22 16:31:49 +0100 cmc  r266738 : #i98366# merge in basic fix of #i96087# to bf_basic 2009-01-22 14:50:24 +0100 cmc  r266716 : #i98288# some versions of neon report DAV:Collection instead of Collection

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [79bab68f46b7c62bb96745a5786f3e3b1250489f]

        CWS-TOOLING: integrate CWS cmcfixes54 2009-02-19 17:39:12 +0100 cmc  r268301 : revert meant-to-be local-only changes in configure 2009-02-19 17:33:52 +0100 cmc  r268300 : revert meant-to-be local-only change in readlicense_oo 2009-02-19 17:31:48 +0100 cmc  r268299 : remove config_office dir from workspace, hopefully this doesn't screw things up 2009-02-05 17:38:47 +0100 cmc  r267431 : #i98367# snprintf needs stdio.h on gcc4.4 2009-01-27 10:51:54 +0100 cmc  r266964 : CWS-TOOLING: rebase CWS cmcfixes54 to trunk@266944 (milestone: DEV300:m40) 2009-01-23 10:05:33 +0100 cmc  r266774 : #i98389# fix t602 filter warnings 2009-01-22 16:37:57 +0100 cmc  r266740 : #i98367# revert limits.h as its going in elsewhere 2009-01-22 16:36:45 +0100 cmc  r266739 : #i98367# remove easy warnings 2009-01-22 16:31:49 +0100 cmc  r266738 : #i98366# merge in basic fix of #i96087# to bf_basic 2009-01-22 14:50:24 +0100 cmc  r266716 : #i98288# some versions of neon report DAV:Collection instead of Collection

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [4ca832c9c1af771356036547ae7fc6f92b2c7333]

        CWS-TOOLING: integrate CWS cmcfixes54 2009-02-19 17:39:12 +0100 cmc  r268301 : revert meant-to-be local-only changes in configure 2009-02-19 17:33:52 +0100 cmc  r268300 : revert meant-to-be local-only change in readlicense_oo 2009-02-19 17:31:48 +0100 cmc  r268299 : remove config_office dir from workspace, hopefully this doesn't screw things up 2009-02-05 17:38:47 +0100 cmc  r267431 : #i98367# snprintf needs stdio.h on gcc4.4 2009-01-27 10:51:54 +0100 cmc  r266964 : CWS-TOOLING: rebase CWS cmcfixes54 to trunk@266944 (milestone: DEV300:m40) 2009-01-23 10:05:33 +0100 cmc  r266774 : #i98389# fix t602 filter warnings 2009-01-22 16:37:57 +0100 cmc  r266740 : #i98367# revert limits.h as its going in elsewhere 2009-01-22 16:36:45 +0100 cmc  r266739 : #i98367# remove easy warnings 2009-01-22 16:31:49 +0100 cmc  r266738 : #i98366# merge in basic fix of #i96087# to bf_basic 2009-01-22 14:50:24 +0100 cmc  r266716 : #i98288# some versions of neon report DAV:Collection instead of Collection

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [440302c2865032a2477d86fda22834c3df7cc5ba]

        CWS-TOOLING: integrate CWS cmcfixes54 2009-02-19 17:39:12 +0100 cmc  r268301 : revert meant-to-be local-only changes in configure 2009-02-19 17:33:52 +0100 cmc  r268300 : revert meant-to-be local-only change in readlicense_oo 2009-02-19 17:31:48 +0100 cmc  r268299 : remove config_office dir from workspace, hopefully this doesn't screw things up 2009-02-05 17:38:47 +0100 cmc  r267431 : #i98367# snprintf needs stdio.h on gcc4.4 2009-01-27 10:51:54 +0100 cmc  r266964 : CWS-TOOLING: rebase CWS cmcfixes54 to trunk@266944 (milestone: DEV300:m40) 2009-01-23 10:05:33 +0100 cmc  r266774 : #i98389# fix t602 filter warnings 2009-01-22 16:37:57 +0100 cmc  r266740 : #i98367# revert limits.h as its going in elsewhere 2009-01-22 16:36:45 +0100 cmc  r266739 : #i98367# remove easy warnings 2009-01-22 16:31:49 +0100 cmc  r266738 : #i98366# merge in basic fix of #i96087# to bf_basic 2009-01-22 14:50:24 +0100 cmc  r266716 : #i98288# some versions of neon report DAV:Collection instead of Collection

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [592aef19f7a6d1aae9642a6c318c6408e38fb361]

        CWS-TOOLING: integrate CWS cmcfixes54 2009-02-19 17:39:12 +0100 cmc  r268301 : revert meant-to-be local-only changes in configure 2009-02-19 17:33:52 +0100 cmc  r268300 : revert meant-to-be local-only change in readlicense_oo 2009-02-19 17:31:48 +0100 cmc  r268299 : remove config_office dir from workspace, hopefully this doesn't screw things up 2009-02-05 17:38:47 +0100 cmc  r267431 : #i98367# snprintf needs stdio.h on gcc4.4 2009-01-27 10:51:54 +0100 cmc  r266964 : CWS-TOOLING: rebase CWS cmcfixes54 to trunk@266944 (milestone: DEV300:m40) 2009-01-23 10:05:33 +0100 cmc  r266774 : #i98389# fix t602 filter warnings 2009-01-22 16:37:57 +0100 cmc  r266740 : #i98367# revert limits.h as its going in elsewhere 2009-01-22 16:36:45 +0100 cmc  r266739 : #i98367# remove easy warnings 2009-01-22 16:31:49 +0100 cmc  r266738 : #i98366# merge in basic fix of #i96087# to bf_basic 2009-01-22 14:50:24 +0100 cmc  r266716 : #i98288# some versions of neon report DAV:Collection instead of Collection

2009-03-05  Oliver Bolte  <obo@openoffice.org>  [75875aa4453fceecfd209cc8ba47cb3f59a5d887]

        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>  [42e8780803a9f84dfd4b0776052ad40b869444e4]

        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  Mathias Bauer  <mba@openoffice.org>  [8357393805955523d089aa81adf8a44022937917]

        #91226#: mongolian text layout

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [f11998a2de5607cf5a66429a1c21bc64f2da4c59]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [6fdc842cb9953d4f21cc6fa73e046f2c3451d837]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [dabbcbcb3a3a2f39018c7814187b6eaddb850bdd]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [9544c14f4a931d8d8b2e66a6cb87fb53d4505cd4]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [59ac34964b464d1c4904dbe11d541fb5cff839f8]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [b90b2de476b16bd899e644c6f26a054703443d82]

        CWS-TOOLING: integrate CWS rptfix04 2009-02-23 01:59:54 +0100 rene  r268341 : #i10000# fix system-jfreereport build 2009-02-13 10:17:16 +0100 oj  r267696 : #i98549# integrate zip form pentaho package 2009-02-03 14:48:34 +0100 oj  r267330 : set formula locale to doc locale 2009-02-03 14:45:54 +0100 oj  r267329 : set formula locale to doc locale 2009-02-03 11:50:03 +0100 oj  r267311 : set formula locale to doc locale 2009-02-03 08:55:02 +0100 oj  r267297 : unix line ends 2009-01-28 11:21:24 +0100 rene  r267043 : #i98549# s/DESIGN/BUILDER/ also for Sun 2009-01-27 17:17:50 +0100 rene  r267012 : merge builfix from trunk 2009-01-27 14:16:30 +0100 rene  r266991 : #i10000# fix rebase which left out the whole changes in former config_office; sync variable names (s/LIB_//) and some other things 2009-01-27 10:01:09 +0100 oj  r266959 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266944 (milestone: DEV300:m40) 2009-01-27 08:00:16 +0100 oj  r266951 : conflict in mergeinfo 2009-01-26 12:23:03 +0100 oj  r266914 : #i98383# fix grouping 2009-01-23 22:03:03 +0100 rene  r266852 : fix --enable-report-builder description 2009-01-23 10:37:27 +0100 oj  r266778 : set escape processing when set at query 2009-01-23 09:17:16 +0100 fs  r266770 : add CWS name to version 2009-01-21 13:57:35 +0100 oj  r266669 : merge for build bots 2009-01-20 09:07:24 +0100 oj  r266552 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 08:34:16 +0100 oj  r266551 : rebase 2009-01-20 08:33:59 +0100 oj  r266550 : rebase 2009-01-20 08:32:50 +0100 oj  r266549 : rebase 2009-01-20 08:30:13 +0100 oj  r266548 : rebase 2009-01-20 08:29:30 +0100 oj  r266547 : rebase 2009-01-20 08:22:33 +0100 oj  r266546 : merge short cuts from dba31g 2009-01-19 21:04:08 +0100 rene  r266525 : #i10000# we need officecfg for component-update.dtd 2009-01-19 21:01:26 +0100 rene  r266524 : #i10000# fix import 2009-01-19 20:26:20 +0100 rene  r266523 : #i10000# remove svn conflicts markers; fix build 2009-01-19 14:23:56 +0100 rene  r266496 : libbase depends on apache-commons.. 2009-01-19 14:00:42 +0100 oj  r266495 : merge from m39 2009-01-19 12:39:00 +0100 oj  r266489 : CWS-TOOLING: rebase CWS rptfix04 to trunk@266428 (milestone: DEV300:m39) 2009-01-16 11:47:04 +0100 oj  r266410 : #i97560# add , between expressions 2009-01-09 17:11:38 +0100 rene  r266103 : don't show "checking which Apache commons-* libs to use" when we neither build the wiki editor nor  the SRB 2009-01-09 16:48:02 +0100 rene  r266099 : #i10000# reportbuilder needs apache-commons 2009-01-09 15:43:35 +0100 oj  r266093 : use of new nspaces 2009-01-09 15:41:34 +0100 oj  r266092 : use of new nspaces 2009-01-09 14:44:15 +0100 rene  r266088 : fix typo/description 2009-01-09 12:48:51 +0100 rene  r266074 : #i10000# fix install 2009-01-09 11:52:53 +0100 rene  r266070 : #i10000# more build fixes 2009-01-09 10:53:13 +0100 rene  r266062 : #i10000# ENABLE_REPORTBUILDER also in set_soenv.in, fix typo 2009-01-09 10:40:24 +0100 rene  r266060 : #i10000# configure fix for new reportbuilder module, typo fix at libfonts 2009-01-09 10:01:52 +0100 rene  r266055 : #i10000# adapt to current configure.in 2009-01-09 09:59:32 +0100 oj  r266054 : add new pentaho jars 2009-01-09 09:47:54 +0100 oj  r266049 : merge changes from DEV300_m39 2009-01-09 09:14:08 +0100 oj  r266048 : merge from DEV300_m39 2009-01-09 08:28:43 +0100 oj  r266045 : merge changes from dba31g 2009-01-09 07:58:10 +0100 oj  r266044 : replace JCOMMON with LIB 2009-01-08 13:42:24 +0100 oj  r266005 : move ext to reportbuilder 2009-01-08 13:41:38 +0100 oj  r266004 : add dep for license 2009-01-08 13:27:56 +0100 oj  r266001 : new module for Sun report Builder extension 2009-01-07 12:58:13 +0100 oj  r265960 : CWS-TOOLING: rebase CWS rptfix04 to trunk@265758 (milestone: DEV300:m38) 2008-12-15 13:47:18 +0100 oj  r265481 : new pentaho resources 2008-12-15 10:04:01 +0100 oj  r265462 : integrate new pentaho sources 2008-12-15 10:02:54 +0100 oj  r265461 : #i96888# fix date time function 2008-12-12 09:23:29 +0100 oj  r265389 : #97174# check of res < 0 removed 2008-12-12 09:15:54 +0100 oj  r265388 : #i9716# fix for DayFunction 2008-12-11 12:24:24 +0100 oj  r265281 : integrate new pentaho sources 2008-12-11 11:49:16 +0100 oj  r265273 : integrate new pentaho sources 2008-12-11 09:34:07 +0100 oj  r265248 : integrate new pentaho sources 2008-12-10 18:58:06 +0100 oj  r265227 : introduce new pentaho sources 2008-12-10 18:56:43 +0100 oj  r265226 : introduce new pentaho sources 2008-12-10 18:54:26 +0100 oj  r265225 : introduce new pentaho sources 2008-12-10 18:42:59 +0100 oj  r265221 : introduce new pentaho sources 2008-12-10 17:24:23 +0100 oj  r265212 : introduce new pentaho sources 2008-12-10 17:24:07 +0100 oj  r265211 : new pentaho sources 2008-12-10 17:23:00 +0100 oj  r265210 : introduce new pentaho sources

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [d048bffc85384313b2574bfef131311445d7e31f]

        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-04  Oliver Bolte  <obo@openoffice.org>  [d6de0e0ce94f1c97c40d59284da2f926fe648727]

        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-04  Oliver Bolte  <obo@openoffice.org>  [0be4e2fbc0bec55e1859bb5916a39e5938f8a992]

        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-04  Oliver Bolte  <obo@openoffice.org>  [47a410885fc47b225a027ad34a9e5f9e6b8b6990]

        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-04  Oliver Bolte  <obo@openoffice.org>  [85c70f37b56299f6fa02312c0fb73cc55af084ef]

        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-04  Oliver Bolte  <obo@openoffice.org>  [75cd27aef3bfa19c93d54d8536ac92aac6f34802]

        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-04  Oliver Bolte  <obo@openoffice.org>  [be33e961b1b044099d9063423c6085e4853d765a]

        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-04  Andre Fischer  <af@openoffice.org>  [268c5a727b274916e0a0cc4bd61c3ed892a0b224]

        #i48179# Introduced EffectRewinder class that replays main sequence effects on current or previous slide.

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [8e90a4f14eb02b49abb19ece596e1d35db2d45fd]

        CWS-TOOLING: integrate CWS calcperf03 2009-01-27 17:45:09 +0100 er  r267014 : satisfy some stoneage compiler (tinderbox error) 2009-01-26 13:53:16 +0100 er  r266921 : corrected merge accident 2009-01-23 23:27:18 +0100 er  r266857 : #i97468# for better accuracy use ::rtl::math::atanh() in ATANH and FISHER, tanh() in FISHERINV; patch from <regina> 2009-01-23 23:08:14 +0100 er  r266854 : #i97467# added C99 atanh() substitute rtl_math_atanh() and ::rtl::math::atanh() since not all compilers have it; patch from <regina> Plus in rtl_math_log1p() made a variable volatile to prevent compilers from being too smart. 2009-01-23 19:20:43 +0100 er  r266849 : #i95381# make PODF adapter recognize empty/missing parameter, in this case ADDRESS 3rd parameter 2009-01-23 17:34:21 +0100 er  r266841 : #i95450# support ADDRESS 3rd parameter (abs) as missing parameter 2009-01-23 15:53:23 +0100 er  r266830 : some minor beautification 2009-01-23 15:45:20 +0100 er  r266829 : small bits missed during integration of cws frmdlg 2009-01-23 02:56:38 +0100 er  r266764 : removed CVS nonsense 2009-01-23 02:50:15 +0100 er  r266763 : get rid of nasty DOS lineends 2009-01-23 01:56:09 +0100 er  r266762 : #i98318# fix crash with external references constructed via Function Wizard; also fixes crash #i98338# and WaE #i97555# 2009-01-22 15:58:41 +0100 er  r266732 : #i97547# EUROCONVERT: add SKK/EUR 2009-01-21 15:47:39 +0100 er  r266676 : CWS-TOOLING: rebase CWS calcperf03 to trunk@266428 (milestone: DEV300:m39) 2009-01-09 17:22:23 +0100 er  r266105 : #i89976# use ::std::nth_element() instead of a fully sorted array for MEDIAN, PERCENTILE, QUARTILE, LARGE, SMALL 2008-11-07 20:13:55 +0100 er  r263483 : #i95967# Broadcast: use bulk broadcast also for single cell changes as multiple identical listeners may be involved; speeds up the Zaske document to draw level with Excel 2008-11-07 20:08:37 +0100 er  r263482 : #i95967# Notify: spare a vtable access

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [f36ac8531422b636f14ea619e8eeeea98b877124]

        CWS-TOOLING: integrate CWS calcperf03 2009-01-27 17:45:09 +0100 er  r267014 : satisfy some stoneage compiler (tinderbox error) 2009-01-26 13:53:16 +0100 er  r266921 : corrected merge accident 2009-01-23 23:27:18 +0100 er  r266857 : #i97468# for better accuracy use ::rtl::math::atanh() in ATANH and FISHER, tanh() in FISHERINV; patch from <regina> 2009-01-23 23:08:14 +0100 er  r266854 : #i97467# added C99 atanh() substitute rtl_math_atanh() and ::rtl::math::atanh() since not all compilers have it; patch from <regina> Plus in rtl_math_log1p() made a variable volatile to prevent compilers from being too smart. 2009-01-23 19:20:43 +0100 er  r266849 : #i95381# make PODF adapter recognize empty/missing parameter, in this case ADDRESS 3rd parameter 2009-01-23 17:34:21 +0100 er  r266841 : #i95450# support ADDRESS 3rd parameter (abs) as missing parameter 2009-01-23 15:53:23 +0100 er  r266830 : some minor beautification 2009-01-23 15:45:20 +0100 er  r266829 : small bits missed during integration of cws frmdlg 2009-01-23 02:56:38 +0100 er  r266764 : removed CVS nonsense 2009-01-23 02:50:15 +0100 er  r266763 : get rid of nasty DOS lineends 2009-01-23 01:56:09 +0100 er  r266762 : #i98318# fix crash with external references constructed via Function Wizard; also fixes crash #i98338# and WaE #i97555# 2009-01-22 15:58:41 +0100 er  r266732 : #i97547# EUROCONVERT: add SKK/EUR 2009-01-21 15:47:39 +0100 er  r266676 : CWS-TOOLING: rebase CWS calcperf03 to trunk@266428 (milestone: DEV300:m39) 2009-01-09 17:22:23 +0100 er  r266105 : #i89976# use ::std::nth_element() instead of a fully sorted array for MEDIAN, PERCENTILE, QUARTILE, LARGE, SMALL 2008-11-07 20:13:55 +0100 er  r263483 : #i95967# Broadcast: use bulk broadcast also for single cell changes as multiple identical listeners may be involved; speeds up the Zaske document to draw level with Excel 2008-11-07 20:08:37 +0100 er  r263482 : #i95967# Notify: spare a vtable access

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [d76a00738e0cb3c7d7f742f3f834b42fdb165e01]

        CWS-TOOLING: integrate CWS calcperf03 2009-01-27 17:45:09 +0100 er  r267014 : satisfy some stoneage compiler (tinderbox error) 2009-01-26 13:53:16 +0100 er  r266921 : corrected merge accident 2009-01-23 23:27:18 +0100 er  r266857 : #i97468# for better accuracy use ::rtl::math::atanh() in ATANH and FISHER, tanh() in FISHERINV; patch from <regina> 2009-01-23 23:08:14 +0100 er  r266854 : #i97467# added C99 atanh() substitute rtl_math_atanh() and ::rtl::math::atanh() since not all compilers have it; patch from <regina> Plus in rtl_math_log1p() made a variable volatile to prevent compilers from being too smart. 2009-01-23 19:20:43 +0100 er  r266849 : #i95381# make PODF adapter recognize empty/missing parameter, in this case ADDRESS 3rd parameter 2009-01-23 17:34:21 +0100 er  r266841 : #i95450# support ADDRESS 3rd parameter (abs) as missing parameter 2009-01-23 15:53:23 +0100 er  r266830 : some minor beautification 2009-01-23 15:45:20 +0100 er  r266829 : small bits missed during integration of cws frmdlg 2009-01-23 02:56:38 +0100 er  r266764 : removed CVS nonsense 2009-01-23 02:50:15 +0100 er  r266763 : get rid of nasty DOS lineends 2009-01-23 01:56:09 +0100 er  r266762 : #i98318# fix crash with external references constructed via Function Wizard; also fixes crash #i98338# and WaE #i97555# 2009-01-22 15:58:41 +0100 er  r266732 : #i97547# EUROCONVERT: add SKK/EUR 2009-01-21 15:47:39 +0100 er  r266676 : CWS-TOOLING: rebase CWS calcperf03 to trunk@266428 (milestone: DEV300:m39) 2009-01-09 17:22:23 +0100 er  r266105 : #i89976# use ::std::nth_element() instead of a fully sorted array for MEDIAN, PERCENTILE, QUARTILE, LARGE, SMALL 2008-11-07 20:13:55 +0100 er  r263483 : #i95967# Broadcast: use bulk broadcast also for single cell changes as multiple identical listeners may be involved; speeds up the Zaske document to draw level with Excel 2008-11-07 20:08:37 +0100 er  r263482 : #i95967# Notify: spare a vtable access

2009-03-04  Andre Fischer  <af@openoffice.org>  [dc300a3643d1424bda0fba622abc2c467446c085]

        #i48179# Keep internal data structure up-to-date.

2009-03-04  Andre Fischer  <af@openoffice.org>  [76c3d136310f8f2c19a3409edc5d4f70cb242311]

        #i48179# Added support for going back one effect at a time.

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [414b6e019b959f64f637d9295edf971bff404054]

        CWS-TOOLING: integrate CWS hunspell4thesaurus 2009-02-02 16:45:01 +0100 hjs  r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs  r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba  r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba  r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth  r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth  r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth  r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth  r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth  r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth  r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth  r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth  r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth  r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth  r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [3251ffe3f08589f5749dd8a8f165fb6b13498edd]

        CWS-TOOLING: integrate CWS hunspell4thesaurus 2009-02-02 16:45:01 +0100 hjs  r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs  r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba  r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba  r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth  r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth  r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth  r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth  r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth  r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth  r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth  r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth  r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth  r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth  r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [dcb1a804eb3318f915350b2ac98c7f0fb8856f14]

        CWS-TOOLING: integrate CWS hunspell4thesaurus 2009-02-02 16:45:01 +0100 hjs  r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs  r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba  r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba  r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth  r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth  r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth  r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth  r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth  r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth  r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth  r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth  r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth  r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth  r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.

2009-03-04  Oliver Bolte  <obo@openoffice.org>  [76af6630bf438a418981dd4843749b8b9458dd66]

        CWS-TOOLING: integrate CWS hunspell4thesaurus 2009-02-02 16:45:01 +0100 hjs  r267278 : #i98415# - kick touch here - go for the root cause elsewhere 2009-02-02 12:09:15 +0100 hjs  r267257 : #i98415# - fix parameters of touch 2009-01-23 23:13:00 +0100 mba  r266855 : fixed warning 2009-01-23 18:59:55 +0100 mba  r266848 : #i98415#: touch copied files 2009-01-21 09:58:05 +0100 nemeth  r266633 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@266428 (milestone: DEV300:m39) 2009-01-21 09:04:48 +0100 nemeth  r266629 : Issue: #19563 Submitted by: nemeth Reviewed by: nemeth Patch: handle bad dictionary items for back compatibility (affix separator without affix flags) 2009-01-20 20:04:10 +0100 nemeth  r266622 : Issue: #19563 Submitted by: nemeth Reviewed by:nemeth Add two small fixes for SF.net Hunspell Bug ID 2487684 2519814 2008-12-10 00:21:41 +0100 nemeth  r265141 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264807 (milestone: DEV300:m37) 2008-12-09 16:12:56 +0100 nemeth  r265113 : #i19563#: fixed stemming, and #i90028#: fixed and improved hyphenation 2008-11-26 23:09:05 +0100 nemeth  r264438 : #i90028#: CWS hunspell4thesaurus: Windows fixes of the Hunspell patch. 2008-11-26 22:51:03 +0100 nemeth  r264436 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@264325 (milestone: DEV300:m36) 2008-11-22 09:02:20 +0100 nemeth  r264182 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-22 08:23:10 +0100 nemeth  r264181 : CWS-TOOLING: rebase CWS hunspell4thesaurus to trunk@263288 (milestone: DEV300:m35) 2008-11-21 22:15:21 +0100 nemeth  r264176 : #i90028#: migrate CWS hunspell4thesaurus to SVN.

2009-03-04  Andre Fischer  <af@openoffice.org>  [74b454703738b7eb20737cfcdf23f995776ab135]

        #i48179# Added previousEffect() to XSlideShow.  Added properties to XSlideShow::display(). Changed XSlideShowListener::slideEnded() to accept new flag.

2009-03-03  Oliver Bolte  <obo@openoffice.org>  [2f373570c51e13baf0530605ef59808462e6ca71]

        CWS-TOOLING: integrate CWS koheiformula02 2009-02-19 13:18:02 +0100 iha  r268276 : #i99400# Missing value plotting broken 2009-02-11 03:39:50 +0100 kohei  r267579 : forgot to add an in-line comment. 2009-02-11 00:26:03 +0100 kohei  r267578 : Handle also the single cell references when exporting chart ranges. 2009-02-10 19:50:37 +0100 kohei  r267576 : removed a compiler warning. 2009-02-10 06:48:55 +0100 kohei  r267536 : got xls export filter to correctly write external references in charts. However, Excel doesn't entirely like my chart output if the chart contains external references.  The data are all there, but it refuses to draw it. It works fine with charts with internal references. 2009-02-10 03:33:13 +0100 kohei  r267533 : correctly import external references used in chart objects, by using a token array instead of a range list to represent the data ranges. 2009-02-04 15:22:30 +0100 kohei  r267387 : return aRet instead of the sRangeRepresentation, just to be consistent with the rest of the code there.  Both strings are empty so this is just for aesthetic reasons. 2009-02-04 15:07:49 +0100 kohei  r267384 : #i98872# allow export of empty data range, in order to allow saving of documents with an empty chart. 2009-02-03 19:20:38 +0100 kohei  r267340 : #i98801# added a special case handler for parsing range address syntax used by the older version of OOo.  In the old syntax, the sheet name was dropped for the 2nd reference of a range if the 1st and 2nd references are on the same sheet.  In the new syntax this is not the case. Also fixed unintential display of the sheet name for the end range address of a single-sheet range. 2009-01-28 20:46:11 +0100 kohei  r267085 : call GetIndex() and GetString() only when the token is external ref, to avoid triggering assertions in a non-pro build. 2009-01-28 19:30:58 +0100 kohei  r267080 : When listeners are being destroyed, don't bother unregistering them with the external ref manager if the document itself is being destroyed. 2009-01-28 18:56:52 +0100 kohei  r267079 : fixed a heap corruption.  The Table instance stores instances of FormulaToken type, not of ScAddress type. 2009-01-26 18:59:14 +0100 kohei  r266945 : removed another warning on win32 build. 2009-01-26 18:50:56 +0100 kohei  r266943 : removed warnings on windows build. 2009-01-26 17:16:09 +0100 kohei  r266939 : added const to a returned reference value that is never used to modify its value. 2009-01-26 16:49:33 +0100 kohei  r266937 : Assume that the document instance is not null, or else don't copy any data at all. 2009-01-26 16:19:50 +0100 kohei  r266935 : create a clone of ScChart2DataSeqeunce without calling its copy constructor, since explicit definition of copy constructor would cause a serious compiler warning that's too ugly to fix. 2009-01-26 05:26:58 +0100 kohei  r266894 : removed unused variable and changed function signature. 2009-01-26 05:02:58 +0100 kohei  r266893 : removed unused variables to remove compiler warnings. 2009-01-25 18:07:31 +0100 kohei  r266890 : fixed indentation inconsistencies in ctor initializers. 2009-01-25 18:01:41 +0100 kohei  r266889 : * removed a compiler warning. * tab -> whitespace conversion in some code. 2009-01-25 03:57:37 +0100 kohei  r266888 : removed a mis-leading comment. 2009-01-25 02:37:45 +0100 kohei  r266887 : * moved the ref token join method from chart2uno local to ScRefTokenHelper. * a little code cleanup. 2009-01-24 09:29:26 +0100 kohei  r266865 : Don't re-link external files if their link has been broken once. 2009-01-24 09:16:28 +0100 kohei  r266864 : a typo in an in-line comment. 2009-01-24 09:14:29 +0100 kohei  r266863 : Treat non-cached cells as empty cells only when the source document is not reachable. 2009-01-24 07:23:44 +0100 kohei  r266862 : Don't purge the external ref cache when the link is broken. 2009-01-24 03:25:46 +0100 kohei  r266861 : When a cell outside the cached range is queried, we should return an emtpy cell token instead of NULL, to be consistent with the old behavior. 2009-01-24 02:34:38 +0100 kohei  r266860 : Remove corresponding listeners when an external doc link is broken. 2009-01-23 23:18:44 +0100 kohei  r266856 : more work on handling external ref update listeners. 2009-01-23 18:10:09 +0100 kohei  r266846 : Handle loading of chart objects when their external link is updated. 2009-01-23 06:57:34 +0100 kohei  r266765 : more work on ref-tokenizing ScChartListener. 2009-01-22 22:57:52 +0100 kohei  r266760 : More work on moving ref token helper code to reftokenhelper & ref-tokenizing ScChartListener. 2009-01-22 21:52:38 +0100 kohei  r266758 : moved the code that converts XML range string into Calc's internal range string from chart2uno to rangeutl & compile the range string to generate ref tokens upon ods import. 2009-01-22 18:56:14 +0100 kohei  r266749 : fixed a build breakage. 2009-01-22 18:53:43 +0100 kohei  r266748 : Initial work toward using ref tokens in ScChartListener class.  I'll start moving some of local ref token handling functions from chart2uno.cxx to ScRefTokenHelper class to make them available in other places. 2009-01-22 17:38:20 +0100 kohei  r266746 : Add a big, fat warning against mixed use of ScSharedTokenRef and ScTokenRef. 2009-01-22 08:33:28 +0100 kohei  r266711 : #i98338# fixed slicing of external ref token classes by adding their own Clone() method. 2009-01-22 05:02:25 +0100 kohei  r266710 : Applied the same fix that npower/oj applied to fix a crasher (from #i98317#). 2009-01-21 23:02:42 +0100 kohei  r266705 : fix build breakages as a result of rebase to m39.  Mostly due to the new formula  module and its associated changes esp. wrt token classes. 2009-01-21 19:14:40 +0100 kohei  r266699 : CWS-TOOLING: rebase CWS koheiformula02 to trunk@266428 (milestone: DEV300:m39) 2009-01-21 17:55:10 +0100 kohei  r266698 : moved the shared ScToken typedef to token.hxx, and use it instead of ScChart2TokenRef, since I need this typedef in the odf importer.  In the future this can also replace the similar typedef in ScExternalRefManager. 2009-01-21 06:54:04 +0100 kohei  r266627 : Added external ref listener framework so that objects listening to external ref changes can get notified when the link is updated. The work is not done yet. 2009-01-20 23:07:38 +0100 kohei  r266626 : When exporting a range to ODF, we don't want to prepend a sheet name with '$' even for an external sheet. 2009-01-20 23:06:40 +0100 kohei  r266625 : 1) code cleanup to remove compiler warnings. 2) fixed convertRangesToXML to convert ref tokens into correct ODF range format. 2009-01-20 19:40:45 +0100 kohei  r266620 : extracted the code that fills cache from external ref into its own method. 2009-01-20 18:26:47 +0100 kohei  r266616 : added javadoc parameter descriptions. 2009-01-20 18:01:17 +0100 kohei  r266615 : disable ScChart2EmptyDataSequence entirely since that class doesn't appear to be used any more. 2009-01-20 17:42:59 +0100 kohei  r266608 : fixed a crash when the data source range is empty at time of chart creation. 2009-01-20 17:13:34 +0100 kohei  r266601 : a simple locale variable rename. 2009-01-20 16:57:04 +0100 kohei  r266598 : #i97563# applied my patch, to fix incorrect export attempts of color values as a number formatter key, and change the condition of one assertion to prevent it from being triggered incorrectly in non-pro build. 2009-01-17 07:41:01 +0100 kohei  r266458 : a little code cleanup. 2009-01-17 07:30:48 +0100 kohei  r266457 : removed a method that it no longer used. 2009-01-17 07:29:15 +0100 kohei  r266456 : fixed a crash when no external data is available for a given range. 2009-01-17 07:14:50 +0100 kohei  r266455 : Even more work on range list to ref token migration.  The chart now retains external data after editing of chart. 2009-01-16 18:54:35 +0100 kohei  r266453 : More work on replacing flat ranges and addresses with ref tokens. 2009-01-16 17:07:51 +0100 kohei  r266438 : extracted a large code block into its own local method. 2009-01-16 15:22:57 +0100 kohei  r266423 : Initial work toward replacing the chart positioner and its related code in order to use reference tokens instead of range list.  The basis of that code is the old ScChartPositioner and ScChartPositionMap duplicated to avoid breaking any existing legacy code that might still use it.  It appears to be used by the StarOffice 1.0 filter only. Still not working with the external references. 2009-01-15 05:33:39 +0100 kohei  r266334 : renamed chackRanges() to overlaps() to make it more descriptive of what it does. 2009-01-13 23:25:50 +0100 kohei  r266260 : Moved the token-to-string conversion code up so that other parts of the code can use it. 2009-01-13 22:14:35 +0100 kohei  r266256 : generateLabels() now uses reference token list. 2009-01-13 18:42:23 +0100 kohei  r266246 : Finally, build data array for external data sources.  This will now allow the data to be displayed in the diagram. 2009-01-13 16:34:03 +0100 kohei  r266235 : We now need to verify range representation by compiling it instead of parsing it. 2009-01-13 15:41:48 +0100 kohei  r266230 : cosmetic function name change & added javadoc comment for it. 2009-01-13 06:32:06 +0100 kohei  r266194 : Fixed a typo. 2009-01-13 06:04:23 +0100 kohei  r266193 : Generate data source range string by compiling reference tokens.  This way we can also display external reference addresses correctly. 2009-01-13 05:55:44 +0100 kohei  r266192 : moved compileRangeRepresentation from being a class member method to a local function. 2009-01-13 05:41:53 +0100 kohei  r266191 : nuked one unused method & tab -> whitespace conversion. 2009-01-13 05:35:10 +0100 kohei  r266190 : A little code cleanup & consolidated all range-joining code into a single function object class. 2009-01-13 03:58:51 +0100 kohei  r266189 : removed the unused method. 2009-01-13 03:53:01 +0100 kohei  r266188 : This time I (hopefully) fixed the range consolidation problem for real.  I forgot to join the missing upper-left corner cell with the existing range list.  Also, I needed to join ranges recursively instead of just doing it once. 2009-01-13 02:15:48 +0100 kohei  r266187 : fixed the "add corner if missing" thing. 2009-01-12 23:36:19 +0100 kohei  r266185 : More work on range list -> ref tokens. 2009-01-12 23:12:28 +0100 kohei  r266184 : More work on switching to reference tokens from range list.  Still in progress. 2009-01-10 08:15:39 +0100 kohei  r266125 : More code change for switching to reference tokens, especially in ScChart2DataProvider. Created another addUpperLeftCornerIfMissing method that can take a list of reference tokens instead of range list. 2009-01-09 19:22:33 +0100 kohei  r266110 : entirely removed the range list data member from ScChart2DataSequence class.  From now on we will use a list of tokens to track data source ranges. Now, if I haven't introduced any bugs in the process, normal charts with no external references should work as before.  But I still need to get the external refs to work. 2009-01-09 19:11:45 +0100 kohei  r266108 : Convert ranges to token list before instantiating ScChart2DataSequence. 2009-01-09 18:27:13 +0100 kohei  r266107 : Extracted a common code block into its own method. 2009-01-09 18:18:36 +0100 kohei  r266106 : More progress on chart2uno implementation change.  Still more to do. 2009-01-09 06:24:36 +0100 kohei  r266043 : another place to swap the use of range list with token list. 2009-01-09 06:18:57 +0100 kohei  r266042 : Started re-working the chart2uno implementation, to use a list of ScToken instances instead of ScRangeList, to keep track of data source ranges. This way, the chart2uno code can tell whether the ranges are external or internal, and act accordingly. I'm not finished with it yet.  Some things are still not working. 2009-01-08 19:28:51 +0100 kohei  r266034 : yet another place to hardcode CONV_OOO for cell range address parsing. 2009-01-08 19:19:21 +0100 kohei  r266033 : transferred the BuildArray() method from the koheichart01 cws and its associated changes. I need to be changing code around this area, and I don't want to redo my changes once koheichart01 gets integrated for 3.2. 2009-01-08 18:07:08 +0100 kohei  r266030 : Have convertRangeFromXML convert external ranges into the appropriate OOO A1 format. I also added a helper method to append a table name because this is useful in a lot of other places. 2009-01-07 06:57:52 +0100 kohei  r265944 : These places also need a hard-coded CONV_OOO address convention, for Excel chart import and export to function properly. 2009-01-06 16:41:07 +0100 kohei  r265932 : removed unused variable. 2009-01-06 16:30:36 +0100 kohei  r265931 : removed unused ScDPCacheTable::GroupFilter::setMatchIfFound() method and its associated member variable (per Caolan's callcatcher output).  I added that method to allow reverse matching in some code but later retracted that logic. I guess I forgot to remove the method itself afterwards... 2009-01-06 06:39:51 +0100 kohei  r265891 : #i97735# Always write cell and cell range addresses using the OOo A1 (CONV_OOO) address convention when exporting to ODF, regardless of current address convention.  Same for reading from ODF documents. 2009-01-06 05:46:40 +0100 kohei  r265890 : #i94696# Use the current address convention in the chart wizard dialog.

2009-03-03  Oliver Bolte  <obo@openoffice.org>  [3ad7d198a6bc7702427974bd38043c0803d41851]

        CWS-TOOLING: integrate CWS koheiformula02 2009-02-19 13:18:02 +0100 iha  r268276 : #i99400# Missing value plotting broken 2009-02-11 03:39:50 +0100 kohei  r267579 : forgot to add an in-line comment. 2009-02-11 00:26:03 +0100 kohei  r267578 : Handle also the single cell references when exporting chart ranges. 2009-02-10 19:50:37 +0100 kohei  r267576 : removed a compiler warning. 2009-02-10 06:48:55 +0100 kohei  r267536 : got xls export filter to correctly write external references in charts. However, Excel doesn't entirely like my chart output if the chart contains external references.  The data are all there, but it refuses to draw it. It works fine with charts with internal references. 2009-02-10 03:33:13 +0100 kohei  r267533 : correctly import external references used in chart objects, by using a token array instead of a range list to represent the data ranges. 2009-02-04 15:22:30 +0100 kohei  r267387 : return aRet instead of the sRangeRepresentation, just to be consistent with the rest of the code there.  Both strings are empty so this is just for aesthetic reasons. 2009-02-04 15:07:49 +0100 kohei  r267384 : #i98872# allow export of empty data range, in order to allow saving of documents with an empty chart. 2009-02-03 19:20:38 +0100 kohei  r267340 : #i98801# added a special case handler for parsing range address syntax used by the older version of OOo.  In the old syntax, the sheet name was dropped for the 2nd reference of a range if the 1st and 2nd references are on the same sheet.  In the new syntax this is not the case. Also fixed unintential display of the sheet name for the end range address of a single-sheet range. 2009-01-28 20:46:11 +0100 kohei  r267085 : call GetIndex() and GetString() only when the token is external ref, to avoid triggering assertions in a non-pro build. 2009-01-28 19:30:58 +0100 kohei  r267080 : When listeners are being destroyed, don't bother unregistering them with the external ref manager if the document itself is being destroyed. 2009-01-28 18:56:52 +0100 kohei  r267079 : fixed a heap corruption.  The Table instance stores instances of FormulaToken type, not of ScAddress type. 2009-01-26 18:59:14 +0100 kohei  r266945 : removed another warning on win32 build. 2009-01-26 18:50:56 +0100 kohei  r266943 : removed warnings on windows build. 2009-01-26 17:16:09 +0100 kohei  r266939 : added const to a returned reference value that is never used to modify its value. 2009-01-26 16:49:33 +0100 kohei  r266937 : Assume that the document instance is not null, or else don't copy any data at all. 2009-01-26 16:19:50 +0100 kohei  r266935 : create a clone of ScChart2DataSeqeunce without calling its copy constructor, since explicit definition of copy constructor would cause a serious compiler warning that's too ugly to fix. 2009-01-26 05:26:58 +0100 kohei  r266894 : removed unused variable and changed function signature. 2009-01-26 05:02:58 +0100 kohei  r266893 : removed unused variables to remove compiler warnings. 2009-01-25 18:07:31 +0100 kohei  r266890 : fixed indentation inconsistencies in ctor initializers. 2009-01-25 18:01:41 +0100 kohei  r266889 : * removed a compiler warning. * tab -> whitespace conversion in some code. 2009-01-25 03:57:37 +0100 kohei  r266888 : removed a mis-leading comment. 2009-01-25 02:37:45 +0100 kohei  r266887 : * moved the ref token join method from chart2uno local to ScRefTokenHelper. * a little code cleanup. 2009-01-24 09:29:26 +0100 kohei  r266865 : Don't re-link external files if their link has been broken once. 2009-01-24 09:16:28 +0100 kohei  r266864 : a typo in an in-line comment. 2009-01-24 09:14:29 +0100 kohei  r266863 : Treat non-cached cells as empty cells only when the source document is not reachable. 2009-01-24 07:23:44 +0100 kohei  r266862 : Don't purge the external ref cache when the link is broken. 2009-01-24 03:25:46 +0100 kohei  r266861 : When a cell outside the cached range is queried, we should return an emtpy cell token instead of NULL, to be consistent with the old behavior. 2009-01-24 02:34:38 +0100 kohei  r266860 : Remove corresponding listeners when an external doc link is broken. 2009-01-23 23:18:44 +0100 kohei  r266856 : more work on handling external ref update listeners. 2009-01-23 18:10:09 +0100 kohei  r266846 : Handle loading of chart objects when their external link is updated. 2009-01-23 06:57:34 +0100 kohei  r266765 : more work on ref-tokenizing ScChartListener. 2009-01-22 22:57:52 +0100 kohei  r266760 : More work on moving ref token helper code to reftokenhelper & ref-tokenizing ScChartListener. 2009-01-22 21:52:38 +0100 kohei  r266758 : moved the code that converts XML range string into Calc's internal range string from chart2uno to rangeutl & compile the range string to generate ref tokens upon ods import. 2009-01-22 18:56:14 +0100 kohei  r266749 : fixed a build breakage. 2009-01-22 18:53:43 +0100 kohei  r266748 : Initial work toward using ref tokens in ScChartListener class.  I'll start moving some of local ref token handling functions from chart2uno.cxx to ScRefTokenHelper class to make them available in other places. 2009-01-22 17:38:20 +0100 kohei  r266746 : Add a big, fat warning against mixed use of ScSharedTokenRef and ScTokenRef. 2009-01-22 08:33:28 +0100 kohei  r266711 : #i98338# fixed slicing of external ref token classes by adding their own Clone() method. 2009-01-22 05:02:25 +0100 kohei  r266710 : Applied the same fix that npower/oj applied to fix a crasher (from #i98317#). 2009-01-21 23:02:42 +0100 kohei  r266705 : fix build breakages as a result of rebase to m39.  Mostly due to the new formula  module and its associated changes esp. wrt token classes. 2009-01-21 19:14:40 +0100 kohei  r266699 : CWS-TOOLING: rebase CWS koheiformula02 to trunk@266428 (milestone: DEV300:m39) 2009-01-21 17:55:10 +0100 kohei  r266698 : moved the shared ScToken typedef to token.hxx, and use it instead of ScChart2TokenRef, since I need this typedef in the odf importer.  In the future this can also replace the similar typedef in ScExternalRefManager. 2009-01-21 06:54:04 +0100 kohei  r266627 : Added external ref listener framework so that objects listening to external ref changes can get notified when the link is updated. The work is not done yet. 2009-01-20 23:07:38 +0100 kohei  r266626 : When exporting a range to ODF, we don't want to prepend a sheet name with '$' even for an external sheet. 2009-01-20 23:06:40 +0100 kohei  r266625 : 1) code cleanup to remove compiler warnings. 2) fixed convertRangesToXML to convert ref tokens into correct ODF range format. 2009-01-20 19:40:45 +0100 kohei  r266620 : extracted the code that fills cache from external ref into its own method. 2009-01-20 18:26:47 +0100 kohei  r266616 : added javadoc parameter descriptions. 2009-01-20 18:01:17 +0100 kohei  r266615 : disable ScChart2EmptyDataSequence entirely since that class doesn't appear to be used any more. 2009-01-20 17:42:59 +0100 kohei  r266608 : fixed a crash when the data source range is empty at time of chart creation. 2009-01-20 17:13:34 +0100 kohei  r266601 : a simple locale variable rename. 2009-01-20 16:57:04 +0100 kohei  r266598 : #i97563# applied my patch, to fix incorrect export attempts of color values as a number formatter key, and change the condition of one assertion to prevent it from being triggered incorrectly in non-pro build. 2009-01-17 07:41:01 +0100 kohei  r266458 : a little code cleanup. 2009-01-17 07:30:48 +0100 kohei  r266457 : removed a method that it no longer used. 2009-01-17 07:29:15 +0100 kohei  r266456 : fixed a crash when no external data is available for a given range. 2009-01-17 07:14:50 +0100 kohei  r266455 : Even more work on range list to ref token migration.  The chart now retains external data after editing of chart. 2009-01-16 18:54:35 +0100 kohei  r266453 : More work on replacing flat ranges and addresses with ref tokens. 2009-01-16 17:07:51 +0100 kohei  r266438 : extracted a large code block into its own local method. 2009-01-16 15:22:57 +0100 kohei  r266423 : Initial work toward replacing the chart positioner and its related code in order to use reference tokens instead of range list.  The basis of that code is the old ScChartPositioner and ScChartPositionMap duplicated to avoid breaking any existing legacy code that might still use it.  It appears to be used by the StarOffice 1.0 filter only. Still not working with the external references. 2009-01-15 05:33:39 +0100 kohei  r266334 : renamed chackRanges() to overlaps() to make it more descriptive of what it does. 2009-01-13 23:25:50 +0100 kohei  r266260 : Moved the token-to-string conversion code up so that other parts of the code can use it. 2009-01-13 22:14:35 +0100 kohei  r266256 : generateLabels() now uses reference token list. 2009-01-13 18:42:23 +0100 kohei  r266246 : Finally, build data array for external data sources.  This will now allow the data to be displayed in the diagram. 2009-01-13 16:34:03 +0100 kohei  r266235 : We now need to verify range representation by compiling it instead of parsing it. 2009-01-13 15:41:48 +0100 kohei  r266230 : cosmetic function name change & added javadoc comment for it. 2009-01-13 06:32:06 +0100 kohei  r266194 : Fixed a typo. 2009-01-13 06:04:23 +0100 kohei  r266193 : Generate data source range string by compiling reference tokens.  This way we can also display external reference addresses correctly. 2009-01-13 05:55:44 +0100 kohei  r266192 : moved compileRangeRepresentation from being a class member method to a local function. 2009-01-13 05:41:53 +0100 kohei  r266191 : nuked one unused method & tab -> whitespace conversion. 2009-01-13 05:35:10 +0100 kohei  r266190 : A little code cleanup & consolidated all range-joining code into a single function object class. 2009-01-13 03:58:51 +0100 kohei  r266189 : removed the unused method. 2009-01-13 03:53:01 +0100 kohei  r266188 : This time I (hopefully) fixed the range consolidation problem for real.  I forgot to join the missing upper-left corner cell with the existing range list.  Also, I needed to join ranges recursively instead of just doing it once. 2009-01-13 02:15:48 +0100 kohei  r266187 : fixed the "add corner if missing" thing. 2009-01-12 23:36:19 +0100 kohei  r266185 : More work on range list -> ref tokens. 2009-01-12 23:12:28 +0100 kohei  r266184 : More work on switching to reference tokens from range list.  Still in progress. 2009-01-10 08:15:39 +0100 kohei  r266125 : More code change for switching to reference tokens, especially in ScChart2DataProvider. Created another addUpperLeftCornerIfMissing method that can take a list of reference tokens instead of range list. 2009-01-09 19:22:33 +0100 kohei  r266110 : entirely removed the range list data member from ScChart2DataSequence class.  From now on we will use a list of tokens to track data source ranges. Now, if I haven't introduced any bugs in the process, normal charts with no external references should work as before.  But I still need to get the external refs to work. 2009-01-09 19:11:45 +0100 kohei  r266108 : Convert ranges to token list before instantiating ScChart2DataSequence. 2009-01-09 18:27:13 +0100 kohei  r266107 : Extracted a common code block into its own method. 2009-01-09 18:18:36 +0100 kohei  r266106 : More progress on chart2uno implementation change.  Still more to do. 2009-01-09 06:24:36 +0100 kohei  r266043 : another place to swap the use of range list with token list. 2009-01-09 06:18:57 +0100 kohei  r266042 : Started re-working the chart2uno implementation, to use a list of ScToken instances instead of ScRangeList, to keep track of data source ranges. This way, the chart2uno code can tell whether the ranges are external or internal, and act accordingly. I'm not finished with it yet.  Some things are still not working. 2009-01-08 19:28:51 +0100 kohei  r266034 : yet another place to hardcode CONV_OOO for cell range address parsing. 2009-01-08 19:19:21 +0100 kohei  r266033 : transferred the BuildArray() method from the koheichart01 cws and its associated changes. I need to be changing code around this area, and I don't want to redo my changes once koheichart01 gets integrated for 3.2. 2009-01-08 18:07:08 +0100 kohei  r266030 : Have convertRangeFromXML convert external ranges into the appropriate OOO A1 format. I also added a helper method to append a table name because this is useful in a lot of other places. 2009-01-07 06:57:52 +0100 kohei  r265944 : These places also need a hard-coded CONV_OOO address convention, for Excel chart import and export to function properly. 2009-01-06 16:41:07 +0100 kohei  r265932 : removed unused variable. 2009-01-06 16:30:36 +0100 kohei  r265931 : removed unused ScDPCacheTable::GroupFilter::setMatchIfFound() method and its associated member variable (per Caolan's callcatcher output).  I added that method to allow reverse matching in some code but later retracted that logic. I guess I forgot to remove the method itself afterwards... 2009-01-06 06:39:51 +0100 kohei  r265891 : #i97735# Always write cell and cell range addresses using the OOo A1 (CONV_OOO) address convention when exporting to ODF, regardless of current address convention.  Same for reading from ODF documents. 2009-01-06 05:46:40 +0100 kohei  r265890 : #i94696# Use the current address convention in the chart wizard dialog.

2009-03-03  Oliver Bolte  <obo@openoffice.org>  [99c3f97c8377d6406ee02b196e80ff4c071d3105]

        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>  [6b741821d6ac3bca21a98a3ce5b069b24abba41f]

        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>  [e0d7a9fda4d50353857dcd5ab041be4c26de8472]

        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>  [b10a9b39e5161e5c5ef3f0a2b96e8f98a9d80e57]

        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-03  Oliver Bolte  <obo@openoffice.org>  [e08618ebd65abea7c44ab3ec193359d0b85b3856]

        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-03  Oliver Bolte  <obo@openoffice.org>  [84d4a9e723f2076875c1893e515711f6e5a51f53]

        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-03  Oliver Bolte  <obo@openoffice.org>  [595af138a9819ed4711369d561c16c042a14a762]

        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>  [362db4ed2105dd5b77023a6655bbb50c091ae282]

        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>  [07b0c01857137de7e4bd02375e7c892d622d270e]

        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>  [e93b9cda112e9c30e482aef5a7b8c36b60bb2d0f]

        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>  [0abfa25fe4fdac8a7e056870b92f5dbd25e6c17b]

        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>  [737d42f25fb44d30223ef9be492537e67856169a]

        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-03-02  Oliver Bolte  <obo@openoffice.org>  [2907f0852633983033dc6582ad7a187d47fa5973]

        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-03-02  Oliver Bolte  <obo@openoffice.org>  [fd7608e774b3e8350d9e29f8f33bb46da7fe2e07]

        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-03-02  Oliver Bolte  <obo@openoffice.org>  [7916faf1b8ede0b15f1d5d89f7c2488cfa7ef50d]

        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>  [9ae35d4e8d783b08025575426badc2783aa773c9]

        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>  [fcad3226a579de6cd18f6da82ab801c253b4fd73]

        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>  [590a804e7815574a066c658f1f05875a6d0f448f]

        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-27  Oliver Bolte  <obo@openoffice.org>  [f02a93c179d26f4e84af83c0ac16c39a62d1dc3f]

        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-26  Oliver Bolte  <obo@openoffice.org>  [394a149aa9d58909ecb7960f88bec92e7edbf5fc]

        CWS-TOOLING: integrate CWS tkr18 2009-01-27 19:56:17 +0100 tkr  r267017 : #i98521# remove -fast switch for solaris build 2009-01-23 07:44:53 +0100 tkr  r266766 : #i98223# cought exception while loading gvfs ucp 2009-01-16 16:32:58 +0100 kso  r266434 : i98053# - support for XInteractionHandler2n 2009-01-16 16:29:41 +0100 kso  r266433 : i98053# - new interface: XInteractionHandler2 2009-01-14 12:48:17 +0100 tkr  r266288 : #i98053# install new configuation file for InteractionHandler 2009-01-14 08:16:57 +0100 tkr  r266264 : #i98053# new configuation file for InteractionHandler 2009-01-14 08:14:20 +0100 tkr  r266263 : #i98053# deligate InteractionHandlerRequest if office cannot handle it

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [bb96b3ee0d39a58c86d83dfdac18ff6d4088835d]

        CWS-TOOLING: integrate CWS tkr18 2009-01-27 19:56:17 +0100 tkr  r267017 : #i98521# remove -fast switch for solaris build 2009-01-23 07:44:53 +0100 tkr  r266766 : #i98223# cought exception while loading gvfs ucp 2009-01-16 16:32:58 +0100 kso  r266434 : i98053# - support for XInteractionHandler2n 2009-01-16 16:29:41 +0100 kso  r266433 : i98053# - new interface: XInteractionHandler2 2009-01-14 12:48:17 +0100 tkr  r266288 : #i98053# install new configuation file for InteractionHandler 2009-01-14 08:16:57 +0100 tkr  r266264 : #i98053# new configuation file for InteractionHandler 2009-01-14 08:14:20 +0100 tkr  r266263 : #i98053# deligate InteractionHandlerRequest if office cannot handle it

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [aee7e11d704523f4ce45c7e0d21b81e9dda2a47d]

        CWS-TOOLING: integrate CWS tkr18 2009-01-27 19:56:17 +0100 tkr  r267017 : #i98521# remove -fast switch for solaris build 2009-01-23 07:44:53 +0100 tkr  r266766 : #i98223# cought exception while loading gvfs ucp 2009-01-16 16:32:58 +0100 kso  r266434 : i98053# - support for XInteractionHandler2n 2009-01-16 16:29:41 +0100 kso  r266433 : i98053# - new interface: XInteractionHandler2 2009-01-14 12:48:17 +0100 tkr  r266288 : #i98053# install new configuation file for InteractionHandler 2009-01-14 08:16:57 +0100 tkr  r266264 : #i98053# new configuation file for InteractionHandler 2009-01-14 08:14:20 +0100 tkr  r266263 : #i98053# deligate InteractionHandlerRequest if office cannot handle it

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [f3983734ef76293c95f722367f93b95878e34783]

        CWS-TOOLING: integrate CWS native226_DEV300 2009-02-12 17:28:38 +0100 is  r267681 : #i99151# one temp dir for each msimsp process

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [03ff7f6dadd9e0dea3c9647cef41601f6975b257]

        CWS-TOOLING: integrate CWS native224 2009-02-10 17:25:23 +0100 is  r267565 : #i92147# spellchecker extensions into language packs 2009-02-09 18:06:03 +0100 is  r267528 : #i92147# spellchecker extensions into language packs 2009-02-09 18:04:13 +0100 is  r267527 : #i92147# spellchecker extensions into language packs 2009-02-09 18:03:10 +0100 is  r267526 : #i92147# spellchecker extensions into language packs

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [c2e1a702d2c4233b97ab6a3fd4fd37c9adf920c1]

        CWS-TOOLING: integrate CWS native224 2009-02-10 17:25:23 +0100 is  r267565 : #i92147# spellchecker extensions into language packs 2009-02-09 18:06:03 +0100 is  r267528 : #i92147# spellchecker extensions into language packs 2009-02-09 18:04:13 +0100 is  r267527 : #i92147# spellchecker extensions into language packs 2009-02-09 18:03:10 +0100 is  r267526 : #i92147# spellchecker extensions into language packs

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [b69fc6d55096f479ccb8548a584fe60ae438f560]

        CWS-TOOLING: integrate CWS native223 2009-02-24 11:33:52 +0100 is  r268389 : #i99398# fixing typo 2009-02-24 11:28:00 +0100 is  r268388 : #i99398# pooling also for debian 2009-02-24 10:57:18 +0100 is  r268387 : #i99398# remove superfluous variable 2009-02-20 20:58:53 +0100 is  r268338 : #i99398# logging pool statistics 2009-02-20 16:35:31 +0100 is  r268333 : #i99398# logging pool statistics 2009-02-20 14:37:46 +0100 is  r268322 : #i99398# logging pool statistics 2009-02-19 12:01:45 +0100 is  r268270 : #i99398# package pool for unixes 2009-02-19 12:00:53 +0100 is  r268269 : #i99398# package pool for unixes

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [dd07454c9d8b58dfbc487ebb97ea5009916b75b2]

        CWS-TOOLING: integrate CWS native222 2009-02-05 13:07:21 +0100 hjs  r267419 : #i98740# reactivate own versionobj to avoid dependecy on uwinapi caused by unintended symbol reexport 2009-02-03 15:06:32 +0100 is  r267332 : #i98740# fixing pathes to dll in Windows registry 2009-02-02 18:07:28 +0100 is  r267289 : #i98609# new download creation process 2009-02-02 18:01:35 +0100 is  r267288 : #i98609# new download creation process 2009-01-30 17:11:07 +0100 is  r267218 : #i98609# new download creation process 2009-01-30 17:10:16 +0100 is  r267217 : #i98609# new download creation process 2009-01-30 17:09:37 +0100 is  r267216 : #i98609# new download creation process 2009-01-30 17:08:49 +0100 is  r267214 : #i98609# new download creation process 2009-01-30 17:08:25 +0100 is  r267213 : #i98609# new download creation process 2009-01-30 17:06:17 +0100 is  r267212 : #i98609# new download creation process 2009-01-30 17:05:46 +0100 is  r267211 : #i98609# new download creation process

2009-02-26  Oliver Bolte  <obo@openoffice.org>  [082151b8c45f1ca5687d6162e02bb88c73b30754]

        CWS-TOOLING: integrate CWS native222 2009-02-05 13:07:21 +0100 hjs  r267419 : #i98740# reactivate own versionobj to avoid dependecy on uwinapi caused by unintended symbol reexport 2009-02-03 15:06:32 +0100 is  r267332 : #i98740# fixing pathes to dll in Windows registry 2009-02-02 18:07:28 +0100 is  r267289 : #i98609# new download creation process 2009-02-02 18:01:35 +0100 is  r267288 : #i98609# new download creation process 2009-01-30 17:11:07 +0100 is  r267218 : #i98609# new download creation process 2009-01-30 17:10:16 +0100 is  r267217 : #i98609# new download creation process 2009-01-30 17:09:37 +0100 is  r267216 : #i98609# new download creation process 2009-01-30 17:08:49 +0100 is  r267214 : #i98609# new download creation process 2009-01-30 17:08:25 +0100 is  r267213 : #i98609# new download creation process 2009-01-30 17:06:17 +0100 is  r267212 : #i98609# new download creation process 2009-01-30 17:05:46 +0100 is  r267211 : #i98609# new download creation process

2009-02-25  Oliver Bolte  <obo@openoffice.org>  [aa1600a9e15c2213a203d684a064f11400e58c5e]

        #i10000# AUGMENT_LIBRARY_PATH missing

2009-02-24  Release Engineers  <releng@openoffice.org>  [3c3e65dbe5f09c57d76ca890878e6218c9bcb452]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [4c4eaf151ef57216eead4844be93a5566b3e73ac]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [0a878575c6718c248b1874d2437664aa8abeefb3]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [accfdc7e4da9c694e1a3ec9b13e542aca27ca138]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [bf24353ae36e391a21296c120f2b33a85acedd26]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [d619f02fc5484198606bcc60c6235701e889ef43]

        Create DEV300_m42 milestone tag from trunk@268394

2009-02-24  Release Engineers  <releng@openoffice.org>  [385eb7f8298202e8aff2a2882fa5538dd50644f5]

        #i10000# AUGMENT_LIBRARY_PATH missing for javadep

2009-02-24  Release Engineers  <releng@openoffice.org>  [7e03216d7d50a5d3f59487fba1bb56dcd90c226e]

        #i10000# for switching between old and actual work spaces in one shell unset DYLD_LIBRARY_PATH and LD_LIBRARY_PATH

2009-02-23  Release Engineers  <releng@openoffice.org>  [c5453d273671ac0004f88fc2a8055e8a1e106b99]

        #i10000# Warning

2009-02-23  Release Engineers  <releng@openoffice.org>  [6d07f8df39b3ebab23e6a7c10c2ce3f61223ffe6]

        #i10000# rename nTrailingSpaceWidth into mnTrailingSpaceWidth

2009-02-23  Oliver Bolte  <obo@openoffice.org>  [88c717e6e5194ebce58d476597a5be5826f9f46a]

        #i10000# AUGMENT_LIBRARY_PATH missing

2009-02-23  Oliver Bolte  <obo@openoffice.org>  [ddb65ab936e294f8ddd76ca3c206045652d9ca33]

        #i92532#,i10000# from OOO310_m2

2009-02-23  Oliver Bolte  <obo@openoffice.org>  [bb5c6e4681ba21298378998337d8346b31fb5d64]

        #i99466# fix for cygwin shell

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [e2354ee79f5d07a61d7cade639d8533542a999e1]

        DEV300

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [7b47fbbc3076f300ab4f762a53ec49c11b5c930d]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [83f06349b88d6cc04fa33f7ae990dc35c771eb2f]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [74e4b152bbe46cf55cec4da21b9365363ec2fa8d]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [fbb1370148b2eebc0d6819d77c67f7a2d30b924a]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [8d7ea5352457d197f4a19346e648c7316f801c64]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [97514065357ca3b1aa67d5c9f44ed177844fbc62]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [976fc09108c606f3182b0b5365c729be76788f63]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-20  Oliver Bolte  <obo@openoffice.org>  [c089b13934b9c5e8ce1bd27085eb5656db9e191e]

        #i99305#,#i99132# remove DOS lineends, remove solenv/unxmacxp/inc/poll.h

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [9ad22aaea5f644fcfa5a397424c358724aa73663]

        CWS-TOOLING: integrate CWS native218 2009-02-05 15:43:50 +0100 is  r267429 : #i98921# new jre6u12 2009-02-05 15:43:09 +0100 is  r267428 : #i98921# new jre6u12 2009-01-30 12:16:37 +0100 is  r267192 : #i98066# new process for different jres for Unix and Windows 2009-01-30 12:14:28 +0100 is  r267191 : #i98066# Windows installation sets only get jre6i7 because of broken /qb 2009-01-23 18:12:43 +0100 is  r266847 : #159080# fix problem in custom action position 2009-01-23 18:06:48 +0100 is  r266845 : #159080# fix problem in custom action position 2009-01-23 18:05:45 +0100 is  r266844 : #159080# fix problem in custom action position 2009-01-23 10:55:06 +0100 is  r266794 : #158090# adding removere.idt to remove registry entries 2009-01-23 10:54:18 +0100 is  r266791 : #158090# adding removere.idt to remove registry entries 2009-01-16 16:58:27 +0100 is  r266436 : #158880# preparing msp hotfix after servicepack release 2009-01-16 16:25:00 +0100 is  r266431 : #158880# preparing msp hotfix after servicepack release 2009-01-14 16:34:29 +0100 is  r266317 : #i52744# rtl support for Java GUI Installer 2009-01-14 12:39:29 +0100 is  r266284 : #i98066# jre6u11 for all products 2009-01-14 12:17:59 +0100 is  r266279 : #i98062# jre always has to have the same name of the executable 2009-01-13 14:45:59 +0100 is  r266224 : #i98026# copyright till 2009 2009-01-13 14:39:11 +0100 is  r266223 : #i98026# copyright till 2009 2009-01-13 14:26:51 +0100 is  r266221 : #i52744# right to left for windows installer 2009-01-13 11:23:26 +0100 is  r266201 : #6777669# default language in nsis has to be English 2009-01-13 11:20:17 +0100 is  r266200 : #i98021# using correct syntax for comments 2009-01-12 16:49:36 +0100 is  r266168 : #i97715# fixing problem with rpm 4.6

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [8a6d3b5ce6f1cb528d4270201d06ee055c4ebaf1]

        CWS-TOOLING: integrate CWS native218 2009-02-05 15:43:50 +0100 is  r267429 : #i98921# new jre6u12 2009-02-05 15:43:09 +0100 is  r267428 : #i98921# new jre6u12 2009-01-30 12:16:37 +0100 is  r267192 : #i98066# new process for different jres for Unix and Windows 2009-01-30 12:14:28 +0100 is  r267191 : #i98066# Windows installation sets only get jre6i7 because of broken /qb 2009-01-23 18:12:43 +0100 is  r266847 : #159080# fix problem in custom action position 2009-01-23 18:06:48 +0100 is  r266845 : #159080# fix problem in custom action position 2009-01-23 18:05:45 +0100 is  r266844 : #159080# fix problem in custom action position 2009-01-23 10:55:06 +0100 is  r266794 : #158090# adding removere.idt to remove registry entries 2009-01-23 10:54:18 +0100 is  r266791 : #158090# adding removere.idt to remove registry entries 2009-01-16 16:58:27 +0100 is  r266436 : #158880# preparing msp hotfix after servicepack release 2009-01-16 16:25:00 +0100 is  r266431 : #158880# preparing msp hotfix after servicepack release 2009-01-14 16:34:29 +0100 is  r266317 : #i52744# rtl support for Java GUI Installer 2009-01-14 12:39:29 +0100 is  r266284 : #i98066# jre6u11 for all products 2009-01-14 12:17:59 +0100 is  r266279 : #i98062# jre always has to have the same name of the executable 2009-01-13 14:45:59 +0100 is  r266224 : #i98026# copyright till 2009 2009-01-13 14:39:11 +0100 is  r266223 : #i98026# copyright till 2009 2009-01-13 14:26:51 +0100 is  r266221 : #i52744# right to left for windows installer 2009-01-13 11:23:26 +0100 is  r266201 : #6777669# default language in nsis has to be English 2009-01-13 11:20:17 +0100 is  r266200 : #i98021# using correct syntax for comments 2009-01-12 16:49:36 +0100 is  r266168 : #i97715# fixing problem with rpm 4.6

2009-02-19  Philipp Lohmann  <pl@openoffice.org>  [5a17f9970c571c609f9a67c41e360bd468452886]

        #i98792# add post yield handler

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [4f4fe6aa7203aac35a774108f4880553df5b93a4]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [57060ba91a91f6c4fe0afef90fa366a17034a9a1]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [c9d75d148062f24fa7bf52a5f09ec4a21aa6a09c]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [d470daacde92f42f31532bc7136bf080a52ebd91]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [7373d14e5c2456dc284e4690806a89109c617565]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [8893c204bd82521bb534a57b8790abac21b79e24]

        CWS-TOOLING: integrate CWS transogl03redux 2009-02-09 13:59:40 +0100 thb  r267511 : #i96946# Added seemingly missing change for the color space selection for the slide textures 2009-02-04 10:47:12 +0100 cmc  r267353 : #i96946# integrate ogltrans work

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [244f2f6b34eb74a520729440645986d990380b42]

        CWS-TOOLING: integrate CWS cwstestresult 2009-02-05 11:16:23 +0100 bei  r267412 : fix cwsattache file read + new parameter for cwstestresult 2009-02-04 18:08:41 +0100 bei  r267396 : rename testcase to testrun 2009-01-29 16:56:57 +0100 bei  r267156 : cwstestresult scripts

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [34fed870ec0c36bab0fb93a1eca4abc871c29ce3]

        CWS-TOOLING: integrate CWS aquafilepicker03 2009-01-16 00:15:29 +0100 fheckl  r266397 : Issue 90219 fixed

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [de305da090885fe37e6bb1e1de25e4f5459e2a9a]

        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-19  Oliver Bolte  <obo@openoffice.org>  [2e1f095c12d3da6b738c6355daa57ca3b303909d]

        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-19  Oliver Bolte  <obo@openoffice.org>  [3f6fea0f5286d30adf24769d16e479038839c0c0]

        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-19  Oliver Bolte  <obo@openoffice.org>  [2d23f56e6d8655aae664edf26e9c65e813d74735]

        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-19  Oliver Bolte  <obo@openoffice.org>  [10c3d329759c113a474e1331ea2eadbdddd59599]

        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-19  Oliver Bolte  <obo@openoffice.org>  [0f4f40725486b674bc9424dbf3a4be1e9cb7d675]

        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-19  Oliver Bolte  <obo@openoffice.org>  [53df3a5262d8af5bc66575ab91cd38a54b7ff096]

        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-19  Oliver Bolte  <obo@openoffice.org>  [d7cfa3d8733412ca88d182954a33a7228a7a556f]

        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-19  Oliver Bolte  <obo@openoffice.org>  [f7d54f00980bc40fc9c445ba601f804fd54a30c7]

        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-19  Oliver Bolte  <obo@openoffice.org>  [42d2cd944905e73f9f45b549f4d7650b28ff6665]

        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-19  Oliver Bolte  <obo@openoffice.org>  [626ef92df760b935531358018d9a0318acb6d1ce]

        CWS-TOOLING: integrate CWS soreadme91 2009-02-12 12:49:02 +0100 fpe  r267645 : #i98693

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [87e27a414485c1b9f30a88d4a80efa4be59ac2ea]

        CWS-TOOLING: integrate CWS sb106 2009-02-09 16:24:28 +0100 sb  r267520 : #i95310# copied from cws/cmis01@267519; neon-0.28.2.tar.gz replaces neon-0.26.3.tar.gz

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [012ae745c7b48da692943f17343aec604b55cbbb]

        CWS-TOOLING: integrate CWS hr59_DEV300 2009-02-12 17:40:58 +0100 hr  r267682 : #99160#: fix bogus set_master_and_milestone() return value check 2009-02-12 17:16:38 +0100 hr  r267680 : CWS-TOOLING: rebase CWS hr59 to branches/OOO310@267639 (milestone: OOO310:m1) 2009-02-12 16:07:33 +0100 hr  r267671 : #i99160#: fix cross master rebases 2009-02-12 13:02:51 +0100 hr  r267647 : #i10000#: fix master branch naming scheme

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [36d0a672030993a667fc5dbe6de26e25c655084f]

        CWS-TOOLING: integrate CWS fwk102 2009-02-10 18:30:48 +0100 mav  r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:26:06 +0100 mav  r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:18:28 +0100 mav  r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-09 16:51:23 +0100 mav  r267522 : #i98922# the fix from IS from native222 2009-02-09 14:48:19 +0100 os  r267516 : RES_PARATR_OUTLINELEVEL added 2009-02-09 11:07:55 +0100 mav  r267503 : #i97987# handle untitled documen correctly on switching to shared mode 2009-02-06 14:52:48 +0100 mav  r267465 : #i98240# commit the patch 2009-02-06 13:56:09 +0100 mav  r267460 : #i98206# do not get outstream ourself

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [12bdbeaa6b54156bcba037adac1633022526aa27]

        CWS-TOOLING: integrate CWS fwk102 2009-02-10 18:30:48 +0100 mav  r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:26:06 +0100 mav  r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:18:28 +0100 mav  r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-09 16:51:23 +0100 mav  r267522 : #i98922# the fix from IS from native222 2009-02-09 14:48:19 +0100 os  r267516 : RES_PARATR_OUTLINELEVEL added 2009-02-09 11:07:55 +0100 mav  r267503 : #i97987# handle untitled documen correctly on switching to shared mode 2009-02-06 14:52:48 +0100 mav  r267465 : #i98240# commit the patch 2009-02-06 13:56:09 +0100 mav  r267460 : #i98206# do not get outstream ourself

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [41a8b3275bb8b8a14af7cb40f0b8c589ab02cbef]

        CWS-TOOLING: integrate CWS fwk102 2009-02-10 18:30:48 +0100 mav  r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:26:06 +0100 mav  r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:18:28 +0100 mav  r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-09 16:51:23 +0100 mav  r267522 : #i98922# the fix from IS from native222 2009-02-09 14:48:19 +0100 os  r267516 : RES_PARATR_OUTLINELEVEL added 2009-02-09 11:07:55 +0100 mav  r267503 : #i97987# handle untitled documen correctly on switching to shared mode 2009-02-06 14:52:48 +0100 mav  r267465 : #i98240# commit the patch 2009-02-06 13:56:09 +0100 mav  r267460 : #i98206# do not get outstream ourself

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [09a136a6efbe7ace8514906d5d07eddb98c11fea]

        CWS-TOOLING: integrate CWS fwk102 2009-02-10 18:30:48 +0100 mav  r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:26:06 +0100 mav  r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:18:28 +0100 mav  r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-09 16:51:23 +0100 mav  r267522 : #i98922# the fix from IS from native222 2009-02-09 14:48:19 +0100 os  r267516 : RES_PARATR_OUTLINELEVEL added 2009-02-09 11:07:55 +0100 mav  r267503 : #i97987# handle untitled documen correctly on switching to shared mode 2009-02-06 14:52:48 +0100 mav  r267465 : #i98240# commit the patch 2009-02-06 13:56:09 +0100 mav  r267460 : #i98206# do not get outstream ourself

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [5cfef74383552db6e4e17d51647d96970b4698bb]

        CWS-TOOLING: integrate CWS fwk102 2009-02-10 18:30:48 +0100 mav  r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:26:06 +0100 mav  r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-10 18:18:28 +0100 mav  r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control 2009-02-09 16:51:23 +0100 mav  r267522 : #i98922# the fix from IS from native222 2009-02-09 14:48:19 +0100 os  r267516 : RES_PARATR_OUTLINELEVEL added 2009-02-09 11:07:55 +0100 mav  r267503 : #i97987# handle untitled documen correctly on switching to shared mode 2009-02-06 14:52:48 +0100 mav  r267465 : #i98240# commit the patch 2009-02-06 13:56:09 +0100 mav  r267460 : #i98206# do not get outstream ourself

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [3f7542bffdf52d00dfb2da83071509065750dcaa]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [07f3ffebc71a80a66d447f15ba0083f60dad9e96]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [177eb5d1cde50cdbf06a3175b5b78bcc9c2a5718]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [23869420cd4b1f31714c87aa5c16ebe1ea67db60]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [b64816d455555966ae6a5654005bba2ddc2dd50c]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [0dba79793564a0d8c9aa281671fac2724654e458]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [3e408852075dff84a6fd998a9acba3c422603da4]

        CWS-TOOLING: integrate CWS ause099 2009-01-29 12:30:57 +0100 hjs  r267116 : #i98365# fix unsetting g+s bit 2009-01-23 14:21:19 +0100 hjs  r266819 : #i40246# - cleanup 2009-01-23 14:14:07 +0100 hjs  r266818 : #i40246# - fix quoting of final echo line 2009-01-23 12:42:33 +0100 hjs  r266807 : #i98365# leave higher bits alone 2009-01-23 11:23:42 +0100 rt  r266799 : Header 2009-01-22 19:14:25 +0100 hjs  r266753 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:22:18 +0100 hjs  r266737 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:54 +0100 hjs  r266736 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:20:24 +0100 hjs  r266735 : #i98365# remove unwanted file attributes from archives 2009-01-22 16:08:33 +0100 hjs  r266734 : #i40246# renamed variable 2009-01-22 16:05:26 +0100 hjs  r266733 : #i40246# renamed variable 2009-01-20 17:46:54 +0100 hjs  r266610 : #i98290# cleanup 2009-01-19 19:32:19 +0100 hjs  r266522 : CWS-TOOLING: rebase CWS ause099 to trunk@266428 (milestone: DEV300:m39) 2008-12-08 21:00:09 +0100 hjs  r265049 : CWS-TOOLING: rebase CWS ause099 to trunk@264807 (milestone: DEV300:m37) 2008-11-27 18:25:18 +0100 hjs  r264513 : #i40246# - support multiple patches per archive 2008-11-17 19:00:12 +0100 hjs  r263738 : CWS-TOOLING: rebase CWS ause099 to trunk@263288 (milestone: DEV300:m35)

2009-02-19  Oliver Bolte  <obo@openoffice.org>  [1b8304e84ee5e944c439ba72884579ea22748a7d]

        CWS-TOOLING: integrate CWS jsc315 2009-02-12 18:02:11 +0100 jsc  r267683 : #i99045# filter events 2009-02-09 14:47:09 +0100 jsc  r267515 : #i99045# correct activate tab 2009-02-06 13:25:37 +0100 jsc  r267456 : #i98925# change code to accept event handler object instead of service string or impl name

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [7e98466bd8c8eef7317fa6624718d8ad531efe98]

        CWS-TOOLING: integrate CWS impresshtmlex01 2009-01-23 14:32:03 +0100 cl  r266820 : CWS-TOOLING: rebase CWS impresshtmlex01 to trunk@266428 (milestone: DEV300:m39) 2009-01-08 14:35:38 +0100 cl  r266008 : #i95504# allow custom image sizes over API 2009-01-08 14:17:47 +0100 cl  r266007 : #i16295# export directionality for paragraphs 2009-01-06 15:34:07 +0100 cl  r265924 : CWS-TOOLING: rebase CWS impresshtmlex01 to trunk@265758 (milestone: DEV300:m38)

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [c307957e719ddc275da8baccbc9d64a296921c7f]

        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-18  Oliver Bolte  <obo@openoffice.org>  [ac961c6a5751cae44c6e132a9d10738462bac477]

        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-18  Oliver Bolte  <obo@openoffice.org>  [87388080cb05950eefaec978f5143e695ba5304b]

        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-18  Oliver Bolte  <obo@openoffice.org>  [fe068968397726b98162ab27fcf8af25bb5e28d4]

        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-18  Oliver Bolte  <obo@openoffice.org>  [c6f46a51c1e45344e5bf502d92fd73bd44fcd522]

        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-18  Oliver Bolte  <obo@openoffice.org>  [5996ac10f49225b2005a52aa43db68f59a72ed01]

        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-18  Oliver Bolte  <obo@openoffice.org>  [641c2d4883d3bc64ef80e4ac4e9631608befe934]

        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-18  Oliver Bolte  <obo@openoffice.org>  [e46a88d536fa058931fcc65130ec742d1c115708]

        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-18  Oliver Bolte  <obo@openoffice.org>  [dc9227cea64250b544f81c2fe960e9aba7513566]

        CWS-TOOLING: integrate CWS hb14 2009-01-23 10:08:45 +0100 os  r266775 : #i90699# import text columns at start correctly 2009-01-21 16:36:51 +0100 hbrinkm  r266686 : #i92625# new attribute StartToken 2009-01-21 16:29:07 +0100 hbrinkm  r266684 : #i92625# XFastShapeContextHandler: new attribute StartToken 2009-01-21 16:26:19 +0100 hbrinkm  r266683 : #i92625# compile error in debug code 2009-01-21 16:22:27 +0100 hbrinkm  r266682 : #i92625# OOXMLFastContextHandlerShape::setToken 2009-01-21 16:18:17 +0100 hbrinkm  r266680 : #i92625# OOXMLDocumentImpl::getSubStream: forward mxShapes to substream document 2009-01-05 12:34:38 +0100 hbrinkm  r265864 : CWS-TOOLING: rebase CWS hb14 to trunk@265758 (milestone: DEV300:m38)

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [5e8a87b3f5a030ad5ab3c823348641600b99884d]

        CWS-TOOLING: integrate CWS hb14 2009-01-23 10:08:45 +0100 os  r266775 : #i90699# import text columns at start correctly 2009-01-21 16:36:51 +0100 hbrinkm  r266686 : #i92625# new attribute StartToken 2009-01-21 16:29:07 +0100 hbrinkm  r266684 : #i92625# XFastShapeContextHandler: new attribute StartToken 2009-01-21 16:26:19 +0100 hbrinkm  r266683 : #i92625# compile error in debug code 2009-01-21 16:22:27 +0100 hbrinkm  r266682 : #i92625# OOXMLFastContextHandlerShape::setToken 2009-01-21 16:18:17 +0100 hbrinkm  r266680 : #i92625# OOXMLDocumentImpl::getSubStream: forward mxShapes to substream document 2009-01-05 12:34:38 +0100 hbrinkm  r265864 : CWS-TOOLING: rebase CWS hb14 to trunk@265758 (milestone: DEV300:m38)

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [ead5366fd166722a9a55e94ac326d39020dcc06b]

        CWS-TOOLING: integrate CWS dv07 2009-02-12 13:22:37 +0100 dv  r267650 : #i94560# Removed string, which needed translation 2009-01-27 16:09:50 +0100 dv  r267004 : #i94560# Allow building without redistributable 2009-01-27 10:56:38 +0100 is  r266965 : #i98509# InstallOrder for extension module 2009-01-26 08:08:16 +0100 dv  r266899 : #i94560# Work around Windows Vista installation problems 2009-01-19 14:28:56 +0100 dv  r266498 : CWS-TOOLING: rebase CWS dv07 to trunk@266428 (milestone: DEV300:m39) 2009-01-19 09:56:07 +0100 dv  r266477 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:54:30 +0100 dv  r266476 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:13:06 +0100 dv  r266474 : #i94347# Changed LaunchCondition from AdminUser to Privileged 2008-12-18 08:42:04 +0100 dv  r265662 : #i97201# remove old release notes when notified about updates 2008-12-15 14:50:33 +0100 dv  r265501 : #i96844# Use fputs instead of fprintf

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [9e7d59cf2f269b1a3330e25271c495e3da1bdf7b]

        CWS-TOOLING: integrate CWS dv07 2009-02-12 13:22:37 +0100 dv  r267650 : #i94560# Removed string, which needed translation 2009-01-27 16:09:50 +0100 dv  r267004 : #i94560# Allow building without redistributable 2009-01-27 10:56:38 +0100 is  r266965 : #i98509# InstallOrder for extension module 2009-01-26 08:08:16 +0100 dv  r266899 : #i94560# Work around Windows Vista installation problems 2009-01-19 14:28:56 +0100 dv  r266498 : CWS-TOOLING: rebase CWS dv07 to trunk@266428 (milestone: DEV300:m39) 2009-01-19 09:56:07 +0100 dv  r266477 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:54:30 +0100 dv  r266476 : #i94560# Added custom action to work around 'major upgrade' problem on Windows Vista 2009-01-19 09:13:06 +0100 dv  r266474 : #i94347# Changed LaunchCondition from AdminUser to Privileged 2008-12-18 08:42:04 +0100 dv  r265662 : #i97201# remove old release notes when notified about updates 2008-12-15 14:50:33 +0100 dv  r265501 : #i96844# Use fputs instead of fprintf

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [e118886b9df5ae0cc51f661e77b23ee4b4d8923e]

        CWS-TOOLING: integrate CWS macmozxmlsec31 2009-01-06 16:20:16 +0100 fs  r265929 : #i97798# 2009-01-06 16:19:57 +0100 fs  r265928 : #i97798# 2009-01-05 15:07:06 +0100 fs  r265872 : creating CWS macmozxmlsec, based on CWS mozbootstrapfix

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [9b5026b9bde183fd62e25137ca26e47211651b4f]

        CWS-TOOLING: integrate CWS macmozxmlsec31 2009-01-06 16:20:16 +0100 fs  r265929 : #i97798# 2009-01-06 16:19:57 +0100 fs  r265928 : #i97798# 2009-01-05 15:07:06 +0100 fs  r265872 : creating CWS macmozxmlsec, based on CWS mozbootstrapfix

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [3abf9d9460700072d39495ced84c1dec81b8eca1]

        CWS-TOOLING: integrate CWS impress167 2009-02-02 16:32:46 +0100 sj  r267276 : build problem, removing build dependency to vcl 2009-01-30 16:45:22 +0100 sj  r267210 : CWS-TOOLING: rebase CWS impress167 to trunk@267171 (milestone: DEV300:m41) 2009-01-23 16:14:11 +0100 sj  r266833 : #98331# fixed: crop information is not saved and not read on loading 2009-01-23 10:45:11 +0100 af  r266780 : #158592# Made processing of slidesorter queue entries more robust. 2009-01-23 09:58:16 +0100 af  r266773 : #i93848# Fixed termination of timer thread.

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [4b880f5a647ee94a09d2dfabbbee46b4cf168699]

        CWS-TOOLING: integrate CWS impress167 2009-02-02 16:32:46 +0100 sj  r267276 : build problem, removing build dependency to vcl 2009-01-30 16:45:22 +0100 sj  r267210 : CWS-TOOLING: rebase CWS impress167 to trunk@267171 (milestone: DEV300:m41) 2009-01-23 16:14:11 +0100 sj  r266833 : #98331# fixed: crop information is not saved and not read on loading 2009-01-23 10:45:11 +0100 af  r266780 : #158592# Made processing of slidesorter queue entries more robust. 2009-01-23 09:58:16 +0100 af  r266773 : #i93848# Fixed termination of timer thread.

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [cfd752689e98d7dcf5d4c10c224322d893c34ad3]

        CWS-TOOLING: integrate CWS impress167 2009-02-02 16:32:46 +0100 sj  r267276 : build problem, removing build dependency to vcl 2009-01-30 16:45:22 +0100 sj  r267210 : CWS-TOOLING: rebase CWS impress167 to trunk@267171 (milestone: DEV300:m41) 2009-01-23 16:14:11 +0100 sj  r266833 : #98331# fixed: crop information is not saved and not read on loading 2009-01-23 10:45:11 +0100 af  r266780 : #158592# Made processing of slidesorter queue entries more robust. 2009-01-23 09:58:16 +0100 af  r266773 : #i93848# Fixed termination of timer thread.

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [9bd851f7a89600da14cbb5d60fddd5a7daa4de2f]

        CWS-TOOLING: integrate CWS impress167 2009-02-02 16:32:46 +0100 sj  r267276 : build problem, removing build dependency to vcl 2009-01-30 16:45:22 +0100 sj  r267210 : CWS-TOOLING: rebase CWS impress167 to trunk@267171 (milestone: DEV300:m41) 2009-01-23 16:14:11 +0100 sj  r266833 : #98331# fixed: crop information is not saved and not read on loading 2009-01-23 10:45:11 +0100 af  r266780 : #158592# Made processing of slidesorter queue entries more robust. 2009-01-23 09:58:16 +0100 af  r266773 : #i93848# Fixed termination of timer thread.

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [1dfb15912fd7216064f53220bdd7cdad420f8218]

        #i99226# configuration fix by mod

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [5d42a185769c162366a20c5d3cd997d6ed0d0c61]

        CWS-TOOLING: integrate CWS dba31i 2009-02-12 09:37:16 +0100 fs  r267635 : merging the fix for #i98549# from CWS rptfix04 to CWS dba31i 2009-02-09 10:09:03 +0100 fs  r267502 : #i98467# 2009-02-03 14:40:59 +0100 fs  r267328 : #i97159# +checkParameterTypes 2009-02-03 14:40:32 +0100 fs  r267327 : some more data / correct query 'all orders' 2009-02-03 14:16:56 +0100 fs  r267321 : #i97159# properly determine column alias / table range for parameters in BETWEEN clauses 2009-02-03 12:39:40 +0100 oj  r267313 : #i97159# check for column range in parameter 2009-02-03 10:17:29 +0100 fs  r267300 : #i98247# 2009-02-02 12:21:18 +0100 oj  r267258 : #i98724# subst corrected

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [cd99f51835aea8709bc37bd60ab3846e8293b28b]

        CWS-TOOLING: integrate CWS dba31i 2009-02-12 09:37:16 +0100 fs  r267635 : merging the fix for #i98549# from CWS rptfix04 to CWS dba31i 2009-02-09 10:09:03 +0100 fs  r267502 : #i98467# 2009-02-03 14:40:59 +0100 fs  r267328 : #i97159# +checkParameterTypes 2009-02-03 14:40:32 +0100 fs  r267327 : some more data / correct query 'all orders' 2009-02-03 14:16:56 +0100 fs  r267321 : #i97159# properly determine column alias / table range for parameters in BETWEEN clauses 2009-02-03 12:39:40 +0100 oj  r267313 : #i97159# check for column range in parameter 2009-02-03 10:17:29 +0100 fs  r267300 : #i98247# 2009-02-02 12:21:18 +0100 oj  r267258 : #i98724# subst corrected

2009-02-18  Oliver Bolte  <obo@openoffice.org>  [a8c88dd0b80ea3f4411d3a98c818ec4bd0b011aa]

        CWS-TOOLING: integrate CWS dba31i 2009-02-12 09:37:16 +0100 fs  r267635 : merging the fix for #i98549# from CWS rptfix04 to CWS dba31i 2009-02-09 10:09:03 +0100 fs  r267502 : #i98467# 2009-02-03 14:40:59 +0100 fs  r267328 : #i97159# +checkParameterTypes 2009-02-03 14:40:32 +0100 fs  r267327 : some more data / correct query 'all orders' 2009-02-03 14:16:56 +0100 fs  r267321 : #i97159# properly determine column alias / table range for parameters in BETWEEN clauses 2009-02-03 12:39:40 +0100 oj  r267313 : #i97159# check for column range in parameter 2009-02-03 10:17:29 +0100 fs  r267300 : #i98247# 2009-02-02 12:21:18 +0100 oj  r267258 : #i98724# subst corrected

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [496932ac14ff86cd28dae1935f38df874d42cc53]

        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>  [919ed9efc7ea458e9beb017218509e296f650920]

        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>  [b9b3b6ecc579e46394f15d917926e37fe55c03ed]

        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>  [a921c628aad43c2adbe830c846fd75168e9860ca]

        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>  [392e60398e1b2853b0651bec3e976043ce544879]

        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>  [7de485381db974a1e26474a6616219fee724c98d]

        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>  [2ae3df202e5864bb9beb2e01a88be554b9c897f5]

        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>  [df0dd23be65a9c1c43be151d243ab95fd76c836b]

        CWS-TOOLING: integrate CWS sb105 2009-02-02 15:33:54 +0100 sb  r267272 : #i98602# childNode apparently can legitimately be null in handle(ValueNode const &); this was asserted---but otherwise handled gracefully---before r262819

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [89859de151e76ddb92a4df5c00c5e2a984a7ab6c]

        CWS-TOOLING: integrate CWS qascripts05 2009-02-04 13:00:45 +0100 jsk  r267372 : #i98860# 2009-02-04 12:39:34 +0100 jsk  r267367 : #i98869# 2009-02-04 12:37:18 +0100 jsk  r267366 : #i98869# 2009-02-04 11:58:41 +0100 jsk  r267360 : #i98869# 2009-02-04 11:54:30 +0100 jsk  r267358 : #i98858# 2009-02-04 09:18:16 +0100 jsk  r267348 : #i98857# 2009-02-03 14:29:22 +0100 jsk  r267325 : #i98787# 2009-02-03 04:32:15 +0100 jsk  r267296 : #i98507# 2009-02-02 15:36:17 +0100 jsk  r267273 : #i98507 2009-02-02 15:12:38 +0100 jsk  r267271 : #i98507 2009-02-02 15:11:41 +0100 jsk  r267270 : #i98507 2009-02-02 12:49:16 +0100 jsk  r267262 : #i98642# 2009-01-30 16:07:41 +0100 jsk  r267209 : #i98642# 2009-01-30 16:01:27 +0100 jsk  r267207 : #i98642# 2009-01-30 14:14:31 +0100 jsk  r267196 : #i98642# 2009-01-30 13:31:12 +0100 jsk  r267194 : #i98642# 2009-01-30 11:13:23 +0100 jsk  r267185 : #i98642# 2009-01-30 10:11:40 +0100 jsk  r267184 : #i98320# 2009-01-30 09:59:10 +0100 jsk  r267182 : #i98320#

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [e250ee24689734581ed226bd0d7a6e94b86f7029]

        CWS-TOOLING: integrate CWS swftnnumbers02 2009-01-30 13:41:57 +0100 od  r267195 : #i98418# correct numerals for footnote number and footnote anchor number in CTL environment

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [83c5f27a85e57132980c8d4f3d1687089a1eddfe]

        CWS-TOOLING: integrate CWS fwk101 2009-01-26 10:28:54 +0100 pb  r266908 : fix: #i98391# nTextWidth could be null

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [def439bf61a0ee058cb99ec1895d052a10fa4a19]

        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-17  Oliver Bolte  <obo@openoffice.org>  [cf41731c7819738ed080f566e54a87ee8add23cc]

        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-17  Oliver Bolte  <obo@openoffice.org>  [39a2c7bd82e014267de6cdce1f5be0a7b0bbc735]

        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-17  Oliver Bolte  <obo@openoffice.org>  [7151f3fae03157040120644c870d7c833c09ef9d]

        CWS-TOOLING: integrate CWS pdfextfix 2009-01-30 15:01:16 +0100 pl  r267198 : remove an extra character produced by gperf, fix a warning 2009-01-26 12:55:07 +0100 pl  r266917 : #i92912# add: outline text 2009-01-14 17:03:30 +0100 pl  r266319 : #i94952# replace fonts in test files by DejaVu family 2009-01-14 14:29:05 +0100 pl  r266303 : #i91980# add standard style dependency for graphic styles

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [7a3b1a904824e3e51a73afb25a5d2a1d04db222b]

        CWS-TOOLING: integrate CWS tbe36 2009-01-28 10:38:01 +0100 oc  r267034 : #i98551 2009-01-22 19:39:48 +0100 tbe  r266755 : #i97876# Spreadsheet data changes are not notified 2009-01-20 15:39:37 +0100 tbe  r266590 : CWS-TOOLING: rebase CWS tbe36 to trunk@266428 (milestone: DEV300:m39) 2009-01-15 17:52:50 +0100 tbe  r266388 : #i97876# Spreadsheet data changes are not notified 2009-01-09 17:08:22 +0100 tbe  r266101 : #i97876# Spreadsheet data changes are not notified

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [a0fd222ae1c9ba13d35018c763c9223bb9b88c01]

        CWS-TOOLING: integrate CWS tbe36 2009-01-28 10:38:01 +0100 oc  r267034 : #i98551 2009-01-22 19:39:48 +0100 tbe  r266755 : #i97876# Spreadsheet data changes are not notified 2009-01-20 15:39:37 +0100 tbe  r266590 : CWS-TOOLING: rebase CWS tbe36 to trunk@266428 (milestone: DEV300:m39) 2009-01-15 17:52:50 +0100 tbe  r266388 : #i97876# Spreadsheet data changes are not notified 2009-01-09 17:08:22 +0100 tbe  r266101 : #i97876# Spreadsheet data changes are not notified

2009-02-17  Oliver Bolte  <obo@openoffice.org>  [f2ab7f078e646b9804b1820454182a5c4522ace2]

        CWS-TOOLING: integrate CWS tbe36 2009-01-28 10:38:01 +0100 oc  r267034 : #i98551 2009-01-22 19:39:48 +0100 tbe  r266755 : #i97876# Spreadsheet data changes are not notified 2009-01-20 15:39:37 +0100 tbe  r266590 : CWS-TOOLING: rebase CWS tbe36 to trunk@266428 (milestone: DEV300:m39) 2009-01-15 17:52:50 +0100 tbe  r266388 : #i97876# Spreadsheet data changes are not notified 2009-01-09 17:08:22 +0100 tbe  r266101 : #i97876# Spreadsheet data changes are not notified

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [40dce71ae36392fdf51849bb3ab11af35fec062f]

        #i10000# see also MWS fix on OOO310_m1

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [988180ba278d4162a7564cb8edb47a32c64f1905]

        #i10000# see also MWS fix on OOO310_m1

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [1af2e072d418cff7d0ae3bf08850ca60e34a5e99]

        #i10000# see also MWS fix on OOO310_m1

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [88c8ea5787a014550e943db9e44f820b2a707275]

        #i99238#,#i10000# see also MWS fix on OOO310_m1

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [e79cc61fcfa997df97b13f35aead41bf2e4ff9d1]

        CWS-TOOLING: integrate CWS configure23 2009-01-29 13:16:52 +0100 rene  r267122 : i10000# also no Xaw on OS2 and Darwin 2009-01-28 18:28:39 +0100 rene  r267078 : no Xaw for Windows 2009-01-28 12:40:13 +0100 rene  r267054 : #i98370# don't always take libxul if present and we choose another one. patch by cmc 2009-01-28 11:03:29 +0100 rene  r267037 : #i93304# use $AWK for getting dmakes version #i93429# rmeove sanity check again. better resultion needed #i98498# move Xaw check after the X11 checks to get correct -L

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [0ff309aa90ba59ea2d2c4fd3aa27f3502932110f]

        CWS-TOOLING: integrate CWS hde01 2009-02-03 12:12:56 +0100 tbo  r267312 : #95523# 2009-02-03 11:48:18 +0100 hde  r267309 : #i98775# 2009-02-03 10:09:02 +0100 wg  r267299 : i98572 2009-02-03 10:07:30 +0100 hde  r267298 : #i98775# 2009-02-02 13:15:48 +0100 hde  r267263 : #i96583# 2009-01-30 18:42:04 +0100 hde  r267223 : #i96583# 2009-01-30 15:40:21 +0100 hde  r267203 : #i98567# 2009-01-30 15:36:37 +0100 hde  r267202 : #i96582# 2009-01-30 15:35:52 +0100 hde  r267201 : #i96931# 2009-01-30 09:48:13 +0100 hde  r267179 : i98638 2009-01-30 09:42:39 +0100 hde  r267178 : i98638 2009-01-30 09:39:20 +0100 hde  r267177 : i98638 2009-01-30 09:36:07 +0100 hde  r267176 : i98638 2009-01-30 09:22:36 +0100 hde  r267174 : i98638 2009-01-29 15:16:09 +0100 wg  r267147 : i98606 2009-01-29 15:02:00 +0100 wg  r267145 : i98606 2009-01-29 15:01:01 +0100 wg  r267144 : i98606 2009-01-29 14:57:40 +0100 wg  r267141 : i98606 2009-01-29 14:20:52 +0100 wg  r267136 : i98606

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [1b52154648707fd93d6c0147d243b803a1f25711]

        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-16  Oliver Bolte  <obo@openoffice.org>  [ebbcf31185dfef27a564c8ff383b49604a1f71e0]

        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-16  Oliver Bolte  <obo@openoffice.org>  [c2969d16b8548242d6fa8774459a07e96022c90f]

        CWS-TOOLING: integrate CWS macmiscfixes 2009-01-26 07:58:26 +0100 fheckl  r266898 : 97394 add a small memory leak fix 2009-01-24 20:56:18 +0100 ericb  r266885 : #i95688# better fix suggested by rvojta 2009-01-24 17:13:37 +0100 rakeshpandit  r266882 : #i98428# Fixed a missing ';'. 2009-01-24 00:25:43 +0100 ericb  r266859 : #i95688# a try to fix the send active document including when the name contains space 2009-01-24 00:23:59 +0100 ericb  r266858 : #i97394# fix aliases (disabled) in save dialog. Patch provided by Robert Vojta

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [7977c2731d83b98d9a281f5ca6d2752a226e41b5]

        CWS-TOOLING: integrate CWS macmiscfixes 2009-01-26 07:58:26 +0100 fheckl  r266898 : 97394 add a small memory leak fix 2009-01-24 20:56:18 +0100 ericb  r266885 : #i95688# better fix suggested by rvojta 2009-01-24 17:13:37 +0100 rakeshpandit  r266882 : #i98428# Fixed a missing ';'. 2009-01-24 00:25:43 +0100 ericb  r266859 : #i95688# a try to fix the send active document including when the name contains space 2009-01-24 00:23:59 +0100 ericb  r266858 : #i97394# fix aliases (disabled) in save dialog. Patch provided by Robert Vojta

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [5dffab1f2d224604c2f79a4d9de19fe0d4c428aa]

        CWS-TOOLING: integrate CWS macwebdav 2009-01-28 14:25:50 +0100 jsk  r267058 : i98529 2009-01-26 13:24:52 +0100 hro  r266918 : #i81536# Check for MacOsX file system locking capabilities

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [cfe204d1d6726ac3194148d9abec8403edef5a22]

        CWS-TOOLING: integrate CWS macwebdav 2009-01-28 14:25:50 +0100 jsk  r267058 : i98529 2009-01-26 13:24:52 +0100 hro  r266918 : #i81536# Check for MacOsX file system locking capabilities

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [b5345a6f8629478c9e543c494063bfec51ddbf74]

        CWS-TOOLING: integrate CWS mysql1 2009-01-29 13:25:23 +0100 fs  r267126 : #i98559# 2009-01-29 10:29:23 +0100 fs  r267100 : #i98559# 2009-01-29 09:56:20 +0100 fs  r267098 : do not display empty schematas in the table list in the query designer 2009-01-29 09:40:28 +0100 fs  r267097 : corrected acceptsURL 2009-01-28 11:17:42 +0100 fs  r267042 : display empty catalogs/schemas, if indicated by the connection settings 2009-01-28 11:14:30 +0100 fs  r267040 : +displayEmptyTableFolders 2009-01-28 11:03:28 +0100 fs  r267036 : mysql:mysqlc, not mysql:mysql, for the native driver 2009-01-28 10:23:53 +0100 fs  r267031 : select the first catalog/schema, if the guess for the current one did not match 2009-01-28 10:22:23 +0100 fs  r267030 : select the first catalog/schema, if the guess for the current one did not match 2009-01-27 15:03:29 +0100 fs  r266996 : #i10000# 2009-01-27 14:56:13 +0100 fs  r266992 : #i20563# better (more dedicated) UI for the MySQL native driver's properties 2009-01-27 08:20:24 +0100 oj  r266953 : enable sdbcx mysql driver for mysqlc 2009-01-27 08:20:09 +0100 oj  r266952 : enable sdbcx mysql driver for mysqlc

2009-02-16  Oliver Bolte  <obo@openoffice.org>  [9ca79e4a309c35023dfad6cb755be6c93f301a8a]

        CWS-TOOLING: integrate CWS mysql1 2009-01-29 13:25:23 +0100 fs  r267126 : #i98559# 2009-01-29 10:29:23 +0100 fs  r267100 : #i98559# 2009-01-29 09:56:20 +0100 fs  r267098 : do not display empty schematas in the table list in the query designer 2009-01-29 09:40:28 +0100 fs  r267097 : corrected acceptsURL 2009-01-28 11:17:42 +0100 fs  r267042 : display empty catalogs/schemas, if indicated by the connection settings 2009-01-28 11:14:30 +0100 fs  r267040 : +displayEmptyTableFolders 2009-01-28 11:03:28 +0100 fs  r267036 : mysql:mysqlc, not mysql:mysql, for the native driver 2009-01-28 10:23:53 +0100 fs  r267031 : select the first catalog/schema, if the guess for the current one did not match 2009-01-28 10:22:23 +0100 fs  r267030 : select the first catalog/schema, if the guess for the current one did not match 2009-01-27 15:03:29 +0100 fs  r266996 : #i10000# 2009-01-27 14:56:13 +0100 fs  r266992 : #i20563# better (more dedicated) UI for the MySQL native driver's properties 2009-01-27 08:20:24 +0100 oj  r266953 : enable sdbcx mysql driver for mysqlc 2009-01-27 08:20:09 +0100 oj  r266952 : enable sdbcx mysql driver for mysqlc

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [b1ca2692b7963c91c409c909fe66ccd67a0922cf]

        CWS-TOOLING: integrate CWS native220 2009-01-21 12:28:34 +0100 is  r266653 : #i98168# switching from 30 to 3.1 2009-01-21 12:27:51 +0100 is  r266652 : #i98168# switching from 30 to 3.1 2009-01-20 17:53:51 +0100 is  r266612 : #i98168# switching from 30 to 3.1 2009-01-20 17:44:34 +0100 is  r266609 : #i98168# switching from 30 to 3.1 2009-01-20 17:42:30 +0100 is  r266607 : #i98168# switching from 30 to 3.1 2009-01-20 17:41:59 +0100 is  r266606 : #i98168# switching from 30 to 3.1

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [c652249a92298b7f4354db8e054e2bc5439f871b]

        CWS-TOOLING: integrate CWS native220 2009-01-21 12:28:34 +0100 is  r266653 : #i98168# switching from 30 to 3.1 2009-01-21 12:27:51 +0100 is  r266652 : #i98168# switching from 30 to 3.1 2009-01-20 17:53:51 +0100 is  r266612 : #i98168# switching from 30 to 3.1 2009-01-20 17:44:34 +0100 is  r266609 : #i98168# switching from 30 to 3.1 2009-01-20 17:42:30 +0100 is  r266607 : #i98168# switching from 30 to 3.1 2009-01-20 17:41:59 +0100 is  r266606 : #i98168# switching from 30 to 3.1

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [fc9d7d8509ab4772d2d21c3c892ccd1e91c5ce07]

        CWS-TOOLING: integrate CWS native220 2009-01-21 12:28:34 +0100 is  r266653 : #i98168# switching from 30 to 3.1 2009-01-21 12:27:51 +0100 is  r266652 : #i98168# switching from 30 to 3.1 2009-01-20 17:53:51 +0100 is  r266612 : #i98168# switching from 30 to 3.1 2009-01-20 17:44:34 +0100 is  r266609 : #i98168# switching from 30 to 3.1 2009-01-20 17:42:30 +0100 is  r266607 : #i98168# switching from 30 to 3.1 2009-01-20 17:41:59 +0100 is  r266606 : #i98168# switching from 30 to 3.1

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [3b697a6aba0e0f33910a71b95f98d7ef724ff3a2]

        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>  [02280bac14369d1fb3cea6e3b8d342ca56f96493]

        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>  [3a5f60b72b0a123227ac6be0a5d3ad69b62c9ee1]

        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>  [90e0834d5612cf75e9a21b3a6bab10f6a98ac053]

        CWS-TOOLING: integrate CWS npower11 2009-01-21 11:00:00 +0100 npower  r266639 : replace ScAddress::CONV_XL_R1C1 with formula::FormulaGrammar::CONV_XL_R1C1 2009-01-21 10:58:33 +0100 npower  r266638 : fixup access for changes to compiler.[ch]xx 2009-01-21 10:57:46 +0100 npower  r266637 : replace the static with non-static  member ( to align with the latest m39 ) changes 2009-01-20 11:53:52 +0100 npower  r266562 : CWS-TOOLING: rebase CWS npower11 to trunk@266428 (milestone: DEV300:m39) 2009-01-09 23:31:00 +0100 cloph  r266122 : fix typo (missing "="), initialize variables to avoid WaE breakage 2009-01-09 11:57:20 +0100 npower  r266071 : wae Mac OSX gcc-4.0.1 (PPC) 2009-01-08 11:09:49 +0100 npower  r265986 : wae - Mac OSX gcc-4.0.1 (PPC) 2009-01-07 10:33:20 +0100 npower  r265952 : wae Mac OSX gcc-4.0.1 2008-12-18 19:14:10 +0100 npower  r265712 : wae for wntmsci12 target 2008-12-17 16:14:54 +0100 npower  r265640 : add Outline property for Font, also remove growing list of friend classes for ScCellRangeObj and replace by a single class. 2008-12-17 16:11:02 +0100 npower  r265639 : fix path variable for 3.1, also tweak the unix logs 2008-12-11 02:39:58 +0100 hanbo  r265233 : fix the vba/vba namespace of constants 2008-11-25 17:05:39 +0100 npower  r264317 : namespace changes 2008-11-25 14:12:37 +0100 npower  r264308 : revert changes made by mistake when migrating cws 2008-11-25 13:30:59 +0100 npower  r264296 : i#93944# namespace changes 2008-11-25 13:29:25 +0100 npower  r264293 : i#93944# namespace changes 2008-11-25 13:27:08 +0100 npower  r264289 : i#93944# namespace changes 2008-11-24 18:24:17 +0100 npower  r264263 : svn migration 2008-11-24 18:22:47 +0100 npower  r264262 : not needed anymore 2008-11-24 18:21:23 +0100 npower  r264261 : svn migration 2008-11-24 18:18:31 +0100 npower  r264260 : svn migration

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [97da5f56bd016462058a8ca2d9603403b9180839]

        CWS-TOOLING: integrate CWS npower11 2009-01-21 11:00:00 +0100 npower  r266639 : replace ScAddress::CONV_XL_R1C1 with formula::FormulaGrammar::CONV_XL_R1C1 2009-01-21 10:58:33 +0100 npower  r266638 : fixup access for changes to compiler.[ch]xx 2009-01-21 10:57:46 +0100 npower  r266637 : replace the static with non-static  member ( to align with the latest m39 ) changes 2009-01-20 11:53:52 +0100 npower  r266562 : CWS-TOOLING: rebase CWS npower11 to trunk@266428 (milestone: DEV300:m39) 2009-01-09 23:31:00 +0100 cloph  r266122 : fix typo (missing "="), initialize variables to avoid WaE breakage 2009-01-09 11:57:20 +0100 npower  r266071 : wae Mac OSX gcc-4.0.1 (PPC) 2009-01-08 11:09:49 +0100 npower  r265986 : wae - Mac OSX gcc-4.0.1 (PPC) 2009-01-07 10:33:20 +0100 npower  r265952 : wae Mac OSX gcc-4.0.1 2008-12-18 19:14:10 +0100 npower  r265712 : wae for wntmsci12 target 2008-12-17 16:14:54 +0100 npower  r265640 : add Outline property for Font, also remove growing list of friend classes for ScCellRangeObj and replace by a single class. 2008-12-17 16:11:02 +0100 npower  r265639 : fix path variable for 3.1, also tweak the unix logs 2008-12-11 02:39:58 +0100 hanbo  r265233 : fix the vba/vba namespace of constants 2008-11-25 17:05:39 +0100 npower  r264317 : namespace changes 2008-11-25 14:12:37 +0100 npower  r264308 : revert changes made by mistake when migrating cws 2008-11-25 13:30:59 +0100 npower  r264296 : i#93944# namespace changes 2008-11-25 13:29:25 +0100 npower  r264293 : i#93944# namespace changes 2008-11-25 13:27:08 +0100 npower  r264289 : i#93944# namespace changes 2008-11-24 18:24:17 +0100 npower  r264263 : svn migration 2008-11-24 18:22:47 +0100 npower  r264262 : not needed anymore 2008-11-24 18:21:23 +0100 npower  r264261 : svn migration 2008-11-24 18:18:31 +0100 npower  r264260 : svn migration

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [dcac1c5864f4539314add20862262ed83193a0db]

        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>  [1b38e7bda335071e7c4ac6c92c907dfff44b11cd]

        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>  [e59aa2104b7180525982b15ea278792ec0eb8752]

        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>  [6ecb6ca9ab45dbcc35463c95025ad84ab2a6bda9]

        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>  [3ff308ad2db3384b83106f3d864590c1273ba6b2]

        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>  [19203faa44439b953d670ca169d1f1900e937463]

        CWS-TOOLING: integrate CWS sw31bf02 2009-01-26 08:39:59 +0100 fme  r266900 : #i93190# placeholder field should be checked in IsEqualsFlags as well 2009-01-21 17:32:32 +0100 ama  r266695 : CWS-TOOLING: rebase CWS sw31bf02 to trunk@266428 (milestone: DEV300:m39) 2009-01-19 09:26:02 +0100 ama  r266475 : Fix #i96109#: Bracket mismatch 2009-01-19 09:08:47 +0100 ama  r266473 : Fix #i96391#: Wrong default parameter 2009-01-19 09:07:13 +0100 ama  r266472 : Fix #i96112#: Bracket mismatch 2009-01-19 08:51:42 +0100 ama  r266471 : Fix #i96113#: Bracket mismatch 2009-01-16 15:07:01 +0100 ama  r266421 : Fix #i93105#: export 0x14 2009-01-16 09:07:02 +0100 ama  r266400 : Fix #i96111#: Wrong condition 2009-01-16 08:49:47 +0100 ama  r266399 : Fix #i99110#: Wrong condition 2009-01-12 15:54:46 +0100 ama  r266164 : Fix #i17949#: Ctrl+A if document starts with a section 2009-01-09 15:39:44 +0100 ama  r266091 : Fix #i93144#: Crash during update of TOC 2009-01-09 14:40:20 +0100 ama  r266086 : Fix #i90072#: Shorten undo strings 2008-12-10 16:34:57 +0100 fme  r265203 : #i73332# Crash with section endnotes 2008-12-10 15:04:29 +0100 fme  r265194 : #i93190# Omit painting of placeholder fields during pdf export 2008-12-09 16:46:54 +0100 fme  r265115 : #i96167# haggi - reset view options before disposing view 2008-12-09 16:17:13 +0100 fme  r265114 : #i96167# Added missing word coun invalidation on splitting node in second half 2008-12-09 15:49:19 +0100 fme  r265108 : #i91740# Write actual text only for hyphen portions 2008-12-09 14:52:13 +0100 fme  r265090 : #91483# Disable some Insert menu entries in case cursor is located in hidden text

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [756ff56901a0a5cf1e55bfb6c3c4bc6a99913c0c]

        CWS-TOOLING: integrate CWS sw31bf04 2009-01-21 14:24:10 +0100 od  r266670 : #i59051# correction of metric change for PolyPolygonBezier needed 2009-01-21 09:35:44 +0100 od  r266632 : #i96062# adjustment of fix after rebasing 2009-01-21 09:34:56 +0100 od  r266631 : #i94152# adjustment of fix after rebasing 2009-01-20 16:43:12 +0100 od  r266596 : CWS-TOOLING: rebase CWS sw31bf04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 11:52:22 +0100 od  r266561 : #i94152 method <SwDoc::SetOutlineNumRule(..)> 	- assure that at outline list style registered text node have the correct list level set 2009-01-20 10:43:53 +0100 od  r266556 : #i93399# methods <SwNumRule::SetIndent(..)> and <SwNumRule::ChangeIndent(..)> 	 - adjust also the list tab position, if a list tab stop is applied 2009-01-16 16:26:56 +0100 od  r266432 : #i59051# adjust Writer's UNO-API for drawing objects 	 - correct conversion of "StartPosition" and "EndPosition" 	 - conversion of "PolyPolygonBezier" 2009-01-16 16:20:49 +0100 od  r266430 : #i59051# - adjust UNO-API of connector shape 	 -- convert "PolyPolygonBezier" to correct metric 	 -- convert "StartPosition" and "EndPosition" in set-method before applying anchor position 	 - adjust UNO-API of measure shape 	 -- convert "StartPosition" and "EndPosition" to correct metric 2009-01-16 15:01:21 +0100 od  r266419 : #i95698# method <SwFrm::GetPrevSctLeaf(..)> 	 - only columns as previous section leaves for tables inside sections, which are inside another table. 2009-01-14 14:34:58 +0100 od  r266304 : #i96092# method <HandleResetAttrAtTxtNode::~HandleResetAttrAtTxtNode()> 	 - set list level to outline level, if needed. 2009-01-13 17:09:43 +0100 od  r266238 : #i98037# method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)> 	 - adjust evaluation of WW8 attributes 2009-01-13 11:49:48 +0100 od  r266203 : #i94187# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct consideration of compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST 2009-01-13 11:48:45 +0100 od  r266202 : #i94187# method <OutWW8_SwTxtNode(..)> 	 - set list style directly at paragraph only in position and space mode LABEL_WIDTH_AND_POSITION 2009-01-12 12:22:58 +0100 od  r266143 : #i70582# method <SwFlyAtCntFrm::SetAbsPos(..)> and local method <lcl_CalcDownDist(..)> 	 - correct determination of anchor's frame top for object positioning.

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [1524aa18b9ddf7a4181e3f278155c48655084452]

        CWS-TOOLING: integrate CWS sw31bf04 2009-01-21 14:24:10 +0100 od  r266670 : #i59051# correction of metric change for PolyPolygonBezier needed 2009-01-21 09:35:44 +0100 od  r266632 : #i96062# adjustment of fix after rebasing 2009-01-21 09:34:56 +0100 od  r266631 : #i94152# adjustment of fix after rebasing 2009-01-20 16:43:12 +0100 od  r266596 : CWS-TOOLING: rebase CWS sw31bf04 to trunk@266428 (milestone: DEV300:m39) 2009-01-20 11:52:22 +0100 od  r266561 : #i94152 method <SwDoc::SetOutlineNumRule(..)> 	- assure that at outline list style registered text node have the correct list level set 2009-01-20 10:43:53 +0100 od  r266556 : #i93399# methods <SwNumRule::SetIndent(..)> and <SwNumRule::ChangeIndent(..)> 	 - adjust also the list tab position, if a list tab stop is applied 2009-01-16 16:26:56 +0100 od  r266432 : #i59051# adjust Writer's UNO-API for drawing objects 	 - correct conversion of "StartPosition" and "EndPosition" 	 - conversion of "PolyPolygonBezier" 2009-01-16 16:20:49 +0100 od  r266430 : #i59051# - adjust UNO-API of connector shape 	 -- convert "PolyPolygonBezier" to correct metric 	 -- convert "StartPosition" and "EndPosition" in set-method before applying anchor position 	 - adjust UNO-API of measure shape 	 -- convert "StartPosition" and "EndPosition" to correct metric 2009-01-16 15:01:21 +0100 od  r266419 : #i95698# method <SwFrm::GetPrevSctLeaf(..)> 	 - only columns as previous section leaves for tables inside sections, which are inside another table. 2009-01-14 14:34:58 +0100 od  r266304 : #i96092# method <HandleResetAttrAtTxtNode::~HandleResetAttrAtTxtNode()> 	 - set list level to outline level, if needed. 2009-01-13 17:09:43 +0100 od  r266238 : #i98037# method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)> 	 - adjust evaluation of WW8 attributes 2009-01-13 11:49:48 +0100 od  r266203 : #i94187# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct consideration of compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST 2009-01-13 11:48:45 +0100 od  r266202 : #i94187# method <OutWW8_SwTxtNode(..)> 	 - set list style directly at paragraph only in position and space mode LABEL_WIDTH_AND_POSITION 2009-01-12 12:22:58 +0100 od  r266143 : #i70582# method <SwFlyAtCntFrm::SetAbsPos(..)> and local method <lcl_CalcDownDist(..)> 	 - correct determination of anchor's frame top for object positioning.

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [6c9ddd803f8944af59778da38460cfe6cda3d32d]

        CWS-TOOLING: integrate CWS ab66 2009-01-26 13:58:36 +0100 ab  r266922 : #i98368# Fixed extension path handling for images 2009-01-08 13:04:55 +0100 ab  r265997 : #i95412# Added missing dtor 2009-01-08 11:56:40 +0100 ab  r265991 : #i95412# Applied patch

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [0162fbb76ca95af2e98ee1445e1eb57e001b2c9e]

        CWS-TOOLING: integrate CWS aw062 2009-01-27 15:15:53 +0100 aw  r266999 : #i97982# corrected small error in ObjectContactOfPageView::isOutputToPDFFile() 2009-01-15 16:02:22 +0100 aw  r266378 : #i89872# corrected SdrModel::ImpSetUIUnit to not lose numeric information 2009-01-14 15:16:43 +0100 aw  r266309 : #i98072# adde d text suppression for FontworkGallery AutoShapes in ViewContactOfSdrObjCustomShape::createViewIndependentPrimitive2DSequence 2009-01-14 12:35:32 +0100 aw  r266283 : #i97878# added TRGetBaseGeometry/TRSetBaseGeometry implementations to SdrMeasureObj 2009-01-14 12:06:47 +0100 aw  r266274 : #i97981# corrected the interpretation of bBehaveCompatibleToPaintVersion for line attribute in SdrOle2Primitive2D::createLocalDecomposition 2009-01-14 11:54:07 +0100 aw  r266272 : #i97982# added #i97772# to have a correct ChartPrettyPainter output for ChartPrettyPainter 2009-01-14 11:53:13 +0100 aw  r266271 : #i97982# added support for ChartPrettyPainter for PDF export 2009-01-13 16:19:19 +0100 aw  r266234 : #i96708# adapted RenderBitmapPrimitive2D_self to work with metafile recording and PDF exporting

2009-02-13  Oliver Bolte  <obo@openoffice.org>  [274bbfb319a62311a087b7427735fc1d8b35183e]

        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-13  Oliver Bolte  <obo@openoffice.org>  [caa3bf5c34c08e5e93a03deb3064792139f030bb]

        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-13  Oliver Bolte  <obo@openoffice.org>  [bcc615e45e29bd19e8f2599eaaa32cb25ebc1431]

        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-13  Oliver Bolte  <obo@openoffice.org>  [b0c0a556bce6ed79eff9e362fd5b806951c8cba6]

        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-13  Oliver Bolte  <obo@openoffice.org>  [77427a2a55ffb3c32ef54a958f31f1a770a0aceb]

        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-13  Oliver Bolte  <obo@openoffice.org>  [6366f1e08bedfc1ed6fd654d5fc722a4818f619f]

        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-13  Oliver Bolte  <obo@openoffice.org>  [936accce7a2b1acb62230d174c1e5413baf499e6]

        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-13  Ocke Janssen  <oj@openoffice.org>  [e87505c8b639172a1ab7bbecd920ac652f763d93]

        remove faulty commit on tag

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [09276c507f258de42469eba733670966a62a15b0]

        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>  [24116c5a42d26a1970558f9fb65314a5a985862f]

        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>  [b64ae6cafc334fee914f2a68257cfac421e8bcdb]

        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  Ocke Janssen  <oj@openoffice.org>  [ea3215d15e4db95865a9fc975105400b68ca5b56]

        reduce call to resiltset meta data

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [20cea29aa241c198cfbd6cdda9f4cf198e6933bd]

        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>  [a6bd752f479852931e3934546de2683a1e5d694c]

        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>  [3036f2ff807c36acda761b58d0bdaf5895dd1d2a]

        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>  [841d2d5a1cf491cd59a89cbe26ace1cfeb18d556]

        CWS-TOOLING: integrate CWS hb16 2009-01-23 17:14:41 +0100 hbrinkm  r266840 : #i97267# Cut prefix ending with : from fieldname. Enclose fieldname with quotes. 2009-01-15 13:16:04 +0100 hbrinkm  r266364 : CWS-TOOLING: rebase CWS hb16 to trunk@265758 (milestone: DEV300:m38) 2009-01-02 14:02:54 +0100 hbrinkm  r265836 : #i97023# applied patch 2008-12-15 16:47:08 +0100 hbrinkm  r265511 : #i97267# handle custom properties on export

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [98bd0fd01cc03b171d83f41664b0633547004405]

        CWS-TOOLING: integrate CWS impress166 2009-01-27 11:42:29 +0100 af  r266972 : #i98508# Handle non DrawViewShell view shells correctly. 2009-01-21 10:41:32 +0100 af  r266635 : #i98069# Do not call PreModelChange() for every ModelLock. 2009-01-20 15:25:41 +0100 af  r266588 : #i98069# Added friend declaration that became necessary on Solaris after recent changes. 2009-01-19 13:48:47 +0100 af  r266493 : #i97478# Prevent SID_PARASPACE_(DE|IN)CREASE from crashing when style sheet is missing. 2009-01-16 11:52:37 +0100 af  r266411 : #i97338# Check the dispatcher before using it to show a context menu. 2009-01-15 14:33:55 +0100 sj  r266373 : #153716# taking care of font-independent line spacing (editmode and hittest) 2009-01-15 14:29:46 +0100 sj  r266372 : #153716# taking care of font-independent line spacing also in presentation styles 2009-01-14 14:04:16 +0100 af  r266301 : #i97634# Do view change synchronously.  Use shared pointers for view shells. 2009-01-14 14:01:27 +0100 af  r266300 : #i97634# Added non-API methods that update the configuration synchronously. 2009-01-14 13:34:40 +0100 af  r266295 : #i98069# Be more carefull with handling model updates to avoid assertion regarding number of selected pages. 2009-01-14 11:34:57 +0100 cl  r266270 : #i97261# force outliner para oibject after text edit 2009-01-14 10:49:08 +0100 cl  r266269 : #i97413# dispose cell undo action if shape dies 2009-01-13 18:50:05 +0100 cl  r266247 : #i97347# fixed cell undo crash 2009-01-12 14:16:56 +0100 af  r266156 : #i97296# Using is() method to check WeakReference for validity. 2009-01-12 13:52:00 +0100 af  r266155 : #i97190# Turned static_cast to dynamic_cast in CreateChildList. 2009-01-12 13:06:57 +0100 af  r266153 : #i97552# Catching Exceptions caught while accessing OLE-Object that is to be inserted. 2009-01-12 13:06:37 +0100 cl  r266152 : #i96164# applied patch to fix ambiguous operation

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [520f0e3413513f68c572ad53e71b3b84a54b5e30]

        CWS-TOOLING: integrate CWS impress166 2009-01-27 11:42:29 +0100 af  r266972 : #i98508# Handle non DrawViewShell view shells correctly. 2009-01-21 10:41:32 +0100 af  r266635 : #i98069# Do not call PreModelChange() for every ModelLock. 2009-01-20 15:25:41 +0100 af  r266588 : #i98069# Added friend declaration that became necessary on Solaris after recent changes. 2009-01-19 13:48:47 +0100 af  r266493 : #i97478# Prevent SID_PARASPACE_(DE|IN)CREASE from crashing when style sheet is missing. 2009-01-16 11:52:37 +0100 af  r266411 : #i97338# Check the dispatcher before using it to show a context menu. 2009-01-15 14:33:55 +0100 sj  r266373 : #153716# taking care of font-independent line spacing (editmode and hittest) 2009-01-15 14:29:46 +0100 sj  r266372 : #153716# taking care of font-independent line spacing also in presentation styles 2009-01-14 14:04:16 +0100 af  r266301 : #i97634# Do view change synchronously.  Use shared pointers for view shells. 2009-01-14 14:01:27 +0100 af  r266300 : #i97634# Added non-API methods that update the configuration synchronously. 2009-01-14 13:34:40 +0100 af  r266295 : #i98069# Be more carefull with handling model updates to avoid assertion regarding number of selected pages. 2009-01-14 11:34:57 +0100 cl  r266270 : #i97261# force outliner para oibject after text edit 2009-01-14 10:49:08 +0100 cl  r266269 : #i97413# dispose cell undo action if shape dies 2009-01-13 18:50:05 +0100 cl  r266247 : #i97347# fixed cell undo crash 2009-01-12 14:16:56 +0100 af  r266156 : #i97296# Using is() method to check WeakReference for validity. 2009-01-12 13:52:00 +0100 af  r266155 : #i97190# Turned static_cast to dynamic_cast in CreateChildList. 2009-01-12 13:06:57 +0100 af  r266153 : #i97552# Catching Exceptions caught while accessing OLE-Object that is to be inserted. 2009-01-12 13:06:37 +0100 cl  r266152 : #i96164# applied patch to fix ambiguous operation

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [ea6bc1e6afd4c8f902f4e2da3924a90bd1c73ecf]

        CWS-TOOLING: integrate CWS jl115 2009-01-29 13:13:16 +0100 jsk  r267121 : #i98596# 2009-01-23 14:50:24 +0100 jl  r266821 : #98273# climaker.exe.config prevents using publisher policy 2009-01-23 14:10:51 +0100 jl  r266817 : #i98392# wrong use of iterator when removing a factory, which may lead to a crash 2009-01-19 11:36:29 +0100 jl  r266484 : #i96690# test extension 2009-01-19 11:32:46 +0100 jl  r266483 : #i96690# 2009-01-16 17:09:19 +0100 jl  r266439 : #i96690# ignore duplicate path URLs in manifest.xml. These may be introduces by copy/paste and lead to nasty errors 2009-01-16 14:04:00 +0100 jl  r266416 : #i92032# increasing minimum version of Java 2009-01-16 10:57:02 +0100 jl  r266407 : #i96816# compiler warning breaks build 2009-01-15 16:58:54 +0100 jl  r266384 : #i94938# patch from cmc. 2009-01-15 16:35:18 +0100 jl  r266383 : #i95838# applying patch 2009-01-15 16:15:58 +0100 jl  r266381 : #i70855# #i96102# WaitForMultipleObjects wrong implemented 2009-01-14 12:46:21 +0100 jl  r266287 : #i98038# increased assembly versions 2009-01-14 12:44:55 +0100 jl  r266285 : #i98038# increased assembly versions 2009-01-13 17:11:20 +0100 jl  r266239 : #i98038# new test library for assemblies from 3.0.1

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [b5fefc63777808810c7165e428d32ef1f65dce1b]

        CWS-TOOLING: integrate CWS jl115 2009-01-29 13:13:16 +0100 jsk  r267121 : #i98596# 2009-01-23 14:50:24 +0100 jl  r266821 : #98273# climaker.exe.config prevents using publisher policy 2009-01-23 14:10:51 +0100 jl  r266817 : #i98392# wrong use of iterator when removing a factory, which may lead to a crash 2009-01-19 11:36:29 +0100 jl  r266484 : #i96690# test extension 2009-01-19 11:32:46 +0100 jl  r266483 : #i96690# 2009-01-16 17:09:19 +0100 jl  r266439 : #i96690# ignore duplicate path URLs in manifest.xml. These may be introduces by copy/paste and lead to nasty errors 2009-01-16 14:04:00 +0100 jl  r266416 : #i92032# increasing minimum version of Java 2009-01-16 10:57:02 +0100 jl  r266407 : #i96816# compiler warning breaks build 2009-01-15 16:58:54 +0100 jl  r266384 : #i94938# patch from cmc. 2009-01-15 16:35:18 +0100 jl  r266383 : #i95838# applying patch 2009-01-15 16:15:58 +0100 jl  r266381 : #i70855# #i96102# WaitForMultipleObjects wrong implemented 2009-01-14 12:46:21 +0100 jl  r266287 : #i98038# increased assembly versions 2009-01-14 12:44:55 +0100 jl  r266285 : #i98038# increased assembly versions 2009-01-13 17:11:20 +0100 jl  r266239 : #i98038# new test library for assemblies from 3.0.1

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [65e36d7972447743930358d9463e7bcdf1276f37]

        CWS-TOOLING: integrate CWS jl115 2009-01-29 13:13:16 +0100 jsk  r267121 : #i98596# 2009-01-23 14:50:24 +0100 jl  r266821 : #98273# climaker.exe.config prevents using publisher policy 2009-01-23 14:10:51 +0100 jl  r266817 : #i98392# wrong use of iterator when removing a factory, which may lead to a crash 2009-01-19 11:36:29 +0100 jl  r266484 : #i96690# test extension 2009-01-19 11:32:46 +0100 jl  r266483 : #i96690# 2009-01-16 17:09:19 +0100 jl  r266439 : #i96690# ignore duplicate path URLs in manifest.xml. These may be introduces by copy/paste and lead to nasty errors 2009-01-16 14:04:00 +0100 jl  r266416 : #i92032# increasing minimum version of Java 2009-01-16 10:57:02 +0100 jl  r266407 : #i96816# compiler warning breaks build 2009-01-15 16:58:54 +0100 jl  r266384 : #i94938# patch from cmc. 2009-01-15 16:35:18 +0100 jl  r266383 : #i95838# applying patch 2009-01-15 16:15:58 +0100 jl  r266381 : #i70855# #i96102# WaitForMultipleObjects wrong implemented 2009-01-14 12:46:21 +0100 jl  r266287 : #i98038# increased assembly versions 2009-01-14 12:44:55 +0100 jl  r266285 : #i98038# increased assembly versions 2009-01-13 17:11:20 +0100 jl  r266239 : #i98038# new test library for assemblies from 3.0.1

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [75844884a8aafdeae5e5092946c96cb8bc47de12]

        CWS-TOOLING: integrate CWS jsc314 2009-01-20 17:03:24 +0100 jsc  r266600 : #97041# add sym links to ure libs in sdk/lib 2009-01-20 17:01:26 +0100 jsc  r266599 : #97968# changed version

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [834cb35023b6e5cc13e8eac632b4075a3a8f274e]

        CWS-TOOLING: integrate CWS jsc314 2009-01-20 17:03:24 +0100 jsc  r266600 : #97041# add sym links to ure libs in sdk/lib 2009-01-20 17:01:26 +0100 jsc  r266599 : #97968# changed version

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [129c1dbec778ccc818e0ece686ba37d0cbb4397e]

        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>  [bbef3ea39fc3fe0bed5bc6307e396fd434e02296]

        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>  [c756984e2a1ef3ae76112c0027acf1db765eab02]

        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>  [20549ebe3730fa436e48ba2cd418761828cf4bca]

        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>  [414f47991711b750747fa901a4bd5747fe2d653d]

        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>  [e591a08dc3d37e13703c855a7f4056faa4e34406]

        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  Oliver Bolte  <obo@openoffice.org>  [a6f63081a3655f655e2268d41de564ac3f0bb0a8]

        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  Oliver Bolte  <obo@openoffice.org>  [68f3a7e1ecb8c3585507f857604ec8e9b1874166]

        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  Oliver Bolte  <obo@openoffice.org>  [4abe036dd1a44b6c3ac7a5d5002ee7dc996d70ca]

        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>  [f53e1b5c40e9a4674b035d11313c0ce77362fe07]

        #i10000# Fix potential build breaker: remove unused parameter.

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [6cf0f3359c172d5a7315d928500db0ddb87de3c8]

        CWS-TOOLING: integrate CWS tbo04 2009-01-21 16:56:09 +0100 tbo  r266688 : #i96107# fixed - extension deadlock 2008-12-23 16:38:40 +0100 tbo  r265786 : #i97535# enforce version minor 2008-12-23 16:30:09 +0100 tbo  r265785 : #158701# disappeared for unknown reason

2009-02-12  Oliver Bolte  <obo@openoffice.org>  [e31a42e5df562ac981106bcdf00e0f26a6cb7a80]

        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>  [6fed8a270237f81690addb2f5853e372535d66a9]

        CWS-TOOLING: integrate CWS tbe35 2008-12-15 15:10:58 +0100 tbe  r265503 : CWS-TOOLING: rebase CWS tbe35 to trunk@264807 (milestone: DEV300:m37) 2008-12-11 17:12:58 +0100 tbe  r265335 : #i90682# formatting failed when first character is '-', '+' or '=' 2008-12-10 18:59:13 +0100 nn  r265228 : #i96930# invalidate sort toolbar slots in SelectionChanged 2008-12-09 15:58:45 +0100 nn  r265111 : #i77853# InitDocShell: SetLayoutRTL 2008-12-03 15:54:50 +0100 tbe  r264795 : #i94841# [Collaboration] When deleting rows is rejected, the content is sometimes wrong 2008-11-14 16:13:21 +0100 tbe  r263682 : #i95212# [Collaboration] Bad handling of row insertion in shared spreadsheet

2009-02-11  Oliver Bolte  <obo@openoffice.org>  [e2367a28a0a6b2f70565c8301131ea39546075f7]

        CWS-TOOLING: integrate CWS tkr16 2008-12-11 15:48:43 +0100 tkr  r265321 : #i95208# do not deliver linux/unix shared libraries 2008-12-10 11:13:31 +0100 tkr  r265158 : CWS-TOOLING: rebase CWS tkr16 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 10:32:56 +0100 tkr  r265061 : #i96906# patch: size of a symlink to a file 2008-10-28 08:48:23 +0100 tkr  r262697 : iXXXXX#: migrate CWS tkr16 to SVN.

2009-02-11  Oliver Bolte  <obo@openoffice.org>  [a8916a0226c76dd64fffe9216deb4a223bbede35]

        CWS-TOOLING: integrate CWS tkr16 2008-12-11 15:48:43 +0100 tkr  r265321 : #i95208# do not deliver linux/unix shared libraries 2008-12-10 11:13:31 +0100 tkr  r265158 : CWS-TOOLING: rebase CWS tkr16 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 10:32:56 +0100 tkr  r265061 : #i96906# patch: size of a symlink to a file 2008-10-28 08:48:23 +0100 tkr  r262697 : iXXXXX#: migrate CWS tkr16 to SVN.

2009-02-11  Oliver Bolte  <obo@openoffice.org>  [f3f7fa31c6de8dacb418f813b5a5b716fd421f3a]

        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>  [e03fcb7ad74e6f216529ad1109ac72acf155d004]

        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>  [e2d8db1a85f51f4552cff94bc2cc49310561c4e0]

        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>  [df3d827f86c0fb7a046175a1d2c8cc0a662fc4b3]

        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>  [7982680e70dd74180dcefd43b51fc3c96d4ad941]

        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>  [3ea7bde4ffde5230a319689631415dc6085078dc]

        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-02-11  Oliver Bolte  <obo@openoffice.org>  [b8128f15549ddc463545f068d482a79bb3ef30f8]

        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-02-11  Oliver Bolte  <obo@openoffice.org>  [326696598621c5883d7c28f491ca8192e8cfb21c]

        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-02-10  Oliver Bolte  <obo@openoffice.org>  [40568a858a538e2a418c60372b373a09d8a1425d]

        CWS-TOOLING: integrate CWS extras310 2008-12-15 13:34:58 +0100 va  r265480 : #i95258#: Initial Revision. 2008-11-27 17:19:55 +0100 va  r264511 : #i91071#: Updated AutoCorrection List 2008-11-27 16:45:51 +0100 va  r264508 : #i96663#: Initial Revision. 2008-11-27 16:44:27 +0100 va  r264507 : #i96663# Added Mongolian AutoCorrection 2008-11-27 16:05:53 +0100 va  r264501 : #i96160#: Updated AutoCorrection List. 2008-11-17 14:40:19 +0100 va  r263724 : #i90138#: Recreated soffice.od* files (shellnew). 2008-11-12 16:06:40 +0100 va  r263606 : #i87843#: Corrected Comma Mistakes. 2008-11-12 16:06:02 +0100 va  r263605 : #i87843#: Corrected Comma Mistakes. 2008-11-12 13:07:14 +0100 va  r263589 : #i54540#: Added Mr. and Mrs. to the List of known Abbreviations to avoid Capitalization 2008-11-12 12:59:14 +0100 va  r263586 : New Directory 2008-11-12 12:14:20 +0100 va  r263584 : #i89321#: Fixed and optimized of background fill images

2009-02-06  Mikhail Voitenko  <mav@openoffice.org>  [2413df68be6cd44374da1a3afcfa6a2d36e4ba4b]

        reverting the last commit, it was not intended for the trunk

2009-02-06  Mikhail Voitenko  <mav@openoffice.org>  [a84100fa29d2079ece27124ea9ea3ca06cf94023]

        #i98240# commit the patch

2009-02-02  Rüdiger Timm  <rt@openoffice.org>  [fb28cb32cf2de10d6f5a609873ca01eb231471c1]

        #98631# sdext needs vcl.

2009-01-30  Release Engineers  <releng@openoffice.org>  [b6900e6cdf0a9cc5acad8410ad0ff35989428a70]

        Create DEV300_m41 milestone tag from trunk@267170

2009-01-30  Release Engineers  <releng@openoffice.org>  [56b8b38d433e3aac5f621380040d3f02040d6313]

        Create DEV300_m41 milestone tag from trunk@267170

2009-01-30  Release Engineers  <releng@openoffice.org>  [f95e32222fc19d5e16935d1bf10eafa694a1376c]

        Create DEV300_m41 milestone tag from trunk@267170

2009-01-30  Release Engineers  <releng@openoffice.org>  [1b95264c71686fd8065e57bce96226bc1b30ced3]

        Create DEV300_m41 milestone tag from trunk@267170

2009-01-30  Release Engineers  <releng@openoffice.org>  [e6990b605c7697e1986c21272fb8b412be9884ce]

        Create DEV300_m41 milestone tag from trunk@267170

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [bd63245e0b5ce72ca64a765f17bfaa10a155b41d]

        #i98521# remove -fast switch (tkr)

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [7637be52a559b81e76a7bc533592ede59f605358]

        DEV300

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [9562c0ab1ec170443eb7e946b7e98937a39af668]

        CWS-TOOLING: integrate CWS metropatch01_DEV300

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [e6e8722c10e925c05c7eeea073a717f20c0ebdb2]

        CWS-TOOLING: integrate CWS metropatch01_DEV300

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [a538781e429f2c844cc6916384951c8c30b22425]

        CWS-TOOLING: integrate CWS metropatch01_DEV300

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [32e6165baecd2a341ba898f7b0a886531be3eec4]

        CWS-TOOLING: integrate CWS metropatch01_DEV300

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [426ab2c0e8f6e3fe2b766f74f6b8da873d860260]

        CWS-TOOLING: integrate CWS metropatch01_DEV300

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [15721208baeb76ff049c5287d180e38e90821eaa]

        CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [660fc34c7c7bd5a3a485a8db2a34d7b216ed5ecd]

        CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [ee5dcf56c5a8b68c5d4e6314015563b4ced8747f]

        CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [4c39ae976837fe7c6a7529234ae369e7cc4519b7]

        CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings

2009-01-29  Kurt Zenker  <kz@openoffice.org>  [25dad84813feb405e709c31b180361dc1b7cfaaa]

        CWS-TOOLING: integrate CWS cmcfixes52 2009-01-05 10:49:04 +0100 cmc  r265860 : #i97763# remove low-hanging warnings

2009-01-29  Rüdiger Timm  <rt@openoffice.org>  [fd648c0582c85ee3f83e8c013f23b6fd17704b0a]

        #i98584# Fix debug build for 'automation': add missing semicolon after DBG_ERROR macro (patch by rvojta).

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [11ab34823a6dcc0f8f21bbbd1851df37bea09291]

        CWS-TOOLING: integrate CWS rt37 2009-01-22 17:00:00 +0100 rt  r266743 : Clean up. 2009-01-22 15:05:47 +0100 rt  r266718 : #i98313# Add 'officecfg', because component-update.dtd is needed. 2009-01-21 17:50:11 +0100 rt  r266696 : Avoid creating unneeded directories. 2009-01-21 13:47:02 +0100 rt  r266665 : #i98313# Nothing needed from 'goodies'. 2009-01-21 12:52:06 +0100 rt  r266659 : #i98313# Nothing needed from 'svtools' nor 'xmloff'. 2009-01-21 12:15:57 +0100 rt  r266650 : #i98313# Nothing needed from 'jvmaccess' nor 'svx'. 2009-01-21 12:03:45 +0100 rt  r266648 : #i98313# 'canvas' not needed either. 2009-01-21 11:54:47 +0100 rt  r266647 : #i98313# We do not need anything from 'slideshow' here. slideshow.rdb is not needed; it does not even exist. 2009-01-20 17:47:27 +0100 rt  r266611 : #i98248# With all checkout action gone we do not need perl modules 'Cws' and 'CwsConfig' any more. 2009-01-20 14:27:49 +0100 rt  r266579 : #i98248# Remove remaining, now obsolete cvs related code. In case someone wants to undo any of the previous changes on this CWS, he also has to get back this. 2009-01-20 10:11:42 +0100 rt  r266555 : #i98248# if a module explicitly specified in '--since <module>' or '--all:<module>' does not exist, not even linked, it's an error. Give an error message and exit. 2009-01-19 18:11:37 +0100 rt  r266517 : #i98248# This version of build.pl is for svn hosted workspaces. No need to check for 'is_svn'. 2009-01-19 18:03:40 +0100 rt  r266516 : #i98248 # Do not checkout missing modules. 2009-01-19 18:00:22 +0100 rt  r266515 : #i98248 # Do not try to cvs checkout a module when it's build list cannot be found. 2009-01-19 17:17:06 +0100 rt  r266512 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link. 2009-01-19 16:43:45 +0100 rt  r266511 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [ab8c60f51cb93dd5f340b4bd6c35d0e989890158]

        CWS-TOOLING: integrate CWS rt37 2009-01-22 17:00:00 +0100 rt  r266743 : Clean up. 2009-01-22 15:05:47 +0100 rt  r266718 : #i98313# Add 'officecfg', because component-update.dtd is needed. 2009-01-21 17:50:11 +0100 rt  r266696 : Avoid creating unneeded directories. 2009-01-21 13:47:02 +0100 rt  r266665 : #i98313# Nothing needed from 'goodies'. 2009-01-21 12:52:06 +0100 rt  r266659 : #i98313# Nothing needed from 'svtools' nor 'xmloff'. 2009-01-21 12:15:57 +0100 rt  r266650 : #i98313# Nothing needed from 'jvmaccess' nor 'svx'. 2009-01-21 12:03:45 +0100 rt  r266648 : #i98313# 'canvas' not needed either. 2009-01-21 11:54:47 +0100 rt  r266647 : #i98313# We do not need anything from 'slideshow' here. slideshow.rdb is not needed; it does not even exist. 2009-01-20 17:47:27 +0100 rt  r266611 : #i98248# With all checkout action gone we do not need perl modules 'Cws' and 'CwsConfig' any more. 2009-01-20 14:27:49 +0100 rt  r266579 : #i98248# Remove remaining, now obsolete cvs related code. In case someone wants to undo any of the previous changes on this CWS, he also has to get back this. 2009-01-20 10:11:42 +0100 rt  r266555 : #i98248# if a module explicitly specified in '--since <module>' or '--all:<module>' does not exist, not even linked, it's an error. Give an error message and exit. 2009-01-19 18:11:37 +0100 rt  r266517 : #i98248# This version of build.pl is for svn hosted workspaces. No need to check for 'is_svn'. 2009-01-19 18:03:40 +0100 rt  r266516 : #i98248 # Do not checkout missing modules. 2009-01-19 18:00:22 +0100 rt  r266515 : #i98248 # Do not try to cvs checkout a module when it's build list cannot be found. 2009-01-19 17:17:06 +0100 rt  r266512 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link. 2009-01-19 16:43:45 +0100 rt  r266511 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [ec17391ed77782c2adc0e449e886d968921ea249]

        CWS-TOOLING: integrate CWS rt37 2009-01-22 17:00:00 +0100 rt  r266743 : Clean up. 2009-01-22 15:05:47 +0100 rt  r266718 : #i98313# Add 'officecfg', because component-update.dtd is needed. 2009-01-21 17:50:11 +0100 rt  r266696 : Avoid creating unneeded directories. 2009-01-21 13:47:02 +0100 rt  r266665 : #i98313# Nothing needed from 'goodies'. 2009-01-21 12:52:06 +0100 rt  r266659 : #i98313# Nothing needed from 'svtools' nor 'xmloff'. 2009-01-21 12:15:57 +0100 rt  r266650 : #i98313# Nothing needed from 'jvmaccess' nor 'svx'. 2009-01-21 12:03:45 +0100 rt  r266648 : #i98313# 'canvas' not needed either. 2009-01-21 11:54:47 +0100 rt  r266647 : #i98313# We do not need anything from 'slideshow' here. slideshow.rdb is not needed; it does not even exist. 2009-01-20 17:47:27 +0100 rt  r266611 : #i98248# With all checkout action gone we do not need perl modules 'Cws' and 'CwsConfig' any more. 2009-01-20 14:27:49 +0100 rt  r266579 : #i98248# Remove remaining, now obsolete cvs related code. In case someone wants to undo any of the previous changes on this CWS, he also has to get back this. 2009-01-20 10:11:42 +0100 rt  r266555 : #i98248# if a module explicitly specified in '--since <module>' or '--all:<module>' does not exist, not even linked, it's an error. Give an error message and exit. 2009-01-19 18:11:37 +0100 rt  r266517 : #i98248# This version of build.pl is for svn hosted workspaces. No need to check for 'is_svn'. 2009-01-19 18:03:40 +0100 rt  r266516 : #i98248 # Do not checkout missing modules. 2009-01-19 18:00:22 +0100 rt  r266515 : #i98248 # Do not try to cvs checkout a module when it's build list cannot be found. 2009-01-19 17:17:06 +0100 rt  r266512 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link. 2009-01-19 16:43:45 +0100 rt  r266511 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [7deeb2a401b108ac176c4670b6674bfabfcef63c]

        CWS-TOOLING: integrate CWS rt37 2009-01-22 17:00:00 +0100 rt  r266743 : Clean up. 2009-01-22 15:05:47 +0100 rt  r266718 : #i98313# Add 'officecfg', because component-update.dtd is needed. 2009-01-21 17:50:11 +0100 rt  r266696 : Avoid creating unneeded directories. 2009-01-21 13:47:02 +0100 rt  r266665 : #i98313# Nothing needed from 'goodies'. 2009-01-21 12:52:06 +0100 rt  r266659 : #i98313# Nothing needed from 'svtools' nor 'xmloff'. 2009-01-21 12:15:57 +0100 rt  r266650 : #i98313# Nothing needed from 'jvmaccess' nor 'svx'. 2009-01-21 12:03:45 +0100 rt  r266648 : #i98313# 'canvas' not needed either. 2009-01-21 11:54:47 +0100 rt  r266647 : #i98313# We do not need anything from 'slideshow' here. slideshow.rdb is not needed; it does not even exist. 2009-01-20 17:47:27 +0100 rt  r266611 : #i98248# With all checkout action gone we do not need perl modules 'Cws' and 'CwsConfig' any more. 2009-01-20 14:27:49 +0100 rt  r266579 : #i98248# Remove remaining, now obsolete cvs related code. In case someone wants to undo any of the previous changes on this CWS, he also has to get back this. 2009-01-20 10:11:42 +0100 rt  r266555 : #i98248# if a module explicitly specified in '--since <module>' or '--all:<module>' does not exist, not even linked, it's an error. Give an error message and exit. 2009-01-19 18:11:37 +0100 rt  r266517 : #i98248# This version of build.pl is for svn hosted workspaces. No need to check for 'is_svn'. 2009-01-19 18:03:40 +0100 rt  r266516 : #i98248 # Do not checkout missing modules. 2009-01-19 18:00:22 +0100 rt  r266515 : #i98248 # Do not try to cvs checkout a module when it's build list cannot be found. 2009-01-19 17:17:06 +0100 rt  r266512 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link. 2009-01-19 16:43:45 +0100 rt  r266511 : #i98248 # No need to check out '.lnk' linked modules. Just rename the link.

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [29c6a878da105134a80b83e090f1184d487a62e0]

        #i10000# add missing depenency on javaunohelper

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [c0fa3bc1276b1ab9988546ee2cf9f77297a73b5a]

        CWS-TOOLING: integrate CWS cwscheckapi7 2009-01-23 12:09:08 +0100 cn  r266805 : #i98006 update lists 2009-01-23 11:57:02 +0100 cn  r266802 : #i98340# fix xdebug variable 2009-01-23 11:03:32 +0100 cn  r266796 : #i98006 update lists 2009-01-14 12:06:52 +0100 cn  r266275 : #i98006# update lists 2009-01-14 09:39:37 +0100 cn  r266268 : #i98006# update lists 2009-01-12 22:24:51 +0100 cn  r266182 : #i98006# update lists

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [988ade1494c6460660a029e2e45db91cfccbe0a9]

        CWS-TOOLING: integrate CWS cwscheckapi7 2009-01-23 12:09:08 +0100 cn  r266805 : #i98006 update lists 2009-01-23 11:57:02 +0100 cn  r266802 : #i98340# fix xdebug variable 2009-01-23 11:03:32 +0100 cn  r266796 : #i98006 update lists 2009-01-14 12:06:52 +0100 cn  r266275 : #i98006# update lists 2009-01-14 09:39:37 +0100 cn  r266268 : #i98006# update lists 2009-01-12 22:24:51 +0100 cn  r266182 : #i98006# update lists

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [cca22b0b4472db44dcff87802abd54538a6a30aa]

        CWS-TOOLING: integrate CWS cwscheckapi7 2009-01-23 12:09:08 +0100 cn  r266805 : #i98006 update lists 2009-01-23 11:57:02 +0100 cn  r266802 : #i98340# fix xdebug variable 2009-01-23 11:03:32 +0100 cn  r266796 : #i98006 update lists 2009-01-14 12:06:52 +0100 cn  r266275 : #i98006# update lists 2009-01-14 09:39:37 +0100 cn  r266268 : #i98006# update lists 2009-01-12 22:24:51 +0100 cn  r266182 : #i98006# update lists

2009-01-28  Kurt Zenker  <kz@openoffice.org>  [8cc5e4ca4633d83b1a188d824180eed8b60559d8]

        CWS-TOOLING: integrate CWS cwscheckapi7 2009-01-23 12:09:08 +0100 cn  r266805 : #i98006 update lists 2009-01-23 11:57:02 +0100 cn  r266802 : #i98340# fix xdebug variable 2009-01-23 11:03:32 +0100 cn  r266796 : #i98006 update lists 2009-01-14 12:06:52 +0100 cn  r266275 : #i98006# update lists 2009-01-14 09:39:37 +0100 cn  r266268 : #i98006# update lists 2009-01-12 22:24:51 +0100 cn  r266182 : #i98006# update lists

2009-01-27  Kurt Zenker  <kz@openoffice.org>  [443c2fd776f4625093e96deba02f5a601bf03612]

        CWS-TOOLING: integrate CWS cygwin02 2008-12-22 12:38:00 +0100 kz  r265751 : #158988# no WRAPCMD 2008-12-19 20:28:02 +0100 kz  r265737 : #158988# adaptions for building with cygwin

2009-01-27  Kurt Zenker  <kz@openoffice.org>  [ac520331c001a416336f61be7fc993c07fece053]

        #i98513# avoid quoting problem

2009-01-26  Release Engineers  <releng@openoffice.org>  [5c69ae73a2a915d8996c20912eb5faabd0799379]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [5ad3b5160d42335c3b25dbc171178330293deb93]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [d4314710fb539a039f2f02467d741444dbe26525]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [d4d1b3bbfca77c7cb5e130fd297195b7dd4ca7fd]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [68ff6174e76c0c6faebe4d9bb22559f2bc483343]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [9578c30661506a863ac374128078aa0b5f7a3991]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [a641143d2c8b0de549aa9e7b70f856c8b0fb7fe9]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [abad13716355005ffe214f59c9e9cfe1ef4e1d0d]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [91e26d39c32fe621593a75b6888a009ddf5a1d1a]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [635d8309899270487d94d218cf3c616d4ad136a0]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [0a9fc2a43488e799b6198c49abf2840bf05bd6f0]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [648c5ae8e4d8cb07c0fa32cc0d263d3781c6c835]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [040311c76f5f997fe4a0cc6e06e87e439ee9cbab]

        Create DEV300_m40 milestone tag from trunk@266942

2009-01-26  Release Engineers  <releng@openoffice.org>  [2a2065c4074d8131627a41548c41cf96851708d9]

        #100000# deleted merge-info from ooo trunc

2009-01-26  Release Engineers  <releng@openoffice.org>  [d40a8fd38e76ba0bddaca1be59b1880828b3ed66]

        #100000# deleted merge-info from ooo trunc

2009-01-26  Rüdiger Timm  <rt@openoffice.org>  [031ae50eaa4dbcd49a5868a2cd0581aa76401ec7]

        #i98425# Merge error: conflict not properly resolved.

2009-01-24  René Engelhard  <rene@openoffice.org>  [aaeb97ccaa5f1d4413f75cec68f4aded13cf9d7b]

        i10000# fix Windows build

2009-01-24  René Engelhard  <rene@openoffice.org>  [1d5536011ba650388bb6c23ef583349f48a6f87d]

        i10000# fix Windows build

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [340aedbac9892e88bba0a1fe06243a6bfc146bc1]

        #i10000# Fix by kendy for debug build.

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [be010f292bdf4e3004b131909506266becfe8ac5]

        #i10000# Remove merge conflict (thanks to kendy for finding this and providing a patch).

2009-01-23  Vladimir Glazounov  <vg@openoffice.org>  [48ca402f848ec74a4687505f28a0584ac27deb69]

        #i10000# get rid of warnings on windows

2009-01-23  Vladimir Glazounov  <vg@openoffice.org>  [205348d71c5d5f9fb3166597daac7f5de5c8d84e]

        #i10000#

2009-01-23  Vladimir Glazounov  <vg@openoffice.org>  [38e6b093fe265be3eee15ac4f4e7d87d98b6ad40]

        #i10000#

2009-01-23  Vladimir Glazounov  <vg@openoffice.org>  [8a3273cf529eebfe349c81f1c8fe613bc7a9dec0]

        #100000# add arabic for packaging

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [1990d9ec425d36491d87992f89af96ba15b6f6a6]

        #i10000# Update to OOO300 m15 aka OpenOffice.org 3.0.1

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [27e0f7160d603f6a0c6e225f029b7e2b1fc2ff6b]

        #i10000# Typo corrected.

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [112245bcc447d7d64d2106f132ccc8c344fbb664]

        #i10000# Patch from CWS ause099 to work around incapability of 'pkgmk' to handle large files system. Advice 'pkgmk' not to use df to determine available disk space, instead provide some limit with '-l' option. Choosen arbitrary limit is 1024^3 blocks which means 500 GByte.

2009-01-23  Rüdiger Timm  <rt@openoffice.org>  [7ef616dc77e2cc576cf13fe9bd7b084347e8d646]

        #i10000# 'FOUR' is undefined now, use '4' instead.

2009-01-22  Vladimir Glazounov  <vg@openoffice.org>  [e57e55b1aa43ac626891d3ccfa185bf623b16ddf]

        #i10000# missing changes from jl111

2009-01-22  Vladimir Glazounov  <vg@openoffice.org>  [788a7beaa020b50e9f657a4e53d1c41c6ef78f1d]

        #i10000# missing changes from jl111

2009-01-22  Vladimir Glazounov  <vg@openoffice.org>  [51b12a98aee4a1ef807a9ec47385b5fe64ccf80f]

        #i10000# missing changes from jl111

2009-01-22  Release Engineers  <releng@openoffice.org>  [f98558ffbd8cf93e4f443d26b3b8854c30c27caf]

        #i10000# fix for aw061

2009-01-22  Release Engineers  <releng@openoffice.org>  [ed40940656bdb8e7b10d769924f5eb4083c64784]

        #i10000# fix for aw061

2009-01-21  René Engelhard  <rene@openoffice.org>  [822065158547ca37cbc484fe59f9a0abe8e880f0]

        redundant .IF (thanks cloph)

2009-01-21  René Engelhard  <rene@openoffice.org>  [bd7b1b3afbf15bd23a75d382f3118901809a9059]

        #i10000# fix conflicting elifs for clarity

2009-01-21  Release Engineers  <releng@openoffice.org>  [7002ca856ae12e83e1f05391476f897168e778c9]

        DEV300

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [bd677ac38e149c8bd0d6fc5f4237a5f89e4e7ec5]

        #i80368# additional patch for cloph12

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [90a55f8f53379135ed60b1a69dc0748c7b77d85c]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [c793e6f04601aac54a1319da06a2692fe8e25bcb]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [26d5cdbd49f1168d92545272cd6015d08296843f]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [94d9a4503e1536ffa16cc8f434358a0e2993c29d]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [4d3d872d9da3551030d800b178727285dad74d98]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [95edbfdbb3b684c9599f6b51b74951420e68b5f5]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [b12b88e2d9e3bfe8f6085ee583658c7e71018f16]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [815f157c05ebc20e91a050823f048a977b8ae103]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [7ed8c6f71dba6010d49c088723f021ea889c64c5]

        CWS-TOOLING: integrate CWS configuretoplevel 2009-01-19 15:47:39 +0100 rene  r266508 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@266428 (milestone: DEV300:m39) 2009-01-18 00:35:31 +0100 rene  r266462 : #i10000# Mac OS X "of course" has other paths... 2009-01-16 13:24:23 +0100 rene  r266415 : make OS2 use STLport... 2009-01-15 22:08:38 +0100 rene  r266393 : STLport for FreeBSD 2009-01-15 01:23:51 +0100 rene  r266333 : #i98048# harmonize STL default; default to *NOT* use STLport 2009-01-09 22:44:43 +0100 rene  r266120 : #i97428# try to find out XLIB via pkg-config 2009-01-09 22:41:18 +0100 rene  r266119 : #i97827# fail when we don't find make 2008-12-27 01:19:34 +0100 rene  r265812 : add make (dis)clean; force /bin/sh as we source *Enc.Set.sh 2008-12-27 01:16:31 +0100 rene  r265811 : fix makefile.rc for config.*/config_office move 2008-12-26 22:37:54 +0100 rene  r265810 : #i91641# in some cases, we also need the -Xbootclasspath at the second javac call 2008-12-26 17:55:11 +0100 rene  r265806 : actually commit Makefile.in 2008-12-25 19:24:24 +0100 rene  r265803 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@265758 (milestone: DEV300:m38) 2008-12-10 22:51:06 +0100 rene  r265232 : #i96912# revert, cws swffixes02 has the right fix 2008-12-08 18:47:10 +0100 rene  r265014 : xulrunner has no /plugin or /nspr 2008-12-08 17:51:28 +0100 rene  r265013 : i96912# fix --with-system-mozilla 2008-12-05 13:05:55 +0100 rene  r264903 : #i95339# 2008-12-04 17:53:53 +0100 rene  r264865 : fix merge error #i80238# add help for --with-epm 2008-12-04 17:44:28 +0100 rene  r264864 : #i91641# fix build with JDKs already including a version of rhino which conflicts with our ancient one 2008-12-04 17:40:48 +0100 rene  r264863 : i93429# check for sanity for expand.exe 2008-12-04 17:34:20 +0100 rene  r264862 : config_office changes from m33 to m37 2008-12-04 17:28:55 +0100 rene  r264861 : CWS-TOOLING: rebase CWS configuretoplevel to trunk@264807 (milestone: DEV300:m37) 2008-12-04 16:49:03 +0100 rene  r264856 : fix cws. part 5 2008-12-04 16:45:06 +0100 rene  r264855 : fix cws, part 4 2008-12-04 16:01:49 +0100 rene  r264850 : fix cws, part 3 2008-12-04 15:14:12 +0100 rene  r264848 : fix cws, part 2

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [259ca3fe08291a243b2232a5d5ec2d8600bfe8a7]

        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>  [87379bf050e6c7eda237cf3d5023e6105d0c8444]

        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>  [f554cbf974906bcaa6cc78ee5cef2e60ffdf15d0]

        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>  [df3e716b3c4313d9c495c64aa7d84082fb9596e7]

        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>  [fc06a004ec783f4a6718444c235c622784bf81ea]

        CWS-TOOLING: integrate CWS sw31bf03 2008-12-23 13:29:53 +0100 od  r265778 : #i95626# method <SwRootFrm::GetCrsrOfst(..)> 	 - special handling, if given search coordination point 	   is beyond the root frame's area. 2008-12-22 15:46:13 +0100 od  r265753 : #i95698# method <SwFrm::GetPrevSctLeaf(..)> 	 - step into table allowed, if section the <this> frame is in, 	   is also inside a table. 2008-12-22 11:29:56 +0100 od  r265746 : #i83368# Assure that graphic inside table inside text frame inside table 	 is enclosed into own Writer fly frame nodes

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [9e1d27a380a4d415152e9cd7bf533f19ba79cef0]

        CWS-TOOLING: integrate CWS sjfixes10 2009-01-15 14:02:24 +0100 af  r266369 : #i88851# Finding the right font size is now an iterative process. 2009-01-15 11:01:59 +0100 wg  r266354 : i97985 2009-01-15 10:57:33 +0100 wg  r266353 : i97985 2009-01-15 10:48:53 +0100 wg  r266347 : i97985 2009-01-15 10:48:23 +0100 wg  r266346 : i97985 2009-01-15 10:46:47 +0100 wg  r266345 : i97985 2009-01-15 10:45:43 +0100 wg  r266344 : i97985 2009-01-15 10:45:14 +0100 wg  r266343 : i97985 2009-01-15 10:44:38 +0100 wg  r266342 : i97985 2009-01-15 10:43:56 +0100 wg  r266341 : i97985 2009-01-15 10:42:50 +0100 wg  r266340 : i97985 2009-01-15 10:41:40 +0100 wg  r266339 : i97985 2009-01-15 10:39:46 +0100 wg  r266337 : i97985 2009-01-15 10:00:09 +0100 hde  r266336 : i98065 2009-01-13 15:48:20 +0100 wg  r266232 : i97985 2009-01-13 13:22:05 +0100 wg  r266217 : i97985 2009-01-13 12:34:05 +0100 wg  r266210 : i97985 2009-01-13 12:30:56 +0100 wg  r266209 : i97985 2009-01-13 12:26:56 +0100 wg  r266208 : i97985 2009-01-12 15:58:06 +0100 wg  r266165 : i97985 2009-01-12 15:43:24 +0100 wg  r266163 : i97985 2009-01-08 16:21:47 +0100 sj  r266023 : fixed warning 2009-01-08 15:33:34 +0100 sj  r266017 : fixed warning 2009-01-06 18:13:42 +0100 sj  r265935 : CWS-TOOLING: rebase CWS sjfixes10 to trunk@265758 (milestone: DEV300:m38) 2008-12-10 16:54:02 +0100 af  r265206 : #i43354# Do not delete all unused master pages automatically. 2008-12-04 13:12:50 +0100 af  r264836 : #i92795# Use BitmapEx for icons to allow transparency. 2008-12-02 17:01:49 +0100 af  r264723 : #i93082# Fixed SID_INSERTPAGE_LAYOUT_MENU. 2008-11-28 14:37:28 +0100 af  r264555 : #i88851# Changed association of Ctrl-'?' to views. 2008-11-28 11:38:52 +0100 af  r264535 : #i96681# Set version to 1.0.2 2008-11-28 11:30:04 +0100 af  r264533 : #i88851# Ctrl-1,2,3 switch to slide overview, notes, normal view. 2008-11-27 16:41:25 +0100 af  r264505 : #i92144# Removed unused code. 2008-11-26 15:29:56 +0100 af  r264401 : #i92574# Do not lock configuration controller when main pane is not available. 2008-11-21 10:13:40 +0100 sj  r264112 : #i96146# applied patch (ambiguous && ||) 2008-11-20 20:12:06 +0100 sj  r264097 : #i96083# applied patch (ambigous && ||) 2008-11-20 19:13:53 +0100 sj  r264096 : #i96163# applied patch (ambigous && ||) 2008-11-20 18:39:10 +0100 sj  r264093 : #i96165# applied patch (ambigous && ||) 2008-11-03 18:12:29 +0100 sj  r263303 : #i93996# fixed word wrapping problem 2008-11-03 18:11:02 +0100 sj  r263302 : #i93996# fixed word wrapping problem 2008-11-03 18:08:41 +0100 sj  r263301 : #i93996# fixed word wrapping problem 2008-11-03 18:06:45 +0100 sj  r263300 : #i93996# fixed word wrapping problem 2008-11-03 18:05:00 +0100 sj  r263299 : #i94831,i93616# fixed crash when importing diagonal cell border lines, fixed table import 2008-11-03 18:00:43 +0100 sj  r263298 : #i93718# spellchecking is no longer triggering the autolayout of connector objects

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [3824483c6eb95bf337c987f41d35b227a8b7c119]

        CWS-TOOLING: integrate CWS sjfixes10 2009-01-15 14:02:24 +0100 af  r266369 : #i88851# Finding the right font size is now an iterative process. 2009-01-15 11:01:59 +0100 wg  r266354 : i97985 2009-01-15 10:57:33 +0100 wg  r266353 : i97985 2009-01-15 10:48:53 +0100 wg  r266347 : i97985 2009-01-15 10:48:23 +0100 wg  r266346 : i97985 2009-01-15 10:46:47 +0100 wg  r266345 : i97985 2009-01-15 10:45:43 +0100 wg  r266344 : i97985 2009-01-15 10:45:14 +0100 wg  r266343 : i97985 2009-01-15 10:44:38 +0100 wg  r266342 : i97985 2009-01-15 10:43:56 +0100 wg  r266341 : i97985 2009-01-15 10:42:50 +0100 wg  r266340 : i97985 2009-01-15 10:41:40 +0100 wg  r266339 : i97985 2009-01-15 10:39:46 +0100 wg  r266337 : i97985 2009-01-15 10:00:09 +0100 hde  r266336 : i98065 2009-01-13 15:48:20 +0100 wg  r266232 : i97985 2009-01-13 13:22:05 +0100 wg  r266217 : i97985 2009-01-13 12:34:05 +0100 wg  r266210 : i97985 2009-01-13 12:30:56 +0100 wg  r266209 : i97985 2009-01-13 12:26:56 +0100 wg  r266208 : i97985 2009-01-12 15:58:06 +0100 wg  r266165 : i97985 2009-01-12 15:43:24 +0100 wg  r266163 : i97985 2009-01-08 16:21:47 +0100 sj  r266023 : fixed warning 2009-01-08 15:33:34 +0100 sj  r266017 : fixed warning 2009-01-06 18:13:42 +0100 sj  r265935 : CWS-TOOLING: rebase CWS sjfixes10 to trunk@265758 (milestone: DEV300:m38) 2008-12-10 16:54:02 +0100 af  r265206 : #i43354# Do not delete all unused master pages automatically. 2008-12-04 13:12:50 +0100 af  r264836 : #i92795# Use BitmapEx for icons to allow transparency. 2008-12-02 17:01:49 +0100 af  r264723 : #i93082# Fixed SID_INSERTPAGE_LAYOUT_MENU. 2008-11-28 14:37:28 +0100 af  r264555 : #i88851# Changed association of Ctrl-'?' to views. 2008-11-28 11:38:52 +0100 af  r264535 : #i96681# Set version to 1.0.2 2008-11-28 11:30:04 +0100 af  r264533 : #i88851# Ctrl-1,2,3 switch to slide overview, notes, normal view. 2008-11-27 16:41:25 +0100 af  r264505 : #i92144# Removed unused code. 2008-11-26 15:29:56 +0100 af  r264401 : #i92574# Do not lock configuration controller when main pane is not available. 2008-11-21 10:13:40 +0100 sj  r264112 : #i96146# applied patch (ambiguous && ||) 2008-11-20 20:12:06 +0100 sj  r264097 : #i96083# applied patch (ambigous && ||) 2008-11-20 19:13:53 +0100 sj  r264096 : #i96163# applied patch (ambigous && ||) 2008-11-20 18:39:10 +0100 sj  r264093 : #i96165# applied patch (ambigous && ||) 2008-11-03 18:12:29 +0100 sj  r263303 : #i93996# fixed word wrapping problem 2008-11-03 18:11:02 +0100 sj  r263302 : #i93996# fixed word wrapping problem 2008-11-03 18:08:41 +0100 sj  r263301 : #i93996# fixed word wrapping problem 2008-11-03 18:06:45 +0100 sj  r263300 : #i93996# fixed word wrapping problem 2008-11-03 18:05:00 +0100 sj  r263299 : #i94831,i93616# fixed crash when importing diagonal cell border lines, fixed table import 2008-11-03 18:00:43 +0100 sj  r263298 : #i93718# spellchecking is no longer triggering the autolayout of connector objects

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [2540371688363897d184e248f6f84396b1ca6ff9]

        CWS-TOOLING: integrate CWS sjfixes10 2009-01-15 14:02:24 +0100 af  r266369 : #i88851# Finding the right font size is now an iterative process. 2009-01-15 11:01:59 +0100 wg  r266354 : i97985 2009-01-15 10:57:33 +0100 wg  r266353 : i97985 2009-01-15 10:48:53 +0100 wg  r266347 : i97985 2009-01-15 10:48:23 +0100 wg  r266346 : i97985 2009-01-15 10:46:47 +0100 wg  r266345 : i97985 2009-01-15 10:45:43 +0100 wg  r266344 : i97985 2009-01-15 10:45:14 +0100 wg  r266343 : i97985 2009-01-15 10:44:38 +0100 wg  r266342 : i97985 2009-01-15 10:43:56 +0100 wg  r266341 : i97985 2009-01-15 10:42:50 +0100 wg  r266340 : i97985 2009-01-15 10:41:40 +0100 wg  r266339 : i97985 2009-01-15 10:39:46 +0100 wg  r266337 : i97985 2009-01-15 10:00:09 +0100 hde  r266336 : i98065 2009-01-13 15:48:20 +0100 wg  r266232 : i97985 2009-01-13 13:22:05 +0100 wg  r266217 : i97985 2009-01-13 12:34:05 +0100 wg  r266210 : i97985 2009-01-13 12:30:56 +0100 wg  r266209 : i97985 2009-01-13 12:26:56 +0100 wg  r266208 : i97985 2009-01-12 15:58:06 +0100 wg  r266165 : i97985 2009-01-12 15:43:24 +0100 wg  r266163 : i97985 2009-01-08 16:21:47 +0100 sj  r266023 : fixed warning 2009-01-08 15:33:34 +0100 sj  r266017 : fixed warning 2009-01-06 18:13:42 +0100 sj  r265935 : CWS-TOOLING: rebase CWS sjfixes10 to trunk@265758 (milestone: DEV300:m38) 2008-12-10 16:54:02 +0100 af  r265206 : #i43354# Do not delete all unused master pages automatically. 2008-12-04 13:12:50 +0100 af  r264836 : #i92795# Use BitmapEx for icons to allow transparency. 2008-12-02 17:01:49 +0100 af  r264723 : #i93082# Fixed SID_INSERTPAGE_LAYOUT_MENU. 2008-11-28 14:37:28 +0100 af  r264555 : #i88851# Changed association of Ctrl-'?' to views. 2008-11-28 11:38:52 +0100 af  r264535 : #i96681# Set version to 1.0.2 2008-11-28 11:30:04 +0100 af  r264533 : #i88851# Ctrl-1,2,3 switch to slide overview, notes, normal view. 2008-11-27 16:41:25 +0100 af  r264505 : #i92144# Removed unused code. 2008-11-26 15:29:56 +0100 af  r264401 : #i92574# Do not lock configuration controller when main pane is not available. 2008-11-21 10:13:40 +0100 sj  r264112 : #i96146# applied patch (ambiguous && ||) 2008-11-20 20:12:06 +0100 sj  r264097 : #i96083# applied patch (ambigous && ||) 2008-11-20 19:13:53 +0100 sj  r264096 : #i96163# applied patch (ambigous && ||) 2008-11-20 18:39:10 +0100 sj  r264093 : #i96165# applied patch (ambigous && ||) 2008-11-03 18:12:29 +0100 sj  r263303 : #i93996# fixed word wrapping problem 2008-11-03 18:11:02 +0100 sj  r263302 : #i93996# fixed word wrapping problem 2008-11-03 18:08:41 +0100 sj  r263301 : #i93996# fixed word wrapping problem 2008-11-03 18:06:45 +0100 sj  r263300 : #i93996# fixed word wrapping problem 2008-11-03 18:05:00 +0100 sj  r263299 : #i94831,i93616# fixed crash when importing diagonal cell border lines, fixed table import 2008-11-03 18:00:43 +0100 sj  r263298 : #i93718# spellchecking is no longer triggering the autolayout of connector objects

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [da2cac30aada8a34b7edfe56298fd873e1cd3d71]

        CWS-TOOLING: integrate CWS sjfixes10 2009-01-15 14:02:24 +0100 af  r266369 : #i88851# Finding the right font size is now an iterative process. 2009-01-15 11:01:59 +0100 wg  r266354 : i97985 2009-01-15 10:57:33 +0100 wg  r266353 : i97985 2009-01-15 10:48:53 +0100 wg  r266347 : i97985 2009-01-15 10:48:23 +0100 wg  r266346 : i97985 2009-01-15 10:46:47 +0100 wg  r266345 : i97985 2009-01-15 10:45:43 +0100 wg  r266344 : i97985 2009-01-15 10:45:14 +0100 wg  r266343 : i97985 2009-01-15 10:44:38 +0100 wg  r266342 : i97985 2009-01-15 10:43:56 +0100 wg  r266341 : i97985 2009-01-15 10:42:50 +0100 wg  r266340 : i97985 2009-01-15 10:41:40 +0100 wg  r266339 : i97985 2009-01-15 10:39:46 +0100 wg  r266337 : i97985 2009-01-15 10:00:09 +0100 hde  r266336 : i98065 2009-01-13 15:48:20 +0100 wg  r266232 : i97985 2009-01-13 13:22:05 +0100 wg  r266217 : i97985 2009-01-13 12:34:05 +0100 wg  r266210 : i97985 2009-01-13 12:30:56 +0100 wg  r266209 : i97985 2009-01-13 12:26:56 +0100 wg  r266208 : i97985 2009-01-12 15:58:06 +0100 wg  r266165 : i97985 2009-01-12 15:43:24 +0100 wg  r266163 : i97985 2009-01-08 16:21:47 +0100 sj  r266023 : fixed warning 2009-01-08 15:33:34 +0100 sj  r266017 : fixed warning 2009-01-06 18:13:42 +0100 sj  r265935 : CWS-TOOLING: rebase CWS sjfixes10 to trunk@265758 (milestone: DEV300:m38) 2008-12-10 16:54:02 +0100 af  r265206 : #i43354# Do not delete all unused master pages automatically. 2008-12-04 13:12:50 +0100 af  r264836 : #i92795# Use BitmapEx for icons to allow transparency. 2008-12-02 17:01:49 +0100 af  r264723 : #i93082# Fixed SID_INSERTPAGE_LAYOUT_MENU. 2008-11-28 14:37:28 +0100 af  r264555 : #i88851# Changed association of Ctrl-'?' to views. 2008-11-28 11:38:52 +0100 af  r264535 : #i96681# Set version to 1.0.2 2008-11-28 11:30:04 +0100 af  r264533 : #i88851# Ctrl-1,2,3 switch to slide overview, notes, normal view. 2008-11-27 16:41:25 +0100 af  r264505 : #i92144# Removed unused code. 2008-11-26 15:29:56 +0100 af  r264401 : #i92574# Do not lock configuration controller when main pane is not available. 2008-11-21 10:13:40 +0100 sj  r264112 : #i96146# applied patch (ambiguous && ||) 2008-11-20 20:12:06 +0100 sj  r264097 : #i96083# applied patch (ambigous && ||) 2008-11-20 19:13:53 +0100 sj  r264096 : #i96163# applied patch (ambigous && ||) 2008-11-20 18:39:10 +0100 sj  r264093 : #i96165# applied patch (ambigous && ||) 2008-11-03 18:12:29 +0100 sj  r263303 : #i93996# fixed word wrapping problem 2008-11-03 18:11:02 +0100 sj  r263302 : #i93996# fixed word wrapping problem 2008-11-03 18:08:41 +0100 sj  r263301 : #i93996# fixed word wrapping problem 2008-11-03 18:06:45 +0100 sj  r263300 : #i93996# fixed word wrapping problem 2008-11-03 18:05:00 +0100 sj  r263299 : #i94831,i93616# fixed crash when importing diagonal cell border lines, fixed table import 2008-11-03 18:00:43 +0100 sj  r263298 : #i93718# spellchecking is no longer triggering the autolayout of connector objects

2009-01-21  Vladimir Glazounov  <vg@openoffice.org>  [37f9344d7df9ccbfa36bca2164a6508a6f2f808d]

        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-21  Vladimir Glazounov  <vg@openoffice.org>  [dde7a5a605a6f615bb05249e1be3d9d4c8c22e88]

        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-21  Vladimir Glazounov  <vg@openoffice.org>  [ec52c12676bb2c7e4b7c61d13b60a8cfba0b53fc]

        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-21  Vladimir Glazounov  <vg@openoffice.org>  [c7cbb43e3de1a68334f4f62d7426a701ce7038d8]

        CWS-TOOLING: integrate CWS rtlchart03 2009-01-08 16:18:26 +0100 iha  r266022 : build error due to warnings 2009-01-07 12:05:50 +0100 iha  r265958 : #i91970# RTL Chart: legend symbols should be on the right side in case of right-to-left writing direction 2009-01-05 15:47:13 +0100 iha  r265876 : CWS-TOOLING: rebase CWS rtlchart03 to trunk@265758 (milestone: DEV300:m38) 2008-11-26 20:45:14 +0100 iha  r264434 : CWS-TOOLING: rebase CWS rtlchart03 to trunk@264325 (milestone: DEV300:m36) 2008-11-20 10:08:30 +0100 iha  r264033 : #i91968#:legend should be on the left per default in rtl mode - migrate CWS rtlchart03 to SVN. 2008-11-20 10:03:10 +0100 iha  r264032 : #i96215#: context menu pops up at wrong position in rtl mode - migrate CWS rtlchart03 to SVN. 2008-11-20 10:00:45 +0100 iha  r264031 : #i91763#: repaint errors on rtl charts - migrate CWS rtlchart03 to SVN. 2008-11-20 09:42:50 +0100 iha  r264029 : #i91963#: reverse x-axis per default for an Arabic version- migrate CWS rtlchart03 to SVN.

2009-01-21  René Engelhard  <rene@openoffice.org>  [49d6e29a9b85af16437cccaef3f5aa47ccd43522]

        #i10000# integration missed this file

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [ecff07abeeb54ccf0b42aa7a6acd6d7074d261c7]

        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>  [49431762cd38fc917dd58ba1eeaf14f6a26ea76a]

        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>  [b38a5bc3e85aa1bef61cb4cafd58ba1c09c752e3]

        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>  [0c2b81b34d795bf005a464d6617bcf7d7a841fc5]

        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>  [024e577dc34f1a978dadf4ad82b8ea45fd81de07]

        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>  [5f5edd395bec577fed6e3ae936e70c6cfaa726f7]

        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>  [6b93c0a462a295cfc566dcc4ccb427ce68e470ed]

        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>  [314e33493a9f3ea455fc2aead0d1b0fd683db2be]

        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>  [5d675f273cf524130394fe594f62c201e25ac4cd]

        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>  [4cd7a9b5d6262abdacf92e61793620a4eadf84f5]

        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>  [69922d084a8ec344c263c26101b7f86c2547885f]

        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>  [ef6cb13a304ed22d5cf22b7ccf623693d6be8726]

        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>  [52bae175c7fc9b95cbb16960335310a0be1e42f6]

        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>  [1d730017c11b05ef15268daa979bdea6ea22387c]

        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  Rüdiger Timm  <rt@openoffice.org>  [13a6e213bb80bbcedc1e38e5d10d8599e5ba4ec5]

        #i10000# Work around incapability of 'pkgmk' to handle large files system.

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [ad842f667590570ad87f56db94fcff904106fd0d]

        CWS-TOOLING: integrate CWS hb15 2008-12-17 11:44:54 +0100 hbrinkm  r265588 : #i93874# test for NULL pointers 2008-12-10 08:18:29 +0100 hbrinkm  r265145 : #i96746# applied patch 2008-12-09 17:51:56 +0100 hbrinkm  r265125 : changes to compile after rebase to DEV300_m37 2008-12-07 23:21:00 +0100 hbrinkm  r264968 : CWS-TOOLING: rebase CWS hb15 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 15:32:14 +0100 hbrinkm  r264793 : #i90419# SwRTFParser::ReadFly do not read before beginning of array of flyframes 2008-12-03 15:16:54 +0100 hbrinkm  r264792 : #i81135# SwRTFWriter::CheckEndNodeForSection: do not output page description inside a pagedescription 2008-12-03 14:03:02 +0100 hbrinkm  r264772 : #i80710# make SwTableNode a SwModify 2008-12-03 14:02:41 +0100 hbrinkm  r264771 : #i80710# make SwTableNode a SwModify 2008-11-28 20:36:17 +0100 hbrinkm  r264572 : #i62223# prevent loop by counter 2008-11-28 18:53:23 +0100 hbrinkm  r264571 : #158799# InsertedTablesManager::DelAndMakeTblFrms: only call DellFrms/MakeFrms if table has SwFrmFmt

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [ed6838e535ad6214d39b8a97a72dd93f46ad45bd]

        CWS-TOOLING: integrate CWS hb15 2008-12-17 11:44:54 +0100 hbrinkm  r265588 : #i93874# test for NULL pointers 2008-12-10 08:18:29 +0100 hbrinkm  r265145 : #i96746# applied patch 2008-12-09 17:51:56 +0100 hbrinkm  r265125 : changes to compile after rebase to DEV300_m37 2008-12-07 23:21:00 +0100 hbrinkm  r264968 : CWS-TOOLING: rebase CWS hb15 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 15:32:14 +0100 hbrinkm  r264793 : #i90419# SwRTFParser::ReadFly do not read before beginning of array of flyframes 2008-12-03 15:16:54 +0100 hbrinkm  r264792 : #i81135# SwRTFWriter::CheckEndNodeForSection: do not output page description inside a pagedescription 2008-12-03 14:03:02 +0100 hbrinkm  r264772 : #i80710# make SwTableNode a SwModify 2008-12-03 14:02:41 +0100 hbrinkm  r264771 : #i80710# make SwTableNode a SwModify 2008-11-28 20:36:17 +0100 hbrinkm  r264572 : #i62223# prevent loop by counter 2008-11-28 18:53:23 +0100 hbrinkm  r264571 : #158799# InsertedTablesManager::DelAndMakeTblFrms: only call DellFrms/MakeFrms if table has SwFrmFmt

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [12214aaae3fb53ae0da2715d216e1ae192607147]

        #266585# missig file from fixgengal_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [146bf404fa85e92c400c307081ed9ed4b146a928]

        CWS-TOOLING: integrate CWS os124 2009-01-13 07:55:10 +0100 os  r266195 : build error fixed 2009-01-12 17:56:41 +0100 os  r266176 : CWS-TOOLING: rebase CWS os124 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 15:24:28 +0100 os  r265819 : #i97456# build error with PCH fixed 2008-12-29 15:12:28 +0100 os  r265818 : #i97388# minimum values set for char width and text size 2008-12-29 10:22:09 +0100 os  r265815 : #i94820# date fields imported with the correct type 2008-12-23 14:51:15 +0100 os  r265783 : #ii97295# force shell update before inserting frmame or picture on click to field 2008-12-23 13:31:42 +0100 os  r265779 : #i92817# annotation workaround added 2008-12-23 11:44:05 +0100 os  r265776 : #i92817# import of annotation added 2008-12-23 11:42:22 +0100 os  r265775 : #i92817# draw model needs to be created before creation of an Outliner 2008-12-23 08:49:13 +0100 os  r265770 : #i97436#loading of documents in the wizard should only enable the second wizard page 2008-12-22 11:40:26 +0100 os  r265750 : collect and set TableBorder property - currently not correctly processed in Writer 2008-12-18 16:31:38 +0100 os  r265704 : #i97397# table/cell/paragraph background improved# 2008-12-10 14:36:00 +0100 os  r265188 : #i30490# minimum decreased for fixed line spacing 2008-12-10 14:33:05 +0100 os  r265186 : #i30490# minimum decreased for fixed line spacing

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [e6ab880f5d025fc889b829f463c34dd797db8fd5]

        CWS-TOOLING: integrate CWS os124 2009-01-13 07:55:10 +0100 os  r266195 : build error fixed 2009-01-12 17:56:41 +0100 os  r266176 : CWS-TOOLING: rebase CWS os124 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 15:24:28 +0100 os  r265819 : #i97456# build error with PCH fixed 2008-12-29 15:12:28 +0100 os  r265818 : #i97388# minimum values set for char width and text size 2008-12-29 10:22:09 +0100 os  r265815 : #i94820# date fields imported with the correct type 2008-12-23 14:51:15 +0100 os  r265783 : #ii97295# force shell update before inserting frmame or picture on click to field 2008-12-23 13:31:42 +0100 os  r265779 : #i92817# annotation workaround added 2008-12-23 11:44:05 +0100 os  r265776 : #i92817# import of annotation added 2008-12-23 11:42:22 +0100 os  r265775 : #i92817# draw model needs to be created before creation of an Outliner 2008-12-23 08:49:13 +0100 os  r265770 : #i97436#loading of documents in the wizard should only enable the second wizard page 2008-12-22 11:40:26 +0100 os  r265750 : collect and set TableBorder property - currently not correctly processed in Writer 2008-12-18 16:31:38 +0100 os  r265704 : #i97397# table/cell/paragraph background improved# 2008-12-10 14:36:00 +0100 os  r265188 : #i30490# minimum decreased for fixed line spacing 2008-12-10 14:33:05 +0100 os  r265186 : #i30490# minimum decreased for fixed line spacing

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [3bba5d8406414b8abd9ae41d1821b606ad475a06]

        CWS-TOOLING: integrate CWS os124 2009-01-13 07:55:10 +0100 os  r266195 : build error fixed 2009-01-12 17:56:41 +0100 os  r266176 : CWS-TOOLING: rebase CWS os124 to trunk@265758 (milestone: DEV300:m38) 2008-12-29 15:24:28 +0100 os  r265819 : #i97456# build error with PCH fixed 2008-12-29 15:12:28 +0100 os  r265818 : #i97388# minimum values set for char width and text size 2008-12-29 10:22:09 +0100 os  r265815 : #i94820# date fields imported with the correct type 2008-12-23 14:51:15 +0100 os  r265783 : #ii97295# force shell update before inserting frmame or picture on click to field 2008-12-23 13:31:42 +0100 os  r265779 : #i92817# annotation workaround added 2008-12-23 11:44:05 +0100 os  r265776 : #i92817# import of annotation added 2008-12-23 11:42:22 +0100 os  r265775 : #i92817# draw model needs to be created before creation of an Outliner 2008-12-23 08:49:13 +0100 os  r265770 : #i97436#loading of documents in the wizard should only enable the second wizard page 2008-12-22 11:40:26 +0100 os  r265750 : collect and set TableBorder property - currently not correctly processed in Writer 2008-12-18 16:31:38 +0100 os  r265704 : #i97397# table/cell/paragraph background improved# 2008-12-10 14:36:00 +0100 os  r265188 : #i30490# minimum decreased for fixed line spacing 2008-12-10 14:33:05 +0100 os  r265186 : #i30490# minimum decreased for fixed line spacing

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [01b4014ac216d3316b41c1a515c60a87f93c975e]

        CWS-TOOLING: integrate CWS obo35_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [5fca669b4292bc8ff92b3d863a00ecde2ba69f8d]

        CWS-TOOLING: integrate CWS fixgengal_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [951eab7eef7f9a01b0c6fa3944cc7dc3af3ccdb9]

        CWS-TOOLING: integrate CWS fixgengal_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [9ab94d9b265acc62de87012b98374efdc1ee5534]

        #98242# fix for buildbreaker

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [9d93e3e2fb7d8fe84835ce21e50c25cb16b318bf]

        CWS-TOOLING: integrate CWS hro41_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [2e7644ecb37379b0d54c7dec03a7fc6f3f1a6f27]

        CWS-TOOLING: integrate CWS m14scriptfix_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [9160fe814a46e93da6907e169ce9d58e46fa37f2]

        CWS-TOOLING: integrate CWS tl64_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [25f1da1edcb27ea5b6558cca9b453a9d59127e48]

        CWS-TOOLING: integrate CWS tl64_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [3093e9cc7b8bda8299f6d9e97be7723d3614f2f8]

        CWS-TOOLING: integrate CWS native214 2009-01-05 16:05:30 +0100 is  r265877 : #i97060# version number 3.1 instead of 3.0 2009-01-05 14:02:05 +0100 is  r265868 : #i97060# 3.1 also for slackware packages 2008-12-15 13:47:31 +0100 is  r265482 : #i94714# adding string 2008-12-15 10:40:59 +0100 is  r265464 : #i94746# math.desktop for all products 2008-12-12 14:31:01 +0100 is  r265418 : #i94871# adjust image for dmg file 2008-12-12 13:02:05 +0100 is  r265409 : #i92038# avoiding sending mails to root 2008-12-12 12:43:58 +0100 is  r265408 : #158469# removing registry entries for wps and ichitaro 2008-12-12 12:36:13 +0100 is  r265407 : #i95257# adding Mongolian as nsis language 2008-12-11 15:59:57 +0100 is  r265325 : #89742# fixing typo 2008-12-11 15:54:43 +0100 is  r265324 : #i89732# minor string fixes 2008-12-11 15:35:29 +0100 is  r265320 : #i97060# gnome also for user installation required 2008-12-11 12:34:36 +0100 is  r265283 : #i96575# removing superfluous dependencies 2008-12-10 15:31:04 +0100 is  r265196 : #i96306# adding Gaelic 2008-12-10 14:35:28 +0100 is  r265187 : #i94776# ure version 1.5 2008-12-10 11:40:47 +0100 is  r265161 : #158920# new extension process 2008-12-10 11:38:46 +0100 is  r265160 : #158920# new extension process 2008-12-10 11:37:32 +0100 is  r265159 : #158920# new extension process 2008-12-09 13:05:20 +0100 is  r265077 : #i94453# longer textbox 2008-12-09 12:41:35 +0100 is  r265076 : #i97060# setting version 3.1.0

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [2e6e0e46deb5d2bc44ce274e8e9556a0480ebe7e]

        CWS-TOOLING: integrate CWS native214 2009-01-05 16:05:30 +0100 is  r265877 : #i97060# version number 3.1 instead of 3.0 2009-01-05 14:02:05 +0100 is  r265868 : #i97060# 3.1 also for slackware packages 2008-12-15 13:47:31 +0100 is  r265482 : #i94714# adding string 2008-12-15 10:40:59 +0100 is  r265464 : #i94746# math.desktop for all products 2008-12-12 14:31:01 +0100 is  r265418 : #i94871# adjust image for dmg file 2008-12-12 13:02:05 +0100 is  r265409 : #i92038# avoiding sending mails to root 2008-12-12 12:43:58 +0100 is  r265408 : #158469# removing registry entries for wps and ichitaro 2008-12-12 12:36:13 +0100 is  r265407 : #i95257# adding Mongolian as nsis language 2008-12-11 15:59:57 +0100 is  r265325 : #89742# fixing typo 2008-12-11 15:54:43 +0100 is  r265324 : #i89732# minor string fixes 2008-12-11 15:35:29 +0100 is  r265320 : #i97060# gnome also for user installation required 2008-12-11 12:34:36 +0100 is  r265283 : #i96575# removing superfluous dependencies 2008-12-10 15:31:04 +0100 is  r265196 : #i96306# adding Gaelic 2008-12-10 14:35:28 +0100 is  r265187 : #i94776# ure version 1.5 2008-12-10 11:40:47 +0100 is  r265161 : #158920# new extension process 2008-12-10 11:38:46 +0100 is  r265160 : #158920# new extension process 2008-12-10 11:37:32 +0100 is  r265159 : #158920# new extension process 2008-12-09 13:05:20 +0100 is  r265077 : #i94453# longer textbox 2008-12-09 12:41:35 +0100 is  r265076 : #i97060# setting version 3.1.0

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [7fec20e7817f64f3c6126612c74dcf756e636c22]

        CWS-TOOLING: integrate CWS native214 2009-01-05 16:05:30 +0100 is  r265877 : #i97060# version number 3.1 instead of 3.0 2009-01-05 14:02:05 +0100 is  r265868 : #i97060# 3.1 also for slackware packages 2008-12-15 13:47:31 +0100 is  r265482 : #i94714# adding string 2008-12-15 10:40:59 +0100 is  r265464 : #i94746# math.desktop for all products 2008-12-12 14:31:01 +0100 is  r265418 : #i94871# adjust image for dmg file 2008-12-12 13:02:05 +0100 is  r265409 : #i92038# avoiding sending mails to root 2008-12-12 12:43:58 +0100 is  r265408 : #158469# removing registry entries for wps and ichitaro 2008-12-12 12:36:13 +0100 is  r265407 : #i95257# adding Mongolian as nsis language 2008-12-11 15:59:57 +0100 is  r265325 : #89742# fixing typo 2008-12-11 15:54:43 +0100 is  r265324 : #i89732# minor string fixes 2008-12-11 15:35:29 +0100 is  r265320 : #i97060# gnome also for user installation required 2008-12-11 12:34:36 +0100 is  r265283 : #i96575# removing superfluous dependencies 2008-12-10 15:31:04 +0100 is  r265196 : #i96306# adding Gaelic 2008-12-10 14:35:28 +0100 is  r265187 : #i94776# ure version 1.5 2008-12-10 11:40:47 +0100 is  r265161 : #158920# new extension process 2008-12-10 11:38:46 +0100 is  r265160 : #158920# new extension process 2008-12-10 11:37:32 +0100 is  r265159 : #158920# new extension process 2008-12-09 13:05:20 +0100 is  r265077 : #i94453# longer textbox 2008-12-09 12:41:35 +0100 is  r265076 : #i97060# setting version 3.1.0

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [1f8a54c6e0c059234c5e867979e90a1f0ef96b9d]

        CWS-TOOLING: integrate CWS ooo301gsl4_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [ebc69cc660b95e8a5b07bdd6c169ba0e38749d89]

        CWS-TOOLING: integrate CWS ooo301gsl4_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [9c2ff0c6459c876c9e44d398922e1ff728458cd6]

        CWS-TOOLING: integrate CWS native217_DEV300

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [bb490edf4371d7a792a3fb4d7ac9dd0abed129f8]

        CWS-TOOLING: integrate CWS selinux01 2009-01-13 12:54:38 +0100 cmc  r266213 : #i97320# might as well be silent if we fallback 2009-01-07 11:17:16 +0100 cmc  r265957 : #i97320# use a double-mmap of an anonymous file under linux to keep onside of selinux

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [182c39b72e328402825f66dcfcea18256bfa5288]

        CWS-TOOLING: integrate CWS cloph12 2009-01-13 18:36:51 +0100 cloph  r266245 : #i98008# add back the XSLTLIB exports - used when using the internal libxslt (patched xslt-config that uses that var) 2009-01-13 01:51:56 +0100 cloph  r266186 : #i97928# missed hu_HU in the initial commit 2009-01-12 22:45:02 +0100 cloph  r266183 : #i98008# remove unused XSLTLIB exports 2009-01-12 00:30:16 +0100 cloph  r266130 : #i97928# silence timestamp has not been update warning, reduce number of unzip calls 2009-01-11 22:02:28 +0100 cloph  r266129 : #i80368# fix ambiguous inference chains, remove duplicated license files, minor other cleanup

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [4b723a6a5dcff166a2e89d54563406ca916d242f]

        CWS-TOOLING: integrate CWS cloph12 2009-01-13 18:36:51 +0100 cloph  r266245 : #i98008# add back the XSLTLIB exports - used when using the internal libxslt (patched xslt-config that uses that var) 2009-01-13 01:51:56 +0100 cloph  r266186 : #i97928# missed hu_HU in the initial commit 2009-01-12 22:45:02 +0100 cloph  r266183 : #i98008# remove unused XSLTLIB exports 2009-01-12 00:30:16 +0100 cloph  r266130 : #i97928# silence timestamp has not been update warning, reduce number of unzip calls 2009-01-11 22:02:28 +0100 cloph  r266129 : #i80368# fix ambiguous inference chains, remove duplicated license files, minor other cleanup

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [11a43e5303fc470fb92b7a3e4d3faf79a009047c]

        CWS-TOOLING: integrate CWS cloph12 2009-01-13 18:36:51 +0100 cloph  r266245 : #i98008# add back the XSLTLIB exports - used when using the internal libxslt (patched xslt-config that uses that var) 2009-01-13 01:51:56 +0100 cloph  r266186 : #i97928# missed hu_HU in the initial commit 2009-01-12 22:45:02 +0100 cloph  r266183 : #i98008# remove unused XSLTLIB exports 2009-01-12 00:30:16 +0100 cloph  r266130 : #i97928# silence timestamp has not been update warning, reduce number of unzip calls 2009-01-11 22:02:28 +0100 cloph  r266129 : #i80368# fix ambiguous inference chains, remove duplicated license files, minor other cleanup

2009-01-20  Vladimir Glazounov  <vg@openoffice.org>  [13af36d726c41246512b4b65898a03611e4ac1e1]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [fb1124769557b75935a40a75faca01a343ca94e4]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [9c332faccc262cb7bc86053c4e0556f694842974]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [d6e991abd0d161cf316660d689e5b2a790a4f132]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [a257eb583bcec50ec09d9fd2b5c714516711bb2a]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [8cb613c6d0b96b899002ebde48ad80f445e7bc63]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5e835dafd73d9d5bd499846a4bba5b58dafbca0]

        #81468#: fix broken conflict resulutions: .uno:StyleCatalog -> .uno:ActivateStyleApply

2009-01-19  Vladimir Glazounov  <vg@openoffice.org>  [024f0de540bd6874af3457773afc8de7aa1dde50]

        CWS-TOOLING: integrate CWS kohei02 2009-01-13 16:54:47 +0100 kohei  r266237 : added dpshttab.obj to the list of EXCEPTIONFILES, to remove warning on Solaris. 2009-01-07 03:18:32 +0100 kohei  r265942 : Repeat values only on column, row, and page fields even for drill-down data.  Don't repeat values on data fields. 2009-01-06 22:23:48 +0100 kohei  r265941 : Don't repeat if empty on data fields.  The "Identify category" option is not supposed to affect data fields. 2009-01-05 17:42:52 +0100 kohei  r265884 : CWS-TOOLING: rebase CWS kohei02 to trunk@265758 (milestone: DEV300:m38) 2008-12-12 06:10:18 +0100 kohei  r265385 : instantiate string data only when it's visible. 2008-12-12 05:48:20 +0100 kohei  r265384 : when displaying the page field list box, only show visible page field members. 2008-12-11 22:41:11 +0100 kohei  r265375 : #i96689# added a list of German translations for CELL. 2008-12-11 22:24:41 +0100 kohei  r265373 : restored the old keyword file before it got stripped off. 2008-12-11 22:17:05 +0100 kohei  r265371 : #i96591# Honor the hidden members data in page fields. 2008-12-11 21:51:36 +0100 kohei  r265370 : #i96326# fixed pivot cache import that previously failed to import when the field count is zero.  But when the postponed flag is on, the count may be sometimes zero even when the field contains data. 2008-12-11 21:44:44 +0100 kohei  r265369 : #i96171# fix for broken 'Identify Categories' option for grouped fields.

2009-01-17  René Engelhard  <rene@openoffice.org>  [0144cb73a8f8533825c8623a7e0b65ae1193d367]

        #i98170# we need limits.h for (U)SHRT_MAX

2009-01-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5be9976ab3bcae326a6740684b6610cb5b9e29a]

        #i10000#: regenerate configure for DEV300 m39

2009-01-16  Rüdiger Timm  <rt@openoffice.org>  [86d78b7c80c7e144b4e7aebb9160aba2bc4687c6]

        #i10000# Avoid polluting instsetoonative/util with log files.

2009-01-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [c407e54303e507c2d7a1a4eeb394a42c52b4c880]

        #i10000#: disable OOoImprovement extension

2009-01-16  Jens-Heiner Rechtien  <hr@openoffice.org>  [05341a69f692eceb7986d5cf12a9936b7113b284]

        #i10000#: disable OOoImprovement extension

2009-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [5983fb92e98c9f553768902765fe9835420fd314]

        #i10000#: fix assertion

2009-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6745b48f398ebfa45c810135bc00ef8b1763e9]

        #i10000#: add using using FilterBase::openOutputStream to XmlFilterBase

2009-01-15  Rüdiger Timm  <rt@openoffice.org>  [b9fa60279659583cb68d15048cdcd18c4773b588]

        #i10000# Work around crash at exit.

2009-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e525e1ebcfd79eb9f0e7180c9a1ab532c3340f0f]

        #i10000#: update hid.lst for DEV300_m39

2009-01-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57b09dac71e151efb557e2deb04f0a870ec7440]

        #i10000#: export class swtblfmt, otherwise libmsword??.so will not link on Solaris

2009-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [601ed6045b46669d83e5c9d34038b79d4e95b684]

        #i10000#: add cast

2009-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2621442ed2afd2186f432ca2057c54ecfd1c9ff]

        #i10000#: de-inline ScDocument::FastGetRowHeight() to be able to link scfilt on Linux

2009-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [50298ff20d187d63e28b0f5f69870834befb0ee6]

        #i10000#: export some more classes and methods

2009-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [878ae4fa504e908d7798c5e79bf6830a46455fee]

        #i10000#: casts required for .Net2008 compiler2

2009-01-14  Rüdiger Timm  <rt@openoffice.org>  [1b58d0fd7f62166f89c50dc2439eda7dfbc89f94]

        #i10000# Add '{solarenvpath}/{os}/loader2' to include paths.

2009-01-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc63c36a03935ca59595203fe329ea03db4dbabe]

        #i10000#: include precompiled headers

2009-01-14  Rüdiger Timm  <rt@openoffice.org>  [923a835cd5c03d3ebf80b5f2ab5797fa24bfc238]

        #i10000# Move list of obligatory modules ('ADDED_MODULES'), needed for SO internal use only, out of cws.pl into sdev300.ini

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [011d6da4d7677f1236705f682ac357b378238fbe]

        #i10000#: fix link problems due to CWS frmdlg

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1940d871f0bc9615f48d03e34b5746c189636551]

        #i10000#: introduced macros for formula libs

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [9367e4f8148b92025252efbee807542fa3c8b9bc]

        #i10000#: Linux/gcc with optimization: work around a link problem, compiler emits symbol for Fill(const FormularToken&) instead Fill(const FormularToken&, ExternalReferenceHelper* _pRef = NULL). Compiler bug?

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0b5fdbafce71203e7eae5ea64d4a106f076a43]

        #i10000#: remove SAL_CALL from XmlFilterBase dtor

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e1c074501017432944812ac72a9fe2a2983f3d]

        #i10000#: reolve merge conflicts (CWS notes7)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3cd778cc0077e15f0f97864829d4bd52c33947f]

        #i10000#: reolve merge conflicts (CWS notes7)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f85e42b646aefa8d15699e0d7ba38b4c75a0ff70]

        #i10000#: LANGUAGE_ARABIC -> LANGUAGE_ARABIC_SAUDI_ARABIA

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [27c2928516060abdbf2f3d03c6f5a6f7257845db]

        #i10000#: export method areAllSeriesAttachedToSameAxis()

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2c3bb149ab7d541e8784a9ff9efd0ba1b661149]

        #i10000#: fix wrong merge conflict resolution (CWS sb102)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04d7bae9138dd47c3ff93f3fc27efd061613b9e]

        #i10000#: make ScExternalRefManager dtor virtual

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b651b40e7c7e980df0d294d33a5597fa6c784e]

        #i10000#: merge conflicts resolved (CWS sb102); resurrect performance improvements from m38

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [f79944144dc1cf4a71171d96c7ab5cee40e3fdbb]

        #i10000#: fix merge conflicts (CWS frmdlg)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c08c265487d696b92979c8890470efe0cbfa95c]

        #i10000#: fix merge conflicts (CWS frmdlg)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [17ae03fba98ddcffaca401f3f4b224cbc684ce16]

        #i10000#: fix double assigned resource id (STR_LINKEDDOC_NO_SYSTEM_FILE)

2009-01-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9723866cc7d008c7bb69491990e3395ecf59fdd]

        #i10000#: FlushViewContact() -> GetViewContact().flushViewObjectContacts(false)

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [fa9f4faf3a00db816a79302001003f6ad47c93e1]

        #i10000# Correct typo: it's 'oox', not 'ocx'.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [e37db824dc014056c7140e2c56b65a5ff8eef32e]

        #159017# Move content of 'officenames' to 'so_prereq'.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [cebc3630b4c6d06ff2892816c06728fb1def4683]

        #i10000# Avoid unnecessary 'mkdir' calls.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [3980674fc55f78335deeabe7521902e7b649fd4e]

        #i10000# Avoid unnecessary 'mkdir' calls.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [672c19b69a9b17aa38b36f52d87982bce6c03055]

        #i10000# Avoid unnecessary 'mkdir' calls.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [bb0372ea584d9059a014d8fa34c2b5e4807488c6]

        #i10000# Avoid unnecessary 'mkdir' calls.

2009-01-12  Rüdiger Timm  <rt@openoffice.org>  [a1577feefd60cd788ab7c0b1c3896bd198d4643e]

        #i10000# Change in postprocess/packconfig/packconfig.pl for i82140, i97141, and i97142 (CWS macmenusquit) makes uiconfig.zip platform dependent, so it must not get built in common tree.

2009-01-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a066e960f331cc121a78b80707c5d5d5bde7b7]

        #i10000#: resolve merge conflicts from CWS frmdlg

2009-01-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0f18cb256b468ba85acb41445b3f09d2e7ce8a]

        #i1000#: resolve merge conflicts from CWS frmdlg

2009-01-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f47ff69835e4419eca174435d711b8490081d5f]

        #i1000#: resolve merge conflicts from CWS frmdlg

2009-01-09  René Engelhard  <rene@openoffice.org>  [e3d3a45865374e5011949390b8cc5b7f5a4ad1a2]

        #i97352# fix tail usage

2009-01-09  Release Engineers  <releng@openoffice.org>  [61f243fdab3b0981fefc290a5c24d2f2b26340e6]

        #i10000# Correct handling of LANGUAGE_ARABIC, see sallayout.cxx in vcl

2009-01-09  Release Engineers  <releng@openoffice.org>  [c2542cf91b4fa2ba22ab6e54096977da704757ae]

        #i10000# Minor syntax changes (semicolons, build.lst).

2009-01-09  Rüdiger Timm  <rt@openoffice.org>  [2397288b76a3e470a5cd8c65c0606e00b8be020f]

        #i10000# Get changes from CWS mooxlsc (r265400) in sc/inc/compiler.hrc

2009-01-09  Rüdiger Timm  <rt@openoffice.org>  [79534598237d2c41a0ec654a32d9430443c54114]

        #i10000# Get changes from CWS mooxlsc (r265400) in sc/inc/opcode.hxx

2009-01-09  Release Engineers  <releng@openoffice.org>  [78082b2e68cc5185cb40b90179c0fa73b771cbdf]

        #i10000# Replace LANGUAGE_ARABIC by LANGUAGE_ARABIC_SAUDI_ARABIA (see CWS locales31).

2009-01-09  Release Engineers  <releng@openoffice.org>  [d9f13858bdecf19bdd80be92abf303dfd2d90d50]

        #i10000# Replace LANGUAGE_ARABIC by LANGUAGE_ARABIC_SAUDI_ARABIA (see CWS locales31).

2009-01-09  Release Engineers  <releng@openoffice.org>  [d4cf1cc34abad49c57a43ed31e9a0bb3b158a8ea]

        #i10000# Remove one line which got obsolete by conflict resolution during integration of CWS mav43.

2009-01-09  Release Engineers  <releng@openoffice.org>  [48cfbc42a59813d6c278ce73e8a289f0d1d25e14]

        #i10000# Makefile syntax: missing backslash added

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f320867913269b7851c76e306359f6542aa82231]

        CWS-TOOLING: integrate CWS os126 2009-01-08 11:24:31 +0100 as  r265987 : #i94216# remove hardcoded translations 2008-12-30 13:16:50 +0100 os  r265830 : #i94216# German resources removed

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b074807a43e60c3a39493006257121b222c97556]

        CWS-TOOLING: integrate CWS os126 2009-01-08 11:24:31 +0100 as  r265987 : #i94216# remove hardcoded translations 2008-12-30 13:16:50 +0100 os  r265830 : #i94216# German resources removed

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [53ef57d5f9fe1f0d1cb1efbb372c10ce484b3f5d]

        #i10000#: add missing backslash

2009-01-08  René Engelhard  <rene@openoffice.org>  [a0c161819b2ea8b59b5dea0692071b9188f2dde7]

        #i86961# fix tense, add missing comma

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d82fe9eceed3a3346e0db5c521526f5343c541a4]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb90addbca2d7ec1a798378fcca7231dee971395]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf7d050b9173aa5aeef8b73a71a2470e43534efb]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [783dbe2c1654c3579d23d7fde997b2bad83a167e]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [319c0f8ae4ef5f498871a1dde8266e7997be6f54]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c6872cfdd12325fd261dd4544eddda57dbe008b]

        #i10000#: delete mergeinfo on trunk

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [040304bd6cfc12b60f079d57ad1f314744a523b0]

        DEV300

2009-01-08  René Engelhard  <rene@openoffice.org>  [45aac0595fd6267d351d6f4d540144d420fd9a03]

        #i10000# we need string.h for memcpy()

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [12eddd2c64a834011d385afb7740b8f61790257c]

        #i10000#,#i96322#: .uno:ActivateStyleApply: change sting to value from CWS os123

2009-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9290c74e63ed21be5ee529357fa88255f8990231]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6762e7b75a3bea150ebefa827679e485f01c9f7]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fabf8894c4390858d82926120368a971477a361]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73fce0fc9f128340d1b05d595b3ea7e831c3401]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d62bf4acae61dd240ed132a3066272a87001d2e7]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [87307aba9e8dbca16672e6df701d9f905b9e1786]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1d10afd0e490a3fd860e5ffcf18ceeccb58acf]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8d76e127dc529e4a93d6be5a0e9744f197c71f]

        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-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb4c646a81c92d7582c0db6eedeb09128ace1c5]

        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>  [62072ab75857a39a4c59579e6c4406b814b3c7f1]

        CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod  r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod  r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod  r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod  r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh  r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh  r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh  r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh  r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh  r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh  r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh  r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh  r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh  r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh  r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh  r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh  r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh  r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh  r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh  r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh  r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh  r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh  r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh  r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh  r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh  r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh  r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh  r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh  r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh  r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh  r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh  r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh  r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh  r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh  r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh  r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh  r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh  r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh  r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh  r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh  r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh  r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh  r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh  r263982 : i96347 2008-10-29 14:54:51 +0100 mod  r262804 : 94633 2008-10-29 14:54:10 +0100 mod  r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi  r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi  r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi  r262777 : i94958 2008-10-28 23:45:34 +0100 mod  r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod  r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod  r262289 : fix typo 2008-10-15 23:17:04 +0200 mod  r262245 : menu fix 2008-10-15 22:58:30 +0200 mod  r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod  r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod  r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod  r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod  r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod  r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod  r262025 : #i87347#

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [85ec6e2ecb21eee739cab3f3029fe52c1e454fa7]

        CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod  r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod  r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod  r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod  r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh  r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh  r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh  r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh  r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh  r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh  r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh  r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh  r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh  r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh  r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh  r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh  r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh  r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh  r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh  r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh  r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh  r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh  r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh  r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh  r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh  r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh  r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh  r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh  r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh  r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh  r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh  r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh  r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh  r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh  r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh  r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh  r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh  r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh  r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh  r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh  r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh  r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh  r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh  r263982 : i96347 2008-10-29 14:54:51 +0100 mod  r262804 : 94633 2008-10-29 14:54:10 +0100 mod  r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi  r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi  r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi  r262777 : i94958 2008-10-28 23:45:34 +0100 mod  r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod  r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod  r262289 : fix typo 2008-10-15 23:17:04 +0200 mod  r262245 : menu fix 2008-10-15 22:58:30 +0200 mod  r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod  r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod  r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod  r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod  r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod  r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod  r262025 : #i87347#

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4328033727ddff29c06a10640f7dcd76590b6050]

        CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod  r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod  r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod  r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod  r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh  r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh  r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh  r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh  r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh  r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh  r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh  r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh  r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh  r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh  r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh  r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh  r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh  r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh  r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh  r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh  r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh  r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh  r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh  r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh  r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh  r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh  r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh  r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh  r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh  r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh  r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh  r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh  r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh  r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh  r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh  r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh  r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh  r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh  r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh  r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh  r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh  r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh  r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh  r263982 : i96347 2008-10-29 14:54:51 +0100 mod  r262804 : 94633 2008-10-29 14:54:10 +0100 mod  r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi  r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi  r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi  r262777 : i94958 2008-10-28 23:45:34 +0100 mod  r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod  r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod  r262289 : fix typo 2008-10-15 23:17:04 +0200 mod  r262245 : menu fix 2008-10-15 22:58:30 +0200 mod  r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod  r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod  r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod  r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod  r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod  r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod  r262025 : #i87347#

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b142ca03365a5a5bfd8487fda9bfeea2e6db0d0b]

        CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod  r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod  r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod  r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod  r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh  r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh  r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh  r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh  r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh  r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh  r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh  r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh  r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh  r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh  r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh  r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh  r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh  r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh  r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh  r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh  r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh  r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh  r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh  r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh  r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh  r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh  r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh  r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh  r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh  r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh  r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh  r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh  r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh  r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh  r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh  r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh  r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh  r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh  r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh  r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh  r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh  r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh  r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh  r263982 : i96347 2008-10-29 14:54:51 +0100 mod  r262804 : 94633 2008-10-29 14:54:10 +0100 mod  r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi  r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi  r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi  r262777 : i94958 2008-10-28 23:45:34 +0100 mod  r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod  r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod  r262289 : fix typo 2008-10-15 23:17:04 +0200 mod  r262245 : menu fix 2008-10-15 22:58:30 +0200 mod  r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod  r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod  r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod  r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod  r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod  r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod  r262025 : #i87347#

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c14679312da5bc50a3be71d39a5032b24887155]

        CWS-TOOLING: integrate CWS menuchanges 2009-01-07 17:12:18 +0100 mod  r265974 : throw out comment tracking accellerator 2009-01-07 16:23:35 +0100 mod  r265972 : CWS-TOOLING: rebase CWS menuchanges to trunk@265758 (milestone: DEV300:m38) 2008-12-03 16:21:15 +0100 mod  r264798 : menu shortcut fixes 2008-12-03 15:53:23 +0100 mod  r264794 : some shortcut changes 2008-12-02 13:35:56 +0100 fredrikh  r264696 : i96794 2008-12-01 20:09:07 +0100 fredrikh  r264633 : i96768 2008-12-01 20:08:37 +0100 fredrikh  r264632 : i96768 2008-12-01 16:40:18 +0100 fredrikh  r264619 : i96762 2008-12-01 16:37:37 +0100 fredrikh  r264618 : i96762 2008-12-01 16:37:09 +0100 fredrikh  r264617 : i96762 2008-12-01 13:14:43 +0100 fredrikh  r264595 : i90650 2008-11-28 18:26:38 +0100 fredrikh  r264569 : i94758 2008-11-28 18:22:31 +0100 fredrikh  r264568 : i94758 2008-11-28 12:46:26 +0100 fredrikh  r264541 : i94758 2008-11-26 16:58:51 +0100 fredrikh  r264423 : i96625 2008-11-26 16:14:10 +0100 fredrikh  r264412 : i96623 2008-11-26 16:13:02 +0100 fredrikh  r264410 : i96623 2008-11-25 19:46:42 +0100 fredrikh  r264330 : i96359 2008-11-25 13:50:34 +0100 fredrikh  r264307 : i96556 2008-11-25 13:49:46 +0100 fredrikh  r264306 : i96556 2008-11-25 13:48:32 +0100 fredrikh  r264305 : i96556 2008-11-25 13:46:55 +0100 fredrikh  r264304 : i96556 2008-11-25 13:45:29 +0100 fredrikh  r264303 : i96357 2008-11-25 13:42:11 +0100 fredrikh  r264302 : i96556 & i94758 2008-11-25 13:34:54 +0100 fredrikh  r264301 : i96556 2008-11-25 13:33:30 +0100 fredrikh  r264300 : i96556 2008-11-25 13:32:31 +0100 fredrikh  r264299 : i96556 2008-11-25 13:31:57 +0100 fredrikh  r264298 : i96556 2008-11-25 13:31:27 +0100 fredrikh  r264297 : i96556 2008-11-25 13:30:31 +0100 fredrikh  r264295 : i96556 2008-11-25 13:29:29 +0100 fredrikh  r264294 : i96556 2008-11-25 13:28:17 +0100 fredrikh  r264292 : i96556 2008-11-25 13:27:44 +0100 fredrikh  r264290 : i96556 2008-11-25 13:26:54 +0100 fredrikh  r264288 : i96556 2008-11-25 13:25:03 +0100 fredrikh  r264287 : i96556 2008-11-25 13:21:29 +0100 fredrikh  r264286 : i96556 2008-11-19 16:14:07 +0100 fredrikh  r264004 : i96359 2008-11-19 14:35:43 +0100 fredrikh  r263995 : i96353 2008-11-19 14:05:58 +0100 fredrikh  r263991 : i96347 2008-11-19 14:05:36 +0100 fredrikh  r263990 : i96347 2008-11-19 14:05:07 +0100 fredrikh  r263989 : i96347 2008-11-19 13:11:59 +0100 fredrikh  r263983 : i96347 2008-11-19 13:00:09 +0100 fredrikh  r263982 : i96347 2008-10-29 14:54:51 +0100 mod  r262804 : 94633 2008-10-29 14:54:10 +0100 mod  r262803 : #i94633# 2008-10-29 12:58:38 +0100 ufi  r262787 : i94958,3rd 2008-10-29 12:42:41 +0100 ufi  r262783 : i94958,2nd 2008-10-29 12:00:23 +0100 ufi  r262777 : i94958 2008-10-28 23:45:34 +0100 mod  r262766 : #i95457# 2008-10-18 19:09:38 +0200 mod  r262295 : accelerator change 2008-10-17 15:45:11 +0200 mod  r262289 : fix typo 2008-10-15 23:17:04 +0200 mod  r262245 : menu fix 2008-10-15 22:58:30 +0200 mod  r262244 : fix footnote setting dialog 2008-10-15 22:58:01 +0200 mod  r262243 : further changes to menu 2008-10-14 10:27:46 +0200 mod  r262195 : new accelerator and menu changes 2008-10-14 10:27:37 +0200 mod  r262194 : new accelerator and menu changes 2008-10-07 14:23:26 +0200 mod  r262081 : #i79329# #i85158# #i88351# 2008-10-02 10:31:52 +0200 mod  r262026 : #i94551# 2008-10-02 10:23:57 +0200 mod  r262025 : #i87347#

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [728704bfec23dac79e413d432f3dc2037c9240cc]

        CWS-TOOLING: integrate CWS macmenusquit 2009-01-07 13:36:33 +0100 jsk  r265962 : #i97382, #i97825 2008-12-29 22:35:29 +0100 ericb  r265826 : CWS-TOOLING: rebase CWS macmenusquit to trunk@265758 (milestone: DEV300:m38) 2008-12-18 08:43:55 +0100 jsk  r265663 : #i97382# 2008-12-18 08:19:11 +0100 jsk  r265659 : #i97382# 2008-12-11 19:26:17 +0100 ericb  r265350 : #i97142# remove Tools -> Options menu on Mac OS X (not Aqua HIG compliant) 2008-11-27 14:13:25 +0100 ericb  r264488 : #i82140# ause suggested to check whether xsltproc operation was successfull 2008-11-27 13:34:58 +0100 ericb  r264483 : #i82140# on mod demand, remove useless About cannot be bad either 2008-10-11 12:50:13 +0200 ericb  r262155 : #i82140#: migrate CWS macmenusquit to SVN: adding macosx specific files 2008-10-11 12:49:13 +0200 ericb  r262154 : #i82140#: migrate CWS macmenusquit to SVN.

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c881ed110a0b925ce8554aa54c674dee1c9b2dc]

        CWS-TOOLING: integrate CWS macmenusquit 2009-01-07 13:36:33 +0100 jsk  r265962 : #i97382, #i97825 2008-12-29 22:35:29 +0100 ericb  r265826 : CWS-TOOLING: rebase CWS macmenusquit to trunk@265758 (milestone: DEV300:m38) 2008-12-18 08:43:55 +0100 jsk  r265663 : #i97382# 2008-12-18 08:19:11 +0100 jsk  r265659 : #i97382# 2008-12-11 19:26:17 +0100 ericb  r265350 : #i97142# remove Tools -> Options menu on Mac OS X (not Aqua HIG compliant) 2008-11-27 14:13:25 +0100 ericb  r264488 : #i82140# ause suggested to check whether xsltproc operation was successfull 2008-11-27 13:34:58 +0100 ericb  r264483 : #i82140# on mod demand, remove useless About cannot be bad either 2008-10-11 12:50:13 +0200 ericb  r262155 : #i82140#: migrate CWS macmenusquit to SVN: adding macosx specific files 2008-10-11 12:49:13 +0200 ericb  r262154 : #i82140#: migrate CWS macmenusquit to SVN.

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [225facd43dd43ba7cfc8a941400b43d0ab81c71c]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a7a3712da0535144bca2145b8d315c1bcf1e60a]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [b14e19f0da6bf15abb926e291e64403ae40a64f8]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e012b8ad3b7e2c3a6f3787bd41830e1c427766c]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4c16b1802c4d133d6500afe6a803a6eb312e103]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd6c53e1d1b478f1afc798da3e7c2ad41013cc4]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da7a36ddf2885bed27167bac7951d0f4388c5f2]

        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-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2f78bf5e2a9abc9f2f0df99cdc16701bbcebc5]

        CWS-TOOLING: integrate CWS outlinelevel 2008-12-19 10:32:51 +0100 od  r265718 : #i70748# method <SwWW8Writer::StartTOX(..)> 	 - correction for custom to outline style 	   assigned paragraph styles 2008-12-19 09:24:41 +0100 od  r265715 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - retrieve former applied list style before potential 	   reset of empty list style due to set outline level 2008-12-17 15:33:57 +0100 hde  r265608 : #i97013# 2008-12-17 14:43:42 +0100 od  r265603 : #i70748# adjust fix i44177 - adjustment of to outline style assigned 	 paragraph styles only for OOo-Templates. 2008-12-17 12:59:42 +0100 od  r265598 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - special handling of OOo 2.x document regarding 	   outline numbering of headings. 2008-12-17 12:45:53 +0100 od  r265597 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - correct determination of new and former applied list style 2008-12-17 10:18:41 +0100 od  r265581 : #i97312# method <XMLTextNumRuleInfo::Set(..)> 	 - check, if numbering rules instance contains any numbering rule. 2008-12-16 14:34:22 +0100 hde  r265542 : #i97013 2008-12-16 14:20:24 +0100 od  r265541 : #i70748# adjust documentation of "Which"-ID numbers 2008-12-16 14:19:49 +0100 od  r265539 : #i70748# Adjust Attribute-Function-Mapping table due to new attribute 2008-12-16 14:06:24 +0100 od  r265538 : #i70748# - Correct handling of to outline style assigned paragraph styles 	   on reset of all paragraph style attributes 	 - WW8 import: Consider refactoring of paragraph style's outline 	   level attribute - NO_NUMBERING define no longer exsits. 2008-12-16 10:37:19 +0100 od  r265530 : #i70478# Correction on moving outline paragraph up respectively down 	 in its outline level: 	 - Check also outline paragraph, which are not an outline via 	   a to outline style assigned paragraph style, if action is applicable. 2008-12-16 09:10:13 +0100 hde  r265523 : #i97277 2008-12-16 09:09:30 +0100 hde  r265522 : #i97277 2008-12-16 09:07:40 +0100 hde  r265521 : Added control and purged obsolete id's 2008-12-10 13:09:36 +0100 od  r265174 : #i70748# correction of previous fix due to warning-free code 2008-12-10 13:03:30 +0100 od  r265172 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - Due to performance issues avoid retrieving outline level value from paragraph's paragraph 	   style for each paragraph. Instead retrieve current outline level value from paragraph,            which is the inherited value from its paragraph style, and only when it is needed. 2008-12-09 16:50:36 +0100 ufi  r265117 : help 2008-12-09 16:49:50 +0100 ufi  r265116 : help 2008-12-09 15:45:05 +0100 od  r265107 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - some minor rework and check access to paragraph styles 2008-12-09 15:42:04 +0100 od  r265106 : #i70748# adjust name of local variable to avoid hiding of class variable 2008-12-09 15:40:51 +0100 od  r265105 : #i70748# correct initialization order 2008-12-09 15:35:07 +0100 od  r265101 : #i70748# remove duplicate entry in certain property map 2008-12-09 15:33:39 +0100 od  r265100 : #i70748# add end of file token 2008-12-07 15:11:54 +0100 zhaojianwei  r264952 : conflicts left not to be resolved when cws rebase 2008-12-04 14:52:21 +0100 zhaojianwei  r264846 : CWS-TOOLING: rebase CWS outlinelevel to trunk@264325 (milestone: DEV300:m36) 2008-11-28 03:42:09 +0100 zhaojianwei  r264525 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:39 +0100 zhaojianwei  r264524 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:11 +0100 zhaojianwei  r264523 : #i70748#: migrate CWS outlinelevel to SVN

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [57d9cc8bae84156f7e6a73e96d6531227b0a4f4c]

        CWS-TOOLING: integrate CWS outlinelevel 2008-12-19 10:32:51 +0100 od  r265718 : #i70748# method <SwWW8Writer::StartTOX(..)> 	 - correction for custom to outline style 	   assigned paragraph styles 2008-12-19 09:24:41 +0100 od  r265715 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - retrieve former applied list style before potential 	   reset of empty list style due to set outline level 2008-12-17 15:33:57 +0100 hde  r265608 : #i97013# 2008-12-17 14:43:42 +0100 od  r265603 : #i70748# adjust fix i44177 - adjustment of to outline style assigned 	 paragraph styles only for OOo-Templates. 2008-12-17 12:59:42 +0100 od  r265598 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - special handling of OOo 2.x document regarding 	   outline numbering of headings. 2008-12-17 12:45:53 +0100 od  r265597 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - correct determination of new and former applied list style 2008-12-17 10:18:41 +0100 od  r265581 : #i97312# method <XMLTextNumRuleInfo::Set(..)> 	 - check, if numbering rules instance contains any numbering rule. 2008-12-16 14:34:22 +0100 hde  r265542 : #i97013 2008-12-16 14:20:24 +0100 od  r265541 : #i70748# adjust documentation of "Which"-ID numbers 2008-12-16 14:19:49 +0100 od  r265539 : #i70748# Adjust Attribute-Function-Mapping table due to new attribute 2008-12-16 14:06:24 +0100 od  r265538 : #i70748# - Correct handling of to outline style assigned paragraph styles 	   on reset of all paragraph style attributes 	 - WW8 import: Consider refactoring of paragraph style's outline 	   level attribute - NO_NUMBERING define no longer exsits. 2008-12-16 10:37:19 +0100 od  r265530 : #i70478# Correction on moving outline paragraph up respectively down 	 in its outline level: 	 - Check also outline paragraph, which are not an outline via 	   a to outline style assigned paragraph style, if action is applicable. 2008-12-16 09:10:13 +0100 hde  r265523 : #i97277 2008-12-16 09:09:30 +0100 hde  r265522 : #i97277 2008-12-16 09:07:40 +0100 hde  r265521 : Added control and purged obsolete id's 2008-12-10 13:09:36 +0100 od  r265174 : #i70748# correction of previous fix due to warning-free code 2008-12-10 13:03:30 +0100 od  r265172 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - Due to performance issues avoid retrieving outline level value from paragraph's paragraph 	   style for each paragraph. Instead retrieve current outline level value from paragraph,            which is the inherited value from its paragraph style, and only when it is needed. 2008-12-09 16:50:36 +0100 ufi  r265117 : help 2008-12-09 16:49:50 +0100 ufi  r265116 : help 2008-12-09 15:45:05 +0100 od  r265107 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - some minor rework and check access to paragraph styles 2008-12-09 15:42:04 +0100 od  r265106 : #i70748# adjust name of local variable to avoid hiding of class variable 2008-12-09 15:40:51 +0100 od  r265105 : #i70748# correct initialization order 2008-12-09 15:35:07 +0100 od  r265101 : #i70748# remove duplicate entry in certain property map 2008-12-09 15:33:39 +0100 od  r265100 : #i70748# add end of file token 2008-12-07 15:11:54 +0100 zhaojianwei  r264952 : conflicts left not to be resolved when cws rebase 2008-12-04 14:52:21 +0100 zhaojianwei  r264846 : CWS-TOOLING: rebase CWS outlinelevel to trunk@264325 (milestone: DEV300:m36) 2008-11-28 03:42:09 +0100 zhaojianwei  r264525 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:39 +0100 zhaojianwei  r264524 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:11 +0100 zhaojianwei  r264523 : #i70748#: migrate CWS outlinelevel to SVN

2009-01-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e93b7d7f542049f9ae8fdebd03f00e82fa51439]

        CWS-TOOLING: integrate CWS outlinelevel 2008-12-19 10:32:51 +0100 od  r265718 : #i70748# method <SwWW8Writer::StartTOX(..)> 	 - correction for custom to outline style 	   assigned paragraph styles 2008-12-19 09:24:41 +0100 od  r265715 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - retrieve former applied list style before potential 	   reset of empty list style due to set outline level 2008-12-17 15:33:57 +0100 hde  r265608 : #i97013# 2008-12-17 14:43:42 +0100 od  r265603 : #i70748# adjust fix i44177 - adjustment of to outline style assigned 	 paragraph styles only for OOo-Templates. 2008-12-17 12:59:42 +0100 od  r265598 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - special handling of OOo 2.x document regarding 	   outline numbering of headings. 2008-12-17 12:45:53 +0100 od  r265597 : #i70748# method <HandleModifyAtTxtNode(..)> 	 - correct determination of new and former applied list style 2008-12-17 10:18:41 +0100 od  r265581 : #i97312# method <XMLTextNumRuleInfo::Set(..)> 	 - check, if numbering rules instance contains any numbering rule. 2008-12-16 14:34:22 +0100 hde  r265542 : #i97013 2008-12-16 14:20:24 +0100 od  r265541 : #i70748# adjust documentation of "Which"-ID numbers 2008-12-16 14:19:49 +0100 od  r265539 : #i70748# Adjust Attribute-Function-Mapping table due to new attribute 2008-12-16 14:06:24 +0100 od  r265538 : #i70748# - Correct handling of to outline style assigned paragraph styles 	   on reset of all paragraph style attributes 	 - WW8 import: Consider refactoring of paragraph style's outline 	   level attribute - NO_NUMBERING define no longer exsits. 2008-12-16 10:37:19 +0100 od  r265530 : #i70478# Correction on moving outline paragraph up respectively down 	 in its outline level: 	 - Check also outline paragraph, which are not an outline via 	   a to outline style assigned paragraph style, if action is applicable. 2008-12-16 09:10:13 +0100 hde  r265523 : #i97277 2008-12-16 09:09:30 +0100 hde  r265522 : #i97277 2008-12-16 09:07:40 +0100 hde  r265521 : Added control and purged obsolete id's 2008-12-10 13:09:36 +0100 od  r265174 : #i70748# correction of previous fix due to warning-free code 2008-12-10 13:03:30 +0100 od  r265172 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - Due to performance issues avoid retrieving outline level value from paragraph's paragraph 	   style for each paragraph. Instead retrieve current outline level value from paragraph,            which is the inherited value from its paragraph style, and only when it is needed. 2008-12-09 16:50:36 +0100 ufi  r265117 : help 2008-12-09 16:49:50 +0100 ufi  r265116 : help 2008-12-09 15:45:05 +0100 od  r265107 : #i70748# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - some minor rework and check access to paragraph styles 2008-12-09 15:42:04 +0100 od  r265106 : #i70748# adjust name of local variable to avoid hiding of class variable 2008-12-09 15:40:51 +0100 od  r265105 : #i70748# correct initialization order 2008-12-09 15:35:07 +0100 od  r265101 : #i70748# remove duplicate entry in certain property map 2008-12-09 15:33:39 +0100 od  r265100 : #i70748# add end of file token 2008-12-07 15:11:54 +0100 zhaojianwei  r264952 : conflicts left not to be resolved when cws rebase 2008-12-04 14:52:21 +0100 zhaojianwei  r264846 : CWS-TOOLING: rebase CWS outlinelevel to trunk@264325 (milestone: DEV300:m36) 2008-11-28 03:42:09 +0100 zhaojianwei  r264525 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:39 +0100 zhaojianwei  r264524 : #i70748#: migrate CWS outlinelevel to SVN 2008-11-28 03:41:11 +0100 zhaojianwei  r264523 : #i70748#: migrate CWS outlinelevel to SVN

2009-01-07  Rüdiger Timm  <rt@openoffice.org>  [91c99daaaec9354222e6f1ae2b7d71130a3eb8f1]

        Correct integration of CWS mav43 (wrongly resolved merge conflict).

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab9ca9a9a5d826d5649ef29299dbffdf7b33aa2e]

        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>  [d10736429c9ed83615bd48d52fbb6159e02db401]

        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>  [8ecedd6a64f682007f714e21a48bf48a6ceae81c]

        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>  [980442418868a7a187988bba0660b9d0e4d8af96]

        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>  [eefb3b7d68dc27ac264032a374f36f211847b754]

        CWS-TOOLING: integrate CWS os123 2008-12-10 10:15:09 +0100 os  r265154 : #i94987# DateTimeValue added 2008-12-10 09:00:58 +0100 os  r265150 : #i96045# ctl languages enabled 2008-12-09 18:09:10 +0100 os  r265129 : syntax error fixed 2008-12-09 09:35:09 +0100 os  r265056 : vertical/horizonatal metric: no bool value 2008-12-08 09:56:50 +0100 os  r264974 : CWS-TOOLING: rebase CWS os123 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 11:41:13 +0100 os  r264762 : #i96822# database removed, too 2008-12-03 11:35:26 +0100 os  r264760 : #i96822# business cards and labels should not be part of the document list 2008-12-01 11:38:26 +0100 os  r264592 : #i96322# command name of ActivateStyleApply added 2008-11-27 14:59:46 +0100 va  r264491 : #i95322#: Initial Revision 2008-11-27 14:53:20 +0100 va  r264490 : #i95322#: New Language Directory for Persian (Farsi) 2008-11-21 08:48:55 +0100 os  r264107 : #i94409# recording/executing split table 2008-11-13 13:18:57 +0100 os  r263636 : #i93924# string reconversion 2008-11-12 15:58:48 +0100 os  r263604 : #i94987# Date property re-add to Annotation service 2008-11-12 15:44:24 +0100 os  r263603 : #i88766# ruler metric 2008-11-12 15:43:33 +0100 os  r263602 : #i88766# 2008-11-11 09:15:28 +0100 os  r263545 : #i94839# get real filter name from dialog instead of guessing from UI name

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dd68b6dd54647f82a2c60348b8a1fa19a5d3c09]

        CWS-TOOLING: integrate CWS os123 2008-12-10 10:15:09 +0100 os  r265154 : #i94987# DateTimeValue added 2008-12-10 09:00:58 +0100 os  r265150 : #i96045# ctl languages enabled 2008-12-09 18:09:10 +0100 os  r265129 : syntax error fixed 2008-12-09 09:35:09 +0100 os  r265056 : vertical/horizonatal metric: no bool value 2008-12-08 09:56:50 +0100 os  r264974 : CWS-TOOLING: rebase CWS os123 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 11:41:13 +0100 os  r264762 : #i96822# database removed, too 2008-12-03 11:35:26 +0100 os  r264760 : #i96822# business cards and labels should not be part of the document list 2008-12-01 11:38:26 +0100 os  r264592 : #i96322# command name of ActivateStyleApply added 2008-11-27 14:59:46 +0100 va  r264491 : #i95322#: Initial Revision 2008-11-27 14:53:20 +0100 va  r264490 : #i95322#: New Language Directory for Persian (Farsi) 2008-11-21 08:48:55 +0100 os  r264107 : #i94409# recording/executing split table 2008-11-13 13:18:57 +0100 os  r263636 : #i93924# string reconversion 2008-11-12 15:58:48 +0100 os  r263604 : #i94987# Date property re-add to Annotation service 2008-11-12 15:44:24 +0100 os  r263603 : #i88766# ruler metric 2008-11-12 15:43:33 +0100 os  r263602 : #i88766# 2008-11-11 09:15:28 +0100 os  r263545 : #i94839# get real filter name from dialog instead of guessing from UI name

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [25913c730f07766457d08f24008cbfb97f0a60a3]

        CWS-TOOLING: integrate CWS os123 2008-12-10 10:15:09 +0100 os  r265154 : #i94987# DateTimeValue added 2008-12-10 09:00:58 +0100 os  r265150 : #i96045# ctl languages enabled 2008-12-09 18:09:10 +0100 os  r265129 : syntax error fixed 2008-12-09 09:35:09 +0100 os  r265056 : vertical/horizonatal metric: no bool value 2008-12-08 09:56:50 +0100 os  r264974 : CWS-TOOLING: rebase CWS os123 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 11:41:13 +0100 os  r264762 : #i96822# database removed, too 2008-12-03 11:35:26 +0100 os  r264760 : #i96822# business cards and labels should not be part of the document list 2008-12-01 11:38:26 +0100 os  r264592 : #i96322# command name of ActivateStyleApply added 2008-11-27 14:59:46 +0100 va  r264491 : #i95322#: Initial Revision 2008-11-27 14:53:20 +0100 va  r264490 : #i95322#: New Language Directory for Persian (Farsi) 2008-11-21 08:48:55 +0100 os  r264107 : #i94409# recording/executing split table 2008-11-13 13:18:57 +0100 os  r263636 : #i93924# string reconversion 2008-11-12 15:58:48 +0100 os  r263604 : #i94987# Date property re-add to Annotation service 2008-11-12 15:44:24 +0100 os  r263603 : #i88766# ruler metric 2008-11-12 15:43:33 +0100 os  r263602 : #i88766# 2008-11-11 09:15:28 +0100 os  r263545 : #i94839# get real filter name from dialog instead of guessing from UI name

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a5e9b8ae738288c44e66c2deafa147db84a1db3]

        CWS-TOOLING: integrate CWS os123 2008-12-10 10:15:09 +0100 os  r265154 : #i94987# DateTimeValue added 2008-12-10 09:00:58 +0100 os  r265150 : #i96045# ctl languages enabled 2008-12-09 18:09:10 +0100 os  r265129 : syntax error fixed 2008-12-09 09:35:09 +0100 os  r265056 : vertical/horizonatal metric: no bool value 2008-12-08 09:56:50 +0100 os  r264974 : CWS-TOOLING: rebase CWS os123 to trunk@264807 (milestone: DEV300:m37) 2008-12-03 11:41:13 +0100 os  r264762 : #i96822# database removed, too 2008-12-03 11:35:26 +0100 os  r264760 : #i96822# business cards and labels should not be part of the document list 2008-12-01 11:38:26 +0100 os  r264592 : #i96322# command name of ActivateStyleApply added 2008-11-27 14:59:46 +0100 va  r264491 : #i95322#: Initial Revision 2008-11-27 14:53:20 +0100 va  r264490 : #i95322#: New Language Directory for Persian (Farsi) 2008-11-21 08:48:55 +0100 os  r264107 : #i94409# recording/executing split table 2008-11-13 13:18:57 +0100 os  r263636 : #i93924# string reconversion 2008-11-12 15:58:48 +0100 os  r263604 : #i94987# Date property re-add to Annotation service 2008-11-12 15:44:24 +0100 os  r263603 : #i88766# ruler metric 2008-11-12 15:43:33 +0100 os  r263602 : #i88766# 2008-11-11 09:15:28 +0100 os  r263545 : #i94839# get real filter name from dialog instead of guessing from UI name

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9c843ab6fc04924d4721e57be0953c29c61f6b0]

        CWS-TOOLING: integrate CWS dv05 2008-12-12 11:36:32 +0100 dv  r265399 : #i93992# Reverted changes made for this issues 2008-12-11 10:22:09 +0100 dv  r265252 : #i96735# the check for existance of the online update module needs to catch exceptions! 2008-12-10 13:28:32 +0100 dv  r265179 : CWS-TOOLING: rebase CWS dv05 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 11:38:53 +0100 dv  r265069 : #i94154#: migrate CWS dv05 to SVN.

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [82afc2298d0bd0beec44561c3fe55b31a60e1d8a]

        CWS-TOOLING: integrate CWS dv05 2008-12-12 11:36:32 +0100 dv  r265399 : #i93992# Reverted changes made for this issues 2008-12-11 10:22:09 +0100 dv  r265252 : #i96735# the check for existance of the online update module needs to catch exceptions! 2008-12-10 13:28:32 +0100 dv  r265179 : CWS-TOOLING: rebase CWS dv05 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 11:38:53 +0100 dv  r265069 : #i94154#: migrate CWS dv05 to SVN.

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd15610fd5fbc6a8373285e35031135d9c1d266]

        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>  [210de02115406065cb121d9079dbfa2a58f1417e]

        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>  [fad5778247cd96396b74818a10621f9f7c49b979]

        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>  [56bfd8ec819cc24bcc7c142906609656aa5178a0]

        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>  [c6906e1b37c39f5e3981e21c3b9adb1af11d938b]

        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>  [3dfe5a3feda289b66e92f17550e359d6c2460c0d]

        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>  [a663a4b91d9d7e597d62ed0bd31dbb83e2e9a54c]

        CWS-TOOLING: integrate CWS qadev37 2008-12-19 11:19:12 +0100 cn  r265721 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:07:50 +0100 cn  r265720 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:06:24 +0100 cn  r265719 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-17 12:37:50 +0100 lla  r265595 : #i97357# us of illegal characters in file

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cf4f345114803f4e4af08b91d61c36a3d57312e]

        CWS-TOOLING: integrate CWS qadev37 2008-12-19 11:19:12 +0100 cn  r265721 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:07:50 +0100 cn  r265720 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:06:24 +0100 cn  r265719 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-17 12:37:50 +0100 lla  r265595 : #i97357# us of illegal characters in file

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4453678f4d07a65e548a04b6fa2655b66274514d]

        CWS-TOOLING: integrate CWS odff05 2008-12-11 04:17:37 +0100 er  r265237 : #i94555# AppendIntToken for GAMMADIST, Excel needs 4 parameters; also use AppendIntToken instead of AppendNumToken for POISSON 2008-12-11 04:04:27 +0100 er  r265236 : #i96837# make cumulative parameter of POISSON optional; patch from <lvyue> with slight modifications 2008-12-11 03:35:03 +0100 er  r265235 : #i96835# make base parameter of LOG() optional also in UI; patch from <lvyue> 2008-12-11 03:15:30 +0100 er  r265234 : #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-10 18:14:16 +0100 er  r265214 : DBG_... need semicolon 2008-12-05 00:49:55 +0100 er  r264881 : WaE unxlngi6: declaration of 'pFuncInfo' shadows a previous local 2008-12-05 00:26:05 +0100 er  r264879 : #i91547# BETADIST with optional density/cumulative parameter and much better precision; patch from <regina> 2008-12-04 22:51:40 +0100 er  r264877 : #i91602# add expm1() and log1p() replacements; based on a patch from <regina> 2008-12-01 16:07:35 +0100 dr  r264614 : #i93789# import of EUROCONVERT from XLSX/XLSB 2008-11-28 13:15:01 +0100 dr  r264543 : #i93789# new sheet function EUROCONVERT + XLS import/export, patch contributed by lvyue 2008-11-26 14:54:23 +0100 er  r264397 : CWS-TOOLING: rebase CWS odff05 to trunk@264325 (milestone: DEV300:m36) 2008-11-20 14:23:33 +0100 er  r264053 : CWS-TOOLING: rebase CWS odff05 to trunk@263288 (milestone: DEV300:m35) 2008-11-19 18:07:43 +0100 er  r264012 : merged from trunk 2008-11-19 17:51:36 +0100 er  r264011 : migrate CWS odff05 to SVN

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [730272a2d67e99c0195ea42c26022ffbd489e994]

        CWS-TOOLING: integrate CWS odff05 2008-12-11 04:17:37 +0100 er  r265237 : #i94555# AppendIntToken for GAMMADIST, Excel needs 4 parameters; also use AppendIntToken instead of AppendNumToken for POISSON 2008-12-11 04:04:27 +0100 er  r265236 : #i96837# make cumulative parameter of POISSON optional; patch from <lvyue> with slight modifications 2008-12-11 03:35:03 +0100 er  r265235 : #i96835# make base parameter of LOG() optional also in UI; patch from <lvyue> 2008-12-11 03:15:30 +0100 er  r265234 : #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-10 18:14:16 +0100 er  r265214 : DBG_... need semicolon 2008-12-05 00:49:55 +0100 er  r264881 : WaE unxlngi6: declaration of 'pFuncInfo' shadows a previous local 2008-12-05 00:26:05 +0100 er  r264879 : #i91547# BETADIST with optional density/cumulative parameter and much better precision; patch from <regina> 2008-12-04 22:51:40 +0100 er  r264877 : #i91602# add expm1() and log1p() replacements; based on a patch from <regina> 2008-12-01 16:07:35 +0100 dr  r264614 : #i93789# import of EUROCONVERT from XLSX/XLSB 2008-11-28 13:15:01 +0100 dr  r264543 : #i93789# new sheet function EUROCONVERT + XLS import/export, patch contributed by lvyue 2008-11-26 14:54:23 +0100 er  r264397 : CWS-TOOLING: rebase CWS odff05 to trunk@264325 (milestone: DEV300:m36) 2008-11-20 14:23:33 +0100 er  r264053 : CWS-TOOLING: rebase CWS odff05 to trunk@263288 (milestone: DEV300:m35) 2008-11-19 18:07:43 +0100 er  r264012 : merged from trunk 2008-11-19 17:51:36 +0100 er  r264011 : migrate CWS odff05 to SVN

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0421beabd33d135e1ab5f4a5a57eea836a93549b]

        CWS-TOOLING: integrate CWS odff05 2008-12-11 04:17:37 +0100 er  r265237 : #i94555# AppendIntToken for GAMMADIST, Excel needs 4 parameters; also use AppendIntToken instead of AppendNumToken for POISSON 2008-12-11 04:04:27 +0100 er  r265236 : #i96837# make cumulative parameter of POISSON optional; patch from <lvyue> with slight modifications 2008-12-11 03:35:03 +0100 er  r265235 : #i96835# make base parameter of LOG() optional also in UI; patch from <lvyue> 2008-12-11 03:15:30 +0100 er  r265234 : #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-10 18:14:16 +0100 er  r265214 : DBG_... need semicolon 2008-12-05 00:49:55 +0100 er  r264881 : WaE unxlngi6: declaration of 'pFuncInfo' shadows a previous local 2008-12-05 00:26:05 +0100 er  r264879 : #i91547# BETADIST with optional density/cumulative parameter and much better precision; patch from <regina> 2008-12-04 22:51:40 +0100 er  r264877 : #i91602# add expm1() and log1p() replacements; based on a patch from <regina> 2008-12-01 16:07:35 +0100 dr  r264614 : #i93789# import of EUROCONVERT from XLSX/XLSB 2008-11-28 13:15:01 +0100 dr  r264543 : #i93789# new sheet function EUROCONVERT + XLS import/export, patch contributed by lvyue 2008-11-26 14:54:23 +0100 er  r264397 : CWS-TOOLING: rebase CWS odff05 to trunk@264325 (milestone: DEV300:m36) 2008-11-20 14:23:33 +0100 er  r264053 : CWS-TOOLING: rebase CWS odff05 to trunk@263288 (milestone: DEV300:m35) 2008-11-19 18:07:43 +0100 er  r264012 : merged from trunk 2008-11-19 17:51:36 +0100 er  r264011 : migrate CWS odff05 to SVN

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [bebd9bde868ae0fec40df2890131955c298d4262]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [05342c68cbfedb1cc4f9832592fa277d30832162]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cf944e41a1148ce17be52db890f732e6b2886f8]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1fd2fa161708049f1c3b6039659d0bf4f4539e]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [13e27b36a954d5dac7e1b35e3752656050074c1d]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [61bb45f118507b3522c575e283dea74ec1414a44]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c0208067b950fec47d8a2679e0daa79fc78a2c0]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ab7be7fc7114e775442305bd1fb26a36975acc]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8c0728fffbe6526babf35d9b8425d296f53394e]

        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>  [7f7310f4793a7149d3ce62834dc5bdd1fac46863]

        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>  [3dea05ab282d5a8c56f1f8f23210641d3b5d029c]

        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>  [2425609f045941ed347927c57ffc6748b59d2d18]

        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>  [b0fbc46b5b98aca902f3853b64a1747ed430e264]

        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>  [64274b38f6cc50a8bb49f114f1ac9e7c1c3b3c4f]

        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>  [607978e2352d5da1f11ab09cae1db99651a3a26b]

        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>  [f5c31fb9cf1a768d9afb95184329cd6e3df95197]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f74272b01dfc772659e6a58f22bd9777f24c41c]

        CWS-TOOLING: integrate CWS mozbootstrapfix 2008-12-26 18:21:46 +0100 rene  r265808 : #i97010# fix mozbootstrap

2009-01-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69dbe0229aa2197e76733640a09f6ad222d2cc3]

        CWS-TOOLING: integrate CWS mozbootstrapfix 2008-12-26 18:21:46 +0100 rene  r265808 : #i97010# fix mozbootstrap

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [6ae8d4333c2057832ea5320abc2715b8996f508f]

        CWS-TOOLING: integrate CWS impress147 2008-12-16 15:51:15 +0100 wg  r265553 : i96805 2008-12-03 12:32:33 +0100 wg  r264766 : 96805 2008-12-03 11:40:11 +0100 wg  r264761 : 96805 2008-11-20 15:39:56 +0100 cl  r264062 : migrated cws from cvs to svn 2008-11-19 14:16:40 +0100 cl  r263992 : CWS-TOOLING: rebase CWS impress147 to trunk@263288 (milestone: DEV300:m35)

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [5d06990ec5f71b3c6c462ca55f46ec0a4d2ccd96]

        CWS-TOOLING: integrate CWS impress147 2008-12-16 15:51:15 +0100 wg  r265553 : i96805 2008-12-03 12:32:33 +0100 wg  r264766 : 96805 2008-12-03 11:40:11 +0100 wg  r264761 : 96805 2008-11-20 15:39:56 +0100 cl  r264062 : migrated cws from cvs to svn 2008-11-19 14:16:40 +0100 cl  r263992 : CWS-TOOLING: rebase CWS impress147 to trunk@263288 (milestone: DEV300:m35)

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [661a1801197e7d3f3955966f95ad8f377d8b0ddd]

        CWS-TOOLING: integrate CWS impress147 2008-12-16 15:51:15 +0100 wg  r265553 : i96805 2008-12-03 12:32:33 +0100 wg  r264766 : 96805 2008-12-03 11:40:11 +0100 wg  r264761 : 96805 2008-11-20 15:39:56 +0100 cl  r264062 : migrated cws from cvs to svn 2008-11-19 14:16:40 +0100 cl  r263992 : CWS-TOOLING: rebase CWS impress147 to trunk@263288 (milestone: DEV300:m35)

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [4beaf0de46c3017148cae71dd5f989778b63467c]

        CWS-TOOLING: integrate CWS iconupdate310 2008-12-11 13:14:10 +0100 va  r265293 : Bugfixes regarding Icons CWS iconupdate310 2008-12-11 13:09:30 +0100 va  r265292 : Bugfixes regarding Icons CWS iconupdate310 2008-12-11 13:07:33 +0100 va  r265291 : Bugfixes regarding Icons CWS iconupdate310 2008-12-10 11:08:25 +0100 va  r265157 : #i60563#: Corrected Image Links for Toggle and Insert.

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [67cf6df267e9435b5b4f820d3969b9c1661604ad]

        CWS-TOOLING: integrate CWS iconupdate310 2008-12-11 13:14:10 +0100 va  r265293 : Bugfixes regarding Icons CWS iconupdate310 2008-12-11 13:09:30 +0100 va  r265292 : Bugfixes regarding Icons CWS iconupdate310 2008-12-11 13:07:33 +0100 va  r265291 : Bugfixes regarding Icons CWS iconupdate310 2008-12-10 11:08:25 +0100 va  r265157 : #i60563#: Corrected Image Links for Toggle and Insert.

2009-01-06  Rüdiger Timm  <rt@openoffice.org>  [6df8e06be20646ba82873dede0b54b42697701ea]

        #i95875# Patch by thb to avoid generated files in basegfx/test source directory.

2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [51686e2a5ad4a1d9d81d1fa0ea4e747158560778]

        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>  [478f9ad06412c910d0264f76962a6d5e1a01aaa2]

        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>  [75e57b0b74f6c52a089db43c9eec43532a277be3]

        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>  [35602b5f0bcbe13fe6896c62360c5bb68309d1df]

        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>  [78990477fac1eabe8967bf4eff1f08a13cbb5759]

        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>  [2622cf5ddb47f22cb0c1f4b0874c8c911ee3a26f]

        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>  [4774bcff020f1b9bf79141f6d7fb630fa2b724cd]

        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>  [4e6160032eda60f11da70a304131259ee527a0f3]

        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>  [305c3ee0d0b4c49de8e8829a99da9a17063363a9]

        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>  [a99237ba49d1d84dcff274f8baca46b4e7f940aa]

        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>  [6ecc856f8cc90bd18b29523460570e9358792d34]

        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>  [3e0f68e792b90717f102af8550fa1b6a9defc663]

        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>  [6195d275cb60575aa320bab64e10a52994b40e7b]

        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>  [347a1622743363ae11cd12bc00d5827c5c952f79]

        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>  [a851a3f4f26b652aa5806206bd4a6f06e832e6f0]

        CWS-TOOLING: integrate CWS libmsword 2008-12-18 12:33:19 +0100 kendy  r265681 : Export less symbols. 2008-12-17 19:26:56 +0100 kendy  r265655 : Move libmsword to the -writer package. 2008-12-15 17:46:16 +0100 kendy  r265516 : Enable exceptions for iodetect.cxx. 2008-12-15 15:17:53 +0100 kendy  r265504 : Deliver the msword.dll. 2008-12-09 19:38:17 +0100 kendy  r265138 : Remove accidentally added method. 2008-12-09 19:33:57 +0100 kendy  r265137 : Fix linking on Win32. 2008-12-09 18:37:16 +0100 kendy  r265135 : Move SwFltControlStack::Delete() to ww1/fltshell.cxx to fix linking. 2008-12-09 18:01:56 +0100 kendy  r265127 : Visibility fixes. 2008-12-09 15:51:52 +0100 kendy  r265109 : Fix ambiguous usage of class Color. 2008-12-09 14:54:27 +0100 kendy  r265091 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-09 14:44:59 +0100 kendy  r265088 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-08 19:14:49 +0100 kendy  r265015 : #i96313# Get rid of inc/iodetect.cxx, it's a really bad idea to share code by #ifdefing parts of it, and #including a .cxx file ;-) This change moves it to iodetect.cxx, which is compiled to a .o/.obj that is used where needed. 2008-11-20 17:45:08 +0100 kendy  r264083 : #i96313# Make the destruction of Readers consistent. 2008-11-20 17:18:11 +0100 kendy  r264070 : #i96313# Added missing SW_DLLPUBLIC for (Import|Export)(DOC|RTF). 2008-11-18 19:21:07 +0100 kendy  r263797 : #i96313# Remove accidentally added file. 2008-11-18 17:14:31 +0100 kendy  r263790 : #i96313# Split doc and rtf filters into a separate library From: Radek Doulik <rodo@novell.com> fix SwFieldBookmark class visibility (suggested by kendy) 2008-11-18 17:14:01 +0100 kendy  r263789 : #i96313# Split doc and rtf filters into a separate library From: Fridrich Strba <fstrba@novell.com> add visibility markup to allow linking 2008-11-18 17:13:29 +0100 kendy  r263788 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Visibility markup for libmsword. This is the most trivial approach, every class that had a symbol that needed to be visible was marked with SW_DLLPUBLIC; the correct (but more time consuming) way would be to mark just the exact methods that were needed. To be done later if generally shows that the separate libmsword makes sense; and also now we have the upper limit of symbols that needed to be added, and we can only make it better [decrease the number] ;-) 2008-11-18 17:12:58 +0100 kendy  r263787 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Added the missing msword.map. 2008-11-18 17:12:25 +0100 kendy  r263786 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> scp2 change for libmsword. 2008-11-18 17:11:55 +0100 kendy  r263785 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Convert the binary .doc and .rtf filters into a separate library. It is called 'libmsword' and loaded on demand when either of the formats (.doc, .rtf) is loaded or saved.

2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [48119ae05819132c6a4558dac23da8c70cad0814]

        CWS-TOOLING: integrate CWS libmsword 2008-12-18 12:33:19 +0100 kendy  r265681 : Export less symbols. 2008-12-17 19:26:56 +0100 kendy  r265655 : Move libmsword to the -writer package. 2008-12-15 17:46:16 +0100 kendy  r265516 : Enable exceptions for iodetect.cxx. 2008-12-15 15:17:53 +0100 kendy  r265504 : Deliver the msword.dll. 2008-12-09 19:38:17 +0100 kendy  r265138 : Remove accidentally added method. 2008-12-09 19:33:57 +0100 kendy  r265137 : Fix linking on Win32. 2008-12-09 18:37:16 +0100 kendy  r265135 : Move SwFltControlStack::Delete() to ww1/fltshell.cxx to fix linking. 2008-12-09 18:01:56 +0100 kendy  r265127 : Visibility fixes. 2008-12-09 15:51:52 +0100 kendy  r265109 : Fix ambiguous usage of class Color. 2008-12-09 14:54:27 +0100 kendy  r265091 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-09 14:44:59 +0100 kendy  r265088 : Add #include "precompiled_sw.hxx" to fix --enable-pch build. 2008-12-08 19:14:49 +0100 kendy  r265015 : #i96313# Get rid of inc/iodetect.cxx, it's a really bad idea to share code by #ifdefing parts of it, and #including a .cxx file ;-) This change moves it to iodetect.cxx, which is compiled to a .o/.obj that is used where needed. 2008-11-20 17:45:08 +0100 kendy  r264083 : #i96313# Make the destruction of Readers consistent. 2008-11-20 17:18:11 +0100 kendy  r264070 : #i96313# Added missing SW_DLLPUBLIC for (Import|Export)(DOC|RTF). 2008-11-18 19:21:07 +0100 kendy  r263797 : #i96313# Remove accidentally added file. 2008-11-18 17:14:31 +0100 kendy  r263790 : #i96313# Split doc and rtf filters into a separate library From: Radek Doulik <rodo@novell.com> fix SwFieldBookmark class visibility (suggested by kendy) 2008-11-18 17:14:01 +0100 kendy  r263789 : #i96313# Split doc and rtf filters into a separate library From: Fridrich Strba <fstrba@novell.com> add visibility markup to allow linking 2008-11-18 17:13:29 +0100 kendy  r263788 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Visibility markup for libmsword. This is the most trivial approach, every class that had a symbol that needed to be visible was marked with SW_DLLPUBLIC; the correct (but more time consuming) way would be to mark just the exact methods that were needed. To be done later if generally shows that the separate libmsword makes sense; and also now we have the upper limit of symbols that needed to be added, and we can only make it better [decrease the number] ;-) 2008-11-18 17:12:58 +0100 kendy  r263787 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Added the missing msword.map. 2008-11-18 17:12:25 +0100 kendy  r263786 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> scp2 change for libmsword. 2008-11-18 17:11:55 +0100 kendy  r263785 : #i96313# Split doc and rtf filters into a separate library From: Jan Holesovsky <kendy@suse.cz> Convert the binary .doc and .rtf filters into a separate library. It is called 'libmsword' and loaded on demand when either of the formats (.doc, .rtf) is loaded or saved.

2009-01-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09d0febde4e7248dc3f143af19043eb74fcac30]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [49c52dc8e5f37fd53ea41fff499551283acb8552]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fe981e8df91526f19627b7e37d62bb9b104f4a3]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c51de47a92dea4c6b65ad1852b736e4ef268c98]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd2f1c4c462d1eaa2d1aea366cfefca3b9218814]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe5ecee50e4b287def76f35922dc2b31fd5bd62]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [db75fe5503d06675e3c57349c2201ea42daab83a]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [50afe624b996edb05856bfe1be390639f458a88e]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbcc85a2f94bb35bbc5c56468bc71d991e2cafec]

        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>  [eade1c681bb9e1f5e1092936c021869655df66ba]

        #i94581# Update hid.lst

2009-01-05  Rüdiger Timm  <rt@openoffice.org>  [e4217b670abb4cab2dce3cbd18bc18d1d17d8950]

        #i95875#, #i10000#  Do not create signalfiles in in working directory.

2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab9bee4720820ebd1a2d851bcb4f7db79145931e]

        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>  [19f251c29311c23f071cc02fdaa6efd6917922a0]

        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>  [702d4f29e60b9f9aa860a102d6c7bce2163e5942]

        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>  [157c6391f460757d712df74b2f9c17ad1fc0ddc2]

        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

2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dcd1492c641d6a318c5945673b4c1ec536e0d8a]

        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

2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e8d6de60cf91e97fe722834c294a0a9223922f]

        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

2009-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f21e2ab7402673c8930baeff1ce111288662c562]

        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>  [1ddaa21f25dd09d44a49a7407480072f251f8333]

        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>  [ee43ed1aa73f840ecce5ff76ca4e615b105be810]

        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>  [ea23c78253885d95910d601db54a868806576975]

        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>  [16160041500efcc4cc8ad9b77e7c6aa90c0d1acc]

        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>  [41e0d74e92d660b1b2e96f6dbaa00eb3eb84623e]

        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>  [f9b766aeba91ed331e4c293edd97954b7ebdfce3]

        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>  [907afb8927c4834a5c30cd4f57f17b7297f18b2c]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a34672d85fe6b249d03f9651f6e978e0b84d710f]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae503a17e4b125688b7a541427e34a62298108a1]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fc7fb343dd6232fe2970ccf69b246019b9f767f]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a1c0c61dcd71d189849e9b8d54e8c17ede4839c]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0416c98d433be40fe2e2d0199ebaa8d029e8e338]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed82fa6ad09f761185bddce7a2d3149fb4cbcbdc]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2677ad22a87315796ffcb6094f9ef0ba8e80cef]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [95dd5723d035324c8ad38976635fcb7a257ce80f]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [96000512682917df87d8c6e011d0827d188500cf]

        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-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [386551b1fcd13fef876bcd85ae378b6470593a5f]

        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-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b596fdfb8637d117c8cbb9f891d366fdc59dae]

        CWS-TOOLING: integrate CWS native216 2008-12-18 10:50:56 +0100 jsk  r265675 : #i97390# 2008-12-18 09:35:32 +0100 jsk  r265668 : #i97110# 2008-12-17 17:38:44 +0100 tbo  r265649 : #i97365# double entries in hid.lst 2008-12-17 09:01:55 +0100 jsk  r265580 : #i97343# 2008-12-16 21:11:08 +0100 jsk  r265574 : #i97110# 2008-12-16 15:59:30 +0100 jsk  r265555 : #i97110# 2008-12-16 15:57:57 +0100 jsk  r265554 : #i97110# 2008-12-11 11:49:29 +0100 is  r265274 : #i97101# new oooimprovement extension 2008-12-11 11:48:33 +0100 is  r265272 : #i97101# new oooimprovement extension

2008-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e3b882a480dd809e5ff4f496c8b2e4a6174c9e]

        CWS-TOOLING: integrate CWS native216 2008-12-18 10:50:56 +0100 jsk  r265675 : #i97390# 2008-12-18 09:35:32 +0100 jsk  r265668 : #i97110# 2008-12-17 17:38:44 +0100 tbo  r265649 : #i97365# double entries in hid.lst 2008-12-17 09:01:55 +0100 jsk  r265580 : #i97343# 2008-12-16 21:11:08 +0100 jsk  r265574 : #i97110# 2008-12-16 15:59:30 +0100 jsk  r265555 : #i97110# 2008-12-16 15:57:57 +0100 jsk  r265554 : #i97110# 2008-12-11 11:49:29 +0100 is  r265274 : #i97101# new oooimprovement extension 2008-12-11 11:48:33 +0100 is  r265272 : #i97101# new oooimprovement extension

2008-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ce9c1f0b95018c79fc4d0e3ed19ab879a57cc05]

        CWS-TOOLING: integrate CWS native216 2008-12-18 10:50:56 +0100 jsk  r265675 : #i97390# 2008-12-18 09:35:32 +0100 jsk  r265668 : #i97110# 2008-12-17 17:38:44 +0100 tbo  r265649 : #i97365# double entries in hid.lst 2008-12-17 09:01:55 +0100 jsk  r265580 : #i97343# 2008-12-16 21:11:08 +0100 jsk  r265574 : #i97110# 2008-12-16 15:59:30 +0100 jsk  r265555 : #i97110# 2008-12-16 15:57:57 +0100 jsk  r265554 : #i97110# 2008-12-11 11:49:29 +0100 is  r265274 : #i97101# new oooimprovement extension 2008-12-11 11:48:33 +0100 is  r265272 : #i97101# new oooimprovement extension

2008-12-25  René Engelhard  <rene@openoffice.org>  [8477e2062825e7fa9fb794257e5b8db39033152e]

        #i96970# fix integration of swffixes02

2008-12-22  Rüdiger Timm  <rt@openoffice.org>  [d11e75f0bf46a110fa2fb7a41a5d2ffcd0e82722]

        #i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.

2008-12-22  Rüdiger Timm  <rt@openoffice.org>  [606c02f62dd18c025ee9308ca6e49e422cb35f77]

        #i97440# For now disable bundling of writer2latex extension as it breaks non-product version for mac and windows. Re-enable as soon as the underlying bug has been fixed.

2008-12-22  Rüdiger Timm  <rt@openoffice.org>  [293394e34d5e2368c3bf592d9d14437741ea8084]

        #i97440# Undo r265738 as it did not help.

2008-12-22  Rüdiger Timm  <rt@openoffice.org>  [f05154c1f290f4b8ee7a6af5f1c30d5536f2027b]

        #i97483# Remove duplicate entries, introduced in r14657 (integration of CWS native209_DEV300).

2008-12-20  Rüdiger Timm  <rt@openoffice.org>  [7bdfafa82c73a16ee7bbe1667aac0d64d1ab673d]

        #i10000# Fix temp file name

2008-12-19  Rüdiger Timm  <rt@openoffice.org>  [90c5e557adcd2d7a931e166102301a70d287c6a5]

        #i10000# Do not write incomplete filter entries.

2008-12-19  Rüdiger Timm  <rt@openoffice.org>  [fc41ec275c668651d749ee9adf3c727e62d80303]

        #i97426# Do not use a static Bitmap here.

2008-12-19  Rüdiger Timm  <rt@openoffice.org>  [8291946457ff413625f4387dfa02d5897bddbeab]

        #i10000# Get master fix from OOO300 m14: correct package names for vi & gl

2008-12-19  Rüdiger Timm  <rt@openoffice.org>  [612e509ba24e7febd2f99ca6c75e0610e0cc745a]

        #i10000# Avoid warnings

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [1de383819e70ec2816447d6b621695d178eeb9ee]

        #i97405# Typo corrected.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [f5ef2f06be7816a94314cf1239542d8b40dae390]

        #i10000# Make acronym unique

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [de1f2f8cfc2b1a1d9a8820c4f4ef52943ece5201]

        #i10000# Under some obscure circumstances we need quoting for this expression.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [2cd610a548ee24af97510d29b203a952eefb6fa1]

        #i10000# Initialize 'fVal' variable to avoid warning.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [1d68dbefecf1272fb307c8ae11acee9769aa47eb]

        #i10000# Add xServiceFactory

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [0e41ac89cb526b83a4190b43cdb38fc37d737ad8]

        #i10000# Changed text::TextMarkupType::GRAMMAR into text::TextMarkupType::PROOFREADING

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [1dc21a0ac059e97958f6f6665a2feca5347104c1]

        #i10000# Make 'pWindow' variable known to DBG statement.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [cd8aae109b17622439d52583270c9fe949a0e45f]

        #i10000# Cast rWriteAcc->GetBestPaletteIndex to BYTE.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [a0e9869ca6103fd87e96f649f2cc8b4a877552f5]

        #i10000# Fix duplicate resource identifier.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [9348d2e6646d648623b618e334a0bb9477e6c7a5]

        #i10000# Define variables.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [7e176b9f90eb853d4f9335c33ef098fe48d3e529]

        #i10000# #i91949# Avoid warning about 'unused variable'.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [079cf03df56dc24ce0fc18a9d4881cf7a8031687]

        #i10000# #i91949# Since CWS tl56 there's no EE_CNTRL_NOREDLINES define any more (fix by TL).

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [a5e2b790af38216e2f6bf01178ea386b27da8906]

        #i10000# r265661 wasn't perfect yet, this should be better.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [094f6a7e968dd797e43b3b619d380228cab4132f]

        #i10000# Warning: statement is unreachable.

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [34fa72e8733f62bd2b017ac1513450c09cfcdc97]

        #i10000# Changes from CWS rtlcontrols conflicted with restructuring in m37

2008-12-18  Rüdiger Timm  <rt@openoffice.org>  [33b089b56bc2fb9cb566b95c4b9a96f5ccdb1fab]

        CWS-TOOLING: integrate CWS hr57 2008-12-16 18:44:25 +0100 hr  r265571 : #i96877#: implement svn client version check for cws rebase; fix relink after rebase 2008-12-16 16:04:38 +0100 hr  r265556 : #i97316#: restore link structure after rebasing 2008-12-05 17:56:12 +0100 hr  r264911 : #i96917#: enforce english locale for spawned svn commands to prevent parsing errors; cosmetic changes

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [e0a6d52de06dfefaed506087203cf38bef1d5a3d]

        #i10000# DBG_* macros now require a ';'

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [c54faaa60cff8eb3ccd236aebe788d3b0589db59]

        #i10000# DBG_* macros now require a ';'

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [4a5a3378e7657c679da7f4bb69068f8feaa36519]

        #i10000# remove DoDrawRedLines()

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [1e4648773daf912690a86092ee61b4b48ce5f6a2]

        #i10000# I somehow managed to remove dozens of files by mistake when integrating CWS tl56_DEV300 (r265489). Revive.

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [b9fc19621d1e5aea8156ed31bc31bcf959a3785f]

        #i10000# I somehow managed to remove dozens of files by mistake when integrating CWS tl56_DEV300 (r265489). Revive.

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [da3ce47f1edd54ead268cb5c02a4ec3817c9dbeb]

        #i10000# I somehow managed to remove dozens of files by mistake when integrating CWS tl56_DEV300 (r265489). Revive.

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [50e8c911e060d2ecdada42823f90be30296c0508]

        #i10000# comphelper/source/property/propagg.cxx include 'typeinfo' instead of 'typeinfo.h'.

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [0a3c74a86bd34005bbe26dd46ff8cca60b8036f4]

        #i10000# comphelper/source/property/propagg.cxx include 'typeinfo' instead of 'typeinfo.h'.

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [53e01aa1357268e504366dba80ae36281dd8f42b]

        #i10000# Make acronym unique

2008-12-17  Rüdiger Timm  <rt@openoffice.org>  [2120ed88a66153da9bc1f77ea0c687109fc63b1c]

        #i10000# Revive offapi/com/sun/star/chart/MissingValueTreatment.idl

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [d47faebf19be9cddf767b54163d23e77a928d95a]

        DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [b1da5a57d93e8e9b43b9bba9fabc3b7e61289edc]

        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>  [85702858a81c72b40f0e7e3ce05e677ffb996da9]

        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>  [6adf0ad69933ed593f0fd0a3c4dd688fe52687f9]

        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>  [063e5974b8ca3f9668745f904c2063eb0d70c7c3]

        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>  [1b911c2910924880f7db821927cf0bec6c8c733a]

        #i10000# SO: depend on 'officenames'.

2008-12-16  Philipp Lohmann  <pl@openoffice.org>  [4ee46e177a830739cdc57613784b99f29ec00bea]

        revert erroneous commit on trunk

2008-12-16  Philipp Lohmann  <pl@openoffice.org>  [26ede1844bf8f599449fbc77e9fbcf008e861e1c]

        #i93173# lazy deletion of toolbars

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [eb1fb30b3055ba2306e7956babf8c618e4e50c46]

        CWS-TOOLING: integrate CWS native211_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [03fb43fd3d63d34da2992a2067b13a4436f9153d]

        CWS-TOOLING: integrate CWS native211_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [910f6c461c23ab658a93e6f26ee58a5890299431]

        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>  [a03a6463880689bd311f7d8069aec3b7fb49c7fa]

        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>  [80ff83fc04c785abc22d6a14e0f71d5e9ab3e28c]

        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>  [69b684b12e42bf1396bdffca88ca880ac3c2e00b]

        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>  [6c5fbbfaebbe666f25ef13f1aecd5b019db884a8]

        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>  [ba13251d79d9eee4e77beebe3f6b02e8127b8892]

        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>  [4d25bb492c1a82be70808b7f66296abf8923b226]

        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>  [30dc7272b2dd2b0d399e7905ecf4c99dd1c2652d]

        CWS-TOOLING: integrate CWS odfp30_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [f8f3c24d4d63c19a360e129118ad6f89147ac353]

        CWS-TOOLING: integrate CWS odfp30_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [a2c470025fe6cc4b711fdfe88976e829aef713ab]

        CWS-TOOLING: integrate CWS odfp30_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [692b9bb291b9c5efb6c2daf77b213bde07326016]

        CWS-TOOLING: integrate CWS odfp30_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [4f70cd8e18074e87aa8af64bf37585e5fcebfc3f]

        CWS-TOOLING: integrate CWS odfp30_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [0653d8ba55131fe025cb1e7f914b872ca2f01486]

        CWS-TOOLING: integrate CWS native210_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [d77dfcfa0fa4172c5a8840c079b5d8cba16f3d0b]

        CWS-TOOLING: integrate CWS native210_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [ef3e6790015f17c5301a910ea75718b43930b039]

        CWS-TOOLING: integrate CWS mav45_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [53c54b688dcd1594c2275ca591935019ba84d398]

        CWS-TOOLING: integrate CWS native209_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [2f4d5c35d405ce8e4a046921754b83de80788d9f]

        CWS-TOOLING: integrate CWS native209_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [81896430684faf0985d6729125a977f15c357b67]

        CWS-TOOLING: integrate CWS sw301bf05_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [97396d0614f87ed8cdbad577dbccc217e2e98c58]

        CWS-TOOLING: integrate CWS sw301bf05_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [69078217faee67ca461f23b099f0231cf3cda4be]

        CWS-TOOLING: integrate CWS sw301bf05_DEV300

2008-12-16  Rüdiger Timm  <rt@openoffice.org>  [92151164078b33588e773aabcfdbb1d31d3a6b4f]

        CWS-TOOLING: integrate CWS sw301bf05_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [5cef3239f432ce5aaf26e577aaf2811f872d2d85]

        CWS-TOOLING: integrate CWS qadev34t_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [e11f93c8c7c232448b665e89f2d8477360dca4c4]

        CWS-TOOLING: integrate CWS qadev34t_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [89eaac243a36bc9e3402132f5152f9d172b97a22]

        CWS-TOOLING: integrate CWS swffixes02_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [0f6c25e730d6a2721fd1a03896d97d3546784537]

        #i96909# Do not translate officecfg/data/org/openoffice/Office/Accelerators.xcu

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [d4ec5ae3db034af09e0773c24714f3df4f04d396]

        #i96909# Do not translate officecfg/data/org/openoffice/Office/Accelerators.xcu

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [e5053ca7d00037add17ceb85ea531666fca9af01]

        CWS-TOOLING: integrate CWS ooo301gsl3_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [6e26501b0c0ad3cbd98c0af9aab2f9afc8461886]

        CWS-TOOLING: integrate CWS ooo301gsl3_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [89c9c545f47381d26a3b97b8b78d4bdb41a2914c]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [03e74ca79e2147a4268985eb90e4fac976b5ed81]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [d4d0eff0e8fbbd53af86a47b41aa78be8db0199f]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [e675e98a9bb1ae81f93486b80f5bf2f84b570e25]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [917ab85805d8c8cff292c4ba37ee3c1e4a97095d]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [1e2edbcfec7d002c3ab0078395c7a1edaf12d88d]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [3e3396189e2acd863096376ad39e8a59aff47e7e]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [425f307d4bbc07c13b25dd8e6a20cfae0f201129]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [a10ddaf8a9d8cf16aa219f72bcdba67df8f6b678]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [bd14d6bc197144d99ab8339f7d018d2a4678f610]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [587abd3cd7f1f25745347bc71717787d32fc620e]

        CWS-TOOLING: integrate CWS tl56_DEV300

2008-12-15  Ocke Janssen  <oj@openoffice.org>  [91f55402d65a88423ec4827e7cf880dc7283b715]

        reverse commit

2008-12-15  Ocke Janssen  <oj@openoffice.org>  [6a18a66e1c11cb357f4b70115bdd2f89c24ceb11]

        new pentaho sources

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [0958a9cd0dbcfcae46fb664d5b4ac6d28804b9a2]

        CWS-TOOLING: integrate CWS macrestart2_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [095c77393155dfac5bbf3a62a5fdcabc6f0f93f2]

        CWS-TOOLING: integrate CWS macrestart2_DEV300

2008-12-15  Rüdiger Timm  <rt@openoffice.org>  [46b3f2d50dc387b2b635de5f7d675e4c6a9a202a]

        CWS-TOOLING: integrate CWS ooo301gsl2_DEV300

2008-12-14  Eric Bachard  <ericb@openoffice.org>  [0e9c6b78527f5969e177015ba49d923364ac65cc]

        #i10000# reverting bad commit

2008-12-14  Eric Bachard  <ericb@openoffice.org>  [bd02cbf4ac5ed3db172bf1b28c78b7ab4e1c65cf]

        #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-13  René Engelhard  <rene@openoffice.org>  [25f8c711e87a8f8e437e31367fc71da108c4304b]

        #i10000# fix sysui36 integration

2008-12-13  Rüdiger Timm  <rt@openoffice.org>  [b7760a608cf2b30d4aaaa3f21d5a0658ea5f9fd2]

        CWS-TOOLING: integrate CWS sjfixes12_DEV300

2008-12-13  Rüdiger Timm  <rt@openoffice.org>  [383044d00d1405740eedef673edd79b951fadcf8]

        CWS-TOOLING: integrate CWS sjfixes12_DEV300

2008-12-13  Rüdiger Timm  <rt@openoffice.org>  [608c587a7521c5126f0fddb623204721be6d91e5]

        CWS-TOOLING: integrate CWS sjfixes12_DEV300

2008-12-13  Rüdiger Timm  <rt@openoffice.org>  [3dc801ce9c8d4325413ee1fff48bc5eef76208ea]

        CWS-TOOLING: integrate CWS sysui36 2008-12-12 22:23:56 +0100 rene  r265443 : revert last change 2008-12-12 19:59:28 +0100 ihi  r265442 : ->Exec PRODUCTNAME 2008-12-12 19:44:27 +0100 ihi  r265441 : false icon but locolor 2008-12-12 19:43:50 +0100 ihi  r265440 : false icon but locolor 2008-12-12 16:12:35 +0100 ihi  r265430 : pre #i86704# work to have the translation prepared till UI freeze 2008-12-10 18:46:08 +0100 ihi  r265222 : #i96666# rpm build fix 2008-12-10 18:35:55 +0100 ihi  r265217 : #i93909# Missing GenericName

2008-12-13  Rüdiger Timm  <rt@openoffice.org>  [feaeb953e72da6a6b260f8c536e25c0322fdf92e]

        CWS-TOOLING: integrate CWS sysui28_DEV300

2008-12-12  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e83497f0cc18b219340cdf9311abd2f48df7395]

        #i10000#: add 'idl' and 'pus' to zip_sub_dirs

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [e45319f7a1c88293aadcfdcd326c821d06176d48]

        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>  [90f49bad18059f150dc8ccc432808b9a29d368ac]

        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>  [d6b3e99927528cd5ad313b36835abd287996519e]

        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>  [3d8934c4ed0ada08548e16628d92642f01a1efd5]

        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>  [ca1d8b662910092f3775a45989b036293c2c6955]

        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>  [21fd41dec5d745cfacc131867acb8d09bf4ba509]

        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>  [e9227cef3ebb28bed09ac82bc3292c2c65d5baa5]

        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>  [1e29c3191e045842466415b44090d5cb176f7bfd]

        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>  [508e0b1e293ada6320bc0385d16ef5fcaa5a5bf5]

        CWS-TOOLING: integrate CWS dba301b_DEV300

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [d5a7338041d53731a41c943441331d50ede9cf57]

        CWS-TOOLING: integrate CWS rtlchart02

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [8dfa4de22ad9d24bdd811f6d88057a41072de1c9]

        CWS-TOOLING: integrate CWS rtlchart02

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [8f03095fa0920e870bffdd01f9f98a98a4b5291e]

        CWS-TOOLING: integrate CWS rtlchart02

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [fb7ff1e307beecc29f9a9d73f075ae3551513ee8]

        CWS-TOOLING: integrate CWS rtlchart02

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [1f9f07c848ae33cd9cd301da6d8ea00cd31359d0]

        CWS-TOOLING: integrate CWS rtlchart02

2008-12-12  Rüdiger Timm  <rt@openoffice.org>  [dd670826479c816602934874d6d7997ee3f1c966]

        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-12  Rüdiger Timm  <rt@openoffice.org>  [2239821d54cfe7868c08219ada8cf02d67c63589]

        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-12  Rüdiger Timm  <rt@openoffice.org>  [a1f71ef0746e5a39e593db220fd82913080dc1da]

        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-12  Rüdiger Timm  <rt@openoffice.org>  [86d6b4cb79154606f1efad1ef49f3a40b204ea92]

        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-12  Rüdiger Timm  <rt@openoffice.org>  [47b1cc26c2697d81b44be5fb53598321cbc5d827]

        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>  [60665ef5d2fd8e3df4509c723dbad5393b6eb0b2]

        CWS-TOOLING: integrate CWS hrovista3_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [08644e4eb5e11ba9fe7373eae3c38d50424a859c]

        CWS-TOOLING: integrate CWS qascripts04 2008-12-11 16:11:08 +0100 jsk  r265329 : #i97147 2008-12-11 16:01:41 +0100 jsk  r265326 : #i97136# 2008-12-11 15:14:31 +0100 jsk  r265310 : #i97136# 2008-12-11 14:30:15 +0100 jsk  r265299 : #i97136# 2008-12-11 10:46:58 +0100 jsk  r265264 : #i97107# 2008-12-11 10:43:59 +0100 jsk  r265263 : #i97107# 2008-12-11 10:02:16 +0100 jsk  r265249 : #i97126# 2008-12-11 08:53:12 +0100 jsk  r265244 : #i97106# 2008-12-11 08:19:15 +0100 jsk  r265243 : #i97104# 2008-12-11 08:14:08 +0100 jsk  r265242 : #i97106#

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [93e3b8ab506cb48d0c91f66725731619faa50ad0]

        CWS-TOOLING: integrate CWS impressfontsize 2008-12-11 14:15:16 +0100 wg  r265298 : i97125 2008-12-11 12:54:53 +0100 wg  r265288 : i97125 2008-12-11 12:53:03 +0100 wg  r265287 : i97125 2008-12-11 11:25:42 +0100 wg  r265270 : i97125 2008-12-11 10:22:13 +0100 wg  r265253 : i97125 2008-12-11 09:22:47 +0100 wg  r265247 : i97125 2008-12-09 15:28:51 +0100 cl  r265097 : added missing toolbar buttons for inc/dec font size 2008-12-08 17:39:46 +0100 cl  r265012 : #i80257# added autolayout text only 2008-12-08 17:32:07 +0100 cl  r265011 : #i80257# added autolayout text only 2008-12-08 16:42:19 +0100 cl  r265008 : #i94459# fixed a bug in insertByName and replaceByName 2008-12-08 16:25:26 +0100 cl  r265007 : #i80257# new image for text only auto layout in impress 2008-12-08 16:24:01 +0100 cl  r265006 : #i80257# new image for text only auto layout in impress 2008-12-08 16:01:46 +0100 cl  r265003 : #i88855# changed wording from Monitor to Display 2008-12-08 15:57:24 +0100 cl  r265002 : #i91904# applied patch to fix a wrong index access 2008-12-05 12:51:47 +0100 cl  r264900 : #i8824# allow setting of text properties at shape without reformating text 2008-12-05 11:09:21 +0100 cl  r264895 : fixed build problem 2008-12-04 12:04:09 +0100 cl  r264829 : fixed build issue 2008-12-04 11:03:58 +0100 cl  r264823 : #i8824# set new fontsize at shape 2008-12-02 22:39:22 +0100 cl  r264732 : fixed build problem 2008-12-02 22:38:42 +0100 cl  r264731 : fixed build problem 2008-12-01 17:44:29 +0100 cl  r264623 : CWS-TOOLING: rebase CWS impressfontsize to trunk@264325 (milestone: DEV300:m36) 2008-11-07 11:38:13 +0100 cl  r263418 : #i95920# fixed an OpenSolaris build breaker 2008-11-06 14:56:04 +0100 cl  r263386 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:55:41 +0100 cl  r263385 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:03:59 +0100 cl  r263384 : #158530# allow editing of interaction links with hyperlink editor 2008-10-20 15:34:13 +0200 cl  r262322 : #i8824# migrate cws impressfontsize to subversion.

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [34d877e2d966d1772c61d6bc8217438fcf34389f]

        CWS-TOOLING: integrate CWS impressfontsize 2008-12-11 14:15:16 +0100 wg  r265298 : i97125 2008-12-11 12:54:53 +0100 wg  r265288 : i97125 2008-12-11 12:53:03 +0100 wg  r265287 : i97125 2008-12-11 11:25:42 +0100 wg  r265270 : i97125 2008-12-11 10:22:13 +0100 wg  r265253 : i97125 2008-12-11 09:22:47 +0100 wg  r265247 : i97125 2008-12-09 15:28:51 +0100 cl  r265097 : added missing toolbar buttons for inc/dec font size 2008-12-08 17:39:46 +0100 cl  r265012 : #i80257# added autolayout text only 2008-12-08 17:32:07 +0100 cl  r265011 : #i80257# added autolayout text only 2008-12-08 16:42:19 +0100 cl  r265008 : #i94459# fixed a bug in insertByName and replaceByName 2008-12-08 16:25:26 +0100 cl  r265007 : #i80257# new image for text only auto layout in impress 2008-12-08 16:24:01 +0100 cl  r265006 : #i80257# new image for text only auto layout in impress 2008-12-08 16:01:46 +0100 cl  r265003 : #i88855# changed wording from Monitor to Display 2008-12-08 15:57:24 +0100 cl  r265002 : #i91904# applied patch to fix a wrong index access 2008-12-05 12:51:47 +0100 cl  r264900 : #i8824# allow setting of text properties at shape without reformating text 2008-12-05 11:09:21 +0100 cl  r264895 : fixed build problem 2008-12-04 12:04:09 +0100 cl  r264829 : fixed build issue 2008-12-04 11:03:58 +0100 cl  r264823 : #i8824# set new fontsize at shape 2008-12-02 22:39:22 +0100 cl  r264732 : fixed build problem 2008-12-02 22:38:42 +0100 cl  r264731 : fixed build problem 2008-12-01 17:44:29 +0100 cl  r264623 : CWS-TOOLING: rebase CWS impressfontsize to trunk@264325 (milestone: DEV300:m36) 2008-11-07 11:38:13 +0100 cl  r263418 : #i95920# fixed an OpenSolaris build breaker 2008-11-06 14:56:04 +0100 cl  r263386 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:55:41 +0100 cl  r263385 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:03:59 +0100 cl  r263384 : #158530# allow editing of interaction links with hyperlink editor 2008-10-20 15:34:13 +0200 cl  r262322 : #i8824# migrate cws impressfontsize to subversion.

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [9c684781b319e8af24e48710055debc6223d0b93]

        CWS-TOOLING: integrate CWS impressfontsize 2008-12-11 14:15:16 +0100 wg  r265298 : i97125 2008-12-11 12:54:53 +0100 wg  r265288 : i97125 2008-12-11 12:53:03 +0100 wg  r265287 : i97125 2008-12-11 11:25:42 +0100 wg  r265270 : i97125 2008-12-11 10:22:13 +0100 wg  r265253 : i97125 2008-12-11 09:22:47 +0100 wg  r265247 : i97125 2008-12-09 15:28:51 +0100 cl  r265097 : added missing toolbar buttons for inc/dec font size 2008-12-08 17:39:46 +0100 cl  r265012 : #i80257# added autolayout text only 2008-12-08 17:32:07 +0100 cl  r265011 : #i80257# added autolayout text only 2008-12-08 16:42:19 +0100 cl  r265008 : #i94459# fixed a bug in insertByName and replaceByName 2008-12-08 16:25:26 +0100 cl  r265007 : #i80257# new image for text only auto layout in impress 2008-12-08 16:24:01 +0100 cl  r265006 : #i80257# new image for text only auto layout in impress 2008-12-08 16:01:46 +0100 cl  r265003 : #i88855# changed wording from Monitor to Display 2008-12-08 15:57:24 +0100 cl  r265002 : #i91904# applied patch to fix a wrong index access 2008-12-05 12:51:47 +0100 cl  r264900 : #i8824# allow setting of text properties at shape without reformating text 2008-12-05 11:09:21 +0100 cl  r264895 : fixed build problem 2008-12-04 12:04:09 +0100 cl  r264829 : fixed build issue 2008-12-04 11:03:58 +0100 cl  r264823 : #i8824# set new fontsize at shape 2008-12-02 22:39:22 +0100 cl  r264732 : fixed build problem 2008-12-02 22:38:42 +0100 cl  r264731 : fixed build problem 2008-12-01 17:44:29 +0100 cl  r264623 : CWS-TOOLING: rebase CWS impressfontsize to trunk@264325 (milestone: DEV300:m36) 2008-11-07 11:38:13 +0100 cl  r263418 : #i95920# fixed an OpenSolaris build breaker 2008-11-06 14:56:04 +0100 cl  r263386 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:55:41 +0100 cl  r263385 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:03:59 +0100 cl  r263384 : #158530# allow editing of interaction links with hyperlink editor 2008-10-20 15:34:13 +0200 cl  r262322 : #i8824# migrate cws impressfontsize to subversion.

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [95817dda73e94a23b538fa6a009fd7eb1d10bac6]

        CWS-TOOLING: integrate CWS impressfontsize 2008-12-11 14:15:16 +0100 wg  r265298 : i97125 2008-12-11 12:54:53 +0100 wg  r265288 : i97125 2008-12-11 12:53:03 +0100 wg  r265287 : i97125 2008-12-11 11:25:42 +0100 wg  r265270 : i97125 2008-12-11 10:22:13 +0100 wg  r265253 : i97125 2008-12-11 09:22:47 +0100 wg  r265247 : i97125 2008-12-09 15:28:51 +0100 cl  r265097 : added missing toolbar buttons for inc/dec font size 2008-12-08 17:39:46 +0100 cl  r265012 : #i80257# added autolayout text only 2008-12-08 17:32:07 +0100 cl  r265011 : #i80257# added autolayout text only 2008-12-08 16:42:19 +0100 cl  r265008 : #i94459# fixed a bug in insertByName and replaceByName 2008-12-08 16:25:26 +0100 cl  r265007 : #i80257# new image for text only auto layout in impress 2008-12-08 16:24:01 +0100 cl  r265006 : #i80257# new image for text only auto layout in impress 2008-12-08 16:01:46 +0100 cl  r265003 : #i88855# changed wording from Monitor to Display 2008-12-08 15:57:24 +0100 cl  r265002 : #i91904# applied patch to fix a wrong index access 2008-12-05 12:51:47 +0100 cl  r264900 : #i8824# allow setting of text properties at shape without reformating text 2008-12-05 11:09:21 +0100 cl  r264895 : fixed build problem 2008-12-04 12:04:09 +0100 cl  r264829 : fixed build issue 2008-12-04 11:03:58 +0100 cl  r264823 : #i8824# set new fontsize at shape 2008-12-02 22:39:22 +0100 cl  r264732 : fixed build problem 2008-12-02 22:38:42 +0100 cl  r264731 : fixed build problem 2008-12-01 17:44:29 +0100 cl  r264623 : CWS-TOOLING: rebase CWS impressfontsize to trunk@264325 (milestone: DEV300:m36) 2008-11-07 11:38:13 +0100 cl  r263418 : #i95920# fixed an OpenSolaris build breaker 2008-11-06 14:56:04 +0100 cl  r263386 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:55:41 +0100 cl  r263385 : #i40730# added support to supress export of hidden slides to html 2008-11-06 14:03:59 +0100 cl  r263384 : #158530# allow editing of interaction links with hyperlink editor 2008-10-20 15:34:13 +0200 cl  r262322 : #i8824# migrate cws impressfontsize to subversion.

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [bc4d7d372ffb676ad3433a24d6a46a43eea0be94]

        CWS-TOOLING: integrate CWS cwscheckapi6 2008-12-11 16:24:54 +0100 cn  r265333 : #i97148 svn could return folder, but cwstouched hanldes only files. This is fixed here

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [26db47abd059a1482bd03df937314f4645c38ece]

        CWS-TOOLING: integrate CWS jsc312 2008-12-04 17:08:20 +0100 jsc  r264858 : #i96902# update reference rdb 2008-12-04 17:06:34 +0100 jsc  r264857 : #i96902# update reference rdb 2008-11-28 14:54:24 +0100 jsc  r264556 : #i96671# correct location of generated scripts 2008-11-28 14:29:30 +0100 jsc  r264554 : #92661# minor changes 2008-11-28 09:36:27 +0100 jsc  r264527 : #92661# minor optimizations 2008-11-27 11:32:24 +0100 jsc  r264470 : #92661# retrieve lib path and load related library full qualified 2008-11-18 09:08:22 +0100 jsc  r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure 2008-11-18 09:05:12 +0100 jsc  r263744 : #i93980# remove regview and regmerge 2008-11-18 08:57:09 +0100 jsc  r263743 : #i93981# insert SDK rpath link option for regcompare 2008-11-18 08:55:08 +0100 jsc  r263742 : #i93981# insert SDK rpath link option 2008-11-17 16:26:25 +0100 jsc  r263727 : #i96055# correct brackets

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [6298104cef47fa7486e5850c563220b1dbaf8b6a]

        CWS-TOOLING: integrate CWS jsc312 2008-12-04 17:08:20 +0100 jsc  r264858 : #i96902# update reference rdb 2008-12-04 17:06:34 +0100 jsc  r264857 : #i96902# update reference rdb 2008-11-28 14:54:24 +0100 jsc  r264556 : #i96671# correct location of generated scripts 2008-11-28 14:29:30 +0100 jsc  r264554 : #92661# minor changes 2008-11-28 09:36:27 +0100 jsc  r264527 : #92661# minor optimizations 2008-11-27 11:32:24 +0100 jsc  r264470 : #92661# retrieve lib path and load related library full qualified 2008-11-18 09:08:22 +0100 jsc  r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure 2008-11-18 09:05:12 +0100 jsc  r263744 : #i93980# remove regview and regmerge 2008-11-18 08:57:09 +0100 jsc  r263743 : #i93981# insert SDK rpath link option for regcompare 2008-11-18 08:55:08 +0100 jsc  r263742 : #i93981# insert SDK rpath link option 2008-11-17 16:26:25 +0100 jsc  r263727 : #i96055# correct brackets

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [5cfe5254ba19e3a48abc79868f175f43e1390434]

        CWS-TOOLING: integrate CWS sb101 2008-12-08 16:52:06 +0100 sb  r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there 2008-11-24 18:15:54 +0100 sb  r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too 2008-11-20 21:12:31 +0100 jbu  r264103 : deactivated debug log 2008-11-20 21:09:03 +0100 jbu  r264102 : #i95331# ld_library_path now contains ure/lib directory 2008-11-20 21:05:37 +0100 jbu  r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged) 2008-11-20 20:46:57 +0100 jbu  r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again 2008-11-20 20:38:23 +0100 jbu  r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state 2008-11-20 10:46:28 +0100 sb  r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does) 2008-11-18 17:01:09 +0100 sb  r263784 : #i96314# fixed encode() 2008-11-18 15:59:17 +0100 sb  r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP 2008-11-18 13:51:36 +0100 sb  r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [62b009474c7d0ab9ecec352e3b8c9b6f912dd7fe]

        CWS-TOOLING: integrate CWS sb101 2008-12-08 16:52:06 +0100 sb  r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there 2008-11-24 18:15:54 +0100 sb  r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too 2008-11-20 21:12:31 +0100 jbu  r264103 : deactivated debug log 2008-11-20 21:09:03 +0100 jbu  r264102 : #i95331# ld_library_path now contains ure/lib directory 2008-11-20 21:05:37 +0100 jbu  r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged) 2008-11-20 20:46:57 +0100 jbu  r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again 2008-11-20 20:38:23 +0100 jbu  r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state 2008-11-20 10:46:28 +0100 sb  r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does) 2008-11-18 17:01:09 +0100 sb  r263784 : #i96314# fixed encode() 2008-11-18 15:59:17 +0100 sb  r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP 2008-11-18 13:51:36 +0100 sb  r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [392fb0681022a7fa4b04003f7267cdcf96873a60]

        CWS-TOOLING: integrate CWS sb101 2008-12-08 16:52:06 +0100 sb  r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there 2008-11-24 18:15:54 +0100 sb  r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too 2008-11-20 21:12:31 +0100 jbu  r264103 : deactivated debug log 2008-11-20 21:09:03 +0100 jbu  r264102 : #i95331# ld_library_path now contains ure/lib directory 2008-11-20 21:05:37 +0100 jbu  r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged) 2008-11-20 20:46:57 +0100 jbu  r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again 2008-11-20 20:38:23 +0100 jbu  r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state 2008-11-20 10:46:28 +0100 sb  r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does) 2008-11-18 17:01:09 +0100 sb  r263784 : #i96314# fixed encode() 2008-11-18 15:59:17 +0100 sb  r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP 2008-11-18 13:51:36 +0100 sb  r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [24adb0c2f754fe71d0eb7f7e0aeec325cf9edd2a]

        CWS-TOOLING: integrate CWS sw301bf04_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [9ae05952b0d5ecbbdcd7159274d90ae81cf51dfc]

        CWS-TOOLING: integrate CWS sw301bf04_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [6a5b95d62f28f8a0cad18dea7c463dfbbeec55e6]

        CWS-TOOLING: integrate CWS fha3fixes 2008-12-10 18:48:55 +0100 fredrikh  r265223 : i95541 2008-12-10 18:40:59 +0100 fredrikh  r265220 : i95541 2008-12-10 18:40:20 +0100 fredrikh  r265219 : i95541 + i96905 2008-12-10 18:37:24 +0100 fredrikh  r265218 : i95541 2008-12-10 18:29:42 +0100 fredrikh  r265216 : i95541 2008-12-10 18:23:03 +0100 fredrikh  r265215 : i95541 2008-12-08 12:04:13 +0100 fredrikh  r264983 : i97009 2008-12-03 14:31:28 +0100 fredrikh  r264777 : i96623

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [e239ccaae97f8deceeab07031af8feab74b6ba36]

        CWS-TOOLING: integrate CWS writer2latexexternal 2008-12-10 18:49:30 +0100 mba  r265224 : #i97016#: module title and description added 2008-12-05 16:40:46 +0100 rene  r264909 : jut is not needed and supposed to be removed 2008-12-05 08:50:58 +0100 rene  r264887 : typo 2008-12-05 01:13:25 +0100 rene  r264882 : try this (analogous to id_Module_Root_Extension_Dictionary_En) 2008-12-04 21:41:09 +0100 rene  r264874 : dependencies 2008-12-04 21:32:00 +0100 rene  r264873 : add packinfo 2008-12-03 14:57:20 +0100 rene  r264789 : fixup 2008-12-03 14:05:55 +0100 rene  r264773 : remove, the oxt provides them 2008-12-02 15:52:28 +0100 rene  r264711 : autoconf 2008-12-02 15:50:00 +0100 rene  r264710 : merge changes from writer2latexexternal/CVS and update writer2latex to 0.5.0.2

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [49fb52351a55c30d5261a25871a30d8d2a022bd5]

        CWS-TOOLING: integrate CWS writer2latexexternal 2008-12-10 18:49:30 +0100 mba  r265224 : #i97016#: module title and description added 2008-12-05 16:40:46 +0100 rene  r264909 : jut is not needed and supposed to be removed 2008-12-05 08:50:58 +0100 rene  r264887 : typo 2008-12-05 01:13:25 +0100 rene  r264882 : try this (analogous to id_Module_Root_Extension_Dictionary_En) 2008-12-04 21:41:09 +0100 rene  r264874 : dependencies 2008-12-04 21:32:00 +0100 rene  r264873 : add packinfo 2008-12-03 14:57:20 +0100 rene  r264789 : fixup 2008-12-03 14:05:55 +0100 rene  r264773 : remove, the oxt provides them 2008-12-02 15:52:28 +0100 rene  r264711 : autoconf 2008-12-02 15:50:00 +0100 rene  r264710 : merge changes from writer2latexexternal/CVS and update writer2latex to 0.5.0.2

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [b7db135b871b1f400eaed004dec348776d13170f]

        CWS-TOOLING: integrate CWS writer2latexexternal 2008-12-10 18:49:30 +0100 mba  r265224 : #i97016#: module title and description added 2008-12-05 16:40:46 +0100 rene  r264909 : jut is not needed and supposed to be removed 2008-12-05 08:50:58 +0100 rene  r264887 : typo 2008-12-05 01:13:25 +0100 rene  r264882 : try this (analogous to id_Module_Root_Extension_Dictionary_En) 2008-12-04 21:41:09 +0100 rene  r264874 : dependencies 2008-12-04 21:32:00 +0100 rene  r264873 : add packinfo 2008-12-03 14:57:20 +0100 rene  r264789 : fixup 2008-12-03 14:05:55 +0100 rene  r264773 : remove, the oxt provides them 2008-12-02 15:52:28 +0100 rene  r264711 : autoconf 2008-12-02 15:50:00 +0100 rene  r264710 : merge changes from writer2latexexternal/CVS and update writer2latex to 0.5.0.2

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [443b99326b40c5b9599293f3bff194f71e1d2605]

        CWS-TOOLING: integrate CWS writer2latexexternal 2008-12-10 18:49:30 +0100 mba  r265224 : #i97016#: module title and description added 2008-12-05 16:40:46 +0100 rene  r264909 : jut is not needed and supposed to be removed 2008-12-05 08:50:58 +0100 rene  r264887 : typo 2008-12-05 01:13:25 +0100 rene  r264882 : try this (analogous to id_Module_Root_Extension_Dictionary_En) 2008-12-04 21:41:09 +0100 rene  r264874 : dependencies 2008-12-04 21:32:00 +0100 rene  r264873 : add packinfo 2008-12-03 14:57:20 +0100 rene  r264789 : fixup 2008-12-03 14:05:55 +0100 rene  r264773 : remove, the oxt provides them 2008-12-02 15:52:28 +0100 rene  r264711 : autoconf 2008-12-02 15:50:00 +0100 rene  r264710 : merge changes from writer2latexexternal/CVS and update writer2latex to 0.5.0.2

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [a190965485508c4493ee33228dae68e12cd858f9]

        CWS-TOOLING: integrate CWS calc47 2008-12-10 20:38:34 +0100 oc  r265231 : #i97115# 2008-12-09 14:19:59 +0100 oc  r265084 : #i96939# 2008-12-09 11:55:29 +0100 oc  r265073 : #i97061# 2008-12-09 11:37:05 +0100 oc  r265067 : #i97061# 2008-12-09 11:31:49 +0100 oc  r265066 : #i97061# 2008-12-09 11:30:30 +0100 oc  r265065 : #i97061# 2008-12-04 17:13:43 +0100 er  r264859 : DBG_ERROR needs semicolon 2008-12-04 02:34:13 +0100 er  r264811 : unxsols4 needs to be compiled with exceptions when using STL 2008-12-04 02:24:30 +0100 er  r264810 : WaE unxsols4: ScZoomSliderWnd::Update hides the function Window::Update() 2008-12-04 01:40:22 +0100 er  r264809 : DBG_ASSERT needs semicolon 2008-12-03 11:00:55 +0100 er  r264753 : CWS-TOOLING: rebase CWS calc47 to trunk@264325 (milestone: DEV300:m36) 2008-10-31 12:30:09 +0100 nn  r262863 : #i90362# call CheckNeedsRepaint in UpdateFormulas 2008-10-29 14:49:48 +0100 nn  r262802 : #i88521# initialization order (gcc warning) 2008-10-29 12:31:38 +0100 nn  r262782 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:31:00 +0100 nn  r262781 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:28:45 +0100 nn  r262780 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-28 17:01:37 +0100 nn  r262756 : resolve gcc warnings 2008-10-28 13:46:07 +0100 nn  r262742 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-28 13:45:44 +0100 nn  r262741 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-27 20:55:51 +0100 nn  r262689 : #i44349# refresh auto filter flags in ScUndoDragDrop::Redo (patch from gaozm) 2008-10-27 20:40:06 +0100 nn  r262688 : #i4517# rename sheet with double click (patch from kohei) 2008-10-27 20:28:55 +0100 nn  r262687 : #i20491# ensure stable sorting (patch from maoyg) 2008-10-27 20:13:19 +0100 nn  r262686 : #i22758# direct sort (toolbar buttons): detect headers (patch from maoyg) 2008-10-27 19:42:51 +0100 nn  r262685 : #i7277# default for sorting is cursor column (patch from maoyg) 2008-10-27 19:18:57 +0100 nn  r262684 : #i7088# insert/delete columns/rows across selected sheets (patch from maoyg) 2008-10-27 18:59:43 +0100 nn  r262683 : #i86856# show formula syntax in tip help (patch from maoyg) 2008-10-27 18:30:45 +0100 nn  r262682 : #i89145# scroll wheel handling in page preview (patch from maoyg) 2008-10-27 18:03:10 +0100 nn  r262681 : #i85226# take care of subtotal formulas in ScUndoQuery::Undo (patch from gaozm) 2008-10-27 17:41:16 +0100 nn  r262680 : #i88437# add zoom slider in status bar also for Calc (patch from maoyg) 2008-10-27 15:53:52 +0100 nn  r262678 : #i88467# undo for page margins/column widths in page preview (patch from maoyg)

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [cc141699cc6b2fa38b0b0003bff27751e23ae8e4]

        CWS-TOOLING: integrate CWS calc47 2008-12-10 20:38:34 +0100 oc  r265231 : #i97115# 2008-12-09 14:19:59 +0100 oc  r265084 : #i96939# 2008-12-09 11:55:29 +0100 oc  r265073 : #i97061# 2008-12-09 11:37:05 +0100 oc  r265067 : #i97061# 2008-12-09 11:31:49 +0100 oc  r265066 : #i97061# 2008-12-09 11:30:30 +0100 oc  r265065 : #i97061# 2008-12-04 17:13:43 +0100 er  r264859 : DBG_ERROR needs semicolon 2008-12-04 02:34:13 +0100 er  r264811 : unxsols4 needs to be compiled with exceptions when using STL 2008-12-04 02:24:30 +0100 er  r264810 : WaE unxsols4: ScZoomSliderWnd::Update hides the function Window::Update() 2008-12-04 01:40:22 +0100 er  r264809 : DBG_ASSERT needs semicolon 2008-12-03 11:00:55 +0100 er  r264753 : CWS-TOOLING: rebase CWS calc47 to trunk@264325 (milestone: DEV300:m36) 2008-10-31 12:30:09 +0100 nn  r262863 : #i90362# call CheckNeedsRepaint in UpdateFormulas 2008-10-29 14:49:48 +0100 nn  r262802 : #i88521# initialization order (gcc warning) 2008-10-29 12:31:38 +0100 nn  r262782 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:31:00 +0100 nn  r262781 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:28:45 +0100 nn  r262780 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-28 17:01:37 +0100 nn  r262756 : resolve gcc warnings 2008-10-28 13:46:07 +0100 nn  r262742 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-28 13:45:44 +0100 nn  r262741 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-27 20:55:51 +0100 nn  r262689 : #i44349# refresh auto filter flags in ScUndoDragDrop::Redo (patch from gaozm) 2008-10-27 20:40:06 +0100 nn  r262688 : #i4517# rename sheet with double click (patch from kohei) 2008-10-27 20:28:55 +0100 nn  r262687 : #i20491# ensure stable sorting (patch from maoyg) 2008-10-27 20:13:19 +0100 nn  r262686 : #i22758# direct sort (toolbar buttons): detect headers (patch from maoyg) 2008-10-27 19:42:51 +0100 nn  r262685 : #i7277# default for sorting is cursor column (patch from maoyg) 2008-10-27 19:18:57 +0100 nn  r262684 : #i7088# insert/delete columns/rows across selected sheets (patch from maoyg) 2008-10-27 18:59:43 +0100 nn  r262683 : #i86856# show formula syntax in tip help (patch from maoyg) 2008-10-27 18:30:45 +0100 nn  r262682 : #i89145# scroll wheel handling in page preview (patch from maoyg) 2008-10-27 18:03:10 +0100 nn  r262681 : #i85226# take care of subtotal formulas in ScUndoQuery::Undo (patch from gaozm) 2008-10-27 17:41:16 +0100 nn  r262680 : #i88437# add zoom slider in status bar also for Calc (patch from maoyg) 2008-10-27 15:53:52 +0100 nn  r262678 : #i88467# undo for page margins/column widths in page preview (patch from maoyg)

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [7da67e089573a89d3bddb196b658c2df391c070a]

        CWS-TOOLING: integrate CWS calc47 2008-12-10 20:38:34 +0100 oc  r265231 : #i97115# 2008-12-09 14:19:59 +0100 oc  r265084 : #i96939# 2008-12-09 11:55:29 +0100 oc  r265073 : #i97061# 2008-12-09 11:37:05 +0100 oc  r265067 : #i97061# 2008-12-09 11:31:49 +0100 oc  r265066 : #i97061# 2008-12-09 11:30:30 +0100 oc  r265065 : #i97061# 2008-12-04 17:13:43 +0100 er  r264859 : DBG_ERROR needs semicolon 2008-12-04 02:34:13 +0100 er  r264811 : unxsols4 needs to be compiled with exceptions when using STL 2008-12-04 02:24:30 +0100 er  r264810 : WaE unxsols4: ScZoomSliderWnd::Update hides the function Window::Update() 2008-12-04 01:40:22 +0100 er  r264809 : DBG_ASSERT needs semicolon 2008-12-03 11:00:55 +0100 er  r264753 : CWS-TOOLING: rebase CWS calc47 to trunk@264325 (milestone: DEV300:m36) 2008-10-31 12:30:09 +0100 nn  r262863 : #i90362# call CheckNeedsRepaint in UpdateFormulas 2008-10-29 14:49:48 +0100 nn  r262802 : #i88521# initialization order (gcc warning) 2008-10-29 12:31:38 +0100 nn  r262782 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:31:00 +0100 nn  r262781 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:28:45 +0100 nn  r262780 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-28 17:01:37 +0100 nn  r262756 : resolve gcc warnings 2008-10-28 13:46:07 +0100 nn  r262742 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-28 13:45:44 +0100 nn  r262741 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-27 20:55:51 +0100 nn  r262689 : #i44349# refresh auto filter flags in ScUndoDragDrop::Redo (patch from gaozm) 2008-10-27 20:40:06 +0100 nn  r262688 : #i4517# rename sheet with double click (patch from kohei) 2008-10-27 20:28:55 +0100 nn  r262687 : #i20491# ensure stable sorting (patch from maoyg) 2008-10-27 20:13:19 +0100 nn  r262686 : #i22758# direct sort (toolbar buttons): detect headers (patch from maoyg) 2008-10-27 19:42:51 +0100 nn  r262685 : #i7277# default for sorting is cursor column (patch from maoyg) 2008-10-27 19:18:57 +0100 nn  r262684 : #i7088# insert/delete columns/rows across selected sheets (patch from maoyg) 2008-10-27 18:59:43 +0100 nn  r262683 : #i86856# show formula syntax in tip help (patch from maoyg) 2008-10-27 18:30:45 +0100 nn  r262682 : #i89145# scroll wheel handling in page preview (patch from maoyg) 2008-10-27 18:03:10 +0100 nn  r262681 : #i85226# take care of subtotal formulas in ScUndoQuery::Undo (patch from gaozm) 2008-10-27 17:41:16 +0100 nn  r262680 : #i88437# add zoom slider in status bar also for Calc (patch from maoyg) 2008-10-27 15:53:52 +0100 nn  r262678 : #i88467# undo for page margins/column widths in page preview (patch from maoyg)

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [a6675d849f51dd6aed03e70c80cbb1ea6689421d]

        CWS-TOOLING: integrate CWS calc47 2008-12-10 20:38:34 +0100 oc  r265231 : #i97115# 2008-12-09 14:19:59 +0100 oc  r265084 : #i96939# 2008-12-09 11:55:29 +0100 oc  r265073 : #i97061# 2008-12-09 11:37:05 +0100 oc  r265067 : #i97061# 2008-12-09 11:31:49 +0100 oc  r265066 : #i97061# 2008-12-09 11:30:30 +0100 oc  r265065 : #i97061# 2008-12-04 17:13:43 +0100 er  r264859 : DBG_ERROR needs semicolon 2008-12-04 02:34:13 +0100 er  r264811 : unxsols4 needs to be compiled with exceptions when using STL 2008-12-04 02:24:30 +0100 er  r264810 : WaE unxsols4: ScZoomSliderWnd::Update hides the function Window::Update() 2008-12-04 01:40:22 +0100 er  r264809 : DBG_ASSERT needs semicolon 2008-12-03 11:00:55 +0100 er  r264753 : CWS-TOOLING: rebase CWS calc47 to trunk@264325 (milestone: DEV300:m36) 2008-10-31 12:30:09 +0100 nn  r262863 : #i90362# call CheckNeedsRepaint in UpdateFormulas 2008-10-29 14:49:48 +0100 nn  r262802 : #i88521# initialization order (gcc warning) 2008-10-29 12:31:38 +0100 nn  r262782 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:31:00 +0100 nn  r262781 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-29 12:28:45 +0100 nn  r262780 : #i88521# toolbar entry for scaling factor in page preview (patch from maoyg) 2008-10-28 17:01:37 +0100 nn  r262756 : resolve gcc warnings 2008-10-28 13:46:07 +0100 nn  r262742 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-28 13:45:44 +0100 nn  r262741 : #i9709# always use system encoding for DDE (patch from rail) 2008-10-27 20:55:51 +0100 nn  r262689 : #i44349# refresh auto filter flags in ScUndoDragDrop::Redo (patch from gaozm) 2008-10-27 20:40:06 +0100 nn  r262688 : #i4517# rename sheet with double click (patch from kohei) 2008-10-27 20:28:55 +0100 nn  r262687 : #i20491# ensure stable sorting (patch from maoyg) 2008-10-27 20:13:19 +0100 nn  r262686 : #i22758# direct sort (toolbar buttons): detect headers (patch from maoyg) 2008-10-27 19:42:51 +0100 nn  r262685 : #i7277# default for sorting is cursor column (patch from maoyg) 2008-10-27 19:18:57 +0100 nn  r262684 : #i7088# insert/delete columns/rows across selected sheets (patch from maoyg) 2008-10-27 18:59:43 +0100 nn  r262683 : #i86856# show formula syntax in tip help (patch from maoyg) 2008-10-27 18:30:45 +0100 nn  r262682 : #i89145# scroll wheel handling in page preview (patch from maoyg) 2008-10-27 18:03:10 +0100 nn  r262681 : #i85226# take care of subtotal formulas in ScUndoQuery::Undo (patch from gaozm) 2008-10-27 17:41:16 +0100 nn  r262680 : #i88437# add zoom slider in status bar also for Calc (patch from maoyg) 2008-10-27 15:53:52 +0100 nn  r262678 : #i88467# undo for page margins/column widths in page preview (patch from maoyg)

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [534ca0c59cb1eb2ede630d4097df9495a9b7013c]

        CWS-TOOLING: integrate CWS cwscheckapi5_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [d147d3cde6ddc406046877dfdd121ffa2b575f48]

        CWS-TOOLING: integrate CWS cwscheckapi5_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [0cdab097c44f1891ae736eedb3d141170b887081]

        CWS-TOOLING: integrate CWS cwscheckapi5_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [faa55e40ac12af43e0e709a19c2f6d91b892cf32]

        CWS-TOOLING: integrate CWS cwscheckapi5_DEV300

2008-12-11  Rüdiger Timm  <rt@openoffice.org>  [c8d4d59ee936aa0d1dd34262846788b52b4f1973]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [b560ecc75ec8cca50ec87e51390da033d4d21ed0]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [4707f7bb54d143e642ad5df5eedf56d5d2b08385]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [c6a3645a0e8d054e8d8dc012710edf892d1cb696]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [8a7a7106325711640c7a63f2bfa7b2c1aede314a]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [6d98a198efe40c9b9be0f952575bf77f5cb45a27]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [37d9508882a6783c66adebf9fde0645a3d055b02]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [7545436c5bc4d7ec9149ffe84da53aa449cef2f0]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [498a742cd83596320372d5d3ea9acbf0df4c6280]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [9070c17ce48dfd36ea1f21827dfb9bc2623ce38f]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [b2653936a1587de664cb62cac4a4a4cd5beadb20]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [ec7b0d30a194a6a3bfa95205bd24a4ce222ee0c1]

        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>  [9417ec0ad8e031fa961dd0d40c0a80164f7bc108]

        CWS-TOOLING: integrate CWS hb12 2008-12-01 11:10:21 +0100 hbrinkm  r264591 : handled warnings on wntmsci12 2008-11-25 09:57:33 +0100 hbrinkm  r264275 : CWS-TOOLING: rebase CWS hb12 to trunk@263288 (milestone: DEV300:m35) 2008-11-19 17:17:34 +0100 hbrinkm  r264008 : #i28656# applied patch 2008-11-19 17:06:18 +0100 hbrinkm  r264007 : #i96267# applied patch 2008-11-19 16:47:16 +0100 hbrinkm  r264006 : #i95533# applied patch 2008-11-17 14:18:10 +0100 hbrinkm  r263722 : #i25545# applied patch 2008-11-17 13:48:18 +0100 hbrinkm  r263721 : #i96114# applied patch 2008-10-30 14:51:50 +0100 hbrinkm  r262827 : #i94634# applied patch 2008-10-22 16:35:49 +0200 hbrinkm  r262608 : i74244# use correct mask when checking for author field 2008-10-21 10:08:10 +0200 hbrinkm  r262563 : #iXXXXX# migrate CVS hb12 to SVN 2008-10-21 10:06:26 +0200 hbrinkm  r262562 : #iXXXXX# migrate CVS hb12 to SVN

2008-12-10  Rüdiger Timm  <rt@openoffice.org>  [551e73376e65e255da2828dc2e3de1dc1cc4384f]

        CWS-TOOLING: integrate CWS hb12 2008-12-01 11:10:21 +0100 hbrinkm  r264591 : handled warnings on wntmsci12 2008-11-25 09:57:33 +0100 hbrinkm  r264275 : CWS-TOOLING: rebase CWS hb12 to trunk@263288 (milestone: DEV300:m35) 2008-11-19 17:17:34 +0100 hbrinkm  r264008 : #i28656# applied patch 2008-11-19 17:06:18 +0100 hbrinkm  r264007 : #i96267# applied patch 2008-11-19 16:47:16 +0100 hbrinkm  r264006 : #i95533# applied patch 2008-11-17 14:18:10 +0100 hbrinkm  r263722 : #i25545# applied patch 2008-11-17 13:48:18 +0100 hbrinkm  r263721 : #i96114# applied patch 2008-10-30 14:51:50 +0100 hbrinkm  r262827 : #i94634# applied patch 2008-10-22 16:35:49 +0200 hbrinkm  r262608 : i74244# use correct mask when checking for author field 2008-10-21 10:08:10 +0200 hbrinkm  r262563 : #iXXXXX# migrate CVS hb12 to SVN 2008-10-21 10:06:26 +0200 hbrinkm  r262562 : #iXXXXX# migrate CVS hb12 to SVN

2008-12-10  Rüdiger Timm  <rt@openoffice.org>  [846e75eef7ac735f492cef899cc67bd83365f915]

        CWS-TOOLING: integrate CWS ab65 2008-12-04 12:15:24 +0100 ab  r264832 : #i83626# Removed warning 2008-12-04 12:04:09 +0100 ab  r264830 : #i83626# Changed search result score handling 2008-11-28 13:37:09 +0100 ab  r264548 : #i83626# Added missing juh.jar 2008-11-26 14:37:07 +0100 ab  r264388 : #i83626# Added HelpComponent.java 2008-11-21 13:07:19 +0100 ab  r264129 : #i83626# Fixed File URL versus system path confusion that made search operations fail on Unix 2008-11-19 12:22:10 +0100 ab  r263978 : #i83627# Removed warning 2008-11-19 12:06:41 +0100 ab  r263975 : #i83627# Removed warnings 2008-11-19 11:28:46 +0100 ab  r263971 : #i83627# Support images in extension help 2008-11-11 11:48:21 +0100 ab  r263551 : #i83626# Full text search in extension help

2008-12-10  Rüdiger Timm  <rt@openoffice.org>  [ae82c162516b37cb414afd372288785c68ad2810]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [024b1b81e95fb6ad5f22f68977bc0e7f73d63d08]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [49150b42adff9ffa45e1a04038df5c16c8a9e815]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [14b5e1a9c674d45b5e10d990eca04363ac104cc3]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [b2582ea74b258c3f59e862a66b4acadd22043586]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [92d94fc98efe24059ab8de0ed81ca31af5f8df98]

        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  Release Engineers  <releng@openoffice.org>  [bf702c3e70ae6996dfe8a7a5d046e9a0a785354c]

        #100000# rename linked modules for subversion, fix for module outside start

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [b3080b9a368685e5979b62a07f8579c0679ea4ed]

        CWS-TOOLING: integrate CWS c24v001_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [3a7141435bc71d44ec91160bf9c2f805de66c7f0]

        CWS-TOOLING: integrate CWS i96529_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [d4fe0312f57f288e3c1cdfdd57457c223d953c4c]

        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>  [30f14e03375e1bcf3dbd577371346fc772bd9a56]

        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>  [08dd93a4b70962aed0d2b1923b1a73d1d33e0bf3]

        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>  [2f067b8e6f4c51d6db4590b68f13653cf8eea104]

        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>  [db489c6713ed29def709c12c72058bb2c0c00de1]

        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>  [5b3d1058ef692cd3ed555161a2032dc74d679c99]

        CWS-TOOLING: integrate CWS sjfixes11_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [63425502edc918a9bd88a2b2344104328d2c8ce8]

        CWS-TOOLING: integrate CWS sjfixes11_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [8afe4c24c97a90326ff84a891344ddbf401b1b56]

        CWS-TOOLING: integrate CWS sjfixes11_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [3a91fde276caa644d90f02da0e102dd4915fc460]

        CWS-TOOLING: integrate CWS sjfixes11_DEV300

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [bb51897b3cc7127f6ea487f327d666386782ec2a]

        CWS-TOOLING: integrate CWS jw5

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [8b4cfad3fd8b8d41be20dae44bfbf9c73019d96b]

        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>  [1365768147216a98e657dbbc4e1e8cbd01390825]

        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>  [6ed64f76e0801577f18e4463227da6263d95e078]

        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>  [da4fff6adad15b82547523887a946f21cff27921]

        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>  [96b93c4edb897763d004304eb529392f35c209eb]

        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>  [4c69fc8f2c08b6ee822124c686897a50785b4714]

        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>  [340f8e860330c528175e0b84cc9337d0dc4420fa]

        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>  [59c47d1254347eadaf3693dd7f7f0bf2309b73f5]

        #i10000# Do not check deliverables of linked, not-built modules.

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [cbf9e6391f415bf11583c1cd0fbfbda10965cc10]

        #i10000# Do not check deliverables of linked, not-built modules.

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [e3ee495f2b9b5e70f00bb54ea983a77ac0e28550]

        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>  [af853f0af2fe44061f3e142c0a65d9856b2be6a7]

        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>  [c1076fbc24ef3b9ac3814a2a4bd380ce5e4b39c2]

        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>  [b3294437e2d0f70224e16a7e8cd787407a8c53c2]

        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>  [ec7fe07d774a1a45695ade0cb883cd8ba42fdf70]

        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>  [8600bb1ae24c2f341c38640533b0b1736663d302]

        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>  [cad36daba44cb432559d0e7b68e5cd7744e8555e]

        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>  [cd3f2c082b80cdef94388beb71661f39178f799f]

        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>  [b8db9514147779737d0db35c82a3b680b36e3f9f]

        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>  [7006253eeb0d45982bf9311ef4bc0f7cac4e4373]

        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>  [815e1e1d15e3b598484a3d94a0e7939f87059017]

        nasty mergeinfo

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [426c6e539e09a26f70e862e11064a600adfd559e]

        nasty mergeinfo

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [5dfb59695fbe0e94a75f3abd4683bf691d811abe]

        CWS-TOOLING: integrate CWS os121 2008-11-28 13:44:51 +0100 os  r264551 : Copy Hyperlink Location added 2008-11-28 13:36:20 +0100 os  r264547 : Copy Hyperlink Location added 2008-11-25 15:43:53 +0100 os  r264311 : label of EditHyperlink fixed 2008-11-25 15:42:42 +0100 os  r264310 : use ResetAttr to remove hyperlink 2008-11-25 10:08:02 +0100 os  r264276 : edit/remove hyperlink names fixed 2008-11-11 15:47:22 +0100 os  r263565 : typo fixed 2008-11-10 18:46:00 +0100 os  r263536 : CWS-TOOLING: rebase CWS os121 to trunk@263288 (milestone: DEV300:m35) 2008-11-07 15:34:41 +0100 os  r263422 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-07 15:34:05 +0100 os  r263421 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-06 17:26:18 +0100 os  r263402 : #i43971# words from online help documents must not be added to AutoCompletion 2008-11-06 16:08:27 +0100 os  r263397 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:49 +0100 os  r263396 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:16 +0100 os  r263395 : #i6191# accept/reject changes added to context menu 2008-11-06 16:06:18 +0100 os  r263394 : #i6191# accept/reject changes added to context menu 2008-10-30 14:31:32 +0100 os  r262826 : #i84980# less options changed to fewer options 2008-10-30 11:44:41 +0100 os  r262824 : #i95624# don't add paragraph numbering in getString() 2008-10-27 10:46:04 +0100 os  r262665 : #i88235# SvCheckListBox::SelectEntryPos() paints a CheckBox to the wrong device if page is not visible, yet - call moved to ::Reset() 2008-10-24 15:49:27 +0200 os  r262648 : #i77230# make repeating headers the default 2008-10-23 16:49:42 +0200 os  r262625 : #i95350# RTL output of table window fixed 2008-10-23 15:37:40 +0200 os  r262623 : #i76723# RTL related patch removed - it is now done by vcl 2008-10-22 14:05:58 +0200 os  r262601 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-22 14:05:17 +0200 os  r262600 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-20 15:39:18 +0200 os  r262323 : #i95059# border attribute: which id of SID_ATTR_BORDER_INNER fixed 2008-10-20 09:30:28 +0200 os  r262305 : #i95123# conflict css::util::Color and ::Color solved 2008-10-17 11:44:16 +0200 os  r262280 : #i93714# merge to PDF: convert fields to text before export 2008-10-17 10:30:11 +0200 os  r262275 : #i94364# 2008-10-17 10:11:56 +0200 os  r262274 : +i94536# default font ListBoxes: prevent entry duplication if 'Back' button is pressed

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [18456944853a992ebcc980201eb7a3d54771500e]

        CWS-TOOLING: integrate CWS os121 2008-11-28 13:44:51 +0100 os  r264551 : Copy Hyperlink Location added 2008-11-28 13:36:20 +0100 os  r264547 : Copy Hyperlink Location added 2008-11-25 15:43:53 +0100 os  r264311 : label of EditHyperlink fixed 2008-11-25 15:42:42 +0100 os  r264310 : use ResetAttr to remove hyperlink 2008-11-25 10:08:02 +0100 os  r264276 : edit/remove hyperlink names fixed 2008-11-11 15:47:22 +0100 os  r263565 : typo fixed 2008-11-10 18:46:00 +0100 os  r263536 : CWS-TOOLING: rebase CWS os121 to trunk@263288 (milestone: DEV300:m35) 2008-11-07 15:34:41 +0100 os  r263422 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-07 15:34:05 +0100 os  r263421 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-06 17:26:18 +0100 os  r263402 : #i43971# words from online help documents must not be added to AutoCompletion 2008-11-06 16:08:27 +0100 os  r263397 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:49 +0100 os  r263396 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:16 +0100 os  r263395 : #i6191# accept/reject changes added to context menu 2008-11-06 16:06:18 +0100 os  r263394 : #i6191# accept/reject changes added to context menu 2008-10-30 14:31:32 +0100 os  r262826 : #i84980# less options changed to fewer options 2008-10-30 11:44:41 +0100 os  r262824 : #i95624# don't add paragraph numbering in getString() 2008-10-27 10:46:04 +0100 os  r262665 : #i88235# SvCheckListBox::SelectEntryPos() paints a CheckBox to the wrong device if page is not visible, yet - call moved to ::Reset() 2008-10-24 15:49:27 +0200 os  r262648 : #i77230# make repeating headers the default 2008-10-23 16:49:42 +0200 os  r262625 : #i95350# RTL output of table window fixed 2008-10-23 15:37:40 +0200 os  r262623 : #i76723# RTL related patch removed - it is now done by vcl 2008-10-22 14:05:58 +0200 os  r262601 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-22 14:05:17 +0200 os  r262600 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-20 15:39:18 +0200 os  r262323 : #i95059# border attribute: which id of SID_ATTR_BORDER_INNER fixed 2008-10-20 09:30:28 +0200 os  r262305 : #i95123# conflict css::util::Color and ::Color solved 2008-10-17 11:44:16 +0200 os  r262280 : #i93714# merge to PDF: convert fields to text before export 2008-10-17 10:30:11 +0200 os  r262275 : #i94364# 2008-10-17 10:11:56 +0200 os  r262274 : +i94536# default font ListBoxes: prevent entry duplication if 'Back' button is pressed

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [a48f5d2a93fb908f463db6d3fbf6a6e08a9a64dd]

        CWS-TOOLING: integrate CWS os121 2008-11-28 13:44:51 +0100 os  r264551 : Copy Hyperlink Location added 2008-11-28 13:36:20 +0100 os  r264547 : Copy Hyperlink Location added 2008-11-25 15:43:53 +0100 os  r264311 : label of EditHyperlink fixed 2008-11-25 15:42:42 +0100 os  r264310 : use ResetAttr to remove hyperlink 2008-11-25 10:08:02 +0100 os  r264276 : edit/remove hyperlink names fixed 2008-11-11 15:47:22 +0100 os  r263565 : typo fixed 2008-11-10 18:46:00 +0100 os  r263536 : CWS-TOOLING: rebase CWS os121 to trunk@263288 (milestone: DEV300:m35) 2008-11-07 15:34:41 +0100 os  r263422 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-07 15:34:05 +0100 os  r263421 : #i6191# accept/reject changes;#i7311# remove hyperlink 2008-11-06 17:26:18 +0100 os  r263402 : #i43971# words from online help documents must not be added to AutoCompletion 2008-11-06 16:08:27 +0100 os  r263397 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:49 +0100 os  r263396 : #i6191# accept/reject changes added to context menu 2008-11-06 16:07:16 +0100 os  r263395 : #i6191# accept/reject changes added to context menu 2008-11-06 16:06:18 +0100 os  r263394 : #i6191# accept/reject changes added to context menu 2008-10-30 14:31:32 +0100 os  r262826 : #i84980# less options changed to fewer options 2008-10-30 11:44:41 +0100 os  r262824 : #i95624# don't add paragraph numbering in getString() 2008-10-27 10:46:04 +0100 os  r262665 : #i88235# SvCheckListBox::SelectEntryPos() paints a CheckBox to the wrong device if page is not visible, yet - call moved to ::Reset() 2008-10-24 15:49:27 +0200 os  r262648 : #i77230# make repeating headers the default 2008-10-23 16:49:42 +0200 os  r262625 : #i95350# RTL output of table window fixed 2008-10-23 15:37:40 +0200 os  r262623 : #i76723# RTL related patch removed - it is now done by vcl 2008-10-22 14:05:58 +0200 os  r262601 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-22 14:05:17 +0200 os  r262600 : #b6297019#,#i49754# LoadStyles: restore outline settings 2008-10-20 15:39:18 +0200 os  r262323 : #i95059# border attribute: which id of SID_ATTR_BORDER_INNER fixed 2008-10-20 09:30:28 +0200 os  r262305 : #i95123# conflict css::util::Color and ::Color solved 2008-10-17 11:44:16 +0200 os  r262280 : #i93714# merge to PDF: convert fields to text before export 2008-10-17 10:30:11 +0200 os  r262275 : #i94364# 2008-10-17 10:11:56 +0200 os  r262274 : +i94536# default font ListBoxes: prevent entry duplication if 'Back' button is pressed

2008-12-09  Rüdiger Timm  <rt@openoffice.org>  [568af9ac86c8eee3531ff9cb718aeba240f274be]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [c3703e47c55d105c3cd43724d0f41df502a601c6]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [28bbe98abeef2ca37413405d3d94321353084390]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [5a0228bf90ef927c3d94c08259bace67d45329c1]

        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>  [cb6ac318a76140a387ead48c8741e298bb37f0ce]

        CWS-TOOLING: integrate CWS gcc44 2008-12-03 15:13:15 +0100 cmc  r264790 : shrink patch 2008-12-03 14:26:43 +0100 cmc  r264776 : shrink patch 2008-12-02 16:24:53 +0100 rene  r264718 : revert, thanks sb 2008-12-02 10:47:21 +0100 rene  r264675 : apply https://svn.boost.org/trac/boost/attachment/ticket/2069/0001-boost.mpl-gcc-4.4-fixes.patch for gcc 4.4 support (unbreaks at least canvas' build) 2008-12-01 22:08:16 +0100 rene  r264643 : missing include (already needed for gcc 4.3) 2008-12-01 22:07:07 +0100 rene  r264642 : allow gcc 4.4 2008-12-01 22:06:34 +0100 rene  r264641 : fix conditional so that it builds with gcc 4.4 (patch from http://bugs.debian.org/505371)

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [dda636683a3b4cc639533e4c7b3ca01fc9deff2c]

        CWS-TOOLING: integrate CWS gcc44 2008-12-03 15:13:15 +0100 cmc  r264790 : shrink patch 2008-12-03 14:26:43 +0100 cmc  r264776 : shrink patch 2008-12-02 16:24:53 +0100 rene  r264718 : revert, thanks sb 2008-12-02 10:47:21 +0100 rene  r264675 : apply https://svn.boost.org/trac/boost/attachment/ticket/2069/0001-boost.mpl-gcc-4.4-fixes.patch for gcc 4.4 support (unbreaks at least canvas' build) 2008-12-01 22:08:16 +0100 rene  r264643 : missing include (already needed for gcc 4.3) 2008-12-01 22:07:07 +0100 rene  r264642 : allow gcc 4.4 2008-12-01 22:06:34 +0100 rene  r264641 : fix conditional so that it builds with gcc 4.4 (patch from http://bugs.debian.org/505371)

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [b4e6996966166bf80447fc9eda619b283e8c86ef]

        CWS-TOOLING: integrate CWS gcc44 2008-12-03 15:13:15 +0100 cmc  r264790 : shrink patch 2008-12-03 14:26:43 +0100 cmc  r264776 : shrink patch 2008-12-02 16:24:53 +0100 rene  r264718 : revert, thanks sb 2008-12-02 10:47:21 +0100 rene  r264675 : apply https://svn.boost.org/trac/boost/attachment/ticket/2069/0001-boost.mpl-gcc-4.4-fixes.patch for gcc 4.4 support (unbreaks at least canvas' build) 2008-12-01 22:08:16 +0100 rene  r264643 : missing include (already needed for gcc 4.3) 2008-12-01 22:07:07 +0100 rene  r264642 : allow gcc 4.4 2008-12-01 22:06:34 +0100 rene  r264641 : fix conditional so that it builds with gcc 4.4 (patch from http://bugs.debian.org/505371)

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [3bb88621d3a61d700c50487fc79ebba066e57c63]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [56a3f97ee75f4a833ba95ceee6f86d4044af132d]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [f3441a12bae954cc81d639ded54bc0720c7ff675]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [450368eab9ac1f8b2d9ced2bf375ea04df11eb8b]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [05b8a81ec36166f1fedad8194d0bad07444a1495]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [fa36dfb0cc8d963d3fd64e3b879beefe216a3431]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [2aef3f79ebc34107a7dd5c9f40af4bf0f1140d73]

        CWS-TOOLING: integrate CWS betterautoifacedoc 2008-12-03 07:40:21 +0100 fs  r264742 : #i86469# for interfaces, have a 'Summary' and a 'Details' section, for greatly enhanced readability 2008-12-02 13:59:13 +0100 fs  r264698 : #i10000#

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [b656c2209e75ae9b9fbb248cd6ac501fa4310b44]

        CWS-TOOLING: integrate CWS betterautoifacedoc 2008-12-03 07:40:21 +0100 fs  r264742 : #i86469# for interfaces, have a 'Summary' and a 'Details' section, for greatly enhanced readability 2008-12-02 13:59:13 +0100 fs  r264698 : #i10000#

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [b5b43c432da1ccc231ef2bcc8a2cb0023f31d439]

        CWS-TOOLING: integrate CWS betterautoifacedoc 2008-12-03 07:40:21 +0100 fs  r264742 : #i86469# for interfaces, have a 'Summary' and a 'Details' section, for greatly enhanced readability 2008-12-02 13:59:13 +0100 fs  r264698 : #i10000#

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [0a5fc047cfa930e5187e2a7ecc3e192369409eb5]

        CWS-TOOLING: integrate CWS betterautoifacedoc 2008-12-03 07:40:21 +0100 fs  r264742 : #i86469# for interfaces, have a 'Summary' and a 'Details' section, for greatly enhanced readability 2008-12-02 13:59:13 +0100 fs  r264698 : #i10000#

2008-12-08  Rüdiger Timm  <rt@openoffice.org>  [cd026e773066bf54932779a37de7d4ad18565739]

        CWS-TOOLING: integrate CWS betterautoifacedoc 2008-12-03 07:40:21 +0100 fs  r264742 : #i86469# for interfaces, have a 'Summary' and a 'Details' section, for greatly enhanced readability 2008-12-02 13:59:13 +0100 fs  r264698 : #i10000#

2008-12-04  René Engelhard  <rene@openoffice.org>  [216ef4f1bdcb534306666650b983b00ef4604aeb]

        #i96889# fix --disable-mozilla

2008-12-04  René Engelhard  <rene@openoffice.org>  [c55a920a1132ec1fe9f1cce68c560c104896d366]

        #i96896# another one

2008-12-04  Rüdiger Timm  <rt@openoffice.org>  [e70f809ff54705b0ad27ed8fef73061b36ff11f5]

        Revert r264854: commit was not meant for trunk.

2008-12-04  Frank Meies  <fme@openoffice.org>  [4c4bb11ad956f84dfb7d824cdd659b097cc3e334]

        #i5991# Overline support in drawing layer

2008-12-04  René Engelhard  <rene@openoffice.org>  [6ec5c10ab15b22ff83001858653b79467af0234d]

        #i96896 # fix --disable-qadevooo build

2008-12-03  Release Engineers  <releng@openoffice.org>  [40f4ef7d074d8babbd4d30e494af446d245351c7]

        Create DEV300_m37 milestone tag

2008-12-03  Release Engineers  <releng@openoffice.org>  [13fafed44a147bf8a78a9147b36e7802dc50f88f]

        Create DEV300_m37 milestone tag

2008-12-03  Release Engineers  <releng@openoffice.org>  [4cf89deb91d87c7c04a208375f8b9c594507be3b]

        Create DEV300_m37 milestone tag

2008-12-03  Release Engineers  <releng@openoffice.org>  [146cb52bcf75f59b83586cc0803ffa1b1a3f4b1d]

        Create DEV300_m37 milestone tag

2008-12-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fb7872e2c7c08924a7881f4a7417268162dfd23]

        #i10000#: change symlink pattern; complain about missing environment variables

2008-12-02  Release Engineers  <releng@openoffice.org>  [52dd3191ffda2ae528f610ab64af79ceb0ab27c9]

        #i10000# fix for missing SUNWbtool packagename

2008-12-02  Release Engineers  <releng@openoffice.org>  [4eafb5984f60862eb48bef8e3876500671bfac3a]

        #i10000# get rid of warnings

2008-12-02  Release Engineers  <releng@openoffice.org>  [d93b34dc5787766626a65ef96d1c5ad0af576d2b]

        #i10000# get rid of warning

2008-12-02  Release Engineers  <releng@openoffice.org>  [5a9add7821adfa30a7e403247bc9fc77b6b3af83]

        #i10000# removed extra qualification

2008-12-02  Release Engineers  <releng@openoffice.org>  [585bbb3d4bd19d7b027081a4a4b161e1216c0714]

        #i10000# forgotten changes from the socs21 CWS

2008-12-02  Release Engineers  <releng@openoffice.org>  [3fac06d85cd47d076dbdbb3acf72b83ab2950cdb]

        #i10000# removed additional function declaration

2008-12-02  Release Engineers  <releng@openoffice.org>  [a092036331afce1bb826c4318b0e9a33b2a8e234]

        #i10000# private to public

2008-12-02  Rüdiger Timm  <rt@openoffice.org>  [0345b045c574b733beb83795573e58b8679d35d0]

        #i10000# Macros DBG_ERROR() and DBG_ASSERT() now have to be terminated with ';'

2008-12-01  Release Engineers  <releng@openoffice.org>  [2b4aa80db49cafbba4ac4cd3bf750307b4d7833d]

        DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [e06fc9110b7268b4c8bc635ed929ad348ace30d0]

        CWS-TOOLING: integrate CWS mav42_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [0db5af172a377cc7c081c76d68bdbcbdb46515fb]

        CWS-TOOLING: integrate CWS mav42_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [8c36d53e2a895b95e1bbc46b995d2a87afff4014]

        CWS-TOOLING: integrate CWS mav42_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [7a44f5f6b1e776d71597087b004536dfcd6e6e0f]

        CWS-TOOLING: integrate CWS so9nevada_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [bc47621af2d2a852f5d8f6bfa867e82204afabf2]

        CWS-TOOLING: integrate CWS so9nevada_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [5559afee02fc2be18cded35a17a03aa8191b08f5]

        CWS-TOOLING: integrate CWS sw301bf03_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [57654e6fc4be854da72ab48f2d65cdcefbb36cb3]

        CWS-TOOLING: integrate CWS sw301bf03_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [66faa30852ccf28403868557db1f8a4cc415b9cc]

        CWS-TOOLING: integrate CWS sw301bf03_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [559dc466b01ef98ed190e21aaf043418aa657db6]

        CWS-TOOLING: integrate CWS sw301bf03_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [22a2764205b416bc352fde732da3f1789e7ccab1]

        CWS-TOOLING: integrate CWS qascripts03 2008-11-27 11:44:44 +0100 jsk  r264472 : #i96648# 2008-11-27 11:09:28 +0100 jsk  r264466 : #i96649# 2008-11-27 11:06:37 +0100 jsk  r264465 : #i96603# 2008-11-27 11:02:45 +0100 jsk  r264463 : #i96651# 2008-11-27 09:46:29 +0100 jsk  r264453 : #i96645# 2008-11-27 09:12:12 +0100 jsk  r264448 : #i96566# 2008-11-26 15:45:29 +0100 jsk  r264403 : #i96614#

2008-12-01  Release Engineers  <releng@openoffice.org>  [5affd3b1820b48dd3bd5d3e19fcf6a7859deebfe]

        CWS-TOOLING: integrate CWS qascripts03 2008-11-27 11:44:44 +0100 jsk  r264472 : #i96648# 2008-11-27 11:09:28 +0100 jsk  r264466 : #i96649# 2008-11-27 11:06:37 +0100 jsk  r264465 : #i96603# 2008-11-27 11:02:45 +0100 jsk  r264463 : #i96651# 2008-11-27 09:46:29 +0100 jsk  r264453 : #i96645# 2008-11-27 09:12:12 +0100 jsk  r264448 : #i96566# 2008-11-26 15:45:29 +0100 jsk  r264403 : #i96614#

2008-12-01  Release Engineers  <releng@openoffice.org>  [333cd17edb5dda87f4e895c7c34d188f55f1e233]

        CWS-TOOLING: integrate CWS qascripts03 2008-11-27 11:44:44 +0100 jsk  r264472 : #i96648# 2008-11-27 11:09:28 +0100 jsk  r264466 : #i96649# 2008-11-27 11:06:37 +0100 jsk  r264465 : #i96603# 2008-11-27 11:02:45 +0100 jsk  r264463 : #i96651# 2008-11-27 09:46:29 +0100 jsk  r264453 : #i96645# 2008-11-27 09:12:12 +0100 jsk  r264448 : #i96566# 2008-11-26 15:45:29 +0100 jsk  r264403 : #i96614#

2008-12-01  Release Engineers  <releng@openoffice.org>  [d56fd158a237b1707cba80bf5025db6c6eeb8223]

        CWS-TOOLING: integrate CWS qascripts03 2008-11-27 11:44:44 +0100 jsk  r264472 : #i96648# 2008-11-27 11:09:28 +0100 jsk  r264466 : #i96649# 2008-11-27 11:06:37 +0100 jsk  r264465 : #i96603# 2008-11-27 11:02:45 +0100 jsk  r264463 : #i96651# 2008-11-27 09:46:29 +0100 jsk  r264453 : #i96645# 2008-11-27 09:12:12 +0100 jsk  r264448 : #i96566# 2008-11-26 15:45:29 +0100 jsk  r264403 : #i96614#

2008-12-01  Release Engineers  <releng@openoffice.org>  [e13af78c29b4b6c1d41711af4a5253515bdf356d]

        CWS-TOOLING: integrate CWS qascripts03 2008-11-27 11:44:44 +0100 jsk  r264472 : #i96648# 2008-11-27 11:09:28 +0100 jsk  r264466 : #i96649# 2008-11-27 11:06:37 +0100 jsk  r264465 : #i96603# 2008-11-27 11:02:45 +0100 jsk  r264463 : #i96651# 2008-11-27 09:46:29 +0100 jsk  r264453 : #i96645# 2008-11-27 09:12:12 +0100 jsk  r264448 : #i96566# 2008-11-26 15:45:29 +0100 jsk  r264403 : #i96614#

2008-12-01  Release Engineers  <releng@openoffice.org>  [c5f44514bf09ac2030f3beb8b0e4a2b9e22e2e37]

        CWS-TOOLING: integrate CWS ooo301gsl1_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [5e03bf5a405c6c4556d6c8e48bbe860e71c69b55]

        CWS-TOOLING: integrate CWS ooo301gsl1_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [a9ae7138a2a1d60599fccb03e7b196cf8057f4f4]

        CWS-TOOLING: integrate CWS socs21 2008-11-24 10:25:21 +0100 tkr  r264210 : #158201# opt link in dmg

2008-12-01  Release Engineers  <releng@openoffice.org>  [1b1f6b0acad6f40d0f68721f9e8adcd4bdd6967c]

        CWS-TOOLING: integrate CWS socs21 2008-11-24 10:25:21 +0100 tkr  r264210 : #158201# opt link in dmg

2008-12-01  Release Engineers  <releng@openoffice.org>  [4c43e37cadef0b1ea96d518d9433d023cca3500b]

        CWS-TOOLING: integrate CWS socs21 2008-11-24 10:25:21 +0100 tkr  r264210 : #158201# opt link in dmg

2008-12-01  Release Engineers  <releng@openoffice.org>  [f0332c8bf9d5447eb569883e4519b7664ddf931d]

        CWS-TOOLING: integrate CWS socs21 2008-11-24 10:25:21 +0100 tkr  r264210 : #158201# opt link in dmg

2008-12-01  Release Engineers  <releng@openoffice.org>  [0ba2cfaf382582f3ffdf3a13a9ffbd7cda8b68af]

        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>  [f2268de612976e5b729f4d30379fe46309eb49c9]

        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>  [1ab6ef5903b45ca7685eb62baf662da0c7e91874]

        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>  [e9e75d722d41ffa943fc19f668fa984b84c36a5c]

        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>  [6bab88b4b8959c6e1612c210af93d39200c16754]

        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>  [447637c131cb73a8dc9171479f6bee2a65ade4e2]

        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>  [af73598dd0058473f5fe7e3eebbde09c6d7bff8d]

        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>  [0ab2912bfd1d4461e2c2f630e34017df52153690]

        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>  [928e591c0a234d3b55041c374c98256cc81e7072]

        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>  [3b55907168f2d317fe3d46b0ef816127d90afbc0]

        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>  [eb4f46db0aebd99a47d465e90f445b58bc46d7cc]

        CWS-TOOLING: integrate CWS httpperf_DEV300

2008-12-01  Release Engineers  <releng@openoffice.org>  [5f7f619018e97a107c0a9f11ba1bc6abd5972bd3]

        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-12-01  Release Engineers  <releng@openoffice.org>  [f0a7951ee7a9bb75519cefa5e226d186633e3e95]

        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-12-01  Release Engineers  <releng@openoffice.org>  [933b9d37cd4eb99cb6d4bf4fd443c5f0a2005e07]

        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-12-01  Release Engineers  <releng@openoffice.org>  [3e33ac2ea6f2c78e86faab4acbf6c47e87a695ee]

        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-12-01  Release Engineers  <releng@openoffice.org>  [2363c961947028ee152cbdfca7e4b4d1099ca019]

        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-12-01  Release Engineers  <releng@openoffice.org>  [88755986fd18b5f4b8f34b4b5049b1dca0f13d31]

        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-12-01  Release Engineers  <releng@openoffice.org>  [7a5d79f2297a43d0a854e304b0792164272edfe0]

        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>  [fae8f0f1439964e4b3cbf1dae5bd91bf4924ebfd]

        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-30  Release Engineers  <releng@openoffice.org>  [5cdde801ee4b4b0d0fe2a77c2e9e35a36f05ba10]

        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-30  Release Engineers  <releng@openoffice.org>  [4f6b7ef2931e5527c31b650b3815e36378e5010c]

        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-30  Release Engineers  <releng@openoffice.org>  [a1ecc5df539ea17ba6deb1960412c6f6e3627e26]

        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-30  Release Engineers  <releng@openoffice.org>  [ade7966e844a6c54afe1faf27c439b6a2297382b]

        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>  [97a48f7a4812bc224729a88dbc8272d940bcb339]

        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-28  Release Engineers  <releng@openoffice.org>  [f2c90bcc552da21d692df2abeaf3997f8a7eda78]

        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-28  Release Engineers  <releng@openoffice.org>  [fab1c2d1b0f0b64248fb912593a5426e7ff827b8]

        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-28  Release Engineers  <releng@openoffice.org>  [70ed4ca27c333bd23b7832965900dcc0be409a92]

        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-28  Release Engineers  <releng@openoffice.org>  [3341c72c8e7c1140db6c954a622b849d262dd0de]

        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-28  Release Engineers  <releng@openoffice.org>  [4bd944387888c0d6c0bde3de260546951c9a4031]

        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-28  Release Engineers  <releng@openoffice.org>  [71729f85b748dbde48143118905ecaf43e01b0f4]

        CWS-TOOLING: integrate CWS jl105 2008-11-24 11:36:28 +0100 jsk  r264217 : #i96511 2008-11-21 12:19:22 +0100 jl  r264121 :  #i86079# test extensions for localized description 2008-11-18 13:01:02 +0100 jl  r263763 : CWS-TOOLING: rebase CWS jl105 to trunk@263288 (milestone: DEV300:m35) 2008-11-17 12:36:19 +0100 jl  r263717 : #i85509# migrating to svn 2008-11-17 12:32:12 +0100 jl  r263716 : #i91204# migrating to svn 2008-11-17 12:18:15 +0100 jl  r263715 : #i80449# migrating to svn 2008-11-17 12:11:44 +0100 jl  r263714 :  migrating to svn 2008-11-17 11:49:57 +0100 jl  r263712 : #i49060# migration to svn

2008-11-28  Release Engineers  <releng@openoffice.org>  [60a2ff2be6e9b2b4ec6f21ca0f3013cd0356b59e]

        CWS-TOOLING: integrate CWS jl105 2008-11-24 11:36:28 +0100 jsk  r264217 : #i96511 2008-11-21 12:19:22 +0100 jl  r264121 :  #i86079# test extensions for localized description 2008-11-18 13:01:02 +0100 jl  r263763 : CWS-TOOLING: rebase CWS jl105 to trunk@263288 (milestone: DEV300:m35) 2008-11-17 12:36:19 +0100 jl  r263717 : #i85509# migrating to svn 2008-11-17 12:32:12 +0100 jl  r263716 : #i91204# migrating to svn 2008-11-17 12:18:15 +0100 jl  r263715 : #i80449# migrating to svn 2008-11-17 12:11:44 +0100 jl  r263714 :  migrating to svn 2008-11-17 11:49:57 +0100 jl  r263712 : #i49060# migration to svn

2008-11-27  Release Engineers  <releng@openoffice.org>  [5beec3891e1328a30b6c1fa33c2227ce8381855b]

        CWS-TOOLING: integrate CWS koheidatapilot02 2008-11-24 15:34:25 +0100 kohei  r264231 : modified ScViewData::IsMultiMarked() to treat simple-filtered areas as simple-marked areas, for backword compatibility.  Simple-filtered areas are not multi-marked areas. 2008-11-07 20:38:51 +0100 kohei  r263485 : more unused methods in the header without definitions. 2008-11-07 20:26:25 +0100 kohei  r263484 : removed more unused methods. 2008-11-07 19:40:39 +0100 kohei  r263481 : removed unused methods based on Caolan's callcatcher output on m35. 2008-11-06 19:32:22 +0100 kohei  r263405 : CWS-TOOLING: rebase CWS koheidatapilot02 to trunk@263288 (milestone: DEV300:m35) 2008-10-06 15:18:57 +0200 kohei  r262062 : #i94619# allow XDataPilotTable interface to be queried again.  Patch submitted by Noel Power. 2008-10-01 21:49:39 +0200 kohei  r262020 : #i90402# don't insert drill-down sheet when the document is in read-only mode. 2008-10-01 03:03:19 +0200 kohei  r261982 : #i93918# exclude hidden items and items that are excluded due to ranks (i.e. top X items). #i93998# reduce memory consumption of datapilot cache tables by pooling cache table cell data & use null pointers to represent empty cells. 2008-09-30 23:35:14 +0200 kohei  r261981 : #i92378# keep the layout dialog open when the destination range is not empty and the user has decided to cancel data pilot creation. 2008-09-30 23:14:55 +0200 kohei  r261980 : #i94281# fixed a regression where the data pilot layout dialog fails to appear on a filtered cell range.

2008-11-27  Release Engineers  <releng@openoffice.org>  [c86b7b13a1f848a6dcfaf66a4408e0c9e839fd21]

        CWS-TOOLING: integrate CWS koheidatapilot02 2008-11-24 15:34:25 +0100 kohei  r264231 : modified ScViewData::IsMultiMarked() to treat simple-filtered areas as simple-marked areas, for backword compatibility.  Simple-filtered areas are not multi-marked areas. 2008-11-07 20:38:51 +0100 kohei  r263485 : more unused methods in the header without definitions. 2008-11-07 20:26:25 +0100 kohei  r263484 : removed more unused methods. 2008-11-07 19:40:39 +0100 kohei  r263481 : removed unused methods based on Caolan's callcatcher output on m35. 2008-11-06 19:32:22 +0100 kohei  r263405 : CWS-TOOLING: rebase CWS koheidatapilot02 to trunk@263288 (milestone: DEV300:m35) 2008-10-06 15:18:57 +0200 kohei  r262062 : #i94619# allow XDataPilotTable interface to be queried again.  Patch submitted by Noel Power. 2008-10-01 21:49:39 +0200 kohei  r262020 : #i90402# don't insert drill-down sheet when the document is in read-only mode. 2008-10-01 03:03:19 +0200 kohei  r261982 : #i93918# exclude hidden items and items that are excluded due to ranks (i.e. top X items). #i93998# reduce memory consumption of datapilot cache tables by pooling cache table cell data & use null pointers to represent empty cells. 2008-09-30 23:35:14 +0200 kohei  r261981 : #i92378# keep the layout dialog open when the destination range is not empty and the user has decided to cancel data pilot creation. 2008-09-30 23:14:55 +0200 kohei  r261980 : #i94281# fixed a regression where the data pilot layout dialog fails to appear on a filtered cell range.

2008-11-27  Release Engineers  <releng@openoffice.org>  [8e4829da0488ddfa68ee5e9f97682f4df44ce42c]

        CWS-TOOLING: integrate CWS koheidatapilot02 2008-11-24 15:34:25 +0100 kohei  r264231 : modified ScViewData::IsMultiMarked() to treat simple-filtered areas as simple-marked areas, for backword compatibility.  Simple-filtered areas are not multi-marked areas. 2008-11-07 20:38:51 +0100 kohei  r263485 : more unused methods in the header without definitions. 2008-11-07 20:26:25 +0100 kohei  r263484 : removed more unused methods. 2008-11-07 19:40:39 +0100 kohei  r263481 : removed unused methods based on Caolan's callcatcher output on m35. 2008-11-06 19:32:22 +0100 kohei  r263405 : CWS-TOOLING: rebase CWS koheidatapilot02 to trunk@263288 (milestone: DEV300:m35) 2008-10-06 15:18:57 +0200 kohei  r262062 : #i94619# allow XDataPilotTable interface to be queried again.  Patch submitted by Noel Power. 2008-10-01 21:49:39 +0200 kohei  r262020 : #i90402# don't insert drill-down sheet when the document is in read-only mode. 2008-10-01 03:03:19 +0200 kohei  r261982 : #i93918# exclude hidden items and items that are excluded due to ranks (i.e. top X items). #i93998# reduce memory consumption of datapilot cache tables by pooling cache table cell data & use null pointers to represent empty cells. 2008-09-30 23:35:14 +0200 kohei  r261981 : #i92378# keep the layout dialog open when the destination range is not empty and the user has decided to cancel data pilot creation. 2008-09-30 23:14:55 +0200 kohei  r261980 : #i94281# fixed a regression where the data pilot layout dialog fails to appear on a filtered cell range.

2008-11-27  Rüdiger Timm  <rt@openoffice.org>  [c72843cc5654a358cbb41f8b2092a4ed5c4c5f78]

        #i10000# Reduce list of products to pack as spefified by MLA

2008-11-27  Rüdiger Timm  <rt@openoffice.org>  [69318389a916483109edb2aeda5f26f51d4c533b]

        #i96653# Added missing semicolon after 'DBG_ERROR' macro.

2008-11-26  Vladimir Glazounov  <vg@openoffice.org>  [a32d78a5175178eba6d6c93f2441b4698bf05974]

        CWS-TOOLING: integrate CWS rtlchart01

2008-11-26  Vladimir Glazounov  <vg@openoffice.org>  [ce300ea4c859710ab6f06bf1d5a12a39978d7170]

        CWS-TOOLING: integrate CWS rtlchart01

2008-11-26  Vladimir Glazounov  <vg@openoffice.org>  [811e7a83cbca79b0779ac2f77fc74b1f99c48439]

        CWS-TOOLING: integrate CWS rtlchart01

2008-11-26  Vladimir Glazounov  <vg@openoffice.org>  [8ae52b16cae27319de1bef545600cb62edfe7c80]

        CWS-TOOLING: integrate CWS rtlchart01

2008-11-26  Rüdiger Timm  <rt@openoffice.org>  [a434aa0492f90af256a0f2460a205520d09d1a56]

        CWS-TOOLING: integrate CWS qadev34 2008-11-24 12:04:37 +0100 cn  r264220 : #i96037 bugfix: remove superfluous exclamation mark 2008-11-20 20:52:21 +0100 cn  r264100 : #i95964 fixes for cygwin 2008-11-20 12:10:41 +0100 cn  r264040 : #i95964 replacesment for cwsquery modules 2008-11-10 10:29:48 +0100 cn  r263511 : #i96037 register installoffice.oxt 2008-11-07 15:44:58 +0100 cn  r263423 : #i95964# changes for 'cwstouched' wihch is a replacemant for 'cwsquery modules' 2008-10-31 14:04:47 +0100 cn  r262866 : #i95303# add XDEBUG variable 2008-10-31 14:03:39 +0100 cn  r262865 : #i95610# update lists 2008-10-31 09:47:27 +0100 cn  r262855 : #i95303# bugfix 2008-10-31 09:47:06 +0100 cn  r262854 : #i95303# bugfix 2008-10-30 21:42:14 +0100 cn  r262837 : #i95204 remove -OOO_EnvSet parameter 2008-10-30 21:33:18 +0100 cn  r262836 : #i95304 add -enableautomation as soffice parameter 2008-10-30 10:20:24 +0100 cn  r262822 : #i95610 update lists 2008-10-27 22:00:00 +0100 cn  r262691 : #i95513#: add support for -runnerini as aditional ini file 2008-10-27 21:35:17 +0100 cn  r262690 : #i95513# use -runnerini instead of -ini 2008-10-23 13:41:32 +0200 cn  r262621 : #i95303# changes to run cwscheckapi in cygwin environment 2008-10-22 10:18:36 +0200 cn  r262581 : #i95304# disable QuckStarter while trying to dispose the office 2008-10-22 09:59:39 +0200 cn  r262580 : #i95303# add cygwin related stuff 2008-10-22 09:59:10 +0200 cn  r262579 : #i95303# add cygwin related stuff 2008-10-22 09:57:40 +0200 cn  r262578 : #i95303# add property CYGWIN

2008-11-26  Rüdiger Timm  <rt@openoffice.org>  [23d0e016ea5cf45550b6ee0c1793ae780a429abf]

        CWS-TOOLING: integrate CWS qadev34 2008-11-24 12:04:37 +0100 cn  r264220 : #i96037 bugfix: remove superfluous exclamation mark 2008-11-20 20:52:21 +0100 cn  r264100 : #i95964 fixes for cygwin 2008-11-20 12:10:41 +0100 cn  r264040 : #i95964 replacesment for cwsquery modules 2008-11-10 10:29:48 +0100 cn  r263511 : #i96037 register installoffice.oxt 2008-11-07 15:44:58 +0100 cn  r263423 : #i95964# changes for 'cwstouched' wihch is a replacemant for 'cwsquery modules' 2008-10-31 14:04:47 +0100 cn  r262866 : #i95303# add XDEBUG variable 2008-10-31 14:03:39 +0100 cn  r262865 : #i95610# update lists 2008-10-31 09:47:27 +0100 cn  r262855 : #i95303# bugfix 2008-10-31 09:47:06 +0100 cn  r262854 : #i95303# bugfix 2008-10-30 21:42:14 +0100 cn  r262837 : #i95204 remove -OOO_EnvSet parameter 2008-10-30 21:33:18 +0100 cn  r262836 : #i95304 add -enableautomation as soffice parameter 2008-10-30 10:20:24 +0100 cn  r262822 : #i95610 update lists 2008-10-27 22:00:00 +0100 cn  r262691 : #i95513#: add support for -runnerini as aditional ini file 2008-10-27 21:35:17 +0100 cn  r262690 : #i95513# use -runnerini instead of -ini 2008-10-23 13:41:32 +0200 cn  r262621 : #i95303# changes to run cwscheckapi in cygwin environment 2008-10-22 10:18:36 +0200 cn  r262581 : #i95304# disable QuckStarter while trying to dispose the office 2008-10-22 09:59:39 +0200 cn  r262580 : #i95303# add cygwin related stuff 2008-10-22 09:59:10 +0200 cn  r262579 : #i95303# add cygwin related stuff 2008-10-22 09:57:40 +0200 cn  r262578 : #i95303# add property CYGWIN

2008-11-26  Rüdiger Timm  <rt@openoffice.org>  [bea64d38467c56cf4d4bfabd7a75a42d6665b55b]

        CWS-TOOLING: integrate CWS qadev34 2008-11-24 12:04:37 +0100 cn  r264220 : #i96037 bugfix: remove superfluous exclamation mark 2008-11-20 20:52:21 +0100 cn  r264100 : #i95964 fixes for cygwin 2008-11-20 12:10:41 +0100 cn  r264040 : #i95964 replacesment for cwsquery modules 2008-11-10 10:29:48 +0100 cn  r263511 : #i96037 register installoffice.oxt 2008-11-07 15:44:58 +0100 cn  r263423 : #i95964# changes for 'cwstouched' wihch is a replacemant for 'cwsquery modules' 2008-10-31 14:04:47 +0100 cn  r262866 : #i95303# add XDEBUG variable 2008-10-31 14:03:39 +0100 cn  r262865 : #i95610# update lists 2008-10-31 09:47:27 +0100 cn  r262855 : #i95303# bugfix 2008-10-31 09:47:06 +0100 cn  r262854 : #i95303# bugfix 2008-10-30 21:42:14 +0100 cn  r262837 : #i95204 remove -OOO_EnvSet parameter 2008-10-30 21:33:18 +0100 cn  r262836 : #i95304 add -enableautomation as soffice parameter 2008-10-30 10:20:24 +0100 cn  r262822 : #i95610 update lists 2008-10-27 22:00:00 +0100 cn  r262691 : #i95513#: add support for -runnerini as aditional ini file 2008-10-27 21:35:17 +0100 cn  r262690 : #i95513# use -runnerini instead of -ini 2008-10-23 13:41:32 +0200 cn  r262621 : #i95303# changes to run cwscheckapi in cygwin environment 2008-10-22 10:18:36 +0200 cn  r262581 : #i95304# disable QuckStarter while trying to dispose the office 2008-10-22 09:59:39 +0200 cn  r262580 : #i95303# add cygwin related stuff 2008-10-22 09:59:10 +0200 cn  r262579 : #i95303# add cygwin related stuff 2008-10-22 09:57:40 +0200 cn  r262578 : #i95303# add property CYGWIN

2008-11-26  Rüdiger Timm  <rt@openoffice.org>  [2330b6270f9cd124eb09b718a90900c6b3a4bab7]

        CWS-TOOLING: integrate CWS tbo03 2008-11-19 15:45:57 +0100 tbo  r263999 : #i96349# ignore .svn directories 2008-11-19 11:42:13 +0100 tbo  r263974 : #i96322# .uno:ActivateStyleApply 2008-11-19 11:32:24 +0100 tbo  r263973 : #i93677# clean test exit state - remove closed issues logs 2008-11-11 18:10:23 +0100 tbo  r263570 : #168829# crash on macosx ball.eps 2008-11-11 17:48:29 +0100 tbo  r263569 : #i93677# deadlock and window close cleanup 2008-11-11 14:20:53 +0100 tbo  r263560 : #i94915# forgott to be nicer to not overwriteable 4.htm 2008-11-11 14:16:02 +0100 tbo  r263559 : #i94915# forgott to be nicer to not overwriteable 4.htm 2008-11-11 14:06:13 +0100 tbo  r263558 : #i94915# remove leftovers always -3.txt and -4.htm and in case no error came up -1.txt 2008-11-11 12:49:50 +0100 tbo  r263553 : #i96088# remove language reset 2008-11-11 11:41:12 +0100 tbo  r263550 : #i93675# add missing tools since migration to cws handling 2008-11-10 17:17:37 +0100 tbo  r263532 : #i94779# crashreport values proxy empty 2008-11-10 16:47:18 +0100 tbo  r263528 : #i94665# api disable autoupdate

2008-11-26  Rüdiger Timm  <rt@openoffice.org>  [9709a39d5b8d6e7f36d4c478f2fcf2386abd505d]

        CWS-TOOLING: integrate CWS tbo03 2008-11-19 15:45:57 +0100 tbo  r263999 : #i96349# ignore .svn directories 2008-11-19 11:42:13 +0100 tbo  r263974 : #i96322# .uno:ActivateStyleApply 2008-11-19 11:32:24 +0100 tbo  r263973 : #i93677# clean test exit state - remove closed issues logs 2008-11-11 18:10:23 +0100 tbo  r263570 : #168829# crash on macosx ball.eps 2008-11-11 17:48:29 +0100 tbo  r263569 : #i93677# deadlock and window close cleanup 2008-11-11 14:20:53 +0100 tbo  r263560 : #i94915# forgott to be nicer to not overwriteable 4.htm 2008-11-11 14:16:02 +0100 tbo  r263559 : #i94915# forgott to be nicer to not overwriteable 4.htm 2008-11-11 14:06:13 +0100 tbo  r263558 : #i94915# remove leftovers always -3.txt and -4.htm and in case no error came up -1.txt 2008-11-11 12:49:50 +0100 tbo  r263553 : #i96088# remove language reset 2008-11-11 11:41:12 +0100 tbo  r263550 : #i93675# add missing tools since migration to cws handling 2008-11-10 17:17:37 +0100 tbo  r263532 : #i94779# crashreport values proxy empty 2008-11-10 16:47:18 +0100 tbo  r263528 : #i94665# api disable autoupdate

2008-11-26  Oliver Specht  <os@openoffice.org>  [a38d55b7fe151da64f9e6b14e56fc1b6888ca573]

        override wrong commit

2008-11-26  Oliver Specht  <os@openoffice.org>  [8a8313868fdc4d5f0dcfea2e24810aa8460d200b]

        override wrong commit

2008-11-26  Oliver Specht  <os@openoffice.org>  [b67d1ce3ae885f2d51761fdb3de99ea4d8d0181f]

        override wrong commit

2008-11-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e7c1a71dd0ce55e00decd50474ce8d2462ff69]

        #i10000#,#i96584#: in case of timeout do not access dead object

2008-11-25  Oliver Specht  <os@openoffice.org>  [b623a8a009755391f6a469166ee87f37de9af6f3]

        migration from cvs

2008-11-25  Oliver Specht  <os@openoffice.org>  [2acf64dcfd66797cd7abdbd58210a5eda9598b29]

        migration from cvs

2008-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0acf218f4766bcbb8cc02ea03d9ecc3aefbc3ae8]

        CWS-TOOLING: integrate CWS hr56 2008-11-24 17:16:18 +0100 hr  r264256 : #i96180#: finish 'cws cdiff' 2008-11-13 17:22:31 +0100 hr  r263657 : #i96180#: fix 'cws query -M'; add common[.pro] automatically to fetched platforms; implement 'cws cdiff'

2008-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [070e69788dd42e69c6ec97f5b6e2b40e565d05fe]

        #i10000# remove not needed DBG() macro which broke Solaris non-pro builds

2008-11-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ee570810a255d907f7d026d760a23616ae0e540]

        #i10000#,#i96440# fix cast for LP64 platforms

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [360a19c7a96ce7dc7069fcdcb61b5d669370871f]

        #i10000: undo integration sw301bf02 (r264013) (sw/source/ui/dbui only); stuff went in via os117 as well)

2008-11-21  Release Engineers  <releng@openoffice.org>  [ff14a32ba6ee21beab0ce8e6013bd4e2d30a18c9]

        #i10000# Signalfile changed again: on mac the previous solution failed.

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e3192b8f2417cee75e8e7bcda466582f248628c]

        #i96333#: prevent second installation of libevoablx.so, patch by jpryor

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [be1bef29987f4aeb6f07f8212a02108f5dc4b2b7]

        #i10000#: add missing parameter to call to createTextPrimitive

2008-11-21  Rüdiger Timm  <rt@openoffice.org>  [4ef4bccaf3e5e29e050c3eeedf511a2adeba9dbb]

        #i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [f617820ab307b9d68780e662e8cd078d33e4a7db]

        #i10000#: replace direct access of m_aArgs with accessor getResource()

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [f520b1bd04e4569c7ea75d15d9ebd486ace98eeb]

        #i10000#: add missing semicolon after macro expansion

2008-11-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [152b126e2564a5b4acd93a0147e0e5fb24234a5f]

        #i10000#: add missing parameter to call to impBufferDevice ctor

2008-11-21  Rüdiger Timm  <rt@openoffice.org>  [9b51d48fb6be024a3e4b60e4b8de962efbaaebfe]

        #i96408# include corrected: framework/source/uielement/generictoolbarcontroller.cxx needs 'dispatch/uieventloghelper.hxx', not 'dispatch/uieventslogger.hxx'.

2008-11-21  Rüdiger Timm  <rt@openoffice.org>  [176d2f46c0fe69dccaf4c69590db046d89ad2909]

        #i10000# cli_ure/source/native/path.cxx needs tools/pathutils.hxx

2008-11-21  Rüdiger Timm  <rt@openoffice.org>  [0188e0c6886f97501fb42a814eeca767585cdbd6]

        DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba74e17215037394f9b5e1c09afa4ae021e9f9db]

        CWS-TOOLING: integrate CWS qascripts02 2008-11-20 14:38:35 +0100 jsk  r264055 : #i96341# 2008-11-19 11:22:47 +0100 jsk  r263970 : #i96341 2008-11-19 11:21:33 +0100 jsk  r263969 : #i96341

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d480a8c91d98d850d9d969c7d642af839a6d0d9a]

        CWS-TOOLING: integrate CWS native207_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [458d57699de91a273788f23c820da57a72e0771a]

        CWS-TOOLING: integrate CWS native207_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee06d9b1da40a043983d4d0b1dfb51f2ac87e8e]

        CWS-TOOLING: integrate CWS i18n48_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca93b834b740e7967aedead46a8908cd3594c3b]

        CWS-TOOLING: integrate CWS i18n48_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4995478e9c163111b0597148e5b3c69778fc5b07]

        CWS-TOOLING: integrate CWS sysui27_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2341f99f9baa539c0d37c720044cd4bb812eb89]

        CWS-TOOLING: integrate CWS fix30autorecovery_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df678a7ed9815b1348914f5faa68b120352abf8a]

        CWS-TOOLING: integrate CWS fix30autorecovery_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c765b4858941f748fd5ed521e10123c505db5216]

        CWS-TOOLING: integrate CWS buildid301_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [21a4a0827e185c8195f989470e04c2b6756d4a18]

        CWS-TOOLING: integrate CWS buildid301_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [37cad172010ee41304a0c4ed99186590eaec2661]

        CWS-TOOLING: integrate CWS buildid301_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f14cbc3cb879aa12283a0f9b2073e5b7bcb0e6]

        CWS-TOOLING: integrate CWS buildid301_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7a9b6b5c3794f6a21684cb6e9ebccf5faee2e30]

        CWS-TOOLING: integrate CWS impress163_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fc97737a2ccc06fe075234396e41269acfbad07]

        CWS-TOOLING: integrate CWS impress163_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [66141a46a44fa1c96694e98453e28c077ca23f48]

        CWS-TOOLING: integrate CWS impress163_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dd266f688fea3789827b37e2399f1ccf4c43d43]

        CWS-TOOLING: integrate CWS impress163_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b011a61adbc71c48898a08518fac1dd42bc971ab]

        CWS-TOOLING: integrate CWS ab64_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c20d7b53d202a3400358b4248eb3c8ee49c8013]

        CWS-TOOLING: integrate CWS ab64_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbc552950583372366fffa4becbb5aa95da517d]

        CWS-TOOLING: integrate CWS ab64_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d74b23ef163b6190d5711ba2b106cd285d41dd]

        CWS-TOOLING: integrate CWS native206_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0027f2c0ddea2b601a5dcb80056843da5fe40da9]

        CWS-TOOLING: integrate CWS native206_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [349f3197469a4610345eb6611c00ede6fb888bc0]

        CWS-TOOLING: integrate CWS dv06_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2849810d867485f44d1c6017157d65707a799330]

        CWS-TOOLING: integrate CWS dv06_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [efae0f61f1e45db66b9e98eb72f6e0022ec8353f]

        CWS-TOOLING: integrate CWS calc46_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6161697084af38f0f6887738eb94a55ba8883ed]

        CWS-TOOLING: integrate CWS calc46_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfaf0a0ed00eb603acfc735eb9085e33eff543f7]

        CWS-TOOLING: integrate CWS swffixes_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b49708440964903d54a3ee47d4788b72f8b63b2]

        CWS-TOOLING: integrate CWS swffixes_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [82c8ccfd55a4ed66c725a5c25254d7c410c44851]

        CWS-TOOLING: integrate CWS obo37_DEV300

2008-11-20  Rüdiger Timm  <rt@openoffice.org>  [364459717bb27c4e42dd86b642d09086f904190c]

        #i96331# Patch by jpryor to fix build breakage in 'connectivity'.

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c501d12c5ed530b13d13468316f864394eb73d2]

        CWS-TOOLING: integrate CWS onlineupdate7_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c4534897cb050c980be4470251e19008cbd150]

        CWS-TOOLING: integrate CWS onlineupdate7_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c24bc3a1b9d4bada2421498d71bd2ddf27888e2]

        CWS-TOOLING: integrate CWS onlineupdate7_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef298319f4b3ff9f7ec4f8fe2adc2afed8bf226b]

        CWS-TOOLING: integrate CWS os122_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b4c0c02bb6d45b84783be69e0823accf39cdb50]

        CWS-TOOLING: integrate CWS jl114_DEV300

2008-11-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ab5da1a2e31a3d1bfb3db54a5a302e45764f0b1]

        CWS-TOOLING: integrate CWS jl114_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [46afc9fc433c262c34b2fa7f8a04e1b6532953a4]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [559a7c7f282a7249632924272ca426f22f6e9a39]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c41efc6d0b2740be4243fd696385f8dbcec0aefe]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [920580527a4de83b119f73bac1587e8884b375a5]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be88907d2762217aaca4f8acb6d1626da71b98a]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f58e06113ae5210c93cb052b45c74ff17f3c12]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1857124ae21baeaac9e28e6a3200d9f87491da3c]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e8ff6898609c3291ec605f8e97450fb2735290a]

        CWS-TOOLING: integrate CWS dba301a_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d22586d6f0cc0686f3b2c3353818f55a0e7b376]

        CWS-TOOLING: integrate CWS oooimprovementcorefixes_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a29935a32d0daddde35a60c853f7606b61c86262]

        CWS-TOOLING: integrate CWS oooimprovementcorefixes_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d9e113309bd426b9582a7f58a18721058db71ea]

        CWS-TOOLING: integrate CWS sw301bf02_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd5832a63645a2000c9a0d01624a725c39332f34]

        CWS-TOOLING: integrate CWS sw301bf02_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbd6c04509d50dbd600b67c4249ab7057dc3d37f]

        CWS-TOOLING: integrate CWS sw301bf02_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33e1caa66573a397fb55a0375367aeee604d4f73]

        CWS-TOOLING: integrate CWS tbo301_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2121084269dc4a2745e926d416d2ec54a4bdf06]

        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>  [ff4555fa53fccdf3f40584382dca4d612c91da11]

        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>  [5524ea27e2162f33c37baeb3de1ae41ba850b919]

        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>  [a04e7c36ebc5f423d6464fd315f3cb5159c9e632]

        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>  [9f2b41dad1227228bdd4f7810f4b568a35ae8d70]

        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>  [cac3843ac5263dd974121fe70c2cef06ac7d61d6]

        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>  [ddcf9b9ff2caaffcc59d250b2d7f50ca3ab20330]

        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>  [47acaee57184c445db01e50d87e827f7084fcebe]

        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>  [77588e26942ad545eb1aa98455c2ecec15b1edd0]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5621086ab765e9f4de507bf555c6a641ff608a57]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5202aa22b98b063f3e969d6de29a0c3578f00dac]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6505290cca247b947b2a4e4dd40a2bfdd183c386]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45894b48515509138afbeaab7541cfeb3fc046f9]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d100003531c186944b2d5dee020246d9d2f9a0b]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ef1c324be812892646631c367fd8c8e2da00e6]

        CWS-TOOLING: integrate CWS fwk94_DEV300

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13c18a056995da1b61f7184899e8f6eeb63138db]

        CWS-TOOLING: integrate CWS hb11

2008-11-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4e5153daa7859cc5a5aec44ee578bf81195ca93]

        CWS-TOOLING: integrate CWS hb11

2008-11-19  Thorsten Bosbach  <tbo@openoffice.org>  [205a3cba9ce9cfb5727fab551eb7da2876a16451]

        revert accidental checkin on milestone

2008-11-18  Thorsten Bosbach  <tbo@openoffice.org>  [d1d611c868620bc7f7de364513cf1fd7841b5dd3]

        #i96322# .uno:ActivateStyleApply

2008-11-18  Thorsten Bosbach  <tbo@openoffice.org>  [d639cb215fccfc06436648b0232e6ba583180a6a]

        #i93677# clean test exit state - remove closed issues logs

2008-11-18  Rüdiger Timm  <rt@openoffice.org>  [f5789e990c3537e5bf453e93c07d6f822abc25b7]

        CWS-TOOLING: integrate CWS extmgrui06 2008-10-30 15:46:52 +0100 hr  r262831 : CWS-TOOLING: rebase CWS extmgrui06 to trunk@262620 (milestone: DEV300:m34) 2008-10-22 11:19:35 +0200 dv  r262586 : #i80640# mirgate CWS extmgrui06 to SVN 2008-10-22 11:19:03 +0200 dv  r262585 : #i80640# mirgate CWS extmgrui06 to SVN

2008-11-18  Rüdiger Timm  <rt@openoffice.org>  [385a8e7c2a3ca3a41ac715e566bb8f511dc57e5e]

        CWS-TOOLING: integrate CWS extmgrui06 2008-10-30 15:46:52 +0100 hr  r262831 : CWS-TOOLING: rebase CWS extmgrui06 to trunk@262620 (milestone: DEV300:m34) 2008-10-22 11:19:35 +0200 dv  r262586 : #i80640# mirgate CWS extmgrui06 to SVN 2008-10-22 11:19:03 +0200 dv  r262585 : #i80640# mirgate CWS extmgrui06 to SVN

2008-11-18  Rüdiger Timm  <rt@openoffice.org>  [8fc3fe99c8f98853bee4795db7db28b697b69d69]

        CWS-TOOLING: integrate CWS extmgrui06 2008-10-30 15:46:52 +0100 hr  r262831 : CWS-TOOLING: rebase CWS extmgrui06 to trunk@262620 (milestone: DEV300:m34) 2008-10-22 11:19:35 +0200 dv  r262586 : #i80640# mirgate CWS extmgrui06 to SVN 2008-10-22 11:19:03 +0200 dv  r262585 : #i80640# mirgate CWS extmgrui06 to SVN

2008-11-17  Rüdiger Timm  <rt@openoffice.org>  [f18fdce950eadae19b05106bec7ff7ae49beb58b]

        #i96240# Missing ';' after DBG_ macro in reportdesign (patch by pjanik).

2008-11-13  Rüdiger Timm  <rt@openoffice.org>  [b740fdaea40c1d00e73dfc66950b0cb299f0df82]

        #i10000# #158599# Do not use wildcards for includes. On windows this may lead to file locking, which in turn can break repeated parallel builds: some unrelated jar files from other modules cannot get delivered.

2008-11-12  Rüdiger Timm  <rt@openoffice.org>  [6e1f6d1dfa78bb81996d77e4d95b18e461a0c8b1]

        CWS-TOOLING: integrate CWS cli004 2008-11-06 12:34:38 +0100 christianlins  r263378 : Add fix for issue #i95920#. 2008-11-04 17:10:30 +0100 christianlins  r263331 : Add patch from issue #95662#. 2008-11-03 14:22:24 +0100 christianlins  r263283 : Apply patch from issue #95798#.

2008-11-12  Rüdiger Timm  <rt@openoffice.org>  [0746817c7bb5687dd6513ba31637df9cdff832d0]

        CWS-TOOLING: integrate CWS cli004 2008-11-06 12:34:38 +0100 christianlins  r263378 : Add fix for issue #i95920#. 2008-11-04 17:10:30 +0100 christianlins  r263331 : Add patch from issue #95662#. 2008-11-03 14:22:24 +0100 christianlins  r263283 : Apply patch from issue #95798#.

2008-11-11  Joerg Skottke  <jsk@openoffice.org>  [d7cd1d725f844dd583ba7c3ffab9e5fd9dc4092c]

        #i90452#

2008-11-11  Joerg Skottke  <jsk@openoffice.org>  [e5b05c1f4e849886e098c6014508eb0a1735f9cb]

        #i67112#, #i92234

2008-11-11  Joerg Skottke  <jsk@openoffice.org>  [cce8f0ef1580212e23787d1310dd00d1199b9189]

        #i91946#

2008-11-11  Rüdiger Timm  <rt@openoffice.org>  [866c97ebb26b0a4194081e08df68c10202f1c286]

        CWS-TOOLING: integrate CWS wae4extensions02 2008-11-07 21:36:14 +0100 fs  r263487 : #i95962# 'extensions' is warning-free on wntmsci11/wntmsci12 2008-11-07 21:33:51 +0100 fs  r263486 : #i95962# warning-free code on wntmsci12

2008-11-11  Rüdiger Timm  <rt@openoffice.org>  [2ef65555847f521fd531a735acb6dfa78e838c62]

        CWS-TOOLING: integrate CWS wae4extensions02 2008-11-07 21:36:14 +0100 fs  r263487 : #i95962# 'extensions' is warning-free on wntmsci11/wntmsci12 2008-11-07 21:33:51 +0100 fs  r263486 : #i95962# warning-free code on wntmsci12

2008-11-11  Rüdiger Timm  <rt@openoffice.org>  [1dd6316419dee58f52472892860048641e808f9b]

        CWS-TOOLING: integrate CWS wae4extensions02 2008-11-07 21:36:14 +0100 fs  r263487 : #i95962# 'extensions' is warning-free on wntmsci11/wntmsci12 2008-11-07 21:33:51 +0100 fs  r263486 : #i95962# warning-free code on wntmsci12

2008-11-10  Philipp Lohmann  <pl@openoffice.org>  [adf0066a17538a394550237a54f6fc0027f6ed29]

        #i91478# aqua implementation (continued)

2008-11-10  Rüdiger Timm  <rt@openoffice.org>  [9835a2e4f114ce94645eba77578562f948d52236]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [8cfad96d6ca3cab748fc56ecdb9f4e205ddfd7c8]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [99aef3d8e977dbcb1853575b15bfaf980ae8fed9]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [eceaaf89d03f6fd4cdb65ca3af37a4c578ca7240]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [5ab7f67bee5e6c69be7c27fefaa78f769c886725]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [7f5f6b548d071d412efb78e9fee21d68ad6700bc]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [f5bd3d3ff927d42f591b6e5a10d9e2cece1bad12]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [9fdd528213867ed3ce654c410367d1212fda06dc]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [57573ad5adbf1a6bb520c1c557684d06211ca7cc]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [c8e422059a9e32642b6e8b67f6e7506c4fddd990]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [7e6737cc865d9f0ba44a88b4be0c8460325d7b84]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [fc0a3800d44c91ca61c1444e24a2877e114cd6d0]

        CWS-TOOLING: integrate CWS consolar01 2008-10-28 10:48:51 +0100 christianlins  r262708 : Add patch that fixes #i92557#. 2008-10-27 13:33:25 +0100 christianlins  r262672 : Reformatted using sspretty. Note that this tool has not only corrected all tabs and spaces but has sorted all switches groups alphabetically. 2008-10-27 13:22:45 +0100 christianlins  r262671 : Moved bs_sourceroot to Common and purged it from the individual platforms. No reformatting done at this point. 2008-10-20 17:59:09 +0200 christianlins  r262333 : Purged sdev300.ini file from obsolet switches.

2008-11-07  Kurt Zenker  <kz@openoffice.org>  [934355434865cad4bf3eac8b5c1b0633dcfc91a6]

        CWS-TOOLING: integrate CWS iconupdate301

2008-11-07  Kurt Zenker  <kz@openoffice.org>  [9793266c4869f15e3156e2886fb18fd4ea3b5845]

        CWS-TOOLING: integrate CWS iconupdate301

2008-11-07  Kurt Zenker  <kz@openoffice.org>  [72339a084c6879c8437aee34a1f9daac50d2366e]

        CWS-TOOLING: integrate CWS iconupdate301

2008-11-06  Philipp Lohmann  <pl@openoffice.org>  [81fac0e0892167a5dd198360dbd9d35b0cef4f65]

        removed unused headers

2009-10-08  hg  <hg@oosvn01.>  [9eeb9044d88c3281d77ec187e7e2230875223128]

        merge

2008-11-06  Philipp Lohmann  <pl@openoffice.org>  [35de9888cc5aabdd5e0541872bcf160ea8fd99b4]

        fix a warning

2008-11-06  Philipp Lohmann  <pl@openoffice.org>  [15d5931e21971aa6e48ed4d79d460ffadf04af82]

        fix a warning

2009-10-08  hg  <hg@oosvn01.>  [55a10d02621df6c3d0b92f2bf01750051b50eb48]

        merge

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [710b6200c9a051aca5bc11d3bd5c2c99f084b7de]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [c23a3ebc12aaf739e187ebd99bfd1f41eef52b87]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [a58297a2b0f79ec4d23c9ea77b398ef41eb85953]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [f00cc0b3ee98e5213707c04fe4e84bc8e4fa9932]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [03d454a0ec539a7f07106500681208e939bbc386]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [5c7b0411f7045d2f583179e96503b5ae89559fd8]

        CWS-TOOLING: integrate CWS rt34

2008-11-06  Kurt Zenker  <kz@openoffice.org>  [4b4db9a30dac193464d3962f1f7f43597044d57b]

        CWS-TOOLING: integrate CWS rt34

2008-11-05  Philipp Lohmann  <pl@openoffice.org>  [31b6effb0650f4bfdc8e4f40593bbc94b40ffa06]

        #i92516# begin sd work

2008-11-05  Philipp Lohmann  <pl@openoffice.org>  [b83950b29bfd4aeadf0d6dd9b1da28d48163d6f3]

        #i92516# begin sd work

2008-11-05  Philipp Lohmann  <pl@openoffice.org>  [45f81056f07d8f007e29bd13c839e65b920a24f1]

        #i92516# fix some up prop issues, add put back values

2008-11-04  Rüdiger Timm  <rt@openoffice.org>  [cc429c125a1d540e1383cd1edf10f43e14ef6d72]

        #i90195# Declare slideshow WaE free on 64bit Linux

2008-11-04  Rüdiger Timm  <rt@openoffice.org>  [561b0e3e6ea1c66da07534abfc596257014329b7]

        #i93286# Do not ask for licence confirmation during automatic installation.

2008-11-04  Rüdiger Timm  <rt@openoffice.org>  [c08865c42ffd940fa3d8d4798b6500e0d9da4a97]

        #i95804# cygwin and BUILD_ACTION_SEP

2008-11-03  Release Engineers  <releng@openoffice.org>  [588b2b3147991772d7691380ce70ea8666e5f6f7]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [0b0f8a087ce0db8ecfbd8b3e228b8da11f239653]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [f1cea87ab0e087288366a474580c649499442d1c]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [403f3a3e11ee16c6224a4d7282639ecc239e6f7a]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [4dba2ed1cf0bfec414015390387bfc0954042db0]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [b557061ee3d2a2b46f4f9ece0adf407ef17f9185]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [f9ad6bcf6956db2b76682e5dda7b23fa31eca1ae]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [901a844b71923e761b407db1495d1e240f3bb47b]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [2e5ec414cdeaee5814d7cbf07c9a38726f3f9079]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [6c86d7716008d30015a66f6f4f99e6e035478a8e]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [70999facab6e28916bac2911e6bffa1092e25ae4]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [d9f36d24332f4c15aeeaff4e9fdae32d0b717843]

        Create DEV300_m35 milestone tag

2008-11-03  Release Engineers  <releng@openoffice.org>  [d46badbea2b4235f6bad54db177869163877eb2e]

        Create DEV300_m35 milestone tag

2008-11-03  Rüdiger Timm  <rt@openoffice.org>  [a2689e698bc73db9d6c1a98ded4d833d3920d0ef]

        #i95748# Syntax for Labels.xcu: insert line break between </prop><prop ...>

2008-11-03  Rüdiger Timm  <rt@openoffice.org>  [a0fe2fea679a7908cce4578ba797b5c5d1fa4498]

        CWS-TOOLING: integrate CWS qadocinfo

2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [88e21bf16ca5bb90385013bcd13428d4b0837484]

        #i95536# Use gtk_paint_expander instead of gtk_draw_expander (patch by pl).

2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [322b37ac33e1e2516cb2e02e91225d49055d5259]

        #i10000# Correct regex in deliver.pl's linklib routine.

2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [2f8e77de110b5c19437f4c6e279a67078eb12b8b]

        CWS-TOOLING: integrate CWS hr55

2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [d3efd4c782d2334ffd0983c60114a3fa8f240bae]

        #i10000# Avoid mismatch bool <-> sal_Bool

2008-10-31  Oliver Bolte  <obo@openoffice.org>  [5ff08c23bf85ed82861dfc535975e1ce39f03f33]

        #i10000# fix for MacOSX added

2008-10-31  Rüdiger Timm  <rt@openoffice.org>  [800fe38b17d463ff35ed8e1da89b2a926a41950c]

        #i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.

2008-10-30  Philipp Lohmann  <pl@openoffice.org>  [1ba89b54d2a661c2e01cf726b7c4e53001737288]

        #i92516# prepare app specific print dialog elements

2008-10-30  Philipp Lohmann  <pl@openoffice.org>  [d47140e61cc0f58dec4c93a2eb801b03be3fa0ff]

        #i92516# prepare app specific print dialog elements

2008-10-30  Rüdiger Timm  <rt@openoffice.org>  [03be7f057a653f0dc4203cc78a5c96ab8fc2a51b]

        #i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.

2008-10-30  Rüdiger Timm  <rt@openoffice.org>  [c3f55601a58afd6f905bf803b70a0e0525d686de]

        DEV300

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [9ff393406715d9c594ded6069b66209d288533f7]

        CWS-TOOLING: integrate CWS cli003

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [1027a8f12927c5772dc1b07dab3b37a4207a9151]

        CWS-TOOLING: integrate CWS cli003

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [4a84f63b1a408d8c10950d53b0279363d8387672]

        CWS-TOOLING: integrate CWS cli003

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [6032340dd8d0a551705a2de74c8b59aaf0d52800]

        CWS-TOOLING: integrate CWS cli003

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [3e445b91b1ceddba7e0b844431526b5eb04abffe]

        CWS-TOOLING: integrate CWS sb99

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [73ca98a73e3a2d184e3328fd17f0b0771e4b7e7f]

        CWS-TOOLING: integrate CWS native201_DEV300

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [1488be181ddb4d5c3475a0c73bd40577f67c6bb9]

        CWS-TOOLING: integrate CWS native201_DEV300

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [7f12e8de94b87d13f61233deb58e2ac90e50ad24]

        CWS-TOOLING: integrate CWS bmpsum1

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [aa6681f0eeb437c32313766dfb8fd6b3f4c01b48]

        CWS-TOOLING: integrate CWS impresszoom

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [7fec6db454fef5b9de964a879ca73163dfa6657e]

        CWS-TOOLING: integrate CWS impresszoom

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [9e8816a0e1a8ce1e6c040c5e113cf0811d372719]

        CWS-TOOLING: integrate CWS impresszoom

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [0a55bf199e9a22845fbc88bebc3c5f97017931b6]

        CWS-TOOLING: integrate CWS os120

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [282a7d79302657cd7046620115f966ef620d5b17]

        CWS-TOOLING: integrate CWS os120

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [f415c9e035fda88e394943a0ad254656c72d4db6]

        CWS-TOOLING: integrate CWS os120

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [229a0de9c81554dfe6c96a0095a582476abc87ba]

        CWS-TOOLING: integrate CWS appleremote01

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [dd293aafd93805e1740ad2353b23a1873d8d1fb8]

        CWS-TOOLING: integrate CWS appleremote01

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [4f976ce5f5ca31a3c6092891ff6b78ccfc415a19]

        CWS-TOOLING: integrate CWS appleremote01

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [9863bdb05938b4bbabd410df1b6cdbc1b7c0d0ca]

        CWS-TOOLING: integrate CWS vcl95

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [011bcd1ea1e8ce10f6b9946d8d44d05a59387b8c]

        CWS-TOOLING: integrate CWS vcl95

2008-10-29  Rüdiger Timm  <rt@openoffice.org>  [41ae7fb01b4c4813db33e20501dca885744e3240]

        CWS-TOOLING: integrate CWS sb97

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [0b3f346d173ae177ab2656b5e9953e5a310eebe1]

        CWS-TOOLING: integrate CWS basebmpunittestfix

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [ad9f2e032970a444357163d550f33d6d0da37cab]

        CWS-TOOLING: integrate CWS svnignoreoutpaths

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [5f3cff6c62c0b3d83381c65d39c71b450cf0bce8]

        CWS-TOOLING: integrate CWS cli002

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [ada35cded048fd19660c62266a827a7c8e0f5054]

        CWS-TOOLING: integrate CWS cli002

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [ff8e63e66403129d00fd0864581f08af9532668b]

        CWS-TOOLING: integrate CWS i18n42

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [708bd808b7e01d682b83314874228f34dee53114]

        CWS-TOOLING: integrate CWS i18n42

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [99879666dc9b1f3dc3b9c029dabe09712ed3c4fe]

        CWS-TOOLING: integrate CWS pflin10

2008-10-28  Rüdiger Timm  <rt@openoffice.org>  [f07ad1e3628a79ed34d6d83ae7eb5ac10355cdd1]

        CWS-TOOLING: integrate CWS pflin10

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [2c0e1d0cd8623e7dd612869da87274fdfe50d852]

        #i10000# clean up files with zero byte size

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [f8586e2e3d7426a2ba57dbe0bf737854fdfb7317]

        #i10000# clean up files with zero byte size

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [216e0048e41f2109d624679686f473c7e886890d]

        #i10000# clean up files with zero byte size

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [f259cd9e492445a9ee201872340be2174ef086a6]

        #i10000# clean up files with zero byte size

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [b04c4db39087a08cd15f987afc299ae46cdf94f2]

        #i10000# clean up files with zero byte size

2008-10-28  Oliver Bolte  <obo@openoffice.org>  [02e8211e5a0e51a1cbfb87104ba4da6c702158c2]

        #i10000# clean up files with zero byte size

2008-10-21  Oliver Bolte  <obo@openoffice.org>  [64322f11c1deba51c89ff82885b002a9397bf93d]

        CWS-TOOLING: integrate CWS hr54

2008-10-20  Oliver Bolte  <obo@openoffice.org>  [acacc18caaad1f1aa7299eebe7101609eae04bd8]

        #i10000# unreachable statement

2008-10-20  Oliver Bolte  <obo@openoffice.org>  [96a0becadff5473ed64687d044283762ffd60794]

        #i10000# remove file

2008-10-20  Oliver Bolte  <obo@openoffice.org>  [189eed4a326da87ef8f6cbf96695500c68796846]

        #i10000# undo last change (AW)

2008-10-20  Oliver Bolte  <obo@openoffice.org>  [597cacc357f7b411622fc5c467a4dc503dcd1051]

        #i10000# change complexlib.ComplexTestCase.AssureException into complexlib.Assurance.AssureException

2008-10-20  Oliver Bolte  <obo@openoffice.org>  [03b5c8ab447a24ca184771790a21e51a098154ef]

        #i10000# undo accidental change by CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [deaa052729a3c107811d73010268c36e0ecf84d7]

        #i10000# remove obsolete file

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [ab2ba2d60b7d4adfb51cceab748baba42f89b3ab]

        DEV300

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [ba71b1135c2568a876bbc84d3959c7cce5e65aff]

        #i94947# broken hasProperty check (by MST)

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [135769a1b5fcfe498f9f066d02f3b12d95db9f49]

        CWS-TOOLING: integrate CWS svnl10nmerge

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [f000f6fb16c4e95000be303b83286d7fcd9b5721]

        CWS-TOOLING: integrate CWS cli001

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [6e287814983857b498769913cd880750d72b8540]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [c91e5d874c96cfc6e1955339476fa520ffe39296]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [d36b69ef515f54f466763414d8345a6f233c6aae]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [0ec586304e906c6e19a244a1303df1d86213d0b4]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [df6d527e4e033a802b408aa63a5e301ed28e409a]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [a8ac4bc4145e7e558153b58c87b2def339aebe36]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Oliver Bolte  <obo@openoffice.org>  [98c9f4f4f2506db7385cc3f0fa7bb1b14930a417]

        CWS-TOOLING: integrate CWS aw057

2008-10-17  Rüdiger Timm  <rt@openoffice.org>  [e4563bf9ca7a1511af9ed917496c9950f1729286]

        #i10000# Fix broken binary files.

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [9aa7fc7b255054df48940eedc076850d11dbd5c2]

        CWS-TOOLING: integrate CWS unowinregfix_DEV300

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [c8338c957604e228bbad2cfc19aec45e493e87c0]

        CWS-TOOLING: integrate CWS native197_DEV300

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [6706068606e21ec26435caacd5986fd3d0ecbfdd]

        CWS-TOOLING: integrate CWS native197_DEV300

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [72cbd1914586307c13275ed923fc1a7258bc9fce]

        CWS-TOOLING: integrate CWS greenstate30_DEV300

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [191fe586a48ad8a3fc95fe2fb2e21868a2c08553]

        CWS-TOOLING: integrate CWS jsktestimprovements1

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [478407d418b4a59bb01a9783b2cd24694e53766f]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [323b26c51adac28e86436bf3f5721cd3d68d56ae]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [ae562e931a98e708a75e8d140cf1ff24854acfc7]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [52a7bbb9c5d88ee817b4e484696846adbc7b305e]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [fda73e51b2876312f9f85f0aa9789a69598993e5]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-16  Oliver Bolte  <obo@openoffice.org>  [920718b84f88c52559ef370e67c94d2fe4646ee2]

        CWS-TOOLING: integrate CWS odbmacros3

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [c9f7608a48f31c064895b16018c9a64fb4752c34]

        CWS-TOOLING: integrate CWS rt33

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [14d5f15f5b745bde73c061bc17a63588cf884d03]

        CWS-TOOLING: integrate CWS rt33

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [38c0ddd4c914d046fc2e98cd09449dda84de0fbb]

        CWS-TOOLING: integrate CWS ause098

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [647d8c8ead7db5860dc8207332e49fc4c912f4da]

        CWS-TOOLING: integrate CWS ause098

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [f1fc86b9572c9321d912afc1c606ac10c1faceda]

        CWS-TOOLING: integrate CWS ause098

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [eadd952a783ee6397ff71bd876a36a81e3152ed8]

        CWS-TOOLING: integrate CWS ause098

2008-10-15  Oliver Bolte  <obo@openoffice.org>  [a24b024b3b6fa665b3e660dec386ea5f472ec09b]

        CWS-TOOLING: integrate CWS ause098

2008-10-14  Eric Bachard  <ericb@openoffice.org>  [d405ab90a80e5033eef8e2ad72ba577f1e3dc3cc]

        #i90774# restore the previous version

2008-10-14  Eric Bachard  <ericb@openoffice.org>  [f611eb60229235a619e24f51dea7cec4884a8fcb]

        #i90774# reverse bad change

2008-10-14  Eric Bachard  <ericb@openoffice.org>  [8217c535941e944978ed22404d81ddcb34085e5c]

        #i90774# change for seamonkey 1.1.12 (makefile)

2008-10-14  Eric Bachard  <ericb@openoffice.org>  [adf585696ea6d0cfdcd82c06b34f590640e872d4]

        #i90774# change for seamonkey 1.1.12

2008-10-14  Oliver Bolte  <obo@openoffice.org>  [7bf29c44efa5985f59c160ba5a75dc212f955d42]

        CWS-TOOLING: integrate CWS mba30fixes02

2008-10-14  Oliver Bolte  <obo@openoffice.org>  [c15bd97d0c0cc1ab6ec233562aefc0bf166b3661]

        CWS-TOOLING: integrate CWS mba30fixes02

2008-10-14  Oliver Bolte  <obo@openoffice.org>  [f066a08d62db69668b14d784d5d7355411243ff1]

        CWS-TOOLING: integrate CWS mba30fixes02

2008-10-14  Oliver Bolte  <obo@openoffice.org>  [b7b0c7adee8ca6c86b5eb1ea10de2ef5d1b11d66]

        CWS-TOOLING: integrate CWS mba30fixes02

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [0ec279a19d8d7df083490ca7bf5a2b06c5848d14]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [48c3e6a2d615b4bb529a964688ec810fa4c3cf78]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [38085535046ab7f4c4ebcbd09b05798230cd1950]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [56a1f3affcd18957442313e271e3c0ebef565d84]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [a258b8caf67655ba2394bb1d343e67b77c3e4f93]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [237ccc1e8d700d0a9a93fb9b56991d2c31b26d05]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [1a784f6768595b62ce05076f22a2c93b90e24cc3]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [98993835c63f781674aa7a6946c73ddcf84c0ed9]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [5208ea7053255a8d4dae5dd9670dffa0eae1610e]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [a3458db24dc4688fcca14242917ec3bd62a6adcb]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [ad3329977d4a9153832ab221f2b33738d89c3c09]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [3735d9d387398fd90ab63ce2b1367dd154bd0fb9]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-10  Oliver Bolte  <obo@openoffice.org>  [aba2169bfb03658f4be056b59b29657adbb9a6c2]

        CWS-TOOLING: integrate CWS cmcfixes49

2008-10-09  Vladimir Glazounov  <vg@openoffice.org>  [9e92adaecbf8451740dd67fb8636f91dee2d3140]

        #i94635# fix for mingw runtime

2008-10-09  Vladimir Glazounov  <vg@openoffice.org>  [5acdc8b7c028458574cc103bf6bd613371d3da66]

        #i10000# remove files falcely checked in

2008-10-06  Release Engineers  <releng@openoffice.org>  [9a05426d89fb47c183657eebb1a561553f37aaf8]

        CWS-TOOLING: integrate CWS hr53

2008-10-06  Release Engineers  <releng@openoffice.org>  [3c17c90bf59cd4e1ce44b39d1e20e6cc6fc4f6d4]

        #i10000#

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [a7c32e28cbbf1ec73e5f8bb87c203958ac49d70b]

        #i57022#

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7bad4bce519e4bfc38be75cb0de761871fd57486]

        #i10000#

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1bc46807d949243d15bbc1ff005eacd61b1a7089]

        #i10000#

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [7f0a1dea69541e73a8a38da7906a65aad63c8902]

        #i10000# wae

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [ac0da064cdb28790ec33522b5b290fee47cdf1a1]

        #i94690#

2008-10-06  Philipp Lohmann  <pl@openoffice.org>  [3dd88a3b1edc9ceb806ce60246af1473354d207c]

        fix a build problem

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [84b6bbeb092a473128c4d667b56f2f8f5db37a2f]

        #i10000# fix for koheicoderemoval CWS problems

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [6532514be2fe33dd012a5d2ea06e3f72985e7570]

        #100000# fix for casting to pointer from integer of different size

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [36c69b96500419a9a3ef35868a5ee990695b15f0]

        #100000# qadev33 new files

2008-10-06  Release Engineers  <releng@openoffice.org>  [e6d721f791e40b42dd07d3f0053806c283a0780b]

        #100000# qadev33 files

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [5807c6944cdeed4115e9c98efb53bdb8d750f537]

        #100000# qadev33 new files

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [d87ba174e762c1f0023d264385f7b18c0df97382]

        #100000#

2008-10-06  Vladimir Glazounov  <vg@openoffice.org>  [1bed162a7494769275db0831810f51069415881f]

        #100000#

2008-10-02  Philipp Lohmann  <pl@openoffice.org>  [a667a9c30f627e2faf9523799cb0e52726a868af]

        fix a compile issue

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [f643e2d787877295a0f0c7c7c973757bccfc2f3b]

        #i10000# fs\'s fixes for Firefox3

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [37303eb6201aabf4117a858433d1862f2157233c]

        #i10000# just one more fallback for StandDir

2008-10-02  Release Engineers  <releng@openoffice.org>  [16b796fcce6430448535e3692f624cb469380442]

        #i80412#

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [95fc958a03b8c29fa777ab21784b11dba3c49393]

        DEV300

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [28d1a4589fd961599ba620d3f02524608df7df79]

        #100000# fixes from ooo300m7masterfix

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [c79259fde1d65ac52f839fd04b9b2a06b127aa26]

        #100000# fixes from ooo300m7masterfix

2008-10-02  Rüdiger Timm  <rt@openoffice.org>  [56c57c8030a5f31a457506f4d3dd128c94bca99d]

        #i10000# Get masterfix from OOO300 m7

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [63e30833f94fa7e76cc799402ba43071cff5d2d0]

        CWS-TOOLING: integrate CWS native196_DEV300

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [112eda37de65ba2a166860126ed51afd51e70388]

        CWS-TOOLING: integrate CWS native196_DEV300

2008-10-02  Vladimir Glazounov  <vg@openoffice.org>  [4c25522a6ba9c4cc22b57557baa53c87c39086fd]

        CWS-TOOLING: integrate CWS native196_DEV300

2008-10-01  Philipp Lohmann  <pl@openoffice.org>  [fedda01fbccad8e6322b469a03fde52d0a905851]

        #i92516# migrate CWS printerpullpages to svn

2008-10-01  Philipp Lohmann  <pl@openoffice.org>  [0e6b718affdb8a17e58ff3fa0599cc32ea311f13]

        #i92516# migrate CWS printerpullpages to svn

2008-10-01  Philipp Lohmann  <pl@openoffice.org>  [91d8ce3ea93f43360addbf52701a46d091e152c8]

        #i92516# migrate CWS printerpullpages to svn

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c697830f1594f8959060d802775ae6c88ade285e]

        CWS-TOOLING: integrate CWS addentitlement_DEV300

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [ac5d01db85bc2b2bd3f793aa9147c237f0cfcfbf]

        CWS-TOOLING: integrate CWS qaerrorlogfixes1_DEV300

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [5a5dab5167d136c315e81448ea8eca59e60067da]

        CWS-TOOLING: integrate CWS sb98_DEV300

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [6ee5dfa150d408179e20a5525ff7ec46649e0e58]

        CWS-TOOLING: integrate CWS vcl94

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [51e6fc0c9e401162036913a943708b7cca1b2598]

        CWS-TOOLING: integrate CWS vcl92

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [7ca0fafb4a0416ea68eed4bbc2ae339220a408a0]

        CWS-TOOLING: integrate CWS vcl92

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [46a63a2af38e694327c5308168f499a549fb724e]

        CWS-TOOLING: integrate CWS vcl92

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [2a18f6592a7294f9c3e1a9609b9ca20e3d896423]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [d0e9b60b781afac1f100110f9e771369b1f17741]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c2d2e4261ed52ffec5a06f63ca5b135961ac4722]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [1577d17d8faaf2e29bf2a9526288578a9acf0a0d]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [248539e2fa8ac0f5271a83f26fe71d0dcc4a5a67]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [d2b287cdd4f5bbe93b136d9f2bf2bf2cebfcbdb6]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [bc416a9f5635e0dcb3558a997ebf0298c3c37486]

        CWS-TOOLING: integrate CWS dba31b

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [1fa0232a1a17c51adaf20fd5e40c363fdabd32a5]

        CWS-TOOLING: integrate CWS native194

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [8f9181922c32e5e47d11b2537e706aadb7c38407]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [368ade10ba7d7551fe82d4157c37b1baa74ee137]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [6c6e8f0278f988cc382e5359d16ce77e74ccfbb2]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [af3de2fe97b05748b91214cebb1ce0fb7d0b981f]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [2a7c4b4b2889539f02a506fb695b0c3eb2791bd1]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [61f2bb111eb26fec88e928883edb739f1b599ab3]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [93d89bfbc1e47f3663582ddc38d3c9904925b085]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [6ec4dd0f35fd61cfa69faff5545062d273559165]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [4749f353739e8702bbbe162c02dd70e535f0b5e5]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c8ebff286bc889d44236ab17de63fc3712c97acd]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [bbc5db1ac660640e72a7effbf70bace623c8d6c4]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [76a53d40e5ba16570346abfcfc1faff6d6e98056]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [3b2b8f91ff22b93050b9b1aa3da5bd4359182499]

        CWS-TOOLING: integrate CWS sb93

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [ddcd4779159e43a0f6ef7867c2b19e101dc8146a]

        CWS-TOOLING: integrate CWS fpicker8

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [2c033bd486337d968dc57f48b31ed54e1afe248d]

        CWS-TOOLING: integrate CWS cloph11

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [3bbdc977ac562748c045edbe4a3e420f8d85861a]

        CWS-TOOLING: integrate CWS cloph11

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [257b3205cae2665a96492b806df10faf884a4e99]

        CWS-TOOLING: integrate CWS cloph11

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [2759e9c40629a3ec1c4d841f0cf17cf0d09b0a76]

        CWS-TOOLING: integrate CWS cloph11

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [f4a2f19886295c6a09b18e08422345de95228ac2]

        CWS-TOOLING: integrate CWS jsc311

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [57a8051720ae2285c8d386885657e1b51a5709d4]

        CWS-TOOLING: integrate CWS jsc311

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [4ca5c503bc36f0300bb3f3ec1577ed41df098ab2]

        CWS-TOOLING: integrate CWS jsc311

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [70346a32723a3f3c1cbfedd2c6096152260ef9f7]

        CWS-TOOLING: integrate CWS chart30

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c717c57260486d25d6f33ffafa9f91acbc775a0a]

        CWS-TOOLING: integrate CWS chart30

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c490a9f0684dd5cc7efd897afbf70e2f73444f72]

        CWS-TOOLING: integrate CWS chart30

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [17236a45c1368b8e9be8dae0f2b6918a88e7f4f4]

        CWS-TOOLING: integrate CWS i18n45

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [e834e63cac531eed700604cb897b53acc3cf9f71]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c30ae0c43180cf994ea09cc283f0d2d7f1b4b259]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [17d4c5068896b55b94a155372850e2a6ab803156]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [56a1a3265cdb4f614814413b7fa81f666b4d7c2e]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [21e15edc7ea870c8d3549730201d1b0c47dcebad]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c1cfe0f0683d37f73e1c1a547e1defe373926411]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [53414cda09bf3d5ff63e9b984ab4e932a5b12878]

        CWS-TOOLING: integrate CWS mingwport15

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [c4560e710af123d8cb78297b68a1fe700e6f36bd]

        CWS-TOOLING: integrate CWS impress149

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [f8554691867015787fa8d84d40f8b90a6797f89f]

        CWS-TOOLING: integrate CWS impress149

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [dd4c6408dd88ab2975bdf3070e8c3366469c6b4c]

        CWS-TOOLING: integrate CWS impress149

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [9304350f1159cedc258bac632904af50aed26edf]

        CWS-TOOLING: integrate CWS impress149

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [8a54fd8ca931eb28737470d0ee1fe6876ae8b153]

        CWS-TOOLING: integrate CWS os117

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [5542ceebce993e2c39cf704748febe0614845fa2]

        CWS-TOOLING: integrate CWS os117

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [ae8a05b37ae3a7ece61451bd6d70f46118c85009]

        CWS-TOOLING: integrate CWS os117

2008-10-01  Vladimir Glazounov  <vg@openoffice.org>  [530897d64bdedae156cf91697ae29dfb47e3809d]

        CWS-TOOLING: integrate CWS swlists02

2008-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [30375417852b557dd8fe580d24027a67f780bd8f]

        #i10000#: set executable property

2008-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe191743aa65ac3f37b36a4f1e180f59d4ca34b]

        #i10000#: set executable property

2008-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [358c89d32bdd8e83799596297ea0450be638ee36]

        merge trial; please ignore

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [ff916ccce1527b63aad17bbae0ad02a834cd31d6]

        CWS-TOOLING: integrate CWS dr63

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [07cabd8e634679ff59db4d72eacdfb514feb3cd1]

        CWS-TOOLING: integrate CWS dr63

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [e6d2341b613c63571663c90db06870d164f5f614]

        CWS-TOOLING: integrate CWS dr63

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [3be4a064474bdb07c11c3152d8f4cfa8acf56819]

        CWS-TOOLING: integrate CWS dr63

2008-09-30  Rüdiger Timm  <rt@openoffice.org>  [2a7fa4398bac6854b890ea63b668a4842268130d]

        Somehow integration of CWS docmacroassignments_DEV300 lost changes in 'svx' - added here.

2008-09-30  Rüdiger Timm  <rt@openoffice.org>  [9b6660956c25e4a4945847c3d3e221ed43002a3c]

        CWS-TOOLING: integrate CWS docmacroassignments_DEV300

2008-09-30  Rüdiger Timm  <rt@openoffice.org>  [0ff7779e8c64cbe9c60ecc8030b145817c0af9ea]

        CWS-TOOLING: integrate CWS docmacroassignments_DEV300

2008-09-30  Rüdiger Timm  <rt@openoffice.org>  [99dbd66f4485fabfb70c34ee4cca50921b05f41c]

        CWS-TOOLING: integrate CWS docmacroassignments_DEV300

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [122adddbef72cf66affd2c7c77f146d6b3461f9b]

        CWS-TOOLING: integrate CWS qadev33

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [1e45ed40cc07a9c0c6d3f53a3f46c990f6b9cb3d]

        CWS-TOOLING: integrate CWS qadev33

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [8ce436e23653ff2c1d456f5d199f26ff50efc980]

        CWS-TOOLING: integrate CWS qadev33

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [f8fda7d6f1e7d32faa470e15d52a92f0be3c7dea]

        CWS-TOOLING: integrate CWS sfxnotifyremoval

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [a65d5450b3254a8f880c39819ece980e69624283]

        CWS-TOOLING: integrate CWS sfxnotifyremoval

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [5af5c9bbcb5fdb4c467da826a36846200687ace4]

        CWS-TOOLING: integrate CWS sfxnotifyremoval

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [5c0ecf9b570c595d6c19b86a279d9d8c45afbd20]

        CWS-TOOLING: integrate CWS sfxnotifyremoval

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [e4ab2a6af1ca911fd31c8b88d012c9a4b949d1df]

        CWS-TOOLING: integrate CWS sfxnotifyremoval

2008-09-30  Vladimir Glazounov  <vg@openoffice.org>  [716636d558e9cc9b910da6d127314d2b20cdf0b6]

        CWS-TOOLING: integrate CWS koheicoderemoval

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [5d2bfff0ba79f60adc413799658a5e32f6508587]

        CWS-TOOLING: integrate CWS jl112_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [3a2d035dca0f886bfab42bd2b25f7f2db21d2bb6]

        CWS-TOOLING: integrate CWS sjfixes09_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [8015f1d71db86b090932e8444c7eb381d27904c1]

        CWS-TOOLING: integrate CWS mav40_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [1bb2185baa94b681d711c61c4b1983b2ca355471]

        CWS-TOOLING: integrate CWS tl62_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [9ff911b877ad5e942487c6a140cf9870762850f7]

        CWS-TOOLING: integrate CWS impress160_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [00b3aa66248169c36eb3a2bda588099497a07513]

        CWS-TOOLING: integrate CWS impress160_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [f22a3f50ef309a89a5aa3158a0f75424bbf4b6b5]

        CWS-TOOLING: integrate CWS impress159_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [51eeedaa875572f5bdd44b879435aec081d8861b]

        CWS-TOOLING: integrate CWS sb96_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [64b335a288d491cabfba600de13a42855fa65f8f]

        CWS-TOOLING: integrate CWS sb96_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [fdcb2f45c731115e646afb08dc1ebc44c6d71dc9]

        CWS-TOOLING: integrate CWS sjfixes06_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [d56f809657af95c6e17ccb8a3b5bf82e3f2333f5]

        CWS-TOOLING: integrate CWS native199_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [f39045758749855f1957ff82bfdfe251b8b3fcf6]

        CWS-TOOLING: integrate CWS indentfix_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [330c01d530d06c1bee5133956b3df89929bf931e]

        CWS-TOOLING: integrate CWS hro38_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [8e70905424d91c35644baea37fc4670b48d192a8]

        CWS-TOOLING: integrate CWS hro38_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [938ba61dda96175af54c78156c24cb7779a62189]

        CWS-TOOLING: integrate CWS sysui32_DEV300

2008-09-29  Rüdiger Timm  <rt@openoffice.org>  [97734d28c1f4485a4bd8c9130dc50ce2b22fa36f]

        CWS-TOOLING: integrate CWS impress158_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [bfb17e5e5a62a628f6fe4a98ad082fe37b776987]

        CWS-TOOLING: integrate CWS mav39_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [fc842d9896d46164b2c71dcfd000e207a7185290]

        CWS-TOOLING: integrate CWS sw30bf15_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [8bd0c1383687d15be58384af44ee986ea4a3ba83]

        CWS-TOOLING: integrate CWS sw30bf15_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [610d8ae463810f029bf72fc9186e2fb0b9ee87fe]

        CWS-TOOLING: integrate CWS i93555_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [10b412071fa88177c970b4cab1b40533084b78a0]

        CWS-TOOLING: integrate CWS ab63_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [3ba82371e2629bf9a6e3b2c87dd419fa35af87b4]

        CWS-TOOLING: integrate CWS impress157_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [86ae939f8cd440f447e6b06f4f68d4d758f8bb33]

        CWS-TOOLING: integrate CWS sysui31_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [32bdad3936d902cf3626ceed29c2025a17ca2d0c]

        CWS-TOOLING: integrate CWS i93386_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [f2c9850e471a63a0d8f4a77bc61c6a7c8bf76602]

        CWS-TOOLING: integrate CWS i93386_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [528df1e36902525a4c12c60645fb2db450725d75]

        CWS-TOOLING: integrate CWS native195_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [70c25f208bac85038891c1a98833596fd2144930]

        CWS-TOOLING: integrate CWS native195_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [81ec69125209a2f363c1c750962ff2bfa880b7cf]

        CWS-TOOLING: integrate CWS i93512_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [2736c21e3a934132cf222d076506317318c41104]

        #i94287# Get mh's changes from ooo300m8masterfix.

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [38cb470aaecb6c9c138ef1cbe224407f6c832fbe]

        #i94287# Get mh's changes from ooo300m8masterfix.

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [4b90c565e7114a1006b6d5ff03c9555a4b3df99a]

        #i10000# #i93984# Get build fixes from ooo300m8masterfix.

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [9cab0cb9a5af211ce1ba9281ac0733e288d4c235]

        #i10000# #i93984# Get build fixes from ooo300m8masterfix.

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [c9095bf7b0ec21772d965c5c28512dbcb1cd71ea]

        CWS-TOOLING: integrate CWS rt31_DEV300

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [c8556e4ba088beba01931e413e9fce625af8a3e9]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [1bf5c303628d48157fb8e24d1f0a9205c457e839]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [072d0b7a486228c19e4402e607907d3cf6df4fc7]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [79e2f02e137c6cf3487a5f006782268de53d762e]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [dc47c69e6579b124be6aacd79f95b1cf0072854b]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [d6240c5a6319ee130d21de56e13ff5d62c09e1ba]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [24ee93fecec761b693ca59d16686e918cca781cd]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [e5b5f749ed887a38e298b7bfd4818393a63c84d5]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [6784f819afd7f4b2f6efd42d7a28402951eb9bc2]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [abd609da90be11f646b288ce25eff7a83dbf8477]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [9658ab3d9fee34dd0214795cdf4a85d2c3643143]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [9d58db011e379ce337096be6e4d2b7978e9f2f49]

        Create DEV300_m32 milestone tag

2008-09-26  Rüdiger Timm  <rt@openoffice.org>  [aac9ab1935b6e4272a172b6d36061a45c9513d4e]

        Create DEV300_m32 milestone tag

2008-09-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [268ceffeca27df622b997f993e30232c7f22212e]

        CWS-TOOLING: integrate CWS hr43

2008-09-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fddfb61d1858f1ef38efd614881fd8368f31bd0]

        #i93829#: remove old CWS tools

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [472c359e465e8705ebc80119c139dff78549d201]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [105e7959b9f36abda15e4c1c934a38ee4408e6bb]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [a1aa0ae7617f7176735252b1c90fa1848ef6f1f7]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [a53f44d8fba07d9f7a79ac594a85b1059f1ae4a6]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [abda8e12d8cd23c2cd1bb870b097eddfdee38825]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [d3268f8d844f38a427b750a446acb3b93233d214]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [0e27e9317fb6ee39c907ee5f67565a3c4b224c04]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [c9413430ebfc2cc2a3b0dd31cee7a9bfeb455e3a]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [fb9fea37f171a1c0430a4b64f7c465c3c668c632]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [ff20cede5a7cb7e742242224bc7ac3030c2b1bac]

        No old windows def files needed any more.

2008-09-19  Rüdiger Timm  <rt@openoffice.org>  [abaa60feb4296882d5e343d5e9870468273dfdd1]

        No old windows def files needed any more.

2008-09-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f4dea21d6a64301a42492d8c74f72970af3a98]

        #i93829#: changes needed for subversion migration

2008-09-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3df1a08b77896d41f6393c81ea6a533f763291b]

        #i93829#: changes needed for subversion migration

2008-09-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f1ad35159614b131823153b073c7e25491eb80d]

        DEV300

2008-09-08  Rüdiger Timm  <rt@openoffice.org>  [72c6a732357a90a2160cb4b7e21378de92c74e7f]

        #i10000# Make acronym unique: 'fx' is already used by module basegfx.

2008-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dccd4c09d9eb7fd0a0c0f3189d1e1e677ea6539]

        #i93524# Patch by b_michaelsen: something which got lost on CWS swenhancedfields2.

2008-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bddfab0dc2af6df8e3aada430f674314969c3f9]

        #i93073# Conditionalize building 'qa' subdirectory.Patch by dtardon.

2008-09-08  Rüdiger Timm  <rt@openoffice.org>  [5772bf36a35bf34f2d2aae4bca65495e302730af]

        #i93073# Enhance --disable-qadevooo option (patch by dtardon)

2008-09-05  Rüdiger Timm  <rt@openoffice.org>  [7446f211cdd8c5057be3799400c8dcc37e603fb7]

        INTEGRATION: CWS kendy21 (1.199.6); FILE MERGED 2008/09/01 12:28:10 kendy 1.199.6.1: #i93333# A PATH in Cygwin can contain something like /bin:"C:\blah\bleh":/ugh, fix its handling.

2008-09-05  Rüdiger Timm  <rt@openoffice.org>  [557681e58722cbe3ed201305fad4f5fe991cbf01]

        INTEGRATION: CWS kendy21 (1.6.10); FILE MERGED 2008/09/01 12:39:02 kendy 1.6.10.2: #i93332# Make oowintool recognize MSVC 2008 Express. 2008/09/01 12:38:27 kendy 1.6.10.1: #i93332# Support for MSVC 2005 (not Express).

2008-09-05  Rüdiger Timm  <rt@openoffice.org>  [6b2a5b685887493d36fcc7cec6463fa5528a1fc1]

        INTEGRATION: CWS kendy21 (1.285.6); FILE MERGED 2008/09/01 22:04:26 thb 1.285.6.1: #i93332# more msvs improvements - now detects SDK-included mscoree; relaxed checks for that lib; relies on oowintool for copying dlls instead of doing it manually

2008-09-05  Rüdiger Timm  <rt@openoffice.org>  [a5c22f524f60f99423f5c2cf63d067f3f95251b0]

        INTEGRATION: CWS kendy21 (1.252.6); FILE MERGED 2008/09/01 22:04:18 thb 1.252.6.1: #i93332# more msvs improvements - now detects SDK-included mscoree; relaxed checks for that lib; relies on oowintool for copying dlls instead of doing it manually

2008-09-05  Rüdiger Timm  <rt@openoffice.org>  [d2ded65d19e1ba0a236f69d203aae762686ffccb]

        INTEGRATION: CWS kendy21 (1.6.8); FILE MERGED 2008/09/03 15:39:07 thb 1.6.8.1: #i93435# Cleansing all paths with cygpath (conditionalized for cygwin builds)

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [793f4bc5d8cf37fa33da2e6118009ffae425fb37]

        #i10000# source/registration/com/sun/star/registration needs unoil.jar

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5502e6a0514f72b4abb22a03103f4c229f8d1e09]

        #i10000#  Adapt output parsing to new cvsup.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f7f399e2d52b4fbe8ea0bf4e9d125b9d74314a76]

        #i10000# Fix typo.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [262101d12a64458b4afd79608a20bb3eae7ba466]

        #i10000# Avoid warning about 'unreachable statement'.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3d0a608e64514dc10ad3d3773d1d3bf8bd1bde01]

        INTEGRATION: CWS swenhancedfields2 (1.45.6); FILE MERGED 2008/08/04 14:25:20 b_michaelsen 1.45.6.2: RESYNC: (1.45-1.49); FILE MERGED 2008/04/23 07:22:23 ama 1.45.6.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [bcbd35ca99e174cbb089482c21a430e8b0848bd8]

        INTEGRATION: CWS swenhancedfields2 (1.1.4); FILE ADDED 2008/04/23 07:21:30 ama 1.1.4.2: #i33737#: Enhanced fields 2008/04/18 06:51:49 ama 1.1.4.1: file XFormField.idl was added on branch cws_dev300_swenhancedfields2 on 2008-04-23 07:21:30 +0000

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [a1f8ea5ea85c0ea0359ce01894a9fcb237644186]

        INTEGRATION: CWS swenhancedfields2 (1.14.18); FILE MERGED 2008/08/04 14:16:28 b_michaelsen 1.14.18.2: RESYNC: (1.14-1.16); FILE MERGED 2008/04/23 14:29:23 ama 1.14.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [7bb7092fe8f8d6a17060e2f6f862bd1eb615fa8c]

        INTEGRATION: CWS swenhancedfields2 (1.63.18); FILE MERGED 2008/08/04 14:16:25 b_michaelsen 1.63.18.2: RESYNC: (1.63-1.65); FILE MERGED 2008/04/23 14:29:23 ama 1.63.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3240c314d31d67ae2834b1cf327752c07cb5dace]

        INTEGRATION: CWS swenhancedfields2 (1.43.22); FILE MERGED 2008/08/04 14:16:52 b_michaelsen 1.43.22.2: RESYNC: (1.43-1.45); FILE MERGED 2008/04/23 14:29:23 ama 1.43.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f5f68b8af72b80729c788ef1d0098dcffe09236e]

        INTEGRATION: CWS swenhancedfields2 (1.155.26); FILE MERGED 2008/08/04 14:16:46 b_michaelsen 1.155.26.3: RESYNC: (1.155-1.162); FILE MERGED 2008/04/24 07:03:59 ama 1.155.26.2: #i33737#: Enhanced fields 2008/04/23 14:29:22 ama 1.155.26.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [232383977b4a78851950254619c76889ac0f1fa3]

        INTEGRATION: CWS swenhancedfields2 (1.81.230); FILE MERGED 2008/08/04 14:14:50 b_michaelsen 1.81.230.2: RESYNC: (1.81-1.82); FILE MERGED 2008/04/23 14:29:22 ama 1.81.230.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [1204952240f5da7c213dd8177a6d92a8ec5da328]

        INTEGRATION: CWS swenhancedfields2 (1.136.28); FILE MERGED 2008/08/12 12:09:46 b_michaelsen 1.136.28.3: explicit casts to prevent win32 warnings 2008/08/04 14:16:12 b_michaelsen 1.136.28.2: RESYNC: (1.136-1.139); FILE MERGED 2008/04/23 14:29:22 ama 1.136.28.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [c535a76dcb550f6b9e98268f49cec1a7c8986156]

        INTEGRATION: CWS swenhancedfields2 (1.106.68); FILE MERGED 2008/08/04 14:14:43 b_michaelsen 1.106.68.2: RESYNC: (1.106-1.110); FILE MERGED 2008/04/23 14:29:22 ama 1.106.68.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [45e87d4e8bf78190237eb31e635bd9bb196e00b5]

        INTEGRATION: CWS swenhancedfields2 (1.85.76); FILE MERGED 2008/08/04 14:15:39 b_michaelsen 1.85.76.3: RESYNC: (1.85-1.93); FILE MERGED 2008/04/24 12:22:06 ama 1.85.76.2: #33737#: Enhanced fields 2008/04/23 14:29:21 ama 1.85.76.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [827dc303faee0f28370f02d4218e9908fdd35fce]

        INTEGRATION: CWS swenhancedfields2 (1.154.76); FILE MERGED 2008/08/04 14:14:59 b_michaelsen 1.154.76.3: RESYNC: (1.154-1.157); FILE MERGED 2008/04/24 13:41:55 ama 1.154.76.2: #33737#: Enhanced fields 2008/04/23 14:29:21 ama 1.154.76.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [552c2c1781f785e73f642b5b1abc1b6bb57f952a]

        INTEGRATION: CWS swenhancedfields2 (1.189.40); FILE MERGED 2008/08/04 14:15:17 b_michaelsen 1.189.40.4: RESYNC: (1.189-1.196); FILE MERGED 2008/04/24 13:41:54 ama 1.189.40.3: #33737#: Enhanced fields 2008/04/24 12:22:05 ama 1.189.40.2: #33737#: Enhanced fields 2008/04/23 14:29:21 ama 1.189.40.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [cdbb399235575944b4b99b6ccc35374389a3d040]

        INTEGRATION: CWS swenhancedfields2 (1.75.22); FILE MERGED 2008/08/04 14:14:34 b_michaelsen 1.75.22.2: RESYNC: (1.75-1.76); FILE MERGED 2008/04/23 14:29:21 ama 1.75.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [2d632dd6386f533b2d675e0c9db64ef166fd7c59]

        INTEGRATION: CWS swenhancedfields2 (1.89.40); FILE MERGED 2008/08/04 14:15:49 b_michaelsen 1.89.40.4: RESYNC: (1.89-1.91); FILE MERGED 2008/05/07 10:00:18 ama 1.89.40.3: Patch #i33737#: Enhanced fields 2008/04/24 12:22:05 ama 1.89.40.2: #33737#: Enhanced fields 2008/04/23 14:29:20 ama 1.89.40.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [2b940bfb1a41a097f20132e23a8e79bbeb00df97]

        INTEGRATION: CWS swenhancedfields2 (1.105.22); FILE MERGED 2008/08/12 12:09:46 b_michaelsen 1.105.22.3: explicit casts to prevent win32 warnings 2008/08/04 14:15:27 b_michaelsen 1.105.22.2: RESYNC: (1.105-1.109); FILE MERGED 2008/04/23 14:29:20 ama 1.105.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [16f5c27ee74c1705d71acb0818a0911045be6cf8]

        INTEGRATION: CWS swenhancedfields2 (1.24.230); FILE MERGED 2008/08/04 14:14:29 b_michaelsen 1.24.230.2: RESYNC: (1.24-1.28); FILE MERGED 2008/04/23 14:29:20 ama 1.24.230.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3e038651755b6dfbf0210dc8f2a8c3439b3280ae]

        INTEGRATION: CWS swenhancedfields2 (1.17.232); FILE MERGED 2008/08/04 14:16:17 b_michaelsen 1.17.232.2: RESYNC: (1.17-1.18); FILE MERGED 2008/04/23 14:29:20 ama 1.17.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [a22a4c94ad73f0a67c6f4e0a4ff0bc567a0d1427]

        INTEGRATION: CWS swenhancedfields2 (1.40.18); FILE MERGED 2008/08/07 11:51:13 b_michaelsen 1.40.18.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:18:13 b_michaelsen 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2008/04/23 14:29:19 ama 1.40.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [08873c23dc8e61c2c3809e20e260f08c52587e9f]

        INTEGRATION: CWS swenhancedfields2 (1.41.18); FILE MERGED 2008/08/04 14:18:07 b_michaelsen 1.41.18.2: RESYNC: (1.41-1.42); FILE MERGED 2008/04/23 14:29:19 ama 1.41.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [9ec9822b6a63f985fe5c7134102dc0d45bd7fa97]

        INTEGRATION: CWS swenhancedfields2 (1.39.18); FILE MERGED 2008/08/07 11:51:12 b_michaelsen 1.39.18.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:17:57 b_michaelsen 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2008/04/23 14:29:19 ama 1.39.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [fa21e6249822611f504e2539a283b39ce28ff4e1]

        INTEGRATION: CWS swenhancedfields2 (1.15.18); FILE MERGED 2008/08/12 12:09:46 b_michaelsen 1.15.18.5: explicit casts to prevent win32 warnings 2008/08/07 11:51:12 b_michaelsen 1.15.18.4: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:18:01 b_michaelsen 1.15.18.3: RESYNC: (1.15-1.16); FILE MERGED 2008/04/24 12:15:33 ama 1.15.18.2: #33737#: Enhanced fields 2008/04/23 14:29:19 ama 1.15.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [4126104867709da30b1a8391b4345688084eace7]

        INTEGRATION: CWS swenhancedfields2 (1.57.232); FILE MERGED 2008/08/07 11:51:12 b_michaelsen 1.57.232.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:17:02 b_michaelsen 1.57.232.2: RESYNC: (1.57-1.58); FILE MERGED 2008/04/23 14:29:19 ama 1.57.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e5d875dbad4e42f0dba375c4f865787902a5d9a9]

        INTEGRATION: CWS swenhancedfields2 (1.9.728); FILE MERGED 2008/08/07 11:51:12 b_michaelsen 1.9.728.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:17:22 b_michaelsen 1.9.728.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/23 14:29:18 ama 1.9.728.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [83a4961b52a17618dbbe62c2e33cc0473b615071]

        INTEGRATION: CWS swenhancedfields2 (1.50.18); FILE MERGED 2008/08/07 11:51:12 b_michaelsen 1.50.18.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:17:37 b_michaelsen 1.50.18.2: RESYNC: (1.50-1.51); FILE MERGED 2008/04/23 14:29:18 ama 1.50.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f41a69b7ae9f2b7d7c2dc869fa48c65bad560373]

        INTEGRATION: CWS swenhancedfields2 (1.19.232); FILE MERGED 2008/08/04 14:17:28 b_michaelsen 1.19.232.2: RESYNC: (1.19-1.21); FILE MERGED 2008/04/23 14:29:18 ama 1.19.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [4d5ebd061c2a494546395ba5a5830c0f4a104de7]

        INTEGRATION: CWS swenhancedfields2 (1.9.232); FILE MERGED 2008/08/04 14:17:25 b_michaelsen 1.9.232.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/23 14:29:18 ama 1.9.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [fa98a8aea2fdc7bdf525ea29ab567fe9a81326e7]

        INTEGRATION: CWS swenhancedfields2 (1.17.232); FILE MERGED 2008/08/04 14:17:50 b_michaelsen 1.17.232.2: RESYNC: (1.17-1.18); FILE MERGED 2008/04/23 14:29:18 ama 1.17.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [c746c47c898043d2bdab2c814e0ad439dd4126b4]

        INTEGRATION: CWS swenhancedfields2 (1.104.22); FILE MERGED 2008/08/04 14:17:14 b_michaelsen 1.104.22.2: RESYNC: (1.104-1.106); FILE MERGED 2008/04/23 14:29:18 ama 1.104.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [fff45d1e7d326c2913cb1aa8f5f8c30a16c76768]

        INTEGRATION: CWS swenhancedfields2 (1.19.232); FILE MERGED 2008/08/04 14:17:05 b_michaelsen 1.19.232.2: RESYNC: (1.19-1.20); FILE MERGED 2008/04/23 14:29:18 ama 1.19.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [74dbeebc538624f254a5ed9b4fa248fa070e9a63]

        INTEGRATION: CWS swenhancedfields2 (1.38.230); FILE MERGED 2008/08/12 12:09:45 b_michaelsen 1.38.230.3: explicit casts to prevent win32 warnings 2008/08/04 14:17:33 b_michaelsen 1.38.230.2: RESYNC: (1.38-1.39); FILE MERGED 2008/04/23 14:29:17 ama 1.38.230.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [9e8b0e2102e7a25f81a1575ce8308c7551ae06c9]

        INTEGRATION: CWS swenhancedfields2 (1.57.22); FILE MERGED 2008/08/04 14:17:19 b_michaelsen 1.57.22.2: RESYNC: (1.57-1.59); FILE MERGED 2008/04/23 14:29:17 ama 1.57.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [091ef2361b9e21f3f5b7ebc549775df461b8e266]

        INTEGRATION: CWS swenhancedfields2 (1.116.22); FILE MERGED 2008/08/06 14:31:52 b_michaelsen 1.116.22.3: moved ASSERT behind precond 2008/08/04 14:17:46 b_michaelsen 1.116.22.2: RESYNC: (1.116-1.122); FILE MERGED 2008/04/23 14:29:17 ama 1.116.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [a95c0234f251d7d9ea796d9abfdf21e3217f1e3a]

        INTEGRATION: CWS swenhancedfields2 (1.61.28); FILE MERGED 2008/08/11 09:46:36 b_michaelsen 1.61.28.4: marked TODOs clearly 2008/08/07 11:51:11 b_michaelsen 1.61.28.3: fixed formatting in trvlfrm.cxx portxt.cxx portxt.hxx swfont.cxx unobkm.cxx unocoll.cxx amd unoportenum.cxx 2008/08/04 14:19:01 b_michaelsen 1.61.28.2: RESYNC: (1.61-1.62); FILE MERGED 2008/04/23 14:29:17 ama 1.61.28.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [89289509d7d56b875d8e0d63b0c5bac59c9e8db0]

        INTEGRATION: CWS swenhancedfields2 (1.43.18); FILE MERGED 2008/08/04 14:18:41 b_michaelsen 1.43.18.2: RESYNC: (1.43-1.47); FILE MERGED 2008/04/23 14:29:16 ama 1.43.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [61b8cb463fda79bb7d73fe35e485d75df0fa15e1]

        INTEGRATION: CWS swenhancedfields2 (1.23.38); FILE MERGED 2008/08/12 12:09:45 b_michaelsen 1.23.38.7: explicit casts to prevent win32 warnings 2008/08/11 09:46:36 b_michaelsen 1.23.38.6: marked TODOs clearly 2008/08/06 15:39:29 b_michaelsen 1.23.38.5: fixed formatting in crbm.cxx pam.cxx and docbm.cxx 2008/08/04 14:18:29 b_michaelsen 1.23.38.4: RESYNC: (1.23-1.26); FILE MERGED 2008/04/24 12:34:18 ama 1.23.38.3: #i33737#: Enhanced fields 2008/04/24 12:15:03 ama 1.23.38.2: #33737#: Enhanced fields 2008/04/23 14:29:16 ama 1.23.38.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [67449f36564d61496a6a1f8545dad9e9267e290a]

        INTEGRATION: CWS swenhancedfields2 (1.64.38); FILE MERGED 2008/08/04 14:18:48 b_michaelsen 1.64.38.2: RESYNC: (1.64-1.68); FILE MERGED 2008/04/23 14:29:16 ama 1.64.38.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [b05ccad57915efc7977101b3cb8c6cd37f929fd7]

        INTEGRATION: CWS swenhancedfields2 (1.20.232); FILE MERGED 2008/08/06 15:39:29 b_michaelsen 1.20.232.3: fixed formatting in crbm.cxx pam.cxx and docbm.cxx 2008/08/04 14:18:21 b_michaelsen 1.20.232.2: RESYNC: (1.20-1.21); FILE MERGED 2008/04/23 14:29:16 ama 1.20.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5eeb3dbf5b236670be2a0b256406427cdd8d856f]

        INTEGRATION: CWS swenhancedfields2 (1.7.42); FILE MERGED 2008/08/11 09:46:36 b_michaelsen 1.7.42.4: marked TODOs clearly 2008/08/06 15:39:29 b_michaelsen 1.7.42.3: fixed formatting in crbm.cxx pam.cxx and docbm.cxx 2008/08/04 14:18:16 b_michaelsen 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/23 14:29:16 ama 1.7.42.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [80ea418955848274cec219b7d346dadb677e2ab6]

        INTEGRATION: CWS swenhancedfields2 (1.18.348); FILE MERGED 2008/08/04 14:13:54 b_michaelsen 1.18.348.2: RESYNC: (1.18-1.19); FILE MERGED 2008/04/23 11:05:37 ama 1.18.348.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [bde035b1191cdf057d84805013b48c3c617eca39]

        INTEGRATION: CWS swenhancedfields2 (1.45.232); FILE MERGED 2008/08/04 14:13:46 b_michaelsen 1.45.232.2: RESYNC: (1.45-1.48); FILE MERGED 2008/04/23 11:05:37 ama 1.45.232.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [825b3202f9dc3de250ed4de532f053fae2a75aa6]

        INTEGRATION: CWS swenhancedfields2 (1.24.42); FILE MERGED 2008/08/04 14:14:17 b_michaelsen 1.24.42.2: RESYNC: (1.24-1.25); FILE MERGED 2008/04/23 11:05:37 ama 1.24.42.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [2c58c90bb9e6735a04384140fb1a2e33e46e6579]

        INTEGRATION: CWS swenhancedfields2 (1.34.332); FILE MERGED 2008/08/04 14:14:12 b_michaelsen 1.34.332.2: RESYNC: (1.34-1.36); FILE MERGED 2008/04/23 11:05:37 ama 1.34.332.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [943b49425c61c4955330b17824aa80fc56c6ff8d]

        INTEGRATION: CWS swenhancedfields2 (1.151.22); FILE MERGED 2008/08/04 14:14:04 b_michaelsen 1.151.22.3: RESYNC: (1.151-1.156); FILE MERGED 2008/04/23 14:30:46 ama 1.151.22.2: #i33737#: Enhanced fields 2008/04/23 11:05:36 ama 1.151.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [fc7395a42ce35089e667c1b7f81f124fc198566a]

        INTEGRATION: CWS swenhancedfields2 (1.41.26); FILE MERGED 2008/08/04 14:13:33 b_michaelsen 1.41.26.2: RESYNC: (1.41-1.45); FILE MERGED 2008/04/23 11:05:36 ama 1.41.26.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [046d52e32c3b71cd0f6d8f7b521212c22e631762]

        INTEGRATION: CWS swenhancedfields2 (1.9.42); FILE MERGED 2008/08/04 14:13:07 b_michaelsen 1.9.42.3: RESYNC: (1.9-1.10); FILE MERGED 2008/04/24 12:14:32 ama 1.9.42.2: #33737#: Enhanced fields 2008/04/23 11:05:36 ama 1.9.42.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [1b780dc57c05d98a78f5abc2d7ca0208717e34c7]

        INTEGRATION: CWS swenhancedfields2 (1.8.76); FILE MERGED 2008/08/04 14:13:50 b_michaelsen 1.8.76.2: RESYNC: (1.8-1.10); FILE MERGED 2008/04/23 11:05:36 ama 1.8.76.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5c7f104652410f1910875d0cbfac375b35c74780]

        INTEGRATION: CWS swenhancedfields2 (1.4.42); FILE MERGED 2008/08/04 14:14:08 b_michaelsen 1.4.42.3: RESYNC: (1.4-1.5); FILE MERGED 2008/05/06 11:26:07 ama 1.4.42.2: Warning free 2008/04/23 11:05:36 ama 1.4.42.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [c653a7b3c4e1f2d2f7dd10be436e8e1746f4813e]

        INTEGRATION: CWS swenhancedfields2 (1.66.8); FILE MERGED 2008/08/04 12:37:49 b_michaelsen 1.66.8.2: RESYNC: (1.66-1.68); FILE MERGED 2008/04/23 09:01:55 ama 1.66.8.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3b9308ea0f54598f59bf69983970dfe63821e5c1]

        INTEGRATION: CWS swenhancedfields2 (1.142.8); FILE MERGED 2008/08/04 15:18:37 b_michaelsen 1.142.8.3: RESYNC: (1.142-1.150); FILE MERGED 2008/05/07 09:56:44 ama 1.142.8.2: Patch #i33737#: Enhanced fields 2008/04/23 09:01:55 ama 1.142.8.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [723d0953019137df0f0d58fbb487d66ad98bb3b2]

        INTEGRATION: CWS swenhancedfields2 (1.138.8); FILE MERGED 2008/08/05 15:25:25 b_michaelsen 1.138.8.5: post resync merge fixes 2008/08/04 15:11:24 b_michaelsen 1.138.8.4: RESYNC: (1.138-1.143); FILE MERGED 2008/04/24 09:04:31 ama 1.138.8.3: #i33737#: Enhanced fields 2008/04/24 07:47:39 ama 1.138.8.2: #i33737#: Enhanced fields 2008/04/23 09:01:55 ama 1.138.8.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [ebc1c6cd7e421e7bee2c3221c14b8e82adbf275a]

        INTEGRATION: CWS swenhancedfields2 (1.5.140); FILE MERGED 2008/08/05 15:25:25 b_michaelsen 1.5.140.3: post resync merge fixes 2008/08/04 12:37:52 b_michaelsen 1.5.140.2: RESYNC: (1.5-1.7); FILE MERGED 2008/04/23 09:01:55 ama 1.5.140.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [92e67171958212440bf30d7f5f60fad65619a25e]

        INTEGRATION: CWS swenhancedfields2 (1.12.8); FILE MERGED 2008/08/05 15:25:25 b_michaelsen 1.12.8.5: post resync merge fixes 2008/08/04 15:03:51 b_michaelsen 1.12.8.4: RESYNC: (1.12-1.14); FILE MERGED 2008/05/07 09:57:12 ama 1.12.8.3: Patch #i33737#: Enhanced fields 2008/04/24 07:43:35 ama 1.12.8.2: #i33737#: Enhanced fields 2008/04/23 09:01:55 ama 1.12.8.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [10ff676cb261014fcd7467de16f52eebc7edac3a]

        INTEGRATION: CWS swenhancedfields2 (1.123.22); FILE MERGED 2008/08/04 15:02:41 b_michaelsen 1.123.22.3: RESYNC: (1.123-1.131); FILE MERGED 2008/05/07 09:54:57 ama 1.123.22.2: Patch #i33737#: Enhanced fields 2008/04/23 08:21:05 ama 1.123.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [47e17e87ee13eb3c8ef9a66700706d7b21040fa9]

        INTEGRATION: CWS swenhancedfields2 (1.106.8); FILE MERGED 2008/08/04 14:57:09 b_michaelsen 1.106.8.2: RESYNC: (1.106-1.112); FILE MERGED 2008/05/07 09:54:00 ama 1.106.8.1: Patch #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f4dc928b31765539c713d1017da2a3ada2cfdcc2]

        INTEGRATION: CWS swenhancedfields2 (1.136.8); FILE MERGED 2008/08/04 14:55:34 b_michaelsen 1.136.8.2: RESYNC: (1.136-1.142); FILE MERGED 2008/04/23 08:21:05 ama 1.136.8.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [78ef5f12a1b779ab8bdc5279158a94f85305b60a]

        INTEGRATION: CWS swenhancedfields2 (1.20.22); FILE MERGED 2008/08/04 12:37:40 b_michaelsen 1.20.22.2: RESYNC: (1.20-1.27); FILE MERGED 2008/04/23 08:08:50 ama 1.20.22.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [ddfd48ccae3717fe47de05425f4bdc7ac2857037]

        INTEGRATION: CWS swenhancedfields2 (1.4.38); FILE MERGED 2008/08/04 12:37:27 b_michaelsen 1.4.38.2: RESYNC: (1.4-1.6); FILE MERGED 2008/04/23 08:08:50 ama 1.4.38.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [71ec1087b63256816500aa19f45a2f59c8f8b855]

        INTEGRATION: CWS swenhancedfields2 (1.9.12); FILE MERGED 2008/08/04 12:37:21 b_michaelsen 1.9.12.2: RESYNC: (1.9-1.13); FILE MERGED 2008/04/23 08:08:50 ama 1.9.12.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [1a3eea2880a5763b88b0b4f901db7408fdba29e1]

        INTEGRATION: CWS swenhancedfields2 (1.18.134); FILE MERGED 2008/08/04 12:37:03 b_michaelsen 1.18.134.2: RESYNC: (1.18-1.21); FILE MERGED 2008/04/23 07:51:18 ama 1.18.134.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [4038fdaa7ef3cfcc469f3386d55d874eb26d3511]

        INTEGRATION: CWS swenhancedfields2 (1.148.18); FILE MERGED 2008/08/04 12:35:31 b_michaelsen 1.148.18.2: RESYNC: (1.148-1.153); FILE MERGED 2008/04/23 07:34:36 ama 1.148.18.1: #i33737#: Enhanced fields

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e293721a28fa6274b546b6dbc3b44db06c110593]

        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>  [eb293287fe61852e0ce787ea5c3b6e0a2130ede2]

        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>  [5fdde0c8f1a412fb9838e65cba8966f791eba73f]

        INTEGRATION: CWS hb10 (1.82.104); FILE MERGED 2008/08/29 14:25:54 hbrinkm 1.82.104.3: RESYNC: (1.82-1.83); FILE MERGED 2008/07/07 15:20:39 hbrinkm 1.82.104.2: #i90932# applied patch 2008/06/18 12:05:29 hbrinkm 1.82.104.1: #i56856# applied patch

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [6d00d977491207520ed50c491f3e9413f706c906]

        INTEGRATION: CWS hb10 (1.139.2); FILE MERGED 2008/08/29 14:25:42 hbrinkm 1.139.2.3: RESYNC: (1.139-1.140); FILE MERGED 2008/07/07 15:20:37 hbrinkm 1.139.2.2: #i90932# applied patch 2008/06/18 12:05:28 hbrinkm 1.139.2.1: #i56856# applied patch

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f52e23f1129f54984d0afc5330c34e08a5429425]

        INTEGRATION: CWS hb10 (1.190.100); FILE MERGED 2008/08/29 14:25:50 hbrinkm 1.190.100.3: RESYNC: (1.196-1.197); FILE MERGED 2008/07/17 13:37:13 hbrinkm 1.190.100.2: RESYNC: (1.190-1.196); FILE MERGED 2008/06/18 12:05:28 hbrinkm 1.190.100.1: #i56856# applied patch

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [43b1956ea66aad1e52b4fefa9d9bbc39964126b9]

        INTEGRATION: CWS hb10 (1.90.102); FILE MERGED 2008/07/17 13:37:21 hbrinkm 1.90.102.2: RESYNC: (1.90-1.91); FILE MERGED 2008/06/18 12:05:27 hbrinkm 1.90.102.1: #i56856# applied patch

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [ed731aa599e881b11074d7a9061f0eb40384c36c]

        INTEGRATION: CWS hb10 (1.103.102); FILE MERGED 2008/08/29 14:25:45 hbrinkm 1.103.102.4: RESYNC: (1.103-1.104); FILE MERGED 2008/08/29 13:39:05 hbrinkm 1.103.102.3: #158227# OOo needs checkbox height to be set for import 2008/07/23 11:47:45 hbrinkm 1.103.102.2: #158227# resolve warnings 2008/07/23 08:14:19 hbrinkm 1.103.102.1: #158227#: use WW8FFData to write form field data

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [85a333e07a6bcc790ca3a4a1a3e6ab5b25120122]

        INTEGRATION: CWS hb10 (1.22.104); FILE MERGED 2008/07/23 08:13:03 hbrinkm 1.22.104.1: #158227#: new file WW8FFData.cxx

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [133e661aaa45d749a4651677bd8ccba2fe9c7031]

        INTEGRATION: CWS hb10 (1.1.2); FILE ADDED 2008/07/23 08:49:28 hbrinkm 1.1.2.2: #158227# forgot newline at end 2008/07/23 08:16:31 hbrinkm 1.1.2.1: #158227#: helper class for form field data: WW8FFData

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [cff0670de58b8b4235e7068818ae729c1bfa9377]

        INTEGRATION: CWS hb10 (1.1.2); FILE ADDED 2008/07/23 12:59:14 hbrinkm 1.1.2.3: #158227# resolve warnings 2008/07/23 11:47:45 hbrinkm 1.1.2.2: #158227# resolve warnings 2008/07/23 08:16:31 hbrinkm 1.1.2.1: #158227#: helper class for form field data: WW8FFData

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3db00233922c10864fb4bb9f09a4dd255db125c7]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.2.32.3.2); FILE MERGED 2008/09/02 13:40:34 fredrikh 1.2.32.3.2.1: Outcommenting hFileSaveAsExport, updating with API-Filtername. Reactivating testcases with Send outline to presentation.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [526e22a02bc854013114081eea56cd97d3f53d36]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.4.2.20); FILE MERGED 2008/09/03 11:43:20 obr 1.1.4.2.20.1: #i93407# ignore exceptions caused by outdated local service tag client

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [43cb661a13c0f5ae6b117691a8dc631798735205]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/03 12:06:37 fredrikh 1.1.32.1.10.1: i93374

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [9f6ae2d05ff3d65f317b8b5dd1ac8e6854fcf6f3]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/02 09:46:59 fredrikh 1.1.32.1.10.1: Reactivating testcase under Mac

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [da1d46deeed6b79fe9ede9cf126300b0cae39c05]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/02 09:47:39 fredrikh 1.1.54.1: Removing excessive hNewDocument.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e000f5e7d4c0502aae625fb743e730494fa0a572]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/03 12:13:10 fredrikh 1.1.32.1.10.2: i93376 2008/09/02 09:47:57 fredrikh 1.1.32.1.10.1: Adding spacer.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [9fdec10c78165fb62ef69852d194a2f2fd07a72b]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/03 12:10:31 fredrikh 1.1.32.1.10.1: i93425

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [ffec02ecdd575744562fdd1832eb64e03901f7ce]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/02 08:19:54 fredrikh 1.1.32.1.10.1: Fix: Changing ToolsSpellcheck into ToolsSpellcheckWriter

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [54f6de6a4eb93c3f253143fd3c270ce931c2f023]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.2.8); FILE MERGED 2008/09/02 09:42:17 fredrikh 1.1.32.2.8.1: Changing wDokSchreiben to wTypeKeys. Diverse Fixes.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [4d0686d6565897a0cf11df1cc2fcfecd23918cae]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/02 09:41:52 fredrikh 1.1.32.1.10.1: Changing wDokSchreiben to wTypeKeys. Diverse Fixes.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [7daeeea33c05e3d023b18fbcbb86b9f78cc45b08]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.2.8); FILE MERGED 2008/09/02 09:38:33 fredrikh 1.1.32.2.8.1: Changing wDokSchreiben to wTypeKeys. Diverse Fixes.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [cd1225615e4637996e328b5ce22f6cc0e1f306d8]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/02 09:33:42 fredrikh 1.1.32.1.10.1: Changing wDokSchreiben to wTypeKeys

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5b5fbb3b05b8342fd3687c9a8a5e0c84fe5c2fa7]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.2.8); FILE MERGED 2008/09/03 12:41:42 fredrikh 1.1.32.2.8.1: Forgotten goto endsub

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [fa9bb27cc94b64afda8c3830ae4eb5c5466210fc]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/02 10:35:02 fredrikh 1.1.32.1.10.1: Removing QaErrorLog, cleanup.

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [05493366eecfe63bde4b1315117da6d073950c6b]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.10); FILE MERGED 2008/09/03 13:06:26 oc 1.1.32.1.10.1: #i93385#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d4bb32e04f5fb498e5a1a3aacbd1b100d083edd0]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/02 07:52:39 oc 1.1.54.1: i93361

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [b9416931fe076d7ed1309eee0fd8edc8c4c0a833]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.2); FILE MERGED 2008/09/03 11:24:47 wg 1.1.32.1.2.2: i93369 2008/09/02 12:28:05 wg 1.1.32.1.2.1: i93369

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d8145c1b5ec45bf4dd9b1d89644a45a222ff3f81]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.2); FILE MERGED 2008/09/02 10:45:20 wg 1.1.32.1.2.1: removing warnings, adding new ones

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [7f81d42a3ddcea23e45c771c063212aa169279ff]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.1.2); FILE MERGED 2008/09/03 13:45:48 wg 1.1.32.1.2.1: i93369

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [8d6b422b9f60613647c30223fdf0d0e8deacea69]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.2.2); FILE MERGED 2008/09/03 13:10:59 jsk 1.1.32.2.2.1: #i93362

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [eafda9c0805c65d96f90241288c65e349e738223]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/02 11:02:07 jsk 1.1.54.1: #i93379

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [338c2ef585dd0c2dcb92dbcbc006bfdc9355f7bb]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/02 09:15:25 jsk 1.1.54.1: #i93322#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e3ea3165e72f4ee93ba79633d398bc2f5e1d2fa9]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/02 09:40:41 jsk 1.1.54.2: #i93375# 2008/09/01 09:54:51 jsk 1.1.54.1: #i93322#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [6d7717e154791bc9910b5830a2097cfee47bfda9]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED 2008/09/01 10:30:14 jsk 1.1.54.1: #i93325#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [462b6f6d876a1d03e194b97733d315fe1dd681dd]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.2.24); FILE MERGED 2008/09/02 10:03:17 jsk 1.2.24.1: #i93360#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [bec15cc8536d4f8900c3b16add7c8760280e1d60]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.32.2.2); FILE MERGED 2008/09/02 09:13:41 jsk 1.1.32.2.2.1: #i93362#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [68416ce32f3690214208f23acb1581936d9c273e]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.3.54); FILE MERGED 2008/09/03 13:09:55 jsk 1.3.54.1: #i93362

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [978c896a71757a7c86a531cfcd8b306b6411e982]

        INTEGRATION: CWS greenstate30ver3_DEV300 (1.2.32.1.8); FILE MERGED 2008/09/03 13:02:01 jsk 1.2.32.1.8.1: #i93322#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [320f0ef3ab2fd505acbda747365ff2fcc620fb0c]

        INTEGRATION: CWS dbadoccloselock (1.21.58); FILE MERGED 2008/09/02 11:08:08 fs 1.21.58.1: #i93381#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e37b1938b0d04f05f3fa66d9c09ddffa7ce4b05c]

        INTEGRATION: CWS dbadoccloselock (1.47.44); FILE MERGED 2008/09/02 11:08:08 fs 1.47.44.1: #i93381#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [db983071ae13ae21b675a54e29e677156e91fc0a]

        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-09-04  Rüdiger Timm  <rt@openoffice.org>  [9e6768bce359e45c684fb389071a1b97bc01b5de]

        INTEGRATION: CWS dba30j_DEV300 (1.44.110); FILE MERGED 2008/09/01 11:17:56 fs 1.44.110.1: #i93302# no UndoAction for controls with external bindings *without* the ExternalData property

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e67324786e54de9da6f2a86566994a299deb40b1]

        INTEGRATION: CWS dba30j_DEV300 (1.5.16); FILE MERGED 2008/09/01 13:41:44 dr 1.5.16.1: #i93337# crash in diagram import

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [29a0773d60cac9d25f65c65206217c65c155d407]

        INTEGRATION: CWS native193_DEV300 (1.29.62); FILE MERGED 2008/09/02 15:49:58 is 1.29.62.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d1e118e0963138f3955b085c3990ed6b81ede4b5]

        INTEGRATION: CWS native193_DEV300 (1.31.16.2.4); FILE MERGED 2008/09/02 15:49:58 is 1.31.16.2.4.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d5665672f9f1d85e3593de6bd06a4d770da68a30]

        INTEGRATION: CWS native193_DEV300 (1.4.280); FILE MERGED 2008/09/02 15:48:14 is 1.4.280.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [73e1f858782814034970eade327fe52aee3f525d]

        INTEGRATION: CWS native193_DEV300 (1.5.98); FILE MERGED 2008/09/02 15:48:14 is 1.5.98.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e0f9fc50bfe7ac19abba045d0dbe79568d6fa593]

        INTEGRATION: CWS native193_DEV300 (1.10.8.1.16); FILE MERGED 2008/09/02 15:48:14 is 1.10.8.1.16.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [54eccc9ca655787f4b344b5d6e93a39865ec152c]

        INTEGRATION: CWS native193_DEV300 (1.17.154); FILE MERGED 2008/09/02 15:49:21 is 1.17.154.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [840dbf4f2d07a91c3dee49042c681db7dfefdc46]

        INTEGRATION: CWS native193_DEV300 (1.116.4.4.2); FILE MERGED 2008/09/02 15:49:20 is 1.116.4.4.2.1: #i92973# fixes for Windows language packs

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [e4c592e574b36117936d914193c3a8a7c0ac68c0]

        INTEGRATION: CWS hotmac_DEV300 (1.33.64); FILE MERGED 2008/08/29 15:29:46 jl 1.33.64.1: #93187# do not write a logfile for shared package manager

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [bb14c3f37ec0319af56f39c778375a4231054293]

        INTEGRATION: CWS hotmac_DEV300 (1.1.2); FILE ADDED 2008/08/27 07:43:21 kr 1.1.2.1: #i92388#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [8e1b51ec05f81ab7c13b2d7aae4402f1a39ec5cb]

        INTEGRATION: CWS hotmac_DEV300 (1.36.64); FILE MERGED 2008/08/27 07:43:21 kr 1.36.64.1: #i92388#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [b19462a19e9aadf592521aa02df123b3826cf428]

        INTEGRATION: CWS hotmac_DEV300 (1.6.4.1.8); FILE MERGED 2008/08/27 07:43:21 kr 1.6.4.1.8.1: #i92388#

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [64c589f65fcc493d6619c1403e85eb48112f07e9]

        INTEGRATION: CWS native190_DEV300 (1.8.130); FILE MERGED 2008/09/01 14:19:38 dv 1.8.130.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.8.130.1: #i93250# Look for *.msp files and prepare patch install

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [14ad4b850127c11e53ba643aca3085ffe385d933]

        INTEGRATION: CWS hotmac_DEV300 (1.3.46); FILE MERGED 2008/08/29 11:43:18 as 1.3.46.1: #i92438# handle AutoExtension toggle right

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [c16ebca652eabe2c966787aa3445dd04f0dc0923]

        INTEGRATION: CWS native190_DEV300 (1.7.130); FILE MERGED 2008/09/01 14:19:38 dv 1.7.130.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.7.130.1: #i93250# Look for *.msp files and prepare patch install

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d0cc7ca3ed5e835e977edee9288a4c53dc44f4ac]

        INTEGRATION: CWS hotmac_DEV300 (1.4.16.1.6); FILE MERGED 2008/08/29 11:43:18 as 1.4.16.1.6.1: #i92438# handle AutoExtension toggle right

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f1bbc22b1219a2598cae33651ad4b0065ed8593c]

        INTEGRATION: CWS native190_DEV300 (1.11.38); FILE MERGED 2008/09/01 14:19:38 dv 1.11.38.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.11.38.1: #i93250# Look for *.msp files and prepare patch install

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f51c76c05480c43669ca5e56f242479772369866]

        INTEGRATION: CWS native190_DEV300 (1.15.38); FILE MERGED 2008/09/01 14:19:38 dv 1.15.38.2: #i93250# DON'T look for *.msp files when doing an administrative install 2008/09/01 06:00:09 dv 1.15.38.1: #i93250# Look for *.msp files and prepare patch install

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [d316fb9de99e9e0e65f6d1ea37ec5fd5979653f8]

        INTEGRATION: CWS mav38_DEV300 (1.36.24); FILE MERGED 2008/09/01 10:28:38 mav 1.36.24.1: #i93288# let database application open the stream itself for now

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [591b5b4eb62b46b49ef6eab11bd3191f8c5ad7c4]

        INTEGRATION: CWS hotmac_DEV300 (1.1.2); FILE ADDED 2008/08/29 11:42:44 as 1.1.2.1: #i92438# new internal notification mechanism

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [0da75d94a3cd7f3d96b8e3361719c84190735d39]

        INTEGRATION: CWS native190_DEV300 (1.5.62); FILE MERGED 2008/08/29 13:52:08 is 1.5.62.1: #i93251# preparation for msi plus msp installation sets

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [6c44c8b31531feb8647d483dbd0b46e8139c3491]

        INTEGRATION: CWS native190_DEV300 (1.2.552); FILE MERGED 2008/09/01 14:42:03 is 1.2.552.1: #i93251# patchwelcome also for admin installation

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5933008f427ec28bdbecea05e4b0898881c724a0]

        INTEGRATION: CWS native190_DEV300 (1.2.480); FILE MERGED 2008/08/29 13:52:08 is 1.2.480.1: #i93251# preparation for msi plus msp installation sets

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [62f41bdcb028f0322b230ce532f0931547cbf16b]

        INTEGRATION: CWS native190_DEV300 (1.2.480); FILE MERGED 2008/09/01 14:42:02 is 1.2.480.1: #i93251# patchwelcome also for admin installation

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [3f5c8f2e0b205680a2eab0bcaa746f5f1e59afd4]

        INTEGRATION: CWS native190_DEV300 (1.1.696); FILE MERGED 2008/09/01 14:42:02 is 1.1.696.1: #i93251# patchwelcome also for admin installation

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [1fb133846524958b57717aac8b0e4ceb7feb3790]

        INTEGRATION: CWS native190_DEV300 (1.3.544); FILE MERGED 2008/08/29 13:52:07 is 1.3.544.1: #i93251# preparation for msi plus msp installation sets

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [da457d7edfe710d27470cdd3728a5f8dc9e7f6dc]

        INTEGRATION: CWS native190_DEV300 (1.2.666); FILE MERGED 2008/09/01 14:42:02 is 1.2.666.1: #i93251# patchwelcome also for admin installation

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [a799caa7d196f156cc7e1de3b0a36cfe3da331d8]

        INTEGRATION: CWS sb95_DEV300 (1.56.68); FILE MERGED 2008/09/01 09:21:56 sb 1.56.68.1: #i92798# missing cleanup from previous attempt at fixing this issue

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [f31ee95313b004bf3a40d1412cea0b3362d047af]

        INTEGRATION: CWS sb95_DEV300 (1.77.2.2.22); FILE MERGED 2008/09/01 09:21:56 sb 1.77.2.2.22.1: #i92798# missing cleanup from previous attempt at fixing this issue

2008-09-04  Rüdiger Timm  <rt@openoffice.org>  [5e7fa3a00070a5e8285c609b7f166509b2d0d8e2]

        INTEGRATION: CWS sb95_DEV300 (1.16.36.4.2); FILE MERGED 2008/09/01 09:21:56 sb 1.16.36.4.2.1: #i92798# missing cleanup from previous attempt at fixing this issue

2008-09-03  Oliver Bolte  <obo@openoffice.org>  [0a0304e5e07fc91f329c8cb736ed16a95beefa27]

        #i93393# crasher when looking for soffice path

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [8b4a0436e89e42d1582e6e04b568858f833c9a48]

        INTEGRATION: CWS native191_DEV300 (1.21.78); FILE MERGED 2008/09/01 15:17:26 is 1.21.78.1: #158437# userland package not for userland installation

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [b082a063f46e596657eb69d5b8e678a26d5cd174]

        INTEGRATION: CWS native191_DEV300 (1.8.18.3.2); FILE MERGED 2008/09/01 11:39:52 is 1.8.18.3.2.1: #i93306# problem with packages only for installation with user privileges

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [95fd76e6b5963fbbe1017f330f8fd622c887e87a]

        #i10000# Some more variables to reset.

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [8929ff3082543e31221cef6ba80930b26ad01d9e]

        DEV300

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [6e54b4d8f4abe1c8ba16b8ed88988cea8209c49b]

        INTEGRATION: CWS sysui30_DEV300 (1.33.10); FILE MERGED 2008/09/01 14:11:27 ihi 1.33.10.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [1016151a5bec62ef8d270b36f9ca6f8364b77552]

        INTEGRATION: CWS sysui30_DEV300 (1.16.28); FILE MERGED 2008/09/01 14:11:27 ihi 1.16.28.4: #i92874# yet another fix 2008/08/28 14:18:59 ihi 1.16.28.3: #i92874# 3-layer-office fix 2008/08/27 14:42:55 ihi 1.16.28.2: #i92874# Solaris fix 2008/08/27 12:40:38 ihi 1.16.28.1: #i92874# 3-layer-office fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [bdcbd7489d685e3b42785eafec11e211a2749c05]

        INTEGRATION: CWS sysui30_DEV300 (1.1.2); FILE ADDED 2008/08/28 14:18:59 ihi 1.1.2.1: #i92874# 3-layer-office fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [13cbb5d7f308995b876e551900a072bdccf36400]

        INTEGRATION: CWS sysui30_DEV300 (1.7.2); FILE ADDED 2008/09/01 14:11:27 ihi 1.7.2.3: #i92874# yet another fix 2008/08/28 14:18:59 ihi 1.7.2.2: #i92874# 3-layer-office fix 2008/05/06 10:33:16 ihi 1.7.2.1: file postinstall was added on branch cws_ooo300_sysui30 on 2008-08-28 14:18:59 +0000

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [02489cb4b5dff93e02ee3c46109152fc9243f2f9]

        INTEGRATION: CWS sysui30_DEV300 (1.22.28); FILE MERGED 2008/09/01 14:11:27 ihi 1.22.28.2: #i92874# yet another fix 2008/08/28 14:18:59 ihi 1.22.28.1: #i92874# 3-layer-office fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [b27616b30427b153fa1edb28295cc65feda16fdf]

        INTEGRATION: CWS sysui30_DEV300 (1.28.10); FILE MERGED 2008/09/01 14:11:26 ihi 1.28.10.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [0dc2f807174c531d0064130654c772f168758d10]

        INTEGRATION: CWS sysui30_DEV300 (1.6.10); FILE MERGED 2008/09/01 14:11:26 ihi 1.6.10.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [ea93553b5a3465a301dd10c7f36fb45baa2f702f]

        INTEGRATION: CWS sysui30_DEV300 (1.12.10); FILE MERGED 2008/09/01 14:11:26 ihi 1.12.10.2: #i92874# yet another fix 2008/08/27 14:42:54 ihi 1.12.10.1: #i92874# Solaris fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [e47bb851f7d9290b2d6b39569cac16a4ef5fa2c1]

        INTEGRATION: CWS sysui30_DEV300 (1.1.2); FILE ADDED 2008/09/01 14:11:26 ihi 1.1.2.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [f48498915597fb36a344c5cf1b336ccdec909c82]

        INTEGRATION: CWS sysui30_DEV300 (1.1.2); FILE ADDED 2008/09/01 14:11:25 ihi 1.1.2.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [545238ab646aee43dc40aba3b922cdba234fcbbe]

        INTEGRATION: CWS sysui30_DEV300 (1.1.2); FILE ADDED 2008/09/01 14:11:24 ihi 1.1.2.1: #i92874# yet another fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [5a4363506379f79e9f0d62ff51a23a78103f12b4]

        INTEGRATION: CWS sysui30_DEV300 (1.11.10); FILE MERGED 2008/09/01 14:11:23 ihi 1.11.10.2: #i92874# yet another fix 2008/08/27 12:40:38 ihi 1.11.10.1: #i92874# 3-layer-office fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [f25c60531265c04a1012ce9e1428e7ad0d2a2d6f]

        INTEGRATION: CWS impress155_DEV300 (1.65.34); FILE MERGED 2008/08/28 13:42:53 af 1.65.34.2: #i93186# Removed unneccessary call to getUnoPage() from SetModel(). 2008/08/28 12:58:46 af 1.65.34.1: #i93186# Dispose page wrapper that is created during construction of SdrPage to undo effects of slicing.

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [eb71e8a813d8580f08e7fc388e4523958d8915b5]

        INTEGRATION: CWS sysui30_DEV300 (1.22.10); FILE MERGED 2008/08/27 12:40:38 ihi 1.22.10.1: #i92874# 3-layer-office fix

2008-09-02  Rüdiger Timm  <rt@openoffice.org>  [6c53e54d25f0bea4183e3e4121390d80050bdb5a]

        INTEGRATION: CWS sysui30_DEV300 (1.27.36); FILE MERGED 2008/08/27 12:40:37 ihi 1.27.36.1: #i92874# 3-layer-office fix

2008-09-02  Martin Hollmichel  <mh@openoffice.org>  [1776bec7d0759725d00ff32e6fdee818000d9441]

        update splashscreen, #i93184#

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [aa0edb32aa25822028c3018cfbe83dc15e4e69c8]

        #i10000# Avoid collisions in parallel builds. Note: this is just an ugly workaround. In principle the build rules had to       be fixed. Having several subdirectories building for the same TARGET       is a bug.

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [357a1965fb9526b2a95763fd454b7766ace87852]

        #i10000#, #i87518#: Fix logic for option 'enable_reportdesign': do not enable per default.

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [07c5562772fcc8b5ad5aa6ce78c7e2ab80f4bb9d]

        #i10000#, #i87518#: Fix logic for option 'enable_reportdesign': do not enable per default.

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [0831ba0b41de294374bc3df8891f0e0bfa70dde2]

        #i93287# enable_mediawiki and enable_pdfimport: change 'test -z' into 'test -n'.

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [6bc0bcd7358c473668b13c15308a7e36d19903d2]

        #i10000# Missing internal dependency: util depends on sd_framework_factories.

2008-09-01  Rüdiger Timm  <rt@openoffice.org>  [8bc6075ca425ea88c601bcebc8a3751a9f49442b]

        #i10000# Define namespace prefix 'install'.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [52da1c9f9c6ddc2704c0e45bada042d74a5628ab]

        #i10000# Needs headers delivered by module 'cppcanvas'.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [06b0f99b4b767cd1f0acd48521dc54ec2eefb35a]

        #i93253# Avoid warning about unused parameter when building with '--disable-mozilla'. Patch by christianlins.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [91b2caea9d3f27fc887406338bc8a890c012a733]

        #i93253# Avoid warning about unused parameter when building with '--disable-mozilla'.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [d61f9b4462df69e43a5cc9250b472b2ae5cc63bd]

        DEV300

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [87b8284ca35f2b0087ccb6293deccf0156e28346]

        INTEGRATION: CWS macrestart_DEV300 (1.82.30); FILE MERGED 2008/08/22 16:34:17 hro 1.82.30.1: #i92798# Officeloader for macosx

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [21af0abf77ccc43975e4ec681cbfd022ea54f37c]

        INTEGRATION: CWS macrestart_DEV300 (1.1.2); FILE ADDED 2008/08/22 21:36:47 hro 1.1.2.3: #i92798# Fixed concurrency between soffice.sh and officeloader delivering 2008/08/22 18:50:02 hro 1.1.2.2: #i92798# Fixed uninitialized oslProcessInfo.size member 2008/08/22 16:31:12 hro 1.1.2.1: #i92798# Officeloader for macosx

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [d2e9fd281980f59000230b8d0a94dedb346d807c]

        INTEGRATION: CWS macrestart_DEV300 (1.1.2); FILE ADDED 2008/08/22 16:31:21 hro 1.1.2.1: #i92798# Officeloader for macosx

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [79819c2f2697b228f7d20ca377c9afcd8744729c]

        INTEGRATION: CWS macrestart_DEV300 (1.14.90); FILE MERGED 2008/08/22 21:36:46 hro 1.14.90.1: #i92798# Fixed concurrency between soffice.sh and officeloader delivering

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [4e46570db19a765f76e8ca7458173d899186c780]

        INTEGRATION: CWS macrestart_DEV300 (1.67.30); FILE MERGED 2008/08/22 21:36:46 hro 1.67.30.1: #i92798# Fixed concurrency between soffice.sh and officeloader delivering

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [ba0cb0a3c420562686a6c4346a89dcbd94e51226]

        INTEGRATION: CWS macrestart_DEV300 (1.50.132); FILE MERGED 2008/08/22 16:33:08 hro 1.50.132.1: #i92798# Officeloader for macosx

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [1047a7eb011cea8b959039af6b2aaff866101be5]

        INTEGRATION: CWS macrestart_DEV300 (1.16.36.3.20); FILE MERGED 2008/08/22 21:34:42 hro 1.16.36.3.20.1: #i92798# Replaced soffice softlink by soffice loader executable

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [7fdbe1dd5f6e42818b34390c379220dd67e42314]

        #i10000# Missing precompiled header directive added.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [d7d9449adf43249c1adcd395e17cd90be9c558f6]

        #i10000# source\presenter and source\minimizer use precompiled headers, so they depend on inc.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [271fc01a1f0eb5c4eeca93ffdf0d5c1a4fdc2092]

        #i10000# PRJNAME corrected.

2008-08-29  Rüdiger Timm  <rt@openoffice.org>  [1aa9897b5acaaa7a81cbc7489b4161dec67cbcf6]

        #i10000# source/migration/services depends on source/deployment/misc

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [458fbf96a9af911d1c54a4f303e919b3b7fdc560]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.2.32.2.4); FILE MERGED 2008/08/25 12:57:05 jsk 1.2.32.2.4.2: #i93097# 2008/08/25 12:46:45 jsk 1.2.32.2.4.1: #i93097#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [13611ecd4bea0dfdce98cdae76a7a8431e5b6904]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.32.1.6); FILE MERGED 2008/08/28 09:36:48 rt 1.1.32.1.6.3: RESYNC: (1.1.32.1-1.1.32.3); FILE MERGED 2008/08/26 12:47:26 jsk 1.1.32.1.6.2: #i93121# 2008/08/26 06:49:02 jsk 1.1.32.1.6.1: #i93121

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [1d154a82adb3af9b422144edcc453d8a96e7b161]

        INTEGRATION: CWS mh30f_DEV300 (1.4.500); FILE MERGED 2008/08/27 12:28:00 mh 1.4.500.1: update copyright year

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [8fa7296304eb4a057b9f647e72a83c225f04f72a]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/19 20:52:34 tbo 1.1.48.1: FIX: i18n changes from last localisation CWS

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [fa8822f6e86c3e2b32f1d33373848f5d827c8b1a]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.32.1.4); FILE MERGED 2008/08/19 20:52:33 tbo 1.1.32.1.4.1: FIX: i18n changes from last localisation CWS

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [5b6ebf43ab0be61551a9b70f1d1940c0839fbb05]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 11:29:50 wg 1.1.48.2: i93133 2008/08/20 10:31:55 wg 1.1.48.1: i89634

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [802edf79633baa1febb694c99c743356373eb0f6]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/21 11:43:55 wg 1.1.48.1: i92937

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [c36a9770b93affcad4fc7920bee6e2674923052c]

        INTEGRATION: CWS mh30f_DEV300 (1.10.28); FILE MERGED 2008/08/27 11:45:35 mh 1.10.28.1: new splash screen contest

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [92876186c4b869d4d034d54a072d570fed1b8b2e]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 08:54:32 wg 1.1.48.1: i92937

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [9f463b1fc2f2e2752efa22d79be693a3d87450cb]

        INTEGRATION: CWS mh30f_DEV300 (1.77.92); FILE MERGED 2008/08/27 13:12:08 mh 1.77.92.1: chg: url redirect, #i92167#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [c1f43b38c0b2a842b6b7952ee47b67e3412e636a]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 08:42:10 wg 1.1.48.1: i92937

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [0a9b600302d658eff5b1ac0a6ed52c4e49c1bd08]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 07:28:39 wg 1.1.48.1: i89229

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [09eeed40bbc28d293ae820d093a24d6e53ed0939]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 08:02:39 wg 1.1.48.1: i92864

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [d65552884bd89ed7ed8b7da0c3a05d769c70601a]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 09:46:40 wg 1.1.48.1: i89498

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [85d3e6898647cd429aef8d010eae325da2a98563]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 10:29:48 wg 1.1.48.1: i89634

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [2b74bbd169f7fc98ab624f22028c3d2a2dd6d476]

        INTEGRATION: CWS mh30f_DEV300 (1.88.8.4.6); FILE MERGED 2008/08/27 13:13:42 mh 1.88.8.4.6.1: chg: url redirect, #i92167#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [687b226cf57aa8786fec94e08abd3403f020a13f]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 13:10:35 wg 1.1.48.3: i92937 2008/08/21 08:32:53 wg 1.1.48.2: i92937 2008/08/21 07:19:39 wg 1.1.48.1: i89379

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [32a785f56fbbb20e4baddd4e536798b6afe28081]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 07:13:57 wg 1.1.48.1: i88163

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [ac38a212106bbfcb2d509445e268a5dc8a91b411]

        INTEGRATION: CWS mh30f_DEV300 (1.67.160); FILE MERGED 2008/08/27 13:13:10 mh 1.67.160.1: chg: url redirect, #i92167#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [d52edf7b7bab92831ec013f52ee5058ea751a715]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/25 12:58:18 wg 1.1.48.2: i92937 2008/08/25 08:06:37 wg 1.1.48.1: i92937

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [7ae5698f2ce8180559a46d5caa3c32aa46a580a7]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 07:52:15 wg 1.1.48.1: i92910

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [b684149f8138fea8190f2d540f05b4eb5176453f]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 08:29:46 wg 1.1.48.1: i92937

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [de5d4d41ac77d6c2a3d8328fb661b189b1f46a52]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/20 07:32:10 wg 1.1.48.1: i89113

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [d06aca324b1858624100d668dc2a95d7aa2369d2]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/25 08:02:52 wg 1.1.48.2: i92902 2008/08/20 08:16:36 wg 1.1.48.1: i92902

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [fc0de9ddff68734cd8c4383438eedc335e4e21ac]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 10:08:50 jsk 1.1.48.2: #i93134# 2008/08/26 06:51:19 jsk 1.1.48.1: #i93123#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [869f942d5a74420fa2157cba5ddfdc08ce8f80ed]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.3.48); FILE MERGED 2008/08/25 13:42:25 jsk 1.3.48.2: #i90134# 2008/08/21 07:03:14 tbo 1.3.48.1: Issue number:  #i90134#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [63cbb7de3e908834a5abef77155b2e210973815f]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 08:22:18 jsk 1.1.48.1: #i93129#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [8d240048fbe401b191aaddd8311bd6940c008001]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/25 11:27:59 jsk 1.1.48.1: #i93090#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [f5d33b103adf6af2993f1d01bec5305bb4e66049]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/28 09:34:19 rt 1.1.48.2: RESYNC: (1.1-1.1.32.1); FILE MERGED 2008/08/26 12:34:30 jsk 1.1.48.1: #i93123#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [dab0dbc1a57d615ab8a292d8d54661874380e08f]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 12:34:30 jsk 1.1.48.1: #i93123#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [351df6aae15f3790d893b77b9677d8edb57261e1]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.3.48); FILE MERGED 2008/08/26 10:38:49 jsk 1.3.48.1: #i93127#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [b7a498a8c3332d8cd0f4f55cd4ef1618cc5687c7]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 12:56:58 msc 1.1.48.1: #i93143#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [2b695f2cd53d935fe89462f6f8916b3c1c99293b]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.1.48); FILE MERGED 2008/08/26 12:57:15 msc 1.1.48.1: #i93143#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [750a3bd4d1f74ae93290a26368fc27af53453646]

        INTEGRATION: CWS greenstate30ver2_DEV300 (1.2.26); FILE MERGED 2008/08/25 14:56:30 jsi 1.2.26.1: #i91120#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [adc04d660d40607a916b4365c7b2f5954f4be7c1]

        INTEGRATION: CWS mh30f_DEV300 (1.6.18); FILE MERGED 2008/08/27 11:22:09 mh 1.6.18.2: update with major version 2008/08/26 15:31:58 mh 1.6.18.1: new splash screen and about box

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [e8de51a8381cf87fcb7e25c77c3b6a28ef936770]

        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-28  Rüdiger Timm  <rt@openoffice.org>  [d5beaa778f22df43dd7e7f5d8e089311a59058f0]

        INTEGRATION: CWS ab62_DEV300 (1.15.10.1.8); FILE MERGED 2008/08/27 11:20:50 ab 1.15.10.1.8.1: #i93163# Catch exceptions in Basic migration code

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [137b4fca4b273abca63ac0d9d6efaad543e7827b]

        #i10000# Introduce ENABLE_PDFIMPORT condition.

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [ce9f5e79d928f512e73e945dbd89f27413f9f5d5]

        INTEGRATION: CWS impress153_DEV300 (1.4.208); FILE MERGED 2008/08/20 09:08:07 af 1.4.208.1: #i92801# Added new GetOverlayObjects() method.

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [d3064fb65ca61aebbc3cbd7f2873aa7015e8cb32]

        INTEGRATION: CWS impress153_DEV300 (1.8.210); FILE MERGED 2008/08/20 09:10:07 af 1.8.210.1: #i92801# Added member mbUseBuffer and added argument to impCreateOverlayManager().

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [857c9253d032bfa896bd6b29381b8c078ae5f232]

        INTEGRATION: CWS impress153_DEV300 (1.6.208); FILE MERGED 2008/08/20 09:09:02 af 1.6.208.1: #i92801# Added new GetOverlayObjects() method.

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [e1a3088d119852bd6fdc725092c8159698bc0237]

        INTEGRATION: CWS impress153_DEV300 (1.39.96); FILE MERGED 2008/08/20 18:57:42 fs 1.39.96.1: #i92864# +impl_checkDisposed

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [a217499f1e18188c8cfacd7864750a68495ef9cc]

        INTEGRATION: CWS impress153_DEV300 (1.54.96); FILE MERGED 2008/08/20 18:59:07 fs 1.54.96.1: #i92864# Show/HideSdrView: properly call the de/activation callbacks at the FmXFormShell

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [f7b62d453a94af395ff59b7e9cac9515f0773a1b]

        INTEGRATION: CWS impress153_DEV300 (1.92.96); FILE MERGED 2008/08/20 18:58:17 fs 1.92.96.1: #i92864# do not access m_pShell anymore when we're already disposed

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [3e85651b8d86f4bf06e782e635a73567e0744f25]

        INTEGRATION: CWS impress153_DEV300 (1.79.42); FILE MERGED 2008/08/20 18:58:27 fs 1.79.42.1: #i92864# changed signature of view(Dea/A)ctivated

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [512c546b150324e7cad6175908610ae2ab6ee48c]

        INTEGRATION: CWS impress153_DEV300 (1.5.208); FILE MERGED 2008/08/20 18:57:23 fs 1.5.208.1: #i92864# +GetCurPage

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [08d6bd9d41465afafab5bae90624a0605f1caacf]

        INTEGRATION: CWS impress153_DEV300 (1.6.210); FILE MERGED 2008/08/20 09:06:54 af 1.6.210.1: #i92801# Added member mbUseBuffer and added argument to impCreateOverlayManager().

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [0be46ef50ed1798ddaedb4e202b69817aaf6ac89]

        INTEGRATION: CWS dba30i_DEV300 (1.3.68); FILE MERGED 2008/08/25 11:37:47 fs 1.3.68.1: #i93053# proper implementation of is()

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [bd7ad4bc40c4d7ff94d75fbafbde0f6b3689be25]

        INTEGRATION: CWS impress153_DEV300 (1.31.78); FILE MERGED 2008/08/20 08:33:10 cl 1.31.78.1: #i92901# fixed rehearse timings

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [2a471e8d4ba1059ff5af858f0f687cd9b4c62a99]

        INTEGRATION: CWS impress153_DEV300 (1.35.10.1.8); FILE MERGED 2008/08/20 08:33:09 cl 1.35.10.1.8.1: #i92901# fixed rehearse timings

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [61ae349e8547a5a485685ea1f411c8476823ff83]

        INTEGRATION: CWS impress153_DEV300 (1.28.42); FILE MERGED 2008/08/19 15:06:19 cl 1.28.42.1: #i92901# reenabled rehearse timing feature

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [1bd443a31828e3265c8842f89cc6f3e47184def0]

        INTEGRATION: CWS dba30i_DEV300 (1.11.24); FILE MERGED 2008/08/22 11:28:47 oj 1.11.24.1: #i93014#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [594c82b62271a08dbc9ec828621fe63cec9b378f]

        INTEGRATION: CWS impress153_DEV300 (1.56.42); FILE MERGED 2008/08/19 15:06:19 cl 1.56.42.1: #i92901# reenabled rehearse timing feature

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [3759dd21fb161f9016e5b53756b57a45f25712ed]

        INTEGRATION: CWS dba30i_DEV300 (1.4.56); FILE MERGED 2008/08/25 11:26:36 oj 1.4.56.1: #i93017#

2008-08-28  Rüdiger Timm  <rt@openoffice.org>  [5eccf9785e16fb61a055fe655f9157be738cee88]

        INTEGRATION: CWS impress153_DEV300 (1.51.92.1.4); FILE MERGED 2008/08/19 13:01:20 cl 1.51.92.1.4.1: #i92827# catch exception from isStorageElement()

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [25c8e4ee6ed69c4a5155b307049d25ef05101d5e]

        INTEGRATION: CWS ab60_DEV300 (1.15.10.1.4); FILE MERGED 2008/08/19 09:53:51 ab 1.15.10.1.4.2: #i92867# Fixed internal logic 2008/08/18 14:54:16 ab 1.15.10.1.4.1: #i92867# ScriptSubPackageIterator to support multiple extension libraries

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [b1fa0d8d431b2f08f5718600da401d622b65c96d]

        INTEGRATION: CWS ab60_DEV300 (1.6.22); FILE MERGED 2008/08/18 14:49:49 ab 1.6.22.1: #i92867# ScriptSubPackageIterator to support multiple extension libraries

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4964f9d144841f0322c9b6dc998954104bb165c6]

        INTEGRATION: CWS native189_DEV300 (1.112.4.6.10); FILE MERGED 2008/08/26 13:49:04 is 1.112.4.6.10.1: #i93138# removing solaris packages after dependency check

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4643361574489458308c46c7b5b796aaf15bbf25]

        INTEGRATION: CWS native189_DEV300 (1.8.6.1.14); FILE MERGED 2008/08/26 13:51:28 is 1.8.6.1.14.1: #i93138# removing solaris packages after dependency check

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6f145447ed82a18fbaa362795fbae91b9ded3267]

        INTEGRATION: CWS native189_DEV300 (1.6.30); FILE MERGED 2008/08/26 13:47:06 is 1.6.30.1: #i93138# removing solaris packages after dependency check

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [fe260a91e799e3a83491a6a45b0dfbe2ce5584b6]

        INTEGRATION: CWS oobeanfix_DEV300 (1.11.12); FILE MERGED 2008/08/26 13:29:45 jsc 1.11.12.1: #i93126# read UNO_PATH variable to get path to soffice binary

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [139151c9b4e2d0d25bf06f94dcf750b671e2d644]

        INTEGRATION: CWS oobeanfix_DEV300 (1.12.10); FILE MERGED 2008/08/26 13:32:26 jsc 1.12.10.1: #i93126# insert new variable for URE jar files, used in OOBean example makefile

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [229f48b26a93d8bdc01f911d2bb71b9f18a90566]

        INTEGRATION: CWS oobeanfix_DEV300 (1.4.232); FILE MERGED 2008/08/26 13:31:10 jsc 1.4.232.1: #i93126# adapt classpath to 3 layer office

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [35ab648f0c61d3378077606619b1126884ec339e]

        INTEGRATION: CWS native186_DEV300 (1.4.184); FILE MERGED 2008/08/20 09:57:50 sb 1.4.184.1: #i92939# moved shlxthdl.dll into a fresh directory program/shlxthdl of its own, together with an additional copy of the stlport dll, so that all dependencies of shlxthdl.dll are found when it is loaded by Windows Explorer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [fc761c7d46f55710b129a2e821abed036cb066f5]

        INTEGRATION: CWS native186_DEV300 (1.6.184); FILE MERGED 2008/08/20 09:57:50 sb 1.6.184.1: #i92939# moved shlxthdl.dll into a fresh directory program/shlxthdl of its own, together with an additional copy of the stlport dll, so that all dependencies of shlxthdl.dll are found when it is loaded by Windows Explorer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [9bd564366cc381038143f3f17b23ecec9c695153]

        INTEGRATION: CWS native186_DEV300 (1.8.182); FILE MERGED 2008/08/20 09:57:50 sb 1.8.182.1: #i92939# moved shlxthdl.dll into a fresh directory program/shlxthdl of its own, together with an additional copy of the stlport dll, so that all dependencies of shlxthdl.dll are found when it is loaded by Windows Explorer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2c5b99c432d5d3bd51c00429581257a159abcfdc]

        INTEGRATION: CWS native186_DEV300 (1.31.50); FILE MERGED 2008/08/20 11:47:55 is 1.31.50.1: #i92915# vista default program support

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f5fb701cc5904e524b86414aa7c8c4870c961049]

        INTEGRATION: CWS native186_DEV300 (1.13.34); FILE MERGED 2008/08/20 09:49:22 sb 1.13.34.1: #i92939# removed unnecessary UWINAPILIB dependency

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2964087da5b91d24b9c9459a1fbaca02c70a14f2]

        INTEGRATION: CWS fwk97_DEV300 (1.76.42); FILE MERGED 2008/08/22 14:43:11 mst 1.76.42.1: workaround for 158429 (stack id 6011): - sfx2/source/doc/doctemplates.cxx:   + SfxDocTplService_Impl::init_Impl:     handle exceptions thrown by failing DocumentProperties creation     (there have been 20 crash reports on this last week) - sfx2/source/doc/objcont.cxx:   + SfxObjectShell::UpdateFromTemplate_Impl: handle similar case here as well

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3a84f833437f2968a97ce0f50e6671c4a195805b]

        INTEGRATION: CWS fwk97_DEV300 (1.42.144); FILE MERGED 2008/08/22 14:43:11 mst 1.42.144.1: workaround for 158429 (stack id 6011): - sfx2/source/doc/doctemplates.cxx:   + SfxDocTplService_Impl::init_Impl:     handle exceptions thrown by failing DocumentProperties creation     (there have been 20 crash reports on this last week) - sfx2/source/doc/objcont.cxx:   + SfxObjectShell::UpdateFromTemplate_Impl: handle similar case here as well

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [cd84b2cdfd5fb43fd6f1ef77eaf2441ef09bcff3]

        INTEGRATION: CWS fwk96_DEV300 (1.96.138); FILE MERGED 2008/08/20 12:29:15 mav 1.96.138.1: #158424# check the pointer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c295b58d0abcfd153a9fcee27922f2457a85275a]

        INTEGRATION: CWS fwk96_DEV300 (1.76.36); FILE MERGED 2008/08/20 12:25:43 mav 1.76.36.1: #i92927# compare the dates correctly

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [26425dd544a0b526d0e3578f695a720731b33945]

        INTEGRATION: CWS obo34 (1.5.150); FILE MERGED 2008/08/27 10:01:47 obo 1.5.150.1: #i93167# MacOSX (Intel): Compiler switch missing for crashdump feature

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [62241d0dac01abc6d41caed3862a1faf99df4496]

        INTEGRATION: CWS sb91 (1.242.2); FILE MERGED 2008/07/17 15:30:50 sb 1.242.2.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c92fc04a67f2d7214bd6c2b88ab21c1fb86ba66a]

        INTEGRATION: CWS sb91 (1.38.6); FILE MERGED 2008/07/24 09:10:30 sb 1.38.6.5: #i91567# on unxsolu4 use system libxml and libxslt; use specific FREETYPE_CFLAGS instead of general SOLAREXTRAINC on unxsolu4; merged in 1.40.22.1 2008/07/21 10:00:50 sb 1.38.6.4: #i91567# adapted to unxsolu4 2008/07/17 15:53:32 sb 1.38.6.3: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former) 2008/07/16 07:18:12 sb 1.38.6.2: RESYNC: (1.38-1.40); FILE MERGED 2008/07/16 06:58:40 sb 1.38.6.1: #i91567# unxsolu4 generally uses --with-system-freetype and --disable-gnomevfs

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c836dfaeb3c98ea5b03802cc1e8eea42e2efca17]

        INTEGRATION: CWS sb91 (1.16.8); FILE MERGED 2008/07/11 10:00:43 sb 1.16.8.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [b2bc5b89a5e2d672f76ae0a99c4716b83e6d7a65]

        INTEGRATION: CWS sb91 (1.5.8); FILE MERGED 2008/07/11 10:00:42 sb 1.5.8.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [9a2f6fac19aaa64db4f96ef85312304d2eccfe29]

        INTEGRATION: CWS sb91 (1.5.6); FILE MERGED 2008/07/21 09:55:26 sb 1.5.6.1: #i91567# eliminated unnecessary setsolar/setcws in spawned shells

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [eb7ca2acfd464b5c406141eefb29108abe74b96b]

        INTEGRATION: CWS sb91 (1.9.6); FILE MERGED 2008/07/21 09:55:25 sb 1.9.6.1: #i91567# eliminated unnecessary setsolar/setcws in spawned shells

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4b2d0e79d8092fed621ae1c2902a857a7c4724cd]

        INTEGRATION: CWS sb91 (1.2.6); FILE MERGED 2008/07/21 09:55:25 sb 1.2.6.1: #i91567# eliminated unnecessary setsolar/setcws in spawned shells

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [a5c9d28db90249be401dd3340690543857a4ac46]

        INTEGRATION: CWS sb91 (1.14.6); FILE MERGED 2008/07/18 08:18:45 sb 1.14.6.2: #i91567# improved previous modification 2008/07/14 13:33:51 sb 1.14.6.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2a11febdf5e59ad817306a45e6c5939fbce1ea87]

        INTEGRATION: CWS sb91 (1.18.14); FILE MERGED 2008/07/17 15:37:56 sb 1.18.14.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [62562b0870c03424b7d3f77b39a72e26042079ff]

        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>  [a9af2e5b69cd7d43bfcdbe8ec537df7428b3183f]

        INTEGRATION: CWS sb91 (1.24.26); FILE MERGED 2008/07/11 09:38:11 sb 1.24.26.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>  [1b3e645bb4a6d2bf04cf3bb14de250a828a9a00f]

        INTEGRATION: CWS sb91 (1.16.82); FILE MERGED 2008/07/11 09:38:10 sb 1.16.82.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>  [10e47a1c2cb987de342ab98be78f2dd4d797fe26]

        INTEGRATION: CWS sb91 (1.11.6); FILE MERGED 2008/07/11 09:05:55 sb 1.11.6.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>  [18375fb9dc0cdfb560c88469fabbf0b2fba721be]

        INTEGRATION: CWS sb91 (1.193.4); FILE MERGED 2008/07/17 15:25:32 sb 1.193.4.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e545969cb155da6cd1bf08146b0a61d074551f22]

        INTEGRATION: CWS sb91 (1.275.2); FILE MERGED 2008/07/17 15:25:31 sb 1.275.2.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [7b83d6549854eeaad0a0fe964f4b359e1e3d2c7a]

        INTEGRATION: CWS sb91 (1.9.4); FILE MERGED 2008/07/11 09:09:01 sb 1.9.4.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [9801adf3efe1911e26a48a2beccd76c5366b48ff]

        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>  [83fa8411212a4e5e08ce54f2a428caeb4a80712d]

        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>  [ee6d0cea8dbcd814dd3552860af5f4433425c9a8]

        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>  [491e72b2b24ebf4b67915229abd2abc7f77e1a54]

        INTEGRATION: CWS sb91 (1.55.6); FILE MERGED 2008/07/22 07:44:06 sb 1.55.6.3: merged in 1.56.2.1 2008/07/16 07:21:56 sb 1.55.6.2: RESYNC: (1.55-1.56); FILE MERGED 2008/07/11 08:58:54 sb 1.55.6.1: #i91567# make buildable on unxsolu4 (but that does not yet lead to a working SDK on unxsolu4)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [daf791e97b29cb5ba1a0d090b8a4b9f8134dc134]

        INTEGRATION: CWS sb91 (1.30.2); FILE MERGED 2008/07/18 12:32:02 sb 1.30.2.1: #i91567# adapted to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4f618f4477a49f4246a01098eee3d929f2970a38]

        INTEGRATION: CWS sb91 (1.4.4); FILE MERGED 2008/07/21 10:57:37 sb 1.4.4.2: RESYNC: (1.4-1.7); FILE MERGED 2008/07/11 08:43:09 sb 1.4.4.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [a6a6b401c453bd25c7de9a9cbe81dd0e8ce943bc]

        INTEGRATION: CWS sb91 (1.4.4); FILE MERGED 2008/07/21 10:57:35 sb 1.4.4.2: RESYNC: (1.4-1.7); FILE MERGED 2008/07/11 08:43:09 sb 1.4.4.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [bb14408835e53eca5a284e27282897dd4fdb4f9f]

        INTEGRATION: CWS sb91 (1.3.4); FILE MERGED 2008/07/21 10:57:23 sb 1.3.4.2: RESYNC: (1.3-1.6); FILE MERGED 2008/07/11 08:43:09 sb 1.3.4.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [ddca3b4bf1e11ae67cc21b6b7df0365f306456e2]

        INTEGRATION: CWS sb91 (1.17.8); FILE MERGED 2008/07/11 10:08:20 sb 1.17.8.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e5a68311dc40fccdbd8c23cecdfb37504206b01e]

        INTEGRATION: CWS sb91 (1.3.88); FILE MERGED 2008/07/11 10:11:43 sb 1.3.88.1: #i91567# make 64 bit clean

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [de6ac4a03059a6503cb39a1c1c0121d3f6c7c0eb]

        INTEGRATION: CWS sb91 (1.2.104); FILE MERGED 2008/07/17 16:51:14 sb 1.2.104.1: #i91567# adapted to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4ca3e88603fb30c38226749949d666590d77d63c]

        INTEGRATION: CWS sb91 (1.54.4); FILE MERGED 2008/07/21 10:56:13 sb 1.54.4.2: RESYNC: (1.54-1.56); FILE MERGED 2008/07/17 15:58:23 sb 1.54.4.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2476f8130beeddf6529b47e7f9c5a82f83b5ef4a]

        INTEGRATION: CWS sb91 (1.10.22); FILE MERGED 2008/07/21 10:56:06 sb 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2008/07/14 12:58:10 sb 1.10.22.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [122257fe10e373bdfadae38746f4f82ade9722db]

        INTEGRATION: CWS sb91 (1.12.102); FILE MERGED 2008/07/17 15:58:23 sb 1.12.102.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [5a900869e2c82223cf907028509b9437b64d263f]

        INTEGRATION: CWS sb91 (1.7.102); FILE MERGED 2008/07/17 15:58:23 sb 1.7.102.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [615fbc4cde6a1f9436364d00f00b91ce4a39c82b]

        INTEGRATION: CWS sb91 (1.10.102); FILE MERGED 2008/07/17 15:58:22 sb 1.10.102.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [8b89b27f7115c3108e5342af22089cbed63881d2]

        INTEGRATION: CWS sb91 (1.4.30); FILE MERGED 2008/07/11 09:24:50 sb 1.4.30.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>  [8017ae39ce6b6d76479bc57f66e6fdd524660988]

        INTEGRATION: CWS sb91 (1.5.6); FILE MERGED 2008/07/16 07:18:56 sb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/11 09:24:50 sb 1.5.6.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>  [0b8290b2915bb41ca3090547373db4e08964879d]

        INTEGRATION: CWS sb91 (1.4.30); FILE MERGED 2008/07/16 07:18:45 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/11 09:24:50 sb 1.4.30.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>  [53a4ddb1afbdaa4f6745198f2ab39dbfbab9f186]

        INTEGRATION: CWS sb91 (1.14.2); FILE MERGED 2008/07/16 06:49:52 sb 1.14.2.1: #i91567# SPARC64 was tentative; has been replaced by SPARC + IS_LP64

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [5165f37f4a48d267665533e56f5ccf5301ff249a]

        INTEGRATION: CWS sb91 (1.25.28); FILE MERGED 2008/07/16 06:49:52 sb 1.25.28.1: #i91567# SPARC64 was tentative; has been replaced by SPARC + IS_LP64

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [ea850b1e3c295d9e9417fcb03e86f12796fdd31a]

        INTEGRATION: CWS sb91 (1.13.28); FILE MERGED 2008/07/16 06:49:52 sb 1.13.28.1: #i91567# SPARC64 was tentative; has been replaced by SPARC + IS_LP64

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2366c58cd981fedbd3de6f31e66c89f2df73136a]

        INTEGRATION: CWS sb91 (1.25.6); FILE MERGED 2008/07/11 08:25:45 sb 1.25.6.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [cc1e97b2534db316cd06833bc0d93359a1aff1a6]

        INTEGRATION: CWS sb91 (1.8.2); FILE MERGED 2008/07/11 09:20:42 sb 1.8.2.1: #i91567# adapt to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [fb628a14effee32636f98db38fff2d3187c9bf55]

        INTEGRATION: CWS sb91 (1.16.10); FILE MERGED 2008/07/11 08:56:51 sb 1.16.10.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>  [7acbf6d9a4253d58f8f59bea4f68071cb3f4e8c0]

        INTEGRATION: CWS sb91 (1.4.6); FILE MERGED 2008/07/16 06:51:36 sb 1.4.6.2: #i91567# the previous fix had to be improved further; all integral and pointer types need to be sign or zero extended to 64 bit 2008/07/14 13:29:07 sb 1.4.6.1: #i91567# apparently, SPARC 64 C++ ABI requires that small return types like unsigned char (sal_Bool) are returned zero extended

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [42ebbef273b8d84a3ddd259c1350e628543a70db]

        INTEGRATION: CWS sb91 (1.2.26); FILE MERGED 2008/07/11 10:04:34 sb 1.2.26.1: #i91567# consistently use -erroff=identexpected on all unxsol... platforms

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [798cc32e1b71fbbb126b5dac4db2b623fc7d5c6d]

        INTEGRATION: CWS sb91 (1.6.122); FILE MERGED 2008/07/17 15:43:36 sb 1.6.122.1: #i91567# adapted to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3737757c94a098a059b484d4617943aec5e8cfc5]

        INTEGRATION: CWS sb91 (1.87.4); FILE MERGED 2008/07/24 08:55:40 sb 1.87.4.2: #i91567# additional environment variables (for freetype, libxml, libxslt) 2008/07/17 15:44:03 sb 1.87.4.1: #i91721# added explicit ENABLE_GCONF (had previously been covered by ENABLE_GNOMEVFS, but unxsolu4 does not support the latter but does support the former)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [ce8863f5a3e3ec8b5624abd3de292b136966ce4d]

        INTEGRATION: CWS sb91 (1.2.26); FILE MERGED 2008/07/24 08:53:13 sb 1.2.26.1: partially adapted for Mac OS X

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2c88bb6cbb0e9448f9fc9beef596d81016f37315]

        INTEGRATION: CWS sb91 (1.3.10); FILE MERGED 2008/07/21 09:58:49 sb 1.3.10.1: #i91567# adapted to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [740abff5935eab065c5495df484f898a6e430f47]

        INTEGRATION: CWS sb91 (1.7.26); FILE MERGED 2008/07/21 09:58:49 sb 1.7.26.1: #i91567# adapted to unxsolu4

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [dfc3ca008dc89b2e8a1026eb76aaddcfc6155701]

        INTEGRATION: CWS sb91 (1.7.8); FILE MERGED 2008/07/24 08:36:56 sb 1.7.8.1: #i91567# on Solaris, SDK now uses /usr/ccs/bin/elfdump (SUNWbtool) and /usr/xpg4/bin/grep (SUNWxcu4)

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [fdee4c93eee0c40c706f7848336f3cd450204d1f]

        INTEGRATION: CWS sb91 (1.33.10); FILE MERGED 2008/07/11 09:03:52 sb 1.33.10.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>  [5a3ecb9b9ac148bcde42b403217cc65b66fd10f6]

        INTEGRATION: CWS c17v004_DEV300 (1.31.74); FILE MERGED 2008/06/12 12:18:00 os 1.31.74.1: #b6699729# prevent resorting of bibliography entries while converting fields to text in mailmerge

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3b3f52da806277a5495af461fbf03d0c0232c5b2]

        INTEGRATION: CWS c17v004_DEV300 (1.60.58); FILE MERGED 2008/06/12 12:17:14 os 1.60.58.1: #b6699729# prevent resorting of bibliography entries while converting fields to text in mailmerge

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e98f1cea54c2264ff6a420e852be32ab39644197]

        INTEGRATION: CWS c17v004_DEV300 (1.13.60); FILE MERGED 2008/06/12 12:16:33 os 1.13.60.1: #b6699729# prevent resorting of bibliography entries while converting fields to text in mailmerge

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [98002a1bd5d6ee9e069b1e65a7955f68c7ff016c]

        INTEGRATION: CWS cwsqueryenhance3 (1.24.54); FILE MERGED 2008/08/18 14:28:09 bei 1.24.54.3: RESYNC: (1.24-1.25); FILE MERGED 2008/05/27 14:24:29 bei 1.24.54.2: new private modules 2008/05/26 10:03:04 bei 1.24.54.1: #i89863#

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [40f181501dff14f4973eed723df556f7e068383a]

        INTEGRATION: CWS cwsqueryenhance3 (1.13.54); FILE MERGED 2008/05/27 14:24:29 bei 1.13.54.5: new private modules 2008/05/27 13:01:09 bei 1.13.54.4: minor changes 2008/05/27 10:21:07 bei 1.13.54.3: usage 2008/05/26 10:08:33 bei 1.13.54.2: #i89863# 2008/05/23 10:26:01 bei 1.13.54.1: #i89840

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [654e3b21a1c77acb08b05bbefd4b130ac0e6f349]

        INTEGRATION: CWS cwsqueryenhance3 (1.19.6); FILE MERGED 2008/07/18 09:40:38 rt 1.19.6.2: #i89863# Syntax: do not return two arrays :-( 2008/05/28 16:03:47 rt 1.19.6.1: #i89863# Report on new modules.

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [dba776cfcec6cd2d5d3e9ea164860a1663ec0604]

        INTEGRATION: CWS obo33 (1.8.8); FILE MERGED 2008/08/20 13:45:09 obo 1.8.8.1: #i92950# Changes for 64 bit Vista shell extension

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f5da46a2f8929e549970a803fe99ee35c1955223]

        INTEGRATION: CWS obo33 (1.3.178); FILE MERGED 2008/08/20 14:39:22 obo 1.3.178.3: #i92950# Changes for 64 bit Vista shell extension 2008/08/20 13:52:03 obo 1.3.178.2: #i92950# EOL missing 2008/08/20 13:50:37 obo 1.3.178.1: #i92950# Changes for 64 bit Vista shell extension

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [7e5d03597c08b9e40afd35521852789d5323739f]

        INTEGRATION: CWS obo33 (1.3.178); FILE MERGED 2008/08/20 13:52:57 obo 1.3.178.1: #i92950# Changes for 64 bit Vista shell extension

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6eecdda3133fd79359464b77e6861d64d38e3f06]

        INTEGRATION: CWS obo33 (1.42.4); FILE MERGED 2008/08/20 13:46:53 obo 1.42.4.1: #i92950# Changes for 64 bit Vista shell extension

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [436e5074426ef97742987f828506f3533426c0bb]

        INTEGRATION: CWS impress154_DEV300 (1.44.46); FILE MERGED 2008/08/22 14:08:16 af 1.44.46.1: #i92916# Removed unnecessary key input forwarding from FocusForwardingWindow.

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [bad84beacb186b3d356ea12bf132fb15a5b3701e]

        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>  [cef7c77f3aeb4546b1ce95eb1e90ae4f293d33a5]

        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>  [ffb909f8a95280b7bb231af750d51fcd88fa5aa0]

        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>  [502c1d8ca465e8c424e3d720c1e9435b1e177e27]

        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>  [ab49f7b8f7746e76f68ce2487d426da554803e1c]

        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>  [271f9413d4ee429c50e074b38dde604d1675eadd]

        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>  [30576660e295001ec8875cf5c9f2a1aa69addd0c]

        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>  [02dda27998a2e631fbe66185da5567bfe22ad082]

        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>  [1b0513dfcecd4ca63c22ea2c1e1897807c6827fb]

        INTEGRATION: CWS tl61 (1.23.52); FILE MERGED 2008/08/19 11:15:22 tl 1.23.52.1: #i92893# crash when switching language in dialog

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [231184f4b042f806a9a3914ae2be45ae6a1ca0ed]

        INTEGRATION: CWS tl61 (1.17.186); FILE MERGED 2008/08/19 11:38:52 tl 1.17.186.1: #i88307# crash when closing document with chart

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6841f6e41874ed977ab78cae8ae7795d11d747e9]

        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>  [a80aa192ad685e1ab7b503e2b35ae666426df073]

        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>  [851a6efa613f11464245fb9b7f30df7668920b5c]

        INTEGRATION: CWS native188_DEV300 (1.5.156); FILE MERGED 2008/08/22 16:49:50 is 1.5.156.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [d131cf628b6e30397f94d8c48901b2924ebc9821]

        INTEGRATION: CWS native188_DEV300 (1.31.54); FILE MERGED 2008/08/22 16:49:50 is 1.31.54.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f97dd048963082434639160ef70da6e9b42b7aa1]

        INTEGRATION: CWS native188_DEV300 (1.20.54); FILE MERGED 2008/08/21 12:31:34 dv 1.20.54.1: #i92988# Always write all entries needed for registering in open with list

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [8c1821ba48680eb282abe5121638a9d3cbbe5194]

        INTEGRATION: CWS native188_DEV300 (1.88.8.5.4); FILE MERGED 2008/08/22 16:49:30 is 1.88.8.5.4.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e3e26fc559522858df8e52c30ebdf0a54e87add8]

        INTEGRATION: CWS native188_DEV300 (1.2.64); FILE MERGED 2008/08/22 16:49:30 is 1.2.64.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e1408a843fd89eafc8c6fde1e462eada5fe076a3]

        INTEGRATION: CWS native188_DEV300 (1.6.64); FILE MERGED 2008/08/21 15:14:01 is 1.6.64.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f300681434b43d2b2e40fd9ddc1bd01e7003352d]

        INTEGRATION: CWS native188_DEV300 (1.2.28); FILE MERGED 2008/08/22 16:49:30 is 1.2.28.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f602e03410a01d062702ab4b8f68f52bed6be46c]

        INTEGRATION: CWS native188_DEV300 (1.4.62); FILE MERGED 2008/08/21 15:14:01 is 1.4.62.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [07678e71f893914c0a91b16f1b280b7b492a2e0b]

        INTEGRATION: CWS native188_DEV300 (1.1.4.2.4); FILE MERGED 2008/08/21 15:14:00 is 1.1.4.2.4.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f00779d388d944b4895956cd816f1803b96d2c45]

        INTEGRATION: CWS native188_DEV300 (1.3.64); FILE MERGED 2008/08/22 16:49:30 is 1.3.64.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [a020949f4a681c992e089ed07cfe862596c2efdd]

        INTEGRATION: CWS native188_DEV300 (1.12.8.1.4); FILE MERGED 2008/08/21 15:14:00 is 1.12.8.1.4.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [52e35957f6afcfa9c620150adec05c6ed1a31778]

        INTEGRATION: CWS native188_DEV300 (1.6.34); FILE MERGED 2008/08/21 10:01:25 is 1.6.34.1: #i92962# problem with very large hard discs

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [ab368797daa09aa96304e4a50224dbaec66dcc45]

        INTEGRATION: CWS native188_DEV300 (1.8.18.1.8); FILE MERGED 2008/08/22 15:12:33 is 1.8.18.1.8.1: #i92954# update with Java GUI Installer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [a9a62dc3aa1e52f89acd2edef0daae070477586c]

        INTEGRATION: CWS native188_DEV300 (1.14.160.1.2); FILE MERGED 2008/08/21 15:16:23 is 1.14.160.1.2.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [38eb3d56932aeb8980e1eb85acaf25c38e51b2b1]

        INTEGRATION: CWS native188_DEV300 (1.49.160.1.6); FILE MERGED 2008/08/22 16:50:17 is 1.49.160.1.6.2: #i93032# new win registry layers for all products 2008/08/21 15:16:23 is 1.49.160.1.6.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2728ec7cb22bb51f8bed8c58693fa527ed8c20d4]

        INTEGRATION: CWS native188_DEV300 (1.5.36.1.6); FILE MERGED 2008/08/25 09:07:39 is 1.5.36.1.6.1: #i93065# patch for expand.exe in cygwin

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [dc1b6f6f09a7df0bf7ba90fca1e15c53d0f5700b]

        INTEGRATION: CWS native188_DEV300 (1.21.78); FILE MERGED 2008/08/25 15:10:24 is 1.21.78.1: #i93032# layering for build_special products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [eaa621f186dcdff5dfdaf0810a2ce0f74e7a5ada]

        INTEGRATION: CWS native188_DEV300 (1.103.6.2.6); FILE MERGED 2008/08/21 15:16:23 is 1.103.6.2.6.1: #i92952# ooo3 has to remove all older ooo3 products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c27458bb5dfec7a99db2ead6d9d3452d58a328e5]

        INTEGRATION: CWS native188_DEV300 (1.85.58); FILE MERGED 2008/08/22 17:05:10 is 1.85.58.1: #i92954# update with Java GUI Installer

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4d52e4f39074c24de461b04c86a63f26ee066b93]

        INTEGRATION: CWS native188_DEV300 (1.116.4.2.6); FILE MERGED 2008/08/22 16:50:17 is 1.116.4.2.6.1: #i93032# new win registry layers for all products

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [28b0fcfb840f011fa92fb198a34a22c70bfb4a7c]

        INTEGRATION: CWS native185_DEV300 (1.88.8.4.4); FILE MERGED 2008/08/12 16:04:30 is 1.88.8.4.4.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [86d3c224f52afeba0be8bf03f4fb2efff05afcf3]

        INTEGRATION: CWS native185_DEV300 (1.112.4.5.4); FILE MERGED 2008/08/12 16:05:27 is 1.112.4.5.4.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [218841ef353e384665ca19dabfd8b254787b61c9]

        INTEGRATION: CWS native185_DEV300 (1.1.2); FILE ADDED 2008/08/12 16:06:58 is 1.1.2.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3e080b968096920561eaa84f2575ac59f8bf9b6c]

        INTEGRATION: CWS native185_DEV300 (1.22.84.1.10); FILE MERGED 2008/08/12 16:06:28 is 1.22.84.1.10.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2f28700d06788f99cd8ce18c2b92a9754130bef0]

        INTEGRATION: CWS native185_DEV300 (1.8.18.1.4); FILE MERGED 2008/08/12 16:08:31 is 1.8.18.1.4.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [6c9167603867caf0d31c21f4783163432c1673f4]

        INTEGRATION: CWS native185_DEV300 (1.8.10); FILE MERGED 2008/08/12 16:08:31 is 1.8.10.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [cbff0d632e298da55505f865969ac2dcfa4d4e87]

        INTEGRATION: CWS native185_DEV300 (1.18.38); FILE MERGED 2008/08/12 16:07:57 is 1.18.38.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [3dd3fc82691fa887d51d07f0a4c30caecd210b89]

        INTEGRATION: CWS native185_DEV300 (1.51.18.1.6); FILE MERGED 2008/08/12 16:07:57 is 1.51.18.1.6.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [dee262f3aba2ff37788b9e5c6807e2c2a820562f]

        INTEGRATION: CWS native185_DEV300 (1.55.54); FILE MERGED 2008/08/13 10:13:06 is 1.55.54.1: #i92713#

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e353a05d8c6e53ef526141954f6fc29b54ce18f8]

        INTEGRATION: CWS native185_DEV300 (1.85.46); FILE MERGED 2008/08/12 16:07:57 is 1.85.46.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [51fc1254f01985bd3a9ed33fa2454c67d0f2c278]

        INTEGRATION: CWS native185_DEV300 (1.116.4.2.4); FILE MERGED 2008/08/12 16:07:56 is 1.116.4.2.4.1: #i92713# userland installation with prepared database

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [93981cbc160d5eef20b7dc8fb2b2f7217e821b48]

        INTEGRATION: CWS native184_DEV300 (1.4.24); FILE MERGED 2008/08/12 09:04:39 is 1.4.24.1: #i92654# change encoding of link content

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2a0ad6b3238016bfae52baa29e0a072d41d7f613]

        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>  [9f7f902b7f36102f7dc92521deebdd8045ded63d]

        INTEGRATION: CWS chart31_DEV300 (1.2.12); FILE MERGED 2008/08/19 13:09:32 dr 1.2.12.1: #158414# catch exceptions thrown from XFastParser::parseStream()

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [69dcd21b83d37a8c61be7f2bae42823aa03fa8d7]

        INTEGRATION: CWS chart31_DEV300 (1.27.42); FILE MERGED 2008/08/19 09:06:16 iha 1.27.42.1: #i92568# range chooser does not work anymore

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [95e62efda4a9c3a757f2a4f42287f6f2b5b101a3]

        INTEGRATION: CWS jl110_DEV300 (1.15.22); FILE MERGED 2008/08/15 11:20:17 jl 1.15.22.1: #i92799# Because INTEL is defined before X86_64, THIS_ARCH was always set to x86 instead of X86_64 for Linux 64 bit

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f5cd5bce03229eeb968b833d89e85d59c576c687]

        INTEGRATION: CWS jl110_DEV300 (1.7.58); FILE MERGED 2008/08/15 13:01:50 hro 1.7.58.1: #i92756# Process COM SendMessage calls while waiting for a condition to avoid deadlocks between UNOs and COMs threading framework

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [c0a0e938da99509ae12eccb3cf770c1ae2eac3e3]

        INTEGRATION: CWS sw30bf13_DEV300 (1.16.126); FILE MERGED 2008/08/15 13:50:06 od 1.16.126.1: #i92811# method <SwAttrSet::CopyToModify(..)> 	 for text nodes: 	 - If in source document the list id of the text node equals the 	   list style's default list id assure that the same will be hold 	   in the destination document --> list id needs to be adjusted.

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [69a59448e5bb73a6fd57f8e2365ebaedfbf6ca24]

        INTEGRATION: CWS sw30bf13_DEV300 (1.150.12.1.2); FILE MERGED 2008/08/15 14:04:37 od 1.150.12.1.2.1: #i92811# - import of lists: 	 -- assure that the first list with a certain list style uses 	    the internal list style's default list id as its list id 	 - export of lists: 	 -- correct export of property text::continue-numbering

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [d17a2dc30bd2acc0ef0a269a65ff00300763b532]

        INTEGRATION: CWS sw30bf13_DEV300 (1.2.60); FILE MERGED 2008/08/15 14:04:37 od 1.2.60.1: #i92811# - import of lists: 	 -- assure that the first list with a certain list style uses 	    the internal list style's default list id as its list id 	 - export of lists: 	 -- correct export of property text::continue-numbering

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [b6914fce813101c8be141c29877544bc10543a3f]

        INTEGRATION: CWS sw30bf13_DEV300 (1.143.22.1.2); FILE MERGED 2008/08/15 14:04:37 od 1.143.22.1.2.1: #i92811# - import of lists: 	 -- assure that the first list with a certain list style uses 	    the internal list style's default list id as its list id 	 - export of lists: 	 -- correct export of property text::continue-numbering

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [867d2b9a2c864506bc8edc7efe71b9a91658bb8e]

        INTEGRATION: CWS sw30bf13_DEV300 (1.13.24.1.2); FILE MERGED 2008/08/15 14:04:37 od 1.13.24.1.2.1: #i92811# - import of lists: 	 -- assure that the first list with a certain list style uses 	    the internal list style's default list id as its list id 	 - export of lists: 	 -- correct export of property text::continue-numbering

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [713f0dfd379f614baf9657a1145157a6c40ee6f9]

        INTEGRATION: CWS sw30bf13_DEV300 (1.13.42); FILE MERGED 2008/08/15 13:58:16 od 1.13.42.1: #i92811# class <XMLTextListsHelper> 	 - track also the list style's default list id of processed list 	   in order to eventually map the list id of a certain list to 	   the list style's default list id. 	 - provide new method <GetListIdForListBlock(..)> to encapsulate 	   code, which determines the list id for a certain list block.

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [43e683fca8450db358e44ed8e4bea4bb9b91c763]

        INTEGRATION: CWS sw30bf13_DEV300 (1.2.60); FILE MERGED 2008/08/15 13:58:16 od 1.2.60.1: #i92811# class <XMLTextListsHelper> 	 - track also the list style's default list id of processed list 	   in order to eventually map the list id of a certain list to 	   the list style's default list id. 	 - provide new method <GetListIdForListBlock(..)> to encapsulate 	   code, which determines the list id for a certain list block.

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [7c2bf1b6a012ad3407374fb73135e50605cf4f2e]

        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>  [ea6d634bd2ec91de4a602cd6e64ebcd20b9cb164]

        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-27  Rüdiger Timm  <rt@openoffice.org>  [61b6a4d0342dfbc9aa28d0dac7ae35224a38d4c5]

        INTEGRATION: CWS ab58_DEV300 (1.25.58); FILE MERGED 2008/08/07 13:33:37 ab 1.25.58.1: #i92555# ButtonHdl: xModel not required for application based macros

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4dcdbd99bd902bb93f41b1b14948935fde98c8f7]

        INTEGRATION: CWS mav37_DEV300 (1.20.48); FILE MERGED 2008/08/14 11:35:21 mav 1.20.48.2: #i92735# the lock flags are used on MAC only 2008/08/14 07:15:17 mav 1.20.48.1: #i92735# do not try any locking when a file is opened without locking

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [2e98b9d56cb5944217ed5aa4d7a65328b0ccb348]

        INTEGRATION: CWS mav37_DEV300 (1.144.92); FILE MERGED 2008/08/14 11:49:25 mav 1.144.92.1: #i92687# adjust title of readonly documents

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [92ea823d68026c449b87397db9480d287537f680]

        INTEGRATION: CWS mav37_DEV300 (1.4.132); FILE MERGED 2008/08/14 12:21:59 mav 1.4.132.2: #i92735# do not use SimpleFileAccess to open the document streams 2008/08/14 11:27:21 mav 1.4.132.1: #i92735# do not use SimpleFileAccess to open the document streams

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [4ea57ae97bd50cb864ec340a46d075a14834ecd6]

        INTEGRATION: CWS mav37_DEV300 (1.6.132); FILE MERGED 2008/08/14 11:27:21 mav 1.6.132.1: #i92735# do not use SimpleFileAccess to open the document streams

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [9a1c7ae9653da3132a484147799d0593af624abe]

        INTEGRATION: CWS mav37_DEV300 (1.203.26); FILE MERGED 2008/08/14 14:03:52 mav 1.203.26.3: #i92735# Use copy mechanics in future 2008/08/14 12:31:24 mav 1.203.26.2: #i92735# use temporary file as a workaround 2008/08/14 10:34:50 mav 1.203.26.1: #i92735# SimpleFileAccess uses system locking always, get rid of it

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [0e92c8b54ecbf8b23e6b19a34e79c9d1f073bbb7]

        INTEGRATION: CWS mav37_DEV300 (1.97.22); FILE MERGED 2008/08/14 11:21:11 mav 1.97.22.1: #i92735# do not lock file while inserting with no removing

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [f4bd5af18f466ddb1057a81560d07acde935cb10]

        INTEGRATION: CWS mav37_DEV300 (1.39.30); FILE MERGED 2008/08/14 13:49:32 mav 1.39.30.1: #i92735# fix the typo

2008-08-27  Rüdiger Timm  <rt@openoffice.org>  [e233445c0818c56eb5fbf9952998bd37c748607d]

        INTEGRATION: CWS mav37_DEV300 (1.23.100); FILE MERGED 2008/08/14 11:15:40 mav 1.23.100.1: #i92735# do not use FS locking for the local URLs

2008-08-25  Rüdiger Timm  <rt@openoffice.org>  [d11dafbc14a73c7dabebc3b819ad77438308c0ba]

        #i10000# Enable OpenOffice_SDK for unxlngx6.pro.

2008-08-25  Ivo Hinkelmann  <ihi@openoffice.org>  [acbca89bd51578a5a1a358aa471e8d2fd3fc0115]

        #i10000# Fixed broken string

2008-08-25  Rüdiger Timm  <rt@openoffice.org>  [72994ff8852775b738d945eccaf764d44ec60d77]

        #i10000# There is no module 'xalan' any more, has been removed by CWS xsltfilter10.

2008-08-25  Vladimir Glazounov  <vg@openoffice.org>  [3811b6938b0ad64827f6e190082db6932ea6990b]

        #i10000# no stl for solaris

2008-08-25  Vladimir Glazounov  <vg@openoffice.org>  [845fd6c6255a69cc68f9f3594feeb408f1b589fd]

        #i10000# temporarily switched off the warnings for sd,sw

2008-08-22  Vladimir Glazounov  <vg@openoffice.org>  [fcc188527003d6dcafab10e828f71cde6793ef8c]

        #i100000# typo

2008-08-22  Vladimir Glazounov  <vg@openoffice.org>  [a80ac44eef93c394feaed56a2a626a1a0e33e82b]

        #i93007# fix for mac

2008-08-22  Vladimir Glazounov  <vg@openoffice.org>  [092bac3a9a66240cbec2e342660c4be4da7dd187]

        #i10000# additional link library for solaris

2008-08-21  Rüdiger Timm  <rt@openoffice.org>  [5eccce8d77fb4ab93059683dd334e958f6bb2870]

        #i10000# Reduce number of ooodevlanguagepacks.

2008-08-21  Rüdiger Timm  <rt@openoffice.org>  [6ebf0519feda10dc7e0e0fe7464af926d795e88b]

        #100000# Last patch (from CWS os2port03) was based on revision 1.20, so we lost some changes. Get them back (done by TKR - thanks).

2008-08-21  Vladimir Glazounov  <vg@openoffice.org>  [4bfed01fa1b3d70ca6d6dc194827ac6dcf1e9e1a]

        #i100000# educated guess...

2008-08-21  Vladimir Glazounov  <vg@openoffice.org>  [7aed8dee0ea6bfbb8aaf180de876ab3ff2f9ede9]

        #100000#

2008-08-21  Vladimir Glazounov  <vg@openoffice.org>  [178c504c139009ec2f9c6b1d4e12e03699f4d61f]

        #i10000# temporarily switched off the warnings for the new module drawinglayer, #i92985# is written

2008-08-20  Kurt Zenker  <kz@openoffice.org>  [08e54e1b7af4b6b241681e79a495e8aa09c9d77d]

        #i92662# missing build dependency

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [f7d88e745e2cd992c13e6a174a4cef77d9671e89]

        #i92925#

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [a750e4e7c096811218adc09c50da683eb0ba3fcc]

        #i92928# new global dependency

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [c634600a81420af36e0ea0346960ceff9c6f5528]

        #i10000# new generated configure

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [dc58b3fc1b11b64e430cd7d4fd4f7ba084eb8aca]

        DEV300

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [db9176bf602deb9916c0e779110b12a719d45e4e]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [7451a33d20ffa2eb15055a3cb5dda2b091bf0f78]

        INTEGRATION: CWS aw033 (1.132.16); FILE MERGED 2008/07/15 14:28:21 aw 1.132.16.1: #i39532# changes after resync - SW problem with XDrawPage lifetime

2008-08-20  Vladimir Glazounov  <vg@openoffice.org>  [9ec2b141f5d7b52488811083f0969058e4859b77]

        INTEGRATION: CWS aw033 (1.3.14); FILE MERGED 2008/06/24 15:42:26 aw 1.3.14.9: #i39532# corrections 2008/05/14 14:04:13 aw 1.3.14.8: RESYNC: (1.7-1.8); FILE MERGED 2007/11/22 15:03:18 aw 1.3.14.7: #i39532# wntmsci10 correction 2007/11/19 11:26:07 aw 1.3.14.6: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:34:41 aw 1.3.14.5: #i39532# committing to have a base for HDU 2007/08/09 19:02:22 aw 1.3.14.4: RESYNC: (1.6-1.7); FILE MERGED 2006/11/28 19:39:40 aw 1.3.14.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/26 19:35:44 aw 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2005/10/28 11:40:30 aw 1.3.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [618830e06bf7798760deb791235eadafb250a969]

        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>  [c9d41a9f92e6ff4e93d953ce4b4fb2a00b7eefa6]

        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>  [294151c3a3b810d7323753d5c13b69884540e6db]

        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>  [8ab368ba094b5bbdf33b2c0bfb8290730c2f3963]

        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>  [96b0d525717c1815afd2f3ec37066b037fdc3d7d]

        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>  [8f2547ad4a3f74e2764dfacdeeae6de3732fed1d]

        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>  [1b7e66da53f16ca54ec62369f9f1c2cd72d47423]

        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>  [1d94edf1f3a6635dbd344d2ba15f52de356d7ada]

        INTEGRATION: CWS aw033 (1.36.38); FILE MERGED 2008/07/10 12:55:20 aw 1.36.38.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7571df41355df9c79d74acf9eca8681047b0996d]

        INTEGRATION: CWS aw033 (1.53.20); FILE MERGED 2008/07/11 11:46:25 aw 1.53.20.6: RESYNC: (1.57-1.58); FILE MERGED 2008/06/25 13:14:31 aw 1.53.20.5: RESYNC: (1.56-1.57); FILE MERGED 2008/05/14 15:24:06 aw 1.53.20.4: RESYNC: (1.55-1.56); FILE MERGED 2008/03/14 14:46:40 cl 1.53.20.3: RESYNC: (1.54-1.55); FILE MERGED 2008/02/12 11:38:37 aw 1.53.20.2: RESYNC: (1.53-1.54); FILE MERGED 2008/01/22 12:13:49 aw 1.53.20.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8d1f0471eeaf3bc4b2f080cd6829a46b0cd4c418]

        INTEGRATION: CWS aw033 (1.26.14); FILE MERGED 2008/07/10 12:55:20 aw 1.26.14.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 15:24:20 aw 1.26.14.3: RESYNC: (1.26-1.27); FILE MERGED 2008/01/29 10:32:39 aw 1.26.14.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:13:49 aw 1.26.14.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [19dacb2855f5209f3c1ecb43b23d20916774e3d6]

        INTEGRATION: CWS aw033 (1.52.88); FILE MERGED 2008/05/14 15:24:30 aw 1.52.88.5: RESYNC: (1.55-1.56); FILE MERGED 2008/02/12 11:38:32 aw 1.52.88.4: RESYNC: (1.54-1.55); FILE MERGED 2007/05/24 00:43:40 aw 1.52.88.3: RESYNC: (1.53-1.54); FILE MERGED 2007/03/20 17:35:07 aw 1.52.88.2: RESYNC: (1.52-1.53); FILE MERGED 2007/01/22 15:20:35 aw 1.52.88.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e9b26676b98de7c05499759fc55c78dd8523d33f]

        INTEGRATION: CWS aw033 (1.29.152); FILE MERGED 2008/06/25 13:14:25 aw 1.29.152.8: RESYNC: (1.34-1.35); FILE MERGED 2008/05/14 15:24:16 aw 1.29.152.7: RESYNC: (1.33-1.34); FILE MERGED 2008/02/12 11:38:28 aw 1.29.152.6: RESYNC: (1.32-1.33); FILE MERGED 2008/01/29 13:16:55 aw 1.29.152.5: RESYNC: (1.31-1.32); FILE MERGED 2008/01/22 12:13:49 aw 1.29.152.4: adaptions and 1st stripping 2007/08/09 23:03:52 aw 1.29.152.3: RESYNC: (1.30-1.31); FILE MERGED 2007/03/20 17:34:59 aw 1.29.152.2: RESYNC: (1.29-1.30); FILE MERGED 2007/01/22 15:20:34 aw 1.29.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07dd46d6eda639a5fe19ac01728bf10f25d81e78]

        INTEGRATION: CWS aw033 (1.11.50); FILE MERGED 2008/07/10 12:55:19 aw 1.11.50.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 15:24:23 aw 1.11.50.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/29 10:32:39 aw 1.11.50.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [abb270cbbf904d893b83a3793dca52f83cb23fde]

        INTEGRATION: CWS aw033 (1.39.38); FILE MERGED 2008/07/10 12:55:19 aw 1.39.38.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6bbf0c3eb4c6744ded0f910f5e52d5bc022a0260]

        INTEGRATION: CWS aw033 (1.19.16); FILE MERGED 2008/05/14 15:23:59 aw 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2008/01/22 12:13:49 aw 1.19.16.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c87336c19e0d8eb567b1658661bb5f315fb73934]

        INTEGRATION: CWS aw033 (1.48.32); FILE MERGED 2008/07/10 12:55:19 aw 1.48.32.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 15:24:10 aw 1.48.32.3: RESYNC: (1.49-1.50); FILE MERGED 2008/02/12 11:38:25 aw 1.48.32.2: RESYNC: (1.48-1.49); FILE MERGED 2008/01/22 12:13:49 aw 1.48.32.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [47e7c6f7a5212fead6df262e87f43dfc693cfc78]

        INTEGRATION: CWS aw033 (1.15.152); FILE MERGED 2008/05/14 15:24:34 aw 1.15.152.3: RESYNC: (1.16-1.17); FILE MERGED 2007/03/20 17:15:45 aw 1.15.152.2: RESYNC: (1.15-1.16); FILE MERGED 2007/01/22 15:20:34 aw 1.15.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [53b47e1faffd80d3baf3bfabd1f320ed98c4e025]

        INTEGRATION: CWS aw033 (1.20.152); FILE MERGED 2008/07/11 11:46:30 aw 1.20.152.5: RESYNC: (1.23-1.24); FILE MERGED 2008/06/25 13:14:20 aw 1.20.152.4: RESYNC: (1.22-1.23); FILE MERGED 2008/05/14 15:24:39 aw 1.20.152.3: RESYNC: (1.21-1.22); FILE MERGED 2007/03/20 17:15:18 aw 1.20.152.2: RESYNC: (1.20-1.21); FILE MERGED 2007/01/22 15:20:33 aw 1.20.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7e55f8dcd77f0178f91fa5580f0a366a9a7f2dfc]

        INTEGRATION: CWS aw033 (1.12.360); FILE MERGED 2008/07/11 11:46:19 aw 1.12.360.4: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 15:23:51 aw 1.12.360.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/14 14:46:37 cl 1.12.360.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/22 12:13:49 aw 1.12.360.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [91e28a6020dc0945e67c76e44796254f56a60f15]

        INTEGRATION: CWS aw033 (1.19.50); FILE MERGED 2008/05/14 15:23:54 aw 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED 2008/01/22 12:13:49 aw 1.19.50.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [118bf1ec53576654281c1997814b30579493e14d]

        INTEGRATION: CWS aw033 (1.29.38); FILE MERGED 2008/07/10 12:55:19 aw 1.29.38.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [57646d547555dbb3546c1190dca0fd66109fad97]

        INTEGRATION: CWS aw033 (1.11.44); FILE MERGED 2008/05/14 15:23:48 aw 1.11.44.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/22 12:13:49 aw 1.11.44.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6bebf53a5a4c8fe271f1c42e293909b25f93bab9]

        INTEGRATION: CWS aw033 (1.11.152); FILE MERGED 2008/05/14 15:24:53 aw 1.11.152.5: RESYNC: (1.15-1.16); FILE MERGED 2007/12/03 16:44:05 aw 1.11.152.4: RESYNC: (1.14-1.15); FILE MERGED 2007/10/08 19:11:49 aw 1.11.152.3: RESYNC: (1.12-1.14); FILE MERGED 2007/03/20 16:22:01 aw 1.11.152.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/22 15:20:33 aw 1.11.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9d3dbf08b15cf06cd7e787add42606a9595dcbb3]

        INTEGRATION: CWS aw033 (1.13.150); FILE MERGED 2008/05/14 15:24:44 aw 1.13.150.6: RESYNC: (1.17-1.18); FILE MERGED 2008/02/12 11:38:17 aw 1.13.150.5: RESYNC: (1.16-1.17); FILE MERGED 2007/08/09 22:44:11 aw 1.13.150.4: RESYNC: (1.15-1.16); FILE MERGED 2007/05/24 00:11:33 aw 1.13.150.3: RESYNC: (1.14-1.15); FILE MERGED 2007/03/20 16:21:52 aw 1.13.150.2: RESYNC: (1.13-1.14); FILE MERGED 2007/01/22 15:20:33 aw 1.13.150.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [80d5924906087c033fb1080cea9460b15bc3b929]

        INTEGRATION: CWS aw033 (1.11.152); FILE MERGED 2008/05/14 15:24:50 aw 1.11.152.5: RESYNC: (1.14-1.15); FILE MERGED 2008/03/14 14:43:30 cl 1.11.152.4: RESYNC: (1.13-1.14); FILE MERGED 2007/08/09 22:44:03 aw 1.11.152.3: RESYNC: (1.12-1.13); FILE MERGED 2007/03/20 16:21:12 aw 1.11.152.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/22 15:20:32 aw 1.11.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e13d9f5b48cfc9838f2f820ea02b459aa87629c3]

        INTEGRATION: CWS aw033 (1.15.54); FILE MERGED 2008/07/11 11:46:15 aw 1.15.54.6: RESYNC: (1.20-1.21); FILE MERGED 2008/05/14 15:25:20 aw 1.15.54.5: RESYNC: (1.19-1.20); FILE MERGED 2007/08/09 22:38:14 aw 1.15.54.4: RESYNC: (1.18-1.19); FILE MERGED 2007/06/27 19:22:49 aw 1.15.54.3: RESYNC: (1.17-1.18); FILE MERGED 2007/03/20 16:05:10 aw 1.15.54.2: RESYNC: (1.15-1.17); FILE MERGED 2007/01/22 15:20:31 aw 1.15.54.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fd9d898dd3431997c1789c1b5b6d4412d0129b89]

        INTEGRATION: CWS aw033 (1.85.30); FILE MERGED 2008/07/11 11:46:10 aw 1.85.30.9: RESYNC: (1.94-1.95); FILE MERGED 2008/05/14 15:25:32 aw 1.85.30.8: RESYNC: (1.93-1.94); FILE MERGED 2008/03/14 14:43:27 cl 1.85.30.7: RESYNC: (1.91-1.93); FILE MERGED 2008/02/12 11:38:14 aw 1.85.30.6: RESYNC: (1.90-1.91); FILE MERGED 2007/12/03 16:44:01 aw 1.85.30.5: RESYNC: (1.89-1.90); FILE MERGED 2007/06/27 19:20:46 aw 1.85.30.4: RESYNC: (1.87-1.89); FILE MERGED 2007/05/24 00:09:23 aw 1.85.30.3: RESYNC: (1.86-1.87); FILE MERGED 2007/03/20 16:03:38 aw 1.85.30.2: RESYNC: (1.85-1.86); FILE MERGED 2007/01/22 15:20:31 aw 1.85.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [437100d4f61ece66e45c94793f81e8f8519448de]

        INTEGRATION: CWS aw033 (1.65.150); FILE MERGED 2008/05/14 15:25:23 aw 1.65.150.4: RESYNC: (1.67-1.68); FILE MERGED 2007/06/27 19:19:40 aw 1.65.150.3: RESYNC: (1.66-1.67); FILE MERGED 2007/03/20 16:02:05 aw 1.65.150.2: RESYNC: (1.65-1.66); FILE MERGED 2007/01/22 15:20:31 aw 1.65.150.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e19ec9ff032141c7a19e290975048ea506336394]

        INTEGRATION: CWS aw033 (1.12.152); FILE MERGED 2008/05/14 15:25:13 aw 1.12.152.3: RESYNC: (1.13-1.14); FILE MERGED 2007/03/20 16:01:26 aw 1.12.152.2: RESYNC: (1.12-1.13); FILE MERGED 2007/01/22 15:20:30 aw 1.12.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [95c29ccdaacab01e382481bd0f83876a6a6106c4]

        INTEGRATION: CWS aw033 (1.13.88); FILE MERGED 2008/05/14 15:22:37 aw 1.13.88.5: RESYNC: (1.16-1.17); FILE MERGED 2008/02/12 11:38:11 aw 1.13.88.4: RESYNC: (1.15-1.16); FILE MERGED 2007/06/27 19:18:30 aw 1.13.88.3: RESYNC: (1.14-1.15); FILE MERGED 2007/03/20 15:59:57 aw 1.13.88.2: RESYNC: (1.13-1.14); FILE MERGED 2007/01/22 15:20:30 aw 1.13.88.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d1eb0abf30f2fc755cd6a0d3ab25ac2c8b141564]

        INTEGRATION: CWS aw033 (1.21.152); FILE MERGED 2008/06/25 13:14:51 aw 1.21.152.12: RESYNC: (1.31-1.32); FILE MERGED 2008/05/14 15:22:10 aw 1.21.152.11: RESYNC: (1.30-1.31); FILE MERGED 2008/03/14 14:43:20 cl 1.21.152.10: RESYNC: (1.29-1.30); FILE MERGED 2008/01/29 13:16:52 aw 1.21.152.9: RESYNC: (1.28-1.29); FILE MERGED 2007/12/03 16:43:58 aw 1.21.152.8: RESYNC: (1.27-1.28); FILE MERGED 2007/08/13 15:38:05 aw 1.21.152.7: #i39532# changes after resync 2007/08/09 22:35:49 aw 1.21.152.6: RESYNC: (1.24-1.27); FILE MERGED 2007/06/27 19:17:58 aw 1.21.152.5: RESYNC: (1.23-1.24); FILE MERGED 2007/05/31 14:48:49 aw 1.21.152.4: changes after resync 2007/05/24 00:08:24 aw 1.21.152.3: RESYNC: (1.22-1.23); FILE MERGED 2007/03/20 15:57:34 aw 1.21.152.2: RESYNC: (1.21-1.22); FILE MERGED 2007/01/22 15:20:30 aw 1.21.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b550e71ce1f9708e6c9c4331be165e43048b731b]

        INTEGRATION: CWS aw033 (1.44.30); FILE MERGED 2008/06/25 13:15:37 aw 1.44.30.10: RESYNC: (1.56-1.57); FILE MERGED 2008/05/14 15:22:33 aw 1.44.30.9: RESYNC: (1.55-1.56); FILE MERGED 2008/03/14 14:43:17 cl 1.44.30.8: RESYNC: (1.53-1.55); FILE MERGED 2008/01/29 13:16:49 aw 1.44.30.7: RESYNC: (1.52-1.53); FILE MERGED 2007/12/03 16:43:55 aw 1.44.30.6: RESYNC: (1.51-1.52); FILE MERGED 2007/08/09 22:35:42 aw 1.44.30.5: RESYNC: (1.48-1.51); FILE MERGED 2007/06/27 19:17:49 aw 1.44.30.4: RESYNC: (1.47-1.48); FILE MERGED 2007/05/24 00:08:18 aw 1.44.30.3: RESYNC: (1.45-1.47); FILE MERGED 2007/03/20 15:57:26 aw 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2007/01/22 15:20:29 aw 1.44.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [163e622156218cb4e6c307840587496bc4d99d43]

        INTEGRATION: CWS aw033 (1.17.150); FILE MERGED 2008/07/11 11:45:24 aw 1.17.150.7: RESYNC: (1.23-1.24); FILE MERGED 2008/06/25 13:15:29 aw 1.17.150.6: RESYNC: (1.22-1.23); FILE MERGED 2008/05/14 15:22:25 aw 1.17.150.5: RESYNC: (1.21-1.22); FILE MERGED 2008/03/14 14:43:13 cl 1.17.150.4: RESYNC: (1.20-1.21); FILE MERGED 2007/08/09 22:35:33 aw 1.17.150.3: RESYNC: (1.18-1.20); FILE MERGED 2007/03/20 15:57:16 aw 1.17.150.2: RESYNC: (1.17-1.18); FILE MERGED 2007/01/22 15:20:29 aw 1.17.150.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2305c6b0755c317f7ffe50e050d87749f00173df]

        INTEGRATION: CWS aw033 (1.29.30); FILE MERGED 2008/06/25 13:14:57 aw 1.29.30.8: RESYNC: (1.36-1.37); FILE MERGED 2008/05/14 15:22:17 aw 1.29.30.7: RESYNC: (1.35-1.36); FILE MERGED 2008/03/14 14:43:10 cl 1.29.30.6: RESYNC: (1.34-1.35); FILE MERGED 2008/02/12 11:38:08 aw 1.29.30.5: RESYNC: (1.33-1.34); FILE MERGED 2007/08/09 22:35:26 aw 1.29.30.4: RESYNC: (1.31-1.33); FILE MERGED 2007/05/24 00:08:11 aw 1.29.30.3: RESYNC: (1.30-1.31); FILE MERGED 2007/03/20 15:57:07 aw 1.29.30.2: RESYNC: (1.29-1.30); FILE MERGED 2007/01/22 15:20:29 aw 1.29.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ff19df54e4742577c8e22eab6443f6e68d2a517d]

        INTEGRATION: CWS aw033 (1.42.30); FILE MERGED 2008/07/11 11:45:38 aw 1.42.30.12: RESYNC: (1.59-1.60); FILE MERGED 2008/06/25 13:15:09 aw 1.42.30.11: RESYNC: (1.57-1.59); FILE MERGED 2008/05/14 15:22:58 aw 1.42.30.10: RESYNC: (1.56-1.57); FILE MERGED 2008/03/14 14:43:06 cl 1.42.30.9: RESYNC: (1.55-1.56); FILE MERGED 2008/02/12 11:38:05 aw 1.42.30.8: RESYNC: (1.53-1.55); FILE MERGED 2007/12/03 16:43:51 aw 1.42.30.7: RESYNC: (1.51-1.53); FILE MERGED 2007/10/08 19:10:43 aw 1.42.30.6: RESYNC: (1.50-1.51); FILE MERGED 2007/08/09 22:35:19 aw 1.42.30.5: RESYNC: (1.46-1.50); FILE MERGED 2007/06/27 19:17:32 aw 1.42.30.4: RESYNC: (1.45-1.46); FILE MERGED 2007/05/24 00:08:03 aw 1.42.30.3: RESYNC: (1.44-1.45); FILE MERGED 2007/03/20 15:56:57 aw 1.42.30.2: RESYNC: (1.42-1.44); FILE MERGED 2007/01/22 15:20:29 aw 1.42.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f10666306cf467bccec76bd26e2a7836b5ca65f7]

        INTEGRATION: CWS aw033 (1.5.152); FILE MERGED 2008/05/14 15:22:03 aw 1.5.152.3: RESYNC: (1.6-1.7); FILE MERGED 2007/03/20 15:55:09 aw 1.5.152.2: RESYNC: (1.5-1.6); FILE MERGED 2007/01/22 15:20:29 aw 1.5.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b2da43edd2acf25be77016bc21d62edb4e8c110f]

        INTEGRATION: CWS aw033 (1.66.28); FILE MERGED 2008/07/11 11:45:49 aw 1.66.28.11: RESYNC: (1.79-1.81); FILE MERGED 2008/06/25 13:15:21 aw 1.66.28.10: RESYNC: (1.77-1.79); FILE MERGED 2008/05/14 15:22:47 aw 1.66.28.9: RESYNC: (1.75-1.77); FILE MERGED 2008/03/14 14:43:02 cl 1.66.28.8: RESYNC: (1.73-1.75); FILE MERGED 2008/02/12 11:38:02 aw 1.66.28.7: RESYNC: (1.72-1.73); FILE MERGED 2008/01/29 13:16:45 aw 1.66.28.6: RESYNC: (1.71-1.72); FILE MERGED 2007/10/08 19:10:36 aw 1.66.28.5: RESYNC: (1.70-1.71); FILE MERGED 2007/08/09 22:35:10 aw 1.66.28.4: RESYNC: (1.69-1.70); FILE MERGED 2007/06/27 19:17:21 aw 1.66.28.3: RESYNC: (1.68-1.69); FILE MERGED 2007/03/20 15:55:00 aw 1.66.28.2: RESYNC: (1.66-1.68); FILE MERGED 2007/01/22 15:20:28 aw 1.66.28.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c5a5a2be2b4c30c90bbf8d0391c1f503d4508942]

        INTEGRATION: CWS aw033 (1.27.30); FILE MERGED 2008/07/11 11:45:53 aw 1.27.30.7: RESYNC: (1.34-1.35); FILE MERGED 2008/06/25 13:15:42 aw 1.27.30.6: RESYNC: (1.33-1.34); FILE MERGED 2008/05/14 15:21:59 aw 1.27.30.5: RESYNC: (1.32-1.33); FILE MERGED 2008/03/14 14:42:52 cl 1.27.30.4: RESYNC: (1.31-1.32); FILE MERGED 2007/10/08 19:10:04 aw 1.27.30.3: RESYNC: (1.30-1.31); FILE MERGED 2007/08/09 22:33:32 aw 1.27.30.2: RESYNC: (1.27-1.30); FILE MERGED 2007/01/22 15:20:28 aw 1.27.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d40e2d66341489bbd01ea973146213ef4903321e]

        INTEGRATION: CWS aw033 (1.18.152); FILE MERGED 2008/06/25 13:14:44 aw 1.18.152.6: RESYNC: (1.23-1.24); FILE MERGED 2008/05/14 15:23:44 aw 1.18.152.5: RESYNC: (1.22-1.23); FILE MERGED 2008/03/14 14:42:46 cl 1.18.152.4: RESYNC: (1.21-1.22); FILE MERGED 2007/08/09 22:33:02 aw 1.18.152.3: RESYNC: (1.20-1.21); FILE MERGED 2007/03/20 15:51:55 aw 1.18.152.2: RESYNC: (1.18-1.20); FILE MERGED 2007/01/22 15:20:28 aw 1.18.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [937c4c8b3e64a7ce1ec08a6e8bad10d9d1216ace]

        INTEGRATION: CWS aw033 (1.18.24); FILE MERGED 2008/05/14 15:23:19 aw 1.18.24.6: RESYNC: (1.22-1.23); FILE MERGED 2008/02/12 11:37:58 aw 1.18.24.5: RESYNC: (1.21-1.22); FILE MERGED 2007/10/08 19:09:48 aw 1.18.24.4: RESYNC: (1.20-1.21); FILE MERGED 2007/05/24 00:07:00 aw 1.18.24.3: RESYNC: (1.19-1.20); FILE MERGED 2007/03/20 15:51:02 aw 1.18.24.2: RESYNC: (1.18-1.19); FILE MERGED 2007/01/22 15:20:28 aw 1.18.24.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [decf8440a845ddbe9f03b0de4c36e44f307bfc5d]

        INTEGRATION: CWS aw033 (1.36.30); FILE MERGED 2008/05/14 15:23:08 aw 1.36.30.5: RESYNC: (1.39-1.40); FILE MERGED 2008/02/12 11:37:55 aw 1.36.30.4: RESYNC: (1.38-1.39); FILE MERGED 2007/10/08 19:09:31 aw 1.36.30.3: RESYNC: (1.37-1.38); FILE MERGED 2007/03/20 15:50:41 aw 1.36.30.2: RESYNC: (1.36-1.37); FILE MERGED 2007/01/22 15:20:27 aw 1.36.30.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7a9354659f2d6632c1a0f38ac2782324e9195b08]

        INTEGRATION: CWS aw033 (1.7.152); FILE MERGED 2008/05/14 15:23:25 aw 1.7.152.6: RESYNC: (1.11-1.12); FILE MERGED 2008/02/12 11:37:52 aw 1.7.152.5: RESYNC: (1.10-1.11); FILE MERGED 2007/12/03 16:43:46 aw 1.7.152.4: RESYNC: (1.9-1.10); FILE MERGED 2007/10/08 19:09:14 aw 1.7.152.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/20 15:49:07 aw 1.7.152.2: RESYNC: (1.7-1.8); FILE MERGED 2007/01/22 15:20:27 aw 1.7.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1ade3f1efb3930d2023eb0162e708ab237ac2d04]

        INTEGRATION: CWS aw033 (1.9.94); FILE MERGED 2008/06/25 13:14:39 aw 1.9.94.4: RESYNC: (1.12-1.13); FILE MERGED 2008/05/14 15:23:32 aw 1.9.94.3: RESYNC: (1.11-1.12); FILE MERGED 2007/03/20 15:46:40 aw 1.9.94.2: RESYNC: (1.9-1.11); FILE MERGED 2007/01/22 15:20:27 aw 1.9.94.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cfc61601b7c870ade7307b36ad0c5b9c919703a4]

        INTEGRATION: CWS aw033 (1.26.152); FILE MERGED 2008/05/14 15:23:13 aw 1.26.152.6: RESYNC: (1.31-1.32); FILE MERGED 2008/03/14 14:42:43 cl 1.26.152.5: RESYNC: (1.30-1.31); FILE MERGED 2008/02/12 11:37:49 aw 1.26.152.4: RESYNC: (1.29-1.30); FILE MERGED 2007/05/24 00:05:04 aw 1.26.152.3: RESYNC: (1.28-1.29); FILE MERGED 2007/03/20 15:41:58 aw 1.26.152.2: RESYNC: (1.26-1.28); FILE MERGED 2007/01/22 15:20:27 aw 1.26.152.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [28d1831d24d5c730f7fecd206370a579bc44747f]

        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>  [8797094194acced88f5c73521421798be222af0b]

        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>  [bb09a93f869cd9158d19a22a67a7c1420c07fc9b]

        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>  [07b377559f880028e9026aaa1d96ce996a44b5f3]

        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>  [5c4b09d8a87980b4ebb29c186378bf8231ac610b]

        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>  [2d246321bd4d26c1dabecc4cdda33ecd1781fcc1]

        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>  [20df3af85c1fc3004002aaeedf8a3fbcf11d7e56]

        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>  [85111806d826002dcb3f1c0b7a6f6689892d0f2d]

        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>  [8a4741c70a924411655670e0c7444bebcba71a2e]

        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>  [d2070028eb2954c5998c91a77777612c3f4402ad]

        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>  [b96c99717094a58cc674e9fd1ec8ab2f6956ef7b]

        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>  [12cbaaf06d5fd6116e4db1d6308fad10097917b1]

        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>  [65ac885c5a405b9cd7ca243dc797b10cf987c985]

        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>  [54b17afa1d7b5044f145b3fd9bc2278e063fbf80]

        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>  [3b737fff0eb32b2a05e2f9e2a40ab7e1b6320824]

        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>  [b348361887a07274969bf00e1dfe017fd936a01f]

        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>  [94891d6ee3e3c48f1866693077c47a48bee0a0dc]

        INTEGRATION: CWS aw033 (1.5.18); FILE MERGED 2008/07/10 12:45:10 aw 1.5.18.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [49e605a179a18d4caf387384d4cc58b18fdccdb8]

        INTEGRATION: CWS aw033 (1.7.20); FILE MERGED 2008/07/10 12:45:10 aw 1.7.20.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cffd2aa3032fe6e4b7d4936550579e51ad72d977]

        INTEGRATION: CWS aw033 (1.31.16); FILE MERGED 2008/07/10 12:45:10 aw 1.31.16.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [59283c57aa60218fce85ef912c43a49b6eba040c]

        INTEGRATION: CWS aw033 (1.12.18); FILE MERGED 2008/07/10 12:45:10 aw 1.12.18.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8e127f2a4d78a76924198cea62a268363647a31b]

        INTEGRATION: CWS aw033 (1.9.44); FILE MERGED 2008/05/14 15:12:58 aw 1.9.44.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/29 13:16:08 aw 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2008/01/29 11:44:11 aw 1.9.44.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [90a0f5b8fd3a5239d8dfaf9e70955b1b37109447]

        INTEGRATION: CWS aw033 (1.2.12); FILE MERGED 2008/05/14 15:12:54 aw 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/05 07:34:25 aw 1.2.12.1: #i39532# prettyprinter support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [050ad6378c87832d9fc000cc74b31d8b9744839d]

        INTEGRATION: CWS aw033 (1.16.44); FILE MERGED 2008/06/25 13:11:59 aw 1.16.44.4: RESYNC: (1.18-1.19); FILE MERGED 2008/05/14 15:13:01 aw 1.16.44.3: RESYNC: (1.17-1.18); FILE MERGED 2008/01/29 13:16:05 aw 1.16.44.2: RESYNC: (1.16-1.17); FILE MERGED 2008/01/29 11:44:11 aw 1.16.44.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e223a705fa6faa83de2a6de47b55a2102f30e69f]

        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>  [819a799b2745bef2534026c619bad6f1697e424d]

        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>  [2feb46538208cd4bf66978cfa75f6b22b1b6a83c]

        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>  [768afadbb12a7b882aef4ab60bb633721cba25e1]

        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>  [d9576c23150cf6bf91c7010359207be82c6907c8]

        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>  [80030dcfc802989023531203366bac1cd7ddbfa6]

        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>  [0e72d7f77372fec46814d2f52e36129d94b078a0]

        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>  [22b3bda0782a6ed09524c24b1c271bd89cb5880b]

        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>  [25d50d1141af84c2377e987bedf3a68f4a0f4de1]

        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>  [3e1067d8a6370f5a183116db4b4e0a196c705361]

        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>  [bf3e8bd3e2567f462b9ce4e864e94e592404ec48]

        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>  [95b3c6408c5f73d595b051f8be6fff2d49b28942]

        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>  [1b9d1e29f33af11433fa974ef65b543ccd72f0b6]

        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>  [12d0b1f8476cf330d0ff6edf9f6d561e37783435]

        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>  [2734623f4f00c2054a65c81a81309571a59a8038]

        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>  [80ff3614dc69b2bd74750ed122f19a47432b9611]

        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>  [e6f4f1d8afd5bd1fce71b1104eeb0fc5a574eaec]

        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>  [721f42d20192924380f9722516240e0aed852bb4]

        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>  [afad415c57ff1782bc33d0a5d33a982a9b9709ee]

        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>  [b16a8b25d95a6c241368dd6156281cfc48f8c4a7]

        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>  [652202c78a157b0fbc09c0db1083bef8f99ecde5]

        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>  [6fdc34a76d2e729df0919a90d248310434ed973d]

        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>  [194f54d46ae6709db8859ff812f031920e4faff2]

        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>  [b95972025cd26cf9a50d15091142c5fcccbf24c7]

        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>  [b8823de0a72436087ef036895d6c1215c6acfc16]

        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>  [c1528ac98169a3190f1795799e4973995cae0fb0]

        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>  [2eadc98640915cfc179cd725cb118d67bd4e6bd4]

        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>  [d8e0b53ae146512ecd0216414a96dbdb9629617b]

        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>  [12dd8e93f0778ba7234de516d9a5e6211e277837]

        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>  [81e9360e7e07f46cce69bb94f111220a85fd08c2]

        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>  [b72f6bfd68d9de3e252abecc630f86cb8981b6a2]

        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>  [6ed68db0c71292a1b73d062c077576c1bc6f3ce7]

        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>  [9e0fbfe5083d4bdb27352c84c32c9da57188e2c9]

        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>  [264666fa38a3d7968e5cde2459305e3cece748f7]

        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>  [6f7ebf2a3d1a86613316085eee48da75188b57c2]

        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>  [7a803628114c1e58d35318cf79de8fcb7811c122]

        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>  [1afae918137d01b6c96dd047d3074e6f8ce366c9]

        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>  [ff2cf41bb012e45c0b5dab467c90f37e4944a87e]

        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>  [bd2a1751484bf924525d59b4f57dc594b14e030b]

        INTEGRATION: CWS aw033 (1.62.84); FILE MERGED 2008/07/11 11:41:00 aw 1.62.84.5: RESYNC: (1.70-1.72); FILE MERGED 2008/06/25 13:06:56 aw 1.62.84.4: RESYNC: (1.69-1.70); FILE MERGED 2008/05/14 14:58:14 aw 1.62.84.3: RESYNC: (1.66-1.69); FILE MERGED 2008/03/14 14:28:23 cl 1.62.84.2: RESYNC: (1.62-1.66); FILE MERGED 2007/12/19 12:50:55 aw 1.62.84.1: #i39532# support primitive-based visualisation of SwDrawVirtObj

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a1820968301bdac54c65da939b644ea44d6afbdd]

        INTEGRATION: CWS aw033 (1.31.58); FILE MERGED 2008/07/10 13:18:31 aw 1.31.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1b216134c1e3f39e7ce56e6153dec2bca316135e]

        INTEGRATION: CWS aw033 (1.31.48); FILE MERGED 2008/07/10 13:18:31 aw 1.31.48.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1098e6cd8e6d6f2bf4de759cc9b33993190e1d43]

        INTEGRATION: CWS aw033 (1.14.140); FILE MERGED 2008/05/14 14:57:02 aw 1.14.140.4: RESYNC: (1.16-1.17); FILE MERGED 2007/10/08 16:26:39 aw 1.14.140.3: RESYNC: (1.15-1.16); FILE MERGED 2007/07/09 09:30:15 hbrinkm 1.14.140.2: #i79199# remove anonymous namespace 2007/07/03 16:01:25 aw 1.14.140.1: #i79081# wntmsci10 ms compiler creates errors with some anonymous namespace/template combinations together with precompiled headers. Had to name some anonymous namespaces.

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [804214d717a61b3d3b6eacd48618a88897e4100f]

        INTEGRATION: CWS aw033 (1.29.76); FILE MERGED 2008/05/14 14:57:36 aw 1.29.76.3: RESYNC: (1.30-1.31); FILE MERGED 2008/03/14 14:04:40 cl 1.29.76.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/13 08:23:19 aw 1.29.76.1: #i39532# diverse support for chart2 and OLE

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d232f72a3df8c44188d5574f43af6d687f48438]

        INTEGRATION: CWS aw033 (1.79.20); FILE MERGED 2008/07/10 13:18:31 aw 1.79.20.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:06:31 aw 1.79.20.4: RESYNC: (1.83-1.86); FILE MERGED 2008/05/14 14:57:29 aw 1.79.20.3: RESYNC: (1.82-1.83); FILE MERGED 2008/03/14 14:04:47 cl 1.79.20.2: RESYNC: (1.79-1.82); FILE MERGED 2008/03/13 08:23:18 aw 1.79.20.1: #i39532# diverse support for chart2 and OLE

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9a5a08f0352a471948f1e7c0aa901b0f3b49a034]

        INTEGRATION: CWS aw033 (1.21.38); FILE MERGED 2008/07/10 13:18:31 aw 1.21.38.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:57:32 aw 1.21.38.3: RESYNC: (1.22-1.23); FILE MERGED 2008/03/14 14:04:43 cl 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/29 10:36:15 aw 1.21.38.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bdfeef462e3afdb654ad2c83d594ee684031dec9]

        INTEGRATION: CWS aw033 (1.81.24); FILE MERGED 2008/07/15 14:28:21 aw 1.81.24.1: #i39532# changes after resync - SW problem with XDrawPage lifetime

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1e3483b2568bb5ad5939b32f0f014244ec19c26b]

        INTEGRATION: CWS aw033 (1.61.92); FILE MERGED 2008/05/14 14:57:59 aw 1.61.92.4: RESYNC: (1.63-1.64); FILE MERGED 2008/03/14 14:04:36 cl 1.61.92.3: RESYNC: (1.62-1.63); FILE MERGED 2007/10/08 16:04:26 aw 1.61.92.2: RESYNC: (1.61-1.62); FILE MERGED 2007/01/22 14:55:52 aw 1.61.92.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5250e7d9806f88ce6506baa9be2a6fd7e538ca60]

        INTEGRATION: CWS aw033 (1.9.92); FILE MERGED 2008/05/14 14:57:05 aw 1.9.92.4: RESYNC: (1.9-1.10); FILE MERGED 2008/03/13 08:23:18 aw 1.9.92.3: #i39532# diverse support for chart2 and OLE 2008/01/22 12:22:16 aw 1.9.92.2: adaptions and 1st stripping 2007/12/20 12:00:14 aw 1.9.92.1: #i39532# DoPaintObject replacements of SdrVirtObj usages

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8780c407c9cab08e4ae0e831228cbbc9027157bb]

        INTEGRATION: CWS aw033 (1.11.164); FILE MERGED 2008/05/16 13:43:58 aw 1.11.164.5: adaptions after resync 2008/05/14 14:57:23 aw 1.11.164.4: RESYNC: (1.13-1.14); FILE MERGED 2007/12/03 16:34:04 aw 1.11.164.3: RESYNC: (1.12-1.13); FILE MERGED 2007/10/08 15:36:41 aw 1.11.164.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/22 14:55:52 aw 1.11.164.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b91e2b8364174e4755c7ff9e3649c8524e2fa729]

        INTEGRATION: CWS aw033 (1.21.164); FILE MERGED 2008/05/14 14:57:20 aw 1.21.164.5: RESYNC: (1.25-1.26); FILE MERGED 2007/12/03 16:34:01 aw 1.21.164.4: RESYNC: (1.24-1.25); FILE MERGED 2007/10/08 15:36:34 aw 1.21.164.3: RESYNC: (1.23-1.24); FILE MERGED 2007/05/23 16:33:03 aw 1.21.164.2: RESYNC: (1.21-1.22); FILE MERGED 2007/01/22 14:55:51 aw 1.21.164.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dd8780c3f661439ebadaf696332794c42a7c7829]

        INTEGRATION: CWS aw033 (1.23.40); FILE MERGED 2008/07/10 13:18:31 aw 1.23.40.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:06:35 aw 1.23.40.7: RESYNC: (1.25-1.26); FILE MERGED 2008/05/14 14:57:47 aw 1.23.40.6: RESYNC: (1.24-1.25); FILE MERGED 2008/03/14 14:04:32 cl 1.23.40.5: RESYNC: (1.23-1.24); FILE MERGED 2008/03/13 08:23:17 aw 1.23.40.4: #i39532# diverse support for chart2 and OLE 2008/02/06 22:22:38 thb 1.23.40.3: #i10000# Removed extraneous qualification 2008/01/22 12:22:15 aw 1.23.40.2: adaptions and 1st stripping 2007/12/20 12:00:14 aw 1.23.40.1: #i39532# DoPaintObject replacements of SdrVirtObj usages

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [64f21a84b3aff3de7f074a5c2b899d62df532346]

        INTEGRATION: CWS aw033 (1.59.20); FILE MERGED 2008/07/21 18:30:21 aw 1.59.20.8: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:18:30 aw 1.59.20.7: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:36:36 aw 1.59.20.6: #i39532# corrections 2008/05/14 14:57:53 aw 1.59.20.5: RESYNC: (1.59-1.61); FILE MERGED 2008/04/16 05:50:20 aw 1.59.20.4: #i39532# corrected primitive creation callback 2008/02/06 22:22:38 thb 1.59.20.3: #i10000# Removed extraneous qualification 2008/01/22 12:22:15 aw 1.59.20.2: adaptions and 1st stripping 2007/12/19 12:50:43 aw 1.59.20.1: #i39532# support primitive-based visualisation of SwDrawVirtObj

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [148965c659f5ee0a8c6845299efcca2df3af60de]

        INTEGRATION: CWS aw033 (1.39.14); FILE MERGED 2008/06/25 13:06:52 aw 1.39.14.4: RESYNC: (1.41-1.42); FILE MERGED 2008/05/14 14:57:43 aw 1.39.14.3: RESYNC: (1.40-1.41); FILE MERGED 2008/03/14 14:04:29 cl 1.39.14.2: RESYNC: (1.39-1.40); FILE MERGED 2008/03/05 08:30:47 aw 1.39.14.1: #i39532# prettyprinter support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2afdcb3fc1976b55f9a07fdada86bf068faa7dec]

        INTEGRATION: CWS aw033 (1.15.164); FILE MERGED 2008/05/14 14:57:16 aw 1.15.164.4: RESYNC: (1.17-1.18); FILE MERGED 2007/10/08 15:18:20 aw 1.15.164.3: RESYNC: (1.16-1.17); FILE MERGED 2007/05/23 16:27:02 aw 1.15.164.2: RESYNC: (1.15-1.16); FILE MERGED 2007/01/22 14:55:51 aw 1.15.164.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7b77c90295d826e336307a3aafd43a4a0cf6afb3]

        INTEGRATION: CWS aw033 (1.59.40); FILE MERGED 2008/07/10 13:18:19 aw 1.59.40.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:58:06 aw 1.59.40.5: RESYNC: (1.63-1.64); FILE MERGED 2008/03/14 14:04:26 cl 1.59.40.4: RESYNC: (1.60-1.63); FILE MERGED 2008/03/13 08:23:03 aw 1.59.40.3: #i39532# diverse support for chart2 and OLE 2008/01/29 13:14:13 aw 1.59.40.2: RESYNC: (1.59-1.60); FILE MERGED 2007/12/20 12:10:09 aw 1.59.40.1: #i39532# DoPaintObject replacements of SdrVirtObj usages

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8d616f67f415603b7a9cfa7a7b6c244c5e4ca5c0]

        INTEGRATION: CWS aw033 (1.16.58); FILE MERGED 2008/07/15 14:27:51 aw 1.16.58.1: #i39532# changes after resync - SW problem with XDrawPage lifetime

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f4e00e15ffcb06dbdb5f9750280e519f7ee204ea]

        INTEGRATION: CWS aw033 (1.25.76); FILE MERGED 2008/06/24 15:36:16 aw 1.25.76.4: #i39532# corrections 2008/05/14 14:58:10 aw 1.25.76.3: RESYNC: (1.25-1.26); FILE MERGED 2008/01/22 12:22:04 aw 1.25.76.2: adaptions and 1st stripping 2007/12/19 12:50:31 aw 1.25.76.1: #i39532# support primitive-based visualisation of SwDrawVirtObj

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7d6ed23899c85500ea1952cf81a58b0fc87f1d86]

        INTEGRATION: CWS aw033 (1.43.52); FILE MERGED 2008/07/11 11:39:41 aw 1.43.52.9: RESYNC: (1.56-1.57); FILE MERGED 2008/05/14 14:49:15 aw 1.43.52.8: RESYNC: (1.53-1.56); FILE MERGED 2008/03/14 14:03:06 cl 1.43.52.7: RESYNC: (1.51-1.53); FILE MERGED 2007/06/27 15:44:09 aw 1.43.52.6: RESYNC: (1.50-1.51); FILE MERGED 2007/05/23 15:59:34 aw 1.43.52.5: RESYNC: (1.47-1.50); FILE MERGED 2007/03/20 12:27:10 aw 1.43.52.4: RESYNC: (1.46-1.47); FILE MERGED 2006/11/28 17:08:05 aw 1.43.52.3: RESYNC: (1.45-1.46); FILE MERGED 2006/09/26 16:56:34 aw 1.43.52.2: RESYNC: (1.43-1.45); FILE MERGED 2006/05/16 14:56:59 aw 1.43.52.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9b1bedfa30dc5f4fc2732c24f00987f79a38f72]

        INTEGRATION: CWS aw033 (1.57.80); FILE MERGED 2008/07/10 12:56:28 aw 1.57.80.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:51:59 aw 1.57.80.10: RESYNC: (1.68-1.70); FILE MERGED 2008/03/14 14:03:02 cl 1.57.80.9: RESYNC: (1.67-1.68); FILE MERGED 2008/01/22 12:16:43 aw 1.57.80.8: adaptions and 1st stripping 2007/08/09 15:31:05 aw 1.57.80.7: RESYNC: (1.65-1.67); FILE MERGED 2007/05/23 15:59:27 aw 1.57.80.6: RESYNC: (1.64-1.65); FILE MERGED 2007/01/19 12:43:47 aw 1.57.80.5: RESYNC: (1.62-1.64); FILE MERGED 2006/11/28 17:07:47 aw 1.57.80.4: RESYNC: (1.59-1.62); FILE MERGED 2006/09/26 16:55:55 aw 1.57.80.3: RESYNC: (1.57-1.59); FILE MERGED 2006/08/09 17:30:26 aw 1.57.80.2: #i39532# 2006/05/16 14:56:16 aw 1.57.80.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5bb6e488c308074608a7328bb0b54e058a763fd5]

        INTEGRATION: CWS aw033 (1.13.44); FILE MERGED 2008/05/14 14:52:18 aw 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2008/01/29 10:34:22 aw 1.13.44.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [885f49caffb05eb9c73cb15d4b759056ca91fa87]

        INTEGRATION: CWS aw033 (1.37.24); FILE MERGED 2008/07/10 12:56:28 aw 1.37.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c4bc3fb7247768b9610bf56d0b6b5df68a4cc155]

        INTEGRATION: CWS aw033 (1.49.18); FILE MERGED 2008/07/10 12:56:28 aw 1.49.18.26: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:04:46 aw 1.49.18.25: RESYNC: (1.64-1.65); FILE MERGED 2008/06/03 13:34:38 aw 1.49.18.24: corrections 2008/05/27 15:18:03 aw 1.49.18.23: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:52:12 aw 1.49.18.22: RESYNC: (1.62-1.64); FILE MERGED 2008/04/16 05:03:52 aw 1.49.18.21: #i39532# corrected primitive creation callback 2008/03/17 14:35:08 cl 1.49.18.20: fixed merge conflict 2008/03/14 14:02:55 cl 1.49.18.19: RESYNC: (1.59-1.62); FILE MERGED 2008/02/07 14:26:01 aw 1.49.18.18: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:34:22 aw 1.49.18.17: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.49.18.16: adaptions and 1st stripping 2007/11/07 14:42:37 aw 1.49.18.15: #i39532# committing to have a base for HDU 2007/10/02 16:58:43 aw 1.49.18.14: #i39532# RTL and BiDi support 2007/10/01 09:20:31 aw 1.49.18.13: #i39532# continued Strnig-index-len reworks for text primitives 2007/08/09 15:30:28 aw 1.49.18.12: RESYNC: (1.57-1.59); FILE MERGED 2007/08/02 11:49:34 aw 1.49.18.11: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer 2007/07/06 13:46:13 aw 1.49.18.10: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 12:26:52 aw 1.49.18.9: RESYNC: (1.56-1.57); FILE MERGED 2007/01/22 11:00:17 aw 1.49.18.8: changes after resync 2007/01/19 12:41:18 aw 1.49.18.7: RESYNC: (1.55-1.56); FILE MERGED 2006/11/28 17:05:45 aw 1.49.18.6: RESYNC: (1.51-1.55); FILE MERGED 2006/10/19 11:05:32 aw 1.49.18.5: #i39532# primitive 2006/09/26 16:53:31 aw 1.49.18.4: RESYNC: (1.49-1.51); FILE MERGED 2006/08/09 17:30:26 aw 1.49.18.3: #i39532# 2006/06/02 14:27:38 aw 1.49.18.2: #i39532# adaptions to new primitives, error corrections 2006/05/16 14:56:16 aw 1.49.18.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d638ed81da5fc402550f388b62c4a4f1575c2f8]

        INTEGRATION: CWS aw033 (1.53.24); FILE MERGED 2008/07/11 11:40:00 aw 1.53.24.2: RESYNC: (1.53-1.54); FILE MERGED 2008/07/10 12:56:28 aw 1.53.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9c94a633dfab9d66e78adf29f112547def65a4ea]

        INTEGRATION: CWS aw033 (1.53.44); FILE MERGED 2008/05/14 14:52:29 aw 1.53.44.2: RESYNC: (1.53-1.55); FILE MERGED 2007/11/27 12:04:57 aw 1.53.44.1: #i39532# usage of getDefaultSubdivision

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2573e503fee96e23a04113e56f94b19c67af422d]

        INTEGRATION: CWS aw033 (1.45.28); FILE MERGED 2008/07/10 12:56:28 aw 1.45.28.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:04:51 aw 1.45.28.5: RESYNC: (1.50-1.51); FILE MERGED 2008/05/14 14:52:22 aw 1.45.28.4: RESYNC: (1.47-1.50); FILE MERGED 2008/03/14 14:02:48 cl 1.45.28.3: RESYNC: (1.45-1.47); FILE MERGED 2008/01/29 10:34:22 aw 1.45.28.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.45.28.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eec9f89050ab3bf83638774cdc5001b86c7c3b9d]

        INTEGRATION: CWS aw033 (1.8.36); FILE MERGED 2008/05/14 14:52:25 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/29 10:34:22 aw 1.8.36.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7804384838255cfd99f8c03cc7668fbc221f37bd]

        INTEGRATION: CWS aw033 (1.19.10); FILE MERGED 2008/06/25 13:04:40 aw 1.19.10.5: RESYNC: (1.22-1.23); FILE MERGED 2008/05/14 14:52:04 aw 1.19.10.4: RESYNC: (1.20-1.22); FILE MERGED 2008/03/14 14:02:51 cl 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2008/01/29 10:34:22 aw 1.19.10.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.19.10.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5d396510b6755665d0a4ff1f22e87a0104192728]

        INTEGRATION: CWS aw033 (1.95.18); FILE MERGED 2008/07/11 11:40:28 aw 1.95.18.19: RESYNC: (1.110-1.112); FILE MERGED 2008/05/27 15:18:03 aw 1.95.18.18: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:53:29 aw 1.95.18.17: RESYNC: (1.108-1.110); FILE MERGED 2008/03/14 14:02:44 cl 1.95.18.16: RESYNC: (1.105-1.108); FILE MERGED 2008/03/06 04:39:34 aw 1.95.18.15: added support for structured pdf tags 2008/01/29 10:34:22 aw 1.95.18.14: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.95.18.13: adaptions and 1st stripping 2007/12/03 16:33:15 aw 1.95.18.12: RESYNC: (1.102-1.105); FILE MERGED 2007/08/09 15:27:50 aw 1.95.18.11: RESYNC: (1.101-1.102); FILE MERGED 2007/07/06 13:46:12 aw 1.95.18.10: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/05/23 15:52:29 aw 1.95.18.9: RESYNC: (1.100-1.101); FILE MERGED 2007/03/20 12:24:35 aw 1.95.18.8: RESYNC: (1.98-1.100); FILE MERGED 2007/01/19 12:31:06 aw 1.95.18.7: RESYNC: (1.97-1.98); FILE MERGED 2006/11/28 16:58:11 aw 1.95.18.6: RESYNC: (1.96-1.97); FILE MERGED 2006/10/19 11:05:31 aw 1.95.18.5: #i39532# primitive 2006/09/26 16:42:05 aw 1.95.18.4: RESYNC: (1.95-1.96); FILE MERGED 2006/08/09 17:30:25 aw 1.95.18.3: #i39532# 2006/06/02 14:27:37 aw 1.95.18.2: #i39532# adaptions to new primitives, error corrections 2006/05/16 14:56:16 aw 1.95.18.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [28915af2c1334fb5240b8d2c527319a725f55c8a]

        INTEGRATION: CWS aw033 (1.11.24); FILE MERGED 2008/07/10 12:56:28 aw 1.11.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a043c45820230eda733bef2289814ca3ece13727]

        INTEGRATION: CWS aw033 (1.7.36); FILE MERGED 2008/05/14 14:51:15 aw 1.7.36.2: RESYNC: (1.7-1.9); FILE MERGED 2008/01/22 12:16:42 aw 1.7.36.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [06b48beaaf4d1b084732daef5dd72b29583a0264]

        INTEGRATION: CWS aw033 (1.3.24); FILE MERGED 2008/07/11 11:40:22 aw 1.3.24.3: RESYNC: (1.3-1.5); FILE MERGED 2008/05/27 15:18:03 aw 1.3.24.2: #i39532# changes DEV300 m12 resync corrections 2008/05/16 13:06:05 aw 1.3.24.1: adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [72986334357beb4d0138c2fc6279ec84f06faf91]

        INTEGRATION: CWS aw033 (1.15.14); FILE MERGED 2008/07/10 12:56:27 aw 1.15.14.24: #i39532# XOutputDevice removed, PrepareDelete removed 2008/07/01 15:38:18 aw 1.15.14.23: #i39532# higher granularity for SDrPageObject primitives 2008/06/24 15:34:31 aw 1.15.14.22: #i39532# corrections 2008/05/27 15:18:03 aw 1.15.14.21: #i39532# changes DEV300 m12 resync corrections 2008/05/16 13:06:05 aw 1.15.14.20: adaptions after resync 2008/05/14 14:51:30 aw 1.15.14.19: RESYNC: (1.20-1.22); FILE MERGED 2008/04/16 05:03:51 aw 1.15.14.18: #i39532# corrected primitive creation callback 2008/03/14 14:02:06 cl 1.15.14.17: RESYNC: (1.19-1.20); FILE MERGED 2008/01/29 10:34:21 aw 1.15.14.16: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.15.14.15: adaptions and 1st stripping 2007/11/07 14:42:37 aw 1.15.14.14: #i39532# committing to have a base for HDU 2007/10/23 10:05:48 aw 1.15.14.13: #i39532# adapted frame around SlideNumber when excluded and shortened SlideName when space is to small 2007/10/22 10:26:50 aw 1.15.14.12: #i39523# joined #i82710# and adaptions to primitives 2007/10/16 15:49:46 aw 1.15.14.11: #i39532# Finetuning 2007/10/04 14:31:13 aw 1.15.14.10: #i39532# slightly changed to avoid zooming the preview bitmap 2007/08/09 15:27:14 aw 1.15.14.9: RESYNC: (1.18-1.19); FILE MERGED 2007/07/06 13:46:12 aw 1.15.14.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/06 12:40:29 aw 1.15.14.7: #i39532# 2007/01/19 12:21:06 aw 1.15.14.6: RESYNC: (1.17-1.18); FILE MERGED 2006/11/28 16:56:18 aw 1.15.14.5: RESYNC: (1.16-1.17); FILE MERGED 2006/11/28 11:13:41 aw 1.15.14.4: #i39532# 2006/11/09 17:04:09 aw 1.15.14.3: #i39532# Prepared PageObjectViewObjectContact for primitive usage, see comments there. 2006/09/26 16:30:06 aw 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2006/05/16 14:56:15 aw 1.15.14.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a628c45deff70f16afc187c1f1cad575a9091e28]

        INTEGRATION: CWS aw033 (1.7.46); FILE MERGED 2008/07/10 12:56:27 aw 1.7.46.7: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:34:31 aw 1.7.46.6: #i39532# corrections 2008/05/27 15:18:03 aw 1.7.46.5: #i39532# changes DEV300 m12 resync corrections 2008/05/16 13:06:05 aw 1.7.46.4: adaptions after resync 2008/05/14 14:51:19 aw 1.7.46.3: RESYNC: (1.7-1.9); FILE MERGED 2008/01/29 10:34:21 aw 1.7.46.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:42 aw 1.7.46.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a5a4749d60eb2cd7109181f262482a472b528019]

        INTEGRATION: CWS aw033 (1.22.10); FILE MERGED 2008/07/10 12:56:27 aw 1.22.10.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:05:02 aw 1.22.10.7: RESYNC: (1.27-1.28); FILE MERGED 2008/05/27 15:18:03 aw 1.22.10.6: #i39532# changes DEV300 m12 resync corrections 2008/05/16 13:06:04 aw 1.22.10.5: adaptions after resync 2008/05/14 14:51:26 aw 1.22.10.4: RESYNC: (1.23-1.27); FILE MERGED 2008/02/07 14:26:01 aw 1.22.10.3: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:34:21 aw 1.22.10.2: updated refresh for ActionChanged(), diverse removals 2007/10/22 10:26:50 aw 1.22.10.1: #i39523# joined #i82710# and adaptions to primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3368bb73896080a4242b3c0bda246e8e7e37a1be]

        INTEGRATION: CWS aw033 (1.32.24); FILE MERGED 2008/07/11 11:40:19 aw 1.32.24.2: RESYNC: (1.32-1.34); FILE MERGED 2008/07/10 12:56:27 aw 1.32.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [61a9f70ee295421bd8eb6c2f2fbd929ad408fb00]

        INTEGRATION: CWS aw033 (1.10.188); FILE MERGED 2008/07/10 12:56:27 aw 1.10.188.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 15:18:02 aw 1.10.188.11: #i39532# changes DEV300 m12 resync corrections 2008/05/16 13:06:04 aw 1.10.188.10: adaptions after resync 2008/05/14 14:51:03 aw 1.10.188.9: RESYNC: (1.11-1.13); FILE MERGED 2008/03/17 14:34:20 cl 1.10.188.8: fixed merge conflict 2008/03/14 14:02:02 cl 1.10.188.7: RESYNC: (1.10-1.11); FILE MERGED 2008/01/29 10:34:21 aw 1.10.188.6: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:41 aw 1.10.188.5: adaptions and 1st stripping 2007/10/22 10:26:50 aw 1.10.188.4: #i39523# joined #i82710# and adaptions to primitives 2007/07/06 13:46:12 aw 1.10.188.3: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/11/28 11:13:41 aw 1.10.188.2: #i39532# 2006/11/09 17:04:09 aw 1.10.188.1: #i39532# Prepared PageObjectViewObjectContact for primitive usage, see comments there.

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [edcfcb78456a1ab93882d75a357b1900ece7fb31]

        INTEGRATION: CWS aw033 (1.6.46); FILE MERGED 2008/07/10 12:56:27 aw 1.6.46.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:51:09 aw 1.6.46.3: RESYNC: (1.6-1.8); FILE MERGED 2008/01/29 10:34:21 aw 1.6.46.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:41 aw 1.6.46.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6104728bf1e8d266c1173286f767269e77ea15c2]

        INTEGRATION: CWS aw033 (1.11.36); FILE MERGED 2008/05/14 14:51:12 aw 1.11.36.2: RESYNC: (1.11-1.14); FILE MERGED 2008/01/29 10:34:21 aw 1.11.36.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d6b65dc91dd9bab14da9968d038a4b47c1c75ac1]

        INTEGRATION: CWS aw033 (1.17.24); FILE MERGED 2008/07/11 11:40:04 aw 1.17.24.3: RESYNC: (1.17-1.18); FILE MERGED 2008/07/10 12:56:27 aw 1.17.24.2: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 13:06:03 aw 1.17.24.1: adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a8f2e963c10c634d096b43eb5f6a6e3d1fe7a3a0]

        INTEGRATION: CWS aw033 (1.3.24); FILE MERGED 2008/06/25 13:04:56 aw 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/16 13:06:03 aw 1.3.24.1: adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [52a82aab57d828fa7eaeec50c14d72a96cafb509]

        INTEGRATION: CWS aw033 (1.41.36); FILE MERGED 2008/07/11 11:40:12 aw 1.41.36.5: RESYNC: (1.43-1.44); FILE MERGED 2008/07/10 12:56:26 aw 1.41.36.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 13:06:03 aw 1.41.36.3: adaptions after resync 2008/05/14 14:51:47 aw 1.41.36.2: RESYNC: (1.41-1.43); FILE MERGED 2008/01/29 10:34:21 aw 1.41.36.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [90151676f5af01153715cd81e717dee4b1fa0208]

        INTEGRATION: CWS aw033 (1.6.36); FILE MERGED 2008/05/14 14:52:38 aw 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/29 10:34:20 aw 1.6.36.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [858f0528ea4ff557e060f9027cdad924931f7535]

        INTEGRATION: CWS aw033 (1.12.40); FILE MERGED 2008/05/14 14:52:41 aw 1.12.40.2: RESYNC: (1.12-1.14); FILE MERGED 2008/01/29 10:34:20 aw 1.12.40.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b6852e623b2942d2a2d0feb6008afa59f1237e3e]

        INTEGRATION: CWS aw033 (1.7.24); FILE MERGED 2008/07/10 12:56:26 aw 1.7.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c5b5775bf193af0a63574b586c5c7b693aa83b82]

        INTEGRATION: CWS aw033 (1.25.24); FILE MERGED 2008/07/10 12:56:26 aw 1.25.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c43cc0e76f0d9fdfa4788289d164aaf3be153393]

        INTEGRATION: CWS aw033 (1.18.38); FILE MERGED 2008/06/25 13:04:34 aw 1.18.38.4: RESYNC: (1.20-1.21); FILE MERGED 2008/05/14 14:52:32 aw 1.18.38.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/14 14:01:41 cl 1.18.38.2: RESYNC: (1.18-1.19); FILE MERGED 2008/01/29 10:34:20 aw 1.18.38.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [257687a502c4be00892ae0b5ee36b91df84a0a90]

        INTEGRATION: CWS aw033 (1.13.24); FILE MERGED 2008/07/11 11:39:48 aw 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2008/07/10 12:56:26 aw 1.13.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0ef4f0ae3f42f9937b9d3d7f187f8a2801061868]

        INTEGRATION: CWS aw033 (1.26.24); FILE MERGED 2008/07/11 11:39:52 aw 1.26.24.2: RESYNC: (1.26-1.27); FILE MERGED 2008/07/10 12:56:26 aw 1.26.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2bddc3011f491e26616e0c5b2df26873672776e0]

        INTEGRATION: CWS aw033 (1.5.36); FILE MERGED 2008/05/14 14:52:35 aw 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 10:34:20 aw 1.5.36.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [46b3d50925a209465f457dc0eeadaf71fc5b00de]

        INTEGRATION: CWS aw033 (1.14.36); FILE MERGED 2008/05/14 14:49:24 aw 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2007/08/02 11:49:33 aw 1.14.36.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e3259a9ffb7e9ca0023b40d31d662d11ebab27a9]

        INTEGRATION: CWS aw033 (1.22.24); FILE MERGED 2008/07/10 12:56:26 aw 1.22.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d17100a69a5411bbea1fa4e7cacd0925d9ab1904]

        INTEGRATION: CWS aw033 (1.20.32); FILE MERGED 2008/07/10 12:56:26 aw 1.20.32.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [45dfb7d0f863cb7098ccf6aba8718749ffd8af62]

        INTEGRATION: CWS aw033 (1.17.24); FILE MERGED 2008/07/10 12:56:26 aw 1.17.24.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c5fec0345b06f65ec3b846872d261eff19c5a2c3]

        INTEGRATION: CWS aw033 (1.23.38); FILE MERGED 2008/05/14 14:50:57 aw 1.23.38.2: RESYNC: (1.23-1.25); FILE MERGED 2008/01/29 10:34:20 aw 1.23.38.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dd6085c7650bab89cee526e4d9e333f98fd7f907]

        INTEGRATION: CWS aw033 (1.27.40); FILE MERGED 2008/07/10 12:56:25 aw 1.27.40.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:50:53 aw 1.27.40.2: RESYNC: (1.27-1.28); FILE MERGED 2008/01/29 10:34:20 aw 1.27.40.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [584c143173809461a235e15d1e11bceb51aca7d1]

        INTEGRATION: CWS aw033 (1.51.10); FILE MERGED 2008/06/25 13:04:30 aw 1.51.10.4: RESYNC: (1.52-1.53); FILE MERGED 2008/05/14 14:53:19 aw 1.51.10.3: RESYNC: (1.51-1.52); FILE MERGED 2008/02/26 08:54:50 aw 1.51.10.2: removals, OLE, optimizations for primitives 2008/02/07 14:26:01 aw 1.51.10.1: stable version from working GIT repository for unxlngi6 build

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [84da0d4ffcbe53c9be7adf58b352e94f28d9ebd1]

        INTEGRATION: CWS aw033 (1.53.18); FILE MERGED 2008/07/11 11:40:34 aw 1.53.18.13: RESYNC: (1.67-1.68); FILE MERGED 2008/07/10 12:56:25 aw 1.53.18.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 13:05:09 aw 1.53.18.11: RESYNC: (1.66-1.67); FILE MERGED 2008/06/03 13:34:38 aw 1.53.18.10: corrections 2008/05/14 14:49:21 aw 1.53.18.9: RESYNC: (1.64-1.66); FILE MERGED 2008/03/14 14:01:24 cl 1.53.18.8: RESYNC: (1.62-1.64); FILE MERGED 2008/01/29 10:34:19 aw 1.53.18.7: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:16:41 aw 1.53.18.6: adaptions and 1st stripping 2007/08/09 15:12:05 aw 1.53.18.5: RESYNC: (1.59-1.62); FILE MERGED 2007/05/23 14:55:32 aw 1.53.18.4: RESYNC: (1.58-1.59); FILE MERGED 2007/01/19 11:25:42 aw 1.53.18.3: RESYNC: (1.57-1.58); FILE MERGED 2006/09/26 15:39:30 aw 1.53.18.2: RESYNC: (1.53-1.57); FILE MERGED 2006/05/16 14:56:15 aw 1.53.18.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [78f91a0677947150697df9cb4ccf5726548fb82c]

        INTEGRATION: CWS aw033 (1.5.24); FILE MERGED 2008/07/12 11:09:34 aw 1.5.24.1: #i39532# changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fc40de315f793003712aaca55485cb30d879debd]

        INTEGRATION: CWS aw033 (1.30.44); FILE MERGED 2008/05/14 14:53:43 aw 1.30.44.3: RESYNC: (1.31-1.32); FILE MERGED 2008/03/14 14:01:11 cl 1.30.44.2: RESYNC: (1.30-1.31); FILE MERGED 2008/01/22 12:16:29 aw 1.30.44.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [945dcb7f6a52a6a2464e93e50ce5edacb9920ba7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:29 cl 1.1.2.3: fixed license files 2008/07/01 15:37:54 aw 1.1.2.2: #i39532# higher granularity for SDrPageObject primitives 2007/03/21 16:10:31 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1117a34cc5aecd2282bbaf8d7b1fcb4c52ed07d9]

        INTEGRATION: CWS aw033 (1.87.28); FILE MERGED 2008/07/11 11:39:15 aw 1.87.28.9: RESYNC: (1.99-1.100); FILE MERGED 2008/06/25 13:04:11 aw 1.87.28.8: RESYNC: (1.98-1.99); FILE MERGED 2008/05/14 14:47:30 aw 1.87.28.7: RESYNC: (1.97-1.98); FILE MERGED 2008/03/14 13:56:46 cl 1.87.28.6: RESYNC: (1.93-1.97); FILE MERGED 2008/01/29 13:13:44 aw 1.87.28.5: RESYNC: (1.92-1.93); FILE MERGED 2007/12/03 16:32:53 aw 1.87.28.4: RESYNC: (1.90-1.92); FILE MERGED 2007/10/08 14:37:05 aw 1.87.28.3: RESYNC: (1.89-1.90); FILE MERGED 2007/08/09 13:54:25 aw 1.87.28.2: RESYNC: (1.87-1.89); FILE MERGED 2007/06/29 17:09:05 aw 1.87.28.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dd20eb349abb2225d8b6208c15c4c3fb1a950ac3]

        INTEGRATION: CWS aw033 (1.63.32); FILE MERGED 2008/07/11 11:38:57 aw 1.63.32.9: RESYNC: (1.100-1.109); FILE MERGED 2008/06/25 13:03:20 aw 1.63.32.8: RESYNC: (1.95-1.100); FILE MERGED 2008/05/14 14:46:22 aw 1.63.32.7: RESYNC: (1.89-1.95); FILE MERGED 2008/03/14 13:56:18 cl 1.63.32.6: RESYNC: (1.85-1.89); FILE MERGED 2008/01/29 13:13:29 aw 1.63.32.5: RESYNC: (1.81-1.85); FILE MERGED 2007/12/03 16:45:53 aw 1.63.32.4: RESYNC: (1.74-1.81); FILE MERGED 2007/10/08 19:34:10 aw 1.63.32.3: RESYNC: (1.70-1.74); FILE MERGED 2007/08/09 23:18:10 aw 1.63.32.2: RESYNC: (1.63-1.70); FILE MERGED 2007/07/04 11:28:31 aw 1.63.32.1: #i39532# added drawinglayer to install sets

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ef4df1b6788732e0f14c06f5496fd7787497aad0]

        INTEGRATION: CWS aw033 (1.244.32); FILE MERGED 2008/07/11 11:38:53 aw 1.244.32.10: RESYNC: (1.292-1.298); FILE MERGED 2008/06/25 13:03:26 aw 1.244.32.9: RESYNC: (1.286-1.292); FILE MERGED 2008/05/14 14:46:28 aw 1.244.32.8: RESYNC: (1.281-1.286); FILE MERGED 2008/03/14 13:56:13 cl 1.244.32.7: RESYNC: (1.273-1.281); FILE MERGED 2008/02/12 11:34:04 aw 1.244.32.6: RESYNC: (1.272-1.273); FILE MERGED 2008/01/29 13:13:25 aw 1.244.32.5: RESYNC: (1.265-1.272); FILE MERGED 2007/12/03 16:45:50 aw 1.244.32.4: RESYNC: (1.260-1.265); FILE MERGED 2007/10/08 19:33:12 aw 1.244.32.3: RESYNC: (1.255-1.260); FILE MERGED 2007/08/09 23:17:11 aw 1.244.32.2: RESYNC: (1.244-1.255); FILE MERGED 2007/07/04 11:28:31 aw 1.244.32.1: #i39532# added drawinglayer to install sets

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [40fc2023ff766db8e9d0069249b6194c1ed253c5]

        INTEGRATION: CWS aw033 (1.4.58); FILE MERGED 2008/05/14 14:44:41 aw 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/12 13:25:05 aw 1.4.58.1: #i39532# clipping changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e9a2a60067eebc089ea1faa0dbe18b7c17e9bb06]

        INTEGRATION: CWS aw033 (1.6.58); FILE MERGED 2008/07/11 11:38:29 aw 1.6.58.5: RESYNC: (1.7-1.8); FILE MERGED 2008/05/14 14:44:37 aw 1.6.58.4: RESYNC: (1.6-1.7); FILE MERGED 2007/12/18 15:00:24 aw 1.6.58.3: #i39532# corrected clipping changes 2007/12/12 13:25:05 aw 1.6.58.2: #i39532# clipping changes 2007/11/22 15:11:24 aw 1.6.58.1: #i39532# polygon bezier changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f7566bb05db5e490b6247fc918d4a72ca754cfdc]

        INTEGRATION: CWS aw033 (1.4.26); FILE MERGED 2008/07/11 11:38:20 aw 1.4.26.7: RESYNC: (1.7-1.8); FILE MERGED 2008/05/28 10:53:44 aw 1.4.26.6: #i39532# corrected clipping setup for slide when clipping is empty 2008/05/14 14:44:34 aw 1.4.26.5: RESYNC: (1.6-1.7); FILE MERGED 2007/12/18 15:00:24 aw 1.4.26.4: #i39532# corrected clipping changes 2007/12/12 13:25:05 aw 1.4.26.3: #i39532# clipping changes 2007/12/03 16:45:28 aw 1.4.26.2: RESYNC: (1.4-1.6); FILE MERGED 2007/11/22 15:11:24 aw 1.4.26.1: #i39532# polygon bezier changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ff3b826e6bc150b8f1caa59f349274fb73ed91e6]

        INTEGRATION: CWS aw033 (1.13.24); FILE MERGED 2008/07/11 11:38:26 aw 1.13.24.3: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 14:44:29 aw 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2007/11/22 15:11:24 aw 1.13.24.1: #i39532# polygon bezier changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [78256518234f929d9fcba7cdd40cd9393570b1bd]

        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>  [85b2b1b58c207c4d2a288a373a8cbfc907437030]

        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>  [ea9f9d55ed9f852940d3278939fef038991cc9a5]

        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>  [4e8d1f46f9b0fdf2056c6c55188cda3de47b3160]

        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>  [76e83547488444a925151d92ee8a1ed87c459182]

        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>  [c451e601e36205990faae54e20e91869c0e3a1eb]

        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>  [f0ba18667976709f428c5e7ac8b0fae7b39aa5fe]

        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>  [ab40176ef451af0fb6cf461a1f5feb026059b632]

        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>  [195274ea1f37faecd973bb4a1b4b0d9ddda58be5]

        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>  [e3cb27fb9db2a4c14e3e60c148347444ce81c24e]

        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>  [655b97d5079dbb26692a5aac67111f06fa8616ec]

        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>  [6f84ac0e57c3d1bd9d22efe95aea5d89cf8815c9]

        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>  [45a0353abe648531d6535137ac83b8212afd4086]

        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>  [9d1ddac7b8041c2945b692c42371e3f60d9c0d2a]

        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>  [d9c6350ec0a4ad36305642ad29c85cb650dac69c]

        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>  [0514562c8e6b06c45eeb25dcd8a7a7a665546330]

        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>  [02183d0b24fae1aee3fe89fa5023b497aafa6177]

        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>  [00182bc47ccdc2dde85e189403424c736641e8e1]

        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>  [4345ff22d65f3ea74e3ae0dd521f31cbae77a316]

        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>  [ce1a9b8fc4d4f9970f1465be74f1b74beac4e74c]

        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>  [394b10d8f53742a7ab87248a92c04412f5e4aa54]

        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>  [7e94b193bffe864ea6ef422708e9db307ddff1e8]

        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>  [c15b6c4ea9ceba90f6f83f646a21bad5fb8528e9]

        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>  [2bd76c3928d6250c287fb8910e8843d035100e5e]

        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>  [c0bf981dce151b8967148cee49dd3161791966b9]

        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>  [009f664a5d183cbf7a7766cd35797d090131ec30]

        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>  [b7b8e1b5405ff07b5d8e543b819dd7eeeb7d4eee]

        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>  [ba2d94d15a8ade2408bcde1c0b20307cd2efde4b]

        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>  [ca68af5c340c5c4d3d2f92f33009365b89b0a86f]

        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>  [79689a667372a320180d7d001cc3e0996c0b8968]

        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>  [28203643aaf79d4e89ce4936e9f9b788b27edbbe]

        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>  [2626bf5365efb8f9cbdbe76cfc980808ae5676e4]

        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>  [484c3ddfd5f3d9b6175ac876ee6fb8f4c77f5637]

        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>  [918160466261a2e187668a14ecdf2b72b824dd56]

        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>  [23e739928450c3079ea775cdd37f6c3ec0e0c5bf]

        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>  [1a8446d4c54fcc4aeee86fae30af581284b8aca9]

        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>  [d4692c565103deb0b4241fd87ec472dabac69c25]

        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>  [46451f0a30baf49a85c1dc845eb5fe363a118844]

        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>  [7db9f195461768420b561a43acc2a4011a51593c]

        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>  [f2e63cc81d923e144dc0cbce1ca287a3c49db6ff]

        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>  [85e5123ec89560228f528d59c2ce1336f85b5793]

        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>  [17f6923ab6dd3bf62d611be3faefa407ff032c02]

        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>  [9b47ff851d53fc8ed3f7e96363eb2777d42b43e4]

        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>  [f30136ac6caba36ae71c01ca431734d8da008811]

        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>  [5cf53d6d474e639f88d534144c041b8356905221]

        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>  [a098aebf3cef68611a9c70870d379dd01f777d82]

        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>  [80277b241e2a9dca0b202971dddc333a064e9a02]

        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>  [4becd79daa5dbd68c49009b5e6a56b0a31904220]

        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>  [c7b3a53b568a2b291688b8f087a851d5a11a7bf0]

        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>  [1c584ed09753ca4b8cb175e15c9e0ca328573705]

        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>  [f83e555c3497b6addb82b312bb22438ca433daf9]

        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>  [6f769fb8aaab1f899b3ca4551f6a8df2953cd938]

        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>  [d632aebaf9d9ef3a7cbd10ed4d5a75fbb9a76b6f]

        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>  [ee4ceae317a9c10fcc2de99300105f947645ddee]

        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>  [1ffe7384305f3f05c1d9304a1d475e0c136ce6f6]

        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>  [1ee46f27ae40fa4426476279b6771d65b7a11a5d]

        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>  [686924857ca07df414d162693f3f4c545aedeb3f]

        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>  [dde40b3c332d3b71a693436c8a473bfee8c79eb0]

        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>  [5cc5034699e98cc9d8da6d87688c0d169dbe1834]

        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>  [42b17518db1345c3640f8f73518881a6cde91074]

        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>  [7258da92c8a10a014b4c27be62dbe0bcc052559b]

        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>  [f648c637c5e63603bb41b2634be0aaf326c82540]

        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>  [8e21cb231992b9026f41e661c8b4deddee5095a6]

        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>  [56fa7423bf032d6dfcc9afb38e86c88ea73f2386]

        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>  [2aad9ba33bdd4231d7ab5c33b7f796d0cc9a9d75]

        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>  [50b7cfdc02fc1f8d6e6ae3b1ea5f595472e9babf]

        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>  [c7606873ac32b0df1d508f325e0559df00079a05]

        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>  [0bda8f02738743957e5232fd6385e01771890b1c]

        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>  [d2712327908d823ffe92fc3e5292f98c99eac648]

        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>  [859b0acf45ed7404ed18f043a1ffb2644a7f533d]

        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>  [9cac5a830433a53d7d08635dc806415541d0bfa2]

        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>  [7f962a3261fbee18eecae54db0696a984fcf0106]

        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>  [a9a5b310e2bcdfa93f9a2459f151f1bef2a5bac7]

        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>  [4a287eadb849020f5df8e1920cb1f3885cebb732]

        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>  [3a4ee04e6c5bfa775ae6884c95c5be1619e23d4c]

        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>  [c5382875b395e60a4fef1eb9f1405e07e7498565]

        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>  [f0b7207fc24c3431d1ddb386a1dc4883a81f4def]

        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>  [d7640e0135d2a69eddf1196e34c86bca62ab0e75]

        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>  [63caa885371bf27663e3f72c3e7d1507412b0354]

        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>  [99dcb98fec03edd2eb46b83d6695c457c5755287]

        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>  [40bf41abe0803614788101eaa2174fff82b410b3]

        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>  [2b094f02dfdef657319b03eac66146ccd366d139]

        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>  [9dd47e5734568dcad0a9ee58bb18a6430aaeef92]

        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>  [04d12e7a5afbb72a93d495aa7fd816ee8d26ba9a]

        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>  [cedfbe5c07a52d8241b7bc0aae6a4e1f0040e71f]

        INTEGRATION: CWS aw033 (1.98.30); FILE MERGED 2008/07/11 11:37:47 aw 1.98.30.15: RESYNC: (1.134-1.136); FILE MERGED 2008/06/25 13:02:22 aw 1.98.30.14: RESYNC: (1.133-1.134); FILE MERGED 2008/05/14 14:38:56 aw 1.98.30.13: RESYNC: (1.129-1.133); FILE MERGED 2008/03/14 13:54:53 cl 1.98.30.12: RESYNC: (1.125-1.129); FILE MERGED 2008/02/12 11:33:40 aw 1.98.30.11: RESYNC: (1.124-1.125); FILE MERGED 2008/01/29 13:12:54 aw 1.98.30.10: RESYNC: (1.122-1.124); FILE MERGED 2007/12/03 16:43:13 aw 1.98.30.9: RESYNC: (1.117-1.122); FILE MERGED 2007/08/09 21:52:45 aw 1.98.30.8: RESYNC: (1.113-1.117); FILE MERGED 2007/06/27 19:04:01 aw 1.98.30.7: RESYNC: (1.111-1.113); FILE MERGED 2007/05/23 23:32:06 aw 1.98.30.6: RESYNC: (1.109-1.111); FILE MERGED 2007/03/20 15:08:08 aw 1.98.30.5: RESYNC: (1.107-1.109); FILE MERGED 2007/01/19 11:13:10 aw 1.98.30.4: RESYNC: (1.106-1.107); FILE MERGED 2006/11/28 15:56:49 aw 1.98.30.3: RESYNC: (1.102-1.106); FILE MERGED 2006/09/26 14:31:59 aw 1.98.30.2: RESYNC: (1.98-1.102); FILE MERGED 2006/07/16 21:54:56 thb 1.98.30.1: #i65883# Added drawinglayer lib macro

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ef5d07a1fab46c208932c314dc582f7b40f949d0]

        INTEGRATION: CWS aw033 (1.8.14); FILE MERGED 2008/07/12 11:03:37 aw 1.8.14.1: #i39532# changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e453b48997184975e134b66e39e432430571dd4a]

        INTEGRATION: CWS aw033 (1.45.14); FILE MERGED 2008/05/14 13:59:24 aw 1.45.14.14: RESYNC: (1.56-1.59); FILE MERGED 2008/03/14 13:53:02 cl 1.45.14.13: RESYNC: (1.53-1.56); FILE MERGED 2008/01/22 12:30:08 aw 1.45.14.12: adaptions and 1st stripping 2007/12/03 16:41:08 aw 1.45.14.11: RESYNC: (1.52-1.53); FILE MERGED 2007/08/09 19:23:55 aw 1.45.14.10: RESYNC: (1.51-1.52); FILE MERGED 2007/06/27 18:40:17 aw 1.45.14.9: RESYNC: (1.49-1.51); FILE MERGED 2007/05/25 12:57:18 aw 1.45.14.8: changes after resync 2007/05/23 21:20:19 aw 1.45.14.7: RESYNC: (1.47-1.49); FILE MERGED 2006/11/28 19:56:48 aw 1.45.14.6: RESYNC: (1.46-1.47); FILE MERGED 2006/10/19 11:04:51 aw 1.45.14.5: #i39532# primitive 2006/08/09 17:24:43 aw 1.45.14.4: #i39532# 2006/05/12 16:19:08 aw 1.45.14.3: RESYNC: (1.45-1.46); FILE MERGED 2006/05/12 12:51:52 aw 1.45.14.2: code changes for primitive support 2005/10/28 11:39:06 aw 1.45.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a55942dfd82d1349c5f02992568a212a8c62ac92]

        INTEGRATION: CWS aw033 (1.19.58); FILE MERGED 2008/07/12 11:06:15 aw 1.19.58.2: #i39532# changes after resync 2008/07/10 13:01:00 aw 1.19.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [72b3ac6a64a199cffb75e89d71d0e9caa86c72ee]

        INTEGRATION: CWS aw033 (1.21.58); FILE MERGED 2008/07/10 13:01:00 aw 1.21.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f197f5e0ded055bca4ff385dac8133f3aec7c2af]

        INTEGRATION: CWS aw033 (1.20.58); FILE MERGED 2008/07/10 13:01:00 aw 1.20.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9d11c9cb1f9f5ce08249fd944cec98589304a402]

        INTEGRATION: CWS aw033 (1.22.58); FILE MERGED 2008/07/10 13:01:00 aw 1.22.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6cc148a890d105da77daf5f278cc64e870e65301]

        INTEGRATION: CWS aw033 (1.17.58); FILE MERGED 2008/07/10 13:01:00 aw 1.17.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e9f345d69824d2bde0d824639106828db50bd0e8]

        INTEGRATION: CWS aw033 (1.18.58); FILE MERGED 2008/07/11 11:35:23 aw 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2008/07/10 13:00:59 aw 1.18.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [99ed3cc3a6ba7fa697085d843d46f0949a81336e]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/07/10 13:00:59 aw 1.10.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6d7c9f40b1a0764ca163839102335e5ec74727ef]

        INTEGRATION: CWS aw033 (1.31.12); FILE MERGED 2008/07/10 13:00:59 aw 1.31.12.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:58 aw 1.31.12.7: RESYNC: (1.40-1.41); FILE MERGED 2007/08/09 19:21:19 aw 1.31.12.6: RESYNC: (1.38-1.40); FILE MERGED 2007/03/20 14:24:26 aw 1.31.12.5: RESYNC: (1.37-1.38); FILE MERGED 2006/12/11 17:41:00 aw 1.31.12.4: #i39532# changes after resync 2006/11/28 19:55:11 aw 1.31.12.3: RESYNC: (1.34-1.37); FILE MERGED 2006/09/26 19:57:17 aw 1.31.12.2: RESYNC: (1.31-1.34); FILE MERGED 2005/10/28 11:38:30 aw 1.31.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [999915db651158fb2016d539d7e7d5de288fb714]

        INTEGRATION: CWS aw033 (1.7.58); FILE MERGED 2008/07/10 13:00:59 aw 1.7.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2fef58dfd069d4a7c439633df65a2ea1d7043758]

        INTEGRATION: CWS aw033 (1.17.84); FILE MERGED 2008/07/10 13:00:59 aw 1.17.84.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:50 aw 1.17.84.2: RESYNC: (1.17-1.18); FILE MERGED 2007/11/19 11:26:07 aw 1.17.84.1: #i39532# Lot of changes to make polygon stuff bezier-able

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a1bb99ad4f154ca723145b3da1717df3603a636b]

        INTEGRATION: CWS aw033 (1.35.4); FILE MERGED 2008/06/25 12:56:36 aw 1.35.4.3: RESYNC: (1.36-1.37); FILE MERGED 2008/05/14 14:07:10 aw 1.35.4.2: RESYNC: (1.35-1.36); FILE MERGED 2008/03/17 16:37:09 cl 1.35.4.1: fixed merge conflict

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [550d3413f8755caddaf12f1a752c6c918038ff22]

        INTEGRATION: CWS aw033 (1.37.12); FILE MERGED 2008/07/11 11:36:12 aw 1.37.12.6: RESYNC: (1.46-1.47); FILE MERGED 2008/05/14 14:06:54 aw 1.37.12.5: RESYNC: (1.45-1.46); FILE MERGED 2008/03/14 13:52:41 cl 1.37.12.4: RESYNC: (1.43-1.45); FILE MERGED 2007/08/09 19:16:03 aw 1.37.12.3: RESYNC: (1.40-1.43); FILE MERGED 2006/11/28 19:51:26 aw 1.37.12.2: RESYNC: (1.37-1.40); FILE MERGED 2006/11/07 15:52:22 aw 1.37.12.1: #i39532# changed various aspevcts of XPrimitive2D implementations

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [08ab873417becee5254ae552cbaa09495eace58b]

        INTEGRATION: CWS aw033 (1.15.14); FILE MERGED 2008/05/27 14:50:05 aw 1.15.14.8: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:07:14 aw 1.15.14.7: RESYNC: (1.19-1.20); FILE MERGED 2007/12/03 16:41:05 aw 1.15.14.6: RESYNC: (1.18-1.19); FILE MERGED 2007/08/09 19:14:17 aw 1.15.14.5: RESYNC: (1.17-1.18); FILE MERGED 2007/06/27 18:38:15 aw 1.15.14.4: RESYNC: (1.16-1.17); FILE MERGED 2006/12/12 10:14:28 aw 1.15.14.3: #i39532# changes after resync 2006/11/28 19:50:39 aw 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/07 15:52:22 aw 1.15.14.1: #i39532# changed various aspevcts of XPrimitive2D implementations

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3652293c2b915a4a9b136914183052628917b87a]

        INTEGRATION: CWS aw033 (1.23.12); FILE MERGED 2008/07/11 11:36:16 aw 1.23.12.25: RESYNC: (1.42-1.43); FILE MERGED 2008/07/10 13:00:59 aw 1.23.12.24: #i39532# XOutputDevice removed, PrepareDelete removed 2008/07/01 15:56:19 aw 1.23.12.23: #i39532# UnoGraphicExporter problems with MPBGO which has no size when not set. Anyways, the size for MPBGO has to be taken from the Page model 2008/06/03 13:41:13 aw 1.23.12.22: corrections 2008/05/27 14:50:05 aw 1.23.12.21: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:07:06 aw 1.23.12.20: RESYNC: (1.41-1.42); FILE MERGED 2008/05/14 09:55:16 aw 1.23.12.19: #i39532# aw033 progresses from git 2008/04/16 05:30:45 aw 1.23.12.18: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/03/18 07:15:25 aw 1.23.12.17: #i39532# changes after resync 2008/03/14 13:52:36 cl 1.23.12.16: RESYNC: (1.39-1.41); FILE MERGED 2008/01/29 10:27:34 aw 1.23.12.15: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:34 aw 1.23.12.14: adaptions and 1st stripping 2007/08/09 19:13:09 aw 1.23.12.13: RESYNC: (1.37-1.39); FILE MERGED 2007/07/06 13:43:09 aw 1.23.12.12: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/06/27 18:37:55 aw 1.23.12.11: RESYNC: (1.36-1.37); FILE MERGED 2007/05/23 21:18:33 aw 1.23.12.10: RESYNC: (1.35-1.36); FILE MERGED 2007/03/20 14:23:06 aw 1.23.12.9: RESYNC: (1.34-1.35); FILE MERGED 2006/12/12 14:51:36 aw 1.23.12.8: RESYNC: (1.33-1.34); FILE MERGED 2006/11/28 19:49:50 aw 1.23.12.7: RESYNC: (1.28-1.33); FILE MERGED 2006/10/19 11:04:31 aw 1.23.12.6: #i39532# primitive 2006/09/26 19:47:22 aw 1.23.12.5: RESYNC: (1.25-1.28); FILE MERGED 2006/08/09 17:18:34 aw 1.23.12.4: #i39532# 2006/06/02 14:17:54 aw 1.23.12.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 16:15:20 aw 1.23.12.2: RESYNC: (1.23-1.25); FILE MERGED 2006/05/12 12:46:31 aw 1.23.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1af093624dd0cda6e21d63950059efe055084e12]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/07/10 13:00:59 aw 1.2.4.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:01:46 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/31 05:53:01 aw 1.2.4.1: in-between ersion of the primitive transition

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c1f8f54d38c08b557595f935985e1ce2f7eae2f1]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/05/14 14:01:38 aw 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 05:30:45 aw 1.2.4.4: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/04/08 05:53:18 aw 1.2.4.3: #i39532# table borders as primitives completed 2008/04/04 06:07:52 aw 1.2.4.2: #i39532# added primitive support for tables 2008/03/31 05:53:01 aw 1.2.4.1: in-between ersion of the primitive transition

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d4fd84f8ba563b2b9068e84892532bf19ef8d5ce]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/07/21 18:29:39 aw 1.2.4.6: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:00:58 aw 1.2.4.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:27 aw 1.2.4.4: #i39532# corrections 2008/05/14 14:01:31 aw 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:52 aw 1.2.4.2: #i39532# added primitive support for tables 2008/03/18 07:15:25 aw 1.2.4.1: #i39532# changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4450923241047c94b2b8d8b6d9b98c7c9ac69e09]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/06/25 12:56:28 aw 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/05/14 14:01:34 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:52 aw 1.2.4.1: #i39532# added primitive support for tables

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ec1a0e042da8e5a5fcc72f231f9c2974fd293814]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/06/25 12:56:24 aw 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/05/14 14:01:43 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:52 aw 1.2.4.1: #i39532# added primitive support for tables

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e180ed350b925db26f14b29bff76c8ccbbcf96f9]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/08/19 15:55:24 cl 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/05/14 14:01:50 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:52 aw 1.2.4.1: #i39532# added primitive support for tables

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [87e54e4f4c11b1c9704898825440f233e901cefb]

        INTEGRATION: CWS aw033 (1.31.84); FILE MERGED 2008/07/10 13:00:58 aw 1.31.84.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:04:44 aw 1.31.84.5: RESYNC: (1.32-1.33); FILE MERGED 2008/05/14 09:55:16 aw 1.31.84.4: #i39532# aw033 progresses from git 2008/03/14 13:52:30 cl 1.31.84.3: RESYNC: (1.31-1.32); FILE MERGED 2008/01/29 10:27:34 aw 1.31.84.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:34 aw 1.31.84.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f63b4b526ea4fafb1ddfb78597c6bf159b586e56]

        INTEGRATION: CWS aw033 (1.15.12); FILE MERGED 2008/06/25 12:57:16 aw 1.15.12.10: RESYNC: (1.27-1.28); FILE MERGED 2008/05/14 14:05:48 aw 1.15.12.9: RESYNC: (1.26-1.27); FILE MERGED 2008/03/14 13:52:25 cl 1.15.12.8: RESYNC: (1.23-1.26); FILE MERGED 2007/08/09 19:06:29 aw 1.15.12.7: RESYNC: (1.22-1.23); FILE MERGED 2007/05/23 21:13:18 aw 1.15.12.6: RESYNC: (1.20-1.22); FILE MERGED 2006/11/28 19:43:55 aw 1.15.12.5: RESYNC: (1.18-1.20); FILE MERGED 2006/09/26 19:40:23 aw 1.15.12.4: RESYNC: (1.15-1.18); FILE MERGED 2006/08/09 17:20:08 aw 1.15.12.3: #i39532# 2006/05/12 12:46:31 aw 1.15.12.2: code changes for primitive support 2005/10/28 11:40:32 aw 1.15.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f6a0667514d6a8776c53c7ec20d0ec2c2527cea6]

        INTEGRATION: CWS aw033 (1.7.30); FILE MERGED 2008/05/27 14:50:04 aw 1.7.30.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:20 aw 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/29 10:27:34 aw 1.7.30.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [39bd08518cafbe271771d18c0d8fddf02381fff9]

        INTEGRATION: CWS aw033 (1.24.10); FILE MERGED 2008/07/10 13:00:58 aw 1.24.10.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:50:04 aw 1.24.10.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:04:23 aw 1.24.10.8: RESYNC: (1.26-1.27); FILE MERGED 2008/01/29 10:27:33 aw 1.24.10.7: updated refresh for ActionChanged(), diverse removals 2007/11/27 11:59:52 aw 1.24.10.6: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:18 aw 1.24.10.5: #i39532# wntmsci10 correction 2007/09/27 16:05:52 aw 1.24.10.4: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.24.10.3: #i73860# text decomposition extrended 2007/08/09 19:06:12 aw 1.24.10.2: RESYNC: (1.24-1.26); FILE MERGED 2007/08/02 11:46:43 aw 1.24.10.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fa24272d9d9e3e79c39f699ff50a5773f18cc156]

        INTEGRATION: CWS aw033 (1.12.58); FILE MERGED 2008/05/27 14:50:04 aw 1.12.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [51db7214f74e753fa4ea06f338266d3ec30f24e3]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/07/10 13:00:58 aw 1.10.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f83aea70215276e920a4516dd8d08d8a7cf2e711]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/05/14 14:04:57 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:51 aw 1.2.4.1: #i39532# added primitive support for tables

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e8063894ddaed6343fb8cc42996be90df8bf841d]

        INTEGRATION: CWS aw033 (1.25.12); FILE MERGED 2008/07/10 13:00:58 aw 1.25.12.13: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:04:40 aw 1.25.12.12: RESYNC: (1.39-1.40); FILE MERGED 2008/02/12 11:32:31 aw 1.25.12.11: RESYNC: (1.38-1.39); FILE MERGED 2008/01/29 10:27:33 aw 1.25.12.10: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:34 aw 1.25.12.9: adaptions and 1st stripping 2007/12/03 16:41:02 aw 1.25.12.8: RESYNC: (1.37-1.38); FILE MERGED 2007/08/09 19:05:13 aw 1.25.12.7: RESYNC: (1.34-1.37); FILE MERGED 2007/03/20 14:21:10 aw 1.25.12.6: RESYNC: (1.32-1.34); FILE MERGED 2006/11/28 19:42:15 aw 1.25.12.5: RESYNC: (1.30-1.32); FILE MERGED 2006/09/27 16:41:18 aw 1.25.12.4: #i39532# changes after resync to m185 2006/09/26 19:38:50 aw 1.25.12.3: RESYNC: (1.25-1.30); FILE MERGED 2006/08/09 17:20:08 aw 1.25.12.2: #i39532# 2006/05/16 14:35:19 aw 1.25.12.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5cf6b8f53d7312d221b10e16e84086bc45c58672]

        INTEGRATION: CWS aw033 (1.60.46); FILE MERGED 2008/07/10 13:00:58 aw 1.60.46.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:50:04 aw 1.60.46.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:52 aw 1.60.46.3: RESYNC: (1.60-1.61); FILE MERGED 2008/02/26 08:40:53 aw 1.60.46.2: removals, OLE, optimizations for primitives 2008/01/29 10:27:33 aw 1.60.46.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4e38ed3216965fd31b7596b3c9ba6345cfac6a40]

        INTEGRATION: CWS aw033 (1.49.12); FILE MERGED 2008/07/12 10:57:08 aw 1.49.12.18: #i39532# changes after resync 2008/07/11 11:34:50 aw 1.49.12.17: RESYNC: (1.64-1.65); FILE MERGED 2008/07/10 13:00:58 aw 1.49.12.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:50:04 aw 1.49.12.15: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:04:49 aw 1.49.12.14: RESYNC: (1.63-1.64); FILE MERGED 2008/03/14 13:52:19 cl 1.49.12.13: RESYNC: (1.62-1.63); FILE MERGED 2008/02/12 10:42:36 aw 1.49.12.12: CVS update from internal development GIT 2008/01/22 12:29:33 aw 1.49.12.11: adaptions and 1st stripping 2007/10/08 18:08:12 aw 1.49.12.10: RESYNC: (1.61-1.62); FILE MERGED 2007/08/09 19:04:56 aw 1.49.12.9: RESYNC: (1.58-1.61); FILE MERGED 2007/07/06 13:43:08 aw 1.49.12.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/11/28 19:41:46 aw 1.49.12.7: RESYNC: (1.55-1.58); FILE MERGED 2006/10/19 11:03:52 aw 1.49.12.6: #i39532# primitive 2006/09/26 19:38:33 aw 1.49.12.5: RESYNC: (1.51-1.55); FILE MERGED 2006/08/09 17:20:07 aw 1.49.12.4: #i39532# 2006/06/02 14:17:54 aw 1.49.12.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 16:09:21 aw 1.49.12.2: RESYNC: (1.49-1.51); FILE MERGED 2006/05/12 12:46:30 aw 1.49.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1465e059c6be5157e6c3a98bba78539da8e4efff]

        INTEGRATION: CWS aw033 (1.13.12); FILE MERGED 2008/07/10 13:00:58 aw 1.13.12.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:03:14 aw 1.13.12.9: RESYNC: (1.19-1.20); FILE MERGED 2008/01/29 10:27:33 aw 1.13.12.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:33 aw 1.13.12.7: adaptions and 1st stripping 2007/08/09 19:04:49 aw 1.13.12.6: RESYNC: (1.18-1.19); FILE MERGED 2007/03/20 14:20:51 aw 1.13.12.5: RESYNC: (1.17-1.18); FILE MERGED 2006/11/28 19:41:39 aw 1.13.12.4: RESYNC: (1.16-1.17); FILE MERGED 2006/09/26 19:38:26 aw 1.13.12.3: RESYNC: (1.13-1.16); FILE MERGED 2006/05/12 12:46:30 aw 1.13.12.2: code changes for primitive support 2005/10/28 11:40:32 aw 1.13.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7212431bf21213246296c957a373002345665e1b]

        INTEGRATION: CWS aw033 (1.10.68); FILE MERGED 2008/06/25 12:57:20 aw 1.10.68.3: RESYNC: (1.11-1.12); FILE MERGED 2008/05/14 14:05:16 aw 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/07 14:14:56 aw 1.10.68.1: stable version from working GIT repository for unxlngi6 build

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a1ab12488a19711c6be01cd56c9b2a5d97e49d5b]

        INTEGRATION: CWS aw033 (1.21.12); FILE MERGED 2008/07/10 13:00:58 aw 1.21.12.13: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 10:54:57 aw 1.21.12.12: adaptions after resync 2008/05/14 14:04:05 aw 1.21.12.11: RESYNC: (1.27-1.28); FILE MERGED 2008/01/22 12:29:33 aw 1.21.12.10: adaptions and 1st stripping 2007/08/09 19:04:23 aw 1.21.12.9: RESYNC: (1.26-1.27); FILE MERGED 2007/08/07 15:47:30 aw 1.21.12.8: #i39532# include is not needed, removed 2007/08/07 15:45:55 aw 1.21.12.7: #i39532# migrated describePDFControl to toolkit 2007/03/20 14:20:43 aw 1.21.12.6: RESYNC: (1.25-1.26); FILE MERGED 2006/12/11 17:41:00 aw 1.21.12.5: #i39532# changes after resync 2006/11/28 19:41:25 aw 1.21.12.4: RESYNC: (1.24-1.25); FILE MERGED 2006/09/26 19:37:50 aw 1.21.12.3: RESYNC: (1.21-1.24); FILE MERGED 2006/08/09 17:20:07 aw 1.21.12.2: #i39532# 2006/05/12 12:46:30 aw 1.21.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6a8f72cb1bb040453de8e2594682de8db5646f88]

        INTEGRATION: CWS aw033 (1.15.84); FILE MERGED 2008/05/27 14:50:04 aw 1.15.84.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:03:20 aw 1.15.84.3: RESYNC: (1.16-1.17); FILE MERGED 2008/03/14 13:52:11 cl 1.15.84.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/29 10:27:33 aw 1.15.84.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a2d141869c39a28c439efcc6d125d79cd5f596f0]

        INTEGRATION: CWS aw033 (1.17.58); FILE MERGED 2008/05/27 14:50:03 aw 1.17.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [84c67db8ae42655c469f9abb61d1e790cc72d4d8]

        INTEGRATION: CWS aw033 (1.21.58); FILE MERGED 2008/07/21 18:29:39 aw 1.21.58.1: #i39532# changed aOutRect and bBoundRectValid

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c259bcc4f3cb9d473d1de06582e792182ce09b5a]

        INTEGRATION: CWS aw033 (1.8.58); FILE MERGED 2008/07/21 18:29:39 aw 1.8.58.1: #i39532# changed aOutRect and bBoundRectValid

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f08d91226ce16107bbb93bf8ed62a951a2fa7f52]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:30 cl 1.1.2.26: fixed license files 2008/05/27 14:50:03 aw 1.1.2.25: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:51 aw 1.1.2.24: #i39532# added primitive support for tables 2008/03/18 07:15:24 aw 1.1.2.23: #i39532# changes after resync 2008/02/07 14:14:56 aw 1.1.2.22: stable version from working GIT repository for unxlngi6 build 2007/12/13 16:45:52 aw 1.1.2.21: #i39532# AA work for unxlngi6 2007/11/19 11:26:07 aw 1.1.2.20: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:34:42 aw 1.1.2.19: #i39532# committing to have a base for HDU 2007/10/10 14:19:59 aw 1.1.2.18: changes after resync 2007/10/02 16:57:52 aw 1.1.2.17: #i39532# RTL and BiDi support 2007/10/01 09:19:46 aw 1.1.2.16: #i39532# continued Strnig-index-len reworks for text primitives 2007/08/13 15:34:34 aw 1.1.2.15: #i39532# changes after resync 2007/08/08 15:29:29 aw 1.1.2.14: #i39532# text decomposition needed spell checking knowledge to not show last decomposition 2007/08/03 10:47:48 aw 1.1.2.13: #i39532# restructured MetaFile comment reation to use TextHierarchy primitives 2007/08/02 11:46:43 aw 1.1.2.12: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer 2007/02/02 15:27:39 hdu 1.1.2.11: #i73860# get text outlines directly as B2D polygons 2007/01/23 11:12:37 aw 1.1.2.10: changes after resync 2006/12/12 10:52:46 aw 1.1.2.9: #i39532# changes after resync 2006/12/12 10:14:28 aw 1.1.2.8: #i39532# changes after resync 2006/12/11 17:41:00 aw 1.1.2.7: #i39532# changes after resync 2006/10/19 11:03:52 aw 1.1.2.6: #i39532# primitive 2006/09/27 16:41:18 aw 1.1.2.5: #i39532# changes after resync to m185 2006/08/09 17:20:07 aw 1.1.2.4: #i39532# 2006/06/02 14:17:53 aw 1.1.2.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:30 aw 1.1.2.2: code changes for primitive support 2005/10/28 11:40:08 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [741509393dbe476215ae20abcd5dc38e7bd4e813]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:30 cl 1.1.2.26: fixed license files 2008/05/27 14:50:03 aw 1.1.2.25: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:51 aw 1.1.2.24: #i39532# added primitive support for tables 2008/03/18 07:15:24 aw 1.1.2.23: #i39532# changes after resync 2008/02/07 14:14:56 aw 1.1.2.22: stable version from working GIT repository for unxlngi6 build 2007/11/20 15:46:45 aw 1.1.2.21: #i39532# adaption to TextLayouter 2007/10/10 14:19:59 aw 1.1.2.20: changes after resync 2007/10/02 16:57:52 aw 1.1.2.19: #i39532# RTL and BiDi support 2007/10/01 09:19:45 aw 1.1.2.18: #i39532# continued Strnig-index-len reworks for text primitives 2007/09/27 16:05:52 aw 1.1.2.17: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.1.2.16: #i73860# text decomposition extrended 2007/09/20 09:53:03 aw 1.1.2.15: #i39532# added Waveline support and tiled polygon 2007/08/13 15:34:34 aw 1.1.2.14: #i39532# changes after resync 2007/08/08 15:29:29 aw 1.1.2.13: #i39532# text decomposition needed spell checking knowledge to not show last decomposition 2007/08/03 10:47:48 aw 1.1.2.12: #i39532# restructured MetaFile comment reation to use TextHierarchy primitives 2007/08/02 11:46:43 aw 1.1.2.11: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer 2007/04/20 08:12:13 hdu 1.1.2.10: #i73860# allow fontcolor!=textlinecolor case for text primitives 2007/02/21 11:26:10 hdu 1.1.2.9: outline-flag is a font attribute, not a portion attribute 2007/01/23 11:12:37 aw 1.1.2.8: changes after resync 2006/12/11 17:40:59 aw 1.1.2.7: #i39532# changes after resync 2006/10/19 11:03:51 aw 1.1.2.6: #i39532# primitive 2006/08/09 17:20:06 aw 1.1.2.5: #i39532# 2006/07/16 21:50:14 thb 1.1.2.4: #i65883# Added drawinglayer to the dependency list; gcc4.x fixes - moving out temporaries into explicit local variables 2006/06/02 14:17:53 aw 1.1.2.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:30 aw 1.1.2.2: code changes for primitive support 2005/10/28 11:39:55 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bef38fc0d2d070bb52a5b933b3b0f3e333cb0117]

        INTEGRATION: CWS aw033 (1.73.12); FILE MERGED 2008/07/21 18:29:38 aw 1.73.12.20: #i39532# changed aOutRect and bBoundRectValid 2008/07/11 11:34:36 aw 1.73.12.19: RESYNC: (1.88-1.89); FILE MERGED 2008/07/10 13:00:57 aw 1.73.12.18: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:27 aw 1.73.12.17: #i39532# corrections 2008/06/05 12:55:56 aw 1.73.12.16: corrected error with BoundRect calculation when PrimitiveSequence is empty 2008/05/27 14:50:03 aw 1.73.12.15: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:13 aw 1.73.12.14: RESYNC: (1.86-1.88); FILE MERGED 2008/04/04 06:07:51 aw 1.73.12.13: #i39532# added primitive support for tables 2008/03/14 13:52:07 cl 1.73.12.12: RESYNC: (1.85-1.86); FILE MERGED 2008/02/07 14:14:56 aw 1.73.12.11: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:33 aw 1.73.12.10: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:33 aw 1.73.12.9: adaptions and 1st stripping 2007/12/03 16:40:58 aw 1.73.12.8: RESYNC: (1.84-1.85); FILE MERGED 2007/08/09 19:03:16 aw 1.73.12.7: RESYNC: (1.81-1.84); FILE MERGED 2007/05/23 21:12:44 aw 1.73.12.6: RESYNC: (1.80-1.81); FILE MERGED 2007/03/20 14:20:34 aw 1.73.12.5: RESYNC: (1.79-1.80); FILE MERGED 2006/11/28 19:40:39 aw 1.73.12.4: RESYNC: (1.76-1.79); FILE MERGED 2006/09/26 19:36:43 aw 1.73.12.3: RESYNC: (1.73-1.76); FILE MERGED 2006/05/12 12:46:29 aw 1.73.12.2: code changes for primitive support 2005/10/28 11:40:31 aw 1.73.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e8103e9da949b7e7abfefb327917414d5d6086d8]

        INTEGRATION: CWS aw033 (1.21.12); FILE MERGED 2008/07/10 13:00:57 aw 1.21.12.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:27 aw 1.21.12.11: #i39532# corrections 2008/05/14 14:05:01 aw 1.21.12.10: RESYNC: (1.29-1.30); FILE MERGED 2008/01/22 12:29:33 aw 1.21.12.9: adaptions and 1st stripping 2007/12/03 16:40:54 aw 1.21.12.8: RESYNC: (1.28-1.29); FILE MERGED 2007/11/27 11:59:52 aw 1.21.12.7: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:18 aw 1.21.12.6: #i39532# wntmsci10 correction 2007/08/09 19:03:10 aw 1.21.12.5: RESYNC: (1.27-1.28); FILE MERGED 2006/11/28 19:40:33 aw 1.21.12.4: RESYNC: (1.24-1.27); FILE MERGED 2006/09/26 19:36:36 aw 1.21.12.3: RESYNC: (1.21-1.24); FILE MERGED 2006/05/12 12:46:29 aw 1.21.12.2: code changes for primitive support 2005/10/28 11:40:31 aw 1.21.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ae5ed340b1b5f84623807eb635589e5d3f911518]

        INTEGRATION: CWS aw033 (1.28.12); FILE MERGED 2008/07/10 13:00:57 aw 1.28.12.18: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.28.12.17: #i39532# corrections 2008/05/14 14:04:19 aw 1.28.12.16: RESYNC: (1.49-1.50); FILE MERGED 2008/01/22 12:29:33 aw 1.28.12.15: adaptions and 1st stripping 2007/12/03 16:40:51 aw 1.28.12.14: RESYNC: (1.46-1.48); FILE MERGED 2007/11/27 11:59:52 aw 1.28.12.13: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:18 aw 1.28.12.12: #i39532# wntmsci10 correction 2007/11/19 11:26:07 aw 1.28.12.11: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:34:41 aw 1.28.12.10: #i39532# committing to have a base for HDU 2007/08/09 19:03:02 aw 1.28.12.9: RESYNC: (1.41-1.46); FILE MERGED 2007/05/23 21:12:38 aw 1.28.12.8: RESYNC: (1.38-1.41); FILE MERGED 2007/03/20 14:20:26 aw 1.28.12.7: RESYNC: (1.36-1.38); FILE MERGED 2007/01/19 13:21:35 aw 1.28.12.6: RESYNC: (1.35-1.36); FILE MERGED 2006/11/28 19:40:24 aw 1.28.12.5: RESYNC: (1.32-1.35); FILE MERGED 2006/09/26 19:36:29 aw 1.28.12.4: RESYNC: (1.29-1.32); FILE MERGED 2006/05/12 16:08:51 aw 1.28.12.3: RESYNC: (1.28-1.29); FILE MERGED 2006/05/12 12:46:29 aw 1.28.12.2: code changes for primitive support 2005/10/28 11:40:31 aw 1.28.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bc4b32fbd330e03f85ba68961cbe502776369d21]

        INTEGRATION: CWS aw033 (1.24.58); FILE MERGED 2008/07/10 13:00:57 aw 1.24.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7f3f4abf184697e8b0441dee33cd8c74043c3345]

        INTEGRATION: CWS aw033 (1.61.12); FILE MERGED 2008/07/10 13:00:57 aw 1.61.12.21: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 12:56:57 aw 1.61.12.20: RESYNC: (1.88-1.89); FILE MERGED 2008/05/27 14:50:03 aw 1.61.12.19: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:03:55 aw 1.61.12.18: RESYNC: (1.87-1.88); FILE MERGED 2008/03/14 13:51:49 cl 1.61.12.17: RESYNC: (1.85-1.87); FILE MERGED 2008/03/05 07:57:33 aw 1.61.12.16: #i39532# prettyprinter support 2008/02/26 08:40:53 aw 1.61.12.15: removals, OLE, optimizations for primitives 2008/02/12 11:32:27 aw 1.61.12.14: RESYNC: (1.84-1.85); FILE MERGED 2008/02/12 10:42:36 aw 1.61.12.13: CVS update from internal development GIT 2008/01/29 13:11:59 aw 1.61.12.12: RESYNC: (1.82-1.84); FILE MERGED 2008/01/22 12:29:33 aw 1.61.12.11: adaptions and 1st stripping 2007/12/03 16:40:47 aw 1.61.12.10: RESYNC: (1.80-1.82); FILE MERGED 2007/08/09 19:02:45 aw 1.61.12.9: RESYNC: (1.78-1.80); FILE MERGED 2007/06/27 18:37:11 aw 1.61.12.8: RESYNC: (1.77-1.78); FILE MERGED 2007/05/23 21:12:31 aw 1.61.12.7: RESYNC: (1.76-1.77); FILE MERGED 2007/01/19 13:21:15 aw 1.61.12.6: RESYNC: (1.74-1.76); FILE MERGED 2006/11/28 19:39:54 aw 1.61.12.5: RESYNC: (1.70-1.74); FILE MERGED 2006/09/26 19:36:10 aw 1.61.12.4: RESYNC: (1.67-1.70); FILE MERGED 2006/05/12 16:08:28 aw 1.61.12.3: RESYNC: (1.61-1.67); FILE MERGED 2006/05/12 12:46:29 aw 1.61.12.2: code changes for primitive support 2005/10/28 11:40:30 aw 1.61.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d496de7187a63333b01f56b199584112bd7caa9c]

        INTEGRATION: CWS aw033 (1.8.84); FILE MERGED 2008/05/14 14:05:43 aw 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/22 12:29:33 aw 1.8.84.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [768bcb64ee4b1a8c233402431b99872284f16fc1]

        INTEGRATION: CWS aw033 (1.23.12); FILE MERGED 2008/07/21 18:29:38 aw 1.23.12.13: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:00:57 aw 1.23.12.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.23.12.11: #i39532# corrections 2008/05/14 14:03:49 aw 1.23.12.10: RESYNC: (1.33-1.34); FILE MERGED 2008/03/14 13:51:41 cl 1.23.12.9: RESYNC: (1.32-1.33); FILE MERGED 2008/01/22 12:29:33 aw 1.23.12.8: adaptions and 1st stripping 2007/12/03 16:40:43 aw 1.23.12.7: RESYNC: (1.31-1.32); FILE MERGED 2007/08/09 19:02:29 aw 1.23.12.6: RESYNC: (1.30-1.31); FILE MERGED 2007/05/23 21:12:25 aw 1.23.12.5: RESYNC: (1.29-1.30); FILE MERGED 2006/11/28 19:39:47 aw 1.23.12.4: RESYNC: (1.26-1.29); FILE MERGED 2006/09/26 19:35:51 aw 1.23.12.3: RESYNC: (1.23-1.26); FILE MERGED 2006/05/12 12:46:29 aw 1.23.12.2: code changes for primitive support 2005/10/28 11:40:30 aw 1.23.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d42d487daf5771ac143161584f2d43debaf4bd2d]

        INTEGRATION: CWS aw033 (1.27.12); FILE MERGED 2008/07/10 13:00:57 aw 1.27.12.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:50:02 aw 1.27.12.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:23 aw 1.27.12.8: RESYNC: (1.36-1.37); FILE MERGED 2007/08/09 19:02:15 aw 1.27.12.7: RESYNC: (1.35-1.36); FILE MERGED 2007/03/20 14:20:08 aw 1.27.12.6: RESYNC: (1.34-1.35); FILE MERGED 2007/01/19 13:21:08 aw 1.27.12.5: RESYNC: (1.33-1.34); FILE MERGED 2006/11/28 19:39:33 aw 1.27.12.4: RESYNC: (1.30-1.33); FILE MERGED 2006/09/26 19:35:37 aw 1.27.12.3: RESYNC: (1.27-1.30); FILE MERGED 2006/05/12 12:46:29 aw 1.27.12.2: code changes for primitive support 2005/10/28 11:40:29 aw 1.27.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bbbbd1d0d75df2432ff0d68300c2d235229a807d]

        INTEGRATION: CWS aw033 (1.67.12); FILE MERGED 2008/07/10 13:00:57 aw 1.67.12.13: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:04:31 aw 1.67.12.12: RESYNC: (1.82-1.83); FILE MERGED 2008/02/12 10:42:35 aw 1.67.12.11: CVS update from internal development GIT 2008/01/22 12:29:32 aw 1.67.12.10: adaptions and 1st stripping 2007/12/03 16:40:40 aw 1.67.12.9: RESYNC: (1.81-1.82); FILE MERGED 2007/08/09 19:02:06 aw 1.67.12.8: RESYNC: (1.79-1.81); FILE MERGED 2007/05/23 21:12:19 aw 1.67.12.7: RESYNC: (1.78-1.79); FILE MERGED 2007/01/19 13:21:01 aw 1.67.12.6: RESYNC: (1.77-1.78); FILE MERGED 2006/11/28 19:39:26 aw 1.67.12.5: RESYNC: (1.74-1.77); FILE MERGED 2006/09/26 19:35:30 aw 1.67.12.4: RESYNC: (1.69-1.74); FILE MERGED 2006/05/12 16:08:19 aw 1.67.12.3: RESYNC: (1.67-1.69); FILE MERGED 2006/05/12 12:46:28 aw 1.67.12.2: code changes for primitive support 2005/10/28 11:40:28 aw 1.67.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [051cc226613ab68ae27e55d8228f83dddba803ee]

        INTEGRATION: CWS aw033 (1.34.12); FILE MERGED 2008/07/21 18:29:38 aw 1.34.12.14: #i39532# changed aOutRect and bBoundRectValid 2008/07/11 11:34:56 aw 1.34.12.13: RESYNC: (1.43-1.44); FILE MERGED 2008/07/10 13:00:57 aw 1.34.12.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.34.12.11: #i39532# corrections 2008/05/14 14:03:31 aw 1.34.12.10: RESYNC: (1.42-1.43); FILE MERGED 2008/01/22 12:29:32 aw 1.34.12.9: adaptions and 1st stripping 2007/12/03 16:40:37 aw 1.34.12.8: RESYNC: (1.41-1.42); FILE MERGED 2007/11/27 11:59:52 aw 1.34.12.7: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:18 aw 1.34.12.6: #i39532# wntmsci10 correction 2007/08/09 19:01:59 aw 1.34.12.5: RESYNC: (1.40-1.41); FILE MERGED 2006/11/28 19:39:19 aw 1.34.12.4: RESYNC: (1.37-1.40); FILE MERGED 2006/09/26 19:35:22 aw 1.34.12.3: RESYNC: (1.34-1.37); FILE MERGED 2006/05/12 12:46:28 aw 1.34.12.2: code changes for primitive support 2005/10/28 11:40:28 aw 1.34.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c566857c4da4e2cdf089e1d735b0d5cc0d4940d8]

        INTEGRATION: CWS aw033 (1.24.12); FILE MERGED 2008/07/21 18:29:38 aw 1.24.12.15: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:00:57 aw 1.24.12.14: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.24.12.13: #i39532# corrections 2008/05/14 14:04:27 aw 1.24.12.12: RESYNC: (1.35-1.36); FILE MERGED 2008/01/22 12:29:32 aw 1.24.12.11: adaptions and 1st stripping 2007/12/03 16:40:34 aw 1.24.12.10: RESYNC: (1.34-1.35); FILE MERGED 2007/11/27 11:59:51 aw 1.24.12.9: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:18 aw 1.24.12.8: #i39532# wntmsci10 correction 2007/08/09 19:01:52 aw 1.24.12.7: RESYNC: (1.32-1.34); FILE MERGED 2007/05/23 21:12:12 aw 1.24.12.6: RESYNC: (1.31-1.32); FILE MERGED 2007/03/20 14:19:59 aw 1.24.12.5: RESYNC: (1.30-1.31); FILE MERGED 2006/11/28 19:39:12 aw 1.24.12.4: RESYNC: (1.27-1.30); FILE MERGED 2006/09/26 19:35:15 aw 1.24.12.3: RESYNC: (1.24-1.27); FILE MERGED 2006/05/12 12:46:28 aw 1.24.12.2: code changes for primitive support 2005/10/28 11:40:27 aw 1.24.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [531a63cf15443f617d90ed450e3ad6ac62e2fd75]

        INTEGRATION: CWS aw033 (1.20.12); FILE MERGED 2008/07/21 18:29:38 aw 1.20.12.11: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:00:56 aw 1.20.12.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.20.12.9: #i39532# corrections 2008/05/14 14:06:00 aw 1.20.12.8: RESYNC: (1.28-1.29); FILE MERGED 2008/01/22 12:29:32 aw 1.20.12.7: adaptions and 1st stripping 2007/08/09 19:01:45 aw 1.20.12.6: RESYNC: (1.27-1.28); FILE MERGED 2007/03/20 14:19:51 aw 1.20.12.5: RESYNC: (1.26-1.27); FILE MERGED 2006/11/28 19:38:51 aw 1.20.12.4: RESYNC: (1.23-1.26); FILE MERGED 2006/09/26 19:35:09 aw 1.20.12.3: RESYNC: (1.20-1.23); FILE MERGED 2006/05/12 12:46:28 aw 1.20.12.2: code changes for primitive support 2005/10/28 11:40:27 aw 1.20.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2630bfc2932202025cc127d48a43c47dcc90f58b]

        INTEGRATION: CWS aw033 (1.76.12); FILE MERGED 2008/08/19 15:55:41 cl 1.76.12.27: RESYNC: (1.97-1.98); FILE MERGED 2008/07/21 18:29:38 aw 1.76.12.26: #i39532# changed aOutRect and bBoundRectValid 2008/07/11 11:35:12 aw 1.76.12.25: RESYNC: (1.96-1.97); FILE MERGED 2008/07/10 13:00:56 aw 1.76.12.24: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:26 aw 1.76.12.23: #i39532# corrections 2008/06/03 13:41:12 aw 1.76.12.22: corrections 2008/05/27 14:50:02 aw 1.76.12.21: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:04:01 aw 1.76.12.20: RESYNC: (1.95-1.96); FILE MERGED 2008/04/16 05:30:45 aw 1.76.12.19: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/03/14 13:51:34 cl 1.76.12.18: RESYNC: (1.93-1.95); FILE MERGED 2008/02/12 10:42:35 aw 1.76.12.17: CVS update from internal development GIT 2008/02/07 14:14:55 aw 1.76.12.16: stable version from working GIT repository for unxlngi6 build 2008/01/31 10:32:12 aw 1.76.12.15: warning free changes due to unxlngi6 2008/01/29 10:27:33 aw 1.76.12.14: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:32 aw 1.76.12.13: adaptions and 1st stripping 2007/12/12 13:26:44 aw 1.76.12.12: #i39532# clipping changes 2007/12/03 16:40:30 aw 1.76.12.11: RESYNC: (1.92-1.93); FILE MERGED 2007/11/27 11:59:51 aw 1.76.12.10: #i39532# added GetRange() to B2DPolygon 2007/10/08 18:08:04 aw 1.76.12.9: RESYNC: (1.91-1.92); FILE MERGED 2007/08/09 19:01:38 aw 1.76.12.8: RESYNC: (1.88-1.91); FILE MERGED 2007/03/20 14:19:42 aw 1.76.12.7: RESYNC: (1.86-1.88); FILE MERGED 2007/01/19 13:20:54 aw 1.76.12.6: RESYNC: (1.85-1.86); FILE MERGED 2006/11/28 19:38:44 aw 1.76.12.5: RESYNC: (1.82-1.85); FILE MERGED 2006/09/26 19:35:02 aw 1.76.12.4: RESYNC: (1.78-1.82); FILE MERGED 2006/05/12 16:08:09 aw 1.76.12.3: RESYNC: (1.76-1.78); FILE MERGED 2006/05/12 12:46:27 aw 1.76.12.2: code changes for primitive support 2005/10/28 11:40:26 aw 1.76.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [341cf98effdd8452fe9a4a108165728c75a64842]

        INTEGRATION: CWS aw033 (1.50.84); FILE MERGED 2008/07/10 13:00:56 aw 1.50.84.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:25 aw 1.50.84.3: #i39532# corrections 2008/05/14 14:05:56 aw 1.50.84.2: RESYNC: (1.50-1.51); FILE MERGED 2008/01/22 12:29:32 aw 1.50.84.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [44e804bd479a7b69962b7366577c04692e61214a]

        INTEGRATION: CWS aw033 (1.23.12); FILE MERGED 2008/08/19 15:55:37 cl 1.23.12.19: RESYNC: (1.50-1.51); FILE MERGED 2008/07/21 18:29:38 aw 1.23.12.18: #i39532# changed aOutRect and bBoundRectValid 2008/07/11 11:34:31 aw 1.23.12.17: RESYNC: (1.49-1.50); FILE MERGED 2008/07/10 13:00:56 aw 1.23.12.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:25 aw 1.23.12.15: #i39532# corrections 2008/05/27 14:50:02 aw 1.23.12.14: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:08 aw 1.23.12.13: RESYNC: (1.47-1.49); FILE MERGED 2008/03/14 13:51:23 cl 1.23.12.12: RESYNC: (1.46-1.47); FILE MERGED 2008/01/22 12:29:31 aw 1.23.12.11: adaptions and 1st stripping 2007/12/03 16:40:26 aw 1.23.12.10: RESYNC: (1.45-1.46); FILE MERGED 2007/08/09 19:01:21 aw 1.23.12.9: RESYNC: (1.40-1.45); FILE MERGED 2007/05/23 21:11:54 aw 1.23.12.8: RESYNC: (1.39-1.40); FILE MERGED 2007/03/20 14:19:33 aw 1.23.12.7: RESYNC: (1.38-1.39); FILE MERGED 2007/01/19 13:20:48 aw 1.23.12.6: RESYNC: (1.37-1.38); FILE MERGED 2006/11/28 19:38:27 aw 1.23.12.5: RESYNC: (1.34-1.37); FILE MERGED 2006/09/26 19:34:44 aw 1.23.12.4: RESYNC: (1.30-1.34); FILE MERGED 2006/05/12 16:07:41 aw 1.23.12.3: RESYNC: (1.23-1.30); FILE MERGED 2006/05/12 12:46:27 aw 1.23.12.2: code changes for primitive support 2005/10/28 11:40:26 aw 1.23.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0f7c727d0dce8e61b53da18a4baa3531b9c9b81c]

        INTEGRATION: CWS aw033 (1.75.66); FILE MERGED 2008/07/11 11:35:02 aw 1.75.66.6: RESYNC: (1.79-1.81); FILE MERGED 2008/07/10 13:00:56 aw 1.75.66.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:50:01 aw 1.75.66.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:03:25 aw 1.75.66.3: RESYNC: (1.78-1.79); FILE MERGED 2008/03/14 13:51:09 cl 1.75.66.2: RESYNC: (1.75-1.78); FILE MERGED 2008/02/26 08:40:53 aw 1.75.66.1: removals, OLE, optimizations for primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [804702f2a82a73f4d72779039ae1c5e9491d5ca2]

        INTEGRATION: CWS aw033 (1.6.58); FILE MERGED 2008/05/27 14:50:01 aw 1.6.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [17356540ac1f8a1b4381641800b090e4c430aef1]

        INTEGRATION: CWS aw033 (1.15.58); FILE MERGED 2008/05/27 14:50:01 aw 1.15.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [46b832f2b06711d3cc291557021150a541149012]

        INTEGRATION: CWS aw033 (1.15.84); FILE MERGED 2008/05/27 14:50:01 aw 1.15.84.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:03:37 aw 1.15.84.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/22 12:29:31 aw 1.15.84.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8b5b1daab3f89fbac3f7fbe145e78c022737e644]

        INTEGRATION: CWS aw033 (1.28.42); FILE MERGED 2008/07/11 11:34:41 aw 1.28.42.6: RESYNC: (1.32-1.33); FILE MERGED 2008/05/27 14:50:01 aw 1.28.42.5: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:05:33 aw 1.28.42.4: RESYNC: (1.31-1.32); FILE MERGED 2008/03/14 13:51:03 cl 1.28.42.3: RESYNC: (1.29-1.31); FILE MERGED 2008/01/29 13:11:56 aw 1.28.42.2: RESYNC: (1.28-1.29); FILE MERGED 2007/12/17 10:22:20 aw 1.28.42.1: #i39532# minor primitive corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0c75ea164cbaff6fc31ed5e3bc95f706455365d4]

        INTEGRATION: CWS aw033 (1.12.84); FILE MERGED 2008/05/14 14:05:40 aw 1.12.84.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/22 12:29:31 aw 1.12.84.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e3828a384cb3d745466eae05b21f80ec9eda1a80]

        INTEGRATION: CWS aw033 (1.159.54); FILE MERGED 2008/07/11 11:34:23 aw 1.159.54.3: RESYNC: (1.161-1.163); FILE MERGED 2008/06/25 12:57:10 aw 1.159.54.2: RESYNC: (1.159-1.161); FILE MERGED 2008/05/27 14:50:01 aw 1.159.54.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [710c32c439732dbef80b702e7c9ef0b5fdcb6430]

        INTEGRATION: CWS aw033 (1.19.58); FILE MERGED 2008/07/11 11:34:45 aw 1.19.58.2: RESYNC: (1.19-1.20); FILE MERGED 2008/05/27 14:50:01 aw 1.19.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [df9b89cbab850426423eee4dff785c3f937e76f5]

        INTEGRATION: CWS aw033 (1.32.22); FILE MERGED 2008/05/14 14:05:27 aw 1.32.22.3: RESYNC: (1.33-1.34); FILE MERGED 2008/03/14 13:50:55 cl 1.32.22.2: RESYNC: (1.32-1.33); FILE MERGED 2008/02/12 10:42:35 aw 1.32.22.1: CVS update from internal development GIT

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ab318b77c3e15787ab27841df27605ca95ebd6cf]

        INTEGRATION: CWS aw033 (1.49.238); FILE MERGED 2008/07/10 13:00:56 aw 1.49.238.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/25 12:57:25 aw 1.49.238.15: RESYNC: (1.60-1.61); FILE MERGED 2008/05/27 15:53:47 aw 1.49.238.14: #i39532# changes DEV300 m12 resync corrections 2008/05/27 14:50:01 aw 1.49.238.13: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:04:54 aw 1.49.238.12: RESYNC: (1.59-1.60); FILE MERGED 2008/03/18 07:15:24 aw 1.49.238.11: #i39532# changes after resync 2008/03/14 13:50:51 cl 1.49.238.10: RESYNC: (1.58-1.59); FILE MERGED 2008/02/07 14:14:55 aw 1.49.238.9: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:33 aw 1.49.238.8: updated refresh for ActionChanged(), diverse removals 2007/12/03 16:40:21 aw 1.49.238.7: RESYNC: (1.57-1.58); FILE MERGED 2007/08/09 18:58:29 aw 1.49.238.6: RESYNC: (1.56-1.57); FILE MERGED 2007/05/23 21:10:43 aw 1.49.238.5: RESYNC: (1.55-1.56); FILE MERGED 2007/01/19 13:19:55 aw 1.49.238.4: RESYNC: (1.54-1.55); FILE MERGED 2006/11/28 19:35:33 aw 1.49.238.3: RESYNC: (1.51-1.54); FILE MERGED 2006/09/26 19:32:20 aw 1.49.238.2: RESYNC: (1.49-1.51); FILE MERGED 2006/05/16 14:35:18 aw 1.49.238.1: handish adaptions after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [195d21d6cc1746578844ebac4cd26d665dc4241f]

        INTEGRATION: CWS aw033 (1.32.44); FILE MERGED 2008/05/27 14:50:00 aw 1.32.44.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:05 aw 1.32.44.3: RESYNC: (1.32-1.33); FILE MERGED 2007/12/18 15:13:16 aw 1.32.44.2: #i39532# remove unecessary curve segments when combining objects 2007/12/12 13:26:44 aw 1.32.44.1: #i39532# clipping changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [526fb1417f1a6d4d108d809148757cfcb96ec5a3]

        INTEGRATION: CWS aw033 (1.29.44); FILE MERGED 2008/05/14 14:04:10 aw 1.29.44.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/22 12:29:31 aw 1.29.44.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0b2b5d859432fb22c5ec8926b3b9d8b8c9f2c3eb]

        INTEGRATION: CWS aw033 (1.24.58); FILE MERGED 2008/07/10 13:00:56 aw 1.24.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f1a283cd8aa6f1401e7e62cd1acd2f61ac377415]

        INTEGRATION: CWS aw033 (1.21.42); FILE MERGED 2008/07/10 13:00:56 aw 1.21.42.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:04:35 aw 1.21.42.4: RESYNC: (1.25-1.26); FILE MERGED 2008/03/14 13:50:42 cl 1.21.42.3: RESYNC: (1.22-1.25); FILE MERGED 2007/12/03 16:40:14 aw 1.21.42.2: RESYNC: (1.21-1.22); FILE MERGED 2007/11/19 11:26:07 aw 1.21.42.1: #i39532# Lot of changes to make polygon stuff bezier-able

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0af625644cb5c57c8ac322340495de7859ce0c59]

        INTEGRATION: CWS aw033 (1.20.58); FILE MERGED 2008/07/11 11:35:20 aw 1.20.58.2: RESYNC: (1.20-1.21); FILE MERGED 2008/07/10 13:00:56 aw 1.20.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1b3551a91bad0adcbd2e4fffed1c34a376f11b9d]

        INTEGRATION: CWS aw033 (1.27.14); FILE MERGED 2008/07/10 13:00:55 aw 1.27.14.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:03:41 aw 1.27.14.3: RESYNC: (1.27-1.28); FILE MERGED 2008/04/16 05:30:45 aw 1.27.14.2: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/22 12:29:31 aw 1.27.14.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [344ef4c914ed7ecbbff7f3b42c67bea4079d7259]

        INTEGRATION: CWS aw033 (1.34.58); FILE MERGED 2008/05/27 14:50:00 aw 1.34.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f3758441ec9c5709f0aa91de09cd80163841a647]

        INTEGRATION: CWS aw033 (1.8.84); FILE MERGED 2008/07/10 13:00:55 aw 1.8.84.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:25 aw 1.8.84.9: #i39532# corrections 2008/06/03 13:41:12 aw 1.8.84.8: corrections 2008/05/27 14:50:00 aw 1.8.84.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:03:45 aw 1.8.84.6: RESYNC: (1.9-1.10); FILE MERGED 2008/04/16 05:30:45 aw 1.8.84.5: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/26 08:40:53 aw 1.8.84.4: removals, OLE, optimizations for primitives 2008/01/29 10:27:33 aw 1.8.84.3: updated refresh for ActionChanged(), diverse removals 2007/12/03 16:40:17 aw 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2007/11/07 14:34:41 aw 1.8.84.1: #i39532# committing to have a base for HDU

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [261bae6fcc4a935196c3b3a202d00a74a557aef5]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/07/10 13:00:55 aw 1.10.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e0bc4a1531b575d4a2e94a405e541b644b872154]

        INTEGRATION: CWS aw033 (1.3.44); FILE MERGED 2008/05/14 14:03:34 aw 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/17 10:22:20 aw 1.3.44.1: #i39532# minor primitive corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4f7dff79b3083b2a882ecf6f517e2e2f5ed19540]

        INTEGRATION: CWS aw033 (1.16.14); FILE MERGED 2008/05/14 14:03:16 aw 1.16.14.11: RESYNC: (1.25-1.26); FILE MERGED 2008/03/14 13:50:37 cl 1.16.14.10: RESYNC: (1.24-1.25); FILE MERGED 2008/03/05 07:57:33 aw 1.16.14.9: #i39532# prettyprinter support 2008/01/29 13:11:53 aw 1.16.14.8: RESYNC: (1.23-1.24); FILE MERGED 2008/01/22 12:29:31 aw 1.16.14.7: adaptions and 1st stripping 2007/08/09 18:56:04 aw 1.16.14.6: RESYNC: (1.22-1.23); FILE MERGED 2007/06/27 18:36:43 aw 1.16.14.5: RESYNC: (1.21-1.22); FILE MERGED 2006/12/12 10:52:46 aw 1.16.14.4: #i39532# changes after resync 2006/11/28 19:33:21 aw 1.16.14.3: RESYNC: (1.19-1.21); FILE MERGED 2006/09/26 19:30:20 aw 1.16.14.2: RESYNC: (1.16-1.19); FILE MERGED 2005/10/28 11:40:25 aw 1.16.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3d5a6a8d1c5046b441c26a01358116e12038616b]

        INTEGRATION: CWS aw033 (1.6.14); FILE MERGED 2008/05/14 14:05:36 aw 1.6.14.11: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 07:15:24 aw 1.6.14.10: #i39532# changes after resync 2008/03/14 13:50:21 cl 1.6.14.9: RESYNC: (1.14-1.15); FILE MERGED 2008/01/22 12:29:31 aw 1.6.14.8: adaptions and 1st stripping 2007/11/19 11:26:07 aw 1.6.14.7: #i39532# Lot of changes to make polygon stuff bezier-able 2007/08/09 18:55:39 aw 1.6.14.6: RESYNC: (1.13-1.14); FILE MERGED 2007/03/20 14:17:20 aw 1.6.14.5: RESYNC: (1.12-1.13); FILE MERGED 2006/11/28 19:32:49 aw 1.6.14.4: RESYNC: (1.10-1.12); FILE MERGED 2006/09/26 19:29:51 aw 1.6.14.3: RESYNC: (1.7-1.10); FILE MERGED 2006/05/12 16:03:57 aw 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 12:46:27 aw 1.6.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [51a64aefcd8052e12c383c796fbc8e366a8d62ab]

        INTEGRATION: CWS aw033 (1.17.56); FILE MERGED 2008/06/25 12:27:26 aw 1.17.56.2: RESYNC: (1.17-1.18); FILE MERGED 2008/05/27 14:50:00 aw 1.17.56.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [93f44a2ea7c206ade1eabaaead89a68f4942ba5e]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:30 cl 1.1.2.10: fixed license files 2008/05/27 14:50:00 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/03/19 04:33:36 aw 1.1.2.8: #i39532# chart adaptions for 3D 2008/03/13 08:56:12 aw 1.1.2.7: #i39532# chart improvements 2007/08/13 15:34:34 aw 1.1.2.6: #i39532# changes after resync 2006/10/19 11:00:09 aw 1.1.2.5: #i39532# primitive 2006/09/27 16:41:05 aw 1.1.2.4: #i39532# changes after resync to m185 2006/08/09 17:15:56 aw 1.1.2.3: #i39532# 2006/05/16 14:35:18 aw 1.1.2.2: handish adaptions after resync 2006/05/12 12:35:17 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e1ce038595bb42ee825175a7fa937dd6ebd6d418]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:30 cl 1.1.2.3: fixed license files 2006/10/19 11:00:09 aw 1.1.2.2: #i39532# primitive 2006/05/12 12:35:26 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0b63aaabe014415197c24d9ba3a8b455dab85564]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:30 cl 1.1.2.16: fixed license files 2008/07/21 18:29:37 aw 1.1.2.15: #i39532# changed aOutRect and bBoundRectValid 2008/06/24 15:42:25 aw 1.1.2.14: #i39532# corrections 2008/06/03 13:41:12 aw 1.1.2.13: corrections 2008/05/27 14:50:00 aw 1.1.2.12: #i39532# changes DEV300 m12 resync corrections 2008/04/16 05:30:44 aw 1.1.2.11: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/04/04 06:07:50 aw 1.1.2.10: #i39532# added primitive support for tables 2008/03/18 07:15:24 aw 1.1.2.9: #i39532# changes after resync 2008/02/07 14:13:23 aw 1.1.2.8: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:31 aw 1.1.2.7: adaptions and 1st stripping 2007/08/13 15:34:34 aw 1.1.2.6: #i39532# changes after resync 2007/08/08 15:29:28 aw 1.1.2.5: #i39532# text decomposition needed spell checking knowledge to not show last decomposition 2007/08/03 10:47:48 aw 1.1.2.4: #i39532# restructured MetaFile comment reation to use TextHierarchy primitives 2007/03/06 12:39:33 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:53 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [318da0d881b059392159b58a51f216b3c03b6edd]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.8: fixed license files 2008/05/27 14:49:59 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.6: #i39532# added primitive support for tables 2007/03/06 12:39:33 aw 1.1.2.5: #i39532# 2007/01/25 12:48:34 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:56 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:50 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5ff3e6be3cabc2d6a495acde64caa5cf88c13b63]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.8: fixed license files 2008/05/27 14:49:59 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.6: #i39532# added primitive support for tables 2007/03/06 12:39:33 aw 1.1.2.5: #i39532# 2007/01/25 12:48:33 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:56 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:52 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1f52c91b7ed8563929a053c20d17e318bca71c7b]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.5: fixed license files 2008/06/03 13:41:12 aw 1.1.2.4: corrections 2008/05/27 14:49:59 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:52 aw 1.1.2.2: removals, OLE, optimizations for primitives 2007/03/06 12:38:31 aw 1.1.2.1: #i39532

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b760df032acbe7f4495ce5a47687821f700dc24c]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.9: fixed license files 2008/05/27 14:49:59 aw 1.1.2.8: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.7: #i39532# added primitive support for tables 2008/02/07 14:13:23 aw 1.1.2.6: stable version from working GIT repository for unxlngi6 build 2007/11/19 11:26:07 aw 1.1.2.5: #i39532# Lot of changes to make polygon stuff bezier-able 2007/03/06 12:39:32 aw 1.1.2.4: #i39532# 2006/11/28 11:17:55 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:52 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [69c2b9642c34fe487130ec01bc7be32ee359c083]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.10: fixed license files 2008/05/27 14:49:59 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.8: #i39532# added primitive support for tables 2007/03/06 12:39:32 aw 1.1.2.7: #i39532# 2007/02/02 15:18:32 aw 1.1.2.6: #i39532# 2007/01/25 12:48:33 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/12 10:14:27 aw 1.1.2.4: #i39532# changes after resync 2006/11/28 11:17:55 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:52 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bc41681502e31358402507507dc2b28eaf00d910]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.10: fixed license files 2008/05/27 14:49:59 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.8: #i39532# added primitive support for tables 2007/11/07 14:34:33 aw 1.1.2.7: #i39532# committing to have a base for HDU 2007/03/06 12:39:32 aw 1.1.2.6: #i39532# 2007/02/02 15:18:31 aw 1.1.2.5: #i39532# 2007/01/25 12:48:33 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:55 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:51 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5a315228074455c975d00b10e6fca6f1c2f3cdb9]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.9: fixed license files 2008/05/27 14:49:59 aw 1.1.2.8: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:50 aw 1.1.2.7: #i39532# added primitive support for tables 2008/02/07 14:13:23 aw 1.1.2.6: stable version from working GIT repository for unxlngi6 build 2007/11/19 11:26:07 aw 1.1.2.5: #i39532# Lot of changes to make polygon stuff bezier-able 2007/11/07 14:34:33 aw 1.1.2.4: #i39532# committing to have a base for HDU 2007/08/13 15:34:33 aw 1.1.2.3: #i39532# changes after resync 2007/03/06 12:39:31 aw 1.1.2.2: #i39532# 2006/10/19 10:57:53 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8500e4fd75373dd655139166a6cbcd93d16596ba]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.8: fixed license files 2008/05/27 14:49:59 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:49 aw 1.1.2.6: #i39532# added primitive support for tables 2007/03/06 12:39:31 aw 1.1.2.5: #i39532# 2007/01/25 12:48:33 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:55 aw 1.1.2.3: #i39532# 2006/11/07 15:52:21 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:51 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4409b6caba015d95993829ecb789a767bde9b1d8]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.8: fixed license files 2008/05/27 14:49:59 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:49 aw 1.1.2.6: #i39532# added primitive support for tables 2007/03/06 12:39:30 aw 1.1.2.5: #i39532# 2007/01/25 12:48:33 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:55 aw 1.1.2.3: #i39532# 2006/11/07 15:52:20 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:57:51 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5c8aa16b9507eff2cca8e5dbc5e99593216c6375]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.14: fixed license files 2008/07/10 13:00:55 aw 1.1.2.13: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:59 aw 1.1.2.12: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:16 aw 1.1.2.11: #i39532# aw033 progresses from git 2008/04/04 06:07:49 aw 1.1.2.10: #i39532# added primitive support for tables 2008/03/18 07:15:24 aw 1.1.2.9: #i39532# changes after resync 2007/11/07 14:34:33 aw 1.1.2.8: #i39532# committing to have a base for HDU 2007/10/16 15:49:12 aw 1.1.2.7: #i39532# Finetuning 2007/08/13 15:34:33 aw 1.1.2.6: #i39532# changes after resync 2007/07/06 13:43:08 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/12/12 10:52:46 aw 1.1.2.4: #i39532# changes after resync 2006/12/12 10:14:27 aw 1.1.2.3: #i39532# changes after resync 2006/12/11 17:40:59 aw 1.1.2.2: #i39532# changes after resync 2006/10/19 10:57:53 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [18cb4e55fa1a39ab3d59c6f19721caa6b8a86930]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.7: fixed license files 2008/05/27 14:49:59 aw 1.1.2.6: #i39532# changes DEV300 m12 resync corrections 2007/10/08 09:23:22 aw 1.1.2.5: #i39532# modification for unxlngi6 build 2007/08/13 15:34:33 aw 1.1.2.4: #i39532# changes after resync 2007/07/06 13:43:08 aw 1.1.2.3: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/12/12 10:14:27 aw 1.1.2.2: #i39532# changes after resync 2006/11/07 15:51:52 aw 1.1.2.1: #i39532# added implementation of XPrimitiveFactory2D

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [17e858c070d35aa5b4e02547e5875e3f71217b83]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.4: fixed license files 2007/03/06 12:39:30 aw 1.1.2.3: #i39532# 2006/11/07 15:52:20 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:58:04 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4c0d7d31c4077309055176ac9a956844ba6dd496]

        INTEGRATION: CWS aw033 (1.5.68); FILE MERGED 2008/07/10 13:00:55 aw 1.5.68.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:00:08 aw 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 10:27:32 aw 1.5.68.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [305d419092e6b85c5d0626ad79aaa635a63a9941]

        INTEGRATION: CWS aw033 (1.3.10); FILE MERGED 2008/05/14 13:59:59 aw 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/19 11:26:06 aw 1.3.10.1: #i39532# Lot of changes to make polygon stuff bezier-able

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a742f1a9697c70d1b69f35cb1fbf18841e9ad702]

        INTEGRATION: CWS aw033 (1.3.10); FILE MERGED 2008/05/14 14:00:02 aw 1.3.10.4: RESYNC: (1.4-1.5); FILE MERGED 2008/03/14 13:50:17 cl 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/17 10:22:19 aw 1.3.10.2: #i39532# minor primitive corrections 2007/11/07 14:34:33 aw 1.3.10.1: #i39532# committing to have a base for HDU

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [833dd86b7cbd1d1409a13f49f7c622a217f152d1]

        INTEGRATION: CWS aw033 (1.9.46); FILE MERGED 2008/05/14 13:59:52 aw 1.9.46.3: RESYNC: (1.9-1.10); FILE MERGED 2007/12/13 16:45:52 aw 1.9.46.2: #i39532# AA work for unxlngi6 2007/12/12 13:26:44 aw 1.9.46.1: #i39532# clipping changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [df1a2751f47070cc503f4df2168433b5f4d31acc]

        INTEGRATION: CWS aw033 (1.2.30); FILE MERGED 2008/06/26 16:30:17 aw 1.2.30.8: corrections after resync 2008/05/27 14:49:59 aw 1.2.30.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:05 aw 1.2.30.6: RESYNC: (1.5-1.6); FILE MERGED 2007/12/12 13:26:44 aw 1.2.30.5: #i39532# clipping changes 2007/11/20 10:21:39 aw 1.2.30.4: #i39532# corrected animated overlay initialisation 2007/08/09 18:49:11 aw 1.2.30.3: RESYNC: (1.3-1.5); FILE MERGED 2006/12/12 14:48:26 aw 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2006/12/11 17:40:59 aw 1.2.30.1: #i39532# changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d3f128c16f2dd2cf08d457e1b00864fb7f78071a]

        INTEGRATION: CWS aw033 (1.3.10); FILE MERGED 2008/05/14 13:59:55 aw 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/17 10:22:19 aw 1.3.10.1: #i39532# minor primitive corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [58267b8a45ddfee56d4ad5d9c82c8ebcff2857c1]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/27 14:49:59 aw 1.3.16.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:01:24 aw 1.3.16.8: RESYNC: (1.4-1.5); FILE MERGED 2008/01/22 12:29:31 aw 1.3.16.7: adaptions and 1st stripping 2007/07/06 13:43:08 aw 1.3.16.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:59:17 aw 1.3.16.5: #i39532# primitive 2006/09/26 19:22:43 aw 1.3.16.4: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 17:12:26 aw 1.3.16.3: #i39532# 2006/06/02 14:17:51 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:24 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a2cfa00a2e9efb75d56480cdd03abb14188dd3ef]

        INTEGRATION: CWS aw033 (1.5.10); FILE MERGED 2008/07/10 13:00:55 aw 1.5.10.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/03 13:41:12 aw 1.5.10.15: corrections 2008/05/16 10:54:56 aw 1.5.10.14: adaptions after resync 2008/05/14 14:00:54 aw 1.5.10.13: RESYNC: (1.15-1.17); FILE MERGED 2008/04/16 05:30:44 aw 1.5.10.12: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/29 10:27:32 aw 1.5.10.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:31 aw 1.5.10.10: adaptions and 1st stripping 2007/12/03 16:40:11 aw 1.5.10.9: RESYNC: (1.13-1.15); FILE MERGED 2007/10/16 15:49:11 aw 1.5.10.8: #i39532# Finetuning 2007/10/15 16:37:30 aw 1.5.10.7: #i39532# finetuning 2007/10/08 18:06:32 aw 1.5.10.6: RESYNC: (1.12-1.13); FILE MERGED 2007/08/09 18:48:13 aw 1.5.10.5: RESYNC: (1.10-1.12); FILE MERGED 2007/08/07 15:45:41 aw 1.5.10.4: #i39532# migrated describePDFControl to toolkit 2007/05/23 21:08:24 aw 1.5.10.3: RESYNC: (1.9-1.10); FILE MERGED 2007/03/20 14:16:15 aw 1.5.10.2: RESYNC: (1.5-1.9); FILE MERGED 2007/03/06 12:39:29 aw 1.5.10.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [15a458d8ff314ef1d99cd7a21dba7e32adc4eed0]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.19: fixed license files 2008/06/03 13:41:12 aw 1.1.2.18: corrections 2008/05/27 14:49:58 aw 1.1.2.17: #i39532# changes DEV300 m12 resync corrections 2008/04/16 05:30:44 aw 1.1.2.16: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/26 08:40:52 aw 1.1.2.15: removals, OLE, optimizations for primitives 2008/02/07 14:13:23 aw 1.1.2.14: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:32 aw 1.1.2.13: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:31 aw 1.1.2.12: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.11: #i39532# changes after resync 2007/07/06 13:43:08 aw 1.1.2.10: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:06 aw 1.1.2.9: #i39532# change 3D scene content generation to be usable from API implementation, too 2007/01/23 10:46:32 aw 1.1.2.8: changes after resync 2007/01/22 17:43:13 aw 1.1.2.7: changes after resync 2006/12/11 17:40:59 aw 1.1.2.6: #i39532# changes after resync 2006/11/28 11:17:54 aw 1.1.2.5: #i39532# 2006/10/19 10:59:17 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:26 aw 1.1.2.3: #i39532# 2006/06/02 14:17:51 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:41:50 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4e67b877b35d127de848085afd9d6a6112d22567]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.12: fixed license files 2008/06/03 13:41:12 aw 1.1.2.11: corrections 2008/05/27 14:49:58 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/03/13 08:22:28 aw 1.1.2.9: #i39532# diverse support for chart2 2008/03/06 07:19:10 aw 1.1.2.8: 3i39532# added OLE shading support for OLE Icon and direct embedded modes to visualize outplace edited OLEs 2008/03/05 07:57:32 aw 1.1.2.7: #i39532# prettyprinter support 2008/02/26 08:40:52 aw 1.1.2.6: removals, OLE, optimizations for primitives 2008/02/12 10:42:35 aw 1.1.2.5: CVS update from internal development GIT 2008/01/22 12:29:30 aw 1.1.2.4: adaptions and 1st stripping 2007/01/23 10:46:32 aw 1.1.2.3: changes after resync 2006/08/09 17:12:26 aw 1.1.2.2: #i39532# 2006/05/12 12:41:26 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d64a24edd7d7535864810ddea985d2eea3a968d7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.11: fixed license files 2008/06/03 13:41:12 aw 1.1.2.10: corrections 2008/05/27 14:49:58 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/01/29 10:27:32 aw 1.1.2.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.1.2.7: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.6: #i39532# changes after resync 2007/01/23 10:46:32 aw 1.1.2.5: changes after resync 2006/10/19 10:59:17 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:26 aw 1.1.2.3: #i39532# 2006/06/02 14:17:51 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:41:16 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c50ff15e344d89b84dcc5031c96968c5b111279f]

        INTEGRATION: CWS aw033 (1.7.12); FILE MERGED 2008/07/10 13:00:55 aw 1.7.12.15: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:58 aw 1.7.12.14: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:57 aw 1.7.12.13: RESYNC: (1.14-1.15); FILE MERGED 2008/03/14 13:50:13 cl 1.7.12.12: RESYNC: (1.13-1.14); FILE MERGED 2008/01/22 12:29:30 aw 1.7.12.11: adaptions and 1st stripping 2007/08/09 18:48:06 aw 1.7.12.10: RESYNC: (1.11-1.13); FILE MERGED 2007/07/06 13:43:08 aw 1.7.12.9: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 14:16:07 aw 1.7.12.8: RESYNC: (1.10-1.11); FILE MERGED 2007/03/06 12:39:29 aw 1.7.12.7: #i39532# 2006/12/11 17:40:58 aw 1.7.12.6: #i39532# changes after resync 2006/11/28 19:25:15 aw 1.7.12.5: RESYNC: (1.9-1.10); FILE MERGED 2006/10/19 10:59:17 aw 1.7.12.4: #i39532# primitive 2006/09/26 19:22:36 aw 1.7.12.3: RESYNC: (1.7-1.9); FILE MERGED 2006/08/09 17:12:26 aw 1.7.12.2: #i39532# 2006/05/12 12:46:24 aw 1.7.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [822bd208672f1a8f594e05ef4dce2a93f5add1b7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.15: fixed license files 2008/07/10 13:00:55 aw 1.1.2.14: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:24 aw 1.1.2.13: #i39532# corrections 2008/06/03 13:41:12 aw 1.1.2.12: corrections 2008/05/27 14:49:58 aw 1.1.2.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:15 aw 1.1.2.10: #i39532# aw033 progresses from git 2008/04/16 05:30:44 aw 1.1.2.9: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:35 aw 1.1.2.8: CVS update from internal development GIT 2008/02/07 14:13:23 aw 1.1.2.7: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:32 aw 1.1.2.6: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.1.2.5: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.4: #i39532# changes after resync 2007/07/06 13:43:08 aw 1.1.2.3: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:32 aw 1.1.2.2: changes after resync 2006/11/28 11:17:05 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [79a6c7602b306e2db4485ff8a096b93b9c2a404e]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.5: fixed license files 2008/06/03 13:41:12 aw 1.1.2.4: corrections 2008/05/27 14:49:58 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2008/02/07 14:13:23 aw 1.1.2.2: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:28:48 aw 1.1.2.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [58c1a8c0393e0d24945539c57b96f849b5866dbe]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.13: fixed license files 2008/05/27 14:49:58 aw 1.1.2.12: #i39532# changes DEV300 m12 resync corrections 2008/02/07 14:13:23 aw 1.1.2.11: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:32 aw 1.1.2.10: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.1.2.9: adaptions and 1st stripping 2007/07/06 13:43:08 aw 1.1.2.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:06 aw 1.1.2.7: #i39532# change 3D scene content generation to be usable from API implementation, too 2007/01/23 10:46:32 aw 1.1.2.6: changes after resync 2006/12/11 17:40:58 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:16 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:26 aw 1.1.2.3: #i39532# 2006/06/02 14:17:51 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:41:05 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2f182a9afce4bece886f9d61398234224c34423a]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:29 cl 1.1.2.9: fixed license files 2008/07/10 13:00:55 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:58 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:52 aw 1.1.2.6: removals, OLE, optimizations for primitives 2008/02/07 14:13:23 aw 1.1.2.5: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:30 aw 1.1.2.4: adaptions and 1st stripping 2007/01/23 10:46:32 aw 1.1.2.3: changes after resync 2006/08/09 17:12:26 aw 1.1.2.2: #i39532# 2006/05/12 12:40:55 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [58ba15ca8cb7433dfb70b3694edc57d27c89453d]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/05/27 14:49:58 aw 1.1.2.11: #i39532# changes DEV300 m12 resync corrections 2008/03/05 07:57:32 aw 1.1.2.10: #i39532# prettyprinter support 2008/01/22 12:29:30 aw 1.1.2.9: adaptions and 1st stripping 2007/07/06 13:43:08 aw 1.1.2.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 18:25:46 aw 1.1.2.7: #i39532# reorganized marker primitives to reduce count 2007/01/25 12:47:05 aw 1.1.2.6: #i39532# change 3D scene content generation to be usable from API implementation, too 2007/01/23 10:46:31 aw 1.1.2.5: changes after resync 2006/11/28 11:17:54 aw 1.1.2.4: #i39532# 2006/11/07 15:52:20 aw 1.1.2.3: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:59:16 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:11:42 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [64b83cd554fc0c8cdbd209e93ad5b01d7e1a79f7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/06/24 15:42:24 aw 1.1.2.11: #i39532# corrections 2008/06/10 09:31:40 aw 1.1.2.10: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:49:58 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:30 aw 1.1.2.8: adaptions and 1st stripping 2007/07/06 13:43:08 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:05 aw 1.1.2.6: #i39532# change 3D scene content generation to be usable from API implementation, too 2007/01/23 10:46:31 aw 1.1.2.5: changes after resync 2006/11/28 11:17:54 aw 1.1.2.4: #i39532# 2006/11/07 15:52:20 aw 1.1.2.3: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:59:16 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:11:51 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3f068bf340ac22929a04529f5158fd2f6d8711d9]

        INTEGRATION: CWS aw033 (1.9.14); FILE MERGED 2008/07/10 13:00:55 aw 1.9.14.27: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:24 aw 1.9.14.26: #i39532# corrections 2008/05/27 14:49:58 aw 1.9.14.25: #i39532# changes DEV300 m12 resync corrections 2008/05/16 10:54:56 aw 1.9.14.24: adaptions after resync 2008/05/14 14:01:05 aw 1.9.14.23: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 09:55:15 aw 1.9.14.22: #i39532# aw033 progresses from git 2008/04/16 05:30:44 aw 1.9.14.21: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:35 aw 1.9.14.20: CVS update from internal development GIT 2008/02/07 14:13:23 aw 1.9.14.19: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:32 aw 1.9.14.18: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.9.14.17: adaptions and 1st stripping 2007/10/04 12:21:08 aw 1.9.14.16: #i39532# to make graphic animations work i needed to expand AnimatedExtractingProcessor2D to also process PRIMITIVE2D_ID_GRAPHICPRIMITIVE2D which produces the animation infos 2007/08/09 18:47:52 aw 1.9.14.15: RESYNC: (1.13-1.14); FILE MERGED 2007/07/06 13:43:08 aw 1.9.14.14: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/06 12:39:28 aw 1.9.14.13: #i39532# 2007/01/25 18:25:45 aw 1.9.14.12: #i39532# reorganized marker primitives to reduce count 2007/01/25 12:47:05 aw 1.9.14.11: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/12 10:14:27 aw 1.9.14.10: #i39532# changes after resync 2006/12/11 17:40:58 aw 1.9.14.9: #i39532# changes after resync 2006/11/28 19:25:07 aw 1.9.14.8: RESYNC: (1.12-1.13); FILE MERGED 2006/11/07 15:52:20 aw 1.9.14.7: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:59:16 aw 1.9.14.6: #i39532# primitive 2006/09/26 19:22:22 aw 1.9.14.5: RESYNC: (1.9-1.12); FILE MERGED 2006/08/09 17:12:25 aw 1.9.14.4: #i39532# 2006/06/02 14:17:51 aw 1.9.14.3: #i39532# adaptions to new primitives, error corrections 2006/05/19 09:52:59 aw 1.9.14.2: #i39532# smooting of 3d 2006/05/12 12:46:24 aw 1.9.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ec1b8c04f152a7c8c0dc06ab90e284ec267ddbfe]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/14 14:01:08 aw 1.3.16.10: RESYNC: (1.5-1.6); FILE MERGED 2008/01/22 12:29:30 aw 1.3.16.9: adaptions and 1st stripping 2007/12/19 12:41:12 aw 1.3.16.8: #i39532# made ViewContactOfSdrObj a exported symbol 2007/08/09 18:47:34 aw 1.3.16.7: RESYNC: (1.4-1.5); FILE MERGED 2007/07/06 13:43:08 aw 1.3.16.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:59:16 aw 1.3.16.5: #i39532# primitive 2006/09/26 19:22:04 aw 1.3.16.4: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 17:12:25 aw 1.3.16.3: #i39532# 2006/06/02 14:17:51 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:24 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [96ad80e885e9083459d496433eaabfbcb1bbc342]

        INTEGRATION: CWS aw033 (1.1.4); FILE MERGED 2008/05/27 14:49:58 aw 1.1.4.17: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:48 aw 1.1.4.16: RESYNC: (1.9-1.11); FILE MERGED 2008/02/12 11:32:24 aw 1.1.4.15: RESYNC: (1.8-1.9); FILE MERGED 2008/02/12 10:42:35 aw 1.1.4.14: CVS update from internal development GIT 2008/01/29 10:27:32 aw 1.1.4.13: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.1.4.12: adaptions and 1st stripping 2007/10/15 16:37:30 aw 1.1.4.11: #i39532# finetuning 2007/08/09 18:47:27 aw 1.1.4.10: RESYNC: (1.6-1.8); FILE MERGED 2007/07/06 13:43:08 aw 1.1.4.9: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 14:15:59 aw 1.1.4.8: RESYNC: (1.4-1.6); FILE MERGED 2007/03/06 12:39:28 aw 1.1.4.7: #i39532# 2007/01/23 10:46:31 aw 1.1.4.6: changes after resync 2006/12/13 10:21:45 aw 1.1.4.5: #i39532# use correct verion from previously added file 2006/12/12 16:30:38 hr 1.1.4.4: RESYNC; 2006/12/11 17:40:58 aw 1.1.4.3: #i39532# changes after resync 2006/10/19 10:59:16 aw 1.1.4.2: #i39532# primitive 2006/08/09 17:12:11 aw 1.1.4.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ad19535a68180d409116e1f364366e3a8f73e8b7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.11: fixed license files 2008/05/27 14:49:58 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:49 aw 1.1.2.9: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.8: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.7: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:31 aw 1.1.2.5: changes after resync 2006/10/19 10:59:15 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:25 aw 1.1.2.3: #i39532# 2006/06/02 14:17:50 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:40:45 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [830ca6c0e72683064589b4a6563d78384ddd21b1]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/05/27 14:49:58 aw 1.1.2.11: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:49 aw 1.1.2.10: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.9: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:31 aw 1.1.2.6: changes after resync 2006/12/11 17:40:58 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:15 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:25 aw 1.1.2.3: #i39532# 2006/06/02 14:17:50 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:40:35 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6b56233add2f9de9bed705af3b142fafa5feb542]

        INTEGRATION: CWS aw033 (1.14.14); FILE MERGED 2008/05/27 14:49:58 aw 1.14.14.17: #i39532# changes DEV300 m12 resync corrections 2008/05/16 10:54:56 aw 1.14.14.16: adaptions after resync 2008/05/14 14:00:27 aw 1.14.14.15: RESYNC: (1.22-1.23); FILE MERGED 2008/01/29 10:27:32 aw 1.14.14.14: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.14.14.13: adaptions and 1st stripping 2007/08/09 18:47:10 aw 1.14.14.12: RESYNC: (1.20-1.21); FILE MERGED 2007/07/06 13:43:07 aw 1.14.14.11: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/19 13:19:09 aw 1.14.14.10: RESYNC: (1.19-1.20); FILE MERGED 2006/12/11 17:40:58 aw 1.14.14.9: #i39532# changes after resync 2006/11/28 19:24:51 aw 1.14.14.8: RESYNC: (1.17-1.19); FILE MERGED 2006/10/19 10:59:15 aw 1.14.14.7: #i39532# primitive 2006/09/26 19:21:47 aw 1.14.14.6: RESYNC: (1.15-1.17); FILE MERGED 2006/08/09 17:12:25 aw 1.14.14.5: #i39532# 2006/06/02 14:17:50 aw 1.14.14.4: #i39532# adaptions to new primitives, error corrections 2006/05/16 14:35:18 aw 1.14.14.3: handish adaptions after resync 2006/05/12 16:02:08 aw 1.14.14.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 12:46:23 aw 1.14.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dcc77796859d3aec76952a70a6f23c8f2910cb79]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.13: fixed license files 2008/06/03 13:41:11 aw 1.1.2.12: corrections 2008/05/27 14:49:58 aw 1.1.2.11: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:52 aw 1.1.2.10: removals, OLE, optimizations for primitives 2008/01/22 12:29:30 aw 1.1.2.9: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/06 12:39:27 aw 1.1.2.6: #i39532# 2007/01/23 10:46:31 aw 1.1.2.5: changes after resync 2006/10/19 10:59:15 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:25 aw 1.1.2.3: #i39532# 2006/06/02 14:17:50 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:40:24 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5e87186829e4e00fdee5e8c08da58304c7f01ccb]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/27 14:49:58 aw 1.3.16.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:01:18 aw 1.3.16.10: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 06:07:49 aw 1.3.16.9: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.3.16.8: adaptions and 1st stripping 2007/08/09 18:47:04 aw 1.3.16.7: RESYNC: (1.4-1.5); FILE MERGED 2007/07/06 13:43:07 aw 1.3.16.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:59:15 aw 1.3.16.5: #i39532# primitive 2006/09/26 19:21:40 aw 1.3.16.4: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 17:12:25 aw 1.3.16.3: #i39532# 2006/06/02 14:17:50 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:23 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3a3cad9efa8bce1fa6d728ee36aa00b0e56afc08]

        INTEGRATION: CWS aw033 (1.12.14); FILE MERGED 2008/05/16 10:54:56 aw 1.12.14.15: adaptions after resync 2008/05/14 14:00:34 aw 1.12.14.14: RESYNC: (1.20-1.21); FILE MERGED 2008/01/22 12:29:30 aw 1.12.14.13: adaptions and 1st stripping 2007/12/03 16:40:08 aw 1.12.14.12: RESYNC: (1.19-1.20); FILE MERGED 2007/10/08 18:06:25 aw 1.12.14.11: RESYNC: (1.17-1.19); FILE MERGED 2007/08/09 18:46:57 aw 1.12.14.10: RESYNC: (1.16-1.17); FILE MERGED 2007/07/06 13:43:07 aw 1.12.14.9: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 18:25:45 aw 1.12.14.8: #i39532# reorganized marker primitives to reduce count 2006/10/19 10:59:15 aw 1.12.14.7: #i39532# primitive 2006/09/27 16:40:58 aw 1.12.14.6: #i39532# changes after resync to m185 2006/09/26 19:21:34 aw 1.12.14.5: RESYNC: (1.12-1.14); FILE MERGED 2006/08/09 17:12:25 aw 1.12.14.4: #i39532# 2006/06/02 14:17:50 aw 1.12.14.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:23 aw 1.12.14.2: code changes for primitive support 2005/10/28 11:34:11 aw 1.12.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [15fff924652f7839c03b59b0d043918070badbac]

        INTEGRATION: CWS aw033 (1.4.14); FILE MERGED 2008/05/27 14:49:58 aw 1.4.14.16: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:15 aw 1.4.14.15: RESYNC: (1.10-1.11); FILE MERGED 2008/02/12 10:42:35 aw 1.4.14.14: CVS update from internal development GIT 2008/01/29 10:27:32 aw 1.4.14.13: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.4.14.12: adaptions and 1st stripping 2007/08/09 18:46:50 aw 1.4.14.11: RESYNC: (1.9-1.10); FILE MERGED 2007/07/06 13:43:07 aw 1.4.14.10: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 14:15:51 aw 1.4.14.9: RESYNC: (1.8-1.9); FILE MERGED 2007/03/06 12:39:27 aw 1.4.14.8: #i39532# 2007/01/19 13:19:02 aw 1.4.14.7: RESYNC: (1.7-1.8); FILE MERGED 2006/12/12 10:14:26 aw 1.4.14.6: #i39532# changes after resync 2006/11/28 19:24:40 aw 1.4.14.5: RESYNC: (1.6-1.7); FILE MERGED 2006/10/19 10:59:14 aw 1.4.14.4: #i39532# primitive 2006/09/26 19:21:27 aw 1.4.14.3: RESYNC: (1.4-1.6); FILE MERGED 2006/08/09 17:12:24 aw 1.4.14.2: #i39532# 2006/05/12 12:46:23 aw 1.4.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f69828d8ae3c62e6d28af7332afb32ebbe4007a6]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/05/27 14:49:58 aw 1.1.2.11: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:48 aw 1.1.2.10: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.9: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:31 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:14 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:24 aw 1.1.2.3: #i39532# 2006/06/02 14:17:50 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:40:14 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ff90636d6d0695539ea3d1f99777330a4bc6096b]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.11: fixed license files 2008/05/27 14:49:58 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:48 aw 1.1.2.9: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.8: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.7: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.5: changes after resync 2006/10/19 10:59:14 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:24 aw 1.1.2.3: #i39532# 2006/06/02 14:17:49 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:40:02 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [36021bb870367249184a6a9873dd93a9a54649ab]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.11: fixed license files 2008/05/27 14:49:58 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:48 aw 1.1.2.9: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.8: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.7: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.5: changes after resync 2006/10/19 10:59:14 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:24 aw 1.1.2.3: #i39532# 2006/06/02 14:17:49 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:39:51 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [04e0a447459dad58ff9a0fce37132b2dfd5584a1]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.11: fixed license files 2008/05/27 14:49:58 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:48 aw 1.1.2.9: #i39532# added primitive support for tables 2008/01/22 12:29:30 aw 1.1.2.8: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.1.2.7: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.5: changes after resync 2006/10/19 10:59:14 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:24 aw 1.1.2.3: #i39532# 2006/06/02 14:17:49 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:39:41 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dbf1bd0a72dbfd52709a690b80021872087f0517]

        INTEGRATION: CWS aw033 (1.7.16); FILE MERGED 2008/07/10 13:00:54 aw 1.7.16.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:24 aw 1.7.16.11: #i39532# corrections 2008/05/27 14:49:58 aw 1.7.16.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:12 aw 1.7.16.9: RESYNC: (1.14-1.15); FILE MERGED 2008/01/22 12:29:30 aw 1.7.16.8: adaptions and 1st stripping 2007/08/13 15:34:33 aw 1.7.16.7: #i39532# changes after resync 2007/08/09 18:46:43 aw 1.7.16.6: RESYNC: (1.12-1.14); FILE MERGED 2007/03/20 14:15:43 aw 1.7.16.5: RESYNC: (1.11-1.12); FILE MERGED 2007/01/19 13:18:56 aw 1.7.16.4: RESYNC: (1.10-1.11); FILE MERGED 2006/11/28 11:17:54 aw 1.7.16.3: #i39532# 2006/09/26 19:21:20 aw 1.7.16.2: RESYNC: (1.7-1.10); FILE MERGED 2006/05/12 12:46:23 aw 1.7.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3717caf6835bda2f3035de4e169ccb76ede2ca3d]

        INTEGRATION: CWS aw033 (1.7.16); FILE MERGED 2008/05/16 10:54:56 aw 1.7.16.9: adaptions after resync 2008/05/14 14:01:21 aw 1.7.16.8: RESYNC: (1.13-1.14); FILE MERGED 2008/01/29 10:27:32 aw 1.7.16.7: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:30 aw 1.7.16.6: adaptions and 1st stripping 2007/08/09 18:46:36 aw 1.7.16.5: RESYNC: (1.10-1.12); FILE MERGED 2007/01/19 16:56:29 aw 1.7.16.4: changes after resync 2007/01/19 13:18:50 aw 1.7.16.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/26 19:21:13 aw 1.7.16.2: RESYNC: (1.7-1.9); FILE MERGED 2006/05/12 12:46:23 aw 1.7.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ffb8cabe1b11e81f8613f501e0e7e33726e0eaa8]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/27 14:49:57 aw 1.3.16.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:01:01 aw 1.3.16.10: RESYNC: (1.6-1.7); FILE MERGED 2008/01/22 12:29:30 aw 1.3.16.9: adaptions and 1st stripping 2007/08/09 18:46:29 aw 1.3.16.8: RESYNC: (1.5-1.6); FILE MERGED 2007/07/06 13:43:07 aw 1.3.16.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:59:14 aw 1.3.16.6: #i39532# primitive 2006/09/27 16:40:58 aw 1.3.16.5: #i39532# changes after resync to m185 2006/09/26 19:21:04 aw 1.3.16.4: RESYNC: (1.3-1.5); FILE MERGED 2006/08/09 17:12:24 aw 1.3.16.3: #i39532# 2006/06/02 14:17:49 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:23 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ff6acd474c781e1a184eddba1c3310a7fb6b7dc8]

        INTEGRATION: CWS aw033 (1.5.16); FILE MERGED 2008/06/03 13:41:11 aw 1.5.16.17: corrections 2008/05/16 10:54:56 aw 1.5.16.16: adaptions after resync 2008/05/14 14:01:15 aw 1.5.16.15: RESYNC: (1.12-1.13); FILE MERGED 2008/04/04 06:07:48 aw 1.5.16.14: #i39532# added primitive support for tables 2008/02/07 14:13:23 aw 1.5.16.13: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:29 aw 1.5.16.12: adaptions and 1st stripping 2007/12/04 12:42:09 aw 1.5.16.11: #i39532# changes after resync 2007/12/03 16:40:05 aw 1.5.16.10: RESYNC: (1.10-1.12); FILE MERGED 2007/08/13 15:34:33 aw 1.5.16.9: #i39532# changes after resync 2007/08/09 18:46:22 aw 1.5.16.8: RESYNC: (1.9-1.10); FILE MERGED 2007/07/06 13:43:07 aw 1.5.16.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/05/23 21:08:17 aw 1.5.16.6: RESYNC: (1.8-1.9); FILE MERGED 2006/10/19 10:59:14 aw 1.5.16.5: #i39532# primitive 2006/09/26 19:20:57 aw 1.5.16.4: RESYNC: (1.5-1.8); FILE MERGED 2006/08/09 17:12:24 aw 1.5.16.3: #i39532# 2006/06/02 14:17:49 aw 1.5.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:22 aw 1.5.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a0bef5f06de74dc5e9db2bb9be5c33a2192a4c09]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/07/10 13:00:54 aw 1.1.2.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:15 aw 1.1.2.9: #i39532# aw033 progresses from git 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:13 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:24 aw 1.1.2.3: #i39532# 2006/06/02 14:17:49 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:39:31 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b90bc103a3c126fa91b3fb95722bae81059ce366]

        INTEGRATION: CWS aw033 (1.4.16); FILE MERGED 2008/06/24 15:42:24 aw 1.4.16.22: #i39532# corrections 2008/06/10 09:31:40 aw 1.4.16.21: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:49:57 aw 1.4.16.20: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:41 aw 1.4.16.19: RESYNC: (1.8-1.9); FILE MERGED 2008/05/14 09:55:15 aw 1.4.16.18: #i39532# aw033 progresses from git 2008/03/19 04:33:35 aw 1.4.16.17: #i39532# chart adaptions for 3D 2008/03/13 08:22:28 aw 1.4.16.16: #i39532# diverse support for chart2 2008/01/29 10:27:32 aw 1.4.16.15: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.4.16.14: adaptions and 1st stripping 2007/12/03 16:40:02 aw 1.4.16.13: RESYNC: (1.7-1.8); FILE MERGED 2007/08/09 18:46:15 aw 1.4.16.12: RESYNC: (1.6-1.7); FILE MERGED 2007/07/06 13:43:07 aw 1.4.16.11: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:05 aw 1.4.16.10: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/11 17:40:57 aw 1.4.16.9: #i39532# changes after resync 2006/11/28 11:17:54 aw 1.4.16.8: #i39532# 2006/11/07 15:52:20 aw 1.4.16.7: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:59:13 aw 1.4.16.6: #i39532# primitive 2006/09/27 16:40:58 aw 1.4.16.5: #i39532# changes after resync to m185 2006/09/26 19:20:50 aw 1.4.16.4: RESYNC: (1.4-1.6); FILE MERGED 2006/08/09 17:12:23 aw 1.4.16.3: #i39532# 2006/06/02 14:17:49 aw 1.4.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:22 aw 1.4.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3c809cf8ee07cb6715e9f9bd5af3dbcf05ccf1dc]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.11: fixed license files 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:15 aw 1.1.2.9: #i39532# aw033 progresses from git 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:13 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:23 aw 1.1.2.3: #i39532# 2006/06/02 14:17:48 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:39:20 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [718ead89ccc28147335981baf3bae100565a804d]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/07/10 13:00:54 aw 1.1.2.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:15 aw 1.1.2.9: #i39532# aw033 progresses from git 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:30 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:13 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:23 aw 1.1.2.3: #i39532# 2006/06/02 14:17:48 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:39:10 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9c8fb2aedd11af515ac5a2d969e69ebcc1ac50d9]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/07/10 13:00:54 aw 1.1.2.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:15 aw 1.1.2.9: #i39532# aw033 progresses from git 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:29 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:13 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:23 aw 1.1.2.3: #i39532# 2006/06/02 14:17:48 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:38:59 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [93fc354e33cb5804ef4e295936ae8f3fb646eb63]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/07/10 13:00:54 aw 1.1.2.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:14 aw 1.1.2.9: #i39532# aw033 progresses from git 2007/08/13 15:34:33 aw 1.1.2.8: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:29 aw 1.1.2.6: changes after resync 2006/12/11 17:40:57 aw 1.1.2.5: #i39532# changes after resync 2006/10/19 10:59:12 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:12:23 aw 1.1.2.3: #i39532# 2006/06/02 14:17:48 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:38:48 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [61acb404e7dbe4b08ac97f4502d62fccea0723c3]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.13: fixed license files 2008/06/24 15:42:24 aw 1.1.2.12: #i39532# corrections 2008/06/10 09:31:40 aw 1.1.2.11: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:55:14 aw 1.1.2.9: #i39532# aw033 progresses from git 2008/03/05 07:57:32 aw 1.1.2.8: #i39532# prettyprinter support 2008/01/22 12:29:29 aw 1.1.2.7: adaptions and 1st stripping 2007/08/13 15:34:32 aw 1.1.2.6: #i39532# changes after resync 2007/07/06 13:43:07 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:05 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2007/01/23 10:46:29 aw 1.1.2.3: changes after resync 2006/10/19 10:59:12 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:11:22 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e30f8302397e48ee3047182bbb01e4273d704d81]

        INTEGRATION: CWS aw033 (1.8.16); FILE MERGED 2008/07/10 13:00:54 aw 1.8.16.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:57 aw 1.8.16.15: #i39532# changes DEV300 m12 resync corrections 2008/05/16 10:54:56 aw 1.8.16.14: adaptions after resync 2008/05/14 14:01:11 aw 1.8.16.13: RESYNC: (1.13-1.14); FILE MERGED 2008/02/12 10:42:35 aw 1.8.16.12: CVS update from internal development GIT 2008/01/29 10:27:32 aw 1.8.16.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.8.16.10: adaptions and 1st stripping 2007/08/09 18:46:09 aw 1.8.16.9: RESYNC: (1.12-1.13); FILE MERGED 2007/07/06 13:43:07 aw 1.8.16.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 18:25:44 aw 1.8.16.7: #i39532# reorganized marker primitives to reduce count 2006/10/19 10:59:12 aw 1.8.16.6: #i39532# primitive 2006/09/26 19:20:43 aw 1.8.16.5: RESYNC: (1.9-1.12); FILE MERGED 2006/08/09 17:12:23 aw 1.8.16.4: #i39532# 2006/06/02 14:17:48 aw 1.8.16.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 16:01:58 aw 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 12:46:22 aw 1.8.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a252e2d28f6324d8524c8aecab42204ec83b5d9e]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.12: fixed license files 2008/07/21 18:29:37 aw 1.1.2.11: #i39532# changed aOutRect and bBoundRectValid 2008/05/27 14:49:57 aw 1.1.2.10: #i39532# changes DEV300 m12 resync corrections 2008/02/07 14:13:23 aw 1.1.2.9: stable version from working GIT repository for unxlngi6 build 2007/12/20 14:51:01 aw 1.1.2.8: #i39532# Added simple test-canvas-renderer 2007/08/14 10:06:25 aw 1.1.2.7: #i39532# changes after resync 2007/07/27 09:17:27 aw 1.1.2.6: #i39532# 2007/07/09 13:25:25 aw 1.1.2.5: #i39532# adaptions to splitted VCLProcessors for meta and pixel targets 2007/07/06 13:43:07 aw 1.1.2.4: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/23 10:46:29 aw 1.1.2.3: changes after resync 2006/10/19 10:59:12 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:12:01 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cd9386e4ad4cfab625501c7a41e4157d41b2aad3]

        INTEGRATION: CWS aw033 (1.10.12); FILE MERGED 2008/07/21 18:29:37 aw 1.10.12.25: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 13:00:54 aw 1.10.12.24: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:24 aw 1.10.12.23: #i39532# corrections 2008/05/14 14:00:19 aw 1.10.12.22: RESYNC: (1.18-1.19); FILE MERGED 2008/04/16 05:30:44 aw 1.10.12.21: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/03/05 07:57:32 aw 1.10.12.20: #i39532# prettyprinter support 2008/02/26 08:40:52 aw 1.10.12.19: removals, OLE, optimizations for primitives 2008/02/12 10:42:35 aw 1.10.12.18: CVS update from internal development GIT 2008/02/07 14:13:23 aw 1.10.12.17: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:32 aw 1.10.12.16: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.10.12.15: adaptions and 1st stripping 2007/12/20 14:51:01 aw 1.10.12.14: #i39532# Added simple test-canvas-renderer 2007/08/09 18:46:02 aw 1.10.12.13: RESYNC: (1.16-1.18); FILE MERGED 2007/07/27 09:17:27 aw 1.10.12.12: #i39532# 2007/07/09 13:25:25 aw 1.10.12.11: #i39532# adaptions to splitted VCLProcessors for meta and pixel targets 2007/07/06 13:43:07 aw 1.10.12.10: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:47:05 aw 1.10.12.9: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/11 17:40:56 aw 1.10.12.8: #i39532# changes after resync 2006/11/28 19:24:25 aw 1.10.12.7: RESYNC: (1.15-1.16); FILE MERGED 2006/10/19 10:59:12 aw 1.10.12.6: #i39532# primitive 2006/09/26 19:20:18 aw 1.10.12.5: RESYNC: (1.12-1.15); FILE MERGED 2006/08/09 17:12:23 aw 1.10.12.4: #i39532# 2006/06/02 14:17:48 aw 1.10.12.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 16:01:49 aw 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED 2006/05/12 12:46:22 aw 1.10.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [685e674be7dce1a08069e145e6847fc15fa5bcc8]

        INTEGRATION: CWS aw033 (1.5.14); FILE MERGED 2008/06/24 15:42:24 aw 1.5.14.20: #i39532# corrections 2008/06/03 13:41:11 aw 1.5.14.19: corrections 2008/05/27 14:49:57 aw 1.5.14.18: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:45 aw 1.5.14.17: RESYNC: (1.10-1.11); FILE MERGED 2008/04/16 05:30:44 aw 1.5.14.16: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/07 14:13:23 aw 1.5.14.15: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:31 aw 1.5.14.14: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.5.14.13: adaptions and 1st stripping 2007/12/20 14:51:01 aw 1.5.14.12: #i39532# Added simple test-canvas-renderer 2007/08/09 18:45:55 aw 1.5.14.11: RESYNC: (1.8-1.10); FILE MERGED 2007/07/27 09:17:27 aw 1.5.14.10: #i39532# 2007/07/09 13:25:25 aw 1.5.14.9: #i39532# adaptions to splitted VCLProcessors for meta and pixel targets 2007/07/06 13:43:06 aw 1.5.14.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/11/28 19:24:18 aw 1.5.14.7: RESYNC: (1.7-1.8); FILE MERGED 2006/11/28 11:17:54 aw 1.5.14.6: #i39532# 2006/10/19 10:59:12 aw 1.5.14.5: #i39532# primitive 2006/09/26 19:20:11 aw 1.5.14.4: RESYNC: (1.5-1.7); FILE MERGED 2006/08/09 17:12:22 aw 1.5.14.3: #i39532# 2006/06/02 14:17:47 aw 1.5.14.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:46:22 aw 1.5.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [61c5e99f14efa52a8bfa7ef7912f3be46ae6f5cd]

        INTEGRATION: CWS aw033 (1.7.16); FILE MERGED 2008/07/10 13:00:54 aw 1.7.16.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:00:37 aw 1.7.16.15: RESYNC: (1.14-1.15); FILE MERGED 2008/04/16 05:30:44 aw 1.7.16.14: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:35 aw 1.7.16.13: CVS update from internal development GIT 2008/02/07 14:13:23 aw 1.7.16.12: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:31 aw 1.7.16.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.7.16.10: adaptions and 1st stripping 2007/10/08 18:06:18 aw 1.7.16.9: RESYNC: (1.12-1.13); FILE MERGED 2007/08/09 18:45:48 aw 1.7.16.8: RESYNC: (1.10-1.12); FILE MERGED 2007/01/25 12:47:04 aw 1.7.16.7: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/11 17:40:56 aw 1.7.16.6: #i39532# changes after resync 2006/10/19 10:59:11 aw 1.7.16.5: #i39532# primitive 2006/09/26 19:20:04 aw 1.7.16.4: RESYNC: (1.8-1.10); FILE MERGED 2006/08/09 17:12:22 aw 1.7.16.3: #i39532# 2006/05/12 16:01:40 aw 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 12:46:22 aw 1.7.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d85d68ad9243d777d3f54ff8e1de3f2f1cc58bbe]

        INTEGRATION: CWS aw033 (1.10.14); FILE MERGED 2008/06/24 15:42:24 aw 1.10.14.10: #i39532# corrections 2008/05/14 14:00:30 aw 1.10.14.9: RESYNC: (1.12-1.13); FILE MERGED 2008/01/29 10:27:31 aw 1.10.14.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.10.14.7: adaptions and 1st stripping 2006/12/12 10:14:26 aw 1.10.14.6: #i39532# changes after resync 2006/11/28 19:24:11 aw 1.10.14.5: RESYNC: (1.11-1.12); FILE MERGED 2006/11/28 11:17:54 aw 1.10.14.4: #i39532# 2006/09/26 19:19:56 aw 1.10.14.3: RESYNC: (1.10-1.11); FILE MERGED 2006/08/09 17:12:22 aw 1.10.14.2: #i39532# 2006/05/12 12:46:22 aw 1.10.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6cedad844884f7fe47e587b297b607cef727a0ef]

        INTEGRATION: CWS aw033 (1.8.14); FILE MERGED 2008/06/03 13:41:11 aw 1.8.14.12: corrections 2008/05/27 14:49:57 aw 1.8.14.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:00:23 aw 1.8.14.10: RESYNC: (1.14-1.15); FILE MERGED 2008/04/16 05:30:44 aw 1.8.14.9: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/29 10:27:31 aw 1.8.14.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:29 aw 1.8.14.7: adaptions and 1st stripping 2007/12/03 16:39:59 aw 1.8.14.6: RESYNC: (1.13-1.14); FILE MERGED 2007/08/13 15:34:32 aw 1.8.14.5: #i39532# changes after resync 2007/08/09 18:45:41 aw 1.8.14.4: RESYNC: (1.12-1.13); FILE MERGED 2006/11/28 19:24:04 aw 1.8.14.3: RESYNC: (1.10-1.12); FILE MERGED 2006/09/26 19:19:49 aw 1.8.14.2: RESYNC: (1.8-1.10); FILE MERGED 2006/05/12 12:46:21 aw 1.8.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [55b91120c9747161ec3eee904394485dabb01eab]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.8: fixed license files 2008/05/27 14:49:57 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/04/16 05:30:44 aw 1.1.2.6: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/04/04 06:07:48 aw 1.1.2.5: #i39532# added primitive support for tables 2008/03/18 07:15:23 aw 1.1.2.4: #i39532# changes after resync 2007/08/13 15:34:32 aw 1.1.2.3: #i39532# changes after resync 2006/10/19 10:58:46 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:09:44 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d2439eee3490494faefd9f8f1317fd297e11b27c]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:28 cl 1.1.2.5: fixed license files 2008/05/27 14:49:57 aw 1.1.2.4: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:47 aw 1.1.2.3: #i39532# added primitive support for tables 2006/10/19 10:58:46 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:09:54 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1211bcefd10b94826ca302ae1eaa685b6e2c6af7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.2: fixed license files 2006/08/09 17:09:34 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7f2bf42ba46d08d1b3a7e4cb51583463f3797ee8]

        INTEGRATION: CWS aw033 (1.6.16); FILE MERGED 2008/05/14 13:59:42 aw 1.6.16.3: RESYNC: (1.7-1.8); FILE MERGED 2006/09/26 19:19:42 aw 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/09 17:08:56 aw 1.6.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a18f4c6a92845fbec7ee70c3920a4aa34e58b6ad]

        INTEGRATION: CWS aw033 (1.4.16); FILE MERGED 2008/05/14 13:59:49 aw 1.4.16.4: RESYNC: (1.5-1.6); FILE MERGED 2008/01/22 12:29:29 aw 1.4.16.3: adaptions and 1st stripping 2006/09/26 19:19:34 aw 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/09 17:08:56 aw 1.4.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a2b85bf81c99e552c0b431a531ee9dd7d7bff951]

        INTEGRATION: CWS aw033 (1.5.158); FILE MERGED 2008/05/14 13:59:46 aw 1.5.158.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/22 12:29:29 aw 1.5.158.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [af75efdc89667d8935e6a8c23adf0eb34ae59e99]

        INTEGRATION: CWS aw033 (1.4.16); FILE MERGED 2008/05/16 10:54:55 aw 1.4.16.8: adaptions after resync 2008/05/14 13:59:39 aw 1.4.16.7: RESYNC: (1.5-1.6); FILE MERGED 2008/01/22 12:29:29 aw 1.4.16.6: adaptions and 1st stripping 2006/12/11 17:40:56 aw 1.4.16.5: #i39532# changes after resync 2006/11/07 15:52:19 aw 1.4.16.4: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:58:23 aw 1.4.16.3: #i39532# primitive 2006/09/26 19:19:18 aw 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/09 17:08:56 aw 1.4.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [19133382e9b3df791a7c2ba4949aaa5206c1387b]

        INTEGRATION: CWS aw033 (1.69.114); FILE MERGED 2008/08/19 15:55:44 cl 1.69.114.10: RESYNC: (1.72-1.75); FILE MERGED 2008/06/25 12:28:00 aw 1.69.114.9: RESYNC: (1.71-1.72); FILE MERGED 2008/05/14 13:59:36 aw 1.69.114.8: RESYNC: (1.70-1.71); FILE MERGED 2008/01/22 12:29:28 aw 1.69.114.7: adaptions and 1st stripping 2007/11/19 11:26:06 aw 1.69.114.6: #i39532# Lot of changes to make polygon stuff bezier-able 2007/10/02 16:57:51 aw 1.69.114.5: #i39532# RTL and BiDi support 2007/09/27 16:05:52 aw 1.69.114.4: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.69.114.3: #i73860# text decomposition extrended 2007/08/09 18:44:16 aw 1.69.114.2: RESYNC: (1.69-1.70); FILE MERGED 2007/08/02 11:46:43 aw 1.69.114.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1cc490509c5df47304d4b46215bc083a592024a6]

        INTEGRATION: CWS aw033 (1.10.114); FILE MERGED 2008/08/19 15:55:51 cl 1.10.114.7: RESYNC: (1.13-1.14); FILE MERGED 2008/06/25 12:28:07 aw 1.10.114.6: RESYNC: (1.12-1.13); FILE MERGED 2008/05/14 13:59:27 aw 1.10.114.5: RESYNC: (1.11-1.12); FILE MERGED 2007/09/27 16:05:52 aw 1.10.114.4: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.10.114.3: #i73860# text decomposition extrended 2007/08/09 18:43:59 aw 1.10.114.2: RESYNC: (1.10-1.11); FILE MERGED 2007/08/02 11:46:43 aw 1.10.114.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ae5bc5d77856367080d88b68a8672255e5f8ac33]

        INTEGRATION: CWS aw033 (1.10.16); FILE MERGED 2008/08/19 15:55:48 cl 1.10.16.11: RESYNC: (1.17-1.18); FILE MERGED 2008/06/25 12:28:04 aw 1.10.16.10: RESYNC: (1.16-1.17); FILE MERGED 2008/05/14 13:59:30 aw 1.10.16.9: RESYNC: (1.15-1.16); FILE MERGED 2007/09/27 16:05:52 aw 1.10.16.8: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.10.16.7: #i73860# text decomposition extrended 2007/08/09 18:43:52 aw 1.10.16.6: RESYNC: (1.14-1.15); FILE MERGED 2007/08/02 11:46:43 aw 1.10.16.5: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer 2006/11/28 19:22:18 aw 1.10.16.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/26 19:17:16 aw 1.10.16.3: RESYNC: (1.11-1.13); FILE MERGED 2006/05/12 16:00:30 aw 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 12:46:21 aw 1.10.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [49f97901f61502d62d2503d9233b80d13b8d0d0d]

        INTEGRATION: CWS aw033 (1.154.56); FILE MERGED 2008/07/11 11:36:04 aw 1.154.56.3: RESYNC: (1.155-1.156); FILE MERGED 2008/06/25 12:56:50 aw 1.154.56.2: RESYNC: (1.154-1.155); FILE MERGED 2008/05/27 14:49:56 aw 1.154.56.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0c9306e15a85b4b5f24e8fa4f48c8bc8444ffa44]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/07/10 13:00:54 aw 1.10.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4b2dde4a7898a13d75871cbd67e1aab3a73eb1c3]

        INTEGRATION: CWS aw033 (1.8.14); FILE MERGED 2008/07/10 13:00:54 aw 1.8.14.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:24 aw 1.8.14.9: #i39532# corrections 2008/05/14 14:07:17 aw 1.8.14.8: RESYNC: (1.12-1.14); FILE MERGED 2008/03/18 07:15:23 aw 1.8.14.7: #i39532# changes after resync 2008/03/14 13:50:09 cl 1.8.14.6: RESYNC: (1.11-1.12); FILE MERGED 2008/01/22 12:29:28 aw 1.8.14.5: adaptions and 1st stripping 2007/12/03 16:39:55 aw 1.8.14.4: RESYNC: (1.10-1.11); FILE MERGED 2007/08/09 18:31:14 aw 1.8.14.3: RESYNC: (1.9-1.10); FILE MERGED 2006/11/28 19:13:18 aw 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/28 11:38:17 aw 1.8.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [14aaffe80eb5e5271632fee763daa300f2c4f610]

        INTEGRATION: CWS aw033 (1.26.84); FILE MERGED 2008/07/11 11:34:06 aw 1.26.84.4: RESYNC: (1.28-1.29); FILE MERGED 2008/05/14 14:06:09 aw 1.26.84.3: RESYNC: (1.27-1.28); FILE MERGED 2008/03/14 13:50:00 cl 1.26.84.2: RESYNC: (1.26-1.27); FILE MERGED 2008/01/29 10:27:31 aw 1.26.84.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5a71715c9e63fa551dd1ba38098b81498faee114]

        INTEGRATION: CWS aw033 (1.30.76); FILE MERGED 2008/05/14 14:02:35 aw 1.30.76.5: RESYNC: (1.33-1.34); FILE MERGED 2008/03/14 13:49:55 cl 1.30.76.4: RESYNC: (1.32-1.33); FILE MERGED 2007/12/03 16:39:52 aw 1.30.76.3: RESYNC: (1.31-1.32); FILE MERGED 2007/08/09 18:26:22 aw 1.30.76.2: RESYNC: (1.30-1.31); FILE MERGED 2007/08/07 15:45:01 aw 1.30.76.1: #i39532# migrated describePDFControl to toolkit

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8823f8029cac323c6d0b68bafba6b126fcacc620]

        INTEGRATION: CWS aw033 (1.14.58); FILE MERGED 2008/07/10 13:00:53 aw 1.14.58.2: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:56 aw 1.14.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9067227da2637d006810ef9bc172f433383f3ab7]

        INTEGRATION: CWS aw033 (1.30.68); FILE MERGED 2008/07/10 13:00:53 aw 1.30.68.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:23 aw 1.30.68.5: #i39532# corrections 2008/05/27 14:49:56 aw 1.30.68.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:17 aw 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2008/01/29 10:27:31 aw 1.30.68.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:28 aw 1.30.68.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6ebb1c5203c1048fda5ba1a1dbedf801a424b49e]

        INTEGRATION: CWS aw033 (1.13.12); FILE MERGED 2008/05/27 14:49:56 aw 1.13.12.6: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:24 aw 1.13.12.5: RESYNC: (1.18-1.19); FILE MERGED 2007/08/09 18:18:10 aw 1.13.12.4: RESYNC: (1.17-1.18); FILE MERGED 2006/11/28 19:03:05 aw 1.13.12.3: RESYNC: (1.16-1.17); FILE MERGED 2006/09/26 18:43:25 aw 1.13.12.2: RESYNC: (1.13-1.16); FILE MERGED 2006/05/12 12:46:20 aw 1.13.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c044844d665433f1fed609611557eb468e1fffd0]

        INTEGRATION: CWS aw033 (1.24.12); FILE MERGED 2008/07/21 18:29:37 aw 1.24.12.15: #i39532# changed aOutRect and bBoundRectValid 2008/07/11 11:34:11 aw 1.24.12.14: RESYNC: (1.32-1.33); FILE MERGED 2008/06/24 15:42:23 aw 1.24.12.13: #i39532# corrections 2008/05/27 14:49:56 aw 1.24.12.12: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:39 aw 1.24.12.11: RESYNC: (1.31-1.32); FILE MERGED 2008/03/13 08:56:11 aw 1.24.12.10: #i39532# chart improvements 2008/01/22 12:29:28 aw 1.24.12.9: adaptions and 1st stripping 2007/08/09 18:18:04 aw 1.24.12.8: RESYNC: (1.30-1.31); FILE MERGED 2007/05/25 12:57:04 aw 1.24.12.7: changes after resync 2007/05/23 20:51:22 aw 1.24.12.6: RESYNC: (1.28-1.30); FILE MERGED 2006/11/28 19:02:58 aw 1.24.12.5: RESYNC: (1.27-1.28); FILE MERGED 2006/09/26 18:43:18 aw 1.24.12.4: RESYNC: (1.24-1.27); FILE MERGED 2006/08/09 17:18:16 aw 1.24.12.3: #i39532# 2006/05/12 12:46:20 aw 1.24.12.2: code changes for primitive support 2005/10/28 11:37:52 aw 1.24.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c11dbaffd1f164bea6cef08c082763abc26b84a4]

        INTEGRATION: CWS aw033 (1.9.12); FILE MERGED 2008/07/10 13:00:53 aw 1.9.12.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:56 aw 1.9.12.8: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:31 aw 1.9.12.7: RESYNC: (1.16-1.17); FILE MERGED 2008/01/22 12:29:28 aw 1.9.12.6: adaptions and 1st stripping 2007/08/09 18:17:57 aw 1.9.12.5: RESYNC: (1.15-1.16); FILE MERGED 2007/05/23 20:51:16 aw 1.9.12.4: RESYNC: (1.14-1.15); FILE MERGED 2006/11/28 19:02:51 aw 1.9.12.3: RESYNC: (1.12-1.14); FILE MERGED 2006/09/26 18:43:12 aw 1.9.12.2: RESYNC: (1.9-1.12); FILE MERGED 2006/05/12 12:46:20 aw 1.9.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [faf0971277636476108b0c59ed9057ea6408e980]

        INTEGRATION: CWS aw033 (1.10.12); FILE MERGED 2008/05/14 14:06:27 aw 1.10.12.6: RESYNC: (1.15-1.16); FILE MERGED 2008/05/14 09:55:14 aw 1.10.12.5: #i39532# aw033 progresses from git 2007/08/09 18:17:50 aw 1.10.12.4: RESYNC: (1.14-1.15); FILE MERGED 2006/11/28 19:02:44 aw 1.10.12.3: RESYNC: (1.13-1.14); FILE MERGED 2006/09/26 18:43:00 aw 1.10.12.2: RESYNC: (1.10-1.13); FILE MERGED 2006/05/12 12:46:20 aw 1.10.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7d5f1cee1fdb883e6526b42a3a803c0b032138a5]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/06/24 15:42:23 aw 1.10.58.1: #i39532# corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ec01ebcbde962f56c99ec1f6dfd0e57dfd190b26]

        INTEGRATION: CWS aw033 (1.36.12); FILE MERGED 2008/07/10 13:00:53 aw 1.36.12.17: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:42:23 aw 1.36.12.16: #i39532# corrections 2008/06/10 09:31:40 aw 1.36.12.15: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:49:56 aw 1.36.12.14: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:49 aw 1.36.12.13: RESYNC: (1.46-1.47); FILE MERGED 2008/03/06 08:36:41 aw 1.36.12.12: 3i39532# tested a primitive-based E3dCompoundObject::RecalcBoundRect() implementation successfully, but need more action before removing old 3D geometry (buckets) and stuff 2008/01/29 10:27:30 aw 1.36.12.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:27 aw 1.36.12.10: adaptions and 1st stripping 2007/12/03 16:39:48 aw 1.36.12.9: RESYNC: (1.45-1.46); FILE MERGED 2007/11/07 14:34:27 aw 1.36.12.8: #i39532# committing to have a base for HDU 2007/08/09 18:17:24 aw 1.36.12.7: RESYNC: (1.43-1.45); FILE MERGED 2007/05/23 20:51:09 aw 1.36.12.6: RESYNC: (1.41-1.43); FILE MERGED 2007/03/20 14:08:31 aw 1.36.12.5: RESYNC: (1.40-1.41); FILE MERGED 2006/11/28 19:02:17 aw 1.36.12.4: RESYNC: (1.39-1.40); FILE MERGED 2006/09/26 18:42:22 aw 1.36.12.3: RESYNC: (1.36-1.39); FILE MERGED 2006/05/12 12:46:19 aw 1.36.12.2: code changes for primitive support 2005/10/28 11:37:51 aw 1.36.12.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [53f4cbb643552aa46d2eb05a5284005802d83059]

        INTEGRATION: CWS aw033 (1.14.58); FILE MERGED 2008/06/24 15:42:23 aw 1.14.58.1: #i39532# corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [54b62141f3d43263afbe9ca28129f7d3b7e089e4]

        INTEGRATION: CWS aw033 (1.19.12); FILE MERGED 2008/07/10 13:00:53 aw 1.19.12.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:55 aw 1.19.12.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:43 aw 1.19.12.6: RESYNC: (1.25-1.26); FILE MERGED 2007/08/09 18:17:05 aw 1.19.12.5: RESYNC: (1.24-1.25); FILE MERGED 2007/03/20 14:08:03 aw 1.19.12.4: RESYNC: (1.23-1.24); FILE MERGED 2006/11/28 19:01:38 aw 1.19.12.3: RESYNC: (1.22-1.23); FILE MERGED 2006/09/26 18:41:48 aw 1.19.12.2: RESYNC: (1.19-1.22); FILE MERGED 2006/05/12 12:46:19 aw 1.19.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [265d179e4ea1dc2040dbc77510f4c814e9c31fdf]

        INTEGRATION: CWS aw033 (1.17.12); FILE MERGED 2008/05/27 14:49:55 aw 1.17.12.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:34 aw 1.17.12.6: RESYNC: (1.23-1.24); FILE MERGED 2007/08/09 18:16:32 aw 1.17.12.5: RESYNC: (1.22-1.23); FILE MERGED 2007/03/20 14:07:45 aw 1.17.12.4: RESYNC: (1.21-1.22); FILE MERGED 2006/11/28 19:01:13 aw 1.17.12.3: RESYNC: (1.20-1.21); FILE MERGED 2006/09/26 18:41:24 aw 1.17.12.2: RESYNC: (1.17-1.20); FILE MERGED 2006/05/12 12:46:19 aw 1.17.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [87e7236b10a4fb74ff5bf3dddd48edf9e235f9e9]

        INTEGRATION: CWS aw033 (1.11.58); FILE MERGED 2008/07/10 13:00:53 aw 1.11.58.2: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:55 aw 1.11.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [735f7d402a4efc9ac7170394a48c43db7e7a6c9c]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/05/27 14:49:55 aw 1.10.58.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f65c16a4b21dc1a5a4aa8ad58c0eb28bc82080ae]

        INTEGRATION: CWS aw033 (1.11.12); FILE MERGED 2008/05/27 14:49:55 aw 1.11.12.6: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:06:12 aw 1.11.12.5: RESYNC: (1.16-1.17); FILE MERGED 2007/08/09 18:15:55 aw 1.11.12.4: RESYNC: (1.15-1.16); FILE MERGED 2006/11/28 19:00:46 aw 1.11.12.3: RESYNC: (1.14-1.15); FILE MERGED 2006/09/26 18:40:36 aw 1.11.12.2: RESYNC: (1.11-1.14); FILE MERGED 2006/05/12 12:46:19 aw 1.11.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [df6fd8fa354c0b1aa89a1ab5e763dd61996c4aee]

        INTEGRATION: CWS aw033 (1.13.84); FILE MERGED 2008/07/10 13:00:53 aw 1.13.84.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:01:59 aw 1.13.84.3: RESYNC: (1.13-1.14); FILE MERGED 2007/11/27 12:00:28 aw 1.13.84.2: #i39532# added GetRange() to B2DPolygon 2007/11/22 15:03:17 aw 1.13.84.1: #i39532# wntmsci10 correction

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9a545b89dc501538f1006194ff43407c58f1d3c8]

        INTEGRATION: CWS aw033 (1.115.70); FILE MERGED 2008/07/11 11:35:46 aw 1.115.70.10: RESYNC: (1.123-1.124); FILE MERGED 2008/06/25 12:27:53 aw 1.115.70.9: RESYNC: (1.122-1.123); FILE MERGED 2008/05/14 14:02:28 aw 1.115.70.8: RESYNC: (1.121-1.122); FILE MERGED 2008/03/14 13:49:52 cl 1.115.70.7: RESYNC: (1.118-1.121); FILE MERGED 2008/01/22 12:29:27 aw 1.115.70.6: adaptions and 1st stripping 2007/09/27 16:05:51 aw 1.115.70.5: #i39532# bullet extensions 2007/09/26 11:38:43 aw 1.115.70.4: #i73860# text decomposition extrended 2007/08/09 18:14:28 aw 1.115.70.3: RESYNC: (1.115-1.118); FILE MERGED 2007/08/03 10:47:48 aw 1.115.70.2: #i39532# restructured MetaFile comment reation to use TextHierarchy primitives 2007/08/02 11:46:42 aw 1.115.70.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fb1e00ea1100bdf89e3c48aeebfeaf35b9d5b262]

        INTEGRATION: CWS aw033 (1.118.44); FILE MERGED 2008/08/19 15:55:28 cl 1.118.44.5: RESYNC: (1.122-1.123); FILE MERGED 2008/07/11 11:35:32 aw 1.118.44.4: RESYNC: (1.121-1.122); FILE MERGED 2008/06/25 12:27:34 aw 1.118.44.3: RESYNC: (1.119-1.121); FILE MERGED 2008/05/14 14:02:14 aw 1.118.44.2: RESYNC: (1.118-1.119); FILE MERGED 2008/01/22 12:29:27 aw 1.118.44.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [be5489bb393321c43029e99e410f0c9a358b19d8]

        INTEGRATION: CWS aw033 (1.83.70); FILE MERGED 2008/08/19 15:55:30 cl 1.83.70.7: RESYNC: (1.87-1.88); FILE MERGED 2008/06/25 12:27:39 aw 1.83.70.6: RESYNC: (1.86-1.87); FILE MERGED 2008/05/14 14:01:56 aw 1.83.70.5: RESYNC: (1.85-1.86); FILE MERGED 2008/01/22 12:29:27 aw 1.83.70.4: adaptions and 1st stripping 2007/09/26 11:38:42 aw 1.83.70.3: #i73860# text decomposition extrended 2007/08/09 18:14:10 aw 1.83.70.2: RESYNC: (1.83-1.85); FILE MERGED 2007/08/02 11:46:42 aw 1.83.70.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e3a4f7d4a6511e54913d712d911d9998807ceabc]

        INTEGRATION: CWS aw033 (1.105.12); FILE MERGED 2008/08/19 15:55:34 cl 1.105.12.10: RESYNC: (1.114-1.117); FILE MERGED 2008/07/11 11:35:38 aw 1.105.12.9: RESYNC: (1.113-1.114); FILE MERGED 2008/06/25 12:27:45 aw 1.105.12.8: RESYNC: (1.111-1.113); FILE MERGED 2008/05/14 14:02:20 aw 1.105.12.7: RESYNC: (1.110-1.111); FILE MERGED 2008/03/14 13:49:32 cl 1.105.12.6: RESYNC: (1.109-1.110); FILE MERGED 2008/01/22 12:29:27 aw 1.105.12.5: adaptions and 1st stripping 2007/09/27 16:05:51 aw 1.105.12.4: #i39532# bullet extensions 2007/09/26 11:38:42 aw 1.105.12.3: #i73860# text decomposition extrended 2007/08/09 18:11:57 aw 1.105.12.2: RESYNC: (1.105-1.109); FILE MERGED 2007/08/02 11:46:42 aw 1.105.12.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d44d929e48bb936569dde8f82780b3beca68bf69]

        INTEGRATION: CWS aw033 (1.19.58); FILE MERGED 2008/07/10 13:00:52 aw 1.19.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f18321bbd8b96a35f6bb8416eb60b729457b1393]

        INTEGRATION: CWS aw033 (1.29.66); FILE MERGED 2008/07/10 13:00:52 aw 1.29.66.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:49:55 aw 1.29.66.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 14:07:29 aw 1.29.66.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/29 10:27:30 aw 1.29.66.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [147d997bdda5c22e286db356fa560a6bfa5b0000]

        INTEGRATION: CWS aw033 (1.29.82); FILE MERGED 2008/07/10 13:00:52 aw 1.29.82.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:07:25 aw 1.29.82.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/29 10:27:30 aw 1.29.82.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1b14aa751f36be7c7345279f3e6815896ba93d16]

        INTEGRATION: CWS aw033 (1.41.68); FILE MERGED 2008/07/10 13:00:52 aw 1.41.68.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:07:34 aw 1.41.68.3: RESYNC: (1.42-1.44); FILE MERGED 2008/01/29 13:11:49 aw 1.41.68.2: RESYNC: (1.41-1.42); FILE MERGED 2008/01/29 10:27:30 aw 1.41.68.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4e5a199e98b108c07bd5fa376ea746061c56e8ff]

        INTEGRATION: CWS aw033 (1.28.58); FILE MERGED 2008/07/10 13:00:52 aw 1.28.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7e054a145c6cff3aff7290b32f5af089ad67f641]

        INTEGRATION: CWS aw033 (1.25.58); FILE MERGED 2008/07/10 13:00:52 aw 1.25.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7fc9013db5b5fa80cd1afb5cd247895a51475597]

        INTEGRATION: CWS aw033 (1.32.58); FILE MERGED 2008/07/10 13:00:52 aw 1.32.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a2c6c2be37d83d50e7228f56bc101c6eba0ecf0b]

        INTEGRATION: CWS aw033 (1.30.58); FILE MERGED 2008/07/10 13:00:52 aw 1.30.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d9bca7102e73587c672e32364987c9e4abafc03e]

        INTEGRATION: CWS aw033 (1.6.82); FILE MERGED 2008/05/14 14:07:37 aw 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/14 09:55:14 aw 1.6.82.1: #i39532# aw033 progresses from git

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [36d1b831f9d96403acb89a5595dfb763336685e8]

        INTEGRATION: CWS aw033 (1.50.48); FILE MERGED 2008/08/19 15:55:54 cl 1.50.48.3: RESYNC: (1.52-1.53); FILE MERGED 2008/07/11 11:35:52 aw 1.50.48.2: RESYNC: (1.50-1.52); FILE MERGED 2008/05/27 14:49:55 aw 1.50.48.1: #i39532# changes DEV300 m12 resync corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5be1596f9997bb5001062244f799f0edc62876c9]

        INTEGRATION: CWS aw033 (1.10.84); FILE MERGED 2008/07/10 13:00:52 aw 1.10.84.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:07:21 aw 1.10.84.3: RESYNC: (1.10-1.11); FILE MERGED 2008/02/07 14:13:10 aw 1.10.84.2: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:30 aw 1.10.84.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [707e5ca544e3fce8f0988131859ce5efa8733bf4]

        INTEGRATION: CWS aw033 (1.33.68); FILE MERGED 2008/07/10 13:00:52 aw 1.33.68.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/03 13:41:11 aw 1.33.68.4: corrections 2008/05/14 14:30:23 aw 1.33.68.3: RESYNC: (1.33-1.35); FILE MERGED 2008/04/16 05:30:43 aw 1.33.68.2: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/29 10:27:30 aw 1.33.68.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [19f61b781d79c2a545cafcae2a80dacb1fc931e1]

        INTEGRATION: CWS aw033 (1.12.58); FILE MERGED 2008/07/10 13:00:52 aw 1.12.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9fef317007bb5ecc446efc7ab53fe03cdf1859bf]

        INTEGRATION: CWS aw033 (1.10.58); FILE MERGED 2008/07/10 13:00:52 aw 1.10.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7e7de4ff58c597bdc8efc33adb124d2233b7e916]

        INTEGRATION: CWS aw033 (1.14.64); FILE MERGED 2008/07/10 13:00:52 aw 1.14.64.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:07:41 aw 1.14.64.3: RESYNC: (1.14-1.15); FILE MERGED 2007/11/22 15:03:17 aw 1.14.64.2: #i39532# wntmsci10 correction 2007/11/19 11:24:20 aw 1.14.64.1: #i39532# Lot of changes to make polygon stuff bezier-able

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9f89b6e88223ccaca0d25b86492be7d45d9ba462]

        INTEGRATION: CWS aw033 (1.13.84); FILE MERGED 2008/07/10 13:00:51 aw 1.13.84.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/03 13:41:11 aw 1.13.84.4: corrections 2008/05/14 14:30:26 aw 1.13.84.3: RESYNC: (1.13-1.14); FILE MERGED 2008/04/16 05:30:43 aw 1.13.84.2: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/29 10:27:30 aw 1.13.84.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0ec42c482cf29322ff83b8da9c486e9592a9f10d]

        INTEGRATION: CWS aw033 (1.19.58); FILE MERGED 2008/07/10 13:00:51 aw 1.19.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d1f03aabf231c36f6b4033f74afbf61519c57e3]

        INTEGRATION: CWS aw033 (1.19.58); FILE MERGED 2008/07/11 11:36:08 aw 1.19.58.2: RESYNC: (1.19-1.20); FILE MERGED 2008/07/10 13:00:51 aw 1.19.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [900111480075e534acc90c9e1da033a3965ff610]

        INTEGRATION: CWS aw033 (1.17.8); FILE MERGED 2008/07/10 13:00:51 aw 1.17.8.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:39 aw 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2007/11/22 15:03:17 aw 1.17.8.1: #i39532# wntmsci10 correction

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [86ffbed15fe78cd2954685e4d1be2e3f8516877f]

        INTEGRATION: CWS aw033 (1.15.12); FILE MERGED 2008/07/10 13:00:51 aw 1.15.12.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:45 aw 1.15.12.8: RESYNC: (1.29-1.31); FILE MERGED 2007/08/09 17:22:03 aw 1.15.12.7: RESYNC: (1.26-1.29); FILE MERGED 2007/05/23 20:17:21 aw 1.15.12.6: RESYNC: (1.25-1.26); FILE MERGED 2007/03/20 13:56:29 aw 1.15.12.5: RESYNC: (1.24-1.25); FILE MERGED 2006/11/28 18:27:42 aw 1.15.12.4: RESYNC: (1.21-1.24); FILE MERGED 2006/09/26 17:53:13 aw 1.15.12.3: RESYNC: (1.16-1.21); FILE MERGED 2006/05/12 15:05:30 aw 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 12:46:19 aw 1.15.12.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [88f95384f5ef544adbf981f60a99f156f6404061]

        INTEGRATION: CWS aw033 (1.120.24); FILE MERGED 2008/08/19 15:55:18 cl 1.120.24.17: RESYNC: (1.136-1.139); FILE MERGED 2008/07/10 13:01:01 aw 1.120.24.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:33 aw 1.120.24.15: #i39532# corrections 2008/03/14 13:49:18 cl 1.120.24.14: RESYNC: (1.133-1.136); FILE MERGED 2008/03/05 07:57:46 aw 1.120.24.13: #i39532# prettyprinter support 2008/01/29 13:07:45 aw 1.120.24.12: RESYNC: (1.132-1.133); FILE MERGED 2008/01/22 12:29:46 aw 1.120.24.11: adaptions and 1st stripping 2007/12/19 12:41:47 aw 1.120.24.10: #i39532# export ViewContactOfSdrObj.hxx 2007/12/03 16:36:40 aw 1.120.24.9: RESYNC: (1.129-1.132); FILE MERGED 2007/08/09 17:16:03 aw 1.120.24.8: RESYNC: (1.126-1.129); FILE MERGED 2007/08/02 11:46:52 aw 1.120.24.7: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer 2007/06/27 18:23:33 aw 1.120.24.6: RESYNC: (1.125-1.126); FILE MERGED 2007/05/24 10:17:10 aw 1.120.24.5: removed hedabu usage 2007/05/23 20:15:52 aw 1.120.24.4: RESYNC: (1.122-1.125); FILE MERGED 2007/01/19 13:09:33 aw 1.120.24.3: RESYNC: (1.121-1.122); FILE MERGED 2006/11/28 18:24:50 aw 1.120.24.2: RESYNC: (1.120-1.121); FILE MERGED 2006/11/28 11:18:02 aw 1.120.24.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2b637eb0a92749008542fcbde45c3c42c881c6c1]

        INTEGRATION: CWS aw033 (1.19.586); FILE MERGED 2008/08/19 15:55:21 cl 1.19.586.12: RESYNC: (1.28-1.29); FILE MERGED 2008/03/14 13:49:12 cl 1.19.586.11: RESYNC: (1.27-1.28); FILE MERGED 2008/01/22 12:29:46 aw 1.19.586.10: adaptions and 1st stripping 2007/12/03 16:36:37 aw 1.19.586.9: RESYNC: (1.26-1.27); FILE MERGED 2007/08/09 17:16:10 aw 1.19.586.8: RESYNC: (1.24-1.26); FILE MERGED 2006/11/28 18:24:57 aw 1.19.586.7: RESYNC: (1.22-1.24); FILE MERGED 2006/10/19 11:03:11 aw 1.19.586.6: #i39532# primitive 2006/08/09 17:25:24 aw 1.19.586.5: #i39532# 2006/07/16 21:50:14 thb 1.19.586.4: #i65883# Added drawinglayer to the dependency list; gcc4.x fixes - moving out temporaries into explicit local variables 2006/05/12 14:59:25 aw 1.19.586.3: RESYNC: (1.19-1.22); FILE MERGED 2006/05/12 12:51:39 aw 1.19.586.2: code changes for primitive support 2005/10/28 11:38:47 aw 1.19.586.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [573171b6822e966b260c143c1a1dfd917247bc5d]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/07/06 13:42:28 aw 1.1.2.4: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:54:32 aw 1.1.2.3: #i39532# primitive 2006/08/09 17:07:54 aw 1.1.2.2: #i39532# 2006/05/12 12:28:08 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [70cd094d2da350788c0fbaccb3dce456b33a0cf9]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/04/08 05:53:04 aw 1.1.2.4: #i39532# table borders as primitives completed 2008/04/04 06:07:12 aw 1.1.2.3: #i39532# added primitive support for tables 2008/02/07 14:12:59 aw 1.1.2.2: stable version from working GIT repository for unxlngi6 build 2007/03/06 12:38:04 aw 1.1.2.1: #i39532# Issue number: Submitted by: Reviewed by:

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9fcb736ad426aca32cd5fd0b32f69fa37172f59]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.13: fixed license files 2008/07/21 18:29:13 aw 1.1.2.12: #i39532# changed aOutRect and bBoundRectValid 2008/06/24 15:41:12 aw 1.1.2.11: #i39532# corrections 2008/06/03 13:40:21 aw 1.1.2.10: corrections 2008/05/27 14:48:07 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/04/16 05:30:04 aw 1.1.2.8: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/04/04 06:07:12 aw 1.1.2.7: #i39532# added primitive support for tables 2008/02/07 14:12:59 aw 1.1.2.6: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:07 aw 1.1.2.5: adaptions and 1st stripping 2007/08/08 15:29:18 aw 1.1.2.4: #i39532# text decomposition needed spell checking knowledge to not show last decomposition 2007/08/03 10:47:17 aw 1.1.2.3: #i39532# restructured MetaFile comment reation to use TextHierarchy primitives 2006/11/07 15:52:10 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:07 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [80e3fed4d10ddd7d44781bae799ee2ffdf4f9a86]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/01/25 12:44:08 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:48 aw 1.1.2.3: #i39532# 2006/11/07 15:52:10 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:07 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f78573eda3d3dd6b4373c42f4e0b7797f7c3f1c0]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/01/25 12:44:07 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:48 aw 1.1.2.3: #i39532# 2006/11/07 15:52:09 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:07 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1780c184a611d205e61575a6b66835c82082d509]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.4: fixed license files 2008/05/27 14:48:07 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:22 aw 1.1.2.2: removals, OLE, optimizations for primitives 2007/03/06 12:37:47 aw 1.1.2.1: #i39532# Issue number: Submitted by: Reviewed by:

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f2ea138ca5bd76216ef16b73a6725d9ed8ef21bb]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.4: fixed license files 2008/05/27 14:48:07 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2006/11/07 15:52:09 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:08 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9afce496e06892f3198c4a7457edf7dd6e882f62]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/01/25 12:44:07 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:48 aw 1.1.2.3: #i39532# 2006/11/07 15:52:09 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:06 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8dfdaee58ce2a0fbad1175622b8b29e3c5e7c207]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/01/25 12:44:07 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:47 aw 1.1.2.3: #i39532# 2006/11/07 15:52:09 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:06 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7c32dfa54ff36e184dde2b65b956b84744502648]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.4: fixed license files 2008/05/27 14:48:07 aw 1.1.2.3: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:12 aw 1.1.2.2: #i39532# added primitive support for tables 2006/10/19 10:52:09 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [295c315fd59dec5e3d120df588a3e035430a0c8a]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2007/01/25 12:44:07 aw 1.1.2.4: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:47 aw 1.1.2.3: #i39532# 2006/11/07 15:52:09 aw 1.1.2.2: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:52:08 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a8efccbae69919b39be348360245420e65030205]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.6: fixed license files 2008/05/27 14:48:07 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:54:49 aw 1.1.2.4: #i39532# aw033 progresses from git 2008/04/04 06:07:12 aw 1.1.2.3: #i39532# added primitive support for tables 2007/07/06 13:42:28 aw 1.1.2.2: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:52:08 aw 1.1.2.1: #i39532# primitive

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [891d0f143a7c369c02c69246dc3e8426893e783b]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:27 cl 1.1.2.3: fixed license files 2008/05/27 14:48:07 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2006/11/07 15:51:30 aw 1.1.2.1: #i39532# added implementation of XPrimitiveFactory2D

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6a9d87d6185655ca26836b1bf8ac1ce0caf545bf]

        INTEGRATION: CWS aw033 (1.3.100); FILE MERGED 2008/05/14 13:58:04 aw 1.3.100.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/19 11:12:02 aw 1.3.100.1: #i39532# Lot of changes to make polygon stuff bezier-able

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [62ba372e93d7b40109cf60b17c0f44a96a478004]

        INTEGRATION: CWS aw033 (1.3.84); FILE MERGED 2008/05/27 14:48:07 aw 1.3.84.3: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:07 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/12 13:26:35 aw 1.3.84.1: #i39532# clipping changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6cab4ab518721c9f59ffea249895fb2d2558ce73]

        INTEGRATION: CWS aw033 (1.4.16); FILE MERGED 2008/05/27 14:48:07 aw 1.4.16.8: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:46 aw 1.4.16.7: RESYNC: (1.4-1.5); FILE MERGED 2008/01/22 12:29:07 aw 1.4.16.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.4.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:47 aw 1.4.16.4: #i39532# primitive 2006/08/09 17:05:52 aw 1.4.16.3: #i39532# 2006/06/02 14:17:45 aw 1.4.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:11 aw 1.4.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8978a1e815c2d0feec1c06fbdcbe0018bd87f2f8]

        INTEGRATION: CWS aw033 (1.6.84); FILE MERGED 2008/05/14 13:58:40 aw 1.6.84.3: RESYNC: (1.6-1.8); FILE MERGED 2008/01/22 12:29:07 aw 1.6.84.2: adaptions and 1st stripping 2007/10/15 16:37:18 aw 1.6.84.1: #i39532# finetuning

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8a3b569dff246514884032e1f8d10f878e931fe4]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.10: fixed license files 2008/05/27 14:48:07 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/01/29 10:27:14 aw 1.1.2.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:07 aw 1.1.2.7: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/11/28 11:17:46 aw 1.1.2.5: #i39532# 2006/10/19 10:53:47 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:52 aw 1.1.2.3: #i39532# 2006/06/02 14:17:45 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:33:35 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ee58da6b96bb308f641471446d7534543020527e]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.7: fixed license files 2008/05/27 14:48:06 aw 1.1.2.6: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:21 aw 1.1.2.5: removals, OLE, optimizations for primitives 2008/02/12 10:42:25 aw 1.1.2.4: CVS update from internal development GIT 2008/01/22 12:29:07 aw 1.1.2.3: adaptions and 1st stripping 2006/08/09 17:05:52 aw 1.1.2.2: #i39532# 2006/05/12 12:33:24 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6870185849c444cb31df4ae4b7e473a8fd9d0c44]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.6: fixed license files 2008/05/27 14:48:06 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:07 aw 1.1.2.4: adaptions and 1st stripping 2006/11/28 11:17:46 aw 1.1.2.3: #i39532# 2006/08/09 17:05:52 aw 1.1.2.2: #i39532# 2006/05/12 12:33:14 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cc98149674841eef72e61775e603d241c342413b]

        INTEGRATION: CWS aw033 (1.4.14); FILE MERGED 2008/07/10 12:58:59 aw 1.4.14.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:59:02 aw 1.4.14.10: RESYNC: (1.7-1.8); FILE MERGED 2008/01/22 12:29:07 aw 1.4.14.9: adaptions and 1st stripping 2007/08/09 17:14:48 aw 1.4.14.8: RESYNC: (1.6-1.7); FILE MERGED 2007/07/06 13:42:27 aw 1.4.14.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 13:54:17 aw 1.4.14.6: RESYNC: (1.5-1.6); FILE MERGED 2007/03/06 12:39:12 aw 1.4.14.5: #i39532# 2006/11/28 18:19:48 aw 1.4.14.4: RESYNC: (1.4-1.5); FILE MERGED 2006/10/19 10:53:47 aw 1.4.14.3: #i39532# primitive 2006/08/09 17:05:51 aw 1.4.14.2: #i39532# 2006/05/12 12:44:11 aw 1.4.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f0d92ba715ab1ec588aada2af55e389216b165d0]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.7: fixed license files 2008/07/10 12:58:59 aw 1.1.2.6: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/01/29 10:27:14 aw 1.1.2.4: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:06 aw 1.1.2.3: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.2: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/11/28 11:16:39 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bd4b8cc13d93937c2185bfe78c2d2daa4e16ddc7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.3: fixed license files 2008/05/27 14:48:06 aw 1.1.2.2: #i39532# changes DEV300 m12 resync corrections 2008/01/29 10:28:22 aw 1.1.2.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b37fb2d088a53583ab4baa6b3c2eb3f4ae6ce43d]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:59 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:46 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:51 aw 1.1.2.3: #i39532# 2006/06/02 14:17:45 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:48:39 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8076e067c81a62026b957f4459584811ef3603df]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.8: fixed license files 2008/07/10 12:58:59 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.6: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:21 aw 1.1.2.5: removals, OLE, optimizations for primitives 2008/02/07 14:12:59 aw 1.1.2.4: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:06 aw 1.1.2.3: adaptions and 1st stripping 2006/08/09 17:05:51 aw 1.1.2.2: #i39532# 2006/05/12 12:33:04 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c0490deb229f862f0043bd8433a0c5b8644368db]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.12: fixed license files 2008/07/10 12:58:59 aw 1.1.2.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/10 09:31:31 aw 1.1.2.10: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:48:06 aw 1.1.2.9: #i39532# changes DEV300 m12 resync corrections 2008/03/05 07:57:16 aw 1.1.2.8: #i39532# prettyprinter support 2008/01/22 12:29:06 aw 1.1.2.7: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:06 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/12 10:13:52 aw 1.1.2.4: #i39532# changes after resync 2006/11/28 11:17:46 aw 1.1.2.3: #i39532# 2006/10/19 10:53:46 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:04:47 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [da3e2ae0875ee2f711d72c65588dbd1305b811a5]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.6: fixed license files 2008/05/27 14:48:06 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.4: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.3: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:46 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:04:29 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [099309ff8ae785f4ee02233a9baa9f0e07fd93d9]

        INTEGRATION: CWS aw033 (1.5.14); FILE MERGED 2008/07/10 12:58:59 aw 1.5.14.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 10:54:33 aw 1.5.14.15: adaptions after resync 2008/05/14 13:58:31 aw 1.5.14.14: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 05:30:04 aw 1.5.14.13: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:25 aw 1.5.14.12: CVS update from internal development GIT 2008/01/29 10:27:14 aw 1.5.14.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:06 aw 1.5.14.10: adaptions and 1st stripping 2007/08/13 15:34:17 aw 1.5.14.9: #i39532# changes after resync 2007/08/09 17:14:34 aw 1.5.14.8: RESYNC: (1.6-1.7); FILE MERGED 2007/07/06 13:42:27 aw 1.5.14.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/12/11 17:40:14 aw 1.5.14.6: #i39532# changes after resync 2006/11/28 18:19:41 aw 1.5.14.5: RESYNC: (1.5-1.6); FILE MERGED 2006/10/19 10:53:46 aw 1.5.14.4: #i39532# primitive 2006/08/09 17:05:51 aw 1.5.14.3: #i39532# 2006/06/02 14:17:45 aw 1.5.14.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:11 aw 1.5.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0a77fe7562c1d1a11c7b6f271698a7b5d2c91c67]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/07/10 12:58:59 aw 1.3.16.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:59 aw 1.3.16.8: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:06 aw 1.3.16.7: adaptions and 1st stripping 2007/12/19 12:40:48 aw 1.3.16.6: #i39532# made ViewContactOfSdrObj a exported symbol 2007/07/06 13:42:27 aw 1.3.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:46 aw 1.3.16.4: #i39532# primitive 2006/08/09 17:05:51 aw 1.3.16.3: #i39532# 2006/06/02 14:17:45 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:11 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [47ee6a38143329257a2af795bba739d636789cd9]

        INTEGRATION: CWS aw033 (1.1.4); FILE MERGED 2008/05/14 13:58:49 aw 1.1.4.10: RESYNC: (1.5-1.7); FILE MERGED 2008/01/22 12:29:06 aw 1.1.4.9: adaptions and 1st stripping 2007/08/09 17:14:27 aw 1.1.4.8: RESYNC: (1.4-1.5); FILE MERGED 2007/07/06 13:42:27 aw 1.1.4.7: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 13:54:09 aw 1.1.4.6: RESYNC: (1.2-1.3); FILE MERGED 2006/12/13 10:20:20 aw 1.1.4.5: #i39532# use correct verion from previously added file 2006/12/12 16:28:30 hr 1.1.4.4: RESYNC; 2006/12/11 17:40:13 aw 1.1.4.3: #i39532# changes after resync 2006/10/19 10:53:46 aw 1.1.4.2: #i39532# primitive 2006/08/09 17:04:55 aw 1.1.4.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [22426490946c634d5fd205a6be866f88ea19c6cd]

        INTEGRATION: CWS aw033 (1.4.58); FILE MERGED 2008/07/10 12:58:59 aw 1.4.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [78eefcd906432b9330e676d8fbde74233ef3bb80]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:45 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:51 aw 1.1.2.3: #i39532# 2006/06/02 14:17:45 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:53 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f4421da8457f65ab92c49852827dbcde3dd6af80]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:45 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:51 aw 1.1.2.3: #i39532# 2006/06/02 14:17:45 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:43 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9f520ec89b1e745f82d5aaabc0ed8392612db776]

        INTEGRATION: CWS aw033 (1.7.16); FILE MERGED 2008/07/10 12:58:58 aw 1.7.16.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.7.16.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:21 aw 1.7.16.8: RESYNC: (1.8-1.9); FILE MERGED 2008/01/29 10:27:14 aw 1.7.16.7: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:06 aw 1.7.16.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.7.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:45 aw 1.7.16.4: #i39532# primitive 2006/08/09 17:05:50 aw 1.7.16.3: #i39532# 2006/06/02 14:17:44 aw 1.7.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:11 aw 1.7.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9e6349b7097639c8e3b8cf0c5c3532c803ac32e6]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.11: fixed license files 2008/07/10 12:58:58 aw 1.1.2.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/03 13:40:21 aw 1.1.2.9: corrections 2008/05/27 14:48:06 aw 1.1.2.8: #i39532# changes DEV300 m12 resync corrections 2008/02/26 08:40:21 aw 1.1.2.7: removals, OLE, optimizations for primitives 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:45 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:50 aw 1.1.2.3: #i39532# 2006/06/02 14:17:44 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:33 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f7349f74e75e7a4f73c8ad26fe8418ffe8ebd36c]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/07/10 12:58:58 aw 1.3.16.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:11 aw 1.3.16.7: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:06 aw 1.3.16.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.3.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:45 aw 1.3.16.4: #i39532# primitive 2006/08/09 17:05:50 aw 1.3.16.3: #i39532# 2006/06/02 14:17:44 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:10 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38b923b483df93f5b1113c0ab1ae0ee74eb2ed9d]

        INTEGRATION: CWS aw033 (1.8.16); FILE MERGED 2008/07/10 12:58:58 aw 1.8.16.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:59:05 aw 1.8.16.8: RESYNC: (1.10-1.11); FILE MERGED 2008/01/22 12:29:06 aw 1.8.16.7: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.8.16.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/05/23 20:15:27 aw 1.8.16.5: RESYNC: (1.8-1.9); FILE MERGED 2007/01/25 18:25:27 aw 1.8.16.4: #i39532# reorganized marker primitives to reduce count 2006/10/19 10:53:44 aw 1.8.16.3: #i39532# primitive 2006/06/02 14:17:44 aw 1.8.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:10 aw 1.8.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [32b998fdf0af57516929a1d5b962c2d885449329]

        INTEGRATION: CWS aw033 (1.5.16); FILE MERGED 2008/07/10 12:58:58 aw 1.5.16.7: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:43 aw 1.5.16.6: RESYNC: (1.6-1.7); FILE MERGED 2008/01/22 12:29:06 aw 1.5.16.5: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.5.16.4: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/03/20 13:54:02 aw 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/10/19 10:53:44 aw 1.5.16.2: #i39532# primitive 2006/08/09 17:05:49 aw 1.5.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f15945bce3cf3bdc22fd330acdfafe26af951690]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:44 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.1.2.3: #i39532# 2006/06/02 14:17:44 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:23 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [de23ad66d411ac4df3407f2ae8fedc078cd84179]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:44 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.1.2.3: #i39532# 2006/06/02 14:17:44 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:12 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [08f676f1bf2d6d432785e0a4ffa3f94e1128084f]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:44 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.1.2.3: #i39532# 2006/06/02 14:17:44 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:32:02 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e606c0cbd1fee7582ee6eb3e3ed363e862081b0b]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.9: fixed license files 2008/07/10 12:58:58 aw 1.1.2.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/01/22 12:29:06 aw 1.1.2.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.1.2.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:44 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.1.2.3: #i39532# 2006/06/02 14:17:44 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:52 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fa11382ca742125c76f87183c5d509d0c0462f23]

        INTEGRATION: CWS aw033 (1.6.16); FILE MERGED 2008/07/10 12:58:58 aw 1.6.16.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:37 aw 1.6.16.3: RESYNC: (1.6-1.7); FILE MERGED 2008/01/22 12:29:06 aw 1.6.16.2: adaptions and 1st stripping 2006/11/28 11:17:46 aw 1.6.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b5034bae950cf6d18b47e6ba3626bc429dba5518]

        INTEGRATION: CWS aw033 (1.7.16); FILE MERGED 2008/05/14 13:59:08 aw 1.7.16.7: RESYNC: (1.9-1.10); FILE MERGED 2008/01/29 10:27:14 aw 1.7.16.6: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:06 aw 1.7.16.5: adaptions and 1st stripping 2007/05/23 20:15:20 aw 1.7.16.4: RESYNC: (1.8-1.9); FILE MERGED 2007/01/19 16:56:17 aw 1.7.16.3: changes after resync 2007/01/19 13:09:09 aw 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 12:44:10 aw 1.7.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [13541cfc140cb5cf30de210050c7b2dfbee40654]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/07/10 12:58:58 aw 1.3.16.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:27 aw 1.3.16.7: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:06 aw 1.3.16.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.3.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:43 aw 1.3.16.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.3.16.3: #i39532# 2006/06/02 14:17:43 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:10 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7b053a35617f527a8335967dad864f7c1695334d]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/14 13:59:11 aw 1.3.16.9: RESYNC: (1.4-1.5); FILE MERGED 2008/02/07 14:12:59 aw 1.3.16.8: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:05 aw 1.3.16.7: adaptions and 1st stripping 2007/12/03 16:36:33 aw 1.3.16.6: RESYNC: (1.3-1.4); FILE MERGED 2007/07/06 13:42:27 aw 1.3.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:43 aw 1.3.16.4: #i39532# primitive 2006/08/09 17:05:49 aw 1.3.16.3: #i39532# 2006/06/02 14:17:43 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:10 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0184558da4b82f4c0facfd29b26df4fc33c3b700]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:26 cl 1.1.2.8: fixed license files 2008/07/10 12:58:58 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2007/07/06 13:42:27 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:06 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:43 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.1.2.3: #i39532# 2006/06/02 14:17:43 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:43 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8f134eeda183bf5a345a055644cbf174ca00eca1]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/07/10 12:58:58 aw 1.3.16.14: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:12 aw 1.3.16.13: #i39532# corrections 2008/06/10 09:31:31 aw 1.3.16.12: #i39532# changed 3d primitive stuff to use viewinformation3d 2008/05/27 14:48:06 aw 1.3.16.11: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:17 aw 1.3.16.10: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:05 aw 1.3.16.9: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.3.16.8: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:06 aw 1.3.16.7: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/11/28 11:17:45 aw 1.3.16.6: #i39532# 2006/11/07 15:52:08 aw 1.3.16.5: #i39532# changed various aspevcts of XPrimitive2D implementations 2006/10/19 10:53:43 aw 1.3.16.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.3.16.3: #i39532# 2006/06/02 14:17:43 aw 1.3.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:09 aw 1.3.16.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [98aa5f01dc0044bb88de64a43bb4e12fa48cc7f9]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.8: fixed license files 2008/07/10 12:58:58 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2007/07/06 13:42:27 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:06 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:43 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.1.2.3: #i39532# 2006/06/02 14:17:43 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:34 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8f4fecc1bd4ff49edd4a3d9de470c47c0018eb50]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.8: fixed license files 2008/07/10 12:58:58 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2007/07/06 13:42:26 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:06 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:43 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.1.2.3: #i39532# 2006/06/02 14:17:43 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:24 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3e814f7ec04e72fc2c47400c4da4428376a649b6]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.8: fixed license files 2008/07/10 12:58:58 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2007/07/06 13:42:26 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:05 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:42 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.1.2.3: #i39532# 2006/06/02 14:17:42 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:15 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [227ff3818ed385114dc3e1f0e0e2a52464344d3b]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.8: fixed license files 2008/07/10 12:58:58 aw 1.1.2.7: #i39532# XOutputDevice removed, PrepareDelete removed 2007/07/06 13:42:26 aw 1.1.2.6: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:05 aw 1.1.2.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:42 aw 1.1.2.4: #i39532# primitive 2006/08/09 17:05:48 aw 1.1.2.3: #i39532# 2006/06/02 14:17:42 aw 1.1.2.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:31:05 aw 1.1.2.1: code for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1c28f40846c802e560f88907a2fb944690efe584]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.10: fixed license files 2008/07/10 12:58:58 aw 1.1.2.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:12 aw 1.1.2.8: #i39532# corrections 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 09:54:49 aw 1.1.2.6: #i39532# aw033 progresses from git 2008/01/22 12:29:05 aw 1.1.2.5: adaptions and 1st stripping 2007/07/06 13:42:26 aw 1.1.2.4: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 12:44:05 aw 1.1.2.3: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:42 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:05:20 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [530303917ab784284605e14063abe20582ee502c]

        INTEGRATION: CWS aw033 (1.7.14); FILE MERGED 2008/07/10 12:58:58 aw 1.7.14.16: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 10:54:33 aw 1.7.14.15: adaptions after resync 2008/05/14 13:58:55 aw 1.7.14.14: RESYNC: (1.10-1.11); FILE MERGED 2008/04/16 05:30:04 aw 1.7.14.13: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:25 aw 1.7.14.12: CVS update from internal development GIT 2008/01/29 10:27:14 aw 1.7.14.11: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.7.14.10: adaptions and 1st stripping 2007/07/06 13:42:25 aw 1.7.14.9: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/01/25 18:25:27 aw 1.7.14.8: #i39532# reorganized marker primitives to reduce count 2006/11/28 18:19:34 aw 1.7.14.7: RESYNC: (1.9-1.10); FILE MERGED 2006/10/19 10:53:42 aw 1.7.14.6: #i39532# primitive 2006/09/26 17:47:11 aw 1.7.14.5: RESYNC: (1.8-1.9); FILE MERGED 2006/08/09 17:05:48 aw 1.7.14.4: #i39532# 2006/06/02 14:17:42 aw 1.7.14.3: #i39532# adaptions to new primitives, error corrections 2006/05/12 14:58:43 aw 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 12:44:09 aw 1.7.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ecc4089019e4f6de174c872f70f28467890311c3]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.8: fixed license files 2008/05/27 14:48:06 aw 1.1.2.7: #i39532# changes DEV300 m12 resync corrections 2008/02/07 14:12:59 aw 1.1.2.6: stable version from working GIT repository for unxlngi6 build 2007/12/20 14:50:50 aw 1.1.2.5: #i39532# Added simple test-canvas-renderer 2007/07/27 09:17:11 aw 1.1.2.4: #i39532# 2007/07/09 13:25:12 aw 1.1.2.3: #i39532# adaptions to splitted VCLProcessors for meta and pixel targets 2006/10/19 10:53:42 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:04:38 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [09bbb5313fd7cf0297a76e328de3b06356082e14]

        INTEGRATION: CWS aw033 (1.9.14); FILE MERGED 2008/07/10 12:58:58 aw 1.9.14.11: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:58:34 aw 1.9.14.10: RESYNC: (1.11-1.12); FILE MERGED 2008/04/16 05:30:04 aw 1.9.14.9: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/29 10:27:14 aw 1.9.14.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.9.14.7: adaptions and 1st stripping 2007/08/09 17:14:20 aw 1.9.14.6: RESYNC: (1.10-1.11); FILE MERGED 2007/01/25 12:44:05 aw 1.9.14.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/12/11 17:40:13 aw 1.9.14.4: #i39532# changes after resync 2006/11/28 18:19:15 aw 1.9.14.3: RESYNC: (1.9-1.10); FILE MERGED 2006/08/09 17:05:47 aw 1.9.14.2: #i39532# 2006/05/12 12:44:09 aw 1.9.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [81a6f83cd4947c1d081cd8100bca2e3b8006df19]

        INTEGRATION: CWS aw033 (1.4.14); FILE MERGED 2008/07/10 12:58:58 aw 1.4.14.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/03 13:40:21 aw 1.4.14.8: corrections 2008/05/27 14:48:06 aw 1.4.14.7: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:52 aw 1.4.14.6: RESYNC: (1.5-1.6); FILE MERGED 2008/04/16 05:30:04 aw 1.4.14.5: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/01/22 12:29:05 aw 1.4.14.4: adaptions and 1st stripping 2007/05/25 14:48:14 aw 1.4.14.3: changes after resync 2006/11/28 18:19:08 aw 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/28 11:17:45 aw 1.4.14.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [98d33a6c644099fa8caef60cabca367fcb7d7138]

        INTEGRATION: CWS aw033 (1.8.14); FILE MERGED 2008/07/10 12:58:58 aw 1.8.14.14: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/16 10:54:33 aw 1.8.14.13: adaptions after resync 2008/05/14 13:58:24 aw 1.8.14.12: RESYNC: (1.11-1.12); FILE MERGED 2008/04/16 05:30:03 aw 1.8.14.11: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/12 10:42:25 aw 1.8.14.10: CVS update from internal development GIT 2008/02/07 14:12:58 aw 1.8.14.9: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.8.14.8: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.8.14.7: adaptions and 1st stripping 2007/08/09 17:14:13 aw 1.8.14.6: RESYNC: (1.10-1.11); FILE MERGED 2007/01/25 12:44:05 aw 1.8.14.5: #i39532# change 3D scene content generation to be usable from API implementation, too 2006/10/19 10:53:41 aw 1.8.14.4: #i39532# primitive 2006/08/09 17:05:47 aw 1.8.14.3: #i39532# 2006/05/12 14:58:52 aw 1.8.14.2: RESYNC: (1.8-1.10); FILE MERGED 2006/05/12 12:44:09 aw 1.8.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [004544370a97508adc79066993e49ee8f960e3ff]

        INTEGRATION: CWS aw033 (1.9.14); FILE MERGED 2008/06/03 13:40:21 aw 1.9.14.11: corrections 2008/05/27 14:48:06 aw 1.9.14.10: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:14 aw 1.9.14.9: RESYNC: (1.13-1.14); FILE MERGED 2008/04/16 05:30:03 aw 1.9.14.8: diverse optimisations and fixes for primitives. Support for LazyInvalidation. 2008/02/07 14:12:58 aw 1.9.14.7: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.9.14.6: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.9.14.5: adaptions and 1st stripping 2007/12/03 16:36:30 aw 1.9.14.4: RESYNC: (1.12-1.13); FILE MERGED 2007/05/23 20:15:13 aw 1.9.14.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/28 18:19:01 aw 1.9.14.2: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 12:44:09 aw 1.9.14.1: code changes for primitive support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fac6171567a0978ba9b7d5d33dd11500a43ca142]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.6: fixed license files 2008/05/27 14:48:06 aw 1.1.2.5: #i39532# changes DEV300 m12 resync corrections 2008/04/04 06:07:12 aw 1.1.2.4: #i39532# added primitive support for tables 2007/08/13 15:34:17 aw 1.1.2.3: #i39532# changes after resync 2006/10/19 10:53:09 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:02:32 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [536a0e0ea8682095f5212d335118ea88573253b8]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.5: fixed license files 2008/04/04 06:07:12 aw 1.1.2.4: #i39532# added primitive support for tables 2007/07/06 13:42:25 aw 1.1.2.3: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:09 aw 1.1.2.2: #i39532# primitive 2006/08/09 17:02:32 aw 1.1.2.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f4cc6fa43f5ea9100aee94f7cb0fd2c5b9f11f7c]

        INTEGRATION: CWS aw033 (1.5.16); FILE MERGED 2008/05/14 13:59:20 aw 1.5.16.3: RESYNC: (1.6-1.7); FILE MERGED 2006/11/28 18:18:53 aw 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 17:20:46 aw 1.5.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7ffa50c9e9d4f9a3d4144591ce2dd4af91faaf5b]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/27 14:48:05 aw 1.3.16.4: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:59:14 aw 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:05 aw 1.3.16.2: adaptions and 1st stripping 2006/08/09 17:20:46 aw 1.3.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5d479f2ddae401a051c0039cf43f71e7230fb02c]

        INTEGRATION: CWS aw033 (1.3.16); FILE MERGED 2008/05/27 14:48:05 aw 1.3.16.5: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:59:17 aw 1.3.16.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:05 aw 1.3.16.3: adaptions and 1st stripping 2006/10/19 10:52:55 aw 1.3.16.2: #i39532# primitive 2006/08/09 17:20:46 aw 1.3.16.1: #i39532#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1122c7ba9e266936923575d62a1ce927fc7d593c]

        INTEGRATION: CWS aw033 (1.3.58); FILE MERGED 2008/07/10 12:58:58 aw 1.3.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2f83040e9047a3e10a84a757a41e7ed78142efb9]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:22 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:05 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b0c5ef0377b7baccffd1cd7caafefa4ae97bb198]

        INTEGRATION: CWS aw033 (1.3.58); FILE MERGED 2008/07/10 12:58:57 aw 1.3.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e0e5140cf3e8f03b42c5c70870a36f4bb5bc8c3c]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:52 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:05 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c1e8627d5c15e5689082a08a09877a79ca6ed912]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/05/14 13:57:00 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:11 aw 1.2.4.1: #i39532# added primitive support for tables

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [905b577a47a3efe8ad47c88a6ee7996e7d6d12f4]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/10 12:58:57 aw 1.2.76.9: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:56:39 aw 1.2.76.8: RESYNC: (1.6-1.7); FILE MERGED 2008/02/12 11:26:05 aw 1.2.76.7: RESYNC: (1.5-1.6); FILE MERGED 2008/02/07 14:12:58 aw 1.2.76.6: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.2.76.5: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.2.76.4: adaptions and 1st stripping 2007/12/03 16:36:26 aw 1.2.76.3: RESYNC: (1.4-1.5); FILE MERGED 2007/08/09 17:11:27 aw 1.2.76.2: RESYNC: (1.2-1.4); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6bb2c3ed89d2793ad3cdbbcc59d8250b2cb4584c]

        INTEGRATION: CWS aw033 (1.3.84); FILE MERGED 2008/07/10 12:58:57 aw 1.3.84.4: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:56:26 aw 1.3.84.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:40:21 aw 1.3.84.2: removals, OLE, optimizations for primitives 2008/01/29 10:27:14 aw 1.3.84.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ed0262f8026c5866e7d8e9c687240246736f492f]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/11 11:36:36 aw 1.2.76.11: RESYNC: (1.6-1.7); FILE MERGED 2008/07/10 12:58:57 aw 1.2.76.10: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:56:56 aw 1.2.76.9: RESYNC: (1.5-1.6); FILE MERGED 2008/03/14 13:49:09 cl 1.2.76.8: RESYNC: (1.4-1.5); FILE MERGED 2008/02/12 10:42:25 aw 1.2.76.7: CVS update from internal development GIT 2008/02/07 14:12:58 aw 1.2.76.6: stable version from working GIT repository for unxlngi6 build 2008/01/29 13:07:42 aw 1.2.76.5: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:05 aw 1.2.76.4: adaptions and 1st stripping 2007/10/08 17:56:48 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/06 13:42:25 aw 1.2.76.2: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fc52c4063d49274beca28c9e682f7eff4a839037]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:44 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/29 10:27:14 aw 1.2.76.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:05 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [98ccec3e5261f523658a505580ded70ea52c944e]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:10 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/07 14:12:58 aw 1.2.76.1: stable version from working GIT repository for unxlngi6 build

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0b35c1055f04bceb03d7075882f2ad735236b916]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:17 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [110d1f07c7558770bb7333e4b9bb9f61434fefbb]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.10: #i39532# corrections 2008/05/27 14:48:05 aw 1.2.76.9: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:56:04 aw 1.2.76.8: RESYNC: (1.3-1.4); FILE MERGED 2008/04/04 06:07:11 aw 1.2.76.7: #i39532# added primitive support for tables 2008/03/14 13:49:05 cl 1.2.76.6: RESYNC: (1.2-1.3); FILE MERGED 2008/02/07 14:12:58 aw 1.2.76.5: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.2.76.4: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:04 aw 1.2.76.3: adaptions and 1st stripping 2007/08/08 15:29:18 aw 1.2.76.2: #i39532# text decomposition needed spell checking knowledge to not show last decomposition 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [748e3815ae5674dffc42a838ee1cae035557ddd0]

        INTEGRATION: CWS aw033 (1.2.4); FILE MERGED 2008/07/21 18:29:13 aw 1.2.4.6: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 12:58:57 aw 1.2.4.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:11 aw 1.2.4.4: #i39532# corrections 2008/05/14 13:56:46 aw 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:07:11 aw 1.2.4.2: #i39532# added primitive support for tables 2008/03/18 07:14:55 aw 1.2.4.1: #i39532# changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8e0f5a4aa53b8df6ef64d46261c2c98b1b5f2a63]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.5: #i39532# corrections 2008/05/14 13:55:52 aw 1.2.76.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.3: adaptions and 1st stripping 2007/12/03 16:36:24 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [55b36ff79fd435b8ef3e464fc1b72ccd9b69555e]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.4: #i39532# corrections 2008/05/14 13:57:58 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7da90c33ba7f0805f00bca29150c905807a15ec5]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/25 12:27:21 aw 1.2.76.7: RESYNC: (1.4-1.5); FILE MERGED 2008/05/14 13:57:31 aw 1.2.76.6: RESYNC: (1.3-1.4); FILE MERGED 2008/03/14 13:48:58 cl 1.2.76.5: RESYNC: (1.2-1.3); FILE MERGED 2008/02/26 08:40:21 aw 1.2.76.4: removals, OLE, optimizations for primitives 2008/02/12 10:42:25 aw 1.2.76.3: CVS update from internal development GIT 2008/01/22 12:29:04 aw 1.2.76.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c00777511dbaa859742fadc93abc484cd290c12f]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:34 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8a0abb06d38616586b0534399072b1a44746b795]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/21 18:29:13 aw 1.2.76.6: #i39532# changed aOutRect and bBoundRectValid 2008/06/24 15:41:11 aw 1.2.76.5: #i39532# corrections 2008/05/14 13:57:28 aw 1.2.76.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.3: adaptions and 1st stripping 2007/12/03 16:36:21 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [92104ac1a6de2ea79909b02196a770796776217a]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:54 aw 1.2.76.5: RESYNC: (1.3-1.4); FILE MERGED 2008/02/07 14:12:58 aw 1.2.76.4: stable version from working GIT repository for unxlngi6 build 2008/01/22 12:29:04 aw 1.2.76.3: adaptions and 1st stripping 2007/12/03 16:36:18 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6dac0e72843d888e49b97fe66ac6a18ebf440e12]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/11 11:36:27 aw 1.2.76.5: RESYNC: (1.3-1.4); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.4: #i39532# corrections 2008/05/14 13:57:13 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a69710bf0b948dbb79d17eb4392ba053640b36bc]

        INTEGRATION: CWS aw033 (1.3.12); FILE MERGED 2008/06/24 15:41:11 aw 1.3.12.4: #i39532# corrections 2008/05/14 13:57:48 aw 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.3.12.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.3.12.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b791dc60051c4660d8780fcb381934571c462269]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.5: #i39532# corrections 2008/05/14 13:56:49 aw 1.2.76.4: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.3: adaptions and 1st stripping 2007/05/25 12:56:52 aw 1.2.76.2: changes after resync 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d3834128e13d4c8d818388709187e13cd8dde862]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/21 18:29:13 aw 1.2.76.13: #i39532# changed aOutRect and bBoundRectValid 2008/07/10 12:58:57 aw 1.2.76.12: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:11 aw 1.2.76.11: #i39532# corrections 2008/05/14 13:56:12 aw 1.2.76.10: RESYNC: (1.7-1.8); FILE MERGED 2008/03/14 13:48:55 cl 1.2.76.9: RESYNC: (1.6-1.7); FILE MERGED 2008/02/12 10:42:25 aw 1.2.76.8: CVS update from internal development GIT 2008/02/07 14:12:58 aw 1.2.76.7: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.2.76.6: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:04 aw 1.2.76.5: adaptions and 1st stripping 2007/12/03 16:36:15 aw 1.2.76.4: RESYNC: (1.5-1.6); FILE MERGED 2007/10/08 17:56:41 aw 1.2.76.3: RESYNC: (1.4-1.5); FILE MERGED 2007/08/09 17:11:11 aw 1.2.76.2: RESYNC: (1.2-1.4); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c0254bccaeb5063140dff6a260dabafb27ffb6fd]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/06/24 15:41:11 aw 1.2.76.3: #i39532# corrections 2008/05/14 13:56:42 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c3e4a3f8080792ea0bb6cef8fb5df1398159d545]

        INTEGRATION: CWS aw033 (1.3.68); FILE MERGED 2008/07/11 11:36:39 aw 1.3.68.5: RESYNC: (1.5-1.6); FILE MERGED 2008/06/24 15:41:11 aw 1.3.68.4: #i39532# corrections 2008/05/14 13:55:55 aw 1.3.68.3: RESYNC: (1.4-1.5); FILE MERGED 2008/03/14 13:48:46 cl 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.3.68.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dff4233b0a6bfb50b3a23131f91c22f8039efd05]

        INTEGRATION: CWS aw033 (1.4.62); FILE MERGED 2008/07/11 11:36:32 aw 1.4.62.4: RESYNC: (1.7-1.8); FILE MERGED 2008/05/14 13:57:21 aw 1.4.62.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/14 13:48:43 cl 1.4.62.2: RESYNC: (1.4-1.6); FILE MERGED 2008/02/26 08:40:21 aw 1.4.62.1: removals, OLE, optimizations for primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [40d64e46010fee38616d299764f7c1c0414d201c]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:24 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [da453cb60de94208c2a1ab0f14a57491d088f894]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:15 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7e2147c1f18acd69fba0c815b009da7ee3c8dab1]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:57:51 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:57 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d6d7ac64c3b0de8c80b6212453a6396ae7b521e0]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/10 12:58:57 aw 1.2.76.5: #i39532# XOutputDevice removed, PrepareDelete removed 2008/06/24 15:41:11 aw 1.2.76.4: #i39532# corrections 2008/05/14 13:56:29 aw 1.2.76.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/07 14:12:58 aw 1.2.76.2: stable version from working GIT repository for unxlngi6 build 2008/01/29 10:27:14 aw 1.2.76.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0780e05c691a562200b19afb0f82b1496b5f4f43]

        INTEGRATION: CWS aw033 (1.3.58); FILE MERGED 2008/07/10 12:58:57 aw 1.3.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3fcfa982f645050eed9ab3f6a72bb7efe80e388b]

        INTEGRATION: CWS aw033 (1.3.12); FILE MERGED 2008/06/24 15:41:11 aw 1.3.12.5: #i39532# corrections 2008/05/14 13:55:49 aw 1.3.12.4: RESYNC: (1.3-1.4); FILE MERGED 2008/03/13 08:55:52 aw 1.3.12.3: #i39532# chart improvements 2008/01/22 12:29:04 aw 1.3.12.2: adaptions and 1st stripping 2007/05/24 10:05:57 aw 1.3.12.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8a325f29da195a6a6a74059da396bda0a08f1986]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:35 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bebe41e84d2380388bba68c4977ed0adff5b63d9]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:32 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:56 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7bf3c3329cc65496c6af1105800f86e0a96b2c60]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/08/19 15:55:15 cl 1.2.76.8: RESYNC: (1.5-1.7); FILE MERGED 2008/06/25 12:27:12 aw 1.2.76.7: RESYNC: (1.4-1.5); FILE MERGED 2008/05/14 13:56:00 aw 1.2.76.6: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.5: adaptions and 1st stripping 2007/12/03 16:36:11 aw 1.2.76.4: RESYNC: (1.2-1.3); FILE MERGED 2007/09/27 16:05:41 aw 1.2.76.3: #i39532# bullet extensions 2007/09/26 11:38:33 aw 1.2.76.2: #i73860# text decomposition extrended 2007/08/02 11:46:31 aw 1.2.76.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d1be0da2058af71db7cece8e654297c2ecb66ded]

        INTEGRATION: CWS aw033 (1.3.22); FILE MERGED 2008/06/24 15:41:11 aw 1.3.22.4: #i39532# corrections 2008/05/14 13:57:41 aw 1.3.22.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/29 10:27:14 aw 1.3.22.2: updated refresh for ActionChanged(), diverse removals 2008/01/22 12:29:04 aw 1.3.22.1: adaptions and 1st stripping

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [488ef5f0711bbb765107eb755d3d0ebf2c2bef40]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:55:45 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:56 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c619a8fd069a5e5d798ab851b0e4906f88946c11]

        INTEGRATION: CWS aw033 (1.5.58); FILE MERGED 2008/07/10 12:58:57 aw 1.5.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c2284d29dccee56cba67bd67fa5848285729d1d6]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:18 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:56 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [732f86e696a4565cfffd20fe17727ee6aaae04e7]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:46:25 cl 1.1.2.3: fixed license files 2007/09/26 11:38:33 aw 1.1.2.2: #i73860# text decomposition extrended 2007/08/02 11:45:42 aw 1.1.2.1: #i39532# added data structures for primitive and metafile comment support

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0fc1957e4a70a61be6ed3367e8dfabe1bc0330fa]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/08/19 15:55:12 cl 1.2.76.9: RESYNC: (1.6-1.8); FILE MERGED 2008/06/25 12:27:17 aw 1.2.76.8: RESYNC: (1.5-1.6); FILE MERGED 2008/05/14 13:57:37 aw 1.2.76.7: RESYNC: (1.4-1.5); FILE MERGED 2008/03/14 13:48:37 cl 1.2.76.6: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 12:29:04 aw 1.2.76.5: adaptions and 1st stripping 2007/09/27 16:05:40 aw 1.2.76.4: #i39532# bullet extensions 2007/09/26 11:38:33 aw 1.2.76.3: #i73860# text decomposition extrended 2007/08/09 17:08:49 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/02 11:46:31 aw 1.2.76.1: #i39532# added support for Metafile comment actions over MetaFile VCLprimitive renderer

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1ab0dccacf7fc3fee7630147877bae9ab16ea0c2]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/07/10 12:58:57 aw 1.2.76.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 13:57:04 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/29 10:27:14 aw 1.2.76.1: updated refresh for ActionChanged(), diverse removals

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [69a7a257b8d86c8c168642e5613bb8ce33bc6933]

        INTEGRATION: CWS aw033 (1.2.76); FILE MERGED 2008/05/14 13:56:07 aw 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/24 10:05:56 aw 1.2.76.1: applied patches to migrated headers

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8f3ff464d3a2c54c586d432d0ecb84a8e60fa0c2]

        INTEGRATION: CWS aw033 (1.3.4); FILE MERGED 2008/05/14 13:57:07 aw 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/08 05:53:04 aw 1.3.4.1: #i39532# table borders as primitives completed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d4877fd82859009fd2e4e7eb307cf038981e3b2e]

        INTEGRATION: CWS aw033 (1.9.158); FILE MERGED 2008/05/14 13:55:42 aw 1.9.158.3: RESYNC: (1.10-1.11); FILE MERGED 2007/06/27 18:21:42 aw 1.9.158.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 15:52:08 aw 1.9.158.1: #i39532# changed various aspevcts of XPrimitive2D implementations

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eb1690e721c2637c5b13e3a5d15de6de461b7ef8]

        INTEGRATION: CWS aw033 (1.7.58); FILE MERGED 2008/07/14 08:40:43 aw 1.7.58.2: changes after resync 2008/07/10 12:58:57 aw 1.7.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [87eb2d207dcc42589d5d8372a87f9f9e2667b2ce]

        INTEGRATION: CWS aw033 (1.6.58); FILE MERGED 2008/07/10 12:58:57 aw 1.6.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0cabe5d8c4bb63d6261021fd7e9337005cc532e7]

        INTEGRATION: CWS aw033 (1.5.58); FILE MERGED 2008/06/24 15:41:10 aw 1.5.58.1: #i39532# corrections

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7b3fee07bac63e76e0d46340984ea56dbf2d3a8a]

        INTEGRATION: CWS aw033 (1.7.58); FILE MERGED 2008/07/10 12:58:57 aw 1.7.58.1: #i39532# XOutputDevice removed, PrepareDelete removed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1add27b9011414d073f5f0eb4811446ae1b0362b]

        INTEGRATION: CWS aw033 (1.5.48); FILE MERGED 2008/07/24 09:01:10 thb 1.5.48.1: Clarified documentation of MiterLimit

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cdaf219c60d9428c09367a9c4c18d5d9185964e9]

        INTEGRATION: CWS aw033 (1.3.194); FILE MERGED 2008/05/14 13:45:04 aw 1.3.194.7: RESYNC: (1.6-1.7); FILE MERGED 2008/02/07 13:48:03 aw 1.3.194.6: stable version from working GIT repository for unxlngi6 build 2008/01/29 13:07:31 aw 1.3.194.5: RESYNC: (1.5-1.6); FILE MERGED 2006/12/12 14:15:00 aw 1.3.194.4: RESYNC: (1.4-1.5); FILE MERGED 2006/11/28 17:38:47 aw 1.3.194.3: RESYNC: (1.3-1.4); FILE MERGED 2006/11/07 15:57:26 aw 1.3.194.2: #i39532# added XPrimitiveFactory2D 2006/10/19 10:11:52 aw 1.3.194.1: #i39532# added basic interfaces for 2d and 3d primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9b3bda560294467169a4e1938d23146a33e2f514]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:16 cl 1.1.2.2: fixed license files 2006/11/07 15:57:04 aw 1.1.2.1: #i39532# Initial addition to make XPrimitive2D accessible via UNO API

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d69ba1d400bcbe528e679d1b1048224225bb5156]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:16 cl 1.1.2.3: fixed license files 2008/02/07 13:48:03 aw 1.1.2.2: stable version from working GIT repository for unxlngi6 build 2006/10/19 10:10:44 aw 1.1.2.1: #i39532# added basic interfaces for 2d and 3d primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4d71c99feb3754f00079961e71076e1a542cd23c]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:16 cl 1.1.2.3: fixed license files 2008/02/07 13:48:03 aw 1.1.2.2: stable version from working GIT repository for unxlngi6 build 2006/10/19 10:10:54 aw 1.1.2.1: #i39532# added basic interfaces for 2d and 3d primitives

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dd2d6a4cc6f342304d75a36a8caa9e88970fb884]

        INTEGRATION: CWS aw033 (1.3.194); FILE MERGED 2008/05/14 13:44:29 aw 1.3.194.3: RESYNC: (1.4-1.5); FILE MERGED 2006/12/12 14:14:51 aw 1.3.194.2: RESYNC: (1.3-1.4); FILE MERGED 2006/10/19 10:09:30 aw 1.3.194.1: #i39532# added some missing 3d definitions for primitive representation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [079cfba90480423eb7d258d7b712c618ef7d5b3a]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:15 cl 1.1.2.2: fixed license files 2006/10/19 10:08:44 aw 1.1.2.1: #i39532# added some missing 3d definitions for primitive representation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9f6cda0a4447911d25db46c4be791553c38390cb]

        INTEGRATION: CWS aw033 (1.1.2); FILE ADDED 2008/08/19 16:45:15 cl 1.1.2.2: fixed license files 2006/10/19 10:08:55 aw 1.1.2.1: #i39532# added some missing 3d definitions for primitive representation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4a14d774fd5c6a7b1b521c3b995c8468f5489f92]

        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>  [cda7d3dc154a74cd914bf21bc7eeb8c43bb6e154]

        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>  [2cb526b0dbe7b6607060275ab6f534b6246fbbaf]

        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>  [f165f3815e55500ea2065d1805ec29baba5364d7]

        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>  [322f8e1c5e096071246c6b8bea15f136b77ad50c]

        INTEGRATION: CWS aw033 (1.140.64); FILE MERGED 2008/07/11 11:32:41 aw 1.140.64.6: RESYNC: (1.152-1.153); FILE MERGED 2008/06/25 12:13:38 aw 1.140.64.5: RESYNC: (1.150-1.152); FILE MERGED 2008/05/14 13:42:00 aw 1.140.64.4: RESYNC: (1.148-1.150); FILE MERGED 2008/03/14 13:34:48 cl 1.140.64.3: RESYNC: (1.143-1.148); FILE MERGED 2007/12/03 16:32:08 aw 1.140.64.2: RESYNC: (1.140-1.143); FILE MERGED 2007/10/16 15:45:28 aw 1.140.64.1: #i39532# Added AA and other values to DrawingLayer settings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4f85283ee657ee227aa0f2db1aa01a44f6f8be1b]

        INTEGRATION: CWS aw033 (1.8.52); FILE MERGED 2008/06/25 12:10:01 aw 1.8.52.7: RESYNC: (1.13-1.14); FILE MERGED 2008/05/14 13:30:28 aw 1.8.52.6: RESYNC: (1.12-1.13); FILE MERGED 2008/03/14 13:27:16 cl 1.8.52.5: RESYNC: (1.11-1.12); FILE MERGED 2007/12/03 16:31:13 aw 1.8.52.4: RESYNC: (1.10-1.11); FILE MERGED 2007/10/08 14:28:58 aw 1.8.52.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/09 12:46:30 aw 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2007/05/31 09:57:57 aw 1.8.52.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c7ce5cf721928e88abc9dc457daaf5d72bedd831]

        INTEGRATION: CWS aw033 (1.10.52); FILE MERGED 2008/05/14 13:30:20 aw 1.10.52.4: RESYNC: (1.12-1.13); FILE MERGED 2008/03/14 13:27:13 cl 1.10.52.3: RESYNC: (1.11-1.12); FILE MERGED 2007/10/08 14:17:12 aw 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2007/05/31 09:09:40 aw 1.10.52.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6e819043a7d440a63d5ab339234641684a8c4a9f]

        INTEGRATION: CWS aw033 (1.10.86); FILE MERGED 2008/05/14 13:30:24 aw 1.10.86.4: RESYNC: (1.12-1.13); FILE MERGED 2008/03/14 13:26:54 cl 1.10.86.3: RESYNC: (1.11-1.12); FILE MERGED 2007/10/09 09:40:54 aw 1.10.86.2: RESYNC: (1.10-1.11); FILE MERGED 2007/05/30 15:50:00 aw 1.10.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5adc30a9ab39904c6f8c1ed993c15141377ea67d]

        INTEGRATION: CWS aw033 (1.9.22); FILE MERGED 2008/05/14 13:30:57 aw 1.9.22.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/14 13:26:44 cl 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/30 14:22:35 aw 1.9.22.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f40c070439005c4f9b63cf5bf8055549812b874d]

        INTEGRATION: CWS aw033 (1.7.86); FILE MERGED 2008/05/14 13:31:02 aw 1.7.86.4: RESYNC: (1.10-1.11); FILE MERGED 2008/03/14 13:26:41 cl 1.7.86.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/08 13:39:59 aw 1.7.86.2: RESYNC: (1.7-1.9); FILE MERGED 2007/05/30 14:22:35 aw 1.7.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dbc46f92c5b2e048345081d1dfb3be678468f5ea]

        INTEGRATION: CWS aw033 (1.8.86); FILE MERGED 2008/05/14 13:31:07 aw 1.8.86.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/08 13:39:37 aw 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED 2007/05/30 14:22:35 aw 1.8.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1b2c5bbbae437a82c6a8b8c42a9ffe58f0f6bcc6]

        INTEGRATION: CWS aw033 (1.7.86); FILE MERGED 2008/05/14 13:31:10 aw 1.7.86.2: RESYNC: (1.7-1.8); FILE MERGED 2007/05/30 14:22:35 aw 1.7.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [77dc70ca3bc578a12fb41078cfecf5f497df170e]

        INTEGRATION: CWS aw033 (1.7.86); FILE MERGED 2008/06/25 12:07:03 aw 1.7.86.3: RESYNC: (1.8-1.9); FILE MERGED 2008/05/14 13:31:21 aw 1.7.86.2: RESYNC: (1.7-1.8); FILE MERGED 2007/05/30 13:44:45 aw 1.7.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c05d999f8f121638ea28d4ad4070809d6d1de748]

        INTEGRATION: CWS aw033 (1.13.68); FILE MERGED 2008/05/14 13:31:17 aw 1.13.68.5: RESYNC: (1.16-1.17); FILE MERGED 2008/03/14 13:26:37 cl 1.13.68.4: RESYNC: (1.15-1.16); FILE MERGED 2007/10/08 13:36:43 aw 1.13.68.3: RESYNC: (1.14-1.15); FILE MERGED 2007/08/09 12:23:00 aw 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2007/05/30 13:44:45 aw 1.13.68.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5db39431eb66bcb2ab250a2ad92f105fda369de9]

        INTEGRATION: CWS aw033 (1.12.22); FILE MERGED 2008/06/25 12:07:16 aw 1.12.22.4: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 13:30:53 aw 1.12.22.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/14 13:26:33 cl 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/30 12:49:56 aw 1.12.22.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [64c26921b02e99a1c433816650c54393f9c975e6]

        INTEGRATION: CWS aw033 (1.8.22); FILE MERGED 2008/05/14 13:30:31 aw 1.8.22.5: RESYNC: (1.11-1.12); FILE MERGED 2008/03/14 13:22:50 cl 1.8.22.4: RESYNC: (1.10-1.11); FILE MERGED 2007/10/09 09:15:20 aw 1.8.22.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/09 10:42:07 aw 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2007/05/30 10:01:39 aw 1.8.22.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4795860f0e5e0eb908ddf2a52f397711dbb37966]

        INTEGRATION: CWS aw033 (1.5.86); FILE MERGED 2008/05/14 13:30:41 aw 1.5.86.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/30 09:27:09 aw 1.5.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [609a2952d24159825ad203baa3c40759f4a3e376]

        INTEGRATION: CWS aw033 (1.5.86); FILE MERGED 2008/05/14 13:30:38 aw 1.5.86.3: RESYNC: (1.6-1.7); FILE MERGED 2007/10/08 13:16:02 aw 1.5.86.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/30 09:27:09 aw 1.5.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bb9bcb589b2413ccb7704ce720a3d4256e4863d2]

        INTEGRATION: CWS aw033 (1.5.86); FILE MERGED 2008/05/14 13:30:48 aw 1.5.86.4: RESYNC: (1.8-1.9); FILE MERGED 2008/03/14 13:22:46 cl 1.5.86.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/08 13:15:56 aw 1.5.86.2: RESYNC: (1.5-1.7); FILE MERGED 2007/05/30 09:27:09 aw 1.5.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [728181c1f08e4afc50f958238b971b4d4ddba596]

        INTEGRATION: CWS aw033 (1.5.86); FILE MERGED 2008/05/14 13:30:34 aw 1.5.86.3: RESYNC: (1.6-1.7); FILE MERGED 2007/10/08 13:09:50 aw 1.5.86.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/29 16:37:38 aw 1.5.86.1: changes after resync

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1490c84bad0ef26b0d6efcfac5fcbabe1cc8d239]

        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>  [973bb936248d7c060305f625ef7e5ee9f21f5aa6]

        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>  [5212ed9ebf66ab3dd8295ccde19d72cb9fec3f1c]

        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>  [b666585f59c5564ca5ccfade34d672deee2d1ec2]

        INTEGRATION: CWS gh15 (1.3.32); FILE MERGED 2008/08/11 11:54:24 tbo 1.3.32.2: remove raiseApplication call, too 2008/08/09 20:45:56 tbo 1.3.32.1: Issue number:  #i86540#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [303aac7386c65d2edb56fdf95562b7d7fd0874d2]

        INTEGRATION: CWS gh15 (1.1.44); FILE MERGED 2008/08/09 20:45:56 tbo 1.1.44.1: Issue number:  #i86540#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [775bee229f2800b2bf1ceb1c8286b457ef57fb3f]

        INTEGRATION: CWS gh15 (1.1.44); FILE MERGED 2008/08/17 20:26:37 tbo 1.1.44.1: Issue number:  #i86540#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e13f67dc82d32907989162f2e368fb71b811da40]

        INTEGRATION: CWS gh15 (1.23.8); FILE MERGED 2008/07/31 19:38:13 gh 1.23.8.3: #i47386#changed to UNIX lineends (not MAC) 2008/05/09 14:09:06 gh 1.23.8.2: #i47386#change fileformat to Unix lineends 2008/05/09 13:46:40 gh 1.23.8.1: #i47386#change fileformat to Unix lineends

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [06b3fd2ba700d864948cff9ba0579b1549e12590]

        INTEGRATION: CWS gh15 (1.75.8); FILE MERGED 2008/07/31 19:54:14 gh 1.75.8.3: fix typo 2008/05/09 13:30:31 gh 1.75.8.2: #132232#one more errormesage: S_MENU_NOT_CLOSING 2008/05/02 15:13:04 gh 1.75.8.1: #132232#one more errormesage: S_MENU_NOT_CLOSING

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c0dc9e33c218310f01cfa61de7926ac4e56a666b]

        INTEGRATION: CWS gh15 (1.36.8); FILE MERGED 2008/04/24 11:09:07 gh 1.36.8.1: #i85772#initially disable button and marking the OOProgramDir as Path

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [16efda3cd4401d2bb4bdacb09477b3fc8162a45a]

        INTEGRATION: CWS gh15 (1.66.8); FILE MERGED 2008/05/02 15:13:04 gh 1.66.8.3: #132232#one more errormesage: S_MENU_NOT_CLOSING 2008/04/24 11:09:07 gh 1.66.8.2: #i85772#initially disable button and marking the OOProgramDir as Path 2008/04/24 10:13:06 gh 1.66.8.1: #i63769#disable MDI interface

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [070216f2e2818a10e0e09602fb72951144f2f34c]

        INTEGRATION: CWS gh15 (1.78.8); FILE MERGED 2008/07/22 09:47:47 gh 1.78.8.2: RESYNC: (1.78-1.79); FILE MERGED 2008/04/24 10:13:05 gh 1.78.8.1: #i63769#disable MDI interface

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [351f180445e65333b06334a17f61f6533151bc9d]

        INTEGRATION: CWS gh15 (1.5.8); FILE MERGED 2008/05/02 15:13:03 gh 1.5.8.1: #132232#one more errormesage: S_MENU_NOT_CLOSING

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d38143393f1d69dcb90a6fc1cbf35bfebdcca150]

        INTEGRATION: CWS gh15 (1.39.4); FILE MERGED 2008/08/07 15:47:56 gh 1.39.4.1: #i86540# call BASIC sub 'startTheOffice' if available on automatic restart of the office

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [affd865c0c169be7448349133b155d4bc6eaf3b9]

        INTEGRATION: CWS gh15 (1.21.4); FILE MERGED 2008/07/22 09:47:28 gh 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED 2008/05/02 15:00:15 gh 1.21.4.1: #132232#close menu before calling slot

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [08a52335e3f685fe9fe29aee3a43e31c4d7e191d]

        INTEGRATION: CWS gh15 (1.36.4); FILE MERGED 2008/07/22 09:47:23 gh 1.36.4.5: RESYNC: (1.36-1.39); FILE MERGED 2008/05/02 15:00:15 gh 1.36.4.4: #132232#close menu before calling slot 2008/05/02 10:56:30 gh 1.36.4.3: #144122#close ToolBox Menubutton menu on second call to OpenMenu 2008/05/02 10:54:31 gh 1.36.4.2: #i79207#part 1 2008/04/30 12:08:45 gh 1.36.4.1: #i82396#resetapplication to backingwindow

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [93f18224575b3f1bdf9179b84758380689f91950]

        INTEGRATION: CWS gh15 (1.23.4); FILE MERGED 2008/07/22 09:47:19 gh 1.23.4.2: RESYNC: (1.23-1.25); FILE MERGED 2008/04/23 08:42:07 gh 1.23.4.1: #i79363#patch by cmc

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5ca5745ac88406aa3aa80806b9d2f458200fda35]

        INTEGRATION: CWS xsltfilter10 (1.38.14); FILE MERGED 2008/07/14 16:05:05 hjs 1.38.14.1: #i91376# - XALAN gone, SAXON added

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d22acd7fbd3bec6dabec9b45aff2484dc324a8f]

        INTEGRATION: CWS xsltfilter10 (1.66.4); FILE MERGED 2008/07/10 00:06:16 sus 1.66.4.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [90e9bd53acba7333c8ab4d3feda055d4fde45f65]

        INTEGRATION: CWS xsltfilter10 (1.108.4); FILE MERGED 2008/07/10 00:06:16 sus 1.108.4.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f2ee3f88ad660ae0eeda783da73b78fc8c31606e]

        INTEGRATION: CWS xsltfilter10 (1.72.4); FILE MERGED 2008/07/10 00:06:16 sus 1.72.4.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2620f83397f7fd4482851f43d2914bfc7dc94771]

        INTEGRATION: CWS xsltfilter10 (1.251.4); FILE MERGED 2008/07/14 14:54:42 sus 1.251.4.2: #i91376# adapt JAR name from saxon.jar to saxon9.jar 2008/07/10 00:06:16 sus 1.251.4.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9b3292ca5f7ca4e3b2a0387e8e55e796097b0fc4]

        INTEGRATION: CWS xsltfilter10 (1.3.28); FILE MERGED 2008/07/12 11:24:22 sus 1.3.28.1: #i91376# removed unnecessary xalan dependency

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4621794d635aa94d84623690a73e6c5df2a3b80a]

        INTEGRATION: CWS xsltfilter10 (1.42.12); FILE MERGED 2008/07/18 13:34:21 sus 1.42.12.1: #i91376# Removed Xalan dependency

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c1af90b5b480d368a1b937d331d4f8fa67060f69]

        INTEGRATION: CWS xsltfilter10 (1.9.30); FILE MERGED 2008/07/10 00:15:08 sus 1.9.30.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d1cdbc61db4a5a5987f8332767c37be7f9cbec8f]

        INTEGRATION: CWS xsltfilter10 (1.10.30); FILE MERGED 2008/07/10 00:15:08 sus 1.10.30.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [672820fa6f9a6eee18dc464a302fbfbab34c8294]

        INTEGRATION: CWS xsltfilter10 (1.11.30); FILE MERGED 2008/07/10 00:15:07 sus 1.11.30.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f72fbdeda58923e6df9105edf87764d245eb7912]

        INTEGRATION: CWS xsltfilter10 (1.4.128); FILE MERGED 2008/07/10 00:15:07 sus 1.4.128.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eb8245379b5ea14542b2b5551a06fe5bb6b0a67c]

        INTEGRATION: CWS xsltfilter10 (1.14.12); FILE MERGED 2008/07/10 00:15:07 sus 1.14.12.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fb78b23f8b4fe4b4955ae65331fa0495fd66d877]

        INTEGRATION: CWS xsltfilter10 (1.192.2); FILE MERGED 2008/07/31 14:58:19 hjs 1.192.2.3: #i92287# - see automated builds check for java 1.5 2008/07/31 13:59:15 hjs 1.192.2.2: #i92287# - see automated builds check for java 1.5 2008/07/10 14:52:35 sus 1.192.2.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [382a8349fe7752de6ea94a911bf52814538537d7]

        INTEGRATION: CWS xsltfilter10 (1.273.2); FILE MERGED 2008/08/02 19:07:21 cloph 1.273.2.7: fix typo in sed-statement for MacOSX (CurrentJDK was missing an "r") - sorry for that 2008/08/01 09:32:25 hjs 1.273.2.6: #i92287# - quoting 2008/07/31 20:25:36 hjs 1.273.2.5: #i92287# - get replacement for JAVAFLAGS 2008/07/31 13:59:15 hjs 1.273.2.4: #i92287# - see automated builds check for java 1.5 2008/07/14 15:45:06 sus 1.273.2.3: #i91376# Adding StAX API as external module 2008/07/14 11:03:47 sus 1.273.2.2: #i91376# add StAX API dependency, adding warning  message when not using OpenJDK 6 2008/07/10 14:52:34 sus 1.273.2.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9b58d197ccab612988cd88d1e7d934bafbc2cab]

        INTEGRATION: CWS xsltfilter10 (1.89.18); FILE MERGED 2008/07/31 12:57:35 hjs 1.89.18.2: #i91376# - get expected results when unpacking .jar 2008/07/14 16:03:56 hjs 1.89.18.1: #i91376# - unpacling .jar files

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [daf71295255c9cbfce57d0c98403fc044b9af1f0]

        INTEGRATION: CWS xsltfilter10 (1.20.42); FILE MERGED 2008/07/09 16:35:25 sus 1.20.42.1: Updates on XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [626afcd0f002f538d92bdcd03ce1a45852cd1661]

        INTEGRATION: CWS xsltfilter10 (1.19.42); FILE MERGED 2008/07/17 11:41:57 sus 1.19.42.5: #i91376 now enable XSLT filter even without debug enabled ;-) 2008/07/16 18:49:35 sus 1.19.42.4: #i91376 limitting exchange of System output and error stream to time of transformation to prevent side effects 2008/07/16 18:34:01 sus 1.19.42.3: #i91376 adding System output and error stream to the log file to archieve better debug messages 2008/07/16 18:14:34 sus 1.19.42.2: #i91376 moved inputstream closing as finally block behind catch block, otherwise those streams won't be closed and the thread not taken away 2008/07/09 16:35:25 sus 1.19.42.1: Updates on XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [33c7e963a0ea113a031e8e1a6bf63c3b84e45058]

        INTEGRATION: CWS xsltfilter10 (1.5.42); FILE MERGED 2008/07/09 16:35:25 sus 1.5.42.1: Updates on XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b2216e545eef56e328a5294255cf53cfc873f0a1]

        INTEGRATION: CWS xsltfilter10 (1.8.212); FILE MERGED 2008/07/09 16:35:24 sus 1.8.212.1: Updates on XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bd824c7d91cc1811ead6ac12727060b19a18a9e9]

        INTEGRATION: CWS xsltfilter10 (1.1.4); FILE ADDED 2008/07/08 14:06:13 sus 1.1.4.2: #i91376# Adapt used Xalan functionality to new Saxon XSLT processor 2005/08/03 10:59:04 sus 1.1.4.1: file Base64.java was added on branch cws_dev300_xsltfilter10 on 2008-07-08 14:06:13 +0000

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [45ede94a6137778c9e040b0e01832a1ea9487e21]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:26 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:54 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0c35e17b7c4282ae4e48cb35c9717b1ab6b17e6c]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:26 sus 1.2.6.4: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.3: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:53 sus 1.2.6.2: #i83264# adapting prefix omittance adding xforms xsd xsi 2008/05/26 15:49:07 sus 1.2.6.1: #i22012# Changing Comment

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [64c93f141cb1276321554daf3d4a7a935b83523c]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:25 sus 1.2.6.5: #i71461# Fixed ODF list functionality 2008/07/15 08:08:42 sus 1.2.6.4: #i91376 removed relative RDF extractor and unnecessary XML namespace 2008/07/14 18:31:15 sus 1.2.6.3: #i91376 removed relative RDF extractor and unnecessary XML namespace 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:53 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ddc88dbda407c2aaef507f0f5c292353a1d258a5]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:25 sus 1.2.6.5: #i71461# Fixed ODF list functionality 2008/07/11 10:27:06 sus 1.2.6.4: #i91376# Numbering reset as previously used 2008/07/09 17:36:30 sus 1.2.6.3: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:52 sus 1.2.6.2: #i83264# adapting prefix omittance adding xforms xsd xsi 2008/05/26 15:29:57 sus 1.2.6.1: #i83264# Export MathML to XHTML

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1ea90982ca2b908f9e5d1ab57cec9c8e50c8be2b]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:25 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:51 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ae5c226190cb623ee046cf88826270549b45934f]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:24 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:51 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [330b6bd5153fc4795697f83ee6d0e9d1dd25fca8]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:24 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:30 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:50 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4d6de808868fb4acf4a686b7ee19f202236ac06b]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:24 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:29 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:49 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0df598cc7206050b5a268720920a1660b5c8bee3]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:24 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:29 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:48 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1667fa8c69d32e0f41682200dae58b7e10873338]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:23 sus 1.2.6.3: #i71461# Fixed ODF list functionality 2008/07/09 17:36:29 sus 1.2.6.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:48 sus 1.2.6.1: #i83264# adapting prefix omittance adding xforms xsd xsi

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [489caa6f8bfd60705a264a9f1a0adb3bc0cee86e]

        INTEGRATION: CWS xsltfilter10 (1.2.6); FILE MERGED 2008/07/29 15:21:23 sus 1.2.6.4: #i71461# Fixed ODF list functionality 2008/07/09 17:36:29 sus 1.2.6.3: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/05/26 17:51:47 sus 1.2.6.2: #i83264# adapting prefix omittance adding xforms xsd xsi 2008/05/26 15:41:49 sus 1.2.6.1: #i22012# Adding BASE64 images to XHTML

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1864ec89ced2dc89711d77469dbb1e7141d41136]

        INTEGRATION: CWS xsltfilter10 (1.9.42); FILE MERGED 2008/07/16 19:48:44 sus 1.9.42.2: #i91376 fixing changed OLE object handling 2008/07/09 16:38:16 sus 1.9.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9bd2d4fcb5819e4a52be7fa091cc0688c6681fdc]

        INTEGRATION: CWS xsltfilter10 (1.12.42); FILE MERGED 2008/07/09 16:38:16 sus 1.12.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [caa4382fa8c4ac6928f4dfebab90dc94aa68bd58]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 18:29:39 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7613c5486f9e7de46549752bba6340bb0ab8bcdb]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 18:29:38 sus 1.2.20.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/07/09 17:36:29 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [adbabca076814610408b75b8a9126e0a3880a0de]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 18:34:23 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [33dd50a62c1ef89a3cd9455f7f39351254b46250]

        INTEGRATION: CWS xsltfilter10 (1.6.42); FILE MERGED 2008/07/09 18:57:57 sus 1.6.42.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/07/09 17:36:28 sus 1.6.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [580c0de3c8c3bf37c96e65dd1ecb2110861342a2]

        INTEGRATION: CWS xsltfilter10 (1.9.42); FILE MERGED 2008/07/29 17:57:27 sus 1.9.42.3: #i91376# fixed errors which causes Saxon to hold, which Xalan did not mentioned 2008/07/16 19:48:12 sus 1.9.42.2: #i91376 fixing changed OLE object handling 2008/07/09 16:38:51 sus 1.9.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e2f90a59a5857979918fc55d6fada1c11dd92cce]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 17:36:28 sus 1.2.20.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/07/09 16:48:49 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2c2bef91430c4c3a35374ebea5035de88214f006]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 17:36:27 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ecf688179f44aeeb8e512d7dcca80cfcfa2cb082]

        INTEGRATION: CWS xsltfilter10 (1.2.20); FILE MERGED 2008/07/09 17:03:29 sus 1.2.20.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d5a276124e3cdfb8383d6aa409707c7d872599b5]

        INTEGRATION: CWS xsltfilter10 (1.7.42); FILE MERGED 2008/07/09 18:57:56 sus 1.7.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8b4e0509009e5796fba2bbe7d895ca66c9529f4a]

        INTEGRATION: CWS xsltfilter10 (1.10.42); FILE MERGED 2008/07/09 19:10:56 sus 1.10.42.2: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon 2008/07/09 19:09:35 sus 1.10.42.1: #i91376# Updates due to XSLT processor adaption from Xalan to Saxon

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [41f05ed59068b3b7862265b6d2237d2bda586b8a]

        INTEGRATION: CWS xsltfilter10 (1.9.42); FILE MERGED 2008/07/09 23:47:37 sus 1.9.42.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07bfc6898bdc9d686e54fd66980dd3e8160c96f1]

        INTEGRATION: CWS xsltfilter10 (1.31.28); FILE MERGED 2008/07/14 12:20:42 sus 1.31.28.1: #i91376# exchange Xalan dependency with Saxon dependency (XSLT2 processor)

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ffc8216df788afd6538458d927d21a10763e2228]

        INTEGRATION: CWS xsltfilter10 (1.4.24); FILE MERGED 2008/07/11 15:28:37 sus 1.4.24.1: #i91376# Xalan dependency unnecessary as no docu is being generated, but only JAR (xslt dependency from manual.xsl)

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [721dd6a1e861d46b6a77c5cea54c4803aa281307]

        INTEGRATION: CWS xsltfilter10 (1.1.2); FILE ADDED 2008/07/14 11:11:28 sus 1.1.2.1: #i91376# Adding background and download information about this file

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e3a36366fde26dbe806200b3eca95f8c6861d3a6]

        INTEGRATION: CWS xsltfilter10 (1.2.78); FILE MERGED 2008/07/09 23:40:53 sus 1.2.78.1: #i91376# Adaption due to change of XSLT processor from Apache Xalan to Saxon9 supporting XSLT2

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [097431d5d20f3503492d439dbf3c4ebc94a7d788]

        INTEGRATION: CWS xsltfilter10 (1.7.22); FILE MERGED 2008/07/12 12:01:00 sus 1.7.22.1: #i91376# removed unnecessary xalan dependency

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c7f1e4181dc2424df5c5afec332d6cd6236d23f6]

        INTEGRATION: CWS xsltfilter10 (1.16.342); FILE MERGED 2008/07/12 11:51:09 sus 1.16.342.1: #i91376# removed unnecessary xalan dependency - the word xalan is used in the language translation files, obviously often used in the Kurdish language

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5ec18a2d1ec9bff50d9140fdbce07e126993407a]

        INTEGRATION: CWS dictionaryupdate (1.4.4); FILE MERGED 2008/07/21 08:46:20 mba 1.4.4.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [edd4c8525f427d930ffb1d0d5dc1f90cb133f203]

        INTEGRATION: CWS dictionaryupdate (1.109.4); FILE MERGED 2008/07/21 09:26:11 is 1.109.4.1: #i91243# adding vietnamese spellchecker

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [60968be49abb47e8c99b3c4abf05cf8a219b0585]

        INTEGRATION: CWS dictionaryupdate (1.255.6); FILE MERGED 2008/07/21 09:26:11 is 1.255.6.1: #i91243# adding vietnamese spellchecker

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [feafac404dcc442aff845ac690d6ecbdd2b4380b]

        INTEGRATION: CWS dictionaryupdate (1.2.18); FILE MERGED 2008/07/21 09:27:46 is 1.2.18.1: #i91243# adding vietnamese spellchecker

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e7b6e458ea54a2e9481a1faae1d824a4cccce21a]

        INTEGRATION: CWS dictionaryupdate (1.17.16); FILE MERGED 2008/07/21 09:27:46 is 1.17.16.1: #i91243# adding vietnamese spellchecker

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8787cfb9920eeb027bb59c080e3d29a76dd93c83]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:45 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [970184a4909e001c189586bda37aac1629eb3a3e]

        INTEGRATION: CWS dictionaryupdate (1.1.2); FILE ADDED 2008/07/21 08:40:25 mba 1.1.2.1: #i91243#: new vi dictionary

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d99a3000b04ad890f7b9ade790b0e38de590dad1]

        INTEGRATION: CWS dictionaryupdate (1.1.2); FILE ADDED 2008/07/24 13:39:00 mba 1.1.2.2: #i91426#: wrong path in xcu 2008/07/21 08:40:25 mba 1.1.2.1: #i91243#: new vi dictionary

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9ce4a9126817104f3c6af3db1eed91e96c841d98]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:44 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cb8ae3114adb7cf00610cd2d07732407aa7d9d44]

        INTEGRATION: CWS dictionaryupdate (1.19.4); FILE MERGED 2008/07/21 08:52:23 mba 1.19.4.1: #i91243#: new vi dictionary

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9a8cfa0741f87729838a512d5c545eb795bec3b5]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:43 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b85f17c11d43427d28894c8b9eeaa251fb724e27]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:42 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9eab2588725da7cc6cc629bbdf0a70a7f8bd37b]

        INTEGRATION: CWS dictionaryupdate (1.1.2); FILE ADDED 2008/07/21 08:46:20 mba 1.1.2.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [db20a136f4fd39212926eccafc6a5c838448f778]

        INTEGRATION: CWS dictionaryupdate (1.2.22); FILE MERGED 2008/07/21 08:46:20 mba 1.2.22.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [90f7991e5585f6af35830d9c738167efdc103fac]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 13:33:41 mba 1.2.4.2: #i91426#: wrong path in xcu 2008/07/21 08:46:20 mba 1.2.4.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eacf250de6d8c8edcd529467fbe0a0c1a2f068bc]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/28 10:40:14 mba 1.2.4.2: #i91426#: showing licence does not work for bundled extensions 2008/07/21 08:46:20 mba 1.2.4.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [678ad7f95e9b1a2562ca4d0baf6868a449a3c506]

        INTEGRATION: CWS dictionaryupdate (1.2.22); FILE MERGED 2008/07/21 08:46:19 mba 1.2.22.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [62be4b1256423932f73d77c2fa1c7782495437ef]

        INTEGRATION: CWS dictionaryupdate (1.1.2); FILE ADDED 2008/07/21 08:46:19 mba 1.1.2.1: #i91426#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1cb3f074ba05026de12a1d2b76c9500faa72ecdc]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:41 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [76baf33d718d1714f76515c2cb00f14536317a03]

        INTEGRATION: CWS dictionaryupdate (1.3.4); FILE MERGED 2008/07/21 08:30:00 mba 1.3.4.1: #i91901#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [73850111f8d97a348be86d25a1e745538b20dfa3]

        INTEGRATION: CWS dictionaryupdate (1.13.4); FILE MERGED 2008/07/21 08:30:00 mba 1.13.4.1: #i91901#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [68716150bbad7c677a3ad862dc8e6836957a17d4]

        INTEGRATION: CWS dictionaryupdate (1.1.2); FILE ADDED 2008/07/21 08:30:00 mba 1.1.2.1: #i91901#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e0d712ba8068a8bc1faeae419b2b5daf05a014ec]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/21 08:30:00 mba 1.2.4.1: #i91901#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3e0eb3a3f9f0c55fc3d463c7274b8c607d91807a]

        INTEGRATION: CWS dictionaryupdate (1.3.4); FILE MERGED 2008/07/21 08:33:13 mba 1.3.4.1: #i91901#: update to latest version

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [22f179d4f42e4b18974939047cd46634fe1fecdc]

        INTEGRATION: CWS dictionaryupdate (1.2.4); FILE MERGED 2008/07/24 15:23:40 mba 1.2.4.1: #i91426#: wrong version strings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [09f81f90e661d76580d02ca25e12484ac4559f82]

        INTEGRATION: CWS doccomments01 (1.7.30); FILE MERGED 2008/07/25 10:33:39 cmc 1.7.30.1: #i91872# import missing .doc dates the same as word does, i.e. as 0 (invalid) date

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fd2e88f31c8a510c21f688ff6e340374f81af023]

        INTEGRATION: CWS doccomments01 (1.38.116); FILE MERGED 2008/06/17 17:00:23 cmc 1.38.116.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4682b18785543f64d9b7b33761befb428cfd1af1]

        INTEGRATION: CWS doccomments01 (1.82.116); FILE MERGED 2008/06/18 15:14:40 cmc 1.82.116.2: #i86273# export comments to .doc 2008/06/17 17:00:22 cmc 1.82.116.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e4f37e22c2cdec7caf489015fa9ffd070d808a51]

        INTEGRATION: CWS doccomments01 (1.139.26); FILE MERGED 2008/06/18 15:49:23 cmc 1.139.26.3: #i86273# fix bad merge 2008/06/18 15:14:39 cmc 1.139.26.2: #i86273# export comments to .doc 2008/06/17 17:00:22 cmc 1.139.26.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eb854db072ea9cd563259f3c716466b311cef8c2]

        INTEGRATION: CWS doccomments01 (1.47.116); FILE MERGED 2008/06/17 17:00:22 cmc 1.47.116.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2754e6cbf01151ba4d97979150deb74b4b879342]

        INTEGRATION: CWS doccomments01 (1.142.24); FILE MERGED 2008/07/15 15:58:37 cmc 1.142.24.2: RESYNC: (1.142-1.144); FILE MERGED 2008/06/17 17:00:22 cmc 1.142.24.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [71e0ef33892456efdc0dd60937f32fc5d98339fc]

        INTEGRATION: CWS doccomments01 (1.157.20); FILE MERGED 2008/06/17 17:00:21 cmc 1.157.20.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [35e59f18a4f701ede3f4d1aeaccb637999b27d8f]

        INTEGRATION: CWS doccomments01 (1.152.16); FILE MERGED 2008/07/25 10:33:38 cmc 1.152.16.6: #i91872# import missing .doc dates the same as word does, i.e. as 0 (invalid) date 2008/07/15 15:58:27 cmc 1.152.16.5: RESYNC: (1.152-1.153); FILE MERGED 2008/06/18 15:14:38 cmc 1.152.16.4: #i86273# export comments to .doc 2008/06/18 08:26:25 cmc 1.152.16.3: #i86273# munge cell marks a bit to make it readable 2008/06/17 18:46:51 cmc 1.152.16.2: #i86273# simplify the non-rich string to remove special characters and expand fields 2008/06/17 17:00:20 cmc 1.152.16.1: #i86273# import comments as rich text

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4804a25dfb28a3ebb0382f40a8d3db50b994b4c2]

        INTEGRATION: CWS doccomments01 (1.76.116); FILE MERGED 2008/06/18 15:14:38 cmc 1.76.116.1: #i86273# export comments to .doc

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [334e5382b9e5e72df813bb6400baaf4ef203139c]

        INTEGRATION: CWS doccomments01 (1.46.112); FILE MERGED 2008/07/15 15:58:42 cmc 1.46.112.3: RESYNC: (1.46-1.49); FILE MERGED 2008/06/18 15:14:38 cmc 1.46.112.2: #i86273# export comments to .doc 2008/06/17 18:47:53 cmc 1.46.112.1: #i88145# convert OOo line-breaks to Word line-breaks on exporting a simple field string

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8be603505c73bec416b04d6de73fbdf845c51088]

        INTEGRATION: CWS doccomments01 (1.103.114); FILE MERGED 2008/06/18 15:14:37 cmc 1.103.114.1: #i86273# export comments to .doc

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [667d873c9a8238f3cd0dd3b80e324d5c00db435a]

        INTEGRATION: CWS dba31a (1.95.26); FILE MERGED 2008/07/30 12:11:03 fs 1.95.26.6: RESYNC: (1.109-1.112); FILE MERGED 2008/07/16 06:18:27 fs 1.95.26.5: RESYNC: (1.104-1.109); FILE MERGED 2008/07/02 09:24:34 oj 1.95.26.4: RESYNC: (1.100-1.104); FILE MERGED 2008/07/02 08:25:39 oj 1.95.26.3: #i77916# ExtendedColorScheme not needed at the moment 2008/06/24 12:14:06 oj 1.95.26.2: RESYNC: (1.95-1.100); FILE MERGED 2008/06/06 08:59:27 oj 1.95.26.1: #i57999# fix naming schema for base libs

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0ca7ab4d3550f1941115b404e597381f48a94d91]

        INTEGRATION: CWS dba31a (1.29.42); FILE MERGED 2008/07/04 20:10:32 fs 1.29.42.1: #i66628# functionality of RowChanged/ColChanged moved to base class

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2be1f7e9f6356b7559fb9cf8affab8d299c9682e]

        INTEGRATION: CWS dba31a (1.6.34); FILE MERGED 2008/07/04 20:11:47 fs 1.6.34.3: #i66628# impl_getCurrentControlModel_throw: also care for grid control/columns 2008/07/03 08:41:55 fs 1.6.34.2: #i66628# +RefreshCurrentControl 2008/07/02 12:13:14 fs 1.6.34.1: #i90914# after doing a reload, refresh everything which is refreshable

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [edbdeac1aed1e7dae60dd1a2ccc20f94fab2e681]

        INTEGRATION: CWS dba31a (1.39.14); FILE MERGED 2008/07/01 07:20:35 oj 1.39.14.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a3d90e84f228f1eb24fc5ce6e51f3bb0b42e18ff]

        INTEGRATION: CWS dba31a (1.30.2); FILE MERGED 2008/08/05 13:33:36 fs 1.30.2.1: hsqldb2->hsqldb

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [37709f35eb130e3ecb84962f728c69c6b1c35769]

        INTEGRATION: CWS dba31a (1.248.10); FILE MERGED 2008/07/30 12:10:59 fs 1.248.10.4: RESYNC: (1.255-1.257); FILE MERGED 2008/07/16 06:18:23 fs 1.248.10.3: RESYNC: (1.249-1.255); FILE MERGED 2008/07/02 09:24:28 oj 1.248.10.2: RESYNC: (1.248-1.249); FILE MERGED 2008/07/02 08:25:39 oj 1.248.10.1: #i77916# ExtendedColorScheme not needed at the moment

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bbc0edbc2df072e77d940ac7325803d5e2fd7db2]

        INTEGRATION: CWS dba31a (1.286.64); FILE MERGED 2008/07/30 12:10:53 fs 1.286.64.5: RESYNC: (1.299-1.303); FILE MERGED 2008/07/16 06:18:17 fs 1.286.64.4: RESYNC: (1.294-1.299); FILE MERGED 2008/07/02 09:24:23 oj 1.286.64.3: RESYNC: (1.292-1.294); FILE MERGED 2008/06/24 12:14:02 oj 1.286.64.2: RESYNC: (1.286-1.292); FILE MERGED 2008/06/06 08:59:27 oj 1.286.64.1: #i57999# fix naming schema for base libs

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [058e2de6bc907eaae86d882a1ee56c1b409c7fce]

        INTEGRATION: CWS dba31a (1.17.26); FILE MERGED 2008/07/16 06:18:06 fs 1.17.26.2: RESYNC: (1.17-1.18); FILE MERGED 2008/07/02 08:24:37 oj 1.17.26.1: #i77916# move config to extension

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f13edfc6d5eca4ee842b51e16ebba8475038c1c8]

        INTEGRATION: CWS dba31a (1.27.70); FILE MERGED 2008/07/02 08:24:36 oj 1.27.70.1: #i77916# move config to extension

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a999131e5140c8e61f5268f8adf2491bf9d346fd]

        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>  [fe62fc11e8ac39cb27830875b4017c05cba570da]

        #i10000# doccomments01 CWS integration

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [12eac7f4974ddafb08bb6fd8d7e61e39ebb93461]

        INTEGRATION: CWS dba31a (1.9.10); FILE MERGED 2008/07/02 12:07:41 fs 1.9.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:35 lla 1.9.2.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [939c1f65d0bfbb36e278af9018c575db8ef6a63a]

        INTEGRATION: CWS dba31a (1.2.10); FILE MERGED 2008/07/02 12:08:44 fs 1.2.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:39:35 lla 1.2.2.1: #i90874# Orientation handled wrong (Cache problem)

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6d3aa544bcf2d912a41e33975f03a231bb77a6eb]

        INTEGRATION: CWS dba31a (1.2.10); FILE MERGED 2008/07/02 12:08:31 fs 1.2.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:38:59 lla 1.2.2.1: #i90874# Orientation handled wrong (Cache problem)

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [515421f799fb3982a4811ab2149134e333c5abe2]

        INTEGRATION: CWS dba31a (1.2.10); FILE MERGED 2008/07/02 12:07:14 fs 1.2.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:35 lla 1.2.2.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cd20f4166f1c688987e8fa36cea74a4162322752]

        INTEGRATION: CWS dba31a (1.14.10); FILE MERGED 2008/07/02 12:06:48 fs 1.14.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:34 lla 1.14.2.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7706a14d9ec6a7c67738dc58cf2b387ddce94266]

        INTEGRATION: CWS dba31a (1.6.10); FILE MERGED 2008/07/02 12:06:59 fs 1.6.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 07:38:10 lla 1.6.2.1: #i89475# patch integrated, label width was too limited.

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b12bb1edc305c7df0651b19ebfc77b5491bcb9cb]

        INTEGRATION: CWS dba31a (1.12.10); FILE MERGED 2008/07/02 12:06:10 fs 1.12.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:34 lla 1.12.2.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2d339c2072584b34fe898a984e0c43443ceb1f16]

        INTEGRATION: CWS dba31a (1.14.10); FILE MERGED 2008/07/02 12:05:50 fs 1.14.10.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:33 lla 1.14.2.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [20ae1fdebd26a0dfb6fe72db6964c8d537fdfe4b]

        INTEGRATION: CWS dba31a (1.12.24); FILE MERGED 2008/07/02 12:05:43 fs 1.12.24.1: copying following changes from CWS dba30f to CWS dba31a:   2008/07/01 09:41:33 lla 1.12.20.1: #i82743# problem with 'Title' as DB Entry name

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [910dd85b534771cf174514b0a940cbede307c63e]

        INTEGRATION: CWS dba31a (1.3.1016); FILE MERGED 2008/07/03 08:54:39 fs 1.3.1016.1: #i66628# +RefreshFormControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [34e7485bce1b721a3d5e48a5050386cef4e3db96]

        INTEGRATION: CWS dba31a (1.134.10); FILE MERGED 2008/07/30 12:09:36 fs 1.134.10.4: RESYNC: (1.136-1.138); FILE MERGED 2008/07/16 06:17:11 fs 1.134.10.3: RESYNC: (1.135-1.136); FILE MERGED 2008/07/02 09:22:30 oj 1.134.10.2: RESYNC: (1.134-1.135); FILE MERGED 2008/06/27 12:07:45 oj 1.134.10.1: #i57999# change naming

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38966952481d6769f84d2a7bb6d4db176990a1e7]

        INTEGRATION: CWS dba31a (1.2.52); FILE MERGED 2008/07/02 10:42:59 oj 1.2.52.1: #i77916# also handle xcs schema files

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [02de00d6659ea3a95afbcd3fde6be8de284f982f]

        INTEGRATION: CWS dba31a (1.2.52); FILE MERGED 2008/07/16 06:17:07 fs 1.2.52.2: RESYNC: (1.2-1.4); FILE MERGED 2008/07/02 10:42:59 oj 1.2.52.1: #i77916# also handle xcs schema files

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [24aa6436d7c3ca18576bcb768a831b4973ce81e5]

        INTEGRATION: CWS dba31a (1.4.52); FILE MERGED 2008/07/02 10:42:25 oj 1.4.52.1: #i77916# also handle xcs schema files

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ae3bfeed0f5ef86365117c877c7834a5858dd36d]

        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>  [a68684df3cab2a6d8018136ec93af4f80f6b27ed]

        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>  [33614a94caaec313928fe211cdcab065e2826f26]

        INTEGRATION: CWS dba31a (1.20.46); FILE MERGED 2008/07/30 12:08:41 fs 1.20.46.3: RESYNC: (1.21-1.22); FILE MERGED 2008/07/02 09:20:55 oj 1.20.46.2: RESYNC: (1.20-1.21); FILE MERGED 2008/06/06 06:44:05 oj 1.20.46.1: #i63132# substitute ($number) like menucommand does

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8e69621d37bdc37c2f71f540aea34c08a7bef21a]

        INTEGRATION: CWS dba31a (1.4.98); FILE MERGED 2008/07/01 08:06:38 oj 1.4.98.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eafc145658b00bb4e49967e7f24d06e9fce46ea4]

        INTEGRATION: CWS dba31a (1.5.22); FILE MERGED 2008/07/03 06:51:20 oj 1.5.22.2: handling for config files corrected 2008/07/01 07:02:17 oj 1.5.22.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [491e5b13a03d918f46585c261ac7e06140f77ddd]

        INTEGRATION: CWS dba31a (1.18.20); FILE MERGED 2008/07/30 12:08:25 fs 1.18.20.4: RESYNC: (1.19-1.20); FILE MERGED 2008/07/18 07:46:30 lla 1.18.20.3: #i90874# lost reportbuilderwizard.jar already fixed in i91666 2008/07/02 09:19:46 oj 1.18.20.2: RESYNC: (1.18-1.19); FILE MERGED 2008/07/01 07:02:17 oj 1.18.20.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b4d8ae00a4e901c3c3c44906329b025ccbb48aa3]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/07/10 06:35:29 oj 1.6.30.1: #i88727# new area prop

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a08ff51cc8d497b1b66581a79e491fa6d17b6b61]

        INTEGRATION: CWS dba31a (1.4.22); FILE MERGED 2008/07/30 12:08:28 fs 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2008/07/16 06:16:26 fs 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/01 07:02:16 oj 1.4.22.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [67875cee42b38551f85afd76e3ad1335c5687b77]

        INTEGRATION: CWS dba31a (1.2.128); FILE MERGED 2008/07/19 12:21:11 fs 1.2.128.2: remove the zoom controls, since the implementation for #i77916# is not finished in this CWS 2008/06/26 14:26:35 oj 1.2.128.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cb5a016f4be732dc3a8d6d736534c8b8b5aee2df]

        INTEGRATION: CWS dba31a (1.2.128); FILE MERGED 2008/07/07 06:34:00 oj 1.2.128.1: #i80200# new shortcuts for selecting text and edit fields

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [df5395c54b1766f69cbe67edacc935468514c285]

        INTEGRATION: CWS dba31a (1.2.128); FILE MERGED 2008/07/07 06:33:59 oj 1.2.128.1: #i80200# new shortcuts for selecting text and edit fields

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [712cf597f2f404c01a36473ca2a4cc84f78144fe]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/06/26 14:26:35 oj 1.6.30.3: #i77916# impl zooming in report builder 2008/06/24 12:07:52 oj 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:21 oj 1.6.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b966eb18ba6eafe297cf26821012a6efac286328]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/06/13 11:40:21 oj 1.4.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cc70316a7370cae1a51a7184233806b8b0df42e8]

        INTEGRATION: CWS dba31a (1.8.28); FILE MERGED 2008/07/01 07:02:15 oj 1.8.28.5: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:35 oj 1.8.28.4: #i77916# impl zooming in report builder 2008/06/25 12:21:35 oj 1.8.28.3: merge conflicts resolved 2008/06/24 12:07:48 oj 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2008/06/13 11:40:21 oj 1.8.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8261922f8e80f0b1fe7ec3a95aa7568b84b5f6c3]

        INTEGRATION: CWS dba31a (1.8.28); FILE MERGED 2008/07/07 06:40:22 oj 1.8.28.6: #i80200# method to select different types 2008/07/01 07:02:15 oj 1.8.28.5: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:34 oj 1.8.28.4: #i77916# impl zooming in report builder 2008/06/25 12:21:34 oj 1.8.28.3: merge conflicts resolved 2008/06/24 12:07:44 oj 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2008/06/13 11:40:21 oj 1.8.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ede6096867941f133ea336831d6137c11a8aae86]

        INTEGRATION: CWS dba31a (1.6.28); FILE MERGED 2008/06/26 14:26:34 oj 1.6.28.4: #i77916# impl zooming in report builder 2008/06/24 12:07:39 oj 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:20 oj 1.6.28.2: #i88506# impl hyphenation 2008/06/09 10:22:15 oj 1.6.28.1: #i88506# insert new flag to offer word boundary breaks

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [aad6fb730a6b1681a53c8aebb77f735963e83bce]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/06/26 14:26:34 oj 1.1.2.2: #i77916# impl zooming in report builder 2008/06/13 11:41:23 oj 1.1.2.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3190e1368731fee0de1ec90f98d6882618e3fbe1]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/06/26 14:26:34 oj 1.6.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1a5321e50cbe51972b72030c7fa3e328c395c460]

        INTEGRATION: CWS dba31a (1.6.28); FILE MERGED 2008/07/07 06:40:22 oj 1.6.28.5: #i80200# method to select different types 2008/07/01 07:02:14 oj 1.6.28.4: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:34 oj 1.6.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:36 oj 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:20 oj 1.6.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c99c464891e6848d467bfe01e400431931e8f48c]

        INTEGRATION: CWS dba31a (1.6.28); FILE MERGED 2008/07/29 10:57:38 fs 1.6.28.7: #i10000# 2008/07/07 06:40:22 oj 1.6.28.6: #i80200# method to select different types 2008/07/01 07:02:14 oj 1.6.28.5: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:34 oj 1.6.28.4: #i77916# impl zooming in report builder 2008/06/25 12:21:34 oj 1.6.28.3: merge conflicts resolved 2008/06/24 12:07:32 oj 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:20 oj 1.6.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bfc5da06ab5917e23106cb8130a53715ec493cc2]

        INTEGRATION: CWS dba31a (1.9.28); FILE MERGED 2008/07/07 06:40:22 oj 1.9.28.6: #i80200# method to select different types 2008/07/02 09:19:38 oj 1.9.28.5: RESYNC: (1.10-1.11); FILE MERGED 2008/07/01 07:02:14 oj 1.9.28.4: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:34 oj 1.9.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:29 oj 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED 2008/06/13 11:40:20 oj 1.9.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0833ed1cde368ecea67ad39af4005e5c97b986e3]

        INTEGRATION: CWS dba31a (1.14.24); FILE MERGED 2008/07/30 12:08:21 fs 1.14.24.10: RESYNC: (1.18-1.19); FILE MERGED 2008/07/15 08:38:56 fs 1.14.24.9: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/10 06:45:51 oj 1.14.24.8: #i88727# new area prop for shapes and some model changes 2008/07/07 06:40:21 oj 1.14.24.7: #i80200# method to select different types 2008/07/02 09:19:33 oj 1.14.24.6: RESYNC: (1.16-1.18); FILE MERGED 2008/07/01 07:02:13 oj 1.14.24.5: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:34 oj 1.14.24.4: #i77916# impl zooming in report builder 2008/06/25 12:21:34 oj 1.14.24.3: merge conflicts resolved 2008/06/24 12:07:25 oj 1.14.24.2: RESYNC: (1.14-1.16); FILE MERGED 2008/06/13 11:40:20 oj 1.14.24.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [14c2fe202bb2c25acdc011a4029e8b715b15ddc8]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/06/26 14:26:34 oj 1.4.30.2: #i77916# impl zooming in report builder 2008/06/13 11:40:20 oj 1.4.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [03ee32328412c252fabeef66a3eb46156ededf81]

        INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/15 08:38:56 fs 1.5.28.9: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/07 06:40:21 oj 1.5.28.8: #i80200# method to select different types 2008/07/03 06:55:41 fs 1.5.28.7: #i10000# 2008/07/02 09:19:24 oj 1.5.28.6: RESYNC: (1.6-1.7); FILE MERGED 2008/07/01 07:02:12 oj 1.5.28.5: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:33 oj 1.5.28.4: #i77916# impl zooming in report builder 2008/06/25 12:21:34 oj 1.5.28.3: merge conflicts resolved 2008/06/24 12:07:17 oj 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 11:40:20 oj 1.5.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0b9b6e14eeace4ded4b34fc0eaf3a563d15d201e]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/06/26 14:26:33 oj 1.6.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7d1e70ccdbd0139cd8aed506efeff87e184711fd]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:02:12 oj 1.1.2.2: #i77916# impl zoom and move config data into ext 2008/06/26 14:27:10 oj 1.1.2.1: #i77916# new status

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07e5ff37ce8f3b560378daa296e0b606afbabf65]

        INTEGRATION: CWS dba31a (1.5.30); FILE MERGED 2008/06/26 14:26:33 oj 1.5.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fae529fccf3546ce3136993cd8ca387d087436b3]

        INTEGRATION: CWS dba31a (1.5.30); FILE MERGED 2008/07/15 08:38:55 fs 1.5.30.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4bfdc7d4561bf9f06715f648687ef54d9ee39d1d]

        INTEGRATION: CWS dba31a (1.6.28); FILE MERGED 2008/07/16 14:15:37 fs 1.6.28.6: #i10000# 2008/07/15 08:38:55 fs 1.6.28.5: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/10 06:59:50 oj 1.6.28.4: #i88727# new area prop for shapes and some model changes 2008/06/26 14:26:33 oj 1.6.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:13 oj 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:20 oj 1.6.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8ed67eb264db5bd8d148b37941eae962b9109bbd]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/06/26 14:26:33 oj 1.4.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4ad9d3308c9d0dc705f88ec8c278c7212a079827]

        INTEGRATION: CWS dba31a (1.8.12); FILE MERGED 2008/07/10 06:59:50 oj 1.8.12.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3744feb66b522e16f567d883ee87e615679cf80b]

        INTEGRATION: CWS dba31a (1.7.30); FILE MERGED 2008/07/10 06:59:50 oj 1.7.30.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5ee6fdcac01e814a8434c6b6023486963e1a061f]

        INTEGRATION: CWS dba31a (1.8.12); FILE MERGED 2008/07/19 12:21:46 fs 1.8.12.2: remove Area property for now, until #i88727# is completely implemented 2008/07/10 06:59:50 oj 1.8.12.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [152f6c55899cb10a52d5e1b8e941e910b9351756]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/06/26 14:27:25 oj 1.1.2.1: #i77916# new status

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6499a9f74927bbfa68a599ff74792cdaf060a219]

        INTEGRATION: CWS dba31a (1.7.12); FILE MERGED 2008/07/10 06:59:49 oj 1.7.12.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a7efba7a236408b9e83412352c308b937f0d4f68]

        INTEGRATION: CWS dba31a (1.7.12); FILE MERGED 2008/06/26 14:26:32 oj 1.7.12.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [239870a9133ca823b47203624c33b8cb410438ef]

        INTEGRATION: CWS dba31a (1.6.28); FILE MERGED 2008/07/07 06:38:25 oj 1.6.28.4: #i80200# method to select different types 2008/06/26 14:26:32 oj 1.6.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:09 oj 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2008/06/13 11:40:19 oj 1.6.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5e18c7bb3ea20a41300def78b9b7750001eab36a]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/15 08:38:55 fs 1.3.30.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4c55bba11c7da619ca5fd1f59cbd23006a52f5dc]

        INTEGRATION: CWS dba31a (1.5.30); FILE MERGED 2008/07/15 08:38:55 fs 1.5.30.4: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/10 06:59:49 oj 1.5.30.3: #i88727# new area prop for shapes and some model changes 2008/06/26 14:26:32 oj 1.5.30.2: #i77916# impl zooming in report builder 2008/06/13 11:40:19 oj 1.5.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b4945ba9172ec8b01446f2d299751bf898bc5725]

        INTEGRATION: CWS dba31a (1.3.28); FILE MERGED 2008/06/26 14:26:32 oj 1.3.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:06 oj 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/13 11:40:19 oj 1.3.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d0a79bcf084b2a2a0373c001dd545fed7e2adff5]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/06/26 14:26:32 oj 1.1.2.2: #i77916# impl zooming in report builder 2008/06/13 11:41:12 oj 1.1.2.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7da606447b826d185182e871992e1029bb499098]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/06/13 11:40:19 oj 1.3.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e305cde67c3d107a482028ac2c2686affb409bf2]

        INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/07 06:38:25 oj 1.5.28.4: #i80200# method to select different types 2008/06/26 14:26:32 oj 1.5.28.3: #i77916# impl zooming in report builder 2008/06/24 12:07:02 oj 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 11:40:19 oj 1.5.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [24a67c7592624864a396d5486e45cc37429616a7]

        INTEGRATION: CWS dba31a (1.4.28); FILE MERGED 2008/07/07 06:38:25 oj 1.4.28.4: #i80200# method to select different types 2008/06/26 14:26:32 oj 1.4.28.3: #i77916# impl zooming in report builder 2008/06/24 12:06:59 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2008/06/13 11:40:19 oj 1.4.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a7a1ce55344583307a4dea08f6bfb8423abc1dad]

        INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/07 06:38:25 oj 1.5.28.5: #i80200# method to select different types 2008/07/01 07:02:11 oj 1.5.28.4: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:32 oj 1.5.28.3: #i77916# impl zooming in report builder 2008/06/24 12:06:56 oj 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 11:40:19 oj 1.5.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [df8a02893be7b8d967b06bfb6885410783b17af8]

        INTEGRATION: CWS dba31a (1.8.10); FILE MERGED 2008/07/15 08:38:55 fs 1.8.10.4: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/02 09:19:20 oj 1.8.10.3: RESYNC: (1.8-1.10); FILE MERGED 2008/07/01 07:02:11 oj 1.8.10.2: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:32 oj 1.8.10.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [59b1760e59b4075353549b06f00be94d314db76f]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/06/26 14:26:32 oj 1.3.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [aa119fe3f7e551b30f8f2ceaeb601a9708b1b570]

        INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/15 08:38:55 fs 1.5.28.7: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/07 06:38:24 oj 1.5.28.6: #i80200# method to select different types 2008/07/03 06:58:31 oj 1.5.28.5: wrong header name typo 2008/07/01 07:02:10 oj 1.5.28.4: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:32 oj 1.5.28.3: #i77916# impl zooming in report builder 2008/06/24 12:06:53 oj 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 11:40:19 oj 1.5.28.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8d0e762376f5dc3b96b7104f4b479f8a4e46ceb4]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/10 06:59:49 oj 1.3.30.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1d15fbd91f93907d4a27f68d6f68e6c64f709237]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/06/26 14:26:31 oj 1.6.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5201bcd2d9107038d3afe8a781cda3d52d646100]

        INTEGRATION: CWS dba31a (1.8.30); FILE MERGED 2008/06/26 14:26:31 oj 1.8.30.1: #i77916# impl zooming in report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [62800a1c9af2b9187424d671d3288ec566212dbe]

        INTEGRATION: CWS dba31a (1.7.12); FILE MERGED 2008/07/10 06:38:17 oj 1.7.12.1: #i88727# new area prop for shapes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e488ac8d112c3050d82f1b89d59deb15b0613148]

        INTEGRATION: CWS dba31a (1.7.12); FILE MERGED 2008/07/10 06:38:40 oj 1.7.12.1: #i88727# new area prop for shapes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b05c872eff060992bc4bef83ff2965fe1d8745ef]

        INTEGRATION: CWS dba31a (1.10.12); FILE MERGED 2008/07/16 06:16:23 fs 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2008/07/01 07:02:10 oj 1.10.12.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f228b80d327aa9dc38b435dfeb7aadff0355d2c6]

        INTEGRATION: CWS dba31a (1.10.12); FILE MERGED 2008/07/16 06:16:19 fs 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2008/07/01 07:02:09 oj 1.10.12.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [53a3d62c2ab77da2714179c180ec44bf58fd2d03]

        INTEGRATION: CWS dba31a (1.8.26); FILE MERGED 2008/07/15 08:38:55 fs 1.8.26.5: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2008/07/10 06:44:42 oj 1.8.26.4: #i88727# new area prop for shapes and some model changes 2008/06/24 12:06:44 oj 1.8.26.3: RESYNC: (1.8-1.9); FILE MERGED 2008/06/11 10:15:37 oj 1.8.26.2: #i77059# set multiline to true 2008/06/09 10:22:15 oj 1.8.26.1: #i88506# insert new flag to offer word boundary breaks

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [fbb13d124ba5d784a097c815011d0d5c4278d9bf]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/07/10 06:44:42 oj 1.4.30.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f49e67ff0b6ac6c24bcedf7e07a3eb2cab434c0b]

        INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/08 06:21:11 oj 1.5.28.4: change needed due to a change in svx 2008/06/25 12:21:33 oj 1.5.28.3: merge conflicts resolved 2008/06/24 12:06:40 oj 1.5.28.2: RESYNC: (1.5-1.7); FILE MERGED 2008/06/09 10:22:15 oj 1.5.28.1: #i88506# insert new flag to offer word boundary breaks

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4c2fe2405915a80377a3a9e18e110642822530f7]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/15 08:38:54 fs 1.3.30.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a09608a56f7520ec08b1b37e0e93546652526476]

        INTEGRATION: CWS dba31a (1.6.4); FILE MERGED 2008/07/15 08:38:54 fs 1.6.4.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e2ab7f4968a1cf69e543946357c814b21151984d]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/06/09 10:22:15 oj 1.3.30.1: #i88506# insert new flag to offer word boundary breaks

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [dd8831542dcb2b5441adfd8ba20c5e3dffc1483c]

        INTEGRATION: CWS dba31a (1.10.4); FILE MERGED 2008/07/15 08:38:54 fs 1.10.4.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eb817fec180fe00af11880b49f300568241208be]

        INTEGRATION: CWS dba31a (1.10.4); FILE MERGED 2008/07/16 06:16:14 fs 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/07/10 06:44:41 oj 1.10.4.1: #i88727# new area prop for shapes and some model changes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c86450c244cb4abcf2cda2e24846c7136fb54576]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/06/09 10:22:14 oj 1.4.30.1: #i88506# insert new flag to offer word boundary breaks

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d7ac980a190dade0c29503e22eede9936e664045]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/03 09:13:54 oj 1.1.2.3: config files handling corrected 2008/07/03 06:51:12 oj 1.1.2.2: handling for config files corrected 2008/07/01 07:11:47 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e8fc13966bb7490448255c5a0e522c9fef7b6cf4]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:11:36 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d11c7fc3e779f92ee7485a2cb6f7a3ebc7523052]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:11:58 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [918b57205c1729f426d487fed15ddc4e609e03d0]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/03 09:13:52 oj 1.1.2.3: config files handling corrected 2008/07/03 06:51:09 oj 1.1.2.2: handling for config files corrected 2008/07/01 07:12:29 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3fe16ea097a09e4f64668b0166d03169c4576c80]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:12:41 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a4790f363ee35e8f251b531fc0780343e34dea52]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/03 09:13:50 oj 1.1.2.3: config files handling corrected 2008/07/03 06:51:03 oj 1.1.2.2: handling for config files corrected 2008/07/01 07:17:51 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [79a4851a15c43515b5c771c21888902493afc23d]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:17:40 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9ddc6a04a3b1d4c904bffc17e64c3efb7b280f2a]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:17:27 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e98ebfdc2a1b557c1cd11fc86e11fbee3f6a0032]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:16:03 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [123bfedb9af0ea56179844fb99420334a7e54a49]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:15:54 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [48e089f9ee80c2acf00af4fa81a47c76ff1eeaa6]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:15:40 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [da087672b5d2acf3d1879f8a04c42841305e8ef5]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:15:28 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c028f22d6e09d95e6c4ddb86cf8480009d24f6d7]

        INTEGRATION: CWS dba31a (1.6.20); FILE MERGED 2008/07/16 08:55:22 lla 1.6.20.5: #i91703# TARGET= fixes for some makefiles 2008/07/03 09:13:49 oj 1.6.20.4: config files handling corrected 2008/07/03 06:50:58 oj 1.6.20.3: handling for config files corrected 2008/07/02 09:19:15 oj 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2008/07/01 07:02:09 oj 1.6.20.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9e4dfd3f2c41d1d84d62a56f582829ef33fcc83]

        INTEGRATION: CWS dba31a (1.4.12); FILE MERGED 2008/07/01 07:02:09 oj 1.4.12.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f78728fb8e1ff7e1763f48e6bd105df21696b3ea]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:14:29 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cae3bac8522a2db1257bc449b54e8306039cbaad]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/01 07:14:15 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [afc536b8c84fce9abea124c0ffc086b723066c91]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/03 09:13:47 oj 1.1.2.3: config files handling corrected 2008/07/03 06:50:53 oj 1.1.2.2: handling for config files corrected 2008/07/01 07:13:34 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [42643ff9dbd69db77026887d2ced301a1a1ab615]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/03 06:50:52 oj 1.1.2.2: handling for config files corrected 2008/07/01 07:13:45 oj 1.1.2.1: #i77916# moved fromofficecfg

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a60b05ad5d04c85db4bcf8ff7208f938935fbc24]

        INTEGRATION: CWS dba31a (1.8.10); FILE MERGED 2008/07/02 09:19:11 oj 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2008/07/01 07:02:08 oj 1.8.10.1: #i77916# impl zoom and move config data into ext

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [35f27f7baf24624cb40c7f99f3261c6d39f9eee6]

        INTEGRATION: CWS dba31a (1.8.30); FILE MERGED 2008/07/16 08:55:22 lla 1.8.30.1: #i91703# TARGET= fixes for some makefiles

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [168f97692d06df165c4d05b3ba3ec94c17a2c543]

        INTEGRATION: CWS dba31a (1.7.30); FILE MERGED 2008/07/16 08:55:22 lla 1.7.30.1: #i91703# TARGET= fixes for some makefiles

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [94025a2adab08aaace7ea5a3cff53414aa99a879]

        INTEGRATION: CWS dba31a (1.4.18); FILE MERGED 2008/07/07 12:22:55 oj 1.4.18.1: #i85664# exception handling corrected

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [40ceb0faacb5b8f1ef3ccc028598365ec5f8ee8d]

        INTEGRATION: CWS dba31a (1.6.12); FILE MERGED 2008/07/07 12:22:55 oj 1.6.12.1: #i85664# exception handling corrected

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [37cc8272664ecd2ffc00869bdb5b838844f4f85d]

        INTEGRATION: CWS dba31a (1.7.4); FILE MERGED 2008/07/16 06:16:06 fs 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/07/07 12:22:55 oj 1.7.4.1: #i85664# exception handling corrected

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f11b6984320f8831938a7571e38dbc89899d1303]

        INTEGRATION: CWS dba31a (1.3.8); FILE MERGED 2008/07/16 08:55:21 lla 1.3.8.1: #i91703# TARGET= fixes for some makefiles

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a0c78f36420ef5c13ac718d7d38a04bc4a098d95]

        INTEGRATION: CWS dba31a (1.8.18); FILE MERGED 2008/07/16 08:55:21 lla 1.8.18.1: #i91703# TARGET= fixes for some makefiles

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2bd0d0acfbc0d72900d716e50e07909ccb878654]

        INTEGRATION: CWS dba31a (1.5.12); FILE MERGED 2008/07/16 08:55:21 lla 1.5.12.1: #i91703# TARGET= fixes for some makefiles

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [37727b6270359037ebee59fe90bba9bd8c45c23f]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/07 06:34:52 oj 1.3.30.1: #i80200# new shortcuts for selecting text and edit fields

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a97ebc77296864249d3d3c0c087628e2c0e1d5db]

        INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/07/15 08:38:54 fs 1.3.30.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b144168203e98e3b6bdeffc02498b5190d31f4dd]

        INTEGRATION: CWS dba31a (1.6.30); FILE MERGED 2008/07/10 06:36:09 oj 1.6.30.1: #i88727# new area prop for shapes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bbc29d8b53d7fa333683015f7e9ece6f311bfe5c]

        INTEGRATION: CWS dba31a (1.5.30); FILE MERGED 2008/07/10 06:36:09 oj 1.5.30.1: #i88727# new area prop for shapes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a785bfb45e83133c3eb277bdeb6926dd2da2f1a4]

        INTEGRATION: CWS dba31a (1.4.30); FILE MERGED 2008/06/13 11:40:19 oj 1.4.30.1: #i88506# impl hyphenation

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c897b04efd8c2289d793da86c335cbd0a4e37355]

        INTEGRATION: CWS dba31a (1.7.12); FILE MERGED 2008/07/15 08:38:54 fs 1.7.12.1: remove unused code Issue number:  #i91592# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7e96cd6b7da377b9dff74e56690f5a42f21cb5e5]

        INTEGRATION: CWS dba31a (1.8.4); FILE MERGED 2008/07/16 06:16:03 fs 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/07/10 06:36:08 oj 1.8.4.1: #i88727# new area prop for shapes

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [acea502ce05285043c2ebc12de6218d7ea59fa7e]

        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>  [6562ed1ea211e5921993a6662ff8feecba4961de]

        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>  [d06d075c11112fe9d3597fe12a175d2361a25f2e]

        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>  [27ff37f6e2836906455049778a40ebf90a76bc94]

        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>  [530f1c18335a260bc94a48c3b408aab4663a53f4]

        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-19  Vladimir Glazounov  <vg@openoffice.org>  [ed1ef654c567c7acfcee947f58d88819e4dcb46f]

        INTEGRATION: CWS dba31a (1.81.42); FILE MERGED 2008/07/02 20:22:38 fs 1.81.42.3: #i10000# 2008/07/02 09:16:42 oj 1.81.42.2: RESYNC: (1.81-1.82); FILE MERGED 2008/06/05 07:51:16 oj 1.81.42.1: #i81037# insert more aggegrate functions

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c4dabd8e701c15dda8824f6472afb4e062387301]

        INTEGRATION: CWS dba31a (1.31.6); FILE MERGED 2008/07/07 12:24:25 oj 1.31.6.1: #i85664# show error when opening a doc

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2a45576598c63a71d2d66c387f6e305ca35449be]

        INTEGRATION: CWS dba31a (1.16.42); FILE MERGED 2008/07/04 13:15:56 oj 1.16.42.1: #i86043# new string

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a46c90129e2dd4af9aeea33675eb7899558cecd1]

        INTEGRATION: CWS dba31a (1.43.42); FILE MERGED 2008/07/15 08:32:35 fs 1.43.42.1: #i91579# ConnectionPage depends on AutoControls.hrc

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0e56c29bd02244e41d4bb753972c45a6fb44df85]

        INTEGRATION: CWS dba31a (1.56.42); FILE MERGED 2008/07/04 13:17:11 oj 1.56.42.2: #i86043# new info string when selecting wrong file type 2008/06/09 06:58:17 oj 1.56.42.1: #i90490# select db filter as default

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [478792ea6db236bf17a72488ef9ac8cff7ba5da5]

        INTEGRATION: CWS dba31a (1.159.42); FILE MERGED 2008/07/16 06:15:25 fs 1.159.42.2: RESYNC: (1.159-1.160); FILE MERGED 2008/07/04 13:17:10 oj 1.159.42.1: #i86043# new info string when selecting wrong file type

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3dd498a6482379a7ede90132dfc14d6aa51b8ac9]

        INTEGRATION: CWS dba31a (1.85.22); FILE MERGED 2008/07/04 20:10:50 fs 1.85.22.1: #i66628# functionality of RowChanged/ColChanged moved to base class

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [51be8d8a85ce77010862bedbe6a05f7a679cbc5e]

        INTEGRATION: CWS dba31a (1.28.22); FILE MERGED 2008/06/06 07:35:26 oj 1.28.22.1: #i57668# close frames which objects were deleted

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b737117e4723d9302d24237cb455f639d2a7914a]

        INTEGRATION: CWS dba31a (1.28.20); FILE MERGED 2008/07/02 09:16:34 oj 1.28.20.3: RESYNC: (1.29-1.30); FILE MERGED 2008/06/24 12:13:11 oj 1.28.20.2: RESYNC: (1.28-1.29); FILE MERGED 2008/06/06 07:35:26 oj 1.28.20.1: #i57668# close frames which objects were deleted

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9ddda23ea4917d18352fa82d89e5459e6ba885fc]

        INTEGRATION: CWS dba31a (1.60.20); FILE MERGED 2008/07/02 09:16:24 oj 1.60.20.3: RESYNC: (1.62-1.63); FILE MERGED 2008/06/24 12:13:07 oj 1.60.20.2: RESYNC: (1.60-1.62); FILE MERGED 2008/06/06 07:35:26 oj 1.60.20.1: #i57668# close frames which objects were deleted

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e0c028eccdba03bfbc259759c3c27edb834260e2]

        INTEGRATION: CWS dba31a (1.55.42); FILE MERGED 2008/07/07 12:23:48 oj 1.55.42.2: #i85664# error message corrected for queries 2008/06/05 13:04:53 oj 1.55.42.1: #i55805# localized error message

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c429c0d0e5fb6e56bbec6ea22832260823c7bac9]

        INTEGRATION: CWS dba31a (1.16.42); FILE MERGED 2008/07/07 12:23:48 oj 1.16.42.2: #i85664# error message corrected for queries 2008/06/05 13:04:53 oj 1.16.42.1: #i55805# localized error message

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d61a1ae6b0cb69983355547d88aba3aea273db34]

        INTEGRATION: CWS dba31a (1.30.20); FILE MERGED 2008/07/02 09:16:14 oj 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2008/07/02 05:11:05 fs 1.30.20.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:54:56 fs 1.30.32.1: #i91223# implement XSubDocument   2008/07/01 05:14:41 fs 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ac54816d5362864194b2764224e3f3f747d3fa4d]

        INTEGRATION: CWS dba31a (1.62.8); FILE MERGED 2008/07/02 09:16:04 oj 1.62.8.2: RESYNC: (1.62-1.64); FILE MERGED 2008/07/02 05:10:50 fs 1.62.8.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:54:56 fs 1.62.12.1: #i91223# implement XSubDocument   2008/06/30 21:19:56 fs 1.62.12.2: #i10000#   2008/07/01 05:14:38 fs 1.62.12.3: RESYNC: (1.62-1.64); FILE MERGED   2008/07/01 09:28:36 fs 1.62.12.4: #i10000#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ad245cf09c4eeb7363dce40b7fb660d881e72860]

        INTEGRATION: CWS dba31a (1.29.40); FILE MERGED 2008/07/02 09:15:57 oj 1.29.40.2: RESYNC: (1.29-1.30); FILE MERGED 2008/06/05 13:04:53 oj 1.29.40.1: #i55805# localized error message

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3c377b3ebb9f3f351a8f5174440628f719b73c83]

        INTEGRATION: CWS dba31a (1.43.8); FILE MERGED 2008/07/04 14:27:14 oj 1.43.8.1: #i81899# handle config data for JavaDriverClassPath

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2413ad19f3c59c37f95bc0997d1e00f4c15ee5b5]

        INTEGRATION: CWS dba31a (1.79.8); FILE MERGED 2008/07/18 21:46:45 fs 1.79.8.2: #i81899# impl_insertJavaDriverClassPath_nothrow: don't pass empty values to the info sequence 2008/07/04 14:27:13 oj 1.79.8.1: #i81899# handle config data for JavaDriverClassPath

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cf2941790386d837dbff4a7781693a66f9efa896]

        INTEGRATION: CWS dba31a (1.158.8); FILE MERGED 2008/07/07 12:23:47 oj 1.158.8.1: #i85664# error message corrected for queries

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [12fd75d60a78aac07623fa58e14de0fe519bffb5]

        INTEGRATION: CWS dba31a (1.26.10); FILE MERGED 2008/07/10 07:06:35 oj 1.26.10.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f181824aa7614516e36665701d167f76a5b8f3f9]

        INTEGRATION: CWS dba31a (1.47.22); FILE MERGED 2008/08/05 20:38:22 fs 1.47.22.3: #i92474# dtor: acquire before calling dispose 2008/07/24 05:39:47 fs 1.47.22.2: #i10000# 2008/07/24 05:24:40 fs 1.47.22.1: #i91999# dispose should lock the SolarMutex, it does a lot of not-threadsafe things

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38ab199cf6ed417ee51b5edc2470a18c14619171]

        INTEGRATION: CWS dba31a (1.8.98); FILE MERGED 2008/07/16 11:45:06 fs 1.8.98.2: proper include 2008/07/10 07:06:35 oj 1.8.98.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [cfebe1a39c520cc066aa39607045e72b16c97319]

        INTEGRATION: CWS dba31a (1.51.98); FILE MERGED 2008/07/16 11:45:06 fs 1.51.98.2: proper include 2008/07/10 07:06:34 oj 1.51.98.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [81543a3c4ab8fb3eddc9ed1a21fe6afe8a3d630c]

        INTEGRATION: CWS dba31a (1.3.100); FILE MERGED 2008/07/10 07:06:34 oj 1.3.100.2: #i88727# changes need to support none sfx apps 2008/06/26 14:34:12 oj 1.3.100.1: #i77916# fix for handling max zoom of 100

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f9686090fb9c856ec310ac8b539fc8e5d61b9613]

        INTEGRATION: CWS dba31a (1.5.100); FILE MERGED 2008/07/03 08:46:59 fs 1.5.100.1: #i66628# FMURL_FORM_REFRESH_CURRENT_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8a452fb1867fb6c463130a0ecf5e957f452c2fc4]

        INTEGRATION: CWS dba31a (1.39.10); FILE MERGED 2008/07/03 12:55:42 fs 1.39.10.1: #i89628#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a51dd8f7b88228f7907511733330200f874407fa]

        INTEGRATION: CWS dba31a (1.18.64); FILE MERGED 2008/07/02 04:44:40 fs 1.18.64.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 10:47:47 fs 1.18.108.1: no need to save bits

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1fd4fbab2d4d774b24270bafbb3b103839091e56]

        INTEGRATION: CWS dba31a (1.23.100); FILE MERGED 2008/07/04 20:08:20 fs 1.23.100.1: #i66628# be XGridControlListener, to be able to invalidate/update the features which depend on the current grid column

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4a8b7072ce791205cd3e81ab9dfbdabdde1fd7b6]

        INTEGRATION: CWS dba31a (1.12.100); FILE MERGED 2008/07/03 08:51:12 fs 1.12.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a3c4222438bd62156d66860825dcc1b353fc2f0a]

        INTEGRATION: CWS dba31a (1.69.44); FILE MERGED 2008/07/16 06:14:45 fs 1.69.44.4: RESYNC: (1.70-1.71); FILE MERGED 2008/07/04 20:09:00 fs 1.69.44.3: initialization of form controller made more explicit 2008/07/02 09:15:28 oj 1.69.44.2: RESYNC: (1.69-1.70); FILE MERGED 2008/07/02 04:46:30 fs 1.69.44.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 10:54:27 fs 1.69.60.1: fixed possible crash   2008/07/01 05:14:25 fs 1.69.60.2: RESYNC: (1.69-1.70); FILE MERGED

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [19c8568afb169fc566ea2c2415a90cdaf91867ce]

        INTEGRATION: CWS dba31a (1.6.100); FILE MERGED 2008/07/03 08:48:58 fs 1.6.100.1: #i66628# FMURL_FORM_REFRESH_CURRENT_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [48cfcf7a2fafe4f54388d6ec8de7bd7f46a5edd2]

        INTEGRATION: CWS dba31a (1.75.100); FILE MERGED 2008/06/05 07:49:46 oj 1.75.100.1: #i81037# insert more aggegrate functions

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38ec7f834ca5b7ae9efda45c1df2b798fbe191c4]

        INTEGRATION: CWS dba31a (1.92.10); FILE MERGED 2008/07/03 12:56:25 fs 1.92.10.2: #i89628# 2008/07/03 08:51:10 fs 1.92.10.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f699a06d07c00448c38507189f3aabf02a69a232]

        INTEGRATION: CWS dba31a (1.78.10); FILE MERGED 2008/07/30 12:06:20 fs 1.78.10.3: RESYNC: (1.78-1.79); FILE MERGED 2008/07/03 12:56:27 fs 1.78.10.2: #i89628# 2008/07/03 08:51:09 fs 1.78.10.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d4e3acb56cb4cc502645e4cc94bd32502e9c994a]

        INTEGRATION: CWS dba31a (1.35.64); FILE MERGED 2008/07/16 06:14:40 fs 1.35.64.3: RESYNC: (1.36-1.37); FILE MERGED 2008/07/02 09:15:22 oj 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2008/07/02 04:44:54 fs 1.35.64.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 10:53:35 fs 1.35.106.1: no need to save bits   2008/07/01 05:14:19 fs 1.35.106.2: RESYNC: (1.35-1.36); FILE MERGED

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d6e7302288075385eab88a3ba276094733e5ec5a]

        INTEGRATION: CWS dba31a (1.70.100); FILE MERGED 2008/07/04 20:08:28 fs 1.70.100.2: #i66628# be XGridControlListener, to be able to invalidate/update the features which depend on the current grid column 2008/07/03 08:51:08 fs 1.70.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e53f342de9776463ce4fdf4de85786d4452274b8]

        INTEGRATION: CWS dba31a (1.13.100); FILE MERGED 2008/06/05 07:49:46 oj 1.13.100.1: #i81037# insert more aggegrate functions

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [742da5c5d05f960813025481c19e5a28a8cb0c63]

        INTEGRATION: CWS dba31a (1.84.10); FILE MERGED 2008/07/04 20:08:25 fs 1.84.10.1: #i66628# also notify a listener (formerly FmGridSelectionListener, now FmGridListener) about changed current column

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [57419931e559d1eacecf29b4b604911a01812873]

        INTEGRATION: CWS dba31a (1.58.100); FILE MERGED 2008/07/04 20:07:52 fs 1.58.100.1: #i66628# implement the new XGridControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [56b305ae9b01fb331d4289864b80407cc400c8fb]

        INTEGRATION: CWS dba31a (1.12.100); FILE MERGED 2008/07/10 07:06:34 oj 1.12.100.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2886130343b81e3ae0a26b0d03794fd669218f78]

        INTEGRATION: CWS dba31a (1.12.100); FILE MERGED 2008/07/10 07:06:33 oj 1.12.100.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4c96973337b621fe630a90cdf9e4294a01d5175a]

        INTEGRATION: CWS dba31a (1.78.100); FILE MERGED 2008/07/03 08:39:20 fs 1.78.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e4fa8dbd7c519ec11f3e74acd28cdfe243ce6815]

        INTEGRATION: CWS dba31a (1.15.100); FILE MERGED 2008/07/03 08:39:19 fs 1.15.100.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0c5845399bace55169af32ad9fba3c0cb665dad4]

        INTEGRATION: CWS dba31a (1.136.130); FILE MERGED 2008/07/30 12:06:16 fs 1.136.130.2: RESYNC: (1.136-1.138); FILE MERGED 2008/07/10 07:06:33 oj 1.136.130.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d4464cd73c204104ee9415051b148bdef08a3a0a]

        INTEGRATION: CWS dba31a (1.5.46); FILE MERGED 2008/07/16 06:14:36 fs 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/10 07:06:33 oj 1.5.46.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [241f0439710b310b39fe31fcdf3f42681c00c18e]

        INTEGRATION: CWS dba31a (1.4.100); FILE MERGED 2008/07/10 07:06:33 oj 1.4.100.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [db88a95899ec4ccfda3490cff57bae304e05396d]

        INTEGRATION: CWS dba31a (1.10.48); FILE MERGED 2008/07/03 08:38:12 fs 1.10.48.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b93911659bba8a4dbe5231b48c3d3316ab63da1d]

        INTEGRATION: CWS dba31a (1.4.100); FILE MERGED 2008/07/10 07:06:32 oj 1.4.100.1: #i88727# changes need to support none sfx apps

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [23af45f92e5a7b232cb2266df91370f177f0c1a9]

        INTEGRATION: CWS dba31a (1.3.100); FILE MERGED 2008/07/04 20:07:33 fs 1.3.100.1: #i66628# also notify a listener (formerly FmGridSelectionListener, now FmGridListener) about changed current column

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [14874debff9b22dd53ea1c4e9cdcec6e0695887e]

        INTEGRATION: CWS dba31a (1.12.100); FILE MERGED 2008/07/04 20:06:56 fs 1.12.100.1: #i66628# implement the new XGridControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c7e3daf4fc10c518fdf0a62a0f4572053e6b28de]

        INTEGRATION: CWS dba31a (1.20.70); FILE MERGED 2008/06/03 11:33:58 oj 1.20.70.1: #i44685# change type from NULL to VOID

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [05564dc91e20501e3d97bc9601b05eef4094d8af]

        INTEGRATION: CWS dba31a (1.6.52); FILE MERGED 2008/07/02 04:35:07 fs 1.6.52.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:45:40 fs 1.6.76.1: doc error

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e977e42d07ab9cdefddf3987e9dbc9278d342e9c]

        INTEGRATION: CWS dba31a (1.24.70); FILE MERGED 2008/07/02 04:34:31 fs 1.24.70.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:44:40 fs 1.24.90.1: #i91223# +ISubDocument

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [38e15f59f732adfbd1465a294264606d931d8641]

        INTEGRATION: CWS dba31a (1.1.4); FILE ADDED 2008/07/03 08:43:43 fs 1.1.4.3: since tag 2008/07/02 04:34:44 fs 1.1.4.2: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:45:16 fs 1.1.2.1: #i91223# allows operating on a sub document of an OfficeDatabaseDocument 2008/06/30 20:45:16 fs 1.1.4.1: file XSubDocument.idl was added on branch cws_dev300_dba31a on 2008-07-02 04:34:44 +0000

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ae16f1281174a70064344867eacd708304519227]

        INTEGRATION: CWS dba31a (1.14.38); FILE MERGED 2008/07/02 04:34:17 fs 1.14.38.1: copying following changes from CWS dba30f to CWS dba31a:   2008/06/30 20:44:28 fs 1.14.50.1: #i91223# +ISubDocument

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2a4cbbdebb684469a835d9724e0ee3afc4dc18fd]

        INTEGRATION: CWS dba31a (1.3.70); FILE MERGED 2008/06/09 10:16:16 oj 1.3.70.1: #i77059# remove multiline it is always the case

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eaf79c500338f808ff4586f425bfb414b7d9e869]

        INTEGRATION: CWS dba31a (1.4.70); FILE MERGED 2008/07/03 08:35:04 fs 1.4.70.1: #i66628# +RefreshCurrentControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [30101140ff66803d2856e089206a20a1fbf23934]

        INTEGRATION: CWS dba31a (1.10.70); FILE MERGED 2008/07/04 19:58:16 fs 1.10.70.1: #i66628# +XGridControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6b6b32254ba4325856991a75380c927c1934244c]

        INTEGRATION: CWS dba31a (1.13.70); FILE MERGED 2008/07/04 19:56:18 fs 1.13.70.1: #i66628# +XGridControl/Listener

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [059610f6704ca3bffefbf1d5fa32d739fbd13df1]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/04 19:55:40 fs 1.1.2.1: interfasce for a listener at a grid control's state

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f4b59247a416d0251913f63c47b5c5979da57f70]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/04 19:55:23 fs 1.1.2.1: interface for a GridControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [463daf05937133b1cc982a57cf448dc5d6e9baa9]

        INTEGRATION: CWS dba31a (1.13.26); FILE MERGED 2008/07/03 08:43:18 fs 1.13.26.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [111ca489e0cd74a0548dc26b18a6056fdad7a44a]

        INTEGRATION: CWS dba31a (1.7.34); FILE MERGED 2008/07/03 08:42:35 fs 1.7.34.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5d61ddec64a8014b41d1c0919ead8d5e986ebb68]

        INTEGRATION: CWS dba31a (1.3.34); FILE MERGED 2008/07/04 20:11:47 fs 1.3.34.2: #i66628# impl_getCurrentControlModel_throw: also care for grid control/columns 2008/07/03 08:41:56 fs 1.3.34.1: #i66628# +RefreshCurrentControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8ee70cdddcca7f3721dd994f2a7172807f3c12ea]

        INTEGRATION: CWS dba31a (1.17.34); FILE MERGED 2008/07/03 08:39:59 fs 1.17.34.1: #i66628# +URL_FORM_REFRESH_CURRENT_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [95b0cfd32f7a79b892f1dd9f41a585edac7866a4]

        INTEGRATION: CWS dba31a (1.8.34); FILE MERGED 2008/07/03 08:37:29 fs 1.8.34.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bf2ac24464c7972454f9d2aa6b4246b20e87f88b]

        INTEGRATION: CWS dba31a (1.2.586); FILE MERGED 2008/07/03 08:55:17 fs 1.2.586.1: #i66628# +RefreshFormControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [caa6801a8991687e143c51feae98651ecb9e7186]

        INTEGRATION: CWS dba31a (1.3.1762); FILE MERGED 2008/07/03 08:55:14 fs 1.3.1762.1: #i66628# +RefreshFormControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f517cd9e473323c3cbf2808f7ce5f62de74666e1]

        INTEGRATION: CWS dba31a (1.2.586); FILE MERGED 2008/07/03 08:55:13 fs 1.2.586.1: #i66628# +RefreshFormControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9dfb08b2402687e8738daec63f403dd1acd37854]

        INTEGRATION: CWS dba31a (1.8.64); FILE MERGED 2008/07/03 10:36:07 fs 1.8.64.1: work around some strange duplicate symbols when compiling with debug

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [39dc3b904d60ee883db7d49ef8ba9144033cd3a0]

        INTEGRATION: CWS dba31a (1.1.2); FILE ADDED 2008/07/22 06:26:55 fs 1.1.2.1: #i66628#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b2f23014a0d37b038ed19d38990c7d07585cdb85]

        INTEGRATION: CWS dba31a (1.15.66); FILE MERGED 2008/07/01 07:20:39 oj 1.15.66.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [939efa7178f861ddae12d7d4c7c77389003cc2d3]

        INTEGRATION: CWS dba31a (1.19.62); FILE MERGED 2008/07/01 07:20:38 oj 1.19.62.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0083a5e4c7f95cf7f8d8ac380f9fabc5f67ac26d]

        INTEGRATION: CWS dba31a (1.42.66); FILE MERGED 2008/07/18 21:45:50 fs 1.42.66.2: adjusted the node names for #i81899# 2008/07/04 14:28:28 oj 1.42.66.1: #i81899# new config for JDBC driver class path settings

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [854cdeae5b4f2ea52c4258e47139bbfe4078ec67]

        INTEGRATION: CWS dba31a (1.17.66); FILE MERGED 2008/07/01 07:20:37 oj 1.17.66.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7dbb60a45c24e9d0d101a73e7bca6e0478f6e373]

        INTEGRATION: CWS dba31a (1.69.10); FILE MERGED 2008/07/30 12:03:38 fs 1.69.10.3: RESYNC: (1.71-1.72); FILE MERGED 2008/07/16 06:11:54 fs 1.69.10.2: RESYNC: (1.69-1.71); FILE MERGED 2008/07/03 08:36:32 fs 1.69.10.1: #i66628# .uno:RefreshFormControl

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6ad6992ce9702bde5513451a59cfcd475721523a]

        INTEGRATION: CWS dba31a (1.16.66); FILE MERGED 2008/07/01 07:20:37 oj 1.16.66.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a0a5523ece273338278cf3e617412d94a31ff434]

        INTEGRATION: CWS dba31a (1.23.12); FILE MERGED 2008/07/30 12:03:34 fs 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2008/07/01 07:20:36 oj 1.23.12.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7c50d3cb072093db8a941970a45a03431a915aae]

        INTEGRATION: CWS dba31a (1.14.66); FILE MERGED 2008/07/01 07:20:35 oj 1.14.66.1: #i77916# move config to report builder

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [da6b97000bb0d8ed2fb05d2a052b3b3cadbd58d0]

        INTEGRATION: CWS dba31a (1.55.8); FILE MERGED 2008/07/30 12:03:27 fs 1.55.8.2: RESYNC: (1.55-1.56); FILE MERGED 2008/07/02 13:20:08 fs 1.55.8.1: #i91192#

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a9cbd0f41cc82c7bc8409d6d520973dc3fae6b37]

        INTEGRATION: CWS dba31a (1.58.8); FILE MERGED 2008/07/30 12:03:24 fs 1.58.8.2: RESYNC: (1.58-1.59); FILE MERGED 2008/07/04 11:43:04 oj 1.58.8.1: #i91208# handle parameters

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [f8c41359294d20a21b095c3642514dcc27394689]

        INTEGRATION: CWS dba31a (1.34.32); FILE MERGED 2008/06/05 07:50:33 oj 1.34.32.2: #i81037# insert more aggegrate functions 2008/06/03 11:40:18 oj 1.34.32.1: #i69262# impl SOME and some more

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e18a1f38ef3dca0195f2417294ed4610309fbcf5]

        INTEGRATION: CWS dba31a (1.63.32); FILE MERGED 2008/07/30 12:03:21 fs 1.63.32.4: RESYNC: (1.65-1.66); FILE MERGED 2008/06/24 12:09:10 oj 1.63.32.3: RESYNC: (1.63-1.65); FILE MERGED 2008/06/05 07:50:33 oj 1.63.32.2: #i81037# insert more aggegrate functions 2008/06/03 11:40:17 oj 1.63.32.1: #i69262# impl SOME and some more

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eead7f2513a9e8f045a83b31f42dce21f3091b93]

        INTEGRATION: CWS dba31a (1.5.32); FILE MERGED 2008/07/04 15:21:28 oj 1.5.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3a6a2099d22eb8012a47406efa7a70f1f0ca1db1]

        INTEGRATION: CWS dba31a (1.3.32); FILE MERGED 2008/07/04 15:21:28 oj 1.3.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1a16ed704047d6bc1a55384126384b702c931944]

        INTEGRATION: CWS dba31a (1.6.32); FILE MERGED 2008/07/04 15:21:28 oj 1.6.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [49d27b63fd72e053f893469c8d8bcf0acc41fed3]

        INTEGRATION: CWS dba31a (1.4.32); FILE MERGED 2008/07/04 15:21:28 oj 1.4.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [021ca5cb37214b175d4f772694991f8460fa00cb]

        INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/07/04 15:21:28 oj 1.8.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4e06139a9ee6f6c83aa02bd8b83de51d4e76ef5e]

        INTEGRATION: CWS dba31a (1.7.32); FILE MERGED 2008/07/04 15:21:28 oj 1.7.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [15ee6f98cd47c70debadc44b05e22f52f044b8ff]

        INTEGRATION: CWS dba31a (1.17.32); FILE MERGED 2008/07/04 15:21:28 oj 1.17.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [60960dd72c7d63f8e6b94abe24aa819981a7cf5d]

        INTEGRATION: CWS dba31a (1.11.32); FILE MERGED 2008/07/04 15:21:27 oj 1.11.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [54622e8ef8b9d59935f3e7db1b529a69bbf9ba58]

        INTEGRATION: CWS dba31a (1.9.32); FILE MERGED 2008/07/04 15:21:27 oj 1.9.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [07db50c251364f7a66236cd6148a846ebafe2b86]

        INTEGRATION: CWS dba31a (1.10.32); FILE MERGED 2008/07/04 15:21:27 oj 1.10.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [45187facad22445a2e1f172fce0b85d89823bd2d]

        INTEGRATION: CWS dba31a (1.6.32); FILE MERGED 2008/07/04 15:21:27 oj 1.6.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [47407cd1bdfb103885b095cba57bf24434ef90fe]

        INTEGRATION: CWS dba31a (1.16.32); FILE MERGED 2008/06/06 08:58:46 oj 1.16.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [7ba4c53c6008315459a83e21fd556cde4e89b09a]

        INTEGRATION: CWS dba31a (1.9.32); FILE MERGED 2008/06/06 08:58:46 oj 1.9.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [09548a18460d47e624f8dcc6f9c5689a3aa43cb0]

        INTEGRATION: CWS dba31a (1.27.32); FILE MERGED 2008/06/06 08:58:46 oj 1.27.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [4e833cc24bad5884a0386c6ec18c00b1f857c861]

        INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/06/30 07:33:45 oj 1.8.32.2: #i57999# wrong file name used 2008/06/30 06:39:40 oj 1.8.32.1: #i57999# name of lib changed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9200c3a898a1956ec443b0203b25bef081d29b6d]

        INTEGRATION: CWS dba31a (1.19.32); FILE MERGED 2008/06/30 07:33:44 oj 1.19.32.2: #i57999# wrong file name used 2008/06/30 06:39:40 oj 1.19.32.1: #i57999# name of lib changed

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [25f76d5438c538d9e5667caf12c8155511050ec1]

        INTEGRATION: CWS dba31a (1.23.32); FILE MERGED 2008/06/06 08:58:45 oj 1.23.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [31978e94217b5d9fe04f5921ef5faeef0040e986]

        INTEGRATION: CWS dba31a (1.14.32); FILE MERGED 2008/06/06 08:58:45 oj 1.14.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8e2c162f0fee4f9faeeed890347147b6dbf8dd38]

        INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/07/04 15:21:27 oj 1.8.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2b5a1355e832e8fc07208bd727a4e1dfcdb820a7]

        INTEGRATION: CWS dba31a (1.6.32); FILE MERGED 2008/07/04 15:21:26 oj 1.6.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [90d39f88b2e0fc23a15aaba02a3872e2af2442eb]

        INTEGRATION: CWS dba31a (1.13.32); FILE MERGED 2008/07/04 15:21:26 oj 1.13.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [613e4f05810bef8a1424063a85ed97b7e7daa998]

        INTEGRATION: CWS dba31a (1.11.32); FILE MERGED 2008/07/04 15:21:26 oj 1.11.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [d14ee3b33aaa1a160b00ea6f8637e0fbf7105367]

        INTEGRATION: CWS dba31a (1.61.32); FILE MERGED 2008/07/04 15:21:26 oj 1.61.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c6ece27a31068741f72a1d61214b0fd0c678c3b4]

        INTEGRATION: CWS dba31a (1.7.32); FILE MERGED 2008/06/06 08:58:45 oj 1.7.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [ebc793a12486726d5b63d58ef6ca7e76d247b075]

        INTEGRATION: CWS dba31a (1.3.32); FILE MERGED 2008/07/04 15:21:26 oj 1.3.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [0dbde347a0e650cd87211d5c7842964482c05e1a]

        INTEGRATION: CWS dba31a (1.4.32); FILE MERGED 2008/07/04 15:21:26 oj 1.4.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [bd7ba12c758aff72d81a430f6b0f8a3c3cc3e197]

        INTEGRATION: CWS dba31a (1.5.32); FILE MERGED 2008/07/04 15:21:26 oj 1.5.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [a7c233fa4af97033b2ecfe781d47f17b68d51bb9]

        INTEGRATION: CWS dba31a (1.7.32); FILE MERGED 2008/07/04 15:21:25 oj 1.7.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [2733016720d5fcb73a3971c4494cfa59cf3eda35]

        INTEGRATION: CWS dba31a (1.5.32); FILE MERGED 2008/07/04 15:21:25 oj 1.5.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [3aea060ea0ae551e2736b693a1df1a1e6b92750a]

        INTEGRATION: CWS dba31a (1.9.32); FILE MERGED 2008/07/04 15:21:25 oj 1.9.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [92d813d600aaf8ab9b05e14ea6c2d95b3db91089]

        INTEGRATION: CWS dba31a (1.11.32); FILE MERGED 2008/07/04 15:21:25 oj 1.11.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [34d8e614f05b6b97532024b0c958e6006aa5ccff]

        INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/06/06 08:58:44 oj 1.8.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [c52c8753df8ed0b961c8719957e5efa5d833792b]

        INTEGRATION: CWS dba31a (1.34.10); FILE MERGED 2008/07/04 15:21:25 oj 1.34.10.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [e5d18f5f1622ff22653d3082bd7220f4fda4bab0]

        INTEGRATION: CWS dba31a (1.16.32); FILE MERGED 2008/06/06 08:58:43 oj 1.16.32.1: #i57999# fix naming schema

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [9237b3e11824bac0c45e1c76387d04331b3cdbe7]

        INTEGRATION: CWS dba31a (1.20.32); FILE MERGED 2008/07/04 15:21:24 oj 1.20.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [5845c5196c6a34c9ba76d325682dc72b954a575a]

        INTEGRATION: CWS dba31a (1.17.32); FILE MERGED 2008/07/04 15:21:24 oj 1.17.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [1e68581007e838ebdfa090cd0bcf51730cf68a55]

        INTEGRATION: CWS dba31a (1.10.32); FILE MERGED 2008/07/04 15:21:24 oj 1.10.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6a5891c1f1257ebb4c61823a7f27ff798ba86e51]

        INTEGRATION: CWS dba31a (1.26.32); FILE MERGED 2008/07/04 15:21:24 oj 1.26.32.1: #i89558# remove unused code

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8c4547d2131a08ed83bfa24770fe235fa15b2c07]

        INTEGRATION: CWS dba31a (1.25.8); FILE MERGED 2008/07/04 11:40:37 oj 1.25.8.1: #i91208# new methods

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [69ef7b6075938736071a4374af0269f80b17f6ff]

        INTEGRATION: CWS dba31a (1.7.32); FILE MERGED 2008/06/05 07:50:33 oj 1.7.32.1: #i81037# insert more aggegrate functions

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [eb2aa65f799201518bb45614a2b64e164e485fd0]

        INTEGRATION: CWS dba31a (1.15.32); FILE MERGED 2008/06/05 12:11:05 oj 1.15.32.1: #i75164# remove dep from unoil

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [330b4943a1ce6598b95ce39034070ba7a7e7de45]

        INTEGRATION: CWS dba31a (1.6.68); FILE MERGED 2008/06/05 12:11:05 oj 1.6.68.1: #i75164# remove dep from unoil

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [b667ac29a19f4017360f818659f98cf7fe2fdfbe]

        INTEGRATION: CWS dba31a (1.5.68); FILE MERGED 2008/06/05 12:11:05 oj 1.5.68.1: #i75164# remove dep from unoil

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [936501d97543e21b03cf496f0300e4ec4440184e]

        INTEGRATION: CWS dba31a (1.8.32); FILE MERGED 2008/06/05 12:11:05 oj 1.8.32.1: #i75164# remove dep from unoil

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [8b95d302b58c2baa915765b660aab2ff86390016]

        INTEGRATION: CWS dba31a (1.3.32); FILE MERGED 2008/08/05 13:31:28 fs 1.3.32.5: oops, revert previous change 2008/08/05 13:26:01 fs 1.3.32.4: proper library name 2008/07/28 08:13:46 fs 1.3.32.3: #i10000# 2008/06/06 08:58:43 oj 1.3.32.2: #i57999# fix naming schema 2008/06/05 12:11:05 oj 1.3.32.1: #i75164# remove dep from unoil

2008-08-19  Vladimir Glazounov  <vg@openoffice.org>  [64c0e8dc2bb9cfff0599fd7d954b99673061bad1]

        INTEGRATION: CWS dba31a (1.17.32); FILE MERGED 2008/06/06 08:58:43 oj 1.17.32.1: #i57999# fix naming schema

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [89a1cdcd58952dcf2d7827ca0d2062767dd1f10c]

        INTEGRATION: CWS maccrashrep (1.7.98); FILE MERGED 2008/06/25 08:44:44 hro 1.7.98.1: #i90159# Enabled crash reporting for MacOsX

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9a62d7f6605620a53eea67ec5b55e607c2d427b4]

        INTEGRATION: CWS maccrashrep (1.36.22); FILE MERGED 2008/07/25 09:37:28 hro 1.36.22.5: #i90159# Fixed PPC tinderbox break 2008/07/24 14:16:21 hro 1.36.22.4: #i90159# Changes to fix Tinerbox PPC 2008/07/23 11:57:48 obr 1.36.22.3: #i90159# re-introduced ifdefs in PrintStack 2008/07/21 08:48:04 hro 1.36.22.2: #i90159# implemented missing backtrace functions in glibc 2008/06/25 08:31:22 hro 1.36.22.1: #i90159# Enabled crash reporting for MacOsX

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [693ade21073738d3d64c685239585d88b23663fd]

        INTEGRATION: CWS maccrashrep (1.34.22); FILE MERGED 2008/06/25 08:56:19 hro 1.34.22.2: RESYNC: (1.34-1.35); FILE MERGED 2008/06/25 08:31:21 hro 1.34.22.1: #i90159# Enabled crash reporting for MacOsX

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c69f453cb2de6057e9e30c4a4b4031fd32cb1318]

        INTEGRATION: CWS maccrashrep (1.8.22); FILE MERGED 2008/07/22 12:31:49 gh 1.8.22.2: #i90159# Enabled crash reporting for MacOsX. now also buildable for PPC 2008/07/21 08:48:04 hro 1.8.22.1: #i90159# implemented missing backtrace functions in glibc

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [11c8d7c0f0aba33d862c16041556891bfd5f7bc5]

        INTEGRATION: CWS maccrashrep (1.13.16); FILE MERGED 2008/07/22 12:31:49 gh 1.13.16.3: #i90159# Enabled crash reporting for MacOsX. now also buildable for PPC 2008/07/21 08:48:04 hro 1.13.16.2: #i90159# implemented missing backtrace functions in glibc 2008/06/25 08:31:20 hro 1.13.16.1: #i90159# Enabled crash reporting for MacOsX

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [048af5a7e8a15307e7e963bb8cc8f545b5258fb8]

        INTEGRATION: CWS maccrashrep (1.13.114); FILE MERGED 2008/07/24 10:12:38 hro 1.13.114.1: #i90159# Fixes for PPC tinderbox build

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3574facfbc45fd7ea084acba7791558cef155439]

        INTEGRATION: CWS maccrashrep (1.7.114); FILE MERGED 2008/07/24 10:36:51 hro 1.7.114.2: RESYNC: (1.7-1.8); FILE MERGED 2008/07/24 10:10:13 hro 1.7.114.1: #i90159# Fixes for PPC tinderbox build

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1dfd01da190f7bdb204fedb284b10b02cdc4e002]

        INTEGRATION: CWS maccrashrep (1.22.114); FILE MERGED 2008/07/24 10:10:12 hro 1.22.114.1: #i90159# Fixes for PPC tinderbox build

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7778ade907776f81d35b952b696517fd92b75341]

        INTEGRATION: CWS maccrashrep (1.18.16); FILE MERGED 2008/06/25 08:29:35 hro 1.18.16.1: #i90159# Enabled crash reporting for MacOsX

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [dd2d28b190900c38e6f611859b27c0d2b4d393e1]

        INTEGRATION: CWS maccrashrep (1.7.142); FILE MERGED 2008/07/17 11:25:12 gh 1.7.142.1: #i90159#enable pusshing of MAC OSX libraries and binary files

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [dc9322bc6269c51e7b85d8e2e1bae2bee2fff4c1]

        INTEGRATION: CWS maccrashrep (1.5.12); FILE MERGED 2008/06/23 12:42:51 hro 1.5.12.1: #i90159# Change system integration binary to soffice loader

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [80bee155e507385febb6d70d4715c9757f21a867]

        INTEGRATION: CWS aquaupdateicon (1.18.68); FILE MERGED 2008/07/31 13:50:09 pl 1.18.68.1: #i92043# some adaptions for the mac

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9d4a24013bc0e2fd695fb54ea75544ee88f1ce64]

        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>  [befb3a5d54fa0fbf3bb5c15d4303fbb74fa65ef8]

        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>  [1f4fb76b63536d5c886f4f050c8a01ba1dc7fa79]

        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>  [932304ef895ac810e5a57e6c8a33edd560550bea]

        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>  [d0a0515945a12e06ee317adb21a48d5f878d824b]

        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>  [ef4a6cad0e4065bb6a6f46a52bf0c0878ca6375b]

        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>  [6ac1428d5b9577c3d83077f26a1eddfe56ef2c24]

        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>  [c1057053677157770a13710e3054d062bb091c87]

        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>  [39296e51daf0442ea20b6760b686234d27a3a37f]

        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>  [c020497e35ced754dbaf83e9e4ee71ee79f80e2b]

        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>  [42973237340a8abbb4cb2a79257742878efa2763]

        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>  [ef24eb6a928c1511942cd7eeb1726f5bbaa45ee6]

        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>  [909e908f0b0d4b73b01af25cf7c474a4e445ed5e]

        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>  [1db5140edd12e5d5232241362f4b205989ac61a2]

        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>  [1c2cc109a5d08ce3285adea23b4c1a72b8df91d3]

        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>  [f2c02396d6b7395e7eb199c71e63943b4bcaa8d2]

        INTEGRATION: CWS languageswitchfix (1.162.56); FILE MERGED 2008/08/04 12:55:36 mba 1.162.56.1: #i91552#: improve languageswitching

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [6cdfc0b953ddc464a40a830836b3215904ecdfd0]

        INTEGRATION: CWS cmcfixes48 (1.30.40); FILE MERGED 2008/08/01 14:08:02 cmc 1.30.40.1: #i92247# build a pic .a on unix, we only link in one place now, so this reduces size slightly and removes the conflicting libxmlsec1 provides from the hacked version vs the system one on AutoReqProv rpm systems

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [347996ce710dd2ee3a4082e6671b3aa8dcdd006c]

        INTEGRATION: CWS cmcfixes48 (1.112.18); FILE MERGED 2008/08/01 14:08:01 cmc 1.112.18.1: #i92247# build a pic .a on unix, we only link in one place now, so this reduces size slightly and removes the conflicting libxmlsec1 provides from the hacked version vs the system one on AutoReqProv rpm systems

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e7498cc14e41e841ad6763f0f7dbac638a367ad7]

        INTEGRATION: CWS cmcfixes48 (1.302.14); FILE MERGED 2008/08/07 07:16:44 cmc 1.302.14.2: #i92247# tidy up 2008/08/01 14:08:01 cmc 1.302.14.1: #i92247# build a pic .a on unix, we only link in one place now, so this reduces size slightly and removes the conflicting libxmlsec1 provides from the hacked version vs the system one on AutoReqProv rpm systems

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b324cd8d3c5663339ecfe41e4022fe71a0c809c5]

        INTEGRATION: CWS cmcfixes48 (1.73.22); FILE MERGED 2008/07/30 14:31:42 cmc 1.73.22.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [06886f8308f19639f2a259284c842d01a03214c7]

        INTEGRATION: CWS cmcfixes48 (1.29.66); FILE MERGED 2008/07/30 14:31:42 cmc 1.29.66.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [fd424d621d781a841cb6ff1552cb738499c03572]

        INTEGRATION: CWS cmcfixes48 (1.42.46); FILE MERGED 2008/07/30 14:31:42 cmc 1.42.46.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e3151c73cb357eab0773b47ca4e527c1d133c292]

        INTEGRATION: CWS cmcfixes48 (1.11.66); FILE MERGED 2008/07/30 14:31:42 cmc 1.11.66.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a3ba53b7730788e3598ecc4a35e0dfcf2257a995]

        INTEGRATION: CWS cmcfixes48 (1.30.16); FILE MERGED 2008/07/30 14:31:42 cmc 1.30.16.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1162e97a89615de77ee262faa21f727e42d3d89c]

        INTEGRATION: CWS cmcfixes48 (1.36.20); FILE MERGED 2008/07/30 14:31:42 cmc 1.36.20.1: #i92285# UserEvents are ULONGs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [43189005c5a6c7abd4d75dd917a14037ad62b1b5]

        INTEGRATION: CWS cmcfixes48 (1.8.108); FILE MERGED 2008/08/01 16:28:21 cmc 1.8.108.1: #i92247# add SerialNumberAdapter

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [6514dd66b786c64efea184ed2fd88be724dee184]

        INTEGRATION: CWS cmcfixes48 (1.1.2); FILE ADDED 2008/08/01 16:28:21 cmc 1.1.2.1: #i92247# add SerialNumberAdapter

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [965ddb21281b4807448d035a53c8beaf2bf9dbca]

        INTEGRATION: CWS cmcfixes48 (1.3.104); FILE MERGED 2008/08/01 14:04:33 cmc 1.3.104.1: #i92247# build a pic .a on unix, we only link in one place now, so this reduces size slightly and removes the conflicting libxmlsec1 provides from the hacked version vs the system one on AutoReqProv rpm systems

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [48480927a14aa476954620a96a0fc0480f648fa2]

        INTEGRATION: CWS cmcfixes48 (1.17.14); FILE MERGED 2008/08/01 14:04:33 cmc 1.17.14.1: #i92247# build a pic .a on unix, we only link in one place now, so this reduces size slightly and removes the conflicting libxmlsec1 provides from the hacked version vs the system one on AutoReqProv rpm systems

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7fbaa75d5a415eadcb07df660b816bf337f0567f]

        INTEGRATION: CWS cmcfixes48 (1.8.38); FILE MERGED 2008/08/11 15:48:36 cmc 1.8.38.1: bad bang

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8e970444e6944b11d30e68d40e607cc5d093a652]

        INTEGRATION: CWS cmcfixes48 (1.22.22); FILE MERGED 2008/08/01 13:54:33 cmc 1.22.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ccc9fdb0d4edd596a0553c3bd39e190ee12f58c5]

        INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED 2008/07/30 09:30:35 cmc 1.9.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [08742793d04f8fdb9c5947d02b2f1a79403fa444]

        INTEGRATION: CWS cmcfixes48 (1.7.22); FILE MERGED 2008/07/30 09:30:35 cmc 1.7.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ea2716f2d2f49332939cb1b1dc63ebab012923bb]

        INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED 2008/07/30 09:30:34 cmc 1.9.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d6a49f2e041df75d662d7b170a24441f8453ed95]

        INTEGRATION: CWS cmcfixes48 (1.21.22); FILE MERGED 2008/07/24 13:25:05 cmc 1.21.22.1: #i92087# ensure Root Certs are available

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1289a99a6a567a6c921f81dff5267c07c4774a8a]

        INTEGRATION: CWS cmcfixes48 (1.8.22); FILE MERGED 2008/07/30 09:30:34 cmc 1.8.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [0e49ef771ba59a70a8d33bdcbde868229a59befe]

        INTEGRATION: CWS cmcfixes48 (1.22.22); FILE MERGED 2008/07/30 09:30:34 cmc 1.22.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c39975215580685f648480b4559f8df282e26983]

        INTEGRATION: CWS cmcfixes48 (1.5.22); FILE MERGED 2008/08/01 13:54:32 cmc 1.5.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f84645a5bafa92bc7e6d85694288b149d10abfb6]

        INTEGRATION: CWS cmcfixes48 (1.6.10); FILE MERGED 2008/07/30 09:30:34 cmc 1.6.10.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [352f58eb95d39f58af09f940eb8f42c7af22c1fe]

        INTEGRATION: CWS cmcfixes48 (1.11.22); FILE MERGED 2008/08/01 13:54:32 cmc 1.11.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [5cbdf5aa254ae54fd31579e10b2405db09878220]

        INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED 2008/07/30 09:30:33 cmc 1.9.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [227fc7ccce2f35f596160c92a291a14dc0447b7a]

        INTEGRATION: CWS cmcfixes48 (1.7.22); FILE MERGED 2008/07/30 09:30:33 cmc 1.7.22.1: #i92277# make this work on 64bit platforms

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [71e72e708a6a0640fee73ae7e2d34ec3ea9a394e]

        INTEGRATION: CWS cmcfixes48 (1.9.22); FILE MERGED 2008/08/01 13:54:32 cmc 1.9.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f6ce9dc506eae5aebe2e48003f9f73446ed91482]

        INTEGRATION: CWS cmcfixes48 (1.28.16); FILE MERGED 2008/08/01 13:54:31 cmc 1.28.16.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c6ea261c4425e77ce21bf1d53c5d33292a5b5f68]

        INTEGRATION: CWS cmcfixes48 (1.30.22); FILE MERGED 2008/08/01 13:54:31 cmc 1.30.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f6465c51241ada97aa905a4920d6e7718b90c9f4]

        INTEGRATION: CWS cmcfixes48 (1.35.16); FILE MERGED 2008/08/01 13:54:31 cmc 1.35.16.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [003b09a3ec2e4db5782635db9acc44ef01433eb2]

        INTEGRATION: CWS cmcfixes48 (1.12.22); FILE MERGED 2008/08/01 13:54:31 cmc 1.12.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a3c032669d8a6c6f4fbb260bf493cb67ae31d1fa]

        INTEGRATION: CWS cmcfixes48 (1.6.22); FILE MERGED 2008/08/01 13:54:31 cmc 1.6.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [6a28c9bd480c2a0de0191a394c790f8e4546f027]

        INTEGRATION: CWS cmcfixes48 (1.8.22); FILE MERGED 2008/08/01 13:54:31 cmc 1.8.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e8c2a34a3ae38f202eb6811ae05e6f95a35a506f]

        INTEGRATION: CWS cmcfixes48 (1.31.20); FILE MERGED 2008/08/01 13:54:30 cmc 1.31.20.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [43e7cb1e5df0671e95e649c52c3c45db54235ea7]

        INTEGRATION: CWS cmcfixes48 (1.12.16); FILE MERGED 2008/08/01 13:54:30 cmc 1.12.16.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e89243af790daa3a5393fac0c0691f04595d9bb3]

        INTEGRATION: CWS cmcfixes48 (1.14.22); FILE MERGED 2008/08/01 13:54:30 cmc 1.14.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9a214b6bcfd0168f524d4d0c5bb503b89df9295f]

        INTEGRATION: CWS cmcfixes48 (1.5.22); FILE MERGED 2008/08/01 13:54:30 cmc 1.5.22.1: #i92247# remove duplication of object code, link only the single library to libxmlsec1, and update some stuff to new api

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [86c98a0f5426fc8f9299383388a968cb9462b296]

        INTEGRATION: CWS cmcfixes48 (1.2.1888); FILE MERGED 2008/07/24 12:55:02 cmc 1.2.1888.1: #i92086# fix up paths consistently with the others

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [83e00f0a0ea61186d263d2ded6d2a6c34b899a01]

        INTEGRATION: CWS cmcfixes48 (1.2.544); FILE MERGED 2008/07/24 12:55:02 cmc 1.2.544.1: #i92086# fix up paths consistently with the others

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [56042a93b62a3a443a756169168544b62dcec573]

        INTEGRATION: CWS cmcfixes48 (1.1.1.1.1992); FILE MERGED 2008/07/24 12:55:01 cmc 1.1.1.1.1992.1: #i92086# fix up paths consistently with the others

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [495083c2cc942f37422ef0d06bf7817c6c024073]

        INTEGRATION: CWS cmcfixes48 (1.13.52); FILE MERGED 2008/07/24 13:16:23 cmc 1.13.52.1: #i92087# minimal firefox/etc profile finder implementation

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8156d17af578bdd3150661609890ddc3a589555e]

        INTEGRATION: CWS cmcfixes48 (1.5.52); FILE MERGED 2008/07/24 13:16:23 cmc 1.5.52.1: #i92087# minimal firefox/etc profile finder implementation

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f0e30b0dae2fc2f7a96f2f44827c6eadcf67f7c4]

        INTEGRATION: CWS cmcfixes48 (1.8.24); FILE MERGED 2008/07/24 13:16:23 cmc 1.8.24.1: #i92087# minimal firefox/etc profile finder implementation

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ee9bfa5568c93cb05abe60f8508a5c0bd197d4b8]

        INTEGRATION: CWS cmcfixes48 (1.6.52); FILE MERGED 2008/07/24 13:16:23 cmc 1.6.52.1: #i92087# minimal firefox/etc profile finder implementation

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [41db0a37e021b33a15762d70b47662cdd7d6249c]

        INTEGRATION: CWS vcl30stop2 (1.13.78); FILE MERGED 2008/07/25 09:58:33 pl 1.13.78.2: #i92121# fix a typo 2008/07/25 09:06:55 pl 1.13.78.1: #i92121# make XInitThreads optional (but on by default)

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a6aedb7ccbcd941600852a9c0e32edaed12b02a0]

        INTEGRATION: CWS vcl30stop2 (1.33.78); FILE MERGED 2008/07/25 09:58:33 pl 1.33.78.2: #i92121# fix a typo 2008/07/25 09:06:54 pl 1.33.78.1: #i92121# make XInitThreads optional (but on by default)

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ad868684cadd278859f1beeb839045f4de5adaec]

        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>  [9aa1361baf8d2d6e7ce33ad01a5477e0021e40e2]

        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>  [4b5d7eeadada145d42e8d9f2ef8093fb0eb03648]

        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>  [66383b9796cdaf1e553eb3420ecfcf7f479f05c1]

        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>  [b055c50db3ec5193836766ea7ceb2d20166e2f1c]

        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>  [24dd842f8035c04d31963f9bc0f436b3c07b81ad]

        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>  [e713cf349ab8b6684397ee259008839512d4f97c]

        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>  [171ec1d2cb3f84d6a80016ce8bbc8daf1de7a618]

        INTEGRATION: CWS vcl30stop2 (1.9.64); FILE MERGED 2008/07/24 12:20:19 pl 1.9.64.1: #i92075# solve some threading issues (thanks cd)

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [538c884096759974adb1bc1b25e8201eb9a9defb]

        INTEGRATION: CWS vcl30stop2 (1.6.64); FILE MERGED 2008/07/24 12:20:19 pl 1.6.64.1: #i92075# solve some threading issues (thanks cd)

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [05b6afd2242b865bf4d7c7792cd6447b5f21f972]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:47:33 fredrikh 1.1.12.1: Change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [47113a1c4ecf6c3ef2c64abca5e4c5f0acef5b73]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:43:43 fredrikh 1.1.12.1: Change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2255f90ab22cb9d4f33d39331f7a5a2d5a8af59e]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:55:46 fredrikh 1.1.12.1: Adding wTypeKeys, change of wDokSchreiben, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e0981dff456a99e67dbe8391ccb09fc9685e7259]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:37:05 fredrikh 1.1.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d830417858b1ab84a176bfc50a42a076e1f8ed11]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:34:58 fredrikh 1.1.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [be2b38bc9e85a8e3ee8d03dc9f51b2731bb683a7]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:21:26 fredrikh 1.1.12.1: Updating to TestAutomation-format

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [04863dd306ce95861e2f69811026c60b0c2591fc]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:18:46 fredrikh 1.1.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9b6c6144ef245d4dbd074b4b54fa1c4952c9406a]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:17:32 fredrikh 1.1.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ca0abf4e5e0e071e5e1aca80b3dec73ebf727572]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:15:37 fredrikh 1.1.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2f9ffab867d66bfd9a260e43ffa8f8394175d44d]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:05:43 fredrikh 1.1.12.1: Updating to TestAutomation-format

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1a7b8c17e4fc0b739d56c0ff52f58d7d22e6868a]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:53:14 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e633e78fad2e7eb363a6ba25bd98cd9596a97ce4]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:45:00 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2e660fadf6fee6b26bd3ee9f36f0c203722a2f17]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:31:54 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [57650b65a871f6d2afcac95d0bb50ab561b61c32]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:29:33 fredrikh 1.1.12.1: endif into end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ea367076fc8fe30b7fc7a26d86dda517d195b5f2]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:28:50 fredrikh 1.1.12.1: Fix: spellcheck-testcase, Thesaurus.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b31252869e6f4a23d645685d38d05989e5161641]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:27:06 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d5efadff6232feb03ac4bab7f115407c1a9ed7cf]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:26:45 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [871e0eef3b7613ec94fdb91ea34641c2ad91186e]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:32:48 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. Fix: delay when Menu takes a long time to load.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cb85a069e50d6cdd29c9ba4964262438c27f4558]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:19:11 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [77262a1dfa6146a44c18a362f51555de621ae8d6]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:08:45 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys, endif into end if, Fixed problem with deselection of Ole-object.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [027cb190ce3ae31b4e4ab3feede7b03bd6e523b6]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 15:06:28 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3c2269c2c19f1a21fa8c433bb40f754c401dd9ae]

        INTEGRATION: CWS autotestfixfha1 (1.2.12); FILE MERGED 2008/07/21 15:05:11 fredrikh 1.2.12.1: Changing wDokSchreiben to wTypeKeys, change of endif to end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f0bc30dce49539e32c45d67b8ecf307b24ce4b3c]

        INTEGRATION: CWS autotestfixfha1 (1.1.2); FILE ADDED 2008/07/21 15:00:59 fredrikh 1.1.2.1: Adding files formatted with specific languages.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e944d50e53e1fc910a5668cff1389af4c444fd13]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:38:18 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [88903ccb130b69995066b17179e7c850228572e1]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:36:59 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Changed description to match the TestAutomation-structure.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ad273f21dfb82cddff74e855158caa5833805717]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:35:11 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a0e5e8d2c42ac08e12e03770c12f414bab10a937]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/30 17:13:49 fredrikh 1.1.12.3: Fix: header 2008/07/30 14:42:01 fredrikh 1.1.12.2: Fix: File-header. 2008/07/22 10:35:11 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [88bcabc1b4635e39ad25781b777bf53b9b555ecb]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:35:10 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [67e985f2dfdf33b949a920b26d3afd512dce9bf3]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:58:21 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4373760623bcecf8bb111870c25e6933526a28b7]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/08/04 08:43:09 fredrikh 1.1.12.3: RESYNC: (1.1-1.2); FILE MERGED 2008/07/30 16:35:54 fredrikh 1.1.12.2: Cleanup, adding index for what testcases are to be found in this file. 2008/07/22 09:58:20 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e037a36d2d505f67c98c994856094bb6ccf8f38c]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:47:27 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Corrected Saving with filter.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2d2852bec3c7fe41cb16035a1a47d24a607c1c94]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:46:35 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Fix: spellchecking with preformatted files, using Office-Language instead SystemLanguage.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [796d6b3364429ca27f8708f4b168ecae28afb13a]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:52:45 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7f928244f91600b8c6a6aff95dbdfacd52aae3c8]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/30 16:56:48 fredrikh 1.1.12.4: Fixing header. 2008/07/30 16:54:09 fredrikh 1.1.12.3: Fixing header. 2008/07/30 16:35:08 fredrikh 1.1.12.2: Cleanup, adding index for what testcases are to be found in this file. 2008/07/22 09:48:53 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [308c264cf7a108e8bbbeed0c236a458da22c7df0]

        INTEGRATION: CWS autotestfixfha1 (1.2.12); FILE MERGED 2008/07/30 16:17:21 fredrikh 1.2.12.2: Fix: small fix, cleanup 2008/07/22 09:48:09 fredrikh 1.2.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f4a5c48ef946065374e29d476b258e0b2626510e]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:48:09 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8e72bd9c640622e948627a48163226d9402b809e]

        INTEGRATION: CWS autotestfixfha1 (1.4.12); FILE MERGED 2008/07/22 09:48:09 fredrikh 1.4.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [04a6f67e7664f244cbf3ca5fd77a464ee571be57]

        INTEGRATION: CWS autotestfixfha1 (1.2.12); FILE MERGED 2008/07/22 09:48:09 fredrikh 1.2.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [dbaf06725074766d5e0281a1a7fe82ff4d3ca74a]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:46:52 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8f4f138c067ed6f76c1be75143971c3316f73fe7]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:45:57 fredrikh 1.1.12.1: endif into end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [5fd4db2ead566b1ed0ea874b480795ddedabca23]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:45:31 fredrikh 1.1.12.1: endif into end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [57cbcab7b2ab12f5fc29c1579456778784084aa4]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:44:29 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [0790fbfac58641b22b4c1418b81c664a45de92dd]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 10:43:49 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Corrected Saving with filter.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [43a3c88b96a32c1946e8fa27a9b5e7c8e62b4e37]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/23 14:09:51 fredrikh 1.1.12.2: Fix: making sure text is selected before trying to copy it. 2008/07/22 10:43:49 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Corrected Saving with filter.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d14bfaeac8e66a3c1af4e5e21a645febb6a3d337]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:43:29 fredrikh 1.1.12.1: endif into end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [104762390db6c0dc637f6e34265b1696abcc47c4]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:42:07 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. Changed printlog to match the TestAutomation-structure.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1e4ae36d9cfa95e0fc36701f9d07c4369208f477]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:22:27 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8833ccb951bcac4c4046a2a8678a0ac264ba4382]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:10:35 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3ae2a68bb079366c516f1102c73f5076892775d2]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 09:03:56 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [55e2de86260414d296188dc59abe310f0256395a]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:31:45 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1b99450a92452d40fb853b32fc2818455ca79122]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:31:44 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2eb43cd05acf8b4213bbf579d15a589b3fe453a3]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:19:26 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [fc9431a3994d2f8e4fc3d0241472d9d6a125f2fb]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:19:25 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1fd9a8290ff7eacdcecf373505e3b1c7c56e42b4]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:11:38 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if. cleanup.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [6250b588c11fb6c21d172ea4a27ebc6a8a69bd7d]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:08:32 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [5348fd1342b062747369d31767b651e549517ba0]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:07:50 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [17a7add5baa32defeb992905d1c1f00677e92f49]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:07:11 fredrikh 1.1.12.1: endif into end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3fce9a90c5496aa51df0eff640a39087cdc8e325]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:06:20 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f06025817fdffd6e52ca90a30745680d273b60da]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:03:53 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3e365b293a54667ae5e592b1e9609bef6220ab05]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:02:55 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [de265cbd1bcdfd56e7d037443026b4049e37f11f]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 08:01:06 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [5a6ae059019942b1dff1ca42e797782a31c286ec]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:58:39 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2f174f59f959121443fe609581d270fca9ceaa2c]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:51:51 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [eb830918b1bef2dd8cd618beb4a6f388c7514d35]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:51:33 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a174ee5074ebd4e688c55a2ed9827a9f05a565ff]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:51:15 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cbc3c3a8103f99db03657ccc7a25594831d39077]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:50:52 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ba4f06bcdb6bd22aa64b87c0fdfa45d6ddd6c1de]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:50:04 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [86733c83cdc6716c606bf6ef59da84c628c828ed]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:47:46 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [99786438440fa8ca2066a7d645538e9877be52d9]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:57:34 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [39b94cb87439d517436981d5112c6f13d2161aef]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:56:28 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [91e16ca95d1b482866d29e9e91dab4fda5592bc2]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:55:32 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1e9fdc1e9733a3a9642fed2a781b33aeb104c7ff]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:54:51 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys. endif -> end if.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3b52afc38c9dc71dd64a921f4e13f0f06ced14d8]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:53:59 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [752e8be5bcfa76e438e355d263f730d65a608121]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/22 07:53:23 fredrikh 1.1.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8db16148139e351e3ef4a466aa453783de0a5e24]

        INTEGRATION: CWS autotestfixfha1 (1.2.12); FILE MERGED 2008/07/22 13:50:59 fredrikh 1.2.12.1: wDokSchreiben into wTypeKeys.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [bc88d7f9d2fe07f38b3d81a1b9ddc961eba90cf2]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/23 14:13:22 fredrikh 1.1.12.1: Fix: path to global-file.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e30cb159f8b2cd4287a12728aeb93ca4eaad0235]

        INTEGRATION: CWS autotestfixfha1 (1.1.12); FILE MERGED 2008/07/21 14:00:35 fredrikh 1.1.12.1: Updating ToolsSpellchecking-ID.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d441ed8c26376c7015b366c33b3294497c7761c5]

        INTEGRATION: CWS sw30bf10 (1.132.50); FILE MERGED 2008/07/23 12:35:18 od 1.132.50.1: #i91798#,#i91895# method <SwXTextDocument::InitNewDoc()> 		  - dispose XDrawPage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cbdcb10049cb9a704744c5e324173a2d4e6a5e65]

        INTEGRATION: CWS sw30bf10 (1.82.90); FILE MERGED 2008/07/25 09:24:17 od 1.82.90.1: #i91928# method <SwXStyle::setAllPropertiesToDefault()> 	 - use sensible default values for a page size for a page style.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [72d92396853fa0345c0e41c1363042e44e9653c0]

        INTEGRATION: CWS sw30bf10 (1.68.6); FILE MERGED 2008/07/28 11:18:08 od 1.68.6.1: #i92207# method <SwDoc::set( DocumentSettingId, bool)> 	 - missing <break> in <switch> statement for new case introduced 	   with fix 89181

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [83a9c775c01d3aa3bdc808af5163329dba0fcab0]

        INTEGRATION: CWS sw30bf10 (1.9.92); FILE MERGED 2008/07/25 13:17:26 od 1.9.92.1: exclude api test sw.PageStyle because it is broken. Issue number: Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1576b36539b6acb0485ee3e130132d36583003cc]

        INTEGRATION: CWS hrovista2 (1.9.80); FILE MERGED 2008/07/01 14:00:07 hro 1.9.80.1: #i76966# Let application launcher join soffice process

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2645673183ef32df201a68e467975f54f758b2d9]

        INTEGRATION: CWS hrovista2 (1.8.10); FILE MERGED 2008/07/30 13:59:52 hro 1.8.10.1: #Fixed kill command to work with non admin rights and provide better error messages

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [31dae491cd680a72426cc5ad86ff6b251b35fa3f]

        INTEGRATION: CWS hrovista2 (1.18.30); FILE MERGED 2008/07/04 09:37:11 hro 1.18.30.1: #i77427# Allow opening a complete empty root directory

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ef504343ec0d2f50019a13e66cf2430297181b08]

        INTEGRATION: CWS hrovista2 (1.4.6); FILE MERGED 2008/07/30 16:06:48 hro 1.4.6.1: #i89095# Use system path conversion for file URLs

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [41c6912c147427938d14055067bacc15b4ab1ac3]

        INTEGRATION: CWS extrasooo30 (1.121.126); FILE MERGED 2008/08/04 16:19:16 ka 1.121.126.1: #i91913#: added missing images for help system

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [07b0e80bbe5e3e9b3c750e02cdf15632520e5862]

        INTEGRATION: CWS extrasooo30 (1.48.126); FILE MERGED 2008/08/04 16:19:16 ka 1.48.126.1: #i91913#: added missing images for help system

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [bcbefc7b06556678de7f7c8fdfe8998ed9e627bb]

        INTEGRATION: CWS extrasooo30 (1.1.38); FILE MERGED 2008/08/07 10:43:01 jsk 1.1.38.1: #i92465#

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f0bfbb542b7385c0a6ce75143490b8cd4936f02b]

        INTEGRATION: CWS extrasooo30 (1.1.38); FILE MERGED 2008/08/07 10:43:00 jsk 1.1.38.1: #i92465#

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [329b0dbfb0a2c9cc38ca57ece022d439c461c1a1]

        INTEGRATION: CWS extrasooo30 (1.3.38); FILE MERGED 2008/08/07 10:43:00 jsk 1.3.38.1: #i92465#

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [080b34cbf38f4f36c9cc9245a6e1b5549e562134]

        INTEGRATION: CWS extrasooo30 (1.4.148); FILE MERGED 2008/08/05 09:11:43 ih 1.4.148.1: title properties entry fixed Issue number:  i92040 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e445b9b889e2d0b1236c191a0cba24993f4edbbc]

        INTEGRATION: CWS extrasooo30 (1.4.148); FILE MERGED 2008/08/05 09:11:42 ih 1.4.148.1: title properties entry fixed Issue number:  i92040 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4b051a93bfdae15445edb99410622b14e8ad3352]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:45:44 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2e7a908a41915be3684e840449adffc97cbe1005]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:45:43 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [26bc226fab4220fb23ff16dfd7d70a2f32257077]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:45:42 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [bcba197de48c3ea3f512cad0033bdaff4ece8835]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:40:11 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2924270b8902abdaa8cdb324c2041bae791ae725]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:39:28 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d59f97eb66ab6334adecdc304f080cbe794b67c3]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:38:41 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [18016df7d7389e39ff02f24cc6bb5231ad70398d]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:38:14 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [456394ac0fd5add3d7c47076080d635c0237e9db]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:37:41 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [815ddfbe582a2351fe35b01418902dc827e58116]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:37:16 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [ebb33205180230abb8a726194aa93cfb156d52b3]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:36:49 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [68048cbed82fa8b12a1b213ce3f48984b81ee135]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:36:09 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d9d571afdb55a3edfbadb44f410762f81af53495]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:35:23 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8e94ba7639ab8e5207756d6b1a55b102de2500c3]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:34:58 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3ce04614fb6d0149ec3a5918ca517b0fe5140748]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:34:36 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [5a1b5d896930b5c5dca6b3036b997e45835ab0ac]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:34:06 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [30cca5836062dc917e259361f330dfc4cfb9cf60]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:33:43 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8a80341c145e0699ef9e0f053e5728fa81a04f8f]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:33:15 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2a2aeb425b3059bafc0eac212bc87a0d796be133]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:32:51 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7247a2bc599d75e097f5a27c1ffce787702beeaf]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:32:19 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [947fe5f2fe1c3405583f416c923c93f1450bc735]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:31:49 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [40ac56585d5262fda9e7c92ea52c6fc71a72cc95]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:31:17 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9307d5bd394ce4190b277ac9e9557c9fdb7713d6]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:30:51 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a3788ba433af165bf635b3a47e3089e4b6ae7ff5]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:30:24 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c92636e7666dbee416563bface6acfb0c8924f0b]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:29:20 ih 1.1.2.1: new layout template Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8627b2a02d6ef5daec1f139e2b40d9dce231cff5]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:28:53 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4a5028f95b823d935820092da616652b176e2e28]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:28:24 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [28bc38b94199d30a7088750d07068271831da626]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:27:44 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [56db1ec44ecc22d2857559d5b8f14374f2005df4]

        INTEGRATION: CWS extrasooo30 (1.1.2); FILE ADDED 2008/07/24 07:26:56 ih 1.1.2.1: new layout templates Issue number:  92067 Submitted by: Reviewed by:

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9e89a962010368a97ee19b9bbe8342a294fd791c]

        INTEGRATION: CWS extrasooo30 (1.1.306); FILE MERGED 2008/08/05 12:37:33 ka 1.1.306.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [84b47ce1669976e8da4c800ce08adba0933db12b]

        INTEGRATION: CWS extrasooo30 (1.2.306); FILE MERGED 2008/08/05 12:37:33 ka 1.2.306.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d0ff5fe454fca93da5f5b1b5a3c39623ece8fab7]

        INTEGRATION: CWS extrasooo30 (1.4.298); FILE MERGED 2008/08/05 12:43:47 ka 1.4.298.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b2d52a388cfcd4e925a021b95253c3ee63545691]

        INTEGRATION: CWS extrasooo30 (1.4.242); FILE MERGED 2008/08/05 12:43:47 ka 1.4.242.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cf2af46b230951879e7c156ede885650b3ffc555]

        INTEGRATION: CWS extrasooo30 (1.3.306); FILE MERGED 2008/08/05 12:43:47 ka 1.3.306.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [eb351ab41ee2d2291fda7fb3b48fa51aafb83222]

        INTEGRATION: CWS extrasooo30 (1.3.306); FILE MERGED 2008/08/05 12:37:33 ka 1.3.306.1: #i92126# replaced old icons with new ones

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8b9e505c7d3b045711d91f5ec04981aac9d87c4c]

        INTEGRATION: CWS extrasooo30 (1.1.306); FILE MERGED 2008/08/01 13:22:36 ka 1.1.306.1: #i92335# adjusted images

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b2afa40c64066cb0a0b9dae536cf16399a5853f1]

        INTEGRATION: CWS extrasooo30 (1.1.306); FILE MERGED 2008/08/01 13:22:35 ka 1.1.306.1: #i92335# adjusted images

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [941df7aedfa69e8b297e1d67ce449307c016e757]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:59 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [62a3b72312f7df39d0edeb4d2fbd4cddd439bf01]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:58 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1ed04b28698f11a9ce091372ea674ffa5c4818e9]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:57 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [912e051b76340c14705c1b8d4e96035439b25650]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:56 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2697da1741f23ec6253fa421acb6cf658701ade2]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:55 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [d022550418fd3580b3d066d83e2f94f0c2a22148]

        INTEGRATION: CWS extrasooo30 (1.3.242); FILE MERGED 2008/08/01 09:07:55 pb 1.3.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9a179cadd457494b58f12134d6da29b8c3e9701f]

        INTEGRATION: CWS extrasooo30 (1.2.242); FILE MERGED 2008/08/01 09:07:54 pb 1.2.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a8fb549549be92a04aa3d96683307fc3af335159]

        INTEGRATION: CWS extrasooo30 (1.3.242); FILE MERGED 2008/08/01 09:07:54 pb 1.3.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [9d467d428131d93e372e00137aa2164b097868d8]

        INTEGRATION: CWS extrasooo30 (1.4.242); FILE MERGED 2008/08/01 09:07:53 pb 1.4.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [fee019de8710b84c148f153c691a9b02b6f6a976]

        INTEGRATION: CWS extrasooo30 (1.2.166); FILE MERGED 2008/08/01 09:07:55 pb 1.2.166.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [82c39e6302a1d9082637aa96332ac8d2b73f9f6c]

        INTEGRATION: CWS extrasooo30 (1.3.242); FILE MERGED 2008/08/01 09:07:53 pb 1.3.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [608d3acf5fe95f608d40925a53cbdd9efa2311f3]

        INTEGRATION: CWS extrasooo30 (1.3.242); FILE MERGED 2008/08/01 09:07:52 pb 1.3.242.1: fix: #i92336# the new 3.0 icons

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b40f1fa10adb145eb82880788d2e8d560bd7a5ff]

        INTEGRATION: CWS mav35 (1.89.14); FILE MERGED 2008/07/30 11:05:59 ama 1.89.14.2: Fix #i92219#: Show handles 2008/07/29 13:50:14 os 1.89.14.1: #i92168# prevent creation of invalid frame styles

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f496650298d251c05075bbcafbc047fc00c1389c]

        INTEGRATION: CWS mav35 (1.62.176); FILE MERGED 2008/07/30 11:06:50 ama 1.62.176.1: Fix #i92219#: Show handles

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7e7d6867e9150ff8fd79e144519ee18de81c8b6f]

        INTEGRATION: CWS mav35 (1.86.100); FILE MERGED 2008/07/30 11:06:26 ama 1.86.100.1: Fix #i92219#: Show handles

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8d285298420c1e60d41655888ea223bef3994cd4]

        INTEGRATION: CWS mav35 (1.104.46); FILE MERGED 2008/07/29 14:13:55 mav 1.104.46.1: #i92211# use correct way to store the document

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1ba599f8b27afcd5958393fe947c3216c3ef1d15]

        INTEGRATION: CWS mav35 (1.61.98); FILE MERGED 2008/07/31 14:04:18 ama 1.61.98.1: Fix #i92219#: Handles

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3dcee8e51cf9c21e38ece3bc456cb89b57afe5b5]

        INTEGRATION: CWS native180 (1.1.2); FILE ADDED 2008/08/05 13:58:16 is 1.1.2.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3a1440a15d7d4cadd9dcf5f47d571b996ecd8a0f]

        INTEGRATION: CWS native180 (1.49.168); FILE MERGED 2008/08/05 14:00:02 is 1.49.168.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7b189f962ffe655cd097ce76c87a8df13db7a5e9]

        INTEGRATION: CWS native180 (1.5.46); FILE MERGED 2008/08/05 14:00:02 is 1.5.46.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [6ab4561852e8044475841a4142d5ab24189b87d1]

        INTEGRATION: CWS native180 (1.11.168); FILE MERGED 2008/08/05 14:00:01 is 1.11.168.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [af2af071d98d577d61e7ab7bacab96499706d6d2]

        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>  [b43367edc12c8dc25f074fccf717b67b351ba176]

        INTEGRATION: CWS native180 (1.44.168); FILE MERGED 2008/08/05 14:00:01 is 1.44.168.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8e789bc115bfa739d7f8452b8fd4cf5a323527a1]

        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>  [68c7e82cef9fc89fa3d744309bbd32e4a7cc8da5]

        INTEGRATION: CWS native180 (1.23.82); FILE MERGED 2008/08/05 14:00:01 is 1.23.82.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [262443cd2fdea157744c9fd4acbb6b1e87c05ae2]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [9c8faa9b331c3326568b0c6c234db5e3042cd0fb]

        INTEGRATION: CWS native180 (1.30.134); FILE MERGED 2008/08/05 14:00:01 is 1.30.134.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [3360efbd43af2ac9f153311cbd455d6175a62e22]

        INTEGRATION: CWS native180 (1.13.168); FILE MERGED 2008/08/05 14:00:01 is 1.13.168.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [1ab24f397ac4935f2324d11e7b324b501bd36ebb]

        INTEGRATION: CWS native179 (1.17.24); FILE MERGED 2008/07/31 15:09:45 is 1.17.24.1: #i92328# extensions are brand specific, because installed in brand layer

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [cab57d71c09acbeca6a417b19b98b336af5eb94a]

        INTEGRATION: CWS native180 (1.37.168); FILE MERGED 2008/08/05 14:00:01 is 1.37.168.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [506c8667c041eb20f68d0e0e7b4cc716d8560a31]

        INTEGRATION: CWS sw30bf11 (1.150.14); FILE MERGED 2008/07/31 08:15:16 od 1.150.14.1: #i92221# text:id in element <text:list> replaced by xml:id

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [017722667224a1853792732ec01f399e3b93fdef]

        INTEGRATION: CWS native180 (1.103.18); FILE MERGED 2008/08/05 14:00:01 is 1.103.18.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8d0f1732ba2d744d3838ad13a770c4776f50ff95]

        INTEGRATION: CWS native179 (1.88.14); FILE MERGED 2008/07/31 15:09:05 is 1.88.14.1: #i92328# extensions are brand specific, because installed in brand layer

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [7e3207988ed12cb7ef1826886c8c0900c7f916dc]

        INTEGRATION: CWS sw30bf11 (1.143.24); FILE MERGED 2008/07/31 08:15:16 od 1.143.24.1: #i92221# text:id in element <text:list> replaced by xml:id

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [e47c979d09dfed20bdbfd1f2a5420fefdbd6321a]

        INTEGRATION: CWS native180 (1.41.114); FILE MERGED 2008/08/05 14:00:01 is 1.41.114.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [4e34e0358502417b4b79a074fe63f94474cc8f38]

        INTEGRATION: CWS native180 (1.116.16); FILE MERGED 2008/08/05 14:00:00 is 1.116.16.1: #i91954# prepare products for msp usage

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [21bed68dc99d42511d2345175cd2f91d9bdd8f77]

        INTEGRATION: CWS sw30bf11 (1.13.26); FILE MERGED 2008/07/31 08:15:16 od 1.13.26.1: #i92221# text:id in element <text:list> replaced by xml:id

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [2af2b07e935f701e9bccd550bf1bf17b9f64bd1a]

        INTEGRATION: CWS native179 (1.8.20); FILE MERGED 2008/07/31 15:12:18 is 1.8.20.1: #i91489# improved solaris language preselection process

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [c9acd2026e66b28325c885a51e62395b1945b293]

        INTEGRATION: CWS native179 (1.6.20); FILE MERGED 2008/07/31 15:12:17 is 1.6.20.1: #i91489# improved solaris language preselection process

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [8c8d9102c5f102958976f4346b06e5e6ee3096eb]

        INTEGRATION: CWS mhu19 (1.6.2); FILE MERGED 2008/07/28 13:33:40 mhu 1.6.2.1: #i92217# Make 64bit clean.

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [f5dce4ed9774671d4c4fa91def7473476f1acaa2]

        INTEGRATION: CWS native179 (1.7.20); FILE MERGED 2008/07/31 15:12:17 is 1.7.20.1: #i91489# improved solaris language preselection process

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [70814dd6267440a29f1fb0344c2f76e428e43fff]

        INTEGRATION: CWS native179 (1.8.20); FILE MERGED 2008/07/31 15:12:17 is 1.8.20.1: #i91489# improved solaris language preselection process

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [806ed795316526447f44d28b31b24af1e11ada08]

        INTEGRATION: CWS hsqldb1810 (1.3.6); FILE MERGED 2008/08/12 10:48:38 oj 1.3.6.1: cleared

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [a3926fc15c5ab8ee027575fe505526c493802ac9]

        INTEGRATION: CWS hsqldb1810 (1.10.18); FILE MERGED 2008/08/12 10:46:40 oj 1.10.18.1: #i91920#

2008-08-18  Vladimir Glazounov  <vg@openoffice.org>  [b78ab025860b3bb96f8a6ced5910e7f524c3c299]

        INTEGRATION: CWS hsqldb1810 (1.21.6); FILE MERGED 2008/08/12 10:47:04 oj 1.21.6.1: #i91920#

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [5d42982aa1be7cb9b48a7508e5077396faf5eac4]

        INTEGRATION: CWS pflin11 (1.26.58); FILE MERGED 2008/08/06 01:52:42 pflin 1.26.58.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [f1ba57e374e75082b9b65d67ed40ba2e2007ce7d]

        INTEGRATION: CWS pflin11 (1.16.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.16.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [84262258bbd18f4182cfe6fa76ee6940703a0956]

        INTEGRATION: CWS pflin11 (1.11.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.11.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [1ac88fcb1098cf9ca9773dece8a0de20aad57a70]

        INTEGRATION: CWS pflin11 (1.14.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.14.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [508ae460df980f67b4f795ce8952fa510933ee65]

        INTEGRATION: CWS pflin11 (1.10.58); FILE MERGED 2008/08/06 01:52:42 pflin 1.10.58.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [21c5158382fac2d70c8e1ecaf689d66b87e1ba45]

        INTEGRATION: CWS pflin11 (1.5.58); FILE MERGED 2008/08/15 14:16:06 er 1.5.58.2: WaE: unused variable 2008/08/06 01:52:42 pflin 1.5.58.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [c12e1b8a2d4b0fbf47dd9b5434eca914ec3a173a]

        INTEGRATION: CWS pflin11 (1.8.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.8.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [05291bcb8cdab6a8a24ba9b280e1d1a2c01b1e13]

        INTEGRATION: CWS pflin11 (1.7.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.7.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [bf73ce14500673b3e528d9c283113ac53abdf6dd]

        INTEGRATION: CWS pflin11 (1.5.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.5.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [30227d465e2d4d1ffc9d1bf8887300215da88649]

        INTEGRATION: CWS pflin11 (1.6.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.6.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [3ddef25743bb87adb85caedf2ebfbdef5624c915]

        INTEGRATION: CWS pflin11 (1.3.104); FILE MERGED 2008/08/06 01:52:42 pflin 1.3.104.1: fix for i90022

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [7eba412ca57c76ff3ab42c1f8a183bbf555f442c]

        INTEGRATION: CWS pflin11 (1.13.22); FILE MERGED 2008/08/05 09:52:43 pflin 1.13.22.1: fix for i91911

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [5c33a826f81ccca3ea829e7f7840571b693ee9ea]

        INTEGRATION: CWS pflin11 (1.9.22); FILE MERGED 2008/08/05 09:52:43 pflin 1.9.22.1: fix for i91911

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [960aca17d15b3403e05344b65224ace726f19d50]

        INTEGRATION: CWS native182_DEV300 (1.7.170); FILE MERGED 2008/08/07 13:00:02 is 1.7.170.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [c9dbb475b999877fe4fbaa50ee0a7ba7541f9a55]

        INTEGRATION: CWS native182_DEV300 (1.2.14); FILE MERGED 2008/08/06 12:44:15 is 1.2.14.1: #158386# ms registration after ooostub installation

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [590f8fc322633f5106dd1a382422a16e69765714]

        INTEGRATION: CWS native182_DEV300 (1.88.8.3.2); FILE MERGED 2008/08/07 12:58:40 is 1.88.8.3.2.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [5169edfa4ddbcc3a0f3f69a135a4840b250bd325]

        INTEGRATION: CWS native182_DEV300 (1.1.2); FILE ADDED 2008/08/07 12:59:11 is 1.1.2.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [787d6444eb1338d0b53b37d94b7ff3855fb28c39]

        INTEGRATION: CWS native182_DEV300 (1.12.16); FILE MERGED 2008/08/07 12:58:40 is 1.12.16.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [7606230d7b5f4b2e101e8dd0562c3c0bda87724a]

        INTEGRATION: CWS native182_DEV300 (1.7.16); FILE MERGED 2008/08/08 12:58:41 is 1.7.16.2: #158399# basis-link always in brandlayer 2008/08/07 12:58:40 is 1.7.16.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [0a29cd264fa588d1183a1b1f3c96de28198593e9]

        INTEGRATION: CWS native182_DEV300 (1.8.16); FILE MERGED 2008/08/07 12:58:40 is 1.8.16.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [423d210f7c6471aca2cb17c06ad0a438d75b0424]

        INTEGRATION: CWS native182_DEV300 (1.14.172); FILE MERGED 2008/08/07 13:01:34 is 1.14.172.1: #158187# removing also langpacks and updates

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [a96269fde569db60b47b702c86bcb0eb7f40162f]

        INTEGRATION: CWS impress152_DEV300 (1.47.74); FILE MERGED 2008/08/13 15:30:39 cl 1.47.74.1: #i91977# applied patch to create new view if model changes

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [1b9194c85826a55e35acc6b0a51bf14b92faee87]

        INTEGRATION: CWS impress152_DEV300 (1.3.18); FILE MERGED 2008/08/14 09:25:52 cl 1.3.18.1: #i92496# also remove lrspace from styles that have bullet set, else promote/demote will fail

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [4b731e3b457b76639b4c57b3ffc42b74f65a16d8]

        INTEGRATION: CWS impress152_DEV300 (1.51.100); FILE MERGED 2008/08/13 15:40:03 cl 1.51.100.1: #i92522# apply help id to newly created styles

2008-08-15  Kurt Zenker  <kz@openoffice.org>  [1d01a0e981d41d5f2397e91961f132672459acd5]

        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-15  Kurt Zenker  <kz@openoffice.org>  [f46d1d054e4acfc3497f6af95352874179e14999]

        INTEGRATION: CWS vcl30stop4_DEV300 (1.4.108); FILE MERGED 2008/08/08 15:38:10 er 1.4.108.1: #i92030# correct formatting of cell range string

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [3ce77e87cd4c6a6a3a00641d87e8a0fa5b5943d3]

        INTEGRATION: CWS tl58 (1.10.70); FILE MERGED 2008/08/06 10:11:36 od 1.10.70.1: #i92468# Deletion of previous respectively next word 	 - perform former (before fix for issue i72162) code for deletion 	   of previous respectively next word.

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [52863b2d654f79af0bb9d4fac762137979e5047a]

        INTEGRATION: CWS tl58 (1.21.186); FILE MERGED 2008/08/06 10:11:36 od 1.21.186.1: #i92468# Deletion of previous respectively next word 	 - perform former (before fix for issue i72162) code for deletion 	   of previous respectively next word.

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [95149062eb9a6e0f2628068bc9bf923c581ed266]

        INTEGRATION: CWS tl58 (1.45.184); FILE MERGED 2008/08/06 10:11:35 od 1.45.184.1: #i92468# Deletion of previous respectively next word 	 - perform former (before fix for issue i72162) code for deletion 	   of previous respectively next word.

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [3cb05052a6c74dadde3e56b05831529f6849de18]

        INTEGRATION: CWS tl58 (1.77.46); FILE MERGED 2008/08/06 10:16:15 od 1.77.46.1: #i92478# method <numfunc::CreateUniqueListId(..)> 	 - created list id now starts with "list" to conform to ID type

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [181dd88e2c9a82697c408b91724808f724c76e08]

        INTEGRATION: CWS tl58 (1.17.12); FILE MERGED 2008/08/06 09:39:38 tl 1.17.12.1: #i92453# fix for extensions defining multiple dictionaries for the same locale

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [3dc6626914c5bca88398e4b15867d125f4b2a0eb]

        INTEGRATION: CWS tl58 (1.23.14); FILE MERGED 2008/08/06 09:40:12 tl 1.23.14.1: #i92453# fix for extensions defining multiple dictionaries for the same locale

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [f0710ed1f0ff0499574e0e14f10fa170591db736]

        INTEGRATION: CWS tl58 (1.28.14); FILE MERGED 2008/08/06 09:40:11 tl 1.28.14.1: #i92453# fix for extensions defining multiple dictionaries for the same locale

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e3f02751b0a81b76dff0a176babf2a195049645e]

        INTEGRATION: CWS tl58 (1.2.52); FILE MERGED 2008/08/06 10:17:43 od 1.2.52.1: #i92478# method <XMLTextListsHelper::GenerateNewListId()> 	 - created list id now starts with "list" to conform to ID type

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [9f5cf3583b192bb751ca5383f373fe1e5920a538]

        INTEGRATION: CWS localisation30_DEV300 (1.23.20); FILE MERGED 2008/08/12 18:45:23 ihi 1.23.20.1: OOo 3.0 L10N

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [f5d4b876757dd9b38422f420208b551ee8345c8e]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:17 akhva 1.1.2.2: #i90061 2008/07/24 11:37:44 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [a86df7e25b40eed6acc3488d6a51593ac56cff9a]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:37:44 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [061ce55ac0864f170f3e6dbc944ec51c0bf7b569]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:32:59 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [2bc9cff1fc5445fb87e8efc9f2577b80a4533ce0]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:17 akhva 1.1.2.2: #i90061 2008/07/24 12:33:00 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [969aac0edf437ec0cad0baadfde46188c4822161]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:17 akhva 1.1.2.2: #i90061 2008/07/24 12:32:59 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [6529660ef9dd4ae60be50b3ae72480c3cdcb9fa1]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:16 akhva 1.1.2.2: #i90061 2008/07/24 12:32:59 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [7cdb475b64c9ce58d173cd32b4b2c929cea900aa]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:15:31 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [57103c2be49b16dbd1017ab1595212ae4c0f5af7]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:15:30 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [4065e65202e9e934ec01964f0929da9ce4421c61]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:16 akhva 1.1.2.2: #i90061 2008/07/24 12:15:31 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [49ade4a409b41148cf225143fe96e00ab6611468]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:16 akhva 1.1.2.2: #i90061 2008/07/24 11:45:27 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [9ffa9e3e689ec2d91addaf28be451b4054b22631]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:45:27 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e51537e4e5c1c662da36848a8e9e28b5c7762f0e]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:36:10 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [4eaefdb328b8c048e7a39b8cfd22996fab38e8ec]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:16 akhva 1.1.2.2: #i90061 2008/07/24 11:36:10 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [bfcf70b72186fb27a2bbde74ac67602e96e4d941]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:15 akhva 1.1.2.2: #i90061 2008/07/24 11:36:10 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [1d40cada8c9d5eeca653cc4884e3db312c2c6ccc]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:36:09 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [a4c2531c1a5c065fe5b86794c0edbd4a046297f6]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:15 akhva 1.1.2.2: #i90061 2008/07/24 11:36:09 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [a00669b8cb4843acaea59dedc68a4dac8e016fc7]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:15 akhva 1.1.2.2: #i90061 2008/07/24 12:30:50 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [0056c920b8f710dab15cc4321e5f8609a37337e8]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:15 akhva 1.1.2.2: #i90061 2008/07/24 12:29:06 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [872108edbca12363a50fdcb12d0f531ea08da248]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:14 akhva 1.1.2.2: #i90061 2008/07/24 11:41:28 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [4e2287e64ece9e95db702ac6b67a6dd109490db2]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:34:10 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [2b4a172a482c6d676dd5a15fbd5db9eac3ee81cf]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:28:05 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [3f84587219fd960b441d4ca6e6bd2f484284d17d]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:27:00 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [c4bab3da5ca3bb0d53afab9cf1d34884a80bf76b]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:40:03 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [1a843d1eff704d273e80e21af8afebb22f279f69]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:40:02 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [d3953313e9d2ff20e7b5afaa086c7f8a436480ae]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:14 akhva 1.1.2.2: #i90061 2008/07/24 12:36:38 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [738d3d1e98ad1699e75df7792fdf693511200d26]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 11:29:03 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [0db1839759bbf5d6bd8cee47297436c711b2da72]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:14 akhva 1.1.2.2: #i90061 2008/07/24 11:29:03 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [1ef006a3f8f1e76497f6f8159111e88e9516da4e]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:36:38 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [d6ec8298b1bf774547547714e7cab60a38add151]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:59:13 akhva 1.1.2.2: #i90061 2008/07/24 11:29:03 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [70005c1997e016111f5b02b5aea83d34caaf002b]

        INTEGRATION: CWS pdf25 (1.4.8); FILE MERGED 2008/07/24 13:23:38 akhva 1.4.8.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [80714b69557c8a63727c08c6876b3b08363e1e4e]

        INTEGRATION: CWS pdf25 (1.8.28); FILE MERGED 2008/07/24 13:23:38 akhva 1.8.28.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [a505dc7e2b28af92bba8ccd079d62f4720a7498f]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:54:18 akhva 1.1.2.1: *** empty log message ***

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [8ec036a2333c45b1617e00bcbe04f824428d73a5]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/08/05 09:54:47 akhva 1.1.2.1: *** empty log message ***

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [c176f7cc4f19f364826306e124b855e044d6dce7]

        INTEGRATION: CWS pdf25 (1.1.2); FILE ADDED 2008/07/24 12:50:13 akhva 1.1.2.1: #90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [f8d973a5677994c6e29992a6107d33a2b276698a]

        INTEGRATION: CWS pdf25 (1.29.8); FILE MERGED 2008/07/30 09:56:00 akhva 1.29.8.1: #i90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [870d0d278bdcf3c056af45a1652758fdd072072c]

        INTEGRATION: CWS pdf25 (1.31.74); FILE MERGED 2008/07/30 12:26:36 akhva 1.31.74.2: #i90061 2008/07/30 09:56:00 akhva 1.31.74.1: #i90061

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [672a654fa6b447df0397942c1fa6594bb63264b9]

        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>  [c75401da0c36bb518c41971d07660010ec745dd0]

        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>  [43f49bd7d04fcc64941b5576a804f1b8bab76423]

        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>  [8c4bc258ab77b586325a868d75094b1e041bd57e]

        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>  [0c008c4b9b1957fffb62175a31a7085f98afbd6a]

        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>  [01a7b977a133a910845c7226f36640f2edaf2ce9]

        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>  [77cd396b673caa67dc1d56ecf44ee5f619244e77]

        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>  [1e8949e19eb5f63504ab634c9a3e55b4b48484e0]

        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>  [601733f145bf518eec4d29c2319c1f61ebd83d96]

        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>  [744a220b2950f488c50e7380fd45232e24921438]

        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>  [8ead581613efb4ecd6121a195e04c4f5a7bc8bf1]

        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-14  Kurt Zenker  <kz@openoffice.org>  [3e2c09da4fcc5a8d59a1836da1df25ca53f7d734]

        INTEGRATION: CWS sw30bf12_DEV300 (1.28.40); FILE MERGED 2008/08/07 14:42:13 is 1.28.40.1: #i38636# removing two filters

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [254a005e01d9727a4f4dcd86f5b8fb1e9f9f8d8b]

        INTEGRATION: CWS sw30bf12_DEV300 (1.112.4.3.4); FILE MERGED 2008/08/07 14:50:03 is 1.112.4.3.4.1: #i80103# adding galician spellchecker

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [5779da8790fbbe18c9bfe6e7ec00ac38aaca3fa4]

        INTEGRATION: CWS sw30bf12_DEV300 (1.257.4.3.4); FILE MERGED 2008/08/07 14:50:02 is 1.257.4.3.4.1: #i80103# adding galician spellchecker

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [16d2fc9bdc78a92dbf8ea41e898864bdf2ed68b7]

        INTEGRATION: CWS sw30bf12_DEV300 (1.2.32); FILE MERGED 2008/08/08 10:50:14 mba 1.2.32.2: #i80103#: new gl dictionary 2008/08/07 14:50:34 is 1.2.32.1: #i80103# adding galician spellchecker

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [77d2667bd250e7f65b7a2b79853c49012f2b00eb]

        INTEGRATION: CWS sw30bf12_DEV300 (1.17.20.1.4); FILE MERGED 2008/08/07 14:50:34 is 1.17.20.1.4.1: #i80103# adding galician spellchecker

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [6fc0840edb008ff1fc77859e064c0d228c2e56d1]

        INTEGRATION: CWS sw30bf12_DEV300 (1.8.40); FILE MERGED 2008/08/07 17:05:28 mba 1.8.40.1: FN_DELETE_NOTES_AUTHOR didn't work in context menu

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [1251f57f851d1f753f0f943cbb5163c081011775]

        INTEGRATION: CWS sw30bf12_DEV300 (1.8.82); FILE MERGED 2008/08/07 17:05:14 mba 1.8.82.1: FN_DELETE_NOTES_AUTHOR didn't work in context menu

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [4b2bb5f711cf8c5238ad5630aa7385a559ad09e0]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:31 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e2cbfdd1c09fdeab626b93319846f2b45ccdc749]

        INTEGRATION: CWS sw30bf12_DEV300 (1.1.2); FILE ADDED 2008/08/07 16:59:26 mba 1.1.2.1: #i80103#: new gl dictionary

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [b4a75fcb25400edee9962a8a95ad9fd2c65b9ea9]

        INTEGRATION: CWS sw30bf12_DEV300 (1.6.8); FILE MERGED 2008/08/07 17:04:31 mba 1.6.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [5d0b480394c263169bc5ec3f5e97e2cd2b5ee829]

        INTEGRATION: CWS sw30bf12_DEV300 (1.5.8); FILE MERGED 2008/08/07 17:04:31 mba 1.5.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [923a970629a0fa42938339b519d0dbf16237bae7]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:30 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [d5b364a8193a046d648e4c504f4a4edea6a7a4de]

        INTEGRATION: CWS sw30bf12_DEV300 (1.6.8); FILE MERGED 2008/08/07 17:04:30 mba 1.6.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [b9e7effc0a6519b08a939179a865a21504528583]

        INTEGRATION: CWS sw30bf12_DEV300 (1.8.8); FILE MERGED 2008/08/07 17:04:29 mba 1.8.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [d578f826cc142aa2e17dc9e6be8bcb0cd13d948b]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:29 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [8d5ed43bbd4075bbc0ab2a57a9f552bcba9e46ce]

        INTEGRATION: CWS sw30bf12_DEV300 (1.19.8); FILE MERGED 2008/08/07 15:33:24 mba 1.19.8.1: #i80103#: new gl dictionary

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [551ef0d91c4aef427c00d4fa742ebfc8131b169c]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:28 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [a1df2cb5c5a4f30896cc2c6686f99e78a2fd4aab]

        INTEGRATION: CWS sw30bf12_DEV300 (1.9.8); FILE MERGED 2008/08/07 17:04:27 mba 1.9.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [2c9d799479dffcd5b461fd86baea9ce73f3ad6e2]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:27 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [1c0e236824ff859e825a16793d4b812ad2b804c0]

        INTEGRATION: CWS sw30bf12_DEV300 (1.1.2); FILE ADDED 2008/08/07 15:23:43 mba 1.1.2.1: #i80103#: new gl dictionary

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [b51e1c7e423427489a8ac6ade3d4626461981284]

        INTEGRATION: CWS sw30bf12_DEV300 (1.1.2); FILE ADDED 2008/08/07 15:23:42 mba 1.1.2.1: #i80103#: new gl dictionary

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [b2bca04e2b2d8ef9d1858dfe22b371352ada3857]

        INTEGRATION: CWS sw30bf12_DEV300 (1.4.8); FILE MERGED 2008/08/07 17:04:26 mba 1.4.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [e67c1ecc54ebe1f7cd89ee42ffe0bfea6c2db091]

        INTEGRATION: CWS sw30bf12_DEV300 (1.8.6); FILE MERGED 2008/08/07 17:04:26 mba 1.8.6.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [8b9049d84951ae6d05554f2a906bf933463e6f80]

        INTEGRATION: CWS sw30bf12_DEV300 (1.1.228); FILE MERGED 2008/08/07 14:53:52 mba 1.1.228.1: #i80103#: new gl dictionary

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [741ef08e18fb007abc3f87fa7383306d39f02185]

        INTEGRATION: CWS sw30bf12_DEV300 (1.13.8); FILE MERGED 2008/08/07 17:04:25 mba 1.13.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [97472077ec557dd8523f312cd420f68316d83742]

        INTEGRATION: CWS sw30bf12_DEV300 (1.8.8); FILE MERGED 2008/08/07 17:04:25 mba 1.8.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [439627ee643e900c8d436815d58df4d8d013ab98]

        INTEGRATION: CWS sw30bf12_DEV300 (1.5.8); FILE MERGED 2008/08/07 17:04:24 mba 1.5.8.1: prevent adding of licence files in 73 languages

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [5a6c7b2e5f647ea099b10fddc09c34fdc00d7f52]

        INTEGRATION: CWS sw30bf12_DEV300 (1.14.26); FILE MERGED 2008/08/07 13:55:53 mba 1.14.26.2: #i38636#: remove WPS filter 2008/08/07 13:53:40 mba 1.14.26.1: #i38636#: remove Ichitaro filter

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [c62a223169aae29807ac190f148f9b33ab2fb9a2]

        INTEGRATION: CWS cwscheckapi3_DEV300 (1.3.52); FILE MERGED 2008/08/12 09:41:59 cn 1.3.52.1: #i92696# unset FORCE2ARCHIVE to avoid tgz on Linux

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [8c70ec3229a89c3c128dfa70669f45dca321e226]

        INTEGRATION: CWS dba30h_DEV300 (1.63.12); FILE MERGED 2008/08/11 20:12:41 fs 1.63.12.1: #i92668#

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [d9e20cf97456b499661663fe899632b38f2ca73b]

        INTEGRATION: CWS dba30h_DEV300 (1.6.40); FILE MERGED 2008/07/28 07:33:12 fs 1.6.40.1: copying the fix for #i90914# herein, to try to get it for 3.0

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [6c55b75a8d00d1c192aca282bce8b140c80072b0]

        INTEGRATION: CWS dba30h_DEV300 (1.22.2); FILE MERGED 2008/07/28 07:33:12 fs 1.22.2.1: copying the fix for #i90914# herein, to try to get it for 3.0

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [411a5e74e09a3d2acb0e13a85cc3a8508e1ed433]

        INTEGRATION: CWS dba30h_DEV300 (1.61.2); FILE MERGED 2008/07/28 07:33:11 fs 1.61.2.1: copying the fix for #i90914# herein, to try to get it for 3.0

2008-08-14  Kurt Zenker  <kz@openoffice.org>  [ea96d88858916668f220cbc4b78376d5394536bb]

        INTEGRATION: CWS dba30h_DEV300 (1.62.2); FILE MERGED 2008/07/28 07:33:10 fs 1.62.2.1: copying the fix for #i90914# herein, to try to get it for 3.0

2008-08-06  Ivo Hinkelmann  <ihi@openoffice.org>  [80a8c174fa995248ec652b8c7af33971c15ecbbf]

        #i10000# #i92363# build fix

2008-08-06  Ivo Hinkelmann  <ihi@openoffice.org>  [e1c2d037f9ed05f8ff321c8c5688de4ee0234de0]

        #i10000# #i92397# windows 2003 build fixes

2008-08-04  Kurt Zenker  <kz@openoffice.org>  [83f372087aa8ef2e377f76ccdf168baa31f01b43]

        #i10000# fix for archive packformat also for linux 64 bit

2008-08-04  Kurt Zenker  <kz@openoffice.org>  [690f7cd44f9ed0c73a23be025c700a46e3a00e74]

        #i10000# archive packformat not for regular builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [ade1bfe6387a7a7123fb82541bf17f7f788c4365]

        INTEGRATION: CWS rmfreetype (1.235.6); FILE MERGED 2008/07/24 13:14:52 obr 1.235.6.3: #i52025#,#i52026# regenerated configure 2008/07/22 10:57:16 obr 1.235.6.2: RESYNC: (1.235-1.242); FILE MERGED 2008/06/04 04:40:39 obr 1.235.6.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [322ae50afcdd20f5f6995479f48323b6c33ae44e]

        INTEGRATION: CWS rmfreetype (1.95.20); FILE MERGED 2008/07/22 10:59:04 obr 1.95.20.2: RESYNC: (1.95-1.111); FILE MERGED 2008/06/04 05:01:41 obr 1.95.20.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [345716c69294852fd11ca5e596f1c442c288f6dc]

        INTEGRATION: CWS rmfreetype (1.286.56); FILE MERGED 2008/07/22 10:58:59 obr 1.286.56.2: RESYNC: (1.286-1.302); FILE MERGED 2008/06/04 05:01:40 obr 1.286.56.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [509dc94b5d8985367c76514bd1046f0415acbdcc]

        INTEGRATION: CWS rmfreetype (1.187.10); FILE MERGED 2008/07/22 10:57:28 obr 1.187.10.2: RESYNC: (1.187-1.193); FILE MERGED 2008/06/04 04:40:47 obr 1.187.10.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [581299f0b91909bf3e30e6a59dddbf9c24e2bae4]

        INTEGRATION: CWS rmfreetype (1.268.6); FILE MERGED 2008/07/22 10:57:24 obr 1.268.6.2: RESYNC: (1.268-1.275); FILE MERGED 2008/06/04 04:40:47 obr 1.268.6.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [4b3aee8982b370ff2b4b59a1549b6e8c5ff7674d]

        INTEGRATION: CWS rmfreetype (1.136.34); FILE MERGED 2008/07/28 11:02:23 obr 1.136.34.1: #i52025#,#i52026# system freetype no longer optional

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [755aa27d15cef768d5bd43241f4f2efe71136738]

        INTEGRATION: CWS rmfreetype (1.40.30); FILE MERGED 2008/07/28 11:03:21 obr 1.40.30.1: #i52025#,#i52026# freetype no longer a buildable module

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [ddb67ff3f2ccded57096018e45b17f34c8019cf2]

        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>  [6209de43601ba0e9f7e74b2c05ff87c3dd05ddd2]

        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>  [0fce31bc700fe7e2674aa583c903ecc6862bd490]

        INTEGRATION: CWS rmfreetype (1.14.8); FILE MERGED 2008/07/22 10:57:58 obr 1.14.8.2: RESYNC: (1.14-1.17); FILE MERGED 2008/06/04 04:55:03 obr 1.14.8.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [37258b4d619021799492fa096a5787b60af51eb5]

        INTEGRATION: CWS rmfreetype (1.8.2); FILE MERGED 2008/07/22 20:27:36 obr 1.8.2.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so -> no core08 package

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [1509cd1d211485c908aa75994b6e4255f682289e]

        INTEGRATION: CWS rmfreetype (1.8.308); FILE MERGED 2008/06/04 04:55:03 obr 1.8.308.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [31fac9d0152d0563251a2141dd098edc0222dd34]

        INTEGRATION: CWS rmfreetype (1.4.106); FILE MERGED 2008/06/04 04:55:02 obr 1.4.106.1: #i52025#,#i52026# no longer ship a private copy of libfreetype.so

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6771aaee9049a98ec4e1dece2304e3a214db9b47]

        INTEGRATION: CWS rmfreetype (1.5.36); FILE MERGED 2008/06/04 04:52:53 obr 1.5.36.1: #i52026# faked RPM dependency for libfreetype

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [bf1e0ac6fe5965c8cfe321c990f3cbd116774d17]

        INTEGRATION: CWS rmfreetype (1.1.2); FILE ADDED 2008/06/04 04:52:53 obr 1.1.2.1: #i52026# faked RPM dependency for libfreetype

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [d26f16ae6d8dbd3e68f6f0bc3b079bb5893abe80]

        INTEGRATION: CWS rmfreetype (1.5.4); FILE MERGED 2008/07/24 11:48:03 obr 1.5.4.1: #i52025#,#i52026# freetype is now build requirement

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [d1259af59bf74d7a2f05b8a456c9231a34e7fa30]

        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>  [1fda532aa4a22d99be65f79c8163ebcca332122c]

        INTEGRATION: CWS impress151 (1.14.186); FILE MERGED 2008/07/30 12:21:19 cl 1.14.186.1: #i91859# return failure if there was an exception during parsing

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [16f2bc7eaafeb99ffb958e7228f2db923298dd92]

        INTEGRATION: CWS impress151 (1.31.84); FILE MERGED 2008/07/30 12:13:39 cl 1.31.84.1: #i92279# detect NeoOffice/2 documents as OOo 2.2 release

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [1c6bfc0fd13211ccd377e2f6aace6e4e9703701b]

        INTEGRATION: CWS helpsearch (1.242.4); FILE MERGED 2008/07/23 11:05:39 jsc 1.242.4.1: #i91750# integrate lucene-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [946dd9e24932df39532c9a795bb38eae385ec9b0]

        INTEGRATION: CWS helpsearch (1.1.2); FILE MERGED 2008/07/23 07:36:54 jsc 1.1.2.1: #i91750# deliver all lucene jars from the bin directory

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [823dd3a7a0b827be4106a09f9e85c3fde77511a1]

        INTEGRATION: CWS helpsearch (1.2.2); FILE MERGED 2008/07/23 07:39:02 jsc 1.2.2.1: #i91750# cleanup and simplify the makefile

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [0e518a8c34b759d747f0784892fe791afb6b6576]

        INTEGRATION: CWS helpsearch (1.1.2); FILE MERGED 2008/07/23 07:36:07 jsc 1.1.2.1: #i91750# remove patch for the build.xml, it is obsolete

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [b4d314cbe6feb8c236f674c8ef099031af13b688]

        INTEGRATION: CWS helpsearch (1.109.8); FILE MERGED 2008/07/23 09:04:04 jsc 1.109.8.2: #i91750# modify spelling, use uppercase 2008/07/23 06:31:53 jsc 1.109.8.1: #i91750# add lucene-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [387b8cdb4bed1a6df4c703975ec0ff9e8874d3db]

        INTEGRATION: CWS helpsearch (1.255.2); FILE MERGED 2008/07/23 09:04:03 jsc 1.255.2.2: #i91750# modify spelling, use uppercase 2008/07/23 06:31:53 jsc 1.255.2.1: #i91750# add lucene-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6bf72c337051bf89c704fa7598a52ae09970b604]

        INTEGRATION: CWS helpsearch (1.17.8); FILE MERGED 2008/07/23 07:26:19 jsc 1.17.8.1: #i91750# add lang parameter for help search call

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [82d54111e1d39bc5f54b3a330b2f59b51ef245f3]

        INTEGRATION: CWS helpsearch (1.37.4); FILE MERGED 2008/07/23 16:14:18 rene 1.37.4.2: #i10000# new jar needs also be added to the SYSTEM_LUCENE case 2008/07/23 07:28:07 jsc 1.37.4.1: #i91750# add lucence-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6bc70b83697d6d82a4ac800c8a604b51e2121633]

        INTEGRATION: CWS helpsearch (1.2.8); FILE MERGED 2008/07/23 07:27:32 jsc 1.2.8.1: #i91750# add lucence-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e8ec64e402f9873ae95c67ae335650e9265bc843]

        INTEGRATION: CWS helpsearch (1.2.8); FILE MERGED 2008/07/28 08:42:33 jsc 1.2.8.2: #i91750# use explicit cast to the Anaylzer interface 2008/07/23 07:31:09 jsc 1.2.8.1: #i91750# integrate lang parameter, use CJK analyzer for ja

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [dd43a14a40fbba04c07a1d619b7ee21fb8307897]

        INTEGRATION: CWS helpsearch (1.20.8); FILE MERGED 2008/07/28 08:42:33 jsc 1.20.8.2: #i91750# use explicit cast to the Anaylzer interface 2008/07/23 07:29:54 jsc 1.20.8.1: #i91750# add lang commandline parameter, use CJK analyzer for ja

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [ee13bec3db098d4043a054375764f500ca701533]

        INTEGRATION: CWS helpsearch (1.193.6); FILE MERGED 2008/07/23 11:03:21 jsc 1.193.6.1: #i91750# integrate lucene-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [9ef48ae2e91bcd8769d1471f5aa3b616e2048182]

        INTEGRATION: CWS helpsearch (1.275.4); FILE MERGED 2008/07/23 11:03:20 jsc 1.275.4.1: #i91750# integrate lucene-analyzers-2.3.jar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [622630d7cadf5412dbcc86c67b5aedf211449c9f]

        INTEGRATION: CWS native177 (1.88.4); FILE MERGED 2008/07/24 08:54:51 is 1.88.4.1: #i92002# setting properties for progress bar

2008-08-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8c1541c563a48d30717c4f778401eb6fe48f2912]

        #i10000# missing dependency

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [774dd9fd89bda742389673c324b0ffaeee05ef68]

        INTEGRATION: CWS native177 (1.6.120); FILE MERGED 2008/07/24 08:56:36 is 1.6.120.1: #i92002# setting properties for progress bar

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [bb8479a0e343cf84d5c57025e4fb695f25b6af63]

        INTEGRATION: CWS native177 (1.16.28); FILE MERGED 2008/07/24 08:56:36 is 1.16.28.2: #i92002# setting properties for progress bar 2008/07/23 13:52:23 obr 1.16.28.1: #i77328# removed -aqua postfix as there will be no official X11 release of OOo 3.0 on OSX any more

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [1594c65164ac28ef3f180822dd64c03721e9baca]

        INTEGRATION: CWS native177 (1.43.10); FILE MERGED 2008/07/23 15:57:49 sb 1.43.10.1: #i92049# .override failed for non-existing files

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [521d6cbfc26a87605284b3e669b973822128c184]

        INTEGRATION: CWS native177 (1.10.10); FILE MERGED 2008/07/23 15:57:49 sb 1.10.10.1: #i92049# .override failed for non-existing files

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [8a85666309a50595439851d0089465d40860c9ea]

        INTEGRATION: CWS native177 (1.7.4); FILE MERGED 2008/07/23 13:42:16 is 1.7.4.1: #i92029# adding events for buttons

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [235c660f18be2a52d3f316a34defcf55e4ed91ad]

        INTEGRATION: CWS native177 (1.5.4); FILE MERGED 2008/07/23 13:42:16 is 1.5.4.1: #i92029# adding events for buttons

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e8d2e87feb06b4694c1e4fc1a7cd1876bc8918eb]

        INTEGRATION: CWS native177 (1.8.4); FILE MERGED 2008/07/23 13:42:16 is 1.8.4.1: #i92029# adding events for buttons

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [359389568a6a01ffbcdd8726eea486daa675e206]

        INTEGRATION: CWS native177 (1.10.4); FILE MERGED 2008/07/23 13:42:16 is 1.10.4.1: #i92029# adding events for buttons

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [a69125c5c88dd5d03356d1bcf2ee7df61e6d899a]

        INTEGRATION: CWS native177 (1.5.16); FILE MERGED 2008/07/25 13:15:59 is 1.5.16.1: #158264# including softdist dependency

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [d95b435cf3b21204ef1a74fdeee7aa3cdac1dcab]

        INTEGRATION: CWS native177 (1.28.10); FILE MERGED 2008/07/25 13:41:22 is 1.28.10.1: #i92002# using english strings

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [c7a684a95206a92e87ed9f321f9f3ed028fb9f4a]

        INTEGRATION: CWS native177 (1.51.10); FILE MERGED 2008/07/25 13:37:59 is 1.51.10.1: #i92002# using english strings

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [52b5139b3c4823ea221997e21139500d01d4ca4c]

        INTEGRATION: CWS native177 (1.102.10); FILE MERGED 2008/07/25 13:38:28 is 1.102.10.1: #i92002# using english strings

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [95474c097fac9893269ee8d68bf78772841bd0d6]

        INTEGRATION: CWS native177 (1.45.18); FILE MERGED 2008/07/25 13:39:48 is 1.45.18.1: #i92002# using english strings

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [4f8f0b0d05b62214bb670a12e088c2af4d225838]

        INTEGRATION: CWS native177 (1.115.10); FILE MERGED 2008/07/25 13:35:07 is 1.115.10.1: #i92002# using english strings

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6a18f962b61720d8fa6a464393556362c88fd475]

        INTEGRATION: CWS userdatamigration (1.3.28); FILE MERGED 2008/07/23 13:25:09 jsk 1.3.28.1: #i92037#

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [28dca279796c0db9091969e618849ec3913cb1d2]

        INTEGRATION: CWS userdatamigration (1.13.90); FILE MERGED 2008/07/08 06:58:45 mba 1.13.90.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [d6292e9fd4c26549ad83b37fe4cf68bcfb56bf46]

        INTEGRATION: CWS userdatamigration (1.1.2); FILE ADDED 2008/07/08 06:58:29 mba 1.1.2.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [c4441d5032975873c05331c0992c77b1be45c9b6]

        INTEGRATION: CWS userdatamigration (1.8.90); FILE MERGED 2008/07/10 08:31:06 jl 1.8.90.2: #i88426# basic and dialog libraries were disabled after migration 2008/07/08 06:58:01 mba 1.8.90.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [1672307d25c77a4f9b1932d7f3426661855cedbf]

        INTEGRATION: CWS userdatamigration (1.1.2); FILE ADDED 2008/07/22 07:30:40 mba 1.1.2.4: #i91919#: register configuration files of extensions 2008/07/10 15:16:55 mba 1.1.2.3: #i88426#: warnings fixed 2008/07/10 08:31:06 jl 1.1.2.2: #i88426# basic and dialog libraries were disabled after migration 2008/07/08 06:58:28 mba 1.1.2.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [2721f7073fb3ac3889c3e1c77c0832fee8de8bc9]

        INTEGRATION: CWS userdatamigration (1.1.2); FILE ADDED 2008/07/22 16:00:28 mba 1.1.2.6: #i91919: re-register all extensions 2008/07/22 07:30:40 mba 1.1.2.5: #i91919#: register configuration files of extensions 2008/07/17 07:13:09 mba 1.1.2.4: #i88426#: wrong construction of URLs 2008/07/10 15:16:55 mba 1.1.2.3: #i88426#: warnings fixed 2008/07/10 08:31:06 jl 1.1.2.2: #i88426# basic and dialog libraries were disabled after migration 2008/07/08 06:58:27 mba 1.1.2.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e841b5c013d53333933011d635db4f559998609d]

        INTEGRATION: CWS userdatamigration (1.8.90); FILE MERGED 2008/07/08 06:58:01 mba 1.8.90.1: #i88426#: migration of extensions and wordbooks

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [34a33a2b5a4d4487c180c7bb5cf526acd501788f]

        INTEGRATION: CWS userdatamigration (1.7.90); FILE MERGED 2008/07/07 15:13:52 ab 1.7.90.1: #i88426# tmp folder name __basic_70 -> __basic_80

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [2b6d3f8fab777683bfca02234ebf6ec88e89c892]

        INTEGRATION: CWS userdatamigration (1.12.90); FILE MERGED 2008/07/23 16:44:52 mba 1.12.90.5: #i92045#: product names for migration also in setup.xcu 2008/07/22 07:30:39 mba 1.12.90.4: #i91919#: register configuration files of extensions 2008/07/16 12:57:14 mba 1.12.90.3: #i88426#: cross-product update only if direct update not possible 2008/07/08 06:58:01 mba 1.12.90.2: #i88426#: migration of extensions and wordbooks 2008/07/04 06:19:39 mba 1.12.90.1: #i88426#: activate migration

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6b7dad44352456fdb7f057dd22beef1f43189a6d]

        INTEGRATION: CWS userdatamigration (1.7.2); FILE MERGED 2008/07/23 06:28:58 dv 1.7.2.1: #i91945# options should be enabled for shared extensions, too

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e9c6570d03a78a7eb62b181c26ab5b5896b8cf74]

        INTEGRATION: CWS userdatamigration (1.1.28); FILE MERGED 2008/07/23 12:51:24 jsk 1.1.28.1: #i92037#

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [6cf0e76880643c03c11406789355eac4043f367b]

        INTEGRATION: CWS userdatamigration (1.1.28); FILE MERGED 2008/07/23 12:51:24 jsk 1.1.28.2: #i92037# 2008/07/23 12:03:54 jsk 1.1.28.1: #i91915#

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [b921c51da35a15c78408ba2cdfd300f6a0e89a2a]

        INTEGRATION: CWS userdatamigration (1.1.28); FILE MERGED 2008/07/23 12:02:30 jsk 1.1.28.1: #i90431#

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [ef1a22074b632d5d6a2858826d6c594f4389b018]

        INTEGRATION: CWS userdatamigration (1.14.8); FILE MERGED 2008/07/11 07:13:42 mba 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2008/07/07 15:32:02 ab 1.14.8.1: #i88426# Adapted migration code to 8.x -> 9.0 migration

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [a2a17a079339eebff2c0e4e9b8159556867c5bfd]

        INTEGRATION: CWS userdatamigration (1.39.38); FILE MERGED 2008/07/23 16:45:17 mba 1.39.38.4: #i92045#: product names for migration also in setup.xcu 2008/07/22 16:02:16 mba 1.39.38.3: #i91919#: different profile names on different platforms 2008/07/08 07:21:33 mba 1.39.38.2: #i88426#: migration of extensions and wordbooks 2008/07/04 06:21:26 mba 1.39.38.1: #i88426#: new migration list

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [ccd1374817831da33738bd3d68871f26acf12e4c]

        INTEGRATION: CWS register30 (1.88.12); FILE MERGED 2008/07/29 11:42:52 obr 1.88.12.1: #158122# new registration urls for old and new style registration

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [82a9259f5fde76bbc9349dc59b08503465eff492]

        INTEGRATION: CWS register30 (1.22.84); FILE MERGED 2008/07/04 10:46:11 obr 1.22.84.1: #158122# new style registration added

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [fb623aa0e73ed6fcd19f70fbe5a8d8aabe17aa65]

        INTEGRATION: CWS register30 (1.222.48); FILE MERGED 2008/07/29 06:20:58 obr 1.222.48.2: RESYNC: (1.222-1.223); FILE MERGED 2008/07/03 12:02:37 obr 1.222.48.1: #158122# registration reworked

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [d673747821842f34b50adf232cf7c9a891060636]

        INTEGRATION: CWS register30 (1.36.64); FILE MERGED 2008/07/03 12:02:34 obr 1.36.64.1: #158122# registration reworked

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [50146f350fa31d92e2aebc2e869dc6b4a852473b]

        INTEGRATION: CWS register30 (1.77.4); FILE MERGED 2008/07/31 11:47:03 obr 1.77.4.1: #158122# s/BUILD_SPECIAL/ENABLE_SVCTAGS/g

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [55cf1bf591a353d0d937ec5ff960b2f27e228cd3]

        INTEGRATION: CWS register30 (1.251.14); FILE MERGED 2008/07/31 11:47:03 obr 1.251.14.3: #158122# s/BUILD_SPECIAL/ENABLE_SVCTAGS/g 2008/07/29 06:20:31 obr 1.251.14.2: RESYNC: (1.251-1.257); FILE MERGED 2008/07/29 05:00:37 obr 1.251.14.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [dd5d9ddbf0aff07d1ac105627bd96979ffe6b374]

        INTEGRATION: CWS register30 (1.15.14); FILE MERGED 2008/07/31 11:47:02 obr 1.15.14.4: #158122# s/BUILD_SPECIAL/ENABLE_SVCTAGS/g 2008/07/29 11:37:08 obr 1.15.14.3: #158122# renamed gid_ as appropriate 2008/07/29 06:20:28 obr 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2008/07/29 05:00:37 obr 1.15.14.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [2a3df0b1a58647b2e1af4319c60a910b94a965f6]

        INTEGRATION: CWS register30 (1.11.24); FILE MERGED 2008/07/23 11:10:28 obr 1.11.24.1: #158122# marked SystemShellExecute service as thread affine

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [82454fa486ec150cca0ff82c2e8ffa78d593f268]

        INTEGRATION: CWS register30 (1.5.24); FILE MERGED 2008/07/23 11:10:28 obr 1.5.24.1: #158122# marked SystemShellExecute service as thread affine

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [282fbc066eaa75073ff27d38e9daf7cb64c3fe97]

        INTEGRATION: CWS register30 (1.20.16); FILE MERGED 2008/07/31 10:42:54 obr 1.20.16.1: #158122# default to GNOME desktop environment on Solaris

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [1fa7f43d93f5543face314063265cde311e78abd]

        INTEGRATION: CWS register30 (1.87.34); FILE MERGED 2008/07/31 11:48:43 obr 1.87.34.1: #158122# set ENABLE_SVCTAGS for SUN builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [79165b639cb1cde92c873cf6125f677d494fd568]

        INTEGRATION: CWS register30 (1.40.38); FILE MERGED 2008/07/31 11:48:43 obr 1.40.38.1: #158122# set ENABLE_SVCTAGS for SUN builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [50207a8f3790479b9ca1cbec89f899231d6040be]

        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>  [33e73f6d9a5ad5c60ce6981e8c8b1cc3b49cfe29]

        INTEGRATION: CWS register30 (1.11.12); FILE MERGED 2008/07/29 14:06:45 obr 1.11.12.1: #158122# added indirection through ProductRegistration service

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [a4cb617a93c07bb1d65d2536786f357a9e6d5e35]

        INTEGRATION: CWS register30 (1.1.2); FILE ADDED 2008/07/30 08:02:33 obr 1.1.2.1: #158122# new style registration service

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [98da7cb3d279839f1fde3915bcdc7444835e973c]

        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>  [d93b11dd5558de2570687680cf9cbd8bc7de280b]

        INTEGRATION: CWS register30 (1.1.2); FILE ADDED 2008/07/31 11:47:55 obr 1.1.2.2: #158122# s/BUILD_SPECIAL/ENABLE_SVCTAGS/g 2008/07/30 08:02:33 obr 1.1.2.1: #158122# new style registration service

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [485a56ffb2aeaaf85ab8a22b7866df2b109138c3]

        INTEGRATION: CWS register30 (1.1.2); FILE ADDED 2008/07/30 08:02:32 obr 1.1.2.1: #158122# new style registration service

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [87f540e87ed84f8d38e0ba924abc6b1d7c6d5e5c]

        INTEGRATION: CWS register30 (1.1.2); FILE ADDED 2008/07/31 11:47:55 obr 1.1.2.2: #158122# s/BUILD_SPECIAL/ENABLE_SVCTAGS/g 2008/07/30 08:02:32 obr 1.1.2.1: #158122# new style registration service

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [3e89afb8d56ea987ff8e044320f7c0301006099b]

        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>  [32f8d7eda73f6db841f894f7179ec9ef3e3c1939]

        INTEGRATION: CWS register30 (1.4.52); FILE MERGED 2008/07/29 13:42:45 obr 1.4.52.2: #158122# now also for Mac OS X 2008/07/29 05:03:20 obr 1.4.52.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [49ff8c8942fe55e5b69f4bad969aca68678c7b88]

        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-08-01  Rüdiger Timm  <rt@openoffice.org>  [1464280c4c4b4f0f45f4c54d8fbe5dd7ac94c6e7]

        INTEGRATION: CWS register30 (1.4.52); FILE MERGED 2008/07/29 13:58:26 obr 1.4.52.2: #158122# new url placeholder scheme 2008/07/29 05:03:20 obr 1.4.52.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [284eb42972e2769c64f603897cc9841f12f7747b]

        INTEGRATION: CWS register30 (1.22.64); FILE MERGED 2008/07/29 05:03:20 obr 1.22.64.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [fe0bfe69026d9b760de899a3966c10d6df2ee1d8]

        INTEGRATION: CWS register30 (1.25.24); FILE MERGED 2008/07/29 06:20:19 obr 1.25.24.2: RESYNC: (1.25-1.26); FILE MERGED 2008/07/29 05:03:20 obr 1.25.24.1: #158122# new style registration for sun provided builds

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [56e5c118eb9666fdfc3d02f4240acb95779bdb54]

        INTEGRATION: CWS register30 (1.152.36); FILE MERGED 2008/07/29 06:19:25 obr 1.152.36.2: RESYNC: (1.152-1.153); FILE MERGED 2008/07/03 11:38:20 obr 1.152.36.1: #158122# registration reworked

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [77bc36f5f6bc79d932a7bb4b9f306d4896d6c6c8]

        INTEGRATION: CWS register30 (1.49.34); FILE MERGED 2008/07/30 05:56:13 obr 1.49.34.6: #158122# registration URL value now brand specific 2008/07/29 11:39:57 obr 1.49.34.5: #158122# use placeholder also for old style registration 2008/07/29 06:19:22 obr 1.49.34.4: RESYNC: (1.50-1.51); FILE MERGED 2008/07/29 04:46:20 obr 1.49.34.3: #158122# added survey as default registration URL 2008/07/08 12:38:06 mt 1.49.34.2: RESYNC: (1.49-1.50); FILE MERGED 2008/07/03 11:38:19 obr 1.49.34.1: #158122# registration reworked

2008-08-01  Rüdiger Timm  <rt@openoffice.org>  [e774501fedb152928879e6859baa2f35a2120b99]

        INTEGRATION: CWS vcl30stop1 (1.14.180); FILE MERGED 2008/07/21 18:14:59 pl 1.14.180.1: #i91917# calc window size AFTER including all items

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [e52808677a4fe0094265d95ba900ef835f16b874]

        INTEGRATION: CWS tbo02 (1.1.30); FILE MERGED 2008/07/30 06:07:09 tbo 1.1.30.1: Issue number:  #i92235#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [29bfaad578b1f22ef0f65595df8211008843e606]

        INTEGRATION: CWS tbo02 (1.1.30); FILE MERGED 2008/07/29 21:03:58 tbo 1.1.30.1: Issue number:  #i92252#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [ff2a4620700c89d883664f0fd320dbd4fdaebbf1]

        INTEGRATION: CWS tbo02 (1.3.30); FILE MERGED 2008/07/27 16:25:21 tbo 1.3.30.1: Issue number:  #i92176#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [895f0b12650d802686145be6958ab5695b247624]

        INTEGRATION: CWS tbo02 (1.3.30); FILE MERGED 2008/07/27 16:29:43 tbo 1.3.30.1: Issue number:  #i92176#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [5b7576e7e91bc1f253ab5b0bd1ca5cea605f589d]

        INTEGRATION: CWS os119 (1.72.4); FILE MERGED 2008/07/21 11:35:29 os 1.72.4.1: #i91896# icon of Grammar and Spelling Dialog activated

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [94d92f16ad5b0da5fc7444dea89f758686cbbb37]

        INTEGRATION: CWS dr65 (1.3.24); FILE MERGED 2008/07/23 20:34:56 dr 1.3.24.1: #i92010# check storage

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [6231766043d0e0026757058545238aa5524d2665]

        INTEGRATION: CWS dr65 (1.3.120); FILE MERGED 2008/07/24 13:03:58 tbe 1.3.120.1: #i92005# truncated strings in resolve conflicts for shared documents

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [2e99ff8e5bc3966d0c3132d2de47592f391bbfa0]

        INTEGRATION: CWS dr65 (1.4.120); FILE MERGED 2008/07/24 13:02:33 tbe 1.4.120.1: #i92005# truncated strings in resolve conflicts for shared documents

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [f9d3e7a37ec8b823704f39c075ed9cb6b253fc89]

        INTEGRATION: CWS ab56 (1.112.8); FILE MERGED 2008/07/29 10:11:26 ab 1.112.8.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [dec6e16891b6aece11640e52a300ed686ef58afc]

        INTEGRATION: CWS ab56 (1.257.6); FILE MERGED 2008/07/29 10:11:26 ab 1.257.6.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [d4e0494fe4de00e84deed2a8034c08fc1357c091]

        INTEGRATION: CWS ab56 (1.10.38); FILE MERGED 2008/07/29 10:07:39 ab 1.10.38.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [14cb2ccf01ddaacb5c5dfeb4da38765065de55da]

        INTEGRATION: CWS ab56 (1.1.2); FILE ADDED 2008/07/29 10:06:39 ab 1.1.2.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [a4ddf2d3e76494d186da11b0f11b22f1ae695417]

        INTEGRATION: CWS ab56 (1.1.2); FILE ADDED 2008/07/29 10:06:38 ab 1.1.2.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [d03c032ea59cf8bfd63376cf2ac99ad05ccc3f40]

        INTEGRATION: CWS ab56 (1.10.4); FILE MERGED 2008/07/29 10:06:38 ab 1.10.4.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [aeb7350de459bacd62dfc718702395b53fae41d9]

        INTEGRATION: CWS ab56 (1.43.4); FILE MERGED 2008/07/29 10:07:25 ab 1.43.4.1: #i92231# Move share library entries to share/basic xlc files

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [4e7c1381290cdd940a756fe56bbc6057cc774273]

        INTEGRATION: CWS ocautotestfixes01 (1.1.2); FILE ADDED 2008/07/21 07:12:23 oc 1.1.2.1: # i91822#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [1acf799c2bc8e9d3c2e82db4e09594c58931f6cd]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/25 13:42:42 oc 1.1.24.2: # i91822# Path to testdoc corrected 2008/07/21 07:22:57 oc 1.1.24.1: # i91822#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [7efdc6a87cce5e7ce25f5a2f3740019bb646c026]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/25 09:11:29 oc 1.1.24.1: #i92122#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [b395ef54e9d79026cd5dd68328397a33854426f5]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/25 12:17:32 oc 1.1.24.1: #i92133#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [e4b9e44dcd93efac4c1dc90f316b58e0a67e24f5]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/21 07:35:20 oc 1.1.24.1: #i91894#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [be77486a892c565f4df8dc5b9530accbf8731e71]

        INTEGRATION: CWS ocautotestfixes01 (1.1.2); FILE ADDED 2008/07/21 12:33:46 oc 1.1.2.1: #i91903#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [c731df217d8a33af77812110693a4dbc3d1f7574]

        INTEGRATION: CWS ocautotestfixes01 (1.1.2); FILE ADDED 2008/07/21 12:33:45 oc 1.1.2.1: #i91903#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [a1d7ea3ca8931e66d83507601eac892d764d1033]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/25 12:19:21 oc 1.1.24.1: #i92132#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [962bfafcd27b338a4184cd77fa20f87b60b28598]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/30 12:17:34 oc 1.1.24.1: #i92281#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [13b536f0cb5d394893a8a4386cef8630aa4d4c0e]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/21 07:35:10 oc 1.1.24.1: #i91894#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [8c1eccdd8d3cf9e4095256cd33d8e52144cdb23e]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/24 07:13:02 oc 1.1.24.1: #i91903#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [7c1ff31dee444e3419724a036f84624242dcb6b8]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/24 08:41:15 oc 1.1.24.2: #91900# 2008/07/24 07:17:07 oc 1.1.24.1: #91900#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [bafa7f8f99ac3a3c9917b9f930c3fe1d9051b20e]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/25 09:11:24 oc 1.1.24.1: #i92122#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [f6eda2b5e30a7061765ff13ddbaa720da83172a0]

        INTEGRATION: CWS ocautotestfixes01 (1.1.24); FILE MERGED 2008/07/21 07:35:05 oc 1.1.24.1: #i91894#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [94087ec69de0726e0aa129a4e7d24238f8221c20]

        INTEGRATION: CWS mh30b (1.37.6); FILE MERGED 2008/06/08 16:50:54 mh 1.37.6.1: remove propr. jars, not needed anymore, #i21678#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [9dc694ea67b3191671b3a74e93c760194d90a0fb]

        INTEGRATION: CWS mh30b (1.12.8); FILE MERGED 2008/07/16 13:02:55 mh 1.12.8.1: remove unused code, #i91591#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [2f74809e61c10aa65729df36030d341d4a51cf8c]

        INTEGRATION: CWS mh30b (1.7.8); FILE MERGED 2008/07/16 13:02:55 mh 1.7.8.2: remove unused code, #i91591# 2008/06/06 14:41:38 mh 1.7.8.1: #89012# isatty : necer-interactive

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [9eb4ff01cbf2e8afe159fef3b8e2741e090edca9]

        INTEGRATION: CWS mh30b (1.5.54); FILE MERGED 2008/06/06 14:45:44 mh 1.5.54.1: updates to oowintool #i88945#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [9a2595b969b47193842ec6b18ad2c4fac6de788f]

        INTEGRATION: CWS mh30b (1.4.10); FILE MERGED 2008/07/16 15:07:44 mh 1.4.10.1: update of Liberation-Fonts to version 1.04, #i85106#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [592af6b981a946d0d84837f2eb50960937fff72f]

        INTEGRATION: CWS mh30b (1.3.6); FILE MERGED 2008/07/16 15:07:43 mh 1.3.6.1: update of Liberation-Fonts to version 1.04, #i85106#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [7f4606c99aeddf677fa78923d2d7a59e72637db6]

        INTEGRATION: CWS mh30b (1.1.2); FILE ADDED 2008/07/16 15:07:43 mh 1.1.2.1: update of Liberation-Fonts to version 1.04, #i85106#

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [6747febf56d76e46baae2e4fbba6cde2526f4703]

        INTEGRATION: CWS native178 (1.88.10); FILE MERGED 2008/07/28 13:36:17 is 1.88.10.1: #i92179# no registry for development builds

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [3b450b6b8002c0ceecac5d748da9f2d88110f812]

        INTEGRATION: CWS native178 (1.29.4); FILE MERGED 2008/07/28 13:37:59 is 1.29.4.1: #i92179# no registry for development builds

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [0b253459b5c30f2c1f27303048497a8ebc4d8456]

        #i10000# Patch by mba for windows builds with VS 2008 compiler.

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [162688a0f3b1545516fd4b7fd2cc171a9d195366]

        #i10000# Undo last change, i.e.back to rev. 1.279. Obviously something went wrong in integration of CWS layoutdialogs. ANCHOR tag of that CWS seems to be moved without merging the changes.

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [4f5ea88af553432a177a79a803bc1a8f1f6d8e8c]

        msm README

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [eab97681ecf1edf069f2fd4b73ef240cbb892117]

        #i10000# deliver msm files.

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [ffc253ab6855a45a8267ba2237933f425fece2ed]

        #i10000# Fix solaris debug build.

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [599396acd01a065170220a5543f1c9bfec37f063]

        #i10000# Fix solaris non-pro build.

2008-07-31  Rüdiger Timm  <rt@openoffice.org>  [23933fc55069c6332f8b9f74c71be30a2320a1c3]

        #i10000# No openofficedevarchive any more.

2008-07-31  Ivo Hinkelmann  <ihi@openoffice.org>  [1eddd90c39c4c044acc4259d276861fd6a368b51]

        #i10000# masterfix build break

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e334be1037efe498fc958b73ae4f162912d176be]

        DEV300

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c44aedfb816ee60167c2fca00afab5bab76ffa9e]

        INTEGRATION: CWS pb20 (1.6.34); FILE MERGED 2008/07/28 08:45:51 iha 1.6.34.1: #i91987# Y error bars dialog : string truncated

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9d75290fd196729ca10d4970aa4d631b01a53a11]

        INTEGRATION: CWS pb20 (1.10.52); FILE MERGED 2008/07/28 08:44:47 iha 1.10.52.1: #i91989# Chart > Object properties > Data labels tab : string truncated

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c985960654eb48d7a7db97d81b61956d27a4be6c]

        INTEGRATION: CWS pb20 (1.60.62); FILE MERGED 2008/07/25 20:22:43 fs 1.60.62.1: #i91979#

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [df9cf94c8fe442295e145f0957009507a42e04e3]

        INTEGRATION: CWS pb20 (1.42.182); FILE MERGED 2008/07/27 11:03:36 pb 1.42.182.1: fix: #i91986# more width for FixedText FT_CHAR_STYLE

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9550b214a4b4fc7797106e2b87bf5637ba8183c6]

        INTEGRATION: CWS pb20 (1.77.182); FILE MERGED 2008/07/27 11:19:58 pb 1.77.182.1: fix: #i91981# us all available space for controls

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bcdb8e318ea0cfd58dfb3f8988cd1c3cf283bf88]

        INTEGRATION: CWS layoutdialogs (1.222.4); FILE MERGED 2008/04/14 13:13:36 jcn 1.222.4.2: Disable layout dialogs by default again.  Enables quick integration. 2008/03/20 12:03:20 jcn 1.222.4.1: Make --enable-layout the default.
        
        Change [use of] the configure option to --disable-layout/--enable-layout=no.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [928fe2316f807e0d7a12f86458c0bb7c594b8ff9]

        INTEGRATION: CWS pb20 (1.37.174); FILE MERGED 2008/07/27 11:53:15 pb 1.37.174.1: fix: #i91992# us all available space for controls

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [af3541f4e58f6e4e12086931866bba25b4c67910]

        INTEGRATION: CWS pb20 (1.25.174); FILE MERGED 2008/07/27 10:50:24 pb 1.25.174.1: fix: #i91984# us all available space for controls

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a8d86bfae62e3f71d94ad27795a5c58c84b77276]

        INTEGRATION: CWS layoutdialogs (1.252.4); FILE MERGED 2008/04/14 13:13:43 jcn 1.252.4.2: Disable layout dialogs by default again.  Enables quick integration. 2008/03/20 12:03:24 jcn 1.252.4.1: Make --enable-layout the default.
        
        Change [use of] the configure option to --disable-layout/--enable-layout=no.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [1cadd93a3622e6e26a634eeae717df61a72c20f1]

        INTEGRATION: CWS layoutdialogs (1.2.20); FILE MERGED 2008/07/30 12:58:07 jcn 1.2.20.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/31 14:53:28 jcn 1.2.20.3: Install layout xml files as ZIP archive.  Fixes language tree issues. 2008/03/28 11:24:32 jcn 1.2.20.2: Remove installation of deleted libtklayout. 2008/03/20 11:57:44 jcn 1.2.20.1: Update layout lib naming to new DEV300 naming scheme (without UPD).
        
        Fixes install.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b5d6d29a0e33ddf7b6a5fba5e6c68ea0e7f12684]

        INTEGRATION: CWS pb20 (1.42.16); FILE MERGED 2008/07/29 04:38:23 pb 1.42.16.3: fix: #i91991# maCbExportEmptyPages double-spaced if necessary 2008/07/27 13:02:50 pb 1.42.16.2: fix: #i91991# checkboxes only double-spaced if necessary 2008/07/27 10:28:55 pb 1.42.16.1: fix: #i91991# us all available space for controls

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c8cbc9648752d222120a27fc8ebcee017f668f69]

        INTEGRATION: CWS pb20 (1.35.40); FILE MERGED 2008/07/29 04:36:55 pb 1.35.40.4: fix: #i91991# maCbExportEmptyPages double-spaced if necessary 2008/07/27 13:27:45 pb 1.35.40.3: fix: #i91991# warning removed 2008/07/27 13:00:30 pb 1.35.40.2: fix: #i91991# checkboxes only double-spaced if necessary 2008/07/27 10:27:59 pb 1.35.40.1: fix: #i91991# maRbChangesComment double-spaced if necessary

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6d358494caf9861af05624941bc101953820324e]

        INTEGRATION: CWS layoutdialogs (1.56.18); FILE MERGED 2008/07/30 12:52:20 jcn 1.56.18.3: RESYNC: (1.56-1.59); FILE MERGED 2008/03/28 10:17:48 cl 1.56.18.2: merged tklayout into tk lib 2008/03/20 11:58:31 jcn 1.56.18.1: Update layout lib naming to new DEV300 naming scheme (without UPD).
        
        Fixes build.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [0a64e6befe13b297184f81031b1620431fede80a]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/04/04 09:14:29 jcn 1.1.2.2: Add template marker to XML dialog sources. 2008/03/28 11:19:37 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a2569ccb9f0102c8f5b9960b074a18f346f9573f]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:30:47 rt 1.1.2.5: Update license header. 2008/04/03 16:47:47 jcn 1.1.2.4: Oops cut & paste prjname.  Fixes svx-layout.zip build. 2008/03/31 15:01:53 jcn 1.1.2.3: Factor out layout.mk. 2008/03/31 14:52:10 jcn 1.1.2.2: Install layout xml files as ZIP archive.  Fixes language tree issues. 2008/03/28 11:19:36 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4d5708e5e6d6e32130af5989ee80e081c584d449]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/03/31 15:01:53 jcn 1.1.2.1: Factor out layout.mk.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a1d5e456e743c32789bc379ac8b6518fdb32cbac]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/04/03 08:39:33 jcn 1.1.2.2: Make delzip nonempty, to help patch. 2008/03/31 14:52:10 jcn 1.1.2.1: Install layout xml files as ZIP archive.  Fixes language tree issues.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f68873f652d7cde6c3910ff528c754411070572e]

        INTEGRATION: CWS layoutdialogs (1.136.18); FILE MERGED 2008/07/30 12:52:27 jcn 1.136.18.3: RESYNC: (1.136-1.138); FILE MERGED 2008/03/31 14:52:10 jcn 1.136.18.2: Install layout xml files as ZIP archive.  Fixes language tree issues. 2008/03/28 11:19:36 jcn 1.136.18.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c06da54ed9699014f0d69171fed369b4c29a8118]

        INTEGRATION: CWS layoutdialogs (1.28.18); FILE MERGED 2008/03/28 11:19:36 jcn 1.28.18.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [05b56ad8917d9e0fbed1f1e8437b5ac08e7fa999]

        INTEGRATION: CWS layoutdialogs (1.47.20); FILE MERGED 2008/07/30 12:45:52 jcn 1.47.20.2: RESYNC: (1.47-1.49); FILE MERGED 2008/03/28 10:15:31 cl 1.47.20.1: enable build of layout interfaces by default

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e913b00c5deff82a3283065d37628d3d842ce856]

        INTEGRATION: CWS layoutdialogs (1.2.26); FILE MERGED 2008/04/07 19:41:47 cl 1.2.26.1: removed the publish tag and fine tuned some descriptions

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [90ec771aec35ba9dcbaa2d7f3a0a5f916c44a529]

        INTEGRATION: CWS layoutdialogs (1.2.26); FILE MERGED 2008/04/07 19:41:46 cl 1.2.26.1: removed the publish tag and fine tuned some descriptions

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b11c99ffca354c1419e61fd11cccc10868d82bab]

        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>  [736b87c08a152b8da161411c067399a18291ab7e]

        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>  [ad5e1e91092aacf80a74cf1c0ac3655141239313]

        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>  [8ec8a1f9afb83b8d1448deeb6d44bd87421f4803]

        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>  [092aa054fcb21f6bea70c3c143b150646fc5f2c5]

        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>  [54e80c582ebd223b68d9df74c4627911481720d7]

        INTEGRATION: CWS layoutdialogs (1.66.18); FILE MERGED 2008/07/30 12:37:27 jcn 1.66.18.3: RESYNC: (1.66-1.72); FILE MERGED 2008/03/28 10:18:04 cl 1.66.18.2: merged tklayout into tk lib 2008/03/20 11:58:46 jcn 1.66.18.1: Update layout lib naming to new DEV300 naming scheme (without UPD).
        
        Fixes build.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ebdd421d2177ab9106dcacc7bd72ce9df494116d]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/04/04 09:14:08 jcn 1.1.2.2: Add template marker to XML dialog sources. 2008/03/28 11:22:01 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bce61af2d8cc89dbc360f7baa4614ededa7bd230]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/07/30 11:27:51 rt 1.1.2.5: Update license header. 2008/03/31 15:01:30 jcn 1.1.2.4: Factor out layout.mk. 2008/03/31 14:50:42 jcn 1.1.2.3: Install layout xml files as ZIP archive.  Fixes language tree issues. 2008/03/28 11:23:18 jcn 1.1.2.2: Move compilation and installation of xml files here from toolkit/workben/layout. 2008/03/28 11:22:01 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [96f761e4456e07842b5fc0b7630808e2003d3841]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/03/31 15:01:30 jcn 1.1.2.1: Factor out layout.mk.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b498c2e808f234e199494300851444ded988c575]

        INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED 2008/04/03 08:38:35 jcn 1.1.2.2: Make delzip nonempty, to help patch. 2008/03/31 14:51:17 jcn 1.1.2.1: Add delzip.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b67e23c861c4a552730511b7ab770df81ed92c42]

        INTEGRATION: CWS layoutdialogs (1.22.440); FILE MERGED 2008/03/31 14:50:42 jcn 1.22.440.2: Install layout xml files as ZIP archive.  Fixes language tree issues. 2008/03/28 11:22:01 jcn 1.22.440.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [7e1190f7f76be35ca7b5bda585fce2b509a01945]

        INTEGRATION: CWS layoutdialogs (1.22.362); FILE MERGED 2008/03/28 11:22:01 jcn 1.22.362.1: Move compilation and installation of xml files here from toolkit/workben/layout.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2b499e653d80050acc8fd4039743ddb20a83c9f8]

        INTEGRATION: CWS impress150 (1.72.108); FILE MERGED 2008/07/21 14:47:57 cl 1.72.108.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [05e8aec86256a81e8179e5a1944a0722b6d80937]

        INTEGRATION: CWS impress150 (1.13.108); FILE MERGED 2008/07/21 14:47:57 cl 1.13.108.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [864a9e721ac0a209513f810ba7c58a85c397fd73]

        INTEGRATION: CWS impress150 (1.17.108); FILE MERGED 2008/07/21 14:47:56 cl 1.17.108.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [db86706d338cf26e918d883b28e1f6c31c866e36]

        INTEGRATION: CWS impress150 (1.122.28); FILE MERGED 2008/07/21 14:47:33 cl 1.122.28.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4b0edc38b4f15aefe9ea2250d2a5f1c76ab30a63]

        INTEGRATION: CWS impress150 (1.115.2); FILE MERGED 2008/07/22 11:04:38 cl 1.115.2.2: #i91930# disable auto refresh feature 2008/07/21 14:47:33 cl 1.115.2.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3b7b84e5d7e0b013a56b05fe6a46c01b1a85a2ad]

        INTEGRATION: CWS impress150 (1.6.2); FILE MERGED 2008/07/21 14:47:23 cl 1.6.2.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [0d5920e34ab994a6f096a6197b1cbab313193242]

        INTEGRATION: CWS impress150 (1.7.2); FILE MERGED 2008/07/21 14:47:23 cl 1.7.2.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [05120cea527b60a3df3e5c8a6792d5db52c51833]

        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>  [5be01ab435cd9b23e8d27282cf3efca31d68eb22]

        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>  [a4b2090635f0aeea40a21fb77bb3fbac0badf762]

        INTEGRATION: CWS impress150 (1.51.6); FILE MERGED 2008/07/21 14:52:31 cl 1.51.6.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [5a8ab69b3bee2659969b9f7066174883d4ae2a3a]

        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>  [3f14cef54cc3c39e0a54c78d20e8e5b8279980ed]

        INTEGRATION: CWS impress150 (1.90.62); FILE MERGED 2008/07/21 14:52:31 cl 1.90.62.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [145f5a29a8f3e9a76a02107d0d5c16e8629f97d2]

        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>  [adc192ec97219183ca9975d2a5726c4a008bc9f6]

        INTEGRATION: CWS impress150 (1.27.62); FILE MERGED 2008/07/21 14:52:31 cl 1.27.62.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [544799bc63e1240690b208619ff54270c05c1408]

        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>  [78f02667d96dd2153cb2c3b7c828badf190f745e]

        INTEGRATION: CWS impress150 (1.35.6); FILE MERGED 2008/07/25 10:48:40 cl 1.35.6.2: fixed linux build problem 2008/07/24 10:08:20 cl 1.35.6.1: #i92070# check pTransferClip for null since it may be a baste from a non impress instance

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f2536d80624e71bc0f71211a065359a4bb08ae23]

        INTEGRATION: CWS impress150 (1.65.26); FILE MERGED 2008/07/28 09:30:42 cl 1.65.26.1: fixed a merge conflict

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9fa0ca5ba44882ebbdd37b87f9e2c2c0726f66ca]

        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>  [8a6b590210c03132be9751adbac8d99bc0f55cd1]

        INTEGRATION: CWS impress150 (1.11.62); FILE MERGED 2008/07/21 16:03:49 cl 1.11.62.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e6c14ecb6b7e25cd857401ce5cb2c3bea1a750ac]

        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>  [6778575864367e42b894dc054dc750611ce552c4]

        INTEGRATION: CWS impress150 (1.42.62); FILE MERGED 2008/07/21 16:03:49 cl 1.42.62.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c9e471ba41aaaff8cc446998313487b53129cdc9]

        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>  [f9574978660a1f81f22fd4588b6ba7a18415826d]

        INTEGRATION: CWS impress150 (1.9.90); FILE MERGED 2008/07/22 12:52:30 cl 1.9.90.1: #i91932# do not crash if shape has no style

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [5f99d01dc4cd5e2c9efd49936e1d4e6b5b6c39dd]

        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>  [7ebc5b97530fec040aebab0484b109ff80ca31b7]

        INTEGRATION: CWS impress150 (1.80.90); FILE MERGED 2008/07/21 16:18:40 cl 1.80.90.1: #i91930# disable auto refresh feature

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [d967f2fe276a849b40bbd5df09cbc952ccd85c9c]

        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>  [f24d548a123eb394efc74df6f62684bb9c95b6f3]

        INTEGRATION: CWS impress150 (1.53.60); FILE MERGED 2008/07/21 14:52:31 cl 1.53.60.1: #i91807# create correct undo actions when combining paragraphs

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [95640e9e62ba5709a606167f737b0b5da15f79ea]

        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>  [5593ad593339b4b4fee903c0f39a2c4c593a6ef8]

        INTEGRATION: CWS impress150 (1.69.62); FILE MERGED 2008/07/22 12:38:19 cl 1.69.62.1: #i91926# fix indents for older documents in 2.x and 3.0 beta1

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3dc216bf3a8ac3e0c561384f0447f822b0d3c7e1]

        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>  [57722420fcd0c59debfd8bdda2cc31c14a0ffbc1]

        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>  [2e003a3de2351fad34a7de61a0cbc0a3d4309680]

        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>  [dc56780244c87e92f02be9ae9b0e2feb84dca9f7]

        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>  [1dce4d33e4c5a0866d4c5d9f23ef24a3647ffaab]

        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>  [b3c3e227c751b3ba3153c0798730e9b3eb4f8453]

        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>  [966f1c98f4ec7986119d49f0c0385ec7c65646ee]

        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>  [a9ea9d0f1a7102ec60a0ef52c0fc57902ce09405]

        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>  [d092c1595baabffbf679470f9af8a80632867115]

        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>  [8892006524bc5c2bfd25d5641a721c67822673d9]

        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>  [90cb9cbc6b6fca79af3bb6f1ca792e4543bc2403]

        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>  [d19d8392d10fe3ef79c761554718e7e6a38b0de5]

        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>  [b1a566f7cca8e62b6fde4edb4d4e987380466788]

        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>  [0351de75e32b8e3153fab981e90af46c61b525c6]

        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>  [ad8e622ed6d9dc8615fe86576f01694de4786c1d]

        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>  [aaa2f4d0c5a33f7d7991900d21138b16a9d6ea7c]

        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>  [e7e0dd9ed5149f74ed067b7520aad72f172f781f]

        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>  [ca96f6e3c263cb769b44051b481ff01166a4ad51]

        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>  [a51314a263b4a0c06cfb4bd97eceaeda2414c056]

        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>  [e8ec28eace6f3e68d9c5380152defa373baf23d3]

        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>  [ad039ae3cfdf5a077980233357285ad9fb3bd960]

        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>  [7dccbe87742d889e7d9891512fccede96036676d]

        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>  [e143f2ce1fa8952a887a321103cf970e2d75dfc8]

        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>  [d91be266f955b51025083a304b9734de26542269]

        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>  [25b10379dfb9e33f4a4fa1e8c039d3a5745b5df4]

        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>  [c6743431be0edf2978c1fd20872bbd3c6c90e3a7]

        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>  [81dc2507847936f4274d876b3f9d5d047f9eef62]

        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>  [2080908e8f2f4db2c381b9240d1983026b2c4bbb]

        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>  [442c5b8bd61ccd3b0d5ee861b8ec71ecd9ab11ae]

        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>  [704ed88d2f0c7e4fede5ed1546e627dbdb6c8f0f]

        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>  [12928e9c3098360c27f3c541017a3ae28000d266]

        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>  [cb51344de8fe1947b1c727ccf17305bcfef92d34]

        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>  [45bcea80a8655159b94fcdb68d11c80c78ff82df]

        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>  [5551636fb216f7aeb9314fd5ee4f40cf43bfb6d8]

        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>  [e4fd2bcfd265dd2af9f163bbf8f380919774805c]

        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>  [ba257c16a474b451c4e884c5fc21e7f4ef7a7635]

        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>  [061bd6db5a57c793ac007a925b30487c7cb6c8ba]

        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>  [607fffe6eacdea3216f385aba0d0cb3dcdd5fc19]

        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>  [71c04165899589453f58822db007749ddf793865]

        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>  [8ee4e2c62f960b41cb7cc746f26b2b97bab9ea00]

        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>  [867379ba09214f8acbcccf23fc2416d3310a8ade]

        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>  [cfd02098c11b124282ab6bc1081b843481740ed2]

        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>  [1ca31f5c53e65fa21fea8e38616eaebfb13e81f8]

        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>  [af63c52a68ad07b19327e898a8b07a6e3788874d]

        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>  [5c7418b95a6e25f2b410411e4ad478912b7892dc]

        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>  [cbf50c58108baec0c2d99c766d2e4ef4651e4aed]

        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>  [bb6386eae67abc10167a9e7f8255479a8b54a733]

        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>  [385ddd3ae89f324e123d83bacc3b818cc4db786d]

        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>  [c789a5e37894696f57a73b07f40c9f1c09688019]

        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>  [ab09ec4dbe25c662bbdb3335d117ba87637d381e]

        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>  [192607bcd0e265861dbf2547ae1aeabdfa35e995]

        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>  [2dce9531d559af33f11840afae04934b008a5b12]

        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>  [cea87e44c33a444f81b0678150b6a82629238675]

        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>  [79b088a81f48a72ebc2eb5b6fce11439a9085a0d]

        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>  [f80f1f47f2ec576f5c5eab90145a899e382830c5]

        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>  [12cbde1c95be6720f03d2f95b1850cc468d61aa0]

        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>  [371e7c1e53a37614511ae069b5f2a692f0630e13]

        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>  [4922983c8685b0d0a435547362885f6ffe7b4962]

        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>  [87252b2a868d0823b24e60e7a73cef6c3eee747f]

        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>  [9824949ef4ddbbf8aaa0709f31e33bd2274ceb75]

        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>  [3fba1263e373e017db5b5dacaba7cdb6fa5a8a02]

        INTEGRATION: CWS pba11y02 (1.4.48); FILE MERGED 2008/07/24 14:46:53 pb 1.4.48.1: fix: #i73746# fillAllControls(); parameter changed

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [e54f1e08ef1863129e035845454ebb559ec06a14]

        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>  [de18bb5be63c333f082c111cd05d3cea452471d6]

        INTEGRATION: CWS pba11y02 (1.8.48); FILE MERGED 2008/07/24 14:51:33 pb 1.8.48.1: fix: #i73746# fillAllControls(); parameter changed

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2f69ea32ce9a16cbafe8b45ba511f854b3490311]

        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>  [54d8bc937b196a82cd26d89b02afcf9906739e9f]

        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>  [5f52aa80fb2cb3699f055b6ab43e97128f3c0e82]

        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>  [4be5fd02582166d05e176d182f8059bb0d87d222]

        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>  [6acafd07b525fdb763a329e06d7c2ac07390b4ae]

        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>  [c3ae19e9f5acae24862cdecb496dcb8b274542b7]

        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>  [70b745ce97533889350736c2eafd720cfdd7c70a]

        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>  [675fa3774d2bbd709ae907f92facde45f3a12e0b]

        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>  [af12f0b8cdd10a39b7bd5a9d11d8782e48593f28]

        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>  [2be15638385caaca8d339e3444f4566ae1b2cb27]

        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>  [f0c25f4dda881a82b195e120387746cc2447b9e2]

        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>  [4134e62e0116d5f51251e1282c68045e2ac7956d]

        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>  [6bc3367515a8e8f0bf303f03382547c5ebb8cc02]

        #i10000# binfilter depends on langtemplates.

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [96851f51aef875bd5abf1f8dfdb248a0df04057e]

        INTEGRATION: CWS vcl91 (1.240.6); FILE MERGED 2008/07/22 10:49:20 hdu 1.240.6.3: regenerated 2008/07/16 09:10:57 pl 1.240.6.2: RESYNC: (1.240-1.242); FILE MERGED 2008/07/15 21:41:24 thb 1.240.6.1: #i90809# Make RandR linking/dlopening controllable via configure flags

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c2a9afc4d28b0f04e41f2582f5314b226b2c7a3e]

        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>  [8f036395213cba55d72c2bd12e6e9c5db7432ff7]

        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>  [3c0960ee87c29652dd99202f77c73939e16a7bf5]

        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>  [9b2fc28fc430106ecea3edc8ea75632d2c87315d]

        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>  [1d9ad7f185ceb02e6e4f839f7ce7827a4ff76120]

        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>  [2965064fd1c998bc0f0dac85108d4ec8f09bc987]

        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>  [d94b325dcc35a4bc68ff7b9edfadc585e73651c0]

        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>  [d424839d003fef1a25e50f02c58d48844ac2e3ba]

        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>  [0cb6bd9e75c0b3e65d0033e5bcd0f1aa12e4efba]

        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>  [b2e690a1ae7bbc863a609cb212d3f584905aa588]

        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>  [02d2ca1fcdb878ed3fca6d98944cd51653f75c9d]

        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>  [885bdf25bd12d110cfb4da8a3a7617c583ce0c43]

        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>  [8b9e7ae57a50ddc9ca0b2a36b0e81d2727b6ef06]

        INTEGRATION: CWS vcl91 (1.9.8); FILE MERGED 2008/07/21 12:56:25 pl 1.9.8.1: #i91865# prevent recursion

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [3651be747f96d9a6d51fe041c09c887480b620cb]

        INTEGRATION: CWS vcl91 (1.50.86); FILE MERGED 2008/07/14 14:04:40 pl 1.50.86.1: #i91419# send as pdf

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [1fc11c212f511303fe391b0b706db1ba73edf685]

        INTEGRATION: CWS vcl91 (1.52.26); FILE MERGED 2008/07/18 12:56:58 pl 1.52.26.1: #i91791# fix index problem

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [d85c137f9b6c868f8cfc9282be4859889c826fce]

        INTEGRATION: CWS vcl91 (1.192.6); FILE MERGED 2008/07/16 09:09:35 pl 1.192.6.2: RESYNC: (1.192-1.193); FILE MERGED 2008/07/15 21:41:28 thb 1.192.6.1: #i90809# Make RandR linking/dlopening controllable via configure flags

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [16c2cb18324981a612b023183476439ba931f0ae]

        INTEGRATION: CWS vcl91 (1.273.4); FILE MERGED 2008/07/16 09:11:27 pl 1.273.4.2: RESYNC: (1.273-1.275); FILE MERGED 2008/07/15 21:41:28 thb 1.273.4.1: #i90809# Make RandR linking/dlopening controllable via configure flags

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [062f677b9f24796946309ba603f56b2d690dccd5]

        INTEGRATION: CWS vcl91 (1.2.4); FILE MERGED 2008/07/18 13:41:56 va 1.2.4.1: #i91802# Corrected 'Set Reminder" Icon in Navigator. Issue number: Submitted by: Reviewed by:

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [755140777dfc161b88ec2b55580584e7ad844c8b]

        INTEGRATION: CWS vcl91 (1.8.34); FILE MERGED 2008/07/15 16:14:39 pl 1.8.34.1: #b6724906# fix a remnant of version removal

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bc462f4632d66853c62aa29f79c691bb605fffb3]

        INTEGRATION: CWS ause091 (1.236.6); FILE MERGED 2008/07/25 15:29:25 hjs 1.236.6.3: #i92050# - create *minor.mk in a mp safe way - no output tree in solenv! 2008/07/25 11:26:36 hjs 1.236.6.2: #i92130# normalize output filename before passing it over to xsltproc 2008/07/24 17:14:28 hjs 1.236.6.1: #i92050# - create *minor.mk in a mp safe way - no output tree in solenv!

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [7c94d46871f9992e677d1e18dc7b3f3021373e3d]

        INTEGRATION: CWS ause091 (1.40.20); FILE MERGED 2008/07/29 14:29:36 hjs 1.40.20.7: #i92137# - remove debug changes 2008/07/29 10:05:23 hjs 1.40.20.6: #i92140# fix condition; reset variable 2008/07/28 14:28:12 hjs 1.40.20.5: #i92139# - default to archive format for packing on development cws 2008/07/25 15:23:37 hjs 1.40.20.4: #i92145# - this time ../lib vanishes from LD_LIBRARY_PATH 2008/07/25 14:54:52 hjs 1.40.20.3: #i92137# - change language default 2008/07/23 10:25:27 hjs 1.40.20.2: #158257# - remove more /usr/local/lib 2008/07/23 10:23:09 hjs 1.40.20.1: #158257# - remove /usr/local/lib from LD_LIBRARY_PATH

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4a8072eaada95f447790c77ba29edc0f1fd12708]

        INTEGRATION: CWS ause091 (1.34.4); FILE MERGED 2008/07/29 12:24:11 kz 1.34.4.1: #i92140# add support for archive packformat on linux

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [062bf51fb930f99a1ff646c6df6001557d547d23]

        INTEGRATION: CWS ause091 (1.90.6); FILE MERGED 2008/07/28 14:28:59 hjs 1.90.6.2: #i92139# - default to archive format for packing if FORCE2ARCHIVE is set 2008/07/25 15:48:36 hjs 1.90.6.1: #i92138# all there but with broken syntax

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f1f04dfaff701cfcbc3dbb7a6366526954d61b4c]

        INTEGRATION: CWS ause091 (1.9.62); FILE MERGED 2008/07/23 14:25:19 hjs 1.9.62.1: #i92044# - do not relay on intermediate files

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [7ac18293c48ec1864dc9d2f8851f71ba42c1b130]

        INTEGRATION: CWS ause091 (1.2.1764); FILE MERGED 2008/07/24 16:08:08 hjs 1.2.1764.1: #i92050# - create *minor.mk in a mp safe way

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6027f452bad2119c10a99d90b23503de47b9213a]

        INTEGRATION: CWS ause091 (1.11.4); FILE MERGED 2008/07/23 14:23:08 hjs 1.11.4.1: #i92044# - do not relay on intermediate files

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f82e8cea88aa0b563824f819e3e9146a5bd02674]

        INTEGRATION: CWS ause091 (1.21.4); FILE MERGED 2008/07/25 11:26:36 hjs 1.21.4.1: #i92130# normalize output filename before passing it over to xsltproc

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [c8ff384377b9c14b1fed95732eb8aebebcafa5a9]

        INTEGRATION: CWS ause091 (1.209.10); FILE MERGED 2008/07/24 17:17:20 hjs 1.209.10.1: #i91841 - move wntmsci10 debug process limiting to settings.mk

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bb8304c176e25ebe718621766cfaa37af75b70af]

        INTEGRATION: CWS ause091 (1.101.14); FILE MERGED 2008/07/28 16:13:59 hjs 1.101.14.2: #i92204# - different tmp dirs for pro and nonpro 2008/07/23 14:23:08 hjs 1.101.14.1: #i92044# - do not relay on intermediate files

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [4acbd9b1d089c8ae46c59c0436389952e7540b61]

        INTEGRATION: CWS ause091 (1.87.14); FILE MERGED 2008/07/29 10:05:23 hjs 1.87.14.1: #i92140# fix condition; reset variable

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [950114ca3fc2a80914f32657b81bc20bde7aa5e7]

        INTEGRATION: CWS ause091 (1.45.14); FILE MERGED 2008/07/23 14:24:08 hjs 1.45.14.1: #i92044# - do not relay on intermediate files

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [00754ffbe737a964e68c5b0215d7faa6fb1bbbfd]

        INTEGRATION: CWS ause091 (1.1.2); FILE ADDED 2008/07/24 16:07:55 hjs 1.1.2.1: #i92050# - create *minor.mk in a mp safe way

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [584f393736f34339c9224971dade9ec708cab338]

        INTEGRATION: CWS sb92 (1.14.10); FILE MERGED 2008/07/23 11:09:34 sb 1.14.10.1: #i83545# SOLARIS problem seems to be caused by some std::ifstream::~ifstream bug in STLport-4.0, which appears to be worked around by calling std::ifstream::close

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [516a1896e170cae01e65d3400ddeecd2d5a27440]

        INTEGRATION: CWS sb92 (1.40.22); FILE MERGED 2008/07/23 11:14:18 sb 1.40.22.1: on unxsoli4, /usr/local/lib can pick up a system libxml2.so.2 that is not compatible with the OOo libxslt.so.1 (and according to hjs, /usr/local/lib is not needed at all here)

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [9c0a95e6fa63b200143c0c8caf554b6c064045c7]

        INTEGRATION: CWS chart22 (1.29.2); FILE MERGED 2008/07/30 10:18:15 iha 1.29.2.5: RESYNC: (1.31-1.32); FILE MERGED 2008/06/10 11:12:01 iha 1.29.2.4: RESYNC: (1.30-1.31); FILE MERGED 2008/04/17 11:30:30 iha 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2008/02/21 18:00:28 iha 1.29.2.2: #i65549# Plotting of missing values 2008/02/21 17:02:09 iha 1.29.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [d06946c3634f9c2e928dff28d60a33f84dbe4f7b]

        INTEGRATION: CWS chart22 (1.43.2); FILE MERGED 2008/06/10 11:11:57 iha 1.43.2.3: RESYNC: (1.44-1.46); FILE MERGED 2008/04/17 11:30:26 iha 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2008/02/21 17:03:05 iha 1.43.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [236a72d7681f75814ef4addec478e4b03c51df56]

        INTEGRATION: CWS chart22 (1.7.2); FILE MERGED 2008/04/17 11:30:33 iha 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/12 13:19:01 iha 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/21 17:02:36 iha 1.7.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [7ce8e4105a13e93a025b2f3dad1e7342e43adcf4]

        INTEGRATION: CWS chart22 (1.19.2); FILE MERGED 2008/07/30 10:18:18 iha 1.19.2.3: RESYNC: (1.20-1.21); FILE MERGED 2008/04/17 11:30:20 iha 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2008/02/21 17:01:38 iha 1.19.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f21054e4e48711d4e54b32b950e5a8ff992c98f2]

        INTEGRATION: CWS chart22 (1.13.40); FILE MERGED 2008/04/17 11:30:23 iha 1.13.40.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/21 17:00:41 iha 1.13.40.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6a65be2a0743d8cd2ed1fde7e368b0ef1e3d322b]

        INTEGRATION: CWS chart22 (1.23.26); FILE MERGED 2008/04/17 11:30:17 iha 1.23.26.2: RESYNC: (1.23-1.24); FILE MERGED 2008/02/21 17:05:25 iha 1.23.26.1: #i65549# Plotting of missing values + corrected zero plotting

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cb302f01fff005bcdb8ea86ae4a9bbf03cea25d2]

        INTEGRATION: CWS chart22 (1.52.26); FILE MERGED 2008/04/17 11:30:14 iha 1.52.26.2: RESYNC: (1.52-1.53); FILE MERGED 2008/02/21 17:03:51 iha 1.52.26.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ee3c86f64633611a3a765d79867cb25e306fa1f0]

        INTEGRATION: CWS chart22 (1.14.26); FILE MERGED 2008/06/10 11:12:11 iha 1.14.26.4: RESYNC: (1.17-1.18); FILE MERGED 2008/04/17 11:30:40 iha 1.14.26.3: RESYNC: (1.15-1.17); FILE MERGED 2008/03/12 13:18:58 iha 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED 2008/02/21 16:56:41 iha 1.14.26.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [84412de2e2c740ad442437f0cb2fd4754f22c2b0]

        INTEGRATION: CWS chart22 (1.18.2); FILE MERGED 2008/06/10 11:12:14 iha 1.18.2.4: RESYNC: (1.20-1.21); FILE MERGED 2008/04/17 15:44:30 iha 1.18.2.3: corrected mergeconflicts after resync 2008/04/17 11:30:37 iha 1.18.2.2: RESYNC: (1.18-1.20); FILE MERGED 2008/02/21 16:55:28 iha 1.18.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [80e78e1af2a2e4450308697dd0ee4857affde5c4]

        INTEGRATION: CWS chart22 (1.9.40); FILE MERGED 2008/04/17 11:30:46 iha 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/21 16:57:31 iha 1.9.40.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [8347d8363af13717f86c913490305d710a2872a2]

        INTEGRATION: CWS chart22 (1.18.40); FILE MERGED 2008/07/30 10:18:26 iha 1.18.40.3: RESYNC: (1.20-1.21); FILE MERGED 2008/04/17 11:30:49 iha 1.18.40.2: RESYNC: (1.18-1.20); FILE MERGED 2008/02/21 16:58:13 iha 1.18.40.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [2649239416c939259ec3b015acfd47c01e273b69]

        INTEGRATION: CWS chart22 (1.21.2); FILE MERGED 2008/06/10 11:12:21 iha 1.21.2.3: RESYNC: (1.22-1.24); FILE MERGED 2008/04/17 11:30:43 iha 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2008/02/21 16:53:21 iha 1.21.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ae39c2194d989583ca294299911054fcf3225061]

        INTEGRATION: CWS chart22 (1.5.2); FILE MERGED 2008/04/17 11:30:58 iha 1.5.2.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/12 13:19:05 iha 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/21 16:59:19 iha 1.5.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b11c19e506ccd608a1655eba94b08115e4ae96ce]

        INTEGRATION: CWS chart22 (1.6.26); FILE MERGED 2008/06/10 11:11:50 iha 1.6.26.3: RESYNC: (1.8-1.9); FILE MERGED 2008/04/17 11:30:52 iha 1.6.26.2: RESYNC: (1.6-1.8); FILE MERGED 2008/02/21 16:55:59 iha 1.6.26.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [03a9eccaa7ca6458941c976a07498b92728f6f94]

        INTEGRATION: CWS chart22 (1.13.2); FILE MERGED 2008/06/10 11:11:47 iha 1.13.2.3: RESYNC: (1.14-1.15); FILE MERGED 2008/04/17 11:30:55 iha 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/21 16:54:49 iha 1.13.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [fefca351e47279f542bb1fb04b0e40b6793caad5]

        INTEGRATION: CWS chart22 (1.5.2); FILE MERGED 2008/04/17 11:30:10 iha 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/21 17:06:56 iha 1.5.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [0dbab53b646bff5ce8678c0eb4fc8e0f6df7e16d]

        INTEGRATION: CWS chart22 (1.7.2); FILE MERGED 2008/06/10 11:12:04 iha 1.7.2.4: RESYNC: (1.9-1.10); FILE MERGED 2008/04/17 11:30:06 iha 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/12 13:18:52 iha 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/21 17:07:28 iha 1.7.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [92d27daab5ba1298d8decdb7a30670a7a9b54e69]

        INTEGRATION: CWS chart22 (1.9.2); FILE MERGED 2008/04/17 11:29:55 iha 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/12 13:18:34 iha 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/21 17:09:10 iha 1.9.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [22a45019d5ffc03ec15d0ed6ceb09f915618bc7d]

        INTEGRATION: CWS chart22 (1.4.2); FILE MERGED 2008/04/17 11:29:51 iha 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:06:14 iha 1.4.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [26a1b0d70b7c41034c3555a874fec8d092807e83]

        INTEGRATION: CWS chart22 (1.7.46); FILE MERGED 2008/04/17 11:29:41 iha 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/21 17:14:06 iha 1.7.46.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [aa6758ae7ffb131617da23ad0293fa0131861dfe]

        INTEGRATION: CWS chart22 (1.4.46); FILE MERGED 2008/04/17 11:29:49 iha 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:12:37 iha 1.4.46.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a459bb7d63c8102d6ecdea4afda6153dd8453687]

        INTEGRATION: CWS chart22 (1.9.46); FILE MERGED 2008/04/17 11:29:35 iha 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/21 17:13:32 iha 1.9.46.1: #i65549# Plotting of missing values + cleanuo

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [db120026706e87721b9e5e1efb10bf1c4f9af4e9]

        INTEGRATION: CWS chart22 (1.21.2); FILE MERGED 2008/04/17 11:29:45 iha 1.21.2.3: RESYNC: (1.22-1.23); FILE MERGED 2008/03/12 13:18:42 iha 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2008/02/21 17:10:37 iha 1.21.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f74e7b31fd24cf29072e11df84c9015ba2483f4a]

        INTEGRATION: CWS chart22 (1.5.46); FILE MERGED 2008/04/17 11:29:38 iha 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/21 17:09:45 iha 1.5.46.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bb7da6856cdeca4a806853e09d17b600e248274d]

        INTEGRATION: CWS chart22 (1.13.2); FILE MERGED 2008/06/10 11:12:07 iha 1.13.2.3: RESYNC: (1.15-1.17); FILE MERGED 2008/04/17 11:30:02 iha 1.13.2.2: RESYNC: (1.13-1.15); FILE MERGED 2008/02/21 16:52:22 iha 1.13.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [f3ea7623eea12d679990e35ea870bea7dd328122]

        INTEGRATION: CWS chart22 (1.3.106); FILE MERGED 2008/06/10 11:11:07 iha 1.3.106.4: RESYNC: (1.5-1.7); FILE MERGED 2008/04/17 11:20:00 iha 1.3.106.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 16:42:16 iha 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/21 16:48:00 iha 1.3.106.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [d60ff0523f92f01fdd2b9d5fc06681e7fbfedc31]

        INTEGRATION: CWS chart22 (1.9.4); FILE MERGED 2008/06/10 11:11:11 iha 1.9.4.4: RESYNC: (1.11-1.12); FILE MERGED 2008/04/17 11:20:06 iha 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/12 13:18:08 iha 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/21 16:47:10 iha 1.9.4.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6f67cf9a4bfb87c7ac573aa8650be8f4e4d2110f]

        INTEGRATION: CWS chart22 (1.1.2); FILE ADDED 2008/04/17 13:56:38 iha 1.1.2.2: corrected license header after resync 2008/02/21 16:46:45 iha 1.1.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [70c2bb98baf3069815b4581a44a2c3593be542e4]

        INTEGRATION: CWS chart22 (1.13.472); FILE MERGED 2008/04/17 11:20:03 iha 1.13.472.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/21 16:47:33 iha 1.13.472.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ba6fbf482fbcee5595a6704b222b6b307a9b5d2d]

        INTEGRATION: CWS chart22 (1.116.16); FILE MERGED 2008/07/30 10:14:29 iha 1.116.16.5: RESYNC: (1.121-1.122); FILE MERGED 2008/06/10 11:08:41 iha 1.116.16.4: RESYNC: (1.118-1.121); FILE MERGED 2008/04/17 11:06:56 iha 1.116.16.3: RESYNC: (1.117-1.118); FILE MERGED 2008/04/03 16:41:38 iha 1.116.16.2: RESYNC: (1.116-1.117); FILE MERGED 2008/03/20 12:56:19 iha 1.116.16.1: #i87127# writer table should return nan values instead of zero if applicable

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [63cae6eb1c260dab2f8846467036c3500159def8]

        INTEGRATION: CWS chart22 (1.116.2); FILE MERGED 2008/07/30 10:11:59 iha 1.116.2.6: RESYNC: (1.127-1.130); FILE MERGED 2008/06/10 11:07:52 iha 1.116.2.5: RESYNC: (1.125-1.127); FILE MERGED 2008/04/17 10:12:42 iha 1.116.2.4: RESYNC: (1.123-1.125); FILE MERGED 2008/03/19 14:19:43 iha 1.116.2.3: RESYNC: (1.122-1.123); FILE MERGED 2008/03/12 13:17:48 iha 1.116.2.2: RESYNC: (1.116-1.122); FILE MERGED 2008/02/21 12:23:54 iha 1.116.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [a78affca61b3cf9f4389809d46ae3a17f088cfc8]

        INTEGRATION: CWS chart22 (1.51.70); FILE MERGED 2008/07/30 10:12:07 iha 1.51.70.5: RESYNC: (1.54-1.55); FILE MERGED 2008/06/10 11:07:24 iha 1.51.70.4: RESYNC: (1.53-1.54); FILE MERGED 2008/04/17 10:12:54 iha 1.51.70.3: RESYNC: (1.52-1.53); FILE MERGED 2008/03/12 13:17:38 iha 1.51.70.2: RESYNC: (1.51-1.52); FILE MERGED 2008/02/21 16:50:04 iha 1.51.70.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [bd01e1b96362eb1150ba8e9d5db6084a0e5e23f3]

        INTEGRATION: CWS chart22 (1.30.2); FILE MERGED 2008/07/30 10:12:04 iha 1.30.2.5: RESYNC: (1.33-1.34); FILE MERGED 2008/06/10 11:07:32 iha 1.30.2.4: RESYNC: (1.32-1.33); FILE MERGED 2008/04/17 10:12:49 iha 1.30.2.3: RESYNC: (1.31-1.32); FILE MERGED 2008/03/12 13:17:34 iha 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2008/02/21 16:49:33 iha 1.30.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6e0925385fb881c675b03b00316f1bcc477ed220]

        INTEGRATION: CWS chart22 (1.13.2); FILE MERGED 2008/07/30 10:13:40 iha 1.13.2.6: RESYNC: (1.23-1.26); FILE MERGED 2008/06/10 11:07:18 iha 1.13.2.5: RESYNC: (1.22-1.23); FILE MERGED 2008/04/17 10:13:01 iha 1.13.2.4: RESYNC: (1.20-1.22); FILE MERGED 2008/03/19 14:19:39 iha 1.13.2.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/12 13:17:31 iha 1.13.2.2: RESYNC: (1.13-1.19); FILE MERGED 2008/02/21 12:24:22 iha 1.13.2.1: #i65549# Plotting of missing values

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [27a1dd0ef2aa42ba2881c2132a5ddf324b0be28b]

        INTEGRATION: CWS doccustomproperties2 (1.6.186); FILE MERGED 2008/04/17 05:58:42 pb 1.6.186.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 21:57:35 pb 1.6.186.1: fix: #i86606 ids custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [cbedaba0125f8b6edb952a7b5ff0b969eaebda3d]

        INTEGRATION: CWS doccustomproperties2 (1.30.86); FILE MERGED 2008/04/17 05:58:39 pb 1.30.86.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/06 21:58:35 pb 1.30.86.1: fix: #i86606 ids custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [09201e4b3fd4105b82102555a9a82f69f25db72d]

        INTEGRATION: CWS doccustomproperties2 (1.40.4); FILE MERGED 2008/06/19 07:56:56 pb 1.40.4.3: RESYNC: (1.41-1.42); FILE MERGED 2008/04/17 05:58:36 pb 1.40.4.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/06 21:56:09 pb 1.40.4.1: fix: #i86606 dinfdlg.obj now an exception file

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [49e8c12f0842fef8be219a5b57d4ecc80866fcdc]

        INTEGRATION: CWS doccustomproperties2 (1.53.88); FILE MERGED 2008/04/17 05:58:32 pb 1.53.88.3: RESYNC: (1.53-1.54); FILE MERGED 2008/03/07 06:31:36 pb 1.53.88.2: fix: #i86606 added list of predefined property names 2008/03/06 21:55:06 pb 1.53.88.1: fix: #i86606 custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [629c7d30473aeba39f4c4eb8abc3dfa3891c67a2]

        INTEGRATION: CWS doccustomproperties2 (1.6.232); FILE MERGED 2008/04/17 05:58:29 pb 1.6.232.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 21:54:06 pb 1.6.232.1: fix: #i86606 custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [ed114def09e983ef133240b50efbc9475b7563ff]

        INTEGRATION: CWS doccustomproperties2 (1.43.4); FILE MERGED 2008/04/17 05:58:26 pb 1.43.4.8: RESYNC: (1.43-1.44); FILE MERGED 2008/04/10 10:04:25 pb 1.43.4.7: fix: #i86606# 64-bit-clean (the second) 2008/03/12 17:43:49 pb 1.43.4.6: fix: #i86606# 64-bit-clean 2008/03/10 11:42:44 pb 1.43.4.5: fix: #i86606# IsLineValid() doesn't need parameter bIsEmptyValueAllowed any longer 2008/03/10 10:58:50 pb 1.43.4.4: fix: #i86606# SfxCustomPropertiesPage::Reset() calls ClearAllLines() 2008/03/07 08:38:14 pb 1.43.4.3: fix: #i86606 OK fixed 2008/03/07 05:54:38 pb 1.43.4.2: fix: #i86606 syntax error fixed 2008/03/06 21:52:32 pb 1.43.4.1: fix: #i86606 custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [694d2730240e74cbfebf36c6dd35de8a0060b2db]

        INTEGRATION: CWS doccustomproperties2 (1.2.250); FILE MERGED 2008/04/17 05:58:20 pb 1.2.250.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/10 07:23:08 pb 1.2.250.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 21:45:12 pb 1.2.250.1: fix: #i86606# TP_CUSTOMPROPERTIES added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [b3db64977b42b77be01d59beef309150cbcaecbe]

        INTEGRATION: CWS doccustomproperties2 (1.5.4); FILE MERGED 2008/04/17 05:58:16 pb 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2008/03/10 11:40:52 pb 1.5.4.3: fix: #i86606# IsLineValid() doesn't need parameter bIsEmptyValueAllowed any longer 2008/03/10 10:56:27 pb 1.5.4.2: fix: #i86606# ClearAllLines() added 2008/03/06 21:48:31 pb 1.5.4.1: fix: #i86606 custom properties page added

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [fdfa4adabb2db139ec94d30bae1d1d806de6db69]

        INTEGRATION: CWS doccustomproperties2 (1.1.2); FILE ADDED 2008/03/06 21:41:51 pb 1.1.2.1: fix: #i86606# new image: delete custom property row

2008-07-30  Rüdiger Timm  <rt@openoffice.org>  [6a1b4c32078dd1e1e25f12e4db48f9c8e621fc8b]

        INTEGRATION: CWS doccustomproperties2 (1.1.2); FILE ADDED 2008/03/06 21:41:39 pb 1.1.2.1: fix: #i86606# new image: delete custom property row

2008-07-29  Kurt Zenker  <kz@openoffice.org>  [600c9510daa1e645383ad8e5df13f8f85b778d46]

        #i91025# patch fix build break

2008-07-29  Kurt Zenker  <kz@openoffice.org>  [cdf71f09ae12e0ec8928e0e7527a75664125a330]

        #i87518# patch fix --enable-reportdesign

2008-07-28  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c26ee0ef5f20183afbdd8af7796b4fc0ce4a89df]

        #i91376# - fix fetching java version

2008-07-28  Mathias Bauer  <mba@openoffice.org>  [efaa520b160452c43542c88d60b3419908c41322]

        #i92212#: new profile names

2008-07-26  Oliver Bolte  <obo@openoffice.org>  [cee47d2751e71e1edd6ae5a3b94ddb12e402d8a0]

        DEV300

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [07553af076dea0acbe36f4f3989575c30de20df0]

        INTEGRATION: CWS localisation29 (1.46.84); FILE MERGED 2008/07/14 16:50:25 vg 1.46.84.2: #i52975#,#i87989#,#i87994#,#i85486#,#i81177#,#i56024#,#i85700#,#i90333#,#i87976#,#i91388#,#i91317#,#i61734#,#i87984#,#i80503#,#i89100#,#i87993#,#i87982#,#i91030#,#i91228#,#i76701#,#i90330#,#i85699#,#i87995#,#i88000#,#i81671#,#i79805#,#i85655#,#i87980#,#i77223#,#i91096#,#i91176#,#i87990#,#i87973#,#i89705#,#i85704#,#i90375#,#i91095#,#i91219#,#i64726#,#i85145#,#i90303#,#i91363#,#i82089#,#i90331#,#i87983#,#i87986#,#i85695#,#i85651#,#i83821#,#i81419#,#i90327#,#158183#,#i91418#,#i80812#,#i85703#,#i91302#,#i91221#,#i76172#,#i87988#,#i87760#,#i91085#,#i87981#,#i85694#,#i84900#,#i91381#,#i89617#,#i80523#,#i62571#,#i85652#,#i62701#,#i91257#,#i91040#,#i91029#,#i91256#,#i91222#,#i91356#,#i91261#,#i87997#,#i88441#,#i91341#,#i87203#,#i89014#,#i87996#,#i85653#,#i88444#,#i91354#,#i91413#,#i90223#,#i82093# localisation for OOo 3.0 final 2008/07/14 10:57:16 vg 1.46.84.1: #i52975#,#i87989#,#i87994#,#i85486#,#i81177#,#i56024#,#i85700#,#i90333#,#i87976#,#i91388#,#i91317#,#i61734#,#i87984#,#i80503#,#i89100#,#i87993#,#i87982#,#i91030#,#i91228#,#i76701#,#i90330#,#i85699#,#i87995#,#i88000#,#i81671#,#i79805#,#i85655#,#i87980#,#i77223#,#i91096#,#i91176#,#i87990#,#i87973#,#i89705#,#i85704#,#i90375#,#i91095#,#i91219#,#i64726#,#i85145#,#i90303#,#i91363#,#i82089#,#i90331#,#i87983#,#i87986#,#i85695#,#i85651#,#i83821#,#i81419#,#i90327#,#158183#,#i91418#,#i80812#,#i85703#,#i91302#,#i91221#,#i76172#,#i87988#,#i87760#,#i91085#,#i87981#,#i85694#,#i84900#,#i91381#,#i89617#,#i80523#,#i62571#,#i85652#,#i62701#,#i91257#,#i91040#,#i91029#,#i91256#,#i91222#,#i91356#,#i91261#,#i87997#,#i88441#,#i91341#,#i87203#,#i89014#,#i87996#,#i85653#,#i88444#,#i91354#,#i91413#,#i90223#,#i82093# localisation for OOo 3.0 final

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e71bb27243d29b4ce0abe7ec5ce964e83d5f37b5]

        INTEGRATION: CWS localisation29 (1.22.48); FILE MERGED 2008/07/15 11:21:10 vg 1.22.48.2: #i52975#,#i87989#,#i87994#,#i85486#,#i81177#,#i56024#,#i85700#,#i90333#,#i87976#,#i91388#,#i91317#,#i61734#,#i87984#,#i80503#,#i89100#,#i87993#,#i87982#,#i91030#,#i91228#,#i76701#,#i90330#,#i85699#,#i87995#,#i88000#,#i81671#,#i79805#,#i85655#,#i87980#,#i77223#,#i91096#,#i91176#,#i87990#,#i87973#,#i89705#,#i85704#,#i90375#,#i91095#,#i91219#,#i64726#,#i85145#,#i90303#,#i91363#,#i82089#,#i90331#,#i87983#,#i87986#,#i85695#,#i85651#,#i83821#,#i81419#,#i90327#,#158183#,#i91418#,#i80812#,#i85703#,#i91302#,#i91221#,#i76172#,#i87988#,#i87760#,#i91085#,#i87981#,#i85694#,#i84900#,#i91381#,#i89617#,#i80523#,#i62571#,#i85652#,#i62701#,#i91257#,#i91040#,#i91029#,#i91256#,#i91222#,#i91356#,#i91261#,#i87997#,#i88441#,#i91341#,#i87203#,#i89014#,#i87996#,#i85653#,#i88444#,#i91354#,#i91413#,#i90223#,#i82093# localisation for OOo 3.0 final 2008/07/14 13:01:13 vg 1.22.48.1: #i52975#,#i87989#,#i87994#,#i85486#,#i81177#,#i56024#,#i85700#,#i90333#,#i87976#,#i91388#,#i91317#,#i61734#,#i87984#,#i80503#,#i89100#,#i87993#,#i87982#,#i91030#,#i91228#,#i76701#,#i90330#,#i85699#,#i87995#,#i88000#,#i81671#,#i79805#,#i85655#,#i87980#,#i77223#,#i91096#,#i91176#,#i87990#,#i87973#,#i89705#,#i85704#,#i90375#,#i91095#,#i91219#,#i64726#,#i85145#,#i90303#,#i91363#,#i82089#,#i90331#,#i87983#,#i87986#,#i85695#,#i85651#,#i83821#,#i81419#,#i90327#,#158183#,#i91418#,#i80812#,#i85703#,#i91302#,#i91221#,#i76172#,#i87988#,#i87760#,#i91085#,#i87981#,#i85694#,#i84900#,#i91381#,#i89617#,#i80523#,#i62571#,#i85652#,#i62701#,#i91257#,#i91040#,#i91029#,#i91256#,#i91222#,#i91356#,#i91261#,#i87997#,#i88441#,#i91341#,#i87203#,#i89014#,#i87996#,#i85653#,#i88444#,#i91354#,#i91413#,#i90223#,#i82093# localisation for OOo 3.0 final

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [965a63f86e621b6aacb992df0b60d9d2056c6c0a]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:37:32 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c53b5647bf0ce2d6069d02853814dc5e1d329a8f]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:43 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e68e7662d87055f7608d9e31e5a7092518a259c4]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:42 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [cba34e39667d15846bbfde7af85a08ddc5b261cb]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:42 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ba92edf3361c1f01174c8c5127803178edfa7a3a]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:41 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d70c1794bc2a0fb0a079f73a00a3e56c42f8ca4f]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:40 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2ee6e9949a1a300a14194865d9038796fe73b901]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:38 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b1b0f326d34a436f4b0cd3dfc8d5bfc6fa42288a]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:39 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ba582c84e24cf913f4196e07165c736433f7ef13]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:41 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [567b74da42f050ee595b8b3ce77983c3294d3226]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:41 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e9ba45f36bc253d7e3308104cc07e27d33bc6c98]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:40 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3f996405f244ae84adc248903b7f901cff63f51d]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:39 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [f10579115962effbe12c0db6fb3369c021bda451]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:36 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [5613b8cc411a87b53a379f7cc8ea6b8e4c372711]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:37 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [8ff764723d06c2e2af480c0e0933105c912109b6]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:38 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [8c57c396ae40674e587537ea0a2aef15db232b8a]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:35 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a01b570d736a84a2c11e30565204b96bfcde6a85]

        #i91376# - not required for gcj builds >=4.1.1

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d60758fc4c8541118b6511eb59319a046426a3fc]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:37 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ff9521fd9d5a9fcdd8e443021add46c3eb0b7152]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:34 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e2ca5d4c91a2df6acbf8d19e6eef9ed4f93cbfa4]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:32 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3ae751c0f07ff4bfa00f52a311581a79db570651]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:33 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [096014235da902e4c3aa83d4ca9acaf7d779226c]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:37 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [25a69d8ae33dd7d4d0f8f3b8d8352ca29aaa425d]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:36 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c63f56cf9e0bbe455e059edf3fde5e70abe65e21]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/08 14:10:31 vg 1.1.2.1: #i91085# vietnamese templates

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [dc4ce5fd608c37f2e7d4901780d7870a5e376806]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:35 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6ce86b60183a329379245d16f2c6cc60d89e6149]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:37:18 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [7550b5243b95bc6bebc6273dd49dc92fca0028e7]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/09 10:28:16 vg 1.1.2.1: #i91040#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [da9092adad306b1a0cf33e2bbe47319d6eab6de2]

        INTEGRATION: CWS localisation29 (1.1.2); FILE ADDED 2008/07/10 16:58:34 vg 1.1.2.1: #i84900# templates for Basque

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [bd53b5e9eaa54ecc04171564e4a599a614f65a61]

        #i92093# Editbutton does not work

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [77c296ba55a5e91a7b016641fdecd143455e57aa]

        INTEGRATION: CWS fwk93 (1.41.12); FILE MERGED 2008/07/17 07:44:36 cd 1.41.12.1: #i91639# Dispose controller and afterward remove item window from toolbox

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [66cc159985778f55572a380ab95ef7d9d7cc4bb7]

        INTEGRATION: CWS socs17 (1.64.18); FILE MERGED 2008/07/22 13:58:46 tkr 1.64.18.1: #158228# license text added

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [9802ee93a64976dec82293fe2d240a1a6a5c968b]

        INTEGRATION: CWS socs17 (1.114.32); FILE MERGED 2008/07/22 13:58:46 tkr 1.114.32.1: #158228# license text added

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [fabaa9775ed44dd8fdf84d0514f468f6e61dcee9]

        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>  [f2ccfe871113a11f5c521088185e0ea84e8cc6a4]

        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>  [849f618270da313f9339dda29a9f35938434c91d]

        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>  [a30291f2a1f52333d919c5178404ed35da3b7a96]

        INTEGRATION: CWS cmcfixes46 (1.95.80); FILE MERGED 2008/07/14 08:32:56 cmc 1.95.80.2: RESYNC: (1.95-1.96); FILE MERGED 2008/05/27 15:48:02 cmc 1.95.80.1: #i89002# only copy whats missing, i.e. retain info that we are a symbol font

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [34227dacbf8557ed2d0eecbb8ead77a5dd5e4ad3]

        INTEGRATION: CWS cmcfixes46 (1.35.4); FILE MERGED 2008/07/14 09:25:46 cmc 1.35.4.3: remove unused icu foo 2008/07/14 08:32:25 cmc 1.35.4.2: RESYNC: (1.35-1.37); FILE MERGED 2008/06/03 09:26:55 cmc 1.35.4.1: #i83545# lets try this fix

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [852798b5159464237b34a317969ef466f15516e2]

        INTEGRATION: CWS cmcfixes46 (1.14.6); FILE MERGED 2008/07/14 09:25:45 cmc 1.14.6.1: remove unused icu foo

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e75909eeb54a30f68590239877a62691bafbda44]

        INTEGRATION: CWS cmcfixes46 (1.267.2); FILE MERGED 2008/07/14 08:32:11 cmc 1.267.2.3: RESYNC: (1.269-1.275); FILE MERGED 2008/06/03 10:13:53 cmc 1.267.2.2: RESYNC: (1.267-1.269); FILE MERGED 2008/05/26 10:17:05 cmc 1.267.2.1: #i89956# support icu 4.0

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [926234f45de7ee89ad7cd236183e94078e098844]

        INTEGRATION: CWS cmcfixes46 (1.234.2); FILE MERGED 2008/07/14 08:31:51 cmc 1.234.2.4: RESYNC: (1.236-1.242); FILE MERGED 2008/06/03 11:01:12 cmc 1.234.2.3: update configure 2008/06/03 10:13:16 cmc 1.234.2.2: RESYNC: (1.234-1.236); FILE MERGED 2008/05/26 10:17:00 cmc 1.234.2.1: #i89956# support icu 4.0

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2e3c43d9e93e32cb239080b4aebf8f5f51ae279f]

        INTEGRATION: CWS cmcfixes46 (1.9.22); FILE MERGED 2008/05/26 16:21:55 cmc 1.9.22.1: #i58385# fix up for 64bit

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [67f3cc6dc82e8e65b81071f9e322e9dbfac33f3a]

        INTEGRATION: CWS cmcfixes46 (1.4.22); FILE MERGED 2008/05/26 16:21:55 cmc 1.4.22.1: #i58385# fix up for 64bit

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [128a4c9b72f46dae61f74c1d7134a349e10c8b71]

        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>  [a960193e7c80319ff4f67f3614673b8a8513eca4]

        INTEGRATION: CWS cmcfixes46 (1.133.28); FILE MERGED 2008/07/14 08:29:56 cmc 1.133.28.2: RESYNC: (1.133-1.136); FILE MERGED 2008/06/03 09:26:48 cmc 1.133.28.1: #i83545# lets try this fix

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [1a27c1d8f5c39db2fd1c6f6b4725aae0c3dc0c37]

        INTEGRATION: CWS cmcfixes46 (1.3.4); FILE MERGED 2008/07/14 08:29:48 cmc 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/26 10:10:11 cmc 1.3.4.1: #i89955# support ppc64 as well as the other 64bit linuxes

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c3cae150561f1d62d696a995c774ea5503d82d49]

        INTEGRATION: CWS late30bf02 (1.3.48); FILE MERGED 2008/07/21 11:50:26 tl 1.3.48.1: #i91912# crash fixed; typo wrong array used...

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6496de72096be1effe2050591dc80bc851e1b5bf]

        INTEGRATION: CWS late30bf02 (1.47.36); FILE MERGED 2008/07/21 09:13:55 od 1.47.36.1: #i90395# class <SwGrfNode> 	 - implementation of method <IsAsyncRetrieveInputStreamPossible()>

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [f7b90a55de9745159feb4908199276064397c0e6]

        INTEGRATION: CWS late30bf02 (1.42.84); FILE MERGED 2008/07/21 09:16:38 od 1.42.84.1: #i90395# method <SwNoTxtFrm::PaintPicture(..)> 	 - check, if asynchonuos retrieval of input stream for graphic 	   is possible. If not, the input stream for the graphic is 	   retrieved synchronuos.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [eb354b6b4bb6ff69b7d1499e9b0121b50fff1003]

        INTEGRATION: CWS late30bf02 (1.22.166); FILE MERGED 2008/07/21 09:11:09 od 1.22.166.1: #i90395# class <SwGrfNode> 	 - new method <IsAsyncRetrieveInputStreamPossible()>

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e04914469bf7ef264c7117e7310858e76867cf97]

        INTEGRATION: CWS cwscheckapi2 (1.8.88); FILE MERGED 2008/07/18 20:32:27 cn 1.8.88.1: #i91719# update lists

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [db5f564f49412681d9fab62cac2ac5c042f0e46f]

        INTEGRATION: CWS cwscheckapi2 (1.10.88); FILE MERGED 2008/07/18 20:32:27 cn 1.10.88.1: #i91719# update lists

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [df03d7da9d9606cd6bbc9bf4a994ef47ce5fa9c6]

        INTEGRATION: CWS os118 (1.81.6); FILE MERGED 2008/07/17 10:00:38 pb 1.81.6.1: fix: #i91715# ignore '.HelpId:' strings

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [131da47d34c1e3afb93f7c08733fb2692dbe072c]

        INTEGRATION: CWS os118 (1.38.20); FILE MERGED 2008/07/15 07:59:07 os 1.38.20.1: #i91548# minimum of shadow distance fixed

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [728c43ec5fbcedd9686471dc99f84413016160f0]

        INTEGRATION: CWS native173 (1.1.26); FILE MERGED 2008/07/23 06:19:04 jsk 1.1.26.1: #i91975

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [81c75c8121ca0b13e0d07d4dec44d50cdb760ec3]

        INTEGRATION: CWS late30bf01 (1.75.108); FILE MERGED 2008/07/16 15:35:17 mba 1.75.108.1: #158224#: wrong code that inadverntly has set TemplateDate was fixed; as a side effect now TemplateDate was never set; now adding correct way to do that

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [4923b9f500b42599909eac7b50850facb1470c9a]

        INTEGRATION: CWS late30bf01 (1.104.156); FILE MERGED 2008/07/16 15:55:31 od 1.104.156.1: #158225# method <SwCellFrm::Format(..)> 	 - no vertical alignment of covered cells

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ff5e1b316e592e732deb2ed9ad494efcfb09eab8]

        INTEGRATION: CWS late30bf01 (1.34.118); FILE MERGED 2008/07/17 13:50:03 er 1.34.118.1: #i91683# prevent crash if text portion of cell was seleted from within spell-check view

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [57db13e2a704f5af27e20457176e47e5bc6f8d5f]

        INTEGRATION: CWS late30bf01 (1.9.116); FILE MERGED 2008/07/17 12:49:19 iha 1.9.116.1: #i83679# use indices as default labels for categories

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [72015980859d180853431bc2ece1629904ffaf9f]

        INTEGRATION: CWS aqua11y02 (1.66.60); FILE MERGED 2008/07/11 09:02:52 obr 1.66.60.3: RESYNC: (1.69-1.73); FILE MERGED 2008/06/18 18:04:55 fne 1.66.60.2: RESYNC: (1.66-1.69); FILE MERGED 2008/06/11 13:49:40 obr 1.66.60.1: raised baseline for Java UNO AccessBridge to Java 1.5

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2d5590d307592afda49bb644c8db9c29403fd673]

        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>  [6d44a14a9bbccc2ddf83ae314a32efe7ac11df8b]

        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>  [d66cef09e7d7b19d8c85487f3b34e17f44d0ed98]

        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>  [b31e5809f5b560babe9c860a432e2f301a9e12ad]

        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>  [c7251af143185427b4cbb8b780b62215905f16dc]

        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>  [7f73a9ee20ddeed10fc047bd7c327101ccb90b9b]

        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>  [5428c72dae22657ece394151e3d797b5327cbabb]

        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>  [c80bea64736d493dc6e8db8128ec184e7ba2d749]

        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>  [c66a1a48d79744adb59319e08f0c3ad67ab1bccb]

        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>  [42f70e32418744d89cd53e0987d4a0989832b1aa]

        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>  [f2b1d25316c287a540b5636bbcc13bf98f1e5680]

        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>  [4d7b0d91a28392529b93be942f280f6fbcc1e2b1]

        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>  [1e9856de9893de011b91febb8ce47538d7161281]

        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>  [4346d29c83e597fc3b1b58247b4d4780ac266ae9]

        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>  [f4002fd0950eb1772bf4ed757917d3a64af5b332]

        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>  [ce061a7c2dcbd33fd92df3ba83320568fd969076]

        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>  [5ee6445bffd95ac9f0f0e3175ef0f2ce9a0ea68f]

        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>  [ef50b51bf0e2d8ce91d89b86b05a149738da8873]

        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>  [18e6bc2ea019c1067e7bf45f7c37b60051ca2f38]

        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>  [226a6cbbb36862d46af9f926d7fc83a9ca9c7cd7]

        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>  [f4210b48ec23153e252de6734fad1d362bede926]

        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>  [c1c1f1517c6ccab8a0b04480a02685baba533db4]

        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>  [1f2e3972aeab08c412cdcc441793c53f560fa63c]

        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>  [5abe57b3dcbf8c0c5707aac2ca523fc2c00d7faf]

        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>  [a9946452d8fc6b807db0a38d5663433bde3760ec]

        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-25  Oliver Bolte  <obo@openoffice.org>  [ca514999938d87f1e5b6261b1a40fdd721cae38d]

        INTEGRATION: CWS aqua11y02 (1.3.164); FILE MERGED 2008/07/17 06:42:12 obr 1.3.164.1: #i90575# uninitialized member and endless loop fix

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ce688970cefd605ac155f72ba1d6888ae1387d14]

        INTEGRATION: CWS aqua11y02 (1.3.162); FILE MERGED 2008/07/17 06:42:12 obr 1.3.162.1: #i90575# uninitialized member and endless loop fix

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [56044f4410bbb91d9c897a9a2daad4d094e42f93]

        INTEGRATION: CWS aqua11y02 (1.26.20); FILE MERGED 2008/07/18 12:41:57 fne 1.26.20.1: #i90613# fixed crash

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ea15a21396cbc3d5b87d5a8d9f84311b70378ef0]

        INTEGRATION: CWS aqua11y02 (1.4.10); FILE MERGED 2008/07/18 07:10:19 obr 1.4.10.4: #i70872# fixed grabFocus() code to not expect XAccessibleSelection being implemented by the same object implementing XAccessible 2008/06/10 12:58:10 obr 1.4.10.3: #i70872# toolbox items returned a parent XAccessible different from the one returned by the toolbox window 2008/05/29 10:31:32 fne 1.4.10.2: #i88047# menu button role added 2008/05/26 11:39:02 fne 1.4.10.1: #i88047# temporary solution until new role is added

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [7ec02017ca87e10b3656172eec400d6175b9ec61]

        INTEGRATION: CWS aqua11y02 (1.4.10); FILE MERGED 2008/06/10 12:58:09 obr 1.4.10.1: #i70872# toolbox items returned a parent XAccessible different from the one returned by the toolbox window

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2700b1c8b8308ea27f4fb5a9c109ebed76c82b19]

        INTEGRATION: CWS aqua11y02 (1.3.12); FILE MERGED 2008/06/10 12:58:09 obr 1.3.12.1: #i70872# toolbox items returned a parent XAccessible different from the one returned by the toolbox window

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c3627441c95b1c6a14f0d265815716a453ea0719]

        INTEGRATION: CWS aqua11y02 (1.25.12); FILE MERGED 2008/06/12 09:20:42 obr 1.25.12.1: raised baseline for Java UNO AccessBridge to Java 1.5

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [bc70ed12da3533e8b921205b8b7de98158cd0a66]

        INTEGRATION: CWS aqua11y02 (1.6.12); FILE MERGED 2008/06/12 09:20:42 obr 1.6.12.2: raised baseline for Java UNO AccessBridge to Java 1.5 2008/06/02 04:53:14 obr 1.6.12.1: #i88047# added new roles

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [524a00965c6c77fb568d4e45be24d4a2d4bb68fc]

        INTEGRATION: CWS aqua11y02 (1.7.66); FILE MERGED 2008/05/30 12:50:49 obr 1.7.66.3: #i88047# added EDIT_BAR role 2008/05/30 07:11:35 obr 1.7.66.2: #i88047# added since tags 2008/05/29 09:06:01 obr 1.7.66.1: #i88047# added a bunch of new roles

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [9a830cdbda58dcddcc7f2d9151c0ded3ebb2bc0b]

        INTEGRATION: CWS aqua11y02 (1.42.68); FILE MERGED 2008/07/11 08:59:14 obr 1.42.68.2: RESYNC: (1.42-1.43); FILE MERGED 2008/06/17 08:42:16 fne 1.42.68.1: #i90613# recreate notify handler when necessary

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d245f0bea3fc6340185e97e5b13b70ce90c6dda0]

        #i90172# Compilation error unxsoli4

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [bff83bd8f4fc4b5deebb644630e40069ae1023dd]

        INTEGRATION: CWS tbo01 (1.1.16); FILE MERGED 2008/07/16 17:09:55 tbo 1.1.16.1: Issue number:  #i84151# remove log in test, since issue is fixed longtime ago.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [9cdf976fd39cc213800cddfb1b7a73e689496202]

        INTEGRATION: CWS tbo01 (1.1.16); FILE MERGED 2008/07/16 18:26:02 tbo 1.1.16.1: Issue number:  #i91730#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [826997ef017a82bf5f5f6ff15a00e4eb0a71a79f]

        INTEGRATION: CWS tbo01 (1.3.16); FILE MERGED 2008/07/16 17:00:37 tbo 1.3.16.2: Issue number:  #i91728# 2008/07/16 16:53:10 tbo 1.3.16.1: Issue number:  #i91728#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d4f7da69e7a2343455025422a35c8dc699579ed5]

        INTEGRATION: CWS tbo01 (1.1.16); FILE MERGED 2008/07/22 15:33:49 tbo 1.1.16.1: Issue number:  #i91998#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6dac0f3725c9e611b9cc19f68bbed6e8768bcba9]

        INTEGRATION: CWS tbo01 (1.1.16); FILE MERGED 2008/07/24 11:31:59 tbo 1.1.16.1: Issue number:  #i92080#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [7be7cf5d01bedc080def8c1b37be22ca01686169]

        INTEGRATION: CWS dba30g (1.95.12); FILE MERGED 2008/07/22 08:06:21 fs 1.95.12.1: #i91857# re-added joined_table

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2fc193f774f8286fd95f43ac646f0191d0b93cc4]

        INTEGRATION: CWS dba30g (1.7.58); FILE MERGED 2008/07/22 07:15:09 fs 1.7.58.1: #i87376# add DST_MACAB

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [38ba0c74d815165b20f122c52111eebf11fb4005]

        INTEGRATION: CWS dba30g (1.34.40); FILE MERGED 2008/07/22 07:14:53 fs 1.34.40.1: #i87376# add DST_MACAB

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [f116edbafc7c0e78289050a7f9774373678dca02]

        INTEGRATION: CWS dba30g (1.202.12); FILE MERGED 2008/07/15 07:58:14 fs 1.202.12.1: re-enable administration

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c5af920083e0d762ebcb4a715f516f0f7be45d73]

        INTEGRATION: CWS dba30g (1.6.14); FILE MERGED 2008/07/22 06:52:56 fs 1.6.14.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:05:22 fs 1.6.18.1: #i91857# +Parser

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [880811a69f9f0e7597167760c89d2e7c02175aa8]

        INTEGRATION: CWS dba30g (1.8.22); FILE MERGED 2008/07/22 06:52:42 fs 1.8.22.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:07:02 fs 1.8.26.1: #i91857# base on CRMBasedTestCase

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [8f67285440693d56351d6d156561cc4f9b3c606d]

        INTEGRATION: CWS dba30g (1.6.58); FILE MERGED 2008/07/22 06:53:02 fs 1.6.58.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:07:02 fs 1.6.62.1: #i91857# base on CRMBasedTestCase

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [73bd644e18b462c65f45e8ea785e6f193041288d]

        INTEGRATION: CWS dba30g (1.1.4); FILE ADDED 2008/07/22 06:52:05 fs 1.1.4.2: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:07:45 fs 1.1.2.1: #i91857# 2008/07/21 10:07:45 fs 1.1.4.1: file Parser.java was added on branch cws_dev300_dba30g on 2008-07-22 06:52:05 +0000

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [2a3c3a41db7e9793759e99d82f9c60ec82d45a47]

        INTEGRATION: CWS dba30g (1.6.58); FILE MERGED 2008/07/22 06:52:27 fs 1.6.58.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:06:09 fs 1.6.62.1: #i91857# +categories table

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [0130234d07b14f5340a656d709d4f4aadf631c0c]

        INTEGRATION: CWS dba30g (1.1.4); FILE ADDED 2008/07/22 06:52:18 fs 1.1.4.2: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 10:08:56 fs 1.1.2.1: base class for complex test cases based on the CRMDatabase 2008/07/21 10:08:56 fs 1.1.4.1: file CRMBasedTestCase.java was added on branch cws_dev300_dba30g on 2008-07-22 06:52:18 +0000

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [ec1d69d364961dd84321f0027c8eb5405bf28311]

        INTEGRATION: CWS dba30g (1.78.36); FILE MERGED 2008/07/16 08:39:51 fs 1.78.36.1: #i91424# SetView: deactivate the old view

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e284aa082ec9949a7a5f8ebcab159e6c64e7fc44]

        INTEGRATION: CWS dba30g (1.1.22); FILE MERGED 2008/07/23 08:28:06 msc 1.1.22.1: #92023#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [a67507404482a95a0a1f7f6bd7f826664d71aba7]

        INTEGRATION: CWS dba30g (1.2.22); FILE MERGED 2008/07/23 08:26:46 msc 1.2.22.1: #92023#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [cbf67038c37a3239f48a4b0d0dcbc49d053e9a49]

        INTEGRATION: CWS dba30g (1.1.22); FILE MERGED 2008/07/22 12:51:02 msc 1.1.22.1: #i91600# add new testcase

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [665159220379929677423c5bb1a5ff01b44a391a]

        INTEGRATION: CWS dba30g (1.55.18); FILE MERGED 2008/07/22 07:32:07 fs 1.55.18.1: #i91857# re-added joined_table

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [4ac6cafdb4dc3cfd7593992cc64d4863ae3ad6e8]

        INTEGRATION: CWS dba30g (1.58.18); FILE MERGED 2008/07/22 08:06:10 fs 1.58.18.1: #i91857# re-added joined_table

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3431bcc97f316a522787ccf9fc489834f236cc76]

        INTEGRATION: CWS dba30g (1.65.16); FILE MERGED 2008/07/22 07:18:39 fs 1.65.16.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 09:11:14 fs 1.65.14.1: #i91857#

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e65d55a986226c992d81273e19ba25e8f859b941]

        INTEGRATION: CWS dba30g (1.4.48); FILE MERGED 2008/07/22 07:21:07 fs 1.4.48.1: copying following changes from CWS dba30h to CWS dba30g:   2008/07/21 09:10:35 fs 1.4.46.1: #i91857# +store

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b88ff1a9b5faa8ee79ae93e0856d2434cf3792db]

        INTEGRATION: CWS dba30g (1.23.18); FILE MERGED 2008/07/22 08:05:49 fs 1.23.18.1: #i91857# re-added joined_table

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [dcae4f11baf0e23bef373b2f377f1e597678cc26]

        INTEGRATION: CWS dba30g (1.4.94); FILE MERGED 2008/07/21 11:01:37 fs 1.4.94.1: #i91909# +help/component.txt

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e89954e7ce67737a26a5f9012e1aac34e554d441]

        INTEGRATION: CWS dba30g (1.19.8); FILE MERGED 2008/07/21 10:56:35 fs 1.19.8.2: #i91909# +COMPONENT_HELP 2008/07/15 11:24:37 lla 1.19.8.1: #i91666# add new reportbuilderwizard.jar to the report design extension, was lost somewhere else

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [7f5920a974d7c482f83e448e77168a1d9c0416f4]

        INTEGRATION: CWS dba30g (1.5.6); FILE MERGED 2008/07/21 10:57:13 fs 1.5.6.1: #i91909# adding publisher information

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [4045a9215f819867ff35a484bb5a50b8f020255c]

        INTEGRATION: CWS dba30g (1.1.2); FILE ADDED 2008/07/21 11:02:00 fs 1.1.2.1: #i91909# short extension description

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [18ff4ac46c7128c22843a38ddb64de9b7f0a6b16]

        INTEGRATION: CWS dba30g (1.18.8); FILE MERGED 2008/07/15 07:48:57 fs 1.18.8.1: #i91600# corrected state for SID_PAGEDIALOG

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [aa34de1963dc4fa7390b17c82e0d2e4d84b44d9e]

        INTEGRATION: CWS impress148 (1.72.100); FILE MERGED 2008/07/17 11:22:05 af 1.72.100.1: #i91635# Avoid crash in GetNumberFormat() when called with invalid paragraph number.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b9938b702a01ae8b37a915e09f515c6bc47cbb7f]

        INTEGRATION: CWS impress148 (1.4.34); FILE MERGED 2008/07/16 12:47:57 af 1.4.34.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d5550b9e8a1bc8fd4331968756f106d7a7e2b249]

        INTEGRATION: CWS impress148 (1.2.34); FILE MERGED 2008/07/16 12:47:57 af 1.2.34.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [109cfaff84c67a6c52b8b18a3b2560ad8440ead6]

        INTEGRATION: CWS impress148 (1.5.10); FILE MERGED 2008/07/23 15:54:04 cl 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/16 12:47:57 af 1.5.10.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d96bca7e6ac480e3657b9b36d02cf9bd042c5736]

        INTEGRATION: CWS impress148 (1.4.30); FILE MERGED 2008/07/23 15:53:51 cl 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/16 12:47:57 af 1.4.30.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6bf6019b9510d73b917093cb05997755594f724f]

        INTEGRATION: CWS impress148 (1.4.34); FILE MERGED 2008/07/23 15:53:57 cl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/16 12:47:57 af 1.4.34.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [f19fc59eeba19280237aeb2963ce1fb21feb05d0]

        INTEGRATION: CWS impress148 (1.5.30); FILE MERGED 2008/07/24 07:59:18 cl 1.5.30.3: fixed merge conflicts 2008/07/23 15:53:54 cl 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/16 12:47:57 af 1.5.30.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [5a9e2f1f61115e265eeb6c7c8b3522a4bf93f29b]

        INTEGRATION: CWS impress148 (1.4.10); FILE MERGED 2008/07/16 12:47:57 af 1.4.10.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [eb41a2b4b233ab223d2eba92c4d82e7cc4241043]

        INTEGRATION: CWS impress148 (1.2.30); FILE MERGED 2008/07/24 07:59:18 cl 1.2.30.3: fixed merge conflicts 2008/07/23 15:53:47 cl 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2008/07/16 12:47:57 af 1.2.30.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [331c50a08423390b5a8d3ca2148eb766584e61dd]

        INTEGRATION: CWS impress148 (1.3.6); FILE MERGED 2008/07/23 15:54:01 cl 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2008/07/16 12:47:57 af 1.3.6.1: #i91701# Use only 4 component colors.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [270e66d6dca6bf7cd31acd2ff7018b8fb78fda45]

        INTEGRATION: CWS impress148 (1.58.76); FILE MERGED 2008/07/08 10:52:44 af 1.58.76.1: #i91337# Keep task pane hidden for Draw and outline view.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [adb4281d6c148334db12ada2b7d5490db65dcc26]

        INTEGRATION: CWS impress148 (1.112.2); FILE MERGED 2008/07/10 16:13:25 cl 1.112.2.1: #i91470# detect clipboard document from gallery

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [a06d1660430dc611f9caf817f187f3eb942ccc25]

        INTEGRATION: CWS impress148 (1.12.76); FILE MERGED 2008/07/23 15:52:53 cl 1.12.76.2: RESYNC: (1.12-1.13); FILE MERGED 2008/07/10 16:04:07 af 1.12.76.1: #i91501# Added mbIsInStartup flag to prevent multiple slide shows for one document.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [998e71c5f23b798f490d8e98fb7ba46803205bb2]

        INTEGRATION: CWS impress148 (1.7.76); FILE MERGED 2008/07/10 16:03:04 af 1.7.76.1: #i91501# Added mbIsInStartup flag to prevent multiple slide shows for one document.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [a1b736d732be1d51868e4c586875175cde276f23]

        INTEGRATION: CWS impress148 (1.3.76); FILE MERGED 2008/07/16 12:19:57 af 1.3.76.1: #i91701# Service name of VCL canvas has changed.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [8fe15f6efc27dfa197a572ce3aa1ddb41789a342]

        INTEGRATION: CWS impress148 (1.28.74); FILE MERGED 2008/07/08 08:19:23 af 1.28.74.1: #i91462# In AnimationWindow prevent iteration from leaving valid range.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [e2f975752e7255c145cde5a339a39a8b2cc86362]

        INTEGRATION: CWS impress148 (1.51.46); FILE MERGED 2008/07/10 10:01:19 af 1.51.46.2: #i91523# Sorry, the previous change was made for issue 91523. 2008/07/10 09:59:00 af 1.51.46.1: #i91527# Allow opening of documents during a slide show when request comes from shape interactions.

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [6bad3be6d5f7b3813b19eb220a9e1409f8b017f4]

        INTEGRATION: CWS impress148 (1.2.46); FILE MERGED 2008/07/10 09:08:46 cl 1.2.46.1: #158202# always set left and first line indend to zero when numbering was enabled so that styles to not addd an unwanted indend

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [c78f0775dca78b390ae15ef2e05ca439699e20ba]

        INTEGRATION: CWS impress148 (1.19.68); FILE MERGED 2008/07/11 08:09:43 cl 1.19.68.1: #i91470# failure of assigning a fill style now leads to a warning, not an error

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [3603000f195f5c76477ab577648fb836e75b9fc7]

        INTEGRATION: CWS jl108 (1.11.8); FILE MERGED 2008/07/23 11:16:01 jl 1.11.8.1: #i91982# define _MSC for builds with microsoft compiler

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d954ed3c35cf21c741f079fff2779c4532be0366]

        INTEGRATION: CWS jl108 (1.75.10); FILE MERGED 2008/07/23 11:16:01 jl 1.75.10.2: #i91982# define _MSC for builds with microsoft compiler 2008/07/23 09:16:45 jl 1.75.10.1: #i91982# define MSC for builds with microsoft compiler

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [d57e2620a9c441c1d3c6e8b82bda38a45f2cb661]

        INTEGRATION: CWS jl108 (1.302.6); FILE MERGED 2008/07/23 11:16:01 jl 1.302.6.1: #i91982# define _MSC for builds with microsoft compiler

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [89356d8683220c8233e754868130833dd6fa1696]

        INTEGRATION: CWS jl108 (1.64.2); FILE MERGED 2008/07/23 08:40:26 tkr 1.64.2.1: #i92021# also request unknown properties

2008-07-25  Oliver Bolte  <obo@openoffice.org>  [b7d59d1c820fd49334176695ef9e3f5fbdf8fb47]

        INTEGRATION: CWS jl108 (1.11.20); FILE MERGED 2008/07/23 08:41:24 tkr 1.11.20.1: #i92021# properties at this level are case insenitive

2008-07-24  Svante Schubert  <sus@openoffice.org>  [58fc9e2e81cbdfd6263cbd37891596fc6efad171]

        #i91974# Update readme about the license.html

2008-07-24  Svante Schubert  <sus@openoffice.org>  [6dd32d3c97bfd2196b3c137fbb3beeb3712ddff6]

        #i91974# Update of the latest source package containing a license.txt

2008-07-24  Svante Schubert  <sus@openoffice.org>  [e27f4d614e29de238c58383c203366c98a5e569c]

        #i91974# Update of the latest source package containing a license.txt

2008-07-23  Oliver Bolte  <obo@openoffice.org>  [e49916791ab175ab846cf08be9fb27b8f2d012bd]

        #i10000# reactivate OSL_ENSURE

2008-07-23  Oliver Bolte  <obo@openoffice.org>  [99efff1eea28eae450f5094631e79d8607f3f9b0]

        #i10000# printf.c removed

2008-07-23  Oliver Bolte  <obo@openoffice.org>  [4811b6a454b510499452b20cd5db996f24cd466c]

        #i10000# undo last change, build breaks in soldep

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5b7e1121eef7d46f50ef6652e1c9fa1e49542363]

        DEV300

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [17feb3a0589fa8a2ff34d5cd598392d4170a33c9]

        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>  [e1c7bc4e1fdd0e5aaf0d665825d0b3d7380ffd48]

        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>  [a834eadd44bd6a84c1e85afc0e0f9cb58f05d02a]

        INTEGRATION: CWS os2port03 (1.2.106); FILE MERGED 2008/07/17 05:26:23 obr 1.2.106.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/17 14:29:00 ydario 1.2.106.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [673134cc0f3285ebbb0db3d8cde858fd63cb3620]

        INTEGRATION: CWS os2port03 (1.61.96); FILE MERGED 2008/07/17 05:26:20 obr 1.61.96.2: RESYNC: (1.61-1.63); FILE MERGED 2008/04/17 14:26:22 ydario 1.61.96.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [97390e2e103c182bad43e944425986b247de3983]

        INTEGRATION: CWS os2port03 (1.52.84); FILE MERGED 2008/07/17 05:26:17 obr 1.52.84.2: RESYNC: (1.52-1.55); FILE MERGED 2008/04/17 14:26:22 ydario 1.52.84.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e01a8370881a253f0ecdaf631b100ba158836e14]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:53 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:19 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [446be8282431ed0d59ee98542109fe00c2a0a3a9]

        INTEGRATION: CWS os2port03 (1.4.18); FILE MERGED 2008/07/17 05:25:50 obr 1.4.18.2: RESYNC: (1.4-1.6); FILE MERGED 2008/04/15 14:32:19 ydario 1.4.18.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [af48842869364f665631f27f826ba6ab4b029355]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:47 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:19 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4d455835b4d619b781a72edcc72bbc153d1bf802]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:38 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:19 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [70a769f6ec2feafa685a8b40f79c0acbed802146]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:44 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:19 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d031d6abe8ef190d6c3e40670f4a6ea75652d682]

        INTEGRATION: CWS os2port03 (1.4.18); FILE MERGED 2008/07/17 05:25:41 obr 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 14:32:19 ydario 1.4.18.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f27e437e90de7e28d7c455537e6189fae1e52d86]

        INTEGRATION: CWS os2port03 (1.8.64); FILE MERGED 2008/07/17 05:25:35 obr 1.8.64.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/15 14:32:18 ydario 1.8.64.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [bd17c3b0283315a9181fb78d9373839f289d1884]

        INTEGRATION: CWS os2port03 (1.6.18); FILE MERGED 2008/07/17 05:25:32 obr 1.6.18.3: RESYNC: (1.6-1.8); FILE MERGED 2008/04/15 14:32:18 ydario 1.6.18.2: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/14 17:02:04 ydario 1.6.18.1: build also os2 subprojects. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [93acec794405d0fd9635caeda1dbfcfeaf2a6687]

        INTEGRATION: CWS os2port03 (1.34.18); FILE MERGED 2008/07/17 05:25:29 obr 1.34.18.3: RESYNC: (1.34-1.35); FILE MERGED 2008/04/15 14:32:18 ydario 1.34.18.2: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/14 17:02:04 ydario 1.34.18.1: build also os2 subprojects. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [06db8c9629f76e7389952b328fadf487a25020dc]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:26 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:18 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ebd9e29d30f4cdac3019922c96b063f393bec6df]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:23 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:18 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [536ce86ea9faf5cd502078ce60fafc2100c68a03]

        INTEGRATION: CWS os2port03 (1.3.198); FILE MERGED 2008/07/17 05:25:20 obr 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 14:32:18 ydario 1.3.198.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a54df20d5d6ca5ea3f83ed6d4a72974d6dc86a74]

        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>  [4e4c1235c8187f382f78df36df67b0eb749683ae]

        INTEGRATION: CWS os2port03 (1.168.4.1.2); FILE MERGED 2008/07/18 12:51:43 obr 1.168.4.1.2.3: resync to DEV300:m24 2008/07/17 05:20:12 obr 1.168.4.1.2.2: RESYNC: (1.168.4.1-1.193); FILE MERGED 2008/04/15 10:06:40 ydario 1.168.4.1.2.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c45f31320d8eeac41ab5de0886384662dde9bfe0]

        INTEGRATION: CWS os2port03 (1.227.4); FILE MERGED 2008/07/17 05:20:06 obr 1.227.4.4: RESYNC: (1.237.4.5-1.275); FILE MERGED 2008/02/08 08:50:57 obr 1.227.4.3: RESYNC: (1.237.4.1-1.237.4.5); FILE MERGED 2008/01/15 14:35:07 obr 1.227.4.2: RESYNC: (1.227-1.237.4.1); FILE MERGED 2008/01/14 16:17:59 ydario 1.227.4.1: os2 specific configuration Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2ed59dbaa8b7789ceb7bdfa706b38bf3a5b3239e]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/14 16:17:59 ydario 1.1.2.1: os2 specific configuration Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ad3a7960dc8257df22c2e9564f3998216096dfdd]

        INTEGRATION: CWS os2port03 (1.211.4.1.2); FILE MERGED 2008/07/17 05:19:44 obr 1.211.4.1.2.4: RESYNC: (1.211.4.5-1.242); FILE MERGED 2008/02/08 10:28:19 obr 1.211.4.1.2.3: updated configure 2008/02/08 08:50:47 obr 1.211.4.1.2.2: RESYNC: (1.211.4.1-1.211.4.5); FILE MERGED 2008/01/15 21:06:51 obr 1.211.4.1.2.1: #i85203# regenerated configure from configure.in

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [fb23a04d3791a072f028ed4154a4972d1d83ec7b]

        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>  [4c6fe42fa5cf79b40d8a1ea1aa58922283f0cadc]

        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>  [c98826b77ce1d115663393fb9b62c83ce61e7060]

        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>  [4ecde85354eba62cd038143f5688182d40e4ae6a]

        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>  [8a4d3858d92a2205032eea2359d4405c5f669b1e]

        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>  [cdd10b7b4ad942c167b59722d5798ad4209bc36c]

        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>  [e9db48887e0227a7456e9663c8ad4c7141d7e9fd]

        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>  [f0ac8d2a9ac0da8a8b1e9e90470670e03040f0db]

        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>  [624eb08b991abc5e54d9d11b05ae16a3f11e532f]

        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>  [b729675dc5c407fa4e14355f1df73977eafac684]

        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>  [a9d136a1417f5cb352fe12321d64e036de77c3d9]

        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>  [ce64ae8df597054a92e212fa7dbbea5a762d7d78]

        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>  [71ea7be74922837cd806ef764ce962f441c150e7]

        INTEGRATION: CWS os2port03 (1.16.48); FILE MERGED 2008/07/16 13:42:24 obr 1.16.48.3: RESYNC: (1.16.44.1-1.18); FILE MERGED 2008/02/08 08:31:43 obr 1.16.48.2: RESYNC: (1.16-1.16.44.1); FILE MERGED 2008/01/14 17:05:17 ydario 1.16.48.1: os2 needs explicit export of ZTI* symbols. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [28875428e905fc7694119d3fea23f72bcf432280]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/14 17:05:17 ydario 1.1.2.1: os2 needs explicit export of ZTI* symbols. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6962da872599da4fce8faf2ab36e087f5bcedae8]

        INTEGRATION: CWS os2port03 (1.20.50); FILE MERGED 2008/07/16 13:42:21 obr 1.20.50.2: RESYNC: (1.20-1.21); FILE MERGED 2008/01/29 14:56:59 ydario 1.20.50.1: os2 build fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [09bff25912cf2ed2d33cd206d8308d6ed56eff93]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/29 14:57:35 ydario 1.1.2.1: os2 build fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [79dc66d37fee3a2a2ee1caba6f9d990ca2f7b472]

        INTEGRATION: CWS os2port03 (1.10.8); FILE MERGED 2008/07/16 13:42:00 obr 1.10.8.2: RESYNC: (1.10-1.12); FILE MERGED 2008/04/15 14:43:12 ydario 1.10.8.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b1063b4143b4406e13f859334e0d9d24bd7dd797]

        INTEGRATION: CWS os2port03 (1.9.8); FILE MERGED 2008/07/16 13:41:57 obr 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2008/01/29 16:53:39 ydario 1.9.8.1: use a different way to check ok status for os2. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aae0070453fa8428c8a8bc3a05ec4d6abe3a3b7d]

        INTEGRATION: CWS os2port03 (1.10.8); FILE MERGED 2008/07/16 13:41:54 obr 1.10.8.2: RESYNC: (1.10-1.12); FILE MERGED 2008/04/15 14:43:12 ydario 1.10.8.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [20d732d54bb1b51349bd634bac30907c3d279704]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/14 16:21:42 ydario 1.1.2.1: os2 requires exports Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [889f6727e96d31c4e588426de71e8c8963a96ace]

        INTEGRATION: CWS os2port03 (1.15.8); FILE MERGED 2008/07/16 13:41:35 obr 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/29 14:30:59 ydario 1.15.8.1: Build system update for os2. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2855c95811b0b43d927cccdf580f01ef55d435ee]

        INTEGRATION: CWS os2port03 (1.3.10); FILE MERGED 2008/07/16 13:41:32 obr 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 16:21:42 ydario 1.3.10.1: os2 requires exports Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3440c1ab3f3e01489e985462b1ab6d450b053d7f]

        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>  [7fbc50e566e62be0830ee901e62fdd5e2af27fe5]

        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>  [d333afc08a3ee0d95c4eb9d542b190f0844e28cd]

        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>  [a9b34fea3aa9ffacf0c738564f4ab01c5cd7aaff]

        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>  [44f781ab31636648dce103e5f7b8d5ed83a63936]

        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>  [c5fed10ef4f7d45e67f411e85a9a68a8db7cc4e2]

        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>  [4dc52566e6d7c39ee315ff068f36c460f234cfb0]

        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>  [6ac655453e023f87f133dcbeba5220bcfcc1cb8d]

        INTEGRATION: CWS os2port03 (1.17.22); FILE MERGED 2008/07/16 13:38:15 obr 1.17.22.5: RESYNC: (1.17.18.1-1.23); FILE MERGED 2008/04/15 04:13:13 obr 1.17.22.4: merged in fix from rev 1.19 2008/01/15 20:41:44 obr 1.17.22.3: build fix 2008/01/15 14:33:56 obr 1.17.22.2: RESYNC: (1.17-1.17.18.1); FILE MERGED 2008/01/14 16:32:22 ydario 1.17.22.1: build also on os2. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [30b19b875b8a815134fe3528e9ab9cd3ec348240]

        INTEGRATION: CWS os2port03 (1.11.12); FILE MERGED 2008/07/16 12:39:23 obr 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/14 16:37:54 ydario 1.11.12.1: use OS2 instead of __EMX__ Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [25eb38b8fa36a2795543a5374e00ceaa8b6b6944]

        INTEGRATION: CWS os2port03 (1.10.12); FILE MERGED 2008/07/16 12:39:20 obr 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED 2008/04/15 14:38:20 ydario 1.10.12.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [37b4be1c67810ef28c54ea7296eec7f90456c2e4]

        INTEGRATION: CWS os2port03 (1.6.92); FILE MERGED 2008/07/16 12:31:35 obr 1.6.92.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/14 16:06:43 ydario 1.6.92.1: Skip building of os2 asm Issue number: i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [86bf90ca4c361085e4ff3f15c66602e9550228d4]

        INTEGRATION: CWS os2port03 (1.10.54); FILE MERGED 2008/07/16 12:30:34 obr 1.10.54.2: RESYNC: (1.10-1.15); FILE MERGED 2008/01/14 16:25:09 ydario 1.10.54.1: new deliveries, use short name for dp_misc Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [634c6a50458a48623ef504b6cde44ec71dde5998]

        INTEGRATION: CWS os2port03 (1.42.54); FILE MERGED 2008/01/14 16:28:46 ydario 1.42.54.1: build plugin only for unix and windows Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a0596b76631814167337ea65e85a6efb2bf756c3]

        INTEGRATION: CWS os2port03 (1.15.48); FILE MERGED 2008/07/16 12:30:15 obr 1.15.48.2: RESYNC: (1.15-1.19); FILE MERGED 2008/01/14 16:25:08 ydario 1.15.48.1: new deliveries, use short name for dp_misc Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5dbf97d5a060fef2861e54c7988bb7824f1eb5d0]

        INTEGRATION: CWS os2port03 (1.13.16); FILE MERGED 2008/07/16 12:30:12 obr 1.13.16.3: RESYNC: (1.15-1.17); FILE MERGED 2008/01/15 13:58:06 obr 1.13.16.2: RESYNC: (1.13-1.15); FILE MERGED 2008/01/14 16:25:08 ydario 1.13.16.1: new deliveries, use short name for dp_misc Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9e7e6c1b7956f685f224a9d036f75e74aa878e0d]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/24 18:19:24 ydario 1.1.2.1: Add of OS/2 binary wrappers. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [13a1076086c983403358aa5b1e0c819fd371669e]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/07/18 11:29:23 rt 1.1.2.2: License header updated. 2008/01/24 18:19:24 ydario 1.1.2.1: Add of OS/2 binary wrappers. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2093523adc0a60bee2bca2d56a586da35c4a71a5]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/24 18:19:23 ydario 1.1.2.1: Add of OS/2 binary wrappers. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [04b966247d3e2bcdb6bf3d3ff4927e4f8da9909a]

        INTEGRATION: CWS os2port03 (1.7.6); FILE MERGED 2008/07/16 12:26:23 obr 1.7.6.3: RESYNC: (1.8-1.14); FILE MERGED 2008/01/15 13:57:41 obr 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/14 17:01:01 ydario 1.7.6.1: remove slash from macro.hxx, it is used as path separator. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [26ce9ac1f3f7f3c354a664a9754230ec7dd85c28]

        INTEGRATION: CWS os2port03 (1.3.250); FILE MERGED 2008/07/16 12:26:20 obr 1.3.250.3: RESYNC: (1.3-1.5); FILE MERGED 2008/04/18 04:34:57 obr 1.3.250.2: partially revert changes to fix build breakers on Solaris/Windows 2008/04/15 14:31:30 ydario 1.3.250.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f479859a6761191d458e3134dc20d2136356313b]

        INTEGRATION: CWS os2port03 (1.5.28); FILE MERGED 2008/07/16 12:26:16 obr 1.5.28.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/18 04:34:57 obr 1.5.28.2: partially revert changes to fix build breakers on Solaris/Windows 2008/04/15 14:31:30 ydario 1.5.28.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0a117099da7a6d3ea71d79e2b89d9ec5d25db020]

        INTEGRATION: CWS os2port03 (1.5.58); FILE MERGED 2008/07/16 12:26:11 obr 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 14:31:30 ydario 1.5.58.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7fb955a5ec172d96d7f551a2d84f1e411b50a4c3]

        INTEGRATION: CWS os2port03 (1.13.28); FILE MERGED 2008/07/16 12:26:00 obr 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/15 14:31:30 ydario 1.13.28.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7dd416b76ebde124801e9ba56bd70c26a424ab1b]

        INTEGRATION: CWS os2port03 (1.3.52); FILE MERGED 2008/07/16 12:25:56 obr 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 17:01:00 ydario 1.3.52.1: remove slash from macro.hxx, it is used as path separator. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d56fd2f2fe537599249ef5cb1c901fcf7904676b]

        INTEGRATION: CWS os2port03 (1.4.32); FILE MERGED 2008/07/16 12:25:53 obr 1.4.32.2: RESYNC: (1.4-1.6); FILE MERGED 2008/01/29 14:43:40 ydario 1.4.32.1: Added missing code for cdrom, removed *nix floppy functions. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a797efa808a6c1f62e3efb15c2e3d9f487821630]

        INTEGRATION: CWS os2port03 (1.35.170.1.6); FILE MERGED 2008/07/16 12:25:46 obr 1.35.170.1.6.2: RESYNC: (1.35.170.1-1.38); FILE MERGED 2008/04/15 14:31:29 ydario 1.35.170.1.6.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f352a454aa5f175411ca38c58eaaf02ad7a7a16c]

        INTEGRATION: CWS os2port03 (1.8.18); FILE MERGED 2008/07/16 12:25:32 obr 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/14 16:56:58 ydario 1.8.18.1: os2 needs different order for dll. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9f89370620caa27ea10e6328f71038b4ee6f38f1]

        INTEGRATION: CWS os2port03 (1.6.34); FILE MERGED 2008/04/17 14:20:04 ydario 1.6.34.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [dd16b80a2dc0a5b85bc8b4b4261e133b62fe67d0]

        INTEGRATION: CWS os2port03 (1.40.4); FILE MERGED 2008/07/16 12:24:18 obr 1.40.4.3: RESYNC: (1.41-1.44); FILE MERGED 2008/01/15 13:52:45 obr 1.40.4.2: RESYNC: (1.40-1.41); FILE MERGED 2008/01/14 16:41:05 ydario 1.40.4.1: add os2 build. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0ac2dfe4dabb9953c480ebd3d6f938f48f13eb48]

        INTEGRATION: CWS os2port03 (1.37.20); FILE MERGED 2008/07/18 12:35:00 obr 1.37.20.2: resync to DEV300:m24 2008/01/14 16:41:05 ydario 1.37.20.1: add os2 build. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9ccb98c75cc940aeb4c58c61d8226d5bb62e11dc]

        INTEGRATION: CWS os2port03 (1.27.30); FILE MERGED 2008/07/16 12:23:43 obr 1.27.30.2: RESYNC: (1.27-1.28); FILE MERGED 2008/04/17 14:17:49 ydario 1.27.30.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ff56183b7c749cc4d278694005f85909490abd6a]

        INTEGRATION: CWS os2port03 (1.5.12); FILE MERGED 2008/07/16 12:23:28 obr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 14:40:36 ydario 1.5.12.1: os2 builds as other platforms now. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8d27395d74d2da4fbae885ef900d71fb0b90242b]

        INTEGRATION: CWS os2port03 (1.16.30); FILE MERGED 2008/07/16 12:21:33 obr 1.16.30.2: RESYNC: (1.16-1.17); FILE MERGED 2008/01/14 16:58:41 ydario 1.16.30.1: deliver also 8.3 names. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d3e65f33177a64e21045951c8fb32f644eaa56e9]

        INTEGRATION: CWS os2port03 (1.3.20); FILE MERGED 2008/01/29 14:29:36 ydario 1.3.20.1: New exports for cpp-uno bridge. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6877f31298da822a8123c45e77e51b46fa10b58b]

        INTEGRATION: CWS os2port03 (1.7.630); FILE MERGED 2008/07/16 12:20:22 obr 1.7.630.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/14 17:25:27 ydario 1.7.630.1: define version also for os2. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e49c312cb05745d10fd7f835bc6a2c41c2f7252f]

        INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED 2008/01/15 08:49:56 ydario 1.1.2.1: os2 startup macros. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9b4c9a44af3b2cd39d798f9715c3a04fc9291ecb]

        INTEGRATION: CWS os2port03 (1.54.62); FILE MERGED 2008/07/16 12:20:19 obr 1.54.62.3: RESYNC: (1.55-1.57); FILE MERGED 2008/01/15 13:52:27 obr 1.54.62.2: RESYNC: (1.54-1.55); FILE MERGED 2008/01/15 09:36:36 ydario 1.54.62.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [11cab37e55a0a33afd7e86b29550589a32c6be2e]

        INTEGRATION: CWS os2port03 (1.36.46); FILE MERGED 2008/07/16 12:20:16 obr 1.36.46.4: RESYNC: (1.37-1.41); FILE MERGED 2008/04/15 14:38:00 ydario 1.36.46.3: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/15 13:52:24 obr 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED 2008/01/15 09:36:36 ydario 1.36.46.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2b2eb9efe35ae5662430f8110b0c35a3fde6b415]

        INTEGRATION: CWS os2port03 (1.13.334); FILE MERGED 2008/07/16 12:20:12 obr 1.13.334.2: RESYNC: (1.13-1.14); FILE MERGED 2008/01/15 09:36:36 ydario 1.13.334.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a166edea5fd07b15e94ca553f40c01519b10bee0]

        INTEGRATION: CWS os2port03 (1.115.10); FILE MERGED 2008/07/16 12:20:09 obr 1.115.10.5: RESYNC: (1.118-1.126); FILE MERGED 2008/04/15 14:38:00 ydario 1.115.10.4: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/16 07:35:30 ydario 1.115.10.3: Remove empty line (added by mistake) in WNT build. Issue number:i85203 Submitted by:ydario 2008/01/15 13:52:21 obr 1.115.10.2: RESYNC: (1.115-1.118); FILE MERGED 2008/01/15 09:36:36 ydario 1.115.10.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2e639c4b68604a6c6eb3dd073431645965a13335]

        INTEGRATION: CWS os2port03 (1.14.334); FILE MERGED 2008/07/16 12:20:06 obr 1.14.334.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/15 09:36:36 ydario 1.14.334.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f3aed6d944849cca694b508cec2e13a0c45befd7]

        INTEGRATION: CWS os2port03 (1.22.334); FILE MERGED 2008/07/16 12:20:03 obr 1.22.334.2: RESYNC: (1.22-1.23); FILE MERGED 2008/01/15 09:36:36 ydario 1.22.334.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [646d0869745f1e65d2fe79bbb22bdc871a52b5ef]

        INTEGRATION: CWS os2port03 (1.43.6); FILE MERGED 2008/07/16 12:20:00 obr 1.43.6.4: RESYNC: (1.44-1.48); FILE MERGED 2008/04/15 14:38:00 ydario 1.43.6.3: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/15 13:52:18 obr 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2008/01/15 09:36:36 ydario 1.43.6.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6af0deee9acff537023a7500a72875bc880375fb]

        INTEGRATION: CWS os2port03 (1.68.10); FILE MERGED 2008/07/16 12:19:56 obr 1.68.10.3: RESYNC: (1.69-1.74); FILE MERGED 2008/01/15 13:52:15 obr 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED 2008/01/15 09:36:36 ydario 1.68.10.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2d5aef0dd64ec589058fb9aea8d9eb7bbfd65614]

        INTEGRATION: CWS os2port03 (1.201.46); FILE MERGED 2008/07/16 12:19:53 obr 1.201.46.3: RESYNC: (1.202-1.209); FILE MERGED 2008/01/15 13:52:12 obr 1.201.46.2: RESYNC: (1.201-1.202); FILE MERGED 2008/01/15 09:36:36 ydario 1.201.46.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [cca46caf650be2670eb849098b2a02a7b3f8c4bd]

        INTEGRATION: CWS os2port03 (1.10.218); FILE MERGED 2008/07/16 12:19:50 obr 1.10.218.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/15 09:36:36 ydario 1.10.218.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d4b78cfea95a85cb32564f9ee338934cc0133bd7]

        INTEGRATION: CWS os2port03 (1.220.8); FILE MERGED 2008/07/16 12:19:47 obr 1.220.8.4: RESYNC: (1.224.2.1-1.233); FILE MERGED 2008/02/08 08:15:58 obr 1.220.8.3: RESYNC: (1.224-1.224.2.1); FILE MERGED 2008/01/15 13:52:09 obr 1.220.8.2: RESYNC: (1.220-1.224); FILE MERGED 2008/01/15 09:36:36 ydario 1.220.8.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3cece8e0af54a744595db102c1fdd698d0fa85f3]

        INTEGRATION: CWS os2port03 (1.91.60.1.4); FILE MERGED 2008/07/16 12:19:44 obr 1.91.60.1.4.2: RESYNC: (1.91.60.1-1.99); FILE MERGED 2008/01/29 15:36:12 ydario 1.91.60.1.4.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5bdf81d4617f4e07d88989e9874f9f639fdd8f3a]

        INTEGRATION: CWS os2port03 (1.48.218); FILE MERGED 2008/07/16 12:19:41 obr 1.48.218.2: RESYNC: (1.48-1.49); FILE MERGED 2008/04/15 14:38:00 ydario 1.48.218.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c08f526967c21029066250e0dafde41b98983ed0]

        INTEGRATION: CWS os2port03 (1.5.2); FILE ADDED 2008/07/18 11:27:40 rt 1.5.2.3: License header updated. 2008/04/15 14:38:00 ydario 1.5.2.2: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2003/08/25 14:46:01 ydario 1.5.2.1: file os2.mk was added on branch cws_src680_os2port03 on 2008-04-15 14:38:00 +0000

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e75ddc4836c10756e755b74665297d8612439433]

        INTEGRATION: CWS os2port03 (1.123.44); FILE MERGED 2008/07/16 12:19:38 obr 1.123.44.3: RESYNC: (1.123-1.136); FILE MERGED 2008/04/15 14:37:59 ydario 1.123.44.2: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/29 15:36:12 ydario 1.123.44.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6e257fbe9a5527c4bf858c425aec763710fcf33e]

        INTEGRATION: CWS os2port03 (1.33.46); FILE MERGED 2008/07/16 12:19:34 obr 1.33.46.4: RESYNC: (1.34-1.36); FILE MERGED 2008/04/15 14:37:59 ydario 1.33.46.3: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/15 13:52:06 obr 1.33.46.2: RESYNC: (1.33-1.34); FILE MERGED 2008/01/15 09:36:37 ydario 1.33.46.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [15c055ddf72333066d21a77fd9feff8a5741a98e]

        INTEGRATION: CWS os2port03 (1.111.16); FILE MERGED 2008/07/16 12:19:31 obr 1.111.16.5: RESYNC: (1.114-1.122); FILE MERGED 2008/04/15 14:37:59 ydario 1.111.16.4: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/16 07:35:30 ydario 1.111.16.3: Remove empty line (added by mistake) in WNT build. Issue number:i85203 Submitted by:ydario 2008/01/15 13:52:02 obr 1.111.16.2: RESYNC: (1.111-1.114); FILE MERGED 2008/01/15 09:36:37 ydario 1.111.16.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e6ab684abd32ead2bfb539ec5f27b488dc6e8c41]

        INTEGRATION: CWS os2port03 (1.19.334); FILE MERGED 2008/01/15 09:36:37 ydario 1.19.334.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [70b5b6e996a53bd6f97e32aa128a0407f83b544c]

        INTEGRATION: CWS os2port03 (1.42.6); FILE MERGED 2008/07/16 12:19:26 obr 1.42.6.4: RESYNC: (1.43-1.46); FILE MERGED 2008/04/15 14:37:58 ydario 1.42.6.3: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario 2008/01/15 13:51:59 obr 1.42.6.2: RESYNC: (1.42-1.43); FILE MERGED 2008/01/15 09:36:37 ydario 1.42.6.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [863160c87824fb73e9c204087ac0a8705d8503c1]

        INTEGRATION: CWS os2port03 (1.63.10); FILE MERGED 2008/07/16 12:19:22 obr 1.63.10.3: RESYNC: (1.64-1.68); FILE MERGED 2008/01/15 13:51:56 obr 1.63.10.2: RESYNC: (1.63-1.64); FILE MERGED 2008/01/15 09:36:37 ydario 1.63.10.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6e9fdc5a286d033547b6d6f26665ac50938b7ca4]

        INTEGRATION: CWS os2port03 (1.124.46); FILE MERGED 2008/07/16 12:19:09 obr 1.124.46.2: RESYNC: (1.124-1.129); FILE MERGED 2008/01/29 15:36:12 ydario 1.124.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7618fec3800b0dd00cce017fe17d5c24d46f5f14]

        INTEGRATION: CWS os2port03 (1.163.56); FILE MERGED 2008/07/16 12:19:06 obr 1.163.56.2: RESYNC: (1.163-1.170); FILE MERGED 2008/04/15 14:32:45 ydario 1.163.56.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [63e2b76104e7ecd21f2f7381b6fd669886abcb36]

        INTEGRATION: CWS os2port03 (1.8.166); FILE MERGED 2008/07/16 12:10:51 obr 1.8.166.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/17 14:23:16 ydario 1.8.166.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [08d99cb93e9dcf139090f842ad40cb0561811765]

        INTEGRATION: CWS os2port03 (1.19.148); FILE MERGED 2008/07/16 12:10:48 obr 1.19.148.2: RESYNC: (1.19-1.20); FILE MERGED 2008/04/17 14:23:16 ydario 1.19.148.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [afa3decad2d2d004bc8315de8ea902874c5ac248]

        INTEGRATION: CWS os2port03 (1.132.40.1.24); FILE MERGED 2008/07/16 12:10:44 obr 1.132.40.1.24.2: RESYNC: (1.132.40.1-1.136); FILE MERGED 2008/04/17 14:23:16 ydario 1.132.40.1.24.1: Issue number:  i85203 Submitted by: ydario Reviewed by: ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2a4e8a3603b19fa2397248be83734ac1206b256e]

        INTEGRATION: CWS os2port03 (1.2.10); FILE MERGED 2008/01/14 16:19:31 ydario 1.2.10.1: added exports to os2 map file Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [200b6ad0c1f1defdf41d869036510558d272995b]

        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>  [8c4fe46b6963f254cb3ad1f4504beb04b44ec795]

        INTEGRATION: CWS os2port03 (1.5.8); FILE MERGED 2008/07/16 12:09:23 obr 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/14 16:12:22 ydario 1.5.8.1: gcc is also for os2 Issue number: i85203 Submitted by:ydario Reviewed by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [960dd9dd80d459a3f53b31bce668d94e26c6ea2f]

        INTEGRATION: CWS os2port03 (1.9.46); FILE MERGED 2008/07/21 06:03:01 obr 1.9.46.4: fixed typo 2008/07/16 12:04:30 obr 1.9.46.3: RESYNC: (1.9-1.12); FILE MERGED 2008/04/14 08:22:47 ydario 1.9.46.2: os2 build fixes 2008/01/29 15:23:19 ydario 1.9.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [66aa82d270ab41b80069b5e4832cb35ae326dfca]

        INTEGRATION: CWS os2port03 (1.17.46); FILE MERGED 2008/07/16 12:04:27 obr 1.17.46.2: RESYNC: (1.17-1.20); FILE MERGED 2008/01/29 15:23:19 ydario 1.17.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [41ec2479d1858930bf9f26527c4cfa407dc57a4f]

        INTEGRATION: CWS os2port03 (1.11.64); FILE MERGED 2008/07/16 12:04:18 obr 1.11.64.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/29 15:23:19 ydario 1.11.64.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9831578087e43b91e2935b12029458fc295cbe08]

        INTEGRATION: CWS os2port03 (1.10.50); FILE MERGED 2008/07/16 12:04:14 obr 1.10.50.2: RESYNC: (1.10-1.12); FILE MERGED 2008/01/29 15:23:19 ydario 1.10.50.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6f3234002b1584e20bad750d2915365ac741d496]

        INTEGRATION: CWS os2port03 (1.9.50); FILE MERGED 2008/07/16 12:04:11 obr 1.9.50.2: RESYNC: (1.9-1.11); FILE MERGED 2008/01/29 15:23:19 ydario 1.9.50.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [bcaf51f8c89dba753c08e66a276c3dccc6b58c2a]

        INTEGRATION: CWS os2port03 (1.7.48); FILE MERGED 2008/07/16 12:04:08 obr 1.7.48.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/18 07:05:58 obr 1.7.48.2: removed obsolete OS/2 #ifdef 2008/04/14 08:22:47 ydario 1.7.48.1: os2 build fixes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [38d106b69af3f19a1dfce48b4fa5e156b2a42ffb]

        INTEGRATION: CWS os2port03 (1.8.160); FILE MERGED 2008/07/16 12:03:16 obr 1.8.160.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/29 15:23:18 ydario 1.8.160.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [05c0543190f84a60b26bdf8c11a1627b28a28340]

        INTEGRATION: CWS os2port03 (1.7.160); FILE MERGED 2008/07/16 12:03:12 obr 1.7.160.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/29 15:23:18 ydario 1.7.160.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d03f795312a3f80c22d04fecaf04ecc06f03c3d6]

        INTEGRATION: CWS os2port03 (1.13.46); FILE MERGED 2008/07/16 12:03:06 obr 1.13.46.2: RESYNC: (1.13-1.15); FILE MERGED 2008/01/29 15:23:18 ydario 1.13.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [59f3073b3c391fb1bf035e7613cca18e711030f8]

        INTEGRATION: CWS os2port03 (1.9.50); FILE MERGED 2008/07/16 12:02:37 obr 1.9.50.2: RESYNC: (1.9-1.10); FILE MERGED 2008/01/29 15:23:18 ydario 1.9.50.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [360bb3344758ca6fbdcf07ccd645af9ef19cb347]

        INTEGRATION: CWS os2port03 (1.17.46); FILE MERGED 2008/07/16 12:02:32 obr 1.17.46.2: RESYNC: (1.17-1.20); FILE MERGED 2008/01/29 15:23:17 ydario 1.17.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3e0f144e71a7ab9a82111579688920919c30844d]

        INTEGRATION: CWS os2port03 (1.6.126); FILE MERGED 2008/07/16 12:02:19 obr 1.6.126.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/18 06:41:32 obr 1.6.126.2: removed obsolete OS/2 #ifdef 2008/04/14 08:22:47 ydario 1.6.126.1: os2 build fixes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a862fb32817e7493bc0f619d81730199768237bf]

        INTEGRATION: CWS os2port03 (1.10.50); FILE MERGED 2008/07/16 12:02:09 obr 1.10.50.2: RESYNC: (1.10-1.12); FILE MERGED 2008/01/29 15:23:17 ydario 1.10.50.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4b1409a1c961f4d9d0fe888dc8a360f447d7c29e]

        INTEGRATION: CWS os2port03 (1.2.46); FILE MERGED 2008/07/16 12:01:52 obr 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/29 15:23:17 ydario 1.2.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b69bcc4dcf4faa8dabe7fd8cfee86c558b4d3ec4]

        INTEGRATION: CWS os2port03 (1.2.46); FILE MERGED 2008/07/16 12:01:48 obr 1.2.46.2: RESYNC: (1.2-1.6); FILE MERGED 2008/01/29 15:23:17 ydario 1.2.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b8366119e946211c502010ffc1139bcaf3ef7685]

        INTEGRATION: CWS os2port03 (1.16.46); FILE MERGED 2008/07/16 12:01:38 obr 1.16.46.2: RESYNC: (1.16-1.19); FILE MERGED 2008/01/29 15:23:17 ydario 1.16.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [fa5b111fba6c0329106526eb63478d68fe371272]

        INTEGRATION: CWS os2port03 (1.5.160); FILE MERGED 2008/07/16 11:58:03 obr 1.5.160.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/18 04:37:59 obr 1.5.160.2: removed obsolete OS/2 #ifdef 2008/04/14 08:22:46 ydario 1.5.160.1: os2 build fixes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [69391ab9beee03314e0baafbfbef2a1d0aeaeb4c]

        INTEGRATION: CWS os2port03 (1.20.46); FILE MERGED 2008/07/16 11:57:47 obr 1.20.46.2: RESYNC: (1.20-1.23); FILE MERGED 2008/01/29 15:23:16 ydario 1.20.46.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [04204459b0c6a8ccec8ed769d76de1f2e7f7bc82]

        INTEGRATION: CWS os2port03 (1.8.96); FILE MERGED 2008/07/16 11:57:32 obr 1.8.96.2: RESYNC: (1.8-1.10); FILE MERGED 2008/01/29 15:23:16 ydario 1.8.96.1: os2 build system fixes. Issue number:i85203 Submitted by:ydario

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aa825491c72f68a80884992bf6e58f31be7321df]

        INTEGRATION: CWS xmlfilter06 (1.12.6); FILE MERGED 2008/06/13 12:44:05 os 1.12.6.5: invalid includes removed 2008/06/02 12:34:27 hbrinkm 1.12.6.4: moved ';' to enable build 2008/06/02 07:50:24 os 1.12.6.3: assertions added 2008/05/30 12:14:31 hbrinkm 1.12.6.2: use TagLogger 2008/05/27 11:36:07 dr 1.12.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ca3c1519cf2fb517fa23dbea80afb2781f03c8a2]

        INTEGRATION: CWS xmlfilter06 (1.78.66); FILE MERGED 2008/07/04 10:58:07 dr 1.78.66.4: RESYNC: (1.79-1.80); FILE MERGED 2008/06/27 12:57:57 dr 1.78.66.3: RESYNC: (1.78-1.79); FILE MERGED 2008/06/13 12:48:46 os 1.78.66.2: OLE replacement image support added 2008/05/27 14:49:04 dr 1.78.66.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [34bea5760bb8da4fc21da6816a65b86252ea3645]

        INTEGRATION: CWS xmlfilter06 (1.33.100); FILE MERGED 2008/07/10 22:47:41 mav 1.33.100.1: #i91053# avoid resize after conversion

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ce6f150e8af17022ec8f4c16ea2639fb80820c44]

        INTEGRATION: CWS xmlfilter06 (1.45.16); FILE MERGED 2008/07/10 14:38:58 tbe 1.45.16.1: #i91436# Enhanced formula input: invalid formula not detected

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c8b6bb5f92b63b4f22a19262cb678f6f53e2a84f]

        INTEGRATION: CWS xmlfilter06 (1.26.18); FILE MERGED 2008/07/11 14:25:08 tbe 1.26.18.1: #i91550# Reference input mode when entering a formula starting with + or -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f8923d81c451205c28722717d4cb8ba64a465b85]

        INTEGRATION: CWS xmlfilter06 (1.68.2); FILE MERGED 2008/07/11 14:23:47 tbe 1.68.2.1: #i91550# Reference input mode when entering a formula starting with + or -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [1d5f37219d33bd5cb2461b4b36be495fb49593e0]

        INTEGRATION: CWS xmlfilter06 (1.19.50); FILE MERGED 2008/07/11 14:22:05 tbe 1.19.50.1: #i91550# Reference input mode when entering a formula starting with + or -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a4297eca4bb547a376fa24c8b71262587d964804]

        INTEGRATION: CWS xmlfilter06 (1.25.52); FILE MERGED 2008/07/11 13:07:48 dr 1.25.52.1: crash while deleting sheet with A11Y on MacOS

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [819b006b56af7ca844343c780849fa1ec1d37cf6]

        INTEGRATION: CWS xmlfilter06 (1.30.52); FILE MERGED 2008/07/11 14:21:01 tbe 1.30.52.1: #i91550# Reference input mode when entering a formula starting with + or -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f206974dba307e1c160ed4683207fd19ba2c7486]

        INTEGRATION: CWS xmlfilter06 (1.29.52); FILE MERGED 2008/07/03 12:53:42 dr 1.29.52.1: #i91331# crash on saving notes with fontwork applied

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a85b68217138daa5ebdf887e8870a5d4289a684a]

        INTEGRATION: CWS xmlfilter06 (1.81.2); FILE MERGED 2008/07/10 14:35:35 tbe 1.81.2.1: #i91436# Enhanced formula input: invalid formula not detected

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e7459d6f83592e575bee633e17b7edd25cb3d7e3]

        INTEGRATION: CWS xmlfilter06 (1.74.2); FILE MERGED 2008/07/11 11:04:28 dr 1.74.2.1: #i10000# check ptr

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [bb46aba94cd8aff7c0b4a75c4f1477bf479eb144]

        INTEGRATION: CWS xmlfilter06 (1.39.2); FILE MERGED 2008/07/10 14:33:51 tbe 1.39.2.1: #i91436# Enhanced formula input: invalid formula not detected

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [db3d00d088051edcc8b1e79556893b34ae22321e]

        INTEGRATION: CWS xmlfilter06 (1.4.10); FILE MERGED 2008/06/25 15:39:39 mav 1.4.10.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6955e1d6b6b56e6180f86cf4ec0a32c16dd7f18b]

        INTEGRATION: CWS xmlfilter06 (1.8.10); FILE MERGED 2008/06/25 15:39:39 mav 1.8.10.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [10b010486793e473b6912c93cfa765499e584c98]

        INTEGRATION: CWS xmlfilter06 (1.21.10); FILE MERGED 2008/06/25 15:39:38 mav 1.21.10.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [752c30e4b91902719ca45974b946a7f2c642483c]

        INTEGRATION: CWS xmlfilter06 (1.37.8); FILE MERGED 2008/06/30 09:54:02 dr 1.37.8.2: RESYNC: (1.37-1.38); FILE MERGED 2008/06/25 15:39:38 mav 1.37.8.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [92070f7f0b9687a5bbace3a468cf0e9ae0decab2]

        INTEGRATION: CWS xmlfilter06 (1.26.8); FILE MERGED 2008/06/30 09:54:06 dr 1.26.8.2: RESYNC: (1.26-1.27); FILE MERGED 2008/06/25 15:39:38 mav 1.26.8.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [dcb8bdea76e7b954556f19e12c4e1e5b77779de0]

        INTEGRATION: CWS xmlfilter06 (1.22.8); FILE MERGED 2008/06/30 09:53:56 dr 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2008/06/25 15:39:38 mav 1.22.8.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aeed8c002ecaf2d57b865aed2eb64f56533a75f3]

        INTEGRATION: CWS xmlfilter06 (1.28.8); FILE MERGED 2008/06/30 09:53:52 dr 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2008/06/25 15:39:38 mav 1.28.8.1: #i91053# convert OOXML objects to OOo objects on activation

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3315880d85b0644a62873ae40848f5fa057417bd]

        INTEGRATION: CWS xmlfilter06 (1.33.76); FILE MERGED 2008/07/04 11:47:17 dr 1.33.76.4: #i10000# resync errors 2008/07/04 11:05:34 dr 1.33.76.3: RESYNC: (1.34-1.35); FILE MERGED 2008/06/27 12:59:25 dr 1.33.76.2: RESYNC: (1.33-1.34); FILE MERGED 2008/05/27 12:38:51 dr 1.33.76.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [25258ef39623b91623e48f85304587430323e37b]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/26 14:16:01 dr 1.5.6.2: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/05/27 10:40:45 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ed3bf729fa05d93ec278c06fa0b3b04c969b661f]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/05/29 15:53:40 dr 1.5.6.2: pagebreak mode in BIFF8 only 2008/05/27 10:40:45 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4723bde01b9e69c680b8fe90e9d17594e72bbdff]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/06/24 14:03:14 dr 1.3.6.3: axis number formats, constant series source data 2008/06/23 15:31:41 dr 1.3.6.2: more chart axis settings 2008/05/27 10:40:44 dr 1.3.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [18e75834e72fe82baab3a4c5141bacd36f3b9c81]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/11 09:52:18 dr 1.5.6.4: #i10000# wrong func name 2008/07/10 11:13:50 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/24 14:03:14 dr 1.5.6.2: axis number formats, constant series source data 2008/05/27 10:40:44 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8790e44a4912479ada1707a44aedb99fd158465c]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:57:45 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/06 16:27:55 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:44 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5fa7203ccb7453fad5cf1a9ef09b15ae4b67d7ff]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/24 14:03:14 dr 1.2.6.3: axis number formats, constant series source data 2008/06/23 15:31:41 dr 1.2.6.2: more chart axis settings 2008/05/27 10:40:44 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d564b85508dfa8c70d5c8cfa8a4b208ae38b4498]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/24 14:03:14 dr 1.4.6.2: axis number formats, constant series source data 2008/05/27 10:40:44 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [86db36d945865873b86251f410cef126ec73ad67]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:57:35 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/06 16:27:54 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:43 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [25d73b74582ce52afd6dc9aaa0ff21991d4a224d]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/30 09:57:38 dr 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2008/06/06 16:27:54 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:42 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [77f79f77ed732aac2e00c312045c02c09e15ef33]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/06 16:27:54 dr 1.3.8.1: chart formatting: builtin line/fill/effect styles, manual line formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a4786643553188bb73efa11351e9c7595c165267]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/10 11:13:13 dr 1.5.6.7: RESYNC: (1.5-1.6); FILE MERGED 2008/06/27 09:18:01 dr 1.5.6.6: fill properties cleanup, resolve line gradients to solid color 2008/06/20 11:58:17 dr 1.5.6.5: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 15:01:22 dr 1.5.6.4: chart formatting, some more changes 2008/06/10 10:51:10 dr 1.5.6.3: chart area formatting, first steps 2008/06/06 16:27:54 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:42 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aa81719b5862222dde5492b44de2a31f13fe4953]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:17 dr 1.5.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 10:51:10 dr 1.5.6.2: chart area formatting, first steps 2008/05/27 10:40:42 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2e6654d5c3237d66a3f6ab946d3c3a9fd7d4c316]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/06 16:27:54 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:42 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aa5919cf4f4f34d9a16eae66352dd233c33425c5]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/04 11:03:53 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 11:58:17 dr 1.4.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/06 16:27:54 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:42 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0b48649ab8c3f928db3f0bf1f952c4308c408adf]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:57:41 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/06 16:27:54 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:42 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9d3971b7079965b2d818aa50b88a52de552944ad]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/06 16:27:54 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:41 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e88c6ae3cead2ad1eb3fcb61325ba5477afd4a63]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/10 10:51:10 dr 1.4.6.2: chart area formatting, first steps 2008/05/27 10:40:41 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [64a05deaa91e0ccbf6c1f2ee56dab2ae13713b9e]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/26 14:16:00 dr 1.3.8.2: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/09 15:16:13 dr 1.3.8.1: more chart line formatting, add line dashs to chart dash container

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7242a67ed6b7b9142b584da105c6fcf77ba5a44d]

        INTEGRATION: CWS xmlfilter06 (1.2.8); FILE MERGED 2008/06/30 14:50:18 dr 1.2.8.1: #i10000# resync additions

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [75e4b03d56f240ff4ba980b85e88107e4fcbd293]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:17 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:40 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4d4e1bd08f1e7330f902e613308e231c4e5b0e5d]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/12 15:01:22 dr 1.4.6.4: chart formatting, some more changes 2008/06/10 10:51:09 dr 1.4.6.3: chart area formatting, first steps 2008/06/06 16:27:54 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:40 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4757fb94f427f0267ef071940f089dd86be91136]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/27 09:18:01 dr 1.2.6.9: fill properties cleanup, resolve line gradients to solid color 2008/06/26 08:37:58 dr 1.2.6.8: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 16:22:22 dr 1.2.6.7: chart: vary data point colors 2008/06/25 14:58:39 dr 1.2.6.6: import chart data point labels and trendline label 2008/06/23 12:55:47 dr 1.2.6.5: final chart font formatting 2008/06/20 11:58:17 dr 1.2.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/11 17:46:35 dr 1.2.6.3: more chart formatting 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Svante Schubert  <sus@openoffice.org>  [128292aa1e61d6434568436cfb9099092c8c8787]

        #i91974# Make RUNTIME ONLY dependency more explicit

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d7599b3960d44cbce01243473dc0c5b2bed4fd42]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/23 12:55:47 dr 1.2.6.5: final chart font formatting 2008/06/20 11:58:17 dr 1.2.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 15:30:54 dr 1.2.6.3: chart fill properties 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Svante Schubert  <sus@openoffice.org>  [dce5ac70ac79fb9e3060f8ba5147fb3beb376e8d]

        #i91974# Added License for Saxon from http://www.saxonica.com/licence.html

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [09c093c549f236dba06079ecdaccc3e8f98be9ea]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/20 11:58:16 dr 1.2.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:39 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [56cd9d1466ea382892bb3054705a200db50ffcb5]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:39 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:39 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [fa7b8d2050afe20867d0e08055fe0d01d8a5328f]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:57 dr 1.2.6.12: #i10000# resync errors 2008/07/04 11:03:24 dr 1.2.6.11: RESYNC: (1.2-1.3); FILE MERGED 2008/06/26 08:37:58 dr 1.2.6.10: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 16:22:22 dr 1.2.6.9: chart: vary data point colors 2008/06/25 14:58:39 dr 1.2.6.8: import chart data point labels and trendline label 2008/06/23 12:55:47 dr 1.2.6.7: final chart font formatting 2008/06/20 11:58:16 dr 1.2.6.6: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 11:39:33 dr 1.2.6.5: color patterns and fading in chart series 2008/06/11 17:46:35 dr 1.2.6.4: more chart formatting 2008/06/10 15:30:54 dr 1.2.6.3: chart fill properties 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9c1d6869526a5f38fbb0ebe22171a93f9f3ba0e0]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/04 11:03:29 dr 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2008/06/25 14:58:39 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:39 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ad7cc9d306a046f5f29c1370f845fd78b8376e85]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/06 16:27:53 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5b5db7a982c3042d1682f12cde95455091652967]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/07 11:12:38 dr 1.2.6.9: #i10000# resync error 2008/07/04 11:46:57 dr 1.2.6.8: #i10000# resync errors 2008/07/04 11:03:35 dr 1.2.6.7: RESYNC: (1.2-1.3); FILE MERGED 2008/06/26 08:37:58 dr 1.2.6.6: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/23 12:55:47 dr 1.2.6.5: final chart font formatting 2008/06/20 11:58:16 dr 1.2.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 11:39:33 dr 1.2.6.3: color patterns and fading in chart series 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4061abad395c03fbb3fe4525b417da32b969a599]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/27 09:18:00 dr 1.1.2.16: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:16:00 dr 1.1.2.15: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/26 08:37:58 dr 1.1.2.14: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 16:22:22 dr 1.1.2.13: chart: vary data point colors 2008/06/25 14:58:39 dr 1.1.2.12: import chart data point labels and trendline label 2008/06/24 14:03:14 dr 1.1.2.11: axis number formats, constant series source data 2008/06/23 12:55:46 dr 1.1.2.10: final chart font formatting 2008/06/20 11:58:16 dr 1.1.2.9: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 15:01:21 dr 1.1.2.8: chart formatting, some more changes 2008/06/12 11:39:33 dr 1.1.2.7: color patterns and fading in chart series 2008/06/11 17:46:35 dr 1.1.2.6: more chart formatting 2008/06/10 15:30:54 dr 1.1.2.5: chart fill properties 2008/06/10 10:51:09 dr 1.1.2.4: chart area formatting, first steps 2008/06/09 15:29:33 dr 1.1.2.3: clean up 2008/06/09 15:16:13 dr 1.1.2.2: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:53 dr 1.1.2.1: chart formatting: builtin line/fill/effect styles, manual line formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [64bd98314f3c97b3090245354a1fba634776d7ce]

        INTEGRATION: CWS xmlfilter06 (1.1.4); FILE ADDED 2008/06/25 14:58:39 dr 1.1.4.2: import chart data point labels and trendline label 2008/02/13 14:38:30 dr 1.1.4.1: file modelbase.cxx was added on branch cws_dev300_xmlfilter06 on 2008-06-25 14:58:39 +0000

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7e48c8afaca937bec3cf1261ac7674028687c556]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:39 dr 1.4.6.4: import chart data point labels and trendline label 2008/06/09 15:16:12 dr 1.4.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:53 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:39 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5ebb7e082ca7f5c6b9668ba78e2c8ac8c943acb8]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/24 14:03:14 dr 1.2.6.2: axis number formats, constant series source data 2008/05/27 10:40:38 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [626ec7217d45d21b36c48716f121fc8eaba66528]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:57 dr 1.2.6.7: #i10000# resync errors 2008/07/04 11:03:41 dr 1.2.6.6: RESYNC: (1.2-1.3); FILE MERGED 2008/06/23 12:55:46 dr 1.2.6.5: final chart font formatting 2008/06/09 15:16:12 dr 1.2.6.4: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:53 dr 1.2.6.3: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 15:00:36 dr 1.2.6.2: #i10000# 2008/05/27 10:40:38 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c05b3a6e1d5dc706895723b500cab1cd22807940]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:38 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0f3501b6e043d9d004c2298afa1089ff7e4c40a6]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:56 dr 1.2.6.6: #i10000# resync errors 2008/07/04 11:03:46 dr 1.2.6.5: RESYNC: (1.2-1.3); FILE MERGED 2008/06/23 12:55:46 dr 1.2.6.4: final chart font formatting 2008/06/20 11:58:16 dr 1.2.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:38 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [08456664ce0ddd58591ef0e98423127a8a0e79e8]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/24 14:03:14 dr 1.2.6.5: axis number formats, constant series source data 2008/06/23 15:31:41 dr 1.2.6.4: more chart axis settings 2008/06/23 12:55:46 dr 1.2.6.3: final chart font formatting 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:37 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [080a6ad4329d32ca06670604610eafcfdf445a8d]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:39 dr 1.4.6.3: import chart data point labels and trendline label 2008/06/23 15:31:41 dr 1.4.6.2: more chart axis settings 2008/05/27 10:40:37 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b483f80c0c6ddc31d93d96fc3c46d5183de50e73]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/27 09:18:00 dr 1.2.6.8: fill properties cleanup, resolve line gradients to solid color 2008/06/25 14:58:39 dr 1.2.6.7: import chart data point labels and trendline label 2008/06/24 14:03:14 dr 1.2.6.6: axis number formats, constant series source data 2008/06/23 15:31:41 dr 1.2.6.5: more chart axis settings 2008/06/23 12:55:46 dr 1.2.6.4: final chart font formatting 2008/06/20 11:58:16 dr 1.2.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/06 16:27:53 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:37 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6ea2e3f0ddaf620f35d714dab823459ed8bc14af]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:38 dr 1.4.6.3: import chart data point labels and trendline label 2008/06/23 15:31:41 dr 1.4.6.2: more chart axis settings 2008/05/27 10:40:37 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f5f115e69a5d3a6e4d16ec3dc111761fcc2aa310]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/23 12:55:46 dr 1.4.6.2: final chart font formatting 2008/05/27 10:40:36 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [53e3de6276c8620c608904861ea27bbb9240be0c]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/23 12:55:46 dr 1.4.6.6: final chart font formatting 2008/06/23 08:45:14 dr 1.4.6.5: apply theme font reference per shape 2008/06/20 14:24:47 dr 1.4.6.4: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/12 15:01:21 dr 1.4.6.3: chart formatting, some more changes 2008/06/06 16:27:53 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:36 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2b69389f1af1eb7a995e8493e9a52dc69213d196]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/07/04 11:03:14 dr 1.3.6.5: RESYNC: (1.3-1.4); FILE MERGED 2008/06/23 12:55:46 dr 1.3.6.4: final chart font formatting 2008/06/23 08:45:14 dr 1.3.6.3: apply theme font reference per shape 2008/06/20 14:24:47 dr 1.3.6.2: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/05/27 10:40:36 dr 1.3.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aabb884b915a995ccc4db71fea3ee320cb6f532c]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:16 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a7c09fd4b925c683b283fc3dec7ff6cc27165f87]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/10 14:00:01 dr 1.4.6.8: #i10000# resync 2008/07/10 11:33:04 dr 1.4.6.7: #i10000# resync 2008/07/10 11:13:27 dr 1.4.6.6: RESYNC: (1.5-1.6); FILE MERGED 2008/06/30 16:21:11 dr 1.4.6.5: #i10000# resync additions 2008/06/30 09:57:19 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 14:24:47 dr 1.4.6.3: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:16 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2e24fb3dfca41e79b0d6479710c440b31da49619]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/10 14:00:01 dr 1.4.6.5: #i10000# resync 2008/07/10 11:13:31 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 14:24:47 dr 1.4.6.3: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:16 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [98d88801b908641170308f78b66ad47a94975bf5]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/10 11:13:34 dr 1.5.6.4: RESYNC: (1.5-1.6); FILE MERGED 2008/06/23 08:45:14 dr 1.5.6.3: apply theme font reference per shape 2008/06/20 11:58:16 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [689bcb79d705fb7a65abd7d6222bd05fbc2a50b0]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:16 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [842d2ab9838accd8009ec096fcc131fd0cb5f743]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/23 12:55:46 dr 1.1.2.1: final chart font formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f58e870a898a0c98649eabf5ba43952d26a84331]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/10 11:13:23 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/20 11:58:16 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:36 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7897af8a4d8960d53d7143ee7cc73f20db5bcded]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/10 11:13:20 dr 1.4.6.5: RESYNC: (1.5-1.6); FILE MERGED 2008/06/30 09:57:05 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 14:24:47 dr 1.4.6.3: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:16 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [27b91771025d6438e3a5eb65b3f51afe8b72bef5]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 14:24:47 dr 1.5.6.3: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:16 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [917628a1060e528369379eb88301a8a8babb8ac3]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:16 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [71c1dac9e0f125bafbc104368e4beb984f6bee54]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:15 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [13c38fda3202aa0cfd321c0f72c1f8ab95089372]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/10 14:00:01 dr 1.5.6.5: #i10000# resync 2008/07/10 11:13:39 dr 1.5.6.4: RESYNC: (1.5-1.6); FILE MERGED 2008/06/23 08:45:14 dr 1.5.6.3: apply theme font reference per shape 2008/06/20 11:58:15 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9148977a01cd484dd1cd7b0d9e47d5fd573e8800]

        INTEGRATION: CWS xmlfilter06 (1.2.8); FILE MERGED 2008/06/30 14:50:17 dr 1.2.8.1: #i10000# resync additions

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [fc31b93507705840677f3220698f5ee1307efa5e]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/30 14:50:17 dr 1.4.6.5: #i10000# resync additions 2008/06/30 09:57:27 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/23 08:45:14 dr 1.4.6.3: apply theme font reference per shape 2008/06/09 15:16:12 dr 1.4.6.2: more chart line formatting, add line dashs to chart dash container 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b6eff3d1e70ac9942531d183146d4a3a83d92c9e]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/10 10:51:09 dr 1.5.6.3: chart area formatting, first steps 2008/06/06 16:27:53 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [109d51a9905166a0d768cdd72e07cfda2e3ecded]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/07/11 06:53:03 dr 1.5.6.15: missing defaults 2008/07/11 06:51:09 dr 1.5.6.14: missing defaults 2008/07/04 11:03:08 dr 1.5.6.13: RESYNC: (1.6-1.7); FILE MERGED 2008/06/30 14:50:17 dr 1.5.6.12: #i10000# resync additions 2008/06/30 09:57:23 dr 1.5.6.11: RESYNC: (1.5-1.6); FILE MERGED 2008/06/27 09:18:00 dr 1.5.6.10: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:15:59 dr 1.5.6.9: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/23 12:55:46 dr 1.5.6.8: final chart font formatting 2008/06/23 08:45:14 dr 1.5.6.7: apply theme font reference per shape 2008/06/20 11:58:15 dr 1.5.6.6: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 15:01:21 dr 1.5.6.5: chart formatting, some more changes 2008/06/10 10:51:09 dr 1.5.6.4: chart area formatting, first steps 2008/06/09 15:16:12 dr 1.5.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:53 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d5350f4e29882c2897687d7a1e000d737a7f74df]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/30 09:57:16 dr 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 14:24:47 dr 1.4.6.2: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4228bc9c2cd550c2710531111d730d62b14cc805]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/27 09:18:00 dr 1.4.6.7: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:15:58 dr 1.4.6.6: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 11:58:15 dr 1.4.6.5: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 10:51:09 dr 1.4.6.4: chart area formatting, first steps 2008/06/09 15:16:12 dr 1.4.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:52 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [1354f4f008961c24ca780fb214db9a80418a70fc]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/27 09:18:00 dr 1.5.6.8: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:15:58 dr 1.5.6.7: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 11:58:15 dr 1.5.6.6: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 15:30:54 dr 1.5.6.5: chart fill properties 2008/06/10 10:51:09 dr 1.5.6.4: chart area formatting, first steps 2008/06/09 15:16:12 dr 1.5.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:52 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [23cbff4fb0d6e0e028ee9dc1808fd17413aeeb49]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:57:09 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/20 11:58:15 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b527ce7e95c395ef9e044ce88adbe35254482bb6]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 17:08:23 dr 1.5.6.7: #i10000# 2008/06/30 09:57:13 dr 1.5.6.6: RESYNC: (1.5-1.6); FILE MERGED 2008/06/27 12:13:13 dr 1.5.6.5: rudimentary hatch support 2008/06/20 11:58:15 dr 1.5.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 15:01:21 dr 1.5.6.3: chart formatting, some more changes 2008/06/10 10:51:09 dr 1.5.6.2: chart area formatting, first steps 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5687acfd251d09b08171b08f9d7f42d7c6fddeca]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/27 12:13:13 dr 1.5.6.6: rudimentary hatch support 2008/06/27 09:18:00 dr 1.5.6.5: fill properties cleanup, resolve line gradients to solid color 2008/06/20 11:58:15 dr 1.5.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 15:30:54 dr 1.5.6.3: chart fill properties 2008/06/10 10:51:09 dr 1.5.6.2: chart area formatting, first steps 2008/05/27 10:40:35 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b5e11c922f09831ebb1c8629ebcfbb0753067fe2]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/26 14:15:58 dr 1.4.6.4: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 14:24:47 dr 1.4.6.3: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:15 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [444b1fbc3308c80e05ec34fe5bfddf3c71c6ec94]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:15 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:35 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8c1cccdbfab3205caf905f7c8be2db31b07ae700]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:15 dr 1.5.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 11:39:32 dr 1.5.6.3: color patterns and fading in chart series 2008/06/10 10:51:09 dr 1.5.6.2: chart area formatting, first steps 2008/05/27 10:40:34 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2f8e9fc2983bb20a01a9a1923373de9354554722]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/26 14:15:57 dr 1.4.6.3: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 11:58:15 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:34 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a1a4cb74ec50da276b88497b08291c99a9c0f738]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/26 14:15:57 dr 1.1.2.1: handle drawing object tables separated for chart import, extended line formatting with own property name sets

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3c0d223fe2f3050538154556a484f445844ffaaa]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/26 14:15:57 dr 1.4.6.2: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/05/27 10:40:34 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [389a7f0d6e2d7fe53c0c53246f7c1c614a508fa2]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/06/25 14:58:38 dr 1.3.6.2: import chart data point labels and trendline label 2008/05/27 10:40:34 dr 1.3.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5610bd4b54bd26d0b15c3a0de34d682e852e6309]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:38 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:34 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [76bb99715ef6049d77a95ed1d587dd773525826d]

        INTEGRATION: CWS xmlfilter06 (1.5.12); FILE MERGED 2008/07/04 11:02:55 dr 1.5.12.4: RESYNC: (1.6-1.7); FILE MERGED 2008/06/30 09:57:00 dr 1.5.12.3: RESYNC: (1.5-1.6); FILE MERGED 2008/05/28 10:19:36 dr 1.5.12.2: fixed internal deps 2008/05/27 10:40:33 dr 1.5.12.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ef7b4bac5be6e04347091dfdb778496f6e707ba9]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/24 14:03:13 dr 1.3.8.2: axis number formats, constant series source data 2008/06/23 15:31:40 dr 1.3.8.1: more chart axis settings

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [41417a003328272a006b2188d8614aa3bb364719]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/24 14:03:13 dr 1.5.6.2: axis number formats, constant series source data 2008/05/27 10:40:32 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3ffc0d147db7ae6d87d82b20b37fa654b39b5a07]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:56:57 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/06 16:27:52 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:32 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9e2cc2f8d837b25cc7dd2a2572b506c80dae4259]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/24 14:03:13 dr 1.2.6.3: axis number formats, constant series source data 2008/06/23 15:31:40 dr 1.2.6.2: more chart axis settings 2008/05/27 10:40:32 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f30ed341781809fc0327f90bc7f234defad5ac4b]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/06 16:27:52 dr 1.3.8.1: chart formatting: builtin line/fill/effect styles, manual line formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d79141eaa97311ca4dc0c97635bb8173442c1d57]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/30 09:56:35 dr 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2008/06/06 16:27:52 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:31 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ebf91a67f89e2f39bc734251c6233dcff7443ba0]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/10 10:51:08 dr 1.4.6.2: chart area formatting, first steps 2008/05/27 10:40:31 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [382dd857667cff9e191fb8b1695db19015d69229]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/27 09:18:00 dr 1.3.8.2: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:15:56 dr 1.3.8.1: handle drawing object tables separated for chart import, extended line formatting with own property name sets

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9bd3ff5dcac43c3f7b8c7f12d1390824b876568d]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:14 dr 1.4.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/09 15:16:12 dr 1.4.6.2: more chart line formatting, add line dashs to chart dash container 2008/05/27 10:40:31 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4590ebabde78a0491582697d437231105f8321cd]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/26 14:15:56 dr 1.3.8.2: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/09 15:16:12 dr 1.3.8.1: more chart line formatting, add line dashs to chart dash container

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [cb9af0bdad151bf74c007e1265eb0dec4aa71197]

        INTEGRATION: CWS xmlfilter06 (1.2.8); FILE MERGED 2008/06/30 14:50:17 dr 1.2.8.1: #i10000# resync additions

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b7c08ed53ef1a5607916ebfc150dec428544c54c]

        INTEGRATION: CWS xmlfilter06 (1.2.8); FILE MERGED 2008/07/04 11:02:32 dr 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2008/06/30 14:50:17 dr 1.2.8.1: #i10000# resync additions

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c4d9325708bde1dd3f33e567170b55c67722dcb8]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/12 15:01:21 dr 1.4.6.2: chart formatting, some more changes 2008/05/27 10:40:30 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3f1ece576127fcdc0a9028871d5267a4078e26c6]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:55 dr 1.2.6.7: #i10000# resync errors 2008/07/04 11:02:50 dr 1.2.6.6: RESYNC: (1.2-1.3); FILE MERGED 2008/06/26 08:37:58 dr 1.2.6.5: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 16:22:21 dr 1.2.6.4: chart: vary data point colors 2008/06/25 14:58:38 dr 1.2.6.3: import chart data point labels and trendline label 2008/06/11 17:46:35 dr 1.2.6.2: more chart formatting 2008/05/27 10:40:30 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [23b49be4cd878c123a04ea81f7b313d460304f1c]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/20 11:58:14 dr 1.2.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:30 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [85ee0c61d74d64d50976b440f8901685c86c69d2]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/23 12:55:45 dr 1.2.6.3: final chart font formatting 2008/06/20 11:58:14 dr 1.2.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:30 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b372de85d6e8a33dfb1115574d4af10e0b01a580]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:38 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:29 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b8c208f541f1aaaf38edbde98da086062c2e6014]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:55 dr 1.2.6.5: #i10000# resync errors 2008/07/04 11:02:43 dr 1.2.6.4: RESYNC: (1.2-1.3); FILE MERGED 2008/06/26 08:37:57 dr 1.2.6.3: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 14:58:37 dr 1.2.6.2: import chart data point labels and trendline label 2008/05/27 10:40:29 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a2168ec2221a67eed7b4c031f0012adf930598f2]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:37 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:29 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [888aa43d1830bf7129e43455af58d25674e1177e]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/06 16:27:52 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:29 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [94cc43791ebbf460746ace7a26282ba3b6f2dc94]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/06 16:27:52 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:29 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [19cee229cf44ed4540e2c484478dacbb92337d1b]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/26 08:37:57 dr 1.1.2.12: import bubble charts as symbol scatter charts, handle varyColorsByPoint correctly 2008/06/25 16:22:21 dr 1.1.2.11: chart: vary data point colors 2008/06/25 14:58:37 dr 1.1.2.10: import chart data point labels and trendline label 2008/06/24 14:03:13 dr 1.1.2.9: axis number formats, constant series source data 2008/06/23 12:55:45 dr 1.1.2.8: final chart font formatting 2008/06/20 11:58:14 dr 1.1.2.7: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 11:39:32 dr 1.1.2.6: color patterns and fading in chart series 2008/06/11 17:46:35 dr 1.1.2.5: more chart formatting 2008/06/10 15:30:54 dr 1.1.2.4: chart fill properties 2008/06/09 15:29:33 dr 1.1.2.3: clean up 2008/06/09 15:16:11 dr 1.1.2.2: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:52 dr 1.1.2.1: chart formatting: builtin line/fill/effect styles, manual line formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [54d608ef5b5fb6ee0f5729dbf9ccb75b41ce1ae4]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:37 dr 1.4.6.3: import chart data point labels and trendline label 2008/06/20 11:58:14 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:29 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [98555d102822555e0bba64bd030fdd36b6b5bd3e]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/07/04 11:46:55 dr 1.2.6.5: #i10000# resync errors 2008/07/04 11:02:36 dr 1.2.6.4: RESYNC: (1.2-1.3); FILE MERGED 2008/06/23 12:55:45 dr 1.2.6.3: final chart font formatting 2008/06/06 16:27:52 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:29 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ec2c953cf4b9217a6591bd4977eee32adcffe6cc]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/23 12:55:45 dr 1.2.6.3: final chart font formatting 2008/06/06 16:27:52 dr 1.2.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:29 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [386df29ba7f7e7db83fb15a862e2070551095164]

        INTEGRATION: CWS xmlfilter06 (1.2.6); FILE MERGED 2008/06/24 14:03:13 dr 1.2.6.3: axis number formats, constant series source data 2008/06/23 15:31:40 dr 1.2.6.2: more chart axis settings 2008/05/27 10:40:28 dr 1.2.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f6da92145d6bb3a9cf36389618d035fb8cff97f5]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:37 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:28 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4ff7615d37642e723655451a31e6bdccfb1648dc]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:37 dr 1.4.6.3: import chart data point labels and trendline label 2008/06/23 15:31:40 dr 1.4.6.2: more chart axis settings 2008/05/27 10:40:28 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [86dd85e31aa63e6891e4f1d56605b61addc01d49]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/23 12:55:45 dr 1.4.6.2: final chart font formatting 2008/05/27 10:40:28 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [066b968eb232ae3f63d5ca7ac8eb584f141a6e73]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/23 12:55:43 dr 1.4.6.5: final chart font formatting 2008/06/20 14:24:47 dr 1.4.6.4: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/09 15:16:11 dr 1.4.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:51 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:28 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [150e112c482d844400754a07da78d03e29f1bc29]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:14 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [bd71c093c0c575fb0b15b270312fab498deb2f03]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/10 14:00:00 dr 1.4.6.3: #i10000# resync 2008/07/10 11:14:02 dr 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6dd0979971fa52df1315334570f13461ccaa359f]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/07/10 14:00:00 dr 1.3.8.3: #i10000# resync 2008/07/10 11:13:58 dr 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/20 11:58:14 dr 1.3.8.1: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [05c560056032ecd2486324e3503b5bfdd7b2c912]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/23 12:55:43 dr 1.5.6.3: final chart font formatting 2008/06/20 11:58:14 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a6463beccbeddd6484cd09cadb5bec1bbe2c43ac]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/20 14:24:47 dr 1.3.8.2: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:14 dr 1.3.8.1: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [86e5d3fd90de1033eac88a8d167d68e3880c0fd0]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:14 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c20255233d756a450f7167e0625d0e49b2214fdf]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/20 11:58:13 dr 1.4.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [06b22f6a058a2b2119ca1a7b46be76e18ca91423]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/20 11:58:13 dr 1.3.8.1: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ae72c212da21b09fc21e25323ce4399f47d12bda]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:13 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f14bb1e96eac9a150e1be3313f68e9321c784306]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/20 11:58:13 dr 1.1.2.1: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e9febd0eeeb8f72168d0fd81dd4d6f9248b551c5]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:56:53 dr 1.5.6.4: RESYNC: (1.5-1.6); FILE MERGED 2008/06/23 12:55:43 dr 1.5.6.3: final chart font formatting 2008/06/20 11:58:13 dr 1.5.6.2: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/05/27 10:40:27 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0da78b4534493a1da96cca5663691168c4b6e78a]

        INTEGRATION: CWS xmlfilter06 (1.2.8); FILE MERGED 2008/06/30 14:50:17 dr 1.2.8.1: #i10000# resync additions

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [46edd3c6c014de24edb8ff1bc9f5731b515b24fe]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 14:50:17 dr 1.5.6.8: #i10000# resync additions 2008/06/30 09:56:42 dr 1.5.6.7: RESYNC: (1.5-1.6); FILE MERGED 2008/06/23 12:55:43 dr 1.5.6.6: final chart font formatting 2008/06/12 15:01:20 dr 1.5.6.5: chart formatting, some more changes 2008/06/10 10:50:23 dr 1.5.6.4: chart area formatting, first steps 2008/06/09 15:16:11 dr 1.5.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:51 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:27 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6a3985697b4afb3a996d3d8b91c53210763400d0]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/09 15:16:11 dr 1.4.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:51 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a17b52872f3d399c9c68699cb0f2136d79739277]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/27 09:18:00 dr 1.3.8.6: fill properties cleanup, resolve line gradients to solid color 2008/06/26 14:15:55 dr 1.3.8.5: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 11:58:13 dr 1.3.8.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 10:50:23 dr 1.3.8.3: chart area formatting, first steps 2008/06/09 15:16:11 dr 1.3.8.2: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:51 dr 1.3.8.1: chart formatting: builtin line/fill/effect styles, manual line formatting

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f18ff0193d134c5d2d60acd68e2e07de7ec86a57]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/30 09:56:50 dr 1.4.6.4: RESYNC: (1.4-1.5); FILE MERGED 2008/06/20 11:58:13 dr 1.4.6.3: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 15:01:20 dr 1.4.6.2: chart formatting, some more changes 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2eb98a9f81113beb32fd0a607bd672908fae0a96]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/27 12:13:12 dr 1.4.6.6: rudimentary hatch support 2008/06/27 09:18:00 dr 1.4.6.5: fill properties cleanup, resolve line gradients to solid color 2008/06/20 11:58:13 dr 1.4.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 15:30:53 dr 1.4.6.3: chart fill properties 2008/06/10 10:50:23 dr 1.4.6.2: chart area formatting, first steps 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5d73243c178d4bfb1ff4b1686270d7268f9cc6cc]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/07/04 11:02:28 dr 1.4.6.9: RESYNC: (1.4-1.5); FILE MERGED 2008/06/30 14:50:17 dr 1.4.6.8: #i10000# resync additions 2008/06/26 14:15:55 dr 1.4.6.7: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/20 14:24:47 dr 1.4.6.6: resolve theme font names, e.g. '+mj-lt' or '+mn-ea' 2008/06/20 11:58:13 dr 1.4.6.5: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/10 10:50:23 dr 1.4.6.4: chart area formatting, first steps 2008/06/09 15:16:11 dr 1.4.6.3: more chart line formatting, add line dashs to chart dash container 2008/06/06 16:27:51 dr 1.4.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:27 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8ffbd85e91d63fa1c7896e169bac92d2ea292106]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/20 11:58:13 dr 1.5.6.4: line/fill/character properties rework; first steps of chart text formatting and rotation import; make line arrow import work 2008/06/12 11:39:32 dr 1.5.6.3: color patterns and fading in chart series 2008/06/10 10:50:23 dr 1.5.6.2: chart area formatting, first steps 2008/05/27 10:40:26 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4c4dde8bcc1463161df9316dc0332010bf78c829]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/30 09:56:39 dr 1.5.6.4: RESYNC: (1.5-1.6); FILE MERGED 2008/06/26 14:15:54 dr 1.5.6.3: handle drawing object tables separated for chart import, extended line formatting with own property name sets 2008/06/06 16:27:51 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting 2008/05/27 10:40:26 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d7ab85eab889177e5431c03b1a875daf6a33605b]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/26 14:15:54 dr 1.1.2.1: handle drawing object tables separated for chart import, extended line formatting with own property name sets

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4a650c1bc9a544358fbb84b46a3ccaae99dd64ce]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/06/25 14:58:37 dr 1.3.6.2: import chart data point labels and trendline label 2008/05/27 10:40:26 dr 1.3.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [71bf4db5a383641fe87d6c27b5cd535741c25d37]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/25 14:58:37 dr 1.4.6.2: import chart data point labels and trendline label 2008/05/27 10:40:26 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [93cb55e6496d9abf198b623e0183eb74f910bb80]

        INTEGRATION: CWS xmlfilter06 (1.209.50); FILE MERGED 2008/06/29 13:07:30 dr 1.209.50.3: RESYNC: (1.209-1.210); FILE MERGED 2008/06/13 12:49:27 os 1.209.50.2: OLE replacement image support added 2008/05/27 14:49:07 dr 1.209.50.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ec8258f3b78f6bc00a108fe0bef7656b86812b7d]

        INTEGRATION: CWS xmlfilter06 (1.120.74); FILE MERGED 2008/07/10 11:12:41 dr 1.120.74.4: RESYNC: (1.122-1.123); FILE MERGED 2008/06/29 13:07:11 dr 1.120.74.3: RESYNC: (1.120-1.121); FILE MERGED 2008/06/13 12:49:27 os 1.120.74.2: OLE replacement image support added 2008/05/27 14:49:07 dr 1.120.74.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7f939557b83cac26df8a7e8b6d323f96e729a880]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/06/29 13:05:44 dr 1.3.6.4: RESYNC: (1.3-1.4); FILE MERGED 2008/06/12 15:04:43 hbrinkm 1.3.6.3: moved PropertySetToTagHandler 2008/05/30 12:26:58 hbrinkm 1.3.6.2: moved classes/functioins to util.cxx 2008/05/27 11:36:11 dr 1.3.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6b015aea9c0ce4c345c7118906f0a29c25553678]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/29 13:05:48 dr 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2008/05/30 12:27:14 hbrinkm 1.4.6.2: moved classes/functioins to util.cxx 2008/05/27 11:36:11 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0e516a7a7e06540010d12aad99fdcef91ca197a7]

        INTEGRATION: CWS xmlfilter06 (1.3.6); FILE MERGED 2008/05/30 12:26:32 hbrinkm 1.3.6.1: moved classes/functioins to util.cxx

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [72767f6293265dcbe749b2751ce34318c5836ebd]

        INTEGRATION: CWS xmlfilter06 (1.10.6); FILE MERGED 2008/07/10 11:12:17 dr 1.10.6.4: RESYNC: (1.11-1.12); FILE MERGED 2008/06/27 12:56:27 dr 1.10.6.3: RESYNC: (1.10-1.11); FILE MERGED 2008/05/30 12:25:40 hbrinkm 1.10.6.2: new object: TagLogger.obj 2008/05/27 11:36:11 dr 1.10.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3d9b3c98fb83a878773f6e90af96f8603e9d2455]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/07/18 13:56:05 dr 1.1.2.6: #i10000# missing include 2008/06/30 17:29:51 dr 1.1.2.5: #10000# missing newlines 2008/06/12 15:04:43 hbrinkm 1.1.2.4: moved PropertySetToTagHandler 2008/06/05 16:01:19 hbrinkm 1.1.2.3: robustness 2008/06/02 15:23:30 hbrinkm 1.1.2.2: use environment variable TAGLOGGERTMP to create name for output file 2008/05/30 12:28:30 hbrinkm 1.1.2.1: a tag logger

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [1b376e562d04cd563f2856b50185b14479b89fb9]

        INTEGRATION: CWS xmlfilter06 (1.47.6); FILE MERGED 2008/06/02 15:16:53 hbrinkm 1.47.6.3: use TagLogger 2008/05/30 12:24:36 hbrinkm 1.47.6.2: lcl_ versions for start/endAction, handleLastParagraphInSection, sendPropertiesWithId 2008/05/27 11:36:11 dr 1.47.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e077f837fdd985f0fb5fc5f5b39b8a92c4404830]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/30 17:31:24 dr 1.1.2.3: #10000# sigh 2008/06/30 17:30:39 dr 1.1.2.2: #10000# missing newlines 2008/06/02 15:21:53 hbrinkm 1.1.2.1: defines logger for ooxml part of the source tree

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f080a92c4415b51d15007ffab21209e3a1ab3399]

        INTEGRATION: CWS xmlfilter06 (1.69.6); FILE MERGED 2008/07/04 10:56:39 dr 1.69.6.5: RESYNC: (1.69-1.70); FILE MERGED 2008/06/13 13:45:40 hbrinkm 1.69.6.4: use sendPropertiesWithId for CT_Picture 2008/06/05 16:00:26 hbrinkm 1.69.6.3: make settings a table resource 2008/05/30 12:22:50 hbrinkm 1.69.6.2: CT_Object: send properties with id ooxml:object, CT_P: handleLastParagraphInSection 2008/05/27 11:36:10 dr 1.69.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3fee8badec35d97a98a01a8b1650c61f9a3eef8b]

        INTEGRATION: CWS xmlfilter06 (1.16.6); FILE MERGED 2008/06/30 07:22:41 dr 1.16.6.2: missing precondition 2008/05/27 11:36:10 dr 1.16.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [faa13f7b91212cbd4375084c27c1817ecc245720]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/02 15:16:53 hbrinkm 1.4.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aa501d3f3a3f9b624d8d4730a7e61d97a1c29990]

        INTEGRATION: CWS xmlfilter06 (1.12.6); FILE MERGED 2008/06/02 15:15:04 hbrinkm 1.12.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.12.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [34e891d8833da5ad08899d8e7400833e88b3d553]

        INTEGRATION: CWS xmlfilter06 (1.25.6); FILE MERGED 2008/06/29 13:06:09 dr 1.25.6.3: RESYNC: (1.25-1.26); FILE MERGED 2008/05/30 12:21:06 hbrinkm 1.25.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.25.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [926cbdd55f70e7a94b6041bbe09b48dcf1d10b2f]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/05 15:59:01 hbrinkm 1.5.6.3: debug code 2008/05/30 12:20:17 hbrinkm 1.5.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [62d6ec6bd5f1666dea0fbfcb5a4e586873dff9d3]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/05 15:59:01 hbrinkm 1.5.6.3: debug code 2008/06/02 15:15:04 hbrinkm 1.5.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e6d18f920b7d69a4ca0519e8c7e6f44ebad404a6]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/02 15:13:49 hbrinkm 1.5.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [fe9ab9abe27f2f9fd5f857a3030115c4750a0983]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/05 16:14:46 hbrinkm 1.3.8.1: cleanups

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8b5db2d1f9aff345a4dbef5a0de5ac67bb94bd27]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/06/05 16:15:08 hbrinkm 1.3.8.1: cleanups

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d0b404ffe1b5040c680bc7f319e9e859bfa43c7f]

        INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED 2008/06/05 15:59:01 hbrinkm 1.5.6.4: debug code 2008/06/02 15:12:56 hbrinkm 1.5.6.3: no need to TagLogger 2008/05/30 12:18:07 hbrinkm 1.5.6.2: handleLastParagraphInSection, sendPropertiesWithId 2008/05/27 11:36:09 dr 1.5.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [cca3ef40c7a1239dee4defc208896c350dffee4b]

        INTEGRATION: CWS xmlfilter06 (1.9.2); FILE MERGED 2008/07/04 12:02:42 dr 1.9.2.8: #i10000# resync errors 2008/07/04 10:56:48 dr 1.9.2.7: RESYNC: (1.10-1.11); FILE MERGED 2008/06/29 13:06:04 dr 1.9.2.6: RESYNC: (1.9-1.10); FILE MERGED 2008/06/12 15:04:25 hbrinkm 1.9.2.5: moved PropertySetToTagHandler 2008/06/05 15:59:01 hbrinkm 1.9.2.4: debug code 2008/06/02 15:11:39 hbrinkm 1.9.2.3: use TagLogger 2008/05/30 12:17:27 hbrinkm 1.9.2.2: use TagLogger, sendPropertiesWithId 2008/05/27 11:36:09 dr 1.9.2.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [14a670054eb19df4e0ffda31ea27a07e117df873]

        INTEGRATION: CWS xmlfilter06 (1.17.6); FILE MERGED 2008/06/02 15:08:54 hbrinkm 1.17.6.2: use TagLogger 2008/05/27 11:36:09 dr 1.17.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c2d4b7c51fd4b2c1fa25b469cfa3df0980503b7c]

        INTEGRATION: CWS xmlfilter06 (1.4.6); FILE MERGED 2008/06/02 15:08:08 hbrinkm 1.4.6.2: removed debug code 2008/05/27 11:36:09 dr 1.4.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7d31bc128058aeadf996eacd2c46db47f3aa54d6]

        INTEGRATION: CWS xmlfilter06 (1.8.6); FILE MERGED 2008/07/04 10:56:07 dr 1.8.6.3: RESYNC: (1.8-1.9); FILE MERGED 2008/05/30 12:14:53 hbrinkm 1.8.6.2: use TagLogger 2008/05/27 11:36:09 dr 1.8.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [6250db1f295bc52ef9918da5dd8395b3599fab70]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/30 17:39:51 dr 1.1.2.2: #10000# missing newlines 2008/06/12 15:12:50 hbrinkm 1.1.2.1: logger for doctok

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [303dbf4ab50fad5d3318d86848e060ad271e4e9b]

        INTEGRATION: CWS xmlfilter06 (1.8.8); FILE MERGED 2008/06/12 14:57:48 hbrinkm 1.8.8.1: debug code: use TagLogger to protocol parsing

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [47ce7fd9b4a13701c5db7338d04afe475d8d68b0]

        INTEGRATION: CWS xmlfilter06 (1.6.8); FILE MERGED 2008/06/12 14:57:48 hbrinkm 1.6.8.1: debug code: use TagLogger to protocol parsing

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [be1295a449bf4b87408706d7b5690e4f801fe05d]

        INTEGRATION: CWS xmlfilter06 (1.9.8); FILE MERGED 2008/06/12 14:57:48 hbrinkm 1.9.8.1: debug code: use TagLogger to protocol parsing

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3cdb854d5244fade3a6c4ea6b9bc7128167c0f95]

        INTEGRATION: CWS xmlfilter06 (1.19.8); FILE MERGED 2008/06/12 14:57:48 hbrinkm 1.19.8.1: debug code: use TagLogger to protocol parsing

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a60583d9a1ff9fe5ac6831a6e67011400e2f5902]

        INTEGRATION: CWS xmlfilter06 (1.11.6); FILE MERGED 2008/06/02 13:14:58 os 1.11.6.2: section column handling moved to class SectionColumnHandler 2008/05/27 11:36:08 dr 1.11.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f95bf1ffe6be71816f2f374bcbd4c5934a951481]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/02 13:14:23 os 1.1.2.1: section columns handling

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e71916e08b5fbed36a2a0b96275b70b0512f7ef5]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/02 13:14:14 os 1.1.2.1: section columns handling

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ad55a56dd10500fdfeafd097b690cebc9cce7edd]

        INTEGRATION: CWS xmlfilter06 (1.17.6); FILE MERGED 2008/06/09 08:09:48 os 1.17.6.2: apply page break at ::EndParagraphGroup 2008/05/27 11:36:08 dr 1.17.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e7a05b29acb51fb26e812b7e2a19fae7015e89fb]

        INTEGRATION: CWS xmlfilter06 (1.27.6); FILE MERGED 2008/07/04 10:57:21 dr 1.27.6.3: RESYNC: (1.27-1.28); FILE MERGED 2008/06/13 11:37:02 os 1.27.6.2: OleObjects and Shapes combined 2008/05/27 11:36:08 dr 1.27.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [825e825c726ac09395637941cc7ef3d252153fca]

        INTEGRATION: CWS xmlfilter06 (1.30.6); FILE MERGED 2008/07/04 10:56:57 dr 1.30.6.3: RESYNC: (1.30-1.31); FILE MERGED 2008/06/13 11:37:02 os 1.30.6.2: OleObjects and Shapes combined 2008/05/27 11:36:08 dr 1.30.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ca8caa739b66ed0fe1364f06a64e50b7211fa82b]

        INTEGRATION: CWS xmlfilter06 (1.1.4); FILE MERGED 2008/06/13 11:37:02 os 1.1.4.3: OleObjects and Shapes combined 2008/05/27 11:36:08 dr 1.1.4.2: joined changes from CWS xmlfilter05 2008/04/24 06:45:58 dr 1.1.4.1: file OLEHandler.hxx was added on branch cws_dev300_xmlfilter06 on 2008-05-27 11:36:08 +0000

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c55d30822653e968c3c9b3a0d7910ffe33ccd216]

        INTEGRATION: CWS xmlfilter06 (1.1.4); FILE MERGED 2008/06/13 11:37:02 os 1.1.4.3: OleObjects and Shapes combined 2008/05/27 11:36:08 dr 1.1.4.2: joined changes from CWS xmlfilter05 2008/04/24 06:45:45 dr 1.1.4.1: file OLEHandler.cxx was added on branch cws_dev300_xmlfilter06 on 2008-05-27 11:36:08 +0000

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e5818e4cbda0db16f5b75d8ab454e9eba6fb2bc5]

        INTEGRATION: CWS xmlfilter06 (1.25.6); FILE MERGED 2008/07/04 10:56:53 dr 1.25.6.4: RESYNC: (1.25-1.26); FILE MERGED 2008/06/13 12:47:22 os 1.25.6.3: OLE replacement image support added 2008/06/13 11:37:02 os 1.25.6.2: OleObjects and Shapes combined 2008/05/27 11:36:07 dr 1.25.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [237ec4e2fa51eb02c558c9d526c30c24c017689e]

        INTEGRATION: CWS xmlfilter06 (1.25.6); FILE MERGED 2008/07/04 10:57:17 dr 1.25.6.5: RESYNC: (1.25-1.26); FILE MERGED 2008/06/13 12:47:22 os 1.25.6.4: OLE replacement image support added 2008/06/13 11:37:02 os 1.25.6.3: OleObjects and Shapes combined 2008/05/30 12:13:03 hbrinkm 1.25.6.2: use TagLogger 2008/05/27 11:36:07 dr 1.25.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [59a431e0d5cbf852f280e8105f90e4e64889e23d]

        INTEGRATION: CWS xmlfilter06 (1.67.6); FILE MERGED 2008/07/04 10:57:07 dr 1.67.6.8: RESYNC: (1.67-1.68); FILE MERGED 2008/06/13 12:47:22 os 1.67.6.7: OLE replacement image support added 2008/06/13 11:37:02 os 1.67.6.6: OleObjects and Shapes combined 2008/06/09 08:09:48 os 1.67.6.5: apply page break at ::EndParagraphGroup 2008/06/05 15:47:36 hbrinkm 1.67.6.4: debug: send id with table 2008/06/02 13:14:58 os 1.67.6.3: section column handling moved to class SectionColumnHandler 2008/05/30 12:12:34 hbrinkm 1.67.6.2: use TagLogger 2008/05/27 11:36:06 dr 1.67.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ef3dbe071560671581afb50489cee4a1a78d0ee5]

        INTEGRATION: CWS dellauncher (1.37.138); FILE MERGED 2008/07/16 15:11:06 sg 1.37.138.1: #91575#removed launcher from configuration: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [5b524603c93685319b02b6cfe6388c4d071b2f8f]

        INTEGRATION: CWS xmlfilter06 (1.6.6); FILE MERGED 2008/05/27 11:36:06 dr 1.6.6.2: joined changes from CWS xmlfilter05 2008/05/26 14:35:59 os 1.6.6.1: cell background color should not be set if not shading is set

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d8c81221c11ff85e33c00ffb9d841c5210f7c05c]

        INTEGRATION: CWS dellauncher (1.109.10); FILE MERGED 2008/07/16 15:13:36 sg 1.109.10.1: #91575#removed launcher from configuration: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [29d1eadd7f37d20844a2e2c1ae033201b3b478ef]

        INTEGRATION: CWS dellauncher (1.254.10); FILE MERGED 2008/07/16 15:13:36 sg 1.254.10.1: #91575#removed launcher from configuration: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e9da4c1e4be8e0e30b1fe491c8b25b40eeade52d]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/30 17:29:51 dr 1.1.2.3: #10000# missing newlines 2008/06/12 15:00:28 hbrinkm 1.1.2.2: moved PropertySetToTagHandler 2008/05/30 12:07:46 hbrinkm 1.1.2.1: utilities for resourcemodel

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8d7e77c9437760ef32dc899f46ef17662ad848b9]

        INTEGRATION: CWS dellauncher (1.53.20); FILE MERGED 2008/07/16 15:13:36 sg 1.53.20.1: #91575#removed launcher from configuration: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [26e4eeca9addd6066fe79bebedc89506309302ac]

        INTEGRATION: CWS xmlfilter06 (1.3.8); FILE MERGED 2008/05/30 12:10:37 hbrinkm 1.3.8.1: cleanups

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c434220614a4573d621b4d77a208df37d9e4482d]

        INTEGRATION: CWS xmlfilter06 (1.1.2); FILE ADDED 2008/06/12 15:00:28 hbrinkm 1.1.2.3: moved PropertySetToTagHandler 2008/06/03 06:52:20 os 1.1.2.2: export TagLogger 2008/05/30 12:07:22 hbrinkm 1.1.2.1: tag based logger

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9c7f6d07aff3094c389491aa8c4c8d4fa9d2ea73]

        INTEGRATION: CWS xmlfilter06 (1.6.6); FILE MERGED 2008/05/30 12:09:40 hbrinkm 1.6.6.2: Moved some classes/functions to util.hxx 2008/05/27 11:36:05 dr 1.6.6.1: joined changes from CWS xmlfilter05

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4545d3ca44636d6f7c9d6546f494efd293455944]

        INTEGRATION: CWS dellauncher (1.1.20); FILE MERGED 2008/07/18 07:09:24 jsk 1.1.20.1: #i91789

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [73a112235f907f49efc05d90457c2d3b5b021d43]

        INTEGRATION: CWS dellauncher (1.1.20); FILE MERGED 2008/07/18 07:50:26 jsk 1.1.20.1: #i91789

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0d79d13d919efde579037b21a9f202d4dacd4cc5]

        INTEGRATION: CWS dellauncher (1.9.256); FILE MERGED 2008/07/16 15:10:18 sg 1.9.256.1: #91575#removed launcher from configuration: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [24f2631a7b0812373707848fe941a99c04271038]

        INTEGRATION: CWS dellauncher (1.42.16); FILE MERGED 2008/07/16 15:09:12 sg 1.42.16.1: #91575#removed source/launcher from build list: launcher library is not packed into OpenOffice.org anymore, obsolete by now

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [96ce362aa13edec49e661958310791570b366128]

        INTEGRATION: CWS dellauncher (1.23.46); FILE MERGED 2008/07/16 15:05:26 sg 1.23.46.1: #91575#removed obsolete entry Common-dicooo.xcu

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [921a633f557409686a529fe30b4746ae09134d25]

        INTEGRATION: CWS dellauncher (1.50.16); FILE MERGED 2008/07/16 15:05:26 sg 1.50.16.1: #91575#removed obsolete entry Common-dicooo.xcu

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [21f8375f39bacc8339be1b9de70a8eaf316a7710]

        INTEGRATION: CWS inifix (1.17.16); FILE MERGED 2008/07/09 08:31:23 dv 1.17.16.1: Added support for older windows systems

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [055ef6e7a4a1fd2c3c4420df75418bfc18c2dfd0]

        INTEGRATION: CWS native172 (1.17.72); FILE MERGED 2008/07/17 08:50:40 dv 1.17.72.1: #i91692# Check alive status before accessing member variables

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [85d923740f783f066e74b994eb2356420fa9b64c]

        INTEGRATION: CWS native172 (1.27.6); FILE MERGED 2008/07/17 08:46:53 is 1.27.6.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4352289493af21b6623f4c8b03aae4dad8c71bde]

        INTEGRATION: CWS native172 (1.66.30); FILE MERGED 2008/07/16 13:16:02 sb 1.66.30.1: #i91721# added ScriptFramework.jar back to URE_MORE_JAVA_TYPES (got lost in rev. 1.57)

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8bd1b4bf13cbb00d2b0f5c2da01a804d507467f9]

        INTEGRATION: CWS native172 (1.19.16); FILE MERGED 2008/07/17 08:48:09 is 1.19.16.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c6203dc68a2b9a868fa0526226634f0bd6c652f8]

        INTEGRATION: CWS native172 (1.11.16); FILE MERGED 2008/07/17 08:48:09 is 1.11.16.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ff37039cdae71fc5e960349b9a4747c3a4cdd770]

        INTEGRATION: CWS native172 (1.1.2); FILE ADDED 2008/07/17 08:48:56 is 1.1.2.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9945451c2731b349ebfcec5bf8dde79d07d5c2ac]

        INTEGRATION: CWS native172 (1.27.48); FILE MERGED 2008/07/17 08:50:41 is 1.27.48.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [9278ee10ed4c3879a39b9116cbec0d8f59396618]

        INTEGRATION: CWS native172 (1.10.136); FILE MERGED 2008/07/17 08:50:41 is 1.10.136.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f42d958ac4fd2c3b00b0d6fcb9f4a28d9661deb4]

        INTEGRATION: CWS native172 (1.101.12); FILE MERGED 2008/07/17 08:50:41 is 1.101.12.1: #i91700# improved dot net check

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [56545a2d45a525c04023ebe3e89e023a9639fdc3]

        INTEGRATION: CWS native174 (1.5.18); FILE MERGED 2008/07/18 10:47:56 is 1.5.18.1: #158230# round problems for progress bar

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [bd7f696f4873d8a4093a8761a54f9fefaba7e188]

        INTEGRATION: CWS sdkfix (1.56.2); FILE MERGED 2008/07/22 07:24:56 jsc 1.56.2.1: #i91796# remove quotes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b846c5000f6b97f112340cf4b2447f9ed122cb5a]

        INTEGRATION: CWS sdkfix (1.89.4); FILE MERGED 2008/07/18 12:34:31 jsc 1.89.4.1: #i91796# use template file + sed for dk.mk

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c206ebd09669d2f88336e150c39c8a71d0bbd154]

        INTEGRATION: CWS sdkfix (1.1.2); FILE ADDED 2008/07/18 12:35:02 jsc 1.1.2.1: #i91796# new template file

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c88bc7ce115774fcf7b1ff7b365f10a47d0deb2b]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/21 09:21:10 jsi 1.1.18.1: #i91212#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [868527269405c466eb4c1cb856bcfdcfda36c609]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/21 12:59:42 jsi 1.1.18.1: #i91212#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8140ec23fff65cf7c86475c2a728fc03ef4ba391]

        INTEGRATION: CWS chart2testfixes (1.1.2); FILE ADDED 2008/07/17 07:03:38 jsi 1.1.2.1: Issue number: #i91741# Submitted by: jsi Reviewed by: -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [aa9ff2c5ab1d0a9c8cc9771ed8124cd05c0cb328]

        INTEGRATION: CWS chart2testfixes (1.1.2); FILE ADDED 2008/07/17 07:13:31 jsi 1.1.2.2: #i91741# 2008/07/17 07:03:38 jsi 1.1.2.1: Issue number: #i91741# Submitted by: jsi Reviewed by: -

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [a59772da9b3900a30e80dc5ed9b991a6f52e919a]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/17 07:01:48 jsi 1.1.18.1: #i91741#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [0064509438a89374877ae565127bac50b5077b45]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/17 07:14:23 jsi 1.1.18.1: #i91741#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ba2fc942070fd763e5955c83936c72a97cb55ebd]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/17 07:14:22 jsi 1.1.18.1: #i91741#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [60f83ba6cab8df3bd0eedec3b59df4929b580062]

        INTEGRATION: CWS chart2testfixes (1.1.18); FILE MERGED 2008/07/21 10:15:56 jsi 1.1.18.1: #i91212#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f5c13ba5a712e0dffd0e9cbf1241edcf7770bdc7]

        #i91961# automation of extensionmanager broken

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2fdf99e85b933bc7b85e2cd3894c9347314df570]

        INTEGRATION: CWS notes30stopper (1.53.58); FILE MERGED 2008/07/14 09:00:46 mod 1.53.58.1: #i91621# #i91620#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [2965e8c4d755a81c28c88490cd04df5aa242fab4]

        INTEGRATION: CWS notes30stopper (1.11.20); FILE MERGED 2008/07/14 09:00:46 mod 1.11.20.1: #i91621# #i91620#

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [3db65be66690bda4780a74ec097443b081874d48]

        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>  [a5275666135e688a4db1c6d38785255a3735692d]

        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>  [b0e5ba9c9d69cd5186e7dd23c5aaf3207172132d]

        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>  [caf5fa321e6d777961e13cc20b28608dad12b39c]

        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>  [6daf57ab93156d3ee4a4bd5ceffe244205b7a9c3]

        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>  [fdc7fdc75ce08d6f2e9a6ac9a5bd3299f29c4c3f]

        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>  [230ad3721343d2a0f50a52193092b3e693ba8acf]

        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>  [8c2b4bf9ccb6522f6f1a2a23b9ce9a9106f441f5]

        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>  [3c1ddf03f85c8d5123859ebc222314549f094db0]

        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>  [ec849d2119eaad9bde10840130e9fef98680409f]

        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>  [274820f84e37b8b054ca53fe60bb0083ea251ffc]

        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>  [3d1856f3fea58b97618ee7bd1ccdcbbbebbb467a]

        INTEGRATION: CWS pba11y01 (1.7.70); FILE MERGED 2008/06/24 05:09:53 pb 1.7.70.1: fix: #i73576# new order: infotext behind the buttons

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [614f7d903eb7b1f5cf2227edb0df9dffce4d4db5]

        INTEGRATION: CWS pba11y01 (1.14.70); FILE MERGED 2008/07/15 09:32:50 pb 1.14.70.3: fix: #i63982# move ImplSetAccessibleNames() from Ctor() to Reset() 2008/07/15 04:14:05 pb 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2008/06/25 10:55:28 od 1.14.70.1: #i63892# provide verbose accessible names for the option dialog controls

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8e469b4d7a597d157581d63ab8a96ebc3102f4d9]

        INTEGRATION: CWS pba11y01 (1.12.36); FILE MERGED 2008/07/15 04:14:02 pb 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2008/06/24 05:11:03 pb 1.12.36.1: fix: #i73576# new order: infotext behind the buttons

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [eee65c5ac587ac8a51bca8f8025e3bfecb7dfbbb]

        INTEGRATION: CWS pba11y01 (1.3.70); FILE MERGED 2008/06/25 11:27:56 od 1.3.70.1: #i63892# provide verbose accessible names for the controls on the dialog

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [206f51788b7f77bc5e93b430dd4311bdf019a8ee]

        INTEGRATION: CWS pba11y01 (1.72.8); FILE MERGED 2008/07/07 14:33:58 tl 1.72.8.1: #i88033# fixed some potential crashes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [51261bb4cac70bc2f093512f19f71e86a050b77d]

        INTEGRATION: CWS pba11y01 (1.15.112); FILE MERGED 2008/07/14 11:38:49 pb 1.15.112.1: fix: #i37177# impl_getStatusString() added

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ccadfe9a509e1fac5413b16fcccf7089ef61fac3]

        INTEGRATION: CWS pba11y01 (1.113.8); FILE MERGED 2008/07/15 04:13:02 pb 1.113.8.2: RESYNC: (1.113-1.114); FILE MERGED 2008/07/07 14:33:47 tl 1.113.8.1: #i88033# fixed some potential crashes

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [ca7806a92611da20bd9ef1a9677864fd7fcfbc05]

        INTEGRATION: CWS pba11y01 (1.13.112); FILE MERGED 2008/06/24 06:27:56 pb 1.13.112.1: fix: #i63979# set accessible name of all edit explicit

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [472bf9edf1100dfb941a6e1830937a35a02afb8f]

        INTEGRATION: CWS pba11y01 (1.22.112); FILE MERGED 2008/07/14 11:37:34 pb 1.22.112.1: fix: #i37177# set status text for a11y

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [e13d5a33be880fa4661c37daf034cad42518613b]

        INTEGRATION: CWS pba11y01 (1.5.112); FILE MERGED 2008/06/24 05:49:22 pb 1.5.112.1: fix: #i63979# new class SvxUserEdit; all edits replaced by this new class

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [f1f1827eb4d40674e09e7eb54b543affae8b0786]

        INTEGRATION: CWS pba11y01 (1.4.14); FILE MERGED 2008/06/24 05:22:04 pb 1.4.14.1: fix: #i34751# set state Showing only if item is really visible

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b1d05c6094f650c448c7f05c39b1f011d1333653]

        INTEGRATION: CWS pba11y01 (1.4.14); FILE MERGED 2008/07/10 11:38:00 pb 1.4.14.1: fix: #ii85877# ToolBox::RemoveItem() needs more update

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [55e77895f08ee654a9071a83f753677571d62ba5]

        INTEGRATION: CWS pba11y01 (1.3.16); FILE MERGED 2008/06/17 09:20:54 pb 1.3.16.1: fix: #i70941# action 'activate' added

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c9ac83779fd058eff526cab13b132657065af817]

        INTEGRATION: CWS pba11y01 (1.6.4); FILE MERGED 2008/07/10 11:32:01 tl 1.6.4.1: #i17566# charcter bounds and paragraph bounds fixed

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8f48277d3e6c73076af1544ac2f2cd33c54c052d]

        INTEGRATION: CWS pba11y01 (1.4.10); FILE MERGED 2008/07/14 11:13:43 pb 1.4.10.1: fix: #i37177# handle new event (VCLEVENT_TABLECELL_NAMECHANGED)

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [d65167dd82c2965c4449a9f5550e3791507ff8ef]

        INTEGRATION: CWS pba11y01 (1.3.16); FILE MERGED 2008/06/26 10:51:13 pb 1.3.16.1: fix: #i71430# Relation NODE_CHILD_OF set

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [7e2e317b9c9c8a3e9bdf44b6982b7dfe7aae21b2]

        INTEGRATION: CWS pba11y01 (1.3.16); FILE MERGED 2008/07/14 11:10:54 pb 1.3.16.1: fix: #i37177# nameChanged() added

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [8c178d4827e1d8b5a13ad68bbddd4c0fb06246ee]

        INTEGRATION: CWS pba11y01 (1.3.16); FILE MERGED 2008/07/14 11:09:05 pb 1.3.16.1: fix: #i37177# nameChanged() added

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [702ad1b2a024c80d3703dd8539bf86f2440b377a]

        INTEGRATION: CWS pba11y01 (1.7.82); FILE MERGED 2008/06/23 08:26:09 obr 1.7.82.1: #i71430# new relation type node_child_of

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [c52b0eaee883f72fbfc9c3536725e8d4bb997d03]

        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>  [97b9d1e8af1859127f479776a57bd97879b9b517]

        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-22  Oliver Bolte  <obo@openoffice.org>  [2fa12db3d224643d0c2dbf8dd3b60e0021e27b7a]

        INTEGRATION: CWS pba11y01 (1.43.30); FILE MERGED 2008/07/14 07:36:03 tl 1.43.30.1: #i91480# fix for font format list config entry

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [4f08193390b89ba6bda273bf378f7d7a49ca85a2]

        INTEGRATION: CWS pba11y01 (1.13.30); FILE MERGED 2008/07/14 07:36:03 tl 1.13.30.1: #i91480# fix for font format list config entry

2008-07-22  Oliver Bolte  <obo@openoffice.org>  [b1db00fe3deff8584e20df6ef7a9e66a4697ea43]

        INTEGRATION: CWS pba11y01 (1.19.30); FILE MERGED 2008/07/14 07:36:03 tl 1.19.30.1: #i91480# fix for font format list config entry

2008-07-21  Armin Weiss  <aw@openoffice.org>  [b30e6fda8f28c1854cab751ffe5c04e9c9897701]

        #i39532# changes to access of group sub-list, marker prmitive and extension of the canvas processor

2008-07-21  Rüdiger Timm  <rt@openoffice.org>  [742a27bda608fdebc6de042dc0027919e33c29ad]

        Syntax

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [c4bad428cea013201b15690a251fa5fb146fe212]

        INTEGRATION: CWS sw30bf09 (1.80.20); FILE MERGED 2008/07/14 12:32:43 od 1.80.20.1: #i91601# Special implementation of UNO-API paragraph property <ListId>. 	 The default implementation using the <SfxItemSet> is not appropriate.

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [9a2a9d298b97ed6fe96089634dc8bd9023bb5301]

        INTEGRATION: CWS sw30bf09 (1.80.20); FILE MERGED 2008/07/14 12:32:43 od 1.80.20.1: #i91601# Special implementation of UNO-API paragraph property <ListId>. 	 The default implementation using the <SfxItemSet> is not appropriate.

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [5450f92f7ff130492cff08e53166226c90359aa4]

        INTEGRATION: CWS sw30bf09 (1.110.60); FILE MERGED 2008/07/14 12:32:44 od 1.110.60.1: #i91601# Special implementation of UNO-API paragraph property <ListId>. 	 The default implementation using the <SfxItemSet> is not appropriate.

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [adcc667f0711a0cabc2538ce48e6ac246bae5b36]

        INTEGRATION: CWS sw30bf09 (1.211.22); FILE MERGED 2008/07/14 12:32:44 od 1.211.22.1: #i91601# Special implementation of UNO-API paragraph property <ListId>. 	 The default implementation using the <SfxItemSet> is not appropriate.

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [cfc193abbb8f407c5bb33c1b5421fe13d9bb36e9]

        INTEGRATION: CWS sw30bf09 (1.34.62); FILE MERGED 2008/07/14 12:32:44 od 1.34.62.1: #i91601# Special implementation of UNO-API paragraph property <ListId>. 	 The default implementation using the <SfxItemSet> is not appropriate.

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [59452dc01319f15722b24c196e2761c4972d285d]

        INTEGRATION: CWS sw30bf09 (1.10.152); FILE MERGED 2008/07/14 15:30:54 mst 1.10.152.1: fix #i91643# - sw/source/core/doc/docglos.cxx:   + do not dereference null pointers to doc shells

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [87a754574a60797d59215ea1bfe75cdc50ae718d]

        INTEGRATION: CWS mscautotests (1.96.148); FILE MERGED 2008/07/09 12:09:51 oj 1.96.148.1: #i91509# free sdrobject and do not delete it directly

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [3457345d5cee31be6c7d6c2279f29534986a49be]

        INTEGRATION: CWS mscautotests (1.50.10); FILE MERGED 2008/07/09 12:09:51 oj 1.50.10.1: #i91509# free sdrobject and do not delete it directly

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [fed0688e98db626a035e35f21f29606cdc146d18]

        INTEGRATION: CWS mscautotests (1.1.10); FILE MERGED 2008/07/09 10:07:07 msc 1.1.10.1: #i91506 remove qaerrorlog

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [7c8f98d84eff9eb2a12c1419aa0f373642343ce4]

        INTEGRATION: CWS chart29 (1.5.40); FILE MERGED 2008/07/08 07:59:02 iha 1.5.40.1: #i88825# use update timer for range changes

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [54c04374cc677663e6a191f32d90fdd46a5cdea6]

        INTEGRATION: CWS chart29 (1.5.40); FILE MERGED 2008/07/08 08:00:06 iha 1.5.40.1: #i88825# use update timer for range changes

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [6be3095567c02f91349f45481c35f89c386d817c]

        INTEGRATION: CWS chart29 (1.4.40); FILE MERGED 2008/07/08 07:55:33 iha 1.4.40.1: #i88825# use update timer for range changes

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [ec101a2d6c450b3f09a7d944c1d0839924047394]

        INTEGRATION: CWS chart29 (1.5.40); FILE MERGED 2008/07/08 07:58:03 iha 1.5.40.1: #i88825# use update timer for range changes

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [1dbd09415e6e9d1a701e5deeadf67dabb3691935]

        INTEGRATION: CWS chart29 (1.3.40); FILE MERGED 2008/07/08 07:54:51 iha 1.3.40.1: #i88825# use update timer for range changes

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [a5a2cd4ac05cbec97148c55a066a957aadc4beb9]

        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-21  Oliver Bolte  <obo@openoffice.org>  [52496839484957dca4963921aebea6f316d7bdb3]

        INTEGRATION: CWS chart29 (1.1.14); FILE MERGED 2008/07/10 12:20:34 jsi 1.1.14.1: #i91540#

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [892eb2bff7f365ea5473a0bf1b9cd34edef05c34]

        INTEGRATION: CWS chart29 (1.1.14); FILE MERGED 2008/07/14 14:41:24 jsi 1.1.14.1: #i91212#

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [c0dfd2a60f7c4198c27e2e00e5d29da39dfd8f61]

        INTEGRATION: CWS chart29 (1.1.14); FILE MERGED 2008/07/14 14:40:57 jsi 1.1.14.1: #i91212#

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [8380e9b5e85d240091e44b0815979c1e656e7f2f]

        INTEGRATION: CWS chart29 (1.1.14); FILE MERGED 2008/07/14 14:32:19 jsi 1.1.14.2: #i91212# 2008/07/10 12:20:15 jsi 1.1.14.1: #i91540#

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [dd343fb213f4555ae4d24449d9ae440144ad7706]

        INTEGRATION: CWS chart29 (1.21.98); FILE MERGED 2008/07/08 07:36:03 iha 1.21.98.1: #i91212# XTableChart::getRanges() doesn't load chart and returns wrong range string

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [646ecaf77617ca4c6364480416059c1024e73a5d]

        INTEGRATION: CWS chart29 (1.9.98); FILE MERGED 2008/07/08 07:41:23 iha 1.9.98.2: #i90669# Chart X-axis shifted 2008/07/08 07:34:47 iha 1.9.98.1: #i91212# XTableChart::getRanges() doesn't load chart and returns wrong range string

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [f2e8451853d70dc27ce7593a1096565ea4d3e30a]

        INTEGRATION: CWS chart29 (1.30.74); FILE MERGED 2008/07/10 11:47:19 iha 1.30.74.2: #i90704# take data from rows if only a single! row is available 2008/07/08 07:38:12 iha 1.30.74.1: #i90704# take data from rows if only a single row is available

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [9ff4e053523a4ea287bd04eb1c4bb2fce0a24a6b]

        INTEGRATION: CWS chart29 (1.27.100); FILE MERGED 2008/07/10 13:59:36 dr 1.27.100.1: missing casts

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [4ad70dec45f58a555dbef42a2dc6a10ade18d344]

        INTEGRATION: CWS chart29 (1.31.64); FILE MERGED 2008/07/10 13:59:36 dr 1.31.64.1: missing casts

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [81534b5b5b90ed7fa92891e2b25cd8ec2f70f2e2]

        INTEGRATION: CWS chart29 (1.5.100); FILE MERGED 2008/07/10 13:59:35 dr 1.5.100.1: missing casts

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [dbc3ad294ce93d77716dfe1e63cd25ad31849ea2]

        INTEGRATION: CWS chart29 (1.32.48); FILE MERGED 2008/07/10 13:59:35 dr 1.32.48.1: missing casts

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [6a73f25d549f058212aba74f7fdd4a7e978cb66d]

        INTEGRATION: CWS chart29 (1.6.100); FILE MERGED 2008/07/08 07:30:24 iha 1.6.100.1: #i91212# XTableChart::getRanges() doesn't load chart and returns wrong range string

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [26f3543b128ef284f6866550e831800884bebc7c]

        INTEGRATION: CWS chart29 (1.9.40); FILE MERGED 2008/07/14 13:31:00 iha 1.9.40.1: #i91636# Donuts from older version are loaded wrong

2008-07-21  Oliver Bolte  <obo@openoffice.org>  [2626eaa486a0a4377c9e81490ea7f652e68f4c22]

        #i91840# wntmsci10: -platform:x86 unknown option

2008-07-20  Vladimir Glazounov  <vg@openoffice.org>  [b4c1d8f9dc3c53064a2d71e7dc67e8c6464eff9d]

        #i10000# #i91839# mixxing obj

2008-07-20  Vladimir Glazounov  <vg@openoffice.org>  [5c472496ab2ef59d29f101e7ff656de900b1e903]

        #i10000# missing pch

2008-07-18  Vladimir Glazounov  <vg@openoffice.org>  [c11971f1d7ad73fca5b2cff368e0c0438c2bd9f8]

        #i91756# #i10000# installer fix

2008-07-18  Vladimir Glazounov  <vg@openoffice.org>  [d2a628488b6aa8484581802e53cb9df7f4175c6d]

        #i91756# #i10000# installer fix

2008-07-18  Rüdiger Timm  <rt@openoffice.org>  [0e0e2c951e4ea94715b24a859c1c8e2fed88d528]

        #i10000# Add precompiled header include directive.

2008-07-18  Rüdiger Timm  <rt@openoffice.org>  [21a8d67c3fab0a4500199ce4b49386b948c71627]

        #i10000# Avoid warning abour a variable 'defined but not used'.

2008-07-18  Rüdiger Timm  <rt@openoffice.org>  [ce0c2b9232b851455139eae6a17c8198bb463666]

        #i91599# Patch by mst: fix LDFLAGS and CPPFLAGS.

2008-07-18  Rüdiger Timm  <rt@openoffice.org>  [1f69dbce6033666b8a82981e67564ddf8f1b23d3]

        #i91455# Patch by maho to support FreeBSD.

2008-07-17  Vladimir Glazounov  <vg@openoffice.org>  [e8ff9bc14f337c4f0e90174a1793536b1c162125]

        DEV300

2008-07-17  Vladimir Glazounov  <vg@openoffice.org>  [63931564693a48878bb283e79dd40b5287921480]

        DEV300

2008-07-17  Vladimir Glazounov  <vg@openoffice.org>  [4975bf7e5273fbd6123eef0d04cd64f98d525fe8]

        DEV300

2008-07-17  Vladimir Glazounov  <vg@openoffice.org>  [f0cd1c4ce3722203d3293473d32097cdfaf59ce7]

        DEV300

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c71338a81db6645334b6ff0cac338470a4a8c52f]

        DEV300

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [779ed6034f9c49c345c6557c227945d2341aaaf4]

        INTEGRATION: CWS native168 (1.51.40); FILE MERGED 2008/07/10 15:10:35 is 1.51.40.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cd6ecd162bce14b3deafa7b4a194b7cfa33ac6fc]

        INTEGRATION: CWS native168 (1.7.118); FILE MERGED 2008/07/10 15:10:35 is 1.7.118.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e324400633acc3e112a2b3738ee18d17a1dd8fcc]

        INTEGRATION: CWS native168 (1.6.16); FILE MERGED 2008/07/11 14:05:11 is 1.6.16.3: #158211# force parameter for system integration packages 2008/07/10 19:01:40 is 1.6.16.2: #i91544# set installorder for system integration packages 2008/07/03 16:34:25 is 1.6.16.1: #i90234# adding system integration again

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6be4831fe619292107304bf7664697c566f2c932]

        INTEGRATION: CWS native168 (1.104.14); FILE MERGED 2008/07/10 15:10:34 is 1.104.14.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cbfaf9968c55f254cb50f23538d140b181d781c3]

        INTEGRATION: CWS native168 (1.7.120); FILE MERGED 2008/07/10 15:10:34 is 1.7.120.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7d38fc0ea6c17eb6d4fe24d0dfa7daf6fdbc5f9d]

        INTEGRATION: CWS native168 (1.69.60); FILE MERGED 2008/07/10 15:10:34 is 1.69.60.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3cb2970f460ede2b0b48648c4daf0108723dc7c3]

        INTEGRATION: CWS native168 (1.249.12); FILE MERGED 2008/07/10 15:10:34 is 1.249.12.1: #158212# avoid same files at different modules

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4eee8ec1899ba4414b82f7a4166226e14966bc1d]

        INTEGRATION: CWS native168 (1.17.22); FILE MERGED 2008/07/11 14:07:30 is 1.17.22.3: #158211# force parameter for system integration packages 2008/07/11 08:23:08 is 1.17.22.2: #i91544# install order for system integration packages 2008/07/10 19:19:14 is 1.17.22.1: #i91544# install order for system integration packages

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bf0f01a8b08a530892934ce60e0d37ba26bcb466]

        INTEGRATION: CWS native168 (1.98.8); FILE MERGED 2008/07/11 08:23:07 is 1.98.8.2: #i91544# install order for system integration packages 2008/07/10 19:19:14 is 1.98.8.1: #i91544# install order for system integration packages

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f2ee61c9526beb623c69b4a893faafba91f01bcd]

        INTEGRATION: CWS native168 (1.3.322); FILE MERGED 2008/07/10 19:40:55 is 1.3.322.1: #158212# exchange of nsis bitmap

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5433fef5cce9618bf8bc16fd19d0c109c453f1e8]

        INTEGRATION: CWS native168 (1.9.68); FILE MERGED 2008/07/04 13:11:20 is 1.9.68.1: #i90234# removing beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e4de31973abcb97372caf3a6b19d41f906a8af8a]

        INTEGRATION: CWS native168 (1.5.68); FILE MERGED 2008/07/04 13:11:19 is 1.5.68.1: #i90234# removing beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4285038fd85abe693d29e04453892ec939fff9f2]

        INTEGRATION: CWS native168 (1.84.2); FILE MERGED 2008/07/03 16:37:27 is 1.84.2.1: #i91290# removing Beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bc9e27768e44716fd92e9bab00f8e3085764fe32]

        INTEGRATION: CWS native168 (1.10.54); FILE MERGED 2008/07/15 09:53:10 obr 1.10.54.1: #i91290# removed Beta from background image path

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [56f04f555c7d57926774973015e67bc4c7c6b4fd]

        INTEGRATION: CWS native168 (1.11.38); FILE MERGED 2008/07/04 13:12:55 is 1.11.38.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [daa15cfd2cd523af5586619a684953c6b6b364b7]

        INTEGRATION: CWS native168 (1.6.38); FILE MERGED 2008/07/04 13:12:55 is 1.6.38.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [93401660af4d50e952963ecbdb4c68fb8a53e43d]

        INTEGRATION: CWS native168 (1.7.38); FILE MERGED 2008/07/04 13:12:55 is 1.7.38.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [398d4833669623bce814b6790f5420828d92aa99]

        INTEGRATION: CWS native168 (1.2.74); FILE MERGED 2008/07/04 13:12:54 is 1.2.74.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d0c79dd7f61cf277bd4f6afe32b9e4368ba08734]

        INTEGRATION: CWS native168 (1.13.68); FILE MERGED 2008/07/04 13:12:53 is 1.13.68.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2ff1f1b7e51560cce662ef8b46c2c09646b8150a]

        INTEGRATION: CWS native168 (1.2.74); FILE MERGED 2008/07/04 13:12:53 is 1.2.74.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [244c7a45309e8661d6f2386b8f031acc72dd79c8]

        INTEGRATION: CWS native168 (1.14.74); FILE MERGED 2008/07/04 13:12:51 is 1.14.74.1: #i90361# new update behaviour

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2cae06cfaa4b0c994b07f0be326b88342d3dd210]

        INTEGRATION: CWS native168 (1.7.4); FILE MERGED 2008/07/11 14:02:55 is 1.7.4.1: #158211# force parameter for system integration packages

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1f26732ae4f1502a03057bc706859cfb3ca6be63]

        INTEGRATION: CWS native168 (1.4.18); FILE MERGED 2008/07/04 13:10:25 is 1.4.18.1: #i90234# removing beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3fdde26756e590c7d839d3f4fc9e9959cf123151]

        INTEGRATION: CWS native168 (1.5.18); FILE MERGED 2008/07/04 13:10:21 is 1.5.18.1: #i90234# removing beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f10b4ff6f93e2d9e2b0e095b8e012bb19a86abb6]

        INTEGRATION: CWS native168 (1.5.18); FILE MERGED 2008/07/04 13:10:19 is 1.5.18.1: #i90234# removing beta

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8b224fdff035f916c704a6d733bebc5b8caffbd1]

        INTEGRATION: CWS native168 (1.20.18); FILE MERGED 2008/07/11 14:09:15 is 1.20.18.1: #158211# force parameter for system integration packages

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cd67e31fc55006add10b5220c580c2bcc5da4230]

        INTEGRATION: CWS logger2 (1.286.66); FILE MERGED 2008/06/30 12:34:34 b_michaelsen 1.286.66.2: RESYNC: (1.286-1.292); FILE MERGED 2008/06/11 10:37:29 b_michaelsen 1.286.66.1: #i88653# added liboooimprovecore

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [79eabfdcdf0faa0fbb2e333b3ad9a4ecf8707829]

        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>  [5abbe0aaa4fcdc58230a86294b59abc0a5272fb0]

        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>  [7ea16187a79e6e600066210851f16e138a882e40]

        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>  [0479f98a2edcd29d967c2b4b3b5798919d2e0fbb]

        INTEGRATION: CWS logger2 (1.69.62); FILE MERGED 2008/07/08 13:26:42 b_michaelsen 1.69.62.1: #i88653# implemeted logging hooks solution without dispatch interception

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [05ca3ad8263e9740b4fa972f07d22a822dcc32ac]

        INTEGRATION: CWS logger2 (1.42.38); FILE MERGED 2008/05/19 11:32:58 b_michaelsen 1.42.38.1: #i88653# added origin for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bcfe78f5144193c8943d0fc36aca3025b8fd0803]

        INTEGRATION: CWS logger2 (1.57.44); FILE MERGED 2008/07/03 14:28:16 pb 1.57.44.1: fix: #i90370# IMG_INFO added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [50844b04aa36c38a1a6506c9801f38f006b53de2]

        INTEGRATION: CWS logger2 (1.31.44); FILE MERGED 2008/07/03 14:28:00 pb 1.31.44.1: fix: #i90370# IMG_INFO added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c20536e09d4a098759d05f68648cee7b61087df8]

        INTEGRATION: CWS logger2 (1.32.38); FILE MERGED 2008/07/03 14:30:57 pb 1.32.38.2: fix: #i90370# dont use InfoBox::GetStandardImage 2008/06/30 11:17:08 pb 1.32.38.1: fix: #i90370# SfxSingleTabDialog: InfoImage added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b126a32b243070519cbc396a6e5bf1f82dabfee3]

        INTEGRATION: CWS logger2 (1.52.16); FILE MERGED 2008/07/09 14:09:51 b_michaelsen 1.52.16.3: #i76683# fixed Popup call to UiEventsLogger 2008/07/09 13:58:28 b_michaelsen 1.52.16.2: #i76683# fixed Popup call to UiEventsLogger 2008/05/19 11:32:57 b_michaelsen 1.52.16.1: #i88653# added origin for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b4bad14676fc2304597345c1b26d51312933f40c]

        INTEGRATION: CWS logger2 (1.5.38); FILE MERGED 2008/06/30 11:16:04 pb 1.5.38.1: fix: #i90370# SfxSingleTabDialog: InfoImage added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7a9c85e7c643cfbb4759f1bc741e291380d62b2f]

        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>  [ded83f81b5411867c48c0dc9ff9eda68420495c3]

        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>  [0ee0fd4a9ac3db9d5283e9e1217534e2975a13fb]

        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>  [ec705f77dc5ee2d0491d234ed68a64ff3eb2e301]

        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>  [fb0ede7a997b0c2df7d3e13e566901fff7b334df]

        INTEGRATION: CWS logger2 (1.121.26); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.121.26.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/06/30 12:32:21 b_michaelsen 1.121.26.2: RESYNC: (1.121-1.123); FILE MERGED 2008/05/13 14:43:41 b_michaelsen 1.121.26.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d661e36e2d1040b3a1d3ae2b3f6966f846b64874]

        INTEGRATION: CWS logger2 (1.20.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.20.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.20.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:48 b_michaelsen 1.20.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c9211c7a6284c0086102c76c684a520b84fb31e7]

        INTEGRATION: CWS logger2 (1.8.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.8.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.8.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:48 b_michaelsen 1.8.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a2b84e42497de88be91c0cad037e167568387b14]

        INTEGRATION: CWS logger2 (1.9.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.9.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.9.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:48 b_michaelsen 1.9.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1d820de9ca785541f2a893ed73b9bcdecd7b3761]

        INTEGRATION: CWS logger2 (1.11.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.11.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.11.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:48 b_michaelsen 1.11.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c2141ae5fdd6b04e419ea6c35897d8d8ae0c8403]

        INTEGRATION: CWS logger2 (1.51.28); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.51.28.4: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.51.28.3: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.51.28.2: #i88653# added origin of dispatch to args for uilogging 2008/05/13 14:43:40 b_michaelsen 1.51.28.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3afda7f56876a32b231ce7562912b614406a0d1c]

        INTEGRATION: CWS logger2 (1.16.28); FILE MERGED 2008/05/13 14:43:40 b_michaelsen 1.16.28.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f2a781e6cb8bd57e4e045b417482dbc0a4691c3d]

        INTEGRATION: CWS logger2 (1.11.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.11.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.11.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.11.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f3da8c37d61cf51b2ed6633e8ab6cfbda4726859]

        INTEGRATION: CWS logger2 (1.4.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.4.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.4.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.4.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6b6cc3aab0e4e6a999cb126f2e1d8fc2cf833e80]

        INTEGRATION: CWS logger2 (1.4.30); FILE MERGED 2008/07/17 10:10:33 b_michaelsen 1.4.30.4: RESYNC: (1.4-1.5); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.4.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:40 b_michaelsen 1.4.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.4.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [78cbc17694cea587daaf6f6e71a97c2ce2654036]

        INTEGRATION: CWS logger2 (1.9.30); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.9.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.9.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.9.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [61d2b95aae172e42f197eac1d707cc2409486ccd]

        INTEGRATION: CWS logger2 (1.20.28); FILE MERGED 2008/07/08 13:26:21 b_michaelsen 1.20.28.4: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.20.28.3: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.20.28.2: #i88653# added origin of dispatch to args for uilogging 2008/05/13 14:43:40 b_michaelsen 1.20.28.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e3103949aed9b78a46143159f77482044da07a9d]

        INTEGRATION: CWS logger2 (1.9.30); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.9.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.9.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.9.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4fe16a5ba9ea3c46877ecdcf86de5ac216ec3abf]

        INTEGRATION: CWS logger2 (1.7.28); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.7.28.4: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.7.28.3: #i88653# removing appending of DispatchOrigin 2008/06/30 12:32:10 b_michaelsen 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2008/05/19 11:26:47 b_michaelsen 1.7.28.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4dffcb5ddad3a422b422a0b52961557356dd442d]

        INTEGRATION: CWS logger2 (1.10.30); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.10.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.10.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.10.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [116bdccd1c71cb3823db83e7bf8c724678573395]

        INTEGRATION: CWS logger2 (1.8.30); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.8.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.8.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.8.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [89c2bd5af5724ff19713317bb756aa1359417043]

        INTEGRATION: CWS logger2 (1.6.30); FILE MERGED 2008/07/17 10:04:08 b_michaelsen 1.6.30.4: RESYNC: (1.6-1.7); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.6.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:39 b_michaelsen 1.6.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:47 b_michaelsen 1.6.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a290818f81037a6fadd5b70fc8ad1a03c76e1858]

        INTEGRATION: CWS logger2 (1.15.26); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.15.26.4: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 07:21:49 b_michaelsen 1.15.26.3: fixed makefile 2008/06/30 12:32:13 b_michaelsen 1.15.26.2: RESYNC: (1.15-1.16); FILE MERGED 2008/05/13 14:43:39 b_michaelsen 1.15.26.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d23d0b017af655d3c01f5a676e0d2f5bfa139def]

        INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/07/03 14:02:40 b_michaelsen 1.1.4.6: updated XSynchronousDispatch and XNotifyingDispatch interface declaration 2008/07/03 13:42:45 b_michaelsen 1.1.4.5: added XSynchronousDispatch and XNotifyingDispatch interfaces to loggingdispatch 2008/06/11 10:19:12 b_michaelsen 1.1.4.4: #i88653# removing inline in dispatchlogging 2008/05/19 11:26:47 b_michaelsen 1.1.4.3: #i88653# added origin of dispatch to args for uilogging 2008/05/13 14:43:39 b_michaelsen 1.1.4.2: merged logger cws 2008/05/09 12:53:38 b_michaelsen 1.1.4.1: file dispatchlogging.cxx was added on branch cws_dev300_logger2 on 2008-05-13 14:43:39 +0000

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9de3e00d6737915bacd29a27ee1eafeb56b29cc9]

        INTEGRATION: CWS logger2 (1.6.30); FILE MERGED 2008/07/08 13:26:20 b_michaelsen 1.6.30.3: #i88653# implemeted logging hooks solution without dispatch interception 2008/07/04 11:57:38 b_michaelsen 1.6.30.2: #i88653# removing appending of DispatchOrigin 2008/05/19 11:26:46 b_michaelsen 1.6.30.1: #i88653# added origin of dispatch to args for uilogging

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6274bef405ce372a6770ec0e358baaf5fd345084]

        INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/05/13 14:43:39 b_michaelsen 1.1.4.2: merged logger cws 2008/05/09 12:51:37 b_michaelsen 1.1.4.1: file dispatchlogging.hxx was added on branch cws_dev300_logger2 on 2008-05-13 14:43:39 +0000

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [fecd14ed95d697deecc7a1891b94e46988a4f0f2]

        INTEGRATION: CWS logger2 (1.21.10); FILE MERGED 2008/05/21 11:54:02 gh 1.21.10.1: #i88653# VCL Logger added to Macro recorder in sts library

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f7548814da66130ed70199a819a57a0bfcff7b67]

        INTEGRATION: CWS logger2 (1.36.8); FILE MERGED 2008/06/30 12:31:20 b_michaelsen 1.36.8.2: RESYNC: (1.36-1.37); FILE MERGED 2008/05/21 11:54:01 gh 1.36.8.1: #i88653# VCL Logger added to Macro recorder in sts library

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f794fef25f34fcb2d8643f97d7a6b3cc1ddc8d81]

        INTEGRATION: CWS logger2 (1.24.4); FILE MERGED 2008/05/21 11:54:01 gh 1.24.4.1: #i88653# VCL Logger added to Macro recorder in sts library

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2689ab198207cfc9aac755b864f65cd42626c521]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/10 14:32:19 b_michaelsen 1.1.2.3: #i88653# fixed extra qualification on member error on gcc4 2008/07/09 10:28:34 gh 1.1.2.2: disable toolbox handling due to false call of VCLEVENT_TOOLBOX_CLICK make Mutexhandling threadsafe 2008/05/21 11:56:25 gh 1.1.2.1: #i88653# New Header for VCL Logger added to Macro recorder in sts library

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6d02b3596249676eb9327f1f524eaf7f1bec55fc]

        INTEGRATION: CWS logger2 (1.12.10); FILE MERGED 2008/07/09 10:45:05 b_michaelsen 1.12.10.4: #i88653# locking the global mutex as short as possible 2008/07/09 10:28:33 gh 1.12.10.3: disable toolbox handling due to false call of VCLEVENT_TOOLBOX_CLICK make Mutexhandling threadsafe 2008/06/29 19:44:37 gh 1.12.10.2: improve keyevent grouping somewhat 2008/05/21 11:54:01 gh 1.12.10.1: #i88653# VCL Logger added to Macro recorder in sts library

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0c70ef4a7d17fead8be653f70529b827f972d043]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:48:16 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c69baec86016554c5e2b545b4871ee63c254b3b1]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:47:52 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [30edbfdc766a398786fcbcef0f156be1c9b37562]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:47:29 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a0312523771f8deba95692bdcd8baf13594021ec]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:46:46 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [be81c70c82cba8e744a5dc4eaa17e3e55a4827bb]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/03 08:57:54 b_michaelsen 1.1.2.4: #i88653# added extension description, showing options page when invitation was rejected, fixed hang on invite job 2008/06/27 16:02:23 b_michaelsen 1.1.2.3: #i88653# ui moved into the core 2008/06/13 16:14:07 b_michaelsen 1.1.2.2: #i88653# makefile 2008/06/11 10:46:22 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8ee6e43d05b00979ea174869e38bcad9a8f4e016]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/09 14:25:30 b_michaelsen 1.1.2.6: #i76683# protect call to Dialog with Solarmutex 2008/07/04 09:27:16 b_michaelsen 1.1.2.5: fixed typo in default url 2008/07/03 05:44:47 pb 1.1.2.4: #i88653# syntax error of win build fixed 2008/06/27 16:02:22 b_michaelsen 1.1.2.3: #i88653# ui moved into the core 2008/06/11 14:36:11 b_michaelsen 1.1.2.2: #i88653# fixed typo 2008/06/11 10:45:54 b_michaelsen 1.1.2.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [24faf2649019aafaa2990494ac87f16bf4c1aa89]

        INTEGRATION: CWS logger2 (1.4.14); FILE MERGED 2008/05/13 14:42:03 b_michaelsen 1.4.14.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [83622e8216f58a77dc41a37f33464b85a0144da9]

        INTEGRATION: CWS logger2 (1.3.14); FILE MERGED 2008/05/13 14:42:03 b_michaelsen 1.3.14.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f2eeea245dc6f062ab8752348f84be6da7f7f1fb]

        INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/05/13 14:42:03 b_michaelsen 1.1.4.2: merged logger cws 2008/04/28 08:57:40 b_michaelsen 1.1.4.1: file csvformatter.cxx was added on branch cws_dev300_logger2 on 2008-05-13 14:42:03 +0000

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [95e83d026a55db227084c0779c4fa97017b8618c]

        INTEGRATION: CWS logger2 (1.26.92); FILE MERGED 2008/06/30 10:57:55 b_michaelsen 1.26.92.1: #158138# base64 encoding

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f1965256cc7f5d711f4606b04517cd36a9ff34ba]

        INTEGRATION: CWS logger2 (1.42.110); FILE MERGED 2008/07/03 10:32:05 b_michaelsen 1.42.110.3: #i88653# removed OOoImprovement extension from global build 2008/06/30 10:57:55 b_michaelsen 1.42.110.2: #158138# base64 encoding 2008/06/11 10:49:07 b_michaelsen 1.42.110.1: #i88653# liboooimprovecore implements the uno interface for the core components (com.sun.star.oooimprovecore.core)

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [04b2c9c982593b0d803f0df6b4d59a7e9332c8ca]

        INTEGRATION: CWS logger2 (1.2.72); FILE MERGED 2008/07/03 14:34:23 pb 1.2.72.2: fix: #i90370# more implemented 2008/07/02 10:25:41 b_michaelsen 1.2.72.1: updated resources and actions for optimprove

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ab15b077c9df3e5d60700cd0c09fdbf79d32fcdd]

        INTEGRATION: CWS logger2 (1.21.132); FILE MERGED 2008/06/30 11:19:10 pb 1.21.132.1: fix: #i90370# RID_SVXPAGE_IMPROVEMENT added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [82f500e11474878035db55a048865ec462dc5bca]

        INTEGRATION: CWS logger2 (1.56.132); FILE MERGED 2008/07/03 15:40:05 b_michaelsen 1.56.132.3: renamed shadowing var - warning on gcc 2008/07/03 14:33:29 pb 1.56.132.2: fix: #i90370# page title of Improvement Program set 2008/06/30 11:15:32 pb 1.56.132.1: fix: #i90370# RID_SVXPAGE_IMPROVEMENT added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f0debf314bd117370d86940fc357f79185af5835]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/10 11:00:46 b_michaelsen 1.1.2.4: #i90370# fixed init of checkbox state 2008/07/03 14:31:53 pb 1.1.2.3: fix: #i90370# more implemented 2008/07/03 05:34:39 pb 1.1.2.2: fix: #i90370# FillItemSet() and Reset() implemented 2008/06/30 11:11:07 pb 1.1.2.1: fix: #i90370# new class SvxImprovementOptionsPage

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2967abea94246c17be17025c66e7c909b2ae60c4]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/03 14:31:52 pb 1.1.2.5: fix: #i90370# more implemented 2008/07/03 05:36:29 pb 1.1.2.4: fix: #i90370# XCoreController added 2008/07/02 10:25:39 b_michaelsen 1.1.2.3: updated resources and actions for optimprove 2008/06/30 11:12:52 pb 1.1.2.2: fix: #i90370# more implementation 2008/06/25 10:21:55 pb 1.1.2.1: fix: #i90370# UI of improvement program

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8ba023fd157f96da3ff9b2cf3d00fb5e402b5839]

        INTEGRATION: CWS logger2 (1.64.132); FILE MERGED 2008/06/30 11:13:44 pb 1.64.132.2: fix: #i90370# optimprove2.obj added 2008/06/25 10:22:43 pb 1.64.132.1: fix: #i90370# optimprove.obj added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [645911b97d22a68497d3d610ac5d5453a27fcd33]

        INTEGRATION: CWS logger2 (1.136.160); FILE MERGED 2008/06/25 10:19:53 pb 1.136.160.1: fix: #i90370# optimprove.hxx added

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [77e4af27d36a69f4200265fe491a85550a03c9fb]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/03 14:37:01 pb 1.1.2.4: fix: #i90370# more implemented 2008/07/03 05:38:03 pb 1.1.2.3: fix: #i90370# OptionsPage: sLogPath added 2008/06/30 11:07:23 pb 1.1.2.2: fix: #i90370# class SvxImprovementOptionsPage added 2008/06/25 10:19:07 pb 1.1.2.1: fix: #i90370# UI of improvement program

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [45ead832d5ec2fead168b34e145a0ba91ab37c71]

        INTEGRATION: CWS logger2 (1.2.72); FILE MERGED 2008/07/03 14:35:23 pb 1.2.72.2: fix: #i90370# WIN_INFO + BTN_OK added 2008/07/02 10:25:37 b_michaelsen 1.2.72.1: updated resources and actions for optimprove

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bd4a164c832ee1b5d19a84d9f598ebc6c6563689]

        INTEGRATION: CWS logger2 (1.108.42); FILE MERGED 2008/07/17 09:54:13 b_michaelsen 1.108.42.2: RESYNC: (1.108-1.109); FILE MERGED 2008/06/11 10:33:01 b_michaelsen 1.108.42.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [fd97534a06b994d83d8925ca5f1b2338af55a59b]

        INTEGRATION: CWS logger2 (1.87.188); FILE MERGED 2008/06/11 10:33:01 b_michaelsen 1.87.188.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9d9b0883ca65df383b2a87cb041238453cfbb304]

        INTEGRATION: CWS logger2 (1.90.218); FILE MERGED 2008/07/17 09:47:37 b_michaelsen 1.90.218.2: RESYNC: (1.90-1.91); FILE MERGED 2008/06/11 10:33:01 b_michaelsen 1.90.218.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [778edaeb846ecd0f7920f875dd17e478329d5335]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:30:18 b_michaelsen 1.1.2.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [44377010e25033a390402e767d22d1eb87f8c4f6]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/27 16:13:29 b_michaelsen 1.1.2.2: #i88653# api updates 2008/06/11 10:30:39 b_michaelsen 1.1.2.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [702d3225acbcb4fdfdab68f656811cf636b8857b]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/27 16:13:28 b_michaelsen 1.1.2.2: #i88653# api updates 2008/06/11 10:31:06 b_michaelsen 1.1.2.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7d4f6913e936e7b6fba887b5dbdf3fa5991d1e3b]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:28:45 b_michaelsen 1.1.2.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [490f80174f28733e207a29cabd074d86d14bdf64]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/06/11 10:29:51 b_michaelsen 1.1.2.1: #i88653# added services for interaction between core and extension

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6639494658f794eb63edf1b75fb4bf3c8a3d49c9]

        INTEGRATION: CWS logger2 (1.3.40); FILE MERGED 2008/05/13 14:40:39 b_michaelsen 1.3.40.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8808725201d6f0e629eb41780e653d64bf545e3a]

        INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/05/13 14:40:39 b_michaelsen 1.1.4.2: merged logger cws 2008/04/28 09:09:48 b_michaelsen 1.1.4.1: file XCsvLogFormatter.idl was added on branch cws_dev300_logger2 on 2008-05-13 14:40:39 +0000

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [48b93dca95bac8dea40c3abf881ace60ec5e52bc]

        INTEGRATION: CWS logger2 (1.1.4); FILE ADDED 2008/05/13 14:40:39 b_michaelsen 1.1.4.2: merged logger cws 2008/04/28 09:09:48 b_michaelsen 1.1.4.1: file CsvLogFormatter.idl was added on branch cws_dev300_logger2 on 2008-05-13 14:40:39 +0000

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ccdcc9899765f1914e28a0087775009d57aa07a5]

        INTEGRATION: CWS logger2 (1.74.104); FILE MERGED 2008/07/09 13:32:55 b_michaelsen 1.74.104.1: #i76683# updated prj to include oooimprovement services

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [98c41e30313d53e76d821420ad6ae8e4c09506c6]

        INTEGRATION: CWS logger2 (1.1.2); FILE ADDED 2008/07/03 14:12:44 pb 1.1.2.1: fix: #i90370# new info image

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8ee3810981e17326d69c26028187143d65213394]

        INTEGRATION: CWS logger2 (1.3.26); FILE MERGED 2008/06/27 16:07:33 b_michaelsen 1.3.26.5: #i88653# updated logging tempdir to spec'ed location 2008/06/18 15:10:11 b_michaelsen 1.3.26.4: #i88653# OOoImprovement configuration 2008/06/17 11:58:31 b_michaelsen 1.3.26.3: #i88653# updated OOoImprovement cfg 2008/05/19 11:29:43 b_michaelsen 1.3.26.2: #i88653# added uilogging location to configuration 2008/05/13 14:41:13 b_michaelsen 1.3.26.1: merged logger cws

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [913bd06d3081a53223956eaa38c26db0959f8b76]

        INTEGRATION: CWS logger2 (1.17.28); FILE MERGED 2008/06/18 15:10:11 b_michaelsen 1.17.28.1: #i88653# OOoImprovement configuration

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [037cbf863f37d889f51c0ef42f5006b27ac94bb1]

        INTEGRATION: CWS extensionupdate03 (1.8.72); FILE MERGED 2008/07/16 13:28:37 sj 1.8.72.2: #90903# fixed problem with placeholder in dialog title 2008/07/14 14:23:49 sj 1.8.72.1: #90903# fixed dialog title problem

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [eb6b5bc0703c9f55c2513349c30b29608b1c47fd]

        INTEGRATION: CWS extensionupdate03 (1.10.24); FILE MERGED 2008/07/16 13:28:37 sj 1.10.24.1: #90903# fixed problem with placeholder in dialog title

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0a23e974cf2edb8ae1f0eda42f4b5bdb62e2288a]

        INTEGRATION: CWS extensionupdate03 (1.8.42); FILE MERGED 2008/07/16 13:28:36 sj 1.8.42.1: #90903# fixed problem with placeholder in dialog title

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f0bf6b54d78d430e357a6c1588945a79c2ed81ae]

        INTEGRATION: CWS extensionupdate03 (1.9.42); FILE MERGED 2008/07/16 13:28:36 sj 1.9.42.1: #90903# fixed problem with placeholder in dialog title

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [674318f10082449f2abf535b163a44b95b441301]

        INTEGRATION: CWS extensionupdate03 (1.7.42); FILE MERGED 2008/07/16 13:28:36 sj 1.7.42.1: #90903# fixed problem with placeholder in dialog title

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2e953d9417fabf978ae5e898779c3a900add0856]

        INTEGRATION: CWS extensionupdate03 (1.6.20); FILE MERGED 2008/07/16 13:28:36 sj 1.6.20.2: #90903# fixed problem with placeholder in dialog title 2008/07/14 14:22:44 sj 1.6.20.1: #i90934# fixed ok button layout

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9fd7c48ad55a79d91986582dd8e785104c48fcd9]

        INTEGRATION: CWS extensionupdate03 (1.2.80); FILE MERGED 2008/07/14 13:43:18 sj 1.2.80.1: #i84557# added aboutlogo picture

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2b45fd7341581b7b07b53b1f17411069e479eea1]

        INTEGRATION: CWS ause095 (1.5.76); FILE MERGED 2008/07/10 16:45:32 hjs 1.5.76.2: #i81251# - copy images before packling on nodep=treu 2008/06/27 14:58:01 hjs 1.5.76.1: #i81251# - fix absolute path in dependencies

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d47a29e1e87f1582d14c4009396ff159b072fbdc]

        INTEGRATION: CWS ause095 (1.13.76); FILE MERGED 2008/07/14 13:54:18 hjs 1.13.76.1: #i81251# - fixing typo

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9b25a2389ca1cb2dbc255c98a0428ceb37d6a4f5]

        INTEGRATION: CWS ause095 (1.8.6); FILE MERGED 2008/06/25 09:53:05 hjs 1.8.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [51baaf4ae689a6983d94fbc647d3f7636a356b42]

        INTEGRATION: CWS ause095 (1.9.12); FILE MERGED 2008/06/25 09:52:21 hjs 1.9.12.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4be2a59644439bbc7adfd35af7f4f7c340b0a036]

        INTEGRATION: CWS ause095 (1.1.8); FILE MERGED 2008/07/09 08:31:06 hjs 1.1.8.1: #i90789# - no dos lineends

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a0c00fb7566300e9b800d6b89b7ef5bf040b7f46]

        INTEGRATION: CWS ause095 (1.3.6); FILE MERGED 2008/06/25 09:51:47 hjs 1.3.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ceb78c75578c9e81506913abdf7a6c8eb6b67f1f]

        INTEGRATION: CWS ause095 (1.2.6); FILE MERGED 2008/06/25 09:51:47 hjs 1.2.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [23283f57e79f08713bf877d782c33dab9dfa233d]

        INTEGRATION: CWS ause095 (1.2.6); FILE MERGED 2008/06/25 09:51:46 hjs 1.2.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f4640aab87dbe64bb6b2174bd922933655305e7d]

        INTEGRATION: CWS ause095 (1.4.2); FILE MERGED 2008/07/07 17:12:39 hjs 1.4.2.1: #i90789# - referencing patches changed

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9a49cdfba4d16da18f473307b29c5a9ce866cc56]

        INTEGRATION: CWS ause095 (1.4.2); FILE MERGED 2008/07/07 17:12:38 hjs 1.4.2.1: #i90789# - referencing patches changed

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0b04d1472000e7733c46123cbd9e3cc2dd57fbb1]

        INTEGRATION: CWS ause095 (1.3.2); FILE MERGED 2008/07/07 17:12:38 hjs 1.3.2.1: #i90789# - referencing patches changed

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [db707fb0307a8706238528f5f0972bbb9270df54]

        INTEGRATION: CWS ause095 (1.88.42); FILE MERGED 2008/07/17 12:35:24 hjs 1.88.42.4: #i90789# - minor cleanup 2008/07/07 10:18:27 hjs 1.88.42.3: RESYNC: (1.88-1.89); FILE MERGED 2008/06/25 11:46:38 hjs 1.88.42.2: #i85054# - no backup of patched files 2008/06/25 09:49:17 hjs 1.88.42.1: #i90789# - consistently address patches when applying or creating

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [78ee5f142862c7162c99544ca9bf76bfc45e4c65]

        INTEGRATION: CWS ause095 (1.233.32); FILE MERGED 2008/07/09 12:03:04 hjs 1.233.32.2: #i90789# - special handling for cygwin .WINPATH mode 2008/06/25 09:49:17 hjs 1.233.32.1: #i90789# - consistently address patches when applying or creating

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [feecf012080612cff582401a512d9b3a2861808e]

        INTEGRATION: CWS ause095 (1.5.30); FILE MERGED 2008/07/15 16:36:07 hjs 1.5.30.1: #i90789# - survive empty patch files

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [94378a7dcf02c86a12059f8814268cc9d7cbe73c]

        INTEGRATION: CWS ause095 (1.3.6); FILE MERGED 2008/06/25 09:45:53 hjs 1.3.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [47829d749fa68d860bd33f6ac082c7a038877cdb]

        INTEGRATION: CWS ause095 (1.5.6); FILE MERGED 2008/06/25 09:45:53 hjs 1.5.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [df62dc07897f9ea470523b0fd9b73cb4bd7e6f21]

        INTEGRATION: CWS ause095 (1.5.6); FILE MERGED 2008/06/25 09:45:52 hjs 1.5.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [075f039d594425c93cd372391ff9d209083621c0]

        INTEGRATION: CWS ause095 (1.5.6); FILE MERGED 2008/06/25 09:45:51 hjs 1.5.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d4cbb3a20b1abb92b298cf73795627f74394e281]

        INTEGRATION: CWS ause095 (1.3.6); FILE MERGED 2008/06/25 09:45:51 hjs 1.3.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [876f02df8a081709ad1da67cc0a583d3b6bd555f]

        INTEGRATION: CWS ause095 (1.6.6); FILE MERGED 2008/06/25 09:45:51 hjs 1.6.6.1: #i90789# - referencing patch with relative path from current directory

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [035277fb741b6450c2b40c6ca4b1694126b87ed7]

        INTEGRATION: CWS mav34 (1.84.50); FILE MERGED 2008/07/04 15:50:44 mba 1.84.50.1: #158188#: missing SolarMutex

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c4172320b32e07d2f5e6a466473b7fa872189266]

        INTEGRATION: CWS mav34 (1.56.142); FILE MERGED 2008/07/02 09:36:33 mav 1.56.142.1: #i90882# disable Mozilla Plug-in tab-page on Mac

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [107ea2b28b5b55a5f989194dd7ffb9a6cb35ae22]

        INTEGRATION: CWS mav34 (1.70.118); FILE MERGED 2008/07/04 15:57:12 mba 1.70.118.1: #158188#: missing SolarMutex

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2542e1dd69247c39df1bd3381e584b71dc100d11]

        INTEGRATION: CWS jl106 (1.15.4); FILE MERGED 2008/07/02 14:41:11 jl 1.15.4.1: #91281 build breaks in cli_ure/unotypes because climaker cannot bootstrap UNO

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4a6131c728f10e5a5f45c703dde643d6ca56f1cb]

        INTEGRATION: CWS jl106 (1.33.4); FILE MERGED 2008/07/02 12:09:50 jl 1.33.4.1: #i90933# XPackage.getDescrition should not return the XPackageTypeInfo.getDescription

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [aaf5c97e45cd390c9305987f3b5f16935eccb5de]

        INTEGRATION: CWS jl106 (1.19.30); FILE MERGED 2008/07/02 12:09:50 jl 1.19.30.1: #i90933# XPackage.getDescrition should not return the XPackageTypeInfo.getDescription

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3cee147ed9be364b1ba721cc80e7cb5337f27b97]

        INTEGRATION: CWS jl106 (1.9.10); FILE MERGED 2008/07/02 14:20:50 jl 1.9.10.1: #i91168# cli assemblies not for mingw

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ee9908f3ef5b27035c4d3df9127c95d434396438]

        INTEGRATION: CWS jl106 (1.294.6); FILE MERGED 2008/07/02 14:20:49 jl 1.294.6.1: #i91168# cli assemblies not for mingw

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [74917f9d489073657f045a6e304caeb0f079a155]

        INTEGRATION: CWS jl106 (1.25.4); FILE MERGED 2008/07/02 13:55:03 jl 1.25.4.2: #i80475# added comment 2008/07/02 12:57:00 jl 1.25.4.1: #91168# dmake error when building with mingw

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1a3829062cd6815496837175d63303e58cc99f88]

        INTEGRATION: CWS jl106 (1.1.2); FILE ADDED 2008/07/03 07:27:22 jl 1.1.2.1: #91168# BUILD_FOR_CLI flag set only for microsoft compiler

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c9a58d3646dac185e4c3ae8ffe93f69b57fd2e9e]

        INTEGRATION: CWS jl106 (1.3.2); FILE MERGED 2008/07/02 13:57:27 jl 1.3.2.2: #i80475# make runtests work on 64bit systems 2008/07/02 13:22:47 jl 1.3.2.1: #91168# build problems on mingw

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2e2af274ba66e44538742e6a0cb28218049bde4a]

        INTEGRATION: CWS jl106 (1.2.4); FILE MERGED 2008/07/02 14:32:59 jl 1.2.4.1: #i80475# build assemblies when version.txt changed

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c6c60dfba2c53716ca634bef13891ab720555602]

        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>  [dac04144b7be04f2a75bcbcc1f49d5965e35a866]

        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>  [64a53d5882dc300ca07349e426017a482a0ec9b0]

        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>  [13289458c37931298399cd84a96d3120255caefa]

        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>  [f36810a40365da0da53fc50057df907c50993a67]

        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>  [10cadfb7390f3c9dc33de7f41ce08d8db66baba7]

        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>  [edafd15f7d38cfe95b9eb5ca75dffd21b70e4fb3]

        INTEGRATION: CWS aquavcl09 (1.39.20); FILE MERGED 2008/07/06 06:39:17 pl 1.39.20.2: RESYNC: (1.39-1.40); FILE MERGED 2008/07/01 14:11:59 hdu 1.39.20.1: #i91210# fix repaint problems in the AboutDialog

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [75c606a98d3a6e763667c66fe1f1ff0676a40f34]

        INTEGRATION: CWS aquavcl09 (1.7.88); FILE MERGED 2008/07/01 14:12:00 hdu 1.7.88.1: #i91210# fix repaint problems in the AboutDialog

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b40dcc5482ac6b78bebe268c2fb79744ee68b890]

        INTEGRATION: CWS aquavcl09 (1.5.214); FILE MERGED 2008/07/08 15:13:36 pl 1.5.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [994529ac656fbddc34efa444b24c25c02cf58417]

        INTEGRATION: CWS aquavcl09 (1.5.214); FILE MERGED 2008/07/08 15:13:35 pl 1.5.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9211cc60433688b46f5857695f3712627b55a674]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:34 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d31e03ec070ca018e1ba3f69e77e6abb5c1e0518]

        INTEGRATION: CWS aquavcl09 (1.12.124); FILE MERGED 2008/07/08 15:13:34 pl 1.12.124.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5f0be98b95083c990bb4214c85edfaf4f4a0f5ce]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:33 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4481b9a294b5f02da17457bbc284a1a6e1701ecc]

        INTEGRATION: CWS aquavcl09 (1.5.214); FILE MERGED 2008/07/08 15:13:33 pl 1.5.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [83d72b5a4b70995666f022570f85d1c8bd81eeb7]

        INTEGRATION: CWS aquavcl09 (1.5.214); FILE MERGED 2008/07/08 15:13:32 pl 1.5.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [068ab7d3f3b25871e00457cc2469093cb1e56096]

        INTEGRATION: CWS aquavcl09 (1.5.214); FILE MERGED 2008/07/08 15:13:31 pl 1.5.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d42ff43139a535ddcdb1c15d6b5ecab757ce4eda]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:31 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b72239f45ac9e246491adc393966259c8116b630]

        INTEGRATION: CWS aquavcl09 (1.11.214); FILE MERGED 2008/07/08 15:13:30 pl 1.11.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cf35b3986c678af0c871a50267b4491f463cc934]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:30 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cba9dce3c435f0fd452203adc90bec46cd9b19ce]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:29 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [322226c80b7959f475acb96db059bd2467eebb14]

        INTEGRATION: CWS aquavcl09 (1.12.214); FILE MERGED 2008/07/08 15:13:29 pl 1.12.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [66d3f1a01247967350a0730c774bc92dfefa1aa7]

        INTEGRATION: CWS aquavcl09 (1.8.214); FILE MERGED 2008/07/08 15:13:28 pl 1.8.214.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1454eda573c6693842440ddf189128859ec90c0a]

        INTEGRATION: CWS aquavcl09 (1.3.334); FILE MERGED 2008/07/08 15:16:02 pl 1.3.334.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9c3ffb2e248c738e9e1d5177d9114837a211bbcb]

        INTEGRATION: CWS aquavcl09 (1.3.334); FILE MERGED 2008/07/08 15:16:01 pl 1.3.334.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [05f75df74dc6d8c49a7ea4467e968820d8e02722]

        INTEGRATION: CWS aquavcl09 (1.5.330); FILE MERGED 2008/07/08 15:16:01 pl 1.5.330.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d25565bdf95673c11fffaab4ff9102b6638a9121]

        INTEGRATION: CWS aquavcl09 (1.3.334); FILE MERGED 2008/07/08 15:16:00 pl 1.3.334.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [57e11c39d88ba9b36f2941389c422204a267e03e]

        INTEGRATION: CWS aquavcl09 (1.2.10); FILE MERGED 2008/07/08 15:14:00 pl 1.2.10.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [efc94c3db6222e8ac9c1c578f4d56cb1e87e161e]

        INTEGRATION: CWS aquavcl09 (1.4.610); FILE MERGED 2008/07/08 15:14:00 pl 1.4.610.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a3af1248e61db9f4d7f32d30d51ab0610d310171]

        INTEGRATION: CWS aquavcl09 (1.5.610); FILE MERGED 2008/07/08 15:13:59 pl 1.5.610.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [db8aedc19b9d0f7ca4f923dc56b4784a18f6d60a]

        INTEGRATION: CWS aquavcl09 (1.4.610); FILE MERGED 2008/07/08 15:13:59 pl 1.4.610.1: #i88582# change mod1-space and mod1-shift-space accelerators

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d73783bcddb8bc1fdb461d9224cee1ff33af5fd6]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [dd9ffa49c3b23577e130c6e102048dcd74a9695d]

        INTEGRATION: CWS dv04 (1.6.4); FILE MERGED 2008/07/14 06:28:00 dv 1.6.4.1: #i91625# Notify updates after canceling update dialog, too

2008-07-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a030ffa694fcb4bcb45f0d7aad92afab6c668186]

        INTEGRATION: CWS dv04 (1.7.4); FILE MERGED 2008/07/14 06:23:18 dv 1.7.4.1: #i91626# Always draw everthing to position the hyperlinks at correctly

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [687ca31a1efbaae0b66d2fb006fecd37a800698a]

        INTEGRATION: CWS cmcfixes47 (1.17.32); FILE MERGED 2008/07/14 08:11:36 cmc 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2008/06/06 14:44:47 cmc 1.17.32.1: #i82545# fix firefox plugin on 64bit platforms

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [408df67f7fd658ed67729d935548202707fbdeae]

        INTEGRATION: CWS cmcfixes47 (1.184.6); FILE MERGED 2008/07/14 08:09:14 cmc 1.184.6.2: RESYNC: (1.184-1.187); FILE MERGED 2008/06/12 10:17:40 cmc 1.184.6.1: #i90306 fix section protection import

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8dd1341ee6a94dd64a4b605dbf133096d7e3b101]

        INTEGRATION: CWS cmcfixes47 (1.10.10); FILE MERGED 2008/06/12 10:43:12 cmc 1.10.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0560137edfe6e00fee95edc87bcec38de1b7cc11]

        INTEGRATION: CWS cmcfixes47 (1.7.20); FILE MERGED 2008/06/12 10:43:12 cmc 1.7.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2a228a9b59f35c2d6098c66a41452d479caf332c]

        INTEGRATION: CWS cmcfixes47 (1.8.20); FILE MERGED 2008/06/12 10:43:12 cmc 1.8.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2353fa6dc74867b9e368077e0e7e0f9038b94529]

        INTEGRATION: CWS cmcfixes47 (1.3.20); FILE MERGED 2008/06/12 10:43:12 cmc 1.3.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ae1a8c93b698260a4d11cf052ffb0d8dd01934c2]

        INTEGRATION: CWS cmcfixes47 (1.3.18); FILE MERGED 2008/06/12 10:43:12 cmc 1.3.18.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [53acb219f2747bb8dc09d4c06c657bca0c334eb5]

        INTEGRATION: CWS cmcfixes47 (1.5.10); FILE MERGED 2008/06/12 10:43:11 cmc 1.5.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dd919a38d1ae8e7af28a98fa58a68fcdbb296425]

        INTEGRATION: CWS cmcfixes47 (1.4.20); FILE MERGED 2008/06/12 10:43:11 cmc 1.4.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [43481ba3ab99e6e3f1b72f75ecda02816366caa2]

        INTEGRATION: CWS cmcfixes47 (1.4.10); FILE MERGED 2008/06/12 10:43:11 cmc 1.4.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b8f52bf8d2d9f264aecabb8fcd0ff28e9915ab5a]

        INTEGRATION: CWS cmcfixes47 (1.11.20); FILE MERGED 2008/06/12 10:43:11 cmc 1.11.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9c8b9ee92e9cdb2d4a04ab42e7c9368f6e3dae8c]

        INTEGRATION: CWS cmcfixes47 (1.8.10); FILE MERGED 2008/06/12 10:43:10 cmc 1.8.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ddf92ee83f962c3889d0e837d89be652b4a4fdbf]

        INTEGRATION: CWS cmcfixes47 (1.10.20); FILE MERGED 2008/06/12 10:43:10 cmc 1.10.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9184231ed33e0e7030e9c58d9fa37113e9fa770b]

        INTEGRATION: CWS cmcfixes47 (1.10.10); FILE MERGED 2008/06/12 10:43:10 cmc 1.10.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2980042384361b9f7084e861947706467e259e1c]

        INTEGRATION: CWS cmcfixes47 (1.15.10); FILE MERGED 2008/06/12 10:43:10 cmc 1.15.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [62ad60bd8bf3a534c3a853369036366ac1b4222e]

        INTEGRATION: CWS cmcfixes47 (1.12.20); FILE MERGED 2008/06/12 10:43:10 cmc 1.12.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9dc8ad8cf1ce07e8b77d5a65e01c700d3635f15a]

        INTEGRATION: CWS cmcfixes47 (1.12.10); FILE MERGED 2008/06/12 10:43:09 cmc 1.12.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3f390387cca258aef1389f9e44186a63e848f4aa]

        INTEGRATION: CWS cmcfixes47 (1.4.10); FILE MERGED 2008/06/12 10:43:09 cmc 1.4.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0548dc0f2358c1b4d41b57ceb9962c1edf4d42ee]

        INTEGRATION: CWS cmcfixes47 (1.3.20); FILE MERGED 2008/06/12 10:43:09 cmc 1.3.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3422ee1c5b5aed0b437fbf623ab708d8678a2ba6]

        INTEGRATION: CWS cmcfixes47 (1.4.10); FILE MERGED 2008/06/12 10:43:08 cmc 1.4.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f6e3414f731dafe415a7ba3a038b3152994bbbee]

        INTEGRATION: CWS cmcfixes47 (1.3.20); FILE MERGED 2008/06/12 10:43:08 cmc 1.3.20.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8f98a45656f63fd40fbb9988b6cccf70ca8263aa]

        INTEGRATION: CWS cmcfixes47 (1.5.10); FILE MERGED 2008/06/12 10:43:08 cmc 1.5.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a01161dc0a3114faa43975fb852da63cbb3fee99]

        INTEGRATION: CWS cmcfixes47 (1.6.10); FILE MERGED 2008/06/07 15:54:42 cmc 1.6.10.1: #i90469# cut too deeply

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [07d4beb12f00af8231348283a55f7509be7bfd15]

        INTEGRATION: CWS cmcfixes47 (1.6.10); FILE MERGED 2008/06/12 10:43:08 cmc 1.6.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [02f7354db332a4e0d578a32a3399267341f760ed]

        INTEGRATION: CWS cmcfixes47 (1.6.10); FILE MERGED 2008/06/12 10:43:07 cmc 1.6.10.1: #i90652# some more easy-to-remove unused code

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3c46bfab3435de10194ee48610043c944c3967b4]

        INTEGRATION: CWS sysui26 (1.47.4); FILE MERGED 2008/06/22 19:35:41 obr 1.47.4.1: #i90155# initial support for renaming files during packaging process

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fb5a790e284e7e894b317e11fc3a0fe68028e693]

        INTEGRATION: CWS sysui26 (1.10.74); FILE MERGED 2008/07/03 14:42:02 dv 1.10.74.1: Allow setting of msi properties for mso file types

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a7a39823402d337e70a166c96299d6e3b8168553]

        INTEGRATION: CWS sysui26 (1.14.74); FILE MERGED 2008/07/03 14:42:01 dv 1.14.74.1: Allow setting of msi properties for mso file types

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [deb37d45a95355fb6950345f4734d0538e3bb559]

        INTEGRATION: CWS sysui26 (1.7.74); FILE MERGED 2008/07/03 15:39:37 hro 1.7.74.2: #i89966# Added sweb.exe launcher 2008/06/27 11:37:44 hro 1.7.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [69ce45845ad073933c5acd96ef4a1f934031861f]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 15:40:37 hro 1.1.2.1: #i89966# Added sweb.exe launcher

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cb8a4aa5cf665605baa62cac9a38c9bd327d4d28]

        INTEGRATION: CWS sysui26 (1.10.74); FILE MERGED 2008/07/03 15:40:00 hro 1.10.74.2: #i89966# Added sweb.exe launcher 2008/06/27 11:37:43 hro 1.10.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [82f2fb01a8d76d75d4eb60945e63a53ed8058bf2]

        INTEGRATION: CWS sysui26 (1.18.74); FILE MERGED 2008/06/27 11:37:43 hro 1.18.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [278332c16193b9ac68f876d1dc3d1293bdf39fc3]

        INTEGRATION: CWS sysui26 (1.4.74); FILE MERGED 2008/06/27 11:37:43 hro 1.4.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [42dbc708c09d9d14b28bd150104f718d436afd4f]

        INTEGRATION: CWS sysui26 (1.11.74); FILE MERGED 2008/06/27 11:37:43 hro 1.11.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [37affa4fcbaf00a1fda5d879f6afb1eafcc7bc4c]

        INTEGRATION: CWS sysui26 (1.81.36); FILE MERGED 2008/06/27 11:37:43 hro 1.81.36.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f3b01bcfb117c561655687f231d631e27b5b4c5f]

        INTEGRATION: CWS sysui26 (1.14.74); FILE MERGED 2008/06/27 11:37:43 hro 1.14.74.1: #i90966# Inroduced new OOo 3.0 Icons for Windows (OS/2)

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a85ba252a7174bcd1b2033cf950aa812186dbca0]

        INTEGRATION: CWS sysui26 (1.64.32); FILE MERGED 2008/07/03 15:41:11 hro 1.64.32.1: #i89966# Added sweb.exe launcher

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [26d944e07dfb4b36f8c5c1e68f30d934ab775df9]

        INTEGRATION: CWS sysui26 (1.50.6); FILE MERGED 2008/06/30 20:21:24 dv 1.50.6.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [43e9e5c268c893d9ae7eef993936b3aeaa28f8a0]

        INTEGRATION: CWS sysui26 (1.8.50); FILE MERGED 2008/06/30 20:21:10 dv 1.8.50.2: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/25 08:59:17 dv 1.8.50.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8e4514c5152fadb5d70b332ac1224720ce237a8b]

        INTEGRATION: CWS sysui26 (1.14.48); FILE MERGED 2008/07/03 15:36:35 dv 1.14.48.5: use sweb.exe instead of soffice.exe for html files 2008/07/01 13:33:43 dv 1.14.48.4: #i85618# use staroffice to open .html files (swriter/web) 2008/06/30 20:21:10 dv 1.14.48.3: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/27 13:11:45 dv 1.14.48.2: Add Office to open with list for mso types, too 2008/06/25 08:59:17 dv 1.14.48.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2fe7e8018a969121f4061e7c8b87302a830f8dde]

        INTEGRATION: CWS sysui26 (1.26.2); FILE MERGED 2008/07/03 15:36:35 dv 1.26.2.1: use sweb.exe instead of soffice.exe for html files

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cee7fc6d34d884f5209dd27e90ba83207f6536a1]

        INTEGRATION: CWS sysui26 (1.37.48); FILE MERGED 2008/07/03 15:36:34 dv 1.37.48.1: use sweb.exe instead of soffice.exe for html files

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4126d5e0b91522adf1a653a72b28318166627b6c]

        INTEGRATION: CWS sysui26 (1.24.8); FILE MERGED 2008/06/25 14:20:58 dv 1.24.8.2: Removed reg4msdoc custom action 2008/06/25 09:01:14 dv 1.24.8.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [749d1a34eb199ae588737ff9e413e49a1dd8aacf]

        INTEGRATION: CWS sysui26 (1.10.50); FILE MERGED 2008/06/30 20:21:10 dv 1.10.50.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4806982ade81f395964889b7b0190d649aa6168e]

        INTEGRATION: CWS sysui26 (1.29.2); FILE MERGED 2008/06/30 20:21:10 dv 1.29.2.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4dd4095892950ce82e85c86c7148ccb7a2e611ac]

        INTEGRATION: CWS sysui26 (1.99.4); FILE MERGED 2008/06/25 14:20:58 dv 1.99.4.2: Removed reg4msdoc custom action 2008/06/25 09:03:31 dv 1.99.4.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9af9b71ad0b19adc67ceec9bcbc3a85126d8d66d]

        INTEGRATION: CWS sysui26 (1.290.10); FILE MERGED 2008/06/25 14:20:57 dv 1.290.10.2: Removed reg4msdoc custom action 2008/06/25 09:04:39 dv 1.290.10.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7dbd0ddc54e279a9ec1f7e7d7ce5d90aedbe2cc1]

        INTEGRATION: CWS sysui26 (1.7.50); FILE MERGED 2008/06/30 20:21:10 dv 1.7.50.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2d797febdba847e83e3e33bf745bd2a9dd08299e]

        INTEGRATION: CWS sysui26 (1.14.48); FILE MERGED 2008/06/30 20:21:10 dv 1.14.48.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a4ce98e7cfb2003970f087e527c5093c6b5f79cc]

        INTEGRATION: CWS sysui26 (1.7.50); FILE MERGED 2008/06/30 20:21:09 dv 1.7.50.2: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/25 08:58:46 dv 1.7.50.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3a0504d03dae7ba7cbcfb9631d72eac377dc46f1]

        INTEGRATION: CWS sysui26 (1.14.48); FILE MERGED 2008/06/30 20:21:09 dv 1.14.48.3: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/27 13:12:35 dv 1.14.48.2: Add Office to open with list for mso types, too 2008/06/25 08:58:46 dv 1.14.48.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [16639f4aca5a46d841497bc131edbab67a218f0d]

        INTEGRATION: CWS sysui26 (1.7.50); FILE MERGED 2008/06/30 20:21:09 dv 1.7.50.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7300498de7a5a7997e2a63552215c6a94b6d5a2c]

        INTEGRATION: CWS sysui26 (1.15.48); FILE MERGED 2008/06/30 20:21:09 dv 1.15.48.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [22f5f14cedb1bec76d3fe727c35886eaa456ec23]

        INTEGRATION: CWS sysui26 (1.7.50); FILE MERGED 2008/06/30 20:21:09 dv 1.7.50.2: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/25 08:58:26 dv 1.7.50.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c72680c523fd3eb3905c3e115a2fff11e26829cf]

        INTEGRATION: CWS sysui26 (1.14.48); FILE MERGED 2008/06/30 20:21:09 dv 1.14.48.3: #i90335# Moved all binfilter related registry entries to binfilter module 2008/06/27 13:12:16 dv 1.14.48.2: Add Office to open with list for mso types, too 2008/06/25 08:58:25 dv 1.14.48.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3c77ee5ed4a7ff2cdde867188a7021e44eef8193]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/30 20:19:40 dv 1.1.2.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [03fe98f6311efb6c49cd168eb2f8134289a9edd4]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/30 20:19:31 dv 1.1.2.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7e602832b4c439e938d6666f2db21f5eff61d8af]

        INTEGRATION: CWS sysui26 (1.2.14); FILE MERGED 2008/06/30 20:21:09 dv 1.2.14.1: #i90335# Moved all binfilter related registry entries to binfilter module

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [36c1e78e8b65026d6feeb31cc8a9ac952d2f3bbe]

        INTEGRATION: CWS sysui26 (1.18.76); FILE MERGED 2008/07/03 15:18:58 dv 1.18.76.4: use only one type for openwith 2008/06/27 13:11:23 dv 1.18.76.3: Add Office to open with list for mso types, too 2008/06/26 07:04:04 dv 1.18.76.2: #i89966# Register printto with key printto! 2008/06/25 08:56:46 dv 1.18.76.1: Added helper macros for registering file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f5c354bc45f6b4a1332883c8eb3a6a0875b766f2]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/14 12:20:21 rt 1.1.2.3: Correct license header 2008/06/25 08:49:46 dv 1.1.2.2: scp will handle module selection; no removal needed any longer 2008/06/16 06:15:22 dv 1.1.2.1: Reworked registering for msdoc

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [86aacede9b2127ba74c7e61706736225b9bbe32e]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/14 12:20:21 rt 1.1.2.2: Correct license header 2008/06/16 06:14:39 dv 1.1.2.1: Reworked registering for msdoc

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2e96ffba9da772932628cac2fb91e047d9196dd4]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/25 08:49:46 dv 1.1.2.2: scp will handle module selection; no removal needed any longer 2008/06/16 06:15:11 dv 1.1.2.1: Reworked registering for msdoc

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [48522765f11ce0c54ad4388b07c78a4d89fdea61]

        INTEGRATION: CWS sysui26 (1.25.6); FILE MERGED 2008/06/25 12:41:04 dv 1.25.6.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bab2c2d8849946fe7430acba740a4fd3c37e1086]

        INTEGRATION: CWS sysui26 (1.6.30); FILE MERGED 2008/06/25 14:19:09 dv 1.6.30.1: removed all references to FileTypeDialog

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1ee619089be5d02f8f69035f656f523d41a65018]

        INTEGRATION: CWS sysui26 (1.4.30); FILE MERGED 2008/06/25 14:19:09 dv 1.4.30.1: removed all references to FileTypeDialog

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5cdaa96ab98b7e8ec8f49b8abf2a2dda9e777662]

        INTEGRATION: CWS sysui26 (1.7.30); FILE MERGED 2008/06/25 14:19:09 dv 1.7.30.1: removed all references to FileTypeDialog

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fd48ed44be7c402f079b76b86127961c03af3afd]

        INTEGRATION: CWS sysui26 (1.9.32); FILE MERGED 2008/06/25 14:19:08 dv 1.9.32.1: removed all references to FileTypeDialog

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ee1db2ea6c89d2222b1c1fc7b32854c5e0663903]

        INTEGRATION: CWS sysui26 (1.11.52); FILE MERGED 2008/06/25 09:56:52 dv 1.11.52.1: Split lines with semicolon for better macro support

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ddbaffe4ca2e982be69009b676c15531dc6728c4]

        INTEGRATION: CWS sysui26 (1.26.32); FILE MERGED 2008/07/03 13:52:31 dv 1.26.32.2: Add default values for enabling / disabling for mso types 2008/06/25 09:55:49 dv 1.26.32.1: Register for mso file extensions

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5f43c3476872d3fac6c7aa19d8360a7f9ea83f8c]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/22 19:35:41 obr 1.1.2.1: #i90155# initial support for renaming files during packaging process

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5a43b402aff0c7d4ebae2b9d8abb2cdaf9f4f0a0]

        INTEGRATION: CWS sysui26 (1.14.52); FILE MERGED 2008/06/22 19:35:40 obr 1.14.52.1: #i90155# initial support for renaming files during packaging process

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4d700f95b9e092cf115680f84755ba6325b24ead]

        INTEGRATION: CWS sysui26 (1.111.4); FILE MERGED 2008/06/22 19:35:40 obr 1.111.4.1: #i90155# initial support for renaming files during packaging process

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b5a97c4135e56aceaf1c885d8e0f78afa927954c]

        INTEGRATION: CWS sysui26 (1.32.2); FILE MERGED 2008/07/03 18:36:28 ihi 1.32.2.2: #i91338# gnome mimetype fix 2008/06/27 13:04:29 ihi 1.32.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [815c14dcb217b8169a75c435ce42828dfe7e80a3]

        INTEGRATION: CWS sysui26 (1.4.126); FILE MERGED 2008/07/03 18:36:27 ihi 1.4.126.2: #i91338# gnome mimetype fix 2008/06/27 13:04:29 ihi 1.4.126.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [04b153681730f8b7074d1b60dbc56717075473e8]

        INTEGRATION: CWS sysui26 (1.27.2); FILE MERGED 2008/07/04 13:37:12 ihi 1.27.2.2: #i91338# Added missing mimetype 2008/06/27 13:41:36 ihi 1.27.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [73d464d2f14e37c057514ffe706cbfb12378bcb0]

        INTEGRATION: CWS sysui26 (1.14.94); FILE MERGED 2008/07/03 18:43:53 ihi 1.14.94.4: #i91338# gnome mimetype fix 2008/06/27 15:41:03 ihi 1.14.94.3: #i89966# New OOXML mimetypes 2008/06/27 15:21:19 ihi 1.14.94.2: #i89966# New OOXML mimetypes 2008/06/27 15:00:15 ihi 1.14.94.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3acc9acd1bd06fc8f4d5b1854bec7ba4d199f249]

        INTEGRATION: CWS sysui26 (1.31.2); FILE MERGED 2008/07/03 18:36:27 ihi 1.31.2.2: #i91338# gnome mimetype fix 2008/06/27 13:04:28 ihi 1.31.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [863ab909b478b900d61fc025ace002affb533890]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:44 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7581afc2aacabf5aa2fa4247a5350c82c1440458]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 17:00:25 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:44 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f668d3806e8209dd52c09af6e297888492ee7513]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:43 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [42a6549c77b329684fbee32b968f57827c8ff052]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 17:00:25 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:43 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [63bf62b836c833109fc6e72cb7a40f43300eef23]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 17:00:24 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:43 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5302cd4bbb924f26dfb53fa73bb13ceb411a2fd4]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/10 11:09:30 ihi 1.1.2.3: #i91338# icons removed 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:43 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [927b6bd147db980dd395c92da4089e9f6a8ed8ab]

        INTEGRATION: CWS sysui26 (1.5.294); FILE MERGED 2008/07/03 18:36:27 ihi 1.5.294.2: #i91338# gnome mimetype fix 2008/06/27 14:06:39 ihi 1.5.294.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5aad1b990aecebccf787f4f48725a091c1e16578]

        INTEGRATION: CWS sysui26 (1.11.2); FILE MERGED 2008/07/03 18:36:27 ihi 1.11.2.2: #i91338# gnome mimetype fix 2008/06/27 14:06:38 ihi 1.11.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5a3fc316f0b24352259231dffac387e411d1d4cc]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:27 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:43 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [8e678c55700cc7464462c5aa324914b8909e6c26]

        #i10000# Correct license header

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ada09081b3fa322622e1f59a3c248071d12e0741]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:27 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:00:24 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:42 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [50a583d12b403bfe4d0972508d352dc6609eee22]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/10 11:09:30 ihi 1.1.2.4: #i91338# icons removed 2008/07/03 18:36:27 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:42 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [979927caacad13d88cbb7c73a8e844c8db3ea4f8]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/10 11:09:29 ihi 1.1.2.4: #i91338# icons removed 2008/07/03 18:36:26 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:37:35 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a90a292dbfde3f5f3e6c81c3a1f2e18fb627222f]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:26 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:00:24 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:37:35 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fe786bfd4430a67161824c59e9aff6f98f61d35b]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:26 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:11:16 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:42 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [52993ec7b5649ff16dd3aa847819e4208f45b7d9]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:26 ihi 1.1.2.4: #i91338# gnome mimetype fix 2008/06/27 17:00:24 ihi 1.1.2.3: #i89966# New OOXML mimetypes 2008/06/27 13:37:35 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:42 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c93352a8b6dc6da4fc34c06e5ee731ce7f868a1d]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:26 ihi 1.1.2.3: #i91338# gnome mimetype fix 2008/06/27 17:00:23 ihi 1.1.2.2: #i89966# New OOXML mimetypes 2008/06/27 13:02:42 ihi 1.1.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3e64bbe455ea1b937ed752dd5fbc0bcbaac4ba38]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/07/03 18:36:26 ihi 1.1.2.1: #i91338# gnome mimetype fix

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7e9b8e5ab88f399e10767116cc53caadffc7b620]

        INTEGRATION: CWS sysui26 (1.14.10); FILE MERGED 2008/07/03 18:36:26 ihi 1.14.10.2: #i91338# gnome mimetype fix 2008/06/27 13:03:09 ihi 1.14.10.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b1969469fc227a1c5c111eac60e3f195def0e9ff]

        INTEGRATION: CWS sysui26 (1.11.22); FILE MERGED 2008/07/03 18:36:26 ihi 1.11.22.2: #i91338# gnome mimetype fix 2008/06/27 13:03:09 ihi 1.11.22.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ce46968eae2f4fc6753602d3197c4a768cff4da9]

        INTEGRATION: CWS sysui26 (1.10.22); FILE MERGED 2008/07/03 18:36:26 ihi 1.10.22.2: #i91338# gnome mimetype fix 2008/06/27 13:03:08 ihi 1.10.22.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cb5fe635669622737ea7512fe5c5da89202b8c2e]

        INTEGRATION: CWS sysui26 (1.21.2); FILE MERGED 2008/07/03 18:36:25 ihi 1.21.2.2: #i91338# gnome mimetype fix 2008/06/27 13:04:28 ihi 1.21.2.1: #i89966# New OOXML mimetypes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [94e967478950915c0c019bad85e2b66f6a646d0b]

        INTEGRATION: CWS sysui26 (1.4.2); FILE MERGED 2008/06/24 11:55:41 obr 1.4.2.1: #i89966# cloned OOXML definitions from Leopard

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3b37dffd8e1460950c72aa38ed6dbf52c9e07020]

        INTEGRATION: CWS sysui26 (1.2.342); FILE MERGED 2008/06/27 12:50:11 ihi 1.2.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e80cb5bd935bf7588149a77762efe523f77815b9]

        INTEGRATION: CWS sysui26 (1.3.342); FILE MERGED 2008/06/27 12:50:11 ihi 1.3.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [60e2c8a9de2819b3cf9df4a80035b8cbc967ea30]

        INTEGRATION: CWS sysui26 (1.3.342); FILE MERGED 2008/07/09 10:23:30 ihi 1.3.342.1: #i91430# new printeradmin icon

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9ec1488a142d26baff90eb4912f14732302e83d6]

        INTEGRATION: CWS sysui26 (1.3.342); FILE MERGED 2008/06/27 12:50:10 ihi 1.3.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5e7d89f7e588d4f3f12f11b7d2e888e2235d84d6]

        INTEGRATION: CWS sysui26 (1.2.342); FILE MERGED 2008/06/27 12:50:10 ihi 1.2.342.1: #i90966# New icons

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [8511f65d3c4f61e7f674f4daf6b629cf5e1df103]

        #i10000# Correct license header

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bbb8739472b8406e1bea4838e0d79c0d0c4122c7]

        INTEGRATION: CWS sysui26 (1.3.342); FILE MERGED 2008/06/27 12:50:09 ihi 1.3.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1727465e8b5e33f9304999f7b967a940d512ef80]

        INTEGRATION: CWS sysui26 (1.2.342); FILE MERGED 2008/06/27 12:50:09 ihi 1.2.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1bb806a24034bb760d30a3b7312d6abcd1f06d3e]

        INTEGRATION: CWS sysui26 (1.3.342); FILE MERGED 2008/06/27 12:50:08 ihi 1.3.342.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5c5215ce09055bd4ba699189550719cec7777036]

        INTEGRATION: CWS sysui26 (1.2.290); FILE MERGED 2008/06/27 12:50:08 ihi 1.2.290.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4c8994d7941986beca2acc416898336c4c37155e]

        INTEGRATION: CWS sysui26 (1.2.290); FILE MERGED 2008/06/27 12:50:07 ihi 1.2.290.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6dd92aec50960f8344d136971517e83dc25eae19]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 12:50:07 ihi 1.1.2.1: #i90966# New icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7ab298f5320d43340fdb1ae23b7311f64a097711]

        INTEGRATION: CWS sysui26 (1.2.32); FILE MERGED 2008/06/22 20:39:14 obr 1.2.32.1: #i90966# new desktop icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a296e882ad67e9ee6be2813a2b67d9019aa5a4b8]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:47:15 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a91bee61ab51836967e798a4482353697ab8ecc5]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:47:16 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [df8ef13d70212e1e40412fdd567d548848c8fb8a]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:47:14 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f8bf330ed5fe013db7b5219d751c7a479e3f7b73]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:46:24 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [986f133a5cc1defce757db902a513cfcd0ce0438]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:46:22 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e5be44004103ed27184463c5b39e81fd4b83de89]

        INTEGRATION: CWS sysui26 (1.1.2); FILE ADDED 2008/06/27 10:46:23 hro 1.1.2.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ef756f5c5ff05e03c4f5e1157b0c839efc7637cf]

        INTEGRATION: CWS sysui26 (1.2.32); FILE MERGED 2008/06/22 20:39:14 obr 1.2.32.1: #i90966# new desktop icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [39f776eef8701a1ac057cdc88b61d54204750ae1]

        INTEGRATION: CWS sysui26 (1.7.10); FILE MERGED 2008/06/27 10:52:21 hro 1.7.10.1: #i90966# Added new OOo 3.0 icons

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cebbd02fdcd3348deec20308667590d7a439395d]

        INTEGRATION: CWS sysui26 (1.20.2); FILE MERGED 2008/07/03 18:36:25 ihi 1.20.2.2: #i91338# gnome mimetype fix 2008/06/27 13:04:28 ihi 1.20.2.1: #i89966# New OOXML mimetypes

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [070cba02e225aef54661ad35efe170fb0edda530]

        #i91707# Syntax of 'tail' command: use '-n' instead of '--lines'.

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [382e37b24b14fd1b18bf5401ac2c51f554868597]

        INTEGRATION: CWS tl55 (1.7.84); FILE MERGED 2008/06/24 08:35:05 os 1.7.84.1: #i85999# grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [269188e6418f860908964cecb85fa3f040e81c7c]

        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>  [e5c6f6f60c5ae9836bf06a949f0e92b1bf83c10c]

        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>  [7068b9cb2855d684cd960b2c3e2489a3c476d11d]

        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-16  Rüdiger Timm  <rt@openoffice.org>  [c2d280abf75ea629d50bbd83dfd5ff2e8491da39]

        #i10000# Correct license header.

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [135e331279b4599fc9bdd1ba26f508dad25d620f]

        INTEGRATION: CWS tl55 (1.44.54); FILE MERGED 2008/06/19 09:32:24 os 1.44.54.1: #i85999# grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [08b19703da1afec87c35529c363a314baa7360a0]

        INTEGRATION: CWS tl55 (1.36.10); FILE MERGED 2008/06/23 13:42:10 os 1.36.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9e77f748741ea6bd339ddbf84a88074b2eb9953b]

        INTEGRATION: CWS tl55 (1.8.54); FILE MERGED 2008/06/30 13:00:24 os 1.8.54.4: #i85999# explanation display fixed 2008/06/26 14:23:36 os 1.8.54.3: i85999 interactive grammar checking 2008/06/23 13:41:41 os 1.8.54.2: #i85999# vendor image support added 2008/06/16 15:37:16 os 1.8.54.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [702866b7728c664b4fecf1ec9b5ef037bb00cd3e]

        INTEGRATION: CWS tl55 (1.76.10); FILE MERGED 2008/07/07 15:18:11 tl 1.76.10.2: RESYNC: (1.76-1.77); FILE MERGED 2008/06/23 13:42:31 os 1.76.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4364895ebdc6f01763e73ded4767e75ca409bab5]

        INTEGRATION: CWS tl55 (1.87.10); FILE MERGED 2008/06/23 13:42:31 os 1.87.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9baa79c5ea8b4d42174f84691f65ccc95db3c839]

        INTEGRATION: CWS tl55 (1.113.10); FILE MERGED 2008/06/23 13:42:31 os 1.113.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [760308aad8d316505e8d719d67356a961cc74500]

        INTEGRATION: CWS tl55 (1.7.54); FILE MERGED 2008/06/23 13:41:29 os 1.7.54.3: #i85999# vendor image support added 2008/06/19 09:32:00 os 1.7.54.2: #i85999# grammar checking 2008/06/16 15:37:16 os 1.7.54.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [382ee6302dd97847759ed93f9cea51bfdf4c249e]

        INTEGRATION: CWS tl55 (1.8.18); FILE MERGED 2008/06/26 14:23:14 os 1.8.18.3: i85999 interactive grammar checking 2008/06/23 13:41:06 os 1.8.18.2: #i85999# vendor image support added 2008/06/16 15:37:16 os 1.8.18.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a1a063d877691b7f0ccda07654438d8d84e3d9d4]

        INTEGRATION: CWS tl55 (1.5.18); FILE MERGED 2008/06/23 13:41:06 os 1.5.18.2: #i85999# vendor image support added 2008/06/16 15:37:16 os 1.5.18.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [84218519b21fbcdc804ecefbd341ad875eba8551]

        INTEGRATION: CWS tl55 (1.21.54); FILE MERGED 2008/07/08 09:45:46 tl 1.21.54.8: #i85999# grammar checking framework 2008/07/07 15:18:04 tl 1.21.54.7: RESYNC: (1.21-1.22); FILE MERGED 2008/06/30 13:00:24 os 1.21.54.6: #i85999# explanation display fixed 2008/06/26 14:23:14 os 1.21.54.5: i85999 interactive grammar checking 2008/06/24 12:28:49 os 1.21.54.4: #i83776# unused line removed 2008/06/23 13:41:06 os 1.21.54.3: #i85999# vendor image support added 2008/06/19 09:32:00 os 1.21.54.2: #i85999# grammar checking 2008/06/16 15:37:16 os 1.21.54.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5f0a512a2a1be081861bb1bb8b4b222889c4cdae]

        INTEGRATION: CWS tl55 (1.5.54); FILE MERGED 2008/06/26 14:23:14 os 1.5.54.1: i85999 interactive grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [65adcc6b56f064b217706940cbffe2d284151e76]

        INTEGRATION: CWS tl55 (1.7.54); FILE MERGED 2008/06/30 08:27:08 tl 1.7.54.2: #i85999# grammar checking framework 2008/06/26 14:23:14 os 1.7.54.1: i85999 interactive grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4494226ca33a35d7c2ce4896e7e996d294777cba]

        INTEGRATION: CWS tl55 (1.5.10); FILE MERGED 2008/06/23 13:40:20 os 1.5.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7739b2e6e4eeb5a592828a1880c5050d93947045]

        INTEGRATION: CWS tl55 (1.6.10); FILE MERGED 2008/06/23 13:40:20 os 1.6.10.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8658f9a66a652f6448ab0ec8d49c5d12b56c198e]

        INTEGRATION: CWS tl55 (1.3.54); FILE MERGED 2008/06/23 13:39:47 os 1.3.54.1: #i85999# dialog interface extended for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0a4e35cec5763d36fba9d12e291bcf1956ec6516]

        INTEGRATION: CWS tl55 (1.3.54); FILE MERGED 2008/06/23 13:40:20 os 1.3.54.3: #i85999# dialog interface extended for grammar checking 2008/06/19 09:32:00 os 1.3.54.2: #i85999# grammar checking 2008/06/16 15:37:16 os 1.3.54.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cfd0f1df4c7ea98307e7a68e998ccc1311839a6b]

        INTEGRATION: CWS tl55 (1.76.54); FILE MERGED 2008/07/07 15:17:58 tl 1.76.54.2: RESYNC: (1.76-1.77); FILE MERGED 2008/06/19 09:31:59 os 1.76.54.1: #i85999# grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [edf6343d14c3a5eb238a3bf6287bd44270ff1556]

        INTEGRATION: CWS tl55 (1.3.44); FILE MERGED 2008/06/16 11:11:55 tl 1.3.44.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [031a79d8bb0f2795c6371bc403ec736448aab230]

        INTEGRATION: CWS tl55 (1.15.44); FILE MERGED 2008/06/25 05:38:18 tl 1.15.44.3: #i85999# grammar checking framework 2008/06/24 09:21:02 tl 1.15.44.2: #i85999# grammar checking framework 2008/06/07 15:23:35 tl 1.15.44.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0176185cc15636f3572badda56b2bdc4d4626310]

        INTEGRATION: CWS tl55 (1.3.44); FILE MERGED 2008/06/07 15:23:35 tl 1.3.44.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3dd556af7fdab8b7df1e6b02bedeb88c5729aa21]

        INTEGRATION: CWS tl55 (1.3.44); FILE MERGED 2008/06/24 11:52:13 tl 1.3.44.3: #i85999# grammar checking framework 2008/06/07 15:23:35 tl 1.3.44.2: #i85999# grammar checking framework 2008/05/27 11:17:18 tl 1.3.44.1: #i85999# improve grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cda70880366125bd18ffe21f794a340b2b3928be]

        INTEGRATION: CWS tl55 (1.7.44); FILE MERGED 2008/06/24 08:41:18 tl 1.7.44.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9c78e819d9d69f55f70044f995c6b4d32ee4ab7d]

        INTEGRATION: CWS tl55 (1.3.44); FILE MERGED 2008/06/25 05:37:55 tl 1.3.44.3: #i85999# grammar checking framework 2008/06/07 15:23:35 tl 1.3.44.2: #i85999# grammar checking framework 2008/05/27 11:17:17 tl 1.3.44.1: #i85999# improve grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bd0b83172e62e95983283cd478528c4478402726]

        INTEGRATION: CWS tl55 (1.31.2); FILE MERGED 2008/06/13 15:20:17 tl 1.31.2.2: #i85999# grammart checking framework 2008/06/11 08:17:41 mba 1.31.2.1: some fixes

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4e6106c38fcd9b072fc172914fd5b85a5e04e7a9]

        INTEGRATION: CWS tl55 (1.7.8); FILE MERGED 2008/06/25 06:04:24 tl 1.7.8.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ba9ae69a5579eecd00ea242d5d157bb19cde7859]

        INTEGRATION: CWS tl55 (1.3.8); FILE MERGED 2008/06/25 06:03:52 tl 1.3.8.3: #158047# customer specific extension 2008/06/07 15:24:21 tl 1.3.8.2: #i85999# grammar checking framework 2008/05/27 11:17:52 tl 1.3.8.1: #i85999# improve grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2f702e769432fc57627361230c2b01ea8922bab6]

        INTEGRATION: CWS tl55 (1.3.8); FILE MERGED 2008/06/25 06:03:52 tl 1.3.8.5: #158047# customer specific extension 2008/06/09 07:12:47 tl 1.3.8.4: #i85999# grammar checking framework 2008/06/07 15:24:21 tl 1.3.8.3: #i85999# grammar checking framework 2008/05/27 11:17:52 tl 1.3.8.2: #i85999# improve grammar checking framework 2008/05/22 14:12:26 tl 1.3.8.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [573b7dc2dd9caf9e2f1b69b111fa6bc8d740f5d4]

        INTEGRATION: CWS tl55 (1.3.8); FILE MERGED 2008/07/01 13:17:59 tl 1.3.8.15: #i85999# grammar checking framework 2008/06/29 11:35:00 tl 1.3.8.14: #i85999# grammar checking framework 2008/06/25 14:11:42 tl 1.3.8.13: #i85999# grammar checking framework 2008/06/19 14:55:09 tl 1.3.8.12: #i85999# grammar checking framework 2008/06/16 11:34:43 tl 1.3.8.11: #i85999# grammar checking framework 2008/06/13 15:20:17 tl 1.3.8.10: #i85999# grammart checking framework 2008/06/11 10:40:56 tl 1.3.8.9: #i85999# grammar checking framework 2008/06/11 08:17:41 mba 1.3.8.8: some fixes 2008/06/07 15:24:21 tl 1.3.8.7: #i85999# grammar checking framework 2008/05/31 16:47:55 tl 1.3.8.6: #i85999# grammar checking framework 2008/05/27 11:17:52 tl 1.3.8.5: #i85999# improve grammar checking framework 2008/05/23 11:00:13 tl 1.3.8.4: #158047# customer specific extension 2008/05/23 05:54:46 tl 1.3.8.3: #158047# customer specific extension 2008/05/22 14:00:59 tl 1.3.8.2: #158047# customer specific extension 2008/05/21 09:59:51 tl 1.3.8.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9951ea69fd0e68c8d3547c0a35c5c8ec89c0b9b5]

        INTEGRATION: CWS tl55 (1.3.8); FILE MERGED 2008/07/01 13:21:19 tl 1.3.8.25: #i85999# grammar checking framework 2008/07/01 13:17:58 tl 1.3.8.24: #i85999# grammar checking framework 2008/07/01 07:51:33 tl 1.3.8.23: #i85999# grammar checking framework 2008/06/30 11:53:11 os 1.3.8.22: #i85999# iteration fixed for dialog access 2008/06/29 11:35:00 tl 1.3.8.21: #i85999# grammar checking framework 2008/06/25 14:13:24 tl 1.3.8.20: #i85999# grammar checking framework 2008/06/25 14:11:42 tl 1.3.8.19: #i85999# grammar checking framework 2008/06/25 07:07:02 tl 1.3.8.18: #i85999# grammar checking framework 2008/06/25 06:30:05 tl 1.3.8.17: #i85999# grammar checking framework 2008/06/24 10:24:13 os 1.3.8.16: #83776# additional locals fixed 2008/06/19 14:55:09 tl 1.3.8.15: #i85999# grammar checking framework 2008/06/16 11:34:42 tl 1.3.8.14: #i85999# grammar checking framework 2008/06/13 15:20:17 tl 1.3.8.13: #i85999# grammart checking framework 2008/06/11 10:40:56 tl 1.3.8.12: #i85999# grammar checking framework 2008/06/11 10:02:16 tl 1.3.8.11: #i85999# grammar checking framework 2008/06/11 09:02:00 tl 1.3.8.10: #i85999# MAC line ends removed 2008/06/11 08:17:41 mba 1.3.8.9: some fixes 2008/06/07 15:24:21 tl 1.3.8.8: #i85999# grammar checking framework 2008/05/31 16:47:55 tl 1.3.8.7: #i85999# grammar checking framework 2008/05/31 12:33:10 tl 1.3.8.6: #i85999# grammar checking framework 2008/05/27 11:17:52 tl 1.3.8.5: #i85999# improve grammar checking framework 2008/05/23 11:00:13 tl 1.3.8.4: #158047# customer specific extension 2008/05/23 05:54:46 tl 1.3.8.3: #158047# customer specific extension 2008/05/22 14:00:59 tl 1.3.8.2: #158047# customer specific extension 2008/05/21 09:59:51 tl 1.3.8.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7053d083e2be25e836418dd738260c6ec2f8e424]

        INTEGRATION: CWS tl55 (1.14.8); FILE MERGED 2008/05/21 09:59:51 tl 1.14.8.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9d6c95c5d55d4542dcd767decb9d269817c79714]

        INTEGRATION: CWS tl55 (1.8.8); FILE MERGED 2008/06/16 15:40:11 os 1.8.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1c6fecebadba9608d1fdfce71e31a3948daa9799]

        INTEGRATION: CWS tl55 (1.5.134); FILE MERGED 2008/06/16 15:40:10 os 1.5.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [01fe0f2cd1fabd8dcbc42aa3a9b6f7bd9aa7af07]

        #i10000# Correct license header.

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dfaa0e2b0f5ad386535d27239033982072a669dc]

        INTEGRATION: CWS tl55 (1.5.134); FILE MERGED 2008/06/16 15:40:09 os 1.5.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [375dc61307f41efd2f77db2890cd511c02355140]

        INTEGRATION: CWS tl55 (1.6.1674); FILE MERGED 2008/06/16 15:40:09 os 1.6.1674.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [73d1586754594c0de3cc00ab72f38aa5c0b358dc]

        INTEGRATION: CWS tl55 (1.35.8); FILE MERGED 2008/06/16 15:40:08 os 1.35.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7c3aa9fd2fc6e940b7d956cd5ccbae447c99f7ac]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:08 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eae5ca3130a017465e50f048266968afef224e13]

        INTEGRATION: CWS tl55 (1.12.12); FILE MERGED 2008/06/16 15:40:07 os 1.12.12.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9fa11249972bd83ecbb1d23b7a0afe19800dc1a8]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:07 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [72218d43d09e56d54228543429cb5daefc4f1ab1]

        INTEGRATION: CWS tl55 (1.2.510); FILE MERGED 2008/06/16 15:40:07 os 1.2.510.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3af276a405f84d7219995ce72dfbed0e1556e505]

        INTEGRATION: CWS tl55 (1.8.8); FILE MERGED 2008/06/16 15:40:06 os 1.8.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [723078d1011ea2083bc2ec3f4a67d239c1b609f9]

        INTEGRATION: CWS tl55 (1.5.134); FILE MERGED 2008/06/16 15:40:06 os 1.5.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [36ad4fbc9a46c69323aec9058df1bee2c7462635]

        INTEGRATION: CWS tl55 (1.5.134); FILE MERGED 2008/06/16 15:40:05 os 1.5.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [69647a4e8ccbd4974e789a243828fa612dc9bb2a]

        INTEGRATION: CWS tl55 (1.2.510); FILE MERGED 2008/06/16 15:40:05 os 1.2.510.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [df7e5ea28705776fd5aa142dd3ad4efc3115d04f]

        INTEGRATION: CWS tl55 (1.8.8); FILE MERGED 2008/06/16 15:40:05 os 1.8.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6e7c3ce522ff376ec3edf63c7fd1c5feca87d890]

        INTEGRATION: CWS tl55 (1.5.134); FILE MERGED 2008/06/16 15:40:04 os 1.5.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ad92ddda99723eff4355a0aad9018c3f351dac80]

        INTEGRATION: CWS tl55 (1.7.1470); FILE MERGED 2008/06/16 15:40:03 os 1.7.1470.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a4684870d6f17866f9958c928f30fe320632793b]

        INTEGRATION: CWS tl55 (1.31.8); FILE MERGED 2008/06/16 15:40:03 os 1.31.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c607bfdac3d25cfb2becff0c513405d758428ef8]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:03 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [17ed8acfc80300bdfb48d5fe6dd3b9a4a1c40591]

        INTEGRATION: CWS tl55 (1.11.134); FILE MERGED 2008/06/16 15:40:02 os 1.11.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b3eafc9639cac1451261cf5a5f190f24b92bdbea]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:02 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [633f8b53b81c72d140104676668dd56c021dfe86]

        INTEGRATION: CWS tl55 (1.6.1674); FILE MERGED 2008/06/16 15:40:02 os 1.6.1674.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [802a76a6b697786a930ad270a721dd7d0a4bbb10]

        INTEGRATION: CWS tl55 (1.32.8); FILE MERGED 2008/06/16 15:40:01 os 1.32.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [316f4fbb7dea58ffa5c91e75c2274f425c7b4245]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:01 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a6bffac60c14313edaf74e79c1fd1f686f475ee7]

        INTEGRATION: CWS tl55 (1.12.134); FILE MERGED 2008/06/16 15:40:01 os 1.12.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d4d7fbfdef7e3fab6ba868ead65bf9674aba8023]

        INTEGRATION: CWS tl55 (1.8.134); FILE MERGED 2008/06/16 15:40:00 os 1.8.134.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6b401379654c6df475887e8537677ce83f484b5b]

        INTEGRATION: CWS tl55 (1.38.50); FILE MERGED 2008/06/16 15:39:05 os 1.38.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [14a73d8de3f04e3087a8c2872cd1c53096f605ba]

        INTEGRATION: CWS tl55 (1.13.50); FILE MERGED 2008/06/29 11:35:32 tl 1.13.50.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b52ea8c1c7de2f0646bfc8df75bdb27373c88c2f]

        INTEGRATION: CWS tl55 (1.37.18); FILE MERGED 2008/07/02 07:11:35 tl 1.37.18.6: #i85999# grammar checking framework 2008/07/01 07:52:42 tl 1.37.18.5: #i85999# grammar checking framework 2008/07/01 07:39:01 tl 1.37.18.4: #i85999# grammar checking framework 2008/06/30 14:32:41 tl 1.37.18.3: #i85999# grammar checking framework 2008/06/19 12:15:38 tl 1.37.18.2: #i85999# grammar checking framework 2008/06/19 09:22:51 tl 1.37.18.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9ce6a7ff140b489b9148c2aba732c7dfd35fffe7]

        INTEGRATION: CWS tl55 (1.39.8); FILE MERGED 2008/06/16 15:39:05 os 1.39.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c27cf88e232271d2266c566521cf88b98759ff7f]

        INTEGRATION: CWS tl55 (1.86.30); FILE MERGED 2008/07/07 15:13:29 tl 1.86.30.2: RESYNC: (1.86-1.88); FILE MERGED 2008/06/16 15:39:05 os 1.86.30.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f9e94a9aa47abb761c786e44f7bcb362b908642a]

        INTEGRATION: CWS tl55 (1.26.50); FILE MERGED 2008/07/07 15:13:21 tl 1.26.50.4: RESYNC: (1.27-1.28); FILE MERGED 2008/06/10 08:34:12 tl 1.26.50.3: RESYNC: (1.26-1.27); FILE MERGED 2008/05/26 08:46:48 tl 1.26.50.2: #i85999# improve grammar checking framework 2008/05/23 14:22:46 tl 1.26.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2f45a4e4f07bf2edc904ec99b85d936c0a5a72c2]

        INTEGRATION: CWS tl55 (1.51.50); FILE MERGED 2008/06/16 15:39:05 os 1.51.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e96bf66764fd2d713a2cf7658a2443fe390bdcf1]

        INTEGRATION: CWS tl55 (1.39.50); FILE MERGED 2008/07/08 12:47:45 tl 1.39.50.12: #i85999# grammar checking framework 2008/07/08 12:24:58 tl 1.39.50.11: #i85999# grammar checking framework 2008/07/07 15:13:17 tl 1.39.50.10: RESYNC: (1.39-1.40); FILE MERGED 2008/07/02 07:11:34 tl 1.39.50.9: #i85999# grammar checking framework 2008/07/02 06:40:48 tl 1.39.50.8: #i85999# grammar checking framework 2008/07/01 13:55:45 tl 1.39.50.7: #i85999# grammar checking framework 2008/07/01 10:00:32 tl 1.39.50.6: #i85999# grammar checking framework 2008/07/01 09:29:43 tl 1.39.50.5: #i85999# grammar checking framework 2008/06/30 14:35:51 tl 1.39.50.4: #i85999# grammar checking framework 2008/06/19 12:15:37 tl 1.39.50.3: #i85999# grammar checking framework 2008/06/19 09:29:16 tl 1.39.50.2: #i85999# grammar checking framework 2008/06/16 15:39:04 os 1.39.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [66ed6865426ee40db2edf2e241d1bc4aa9f158d1]

        INTEGRATION: CWS tl55 (1.12.50); FILE MERGED 2008/06/30 14:33:05 tl 1.12.50.3: #i85999# grammar checking framework 2008/06/19 12:15:35 tl 1.12.50.2: #i85999# grammar checking framework 2008/06/19 09:28:49 tl 1.12.50.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3e8137c776a6f8ab7767ff966ccaf0f9e002dcb7]

        INTEGRATION: CWS tl55 (1.4.50); FILE MERGED 2008/06/23 13:43:23 os 1.4.50.3: #i85999# dialog interface extended for grammar checking 2008/06/19 09:32:52 os 1.4.50.2: #i85999# grammar checking 2008/06/16 15:39:04 os 1.4.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1cd3911a8dd76fab73a4cc4912f86222b0aa24d3]

        INTEGRATION: CWS tl55 (1.5.32); FILE MERGED 2008/07/07 15:13:12 tl 1.5.32.2: RESYNC: (1.5-1.7); FILE MERGED 2008/06/16 15:39:04 os 1.5.32.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3d79c4764138b3718d5343c23d7f420cdadce7f6]

        INTEGRATION: CWS tl55 (1.14.50); FILE MERGED 2008/06/30 08:03:20 os 1.14.50.4: #i85999# ask configuration if grammar check is supported 2008/06/23 13:43:23 os 1.14.50.3: #i85999# dialog interface extended for grammar checking 2008/06/19 09:32:51 os 1.14.50.2: #i85999# grammar checking 2008/06/16 15:39:04 os 1.14.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dda349a6ab1c11ccc2c7e2d31245729854fef797]

        INTEGRATION: CWS tl55 (1.5.50); FILE MERGED 2008/06/25 10:50:54 ama 1.5.50.7: Fix #i90237#: Sentence start/end in grammar check list 2008/06/19 13:45:26 tl 1.5.50.6: #i85999# grammar checking framework 2008/06/19 07:47:58 ama 1.5.50.5: Fix GrammarCheck+SmartTags and fields 2008/06/18 13:13:12 tl 1.5.50.4: #i85999# grammar checking framework 2008/06/13 12:36:04 ama 1.5.50.3: Fix #i90238#: Delayed grammar check in active paragraphs 2008/05/23 14:22:46 tl 1.5.50.2: #158047# customer specific extension 2008/05/22 14:15:00 tl 1.5.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [75abf68673ae433a2e3e6208d5dbfc557314dd40]

        INTEGRATION: CWS tl55 (1.3.50); FILE MERGED 2008/06/19 13:52:41 tl 1.3.50.10: #i85999# grammar checking framework 2008/06/19 13:39:10 tl 1.3.50.9: #i85999# grammar checking framework 2008/06/13 12:34:05 ama 1.3.50.8: Fix #i90238#: Delayed grammar check in active paragraphs 2008/06/11 08:19:28 mba 1.3.50.7: wrong usage of ImplHelper 2008/05/26 11:11:07 tl 1.3.50.6: #i85999# improve grammar checking framework 2008/05/26 08:46:47 tl 1.3.50.5: #i85999# improve grammar checking framework 2008/05/24 13:03:11 tl 1.3.50.4: #158047# customer specific extension 2008/05/24 12:07:54 tl 1.3.50.3: #158047# customer specific extension 2008/05/24 11:28:59 tl 1.3.50.2: #158047# customer specific extension 2008/05/23 14:22:46 tl 1.3.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c4d5846dffd782f95f69638d4bfdc12727fabf86]

        INTEGRATION: CWS tl55 (1.89.12); FILE MERGED 2008/07/08 11:46:04 tl 1.89.12.6: #i85999# grammar checking framework 2008/07/07 15:13:07 tl 1.89.12.5: RESYNC: (1.90-1.91); FILE MERGED 2008/07/01 13:55:45 tl 1.89.12.4: #i85999# grammar checking framework 2008/06/25 10:51:50 ama 1.89.12.3: Fix #i90237#: Sentence start/end in grammar check list 2008/06/10 08:34:09 tl 1.89.12.2: RESYNC: (1.89-1.90); FILE MERGED 2008/05/22 14:14:59 tl 1.89.12.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7a8267bd172d45a0eb6a8d07a5b9b5a6073e111f]

        INTEGRATION: CWS tl55 (1.82.16); FILE MERGED 2008/07/07 15:13:01 tl 1.82.16.2: RESYNC: (1.82-1.83); FILE MERGED 2008/06/25 10:52:21 ama 1.82.16.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [659047f9bfd89db2cc92f87ae2ad8c06c1f18e96]

        INTEGRATION: CWS tl55 (1.12.50); FILE MERGED 2008/07/07 15:12:54 tl 1.12.50.5: RESYNC: (1.12-1.13); FILE MERGED 2008/07/02 07:52:25 tl 1.12.50.4: #i85999# grammar checking framework 2008/07/02 07:11:34 tl 1.12.50.3: #i85999# grammar checking framework 2008/06/13 12:25:00 ama 1.12.50.2: Fix #i90238#: Delayed grammar check in active paragraphs 2008/05/23 14:22:45 tl 1.12.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [183e1c239b199cc4690a6e9857a12b513bc0f0db]

        INTEGRATION: CWS tl55 (1.95.50); FILE MERGED 2008/06/18 11:43:05 ama 1.95.50.3: Fix: Conflicting waves 2008/06/13 13:31:15 tl 1.95.50.2: #i85999# grammar checking framework 2008/05/22 14:14:59 tl 1.95.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5c60da14c1ffa0656e7d21920bc4faeb72068765]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/07/02 07:11:34 tl 1.1.2.5: #i85999# grammar checking framework 2008/06/25 10:51:26 ama 1.1.2.4: Fix #i90237#: Sentence start/end in grammar check list 2008/06/19 13:37:57 ama 1.1.2.3: Fix GrammarChecking during editing 2008/06/17 06:40:23 ama 1.1.2.2: Fix #i90238#: Don't create superfluous lists 2008/06/13 12:25:22 ama 1.1.2.1: Fix #i90238#: Delayed grammar check in active paragraphs

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9a26db44590b544d694eb2e6b5f58e56023a9972]

        INTEGRATION: CWS tl55 (1.15.50); FILE MERGED 2008/06/25 12:00:39 ama 1.15.50.6: Fix #i90237#: Sentence start/end in grammar check list 2008/06/25 10:52:49 ama 1.15.50.5: Fix #i90237#: Sentence start/end in grammar check list 2008/06/13 12:24:33 ama 1.15.50.4: Fix #i90238#: Delayed grammar check in active paragraphs 2008/05/26 08:46:47 tl 1.15.50.3: #i85999# improve grammar checking framework 2008/05/23 14:22:45 tl 1.15.50.2: #158047# customer specific extension 2008/05/22 14:14:59 tl 1.15.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [283a5bcf61a614d9ee3ad1bc0969dee29cda3ee8]

        INTEGRATION: CWS tl55 (1.105.48); FILE MERGED 2008/07/07 15:12:47 tl 1.105.48.7: RESYNC: (1.106-1.107); FILE MERGED 2008/06/25 10:53:17 ama 1.105.48.6: Fix #i90237#: Sentence start/end in grammar check list 2008/06/13 12:22:47 ama 1.105.48.5: Fix #i90238#: Delayed grammar check in active paragraphs 2008/06/10 08:34:06 tl 1.105.48.4: RESYNC: (1.105-1.106); FILE MERGED 2008/05/28 07:38:34 tl 1.105.48.3: #i85999# grammar checking framework 2008/05/26 08:46:47 tl 1.105.48.2: #i85999# improve grammar checking framework 2008/05/22 14:14:59 tl 1.105.48.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4166d6b97c5ecacf62e7330780a479d77d9edbec]

        INTEGRATION: CWS tl55 (1.18.50); FILE MERGED 2008/06/19 07:47:21 ama 1.18.50.1: Fix GrammarCheck+SmartTags and fields

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [26fb8a468dc830d806151d2f10c146bb952d5562]

        INTEGRATION: CWS tl55 (1.15.50); FILE MERGED 2008/07/02 07:52:25 tl 1.15.50.2: #i85999# grammar checking framework 2008/06/25 10:53:33 ama 1.15.50.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4c882ea71236b83ed9bf5db90ef7488a20cb20fd]

        INTEGRATION: CWS tl55 (1.58.50); FILE MERGED 2008/06/19 07:47:21 ama 1.58.50.1: Fix GrammarCheck+SmartTags and fields

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [22410222fe7dfa59f4ecf37d7ce94fb6b982b129]

        INTEGRATION: CWS tl55 (1.118.18); FILE MERGED 2008/07/07 15:12:41 tl 1.118.18.5: RESYNC: (1.119-1.120); FILE MERGED 2008/06/25 10:53:57 ama 1.118.18.4: Fix #i90237#: Sentence start/end in grammar check list 2008/06/19 07:47:20 ama 1.118.18.3: Fix GrammarCheck+SmartTags and fields 2008/06/10 08:34:02 tl 1.118.18.2: RESYNC: (1.118-1.119); FILE MERGED 2008/05/23 14:22:45 tl 1.118.18.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5b7f073895f77e1204484cace5ab9a84dfc0ffa6]

        INTEGRATION: CWS tl55 (1.57.12); FILE MERGED 2008/07/07 15:12:36 tl 1.57.12.3: RESYNC: (1.57-1.58); FILE MERGED 2008/06/29 11:35:32 tl 1.57.12.2: #i85999# grammar checking framework 2008/06/25 10:54:22 ama 1.57.12.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cf21ceb37ceb55b511c0d98292bc3d514044630a]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/25 12:13:37 ama 1.1.2.2: Fix #i90237#: Sentence start/end in grammar check list 2008/06/25 11:24:46 ama 1.1.2.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [78c86212d9a1641e6915abc8f2a048faea8bfa0f]

        INTEGRATION: CWS tl55 (1.84.48); FILE MERGED 2008/07/07 15:12:32 tl 1.84.48.2: RESYNC: (1.84-1.85); FILE MERGED 2008/05/26 11:11:07 tl 1.84.48.1: #i85999# improve grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c4d7a51cf0ea9c7fe671a8d90805a889ad66d657]

        INTEGRATION: CWS tl55 (1.32.50); FILE MERGED 2008/05/26 08:46:47 tl 1.32.50.4: #i85999# improve grammar checking framework 2008/05/24 13:07:44 tl 1.32.50.3: #158047# customer specific extension 2008/05/24 13:03:11 tl 1.32.50.2: #158047# customer specific extension 2008/05/22 14:14:59 tl 1.32.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4e74c506ecb40549e10b44edee8c36fbc7849615]

        INTEGRATION: CWS tl55 (1.19.50); FILE MERGED 2008/07/02 07:52:24 tl 1.19.50.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [14f6c6a79b12a870d39ac7a2cf059c64cd9195f2]

        INTEGRATION: CWS tl55 (1.9.50); FILE MERGED 2008/06/25 10:50:04 ama 1.9.50.4: Fix #i90237#: Sentence start/end in grammar check list 2008/06/13 12:19:45 ama 1.9.50.3: Fix #i90238#: Delayed grammar check in active paragraphs 2008/05/26 08:46:47 tl 1.9.50.2: #i85999# improve grammar checking framework 2008/05/22 14:14:58 tl 1.9.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e71310995fea902d03b28e4f382a00bc7b9aa3fb]

        INTEGRATION: CWS tl55 (1.28.50); FILE MERGED 2008/05/24 13:03:10 tl 1.28.50.2: #158047# customer specific extension 2008/05/22 14:14:58 tl 1.28.50.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [83442d9df25fc1ca614a52e59b5c6ecc678f127c]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/25 11:24:27 ama 1.1.2.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c877c7354e7d55cfa60bae17806f2ef721336ce2]

        INTEGRATION: CWS tl55 (1.30.50); FILE MERGED 2008/07/02 07:11:33 tl 1.30.50.9: #i85999# grammar checking framework 2008/07/01 13:42:46 os 1.30.50.8: #i85999# grammar checking should re-check each sentence 2008/06/30 14:31:05 tl 1.30.50.7: #i85999# grammar checking framework 2008/06/26 14:19:26 os 1.30.50.6: i85999 interactive grammar checking 2008/06/25 12:43:08 ama 1.30.50.5: Fix #i90237#: Sentence start/end in grammar check list 2008/06/25 11:10:49 ama 1.30.50.4: Fix #i90237#: Sentence start/end in grammar check list 2008/06/23 13:43:07 os 1.30.50.3: #i85999# dialog interface extended for grammar checking 2008/06/19 12:15:34 tl 1.30.50.2: #i85999# grammar checking framework 2008/06/19 09:28:08 tl 1.30.50.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1836d187edc0714358d30308e67c77069ca4725b]

        INTEGRATION: CWS tl55 (1.86.48); FILE MERGED 2008/07/07 15:12:22 tl 1.86.48.13: RESYNC: (1.86-1.87); FILE MERGED 2008/06/29 11:35:31 tl 1.86.48.12: #i85999# grammar checking framework 2008/06/29 09:23:39 tl 1.86.48.11: #i85999# grammar checking framework 2008/06/29 09:01:48 tl 1.86.48.10: #i85999# grammar checking framework 2008/06/26 14:20:41 os 1.86.48.9: i85999 interactive grammar checking 2008/06/19 09:27:22 tl 1.86.48.8: #i85999# grammar checking framework 2008/06/13 13:31:15 tl 1.86.48.7: #i85999# grammar checking framework 2008/06/13 12:21:28 ama 1.86.48.6: Fix #i90238#: Delayed grammar check in active paragraphs 2008/06/11 09:59:09 tl 1.86.48.5: #i85999# grammar checking framework 2008/06/07 15:24:43 tl 1.86.48.4: #i85999# grammar checking framework 2008/05/31 16:47:10 tl 1.86.48.3: #i85999# grammar checking framework 2008/05/26 08:46:46 tl 1.86.48.2: #i85999# improve grammar checking framework 2008/05/23 14:22:44 tl 1.86.48.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6d4ac0e7e065d237d3f7a2a379c2ea48efe44ffa]

        INTEGRATION: CWS tl55 (1.56.16); FILE MERGED 2008/07/07 15:12:17 tl 1.56.16.5: RESYNC: (1.57-1.58); FILE MERGED 2008/06/10 08:33:59 tl 1.56.16.4: RESYNC: (1.56-1.57); FILE MERGED 2008/05/26 08:46:46 tl 1.56.16.3: #i85999# improve grammar checking framework 2008/05/23 14:22:44 tl 1.56.16.2: #158047# customer specific extension 2008/05/22 14:14:58 tl 1.56.16.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9f2bcba3fbf49315949838b32c9ab01adac9dfa1]

        INTEGRATION: CWS tl55 (1.44.48); FILE MERGED 2008/07/07 15:12:12 tl 1.44.48.5: RESYNC: (1.44-1.46); FILE MERGED 2008/07/01 13:43:10 os 1.44.48.4: #i85999# grammar checking should re-check each sentence 2008/06/30 11:53:51 os 1.44.48.3: #i85999# grammar error iteration fixed 2008/06/26 15:13:13 os 1.44.48.2: i85999# grammar checking loop fixed 2008/06/26 14:20:07 os 1.44.48.1: i85999 interactive grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a20ded7fb562857d45ab9e5206a71478eb1a1f4b]

        INTEGRATION: CWS tl55 (1.65.48); FILE MERGED 2008/07/07 15:12:05 tl 1.65.48.3: RESYNC: (1.65-1.66); FILE MERGED 2008/06/29 11:35:31 tl 1.65.48.2: #i85999# grammar checking framework 2008/06/25 10:50:25 ama 1.65.48.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [db8510814aeabb18e4f8ce92af52012cf54dfd8f]

        INTEGRATION: CWS tl55 (1.73.6); FILE MERGED 2008/07/07 15:12:00 tl 1.73.6.2: RESYNC: (1.73-1.75); FILE MERGED 2008/06/13 12:20:44 ama 1.73.6.1: Fix #i90238#: Delayed grammar check in active paragraphs

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7571b99444d2719cd4159097c4d6d085393e075f]

        INTEGRATION: CWS tl55 (1.72.8); FILE MERGED 2008/07/07 15:11:53 tl 1.72.8.2: RESYNC: (1.72-1.73); FILE MERGED 2008/06/16 15:38:26 os 1.72.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b2b1fab91889d17450edd617cbcba07ae09da139]

        INTEGRATION: CWS tl55 (1.33.50); FILE MERGED 2008/06/16 15:38:26 os 1.33.50.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a166434a3bf9a672b5b6dc6302a8fd4d767f5fe6]

        INTEGRATION: CWS tl55 (1.3.50); FILE MERGED 2008/06/19 13:39:33 tl 1.3.50.2: #i85999# grammar checking framework 2008/06/11 08:19:16 mba 1.3.50.1: wrong usage of ImplHelper

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1708f775ec9dfeb747ca4971cb9a21462dc66225]

        INTEGRATION: CWS tl55 (1.7.50); FILE MERGED 2008/06/26 14:19:58 os 1.7.50.1: i85999 interactive grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f670de525ea7c8e4aae800888e9fa613b6e36f97]

        INTEGRATION: CWS tl55 (1.57.46); FILE MERGED 2008/07/08 11:45:53 tl 1.57.46.4: #i85999# grammar checking framework 2008/07/07 15:11:43 tl 1.57.46.3: RESYNC: (1.57-1.59); FILE MERGED 2008/07/02 07:13:47 tl 1.57.46.2: #i85999# grammar checking framework 2008/06/25 10:46:23 ama 1.57.46.1: Fix #i90237#: Sentence start/end in grammar check list

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fe016e13a5c2f6b492d23c48d18f444f3f0e23f2]

        INTEGRATION: CWS tl55 (1.67.48); FILE MERGED 2008/07/07 15:11:39 tl 1.67.48.5: RESYNC: (1.67-1.68); FILE MERGED 2008/06/30 14:22:26 tl 1.67.48.4: #i85999# grammar checking framework 2008/06/23 13:42:57 os 1.67.48.3: #i85999# dialog interface extended for grammar checking 2008/06/19 12:15:33 tl 1.67.48.2: #i85999# grammar checking framework 2008/06/19 09:26:20 tl 1.67.48.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1e1ad0424d848f0294a4fb81dbef5118b7f36501]

        INTEGRATION: CWS tl55 (1.152.48); FILE MERGED 2008/07/07 15:11:34 tl 1.152.48.6: RESYNC: (1.152-1.153); FILE MERGED 2008/06/26 14:19:57 os 1.152.48.5: i85999 interactive grammar checking 2008/06/13 12:07:06 ama 1.152.48.4: Fix #i90238#: Delayed grammar check in active paragraphs 2008/06/11 09:59:28 tl 1.152.48.3: #i85999# grammar checking framework 2008/05/24 13:25:01 tl 1.152.48.2: #158047# customer specific extension 2008/05/23 14:22:44 tl 1.152.48.1: #158047# customer specific extension

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b3655e1d96775f37e6b9221e4bcb9d79b0cac5c6]

        INTEGRATION: CWS tl55 (1.6.50); FILE MERGED 2008/06/29 11:33:00 tl 1.6.50.1: #i85999# grammar checking framework

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fc40e70f28b0387c3bdebd4832018ac0843f022a]

        INTEGRATION: CWS tl55 (1.79.8); FILE MERGED 2008/07/07 15:11:28 tl 1.79.8.2: RESYNC: (1.79-1.80); FILE MERGED 2008/06/16 15:38:01 os 1.79.8.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cd6e9ccf19ba75a68ee3c729f428f9c4593185ae]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/25 10:46:49 ama 1.1.2.2: Fix #i90237#: Sentence start/end in grammar check list 2008/06/13 12:08:49 ama 1.1.2.1: Fix #i90238#: Delayed grammar check in active paragraphs

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1e295440a3ecf80091e1da3045f103061dafc8f6]

        INTEGRATION: CWS tl55 (1.36.62); FILE MERGED 2008/06/24 08:34:16 os 1.36.62.1: #i85999# grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4ae58f317f917952c523a9697531485ae83b472c]

        INTEGRATION: CWS tl55 (1.7.62); FILE MERGED 2008/06/24 08:34:16 os 1.7.62.1: #i85999# grammar checking

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [859ce62dd433d7b593f93f33cf3cdd76dac2d82f]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/24 10:48:56 os 1.1.2.1: #i85999# temporary default vendor images

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [419bf7a11c547a5cb482c29670ee673207bbe226]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/24 10:48:45 os 1.1.2.1: #i85999# temporary default vendor images

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [79f8af436509d8c82ef73567f50afe42559aca66]

        INTEGRATION: CWS tl55 (1.1.2); FILE ADDED 2008/06/23 13:48:42 os 1.1.2.1: #i85999# spelling icon also used for grammar dialog

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fbc6c4557eac65b639eb421daad3a74ae8584db1]

        INTEGRATION: CWS tl55 (1.23.32); FILE MERGED 2008/07/01 13:17:39 tl 1.23.32.7: #i85999# grammar checking framework 2008/06/29 08:23:36 tl 1.23.32.6: #i85999# grammar checking framework 2008/06/26 13:19:22 tl 1.23.32.5: #i85999# grammar checking framework 2008/06/25 10:29:25 tl 1.23.32.4: #i85999# grammar checking framework 2008/06/25 08:46:43 tl 1.23.32.3: #i85999# grammar checking framework 2008/06/24 07:29:56 tl 1.23.32.2: #i85999# grammar checking framework 2008/06/19 09:20:34 os 1.23.32.1: #i85999# grammar checking config added

2008-07-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fd26fc082ec9ec49391117c9de2e40fdf25b7e46]

        INTEGRATION: CWS tl55 (1.68.2); FILE MERGED 2008/07/07 14:57:22 tl 1.68.2.2: RESYNC: (1.68-1.69); FILE MERGED 2008/06/16 15:35:45 os 1.68.2.1: #i90144# Rework spelling dialog for grammar checking

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [22a54dacb32c2994fa4027b5bde77eff1ad9df70]

        #i10000# Fix license header

2008-07-16  Rüdiger Timm  <rt@openoffice.org>  [0b2b3fdc3177d0ffeb16246684fa6b78d1941515]

        #i10000# Correct license header

2008-07-15  Rüdiger Timm  <rt@openoffice.org>  [afcc4fe8ac42c5482c267b52e21f3da14aa41447]

        #i91093# Missplaced close tag

2008-07-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b8f473aa9c1c031ea66cdae453e9654c6cade243]

        #i91376# - prerequisite to build saxon

2008-07-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f5c575b7d2b58a3d1fd5cfcfa6fd7cb8fc9052c4]

        #i91376# - xslt2 processor for OOo xmll filters

2008-07-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [776eefd997ec145a7daa0f7b321c3ee619764894]

        #i91376# - prerequisite to build saxon

2008-07-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1ba0fc9505f448a4207e01ba6b4a5747af2f9a8]

        #i10000# - avoid collisions for NETWORK_BUILD

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [dd079e97fd43b3b745b98cd1dd6af3ddefeb809e]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [3311f73a3b9c9cd30a37c4470b7b8428c90e26f6]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [f352fb5e4867f0604294e00ae2b4d81160b05838]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [7243afd70d0c3cc1fc210db8d001531a5908981d]

        #i10000# Replace ::canvas::tools::polyPolygonFromXPolyPolygon2D with ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [de93d4f438fe37a997784570df1ad0d245bfee52]

        #i91583# Patch by af.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [3a58ba4abf1e9d5de2914d83db7dfdf3c5d814ea]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [364f7a33fdde0ed988dad4c84061b1a95f075619]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [054312eccef7e42c1d831e65f472be353f70766e]

        #i10000# Typo in include statement corrected.

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [07d92a5167a635f546207ab0f1f8de70ba400472]

        #86515# Merge changes of CWS tl53 and jsc21 (integration of the latter one unwinded changes done by the first).

2008-07-14  Rüdiger Timm  <rt@openoffice.org>  [27e9338634594e1fd46342d3e7dbc465fd3d60d9]

        #86515# Spelling: change IllustrationIndex into IllustrationsIndex (plural).

2008-07-14  Lars Langhans  <lla@openoffice.org>  [056f930b8361a2e3f1a83b855665424b69b138e3]

        #i91604# last diffs to last testshl2 version forgotten, fixed

2008-07-13  Mox Soini  <mox@openoffice.org>  [db3b2f61f4ed0fdc3f3e3e0f6b626d34ec6b55c2]

        Better fix for Mac OS X / X11 - include/lib files

2008-07-13  Mox Soini  <mox@openoffice.org>  [b43a150c89ad6248bf8319580c52e05c74cef268]

        Make cairo sources buildable on Mac OS X/X11

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dc03bd53669b4b58b500640c83b6874c4c231d45]

        DEV300

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6a33a6690c72e61e4fe5c26937557d01853594bc]

        #i10000# Fix wrong include.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [86bb4ede8338a536762891ab1a4550bf3aad048b]

        #i10000# Fix wrong include.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a83a7c70d6c3b4cc5d7506f4c6ecd0a741fa140b]

        #i10000# Fix typo.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0e206c69d8873ce92fdc283155ca0157b7f0355f]

        #i10000# Fix typos.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2c29b1b285cac49205820611afc0e72a99fafeda]

        INTEGRATION: CWS jsc21 (1.46.22); FILE MERGED 2008/07/04 11:36:21 jsc 1.46.22.4: RESYNC: (1.50-1.53); FILE MERGED 2008/07/04 06:43:37 jsc 1.46.22.3: #i88797# rework optional SDK 2008/06/11 14:40:48 sb 1.46.22.2: RESYNC: (1.46-1.50); FILE MERGED 2008/04/28 09:29:09 jsc 1.46.22.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2b273d93f7eee97902d6211f89781e2eea9b6294]

        INTEGRATION: CWS jsc21 (1.6.20); FILE MERGED 2008/07/04 06:46:23 jsc 1.6.20.2: #i88797# rework optional SDK 2008/04/28 09:29:08 jsc 1.6.20.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6249120dceb81aaad3c266754bba2ef6455515ff]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/04/28 09:27:26 jsc 1.1.2.1: #88797# new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1432903fbb562fabeabfcc0cd52426f4a99183b4]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/04/28 09:27:14 jsc 1.1.2.1: #88797# new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ab04f1228c2eb5eb9ad292f1b87fed8498674108]

        INTEGRATION: CWS jsc21 (1.3.22); FILE MERGED 2008/07/04 06:43:37 jsc 1.3.22.2: #i88797# rework optional SDK 2008/04/28 09:29:08 jsc 1.3.22.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1d17a19ade92467859a7a6cef8a014d9779a88d6]

        INTEGRATION: CWS jsc21 (1.47.18); FILE MERGED 2008/07/04 11:36:16 jsc 1.47.18.3: RESYNC: (1.50-1.53); FILE MERGED 2008/06/11 14:40:38 sb 1.47.18.2: RESYNC: (1.47-1.50); FILE MERGED 2008/04/28 09:29:08 jsc 1.47.18.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5e0969dfaccab8c9e524aa5e4e6c0cd89a172193]

        INTEGRATION: CWS jsc21 (1.8.48); FILE MERGED 2008/07/04 06:43:37 jsc 1.8.48.2: #i88797# rework optional SDK 2008/04/28 09:29:08 jsc 1.8.48.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [93c2526ce48c170491d25be8e68a159739a18db5]

        INTEGRATION: CWS jsc21 (1.38.8); FILE MERGED 2008/04/29 07:36:39 jsc 1.38.8.3: #88797# change back to use ODK prefix 2008/04/29 06:11:58 jsc 1.38.8.2: #88797# integrate SDK as optional module in office 2008/04/28 15:44:18 jsc 1.38.8.1: #88797# remove sdk_oo

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4e81c569965f9f181c30f5741aed7fc14cadd0bb]

        INTEGRATION: CWS jsc21 (1.9.58); FILE MERGED 2008/04/23 09:54:52 jsc 1.9.58.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/03 07:50:55 jsc 1.9.58.1: #i86121# use correct path entries in jar manifest

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f6e0001761c02b6ad38225868c9a4db98e125321]

        INTEGRATION: CWS jsc21 (1.6.32); FILE MERGED 2008/04/23 09:54:56 jsc 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 07:52:05 jsc 1.6.32.1: #i86121# use osl_loadModuleRelative instead of osl_loadModule

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [309dbb05cbefc899e0a8bfd506e1ccddeb2315f5]

        INTEGRATION: CWS jsc21 (1.15.14); FILE MERGED 2008/04/23 09:54:49 jsc 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/03 07:56:47 jsc 1.15.14.1: #i86121# use NativeLibraryLoader instead of System loader

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [10dbaeedebd142fb692caf000df73e38339dc0d3]

        INTEGRATION: CWS jsc21 (1.4.46); FILE MERGED 2008/04/23 09:54:37 jsc 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/13 08:03:41 jsc 1.4.46.1: #72964# remove header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d039d8f90921de6eec7a63296578921dba49b151]

        INTEGRATION: CWS jsc21 (1.4.42); FILE MERGED 2008/04/23 09:54:25 jsc 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/13 08:03:41 jsc 1.4.42.1: #72964# remove header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [21b0eafcbaf22f62074e742606077a2d30c581c8]

        INTEGRATION: CWS jsc21 (1.4.46); FILE MERGED 2008/04/23 09:54:18 jsc 1.4.46.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/11 12:41:24 jsc 1.4.46.2: #i86121# use correct APP1RPATH for SDK tools 2008/04/11 12:40:18 jsc 1.4.46.1: #i86121#use correct API1RPATH for SDK tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b150632a4010c8dafb18df010c773317497cf6ca]

        INTEGRATION: CWS jsc21 (1.9.28); FILE MERGED 2008/04/23 09:54:14 jsc 1.9.28.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/10 09:57:49 jsc 1.9.28.2: #i86053# fix unused imports for components as well 2008/02/13 07:44:55 jsc 1.9.28.1: #86053# remove unused import

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a96733513a8d04c46d36218bc2b22ee0f7cb2a74]

        INTEGRATION: CWS jsc21 (1.10.2); FILE MERGED 2008/04/23 09:54:33 jsc 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/13 07:21:34 jsc 1.10.2.1: #i86052# move destructor to private

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [62cf4eeb1dabaf447c53b93ebf17169bab188ff5]

        INTEGRATION: CWS jsc21 (1.6.32); FILE MERGED 2008/04/23 09:53:18 jsc 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/11 12:38:25 jsc 1.6.32.1: #i86121#use correct API1RPATH for SDK tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1a2963aacfc3446d04c6b8f34f37ff89d8c9c482]

        INTEGRATION: CWS jsc21 (1.6.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.6.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8bce1f4510190bf56446faf0417df12736e69c65]

        INTEGRATION: CWS jsc21 (1.3.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.3.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [91e590574b315fed359d2ab6bdf634818ee3ebbc]

        INTEGRATION: CWS jsc21 (1.9.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.9.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a856966cf480e2751b742f8c65a81e197d28201e]

        INTEGRATION: CWS jsc21 (1.17.38); FILE MERGED 2008/04/23 09:53:08 jsc 1.17.38.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/13 14:46:26 jsc 1.17.38.1: #i69326# optional interfaces are now allowed at published serices

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0ec8ab8e907aa151872c6a22d6015a816ea1591b]

        INTEGRATION: CWS jsc21 (1.17.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.17.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [755dd95ace8eef6433d53aa2c36fe8acfb23397a]

        INTEGRATION: CWS jsc21 (1.15.24); FILE MERGED 2008/04/23 09:53:12 jsc 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/11 12:38:24 jsc 1.15.24.1: #i86121#use correct API1RPATH for SDK tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [492a63fb0d57eb39e70e3ad7561c8db2afc5436b]

        INTEGRATION: CWS jsc21 (1.15.56); FILE MERGED 2008/06/20 11:12:53 jsc 1.15.56.3: #i86349# remove unused methods 2008/04/23 09:53:15 jsc 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/13 14:46:26 jsc 1.15.56.1: #i69326# optional interfaces are now allowed at published serices

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [af431133b1cd92ddd3a1b0dcd263f9acbc531bef]

        INTEGRATION: CWS jsc21 (1.10.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.10.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8575634f9547eb4c7aa5fd45d42667d5d935c20f]

        INTEGRATION: CWS jsc21 (1.8.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.8.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [73dc5f420d6255fed07a5f46e8235561df91d410]

        INTEGRATION: CWS jsc21 (1.12.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.12.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f5973590ef249ade5f390fe9fabc744ab97945e5]

        INTEGRATION: CWS jsc21 (1.4.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.4.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7a9deef4abde5992af1a101de3acc2ccf8b7fc2e]

        INTEGRATION: CWS jsc21 (1.9.64); FILE MERGED 2008/06/20 11:12:53 jsc 1.9.64.3: #i86349# remove unused methods 2008/04/23 09:53:05 jsc 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 14:46:26 jsc 1.9.64.1: #i69326# optional interfaces are now allowed at published serices

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f6c0995f9df74ff0162f27d9bbefc599bfa7600b]

        INTEGRATION: CWS jsc21 (1.3.4); FILE MERGED 2008/06/20 11:12:52 jsc 1.3.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [727369ce3dff1eb6828e3103aeb88b9babeb9e9f]

        INTEGRATION: CWS jsc21 (1.5.4); FILE MERGED 2008/06/20 11:12:52 jsc 1.5.4.1: #i86349# remove unused methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [70c7f13f6bf1bad5073dd91742282b49cb6ad52e]

        INTEGRATION: CWS jsc21 (1.16.94); FILE MERGED 2008/04/23 09:52:04 jsc 1.16.94.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/06 13:58:31 sb 1.16.94.1: #i81095# fixed name mangling

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0f9cfd542c9ca9987c13203cd46342c078e8f25e]

        INTEGRATION: CWS jsc21 (1.16.94); FILE MERGED 2008/04/23 09:52:08 jsc 1.16.94.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/06 13:55:51 sb 1.16.94.1: #i81095# fixed name mangling

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [84953a4a07c1a4f9a60ea8b2cd27498354128591]

        INTEGRATION: CWS jsc21 (1.48.30); FILE MERGED 2008/07/04 11:34:25 jsc 1.48.30.5: RESYNC: (1.50-1.52); FILE MERGED 2008/06/11 14:44:59 sb 1.48.30.4: RESYNC: (1.49-1.50); FILE MERGED 2008/04/23 09:50:48 jsc 1.48.30.3: RESYNC: (1.48-1.49); FILE MERGED 2008/04/11 12:37:15 jsc 1.48.30.2: #i86121# new rpath option for SDK related tools 2008/04/11 12:20:17 jsc 1.48.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0adc82eb7512c55bc912a1a615df742528124291]

        INTEGRATION: CWS jsc21 (1.42.30); FILE MERGED 2008/07/04 11:34:19 jsc 1.42.30.5: RESYNC: (1.45-1.47); FILE MERGED 2008/06/11 14:44:53 sb 1.42.30.4: RESYNC: (1.43-1.45); FILE MERGED 2008/04/23 09:50:52 jsc 1.42.30.3: RESYNC: (1.42-1.43); FILE MERGED 2008/04/11 12:37:15 jsc 1.42.30.2: #i86121# new rpath option for SDK related tools 2008/04/11 12:20:17 jsc 1.42.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [26a77e78a2edc455a18fad0d16c9a95832aea6fd]

        INTEGRATION: CWS jsc21 (1.30.30); FILE MERGED 2008/06/11 14:44:42 sb 1.30.30.3: RESYNC: (1.31-1.33); FILE MERGED 2008/04/23 09:50:35 jsc 1.30.30.2: RESYNC: (1.30-1.31); FILE MERGED 2008/04/11 12:20:16 jsc 1.30.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [039f08d3100f14ab9dc537f4efe1803bc4d68daf]

        INTEGRATION: CWS jsc21 (1.14.30); FILE MERGED 2008/06/11 14:44:38 sb 1.14.30.3: RESYNC: (1.15-1.16); FILE MERGED 2008/04/23 09:50:29 jsc 1.14.30.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/11 12:20:16 jsc 1.14.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bf218807822ddc785e46f0936d6ea5e4fc29f6bf]

        INTEGRATION: CWS jsc21 (1.24.30); FILE MERGED 2008/06/11 14:44:34 sb 1.24.30.3: RESYNC: (1.25-1.26); FILE MERGED 2008/04/23 09:50:45 jsc 1.24.30.2: RESYNC: (1.24-1.25); FILE MERGED 2008/04/11 12:20:15 jsc 1.24.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6a1c312c9d5c560ed12b0d8c7793c5c650882d20]

        INTEGRATION: CWS jsc21 (1.31.30); FILE MERGED 2008/06/11 14:44:28 sb 1.31.30.3: RESYNC: (1.32-1.33); FILE MERGED 2008/04/23 09:50:32 jsc 1.31.30.2: RESYNC: (1.31-1.32); FILE MERGED 2008/04/11 12:20:15 jsc 1.31.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cbc9b18dc864444c07d4995e4d8c902d89c3080c]

        INTEGRATION: CWS jsc21 (1.44.30); FILE MERGED 2008/06/11 14:44:24 sb 1.44.30.3: RESYNC: (1.45-1.46); FILE MERGED 2008/04/23 09:50:26 jsc 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2008/04/11 12:20:15 jsc 1.44.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [60e29b47c6c7434c95c9d432209706e6054c4fc2]

        INTEGRATION: CWS jsc21 (1.46.30); FILE MERGED 2008/06/11 14:44:18 sb 1.46.30.3: RESYNC: (1.47-1.48); FILE MERGED 2008/04/23 09:50:22 jsc 1.46.30.2: RESYNC: (1.46-1.47); FILE MERGED 2008/04/11 12:20:15 jsc 1.46.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dc4461e9c7bd78a35792a6e9672056dea132620b]

        INTEGRATION: CWS jsc21 (1.2.64); FILE MERGED 2008/06/11 14:44:13 sb 1.2.64.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 09:50:19 jsc 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/11 12:20:15 jsc 1.2.64.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bd231f0e1c76e7b32e31ae11d17f864fa48f819b]

        INTEGRATION: CWS jsc21 (1.7.30); FILE MERGED 2008/06/11 14:44:08 sb 1.7.30.3: RESYNC: (1.8-1.9); FILE MERGED 2008/04/23 09:50:55 jsc 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/11 12:20:15 jsc 1.7.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3e688ca5757f0a9f385578185d847d567981c1bc]

        INTEGRATION: CWS jsc21 (1.15.30); FILE MERGED 2008/06/11 14:44:02 sb 1.15.30.3: RESYNC: (1.16-1.17); FILE MERGED 2008/04/23 09:50:42 jsc 1.15.30.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/11 12:20:15 jsc 1.15.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bf04632232e9b5a9dea1b52b5a229c69688b3c48]

        INTEGRATION: CWS jsc21 (1.229.30); FILE MERGED 2008/06/11 14:43:54 sb 1.229.30.3: RESYNC: (1.230-1.233); FILE MERGED 2008/04/23 09:50:38 jsc 1.229.30.2: RESYNC: (1.229-1.230); FILE MERGED 2008/04/11 12:20:14 jsc 1.229.30.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5a590145f526c830241e186f973693212d93be6a]

        INTEGRATION: CWS jsc21 (1.16.22); FILE MERGED 2008/07/04 11:34:14 jsc 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2008/07/04 07:59:50 jsc 1.16.22.1: #i88797# SDK packaging support, mac only

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5663bcf68815670e7722b3be2fad868b8b65e590]

        INTEGRATION: CWS jsc21 (1.2.28); FILE MERGED 2008/06/11 14:42:50 sb 1.2.28.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/23 09:50:15 jsc 1.2.28.2: RESYNC: (1.2-1.4); FILE MERGED 2008/04/11 12:20:14 jsc 1.2.28.1: #i86121# new rpath option for SDK related tools

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1d6cf55d6a25c090c12060de7a9ec753d90ce7ca]

        INTEGRATION: CWS jsc21 (1.30.4); FILE MERGED 2008/07/04 11:33:45 jsc 1.30.4.4: RESYNC: (1.30-1.31); FILE MERGED 2008/06/27 08:49:55 jsc 1.30.4.3: #i90032# adapt link flags and linking for MacOS 2008/05/22 07:08:00 jsc 1.30.4.2: #i88797# adapted to new structure 2008/04/30 11:34:26 jsc 1.30.4.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2334789bd8d21696140fcb9efdd7bbef001388fb]

        INTEGRATION: CWS jsc21 (1.54.4); FILE MERGED 2008/07/07 15:02:54 jsc 1.54.4.6: #i88797# correct wrong merge after resync 2008/07/04 11:33:51 jsc 1.54.4.5: RESYNC: (1.54-1.55); FILE MERGED 2008/07/03 16:02:02 jsc 1.54.4.4: #88797# rework optional module, make standalone product 2008/05/27 18:26:01 jsc 1.54.4.3: #i88797# adapted SDK name 2008/05/22 07:07:59 jsc 1.54.4.2: #i88797# adapted to new structure 2008/04/30 11:34:25 jsc 1.54.4.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ed26cff5f50e56a808296a3c5caad1b84c30e396]

        INTEGRATION: CWS jsc21 (1.25.4); FILE MERGED 2008/04/30 11:34:25 jsc 1.25.4.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [42b36d227fb8979fe34bbe9a9429beb53599c111]

        INTEGRATION: CWS jsc21 (1.25.6); FILE MERGED 2008/07/08 05:37:38 jsc 1.25.6.2: #i88797# check existence of addsym-macosx.sh script 2008/04/30 11:34:25 jsc 1.25.6.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [630e43f19c9a6548175d1b8cc91de6493461fb35]

        INTEGRATION: CWS jsc21 (1.6.2); FILE MERGED 2008/06/27 08:49:55 jsc 1.6.2.1: #i90032# adapt link flags and linking for MacOS

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cd9324a3dced7cb847de246be57361ae423d4c7c]

        INTEGRATION: CWS jsc21 (1.33.14); FILE MERGED 2008/07/04 11:32:57 jsc 1.33.14.4: RESYNC: (1.35-1.37); FILE MERGED 2008/07/04 07:39:23 jsc 1.33.14.3: #i88797#rework optional SDK 2008/06/11 14:37:46 sb 1.33.14.2: RESYNC: (1.33-1.35); FILE MERGED 2008/04/28 09:40:36 jsc 1.33.14.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dcf0a2fee68e00fd22208b060725bf180ce614fb]

        INTEGRATION: CWS jsc21 (1.3.242); FILE MERGED 2008/05/22 07:07:58 jsc 1.3.242.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [9d53b3321881bd54526f08a9219c539c1430f2b5]

        INTEGRATION: CWS jsc21 (1.10.106); FILE MERGED 2008/06/17 07:37:08 jsc 1.10.106.6: #i88797# remove unnecessary space 2008/06/11 14:38:37 sb 1.10.106.5: RESYNC: (1.10-1.11); FILE MERGED 2008/05/27 17:21:19 jsc 1.10.106.4: #i88797# adapt for new structure 2008/05/23 11:38:05 jsc 1.10.106.3: #i88797# adapted for mac 2008/05/22 07:07:57 jsc 1.10.106.2: #i88797# adapted to new structure 2008/04/30 11:34:25 jsc 1.10.106.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fc0ca57f2cd649c6330171445a06b80e2143a0e9]

        INTEGRATION: CWS jsc21 (1.28.2); FILE MERGED 2008/07/07 13:54:10 jsc 1.28.2.9: #i88797# adapt base link flag 2008/06/27 08:49:55 jsc 1.28.2.8: #i90032# adapt link flags and linking for MacOS 2008/06/16 11:22:13 jsc 1.28.2.7: #i88797# adapt solaris compiler options 2008/06/11 14:38:53 sb 1.28.2.6: RESYNC: (1.28-1.29); FILE MERGED 2008/05/27 17:21:19 jsc 1.28.2.5: #i88797# adapt for new structure 2008/05/23 14:34:18 jsc 1.28.2.4: #i88797# adapted for mac 2008/05/23 11:38:05 jsc 1.28.2.3: #i88797# adapted for mac 2008/05/22 07:07:57 jsc 1.28.2.2: #i88797# adapted to new structure 2008/02/11 11:30:29 jsc 1.28.2.1: #i85448# apply patch

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [36ea07d388a6473a7ce9e0dcf86c7c4adca8567d]

        INTEGRATION: CWS jsc21 (1.12.168); FILE MERGED 2008/04/30 11:34:25 jsc 1.12.168.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [66eedcee026459b2827a46d8ebc73749e3c71453]

        INTEGRATION: CWS jsc21 (1.87.4); FILE MERGED 2008/07/08 04:42:34 jsc 1.87.4.5: #i88797# add addsym-macosx.sh script 2008/07/04 11:33:40 jsc 1.87.4.4: RESYNC: (1.87-1.88); FILE MERGED 2008/06/27 08:49:55 jsc 1.87.4.3: #i90032# adapt link flags and linking for MacOS 2008/05/27 17:16:03 jsc 1.87.4.2: #i88797# add support for new compiler, to copy stlport lib 2008/04/30 11:34:25 jsc 1.87.4.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [84b21711e196e5b37317779e2923f4db245d1d8d]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/04/30 11:35:38 jsc 1.1.2.1: #88797# new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [052e849324c180690117e6e0d9e79f79421cf907]

        INTEGRATION: CWS sw30bf08 (1.31.120); FILE MERGED 2008/07/01 09:47:56 od 1.31.120.1: #i91133# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct tab handling

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b50f8fb60999307aa98eed28c424eb990771976e]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/04/30 11:35:50 jsc 1.1.2.1: #88797# new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [95042ecec833177e6fd66a943065d34ecd482333]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/06/27 08:48:00 jsc 1.1.2.1: #i90032# new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8313cf4f21b3c34472889ef8206b0d7fd6e08d61]

        INTEGRATION: CWS jsc21 (1.4.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.4.208.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cf752926307d3eac2bdc35017be4f37f40c5fd48]

        INTEGRATION: CWS sw30bf08 (1.51.32); FILE MERGED 2008/07/08 14:53:30 od 1.51.32.1: #i91400# tracking of list style name change in order to keep data about 	 the list style's default list up-to-date

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8e007a870b72a40614377e7684dac59346a38a75]

        INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [13475862a5dc18b16f76c1660c329fa2c8a16038]

        INTEGRATION: CWS jsc21 (1.20.74); FILE MERGED 2008/05/23 11:49:23 jsc 1.20.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [051c1012ec921932e0bd29aaa132f028d1f0db59]

        INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED 2008/05/23 11:49:23 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7693cd4bf000934db6c8eae211bbab74407397c5]

        INTEGRATION: CWS jsc21 (1.18.74); FILE MERGED 2008/05/23 11:49:22 jsc 1.18.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e7ae6e204e021ccd017ce15937da85fbd577c353]

        INTEGRATION: CWS jsc21 (1.5.84); FILE MERGED 2008/02/13 13:47:27 jsc 1.5.84.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f0993e2913f0b0285809e4a161d540a61d72536f]

        INTEGRATION: CWS jsc21 (1.22.72); FILE MERGED 2008/05/23 11:49:22 jsc 1.22.72.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1fbe0976f606a5c51d68d1712243981654b68911]

        INTEGRATION: CWS jsc21 (1.3.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.3.208.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1390dced73f7584e9ec96fae9bea0c41ff01e61f]

        INTEGRATION: CWS sw30bf08 (1.9.34); FILE MERGED 2008/07/10 08:27:23 cn 1.9.34.1: #i91295 update knownissues.xcl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [deea48542caf7f876b819cb86ff79645640349ec]

        INTEGRATION: CWS jsc21 (1.2.54); FILE MERGED 2008/05/21 10:38:20 jsc 1.2.54.1: #i88797# extended with example document

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0d603f0bdb55244234fe6ac53ed64000010d2087]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/05/21 10:35:30 jsc 1.1.2.1: new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3026960119a6c019262e516fff5ae4d679925268]

        INTEGRATION: CWS jsc21 (1.13.74); FILE MERGED 2008/06/27 08:49:54 jsc 1.13.74.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 13:19:20 jsc 1.13.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7be9fda4b46c1ce5b2b7c2e94a4c5365a9f4252e]

        INTEGRATION: CWS jsc21 (1.12.74); FILE MERGED 2008/06/27 08:49:54 jsc 1.12.74.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 11:27:47 jsc 1.12.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6a83aea8170587a940eb59b0dbc7d37ec93a735f]

        INTEGRATION: CWS jsc21 (1.4.74); FILE MERGED 2008/06/27 08:49:54 jsc 1.4.74.3: #i90032# adapt link flags and linking for MacOS 2008/05/21 12:13:15 jsc 1.4.74.2: #i88797# adapted to new structure 2008/05/21 12:11:29 jsc 1.4.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bbd00a67534a5cf1204a1e3ce3d26dd36cf6304f]

        INTEGRATION: CWS jsc21 (1.17.198); FILE MERGED 2008/06/27 08:49:53 jsc 1.17.198.3: #i90032# adapt link flags and linking for MacOS 2008/05/21 13:13:34 jsc 1.17.198.2: #i88797# adapted to new structure 2008/05/21 12:55:39 jsc 1.17.198.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c9a7640c0e967d95cf616dff58b8380772e29862]

        INTEGRATION: CWS jsc21 (1.12.92); FILE MERGED 2008/05/21 12:55:39 jsc 1.12.92.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a7fc43f9136885db89c6707b6ba83cdc13217a0c]

        INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED 2008/05/23 11:55:47 jsc 1.9.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3da9567ea9f6bb3d0191f50243aa0ca0caaaacbb]

        INTEGRATION: CWS jsc21 (1.4.92); FILE MERGED 2008/07/07 11:37:32 jsc 1.4.92.3: #i88797# adapted 2008/06/27 08:49:53 jsc 1.4.92.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 14:57:30 jsc 1.4.92.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e149e8833666aadacd8d12ef48170dcf4c18f4a7]

        INTEGRATION: CWS jsc21 (1.5.152); FILE MERGED 2008/06/27 08:49:53 jsc 1.5.152.3: #i90032# adapt link flags and linking for MacOS 2008/06/20 11:43:50 jsc 1.5.152.2: #i88797# adapted 2008/05/21 14:57:30 jsc 1.5.152.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bb3bbb20a6c62f45c26b2aa9dcfc70ea91251c90]

        INTEGRATION: CWS jsc21 (1.7.198); FILE MERGED 2008/06/27 08:49:53 jsc 1.7.198.2: #i90032# adapt link flags and linking for MacOS 2008/05/23 11:55:46 jsc 1.7.198.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [70592b243e77e5ba7e0cb9f48135f274ba252280]

        INTEGRATION: CWS jsc21 (1.6.92); FILE MERGED 2008/05/21 15:03:04 jsc 1.6.92.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [aedcd6c5a6649118ef13d6297bdf1f405eb9e02c]

        INTEGRATION: CWS jsc21 (1.7.198); FILE MERGED 2008/06/27 08:49:52 jsc 1.7.198.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 15:03:04 jsc 1.7.198.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [60822ed470fa242bd0c14a1e61ebe06ff5cdac7a]

        INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED 2008/06/27 08:49:52 jsc 1.8.74.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 14:42:29 jsc 1.8.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [055675ad3a3798412c29ae4af960df223a2306e4]

        INTEGRATION: CWS jsc21 (1.9.6); FILE MERGED 2008/05/22 07:06:04 jsc 1.9.6.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [47a39d426c2a2dc063edeeda1d7bca35b1c658a6]

        INTEGRATION: CWS jsc21 (1.10.74); FILE MERGED 2008/06/27 08:49:52 jsc 1.10.74.2: #i90032# adapt link flags and linking for MacOS 2008/05/22 07:06:04 jsc 1.10.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3eb1211ff31dc58b034880ae6da2fa38e10afc41]

        INTEGRATION: CWS jsc21 (1.4.6); FILE MERGED 2008/06/27 08:49:51 jsc 1.4.6.1: #i90032# adapt link flags and linking for MacOS

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f3e103598e40f18b14bf28c9e8eefb6c8d445408]

        INTEGRATION: CWS jsc21 (1.9.74); FILE MERGED 2008/07/07 11:37:32 jsc 1.9.74.4: #i88797# adapted 2008/06/27 08:49:51 jsc 1.9.74.3: #i90032# adapt link flags and linking for MacOS 2008/06/20 08:11:11 jsc 1.9.74.2: #i88797# improve Makefile 2008/05/21 14:53:13 jsc 1.9.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8d522fd0ef9e5989253b74214b298adf4e6f716d]

        INTEGRATION: CWS jsc21 (1.2.92); FILE MERGED 2008/02/13 12:58:33 jsc 1.2.92.1: #i83415# add doit3 to handled methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c8c8c42349618f6fc02d63712893aff9999a5096]

        INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED 2008/05/23 11:55:46 jsc 1.3.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [31e13f5aecc260eb5aab245ec8c9fdf50e38bc2c]

        INTEGRATION: CWS sw30bf08 (1.53.30); FILE MERGED 2008/07/07 13:30:09 os 1.53.30.1: #i91403# crash in CreateContextMenu() fixed

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0b1f41648611ab60683d40203236477b52b40351]

        INTEGRATION: CWS jsc21 (1.3.74); FILE MERGED 2008/02/13 12:58:33 jsc 1.3.74.1: #i83415# add doit3 to handled methods

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [683518268c8346a0205948d8cd037bcc4d05548e]

        INTEGRATION: CWS jsc21 (1.5.208); FILE MERGED 2008/05/23 11:55:46 jsc 1.5.208.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ac5324b23591a8e81e2f8a082979df588c0b653f]

        INTEGRATION: CWS sw30bf08 (1.77.128); FILE MERGED 2008/07/09 06:50:09 od 1.77.128.2: RESYNC: (1.77-1.78); FILE MERGED 2008/07/01 12:09:33 os 1.77.128.1: #i90967# chapter info button hidden in Bibliography

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a60c2d2d2b7ac15f9316dafb4d0740189d8d01aa]

        INTEGRATION: CWS jsc21 (1.2.106); FILE MERGED 2008/05/23 11:55:46 jsc 1.2.106.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [163982c4f9b513df2a5253968832d8f7182acc66]

        INTEGRATION: CWS jsc21 (1.4.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.4.208.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [691d79b0db59919bc1acb9501052506d5ca98f6b]

        INTEGRATION: CWS sw30bf08 (1.33.32); FILE MERGED 2008/07/08 14:57:05 od 1.33.32.1: #i91400# tracking of list style name change in order to keep data about 	 list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fcdd65c390ac6609c5fd0a95e209464be933a110]

        INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED 2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [92707386f123d316ba1a0206b0c731f9aa89cb15]

        INTEGRATION: CWS sw30bf08 (1.35.34); FILE MERGED 2008/07/08 14:57:05 od 1.35.34.1: #i91400# tracking of list style name change in order to keep data about 	 list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [15719484d3806651768d622905924525260b9faf]

        INTEGRATION: CWS sw30bf08 (1.143.32); FILE MERGED 2008/07/09 08:42:40 b_michaelsen 1.143.32.1: #i76683# moved from cws bmichaelsen30bf01

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [89cc08ba4a55fa5792b07eec96ad2b046d41f65a]

        INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED 2008/05/23 11:55:45 jsc 1.8.74.1: #i88797# change OFFICE_TYPE_LIBRARY to URE_TYPES and OFFICE_TYPES

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1265596bb6d210db94b9fd4aacbb27b594fded78]

        INTEGRATION: CWS sw30bf08 (1.193.30); FILE MERGED 2008/07/09 08:42:40 b_michaelsen 1.193.30.1: #i76683# moved from cws bmichaelsen30bf01

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [58e79a27d273e967cbe81a91b3bab67d26389565]

        INTEGRATION: CWS jsc21 (1.5.92); FILE MERGED 2008/07/07 11:37:32 jsc 1.5.92.1: #i88797# adapted

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [aaebbb0e597bfeb8e1c545130a0d17a55b164228]

        INTEGRATION: CWS jsc21 (1.10.74); FILE MERGED 2008/06/27 08:49:51 jsc 1.10.74.2: #i90032# adapt link flags and linking for MacOS 2008/05/21 13:38:54 jsc 1.10.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [66d5237ff3224dd27f8c7acaef0228d226ef4d8c]

        INTEGRATION: CWS sw30bf08 (1.80.32); FILE MERGED 2008/07/04 08:20:29 b_michaelsen 1.80.32.2: #i77256# fixed file indention 2008/07/04 08:18:25 b_michaelsen 1.80.32.1: #i77256# moved issue i77256 from bmichaelsen30bf01

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [07fc1abf4674fd4f89bb7fe1739ffff0f600e164]

        INTEGRATION: CWS sw30bf08 (1.25.34); FILE MERGED 2008/07/08 14:56:10 od 1.25.34.1: #i91400# tracking of list style name change in order to keep data about 	 list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6273136e8d605661013d92f36b7a86804541fc2b]

        INTEGRATION: CWS sw30bf08 (1.28.30); FILE MERGED 2008/07/04 14:25:57 ama 1.28.30.1: Fix #i90995#: Bookmarks and selection

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c673081c1a316f9e214d03d0f346b2b6eff46e69]

        INTEGRATION: CWS jsc21 (1.8.74); FILE MERGED 2008/06/27 08:49:51 jsc 1.8.74.3: #i90032# adapt link flags and linking for MacOS 2008/05/21 14:12:18 jsc 1.8.74.2: #i88797# adapted to new structure 2008/05/21 13:50:50 jsc 1.8.74.1: #i88797# adapted to new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fe0618739282c9bbeab5305785af10fd82c84411]

        INTEGRATION: CWS sw30bf08 (1.83.30); FILE MERGED 2008/07/01 09:43:37 od 1.83.30.1: #i91133# implementation of new method <SwTxtNode::GetLeftMarginForTabCalculation()>

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2f02dc8296c70f52d2c5913bf4f97a0c9d2c7825]

        INTEGRATION: CWS jsc21 (1.5.2); FILE MERGED 2008/07/08 14:58:00 jsc 1.5.2.1: #i88797# adapt path to assemblies

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [110c14497e51009dfa81edb6a515e14acac346fa]

        INTEGRATION: CWS jsc21 (1.3.2); FILE MERGED 2008/07/08 14:58:00 jsc 1.3.2.1: #i88797# adapt path to assemblies

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [963952c228fec83aeb9c3899b6a0af5fd9fc4675]

        INTEGRATION: CWS jsc21 (1.6.2); FILE MERGED 2008/04/30 11:34:24 jsc 1.6.2.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dd7e8bff682e158229f9b97bb032375ed098e383]

        INTEGRATION: CWS sw30bf08 (1.20.130); FILE MERGED 2008/07/09 07:52:10 od 1.20.130.2: #i91133# correction to fix due to compiler warning 2008/07/01 09:47:57 od 1.20.130.1: #i91133# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct tab handling

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [10942a021c43d73567ba2341ab49f59f66fb4238]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/06/16 06:44:49 jsc 1.1.2.1: new

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [10d94fefc4557f1adfafc929e08b40645212b183]

        INTEGRATION: CWS sw30bf08 (1.80.28); FILE MERGED 2008/07/09 07:52:10 od 1.80.28.2: #i91133# correction to fix due to compiler warning 2008/07/01 09:47:57 od 1.80.28.1: #i91133# method <SwTxtFormatter::NewTabPortion(..)> 	 - correct tab handling

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3333569a15682b8b737896c4dac58ec568342444]

        INTEGRATION: CWS jsc21 (1.21.2); FILE MERGED 2008/07/03 16:02:02 jsc 1.21.2.1: #88797# rework optional module, make standalone product

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [93532bf025862184bdcc29e11a187789d60d10fa]

        INTEGRATION: CWS jsc21 (1.27.2); FILE MERGED 2008/07/03 16:02:02 jsc 1.27.2.2: #88797# rework optional module, make standalone product 2008/05/27 18:27:02 jsc 1.27.2.1: #i88797# update compiler versions

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a31e404205b28f0c473f5a00882a65e63c50ec57]

        INTEGRATION: CWS sw30bf08 (1.56.32); FILE MERGED 2008/07/07 13:51:53 od 1.56.32.1: #i91432# method <SwRootFrm::CheckViewLayout(..)> 	 No calculation of page positions, if only an empty page is present.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e61553be7db7beba7ebfa7394af8150d0f3efeb3]

        INTEGRATION: CWS jsc21 (1.18.160); FILE MERGED 2008/04/30 11:34:24 jsc 1.18.160.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [91b64b26d34eb2611aec80311ca9884afb638dab]

        INTEGRATION: CWS jsc21 (1.10.2); FILE MERGED 2008/05/23 11:38:04 jsc 1.10.2.3: #i88797# adapted for mac 2008/05/22 07:07:55 jsc 1.10.2.2: #i88797# adapted to new structure 2008/04/30 11:34:24 jsc 1.10.2.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b6dc5e9bef4fcf3ef6744689b12fc2dfb0b2bcec]

        INTEGRATION: CWS sw30bf08 (1.33.30); FILE MERGED 2008/07/04 14:25:16 ama 1.33.30.1: Fix #i90995#: Bookmarks and selection

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [9d9f38eb80e9f42841f17562b8b1787287134009]

        INTEGRATION: CWS jsc21 (1.10.132); FILE MERGED 2008/07/03 16:02:01 jsc 1.10.132.5: #88797# rework optional module, make standalone product 2008/05/23 11:38:04 jsc 1.10.132.4: #i88797# adapted for mac 2008/05/22 13:54:59 jsc 1.10.132.3: #i88797 use hostname to store config files, support of multiple envs 2008/05/22 07:07:55 jsc 1.10.132.2: #i88797# adapted to new structure 2008/04/30 11:34:24 jsc 1.10.132.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5f1b8e99a11d929a75425fa3714526c4faee8de5]

        INTEGRATION: CWS sw30bf08 (1.75.32); FILE MERGED 2008/07/08 14:53:30 od 1.75.32.1: #i91400# tracking of list style name change in order to keep data about 	 the list style's default list up-to-date

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d7853f62de8779fadba387d73254131a5e8ada38]

        INTEGRATION: CWS jsc21 (1.20.2); FILE MERGED 2008/07/03 16:02:01 jsc 1.20.2.1: #88797# rework optional module, make standalone product

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d74560fa13766e03ff474bcba7367b04b7e8dc73]

        INTEGRATION: CWS sw30bf08 (1.26.34); FILE MERGED 2008/07/07 14:12:10 b_michaelsen 1.26.34.1: fixed build breaker on gcc/debug

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [51d41af5d5827605685a8ee33899095e85c7f68c]

        INTEGRATION: CWS jsc21 (1.15.46); FILE MERGED 2008/07/03 16:29:18 jsc 1.15.46.7: #i88797# insert space 2008/07/03 16:02:01 jsc 1.15.46.6: #88797# rework optional module, make standalone product 2008/06/17 14:51:08 jsc 1.15.46.5: #i88797# adapt office search 2008/05/22 14:12:35 jsc 1.15.46.4: #i88797 correct AUTO_DEPLOYMENT 2008/05/22 13:54:59 jsc 1.15.46.3: #i88797 use hostname to store config files, support of multiple envs 2008/05/22 07:07:54 jsc 1.15.46.2: #i88797# adapted to new structure 2008/04/30 11:34:24 jsc 1.15.46.1: #86121# update for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8de95d1b587c38441a561825192cb8e50e59d7ad]

        INTEGRATION: CWS sw30bf08 (1.2.14); FILE MERGED 2008/07/09 09:53:42 od 1.2.14.1: #i91434# applying patch from tono: 	 - assure unambiguous use of namespaces.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bde5b815873450dc9520c4dd300829eb5bd72daa]

        INTEGRATION: CWS jsc21 (1.11.2); FILE MERGED 2008/05/27 16:59:34 jsc 1.11.2.1: #i88797# adapt for new structure

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ede805f7922e20602f11602b5914d91544965d4a]

        INTEGRATION: CWS sw30bf08 (1.37.32); FILE MERGED 2008/07/08 14:50:06 od 1.37.32.1: #i91400# tracking of the list style name change in order to keep 	 data about the list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [83abd3d77518b1e0fc32e487307ec5f81e65c8a3]

        INTEGRATION: CWS sw30bf08 (1.58.32); FILE MERGED 2008/07/09 06:50:05 od 1.58.32.2: RESYNC: (1.58-1.59); FILE MERGED 2008/07/01 09:40:48 od 1.58.32.1: #i91133# class <SwTxtNode> 	 - new method <GetLeftMarginForTabCalculation()>

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [62f2fef5b16d7433e038f810b95725b10fb32929]

        INTEGRATION: CWS sw30bf08 (1.153.30); FILE MERGED 2008/07/08 14:50:05 od 1.153.30.1: #i91400# tracking of the list style name change in order to keep 	 data about the list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b57077104b240a5b7f3cb40e56797a0fa1a2560b]

        INTEGRATION: CWS sw30bf08 (1.2.34); FILE MERGED 2008/07/08 14:50:05 od 1.2.34.1: #i91400# tracking of the list style name change in order to keep 	 data about the list style's default list up-to-date.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f6005c71f59f709291e68bc5b04fcf34e24f5127]

        INTEGRATION: CWS jsc21 (1.6.6); FILE MERGED 2008/07/04 06:27:15 jsc 1.6.6.3: #i88797# rework optional SDK 2008/06/30 08:27:28 jsc 1.6.6.2: #i88797# restore 2008/04/28 09:32:46 jsc 1.6.6.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [37972e5ec866ab70b1f9cf6ba44d5cecdf9d5972]

        INTEGRATION: CWS ause096 (1.57.114); FILE MERGED 2008/07/07 12:04:07 hjs 1.57.114.1: #i91379# - hav rmdir on windows

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1cad621dd276d327736693faa1d8bcac44021a7b]

        INTEGRATION: CWS ause096 (1.233.50); FILE MERGED 2008/07/07 12:02:51 hjs 1.233.50.1: #i91429# - avoid workaround for local builds

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2920a5c343efc31ae0ccb186b105360154973ebc]

        INTEGRATION: CWS ause096 (1.99.2); FILE MERGED 2008/07/07 12:01:37 hjs 1.99.2.1: #i91429# - compiling pch files on local disk

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6d11f56d6432dac148f4c300530d96b7f2d89391]

        INTEGRATION: CWS jsc21 (1.75.6); FILE MERGED 2008/07/08 15:48:17 jsc 1.75.6.5: #i88797# adapt name for sdk msi file 2008/07/04 11:33:01 jsc 1.75.6.4: RESYNC: (1.83-1.85); FILE MERGED 2008/07/04 07:39:23 jsc 1.75.6.3: #i88797#rework optional SDK 2008/06/11 14:38:24 sb 1.75.6.2: RESYNC: (1.75-1.83); FILE MERGED 2008/04/28 09:40:36 jsc 1.75.6.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fa8042d3a60bcad04ad1603ef7ccd681fded0839]

        INTEGRATION: CWS ause096 (1.1.2); FILE ADDED 2008/07/07 12:07:17 hjs 1.1.2.1: #i91379# - hav rmdir on windows

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b2175ef0ee550b1d6a2f0afa4550a8d7c7dc0154]

        INTEGRATION: CWS jsc21 (1.88.6); FILE MERGED 2008/07/04 07:39:23 jsc 1.88.6.3: #i88797#rework optional SDK 2008/06/11 14:38:17 sb 1.88.6.2: RESYNC: (1.88-1.89); FILE MERGED 2008/04/28 09:40:36 jsc 1.88.6.1: #88797# integrate sdk as optional office module

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4dbc08f3c1ca5ae6da75ea8a5d89ae080f1ebe27]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/07/04 06:58:28 jsc 1.1.2.1: #i88797# rework optional SDK

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [300a0598b141b1494003a992129443d4cdf58207]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/07/04 06:58:17 jsc 1.1.2.1: #i88797# rework optional SDK

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [506a5528b6166af3275f6e56f1c0a2e6daa54126]

        INTEGRATION: CWS jsc21 (1.1.2); FILE ADDED 2008/07/04 06:55:34 jsc 1.1.2.1: #i88797# rework optional SDK

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [405c6e66ec5b72ef1cebb0baf0c78affe69f6580]

        INTEGRATION: CWS sw30bf08 (1.148.16); FILE MERGED 2008/07/09 06:49:54 od 1.148.16.2: RESYNC: (1.148-1.149); FILE MERGED 2008/07/02 12:01:37 od 1.148.16.1: #i91295# method <XMLTextParagraphExport::exportListChange(..)> 	 - do not export list element property text:continue-numbering="true" 	   in case that ODF 1.0/1.1 is exported and a list can only continue 	   another list using ODF 1.2 features.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3636885e84d8f39bbcd0f96bfc13b84038b4ea86]

        INTEGRATION: CWS sw30bf08 (1.43.60); FILE MERGED 2008/07/02 12:31:05 od 1.43.60.1: #i91299# export/import correct element name for new list level attributes: 	 - style:list-level-label-alignment instead of style:label-alignment

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ce7862c7dbdad8c9c1cc11ab7156df00f31ab9c3]

        INTEGRATION: CWS sw30bf08 (1.32.60); FILE MERGED 2008/07/02 12:31:05 od 1.32.60.1: #i91299# export/import correct element name for new list level attributes: 	 - style:list-level-label-alignment instead of style:label-alignment

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bf200149c9af5a2146feac8bc8649f225160418a]

        INTEGRATION: CWS qadev31b (1.9.48); FILE MERGED 2008/07/03 12:42:48 lla 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/27 15:25:24 lla 1.9.48.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a0105f06cb819f6be4c604776dede5fda67b8a77]

        INTEGRATION: CWS qadev31b (1.8.48); FILE MERGED 2008/07/03 12:42:44 lla 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/27 15:25:24 lla 1.8.48.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2b467d25561de175b110a21b5e483f6cf1b44cd9]

        INTEGRATION: CWS qadev31b (1.22.34); FILE MERGED 2008/07/03 12:42:39 lla 1.22.34.2: RESYNC: (1.22-1.24); FILE MERGED 2008/02/27 15:25:24 lla 1.22.34.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e4d362ff10a598613c6800c27c4e369afbc81c11]

        INTEGRATION: CWS qadev31b (1.7.18); FILE MERGED 2008/07/03 12:42:34 lla 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/27 15:25:24 lla 1.7.18.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [64d0c9b5d221225db3fbda5a422396707d2c42c9]

        INTEGRATION: CWS qadev31b (1.7.30); FILE MERGED 2008/07/07 06:47:41 lla 1.7.30.3: #i86509# need change 2008/07/03 12:42:28 lla 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/27 15:25:24 lla 1.7.30.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e0b2f49385ffdfdb03225c14bfc9e72bca4ba98b]

        INTEGRATION: CWS qadev31b (1.8.48); FILE MERGED 2008/07/03 12:42:23 lla 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/27 15:25:24 lla 1.8.48.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d09e9efef0f28f02bbdb45f13bc7de490b1956d9]

        INTEGRATION: CWS qadev31b (1.9.20); FILE MERGED 2008/07/03 12:42:17 lla 1.9.20.2: RESYNC: (1.9-1.11); FILE MERGED 2008/02/27 15:25:24 lla 1.9.20.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f85250e27884054f8f64212f28a5d664116a3ef4]

        INTEGRATION: CWS qadev31b (1.8.48); FILE MERGED 2008/07/03 12:42:12 lla 1.8.48.2: RESYNC: (1.8-1.10); FILE MERGED 2008/02/27 15:25:24 lla 1.8.48.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0699c872b8db583d03b05acdc4249eb31982b2ab]

        INTEGRATION: CWS qadev31b (1.9.48); FILE MERGED 2008/07/03 12:42:07 lla 1.9.48.2: RESYNC: (1.9-1.11); FILE MERGED 2008/02/27 15:25:24 lla 1.9.48.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6dc5671467d4ca0b0509a1163bb330c39ffc8aa6]

        INTEGRATION: CWS qadev31b (1.6.56); FILE MERGED 2008/07/03 12:42:01 lla 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/27 15:25:24 lla 1.6.56.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2287de330dc68d9a8ae75ff4d70783e19265f79c]

        INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED 2008/06/05 15:09:38 af 1.2.4.1: #i90407# Changed vertical offset of button frame bitmaps.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0fe97914e2dd9443bff545ee962cc098876e0175]

        INTEGRATION: CWS qadev31b (1.5.44); FILE MERGED 2008/02/27 15:25:24 lla 1.5.44.1: #i86509# cleanups, headers are moved to inc/testshl

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7058d43b113d6e41d3b7f77b064bf2a463be4c2e]

        INTEGRATION: CWS presenterfixes (1.5.2); FILE MERGED 2008/06/18 08:03:49 af 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/05 12:40:20 af 1.5.2.1: #i90379# Added support for older runtime dlls.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dde35b9b8e43dc3d5bcdad75453f977d6c868508]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/05/27 07:41:30 af 1.4.2.1: #i88854# Added ReleaseView to CachablePresenterView.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e3d96d6731d5d65de3b5b00561ae028d384cfc99]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/11 07:47:56 af 1.4.2.1: #i88837# Adjusting scroll amount.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e7be3e965c80fa376c4acfb9d6ca75ebe081e286]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/09 09:34:45 af 1.4.2.2: #i90512# Improved the ForceRepaint() method. 2008/05/27 07:41:30 af 1.4.2.1: #i88854# Added ReleaseView to CachablePresenterView.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fc2a63a67b2a620795238b8714d027428201f2c4]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/23 12:49:11 af 1.4.2.2: Fixed build problem. 2008/06/11 07:45:58 af 1.4.2.1: #i88837# Added support for repeating scroll events.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5882ae02cd9bb0b498f3723e5da73ba8a35ce00e]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/23 12:49:32 af 1.4.2.2: Fixed build problem. 2008/06/11 07:46:49 af 1.4.2.1: #i88837# Added support for repeating scroll events.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e812dfabf64fb8217d1754d194fe6eb431c9448d]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/11 07:44:44 af 1.4.2.1: #i88837# Signature of PresenterNotesView::ChangeFontSize() has changed.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3302b3361692f130954d0ad4fa34923350ee49da]

        INTEGRATION: CWS presenterfixes (1.4.2); FILE MERGED 2008/06/23 12:49:55 af 1.4.2.2: Fixed build problem. 2008/06/11 07:53:35 af 1.4.2.1: #i88837# Adaption to changes of the scroll bar.  Reimplementation of the notes display.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f01177f3ea1d5c69c90697988ec96c8cb05fcd59]

        INTEGRATION: CWS presenterfixes (1.5.2); FILE MERGED 2008/06/11 07:53:59 af 1.5.2.1: #i88837# Adaption to changes of the scroll bar.  Reimplementation of the notes display.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [37d824bb26117976cfce8515a8a3bc16dae80c5e]

        INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED 2008/06/11 07:38:40 af 1.2.4.1: #i88837# Made some methods static.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [473f53555e732c7a1ab96c5ec99da76dc46a408a]

        INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED 2008/06/11 07:40:35 af 1.2.4.1: #i88837# Made some methods static.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [9ba468b5d3c787fb1d386fe859770fba5f4c6379]

        INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED 2008/06/05 15:11:39 af 1.2.4.1: #i90407# Use vertical offset of frame bitmaps.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f68c8a142e53120000d69d457076d6eed00cdf63]

        INTEGRATION: CWS presenterfixes (1.2.4); FILE MERGED 2008/06/05 15:12:22 af 1.2.4.1: #i90407# Use vertical offset of frame bitmaps.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e38afd720c35af69363b5d9d9202e4a6c4ab03f8]

        INTEGRATION: CWS presenterfixes (1.20.30); FILE MERGED 2008/06/13 14:38:16 af 1.20.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5289c32822c73d0892c3a3478421604e7f0ddb4c]

        INTEGRATION: CWS jsc21 (1.21.16); FILE MERGED 2008/07/04 07:53:56 jsc 1.21.16.1: #i88797# correct spelling error

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fb7529ede32d18f616d4788d2c4d72f974e91d04]

        INTEGRATION: CWS presenterfixes (1.12.30); FILE MERGED 2008/06/13 14:45:19 af 1.12.30.1: #i90258# Restart slide show when display is added or removed.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7c629b9825755d25c392ed190cd5c4496103182b]

        INTEGRATION: CWS presenterfixes (1.6.30); FILE MERGED 2008/06/13 14:41:56 af 1.6.30.1: #i90258# Restart slide show when display is added or removed.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8b6b8c9d219265311f2ce391bb5794f81525bb44]

        INTEGRATION: CWS presenterfixes (1.1.2); FILE ADDED 2008/06/23 12:47:02 af 1.1.2.2: Fixed build problem. 2008/06/13 14:41:20 af 1.1.2.1: #i90258# Restart slide show when display is added or removed.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f18efcf7b42ecbd6b0fd7918e0682b0c77ef0834]

        INTEGRATION: CWS presenterfixes (1.1.2); FILE ADDED 2008/06/13 14:41:05 af 1.1.2.1: #i90258# Restart slide show when display is added or removed.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4f41db743de6a37176e977a2631877a0d51bca09]

        INTEGRATION: CWS presenterfixes (1.4.30); FILE MERGED 2008/06/11 07:59:08 af 1.4.30.1: #i88837# Force recalculation of total height when font size changes.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3cb333a20e60580bc7d3365cbda8d254aa45fbcc]

        INTEGRATION: CWS presenterfixes (1.3.30); FILE MERGED 2008/06/05 12:14:31 af 1.3.30.1: #i89792# Added UpdateSpriteClip() method.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [61114869c76de15bf63c929d07f524cd545f418f]

        INTEGRATION: CWS presenterfixes (1.3.28); FILE MERGED 2008/06/05 12:15:12 af 1.3.28.1: #i89792# Added UpdateSpriteClip() method to fix sprite clipping.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [602a5d862b5dffb40734fc61edd067c2c92898fc]

        INTEGRATION: CWS presenterfixes (1.5.30); FILE MERGED 2008/06/13 14:35:35 af 1.5.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4425f0588ecfc6aeffe6a90e795fabb4e4f113e0]

        INTEGRATION: CWS presenterfixes (1.3.30); FILE MERGED 2008/06/13 14:34:22 af 1.3.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ee3db4f9f808189b15d389f048be6c847aa8fe57]

        INTEGRATION: CWS presenterfixes (1.3.30); FILE MERGED 2008/06/13 14:33:46 af 1.3.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [40a877b183607e3f5a277049b6905319019261d5]

        INTEGRATION: CWS presenterfixes (1.6.30); FILE MERGED 2008/06/13 14:32:42 af 1.6.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [19af7292561231cbbadbfe0ec0b0601cb565cf3c]

        INTEGRATION: CWS presenterfixes (1.3.30); FILE MERGED 2008/06/13 14:29:56 af 1.3.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ba8828cd38270e533526e7280498714464decc8e]

        INTEGRATION: CWS presenterfixes (1.4.30); FILE MERGED 2008/06/13 14:30:49 af 1.4.30.1: #i90258# Improved debug messages.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6bcb323a18cfcabf0eb40e0b5931124dc88fb9a1]

        INTEGRATION: CWS jsc21 (1.14.4); FILE MERGED 2008/04/30 11:39:04 jsc 1.14.4.1: #86121# correct linking for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d9849833ff941853b56852b8201058771111e930]

        INTEGRATION: CWS jsc21 (1.6.76); FILE MERGED 2008/04/23 09:48:17 jsc 1.6.76.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/13 08:54:58 jsc 1.6.76.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [26027d425d12d02d3a2cc92a14350ff786b4632f]

        INTEGRATION: CWS jsc21 (1.2.76); FILE MERGED 2008/04/23 09:49:09 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:58 jsc 1.2.76.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4a4e1e765bc14a0fe509bda66ba6590abd48dee7]

        INTEGRATION: CWS jsc21 (1.2.76); FILE MERGED 2008/04/23 09:49:06 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:58 jsc 1.2.76.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [97a753f159c2357a8abaee2c1daa69c786fa0f64]

        INTEGRATION: CWS jsc21 (1.5.34); FILE MERGED 2008/04/23 09:48:59 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:58 jsc 1.5.34.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b3da96948d17fbe6a54d18586bb4e42a11121a40]

        INTEGRATION: CWS jsc21 (1.3.76); FILE MERGED 2008/04/23 09:48:02 jsc 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 08:54:58 jsc 1.3.76.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [551db5f8db805908240773a2480ef2987c029cd6]

        INTEGRATION: CWS jsc21 (1.2.76); FILE MERGED 2008/04/23 09:48:10 jsc 1.2.76.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 08:54:57 jsc 1.2.76.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0f559cc1922747f730bd533da52270f2b8d15142]

        INTEGRATION: CWS jsc21 (1.5.34); FILE MERGED 2008/04/23 09:48:06 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:57 jsc 1.5.34.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c0d9e9058eb2f35d1ebf83101424f30965562d19]

        INTEGRATION: CWS jsc21 (1.11.4); FILE MERGED 2008/04/30 11:39:04 jsc 1.11.4.1: #86121# correct linking for 3 layer office

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [1fb2401e5fcf7a6efa9245e7cf0840f89243779f]

        INTEGRATION: CWS jsc21 (1.5.52); FILE MERGED 2008/04/23 09:48:45 jsc 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:57 jsc 1.5.52.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b6c218dfc1624e544894a0e01d92484312accbd0]

        INTEGRATION: CWS jsc21 (1.7.34); FILE MERGED 2008/04/23 09:48:24 jsc 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/13 08:54:57 jsc 1.7.34.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dfe5e24f404f28d7b185ca150cfadaea32436a1f]

        INTEGRATION: CWS jsc21 (1.5.44); FILE MERGED 2008/04/23 09:48:27 jsc 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:57 jsc 1.5.44.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [09c498e9d2b6c3a7c7e93bbb04e8ea470574cb42]

        INTEGRATION: CWS jsc21 (1.13.16); FILE MERGED 2008/04/23 09:48:42 jsc 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/13 08:54:57 jsc 1.13.16.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2839c8a182a9fa1e32fec8a0b969b79c94121aa9]

        INTEGRATION: CWS jsc21 (1.44.16); FILE MERGED 2008/04/23 09:48:35 jsc 1.44.16.2: RESYNC: (1.44-1.45); FILE MERGED 2008/02/13 08:54:57 jsc 1.44.16.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [70b846b33c1b52fe9ed9ec83bf95e0e71c673476]

        INTEGRATION: CWS jsc21 (1.5.34); FILE MERGED 2008/04/23 09:48:52 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 08:54:56 jsc 1.5.34.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [42aa8870bebdc225863b90cbcfd6b4f3eded0e99]

        INTEGRATION: CWS jsc21 (1.8.44); FILE MERGED 2008/04/23 09:49:35 jsc 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/13 08:54:56 jsc 1.8.44.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [00f4015c20c45995bc8109f5f20cbd25c40ee83c]

        INTEGRATION: CWS jsc21 (1.12.44); FILE MERGED 2008/04/23 09:49:49 jsc 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/13 08:54:56 jsc 1.12.44.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2f19402cd5169bd7dbfba0a74769150c1617b856]

        INTEGRATION: CWS jsc21 (1.4.52); FILE MERGED 2008/04/23 09:49:28 jsc 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/13 08:54:56 jsc 1.4.52.1: #i72964# remove external header guards

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [905fdb620bba26798c8f8934f39b52e890911b52]

        INTEGRATION: CWS jl107 (1.10.44); FILE MERGED 2008/07/09 09:36:46 is 1.10.44.1: #i91493# new java6 update 7

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [7aa3972b9dbde791d731a3d623b3c2dc372f153c]

        INTEGRATION: CWS native170 (1.25.12); FILE MERGED 2008/07/08 10:39:44 is 1.25.12.1: #i91442#

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [da21ac75ad728ab7ad289053005da307d174b947]

        INTEGRATION: CWS native170 (1.29.100); FILE MERGED 2008/07/08 10:39:44 is 1.29.100.1: #i91442#

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6faa125017e3e0be47a1e6d74f0ccdc8ee4a0b24]

        INTEGRATION: CWS native170 (1.21.46); FILE MERGED 2008/07/08 10:40:47 is 1.21.46.1: #i91442#

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [58195618311ae937465b5e540e2e415fdf1f0dd5]

        INTEGRATION: CWS native170 (1.83.90); FILE MERGED 2008/07/08 10:42:01 is 1.83.90.1: #i91442#

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b061e90ce4f8a0c33de1e62651165b204205fd2f]

        INTEGRATION: CWS mst01 (1.28.50); FILE MERGED 2008/06/27 16:09:46 mst 1.28.50.1: - scp2/prj/build.lst:   + add dependency on libxslt (for libxsltversion.mk)

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4ffd08af5f67c5839fb91f1f372be84b9034ac42]

        INTEGRATION: CWS mst01 (1.28.104); FILE MERGED 2008/06/27 11:48:28 mst 1.28.104.1: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Xslt:     use include makefile libxsltversion.mk for soname versioning

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5a695e215fda17917c9ddefa6f310d0a5606a74a]

        INTEGRATION: CWS mst01 (1.69.42); FILE MERGED 2008/06/27 11:48:28 mst 1.69.42.1: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Xslt:     use include makefile libxsltversion.mk for soname versioning

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b7efcf0350c93ddc22b481d8b4f08b551c7347f3]

        INTEGRATION: CWS mst01 (1.292.16); FILE MERGED 2008/06/27 11:48:27 mst 1.292.16.1: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Xslt:     use include makefile libxsltversion.mk for soname versioning

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cb29c0c7247845351f42e46f1ab741c045ead8d7]

        INTEGRATION: CWS mst01 (1.2.4); FILE MERGED 2008/06/27 11:37:14 mst 1.2.4.1: upgrade libxslt to version 1.1.24 - libxslt/download/libxslt-1.1.16.tar.gz, libxslt/libxslt-1.1.16.patch:   + removed - libxslt/download/libxslt-1.1.24.tar.gz, libxslt/libxslt-1.1.24.patch:   + added - libxslt/libxsltversion.mk, libxslt/prj/d.lst:   + add new include makefile for soname versioning - libxslt/makefile.mk:   + update, and refactor a bit

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5da21056e5f0adf1dc16f889b1638ba1a0935348]

        INTEGRATION: CWS mst01 (1.1.2); FILE ADDED 2008/06/27 11:37:13 mst 1.1.2.1: upgrade libxslt to version 1.1.24 - libxslt/download/libxslt-1.1.16.tar.gz, libxslt/libxslt-1.1.16.patch:   + removed - libxslt/download/libxslt-1.1.24.tar.gz, libxslt/libxslt-1.1.24.patch:   + added - libxslt/libxsltversion.mk, libxslt/prj/d.lst:   + add new include makefile for soname versioning - libxslt/makefile.mk:   + update, and refactor a bit

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [aabfd53b47d8ae119376fdc0507d35f93b85d519]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:15 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a5702d2b89b765fe59b1ce68634c921772701ec0]

        INTEGRATION: CWS mst01 (1.15.4); FILE MERGED 2008/06/27 11:37:13 mst 1.15.4.1: upgrade libxslt to version 1.1.24 - libxslt/download/libxslt-1.1.16.tar.gz, libxslt/libxslt-1.1.16.patch:   + removed - libxslt/download/libxslt-1.1.24.tar.gz, libxslt/libxslt-1.1.24.patch:   + added - libxslt/libxsltversion.mk, libxslt/prj/d.lst:   + add new include makefile for soname versioning - libxslt/makefile.mk:   + update, and refactor a bit

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [9d5e120d8c23545ac8c90b92ee1e5b7a3dd03cae]

        INTEGRATION: CWS mst01 (1.1.2); FILE ADDED 2008/06/27 11:37:13 mst 1.1.2.1: upgrade libxslt to version 1.1.24 - libxslt/download/libxslt-1.1.16.tar.gz, libxslt/libxslt-1.1.16.patch:   + removed - libxslt/download/libxslt-1.1.24.tar.gz, libxslt/libxslt-1.1.24.patch:   + added - libxslt/libxsltversion.mk, libxslt/prj/d.lst:   + add new include makefile for soname versioning - libxslt/makefile.mk:   + update, and refactor a bit

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [9efeb65ebd29f876621344efa8eaa16c6de4a57b]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:17 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d1a9ae508b6c3a7f5bc9071b8d3453233ddd9b52]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:16 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ff7a1cd6dcb4afb23a3068d7d884cb0ec4e2a397]

        #i10000# Creating 'simple' packages broken on cygwin. Patch provided by gh.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e747b689ac42ceb66885acc92a67ad3575a59ee5]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:15 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [34fbb71b6efdbfbc3b777736696ed86d141d753c]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:15 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [2ea6a53dc2f28a7b69e856f45fd3c519a28b6f57]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:14 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5ebcbdcce89f8ae5c62b71a22d0674025912c118]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:13 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f01af756a8d87c57ab72d5a3a4413ef591bb5f74]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:12 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fa02c6261a60e4cbfc20306b80bf39371e539687]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:11 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [4008a1e34763fa1447eeb146ff76cdf984d2c3e6]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:10 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [dbdce274234c816cb9ea92a833fb19acf4129221]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:09 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [db081feabc3507b966dfb2d679d7c64d0c4a9638]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:08 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [972560184007b64c3c910fb2c46ee1b2ea481602]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:07 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f9e59cd2eb3e5c10fbcb30582e1e050f8e169206]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:06 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [174f1432164623ee50911b7c6fb472a9801b8121]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:05 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d9af55c63f770388df2c189487b716aee752f030]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:04 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [46588e685564a1fba1c8b231e2e7af1927a51439]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:03 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [39a5753bc241dacbb8074967f822db0eabdb507a]

        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>  [fe073cfb32a4515a05605a16c08e3ece1751e32f]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:02 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [596c970e8634bfe1917b8caf03b3e3b21cb5333f]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:01 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [da0ad860d73ce24f1fd85f864874891e1ba12786]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:08:00 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b36989bfb12f930c13170871b45b945f672eaf77]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:59 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [76782b5f7ec31ca745cf1cf83dd4ec7984f5b446]

        INTEGRATION: CWS tkr14 (1.8.6); FILE MERGED 2008/05/21 12:16:21 tkr 1.8.6.1: #157929# lost base url property after refactoring

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d29986a309fbc5d528283ff9cb5d0954d97ec40a]

        INTEGRATION: CWS tkr14 (1.16.6); FILE MERGED 2008/05/21 12:16:21 tkr 1.16.6.1: #157929# lost base url property after refactoring

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [b18e5258ed560a44d8f5b491ba6dba5b494251fb]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:58 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [d8aa390b8620613b977dd5421f99d56c0e557f6b]

        INTEGRATION: CWS tkr14 (1.62.2); FILE MERGED 2008/06/09 14:13:04 tkr 1.62.2.3: #78894# recync issues 2008/06/06 08:00:31 tkr 1.62.2.2: RESYNC: (1.62-1.63); FILE MERGED 2008/06/05 09:53:08 tkr 1.62.2.1: #i78894# type detection and cache

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [3064cbe67262666e341b0a89af6e8d456673fad1]

        INTEGRATION: CWS tkr14 (1.18.8); FILE MERGED 2008/06/11 14:28:19 tkr 1.18.8.3: #67048# copy & paste connection errors 2008/06/09 14:11:33 tkr 1.18.8.2: #67048# copy & paste connection errors 2008/06/05 09:42:11 tkr 1.18.8.1: #i78894# helper function for type detection

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fc6dbc67b0f98a52b1313e2b4d62cdc97283a2af]

        INTEGRATION: CWS tkr14 (1.28.8); FILE MERGED 2008/06/11 14:28:18 tkr 1.28.8.3: #67048# copy & paste connection errors 2008/06/09 14:11:33 tkr 1.28.8.2: #67048# copy & paste connection errors 2008/06/05 09:41:47 tkr 1.28.8.1: #i78894# helper function for type detection

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [098071c8d45e00e408f9db400963077acf0bf540]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:57 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [6f25a206ef98536e3e90a155e13ffa59854d0891]

        INTEGRATION: CWS tkr14 (1.11.8); FILE MERGED 2008/06/05 09:38:49 tkr 1.11.8.1: #i78894# changes for caching

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [fd0afc829405c534f7caced4a2f256e4c49abfbe]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:56 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [699914c18c01fd3a6d2eb0f8ae952eff2b9d7c61]

        INTEGRATION: CWS tkr14 (1.7.18); FILE MERGED 2008/06/05 09:55:35 tkr 1.7.18.1: #i78894# caching

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [60b0c64a255e083ceecb92eaa11610cec0062782]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:55 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f582aeffb01cfbe081b28f79ca4f3d7c6f4b7799]

        INTEGRATION: CWS startcenterfix03 (1.249.18); FILE MERGED 2008/07/07 11:30:43 pl 1.249.18.1: #i91406# get back the SCPZIP_REPLACE flag for Common.xcu

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c5b9f913bced14ebaef784bd9e53b6a74764c634]

        INTEGRATION: CWS startcenterfix03 (1.47.90); FILE MERGED 2008/07/02 09:52:06 hro 1.47.90.1: #i91274# Added Formula to quickstarter

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [aa15138062b52c272537ed99b7c2ae42f676f96f]

        INTEGRATION: CWS startcenterfix03 (1.8.90); FILE MERGED 2008/07/01 18:40:48 pl 1.8.90.1: #i91274# add math

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [55aa84d4ea043044609b69e4632ee81fa4174348]

        INTEGRATION: CWS startcenterfix03 (1.4.56); FILE MERGED 2008/07/01 18:34:37 pl 1.4.56.1: #i91274# add math

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [a18044453e3f3f963b0f3921a77142b15815cb9c]

        #i10000# Typo corrected: 'XInputStream.hpp' instead of 'XInputStrem.hpp'.

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [5ca4f70a4127aefd6320cb51acd91d3cda78808b]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE ADDED 2008/07/04 17:07:54 jsi 1.1.2.1: #i91336# Adding the modul xml to testautomation Issue number: Submitted by: Reviewed by:

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [537d31191cd40f100fe3e5fec0ac9a4eb6e0ae1d]

        INTEGRATION: CWS startcenterfix03 (1.2.42); FILE MERGED 2008/07/01 18:25:46 pl 1.2.42.1: #i91273# updated StartCenter icons

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [0051eb2bb84148ff0cda010e7f34a0d3c9a60c2a]

        INTEGRATION: CWS startcenterfix03 (1.2.42); FILE MERGED 2008/07/01 18:25:45 pl 1.2.42.1: #i91273# updated StartCenter icons

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [245264f781bd67844acdb0764b817143e285ad9f]

        INTEGRATION: CWS startcenterfix03 (1.1.2); FILE ADDED 2008/07/01 18:25:45 pl 1.1.2.1: #i91273# updated StartCenter icons

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [880801d464f0f44523f143001398eadcc70a2b3e]

        INTEGRATION: CWS autotestfixes01 (1.1.2); FILE MERGED 2008/06/30 11:21:19 jsi 1.1.2.1: #i91120#

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [583076c20496786a0634f4837fe2160af74cd2ec]

        INTEGRATION: CWS startcenterfix03 (1.7.22); FILE MERGED 2008/07/01 18:11:57 pl 1.7.22.1: #91270# add formula

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [42cc9b100f914fe74018e67fcafba125937c9d97]

        INTEGRATION: CWS startcenterfix03 (1.9.4); FILE MERGED 2008/07/01 18:11:57 pl 1.9.4.1: #91270# add formula

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [cba88c2cada9905d8081c2744896e2ad04873bb4]

        INTEGRATION: CWS startcenterfix03 (1.10.4); FILE MERGED 2008/07/01 18:11:57 pl 1.10.4.1: #91270# add formula

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [e13548fe1299ec96b20064a28285209806b34f19]

        INTEGRATION: CWS startcenterfix03 (1.6.22); FILE MERGED 2008/07/01 18:11:56 pl 1.6.22.1: #91270# add formula

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [998dde80c075e89ea5197b210cb7f438f82bad3f]

        INTEGRATION: CWS thb30fixes (1.2.30); FILE MERGED 2008/06/20 15:47:55 thb 1.2.30.1: #i78214# Fix for const-incorrectness

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [71d8cf71460b07fea70aff5d433f418d743128ee]

        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>  [118b41bd41e7559fe90d49294b9647a9142ad45d]

        INTEGRATION: CWS thb30fixes (1.6.2); FILE MERGED 2008/06/23 09:25:08 thb 1.6.2.1: #i88228# Making sure xpdf lib is built with similar alignment under MacOS PPC

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [bcf7da6f4665d89a0ea471970f7a75d2ee7c7bcf]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [95e303e6452d3fc0eca35d72887620cadbdffe27]

        INTEGRATION: CWS calccrashes (1.20.70); FILE MERGED 2008/07/07 10:16:06 nn 1.20.70.1: #i91372# use SdrUndoAction in ScUndoMakeScenario

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [8417de8c9570b5e18c9f8dec5835959fef31ce6d]

        INTEGRATION: CWS calccrashes (1.11.70); FILE MERGED 2008/07/07 10:16:06 nn 1.11.70.1: #i91372# use SdrUndoAction in ScUndoMakeScenario

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [04c7ba92de14bef02fa971f849529191cabbe205]

        INTEGRATION: CWS calccrashes (1.20.96); FILE MERGED 2008/07/07 10:16:06 nn 1.20.96.1: #i91372# use SdrUndoAction in ScUndoMakeScenario

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [c556b3bf4596843b39812420173cf13f2dc02b3d]

        INTEGRATION: CWS calccrashes (1.28.72); FILE MERGED 2008/07/07 10:15:16 nn 1.28.72.1: #i91329# Refresh: check for range overflow

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [f280a2397319ccea50972768b8042aa525cb3528]

        INTEGRATION: CWS thb30fixes (1.3.12); FILE MERGED 2008/06/20 15:27:55 thb 1.3.12.1: #i72828# Make hyperlinks work with animated shapes

2008-07-11  Rüdiger Timm  <rt@openoffice.org>  [ad0a460b9e87a14ead610b9697581afd247d599e]

        INTEGRATION: CWS thb30fixes (1.4.10); FILE MERGED 2008/06/20 15:27:55 thb 1.4.10.1: #i72828# Make hyperlinks work with animated shapes

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [e3dba1c134f4db0a2c4f97f600273dcf08c9007b]

        INTEGRATION: CWS rptfix02 (1.75.6); FILE MERGED 2008/07/02 07:56:20 lla 1.75.6.1: #91244#

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [8ce24be751732f8968525e59bd2eedf61fcd2109]

        INTEGRATION: CWS rt30_DEV300 (1.42.10); FILE MERGED 2008/07/09 10:24:36 rt 1.42.10.1: #158186# Creating unix download install sets: create tar file first, calculate check sum or that file.

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [52cc9d406faa38d41f05f2bd6bf9eed0075ee1ef]

        INTEGRATION: CWS rptfix02 (1.2.2); FILE MERGED 2008/07/07 11:31:52 lla 1.2.2.1: #i91093# remove a simple return

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [5fb00acaf601a2cf95b868e1d0ced6284cc3a7b5]

        INTEGRATION: CWS rptfix02 (1.3.42); FILE MERGED 2008/07/01 14:08:38 oj 1.3.42.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [e5469217825bab49a5da70cd5629fe2acce207c2]

        INTEGRATION: CWS rptfix02 (1.5.42); FILE MERGED 2008/07/01 14:08:37 oj 1.5.42.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [70b13dc3a522ace1aa28219fbf3de8b626bbe8d1]

        INTEGRATION: CWS rptfix02 (1.4.42); FILE MERGED 2008/07/01 14:08:37 oj 1.4.42.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [1cc04450071758c277bb680d7b85aabee12a04a3]

        INTEGRATION: CWS rptfix02 (1.9.18); FILE MERGED 2008/07/01 14:08:37 oj 1.9.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [6123e65449310f074668676c8b3627a09ba01d53]

        INTEGRATION: CWS rptfix02 (1.6.18); FILE MERGED 2008/07/01 14:08:37 oj 1.6.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [58d52860c9cc88aa2ddc098ee6b3d09064846e5a]

        INTEGRATION: CWS rptfix02 (1.4.18); FILE MERGED 2008/07/01 14:08:36 oj 1.4.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [747a6b7d64dd9daad45c1529283524885c0ea5bf]

        INTEGRATION: CWS rptfix02 (1.6.18); FILE MERGED 2008/07/01 14:08:36 oj 1.6.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [c65f004d683d55b98add01566a14779b4c45e1fd]

        INTEGRATION: CWS rptfix02 (1.10.18); FILE MERGED 2008/07/01 14:08:36 oj 1.10.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [241cf79c8fa50c5e0f31c1f86116cb5b67c948a2]

        INTEGRATION: CWS rptfix02 (1.5.42); FILE MERGED 2008/07/01 14:08:36 oj 1.5.42.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [9488213cba35a4315e46e2c784278c361846a3f5]

        INTEGRATION: CWS rptfix02 (1.8.18); FILE MERGED 2008/07/01 14:08:36 oj 1.8.18.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [ff16d6e2a5ddf25e796c850a0f38371b907616fb]

        INTEGRATION: CWS rptfix02 (1.10.2); FILE MERGED 2008/07/01 14:08:35 oj 1.10.2.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [80ccbac105a7b209b17f5cfdf9f1f82e4bede4fd]

        INTEGRATION: CWS rptfix02 (1.2.2); FILE MERGED 2008/07/03 13:34:06 oj 1.2.2.1: #i91093# move > one line up

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [11fd55edc6542e6b1dca5b909afe4635c2290771]

        INTEGRATION: CWS rptfix02 (1.8.18); FILE MERGED 2008/07/02 06:42:20 oj 1.8.18.2: #i91253# copy the meta.xml 2008/07/02 06:39:49 oj 1.8.18.1: #i91253# copy the meta.xml

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [ceab8b22190b85d996c053bed5c545a408410160]

        INTEGRATION: CWS rptfix02 (1.8.18); FILE MERGED 2008/07/03 11:12:34 oj 1.8.18.1: #i91016# also export style referenced by apply-style-name

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [3bc0e518c6cfab035ca1bb61246c169b20e0038e]

        INTEGRATION: CWS rptfix02 (1.8.18); FILE MERGED 2008/07/02 06:42:19 oj 1.8.18.1: #i91253# copy the meta.xml

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [434b3a2d021d9d120d992b96870fecb9e5716745]

        INTEGRATION: CWS rptfix02 (1.8.2); FILE MERGED 2008/07/01 14:08:35 oj 1.8.2.1: #i91253# handle old version which do not have a meta.xml file

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [1f2183a31199a1168aa7958a62c10326dad711ad]

        INTEGRATION: CWS sclistposlinks (1.21.10); FILE MERGED 2008/07/03 21:45:11 fs 1.21.10.1: #i91342# transferControlValueToExternal must release the mutex before calling into the value binding

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [c5ab528bff7418cf807f333229d00bf274d3bbd9]

        INTEGRATION: CWS sclistposlinks (1.60.10); FILE MERGED 2008/07/03 20:45:05 fs 1.60.10.1: #i91342# getSupportedBindingTypes: order is important

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [b1c3b172a9549a9316c2cdd49d32cee5a6816e63]

        INTEGRATION: CWS sclistposlinks (1.61.10); FILE MERGED 2008/07/03 21:49:27 fs 1.61.10.2: #i10000# 2008/07/03 21:45:17 fs 1.61.10.1: #i91342# transferControlValueToExternal must release the mutex before calling into the value binding

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [7a5153556dbb750f7ea0c511bfeaa2bfcbfb0db0]

        INTEGRATION: CWS sclistposlinks (1.5.18); FILE MERGED 2008/07/03 21:45:46 fs 1.5.18.1: #i91342# added tests for list bindings

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [44805707bcc3225bb56a6e05e8f48fcbcadb81b8]

        INTEGRATION: CWS firsttime (1.2.4); FILE MERGED 2008/07/01 19:09:45 tbo 1.2.4.1: Issue number:  i91245

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [cb4441793bf14923be12267954965e4d82351390]

        INTEGRATION: CWS firsttime (1.1.4); FILE MERGED 2008/07/01 17:55:03 tbo 1.1.4.1: Issue number:  i91245

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [2917c326c6fa4718038cc1a94e651236363c3b18]

        Reset URE_BOOTSTRAP

2008-07-10  Rüdiger Timm  <rt@openoffice.org>  [16141d780c346afc7eb6c4cbad437890b8183d6e]

        #i91498# msidb.exe really wants backslashes.

2008-07-09  Rüdiger Timm  <rt@openoffice.org>  [878df3f7bc04573ca23f1480f6aa33011fad4dda]

        #i91479# .Net2005 compiler (_MSC_VER=1400) also needs std::remove instead of remove. AFAIK there is no compiler with _MSC_VER between 1310 and 1400, therefore we can completely remove this construct.

2008-07-09  Rüdiger Timm  <rt@openoffice.org>  [e6a76c86a644f782526c414a71f4923ec1dba2f9]

        #i10000# Correct DBG_ASSERT line: check against 'numthes' instead of 'numdict'.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [88926a38c92af8dc78bb869c7b4f820803c929d0]

        #i84827# Use NSIS Unicode in Windows installer. Really, this time.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [f232b0e0a96179c52f47b86a66b14f92ad9f767f]

        #158195# Setting download file names.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [53df630f1eb48c23bcca09214d36246dbbafed6b]

        DEV300

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [c51255bbe5301b234a3cb1f195307ca792858619]

        #i91385# Disable OpenOffice_Dev_Archive for windows: packing currently broken and according to IS this product never really can have worked.

2008-07-08  Lars Langhans  <lla@openoffice.org>  [43353b627e996c1c8a48db9eff8fbb4de070546f]

        #i86509# dep for win added

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [79eb267e833085e57b6dc31067997d3612668932]

        #i10000# - get copy-only file too

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [2a75e345c0f2100662b5173ec518069eb2ab85a5]

        INTEGRATION: CWS fwk91 (1.15.80); FILE MERGED 2008/06/24 10:22:51 mav 1.15.80.1: #i87524# fix ActiveX control implementation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [829d29e30398fa2dd678314285b64cd96fc8c675]

        INTEGRATION: CWS fwk91 (1.16.48); FILE MERGED 2008/06/24 10:36:33 mav 1.16.48.1: #i87524# fix ActiveX control implementation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [8cbac1610f87ef5da19976bbb54471c2412086ed]

        INTEGRATION: CWS fwk91 (1.22.42); FILE MERGED 2008/06/24 10:23:05 mav 1.22.42.1: #i87524# fix ActiveX control implementation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [55f46daf79148a69f7b24fa11c0c5a32ca64806c]

        INTEGRATION: CWS fwk91 (1.9.10); FILE MERGED 2008/06/24 11:40:46 mst 1.9.10.1: fix #i90847# - sfx2/source/doc/SfxDocumentMetaData.cxx:   + work around broken import for meta:value-type="string" in OOo 2.x

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [5d96c0daf740f036556684ea9073cf3c8a24f560]

        INTEGRATION: CWS fwk91 (1.62.44); FILE MERGED 2008/06/20 07:56:28 mav 1.62.44.1: #i87794# allow merging of encrypted documents

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [113598f13369efd91488040a8a04bb85a4b825df]

        INTEGRATION: CWS fwk91 (1.100.70); FILE MERGED 2008/07/01 09:32:34 mav 1.100.70.1: #i87794# transport the password to the target

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ee50668e2f49dc30da485d3c242c52880c046c7e]

        INTEGRATION: CWS fwk91 (1.6.6); FILE MERGED 2008/06/24 11:38:59 mst 1.6.6.1: fix #i90835# - unoxml/source/dom/documentbuilder.cxx:   + do not access freed xmlParserCtxt

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4ed4a93a86094a1cb12b156472c60653274bc475]

        INTEGRATION: CWS fwk91 (1.68.8); FILE MERGED 2008/06/27 09:23:49 mav 1.68.8.2: RESYNC: (1.68-1.69); FILE MERGED 2008/06/12 09:12:29 pb 1.68.8.1: fix: #i90533# there are no images for the commands .uno:SpellingAndGrammarDialog and .uno:SpellingDialog

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [defb8e0046f039004664fcdb751a278b2e5ba973]

        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>  [e4b3196cc5339e40c5a7c37c5edf4abb63e90d7d]

        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>  [5888bbeabf52f11ce10bc8373b6c8012cb1262be]

        INTEGRATION: CWS sw30bf06 (1.158.2); FILE MERGED 2008/06/19 10:50:45 od 1.158.2.2: RESYNC: (1.158-1.160); FILE MERGED 2008/06/16 13:43:56 od 1.158.2.1: #i90078# adjustments due to refactoring of methods changing list level indent

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [69efa3e615f930b08a848d14a71523fb24be6308]

        INTEGRATION: CWS sw30bf06 (1.13.76); FILE MERGED 2008/06/19 07:25:41 od 1.13.76.1: #i88291# classes <SvLinkSource> and <SvBaseLink> 	 - provide possibility to clear the stream to load from in order 	   to free this resource.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [98449792ceba19169f2005f53f34a3a493949194]

        INTEGRATION: CWS sw30bf06 (1.11.76); FILE MERGED 2008/06/19 07:25:41 od 1.11.76.1: #i88291# classes <SvLinkSource> and <SvBaseLink> 	 - provide possibility to clear the stream to load from in order 	   to free this resource.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ab16e1abf31ec07ce323c18b24587775c69fd84b]

        INTEGRATION: CWS sw30bf06 (1.3.76); FILE MERGED 2008/06/19 07:25:41 od 1.3.76.1: #i88291# classes <SvLinkSource> and <SvBaseLink> 	 - provide possibility to clear the stream to load from in order 	   to free this resource.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [9409dd46ab32c931e4d6f438d1d9d8e74ccd78a2]

        INTEGRATION: CWS sw30bf06 (1.27.96); FILE MERGED 2008/06/19 10:56:44 od 1.27.96.2: RESYNC: (1.27-1.28); FILE MERGED 2008/06/04 12:20:59 od 1.27.96.1: #i86652# class <SvxNumberFormat> 	 - remove debug assertion 	 - provide fallback, if position and space mode does not equal 	   LABEL_WIDTH_AND_POSITION and attributes of this mode are 	   accessed.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4606b4464650e703b04fc9af1beb1a0f25e37715]

        INTEGRATION: CWS sw30bf06 (1.9.90); FILE MERGED 2008/06/11 06:25:49 ama 1.9.90.1: Fix #i72162#: Cursor travelling word by word

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [e0540a7f922469e1727ca3791cfae797c7a1cd8a]

        INTEGRATION: CWS sw30bf06 (1.70.88); FILE MERGED 2008/06/19 10:50:58 od 1.70.88.3: RESYNC: (1.70-1.71); FILE MERGED 2008/06/09 07:30:23 od 1.70.88.2: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style 2008/06/06 08:55:15 od 1.70.88.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [14de4c67211fb4029e68b73e299ecf23b206d6b5]

        INTEGRATION: CWS fwk90 (1.120.86); FILE MERGED 2008/06/03 14:00:30 mav 1.120.86.1: #i85282# the embedded object needs client when it is accessed per API

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [d4613a58f08d65ce6fde988f2c1fd55022156742]

        INTEGRATION: CWS sw30bf06 (1.64.90); FILE MERGED 2008/06/05 10:14:11 od 1.64.90.1: #i89181# export/import of new compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [595daae5de2b9da8996cb9149e45b8c63fbb8464]

        INTEGRATION: CWS sw30bf06 (1.42.86); FILE MERGED 2008/06/19 10:51:13 od 1.42.86.2: RESYNC: (1.42-1.43); FILE MERGED 2008/06/16 13:43:56 od 1.42.86.1: #i90078# adjustments due to refactoring of methods changing list level indent

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [aee3c5b58d17da6811563ee1ceb3558f38a2f21a]

        INTEGRATION: CWS sw30bf06 (1.111.2); FILE MERGED 2008/06/19 10:04:48 od 1.111.2.1: #i90516# method <AttrChangedNotify(..)> 	 - perform only the code, which is needed to determine, if a 	   post-it field is at the actual cursor.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4b61839a47f22f3a6aba6425a59e064d6852b0f8]

        INTEGRATION: CWS sw30bf06 (1.16.88); FILE MERGED 2008/06/19 10:50:49 od 1.16.88.2: RESYNC: (1.16-1.18); FILE MERGED 2008/06/09 07:30:23 od 1.16.88.1: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [d3e570c5cabb4e0cc6bbd44e1dbf28de26efb3dd]

        INTEGRATION: CWS sw30bf06 (1.15.88); FILE MERGED 2008/06/19 10:51:04 od 1.15.88.2: RESYNC: (1.15-1.16); FILE MERGED 2008/06/09 07:30:22 od 1.15.88.1: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ba8ddd5a0b613d8bb6c6d6307e6deb2031823ff9]

        INTEGRATION: CWS sw30bf06 (1.32.88); FILE MERGED 2008/06/19 10:50:11 od 1.32.88.2: RESYNC: (1.32-1.33); FILE MERGED 2008/06/09 07:30:22 od 1.32.88.1: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [1cb24c400b947f39e9017bd311eb0030e153580b]

        INTEGRATION: CWS sw30bf06 (1.86.88); FILE MERGED 2008/06/19 16:21:12 od 1.86.88.4: correction due to remove(..) unambiguity Issue number: Submitted by: Reviewed by: 2008/06/19 10:54:21 od 1.86.88.3: RESYNC: (1.86-1.89); FILE MERGED 2008/06/06 08:39:41 od 1.86.88.2: #i89181# correct issue id in comment 2008/06/04 12:40:00 od 1.86.88.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [9aa8e20d76805fb92d037c259127a32746522f5a]

        INTEGRATION: CWS sw30bf06 (1.141.16); FILE MERGED 2008/06/19 10:54:43 od 1.141.16.2: RESYNC: (1.141-1.143); FILE MERGED 2008/06/04 12:40:00 od 1.141.16.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [dd99542650a2e826f41e685723b4920c77550a6e]

        INTEGRATION: CWS sw30bf06 (1.190.86); FILE MERGED 2008/06/19 10:55:01 od 1.190.86.3: RESYNC: (1.190-1.193); FILE MERGED 2008/06/17 07:53:22 od 1.190.86.2: #156765# method <SwMSDffManager::ProcessObj(..)> 	 - correct consideration of line style for graphics 2008/06/04 12:40:00 od 1.190.86.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [cdd9517f927a83d1abf1ac25f6452810a96950b3]

        INTEGRATION: CWS sw30bf06 (1.111.88); FILE MERGED 2008/06/19 10:54:11 od 1.111.88.2: RESYNC: (1.111-1.112); FILE MERGED 2008/06/04 12:40:00 od 1.111.88.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [13ccd8aab142010b0d322439b9237e009325b17b]

        INTEGRATION: CWS sw30bf06 (1.44.88); FILE MERGED 2008/06/19 16:05:50 od 1.44.88.3: corrections due to compiler warnings Issue number: Submitted by: Reviewed by: 2008/06/19 10:54:26 od 1.44.88.2: RESYNC: (1.44-1.46); FILE MERGED 2008/06/04 12:40:00 od 1.44.88.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [f8e6b0f9c3ebe1dd39495f4ccee6c136784461fc]

        INTEGRATION: CWS fwk90 (1.221.12); FILE MERGED 2008/06/13 06:02:34 mav 1.221.12.2: RESYNC: (1.221-1.222); FILE MERGED 2008/05/30 09:53:06 as 1.221.12.1: #156532# use native messagebox an call exit to prevent office from any action during/after FatalError

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [b78f483f20fd1721986d6245f9d2535473074ed9]

        INTEGRATION: CWS sw30bf06 (1.106.88); FILE MERGED 2008/06/19 10:53:49 od 1.106.88.2: RESYNC: (1.106-1.108); FILE MERGED 2008/06/04 12:40:00 od 1.106.88.1: #i86652# adapt WW8 export and import to new list level attributes

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [7fb61def2edd6a383e85fe85407477e37d2f6903]

        INTEGRATION: CWS sw30bf06 (1.26.88); FILE MERGED 2008/06/19 10:53:34 od 1.26.88.2: RESYNC: (1.26-1.27); FILE MERGED 2008/06/06 08:53:22 od 1.26.88.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [595b03a2854c6b492e374a75275b7c1f8f48d3ff]

        INTEGRATION: CWS sw30bf06 (1.56.36); FILE MERGED 2008/06/19 10:53:29 od 1.56.36.2: RESYNC: (1.56-1.57); FILE MERGED 2008/06/11 11:25:03 ama 1.56.36.1: Fix #i90511#: Line breaks in RTF clipboard

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [de907deeac388b31e5953d472d3dc8d3877c60c6]

        INTEGRATION: CWS fwk90 (1.48.12); FILE MERGED 2008/06/08 15:23:26 mav 1.48.12.1: #i88946# fix reparing of encrypted documents

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [1a2df3242e7c3a9daf6b36558c13fc385e1428f8]

        INTEGRATION: CWS sw30bf06 (1.57.34); FILE MERGED 2008/06/19 10:52:01 od 1.57.34.2: RESYNC: (1.57-1.58); FILE MERGED 2008/06/09 07:25:43 od 1.57.34.1: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a91a80fc26f86dcf69d4792572dbf453e4cdb7d7]

        INTEGRATION: CWS fwk90 (1.14.56); FILE MERGED 2008/06/09 04:32:48 pb 1.14.56.1: fix: #i89164# calculate dynamically the width of radiobutton and listbox

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ad4f53a1649286b7120ff5d23ddb9fbc40af1ce7]

        INTEGRATION: CWS sw30bf06 (1.63.16); FILE MERGED 2008/06/19 10:52:10 od 1.63.16.2: RESYNC: (1.63-1.64); FILE MERGED 2008/06/12 12:53:35 fme 1.63.16.1: #i83392# Undo of hyperlinks fixed

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [1fa9f871483ce772e8bc72ff29f37860d29d012f]

        INTEGRATION: CWS sw30bf06 (1.82.60); FILE MERGED 2008/06/19 10:52:28 od 1.82.60.2: RESYNC: (1.82-1.83); FILE MERGED 2008/06/06 10:52:24 od 1.82.60.1: #i90401# method <SwTxtFrm::GetLeftMarginWithNum(..)> 	 - position and space mode LABEL_ALIGNMENT: 	   onyl negative first line indents have to considered for left margin

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [3cfda9435eaf3064d18e336451455829640c6396]

        INTEGRATION: CWS fwk90 (1.29.56); FILE MERGED 2008/06/12 04:42:00 pb 1.29.56.1: fix: #89678# added XHTML to the important export filters

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [2520ad599aaecb5cc6def13928091716c6fbf72b]

        INTEGRATION: CWS sw30bf06 (1.31.78); FILE MERGED 2008/06/06 09:40:38 od 1.31.78.2: #i89179# tab portion representing the list tab of a list label has to get 	 the same ascent, height and font as its corresponding number portion 2008/06/05 10:17:37 od 1.31.78.1: #i89181# handling of tab stop at left indent for paragraphs in lists, if 	 list tab stop is processed 	 - consider new compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [15f020aa56a8a844a1456492530a1b735bc7741b]

        INTEGRATION: CWS fwk90 (1.12.18); FILE MERGED 2008/06/09 04:51:49 pb 1.12.18.1: fix: #i89851# remove non-working a11y-fix

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [38356bac1f4dfc6cb18c28349189e5416b68a16d]

        INTEGRATION: CWS sw30bf06 (1.15.90); FILE MERGED 2008/06/06 09:40:38 od 1.15.90.1: #i89179# tab portion representing the list tab of a list label has to get 	 the same ascent, height and font as its corresponding number portion

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [256951312a31fba7a17a8430999aa78db5126381]

        INTEGRATION: CWS sw30bf06 (1.105.90); FILE MERGED 2008/06/06 09:40:38 od 1.105.90.1: #i89179# tab portion representing the list tab of a list label has to get 	 the same ascent, height and font as its corresponding number portion

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [6cd47bc7f4999f5d7670c0afef5ce8f7ecd28bb7]

        INTEGRATION: CWS sw30bf06 (1.118.60); FILE MERGED 2008/06/19 10:51:45 od 1.118.60.2: RESYNC: (1.118-1.120); FILE MERGED 2008/06/06 08:51:29 od 1.118.60.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [446697c27881c27c38f6bb1785c577ec7119c0e2]

        INTEGRATION: CWS fwk90 (1.32.6); FILE MERGED 2008/05/28 14:40:17 mav 1.32.6.1: #i67015# integrate the patch

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [acb72e0d90b08cfe894efa471332f7d86d2ba760]

        INTEGRATION: CWS sw30bf06 (1.56.86); FILE MERGED 2008/06/19 10:51:51 od 1.56.86.2: RESYNC: (1.56-1.57); FILE MERGED 2008/06/06 08:51:29 od 1.56.86.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ca6a5aa5497696175e3ac7197ed0965d4cff8477]

        INTEGRATION: CWS sw30bf06 (1.45.86); FILE MERGED 2008/06/19 10:51:19 od 1.45.86.2: RESYNC: (1.45-1.46); FILE MERGED 2008/06/19 07:30:41 od 1.45.86.1: #i88291# method <SwGrfNode::UpdateLinkWithInputStream()> 	 - free input stream resource

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [bd8c59e55b15d99282e5ec42381951d45664ac07]

        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>  [94b980775a18d4d6c3b4224edff16f2af89ec102]

        INTEGRATION: CWS sw30bf06 (1.26.88); FILE MERGED 2008/06/19 12:38:57 od 1.26.88.3: correction due to resynchronisation to DEV300m20 2008/06/19 10:51:36 od 1.26.88.2: RESYNC: (1.26-1.27); FILE MERGED 2008/06/16 13:41:24 od 1.26.88.1: #i90078# refactoring and consideration of new list level attribute of 	 methods changing the list level indent.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [6f3a2bbb9f4c14be764a7f849986ff02bcfc177a]

        INTEGRATION: CWS sw30bf06 (1.40.88); FILE MERGED 2008/06/19 10:51:30 od 1.40.88.3: RESYNC: (1.40-1.41); FILE MERGED 2008/06/09 07:25:43 od 1.40.88.2: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style 2008/06/06 09:17:59 od 1.40.88.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a716acb2c2695ed2c027f9eef55f202674d7f9f6]

        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>  [feec4688029d02d825d2b4f2d950e0c290c58aa9]

        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>  [fd18688f7a620fce00463b301e2ae3de69003fc5]

        INTEGRATION: CWS sw30bf06 (1.32.60); FILE MERGED 2008/06/19 12:40:00 od 1.32.60.3: correction due to resynchronisation to DEV300m20 2008/06/19 10:53:23 od 1.32.60.2: RESYNC: (1.32-1.33); FILE MERGED 2008/06/02 09:10:37 ama 1.32.60.1: Fix #b6610571#b6617698#: Hiding redlines corrupts number tree

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ba1030a00aed95ddda69d9953f073cc270a3125c]

        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>  [cadc01d93f5672a0753a0f5af4e63141cc9062d3]

        INTEGRATION: CWS sw30bf06 (1.51.86); FILE MERGED 2008/06/19 10:53:04 od 1.51.86.3: RESYNC: (1.51-1.53); FILE MERGED 2008/06/09 07:23:35 od 1.51.86.2: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style 2008/06/06 08:49:04 od 1.51.86.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [9e30ebbb8e598596ce5de82a3acdd2197b736509]

        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>  [345d77aa3406c1630270e1459324ed5bf35fff11]

        INTEGRATION: CWS sw30bf06 (1.50.16); FILE MERGED 2008/06/19 14:36:49 od 1.50.16.5: corrections due to compiler warnings 2008/06/19 10:53:12 od 1.50.16.4: RESYNC: (1.50-1.51); FILE MERGED 2008/06/16 13:41:23 od 1.50.16.3: #i90078# refactoring and consideration of new list level attribute of 	 methods changing the list level indent. 2008/06/09 07:21:39 od 1.50.16.2: #i89178# implementation of function <numfunc::GetDefaultPositionAndSpaceMode()> 2008/06/06 08:49:04 od 1.50.16.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [51af0a26813ae9eec09b69ff234e6c84860146cd]

        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>  [0e5b16444dd89f0bb0b38c4161b841dd99770ec1]

        INTEGRATION: CWS sw30bf06 (1.73.88); FILE MERGED 2008/06/19 10:52:56 od 1.73.88.2: RESYNC: (1.73-1.75); FILE MERGED 2008/06/17 09:07:56 od 1.73.88.1: #i87166# method <lcl_ChgNumRule(..)> 	 - Do NOT change list style type

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [508ec2c55a2598d1493ed608df43c6a62f3c78e8]

        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>  [1e330ef3a8a63eec48b8b04fdd9c32921c5edb9b]

        INTEGRATION: CWS sw30bf06 (1.86.86); FILE MERGED 2008/06/19 10:52:39 od 1.86.86.3: RESYNC: (1.86-1.87); FILE MERGED 2008/06/09 07:23:35 od 1.86.86.2: #i89178# usage of <numfunc::GetDefaultPositionAndSpaceMode()> 	 on creation of list style 2008/06/05 10:12:06 od 1.86.86.1: #i89181# new compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [efa932ce98b795b94438df25ac0a00e54701ae30]

        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>  [a6a356e6049c9d2727b635df7291e56092e0baec]

        INTEGRATION: CWS sw30bf06 (1.65.86); FILE MERGED 2008/06/19 10:52:45 od 1.65.86.2: RESYNC: (1.65-1.66); FILE MERGED 2008/06/05 10:12:05 od 1.65.86.1: #i89181# new compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [1bee29fb3033a9bb59ceb2f7b6336fce0f4fb76f]

        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>  [487692af62b6b0f7847d33acc9cc2b174e0b9ef1]

        INTEGRATION: CWS sw30bf06 (1.27.64); FILE MERGED 2008/06/19 10:04:48 od 1.27.64.1: #i90516# method <AttrChangedNotify(..)> 	 - perform only the code, which is needed to determine, if a 	   post-it field is at the actual cursor.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4640c5e294597d55023424cd0fae9a3554c3a0be]

        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>  [6445fa871afaa036c4f2998b5f3d2b5bee6f231e]

        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>  [14322c3dda64f0e19bf7ddd0c73aac759ac55c8f]

        INTEGRATION: CWS sw30bf06 (1.36.88); FILE MERGED 2008/06/19 10:55:15 od 1.36.88.4: RESYNC: (1.36-1.37); FILE MERGED 2008/06/16 13:38:29 od 1.36.88.3: #i90078# classes <SWEditShell> and <SwNumRule> 	 refactoring: adjust method names and synopsis 2008/06/09 07:20:05 od 1.36.88.2: #i89178# new function <numfunc::GetDefaultPositionAndSpaceMode()> 2008/06/06 08:47:01 od 1.36.88.1: #i63395# new default bullet characters and new default bullet font

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [e68c793e63c28c7a15ed718a885420c916984e23]

        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>  [8b52c5737b470f145aeafa7065bdfe76d3bde665]

        INTEGRATION: CWS sw30bf06 (1.67.88); FILE MERGED 2008/06/19 10:55:11 od 1.67.88.2: RESYNC: (1.67-1.68); FILE MERGED 2008/06/16 13:38:29 od 1.67.88.1: #i90078# classes <SWEditShell> and <SwNumRule> 	 refactoring: adjust method names and synopsis

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [16996399e6222dcec92e435a1bfe20e8236d5153]

        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>  [142db678377dcc2947d74a63ac066b244f1bbb94]

        INTEGRATION: CWS sw30bf06 (1.152.86); FILE MERGED 2008/06/19 10:55:27 od 1.152.86.2: RESYNC: (1.152-1.153); FILE MERGED 2008/06/05 10:10:02 od 1.152.86.1: #i89181# new hidden compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [b393a72f02b89aa9d729915951eaf5c11a6ef269]

        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>  [0ba80d43db6951826c7a38c18077b6ae54c91bca]

        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>  [02d83f6cccf9530a04a9f4cc4a59eab262a51706]

        INTEGRATION: CWS sw30bf06 (1.42.88); FILE MERGED 2008/06/19 10:55:32 od 1.42.88.2: RESYNC: (1.42-1.44); FILE MERGED 2008/06/19 10:04:48 od 1.42.88.1: #i90516# method <AttrChangedNotify(..)> 	 - perform only the code, which is needed to determine, if a 	   post-it field is at the actual cursor.

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [6595fb0b3b2622ffda6cdc08ef748f207bc6e9ac]

        INTEGRATION: CWS sw30bf06 (1.9.90); FILE MERGED 2008/06/05 10:10:03 od 1.9.90.1: #i89181# new hidden compatibility option TAB_AT_LEFT_INDENT_FOR_PARA_IN_LIST

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [f4d9268fbb9046f909a491414ca55f34b986713a]

        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>  [a63d60945b60581152c1c8bf8dedf548ed20e7c9]

        INTEGRATION: CWS fwk90 (1.15.72); FILE MERGED 2008/06/06 07:07:31 mav 1.15.72.1: #i87524# provide the path to register activex control

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [60bb74ce77ee756db3eae4ba68901369ba316dab]

        INTEGRATION: CWS sw30bf06 (1.32.48); FILE MERGED 2008/06/17 13:11:45 od 1.32.48.2: #i90780# Outline style 	 - export property style:name introduced in ODF 1.2 	 - refactoring: remove unused methods 2008/06/09 07:36:34 od 1.32.48.1: #i89178# suppress export of new list level attributes, when writing ODF 1.0/1.1

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [72aab11c749450c5f65edc14f880eeda4503f127]

        INTEGRATION: CWS sw30bf06 (1.4.48); FILE MERGED 2008/06/17 13:11:45 od 1.4.48.2: #i90780# Outline style 	 - export property style:name introduced in ODF 1.2 	 - refactoring: remove unused methods 2008/06/09 07:35:06 od 1.4.48.1: #i89178# suppress export of new list level attributes, when writing ODF 1.0/1.1

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [7cb78cc04135e5a7ffe7566315f4cf74e0e4b14d]

        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>  [03670f6ec525bc5c6db9a6e8cccea3a032bdc52c]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [278407d541117a7283874e1d2e937b363e1f189d]

        INTEGRATION: CWS fwk90 (1.16.38); FILE MERGED 2008/06/06 06:46:03 mav 1.16.38.1: #i87524# provide the path to register activex control

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [64df5ed939c878f9be23f8d7e67b3c19bae92af9]

        INTEGRATION: CWS fwk90 (1.80.14); FILE MERGED 2008/06/13 06:00:36 mav 1.80.14.2: RESYNC: (1.80-1.83); FILE MERGED 2008/06/09 07:13:19 pb 1.80.14.1: fix: #i88422# remove Beta-Flag of RegistrationURLs

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a23a6dac8e76380d32ef6058bec96c41eef51fdb]

        INTEGRATION: CWS fwk90 (1.30.106); FILE MERGED 2008/06/12 10:45:11 pb 1.30.106.2: fix: #89165# maximum of collums field set to 999 2008/06/09 04:58:36 pb 1.30.106.1: fix: #i88829# #i89165# more space for text in all languages

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [d2c184b3ab7b839996889a2e230d58c21a9fea84]

        INTEGRATION: CWS fwk90 (1.48.60); FILE MERGED 2008/06/09 09:05:19 pb 1.48.60.1: fix: #i90134# SvxToolbarConfigPage::UpdateButtonStates fixed

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [9d3666fc053b1c4eb242bd1c1dd60f45382b0d16]

        INTEGRATION: CWS fwk90 (1.103.90); FILE MERGED 2008/06/03 14:00:31 mav 1.103.90.1: #i85282# the embedded object needs client when it is accessed per API

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [f29357792f91eff287e36ab16ccfa5f8655600eb]

        INTEGRATION: CWS fwk90 (1.61.90); FILE MERGED 2008/06/16 09:06:30 mav 1.61.90.2: fix typo 2008/06/06 11:31:39 mav 1.61.90.1: #i60623# store meta-information for database embedded forms

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [7bca7524350b9d9556705d92fead999da1502ead]

        INTEGRATION: CWS fwk90 (1.47.88); FILE MERGED 2008/06/13 05:59:29 mav 1.47.88.2: RESYNC: (1.47-1.48); FILE MERGED 2008/06/03 14:00:30 mav 1.47.88.1: #i85282# the embedded object needs client when it is accessed per API

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [becccaff0ca0120e66771f849169b80272de9e7a]

        INTEGRATION: CWS odff04 (1.18.66); FILE MERGED 2008/06/17 20:54:07 er 1.18.66.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [b4668da08e7df22f5a90d44a36f3d00957f2f754]

        INTEGRATION: CWS odff04 (1.4.12); FILE MERGED 2008/06/24 15:08:38 er 1.4.12.2: removed now unneeded i18n bits 2008/06/18 12:10:06 er 1.4.12.1: #i6087# allow all characters in sheet names

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a3a86380d85c862572c16aee3ba744f80f8cd0a1]

        INTEGRATION: CWS odff04 (1.5.12); FILE MERGED 2008/06/24 14:49:22 er 1.5.12.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [a309c50eaf19e4237261ba1ace4fbd662bf77d5f]

        INTEGRATION: CWS odff04 (1.3.14); FILE MERGED 2008/06/24 15:08:38 er 1.3.14.2: removed now unneeded i18n bits 2008/06/18 12:10:05 er 1.3.14.1: #i6087# allow all characters in sheet names

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [1a6ea80a50eb3b8be386bfbe820b5ddb7b823b40]

        INTEGRATION: CWS odff04 (1.6.66); FILE MERGED 2008/06/17 20:54:08 er 1.6.66.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4059b4c0112b58931607004a5a80252d05021657]

        INTEGRATION: CWS odff04 (1.23.66); FILE MERGED 2008/06/24 17:18:14 er 1.23.66.2: a char is not unsigned, a BYTE is not a char 2008/06/17 12:47:18 er 1.23.66.1: #i88577# unify relaxed check on dBase header to 32 byte boundary and check for accepted dbf types instead; based on patch from <bormant>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [450c297bf53b50a995bc98f5c30b2424e5f749df]

        INTEGRATION: CWS odff04 (1.94.66); FILE MERGED 2008/06/24 14:49:02 er 1.94.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [197ac0907441ef211844a11d6ca40991ef0f3929]

        INTEGRATION: CWS odff04 (1.32.66); FILE MERGED 2008/06/17 20:54:08 er 1.32.66.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [5d3aa8b7a390062f2e0d1cce3fcccfcbd7069a9f]

        INTEGRATION: CWS odff04 (1.23.66); FILE MERGED 2008/06/17 20:54:08 er 1.23.66.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [73e349f0c4d4f8e09502d49fe1c07eca89d30f61]

        INTEGRATION: CWS odff04 (1.19.64); FILE MERGED 2008/06/17 20:54:07 er 1.19.64.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [c081809c8fff60c208e5fed298902ed7b8517c4b]

        INTEGRATION: CWS odff04 (1.26.66); FILE MERGED 2008/06/24 14:49:01 er 1.26.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [20e5f499faed8188a02e357c82a83121d47b7eb0]

        INTEGRATION: CWS odff04 (1.24.64); FILE MERGED 2008/06/17 20:54:07 er 1.24.64.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [7d11ccdc3995aa8156e39e1eebc04d512fc002fa]

        INTEGRATION: CWS odff04 (1.31.64); FILE MERGED 2008/06/17 20:54:07 er 1.31.64.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [aaa409f776bac7104950f8ba22b1db4fb35db070]

        INTEGRATION: CWS odff04 (1.25.64); FILE MERGED 2008/06/24 14:49:01 er 1.25.64.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [14c7692d487505e504f95250f27a0f7976376726]

        INTEGRATION: CWS odff04 (1.94.62); FILE MERGED 2008/06/17 20:54:07 er 1.94.62.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [148b8c6a33b7358be0b07d2d300fd3afdf693d5a]

        INTEGRATION: CWS odff04 (1.61.66); FILE MERGED 2008/06/17 20:54:07 er 1.61.66.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [f8eb9b92b7a7ce928a762d31c3c6b93742aa2f4f]

        INTEGRATION: CWS odff04 (1.125.26); FILE MERGED 2008/06/17 20:54:07 er 1.125.26.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [ca39562543a2e4ce1c9a081c9204590b02b92b8f]

        INTEGRATION: CWS odff04 (1.51.66); FILE MERGED 2008/06/24 14:49:01 er 1.51.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [32922071a73853703967bf3efefc2ca3d65000f5]

        INTEGRATION: CWS odff04 (1.33.66); FILE MERGED 2008/06/24 14:49:01 er 1.33.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [706a6c38117b17517e91a2d2a3b2d3a70eab8bb5]

        INTEGRATION: CWS odff04 (1.7.64); FILE MERGED 2008/06/18 15:48:58 er 1.7.64.1: #i90703# accuracy of GAMMADIST, CHIDIST, GAMMAINV and CHIINV; patch from <regina>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [07e6b192bc9e13ecf29bffda40ef371fc4a944a0]

        INTEGRATION: CWS odff04 (1.23.2); FILE MERGED 2008/06/23 10:46:15 er 1.23.2.2: MSVC dumbness, cannot initialize static const non-integral inside class 2008/06/18 15:48:57 er 1.23.2.1: #i90703# accuracy of GAMMADIST, CHIDIST, GAMMAINV and CHIINV; patch from <regina>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [97f95c196906f276a5f06fd6a4bab8411a257f3a]

        INTEGRATION: CWS odff04 (1.59.2); FILE MERGED 2008/06/24 14:49:01 er 1.59.2.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [45c60659af781a73b29739a87715f2315c6c1e4e]

        INTEGRATION: CWS odff04 (1.79.14); FILE MERGED 2008/06/25 13:14:03 er 1.79.14.4: CompileString: do not count array column separators as parameter separators 2008/06/25 11:27:11 er 1.79.14.3: arghl 2008/06/24 14:49:01 er 1.79.14.2: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation 2008/06/17 20:54:06 er 1.79.14.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [76d1df04008b781614e78f34a5a7178df23b2ca9]

        INTEGRATION: CWS odff04 (1.12.36); FILE MERGED 2008/06/17 20:54:06 er 1.12.36.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [e7d6b3f7ec906a4022a1584bd796e1b71c5024ab]

        INTEGRATION: CWS odff04 (1.34.2); FILE MERGED 2008/06/23 10:46:14 er 1.34.2.3: MSVC dumbness, cannot initialize static const non-integral inside class 2008/06/18 17:04:40 er 1.34.2.2: hoppla 2008/06/18 15:48:57 er 1.34.2.1: #i90703# accuracy of GAMMADIST, CHIDIST, GAMMAINV and CHIINV; patch from <regina>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [5ce123c72e2a38838315900ad5101a6656a04336]

        INTEGRATION: CWS odff04 (1.88.60); FILE MERGED 2008/06/17 20:53:11 er 1.88.60.1: #i6087# allow all characters in sheet names, except those that Excel does not accept: :\/?*[] and leading or trailing single quote; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [4891cf041cce77cdb3da890b22a1ff7c7d63f1e5]

        INTEGRATION: CWS odff04 (1.43.36); FILE MERGED 2008/06/24 14:49:00 er 1.43.36.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [36a4376a38507618722c6c2421504ae77c874520]

        INTEGRATION: CWS odff04 (1.15.66); FILE MERGED 2008/06/24 14:49:00 er 1.15.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [25a75dcfb30cd678465fbc547beb4104e8e24e65]

        INTEGRATION: CWS odff04 (1.112.34); FILE MERGED 2008/06/17 20:54:06 er 1.112.34.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [5561da577230af4c90d8b6dcbb00b633360738ef]

        INTEGRATION: CWS odff04 (1.37.36); FILE MERGED 2008/06/17 20:54:06 er 1.37.36.1: #i6087# allow all characters in sheet names; patch by <cmc> and <kohei>

2008-07-08  Rüdiger Timm  <rt@openoffice.org>  [fff2f1e0656e9d4b10055daf66067caf819481e0]

        INTEGRATION: CWS odff04 (1.29.66); FILE MERGED 2008/06/24 14:49:00 er 1.29.66.1: #i91020# support ADDRESS 4th and INDIRECT 2nd parameter for A1/R1C1 notation

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [556109329d78af94e8c9cb37e7869393d04d2e33]

        INTEGRATION: CWS native161 (1.61.16); FILE MERGED 2008/06/18 12:15:41 sb 1.61.16.1: #i90831# do not send UNO bootstrap command line arguments over the pipe

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [cc682fe4db02db8b5ae8c8c2855808265cffff77]

        INTEGRATION: CWS native161 (1.26.62); FILE MERGED 2008/06/27 16:27:38 is 1.26.62.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b76d613a08a35551d9601cd9b257d91f89fb0d2f]

        INTEGRATION: CWS native161 (1.4.100); FILE MERGED 2008/06/27 16:27:37 is 1.4.100.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9a4543bfce01c8b034ca829fade854698ee408e2]

        INTEGRATION: CWS native161 (1.24.34); FILE MERGED 2008/06/25 13:30:36 is 1.24.34.1: #i91052# remove layer links only in full uninstallation

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b3a2de40ec7b263f5d08abd397bc3a58f7565667]

        INTEGRATION: CWS native161 (1.99.18); FILE MERGED 2008/06/30 13:26:26 is 1.99.18.1: #i90919# new dependencies to avoid uninstallation with foreign product

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c70199460a6fbf8bd8695d5e702d0ec1f8bc0d03]

        INTEGRATION: CWS native161 (1.12.22); FILE MERGED 2008/06/30 14:06:49 sb 1.12.22.2: #i91216# removed obsolete setup.ini entries 2008/06/27 16:27:36 is 1.12.22.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8322f4e8571cdd4dc4d703602568225308844108]

        INTEGRATION: CWS native161 (1.21.40); FILE MERGED 2008/06/27 16:27:36 is 1.21.40.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [dce1aab119261d04d9ebada98e2a17a50e193f3a]

        INTEGRATION: CWS native161 (1.20.62); FILE MERGED 2008/06/27 16:27:35 is 1.20.62.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [64d921a904d830f723c09f9a15f1b24f4cd36010]

        INTEGRATION: CWS native161 (1.19.62); FILE MERGED 2008/06/27 16:27:33 is 1.19.62.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [5af8648667704bd967f7320accd5abaceb23be8d]

        INTEGRATION: CWS native161 (1.25.40); FILE MERGED 2008/06/27 16:27:32 is 1.25.40.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3cdcf93bd52b701df0c36b4f2b848551fead2ca7]

        INTEGRATION: CWS native161 (1.17.62); FILE MERGED 2008/06/27 16:27:32 is 1.17.62.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a47fbfe1653a6df930c03b196c12ec837ef7db9a]

        INTEGRATION: CWS native161 (1.3.16); FILE MERGED 2008/06/18 10:02:24 sb 1.3.16.1: #i90749# make sure paths stored in ure-link and basis-link files do not end in a final backslash

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f52e5042ba2f0eeb04a551b0de573667ec53cb16]

        INTEGRATION: CWS native161 (1.6.24); FILE MERGED 2008/06/30 13:27:13 is 1.6.24.2: #i90919# new dependencies to avoid uninstallation with foreign product 2008/06/27 16:25:44 is 1.6.24.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [da712df8b4c143b6f40a072c21352762feb94046]

        INTEGRATION: CWS native161 (1.18.106); FILE MERGED 2008/06/27 16:26:31 is 1.18.106.1: #i90919# dependencies to ooobasis packages

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a5d5630fc4e578fe4c0eca7653d1e8ce06710d92]

        INTEGRATION: CWS native161 (1.83.72); FILE MERGED 2008/06/24 16:28:56 is 1.83.72.1: #i89001# patch for oxt file names

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [058ab43dedfc0b0c9b4de89969e7832722db17de]

        INTEGRATION: CWS ab55 (1.239.2); FILE MERGED 2008/07/04 17:03:49 hjs 1.239.2.1: have buildbots

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [6d2fff40f71dacc8068a0e4da79c9ca5624f4915]

        INTEGRATION: CWS extensionupdate02 (1.3.26); FILE MERGED 2008/07/07 05:52:33 ka 1.3.26.2: follow-ups to CWS extensionupdate01 2008/07/06 22:02:59 ka 1.3.26.1: follow ups for CWS extensionupdate01

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0f8c5ea660d83ac33287b1526762aae306cc0fdc]

        INTEGRATION: CWS ab55 (1.69.50); FILE MERGED 2008/07/02 13:01:46 ab 1.69.50.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0fc41812e4ff035f53c62c5e3677087f4b55829f]

        INTEGRATION: CWS ab55 (1.249.2); FILE MERGED 2008/07/02 13:01:45 ab 1.249.2.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [aba2219a4a544407705a558e1a6982b68cd75813]

        INTEGRATION: CWS ab55 (1.36.2); FILE MERGED 2008/07/02 13:12:02 ab 1.36.2.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b3e278121c3bbf6cc0b99a346160ceb2c8b85fe6]

        INTEGRATION: CWS ab55 (1.17.2); FILE MERGED 2008/07/04 12:48:10 ab 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2008/07/02 13:12:01 ab 1.17.2.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [596f1ce98eaf5208e76b636457cb191bdb1600f0]

        INTEGRATION: CWS ab55 (1.190.8); FILE MERGED 2008/07/02 12:57:05 ab 1.190.8.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fd8785a4df2a4b70198fa2d0849844b2e03884bc]

        INTEGRATION: CWS ab55 (1.272.2); FILE MERGED 2008/07/02 12:57:03 ab 1.272.2.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [76c183d6bf7ba77824861639ede1ee500676a396]

        INTEGRATION: CWS ab55 (1.35.4); FILE MERGED 2008/07/04 12:40:56 ab 1.35.4.2: RESYNC: (1.35-1.38); FILE MERGED 2008/07/02 13:35:03 ab 1.35.4.1: #i91158# System lucene

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e54dbdc0306d04af4a349ca8d3c60ebac19deb21]

        #i10000# fix by HJS

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9950e4383013be04da3588c992690ea965327ea4]

        INTEGRATION: CWS hb09 (1.183.2); FILE MERGED 2008/06/19 07:46:33 hbrinkm 1.183.2.2: RESYNC: (1.183-1.186); FILE MERGED 2008/05/09 14:11:49 hbrinkm 1.183.2.1: #i59022# prevent division by zero

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a0f57976f7c188314b9e8ef7a70595cbf858ad85]

        INTEGRATION: CWS hb09 (1.190.38); FILE MERGED 2008/06/19 07:46:27 hbrinkm 1.190.38.2: RESYNC: (1.190-1.193); FILE MERGED 2008/05/09 12:19:22 hbrinkm 1.190.38.1: #i61789#: Stop searching style when loop is detected

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [7e4c19f5262232f4b47a2cec529b2fe196edb103]

        INTEGRATION: CWS hb09 (1.46.38); FILE MERGED 2008/06/19 07:46:21 hbrinkm 1.46.38.2: RESYNC: (1.46-1.47); FILE MERGED 2008/06/18 11:25:38 hbrinkm 1.46.38.1: #i80398# robustness: check for NULL pointer

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e15abd2c25b4ead436141fc09cfe34a5b2dfb648]

        INTEGRATION: CWS hb09 (1.95.38); FILE MERGED 2008/05/26 09:10:14 hdu 1.95.38.1: #i89844# move external leading below the line (thanks ekato!), currently only for MACOSX

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [55bb06ddc43aee6f4a714598aaa97840ad01f284]

        INTEGRATION: CWS extmgrui05 (1.2.52); FILE MERGED 2008/07/01 13:49:13 dv 1.2.52.2: #i91241# Bring dialog to front, when trying to quit while working 2008/07/01 10:14:10 dv 1.2.52.1: #i91241# Don't allow termination, when ExtMgr is working

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a051dd4ba736d990c9a42c5a1ff11d2c37645e52]

        INTEGRATION: CWS extmgrui05 (1.2.52); FILE MERGED 2008/07/01 10:14:09 dv 1.2.52.1: #i91241# Don't allow termination, when ExtMgr is working

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1f022c8c97f84718d3585c9c0da7293775342262]

        INTEGRATION: CWS extmgrui05 (1.3.20); FILE MERGED 2008/07/05 20:28:10 dv 1.3.20.2: RESYNC: (1.3-1.5); FILE MERGED 2008/07/01 10:14:08 dv 1.3.20.1: #i91241# Don't allow termination, when ExtMgr is working

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8b302d919203f6c285d403a33df6f8655d898f2a]

        INTEGRATION: CWS extmgrui05 (1.4.16); FILE MERGED 2008/07/05 20:28:04 dv 1.4.16.2: RESYNC: (1.4-1.6); FILE MERGED 2008/06/27 11:31:46 dv 1.4.16.1: #i91132# No need to hide provider links

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f162ce5df18d42f63037ea4eb11faed66a7b483e]

        #i10000# fix by HJS

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e274a643397fb8327ca2f69c062afdb6fffbbb15]

        #i10000# fix the problems from extensionupdate01

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3eeda096f651d20b772f0ca01d8121ed6b2fc25f]

        #i10000# fix the problems from extensionupdate01

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4adb3d8a015ab1986bcb46daab363acfe4465d26]

        INTEGRATION: CWS impressa11y (1.3.62); FILE MERGED 2008/05/29 12:45:57 af 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/05 10:19:04 bm 1.3.62.1: #i73747# return LIST_ITEM as role instead of SHAPE, so that chart objects are read by ZoomText

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [332f1551ca13346c957f82a47079183f93dfad49]

        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>  [c0914d133dff42e78e839849a241faa62e94fff9]

        INTEGRATION: CWS impressa11y (1.86.44); FILE MERGED 2008/05/29 12:23:47 af 1.86.44.4: RESYNC: (1.93-1.96); FILE MERGED 2008/01/22 14:00:19 af 1.86.44.3: RESYNC: (1.88-1.93); FILE MERGED 2007/04/19 17:13:04 af 1.86.44.2: RESYNC: (1.86-1.88); FILE MERGED 2007/01/11 16:40:39 af 1.86.44.1: #i73244# Broadcasting change hints when title, name, or description are changed.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1d0b459641224286a27f5adff122e95547395343]

        INTEGRATION: CWS impressa11y (1.50.106); FILE MERGED 2008/05/29 12:23:24 af 1.50.106.6: RESYNC: (1.51-1.53); FILE MERGED 2008/01/22 11:59:11 af 1.50.106.5: RESYNC: (1.50-1.51); FILE MERGED 2007/04/25 11:45:58 af 1.50.106.4: #130728# Fixed the handling of optional properties. 2007/04/20 11:54:57 af 1.50.106.3: #129239# Fixed minor compile problems. 2007/01/16 12:55:40 af 1.50.106.2: #129239# Changed role from SHAPE to LIST_ITEM. 2007/01/11 16:37:39 af 1.50.106.1: #i73244# Added UpdateNameAndDescription() method.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4edaa0d30565d4ed163be860eda7c8b43c035f38]

        INTEGRATION: CWS impressa11y (1.25.106); FILE MERGED 2008/05/29 12:23:18 af 1.25.106.4: RESYNC: (1.27-1.28); FILE MERGED 2008/01/22 11:57:34 af 1.25.106.3: RESYNC: (1.26-1.27); FILE MERGED 2007/04/19 16:41:34 af 1.25.106.2: RESYNC: (1.25-1.26); FILE MERGED 2007/01/11 16:35:19 af 1.25.106.1: #i73244# Added classification of origin of name and description.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2be5a593339f7beb6bf3a38a598f93ed9f919c9e]

        INTEGRATION: CWS impressa11y (1.25.202); FILE MERGED 2008/05/29 12:23:11 af 1.25.202.3: RESYNC: (1.26-1.27); FILE MERGED 2008/01/22 11:57:27 af 1.25.202.2: RESYNC: (1.25-1.26); FILE MERGED 2007/01/11 16:32:01 af 1.25.202.1: #i73244# Added classification of origin of name and description.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [da51db02977ef2e5878486f515f5cbc84292cc9d]

        INTEGRATION: CWS impressa11y (1.3.86); FILE MERGED 2008/06/11 11:01:35 af 1.3.86.1: Resolved merge conflicts.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d0732df146aa1433e7df25face1e02236da18e70]

        INTEGRATION: CWS impressa11y (1.3.86); FILE MERGED 2008/06/11 11:01:22 af 1.3.86.1: Resolved merge conflicts.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3e4ede0b356b8dcb88d74aa2e745de42f674e9f7]

        INTEGRATION: CWS impressa11y (1.26.42); FILE MERGED 2008/06/25 08:39:31 af 1.26.42.1: #130728# getCurrentPage() now returns the current page even when no sub controller is (yet) set.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [51500ebea50b24d5d2508f68c249c9b83426e657]

        INTEGRATION: CWS impressa11y (1.4.30); FILE MERGED 2008/05/29 12:06:28 af 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2007/01/08 14:07:05 af 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 12:38:50 af 1.4.30.1: #i70549# Added some calls to ThrowIfDisposed().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a0a035705d5417fc95aae738a446e10cf26634f3]

        INTEGRATION: CWS impressa11y (1.9.28); FILE MERGED 2008/05/29 12:06:22 af 1.9.28.5: RESYNC: (1.11-1.13); FILE MERGED 2007/01/16 16:55:25 af 1.9.28.4: #130727# Changing role from PANEL to DOCUMENT. 2007/01/11 13:07:56 af 1.9.28.3: #i70548# Fixed resync problems. 2007/01/08 14:06:46 af 1.9.28.2: RESYNC: (1.9-1.11); FILE MERGED 2006/10/18 12:37:44 af 1.9.28.1: #i70549# Added some calls to ThrowIfDisposed().  Avoid some warnings.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [22e464f5bfe3c3655d706091a9f320e4c34a9af0]

        INTEGRATION: CWS impressa11y (1.7.28); FILE MERGED 2008/05/29 12:06:16 af 1.7.28.4: RESYNC: (1.9-1.11); FILE MERGED 2007/01/11 13:06:39 af 1.7.28.3: #i70548# Fixed resync problems. 2007/01/08 14:06:38 af 1.7.28.2: RESYNC: (1.7-1.9); FILE MERGED 2006/10/18 12:36:07 af 1.7.28.1: #i70549# Added some calls to ThrowIfDisposed().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3e88b105401bb1b9177637e32e57ee13204762bd]

        INTEGRATION: CWS impressa11y (1.13.30); FILE MERGED 2008/05/29 12:06:12 af 1.13.30.5: RESYNC: (1.15-1.16); FILE MERGED 2007/06/18 15:04:28 af 1.13.30.4: RESYNC: (1.14-1.15); FILE MERGED 2007/01/11 13:06:11 af 1.13.30.3: #i70548# Fixed resync problems. 2007/01/08 14:06:29 af 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/18 12:35:11 af 1.13.30.1: #i70549# Added some calls to ThrowIfDisposed().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3fc5478d7fce36358ef4d52fda1c69adce44dfbe]

        INTEGRATION: CWS impressa11y (1.13.28); FILE MERGED 2008/05/29 12:06:06 af 1.13.28.5: RESYNC: (1.17-1.18); FILE MERGED 2008/02/29 10:27:19 af 1.13.28.4: RESYNC: (1.16-1.17); FILE MERGED 2007/06/18 15:04:20 af 1.13.28.3: RESYNC: (1.15-1.16); FILE MERGED 2007/01/08 14:06:23 af 1.13.28.2: RESYNC: (1.13-1.15); FILE MERGED 2006/10/18 12:34:27 af 1.13.28.1: #i70549# Added some calls to ThrowIfDisposed().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b892896de40910417571a4511955f4c280b4c6d3]

        INTEGRATION: CWS impressa11y (1.25.28); FILE MERGED 2008/05/29 12:06:01 af 1.25.28.5: RESYNC: (1.28-1.29); FILE MERGED 2008/02/29 10:27:16 af 1.25.28.4: RESYNC: (1.27-1.28); FILE MERGED 2007/06/18 15:04:11 af 1.25.28.3: RESYNC: (1.26-1.27); FILE MERGED 2007/01/08 14:06:06 af 1.25.28.2: RESYNC: (1.25-1.26); FILE MERGED 2006/10/18 12:32:22 af 1.25.28.1: #i70549# Added some calls to ThrowIfDisposed().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e7431ddb8c9ffc2f32b26774197cb31d07129fc2]

        INTEGRATION: CWS impressa11y (1.25.30); FILE MERGED 2008/05/29 12:05:54 af 1.25.30.6: RESYNC: (1.28-1.30); FILE MERGED 2008/02/29 10:27:12 af 1.25.30.5: RESYNC: (1.27-1.28); FILE MERGED 2007/06/18 15:04:02 af 1.25.30.4: RESYNC: (1.26-1.27); FILE MERGED 2007/01/11 13:06:01 af 1.25.30.3: #i70548# Fixed resync problems. 2007/01/08 14:05:59 af 1.25.30.2: RESYNC: (1.25-1.26); FILE MERGED 2006/10/18 12:31:11 af 1.25.30.1: #i70549# Added some calls to ThrowIfDisposed().  Avoid some warnings.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c15f08eb6573fdd5bf3667ba4c9c9d2bf1de2602]

        INTEGRATION: CWS impress146 (1.3.14); FILE MERGED 2008/06/27 10:10:08 cl 1.3.14.1: #i70772# applied patch to fix issue mit empty masks on animated images

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3091f3fac37ea532b69868b75f043862c8e384b5]

        INTEGRATION: CWS impress146 (1.15.88); FILE MERGED 2008/06/26 13:38:58 cl 1.15.88.1: #i15900# fixed some documentation issues and changed publish date to correct one

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [7966f4db58c96ede35f42620e8701bd0004f61e5]

        INTEGRATION: CWS impress146 (1.3.88); FILE MERGED 2008/06/26 13:38:58 cl 1.3.88.1: #i15900# fixed some documentation issues and changed publish date to correct one

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2f8ad1eecdbba8a397bdeb81d79b87605d9d7822]

        INTEGRATION: CWS impress146 (1.5.14); FILE MERGED 2008/07/01 15:13:56 sj 1.5.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ae4446fb327b55d602415235a54e4ee2b6dc801e]

        INTEGRATION: CWS impress146 (1.4.14); FILE MERGED 2008/07/01 15:13:56 sj 1.4.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [287d081d4ccbdf17e17b49e7d433e27c7aeb46cc]

        INTEGRATION: CWS impress146 (1.4.12); FILE MERGED 2008/07/07 12:29:32 dr 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2008/07/02 14:24:07 sj 1.4.12.2: #i90625# taking care of api changes 2008/07/01 15:13:56 sj 1.4.12.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [01ff12acde6ad8a3655c565647c6ea6af2e31da4]

        INTEGRATION: CWS impress146 (1.4.14); FILE MERGED 2008/07/02 14:32:34 sj 1.4.14.4: #i90625# taking care of api changes 2008/07/02 14:24:07 sj 1.4.14.3: #i90625# taking care of api changes 2008/07/02 11:04:43 sj 1.4.14.2: #i90625# taking care of api changes 2008/07/01 15:13:56 sj 1.4.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [61b70c0e7d4dfc983ad20dcc91de2080797c37e2]

        INTEGRATION: CWS impress146 (1.5.14); FILE MERGED 2008/07/02 14:24:07 sj 1.5.14.3: #i90625# taking care of api changes 2008/07/02 11:04:43 sj 1.5.14.2: #i90625# taking care of api changes 2008/07/01 15:13:55 sj 1.5.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f43f06978ac6312f832a3fde1f6c392b5bf334b1]

        INTEGRATION: CWS impress146 (1.5.14); FILE MERGED 2008/07/02 14:24:07 sj 1.5.14.2: #i90625# taking care of api changes 2008/07/01 15:13:55 sj 1.5.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a240de1249db1d5acf84b1b55227459fd3f904c8]

        INTEGRATION: CWS impress146 (1.4.12); FILE MERGED 2008/07/07 12:29:39 dr 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/01 15:13:55 sj 1.4.12.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [5bae8762d0a9db248a3daf7b9307a5f63cb05d06]

        INTEGRATION: CWS impress146 (1.5.12); FILE MERGED 2008/07/01 15:13:55 sj 1.5.12.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ae3990397311523c5f1e8e530a7a93482d4308c6]

        INTEGRATION: CWS impress146 (1.4.14); FILE MERGED 2008/07/01 15:13:55 sj 1.4.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f3c03ee2b68f3ca012a5a9c6e5e399e7cddb02a3]

        INTEGRATION: CWS impress146 (1.4.14); FILE MERGED 2008/07/02 14:24:06 sj 1.4.14.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8793d8403b63e4a207fa6b087ef36eff29a0be54]

        INTEGRATION: CWS impress146 (1.3.16); FILE MERGED 2008/07/02 14:24:06 sj 1.3.16.2: #i90625# taking care of api changes 2008/07/01 15:13:54 sj 1.3.16.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [776103ebdffcfff22aeb1bbd158880f94000885f]

        INTEGRATION: CWS impress146 (1.4.12); FILE MERGED 2008/07/07 12:29:25 dr 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/02 14:24:06 sj 1.4.12.1: #i90625# taking care of api changes

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [623c9898dcee7c4f0758e91eed7a30052458ad6e]

        INTEGRATION: CWS impress146 (1.50.18); FILE MERGED 2008/07/03 08:05:20 af 1.50.18.1: #i90969# Link undo manager of document with undo manager of outliner.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1c80bab525d8dbd2083b69ffbe5ee4d90adf1117]

        INTEGRATION: CWS impress146 (1.32.56); FILE MERGED 2008/06/27 15:05:07 af 1.32.56.1: #i89785# Removed indirection when slot states are requested.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [7b605a7cb1e2e3ac890501e0b6eb1e265cadf286]

        INTEGRATION: CWS impress146 (1.1.2); FILE ADDED 2008/06/27 14:49:58 af 1.1.2.1: #i89785# Moved here from source/ui/slidesorter/controller.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2a2a7faae4b37df9952fa9054a83be63df4ced44]

        INTEGRATION: CWS impress146 (1.17.56); FILE MERGED 2008/06/27 15:03:45 af 1.17.56.1: #i89785# Removed GetMenuState method.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3cf14e00e64772458673a0585873e4e7e713f9ce]

        INTEGRATION: CWS impress146 (1.34.36); FILE MERGED 2008/06/27 15:02:49 af 1.34.36.1: #i89785# Moved clipboard related slot handling to GetClipboardState() method.  Pasting of non-page data is forwarded to DrawViewShell.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [316831406a6229d6bab7db3beb8bd9894bf4a026]

        INTEGRATION: CWS impress146 (1.3.56); FILE MERGED 2008/06/27 14:59:27 af 1.3.56.1: #i89785# SlsSlotManager.hxx changed its location.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fc708968114da176fde2fa1c75396cd81315ad75]

        INTEGRATION: CWS impress146 (1.43.54); FILE MERGED 2008/06/27 14:58:12 af 1.43.54.1: #i89785# Removed GetMenuState() method.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c543bbaaf029c63a2b145d968368ad40c810a9e0]

        INTEGRATION: CWS impress146 (1.13.56); FILE MERGED 2008/06/27 14:52:50 af 1.13.56.1: #i89785# Added GetClipboardState() method.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0ace270bb1fbc437cf605d7ff59bc596f90382ed]

        INTEGRATION: CWS impress146 (1.105.18); FILE MERGED 2008/06/30 09:52:30 sj 1.105.18.1: #i90486# added patch (removed compiler warning)

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [bec568eafd292fe9af80a2c1e0e00e934ab5986a]

        INTEGRATION: CWS impress146 (1.5.56); FILE MERGED 2008/06/30 15:20:47 af 1.5.56.1: #i90969# Keep linked undo managers synchronized.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [36b86159ae10bf67d7f5063a9c8237c23a5401a5]

        INTEGRATION: CWS impress146 (1.39.14); FILE MERGED 2008/06/26 15:15:00 cl 1.39.14.1: #i90978# fixed access to presentation family styles if a master page is inserted and style name is set later

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [14991dbcba0e874704c18d1c26e27044a295cd76]

        INTEGRATION: CWS impress146 (1.3.56); FILE MERGED 2008/06/26 15:15:00 cl 1.3.56.1: #i90978# fixed access to presentation family styles if a master page is inserted and style name is set later

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e51af367f6a918b563f46745a005a8cb487fab8d]

        INTEGRATION: CWS impress146 (1.57.18); FILE MERGED 2008/06/26 11:51:37 cl 1.57.18.2: #i90304# fixed font size for heading2 style 2008/06/24 11:18:01 cl 1.57.18.1: #i90770# for binfilter, InitNew() is called twice. do not assert if table styles already there

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4084e1b6452bca92b4e8fe756448e5e8d5e6571b]

        INTEGRATION: CWS impress146 (1.14.56); FILE MERGED 2008/06/27 14:51:47 af 1.14.56.1: #i89785# Added support for SID_PASTE2.  Clipboard slots now handled by GetClipboardState().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [471c13645e71fdc6f43fb1f4e10afbecb63e189b]

        INTEGRATION: CWS impress146 (1.4.56); FILE MERGED 2008/06/30 15:19:20 af 1.4.56.1: #i90969# Added methods SetLinkedUndoManager() and ClearLinkedRedoActions().

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2d82a4d787a89b064ac5e1490da27a89bf8f9247]

        INTEGRATION: CWS tl53 (1.122.90); FILE MERGED 2008/06/25 12:42:46 tl 1.122.90.2: RESYNC: (1.122-1.123); FILE MERGED 2008/06/11 09:11:48 tl 1.122.90.1: #55927# bidi patch for LTR case

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [50f04a716eb7c34827980c47e065e59b93966001]

        INTEGRATION: CWS tl53 (1.120.8); FILE MERGED 2008/06/25 12:42:36 tl 1.120.8.2: RESYNC: (1.120-1.121); FILE MERGED 2008/06/10 08:15:42 tl 1.120.8.1: #i67789# warning-free code corrected

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e71a7d7e8af3b3a16ff64dba23d2a65b6329160c]

        INTEGRATION: CWS tl53 (1.112.8); FILE MERGED 2008/06/25 12:42:27 tl 1.112.8.3: RESYNC: (1.112-1.113); FILE MERGED 2008/06/09 11:33:10 tl 1.112.8.2: #i88033# patch for accessibility crash 2008/06/09 09:59:40 tl 1.112.8.1: #i89379# patch for accessibility crash

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8d9504231fafa38c0a564ad61e9287a3531b594c]

        INTEGRATION: CWS impress146 (1.126.54); FILE MERGED 2008/06/26 10:59:42 cl 1.126.54.2: accept also xml:id for shape ids to support future ODF1.2 documents 2008/06/25 14:09:12 cl 1.126.54.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [572382fdc287e7a9bd332e7335bd0b66be65ded2]

        INTEGRATION: CWS impress146 (1.1.2); FILE ADDED 2008/06/25 14:09:40 cl 1.1.2.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4ef97bd58ddd4c784ad3b77f3b7a6ed1a9dc3056]

        INTEGRATION: CWS impress146 (1.1.2); FILE ADDED 2008/06/25 14:09:30 cl 1.1.2.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [5f7a740767594cded0f80deb20f106f88cd0d1fb]

        INTEGRATION: CWS impress146 (1.67.54); FILE MERGED 2008/06/30 13:57:23 sj 1.67.54.2: added newline at end of file 2008/06/25 14:09:12 cl 1.67.54.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [dba569f93e4f7070b2baef9580327060bcc693ba]

        INTEGRATION: CWS impress146 (1.23.54); FILE MERGED 2008/06/25 14:09:12 cl 1.23.54.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1ab867151d8da9dcab5f7956e07b79601f38a56e]

        INTEGRATION: CWS impress146 (1.4.54); FILE MERGED 2008/06/25 14:08:11 cl 1.4.54.1: #i91056# import shapes inside draw:a elements

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c3a46d263c32047566e502dc610e2450705c2423]

        INTEGRATION: CWS tl53 (1.10.56); FILE MERGED 2008/06/26 12:05:08 tl 1.10.56.1: #i86515# IDL fixed by renaming a file

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0f96d183029847f955382a7786774c340b61c47c]

        INTEGRATION: CWS tl53 (1.44.10); FILE MERGED 2008/06/03 14:18:57 tl 1.44.10.2: RESYNC: (1.44-1.47); FILE MERGED 2008/04/14 09:56:57 tl 1.44.10.1: #i86515# fix not matching service name in implementation vs docu

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1183769fd0194dd91f6413a3e0f9a99244665196]

        INTEGRATION: CWS tl53 (1.11.504); FILE MERGED 2008/06/03 14:19:01 tl 1.11.504.2: RESYNC: (1.11-1.12); FILE MERGED 2008/04/14 09:58:09 tl 1.11.504.1: #i82421# documentation for UserDefinedAttribute added

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [6cac2b751efe5fe5a3047f75e3f3b193dbac0ac6]

        INTEGRATION: CWS tl53 (1.1.2); FILE ADDED 2008/07/07 11:40:07 rt 1.1.2.2: Update license header. 2008/04/14 09:25:54 tl 1.1.2.1: #i86515# fix not matching service name in implementation vs docu

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d6e7bd02d94c34fb2ca2fa215d735c75493305f4]

        INTEGRATION: CWS tl53 (1.24.12); FILE MERGED 2008/06/09 12:18:24 tl 1.24.12.1: #i89379# IgnoreAllList writable again

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4ffaef1819bad33b8d6a1f273402778053736169]

        INTEGRATION: CWS tl53 (1.109.22); FILE MERGED 2008/06/27 13:11:07 tl 1.109.22.1: #i91105#: Hyperlink in import

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c38ec7399e61afa05fbfc2e0bc2223ef50723816]

        INTEGRATION: CWS tl53 (1.63.144); FILE MERGED 2008/06/03 13:48:05 tl 1.63.144.2: RESYNC: (1.63-1.67); FILE MERGED 2008/04/14 09:21:18 tl 1.63.144.1: #i86515# fix not matching service name in implementation vs docu

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f0ab13fdee79bfd55e129ccde57f26959142d0a0]

        INTEGRATION: CWS tbe34 (1.5.116); FILE MERGED 2008/06/24 14:10:16 tbe 1.5.116.1: #i85353# AccessibleFrameSelector is incomplete

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f29682c7a691ba19ba8b60747ad949419024f1f2]

        INTEGRATION: CWS tbe34 (1.24.116); FILE MERGED 2008/06/23 10:36:11 tbe 1.24.116.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ece6ee9df2c5836b01bcbe46e7e76a296378fb60]

        INTEGRATION: CWS tbe34 (1.9.116); FILE MERGED 2008/06/24 14:09:14 tbe 1.9.116.1: #i85353# AccessibleFrameSelector is incomplete

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d0d434d6d899b363281a07192675194d30c16b4b]

        INTEGRATION: CWS tbe34 (1.13.116); FILE MERGED 2008/06/23 10:31:31 tbe 1.13.116.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [deb0e7aaeafc910c6d231899c04bcbeec1f391bc]

        INTEGRATION: CWS tl53 (1.15.8); FILE MERGED 2008/06/25 13:31:46 tl 1.15.8.2: #i90975# fiy for dictionary extensions with multiple locales 2008/06/25 10:09:49 tl 1.15.8.1: #i90975# fiy for dictionary extensions with multiple locales

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a52d240b7e1b40c363a00e4441a0d4b59c9209c7]

        INTEGRATION: CWS tbe34 (1.16.8); FILE MERGED 2008/07/02 08:13:00 lla 1.16.8.1: #i69889# A11Y fixed in wizards

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9d54fee6d28d16b430cdbdffb0ffbec5b2cdf58e]

        INTEGRATION: CWS tl53 (1.17.8); FILE MERGED 2008/06/25 12:37:30 tl 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2008/06/23 08:49:05 tl 1.17.8.1: #90975# work-around to allow for a single dictionary to support multiple locales

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4a9b0b47e1dc7a7fdcfcc682d1292f148e2fca11]

        INTEGRATION: CWS tbe34 (1.8.28); FILE MERGED 2008/07/02 08:13:00 lla 1.8.28.1: #i69889# A11Y fixed in wizards

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e40d584fd09842b171bf2b1d56172321c4c67da0]

        INTEGRATION: CWS tbe34 (1.14.8); FILE MERGED 2008/07/03 15:07:05 lla 1.14.8.2: #i69889# wrong button name it was add instead of remove 2008/07/02 08:12:59 lla 1.14.8.1: #i69889# A11Y fixed in wizards

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4650ebaac5117d6c7117418ae3820458ac91b484]

        INTEGRATION: CWS tbe34 (1.11.8); FILE MERGED 2008/07/02 08:12:59 lla 1.11.8.1: #i69889# A11Y fixed in wizards

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9d85c75d359112fee0b73188d89d5b1c606617bb]

        INTEGRATION: CWS tbe34 (1.15.72); FILE MERGED 2008/06/23 12:45:32 tbe 1.15.72.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ae05c039393a7a4bfa101b557a796fd26ca298d3]

        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>  [b294a0f98bf22c0c8a8ff9e164746b658c2368da]

        INTEGRATION: CWS tbe34 (1.16.72); FILE MERGED 2008/06/23 12:44:34 tbe 1.16.72.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ab8359301bf38dc944f7b0d43a533fd070957cb7]

        INTEGRATION: CWS tbe34 (1.17.72); FILE MERGED 2008/07/01 17:06:29 tbe 1.17.72.2: #i85876# [a11y] calc: formula edit field has width of 1 pixel 2008/06/26 10:06:12 tbe 1.17.72.1: #i86112# [a11y] 'Area' labels of Calc Headers/Footers dialog not always announced

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [cf525b7de59f46f29c3e152503eaf25d76f24b86]

        INTEGRATION: CWS tbe34 (1.75.72); FILE MERGED 2008/06/26 16:55:49 tbe 1.75.72.1: #124567# Accessibility: Shapes / form controls after reload not accessible

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e4e568ce50c0a6cf842090c9da57f77d6da71760]

        INTEGRATION: CWS tbe34 (1.22.72); FILE MERGED 2008/06/23 12:43:42 tbe 1.22.72.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c4e2f228ee87946465382759e14dbe7c8ec09e3b]

        INTEGRATION: CWS tbe34 (1.33.72); FILE MERGED 2008/06/23 12:42:35 tbe 1.33.72.1: #i82480# [a11y] Orca Insert-f to get text attributes doesn't work when you are in a spread sheet table cell

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0e256e2cff0792f00c83dd7b5b0390d3c48b9789]

        INTEGRATION: CWS tl53 (1.33.74); FILE MERGED 2008/06/25 12:36:28 tl 1.33.74.3: RESYNC: (1.35-1.36); FILE MERGED 2008/06/03 13:46:33 tl 1.33.74.2: RESYNC: (1.33-1.35); FILE MERGED 2008/03/18 12:44:13 tl 1.33.74.1: #i74724# missing implementation added

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f7770be4eda3b0022e5c8ff8a99a5947f34d99fa]

        INTEGRATION: CWS tbe34 (1.46.70); FILE MERGED 2008/06/27 11:42:21 af 1.46.70.1: #i71355# Forcing focus event broadcast when changing wizard pages.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [00c917a057d4c25bc63000678044d5b3b9cc1797]

        INTEGRATION: CWS ab53 (1.13.26); FILE MERGED 2008/06/25 15:35:38 ab 1.13.26.1: #i70283# #i80433# Changed Basic/Dialog extension handling

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e675ff2677eb459823b23419ed6cd8eb9e17c1d7]

        INTEGRATION: CWS ab53 (1.14.42); FILE MERGED 2008/06/25 16:07:08 ab 1.14.42.1: #i70283# #i80433# Changed Script/Dialog extension handling

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0d4e43a5a60e39eaff697bccf04bbe15281f0f7c]

        INTEGRATION: CWS ab53 (1.8.62); FILE MERGED 2008/06/25 16:04:31 ab 1.8.62.1: #i90796# Removed obsolete code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1b4c4f23984f1387f7bf0ac786ba797c397ddbab]

        INTEGRATION: CWS ab53 (1.11.62); FILE MERGED 2008/06/25 16:05:13 ab 1.11.62.1: #i90796# Removed obsolete code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ca01d66faacea68d2ca255a9587fb0bffe4d279c]

        INTEGRATION: CWS ab53 (1.4.10); FILE MERGED 2008/06/06 13:13:18 ab 1.4.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [e5d41efb79b589617a3be39430ae403a8e6afa21]

        INTEGRATION: CWS ab53 (1.3.10); FILE MERGED 2008/06/06 13:13:18 ab 1.3.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f5e86c1afd63fa113ac072316529c4e3e02d9976]

        INTEGRATION: CWS ab53 (1.9.10); FILE MERGED 2008/06/06 13:13:18 ab 1.9.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [f2c3bbaae0add3ca9509a6903a1a7dbd81d9a3c1]

        INTEGRATION: CWS ab53 (1.6.10); FILE MERGED 2008/06/06 13:13:18 ab 1.6.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [415ad363ebeffc6e07b129a54026a77814560eba]

        INTEGRATION: CWS ab53 (1.6.10); FILE MERGED 2008/06/06 13:13:17 ab 1.6.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8fce3aa218709836c2a13541ef313916f18a5035]

        INTEGRATION: CWS ab53 (1.7.6); FILE MERGED 2008/06/25 16:09:52 ab 1.7.6.1: #i70283# #i80433# Added support for extension libs

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [51fd122e9695198de8978136ac898624c1fa45b3]

        INTEGRATION: CWS ab53 (1.21.10); FILE MERGED 2008/06/24 15:23:15 ab 1.21.10.1: #i89523# Removed include of moptions.hxx

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a3d295ae88cd56cddd570d49beaf0df3275759ab]

        INTEGRATION: CWS ab53 (1.24.10); FILE MERGED 2008/06/06 13:13:17 ab 1.24.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [5000df458ed89fbe000cb78952e37b3d9c0661fc]

        INTEGRATION: CWS ab53 (1.64.10); FILE MERGED 2008/06/06 13:13:17 ab 1.64.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0dbf199f41298dc6f9f97ee0bc70e3e8428ca9f5]

        INTEGRATION: CWS ab53 (1.28.10); FILE MERGED 2008/06/06 13:13:17 ab 1.28.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d4ff74179e092e8c95122382d9b9f9b29f5d58d8]

        INTEGRATION: CWS ab53 (1.5.10); FILE MERGED 2008/06/06 13:13:17 ab 1.5.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8959acacacf9c2cb189139fc21c9c8c492ab8dfe]

        INTEGRATION: CWS ab53 (1.25.10); FILE MERGED 2008/06/06 13:13:17 ab 1.25.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b1196e602b9879d5d80aaef8de81242073194675]

        INTEGRATION: CWS ab53 (1.25.6); FILE MERGED 2008/06/06 13:13:17 ab 1.25.6.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9e51ae714da13e152b9715f4c2b0c5d64b24586a]

        INTEGRATION: CWS ab53 (1.14.10); FILE MERGED 2008/06/06 13:13:17 ab 1.14.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a73939c104d1596c35faf554e37b63132a1343e8]

        INTEGRATION: CWS ab53 (1.43.10); FILE MERGED 2008/06/06 13:13:17 ab 1.43.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ef41ff072d2bab5ebdb7b137852b2d0fdf7f19ed]

        INTEGRATION: CWS ab53 (1.36.10); FILE MERGED 2008/06/06 13:13:17 ab 1.36.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4a4d4ea3896ed7193b64b3d10289da4f82234a3a]

        INTEGRATION: CWS ab53 (1.49.10); FILE MERGED 2008/06/06 13:13:16 ab 1.49.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [257fa6b546764a1ff2b665fabca8389fd7ef7f3c]

        INTEGRATION: CWS ab53 (1.45.8); FILE MERGED 2008/06/06 13:13:16 ab 1.45.8.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [63100e6fa14713d9b0bb673920f7792863fb55ad]

        INTEGRATION: CWS ab53 (1.8.10); FILE MERGED 2008/06/06 13:13:16 ab 1.8.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [509064c31db0588eb618ee75f88f3bec80172e86]

        INTEGRATION: CWS ab53 (1.21.10); FILE MERGED 2008/06/06 13:13:16 ab 1.21.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [da2d11a263858c6d09699ebc8c274964253239a5]

        INTEGRATION: CWS ab53 (1.9.10); FILE MERGED 2008/06/06 13:13:16 ab 1.9.10.1: #i89523# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a3e3e3fa74a4e67f61d6fde89a06adb43f9f39e3]

        INTEGRATION: CWS ab53 (1.80.46); FILE MERGED 2008/06/06 10:58:44 ab 1.80.46.1: #i90162# Use INET_PROT_NOT_VALID as hint for keyword search

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c7cbe00b5af8de5210fb9eac092f56eead8330be]

        INTEGRATION: CWS ab53 (1.11.118); FILE MERGED 2008/06/27 07:14:06 ab 1.11.118.2: #i81045# Fixed Fedora warning 2008/06/19 09:24:29 tkr 1.11.118.1: #i81045# security: macro execution allowed

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [cc8170b811857f6750e95ee75146dfe8bc82789b]

        INTEGRATION: CWS ab53 (1.24.118); FILE MERGED 2008/06/19 09:24:28 tkr 1.24.118.1: #i81045# security: macro execution allowed

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [dbc6d49b6cc3e76aefdc57d2fd0b8e21740a9b48]

        INTEGRATION: CWS ab53 (1.36.4); FILE MERGED 2008/06/19 09:35:34 tkr 1.36.4.1: #i90295# smoketest options dlg fails

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a3e74d91e62db3922d603b72adc03b818d4f357d]

        INTEGRATION: CWS ab53 (1.28.4); FILE MERGED 2008/06/25 15:58:53 ab 1.28.4.1: #i90796# Fixed ArrayoutofString function

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [446f06011259368dc923bccdd1e79ca9d4091ef8]

        INTEGRATION: CWS ab53 (1.16.112); FILE MERGED 2008/06/20 06:48:01 tkr 1.16.112.1: #i47763# synchronous html import

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [6fbf7af9bdd60eb908b5cfcdbeb950b82ec173fb]

        INTEGRATION: CWS ab53 (1.49.112); FILE MERGED 2008/06/20 06:48:01 tkr 1.49.112.1: #i47763# synchronous html import

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ff09ed094d6b1d9b41f482a5b349c4fd9e80d857]

        INTEGRATION: CWS ab53 (1.26.112); FILE MERGED 2008/06/20 06:47:28 tkr 1.26.112.1: #i47763# synchronous html import

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ebc7dc58a50549e6ad8715c11a198312decef471]

        INTEGRATION: CWS ab53 (1.26.24); FILE MERGED 2008/06/25 09:45:48 tkr 1.26.24.1: #i91017# add CreateInstanceWithArguments methode

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [848c6b2e5981fc6a90ed7947c15d98b342217a27]

        INTEGRATION: CWS ab53 (1.18.24); FILE MERGED 2008/06/25 09:45:26 tkr 1.18.24.1: #i91017# add CreateInstanceWithArguments methode

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [273cbb409d2204823793665da34f41684a5b3adc]

        INTEGRATION: CWS ab53 (1.36.26); FILE MERGED 2008/06/25 09:45:09 tkr 1.36.26.1: #i91017# add CreateInstanceWithArguments methode

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fdac521062b64439bd6ab126e386e92b03208bc4]

        INTEGRATION: CWS ab53 (1.20.26); FILE MERGED 2008/06/25 09:44:28 tkr 1.20.26.1: #i91017# add CreateInstanceWithArguments methode

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d27a8a2f94cf0f40189ba76f086499538f06cec3]

        INTEGRATION: CWS ab53 (1.4.26); FILE MERGED 2008/06/25 15:33:08 ab 1.4.26.1: #i70283# #i80433# Changed Basic/Dialog extension handling

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9aff5bfafccfe7452de999c8558c5173234af94d]

        INTEGRATION: CWS ab53 (1.52.26); FILE MERGED 2008/06/25 09:43:50 tkr 1.52.26.2: #i91017# add CreateInstanceWithArguments methode 2008/06/06 11:36:50 ab 1.52.26.1: #i88930# Initialize bNeedIntrospection in initializer list

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3f11fc7c094436f6d4f299e9919619ccd8ccb49f]

        INTEGRATION: CWS ab53 (1.11.12); FILE MERGED 2008/06/06 12:39:58 ab 1.11.12.1: #i90005# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9fb2cec81c6befb1b2687738634d55b192be3289]

        INTEGRATION: CWS ab53 (1.15.12); FILE MERGED 2008/06/06 12:39:58 ab 1.15.12.1: #i90005# Removed unused code

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b769ccbe4fb743a33f064ded8ea0e9dfcfc5e2c8]

        INTEGRATION: CWS ab53 (1.21.12); FILE MERGED 2008/06/25 14:21:47 ab 1.21.12.2: #i90797# Added support for extension libs 2008/06/19 09:14:49 tkr 1.21.12.1: #i90797# show marco list correctly

2008-07-07  Vladimir Glazounov  <vg@openoffice.org>  [7ed32af33888f34308932aa68170cff08bdd1563]

        #i91393#

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [600523d7d6d8edbb92f1db2626e5130cc25c5c4d]

        INTEGRATION: CWS mib08 (1.104.12); FILE MERGED 2008/06/30 08:24:52 mib 1.104.12.2: #90986#: syntax 2008/06/24 12:18:54 mib 1.104.12.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [eeba314162302190882545e4d0a3506ad37ecce8]

        INTEGRATION: CWS mib08 (1.40.28); FILE MERGED 2008/06/24 12:17:40 mib 1.40.28.1: #i90986# fo:clip, #i78085# style:vertical-pos

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [22fad654917a2b9cc1676cb8bfc834ff97d95ee7]

        INTEGRATION: CWS mib08 (1.40.12); FILE MERGED 2008/06/24 12:18:54 mib 1.40.12.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3ff6e1cc4c39f4eba42e330bf74f3ca6802c9c9e]

        INTEGRATION: CWS mib08 (1.11.28); FILE MERGED 2008/06/24 12:18:54 mib 1.11.28.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2499dc4523b39ea2a3edf8cf713dcd1ce6e5d059]

        INTEGRATION: CWS mib08 (1.24.28); FILE MERGED 2008/06/24 12:32:33 mib 1.24.28.1: #i84993# automatic style names

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [85af375e86dcd42d23325df9eaaff476b7037fc4]

        INTEGRATION: CWS extensionupdate01 (1.238.6); FILE MERGED 2008/07/01 23:36:46 rene 1.238.6.1: #i10000# typo fix; autoconf

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1565e86dfcdc1b8abe6cbe9e05fbd084466714d0]

        INTEGRATION: CWS mib08 (1.8.28); FILE MERGED 2008/06/24 12:19:29 mib 1.8.28.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [c2417e901c8bfa7004a983d57fdbc14eea16c8be]

        INTEGRATION: CWS mib08 (1.100.12); FILE MERGED 2008/07/04 06:33:18 mib 1.100.12.2: #i90986#: syntax 2008/06/24 12:20:24 mib 1.100.12.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [6a771bc2b47526b3f9795b16b9464a136c83b0cc]

        INTEGRATION: CWS mib08 (1.5.28); FILE MERGED 2008/06/24 12:21:47 mib 1.5.28.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [d92843a14b79f0d71249f533d58ffcd03eb132e3]

        INTEGRATION: CWS mib08 (1.7.12); FILE MERGED 2008/06/24 12:21:47 mib 1.7.12.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1f96dd7b95470f03975d7b64128adbac63ad269a]

        INTEGRATION: CWS mib08 (1.6.28); FILE MERGED 2008/06/24 12:31:01 mib 1.6.28.1: #i84993# automatic style names

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fae6e272cce1cd063bb8884728945bf8f9c04c69]

        INTEGRATION: CWS mib08 (1.5.28); FILE MERGED 2008/06/24 12:21:00 mib 1.5.28.1: #i90986# fo:clip

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8f90c11aef5a56f7a9aa6414ba9f5959660375ea]

        INTEGRATION: CWS extensionupdate01 (1.1.2); FILE ADDED 2008/07/01 09:49:59 ka 1.1.2.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ee9e3bca3b6977f9acaa4a945b9951812be4dfcf]

        INTEGRATION: CWS extensionupdate01 (1.3.22); FILE MERGED 2008/07/01 09:54:59 ka 1.3.22.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8ba855927f2cfe6b7c27968cd4a5bcd063eb6b12]

        INTEGRATION: CWS extensionupdate01 (1.6.12); FILE MERGED 2008/07/01 09:54:58 ka 1.6.12.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [abde10cc437980ac6ac26cc97acac339ade18480]

        INTEGRATION: CWS extensionupdate01 (1.3.22); FILE MERGED 2008/07/01 22:36:59 ka 1.3.22.2: syntax 2008/07/01 09:54:58 ka 1.3.22.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [92357e1ed2c4e28b908be1b688f12eb7f00babb2]

        INTEGRATION: CWS extensionupdate01 (1.1.2); FILE ADDED 2008/07/01 09:49:04 ka 1.1.2.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [49788e901e44fb7eaf49934186c384bcce1d12a1]

        INTEGRATION: CWS extensionupdate01 (1.2.14); FILE MERGED 2008/07/01 09:52:48 ka 1.2.14.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [81cbe9f80db1ee7e57d1c53a6cf37e42a144bd18]

        INTEGRATION: CWS extensionupdate01 (1.2.64); FILE MERGED 2008/07/01 09:52:47 ka 1.2.64.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [7205d698e784aca01b486e5aea3b4f75b81efddc]

        INTEGRATION: CWS extensionupdate01 (1.11.14); FILE MERGED 2008/07/01 09:52:47 ka 1.11.14.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a2f38454fb0464426fae4ad57eeb9322e5281783]

        INTEGRATION: CWS extensionupdate01 (1.5.58); FILE MERGED 2008/07/01 09:52:47 ka 1.5.58.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [a8677b63f272642fb1d281b127f4877f32f8452c]

        INTEGRATION: CWS extensionupdate01 (1.3.34); FILE MERGED 2008/07/01 22:36:59 ka 1.3.34.1: syntax

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [ecc7a92414144bb3099fba5838a41a48ab7e54ef]

        INTEGRATION: CWS cwscheckapi1 (1.9.12); FILE MERGED 2008/06/23 21:14:48 cn 1.9.12.2: #i90897# remove issue i90896 because its duplicate to i90511 and this is already fixed 2008/06/19 20:40:43 cn 1.9.12.1: #i90897# update knownissue list

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [73f647e12bb655ab9122c968649d3615034f54f8]

        INTEGRATION: CWS cwscheckapi1 (1.8.4); FILE MERGED 2008/06/25 09:42:03 cn 1.8.4.2: #i90897# update lists 2008/06/19 21:05:40 cn 1.8.4.1: #i90897# update knownissue list

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [62da65f773ee45df0842f077825c45238f78d715]

        INTEGRATION: CWS cwscheckapi1 (1.10.4); FILE MERGED 2008/06/25 09:42:03 cn 1.10.4.2: #i90897# update lists 2008/06/19 21:05:40 cn 1.10.4.1: #i90897# update knownissue list

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [dd4b225c1a71ddace03fb8fea50de55c09c34baa]

        INTEGRATION: CWS extensionupdate01 (1.3.16); FILE MERGED 2008/07/01 10:00:09 ka 1.3.16.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [96476e44bd0e0e76cf8b634e47115a19deed8eed]

        INTEGRATION: CWS extensionupdate01 (1.2.16); FILE MERGED 2008/07/01 15:29:02 ka 1.2.16.2: removed platform identifier 2008/07/01 10:00:09 ka 1.2.16.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [7a1b71d43863d9740eec8d3fd94bd97cb5e08a23]

        INTEGRATION: CWS cwscheckapi1 (1.2.8); FILE MERGED 2008/06/27 12:34:16 cn 1.2.8.2: #i91008# enhance possible parameter 2008/06/25 11:05:58 cn 1.2.8.1: #i91008# enhance possible parameter

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [5491e99c339268dc7b23b3b7ba616654ba70298e]

        INTEGRATION: CWS extensionupdate01 (1.15.20); FILE MERGED 2008/07/01 22:37:42 ka 1.15.20.4: syntax 2008/07/01 15:27:36 ka 1.15.20.3: removed platform identifier 2008/07/01 10:00:08 ka 1.15.20.2: #157193#: updated extensions 2008/06/25 11:57:56 mav 1.15.20.1: #i90055# allow shared installation

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [41c68466eaacbcee30981bfeddd4cbd730016700]

        INTEGRATION: CWS cwscheckapi1 (1.2.8); FILE MERGED 2008/06/26 13:56:24 cn 1.2.8.4: #i91008# enhance possible parameter 2008/06/25 20:25:02 cn 1.2.8.3: #i91008# enhance possible parameter 2008/06/25 20:23:02 cn 1.2.8.2: #i91008# enhance possible parameter 2008/06/25 11:05:49 cn 1.2.8.1: #i91008# enhance possible parameter

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [8a622b76a2566a13514f285d6cb60600e8a3a4ab]

        INTEGRATION: CWS extensionupdate01 (1.1.2); FILE ADDED 2008/07/01 09:56:12 ka 1.1.2.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [82603b3c2bc9b9219c2b84f03c613c8fd1b05e49]

        INTEGRATION: CWS cwscheckapi1 (1.2.8); FILE MERGED 2008/06/25 11:06:48 cn 1.2.8.1: #i91008# enhance possible parameter

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9c4fc37e15d85b40943892f6c841790510487c0e]

        INTEGRATION: CWS extensionupdate01 (1.17.16); FILE MERGED 2008/07/01 10:00:08 ka 1.17.16.1: #157193#: updated extensions

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9ab3ae93cd10cfe2a94fd846081031896516b7bc]

        INTEGRATION: CWS cwscheckapi1 (1.2.8); FILE MERGED 2008/06/25 11:06:47 cn 1.2.8.1: #i91008# enhance possible parameter

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [097445768a706b75a93d4d110c194454ec4727b6]

        INTEGRATION: CWS extensionupdate01 (1.271.6); FILE MERGED 2008/07/01 23:36:53 rene 1.271.6.2: #i10000# typo fix; autoconf 2008/06/25 13:00:23 mav 1.271.6.1: #i89383# integrate the patch

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [98daf9b285ee6efe5f9e8d3d84df25ffbc6702c3]

        INTEGRATION: CWS extensionupdate01 (1.28.46); FILE MERGED 2008/07/01 22:39:25 ka 1.28.46.1: delivering pdf import extension

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [0ac7604e724cc90026787089f601945708197710]

        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>  [617d8d5e4730a33111e04cfd18a63b8bbd60682d]

        INTEGRATION: CWS extensionl10nfix01 (1.2.18); FILE MERGED 2008/06/26 14:03:55 af 1.2.18.1: #i90990# Removed Addons.xcu.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [1efd6abda32484c5b807bc3927e23be706a676ab]

        INTEGRATION: CWS extensionl10nfix01 (1.3.18); FILE MERGED 2008/06/26 13:58:28 af 1.3.18.1: #i90990# Removed Addons.xcu.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [be1d9101d98dd807bb124dc13b8a7eb2affa1b95]

        INTEGRATION: CWS extensionl10nfix01 (1.6.8); FILE MERGED 2008/06/26 13:57:55 af 1.6.8.1: #i90990# Removed Addons.xcu.

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [89d4498ae5f08d03603285e4b31fa1e9299e72c2]

        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>  [854812584862d0609b695682d2bfea2667d75c00]

        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-07  Rüdiger Timm  <rt@openoffice.org>  [6f62d70856434a6d471afb89153ce05aa917cbfc]

        INTEGRATION: CWS extensionl10nfix01 (1.17.12); FILE MERGED 2008/06/24 13:03:42 mav 1.17.12.2: #i90935# use correct encoding 2008/06/24 12:47:48 mav 1.17.12.1: #i90935# use correct encoding

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2af49a6d4a0a1ae0f165ba22cc1cb96f9f32bec1]

        INTEGRATION: CWS calcfixes30 (1.79.46); FILE MERGED 2008/07/01 15:18:42 er 1.79.46.2: #i91259# ODFF: read/write automatic intersection .... operator 2008/06/27 15:51:19 er 1.79.46.1: #i87468# NextSymbol: +-1 offset error in 1e-2

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3ffaf52de8f63441d4b5bc73f3a682b6953f29ce]

        INTEGRATION: CWS calcfixes30 (1.58.88); FILE MERGED 2008/07/02 09:59:52 er 1.58.88.1: #i91294# ODFF: store ERRORTYPE as ORG.OPENOFFICE.ERRORTYPE

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [4698fa460d67f3b6a5a2025e1400fbf8b31c8e8b]

        INTEGRATION: CWS calcfixes30 (1.88.84); FILE MERGED 2008/06/27 17:15:53 er 1.88.84.1: #i89047# CalcAll: clear lookup caches to ensure that changed calculation options make it through

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [827aff054bf9a0c03d717dfa1d87af21a15f883a]

        INTEGRATION: CWS calcfixes30 (1.73.60); FILE MERGED 2008/06/27 17:15:53 er 1.73.60.1: #i89047# CalcAll: clear lookup caches to ensure that changed calculation options make it through

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [9494757c055fb3b3b9e083d4eeeef7b7db138863]

        INTEGRATION: CWS calcfixes30 (1.112.60); FILE MERGED 2008/06/27 17:15:51 er 1.112.60.1: #i89047# CalcAll: clear lookup caches to ensure that changed calculation options make it through

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [aebd7744ac1dc37b32cb68bd740d098f2e1f823b]

        INTEGRATION: CWS calcfixes30 (1.37.62); FILE MERGED 2008/07/01 15:18:42 er 1.37.62.1: #i91259# ODFF: read/write automatic intersection .... operator

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b5731baf6ea6ca5d4da77674a90777a5493f91f1]

        INTEGRATION: CWS calcfixes30 (1.11.28); FILE MERGED 2008/06/30 10:08:04 er 1.11.28.1: #i89963# empty String is const now, BufferAccess not allowed; applied patch from i82487

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [09979946875949c0f451c86d4934cc7726c61876]

        INTEGRATION: CWS os116 (1.158.26); FILE MERGED 2008/06/09 12:28:40 os 1.158.26.1: #i90502# MouseMove: cursor on objects works again

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [407b0df585f10362051befece1bd9a9c3191dae7]

        INTEGRATION: CWS os116 (1.119.54); FILE MERGED 2008/05/22 14:36:15 os 1.119.54.1: #b6629700# insert AutoCaption when dropping a picture

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [3c99b8e30e1a3cff5f516cd3bcd5f07757cde952]

        INTEGRATION: CWS os116 (1.8.54); FILE MERGED 2008/05/23 09:53:03 os 1.8.54.1: #i89820 typo fixed

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [b97d472fbc73b80fe472d021743495a5787bf340]

        INTEGRATION: CWS os116 (1.105.54); FILE MERGED 2008/06/09 07:48:47 os 1.105.54.2: RESYNC: (1.105-1.106); FILE MERGED 2008/05/27 12:37:12 os 1.105.54.1: #i82544# late init added to make show variable fields work in headers

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [fa7fe0d70a6bf63a2b9c1eecf3aadc15871b5614]

        INTEGRATION: CWS os116 (1.34.22); FILE MERGED 2008/05/27 12:37:12 os 1.34.22.1: #i82544# late init added to make show variable fields work in headers

2008-07-07  Rüdiger Timm  <rt@openoffice.org>  [2db5f3b7bb78069a2ad89a1fcc45c4846e191708]

        INTEGRATION: CWS os116 (1.11.54); FILE MERGED 2008/05/27 12:36:41 os 1.11.54.1: #i82544# late init added to make show variable fields work in headers

2008-07-07  Lars Langhans  <lla@openoffice.org>  [80cb444f54d7574d206b1899fe7f83368a3627f6]

        #i86509# remove wrong c5t_win, it's only on windows

2008-07-07  Lars Langhans  <lla@openoffice.org>  [120c33ca8c2f52cea7da3ce9b9da6e5f0af1b0d2]

        #i86509# cleanups

2008-07-07  Lars Langhans  <lla@openoffice.org>  [065b2d0d8d51938ef51077fa5ccec3a77c25dd08]

        #i86509# add dep

2008-07-07  Lars Langhans  <lla@openoffice.org>  [9c4a7372c78eb0324aba43829e16bbe64b0b4046]

        #86509# cleanups

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e54e50b729c27deb27cd9d121d49197acb602daa]

        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>  [1a0289b0d7a364f29e80b3b03773862997e9b9b6]

        INTEGRATION: CWS iconupdate300u1 (1.29.34); FILE MERGED 2008/05/16 12:15:49 ka 1.29.34.2: #i89469#: renamed Default theme to Galaxy theme 2008/05/14 14:43:28 ka 1.29.34.1: #i89469#: added Classic theme

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [fa30bbd3f86af057ec924b58ff0de07c56f8589f]

        INTEGRATION: CWS icondialog (1.48.98); FILE MERGED 2008/06/27 07:40:36 cd 1.48.98.1: #i91099# Fix crash resulted by not checking uno reference for XGraphic

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1391e65602fa103403e42dfe97a5c1f71f23e35d]

        INTEGRATION: CWS nomacmozab (1.16.50); FILE MERGED 2008/07/01 20:01:31 fs 1.16.50.1: #i91209# no Mozilla-based address books on mac OS X

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8ff37d0c29eefd7e2e792d6450d55de105a20629]

        INTEGRATION: CWS nomacmozab (1.20.50); FILE MERGED 2008/07/02 04:13:49 fs 1.20.50.1: #i91209# proper default for MacOSX

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c491d431764b817e7222d13a5b0bf8de9b014975]

        INTEGRATION: CWS iconupdate300u1 (1.240.12); FILE MERGED 2008/05/05 11:20:28 hjs 1.240.12.1: #i82268# classic8 -> classic

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [48c51f39ecb541d939c04218abdf51d63d2a6fa5]

        INTEGRATION: CWS icondialog (1.69.18); FILE MERGED 2008/06/27 11:54:33 cd 1.69.18.1: Fix commands with wrong properties that reference images. Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a5cdf2867dfb71f47a60e8d2faaf72991b2174bd]

        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>  [6f3e2350e107ce6abb254043f8876f862e27bdf0]

        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>  [417e614364cf7dda31f4ab147c773bbc5f332dbe]

        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>  [1238956793f4044fd388c4cac4bc27a460731f54]

        INTEGRATION: CWS nomacmozab (1.249.4); FILE MERGED 2008/07/01 20:00:36 fs 1.249.4.1: #i91209# no Mozilla-based address books on mac OS X

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8d351ef0eaccf75ef1cc4cd15f6d03bfbc4de3d6]

        INTEGRATION: CWS nomacmozab (1.294.4); FILE MERGED 2008/07/01 20:00:32 fs 1.294.4.1: #i91209# no Mozilla-based address books on mac OS X

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7af7ed2576e6a669c893cde801967394ec2bc7e8]

        INTEGRATION: CWS iconupdate300u1 (1.50.18); FILE MERGED 2008/05/14 14:43:28 ka 1.50.18.1: #i89469#: added Classic theme

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f0b310388ca50cc01d0a899f5d704b44dc7a6cd1]

        INTEGRATION: CWS iconupdate300u1 (1.1.2); FILE ADDED 2008/05/05 11:16:35 hjs 1.1.2.1: #i82268# - tarball with reduced icons, linked in issue i82268; repackaged due to internal directory name change

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6efec4b13e1074be5a7f88a16a39499ddee5fb36]

        INTEGRATION: CWS iconupdate300u1 (1.10.4); FILE MERGED 2008/05/15 15:14:41 va 1.10.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [73b8e5e9eb78f6d2f82e01d6b5ea0dc26d830742]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:41 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6c3dc03cd61578350c649739621f706b4cd1fbd1]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:14:41 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0ca13a2244046fe985ac8e88423856192da8d446]

        INTEGRATION: CWS iconupdate300u1 (1.4.4); FILE MERGED 2008/05/15 15:14:40 va 1.4.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3fe94da93cc63f4155db35327dd9e9bcbb120d0b]

        INTEGRATION: CWS iconupdate300u1 (1.4.4); FILE MERGED 2008/05/15 15:14:39 va 1.4.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4225e6451af9ed676b68b64ea7865bfd393437f4]

        INTEGRATION: CWS iconupdate300u1 (1.8.4); FILE MERGED 2008/05/15 15:14:39 va 1.8.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7742e85723b71c29b8061692a551ecfba4b1489c]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:35 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d2ad678514b0ff9f9a1135b0b507f410aa5cdc1d]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:34 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4b41582e3de332e0cd3494e54b6f83bf14606ebd]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:34 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b811825ac7de05706a6caa4bf56a5ac451724c36]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:33 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [470394274895760d09a40458257ba37d824e9af6]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:33 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [039d04843b78904d738f1f338d64c6977267f353]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:32 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [84fcaff886aa9de27216fe0c91222df7f96ed68f]

        INTEGRATION: CWS iconupdate300u1 (1.1.248); FILE MERGED 2008/05/15 15:14:32 va 1.1.248.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3496e6aa43977e9dbc76c80b5090cac5f41b15e0]

        INTEGRATION: CWS iconupdate300u1 (1.1.248); FILE MERGED 2008/05/15 15:14:31 va 1.1.248.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e6d45fda259f3b4a63bb4b99cef962cde1cd66f3]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:31 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [49f4d632dd9bc2c1b21b830bf31512340d6d8183]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:25 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [022042dce04af3d97c8ae00b6f2cc076ec519942]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:25 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4343a15b7306c2c2c76222b1d1f00fdd8847c563]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:24 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [02a673885a4e8f3b98ce0ff12434c82de2c5bea5]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:24 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b6fc5f0bda6bfc34b7c67a404821840d38a2acaf]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:23 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6a3c9ee75a82bb89e90da7aca6784ddb99ada35e]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:23 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:06:01 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [60feb5d223c72f9f3209f76b1d7bf47b686e0401]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:06:01 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8f380ded29470201ee93b226c4044c1654d4c7db]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:22 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:06:01 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4387d02bc62bdf84c6dbc8e8822a6a01e5d42a6c]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:21 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:06:00 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b14b2790a8856d5f494b1d5c0b96ff95e8578cea]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:06:00 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3a2da8efafcef4e87568d9671c2b2e48191c47a3]

        INTEGRATION: CWS iconupdate300u1 (1.3.134); FILE MERGED 2008/05/15 15:14:20 va 1.3.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:06:00 va 1.3.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b3896b41efdd39d7d73bab999d0d62e324848aee]

        INTEGRATION: CWS iconupdate300u1 (1.3.134); FILE MERGED 2008/05/15 14:06:00 va 1.3.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [92e73666119c5a97cb7dd598e0e8cc9bcae4ce28]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:20 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:06:00 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [11ceebd8a8864624bb0d8195a0816771beaa5a9b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:59 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ddfd824bfb3a42273f111a64c94a18a7d968ce0b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:20 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:59 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [849939b3d4eba66f1faae06e9ff185c8c9ec5496]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:20 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2ac4c63d5fc5dfa6d6ec27413e73fb9f796d2fab]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:19 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [569c89e6b699f2e2c76bb5ef339b656f262f4270]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:14:19 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a83d41468051d1be28acb6d370e269143caab5c5]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:18 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [be1078173a340c36949bd84cbdc9cc46bb0b4e8b]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:59 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [73433b284fa834efcefe7bc99a12115bf93e2705]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:58 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f3b0e4e3a9c41e165cc72c1004341a7daf6f51da]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:58 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [22bc47a16dd83d15e1d436acaef78091d5b315a3]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:57 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [350ac13cf9b29cd58ed9f43ae81e2be7d12e874a]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:56 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [100fa8e0e8be1e38ffa77eb48e04b17a53b30140]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:56 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e9613d3a99cdecca80c4c76885f86f97b4e753d2]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:07 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [29c10fd3e4d51ff033c6fcc712434535be51cecc]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:06 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:55 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cad09541900d842ec94aa6f959a8482c61e5934c]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:55 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b2543f14178b8d713d459964a55da18a6aa750fe]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:14:06 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d3818798139932c327fe3c3c6e619f2b46a7adf7]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:06 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [577e3900133e780e030c60522dad28c75cb3b24d]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:14:05 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [386db2bfbf0c8d2d2f14214dcd15ed221c189dd2]

        INTEGRATION: CWS iconupdate300u1 (1.10.4); FILE MERGED 2008/05/15 15:14:05 va 1.10.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6f1adf60fe4eebf675478b393778777ba7b5f5e0]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:05 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [653c841d62ab32ae40fc3df9d93e0530e2afe969]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:14:04 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [32b925f51730b057b48a69c68699aabe19acd471]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:04 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:55 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cb3bd927d9c42afb110c7db6523607ef795565d8]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:03 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f5c976b045b0a4bc019dfaf3bebc1167f08e1e0d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:14:01 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7342eb2e4a2e00db5b8ba4b5c1e117f2ba40d56b]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:59 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b52232953139d5feb43d8d043dc304bb334f9d72]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:57 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a8d5be91be133d9e8b688ec1ff1c752aec85abd0]

        INTEGRATION: CWS iconupdate300u1 (1.2.18); FILE MERGED 2008/05/15 15:13:57 va 1.2.18.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a9bf5d8c5dc0d47262deaf42bce98679399afe5c]

        INTEGRATION: CWS iconupdate300u1 (1.2.18); FILE MERGED 2008/05/15 14:05:54 va 1.2.18.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3bca89482f613b8ecc6b3fe9cb569a1e1599fb54]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:56 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2d23b027ae936e8b8a0760b26ef891f1eb5fb5e6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:54 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9e971d5691e326e71dd1c2766df0975fc87add92]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:54 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [35e42356b986a83735ed10abe0002d18f4655d87]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:13:55 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [07064801e81ca722b7128b10c5732e3e8a849b94]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:55 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c6decf495b08eec24316e6d3302f7d218588ea38]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:54 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [09c95e3823f13effab4987a82183d0b27e9a973c]

        INTEGRATION: CWS iconupdate300u1 (1.5.134); FILE MERGED 2008/05/15 15:13:53 va 1.5.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4116a5a88569ebddb2c79f61430e87711c0b4fcb]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:13:53 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3dba52160152ecc9bec1e63eeb6c69ebdd0133bc]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:52 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8141a70ed45a5bfb2e502e51600416047b07466d]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:13:52 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [402f9e70fdfce7434c2a284906090d551952cbac]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:13:51 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d6033fd65ca7db33f7b412e03a067bcae9f6c512]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:50 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8e3e41ba396b4eb9d2c5e202c38ca267014a40c6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:50 va 1.1.274.3: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:53 va 1.1.274.2: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by: 2008/05/15 13:04:13 va 1.1.274.1: #i87044# Changed icon style to Galaxy Theme. Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f08616b6fc2b2f3c1332ea3210114363320ccf3d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:49 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [481cf06433cfa8bd684c40983623887602b46783]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:48 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e73c4c24993ddc09cac5869a861166eec3149ac7]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:47 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [db43d9e063b2d91399c613bc697d8d864c137a69]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:46 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [52020c0f6e62af2ff2ca036c250f6722318be24e]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:45 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e1f49c45e3598d7656ec16ad86c2832c07128a64]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:44 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ea91a74f4152c7e7f66cf39041981f033d0faefd]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:43 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [269a6705d3d39e67e41da506681db8b38b61a97b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:42 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [dc585f98ad527a76aa3c4e1f163de926b83b8305]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:41 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b4b1477a852132ba37eb8371bd158da1db747341]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:40 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [811ef1c0cb3e12cd390c0a3ecc691ef8c4b94973]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:39 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [dffd8b057a12f0b3620d4cedc0a8bc265004a349]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:38 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [98cfab0e71c4a40e5bc421ccdb544c91cfc37af6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:37 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [14107613eebcf59e21aa40e6305d0ed81b8bdf79]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:35 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [10b2ae27f40eda9d3e9b3c89c1f612a033b3cd87]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:52 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9f24ec1dcaf60e79da329ec997ed9737e4663704]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:33 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [df72f2c425655e5e39915c4f63d23c68e049fd94]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:30 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ec73a7c7e846e31cabb7b75fbe5dbc02ec9140bb]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:29 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b82cb06163ae12d7e2c9a8c549dea78caa428e77]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:28 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a2a97fa4bd4ec770ef9179777aeb615dc84d21d1]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:27 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0550106a984d8f945c14d4ef6362f3ea6656804c]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:13:25 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [34cacbef789f765c98f9846786f88e1b8753655d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:24 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4d52abc0bebe3bbd3b16c0a5c1f455f0896e6f60]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:23 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [40c29572fd4f937f2fbc93baf0ef3203634ded87]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:22 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cc02c66183f20c090098af914d0f5f5c925383c3]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:21 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a836485f21a5ef5ae54d193dbcf7362e6b3e1a4a]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:20 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f188f3d8bdea0fca37c9d9115be71b7177e58692]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:19 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cd4e08b7a156803497d016b9f93a2e34ee2b6f87]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:17 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d6156d469e59d234ce7213f63a6d6c7f29b77e28]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:16 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f54305d0653d31ce319ca559329ee693b85f89e2]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:13:15 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b1ef5f56417ed03c600d212dd86b559651a6ace4]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:14 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b705cc0f0373c77b8338b1f24cc4a970a79d971f]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:12 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [812123032016f9e48c496ad4c017c7fcf1c69292]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:11 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [404c0b4fe954f4b9292c33361017fd1725f5084a]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:10 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:51 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7133c6c53d25fc842dac3ef123d474b5102d5a2d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:51 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7cafdd66ddf43e571e37ba6221dba114ae4bd5e3]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:13:10 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b91f639379e9768aa4091f03cab679aa97fdd811]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:10 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [05b1cb39cffa2df815cfc3dce82c3cdad173a153]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:51 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0c7196766623cb9f78ab7ffd2a08bd548ec998ae]

        INTEGRATION: CWS iconupdate300u1 (1.8.4); FILE MERGED 2008/05/15 15:13:08 va 1.8.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [85919f6498469d9ccba50acc07660518c6b176b6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:13:07 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a0c15b2dc015a490ee3a648e9ae922f515b39e8b]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:13:06 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [80a5c5770b73e452f24c4926e26432cdc17f2713]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:13:04 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [001fb769ee81e9605b024f275955195ce40d2d36]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:13:03 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [03ba83ab2f7e1a34b276c5b1810d4bc84f24cde2]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:13:02 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0b3abe3bb85848d8179e4badd7723e17e02c032a]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:59 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9d782d4915d87e3e09fb5e8fa3a19d0db9e9f594]

        INTEGRATION: CWS iconupdate300u1 (1.3.210); FILE MERGED 2008/05/15 15:12:59 va 1.3.210.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cfccc7b8981a8e185f7430eeecfc7a1f6dd8e769]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:12:59 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [af8832694ca78ae1e9c008dad61873ba33d11fee]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:58 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a2136795b2c885d1f7a48ad8a24552c536048459]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:12:58 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [01af2f06390ff35870a451fef37b66a87b235ef9]

        INTEGRATION: CWS iconupdate300u1 (1.3.210); FILE MERGED 2008/05/15 15:12:57 va 1.3.210.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f99225183778ba6878e2269ab8b0344ddd996c61]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:57 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e081dec1ae639b40ec079e129af8c3f72b38000f]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:12:56 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d8d785f5b075698fd1a141eaa867ae4a0b2d57f6]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:12:55 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [bab8df89dbce527441d898f4d85a9828677fa407]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:50 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7068fb60c95d931bf24937614e1c7fd4cb7182c4]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:54 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [578a3a32cd5531df69ede72ca4fe5e66017b7785]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:53 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6fdf90a3bfa82b24c04b3994a5bf579f46e8dfe7]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:53 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c8a1aa79aa318a6f987fa08ebffcde642f053aea]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:52 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c710a93b1ea8c38d202a314a24a6ed1c5a21301b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:36 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [100fdd572fb9c23ca2de4f200507452e2438536d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:35 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [46adc4c0cdb7252b70449681042d65291cc8aa73]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:34 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d9492a7cb705a5d1f568bdf48f138c4bb00ef195]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:33 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [990d5229350599a7526020f919dde56086953d67]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:32 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9e7fb3c916533616cecd2a51c53437e6a2961dfb]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:31 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [26ebbf91e897c57bd538d0be1d110c59da4ce610]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:30 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7e809719e99cd5d856ff48d329d49bbda0ee9a33]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:12:25 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9bc1d942cc2d318167324bd6ba2f0417a7807c9d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:21 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b5fca7ddaa1c8782b20ef974ce0c95b808796201]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:44 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [54554ed274a8dad9bee2b3a6d978ae42ec769265]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:15 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [adc3be163660b4b2883f3d10f2a84d0bcb226e7e]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:14 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [fb73f8818e81a417169336a3a5c093c7445f904a]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:43 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6e65acad48cf13a139fc8f25e2357a10aa0ae467]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:42 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8b747cb2ddce8949ee1a019664663621f2515525]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:12 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:42 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4087cfdbb71cc08a9688f7cbfa34cc702dd54905]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:11 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:41 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5e44822a7fb842752420d5942ac9b3e6579d6b2d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:41 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ab6e0a17e8ee237e6c6e18f9ea89acbf7d02724a]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:12:10 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5a20f0a140675dad78301e05983e46a1ab97170f]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:12:09 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:40 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [445b80cc9254dcdd31c87566f7e33f712f966f52]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:40 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f62a639ef8deea335377ea3392d8dac0c79b1ad7]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:12:08 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6fbcbe5bfc0f7a43ce35af592fb1883fbef90174]

        INTEGRATION: CWS iconupdate300u1 (1.3.220); FILE MERGED 2008/05/15 14:05:39 va 1.3.220.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [901a92391c20431ac90299366a3ea6dea4254ac3]

        INTEGRATION: CWS iconupdate300u1 (1.1.268); FILE MERGED 2008/05/15 15:12:04 va 1.1.268.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:39 va 1.1.268.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c680554927b659dd90f1b7e9215ee32dc6ab3a56]

        INTEGRATION: CWS iconupdate300u1 (1.1.268); FILE MERGED 2008/05/15 14:05:38 va 1.1.268.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9fd26ffb63b6493a431ec446889dcb59d10b7188]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:38 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [38558d652c1af364b92d5ead8847a54167ec2ad6]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:02 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d719a584db00ec9a9470c8dfa8548556ede0109d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:12:00 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c17788c3f5da541ac23b8cf54de7e18c340bc0aa]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:59 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [874960466b9b4add9652beda4ca0ca9e41a3ac00]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:59 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0467ed3d2f2801b8a1d4941e5a06b4ac32e4469e]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:37 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [69779b56ea87f5b01e4408a143c53bf4ad4079e5]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:58 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ddd25872c99202c10f311344bb9d9d85001ea902]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:58 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [06597c7f2e11a95577bcb005eeeac5984afd933e]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:57 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [12f73be9b469286b7d5a9e89a7ef8ce2208bd02a]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:56 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ceaf24d49cc0f70c23c27a362ebaf7db0590bcca]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:36 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2df799574b5d814be178abccc7e64dd6db4e651e]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:55 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cd6d9d09d058a7c8cb3a75ad675d25c35841533b]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:55 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f60a1b232d36e38f781fb1d5a6e0e5d4aceccb00]

        INTEGRATION: CWS iconupdate300u1 (1.2.24); FILE MERGED 2008/05/15 15:11:55 va 1.2.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a1fa57e682761e70fabd5f6b6ca9d7e36dc80407]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:54 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [fb0074f44e17e623bcba2fc29e57c4211fcc1e27]

        INTEGRATION: CWS iconupdate300u1 (1.3.24); FILE MERGED 2008/05/15 15:11:54 va 1.3.24.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c9e25dafdd4278b561eea3b1165f33c8056f91ac]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:54 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:36 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a5c0e9e5a0beb7d8014ea1d307d25b79b11a7039]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:53 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:36 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [acca2614e5877ee4b1b7fc95afc5db0a276ba1a4]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:53 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [207fa65b58807330d9cc18271744db2711621db3]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:53 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:35 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [97b6a9bff3aa497e8b256fd6821b0821a99a4a9a]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:52 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:35 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c05b5d4debdd6c6d15c3815ce6b9d7850cdc22ee]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:51 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:35 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b0b59b3ced588de8dd390111d0a858dd640aba3f]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:51 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:34 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [30feb98f977184da09d9bf4b6ef48557f17b9141]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:50 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:34 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [331c96346bb9e82771394797545d4596ca8d680e]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:49 va 1.2.134.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:33 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8dabd05213672e0876e9b2007af0c3e983c70e37]

        INTEGRATION: CWS iconupdate300u1 (1.1.268); FILE MERGED 2008/05/15 15:11:47 va 1.1.268.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [50e63c632215acf9837bc8b48ab592fb1a11e33e]

        INTEGRATION: CWS iconupdate300u1 (1.1.268); FILE MERGED 2008/05/15 15:11:46 va 1.1.268.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3457867b221a6489d0d8847d30a5ed47fc92db3e]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 15:11:44 va 1.2.134.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [51ffb00094a83d2955acc758e1772be5397f86a2]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:44 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6736f2f24f690c03aa3b8a01ac7dba90b10bf0a4]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:31 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6d28df503df3a50355719650d3221da0b09930b8]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:43 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2153e9959363f9b28eab45e08240f4003637879b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:30 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2b848547d312a9dcb7306991f5a5a98b8a143814]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:30 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8fe1fc19ff050a2db450b281d4fa2186690b7a3c]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:29 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4516fa4230af1620e45ac9d30736cb378fe9b867]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:11:39 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [801e95d695ce7e0a3fe80beb9d78f62b31a2467b]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:11:38 va 1.1.274.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:05:29 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1e7329e3ba0ea894b82ceb439f5251b60bef2cf9]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:29 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [435fc11e696258ff3982184460d34af2bb987b17]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:11:38 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c32a22ec5de0dfced5bdc07aa23ff167145936c6]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:38 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ef626aba0f78173dbea7a7c3829c353183b8ebd0]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:11:37 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [78aa4dbb417e6044232d597a13724130eae16c1f]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:37 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [10a50b82515cd85d60ab4df1af592ae34ed36628]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:36 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [60549be7e76a8b9bbade74bac64df4506e8f6e3d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:11:35 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2d4a16f09a16f5d7bc18b668ec1d5fc5728d0278]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:35 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5ee64bd9ddb42f9291f2f8b900947104307d6f7d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:34 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [48286c5c934964ab5966e475b0dba38c897d5a35]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:11:34 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8cd80bfe3052a8e951abd68562b8fede921332f5]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:11:33 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ad0d33f30aff10ea94246da741225bb0aa7ab3b0]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:11:33 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [79d2fd6f61105e748cdfe99f5022fd7f979dfef5]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:21 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8d600c808e0884e872e7bf55eb9fd9432c5dd9d9]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:20 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [47972f6af2cd66aeec01c340a042f273689d7129]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:20 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [814db54d9248ab40eeedf9e18aa2b8fc6a1a99d3]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:20 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7b851c71120676fe49e324a54d4aafe1205f6265]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:19 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5f80f13f2ebf7daf855a2b0edea19b9b83cbc966]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:19 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b84a959f2305bec17341d91eeb79dd080a2a81c1]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:05:19 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d41b373e3fd762d5a40a1179daf5e6954bcd3e77]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:18 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a7fb65bb70b58aed9a290feddd81570f9462327d]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:18 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7b42cb34527b697cfb96be8e465b4aead60f8d9d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:17 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4b4777236a062724ff57695471c05f5b79e2ef79]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:05:17 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [09052e990a8fcfb13b08c5dbdd9653404c0272ff]

        INTEGRATION: CWS iconupdate300u1 (1.2.220); FILE MERGED 2008/05/15 14:05:17 va 1.2.220.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9992d538f964040c8560058f9f663535987fd5f6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:16 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [48ef79480bc3709993f4afd097932c0b74f89899]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:05:16 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ee9ec77822be905b28e09bfa8d047c7e39b27dcc]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:15 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5ba179fcfce348839fb6e025eab2821ca7cf0465]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:15 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c979f6473427f592099cfd62aedc91b47fba47eb]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:05:15 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [82127b6b051a73071908659c762d126efd2583c9]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:15 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8123c92a137a80cbc6325e59bba5663ac00345dd]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:14 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [63d2b67232379f642d062bae77ab6ccdcd3b66ca]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:14 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1fc9461f40bc9a5f84094f148b740b9d51025b38]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:13 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c2751a6f5aefbc346775bdcb62e2b370356e5e72]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:13 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1e39e7363c00f7eb905d52efd6f35f620869bc08]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:10:23 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [600d7081099a03eca0058a05abb1fbcaa4db4ed4]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:12 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [46b5e141c9d8d7e4642359ef688f581917cb4b73]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:12 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6835e74635e0b75964cce850de51444dd7247bba]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:11 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e34d5c66805b62094fedc3a8b4dba790e0ae7b09]

        INTEGRATION: CWS iconupdate300u1 (1.2.220); FILE MERGED 2008/05/15 14:05:11 va 1.2.220.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2d8967750a447ed2176f74946d6723ee2f22c588]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:10 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [da28d68cdee1726c785d5952439644554fcd6aa1]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:09 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cf353dc416c88395478659e2bed526964872f8d6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:08 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [dd27748cda369b12eadb3442cd580e51d9ed3fae]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:05:08 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [403d82ee140dcddacb58f904467742c3a31dd046]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:05:07 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [837877106f450a78ce6d549f070b031f103718b2]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:07 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b1bdd302cc50e8bfaf2ab760adef552621ef91e4]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:07 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [80be0b9e4beff148d4dde2e3239cbcc17e6d7320]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:06 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e120e5bdb5a887f9553b39a8313c3d0029147c77]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:06 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1b2a4ca00d0b254a4548fb26eb33161ac7f313c2]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:10:07 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [19b646e9d037b7a8beecd94fe638b427ad651bbf]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:06 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6ef54e0c86ff3888eaa854cbca5f9946f558232d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:05 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5509956763a1cf75e05d9829d12cc77a8bd2b3da]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:04 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [fdecda6ccf7d908e963d0c2e9d0c69cb587f1ee5]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:03 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a20c062e4c25572d3474b4363a8d3de2baca040c]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:03 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Vladimir Glazounov  <vg@openoffice.org>  [0f54d954d90a6ab725a866db0c90d03a5a2dc993]

        #100000# additional global dependency

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [aef646b1f5bcb3f565fc69cfd8026c739cf0c748]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:03 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [11e43ad7bcc9d979fac7c2fadcd5495d152b5db8]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:02 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7295fc8d535ee18d4d80a8d7cae2bdcd63bd6b48]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:05:02 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e7444d3552e30c6cc6efc7215753b87c9ba09847]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:05:02 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ec581604653815c11e37b095004f425458cff1a5]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:01 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [47535824094af0beb23d64bf412ddb40bbd8f989]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:05:01 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [fa4783ab115c9edfd68636f64caf9bd6f7b733e5]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:05:00 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9b24c8e2c85c530cc0c1e7fb81d8976ab4c2c958]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:05:00 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [88616a6ea4ef11eb56c5133222425b1002ad8e80]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:59 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6b5928cb3e6ef21228a962fc4094789592f119c8]

        INTEGRATION: CWS iconupdate300u1 (1.2.220); FILE MERGED 2008/05/15 14:04:59 va 1.2.220.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [bfce5111155854381de428d8f56ee3ccdc94afd6]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:04:58 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3e04296982e95dbdfb30c3e2ff40609044b307b4]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:57 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [de684ab016622de0f74fd3d7a75ec98537a801e8]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:57 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5e582ee0a30a0cbd89a7933e504278c10cf56fef]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:04:57 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ac295c192c4e4f3d3a2757baeba69979ba3386c8]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:56 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d55922ee0d92d1bd22e7d318162f81bf47c717ac]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:56 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d35a7155d17d89293439d1aa0f19b055d3df7495]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:55 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6f289607c1085f4ee02248ffe64ebbf51b9d42c9]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:54 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9a57ab5b744da54be9cec65b96a11bb1f706d4f6]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:53 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [745d092a3c93365f56fb75038ee79b64d460bff3]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:53 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d61f4be7103ef5e8e244f8a3049813475a45d0f8]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:52 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Vladimir Glazounov  <vg@openoffice.org>  [fa1e6eb01017c6ca796e0b494e8329490efdafd2]

        #100000# new dependency: needed cppumaker

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c15f5e4e17272f5ffcc6f704ed10441471352d17]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:51 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a17a60aab70fe562be9258d1424c7f32a6edd6e6]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:51 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0807a87f4c7bc3e0488bbbaba7cf88b68c6c17da]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:50 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9c580c7ac7f15ebad2d7169b27ef271ce3c4f931]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:49 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1139bde207489f9f0aa8f043ad0b4d03c093740f]

        INTEGRATION: CWS iconupdate300u1 (1.2.220); FILE MERGED 2008/05/15 14:04:49 va 1.2.220.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [cd58049b137af170c952429934824477f9a16f7d]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:48 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5ce769a6694d23e76f9ba513becc28c681045a1f]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:47 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [b98fe355c2f952c9b156ece252ea352e71e6c253]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:04:47 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7820331796d0b2d28516239e3c72ca607ef6f1c4]

        INTEGRATION: CWS iconupdate300u1 (1.2.246); FILE MERGED 2008/05/15 14:04:46 va 1.2.246.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [66262350946442a666f7b1b0b5c29b26b0e0194d]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:46 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8e39cc779400e27c58ea91bee1c87b2aff8f9fe9]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:45 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ea241bf9c2b72e1e65fdcb66bbfab526296b9bc6]

        INTEGRATION: CWS iconupdate300u1 (1.2.266); FILE MERGED 2008/05/15 14:04:45 va 1.2.266.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [bb9c352035706b17b429c65d13f6f61253eeacac]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:44 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [38cb1c6816f51f11a39defe78a9458028adc83c6]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:44 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [30577dddbf6ce9a0f2825808787655bc921486f7]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:57 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e42ac329c54f8ba4e12bcf4a83819e7fc022828f]

        INTEGRATION: CWS iconupdate300u1 (1.2.26); FILE MERGED 2008/05/15 14:04:43 va 1.2.26.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [570b7d0ce1344a0e2fcc2ad5333fae4c3c1d8b0a]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:43 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [76b37a499e5fb586c67541c5d9c257a4c8a0c917]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:43 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [77320527d2e240e357fad186394b0e5407f310d0]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 14:04:42 va 1.3.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [03754eb29a2755a4728b802a2dd51cbf9f55907f]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:42 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e25d72ffb1b5cd1f9030c72f85128c329b772ba0]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:04:41 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [056ec6bac32c829cc78a2fafb40e858cdb88d07c]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:41 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a318e8e696052d8a7500496f29fcff56ef51c28f]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:41 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [33853f254f1d44f9dd435ff00e7abb3c4adad0ed]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:47 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [1938e7d84c21eb30e921726f2acedabdbfebeddb]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:46 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0e2de21d7c94c52188a4520b463d47dbdd5f782e]

        INTEGRATION: CWS iconupdate300u1 (1.2.236); FILE MERGED 2008/05/15 15:08:46 va 1.2.236.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8fbc5ee6f77f09047130910a86d9f4161e7eb9b6]

        INTEGRATION: CWS iconupdate300u1 (1.2.26); FILE MERGED 2008/05/15 14:04:40 va 1.2.26.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7aeabbb209a558de10ff4b2b56d81e15e315d609]

        INTEGRATION: CWS iconupdate300u1 (1.2.236); FILE MERGED 2008/05/15 15:08:41 va 1.2.236.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [5cce227f7b769b7c723a26e58af33ff6a7b6fba4]

        INTEGRATION: CWS iconupdate300u1 (1.2.236); FILE MERGED 2008/05/15 15:08:40 va 1.2.236.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7610e2144dfbb952bea7b35b65929db4a7310a45]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:39 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [97505e4c25d34ba89c9c5a14b8747296c9b90a5e]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:28 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [29e5b3046f4fe24612952f7315154f78d219caf2]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 14:04:38 va 1.1.274.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [285ebe59228207584f5a1b348a072e0870b7e97b]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:38 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [4c34a9bfee177d266c214f378fcd10ce262bdbd7]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:08:19 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8bc4ecd67f8af1e9574dc1b878f448718d8eef04]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:08:16 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [253139fca18735fdce7d5ff39673d2ea6c534adb]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:08:15 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [11cdff78541b3d65b7292b438aa21282981097bf]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:08:14 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [51a64fffa313547f6200819fc4d38dc766ba78cb]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 15:08:14 va 1.2.72.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e7fe1301a699d05f961ad152457d66768ae7539b]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:13 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a7d8f0d2bc6810606b765105c5156df536161920]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:12 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [dcef1ebe8673651bac63386674039206b0523bee]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:04:37 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [57c4788f840903a51d3ac07bd80fdf76141be35a]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:04:36 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [d24c653d01d7a2319c9a8f0311fb9ffc03d5c4d5]

        INTEGRATION: CWS iconupdate300u1 (1.2.134); FILE MERGED 2008/05/15 14:04:35 va 1.2.134.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [77cd059f43cba1a0984ecc621eccf72b19fab053]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:08:11 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [3bae9223be1559783c4446fbe336512c885eaf05]

        INTEGRATION: CWS iconupdate300u1 (1.1.274); FILE MERGED 2008/05/15 15:08:10 va 1.1.274.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [00bf32a30da3f4fa4caf0a67f875315665f6e5bf]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:08:07 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [464c02ffb89b11af4537552c2d4db3827afd9dcc]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:08:05 va 1.3.4.2: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by: 2008/05/15 14:04:34 va 1.3.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0f10176ee1a1eadd7fdd0c85e6c0be89e6fef56a]

        INTEGRATION: CWS iconupdate300u1 (1.2.176); FILE MERGED 2008/05/15 15:08:04 va 1.2.176.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0554c8971d537c6ec5e42eed2a32fcdf31efb33b]

        INTEGRATION: CWS iconupdate300u1 (1.4.4); FILE MERGED 2008/05/15 15:08:04 va 1.4.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8c0fbfc3e8c0b39db226bfa9353cb2a40fbbae7e]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 14:04:34 va 1.3.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [07018392c00347b8ed5a1a49222f4ed163f0e0b2]

        INTEGRATION: CWS iconupdate300u1 (1.2.58); FILE MERGED 2008/05/15 15:08:02 va 1.2.58.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0d8cd98fc363c42db6caee405dd7d6184b64bb20]

        INTEGRATION: CWS iconupdate300u1 (1.3.124); FILE MERGED 2008/05/15 15:08:00 va 1.3.124.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [90678689f5d82c57dc4d1cd9c9f95e1f674a6708]

        INTEGRATION: CWS iconupdate300u1 (1.2.148); FILE MERGED 2008/05/15 15:08:00 va 1.2.148.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Vladimir Glazounov  <vg@openoffice.org>  [dcc85c87ce216aab88ba9fda965994ecf5b4f8e5]

        #100000# additional global dependency (needed bootstrap.uno.dll)

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0cd2679fe7d915ba5015afd876f1b02ec793eb39]

        INTEGRATION: CWS iconupdate300u1 (1.2.72); FILE MERGED 2008/05/15 14:04:33 va 1.2.72.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f88429930363d93ed2c42b57f81bb4c64c756d13]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:07:59 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [de3ecce82c34298149961f3921de0156899890f0]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:07:57 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f08f8a60cdd2f88596fae6be5e84760fc813f5ce]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:07:56 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [287a6a2a5609e326812dd941c82cbf43adc2395f]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:07:55 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [db17c2255887b9cda2eb22aa76f0acbc5a4f293d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:07:54 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [0c81ba8228ac22730ef9b8c048754682526c1082]

        INTEGRATION: CWS iconupdate300u1 (1.2.28); FILE MERGED 2008/05/15 14:04:33 va 1.2.28.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [7d6de869f5ade8e02f54ff3d58e74d36842cb2f7]

        INTEGRATION: CWS iconupdate300u1 (1.2.28); FILE MERGED 2008/05/15 14:04:32 va 1.2.28.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [2944f2a0cb901e4b4917e03e193ec8b34894b0c7]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:07:52 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [9da6fa97b3e52fb1b62276f293d194cb40997cb2]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:07:52 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [108198454f112efa01562a79f2dcfed83be8e003]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 14:04:32 va 1.2.4.1: #i89512# 2nd Step of Icon Update for Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6aedec36c46843c949904f9d9b7e30baf61b571d]

        INTEGRATION: CWS iconupdate300u1 (1.2.4); FILE MERGED 2008/05/15 15:07:51 va 1.2.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [40ee12dd263a51d7c1693d939b1f71288f8b0263]

        INTEGRATION: CWS iconupdate300u1 (1.5.4); FILE MERGED 2008/05/15 15:07:49 va 1.5.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [8c201cc15214ecbbd5bfcef0b9fb87c70b76427f]

        INTEGRATION: CWS iconupdate300u1 (1.5.4); FILE MERGED 2008/05/15 15:07:48 va 1.5.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [c256a3dfbc4fd105283b4c50bdf1321584acd5ee]

        INTEGRATION: CWS iconupdate300u1 (1.5.4); FILE MERGED 2008/05/15 15:07:47 va 1.5.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [ad1816dc7257084e84140a0bb5e3f55313efa914]

        INTEGRATION: CWS iconupdate300u1 (1.5.4); FILE MERGED 2008/05/15 15:07:46 va 1.5.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [be0cdd89d92c8cc5c32c1282969d18e7cd727116]

        INTEGRATION: CWS iconupdate300u1 (1.5.4); FILE MERGED 2008/05/15 15:07:45 va 1.5.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [f787fd95a72a4fe55d06862c7bed9cd118b54147]

        INTEGRATION: CWS iconupdate300u1 (1.2.32); FILE MERGED 2008/05/15 15:07:43 va 1.2.32.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a0d28a6d70f9419500474ac54ec5ada383c7e3df]

        INTEGRATION: CWS iconupdate300u1 (1.3.4); FILE MERGED 2008/05/15 15:07:39 va 1.3.4.1: #i88058# Reduced size of high contrast icons Issue number: Submitted by: Reviewed by:

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [6d30b88d810349dc8feaea97aca9be06b36d10a9]

        INTEGRATION: CWS iconupdate300u1 (1.149.12); FILE MERGED 2008/05/14 14:30:49 ka 1.149.12.1: #i89469#: added Classic theme

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [a28f1ab10f4ba77b4a6eef7872bed57f42733052]

        INTEGRATION: CWS iconupdate300u1 (1.6.4); FILE MERGED 2008/05/05 11:18:44 hjs 1.6.4.1: #i82268# classic8 -> classic

2008-07-04  Rüdiger Timm  <rt@openoffice.org>  [e2474aab1b7d51d5380de07d5bccd793c23fdab3]

        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>  [ec6e135b0e3432a55f89174662c942d75e6d5aad]

        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-03  Vladimir Glazounov  <vg@openoffice.org>  [7e808e7a8f74ad0333f93f7f658dc966d56fdc33]

        #i10000# fix for WAE for solaris

2008-07-03  Rüdiger Timm  <rt@openoffice.org>  [796f652eca412899e2a3d2e7f0e6e24776326255]

        #i10000# Disable optimization for qnametostr.cxx when on linux 64 bit. (Otherwise I get 'cc1plus: out of memory allocating 80999912 bytes after a total of 38473728 bytes'.)

2008-07-03  Rüdiger Timm  <rt@openoffice.org>  [97ee7b59b83a19e36685b00b9e3e5f499cb0931d]

        #i91319# Conditionalize dictionaries.

2008-07-03  Vladimir Glazounov  <vg@openoffice.org>  [f000adad418fa41e35f38962be0b5b233a5775b8]

        #i10000# no fastsax anymore

2008-07-03  Rüdiger Timm  <rt@openoffice.org>  [8aa8d19538ce8664df7f91b78c9d15b869edb043]

        #i10000# Namespace rtl.

2008-07-03  Rüdiger Timm  <rt@openoffice.org>  [a726d03086eb2d1bc7f1ff64e54f73a7a44e71e2]

        #i10000# Avoid 'may be used uninitialized' warning.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [e54acd324c6f81217dbfde255b4006c9481d003a]

        #100000#fix for missing type for solaris

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [899bf0f5dc08698e0d80fac733f89adb5ae6729d]

        #100000# added missing global depedency

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [674a938aeb7c501f86776b322831835c5650b291]

        #i10000# new configure

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b81ba92ce077700f4a4f0c47254981859ba1b29d]

        DEV300

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c15e19e5685f006c854610498c4a1b2db8f560f7]

        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>  [dc5411097f00f373ee3accb431d97b49cfa0ea6f]

        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>  [51de9c73c87c9337f8ba3968bab28685080ffc18]

        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  Rüdiger Timm  <rt@openoffice.org>  [a5dffda52ce5a68c130f1294872603c0ebbf8917]

        INTEGRATION: CWS impress145 (1.71.110); FILE MERGED 2008/06/19 13:33:03 sj 1.71.110.1: #i90885# fixed import of ole placeholder graphics

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b4ddd7d3c0a5063a5f92d89eafbcc0533caf9970]

        INTEGRATION: CWS impress145 (1.42.108); FILE MERGED 2008/06/18 12:47:41 cl 1.42.108.1: #133503# do not crash on empty master page

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [50e999692f999e62f4648ca5773131de033615c3]

        INTEGRATION: CWS impress145 (1.79.108); FILE MERGED 2008/06/12 09:56:30 cl 1.79.108.1: #i73436# added static implementation id for uno tunneling

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4dca178a93e4f09d983be9336bf06fd7a82f5c01]

        INTEGRATION: CWS impress145 (1.49.110); FILE MERGED 2008/06/12 10:56:58 cl 1.49.110.1: #i73436# added helper class to create models with persistens for drag and drop

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f16b3c001ab4863a3290d8a4e185ab0441e45030]

        INTEGRATION: CWS impress145 (1.28.108); FILE MERGED 2008/06/12 10:56:58 cl 1.28.108.1: #i73436# added helper class to create models with persistens for drag and drop

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3caedc4cb03706a8737c1a1081b73a72796ed9d1]

        INTEGRATION: CWS impress145 (1.1.2); FILE ADDED 2008/06/12 10:56:58 cl 1.1.2.1: #i73436# added helper class to create models with persistens for drag and drop

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [80ba954f9b741976c5e5fb1e5f18b2961746882a]

        INTEGRATION: CWS impress145 (1.32.108); FILE MERGED 2008/06/18 11:54:18 aw 1.32.108.1: #i85887# need to invalidate BoundSnapRects when 3D Scenes volume changes

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6b7567443e40b78edee94457c23e3782294255f5]

        INTEGRATION: CWS impress145 (1.7.108); FILE MERGED 2008/06/12 09:55:37 cl 1.7.108.1: #i73436# added static implementation id for uno tunneling

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1de23a27adbc967676d2cd5f7b92bd70cc923086]

        INTEGRATION: CWS chart27 (1.30.28); FILE MERGED 2008/06/10 08:24:43 iha 1.30.28.2: RESYNC: (1.30-1.31); FILE MERGED 2008/06/09 13:38:43 iha 1.30.28.1: #i72331 Wrong error indicator placement for standard deviation

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5447d8bd8c0a52d6a2997bc1c33054c7e3493089]

        INTEGRATION: CWS chart27 (1.10.30); FILE MERGED 2008/06/23 09:10:33 iha 1.10.30.1: #i90976# propagate property CharEscapementHeight

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b667656d9a1dc8c78c7b491f0243c1569602c5bb]

        INTEGRATION: CWS chart27 (1.24.16); FILE MERGED 2008/06/09 13:39:21 iha 1.24.16.1: #i72331 Wrong error indicator placement for standard deviation

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [25ee5fa89625f1c83a2b899bc3f00fb79317222a]

        INTEGRATION: CWS chart27 (1.20.28); FILE MERGED 2008/06/09 13:36:25 iha 1.20.28.1: #i72331 Wrong error indicator placement for standard deviation

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ab4f55c863028c9c56bf096eaf8c51ba31e14d26]

        INTEGRATION: CWS chart27 (1.43.16); FILE MERGED 2008/06/09 13:51:05 iha 1.43.16.1: #i72331 Wrong error indicator placement for standard deviation

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4a1680c2a7bf417e03e289a1d681b35a9dbf408f]

        #i91236# Get changes from CWS notes6.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [32c598e84030b26d85ba75cc35a3063d49ed9d50]

        INTEGRATION: CWS chart27 (1.5.30); FILE MERGED 2008/06/03 15:45:28 iha 1.5.30.1: #88498# Inconsistent tranparency in Stock Chart

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [063f889c57e2077b008908688db8a1a4aeb95fec]

        INTEGRATION: CWS chart27 (1.13.30); FILE MERGED 2008/06/10 08:24:46 iha 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED 2008/06/05 09:10:42 iha 1.13.30.1: #i88972# XY (scatter) with large numbers goes wrong

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1a77991d10e422185d16cb2e24f8d806bed09611]

        INTEGRATION: CWS chart27 (1.8.30); FILE MERGED 2008/06/20 14:24:41 iha 1.8.30.1: #i90931# removed wrong default for GradientStepCount

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [68276375c9b5798ad0d210a401dd4eeffd3ae33d]

        INTEGRATION: CWS chart27 (1.10.2); FILE MERGED 2008/06/23 09:01:16 iha 1.10.2.1: #i90976# wrong default value for property CharEscapementHeight

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [7c2bfa001d89cbd6c6deb4d1438f7675aaed337d]

        INTEGRATION: CWS chart27 (1.9.30); FILE MERGED 2008/06/16 09:24:26 iha 1.9.30.1: #i85439# Column and Line Chart are not build correct

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a52986b68f14578dfce19e71e0c7b76a359e0d58]

        INTEGRATION: CWS chart27 (1.12.30); FILE MERGED 2008/06/16 09:25:05 iha 1.12.30.1: #i85439# Column and Line Chart are not build correct

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [dcb9a72e7566b4b83e1a301457ea31e103070766]

        INTEGRATION: CWS chart27 (1.17.30); FILE MERGED 2008/06/20 14:22:24 iha 1.17.30.1: #i90931# removed wrong default for GradientStepCount

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ffaa95a18d50c331ebf1169fe45c94089aa302d5]

        INTEGRATION: CWS chart27 (1.9.2); FILE MERGED 2008/06/23 12:17:25 iha 1.9.2.1: #i90551# 'Scale Text' button doesn't display state

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1c9b39d6788b7098140a60d7d7178cb3cd32b19d]

        INTEGRATION: CWS chart27 (1.5.30); FILE MERGED 2008/06/17 10:44:22 iha 1.5.30.1: #i89585# Destroyed view of  Chart Data Table

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [54fddf10141d449a79f423fa370b5bd93b898bfa]

        INTEGRATION: CWS chart27 (1.7.28); FILE MERGED 2008/06/19 10:13:48 iha 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/17 10:44:49 iha 1.7.28.1: #i89585# Destroyed view of  Chart Data Table

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8830102c73fb8561500e335befecd6ff34f83984]

        INTEGRATION: CWS impress145 (1.5.10); FILE MERGED 2008/06/19 13:31:46 sj 1.5.10.1: #i90885# fixed import of ole placeholder graphics

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [50eb37dd6aa437ce2b0a4d5df12d4b909e08a63e]

        INTEGRATION: CWS chart27 (1.4.30); FILE MERGED 2008/06/24 11:03:24 iha 1.4.30.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0a1fa25bcb1e2a80916dd606b9a0a3d036954793]

        INTEGRATION: CWS impress145 (1.4.10); FILE MERGED 2008/06/19 10:03:07 sj 1.4.10.1: #i89914# fixed placeholder graphic objects

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b982d62db18af817985948be9f5fedf67a475edf]

        INTEGRATION: CWS impress145 (1.5.2); FILE MERGED 2008/06/25 13:33:32 sj 1.5.2.1: fixed invalid memory access

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d16b10946f416d0e00ce8419b1c3bd77dfe8f93c]

        INTEGRATION: CWS chart27 (1.7.30); FILE MERGED 2008/06/24 11:07:40 iha 1.7.30.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [440cb7c3f66d901ad38e8450243022f763bc50fa]

        INTEGRATION: CWS chart27 (1.5.30); FILE MERGED 2008/06/24 11:08:44 iha 1.5.30.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [70077e531f83c259cff2f34fca45b299fc8544b5]

        INTEGRATION: CWS chart27 (1.10.30); FILE MERGED 2008/06/24 11:10:08 iha 1.10.30.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c725d34d0af454ecff16fc17fd0a473aa33a0151]

        INTEGRATION: CWS impress145 (1.75.50); FILE MERGED 2008/06/12 11:09:21 cl 1.75.50.1: #i73436# use only models with correct persist for clipboard

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [15b372ab2d6152aefb88049f7a6f52a487673743]

        INTEGRATION: CWS impress145 (1.110.48); FILE MERGED 2008/06/12 11:02:32 cl 1.110.48.1: #i73436# enable XUnoTunnel::getSomething to return the SdrModel

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8da75feb36b66d2ca1330ebab5e7ec298559600e]

        INTEGRATION: CWS impress145 (1.20.50); FILE MERGED 2008/06/17 15:27:05 af 1.20.50.1: #i79701# Fixed focus traveling.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3ff5e254a949bb81118823188df7bdae8d634431]

        INTEGRATION: CWS chart27 (1.20.86); FILE MERGED 2008/06/24 13:40:15 iha 1.20.86.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [63c1f6b42102af4e04d1613e8dbc0c3c7476a379]

        INTEGRATION: CWS impress145 (1.32.50); FILE MERGED 2008/06/17 15:26:21 af 1.32.50.1: #i79701# Fixed focus traveling.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9dbc2cd3343e3f1f2535a430f98aa007a4de2fda]

        INTEGRATION: CWS impress145 (1.9.50); FILE MERGED 2008/06/17 15:24:22 af 1.9.50.1: #i79701# Added SetFocusToToolBox() method.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0e0595df23b230d600bc0c92a83398050efaef5a]

        INTEGRATION: CWS impress145 (1.36.48); FILE MERGED 2008/06/17 15:23:22 af 1.36.48.1: #i79701# Fixed focus traveling.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f005a3001f9afb572da9984ec35671ff1be533a4]

        INTEGRATION: CWS impress145 (1.13.50); FILE MERGED 2008/06/17 15:21:50 af 1.13.50.1: #i79701# Added SetFocusToToolBox() method.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [918d1b5e1b8885be2894b2fd3d2e5395dce8c9ad]

        INTEGRATION: CWS impress145 (1.27.50); FILE MERGED 2008/06/16 13:37:20 cl 1.27.50.1: #i71026# added support for windows media application commands

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [81f4197bcb8d9c4a753197f6e559f8ef422518ed]

        INTEGRATION: CWS impress145 (1.54.50); FILE MERGED 2008/06/18 10:04:43 cl 1.54.50.2: #i90697# applied patch to workaround a possible bug detected by valgrind/cmc 2008/06/16 13:37:20 cl 1.54.50.1: #i71026# added support for windows media application commands

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [5778a2da67e61a2960a5d04c36aa02100fb77e30]

        INTEGRATION: CWS impress145 (1.35.50); FILE MERGED 2008/06/12 10:59:54 cl 1.35.50.1: #i73436# use only models with correct persist for clipboard

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e971154e13ebce5d243aa5d246c077dc719ac6b0]

        INTEGRATION: CWS impress145 (1.11.50); FILE MERGED 2008/06/17 15:14:47 af 1.11.50.1: #i79701# Added GetTitleToolBox() method.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c62e6be0f0240c148a1296ef11f60f48efee3b81]

        INTEGRATION: CWS impress145 (1.17.50); FILE MERGED 2008/06/12 10:59:54 cl 1.17.50.1: #i73436# use only models with correct persist for clipboard

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2f63799bb44ed91844b66765069fed90a9b54bc9]

        INTEGRATION: CWS impress145 (1.3.50); FILE MERGED 2008/06/20 11:31:32 af 1.3.50.1: #i90909# Call DisconnectAllClients whenever a center pane view is released.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [a09f0edc1144da6f7972b155c09c80cce9713df6]

        INTEGRATION: CWS impress145 (1.47.50); FILE MERGED 2008/06/12 11:07:04 cl 1.47.50.1: #i73436# use only models with correct persist for clipboard

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [612c3c52f84736b4db448fab1fbd9f44c70eb2e7]

        INTEGRATION: CWS impress145 (1.31.50); FILE MERGED 2008/06/18 10:48:15 cl 1.31.50.1: #i90612# mark SfxMedium invalid if document could not be loaded

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8096169a081eee787763f2c2b443968fbe0a040a]

        INTEGRATION: CWS impress145 (1.17.50); FILE MERGED 2008/06/17 15:13:58 af 1.17.50.1: #i79701# Added GetTitleToolBox() method.

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [25f8239705cf6bf2a36e78e544df8150a5a04466]

        INTEGRATION: CWS impress145 (1.104.8); FILE MERGED 2008/06/23 12:47:29 af 1.104.8.2: RESYNC: (1.104-1.105); FILE MERGED 2008/06/09 14:58:57 sj 1.104.8.1: #i87164# fixed crash when saving graphical bullets with zero height or width

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [48eb51e06263f8dfd4d33af7a17adca96845008a]

        INTEGRATION: CWS impress145 (1.37.48); FILE MERGED 2008/06/23 12:47:18 af 1.37.48.2: RESYNC: (1.37-1.39); FILE MERGED 2008/06/12 10:58:59 cl 1.37.48.1: #i73436# when copy table styles, replace them if they already exists

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [65488fab5e2cb23b34cbd421ebf471fa6f1bac39]

        INTEGRATION: CWS chart27 (1.100.78); FILE MERGED 2008/06/23 15:45:20 iha 1.100.78.1: #b6697848# update chart correctly after! all other changes

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ace635328353262bd55aed142f05b7b21f50fa41]

        INTEGRATION: CWS vcl90 (1.128.12); FILE MERGED 2008/06/04 16:45:36 pl 1.128.12.1: remove warnings

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2a59da26afaaf9b19dd255cc3dc32de52798983d]

        INTEGRATION: CWS impress145 (1.11.12); FILE MERGED 2008/06/18 14:51:38 cl 1.11.12.1: #i79977# removed suspicious assertion

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f1aec86daa38565e29c7c21934a333d21a92d061]

        INTEGRATION: CWS chart27 (1.100.6); FILE MERGED 2008/06/20 14:16:02 iha 1.100.6.1: #i90931# corrected type of FillGradientStepCount

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [69564a53c9d191dcdf037a1d29657537870d7b96]

        INTEGRATION: CWS chart27 (1.98.42); FILE MERGED 2008/06/10 08:24:28 iha 1.98.42.2: RESYNC: (1.98-1.99); FILE MERGED 2008/06/05 09:08:20 iha 1.98.42.1: #i88591# Charts with empty cells change aftercopy/paste from Calc to Writer

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [15a9d42bcb0fdfba1d58388af54e89ddc15bc459]

        INTEGRATION: CWS chart27 (1.54.10); FILE MERGED 2008/06/24 11:15:04 iha 1.54.10.1: #i90504# Minor interval marks are not saved and loeaded correctly

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [7891006b6d09b4eb492fb940f3c8ad596b423d32]

        INTEGRATION: CWS chart27 (1.33.10); FILE MERGED 2008/06/24 11:14:23 iha 1.33.10.2: #i90504# Minor interval marks are not saved and loeaded correctly 2008/06/20 13:41:46 iha 1.33.10.1: #i90927# export nothing for ChartAxisArrangeOrderType_AUTO

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b4c6bdab60fc39ab2758645f0b075f776b420924]

        INTEGRATION: CWS impress145 (1.68.68); FILE MERGED 2008/06/18 16:36:41 sj 1.68.68.1: #i81548# removed not working filltexture export optimization

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [91e41d3ad1b4c9237691e9f1bce1aad1794f7e70]

        INTEGRATION: CWS impress145 (1.9.28); FILE MERGED 2008/06/18 11:29:02 cl 1.9.28.1: #i88147# force the number of frames per sprite to at least 1

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4c5b9bceea2bccd9cbfcef7fe918df670da62168]

        INTEGRATION: CWS impress145 (1.11.28); FILE MERGED 2008/06/18 09:59:04 cl 1.11.28.1: #i88146# write correct SWF_END tag of 2 bytes

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [bcdb93d26a7e982fb943c90b5fa6fceaa7a93581]

        INTEGRATION: CWS sw30bf07 (1.44.8); FILE MERGED 2008/06/20 14:45:58 od 1.44.8.1: #151110# method <SwDrawTextShell::StateClpbrd(..)> 	 - disable SID_CLIPBOARD_FORMAT_ITEMS

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [dd9d248c3f5f05a2158b235d8549650c35a4159f]

        INTEGRATION: CWS sw30bf07 (1.37.56); FILE MERGED 2008/06/26 13:19:23 os 1.37.56.1: #i91089# prevent illegal access to default item of SvxBoxInfoItem

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9a3ae107365b89531010585649e40b3bfe8715b8]

        INTEGRATION: CWS sw30bf07 (1.77.116); FILE MERGED 2008/06/26 09:42:06 od 1.77.116.1: #i89791# applying patch from beppec56 	 - correction to chapter information

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ea73d62d58f5edb7ba46127d44a16e942cfbd4ce]

        INTEGRATION: CWS sw30bf07 (1.27.8); FILE MERGED 2008/06/26 13:39:00 od 1.27.8.1: #i89812# method <SwHTMLParser::NewNumBulList(..)> 	 - perform change to list style before calling <DoPositioning(..)>

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [9586b4c2234a985566df80ca764c1019709f7335]

        INTEGRATION: CWS sw30bf07 (1.54.28); FILE MERGED 2008/06/23 11:48:28 od 1.54.28.2: #156927# method <SwSectionFrm::Paste(..)> 	 - consider case that to be pasted section frame has to be inside a 	   table frame, which is inside another section frame. 2008/06/20 09:49:54 od 1.54.28.1: #i81555# method <ExtraFormatToPositionObjs::FormatSectionToPositionObjs()> 	 - correct initialization of anchored objects.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [59ea689a08d17027163176d2c3fcf4042dc85397]

        INTEGRATION: CWS sw30bf07 (1.34.10); FILE MERGED 2008/06/23 11:51:31 od 1.34.10.1: #156927# method <SwSectionNode::MakeFrms(..)> 	 - consider case that a node is inside a table, which is inside a section

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a78557d9a8f3e9dda6f12f206cc469ec82c3353e]

        INTEGRATION: CWS sw30bf07 (1.52.10); FILE MERGED 2008/06/26 11:27:25 od 1.52.10.2: #i89791# continue to support CF_NUMBER and CF_NUM_TITLE in order to handle 	 ODF 1.0/1.1 written by OOo 3.x in the same way as OOo 2.x would handle them. 2008/06/26 09:39:53 od 1.52.10.1: #i89791# applying patch from beppec56 	 - correction to chapter information

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3b95dd6a516cc6a873b4000f0efe5e18a57ab491]

        INTEGRATION: CWS sw30bf07 (1.19.118); FILE MERGED 2008/06/20 14:42:36 od 1.19.118.1: #151110# register slot SID_CLIPBOARD_FORMAT_ITEMS

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [17d94050a8d6c39a1cda43b9a7eec3dd3cb42a1e]

        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>  [be77b00570a94430556e6fda65df9fc57a7799ae]

        INTEGRATION: CWS sw30bf07 (1.104.18); FILE MERGED 2008/06/23 08:33:20 ama 1.104.18.2: Fix #i90906#: Preserve (wrong) hidden attribute for old documents 2008/06/23 08:02:45 ama 1.104.18.1: Fix #i90906#: Preserve (wrong) hidden attribute for old documents

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b6308e052cd9e8322bcd296b1fa623d4249c34ac]

        INTEGRATION: CWS sw30bf07 (1.24.52); FILE MERGED 2008/06/23 08:03:04 ama 1.24.52.1: Fix #i90906#: Preserve (wrong) hidden attribute for old documents

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [110238e7117be8f4a5044078e0975c2cb467f30f]

        INTEGRATION: CWS sw30bf07 (1.22.52); FILE MERGED 2008/06/26 11:34:11 od 1.22.52.1: #i90246# apply patch from beppec56 	 - on export of ODF 1.0/1.1 suppress export of properties and 	   property values introduced with issue i53420.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ee00ae4455413bc99b511ae48b6c566a4c8d2328]

        INTEGRATION: CWS sw30bf07 (1.48.6); FILE MERGED 2008/06/26 11:34:12 od 1.48.6.1: #i90246# apply patch from beppec56 	 - on export of ODF 1.0/1.1 suppress export of properties and 	   property values introduced with issue i53420.

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [7630f65a0981687cbbb4ddc574fdb04e970c7f4a]

        INTEGRATION: CWS sw30bf07 (1.10.52); FILE MERGED 2008/06/26 14:29:04 od 1.10.52.2: #i89791# correct adjustment to the patch from beppec56 2008/06/26 09:44:28 od 1.10.52.1: #i89791# applying patch from beppec56 	 - conversion of chapter information for former documents

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [48966f93110a4dcbbb212b84246ad508eeb51524]

        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  Rüdiger Timm  <rt@openoffice.org>  [a0ee936f8518fd78d9818bad5bcb7361b8dc6e02]

        INTEGRATION: CWS npower10 (1.77.34); FILE MERGED 2008/05/12 03:35:52 pflin 1.77.34.15: Issue number: # i85035 Submitted by:  pflin, fixed conflict during resync Reviewed by:   pflin 2008/05/07 07:11:12 pflin 1.77.34.14: RESYNC: (1.78-1.79); FILE MERGED 2008/03/18 14:56:31 pflin 1.77.34.13: Issue number: i85037 Submitted by:  pflin Reviewed by:   Andreas, Noel 2008/03/18 13:40:54 pflin 1.77.34.12: Issue number: i85037 Submitted by:  pflin Reviewed by:   Andreas, Noel 2008/03/18 05:52:57 pflin 1.77.34.11: Issue number: i85037 Submitted by:  pflin Reviewed by:   Andreas, Noel Rewrite the algorithm. 2008/03/12 06:32:50 pflin 1.77.34.10: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review 2008/03/10 16:32:47 npower 1.77.34.9: Issue number:  85349 removed the code associated with this issue 2008/02/26 21:59:45 npower 1.77.34.8: RESYNC: (1.77-1.78); FILE MERGED 2008/02/26 04:57:10 pflin 1.77.34.7: Issue number: i85349 Submitted by:  jiaojianhua Reviewed by:   npower 2008/01/29 03:21:14 pflin 1.77.34.6: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower Fixed for format function 2008/01/07 06:54:10 pflin 1.77.34.5: Issue number: #i85039# Submitted by:  pflin Reviewed by:   npower support most format types in mso vba 2008/01/07 06:52:52 pflin 1.77.34.4: Issue number: #i85038# Submitted by:  pflin Reviewed by:   npower Fix the issue of getattr function in Win32 2008/01/07 06:47:16 pflin 1.77.34.3: Issue number: #i85037# Submitted by:  pflin Reviewed by:   npower Support the partition function 2008/01/07 06:42:54 pflin 1.77.34.2: Issue number: #i85036# Submitted by:  pflin Reviewed by:   npower Support strconv function 2008/01/07 06:41:38 pflin 1.77.34.1: Issue number: #i85035# Submitted by:  pflin Reviewed by:   npower Support replace function

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [adbda3e355b79e0b84485601ef63fee2704934c8]

        INTEGRATION: CWS vcl90 (1.4.6); FILE MERGED 2008/06/26 16:31:49 thb 1.4.6.1: #i91107# Work-around linker bug

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [60ec6e4aeb828903bc13003e056bcbe32ac0e561]

        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>  [5745d49a634a9f11c7c6cf4c739e24591ddb8dce]

        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>  [7f06beee3ca23dd954d67bcdd0ce0a19d83f83fb]

        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>  [4b082170b7d161f46335625f0e4b9fe247db2ba2]

        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>  [4365c74780c338794f81bbafafa1355372ef3ef6]

        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>  [272601a9b86774638ad22669081ea668298d953a]

        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>  [e93631abd49c59c1045a9c9c8a071d3555d4ec57]

        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>  [e4ffb45293c244302e3383b3959174403dcf507b]

        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>  [dc776315c9ce00c830258f6abb76db8d054a0c40]

        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>  [bb7da835aee4437971dc6232f907c8744edd7d96]

        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>  [61f02ddf1a35bb0673e1beaacae8ec0f503826db]

        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>  [13b73c917b1c8f52cde10d143e9b45225ccc3ffd]

        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  Rüdiger Timm  <rt@openoffice.org>  [78d40bcdf3b724954f29da348952153ed53bfa2d]

        INTEGRATION: CWS npower10 (1.32.40); FILE MERGED 2008/05/07 07:11:05 pflin 1.32.40.4: RESYNC: (1.32-1.33); FILE MERGED 2008/03/12 06:32:51 pflin 1.32.40.3: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review 2008/03/03 20:08:37 npower 1.32.40.2: #i58089# 2007/12/20 21:23:02 npower 1.32.40.1: #58089

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [258039fd04c6707ce553216b0e9b55d889be607c]

        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>  [d5f9d43b477736966e250ccde1418b76ccc4970c]

        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>  [9e271fb803d29aaf62204405cb2809ae2f7b56f3]

        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>  [b2e9090a0b303c559de44b553bcc88c78647f6d5]

        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>  [4d9d8dd565650c0c439bb331b8007b6ad92b4ba1]

        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>  [17a6526b37e7085d3e6b4ce51bd6938c3d3b0a13]

        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>  [5b265e389d6bf31bc73e640b1a9c0b259e7c4223]

        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>  [f220a0ac7656fa5b93a7f521e29c075e9ea9c3f0]

        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>  [6698140fd012be263f2e5b864fe47161aacb858b]

        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>  [6c5890c94b38041c86a0d3a5b9069f1c000c4f76]

        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>  [b70a49500e4f2a86fe992308dfc46dba8c9cb69b]

        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>  [bdcd727221a7948a20dbc2cb831f44704f3e8598]

        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>  [43bf2ad49c2b3989bbbe893e4fee2e032a3920f5]

        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>  [091b4a5245c9c96ae75c06ba53001d1b99b70414]

        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>  [d594bea25d26dfdaff49bdd7bfb27e3e7c57f4b3]

        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>  [bdc8888b6b254c55e9af8b38f7f5838a8b8d550c]

        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>  [9ab848beb748d0da861647bb643ec8212b14daf1]

        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>  [deb5ee83a5aee8730f1b8b4d8c7ccf84d18497eb]

        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>  [177933c283e776cb315fd1e4add8bae0b1e473ca]

        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>  [6e9f59bf0d9c997b945fe94cdf5fcc13897904d0]

        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>  [64f5ccd157c0adcb03e866fcc5d1942305025378]

        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>  [110943dab66983714ac4045cac41bf7363f51488]

        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>  [9794c7c5ec0b3d5de57b1accb324918ef5634086]

        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  Vladimir Glazounov  <vg@openoffice.org>  [6d12f8c221b8c2fbbbc5981de84b8e4c9e4323d1]

        INTEGRATION: CWS sb90 (1.38.78); FILE MERGED 2008/06/25 12:31:54 sb 1.38.78.1: #157787# look for about.bmp in edition sub-dir first

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [69e773e105dfe863b53326d2bf38433f43773c7c]

        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>  [e9afe97792703e8c5d8e101ab8a0c7bdacd4a26c]

        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>  [79dfb369141e3b5260396623ecd058a6c43913be]

        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>  [4d32463f95347db7b82ca8ee6b456eae17834f8e]

        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>  [c7bf99758f0b054556a570075ce3ce810903b0ab]

        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>  [a3d006a4c2084caf57209ff26c3cbc55987e2ef7]

        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>  [f82927f446012006bf68e1901cd3c97458629e3d]

        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>  [70f480992a9977d03d8063ca3fdbb19c709858ef]

        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>  [ce3acb5cb705d22d0133026bd698d7604f872406]

        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>  [187adeacc9669e111aa15a971f0b16a9de2010c8]

        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>  [07d1ffd34328988960fc2d0d1fe00089afccdc59]

        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>  [95c7048072826fe6f4909f572fcfa89c5b160457]

        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>  [8c305050561674362bbc225bab1aee385c3028c6]

        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>  [7b01a9c3855e72e0e6f3745d939afb14c6a09dc7]

        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  Vladimir Glazounov  <vg@openoffice.org>  [a7471f47f0d1c7a759de49c9e7177c7283113a2f]

        INTEGRATION: CWS vcl90 (1.40.58); FILE MERGED 2008/06/05 16:04:23 pl 1.40.58.1: #i89741# spelling correction

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [28cc0590bcc6fe7a35ae8538b1ceef9efcc82b3b]

        INTEGRATION: CWS calcshare3 (1.15.12); FILE MERGED 2008/05/30 15:17:20 tbe 1.15.12.1: #i87872# [Collaboration] INSERT - Sheet from file is not recorded

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1e3e830241b013d1fb2740e139449166fe501e85]

        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  Vladimir Glazounov  <vg@openoffice.org>  [57f4e1866c3b4ed842565cf60e35727b6a714b64]

        INTEGRATION: CWS sb90 (1.16.14); FILE MERGED 2008/06/25 12:24:45 sb 1.16.14.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [98c33c2ba1de26dbc6d15511a1206996c7bc50a4]

        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>  [409ad4ff01a86b0c820977bb1749efaec856d51d]

        INTEGRATION: CWS npower10 (1.10.40); FILE MERGED 2008/05/07 07:10:24 pflin 1.10.40.5: RESYNC: (1.11-1.12); FILE MERGED 2008/02/26 21:59:34 npower 1.10.40.4: RESYNC: (1.10-1.11); FILE MERGED 2008/02/26 04:57:10 pflin 1.10.40.3: Issue number: i85349 Submitted by:  jiaojianhua Reviewed by:   npower 2008/01/28 09:42:55 pflin 1.10.40.2: Issue number: i84407 Submitted by:  pflin Reviewed by:   npower Fixed for the convertion between byte array and string 2008/01/07 06:45:49 pflin 1.10.40.1: Issue number: #i84407# Submitted by:  pflin Reviewed by:   npower Support the conversion between string and byte array

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6045e79d9c13ec7c2b5c5cb9e706058cfd2f4f17]

        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>  [8096b439efcb5c911013111aee4cd960523a10e6]

        INTEGRATION: CWS calcshare3 (1.14.12); FILE MERGED 2008/07/01 11:49:11 tbe 1.14.12.1: #i87872# [Collaboration] INSERT - Sheet from file is not recorded

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [23860798f88f52cc718477b4acbd3579a97626b1]

        INTEGRATION: CWS npower10 (1.7.20); FILE MERGED 2008/05/07 07:10:20 pflin 1.7.20.4: RESYNC: (1.7-1.8); FILE MERGED 2008/03/12 06:32:51 pflin 1.7.20.3: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review 2008/01/28 09:42:55 pflin 1.7.20.2: Issue number: i84407 Submitted by:  pflin Reviewed by:   npower Fixed for the convertion between byte array and string 2008/01/07 06:45:49 pflin 1.7.20.1: Issue number: #i84407# Submitted by:  pflin Reviewed by:   npower Support the conversion between string and byte array

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0d58f7008bc27f0f3464a94c4773afc040dbd62e]

        INTEGRATION: CWS calcshare3 (1.61.12); FILE MERGED 2008/06/16 09:57:00 tbe 1.61.12.2: RESYNC: (1.61-1.62); FILE MERGED 2008/05/30 14:12:25 tbe 1.61.12.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [25358c20f0309121001b54d1efa3aa6fb56cd493]

        INTEGRATION: CWS npower10 (1.12.18); FILE MERGED 2008/05/07 07:10:28 pflin 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/12 06:32:51 pflin 1.12.18.1: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8e6148d527029e237dd624094a2d570ee3c22282]

        INTEGRATION: CWS calcshare3 (1.37.12); FILE MERGED 2008/05/16 14:50:54 tbe 1.37.12.3: #i88694# [Collaboration] Conflict after deleting two rows is not resolved correctly 2008/04/24 13:56:41 tbe 1.37.12.2: #i88694# [Collaboration] Conflict after deleting two rows is not resolved correctly 2008/04/22 15:16:31 tbe 1.37.12.1: #i87826# [Collaboration] Rejected move destroys formulas

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1d8361d5d52b92de62a1cb3f5f3935c2e1d07cb6]

        INTEGRATION: CWS npower10 (1.4.132); FILE MERGED 2008/05/07 07:10:32 pflin 1.4.132.2: RESYNC: (1.4-1.5); FILE MERGED 2008/01/07 06:45:49 pflin 1.4.132.1: Issue number: #i84407# Submitted by:  pflin Reviewed by:   npower Support the conversion between string and byte array

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6465d54b3689262f22684240f60c1825936f0e35]

        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>  [181f191bdf1ff8a9c0e404d069bdc1ec6aeb369b]

        INTEGRATION: CWS calcshare3 (1.100.12); FILE MERGED 2008/05/30 14:11:10 tbe 1.100.12.1: #i87870# [Collaboration] No warning if other user disables and enables the shared mode

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3b50ad9a54fd4d01a2a0db210c647a612cb9e1f5]

        INTEGRATION: CWS npower10 (1.29.40); FILE MERGED 2008/05/07 07:10:56 pflin 1.29.40.2: RESYNC: (1.29-1.30); FILE MERGED 2007/12/20 21:21:52 npower 1.29.40.1: #84803

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4b6af5e5550e57b9293782cc87e3364fbb375620]

        INTEGRATION: CWS calcshare3 (1.29.12); FILE MERGED 2008/04/22 15:29:57 tbe 1.29.12.1: #i87826# [Collaboration] Rejected move destroys formulas

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7848d3706f8e39aaec0a96da2f26a4b44a3a4178]

        INTEGRATION: CWS npower10 (1.25.54); FILE MERGED 2008/05/07 07:11:24 pflin 1.25.54.5: RESYNC: (1.25-1.26); FILE MERGED 2008/03/18 13:40:54 pflin 1.25.54.4: Issue number: i85037 Submitted by:  pflin Reviewed by:   Andreas, Noel 2008/01/07 06:47:16 pflin 1.25.54.3: Issue number: #i85037# Submitted by:  pflin Reviewed by:   npower Support the partition function 2008/01/07 06:42:54 pflin 1.25.54.2: Issue number: #i85036# Submitted by:  pflin Reviewed by:   npower Support strconv function 2008/01/07 06:41:38 pflin 1.25.54.1: Issue number: #i85035# Submitted by:  pflin Reviewed by:   npower Support replace function

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2ac715209e5a966ef8e837ba22b643388fbab1dc]

        INTEGRATION: CWS npower10 (1.36.40); FILE MERGED 2008/05/07 07:11:18 pflin 1.36.40.3: RESYNC: (1.36-1.37); FILE MERGED 2008/03/03 20:08:37 npower 1.36.40.2: #i58089# 2007/12/20 21:23:02 npower 1.36.40.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8d3a09c920f7e6a5393d815db980d10f7aca9d9a]

        INTEGRATION: CWS dr61 (1.36.18); FILE MERGED 2008/04/23 12:36:51 dr 1.36.18.2: RESYNC: (1.36-1.37); FILE MERGED 2008/04/02 10:54:02 dr 1.36.18.1: #i87007# scroll-top/scroll-left properties in form controls

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [eaa22e2a7538dc18a1383f8ec6486f05913d9ecb]

        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>  [b72e923a987e8b3ddc99f7084d2548ae7b83483d]

        INTEGRATION: CWS dr61 (1.4.236); FILE MERGED 2008/04/23 12:36:39 dr 1.4.236.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/02 10:53:29 dr 1.4.236.1: #i87007# scroll-top/scroll-left properties in form controls

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ff5358aaf4ca1b6d6d6670cd14b7ea6664b3316f]

        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>  [068fb9fa15bf40e230e579336dbecb119d4123bb]

        INTEGRATION: CWS npower10 (1.17.64); FILE MERGED 2008/05/07 07:11:00 pflin 1.17.64.5: RESYNC: (1.17-1.18); FILE MERGED 2008/03/12 06:32:50 pflin 1.17.64.4: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review 2008/01/07 06:47:16 pflin 1.17.64.3: Issue number: #i85037# Submitted by:  pflin Reviewed by:   npower Support the partition function 2008/01/07 06:42:54 pflin 1.17.64.2: Issue number: #i85036# Submitted by:  pflin Reviewed by:   npower Support strconv function 2008/01/07 06:41:38 pflin 1.17.64.1: Issue number: #i85035# Submitted by:  pflin Reviewed by:   npower Support replace function

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [caf4e0f41ccc5f37df3d5b870617ac214312876f]

        INTEGRATION: CWS npower10 (1.11.64); FILE MERGED 2008/05/07 07:10:12 pflin 1.11.64.2: RESYNC: (1.11-1.12); FILE MERGED 2007/12/20 21:23:02 npower 1.11.64.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [a0dc535dc79f73468eb81534bb04194732a5758c]

        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>  [bcb28f89ab82dc22106f35461fa56d2306b9b981]

        INTEGRATION: CWS npower10 (1.35.40); FILE MERGED 2008/05/07 07:10:16 pflin 1.35.40.4: RESYNC: (1.35-1.36); FILE MERGED 2008/03/12 06:32:49 pflin 1.35.40.3: Issue number: i85039 Submitted by:  pflin Reviewed by:   npower, ab Fix some issues found by code review 2008/03/03 20:08:36 npower 1.35.40.2: #i58089# 2007/12/20 21:23:01 npower 1.35.40.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [72afc2b9e4b5a5c0dd949021c78d8a957a82e508]

        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>  [6c57bb5417d8d13c01f865a2ebcc57d1d2b26585]

        INTEGRATION: CWS npower10 (1.12.40); FILE MERGED 2008/05/07 07:10:08 pflin 1.12.40.2: RESYNC: (1.12-1.13); FILE MERGED 2007/12/20 21:23:01 npower 1.12.40.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f03af75fec1e15f63d6204fc1bf1e7a1d7b71830]

        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>  [d91ac0e01e8a7ba0f08334a53f11d226299f512c]

        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>  [2fadb4479eccd94fed056bc76336559f06882896]

        INTEGRATION: CWS npower10 (1.18.126); FILE MERGED 2008/05/07 07:10:43 pflin 1.18.126.2: RESYNC: (1.18-1.19); FILE MERGED 2007/12/20 21:23:01 npower 1.18.126.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bbabbf1d050b3a9c044ac8558c50f8148ca9bce3]

        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>  [62cf97f91691ce983dcffa9cf318f3f52c77e2f0]

        INTEGRATION: CWS npower10 (1.14.64); FILE MERGED 2008/05/07 07:10:39 pflin 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/20 21:23:01 npower 1.14.64.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [951bc8d2b073eb9af7ad776bc553bef38c874940]

        INTEGRATION: CWS npower10 (1.19.64); FILE MERGED 2008/05/07 07:10:36 pflin 1.19.64.3: RESYNC: (1.20-1.22); FILE MERGED 2008/02/26 21:59:38 npower 1.19.64.2: RESYNC: (1.19-1.20); FILE MERGED 2007/12/20 21:23:01 npower 1.19.64.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [a66dc32d15d08c86afeb025e215a87c0dc8de9c5]

        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>  [1b995fd8c584f7060d714609e65844981f040eaf]

        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>  [cee96132e33dbb37c2a69cb1007f5b0334e8056e]

        INTEGRATION: CWS npower10 (1.16.132); FILE MERGED 2008/05/07 07:10:52 pflin 1.16.132.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/20 21:23:01 npower 1.16.132.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1f0f94575da4950faf05af0ae1f5a8c211750cf0]

        INTEGRATION: CWS npower10 (1.28.40); FILE MERGED 2008/05/07 07:10:48 pflin 1.28.40.6: RESYNC: (1.28-1.29); FILE MERGED 2008/03/03 20:08:36 npower 1.28.40.5: #i58089# 2008/02/29 11:34:25 npower 1.28.40.4: *** empty log message *** 2008/02/28 17:53:08 npower 1.28.40.3: Issue number:  58089 ooops left in half finished bits, remove those and the not necessary 'if( !bVBASupportOn && bStatic )' test 2008/02/28 17:49:08 npower 1.28.40.2: Issue number:  58089 Submitted by:  clean up passing of static for a proceedure 2007/12/20 21:23:01 npower 1.28.40.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [5aa6018252c98c1be302ccc616ea44f047fb9d50]

        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>  [f85b9f658e24e23144396269ff9bbe15a6f1b44d]

        INTEGRATION: CWS npower10 (1.41.34); FILE MERGED 2008/05/07 07:11:30 pflin 1.41.34.3: RESYNC: (1.41-1.42); FILE MERGED 2008/03/03 20:08:35 npower 1.41.34.2: #i58089# 2007/12/20 21:23:01 npower 1.41.34.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ef9e6ffa84236b9feaf886e93eb8db6622cb71ca]

        INTEGRATION: CWS dr61 (1.2.240); FILE MERGED 2008/04/23 12:27:30 dr 1.2.240.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 11:22:29 dr 1.2.240.1: #i86465# error bars

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [45a8d52a9e738f620b3ac45d09e6274d4ebd019a]

        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>  [4ff8faa34009fb7a0d22ad1357f573fae94d41f3]

        INTEGRATION: CWS npower10 (1.2.80); FILE MERGED 2008/05/07 07:10:04 pflin 1.2.80.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/03 20:08:34 npower 1.2.80.2: #i58089# 2007/12/20 21:23:01 npower 1.2.80.1: #58089

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [72ce8096567910df5f6f5c0f5efa02211b3ead27]

        INTEGRATION: CWS dr61 (1.6.174); FILE MERGED 2008/04/23 12:27:27 dr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 11:22:29 dr 1.6.174.1: #i86465# error bars

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bd2803fe0e68025db2ad312c61ab28c2dab87499]

        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>  [e1ac0213bafad80e94502d4fc8cfc31a6fa06f7d]

        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>  [cf753e44ba9ed9f02c0ae6da70ab2d5a742401ed]

        INTEGRATION: CWS dr61 (1.3.40); FILE MERGED 2008/04/23 12:27:20 dr 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 11:22:29 dr 1.3.40.1: #i86465# error bars

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [a85a91a7d91abccd9f50bdc9c96b5a99d572226d]

        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>  [0e83054bdb881723f3ee63f924c20ff40fa5f82e]

        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>  [7847b239f58c162561d3ea1538c353264d4d7b4d]

        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>  [f534e74306f1206b9e17f1aa99390e796dc63f3d]

        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>  [9333e2ec3d2d6a4eb9d9e02139d9a697ab68a261]

        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>  [65b25dcbc4a81eb3159aa3e670cfc321149dbf8e]

        INTEGRATION: CWS mingwport14 (1.3.10); FILE MERGED 2008/06/21 14:22:13 tono 1.3.10.1: #i90950#: mingw port

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [e042a9dfc5101e509e6ab3991c775123cf21bee6]

        INTEGRATION: CWS sb90 (1.16.40); FILE MERGED 2008/06/25 12:37:16 sb 1.16.40.1: #157787# look for intro bitmap and related bootstrap variables in edition sub-dir first, and no longer look in CustomDataUrl layer

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [07dfe130e94fa3cf36e3b04f0d64971c474855aa]

        INTEGRATION: CWS sb90 (1.31.40); FILE MERGED 2008/06/26 11:25:49 sb 1.31.40.2: #157787# to allow for cross-platform edition data, consistently name the ini-file edition.ini (not editionrc) 2008/06/25 12:37:16 sb 1.31.40.1: #157787# look for intro bitmap and related bootstrap variables in edition sub-dir first, and no longer look in CustomDataUrl layer

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d71cf8e041f757857bc2b360dde6290c56be616d]

        INTEGRATION: CWS mingwport14 (1.6.6); FILE MERGED 2008/06/21 14:21:02 tono 1.6.6.1: #i90950#: mingw port

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [8f7e4b56db3a93cd0be8b09b716534cd28c6bc02]

        INTEGRATION: CWS mingwport14 (1.11.6); FILE MERGED 2008/06/21 14:22:13 tono 1.11.6.1: #i90950#: mingw port

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [ef09684555ee7eccd3a47d975ca68abe5458e657]

        INTEGRATION: CWS sb90 (1.24.28); FILE MERGED 2008/06/26 08:57:18 sb 1.24.28.1: #157787# new CopyEditionData custom action

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b3eb92fb02e49ed4e23f357c7164541c31560b93]

        INTEGRATION: CWS mingwport14 (1.3.2); FILE MERGED 2008/06/21 14:22:13 tono 1.3.2.1: #i90950#: mingw port

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5c7f229a8f54f0dd738c6bedae922c386450ff0a]

        INTEGRATION: CWS sb90 (1.65.6); FILE MERGED 2008/06/26 08:54:48 sb 1.65.6.1: configuration CustomLayer has been replaced by BrandLayer (no longer parameterized by CustomDataUrl)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [fe4a258703a8274c0cde376027406f6603d9af7c]

        INTEGRATION: CWS dr61 (1.43.16); FILE MERGED 2008/05/26 16:02:43 dr 1.43.16.1: #i85566# repair 'DisplayName' property for cell styles

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d64f241a2bf1facf8c714d9af320ffafa639515c]

        INTEGRATION: CWS sb90 (1.13.6); FILE MERGED 2008/06/26 08:56:31 sb 1.13.6.1: #157787# versionrc UpdateUserAgent value changed; configuration CustomLayer has been replaced by BrandLayer (no longer parameterized by CustomDataUrl, which thus no longer needs to be set in fundamentalrc)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b0025b68198404b404389cdbef7169fbdb212f8d]

        INTEGRATION: CWS dr61 (1.69.16); FILE MERGED 2008/05/19 12:24:05 dr 1.69.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4ecc198ffd619cf523c2d6cfb650d98b1cb1dbbd]

        INTEGRATION: CWS sb90 (1.42.2); FILE MERGED 2008/06/25 12:12:04 sb 1.42.2.1: #157787# added .override feature

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [7dbea95bf030c920c5f77e0f2cabac07ba5460e0]

        INTEGRATION: CWS sb90 (1.9.22); FILE MERGED 2008/06/25 12:12:04 sb 1.9.22.1: #157787# added .override feature

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [caabccbdde4f37c17f7d908dfc2fd517dec68d01]

        INTEGRATION: CWS dr61 (1.28.16); FILE MERGED 2008/05/19 12:24:05 dr 1.28.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d836fdb9ebb1de0dd97b467fa1cba322804a84d4]

        INTEGRATION: CWS dr61 (1.31.16); FILE MERGED 2008/05/19 12:24:05 dr 1.31.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [07fccb7f0b28e62c37fad228cbd9e7d937b653d0]

        INTEGRATION: CWS dr61 (1.68.16); FILE MERGED 2008/06/17 15:54:05 dr 1.68.16.2: RESYNC: (1.68-1.69); FILE MERGED 2008/05/19 12:24:05 dr 1.68.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0e7267e103560b0bbc30a20a196f062e62999a41]

        INTEGRATION: CWS ooo3readme3 (1.34.8); FILE MERGED 2008/07/01 11:37:53 fpe 1.34.8.1: #i91150#

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [5191aba154c22a2c5b6e9355191d4537e3314a4e]

        INTEGRATION: CWS dr61 (1.96.16); FILE MERGED 2008/05/19 12:24:05 dr 1.96.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f2ed583c061271df0b2600d4c049c37ffce0f4b3]

        INTEGRATION: CWS dr61 (1.7.16); FILE MERGED 2008/05/19 12:24:05 dr 1.7.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [59529763414b2fa151a8f4dbae7028ba551fb6e1]

        INTEGRATION: CWS dr61 (1.83.16); FILE MERGED 2008/05/19 12:24:05 dr 1.83.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6f39c41b9b30900a90b2ff278bdaf2079f20fb37]

        INTEGRATION: CWS dr61 (1.6.16); FILE MERGED 2008/05/19 12:24:05 dr 1.6.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3646122502205d9a7eca05ef9c36f280993750a8]

        INTEGRATION: CWS dr61 (1.10.16); FILE MERGED 2008/05/19 12:24:05 dr 1.10.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d174d2048120cf1715e6af1abba39552cdddedd6]

        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>  [0d45a7d372356d9d48f9158de50d2afa58c92193]

        INTEGRATION: CWS dr61 (1.31.16); FILE MERGED 2008/05/19 12:24:04 dr 1.31.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e9158df74c218f33e745e7a74d78c099c83c0a38]

        INTEGRATION: CWS dr61 (1.11.16); FILE MERGED 2008/05/19 12:24:04 dr 1.11.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [5eee98d8bfbc2f4a615dc010115101005380522c]

        INTEGRATION: CWS sb90 (1.14.10); FILE MERGED 2008/06/25 12:24:47 sb 1.14.10.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [99f56c06cb701ec5db651230c491c333b26db6a6]

        INTEGRATION: CWS dr61 (1.5.16); FILE MERGED 2008/05/19 12:24:04 dr 1.5.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [b6c066e383b4f7fe1aac43086de3fb687a82a1f3]

        INTEGRATION: CWS sb90 (1.14.10); FILE MERGED 2008/06/25 12:23:03 sb 1.14.10.1: #157787# macros PRODUCTNAME and PRODUCTVERSION conflicted with enum members in untoools/inc/unotools/configmgr.hxx:1.22

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [50dbfa8bc1464dca866f63ce0dd6bb063a43a0a0]

        INTEGRATION: CWS dr61 (1.4.16); FILE MERGED 2008/05/19 12:24:04 dr 1.4.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a82b0f10deff1da74357c252916e8c57dbc3ee80]

        INTEGRATION: CWS sb90 (1.24.10); FILE MERGED 2008/06/25 12:24:47 sb 1.24.10.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e6f20d086f76812533c1ec44ed5cf3fe54e93529]

        INTEGRATION: CWS dr61 (1.13.16); FILE MERGED 2008/05/19 12:24:04 dr 1.13.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [1ff713b531fb21ecb5b139fcc152fe54e663ae6e]

        INTEGRATION: CWS sb90 (1.8.10); FILE MERGED 2008/06/25 12:24:47 sb 1.8.10.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [645efb477528339c0d3411321b81f041f1355da9]

        INTEGRATION: CWS dr61 (1.7.16); FILE MERGED 2008/05/19 12:24:04 dr 1.7.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [f7956276cc32f0c8db78adae6733da763ce5c7e9]

        INTEGRATION: CWS sb90 (1.27.6); FILE MERGED 2008/06/25 12:24:46 sb 1.27.6.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f4538e94088ca9242beaf23e85d4c09f09d100c7]

        INTEGRATION: CWS dr61 (1.10.16); FILE MERGED 2008/05/19 12:24:04 dr 1.10.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [013b6c79aae9b51574a9c205a55833e206770b1c]

        INTEGRATION: CWS sb90 (1.11.114); FILE MERGED 2008/06/26 08:45:31 sb 1.11.114.1: #157787# split lines only at semicolons outside of string literals

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d0ef62c9c0c5dcc643bfb7c39a31cd3f6477b36d]

        INTEGRATION: CWS dr61 (1.29.16); FILE MERGED 2008/05/19 12:24:04 dr 1.29.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [93066dc04283575754d05f3239e08c76bc8c6240]

        INTEGRATION: CWS sb90 (1.20.114); FILE MERGED 2008/06/27 14:39:03 sb 1.20.114.1: #157787# support product definition inheritance

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e2a7e9c37b8e7bd5e7b7e3bf11689d5ca3d5d362]

        INTEGRATION: CWS dr61 (1.33.16); FILE MERGED 2008/05/19 12:24:04 dr 1.33.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [662cd908eaa7196c1a5487322b74635f3fd62bfe]

        INTEGRATION: CWS sb90 (1.47.80); FILE MERGED 2008/06/27 16:46:28 sb 1.47.80.2: #157787# forward/backward slash problem (fix by is@ooo) 2008/06/26 08:47:12 sb 1.47.80.1: #157787# removed no longer needed <useragent>

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [00458e8e1b04b0e2f816f5deb01c004c2cca0ab1]

        INTEGRATION: CWS dr61 (1.23.16); FILE MERGED 2008/05/19 12:24:04 dr 1.23.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [3c5d11f4cf5a17a88ec5954217770431034ddbb8]

        INTEGRATION: CWS sb90 (1.111.80); FILE MERGED 2008/06/27 14:39:02 sb 1.111.80.1: #157787# support product definition inheritance

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b5abf55b5580fd131119ba0dbf9b3ec3e444e3d3]

        INTEGRATION: CWS dr61 (1.9.16); FILE MERGED 2008/05/19 12:24:04 dr 1.9.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [5b43c8cffbf8d6aeb34651a7f9508b6ea068706e]

        INTEGRATION: CWS dr61 (1.6.16); FILE MERGED 2008/05/19 12:24:04 dr 1.6.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [35558fc5308f0a0c089dd442493a1f3b9aa3ccd8]

        INTEGRATION: CWS dr61 (1.12.16); FILE MERGED 2008/05/19 12:24:04 dr 1.12.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [6be47da3b12a0f9f68b8353e49afee192423813f]

        INTEGRATION: CWS dr61 (1.15.16); FILE MERGED 2008/05/19 12:24:04 dr 1.15.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [c85996d2208aa530a7d58149e3a702e93a731beb]

        INTEGRATION: CWS sb90 (1.10.12); FILE MERGED 2008/06/27 14:40:57 sb 1.10.12.3: #157787# corrected order of product version and edition name 2008/06/26 11:28:03 sb 1.10.12.2: #157787# to allow for cross-platform edition data, consistently name the ini-file edition.ini (not editionrc) 2008/06/26 08:50:31 sb 1.10.12.1: #157787# expand new <PRODUCT> in versionrc UpdateUserAgent

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [df8eb19dff1f7da56d8f55669a78524fc41cc865]

        INTEGRATION: CWS dr61 (1.7.16); FILE MERGED 2008/05/19 12:24:04 dr 1.7.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [eb4ed5e08654e3728d11d925237f494e2eb8b0db]

        INTEGRATION: CWS dr61 (1.11.16); FILE MERGED 2008/05/19 12:24:04 dr 1.11.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [31afee35468d17725c6b69343341aeb18652eee0]

        INTEGRATION: CWS dr61 (1.18.16); FILE MERGED 2008/05/19 12:24:04 dr 1.18.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8c0e05b22828d5af088b1931f68fc92b70bf2dfa]

        INTEGRATION: CWS dr61 (1.17.16); FILE MERGED 2008/05/19 12:24:04 dr 1.17.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [d04420d72c2bb3311b11dadd178d785f8418a027]

        INTEGRATION: CWS sb90 (1.18.18); FILE MERGED 2008/06/26 08:58:07 sb 1.18.18.1: #157787# new copyEditionData custom action

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [a9ba14ae57834d291e5096fc3b52c8d757528377]

        INTEGRATION: CWS sb90 (1.10.28); FILE MERGED 2008/06/26 08:58:07 sb 1.10.28.1: #157787# new copyEditionData custom action

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b17497f8f6437a26379d1b69e42679b3c611c56e]

        INTEGRATION: CWS dr61 (1.8.16); FILE MERGED 2008/05/19 12:24:03 dr 1.8.16.1: #i10000# removed remaining include guards

2008-07-02  Vladimir Glazounov  <vg@openoffice.org>  [4897082104aa7b58553f34b493e3539aa8d237ca]

        INTEGRATION: CWS sb90 (1.1.2); FILE ADDED 2008/06/26 08:58:38 sb 1.1.2.1: #157787# new copyEditionData custom action

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e7e54be3f47e4d57f2032b5dd328054aeb7ec9d1]

        INTEGRATION: CWS dr61 (1.87.16); FILE MERGED 2008/05/19 12:24:03 dr 1.87.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9ed43862d81c1f0b03adcf7fe80f44518e709cfa]

        INTEGRATION: CWS dr61 (1.32.16); FILE MERGED 2008/05/19 12:24:03 dr 1.32.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e4740e0428e6f3c7c92cc51c02e382fa0d9cb23a]

        INTEGRATION: CWS dr61 (1.11.16); FILE MERGED 2008/05/19 12:24:03 dr 1.11.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [787ccfbb8fbc6d255d72bf8f22e570bf25782014]

        INTEGRATION: CWS dr61 (1.12.8); FILE MERGED 2008/05/22 11:43:15 dr 1.12.8.4: RESYNC: (1.13-1.14); FILE MERGED 2008/04/23 12:21:35 dr 1.12.8.3: RESYNC: (1.12-1.13); FILE MERGED 2008/04/03 09:49:45 dr 1.12.8.2: #i86465# export of error bars with manual data source 2008/04/03 09:01:03 dr 1.12.8.1: #i86465# import of error bars with manual data source

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [80891871aa625445c0b0ce1ac2899daa450ce2ef]

        INTEGRATION: CWS dr61 (1.5.16); FILE MERGED 2008/05/19 12:24:03 dr 1.5.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [be1af1bb56b424b4e631f5d8cd6b3e7c8dfa46e4]

        INTEGRATION: CWS dr61 (1.7.16); FILE MERGED 2008/05/19 12:24:03 dr 1.7.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [456662c25798a05d8b0a56eac97e5d704ece2091]

        INTEGRATION: CWS dr61 (1.11.8); FILE MERGED 2008/05/28 12:40:45 dr 1.11.8.6: #i88264# pie rotation in 3d pie charts 2008/05/22 11:43:09 dr 1.11.8.5: RESYNC: (1.12-1.13); FILE MERGED 2008/04/23 12:21:38 dr 1.11.8.4: RESYNC: (1.11-1.12); FILE MERGED 2008/04/03 09:01:03 dr 1.11.8.3: #i86465# import of error bars with manual data source 2008/04/02 14:29:31 dr 1.11.8.2: #i71684# rotation direction in pie charts 2008/04/02 13:35:41 dr 1.11.8.1: #i85658# ignore pivot charts completely

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [b8c14f20f2c01385337d71c5f78dca83d9ecc2f5]

        INTEGRATION: CWS dr61 (1.5.8); FILE MERGED 2008/06/24 09:38:31 dr 1.5.8.7: #i86465# write correct point counts in errorbar/trendline series objects to make XL2007SP1 happy 2008/05/28 12:40:45 dr 1.5.8.6: #i88264# pie rotation in 3d pie charts 2008/05/22 11:43:06 dr 1.5.8.5: RESYNC: (1.6-1.7); FILE MERGED 2008/04/23 12:21:41 dr 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 09:20:02 dr 1.5.8.3: #i87594# automatic categories broken 2008/04/03 09:49:44 dr 1.5.8.2: #i86465# export of error bars with manual data source 2008/04/02 14:29:31 dr 1.5.8.1: #i71684# rotation direction in pie charts

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e4556fb37de03441ab626f006da57d298b53d425]

        INTEGRATION: CWS dr61 (1.48.16); FILE MERGED 2008/05/19 12:24:03 dr 1.48.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [559e5781e88ec18cfa1e0e0e15388dfc2907c05a]

        INTEGRATION: CWS dr61 (1.12.16); FILE MERGED 2008/05/19 12:24:03 dr 1.12.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [88fc8518609b101c0a1d3a5ee80367dd9f448b97]

        INTEGRATION: CWS dr61 (1.5.16); FILE MERGED 2008/05/19 12:24:02 dr 1.5.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d12f6a9cb5607c40aa3f0d4c93c01d7fdef1468b]

        INTEGRATION: CWS dr61 (1.14.16); FILE MERGED 2008/05/19 12:24:02 dr 1.14.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [73e46a4e35080f706fbcf1b6fb68cc0b65f0d40f]

        INTEGRATION: CWS dr61 (1.3.16); FILE MERGED 2008/05/19 12:24:02 dr 1.3.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [0d206c5981681ea40185d08b8a880037bfeba40c]

        INTEGRATION: CWS dr61 (1.43.16); FILE MERGED 2008/05/19 12:24:02 dr 1.43.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [be50c3e1fe58acba5a130b20424be59110db4783]

        INTEGRATION: CWS dr61 (1.4.16); FILE MERGED 2008/05/19 12:24:02 dr 1.4.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ff89467df7b363ffcbfdc6ff0ddb90a38964e41e]

        INTEGRATION: CWS dr61 (1.15.16); FILE MERGED 2008/05/19 12:24:02 dr 1.15.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [688c4dfc007eb1ffb58fd9a4ba92f6cf8ef025c8]

        INTEGRATION: CWS dr61 (1.8.16); FILE MERGED 2008/05/19 12:24:02 dr 1.8.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [e9bd08f070c91c66baa33779b46a7572135bacfd]

        INTEGRATION: CWS dr61 (1.6.16); FILE MERGED 2008/05/19 12:24:02 dr 1.6.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9798d449a4dbe2e8add70edb85a85bf1ff49d693]

        INTEGRATION: CWS dr61 (1.3.16); FILE MERGED 2008/05/19 12:24:02 dr 1.3.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [54a02aee72e80af968dad1c1a650eae1475bc9cd]

        INTEGRATION: CWS dr61 (1.42.16); FILE MERGED 2008/05/19 12:24:02 dr 1.42.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8edc2732980c006d5437cd454ffb6bc33ec2d472]

        INTEGRATION: CWS dr61 (1.11.16); FILE MERGED 2008/05/19 12:24:02 dr 1.11.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ca9f54cd4cabb17c5b3445f1f1f57e9cd8484293]

        INTEGRATION: CWS dr61 (1.6.16); FILE MERGED 2008/05/19 12:24:01 dr 1.6.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8985fe69377e1b3a2ba928642cded8dedb1ab1c4]

        INTEGRATION: CWS dr61 (1.8.16); FILE MERGED 2008/06/24 09:38:31 dr 1.8.16.3: #i86465# write correct point counts in errorbar/trendline series objects to make XL2007SP1 happy 2008/05/22 11:43:12 dr 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2008/05/19 12:24:01 dr 1.8.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [3c5f1479d62b491a9e02f20e5a28997dc976e3f7]

        INTEGRATION: CWS dr61 (1.13.16); FILE MERGED 2008/05/19 12:24:01 dr 1.13.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7f73e8cf40dc56e1738028cd8c0082f6ce93caf1]

        INTEGRATION: CWS dr61 (1.8.16); FILE MERGED 2008/05/19 12:24:01 dr 1.8.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c940478f2ee4a8d7857edbf151fad67341a1c3ad]

        INTEGRATION: CWS dr61 (1.50.16); FILE MERGED 2008/05/19 12:24:01 dr 1.50.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4a2ebc2fb9c1b3d4ac0d765bddbc00930d5da989]

        INTEGRATION: CWS dr61 (1.70.16); FILE MERGED 2008/05/19 12:24:01 dr 1.70.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [76cb9cdea5285818a6c215119d900f8165498904]

        INTEGRATION: CWS dr61 (1.21.16); FILE MERGED 2008/05/19 12:24:01 dr 1.21.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [4dad7454e148201070efdb7773598ee2120adca7]

        INTEGRATION: CWS dr61 (1.18.16); FILE MERGED 2008/05/19 12:24:01 dr 1.18.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7e2289d062bd551cbb9cd46c6dff32b85dc3055d]

        INTEGRATION: CWS dr61 (1.48.16); FILE MERGED 2008/05/19 12:24:01 dr 1.48.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [42ee6c87f9a9c6e4568f7c3d9e3b0128f1ec7575]

        INTEGRATION: CWS dr61 (1.4.16); FILE MERGED 2008/05/19 12:24:01 dr 1.4.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bcf9786c7cdcf5926b1b9ddfd5fafd1532313601]

        INTEGRATION: CWS dr61 (1.23.16); FILE MERGED 2008/05/19 12:24:01 dr 1.23.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [477c6a8e2bf4927faa614a0ada9448ff069f8e91]

        INTEGRATION: CWS dr61 (1.31.16); FILE MERGED 2008/05/19 12:24:01 dr 1.31.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [39c4c40706e7523f7ab49ea0d9f46e3c356ee8e2]

        INTEGRATION: CWS dr61 (1.27.16); FILE MERGED 2008/05/19 12:24:00 dr 1.27.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d58f42722e04e09d39354859494d1def13dfcb93]

        INTEGRATION: CWS dr61 (1.9.66); FILE MERGED 2008/05/22 11:43:03 dr 1.9.66.3: RESYNC: (1.10-1.11); FILE MERGED 2008/04/23 12:21:57 dr 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/03 09:50:11 dr 1.9.66.1: #i86465# export of error bars with manual data source

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [980a7a931be9423563be188c4ff8f7b61d658eb1]

        INTEGRATION: CWS dr61 (1.37.16); FILE MERGED 2008/05/19 12:24:00 dr 1.37.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [7b4238cd21492ae9d42edac16d0acdcf4968857f]

        INTEGRATION: CWS dr61 (1.18.16); FILE MERGED 2008/05/19 13:35:56 dr 1.18.16.1: #156167# create dummy pivot cache from deleted sheet data

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [47a6f86c30d099a1950ece9b1189fe4b977e22c0]

        INTEGRATION: CWS dr61 (1.55.66); FILE MERGED 2008/04/23 12:21:48 dr 1.55.66.2: RESYNC: (1.55-1.56); FILE MERGED 2008/04/02 13:35:27 dr 1.55.66.1: #i85658# ignore pivot charts completely

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bd627cb447715172c33b48f192cb32e86e321264]

        INTEGRATION: CWS dr61 (1.18.8); FILE MERGED 2008/05/28 12:40:45 dr 1.18.8.7: #i88264# pie rotation in 3d pie charts 2008/05/22 11:43:00 dr 1.18.8.6: RESYNC: (1.19-1.20); FILE MERGED 2008/04/23 12:21:44 dr 1.18.8.5: RESYNC: (1.18-1.19); FILE MERGED 2008/04/03 09:50:11 dr 1.18.8.4: #i86465# export of error bars with manual data source 2008/04/03 09:00:43 dr 1.18.8.3: #i86465# import of error bars with manual data source 2008/04/02 14:30:34 dr 1.18.8.2: #i71684# rotation direction in pie charts 2008/04/02 13:35:26 dr 1.18.8.1: #i85658# ignore pivot charts completely

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bf2471deb952d18d594a8705ef5d8e33133f5ebc]

        INTEGRATION: CWS dr61 (1.33.16); FILE MERGED 2008/05/19 12:24:00 dr 1.33.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [8cce386af1076ebe809b191ba7b463e3c728802c]

        INTEGRATION: CWS dr61 (1.20.16); FILE MERGED 2008/05/19 12:24:00 dr 1.20.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1d188a7a7f71b8f299bafbe3f8c7098182198a64]

        INTEGRATION: CWS dr61 (1.10.16); FILE MERGED 2008/05/19 12:24:00 dr 1.10.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2fae5e5a7f0f118d0ce293c1c8483dbc61ce48ed]

        INTEGRATION: CWS dr61 (1.24.22); FILE MERGED 2008/04/23 12:21:54 dr 1.24.22.3: RESYNC: (1.24-1.25); FILE MERGED 2008/04/04 09:43:16 dr 1.24.22.2: #i86439# no more 'comments' allowed in formulas 2008/04/03 13:36:06 dr 1.24.22.1: #i86439# add parentheses needed for '~' range list operator

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ba4e43f38ba573fd7c7d3d94491fcb3324697a7c]

        INTEGRATION: CWS dr61 (1.8.8); FILE MERGED 2008/06/24 09:38:31 dr 1.8.8.11: #i86465# write correct point counts in errorbar/trendline series objects to make XL2007SP1 happy 2008/06/18 07:51:50 dr 1.8.8.10: #i10000# mac warning 2008/05/28 12:40:45 dr 1.8.8.9: #i88264# pie rotation in 3d pie charts 2008/05/22 11:42:57 dr 1.8.8.8: RESYNC: (1.9-1.10); FILE MERGED 2008/04/23 12:21:51 dr 1.8.8.7: RESYNC: (1.8-1.9); FILE MERGED 2008/04/04 09:19:47 dr 1.8.8.6: #i87594# automatic categories broken 2008/04/04 09:08:52 dr 1.8.8.5: #i87594# automatic categories broken 2008/04/04 08:53:57 dr 1.8.8.4: #i85826# correct axis label position 2008/04/03 09:50:11 dr 1.8.8.3: #i86465# export of error bars with manual data source 2008/04/02 14:30:34 dr 1.8.8.2: #i71684# rotation direction in pie charts 2008/04/02 12:42:48 dr 1.8.8.1: #i87594# default for chart source links

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9763f48855169b242cf472b75b2a6e3c503a1a3a]

        INTEGRATION: CWS dr61 (1.33.14); FILE MERGED 2008/06/17 15:54:02 dr 1.33.14.2: RESYNC: (1.33-1.34); FILE MERGED 2008/05/22 09:21:53 dr 1.33.14.1: #i88642# update doc info before saving

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [bc893984d11bde6a6b9ccc7626bcfd65a21086a7]

        INTEGRATION: CWS dr61 (1.124.16); FILE MERGED 2008/05/28 14:25:31 dr 1.124.16.2: RESYNC: (1.124-1.125); FILE MERGED 2008/05/19 12:24:00 dr 1.124.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f4eb26c768b5da16cc3432ca27acc8cdea557d37]

        INTEGRATION: CWS dr61 (1.26.16); FILE MERGED 2008/05/19 12:24:00 dr 1.26.16.1: #i10000# removed remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1acd0022d8ed7b17e77e9a649006172d06baad21]

        INTEGRATION: CWS dr61 (1.5.16); FILE MERGED 2008/05/26 16:47:59 dr 1.5.16.1: remove remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [849a5d3e5591d0586d63b2043b6414925b86e3c0]

        INTEGRATION: CWS dr61 (1.26.16); FILE MERGED 2008/05/21 11:56:54 dr 1.26.16.1: #i57772# Excel add-in function names for unknown language should fall-back to en-US, not to first entry of unordered list

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [d58cb9ce30190782f4eedc850824eee15c8a6a55]

        INTEGRATION: CWS dr61 (1.7.16); FILE MERGED 2008/05/26 16:47:58 dr 1.7.16.1: remove remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [ea5f4d8ee323c8e69f4b28b72c5e7c754cbc1c11]

        INTEGRATION: CWS dr61 (1.5.16); FILE MERGED 2008/05/26 16:47:58 dr 1.5.16.1: remove remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [2d0dd791bebf4f1738ce8436cc3d87aaaedf8c64]

        INTEGRATION: CWS dr61 (1.11.16); FILE MERGED 2008/05/26 16:47:58 dr 1.11.16.1: remove remaining include guards

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9964a76ef58786bba47d409970512d7ded6c8889]

        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>  [e4a6e4284dae1ca6fbfa7d1e43690dbf87d796cd]

        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>  [e6678f491eeacaec8e128dc11b4a0eccaf3b08e0]

        INTEGRATION: CWS dr61 (1.5.78); FILE MERGED 2008/04/23 12:17:40 dr 1.5.78.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/01 14:58:29 dr 1.5.78.1: #i86308# unused methods, patch by cmc

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [55dff22611659a1567c968fbf9e512a2765ab62e]

        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>  [15378f31d3439fe5238244fe2c2938d84b4d4292]

        INTEGRATION: CWS dr61 (1.14.2); FILE MERGED 2008/04/23 12:17:43 dr 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/01 14:58:29 dr 1.14.2.1: #i86308# unused methods, patch by cmc

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1fd39053ee760565a2f0ad2402a7706a24ac2a93]

        INTEGRATION: CWS adifacedoc (1.7.8); FILE MERGED 2008/07/02 05:29:07 fs 1.7.8.1: #i85692#

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [158c96d9037e9fa0ddbc5aafaee3512163439265]

        INTEGRATION: CWS dr61 (1.32.78); FILE MERGED 2008/04/23 12:17:37 dr 1.32.78.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/01 14:56:33 dr 1.32.78.1: #i86308# unused methods, patch by cmc

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [1c2b8095631a3c2d2f396bf50a8f0c62f49be65c]

        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>  [c871378ce08452456a3e4a1d36d6f5656d6ced89]

        INTEGRATION: CWS adifacedoc (1.14.8); FILE MERGED 2008/07/02 05:29:07 fs 1.14.8.1: #i85692#

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [f43d0a11092a3e56ea5163fedab5ae1fb1794ce1]

        INTEGRATION: CWS dr61 (1.56.6); FILE MERGED 2008/04/23 12:17:34 dr 1.56.6.2: RESYNC: (1.56-1.57); FILE MERGED 2008/04/01 14:56:33 dr 1.56.6.1: #i86308# unused methods, patch by cmc

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [c706d836532455cd0fe06af9169ab28f5fcb8534]

        INTEGRATION: CWS adifacedoc (1.10.8); FILE MERGED 2008/07/02 05:29:07 fs 1.10.8.1: #i85692#

2008-07-02  Rüdiger Timm  <rt@openoffice.org>  [9bbdb52df370c69c0f7eba387a2068ee80bd7994]

        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>  [48a2a4389ac698eb9eeb8c181dad87760a373313]

        INTEGRATION: CWS impress143 (1.172.44); FILE MERGED 2008/06/12 14:06:01 af 1.172.44.2: RESYNC: (1.172-1.173); FILE MERGED 2008/05/28 08:25:18 sj 1.172.44.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5a3337cad81c07db15e14ea77bd86775c8aca397]

        INTEGRATION: CWS impress143 (1.43.58); FILE MERGED 2008/05/28 08:20:28 sj 1.43.58.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [123442ed7953df3824703c4da6b7a18c2472367f]

        INTEGRATION: CWS impress143 (1.49.46); FILE MERGED 2008/05/28 13:49:39 af 1.49.46.3: Fixed build problems (shadowed variables). 2008/05/28 08:29:02 sj 1.49.46.2: #i85649# added user defined path for connector objects 2008/05/23 14:04:46 sj 1.49.46.1: #i89837# fixed crash when loading vertical fontwork objects

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [18ce284bf23706203ad799b7fc24e95bcb8e45ea]

        INTEGRATION: CWS impress143 (1.79.58); FILE MERGED 2008/05/28 08:20:28 sj 1.79.58.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6f74cc9d0809a71debbfc41f121df1624732e720]

        INTEGRATION: CWS impress143 (1.159.56); FILE MERGED 2008/06/12 14:06:10 af 1.159.56.2: RESYNC: (1.159-1.161); FILE MERGED 2008/05/15 13:39:19 sj 1.159.56.1: #i89480# fixed crash

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cc2c39dcbd7a201f133060ef7e2f768feca4a967]

        INTEGRATION: CWS impress143 (1.19.60); FILE MERGED 2008/05/19 10:54:28 sj 1.19.60.1: #i84141# added patch

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [225e929c7bd5fbec0a04cfb588d5871f9d2a3ca8]

        INTEGRATION: CWS impress143 (1.15.58); FILE MERGED 2008/05/27 16:06:20 sj 1.15.58.1: #i85539# changed order of removing vc and oc from voc

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9513f3292d3586d7c31b8992cf5c574edd929a04]

        INTEGRATION: CWS impress143 (1.154.58); FILE MERGED 2008/06/12 14:05:55 af 1.154.58.2: RESYNC: (1.154-1.155); FILE MERGED 2008/05/28 08:28:18 sj 1.154.58.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c79f68af92519632183d19ffb5723a89ffd3fe12]

        INTEGRATION: CWS impress143 (1.22.60); FILE MERGED 2008/05/28 08:27:36 sj 1.22.60.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8ef147b99bb2c196499953f85432114c6aa8fdc3]

        INTEGRATION: CWS impress143 (1.19.60); FILE MERGED 2008/05/28 08:27:36 sj 1.19.60.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f2d0c239b795edeb2944bb961643ad71da8c4f84]

        INTEGRATION: CWS impress143 (1.4.58); FILE MERGED 2008/06/12 14:06:23 af 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/28 08:25:46 sj 1.4.58.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f9f859a27f4837d22b7399976249c75e10463c52]

        INTEGRATION: CWS impress143 (1.3.58); FILE MERGED 2008/05/28 08:19:52 sj 1.3.58.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [90d1d0a6a0e45b3c20119b01eabed9df125f7d67]

        INTEGRATION: CWS impress143 (1.5.58); FILE MERGED 2008/05/28 08:28:46 sj 1.5.58.1: #i85649# added user defined path for connector objects

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ad70e14a4a3253a1c9335f85b265aa0b81484188]

        INTEGRATION: CWS impress143 (1.5.58); FILE MERGED 2008/06/12 14:06:18 af 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/15 13:41:08 sj 1.5.58.1: #i89480# fixed crash

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [db3ff2860340550e6cb6023905cb7d454b194299]

        INTEGRATION: CWS aquavcl08 (1.2.22); FILE MERGED 2008/06/19 10:35:14 pl 1.2.22.2: RESYNC: (1.2-1.4); FILE MERGED 2008/06/03 10:59:32 pl 1.2.22.1: #i90290# get the button text

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e2b8c1c61d5cd7edbf6b1c7c8d93c38307261c1d]

        INTEGRATION: CWS aquavcl08 (1.25.8); FILE MERGED 2008/05/15 12:54:14 cloph 1.25.8.1: Issue number: #i88987# increase java VM version for Mac OSX

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2fedc035a48cc7f8e951fa6b4a9885dacf97b38a]

        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>  [e6bad0492d2694b04b85ad7e24b83c986d71a282]

        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>  [87bbdefe14dc4eaff67e71456ba16164685f4077]

        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>  [82ab1f1cff9ac7937911bd608e669c355640c2e7]

        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>  [c4d57e4f39663b853f2192e96028b2bd33a5320a]

        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>  [e9596f903c2d9e710ecc4a172c0da2c4918e8201]

        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>  [398babcfa950aa8e664c88f415093a4b49cc0e77]

        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>  [0a210e99ff283f37b8ada260820b67c6e12d78f5]

        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>  [74b8240d922ce3421c9e155fdeaf9770bc5ef25e]

        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>  [35c5c7f5109c40a28ae8e555f3899d3b2f0962e3]

        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>  [f1b0026f91cf9d2653f6883b36735b4fd1024188]

        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>  [7f73fc0544665e279674e6fae1ddef65eafc8407]

        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>  [3425405ca0d899042fc5bb3841cf049eaf8fa61e]

        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>  [03cfbd5dee1890dc25c8405ada4866edc963d38c]

        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>  [7c8c11e2064636ad141d0fb4ea0d62c1634fb7cd]

        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>  [7351d55efe0204b1b3d6b9e54c5f79a9289f05e1]

        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>  [229e984da84c128c31fb4c2eb4b19848fa24c471]

        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>  [d6c6a93c68c63aaec8bf643d94e1ddf756257d33]

        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>  [d872044eeb6786e5c87b47a9b8a36e24c9118a9e]

        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>  [b6035a68916d94cc8123162741200639ed82d362]

        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>  [3eb8199d98f2e9c694021dcec09d321525445e2f]

        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>  [a41f3ab89bb4f4a609dbb933690694edb31c05a4]

        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>  [d583a88451437251648ae7aa5de4779566cc427b]

        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>  [da4d070d9d2d563f6e1401496957b22b51c81ff9]

        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>  [934f52cc780613e6524a653a5e5e4dcdaafc585e]

        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>  [5f5f9cc59375a3188f8d88a0bce9d413b61bb097]

        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>  [7929b2d1d9058a4f5ee2447982855ad8b58f0ab9]

        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>  [4c3adecdef9e3ba2e5f3b5fab8f3bbec0f27b2ab]

        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>  [7e44454666b42d22600d13ed1ca7c36216991d34]

        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>  [63374de55b722e04673ce6125ccce4556989fb39]

        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>  [bc5b1c458410c9b22494e3756f81189508af274c]

        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>  [72991ea03ea332fa55bc99d3f038765a5b924327]

        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>  [403efccaa3344f31c218df20f5525ace6e501cb3]

        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>  [1a16ee99363579db6bc2a9a09a1f8378a5308012]

        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>  [11eb4819574a982dddacbd2d4c2a57d711d6db01]

        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>  [5a7328fd5eaba3034bddecea505ad712d78fd185]

        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>  [d3a973240083ed3f553fbe70ae0ca7c09166cce4]

        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>  [7d2dce07311d37387d77d0eaab084ee590485a8f]

        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>  [b9d2209f0cdb8cc0fde276567e63f9dac00b6764]

        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>  [2f1cd2a9f43f48e7fea9c556adbcfad05dccdcbc]

        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>  [5c7ab555202f9e396a763769634f247fd0d5677f]

        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>  [1eb47ab0e9d3a5a5b1fe30b18dbeb10f6100e3b4]

        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>  [8264e00aee8c395051a01e3d89dfb6c8c559d98e]

        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>  [2217e2a2376ef45edec58b7a619a25f5fd9337c5]

        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>  [7754a4acdee910aaefbd9a3e01befd77e66800e9]

        INTEGRATION: CWS impress143 (1.42.20); FILE MERGED 2008/05/14 09:53:43 af 1.42.20.1: #i83848# Fixed forwarding of key input.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e5d42d967f3f7d347d284697a3679c5c4c5485cb]

        INTEGRATION: CWS impress143 (1.25.20); FILE MERGED 2008/05/15 15:42:30 af 1.25.20.2: #151108# Avoid crash when request has no arguments. 2008/05/15 11:13:02 af 1.25.20.1: #i83631# Hide 'insert slide' context menu entry when active shell does not support SID_INSERTPAGE slot.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [621a3410f6ee9ab21bc6ff3b9cfa60fb7b9cf302]

        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>  [61366eac48d313050b93aa383e6ddc925d996e23]

        INTEGRATION: CWS impress143 (1.3.20); FILE MERGED 2008/05/13 14:04:45 af 1.3.20.1: #i88765# Added include statement for precompiled headers.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ae8fb2908e4e536012ef7f4d67b9c0fd75f3d6c7]

        INTEGRATION: CWS impress143 (1.18.20); FILE MERGED 2008/05/19 14:41:36 af 1.18.20.1: #130707# Catch DisposedException to avoid crash.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [615dba8819bf494c34f7986e4b012f83cea361bf]

        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>  [2fd5be6405aa212f73031b5b6a049d9137fade5c]

        INTEGRATION: CWS impress143 (1.10.20); FILE MERGED 2008/05/27 15:34:24 af 1.10.20.1: #i88002# Avoid use of invalidated iterator.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7d52760cfc42c934463cb84eab0d12c8c8f7e7ab]

        INTEGRATION: CWS aquavcl08 (1.29.120); FILE MERGED 2008/06/24 10:46:19 pl 1.29.120.2: RESYNC: (1.29-1.30); FILE MERGED 2008/06/18 17:57:30 pl 1.29.120.1: #i90063# a little more space for check boxes (align with fixed texts below)

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [79342949efb6281806e766071f4e8ad9618d2f20]

        INTEGRATION: CWS aquavcl08 (1.21.120); FILE MERGED 2008/06/18 17:50:54 pl 1.21.120.1: #i90063# let year number fit in spin field also on Mac

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cd74b2d8e386947b5e15d1ce6c26131ff442fa8b]

        INTEGRATION: CWS impress143 (1.3.20); FILE MERGED 2008/05/13 14:02:59 af 1.3.20.1: #i88765# Added include statement for precompiled headers.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f86d51eb3b236869333f88888f24b1b8be88ea0f]

        INTEGRATION: CWS impress143 (1.3.18); FILE MERGED 2008/05/13 13:59:51 af 1.3.18.1: #i88765# Added include statement for precompiled headers.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f87fb02bd3269b8b49b2247ffd02120c9458deae]

        INTEGRATION: CWS impress143 (1.5.20); FILE MERGED 2008/05/27 14:34:49 af 1.5.20.1: #i82219# HandleModeChangeSlot() now finds correct view shell in center pane.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f292c9f90883fde75584415dd3e3dc50ae719d8d]

        INTEGRATION: CWS impress143 (1.3.20); FILE MERGED 2008/05/27 15:12:38 af 1.3.20.1: #i78860# Do not register view tab bar factory when in preview mode.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3e2584f815dde5e397b52b8d1279a026adbd158d]

        INTEGRATION: CWS aquavcl08 (1.60.32); FILE MERGED 2008/05/22 12:11:39 pl 1.60.32.1: #i89462# if you would accept file list, say so

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5d9a1b986fe6c8349f5a26936bb0a4618277697f]

        INTEGRATION: CWS impress143 (1.47.40); FILE MERGED 2008/05/28 08:26:33 sj 1.47.40.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ae64b0a47a6dcf134cc97c4e23bfb7462628b4ba]

        INTEGRATION: CWS impress143 (1.126.40); FILE MERGED 2008/05/28 08:26:33 sj 1.126.40.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f6978b3fa4b67675d4463afb51f109a0d33e725c]

        INTEGRATION: CWS impress143 (1.65.40); FILE MERGED 2008/05/28 08:26:33 sj 1.65.40.1: #i85649# added user defined path

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [97556a56364aa75dac8176ada15f2ef392c92a4f]

        INTEGRATION: CWS aquavcl08 (1.49.8); FILE MERGED 2008/06/24 09:35:18 pl 1.49.8.1: #i89005# activate mac system specifics in help

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [df6a2f00f8b18023fda6ca3ae645d963b6354f81]

        INTEGRATION: CWS odfpfixes01 (1.1.2); FILE ADDED 2008/06/17 17:47:04 is 1.1.2.1: #158103# hiding three layer office

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e4d2186204f674126bf970dcab53beb8c1c29efc]

        INTEGRATION: CWS odfpfixes01 (1.64.8); FILE MERGED 2008/06/17 17:46:41 is 1.64.8.1: #158103# hiding three layer office

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dcd7a2ddb14e26b8375e5aee234c4d45ec41a294]

        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>  [a939bb7e8173108c83c5080ca17a97278b086d5e]

        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>  [f982b722fb71032cca2b6cd9cdc46cdace2fbf15]

        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>  [1ea6d7ad613398902620fd7866397ab55cc4e491]

        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>  [5257d67585f001af8f352719714a1b62400ffca3]

        INTEGRATION: CWS odfpfixes01 (1.9.76); FILE MERGED 2008/06/06 10:37:25 sb 1.9.76.1: #158062# added brandbaseurl path variable; updated documentation

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [538883acd7e03bfe452479e495748ec20cb1a528]

        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>  [1f9e23b40fcbc0362bd5810cb1eab63241e16832]

        INTEGRATION: CWS odfpfixes01 (1.47.54); FILE MERGED 2008/06/17 17:44:40 is 1.47.54.1: #158103# hiding three layer office

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7d2649a1ef896cdc702f5fb84a771a751dc6654c]

        INTEGRATION: CWS odfpfixes01 (1.95.34); FILE MERGED 2008/06/17 17:44:40 is 1.95.34.1: #158103# hiding three layer office

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fe4537fc2bbd473186c9c7834ff93af0463ceba6]

        INTEGRATION: CWS odfpfixes01 (1.111.54); FILE MERGED 2008/06/17 17:44:39 is 1.111.54.1: #158103# hiding three layer office

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2e95a48a6064586c8a67bac167143c225a7e4c54]

        INTEGRATION: CWS odfpfixes01 (1.21.26); FILE MERGED 2008/06/06 09:42:36 sb 1.21.26.1: #158062# added brandbaseurl path variable

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [38fc1dd084df0ee39c78d433c3d7bd6b9313a9d6]

        INTEGRATION: CWS odfpfixes01 (1.13.46); FILE MERGED 2008/06/06 09:42:36 sb 1.13.46.1: #158062# added brandbaseurl path variable

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f200b6e2c9ae78ced3bb234ea0ef81f0d7bfd3d2]

        INTEGRATION: CWS odfmetadata (1.9.30); FILE MERGED 2008/06/17 09:57:27 mst 1.9.30.1: - unoxml/prj/build.lst:   + add new directory: source/rdf   + add new dependency: redland - unoxml/source/rdf:   + new library unordf: redland-based RDF repository - unoxml/qa/complex:   + add complex test: RDFRepositoryTest

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b718cb75dfd45a819360096204ac579545e166cd]

        INTEGRATION: CWS odfmetadata (1.127.14); FILE MERGED 2008/06/26 11:13:54 mst 1.127.14.3: - xmloff/source/core/xmltoken.cxx:   + fix resync mismerge 2008/06/25 10:00:48 mst 1.127.14.2: RESYNC: (1.127-1.128); FILE MERGED 2008/06/19 17:02:39 mst 1.127.14.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a9cf24fef6821188853a1045434531479c5b4551]

        INTEGRATION: CWS odfmetadata (1.23.14); FILE MERGED 2008/06/25 10:01:00 mst 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2008/06/19 17:02:38 mst 1.23.14.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f03a176c96be54bea1bd515b5726658f596a6154]

        INTEGRATION: CWS dr62 (1.10.6); FILE MERGED 2008/06/17 15:17:54 dr 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2008/06/13 07:07:07 iha 1.10.6.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5291f816e96393122c97d2067ca94c3063519786]

        INTEGRATION: CWS dr62 (1.15.6); FILE MERGED 2008/06/17 15:17:57 dr 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2008/06/13 07:08:07 iha 1.15.6.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [684ef8b63c32e2fbc3dad7c01dad9581c2c91b1c]

        INTEGRATION: CWS dr62 (1.50.96); FILE MERGED 2008/06/04 13:14:11 tbe 1.50.96.1: #i84085# Number formatter: Preview box cannot be accessed by testool

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd86bb200af6cf5ca3202d40572f8ef38447e424]

        INTEGRATION: CWS dr62 (1.24.96); FILE MERGED 2008/06/12 10:41:29 tbe 1.24.96.1: #i70916# [a11y] Text in spread sheet cells return the wrong extents

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cd932ad9627782bc32583fc68351adfd84805714]

        INTEGRATION: CWS dr62 (1.76.96); FILE MERGED 2008/06/04 13:13:02 tbe 1.76.96.1: #i84085# Number formatter: Preview box cannot be accessed by testool

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d81602e61f7eea457f9d8f05f3b9307a0326e460]

        INTEGRATION: CWS odfmetadata (1.28.74); FILE MERGED 2008/06/26 11:09:24 mst 1.28.74.2: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf:     use include makefile redlandversion.mk for soname versioning 2008/06/17 08:57:20 mst 1.28.74.1: - scp2/source/ooo/{file_library_ooo.scp,module_hidden_ooo.scp,     shortcut_ooo.scp}:   + add external redland libraries:     gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf   + add unordf component library: gid_File_Lib_Unordf

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [57fb6ad93d0e4340c63100dbd750f6b3fd438ee2]

        INTEGRATION: CWS odfmetadata (1.98.4); FILE MERGED 2008/06/25 10:13:40 mst 1.98.4.2: RESYNC: (1.98-1.100); FILE MERGED 2008/06/17 08:57:20 mst 1.98.4.1: - scp2/source/ooo/{file_library_ooo.scp,module_hidden_ooo.scp,     shortcut_ooo.scp}:   + add external redland libraries:     gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf   + add unordf component library: gid_File_Lib_Unordf

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [125289385d02714b08d33530fce6eaea4e8ccbee]

        INTEGRATION: CWS odfmetadata (1.68.4); FILE MERGED 2008/06/26 11:09:24 mst 1.68.4.3: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf:     use include makefile redlandversion.mk for soname versioning 2008/06/25 10:13:36 mst 1.68.4.2: RESYNC: (1.68-1.69); FILE MERGED 2008/06/23 08:51:00 mst 1.68.4.1: #i90956# - scp2/source/ooo/makefile.mk:   + add patch from rene: define macro SYSTEM_REDLAND

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1d021fa800a2c2076582179174cbdc461bb42324]

        INTEGRATION: CWS odfmetadata (1.290.4); FILE MERGED 2008/06/26 11:09:23 mst 1.290.4.3: - scp2/source/ooo/{makefile.mk,file_library_ooo.scp,shortcut_ooo.scp}:   + gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf:     use include makefile redlandversion.mk for soname versioning 2008/06/25 10:13:51 mst 1.290.4.2: RESYNC: (1.290-1.292); FILE MERGED 2008/06/17 08:57:20 mst 1.290.4.1: - scp2/source/ooo/{file_library_ooo.scp,module_hidden_ooo.scp,     shortcut_ooo.scp}:   + add external redland libraries:     gid_File_Lib_Raptor, gid_File_Lib_Rasqal, gid_File_Lib_Rdf   + add unordf component library: gid_File_Lib_Unordf

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8203fec607d431c99a1d6c70014e802068947704]

        INTEGRATION: CWS odfmetadata (1.28.4); FILE MERGED 2008/06/27 16:11:16 mst 1.28.4.1: - scp2/prj/build.lst:   + add dependency on redland (for redlandversion.mk)

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1c0d55b1602cf4b9fc1b4538c5b1816a95b2f3ea]

        INTEGRATION: CWS dr62 (1.25.54); FILE MERGED 2008/06/02 15:50:57 nn 1.25.54.1: #i80437# don't use document broadcast to notify sheet change in view

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7055b132690aea4dcec7971f5c4b7dd2d91be130]

        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>  [6b38d615aee0eb12660f18aa84a55b47578b5119]

        INTEGRATION: CWS dr62 (1.67.48); FILE MERGED 2008/05/30 11:49:51 nn 1.67.48.1: #i85232# PaintArea: include area below cells

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f2f25eacd6d9e23f1158afb9c3891ad65d3805d8]

        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>  [3140eaeed33acb235bd75541393b63ca6f0d0f08]

        INTEGRATION: CWS dr62 (1.57.20); FILE MERGED 2008/06/16 14:06:46 iha 1.57.20.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [21deb153f811b36ec908de9b941c04d79d2263eb]

        INTEGRATION: CWS dr62 (1.95.12); FILE MERGED 2008/06/17 16:14:09 nn 1.95.12.2: #i86734# prefer STRING to FILE_LIST/FILE for pasting selection 2008/05/30 09:49:02 nn 1.95.12.1: #i84277# dont delete filter box while filling it

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7bc25331e433e118efa1faaec76de08dac87d1d0]

        INTEGRATION: CWS odfmetadata (1.13.8); FILE MERGED 2008/06/11 14:56:03 mst 1.13.8.1: - udkapi/com/sun/star/beans/Pair.idl:   + new struct Pair<T1, T2> - udkapi/com/sun/star/beans/makefile.mk:   + add Pair.idl

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7cfaf1eeaf2545db0ff76b384023f2a9eb193b03]

        INTEGRATION: CWS dr62 (1.34.50); FILE MERGED 2008/06/09 10:40:46 tbe 1.34.50.1: #i87703# text to columns fails with tab separator

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [239689c1e2d7db19aab2d903ccee0273bf248167]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/11 14:56:02 mst 1.1.2.1: - udkapi/com/sun/star/beans/Pair.idl:   + new struct Pair<T1, T2> - udkapi/com/sun/star/beans/makefile.mk:   + add Pair.idl

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c4c1dd26a7515a7bf2d00e157772453e4b0c582b]

        INTEGRATION: CWS dr62 (1.37.50); FILE MERGED 2008/06/02 15:50:57 nn 1.37.50.1: #i80437# don't use document broadcast to notify sheet change in view

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f024d6a52bea901da71bf2f5e7a95bde8c63772e]

        INTEGRATION: CWS dr62 (1.67.52); FILE MERGED 2008/06/16 14:09:00 iha 1.67.52.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [79336446aa6c3140d5e3b62f5c1f78b42e860d2c]

        INTEGRATION: CWS odfmetadata (1.108.78); FILE MERGED 2008/06/11 15:45:07 mst 1.108.78.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ee3f8a352003f0c4fbc74917f0ed94550aeb96d6]

        INTEGRATION: CWS dr62 (1.47.54); FILE MERGED 2008/06/06 11:28:51 tbe 1.47.54.1: #i84123# Missing helpID in Spreadsheet

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [af8a936729b3bdd438abfc94f9fd8112f702f5e8]

        INTEGRATION: CWS odfmetadata (1.87.146); FILE MERGED 2008/06/11 15:45:07 mst 1.87.146.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9b18a3b39f093f24af5fcfb68e2a609793b516fc]

        INTEGRATION: CWS dr62 (1.14.52); FILE MERGED 2008/06/16 14:04:58 iha 1.14.52.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [02b1df094a337a2e6cae1bb57469ab59d1d1b52d]

        INTEGRATION: CWS odfmetadata (1.90.176); FILE MERGED 2008/06/11 15:45:06 mst 1.90.176.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8707b0386aad5b78dafbbf5614101c1b0b1f1ba5]

        INTEGRATION: CWS dr62 (1.5.54); FILE MERGED 2008/06/16 14:04:15 iha 1.5.54.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5f2ab90eb70c8ab85652940f69e3c7f3278e9da3]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/11 15:45:06 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9179ea77f6ef92ee3b2743abea26f3e968982666]

        INTEGRATION: CWS dr62 (1.15.54); FILE MERGED 2008/06/06 16:44:58 nn 1.15.54.1: #i84726# correct exception specification

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [87160c4f572313b9763b608bf81d10a84484541a]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/17 16:25:54 mst 1.1.2.2: - offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl:   + storeMetadataToStorage: remove BaseURI parameter   + importMetadataFile: add Types parameter - offapi/com/sun/star/rdf/XURI.idl:   + document URI splitting 2008/06/11 15:45:06 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2e25cab32bb53f94e96df1d794cb09abed7748be]

        INTEGRATION: CWS dr62 (1.28.54); FILE MERGED 2008/06/03 12:53:50 dr 1.28.54.1: #i67432# #i23602# performance with Unicode, text color

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [30c787e42cc484a2e8450724b9e873451b7f165a]

        INTEGRATION: CWS dr62 (1.42.54); FILE MERGED 2008/06/12 10:54:57 tbe 1.42.54.1: #i70916# [a11y] Text in spread sheet cells return the wrong extents

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ac1f32e3bcfe12603baeee2d9e6d142d2f72329d]

        INTEGRATION: CWS dr62 (1.22.54); FILE MERGED 2008/06/06 16:44:58 nn 1.22.54.1: #i84726# correct exception specification

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [516bf6db88e85fe9d28f85432b42c8710bf18867]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/11 15:45:05 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8e8cda21ebf62619813190aed712e4d79180ddca]

        INTEGRATION: CWS dr62 (1.13.20); FILE MERGED 2008/06/05 11:29:17 nn 1.13.20.1: #i77703# GetRangeFromString: fall back to parsing two addresses

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8a7b0c53e71a8f00fbbe01ade500baaed60f902d]

        INTEGRATION: CWS dr62 (1.6.54); FILE MERGED 2008/06/16 14:03:31 iha 1.6.54.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6740dba47557a05d69e204e23316a685f1fbc7d8]

        INTEGRATION: CWS dr62 (1.25.12); FILE MERGED 2008/06/03 18:22:45 nn 1.25.12.1: #i50344# fix assertions with debug stl

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c0d3c045db4ce4496dea797adf913eec712e6138]

        INTEGRATION: CWS dr62 (1.9.12); FILE MERGED 2008/06/03 18:22:45 nn 1.9.12.1: #i50344# fix assertions with debug stl

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1ab09dedead865ea4b4772b4fe425d8dfdfec66a]

        INTEGRATION: CWS dr62 (1.2.12); FILE MERGED 2008/06/03 18:21:47 nn 1.2.12.1: #i50344# allow TIME, TIMESTAMP in DataPilot from database

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a21809727e549a4cd7614ba2f0b02c8512753074]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/17 16:25:54 mst 1.1.2.2: - offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl:   + storeMetadataToStorage: remove BaseURI parameter   + importMetadataFile: add Types parameter - offapi/com/sun/star/rdf/XURI.idl:   + document URI splitting 2008/06/11 15:45:05 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dbf287c5575addaa6a0d3c266dcc24d3d8f3a2d2]

        INTEGRATION: CWS dr62 (1.42.54); FILE MERGED 2008/06/13 07:43:57 iha 1.42.54.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f0ba9c3015158708b706ba88282ce2a120500475]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/11 15:45:04 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [44f8daa1cf54c2113f962e7aa7c7d94a9e717ad6]

        INTEGRATION: CWS dr62 (1.33.20); FILE MERGED 2008/06/13 07:43:00 iha 1.33.20.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5772b7a2a03dff681d6afb8276d934d0564239b7]

        INTEGRATION: CWS dr62 (1.12.54); FILE MERGED 2008/06/02 15:50:56 nn 1.12.54.1: #i80437# don't use document broadcast to notify sheet change in view

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7fb107fb390ed3d98cb72b5c7d0d79e3cd9eb7ba]

        INTEGRATION: CWS dr62 (1.62.54); FILE MERGED 2008/06/06 11:27:59 tbe 1.62.54.2: #i84123# Missing helpID in Spreadsheet 2008/06/02 15:50:56 nn 1.62.54.1: #i80437# don't use document broadcast to notify sheet change in view

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b6d919b1adb2f85774f45db4b7a50e7cf8da0ea6]

        INTEGRATION: CWS dr62 (1.5.54); FILE MERGED 2008/06/16 14:02:37 iha 1.5.54.1: #i32899# PDF Export of a chart selection in calc is empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1d61493a62f3b7416258642547ea8d005680650d]

        INTEGRATION: CWS dr62 (1.112.18); FILE MERGED 2008/06/13 07:41:41 iha 1.112.18.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a43083eccb91a1686a54153e55b294691c29c9bb]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/11 15:45:03 mst 1.1.2.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7b47c40cecd68a1de2244aab7577def14baad7a7]

        INTEGRATION: CWS odfmetadata (1.18.76); FILE MERGED 2008/06/11 15:45:03 mst 1.18.76.1: #i90620#: add RDF API - offapi/prj/{build.lst,d.lst}, offapi/util/makefile.mk:   + add directory com/sun/star/rdf - offapi/com/sun/star/modules.idl:   + add module rdf - offapi/com/sun/star/rdf:   + add the RDF API idl files

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6d6d1986419ffe72c132b22c36f83d0a67483e88]

        INTEGRATION: CWS dr62 (1.2.6); FILE MERGED 2008/05/30 13:18:49 nn 1.2.6.1: #i90004# remove unused functions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0afcbeda73931831d12905e813a8472b266dae8f]

        INTEGRATION: CWS odfmetadata (1.74.98); FILE MERGED 2008/06/11 16:10:36 mst 1.74.98.1: #i90620#: add RDF API - offuh/prj/d.lst:   + add directory com/sun/star/rdf

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [67e897f0fdb0fb73f6f4bc59536fb34d1a81afa5]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/17 09:57:29 mst 1.1.2.1: - unoxml/prj/build.lst:   + add new directory: source/rdf   + add new dependency: redland - unoxml/source/rdf:   + new library unordf: redland-based RDF repository - unoxml/qa/complex:   + add complex test: RDFRepositoryTest

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9671014435807328ac33b70ad0383f392bfa67df]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/19 15:45:56 mst 1.1.2.2: - unoxml/source/rdf/librdf_repository.cxx:   + spent some quality time with valgrind 2008/06/17 09:57:29 mst 1.1.2.1: - unoxml/prj/build.lst:   + add new directory: source/rdf   + add new dependency: redland - unoxml/source/rdf:   + new library unordf: redland-based RDF repository - unoxml/qa/complex:   + add complex test: RDFRepositoryTest

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [39e1fb1eb13287b1420a82e7a7c81c28c9cc4401]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/23 08:32:01 mst 1.1.2.2: - unoxml/source/rdf/CURI.cxx:   + fix warning on newer gcc versions 2008/06/17 09:57:29 mst 1.1.2.1: - unoxml/prj/build.lst:   + add new directory: source/rdf   + add new dependency: redland - unoxml/source/rdf:   + new library unordf: redland-based RDF repository - unoxml/qa/complex:   + add complex test: RDFRepositoryTest

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [db445b584e4f381ce62ac0d586262ec6263b5588]

        INTEGRATION: CWS odfmetadata (1.1.2); FILE ADDED 2008/06/17 09:57:28 mst 1.1.2.1: - unoxml/prj/build.lst:   + add new directory: source/rdf   + add new dependency: redland - unoxml/source/rdf:   + new library unordf: redland-based RDF repository - unoxml/qa/complex:   + add complex test: RDFRepositoryTest

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [57f4a6feb3fa807a7d857f0ec4aff7cec4cfbef9]

        INTEGRATION: CWS odfmetadata (1.189.8); FILE MERGED 2008/06/25 10:10:25 mst 1.189.8.2: RESYNC: (1.189-1.190); FILE MERGED 2008/06/23 09:39:03 mst 1.189.8.1: Issue number: #i90956# Submitted by: rene Reviewed by:  mst - config_office/{configure.in,set_soenv.in}:   + patch from rene: check for system REDLAND (modified for explicit       --with-system-redland), and set SYSTEM_REDLAND and REDLAND_LIBS

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8a89f4b0ed396f8b239a0b4122dc3a2695cac345]

        INTEGRATION: CWS odfmetadata (1.270.8); FILE MERGED 2008/06/25 10:10:11 mst 1.270.8.4: RESYNC: (1.270-1.271); FILE MERGED 2008/06/25 09:37:59 mst 1.270.8.3: #i90956# - config_office/{configure.in,configure}:   + actually set BUILD_TYPE REDLAND   + regenerate configure 2008/06/23 11:21:59 mst 1.270.8.2: #i90956# - config_office/configure.in:   + add a comment to document previous commit 2008/06/23 09:39:03 mst 1.270.8.1: Issue number: #i90956# Submitted by: rene Reviewed by:  mst - config_office/{configure.in,set_soenv.in}:   + patch from rene: check for system REDLAND (modified for explicit       --with-system-redland), and set SYSTEM_REDLAND and REDLAND_LIBS

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5ad9de13a0218c0e40c93881ed59451452767751]

        INTEGRATION: CWS odfmetadata (1.13.50); FILE MERGED 2008/06/19 17:06:57 mst 1.13.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [95177195995c9004d9f17fcde1e4f9873dc4457f]

        INTEGRATION: CWS odfmetadata (1.67.50); FILE MERGED 2008/06/19 17:06:57 mst 1.67.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7303e27f2b874700f340ace8909f78e6733ca956]

        INTEGRATION: CWS odfmetadata (1.146.2); FILE MERGED 2008/06/25 10:00:08 mst 1.146.2.2: RESYNC: (1.146-1.148); FILE MERGED 2008/06/19 17:08:22 mst 1.146.2.1: #i90620#: export xml:id in text elements - xmloff/source/text/txtparae.cxx:   + XMLTextParagraphExport::exportParagraph():  attribute xml:id - xmloff/source/text/XMLSectionExport.cxx:   + XMLSectionExport::ExportSectionStart():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d1cb59634e39339e6d7cdafacae3e8cf3a09e7fa]

        INTEGRATION: CWS odfmetadata (1.141.2); FILE MERGED 2008/06/25 10:00:20 mst 1.141.2.2: RESYNC: (1.141-1.142); FILE MERGED 2008/06/19 17:02:37 mst 1.141.2.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e76b7fdcbddca7977b8720b6e6fcc96ffc797a7b]

        INTEGRATION: CWS odfmetadata (1.6.50); FILE MERGED 2008/06/19 17:06:57 mst 1.6.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b56b09c08791181c5775fcfa18e0e4417f1d7633]

        INTEGRATION: CWS odfmetadata (1.10.48); FILE MERGED 2008/06/25 09:59:51 mst 1.10.48.2: RESYNC: (1.10-1.11); FILE MERGED 2008/06/19 17:06:57 mst 1.10.48.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8fa8f4857d9e9ecc35cb264e58d6f1c26464c046]

        INTEGRATION: CWS odfmetadata (1.7.48); FILE MERGED 2008/06/25 09:59:48 mst 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/19 17:06:57 mst 1.7.48.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bb023e6e54a7ac46a46b944082b4ee230e4d8dba]

        INTEGRATION: CWS odfmetadata (1.11.48); FILE MERGED 2008/06/25 10:00:24 mst 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED 2008/06/19 17:06:56 mst 1.11.48.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c05240a79237bfc7130c75ed8e65a56970599fe3]

        INTEGRATION: CWS odfmetadata (1.12.50); FILE MERGED 2008/06/19 17:06:56 mst 1.12.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c16511f1d51b2acabbd6c811b827e51bfe00df38]

        INTEGRATION: CWS odfmetadata (1.26.50); FILE MERGED 2008/06/19 17:06:56 mst 1.26.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0fe58b83b2f69571d87c6ca6f7f0839be3eabde0]

        INTEGRATION: CWS odfmetadata (1.47.48); FILE MERGED 2008/06/25 09:59:45 mst 1.47.48.2: RESYNC: (1.47-1.48); FILE MERGED 2008/06/19 17:08:22 mst 1.47.48.1: #i90620#: export xml:id in text elements - xmloff/source/text/txtparae.cxx:   + XMLTextParagraphExport::exportParagraph():  attribute xml:id - xmloff/source/text/XMLSectionExport.cxx:   + XMLSectionExport::ExportSectionStart():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2f69c55257dca7fbcf48d8fda0057eb7753dbb42]

        INTEGRATION: CWS odfmetadata (1.18.50); FILE MERGED 2008/06/19 17:06:56 mst 1.18.50.1: #i90620#: import xml:id in text elements - xmloff/source/text/XMLIndexTOCContext.cxx:   + XMLIndexTOCContext::StartElement():  attribute xml:id - xmloff/source/text/XMLSectionImportContext{.hxx,.cxx}:   + XMLSectionToken: new token: XML_TOK_SECTION_XMLID   + XMLSectionImportContext::ProcessAttributes():  attribute xml:id - xmloff/source/text/XMLTextListBlockContext{.hxx,.cxx}:   + XMLTextListBlockContext::XMLTextListBlockContext():  attribute xml:id - xmloff/source/text/XMLTextListItemContext.cxx:   + XMLTextListItemContext::XMLTextListItemContext():  attribute xml:id - xmloff/source/text/XMLTextMarkImportContext{.hxx,.cxx}:   + refactor methods to pass XmlId around   + XMLTextMarkImportContext::FindName():  attribute xml:id - xmloff/source/text/txtparai{.hxx,.cxx}:   + new class XMLMetaImportContext   + XMLImpSpanContext_Impl::CreateChildContext():     handle TEXT_META and (provisionally) TEXT_META_FIELD   + XMLParaContext::XMLParaContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c003c58349a0c5b3109e79d5f45032878984d69c]

        INTEGRATION: CWS mav33 (1.11.58); FILE MERGED 2008/06/02 05:27:59 mav 1.11.58.1: #i90053# register iFrame frame in the frame hierarchy

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d91c7dd8e932b3a16ef7bff8d9edf84af7ef1b70]

        INTEGRATION: CWS odfmetadata (1.3.50); FILE MERGED 2008/06/19 17:04:48 mst 1.3.50.1: #i90620# - xmloff/source/table/XMLTableImport.cxx:   + XMLTableImportContext::ImportColumn(),     XMLTableImportContext::ImportRow(),     XMLCellImportContext::XMLCellImportContext():  attribute xml:id

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [49c040f8cfd84bf41c2324544064f85ec636ba3b]

        INTEGRATION: CWS odfmetadata (1.110.16); FILE MERGED 2008/06/19 17:02:39 mst 1.110.16.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cff336cfceb1a4c209c911a0224bea02fe3dd762]

        INTEGRATION: CWS odfmetadata (1.140.16); FILE MERGED 2008/06/19 17:02:38 mst 1.140.16.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Rüdiger Timm  <rt@openoffice.org>  [18c2304c0d5901d1a6f29c69afd0f50f45b26f10]

        Make module acronym unique.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [be62a0075b54fa4b8f117c296a7e531a2b6d105e]

        INTEGRATION: CWS odfmetadata (1.23.50); FILE MERGED 2008/06/19 17:02:38 mst 1.23.50.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3c43fc94321709314611139518bd990fe5e7d365]

        INTEGRATION: CWS odfmetadata (1.10.46); FILE MERGED 2008/06/19 17:02:38 mst 1.10.46.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9d0651aafb1f56912e74caaed8cb961a3177fe7e]

        INTEGRATION: CWS odfmetadata (1.9.44); FILE MERGED 2008/06/19 17:02:38 mst 1.9.44.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e8db5fbbc6fcd8683ef840af660e039ca985ba0f]

        INTEGRATION: CWS odfmetadata (1.11.2); FILE MERGED 2008/06/25 10:01:05 mst 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2008/06/19 17:02:38 mst 1.11.2.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ae8c92580d8726df2a45995da98850e41b8d41c3]

        INTEGRATION: CWS odfmetadata (1.20.16); FILE MERGED 2008/06/19 17:02:38 mst 1.20.16.1: #i90620#: interface change: xmloff - xmloff/inc/xmlnmspe.hxx:   + add namespace RDFA - xmloff/source/core/nmspmap.cxx:   + SvXMLNamespaceMap::GetQNameByKey(): handle the built-in XML namespace - xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/core/xmltoken.cxx:   + new namespaces: XML_N_XML, XML_N_RDFA   + new token: XML_META_FIELD - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx,:   + new methods GetStreamPath(), SetXmlId()   + SvXMLImport::_InitCtor():     add implicit namespace declaration for built-in "xml" prefix - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + new methods GetStreamPath(), AddAttributeXmlId()   + SvXMLExport::_InitCtor(): add namespace declaration for RDFA - xmloff/inc/xmloff/txtimp.hxx, xmloff/source/text/txtimp.cxx:   + XMLTextPElemTokens: add tokens: XML_TOK_TEXT_META, XML_TOK_TEXT_META_FIELD   + XMLTextPAttrTokens: add token XML_TOK_TEXT_P_XMLID   + XMLTextListBlockAttrTokens: add token XML_TOK_TEXT_LIST_BLOCK_XMLID   + InsertBookmarkStartRange(): add parameter XmlId   + FindAndRemoveBookmarkStartRange(): add parameter XmlId

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a5824f8d1c56f70cad1915f1861927173fec11dd]

        INTEGRATION: CWS odfmetadata (1.49.72); FILE MERGED 2008/06/25 09:59:08 mst 1.49.72.3: RESYNC: (1.49-1.51); FILE MERGED 2008/06/17 14:59:08 mst 1.49.72.2: - solenv/inc/unxsol{i,s}4.mk:   + sort warnings alphabetically 2008/06/17 08:46:45 mst 1.49.72.1: - solenv/inc/unxsol{i,s}4.mk:   + disable warning: identexpected: Identifier expected instead of "}"

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e918ee689c76a19a7312d0450f1a91b77603d8f2]

        INTEGRATION: CWS odfmetadata (1.44.4); FILE MERGED 2008/06/25 09:59:04 mst 1.44.4.3: RESYNC: (1.44-1.46); FILE MERGED 2008/06/17 14:59:08 mst 1.44.4.2: - solenv/inc/unxsol{i,s}4.mk:   + sort warnings alphabetically 2008/06/17 08:46:44 mst 1.44.4.1: - solenv/inc/unxsol{i,s}4.mk:   + disable warning: identexpected: Identifier expected instead of "}"

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [19b24abf68fb1e345e2b9ea35f85d276a9c1bb94]

        INTEGRATION: CWS odfmetadata (1.88.4); FILE MERGED 2008/06/17 15:36:03 mst 1.88.4.1: - solenv/inc/tg_ext.mk:   + MACOSX: do not overwrite LDFLAGS; instead, prepend to LDFLAGS

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a189e99094d8a0abe58f169dfae4bbf1de469243]

        INTEGRATION: CWS odfmetadata (1.133.38); FILE MERGED 2008/06/25 09:59:15 mst 1.133.38.2: RESYNC: (1.133-1.134); FILE MERGED 2008/06/17 16:04:44 mst 1.133.38.1: - solenv/inc/libs.mk:   + fix XSLTLIB: use ZLIB3RDLIB   + add REDLANDLIB

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d17427a523bc70f9f7cb733f92109915902ca7d1]

        INTEGRATION: CWS odfmetadata (1.28.4); FILE MERGED 2008/06/25 09:58:58 mst 1.28.4.2: RESYNC: (1.28-1.32); FILE MERGED 2008/06/23 09:09:28 mst 1.28.4.1: Issue number: #i90956# Submitted by: rene - solenv/config/sdev300.ini:   + patch from rene: add REDLAND to BUILD_TYPE

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [88c650dcb3e447b8f9a8c51312fe8b8c23ca5a9c]

        INTEGRATION: CWS odfmetadata (1.22.4); FILE MERGED 2008/06/11 15:01:10 mst 1.22.4.1: fix issue #i88703# - ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java:   + fix bug: TypeDescription.calculateTypeArguments erroneously     eliminates duplicate type arguments

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [de2058de2f67ac0bdec7abbd9e30c3b035f2781f]

        INTEGRATION: CWS native156 (1.50.20); FILE MERGED 2008/06/19 12:13:30 mba 1.50.20.1: #i90657#: no lingu

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [eb0318c8c84dafd151dcb3fe1a7bb0cc1aa8be85]

        INTEGRATION: CWS native156 (1.99.16); FILE MERGED 2008/06/19 11:36:59 mba 1.99.16.2: #i90657#: no writingaids.zip anymore 2008/06/18 13:49:17 is 1.99.16.1: #i89121# oxt dictionaries

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b10898cc8aa6c0e9c6abe5c6d3400b1347358cbf]

        INTEGRATION: CWS native156 (1.247.20); FILE MERGED 2008/06/18 13:49:16 is 1.247.20.1: #i89121# oxt dictionaries

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [404fb9be943b47f4dfe23badd8135e8801b2d7f9]

        INTEGRATION: CWS native156 (1.50.44); FILE MERGED 2008/06/19 11:36:59 mba 1.50.44.1: #i90657#: no writingaids.zip anymore

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [72200135c7d6faa6ca44d911fd0b513f81f5d06a]

        INTEGRATION: CWS native156 (1.28.28); FILE MERGED 2008/06/19 11:37:06 mba 1.28.28.1: #i90657#: no writingaids.zip anymore

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [417644ab0377f7ca46f6a806c958206d741448d6]

        INTEGRATION: CWS native156 (1.11.6); FILE MERGED 2008/06/18 12:52:57 mba 1.11.6.1: #i90657#: create dictionary extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a1a712ebf9f2ad5a1475fd751e8961d9d0900aee]

        INTEGRATION: CWS native156 (1.1.2); FILE ADDED 2008/06/18 13:51:52 is 1.1.2.1: #i89121# oxt dictionaries

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c53cc780629832141a26176d044396f15cca0467]

        INTEGRATION: CWS native156 (1.15.10); FILE MERGED 2008/06/25 10:03:01 is 1.15.10.3: #i89121# dependencies for spellcheck oxt files 2008/06/18 15:58:01 is 1.15.10.2: #i89121# dictionaries in oxt files 2008/06/18 13:52:21 is 1.15.10.1: #i89121# oxt dictionaries

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c559d754ff14756db63e8f9a2190243b94143977]

        INTEGRATION: CWS native156 (1.80.6); FILE MERGED 2008/06/17 14:44:30 is 1.80.6.2: RESYNC: (1.80-1.83); FILE MERGED 2008/05/30 10:54:10 is 1.80.6.1: #i89121# spellchecker selection process

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [df3bfca8cb626c3f5f70ca0291d653e65ee8ea61]

        INTEGRATION: CWS native156 (1.21.6); FILE MERGED 2008/06/25 13:33:57 mba 1.21.6.1: #i90975#: support multiple locales per dictionary

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5577eb6c1100bd865b8a54b68adf5e3a7848bba3]

        INTEGRATION: CWS native156 (1.27.14); FILE MERGED 2008/06/25 13:33:56 mba 1.27.14.1: #i90975#: support multiple locales per dictionary

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4bb85e3cb69e384f0c1bf89516b3cc63c1c8dc12]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:02:06 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2660d420e41dd08f39d958e71d15bd0f9dec9921]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:08:05 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:02 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a02091191fff7ed370fed14dc4ef6e25b25461ab]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/30 11:58:39 mba 1.1.4.3: wrong locale in dictionaries.xcu 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:02:06 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ab1f82c8bcbfb5f65d645fea7b66a9b7e3fc96b8]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:07 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:02:05 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [82baffaa76218da3303ebb4ec934629a0a8fffd7]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:02:05 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2909844658bd8aaf9707c1ca4b9fcddcef763851]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:54 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [159a5f8b20ca36caa9328c4ff50885a18c26b8dd]

        INTEGRATION: CWS native156 (1.5.12); FILE MERGED 2008/06/18 13:08:04 mba 1.5.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:02 mba 1.5.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [96ca95599ffdad63a44dae609864c7d998f1c076]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:52 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5b15e4e8d9d53d8d7a109aaa6f29fba053278a07]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:07 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:52 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [44c07dc84cafcc5eca256d5ed76ff2dc585c63b8]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:51 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6bfbd78a1a3155eeeea570568ed97df973a33c07]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:35 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [336711ac0c52f0ff8e59ae4c43505e4cfdbd1907]

        INTEGRATION: CWS native156 (1.4.12); FILE MERGED 2008/06/18 13:08:03 mba 1.4.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:01 mba 1.4.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ee9065781dd8fbac8522d8eef3cd5f27b906a876]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:35 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7b882ffe8959fd898b5f3296619666c7c90a2551]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:07 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:35 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b3c37662790231c72f92e63422ef56381745f1fa]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:34 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a453c430b9a5d01ecc5aa063ca277a4343605d35]

        INTEGRATION: CWS ubuntusoclient (1.7.6); FILE MERGED 2008/06/20 14:47:54 vg 1.7.6.2: #158126# Ubuntu: use local perl 2008/06/12 14:11:53 vg 1.7.6.1: #158126# Ubuntu: use local perl

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [72bf6f75fc4c38bc835b236861bd871137f848d4]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:17 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c5b38af70757ace13a70e3ee79c5a8959d92fb8e]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:08:02 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:01 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e0079f49086d89c6940fe0ac514a804ed4640d53]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:17 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d0cbcbe8f6b88fe2b8d41de5edcb07a38c67f27c]

        INTEGRATION: CWS ubuntusoclient (1.35.16); FILE MERGED 2008/06/20 15:15:56 vg 1.35.16.1: #158126# new platform for Ubuntu builds

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cf0be38b9d8bcf1896b7f5b36a4abc6a8514b8a6]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:07 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:17 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1a82f80321854d74ce6d26f28dd6d4361d3d9f3c]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:01 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:01:16 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:01 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [74ae84599e5e818bcf18b9738697f9f885783459]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:56 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e283a822ce57652bca148a0daad7575d32f3b6c4]

        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>  [830554768c03a430f6d4b3b1f4e6e8435986355e]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:08:02 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:00 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b2d1838888cc05406fb75c44060e44d99821c861]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:55 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [75f2936afe8aab897ab38336e8a2a87b694ed01c]

        INTEGRATION: CWS ubuntusoclient (1.84.18); FILE MERGED 2008/06/30 11:14:15 vg 1.84.18.2: #158126# Further reduce number of new variables. 2008/06/26 09:03:39 vg 1.84.18.1: #158126# some additional env resets

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dd9d3c530acaaadee6237ce946cbed3bfeed013f]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:06 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:55 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [00612923e4a4b84101bbe14cde1755ebe14cc804]

        INTEGRATION: CWS ubuntusoclient (1.29.10); FILE MERGED 2008/06/30 11:14:15 vg 1.29.10.6: #158126# Further reduce number of new variables. 2008/06/26 09:02:55 vg 1.29.10.5: #158126# moved some env resets to ssolar.cmn, removed obsolete variables 2008/06/25 12:55:02 vg 1.29.10.4: #158126# reset additional env vars 2008/06/23 15:34:55 vg 1.29.10.3: #158126# 2008/06/23 12:17:24 vg 1.29.10.2: #158126# faked jdk5 for builds in SO environment 2008/06/20 14:46:13 vg 1.29.10.1: #158126# added new platform for ubuntu builds

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [08a691446d790a951deccd6c923e0300a81d9c04]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:55 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3708fe1ebd2ea00f4a3c65f0d6d6013b3dcdb930]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:04 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f39d3b9a3fad755eeb244e17d59b3cd96abe54ae]

        INTEGRATION: CWS ubuntusoclient (1.49.16); FILE MERGED 2008/06/20 14:42:24 vg 1.49.16.1: #158126# generic linux condition

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4436f4371aecbee47696a520523ae10718cd577a]

        INTEGRATION: CWS native156 (1.5.12); FILE MERGED 2008/06/25 13:10:08 mba 1.5.12.4: wrong rules for idx 2008/06/25 12:44:10 mba 1.5.12.3: missing idx files for thesauri 2008/06/18 13:08:01 mba 1.5.12.2: #i90657#: create dictionary extensions 2008/06/18 12:44:00 mba 1.5.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1f5c0b8b0dfc7b4e28937917b127f46048d337d9]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:04 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [917e910e9912d3a14aa8aba543477a737df4ab15]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:06 mba 1.1.4.3: wrong descriptions 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:04 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f3a0175bec1db5f73c56bb4613464d95be8fe4b5]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 15:00:03 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [915e01cd3f67a0a5a15fd29246bbeab24c9331df]

        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>  [ed0ac64de1aa7714d1b8bf3a90f5352a4e3300f8]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:44:00 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:59:23 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:44:00 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cd400dc7c401ef75cb5321cef1e05740c975fd2c]

        INTEGRATION: CWS native156 (1.7.12); FILE MERGED 2008/06/25 13:10:08 mba 1.7.12.4: wrong rules for idx 2008/06/25 12:44:10 mba 1.7.12.3: missing idx files for thesauri 2008/06/18 13:08:00 mba 1.7.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:59 mba 1.7.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f7c413df317b7a05390ab7ebc791a3d89ef73a38]

        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>  [1b76ee8fea77c942493326d78d2441b9342e80bf]

        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>  [74f578d7d6e052bcdf89a4f18874ec7715671b6d]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:59:22 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [907412a8914accf3ce8bd92e49df2ad635d84a20]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:06 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:59:22 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [014ce6e477a2864c8abbe304fb41471afce6bd84]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:59:22 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8e6441e8e033d185b0d581e99a0a10ec649f66ee]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:56:37 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [99f334394b5a55464c9b1dd94ec0b299416494e7]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:59 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:59 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2b151f188a23ae9ff6c819d2dd1910a8a2486d43]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:56:37 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5e665aeba395b2e7046e27844d67f13ef8addd57]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:06 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:56:37 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [38ef6ae0d82fc716dbf42cb3d3202eb1414d7e19]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:59 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:56:37 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:59 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c163464e0ef2692c345170bc88aae11c6ae35625]

        INTEGRATION: CWS native156 (1.3.20); FILE MERGED 2008/06/18 12:43:59 mba 1.3.20.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0c75ac782f3221e783981fe9e97bc765589a6a71]

        INTEGRATION: CWS native156 (1.18.6); FILE MERGED 2008/06/18 12:43:58 mba 1.18.6.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9d611faff072b558ddebfa6366bea7eb68335506]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:55:31 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1642d3da1bc82d086457855fea943bb6a0dbec12]

        INTEGRATION: CWS native156 (1.7.12); FILE MERGED 2008/06/18 13:07:59 mba 1.7.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:58 mba 1.7.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d09ed4d95ce439c67058c69db1b23fdb541d58c6]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:55:31 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [89a98e288d1f97b9a1fc63cb94988f83a402b2de]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:06 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:55:31 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bb1d2f329a01ae534d0ca67a98cce53c02414a48]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:55:31 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [902103f024cf12cf282e3b458e8f19371a512dd0]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:54:20 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [644c947cf1040754e146f1d318153bf5e753d6e0]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:58 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:58 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [142b8fc3efc61f8610b3a596b5535d359785e103]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:54:20 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fc70c70f0023d66a81e40128b0c956edd23ed06d]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:05 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:54:19 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0020be5644bf2573515054e524a466cbcb7b3a51]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:58 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:54:18 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:58 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [17aa590de4e71830cff8e4a09913df2c978e50f4]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:36 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dd3a11421495bbc8879b79344b3a58b8a4363955]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/25 13:10:08 mba 1.3.12.4: wrong rules for idx 2008/06/25 12:44:09 mba 1.3.12.3: missing idx files for thesauri 2008/06/18 13:07:58 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:57 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a9ef0d44e906d41b550382f850979a9d8a97b393]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:36 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b0e3b70201f2bdf52049ec6ab1955c3bfaf4b92e]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:05 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:36 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9a6e28baf04850ab06c7126087cd725c701c1ea1]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:36 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0b354d17480fa2b47eb5975ab05f65222b6888cd]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:12 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b10eba60708fd9fe1a3baccd12835ce6a5dd36c0]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:58 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:57 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3334dfbf5cb5fbe88d2f8c5e841f6082e4893500]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:11 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7473d2df7d10057c24b494ec08b688d36808af6a]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:05 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:11 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e4455a5f0ea34a38c8179e5226625c7f25dc7beb]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:57 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:53:10 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:57 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3502eafeb50ca31baab975ab01d39696eeb798eb]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:43 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d9aa1672db2930419a44bf8783a9cfb03a216171]

        INTEGRATION: CWS native156 (1.8.12); FILE MERGED 2008/06/25 13:10:07 mba 1.8.12.4: wrong rules for idx 2008/06/25 12:44:08 mba 1.8.12.3: missing idx files for thesauri 2008/06/18 13:07:57 mba 1.8.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:56 mba 1.8.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [97ac72b93adc0efe640af094ec0d061ab3f5a0d9]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:43 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [57ce55cf54da2181ac58a6172b0453f05aab708b]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:05 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:43 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a1c385e08331d478ab1102cd24506423587e291c]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:43 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f15a96bab8b1052f965e9cfa01d31066da2647c5]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:10 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4ece002c4fef93bfbbc11c322d0b3c19093f6762]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:57 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:56 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [91b5b5864f53cc826ffbe6213a551df1cce08fef]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:09 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [69d32e748ff4501f85cac9eae71d3ace22aefec5]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:04 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:09 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [764d107aaaaff3a9ab7732c7022d523d81dc5324]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:52:08 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [627dc6bb7f3c555375c3724c1e37459c76313955]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:56 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:57 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:56 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c756182a713cbc0e95ebf9515ac97b01ffb64c79]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:57 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:55 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c4fdb5364aa30b2f31c70ac6e91bb8786063dbc9]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/25 08:24:33 mba 1.1.4.3: wrong entries 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:56 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [46f3c08e30cfe3a6d34a7fa44c01b5ce2789a7f5]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:04 mba 1.1.4.4: wrong descriptions 2008/06/19 09:43:41 mba 1.1.4.3: #i90657#: wrong identifier 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:56 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cd0dfcc7f787b7e89733efe10c00b3df89d2ed42]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:55 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f88ea60f8a054971d07f6c034d7c87a7163f75d9]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:25 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7ee47df16c174ad20a9fa3f407c2f87ae586b950]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:56 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:55 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e0d01baedf9844483798f9260454320eb9488b19]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:25 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [94143ebc70f2443cabe2e5c07f4e2755340602c3]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:04 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:25 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f7fe7971d17f1dc4cc7021c550e0ac5cf57e39a0]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:50:25 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7f42ad8c0a213a1fbb0abc9c8e15991a5092cddc]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:29 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a7474d2797856e4a2f7aa3279964d87f35a97c0e]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:28 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fd5216d08b67c6b45aa6c206acf21c456fdc4bce]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:04 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:55 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:28 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:55 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f191c6c7eea360ac304a7fe8f7b9d107aeee403c]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:28 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:54 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8c9bb01723e1bff96f2857ea3346c317de5be525]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:03 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:54 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5752fcce33da8111f56cd0f066886f0dc7615db8]

        INTEGRATION: CWS native156 (1.3.12); FILE MERGED 2008/06/18 13:07:56 mba 1.3.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:54 mba 1.3.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [650683941c41f7a32d90bde389a7c6e6a4c551ef]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:01 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:54 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e4bed56c28589c36b47abdd05dff24872f47e628]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:49:00 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:54 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1ab0dbec9c05586876d8f4eb55202de838ff1dfd]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:48:18 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:54 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3af4f1eab1a10c4cdbb7a315a15ac5b880e8ed98]

        INTEGRATION: CWS native156 (1.19.6); FILE MERGED 2008/06/25 13:10:07 mba 1.19.6.4: wrong rules for idx 2008/06/25 12:44:08 mba 1.19.6.3: missing idx files for thesauri 2008/06/18 13:07:55 mba 1.19.6.2: #i90657#: create dictionary extensions 2008/06/18 12:43:54 mba 1.19.6.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [56c38e155aa806ee5064b291351848be5875064a]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:54 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:48:18 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e575c38ecfc56490e59786b7e9b3252970913cca]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:53 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:48:18 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d1d24eb545aad34d26658293bb05cf3ba3ca9d3a]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:53 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:47:21 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ce25713013aff99dd41d9fa2f06820633b0b4c89]

        INTEGRATION: CWS native156 (1.6.12); FILE MERGED 2008/06/18 13:07:55 mba 1.6.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:53 mba 1.6.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fd48931439c0a3d9c1e01a07eaee587d4e8323e2]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:53 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:47:21 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0bcd466e00d65c8c30f65c30533bed7a3780068b]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:04 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:53 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:47:21 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2f6e65ea1efb85543061754c768e6067aeee3838]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:53 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:47:20 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:53 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8a6a1a99188476a2cf65f23b0b3cd8f2ad5759cf]

        INTEGRATION: CWS native156 (1.2.72); FILE MERGED 2008/06/18 12:43:52 mba 1.2.72.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [90a224396e3ab38329ebf6572e832277df060b97]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:52 mba 1.1.4.2: #i90657#: create extensions 2008/06/11 14:38:12 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:52 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [36a822562b45dbc3ba3d080edd683701edf12284]

        INTEGRATION: CWS native156 (1.12.12); FILE MERGED 2008/06/18 13:07:55 mba 1.12.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:52 mba 1.12.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9439dffd7bb1525d524e97f7e535b3b3c515b881]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:52 mba 1.1.4.2: #i90657#: create extensions 2008/06/11 14:38:12 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:52 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4539f18d74af907f6b903c82c4bca70629e5bf35]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:03 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:52 mba 1.1.4.2: #i90657#: create extensions 2008/06/11 14:38:11 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:52 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8589705e37f6193d79dc85b3aabfb840642b253f]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:52 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:46:46 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:52 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d049ef9f47b8d4dc893f5b7a53304fa2b6bb70d3]

        INTEGRATION: CWS native156 (1.2.72); FILE MERGED 2008/06/18 12:43:51 mba 1.2.72.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7f6c58cc2aedf44ab4e634b5608ddf4ad1d86735]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:51 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:44:35 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:51 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0ea0d15165045669bab8e1ed3535de03d5b7e6a9]

        INTEGRATION: CWS native156 (1.7.12); FILE MERGED 2008/06/18 13:07:54 mba 1.7.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:51 mba 1.7.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [30daa1c593512d270526140f0da922235f15d91b]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:50 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:44:35 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:50 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ed6eb7c12734a97243a0a3ca6ee1f65e7ca7c6ff]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:50 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:42:10 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:50 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [66cb3d7b40ed4f251ba2f47c4fe8d8c2cda499d3]

        INTEGRATION: CWS sw30a11y01 (1.16.64); FILE MERGED 2008/05/19 10:26:56 od 1.16.64.1: #i85429# add default accessibility implementation for 	 com::sun::star::drawing::MediaShape

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [12dd46f36b9e9c8a137049178ce1186f85215fb1]

        INTEGRATION: CWS native156 (1.5.12); FILE MERGED 2008/06/18 13:07:54 mba 1.5.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:50 mba 1.5.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [71696eadbcd001331d915c5ee1bc27075358af17]

        INTEGRATION: CWS sw30a11y01 (1.4.64); FILE MERGED 2008/05/19 10:26:56 od 1.4.64.1: #i85429# add default accessibility implementation for 	 com::sun::star::drawing::MediaShape

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3b0cff0b32f5d3d4607a4284f6fbdee63bc8d6f7]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:50 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:42:10 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:50 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4debf44146b81bfb12c9e2f20ece594a6a68611e]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:50 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:41:09 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:50 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2f112ad630e1145d05ad48ef467f89e1ecc08317]

        INTEGRATION: CWS native156 (1.7.12); FILE MERGED 2008/06/18 13:07:53 mba 1.7.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:49 mba 1.7.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3f56f3ba6b2409bbde7a32bf030cb7a676c95f9f]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:41:09 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2ce2ea0680a280c2440df801ac4835b5f333eb94]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:03 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:41:09 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d1c7dfe124ae0e5e93ffff930c46fe232bbc8565]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:41:08 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7cf6179f226eeacd13c6f6ded96bb80d658bc95b]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:40:15 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bb73930df9c0be96357a7ad3b0caa737e5df0451]

        INTEGRATION: CWS native156 (1.4.12); FILE MERGED 2008/06/25 13:10:07 mba 1.4.12.4: wrong rules for idx 2008/06/25 12:44:07 mba 1.4.12.3: missing idx files for thesauri 2008/06/18 13:07:53 mba 1.4.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:49 mba 1.4.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b664d658130893a26148b90b1be5f05ff1924eb0]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:40:15 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [beb918d59537e0b7f62ea0f22fcaef4809651847]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:03 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:40:15 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [acb1ddcbbe82e436970b45d665fc778654f6a79d]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:40:15 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:49 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4984de47400ac259990c0499737e9e56cdd083ad]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:49 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:17:20 mba 1.1.4.1: file manifest.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:48 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [50c4aa9e2d9b3505235bb4b3e44b7d1eef830b23]

        INTEGRATION: CWS native156 (1.4.12); FILE MERGED 2008/06/18 13:07:53 mba 1.4.12.2: #i90657#: create dictionary extensions 2008/06/18 12:43:48 mba 1.4.12.1: #i90657#: create extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fda169afb6b307dd038410cd426e6ab7f75b277f]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:48 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:17:20 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:43:48 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b58f2ebac0d4d72a351e24674928397a1e635b41]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/29 12:37:03 mba 1.1.4.3: wrong descriptions 2008/06/18 12:43:48 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:17:20 mba 1.1.4.1: file description.xml was added on branch cws_dev300_native156 on 2008-06-18 12:43:48 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3e1eb5d9d6a0410665262fd0f6bd5fe57aa5dbd5]

        INTEGRATION: CWS native156 (1.1.4); FILE ADDED 2008/06/18 12:43:48 mba 1.1.4.2: #i90657#: create extensions 2008/06/17 14:17:20 mba 1.1.4.1: file delzip was added on branch cws_dev300_native156 on 2008-06-18 12:43:48 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7c849c17df3793ae59432c2927dc0f821df57e22]

        INTEGRATION: CWS native156 (1.2.26); FILE MERGED 2008/06/18 12:51:23 mba 1.2.26.1: #i90657#: create dictionary extensions

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [063bca3e8e83c8436a1716bb1fb02d98d96b9924]

        INTEGRATION: CWS native156 (1.60.64); FILE MERGED 2008/06/17 14:44:14 is 1.60.64.2: RESYNC: (1.60-1.61); FILE MERGED 2008/05/30 10:55:44 is 1.60.64.1: #i89121# spellchecker selection process

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0681b10f16ea8a1b768154419a485ab3b5f314a0]

        INTEGRATION: CWS sw30a11y01 (1.7.52); FILE MERGED 2008/06/02 09:13:10 od 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/05/27 14:03:50 od 1.7.52.1: #i71360# new interface XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [739e4b9140796ccb8f271a379f14070808c923c7]

        INTEGRATION: CWS native156 (1.47.18); FILE MERGED 2008/05/30 10:55:43 is 1.47.18.1: #i89121# spellchecker selection process

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c747b8dfb9100d24e63e9550e2eb917579db1c56]

        INTEGRATION: CWS sw30a11y01 (1.1.2); FILE ADDED 2008/05/27 14:03:15 od 1.1.2.1: #i71360# new interface XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [78f51fbd99b0b0272ace80a5145e51ea1f4e0135]

        INTEGRATION: CWS native156 (1.94.18); FILE MERGED 2008/06/17 14:44:10 is 1.94.18.2: RESYNC: (1.94-1.95); FILE MERGED 2008/05/30 10:55:43 is 1.94.18.1: #i89121# spellchecker selection process

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [73ba62de72cf107e54e64a5a0a22a67a0a36b9e3]

        INTEGRATION: CWS native156 (1.111.18); FILE MERGED 2008/05/30 10:55:43 is 1.111.18.1: #i89121# spellchecker selection process

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c796ccd424205272107deb74c931a23fc3552b30]

        INTEGRATION: CWS sw30a11y01 (1.89.26); FILE MERGED 2008/06/02 09:12:42 od 1.89.26.2: RESYNC: (1.89-1.90); FILE MERGED 2008/05/27 13:50:03 od 1.89.26.1: #i71360# <SwTxtNode::GetWrong() const> 	 - constant access to list of mispelled text.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c675f9bb248b2beffab8630c270a09cc968c0495]

        INTEGRATION: CWS sw30a11y01 (1.115.62); FILE MERGED 2008/06/10 07:56:50 od 1.115.62.3: RESYNC: (1.117-1.119); FILE MERGED 2008/06/02 09:12:35 od 1.115.62.2: RESYNC: (1.115-1.117); FILE MERGED 2008/06/02 07:57:33 od 1.115.62.1: #i75614# method <DrawGraphic(..)> 	 - reset draw mode in high contrast mode in order to get fill color set.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d1f1f48519dfab8903250d7776ae8971895b810e]

        INTEGRATION: CWS sw30a11y01 (1.90.62); FILE MERGED 2008/05/19 12:55:38 od 1.90.62.1: #i73201# method <SwFrm::RemoveFly(..)> 	 - dispose accessible frame, if <SwPageFrm::RemoveFlyFromPage(..)> 	   is not called and the <SwFlyFrm> instance is not an as-character 	   anchored one.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd21f340682d0a71f3da8aeacfe5ce145310eacb]

        INTEGRATION: CWS sw30a11y01 (1.1.2); FILE ADDED 2008/05/27 13:52:11 od 1.1.2.1: #i71360# helper class for implementation of XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dc7b374742f61a8bf4bdfd1cc92b5f79b45454ec]

        INTEGRATION: CWS sw30a11y01 (1.1.2); FILE ADDED 2008/05/27 13:53:01 od 1.1.2.1: #i71360# helper class for implementation of XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dd06cb5cda6fdfab32597cfef08383c25e5834d2]

        INTEGRATION: CWS sw30a11y01 (1.14.64); FILE MERGED 2008/05/27 13:53:24 od 1.14.64.1: #i71360# helper class for implementation of XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [55ce5af80bbf983013801b80b9f435ffd7f58b2b]

        INTEGRATION: CWS sw30a11y01 (1.18.64); FILE MERGED 2008/05/30 10:22:43 od 1.18.64.2: #i89175# Implementation of com::sun::star::accessibility::XAccessibleMultiLineText 2008/05/27 13:56:35 od 1.18.64.1: #i71360# made certain methods constant

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8af221ab782de6f01cf3685b1f45b9f3820a3d00]

        INTEGRATION: CWS sw30a11y01 (1.34.64); FILE MERGED 2008/05/30 10:22:43 od 1.34.64.2: #i89175# Implementation of com::sun::star::accessibility::XAccessibleMultiLineText 2008/05/27 13:56:35 od 1.34.64.1: #i71360# made certain methods constant

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dbc449f89e0295bce6bbfa7f199e6210760fd77a]

        INTEGRATION: CWS sw30a11y01 (1.40.64); FILE MERGED 2008/05/30 10:22:43 od 1.40.64.2: #i89175# Implementation of com::sun::star::accessibility::XAccessibleMultiLineText 2008/05/27 13:55:05 od 1.40.64.1: #i71360# implementation of XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e6bccd94c61167c03f373f27dd05563c7ac36247]

        INTEGRATION: CWS sw30a11y01 (1.76.64); FILE MERGED 2008/06/10 07:45:30 od 1.76.64.3: #i89175# class <SwAccessibleParagraph> 	 - adjust implementation of XInterface and XTypeProvider due to 	   new supported interfaces 2008/05/30 10:22:43 od 1.76.64.2: #i89175# Implementation of com::sun::star::accessibility::XAccessibleMultiLineText 2008/05/27 13:55:05 od 1.76.64.1: #i71360# implementation of XAccessibleTextMarkup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c010c6d23fc36d117134fd9064110ad127eb3566]

        INTEGRATION: CWS sw30a11y01 (1.56.62); FILE MERGED 2008/06/02 09:12:48 od 1.56.62.2: RESYNC: (1.56-1.57); FILE MERGED 2008/05/27 13:46:35 od 1.56.62.1: #i71360# class <SwTxtNode> 	 - constant accessor to list of mispelled text - <SwWrongList> instance

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7a3056e9bd0bec3916cd142e50e48db2ca827474]

        #100000# New license

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0fc089b168827a9ceb7599a4c818268470a505b9]

        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>  [4c89a79c70182005ed00b80c1a0db44683e602f6]

        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  Vladimir Glazounov  <vg@openoffice.org>  [77b193d90b51031a71de27974bd42de84ea7d6b8]

        INTEGRATION: CWS notes6 (1.86.104); FILE MERGED 2008/06/25 14:03:11 mod 1.86.104.3: #i91057# 2008/06/18 23:14:51 mod 1.86.104.2: RESYNC: (1.86-1.89); FILE MERGED 2008/06/10 18:29:41 mod 1.86.104.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6b19544a6cdb232454cc0bd7fb45fee858de9fba]

        INTEGRATION: CWS notes6 (1.86.24); FILE MERGED 2008/06/25 14:03:13 mod 1.86.24.3: #i91057# 2008/06/18 23:15:19 mod 1.86.24.2: RESYNC: (1.86-1.87); FILE MERGED 2008/06/10 18:29:43 mod 1.86.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ecd9d41a726d4ae2aa1c3057183aaf1f85299904]

        INTEGRATION: CWS notes6 (1.66.104); FILE MERGED 2008/06/20 16:08:33 mod 1.66.104.3: #i90938# 2008/06/18 23:15:14 mod 1.66.104.2: RESYNC: (1.66-1.69); FILE MERGED 2008/06/10 18:29:43 mod 1.66.104.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ec8b1fb3cc31253d58c78bfed512260df45511c7]

        INTEGRATION: CWS notes6 (1.42.104); FILE MERGED 2008/06/26 21:46:53 mod 1.42.104.4: shell refactoring 2008/06/24 09:03:39 mod 1.42.104.3: draw object fix as in notes 2008/06/18 23:15:09 mod 1.42.104.2: RESYNC: (1.42-1.44); FILE MERGED 2008/06/10 18:29:43 mod 1.42.104.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6036d53561801c2c373d0747df4a697219d12154]

        INTEGRATION: CWS notes6 (1.5.24); FILE MERGED 2008/06/26 21:46:53 mod 1.5.24.4: shell refactoring 2008/06/20 16:08:32 mod 1.5.24.3: #i90938# 2008/06/13 21:28:19 mod 1.5.24.2: fix for shadow createbaserange 2008/06/10 18:29:43 mod 1.5.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d892fada0231be7c2c75f6dfbe22f3c182f4de1d]

        INTEGRATION: CWS notes6 (1.5.24); FILE MERGED 2008/06/26 21:46:52 mod 1.5.24.7: shell refactoring 2008/06/25 14:03:12 mod 1.5.24.6: #i91057# 2008/06/23 18:43:03 mod 1.5.24.5: correct ankor line after creation 2008/06/20 16:08:32 mod 1.5.24.4: #i90938# 2008/06/18 23:15:02 mod 1.5.24.3: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 21:28:19 mod 1.5.24.2: fix for shadow createbaserange 2008/06/10 18:29:42 mod 1.5.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [478b44449bef32759165e1723ef881595d000c67]

        INTEGRATION: CWS notes6 (1.9.24); FILE MERGED 2008/06/26 21:46:52 mod 1.9.24.5: shell refactoring 2008/06/23 18:43:02 mod 1.9.24.4: correct ankor line after creation 2008/06/20 16:08:32 mod 1.9.24.3: #i90938# 2008/06/13 21:28:19 mod 1.9.24.2: fix for shadow createbaserange 2008/06/10 18:29:42 mod 1.9.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fed2d17391722ec0ef5178e63f7f14875a7b910f]

        INTEGRATION: CWS notes6 (1.33.104); FILE MERGED 2008/06/10 18:29:41 mod 1.33.104.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4f7756333a8dead87b0519497fc3023dc0019df8]

        INTEGRATION: CWS notes6 (1.47.2); FILE MERGED 2008/06/25 14:03:11 mod 1.47.2.2: #i91057# 2008/06/24 11:14:51 mod 1.47.2.1: multiline comments

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c209467cf59a0dee5dfbdd28e75c24f516e92e0d]

        INTEGRATION: CWS notes6 (1.106.24); FILE MERGED 2008/06/23 11:23:58 mba 1.106.24.1: #i88137#: set CalcFieldHdl at internal Outliner; #i88144#: set text in TextObject when it was imported as String

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [033a8fb470c425ac1b59ff473f67e3d59d87cda3]

        INTEGRATION: CWS notes6 (1.3.106); FILE MERGED 2008/06/23 11:23:58 mba 1.3.106.1: #i88137#: set CalcFieldHdl at internal Outliner; #i88144#: set text in TextObject when it was imported as String

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ac10ba25fc3cdbcd0922e980b4f31a73504a503a]

        INTEGRATION: CWS notes6 (1.3.106); FILE MERGED 2008/06/23 11:23:57 mba 1.3.106.1: #i88137#: set CalcFieldHdl at internal Outliner; #i88144#: set text in TextObject when it was imported as String

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a2c197ffb35c44b5e87a011a69e31fbdc8db8ef4]

        INTEGRATION: CWS notes6 (1.57.24); FILE MERGED 2008/06/23 11:23:57 mba 1.57.24.1: #i88137#: set CalcFieldHdl at internal Outliner; #i88144#: set text in TextObject when it was imported as String

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [53a5bea4142d2224e345801f876b11692fceb5c5]

        INTEGRATION: CWS notes6 (1.72.102); FILE MERGED 2008/06/18 23:14:08 mod 1.72.102.2: RESYNC: (1.72-1.74); FILE MERGED 2008/06/10 18:29:38 mod 1.72.102.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [de5b475e43985d2f88819139cad34eb59e18da95]

        INTEGRATION: CWS notes6 (1.4.24); FILE MERGED 2008/06/18 23:14:02 mod 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2008/06/10 18:29:37 mod 1.4.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a6aae4d505bc327985b4f3775d43b1c78c06f77a]

        INTEGRATION: CWS notes6 (1.6.24); FILE MERGED 2008/06/26 21:46:52 mod 1.6.24.3: shell refactoring 2008/06/25 14:03:10 mod 1.6.24.2: #i91057# 2008/06/10 18:29:37 mod 1.6.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a550c34f9521da15c05568f76f1f25b0543d33c1]

        INTEGRATION: CWS notes6 (1.6.24); FILE MERGED 2008/06/10 18:29:37 mod 1.6.24.1: notes5 import

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f46fc469e096c6dadfb596969c5c450a8cc806c9]

        #i88766# solve duplicate include

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8c5ddddb9a143381dc3d1449820f61b56344973f]

        #i91263# typos...

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [06a5166cb07e231c387c4c0a32e35a2604ec98f1]

        INTEGRATION: CWS impress144 (1.4.8); FILE MERGED 2008/06/07 20:23:12 cl 1.4.8.1: #i85768# replaced hack properties XModel and IsChart with Model and CLSID

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6ec287721a4a3ca80ac21f2fbb6056ed2d061ef9]

        INTEGRATION: CWS impress144 (1.172.94); FILE MERGED 2008/06/10 14:09:02 cl 1.172.94.1: #i87698# fixed WritingMode property

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dd1f5abdc630ebe25783b72670e7f0d535794f05]

        INTEGRATION: CWS impress144 (1.46.106); FILE MERGED 2008/06/06 13:16:29 cl 1.46.106.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bfa9ca8b789b5cfbc9028cef30291ec2130e726d]

        INTEGRATION: CWS impress144 (1.64.104); FILE MERGED 2008/06/06 13:17:40 cl 1.64.104.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6d31d46a3a81935c0f7dd522bc014e8c0ce011c9]

        INTEGRATION: CWS impress144 (1.88.106); FILE MERGED 2008/06/10 11:26:35 cl 1.88.106.1: #i87698# fixed ::SetVertical( sal_True ) if text is still empty

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [34b3bf92c0a2f975e0828d2836a4bca40d257be7]

        INTEGRATION: CWS impress144 (1.66.108); FILE MERGED 2008/06/09 10:29:11 cl 1.66.108.1: #i60014# removed unused icons

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f7f34c29aada422e54c5835eb4df610b7d2a627c]

        INTEGRATION: CWS impress144 (1.6.104); FILE MERGED 2008/06/07 16:54:05 cl 1.6.104.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2c7a46d0bb1c55c11410b2f3e3ef84e4cd423bb2]

        INTEGRATION: CWS impress144 (1.7.108); FILE MERGED 2008/06/09 10:27:27 cl 1.7.108.1: #i60014# removed unused icons

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b9dd1fb0178218438fa1d36e2645fb48354b1d2b]

        INTEGRATION: CWS impress144 (1.40.40); FILE MERGED 2008/06/07 18:49:29 cl 1.40.40.1: #i89124# fixed resize behaviour for fullscreen presentation

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [eeaacb29ab838cca5d1564c1f47f1acc340df74c]

        INTEGRATION: CWS impress144 (1.49.40); FILE MERGED 2008/06/05 07:38:35 af 1.49.40.1: #i83888# Added mbIsInSwitchPage flag.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [53db0f71333180e0d78a4472812c8272ce5fa410]

        INTEGRATION: CWS impress144 (1.53.40); FILE MERGED 2008/06/07 18:49:29 cl 1.53.40.1: #i89124# fixed resize behaviour for fullscreen presentation

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c61212262b196ab43c3f5ecaea312a849180a4b1]

        INTEGRATION: CWS impress144 (1.79.40); FILE MERGED 2008/06/09 13:15:19 cl 1.79.40.3: fixed windows build on wntmsci12 compiler 2008/06/09 11:34:57 cl 1.79.40.2: fixed shadow local 2008/06/05 07:37:32 af 1.79.40.1: #i83888# Prevent nested calls to SwitchPage().

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [09896044e5eac867e002a9d4338da878446c73e4]

        INTEGRATION: CWS impress144 (1.42.40); FILE MERGED 2008/05/29 09:58:22 af 1.42.40.1: #i78201# Fixed activation of layout menu in tool panel.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [28167b4e618fa7aa3a9207c0aba7c124a6eabe30]

        INTEGRATION: CWS impress144 (1.19.40); FILE MERGED 2008/06/06 13:28:59 cl 1.19.40.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [eb4e6f82747f8b9703c08d52da7320425c4cbdba]

        INTEGRATION: CWS impress144 (1.95.40); FILE MERGED 2008/06/06 13:28:59 cl 1.95.40.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [300773ba1ce26adbe2acba2f9c190f7049b3ce65]

        INTEGRATION: CWS impress144 (1.110.38); FILE MERGED 2008/06/06 13:28:59 cl 1.110.38.1: #i88525# keep SvxUnoDrawPage wrapper for as long as the SvdPage lives

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ce02935be99e5c4f27c6f9e5bfa7c0b423f2e25c]

        INTEGRATION: CWS impress144 (1.9.40); FILE MERGED 2008/05/29 08:07:38 af 1.9.40.1: #i58744# Fixed delay between preview creations.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f08965c686875d66a55ab3316161c712449ae28a]

        INTEGRATION: CWS impress144 (1.54.40); FILE MERGED 2008/06/07 20:04:07 cl 1.54.40.2: #i88839# fixe resume after call to blankScreen 2008/06/07 18:55:36 cl 1.54.40.1: #i89305# do not use post user event to generate endless loops, timers only

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f7cec575b92de1c637f69ff83ab0f8451c637bf3]

        INTEGRATION: CWS impress144 (1.9.40); FILE MERGED 2008/06/07 18:48:17 cl 1.9.40.1: #i89124# fixed resize behaviour for fullscreen presentation

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [231edae4b196ea4a2bf857114dfa1a8e2b39f7b8]

        INTEGRATION: CWS impress144 (1.26.40); FILE MERGED 2008/06/05 07:33:37 af 1.26.40.1: #i83888# Added mbIsInSwitchPage flag.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4414378ab964e0eeefd8fa5ac397bcb1416d782d]

        INTEGRATION: CWS impress144 (1.5.38); FILE MERGED 2008/05/29 09:59:52 af 1.5.38.1: #i78201# Activation of panels in tool panel now also makes task pane visible.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f61d7fefac3ccf01c384de15ebc5c32d5aa1341e]

        INTEGRATION: CWS impress144 (1.14.38); FILE MERGED 2008/06/02 16:54:08 cl 1.14.38.1: #i77982# update enable state for quality combo box when activating page 3

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9ce7ae55b0d7c43e5a7bbf508ba525584d7b0432]

        INTEGRATION: CWS impress144 (1.103.8); FILE MERGED 2008/06/09 08:14:36 cl 1.103.8.2: RESYNC: (1.103-1.104); FILE MERGED 2008/06/05 15:21:15 sj 1.103.8.1: #i81863# fixed rtl unicode problem

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4a96491247c2f919f2334f5dbf9c9fa34b7e49bf]

        INTEGRATION: CWS impress144 (1.47.8); FILE MERGED 2008/06/09 08:13:50 cl 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2008/06/05 15:21:15 sj 1.47.8.1: #i81863# fixed rtl unicode problem

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1c83368da594ca6abf1759f09fa49a4eeef34f76]

        INTEGRATION: CWS impress144 (1.66.36); FILE MERGED 2008/05/29 08:11:34 af 1.66.36.1: #i87857# Arranged layout descriptors in order defined by enum.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0e43ac9cf40dc1d268299c5b9a585e0d59573def]

        INTEGRATION: CWS impress144 (1.45.40); FILE MERGED 2008/06/07 19:22:38 cl 1.45.40.1: #i87153# default handout page to portrait

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7938ecb6257c561df5ee99079c56746424634dce]

        INTEGRATION: CWS impress144 (1.8.6); FILE MERGED 2008/06/07 16:42:54 cl 1.8.6.1: #i77982# removed fast sax parser

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ab90758940ebae3eb17a4925f7c4fb53ec54c008]

        INTEGRATION: CWS impress144 (1.10.4); FILE MERGED 2008/06/07 16:42:54 cl 1.10.4.1: #i77982# removed fast sax parser

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [851bfe0e0debe80ecc3b6da53520d4c1750cf281]

        INTEGRATION: CWS impress144 (1.3.34); FILE MERGED 2008/06/07 16:29:13 cl 1.3.34.1: #i77982# removed fast sax parser

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e286d39ef2c24bd1e5796bf330c70c5a18e2687d]

        INTEGRATION: CWS impress144 (1.9.34); FILE MERGED 2008/06/07 16:29:13 cl 1.9.34.1: #i77982# removed fast sax parser

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ef934836242c2accecc02b22b29364dd98330749]

        INTEGRATION: CWS impress144 (1.126.46); FILE MERGED 2008/06/09 13:34:37 cl 1.126.46.1: #i86057# fixed udp usage

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3857760d3bfba3b59a275da32936919e3ee535cc]

        INTEGRATION: CWS xmlfilter05 (1.30.34); FILE MERGED 2008/05/19 12:06:22 hbrinkm 1.30.34.4: RESYNC: (1.31-1.32); FILE MERGED 2008/05/02 11:55:31 hbrinkm 1.30.34.3: RESYNC: (1.30-1.31); FILE MERGED 2008/05/01 17:58:18 mav 1.30.34.2: #i88923# fix the check 2008/05/01 17:52:28 mav 1.30.34.1: #i88923# fix the typo

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5bee76510f644f95d7d4982b2c13257a0fc7e711]

        INTEGRATION: CWS xmlfilter05 (1.21.10); FILE MERGED 2008/06/16 08:47:47 dr 1.21.10.3: RESYNC: (1.22-1.23); FILE MERGED 2008/05/19 12:03:53 hbrinkm 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED 2008/05/06 11:34:41 hbrinkm 1.21.10.1: ex-pure virtual functions had to be implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8239e89fd0904bda4bac8bbfaa2ce27e95dee4fa]

        INTEGRATION: CWS xmlfilter05 (1.34.10); FILE MERGED 2008/06/16 08:47:44 dr 1.34.10.4: RESYNC: (1.35-1.36); FILE MERGED 2008/05/22 13:16:33 dr 1.34.10.3: #i10000 2008/05/19 12:04:04 hbrinkm 1.34.10.2: RESYNC: (1.34-1.35); FILE MERGED 2008/05/06 11:34:41 hbrinkm 1.34.10.1: ex-pure virtual functions had to be implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7a3297f6dcf16e92cb057ce7c5481f66b6f120e0]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/04/17 10:01:32 dr 1.1.2.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [19831767bd6fa86bf03599cadef32d63139bc3f4]

        INTEGRATION: CWS xmlfilter05 (1.3.12); FILE MERGED 2008/06/17 09:29:19 dr 1.3.12.4: #i10000# wrong extension 2008/05/02 11:47:23 hbrinkm 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 10:01:32 dr 1.3.12.2: #i86546# #i86549# #i86560# support all file types and templates 2008/04/02 14:24:25 hbrinkm 1.3.12.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [70ba1f04a8ccb10c01a03fbc449e380274a92710]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/04/17 10:01:31 dr 1.1.2.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5225e97699e284cac8b00a1d59a975fbf675c652]

        INTEGRATION: CWS xmlfilter05 (1.12.12); FILE MERGED 2008/06/16 08:47:17 dr 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/17 10:01:30 dr 1.12.12.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dd1a5a9452844a637eddefb41b44665ea12107d7]

        INTEGRATION: CWS xmlfilter05 (1.10.12); FILE MERGED 2008/06/16 08:47:19 dr 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/17 10:01:30 dr 1.10.12.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c8589e11ee9664e5de04438726dfa0e3440f210b]

        INTEGRATION: CWS xmlfilter05 (1.63.302); FILE MERGED 2008/06/16 08:46:19 dr 1.63.302.4: RESYNC: (1.64-1.65); FILE MERGED 2008/05/26 09:14:41 dr 1.63.302.3: #i10000# uninit'ed variable in for loop!! 2008/05/02 11:37:03 hbrinkm 1.63.302.2: RESYNC: (1.63-1.64); FILE MERGED 2008/04/01 13:44:42 os 1.63.302.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [70cb48f8f20bd1a7ef0cf99260acbcdba11a1119]

        INTEGRATION: CWS xmlfilter05 (1.32.14); FILE MERGED 2008/06/16 08:46:13 dr 1.32.14.3: RESYNC: (1.33-1.34); FILE MERGED 2008/05/02 11:36:57 hbrinkm 1.32.14.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/01 13:44:42 os 1.32.14.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ed25dd8e409429e0357a39843df1aef709bfb461]

        INTEGRATION: CWS xmlfilter05 (1.28.324); FILE MERGED 2008/06/16 08:46:27 dr 1.28.324.3: RESYNC: (1.29-1.30); FILE MERGED 2008/05/02 11:37:12 hbrinkm 1.28.324.2: RESYNC: (1.28-1.29); FILE MERGED 2008/04/01 13:44:42 os 1.28.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ba65d707f4d26f8a9762a946029ff7ca776b14ae]

        INTEGRATION: CWS xmlfilter05 (1.19.324); FILE MERGED 2008/06/16 08:46:23 dr 1.19.324.3: RESYNC: (1.20-1.21); FILE MERGED 2008/05/02 11:37:08 hbrinkm 1.19.324.2: RESYNC: (1.19-1.20); FILE MERGED 2008/04/01 13:44:42 os 1.19.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [55814617f944c99b1a1e15aa3b863fdc221ea17a]

        INTEGRATION: CWS xmlfilter05 (1.169.12); FILE MERGED 2008/06/27 12:11:32 dr 1.169.12.5: RESYNC: (1.173-1.174); FILE MERGED 2008/06/16 08:46:09 dr 1.169.12.4: RESYNC: (1.172-1.173); FILE MERGED 2008/05/02 11:37:21 hbrinkm 1.169.12.3: RESYNC: (1.169-1.172); FILE MERGED 2008/04/02 13:57:21 hbrinkm 1.169.12.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 13:42:50 os 1.169.12.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8d1847c9e3cf1ed0cfc4d5e0787d3027d54457c2]

        INTEGRATION: CWS xmlfilter05 (1.7.324); FILE MERGED 2008/06/16 08:46:30 dr 1.7.324.3: RESYNC: (1.8-1.9); FILE MERGED 2008/05/02 11:36:53 hbrinkm 1.7.324.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/01 13:42:25 os 1.7.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b3f4e6763619f52546c2454b9b018e4745ec9f8f]

        INTEGRATION: CWS xmlfilter05 (1.9.14); FILE MERGED 2008/06/16 08:46:33 dr 1.9.14.4: RESYNC: (1.10-1.11); FILE MERGED 2008/05/06 09:44:18 hbrinkm 1.9.14.3: removed warnings (unused parameters) 2008/05/02 11:36:40 hbrinkm 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/01 13:42:04 os 1.9.14.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [de12f04a2823bcd30701f77effbb0d4e88474dee]

        INTEGRATION: CWS xmlfilter05 (1.3.324); FILE MERGED 2008/06/16 08:45:52 dr 1.3.324.3: RESYNC: (1.4-1.5); FILE MERGED 2008/05/02 11:37:29 hbrinkm 1.3.324.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/01 13:41:06 os 1.3.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [05a1f5c4d1cf92d6b7803c7b2831baba710c09f2]

        INTEGRATION: CWS xmlfilter05 (1.4.14); FILE MERGED 2008/06/16 08:45:47 dr 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:37:24 hbrinkm 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/01 13:40:10 os 1.4.14.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c8bce9e3fb26fddb9fa95524ba362b3ea2dbe4ba]

        INTEGRATION: CWS xmlfilter05 (1.3.324); FILE MERGED 2008/06/16 08:45:59 dr 1.3.324.3: RESYNC: (1.4-1.5); FILE MERGED 2008/05/02 11:37:32 hbrinkm 1.3.324.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/01 13:40:10 os 1.3.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [25f14d7623907e25e2b1cf160944928705369c38]

        INTEGRATION: CWS xmlfilter05 (1.3.324); FILE MERGED 2008/06/16 08:45:56 dr 1.3.324.3: RESYNC: (1.4-1.5); FILE MERGED 2008/05/02 11:37:36 hbrinkm 1.3.324.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/01 13:39:35 os 1.3.324.1: XTextCopy implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7c098bdc444890d4c3bab97ea950b429a4ba219d]

        INTEGRATION: CWS xmlfilter05 (1.45.14); FILE MERGED 2008/05/02 11:25:37 hbrinkm 1.45.14.4: RESYNC: (1.45-1.47); FILE MERGED 2008/04/02 13:38:17 hbrinkm 1.45.14.3: XTextCopy got lost 2008/04/02 13:06:15 hbrinkm 1.45.14.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 12:09:02 os 1.45.14.1: new interface XTextCopy

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ba32ccfa032bf3f1bfc1f1daf9a3b5d0692056be]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 14:09:50 dr 1.1.2.2: #i10000# new header 2008/04/01 12:09:24 os 1.1.2.1: text copy interface

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c4017592e62b233f9e46f88f24774c621a872a54]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/08 13:05:13 os 1.3.28.1: #i87184# description added

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [562e88ecd1f7207321caed75c476d8e660f9ecef]

        INTEGRATION: CWS xmlfilter05 (1.1.6); FILE MERGED 2008/05/21 14:09:50 dr 1.1.6.3: #i10000# new header 2008/04/02 13:06:15 hbrinkm 1.1.6.2: merged changes from xmlfilter04 to xmlfilter05 2008/03/12 07:46:57 hbrinkm 1.1.6.1: file XRedline.idl was added on branch cws_dev300_xmlfilter05 on 2008-04-02 13:06:15 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [75268424e6c4eee065472011332a2bd6cf49ec1f]

        INTEGRATION: CWS xmlfilter05 (1.1.6); FILE MERGED 2008/05/21 14:09:50 dr 1.1.6.3: #i10000# new header 2008/04/02 13:06:15 hbrinkm 1.1.6.2: merged changes from xmlfilter04 to xmlfilter05 2008/02/20 12:24:52 hbrinkm 1.1.6.1: file TableBorderDistances.idl was added on branch cws_dev300_xmlfilter05 on 2008-04-02 13:06:15 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ab67df2e662214099534e4e95b08e866b2eedba4]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/07 15:31:49 tbe 1.3.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b204c5cdcb93501fbe02d8969defca98b3c8b193]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/07 15:31:12 tbe 1.3.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [aa54fcab62485f34f93232cee7716cd735d62a2a]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/07 15:30:31 tbe 1.3.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a0502234a3d8c59f19595ff9a5ee9db93223e837]

        INTEGRATION: CWS xmlfilter05 (1.12.28); FILE MERGED 2008/05/07 15:29:44 tbe 1.12.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [08c5b3c1d2794e98a58de760610bc7bac8ebd37b]

        INTEGRATION: CWS xmlfilter05 (1.11.28); FILE MERGED 2008/05/07 15:28:59 tbe 1.11.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e162140a87678514558470498e959fc396b4cd42]

        INTEGRATION: CWS xmlfilter05 (1.8.28); FILE MERGED 2008/05/07 15:28:19 tbe 1.8.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cbd04cd8e1672d8848c3cabc1f0221f867079e40]

        INTEGRATION: CWS xmlfilter05 (1.8.14); FILE MERGED 2008/05/07 15:27:38 tbe 1.8.14.3: #i75812# API: update @since tags in IDL files for CWS xmlfilter02 2008/05/02 11:27:05 hbrinkm 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/02 13:06:14 hbrinkm 1.8.14.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0c466b70900dd2b447f62f667799a1afe665684d]

        INTEGRATION: CWS xmlfilter05 (1.8.28); FILE MERGED 2008/05/07 15:27:00 tbe 1.8.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c7997b331a3f90fa477c6ec9bd922ad43c7c6ffe]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/07 15:26:25 tbe 1.3.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7debb1c79b06a2fd3f718e7cd91d0c1b809957be]

        INTEGRATION: CWS xmlfilter05 (1.8.28); FILE MERGED 2008/05/07 15:25:40 tbe 1.8.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a4adb6f3243c193368a4f99b0b883453b08c4d01]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 14:09:49 dr 1.1.4.3: #i10000# new header 2008/04/02 13:06:14 hbrinkm 1.1.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/03/19 03:36:12 hbrinkm 1.1.4.1: file AddressConvention.idl was added on branch cws_dev300_xmlfilter05 on 2008-04-02 13:06:14 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [94ec60f7bcf7866ac1fec285871c6ffd5f7879e4]

        INTEGRATION: CWS xmlfilter05 (1.46.28); FILE MERGED 2008/05/05 14:24:24 os 1.46.28.1: XOOXMLDocumentPropertiesImporter.idl added

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f14f316cdba0a39c95b947bd79c0ad3bbaef3682]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 14:09:49 dr 1.1.2.2: #i10000# new header 2008/05/02 08:57:56 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c41c5b792d61fb0125c13ba58312c8ae6da73008]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 14:09:49 dr 1.1.2.2: #i10000# new header 2008/05/02 08:57:46 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0f1d7253fc68afd6607a524c8a1a0ec78000b90c]

        INTEGRATION: CWS xmlfilter05 (1.3.126); FILE MERGED 2008/05/19 12:01:13 hbrinkm 1.3.126.3: RESYNC: (1.6-1.7); FILE MERGED 2008/05/02 11:25:57 hbrinkm 1.3.126.2: RESYNC: (1.3-1.6); FILE MERGED 2008/04/02 13:06:13 hbrinkm 1.3.126.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [67a0979dcf2dda19204e25e3e802e53799f9bb06]

        INTEGRATION: CWS xmlfilter05 (1.3.28); FILE MERGED 2008/05/07 15:24:00 tbe 1.3.28.1: #i75812# API: update @since tags in IDL files for CWS xmlfilter02

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3ea42ce9d7d478da7d95e230232c22c480901757]

        INTEGRATION: CWS xmlfilter05 (1.4.4); FILE MERGED 2008/06/27 12:11:02 dr 1.4.4.5: RESYNC: (1.6-1.7); FILE MERGED 2008/05/02 11:07:26 hbrinkm 1.4.4.4: RESYNC: (1.4-1.6); FILE MERGED 2008/05/02 08:33:58 mav 1.4.4.3: #i88938# import document properties 2008/04/02 12:42:04 hbrinkm 1.4.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:50 hbrinkm 1.4.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f04629cb8b240fc1748fa63f25348cad3edba6e4]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:20:48 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:12 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:50 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3e293a02704c23a465335bb1beb228e8f23ae538]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:34 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:12 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:49 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5dc7dbb9fb42f2b7c18bc8cceebabf8f8148f5bc]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:28 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:12 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:48 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d6a67538a3ffaadf151fe28ce69f0209e4ec072c]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:20:04 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 13:10:12 dr 1.2.18.1: new optional token handling, fix default rotation in 3d charts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3c06d35eeb539f0240f8732bd825ec429149db97]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:20:42 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:12 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:47 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1f73b177f2e0b8483d29527c7b74b59ad65b2d0d]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:21:12 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 13:10:12 dr 1.2.18.1: new optional token handling, fix default rotation in 3d charts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0e0a7a876b4565a3e3f64089bb595c6145e37098]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:21:33 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/16 13:10:12 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:47 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [15c532423a0f9541cbfb8fd6d3101d748dd05604]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:21:36 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:59:24 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:42:04 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:46 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c7aec14ac618b9637d7c2a2fae99b277573d008a]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:20:37 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 13:10:12 dr 1.2.18.1: new optional token handling, fix default rotation in 3d charts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d09e083a08d18d466b38d80c5edd2d14811a4492]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:21:15 hbrinkm 1.3.4.5: RESYNC: (1.3-1.5); FILE MERGED 2008/04/21 08:26:46 dr 1.3.4.4: sign error 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:03 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:45 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [313d0a2cd473ef522ccff27ebb4569f8dc497d2e]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:47 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:03 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:45 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9905c3ceea97442655f0cefea6cf7074ef962dd2]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:20:00 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:03 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:43 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [74d38237acb2eded6a2064add18dd972402021f9]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:20:33 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:03 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:42 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [b464dbcef7e8606ebfd0d090047a29a85b54f0cb]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:06 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:03 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:42 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [766cbee06523beceb0d43e7ddc07ca2460bbf1b0]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:20:30 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 13:10:11 dr 1.2.18.1: new optional token handling, fix default rotation in 3d charts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cbc84a8f406beb3ed32c5dcec1b65a75987b3862]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:25 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:02 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:39 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [562a1b017aa8e0bbe71f973970c76e5d8a9ff816]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:20:19 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:11 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:02 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:36 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ec91645371ccb909d4b73e0c44769c0899678d9c]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:19:42 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:10 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:02 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:35 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [0812e31ed54a5c3987565cd8d0b3ed2276f9d29a]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/02 11:20:57 hbrinkm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 13:10:10 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:02 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:35 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bc97260de6e609cf58951485d80a9629989bacc4]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:21:00 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:10 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:42:02 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:34 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [96dbea8d5f50466ca04f34842fbcacd17937d3d4]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 12:59:24 dr 1.3.4.3: #i10000# new header 2008/04/02 12:42:01 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:30 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ec87c2a7234a68fd3ac5a147410d9bff7f19d953]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:09:57 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:23:40 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:59:07 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:42:00 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:26 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d86566c496c26cc83c26bae31489c7fc716b4f81]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:22:06 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:10 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:59 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:23 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9a3017794c834671ebcc2a925e7f7edd06bad6ad]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/06 09:28:25 hbrinkm 1.2.18.5: removed duplicate of setProperties 2008/05/02 11:24:36 hbrinkm 1.2.18.4: RESYNC: (1.2-1.4); FILE MERGED 2008/04/17 09:45:46 dr 1.2.18.3: #i86546# #i86549# #i86560# support all file types and templates 2008/04/02 12:41:59 hbrinkm 1.2.18.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:22 hbrinkm 1.2.18.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8e871fd4ee5917426489fabe15ee726af4f84b8d]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:24:39 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/17 09:45:46 dr 1.2.18.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d114ff036c16826951c95ac929edc628df84b71d]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:24:33 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:10 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:59 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:22 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3299ac29589e95700288951c572cbc47b7bff830]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:18:33 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:58:36 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:58 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:20 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1bc35eb247010edb098cd7e1ebd1918ae9318d01]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:18:30 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:58:36 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:58 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:19 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1990d8a939d848f683c3968ee69dfef1b8f52913]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:49 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:18:50 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:58:35 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:58 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:19 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1c153559ed33aef8e6adfbdbc54a4084c2a1df74]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:32:01 dr 1.1.4.13: #i10000# new header 2008/05/06 09:26:54 hbrinkm 1.1.4.12: removed warning: redefinition of aTypeProp in line 377 2008/04/23 16:00:22 dr 1.1.4.11: chart auto formatting, first steps... 2008/04/22 10:47:07 dr 1.1.4.10: conversion helpers 2008/04/21 14:52:44 dr 1.1.4.9: chart data point settings 2008/04/21 13:43:02 dr 1.1.4.8: pie charts, category source handling 2008/04/18 13:00:10 dr 1.1.4.7: import pie explosion 2008/04/18 12:34:44 dr 1.1.4.6: import stock charts, improved default attribute handling 2008/04/16 13:10:10 dr 1.1.4.5: new optional token handling, fix default rotation in 3d charts 2008/04/16 09:38:14 dr 1.1.4.4: #i88265# import chart 3d view settings 2008/04/02 12:41:58 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:18 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/29 15:29:52 hbrinkm 1.1.4.1: file typegroupconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:18 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ade9c48ae16bed99aeca422d7bd2ea58c92c5aca]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.4: #i10000# new header 2008/04/18 12:34:44 dr 1.2.4.3: import stock charts, improved default attribute handling 2008/04/02 12:41:58 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:18 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [beff83f12c1cab4e89df214283c644582692a1af]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:32:01 dr 1.1.4.6: #i10000# new header 2008/04/25 08:57:34 dr 1.1.4.5: more cleanup 2008/04/23 16:00:22 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:58 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:17 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/07 13:30:23 hbrinkm 1.1.4.1: file titleconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:17 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f2fc26b46eb4639c8b680963508cbffdbe04eb63]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:32:00 dr 1.1.4.5: #i10000# new header 2008/04/18 12:34:44 dr 1.1.4.4: import stock charts, improved default attribute handling 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:17 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/29 09:23:29 hbrinkm 1.1.4.1: file titlecontext.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:17 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e170d50f68765e610cc519c1e062f5025401e154]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.5: #i10000# new header 2008/04/18 12:34:43 dr 1.2.4.4: import stock charts, improved default attribute handling 2008/04/17 11:57:16 dr 1.2.4.3: #i87806# manual error bars 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:17 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [185f81199198be4245b28c479e00d2666d876f98]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:32:00 dr 1.1.4.12: #i10000# new header 2008/04/23 16:00:22 dr 1.1.4.11: chart auto formatting, first steps... 2008/04/22 10:47:07 dr 1.1.4.10: conversion helpers 2008/04/21 14:52:44 dr 1.1.4.9: chart data point settings 2008/04/18 16:26:58 dr 1.1.4.8: import line symbols 2008/04/18 13:00:09 dr 1.1.4.7: import pie explosion 2008/04/18 12:34:43 dr 1.1.4.6: import stock charts, improved default attribute handling 2008/04/17 12:39:16 dr 1.1.4.5: #i87747# reversed rotation in radar charts 2008/04/17 11:57:16 dr 1.1.4.4: #i87806# manual error bars 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:17 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/03 14:04:30 hbrinkm 1.1.4.1: file seriesconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:17 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [199274d3c8aebf3535ca0a342b8b398951d5015c]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.6: #i10000# new header 2008/04/22 10:47:07 dr 1.2.4.5: conversion helpers 2008/04/18 12:34:43 dr 1.2.4.4: import stock charts, improved default attribute handling 2008/04/16 13:10:09 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:16 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3159b8ea8fa0dffadf170727f26f87621093a293]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.6: #i10000# new header 2008/04/16 13:39:35 dr 1.2.4.5: handle automatic height scaling in 3d charts 2008/04/16 13:10:09 dr 1.2.4.4: new optional token handling, fix default rotation in 3d charts 2008/04/16 09:38:14 dr 1.2.4.3: #i88265# import chart 3d view settings 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:16 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [07e9b453248ee9dd930ccd40beda7444375b4d7e]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:58 dr 1.1.4.9: #i10000# new header 2008/04/25 15:51:46 dr 1.1.4.8: auto formatting 2008/04/23 16:00:22 dr 1.1.4.7: chart auto formatting, first steps... 2008/04/21 14:52:44 dr 1.1.4.6: chart data point settings 2008/04/16 13:10:09 dr 1.1.4.5: new optional token handling, fix default rotation in 3d charts 2008/04/16 09:38:13 dr 1.1.4.4: #i88265# import chart 3d view settings 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:16 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/29 15:29:52 hbrinkm 1.1.4.1: file plotareaconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:16 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3df385ae1f048fc3e48164e171ea059056de5dad]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.6: #i10000# new header 2008/04/18 12:34:43 dr 1.2.4.5: import stock charts, improved default attribute handling 2008/04/16 13:39:35 dr 1.2.4.4: handle automatic height scaling in 3d charts 2008/04/16 13:10:09 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:16 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9761f960f336145580eb68d704dea10b5b85d914]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.4: #i10000# new header 2008/04/23 16:00:22 dr 1.2.4.3: chart auto formatting, first steps... 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:15 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [478627e8fb67548ed29a9024db8ba212d928b625]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/27 15:06:50 dr 1.1.4.8: #i10000# 2008/05/21 12:31:57 dr 1.1.4.7: #i10000# new header 2008/04/25 15:51:46 dr 1.1.4.6: auto formatting 2008/04/25 08:57:34 dr 1.1.4.5: more cleanup 2008/04/23 16:00:21 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:14 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:22:31 hbrinkm 1.1.4.1: file converterbase.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:14 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9339e3b75018eb476996ff653ff495ed854bee55]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:57 dr 1.1.4.5: #i10000# new header 2008/04/23 16:00:21 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:13 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:22:31 hbrinkm 1.1.4.1: file chartspacemodel.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:13 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd6edd353d293ef3dce203a63b17ed0cd6517b1f]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:56 dr 1.1.4.6: #i10000# new header 2008/04/23 16:00:21 dr 1.1.4.5: chart auto formatting, first steps... 2008/04/18 12:34:43 dr 1.1.4.4: import stock charts, improved default attribute handling 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:13 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:22:30 hbrinkm 1.1.4.1: file chartspacefragment.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:13 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cca98acbab04373fb7500be83bfce4cf484511ab]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:55 dr 1.1.4.6: #i10000# new header 2008/04/25 15:51:45 dr 1.1.4.5: auto formatting 2008/04/23 16:00:21 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:13 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:22:30 hbrinkm 1.1.4.1: file chartspaceconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:13 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d5fa8c2c92bb124a24655b459b1294c662a4879c]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:55 dr 1.1.4.6: #i10000# new header 2008/04/25 15:51:45 dr 1.1.4.5: auto formatting 2008/04/23 16:00:21 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:12 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/27 11:13:02 hbrinkm 1.1.4.1: file chartconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:12 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ef7caed8441a27488f47239366add9f1180eacce]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 12:31:55 dr 1.1.4.7: #i10000# new header 2008/04/23 16:00:21 dr 1.1.4.6: chart auto formatting, first steps... 2008/04/17 12:39:16 dr 1.1.4.5: #i87747# reversed rotation in radar charts 2008/04/16 13:10:09 dr 1.1.4.4: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:57 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:11 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/07 13:30:22 hbrinkm 1.1.4.1: file axisconverter.cxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:38:11 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2d6cb09b66879e484deabf4aaed8e64759b081cc]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 12:26:55 dr 1.2.4.5: #i10000# new header 2008/04/18 12:34:43 dr 1.2.4.4: import stock charts, improved default attribute handling 2008/04/16 13:10:09 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:57 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:11 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dc087c146b4c5a2d453d0592fe233a8fdd506276]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 12:55:44 dr 1.1.2.2: #i10000# new header 2008/04/25 08:57:34 dr 1.1.2.1: more cleanup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ad436acae0c5d2ed5d447fce7f847687dc801b71]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:15:54 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:58:15 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:56 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:10 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [35bcd25e7cc2d1777925626db469eed755a9c138]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 11:17:42 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/23 15:58:14 dr 1.2.18.1: a little theme cleanup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c08d25e35be9d8c54cb53fec9b913e3a4303286c]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:06 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:16:42 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:56 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:07 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [056fea9aca1dc3787bd8c3d3e1c4f9b776b42c04]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:16:45 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/25 08:57:33 dr 1.3.4.3: more cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:06 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [88209c0e7cfc33770069f7513f76b7c9558513b1]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.4: #i10000# new header 2008/04/25 08:57:33 dr 1.3.4.3: more cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:06 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4d80f13a898d7003bd20e131d3811dbd2b41abf4]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:29 dr 1.3.4.6: RESYNC: (1.5-1.6); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.5: #i10000# new header 2008/04/25 08:57:33 dr 1.3.4.4: more cleanup 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:05 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd46c2baf8d782d8a22507820f250826bd2616f5]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:17:14 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:05 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [10a265c4c494b22523b7c14a8f0680f4ae7d583b]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:41 dr 1.3.4.5: RESYNC: (1.4-1.5); FILE MERGED 2008/05/02 11:17:01 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/25 08:57:33 dr 1.3.4.3: more cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:05 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9845056aecfda70569dee1c94932f4c3d2bc635d]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:33 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:18:00 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:04 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [92298557ae5551ec475722c5905588ae76181faf]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:13 dr 1.3.4.7: RESYNC: (1.5-1.6); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.6: #i10000# new header 2008/04/25 08:57:33 dr 1.3.4.5: more cleanup 2008/04/23 16:00:20 dr 1.3.4.4: chart auto formatting, first steps... 2008/04/16 13:10:09 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:03 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd543c815905cb024ce231816747df6301c77390]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:10:38 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:16:05 hbrinkm 1.3.4.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:03 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f33e61aee88b3118299f366b40def373a3238da7]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:16:31 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/25 08:57:33 dr 1.3.4.3: more cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:02 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fe69e81f90e61a53a4fab1ae364ff6520c84783e]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.4: #i10000# new header 2008/04/25 08:57:33 dr 1.3.4.3: more cleanup 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:02 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e44e596cd9704d128f55f2f700200c95d16734f9]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.4: #i10000# new header 2008/04/16 13:10:09 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:55 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:02 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [cadf6f59b7b2098dc6a9304eefd4efec391cd144]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 12:55:44 dr 1.3.4.4: #i10000# new header 2008/04/25 15:51:45 dr 1.3.4.3: auto formatting 2008/04/02 12:41:54 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:01 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bbdf9201e7e8903db193f2417168919218956eb6]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:16:51 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:58:14 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:54 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:38:01 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [00e6f343c234d9f7f8d8bb9ad165e1b22122ef3a]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 12:17:52 dr 1.1.2.3: #i10000# new header 2008/05/02 09:02:00 mav 1.1.2.2: #i88938# fix exceptions set 2008/05/02 08:35:20 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fdf9017762e345bd0bddb1201dd82a9c8c089b9e]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 12:17:52 dr 1.1.2.3: #i10000# new header 2008/05/02 09:02:00 mav 1.1.2.2: #i88938# fix exceptions set 2008/05/02 08:35:09 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f0fe7397ad11897d27afb8b3d73edc46142fcbd0]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 12:17:52 dr 1.1.2.2: #i10000# new header 2008/05/02 08:35:29 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4f9c2d9da27e7556363932670cb34f3707eec88b]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 12:17:51 dr 1.1.2.2: #i10000# new header 2008/05/02 08:35:20 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5ef59c2e45ef2737f296a65660434e036880b0b2]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/23 07:30:44 dr 1.1.2.4: #i10000# gcc warning 2008/05/21 12:17:51 dr 1.1.2.3: #i10000# new header 2008/05/21 12:10:20 dr 1.1.2.2: #i10000# ^ is not the power operator 2008/05/02 08:35:09 mav 1.1.2.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [402795ee354e4ab5ac110cf41d834c2f258696ae]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:23:52 hbrinkm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 09:45:46 dr 1.3.4.4: #i86546# #i86549# #i86560# support all file types and templates 2008/04/16 13:10:08 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:54 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:58 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a95de58d92b0b9599ea4569e7cc4101e8f6d67dd]

        INTEGRATION: CWS xmlfilter05 (1.3.6); FILE MERGED 2008/05/09 08:44:25 os 1.3.6.1: i88938# import document properties - re-checkin

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7707d5e62baa1d938051d51d3288c3dd1e22694a]

        INTEGRATION: CWS xmlfilter05 (1.5.4); FILE MERGED 2008/06/27 12:09:53 dr 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 08:33:57 mav 1.5.4.1: #i88938# import document properties

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e9f37ee7e5f702f2082939a158640b208cbcdb91]

        INTEGRATION: CWS xmlfilter05 (1.3.10); FILE MERGED 2008/05/02 11:13:33 hbrinkm 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/21 14:47:10 dr 1.3.10.2: chart data point settings 2008/04/16 13:10:08 dr 1.3.10.1: new optional token handling, fix default rotation in 3d charts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6477d99fe51790f30386248f074bedf30daa2f4e]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:13:39 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 13:10:08 dr 1.3.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:49 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:33 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [9942a02523e7a0016630151040939f7d3e079c2a]

        INTEGRATION: CWS xmlfilter05 (1.2.6); FILE MERGED 2008/06/29 12:21:18 dr 1.2.6.1: #i10000# missing include

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2ff1a49e95d8995d17d541bfa7fcef6955a24d4e]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.10: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.9: chart auto formatting, first steps... 2008/04/22 10:46:22 dr 1.1.4.8: conversion helpers 2008/04/21 14:47:57 dr 1.1.4.7: chart data point settings 2008/04/18 12:34:22 dr 1.1.4.6: import stock charts, improved default attribute handling 2008/04/16 13:10:08 dr 1.1.4.5: new optional token handling, fix default rotation in 3d charts 2008/04/16 09:36:45 dr 1.1.4.4: #i88265# import chart 3d view settings 2008/04/02 12:41:48 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:29 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/29 15:27:13 hbrinkm 1.1.4.1: file typegroupconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:28 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ab26f14aef822b040566764f760d172766b827ff]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.5: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:48 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:27 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/07 13:28:42 hbrinkm 1.1.4.1: file titleconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:27 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3babdc0f66d46a32e5680fc4dbd8b1671d48ac60]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 10:57:57 dr 1.2.4.7: #i10000# new header 2008/04/21 14:47:57 dr 1.2.4.6: chart data point settings 2008/04/21 13:42:14 dr 1.2.4.5: pie charts, category source handling 2008/04/18 12:34:22 dr 1.2.4.4: import stock charts, improved default attribute handling 2008/04/16 13:10:08 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:48 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:25 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a5722d866c2c4ca633811541f3f288785ae787ac]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.8: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.7: chart auto formatting, first steps... 2008/04/21 14:47:57 dr 1.1.4.6: chart data point settings 2008/04/18 12:34:22 dr 1.1.4.5: import stock charts, improved default attribute handling 2008/04/17 11:56:30 dr 1.1.4.4: #i87806# manual error bars 2008/04/02 12:41:48 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:25 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/03 14:03:32 hbrinkm 1.1.4.1: file seriesconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:25 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a8743fe48eb32ec00840853e635f795531f38197]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 10:57:55 dr 1.2.4.5: #i10000# new header 2008/04/16 13:39:34 dr 1.2.4.4: handle automatic height scaling in 3d charts 2008/04/16 13:10:08 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:47 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:24 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [6fdb3279a9f0048bff2128a1364436f28f5174a9]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.5: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:24 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/29 15:27:13 hbrinkm 1.1.4.1: file plotareaconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:24 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a650ccff28ffb2cab85e754678a3e1f85e0ba7e0]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 10:57:55 dr 1.2.4.4: #i10000# new header 2008/04/16 13:10:08 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:47 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:23 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dc566e95a56ed4f01f7c52804946ece009c6f1b1]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.6: #i10000# new header 2008/04/25 15:51:45 dr 1.1.4.5: auto formatting 2008/04/23 15:59:53 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:20 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:21:38 hbrinkm 1.1.4.1: file converterbase.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:20 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [090a258b9e480b0eec6e0eac28dd57fca37f2d7e]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:40:23 dr 1.1.4.5: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:20 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/12 14:21:37 hbrinkm 1.1.4.1: file chartspaceconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:20 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3cf04fbdbc5cbd9b1cc33fb904173eb69895d813]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 11:09:03 dr 1.1.4.6: #i10000# new header 2008/04/25 15:51:45 dr 1.1.4.5: auto formatting 2008/04/23 15:59:53 dr 1.1.4.4: chart auto formatting, first steps... 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:19 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/02/27 11:08:10 hbrinkm 1.1.4.1: file chartconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:19 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [154606a656ad6387c5814f11e59bfcc76b89d7b0]

        INTEGRATION: CWS xmlfilter05 (1.2.4); FILE MERGED 2008/05/21 10:26:54 dr 1.2.4.4: #i10000# new header 2008/04/16 13:10:07 dr 1.2.4.3: new optional token handling, fix default rotation in 3d charts 2008/04/02 12:41:47 hbrinkm 1.2.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:18 hbrinkm 1.2.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dc01a6872f36e2d2aee5d1843f91dfc776c6296f]

        INTEGRATION: CWS xmlfilter05 (1.1.4); FILE MERGED 2008/05/21 10:25:02 dr 1.1.4.6: #i10000# new header 2008/04/23 15:59:53 dr 1.1.4.5: chart auto formatting, first steps... 2008/04/17 12:38:52 dr 1.1.4.4: #i87747# reversed rotation in radar charts 2008/04/02 12:41:47 hbrinkm 1.1.4.3: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:18 hbrinkm 1.1.4.2: 'Merged xmlfilter04' 2008/03/07 13:28:41 hbrinkm 1.1.4.1: file axisconverter.hxx was added on branch cws_dev300_xmlfilter05 on 2008-04-01 15:37:18 +0000

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [7f2dd428a91b176092e56a538d4df527f8f99995]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 11:48:16 dr 1.1.2.2: #i10000# new header 2008/04/25 08:57:32 dr 1.1.2.1: more cleanup

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4e57b3760d56fe1d576339e580e8bb65f18aeabb]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:08:31 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:56:49 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:46 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:16 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [d7c4efb41301e3295958ed3faf6cc6a1170da3b3]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:09:40 dr 1.3.4.5: RESYNC: (1.5-1.6); FILE MERGED 2008/05/21 11:48:16 dr 1.3.4.4: #i10000# new header 2008/04/25 08:57:32 dr 1.3.4.3: more cleanup 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:14 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [a4b4bb211bc7ec887997b5b1e46dcb1996141137]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/06/27 12:09:26 dr 1.3.4.6: RESYNC: (1.5-1.6); FILE MERGED 2008/05/02 11:09:19 hbrinkm 1.3.4.5: RESYNC: (1.3-1.5); FILE MERGED 2008/04/25 08:57:32 dr 1.3.4.4: more cleanup 2008/04/23 15:56:49 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:13 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c254a46e18380f178b7cebdd3f955d0b695857bd]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:08:44 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:56:49 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:12 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [eabae4f8608ef242a6d982cf91698e12cf76806b]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:09:46 hbrinkm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED 2008/04/25 08:57:32 dr 1.3.4.4: more cleanup 2008/04/23 15:56:49 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:11 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Rüdiger Timm  <rt@openoffice.org>  [e1d727ae685d5a31b0a111635fa963cf8a5f3ae6]

        #i91203# Patch by tono to make this build with mingw.

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [02ccc5babb15e94bde9a0c24d252a6ee8e88931c]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/21 10:07:55 dr 1.3.4.4: #i10000# new header 2008/04/25 15:51:45 dr 1.3.4.3: auto formatting 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:10 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [98cf134df9552e10399ab389badb9d4cba404418]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:08:34 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/23 15:56:49 dr 1.3.4.3: a little theme cleanup 2008/04/02 12:41:45 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:10 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8cb59664a0d1b243d0c9c3a328dba6b692fdb5c6]

        INTEGRATION: CWS xmlfilter05 (1.3.4); FILE MERGED 2008/05/02 11:13:02 hbrinkm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/05/02 08:33:57 mav 1.3.4.3: #i88938# import document properties 2008/04/02 12:41:44 hbrinkm 1.3.4.2: merged changes from xmlfilter04 to xmlfilter05 2008/04/01 15:37:08 hbrinkm 1.3.4.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5db36975eb3cf0dd01b3f1ac11a6162b6ec870fb]

        INTEGRATION: CWS xmlfilter05 (1.128.14); FILE MERGED 2008/06/27 12:06:06 dr 1.128.14.4: RESYNC: (1.130-1.131); FILE MERGED 2008/05/19 11:57:58 hbrinkm 1.128.14.3: RESYNC: (1.129-1.130); FILE MERGED 2008/05/02 10:45:01 hbrinkm 1.128.14.2: RESYNC: (1.128-1.129); FILE MERGED 2008/04/24 06:29:54 os 1.128.14.1: SvXMLEmbeddedObjectHelper supported from MultiServiceFactory

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4107e1b5224a879b9973a552a859757fcf8a6ca1]

        INTEGRATION: CWS xmlfilter05 (1.18.228); FILE MERGED 2008/05/02 10:45:05 hbrinkm 1.18.228.2: RESYNC: (1.18-1.19); FILE MERGED 2008/04/14 11:59:46 os 1.18.228.1: CustomFields: changes from and improvements to i86131

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dfee312ed67545f5be82b272820685de601410c0]

        INTEGRATION: CWS xmlfilter05 (1.4.170); FILE MERGED 2008/05/02 10:45:08 hbrinkm 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/14 11:59:46 os 1.4.170.1: CustomFields: changes from and improvements to i86131

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [91c4d52302a3cf1f6bb7c9f22a059a62a1c40e2b]

        INTEGRATION: CWS xmlfilter05 (1.13.34); FILE MERGED 2008/05/02 10:45:11 hbrinkm 1.13.34.2: RESYNC: (1.13-1.15); FILE MERGED 2008/04/14 11:59:46 os 1.13.34.1: CustomFields: changes from and improvements to i86131

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [43306d8a74255c3a21a1c7ea2f9ba377b926a7e6]

        INTEGRATION: CWS xmlfilter05 (1.135.14); FILE MERGED 2008/06/27 12:07:07 dr 1.135.14.4: RESYNC: (1.137-1.138); FILE MERGED 2008/05/02 10:43:31 hbrinkm 1.135.14.3: RESYNC: (1.135-1.137); FILE MERGED 2008/04/24 06:28:54 os 1.135.14.2: StreamName property added to TextEmbeddedObject 2008/04/02 12:48:10 hbrinkm 1.135.14.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [75c96f3052b0510033b26678fa05fe5c32f3563c]

        INTEGRATION: CWS xmlfilter05 (1.206.10); FILE MERGED 2008/06/27 12:07:11 dr 1.206.10.6: RESYNC: (1.209-1.210); FILE MERGED 2008/05/19 11:59:22 hbrinkm 1.206.10.5: RESYNC: (1.208-1.209); FILE MERGED 2008/05/15 12:46:07 os 1.206.10.4: allow setting of ParagraphStyle(s) at the paragraph 2008/05/02 10:42:56 hbrinkm 1.206.10.3: RESYNC: (1.206-1.208); FILE MERGED 2008/04/24 06:28:55 os 1.206.10.2: StreamName property added to TextEmbeddedObject 2008/04/02 12:48:09 hbrinkm 1.206.10.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [517d09c6e646899b44d7db7178a2798ac31d918d]

        INTEGRATION: CWS xmlfilter05 (1.118.10); FILE MERGED 2008/06/27 12:06:44 dr 1.118.10.4: RESYNC: (1.120-1.121); FILE MERGED 2008/05/27 08:29:43 dr 1.118.10.3: #i10000# uninit'ed variable 2008/05/02 10:42:43 hbrinkm 1.118.10.2: RESYNC: (1.118-1.120); FILE MERGED 2008/04/24 06:28:54 os 1.118.10.1: StreamName property added to TextEmbeddedObject

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3d2a0a775d051c613d35db89dcec4866e04c7211]

        INTEGRATION: CWS xmlfilter05 (1.55.32); FILE MERGED 2008/06/16 08:43:53 dr 1.55.32.3: RESYNC: (1.56-1.57); FILE MERGED 2008/05/02 10:42:23 hbrinkm 1.55.32.2: RESYNC: (1.55-1.56); FILE MERGED 2008/04/01 15:34:02 hbrinkm 1.55.32.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [82f256df09007b57fec1c3dcc486731013ecd363]

        INTEGRATION: CWS xmlfilter05 (1.67.14); FILE MERGED 2008/06/27 12:06:25 dr 1.67.14.4: RESYNC: (1.69-1.70); FILE MERGED 2008/06/16 08:43:59 dr 1.67.14.3: RESYNC: (1.68-1.69); FILE MERGED 2008/05/02 10:42:18 hbrinkm 1.67.14.2: RESYNC: (1.67-1.68); FILE MERGED 2008/04/01 15:34:02 hbrinkm 1.67.14.1: 'Merged xmlfilter04'

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4490331d366eafa62eac0fd33c9198d42bcaff00]

        INTEGRATION: CWS xmlfilter05 (1.51.10); FILE MERGED 2008/06/16 08:44:05 dr 1.51.10.4: RESYNC: (1.56-1.57); FILE MERGED 2008/05/19 11:59:54 hbrinkm 1.51.10.3: RESYNC: (1.53-1.56); FILE MERGED 2008/05/02 10:42:34 hbrinkm 1.51.10.2: RESYNC: (1.51-1.53); FILE MERGED 2008/04/14 11:59:00 os 1.51.10.1: CustomFields: changes from and improvements to i86131

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2dc66c8f611e1a5da06034e60511780d8dd60833]

        INTEGRATION: CWS xmlfilter05 (1.125.14); FILE MERGED 2008/06/27 12:07:24 dr 1.125.14.4: RESYNC: (1.127-1.128); FILE MERGED 2008/05/02 10:45:46 hbrinkm 1.125.14.3: RESYNC: (1.125-1.127); FILE MERGED 2008/04/24 06:28:32 os 1.125.14.2: StreamName property added to TextEmbeddedObject 2008/04/02 12:48:07 hbrinkm 1.125.14.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8d18efbb00476ab68c9da97a280ad52fa3c50f2b]

        INTEGRATION: CWS xmlfilter05 (1.45.228); FILE MERGED 2008/05/08 09:19:33 hbrinkm 1.45.228.3: fixed wired overload warning by moving declaration of makeRedline 2008/05/02 10:45:27 hbrinkm 1.45.228.2: RESYNC: (1.45-1.47); FILE MERGED 2008/04/04 10:39:06 os 1.45.228.1: XRedline implemented

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4c0bccd7c73c09e625ad07ea154a4313f8be57b2]

        INTEGRATION: CWS xmlfilter05 (1.14.34); FILE MERGED 2008/05/02 10:45:16 hbrinkm 1.14.34.2: RESYNC: (1.14-1.16); FILE MERGED 2008/04/14 11:58:32 os 1.14.34.1: CustomFields: changes from and improvements to i86131

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4101a922ea5e021a1ef4489393318ec4df87e28b]

        INTEGRATION: CWS xmlfilter05 (1.76.56); FILE MERGED 2008/06/16 08:43:38 dr 1.76.56.4: RESYNC: (1.78-1.79); FILE MERGED 2008/05/02 10:45:34 hbrinkm 1.76.56.3: RESYNC: (1.76-1.78); FILE MERGED 2008/04/24 06:28:32 os 1.76.56.2: StreamName property added to TextEmbeddedObject 2008/04/02 12:48:07 hbrinkm 1.76.56.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [db9a5a5e1c6af647d0441c5c09b701bd3ba2e5fb]

        INTEGRATION: CWS xmlfilter05 (1.2.2); FILE MERGED 2008/06/27 11:11:21 dr 1.2.2.4: RESYNC: (1.3-1.4); FILE MERGED 2008/05/15 08:44:35 hbrinkm 1.2.2.3: do not print property MetaFile to prevent crash 2008/05/02 10:32:09 hbrinkm 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 10:58:41 hbrinkm 1.2.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [176cc298be2f15a96826073dcbbabf32d3afb188]

        INTEGRATION: CWS xmlfilter05 (1.2.18); FILE MERGED 2008/05/02 10:32:06 hbrinkm 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/24 08:58:04 hbrinkm 1.2.18.1: count utexts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1fdcde60b4ef6bfc57f8b1d4dd46f4ebcc653075]

        INTEGRATION: CWS xmlfilter05 (1.3.8); FILE MERGED 2008/06/27 11:11:13 dr 1.3.8.4: RESYNC: (1.4-1.5); FILE MERGED 2008/05/06 15:10:45 hbrinkm 1.3.8.3: removed shadowing sBuffer 2008/05/02 10:31:56 hbrinkm 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/24 08:58:04 hbrinkm 1.3.8.1: count utexts

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3ec4900e2d8490908c3d9e047f5af40a3507581a]

        INTEGRATION: CWS xmlfilter05 (1.45.2); FILE MERGED 2008/05/22 12:11:22 hbrinkm 1.45.2.7: handle attributes for Shapes 2008/05/15 12:46:46 hbrinkm 1.45.2.6: use @sentokenid instead of @tokenid for actions that send properties 2008/05/15 10:26:22 hbrinkm 1.45.2.5: use sendtokenid for propagateCharacterPropertiesAsSet 2008/05/13 13:13:06 hbrinkm 1.45.2.4: use attribute sendtokenid for action printproperty 2008/05/02 10:30:35 hbrinkm 1.45.2.3: RESYNC: (1.45-1.47); FILE MERGED 2008/04/24 08:53:36 hbrinkm 1.45.2.2: check tokenid in chooseaction 2008/04/02 10:58:40 hbrinkm 1.45.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4c3cd40897ac014bd737d74f3c23d4ecb8e759e5]

        INTEGRATION: CWS xmlfilter05 (1.68.2); FILE MERGED 2008/05/15 12:46:45 hbrinkm 1.68.2.8: use @sentokenid instead of @tokenid for actions that send properties 2008/05/15 10:26:19 hbrinkm 1.68.2.7: use sendtokenid for propagateCharacterPropertiesAsSet 2008/05/15 08:42:39 hbrinkm 1.68.2.6: CT_PTab: now resource Stream end-action tab 2008/05/13 13:13:05 hbrinkm 1.68.2.5: use attribute sendtokenid for action printproperty 2008/04/25 07:59:06 hbrinkm 1.68.2.4: resource type of CT_Object is now Shape 2008/04/24 08:48:08 hbrinkm 1.68.2.3: parse settings from docx 2008/04/22 14:34:01 hbrinkm 1.68.2.2: <sprm> has been replaced by <element>. E.g. OLEs should be tokenized now 2008/04/02 10:58:39 hbrinkm 1.68.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ec9ba1c7d642074a9ebd487dc3af1a353f7821dd]

        INTEGRATION: CWS xmlfilter05 (1.8.18); FILE MERGED 2008/05/02 10:31:42 hbrinkm 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/22 14:34:02 hbrinkm 1.8.18.1: <sprm> has been replaced by <element>. E.g. OLEs should be tokenized now

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [93968bf850476e37f18166abeb3c3a668566d4e0]

        INTEGRATION: CWS xmlfilter05 (1.10.2); FILE MERGED 2008/05/02 10:30:58 hbrinkm 1.10.2.3: RESYNC: (1.10-1.12); FILE MERGED 2008/04/24 08:45:54 hbrinkm 1.10.2.2: parse settings from docx 2008/04/02 10:58:38 hbrinkm 1.10.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [1b27b7b5151e7fb31b6956a4cfe9f54fe3c9a080]

        INTEGRATION: CWS xmlfilter05 (1.3.2); FILE MERGED 2008/05/22 12:05:21 hbrinkm 1.3.2.3: OOXMLFastContextHandlerWrapper::attributes 2008/05/02 10:31:36 hbrinkm 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/04/02 10:58:38 hbrinkm 1.3.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [32c266b71f9c608948687da60597c2c836e640da]

        INTEGRATION: CWS xmlfilter05 (1.6.2); FILE MERGED 2008/06/27 11:11:30 dr 1.6.2.8: RESYNC: (1.9-1.10); FILE MERGED 2008/05/22 12:08:23 hbrinkm 1.6.2.7: debug code, Shapes: handle wp specific tags in ShapeHandler 2008/05/19 11:57:09 hbrinkm 1.6.2.6: RESYNC: (1.8-1.9); FILE MERGED 2008/05/15 10:24:12 hbrinkm 1.6.2.5: debug output 2008/05/15 08:40:41 hbrinkm 1.6.2.4: use XMLTag 2008/05/02 10:30:48 hbrinkm 1.6.2.3: RESYNC: (1.6-1.8); FILE MERGED 2008/04/22 14:29:36 hbrinkm 1.6.2.2: Additional debug information when nested property set is propagated 2008/04/02 10:58:38 hbrinkm 1.6.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [da3f9c0041cf34a2299b6431dbc18981e9da46e3]

        INTEGRATION: CWS xmlfilter05 (1.15.2); FILE MERGED 2008/05/02 10:31:10 hbrinkm 1.15.2.3: RESYNC: (1.15-1.17); FILE MERGED 2008/04/24 08:45:03 hbrinkm 1.15.2.2: parse settings from docx 2008/04/02 10:58:37 hbrinkm 1.15.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [db8ba5409eb32a15ccf09eafb1f04535dee49fd1]

        INTEGRATION: CWS xmlfilter05 (1.2.34); FILE MERGED 2008/05/02 10:30:12 hbrinkm 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/17 09:54:28 dr 1.2.34.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [58717f51990bfc1501ffedd24776201c038363e4]

        INTEGRATION: CWS xmlfilter05 (1.7.18); FILE MERGED 2008/05/09 08:43:24 os 1.7.18.3: document properties import added 2008/05/02 10:30:15 hbrinkm 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/17 09:54:27 dr 1.7.18.1: #i86546# #i86549# #i86560# support all file types and templates

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [af9a1231f43d986e0584ec44186137378d373fe6]

        INTEGRATION: CWS xmlfilter05 (1.20.2); FILE MERGED 2008/05/15 15:05:25 hbrinkm 1.20.2.1: new: sprmPContextualSpacing(0x246d)

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [c3f8ce8953615bb74c04c25aa642485adcc4cf69]

        INTEGRATION: CWS xmlfilter05 (1.9.2); FILE MERGED 2008/05/02 10:32:48 hbrinkm 1.9.2.3: RESYNC: (1.9-1.11); FILE MERGED 2008/04/24 06:46:38 os 1.9.2.2: ole import started 2008/04/02 10:58:36 hbrinkm 1.9.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [8865b8792625cc491885387e849dd749634534d2]

        INTEGRATION: CWS xmlfilter05 (1.25.2); FILE MERGED 2008/05/02 10:32:35 hbrinkm 1.25.2.4: RESYNC: (1.25-1.27); FILE MERGED 2008/04/24 06:46:38 os 1.25.2.3: ole import started 2008/04/04 10:43:10 os 1.25.2.2: redlining 2008/04/02 10:58:36 hbrinkm 1.25.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [bd12b3ad5a0d36ff16200e66585103066f4369fe]

        INTEGRATION: CWS xmlfilter05 (1.28.2); FILE MERGED 2008/05/02 10:33:19 hbrinkm 1.28.2.4: RESYNC: (1.28-1.30); FILE MERGED 2008/04/24 06:46:38 os 1.28.2.3: ole import started 2008/04/04 10:43:10 os 1.28.2.2: redlining 2008/04/02 10:58:36 hbrinkm 1.28.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [2eac83fcca78533dfc14b6f3bb2b4e32a46b4349]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 13:27:14 dr 1.1.2.2: #i10000# new header 2008/04/24 06:45:58 os 1.1.2.1: OLE handler

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4aa9727d8feb60df0b13195353696a7bc4f2c7e2]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/21 13:27:14 dr 1.1.2.3: #i10000# new header 2008/04/25 07:57:49 hbrinkm 1.1.2.2: warning: unused variable nIntValue 2008/04/24 06:45:45 os 1.1.2.1: OLE handler

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fff6b7b4b038edaee20981a06361e4be47c05dec]

        INTEGRATION: CWS xmlfilter05 (1.23.2); FILE MERGED 2008/05/06 15:07:02 hbrinkm 1.23.2.5: cleaning up resync code duplication 2008/05/02 10:32:51 hbrinkm 1.23.2.4: RESYNC: (1.23-1.25); FILE MERGED 2008/04/24 06:46:38 os 1.23.2.3: ole import started 2008/04/04 10:42:26 os 1.23.2.2: redlining and shape text 2008/04/02 10:58:35 hbrinkm 1.23.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [190977fafa3a3c62a39538f5747815dd362ee396]

        INTEGRATION: CWS xmlfilter05 (1.23.2); FILE MERGED 2008/05/02 10:33:08 hbrinkm 1.23.2.7: RESYNC: (1.23-1.25); FILE MERGED 2008/04/24 06:46:37 os 1.23.2.6: ole import started 2008/04/21 06:52:51 os 1.23.2.5: TOC: no creator option should result in 'create from outline' 2008/04/14 12:01:06 os 1.23.2.4: import custom property fields as .DocInfo.Custom fields 2008/04/07 14:49:48 os 1.23.2.3: some more assertions after catch() 2008/04/04 10:42:26 os 1.23.2.2: redlining and shape text 2008/04/02 10:58:35 hbrinkm 1.23.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [3cf74294f3937a7c81634b3a936ab7fa1e542a3d]

        INTEGRATION: CWS xmlfilter05 (1.18.18); FILE MERGED 2008/05/15 14:41:29 os 1.18.18.3: Sprms added 2008/05/02 10:32:19 hbrinkm 1.18.18.2: RESYNC: (1.18-1.20); FILE MERGED 2008/04/02 10:58:34 hbrinkm 1.18.18.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [5b83f7769574bc877f3912fcc2dfc17cdd45e875]

        INTEGRATION: CWS xmlfilter05 (1.65.2); FILE MERGED 2008/05/19 13:05:48 os 1.65.2.9: some more unsupported sprms 2008/05/19 09:18:53 os 1.65.2.8: cell margin is not a text property 2008/05/15 14:41:28 os 1.65.2.7: Sprms added 2008/05/09 08:43:02 os 1.65.2.6: document properties import added 2008/05/06 15:07:01 hbrinkm 1.65.2.5: cleaning up resync code duplication 2008/05/02 10:32:58 hbrinkm 1.65.2.4: RESYNC: (1.65-1.67); FILE MERGED 2008/04/24 06:46:37 os 1.65.2.3: ole import started 2008/04/04 10:40:49 os 1.65.2.2: redlining and shape text 2008/04/02 10:58:34 hbrinkm 1.65.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f99b7f8e35ba79470bbed841c8b2a6b1131b7270]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/22 10:24:18 os 1.1.2.1: OLE test

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [fab6c818b609d27f784f5b6df06576efca49990d]

        INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED 2008/05/19 07:00:14 os 1.1.2.1: simple Redline test

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [e81bdc47fbd29836050eb0ae6e791930b3f1f8c5]

        INTEGRATION: CWS xmlfilter05 (1.10.8); FILE MERGED 2008/05/22 12:02:33 hbrinkm 1.10.8.2: tokent.txt from oox => build dependency 2008/04/10 13:15:13 hbrinkm 1.10.8.1: dmapper depends on ooxml

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [dfaeeb0e103428b8ce004d32b2faaf4c0a63f3c0]

        INTEGRATION: CWS xmlfilter05 (1.14.2); FILE MERGED 2008/05/02 10:34:14 hbrinkm 1.14.2.3: RESYNC: (1.14-1.16); FILE MERGED 2008/04/24 08:43:55 hbrinkm 1.14.2.2: parse settings from docx 2008/04/02 10:58:33 hbrinkm 1.14.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [582ac5b1202ec8e3d770fd827faf7ca9ad437a67]

        INTEGRATION: CWS xmlfilter05 (1.21.2); FILE MERGED 2008/05/09 08:43:39 os 1.21.2.3: document properties import added 2008/05/02 10:34:17 hbrinkm 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2008/04/02 10:58:33 hbrinkm 1.21.2.1: merged changes from xmlfilter04 to xmlfilter05

2008-07-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [522e1a0519b08212e10da1ed93db1d81ea9106bd]

        #i10000# - reset ENABLE_PCH

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [04de4e71ec6dd3412b1723a8e96aa86aa11be34c]

        INTEGRATION: CWS rptfix01 (1.174.8); FILE MERGED 2008/06/19 14:13:27 oj 1.174.8.1: #i90878# set right and bottom to RECT_EMPTY, unknonwn side effect

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [4a2d0c5eac5f0dbe33b81a50ddac9c16766d19cf]

        INTEGRATION: CWS rptfix01 (1.4.10); FILE MERGED 2008/06/19 11:17:41 oj 1.4.10.1: #i90696# raise build number and add display name

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [606a6e04c87ee2ab020055d173a374bd67fd67b3]

        INTEGRATION: CWS rptfix01 (1.6.2); FILE MERGED 2008/06/19 11:18:18 oj 1.6.2.1: #i90696# handle missing getComposer method and apply filter

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f3f8691cc83442136df5c52b1681a4e7b51d83d7]

        INTEGRATION: CWS rptfix01 (1.2.2); FILE MERGED 2008/06/23 05:39:14 oj 1.2.2.1: #i90952# remove x

2008-07-01  Vladimir Glazounov  <vg@openoffice.org>  [f28ef72ffe7ef6de77a75c03c61fcb47953f0c18]

        INTEGRATION: CWS rptfix01 (1.8.2); FILE MERGED 2008/06/24 08:33:12 oj 1.8.2.2: call of invoke corrected 2008/06/19 11:18:17 oj 1.8.2.1: #i90696# handle missing getComposer method and apply filter

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [2ee4b26480f400f9fd298e8310de0855889bc779]

        INTEGRATION: CWS hub01 (1.16.262); FILE MERGED 2008/06/18 20:45:58 thb 1.16.262.2: RESYNC: (1.16-1.18); FILE MERGED 2008/01/16 18:09:04 hub 1.16.262.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [5396304a96f0a401c46ec1a3da3541f753acc175]

        INTEGRATION: CWS hub01 (1.26.234); FILE MERGED 2008/06/18 20:45:36 thb 1.26.234.2: RESYNC: (1.26-1.27); FILE MERGED 2008/01/18 23:30:50 hub 1.26.234.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [175c780ab71a24272467b1e8f954b20daf145446]

        INTEGRATION: CWS hub01 (1.28.234); FILE MERGED 2008/06/18 20:45:29 thb 1.28.234.2: RESYNC: (1.28-1.32); FILE MERGED 2008/01/18 23:30:50 hub 1.28.234.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [96e6ab83cbd28f626b587f5d82c1ce251f83be83]

        INTEGRATION: CWS hub01 (1.154.214); FILE MERGED 2008/06/18 20:45:26 thb 1.154.214.2: RESYNC: (1.154-1.161); FILE MERGED 2008/01/16 18:09:04 hub 1.154.214.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [244b2831c12d407f7849aba4ce962e83e4d98ecd]

        INTEGRATION: CWS hub01 (1.17.234); FILE MERGED 2008/06/18 20:45:21 thb 1.17.234.2: RESYNC: (1.17-1.20); FILE MERGED 2008/01/16 18:09:03 hub 1.17.234.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [384ac583e5198bcead30d5ea098b35e9ac72bd9c]

        INTEGRATION: CWS hub01 (1.5.264); FILE MERGED 2008/06/18 20:45:33 thb 1.5.264.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/18 23:30:50 hub 1.5.264.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [95cecd8e91847030076de25241fdcfe581f5a27d]

        INTEGRATION: CWS hub01 (1.8.264); FILE MERGED 2008/06/18 20:45:01 thb 1.8.264.2: RESYNC: (1.8-1.10); FILE MERGED 2008/01/16 18:09:03 hub 1.8.264.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [b050157827a80d15d0f4e4137227ccfc14ffd836]

        INTEGRATION: CWS hub01 (1.31.88); FILE MERGED 2008/06/18 20:45:04 thb 1.31.88.2: RESYNC: (1.31-1.33); FILE MERGED 2008/01/16 18:09:03 hub 1.31.88.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [e1ada856bb28c528c87e27dba3d06c7fdc9de3ba]

        INTEGRATION: CWS hub01 (1.72.88); FILE MERGED 2008/06/18 20:46:05 thb 1.72.88.2: RESYNC: (1.72-1.73); FILE MERGED 2008/01/18 23:30:49 hub 1.72.88.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [45a1ababf4a780be2625d2a3d26a9e7605bcdea7]

        INTEGRATION: CWS hub01 (1.18.88); FILE MERGED 2008/06/18 20:46:01 thb 1.18.88.2: RESYNC: (1.18-1.19); FILE MERGED 2008/01/16 18:09:03 hub 1.18.88.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [fc14fed358b5108cc3ecf27f0d9c3913e237a6cc]

        INTEGRATION: CWS hub01 (1.49.156); FILE MERGED 2008/06/18 20:46:09 thb 1.49.156.2: RESYNC: (1.49-1.52); FILE MERGED 2008/01/16 18:09:03 hub 1.49.156.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [7c86fd94ee9eda03af874b2e504aeb16f3b5bd96]

        INTEGRATION: CWS hub01 (1.65.88); FILE MERGED 2008/06/18 20:45:40 thb 1.65.88.2: RESYNC: (1.65-1.69); FILE MERGED 2008/01/16 18:09:03 hub 1.65.88.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [82c91f46f4c80bd2f3f9d40b5948a5983f552e04]

        INTEGRATION: CWS hub01 (1.14.264); FILE MERGED 2008/06/18 20:45:53 thb 1.14.264.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/16 18:09:03 hub 1.14.264.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [84132f5dfa8bd09b7da6de0fdaf73ca07d1bf12e]

        INTEGRATION: CWS hub01 (1.33.264); FILE MERGED 2008/06/18 20:45:44 thb 1.33.264.2: RESYNC: (1.33-1.35); FILE MERGED 2008/01/16 18:09:02 hub 1.33.264.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [c65494c26105a101183fb9e5bfbb65b8825fc75d]

        INTEGRATION: CWS hub01 (1.17.630); FILE MERGED 2008/06/18 20:45:49 thb 1.17.630.2: RESYNC: (1.17-1.18); FILE MERGED 2008/01/16 18:09:02 hub 1.17.630.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [9b2d945e5b4bfbad3168a102c91a0ca4c1dd33f1]

        INTEGRATION: CWS hub01 (1.61.88); FILE MERGED 2008/06/18 20:44:57 thb 1.61.88.2: RESYNC: (1.61-1.63); FILE MERGED 2008/01/16 18:09:02 hub 1.61.88.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [090fadf9686f07bfdb46c74dfd76ea96ebe2d339]

        INTEGRATION: CWS hub01 (1.36.264); FILE MERGED 2008/06/18 20:45:08 thb 1.36.264.2: RESYNC: (1.36-1.38); FILE MERGED 2008/01/16 18:09:02 hub 1.36.264.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [fe1015f9c891a44857f9e9fd7d442a88ed6e282e]

        INTEGRATION: CWS hub01 (1.73.212); FILE MERGED 2008/06/18 20:45:17 thb 1.73.212.2: RESYNC: (1.73-1.76); FILE MERGED 2008/01/16 18:09:02 hub 1.73.212.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [e6948542a2fab76f946f8fb5c943b93c323c509b]

        INTEGRATION: CWS hub01 (1.49.86); FILE MERGED 2008/06/18 20:45:13 thb 1.49.86.4: RESYNC: (1.49-1.51); FILE MERGED 2008/01/23 03:14:05 hub 1.49.86.3: Issue number: 59061 Submitted by: hub Reviewed by: The patch was missing the call to Justify for the case where the selection is bottom to top. Re-fix i59061 2008/01/16 18:09:02 hub 1.49.86.2: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements. 2008/01/15 00:30:13 hub 1.49.86.1: Issue number:  #i59061 Submitted by:  hub Reviewed by:   cl Fix move up/down in outline when there is a selection

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [3ff8cd4f5fb3fb54edf72c9d0e24c37204c9471e]

        INTEGRATION: CWS hub01 (1.5.630); FILE MERGED 2008/06/18 20:44:50 thb 1.5.630.2: RESYNC: (1.5-1.7); FILE MERGED 2008/01/16 18:09:01 hub 1.5.630.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [2f61e74f59f198a4eb3d5e8b4af6c79f399c4f07]

        INTEGRATION: CWS hub01 (1.30.46); FILE MERGED 2008/06/18 20:44:54 thb 1.30.46.2: RESYNC: (1.30-1.31); FILE MERGED 2008/01/18 23:30:49 hub 1.30.46.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [69c2c6542267d88196e26499e041a4cc4add2994]

        INTEGRATION: CWS hub01 (1.8.264); FILE MERGED 2008/06/18 20:44:43 thb 1.8.264.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/16 18:09:01 hub 1.8.264.1: Issue number: 85274 Submitted by:  hub Reviewed by:   hub Fix warning from gcc 4.2.1 for empty else- statements.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [e2869115507a44aab57db434c6cefe212adfdc5b]

        INTEGRATION: CWS hub01 (1.6.502); FILE MERGED 2008/06/18 20:44:46 thb 1.6.502.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/18 23:30:49 hub 1.6.502.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [23e7f3c550103ed15795a36dee4447c6d850ce68]

        INTEGRATION: CWS hub01 (1.3.248); FILE MERGED 2008/06/18 20:44:33 thb 1.3.248.2: RESYNC: (1.3-1.6); FILE MERGED 2008/01/18 23:30:49 hub 1.3.248.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [05828f049e3f023a08d7a5e16d33a39b3cdeec12]

        INTEGRATION: CWS hub01 (1.2.366); FILE MERGED 2008/06/18 20:44:30 thb 1.2.366.2: RESYNC: (1.2-1.4); FILE MERGED 2008/01/18 23:30:49 hub 1.2.366.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [ad849e26bae510fe64bc547d1af70830263032bd]

        INTEGRATION: CWS hub01 (1.5.502); FILE MERGED 2008/06/18 20:44:23 thb 1.5.502.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/18 23:30:49 hub 1.5.502.1: Issue number: 83014 Submitted by: hub Reviewed by: committed proposed patch with a few variations.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [b9bd457e529754760167e79f1f36af49a2108f68]

        INTEGRATION: CWS hub01 (1.6.496); FILE MERGED 2008/01/22 23:09:04 hub 1.6.496.1: Issue number:  85247 Submitted by:  hub Reviewed by:   cl Add keyboard shortcuts more move up, down, left, right in an outline in Impress. At the same time refactor the default accelerators.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [93c9f26c8e2c8e1495bb274ac61d9dad156d0619]

        INTEGRATION: CWS hub01 (1.6.496); FILE MERGED 2008/01/22 23:09:03 hub 1.6.496.1: Issue number:  85247 Submitted by:  hub Reviewed by:   cl Add keyboard shortcuts more move up, down, left, right in an outline in Impress. At the same time refactor the default accelerators.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [c6b2b120efe986b4b277331cb1a38c4cafaee7d0]

        INTEGRATION: CWS hub01 (1.1.2); FILE ADDED 2008/01/22 23:09:03 hub 1.1.2.1: Issue number:  85247 Submitted by:  hub Reviewed by:   cl Add keyboard shortcuts more move up, down, left, right in an outline in Impress. At the same time refactor the default accelerators.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [b62ea82cf7cba331ec05d0fbfefacce3ade98d99]

        INTEGRATION: CWS hub01 (1.4.324); FILE MERGED 2008/06/18 20:40:19 thb 1.4.324.2: RESYNC: (1.4-1.6); FILE MERGED 2008/01/23 02:13:14 hub 1.4.324.1: Fix a build warning about empty else statement (gcc 4.2.1)

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [093af7a89946517fefb9cd7353fefd5c17388fbe]

        INTEGRATION: CWS hub01 (1.7.130); FILE MERGED 2008/06/18 20:41:54 thb 1.7.130.2: RESYNC: (1.7-1.9); FILE MERGED 2008/01/23 02:13:13 hub 1.7.130.1: Fix a build warning about empty else statement (gcc 4.2.1)

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [f685b850b01a69ea6764841e0ec0a23a7be0fb1b]

        INTEGRATION: CWS hub01 (1.5.324); FILE MERGED 2008/06/18 20:41:31 thb 1.5.324.2: RESYNC: (1.5-1.7); FILE MERGED 2008/01/23 02:13:14 hub 1.5.324.1: Fix a build warning about empty else statement (gcc 4.2.1)

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [160c034f1920499a77f67efe35b7a61c8a9f5c0c]

        INTEGRATION: CWS hub01 (1.27.186); FILE MERGED 2008/06/18 20:40:16 thb 1.27.186.2: RESYNC: (1.27-1.30); FILE MERGED 2008/01/23 02:13:14 hub 1.27.186.1: Fix a build warning about empty else statement (gcc 4.2.1)

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [7aedf60f4523d42b1c8ec0ba62f6e124a0b08bca]

        INTEGRATION: CWS hub01 (1.27.152); FILE MERGED 2008/01/22 23:09:04 hub 1.27.152.1: Issue number:  85247 Submitted by:  hub Reviewed by:   cl Add keyboard shortcuts more move up, down, left, right in an outline in Impress. At the same time refactor the default accelerators.

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [963022da03ec3f27ee059d1dce39dd3243ad2f00]

        INTEGRATION: CWS hub01 (1.6.120); FILE MERGED 2008/06/18 20:38:23 thb 1.6.120.2: RESYNC: (1.6-1.8); FILE MERGED 2008/01/17 20:56:39 hub 1.6.120.1: Issue number:  85341 Submitted by:  hub Reviewed by:   hub Fix some warning from gcc 4.2.1

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [aee9cf273bd34cbea302aae8036f9e8902c604c2]

        INTEGRATION: CWS hub01 (1.5.84); FILE MERGED 2008/06/18 20:38:26 thb 1.5.84.2: RESYNC: (1.5-1.7); FILE MERGED 2008/01/17 16:21:40 hub 1.5.84.1: Issue number: 85336 Submitted by: hub Reviewed by:   hub Add missing accelerator in the Gtk+ file picker. (and likely others)

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [a9904c4150cea274a53d405d050938bf9de5172b]

        INTEGRATION: CWS hub01 (1.6.96); FILE MERGED 2008/06/18 20:38:29 thb 1.6.96.2: RESYNC: (1.6-1.8); FILE MERGED 2008/01/17 20:56:39 hub 1.6.96.1: Issue number:  85341 Submitted by:  hub Reviewed by:   hub Fix some warning from gcc 4.2.1

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [eb6fcd4979304b40890378f7077595e0e81b4072]

        INTEGRATION: CWS native160 (1.50.12); FILE MERGED 2008/06/24 10:38:35 is 1.50.12.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [96cff5c7e56e2ae6dfd04bad15280e8cab4293d3]

        INTEGRATION: CWS native160 (1.7.16); FILE MERGED 2008/06/24 10:38:35 is 1.7.16.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [8e3c80d9c1a5465011108932cd19b7f7843b0310]

        INTEGRATION: CWS native160 (1.99.10); FILE MERGED 2008/06/24 10:38:35 is 1.99.10.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [240d55632a37017601b2d53b1186e818340114e0]

        INTEGRATION: CWS native160 (1.3.84); FILE MERGED 2008/06/24 15:04:15 is 1.3.84.2: #i88671# merging msvc90 libraries 2008/06/24 10:38:35 is 1.3.84.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [75e43d9d4c41a0910dcb8232100b124334d3ca51]

        INTEGRATION: CWS native160 (1.69.14); FILE MERGED 2008/06/24 10:38:35 is 1.69.14.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [ceb3a26e2e1103632c678c60c1e63d43d7770504]

        INTEGRATION: CWS native160 (1.290.16); FILE MERGED 2008/06/24 10:38:34 is 1.290.16.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [481fed895d48e15b1e4783e600cacede77dbc4f2]

        INTEGRATION: CWS native160 (1.12.12); FILE MERGED 2008/06/24 10:38:34 is 1.12.12.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [1a0eb5b70624e6b07466779834b39c2163ef61c1]

        INTEGRATION: CWS native160 (1.3.118); FILE MERGED 2008/06/24 10:41:16 is 1.3.118.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [75be36eb7d0d7c4127a0a7fce7e018e4342bfcf4]

        INTEGRATION: CWS native160 (1.3.118); FILE MERGED 2008/06/24 10:41:15 is 1.3.118.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [cbbc9e1d3dd9c5d55432e6a8c9eaa85ee2e018d8]

        INTEGRATION: CWS native160 (1.2.118); FILE MERGED 2008/06/24 10:41:15 is 1.2.118.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [d5f95be9d39e80bf074af9a7fe1a9ee4bc5c8721]

        INTEGRATION: CWS native160 (1.3.104); FILE MERGED 2008/06/26 10:42:47 is 1.3.104.2: #i91050# merging customactions into execute tables 2008/06/24 10:36:21 is 1.3.104.1: #i88671# merging msvc90 libraries

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [87763b2a24d566c3663c2f007f863a9eb9a88aaf]

        INTEGRATION: CWS dba30e (1.292.4); FILE MERGED 2008/06/19 10:36:07 oj 1.292.4.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [eb5f04f60bd452c5f7d0103dde26f0be7a4bf431]

        INTEGRATION: CWS dba30e (1.25.46); FILE MERGED 2008/06/19 07:44:16 oj 1.25.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [3dfddf47a19b55bb56750e92102707248e295bfc]

        INTEGRATION: CWS dba30e (1.30.46); FILE MERGED 2008/06/19 07:44:16 oj 1.30.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [99c9ad8bcab2b6eebefdbc6a01abf8044e1d8608]

        INTEGRATION: CWS dba30e (1.52.46); FILE MERGED 2008/06/19 07:44:15 oj 1.52.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [7b0b7028d980182de1fe108d5f08a33a5771958a]

        INTEGRATION: CWS dba30e (1.159.46); FILE MERGED 2008/06/19 07:44:15 oj 1.159.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [398db4f74432818d6506612e5232e8c9c75163df]

        INTEGRATION: CWS dba30e (1.107.46); FILE MERGED 2008/06/19 07:44:14 oj 1.107.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [9df11e236c479af6fdd1835c5ccf63def9b326ca]

        INTEGRATION: CWS dba30e (1.16.46); FILE MERGED 2008/06/19 07:44:14 oj 1.16.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [0e8e5f6ea613fa39c788fd421e7a9383e0bb85fc]

        INTEGRATION: CWS dba30e (1.25.28); FILE MERGED 2008/06/19 07:44:14 oj 1.25.28.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [c5f869823dfe44b730a3c9b8d5c0a52a2627a967]

        INTEGRATION: CWS dba30e (1.8.46); FILE MERGED 2008/06/19 07:44:14 oj 1.8.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [58ef13d356207bfc10f0773fee76018f1f715ebc]

        INTEGRATION: CWS dba30e (1.18.46); FILE MERGED 2008/06/19 07:44:14 oj 1.18.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [22b356923aa1205e5843a3b63f71063ddf0486c2]

        INTEGRATION: CWS dba30e (1.11.46); FILE MERGED 2008/06/19 07:44:14 oj 1.11.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [1b5c0c3625f617c9edf4ab54e5a607b76640f51b]

        INTEGRATION: CWS dba30e (1.21.2); FILE MERGED 2008/06/19 07:44:13 oj 1.21.2.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [0c0f08336801d6fa12ac2d9d674624b22db847a4]

        INTEGRATION: CWS dba30e (1.30.6); FILE MERGED 2008/06/19 07:44:13 oj 1.30.6.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [2d5201d42c8c012adf98a2d44d2e5ef1439408e8]

        INTEGRATION: CWS dba30e (1.27.46); FILE MERGED 2008/06/19 07:44:12 oj 1.27.46.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [2204932cef4892ae9c1b7b757cd88da6aa5cec4b]

        INTEGRATION: CWS dba30e (1.15.38); FILE MERGED 2008/06/19 11:29:13 oj 1.15.38.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [797c325f16f2bc29630de5036af27c42e6d12581]

        INTEGRATION: CWS m68kport01 (1.34.6); FILE MERGED 2008/06/11 07:59:57 cmc 1.34.6.1: #i90600# m68k aligns to 16bits, not the natural boundary

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [3f32d4eafc14cea83912ecf0dd6dff2a43602e15]

        INTEGRATION: CWS dba30e (1.22.38); FILE MERGED 2008/06/19 11:29:13 oj 1.22.38.1: merge mysql changes in

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [e58de996e55b94436447a9bb0c63eebc7ba49327]

        INTEGRATION: CWS m68kport01 (1.13.10); FILE MERGED 2008/06/15 20:10:40 cmc 1.13.10.1: #i90600# set an arch identifier

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [479652459a2144d24b21d3dc0096bf163bbd0927]

        INTEGRATION: CWS m68kport01 (1.13.10); FILE MERGED 2008/06/11 07:59:07 cmc 1.13.10.1: #i90600# jvmfwk support for m68k

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [f95bf6752cef5614494fd733027ac4db218c10dd]

        INTEGRATION: CWS m68kport01 (1.189.2); FILE MERGED 2008/06/11 07:58:04 cmc 1.189.2.1: #i90600# config_office support for m68k

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [a89b75bd332f98c2a119d81634322d6ce26a3b95]

        INTEGRATION: CWS extmgrui04 (1.32.2); FILE MERGED 2008/06/19 12:18:17 dv 1.32.2.1: Don't append 'extension' when there already is a description

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [b70a9846edbbc406d3461b99de4090dc0958602c]

        INTEGRATION: CWS extmgrui04 (1.3.2); FILE MERGED 2008/06/19 12:13:25 dv 1.3.2.4: Fixed some minor paint problems 2008/06/19 05:24:55 dv 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2008/06/18 08:39:26 dv 1.3.2.2: #i90143# Allowed access to publisher text and link for automatic testing 2008/06/16 09:57:46 dv 1.3.2.1: Fixed assertion caused by publisher link

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [c10e826d48a596f25f7bffc8f0ba6b7b82a6cade]

        INTEGRATION: CWS m68kport01 (1.1.2); FILE ADDED 2008/06/11 08:02:16 cmc 1.1.2.1: #i90600#  m68k uno bridge

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [b840e51c17d9907b7c90c9e708696ab20ea1f319]

        INTEGRATION: CWS m68kport01 (1.1.2); FILE ADDED 2008/06/12 15:15:05 cmc 1.1.2.3: #i90600# don't need a privatesnippet executer 2008/06/11 08:20:10 cmc 1.1.2.2: #i90600#  m68k doesn't need the simple/complex change as this is always at position 0 2008/06/11 08:02:16 cmc 1.1.2.1: #i90600#  m68k uno bridge

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [c79f5dd470935832d388e4a2a1b3fd09d852fe8e]

        INTEGRATION: CWS m68kport01 (1.47.6); FILE MERGED 2008/06/11 08:02:32 cmc 1.47.6.1: #i90600#  m68k uno bridge

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [cdfdd318446afd87801771fa92714b92a84869aa]

        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>  [cc0401859c0189f1ce4612fb1dd1f89f74a98c94]

        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>  [73c817621d77116663158cdd3cdeafae7f26a316]

        INTEGRATION: CWS m68kport01 (1.1.2); FILE ADDED 2008/06/11 08:09:34 cmc 1.1.2.1: #i90600#  solenv support for m68k

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [98251326909dc3d20803994d50309f65763f43f6]

        INTEGRATION: CWS extmgrui04 (1.37.6); FILE MERGED 2008/06/19 08:05:07 gh 1.37.6.2: #i90143# small fix in errormessage 2008/06/19 07:48:25 gh 1.37.6.1: #i90143#add method for publisher and publisher URL

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [828037cfa7f58a9ecd14018b5702b778dd48900d]

        INTEGRATION: CWS m68kport01 (1.38.76); FILE MERGED 2008/06/11 08:09:34 cmc 1.38.76.1: #i90600#  solenv support for m68k

2008-06-30  Vladimir Glazounov  <vg@openoffice.org>  [5117c33255b6170aac714dd12b43442b564be720]

        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>  [7682cf18d488bc4010210bd1f1165fae98a3536b]

        #i10000# disable PCH for sw

2008-06-30  Kurt Zenker  <kz@openoffice.org>  [37cb83422077dacde5a8227d80c23cc4ba5f484a]

        #i10000# disable PCH for sw

2008-06-30  Kurt Zenker  <kz@openoffice.org>  [79eefe6d355dc916d82f4fb984957a753c2d281f]

        #i10000# take version form canvas05 (thb)

2008-06-30  Kurt Zenker  <kz@openoffice.org>  [447b3a5eafa902ad40f7ccd82f9eb2e4cb9d0e7b]

        #i10000# take version form canvas05 (thb)

2008-06-30  Oliver Bolte  <obo@openoffice.org>  [26ef226898e48ddfd3a40c544b3fe087024fe258]

        #i91175# fix for .Net 2003

2008-06-30  Kurt Zenker  <kz@openoffice.org>  [cf530612f1a1fc6993a0402bc8501700726eaaba]

        #i91164# fixed build break due to a comment with an unquoted apostrophe

2008-06-30  Oliver Bolte  <obo@openoffice.org>  [5c11f4e5eedd0c951bcd3931aa879850b721717b]

        #i10000# fix for bash shell (USE_SHELL)

2008-06-30  Rüdiger Timm  <rt@openoffice.org>  [7c96a6285c980befa2779ca00904808b33ac6577]

        #i91162# Remove adding of java path to 'PATH' variable: works for jdk14 only and is unnecessary anyway.

2008-06-27  Thorsten Behrens  <thb@openoffice.org>  [a73452e618d84d8e2ab8ac77ffdff05df1109498]

        #i10000# To please SunCC, had to implement isAccelerated/getDeviceHandle on most derived device helper classes

2008-06-27  Kurt Zenker  <kz@openoffice.org>  [78ef2366384f3ac8e2af34bb796480dc881f71e6]

        #i10000# remove conflict marker

2008-06-27  Vladimir Glazounov  <vg@openoffice.org>  [e42918e446fc5f1e02a4fdeba8bff3a659ae0374]

        #i10000# buildbreak on solaris fixed

2008-06-27  Kurt Zenker  <kz@openoffice.org>  [c90e6850e848c528885b2bdbcb1000f2b1c563e8]

        #i10000 buildbreak on solaris

2008-06-27  mst  <mst@openoffice.org>  [5781848329d2046a354467fd307c66f66d378e3d]

        #i91117# - redland/{rasqal,redland}/makefile.mk:   + quote PATH=... argument to configure

2008-06-27  Kurt Zenker  <kz@openoffice.org>  [80e76b89a6fc9aec828be78e8268fbc4b75215d5]

        #i10000# prevent ambiguous symbol

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [9c82ec4ba3f1822a04d79c068e9c0dd842bc8512]

        #i10000# WaE fixed

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [cb297f39814f3938a6c7e681fff161b2ed03f30b]

        #i10000# WaE fixes

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [d3e11982b469b2ccdc2aae0f69007ca583565f4c]

        #i10000# generate new tarfile with solaris tar

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [1f60bd317e7dce92c0a6f2b40f132a1a497697f6]

        #i10000# warning fixes

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [b236a88d9bb52204933b6c46c7cd1d7b67b86894]

        #i90853# result as int

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [e8e5b1e8b6050093992e46e42f8e015833943c7e]

        #i10000# adjust copy path for default.otr

2008-06-26  Armin Weiss  <aw@openoffice.org>  [64a9121a52115f1f48b3327e11a39fae11481484]

        corrections after resync

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [f817b299260a854d1e12d63045b97b317b0ebebf]

        #i10000# build fixes

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [db0191654299c98da6bea9a8a13fb6588c244618]

        #i10000# warning fixed

2008-06-26  fredrikh  <fredrikh@openoffice.org>  [4b48e6a3c5fabf310f5ec7fd657488ac951561f3]

        Fix: Moving calls of testcases to bas-file. Cleanup

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [a5f3ec1fec9f906c4c404c91bc17f783a3a0bcf1]

        #i10000# build fixes

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [15bcde12608fbee999284fc6cc5c08e6af05b7b8]

        #i10000# builderrors fixes

2008-06-26  Rüdiger Timm  <rt@openoffice.org>  [a7707851a8dfce5d0215c21c54cc0d5a39e4cf99]

        #i84827# Use NSIS Unicode in Windows installer

2008-06-26  mst  <mst@openoffice.org>  [42838436d82fbd61a41cefdc883302051a9dd88b]

        - redland/redlandversion.mk:   + add new include makefile for soname versioning - redland/*/makefile.mk, redland/prj/d.lst:   + include and deliver redlandversion.mk

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [87b34d1de24125986d306ec0f2cde17fe887216c]

        #i10000# fixed warnings

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [5a4cb649c7c5e1eed1fbbb0afb7f841731409167]

        #i10000# add missing include

2008-06-26  Rüdiger Timm  <rt@openoffice.org>  [70c1b11df57bdeeab0c325aeb416df69c0e9f8ce]

        #i10000# Fix include path.

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [917f9cba94d102752a30d86fbbd0f0491090afe8]

        #i10000# generate new configure

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [c71694d2b1fbe2484a62099ac8751a8ab1a87e58]

        INTEGRATION: CWS rptwizard01 (1.6.2); FILE MERGED 2008/06/20 09:17:59 lla 1.6.2.4: RESYNC: (1.7-1.8); FILE MERGED 2008/05/21 10:09:41 lla 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2008/05/20 13:02:53 lla 1.6.2.2: #i86092# wrong include header 2008/04/22 12:23:49 oj 1.6.2.1: #i86908# new interface supported to allow a remote mode

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [92fdab57503746fcecb3788e1f8753dcdc4f8b94]

        INTEGRATION: CWS rptwizard01 (1.8.228); FILE MERGED 2008/05/21 11:00:01 lla 1.8.228.3: RESYNC: (1.9-1.10); FILE MERGED 2008/02/15 07:37:22 lla 1.8.228.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/14 13:20:24 lla 1.8.228.1: #i86092# change a mutex to a clearable mutex or it could be possible to hang in report wizard

2008-06-26  Kurt Zenker  <kz@openoffice.org>  [cedb6d4f52ac873363d16fd58047a394fb5e9f26]

        INTEGRATION: CWS rptwizard01 (1.50.46); FILE MERGED 2008/06/09 10:02:11 lla 1.50.46.6: #i90513# declaration of 'aGuard' shadows a previous local 2008/06/09 09:26:38 lla 1.50.46.5: #i90513# fix for saveas of unchanged new report 2008/05/21 10:59:55 lla 1.50.46.4: RESYNC: (1.58-1.60); FILE MERGED 2008/04/14 10:41:08 lla 1.50.46.3: RESYNC: (1.53-1.58); FILE MERGED 2008/02/15 07:37:16 lla 1.50.46.2: RESYNC: (1.50-1.53); FILE MERGED 2008/02/14 13:20:23 lla 1.50.46.1: #i86092# change a mutex to a clearable mutex or it could be possible to hang in report wizard

2008-06-26  fredrikh  <fredrikh@openoffice.org>  [3b8c436f4f46f2e1f0466bef91a9d9883ad1481b]

        Fix: Moving calls of testcases to bas-file.

2008-06-26  fredrikh  <fredrikh@openoffice.org>  [6a3e12ffee61856d34f767c245797431fb87e7c6]

        Fix: Mousemovement outside of document. cleanup.

2008-06-26  Rüdiger Timm  <rt@openoffice.org>  [07e4940cf91d097cc05be24455c02744ea450881]

        #i10000# source/climaker/climaker_app.cxx needs headers from 'cppuhelper'.

2008-06-26  Rüdiger Timm  <rt@openoffice.org>  [98fd1403b90e6ec977dbca4fa4f220dbe8d3fe95]

        #i10000#  Build breaks in central environment.

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [824208070ceedf6279f7bcb09296a603c65a9a67]

        DEV300

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b60f8a67c8147aa07ca68d7c5c3ce1297427cf5f]

        #i10000# enable USE_DIRECTX5 for canvas05

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [63b803dbd9d5dfd5931fced76c2dd35497275fe6]

        INTEGRATION: CWS native164 (1.95.42); FILE MERGED 2008/06/20 09:43:41 is 1.95.42.1: #i84827# support for unicode nsis

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [80648c33e27c0a79f21c2406ed91eb9661f9e011]

        INTEGRATION: CWS native164 (1.41.34); FILE MERGED 2008/06/23 09:49:09 is 1.41.34.2: #i84827# support for vietnamese in nsis installer 2008/06/20 09:43:41 is 1.41.34.1: #i84827# support for unicode nsis

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a864927fba499d18712a4b6078db22a7cdb8a4ff]

        INTEGRATION: CWS xformsdocmodify (1.127.2); FILE MERGED 2008/06/03 20:49:35 fs 1.127.2.1: #i90243# +XML_FORM_MODEL_SETTINGS

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a4a33e45dfab5b06526da5e175bfc8e9d403c4fd]

        INTEGRATION: CWS xformsdocmodify (1.23.2); FILE MERGED 2008/06/03 20:49:25 fs 1.23.2.1: #i90243# +XML_FORM_MODEL_SETTINGS

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5df8a10a8cdf7fa62d2f6e6a1644e9ed7f9384e7]

        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>  [5ecfd2e8dd00fc84ff735e71f0d3097ab3c22f5d]

        INTEGRATION: CWS rptwizard01 (1.40.44); FILE MERGED 2008/05/21 10:14:36 lla 1.40.44.3: RESYNC: (1.41-1.42); FILE MERGED 2008/02/15 07:36:23 lla 1.40.44.2: RESYNC: (1.40-1.41); FILE MERGED 2008/02/14 13:00:48 lla 1.40.44.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5fe7af21c223461f422b49d3fd5192e45d642fd9]

        INTEGRATION: CWS impressmuc (1.64.28); FILE MERGED 2008/06/24 16:25:55 cl 1.64.28.1: #i87291# allow moving of shapes

2008-06-25  fredrikh  <fredrikh@openoffice.org>  [932898426f37c95e7ac8f39ec0c1fca2c0f09283]

        Fix: fixing testcase and declaration of variables.

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [deb5f9bbe4569ff9945eeb93f358a2ec0633bcbd]

        INTEGRATION: CWS rptwizard01 (1.29.42); FILE MERGED 2008/05/21 11:03:12 lla 1.29.42.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/18 10:09:10 lla 1.29.42.1: #i86925# Point ambiguous fixed

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [52f55fe3b68f91a49d93501beecce6d89e611576]

        INTEGRATION: CWS rptwizard01 (1.27.18); FILE MERGED 2008/05/21 11:00:07 lla 1.27.18.2: RESYNC: (1.27-1.29); FILE MERGED 2008/04/14 09:13:20 lla 1.27.18.1: #i86092# get access to the exception in debug pursose

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fe66131dd3767ce7ec891a8f6922d26871ca0188]

        INTEGRATION: CWS rptwizard01 (1.81.94); FILE MERGED 2008/05/21 11:00:04 lla 1.81.94.4: RESYNC: (1.86-1.88); FILE MERGED 2008/04/15 11:27:32 lla 1.81.94.3: #i86092# dispose only once 2008/04/14 10:41:20 lla 1.81.94.2: RESYNC: (1.81-1.86); FILE MERGED 2008/02/20 09:38:56 lla 1.81.94.1: #i86092# fix a problem, which results in a deadlock in new report wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e95ef8438a9b371ab5c3be0c3c1e6742b89e101b]

        INTEGRATION: CWS rptwizard01 (1.24.46); FILE MERGED 2008/05/21 10:59:58 lla 1.24.46.5: RESYNC: (1.28-1.30); FILE MERGED 2008/04/14 10:41:11 lla 1.24.46.4: RESYNC: (1.26-1.28); FILE MERGED 2008/02/18 10:05:05 lla 1.24.46.3: #i86092# fillReportData() takes an argument of ClearableMutexGuard 2008/02/15 07:37:19 lla 1.24.46.2: RESYNC: (1.24-1.26); FILE MERGED 2008/02/14 13:20:24 lla 1.24.46.1: #i86092# change a mutex to a clearable mutex or it could be possible to hang in report wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f8219109c566943a54d55f00daa08b1716bc28bf]

        INTEGRATION: CWS rptwizard01 (1.26.48); FILE MERGED 2008/05/21 10:59:50 lla 1.26.48.4: RESYNC: (1.28-1.29); FILE MERGED 2008/04/14 10:41:04 lla 1.26.48.3: RESYNC: (1.27-1.28); FILE MERGED 2008/02/15 07:37:11 lla 1.26.48.2: RESYNC: (1.26-1.27); FILE MERGED 2008/02/14 13:20:23 lla 1.26.48.1: #i86092# change a mutex to a clearable mutex or it could be possible to hang in report wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2a89907c908d23faae458d8db55257da42078d31]

        INTEGRATION: CWS rptwizard01 (1.5.120); FILE MERGED 2008/05/21 10:59:46 lla 1.5.120.3: RESYNC: (1.9-1.10); FILE MERGED 2008/04/14 10:41:01 lla 1.5.120.2: RESYNC: (1.5-1.9); FILE MERGED 2008/02/20 09:38:56 lla 1.5.120.1: #i86092# fix a problem, which results in a deadlock in new report wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cf3c6832b844080a450be795f3c0cb409fea1f7e]

        INTEGRATION: CWS rptwizard01 (1.45.40); FILE MERGED 2008/05/21 10:17:04 lla 1.45.40.3: RESYNC: (1.47-1.48); FILE MERGED 2008/04/14 10:39:40 lla 1.45.40.2: RESYNC: (1.45-1.47); FILE MERGED 2008/03/14 13:52:26 lla 1.45.40.1: #i86925# add XUnitConversion

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d881dfccebdec3805eb8a3cda739a60f9bf64bb7]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:17:06 kz 1.1.2.2: fixed wrong license header 2008/03/14 13:49:56 lla 1.1.2.1: #i86925# XUnitConversion

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9441cf1747b5c37318e6d268a2c4d27076882c82]

        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>  [180998cb4ea6f8168bf41f759c1ed2af6a0a637d]

        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>  [dc92ad61e741f215c7c8769f482178472c1665a3]

        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  fredrikh  <fredrikh@openoffice.org>  [a9351d00447324547433bc9b8495cdf9c527cc79]

        Fix: fixed filename. Cleanup.

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8ee8da627a1d66571029d7ac3ef881959d44e6e6]

        INTEGRATION: CWS vcl89 (1.2.4); FILE MERGED 2008/04/28 08:49:09 pl 1.2.4.1: #i88766# precompiled headers

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9e95f9e86db776425da8a3df4681092e976e49bf]

        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>  [ce64791a754ba315ab954834b05969da36d91d8a]

        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>  [9e7403c508ddfe6d9aac3cb13c6a1026db1e65e3]

        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>  [a301865f3b3a43fc30b465f8f13e59568783e8e8]

        INTEGRATION: CWS rptwizard01 (1.41.72); FILE MERGED 2008/03/07 07:54:03 lla 1.41.72.2: #i86092# build dependencies 2008/02/29 08:37:56 lla 1.41.72.1: #i86092# add com.sun.star.wizards.report.layout

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [75d3ea6aa78295802149ebf59602744baefbff86]

        INTEGRATION: CWS rptwizard01 (1.5.126); FILE MERGED 2008/06/02 08:59:25 lla 1.5.126.3: #i86092# add some returns 2008/05/21 10:15:50 lla 1.5.126.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/14 13:15:00 lla 1.5.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0cb6507cbddcacaad306f637cdbedd23249db329]

        INTEGRATION: CWS rptwizard01 (1.17.104); FILE MERGED 2008/05/21 10:15:46 lla 1.17.104.3: RESYNC: (1.18-1.19); FILE MERGED 2008/02/15 07:36:48 lla 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/14 13:14:59 lla 1.17.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bc3d9a356a914091de3dd5369e07f3cd0a566d62]

        INTEGRATION: CWS rptwizard01 (1.13.126); FILE MERGED 2008/05/21 10:15:43 lla 1.13.126.3: RESYNC: (1.14-1.15); FILE MERGED 2008/02/15 07:36:44 lla 1.13.126.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/14 13:14:59 lla 1.13.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [722967c3622754779417ebf1a5dd6687a228064d]

        INTEGRATION: CWS rptwizard01 (1.6.126); FILE MERGED 2008/05/21 10:15:39 lla 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/14 13:14:59 lla 1.6.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0f650ce27581a83f32c53a6b5899f16291a36f65]

        INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED 2008/05/21 10:15:35 lla 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/14 13:14:59 lla 1.12.68.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b6a7c8746ca6433a1a4d72c807484fdd861ce7c1]

        INTEGRATION: CWS rptwizard01 (1.10.68); FILE MERGED 2008/06/02 08:10:31 lla 1.10.68.6: #i86092# brace cleanups 2008/05/21 10:15:31 lla 1.10.68.5: RESYNC: (1.12-1.13); FILE MERGED 2008/05/16 06:58:01 lla 1.10.68.4: #i86092# brace cleanups 2008/04/14 09:26:59 lla 1.10.68.3: #i86092# add braces 2008/02/15 07:36:40 lla 1.10.68.2: RESYNC: (1.10-1.12); FILE MERGED 2008/02/14 13:14:59 lla 1.10.68.1: #i86092# cleanups

2008-06-25  fredrikh  <fredrikh@openoffice.org>  [8d3ac4891ebc1cbe912a03a4e73981d50558f4a0]

        Fix: Updating test to work more standard-independant (cm/inch/mm), fix: fixed filename. Cleanup.

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8b6896e87d802170ea4ab3b312b06b2f58b95ce9]

        INTEGRATION: CWS rptwizard01 (1.4.126); FILE MERGED 2008/05/21 10:15:27 lla 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/14 13:14:59 lla 1.4.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e7962d38933d3973eac4cdc24c4d55dfe14ecb2c]

        INTEGRATION: CWS vcl89 (1.6.16); FILE MERGED 2008/05/29 08:35:04 pl 1.6.16.3: RESYNC: (1.6-1.7); FILE MERGED 2008/05/08 15:26:25 pl 1.6.16.2: #i86645# gradient background style setting 2008/04/30 11:32:12 pl 1.6.16.1: #i88813# force tab cycling in toolbox

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [096909c362122f4fbc227b49c4e35e6b087d7d97]

        INTEGRATION: CWS rptwizard01 (1.6.126); FILE MERGED 2008/05/21 10:15:24 lla 1.6.126.3: RESYNC: (1.7-1.8); FILE MERGED 2008/02/15 07:36:36 lla 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/14 13:14:59 lla 1.6.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2ae37d4ead21bb30ad6873a75caae7456d20815a]

        INTEGRATION: CWS rptwizard01 (1.6.126); FILE MERGED 2008/05/21 10:15:20 lla 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/14 13:14:59 lla 1.6.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ff4cd9179686830b08bbd2083913f9b9543cde8b]

        INTEGRATION: CWS rptwizard01 (1.6.126); FILE MERGED 2008/05/21 10:15:16 lla 1.6.126.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/14 13:14:59 lla 1.6.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [43a45bcb76fc532fd3925ac7903de8c50b0131f7]

        INTEGRATION: CWS rptwizard01 (1.14.16); FILE MERGED 2008/05/21 10:15:12 lla 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2008/02/14 13:14:59 lla 1.14.16.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b4a92f63e0e8214167480da3926b6ff0bd8e2d93]

        INTEGRATION: CWS rptwizard01 (1.11.16); FILE MERGED 2008/05/21 10:15:09 lla 1.11.16.3: RESYNC: (1.12-1.13); FILE MERGED 2008/02/15 07:36:32 lla 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/14 13:14:58 lla 1.11.16.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9e0159cf49953a5c5c188d2452f8c4a772e0911e]

        INTEGRATION: CWS rptwizard01 (1.7.104); FILE MERGED 2008/05/21 10:15:05 lla 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/14 13:14:58 lla 1.7.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1092a0a353ae295b19f260c51d22e751f782a8b9]

        INTEGRATION: CWS vcl89 (1.40.50); FILE MERGED 2008/05/28 16:19:11 pl 1.40.50.1: #i86607# use common sizes for edit fields

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [013bfe9045d48a0472d7c091019f186886f1fcb4]

        INTEGRATION: CWS rptwizard01 (1.10.104); FILE MERGED 2008/05/21 10:15:02 lla 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/14 13:14:58 lla 1.10.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e97b895d3c418d1fdbfe9e1751c4cc7bfa01a454]

        INTEGRATION: CWS rptwizard01 (1.8.104); FILE MERGED 2008/05/21 10:14:58 lla 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/14 13:14:58 lla 1.8.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [60636944f73f14a1bf710e10add8c452e62d1e68]

        INTEGRATION: CWS rptwizard01 (1.9.104); FILE MERGED 2008/05/21 10:14:55 lla 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/14 13:14:58 lla 1.9.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [88cf0183380b9c76c22f2a623b213133b0178dab]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:21:12 kz 1.1.2.3: fixed wrong license header 2008/05/20 11:06:03 lla 1.1.2.2: #i86092# add Section*, DesignTemplate for template usage 2008/03/07 07:37:17 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [15896900f9dc1daa788229d16f9d8df4369c0eed]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:30 kz 1.1.2.6: fixed wrong license header 2008/05/20 10:53:03 lla 1.1.2.5: #i86092# support templates 2008/05/16 07:05:46 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/03/14 13:50:11 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:52:29 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:37:42 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ca73ab217794a4812784b42cae22c6a7cd7b74d3]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:26 kz 1.1.2.2: fixed wrong license header 2008/05/20 10:52:16 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cef81f44b7a45954626357fc1f2142a6a9a794a8]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:21 kz 1.1.2.2: fixed wrong license header 2008/05/20 10:52:03 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fedb5316ca6a9178235bbdb940ced24e85e7b505]

        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>  [1697b52e743f318898c38ba2ce293c6277a2711e]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:13 kz 1.1.2.2: fixed wrong license header 2008/05/20 10:51:54 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a8abdf413e1d20c896d9494e9c509e85f77aa73f]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:07 kz 1.1.2.2: fixed wrong license header 2008/05/20 10:51:44 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5e5acf655dcab5cc6a867c8532c9d836af777b8e]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:59:00 kz 1.1.2.14: fixed wrong license header 2008/06/06 10:27:16 lla 1.1.2.13: #i90429# catch a ArrayOutOfBoundsException if there are new values inserted 2008/06/03 06:23:15 lla 1.1.2.12: #i86092# insertPageHeader, Footer some cleanups 2008/06/02 08:07:58 lla 1.1.2.11: #i86092# templates ends with 'otr' 2008/05/20 13:16:27 lla 1.1.2.10: #i86092# support copy of functions 2008/05/20 10:53:02 lla 1.1.2.9: #i86092# support templates 2008/05/16 07:05:45 lla 1.1.2.8: #i86092# restructures to work with design templates 2008/04/14 09:26:00 lla 1.1.2.7: #i86092# cleanup 2008/04/01 11:06:25 lla 1.1.2.6: #i86911# formattedfield with rpt:now() has numberformat DATE in default locale 2008/04/01 07:15:23 lla 1.1.2.5: #i86912# center footer (Page count) 2008/03/18 12:16:09 lla 1.1.2.4: #i86092# insert TableName in title, insert username out of configuration, set CommandType to TableName 2008/03/14 13:50:11 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:53:35 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:37:31 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1774abcf9c523938d4fb2ed0d81b8b2640613351]

        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>  [e0c9a5b109b068e33cfd8a6b79c718c1d16e49dd]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:51 kz 1.1.2.6: fixed wrong license header 2008/05/20 10:53:02 lla 1.1.2.5: #i86092# support templates 2008/05/16 07:05:44 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/03/14 13:50:11 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:52:29 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:37:04 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e2f358a984030be70744a165a19e53ba9c2e51ec]

        INTEGRATION: CWS xformsdocmodify (1.9.90); FILE MERGED 2008/06/02 21:44:57 fs 1.9.90.1: #i90243# +ModifyDoc flag

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [64751d4c58dcea1ec2b7afb1eaf1c75d72d59d34]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:46 kz 1.1.2.6: fixed wrong license header 2008/05/20 10:53:02 lla 1.1.2.5: #i86092# support templates 2008/05/16 07:05:43 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/03/14 13:50:10 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:52:29 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:36:52 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [11145e849d1877a633a3eadaaeafec55b945e7eb]

        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>  [1154848e55bee730a73149c1d06b6a6ce1ad3c77]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:39 kz 1.1.2.5: fixed wrong license header 2008/06/09 09:26:08 lla 1.1.2.4: #i90513# wrong run through, C&P mistake 2008/06/02 08:07:01 lla 1.1.2.3: #i86092# try to handle problems better 2008/05/20 13:16:27 lla 1.1.2.2: #i86092# support copy of functions 2008/05/20 10:52:25 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [42b9f822d439cb5204eb8aea9ea587b67b19a8a4]

        INTEGRATION: CWS xformsdocmodify (1.43.90); FILE MERGED 2008/06/02 21:47:53 fs 1.43.90.1: #i90243# respect the ExternalData flag at acontrol's value bindingh

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8e6b7c31707aef460e97351ae788df3aa518bdf4]

        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>  [18b89093ed3b879f7e232a8486fdd24b0b9b0634]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:34 kz 1.1.2.6: fixed wrong license header 2008/05/20 10:53:02 lla 1.1.2.5: #i86092# support templates 2008/05/16 07:05:42 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/03/14 13:50:10 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:52:29 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:36:41 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [114e2b5d18e110f837c47da49f24b7e935c15cbf]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:29 kz 1.1.2.3: fixed wrong license header 2008/03/14 13:50:10 lla 1.1.2.2: #i86092# PMD cleanups 2008/03/07 07:36:28 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [35186a086987c8da9ec64195195a918c9fef4577]

        INTEGRATION: CWS xformsdocmodify (1.9.6); FILE MERGED 2008/06/02 21:45:08 fs 1.9.6.1: #i90243# +ModifyDoc flag

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bb665d5924fad7fc70df5c8bdaa1636a2277be1e]

        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>  [6f97b1dace9ca7450b7d9701ba742cbddba2b459]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:24 kz 1.1.2.6: fixed wrong license header 2008/05/20 10:53:02 lla 1.1.2.5: #i86092# support templates 2008/05/16 07:05:41 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/03/14 13:50:10 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:52:29 lla 1.1.2.2: #i86092# cleanups, make labelwidth variable 2008/03/07 07:36:16 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a1341de1ec382290262c67408cfb602dd1201e89]

        INTEGRATION: CWS xformsdocmodify (1.17.90); FILE MERGED 2008/06/02 21:45:08 fs 1.17.90.1: #i90243# +ModifyDoc flag

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9335effa4c63ce16132a34e57525d82d256bd582]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:19 kz 1.1.2.3: fixed wrong license header 2008/03/07 07:53:26 lla 1.1.2.2: #i86092# new name for the jar 2008/03/07 07:30:55 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2a27610ec0968556abf14430f953f7ead5ddf7e9]

        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>  [f520a43362683ab09c71d32db631b6420f84931f]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:13 kz 1.1.2.13: fixed wrong license header 2008/06/03 09:45:25 lla 1.1.2.12: #i86092# problem with sorting fixed 2008/06/03 06:20:22 lla 1.1.2.11: #i86092# initialisation bug, layout() was too early used (in setPageOrientation()) fixed 2008/06/02 08:05:57 lla 1.1.2.10: #i86092# templates ends with 'otr' 2008/05/20 13:16:27 lla 1.1.2.9: #i86092# support copy of functions 2008/05/20 10:53:39 lla 1.1.2.8: #i86092# cleanups 2008/05/16 07:05:39 lla 1.1.2.7: #i86092# restructures to work with design templates 2008/04/04 12:40:59 lla 1.1.2.6: #i86092# handle store right 2008/04/04 07:24:23 lla 1.1.2.5: #i86092# handle open in design == true 2008/03/18 12:14:24 lla 1.1.2.4: #i86092# enhance Tablename by CommandType 2008/03/14 13:50:10 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/11 12:38:28 lla 1.1.2.2: #i86092# cleanups 2008/03/07 07:31:18 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [09ba232ede426519300a4bca7c7d718c095adb62]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/03/07 07:31:03 lla 1.1.2.1: #i86092#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [48b32899e380be1bede11c41847edc010aadb799]

        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>  [4a495687f7206914e70890f1d52bca4436126c02]

        INTEGRATION: CWS rptwizard01 (1.15.48); FILE MERGED 2008/05/21 10:14:23 lla 1.15.48.5: RESYNC: (1.15-1.16); FILE MERGED 2008/03/07 07:52:58 lla 1.15.48.4: #i86092# remove reportbuilder.jar dependency 2008/03/07 07:27:18 lla 1.15.48.3: #i86092# Change ReportBuilderWizard this way, it will exist and workable in the reportbuilder extension 2008/02/29 08:32:26 lla 1.15.48.2: #i86092# new layouter access 2008/02/14 13:00:48 lla 1.15.48.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0952191801bbda10f1843e5417cd28821d646a35]

        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>  [0956a1ad99d00fd976e97fdcfa7f9bbe7cc5721d]

        INTEGRATION: CWS rptwizard01 (1.7.126); FILE MERGED 2008/06/24 15:43:18 kz 1.7.126.2: fixed wrong license header 2008/02/14 13:00:48 lla 1.7.126.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [81f34a0ca724e6d0bb2b3773ac194608e70b69ac]

        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>  [88516bb9f4a1c8d56a3907b04af82bbe2591a1d9]

        INTEGRATION: CWS rptwizard01 (1.72.44); FILE MERGED 2008/06/03 09:45:25 lla 1.72.44.14: #i86092# problem with sorting fixed 2008/06/02 08:04:01 lla 1.72.44.13: #i86092# give a help text if there exist a URI problem 2008/05/21 10:14:51 lla 1.72.44.12: RESYNC: (1.73-1.74); FILE MERGED 2008/05/16 07:05:14 lla 1.72.44.11: #i86092# restructures to work with design templates 2008/04/14 09:24:26 lla 1.72.44.10: #i86092# make it possible to debug the old wizard 2008/04/04 12:40:59 lla 1.72.44.9: #i86092# handle store right 2008/03/31 11:57:56 lla 1.72.44.8: #i86092# wrong document for ReportLayouter.initialize() used, fixed. 2008/03/18 12:10:34 lla 1.72.44.7: #i86092# remove Note: text in new Report Wizard only 2008/03/14 13:48:14 lla 1.72.44.6: #i86092# PMD cleanups 2008/03/11 12:34:55 lla 1.72.44.5: #i86092# cleanups 2008/03/07 11:41:57 lla 1.72.44.4: #i86092# set right name of report builder wizard 2008/03/07 07:27:18 lla 1.72.44.3: #i86092# Change ReportBuilderWizard this way, it will exist and workable in the reportbuilder extension 2008/02/26 08:08:47 lla 1.72.44.2: #i86092# cleanups for a clean ReportLayouter Idea 2008/02/14 13:00:48 lla 1.72.44.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f7924383f4d1cfcae4d6cbbf3deeea4bd670faa4]

        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>  [6f764dc2f9abc53f6696f9fc79aa8d5485b90075]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:08 kz 1.1.2.9: fixed wrong license header 2008/06/03 09:45:25 lla 1.1.2.8: #i86092# problem with sorting fixed 2008/06/02 09:00:28 lla 1.1.2.7: #i86092# fix getLayoutPath, getContentPath because getReportPath() returns a arraylist of strings 2008/05/16 07:05:14 lla 1.1.2.6: #i86092# restructures to work with design templates 2008/04/04 12:40:59 lla 1.1.2.5: #i86092# handle store right 2008/03/18 12:13:32 lla 1.1.2.4: #i86092# enhance Tablename by CommandType 2008/03/14 13:48:14 lla 1.1.2.3: #i86092# PMD cleanups 2008/02/19 12:46:56 lla 1.1.2.2: #i86092# use new getter for layout access 2008/02/14 12:54:22 lla 1.1.2.1: #i86092# new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [14b5102e9fabf8ae111cd3eca3733a20ef6032d8]

        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>  [615e1a6975cf53f3da80010ca3fd94f7dbf19620]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:58:01 kz 1.1.2.5: fixed wrong license header 2008/05/16 07:05:13 lla 1.1.2.4: #i86092# restructures to work with design templates 2008/04/14 09:22:19 lla 1.1.2.3: #i86092# make code readable/debugable 2008/03/31 12:15:43 lla 1.1.2.2: #i86092# brace cleanups 2008/02/14 12:54:02 lla 1.1.2.1: #i86092# new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7a5bbc6f3a64057ece08366ed0dd44a936e9207d]

        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>  [fa988a28d81cda7e2892e7fd29afc270aac087c2]

        INTEGRATION: CWS rptwizard01 (1.9.68); FILE MERGED 2008/05/21 10:14:47 lla 1.9.68.6: RESYNC: (1.9-1.10); FILE MERGED 2008/05/16 07:05:13 lla 1.9.68.5: #i86092# restructures to work with design templates 2008/03/18 12:09:42 lla 1.9.68.4: #i86092# remove Note: text in new Report Wizard only 2008/03/11 12:32:23 lla 1.9.68.3: #i86092# cleanups 2008/02/19 12:46:06 lla 1.9.68.2: #i86092# use new getter for layout access 2008/02/14 13:00:48 lla 1.9.68.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8036cd218af87ca9975e7bc24dea61a957df062a]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:51 kz 1.1.2.3: fixed wrong license header 2008/03/11 12:30:31 lla 1.1.2.2: #i86092# cleanups 2008/02/14 12:53:40 lla 1.1.2.1: #i86092# new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5c0c7813ffe460539a94b152abac3f08da64b964]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:46 kz 1.1.2.2: fixed wrong license header 2008/02/14 12:53:30 lla 1.1.2.1: #i86092# new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [08b577d875dda565335f8150a3fa340f9fe7611d]

        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>  [82135d22f17fc1a415a2b8514d08488d08a79b41]

        INTEGRATION: CWS rptwizard01 (1.7.126); FILE MERGED 2008/05/21 10:14:43 lla 1.7.126.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/31 11:59:23 lla 1.7.126.2: #i86092# wrong document for ReportLayouter.initialize() used, fixed. 2008/02/14 13:00:48 lla 1.7.126.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7a64fa696331ff6fb9bd1b73dc05e2fe3936167d]

        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>  [85dc3dcc4358bc5ffe870139736025a2325fe022]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:41 kz 1.1.2.11: fixed wrong license header 2008/06/03 09:45:25 lla 1.1.2.10: #i86092# problem with sorting fixed 2008/05/16 07:05:13 lla 1.1.2.9: #i86092# restructures to work with design templates 2008/04/04 12:40:59 lla 1.1.2.8: #i86092# handle store right 2008/03/31 12:31:01 lla 1.1.2.7: #i86092# doc cleanups 2008/03/18 12:13:31 lla 1.1.2.6: #i86092# enhance Tablename by CommandType 2008/03/14 13:48:14 lla 1.1.2.5: #i86092# PMD cleanups 2008/03/11 12:25:05 lla 1.1.2.4: #i86092# cleanups 2008/03/07 07:27:18 lla 1.1.2.3: #i86092# Change ReportBuilderWizard this way, it will exist and workable in the reportbuilder extension 2008/02/19 12:45:14 lla 1.1.2.2: #i86092 add getter for Layout access 2008/02/14 12:52:49 lla 1.1.2.1: #i86092# new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bc933d566caf95564f68a16efc2bd065f01acf8c]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:35 kz 1.1.2.4: fixed wrong license header 2008/05/16 07:05:13 lla 1.1.2.3: #i86092# restructures to work with design templates 2008/03/11 12:22:39 lla 1.1.2.2: #i86092# add the all known MultiServiceFactory which is need to calculate label width in 1/100mm 2008/02/29 08:30:02 lla 1.1.2.1: #i86092# new files

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f68797f95517777b731676f1e291fb989ad52560]

        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>  [657c6b89e16cdaaf7ef45a19dec164ee0502d36d]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:30 kz 1.1.2.6: fixed wrong license header 2008/05/16 07:05:13 lla 1.1.2.5: #i86092# restructures to work with design templates 2008/03/18 12:13:31 lla 1.1.2.4: #i86092# enhance Tablename by CommandType 2008/03/14 13:48:14 lla 1.1.2.3: #i86092# PMD cleanups 2008/03/07 07:27:18 lla 1.1.2.2: #i86092# Change ReportBuilderWizard this way, it will exist and workable in the reportbuilder extension 2008/02/29 08:29:52 lla 1.1.2.1: #i86092# new files

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5617595aeaa8fbfc568dea6354d1c355c4c34d81]

        INTEGRATION: CWS rptwizard01 (1.7.68); FILE MERGED 2008/05/21 10:14:40 lla 1.7.68.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/14 09:21:29 lla 1.7.68.3: #i86092# refresh? 2008/03/18 12:08:59 lla 1.7.68.2: #i86092# remove Note: text in new Report Wizard only 2008/02/14 13:00:48 lla 1.7.68.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [51f84e70306e6a2303175e9f9980177fa0b83556]

        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>  [cba795223f3a108379e31dd5b2d400229d56e0f0]

        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>  [8e63258a355d1b74fff89c39369e0ec72091e625]

        INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED 2008/05/21 10:14:32 lla 1.12.68.3: RESYNC: (1.12-1.13); FILE MERGED 2008/04/14 09:11:53 lla 1.12.68.2: #i86092# handle nullpointer, add TODO 2008/02/14 13:00:48 lla 1.12.68.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b684f2309f83cc26db1b8db84a30de0c720a96d2]

        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>  [598c8a8aa390fe4c89b052dfb82612b1465a9ca2]

        INTEGRATION: CWS rptwizard01 (1.22.126); FILE MERGED 2008/05/21 10:14:28 lla 1.22.126.5: RESYNC: (1.23-1.24); FILE MERGED 2008/02/29 08:31:24 lla 1.22.126.4: #i86092# failures in javadoc fixed 2008/02/20 09:29:20 lla 1.22.126.3: #i86092# one brace too much 2008/02/15 07:36:27 lla 1.22.126.2: RESYNC: (1.22-1.23); FILE MERGED 2008/02/14 13:00:48 lla 1.22.126.1: #i86092# changes for new Report Wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f38f9b75ded44f74d0f28d86b535fdf063aa84fc]

        INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED 2008/05/21 10:14:19 lla 1.12.68.4: RESYNC: (1.14-1.15); FILE MERGED 2008/02/22 08:02:35 lla 1.12.68.3: #i86092# wrong merge fixes 2008/02/15 07:36:20 lla 1.12.68.2: RESYNC: (1.12-1.14); FILE MERGED 2008/02/14 13:14:58 lla 1.12.68.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8a9e96f29252142abf53c88b0729859afd2fa82c]

        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>  [50f2f8579187d6855672dd43f5c0dab89b205dd2]

        INTEGRATION: CWS rptwizard01 (1.6.104); FILE MERGED 2008/05/21 10:14:16 lla 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/14 13:14:58 lla 1.6.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9bfddfd4da670c86a3e31480a679037c9284ee1c]

        INTEGRATION: CWS rptwizard01 (1.7.100); FILE MERGED 2008/05/21 10:14:12 lla 1.7.100.4: RESYNC: (1.8-1.9); FILE MERGED 2008/02/22 08:02:35 lla 1.7.100.3: #i86092# wrong merge fixes 2008/02/15 07:36:17 lla 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/14 13:14:58 lla 1.7.100.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6ac5f8ba61712f3bd1662492af8e4dcce4a5b410]

        INTEGRATION: CWS rptwizard01 (1.17.80); FILE MERGED 2008/05/16 07:04:31 lla 1.17.80.3: #i86092# remove a wrong exception 2008/02/15 07:36:14 lla 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/14 13:14:58 lla 1.17.80.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fe46647113af004768d31198d0ecc40bc0f24428]

        INTEGRATION: CWS rptwizard01 (1.10.104); FILE MERGED 2008/05/21 10:14:09 lla 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/14 13:14:57 lla 1.10.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5084161e8146b885cf92ec96c195c72d396c7cfe]

        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>  [db52faa89b41c1971c08d7e93097756c8df1c9be]

        INTEGRATION: CWS rptwizard01 (1.7.98); FILE MERGED 2008/05/21 10:14:05 lla 1.7.98.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/14 13:14:57 lla 1.7.98.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f054526a65caf3671811affbbc07965b615a62b6]

        INTEGRATION: CWS xformsdocmodify (1.5.24); FILE MERGED 2008/06/02 21:44:12 fs 1.5.24.1: #i90243# implement a ExternalData property which controls whether changes in the model data should mark the embedding document as modified

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4646f83f49ddeb674fba42473c2f82e9c78b7be6]

        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>  [3a26e0fbaf77ce12345b0b51458fac26bdf0cd94]

        INTEGRATION: CWS rptwizard01 (1.14.44); FILE MERGED 2008/05/21 10:14:01 lla 1.14.44.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/14 13:14:57 lla 1.14.44.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0bd31bbcc79906d8c46434d97814b796331bdd3f]

        INTEGRATION: CWS xformsdocmodify (1.9.24); FILE MERGED 2008/06/02 21:44:12 fs 1.9.24.1: #i90243# implement a ExternalData property which controls whether changes in the model data should mark the embedding document as modified

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [50ce1398b3c767a8ea52bf3d52fae0d57bf4cb5d]

        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>  [f41177a1b3356004b3b539fc761569fb13cb9879]

        INTEGRATION: CWS rptwizard01 (1.6.126); FILE MERGED 2008/05/21 10:13:57 lla 1.6.126.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/14 13:14:57 lla 1.6.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [764c0c6c04e6bbdeaa14c1e5342309d019a2d3b7]

        INTEGRATION: CWS rptwizard01 (1.4.126); FILE MERGED 2008/05/21 10:13:54 lla 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/14 13:14:57 lla 1.4.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7cc42ddb6b396187a00867ddf5c6f1c10904e05c]

        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>  [7cba21e094a6ffc7c8a683de8079d239c38c99f8]

        INTEGRATION: CWS xformsdocmodify (1.9.14); FILE MERGED 2008/06/02 21:44:12 fs 1.9.14.1: #i90243# implement a ExternalData property which controls whether changes in the model data should mark the embedding document as modified

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4b0d1fafdf7f5973e3cbdf1606a707b104daba2f]

        INTEGRATION: CWS rptwizard01 (1.5.126); FILE MERGED 2008/05/21 10:13:50 lla 1.5.126.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/14 13:14:57 lla 1.5.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [64b57c83eb915af1e53dbf6c71e986793fe7be6e]

        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>  [6838237a4d6e72d9abde713c8b76cabb34c94f4a]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/09 11:05:50 fs 1.1.2.2: +addXFormModel 2008/06/04 20:54:48 fs 1.1.2.1: rudimentary wrapper for an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9596252cf514e53c1a236b0a58fec0e184fcff20]

        INTEGRATION: CWS rptwizard01 (1.5.126); FILE MERGED 2008/05/21 10:13:46 lla 1.5.126.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/14 13:14:57 lla 1.5.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [873ef9cbc7ebd6737dbcfcb72b20a6edde1ec2be]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/05 21:24:19 fs 1.1.2.2: evolution towards a test for #i90243# 2008/06/04 20:54:20 fs 1.1.2.1: rudimentary wrapper for a Model in an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7e0920ebe7865bc9773918db6afa86829c8fcfcb]

        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>  [eacbda18be13c10f6ef9cdfaa9c540fb6dd9c535]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/05 21:24:19 fs 1.1.2.2: evolution towards a test for #i90243# 2008/06/04 20:54:36 fs 1.1.2.1: rudimentary wrapper for a DOM instance in an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f840162c2f4ac812ff37d6cce1485e772f04bae8]

        INTEGRATION: CWS rptwizard01 (1.9.80); FILE MERGED 2008/02/14 13:14:57 lla 1.9.80.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7e2055289965ed5880025cf9f374ade99532b98e]

        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>  [84298c18d66b417b73e958b003eb181be199f461]

        INTEGRATION: CWS rptwizard01 (1.10.104); FILE MERGED 2008/06/03 09:45:25 lla 1.10.104.4: #i86092# problem with sorting fixed 2008/05/21 10:13:16 lla 1.10.104.3: RESYNC: (1.10-1.11); FILE MERGED 2008/05/20 10:54:36 lla 1.10.104.2: #i86092# fix a wrong '==' with java strings, we must use 'equals()' 2008/02/14 13:14:57 lla 1.10.104.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8bf02e8281813b665f7c7b495a5990e3c7e9ee09]

        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>  [b7f1a299ab0cce3fd2df32098636bf9912882341]

        INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED 2008/05/21 10:13:12 lla 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/14 13:14:57 lla 1.12.68.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [91c8d4c1a113ec5163a15a0e12006b86eb6778ea]

        INTEGRATION: CWS xformsdocmodify (1.3.348); FILE MERGED 2008/06/04 20:55:45 fs 1.3.348.1: make class public

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [042d1d35eaaf39354e8397e36a19d99810ee241f]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/09 11:05:17 fs 1.1.2.3: check whether the ExternalData setting survives reloading 2008/06/05 21:26:13 fs 1.1.2.2: finished the test for #i90243# 2008/06/04 20:59:14 fs 1.1.2.1: (not yet finished) test for settings of XML form documents (#i90363)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8c17bebc67b1cbda3261811a8ead263829671cf0]

        INTEGRATION: CWS rptwizard01 (1.17.68); FILE MERGED 2008/05/21 10:13:08 lla 1.17.68.4: RESYNC: (1.18-1.19); FILE MERGED 2008/02/22 08:00:25 lla 1.17.68.3: #i86092# wrong merge fixes 2008/02/15 07:36:08 lla 1.17.68.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/14 13:14:57 lla 1.17.68.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fb90094a5c9e6f3254f5dbffbf09972ba1b8f7de]

        INTEGRATION: CWS xformsdocmodify (1.5.24); FILE MERGED 2008/06/04 20:56:11 fs 1.5.24.1: don't access private members of DocumentHelper

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b8b62da2d9bc081b0598b9649aca31cefc0ec910]

        INTEGRATION: CWS rptwizard01 (1.12.68); FILE MERGED 2008/05/21 10:13:04 lla 1.12.68.4: RESYNC: (1.14-1.15); FILE MERGED 2008/04/14 09:02:16 lla 1.12.68.3: #i86092# find also [TableName].Entry 2008/02/22 08:00:25 lla 1.12.68.2: #i86092# wrong merge fixes 2008/02/14 13:14:57 lla 1.12.68.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1b6cdf0f74600dd74ef6549e22e8e62ec67b8420]

        INTEGRATION: CWS xformsdocmodify (1.3.24); FILE MERGED 2008/06/07 11:50:26 fs 1.3.24.1: adjustments, this application is now called with fully qualified names

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b3ca2b783d1e8a9607f0347fae687399535d96f1]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:25 kz 1.1.2.4: fixed wrong license header 2008/05/20 10:55:27 lla 1.1.2.3: #i86092# support null values as property values, use HashMap instead 2008/02/20 09:34:37 lla 1.1.2.2: #i86092# set OOo Header 2008/02/19 12:42:57 lla 1.1.2.1: #i86092# add new files

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4acdd5689c54b9a4bcea2dd12c1b940c500c7660]

        INTEGRATION: CWS xformsdocmodify (1.6.24); FILE MERGED 2008/06/05 21:25:09 fs 1.6.24.2: +userTextInput (formerly in FormControlTest) 2008/06/04 20:56:35 fs 1.6.24.1: #i90363# +createLabeledControl

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c2de6cadb7e2eb8c661071cdf04ebbb29a6eb1e6]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:20 kz 1.1.2.3: fixed wrong license header 2008/02/20 09:34:37 lla 1.1.2.2: #i86092# set OOo Header 2008/02/19 12:42:48 lla 1.1.2.1: #i86092# add new files

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8d87e8b3b82e7dbbfa86471f821bb904b0101179]

        INTEGRATION: CWS xformsdocmodify (1.9.24); FILE MERGED 2008/06/05 21:25:41 fs 1.9.24.2: userTextInput moved to FormLayer class 2008/06/04 20:57:05 fs 1.9.24.1: resolved some NetBeans warnings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [caa2fdc06d48e30de24131be36b40b1882fa97f8]

        INTEGRATION: CWS rptwizard01 (1.4.126); FILE MERGED 2008/02/14 13:11:46 lla 1.4.126.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e9d71df6cd88bbd42402ffb70b648fbb101aa58b]

        INTEGRATION: CWS xformsdocmodify (1.5.24); FILE MERGED 2008/06/04 20:58:18 fs 1.5.24.1: #i90363# toggleFormDesignMode: use proper dispatch URL when our document is an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [11ff4a2684ebd194bd6644ef59a46c0f4fb7c8f0]

        INTEGRATION: CWS rptwizard01 (1.9.126); FILE MERGED 2008/05/21 10:13:42 lla 1.9.126.2: RESYNC: (1.9-1.10); FILE MERGED 2008/05/16 07:03:23 lla 1.9.126.1: #i86092# restructures to work with multipath

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ca8f32bd6ed9c1ad06a11392d5710c357cb08e7b]

        INTEGRATION: CWS xformsdocmodify (1.4.24); FILE MERGED 2008/06/04 20:57:51 fs 1.4.24.1: #i90363# support for an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [be815508a519767673309cd35b400d7117f3ce9c]

        INTEGRATION: CWS rptwizard01 (1.8.126); FILE MERGED 2008/06/02 07:37:46 lla 1.8.126.3: #i86092# wrong comparison between strings 2008/05/21 10:13:39 lla 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2008/05/16 07:03:23 lla 1.8.126.1: #i86092# restructures to work with multipath

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0532fbce6363b3e1b4f66d57bfc7c7310e2a691e]

        INTEGRATION: CWS xformsdocmodify (1.7.24); FILE MERGED 2008/06/09 11:05:01 fs 1.7.24.2: +reload 2008/06/04 20:57:41 fs 1.7.24.1: #i90363# support for an XML form document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ebe380f47ecbc8f0bcf1027f9c80424af2299395]

        INTEGRATION: CWS rptwizard01 (1.11.98); FILE MERGED 2008/06/02 08:58:29 lla 1.11.98.5: #i86092# make isPathValid public 2008/06/02 07:50:50 lla 1.11.98.4: #i86092# add check if a language exists 2008/05/21 10:13:35 lla 1.11.98.3: RESYNC: (1.11-1.12); FILE MERGED 2008/05/16 07:03:23 lla 1.11.98.2: #i86092# restructures to work with multipath 2008/02/14 13:11:46 lla 1.11.98.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [de2a7d5ef109393d0e5ef7a4a45c48d416536bd5]

        INTEGRATION: CWS xformsdocmodify (1.3.206); FILE MERGED 2008/06/09 11:08:39 fs 1.3.206.1: non-ascii char removed

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4b457601795321fac6183a9b6592c73e459f2e47]

        INTEGRATION: CWS rptwizard01 (1.10.98); FILE MERGED 2008/05/21 10:13:31 lla 1.10.98.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/14 13:11:46 lla 1.10.98.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [76d0ee96b29590c4166946ab1fd537a9ab8e8ca2]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/09 07:30:36 fs 1.1.2.3: #i10000# 2008/06/07 12:00:00 fs 1.1.2.2: makefile.mk 2008/06/07 11:51:33 fs 1.1.2.1: moved herein (and adjusted) from ./intgration/forms

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cb547fe2f683e12854eddf6b33360e12559ba48e]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:09 kz 1.1.2.3: fixed wrong license header 2008/02/20 09:34:37 lla 1.1.2.2: #i86092# set OOo Header 2008/02/19 12:42:39 lla 1.1.2.1: #i86092# add new files

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [88d492958fe7f0dc8838bc405a71260dea906cd6]

        INTEGRATION: CWS xformsdocmodify (1.1.2); FILE ADDED 2008/06/07 11:51:19 fs 1.1.2.1: moved herein from ./integration/forms

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d5850abfac7190c3eb5c6b3163dcf1f445936737]

        INTEGRATION: CWS rptwizard01 (1.10.126); FILE MERGED 2008/05/21 10:13:27 lla 1.10.126.2: RESYNC: (1.10-1.11); FILE MERGED 2008/05/16 07:03:23 lla 1.10.126.1: #i86092# restructures to work with multipath

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [406c16f62eae9b9fc30660cf169ec6904148af62]

        INTEGRATION: CWS xformsdocmodify (1.10.74); FILE MERGED 2008/06/07 12:01:05 fs 1.10.74.3: build integration tests in forms/qa by default 2008/06/05 21:41:43 fs 1.10.74.2: don't build qa/org/openoffice/xforms for the moment 2008/06/04 20:59:58 fs 1.10.74.1: #i90363# build qa/org/openoffice/xforms

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [112d1ab9cc94c10328210effd217dc18b1a6b2b8]

        INTEGRATION: CWS rptwizard01 (1.4.126); FILE MERGED 2008/05/21 10:13:23 lla 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/16 07:03:22 lla 1.4.126.1: #i86092# restructures to work with multipath

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [27e0e1fea24a315a80165676589654bcca3a8c48]

        INTEGRATION: CWS rptwizard01 (1.5.126); FILE MERGED 2008/05/21 10:13:20 lla 1.5.126.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/16 07:03:22 lla 1.5.126.1: #i86092# restructures to work with multipath

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [eda3dc51b9c248d94e30737805d20103e8737f21]

        INTEGRATION: CWS rptwizard01 (1.12.80); FILE MERGED 2008/05/21 10:13:00 lla 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/14 13:14:56 lla 1.12.80.1: #i86092# cleanups

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4b0509d2370a783bc6a32197a9c4eb786be8fe46]

        INTEGRATION: CWS xformsdocmodify (1.34.96); FILE MERGED 2008/06/04 12:09:39 fs 1.34.96.1: #i90243# some properties of our XForm models are saved in the settings.xml, and need to be propagated to the models after successful document import

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f604eb72fae370212e785a062753f566121f4717]

        INTEGRATION: CWS xformsdocmodify (1.106.96); FILE MERGED 2008/06/04 12:50:12 fs 1.106.96.2: #i90243# 2008/06/04 12:09:39 fs 1.106.96.1: #i90243# some properties of our XForm models are saved in the settings.xml, and need to be propagated to the models after successful document import

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1e8352bd4feba3e5b2ca2a757bb2948ae3fe8835]

        INTEGRATION: CWS rptwizard01 (1.12.122); FILE MERGED 2008/05/21 10:12:57 lla 1.12.122.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/20 09:36:27 lla 1.12.122.1: #i86092# add PropertySetHelper, DebugHelper, NumericalHelper to makefile, need by report wizard

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5b4d867acb24802b88eb47263bf09885cef5fbcf]

        INTEGRATION: CWS xformsdocmodify (1.35.96); FILE MERGED 2008/06/04 12:10:35 fs 1.35.96.1: #i90243# GetDocumentSpecificSettings: obtain the settings of the XForms which cannot be stored in the normal xforms:model element

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3c1cc8f3d115914148d450b557a63c170aef09dd]

        INTEGRATION: CWS xformsdocmodify (1.90.94); FILE MERGED 2008/06/04 12:50:12 fs 1.90.94.2: #i90243# 2008/06/04 12:10:34 fs 1.90.94.1: #i90243# GetDocumentSpecificSettings: obtain the settings of the XForms which cannot be stored in the normal xforms:model element

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [38e0dbd289616bbd0f96e2b4f296a52079ba9b89]

        INTEGRATION: CWS xformsdocmodify (1.82.94); FILE MERGED 2008/06/04 12:11:49 fs 1.82.94.1: #i90243# add a LateInitSettings container to the import arguments - they're used to transport some settings which are found in the settings.xml, but can be applied only after the content.xml has been read

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7c1201d156f214ab9111e4bf71b0fe2e229e2ff5]

        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>  [1c673c79162e97a3a4eb3cb9071f6a13aea3bfd1]

        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>  [9f35384f9e88483842ead009ef70557da5bc2e3d]

        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>  [9ede065284db3439e1edc8dfb7281be73f881ada]

        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>  [f0c837c9b44f6c3b873fec7df73082f21500e259]

        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>  [b7d42867f7e0750aa83d7d8bd73e3a68651f507c]

        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>  [e390c3ac91e1382515d7ad3c8891939e7d321ef0]

        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>  [9a6453b2f3b3530dcc5a02bbf083455255fd0a64]

        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>  [f237e5c8af662c46117e3268c20032ef2eb716b7]

        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>  [b8db0a1dd269330ca1a324061d6f562ee079ffc9]

        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>  [6aaee8d5d35fd4b84d295038debc79219ff06d04]

        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>  [720dd8ff1a61428a3f26ef5ff64d854c30ddb654]

        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>  [8b90c3bc354b42c6151c6d6a420333cc534ea024]

        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>  [0a721dfaf439fa7308138f64175362ed44c5d554]

        INTEGRATION: CWS rptwizard01 (1.12.8); FILE MERGED 2008/06/20 09:18:15 lla 1.12.8.8: RESYNC: (1.17-1.18); FILE MERGED 2008/06/02 07:06:09 lla 1.12.8.7: #i86092# templates ends with otr 2008/05/21 10:09:51 lla 1.12.8.6: RESYNC: (1.16-1.17); FILE MERGED 2008/05/20 13:07:54 lla 1.12.8.5: #i86092# support default.odr 2008/04/16 09:59:55 lla 1.12.8.4: #i86092# sed need /, not 2 dollars characters within unix 2008/04/14 10:38:29 lla 1.12.8.3: RESYNC: (1.12-1.16); FILE MERGED 2008/03/19 11:08:02 lla 1.12.8.2: #i86092# extensions in non product versions contains a buildid 2008/03/07 08:01:43 lla 1.12.8.1: #i86092# add reportbuilderwizard.jar

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a2e02e63241ceb3fabd2fdb6c033fcd7f5ea6acf]

        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>  [0790f1720015f9b1bf4b05081cd34ea85e79b94c]

        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>  [c102a3dd535621295ed7ce0998b5e86a28e23cec]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:15:03 lla 1.1.2.1: #i86092# own template pack

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1e30122a4d210f754a16e57a2d804927d187ca5f]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:57:04 kz 1.1.2.2: fixed wrong license header 2008/05/20 13:14:53 lla 1.1.2.1: #i86092# own template pack

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8353f4a5c4263e76ce96031ecb408b58d03f8313]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:14:42 lla 1.1.2.1: #i86092# own template pack

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e1839705bef56b9801a6d4c0aa16eab132ce75ba]

        INTEGRATION: CWS vcl89 (1.3.6); FILE MERGED 2008/05/29 08:27:25 pl 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/11 08:10:09 pl 1.3.6.1: #89111# preview siye hint api cleanup

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0ec2731e89438c39fd4c389a190d1b104a290408]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:14:32 lla 1.1.2.1: #i86092# own template pack

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1cfdd0feacb6617c8e42a60a73e5e3fdb871683c]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:14:22 lla 1.1.2.1: #i86092# own template pack

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8ce26d0b206cc13232b879a4ed2b4d643b929d73]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:56:59 kz 1.1.2.2: fixed wrong license header 2008/05/20 13:12:44 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [31460cb13f22aa0c2ad993dcad5b7a0be7af7e94]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:56:53 kz 1.1.2.2: fixed wrong license header 2008/05/20 13:12:56 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fc1cbfd0ed4f76ff32fec1f6d6dc11218a2994c2]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:56:46 kz 1.1.2.3: fixed wrong license header 2008/06/02 07:06:56 lla 1.1.2.2: #i86092# makefile for default template 2008/06/02 06:50:16 lla 1.1.2.1: #i86092# empty makefile due to some problems

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4a939c1937d7bfb81f5f8b91756aced5b849d347]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/09 09:24:10 lla 1.1.2.2: #i90513# page header, footer doesn't exist 2008/06/02 07:07:23 lla 1.1.2.1: #i86092# default template

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2655e173b5e4018be09c90c03a9d570e9294723e]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:10:38 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [aa130a793af3c56f36181ffc5f83ba9ac738fd17]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/02 06:44:20 lla 1.1.2.2: #i86092# extra template pack need OOo 3.0 2008/05/20 13:10:26 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e9e3bdf1e282ed94598f793fddc1a78d647e9ba0]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/20 13:10:15 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [093e7ec704702c6fee062013e64bb21984348966]

        INTEGRATION: CWS xformsdocmodify (1.6.42); FILE MERGED 2008/06/04 12:07:27 fs 1.6.42.1: #i90243# +applyXFormsSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c1f1f18f6c664679c7846582bd69195f17182973]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:56:40 kz 1.1.2.2: fixed wrong license header 2008/05/20 13:10:04 lla 1.1.2.1: #i86092# support new sun-report-builder-template.oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d34abd58739b4dcc78cd5c3d4eae0e9dae264781]

        INTEGRATION: CWS xformsdocmodify (1.12.42); FILE MERGED 2008/06/04 12:07:57 fs 1.12.42.1: #i90243# +getXFormsSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4c18e3c28a41e2d8e53819a6e625a967ffa8fe7e]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/05/21 08:52:35 lla 1.1.2.1: #i86092# need to build oxt

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1944506cac307371773ccd77c45a7b84349c6010]

        INTEGRATION: CWS rptwizard01 (1.13.2); FILE MERGED 2008/06/20 09:18:06 lla 1.13.2.3: RESYNC: (1.14-1.16); FILE MERGED 2008/05/21 10:09:48 lla 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/22 12:23:49 oj 1.13.2.1: #i86908# new interface supported to allow a remote mode

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3b110aaf7c0ce36b80f13a99b1928d43a4fb1ef0]

        INTEGRATION: CWS xformsdocmodify (1.110.2); FILE MERGED 2008/06/03 20:51:04 fs 1.110.2.1: #i90243# SetDocumentSpecificSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d880a2de0d35cdc36fb21fa9966e12e517c06c57]

        INTEGRATION: CWS rptwizard01 (1.2.74); FILE MERGED 2008/05/21 10:09:37 lla 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED 2008/05/20 10:20:14 lla 1.2.74.1: #i86092# support string substitution in image file names

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9f3ba836771070493940a732298d7d4a5ee7e549]

        INTEGRATION: CWS xformsdocmodify (1.140.2); FILE MERGED 2008/06/04 12:07:17 fs 1.140.2.2: #i90243# don't obtain view/config settings in GetDocumentSpecificSettings, this somehow contradicts the semantics of this (nealy introduced) method 2008/06/03 20:50:24 fs 1.140.2.1: #i90243# allow exporting document-specifc settings, which are neither view nor configuration settings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ae0aeeddd85b9a46c15d460ac9c03c1b2cd947d8]

        INTEGRATION: CWS rptwizard01 (1.5.24); FILE MERGED 2008/05/21 10:09:34 lla 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/20 10:20:13 lla 1.5.24.1: #i86092# support string substitution in image file names

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d130081857c58b913cd451577219ffee31e720ba]

        INTEGRATION: CWS xformsdocmodify (1.28.24); FILE MERGED 2008/06/04 12:07:49 fs 1.28.24.2: #i90243# call SetDocumentSpecificSettings 2008/06/03 20:50:24 fs 1.28.24.1: #i90243# allow exporting document-specifc settings, which are neither view nor configuration settings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [77cc7cfa1c76b3669791f4c77cc837035c378217]

        INTEGRATION: CWS rptwizard01 (1.5.24); FILE MERGED 2008/06/20 09:17:50 lla 1.5.24.6: RESYNC: (1.8-1.9); FILE MERGED 2008/05/21 10:09:31 lla 1.5.24.5: RESYNC: (1.7-1.8); FILE MERGED 2008/04/14 10:38:25 lla 1.5.24.4: RESYNC: (1.5-1.7); FILE MERGED 2008/04/14 08:57:56 lla 1.5.24.3: #i86092# load template documents 2008/04/02 13:40:20 lla 1.5.24.2: #i87743# deadlock fixed with lock solar mutex 2008/02/14 13:36:58 lla 1.5.24.1: #i86092# set modified back after store.

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5427e2a77c5f94ee196d2ae1676f6bd99613650b]

        INTEGRATION: CWS xformsdocmodify (1.10.38); FILE MERGED 2008/06/03 20:48:46 fs 1.10.38.1: #i90243# +SetDocumentSpecificSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4e6e016856a42e296a9499dc241550561a78ab7a]

        INTEGRATION: CWS rptwizard01 (1.4.12); FILE MERGED 2008/06/20 09:17:43 lla 1.4.12.3: RESYNC: (1.5-1.6); FILE MERGED 2008/05/21 10:09:25 lla 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/20 13:07:00 lla 1.4.12.1: #i86092# add paths.xcu

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [72d7c153559c65fbb48519cb083ec35e833d1308]

        INTEGRATION: CWS xformsdocmodify (1.9.36); FILE MERGED 2008/06/03 20:47:58 fs 1.9.36.1: #i90243# +GetDocumentSpecificSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9e9e4974373dd35dfabd395624ed4c578d85c7ed]

        INTEGRATION: CWS rptwizard01 (1.1.2); FILE ADDED 2008/06/24 14:47:40 kz 1.1.2.2: fixed wrong license header 2008/05/20 13:06:38 lla 1.1.2.1: #i86092# add paths.xcu for default.odr

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b0172a76b95e926cdc0325d7ff20e56e23170310]

        INTEGRATION: CWS xformsdocmodify (1.3.42); FILE MERGED 2008/06/03 20:47:21 fs 1.3.42.1: #i90243# aViewProps/aConfigProps outsourced into impl structure, which takes more members

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8452eb43974466fd6aa72248a80e9133f513a909]

        INTEGRATION: CWS rptwizard01 (1.7.12); FILE MERGED 2008/06/20 09:17:40 lla 1.7.12.4: RESYNC: (1.7-1.8); FILE MERGED 2008/06/02 07:05:42 lla 1.7.12.3: #i86092# add template 2008/05/20 13:08:48 lla 1.7.12.2: #i86092# support new sun-report-builder-template.oxt 2008/03/07 08:00:00 lla 1.7.12.1: #i86092# add new dependency from wizards module

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9b1ea0c136c43b5f30cd4da032ace14054b0b23f]

        INTEGRATION: CWS xformsdocmodify (1.6.42); FILE MERGED 2008/06/04 12:06:19 fs 1.6.42.1: #i90243# +applyXFormsSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ed2e0a6f835bb54230aa5c78642d716edc3bfc39]

        INTEGRATION: CWS rptwizard01 (1.5.8); FILE MERGED 2008/06/20 09:17:30 lla 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/03 06:18:21 lla 1.5.8.1: #i86092# functions could be 'null'

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [56f79b86ca7533c2127b8f6f5a201cba7211c89b]

        INTEGRATION: CWS xformsdocmodify (1.6.42); FILE MERGED 2008/06/04 12:05:57 fs 1.6.42.1: #i90243# +getXFormsSettings

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c1d6ff57fc83d4e5fd74edc4ceda18e412192139]

        INTEGRATION: CWS rptwizard01 (1.3.18); FILE MERGED 2008/03/07 07:58:39 lla 1.3.18.1: #i86092# add reportbuilderwizard.jar

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6d595aaf97569204d4a4b50a3dae7736143aeb82]

        INTEGRATION: CWS rptwizard01 (1.3.66); FILE MERGED 2008/05/21 10:09:22 lla 1.3.66.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/14 10:38:18 lla 1.3.66.2: RESYNC: (1.3-1.6); FILE MERGED 2008/04/14 08:57:56 lla 1.3.66.1: #i86092# load template documents

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0e37fa0ff91e7fa2094540872bf1d81f4603ef0d]

        #i10000# conflicts fixed

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [940fdd9648502277c336467ba29aaebd3b3a5893]

        INTEGRATION: CWS dba30d (1.88.6); FILE MERGED 2008/06/11 20:24:12 fs 1.88.6.6: during #i80943#: don't implement XSelectionSupplier (empty) if only a few derived classes need it 2008/06/10 06:41:05 fs 1.88.6.5: RESYNC: (1.88-1.89); FILE MERGED 2008/06/09 13:45:05 fs 1.88.6.4: corrected assertions 2008/06/02 08:20:14 fs 1.88.6.3: #i10000# 2008/06/01 20:59:34 fs 1.88.6.2: #i80943# allow for 'user-defined' features, which are Commands registered by URL at runtime, but not known at compile time 2008/05/28 21:44:26 fs 1.88.6.1: #i84016# +XUserInputInterception

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cd6b67bd25043234c1a0c2d72340b2be96374366]

        INTEGRATION: CWS dba30d (1.8.24); FILE MERGED 2008/06/02 08:50:15 fs 1.8.24.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [422fec572abc6aec585bd646b519709f5327caa9]

        INTEGRATION: CWS dba30d (1.8.24); FILE MERGED 2008/06/02 08:50:14 fs 1.8.24.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [50f3cc1bd42273985c11cf744f0649f716dc9039]

        INTEGRATION: CWS dba30d (1.7.24); FILE MERGED 2008/06/11 20:05:16 fs 1.7.24.1: XSelectionSupplier not implemented by the base class anymore

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cfc2bbb52bca692fb78a5e39bb557717d71c9bd4]

        INTEGRATION: CWS dba30d (1.7.14); FILE MERGED 2008/06/15 19:18:25 fs 1.7.14.1: #i90757# getTitle: use DocumentInfo::getDocumentTitle, which properly respects XTitle now

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4cacaca468949c1d42ae285c05ae10b72a9d1294]

        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>  [1a90fcc49a87ad46923f0627d1fe4d03b9a98aca]

        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>  [02c4bc468f163d41366c3adf70dc9d740302aa48]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/05/28 21:34:01 fs 1.1.2.1: moved the SfxBaseController's implementation for XUserInputInterception into a dedicated class

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4b811e5f0cb140e4b5d1f61f40af1e735e943c91]

        INTEGRATION: CWS dba30d (1.75.54); FILE MERGED 2008/05/28 21:34:53 fs 1.75.54.1: #ii84016# moved the implementation for XUserInputInterception into a dedicated class

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0686ad40a67428fcc94dd0917c97710fe002b227]

        INTEGRATION: CWS dba30d (1.19.54); FILE MERGED 2008/05/28 21:34:26 fs 1.19.54.1: #ii84016# +userinputinterception: moved the SfxBaseController's implementation for XUserInputInterception into a dedicated class

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ac28fb39e2e1f0fc5b5b0ab3553bf50fe9ff99a7]

        INTEGRATION: CWS dba30d (1.40.78); FILE MERGED 2008/05/28 21:35:38 fs 1.40.78.1: #i84016# deliver userinputinterception.hxx

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [615ad4eff8a2120aed46a555925419f245562400]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/05/28 21:33:28 fs 1.1.2.1: moved the SfxBaseController's implementation for XUserInputInterception into a dedicated class

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fc46388e299ffdec4bdc63b07a5b33e31ee60d89]

        INTEGRATION: CWS dba30d (1.20.30); FILE MERGED 2008/05/29 11:27:02 fs 1.20.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d399d5728638b2dbd44e6024f6b3c2d9b7bb2f49]

        INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/05/29 11:27:01 fs 1.12.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a3b9202b308717c9bc6bcf8c1a6828977f80b50f]

        INTEGRATION: CWS dba30d (1.31.30); FILE MERGED 2008/05/29 11:27:01 fs 1.31.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4e863d774b95d5c22bbbfa483f7aea4135c7294e]

        INTEGRATION: CWS dba30d (1.120.8); FILE MERGED 2008/06/10 06:41:52 fs 1.120.8.2: RESYNC: (1.120-1.121); FILE MERGED 2008/05/29 11:27:01 fs 1.120.8.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0b5e2ac67e9585a3c02d37faa843ccecf0c685f2]

        INTEGRATION: CWS dba30d (1.59.30); FILE MERGED 2008/05/29 11:27:01 fs 1.59.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2bce1ffa47646a8b7b2ddb42b9a7d2f8300cfa43]

        INTEGRATION: CWS dba30d (1.28.30); FILE MERGED 2008/06/10 06:41:48 fs 1.28.30.3: RESYNC: (1.28-1.29); FILE MERGED 2008/05/29 15:13:41 oj 1.28.30.2: #i86168# delete connections 2008/05/29 11:27:02 fs 1.28.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9622113a0bf58654ea27a9485d3adcd526899d75]

        INTEGRATION: CWS dba30d (1.15.30); FILE MERGED 2008/05/29 11:27:02 fs 1.15.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c800da9b08b629b52aeac2ee08398983ae7233f0]

        INTEGRATION: CWS dba30d (1.54.8); FILE MERGED 2008/06/10 06:41:44 fs 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2008/05/29 11:27:02 fs 1.54.8.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [15771c491b28c6eac8c14c2f84b55d85f66d35fc]

        INTEGRATION: CWS dba30d (1.10.30); FILE MERGED 2008/05/29 11:30:22 fs 1.10.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d0292710b7b66248a4567d52a9c33c7486a807a2]

        INTEGRATION: CWS dba30d (1.18.10); FILE MERGED 2008/05/29 11:30:22 fs 1.18.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1916b1c2f23b1898bd927f4afd2d7a81eee0ee7e]

        INTEGRATION: CWS dba30d (1.118.10); FILE MERGED 2008/05/29 11:30:22 fs 1.118.10.2: during #i80943#: refactoring: IController now passed around as reference, not as pointer 2008/05/28 19:38:11 fs 1.118.10.1: #i87222# when we edit a view, and cannot parse the statement, don't show an error - silently switch to SQL view and Direct SQL

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c291e7413100525307473e2ee9020d50a543ff10]

        INTEGRATION: CWS dba30d (1.18.30); FILE MERGED 2008/05/29 11:30:22 fs 1.18.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c6b1ed2b976c9701e9c677583b5e09c503aa6ce0]

        INTEGRATION: CWS dba30d (1.24.30); FILE MERGED 2008/05/29 11:30:22 fs 1.24.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [aa3724b4a857871153cc55b6c2fc779bea97f7e1]

        INTEGRATION: CWS dba30d (1.34.30); FILE MERGED 2008/05/29 11:30:22 fs 1.34.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bb585a4636c72c85a742089d12b27d09f9cc539e]

        INTEGRATION: CWS dba30d (1.13.30); FILE MERGED 2008/05/29 11:30:22 fs 1.13.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6d9394854acda3a9f30a24a24dcb89b2dab20bae]

        INTEGRATION: CWS dba30d (1.39.30); FILE MERGED 2008/06/10 06:41:41 fs 1.39.30.2: RESYNC: (1.39-1.40); FILE MERGED 2008/05/29 11:30:22 fs 1.39.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ef40dde69e7fff331b7e31460638703a2c82bc9d]

        INTEGRATION: CWS dba30d (1.81.30); FILE MERGED 2008/06/10 15:16:45 fs 1.81.30.4: #i10000# 2008/06/02 13:46:11 oj 1.81.30.3: #i90244# handle group by and having 2008/05/29 11:30:22 fs 1.81.30.2: during #i80943#: refactoring: IController now passed around as reference, not as pointer 2008/05/28 12:55:14 oj 1.81.30.1: #i81771# check correct field length

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0d638fc76c172435f502fa161ee53149a1ab2107]

        INTEGRATION: CWS dba30d (1.31.30); FILE MERGED 2008/05/29 11:30:22 fs 1.31.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [761a5211b0d8c01d275e3da04348b2d3c4071bb3]

        INTEGRATION: CWS dba30d (1.24.30); FILE MERGED 2008/05/29 11:30:21 fs 1.24.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b14bbecc8f28dd4dfdbf357e807e2ca2b13e2f51]

        INTEGRATION: CWS dba30d (1.43.30); FILE MERGED 2008/06/10 06:41:37 fs 1.43.30.3: RESYNC: (1.43-1.44); FILE MERGED 2008/05/29 15:13:41 oj 1.43.30.2: #i86168# delete connections 2008/05/29 11:30:21 fs 1.43.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ca5ea7f7f40b1e51995db047f8f3d528477a280c]

        INTEGRATION: CWS dba30d (1.92.8); FILE MERGED 2008/06/10 06:41:33 fs 1.92.8.4: RESYNC: (1.92-1.93); FILE MERGED 2008/06/02 13:46:11 oj 1.92.8.3: #i90244# handle group by and having 2008/05/29 11:30:21 fs 1.92.8.2: during #i80943#: refactoring: IController now passed around as reference, not as pointer 2008/05/28 11:36:04 oj 1.92.8.1: #i78725# new method for column alias in order by

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b0a8f7dd14f019f74d9a31557fe248cebe755c64]

        INTEGRATION: CWS dba30d (1.59.30); FILE MERGED 2008/06/10 06:41:27 fs 1.59.30.4: RESYNC: (1.59-1.60); FILE MERGED 2008/05/30 10:56:22 oj 1.59.30.3: resolve merge conflict 2008/05/29 15:13:41 oj 1.59.30.2: #i86168# delete connections 2008/05/29 11:30:21 fs 1.59.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cf7e74bb9fe17b1dc861c6047d11e62b1a7fedcd]

        INTEGRATION: CWS dba30d (1.22.30); FILE MERGED 2008/05/29 11:30:21 fs 1.22.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ef900e20e14a2b4d693a55c2e2d2b9b2e9a43992]

        INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/05/29 11:30:21 fs 1.12.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [61ad099ad0d39436dabad8c002d5e2e6e2221858]

        INTEGRATION: CWS dba30d (1.28.8); FILE MERGED 2008/06/10 06:41:23 fs 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2008/06/01 21:00:26 fs 1.28.8.1: #i80943# Execute: default-call the base class, it has a default handling for 'user-defined' features now

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5d24267dd4b18b5a770e9ee7ce73c0c4929fc8b2]

        INTEGRATION: CWS dba30d (1.79.8); FILE MERGED 2008/06/10 06:41:20 fs 1.79.8.2: RESYNC: (1.79-1.80); FILE MERGED 2008/06/01 21:00:00 fs 1.79.8.1: fillTreeListNames had one client only - moved to the respective class

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6dafdadfdac63d6b485cffbfdc684d22f781eded]

        INTEGRATION: CWS dba30d (1.72.30); FILE MERGED 2008/06/11 20:25:45 fs 1.72.30.4: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants 2008/06/10 08:32:43 fs 1.72.30.3: #i80943# EntryType values now defined via DatabaseObject(Container) 2008/06/01 20:54:56 fs 1.72.30.2: #i80943# +IContextMenuProvider 2008/05/29 11:23:59 fs 1.72.30.1: during #i80943#: refactoring: implement IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e14ddf3885b34a947ed98ef9c3b52b06edac432d]

        INTEGRATION: CWS dba30d (1.18.30); FILE MERGED 2008/06/09 13:42:53 fs 1.18.30.1: #i80943# +describeObject

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [83bc06e411c897cc430726dd1c38b46fc44aca87]

        INTEGRATION: CWS dba30d (1.7.30); FILE MERGED 2008/05/29 11:25:58 fs 1.7.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f1d9720af6c76d6967efc93d4594f7ace5181f6f]

        INTEGRATION: CWS dba30d (1.9.30); FILE MERGED 2008/05/29 11:25:58 fs 1.9.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2a38e27c5301bf98c16c25ebdffbcca67e5f3f37]

        INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/06/09 13:43:18 fs 1.12.30.2: #i80943# FOLDER_INDICATOR replaced by usage of css.sdb.application.DatabaseObjectFolder constants 2008/05/29 11:25:36 fs 1.12.30.1: during #i80943#: refactoring: ContextMenuActionListener not needed anymore, superseded by IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6b4faa1035b3749b558c818c5e6940fb00a3f837]

        INTEGRATION: CWS dba30d (1.9.30); FILE MERGED 2008/06/01 20:54:34 fs 1.9.30.2: #i80943# IContainerFoundListener and IViewChangeListener now superseded by IApplicationController / further development of the IContextMenuProvider 2008/05/29 11:24:19 fs 1.9.30.1: during #i80943#: refactoring: requestContextMenu superseded by IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2c4cb2d3570ec048fc3984c0b61b860b98a5b535]

        INTEGRATION: CWS dba30d (1.14.30); FILE MERGED 2008/06/01 20:53:21 fs 1.14.30.2: removed unneeded forward declaration 2008/05/29 11:25:58 fs 1.14.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0ebdc20b1e28d9a42632e6d3730584c4bbd67e84]

        INTEGRATION: CWS dba30d (1.35.30); FILE MERGED 2008/06/10 06:41:15 fs 1.35.30.2: RESYNC: (1.35-1.36); FILE MERGED 2008/06/01 20:53:07 fs 1.35.30.1: fillTreeListNames had one client only - moved to the respective class / +AppendConfigToken (was formerly declared as extern in the client file)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [290c59b332e4beabfd1d27eb5e19aa3a3897f5a7]

        INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/05/29 11:25:58 fs 1.12.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5595864cf894d43d4c56ddd5acdb43b18b11c448]

        INTEGRATION: CWS dba30d (1.10.30); FILE MERGED 2008/05/29 15:13:41 oj 1.10.30.1: #i86168# delete connections

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a9726acf48225a7f3efe8ce92c3cc8bee6a856b8]

        INTEGRATION: CWS dba30d (1.6.30); FILE MERGED 2008/05/29 11:25:58 fs 1.6.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a3af4676b4c20fcb00d791d82a7d06ef157314f8]

        INTEGRATION: CWS dba30d (1.14.30); FILE MERGED 2008/05/29 11:25:58 fs 1.14.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [994f637919820c3f3264ba8033e11cb9529153c1]

        INTEGRATION: CWS dba30d (1.18.30); FILE MERGED 2008/05/29 15:13:41 oj 1.18.30.1: #i86168# delete connections

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1dc7655dabfef7836aee9075f3525c58dad3df66]

        INTEGRATION: CWS dba30d (1.23.30); FILE MERGED 2008/05/29 11:25:58 fs 1.23.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b0851f41cf199ea28f676766715f0af1cbef4810]

        INTEGRATION: CWS dba30d (1.26.30); FILE MERGED 2008/05/29 15:13:41 oj 1.26.30.1: #i86168# delete connections

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9d08b876e6f450e7520f6f1fd09872f92d512b29]

        INTEGRATION: CWS dba30d (1.11.30); FILE MERGED 2008/05/29 11:25:58 fs 1.11.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3830225c48e8fc436d2b305116c12e74f609f88d]

        INTEGRATION: CWS dba30d (1.28.10); FILE MERGED 2008/05/29 11:28:35 fs 1.28.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [658c4b650e08fb43dda59480b9f8686698cdf999]

        INTEGRATION: CWS dba30d (1.6.30); FILE MERGED 2008/05/22 20:02:43 fs 1.6.30.1: don't redefine FL_SEPARATOR1, this leads to confusion

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ba87e1c705c45cb61cfcad04cad806553a11d330]

        INTEGRATION: CWS dba30d (1.24.30); FILE MERGED 2008/05/22 20:02:43 fs 1.24.30.1: don't redefine FL_SEPARATOR1, this leads to confusion

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6bfe4c7e56d8ef35c8c8e70910b447a05b8475cf]

        INTEGRATION: CWS dba30d (1.37.10); FILE MERGED 2008/06/11 20:26:25 fs 1.37.10.4: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants 2008/06/10 08:34:01 fs 1.37.10.3: DatabaseObjectFolder renamed to DatabaseObjectContainer 2008/06/10 07:21:20 fs 1.37.10.2: describeObject: always separate catalog and schema by a dot 2008/06/09 13:44:33 fs 1.37.10.1: #i80943# +describeObject

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e26e94b0740ab54a91121c400c3e55b992bacd8c]

        INTEGRATION: CWS dba30d (1.11.30); FILE MERGED 2008/05/29 11:27:49 fs 1.11.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [eba4a3e19e64d33e933c3a5074cefea7d12479a6]

        INTEGRATION: CWS dba30d (1.19.30); FILE MERGED 2008/06/09 13:43:59 fs 1.19.30.3: layout 2008/06/01 20:58:31 fs 1.19.30.2: #i80943# use the IContextMenuProvider for context menu interception 2008/05/29 11:27:40 fs 1.19.30.1: during #i80943#: refactoring: ContextMenuActionListener not needed anymore, superseded by IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8a55b4041b2b8b1a17933fe742beb69747248595]

        INTEGRATION: CWS dba30d (1.200.8); FILE MERGED 2008/06/20 09:02:56 fs 1.200.8.10: #90912# proper state for SID_COPY when the table control is active 2008/06/16 08:48:10 fs 1.200.8.9: #i10000# 2008/06/16 08:45:12 fs 1.200.8.8: correct OnTreeEntryCompare 2008/06/11 20:26:06 fs 1.200.8.7: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants 2008/06/10 14:01:41 fs 1.200.8.6: #i10000# 2008/06/10 08:36:23 fs 1.200.8.5: #i80943# implement getCurrentSelection 2008/06/10 06:41:11 fs 1.200.8.4: RESYNC: (1.200-1.201); FILE MERGED 2008/06/01 20:55:23 fs 1.200.8.3: #i80943# +IContextMenuProvider 2008/05/29 11:30:59 fs 1.200.8.2: during #i80943#: refactoring: requestContextMenu superseded by IContextMenuProvider 2008/05/28 19:19:15 fs 1.200.8.1: some code re-arrangement during #i87514#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b587a758af0a4b8c054c315f4542004aa2a2cde6]

        INTEGRATION: CWS dba30d (1.80.10); FILE MERGED 2008/06/01 20:57:49 fs 1.80.10.1: minor re-factoring during #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [55b3206044efe206d39bed5428165e15eecd7613]

        INTEGRATION: CWS dba30d (1.22.12); FILE MERGED 2008/06/01 20:57:49 fs 1.22.12.1: minor re-factoring during #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [eeac56419e93ec4c88fe863db29e8fc775ea83f4]

        INTEGRATION: CWS dba30d (1.13.30); FILE MERGED 2008/06/01 20:57:07 fs 1.13.30.1: minor re-factoring during #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d0d2bd09650f8476e6f04f39f439c6a2fcf4ad18]

        INTEGRATION: CWS dba30d (1.22.30); FILE MERGED 2008/06/01 20:57:07 fs 1.22.30.1: minor re-factoring during #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [78db9cd91055da435623264800c082ff026ee7da]

        INTEGRATION: CWS dba30d (1.20.30); FILE MERGED 2008/06/10 08:34:44 fs 1.20.30.2: #i80943# 2008/06/01 20:56:41 fs 1.20.30.1: during #i80943#: DBTreeListUserData is no sub-class anymore

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [89d97fbffd85c62db47b63191b60e91b952c2cb3]

        INTEGRATION: CWS dba30d (1.18.30); FILE MERGED 2008/06/01 20:56:41 fs 1.18.30.1: during #i80943#: DBTreeListUserData is no sub-class anymore

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4d92faa75ced8f085964bb0fa6419c49dec2b211]

        INTEGRATION: CWS dba30d (1.22.30); FILE MERGED 2008/05/29 11:30:23 fs 1.22.30.2: during #i80943#: refactoring: IController now passed around as reference, not as pointer 2008/05/28 21:44:46 fs 1.22.30.1: #i84016# PreNotify: allow the controller to intercept key events and mouse clicks

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [68949138655bfde48cb6e601d07bf288e76ca483]

        INTEGRATION: CWS dba30d (1.28.30); FILE MERGED 2008/05/29 11:31:47 fs 1.28.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6eff81e3283d66c7292e4a876ad16e7ffee6015c]

        INTEGRATION: CWS dba30d (1.107.10); FILE MERGED 2008/06/01 20:55:57 fs 1.107.10.2: #i80943# Execute: default-call the base class, it has a default handling for 'user-defined' features now 2008/05/29 11:31:47 fs 1.107.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [30606958b2a5af4874d79b0e178b97d9a807ed66]

        INTEGRATION: CWS dba30d (1.8.30); FILE MERGED 2008/06/15 19:08:59 fs 1.8.30.1: Call: dokn't ignore the argument

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [114a44071d34b308a22f5f33b4482d1f552c967a]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/06/01 21:01:43 fs 1.1.2.1: callback for the application controller, collecting various callbacks which previously were separate classes

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a572986c98a2d806412ec2da6e1f1ede71f7af7b]

        INTEGRATION: CWS dba30d (1.16.30); FILE MERGED 2008/06/10 11:04:41 fs 1.16.30.3: +describeCurrentSelectionForType 2008/06/01 21:02:33 fs 1.16.30.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:32:26 fs 1.16.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0bd9b9d4756267c52dc695817bfc9d90e096a0a6]

        INTEGRATION: CWS dba30d (1.24.10); FILE MERGED 2008/06/10 11:12:26 fs 1.24.10.4: #i10000# 2008/06/10 11:04:41 fs 1.24.10.3: +describeCurrentSelectionForType 2008/06/01 21:02:33 fs 1.24.10.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:32:25 fs 1.24.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2c804441a8c9a6344e132f5df4ddd26a9ba9e57d]

        INTEGRATION: CWS dba30d (1.15.8); FILE MERGED 2008/06/01 21:02:33 fs 1.15.8.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/28 08:49:06 oj 1.15.8.1: #i90016# setCursor already calls onContainerSelected

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b20a765fc916a0ba856402bfead1cfd8f37ab095]

        INTEGRATION: CWS dba30d (1.10.30); FILE MERGED 2008/06/01 21:02:33 fs 1.10.30.1: #i80943# more preparations for context menu interception, including some re-factoring

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [abe3e304e115d17367cd2f0717825308259edb3d]

        INTEGRATION: CWS dba30d (1.19.30); FILE MERGED 2008/06/10 11:04:41 fs 1.19.30.2: +describeCurrentSelectionForType 2008/06/01 21:02:33 fs 1.19.30.1: #i80943# more preparations for context menu interception, including some re-factoring

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e037e1552908d354c85eb3bc57e7e6e4ef2b2a56]

        INTEGRATION: CWS dba30d (1.28.30); FILE MERGED 2008/06/10 13:56:39 fs 1.28.30.5: #i10000# 2008/06/10 11:04:41 fs 1.28.30.4: +describeCurrentSelectionForType 2008/06/09 13:45:17 fs 1.28.30.3: names 2008/06/01 21:02:32 fs 1.28.30.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:32:27 fs 1.28.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a40b30d2d2da3c00a80012e8a4ad48b1aa1358dd]

        INTEGRATION: CWS dba30d (1.14.30); FILE MERGED 2008/06/10 11:05:19 fs 1.14.30.4: +describeCurrentSelectionForType 2008/06/09 13:45:44 fs 1.14.30.3: #i80943# retrieve the proper selection for the context menu interceptors 2008/06/01 21:02:32 fs 1.14.30.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:33:17 fs 1.14.30.1: in preparation of #i80943#: implement IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e761ee68e765d0de46418147613a56c62091014c]

        INTEGRATION: CWS dba30d (1.32.10); FILE MERGED 2008/06/16 09:01:39 fs 1.32.10.10: corrected describeCurrentSelectionForControl to assert only when necessary 2008/06/11 20:26:01 fs 1.32.10.9: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants# 2008/06/10 14:11:21 fs 1.32.10.8: #i10000# 2008/06/10 14:08:33 fs 1.32.10.7: #i10000# 2008/06/10 11:11:19 fs 1.32.10.6: #i10000# 2008/06/10 11:05:19 fs 1.32.10.5: +describeCurrentSelectionForType 2008/06/10 08:34:44 fs 1.32.10.4: DatabaseObjectFolder renamed to DatabaseObjectContainer 2008/06/09 13:45:43 fs 1.32.10.3: #i80943# retrieve the proper selection for the context menu interceptors 2008/06/01 21:02:32 fs 1.32.10.2: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:33:17 fs 1.32.10.1: in preparation of #i80943#: implement IContextMenuProvider

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2ddd7d111564767988b8ce13105dc56ed4eaced9]

        INTEGRATION: CWS dba30d (1.35.10); FILE MERGED 2008/06/23 06:20:56 oj 1.35.10.5: #i90929# fix for sending reports as e-mail 2008/06/10 06:40:57 fs 1.35.10.4: RESYNC: (1.35-1.36); FILE MERGED 2008/06/01 21:02:32 fs 1.35.10.3: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/30 10:55:38 oj 1.35.10.2: #i88750# special handling for reports as mail 2008/05/29 11:36:13 fs 1.35.10.1: #i80943# XContextMenuInterception (not yet finally done)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0564f114ee50295652d15b384146d522bcd63326]

        INTEGRATION: CWS dba30d (1.28.10); FILE MERGED 2008/06/11 20:25:22 fs 1.28.10.5: #i80943# implement XSelectionSupplier (not implemented by the base class anymore) and properly implement ::select when a (sequence of) NamedDatabaseObject is selected 2008/06/10 06:40:53 fs 1.28.10.4: RESYNC: (1.28-1.29); FILE MERGED 2008/06/01 21:02:32 fs 1.28.10.3: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:36:13 fs 1.28.10.2: #i80943# XContextMenuInterception (not yet finally done) 2008/05/28 08:49:06 oj 1.28.10.1: #i90016# setCursor already calls onContainerSelected

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [595dab7d5823573deb22d1951ee93d15a8d960b6]

        INTEGRATION: CWS dba30d (1.60.10); FILE MERGED 2008/06/11 20:25:22 fs 1.60.10.7: #i80943# implement XSelectionSupplier (not implemented by the base class anymore) and properly implement ::select when a (sequence of) NamedDatabaseObject is selected 2008/06/10 14:00:09 fs 1.60.10.6: #i80943# for consistency with the Selection in a ContextMenuExecuteEvent, use more structured data in XSelectionSupplier::getSelection, namely use a Sequence< NamedDatabaseObject > 2008/06/10 06:40:49 fs 1.60.10.5: RESYNC: (1.60-1.61); FILE MERGED 2008/06/02 08:20:01 oj 1.60.10.4: #i88750# add listener always 2008/06/01 21:02:31 fs 1.60.10.3: #i80943# more preparations for context menu interception, including some re-factoring 2008/05/29 11:36:13 fs 1.60.10.2: #i80943# XContextMenuInterception (not yet finally done) 2008/05/28 08:49:06 oj 1.60.10.1: #i90016# setCursor already calls onContainerSelected

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c4ba414cc1ae2abda688fc2914923d33e1b2fb7e]

        INTEGRATION: CWS dba30d (1.5.30); FILE MERGED 2008/06/02 06:46:05 oj 1.5.30.1: #i88793# check which prop we are currently importing

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [018ed4d428c09af5a8a8f0b128d0f58e61fdac9d]

        INTEGRATION: CWS dba30d (1.10.30); FILE MERGED 2008/06/02 06:46:05 oj 1.10.30.1: #i88793# check which prop we are currently importing

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a21c5207f857922c072ef2b15f080e20e8d2922c]

        INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/06/02 06:46:05 oj 1.12.30.1: #i88793# check which prop we are currently importing

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8e1cb6963a6ff951c793a8169c96c37732126a38]

        INTEGRATION: CWS dba30d (1.35.2); FILE MERGED 2008/06/11 20:27:50 fs 1.35.2.1: #i80943#: use a NamedDatabaseObject for selecting the Tables container #i90586# don't attachResource for a newly created document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1d2d74625a81e05db352520b9a8ca66b5c0f75f6]

        INTEGRATION: CWS dba30d (1.5.30); FILE MERGED 2008/05/29 11:11:03 oj 1.5.30.1: #i89835# dispatch asyncron

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fcf6294c6cc263f311ae114bb3daba038208bbc1]

        INTEGRATION: CWS dba30d (1.10.28); FILE MERGED 2008/06/10 06:40:44 fs 1.10.28.2: RESYNC: (1.10-1.11); FILE MERGED 2008/05/29 11:11:03 oj 1.10.28.1: #i89835# dispatch asyncron

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [dba4dd96d484d7ecbc8bb24dce904b47b60289b0]

        INTEGRATION: CWS dba30d (1.60.6); FILE MERGED 2008/06/16 04:55:42 fs 1.60.6.5: don't allow form/report macros if the document itself is written by a version which already supports DBDoc-level macros 2008/06/10 06:40:40 fs 1.60.6.4: RESYNC: (1.60-1.61); FILE MERGED 2008/05/30 10:58:09 oj 1.60.6.3: #i88750# special handling for reports as mail 2008/05/29 14:03:12 oj 1.60.6.2: #i87957# use desktop as parentframe when no one is given 2008/05/22 20:00:59 fs 1.60.6.1: #i89509# when opening an already opened documenbt, don't do all the stuff which might confuse us later on, just activate the document

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6cd63e64e62c772d0efdee2f805307aed3271f26]

        INTEGRATION: CWS dba30d (1.42.30); FILE MERGED 2008/05/22 11:29:11 fs 1.42.30.1: #i88576# +setName

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [353b1c7abe5822f2cfc3cacf35cbc4967275af9a]

        INTEGRATION: CWS dba30d (1.78.30); FILE MERGED 2008/05/22 11:29:11 fs 1.78.30.1: #i88576# +setName

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ba0418b8805be395c49badc390fceb91f354a2ad]

        INTEGRATION: CWS dba30d (1.44.10); FILE MERGED 2008/06/10 06:40:35 fs 1.44.10.2: RESYNC: (1.44-1.45); FILE MERGED 2008/05/22 11:28:42 fs 1.44.10.1: slight refactoring during #i88576#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a0fa646a522ee580363b846a7f5f033ecca139b2]

        INTEGRATION: CWS dba30d (1.41.10); FILE MERGED 2008/06/10 06:40:30 fs 1.41.10.2: RESYNC: (1.41-1.42); FILE MERGED 2008/05/22 11:28:32 fs 1.41.10.1: #i88576# when registering a data source, forward the registration name to it

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4c629519e69560d272db460e108e85a0ffd22ab7]

        INTEGRATION: CWS dba30d (1.22.10); FILE MERGED 2008/06/16 04:54:57 fs 1.22.10.3: +m_bHasMacroStorages / hasMacroStorages() 2008/06/10 06:40:27 fs 1.22.10.2: RESYNC: (1.22-1.23); FILE MERGED 2008/05/22 11:27:16 fs 1.22.10.1: slight refactoring during #i88576#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [84a8517faa69b4ab90f6b9c11d3d4c673856f11d]

        INTEGRATION: CWS dba30d (1.28.8); FILE MERGED 2008/06/16 04:54:57 fs 1.28.8.5: +m_bHasMacroStorages / hasMacroStorages() 2008/06/10 06:40:23 fs 1.28.8.4: RESYNC: (1.28-1.30); FILE MERGED 2008/05/30 10:57:47 oj 1.28.8.3: #i78725# add new config entry 2008/05/22 11:27:42 fs 1.28.8.2: slight refactoring during #i88576# 2008/05/22 07:54:22 fs 1.28.8.1: #i88576# a data source which is registered should expose its registration name as Name property, not its URL

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d5aa867f559d0f84d69a1c4522beb9b35cbd0d15]

        INTEGRATION: CWS dba30d (1.5.152); FILE MERGED 2008/05/22 11:30:41 fs 1.5.152.1: #i88576# +DataSource

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [20256232b05a11386d8486f81ad1607fd66a8b18]

        INTEGRATION: CWS dba30d (1.4.30); FILE MERGED 2008/05/22 11:30:29 fs 1.4.30.1: #i88576# disambiguate the DataSource class, now that the current module also contains one

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fe711d0f64ce3804b62eeba4a59d419f6ca155e3]

        INTEGRATION: CWS dba30d (1.10.28); FILE MERGED 2008/05/22 11:30:29 fs 1.10.28.1: #i88576# disambiguate the DataSource class, now that the current module also contains one

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c64e8c7be9446e17449a7af293605c76c023d60e]

        INTEGRATION: CWS dba30d (1.6.30); FILE MERGED 2008/05/22 11:30:29 fs 1.6.30.1: #i88576# disambiguate the DataSource class, now that the current module also contains one

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [98e20625cda0db0dc2641abb10b87d0c80228d10]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/05/22 11:31:03 fs 1.1.2.1: test various facets of the css.sdb.DataSource implementation

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9130a51b589c22843f8695f579d25a63bfbf4831]

        INTEGRATION: CWS dba30d (1.10.28); FILE MERGED 2008/06/11 20:24:02 fs 1.10.28.4: during #i80943#: don't implement XSelectionSupplier (empty) if only a few derived classes need it 2008/06/10 06:39:58 fs 1.10.28.3: RESYNC: (1.10-1.11); FILE MERGED 2008/06/01 20:52:14 fs 1.10.28.2: #i80943# +registerCommandURL 2008/05/28 21:44:09 fs 1.10.28.1: #i84016# +XUserInputInterception

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0a4d27639bce293d2a534d9b4eee8a5673742bd6]

        INTEGRATION: CWS dba30d (1.3.30); FILE MERGED 2008/05/29 11:36:34 fs 1.3.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6ceb0183e7cb882271a64d7a6395f013485ccfb1]

        INTEGRATION: CWS dba30d (1.5.30); FILE MERGED 2008/06/01 20:52:14 fs 1.5.30.2: #i80943# +registerCommandURL 2008/05/28 21:43:45 fs 1.5.30.1: #i84016# +interceptUserInput

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c936adf482657b5ec98c60b6702abfd7d7901163]

        INTEGRATION: CWS dba30d (1.23.72); FILE MERGED 2008/06/02 08:29:05 fs 1.23.72.1: during #i84924#: Init/ImplInitSettings now take a Window&, not a Window*

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7cf2ce7654f56442ce719c00ed3df5b458ebab9e]

        INTEGRATION: CWS dba30d (1.37.26); FILE MERGED 2008/06/10 04:57:20 fs 1.37.26.2: RESYNC: (1.37-1.38); FILE MERGED 2008/05/28 13:54:04 fs 1.37.26.1: ResetForms removed during #i89229#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f5f5f50156fad1fd6d611feddf9087b19693760d]

        INTEGRATION: CWS dba30d (1.53.72); FILE MERGED 2008/05/28 13:54:44 fs 1.53.72.1: ResetForms removed during #i89229#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1a99b224dc6e3b6a7a981f2833cfff72bd023b16]

        INTEGRATION: CWS dba30d (1.90.26); FILE MERGED 2008/06/10 04:57:16 fs 1.90.26.3: RESYNC: (1.90-1.91); FILE MERGED 2008/05/29 10:34:52 fs 1.90.26.2: correct UpdateForms (previous change was too generous) 2008/05/28 13:55:28 fs 1.90.26.1: ResetForms removed during #i89229#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [84a5aae8d2e6d13f421346b151c6d0ab138d8cca]

        INTEGRATION: CWS dba30d (1.76.70); FILE MERGED 2008/06/10 04:57:08 fs 1.76.70.2: RESYNC: (1.76-1.77); FILE MERGED 2008/05/28 13:54:54 fs 1.76.70.1: ResetForms removed during #i89229#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [131907eb5288944ecad9ab21a22c9d420f9676b9]

        INTEGRATION: CWS dba30d (1.35.28); FILE MERGED 2008/05/28 13:55:54 fs 1.35.28.1: #ii89229

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4e601890a14baa307948bc9250692a93c18d944f]

        INTEGRATION: CWS dba30d (1.83.72); FILE MERGED 2008/06/02 08:42:39 fs 1.83.72.2: during #i84924#: also propagate the font to the navbar 2008/06/02 08:29:25 fs 1.83.72.1: during #i84924#: Init/ImplInitSettings now take a Window&, not a Window*

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8efbdc6780319c72b32f7c617220e37f75840915]

        INTEGRATION: CWS jl104 (1.2.302); FILE MERGED 2008/06/19 11:16:51 jl 1.2.302.1: #i87507# improve readme

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2ee88bdef436d13d9c5d6b1a5b45dcc18c18de21]

        INTEGRATION: CWS dba30d (1.65.28); FILE MERGED 2008/06/18 13:36:38 oj 1.65.28.5: compiler bug, rounding does not work otherwise 2008/06/18 13:35:00 oj 1.65.28.4: compiler bug, rounding does not work otherwise 2008/06/18 11:07:36 oj 1.65.28.3: #i18045# multiply before rounding 2008/06/02 08:30:07 fs 1.65.28.2: #i84924# DbCellControl::ImplInitSettings: properly initialize the window's font/zoom 2008/05/30 08:22:55 oj 1.65.28.1: #i18045# round the value if scale is set before pow it

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ff97981543342686b79abbf2cceab336dcbb6789]

        INTEGRATION: CWS jl104 (1.18.54); FILE MERGED 2008/06/19 11:18:30 jl 1.18.54.2: #i87507# webbased update fix 2008/06/19 11:13:53 jl 1.18.54.1: #i87507# webbased update fix

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [097280783225b8108b4bf686c27ae923b1d8fc5a]

        INTEGRATION: CWS jl104 (1.19.36); FILE MERGED 2008/06/23 11:11:21 jl 1.19.36.1: #i87507# use CoInitializeEx when using service com.sun.star.system.SystemShellExecute to open the web browser

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [70a4165669251e198e44a6c840e409994a894a91]

        INTEGRATION: CWS jl104 (1.2.36); FILE MERGED 2008/06/23 11:11:21 jl 1.2.36.1: #i87507# use CoInitializeEx when using service com.sun.star.system.SystemShellExecute to open the web browser

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [baf473d98a692453f7f4852e78fd2e027816b634]

        INTEGRATION: CWS jl104 (1.7.20); FILE MERGED 2008/06/20 11:21:12 jl 1.7.20.2: #i88078# 2008/06/19 10:42:01 jl 1.7.20.1: #i88078# cli-uno assemblies moved to ure

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d65ca3add27c2846b928da109054c75d573635fb]

        INTEGRATION: CWS jl104 (1.99.12); FILE MERGED 2008/06/19 10:42:01 jl 1.99.12.1: #i88078# cli-uno assemblies moved to ure

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c3c8edabfb150e7eee293f57b0912b1682e635a5]

        INTEGRATION: CWS jl104 (1.290.18); FILE MERGED 2008/06/19 10:42:01 jl 1.290.18.1: #i88078# cli-uno assemblies moved to ure

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3bcade55cc9aae795d16d95b522fcf1a654825f4]

        INTEGRATION: CWS jl104 (1.50.40); FILE MERGED 2008/06/19 10:42:01 jl 1.50.40.1: #i88078# cli-uno assemblies moved to ure

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0ea42ce14ad4048161fdea2841ac0d279a108a4e]

        INTEGRATION: CWS jl104 (1.11.2); FILE MERGED 2008/06/18 15:29:22 jl 1.11.2.2: #i88078#  adapting cli_cppuhelper 2008/06/18 14:25:03 jl 1.11.2.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [deec7491c2172644d4ed185f344e57d581268717]

        INTEGRATION: CWS jl104 (1.3.4); FILE MERGED 2008/06/18 14:25:03 jl 1.3.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [11da28c837c9c317efdd9fc396e8bdf1f4dfa3b8]

        INTEGRATION: CWS jl104 (1.18.4); FILE MERGED 2008/06/18 14:25:02 jl 1.18.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8832b0ddd44467135d41758237512fe14628ffff]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 14:25:02 jl 1.1.4.2: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools 2008/04/10 10:32:57 jl 1.1.4.1: file cli_uretypes_config was added on branch cws_dev300_jl104 on 2008-06-18 14:25:02 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1169f28e111fecb814c06b8b80b0f6ad897911d5]

        INTEGRATION: CWS jl104 (1.20.4); FILE MERGED 2008/06/18 14:25:02 jl 1.20.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [8e6e78d439a8a1567f59e2e752838453a7cb5d3e]

        INTEGRATION: CWS jl104 (1.4.6); FILE MERGED 2008/06/18 14:25:02 jl 1.4.6.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d00131a90e9875662f351628a1b85590a22899e7]

        INTEGRATION: CWS jl104 (1.3.4); FILE MERGED 2008/06/18 14:25:02 jl 1.3.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5859224dbc34d2023fb9802572074b0720c4f85f]

        INTEGRATION: CWS dba30d (1.5.58); FILE MERGED 2008/06/10 11:01:46 fs 1.5.58.4: #i80943# +DefaultViewController 2008/06/10 10:59:01 fs 1.5.58.3: #i80943# +ApplicationController 2008/06/10 08:31:27 fs 1.5.58.2: DatabaseObjectFolder renamed to DatabaseObjectContainer 2008/06/09 13:42:17 fs 1.5.58.1: #+DatabaseObjectFolder/NamedDatabaseObject

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [edf64c5d887745a6c3e32e8d6a805edbbdc632ba]

        INTEGRATION: CWS jl104 (1.3.4); FILE MERGED 2008/06/18 14:25:01 jl 1.3.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [79d0e332f4ecd7848c07a2f88259e3530eeb8c0d]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/06/10 10:58:38 fs 1.1.2.4: more DatabaseObjectContainer constants 2008/06/10 08:31:27 fs 1.1.2.3: DatabaseObjectFolder renamed to DatabaseObjectContainer 2008/06/10 07:21:49 fs 1.1.2.2: describeObject: always separate catalog and schema by a dot 2008/06/09 13:41:41 fs 1.1.2.1: #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0736f8d306cd0d349949c8d365c14f807d315861]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/06/10 12:36:46 fs 1.1.2.2: proper name 2008/06/10 11:02:51 fs 1.1.2.1: #i80943# service description for the default view controller of the database application

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [461960eee6c6ee6c195b3ccf2a9d2d4aa5b90e7d]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/06/11 19:49:53 fs 1.1.2.3: ALL_ prefix removed 2008/06/10 10:27:14 fs 1.1.2.2: +ALL_FORMS/ALL_REPORTS, for future extensions 2008/06/10 08:30:55 fs 1.1.2.1: #i80943#

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0c220efbbc87b3e597e0aa4b1372555699a93a93]

        INTEGRATION: CWS dba30d (1.4.58); FILE MERGED 2008/06/10 10:58:21 fs 1.4.58.2: added cross reference to DatabaseObjectContainer 2008/06/09 13:42:03 fs 1.4.58.1: wording

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f231aef9b9151828959f5e9c59c29f5debb84bd9]

        INTEGRATION: CWS dba30d (1.4.38); FILE MERGED 2008/06/09 13:41:52 fs 1.4.38.1: typo

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fc3364dce711f837d4025ef671ddfefed3dd630c]

        INTEGRATION: CWS dba30d (1.15.58); FILE MERGED 2008/06/10 11:09:03 fs 1.15.58.1: #i80943# +XContextMenuInterception

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [23ce243867e861d40fc4d9bb3af1b007bf886b9b]

        INTEGRATION: CWS jl104 (1.7.4); FILE MERGED 2008/06/18 15:29:21 jl 1.7.4.1: #i88078#  adapting cli_cppuhelper

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [89df924b1cf460dcf10f436cb7ba8e447bda2cbe]

        INTEGRATION: CWS jl104 (1.13.4); FILE MERGED 2008/06/20 09:04:37 jl 1.13.4.3: i87500# 2008/06/19 14:39:07 jl 1.13.4.2: i87500# 2008/06/18 15:29:21 jl 1.13.4.1: #i88078#  adapting cli_cppuhelper

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ca973c60a3a998f8f6f3f44d398ceb86c0832eaa]

        INTEGRATION: CWS dba30d (1.18.58); FILE MERGED 2008/05/22 13:03:22 fs 1.18.58.1: clarified the meaning of the Name property

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [926c2750d3de1476ceaaeee71ed35a93d2295541]

        INTEGRATION: CWS jl104 (1.24.4); FILE MERGED 2008/06/18 15:29:21 jl 1.24.4.1: #i88078#  adapting cli_cppuhelper

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [286bb5d60c987c0d1a9713e1efbef1b3ebd3c78f]

        INTEGRATION: CWS jl104 (1.20.6); FILE MERGED 2008/06/20 07:18:22 jl 1.20.6.1: #i77478# removing climaker.exe.config file

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e2c66b6717569d6175875d79fb1fa232bc011fa0]

        INTEGRATION: CWS jl104 (1.16.4); FILE MERGED 2008/06/18 14:25:01 jl 1.16.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [dedea467409201d27b87cb1b536dac9795000413]

        INTEGRATION: CWS jl104 (1.10.4); FILE MERGED 2008/06/18 15:29:21 jl 1.10.4.2: #i88078#  adapting cli_cppuhelper 2008/06/18 14:25:00 jl 1.10.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6d58c7f230428f00ffdd629988029cdbee44023b]

        INTEGRATION: CWS dba30d (1.20.10); FILE MERGED 2008/05/27 12:26:44 fs 1.20.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [885228d6ec30f1c945fd6649a900289f60f526ce]

        INTEGRATION: CWS dba30d (1.9.18); FILE MERGED 2008/05/27 12:28:03 fs 1.9.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [99ca67c59f9025a5596b2612bc9e6d3fb105ae48]

        INTEGRATION: CWS jl104 (1.4.4); FILE MERGED 2008/06/18 14:24:59 jl 1.4.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [66ffdb330776dbb1a8d178e93e855465f656cd84]

        INTEGRATION: CWS jl104 (1.7.4); FILE MERGED 2008/06/18 14:24:59 jl 1.7.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6d598efdffc13781ea67570871fc7affec19159d]

        INTEGRATION: CWS dba30d (1.10.18); FILE MERGED 2008/05/27 12:28:03 fs 1.10.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c7e4223eba6ebeb28c195b4a02b3bfa1a7ba421e]

        INTEGRATION: CWS jl104 (1.8.40); FILE MERGED 2008/06/18 14:24:59 jl 1.8.40.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d8183a4a39d4b7ab853f8c7e19480499e338b8da]

        INTEGRATION: CWS jl104 (1.13.2); FILE MERGED 2008/06/18 14:24:59 jl 1.13.2.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f40088e472686de29771aafb565e65fa8ac7fa57]

        INTEGRATION: CWS jl104 (1.7.4); FILE MERGED 2008/06/18 14:24:58 jl 1.7.4.1: #i88078#  cli_ure moved to URE, therefore it can only build ure types, tests moved to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [edec362f01961a740fe8cde029e965dc19c9fb86]

        INTEGRATION: CWS dba30d (1.10.10); FILE MERGED 2008/05/27 12:28:03 fs 1.10.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [350f64b5c868d67cf238c4beb2d6b9dc00fa319b]

        INTEGRATION: CWS jl104 (1.2.28); FILE MERGED 2008/06/20 06:16:25 jl 1.2.28.1: #i88078# changing cli_types.dll for cli_oootypes.dll and cli_uretyepes.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [46527fa60078844128101c6b6bd7bb1bab079e06]

        INTEGRATION: CWS jl104 (1.8.6); FILE MERGED 2008/06/20 06:15:44 jl 1.8.6.1: #i88078# changing cli_types.dll for cli_oootypes.dll and cli_uretyepes.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2254580ae5b197f86a3a11624b46a802faeb9d60]

        INTEGRATION: CWS dba30d (1.11.10); FILE MERGED 2008/06/14 20:47:02 fs 1.11.10.3: oops, again - never call initValueProperty in a non-leaf class 2008/06/14 20:32:56 fs 1.11.10.2: oops - don't call initValueProperty in the 'copy-ctor' 2008/05/27 12:28:03 fs 1.11.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [620c369244c92a7713f8b39272d624626cc7bb7b]

        INTEGRATION: CWS jl104 (1.16.4); FILE MERGED 2008/06/19 10:12:36 jl 1.16.4.1: #i88078# cli-uno assemblies moved to ure

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [49c31a13b4bca3681472971a61c6e8865d175199]

        INTEGRATION: CWS dba30d (1.9.4); FILE MERGED 2008/05/27 12:28:03 fs 1.9.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9e7d682273f5259047b7e153bd6a3a3565b751ff]

        INTEGRATION: CWS dba30d (1.8.4); FILE MERGED 2008/05/27 12:28:03 fs 1.8.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [35f5224910206cbdb180d886fa77f9abf7913839]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 14:29:50 jl 1.1.4.2: #i88078#  clipatchconfig moved from cli_ure (subst_template.pl) here because it is also used in unoil 2008/04/10 10:19:06 jl 1.1.4.1: file clipatchconfig.pl was added on branch cws_dev300_jl104 on 2008-06-18 14:29:50 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [13015d6e0671db5418c00df28731fd6d561696c4]

        INTEGRATION: CWS dba30d (1.15.18); FILE MERGED 2008/05/27 12:28:02 fs 1.15.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e32f5d04e9cf5bdafdf9d892462fdc1935864425]

        INTEGRATION: CWS dba30d (1.26.18); FILE MERGED 2008/05/27 12:28:02 fs 1.26.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [76e01e171dd7a6f830b3991a20e4c8d31d6d69f2]

        INTEGRATION: CWS dba30d (1.12.18); FILE MERGED 2008/05/27 12:28:02 fs 1.12.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b9be6a7362267d9e0c18c5f8390eab09a80dd3c7]

        INTEGRATION: CWS dba30d (1.22.18); FILE MERGED 2008/06/14 20:48:40 fs 1.22.18.2: oops - call initValueProperty in a leaf class of the inheritance tree only -> re-introduced it 2008/05/27 12:28:02 fs 1.22.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9279441714eaafa4b78e597c7311284c23373ff4]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:11:13 jl 1.1.4.1: file readme.txt was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b269fc865b05003820329f7d589caee37e2e92cf]

        INTEGRATION: CWS dba30d (1.10.18); FILE MERGED 2008/05/27 12:28:02 fs 1.10.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c7fe205bb347622c63d05e92f2781f1954eaa5bb]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/06/16 11:48:22 jl 1.1.4.1: file version_2_4_1.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1793ac02d8bd6785b259cc26d9602363f469e4b4]

        INTEGRATION: CWS dba30d (1.16.18); FILE MERGED 2008/05/27 12:28:02 fs 1.16.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9886e0a6586e6e72b5bdedd05d4a9ac4634a6829]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:54:12 jl 1.1.4.1: file version_2_4.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3dc99680be23342758974d2fb5e1c76cc0c97055]

        INTEGRATION: CWS dba30d (1.23.4); FILE MERGED 2008/05/27 12:28:02 fs 1.23.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4f1bf13ce74d4e34f30e6006c50b595a1af1fbc7]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:53:57 jl 1.1.4.1: file version_2_3_1.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f6cdba3b7ac3f8a056c0df592c0b964250e6f4d5]

        INTEGRATION: CWS dba30d (1.59.4); FILE MERGED 2008/05/27 12:28:02 fs 1.59.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b5cd26f7436ad7db17ebca0c3d545b112514f1d7]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:53:44 jl 1.1.4.1: file version_2_3.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [01b582fb8831829c0e43280aae5ec3f889a3f9d1]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:53:28 jl 1.1.4.1: file version_2_2_1.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:13 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0f1db166fa1f946fe0323abd619ed8883c237e83]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:13 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:53:15 jl 1.1.4.1: file version_2_2.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [99d686e5a68c4f4d8e8e1591229dcf71e800bece]

        INTEGRATION: CWS dba30d (1.19.10); FILE MERGED 2008/05/27 12:28:02 fs 1.19.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b7d071fcbd7445b2de4994c683ef833e67eac834]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:53:00 jl 1.1.4.1: file version_2_1.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d3ec666a15b5efcf1345ec9ae998aa1a800e76bc]

        INTEGRATION: CWS dba30d (1.45.10); FILE MERGED 2008/05/28 19:17:23 fs 1.45.10.2: #i87514# don't updateNull if the field we're bound to is not NULLABLE 2008/05/27 12:28:02 fs 1.45.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0dc73e53f71d3120b2b7d9bede7ef9e8423c01c7]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:52:48 jl 1.1.4.1: file version_2_0_4.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6ab3069cbde3cc091f605f8345ca461a55ca7763]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:52:32 jl 1.1.4.1: file version_2_0_3r3.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4b75a3c386fd8e353513043f9cd129f28b31732f]

        INTEGRATION: CWS dba30d (1.60.10); FILE MERGED 2008/05/27 12:27:34 fs 1.60.10.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2c6dfcb6a96038ac86d9f4cdc38fb516f0e1c8cc]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:52:17 jl 1.1.4.1: file version_2_0_3.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [cee553714958d4fa42d89e9cd365b937cead1809]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:52:01 jl 1.1.4.1: file version_2_0_2.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b15bb527ca3bcd20e002a184230db59d6500ab73]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:51:47 jl 1.1.4.1: file version_2_0_1.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d4fbc3b63ec78f239ac26a3da2d5a53c7d9610e3]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:51:32 jl 1.1.4.1: file version_2_0_0.dll was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f6c4a8b1edaaf2f30e9756cf68e9d819cccbbc84]

        INTEGRATION: CWS dba30d (1.17.18); FILE MERGED 2008/05/27 12:28:02 fs 1.17.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e528c28e69397c0b176b19e0533e609173a7c80f]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:12 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/11 08:49:59 jl 1.1.4.1: file readme.txt was added on branch cws_dev300_jl104 on 2008-06-19 10:04:12 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b88fbd19c8c108f6e3a4ed7b64b2c65d47a96d2a]

        INTEGRATION: CWS dba30d (1.40.18); FILE MERGED 2008/05/27 12:28:02 fs 1.40.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [75e3bb6adb1c258d7b21fdac98fd06a0f4e972b9]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:11 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:09:13 jl 1.1.4.1: file version.cs was added on branch cws_dev300_jl104 on 2008-06-19 10:04:11 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ce10a1ea60f370155f8d6abba0f93ccb5e422ede]

        INTEGRATION: CWS dba30d (1.15.18); FILE MERGED 2008/05/27 12:28:02 fs 1.15.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [0c2ff3daa78834e579e3c3702e8bd6fc7ba2e4b8]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:04:11 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:08:56 jl 1.1.4.1: file runtests.cs was added on branch cws_dev300_jl104 on 2008-06-19 10:04:11 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1cf494675c88f4939d8ba6ef0d3fd142fd3452aa]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/19 10:08:27 jl 1.1.4.3: #i88078# changed license header 2008/06/19 10:04:11 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:09:26 jl 1.1.4.1: file readme.txt was added on branch cws_dev300_jl104 on 2008-06-19 10:04:11 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1929060d42bb7e22089a64fe85d329d5a6297d92]

        INTEGRATION: CWS dba30d (1.26.18); FILE MERGED 2008/05/27 12:28:02 fs 1.26.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [71fbdb6cd9bd656cb3b49759ce2e8a4c43a971e3]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/20 12:48:02 jl 1.1.4.4: i88078# make the cli version tests work 2008/06/19 10:08:27 jl 1.1.4.3: #i88078# changed license header 2008/06/19 10:04:11 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:10:47 jl 1.1.4.1: file makefile.mk was added on branch cws_dev300_jl104 on 2008-06-19 10:04:11 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a6160da75e6c552bd0e5ab9491d4d4c82631515b]

        INTEGRATION: CWS dba30d (1.14.4); FILE MERGED 2008/05/27 12:28:02 fs 1.14.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [54171c5105f49e1896cce5d39fd140d76acf8602]

        INTEGRATION: CWS jl104 (1.9.6); FILE MERGED 2008/06/19 11:47:33 jl 1.9.6.2: #i88078 2008/06/19 10:04:11 jl 1.9.6.1: #i88078# moving tests from cli_ure to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [accc5421e6a4fa5a6f6ece42125834fcffb7e768]

        INTEGRATION: CWS dba30d (1.42.4); FILE MERGED 2008/05/27 12:28:02 fs 1.42.4.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5d6abbac87b4112a0259db43fa5cc1f7fb78a482]

        INTEGRATION: CWS jl104 (1.20.6); FILE MERGED 2008/06/20 08:42:19 jl 1.20.6.3: #i88078# copy cli_oootypes.dll into $(BIN) 2008/06/19 11:48:25 jl 1.20.6.2: #i88078 2008/06/19 10:04:10 jl 1.20.6.1: #i88078# moving tests from cli_ure to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [274c3fa5470259caaac6c1ae3e795aa82774771e]

        INTEGRATION: CWS jl104 (1.9.6); FILE MERGED 2008/06/19 10:04:10 jl 1.9.6.1: #i88078# moving tests from cli_ure to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b48517dbdd60c4789d7e4175117920d6d3a4d880]

        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>  [681a3f384ec7160498f7c31bbe878da1c0c0efb9]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/20 12:48:02 jl 1.1.4.3: i88078# make the cli version tests work 2008/06/19 10:04:10 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:07:32 jl 1.1.4.1: file makefile.mk was added on branch cws_dev300_jl104 on 2008-06-19 10:04:10 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d9bc81477bfc97faec3924320b2a47ea5555354f]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/20 12:48:02 jl 1.1.4.3: i88078# make the cli version tests work 2008/06/19 10:04:10 jl 1.1.4.2: #i88078# moving tests from cli_ure to testtools 2008/04/10 15:07:21 jl 1.1.4.1: file VersionTestCase.java was added on branch cws_dev300_jl104 on 2008-06-19 10:04:10 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ff2b0e71b5ccca65ac74d32d0217eb8d9c6e5607]

        INTEGRATION: CWS jl104 (1.17.28); FILE MERGED 2008/06/19 10:04:09 jl 1.17.28.1: #i88078# moving tests from cli_ure to testtools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [db615513b6fb58fe7fbeb4de6774ee2479a7176f]

        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  Kurt Zenker  <kz@openoffice.org>  [ea2161d2507f9ebed200010c9184a5b4964d1943]

        INTEGRATION: CWS jl104 (1.30.12); FILE MERGED 2008/06/19 10:01:20 jl 1.30.12.1: #i88078# moving cli-uno assemblies to odk

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [7277cba5bc8f7d7dc0914a0882998dca236d1172]

        INTEGRATION: CWS jl104 (1.54.12); FILE MERGED 2008/06/19 10:01:20 jl 1.54.12.1: #i88078# moving cli-uno assemblies to odk

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [936a7082e43772875f277fd83ec27a2bbefa3471]

        INTEGRATION: CWS jl104 (1.87.12); FILE MERGED 2008/06/19 11:57:18 jl 1.87.12.2: #i88078 2008/06/19 10:01:19 jl 1.87.12.1: #i88078# moving cli-uno assemblies to odk

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [27350a97964e04f3941b8eadda54f04635b66fb8]

        INTEGRATION: CWS jl104 (1.4.216); FILE MERGED 2008/06/19 10:01:19 jl 1.4.216.1: #i88078# moving cli-uno assemblies to odk

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a06ab8884ba56e2a4c98ae1dbf420dc44c9b311b]

        INTEGRATION: CWS jl104 (1.2.216); FILE MERGED 2008/06/19 10:01:18 jl 1.2.216.1: #i88078# moving cli-uno assemblies to odk

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1e5513079fef55ce3fafa23da55864f563bae9e0]

        INTEGRATION: CWS jl104 (1.83.8); FILE MERGED 2008/06/19 09:47:04 jl 1.83.8.1: #i88078# added versioning for cli_oootypes.dll (ADD_INCLUDE_FILES)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b23ebab973119e9e06ac84f5f5887e851c2c8e3b]

        INTEGRATION: CWS dba30d (1.32.20); FILE MERGED 2008/05/28 13:58:54 oj 1.32.20.1: #i49974# correct test_for_null

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1ba8f406d8c2ee5d01cf0b269553e6be167da751]

        INTEGRATION: CWS dba30d (1.35.20); FILE MERGED 2008/05/30 06:01:36 oj 1.35.20.1: #i90114# correct signature of methods

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b3ca7a1c606707ba2140cdf7c11f0162ca4846b3]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 13:30:46 jl 1.1.4.3: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types 2008/06/18 13:16:32 jl 1.1.4.2: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types 2008/04/10 10:02:41 jl 1.1.4.1: file makefile.pmk was added on branch cws_dev300_jl104 on 2008-06-18 13:16:32 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [084e6575469d4d2242aaaa8200a74bef6ceabf22]

        INTEGRATION: CWS jl104 (1.7.120); FILE MERGED 2008/06/18 13:19:59 jl 1.7.120.1: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e298f754347d67ad1bde811c2944d739431cff2a]

        INTEGRATION: CWS jl104 (1.47.114); FILE MERGED 2008/06/18 13:19:59 jl 1.47.114.1: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d5e8e3caaf82b908578d1d1c6e03524be015792a]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 13:31:01 jl 1.1.4.2: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types 2008/04/10 11:17:03 jl 1.1.4.1: file version.txt was added on branch cws_dev300_jl104 on 2008-06-18 13:31:01 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [e8440506e3566e05c9769167a8d31fb5f10b72e6]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 13:31:01 jl 1.1.4.2: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types 2008/04/10 10:01:24 jl 1.1.4.1: file makefile.mk was added on branch cws_dev300_jl104 on 2008-06-18 13:31:01 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [853d852492bc9251c053c01ee9b9c07cb5fef82c]

        INTEGRATION: CWS jl104 (1.1.4); FILE ADDED 2008/06/18 13:22:07 jl 1.1.4.2: #i88078# building cli office types now here. cli_ure moved to URE, therefore it can only build ure types 2008/04/10 10:01:51 jl 1.1.4.1: file cli_oootypes_config was added on branch cws_dev300_jl104 on 2008-06-18 13:22:07 +0000

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [d31b3e0f165c1c11a18a28dba4147da1c867ac4b]

        INTEGRATION: CWS dba30d (1.20.20); FILE MERGED 2008/05/30 06:01:36 oj 1.20.20.1: #i90114# correct signature of methods

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [5f47aa49f3694b927f6a140610edb43b62d8363d]

        INTEGRATION: CWS dba30d (1.17.20); FILE MERGED 2008/05/27 11:05:27 oj 1.17.20.1: #i89786# check if doc can be loaded

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [b59788301ab0d3f2c10d66e1109e5c9b0a32cf09]

        INTEGRATION: CWS dba30d (1.26.20); FILE MERGED 2008/05/28 19:16:52 fs 1.26.20.1: #i87514# setString: pass the maximum size (as defined in ADO's Parameter::Size) for the parameter, not the actual size - the lattter is 0 for an empty string, which doesn't work

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [4c4432a794dff04c2ad6a09b1236644cd8fdcef4]

        INTEGRATION: CWS dba30d (1.9.20); FILE MERGED 2008/05/28 11:35:05 oj 1.9.20.1: #i78725# new method for column alias in order by

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a4dcbf41211a1778f435289af28c40b30f385b3b]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/05/30 06:03:02 oj 1.1.2.1: #i90114# new test for xclob

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [64dad99d929510392cef9887d11f2ff2beb589f0]

        INTEGRATION: CWS dba30d (1.1.2); FILE ADDED 2008/05/30 06:02:53 oj 1.1.2.1: #i90114# new test for xclob

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fe151e0148e081781d21474bfdc577fff25207c0]

        INTEGRATION: CWS dba30d (1.3.20); FILE MERGED 2008/05/22 11:25:38 fs 1.3.20.1: #i88576# +DataSource(String) / +getXDataSource / +getName

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [99407545409a0e1581bc58d5c6b9bcd052123419]

        INTEGRATION: CWS dba30d (1.8.20); FILE MERGED 2008/05/28 11:35:05 oj 1.8.20.1: #i78725# new method for column alias in order by

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [16c688e6f40d5492bff08a749972c11a237b71ed]

        INTEGRATION: CWS dba30d (1.6.26); FILE MERGED 2008/06/02 08:50:15 fs 1.6.26.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [be37c0f8ec13feea95bf78214cb8c404eb8649d9]

        INTEGRATION: CWS dba30d (1.6.24); FILE MERGED 2008/06/02 08:50:14 fs 1.6.24.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [2cc7a6871d8b707b6b9fb3029aa883f1c7621c6b]

        INTEGRATION: CWS dba30d (1.9.24); FILE MERGED 2008/06/02 08:50:14 fs 1.9.24.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [1f29cd0f1d9cf5b6526b6ae8e2b3ea5f45d7d9ec]

        INTEGRATION: CWS dba30d (1.14.20); FILE MERGED 2008/06/11 20:05:45 fs 1.14.20.2: XSelectionSupplier not implemented by the base class anymore 2008/06/02 08:50:13 fs 1.14.20.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [535ef9023e4f86e559bb2d122aa23703403cceef]

        INTEGRATION: CWS dba30d (1.5.24); FILE MERGED 2008/06/02 08:50:13 fs 1.5.24.1: ReportController help as reference now, not as pointer (cause by change in ODataView which does this, too)

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fb25c044ae7c9b9910216e0c113f09bba3612ff1]

        INTEGRATION: CWS dba30d (1.4.24); FILE MERGED 2008/06/02 08:30:09 oj 1.4.24.1: #i88750# load frame hidden

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [de55af63d618b1c2e2215b94c94e6c48105fad7f]

        INTEGRATION: CWS dba30d (1.8.24); FILE MERGED 2008/06/02 08:30:08 oj 1.8.24.1: #i88750# load frame hidden

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [805eb02182eb972971bfb9beb77dff5dc866f2a0]

        INTEGRATION: CWS jl102 (1.31.10); FILE MERGED 2008/06/06 12:04:44 jl 1.31.10.2: #i86077# fix cancelling of adding and removing an extension 2008/05/30 12:10:48 jl 1.31.10.1: #i90096# better error message when extension already exist

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [04e3e8a9fa11d0a11628d4bb3f4136913a31587c]

        INTEGRATION: CWS jl102 (1.8.36); FILE MERGED 2008/05/30 12:23:42 jl 1.8.36.1: #i90096# better error message when extension already exist

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [134b6ae591fedc2dcdb3bdb0d715c7a1f76afa2e]

        INTEGRATION: CWS jl102 (1.11.34); FILE MERGED 2008/05/30 12:20:34 jl 1.11.34.1: #i90096# better error message when extension already exist

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [6db204576528a8b165f5f9328af34959a1e2c9a6]

        INTEGRATION: CWS jl102 (1.13.36); FILE MERGED 2008/06/03 08:42:11 jl 1.13.36.3: #i80501# 2008/06/02 14:46:20 jl 1.13.36.2: #i80501# Do not show error when removing bundled extension in case the extension does not exist 2008/05/30 12:20:34 jl 1.13.36.1: #i90096# better error message when extension already exist

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [ca993f7d6cb8de64ad5412b2574f26ce1ffdd025]

        INTEGRATION: CWS jl102 (1.14.36); FILE MERGED 2008/06/02 13:17:16 jl 1.14.36.1: #i90254# renaming unopkg.dll to unopkgapp.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [bf1b094720b3d27d67476b112aed349e6ed47327]

        INTEGRATION: CWS jl102 (1.28.8); FILE MERGED 2008/06/18 08:45:11 jl 1.28.8.2: RESYNC: (1.28-1.31); FILE MERGED 2008/06/06 12:07:50 jl 1.28.8.1: #i86077# fix cancelling of adding and removing an extension

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [404be525adb8c3d4b1edb7f1d3f1646efc59fa3e]

        INTEGRATION: CWS jl102 (1.16.10); FILE MERGED 2008/06/06 12:04:44 jl 1.16.10.1: #i86077# fix cancelling of adding and removing an extension

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [a89d8cdbdf83a5b5fdfc74f0987f30980497b2eb]

        INTEGRATION: CWS jl102 (1.41.10); FILE MERGED 2008/06/05 12:23:05 sb 1.41.10.1: #i90398# renamed soffice lib -> sofficeapp

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [96c2a2effba492cee82daad3eb7387cc5e24aa3f]

        INTEGRATION: CWS jl102 (1.63.30); FILE MERGED 2008/06/18 08:45:15 jl 1.63.30.3: RESYNC: (1.63-1.64); FILE MERGED 2008/06/05 12:23:05 sb 1.63.30.2: #i90398# renamed soffice lib -> sofficeapp 2008/06/04 14:15:09 jl 1.63.30.1: #i90254# deliver unopkgapp.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [49987d334db3febfe6a8148bc1b29b8e2d648d30]

        INTEGRATION: CWS jl102 (1.95.24); FILE MERGED 2008/06/18 08:44:46 jl 1.95.24.3: RESYNC: (1.96-1.99); FILE MERGED 2008/06/09 08:35:56 jl 1.95.24.2: RESYNC: (1.95-1.96); FILE MERGED 2008/06/02 13:07:34 jl 1.95.24.1: #i90254# renaming unopkg.dll to unopkgapp.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [3e9de7bd4c83b67b95fdccadf90d975c60abf64a]

        INTEGRATION: CWS jl102 (1.286.60); FILE MERGED 2008/06/18 08:44:43 jl 1.286.60.4: RESYNC: (1.287-1.290); FILE MERGED 2008/06/09 08:35:35 jl 1.286.60.3: RESYNC: (1.286-1.287); FILE MERGED 2008/06/05 12:29:31 sb 1.286.60.2: #i90398# renamed soffice lib -> sofficeapp 2008/06/02 13:07:33 jl 1.286.60.1: #i90254# renaming unopkg.dll to unopkgapp.dll

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [f332b9f1234e9d5101ce449779d4c4fecd68072d]

        INTEGRATION: CWS jl102 (1.29.14); FILE MERGED 2008/06/18 08:44:29 jl 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2008/06/04 13:07:44 jl 1.29.14.1: #i90301# using bootstrap variable to switch of examination of system uses accessibility tools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [c4dde495c2a61789952e4abbe43a2873c092d2b8]

        INTEGRATION: CWS jl102 (1.15.14); FILE MERGED 2008/06/04 13:07:44 jl 1.15.14.1: #i90301# using bootstrap variable to switch of examination of system uses accessibility tools

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [864eed5ee03cd475cbd8c4de3556b56fede9566d]

        INTEGRATION: CWS jl102 (1.10.32); FILE MERGED 2008/06/03 14:15:58 jl 1.10.32.1: #i80501# using bundled switch

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [fe9efc7a44b9f921b00766fde7e45a945c2f626f]

        INTEGRATION: CWS jl102 (1.5.10); FILE MERGED 2008/06/04 13:34:55 jl 1.5.10.1: #i90301# switching accessibility off when looking for a suitable java when running unopkg

2008-06-25  Kurt Zenker  <kz@openoffice.org>  [9bdb851bd07334b0ca05fb8e10bbccc462a83d33]

        INTEGRATION: CWS jl102 (1.133.26); FILE MERGED 2008/06/05 12:25:03 sb 1.133.26.3: #i90398# renamed soffice lib -> sofficeapp 2008/06/02 12:55:37 jl 1.133.26.2: #i90254# renaming unopkg.dll to unopkgapp.dll 2008/06/02 12:51:19 jl 1.133.26.1: #i90254# renaming unopkg.dll to unopkgapp.dll

2008-06-25  Rüdiger Timm  <rt@openoffice.org>  [5f6031f559b1afda3111dfa59df50f57750a5466]

        #i90895# For now undo change made by CWS hr51 to get this compiled by .Net2003 compiler again. Has of course to be cleaned up later on (see issue i91042).

2008-06-25  Rüdiger Timm  <rt@openoffice.org>  [f18c07df369bc2ba5d4f978f4f8c2568a9372d01]

        #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>  [133aa597e51bc7fe43187a345a9bfccb6b6269f3]

        INTEGRATION: CWS obo30 (1.22.44); FILE MERGED 2008/06/06 10:31:18 obo 1.22.44.2: #i90100# EOL missing 2008/06/02 15:28:07 obo 1.22.44.1: #i90100# ambiguous Bootstrap during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ac54d259462621a78b2bab763a4b31eac0ce0ea0]

        INTEGRATION: CWS obo30 (1.12.44); FILE MERGED 2008/06/02 15:28:07 obo 1.12.44.1: #i90100# ambiguous Bootstrap during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d316a238e8fbf98a45410fd38cc92e3469b6e980]

        INTEGRATION: CWS obo30 (1.5.44); FILE MERGED 2008/06/06 10:31:17 obo 1.5.44.2: #i90100# EOL missing 2008/06/02 15:28:07 obo 1.5.44.1: #i90100# ambiguous Bootstrap during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35ffd4843c618df3940c6092bf6d86ca11a7394a]

        INTEGRATION: CWS obo30 (1.4.44); FILE MERGED 2008/06/02 15:28:06 obo 1.4.44.1: #i90100# ambiguous Bootstrap during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0f0d1a2393c805cb2ebe5ef382c17f622ab59a5b]

        INTEGRATION: CWS obo30 (1.36.60); FILE MERGED 2008/06/06 07:33:25 obo 1.36.60.2: #i90100# EOL missing 2008/05/30 14:53:20 obo 1.36.60.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [75cf527a2db9cd669acb79e189dacc1c720dac6d]

        INTEGRATION: CWS obo30 (1.10.16); FILE MERGED 2008/06/02 08:39:03 obo 1.10.16.1: #i90100#,#i88770# Build with ENABLE_PCH=TRUE

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0ac30c230d088192a9a63c24946505f138f57632]

        INTEGRATION: CWS obo30 (1.2.12); FILE MERGED 2008/05/30 11:13:15 obo 1.2.12.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [afcd91d84c1fbe1b2e88619d3bb2fcd8dd52db54]

        INTEGRATION: CWS obo30 (1.3.14); FILE MERGED 2008/05/30 11:13:15 obo 1.3.14.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ef2ff160d7b293d39fce6d833105d000abbe8f71]

        INTEGRATION: CWS obo30 (1.2.18); FILE MERGED 2008/06/23 15:18:05 obo 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/06/03 12:55:46 obo 1.2.18.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [76654f7fbf4fa21fef22848e08d8bea392e37e60]

        INTEGRATION: CWS obo30 (1.24.4); FILE MERGED 2008/06/20 10:00:51 obo 1.24.4.2: RESYNC: (1.24-1.32); FILE MERGED 2008/05/30 13:44:52 obo 1.24.4.1: #i90100# enable precompiled header for wntmsci12 (.Net 2008)

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fcfe5a2f6928dc82406547390fbdf6e20cee01fa]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/06 06:38:58 obo 1.5.40.2: #i90100# EOL missing 2008/05/30 08:31:13 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [228bff7bf768b7bf5bf4a1744af382f3b59234ad]

        INTEGRATION: CWS obo30 (1.15.38); FILE MERGED 2008/06/20 10:00:26 obo 1.15.38.3: RESYNC: (1.15-1.16); FILE MERGED 2008/06/06 06:38:58 obo 1.15.38.2: #i90100# EOL missing 2008/05/30 08:31:13 obo 1.15.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cd4f1168a62d1702d946e317f402651c36f369a7]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/06 06:38:58 obo 1.7.40.2: #i90100# EOL missing 2008/05/30 08:31:13 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bc06cb89105c3de343f9e341ec333ce6247346ae]

        INTEGRATION: CWS obo30 (1.12.38); FILE MERGED 2008/06/20 10:00:22 obo 1.12.38.3: RESYNC: (1.12-1.13); FILE MERGED 2008/06/06 06:38:58 obo 1.12.38.2: #i90100# EOL missing 2008/05/30 08:31:12 obo 1.12.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a4694920e9d7dc6a8e076719739d7496d5b242e5]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/06 06:38:58 obo 1.7.40.2: #i90100# EOL missing 2008/05/30 08:31:12 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [846c9be0b2195cc83073eab3a5e62f086de3d6a7]

        INTEGRATION: CWS obo30 (1.8.38); FILE MERGED 2008/06/20 10:00:17 obo 1.8.38.3: RESYNC: (1.8-1.9); FILE MERGED 2008/06/06 06:38:58 obo 1.8.38.2: #i90100# EOL missing 2008/05/30 08:31:12 obo 1.8.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2f600cd9ea2045d39871a05a5b0845c1ce301c1c]

        INTEGRATION: CWS obo30 (1.13.38); FILE MERGED 2008/06/20 10:00:14 obo 1.13.38.3: RESYNC: (1.13-1.14); FILE MERGED 2008/06/06 06:38:58 obo 1.13.38.2: #i90100# EOL missing 2008/05/30 08:31:12 obo 1.13.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [009d0169cfb7856beaf08b628ebe02f32132b8d1]

        INTEGRATION: CWS obo30 (1.6.40); FILE MERGED 2008/06/06 06:38:58 obo 1.6.40.2: #i90100# EOL missing 2008/05/30 08:31:11 obo 1.6.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0b94a6c07de3799a44a134ee97717a613986bd8c]

        INTEGRATION: CWS obo30 (1.9.38); FILE MERGED 2008/06/23 07:52:03 obo 1.9.38.4: #i90100# fix after resync 2008/06/20 10:00:06 obo 1.9.38.3: RESYNC: (1.9-1.10); FILE MERGED 2008/06/06 06:38:58 obo 1.9.38.2: #i90100# EOL missing 2008/05/30 08:31:11 obo 1.9.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fd5649241503937865b7fbb86207efbef4e3e3df]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/06 06:38:57 obo 1.8.40.2: #i90100# EOL missing 2008/05/30 08:31:11 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7cab86c65c9adf5750b0eb20afb9140318cd7ec1]

        INTEGRATION: CWS obo30 (1.9.38); FILE MERGED 2008/06/20 10:00:01 obo 1.9.38.3: RESYNC: (1.9-1.10); FILE MERGED 2008/06/06 06:38:57 obo 1.9.38.2: #i90100# EOL missing 2008/05/30 08:31:11 obo 1.9.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c35b25d7c7ca928c4e4bd0292600bf16c4da414d]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/06 06:38:57 obo 1.7.40.2: #i90100# EOL missing 2008/05/30 08:31:11 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a3317b23f855f02ff37834dea9cd71e223427fda]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/06 06:38:57 obo 1.8.40.2: #i90100# EOL missing 2008/05/29 14:59:27 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6f42cbfac6250d8255781ca820c99fe500a87b20]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/06 06:38:57 obo 1.7.40.2: #i90100# EOL missing 2008/05/29 14:59:27 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6c9ed5cba433a7233efe1746ef2b135fa7c27140]

        INTEGRATION: CWS obo30 (1.9.40); FILE MERGED 2008/06/06 06:38:57 obo 1.9.40.2: #i90100# EOL missing 2008/05/29 14:59:27 obo 1.9.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e70fed6da1a4e79c09b34b92dbee6e6f293adf72]

        INTEGRATION: CWS obo30 (1.16.40); FILE MERGED 2008/06/05 14:40:11 obo 1.16.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.16.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [52e22e759089c5f453505c9612ffa3cc759ba206]

        INTEGRATION: CWS obo30 (1.13.40); FILE MERGED 2008/06/05 14:55:33 obo 1.13.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.13.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4cbd9f9f60d35df8cd7cd66e8e54e8df7485d201]

        INTEGRATION: CWS obo30 (1.39.38); FILE MERGED 2008/06/24 13:58:50 obo 1.39.38.4: #i90100# fix line 1166 2008/06/23 15:17:49 obo 1.39.38.3: RESYNC: (1.39-1.40); FILE MERGED 2008/06/05 14:55:33 obo 1.39.38.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.39.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a7ba2561d513540521e4aa201d29c8e40f71e8cc]

        INTEGRATION: CWS obo30 (1.9.40); FILE MERGED 2008/06/05 14:55:33 obo 1.9.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.9.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [10134e4c0f56e3325003520ca0acbe840bc9bf57]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/05 14:55:32 obo 1.5.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0693fef7fef7af9e6ed31fdb83b3d0ef164a6d9e]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/05 14:55:32 obo 1.7.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5cf614e67440fde7fefd065ef594b835188d3eec]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/05 14:18:28 obo 1.8.40.2: #i90100# fix for unxsols4 2008/05/29 14:43:46 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e9bdeb1527546ab05a0e5d4b63d48f9164b67dd0]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/05 14:55:32 obo 1.8.40.2: #i90100# missing EOL 2008/05/29 14:43:46 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a9a347c5eb05ea0798fe988bb4275ed8c981f141]

        INTEGRATION: CWS obo30 (1.17.40); FILE MERGED 2008/06/05 14:55:32 obo 1.17.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.17.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35ad3dcc94bd59021a940022f89e0f1a129d4dd7]

        INTEGRATION: CWS obo30 (1.4.40); FILE MERGED 2008/06/05 14:55:32 obo 1.4.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.4.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d20e96a7e4c9c57db00f4b218828cac57a838ccf]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/05 14:55:32 obo 1.7.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7e7ba13a7449eb53f29b7d3f6ab84e0a9b269538]

        INTEGRATION: CWS obo30 (1.20.38); FILE MERGED 2008/06/05 14:55:32 obo 1.20.38.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.20.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [835f4183a9e39db2db34a3537480b431046e609c]

        INTEGRATION: CWS obo30 (1.8.8); FILE MERGED 2008/06/05 14:55:32 obo 1.8.8.1: #i90100# missing EOL

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8c6b3e31517846b97e268859ab79930fea1af0eb]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/05 14:55:31 obo 1.5.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35979304bb1240abee4245173ac723719f6ebd4c]

        INTEGRATION: CWS obo30 (1.6.40); FILE MERGED 2008/06/05 14:55:31 obo 1.6.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.6.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [12bee6d318c5e4f615effe0b7bb57861ec5a2a09]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/05 14:55:31 obo 1.8.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c54a6c01ed77cf6c9bd3ca9d6155302b09009f0f]

        INTEGRATION: CWS obo30 (1.10.40); FILE MERGED 2008/06/05 14:55:31 obo 1.10.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.10.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b6f7853c98381ac429f952a0265e018e86fcf99e]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/05 14:55:31 obo 1.7.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b922c4cd4a58799fee952d3c1a5f253378ba2609]

        INTEGRATION: CWS obo30 (1.17.40); FILE MERGED 2008/06/05 14:55:31 obo 1.17.40.2: #i90100# missing EOL 2008/05/29 14:43:45 obo 1.17.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [be3df2fbd57bd6e135e3bfc70d91cea721bebe49]

        INTEGRATION: CWS obo30 (1.13.40); FILE MERGED 2008/06/06 06:38:57 obo 1.13.40.2: #i90100# EOL missing 2008/05/29 14:43:44 obo 1.13.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c3a05ad7355c631e51634c6d2d218e5ee8fe95eb]

        INTEGRATION: CWS obo30 (1.7.40); FILE MERGED 2008/06/06 06:38:57 obo 1.7.40.2: #i90100# EOL missing 2008/05/29 14:43:44 obo 1.7.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2770a388cdb99b1dac2accbe0ec48cabc63a8dce]

        INTEGRATION: CWS obo30 (1.11.40); FILE MERGED 2008/06/06 06:38:57 obo 1.11.40.2: #i90100# EOL missing 2008/05/29 14:43:44 obo 1.11.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ba110578b75d32982941e4a50735ec66bd001459]

        INTEGRATION: CWS obo30 (1.16.40); FILE MERGED 2008/06/06 06:38:57 obo 1.16.40.2: #i90100# EOL missing 2008/05/29 14:43:44 obo 1.16.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [987b637455ee9e0447b09215f5f4a18c3a37ef83]

        INTEGRATION: CWS obo30 (1.12.40); FILE MERGED 2008/06/06 06:38:57 obo 1.12.40.2: #i90100# EOL missing 2008/05/29 14:43:44 obo 1.12.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [185edbbc28ce2fcdad2b13bc0560502d25b81f8b]

        INTEGRATION: CWS obo30 (1.7.8); FILE MERGED 2008/06/20 09:59:54 obo 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/06 06:38:56 obo 1.7.8.1: #i90100# EOL missing

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [91aa4d3de4e4095a49260db53a7c48e492fa7eb9]

        INTEGRATION: CWS obo30 (1.71.8); FILE MERGED 2008/06/06 06:13:01 obo 1.71.8.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.71.8.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [190fc8e3c74b2a34af98bbd445f322a52da60b3d]

        INTEGRATION: CWS obo30 (1.8.40); FILE MERGED 2008/06/06 06:06:45 obo 1.8.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.8.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [eda76fa550d130396ee18f0ebb8196df3e82326f]

        INTEGRATION: CWS obo30 (1.17.40); FILE MERGED 2008/06/06 06:06:45 obo 1.17.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.17.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4756a649ea9a81bbc04573d059504312239eafe6]

        INTEGRATION: CWS obo30 (1.16.40); FILE MERGED 2008/06/06 06:06:45 obo 1.16.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.16.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bcc32840d905cd1ac3b0749c6d0d74f124be82c2]

        INTEGRATION: CWS obo30 (1.14.40); FILE MERGED 2008/06/06 06:06:45 obo 1.14.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.14.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f0a31833a9f6521ea2c3c2ec11859356dde823b3]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/06 06:06:45 obo 1.5.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2c0a3d248ffcd394d15a397439d017e475274d44]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/06 06:06:44 obo 1.5.40.2: #i90100# EOL missing 2008/05/29 14:43:43 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9554e32305878ba53971063e0dbc6c0b441eec35]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/05 14:11:48 obo 1.5.40.2: EOL missing 2008/05/29 14:43:42 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [14a006076898c0db30cd9414f89c7c65cfa55bd4]

        INTEGRATION: CWS obo30 (1.3.56); FILE MERGED 2008/06/09 06:45:31 obo 1.3.56.2: #i90100# EOL missing 2008/06/05 06:22:43 obo 1.3.56.1: #i90100# ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4d7ed9b6a70d7314c6623cc3aa02686cee1f2f3b]

        INTEGRATION: CWS obo30 (1.3.56); FILE MERGED 2008/06/09 06:45:31 obo 1.3.56.2: #i90100# EOL missing 2008/06/05 06:22:42 obo 1.3.56.1: #i90100# ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0edbcd3793b03909a64fb1165c5de5bb258646ad]

        INTEGRATION: CWS obo30 (1.3.26); FILE MERGED 2008/06/24 07:01:26 obo 1.3.26.3: #i90100# Precompiled header include missing 2008/06/20 09:57:59 obo 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/03 09:48:45 obo 1.3.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4c99f8b11822c8c8a523bef1d16ae8496a6fb07b]

        INTEGRATION: CWS obo30 (1.3.26); FILE MERGED 2008/06/24 07:02:06 obo 1.3.26.3: #i90100# Precompiled header include missing 2008/06/20 09:57:55 obo 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/03 09:48:44 obo 1.3.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6bc2a5586454ed983255295edc7a102943206c4b]

        INTEGRATION: CWS obo30 (1.3.28); FILE MERGED 2008/06/03 09:48:44 obo 1.3.28.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ebee77eb4b0da6347fd9a76b5a9abfb7e6eb3c94]

        INTEGRATION: CWS obo30 (1.4.16); FILE MERGED 2008/06/06 05:29:20 obo 1.4.16.1: #i90100# enable PCH

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [28fd0d83426a4a54d1d78f7738dcf610bb2ae44c]

        INTEGRATION: CWS obo30 (1.3.38); FILE MERGED 2008/06/23 10:38:41 obo 1.3.38.3: #i90100# Fix for PCH after resync 2008/06/20 09:57:15 obo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/02 14:40:06 obo 1.3.38.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5a5650be09be284191aaf5540c5b43fa039492d4]

        INTEGRATION: CWS obo30 (1.67.40); FILE MERGED 2008/06/10 14:54:43 obo 1.67.40.1: #i90100# ENABLE_PCH: re-sort some header

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1c7f0b27705f190edd78080031702bcb2fa1bb9f]

        INTEGRATION: CWS obo30 (1.97.40); FILE MERGED 2008/06/20 09:57:10 obo 1.97.40.2: RESYNC: (1.97-1.99); FILE MERGED 2008/06/10 14:54:43 obo 1.97.40.1: #i90100# ENABLE_PCH: re-sort some header

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b4d665e93868f788dd6b68dfb7c36c6013d7bb10]

        INTEGRATION: CWS obo30 (1.5.40); FILE MERGED 2008/06/10 14:54:43 obo 1.5.40.4: #i90100# ENABLE_PCH: re-sort some header 2008/06/10 14:19:32 obo 1.5.40.3: #i90100# RowSetCache missing 2008/06/06 10:18:18 obo 1.5.40.2: #i90100# EOL missing 2008/06/02 14:40:06 obo 1.5.40.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c6bc27fd753b8aca6472b5949bd17b51b3ad4983]

        INTEGRATION: CWS obo30 (1.33.90); FILE MERGED 2008/06/06 09:38:08 obo 1.33.90.2: #i90100# EOL missing 2008/06/02 12:27:52 obo 1.33.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7d7614949883a194cec3d201763bbcfca07e023f]

        INTEGRATION: CWS obo30 (1.25.90); FILE MERGED 2008/06/06 09:38:08 obo 1.25.90.2: #i90100# EOL missing 2008/06/02 12:27:52 obo 1.25.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [da6d428414fa5b44651afbba5bd20c09611774f9]

        INTEGRATION: CWS obo30 (1.10.90); FILE MERGED 2008/06/02 12:27:51 obo 1.10.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dcc96263c8d80c69f4de2a5378cf89a7ef6ff4f8]

        INTEGRATION: CWS obo30 (1.8.90); FILE MERGED 2008/06/02 12:27:51 obo 1.8.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [00422fc96406ffced206002db54f735413b9e339]

        INTEGRATION: CWS obo30 (1.19.90); FILE MERGED 2008/06/02 12:27:51 obo 1.19.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e65bc2c732bcbc1d4d7f5302f055c293a2550caa]

        INTEGRATION: CWS obo30 (1.21.90); FILE MERGED 2008/06/02 12:27:51 obo 1.21.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d5f1cf88151170c519cab7051de007423b6fd7c7]

        INTEGRATION: CWS obo30 (1.27.90); FILE MERGED 2008/06/02 12:27:51 obo 1.27.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a0f6fc15be777c9a492a9ac657cf42d01825e05e]

        INTEGRATION: CWS obo30 (1.9.90); FILE MERGED 2008/06/02 12:27:51 obo 1.9.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [406503d67e45a6b6398211fcb2eb1810ede4681e]

        INTEGRATION: CWS obo30 (1.27.88); FILE MERGED 2008/06/20 09:55:11 obo 1.27.88.2: RESYNC: (1.27-1.28); FILE MERGED 2008/06/02 12:27:50 obo 1.27.88.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f4628cd45e76bc5514b3b19127b5befcb72faae2]

        INTEGRATION: CWS obo30 (1.20.90); FILE MERGED 2008/06/02 12:27:50 obo 1.20.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c7a8ec162b2d441a17fa35884282cdd39db22b4b]

        INTEGRATION: CWS obo30 (1.24.90); FILE MERGED 2008/06/02 12:27:50 obo 1.24.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a1c4058d5e1ce91d2cb588e21e9d4b82cc06e52a]

        INTEGRATION: CWS obo30 (1.13.90); FILE MERGED 2008/06/02 12:27:50 obo 1.13.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [49335a2a3edddf79a70b7d52fadecdb0cbb095dd]

        INTEGRATION: CWS obo30 (1.19.90); FILE MERGED 2008/06/06 09:38:07 obo 1.19.90.2: #i90100# EOL missing 2008/06/02 12:27:50 obo 1.19.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b4cff0ada4c799bf7471a3c39ab010df7e4126ee]

        INTEGRATION: CWS obo30 (1.21.90); FILE MERGED 2008/06/02 12:27:50 obo 1.21.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [664c7a1815a227ff2bc3a22d5ddad14c706a3bad]

        INTEGRATION: CWS obo30 (1.23.90); FILE MERGED 2008/06/06 09:38:07 obo 1.23.90.2: #i90100# EOL missing 2008/06/02 12:27:50 obo 1.23.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6c03ec8c94779a7d57b189470f3cb9fe3527be63]

        INTEGRATION: CWS obo30 (1.40.90); FILE MERGED 2008/06/06 09:38:07 obo 1.40.90.2: #i90100# EOL missing 2008/06/02 12:27:49 obo 1.40.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4133d86da22364a1920dee7f1759c336e52d10b9]

        INTEGRATION: CWS obo30 (1.17.90); FILE MERGED 2008/06/06 09:38:07 obo 1.17.90.2: #i90100# EOL missing 2008/06/02 12:27:49 obo 1.17.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5813ef64043276f7ec758f8f74e69cfa32c5cbe5]

        INTEGRATION: CWS obo30 (1.19.90); FILE MERGED 2008/06/02 12:27:49 obo 1.19.90.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3de6fabe8b2bc3a3f4dace0883808a3f0a2eace7]

        INTEGRATION: CWS obo30 (1.7.26); FILE MERGED 2008/06/03 07:54:08 obo 1.7.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f60d085be088872f90ab6858b58b184214e52851]

        INTEGRATION: CWS obo30 (1.5.26); FILE MERGED 2008/06/03 07:54:08 obo 1.5.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35ec23923976f10e62b3b467f7d5ac58231ac13f]

        INTEGRATION: CWS obo30 (1.6.26); FILE MERGED 2008/06/03 07:54:07 obo 1.6.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2ad4cf284fdc3e2e5bada878a282b8aff04e7dc3]

        INTEGRATION: CWS obo30 (1.6.26); FILE MERGED 2008/06/09 06:56:59 obo 1.6.26.2: #i90100# EOL missing 2008/06/03 07:54:07 obo 1.6.26.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d9bbeaf15cc7d45b93cb4be18d2f77df8b4769f3]

        INTEGRATION: CWS obo30 (1.69.96); FILE MERGED 2008/06/20 09:54:00 obo 1.69.96.2: RESYNC: (1.69-1.70); FILE MERGED 2008/06/04 13:54:01 obo 1.69.96.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8e1076727c9775243ebe3ba1cf1ca76aa6bf4d5d]

        INTEGRATION: CWS obo30 (1.27.100); FILE MERGED 2008/06/04 13:54:00 obo 1.27.100.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [379a7d0afac8b44ce07b5541f2f97dc9d38e6d1c]

        INTEGRATION: CWS obo30 (1.20.98); FILE MERGED 2008/06/04 13:54:00 obo 1.20.98.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e591929626271f1b52d5b500d437d202d57d765e]

        INTEGRATION: CWS obo30 (1.25.100); FILE MERGED 2008/06/04 13:54:00 obo 1.25.100.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fc52d3d3b0f5f8c168d5ffd9dfb536bd1bc6087b]

        INTEGRATION: CWS obo30 (1.86.98); FILE MERGED 2008/06/20 09:53:57 obo 1.86.98.2: RESYNC: (1.86-1.89); FILE MERGED 2008/06/19 14:20:36 obo 1.86.98.1: #i90100# fix for wntmsci11

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f1768eb5e3cc0fbd8993ce8bfbff48bfc2228f20]

        INTEGRATION: CWS ab52 (1.95.4); FILE MERGED 2008/06/18 13:17:50 ab 1.95.4.1: #i83625# Lucene related jar files

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5fe5ab6ddf878d8ad4fb1ff86d126648f9b889af]

        INTEGRATION: CWS ab52 (1.245.22); FILE MERGED 2008/06/18 13:17:50 ab 1.245.22.1: #i83625# Lucene related jar files

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a5ca15fc07a3c037300b9f11b192d1b2bea4116a]

        INTEGRATION: CWS ab52 (1.14.6); FILE MERGED 2008/06/18 09:12:41 ab 1.14.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [52ea393a52f3c0e7f0917cada3cd5236a242984b]

        INTEGRATION: CWS ab52 (1.24.6); FILE MERGED 2008/06/18 09:12:41 ab 1.24.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ba0f271e4ff0006e697c573974f80c9dfc99f7a2]

        INTEGRATION: CWS ab52 (1.7.6); FILE MERGED 2008/06/18 09:13:25 ab 1.7.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e04cdd66b832996af836dd8e7173837b4015f12e]

        INTEGRATION: CWS ab52 (1.12.6); FILE MERGED 2008/06/18 09:14:47 ab 1.12.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ccca1d454f6e3561ce57dbd9807853a054853a70]

        INTEGRATION: CWS ab52 (1.9.6); FILE MERGED 2008/06/18 09:14:47 ab 1.9.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e81e3f2edb0310e67c217a632cdd43d4515d3f9b]

        INTEGRATION: CWS ab52 (1.3.6); FILE MERGED 2008/06/18 09:26:44 ab 1.3.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [83e1734fec4bdcc88d11c679ec9fec1893c1ec29]

        INTEGRATION: CWS ab52 (1.43.6); FILE MERGED 2008/06/18 09:26:44 ab 1.43.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3f3dab14391d9302c8b39e05e17a7e26d246cff8]

        INTEGRATION: CWS ab52 (1.16.6); FILE MERGED 2008/06/19 07:46:58 ab 1.16.6.1: #i83625# Migration to Lucene

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [15412aae6d5a7ab4bddb01f21573df6c63a3f81b]

        INTEGRATION: CWS ab52 (1.8.6); FILE MERGED 2008/06/18 09:23:23 ab 1.8.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7f89b533632d2ae8f04c6a781801cf917eacfb2e]

        INTEGRATION: CWS ab52 (1.7.6); FILE MERGED 2008/06/18 09:23:23 ab 1.7.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e6fded50a99c69b2e9f8b1459a1956132efe906e]

        INTEGRATION: CWS ab52 (1.3.6); FILE MERGED 2008/06/18 09:27:43 ab 1.3.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5987e157895473f3b24d8c09932584046a775f8e]

        INTEGRATION: CWS ab52 (1.53.6); FILE MERGED 2008/06/18 09:27:43 ab 1.53.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d4c972784ab36b4f7a0477979b11c76e445ca21b]

        INTEGRATION: CWS ab52 (1.3.6); FILE MERGED 2008/06/18 09:20:10 ab 1.3.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [79ddc99252aacdcdab74d24fbacfd8b809776ab7]

        INTEGRATION: CWS ab52 (1.3.6); FILE MERGED 2008/06/18 09:20:09 ab 1.3.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1e06e6ee2322a169a3060c882dc5cf858509fc4b]

        INTEGRATION: CWS ab52 (1.8.6); FILE MERGED 2008/06/18 09:19:39 ab 1.8.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [67163c535e74717b6657a37fcc4fd20d83a76f17]

        INTEGRATION: CWS ab52 (1.15.6); FILE MERGED 2008/06/18 09:19:39 ab 1.15.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2d1b3bb76b72f23154f015855e43252088dc2f3b]

        INTEGRATION: CWS ab52 (1.6.6); FILE MERGED 2008/06/18 09:19:39 ab 1.6.6.1: #i90029# Removed unused code

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ae79854cb2f4c37376242da249aacf18eacef04d]

        INTEGRATION: CWS ab52 (1.35.2); FILE MERGED 2008/06/18 10:32:33 ab 1.35.2.1: #i83625# LuceneHelpWrapper.jar

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [57d3277a192b12b570100e52291b601ceec4eabd]

        INTEGRATION: CWS ab52 (1.1.2); FILE ADDED 2008/06/18 10:31:33 ab 1.1.2.1: #i83625# LuceneHelpWrapper.jar

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f07670259fdbe5a8873b40ddb026bc20b4ac8acf]

        INTEGRATION: CWS ab52 (1.1.2); FILE ADDED 2008/06/19 07:49:39 ab 1.1.2.2: #i83625# Removed debugging code 2008/06/18 10:29:44 ab 1.1.2.1: #i83625# LuceneHelpWrapper.jar

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e82de9330ef0f972a4544f1841c3fee1049aac15]

        INTEGRATION: CWS ab52 (1.13.6); FILE MERGED 2008/06/18 10:35:42 ab 1.13.6.1: #i83625# Migration to Lucene

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d9c33e48174f32f2010c40bbb42081a689c2d319]

        INTEGRATION: CWS ab52 (1.19.2); FILE ADDED 2008/06/19 10:46:15 ab 1.19.2.4: #i83625# Always use / as path separator inside zip file 2008/06/18 12:54:33 ab 1.19.2.3: #i83625# Allow missing Content/Caption folders 2008/06/18 10:30:25 ab 1.19.2.2: #i83625# LuceneHelpWrapper.jar 2008/03/25 15:09:56 ab 1.19.2.1: file HelpIndexer.java was added on branch cws_dev300_ab52 on 2008-06-18 10:30:25 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c071f1bf840abd8cafef70af5f6e93f483ba050c]

        INTEGRATION: CWS ab52 (1.1.2); FILE ADDED 2008/06/18 10:29:20 ab 1.1.2.1: #i83625# LuceneHelpWrapper.jar

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [058a14c04f6b7e9c249e7850a819b3bbe1a2f2fc]

        INTEGRATION: CWS ab52 (1.7.6); FILE MERGED 2008/06/18 10:34:16 ab 1.7.6.1: #i83625# Migration to Lucene

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [28837c48b70f5fb2630e3da919dd401e0fd5290f]

        INTEGRATION: CWS ab52 (1.8.6); FILE MERGED 2008/06/18 10:34:16 ab 1.8.6.1: #i83625# Migration to Lucene

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a8a6fa5ea4383c189103639542b47ac7c4621d33]

        INTEGRATION: CWS ab52 (1.16.10); FILE MERGED 2008/06/19 15:24:53 ab 1.16.10.1: #i83625# Added lucene as dependency

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1d2ee097e5f41b3b57e907a09a21b2eb675ec382]

        INTEGRATION: CWS obo30 (1.56.44); FILE MERGED 2008/06/04 09:53:03 obo 1.56.44.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ee2ed319c7eb83b185a6659fbae4853d67efba13]

        INTEGRATION: CWS obo30 (1.7.46); FILE MERGED 2008/06/04 09:53:02 obo 1.7.46.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b37e6f4953ab2728ac5cf4a108655721414e73c8]

        INTEGRATION: CWS obo30 (1.3.46); FILE MERGED 2008/06/04 09:53:02 obo 1.3.46.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f9bb772a4c2f8fbb2a391a47c7c0e594fa49f1de]

        INTEGRATION: CWS obo30 (1.3.46); FILE MERGED 2008/06/09 08:20:24 obo 1.3.46.2: #i90100# EOL missing 2008/06/04 09:53:02 obo 1.3.46.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4189e65bda89ab96009c0cde7a8c676829a98aa0]

        INTEGRATION: CWS obo30 (1.3.46); FILE MERGED 2008/06/09 08:20:23 obo 1.3.46.2: #i90100# EOL missing 2008/06/04 09:53:02 obo 1.3.46.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f0eadc1e5922391c816aa18fe23a44f6e4081e65]

        INTEGRATION: CWS obo30 (1.3.44); FILE MERGED 2008/06/04 09:53:01 obo 1.3.44.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e2624f5ab445232f8c6fce8aed467adc06d691cb]

        INTEGRATION: CWS obo30 (1.16.44); FILE MERGED 2008/06/09 08:20:23 obo 1.16.44.2: #i90100# EOL missing 2008/06/04 09:53:01 obo 1.16.44.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [035b46bd23b769d30e9652b5d0fc7423c17279af]

        INTEGRATION: CWS obo30 (1.5.46); FILE MERGED 2008/06/04 09:53:01 obo 1.5.46.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [57816241addd209cb79d21c427883ac9022fb163]

        INTEGRATION: CWS obo30 (1.33.22); FILE MERGED 2008/05/30 09:44:47 obo 1.33.22.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0e0caf4577d56f9519a0c77e788726b78ed86914]

        INTEGRATION: CWS obo30 (1.36.24); FILE MERGED 2008/06/06 07:01:37 obo 1.36.24.2: #i90100# EOL missing 2008/05/30 09:44:47 obo 1.36.24.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3d6b70246ef62dae519218aa118b6750d0b23a5b]

        INTEGRATION: CWS obo30 (1.79.20); FILE MERGED 2008/06/06 07:01:37 obo 1.79.20.2: #i90100# EOL missing 2008/05/30 09:44:46 obo 1.79.20.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c452efda86d8030350a3fe28a29f1df0c7e19869]

        INTEGRATION: CWS obo30 (1.29.24); FILE MERGED 2008/06/06 07:01:37 obo 1.29.24.2: #i90100# EOL missing 2008/05/30 09:44:46 obo 1.29.24.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6c2ba14adff13dc43b24d6445c343c3f037f90d4]

        INTEGRATION: CWS ab48 (1.29.60); FILE MERGED 2008/06/10 05:10:11 ab 1.29.60.2: RESYNC: (1.29-1.30); FILE MERGED 2008/04/04 10:28:24 ab 1.29.60.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c5d82678b20476ffdf5e1fc4a910e8495ecd62dd]

        INTEGRATION: CWS obo30 (1.36.22); FILE MERGED 2008/06/06 07:01:37 obo 1.36.22.2: #i90100# EOL missing 2008/05/30 09:44:46 obo 1.36.22.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a8fce567887fbcc798ba7fe7ac9a3e9f78b8f25e]

        INTEGRATION: CWS ab48 (1.36.60); FILE MERGED 2008/06/10 05:10:08 ab 1.36.60.2: RESYNC: (1.36-1.37); FILE MERGED 2008/04/04 10:28:24 ab 1.36.60.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [20cab400e2f6be08578d15464c21a46b435fb40d]

        INTEGRATION: CWS ab48 (1.35.60); FILE MERGED 2008/06/10 05:09:48 ab 1.35.60.2: RESYNC: (1.35-1.36); FILE MERGED 2008/04/04 10:13:31 ab 1.35.60.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [066be5cca67fed8cb5a02dac410e3a9753341e7e]

        INTEGRATION: CWS ab48 (1.12.60); FILE MERGED 2008/06/10 05:09:54 ab 1.12.60.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/04 10:13:31 ab 1.12.60.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c8cc4c4ea1d9d923dd9e4e02b6fe29f3af5ec258]

        INTEGRATION: CWS obo30 (1.42.22); FILE MERGED 2008/05/30 09:44:46 obo 1.42.22.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c4808d6c7c79da66079836c533fafa59e7fe791c]

        INTEGRATION: CWS ab48 (1.12.6); FILE MERGED 2008/06/10 05:09:51 ab 1.12.6.3: RESYNC: (1.12-1.13); FILE MERGED 2008/06/06 06:45:54 ab 1.12.6.2: #i75443# Fixed problem with parsing object chains 2008/03/31 11:51:59 ab 1.12.6.1: #i79918#, #i80532# New parameter handling

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2633805a9405329de9a86ab9bfcf00469960defd]

        INTEGRATION: CWS obo30 (1.52.24); FILE MERGED 2008/06/06 07:01:37 obo 1.52.24.2: #i90100# EOL missing 2008/05/30 09:44:46 obo 1.52.24.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7eadedf7dd353702db54c7dd0489a7c856110af9]

        INTEGRATION: CWS ab48 (1.6.74); FILE MERGED 2008/06/10 05:09:45 ab 1.6.74.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/31 11:50:49 ab 1.6.74.1: #i79918#, #i80532# New parameter handling

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1b9423a8a17d00d6369bff5a3303625aff5dc20e]

        INTEGRATION: CWS obo30 (1.15.24); FILE MERGED 2008/05/30 09:44:45 obo 1.15.24.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [35ad8bf391f2b17a85d29f4fbd8f2787b7e7428f]

        INTEGRATION: CWS ab48 (1.22.54); FILE MERGED 2008/06/10 05:10:05 ab 1.22.54.2: RESYNC: (1.22-1.23); FILE MERGED 2008/04/01 09:20:30 ab 1.22.54.1: #i79918#, #i80532# New parameter handling

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [80b1d5bf5e0793d188d795f39110bf78e059c24c]

        INTEGRATION: CWS obo30 (1.33.12); FILE MERGED 2008/06/20 09:53:23 obo 1.33.12.3: RESYNC: (1.33-1.34); FILE MERGED 2008/06/06 07:01:37 obo 1.33.12.2: #i90100# EOL missing 2008/05/30 09:44:45 obo 1.33.12.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e1f4fc2cf9ecec2ae0d09fb0315aea3c025445c3]

        INTEGRATION: CWS ab48 (1.21.6); FILE MERGED 2008/06/10 05:10:00 ab 1.21.6.4: RESYNC: (1.21-1.22); FILE MERGED 2008/06/06 06:52:37 ab 1.21.6.3: #i75443# Fixed problem with parsing object chains 2008/04/04 10:57:36 ab 1.21.6.2: #i75443# Support multiple array indices 2008/04/01 09:20:30 ab 1.21.6.1: #i79918#, #i80532# New parameter handling

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ca3104c0f5dc3fc236ceae48152893e81b86009f]

        INTEGRATION: CWS obo30 (1.44.24); FILE MERGED 2008/06/06 07:01:36 obo 1.44.24.2: #i90100# EOL missing 2008/05/30 09:44:45 obo 1.44.24.1: #i90100# ambigous Reference during ENABLE_PCH build

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [47278c278b3cca639010005664ddbb8e0c0551b3]

        INTEGRATION: CWS ab48 (1.17.60); FILE MERGED 2008/06/10 05:09:57 ab 1.17.60.2: RESYNC: (1.17-1.18); FILE MERGED 2008/04/04 10:53:41 ab 1.17.60.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d2afb8ee0442b510371e7c695d0c03ceaa298473]

        INTEGRATION: CWS ab48 (1.16.150); FILE MERGED 2008/06/10 05:10:03 ab 1.16.150.2: RESYNC: (1.16-1.17); FILE MERGED 2008/04/04 10:52:57 ab 1.16.150.1: #i75443# Support multiple array indices

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9652f01ed9324f54d09d9980790a585dee2b1c75]

        INTEGRATION: CWS ab48 (1.26.16); FILE MERGED 2008/06/10 06:55:06 ab 1.26.16.4: #i75443# Removed warnings 2008/06/10 05:09:42 ab 1.26.16.3: RESYNC: (1.26-1.27); FILE MERGED 2008/04/04 10:44:57 ab 1.26.16.2: #i75443# Support multiple array indices 2008/03/31 12:01:06 ab 1.26.16.1: #i79918#, #i80532# New parameter handling

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ba6861f759ada440e8b1e6b01bad9ef2440be5fa]

        INTEGRATION: CWS obo30 (1.28.30); FILE MERGED 2008/06/20 09:52:50 obo 1.28.30.2: RESYNC: (1.28-1.29); FILE MERGED 2008/05/29 09:27:12 obo 1.28.30.1: #i90100# build breaks with ENABLE_PCH set

2008-06-24  Armin Weiss  <aw@openoffice.org>  [87523929cf9199d2175e31cc37a80122ee78331f]

        #i39532# corrections

2008-06-24  Armin Weiss  <aw@openoffice.org>  [1e21f485d87bad15c424df116165c42fe0f9f08d]

        #i39532# corrections

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fcf584cbc77529335d7fe27f823e1624ee31855d]

        INTEGRATION: CWS canvas05 (1.78.18); FILE MERGED 2008/05/23 23:10:29 thb 1.78.18.5: RESYNC: (1.93-1.95); FILE MERGED 2008/04/21 07:57:04 thb 1.78.18.4: RESYNC: (1.91-1.93); FILE MERGED 2008/04/07 14:42:49 thb 1.78.18.3: RESYNC: (1.85-1.91); FILE MERGED 2008/01/22 00:54:16 thb 1.78.18.2: RESYNC: (1.78-1.85); FILE MERGED 2008/01/07 22:59:59 thb 1.78.18.1: #i81092# Slightly renamed and new dx lib

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c153a22e1d5e8f33cd695857f3fdb592cad40de8]

        INTEGRATION: CWS canvas05 (1.6.66); FILE MERGED 2008/04/21 07:56:55 thb 1.6.66.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/15 16:54:21 thb 1.6.66.2: Fixed typo (win32) 2008/02/19 13:32:09 thb 1.6.66.1: Making dx5 canvas truly optional (was a copy of dx9 canvas before)

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9e4b38576cf1b72d12e51f4d7ddf4df96268325e]

        INTEGRATION: CWS canvas05 (1.4.408); FILE MERGED 2008/05/23 23:10:26 thb 1.4.408.6: RESYNC: (1.7-1.8); FILE MERGED 2008/04/21 07:57:01 thb 1.4.408.5: RESYNC: (1.5-1.7); FILE MERGED 2008/04/16 14:50:37 thb 1.4.408.4: dxcanvas version handling now entirely via USE_DIRECTX5 2008/02/19 13:32:09 thb 1.4.408.3: Making dx5 canvas truly optional (was a copy of dx9 canvas before) 2008/01/22 00:54:13 thb 1.4.408.2: RESYNC: (1.4-1.5); FILE MERGED 2008/01/07 22:59:59 thb 1.4.408.1: #i81092# Slightly renamed and new dx lib

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d204720bd6299a6bb84e08a6246d39040f685082]

        INTEGRATION: CWS canvas05 (1.3.424); FILE MERGED 2008/04/21 07:56:58 thb 1.3.424.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/16 15:17:14 thb 1.3.424.1: Also pack cairo dll on win32

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [58d3d9a70c72b142ea0ae0a52e16e974528657a3]

        INTEGRATION: CWS canvas05 (1.2.6); FILE MERGED 2008/04/21 07:56:38 thb 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/14 15:09:39 thb 1.2.6.1: Adapting to changes from CWS; trivial gcc build fixes

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [36904a2320227992e091a8b5121653b50a5b1de7]

        INTEGRATION: CWS canvas05 (1.2.6); FILE MERGED 2008/05/23 23:07:37 thb 1.2.6.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/21 07:56:35 thb 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/14 15:09:39 thb 1.2.6.1: Adapting to changes from CWS; trivial gcc build fixes

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [80dda83fc06ea0493111d96c89a27ec212923dd7]

        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>  [36f6db6fc9ac846d132f2ff9852760398ab67f57]

        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>  [67e438c4137e4c8d7c21dfcf9d452f7196e5d591]

        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>  [ee29582f6509cb9243bd664c56cb85fd3de7430d]

        INTEGRATION: CWS canvas05 (1.14.16); FILE MERGED 2008/04/21 07:53:50 thb 1.14.16.4: RESYNC: (1.15-1.16); FILE MERGED 2008/01/22 14:01:19 thb 1.14.16.3: #i10000# Post-resync build breaker 2008/01/22 00:53:47 thb 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2007/10/01 13:49:14 thb 1.14.16.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ff0a0fb6a46beefae1aa571b9af1827be339c320]

        INTEGRATION: CWS canvas05 (1.8.18); FILE MERGED 2008/04/21 07:53:56 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:14 thb 1.8.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [682ecc3210bd19c5f352e6076374e69d98b31b35]

        INTEGRATION: CWS canvas05 (1.8.18); FILE MERGED 2008/04/21 07:53:59 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:14 thb 1.8.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [41070d7ea6bc3e79966bc25b95aa586d1320acb7]

        INTEGRATION: CWS canvas05 (1.7.46); FILE MERGED 2008/04/21 07:53:47 thb 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:14 thb 1.7.46.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d3b17bdb71bd1a01768a646bda06f080535c3a47]

        INTEGRATION: CWS canvas05 (1.6.46); FILE MERGED 2008/04/21 07:53:53 thb 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/01 13:49:14 thb 1.6.46.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bae896db0269eee0a198535e66dcfc52f87cb63d]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:54:57 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:14 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2b9e7db7c50218986afb03281380d14e02eadb71]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:02 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:14 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1a5f60c08cf5048408de43bbf48c83ae5c876315]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:00 thb 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/07 14:42:02 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:14 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [617e8a09ac774a4fbec06bdf4472bc8bcd866387]

        INTEGRATION: CWS canvas05 (1.3.4); FILE MERGED 2008/04/21 07:54:53 thb 1.3.4.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:49:14 thb 1.3.4.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5f3b3f0212307af2588403f9b960a3165fda2e8b]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:31 thb 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:53:45 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6b2b389f10d9b9cb96fa6ea402cd45058215de10]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:28 thb 1.2.18.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:42:05 thb 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:53:42 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cb40579728f017bf4f0ef5efb60478175d098260]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:15 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [54a90b5059d76254124f964c09e51122d7f7fd4e]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:09 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e4fbbf410e18d41b51b9322eb322bff0cc7ca6ab]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:22 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fce7fc1fa7661323fb8cba5109bc5f222f69d6cf]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:12 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [651402cce056647bcde3c54c7931fb16000ff912]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:18 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cacbe1d7f69176e5520f456dd8efc9fac95efa92]

        INTEGRATION: CWS canvas05 (1.3.4); FILE MERGED 2008/04/21 07:55:25 thb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:49:13 thb 1.3.4.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [57c025d9a51eaffd5a4ed10c2909aa79ac8f387f]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:06 thb 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/22 00:53:39 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6237733fa1562ac24a2324d80be61f3ede169483]

        INTEGRATION: CWS canvas05 (1.2.18); FILE MERGED 2008/04/21 07:55:35 thb 1.2.18.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/07 14:42:08 thb 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/01 13:49:13 thb 1.2.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c912d5575b74583c509937955d25c83e29fe8cc6]

        INTEGRATION: CWS canvas05 (1.8.18); FILE MERGED 2008/04/21 07:54:08 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:12 thb 1.8.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [056910b69ea63214800f0e7b648c6c246166fe04]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:54:05 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a23557d0921e92cddecd0475952dc87e441ca536]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:54:14 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [7012d06de0a47d6621ae0d366eb00bf8b052e46e]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:54:32 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [830b1775171a2ae6bc000d392f88c390e66b7279]

        INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED 2008/04/21 07:54:17 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [fdf086a1c2422d135bc8b037e5311d8af656355a]

        INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED 2008/04/21 07:54:26 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f8f76a33c285d2c5b43db2f78eb22de8da844787]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:54:23 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [21ffcfa95758a8b366b334837bcebf0266617f4e]

        INTEGRATION: CWS canvas05 (1.9.18); FILE MERGED 2008/04/21 07:54:02 thb 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:49:12 thb 1.9.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0d10b0662a4f40293cd98d5fe9eb07a4fe0a455a]

        INTEGRATION: CWS canvas05 (1.8.10); FILE MERGED 2008/04/21 07:54:29 thb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:12 thb 1.8.10.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d87412f8f22d7edb020fe706d48ed1e3ebed5a74]

        INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED 2008/04/21 07:54:20 thb 1.11.18.3: RESYNC: (1.12-1.13); FILE MERGED 2008/01/22 00:53:36 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d9efaa0ca51692979f06b768b180f07051cdbb50]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:54:35 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4a56d1f550fa39706989f9fa07fc08ca990de27f]

        INTEGRATION: CWS canvas05 (1.14.18); FILE MERGED 2008/04/21 07:54:38 thb 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2007/10/01 13:49:12 thb 1.14.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [62cbfc153adcbb7297c06643f97c4f917eb8a3d6]

        INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED 2008/04/21 07:54:11 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:49:12 thb 1.13.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ab92ebbdb07024f25a1ce07a66d6415d1d7155de]

        INTEGRATION: CWS canvas05 (1.8.18); FILE MERGED 2008/04/21 07:54:44 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:12 thb 1.8.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [41a210b157d5f8e2bf6b5a315820416a0b20199a]

        INTEGRATION: CWS canvas05 (1.7.46); FILE MERGED 2008/04/21 07:54:47 thb 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:12 thb 1.7.46.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [09e020063255373384620821a979b3ccfe9517b6]

        INTEGRATION: CWS canvas05 (1.10.18); FILE MERGED 2008/04/21 07:54:50 thb 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:49:12 thb 1.10.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b5806b939960a5fd56c14ea0cb27cfda0edf30c2]

        INTEGRATION: CWS canvas05 (1.10.18); FILE MERGED 2008/04/21 07:54:41 thb 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:49:12 thb 1.10.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8086af51350605c0ca6d5ce9bf00ae760d1647dd]

        INTEGRATION: CWS canvas05 (1.3.12); FILE MERGED 2008/04/21 07:53:35 thb 1.3.12.4: RESYNC: (1.3-1.4); FILE MERGED 2008/04/20 11:03:42 mod 1.3.12.3: makefile fix 2008/04/19 13:47:04 mod 1.3.12.2: port of makefile for windows 2008/04/19 13:43:31 mod 1.3.12.1: initial version of OGL windows port

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [af95a8b329b54a9280092432a2644df3851f3972]

        INTEGRATION: CWS canvas05 (1.3.10); FILE MERGED 2008/04/21 07:53:41 thb 1.3.10.5: RESYNC: (1.4-1.5); FILE MERGED 2008/04/19 13:43:31 mod 1.3.10.4: initial version of OGL windows port 2008/04/18 16:25:04 thb 1.3.10.3: Fixed build breakage (thx to mod) 2008/04/07 14:41:59 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/13 17:30:16 thb 1.3.10.1: Convert ogl transitions to new bitmap layout and color space API

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [002faa4d7997844a1232ace3ea655369d67bbcea]

        INTEGRATION: CWS canvas05 (1.3.10); FILE MERGED 2008/04/21 07:53:38 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/19 13:43:31 mod 1.3.10.1: initial version of OGL windows port

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [64d84c945d09cf86c0ecd1477d115b1a3cc78eed]

        INTEGRATION: CWS canvas05 (1.3.10); FILE MERGED 2008/04/21 07:53:44 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/19 13:43:31 mod 1.3.10.1: initial version of OGL windows port

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0eb6d365286778c666e47d334c497eb615b6eb01]

        INTEGRATION: CWS canvas05 (1.10.18); FILE MERGED 2008/04/21 07:53:07 thb 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/01 13:49:11 thb 1.10.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d8a5d53b08d8b6da67bb5e0fd1394a17c9406baf]

        INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED 2008/04/21 07:53:26 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/01 13:49:11 thb 1.11.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d7f9b0e7f24ff9ce6ef8be1a2ffc9d851dc25c13]

        INTEGRATION: CWS canvas05 (1.12.18); FILE MERGED 2008/04/21 07:53:29 thb 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/01 13:49:11 thb 1.12.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e318e95cf87929b7e2b598bb40e0c7995d7a8326]

        INTEGRATION: CWS canvas05 (1.9.4); FILE MERGED 2008/04/21 07:52:51 thb 1.9.4.4: RESYNC: (1.11-1.12); FILE MERGED 2008/04/07 14:41:49 thb 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/22 00:53:33 thb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:49:11 thb 1.9.4.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [332e46e87878a7a0f2b4c5ea6eb1961955f11fbc]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:53:16 thb 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2007/11/06 12:37:45 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:11 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [49b63f95ade27f1d0eeaa44f3d041b8e4d1b428e]

        INTEGRATION: CWS canvas05 (1.4.18); FILE MERGED 2008/04/21 07:53:10 thb 1.4.18.4: RESYNC: (1.6-1.7); FILE MERGED 2008/01/22 00:53:30 thb 1.4.18.3: RESYNC: (1.5-1.6); FILE MERGED 2007/11/06 12:37:42 thb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:49:11 thb 1.4.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d0fd720ff4a69214086286212b82a356cb61fd62]

        INTEGRATION: CWS canvas05 (1.5.4); FILE MERGED 2008/04/21 07:53:23 thb 1.5.4.4: RESYNC: (1.8-1.9); FILE MERGED 2008/04/07 14:41:56 thb 1.5.4.3: RESYNC: (1.6-1.8); FILE MERGED 2008/01/22 00:53:27 thb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:49:11 thb 1.5.4.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [dd6d6dabe81f6fcde374bbfe89f8472c10e94127]

        INTEGRATION: CWS canvas05 (1.9.16); FILE MERGED 2008/04/21 07:53:32 thb 1.9.16.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/22 00:53:24 thb 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/01 13:49:11 thb 1.9.16.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [044f703008144bd1ca6e2c643b0d37220dcf24dd]

        INTEGRATION: CWS canvas05 (1.7.18); FILE MERGED 2008/04/21 07:53:04 thb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:49:11 thb 1.7.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b502897f1d32c5bac10a85abbd57bc43aaf59a33]

        INTEGRATION: CWS canvas05 (1.8.18); FILE MERGED 2008/04/21 07:53:19 thb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/01 13:49:11 thb 1.8.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ccb9b54c956b688cdaff663b772090c7ca8b08de]

        INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED 2008/04/21 07:53:01 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:49:11 thb 1.13.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ae8f27d81535d02d311b6e489e2b09406f0bfa5c]

        INTEGRATION: CWS canvas05 (1.13.18); FILE MERGED 2008/04/21 07:52:55 thb 1.13.18.3: RESYNC: (1.14-1.15); FILE MERGED 2008/04/07 14:41:53 thb 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:49:11 thb 1.13.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [51fc5bceb9838f5d1a743da306c0212a1a31bcb8]

        INTEGRATION: CWS canvas05 (1.13.10); FILE MERGED 2008/04/21 07:52:58 thb 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/01 13:49:11 thb 1.13.10.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [27ad1923fe43c13538020a78c2099ddf1a81cd50]

        INTEGRATION: CWS canvas05 (1.12.18); FILE MERGED 2008/04/21 07:53:13 thb 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/01 13:49:11 thb 1.12.18.1: #i79258# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [93c588d8fbd77d9cf372cc3875d089fe2424b118]

        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>  [8e70de1b1e6a9bca2a0b93fafe4b749d33bb19ce]

        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>  [d054a369caf5a387fee56678a39563b361104c11]

        INTEGRATION: CWS canvas05 (1.263.10); FILE MERGED 2008/05/23 23:06:25 thb 1.263.10.2: RESYNC: (1.263-1.267); FILE MERGED 2008/05/20 09:15:17 thb 1.263.10.1: Made internal cairo work for Linux (fix courtesy of Fridrich)

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [0907dfd7e00da69b60f7610d7fc16cb98f898da2]

        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>  [8a7a284e9e8e89dc7b284373f5e1bcaab1cda21c]

        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>  [8dccc2b4de260e271763e6dc15bd4dbad73f594d]

        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>  [3470de989b91462e61c74baa73c62ae414e22b08]

        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>  [11d93305893a7eebe6ebd7942edf412d83b3a02e]

        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>  [1ad617fd17be9b7ae736a205828d85a5b654d85b]

        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>  [94118ea64c99de65f4239ec862663d7df914096b]

        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>  [6b423e1716037b4a1aba522b9c9c8e847a4bae67]

        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>  [5ee8d622313c127b51e91eaf2478e2c4056ca239]

        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>  [5056b57b9d37295f4b2a8cda0f02b5a11050b873]

        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>  [c4a6b34bd04a1663cd4fc2d4e5f5c9ca83721463]

        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>  [0b2e42bbea74c026e78c0359ff3d14f5dd4a9e03]

        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>  [21e7da094f3d82145955a8a3859db84108164372]

        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>  [6cd6053560334c730aa85bfa480f45609f43bc53]

        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>  [ddb12feee4bd490c0019e3c4fd2ca076cf3f0ec9]

        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>  [2a3af0877503e24740d9de851d379f8a4ece136e]

        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>  [e4dced3f3a83095b4912d07d6d1bc79bb755f954]

        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>  [5fe6a57e6a3b5076ebaa1081f5b3e0172f356969]

        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>  [483ec7f4b2c39d486e156511cb5c71536da5b3a0]

        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>  [4fb36f910a6c787d875b5a8d32851e4f699e78b2]

        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>  [053b160ea9a840b0467fa8739acf0da4498ed6e3]

        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>  [4e6375b88740d13e04237abb30818f88569dec9c]

        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>  [2dbf473cf6e28c1482582bbcc5a5ff8cac3f760a]

        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>  [98d93b0c1cfa9fd79c443f5684cd6cf2b9e92c1f]

        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>  [2fec8f86f44c24a1ab0908eed9119cc577c6ef0c]

        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>  [fa7171f71eb667ab51411ece4dda6bb90d03a3e4]

        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>  [cc8443828cb0ce71ba749ef6c5c04bc88d74c64f]

        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>  [179d886e7dc9f1f7066fe92bc02d83fe767da7d9]

        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>  [25c6e5b2727c557af5b95c1b377b5a46a0c8d9c9]

        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>  [44bbcd5ed50ab7204c531fb5b8b42ee91517bacf]

        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>  [8c994df540b8f12391407130d6b85051ec5a23b8]

        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>  [f808e5845722c0c4c403685908c451e2225e967f]

        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>  [c9730abd0fd4c0dab13ca9d51187236c4bb53dbc]

        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>  [b1241338a9cd20ace7a4c479840a94a7da5eed75]

        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>  [ca9649aafc01c50bb02c213a480667ebeb0f5b23]

        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>  [4152f517d744b6ea0298659cd306951219c3caca]

        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>  [e147039977794bf73dcb3288d8358a9adf496671]

        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>  [24e64b0157adb869f2ee62b556e0ebbaf7fee1df]

        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>  [1eaaa1dd756f2afffa661f4580d1d8c5b8fe81bc]

        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>  [d551190e8311242eadda4a3e82efff160175cb04]

        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>  [9d3e9d5f5da6baef8f3ea9deb17ef6b04f6b22b2]

        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>  [7f6e151b25ca63e4eee637324bc2aeeae1b032c8]

        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>  [58dd47072a31e373ab9e8e1eb0aace889243dcca]

        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>  [67febdb7e2f52ddc97dc737f218dc8829a2b0086]

        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>  [b2c1ceb08bfb484484ab7bcfe47fd43ad3f653a8]

        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>  [527441d4d00c25b87ac9a6a0d9ba52726c3f8af1]

        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>  [3af720526bcc86a580096ec4e9d1dd206cf4be37]

        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>  [bd27d9d13f2c7133929262c28eda3d4788c6ed72]

        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>  [3184edcc605627818417806e5c1e2434042c30fb]

        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>  [77ec38481e5b2a08c6c1cbf89c9c6c2f4ab928ed]

        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>  [6aaf82868c92d907883458dc0f4354099b2711c6]

        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>  [3f84527fc1d84b39994d7051c2d5a9ce052b5226]

        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>  [7a4ea3e70eefb497c0d178c8b58379a6d6016f1d]

        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>  [23892037575a86d9a867ba9383e20151306a4e3c]

        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>  [07f19006320f4173424d3764029fe8d5c0052d19]

        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>  [fa30351875329e0528d6cddc7d6aa8b9132b8be1]

        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>  [64601a1c42f550e1e9005c24caddcc201526ca6d]

        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>  [7a6b36a6dbc14dd07a48a745fa9fd14f1285eff2]

        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>  [ca734fe7777bd7f4211557c8c61d0bc5fe9bbf37]

        INTEGRATION: CWS canvas05 (1.20.276); FILE MERGED 2008/04/21 07:42:36 thb 1.20.276.3: RESYNC: (1.21-1.22); FILE MERGED 2008/04/07 14:36:29 thb 1.20.276.2: RESYNC: (1.20-1.21); FILE MERGED 2008/01/25 14:29:51 thb 1.20.276.1: #i81092# Adapted to canvas changes

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c08a45300a72491ed6b11976979d82aec2eeb0ce]

        INTEGRATION: CWS canvas05 (1.46.100); FILE MERGED 2008/05/23 23:03:23 thb 1.46.100.5: RESYNC: (1.49-1.50); FILE MERGED 2008/04/21 07:42:40 thb 1.46.100.4: RESYNC: (1.48-1.49); FILE MERGED 2008/04/09 10:21:48 thb 1.46.100.3: Actually use a writeable config access to change config. and commit it afterwards. 2008/04/07 14:36:32 thb 1.46.100.2: RESYNC: (1.46-1.48); FILE MERGED 2008/01/25 14:29:51 thb 1.46.100.1: #i81092# Adapted to canvas changes

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c67685fcaac47efc0d6f4fd899cf30ab781ddb7c]

        INTEGRATION: CWS canvas05 (1.29.56); FILE MERGED 2008/04/21 07:36:48 thb 1.29.56.3: RESYNC: (1.30-1.31); FILE MERGED 2008/04/07 14:35:44 thb 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED 2007/10/01 13:33:54 thb 1.29.56.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [cc4ecbf62b0dd8bd4ee59ac992e6571a7943ec1b]

        INTEGRATION: CWS canvas05 (1.1.4); FILE ADDED 2008/05/23 22:14:49 thb 1.1.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:54 thb 1.1.4.2: #i79437# Merge from CWS picom 2007/07/18 15:37:30 thb 1.1.4.1: file Endianness.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:54 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [751a7e53864a3fddb4e9a2d0c663391012b91b17]

        INTEGRATION: CWS canvas05 (1.6.74); FILE MERGED 2008/04/21 07:36:57 thb 1.6.74.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:33:54 thb 1.6.74.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [eb5d0996e4e00c9f5b02c8695812cb41555a6898]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:37:09 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:33:54 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5200cf0640d42f22cee6b4ea05e6936e4147f2a6]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:18 thb 1.4.386.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:54 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [b2fc22c634a4d963fe3bdd544d3f5f1d148c7d87]

        INTEGRATION: CWS canvas05 (1.4.366); FILE MERGED 2008/04/21 07:38:07 thb 1.4.366.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:54 thb 1.4.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e6babbaf2f96d3821a1c274c4cc5b5c7fc1ad9dd]

        INTEGRATION: CWS canvas05 (1.5.366); FILE MERGED 2008/04/21 07:37:32 thb 1.5.366.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:54 thb 1.5.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [2c31b1c1474510e2091e84cd374590246541d406]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:15 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:54 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [6386b6bfe55f34fbbfa2204768ae2b4bf7265deb]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:12 thb 1.4.386.3: RESYNC: (1.4-1.5); FILE MERGED 2007/12/20 10:17:11 thb 1.4.386.2: #i84784# rodo's changes for EMF+ rendering (more expressiveness for gradients) 2007/10/01 13:33:54 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [196236c0a8d86a0b24f48de8f00314e6822ca2e7]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:00 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:54 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [157b29f8f2dc0b4b05d5850a1a8d36f327c0a221]

        INTEGRATION: CWS canvas05 (1.2.4); FILE ADDED 2008/05/23 22:14:49 thb 1.2.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:54 thb 1.2.4.2: #i79437# Merge from CWS picom 2007/06/26 14:53:13 thb 1.2.4.1: file XIntegerReadOnlyBitmap.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:54 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [88a3138c12e2ef2d6b43303ba33d1831376893cd]

        INTEGRATION: CWS canvas05 (1.1.4); FILE ADDED 2008/05/23 22:14:49 thb 1.1.4.4: Moving all remaining new files to LGPL 3 2008/03/13 16:18:36 thb 1.1.4.3: Actually using this API, inter-colorspace conversions need one more function 2007/10/01 13:33:54 thb 1.1.4.2: #i79437# Merge from CWS picom 2007/07/18 15:37:30 thb 1.1.4.1: file XIntegerBitmapColorSpace.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:54 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1e04ac06938b229a2cc32940f56ed093b073f987]

        INTEGRATION: CWS canvas05 (1.4.366); FILE MERGED 2008/04/21 07:37:47 thb 1.4.366.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:54 thb 1.4.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [8150b75a0e2332376eb80d65902930cb60308a7a]

        INTEGRATION: CWS canvas05 (1.2.4); FILE ADDED 2008/05/23 22:14:49 thb 1.2.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:53 thb 1.2.4.2: #i79437# Merge from CWS picom 2007/06/26 14:53:13 thb 1.2.4.1: file XIeeeFloatReadOnlyBitmap.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:53 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [334deb3b66422236392a3d0f754b80756f7a796f]

        INTEGRATION: CWS canvas05 (1.4.366); FILE MERGED 2008/04/21 07:37:41 thb 1.4.366.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1373d30487f9ff0f7c30d3ac95826c7cfc422574]

        INTEGRATION: CWS canvas05 (1.2.4); FILE ADDED 2008/05/23 22:14:48 thb 1.2.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:53 thb 1.2.4.2: #i79437# Merge from CWS picom 2007/06/26 14:53:13 thb 1.2.4.1: file XIeeeDoubleReadOnlyBitmap.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:53 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bcf5271dbf074017f66b173f77847b09130034b7]

        INTEGRATION: CWS canvas05 (1.4.366); FILE MERGED 2008/04/21 07:36:51 thb 1.4.366.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9fc373360729c97e4db3ac6dda88512bc2deac47]

        INTEGRATION: CWS canvas05 (1.2.4); FILE ADDED 2008/05/23 22:14:48 thb 1.2.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:53 thb 1.2.4.2: #i79437# Merge from CWS picom 2007/06/26 14:53:13 thb 1.2.4.1: file XHalfFloatReadOnlyBitmap.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:53 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [44225a114a12cb8e79061050f639c9cbe364d5f6]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:37:03 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:33:53 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e8fe2ee669390126e2238c839435a71a8b0712db]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:38:13 thb 1.3.386.6: RESYNC: (1.4-1.5); FILE MERGED 2008/04/08 07:37:58 mox 1.3.386.5: Remove duplicate struct ARGBColor, and the miscommitted file xcolorspace.diff 2008/04/07 14:35:56 thb 1.3.386.4: RESYNC: (1.3-1.4); FILE MERGED 2008/03/13 16:18:36 thb 1.3.386.3: Actually using this API, inter-colorspace conversions need one more function 2007/12/20 10:17:11 thb 1.3.386.2: #i84784# rodo's changes for EMF+ rendering (more expressiveness for gradients) 2007/10/01 13:33:53 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [41f7ce490bf4bb3e50c60856fd601ef0336c0213]

        INTEGRATION: CWS canvas05 (1.5.56); FILE MERGED 2008/04/21 07:38:01 thb 1.5.56.4: RESYNC: (1.6-1.7); FILE MERGED 2008/04/07 14:35:53 thb 1.5.56.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/20 16:34:43 thb 1.5.56.2: #i81094# Clarified documentation 2007/10/01 13:33:53 thb 1.5.56.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [26eb1e09a3f2e6df59fc9b9c73fc740abea16d41]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:44 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ed5ec058851076f3699c8205e9d5a83711daff80]

        INTEGRATION: CWS canvas05 (1.6.182); FILE MERGED 2008/04/21 07:37:06 thb 1.6.182.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:33:53 thb 1.6.182.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bed43feddd6bb3c149fdb81037144a6911e7efe7]

        INTEGRATION: CWS canvas05 (1.6.340); FILE MERGED 2008/04/21 07:37:35 thb 1.6.340.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/01 13:33:53 thb 1.6.340.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ff883e2c37edd317d05688697ff99448e1720186]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:50 thb 1.4.386.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/07 14:35:50 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [34086656d091a964e27ab0ca67b83b944795d85c]

        INTEGRATION: CWS canvas05 (1.5.366); FILE MERGED 2008/04/21 07:37:21 thb 1.5.366.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/07 14:35:47 thb 1.5.366.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:53 thb 1.5.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [114512cb38dae8b62637880210cd70a931b592b2]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:24 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c3ee032b0921956157b48d542fc17332a0c1ec5e]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:55 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [739b8ae1504265e94088d9527590f763b385f9a6]

        INTEGRATION: CWS canvas05 (1.5.366); FILE MERGED 2008/04/21 07:37:27 thb 1.5.366.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:53 thb 1.5.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d5d70f8d261de1011f5ee74b901e11b51c8cfe83]

        INTEGRATION: CWS canvas05 (1.4.386); FILE MERGED 2008/04/21 07:37:30 thb 1.4.386.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/01 13:33:53 thb 1.4.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a4527d4f586df4737796d7c2595815911ec5b869]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:38:04 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:33:53 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ca889d69d46f7d5fbcd44a123653975c7e0f5291]

        INTEGRATION: CWS canvas05 (1.5.366); FILE MERGED 2008/04/21 07:36:54 thb 1.5.366.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/01 13:33:53 thb 1.5.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5c0403eaa0ae6677b4c314c38bea435d8143d505]

        INTEGRATION: CWS canvas05 (1.5.366); FILE MERGED 2008/04/21 07:37:58 thb 1.5.366.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/13 17:06:44 thb 1.5.366.2: added todo comment 2007/10/01 13:33:53 thb 1.5.366.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [658c710a20b9e3c7d1fa47a9bb1321d49cd046d4]

        INTEGRATION: CWS canvas05 (1.5.182); FILE MERGED 2008/04/21 07:38:16 thb 1.5.182.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/01 13:33:53 thb 1.5.182.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c4fefa9fc4d157eddd33d54baf536ef2bdc332f4]

        INTEGRATION: CWS canvas05 (1.5.10); FILE MERGED 2008/06/03 13:12:40 thb 1.5.10.1: Clarified documentation

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [18e41e50bfe7f4e03de8e3c7d4484e60bb66f2fb]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:37:38 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:33:53 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e27910de7c08864ef1052497a5252ae5bf9c6a13]

        INTEGRATION: CWS canvas05 (1.3.386); FILE MERGED 2008/04/21 07:37:53 thb 1.3.386.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/01 13:33:53 thb 1.3.386.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [13cb87baa4e395c550bcdc76e24e5c2cf8095408]

        INTEGRATION: CWS canvas05 (1.1.4); FILE ADDED 2008/05/23 22:14:48 thb 1.1.4.3: Moving all remaining new files to LGPL 3 2007/10/01 13:33:53 thb 1.1.4.2: #i79437# Merge from CWS picom 2007/07/18 15:37:29 thb 1.1.4.1: file ColorComponentTag.idl was added on branch cws_src680_canvas05 on 2007-10-01 13:33:53 +0000

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4ec9b2f92582a0cfec97159a072931502bf9e9e1]

        INTEGRATION: CWS canvas05 (1.2.22); FILE MERGED 2008/06/03 19:14:22 thb 1.2.22.1: Fixed wrong license header

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3bddf726f83771b0316bbb8e60f3e5712d3494cc]

        INTEGRATION: CWS canvas05 (1.11.386); FILE MERGED 2008/04/21 07:36:45 thb 1.11.386.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/23 12:35:05 thb 1.11.386.1: #i81092# Adapted docs to reality

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c136719f3630aac8a2cb5706c79f316443c9cf0f]

        INTEGRATION: CWS canvas05 (1.17.62); FILE MERGED 2008/04/21 07:36:42 thb 1.17.62.2: RESYNC: (1.17-1.18); FILE MERGED 2007/10/01 13:33:52 thb 1.17.62.1: #i79437# Merge from CWS picom

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [3a5c042553ee2d32ddcbde93ee7d594079c4dbb9]

        INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:34:13 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/09 07:23:43 thb 1.2.2.1: Fixed post-resync build breakage (missing include, changed method name)

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [1f93089d26ef977ddcd66150fb327f2c72549b95]

        INTEGRATION: CWS canvas05 (1.2.2); FILE MERGED 2008/04/21 07:34:16 thb 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/09 07:23:43 thb 1.2.2.1: Fixed post-resync build breakage (missing include, changed method name)

2008-06-24  fredrikh  <fredrikh@openoffice.org>  [7986d13c061d2bc81f1189d07cef3b4d1973a6aa]

        Chg: Cleanup.

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [c27cfefbcf305c32ed2801ee4fda1ff812cdd57b]

        INTEGRATION: CWS canvas05 (1.2.58); FILE MERGED 2007/12/20 20:34:43 thb 1.2.58.1: #i81092# Improved config for canvas

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d431965d2342b00685fd6fc682c6422b8a9b02f5]

        INTEGRATION: CWS canvas05 (1.2.58); FILE MERGED 2008/06/02 23:27:35 thb 1.2.58.3: Made the XBitmapCanvas variant of gdipluscanvas actually work (that one is used when rendering to a MemDC, e.g. VirDev) 2008/01/23 11:31:52 thb 1.2.58.2: #i81092# Fixed typo 2007/12/20 20:34:43 thb 1.2.58.1: #i81092# Improved config for canvas

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [280fe3ce6fc9b3e2144663083d75aa7d18952ede]

        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>  [1fa8e69f7aaa355b6ac0250c68de086aa190dab2]

        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>  [c921e28cc4447ee040850b9b26e5a0c46252cb5d]

        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>  [0d4e840976a18003a7dfe59e51d7011a8465c430]

        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>  [f6e6e4572f9aeb65bb2769a1e1b2dd138c92e5e9]

        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>  [d1ea8dc9000c10fb6fed72d246284b58be59a92f]

        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>  [7bc7121c93393c27530953301b5f421db994ca18]

        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>  [9e60175d27a792fe00084291ef20662b81f99db2]

        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>  [dfec6fc2811f9ccea63c30229324fd5eaec64d3c]

        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>  [76ec3139cda3f4d6547e7f8b91f1f38c63f5a81d]

        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>  [66db37c9e1e57347274544ca887adf206c01bed9]

        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>  [b6a7c4da52acf45a7b69d1e81cf9548f8552752e]

        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>  [af5a4120dc54fdd1dc7fc477b2d44f090a9e49df]

        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>  [cdd0e789225814f87d0ea12a6f1d68babd3db765]

        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>  [0c01238856527c068ccf72b5a56141e508ea4fe4]

        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>  [bf15ae65a11243266cd958adb8ac795c232b4ba6]

        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>  [24d338c3823352803c229c7cfe3127beef8e06f3]

        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>  [29e5814277abb11cfe8e2aff8a49c86230588b56]

        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>  [ebb33b71f1988921d3178d1fd52fcb5ffa3f4716]

        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>  [95a3a96cb0f86b2f4dbfbc68ce6867d2fd041ab0]

        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>  [0b4e1261d4fc0bf73a7ac964c40c94ebf4ec9587]

        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>  [f466b08d9349719cf003c65c2f124e06048896ac]

        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>  [8822b950b5059efcf0dd1b7c2764a7ecda203ab7]

        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>  [4152d6a07d366fdd2ca493804d58626cd58303cc]

        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>  [d78fbd04f224d38b6b763c307d3ef2c5c2b32bd0]

        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>  [75ed1f796ed2fbc2dd7ba13b4f0e1e9948bfdf32]

        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>  [8d4cd9ae66019d4fd30cd865dfc0208da697e31d]

        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>  [17de35c057d0f22f640d73c0b9635c08090a5f34]

        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>  [39ae3afda5ad6a94ca26d3bf3bb198736a08d423]

        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>  [46cf58e9154b6948fe94b1743ca73fc15a505c5f]

        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>  [874c31b3a8ed75383059a6f9405e192276268d20]

        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>  [c5c516e1267252e97093652d5519e981ff15cb67]

        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>  [fa473dc6e1e545307843921793c6f1a31a278612]

        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>  [4cec52c5511304dffe5176989cc1bfb01d15c11b]

        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>  [204a86ba197006519b3beedef745aa7f691ba533]

        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>  [96668295f54fe6c94167e3c198db15ffae7bdf36]

        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>  [cc8ef06efdbb033eb3d2998afad9266f55ee9ab1]

        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>  [847120a6aadce9298a98f5f02ddd596ffe3e4df5]

        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>  [604a0eab40d6ffd4b2ed52167368ac9eb7a134f7]

        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>  [9e384c5da8128ca4d8b46d5e4abc00abd7f54012]

        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>  [0dd26787478c5663469a1f0a044b752f538ef765]

        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>  [f0b876302e22fb03ee80aa50e3b724c4b91ba0b6]

        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>  [a4fe084051c06090910d9caa614828c6bfd42de2]

        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>  [5c8e2d84391f5ec8fa385652e900fb007ec62d5a]

        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>  [853cd5ae05c2a0b70bd15383e819f89d2fac9444]

        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>  [6ddded01c7fb1021f871f67617f29cd72e5e5dc9]

        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>  [b2a95c6918b2dcb156763d0760ebc79bf0d024ee]

        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>  [adc8db87008406a42dabceb53d13e21aaa77e274]

        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>  [8a34c69d3b7b12e5063c190b771459f0151ff87e]

        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>  [430f62cd5d2627b1a930e63f99200c3bd9ecfcaf]

        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>  [8919f47cfd19fa27e76e1ecee362f8571f5550ff]

        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>  [0d910998cb9fa8c57b1588289231c01c8164804c]

        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>  [e3781ea6c922f64c19886a086171c1ba61fb8a03]

        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>  [f839ab30980cbe2b9300d5fba215abe9adae1cd2]

        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>  [f496180272e294219d71608a28afe721749f5c78]

        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>  [4360c837cc94f894d2ad11a8414a56ccb21bf466]

        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>  [5091e51080a7e777f86ee151df122b45be977740]

        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>  [5bd2a180c76e2333cb8d7feb64443351d5ab132a]

        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>  [3bd6907b0c9d5c2158a609b7c92cfeacaf791fcc]

        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>  [a37b6df864dc6e16cad5dc8175f70ff62c94b158]

        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>  [e64d0638854b69103ae1a00aaaea1467e0b606c1]

        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>  [54b132b52b512980aca2578879f162cb17216adb]

        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>  [db7eae30e4583b47ad9f05c0a806af5fec18db94]

        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>  [d20f4a5bd71dac75095e2965a6807272ce7e5407]

        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>  [5c29d717a1ea657d00cf8a64bfbbd1a860d46533]

        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>  [965343ad9bdbc8aa85f18f16b09b53b8ba82a96c]

        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>  [9e15933dda54ceb5f016d71495b3932a628623d2]

        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>  [3e1314345d87aff337ae101c191e58ca2a6f04d8]

        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>  [8f905b7a860411f8d2b681e65a7773b990226162]

        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>  [da2cb80ca5c9238ab5d235c74e0647f30656e8da]

        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>  [3921deea15c2ab4d09ddcdffd89e3ac7659386c4]

        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>  [23697471a7caf9e6bdaf9aa6837e3ec240e9fa4e]

        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>  [e14b94ab8490983033f2bb69be806a55ba9e20a3]

        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>  [77627c5756ad101a21e467c8e3cf68b24e217e0a]

        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>  [be5d703486672ae7a0f318426c8698765767a490]

        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>  [1b3a63df7d5acee4ff715c204c4c93c12828d7ce]

        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>  [0b5a107e582565b2198d3cb35449e934a90f0656]

        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>  [2b5599d00717d63171f8f5c2be224574a0720a04]

        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>  [305355ad7723cfe129ef1e5b7a40810984aea72f]

        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>  [48116fec2829779791e8d7b582bbfd9cea78935a]

        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>  [7eee4b6422514ccf7875fffbcbd235cc23c2ba22]

        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>  [cf41867116ecb2eb3e8a9de3438cbc2d196d14c7]

        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>  [069994e430fc5a816d7e5075579ab8a0679c9948]

        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>  [0ceb6f008feb96c9a380fed76a6f0395dc16d9a2]

        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>  [c97765204dea3cc8fa467242decfd6a623bab091]

        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>  [f332bcc9d51c8a427dae42d95868fed9cbaf5fb9]

        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>  [d3b86250446f087bfa1021a031efc8f3be60ac10]

        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>  [63ed89be3eba4774f72ba9a346c7d129f9bc7718]

        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>  [b889724b1afeac3995b36b63e07e02444136a331]

        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>  [dfb6a8b15c2955b2561bc421b4d5cebd3c27841b]

        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>  [d4a6ad9763f5eacfbf88f076656f571af19d71c5]

        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>  [c37ef2c49caf8724b46c8495ed8d5c1dd84b35a1]

        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>  [ead48306fdb7bd8efd07c9066c71dd5aeb38fdbc]

        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>  [d6b9f60936826395d6a37edac813568ffe149a17]

        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>  [73968a631c61fec99413bc8c276a7e8e419582dd]

        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>  [34ffd4b262a7cfd19e5441b591a2fbe421d4628c]

        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>  [ec636ea0923b413ecafc128d6c8f276a3975ef21]

        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>  [f9202a69bb4e1ebbb1cead9bacf577aac14f9529]

        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>  [211e553b691b766cf5cddf5f825d1adcccb1276f]

        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>  [47850d2bd5184edb79b6354e5052db8c6092ed36]

        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>  [534e63e54e6be4da6340205c6b070dcebcf65a89]

        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>  [b367731013971c3ab57e489429baf800c4f9e2c2]

        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>  [5f2ecc12f688d9bc828bd216875c049277c4ae68]

        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>  [42f2466604fa97581bc593a83129ab646de3054d]

        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>  [1429d735b6f9b3363127d4a4b61eaecaa5c104fd]

        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>  [730dcf58c586dcfe720286ae9e417935096f19e4]

        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>  [476b36a57cf015cd1a392f566142ded7a5051c48]

        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>  [aa5675b6135bc64bb0807927fa83ce400065e5c1]

        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>  [ef2a3925eaa31fc637b1734c1f6fab7e90a0d6a6]

        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>  [f9a889105f9d994ebd067f20b1120168720b06ab]

        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>  [4e12c1a54b3f3d5a7af3a87057f3739a633af96b]

        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>  [343ac73b37465d68efe23ed913efa0325ba8f181]

        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>  [a057b8c5d536048b02f36583bda24bc5ccd71374]

        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>  [8dbb83550058d25389e15c808c18d61b140c3ece]

        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  fredrikh  <fredrikh@openoffice.org>  [8d045a82413c18e712773b44704f4d1ad64dfbad]

        Fix: Correcting string to compare with.

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [d28bc65675b7dcfb803dbf01c850901a8dbb12c0]

        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>  [e10fe92937ad272d2f20ac2c1de11b65a75b92d7]

        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>  [5e1608fc8aa29d4ba9418708069465f198513e4d]

        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>  [8f716f4812443dbe84656c948ba5ab9f5c1da224]

        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>  [c1a1e6b32dcb5d5bb8adf148b4e9719bda0f1319]

        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>  [0f85396fc84db7ce96cba10cb031d18c747c3cd9]

        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>  [501e41c6d09cd7b9c5cf610d038401b9d76d3024]

        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>  [3df4281a023d183f4c92451ea6db85d7965887d2]

        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>  [13ea558ff05d7fcf226b3dec282536eba777f45a]

        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>  [4ab29eca3ee00383f6301282226cce08d868684e]

        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>  [96f10582a47caa6998b126d7c2a564f411e9598f]

        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>  [a22b5aa9bd4109ec0885382497e346d4a597dc41]

        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>  [ae544eb3a6d56e792b2019a6a8d8574ce5d8c43a]

        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>  [3991cd8664212156582d1b85abe14742530121bf]

        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>  [4684bde22c7538cc3936ed8d4fec773c385dd8d5]

        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>  [b7d60c17d4278ec3f8d61c9f4f0c6117818ec12f]

        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>  [cde07c6fb9d324f1e29d84c4cffd5ac1e34f8cec]

        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>  [e2ca3a417c96296a071e9154403f6e8a6567ae0c]

        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>  [dbfa909d5f8dbee74f9da1fc4cd377df75700bc6]

        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>  [29862476e53927eac52a9e1ba38254840831d010]

        INTEGRATION: CWS sw30parajoin (1.32.28); FILE MERGED 2008/05/19 12:48:42 ama 1.32.28.1: Fix #50135#: Behavior of joining paragraphs

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9810953fb21883276d10889141af9b8550e03890]

        INTEGRATION: CWS native163 (1.5.88); FILE MERGED 2008/06/19 09:18:15 is 1.5.88.2: #i87887# java installer without --nodeps 2008/06/18 15:51:23 is 1.5.88.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a76f8c8626eb60175d7546134f349cbc2242b412]

        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>  [acc017a28667fd5728432de97b62f5db24bfcbde]

        INTEGRATION: CWS sw30parajoin (1.49.24); FILE MERGED 2008/05/19 12:49:19 ama 1.49.24.1: Fix #50135#: Behavior of joining paragraphs

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [354f936f4a0619a8588124b79d2f41145bdb3e60]

        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>  [e7b25a6a94bfbc9cfba855e044cad90d81717d9d]

        INTEGRATION: CWS native163 (1.2.26); FILE MERGED 2008/06/18 15:51:23 is 1.2.26.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [687759439b0584ce51cb8c2d83a2e5a0046619e6]

        INTEGRATION: CWS sw30parajoin (1.44.60); FILE MERGED 2008/05/19 12:49:19 ama 1.44.60.1: Fix #50135#: Behavior of joining paragraphs

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [a5e6a7a14d7e12976277af68a162dbd63ec3b098]

        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>  [e609a82c39672a0582ea81b067ff398dbd135db7]

        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>  [9754df86d1ec91a6cb07aa0ca836f204fc13cbbd]

        INTEGRATION: CWS native163 (1.8.16); FILE MERGED 2008/06/18 15:48:51 is 1.8.16.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [5d87d3fa7697bb33006c33795f23542d3ed62e71]

        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>  [57c364446efedfbbcd1c8c933754c58371345f90]

        INTEGRATION: CWS native163 (1.15.14); FILE MERGED 2008/06/18 15:48:51 is 1.15.14.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [ee95f7f4b87b36b5bcd7b2f46116606fee3533bc]

        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>  [ccaae88bef45909112296838c0ae779a8549572e]

        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>  [df67d286bcd10c9319adf9bbba1763e0902984af]

        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>  [c4d805b6ae817c1561f937cf1d9992b8ef22c6f7]

        INTEGRATION: CWS native163 (1.6.8); FILE MERGED 2008/06/18 15:50:44 is 1.6.8.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [e6fa7691f3457bebfd15305c22056d981bf59fb8]

        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>  [f3694fbf844de466b718a71e732eb1ca15871e04]

        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>  [a7a884995392edcc85a09ebcdc8654445e8053b4]

        INTEGRATION: CWS native163 (1.6.4); FILE MERGED 2008/06/18 15:50:44 is 1.6.4.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [9b47833434f99ae5b5110f9bdb5a7b1d4f76d750]

        INTEGRATION: CWS rt29 (1.1.6); FILE MERGED 2008/06/19 15:24:45 rt 1.1.6.1: #i90893# List jakarta-servletapi-5/build.xml as ADDITIONAL_FILES

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [f8417b511acc2296742525ddaebf67a23d916b62]

        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>  [78a63c9e2368955da647789193eaed31057c302f]

        INTEGRATION: CWS rt29 (1.3.4); FILE MERGED 2008/06/19 15:24:45 rt 1.3.4.1: #i90893# List jakarta-servletapi-5/build.xml as ADDITIONAL_FILES

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [4538950ed1cb0bb524ade6708e7f69c102940b40]

        INTEGRATION: CWS rt29 (1.169.36); FILE MERGED 2008/06/19 15:15:27 rt 1.169.36.1: #i90891# Add - to list of possible characters for module names.

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [279faf7bf415180cf5dd94a29a03306899cbab82]

        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>  [4f3d63e10cf20b3f6e5038fbefb60ec74761d519]

        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>  [37a3c8ca4a8f41d848e14e0aadf08f2a403969a3]

        INTEGRATION: CWS native163 (1.16.32); FILE MERGED 2008/06/18 15:49:34 is 1.16.32.1: #i87887# java installer without --nodeps

2008-06-24  Kurt Zenker  <kz@openoffice.org>  [bb9aae9e42cafb26c6764864b6eea9a5c38ecfbe]

        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>  [abd0c71c35882e0fe3b80c48f4f723bb591c66c3]

        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  fredrikh  <fredrikh@openoffice.org>  [fb04bf387966fafbc7e2cd709655ce280d078c32]

        Fix: correcting errorful command.

2008-06-23  Thorsten Bosbach  <tbo@openoffice.org>  [e099ac00d25dffd7a1dd51fa742dfe0fe09dd8a0]

        FIX: store result in string, not integer

2008-06-23  Rüdiger Timm  <rt@openoffice.org>  [0f984922383a924a7857ef441ae936e054b1055c]

        #i89973# Fix build breaker for msvc8. Patch by thb.

2008-06-23  Oliver Bolte  <obo@openoffice.org>  [717f1886b0af0dcbae712aa7fb65783906cbac2f]

        #i10000# use SOLARINCDIR

2008-06-23  Oliver Bolte  <obo@openoffice.org>  [03209a696302d0d4b42b3c8178dcc4e145b5d717]

        #i10000# use SOLARINCDIR

2008-06-23  Oliver Bolte  <obo@openoffice.org>  [a7c97c936f1457caf508d173fa905059e2d59c97]

        #i10000# use SOLARINCDIR

2008-06-23  Rüdiger Timm  <rt@openoffice.org>  [6dad4560f5ec909ce27f7de76c8dd2b5a752fa7c]

        #i90958# Forgot to set BUILD_TYPE: it's ICU:icu

2008-06-23  Rüdiger Timm  <rt@openoffice.org>  [6c6edcab116b9b37d21ad8debeb26ba600cd7e9d]

        #i90958# csutil.cxx includes unicode/uchar.h coming from icu.

2008-06-23  Rüdiger Timm  <rt@openoffice.org>  [951d2bbcd5b348f963d7402960f907573c576e48]

        #i90894# Patch by oj.

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [241468ea98605eb4f54ea145ea118ca22845a9f7]

        #i10000# Create language packs for unxlngx6.pro, too.

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e9b3980b8ab08ec0cfae058b9bc8b8306e29d54b]

        #i90470# Avoid sal_Int32 -> SCCOL warnings (patch by pjanic).

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a303fce090137410cbe51b32792f02b50cb6ec4a]

        DEV300

2008-06-20  Marc Neumann  <msc@openoffice.org>  [8acdd8c3454eea2a127740c1368c8173f71b0ce5]

        new

2008-06-20  Marc Neumann  <msc@openoffice.org>  [7e03d386e87a8a008325de47ae08f92ab3578a24]

        new

2008-06-20  Marc Neumann  <msc@openoffice.org>  [4c363c912bc01956bbbf60a0fe43eb2fbe8b3a69]

        new

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [6910eb5253203dcfc47cf6c15dc5193873fb7546]

        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>  [b910dd838693dcc1ce56ca12022bc47628e7290b]

        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>  [375b46ccf9b4a27d079008c7e1ef38c3d9bf9313]

        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  Joerg Skottke  <jsk@openoffice.org>  [d730c332621b5987edddbcd02c49b01a80c29540]

        Fixing round 2

2008-06-20  Joerg Skottke  <jsk@openoffice.org>  [df3e58678a763b516c1fe8c9c1ee5ffabac20438]

        Renaming files fixing round 1

2008-06-20  Joerg Skottke  <jsk@openoffice.org>  [b16dc6ad92dc34ecd99c0def0ee10bbbab3ef5f8]

        Update .bas and .inc files to reflect the new names of global routines

2008-06-20  Joerg Skottke  <jsk@openoffice.org>  [7ecf6630c2b195ba14743d27deb19367ac303a0e]

        Add files that fit into the naming scheme

2008-06-20  Joerg Skottke  <jsk@openoffice.org>  [3bb16f65ef1e228b17569210353b97f26095c7c5]

        Filenames with unique module identifier

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [8ffa163ae0f0e93364e7f2a669c3dd2279379ba6]

        INTEGRATION: CWS fwk88 (1.19.20); FILE MERGED 2008/06/04 07:00:12 pb 1.19.20.1: fix: #i89135# better grammar

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [3e5ccdee407833f9becf3326079de5f213e63267]

        INTEGRATION: CWS fwk88 (1.17.8); FILE MERGED 2008/05/27 15:57:24 mav 1.17.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [081b2d5ba6e9f41c825e80a3dc2b996c64480223]

        INTEGRATION: CWS fwk88 (1.18.8); FILE MERGED 2008/05/27 15:57:24 mav 1.18.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c0b71717511d96be1d3d69f974ddc47f44ec793b]

        INTEGRATION: CWS fwk88 (1.40.8); FILE MERGED 2008/05/27 15:57:24 mav 1.40.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [13862cdcff7bed78156a1ee76e862ef6433e579d]

        INTEGRATION: CWS fwk88 (1.48.8); FILE MERGED 2008/05/27 15:57:23 mav 1.48.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [969cc4a751d46882b954d3dfe04db198d1d114cf]

        INTEGRATION: CWS fwk88 (1.15.8); FILE MERGED 2008/05/27 15:57:23 mav 1.15.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [253399a912d3ce4e6fe20edc5b6785e0b5cfd0b4]

        INTEGRATION: CWS fwk88 (1.16.8); FILE MERGED 2008/05/27 15:57:23 mav 1.16.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [1fa173d06c51f750ee05259a7b12e576a7eb0abf]

        INTEGRATION: CWS fwk88 (1.13.8); FILE MERGED 2008/05/27 15:57:23 mav 1.13.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [b2b68561d1f94a9d4980e36eee02f9945649b7fc]

        INTEGRATION: CWS fwk88 (1.21.8); FILE MERGED 2008/05/27 15:57:23 mav 1.21.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [aec2e64adf3132d9748caff16b695b5005a5bd89]

        INTEGRATION: CWS fwk88 (1.6.8); FILE MERGED 2008/05/27 15:57:23 mav 1.6.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e813bdfeeb582ed990b86c607cf48cd47f20a2e2]

        INTEGRATION: CWS fwk88 (1.7.8); FILE MERGED 2008/05/27 15:57:23 mav 1.7.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [11d16dcf4c6ea5b1f3b38d4fbf75c72ec8eef632]

        INTEGRATION: CWS fwk88 (1.11.8); FILE MERGED 2008/05/27 15:57:23 mav 1.11.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [899e1d49652c8bb7e297b0e8e887398f715f77d1]

        INTEGRATION: CWS fwk88 (1.17.8); FILE MERGED 2008/05/27 15:57:23 mav 1.17.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ef13b5303d12ecd39fe5357282570ef0488353a3]

        INTEGRATION: CWS fwk88 (1.24.8); FILE MERGED 2008/05/27 15:57:23 mav 1.24.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [9727fccaad42d9f6d0098e03c1e1292bc2823a79]

        INTEGRATION: CWS fwk88 (1.23.8); FILE MERGED 2008/05/27 15:57:23 mav 1.23.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [30bdc6be69210197a2b4e497242c6d3bb7f5a785]

        INTEGRATION: CWS fwk88 (1.12.8); FILE MERGED 2008/05/27 15:57:23 mav 1.12.8.1: #i86348# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e3bf91519e1ee2b89879c0ed2ba62a0175ee0288]

        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>  [2a7d8348b28542e28c5b90ca1fe663efb793941a]

        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>  [297dd728b4771eda84aaa7f49f16d3ed08481fd9]

        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>  [10bede3de94617aae9b3e4876289019e1f5dcc7e]

        INTEGRATION: CWS fwk88 (1.43.58); FILE MERGED 2008/05/02 14:26:50 pb 1.43.58.2: RESYNC: (1.43-1.44); FILE MERGED 2008/04/22 11:49:02 pb 1.43.58.1: fix: #i68669# uninitialized variables fixed

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [7f5debddc01e44813adfda7b6f7d1f1533164dea]

        INTEGRATION: CWS fwk88 (1.38.20); FILE MERGED 2008/05/22 09:10:10 pb 1.38.20.1: fix: #i76868# show always the build id in the next line under the product name

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [499a1613b28b32d3a6f4adc6d6cee1e0ecc6fc91]

        INTEGRATION: CWS fwk88 (1.75.20); FILE MERGED 2008/05/26 11:45:47 pb 1.75.20.2: fix: #i89054# about box: prepend the mws name to the build id 2008/05/22 09:07:44 pb 1.75.20.1: fix: #i76868# no squared brackets around the build id anymore (aboutbox)

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [0f0d5b65114d40dba0134f054e81be309f30827c]

        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  Joerg Skottke  <jsk@openoffice.org>  [5804dc0b166b46cfc3074a30ab830780a991404d]

        New filenames with unique module identifier

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [6ee5334b5a2cee8e3448135861c545f1e1a7938b]

        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>  [a2176f8d86a3464f1f2ef0a2760949887079721d]

        INTEGRATION: CWS fwk88 (1.37.4); FILE MERGED 2008/05/27 15:30:34 mav 1.37.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [b41671df73040ce7c532ad32c59a3ee8c9ff5717]

        INTEGRATION: CWS fwk88 (1.26.4); FILE MERGED 2008/05/27 15:30:34 mav 1.26.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [734cb6d07c47d81c13678d69db2a61a62c98a23a]

        INTEGRATION: CWS fwk88 (1.22.4); FILE MERGED 2008/05/27 15:30:34 mav 1.22.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [b883ed6c7c41192b97bfa84d2b09c1ae4c739150]

        INTEGRATION: CWS fwk88 (1.28.4); FILE MERGED 2008/05/27 15:30:34 mav 1.28.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [3d2be5bf958b477e49b8cfddcd60b08f48239e47]

        INTEGRATION: CWS fwk88 (1.4.4); FILE MERGED 2008/05/27 15:30:34 mav 1.4.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [9e18fc6373008f7b07dfb2218cbbadc659a63bf2]

        INTEGRATION: CWS fwk88 (1.14.4); FILE MERGED 2008/05/27 15:30:33 mav 1.14.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [f53eaceebbaf625b0676148dcdd4540f77b6e830]

        INTEGRATION: CWS fwk88 (1.7.4); FILE MERGED 2008/05/27 15:30:33 mav 1.7.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [53c11370b02b270ad31b4206e1bc117a6bafa444]

        INTEGRATION: CWS fwk88 (1.32.4); FILE MERGED 2008/05/27 15:30:33 mav 1.32.4.1: #i86367# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [68dc4f903b8c5bf9b5ead29f7b2b7c93a21f2568]

        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>  [1ca590eace0727fbb261d75a64febdf1c0892ee6]

        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-20  Rüdiger Timm  <rt@openoffice.org>  [23f20d152a8c6ffa01e286e91fd9f8358ce91ee4]

        INTEGRATION: CWS ooxtablefilter (1.4.2); FILE MERGED 2008/06/10 09:53:45 sj 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED 2008/03/28 20:21:31 sj 1.4.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [973fc2fa458425d0795175b460f23d235fb6b25a]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:36 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:30 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [61e973c70c79d5c36bb43a09e1377fda86d8f245]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:01 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:30 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [dc506b9ed967ec2a1ef056b479594053c7a6e7e7]

        INTEGRATION: CWS ooxtablefilter (1.2.16); FILE MERGED 2008/06/10 09:52:04 sj 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2008/03/28 20:21:30 sj 1.2.16.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ee6ec7bfdd4318cc62054f9ee1dd1f570b1f442f]

        INTEGRATION: CWS fwk88 (1.38.64); FILE MERGED 2008/05/30 13:02:34 cd 1.38.64.5: #i64028# Remove obsolete removing of item window pointer 2008/05/30 12:58:18 cd 1.38.64.4: #i64028# Menu item 'Close Toolbar' must be disabled if closer is not available 2008/05/28 11:25:04 cd 1.38.64.3: #i90033# Remove window pointers from the toolbar items before the controllers get destroyed. There is VCL code which tries to access the item window in certain dtors where these pointers are already invalid! 2008/05/02 14:15:25 pb 1.38.64.2: RESYNC: (1.38-1.39); FILE MERGED 2008/04/15 06:22:21 cd 1.38.64.1: #i33668# Support customization context menu for toolbars

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a42eb9556a7f115620c2e023ef4fa4efb495bc2d]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:39 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:29 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [3d6de264ad80c38291be2499ea852cf310b9d5e3]

        INTEGRATION: CWS fwk88 (1.21.64); FILE MERGED 2008/05/02 14:15:22 pb 1.21.64.2: RESYNC: (1.21-1.22); FILE MERGED 2008/04/15 06:21:57 cd 1.21.64.1: #i33668# Support customization context menu for toolbars

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e53a6e7279872fe3f461cc08915544f67dadee85]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.3: updating license text 2008/04/02 17:43:49 sj 1.1.2.2: added table import 2008/03/28 20:03:46 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [38ea1d18d790dbeb47ee836fe31f633e21a96e83]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:03:36 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [aea1c6c2ab172079508bca2296bcbfc526aff6bf]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:03:27 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [82f4ffd3fe747de1600a73b8712dbd7c1f8021ad]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:03:17 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [aa087d94e18452555851d44f7c27e00a9cd070be]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:03:07 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [32fa2f4d79688231cc05a115b7f793f2479dfbfe]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.3: updating license text 2008/04/02 17:43:49 sj 1.1.2.2: added table import 2008/03/28 20:02:51 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [d7997a0f704d45a3462d45d68be0ce81bdcd631e]

        INTEGRATION: CWS fwk88 (1.39.306); FILE MERGED 2008/05/02 14:20:16 pb 1.39.306.2: RESYNC: (1.39-1.41); FILE MERGED 2008/04/28 09:33:09 pb 1.39.306.1: fix: #i88725# reset preview background after layout has changed

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [addd04910b881a765789da914213a982c545f5ca]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:02:31 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [2819e9ddee4309c85f537d02b78738c5386f0f91]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/20 15:35:21 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e43e3de70359dac2f3fd4cb8fda300fee6816244]

        INTEGRATION: CWS fwk88 (1.29.40); FILE MERGED 2008/06/04 08:37:19 pb 1.29.40.1: fix: #156475# string corrections

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [91a4a1860a7dfb61cbd3bb85c0c03590a6ea12e8]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/20 15:35:09 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [25ee14e8c9c40847ebc5938e5ad50e078cc9bef2]

        INTEGRATION: CWS fwk88 (1.13.40); FILE MERGED 2008/05/22 07:50:04 pb 1.13.40.1: fix: #i88176# swap work- and userdictionarypath id

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [fe6ec809a77d61bc3971ef1ee993fea9c919b769]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/11 10:41:20 sj 1.1.2.7: fixed little row/column mix-up 2008/06/10 11:57:47 sj 1.1.2.6: updating license text 2008/04/04 12:09:41 sj 1.1.2.5: fixed build problems 2008/04/04 10:10:17 sj 1.1.2.4: added some table/text properties 2008/04/02 17:43:49 sj 1.1.2.3: added table import 2008/03/28 20:21:29 sj 1.1.2.2: added table import 2008/03/20 15:34:57 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e11abbccb29de8903bdffe7e964a2eba7c01fbef]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.2: updating license text 2008/03/28 20:02:41 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [4d4de6dbb148847f5f6b08667c5e83a9c479f40f]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:47 sj 1.1.2.3: updating license text 2008/04/02 17:43:49 sj 1.1.2.2: added table import 2008/03/20 15:34:39 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ec055ae0a205ce2f8a1a9d74f481951ada36e7a7]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:46 sj 1.1.2.5: updating license text 2008/04/04 12:09:41 sj 1.1.2.4: fixed build problems 2008/04/02 17:43:49 sj 1.1.2.3: added table import 2008/03/28 20:21:29 sj 1.1.2.2: added table import 2008/03/20 15:34:27 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [2c9ae560d0a4d47ec8d3435d316cbbb0a290ae6c]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/11 10:41:20 sj 1.1.2.6: fixed little row/column mix-up 2008/06/10 11:57:46 sj 1.1.2.5: updating license text 2008/04/04 10:10:17 sj 1.1.2.4: added some table/text properties 2008/04/02 17:43:49 sj 1.1.2.3: added table import 2008/03/28 20:21:29 sj 1.1.2.2: added table import 2008/03/20 15:34:16 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a84b2d0a97de472a5563516665af8292974f5c72]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 11:57:46 sj 1.1.2.3: updating license text 2008/04/02 17:43:49 sj 1.1.2.2: added table import 2008/03/28 20:02:21 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ca5bb7043762992065aaf9de5f432dd9cb0d4520]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/10 12:19:54 sj 1.1.2.4: fixed merge conflicts 2008/06/10 11:57:46 sj 1.1.2.3: updating license text 2008/03/28 20:21:29 sj 1.1.2.2: added table import 2008/03/20 15:34:03 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [8c9ce95a22cfaefddcd8c624cd95bf24d710ab7b]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:33 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:28 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c84ff9459f09311100d1b0da58a562ed950438c1]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:24 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:49 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [0a5b4cf7a956d16dd87fdc50187f139d5624b11c]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:55 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:48 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [36fef6b91354b56aa68956a97b3dbd6ac24d3925]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:21 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:28 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [8173fdd1fb3232db287c572f8e1ef3b1916ad64b]

        INTEGRATION: CWS fwk88 (1.13.84); FILE MERGED 2008/05/29 17:05:51 mav 1.13.84.2: #i63661# fix the crash caused by the patch 2008/05/28 10:01:50 mav 1.13.84.1: #i63661# integrate the patch

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [752081f91e587763c3c00c636e8009035eacd279]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:29:21 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:07:55 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a36d56382b3be7fc9d8137b1d65b1391258b2cc1]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:49 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/28 20:21:27 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [5b10a75f67a9bbe476aea179ee4952ad145fdd69]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 12:12:36 sj 1.3.2.5: fixed merging conflicts 2008/06/10 09:52:36 sj 1.3.2.4: RESYNC: (1.3-1.5); FILE MERGED 2008/04/04 10:10:17 sj 1.3.2.3: added some table/text properties 2008/04/02 17:43:48 sj 1.3.2.2: added table import 2008/03/20 15:33:23 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a20ee9d1da54449f4bc9a3e20e0f1a65908523fe]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:46 sj 1.3.2.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:48 sj 1.3.2.2: added table import 2008/03/28 20:21:26 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [7092d2ce780cd069213d153813adf840c7b9b0e7]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:01 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/04/02 17:43:48 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [103f3a44611612ff66712d9fc54260accbca2f19]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:29:15 rt 1.1.2.2: Change license header to LGPL v. 3 2008/04/02 17:42:48 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [0f287df6c588720c924b2f03209933a6231c904f]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:07 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/20 15:33:23 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [6252695dc6ad861b8950cbd7301e3ef036bb0d23]

        INTEGRATION: CWS fwk88 (1.66.18); FILE MERGED 2008/06/02 10:19:17 pb 1.66.18.2: RESYNC: (1.66-1.67); FILE MERGED 2008/05/30 08:08:10 cd 1.66.18.1: #i87951# Added missing UI strings for the notes commands

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [1c5fb0c81ed4ec54ec8358b66ed47832a85bf4d5]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:58 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/04/02 17:43:48 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [97d937dc09f4c9b53b77be5ac437724e4cd5d402]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:52:14 sj 1.3.2.3: RESYNC: (1.3-1.5); FILE MERGED 2008/04/02 17:43:48 sj 1.3.2.2: added table import 2008/03/28 20:21:26 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [4e26afc4c3164be130c3ca4f2243054be1a360cd]

        INTEGRATION: CWS fwk88 (1.27.226); FILE MERGED 2008/05/02 14:18:52 pb 1.27.226.2: RESYNC: (1.27-1.28); FILE MERGED 2008/04/25 07:36:54 cd 1.27.226.1: #i84543# Remove 'Page Preview' from the Calc 'View - Toolbars' menu

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [b29e30d45cfcdb4526d885ac0eada8e96754557d]

        INTEGRATION: CWS ooxtablefilter (1.5.2); FILE MERGED 2008/03/28 20:21:25 sj 1.5.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [d2fe01bf51ed8e786bde64e2e6e0bffac6377c34]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:52 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:25 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [d586a6a97f3400fb24f1a18b1c541721abc0665f]

        INTEGRATION: CWS ooxtablefilter (1.2.16); FILE MERGED 2008/06/10 09:54:54 sj 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2008/03/28 20:21:25 sj 1.2.16.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [684fc1b454c163020dfcf8a9411969e666e0520a]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:29:01 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:06:34 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [065344f8674bdcd2dd8fd6ea26066208f1882436]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:55 rt 1.1.2.3: Change license header to LGPL v. 3 2008/04/02 17:43:48 sj 1.1.2.2: added table import 2008/03/28 20:06:23 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [ef08d741612ff5f26164940704ec15bc91f04662]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:47 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:06:14 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [adaecf831d59be31a882685b5c4fb6391fe7b55f]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:42 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:06:01 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a792fa43c81e4e5b792f8374784ef869d4ba3089]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:35 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:05:51 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a78705723a823058a7f4dd7df70c0cd8e0dd1e71]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:17 rt 1.1.2.3: Change license header to LGPL v. 3 2008/04/02 17:43:48 sj 1.1.2.2: added table import 2008/03/28 20:05:40 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [0b33c3f1ff005019710e17da52c07e26a1b82f16]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:28:07 rt 1.1.2.3: Change license header to LGPL v. 3 2008/04/02 17:43:48 sj 1.1.2.2: added table import 2008/03/28 20:05:30 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [e753b52970f4a5cfb1f191129b0109509b3d5432]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:27:45 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/20 15:32:28 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c8a5dd2976f373231fcb89fd5686aa5329dd27ce]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:27:18 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/20 15:32:16 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a7c97592cfafcc80e454dd1c2f9806625c45c603]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:27:11 rt 1.1.2.4: Change license header to LGPL v. 3 2008/04/04 10:10:17 sj 1.1.2.3: added some table/text properties 2008/04/02 17:43:47 sj 1.1.2.2: added table import 2008/03/20 15:32:04 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [cadd02f2d1ce0203bc8d3954db90daf6ceb3f456]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:26:45 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:05:21 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a8098394316e1b37e541b3fcaa059772dc3065a4]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:26:01 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/20 15:31:53 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [12b7c0bb7823e48a18904b477a87e1cce5e35885]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:25:09 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/20 15:31:43 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a296e6dd5bc99ffc38927c7024a7d06ca5154ece]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:24:42 rt 1.1.2.5: Change license header to LGPL v. 3 2008/04/04 10:10:17 sj 1.1.2.4: added some table/text properties 2008/04/02 17:43:47 sj 1.1.2.3: added table import 2008/03/28 20:21:25 sj 1.1.2.2: added table import 2008/03/20 15:31:32 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [459d9f7bd5559a26030e5314e342bef583a682cd]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:24:29 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:05:12 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [11f2a68d3ee5e1c202be6594f1a6c748fb782e31]

        INTEGRATION: CWS ooxtablefilter (1.2.16); FILE MERGED 2008/06/10 09:54:21 sj 1.2.16.2: RESYNC: (1.2-1.4); FILE MERGED 2008/03/28 20:21:24 sj 1.2.16.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [b187916a2667240f50924d951964d1dcb4c4cc48]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:54:18 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:21:24 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [a66fbce2f75047f05923ee7d33af5b52305797d3]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:24:15 rt 1.1.2.2: Change license header to LGPL v. 3 2008/03/28 20:07:38 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c20182f85a7dab74d5810bd705793088498ec420]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:53:55 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/20 15:30:43 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [2fba12ea3adca0beb181868abab05375c480e700]

        INTEGRATION: CWS ooxtablefilter (1.2.16); FILE MERGED 2008/06/10 09:54:14 sj 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 17:43:47 sj 1.2.16.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [4e6aa25f96ff93ee99842ef565a89357444eba46]

        INTEGRATION: CWS ooxtablefilter (1.1.2); FILE ADDED 2008/06/20 06:23:41 rt 1.1.2.2: Change license header to LGPL v. 3 2008/04/02 17:42:22 sj 1.1.2.1: initial version

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [2c896e1e8fbd674fc2f37ee68472172ec6e93ebc]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:54:11 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:47 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [744146c5c30e7915ebf72b5a83ed1511ebbaba7c]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:54:01 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:47 sj 1.3.2.1: added table import

2008-06-20  Rüdiger Timm  <rt@openoffice.org>  [c84fbfac8227352879de755489544755b70c6fc0]

        INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED 2008/06/10 09:54:57 sj 1.3.2.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/28 20:09:32 sj 1.3.2.1: added table import

2008-06-20  Joerg Skottke  <jsk@openoffice.org>  [60136f638ff0cbfb99f42ce017d348288cd78e26]

        Add unique module identifier to filenames

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [10fe5621cb3b5b18df0c894970b0e040834ff7c9]

        INTEGRATION: CWS jl103 (1.5.16); FILE MERGED 2008/06/13 07:28:39 jl 1.5.16.1: #i86233# uri encoding the URI attribute of the reference elements

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [8dc91dd28acc47d0477ed75f1d6537b20a5b228b]

        INTEGRATION: CWS jl103 (1.3.16); FILE MERGED 2008/06/13 07:28:39 jl 1.3.16.1: #i86233# uri encoding the URI attribute of the reference elements

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [d23be4ef02754f95a25058e8325b7ac04ba89aad]

        INTEGRATION: CWS jl103 (1.9.16); FILE MERGED 2008/06/13 07:28:39 jl 1.9.16.1: #i86233# uri encoding the URI attribute of the reference elements

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [535340372e9d02d9facc29363a42f763066b50d8]

        INTEGRATION: CWS jl103 (1.10.10); FILE MERGED 2008/06/13 07:28:39 jl 1.10.10.1: #i86233# uri encoding the URI attribute of the reference elements

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [110f2588d67cf32e7791fb65f531a7c4c1f443bd]

        INTEGRATION: CWS jl103 (1.6.16); FILE MERGED 2008/06/13 07:28:39 jl 1.6.16.1: #i86233# uri encoding the URI attribute of the reference elements

2008-06-19  Rüdiger Timm  <rt@openoffice.org>  [96336534cb09baf5ab2b551a3a935bbce51fea29]

        INTEGRATION: CWS obo32 (1.6.2); FILE MERGED 2008/06/19 07:38:17 obo 1.6.2.1: #i90866# Build breaks in SO environment

2008-06-19  Joerg Skottke  <jsk@openoffice.org>  [f09ce126da75c7dffe0d626b11d4705572452b8f]

        Removed deprecated parts of headers

2008-06-19  Joerg Skottke  <jsk@openoffice.org>  [20734c92d7c5ed5179df0672133602187ccc1dd8]

        Merge with test case from qatesttool

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [25d42b4e41395a297b3baf631a51706e8f6d792e]

        Fix: updating path to global-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [4703d52f232afdea29cea7b31a24b84e95333970]

        Adding optional-includes

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [91561223f6c4213512ccac3c3a0e4e1d0cafe3d1]

        Adding optional-includes

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [9710abf88b75548c940a8a48d2ce0f9c4ea3eca4]

        *** empty log message ***

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [73b5579da8bff36de5db1cd2dddf99f54ae3d6d4]

        Update of hDatei to hFile -commands

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [4cb3c32f5b7c04acc74a3b2a9d338b8a08ff0d34]

        Adding optional-input-files

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [2f53e59ecb280435f3179cd610f3146a445fe601]

        #i90810# Do not include cmath for MS .Net2003 compiler.

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [b9e15e6dbb2c21e09e904364be8ccbbbc7aa4cf1]

        Adding optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [677c5a7b5189844b590839f9ea3cf0f14955c9c2]

        Adding optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [8b99c745422b8a90224415181f8c4078b69ca4f1]

        Adding optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [d0558888a097dd82dd413f79c79aecef24730e3b]

        Adding optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [d14bfff66b2b3f97dbb005677211366b4c45d19a]

        Adding optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [653eb43e6e296f563d3777214eacd491e3008810]

        Adding optional-input-files

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [2a18dd4a8399a1b88ce97fe1247a6d6d3c64ac18]

        #i90833# Disable 18 tests because they do not work on solaris. Additionally disable three tests (slash.test, alias3.test, complexprefixes2.test) to avoid bus error on solaris sparc.

2008-06-18  Thorsten Bosbach  <tbo@openoffice.org>  [ebd816d2b186380d8bb55f0016bd14974c367105]

        CHG: preparation for CWS handling

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [42b35b20bab0e813e6a8ca3f5da1025ad47148bb]

        Adding input-filter-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [c05e53ea1712b7fb97e5b051c50f90e38a75dc4f]

        Adding dropdown-input-file

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [d0b3888227ca34312c5161460c6d626ab1bc90d4]

        Committing clipboard-inputfiles

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [04474626c7646b68ec091b8ef8455498737efba8]

        committing optional-input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [fe3c4c532946d6e3b43a499e74707aeef6dc9533]

        Committing optional input-files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [52c953687943a0804706d8297d16fd1886d222bd]

        Adding Optional-Files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [139b33bfdfca149045562f73bfa6fa3e09affd35]

        correcting comment.

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [e1cf89a91bcc7bb6c72a817d8965ed15c25d3a73]

        Adding tools-Files

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [bed35848e19b21b24b964999e888851e20c02fd7]

        #i90812# Resolve ambiguity (fix ba ama).

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [454c19ebffa2a07f0afb8f3a92c79589d154e12b]

        Adding Optional-Files

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [a1c80e9fe656c263ab9cfc6141bbcbdfdf600ee4]

        #i10000# Disable crashdebug information for non-updaters. Add a setsolar switch for enabling it (-crashdump).

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [27df143fd410a22644d095bb9b942f1fa57b6818]

        Adding Required-inc-Files

2008-06-18  fredrikh  <fredrikh@openoffice.org>  [5dcaf91fbc57d13a8c5b705c21ef6ab8eaf1c7ed]

        Adding Required-Bas-Files

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [4450b4afed1c6ed0f429c1749dceeb913fffccc9]

        #i90829# Remove 'std::'

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [8e3fab2a3498d56b20a736de28952f08367934c4]

        #i90829# Remove 'std::' .

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [bbdf0b5a98e06f25e1193a3be4f86a7215623c4b]

        #i90829# Remove 'std::' for time and localtime.

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [93eb84e5b3d1e2fb054ec873227a983c4d41db8e]

        #i90668# Add '-verbose' option to usage message.

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [ae7b804956b6251d295a16e37812dc66c0ff9353]

        #i90823# Add hunspell support for Mac OS X (patch by pjanik).

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [2a796606209518c5da3bf66435e39267a6f35a11]

        #i90819# Remove '::std' for memmove

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [1c7ced20664abf837f35c50acd98c8ef4d832647]

        #i90819# Remove '::std' for memcpy, fprintf, and fflush

2008-06-18  Rüdiger Timm  <rt@openoffice.org>  [334ea32e6b7acb5ff75d21f8af2eb5192a43b475]

        #i90818# Avoid 'uninitialized' warning.

2008-06-17  mst  <mst@openoffice.org>  [693b532d226a2a31a44892809942445ee2ebab97]

        make it build on wntmsci12 and unxmacxi - redland/*/makefile.mk:   + fix bugs   + use evil -dylib_file hack so redland builds on unxmacxi - redland/*.patch:   + add dmakefile for wntmsci12 build

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [edfa689d1456033b452d79d2736a65211450a3eb]

        #i10000# Adding custom action for layer links on windows.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [fe045cfd0e6b89e887d73b5cd4bac0e0df60acb7]

        #i10000# Flag for solaris

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [48424e84e439669114009db966154aa8f139f1b9]

        #i10000# Add postithelper to EXCEPTIONSFILES.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [d621dd755bad5fd4eff2f69d1014d79743b39216]

        #i10000# Condition always true.

2008-06-17  fredrikh  <fredrikh@openoffice.org>  [21e2c410dfefe140f10d8b61d000fcf8d362a80d]

        Chg: Outcommenting g_customize.

2008-06-17  fredrikh  <fredrikh@openoffice.org>  [958727f474013078e679831d3c419e57e1ee2b3c]

        Chg: Outcommenting g_customize.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [c658b0a8e4a6d73fe90cb4f722843d027f846286]

        #i10000# Avoid warning 'empty body in an else-statement'.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [0c78d6812bba7fa2eb3e4f0ce6534547b631ffff]

        #i10000# Do not patch configure.ac.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [7774f9d4964594cc0547249c48369f42fc47db46]

        #i10000# Duplicate block removed.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [d64f97b40b9e1eeb1fd845f36bafbfd1f57aec98]

        #i10000# For windows the lib is 'slb\libhunspell.lib'

2008-06-17  Joerg Skottke  <jsk@openoffice.org>  [166177c5e7c56e6371dd2db008c1e5a3fcda349b]

        Fixed incorrect call to hExtensionAddGUI

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [02f0d608a94df2e44dab0713baf2cde0651a44ef]

        #i10000# Compare the whole patch data instead of number of lines.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [bf4a4f797bc4f022a0e1b16d12427e75444ef5b2]

        #i10000# __attribute__ ((packed)) is known by gcc only.

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [0ae146fdfab9740d5d16c057eefcde3dd7cf6cd9]

        #i10000# Oops, got too much changes from 'lingucomponent' - obviously we do not want to include precompiled_lingucomponent.hxx here.

2008-06-17  Oliver Bolte  <obo@openoffice.org>  [d1cda9244245875cd04f1f632c1c0db8e8a68f6b]

        #i10000# Build breaks on wntmsci12

2008-06-17  Tobias Krause  <tkr@openoffice.org>  [5eebda984341cbb3028c6cdcb863a7f7c8c980af]

        #i83625# commited the wrong in into the wrong module. Repair it now

2008-06-17  Tobias Krause  <tkr@openoffice.org>  [2c813baecd6db69efb742b18f64e3426d9cffe4d]

        #i83625# create lucene module

2008-06-17  Tobias Krause  <tkr@openoffice.org>  [ee47dc4bbe6e818b2ee87a429a69d3877e103f64]

        #i83625# create lucene module

2008-06-17  Joerg Skottke  <jsk@openoffice.org>  [61ebf6ff5baf859c4791ebcff9555c76fa5ce060]

        Fix broken pathspecs

2008-06-17  Rüdiger Timm  <rt@openoffice.org>  [6afc211d5c3b893604f08302150881dc2c335556]

        #i10000# Non-product builds still need isSimpleValueElement().

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ef5e7b2c65827cd34328a0f8a9ed55367bef83fa]

        DEV300

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [266d73b87ad4ab305a9a6c3bfa9084a9671bdc63]

        INTEGRATION: CWS hr51 (1.5.48); FILE MERGED 2008/06/06 15:09:51 hr 1.5.48.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [51f16fd30dbe351720132f074b34e2db3da8e6c8]

        INTEGRATION: CWS hr51 (1.119.26); FILE MERGED 2008/06/06 16:27:24 hr 1.119.26.2: RESYNC: (1.119-1.120); FILE MERGED 2008/06/06 15:09:51 hr 1.119.26.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3c4aacba2f40d7b29af37de7804c6ed800bd4280]

        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>  [d2f5c4b5a5eb45dc19c0b3d8ad88523289218e44]

        INTEGRATION: CWS hr51 (1.24.4); FILE MERGED 2008/06/06 15:06:57 hr 1.24.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [720b19305d578d99e4f8a9bcc8f23a452658ea93]

        INTEGRATION: CWS hr51 (1.22.40); FILE MERGED 2008/06/06 15:04:17 hr 1.22.40.1: #i88947#: std namespace

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [da4a04c29760d5c28f37f94a427f1229a3e363cc]

        INTEGRATION: CWS hr51 (1.14.42); FILE MERGED 2008/06/06 15:04:16 hr 1.14.42.1: #i88947#: std namespace

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [aad30c411facd45b0081f11c0574f3eb7b21b023]

        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>  [18666586dc07ac29a4bd8e88754a939d65368875]

        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>  [862691138b0c16f7478bd4d89abe80aa865593a1]

        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>  [ac4d5eac45be47ace3ff5bb6896b6ab60d244459]

        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>  [3d8d4b9cb787ec890bec5d4edf4f5bf7e260bc2f]

        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>  [33e603a2588b50198357e403304de1b7195838cb]

        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>  [0167df65960de51776fa62a89decd58e4b574865]

        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>  [106846f6e1701f2bea1d368733d59a7a86299c66]

        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>  [c0665dd526e2c48f2bae1f2a1cef489dfd5e7fc8]

        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>  [233ffa34c6c574924e4fc126dd111c850513542b]

        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>  [e7dc69eea9f8741f1d97eb4b4301593bf41771be]

        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>  [37617f180e6e1579e965cb98f7d233d40cd41994]

        INTEGRATION: CWS hr51 (1.38.6); FILE MERGED 2008/06/06 14:49:25 hr 1.38.6.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1269ef8c9c87e3a743cdabf39db14488027a8b86]

        INTEGRATION: CWS hr51 (1.34.14); FILE MERGED 2008/05/14 14:53:39 hr 1.34.14.1: #i88947#: support for Solaris Sparc LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ce8f5bfdd6c9b0110e225f54d6c5cd2c6d68b156]

        INTEGRATION: CWS hr51 (1.7.20); FILE MERGED 2008/05/14 14:25:12 hr 1.7.20.1: #i88947#: add symbols for Solaris LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [eedfccdec3693db08e17b9c79d482686576b5b68]

        INTEGRATION: CWS hr51 (1.43.4); FILE MERGED 2008/05/05 13:31:14 hr 1.43.4.1: #i88947#: SystemSTL on Solaris with SunStudio compilers means the STLport shipped with the compiler, no need to wrap hash_set and friends

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fbe3808c6acc1f60ce718b73b36f85e251d3bf67]

        INTEGRATION: CWS sb88 (1.5.2); FILE MERGED 2008/06/11 12:12:39 sb 1.5.2.1: #i88680# make guiloader work in Basis layer as well as Brand layer (so that it can be used as testtool.exe in Basis layer)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fd63a514182438ae0e1f01644f394457cb19fccb]

        INTEGRATION: CWS sb88 (1.6.2); FILE MERGED 2008/06/11 12:12:38 sb 1.6.2.1: #i88680# make guiloader work in Basis layer as well as Brand layer (so that it can be used as testtool.exe in Basis layer)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8e84782f8f7e2701a87c91fccad85420c7ce21f1]

        INTEGRATION: CWS hr51 (1.3.6); FILE MERGED 2008/06/06 14:43:22 hr 1.3.6.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e1fbbe4193d158e4bb812f03af1f02ae3141591e]

        INTEGRATION: CWS hr51 (1.1.2); FILE ADDED 2008/06/06 14:41:31 hr 1.1.2.2: #i88947#: Solaris 64 bit support 2008/05/14 14:47:51 hr 1.1.2.1: #i33126#: support for Solaris LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e7f7857e5250cf57a108d11ceb620db0be00b841]

        INTEGRATION: CWS hr51 (1.49.14); FILE MERGED 2008/05/14 14:46:25 hr 1.49.14.1: #i88947#: support for LP64 Solaris symbol maps

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ecef104385e27812d27ef7c8623c8c928d2748e2]

        INTEGRATION: CWS hr51 (1.43.12); FILE MERGED 2008/05/14 14:46:25 hr 1.43.12.1: #i88947#: support for LP64 Solaris symbol maps

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [17a1aa24a95506932f2f09a7f6abb9e2285ca028]

        INTEGRATION: CWS hr51 (1.38.14); FILE MERGED 2008/05/14 14:47:51 hr 1.38.14.1: #i33126#: support for Solaris LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1bb92695da0873f1e4196a828e7a204978ffe28b]

        INTEGRATION: CWS hr51 (1.123.14); FILE MERGED 2008/05/14 14:45:22 hr 1.123.14.1: #i88947#: support for LP64 Solaris symbol maps

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6dfdd892bca0618b3235521695c517e869fbd9db]

        INTEGRATION: CWS hr51 (1.119.20); FILE MERGED 2008/05/14 14:45:22 hr 1.119.20.1: #i88947#: support for LP64 Solaris symbol maps

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b4f90504debce30b4d892098b7c40667bf3122f7]

        INTEGRATION: CWS hr51 (1.20.2); FILE MERGED 2008/06/16 09:46:37 hr 1.20.2.3: #i88947#: enable Solaris 64 bit builds 2008/06/06 16:24:42 hr 1.20.2.2: RESYNC: (1.20-1.27); FILE MERGED 2008/06/06 14:41:31 hr 1.20.2.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1d8af0604aa88ea941e5a29e59a7ec2db75c1264]

        INTEGRATION: CWS hr51 (1.48.14); FILE MERGED 2008/06/06 14:41:30 hr 1.48.14.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6e248e4aec39f7ac61f83731ac09d79bbf96e982]

        INTEGRATION: CWS sb88 (1.4.40); FILE MERGED 2008/06/11 10:49:23 sb 1.4.40.3: RESYNC: (1.4-1.7); FILE MERGED 2008/06/06 08:33:55 sb 1.4.40.2: #i89507# take care of .jnilib vs. .dylib feature of MACOSX 2008/05/15 10:06:46 sb 1.4.40.1: #i88329# move just-for-moz msvcp71.dll/msvcr71.dll from URE to Basis layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [67e862f3b1f4e37b10550d28c5e1a66e35036fc0]

        INTEGRATION: CWS sb88 (1.60.10); FILE MERGED 2008/06/11 10:49:18 sb 1.60.10.3: RESYNC: (1.60-1.64); FILE MERGED 2008/06/11 09:04:05 sb 1.60.10.2: #i90601# fixed relative order of Brand Layer CFG_Strata 2008/05/15 11:07:54 sb 1.60.10.1: #88739# VBA types were missing (fix by npower)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4d939118edf891e85c25ada02ac857a122c975dc]

        INTEGRATION: CWS sb88 (1.95.2); FILE MERGED 2008/06/11 10:49:13 sb 1.95.2.3: RESYNC: (1.95-1.99); FILE MERGED 2008/05/16 08:04:40 sb 1.95.2.2: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer 2008/05/15 10:06:46 sb 1.95.2.1: #i88329# move just-for-moz msvcp71.dll/msvcr71.dll from URE to Basis layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [198b7ec747c4809d190501612b418d2e0d070ad0]

        INTEGRATION: CWS sb88 (1.241.6); FILE MERGED 2008/06/11 10:49:09 sb 1.241.6.2: RESYNC: (1.241-1.247); FILE MERGED 2008/05/16 08:04:39 sb 1.241.6.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [be19dc5e54686fc148cd207d1571c60261df965d]

        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>  [f5bfcd46d942e1f0841e24155b8bd5b11ad44d58]

        INTEGRATION: CWS sb88 (1.286.38); FILE MERGED 2008/06/11 10:49:00 sb 1.286.38.2: RESYNC: (1.286-1.290); FILE MERGED 2008/05/15 10:06:46 sb 1.286.38.1: #i88329# move just-for-moz msvcp71.dll/msvcr71.dll from URE to Basis layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d5f9123c308ed91525a5099819f111a5c03b55d5]

        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>  [bb2307dc6e46491b14e1977c117038277513dfa0]

        INTEGRATION: CWS sb88 (1.7.8); FILE MERGED 2008/06/11 10:48:54 sb 1.7.8.3: RESYNC: (1.7-1.12); FILE MERGED 2008/06/06 08:33:06 sb 1.7.8.2: #i89507# for now, include a soffice -> soffice.bin symlink on MACOSX (may become obsoleted when crashreporting feature requires two distinct soffice/soffice.bin processes, anyway) 2008/05/16 08:04:39 sb 1.7.8.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fedd92a1d6b286827fa282ff86f6b620e983ff14]

        INTEGRATION: CWS sb88 (1.18.70); FILE MERGED 2008/06/06 08:33:55 sb 1.18.70.2: #i89507# take care of .jnilib vs. .dylib feature of MACOSX 2008/05/15 10:06:45 sb 1.18.70.1: #i88329# move just-for-moz msvcp71.dll/msvcr71.dll from URE to Basis layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ac56282db3be8c5c7b42551609b5c3da49110b92]

        INTEGRATION: CWS sb88 (1.14.12); FILE MERGED 2008/06/03 15:16:10 sb 1.14.12.1: #i89561# applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1b39ef73fdeeae4681e7a5f0c65b74770d0951ca]

        INTEGRATION: CWS hr51 (1.10.20); FILE MERGED 2008/06/06 16:23:03 hr 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2008/06/06 14:33:49 hr 1.10.20.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8cb4eb5ee8593506c298a730db0c83c8e8177b72]

        INTEGRATION: CWS sb88 (1.24.10); FILE MERGED 2008/06/03 15:29:55 sb 1.24.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f4c513e09116f54ab4432c89e14d7e6ce75deceb]

        INTEGRATION: CWS sb88 (1.4.10); FILE MERGED 2008/06/03 15:29:55 sb 1.4.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [409e62711fd659a9279edd4c36f4bed5fe839082]

        INTEGRATION: CWS hr51 (1.12.66); FILE MERGED 2008/06/06 14:33:14 hr 1.12.66.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [df3ce897a550ab1cae9ce79a876dd53d1537ab12]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:55 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [009459903fb78f33a2720e32757dcfafe12c88b1]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:55 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [460eda873629e3be4813b05397604edc48bc8621]

        INTEGRATION: CWS sb88 (1.15.10); FILE MERGED 2008/06/03 15:29:55 sb 1.15.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1c7a6bdc6c65b775972c694fe873a705adda3b78]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:55 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f39fbd44bb2f8fcb9ea48432344817ffb45be41f]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:54 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4fd534856067d80429835fb3a08515eb1349a1de]

        INTEGRATION: CWS sb88 (1.5.10); FILE MERGED 2008/06/03 15:29:54 sb 1.5.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c33cc524a911b7127be4163f03011d8b9b7b1395]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:54 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a8c2f4aa5c30c878c45e4cc5d4d846f91f42521d]

        INTEGRATION: CWS sb88 (1.4.10); FILE MERGED 2008/06/03 15:29:54 sb 1.4.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c98b39b0a4d96ed4a47e2f2b662a0b424c5b73cc]

        INTEGRATION: CWS sb88 (1.26.10); FILE MERGED 2008/06/03 15:29:54 sb 1.26.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fb65417ddd60e87cdf6a74dac9444298ef445933]

        INTEGRATION: CWS sb88 (1.32.10); FILE MERGED 2008/06/03 15:29:54 sb 1.32.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [98667b9e2603eb8987ff1e916096d03cf977bca1]

        INTEGRATION: CWS sb88 (1.16.10); FILE MERGED 2008/06/03 15:29:54 sb 1.16.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [337856da104aba7d76f6803418aa450040a2516f]

        INTEGRATION: CWS sb88 (1.23.10); FILE MERGED 2008/06/03 15:29:54 sb 1.23.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d9890e2beed67a78626149e651801726461b487a]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:54 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ee2719f784a5b4408f3dc75589c9b31c14a6f65e]

        INTEGRATION: CWS sb88 (1.20.10); FILE MERGED 2008/06/03 15:29:54 sb 1.20.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [64c220eb2031fe02e8e1b0d8a9929495dd0b09b1]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:54 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [39b61f48199399d6bce4837736e984373ad8da95]

        INTEGRATION: CWS sb88 (1.31.10); FILE MERGED 2008/06/03 15:29:53 sb 1.31.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [406603a096b77c30f44724966acacc588c6b4929]

        INTEGRATION: CWS sb88 (1.15.10); FILE MERGED 2008/06/03 15:29:53 sb 1.15.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [61eac640e6cb755d4bdb2e977e052daf51dd64ec]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:53 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [89ce96910b8eadd90b56b9db86eb4219609826c2]

        INTEGRATION: CWS sb88 (1.5.10); FILE MERGED 2008/06/03 15:29:53 sb 1.5.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1c4da6b5549720b8d2458f74a3f0dacaac929af4]

        INTEGRATION: CWS sb88 (1.4.10); FILE MERGED 2008/06/03 15:29:53 sb 1.4.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f2b6d8a9112718f36cd3debdd0b8b5bd85c12ee5]

        INTEGRATION: CWS sb88 (1.23.10); FILE MERGED 2008/06/10 13:04:49 sb 1.23.10.1: #157123# replace sole (exception handling) call to asynchronous CacheController::invalidateComponent with call to synchronous CacheController::refreshComponent, to avoid multi-threading issues

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [aa9d1f9464ed87051f5c4209238dcf77f1ab2e2b]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:53 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e6dabf025a2eeb2dfd6dc5309dd26222ded20d8b]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/10 13:04:49 sb 1.12.10.1: #157123# replace sole (exception handling) call to asynchronous CacheController::invalidateComponent with call to synchronous CacheController::refreshComponent, to avoid multi-threading issues

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [37292c6a174940d66ae36bb31c43572b10da8c31]

        INTEGRATION: CWS sb88 (1.20.10); FILE MERGED 2008/06/10 13:04:49 sb 1.20.10.1: #157123# replace sole (exception handling) call to asynchronous CacheController::invalidateComponent with call to synchronous CacheController::refreshComponent, to avoid multi-threading issues

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [64b92e4275272274487e17ab95d5104055948b98]

        #i88947# Get changes by CWS hr51 on lingucomponent/source/spellcheck/hunspell (3 files: atypes.hxx, hashmgr.hxx, phonet.cxx)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0d3d277c3ca7fb8cc4a43784c320da56d86269f2]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:53 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9356bef3b0bc76afb37e5fefe1c05e41718aadcc]

        INTEGRATION: CWS hr51 (1.29.2); FILE MERGED 2008/06/06 14:32:15 hr 1.29.2.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4675fc4bd2e5885b87ccd91d9f4dbaf2200689a6]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:53 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [21d6f5adecda85c0a1c10e0b3ad65de38878ba48]

        INTEGRATION: CWS hr51 (1.13.4); FILE MERGED 2008/06/06 14:29:38 hr 1.13.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d38ca73135ab105f0927c16d1f0853e596487173]

        INTEGRATION: CWS sb88 (1.13.10); FILE MERGED 2008/06/03 15:29:53 sb 1.13.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [aa9ab2f1df3f0ceae153de118818222736b6c8ea]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:52 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [96a0d5b33b18457b8e000c742e4a632da757cbce]

        INTEGRATION: CWS hr51 (1.31.22); FILE MERGED 2008/06/06 14:25:06 hr 1.31.22.1: #i88947#: std namespace

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [66534ab13643e63617ee15ec27f26fcb1be2981e]

        INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:52 sb 1.7.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9cb4ca0132e6b5bccadcf461ea3bf99be62e77c9]

        INTEGRATION: CWS sb88 (1.23.10); FILE MERGED 2008/06/03 15:29:52 sb 1.23.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fb503f7425697955d93c21f955545a8ad7c5bdfb]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:52 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [94976d7ae88eef48f0811829d59b92ccb813ea4f]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:52 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ab70c1bbad56b0967807315a36f25ffcddbf3865]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:52 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9b0a196bfdda7b32da9296202e7735afba21d129]

        INTEGRATION: CWS hr51 (1.7.4); FILE MERGED 2008/06/06 14:16:57 hr 1.7.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [90b712cd0b8d804760491748a1ce0ffd3a3fe1ae]

        INTEGRATION: CWS hr51 (1.5.4); FILE MERGED 2008/05/05 13:05:13 hr 1.5.4.1: #i88947#: relax memory access alignment requirements on Solaris Sparc 64 bit

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [77b9f27e1af2d9c06cb8366be605f2bf96ca80a6]

        INTEGRATION: CWS sb88 (1.18.10); FILE MERGED 2008/06/03 15:29:52 sb 1.18.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e56b3b0fc9c340771c531cdef3412cc41a53e282]

        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>  [25f78420af763c145d190f5d94d0934358ae5feb]

        INTEGRATION: CWS hr51 (1.9.6); FILE MERGED 2008/06/06 14:14:11 hr 1.9.6.1: #i88947#: std namespace

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ac3b386afb098ed67c9fd339818c5b8efb59c253]

        INTEGRATION: CWS hr51 (1.9.6); FILE MERGED 2008/06/06 14:14:10 hr 1.9.6.1: #i88947#: std namespace

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [15c26089b22e66b3fdf4c360b9a76ed9f51e87cc]

        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>  [3d19318ab3e41d4582d37150b7acc6e7cb20dde7]

        INTEGRATION: CWS sb88 (1.40.10); FILE MERGED 2008/06/03 15:29:52 sb 1.40.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1f697c1c91ba66dafd67292cd09b1201649553df]

        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>  [f6bf4d3c60e6384c47413918d9b7dcd92fd2e293]

        INTEGRATION: CWS sb88 (1.21.10); FILE MERGED 2008/06/03 15:29:52 sb 1.21.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5d43dade0c5a17cd55ac010981ef894d35bbad28]

        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>  [340597ef9778bbdafe73d3c8e03f94e7dacb939b]

        INTEGRATION: CWS sb88 (1.13.10); FILE MERGED 2008/06/03 15:29:52 sb 1.13.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f1bc5311f11f53a2a8d4aa940faeb30c3454664a]

        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>  [f48f6ed7b5383824848870a276f3acc62a97cd9c]

        INTEGRATION: CWS hr51 (1.2.44); FILE MERGED 2008/05/16 11:10:39 hr 1.2.44.1: #i88947#: add symbols Solaris LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7eafe3dd083db10dbdb3fea62d15a352e464cd6d]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:52 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0d7e2a9586eddbe518f6b81a9ff830a86db0dd12]

        INTEGRATION: CWS hr51 (1.21.4); FILE MERGED 2008/05/14 14:51:51 hr 1.21.4.1: #i88947#: add ARCH_FLAG for Solaris LP64

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [48025d0eac6f26b76949cc74691adc5b3b5f7b24]

        INTEGRATION: CWS sb88 (1.19.6); FILE MERGED 2008/06/11 10:48:19 sb 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2008/06/03 15:29:51 sb 1.19.6.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ad66d12f7b5078d4affed6a06d302ee07755b032]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:51 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8a0476052fa3bb170f711110640a2d9346b6e089]

        INTEGRATION: CWS hr51 (1.3.10); FILE MERGED 2008/06/06 14:12:15 hr 1.3.10.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [31011bf56d5015c1c8e5a6d1aaecceaac7d1e5aa]

        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>  [2bf5e1fa7565fde211d8fa68f5019a416bc7ca32]

        INTEGRATION: CWS hr51 (1.4.10); FILE MERGED 2008/06/06 14:12:15 hr 1.4.10.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [47ccc8df9b529ae2fa2585c67f3306786d056e40]

        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>  [4354f03af1d2d7092a292156969dbef5ba0df219]

        INTEGRATION: CWS hr51 (1.25.10); FILE MERGED 2008/06/06 14:12:15 hr 1.25.10.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [88747d57d8c42dc37e4f425bf2fb25755ef2a367]

        INTEGRATION: CWS sb88 (1.26.10); FILE MERGED 2008/06/03 15:29:51 sb 1.26.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [021847c44daf05b4d1f275fa498121e8b256ce3e]

        INTEGRATION: CWS hr51 (1.9.6); FILE MERGED 2008/06/06 14:12:15 hr 1.9.6.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cecee46e9d199347da41d4adf8209633c6b72ff0]

        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>  [809e3ab450fea9ac0407b3511b4d163f93b7980a]

        INTEGRATION: CWS sb88 (1.5.10); FILE MERGED 2008/06/03 15:29:51 sb 1.5.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ed89bb0019c093315bae5dc28743a6ea428107d7]

        INTEGRATION: CWS hr51 (1.12.12); FILE MERGED 2008/06/06 14:12:15 hr 1.12.12.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2f6b41c00f23cc108d5c003cb1f956e50b7fc00c]

        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>  [f51c92d98c795cbb2a0d3e6c6f48fe5467b04f51]

        INTEGRATION: CWS sb88 (1.18.10); FILE MERGED 2008/06/03 15:29:51 sb 1.18.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7e4e5abec8c71520891c70ff11ced6298226cb36]

        INTEGRATION: CWS hr51 (1.4.12); FILE MERGED 2008/06/06 14:12:14 hr 1.4.12.1: #i88947#: includes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [056eceded23249bbd86f432d2bb620729a54f78c]

        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>  [4c9ee9920062e80dc25b30e08ca108e48d7fea8e]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:51 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e6dbeec9d378a18d2602500d8a7e7f552a581feb]

        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>  [7c261c667b905ca5c017e9c8bceec02222980eba]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:51 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d816af3f535c524e0ac87e33a0057ae2a2a13c5b]

        INTEGRATION: CWS hr51 (1.13.4); FILE MERGED 2008/06/06 14:11:17 hr 1.13.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b106c0a70e77f649f3278325db768dc0e34faa71]

        INTEGRATION: CWS sb88 (1.34.10); FILE MERGED 2008/06/03 15:29:51 sb 1.34.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [677d78cec59545539c84033adb0e24f54da108a4]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:50 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f6b2fd24ab2ea83d42bd1bdaaf23ee8f66555243]

        INTEGRATION: CWS hr51 (1.11.4); FILE MERGED 2008/06/06 14:10:09 hr 1.11.4.1: #i88947#: includes; namespaces

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2dfe5bceee29c6581dc7f072199d1b7ea8d6b0ad]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:50 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8d952c5ee83d87a7899cb5f88531e734986bafb9]

        INTEGRATION: CWS hr51 (1.14.4); FILE MERGED 2008/06/06 14:10:08 hr 1.14.4.1: #i88947#: includes; namespaces

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [98353c95b9eeba4000d842728be8cf53542e57fc]

        INTEGRATION: CWS sb88 (1.22.10); FILE MERGED 2008/06/03 15:29:50 sb 1.22.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f72bf7d98ecb5c61496d7dfd70abcdfe3e01e1e5]

        INTEGRATION: CWS sb88 (1.5.10); FILE MERGED 2008/06/03 15:29:50 sb 1.5.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b543893e8ebed05b21c64baa11e48becac249310]

        INTEGRATION: CWS rptchart02 (1.13.62); FILE MERGED 2008/06/12 10:12:32 oj 1.13.62.1: change in unodialog

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3b964cb1073a9bf47b6adc6246b4ac2cec6c8dde]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:50 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b438a828d2cf28d8b5b68beebbeeea842e67d33f]

        INTEGRATION: CWS hr51 (1.3.38); FILE MERGED 2008/06/06 14:08:26 hr 1.3.38.1: #i88947#: includes; namespaces

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6e7e23a6f0ce56452fa772547a1920a0ced44e7b]

        INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:50 sb 1.7.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [966f513598f798403731e51ab81be258b752746b]

        INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:49 sb 1.7.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [56e5ddd806371e30e0de91c454557c4dff43e231]

        INTEGRATION: CWS hr51 (1.3.4); FILE MERGED 2008/06/06 14:01:54 hr 1.3.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [74cd312c37990fb112e43a91ce934f685bcc4cdb]

        INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/05/07 06:56:32 oj 1.6.2.1: #i88842# set databaseprovider at chart

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [09a6f60bb432ea63e1670b0aaae4f618d465e89b]

        INTEGRATION: CWS sb88 (1.31.10); FILE MERGED 2008/06/03 15:29:49 sb 1.31.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [85ab79d61fd2bf3e5407a41f4137c79a800d648c]

        INTEGRATION: CWS hr51 (1.16.4); FILE MERGED 2008/06/06 14:01:54 hr 1.16.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ee656a566919960c8de8817d3d9834865eec7d9c]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:49 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2d948a858a60bef7b33f2a34580344dadfde9224]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/04/30 13:03:35 oj 1.7.4.5: #i88843# impl clone method 2008/04/16 06:30:59 oj 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/14 11:22:48 oj 1.7.4.3: allow to double click when in insert mode 2008/04/03 06:35:21 oj 1.7.4.2: #i86343# remove unused code 2008/03/12 09:45:18 oj 1.7.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e51825c69296b63d913d88373e9f851f5a4a5134]

        INTEGRATION: CWS hr51 (1.3.6); FILE MERGED 2008/06/06 14:01:00 hr 1.3.6.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2f25525d955014e5bc8454d4f3c99bf48b9c7b98]

        INTEGRATION: CWS hr51 (1.10.22); FILE MERGED 2008/06/06 16:20:22 hr 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2008/06/06 14:00:29 hr 1.10.22.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [eefaf5356cd03e0e428b49d46b13f1eb917eb488]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:49 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [dc02f1fcd7e4262a2b26663f76a01c6b3b863781]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:30:55 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:45:18 oj 1.3.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8b3b4d75121e9396b0fdd202b86b3e5cf2347035]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:49 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a99f16af0bf4823146e8162f4c98d9b8fcc9b6d1]

        INTEGRATION: CWS rptchart02 (1.7.22); FILE MERGED 2008/05/16 12:53:21 oj 1.7.22.6: #i89365# copy props before set args at chart 2008/05/15 12:29:39 oj 1.7.22.5: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/30 13:03:35 oj 1.7.22.4: #i88843# impl clone method 2008/04/16 06:30:52 oj 1.7.22.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/03 06:35:21 oj 1.7.22.2: #i86343# remove unused code 2008/03/12 09:45:18 oj 1.7.22.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [101951725b4ed72709db497b1a6575a366de014f]

        INTEGRATION: CWS sb88 (1.10.10); FILE MERGED 2008/06/03 15:29:49 sb 1.10.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [074fc18f1a0e9d549869b923fe98e065dd152981]

        INTEGRATION: CWS sb88 (1.14.10); FILE MERGED 2008/06/03 15:29:49 sb 1.14.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2403fefddd99b8ca7002e63dde92b0674b798fcd]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/04/16 06:30:47 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:21 oj 1.5.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f706e24fa77ecdffd948574398f068e4ac2bcff9]

        INTEGRATION: CWS sb88 (1.4.10); FILE MERGED 2008/06/03 15:29:49 sb 1.4.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ff2a800cfb1f3dc061833abde5bd9ddad34ba244]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/05/15 12:29:39 oj 1.5.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:30:44 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:21 oj 1.5.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d25cbd0f5e11d6f7852507406b38493dd9ae5e25]

        INTEGRATION: CWS hr51 (1.4.14); FILE MERGED 2008/06/06 13:59:17 hr 1.4.14.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [57a9ad236fa747784edf38ec9c073f7cda66f2cb]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/05/15 12:29:39 oj 1.5.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:30:40 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:21 oj 1.5.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d8ef67dd585409561fbfb12f2952c4071f36ea44]

        INTEGRATION: CWS hr51 (1.3.10); FILE MERGED 2008/06/16 09:43:15 hr 1.3.10.3: #i88947#: enable Solaris 64 bit builds 2008/06/06 16:20:13 hr 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2008/06/06 13:59:16 hr 1.3.10.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c9b04a357d3096002c731a0292a92bb2a57aa911]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:49 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [54904d72c6fdeb072b224d4465af5914c6e7f0d7]

        INTEGRATION: CWS rptchart02 (1.8.4); FILE MERGED 2008/05/15 12:29:39 oj 1.8.4.7: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/30 13:03:35 oj 1.8.4.6: #i88843# impl clone method 2008/04/16 06:30:36 oj 1.8.4.5: RESYNC: (1.8-1.9); FILE MERGED 2008/04/15 08:34:45 oj 1.8.4.4: #i88295# handle copy n paste 2008/04/03 12:01:46 oj 1.8.4.3: handle delete key properly when ole object is  ui active 2008/04/03 06:35:21 oj 1.8.4.2: #i86343# remove unused code 2008/03/12 09:45:18 oj 1.8.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [79e12bf2448e387f6f955297cc8508b9f5249a72]

        INTEGRATION: CWS hr51 (1.47.4); FILE MERGED 2008/06/06 13:58:46 hr 1.47.4.1: #i88947#: Solaris 64 bit support

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ccc5b97ef8201fb1da103727b5af0ca5dd3f2ab5]

        INTEGRATION: CWS rptchart02 (1.12.4); FILE MERGED 2008/06/05 10:44:55 oj 1.12.4.9: #i90298# impl asian and complex 2008/05/23 05:41:26 oj 1.12.4.8: unsigned inserted 2008/05/15 13:02:13 oj 1.12.4.7: #i89365# deactivate ole object before dispoing controller 2008/05/15 12:29:39 oj 1.12.4.6: #i87135# allow to enable e.g. bold for controls as other checks 2008/05/07 06:56:32 oj 1.12.4.5: #i88842# set databaseprovider at chart 2008/04/29 12:53:53 oj 1.12.4.4: #i88842# create ole object with default size 2008/04/16 06:30:32 oj 1.12.4.3: RESYNC: (1.12-1.14); FILE MERGED 2008/04/03 12:01:46 oj 1.12.4.2: handle delete key properly when ole object is  ui active 2008/04/03 06:35:21 oj 1.12.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [71f2f3c4b5bcaa16c3d5341c683dfa43d97c34d2]

        INTEGRATION: CWS hr51 (1.20.20); FILE MERGED 2008/05/14 17:27:42 hr 1.20.20.1: #i88947#: support for LP64 Solaris symbols in mapfile

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d452892e79fca33eca41ce97ea1dba3d35bde652]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/30 13:03:35 oj 1.2.4.3: #i88843# impl clone method 2008/04/16 06:30:23 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:45:18 oj 1.2.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [347bd8c1d0c2d6e6f7dede42ca1fde320173165b]

        INTEGRATION: CWS sb88 (1.20.10); FILE MERGED 2008/06/03 15:29:49 sb 1.20.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7ea5992f540a55fd23448a71919faa7dbbee3183]

        INTEGRATION: CWS rptchart02 (1.4.22); FILE MERGED 2008/05/15 12:29:39 oj 1.4.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:30:20 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:21 oj 1.4.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cbd829d5e11e3673c108a97fd8dc1b5ef8a238f1]

        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>  [e0e146ed235b02cbbec83daf51cc588695f61238]

        INTEGRATION: CWS rptchart02 (1.5.18); FILE MERGED 2008/06/05 10:41:22 oj 1.5.18.3: #i90298# impl asian and complex 2008/04/16 06:30:15 oj 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.18.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d7c7ad554e52f9f720d1ae2dda4f2b052bb522c0]

        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>  [f6e5ee658d399ca37f24089ce73eb8ebb5f938a3]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/05/15 12:28:02 oj 1.6.4.3: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again 2008/04/16 06:30:11 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:20 oj 1.6.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e599b0beac6b117ccc897174f6d6117a14c53dcb]

        INTEGRATION: CWS sb88 (1.4.10); FILE MERGED 2008/06/03 15:29:48 sb 1.4.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6378a5b0ae62416432b0af49a60d079fc4456fe6]

        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-16  Rüdiger Timm  <rt@openoffice.org>  [8c47746b58203ad1e2798109e13dcfd2faa9cade]

        INTEGRATION: CWS rptchart02 (1.6.22); FILE MERGED 2008/04/16 06:30:07 oj 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:20 oj 1.6.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2bd9db24465fffec1d504d4d0b6e0c6a8073b894]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:48 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4873e1b8ce161fa1aa5a1e9c8053bbb3e017df29]

        INTEGRATION: CWS hr51 (1.7.14); FILE MERGED 2008/06/06 16:17:50 hr 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2008/06/06 13:49:35 hr 1.7.14.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1e1f04abc42cb9fb393e9b9cfd7bed7757e90a90]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/05/15 12:28:02 oj 1.4.4.3: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again 2008/04/16 06:30:01 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:20 oj 1.4.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4ba19843f20f9482a9fd345bbca638cd93f3e9b6]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:48 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cf81a3d003c0e5fe3e5118a8af35839349610859]

        INTEGRATION: CWS hr51 (1.10.18); FILE MERGED 2008/06/06 13:49:35 hr 1.10.18.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e334d0002ac19be6f8a7b5675355c01b7315dc34]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/05/15 12:28:01 oj 1.2.4.5: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again 2008/04/16 06:29:58 oj 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 13:06:16 oj 1.2.4.3: enable chart 2008/04/03 12:01:46 oj 1.2.4.2: handle delete key properly when ole object is  ui active 2008/03/12 09:45:18 oj 1.2.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c4e3c34f92c6098c8a8e8afee3215b3cf07df0b5]

        INTEGRATION: CWS sb88 (1.3.10); FILE MERGED 2008/06/03 15:29:48 sb 1.3.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c0a99bdd6e616ae72961a957d3f27ac98aef7fe1]

        INTEGRATION: CWS hr51 (1.18.18); FILE MERGED 2008/06/06 13:49:35 hr 1.18.18.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [99325c7274ebed1479e0b95a8571cfab97a5d66a]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:29:54 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1247b56a53a199da0f39c133cbfd638676c98c26]

        INTEGRATION: CWS hr51 (1.13.14); FILE MERGED 2008/06/06 16:13:25 hr 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2008/06/06 13:49:35 hr 1.13.14.1: #i88947#: fixes for compiling with SunStudio12 (WaE, compiler provided STL)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [214c1d46c3e9fb8abd6e19e848dcdf21d707cf11]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/04/16 06:29:50 oj 1.5.22.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 08:34:44 oj 1.5.22.3: #i88295# handle copy n paste 2008/04/03 12:01:46 oj 1.5.22.2: handle delete key properly when ole object is  ui active 2008/04/03 06:35:20 oj 1.5.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [128320b6760fcdacb433adf62203cd41d62d8b91]

        INTEGRATION: CWS sb88 (1.10.10); FILE MERGED 2008/06/03 15:29:48 sb 1.10.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7325f852fac131a50b967568e0769401609534b6]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/05/15 12:29:38 oj 1.5.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:47 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a88f06f4905b45d779d5ba04ba5c429e0c9f6880]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:48 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5b2c145fc9b9ebf96b9091dcf44792bac1b119e3]

        INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED 2008/04/16 06:29:43 oj 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 06:35:20 oj 1.2.100.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d8fa1398224d12d15771a3fa3514487a2dad4c7d]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:48 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7d2ec003c0a19924a7a397e025997731d61d9de9]

        INTEGRATION: CWS rptchart02 (1.4.22); FILE MERGED 2008/05/15 12:29:38 oj 1.4.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:40 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ad3edbec5bdfd0780960ddd3f8cf6c7edb59c401]

        INTEGRATION: CWS rptchart02 (1.3.92); FILE MERGED 2008/05/15 12:29:38 oj 1.3.92.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:37 oj 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:19 oj 1.3.92.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [374b388dfd13bf6fede131dd2bab038a921e8a07]

        INTEGRATION: CWS rptchart02 (1.4.92); FILE MERGED 2008/05/15 12:29:38 oj 1.4.92.4: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:33 oj 1.4.92.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 12:01:45 oj 1.4.92.2: handle delete key properly when ole object is  ui active 2008/04/03 06:35:19 oj 1.4.92.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e3b943fe76ce0b7c56ba0f4e7db16b62d4bf48f3]

        INTEGRATION: CWS sb88 (1.13.10); FILE MERGED 2008/06/03 15:29:48 sb 1.13.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d838fe9c84eee2f2b3e1caad2c4316bba20a7cab]

        INTEGRATION: CWS rptchart02 (1.7.2); FILE MERGED 2008/05/23 05:41:26 oj 1.7.2.2: unsigned inserted 2008/05/15 12:29:38 oj 1.7.2.1: #i87135# allow to enable e.g. bold for controls as other checks

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9746e8f40ec31583bd4adc1c50258bc592e70645]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:48 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b7ee39be6fc5178a68af57ccc7e187d343857a83]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/04/30 13:03:35 oj 1.3.2.1: #i88843# impl clone method

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6f967b9882c28b01309adf8470b5ec62e1371778]

        INTEGRATION: CWS sb88 (1.16.10); FILE MERGED 2008/06/03 15:29:48 sb 1.16.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [03fe7100a3a54ad520d2187e4423d04541687557]

        INTEGRATION: CWS rptchart02 (1.4.52); FILE MERGED 2008/04/16 06:29:29 oj 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.52.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [049ac79c1a32976fb8aa288081146c2949dcadc5]

        INTEGRATION: CWS sb88 (1.5.10); FILE MERGED 2008/06/03 15:29:48 sb 1.5.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [11d9709beda406fd2968e3033bfe2cb1ac3daf75]

        INTEGRATION: CWS rptchart02 (1.4.22); FILE MERGED 2008/05/15 12:29:38 oj 1.4.22.3: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:26 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.22.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7148b12566d2236b9d3c8c0c60be6d90d36d13b2]

        INTEGRATION: CWS sb88 (1.27.10); FILE MERGED 2008/06/03 15:29:48 sb 1.27.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [77f3446895e950eb07af467abe08876f0f484982]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/05/15 12:27:46 oj 1.3.2.1: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7bea1d84cbfafa865b8ee93063fd3cb3610a781b]

        INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/05/15 12:29:37 oj 1.5.2.1: #i87135# allow to enable e.g. bold for controls as other checks

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [16c600fc5e094e6c5c8e9f382dd3d93cf916758f]

        INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/05/15 12:31:44 oj 1.6.2.1: #i89369# disbale title feature at propbrw for teh moment but impl all what is needed as we can introduce new strings again

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d705099ec379cf6655316f5844932daef79a90f2]

        INTEGRATION: CWS sb88 (1.28.10); FILE MERGED 2008/06/03 15:29:48 sb 1.28.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d0bdbbe6d3cf7992bc5e2d7fa5442e1a772744a1]

        INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/06/05 10:40:45 oj 1.6.2.1: #i90298# impl asian and complex

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [706c646b8c0f57d750d31e7250e673252ff33382]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:47 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [97bddf1ec9444ed2e6775a7da6cbf339019db43c]

        INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:47 sb 1.7.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [dd3fd4d564588b722e6e54fca627b9f0168e1ca8]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:47 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [10b4acc5eb47514288909953c8d51ee7e7ff4565]

        INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/06/05 10:40:40 oj 1.6.2.1: #i90298# impl asian and complex

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1858a430a9205d3546fc1d2b1d681a5c4c0d0d48]

        INTEGRATION: CWS sb88 (1.13.10); FILE MERGED 2008/06/03 15:29:47 sb 1.13.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [808cad5aab97f6844581c29c4448b306616f9408]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/06/10 06:42:51 oj 1.7.4.4: debug mode corrected 2008/04/16 06:29:22 oj 1.7.4.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/03 06:35:19 oj 1.7.4.2: #i86343# remove unused code 2008/03/12 09:45:17 oj 1.7.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [611ca31f6ecfe4e9b1da6e7ed3123f3135a83a7e]

        INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/05/21 11:56:46 oj 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/05/16 10:01:31 oj 1.5.2.1: #i89370# use string instead of bigDecimal

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c6f8c0635de21a0b61a46fba4318566d7d07a2d1]

        INTEGRATION: CWS sb88 (1.8.10); FILE MERGED 2008/06/03 15:29:47 sb 1.8.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3f22b37f71b22cffaa4d281a4ce5554be2927c43]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/04/16 06:29:11 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:19 oj 1.6.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [23165d6b9195a6957ab93d13136e25e60c396870]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:29:18 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 09:45:17 oj 1.5.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e20e2de5b4cf70c4e51e4bc50726e1754bf82e00]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:47 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b3a5399a715cfe41ab3a874b04b8706976fb696e]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/16 06:29:14 oj 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/15 08:34:44 oj 1.2.4.2: #i88295# handle copy n paste 2008/03/12 09:45:17 oj 1.2.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6e014cbf6a3d73fed29610fe0abec8cfae29c150]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/16 06:29:08 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5903a06f2ab5849d2d3919df51e06630186ebe60]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:47 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [58a3857805282a38ddb2ab4575cf5bff45508ea0]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/06/11 12:35:13 oj 1.6.4.4: RESYNC: (1.7-1.8); FILE MERGED 2008/05/16 12:53:21 oj 1.6.4.3: #i89365# copy props before set args at chart 2008/04/16 06:29:05 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:19 oj 1.6.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d41d0c7b607e4af3e9cf00765c29336b1d972d2f]

        INTEGRATION: CWS rptchart02 (1.4.2); FILE MERGED 2008/05/28 07:03:35 oj 1.4.2.1: set default value for descending

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [49241dc40f06aed056f2506d32aa596ca85ce537]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:47 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e84615842e663926a886c15500c66b4e83732f3a]

        INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED 2008/04/16 06:29:01 oj 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 06:35:19 oj 1.2.100.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c8c7fcb74134320491f3d40e669b0cec7fa911cc]

        INTEGRATION: CWS rptchart02 (1.4.52); FILE MERGED 2008/04/16 06:28:58 oj 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.52.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b78d754321f1f7598bcfc324854af248eec1a7db]

        INTEGRATION: CWS sb88 (1.10.10); FILE MERGED 2008/06/03 15:29:47 sb 1.10.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [886f2716e8e1c687ba46acda1a22d95961774812]

        INTEGRATION: CWS sb88 (1.27.10); FILE MERGED 2008/06/03 15:29:47 sb 1.27.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ddc1008ee3ed0ecc8be5d825c31167dd54bc64d2]

        INTEGRATION: CWS rptchart02 (1.5.22); FILE MERGED 2008/04/16 13:28:06 oj 1.5.22.3: remove deleted header include 2008/04/16 06:28:55 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 10:11:04 oj 1.5.22.1: impl chart in reports

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c361a7789140673ba6e0272108addd70f61109e6]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/16 06:28:51 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:45:17 oj 1.2.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [788bd9fc7c6dab1d19d51e862488e0de75326c8e]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/16 06:28:48 oj 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 13:06:16 oj 1.2.4.2: enable chart 2008/03/12 09:45:17 oj 1.2.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cdc16fe0b9e7bf78075e21e36b456a60dc1d460e]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:46 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [955cf8f110d50555807a1c0996f20f2607b99997]

        INTEGRATION: CWS rptchart02 (1.8.4); FILE MERGED 2008/04/16 06:28:44 oj 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/03 06:35:19 oj 1.8.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d67c57ffe814de91ea02537648a15297888f9f0b]

        INTEGRATION: CWS sb88 (1.10.10); FILE MERGED 2008/06/03 15:29:46 sb 1.10.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [21f90d86075492bf90e974de2bbfe8c8cbdaa4e3]

        INTEGRATION: CWS rptchart02 (1.8.4); FILE MERGED 2008/05/20 08:17:01 oj 1.8.4.3: make const 2008/04/16 06:28:41 oj 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/03 06:35:19 oj 1.8.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fd0615a0fba2244805c9daff0adcf689481027f4]

        INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED 2008/04/16 06:28:35 oj 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 06:35:19 oj 1.2.100.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1690063a93bcdd417e1c7fcea5389a9f5fee600e]

        INTEGRATION: CWS sb88 (1.7.10); FILE MERGED 2008/06/03 15:29:46 sb 1.7.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cb3f01b5eaba8f7f7c6c3a0b08e3c3265691a916]

        INTEGRATION: CWS rptchart02 (1.3.52); FILE MERGED 2008/04/16 06:28:32 oj 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:19 oj 1.3.52.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ccf3037efcd32f26472f4d73e579f2530ec8eed6]

        INTEGRATION: CWS sb88 (1.9.10); FILE MERGED 2008/06/03 15:29:46 sb 1.9.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5a8df89742b366f0707580f5e9d9fa0481037ea8]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/04/16 06:28:29 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:52:12 oj 1.6.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8077d5002580bcdd1cd0dd15d296531ec97cf7ca]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:28:26 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:19 oj 1.3.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f78121cda30b7b34878d4787e5ed58a8f18dceaf]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:46 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1b507a26cebafbdb23d44709b9508092c6546fd3]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/04/16 06:28:22 oj 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/03 06:35:18 oj 1.6.4.2: #i86343# remove unused code 2008/03/12 09:45:17 oj 1.6.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [841f119b5f62f104d043eaf7254ba7052626b089]

        INTEGRATION: CWS sb88 (1.20.10); FILE MERGED 2008/06/03 15:29:46 sb 1.20.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5aa3271c0786256b2e8a0996917be82f33fe460f]

        INTEGRATION: CWS rptchart02 (1.3.92); FILE MERGED 2008/04/16 06:28:18 oj 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:18 oj 1.3.92.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f738912c379401c507357eaf1888c4b9d9c6c89f]

        INTEGRATION: CWS sb88 (1.68.10); FILE MERGED 2008/06/03 15:29:46 sb 1.68.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b8fe847a46f2a51e3e9653eb254e4254883496f7]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/05/16 12:53:21 oj 1.7.4.6: #i89365# copy props before set args at chart 2008/05/07 06:56:32 oj 1.7.4.5: #i88842# set databaseprovider at chart 2008/04/30 13:03:34 oj 1.7.4.4: #i88843# impl clone method 2008/04/16 06:28:15 oj 1.7.4.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/03 06:35:18 oj 1.7.4.2: #i86343# remove unused code 2008/03/12 09:45:16 oj 1.7.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [54c5e794e610fe943420b2e7b542d11fb7507467]

        INTEGRATION: CWS sb88 (1.23.10); FILE MERGED 2008/06/03 15:29:46 sb 1.23.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ec273935ab84bd2d12b69bb0486e342fb9a483b2]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/16 06:28:10 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/12 09:45:16 oj 1.4.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [848221eb32af4aad3c67679315345aacf488c58a]

        INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/06/05 10:40:24 oj 1.5.2.2: #i90298# impl asian and complex 2008/05/15 12:32:10 oj 1.5.2.1: #i87135# allow to enable e.g. bold for controls as other checks

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6d01eebc48f0f76ee43d92be56eb80a51307c13d]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:28:06 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:18 oj 1.3.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [93048267e5fea817951e263be38483029a502958]

        INTEGRATION: CWS sb88 (1.43.10); FILE MERGED 2008/06/03 15:29:45 sb 1.43.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [dabdd85c24538bb168598d44f3a9742faa7ce13a]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/06/05 10:40:24 oj 1.3.2.1: #i90298# impl asian and complex

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a71fc745d50bb424fb4ac558298bb268226cbb30]

        INTEGRATION: CWS sb88 (1.12.10); FILE MERGED 2008/06/03 15:29:45 sb 1.12.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [01da194d0d4bd08c74f760065ccf3d4da5ba61b7]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:28:03 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:18 oj 1.3.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c0e15f914cd860fd29e3c88dfae8a9452b2dbb8f]

        INTEGRATION: CWS sb88 (1.11.10); FILE MERGED 2008/06/03 15:29:45 sb 1.11.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ef19bf5ffff22e35179271bc0653c16c15aa81e1]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/30 13:03:34 oj 1.4.4.3: #i88843# impl clone method 2008/04/16 06:28:00 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/12 09:45:16 oj 1.4.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [02cd0b975a26c363524fbd7e0d8d8e047c3726a2]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/06/10 12:50:49 oj 1.5.4.3: #i88579# compiler bugfix for solaris x86 2008/04/16 06:27:56 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 09:45:16 oj 1.5.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c2f7f881eceda2e1a682288a04b6587649822c25]

        INTEGRATION: CWS sb88 (1.15.10); FILE MERGED 2008/06/03 15:29:45 sb 1.15.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4877bad2a19ffb71372ff4a2ac8745be6f9366f6]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/05/22 08:09:54 oj 1.7.4.3: #i86902# impl author and title functions 2008/04/16 06:27:51 oj 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/03 06:35:18 oj 1.7.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f735bd1f197191894923939eb3e47379cf7bc738]

        INTEGRATION: CWS sb88 (1.10.10); FILE MERGED 2008/06/03 15:29:45 sb 1.10.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e69d2de2844e4cb5b36b9ef6c673d58eab5dc014]

        INTEGRATION: CWS sb88 (1.13.10); FILE MERGED 2008/06/03 15:29:45 sb 1.13.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2bf281dafec0b5f6b27132d79cd64a7175b76873]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/04/16 06:27:47 oj 1.6.4.2: RESYNC: (1.6-1.8); FILE MERGED 2008/03/12 09:45:16 oj 1.6.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [dcd1e72f60a941b87ebf7ef51c4acdd249116e6b]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/06/05 10:40:02 oj 1.3.2.1: #i90298# impl asian and complex

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [943697f948ba1924eb1df0a916bd401401314209]

        INTEGRATION: CWS sb88 (1.6.10); FILE MERGED 2008/06/03 15:29:45 sb 1.6.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3ece3bfb906455d2db9bdafddcf2888be14b027f]

        INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/06/05 10:40:02 oj 1.5.2.3: #i90298# impl asian and complex 2008/05/15 12:32:10 oj 1.5.2.2: #i87135# allow to enable e.g. bold for controls as other checks 2008/05/07 06:57:01 oj 1.5.2.1: #i88842# ini var

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [62ff332cf1782a941ff3e48093a53ed400a7e42a]

        INTEGRATION: CWS sb88 (1.17.10); FILE MERGED 2008/06/03 15:29:45 sb 1.17.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9964095f40f7ec876ea023d7194fde01bf5e22a0]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:27:40 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:18 oj 1.3.4.1: #i86343# remove unused code

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [07ab0ab4c435f0fd9b68191fb4a57a488489c2c6]

        INTEGRATION: CWS sb88 (1.16.10); FILE MERGED 2008/06/03 15:29:45 sb 1.16.10.1: #i89553 applied patch by cmc

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [214b05b3161e67cc74abdd3538606f95d97b67ac]

        INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/06/05 10:40:02 oj 1.6.2.2: #i90298# impl asian and complex 2008/05/15 12:32:10 oj 1.6.2.1: #i87135# allow to enable e.g. bold for controls as other checks

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f31b3d468ded0fefdfbbddf354eed6939451f08a]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/16 06:27:36 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/04 06:35:52 oj 1.2.4.1: enable chart

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b9c59a17943f56df886ca4256cf0a72cf3707a96]

        INTEGRATION: CWS rptchart02 (1.7.22); FILE MERGED 2008/06/05 07:00:21 oj 1.7.22.2: build list corrected 2008/05/22 08:09:26 oj 1.7.22.1: #i86902# impl author and title functions

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6155ae76ef793f4e8ffaa81ff13f82f1a97e1e88]

        INTEGRATION: CWS sb88 (1.22.34); FILE MERGED 2008/05/16 08:03:43 sb 1.22.34.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a40141b5120eccdfb97cd328bf7dc4c2d6f66747]

        INTEGRATION: CWS sb88 (1.37.36); FILE MERGED 2008/05/16 08:03:43 sb 1.37.36.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [29a0b03f96a9ce8a33ed439d271e16437a8b5817]

        INTEGRATION: CWS sb88 (1.46.36); FILE MERGED 2008/06/11 10:47:51 sb 1.46.36.2: RESYNC: (1.46-1.48); FILE MERGED 2008/05/16 08:03:43 sb 1.46.36.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e7f25b6e4731f4e834ced9cde0dd0d823b9256eb]

        INTEGRATION: CWS sb88 (1.14.36); FILE MERGED 2008/05/16 08:03:41 sb 1.14.36.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e33f5499b527fc50fdfdebf9b471d2257ec978e6]

        INTEGRATION: CWS sb88 (1.38.36); FILE MERGED 2008/05/16 08:03:41 sb 1.38.36.1: #i88325#, #i88974# localised xcu files moved back from brand to basis layer, brand specific parts extracted into modules and kept in brand layer

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [23b5f97a0c67011b70fff0ee126a5748f0e14607]

        INTEGRATION: CWS sb88 (1.2.130); FILE MERGED 2008/06/05 09:17:54 sb 1.2.130.1: #i88680# add [Bootstrap] section to testtool.ini so that testtool can be started from basis layer of three layer office

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6ec3e842161bb7c1c225df06d63570fb4c163a52]

        INTEGRATION: CWS sb88 (1.12.16); FILE MERGED 2008/06/16 09:05:04 sb 1.12.16.2: fixed quoting issue (broke Ubuntu tinderbox build) 2008/06/05 09:17:54 sb 1.12.16.1: #i88680# add [Bootstrap] section to testtool.ini so that testtool can be started from basis layer of three layer office

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a3e511007d781b7e168e6b5e9626b3d4cbefa940]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/27 08:06:17 oj 1.3.4.3: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/04/16 06:25:24 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:56 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [29f34eea3cd48331c5c87037da57657b4c8c9c31]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/05/27 08:06:17 oj 1.4.4.3: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/04/16 06:25:11 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/12 09:42:55 oj 1.4.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ecc3a7ba98cee8737348a3cef3c33054d6833848]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/06/11 09:14:47 oj 1.2.4.3: #i90545# import text:p 2008/04/16 06:24:30 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:42:53 oj 1.2.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f585b47cf49bea07d8cafeb135c239dd2733268e]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/05/27 08:06:16 oj 1.5.4.6: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/04/21 12:53:37 oj 1.5.4.5: export chart for spreadsheet and set default command type as command 2008/04/16 06:24:08 oj 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 13:06:02 oj 1.5.4.3: enable chart 2008/04/03 11:59:20 oj 1.5.4.2: export frames of ole object with special style 2008/03/12 09:42:53 oj 1.5.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3d29d1a92baac801c2a2e7d76f010e62d2e0d653]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/22 08:04:53 oj 1.3.4.3: #i86902# impl author and title functions 2008/04/16 06:24:05 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:53 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6da35108df43c50a35d0a4140bf6f7097a98b7eb]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/05/21 11:56:42 oj 1.5.4.7: RESYNC: (1.6-1.7); FILE MERGED 2008/04/25 06:37:59 oj 1.5.4.6: #i85660# remove table-cell-properties when the background is transparent 2008/04/24 11:34:50 oj 1.5.4.5: paragraph handling corrected 2008/04/21 12:53:37 oj 1.5.4.4: export chart for spreadsheet and set default command type as command 2008/04/16 06:23:50 oj 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 11:59:20 oj 1.5.4.2: export frames of ole object with special style 2008/03/12 09:42:52 oj 1.5.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [82b9b4a37d9be09a210461ae630f6ff078198b26]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/05/22 08:04:53 oj 1.4.4.3: #i86902# impl author and title functions 2008/04/16 06:23:53 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/12 09:42:52 oj 1.4.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [51f6ad50775d2f25568cc61d531cc3aeba5acf2e]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/06/09 10:52:10 oj 1.2.4.3: #i89437# check if command is not null 2008/04/16 06:23:44 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:42:52 oj 1.2.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [eed01539037c4b3630d5416edbfaff35832a3b38]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/05/27 08:06:16 oj 1.5.4.3: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/04/16 06:23:38 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 09:42:51 oj 1.5.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fe058e56316c5ab78cd3d0c025cb07cb5f16edf2]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/05/27 08:06:15 oj 1.5.4.5: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/04/16 06:23:32 oj 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 13:06:01 oj 1.5.4.3: enable chart 2008/04/03 11:59:20 oj 1.5.4.2: export frames of ole object with special style 2008/03/12 09:42:51 oj 1.5.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c9725a31bd8f4bb09eb596145b4f741332e14063]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/15 06:05:42 oj 1.3.4.3: #i87576# use new date function 2008/04/16 06:23:28 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:51 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [46521ca4117e253a86abc8dd030b56e988df67eb]

        INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED 2008/05/15 06:05:42 oj 1.2.100.4: #i87576# use new date function 2008/04/22 11:08:46 oj 1.2.100.3: #i87576# write date as formula 2008/04/16 06:22:24 oj 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:42:48 oj 1.2.100.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [78f1171c5f104e850b3f22c880096db8219f1d02]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/20 08:15:46 oj 1.3.4.5: #i84290# handle statements which can not be parsed 2008/04/22 11:08:46 oj 1.3.4.4: #i87576# write date as formula 2008/04/16 07:01:26 oj 1.3.4.3: header change 2008/04/03 11:59:19 oj 1.3.4.2: export frames of ole object with special style 2008/03/12 09:42:45 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [043917166ac8bdd89cbda28341d86ac4fce13908]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/06/09 10:52:10 oj 1.3.4.5: #i89437# check if command is not null 2008/05/22 08:04:53 oj 1.3.4.4: #i86902# impl author and title functions 2008/04/21 09:58:30 oj 1.3.4.3: make usable for 2.4 2008/04/16 06:21:18 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:44 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [93d502a893b57d90e552fad75b5a6491de63dd10]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/22 08:04:53 oj 1.3.4.4: #i86902# impl author and title functions 2008/04/17 08:12:18 oj 1.3.4.3: correct interval handling 2008/04/16 06:21:01 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:44 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1e21e20e4a6efe9acb3df20b47421b60e43e918c]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/05/22 08:04:53 oj 1.3.4.3: #i86902# impl author and title functions 2008/04/16 06:21:15 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:44 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6b8c57d0f4acda91e497a7b45e609220d7241860]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:09:06 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c0731f53a89951ded59fc5f4d0007be0a23df6d4]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:07:39 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [175dde26c647e131f43dd19da53274c88c85ce66]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:08:20 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7c042ab4bb4bdb02f5f4de7e574409db9bd530b4]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:07:27 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0ed4e6e2d41d9766e12d56f3939eb789ea97182a]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:07:16 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cefd061ff99ec40e4c4c7ac3fb7bf5fead8ccd70]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:07:06 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [253767159b207dc8bb4474ea4adddfc0a0487df9]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:07:50 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7b32c0d20fd01507a2ddbaf17e05fa4a59ca6e4a]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:06:56 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f8b3077b77554fec3a01a6efdd2c65e27e63e5cf]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:06:46 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6eee96feddb93dbc47bb3341b050ff680933d440]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:06:35 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [69cae8bb651bc37532e73c929133258cd882efae]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/06/11 12:35:10 oj 1.3.4.10: RESYNC: (1.5-1.6); FILE MERGED 2008/06/09 10:52:10 oj 1.3.4.9: #i89437# check if command is not null 2008/05/27 08:06:15 oj 1.3.4.8: #i77610# handle keep-with-next and may-break-between-rows and keep-together 2008/05/22 08:04:52 oj 1.3.4.7: #i86902# impl author and title functions 2008/05/21 11:56:37 oj 1.3.4.6: RESYNC: (1.4-1.5); FILE MERGED 2008/05/20 08:15:46 oj 1.3.4.5: #i84290# handle statements which can not be parsed 2008/05/16 10:01:31 oj 1.3.4.4: #i89370# use string instead of bigDecimal 2008/04/21 12:53:37 oj 1.3.4.3: export chart for spreadsheet and set default command type as command 2008/04/16 06:20:48 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:43 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1bbd6da8f878b624c036b06a7a9880b5bcc1ee88]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/06/09 10:52:10 oj 1.3.4.3: #i89437# check if command is not null 2008/04/16 06:20:45 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 09:42:43 oj 1.3.4.1: impl chart handling and some code refactoring

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e2b677ae380a5f56a1efe6bb32cf68be5df84a07]

        INTEGRATION: CWS rptchart02 (1.4.2); FILE MERGED 2008/05/22 08:04:52 oj 1.4.2.1: #i86902# impl author and title functions

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9affc8d32ee3c93b92543a0519be440a92ca9286]

        INTEGRATION: CWS rptchart02 (1.1.2); FILE ADDED 2008/05/22 08:05:12 oj 1.1.2.1: #i86902#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [90e136f54b860c854a12b213adceba2ed3e73753]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/05/19 10:54:02 oj 1.3.2.1: disable logging

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5642799e03171413406c68643f7ac33b791a8baf]

        INTEGRATION: CWS rptchart02 (1.2.100); FILE MERGED 2008/04/16 06:20:35 oj 1.2.100.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/03 06:33:00 oj 1.2.100.2: #i86343# remove unused code 2008/03/12 09:45:15 oj 1.2.100.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d8efff880e0f1f5a5ce71811047f8b5f9b7a63f9]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/05/16 12:53:20 oj 1.5.4.5: #i89365# copy props before set args at chart 2008/04/30 13:03:02 oj 1.5.4.4: #i88843# impl clone method 2008/04/16 06:20:32 oj 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:33:00 oj 1.5.4.2: #i86343# remove unused code 2008/03/12 09:45:15 oj 1.5.4.1: impl chart handling

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0e909b55242f8bea5f591351d48054030e6cca3d]

        INTEGRATION: CWS rptchart02 (1.4.2); FILE MERGED 2008/06/05 10:37:07 oj 1.4.2.2: #i90298# impl asian and complex 2008/05/15 12:32:10 oj 1.4.2.1: #i87135# allow to enable e.g. bold for controls as other checks

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2a734599790f23bf998463b27e1bf54b437b23e7]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:36:11 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 09:01:26 oj 1.5.4.1: register InternalDataProvider as service to use it as delegatee

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [838c93c2b810ffa128ba48e5cbb2ee8ca059be21]

        INTEGRATION: CWS rptchart02 (1.13.22); FILE MERGED 2008/04/16 06:36:08 oj 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/15 12:50:19 oj 1.13.22.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [180ee64594e61a1d67d8556581f80bc57f048074]

        INTEGRATION: CWS rptchart02 (1.5.58); FILE MERGED 2008/04/16 06:36:05 oj 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 12:50:19 oj 1.5.58.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b0207bb1bd052756173eb28501c7824eba6a70f9]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/16 06:36:01 oj 1.4.4.3: RESYNC: (1.4-1.6); FILE MERGED 2008/04/15 12:50:19 oj 1.4.4.2: use comphelper copyProperties 2008/03/12 09:01:26 oj 1.4.4.1: register InternalDataProvider as service to use it as delegatee

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cf54a7c44e05017b6fe6132244aa613bd8b6ac4d]

        INTEGRATION: CWS extmgrui02 (1.28.2); FILE MERGED 2008/06/10 07:27:47 dv 1.28.2.3: RESYNC: (1.28-1.31); FILE MERGED 2008/06/05 07:53:55 dv 1.28.2.2: #i90386# Added support for custom icons 2008/05/27 11:31:51 dv 1.28.2.1: Enabled publisher link

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [01a82c74b650d3430451497217bf3b0130545f0b]

        INTEGRATION: CWS rptchart02 (1.5.60); FILE MERGED 2008/04/16 06:35:58 oj 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 12:50:19 oj 1.5.60.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6923ed26cbeb157574a140c57302a5ab0feced37]

        INTEGRATION: CWS extmgrui02 (1.16.2); FILE MERGED 2008/06/10 07:27:43 dv 1.16.2.3: RESYNC: (1.16-1.17); FILE MERGED 2008/06/05 07:53:55 dv 1.16.2.2: #i90386# Added support for custom icons 2008/05/27 11:31:50 dv 1.16.2.1: Enabled publisher link

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1bad77bcf1fefc552dbab70dd1a17c635f3b4755]

        INTEGRATION: CWS rptchart02 (1.2.116); FILE MERGED 2008/04/16 06:35:55 oj 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/15 12:50:19 oj 1.2.116.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3e2a797d73274ea958ebdcea4d1cb3d0b57c185b]

        INTEGRATION: CWS extmgrui02 (1.17.2); FILE MERGED 2008/06/10 07:27:40 dv 1.17.2.3: RESYNC: (1.17-1.18); FILE MERGED 2008/06/05 07:53:55 dv 1.17.2.2: #i90386# Added support for custom icons 2008/05/27 11:31:50 dv 1.17.2.1: Enabled publisher link

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1dace2ec7cde8c161ce759e118c70dfbac4a8cad]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/16 06:35:52 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 12:50:19 oj 1.4.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7c170086f524cf58401f18b0b959d2d2f0c54110]

        INTEGRATION: CWS extmgrui02 (1.5.24); FILE MERGED 2008/06/10 07:27:37 dv 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/05 07:53:54 dv 1.5.24.1: #i90386# Added support for custom icons

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [163d9e37331ffac800fa0ae438592c463d405414]

        INTEGRATION: CWS rptchart02 (1.9.2); FILE MERGED 2008/04/17 14:34:56 oj 1.9.2.1: #i88295# use correct type for default values

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [afa9bab246c09b81addf340ff776bdbf83b621c7]

        INTEGRATION: CWS extmgrui02 (1.31.2); FILE MERGED 2008/06/05 07:40:54 dv 1.31.2.1: #i90147# Removing packages will be handled via notifications

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [348005a76ede00b10e6135432c21c699830549ad]

        INTEGRATION: CWS extmgrui02 (1.8.26); FILE MERGED 2008/06/05 07:53:54 dv 1.8.26.1: #i90386# Added support for custom icons

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e1a13ac6812ddf403eb4409f68f3d193911632db]

        INTEGRATION: CWS extmgrui02 (1.2.2); FILE MERGED 2008/06/05 07:36:21 dv 1.2.2.1: #i90147# Removing packages will be handled via notifications

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [67036c81b39879800bcb0dc7e725521fef6c52fe]

        INTEGRATION: CWS rptchart02 (1.18.50); FILE MERGED 2008/04/16 06:35:49 oj 1.18.50.2: RESYNC: (1.18-1.20); FILE MERGED 2008/04/15 12:50:18 oj 1.18.50.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c901126544ffd17efa4608c57f5806b8a3a48874]

        INTEGRATION: CWS extmgrui02 (1.2.2); FILE MERGED 2008/06/12 14:47:20 dv 1.2.2.7: No scrolling with wheel, when there is no scrollbar 2008/06/10 07:27:34 dv 1.2.2.6: RESYNC: (1.2-1.3); FILE MERGED 2008/06/05 14:10:17 dv 1.2.2.5: Fixed scroll bar problem after resize 2008/06/05 11:47:00 dv 1.2.2.4: #i90394# Add support for scroll wheel 2008/06/05 07:53:53 dv 1.2.2.3: #i90386# Added support for custom icons 2008/05/28 06:33:26 dv 1.2.2.2: Hide publisher link, when not visible 2008/05/27 11:31:50 dv 1.2.2.1: Enabled publisher link

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [38cda5f584265e4cd5d22b87858c21d30f0be7e9]

        INTEGRATION: CWS rptchart02 (1.5.58); FILE MERGED 2008/04/16 06:35:46 oj 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 12:50:18 oj 1.5.58.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [96a005af3e041c828aec2002175a95923ebcc351]

        INTEGRATION: CWS extmgrui02 (1.12.60); FILE MERGED 2008/06/05 07:54:56 dv 1.12.60.3: #i90386# Added support for custom icons 2008/05/27 13:38:41 dv 1.12.60.2: Added missing include statement 2008/05/27 11:32:49 dv 1.12.60.1: Added getPublisherInfo()

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fc8811ffc36775b27ab3d51dc70b37ee6b981dda]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:35:43 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 09:01:25 oj 1.5.4.1: register InternalDataProvider as service to use it as delegatee

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [3f5705e241d1c3bcf9674c11a574e95641c5e6da]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/04/16 06:35:39 oj 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/15 12:50:18 oj 1.7.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2ee0e75caf897b14d8bb27728791c1c02b7312b7]

        INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED 2008/04/16 06:35:36 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6956253e29a21dcab2d39ba3eb85299fe6acc071]

        INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED 2008/04/16 06:35:33 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [358f71b317ba32103a8ef9b6182e7c754ed0b2c4]

        INTEGRATION: CWS rptchart02 (1.28.4); FILE MERGED 2008/04/16 06:35:30 oj 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED 2008/04/15 12:50:18 oj 1.28.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7ba395b0a54556ca67771b90cde09d7579750100]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/04/18 07:13:16 oj 1.3.2.1: #i86850# new member in genericunodialog

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2e0bb70c639a8360976e62dc41ef7f3efe2a705c]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:35:27 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 12:50:17 oj 1.5.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0ce77ce2c237a69ca1087293857175f1f908469f]

        INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:35:24 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/15 12:50:17 oj 1.5.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [18e36c2901c973796d247c0f8f51e688ccc82b82]

        INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED 2008/04/16 06:35:20 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 12:50:17 oj 1.4.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [94429cc6cf927989e5603d384d320aee44fcc3ab]

        INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED 2008/04/16 06:35:17 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/15 12:50:17 oj 1.6.4.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [fceb09c723f0fbc83a94943cff94d2b7188272f7]

        INTEGRATION: CWS rptchart02 (1.7.84); FILE MERGED 2008/04/16 06:35:11 oj 1.7.84.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/15 12:50:17 oj 1.7.84.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [43bb208715f81fe96d9367262d431effb01b2098]

        INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED 2008/04/16 06:35:08 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 12:50:17 oj 1.3.84.1: use comphelper copyProperties

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5d32063f4f5becdabae0da2372a54b47231a5284]

        #i86732# further adjustments due to resolution of merge conflicts. (Get revision 1.142.10.7.)

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [eb8393da7a3ce1ffcae8c7212286d42a38f5381d]

        INTEGRATION: CWS rptchart02 (1.7.2); FILE MERGED 2008/04/18 08:57:34 oj 1.7.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2cd73655f0e190602655304dcf852fd9cbd79e1e]

        INTEGRATION: CWS rptchart02 (1.16.2); FILE MERGED 2008/04/16 09:29:06 oj 1.16.2.1: change order of calls to avoid UnknownPropertyException

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d615da8014caa9009b82ec01c36d0750fa62ba63]

        INTEGRATION: CWS rptchart02 (1.7.2); FILE MERGED 2008/05/29 07:29:09 oj 1.7.2.1: unused var when compile linux with debug

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [96606e84f5564e51e930e967c299485da51ad03f]

        INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED 2008/04/18 08:57:34 oj 1.3.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [001db8b38e9accce7412d1d904cc2ed5b0b81883]

        INTEGRATION: CWS rptchart02 (1.5.2); FILE MERGED 2008/04/18 08:57:33 oj 1.5.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [75b1443311ead37f179313372e6f498ce1c2a646]

        INTEGRATION: CWS rptchart02 (1.12.2); FILE MERGED 2008/04/18 08:57:33 oj 1.12.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8a9ba6d4911c92551a6e87689dea5432b2f60583]

        INTEGRATION: CWS rptchart02 (1.19.6); FILE MERGED 2008/04/18 08:46:50 oj 1.19.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f12be77287a1255f4158fd2b2b18d38cadf706f7]

        INTEGRATION: CWS rptchart02 (1.8.2); FILE MERGED 2008/05/21 11:57:51 oj 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/18 08:46:50 oj 1.8.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c2ef07c4c4384c8ca519ba924f72cce71bfa48f8]

        INTEGRATION: CWS rptchart02 (1.10.2); FILE MERGED 2008/05/21 11:57:48 oj 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/18 08:46:50 oj 1.10.2.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b15d8d7684eeed33a3488e4739c292b3056777da]

        INTEGRATION: CWS rptchart02 (1.5.6); FILE MERGED 2008/04/18 08:46:50 oj 1.5.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2f04b99fc9a1f6c2ad691ab78bc932dda610a21a]

        INTEGRATION: CWS rptchart02 (1.6.6); FILE MERGED 2008/04/18 08:46:50 oj 1.6.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [5c95f7f38903d69621e8a2c3a13d7069bfb8c307]

        INTEGRATION: CWS rptchart02 (1.11.6); FILE MERGED 2008/04/18 08:46:50 oj 1.11.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6984059920bd9c6644beda87ae1dc39104368356]

        INTEGRATION: CWS rptchart02 (1.91.2); FILE MERGED 2008/06/11 12:40:24 oj 1.91.2.4: RESYNC: (1.92-1.93); FILE MERGED 2008/05/23 08:36:38 oj 1.91.2.3: #i84290# change sql rule table_ref 2008/05/21 11:57:44 oj 1.91.2.2: RESYNC: (1.91-1.92); FILE MERGED 2008/05/20 08:18:26 oj 1.91.2.1: #i84290# range_variable changed

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [782e2ea088f0c4d2f5f055d102bfdeb86ea66de1]

        INTEGRATION: CWS rptchart02 (1.87.2); FILE MERGED 2008/06/11 12:40:17 oj 1.87.2.4: RESYNC: (1.88-1.89); FILE MERGED 2008/05/21 11:57:37 oj 1.87.2.3: RESYNC: (1.87-1.88); FILE MERGED 2008/04/16 10:19:59 oj 1.87.2.2: remove class as well 2008/04/16 09:26:03 oj 1.87.2.1: remove helper class again

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b05f0989b966d9542a74678377c9887cf191d3b7]

        INTEGRATION: CWS rptchart02 (1.14.6); FILE MERGED 2008/05/21 11:57:32 oj 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/18 08:46:49 oj 1.14.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7bcdb3be82abc01960e3f982d50f1d6dcce09e45]

        INTEGRATION: CWS rptchart02 (1.60.8); FILE MERGED 2008/06/11 12:40:09 oj 1.60.8.2: RESYNC: (1.60-1.61); FILE MERGED 2008/05/28 06:59:06 oj 1.60.8.1: #i84782# move command to internal

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ee879d57d682e01b399d87e40d2d29012bcb3cd0]

        INTEGRATION: CWS rptchart02 (1.10.6); FILE MERGED 2008/04/18 08:46:49 oj 1.10.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b14ac51a3c8de02d02fda1a2588c74b2b889cc30]

        INTEGRATION: CWS rptchart02 (1.20.6); FILE MERGED 2008/04/18 08:46:49 oj 1.20.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [191d0da04b69b9e0f92b88112e754e1a1a66704e]

        INTEGRATION: CWS rptchart02 (1.4.6); FILE MERGED 2008/04/18 08:46:49 oj 1.4.6.1: #i86850# use of ComponentContext

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [38826df34f5a27ca6a16f7a051ac5beb39d1442e]

        INTEGRATION: CWS rptchart02 (1.2.2); FILE MERGED 2008/04/16 09:26:51 oj 1.2.2.3: set props ini 2008/04/16 06:46:30 oj 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:27:40 oj 1.2.2.1: use internaldataprovider as delegatee

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f73ce2abd1abf26fe7cc40c36867dbe9d286bf61]

        INTEGRATION: CWS rptchart02 (1.2.2); FILE MERGED 2008/04/16 06:46:26 oj 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:27:39 oj 1.2.2.1: use internaldataprovider as delegatee

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [064155e3c40406a8ad849adf7bafa77fd77a5290]

        INTEGRATION: CWS rptchart02 (1.60.4); FILE MERGED 2008/06/11 12:40:02 oj 1.60.4.2: RESYNC: (1.60-1.61); FILE MERGED 2008/05/22 08:13:37 oj 1.60.4.1: #i86902# add DocumentTitle to media descriptor

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8dfe195046c20b84cfa5a1a15f198ce2b1f88b09]

        INTEGRATION: CWS rptchart02 (1.44.8); FILE MERGED 2008/06/11 12:39:57 oj 1.44.8.2: RESYNC: (1.44-1.45); FILE MERGED 2008/05/28 06:55:46 oj 1.44.8.1: #i88579# catch unkownModelexception

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7dc6ffdfca7d268bd30313f43cb718eee5d0b61f]

        INTEGRATION: CWS rptchart02 (1.97.6); FILE MERGED 2008/06/11 12:39:52 oj 1.97.6.3: RESYNC: (1.97-1.98); FILE MERGED 2008/05/23 08:36:37 oj 1.97.6.2: #i84290# change sql rule table_ref 2008/05/20 08:18:06 oj 1.97.6.1: #i84290# range_variable changed

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a770d5269058c09fc2b1fe25a8b05d2c79a5d3cc]

        INTEGRATION: CWS rptchart02 (1.155.30); FILE MERGED 2008/06/11 12:39:47 oj 1.155.30.3: RESYNC: (1.156-1.157); FILE MERGED 2008/04/16 06:46:22 oj 1.155.30.2: RESYNC: (1.155-1.156); FILE MERGED 2008/03/12 09:27:08 oj 1.155.30.1: clear parameter when setting new command

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7ae553787440a8ec61d6a123646b72b4ad5642e1]

        INTEGRATION: CWS rptchart02 (1.7.6); FILE MERGED 2008/05/27 08:57:42 oj 1.7.6.1: i84290 a little advanced error message

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c40320a7e5b8e1c7f537b3b9273acb82e7f80af4]

        INTEGRATION: CWS rptchart02 (1.9.30); FILE MERGED 2008/04/16 06:46:15 oj 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/12 09:27:08 oj 1.9.30.1: clear parameter when setting new command

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2fd9a97ab8fe07a977de8e9318498b8847a3c638]

        INTEGRATION: CWS rptchart02 (1.168.2); FILE MERGED 2008/05/21 09:58:42 oj 1.168.2.4: RESYNC: (1.171-1.172); FILE MERGED 2008/05/19 06:13:48 oj 1.168.2.3: #i83193# set width and height separ 2008/04/16 06:35:56 oj 1.168.2.2: RESYNC: (1.168-1.171); FILE MERGED 2008/04/03 13:25:31 oj 1.168.2.1: impl XInplaceClient at lightclient

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f9846208df4b992439907ec0ce103d658976b18b]

        INTEGRATION: CWS rptchart02 (1.33.2); FILE MERGED 2008/04/16 06:35:52 oj 1.33.2.2: RESYNC: (1.33-1.36); FILE MERGED 2008/04/03 13:25:31 oj 1.33.2.1: impl XInplaceClient at lightclient

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f6d3f5a8bd544e215fd39bb6ca8cf10e0fac5b2a]

        INTEGRATION: CWS rptchart02 (1.7.344); FILE MERGED 2008/04/16 06:35:49 oj 1.7.344.2: RESYNC: (1.7-1.9); FILE MERGED 2008/04/03 13:25:31 oj 1.7.344.1: impl XInplaceClient at lightclient

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [680df3397f4a918f0ce7b72f0d2ab60fc333b57f]

        INTEGRATION: CWS rptchart02 (1.87.4); FILE MERGED 2008/05/16 12:15:45 oj 1.87.4.5: #i89365# 2008/05/16 11:48:27 oj 1.87.4.4: #i89365# reset loop var to 0 2008/04/16 10:04:11 oj 1.87.4.3: remember that I am chart 2008/04/16 06:35:46 oj 1.87.4.2: RESYNC: (1.87-1.88); FILE MERGED 2008/04/03 13:25:31 oj 1.87.4.1: impl XInplaceClient at lightclient

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [073d815edf3debe9059d421d21b42c62adb211c0]

        INTEGRATION: CWS rptchart02 (1.5.188); FILE MERGED 2008/04/16 12:24:54 oj 1.5.188.3: resolve move problems 2008/04/16 06:35:39 oj 1.5.188.2: RESYNC: (1.5-1.8); FILE MERGED 2008/04/03 13:22:50 oj 1.5.188.1: export SvxOle2Shape

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [c47078fa82b31e369eaab3369b220ad996879f2b]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 10:04:10 oj 1.3.4.3: remember that I am chart 2008/04/16 06:35:36 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 13:22:50 oj 1.3.4.1: export SvxOle2Shape

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [23dc05d93e1e1ddb71e235d1b506e2577ad80a95]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/24 07:16:00 oj 1.3.4.1: #i86907# add doc for DataField

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [8f1e47f1874a54bc8f230d82adac338d3e12bf0b]

        INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/06/05 10:37:44 oj 1.3.4.2: #i90298# impl asian and complex 2008/05/15 12:33:02 oj 1.3.4.1: #i87135# make the last prop optional

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e515e99b21f6141f64655e9011c806e8e52a7407]

        INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED 2008/05/15 12:33:30 oj 1.7.4.1: #i87135# correct syntax error

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [db7e7f73cc6331e6038c478419129799a78a7e93]

        INTEGRATION: CWS rptchart02 (1.2.4); FILE MERGED 2008/04/16 06:56:53 oj 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 09:13:10 oj 1.2.4.1: add mising properties

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [5c94a8213a881a66aa00c059aa29caf8de0808bc]

        Creating clean testautomation modul with changed structure which will be included into the CWS process.

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [21920b8ba893d3c74804fbcfe3589e9668a5670e]

        INTEGRATION: CWS rptchart02 (1.45.54); FILE MERGED 2008/06/11 10:36:25 oj 1.45.54.2: cast to sal_Int32 2008/05/14 12:11:23 oj 1.45.54.1: #i87576# merge from sw30bf04

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2b07945186f05774d529b66048ec6130e006b2c2]

        INTEGRATION: CWS rptchart02 (1.12.56); FILE MERGED 2008/05/14 12:11:23 oj 1.12.56.1: #i87576# merge from sw30bf04

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [66064fd81029849bc17d8a087b12c296a78e9939]

        INTEGRATION: CWS rptchart02 (1.12.122); FILE MERGED 2008/04/16 06:31:42 oj 1.12.122.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/15 06:15:18 oj 1.12.122.1: #i88290# else missing

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [2d573482cfe0fe172aa9a14627197f2696eb2a3b]

        INTEGRATION: CWS rptchart02 (1.54.18); FILE MERGED 2008/05/27 08:58:48 oj 1.54.18.4: #i84290# correct range var of table 2008/05/23 08:41:45 oj 1.54.18.3: unused var 2008/05/23 08:26:43 oj 1.54.18.2: #i84290# change sql rule table_ref 2008/05/20 08:29:11 oj 1.54.18.1: #i84290# range_variable changed

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [a378362ecfa5cbd2f8083a2ba64b7c4c62b13ed4]

        INTEGRATION: CWS rptchart02 (1.57.18); FILE MERGED 2008/05/23 08:26:43 oj 1.57.18.2: #i84290# change sql rule table_ref 2008/05/20 08:29:11 oj 1.57.18.1: #i84290# range_variable changed

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [6199e5f50cb25d2628ad5f4c56956d8d97cb2ef8]

        INTEGRATION: CWS rptchart02 (1.63.18); FILE MERGED 2008/05/23 08:26:43 oj 1.63.18.2: #i84290# change sql rule table_ref 2008/05/20 08:29:11 oj 1.63.18.1: #i84290# range_variable changed

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [45c9be823f1079602670902cb124b0445754f7fa]

        INTEGRATION: CWS rptchart02 (1.10.18); FILE MERGED 2008/05/23 08:26:42 oj 1.10.18.1: #i84290# change sql rule table_ref

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9411f1a4b7bdb9e96cdb4f221928433f65d888e1]

        INTEGRATION: CWS rptchart02 (1.22.18); FILE MERGED 2008/05/23 08:26:42 oj 1.22.18.1: #i84290# change sql rule table_ref

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [896ed4d93db4177897767bda829dbf538ecda1a8]

        INTEGRATION: CWS rptchart02 (1.24.18); FILE MERGED 2008/05/23 08:26:42 oj 1.24.18.1: #i84290# change sql rule table_ref

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [3d9ef5bb71315c27f78e41b3ef7eb2c4507ac978]

        changed structure which will be included into the CWS process.

2008-06-16  mst  <mst@openoffice.org>  [8a519289b742ec7557fbe18c12a5145a6e548234]

        redland: initial import

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [c40be7d43d55555992e938329bce3b2ac0e92da9]

        changed structure which will be included into the CWS process.

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [77c5993a5e394a526f477fc0dd107d45cd9ca86e]

        changed structure which will be included into the CWS process.

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [e0c907a184307b68a6fce9727be360153bfbbb2e]

        INTEGRATION: CWS notes5 (1.51.30); FILE MERGED 2008/05/09 15:08:19 ama 1.51.30.1: Helperfunctions for notes & change tracking

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [4518b84cdf239747c91b6ea378312abd9ce809b4]

        INTEGRATION: CWS notes5 (1.26.30); FILE MERGED 2008/05/18 21:52:43 mod 1.26.30.3: broadcast spellchecking change 2008/05/14 17:03:00 mod 1.26.30.2: #i86595# #i89474# 2008/05/06 19:37:51 mod 1.26.30.1: merge from notes4

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [304a69311da5547138cc01af6a0823bc9a430e31]

        INTEGRATION: CWS notes5 (1.66.30); FILE MERGED 2008/05/15 00:21:12 mod 1.66.30.1: #i88874

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [d7abab9807bb554744a7bd5450a6ea3c1d19fc7b]

        INTEGRATION: CWS notes5 (1.13.30); FILE MERGED 2008/05/15 00:21:11 mod 1.13.30.3: #i88874 2008/05/05 14:40:16 mod 1.13.30.2: language settings inside notes 2008/04/30 09:03:09 mod 1.13.30.1: #i88874#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [669db783f791423dc7aac29e013639a0b99f3049]

        INTEGRATION: CWS notes5 (1.1.2); FILE ADDED 2008/05/15 09:08:38 mod 1.1.2.2: #i88874# 2008/05/15 00:21:42 mod 1.1.2.1: #i88874

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [16895a96d6c3edc5ac7a27315d35587e89be7c5d]

        INTEGRATION: CWS notes5 (1.42.30); FILE MERGED 2008/05/15 00:21:11 mod 1.42.30.2: #i88874 2008/04/30 09:03:09 mod 1.42.30.1: #i88874#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [09e07e6f29a996a537eeae6494d0e47071fc1b71]

        INTEGRATION: CWS notes5 (1.4.30); FILE MERGED 2008/06/13 21:22:49 mod 1.4.30.11: RESYNC: (1.4-1.5); FILE MERGED 2008/05/23 14:49:36 mod 1.4.30.10: various small fixes 2008/05/23 09:13:33 mod 1.4.30.9: small fixes 2008/05/15 00:21:10 mod 1.4.30.8: #i88874 2008/05/14 17:02:59 mod 1.4.30.7: #i86595# #i89474# 2008/05/11 21:24:50 mod 1.4.30.6: Change Tracking: mark deleted notes 2008/05/08 15:05:39 mod 1.4.30.5: line feeds 2008/05/07 16:31:34 mod 1.4.30.4: #i88971# 2008/05/06 19:37:51 mod 1.4.30.3: merge from notes4 2008/05/05 14:40:16 mod 1.4.30.2: language settings inside notes 2008/04/30 09:03:08 mod 1.4.30.1: #i88874#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ba83c870366c67701d7b7717780c30942b7b007c]

        INTEGRATION: CWS notes5 (1.39.30); FILE MERGED 2008/05/15 00:21:09 mod 1.39.30.1: #i88874

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1a6609e7fa7986023fe789012f96e3ce11666203]

        INTEGRATION: CWS notes5 (1.1.2); FILE ADDED 2008/05/15 00:21:08 mod 1.1.2.1: #i88874

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9d388659a27d1b0c3044a56920fd79c35baac6c1]

        INTEGRATION: CWS notes5 (1.3.30); FILE MERGED 2008/05/14 17:02:59 mod 1.3.30.1: #i86595# #i89474#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b8f50628f7ca8b165dfeb31cc5ae6b575ae343ed]

        INTEGRATION: CWS notes5 (1.4.30); FILE MERGED 2008/06/13 21:00:57 mod 1.4.30.18: RESYNC: (1.4-1.5); FILE MERGED 2008/06/04 08:17:15 mba 1.4.30.17: warning fixed 2008/05/28 09:24:59 mod 1.4.30.16: small fixes and cleanup 2008/05/24 12:26:34 mod 1.4.30.15: #i89882# #i89883# #i89884# #i89886# #i89887# #i89890# 2008/05/23 14:49:36 mod 1.4.30.14: various small fixes 2008/05/23 09:13:32 mod 1.4.30.13: small fixes 2008/05/19 13:53:33 mod 1.4.30.12: broadcast new language to note 2008/05/18 21:52:43 mod 1.4.30.11: broadcast spellchecking change 2008/05/15 00:21:07 mod 1.4.30.10: #i88874 2008/05/14 17:02:59 mod 1.4.30.9: #i86595# #i89474# 2008/05/14 06:48:13 mod 1.4.30.8: WaE 2008/05/13 13:18:40 mod 1.4.30.7: #i89243# 2008/05/11 21:24:49 mod 1.4.30.6: Change Tracking: mark deleted notes 2008/05/08 14:04:05 mod 1.4.30.5: blinking cursor 2008/05/07 16:31:33 mod 1.4.30.4: #i88971# 2008/05/06 23:54:27 mod 1.4.30.3: cleanup, fixed font height in meta area 2008/05/06 19:37:50 mod 1.4.30.2: merge from notes4 2008/05/05 14:40:16 mod 1.4.30.1: language settings inside notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1d31fad4995ee523e278a6d1fe9ddf0363126c65]

        INTEGRATION: CWS notes5 (1.7.30); FILE MERGED 2008/06/13 21:04:41 mod 1.7.30.18: RESYNC: (1.8-1.9); FILE MERGED 2008/05/24 12:33:44 mod 1.7.30.17: RESYNC: (1.7-1.8); FILE MERGED 2008/05/24 12:26:34 mod 1.7.30.16: #i89882# #i89883# #i89884# #i89886# #i89887# #i89890# 2008/05/23 09:13:32 mod 1.7.30.15: small fixes 2008/05/19 13:53:33 mod 1.7.30.14: broadcast new language to note 2008/05/18 21:52:43 mod 1.7.30.13: broadcast spellchecking change 2008/05/15 09:08:37 mod 1.7.30.12: #i88874# 2008/05/14 17:02:58 mod 1.7.30.11: #i86595# #i89474# 2008/05/14 14:44:47 ama 1.7.30.10: Fix PostIt+Redline problems 2008/05/14 06:48:58 mod 1.7.30.9: WaE 2008/05/14 06:48:13 mod 1.7.30.8: WaE 2008/05/13 13:18:40 mod 1.7.30.7: #i89243# 2008/05/11 21:24:49 mod 1.7.30.6: Change Tracking: mark deleted notes 2008/05/09 15:07:29 ama 1.7.30.5: Helperfunctions for notes & change tracking 2008/05/08 14:04:05 mod 1.7.30.4: blinking cursor 2008/05/06 23:54:27 mod 1.7.30.3: cleanup, fixed font height in meta area 2008/05/06 19:37:49 mod 1.7.30.2: merge from notes4 2008/05/05 14:40:15 mod 1.7.30.1: language settings inside notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [803a8e28d037202c59321d5b7477d33e0a7d4dc2]

        INTEGRATION: CWS notes5 (1.51.30); FILE MERGED 2008/05/11 21:24:49 mod 1.51.30.1: Change Tracking: mark deleted notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [ea3e350efae00879a0fdab0d91962d0a4d08a654]

        INTEGRATION: CWS notes5 (1.86.30); FILE MERGED 2008/04/30 09:03:08 mod 1.86.30.1: #i88874#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [090f991ec1e44c6f481c314e27a9686393200c35]

        INTEGRATION: CWS notes5 (1.83.28); FILE MERGED 2008/05/24 12:33:39 mod 1.83.28.2: RESYNC: (1.83-1.84); FILE MERGED 2008/05/24 12:26:34 mod 1.83.28.1: #i89882# #i89883# #i89884# #i89886# #i89887# #i89890#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7352ee9808ed4d578fa4fade3869263ba772d43e]

        INTEGRATION: CWS notes5 (1.28.30); FILE MERGED 2008/05/19 13:53:33 mod 1.28.30.1: broadcast new language to note

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [feec1d6dfc84a5db02781d757710ae7c7a926a2b]

        INTEGRATION: CWS notes5 (1.79.30); FILE MERGED 2008/05/15 00:21:06 mod 1.79.30.2: #i88874 2008/05/14 17:02:58 mod 1.79.30.1: #i86595# #i89474#

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [cecebb5383f275de55675cd4248757e968235320]

        INTEGRATION: CWS notes5 (1.117.2); FILE MERGED 2008/05/27 18:57:19 mod 1.117.2.1: sidepane and sidepaneborder color

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f2c478d6cfa967a7ffa530219006a31f302e6fe7]

        INTEGRATION: CWS notes5 (1.1.2); FILE ADDED 2008/05/11 21:24:48 mod 1.1.2.2: Change Tracking: mark deleted notes 2008/05/09 15:09:00 ama 1.1.2.1: Helperfunctions for notes & change tracking

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [0b271e6ee76232a6a371775d8cc605eff868724f]

        INTEGRATION: CWS notes5 (1.10.30); FILE MERGED 2008/05/09 15:09:28 ama 1.10.30.1: Helperfunctions for notes & change tracking

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [db95fddc72c9265b369b5d4ab95a2d565ba87b74]

        INTEGRATION: CWS notes5 (1.48.30); FILE MERGED 2008/05/24 12:33:30 mod 1.48.30.2: RESYNC: (1.48-1.49); FILE MERGED 2008/05/13 07:42:48 ama 1.48.30.1: Fix: Inserted notes in change tracked deletions

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b9d82dc1be09a1f024a49f29cb092742daab544e]

        INTEGRATION: CWS notes5 (1.50.30); FILE MERGED 2008/05/24 12:26:34 mod 1.50.30.4: #i89882# #i89883# #i89884# #i89886# #i89887# #i89890# 2008/05/19 13:53:33 mod 1.50.30.3: broadcast new language to note 2008/05/15 00:21:04 mod 1.50.30.2: #i88874 2008/05/05 14:40:15 mod 1.50.30.1: language settings inside notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [f1936db7848900bf9cbad7d7622afd4ef1353117]

        INTEGRATION: CWS notes5 (1.71.30); FILE MERGED 2008/05/28 07:15:59 mod 1.71.30.1: hide uno.Hide* from UI

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [9642ea3522127a641a8999828d12cc8bb786e38c]

        INTEGRATION: CWS notes5 (1.4.30); FILE MERGED 2008/06/13 15:29:01 mod 1.4.30.4: RESYNC: (1.4-1.5); FILE MERGED 2008/05/14 17:02:58 mod 1.4.30.3: #i86595# #i89474# 2008/05/06 19:37:48 mod 1.4.30.2: merge from notes4 2008/05/05 14:40:15 mod 1.4.30.1: language settings inside notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b3b728daa0d9df134ce3bfed08171acff389eae8]

        INTEGRATION: CWS notes5 (1.3.30); FILE MERGED 2008/06/13 15:24:19 mod 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/06 19:37:48 mod 1.3.30.1: merge from notes4

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [7a91f069e35aa01f239d2aaeaf52c3fc68061262]

        INTEGRATION: CWS notes5 (1.1.2); FILE ADDED 2008/05/13 13:18:40 mod 1.1.2.3: #i89243# 2008/05/11 21:24:48 mod 1.1.2.2: Change Tracking: mark deleted notes 2008/05/09 15:06:40 ama 1.1.2.1: Helperfunctions for notes & change tracking

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [1c9f3dee548bb292323fd4da65cc84155aae7625]

        INTEGRATION: CWS notes5 (1.5.30); FILE MERGED 2008/06/13 15:19:27 mod 1.5.30.11: RESYNC: (1.5-1.6); FILE MERGED 2008/05/24 12:26:33 mod 1.5.30.10: #i89882# #i89883# #i89884# #i89886# #i89887# #i89890# 2008/05/18 21:52:42 mod 1.5.30.9: broadcast spellchecking change 2008/05/15 00:21:03 mod 1.5.30.8: #i88874 2008/05/14 17:02:57 mod 1.5.30.7: #i86595# #i89474# 2008/05/14 06:48:13 mod 1.5.30.6: WaE 2008/05/13 13:18:40 mod 1.5.30.5: #i89243# 2008/05/11 21:24:48 mod 1.5.30.4: Change Tracking: mark deleted notes 2008/05/06 23:54:27 mod 1.5.30.3: cleanup, fixed font height in meta area 2008/05/06 19:37:48 mod 1.5.30.2: merge from notes4 2008/05/05 14:40:14 mod 1.5.30.1: language settings inside notes

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [03b5118825d35405b83ad433211bdb201a93b1ee]

        INTEGRATION: CWS notes5 (1.8.30); FILE MERGED 2008/05/19 13:53:32 mod 1.8.30.1: broadcast new language to note

2008-06-16  Rüdiger Timm  <rt@openoffice.org>  [b5c196113628f0f0bec0e56603af65f9c5562830]

        INTEGRATION: CWS notes5 (1.5.30); FILE MERGED 2008/06/13 15:22:14 mod 1.5.30.8: RESYNC: (1.5-1.6); FILE MERGED 2008/05/19 13:53:32 mod 1.5.30.7: broadcast new language to note 2008/05/18 21:52:42 mod 1.5.30.6: broadcast spellchecking change 2008/05/15 00:21:02 mod 1.5.30.5: #i88874 2008/05/11 21:24:48 mod 1.5.30.4: Change Tracking: mark deleted notes 2008/05/09 15:06:23 ama 1.5.30.3: Helperfunctions for notes & change tracking 2008/05/06 19:37:48 mod 1.5.30.2: merge from notes4 2008/05/05 14:40:14 mod 1.5.30.1: language settings inside notes

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [9e2612fdd3cfb7177d52b9b8eab1ab2b0760575e]

        changed structure which will be included into the CWS process.

2008-06-16  Joerg Sievers  <jsi@openoffice.org>  [8811ad3b73d19555db0dbb7fe71d87ebd4762f28]

        changed structure which will be included into the CWS process.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8b57ab778ff4f9b094c4b0569673803a8aa1a5c4]

        INTEGRATION: CWS hunspellexternal (1.7.22); FILE MERGED 2008/04/23 19:04:43 rene 1.7.22.4: #i87882# system dictionary paths 2008/04/22 14:16:23 cmc 1.7.22.3: rejig for dictmgr.hxx move 2008/04/22 06:40:38 rene 1.7.22.2: #i10000# readd 2007/10/04 10:44:54 rene 1.7.22.1: remove files which are supposed to used from the hunspell tarball

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [224af7afa8b014962db8c1d393c6cdd8fe8cf6d0]

        INTEGRATION: CWS hunspellexternal (1.14.8); FILE MERGED 2008/04/22 14:16:23 cmc 1.14.8.5: rejig for dictmgr.hxx move 2008/04/22 06:39:44 rene 1.14.8.4: #i87604#, #i10000# fix the build with both internal and system hunspell 2008/04/21 09:30:24 rene 1.14.8.3: RESYNC: (1.16-1.19); FILE MERGED 2008/01/04 19:30:54 rene 1.14.8.2: RESYNC: (1.14-1.16); FILE MERGED 2007/10/08 11:09:33 rene 1.14.8.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Joerg Sievers  <jsi@openoffice.org>  [0726d12d9b6161a9711cb6fd9749bf36c662889f]

        changed structure which will be included into the CWS process.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f4154cd60fc8b3eef7fa2687c6e2b90308a99856]

        INTEGRATION: CWS hunspellexternal (1.15.8); FILE MERGED 2008/04/22 13:25:38 rene 1.15.8.5: #i10000# typo 2008/04/22 06:39:44 rene 1.15.8.4: #i87604#, #i10000# fix the build with both internal and system hunspell 2007/10/08 11:09:33 rene 1.15.8.3: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk 2007/10/04 11:05:08 rene 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/04 10:44:54 rene 1.15.8.1: remove files which are supposed to used from the hunspell tarball

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0d67d2909d1bd061fa87fde674a36562a2c2b023]

        INTEGRATION: CWS hunspellexternal (1.16.18); FILE MERGED 2008/04/22 13:51:23 cmc 1.16.18.1: #i87604# add HUNSPELL build_type

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2336adb29d1348c24374c511390071f99ab7a051]

        INTEGRATION: CWS hunspellexternal (1.199.12); FILE MERGED 2008/05/15 08:46:49 rene 1.199.12.9: #i87882# missing , 2008/04/23 19:04:31 rene 1.199.12.8: #i87882# system dictionary paths 2008/04/22 14:17:40 cmc 1.199.12.7: move name into solenv 2008/04/21 12:24:43 rene 1.199.12.6: #i10000# autoconf 2008/04/21 09:31:03 rene 1.199.12.5: RESYNC: (1.211.4.5-1.230); FILE MERGED 2008/04/11 09:49:00 rene 1.199.12.4: RESYNC: (1.211-1.211.4.5); FILE MERGED 2008/01/04 22:50:05 rene 1.199.12.3: #i10000# autoconf 2008/01/04 19:40:32 rene 1.199.12.2: RESYNC: (1.199-1.211); FILE MERGED 2007/10/08 11:09:28 rene 1.199.12.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2e476f9d5fdcede2b4089671afbc71a4e1a02e27]

        INTEGRATION: CWS hunspellexternal (1.286.10); FILE MERGED 2008/04/22 13:49:04 rene 1.286.10.1: no libhunspell.so anymore

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6370fb1ac0fc46b06b8f05a5f21e883e88f99d4c]

        INTEGRATION: CWS hunspellexternal (1.13.12); FILE MERGED 2008/04/21 09:31:26 rene 1.13.12.3: RESYNC: (1.14-1.15); FILE MERGED 2008/01/04 19:41:11 rene 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/08 11:06:51 rene 1.13.12.1: #i82270# missing stdio.h include for fprintf

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [53e3a106e003c85bb41cb7b5785969ff0dd09e1b]

        INTEGRATION: CWS hunspellexternal (1.185.2); FILE MERGED 2008/04/23 19:04:43 rene 1.185.2.1: #i87882# system dictionary paths

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5c5a95108cd4cac79b48b75329fb10a55c0b0b79]

        INTEGRATION: CWS obr09 (1.50.10); FILE MERGED 2008/05/30 12:08:07 is 1.50.10.1: #158078# removing share/userinstall

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6d2ec259cfae7ec8f17fddff109e0596e8ab0ec6]

        INTEGRATION: CWS hunspellexternal (1.220.12); FILE MERGED 2008/05/15 08:47:07 rene 1.220.12.7: #i87882# missing , 2008/04/23 19:04:42 rene 1.220.12.6: #i87882# system dictionary paths 2008/04/22 14:17:48 cmc 1.220.12.5: move name into solenv 2008/04/21 09:31:17 rene 1.220.12.4: RESYNC: (1.237.4.5-1.263); FILE MERGED 2008/04/11 09:49:21 rene 1.220.12.3: RESYNC: (1.237-1.237.4.5); FILE MERGED 2008/01/04 19:40:47 rene 1.220.12.2: RESYNC: (1.220-1.237); FILE MERGED 2007/10/08 11:09:32 rene 1.220.12.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d5c1f2e15d2b80346f02612919dc5de014153bb8]

        INTEGRATION: CWS obr09 (1.6.30); FILE MERGED 2008/05/30 15:49:34 is 1.6.30.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [43fb4035d0b5e7ed323bb0356c210247f154599b]

        INTEGRATION: CWS hunspellexternal (1.10.8); FILE MERGED 2008/04/22 14:16:24 cmc 1.10.8.5: rejig for dictmgr.hxx move 2008/04/22 06:39:45 rene 1.10.8.4: #i87604#, #i10000# fix the build with both internal and system hunspell 2008/04/21 09:30:15 rene 1.10.8.3: RESYNC: (1.11-1.14); FILE MERGED 2008/01/04 19:30:58 rene 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/08 11:09:34 rene 1.10.8.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7c919bf4070453299f59de15cb19c1ccf49b6f82]

        INTEGRATION: CWS hunspellexternal (1.18.60); FILE MERGED 2008/04/21 09:30:18 rene 1.18.60.2: RESYNC: (1.18-1.20); FILE MERGED 2007/12/20 13:21:25 rene 1.18.60.1: Hunspell is a external project, change displayed name

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4b5f94adb4ca04805a6c21762530acc6dc1dc11c]

        INTEGRATION: CWS obr09 (1.2.550); FILE MERGED 2008/05/28 08:23:56 obr 1.2.550.1: #i89711# 64 bit dependencies

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [25eb33963048760b49b0a854685d154045d3c4b7]

        INTEGRATION: CWS hunspellexternal (1.16.8); FILE MERGED 2008/06/11 17:41:10 mh 1.16.8.5: add: icuuc for Win32 2008/04/22 14:16:23 cmc 1.16.8.4: rejig for dictmgr.hxx move 2008/04/22 06:39:45 rene 1.16.8.3: #i87604#, #i10000# fix the build with both internal and system hunspell 2008/04/21 09:30:21 rene 1.16.8.2: RESYNC: (1.17-1.20); FILE MERGED 2007/10/08 11:09:33 rene 1.16.8.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ccd1031a42ca26a35d85713ef0f86faeba138b36]

        INTEGRATION: CWS obr09 (1.11.10); FILE MERGED 2008/05/28 10:28:22 obr 1.11.10.1: #i78096# do not throw exception on end tags w/o start tag

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4c34884535d6f9c790df79ef30f84defdbceeb16]

        INTEGRATION: CWS obr09 (1.25.16); FILE MERGED 2008/06/09 13:14:49 obr 1.25.16.2: RESYNC: (1.25-1.26); FILE MERGED 2008/05/30 13:39:47 is 1.25.16.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6bedaeb49d57e788c61f459d41a5538fff80d4ba]

        INTEGRATION: CWS obr09 (1.22.10); FILE MERGED 2008/05/30 11:50:14 is 1.22.10.1: #i90116# TML patch for windows patches

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ca50521f87a28e3b90e91fcff514c325a026178d]

        INTEGRATION: CWS obr09 (1.60.62); FILE MERGED 2008/06/10 03:45:40 obr 1.60.62.3: RESYNC: (1.60-1.61); FILE MERGED 2008/05/30 13:04:04 is 1.60.62.2: #i89959# langpack download names for Debian changed 2008/05/30 13:01:44 is 1.60.62.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4d320c0988552ded4827e6ee2fc0781f34bb5bf0]

        INTEGRATION: CWS hunspellexternal (1.3.4); FILE MERGED 2008/04/23 19:04:43 rene 1.3.4.2: #i87882# system dictionary paths 2008/04/22 13:39:40 cmc 1.3.4.1: #i87881# remove unused set and fix migration

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [092892b43a703ae6df75f4f459f177c12c274346]

        INTEGRATION: CWS obr09 (1.48.42); FILE MERGED 2008/06/10 03:45:32 obr 1.48.42.2: RESYNC: (1.48-1.49); FILE MERGED 2008/05/30 13:01:44 is 1.48.42.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [922fcd461abe8b9e74ab7e2a4ab742edd57e2329]

        INTEGRATION: CWS obr09 (1.94.16); FILE MERGED 2008/06/09 13:14:45 obr 1.94.16.2: RESYNC: (1.94-1.95); FILE MERGED 2008/05/30 13:01:44 is 1.94.16.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [884f487cada84acd737e259c5aca0db9853cef80]

        INTEGRATION: CWS hunspellexternal (1.5.60); FILE MERGED 2007/11/26 01:44:53 rene 1.5.60.1: new en_US dictionary, 2007-08-29 from hunspell.sf.net

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a499eb4332b769cf85162f0d694500b0fbbd8ba8]

        INTEGRATION: CWS obr09 (1.40.8); FILE MERGED 2008/06/10 03:45:28 obr 1.40.8.2: RESYNC: (1.40-1.41); FILE MERGED 2008/05/30 13:01:44 is 1.40.8.1: #i89959# langpack download names for Debian changed

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1d52d8b56fddfb469bf8035d391a93dcf441cd74]

        INTEGRATION: CWS hunspellexternal (1.2.60); FILE MERGED 2007/11/26 01:44:53 rene 1.2.60.1: new en_US dictionary, 2007-08-29 from hunspell.sf.net

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e811dad8e1f7ad52ace9cde485f79aca0611f559]

        INTEGRATION: CWS hunspellexternal (1.1.2); FILE ADDED 2007/11/26 01:44:53 rene 1.1.2.1: new en_US dictionary, 2007-08-29 from hunspell.sf.net

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0116fed8b79b203561c2103f5b019bd60bba53ad]

        INTEGRATION: CWS hunspellexternal (1.2.62); FILE MERGED 2008/04/23 19:11:04 rene 1.2.62.1: #i84594# update german dict binaries

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0eaab8d95c8e33592f87edc0978fa02fc8af8d1a]

        INTEGRATION: CWS hunspellexternal (1.2.62); FILE MERGED 2008/04/23 19:11:03 rene 1.2.62.1: #i84594# update german dict binaries

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b616d1ea406c0a9237827f685376bc9c0bc42dd4]

        INTEGRATION: CWS hunspellexternal (1.2.62); FILE MERGED 2008/04/23 19:11:02 rene 1.2.62.1: #i84594# update german dict binaries

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [25d62952a2e9826d0d2c3bd1d24233da03a2804b]

        INTEGRATION: CWS hunspellexternal (1.2.62); FILE MERGED 2008/04/23 19:11:01 rene 1.2.62.1: #i84594# update german dict binaries

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f54ee74648beb5021a39c9bf57ed65b162ae9bba]

        INTEGRATION: CWS smoketest20 (1.3.56); FILE MERGED 2008/06/05 15:41:08 kz 1.3.56.1: #i90405# remove statjars

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [71210746f1c2e33174369d54c91dfe07ab39399b]

        INTEGRATION: CWS smoketest20 (1.33.8); FILE MERGED 2008/06/05 15:41:08 kz 1.33.8.1: #i90405# remove statjars

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [fc4f9400324aaf4c003a4e2052e40019588fa8c4]

        INTEGRATION: CWS hunspellexternal (1.117.80); FILE MERGED 2008/04/22 14:12:05 cmc 1.117.80.4: move into libs.mk for hamburg env 2008/04/21 09:29:32 rene 1.117.80.3: RESYNC: (1.123-1.131); FILE MERGED 2008/01/04 19:28:23 rene 1.117.80.2: RESYNC: (1.117-1.123); FILE MERGED 2007/10/08 11:09:34 rene 1.117.80.1: add HUNSPELL BUILD_TYPE, make dictmgr.hxx used from hunspell, remove HUNSPELLIB from solenv/inc/libs.mk

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a899bfe256b00db56164bdfdda4c55308868dfc4]

        INTEGRATION: CWS smoketest20 (1.8.10); FILE MERGED 2008/06/05 15:41:08 kz 1.8.10.1: #i90405# remove statjars

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d81359dcbfe322c7a14e032d188a6ed0bc6ab7ba]

        INTEGRATION: CWS qadev32 (1.5.2); FILE MERGED 2008/04/17 11:40:52 cn 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/17 09:28:32 cn 1.5.2.1: #i87407# add logging thread to method fillSeries()

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [14d954cc7d4f2cac6ece4a8dab67c2810c7ac2e1]

        INTEGRATION: CWS qadev32 (1.5.56); FILE MERGED 2008/04/17 11:40:49 cn 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/17 07:57:29 cn 1.5.56.1: #i87389# skip properties to change which are could make trouble

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b14f35b46a531b8c9152415f10ae0b43760bf805]

        INTEGRATION: CWS qadev32 (1.2.2); FILE MERGED 2008/06/11 12:31:01 cn 1.2.2.10: #i87389# if a non added module should be tested (-m $moldue) the test does not find the qa/unoapi folder because of not consider .lnk -> fixed 2008/05/28 12:54:05 cn 1.2.2.9: #i87389# enhance logging 2008/05/13 19:09:11 cn 1.2.2.8: #i87389# update logging, ehnance javadoc 2008/05/05 10:05:33 cn 1.2.2.7: #i85370# change header, change parameter String[] to ArrayList, PASSED.OK if no module with qa/unoapi is found 2008/04/17 10:51:21 cn 1.2.2.6: #i85370# header changed 2008/04/03 07:55:04 cn 1.2.2.5: #i87389# new method getTranslatedNames 2008/03/12 10:42:02 cn 1.2.2.4: #i85370# implement setUnoAoiCwsStatus() 2008/03/05 10:46:10 cn 1.2.2.3: #i85370# give the office some more time at its fist start 2008/01/22 11:47:19 cn 1.2.2.2: #i85370#: crestructuring the before method 2008/01/18 15:26:04 cn 1.2.2.1: #i85370#: reorg of test case: some functinalilty has moved to external classes

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [dbdd5b2a28e0eb09a34d1dcf9b80ac3bfb6256e5]

        INTEGRATION: CWS qadev32 (1.15.2); FILE MERGED 2008/05/28 12:48:15 cn 1.15.2.5: #i87389# getDateTime() now returns also millisecond 2008/04/17 11:40:46 cn 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2008/04/17 09:19:40 cn 1.15.2.3: #i87389# bugfix in getDateTime() 2008/03/05 14:12:24 cn 1.15.2.2: #i85370# handle white spaces in AppExecutionCommand 2008/03/05 11:29:37 cn 1.15.2.1: #i85370# handle white spaces in AppExecutionCommand

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1f2cc8c2f38241ff7ad160d025a1cbe61795d4f0]

        INTEGRATION: CWS qadev32 (1.7.2); FILE MERGED 2008/05/28 12:19:15 cn 1.7.2.3: #i87389# enhance documentation 2008/04/17 11:40:43 cn 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/25 09:33:21 cn 1.7.2.1: #i87389# new parameter: NoCwsAttach

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [13e6598422c9817473db3821b2d83e2571e9c68a]

        INTEGRATION: CWS qadev32 (1.5.56); FILE MERGED 2008/04/17 11:40:40 cn 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 08:48:52 cn 1.5.56.1: #i85368# use Sting.equals(String2) instead of String1 == String2

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5a9f300312e753380b30c2ab60561b5609068688]

        INTEGRATION: CWS qadev32 (1.6.2); FILE MERGED 2008/05/28 12:13:17 cn 1.6.2.1: #i87389# new innerclass OfficeWatcherPing

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1d3561e351afa5fd540bf0b3c491d8ef5b7f5041]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/05/05 09:44:51 cn 1.1.2.2: #i85370# change header, change parameter String[] to ArrayList 2008/01/21 11:12:22 cn 1.1.2.1: #i85370#: this inderface describes the methods to communiacte with EIS

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4cafd752c81e313e7155e09899f081e60a05db56]

        INTEGRATION: CWS qadev32 (1.12.2); FILE MERGED 2008/04/17 11:40:14 cn 1.12.2.3: RESYNC: (1.12-1.13); FILE MERGED 2008/04/17 07:58:14 cn 1.12.2.2: #i87389# enhance timeout 2008/03/04 19:57:07 cn 1.12.2.1: #i86692# change default connection method to named pipe: pipe,name=$USER

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3b106531b84021e3419ef838c26e95142a91a4bc]

        INTEGRATION: CWS qadev32 (1.12.2); FILE MERGED 2008/05/28 12:17:02 cn 1.12.2.8: #i87389# optimize waiting while process is ongoing, enhance logging 2008/05/05 09:23:49 cn 1.12.2.7: #i85370# enhance logging 2008/04/17 11:40:37 cn 1.12.2.6: RESYNC: (1.12-1.13); FILE MERGED 2008/04/17 07:56:15 cn 1.12.2.5: #i87389# enhance logging 2008/04/03 07:57:36 cn 1.12.2.4: #i87389# enhance logging 2008/03/05 11:18:40 cn 1.12.2.3: #i85370# new constructor 2008/01/22 11:46:49 cn 1.12.2.2: #i85370#: runCommand(): validation of param != null 2008/01/21 16:29:19 cn 1.12.2.1: #i85370# new method runCommand()

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bae3824dd7ae034c9aea209ae1f49b91a03c7b8b]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/13 08:33:07 rt 1.1.2.3: Correct license header 2008/05/13 19:06:30 cn 1.1.2.2: #i87389# enhance javadoc 2008/01/22 11:44:38 cn 1.1.2.1: #i85370#: This exception should be thrown if you try to get a Null value of a parameter and you don't can handle it directly

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [374fbe7575f8d6e596a5cb9449f78801d0bae858]

        INTEGRATION: CWS qadev32 (1.7.2); FILE MERGED 2008/05/28 12:14:16 cn 1.7.2.7: #i87389# enhance logging 2008/05/13 19:07:44 cn 1.7.2.6: #i87389# update logging 2008/05/07 07:47:26 cn 1.7.2.5: #i85370# enhance logging 2008/05/05 09:39:20 cn 1.7.2.4: #i85370# enhance logging, change command 'runCommand' to executeSynchronously' to run killoffice command 2008/04/17 11:40:34 cn 1.7.2.3: RESYNC: (1.7-1.8); FILE MERGED 2008/04/03 07:57:15 cn 1.7.2.2: #i87389# enhance logging 2008/01/22 11:45:51 cn 1.7.2.1: #i85370#: calling the sKillCommand via ProcessHandler

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [037edf4ebeddfaaf9c7ae492cee33e20e6b3e917]

        INTEGRATION: CWS qadev32 (1.20.2); FILE MERGED 2008/05/28 12:10:44 cn 1.20.2.7: #i87389# new innerclass OfficeWatcherPing 2008/05/05 09:33:57 cn 1.20.2.6: #i85370# enhance logging 2008/04/17 11:40:30 cn 1.20.2.5: RESYNC: (1.20-1.21); FILE MERGED 2008/04/17 07:51:58 cn 1.20.2.4: #i87389# enhance logging 2008/04/03 07:56:41 cn 1.20.2.3: #i87389# create method backupUserLayer 2008/03/05 11:14:55 cn 1.20.2.2: #i85370# killing the kill command at end of execution 2008/01/22 11:45:33 cn 1.20.2.1: #i85370#: calling the sKillCommand via ProcessHandler

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [05aef2b719b459e7555600bb1ace620e29c1c651]

        INTEGRATION: CWS qadev32 (1.3.2); FILE MERGED 2008/04/17 11:40:27 cn 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 09:26:47 cn 1.3.2.1: #i87389# enhance logging

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [762e38f0e70838da5d783c0eac149d5ca330fdcb]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/05/05 09:42:34 cn 1.1.2.6: #i85370# change header 2008/05/05 09:40:26 cn 1.1.2.5: #i85370# change parameter String[] to ArrayList 2008/04/03 07:56:00 cn 1.1.2.4: #i87389# add final to some variables 2008/03/12 10:21:41 cn 1.1.2.3: #i85370# implement setUnoAoiCwsStatus() 2008/01/22 11:42:42 cn 1.1.2.2: #i85370#: add ParameterNotFoundException 2008/01/21 16:32:05 cn 1.1.2.1: #i85370#: implementation of interface helper/CwsDataExchange

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e7e0e25335c8eb6325a8c1a39b0fda8b576e87f5]

        INTEGRATION: CWS qadev32 (1.7.2); FILE MERGED 2008/04/17 11:40:24 cn 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/12 10:13:27 cn 1.7.2.1: #i85370# parse parameter for parameters in methods like 'method1(param1,param2),method2()'

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5e00744802a98b95bb7e0e649462d48f418f4c2a]

        INTEGRATION: CWS qadev32 (1.10.56); FILE MERGED 2008/04/17 11:40:21 cn 1.10.56.4: RESYNC: (1.10-1.11); FILE MERGED 2008/04/17 09:18:25 cn 1.10.56.3: #i87389# enhance argument parsing: a parameter like -param '"c:\my path\program.exe" -value' are possible 2008/03/12 09:47:17 cn 1.10.56.2: #i85370# add parameter NoCwsAttach 2008/03/05 10:57:50 cn 1.10.56.1: #i85370# now it is possible to use parameter with spaces like -cl "soffice -accept..."

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2337fe227dea9278b6304d3bd830c1362b5aaf6f]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/13 08:33:07 rt 1.1.2.7: Correct license header 2008/05/13 19:07:03 cn 1.1.2.6: #i87389# enhance javadoc 2008/05/05 09:36:09 cn 1.1.2.5: #i85370# enhance logging 2008/04/03 07:55:40 cn 1.1.2.4: #i87389# add final to some variables 2008/03/05 10:54:25 cn 1.1.2.3: #i85370# small fixes 2008/01/22 11:41:03 cn 1.1.2.2: #i85370#: parameter validation 2008/01/21 16:30:56 cn 1.1.2.1: #i85370#: This class support you to execute some shell commands in a buld environment

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2c94aee3cd18b092d8cb5ef1c1956ae84f7ff46e]

        INTEGRATION: CWS qadev32 (1.14.2); FILE MERGED 2008/04/17 11:40:17 cn 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/24 21:13:22 cn 1.14.2.1: #i87217# bugfix: print current method name

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c042ec0ef44c881139bd4eb3154ba8478202b105]

        INTEGRATION: CWS qadev32 (1.13.52); FILE MERGED 2008/05/28 12:09:24 cn 1.13.52.5: #i87389# define entry.UserDefineParams before creating new LogWriter 2008/05/13 19:08:34 cn 1.13.52.4: #i87389# update logging 2008/04/17 11:40:11 cn 1.13.52.3: RESYNC: (1.13-1.14); FILE MERGED 2008/04/17 07:55:10 cn 1.13.52.2: #i87389# enhance logging 2008/03/24 21:22:31 cn 1.13.52.1: #i87389# trimm lines of exclusion lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [54c251a50a8fc6c37a86dbc07af5fdb93f8b10ce]

        INTEGRATION: CWS qadev32 (1.13.20); FILE MERGED 2008/04/17 11:40:07 cn 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/05 10:47:10 cn 1.13.20.1: #i85370# add complex as SUBDIRS_TEST

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [552477ad24f342e947062aabb15cac954b16ff20]

        INTEGRATION: CWS qadev32 (1.7.28); FILE MERGED 2008/03/25 10:25:59 cn 1.7.28.1: #i87407# remove propperties  TopMargin and ButtomMargin of com::sun::star::text::CellRange

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [130bff256d5c8aa8b2e448e57f51ef715467219b]

        INTEGRATION: CWS qadev32 (1.6.2); FILE MERGED 2008/05/13 19:13:22 cn 1.6.2.1: #i87389# update

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c7a00ab0e8c7c17c30ba22af33dd51f56312375e]

        INTEGRATION: CWS qadev32 (1.7.2); FILE MERGED 2008/04/18 14:11:32 hro 1.7.2.1: #i86802# Support kill -9

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0b17b39c506295e742226dee3123a568d7bd80d9]

        INTEGRATION: CWS qadev32 (1.7.98); FILE MERGED 2008/06/04 12:20:58 cn 1.7.98.3: #i87216# add issue 2008/05/13 19:44:36 cn 1.7.98.2: #i87389# update lists 2008/04/16 18:11:27 cn 1.7.98.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [65cacf9eb73d80679420c707d2316c71e7bc15c9]

        INTEGRATION: CWS qadev32 (1.9.14); FILE MERGED 2008/06/04 12:20:58 cn 1.9.14.4: #i87216# add issue 2008/05/13 19:44:36 cn 1.9.14.3: #i87389# update lists 2008/05/05 10:53:40 cn 1.9.14.2: #i87216# update lists 2008/04/16 18:11:27 cn 1.9.14.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b711429c6416683e83b390a5f65a5d32dc25f555]

        INTEGRATION: CWS qadev32 (1.6.6); FILE MERGED 2008/05/13 19:55:46 cn 1.6.6.4: #i87389# update lists 2008/05/05 10:53:34 cn 1.6.6.3: #i87216# update lists 2008/04/16 19:55:36 cn 1.6.6.2: #i87216# update lists 2008/04/16 18:10:58 cn 1.6.6.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a0932d85424adc642f8441d2d4a58ed68e7aaa42]

        INTEGRATION: CWS qadev32 (1.6.6); FILE MERGED 2008/04/16 18:10:58 cn 1.6.6.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [dfe70943d3c4f50ebce9af668f09b685dba1d04f]

        INTEGRATION: CWS qadev32 (1.16.4); FILE MERGED 2008/06/01 19:52:50 cn 1.16.4.1: #i85368# for windows replace all backslashes with slashes in fileURL

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e893cc21378f03c7d406a423f89ee2c6a65d8085]

        INTEGRATION: CWS qadev32 (1.46.60); FILE MERGED 2008/05/14 07:21:10 cn 1.46.60.3: RESYNC: (1.47-1.48); FILE MERGED 2008/04/17 11:29:56 cn 1.46.60.2: RESYNC: (1.46-1.47); FILE MERGED 2008/03/05 16:36:27 cn 1.46.60.1: #i86692# add global variable LOCALUNPACDIR

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [873c9f788ae5f10b02f3293be3e1011561a58fc8]

        INTEGRATION: CWS qadev32 (1.84.8); FILE MERGED 2008/06/04 13:19:54 cn 1.84.8.6: RESYNC: (1.93-1.95); FILE MERGED 2008/05/14 07:20:56 cn 1.84.8.5: RESYNC: (1.92-1.93); FILE MERGED 2008/04/17 11:29:51 cn 1.84.8.4: RESYNC: (1.91-1.92); FILE MERGED 2008/03/24 19:54:35 cn 1.84.8.3: RESYNC: (1.87-1.91); FILE MERGED 2008/03/05 18:53:48 cn 1.84.8.2: RESYNC: (1.84-1.87); FILE MERGED 2008/03/05 16:34:25 cn 1.84.8.1: #i86692# add global variable LOCALUNPACDIR

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9f733c9ed7b3f6f08c090f8d2df0aea9ad357761]

        INTEGRATION: CWS qadev32 (1.11.258); FILE MERGED 2008/04/17 11:29:47 cn 1.11.258.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/05 16:32:52 cn 1.11.258.1: #i86692# add global variable LOCALUNPACDIR

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [268ef2078303f817e018de7ffb9b04f7efb8a294]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/04 10:44:17 cn 1.1.2.7: #i85368# add possibility to check OpenOffice.org also 2008/06/01 19:43:13 cn 1.1.2.6: #i85368# some fixes 2008/05/05 11:16:11 cn 1.1.2.5: #i85368# bugfixing, header change 2008/04/16 18:20:29 cn 1.1.2.4: #i85368# bugfixes 2008/03/05 14:53:04 cn 1.1.2.3: #i85368# update and fix some issues 2008/03/03 22:18:28 cn 1.1.2.2: #i85368# enhancements and updates for automatic office installation 2008/02/25 16:08:28 cn 1.1.2.1: #i85368 new scripts to execute cwscheckapi

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8f52b75f7346fcbc057a4f6fb50eaa5aba2a8d05]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/04 10:44:17 cn 1.1.2.4: #i85368# add possibility to check OpenOffice.org also 2008/05/05 11:16:11 cn 1.1.2.3: #i85368# bugfixing, header change 2008/03/03 22:18:28 cn 1.1.2.2: #i85368# enhancements and updates for automatic office installation 2008/02/25 16:07:00 cn 1.1.2.1: #i85368 new scripts to execute cwscheckapi

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ff05e883c4534499b5d6db41fa3674b5913f87a2]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/04 10:44:17 cn 1.1.2.5: #i85368# add possibility to check OpenOffice.org also 2008/05/05 11:16:11 cn 1.1.2.4: #i85368# bugfixing, header change 2008/04/16 18:20:29 cn 1.1.2.3: #i85368# bugfixes 2008/03/03 22:18:28 cn 1.1.2.2: #i85368# enhancements and updates for automatic office installation 2008/02/25 16:06:48 cn 1.1.2.1: #i85368 new scripts to execute cwscheckapi

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [829d42e9b622ff61c47cf5f85aaea9eb7cf1101b]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/04 10:44:17 cn 1.1.2.10: #i85368# add possibility to check OpenOffice.org also 2008/06/01 19:42:33 cn 1.1.2.9: #i85368# some fixes 2008/05/14 07:10:32 cn 1.1.2.8: #i87389# bugfix 2008/05/05 11:16:11 cn 1.1.2.7: #i85368# bugfixing, header change 2008/04/16 18:18:35 cn 1.1.2.6: #i85368# add parameter -m MODULENAMES 2008/03/24 19:09:28 cn 1.1.2.5: #i85368# enhancements 2008/03/18 21:12:28 cn 1.1.2.4: #i85368# bugfixing and help parameter 2008/03/05 14:53:04 cn 1.1.2.3: #i85368# update and fix some issues 2008/03/03 22:18:28 cn 1.1.2.2: #i85368# enhancements and updates for automatic office installation 2008/02/25 16:06:36 cn 1.1.2.1: #i85368 new scripts to execute cwscheckapi

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0989179f609acc3c81b94e90d9f1c454c6e404cc]

        INTEGRATION: CWS qadev32 (1.1.2); FILE ADDED 2008/06/04 10:44:17 cn 1.1.2.10: #i85368# add possibility to check OpenOffice.org also 2008/06/01 19:41:47 cn 1.1.2.9: #i85368# some fixes 2008/05/14 07:08:28 cn 1.1.2.8: #i87389# handle LD_LIBRARY_PATH 2008/05/05 11:16:11 cn 1.1.2.7: #i85368# bugfixing, header change 2008/04/16 18:18:34 cn 1.1.2.6: #i85368# add parameter -m MODULENAMES 2008/03/24 19:09:27 cn 1.1.2.5: #i85368# enhancements 2008/03/18 21:12:28 cn 1.1.2.4: #i85368# bugfixing and help parameter 2008/03/05 14:53:04 cn 1.1.2.3: #i85368# update and fix some issues 2008/03/03 22:18:28 cn 1.1.2.2: #i85368# enhancements and updates for automatic office installation 2008/02/25 16:06:25 cn 1.1.2.1: #i85368 new scripts to execute cwscheckapi

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1283584ee9fa09032ca228eee7bcc1d9bdf98957]

        INTEGRATION: CWS qadev32 (1.5.226); FILE MERGED 2008/03/24 19:25:17 cn 1.5.226.2: #i86871# use local variables 2008/03/05 15:18:32 cn 1.5.226.1: #i86692# change connection to named pipe

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [61ff2499878113442592a6a77e0b8d1e06162f29]

        INTEGRATION: CWS qadev32 (1.6.226); FILE MERGED 2008/05/14 07:07:08 cn 1.6.226.3: #i87389# add solver lib path tp classpath 2008/03/24 19:25:16 cn 1.6.226.2: #i86871# use local variables 2008/03/05 15:18:32 cn 1.6.226.1: #i86692# change connection to named pipe

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [07a3d8ea61db16226f1045859acfe0fd5d56121b]

        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>  [6123adf93e8908e898f68708c5116a396a88eecd]

        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>  [a4cadf492624f61deb55edebfaf9adf1108b6309]

        INTEGRATION: CWS qadev32 (1.8.42); FILE MERGED 2008/06/04 11:00:08 cn 1.8.42.4: #i87216# add issue 2008/05/05 10:53:07 cn 1.8.42.3: #i87216# update lists 2008/04/16 18:10:14 cn 1.8.42.2: #i87216# update lists 2008/03/24 19:33:46 cn 1.8.42.1: #i87216# update list

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7056f1a7ad8eaf4d3fc0ee6884f99c0923f3ca34]

        INTEGRATION: CWS qadev32 (1.10.12); FILE MERGED 2008/05/05 10:53:14 cn 1.10.12.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6ef80a04863c483e0d34883f8915dbce7cf5bf61]

        INTEGRATION: CWS qadev32 (1.3.14); FILE MERGED 2008/06/04 11:16:21 cn 1.3.14.2: #i87216# add issue 2008/05/05 10:52:59 cn 1.3.14.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4867e10f3c85750d5cf121e226d41872f05f685e]

        INTEGRATION: CWS qadev32 (1.4.40); FILE MERGED 2008/03/18 21:08:04 cn 1.4.40.1: #i87216# update lists with issues

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4460b936d1fe786406aecb947a56a39096c6c018]

        INTEGRATION: CWS qadev32 (1.3.40); FILE MERGED 2008/05/05 10:52:53 cn 1.3.40.3: #i87216# update lists 2008/03/20 16:09:27 cn 1.3.40.2: #i87216# update lists with issues 2008/03/18 21:08:04 cn 1.3.40.1: #i87216# update lists with issues

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2b09ca34ddba956a4a2abe997266bbfc8f32dd3f]

        INTEGRATION: CWS qadev32 (1.2.382); FILE MERGED 2008/04/16 18:08:45 cn 1.2.382.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [60147636e113bcef44ea05026935448cab743485]

        INTEGRATION: CWS qadev32 (1.6.48); FILE MERGED 2008/06/04 12:47:05 cn 1.6.48.4: #i87216# add issue 2008/05/05 10:52:43 cn 1.6.48.3: #i87216# update lists 2008/04/16 18:06:46 cn 1.6.48.2: #i87216# update lists 2008/03/24 19:32:15 cn 1.6.48.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d9f8ae0c4ca69bd7275bd61d68d5eb3dbec75793]

        INTEGRATION: CWS qadev32 (1.5.48); FILE MERGED 2008/03/24 19:32:15 cn 1.5.48.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [fdb372697be5909082ece07f28b452935b96ea25]

        INTEGRATION: CWS qadev32 (1.3.630); FILE MERGED 2008/03/24 19:32:15 cn 1.3.630.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [53017968caf3eb1a07d8b82a7f978e8bf52c99bd]

        INTEGRATION: CWS qadev32 (1.7.22); FILE MERGED 2008/06/03 10:07:00 cn 1.7.22.2: #i87216# update lists 2008/04/16 18:06:18 cn 1.7.22.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7e597056b3259d3f7f3139a014bfa16c222b4ba7]

        INTEGRATION: CWS qadev32 (1.9.22); FILE MERGED 2008/06/03 10:07:00 cn 1.9.22.3: #i87216# update lists 2008/05/13 19:23:03 cn 1.9.22.2: #i87389# update lists 2008/04/16 18:06:18 cn 1.9.22.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e7e9e9c28a847a3d1b3a5968c33a04666efd8db5]

        INTEGRATION: CWS qadev32 (1.7.34); FILE MERGED 2008/06/04 12:26:07 cn 1.7.34.5: #i87216# add issue 2008/05/13 20:43:19 cn 1.7.34.4: #i87389# update lists 2008/04/16 18:05:59 cn 1.7.34.3: #i87216# update lists 2008/03/19 09:07:25 cn 1.7.34.2: #i87216# update lists with issues 2008/03/18 21:07:11 cn 1.7.34.1: #i87216# update lists with issues

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [746bfbccf82f20e82fcd300b38a1309edc33c24f]

        INTEGRATION: CWS qadev32 (1.6.34); FILE MERGED 2008/04/16 18:05:59 cn 1.6.34.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [91f65e6b130de5aa55c130c48ffe69a2b4eaf83b]

        INTEGRATION: CWS qadev32 (1.2.4); FILE MERGED 2008/05/05 10:52:33 cn 1.2.4.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2a47f53a2228978c68c6dbfb9c73197e1ce80899]

        INTEGRATION: CWS qadev32 (1.8.30); FILE MERGED 2008/05/05 10:52:26 cn 1.8.30.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [98c45e5ec0123a2ff0dfe222b862a1a8f9dcd8e4]

        INTEGRATION: CWS qadev32 (1.8.30); FILE MERGED 2008/05/13 20:34:56 cn 1.8.30.4: #i87389# update lists 2008/05/05 10:52:21 cn 1.8.30.3: #i87216# update lists 2008/04/17 07:31:32 cn 1.8.30.2: #i87216# update lists 2008/04/16 18:05:31 cn 1.8.30.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [573a98679476622c46cc72220d2d082fd7e009b5]

        #i86732# adjustments after review of resolution of merge conflicts. Get CWS changes done after integration.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9d9ce1a8daf4ab9737f86e7301210f4cf6939fd1]

        INTEGRATION: CWS qadev32 (1.9.10); FILE MERGED 2008/04/16 18:05:05 cn 1.9.10.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bea22017ac4afc1a828938c435a443ac4303e53f]

        INTEGRATION: CWS qadev32 (1.10.10); FILE MERGED 2008/05/05 10:52:14 cn 1.10.10.2: #i87216# update lists 2008/04/16 18:05:05 cn 1.10.10.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a81acaf4f9339f0d8f97137efa108e7778f02811]

        INTEGRATION: CWS qadev32 (1.4.14); FILE MERGED 2008/04/16 18:04:18 cn 1.4.14.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c0d3f7c5a54fe15e7db5509ed66d201f7815f8cc]

        INTEGRATION: CWS qadev32 (1.3.14); FILE MERGED 2008/06/03 09:49:10 cn 1.3.14.5: #i87216# update lists 2008/05/13 19:13:54 cn 1.3.14.4: #i87389# update lists 2008/05/05 10:52:05 cn 1.3.14.3: #i87216# update lists 2008/04/16 19:47:42 cn 1.3.14.2: #i87216# update lists 2008/04/16 18:04:18 cn 1.3.14.1: #i87216# update lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [58a6870ff3f3f315fa0f624b1982beb317d1c27f]

        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>  [46e7ecc66daed65233b3f7c0fd39090b170ce09b]

        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>  [2396d24dad88df3a3afc31ea58acb5e6eec04efa]

        INTEGRATION: CWS swlists01 (1.8.100); FILE MERGED 2008/05/08 16:50:04 od 1.8.100.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 14:30:38 od 1.8.100.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/03 09:22:05 od 1.8.100.1: #i86624# remove unused class member <bHasChild> from several numbering 	 dialog tab panes

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8176a9f86ad9e478a67781f25b482c89e31b0bb4]

        INTEGRATION: CWS swlists01 (1.60.80); FILE MERGED 2008/06/10 07:27:58 od 1.60.80.4: RESYNC: (1.62-1.63); FILE MERGED 2008/05/08 16:50:00 od 1.60.80.3: RESYNC: (1.61-1.62); FILE MERGED 2008/03/20 14:30:56 od 1.60.80.2: RESYNC: (1.60-1.61); FILE MERGED 2008/03/03 09:22:05 od 1.60.80.1: #i86624# remove unused class member <bHasChild> from several numbering 	 dialog tab panes

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [472ed8ed097abdf379d1efed1d7403ce214d2ff9]

        INTEGRATION: CWS swlists01 (1.10.382); FILE MERGED 2008/05/08 16:40:31 od 1.10.382.2: RESYNC: (1.10-1.11); FILE MERGED 2008/05/08 15:03:01 od 1.10.382.1: #i86732# add property <DefaultListId>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ab8ab872c69c11a8a799c9f7d5b286e964071277]

        INTEGRATION: CWS swlists01 (1.23.4); FILE MERGED 2008/05/08 16:40:27 od 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2008/05/08 15:02:15 od 1.23.4.1: #i86732# - correct documentation 	 - add property <ListId>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ba4d0cf7c2d8846a59cebc0cbf22255645a7a2e7]

        INTEGRATION: CWS swlists01 (1.67.48); FILE MERGED 2008/05/08 16:20:56 od 1.67.48.5: RESYNC: (1.69-1.70); FILE MERGED 2008/04/16 08:20:36 od 1.67.48.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:54 od 1.67.48.3: RESYNC: (1.67-1.69); FILE MERGED 2008/03/20 08:04:42 od 1.67.48.2: #i86732# adjustments due to change <SwDoc> interface 2008/03/06 09:07:26 od 1.67.48.1: #i86732# - refactoring due to revised <SwTxtNode> interface          - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [55776254504dc5af94324bf21404a5bf05f499e0]

        INTEGRATION: CWS swlists01 (1.23.192); FILE MERGED 2008/05/08 16:18:44 od 1.23.192.3: RESYNC: (1.24-1.25); FILE MERGED 2008/03/20 14:19:07 od 1.23.192.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/06 09:06:16 od 1.23.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9d28fdc69972db76ac4c26d51e966150223943a5]

        INTEGRATION: CWS swlists01 (1.48.54); FILE MERGED 2008/05/08 16:18:58 od 1.48.54.3: RESYNC: (1.50-1.51); FILE MERGED 2008/03/20 14:19:04 od 1.48.54.2: RESYNC: (1.48-1.50); FILE MERGED 2008/03/06 09:05:54 od 1.48.54.1: #i86732# refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0f5128e30d658332ad632bfbd2559b618c9fff56]

        INTEGRATION: CWS swlists01 (1.125.128); FILE MERGED 2008/05/08 16:18:05 od 1.125.128.4: RESYNC: (1.128-1.130); FILE MERGED 2008/03/20 14:19:20 od 1.125.128.3: RESYNC: (1.125-1.128); FILE MERGED 2008/03/11 13:01:57 od 1.125.128.2: #i86732# remove unneeded include 2008/03/06 09:03:52 od 1.125.128.1: #i86732# refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [431d00f18af3dbaea31108327fe5a489c70b099f]

        INTEGRATION: CWS swlists01 (1.39.46); FILE MERGED 2008/05/08 16:19:53 od 1.39.46.3: RESYNC: (1.41-1.42); FILE MERGED 2008/03/20 14:19:30 od 1.39.46.2: RESYNC: (1.39-1.41); FILE MERGED 2008/03/06 09:02:35 od 1.39.46.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [04f5af408596c0d0f94d1532d53a2528c2be7546]

        INTEGRATION: CWS swlists01 (1.39.192); FILE MERGED 2008/05/08 16:19:39 od 1.39.192.3: RESYNC: (1.40-1.41); FILE MERGED 2008/03/20 14:19:23 od 1.39.192.2: RESYNC: (1.39-1.40); FILE MERGED 2008/03/06 09:02:35 od 1.39.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [777672d870160db39d1c1cc454ebd9dfe77fbbce]

        INTEGRATION: CWS swlists01 (1.80.126); FILE MERGED 2008/06/10 07:26:54 od 1.80.126.6: RESYNC: (1.84-1.86); FILE MERGED 2008/05/09 07:52:55 od 1.80.126.5: #i86732# correction due to compiler warning 2008/05/08 16:20:02 od 1.80.126.4: RESYNC: (1.83-1.84); FILE MERGED 2008/04/16 08:20:35 od 1.80.126.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:19:27 od 1.80.126.2: RESYNC: (1.80-1.83); FILE MERGED 2008/03/06 09:02:35 od 1.80.126.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [10e4831bdca2b295d9432e25d98735d5a68cf2b4]

        INTEGRATION: CWS swlists01 (1.10.192); FILE MERGED 2008/05/08 16:19:43 od 1.10.192.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 14:19:33 od 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 09:02:35 od 1.10.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [406e1d810c9e135b9dd06cb2980cc40342b8554e]

        INTEGRATION: CWS swlists01 (1.14.192); FILE MERGED 2008/05/14 12:59:10 od 1.14.192.6: #i86732# remove no longer needed code 2008/05/08 16:20:43 od 1.14.192.5: RESYNC: (1.15-1.16); FILE MERGED 2008/04/16 08:20:34 od 1.14.192.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:20:04 od 1.14.192.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 08:06:00 od 1.14.192.2: #i86732# adjustments on setting list style regarding lists 2008/03/06 08:49:27 od 1.14.192.1: #i86732# refactoring due to revised <SwEditShell> interface: 	 - <bHasChild> no longer needed in numbering dialog

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bcee6657ff8b0418f55c3887b5edbe005abb213c]

        INTEGRATION: CWS swlists01 (1.25.134); FILE MERGED 2008/05/08 16:20:48 od 1.25.134.4: RESYNC: (1.26-1.27); FILE MERGED 2008/03/20 14:20:01 od 1.25.134.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/20 08:06:00 od 1.25.134.2: #i86732# adjustments on setting list style regarding lists 2008/03/06 08:54:18 od 1.25.134.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [aa5bae74e54ca6e458d460181fa1690667c38734]

        INTEGRATION: CWS swlists01 (1.64.18); FILE MERGED 2008/06/10 07:26:50 od 1.64.18.5: RESYNC: (1.66-1.67); FILE MERGED 2008/05/08 16:20:11 od 1.64.18.4: RESYNC: (1.65-1.66); FILE MERGED 2008/03/20 14:19:51 od 1.64.18.3: RESYNC: (1.64-1.65); FILE MERGED 2008/03/20 08:05:59 od 1.64.18.2: #i86732# adjustments on setting list style regarding lists 2008/03/06 08:56:43 od 1.64.18.1: #i86732# - include paragraph list attributes in item set for paragraph dialog 	 - refactoring due to revised <SwEditShell> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6933825189b311c945d5b6cd7ac39fb081b505e1]

        INTEGRATION: CWS swlists01 (1.15.192); FILE MERGED 2008/05/29 09:50:04 od 1.15.192.6: #i86732# method <SwListShell::Execute(..)> 	 - avoid crash on execution of FN_NUM_BULLET_UP as it already done 	   for FN_NUM_BULLET_DOWN 2008/05/14 12:59:10 od 1.15.192.5: #i86732# remove no longer needed code 2008/05/08 16:20:40 od 1.15.192.4: RESYNC: (1.16-1.17); FILE MERGED 2008/04/16 08:20:34 od 1.15.192.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:19:48 od 1.15.192.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/06 08:48:10 od 1.15.192.1: #i86732# refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [435fbdeb2f5ed3bcce2854501f498021a1dfbe58]

        INTEGRATION: CWS swlists01 (1.29.38); FILE MERGED 2008/06/10 07:26:46 od 1.29.38.4: RESYNC: (1.31-1.32); FILE MERGED 2008/05/08 16:20:36 od 1.29.38.3: RESYNC: (1.30-1.31); FILE MERGED 2008/03/20 14:19:58 od 1.29.38.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/06 08:54:18 od 1.29.38.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2eb9ca6055a128dcce5ea56667b0dbd1cb8b36bb]

        INTEGRATION: CWS swlists01 (1.27.192); FILE MERGED 2008/05/08 16:20:17 od 1.27.192.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/06 08:54:18 od 1.27.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f260300d096c800ad3d31cb955e8a015285d17f9]

        INTEGRATION: CWS swlists01 (1.83.192); FILE MERGED 2008/05/08 16:20:31 od 1.83.192.3: RESYNC: (1.84-1.85); FILE MERGED 2008/03/20 14:19:55 od 1.83.192.2: RESYNC: (1.83-1.84); FILE MERGED 2008/03/06 08:54:18 od 1.83.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [941edae4f71d9a4e7f47d0a70629ed238554e9e6]

        INTEGRATION: CWS swlists01 (1.37.192); FILE MERGED 2008/05/08 16:17:47 od 1.37.192.3: RESYNC: (1.39-1.40); FILE MERGED 2008/03/20 14:19:00 od 1.37.192.2: RESYNC: (1.37-1.39); FILE MERGED 2008/03/06 08:33:55 od 1.37.192.1: #i86732# - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6084e147c7a08fb263e33906f03dfb65714fd24d]

        INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/14 12:59:10 od 1.18.192.4: #i86732# remove no longer needed code 2008/05/08 16:17:41 od 1.18.192.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/20 14:18:57 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/06 08:32:45 od 1.18.192.1: #i86732# class <SwNumPositionTabPage> 	 - refactoring: remove unused member <bHasChild>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5a822cd89f59405ead4490de16a21c3d7239a062]

        INTEGRATION: CWS swlists01 (1.10.164); FILE MERGED 2008/05/19 07:55:19 od 1.10.164.5: RESYNC: (1.12-1.13); FILE MERGED 2008/05/14 12:59:10 od 1.10.164.4: #i86732# remove no longer needed code 2008/05/08 16:21:31 od 1.10.164.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 14:18:50 od 1.10.164.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 08:30:39 od 1.10.164.1: #i86732# class <SwNumPositionTabPage> 	 - refactoring: remove unused member <bHasChild>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [24c905f9709000b2b841d41a1da2cfc719a305b2]

        INTEGRATION: CWS swlists01 (1.66.42); FILE MERGED 2008/05/14 12:59:09 od 1.66.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [87e2e015871f3445a8ad57b10622d202c9419457]

        INTEGRATION: CWS swlists01 (1.27.130); FILE MERGED 2008/05/08 16:18:34 od 1.27.130.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/06 08:29:03 od 1.27.130.1: #i86732# refacotoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e5d4ac5ce606b154c0f716b9d3f249bee5258835]

        INTEGRATION: CWS swlists01 (1.34.134); FILE MERGED 2008/05/08 16:18:40 od 1.34.134.2: RESYNC: (1.34-1.36); FILE MERGED 2008/03/06 08:28:28 od 1.34.134.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [546b6cc3c76fe836ab9acad785aa149d50660df5]

        INTEGRATION: CWS swlists01 (1.20.192); FILE MERGED 2008/05/08 16:17:33 od 1.20.192.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 08:27:48 od 1.20.192.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5e5f2aa171d8703a9b1a97f759c859a5e4ef4da0]

        INTEGRATION: CWS swlists01 (1.151.16); FILE MERGED 2008/06/10 07:26:43 od 1.151.16.5: RESYNC: (1.157-1.159); FILE MERGED 2008/05/08 16:18:26 od 1.151.16.4: RESYNC: (1.154-1.157); FILE MERGED 2008/04/16 08:20:33 od 1.151.16.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:19:38 od 1.151.16.2: RESYNC: (1.151-1.154); FILE MERGED 2008/03/20 08:07:26 od 1.151.16.1: #i86732# adjustments on setting list style due to lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a8bba9e9babe2287dd286ccdeee3af8ac3650b8e]

        INTEGRATION: CWS swlists01 (1.127.102); FILE MERGED 2008/06/10 07:26:29 od 1.127.102.4: RESYNC: (1.130-1.131); FILE MERGED 2008/05/08 16:19:11 od 1.127.102.3: RESYNC: (1.129-1.130); FILE MERGED 2008/03/20 14:18:44 od 1.127.102.2: RESYNC: (1.127-1.129); FILE MERGED 2008/03/06 08:26:43 od 1.127.102.1: #i86732# method <lcl_CopyDynamicDefaults(..)> 	 - extend <aRangeOfDefaults> by paragraph list attributes

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [92a7ad0dc4d232892aa4ba1f40706c17d70b129b]

        INTEGRATION: CWS swlists01 (1.13.192); FILE MERGED 2008/05/08 16:19:17 od 1.13.192.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 14:19:41 od 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 08:24:38 od 1.13.192.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [06ae0e26e2a0df7dcd29b5063def93df232c6092]

        INTEGRATION: CWS swlists01 (1.59.130); FILE MERGED 2008/05/08 16:19:27 od 1.59.130.2: RESYNC: (1.59-1.60); FILE MERGED 2008/03/06 08:24:38 od 1.59.130.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [21b8808cc09c6913793974c8faa7883caa0fc6e4]

        INTEGRATION: CWS swlists01 (1.30.128); FILE MERGED 2008/05/08 16:19:35 od 1.30.128.3: RESYNC: (1.32-1.33); FILE MERGED 2008/03/20 14:19:44 od 1.30.128.2: RESYNC: (1.30-1.32); FILE MERGED 2008/03/06 08:24:37 od 1.30.128.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [87b197c57e91e33be0e77dc6135985e98eb1ffe5]

        INTEGRATION: CWS swlists01 (1.29.36); FILE MERGED 2008/05/08 16:21:17 od 1.29.36.4: RESYNC: (1.31-1.32); FILE MERGED 2008/05/07 07:49:17 od 1.29.36.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:31 od 1.29.36.2: RESYNC: (1.29-1.31); FILE MERGED 2008/03/06 08:21:54 od 1.29.36.1: #i86732# member <SwDocStyleSheet::aCoreSet> 	 - extend item set by paragraph list attributes 	 - refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ec4beb30dda1952f394b0e15f1f8b7b2f7cdb499]

        INTEGRATION: CWS swlists01 (1.30.104); FILE MERGED 2008/05/08 16:21:00 od 1.30.104.6: RESYNC: (1.33-1.34); FILE MERGED 2008/05/07 07:49:16 od 1.30.104.5: #i86732# further changes/adjustments for new list handling 2008/04/16 08:20:32 od 1.30.104.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:40 od 1.30.104.3: RESYNC: (1.30-1.33); FILE MERGED 2008/03/20 08:10:07 od 1.30.104.2: #i86732# adjustments on setting list style due to lists 2008/03/06 08:22:25 od 1.30.104.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8b1984bf57a6e9e860bfac52c3c64695a85d15ac]

        INTEGRATION: CWS swlists01 (1.61.186); FILE MERGED 2008/05/08 16:21:07 od 1.61.186.3: RESYNC: (1.65-1.66); FILE MERGED 2008/03/20 14:18:37 od 1.61.186.2: RESYNC: (1.61-1.65); FILE MERGED 2008/03/06 08:22:25 od 1.61.186.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [38be6475d588ee69b4c37cf3a1119ffffab67094]

        INTEGRATION: CWS swlists01 (1.31.190); FILE MERGED 2008/05/08 16:21:22 od 1.31.190.3: RESYNC: (1.32-1.33); FILE MERGED 2008/03/20 14:18:34 od 1.31.190.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/06 08:22:25 od 1.31.190.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [954568e8a88afccb7c7800b9065f251bf9f50534]

        INTEGRATION: CWS swlists01 (1.31.192); FILE MERGED 2008/05/08 16:21:28 od 1.31.192.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/06 08:22:25 od 1.31.192.1: #i86732# refacotoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0d9c8c1f0b77422e2642b98c9d3b8503312fe336]

        INTEGRATION: CWS swlists01 (1.62.48); FILE MERGED 2008/05/08 16:21:45 od 1.62.48.3: RESYNC: (1.63-1.64); FILE MERGED 2008/03/20 14:17:36 od 1.62.48.2: RESYNC: (1.62-1.63); FILE MERGED 2008/03/06 09:24:51 od 1.62.48.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8caee866b437dba250205e5af1f0b2452e37da6c]

        INTEGRATION: CWS swlists01 (1.80.38); FILE MERGED 2008/05/08 16:21:36 od 1.80.38.3: RESYNC: (1.81-1.82); FILE MERGED 2008/03/20 14:17:39 od 1.80.38.2: RESYNC: (1.80-1.81); FILE MERGED 2008/03/06 09:24:50 od 1.80.38.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6b4b3b008116aadc285f110c2cb0a6496d72a1aa]

        INTEGRATION: CWS swlists01 (1.178.46); FILE MERGED 2008/06/10 07:22:58 od 1.178.46.4: RESYNC: (1.183-1.185); FILE MERGED 2008/05/08 16:23:38 od 1.178.46.3: RESYNC: (1.180-1.183); FILE MERGED 2008/03/20 14:17:47 od 1.178.46.2: RESYNC: (1.178-1.180); FILE MERGED 2008/03/06 09:24:22 od 1.178.46.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ae109e0655e8ba4f7ec896cd712bdef5f42e0f05]

        INTEGRATION: CWS swlists01 (1.106.38); FILE MERGED 2008/05/08 16:22:27 od 1.106.38.2: RESYNC: (1.106-1.108); FILE MERGED 2008/03/06 09:24:22 od 1.106.38.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7f1601b0ed5b61ef6270773e126ab4bf66a52e52]

        INTEGRATION: CWS swlists01 (1.85.50); FILE MERGED 2008/05/08 16:24:10 od 1.85.50.3: RESYNC: (1.85-1.86); FILE MERGED 2008/03/20 08:13:13 od 1.85.50.2: #i86732# adjustments due to made virtual methods to set/reset attribute 	 at content/text node 2008/03/06 09:24:21 od 1.85.50.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b92e23732b7bbf48573d4e942e66ed1fdf65ed03]

        INTEGRATION: CWS swlists01 (1.136.44); FILE MERGED 2008/06/10 07:23:28 od 1.136.44.4: RESYNC: (1.140-1.142); FILE MERGED 2008/05/08 16:22:04 od 1.136.44.3: RESYNC: (1.138-1.140); FILE MERGED 2008/03/20 14:18:01 od 1.136.44.2: RESYNC: (1.136-1.138); FILE MERGED 2008/03/06 09:24:21 od 1.136.44.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e4e01b37da85ef9dc77a327e3140f2cf1381fe15]

        INTEGRATION: CWS swlists01 (1.186.46); FILE MERGED 2008/06/10 07:22:19 od 1.186.46.5: RESYNC: (1.190-1.192); FILE MERGED 2008/05/08 16:23:57 od 1.186.46.4: RESYNC: (1.189-1.190); FILE MERGED 2008/03/20 14:17:43 od 1.186.46.3: RESYNC: (1.186-1.189); FILE MERGED 2008/03/20 08:13:12 od 1.186.46.2: #i86732# adjustments due to made virtual methods to set/reset attribute 	 at content/text node 2008/03/06 09:24:20 od 1.186.46.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3938b3a8f5a47abf32740d5ee9fc038c4c5ac56e]

        INTEGRATION: CWS swlists01 (1.73.190); FILE MERGED 2008/05/08 16:24:27 od 1.73.190.2: RESYNC: (1.73-1.74); FILE MERGED 2008/03/06 09:24:20 od 1.73.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ec94baf00697fa97c389f93b11dc5adc4580ae06]

        INTEGRATION: CWS swlists01 (1.150.134); FILE MERGED 2008/06/10 07:22:33 od 1.150.134.3: RESYNC: (1.151-1.152); FILE MERGED 2008/05/08 16:24:22 od 1.150.134.2: RESYNC: (1.150-1.151); FILE MERGED 2008/03/06 09:24:20 od 1.150.134.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6e92856e675cc3d73cd07b788023d36171d8c7fc]

        INTEGRATION: CWS swlists01 (1.109.190); FILE MERGED 2008/05/14 10:52:05 od 1.109.190.4: #i86732# adjustments of attribute export function tables due to new list attributes 2008/05/08 16:22:47 od 1.109.190.3: RESYNC: (1.110-1.111); FILE MERGED 2008/03/20 14:17:57 od 1.109.190.2: RESYNC: (1.109-1.110); FILE MERGED 2008/03/06 09:24:19 od 1.109.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0efe3fa770e96183d30cf8e33e6d73bdba04dbc6]

        INTEGRATION: CWS swlists01 (1.45.12); FILE MERGED 2008/05/08 16:22:12 od 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2008/03/06 09:24:19 od 1.45.12.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e542bcc41c503c4c26cc4681af2d575315265cbc]

        INTEGRATION: CWS swlists01 (1.41.190); FILE MERGED 2008/05/14 12:58:05 od 1.41.190.5: #i86732# remove no longer needed code 2008/05/08 16:21:49 od 1.41.190.4: RESYNC: (1.43-1.44); FILE MERGED 2008/04/16 08:18:20 od 1.41.190.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:17:50 od 1.41.190.2: RESYNC: (1.41-1.43); FILE MERGED 2008/03/06 09:24:19 od 1.41.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c08abaec3dda3a3c317a44f968af16d21c5382d2]

        INTEGRATION: CWS swlists01 (1.102.34); FILE MERGED 2008/06/10 07:23:11 od 1.102.34.4: RESYNC: (1.106-1.107); FILE MERGED 2008/05/08 16:23:11 od 1.102.34.3: RESYNC: (1.105-1.106); FILE MERGED 2008/03/20 14:18:05 od 1.102.34.2: RESYNC: (1.102-1.105); FILE MERGED 2008/03/06 09:24:19 od 1.102.34.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a1b69100fe4278b52a1132e2a68252aebe85ff8a]

        INTEGRATION: CWS swlists01 (1.20.50); FILE MERGED 2008/05/08 16:22:53 od 1.20.50.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:24:19 od 1.20.50.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [28cc408822aeec35a32bcb48829bd6ff0fb3bfcf]

        INTEGRATION: CWS swlists01 (1.26.48); FILE MERGED 2008/05/08 16:22:59 od 1.26.48.3: RESYNC: (1.27-1.28); FILE MERGED 2008/03/20 14:17:53 od 1.26.48.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/06 09:24:19 od 1.26.48.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [444dc02e9816c0b9e4c1a03a84085d655baf5cec]

        INTEGRATION: CWS swlists01 (1.13.192); FILE MERGED 2008/05/08 16:25:02 od 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 09:17:48 od 1.13.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2cf6b4b72e8cefe2f08317ae5ea78d4563ee3831]

        INTEGRATION: CWS swlists01 (1.18.130); FILE MERGED 2008/05/08 16:24:54 od 1.18.130.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/20 13:54:45 od 1.18.130.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/06 09:17:48 od 1.18.130.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8015a52eef64d8c76dc56eecbd9656213b822e66]

        INTEGRATION: CWS swlists01 (1.24.190); FILE MERGED 2008/05/09 07:35:35 od 1.24.190.4: #i86732# syntax correction 2008/05/08 16:24:57 od 1.24.190.3: RESYNC: (1.24-1.26); FILE MERGED 2008/03/20 08:14:17 od 1.24.190.2: #i86732# adjustments on setting list style due to lists 2008/03/06 09:17:48 od 1.24.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [af7024527e29eaef08d83b01033005722f21e71c]

        INTEGRATION: CWS swlists01 (1.16.192); FILE MERGED 2008/05/08 16:25:05 od 1.16.192.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/06 10:57:55 od 1.16.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0498475404268eb88006dc6ab914b0282d489590]

        INTEGRATION: CWS swlists01 (1.77.36); FILE MERGED 2008/05/08 16:24:32 od 1.77.36.4: RESYNC: (1.78-1.79); FILE MERGED 2008/03/20 14:17:23 od 1.77.36.3: RESYNC: (1.77-1.78); FILE MERGED 2008/03/20 08:16:28 od 1.77.36.2: #i86732# - adjustments due to made virtual methods to set/reset attribute 	   at content/text node 	 - adjustments due to the introduction of lists 2008/03/06 09:17:08 od 1.77.36.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3fd64f8b58dfbf09b9e47f4813b3848dbb64950b]

        INTEGRATION: CWS swlists01 (1.37.50); FILE MERGED 2008/06/10 07:21:45 od 1.37.50.3: RESYNC: (1.38-1.39); FILE MERGED 2008/05/08 16:24:35 od 1.37.50.2: RESYNC: (1.37-1.38); FILE MERGED 2008/03/06 09:17:08 od 1.37.50.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [766ce52080134e05b874a66338da1973e0c9877c]

        INTEGRATION: CWS swlists01 (1.22.36); FILE MERGED 2008/05/08 16:24:38 od 1.22.36.4: RESYNC: (1.23-1.24); FILE MERGED 2008/03/20 14:17:27 od 1.22.36.3: RESYNC: (1.22-1.23); FILE MERGED 2008/03/20 08:16:27 od 1.22.36.2: #i86732# - adjustments due to made virtual methods to set/reset attribute 	   at content/text node 	 - adjustments due to the introduction of lists 2008/03/06 09:17:08 od 1.22.36.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [329560b48e9484e3ab09cccaef92abc2760816f8]

        INTEGRATION: CWS swlists01 (1.31.190); FILE MERGED 2008/05/08 16:24:46 od 1.31.190.4: RESYNC: (1.32-1.34); FILE MERGED 2008/03/20 14:17:33 od 1.31.190.3: RESYNC: (1.31-1.32); FILE MERGED 2008/03/20 08:16:27 od 1.31.190.2: #i86732# - adjustments due to made virtual methods to set/reset attribute 	   at content/text node 	 - adjustments due to the introduction of lists 2008/03/06 09:17:08 od 1.31.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a4256f92bfe50aa5461f3133e49e90b11d4fb6a2]

        INTEGRATION: CWS swlists01 (1.31.192); FILE MERGED 2008/05/08 16:24:50 od 1.31.192.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/06 09:17:08 od 1.31.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [18d685f84c1616d0aa55c4304aa2dc1346a64b87]

        INTEGRATION: CWS swlists01 (1.70.162); FILE MERGED 2008/06/10 07:22:01 od 1.70.162.6: RESYNC: (1.73-1.74); FILE MERGED 2008/05/14 10:52:04 od 1.70.162.5: #i86732# adjustments of attribute export function tables due to new list attributes 2008/05/08 16:24:42 od 1.70.162.4: RESYNC: (1.71-1.73); FILE MERGED 2008/03/20 14:17:30 od 1.70.162.3: RESYNC: (1.70-1.71); FILE MERGED 2008/03/20 08:16:27 od 1.70.162.2: #i86732# - adjustments due to made virtual methods to set/reset attribute 	   at content/text node 	 - adjustments due to the introduction of lists 2008/03/06 09:17:07 od 1.70.162.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a9d3077a6cc348596c7a69985c86bddb03db5c9a]

        INTEGRATION: CWS swlists01 (1.15.192); FILE MERGED 2008/05/08 16:25:37 od 1.15.192.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/16 08:18:19 od 1.15.192.1: #i86732# further changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2e9c3ba8b56ec3fa087fc4ff883c87f7b7b57dac]

        INTEGRATION: CWS swlists01 (1.45.34); FILE MERGED 2008/05/08 16:25:44 od 1.45.34.5: RESYNC: (1.48-1.49); FILE MERGED 2008/04/16 08:18:19 od 1.45.34.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:25 od 1.45.34.3: RESYNC: (1.45-1.48); FILE MERGED 2008/03/20 08:18:29 od 1.45.34.2: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 09:15:17 od 1.45.34.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b2b8ecc58b5cbf28415dbeb1b6bcf4c10ed8f8b5]

        INTEGRATION: CWS swlists01 (1.17.192); FILE MERGED 2008/05/08 16:25:19 od 1.17.192.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/06 09:15:17 od 1.17.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0c89fbdedda170be9623a8c7c273f47765fec2fd]

        INTEGRATION: CWS swlists01 (1.25.36); FILE MERGED 2008/05/08 16:25:49 od 1.25.36.4: RESYNC: (1.26-1.27); FILE MERGED 2008/04/16 08:18:19 od 1.25.36.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:15 od 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2008/03/06 09:15:17 od 1.25.36.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8ff8c10204d7315008473caae74967a119ae721a]

        INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/08 16:25:26 od 1.18.192.3: RESYNC: (1.18-1.19); FILE MERGED 2008/03/20 08:18:28 od 1.18.192.2: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 09:15:17 od 1.18.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [84fa48703fd7511a329b5a68b70fab7bb987ffaa]

        INTEGRATION: CWS swlists01 (1.24.192); FILE MERGED 2008/05/08 16:25:29 od 1.24.192.4: RESYNC: (1.25-1.26); FILE MERGED 2008/04/16 08:18:19 od 1.24.192.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:18:28 od 1.24.192.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/06 09:15:16 od 1.24.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c3d8478b5d476db97b542b869812a70922224ca1]

        INTEGRATION: CWS swlists01 (1.22.190); FILE MERGED 2008/05/08 16:25:23 od 1.22.190.3: RESYNC: (1.24-1.25); FILE MERGED 2008/03/20 14:18:21 od 1.22.190.2: RESYNC: (1.22-1.24); FILE MERGED 2008/03/06 09:15:16 od 1.22.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0f82437c39fadcc7e02e80e773a3f3aef06b517e]

        INTEGRATION: CWS swlists01 (1.24.192); FILE MERGED 2008/05/08 16:25:34 od 1.24.192.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/20 14:18:11 od 1.24.192.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/06 09:15:16 od 1.24.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6693fcfc1d10210049ea6a58dee3e623824522fd]

        INTEGRATION: CWS swlists01 (1.38.192); FILE MERGED 2008/05/14 10:52:04 od 1.38.192.4: #i86732# adjustments of attribute export function tables due to new list attributes 2008/05/08 16:25:41 od 1.38.192.3: RESYNC: (1.39-1.40); FILE MERGED 2008/03/20 14:18:18 od 1.38.192.2: RESYNC: (1.38-1.39); FILE MERGED 2008/03/06 09:15:16 od 1.38.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7d1c1eedfe0e70a5b351df152f6ff6529a58b0a7]

        INTEGRATION: CWS swlists01 (1.42.42); FILE MERGED 2008/06/10 07:23:40 od 1.42.42.2: RESYNC: (1.42-1.43); FILE MERGED 2008/05/14 10:52:04 od 1.42.42.1: #i86732# adjustments of attribute export function tables due to new list attributes

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e2cda30a2bb710c9fedb044ef3b472161ae9106c]

        INTEGRATION: CWS swlists01 (1.53.106); FILE MERGED 2008/05/19 07:54:59 od 1.53.106.5: RESYNC: (1.55-1.56); FILE MERGED 2008/05/14 12:58:04 od 1.53.106.4: #i86732# remove no longer needed code 2008/05/08 16:25:15 od 1.53.106.3: RESYNC: (1.53-1.55); FILE MERGED 2008/03/20 08:19:46 od 1.53.106.2: #i86732# remove no longer needed method call 2008/03/06 09:11:00 od 1.53.106.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6f3836520cbbb1b6f3c6b2b8337371afc145703c]

        INTEGRATION: CWS swlists01 (1.54.36); FILE MERGED 2008/05/08 16:25:12 od 1.54.36.4: RESYNC: (1.56-1.58); FILE MERGED 2008/03/20 14:18:08 od 1.54.36.3: RESYNC: (1.54-1.56); FILE MERGED 2008/03/20 08:19:23 od 1.54.36.2: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 09:13:19 od 1.54.36.1: #i86732# - refactoring due to deleted <SwNumRuleInfo> 	   --> instead use of <SwNumRule::GetTxtNodeList(..)> 	 - refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [11b1c989b1e2c80b614bcb9b03786c86fcd1320d]

        INTEGRATION: CWS swlists01 (1.28.38); FILE MERGED 2008/05/08 16:25:08 od 1.28.38.2: RESYNC: (1.28-1.29); FILE MERGED 2008/03/06 09:09:41 od 1.28.38.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e4cb1bbfaba4003044239101b8eb694ef82ef44f]

        INTEGRATION: CWS swlists01 (1.43.126); FILE MERGED 2008/05/08 16:32:44 od 1.43.126.3: RESYNC: (1.44-1.45); FILE MERGED 2008/03/20 14:20:30 od 1.43.126.2: RESYNC: (1.43-1.44); FILE MERGED 2008/03/06 10:02:45 od 1.43.126.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5093c8ec123d318cb85da8237a676e6b82293d08]

        INTEGRATION: CWS swlists01 (1.83.40); FILE MERGED 2008/06/10 07:23:49 od 1.83.40.2: RESYNC: (1.83-1.84); FILE MERGED 2008/05/14 12:57:14 od 1.83.40.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e7e7515942e2c9ba9d7cd5476767fbf3991185be]

        INTEGRATION: CWS swlists01 (1.113.46); FILE MERGED 2008/06/10 07:25:50 od 1.113.46.4: RESYNC: (1.120-1.121); FILE MERGED 2008/05/08 16:29:38 od 1.113.46.3: RESYNC: (1.116-1.120); FILE MERGED 2008/03/20 14:20:18 od 1.113.46.2: RESYNC: (1.113-1.116); FILE MERGED 2008/03/06 10:02:09 od 1.113.46.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b48cec0bcca3ba0eafcbdd44ef931502f37ddf33]

        INTEGRATION: CWS swlists01 (1.78.52); FILE MERGED 2008/05/08 16:29:50 od 1.78.52.3: RESYNC: (1.80-1.81); FILE MERGED 2008/03/20 14:20:11 od 1.78.52.2: RESYNC: (1.78-1.80); FILE MERGED 2008/03/06 10:02:09 od 1.78.52.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f8e058657fa11494f04df20988236acb5dc2d2d9]

        INTEGRATION: CWS swlists01 (1.54.18); FILE MERGED 2008/05/19 07:55:06 od 1.54.18.3: RESYNC: (1.56-1.57); FILE MERGED 2008/05/08 16:29:46 od 1.54.18.2: RESYNC: (1.54-1.56); FILE MERGED 2008/05/07 08:06:51 od 1.54.18.1: #i86732# UNO-API for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [fdd770500dd776dd1fbf7c0e04a7703515febf18]

        INTEGRATION: CWS swlists01 (1.135.22); FILE MERGED 2008/05/08 16:29:42 od 1.135.22.2: RESYNC: (1.135-1.137); FILE MERGED 2008/05/07 08:06:51 od 1.135.22.1: #i86732# UNO-API for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9f69e0a2247f9f382e65f8018c00dc9365cabf19]

        INTEGRATION: CWS swlists01 (1.103.124); FILE MERGED 2008/05/14 10:53:32 od 1.103.124.4: #i86732# further changes/adjustments for new list handling 2008/05/08 16:29:34 od 1.103.124.3: RESYNC: (1.106-1.109); FILE MERGED 2008/03/20 14:20:27 od 1.103.124.2: RESYNC: (1.103-1.106); FILE MERGED 2008/03/06 10:02:09 od 1.103.124.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ad4093f3ffac91079c762007bcd611c6ae5556c5]

        INTEGRATION: CWS swlists01 (1.206.18); FILE MERGED 2008/05/08 16:29:23 od 1.206.18.2: RESYNC: (1.206-1.209); FILE MERGED 2008/05/07 08:06:50 od 1.206.18.1: #i86732# UNO-API for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3dea4c7f4d2bf341ba116d23aefc499c1ad8ee3a]

        INTEGRATION: CWS swlists01 (1.117.38); FILE MERGED 2008/05/08 16:29:27 od 1.117.38.3: RESYNC: (1.118-1.120); FILE MERGED 2008/03/20 14:20:24 od 1.117.38.2: RESYNC: (1.117-1.118); FILE MERGED 2008/03/06 10:02:09 od 1.117.38.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5f29b7ba3e455b78c9039b545e07ad0f432c56f7]

        INTEGRATION: CWS swlists01 (1.16.190); FILE MERGED 2008/05/08 16:29:54 od 1.16.190.3: RESYNC: (1.17-1.18); FILE MERGED 2008/03/20 14:20:14 od 1.16.190.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/06 10:02:09 od 1.16.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1d793bd4540d942516cbab3872df3119dfc65df4]

        INTEGRATION: CWS swlists01 (1.78.132); FILE MERGED 2008/05/08 16:29:18 od 1.78.132.3: RESYNC: (1.79-1.80); FILE MERGED 2008/03/20 14:20:21 od 1.78.132.2: RESYNC: (1.78-1.79); FILE MERGED 2008/03/06 10:02:09 od 1.78.132.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f116463dc1634a570d71e0965fee50b5ccef101f]

        INTEGRATION: CWS swlists01 (1.29.36); FILE MERGED 2008/05/08 16:29:30 od 1.29.36.4: RESYNC: (1.31-1.33); FILE MERGED 2008/03/20 14:20:07 od 1.29.36.3: RESYNC: (1.29-1.31); FILE MERGED 2008/03/20 08:20:36 od 1.29.36.2: #i86732# adjustments on setting list style due to lists 2008/03/06 10:02:08 od 1.29.36.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [39dc8801eb19d4c0e68027b5c958978342f1d2c8]

        INTEGRATION: CWS swlists01 (1.13.50); FILE MERGED 2008/05/08 16:31:15 od 1.13.50.4: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 14:21:20 od 1.13.50.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/20 08:21:55 od 1.13.50.2: #i86732# adjustment due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 10:05:19 od 1.13.50.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [33deba177a56a837d7979420fe17ecd8d2258b8f]

        INTEGRATION: CWS swlists01 (1.37.36); FILE MERGED 2008/05/08 16:30:47 od 1.37.36.3: RESYNC: (1.38-1.40); FILE MERGED 2008/03/20 14:21:23 od 1.37.36.2: RESYNC: (1.37-1.38); FILE MERGED 2008/03/06 10:05:19 od 1.37.36.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [992f0be2f3877d250492d4a16a9c2a31e864caaf]

        INTEGRATION: CWS swlists01 (1.8.192); FILE MERGED 2008/05/08 16:31:18 od 1.8.192.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 14:21:17 od 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/06 10:05:19 od 1.8.192.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5c21a8447bbd5840a09a8b768a2c4ccfc5253495]

        INTEGRATION: CWS swlists01 (1.15.192); FILE MERGED 2008/05/08 16:31:08 od 1.15.192.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/06 10:05:19 od 1.15.192.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [83e4012682c1f5da2a33a4f8883fbb05394f5cfd]

        INTEGRATION: CWS swlists01 (1.14.56); FILE MERGED 2008/05/08 16:30:28 od 1.14.56.4: RESYNC: (1.14-1.16); FILE MERGED 2008/04/16 08:52:00 od 1.14.56.3: #i86732# further changes/adjustments for new list handling 2008/03/20 08:21:02 od 1.14.56.2: #i86732# adjustments on setting list style due to lists 2008/03/06 10:05:19 od 1.14.56.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bf8cfaab1b1a1fdd2ba53ab844cd6a5f4bb389c7]

        INTEGRATION: CWS swlists01 (1.10.192); FILE MERGED 2008/05/08 16:31:01 od 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 10:05:19 od 1.10.192.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d2d3a7af1f370d25511beb13472eb6fd40bda64d]

        INTEGRATION: CWS swlists01 (1.31.106); FILE MERGED 2008/05/08 16:30:58 od 1.31.106.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/06 10:05:19 od 1.31.106.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1c9af76734f79ddf722faf8b9635bce70b35b8e7]

        INTEGRATION: CWS swlists01 (1.9.192); FILE MERGED 2008/05/08 16:31:12 od 1.9.192.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/16 08:52:00 od 1.9.192.1: #i86732# further changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3964775739d380eb15992c0aa7620ec580df47e7]

        INTEGRATION: CWS swlists01 (1.20.190); FILE MERGED 2008/05/08 16:30:55 od 1.20.190.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 10:05:19 od 1.20.190.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f1a4b3acdf3b432f272c636fd9b155ecb4ce5ced]

        INTEGRATION: CWS swlists01 (1.15.104); FILE MERGED 2008/05/08 16:30:43 od 1.15.104.2: RESYNC: (1.15-1.17); FILE MERGED 2008/03/06 10:05:19 od 1.15.104.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [02eaf18819c94d1a889a24c8c546375f040b21e6]

        INTEGRATION: CWS swlists01 (1.23.190); FILE MERGED 2008/05/08 16:30:21 od 1.23.190.3: RESYNC: (1.24-1.27); FILE MERGED 2008/03/20 14:21:33 od 1.23.190.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/06 10:05:19 od 1.23.190.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ce0c25d18e674a81023f10e80ff0bc8c02de997f]

        INTEGRATION: CWS swlists01 (1.25.50); FILE MERGED 2008/05/08 16:30:15 od 1.25.50.2: RESYNC: (1.25-1.26); FILE MERGED 2008/03/06 10:05:18 od 1.25.50.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2e082532a84ef9274b5904286981e09c22901ded]

        INTEGRATION: CWS swlists01 (1.17.190); FILE MERGED 2008/05/14 12:57:14 od 1.17.190.5: #i86732# remove no longer needed code 2008/05/08 16:30:51 od 1.17.190.4: RESYNC: (1.18-1.20); FILE MERGED 2008/03/20 16:48:40 od 1.17.190.3: correction of merge 2008/03/20 14:21:26 od 1.17.190.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/06 10:05:18 od 1.17.190.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ea9382e4967b2e625eb95c1ba0daca9b63acc701]

        INTEGRATION: CWS swlists01 (1.21.36); FILE MERGED 2008/05/14 12:57:13 od 1.21.36.4: #i86732# remove no longer needed code 2008/05/08 16:30:25 od 1.21.36.3: RESYNC: (1.22-1.23); FILE MERGED 2008/03/20 14:21:29 od 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2008/03/06 10:05:18 od 1.21.36.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Joerg Sievers  <jsi@openoffice.org>  [bdef648517d49f37b1ac4f55d018ea068ef11714]

        Creating clean testautomation modul with changed structure which will be included into the CWS process.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f596b06838ede16474c68f46e570af8a9297c260]

        INTEGRATION: CWS swlists01 (1.10.192); FILE MERGED 2008/05/08 16:31:05 od 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 10:05:18 od 1.10.192.1: #i86732# - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [97ec6a69bada73590fdf7725cbffc675195f6715]

        INTEGRATION: CWS swlists01 (1.19.26); FILE MERGED 2008/05/08 16:33:13 od 1.19.26.2: RESYNC: (1.19-1.20); FILE MERGED 2008/04/16 08:51:15 od 1.19.26.1: #i86732# further changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5a665c41d16b5915466b6fe75f8032dc4bfcc751]

        INTEGRATION: CWS swlists01 (1.11.192); FILE MERGED 2008/05/08 16:33:09 od 1.11.192.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/06 10:00:11 od 1.11.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [056421849ae619b46fd33551838dcecb55253a6f]

        INTEGRATION: CWS swlists01 (1.58.36); FILE MERGED 2008/05/08 16:32:58 od 1.58.36.5: RESYNC: (1.60-1.62); FILE MERGED 2008/04/16 08:51:15 od 1.58.36.4: #i86732# further changes/adjustments for new list handling 2008/03/20 16:34:16 od 1.58.36.3: correction of merge conflict solution 2008/03/20 14:24:33 od 1.58.36.2: RESYNC: (1.58-1.60); FILE MERGED 2008/03/20 08:25:40 od 1.58.36.1: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [05a49e5e3d888470858c2e3d45f75fffd473b797]

        INTEGRATION: CWS swlists01 (1.74.144); FILE MERGED 2008/06/02 13:48:38 od 1.74.144.14: #i86732# correction on handling of reset of list style 2008/05/29 09:46:06 od 1.74.144.13: #i86732# method <HandleModifyAtTxtNode(..)> 	 - apply outline level as list level, if list style changes to 	   the outline style. 2008/05/27 13:39:53 od 1.74.144.12: #i71360# improvement for better performance 2008/05/26 12:04:31 od 1.74.144.11: #i86732# optimization due to bad performance of method 	 <SWTxtNode::_ChgTxtCollUpdateNum(..)> 2008/05/14 12:57:13 od 1.74.144.10: #i86732# remove no longer needed code 2008/05/14 10:54:45 od 1.74.144.9: #i86732# further changes/adjustments for new list handling 2008/05/09 07:13:29 od 1.74.144.8: #i86732# correction due to compiler warning 2008/05/08 16:33:02 od 1.74.144.7: RESYNC: (1.78-1.82); FILE MERGED 2008/05/07 07:46:58 od 1.74.144.6: #i86732# further changes/adjustments for new list handling 2008/04/16 08:51:15 od 1.74.144.5: #i86732# further changes/adjustments for new list handling 2008/03/20 16:34:15 od 1.74.144.4: correction of merge conflict solution 2008/03/20 14:24:48 od 1.74.144.3: RESYNC: (1.74-1.78); FILE MERGED 2008/03/20 08:27:10 od 1.74.144.2: #i86732# changes due to lists 2008/03/06 10:08:20 od 1.74.144.1: #i86732# class <SwTxtNode> 	 - refactoring due to new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7f2cc992b3add410f336fe8667eae8c4c30c20f1]

        INTEGRATION: CWS swlists01 (1.12.42); FILE MERGED 2008/05/14 12:57:13 od 1.12.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ac1af2e92b9afa90c35b9a048d4e290ae036d65e]

        INTEGRATION: CWS swlists01 (1.7.192); FILE MERGED 2008/05/08 16:32:55 od 1.7.192.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/06 09:59:19 od 1.7.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d892cfceb0691c295832cafebe9e17a6b2b8d594]

        INTEGRATION: CWS swlists01 (1.8.192); FILE MERGED 2008/05/08 16:32:51 od 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/06 09:59:19 od 1.8.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0ebeea7e91191b7d01756bdc9707f5f27095d31d]

        INTEGRATION: CWS swlists01 (1.27.190); FILE MERGED 2008/05/08 16:27:18 od 1.27.190.3: RESYNC: (1.29-1.30); FILE MERGED 2008/03/20 14:24:23 od 1.27.190.2: RESYNC: (1.27-1.29); FILE MERGED 2008/03/06 09:58:02 od 1.27.190.1: #i86732# refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a41ade54880a1e3446aa84dd7b6a65b5a4a17c3d]

        INTEGRATION: CWS swlists01 (1.104.26); FILE MERGED 2008/06/10 07:25:02 od 1.104.26.3: RESYNC: (1.105-1.106); FILE MERGED 2008/05/08 16:30:05 od 1.104.26.2: RESYNC: (1.104-1.105); FILE MERGED 2008/03/20 16:43:06 od 1.104.26.1: correction of merge

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [542c4768848f7f6ecd71fb6d59c3b6bb011b573f]

        INTEGRATION: CWS swlists01 (1.26.130); FILE MERGED 2008/05/08 16:30:08 od 1.26.130.3: RESYNC: (1.27-1.28); FILE MERGED 2008/03/20 14:21:11 od 1.26.130.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/06 09:57:22 od 1.26.130.1: #i86732# refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8e1bc0d478ce2326b726bd5624ef216594f79b6f]

        INTEGRATION: CWS swlists01 (1.118.6); FILE MERGED 2008/06/10 07:24:49 od 1.118.6.2: RESYNC: (1.118-1.119); FILE MERGED 2008/05/14 12:57:13 od 1.118.6.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e2e4833be7421105611228dfd276281800af6c17]

        INTEGRATION: CWS swlists01 (1.67.24); FILE MERGED 2008/06/10 07:24:39 od 1.67.24.3: RESYNC: (1.68-1.69); FILE MERGED 2008/05/08 16:30:01 od 1.67.24.2: RESYNC: (1.67-1.68); FILE MERGED 2008/05/07 07:20:03 od 1.67.24.1: #i86732# remove debug code, which has side effect that causes defects

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9db2226525f0fe41fa298b92217fdefe03afe192]

        INTEGRATION: CWS swlists01 (1.20.34); FILE MERGED 2008/06/10 14:39:16 od 1.20.34.5: correction due to merge conflicts 2008/06/10 07:25:14 od 1.20.34.4: RESYNC: (1.24-1.25); FILE MERGED 2008/05/08 16:29:58 od 1.20.34.3: RESYNC: (1.23-1.24); FILE MERGED 2008/03/20 14:21:08 od 1.20.34.2: RESYNC: (1.20-1.23); FILE MERGED 2008/03/06 09:57:07 od 1.20.34.1: #i86732# refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [864cb3405d27eae2aa1a7ad2677fe8054e3f1fe4]

        INTEGRATION: CWS swlists01 (1.11.192); FILE MERGED 2008/05/08 16:31:58 od 1.11.192.4: RESYNC: (1.12-1.15); FILE MERGED 2008/03/20 14:25:43 od 1.11.192.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 08:23:44 od 1.11.192.2: #i86732# adjustments due to made virtual methods to set/reset attribute 	 at content/text node 2008/03/06 09:56:19 od 1.11.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ac3ef879837fca14aa668004d8ca8e7958b1fe24]

        INTEGRATION: CWS swlists01 (1.11.148); FILE MERGED 2008/05/08 16:31:54 od 1.11.148.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/06 09:56:19 od 1.11.148.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b989e0b2b27c42c0e6183941744f9c539214feef]

        INTEGRATION: CWS swlists01 (1.12.134); FILE MERGED 2008/05/14 12:57:13 od 1.12.134.3: #i86732# remove no longer needed code 2008/05/08 16:26:12 od 1.12.134.2: RESYNC: (1.12-1.14); FILE MERGED 2008/03/06 09:55:27 od 1.12.134.1: #i86732# - refactoring due to removed <SwNumRuleItem::pDefinedIn>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9e5da1f205b9910f63f12b540253cd7c343ffc37]

        INTEGRATION: CWS swlists01 (1.11.192); FILE MERGED 2008/05/08 16:27:15 od 1.11.192.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/06 09:54:56 od 1.11.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [84a54e943c0269a835ea3d0de46b6e307eae27c0]

        INTEGRATION: CWS swlists01 (1.21.192); FILE MERGED 2008/05/08 16:27:12 od 1.21.192.2: RESYNC: (1.21-1.22); FILE MERGED 2008/03/06 09:54:56 od 1.21.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [330ab63d1aba24b1c8811804cdcf8105eeb80ad1]

        INTEGRATION: CWS swlists01 (1.7.192); FILE MERGED 2008/05/08 16:27:08 od 1.7.192.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/06 09:54:56 od 1.7.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7b94f139ccc7fd69505a70a43dfcb5f46c537194]

        INTEGRATION: CWS swlists01 (1.80.192); FILE MERGED 2008/05/08 16:32:17 od 1.80.192.3: RESYNC: (1.83-1.84); FILE MERGED 2008/03/20 14:20:41 od 1.80.192.2: RESYNC: (1.80-1.83); FILE MERGED 2008/03/06 09:54:20 od 1.80.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e843b7bba81daf3e4f74e376dc77e3fbcc9b001c]

        INTEGRATION: CWS swlists01 (1.17.192); FILE MERGED 2008/05/08 16:32:06 od 1.17.192.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/06 09:54:20 od 1.17.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f9ae19a6da354d2a9cd68f8573db7640ea2483ab]

        INTEGRATION: CWS swlists01 (1.46.10); FILE MERGED 2008/06/10 07:26:01 od 1.46.10.4: RESYNC: (1.52-1.55); FILE MERGED 2008/05/08 16:32:03 od 1.46.10.3: RESYNC: (1.49-1.52); FILE MERGED 2008/03/20 14:20:47 od 1.46.10.2: RESYNC: (1.46-1.49); FILE MERGED 2008/03/06 09:54:20 od 1.46.10.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [349df86aafa469069bbd091147ca87f60ee5e795]

        INTEGRATION: CWS swlists01 (1.74.42); FILE MERGED 2008/05/14 12:57:12 od 1.74.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [538a58ffd3988b65ba95ec4d5c25782fcaa5e07e]

        INTEGRATION: CWS swlists01 (1.101.8); FILE MERGED 2008/05/19 07:55:12 od 1.101.8.4: RESYNC: (1.105-1.106); FILE MERGED 2008/05/08 16:32:25 od 1.101.8.3: RESYNC: (1.103-1.105); FILE MERGED 2008/03/20 14:20:34 od 1.101.8.2: RESYNC: (1.101-1.103); FILE MERGED 2008/03/06 09:54:20 od 1.101.8.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a95496deaa38a5a9cd81d62f9521051c5e1a91ed]

        INTEGRATION: CWS swlists01 (1.52.130); FILE MERGED 2008/05/19 07:55:09 od 1.52.130.3: RESYNC: (1.53-1.54); FILE MERGED 2008/05/08 16:32:09 od 1.52.130.2: RESYNC: (1.52-1.53); FILE MERGED 2008/03/06 09:54:20 od 1.52.130.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [53bd87a2599f62258cd024b4a51c6e1caebadace]

        INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/14 12:57:12 od 1.18.192.3: #i86732# remove no longer needed code 2008/05/08 16:32:38 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/06 09:54:20 od 1.18.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [beb8a889d358b7724c9f324fbd155e8354a51c32]

        INTEGRATION: CWS swlists01 (1.64.56); FILE MERGED 2008/05/08 16:32:29 od 1.64.56.2: RESYNC: (1.64-1.65); FILE MERGED 2008/03/06 09:54:19 od 1.64.56.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2d0f8632682231ce0935e1ad77fcdd2078043602]

        INTEGRATION: CWS swlists01 (1.87.36); FILE MERGED 2008/05/08 16:32:34 od 1.87.36.3: RESYNC: (1.89-1.90); FILE MERGED 2008/03/20 14:20:37 od 1.87.36.2: RESYNC: (1.87-1.89); FILE MERGED 2008/03/06 09:54:19 od 1.87.36.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f8c2ebc1e1970c3e461f25156da672c75fbbe559]

        INTEGRATION: CWS swlists01 (1.18.190); FILE MERGED 2008/05/08 16:32:21 od 1.18.190.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/06 09:54:19 od 1.18.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [39daeb97f18cc9fa2a9d9c6cb288fe368470e1e7]

        INTEGRATION: CWS swlists01 (1.67.38); FILE MERGED 2008/05/08 16:32:41 od 1.67.38.3: RESYNC: (1.69-1.71); FILE MERGED 2008/03/20 14:20:44 od 1.67.38.2: RESYNC: (1.67-1.69); FILE MERGED 2008/03/06 09:54:19 od 1.67.38.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f5f3652d40d248409ad76b26709ee948d5e1179a]

        INTEGRATION: CWS swlists01 (1.24.56); FILE MERGED 2008/05/08 16:32:13 od 1.24.56.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/06 09:54:19 od 1.24.56.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [92e83f98d0bc728cb77461286b30343d18bfdf32]

        INTEGRATION: CWS swlists01 (1.20.124); FILE MERGED 2008/05/08 16:31:32 od 1.20.124.3: RESYNC: (1.23-1.24); FILE MERGED 2008/03/20 14:24:53 od 1.20.124.2: RESYNC: (1.20-1.23); FILE MERGED 2008/03/06 09:52:09 od 1.20.124.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e45538953f3045f177aa16cd4b80452088469cd3]

        INTEGRATION: CWS swlists01 (1.42.34); FILE MERGED 2008/05/14 12:57:12 od 1.42.34.5: #i86732# remove no longer needed code 2008/05/08 16:31:22 od 1.42.34.4: RESYNC: (1.44-1.45); FILE MERGED 2008/04/16 08:44:53 od 1.42.34.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:20:58 od 1.42.34.2: RESYNC: (1.42-1.44); FILE MERGED 2008/03/06 09:50:42 od 1.42.34.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7b657bfff75f000bbca8d1a06ab989c39fccddce]

        INTEGRATION: CWS swlists01 (1.49.38); FILE MERGED 2008/05/08 16:26:23 od 1.49.38.2: RESYNC: (1.49-1.51); FILE MERGED 2008/03/06 09:50:19 od 1.49.38.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [732cebe7a089fd10f2920131d5a53b43bad1fa52]

        INTEGRATION: CWS swlists01 (1.44.128); FILE MERGED 2008/06/10 07:23:59 od 1.44.128.4: RESYNC: (1.46-1.47); FILE MERGED 2008/05/08 16:26:27 od 1.44.128.3: RESYNC: (1.45-1.46); FILE MERGED 2008/03/20 14:26:00 od 1.44.128.2: RESYNC: (1.44-1.45); FILE MERGED 2008/03/06 09:50:18 od 1.44.128.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f7ff30ab98455e00cd952d2769353eeb1958d7dc]

        INTEGRATION: CWS swlists01 (1.58.190); FILE MERGED 2008/05/14 12:57:12 od 1.58.190.3: #i86732# remove no longer needed code 2008/05/08 16:26:16 od 1.58.190.2: RESYNC: (1.58-1.60); FILE MERGED 2008/03/06 09:50:18 od 1.58.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7ec5f118b884d31949280b27ba79c4912eb2c447]

        INTEGRATION: CWS swlists01 (1.41.188); FILE MERGED 2008/05/08 16:26:19 od 1.41.188.3: RESYNC: (1.42-1.44); FILE MERGED 2008/03/20 14:26:09 od 1.41.188.2: RESYNC: (1.41-1.42); FILE MERGED 2008/03/06 09:50:18 od 1.41.188.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8303513a00de861a125be282891e8491e2ef4d1c]

        INTEGRATION: CWS swlists01 (1.48.128); FILE MERGED 2008/05/19 07:55:02 od 1.48.128.4: RESYNC: (1.51-1.52); FILE MERGED 2008/05/08 16:26:30 od 1.48.128.3: RESYNC: (1.49-1.51); FILE MERGED 2008/03/20 14:26:16 od 1.48.128.2: RESYNC: (1.48-1.49); FILE MERGED 2008/03/06 09:50:18 od 1.48.128.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4aa4c0470d47bf64a49c438b1823ef30b0ff603b]

        INTEGRATION: CWS swlists01 (1.25.22); FILE MERGED 2008/05/08 16:31:40 od 1.25.22.2: RESYNC: (1.25-1.26); FILE MERGED 2008/03/20 16:42:30 od 1.25.22.1: correction of merge

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e13314ed88b8c7d2af34cb88e1eea3d902ac264b]

        INTEGRATION: CWS swlists01 (1.6.670); FILE MERGED 2008/05/08 16:31:43 od 1.6.670.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 09:49:40 od 1.6.670.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9aed9a2a6e7c168b1390993fb53b542193e3ae83]

        INTEGRATION: CWS swlists01 (1.15.134); FILE MERGED 2008/05/08 16:31:50 od 1.15.134.4: RESYNC: (1.17-1.18); FILE MERGED 2008/04/16 08:44:53 od 1.15.134.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:24:10 od 1.15.134.2: RESYNC: (1.15-1.17); FILE MERGED 2008/03/06 09:49:40 od 1.15.134.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9ed6372ee5a086c3c1cc3a9077037d46c43946b8]

        INTEGRATION: CWS swlists01 (1.13.192); FILE MERGED 2008/05/08 16:31:47 od 1.13.192.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 14:24:06 od 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 09:49:40 od 1.13.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d327b517154f28ee70db28d08da55b148c9c4975]

        INTEGRATION: CWS swlists01 (1.23.192); FILE MERGED 2008/05/14 12:57:11 od 1.23.192.8: #i86732# remove no longer needed code 2008/05/14 10:55:30 od 1.23.192.7: #i86732# further changes/adjustments for new list handling 2008/05/09 07:51:09 od 1.23.192.6: #i86732# method <SwEditShell::GetNumLevel()> 	 - correct handling of list level of text node 2008/05/08 16:29:10 od 1.23.192.5: RESYNC: (1.25-1.26); FILE MERGED 2008/04/16 08:44:52 od 1.23.192.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:21:48 od 1.23.192.3: RESYNC: (1.23-1.25); FILE MERGED 2008/03/20 08:28:53 od 1.23.192.2: #i86732# - changes due to changed interface 	 - adjustments on setting list style due to lists 2008/03/06 09:48:50 od 1.23.192.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d5fb4e041a7e33dff86270727e77eb65440f5fbf]

        INTEGRATION: CWS swlists01 (1.53.34); FILE MERGED 2008/05/08 16:29:00 od 1.53.34.3: RESYNC: (1.55-1.57); FILE MERGED 2008/03/20 14:21:45 od 1.53.34.2: RESYNC: (1.53-1.55); FILE MERGED 2008/03/06 09:48:50 od 1.53.34.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d2c7bc5d406efbc70ad8bc4a16085f63a5ae35d6]

        INTEGRATION: CWS swlists01 (1.8.450); FILE MERGED 2008/05/08 16:29:14 od 1.8.450.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 14:21:43 od 1.8.450.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/06 09:48:50 od 1.8.450.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [82cf50fd759838eab4ec43d30a5a9c9b7839bd25]

        INTEGRATION: CWS swlists01 (1.42.190); FILE MERGED 2008/05/08 16:29:07 od 1.42.190.4: RESYNC: (1.45-1.46); FILE MERGED 2008/03/20 14:21:51 od 1.42.190.3: RESYNC: (1.42-1.45); FILE MERGED 2008/03/20 08:27:54 od 1.42.190.2: #i86732# changes due to lists 2008/03/06 09:48:50 od 1.42.190.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d54fc7cc4c338e1ab4286853e33a74277e657e16]

        INTEGRATION: CWS swlists01 (1.38.134); FILE MERGED 2008/05/08 16:29:04 od 1.38.134.4: RESYNC: (1.39-1.40); FILE MERGED 2008/03/20 14:21:39 od 1.38.134.3: RESYNC: (1.38-1.39); FILE MERGED 2008/03/20 08:24:39 od 1.38.134.2: #i86732# adjustments on setting list style due to lists 2008/03/06 09:48:50 od 1.38.134.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwEditShell> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [91ef8680f7ab8a4935951004167d7ede236f0481]

        INTEGRATION: CWS swlists01 (1.23.192); FILE MERGED 2008/05/08 16:30:12 od 1.23.192.3: RESYNC: (1.24-1.25); FILE MERGED 2008/03/20 14:21:04 od 1.23.192.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/06 09:40:29 od 1.23.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2743bcb0eb2a24511737c8c335ce4e09d14974b6]

        INTEGRATION: CWS swlists01 (1.15.192); FILE MERGED 2008/05/08 16:26:56 od 1.15.192.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/06 10:14:26 od 1.15.192.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8ffeaa42b9df539fd02e7f4549fb48254c4e3b5d]

        INTEGRATION: CWS swlists01 (1.29.56); FILE MERGED 2008/05/08 16:26:49 od 1.29.56.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/06 10:14:26 od 1.29.56.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d9e516cd9599f32f36016efc1c7a4e32d7d5c2fe]

        INTEGRATION: CWS swlists01 (1.28.128); FILE MERGED 2008/05/14 12:57:11 od 1.28.128.6: #i86732# remove no longer needed code 2008/05/08 16:27:05 od 1.28.128.5: RESYNC: (1.30-1.32); FILE MERGED 2008/04/16 08:43:03 od 1.28.128.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:25:03 od 1.28.128.3: RESYNC: (1.28-1.30); FILE MERGED 2008/03/20 08:31:21 od 1.28.128.2: #i86732# changes due to lists 2008/03/06 10:14:26 od 1.28.128.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a822b6dc3ed993f43fc71c1ddb305e01c4795109]

        INTEGRATION: CWS swlists01 (1.40.46); FILE MERGED 2008/05/27 13:39:52 od 1.40.46.7: #i71360# improvement for better performance 2008/05/14 12:57:11 od 1.40.46.6: #i86732# remove no longer needed code 2008/05/08 16:26:42 od 1.40.46.5: RESYNC: (1.42-1.44); FILE MERGED 2008/04/16 08:43:03 od 1.40.46.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:25:13 od 1.40.46.3: RESYNC: (1.40-1.42); FILE MERGED 2008/03/20 08:37:26 od 1.40.46.2: #i86732# changes due to lists 2008/03/06 10:14:26 od 1.40.46.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3af161fbd3f3db4f0f76874a6b4996d6b5ad0f9c]

        INTEGRATION: CWS swlists01 (1.22.36); FILE MERGED 2008/05/09 06:40:29 od 1.22.36.3: #i86732# correction due to changed method name 2008/05/08 16:27:00 od 1.22.36.2: RESYNC: (1.22-1.24); FILE MERGED 2008/03/06 10:14:26 od 1.22.36.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [42d6e24ca3ea07774a2ab402cb72718a76667f4d]

        INTEGRATION: CWS swlists01 (1.52.126); FILE MERGED 2008/05/08 16:26:35 od 1.52.126.4: RESYNC: (1.54-1.56); FILE MERGED 2008/03/20 14:25:29 od 1.52.126.3: RESYNC: (1.52-1.54); FILE MERGED 2008/03/20 08:51:59 od 1.52.126.2: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 10:14:26 od 1.52.126.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [946f2b520a45598f4b31e1add10c32c50cc16446]

        INTEGRATION: CWS swlists01 (1.32.190); FILE MERGED 2008/05/08 16:26:38 od 1.32.190.3: RESYNC: (1.32-1.33); FILE MERGED 2008/03/20 08:51:59 od 1.32.190.2: #i86732# adjustments due to made virtual methods to set/reset attributes 	 at content/text node 2008/03/06 10:14:25 od 1.32.190.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6a097b6b29c5ae8fa05c16cfa8234b56b98f3dc7]

        INTEGRATION: CWS swlists01 (1.20.192); FILE MERGED 2008/05/08 16:26:45 od 1.20.192.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 10:14:25 od 1.20.192.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [672f3eca21bd5937ead52ad9a1e93b7d0ca98c5f]

        INTEGRATION: CWS swlists01 (1.29.128); FILE MERGED 2008/05/14 12:57:11 od 1.29.128.5: #i86732# remove no longer needed code 2008/05/08 16:26:52 od 1.29.128.4: RESYNC: (1.30-1.32); FILE MERGED 2008/03/20 14:25:35 od 1.29.128.3: RESYNC: (1.29-1.30); FILE MERGED 2008/03/20 09:10:13 od 1.29.128.2: #i86732# - changes due to lists 	 - adjustments due to made virtual methods to set/reset attributes 	   at content/text node 2008/03/06 10:14:25 od 1.29.128.1: #i86732# - consideration of new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d7bd4b6336159fb8d8765c74406c81a372ec7a76]

        INTEGRATION: CWS swlists01 (1.8.190); FILE MERGED 2008/05/08 16:27:21 od 1.8.190.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/16 08:39:40 od 1.8.190.1: #i86732# further changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c230ddb86306e26909d45d2abedad23a84281532]

        INTEGRATION: CWS swlists01 (1.25.150); FILE MERGED 2008/05/08 16:27:25 od 1.25.150.3: RESYNC: (1.26-1.28); FILE MERGED 2008/03/20 14:21:58 od 1.25.150.2: RESYNC: (1.25-1.26); FILE MERGED 2008/03/06 10:44:26 od 1.25.150.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [80bb75129c9a467c20749a94c032c1675f9c5933]

        INTEGRATION: CWS swlists01 (1.10.192); FILE MERGED 2008/05/08 16:27:33 od 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 10:44:26 od 1.10.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b512bb7d7996488b24a917574ddf34420c206126]

        INTEGRATION: CWS swlists01 (1.2.582); FILE MERGED 2008/05/08 16:28:25 od 1.2.582.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/11 14:36:33 od 1.2.582.1: #i86732# method <createStyleManager(..)> 	 - introduce optional parameter <pIgnorableParagraphItems>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [93d9400f477faa3ad666f70403dd4ff960552526]

        INTEGRATION: CWS swlists01 (1.5.192); FILE MERGED 2008/05/08 16:27:29 od 1.5.192.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/11 14:38:41 od 1.5.192.1: #i86732# class <SwStyleManager> 	 - accept item set with ignorable items and pass it to the 	   <StylePool> instance for paragrapg styles. 	 - method <getAllStyles(..)> 	 -- create style pool iterator, which skips unused styles and 	    ignorable items.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d6290266f7ca88d8c5de780675f942dabec6747e]

        INTEGRATION: CWS swlists01 (1.49.192); FILE MERGED 2008/06/10 07:24:10 od 1.49.192.4: RESYNC: (1.51-1.52); FILE MERGED 2008/05/08 16:28:09 od 1.49.192.3: RESYNC: (1.50-1.51); FILE MERGED 2008/03/20 14:22:46 od 1.49.192.2: RESYNC: (1.49-1.50); FILE MERGED 2008/03/06 10:21:47 od 1.49.192.1: #i86732# - refactoring due to deleted <SwNumRuleInfo>            --> instead use of <SwNumRule::GetTxtNodeListSize()> and 	       <SwNumRule::GetParagraphStyleListSize()> 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6d22bbf3bbcf33d2d758bba061b52f97099fc233]

        INTEGRATION: CWS swlists01 (1.44.132); FILE MERGED 2008/06/10 07:24:16 od 1.44.132.9: RESYNC: (1.49-1.50); FILE MERGED 2008/05/14 12:57:10 od 1.44.132.8: #i86732# remove no longer needed code 2008/05/14 10:58:28 od 1.44.132.7: #i86732# further changes/adjustments for new list handling 2008/05/08 16:27:44 od 1.44.132.6: RESYNC: (1.47-1.49); FILE MERGED 2008/04/16 08:39:40 od 1.44.132.5: #i86732# further changes/adjustments for new list handling 2008/03/20 16:33:49 od 1.44.132.4: correction of merge conflict solution 2008/03/20 14:22:15 od 1.44.132.3: RESYNC: (1.44-1.47); FILE MERGED 2008/03/20 09:18:57 od 1.44.132.2: #i86732# changes due to lists 2008/03/06 10:26:21 od 1.44.132.1: #i86732# class <SwNumRule>: 	 - implementation of list containing assciated paragraphs 	   and associated paragraph styles 	 - refactoring due to deleted <SwNumRuleInfo>            --> instead use of <SwNumRule::GetTxtNodeList(..)> 	 - refactoring due to revised numbering tree interfaces/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [db145557a5074c5adcbbbf8a75593d073d192cd7]

        INTEGRATION: CWS swlists01 (1.41.42); FILE MERGED 2008/05/14 12:57:10 od 1.41.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8d1e941dc5864932dae1d105dac95903f3322db9]

        INTEGRATION: CWS swlists01 (1.20.192); FILE MERGED 2008/05/08 16:27:41 od 1.20.192.4: RESYNC: (1.21-1.23); FILE MERGED 2008/03/20 17:55:07 od 1.20.192.3: correction of merge 2008/03/20 14:22:18 od 1.20.192.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/20 09:12:46 od 1.20.192.1: #i86732# object file for implementation of <SwList>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8006e56b3c45a37a2cee2301d423fe87aab3ced9]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/09 12:34:39 od 1.1.2.4: #i86732# new license header 2008/05/07 07:32:40 od 1.1.2.3: #i86732# further changes/adjustments for new list handling 2008/04/16 08:39:40 od 1.1.2.2: #i86732# further changes/adjustments for new list handling 2008/03/20 08:00:30 od 1.1.2.1: #i86732# class <SwList>: implementation

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7f2e1161ca539923201925e4b88f616004e25f6f]

        INTEGRATION: CWS swlists01 (1.14.190); FILE MERGED 2008/05/08 16:28:42 od 1.14.190.3: RESYNC: (1.15-1.16); FILE MERGED 2008/03/20 14:23:29 od 1.14.190.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/06 10:44:26 od 1.14.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9a1cd0c0932d0e5e4c4359ec30012a22cc57cfdf]

        INTEGRATION: CWS swlists01 (1.7.192); FILE MERGED 2008/05/08 16:28:15 od 1.7.192.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/06 10:44:26 od 1.7.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c934f9366e778f00d3471b471df8f84a7e6ac919]

        INTEGRATION: CWS swlists01 (1.9.190); FILE MERGED 2008/05/08 16:28:06 od 1.9.190.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/06 10:44:25 od 1.9.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e021741d3b8f93315baff0467902e238305945da]

        INTEGRATION: CWS swlists01 (1.24.38); FILE MERGED 2008/05/08 16:27:48 od 1.24.38.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/20 14:22:23 od 1.24.38.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/06 10:28:22 od 1.24.38.1: #i86732# class <SwTxtFmtColl>: 	 - refactoring due to revised <SwFmt> interface 	   --> add to/remove from <SwNumRule> instance

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [90516ea95a44ea98086f7b402903dda9b8c5b667]

        INTEGRATION: CWS swlists01 (1.48.36); FILE MERGED 2008/05/08 16:28:22 od 1.48.36.4: RESYNC: (1.50-1.51); FILE MERGED 2008/03/20 14:23:12 od 1.48.36.3: RESYNC: (1.48-1.50); FILE MERGED 2008/03/20 09:16:10 od 1.48.36.2: #i86732# adjustments due to made virtual mathods to set/reset attributes 	 at content/text node 2008/03/06 10:44:25 od 1.48.36.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c7f795e5128aa603f79c0bc0944c3f1cdc9fdc26]

        INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/08 16:27:51 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/06 10:44:25 od 1.18.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [33cc43a1484d6a3aeb4ec4561e1df1fe40cfd6ee]

        INTEGRATION: CWS swlists01 (1.70.34); FILE MERGED 2008/06/02 13:50:33 od 1.70.34.11: #i86732# method <SwDoc::SetNumRule(..)> 	 - correction on special handling, if there is no selection 	 --> paragraph has to be added to the list. 2008/05/14 12:57:10 od 1.70.34.10: #i86732# remove no longer needed code 2008/05/14 10:58:27 od 1.70.34.9: #i86732# further changes/adjustments for new list handling 2008/05/08 16:27:37 od 1.70.34.8: RESYNC: (1.72-1.73); FILE MERGED 2008/05/08 15:05:29 od 1.70.34.7: #i86732# minor adjustment to method <listfunc::CreateUniqueListId(..)> 2008/05/07 07:32:40 od 1.70.34.6: #i86732# further changes/adjustments for new list handling 2008/04/16 08:39:39 od 1.70.34.5: #i86732# further changes/adjustments for new list handling 2008/03/20 17:02:07 od 1.70.34.4: correction of merge 2008/03/20 14:22:02 od 1.70.34.3: RESYNC: (1.70-1.72); FILE MERGED 2008/03/20 09:22:22 od 1.70.34.2: #i86732# changes due to lists 2008/03/06 10:35:57 od 1.70.34.1: #i86732# - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface 	 - refactoring due to revised numbering tree interfaces/types 	 - refactoring due to deleted <SwNumRuleInfo>            --> instead use of <SwNumRule::GetTxtNodeList(..)> 	 - after creation of list style from selection apply new list 	   style to all text nodes, which had the same former automatic 	   list style and belong to the same list.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [e38cf616947c6facb893b49c89b7b4b8d53f365a]

        INTEGRATION: CWS swlists01 (1.81.44); FILE MERGED 2008/05/08 16:27:54 od 1.81.44.6: RESYNC: (1.85-1.86); FILE MERGED 2008/04/16 08:39:39 od 1.81.44.5: #i86732# further changes/adjustments for new list handling 2008/03/20 14:22:39 od 1.81.44.4: RESYNC: (1.81-1.85); FILE MERGED 2008/03/20 09:20:43 od 1.81.44.3: #i86732# changes due to lists 2008/03/11 14:28:51 od 1.81.44.2: #i86732# <SwDoc::SwDoc(..)> 	 - setup style manager with the paragraph's list attributes 	   as ignorable items 2008/03/06 10:44:25 od 1.81.44.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2e65ecf9131e7d6560396f4f8c6a4e8d3ce49cf4]

        INTEGRATION: CWS swlists01 (1.53.102); FILE MERGED 2008/06/10 07:24:24 od 1.53.102.5: RESYNC: (1.56-1.57); FILE MERGED 2008/05/08 16:28:12 od 1.53.102.4: RESYNC: (1.54-1.56); FILE MERGED 2008/03/20 14:22:55 od 1.53.102.3: RESYNC: (1.53-1.54); FILE MERGED 2008/03/20 09:15:35 od 1.53.102.2: #i86732# adjustments due to made virtual mathods to set/reset attributes 	 at content/text node 2008/03/06 10:44:25 od 1.53.102.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5a4a17057546eac790dad770c123d0ffd3c67c9b]

        INTEGRATION: CWS swlists01 (1.48.50); FILE MERGED 2008/05/14 12:57:10 od 1.48.50.8: #i86732# remove no longer needed code 2008/05/08 16:28:38 od 1.48.50.7: RESYNC: (1.49-1.50); FILE MERGED 2008/05/07 07:32:40 od 1.48.50.6: #i86732# further changes/adjustments for new list handling 2008/04/16 08:39:39 od 1.48.50.5: #i86732# further changes/adjustments for new list handling 2008/03/20 16:33:49 od 1.48.50.4: correction of merge conflict solution 2008/03/20 14:23:49 od 1.48.50.3: RESYNC: (1.48-1.49); FILE MERGED 2008/03/20 09:17:53 od 1.48.50.2: #i86732# adjustments due to made virtual mathods to set/reset attributes 	 at content/text node 2008/03/06 10:42:46 od 1.48.50.1: #i86732# - method <lcl_RstAttr(..)> 	 -- make usage of new paragraph list attributes in order to 	    restore the paragraph's list attributes after reset of attributes 	 - consider new paragraph list attributes 	 - refactoring due to revised <SwTxtNode> interface 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [b57431a83ccf8669d1f74896f19caef2e2317b56]

        INTEGRATION: CWS swlists01 (1.32.190); FILE MERGED 2008/05/08 16:28:49 od 1.32.190.2: RESYNC: (1.32-1.33); FILE MERGED 2008/03/06 10:44:25 od 1.32.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ef660a48d67eef6dbf8f3a32215eb9caf41fd7b8]

        INTEGRATION: CWS swlists01 (1.31.128); FILE MERGED 2008/05/08 16:28:32 od 1.31.128.3: RESYNC: (1.32-1.33); FILE MERGED 2008/03/20 14:23:22 od 1.31.128.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/06 10:44:25 od 1.31.128.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f39c08fac3a27cf51e64507260a84f732d2a36bf]

        INTEGRATION: CWS swlists01 (1.40.36); FILE MERGED 2008/05/08 16:27:59 od 1.40.36.4: RESYNC: (1.43-1.44); FILE MERGED 2008/03/20 14:22:33 od 1.40.36.3: RESYNC: (1.40-1.43); FILE MERGED 2008/03/20 09:15:01 od 1.40.36.2: #i86732# adjustments due to made virtual mathods to set/reset attributes 	 at content/text node 2008/03/06 10:44:25 od 1.40.36.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f5b7de18f1fae8b47c6fcb51e446776af404f38b]

        INTEGRATION: CWS swlists01 (1.42.190); FILE MERGED 2008/05/08 16:28:02 od 1.42.190.2: RESYNC: (1.42-1.44); FILE MERGED 2008/03/06 10:44:25 od 1.42.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d296bf1a4af5d2088467343a948a224c4e857a9a]

        INTEGRATION: CWS swlists01 (1.39.188); FILE MERGED 2008/05/08 16:28:35 od 1.39.188.4: RESYNC: (1.40-1.42); FILE MERGED 2008/03/20 16:33:49 od 1.39.188.3: correction of merge conflict solution 2008/03/20 14:23:54 od 1.39.188.2: RESYNC: (1.39-1.40); FILE MERGED 2008/03/06 10:44:25 od 1.39.188.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [aec6e3ef461123f0c6823fa197589a46b0232672]

        INTEGRATION: CWS swlists01 (1.22.48); FILE MERGED 2008/05/08 16:28:18 od 1.22.48.3: RESYNC: (1.23-1.25); FILE MERGED 2008/03/20 14:23:01 od 1.22.48.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/06 10:44:25 od 1.22.48.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d652e2138837137264fb96b05aefdec835430926]

        INTEGRATION: CWS swlists01 (1.61.44); FILE MERGED 2008/05/08 16:28:45 od 1.61.44.4: RESYNC: (1.64-1.65); FILE MERGED 2008/03/20 14:23:39 od 1.61.44.3: RESYNC: (1.61-1.64); FILE MERGED 2008/03/20 09:14:04 od 1.61.44.2: #i86732# adjustments due to made virtual mathods to set/reset attributes 	 at content/text node 2008/03/06 10:44:24 od 1.61.44.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [7c0c671145c257432b81062a53c59b63222f607d]

        INTEGRATION: CWS swlists01 (1.22.190); FILE MERGED 2008/06/10 07:24:31 od 1.22.190.5: RESYNC: (1.24-1.25); FILE MERGED 2008/05/08 16:28:29 od 1.22.190.4: RESYNC: (1.23-1.24); FILE MERGED 2008/04/16 08:28:32 od 1.22.190.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:21:54 od 1.22.190.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/06 10:44:24 od 1.22.190.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [471238f8495dde769f951865bb0e655363e64ba3]

        INTEGRATION: CWS swlists01 (1.30.42); FILE MERGED 2008/05/14 12:57:09 od 1.30.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [364bb17e136f3962182b5f536d2c834efb9d0fde]

        INTEGRATION: CWS swlists01 (1.68.54); FILE MERGED 2008/06/10 07:25:26 od 1.68.54.5: RESYNC: (1.72-1.73); FILE MERGED 2008/05/08 16:28:56 od 1.68.54.4: RESYNC: (1.71-1.72); FILE MERGED 2008/04/16 08:26:53 od 1.68.54.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:21:36 od 1.68.54.2: RESYNC: (1.68-1.71); FILE MERGED 2008/03/06 09:39:53 od 1.68.54.1: #i86732# refactoring due to revised <SwTxtNode> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [24d56d11d7dc901a16a4974ce5309336c3638169]

        INTEGRATION: CWS swlists01 (1.63.162); FILE MERGED 2008/05/08 16:31:25 od 1.63.162.3: RESYNC: (1.64-1.65); FILE MERGED 2008/03/20 14:24:17 od 1.63.162.2: RESYNC: (1.63-1.64); FILE MERGED 2008/03/06 09:39:17 od 1.63.162.1: #i86732# - add new paragraph list attributes to item pool 	 - make <SwNumRuleItem> poolable, because <SwNumRuleItem::pDefinedIn> 	   has been removed.

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [cfac863fbf56d186c96db31a5e54545d317f5838]

        INTEGRATION: CWS swlists01 (1.12.192); FILE MERGED 2008/06/10 07:26:11 od 1.12.192.7: RESYNC: (1.14-1.15); FILE MERGED 2008/05/14 12:57:09 od 1.12.192.6: #i86732# remove no longer needed code 2008/05/08 16:26:03 od 1.12.192.5: RESYNC: (1.13-1.14); FILE MERGED 2008/04/16 08:25:16 od 1.12.192.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:25:47 od 1.12.192.3: RESYNC: (1.12-1.13); FILE MERGED 2008/03/20 08:03:41 od 1.12.192.2: #i86732# method <SwAttrSet::CopyToModify(..)> 	 - copy list and if needed also the list style for a text node 2008/03/06 09:37:21 od 1.12.192.1: #i86732# - refactoring due to removed <SwNumRuleItem::pDefinedIn> 	 - refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [cf002db0dc11bde8708b0166a61f85f867203f7e]

        INTEGRATION: CWS swlists01 (1.13.192); FILE MERGED 2008/05/08 16:25:53 od 1.13.192.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 14:25:50 od 1.13.192.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 09:35:44 od 1.13.192.1: #i86732# refactoring due to deleted class <SwNumRuleInfo>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9a00cb88c1b4e51ce2901f7f71912460dc60e515]

        INTEGRATION: CWS swlists01 (1.15.192); FILE MERGED 2008/05/08 16:25:59 od 1.15.192.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/06 09:35:03 od 1.15.192.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d4db5b3a54b692658799b4cc868a0143337a5145]

        INTEGRATION: CWS swlists01 (1.5.280); FILE MERGED 2008/05/08 16:25:56 od 1.5.280.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/06 09:34:33 od 1.5.280.1: #i86732# refactoring due to revised undo class interfaces

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9fdbcbaba2e04c7e87f4ec73a24d259e92bbbc77]

        INTEGRATION: CWS swlists01 (1.76.42); FILE MERGED 2008/05/14 12:57:08 od 1.76.42.1: #i86732# remove no longer needed code

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [eb5b7a5f6490dcaa3d99f43fa3a9e11c917c25a0]

        INTEGRATION: CWS swlists01 (1.20.132); FILE MERGED 2008/05/08 16:32:48 od 1.20.132.3: RESYNC: (1.21-1.22); FILE MERGED 2008/03/20 14:21:01 od 1.20.132.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:25:40 od 1.20.132.1: #i86732# refactoring due to revised <SwFmt> interface

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [caa5f54a1047c848817992afb3b3b2b4dcf88d8b]

        INTEGRATION: CWS swlists01 (1.13.36); FILE MERGED 2008/06/10 07:26:07 od 1.13.36.7: RESYNC: (1.16-1.18); FILE MERGED 2008/05/08 16:26:09 od 1.13.36.6: RESYNC: (1.14-1.16); FILE MERGED 2008/05/07 07:16:24 od 1.13.36.5: #i86732# further changes/adjustments for new list handling 2008/04/16 08:23:35 od 1.13.36.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:20:51 od 1.13.36.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/20 08:02:32 od 1.13.36.2: #i86732# class <SwNumberTreeNode> 	 - adjust method <AddChild(..)> 	 - implementation of method <SetLevelInListTree(..)> 2008/03/06 09:31:48 od 1.13.36.1: #i86732# - changes due to refactoring of class interfaces 	 - usage of new paragraph list attributes instead of class members

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f37d5ed83cf3487a81dc9a740e7b9fb4f1c3effc]

        INTEGRATION: CWS swlists01 (1.12.190); FILE MERGED 2008/05/14 12:57:08 od 1.12.190.7: #i86732# remove no longer needed code 2008/05/08 16:26:06 od 1.12.190.6: RESYNC: (1.14-1.15); FILE MERGED 2008/05/07 07:16:24 od 1.12.190.5: #i86732# further changes/adjustments for new list handling 2008/04/16 08:23:34 od 1.12.190.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:20:54 od 1.12.190.3: RESYNC: (1.12-1.14); FILE MERGED 2008/03/20 08:01:40 od 1.12.190.2: #i86732# class <SwNodeNum> - remove no longer needed functionality 2008/03/06 09:31:48 od 1.12.190.1: #i86732# - changes due to refactoring of class interfaces 	 - usage of new paragraph list attributes instead of class members

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [6d2ed78c83778d62a49ee036adf0ec769981ed8e]

        INTEGRATION: CWS swlists01 (1.125.22); FILE MERGED 2008/05/08 16:16:10 od 1.125.22.2: RESYNC: (1.125-1.127); FILE MERGED 2008/05/07 07:15:00 od 1.125.22.1: #i86732# UNO-API for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [312fec95be72e106bbb5c79541d8aef195323115]

        INTEGRATION: CWS swlists01 (1.61.130); FILE MERGED 2008/05/08 16:16:15 od 1.61.130.2: RESYNC: (1.61-1.62); FILE MERGED 2008/05/07 07:15:00 od 1.61.130.1: #i86732# UNO-API for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [19ca8265410ddb1fcff1858aeca4dfe411a17390]

        INTEGRATION: CWS swlists01 (1.40.38); FILE MERGED 2008/05/14 12:41:51 od 1.40.38.5: #i86732# remove no longer needed code 2008/05/08 16:16:44 od 1.40.38.4: RESYNC: (1.41-1.43); FILE MERGED 2008/04/16 08:15:47 od 1.40.38.3: #i86732# further changes/adjustments for new list handling 2008/03/20 14:27:23 od 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/06 08:17:02 od 1.40.38.1: #i86732# undo classes 	 - remove explicit members for list attributes, because these 	   attributes are now <SfxPoolItem> instances

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [68571497a9eaf27a78694f69d81dcc0d36c7402b]

        INTEGRATION: CWS swlists01 (1.10.36); FILE MERGED 2008/05/14 12:41:51 od 1.10.36.4: #i86732# remove no longer needed code 2008/05/08 16:16:49 od 1.10.36.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 14:27:28 od 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 08:15:33 od 1.10.36.1: #i86732# undo classes 	 - remove explicit members for list attributes, because these 	   attributes are now <SfxPoolItem> instances 	 - refactoring: minimize dependency to numbering tree classes/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [84e312f788ccc786371608f1b55f891d2e73498a]

        INTEGRATION: CWS swlists01 (1.14.690); FILE MERGED 2008/05/14 12:41:51 od 1.14.690.3: #i86732# remove no longer needed code 2008/05/08 16:17:02 od 1.14.690.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/06 08:13:50 od 1.14.690.1: #i86732# class <SwNumRuleItem> 	 - refactoring: remove member <pDefinedIn>. Thus, this item is poolable

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5c609e6c57c3c23252a968bef804a79097b0bb4b]

        INTEGRATION: CWS swlists01 (1.33.162); FILE MERGED 2008/05/14 12:41:51 od 1.33.162.6: #i86732# remove no longer needed code 2008/05/08 16:15:49 od 1.33.162.5: RESYNC: (1.35-1.36); FILE MERGED 2008/04/16 08:15:46 od 1.33.162.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:26:28 od 1.33.162.3: RESYNC: (1.33-1.35); FILE MERGED 2008/03/20 07:59:49 od 1.33.162.2: #i86732# class <SwNumRule> 	 - remove no longer needed functionality which is taken over by 	   class <SwList> 2008/03/06 08:12:32 od 1.33.162.1: #i86732# class <SwNumRule> 	 - replace list for associated paragraph by a stl vector 	 - introduce list for associated paragraph styles 	 - refactoring: minimize dependency to numbering tree classes/types

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2ce880ed4cfddc0715eadb1ee0a89280dffdbc20]

        INTEGRATION: CWS swlists01 (1.19.466); FILE MERGED 2008/05/08 16:16:01 od 1.19.466.5: RESYNC: (1.20-1.21); FILE MERGED 2008/04/16 08:15:46 od 1.19.466.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:27:07 od 1.19.466.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/20 07:58:24 od 1.19.466.2: #i86732# class <SwCntntNode> 	 - make methods to set/reset attributes virtual to override them 	   by sub class <SwTxtNode> 2008/03/06 08:04:42 od 1.19.466.1: #i86732# refactoring: remove <#undef inline>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c78b4eafda6866b25150a33298eabbf276a25574]

        INTEGRATION: CWS swlists01 (1.51.160); FILE MERGED 2008/06/10 07:27:04 od 1.51.160.9: RESYNC: (1.56-1.57); FILE MERGED 2008/05/14 12:41:50 od 1.51.160.8: #i86732# remove no longer needed code 2008/05/08 16:17:19 od 1.51.160.7: RESYNC: (1.55-1.56); FILE MERGED 2008/05/07 07:14:25 od 1.51.160.6: #i86732# further changes/adjustments for new list handling 2008/04/16 08:15:45 od 1.51.160.5: #i86732# further changes/adjustments for new list handling 2008/03/20 16:07:24 od 1.51.160.4: correction of merge conflict solution 2008/03/20 14:27:12 od 1.51.160.3: RESYNC: (1.51-1.55); FILE MERGED 2008/03/20 07:57:11 od 1.51.160.2: #i86732# class <SwTxtNode> 	 - new methods for lists 	 - overriding methods to set/reset attributes 	 - remove no longer needed methods 2008/03/06 08:06:01 od 1.51.160.1: #i86732# class <SwTxtNode> 	 - new methods for list attributes 	 - minor refactorings

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9126ac838f756ae4f6dfc594515a862f6c1ce642]

        INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/14 12:41:50 od 1.18.192.3: #i86732# remove no longer needed code 2008/05/08 16:16:25 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/20 07:53:36 od 1.18.192.1: #i86732# class <SwNodes> 	 - refactoring: remove not needed private operators []

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [578741c28b9736d1e2e853659d288ed627571ac7]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/09 12:33:45 od 1.1.2.2: #i86732# new license header 2008/03/20 07:44:14 od 1.1.2.1: #i86732# some functions around lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [67be24e29dc3eefd0108ba49dfca19450a4358d1]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/09 12:32:12 od 1.1.2.4: #i86732# new license header 2008/05/07 07:14:25 od 1.1.2.3: #i86732# further changes/adjustments for new list handling 2008/04/16 08:15:45 od 1.1.2.2: #i86732# further changes/adjustments for new list handling 2008/03/20 07:43:26 od 1.1.2.1: #i86732# class <SwList> representing a list in a text document

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [a85c1a609c04638ca53cfb12d44710200daf5110]

        INTEGRATION: CWS swlists01 (1.8.192); FILE MERGED 2008/05/08 16:16:05 od 1.8.192.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/06 08:03:47 od 1.8.192.1: #i86732# refactoring: remove class <SwNumRuleInfo> and table <SwTxtNodeTable>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [097b0540df958c4d87b3576adef1b44a56c31242]

        INTEGRATION: CWS swlists01 (1.34.294); FILE MERGED 2008/05/08 16:16:20 od 1.34.294.2: RESYNC: (1.34-1.35); FILE MERGED 2008/03/06 08:02:36 od 1.34.294.1: #i86732# new WhichIDs for list attributes: 	 - RES_PARATR_LIST_ID/_LEVEL/_ISRESTART/_RESTARTVALUE/_ISCOUNTED

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [200823fde5a9e663f69265db2f4be8faffcab968]

        INTEGRATION: CWS swlists01 (1.30.378); FILE MERGED 2008/05/08 16:17:15 od 1.30.378.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/06 08:00:42 od 1.30.378.1: #i86732# class <SwFmt> 	 - replacing methods <SetAttr(..)> and method <ResetAttr(..)> by 	   virtual methods <SetFmtAttr(..)> and method <ResetFmtAttr(..)>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [8b820dd16de9fe44c0f8db0d942915bbefc5d1fe]

        INTEGRATION: CWS swlists01 (1.3.192); FILE MERGED 2008/05/08 16:17:06 od 1.3.192.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/06 07:58:55 od 1.3.192.1: #i86732# new methods <TxtFmtCollFunc::GetNumRule(..)>, 	 <TxtFmtCollFunc::AddToNumRule(..)> and <TxtFmtCollFunc::RemoveFromNumRule(..)>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [829197436eabb9a3e82c9061728f3709567b5aeb]

        INTEGRATION: CWS swlists01 (1.10.192); FILE MERGED 2008/05/08 16:17:10 od 1.10.192.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 14:26:44 od 1.10.192.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/06 07:56:36 od 1.10.192.1: #i86732# class <SwTxtFmtColl> 	 - overriding methods <SetFmtAttr(..)> and method <ResetFmtAttr(..)>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2f733b1451cf4f72d8a76f0a979feac750934e80]

        INTEGRATION: CWS swlists01 (1.62.102); FILE MERGED 2008/05/14 12:41:50 od 1.62.102.5: #i86732# remove no longer needed code 2008/05/08 16:15:55 od 1.62.102.4: RESYNC: (1.65-1.67); FILE MERGED 2008/03/20 14:26:58 od 1.62.102.3: RESYNC: (1.62-1.65); FILE MERGED 2008/03/20 07:52:21 od 1.62.102.2: #i86732# class <SwEditShell> 	 - adjustments to methods <SetCurNumRule(..)> and <SearchNumRule(..)> 	   due to enhanced methods at class <SwDoc> 2008/03/06 07:52:58 od 1.62.102.1: #i86732# method <SwEditShell::GetNumLevel(..)> 	 - refactoring: removing output parameter <bHasChild> 	 method <SwEditShell::SetNodeNumStart(..)> 	 - refactoring: removing default value for 1st parameter 	 method <SwEditShell::GetNodeNumStart()> 	 - refactoring: replacing method <SwEditShell::IsNodeNumStart()>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [bbd466bf3991c90f33bb445278ff940829981476]

        INTEGRATION: CWS swlists01 (1.146.46); FILE MERGED 2008/05/14 12:41:50 od 1.146.46.6: #i86732# remove no longer needed code 2008/05/08 16:16:37 od 1.146.46.5: RESYNC: (1.151-1.152); FILE MERGED 2008/04/16 08:15:44 od 1.146.46.4: #i86732# further changes/adjustments for new list handling 2008/03/20 14:26:41 od 1.146.46.3: RESYNC: (1.146-1.151); FILE MERGED 2008/03/20 07:50:45 od 1.146.46.2: #i86732# class <SwDoc> 	 - new interface <IDocumentListAccess> 	 - enhance methods <SetNumRule(..)> and <SearchNumRule(..)> 	 - remove no longer needed methods 2008/03/06 07:49:46 od 1.146.46.1: #i86732# method <SwDoc::SetNodeNumStart(..)> 	 - refactoring: remove default value for second parameter

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [63c7c0acee3c5fd544bd6852f79ff1f1e956f461]

        INTEGRATION: CWS swlists01 (1.41.68); FILE MERGED 2008/06/10 07:26:57 od 1.41.68.3: RESYNC: (1.42-1.43); FILE MERGED 2008/05/08 16:16:58 od 1.41.68.2: RESYNC: (1.41-1.42); FILE MERGED 2008/04/16 08:15:44 od 1.41.68.1: #i86732# further changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [de508f429defc4990b75463edde9ae1f88df07b4]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/09 12:32:12 od 1.1.2.2: #i86732# new license header 2008/03/06 09:27:26 od 1.1.2.1: #i86732# refactoring: new include for numbering tree types in order 	 to minimize dependencies

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1dd3d5ae2318175b741a9f6d0a3913e414b0e652]

        INTEGRATION: CWS swlists01 (1.6.36); FILE MERGED 2008/06/10 14:01:49 od 1.6.36.10: correction after merging conflicts 2008/06/10 07:27:00 od 1.6.36.9: RESYNC: (1.9-1.10); FILE MERGED 2008/05/08 16:17:24 od 1.6.36.8: RESYNC: (1.7-1.9); FILE MERGED 2008/05/07 07:12:40 od 1.6.36.7: #i86732# further changes/adjustments for new list handling 2008/03/20 17:12:15 od 1.6.36.6: correction of merge 2008/03/20 16:25:42 od 1.6.36.5: correction of merge conflict solution 2008/03/20 16:03:54 od 1.6.36.4: correction of merge conflict solution 2008/03/20 14:26:24 od 1.6.36.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/20 07:47:59 od 1.6.36.2: #i86732# class <SwNumberTreeNode> 	 - adjust synopsis of method <AddChild(..)> 	 - introduce new methods <SetLevelInListTree(..)> 2008/03/06 07:48:14 od 1.6.36.1: #i86732# class <SwNumberTreeNode> and <SwNodeNum> 	 - refactoring of class interfaces

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [58b18a81172732a98339830535a466ed0dfa187b]

        INTEGRATION: CWS swlists01 (1.7.390); FILE MERGED 2008/05/08 16:16:53 od 1.7.390.8: RESYNC: (1.8-1.9); FILE MERGED 2008/05/07 07:12:40 od 1.7.390.7: #i86732# further changes/adjustments for new list handling 2008/04/16 08:15:44 od 1.7.390.6: #i86732# further changes/adjustments for new list handling 2008/03/20 17:12:14 od 1.7.390.5: correction of merge 2008/03/20 16:12:12 od 1.7.390.4: correction of merge conflict solution 2008/03/20 14:27:16 od 1.7.390.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/20 07:46:22 od 1.7.390.2: #i86732# class <SwNodeNum>: remove no longer needed methods 2008/03/06 07:48:14 od 1.7.390.1: #i86732# class <SwNumberTreeNode> and <SwNodeNum> 	 - refactoring of class interfaces

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ca6e09fd94945f0d0dfa921e931b11da63eb1f3e]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/09 12:32:12 od 1.1.2.3: #i86732# new license header 2008/04/16 08:15:43 od 1.1.2.2: #i86732# further changes/adjustments for new list handling 2008/03/20 07:45:02 od 1.1.2.1: #i86732# interface for the document to access lists

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [76313bfe32acdb172ee474206312bc0ae1653ac5]

        INTEGRATION: CWS swlists01 (1.17.138); FILE MERGED 2008/05/08 16:13:39 od 1.17.138.2: RESYNC: (1.17-1.18); FILE MERGED 2008/05/08 14:50:52 od 1.17.138.1: #i86732# improve variable names

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [953f69cebeb92db9fc13c30bc365793e423d530f]

        INTEGRATION: CWS swlists01 (1.142.10); FILE MERGED 2008/06/10 07:20:23 od 1.142.10.6: RESYNC: (1.144-1.146); FILE MERGED 2008/05/21 12:20:32 od 1.142.10.5: #i86732# further adjustments/changes for new list handling for 	 export to OpenOffice.org file format and ODF 1.0/1.1 2008/05/13 11:41:51 od 1.142.10.4: #i86732# suppress export of new list respectively new list-item attributes, 	 if written ODF version is ODF 1.0 or ODF 1.1 2008/05/09 06:29:21 od 1.142.10.3: #i86732# code correction due to compiler warning 2008/05/08 16:13:43 od 1.142.10.2: RESYNC: (1.142-1.144); FILE MERGED 2008/05/08 14:59:51 od 1.142.10.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [5d523a1d94826550a03dc7a0068ca4b7d7f0a90d]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/28 09:14:13 od 1.1.2.6: #i86732# performance improvement by late creation of internal data structures 2008/05/21 12:20:32 od 1.1.2.5: #i86732# further adjustments/changes for new list handling for 	 export to OpenOffice.org file format and ODF 1.0/1.1 2008/05/14 10:31:40 od 1.1.2.4: #i86732# further changes/adjustments for new list handling 2008/05/13 11:39:00 od 1.1.2.3: #i86732# further changes/adjustments for new list handling 2008/05/09 12:36:11 od 1.1.2.2: #i86732# new license header 2008/05/08 14:51:32 od 1.1.2.1: #i86732# implementation of new helper class <XMLTextListsHelper>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [078dcace93b310091c92d35a7032697e2ea4ff4f]

        INTEGRATION: CWS swlists01 (1.138.10); FILE MERGED 2008/06/10 07:20:09 od 1.138.10.6: RESYNC: (1.140-1.141); FILE MERGED 2008/05/28 09:10:52 od 1.138.10.5: #i86732# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - changes to improve the performance 2008/05/15 11:50:13 od 1.138.10.4: #i86732# further changes/adjustments for new list handling 2008/05/14 10:31:05 od 1.138.10.3: #i86732# further changes/adjustments for new list handling 2008/05/08 16:13:30 od 1.138.10.2: RESYNC: (1.138-1.140); FILE MERGED 2008/05/08 14:59:51 od 1.138.10.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [29eefda69a9208363c6736e5df431a8df506d2d0]

        INTEGRATION: CWS swlists01 (1.35.252); FILE MERGED 2008/05/08 16:13:33 od 1.35.252.2: RESYNC: (1.35-1.36); FILE MERGED 2008/05/08 14:52:11 od 1.35.252.1: #i86732# add <txtlists.cxx>

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [cd2c7d64513ff58c6068bc78b812ab52038cc7d1]

        INTEGRATION: CWS swlists01 (1.6.266); FILE MERGED 2008/06/10 07:19:48 od 1.6.266.3: RESYNC: (1.7-1.8); FILE MERGED 2008/05/08 16:13:22 od 1.6.266.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/08 14:59:51 od 1.6.266.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [02a4e3d8ccb8a16c32732e657c8a8264eb3fbae9]

        INTEGRATION: CWS swlists01 (1.12.12); FILE MERGED 2008/06/10 09:59:11 od 1.12.12.4: resolve syntax error due to resolving merge conflicts 2008/06/10 07:20:27 od 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED 2008/05/08 16:13:46 od 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2008/05/08 14:59:51 od 1.12.12.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [d2dde1ca580e0c9d2e27832c592fa2a56ae2074c]

        INTEGRATION: CWS swlists01 (1.3.138); FILE MERGED 2008/05/08 16:13:49 od 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/08 14:59:51 od 1.3.138.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [2bece27fa26b3bd41b21c1c7802c6a526fc4d9e5]

        INTEGRATION: CWS swlists01 (1.9.12); FILE MERGED 2008/05/08 16:13:19 od 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2008/05/08 14:59:50 od 1.9.12.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [944c6ef807c328ee6bd3040709af41c0894cf28a]

        INTEGRATION: CWS swlists01 (1.6.138); FILE MERGED 2008/05/08 16:13:25 od 1.6.138.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/08 14:59:50 od 1.6.138.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [1811ef580787d186339f5d7011e9940bef60087d]

        INTEGRATION: CWS swlists01 (1.10.12); FILE MERGED 2008/05/13 11:39:00 od 1.10.12.3: #i86732# further changes/adjustments for new list handling 2008/05/08 16:13:52 od 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2008/05/08 14:59:50 od 1.10.12.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [3bc701647dd8d18dcfc97280b611193a79959a1b]

        INTEGRATION: CWS swlists01 (1.46.14); FILE MERGED 2008/05/08 16:13:36 od 1.46.14.2: RESYNC: (1.46-1.47); FILE MERGED 2008/05/08 14:49:59 od 1.46.14.1: #i86732# remove unnessary include

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [f4927f0b44bd9b0a7d87065af8d2ef807de640fb]

        INTEGRATION: CWS swlists01 (1.79.12); FILE MERGED 2008/05/08 16:13:15 od 1.79.12.2: RESYNC: (1.79-1.80); FILE MERGED 2008/05/08 14:23:24 od 1.79.12.1: #i86732# changes/adjustments for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [4d41a86f365aba852f1d0cb5024aae28e0f51993]

        INTEGRATION: CWS swlists01 (1.123.10); FILE MERGED 2008/06/10 07:20:46 od 1.123.10.3: RESYNC: (1.126-1.127); FILE MERGED 2008/05/08 16:13:12 od 1.123.10.2: RESYNC: (1.123-1.126); FILE MERGED 2008/05/08 14:19:49 od 1.123.10.1: #i86732# new tokens XML_CONTINUE_LIST and XML_STYLE_OVERRIDE for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [51843a9a2f528b61a3585ff92599744319e6d07f]

        INTEGRATION: CWS swlists01 (1.20.10); FILE MERGED 2008/06/10 07:21:03 od 1.20.10.3: RESYNC: (1.22-1.23); FILE MERGED 2008/05/08 16:13:09 od 1.20.10.2: RESYNC: (1.20-1.22); FILE MERGED 2008/05/08 14:18:16 od 1.20.10.1: #i86732# adjustments to import and export for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [0522e33bdd6d1ff88fba875d874b573fd3625ad6]

        INTEGRATION: CWS swlists01 (1.4.36); FILE MERGED 2008/05/08 16:13:01 od 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/08 14:18:16 od 1.4.36.1: #i86732# adjustments to import and export for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [c93d2019aa902a4c3d8293d464ebf873a4e73ee1]

        INTEGRATION: CWS swlists01 (1.9.22); FILE MERGED 2008/06/10 07:21:09 od 1.9.22.3: RESYNC: (1.10-1.11); FILE MERGED 2008/05/08 16:13:05 od 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2008/05/08 14:18:15 od 1.9.22.1: #i86732# adjustments to import and export for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [9d88f22f465fa8b66bc6cef12f58a763bfad9819]

        INTEGRATION: CWS swlists01 (1.1.2); FILE ADDED 2008/05/28 09:14:13 od 1.1.2.4: #i86732# performance improvement by late creation of internal data structures 2008/05/21 12:21:41 od 1.1.2.3: #i86732# further changes/adjustments for new list handling 2008/05/09 12:36:58 od 1.1.2.2: #i86732# new license header 2008/05/08 14:21:01 od 1.1.2.1: #i86732# new helper class <XMLTextListsHelper> for new list handling

2008-06-13  Rüdiger Timm  <rt@openoffice.org>  [ad97173a0ab1a5ca8546388e9c7f559114fa3c9d]

        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>  [66cd1800618abef9aa9cdef8cafca32cdfd8e93e]

        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>  [c28c0a6014f3af2979f58aa0bf383e220b95b3f5]

        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>  [2b9462ecaf9066e88eaabb7e2110485ae7781282]

        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>  [8317b264732bcc94d44eb3a7753c27eef77fec47]

        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>  [65281813745f645ac93b7e04a079613cc8ff9b2f]

        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>  [c816ada717b90a086648a12da002610f3c607b3a]

        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>  [d62dfd64dba4835180b6266cc3f2596f40e12bdd]

        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>  [6fa144da900469c0ff496b8af8057e7244fa6885]

        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>  [8efa7ea14df672d42560db49311faab83777a99b]

        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>  [28b2ace78d25c6f4ea39c6b619c2ccf297f58f70]

        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>  [b7bc87db782182958f549b6b5e733ebe692ac681]

        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>  [989294bc914481f56da43742033b1bf5f2ccc5da]

        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-13  Rüdiger Timm  <rt@openoffice.org>  [629feb671bcf0c5360557316a5ec3608c50698de]

        INTEGRATION: CWS chart28_DEV300 (1.6.82.1.10); FILE MERGED 2008/06/03 17:37:38 iha 1.6.82.1.10.1: #90071#,#88894# crash in clipping algorithm

2008-06-12  Rüdiger Timm  <rt@openoffice.org>  [490ad47f59d2fc01a24d7b4d5c83827b758a16c6]

        #i90611# Fix for .Net2003 compiler (patch by sb).

2008-06-12  Rüdiger Timm  <rt@openoffice.org>  [5e52dcb0a992a6f19ae48aef0bf55e921f60454c]

        #i90610# Fix for .Net2003 compiler (patch by sb).

2008-06-12  Rüdiger Timm  <rt@openoffice.org>  [fe8740a04d190202799149a792745042da3ce373]

        #i90609# SIZE_MAX undeclared for .Net2003 compiler, take SAL_MAX_SIZE instead.

2008-06-11  Martin Hollmichel  <mh@openoffice.org>  [bd246d03380b5855b2ec10497185e5eac505827f]

        add: phonet.cxx

2008-06-11  Martin Hollmichel  <mh@openoffice.org>  [5a8323c861b0179b121e0b6a3a82521ebc8160e3]

        make it compile for Win32

2008-06-11  Rüdiger Timm  <rt@openoffice.org>  [4cbf2b3f6d2625c5c3d27f5a21424a9ff7b6b768]

        #i10000# Avoid unnecessary directory.

2008-06-10  Rüdiger Timm  <rt@openoffice.org>  [3b2249aea33803aadea3a1167f4052500639db28]

        #i90484# Patch by pjanik for .Net2003 compiler

2008-06-10  Armin Weiss  <aw@openoffice.org>  [4eed20ca2861504ee08ee50f7173a74bfb56bfa5]

        #i39532# changed 3d primitive stuff to use viewinformation3d

2008-06-10  Rüdiger Timm  <rt@openoffice.org>  [e1d6e7d277fe3f30ee770da96f7fcb17723d9838]

        #i10000# Avoid 'may be used uninitialized' warning.

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [9f6a395ced9b48311dc6866cf2053905eb615cb2]

        DEV300

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [b6d017a81137efbb6a48d23f89fc738a3faee4ca]

        INTEGRATION: CWS odff03 (1.62.46); FILE MERGED 2008/05/08 22:25:57 er 1.62.46.2: RESYNC: (1.62-1.63); FILE MERGED 2008/05/08 14:18:01 er 1.62.46.1: #i86775# added rtl_math_approxValue

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [4e99c1da2eb99b306db91efafcfa0305b85cdb6e]

        INTEGRATION: CWS odff03 (1.12.236); FILE MERGED 2008/05/08 22:25:43 er 1.12.236.2: RESYNC: (1.12-1.13); FILE MERGED 2008/05/08 14:16:43 er 1.12.236.1: #i86775# added rtl_math_approxValue(); factored out getN10Exp() and made it be used where appropriate

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [9d0ac285eba9bb3a0f58cdb654971a6e6e409b6d]

        INTEGRATION: CWS odff03 (1.6.380); FILE MERGED 2008/05/08 22:25:50 er 1.6.380.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/08 14:15:16 er 1.6.380.1: #i86775# added approxValue() wrapper around rtl_math_approxValue(); changed approxFloor()/approxCeil() to use approxValue() instead of the approxEqual() clumsiness

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [a7496b997cb542080aeed7c36b23dec7ca613282]

        INTEGRATION: CWS odff03 (1.3.380); FILE MERGED 2008/05/08 22:25:53 er 1.3.380.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/08 14:12:36 er 1.3.380.1: #i86775# added rtl_math_approxValue()

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [c31a2cb90308bd7be747cc13035a611b1c667b1f]

        INTEGRATION: CWS odff03 (1.30.20); FILE MERGED 2008/05/08 22:21:44 er 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2008/05/08 19:38:15 er 1.30.20.1: #i71158# GCD and LCD convert to integer and handle 0, but not negative values; according to ODFF

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [6e92f66f0733db60c787cd386f9891de0aeab650]

        INTEGRATION: CWS odff03 (1.55.20); FILE MERGED 2008/05/08 22:21:13 er 1.55.20.2: RESYNC: (1.55-1.56); FILE MERGED 2008/04/10 18:01:56 er 1.55.20.1: #i86643# make COUNT ignore errors and COUNTA count errors; patch contributed by <lvyue>

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [6e2658ab67eedd6369b69b5a7f65df11f68d3a07]

        INTEGRATION: CWS odff03 (1.21.20); FILE MERGED 2008/05/08 22:21:25 er 1.21.20.2: RESYNC: (1.21-1.22); FILE MERGED 2008/04/11 17:16:16 er 1.21.20.1: #i87726# use new GetSortArray() method in all places; patch from <lvyue>

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [5b3b9bed287cd0a33a6f78dfa95fdae45aaf8b39]

        INTEGRATION: CWS odff03 (1.35.20); FILE MERGED 2008/05/08 22:21:35 er 1.35.20.3: RESYNC: (1.35-1.36); FILE MERGED 2008/04/24 19:21:10 er 1.35.20.2: #i15090# better algorithm for RATE to also return values for roots < -1, plus accept non-integer PayType other than 0 or 1; patch from <regina> 2008/04/11 19:27:56 er 1.35.20.1: #i84934# DAYS360: for swapped dates in US-algo follow the meaningless Excel approach for interoperability; patch from <terrye>

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [984c00f6cadb57284c51073586b327bc766f6979]

        INTEGRATION: CWS odff03 (1.56.20); FILE MERGED 2008/05/09 07:43:50 er 1.56.20.8: sal_Int32/sal_Int8 type mismatch 2008/05/08 22:20:57 er 1.56.20.7: RESYNC: (1.56-1.57); FILE MERGED 2008/04/23 21:16:20 er 1.56.20.6: #i74245# LOOKUP in columns if range is wider than tall and handling of result array respectively range 2008/04/11 16:56:30 er 1.56.20.5: #i66930# make INDEX correctly return a vector of an area; patch from <lvyue> 2008/04/11 16:05:04 er 1.56.20.4: #i78781# make INDEX use Row parameter as Column argument if a row vector was passed and no other arguments were given; patch from <lvyue> 2008/04/10 18:19:31 er 1.56.20.3: #i86721# make N return 0 for string arguments as well; patch contributed by <lvyue> 2008/04/10 18:01:56 er 1.56.20.2: #i86643# make COUNT ignore errors and COUNTA count errors; patch contributed by <lvyue> 2008/04/10 15:52:14 er 1.56.20.1: #i87855# GetStVarParams: pop svString and break case to not generate error; patch contributed by <lvyue>

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [f5de7c16ac974330e864faefa71155d142d8ed51]

        INTEGRATION: CWS odff03 (1.32.20); FILE MERGED 2008/05/08 22:21:48 er 1.32.20.3: RESYNC: (1.32-1.33); FILE MERGED 2008/04/24 19:21:10 er 1.32.20.2: #i15090# better algorithm for RATE to also return values for roots < -1, plus accept non-integer PayType other than 0 or 1; patch from <regina> 2008/04/11 17:18:42 er 1.32.20.1: #i87726# remove old GetSortArray() declaration

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [e996a6c11b2275c03480a18f8855591fb34d3cb0]

        INTEGRATION: CWS odff03 (1.20.22); FILE MERGED 2008/05/08 22:20:26 er 1.20.22.2: RESYNC: (1.20-1.21); FILE MERGED 2008/04/10 16:05:24 er 1.20.22.1: #i86171# ScValueIterator::GetThis: formula cell with text result is 0.0 if bTextAsZero; patch contributed by <lvyue>

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [270e1250ba8fedaace4f2a4363e5d1911c426a31]

        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>  [d767f7b563a5a8282325ff88fc17213a9f6a923e]

        INTEGRATION: CWS impress141 (1.2.38); FILE MERGED 2008/04/21 09:56:10 cl 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 09:16:30 sj 1.2.38.1: #i86326# added patch (removed unused methods)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [00d6b04e6ba8a102a25f7b7222de85d3fd3b74c9]

        INTEGRATION: CWS impress141 (1.4.36); FILE MERGED 2008/04/21 09:56:15 cl 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/16 09:16:30 sj 1.4.36.1: #i86326# added patch (removed unused methods)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [ceb0ceb8a7a3cf3e529b947d49338c1e65fa252e]

        INTEGRATION: CWS impress141 (1.1.38); FILE MERGED 2008/04/21 09:56:22 cl 1.1.38.2: RESYNC: (1.1-1.2); FILE MERGED 2008/04/16 09:16:30 sj 1.1.38.1: #i86326# added patch (removed unused methods)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [a5fd15b52116c0b42ca40042706aa0d886997b69]

        INTEGRATION: CWS impress141 (1.1.38); FILE MERGED 2008/04/21 09:56:07 cl 1.1.38.2: RESYNC: (1.1-1.2); FILE MERGED 2008/04/16 09:16:29 sj 1.1.38.1: #i86326# added patch (removed unused methods)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [cfa96b2a83f88a9abc89233db4dae2586e2ea771]

        INTEGRATION: CWS impress141 (1.4.36); FILE MERGED 2008/04/21 09:56:18 cl 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/16 09:16:29 sj 1.4.36.1: #i86326# added patch (removed unused methods)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [58f9ce012e902af26b4021fe50b20a7da91ee7bd]

        INTEGRATION: CWS impress141 (1.3.14); FILE MERGED 2008/04/29 15:42:51 cl 1.3.14.1: #i88852# do not crash on mallformed rtf, even from calc

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [f9421f52b6c7447b9e3fca7d33515b0154a379b2]

        INTEGRATION: CWS impress141 (1.158.48); FILE MERGED 2008/05/08 16:16:38 sj 1.158.48.4: removed compiler warnings 2008/05/07 15:04:26 sj 1.158.48.3: #i76408# fixed bullet problem (character/paragraph property import improved) 2008/04/21 09:48:15 cl 1.158.48.2: RESYNC: (1.158-1.159); FILE MERGED 2008/04/15 16:06:31 sj 1.158.48.1: #i85541# added patch (uninitialied variable

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [1be3a4a4b49d2df7aca8f134510915be4220cbca]

        INTEGRATION: CWS impress141 (1.76.14); FILE MERGED 2008/04/28 20:04:16 thb 1.76.14.2: #i88713# Made this parrot MSO file bits more closely 2008/04/25 15:34:44 sj 1.76.14.1: #i88713# added patch (also exporting linked graphics without losing link)

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [87e2d3667700b09cc980f23688780ccf0d18669f]

        INTEGRATION: CWS impress141 (1.4.48); FILE MERGED 2008/05/07 15:04:51 sj 1.4.48.3: #i76408# fixed bullet problem (character/paragraph property import improved) 2008/04/21 09:47:32 cl 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 16:05:51 sj 1.4.48.1: #i85541# added patch (uninitialied variable

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [913f9af85da909b2cdb1916ca7e16e3f215fc938]

        INTEGRATION: CWS impress141 (1.89.80); FILE MERGED 2008/04/21 09:39:36 cl 1.89.80.2: RESYNC: (1.89-1.90); FILE MERGED 2008/04/15 14:59:50 sj 1.89.80.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [34092b7db90db00ff7c9852d8b19951e03bbd92a]

        INTEGRATION: CWS impress141 (1.32.58); FILE MERGED 2008/04/21 09:31:56 cl 1.32.58.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/15 14:58:25 sj 1.32.58.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [dcbc2d4e039f2655ff3a6be27454534b89cc0581]

        INTEGRATION: CWS impress141 (1.7.6); FILE MERGED 2008/04/29 15:03:21 cl 1.7.6.1: #i88007# check for null pointer

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [9d3406a97ddd1010db9a6dfc20ddee14be4126b5]

        INTEGRATION: CWS impress141 (1.3.6); FILE MERGED 2008/04/21 13:33:35 cl 1.3.6.1: #i87766# removed DE strings

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [44de1d76a17019a2cd18093dfa75b468b145b03d]

        INTEGRATION: CWS impress141 (1.45.22); FILE MERGED 2008/04/21 09:27:06 cl 1.45.22.2: RESYNC: (1.45-1.46); FILE MERGED 2008/04/15 14:55:59 sj 1.45.22.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [a3f9727d136e1b6fcf08eea7e2b8d1fa0f4dad8a]

        INTEGRATION: CWS impress141 (1.61.30); FILE MERGED 2008/04/21 09:27:10 cl 1.61.30.2: RESYNC: (1.61-1.62); FILE MERGED 2008/04/15 14:55:59 sj 1.61.30.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [ea50bdf30f567f0cfd49893561359e055f7e1aed]

        INTEGRATION: CWS impress141 (1.15.302); FILE MERGED 2008/04/21 09:27:03 cl 1.15.302.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/15 14:55:27 sj 1.15.302.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [f0134e4cc08e5b29d7ad2cdbd918d37f5bc1607c]

        INTEGRATION: CWS impress141 (1.37.6); FILE MERGED 2008/04/29 15:00:13 cl 1.37.6.1: #i88007# presentation styles are not user defined

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [3091ca700e12fd76b51fd14c5368b1bf1e05287d]

        INTEGRATION: CWS impress141 (1.70.6); FILE MERGED 2008/04/21 13:33:14 cl 1.70.6.1: #i87766# removed DE strings

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [cc01597c0a24a43cec8cd5b2150124b8334753b6]

        INTEGRATION: CWS impress141 (1.148.24); FILE MERGED 2008/05/08 13:29:08 sj 1.148.24.3: RESYNC: (1.149-1.150); FILE MERGED 2008/04/21 09:24:02 cl 1.148.24.2: RESYNC: (1.148-1.149); FILE MERGED 2008/04/15 14:54:55 sj 1.148.24.1: #i67371# added possibility to disable/enable previews when exporting to ppt,excel and or word

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [c0dc97221df27a3984ff82dae84785f748285bd5]

        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>  [7650c0e7bddd44c4ed0abeb0505b3c75865314cd]

        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>  [08a8fb1acd407bab34aa3bb829c00d238f549518]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [0d231a84e4f2fdcca6101ea7119be86361ac5978]

        INTEGRATION: CWS impress141 (1.31.22); FILE MERGED 2008/04/21 09:19:57 cl 1.31.22.2: RESYNC: (1.31-1.34); FILE MERGED 2008/04/16 15:44:17 sj 1.31.22.1: #i85985# enabling blank page control for all writer documents

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [3eb127bdd6960c0a4e6a91ebfde3332fd92ff733]

        INTEGRATION: CWS openjdk6b (1.24.16); FILE MERGED 2008/06/06 09:59:32 kz 1.24.16.2: #i89854# rename variables to *OJDK16* 2008/06/05 16:14:00 kz 1.24.16.1: #i89854# enable switch for openjdk6

2008-06-09  Ivo Hinkelmann  <ihi@openoffice.org>  [01acc3825a684cdc7b190a96c091511691c5126c]

        INTEGRATION: CWS openjdk6b (1.11.70); FILE MERGED 2008/06/03 14:14:31 kz 1.11.70.1: #158095# correct version number of java with openjdk

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [77835bdd2b95b96aea20f05b96ad32608cc0e8ef]

        INTEGRATION: CWS sb87 (1.26.70); FILE MERGED 2008/06/09 08:29:46 sb 1.26.70.3: resolved conflict against DEV300m17 2008/04/24 13:21:44 sb 1.26.70.2: RESYNC: (1.26-1.28); FILE MERGED 2008/04/09 14:05:49 sb 1.26.70.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [aaf9b1d348e838e5895b838e2e7173377520261a]

        INTEGRATION: CWS sb87 (1.35.24); FILE MERGED 2008/06/09 08:29:46 sb 1.35.24.3: resolved conflict against DEV300m17 2008/04/24 13:21:40 sb 1.35.24.2: RESYNC: (1.35-1.38); FILE MERGED 2008/04/09 14:05:48 sb 1.35.24.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [6c9a7ca74c8a180f7a81598d2884613f4af5ec94]

        INTEGRATION: CWS sb87 (1.11.12); FILE MERGED 2008/06/09 08:20:24 sb 1.11.12.2: resolved conflict against DEV300m17 2008/05/09 14:54:38 sb 1.11.12.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>  [829e20ac32cdd35a20a73a735a10d640f33d5326]

        INTEGRATION: CWS sb87 (1.2.22); FILE MERGED 2008/06/09 08:18:26 sb 1.2.22.6: resolved conflict against DEV300m17 2008/05/09 15:06:01 sb 1.2.22.5: #i88211# python start wrapper moved to brand layer (so it can eventually bootstrap a brand-layer specific UNO environment) 2008/04/24 13:20:27 sb 1.2.22.4: RESYNC: (1.2-1.6); FILE MERGED 2008/04/24 11:30:19 sb 1.2.22.3: #i88687# added unoinfo executable 2008/04/14 08:14:18 sb 1.2.22.2: #i86315# moved Jobs-stclient.xcu from basis to brand layer 2008/04/04 12:23:14 sb 1.2.22.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [b55de2ca8d05e459612e35e60644021e80f00aa1]

        INTEGRATION: CWS sb87 (1.4.476); FILE MERGED 2008/06/09 08:02:41 sb 1.4.476.3: resolved conflict against DEV300m17 2008/04/24 13:12:55 sb 1.4.476.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/04 11:53:50 sb 1.4.476.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a402cc51831f7187710897f3d04e6800126f0d23]

        INTEGRATION: CWS sb87 (1.6.94); FILE MERGED 2008/04/24 13:17:57 sb 1.6.94.2: RESYNC: (1.6-1.8); FILE MERGED 2008/04/23 12:49:55 fs 1.6.94.1: #i88633# +setName/setParameter

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [9c74219ff3a0b331c406633188855a2c1a8a81a3]

        INTEGRATION: CWS sb87 (1.7.6); FILE MERGED 2008/05/07 11:35:25 sb 1.7.6.1: #i88687# URE code cannot know OOo data (unoil.jar)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [332aff7f945de304fda3f7305e09652b5fb1526c]

        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>  [079757ad33d7e88be59d3ed15320d3ea9198a381]

        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>  [c04a52b24bdce1b486ffbb29e00f0bbb3efa4974]

        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>  [a5e220a044dad29c9c26e9b2de2188fbe41f7144]

        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>  [b074a161c4b069c7938393f7181a88094169f9f7]

        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>  [9ad39473a5629b5bcb51f740f8daa16d3ec999f7]

        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>  [3852dc6ac1852bcbc669630c4dbf97f12aad4d44]

        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>  [051c076de668e4906597f2f0886c64278449324b]

        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>  [fee3b0f86037fbe2a77e3fb3153edc006132ba53]

        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>  [5536ea6a002feb879e7192a7bb5f0d472bd1b159]

        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>  [49b4db2f0be7a1f5a5bd8242c45fc8b36ff122f1]

        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>  [41ca65146d95eb88c5027e5aff47833a1c791b64]

        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>  [5433e8263d1fc1da8e90ce8cd3f41ae8e3283ba3]

        INTEGRATION: CWS sb87 (1.4.148); FILE MERGED 2008/05/06 11:54:21 sb 1.4.148.3: #88687# finished off previous commit 2008/04/24 13:10:35 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [4bb270975f0d0d07100c115fa8ec992f1101d9ac]

        INTEGRATION: CWS sb87 (1.4.76); FILE MERGED 2008/05/07 11:24:41 sb 1.4.76.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE 2008/04/24 13:10:32 sb 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.76.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [37babcbfd8a7c0db360a62690fc8f1f0102cf60a]

        INTEGRATION: CWS sb87 (1.4.148); FILE MERGED 2008/05/06 11:53:05 sb 1.4.148.3: #88687# off by one error 2008/04/24 13:10:29 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [28a6919b64cada39eed82526418278fecee29fcb]

        INTEGRATION: CWS sb87 (1.6.162); FILE MERGED 2008/05/07 11:24:40 sb 1.6.162.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE 2008/04/24 13:10:26 sb 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/24 11:56:00 sb 1.6.162.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e2b7ea631a5e7297346ec826527a019e2baca020]

        INTEGRATION: CWS sb87 (1.5.10); FILE MERGED 2008/05/07 11:34:25 sb 1.5.10.1: #i88687# let Loader call new unoinfo instead of old juh.jar UnoInfo.getJars

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [c4c10c17adfb139a208deeb1a47a9fcad924b9c3]

        INTEGRATION: CWS sb87 (1.10.116); FILE MERGED 2008/05/07 11:34:24 sb 1.10.116.1: #i88687# let Loader call new unoinfo instead of old juh.jar UnoInfo.getJars

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [04407e23be8f87299c3a5ebb40388738a784f2f9]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/05/09 15:12:27 sb 1.1.2.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [ef92de31757ded5c692fa6bf257a2f8f7fd9dec6]

        INTEGRATION: CWS sb87 (1.9.4); FILE MERGED 2008/05/09 15:11:10 sb 1.9.4.2: #i88211# improvements 2008/05/07 12:25:34 sb 1.9.4.1: #i88211# cleaned up; as somewhat of a hack, added -env:INIFILEPATH arg when starting python.bin so that a later defaultBootstrap_InitialComponentContext() will bootstrap into a complete OOo UNO env

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [63942f22345dde40b232c97fd7ec5509667b2e82]

        INTEGRATION: CWS sb87 (1.13.10); FILE MERGED 2008/05/09 15:11:52 sb 1.13.10.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [57a6b00d419e0db90b5962a5c1ae809a6dc37f8e]

        INTEGRATION: CWS sb87 (1.9.14); FILE MERGED 2008/05/09 15:11:52 sb 1.9.14.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [0f80938d731ef2ed6ec7d4ecfa516b3c8bb8ceae]

        INTEGRATION: CWS sb87 (1.7.26); FILE MERGED 2008/05/09 15:11:52 sb 1.7.26.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [170cee32562f87dc557929d172653e68ae12dd0c]

        INTEGRATION: CWS sb87 (1.21.6); FILE MERGED 2008/04/16 13:11:07 sb 1.21.6.1: #i88211# fix RPATH for Solaris

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a2e8659541efabec867c260bffd6281cf2230f34]

        INTEGRATION: CWS sb87 (1.10.4); FILE MERGED 2008/04/25 07:44:17 sb 1.10.4.1: wrong macro in rule ($^ vs $<)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e56e83bfc1c61b246699b60623471eb13fcdf780]

        INTEGRATION: CWS sb87 (1.15.18); FILE MERGED 2008/04/24 13:22:29 sb 1.15.18.3: RESYNC: (1.15-1.17); FILE MERGED 2008/04/11 13:24:09 sb 1.15.18.2: #i87730# ${.verb:...} not needed after all, fixed now with individual backslash escapes instead 2008/04/09 14:01:54 sb 1.15.18.1: #i87730# set working dir in CreateProcess to make sure PATH wins out over a badly chosen working dir when searching for DLLs; for compensation, pass OOO_CWD to subordinate process to allow resolution of cmd line args relative to original working dir; in an attempt of consolidation, also pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [927e2b320ebc2622cd2a307d92cf2bc7f504b371]

        INTEGRATION: CWS sb87 (1.5.18); FILE MERGED 2008/04/24 13:22:23 sb 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/04 12:25:17 sb 1.5.18.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>  [237d3305a72cd5fa084236a9074a1d6a33544190]

        INTEGRATION: CWS sb87 (1.3.6); FILE MERGED 2008/05/09 14:54:38 sb 1.3.6.4: #i88211# introduced vnd.sun.star.pathname pseudo URL feature for INIFILENAME and URE_BOOTSTRAP, dropped INIFILEPATH feature again in return 2008/04/24 13:22:26 sb 1.3.6.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/11 13:24:09 sb 1.3.6.2: #i87730# ${.verb:...} not needed after all, fixed now with individual backslash escapes instead 2008/04/09 14:00:01 sb 1.3.6.1: #i87730# set working dir in CreateProcess to make sure PATH wins out over a badly chosen working dir when searching for DLLs; for compensation, pass OOO_CWD to subordinate process to allow resolution of cmd line args relative to original working dir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e79dc0b6ccdb2829d2aa1331b3be3525bd72a078]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/05/07 11:20:45 sb 1.1.2.3: #i88687# added java mode 2008/05/06 11:50:53 sb 1.1.2.2: #88687# use bytewise fwrite instead of fputws (which appears to translate from UTF-16 to some byte-oriented encoding); missing bin at end of constructed path 2008/04/24 11:40:06 sb 1.1.2.1: #i88687# added unoinfo executable

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [4961866d206f7d86ceedab961c296e8293f70711]

        INTEGRATION: CWS sb87 (1.4.142); FILE MERGED 2008/04/24 13:22:20 sb 1.4.142.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:39:27 sb 1.4.142.1: #i88687# added unoinfo executable

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [f2459ee02f5cc384d0254bee7d16101056ae0fbd]

        INTEGRATION: CWS sb87 (1.4.18); FILE MERGED 2008/04/24 13:22:17 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/11 13:24:08 sb 1.4.18.1: #i87730# ${.verb:...} not needed after all, fixed now with individual backslash escapes instead

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [fab6aeaeab4cd18ac0ce104f3b990963619c24f7]

        INTEGRATION: CWS sb87 (1.4.18); FILE MERGED 2008/04/24 13:22:13 sb 1.4.18.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/09 13:56:52 sb 1.4.18.2: #i87548# missing termination of iniDirectory 2008/04/04 12:25:17 sb 1.4.18.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>  [fd3737b0767038b7c0fa709c84f2eac4d68a5da5]

        INTEGRATION: CWS sb87 (1.79.16); FILE MERGED 2008/04/24 13:22:10 sb 1.79.16.2: RESYNC: (1.79-1.80); FILE MERGED 2008/04/04 12:25:17 sb 1.79.16.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>  [3f68a054495a8e443174505e748d9e58126f44a1]

        INTEGRATION: CWS sb87 (1.13.26); FILE MERGED 2008/04/24 13:22:07 sb 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/09 13:54:49 sb 1.13.26.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [83dd0b1152ef3fd29e186a0141e7310264a23b28]

        INTEGRATION: CWS sb87 (1.20.356); FILE MERGED 2008/04/24 13:22:02 sb 1.20.356.2: RESYNC: (1.20-1.21); FILE MERGED 2008/04/09 14:05:49 sb 1.20.356.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [af4ec7be596a15a2d5664331d85629c22a0d1264]

        INTEGRATION: CWS sb87 (1.58.136); FILE MERGED 2008/04/24 13:21:56 sb 1.58.136.2: RESYNC: (1.58-1.59); FILE MERGED 2008/04/09 14:05:49 sb 1.58.136.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a72d9c2c6ae0dba2319ea3c064999308dc148914]

        INTEGRATION: CWS sb87 (1.9.356); FILE MERGED 2008/04/24 13:21:51 sb 1.9.356.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/09 14:05:49 sb 1.9.356.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [3b16436687cd5393aedd616fae48c3232ff673fc]

        INTEGRATION: CWS sb87 (1.27.356); FILE MERGED 2008/04/24 13:21:48 sb 1.27.356.2: RESYNC: (1.27-1.28); FILE MERGED 2008/04/09 14:05:49 sb 1.27.356.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [cbf7961d7b5daa1ece9dde899bf7e2728aea21ec]

        INTEGRATION: CWS sb87 (1.216.24); FILE MERGED 2008/04/25 06:45:54 sb 1.216.24.3: clean up merge problem 2008/04/24 13:21:33 sb 1.216.24.2: RESYNC: (1.216-1.220); FILE MERGED 2008/04/09 14:04:37 sb 1.216.24.1: #i87730# in an attempt of consolidation with the new OOO_CWD stuff for Windows, pass the working dir across the pipe between two soffice processes (instead of already making cmd line args absolute at sending side)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [75ca52faafc42c9699cfd1628ec234f26d04955a]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/05/07 11:20:45 sb 1.1.2.2: #i88687# added java mode 2008/04/24 11:39:56 sb 1.1.2.1: #i88687# added unoinfo executable

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [2277d4e4dc25ba4da2cda949225c1cf259f15842]

        INTEGRATION: CWS sb87 (1.32.12); FILE MERGED 2008/05/09 14:54:38 sb 1.32.12.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>  [a4c30e5dc3d5e5407237fc707267b52fa8b8f729]

        INTEGRATION: CWS sb87 (1.12.18); FILE MERGED 2008/04/24 13:21:17 sb 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/24 11:39:27 sb 1.12.18.1: #i88687# added unoinfo executable

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d2a9024c8c2be23d0d39eca2e6ec8d8cb813df44]

        INTEGRATION: CWS sb87 (1.62.18); FILE MERGED 2008/04/24 13:21:14 sb 1.62.18.2: RESYNC: (1.62-1.63); FILE MERGED 2008/04/24 11:39:26 sb 1.62.18.1: #i88687# added unoinfo executable

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [3d63f6daa56216fb4a1764833a0924e56aa462ed]

        INTEGRATION: CWS sb87 (1.46.16); FILE MERGED 2008/05/19 14:22:35 jsc 1.46.16.1: #i88211# remove shortcut_python.par

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [7b9addfc139650252a5dd9b8da2ae011ac6f103d]

        INTEGRATION: CWS sb87 (1.12.16); FILE MERGED 2008/05/19 14:19:34 jsc 1.12.16.2: #i88211# remove pythonmsi.dll, custom setup action 2008/05/09 15:09:40 sb 1.12.16.1: #i88211# python start wrapper moved to brand layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [af88093aa1307a6fbdc2ded8969ada698c117d7c]

        INTEGRATION: CWS sb87 (1.14.16); FILE MERGED 2008/05/09 15:09:40 sb 1.14.16.1: #i88211# python start wrapper moved to brand layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a7cd2340f7c96ae952a201d2dad9ad78035a0bff]

        INTEGRATION: CWS sb87 (1.18.16); FILE MERGED 2008/05/19 14:19:34 jsc 1.18.16.2: #i88211# remove pythonmsi.dll, custom setup action 2008/05/09 15:09:40 sb 1.18.16.1: #i88211# python start wrapper moved to brand layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [c8b327827b92ff89c7b738e9978a52b13f00700f]

        INTEGRATION: CWS sb87 (1.22.6); FILE MERGED 2008/05/09 15:03:22 sb 1.22.6.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e147bc722b20599a51f2d9b02c91e062717e71de]

        INTEGRATION: CWS sb87 (1.91.16); FILE MERGED 2008/04/24 13:20:42 sb 1.91.16.3: RESYNC: (1.91-1.94); FILE MERGED 2008/04/14 08:14:19 sb 1.91.16.2: #i86315# moved Jobs-stclient.xcu from basis to brand layer 2008/04/10 15:47:01 sb 1.91.16.1: #i87512# removed configimport

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [45eff72c7c5ed12f3d8ec488f7180d7a16921f58]

        INTEGRATION: CWS sb87 (1.66.16); FILE MERGED 2008/05/13 13:10:27 sb 1.66.16.1: propagate SYSTEM_PYTHON flag

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [a948fda791b7249f7068cee402823e7bd47b811a]

        INTEGRATION: CWS sb87 (1.235.12); FILE MERGED 2008/04/24 13:20:37 sb 1.235.12.4: RESYNC: (1.235-1.240); FILE MERGED 2008/04/14 08:31:39 sb 1.235.12.3: #i86315# moved Jobs-stclient.xcu from basis to brand layer 2008/04/10 15:47:01 sb 1.235.12.2: #i87512# removed configimport 2008/04/04 12:23:14 sb 1.235.12.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e083ad3d5c77671acc47c367c18e3c83a9adb234]

        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>  [a577d8d82c50d27ef0bddf6a57fd12f396d78913]

        INTEGRATION: CWS sb87 (1.63.10); FILE MERGED 2008/04/21 09:40:12 sb 1.63.10.1: #i88211# added rtl_bootstrap_encode

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d0f62b6c8c44fab2f88effe0e80f9c2873962403]

        INTEGRATION: CWS sb87 (1.40.10); FILE MERGED 2008/05/09 14:52:07 sb 1.40.10.6: #i88211# introduced vnd.sun.star.pathname pseudo URL feature for INIFILENAME and URE_BOOTSTRAP, dropped INIFILEPATH feature again in return 2008/05/07 15:28:07 sb 1.40.10.5: #i78000# check error return values 2008/04/24 13:19:05 sb 1.40.10.4: RESYNC: (1.40-1.41); FILE MERGED 2008/04/21 09:40:11 sb 1.40.10.3: #i88211# added rtl_bootstrap_encode 2008/04/11 13:22:12 sb 1.40.10.2: #i87730# reverted previous change, ${.verb:...} not needed after all 2008/04/09 13:46:08 sb 1.40.10.1: #i87730# added ${.verb:...}

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [451fdcd43113dd58f85962a04a0f12d306cc240e]

        INTEGRATION: CWS sb87 (1.27.8); FILE MERGED 2008/05/07 15:38:19 sb 1.27.8.2: removed private debug output 2008/05/07 15:27:02 sb 1.27.8.1: #i78000# handle cases where getpwuid_r fails with ERANGE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [6f8cccd0d616f71d7b71bfa3904394e8315d7008]

        INTEGRATION: CWS sb87 (1.7.380); FILE MERGED 2008/05/06 11:45:22 sb 1.7.380.3: #i88211# missing const 2008/04/24 13:18:53 sb 1.7.380.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/21 09:40:11 sb 1.7.380.1: #i88211# added rtl_bootstrap_encode

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [6061c95c6e01ff2a15e7631f28b2911a52a26b0d]

        INTEGRATION: CWS sb87 (1.9.80); FILE MERGED 2008/04/24 13:18:49 sb 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/21 09:40:10 sb 1.9.80.1: #i88211# added rtl_bootstrap_encode

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [7a9921c71b6ab9f9f3b621ab553b3529652908e8]

        INTEGRATION: CWS sb87 (1.9.24); FILE MERGED 2008/04/24 13:17:35 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/23 12:50:57 fs 1.9.24.1: #i88633# +setName/setParameter

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e4989f06cb5c2c86d3dd88c61eecfce6947d777a]

        INTEGRATION: CWS sb87 (1.6.18); FILE MERGED 2008/04/24 13:17:27 sb 1.6.18.3: RESYNC: (1.6-1.7); FILE MERGED 2008/04/23 15:20:02 sb 1.6.18.2: #i88633# missing include 2008/04/23 12:50:36 fs 1.6.18.1: #i88633# +setName/setParameter

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [27d1c899f910fb9a55af6ab8eda4e684b56e69b2]

        INTEGRATION: CWS sb87 (1.23.20); FILE MERGED 2008/04/24 13:16:07 sb 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2008/04/09 15:20:03 sb 1.23.20.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [b0ca60184bea00b389abdbc78c711ef3f803387b]

        INTEGRATION: CWS sb87 (1.10.76); FILE MERGED 2008/04/24 13:16:04 sb 1.10.76.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/09 15:20:03 sb 1.10.76.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [c3dab2ca117550c8354ecc53f3f6183596141cd1]

        INTEGRATION: CWS sb87 (1.4.76); FILE MERGED 2008/04/24 13:16:00 sb 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/09 15:20:03 sb 1.4.76.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [fab06acd42dd0ead1d7e0bad15cbb4a3a90a3855]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/10 15:49:25 sb 1.1.2.1: #i87512# removed configimport (copy of configimport.sh:1.4)

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [126ffa2343249063dc4ef258646f5892d6411f06]

        INTEGRATION: CWS sb87 (1.11.10); FILE MERGED 2008/04/24 13:15:56 sb 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2008/04/10 15:47:55 sb 1.11.10.1: #i87512# removed configimport

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [91a9a458990bbf123b2626b985dfc22e07373d71]

        INTEGRATION: CWS sb87 (1.8.76); FILE MERGED 2008/04/24 13:15:53 sb 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/09 15:20:02 sb 1.8.76.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [02500e9a454b7472e5eeafb87a5443afb2036db4]

        INTEGRATION: CWS sb87 (1.17.22); FILE MERGED 2008/04/10 15:47:55 sb 1.17.22.1: #i87512# removed configimport

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [ae68a51f29c55aed973b6aee6fc308a726a163be]

        INTEGRATION: CWS sb87 (1.16.68); FILE MERGED 2008/04/10 15:47:55 sb 1.16.68.2: #i87512# removed configimport 2008/04/09 15:20:02 sb 1.16.68.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [afd465c7ce286205e4bf1899b722f21e88c6af7e]

        INTEGRATION: CWS sb87 (1.49.42); FILE MERGED 2008/05/07 11:53:33 sb 1.49.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e3bde6079fdeff4fadf4a3f8c87a7818ed4c49f7]

        INTEGRATION: CWS sb87 (1.43.40); FILE MERGED 2008/05/07 11:53:33 sb 1.43.40.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [4ec2761e4905299cfcf0d54854ca4390f6177555]

        INTEGRATION: CWS sb87 (1.31.40); FILE MERGED 2008/05/07 11:53:33 sb 1.31.40.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [b6b44566e4af705a23a46515ff5131f110983cdd]

        INTEGRATION: CWS sb87 (1.15.42); FILE MERGED 2008/05/07 11:53:33 sb 1.15.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [1a937e1d3ca3ae033ca0a6ba650481d70f394212]

        INTEGRATION: CWS sb87 (1.21.44); FILE MERGED 2008/05/07 11:53:33 sb 1.21.44.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [acef1d15a266c98d57e264cebb260756e300d3d9]

        INTEGRATION: CWS sb87 (1.25.42); FILE MERGED 2008/05/07 11:53:33 sb 1.25.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [1c9a9e6cd2919bcd64680b0e1901c25328dcaa55]

        INTEGRATION: CWS sb87 (1.19.44); FILE MERGED 2008/05/07 11:53:33 sb 1.19.44.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [40d48f6b6c4d0ab7e7f56d3fcdbac7ecc52b4a0b]

        INTEGRATION: CWS sb87 (1.32.42); FILE MERGED 2008/05/07 11:53:33 sb 1.32.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [37ec4d956ea63c0c9bb129f273cd8ce199039f4e]

        INTEGRATION: CWS sb87 (1.4.44); FILE MERGED 2008/05/07 11:53:33 sb 1.4.44.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [e7a325dda16291c52a3b977db8105b03d9c4a3cf]

        INTEGRATION: CWS sb87 (1.45.42); FILE MERGED 2008/05/07 11:53:33 sb 1.45.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [c64830ce8faf32fc1b35f097203fdcffc85c5c67]

        INTEGRATION: CWS sb87 (1.47.42); FILE MERGED 2008/05/07 11:53:33 sb 1.47.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [7dfdf1bfde99ebe2474426dcfcf22fdc1bc01918]

        INTEGRATION: CWS sb87 (1.3.42); FILE MERGED 2008/05/07 11:53:33 sb 1.3.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [bda76f8cdf2aba9d3cfe93d19e26dd1e77181817]

        INTEGRATION: CWS sb87 (1.8.42); FILE MERGED 2008/05/07 11:53:33 sb 1.8.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [495396c5c4a599a96a99c911cf96d22e7e1ce732]

        INTEGRATION: CWS sb87 (1.16.42); FILE MERGED 2008/05/07 11:53:33 sb 1.16.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [8cbe04cd65ac61b4e057c14d66bfc0e1edafe896]

        INTEGRATION: CWS sb87 (1.230.40); FILE MERGED 2008/05/07 11:53:32 sb 1.230.40.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [86194616a1b70d0358b4d2e445d483a8e5a3a40c]

        INTEGRATION: CWS sb87 (1.4.42); FILE MERGED 2008/05/07 11:53:32 sb 1.4.42.1: #i88687# added RPATH mode NONE

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [3de28443593d591077436796593ad3614f833557]

        INTEGRATION: CWS sb87 (1.5.272); FILE MERGED 2008/04/24 13:14:00 sb 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/10 07:21:06 sb 1.5.272.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [de7c28ed7619639d9383dc6f538871a5507e429f]

        INTEGRATION: CWS sb87 (1.14.272); FILE MERGED 2008/04/24 13:13:57 sb 1.14.272.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 07:21:06 sb 1.14.272.1: #i87730# use tools::getProcessWorkingDir instead of osl_getProcessWorkingDir

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d29cf7aff29953ee33c5cf58a538fe7a163a1558]

        INTEGRATION: CWS sb87 (1.7.52); FILE MERGED 2008/05/26 12:48:26 mav 1.7.52.3: #i87548# let the soffice script be always found 2008/04/24 13:13:01 sb 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/04 11:53:50 sb 1.7.52.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [45f4560e37598ed9e3d8cf8f0e7ead059d2f0239]

        INTEGRATION: CWS sb87 (1.8.52); FILE MERGED 2008/04/24 13:12:58 sb 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/04 11:53:50 sb 1.8.52.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [9e2ba9536bf5a079f7099d2e40e1491d8168d673]

        INTEGRATION: CWS sb87 (1.8.52); FILE MERGED 2008/04/24 13:12:52 sb 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/04 11:53:50 sb 1.8.52.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [6931523e783d3b48286a619e58d556494d724f0c]

        INTEGRATION: CWS sb87 (1.16.52); FILE MERGED 2008/05/26 12:48:26 mav 1.16.52.4: #i87548# let the soffice script be always found 2008/05/09 14:57:17 sb 1.16.52.3: #i88211# introduced vnd.sun.star.pathname pseudo URL feature for INIFILENAME and URE_BOOTSTRAP, dropped INIFILEPATH feature again in return 2008/04/24 13:12:49 sb 1.16.52.2: RESYNC: (1.16-1.17); FILE MERGED 2008/04/04 11:53:49 sb 1.16.52.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [5cc933d939e3134fb6333581cbdcf8000e4f12fd]

        INTEGRATION: CWS sb87 (1.18.180); FILE MERGED 2008/04/24 13:12:46 sb 1.18.180.2: RESYNC: (1.18-1.19); FILE MERGED 2008/04/04 11:53:49 sb 1.18.180.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [da91e0251219a8de4c6f55df5d1d8ff97ab3d4bc]

        INTEGRATION: CWS sb87 (1.24.86); FILE MERGED 2008/05/09 14:59:30 sb 1.24.86.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [17366e9a45db373294652ca9cb19c92c1d7b5175]

        INTEGRATION: CWS sb87 (1.29.208); FILE MERGED 2008/04/24 13:04:30 sb 1.29.208.2: RESYNC: (1.29-1.30); FILE MERGED 2008/04/04 11:57:27 sb 1.29.208.1: #i87548# moved npsoplugin dynamic library to brand layer, kept nsplugin executable (called from plugin, in turn calling soffice) in basis layer

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [6b800cb3f1e39be8927d0dfebedbbe275c7df5c0]

        INTEGRATION: CWS sb87 (1.52.26); FILE MERGED 2008/04/24 13:02:27 sb 1.52.26.2: RESYNC: (1.52-1.53); FILE MERGED 2008/04/24 11:50:49 sb 1.52.26.1: #i88687# extracted cppuhelper_detail_findSofficePath from odk/source/unoapploader

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [ae3386243c7a81bab79a04840c689d984fc53b65]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/24 11:52:15 sb 1.1.2.1: #i88687# extracted cppuhelper_detail_findSofficePath from odk/source/unoapploader

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [27f85e61a4c9c90cfa43da26749ca1b61782fbef]

        INTEGRATION: CWS sb87 (1.30.28); FILE MERGED 2008/04/24 13:02:20 sb 1.30.28.2: RESYNC: (1.30-1.31); FILE MERGED 2008/04/24 11:49:16 sb 1.30.28.1: #i88687# in cppu::bootstrap, use new cppuhelper_detail_findSofficePath to locate soffice and bootstrap into its UNO environment

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [515bc1bf6159e6e560af4ec97e081a4cefea5f8a]

        INTEGRATION: CWS sb87 (1.25.28); FILE MERGED 2008/04/24 11:50:49 sb 1.25.28.1: #i88687# extracted cppuhelper_detail_findSofficePath from odk/source/unoapploader

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [d85cedccf319ae10274468047c8c75996219e962]

        INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/24 11:52:26 sb 1.1.2.1: #i88687# extracted cppuhelper_detail_findSofficePath from odk/source/unoapploader

2008-06-09  Rüdiger Timm  <rt@openoffice.org>  [2c9b816ea756c758c21fc761d7ae1ce29b9ba3cc]

        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-09  Vladimir Glazounov  <vg@openoffice.org>  [f4e7a412b5336d2a6cdc950f4a5b20b52a855e28]

        #100000# fix WAE for mac

2008-06-09  Vladimir Glazounov  <vg@openoffice.org>  [a74b0a191f1b189bf22c844f907a139390037514]

        #100000# fix for WAE on unxlngx6

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [68d4ef1311614d83d4ede338da715e66ff54bfd5]

        DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [3a27b58bc9c16fea1a6f2e0673beff9e35c60bf6]

        DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [16935819de399941641059460e8cbdbda10a04fb]

        DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [479536a5f2cfae86079ec7395e7c0237daa46010]

        INTEGRATION: CWS mingwport13 (1.4.24); FILE MERGED 2008/06/02 10:50:09 vg 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/05 14:15:56 vg 1.4.24.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [6144bfaff2f60d74f9cd10c4d426203851c3eecc]

        INTEGRATION: CWS mingwport13 (1.94.16); FILE MERGED 2008/05/14 09:37:26 vg 1.94.16.2: RESYNC: (1.94-1.95); FILE MERGED 2008/05/05 14:15:56 vg 1.94.16.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [6eed6a27c5f86bee6b0f13b989dc4e24863ca83b]

        INTEGRATION: CWS mingwport13 (1.286.24); FILE MERGED 2008/05/05 14:15:56 vg 1.286.24.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [42786e62b2d9f5d6ace93d8cab1ccbc8f49341bd]

        INTEGRATION: CWS mingwport13 (1.6.14); FILE MERGED 2008/06/02 10:50:04 vg 1.6.14.3: RESYNC: (1.7-1.10); FILE MERGED 2008/05/14 09:37:23 vg 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2008/05/05 14:15:56 vg 1.6.14.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [bf756043234cd943f66e34e7c0090e0ab1d86651]

        INTEGRATION: CWS mingwport13 (1.5.10); FILE MERGED 2008/06/03 13:30:51 vg 1.5.10.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [93df59ef49df7653cacb087b767e9f105834a2de]

        INTEGRATION: CWS mingwport13 (1.3.10); FILE MERGED 2008/05/05 11:46:25 vg 1.3.10.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [bf8c5d020978e111acc66fbae73b3c6fa71be00d]

        INTEGRATION: CWS mingwport13 (1.3.150); FILE MERGED 2008/05/05 11:46:25 vg 1.3.150.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [178117f47c230b767d70c5a84e5e082aec5be91b]

        INTEGRATION: CWS mingwport13 (1.185.10); FILE MERGED 2008/06/02 10:46:16 vg 1.185.10.3: RESYNC: (1.186-1.187); FILE MERGED 2008/05/14 09:36:57 vg 1.185.10.2: RESYNC: (1.185-1.186); FILE MERGED 2008/05/05 14:20:31 vg 1.185.10.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [2bd6f51cc98c00c370cbf7eb9428f8212809d9b5]

        INTEGRATION: CWS mingwport13 (1.5.2); FILE MERGED 2008/05/30 11:08:16 vg 1.5.2.3: #i88772# mingw port catch-up fixes 2008/05/23 11:24:32 vg 1.5.2.2: #i88772# mingw port catch-up fixes 2008/05/16 15:15:31 vg 1.5.2.1: #i88772# MinGW port catch-up fixes

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [53ff3d6e11e818d0660f95cdf29189f18ce0656d]

        INTEGRATION: CWS mingwport13 (1.19.6); FILE MERGED 2008/05/30 11:34:50 vg 1.19.6.5: #i88772# mingw port catch-up fixes 2008/05/23 11:24:58 vg 1.19.6.4: #i88772# mingw port catch-up fixes 2008/05/16 15:15:26 vg 1.19.6.3: #i88772# MinGW port catch-up fixes 2008/05/14 09:34:47 vg 1.19.6.2: RESYNC MERGED DEV300_m12 1.19 1.21 2008/05/05 13:51:06 vg 1.19.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [2603b8de0663be70ada1ade916a4826d60ed4892]

        INTEGRATION: CWS mingwport13 (1.8.6); FILE MERGED 2008/04/29 12:46:23 vg 1.8.6.1: #88772# MinGW port catch-up fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [a241c8e444d8e89fba2f6bb61181c6911150f6e3]

        INTEGRATION: CWS mingwport13 (1.5.6); FILE MERGED 2008/04/29 12:46:22 vg 1.5.6.1: #88772# MinGW port catch-up fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [8b4ab6c865d0ca6c2e4656076f5524117806ff69]

        INTEGRATION: CWS mingwport13 (1.1.2); FILE ADDED 2008/06/06 16:35:07 vg 1.1.2.2: new license header 2008/04/29 12:46:22 vg 1.1.2.1: #88772# MinGW port catch-up fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [c53b53c4e476de843238dd9f08d3ed49a73bfb8e]

        INTEGRATION: CWS mingwport13 (1.16.4); FILE MERGED 2008/05/05 14:02:38 vg 1.16.4.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [0f56457e5743de9dcb1c6a25ebd990f0ee5ab0fe]

        INTEGRATION: CWS mingwport13 (1.8.32); FILE MERGED 2008/06/03 13:32:01 vg 1.8.32.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [acae3372e1f577cb92b3209684c4d255b56ca1c7]

        INTEGRATION: CWS mingwport13 (1.123.32); FILE MERGED 2008/05/05 11:35:16 vg 1.123.32.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [ddd0b278fd80e3943e629bb3ac26ef03d85dcc30]

        INTEGRATION: CWS mingwport13 (1.119.38); FILE MERGED 2008/05/05 11:37:36 vg 1.119.38.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [7b4c10073bbef002c522701b7a7ed9e4cf8ec6b7]

        INTEGRATION: CWS mingwport13 (1.167.6); FILE MERGED 2008/05/30 12:02:33 vg 1.167.6.1: #i89779# do not deliver for --show

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [4320c4fbc54114a032c70ed74368c4f3ffaa3c5b]

        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>  [1ff3545666f63e4f80dac62e63969d9cf0fd75d6]

        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>  [d75f3e6f3085b3f8fd6b8ab277ef04b9d9b9045c]

        INTEGRATION: CWS mingwport13 (1.2.6); FILE MERGED 2008/05/14 09:35:54 vg 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2008/05/05 13:15:31 vg 1.2.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [3366cea68f221d36492e0350cf2ad9652dbabedb]

        INTEGRATION: CWS mingwport13 (1.3.6); FILE MERGED 2008/05/05 13:15:31 vg 1.3.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [3fc51e9ea08f0fd4c6f340a0ac0478a98477fd1e]

        INTEGRATION: CWS mingwport13 (1.2.6); FILE MERGED 2008/05/12 07:59:19 vg 1.2.6.1: #i88772# catch-up fixes for MinGW port

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [b98e2d9af27740552ca8093fc86bd0d24028f3e3]

        INTEGRATION: CWS mingwport13 (1.3.6); FILE MERGED 2008/06/02 10:40:31 vg 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/05 13:15:30 vg 1.3.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [788e88c329ee37ea25fb9e6335cfb1e808fcc5eb]

        INTEGRATION: CWS mingwport13 (1.5.16); FILE MERGED 2008/05/05 11:54:57 vg 1.5.16.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [c43267335d05fef7b3703d31bd86d02dc7555371]

        INTEGRATION: CWS mingwport13 (1.1.2); FILE ADDED 2008/05/05 14:15:13 vg 1.1.2.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [30ccca15c1ccf01cc3674d31d5d46a6faa3fe4fc]

        INTEGRATION: CWS mingwport13 (1.7.4); FILE MERGED 2008/05/13 14:29:17 vg 1.7.4.3: #i88772# MinGW fixes for DEV300 2008/05/09 14:23:56 vg 1.7.4.2: #i88772# MinGW fixes for DEV300 2008/05/05 11:54:57 vg 1.7.4.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [d79fd5eb098f127757f53d8a3ca4a14974b7b623]

        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  Vladimir Glazounov  <vg@openoffice.org>  [468d7a76990fd665f4399acf40ea9cc11565d891]

        INTEGRATION: CWS mingwport13 (1.4.34); FILE MERGED 2008/06/03 13:33:59 vg 1.4.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [08eb7eca8afca47b2c37616231f8358826ab0d65]

        INTEGRATION: CWS mingwport13 (1.17.14); FILE MERGED 2008/06/03 13:33:59 vg 1.17.14.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [3ac86b7c3482cb4b41acbd0b4fc978a2d42a083c]

        INTEGRATION: CWS mingwport13 (1.7.34); FILE MERGED 2008/06/03 13:33:58 vg 1.7.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [2eaf7ff92c2ebed4f2e3df00f63e742097f57f31]

        INTEGRATION: CWS mingwport13 (1.6.34); FILE MERGED 2008/06/03 13:33:58 vg 1.6.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [8e6c5445ed51b0eb01f71926383dc6efc6657810]

        INTEGRATION: CWS mingwport13 (1.15.34); FILE MERGED 2008/06/03 13:33:58 vg 1.15.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [ba34575c13682ce93c0779c91e5538861beee1c4]

        INTEGRATION: CWS mingwport13 (1.10.34); FILE MERGED 2008/06/03 13:33:57 vg 1.10.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [401632aa1b7b8ebdb6647b215f02637e2d5aaef4]

        INTEGRATION: CWS mingwport13 (1.5.34); FILE MERGED 2008/06/03 13:33:57 vg 1.5.34.1: #i90179# MinGW catch-up fixes for m14

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [a7dee741c14b95070bf3e7847fbbf997cba6c2b7]

        INTEGRATION: CWS mingwport13 (1.3.6); FILE MERGED 2008/04/29 12:43:48 vg 1.3.6.1: #88772# MinGW port catch-up fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [1fc1339551281ae6e6522d3d3f0964b075c2f7ef]

        INTEGRATION: CWS mingwport13 (1.2.16); FILE MERGED 2008/04/29 12:43:48 vg 1.2.16.1: #88772# MinGW port catch-up fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [4c8d740912102e9ef4230c79b927ab27d18a8e78]

        INTEGRATION: CWS mingwport13 (1.63.24); FILE MERGED 2008/05/23 11:43:56 vg 1.63.24.1: #i75501# WAE: disable warnings for some bison versions

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [6ab9136e04486755b9fc4fc2d760aaa51b7a37a8]

        INTEGRATION: CWS mingwport13 (1.3.6); FILE MERGED 2008/05/07 09:56:14 vg 1.3.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Vladimir Glazounov  <vg@openoffice.org>  [e49c1096e69954440772760c56167da5892d6cd3]

        INTEGRATION: CWS mingwport13 (1.15.6); FILE MERGED 2008/05/09 09:46:12 vg 1.15.6.2: #i88772# remove strings that were checked in by oversight 2008/05/07 09:56:14 vg 1.15.6.1: #i88772# MinGW fixes for DEV300

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3b36ae1376038661554d2a61e7f1b4f2c6a13e98]

        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>  [9f32a7e47beef039b1ae81fa8b6a4770c1def7be]

        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>  [3d5b2d45b957badcdf398055fc6cedef65645140]

        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>  [bad0e84c2d8ca39a495628801c6059e525a763b3]

        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>  [297b2fd5412fa92c79deb68f01b1c37268e1a209]

        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>  [f9035343b1b276eb46601168832e01a11e179293]

        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>  [486612db6697dd3ba5b584b0e44f3d9905ce9527]

        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>  [7089f3a38034fe018118d46d26a119c98abf9496]

        INTEGRATION: CWS dba30c (1.142.8); FILE MERGED 2008/05/13 10:22:27 fs 1.142.8.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 09:47:56 fs 1.139.2.1: during #i49133#: create(Default)ViewController signature changed 2008/05/09 09:28:17 fs 1.139.2.2: RESYNC: (1.139-1.142); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8864a17808442eb640f68894b76a2eda93c87578]

        INTEGRATION: CWS dba30c (1.4.28); FILE MERGED 2008/05/09 08:23:38 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/08 12:56:02 fs 1.4.28.1: ##i87741# checkMacrosOnLoading now returning the adjusted macro execution mode (true/false)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7a596b010126d2e1ee9d84165b8f0a0e07a3dd09]

        INTEGRATION: CWS dba30c (1.13.30); FILE MERGED 2008/05/13 10:21:18 fs 1.13.30.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 09:47:08 fs 1.13.28.1: during #i49133#: create(Default)ViewController signature changed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1da3bb0010db6cbddf0744941a15699bedb9902a]

        INTEGRATION: CWS dba30c (1.4.28); FILE MERGED 2008/05/09 08:23:23 oj 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2008/05/08 12:55:38 fs 1.4.28.1: ##i87741# checkMacrosOnLoading now returning the adjusted macro execution mode (true/false)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cb56fbf425f04ede6a4d634e562bb2b53740aeaf]

        INTEGRATION: CWS dba30c (1.46.26); FILE MERGED 2008/06/04 21:28:40 fs 1.46.26.1: BasicLibrary::getByName raises an exception now if the lib is not yet loaded

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ea94271b0530c55273e59e3474264b5dd5d32841]

        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>  [4d7d8b603c6fd1126e973ce1caade8f2051c8895]

        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>  [0457ea721a3fdec733d7f123895871e98a4f6dc8]

        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>  [2781f3d391e90c0157a7c5b8aa341b1fd4c8224d]

        INTEGRATION: CWS dba30c (1.30.8); FILE MERGED 2008/04/23 10:35:34 fs 1.30.8.1: #151617# ~DropDownEditControl: SetSubEdit(NULL)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [437c9d2676c9c693dcb495db473259bc352907d5]

        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>  [fcd5a22547e9d57dc86677c00a8b4751c403c1ef]

        INTEGRATION: CWS dba30c (1.2.40); FILE MERGED 2008/04/16 06:51:46 fs 1.2.40.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 13:40:58 fs 1.2.40.1: #i86957# init m_aPrimaryKeyName to 'ID'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b3e6359864159f69702695dcfa285e3235b0c0d0]

        INTEGRATION: CWS dba30c (1.119.4); FILE MERGED 2008/05/09 08:24:44 oj 1.119.4.2: RESYNC: (1.119-1.120); FILE MERGED 2008/05/05 12:50:46 oj 1.119.4.1: #i87421# check if primary was already append by column append

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [34699c08507b1b913ff9a8a7394f1637ce89c550]

        INTEGRATION: CWS dba30c (1.28.8); FILE MERGED 2008/05/05 11:13:39 oj 1.28.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [465c3b28b001a465416af7bac4d6e486caeaa1f1]

        INTEGRATION: CWS dba30c (1.53.4); FILE MERGED 2008/05/09 08:24:39 oj 1.53.4.2: RESYNC: (1.53-1.54); FILE MERGED 2008/05/05 11:13:38 oj 1.53.4.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [376222422742020b9aa9a0be1b4b966982ba0d69]

        INTEGRATION: CWS dba30c (1.15.8); FILE MERGED 2008/05/05 11:13:38 oj 1.15.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9753d33d43e1542874a65a30ff07706ddb557a64]

        INTEGRATION: CWS dba30c (1.13.8); FILE MERGED 2008/05/05 11:13:38 oj 1.13.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [41a44b376727af3a466b806605b2d73b2ba473c7]

        INTEGRATION: CWS dba30c (1.39.8); FILE MERGED 2008/05/05 11:13:38 oj 1.39.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f6c82247314d999ccbb519b0f7b2e07c317c3019]

        INTEGRATION: CWS dba30c (1.43.8); FILE MERGED 2008/05/05 11:13:37 oj 1.43.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f7fa56ea359ab4f1c44c476af21d9f215f89b20f]

        INTEGRATION: CWS dba30c (1.92.2); FILE MERGED 2008/05/14 11:00:00 oj 1.92.2.1: #i83154# check if we are in having clause

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [af6b96b74e27762a5b1ba9b3a3dd065a8528e534]

        INTEGRATION: CWS dba30c (1.59.8); FILE MERGED 2008/05/05 11:13:37 oj 1.59.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b96e9b0c78062cdfd12567753702a8f175897d47]

        INTEGRATION: CWS dba30c (1.46.8); FILE MERGED 2008/05/05 11:13:37 oj 1.46.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [515468a8c06f7e44b32aa3f142265282a9b0647e]

        INTEGRATION: CWS dba30c (1.27.4); FILE MERGED 2008/05/09 08:24:33 oj 1.27.4.3: RESYNC: (1.27-1.28); FILE MERGED 2008/04/23 11:10:11 fs 1.27.4.2: #155806# 2008/04/23 11:09:07 fs 1.27.4.1: #155806#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [469fb014a07e3acaf1d694ac9094917e8e51c729]

        INTEGRATION: CWS dba30c (1.29.2); FILE MERGED 2008/05/13 08:57:20 fs 1.29.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:30:36 fs 1.27.32.1: diagnostics 2008/04/15 13:13:18 fs 1.27.32.2: RESYNC: (1.27-1.28); FILE MERGED 2008/05/09 09:27:24 fs 1.27.32.3: RESYNC: (1.28-1.29); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5cce516b43e2ef97412d417d042f3d7affc97822]

        INTEGRATION: CWS dba30c (1.56.16); FILE MERGED 2008/05/05 11:13:37 oj 1.56.16.3: #i87131# collect keys only once, getKeys always refetch keys 2008/04/16 06:51:41 fs 1.56.16.2: RESYNC: (1.56-1.57); FILE MERGED 2008/04/02 13:40:36 fs 1.56.16.1: #i86957# better handling for empty/colliding PK names

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f217d714d47dfd05278a6c1d6d49747fa0173e16]

        INTEGRATION: CWS dba30c (1.78.4); FILE MERGED 2008/05/09 08:24:29 oj 1.78.4.2: RESYNC: (1.78-1.79); FILE MERGED 2008/05/05 11:13:37 oj 1.78.4.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9fa7a42d8220f0f221568ea85e8da466c7ec11a7]

        INTEGRATION: CWS dba30c (1.37.4); FILE MERGED 2008/05/09 08:24:24 oj 1.37.4.2: RESYNC: (1.37-1.38); FILE MERGED 2008/05/07 12:50:20 oj 1.37.4.1: #i88454# use formatted string

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [79ce97d35cd61b9a42876d8865f359d41ffeda8c]

        INTEGRATION: CWS dba30c (1.35.8); FILE MERGED 2008/05/05 11:13:36 oj 1.35.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [abdb37f95afc6702e1411f3af520e598d0626f24]

        INTEGRATION: CWS dba30c (1.22.8); FILE MERGED 2008/05/07 12:50:19 oj 1.22.8.1: #i88454# use formatted string

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bee7dd3584e227f8b48c2160d16fb28ffc2a07ee]

        INTEGRATION: CWS dba30c (1.4.8); FILE MERGED 2008/05/05 11:13:36 oj 1.4.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4768f4dbaf5ec0d07ff8e5d5efbfd8469302321f]

        INTEGRATION: CWS dba30c (1.8.8); FILE MERGED 2008/05/05 11:13:36 oj 1.8.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [45b623c2f6c4b82066ee4de1a9ce16f1c7debcd6]

        INTEGRATION: CWS dba30c (1.51.8); FILE MERGED 2008/04/21 21:20:53 fs 1.51.8.1: proper image when connection test was not successful

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eac72064249458c588fe90aa0180d6eeeed2154f]

        INTEGRATION: CWS dba30c (1.196.16); FILE MERGED 2008/05/09 08:24:18 oj 1.196.16.3: RESYNC: (1.198-1.200); FILE MERGED 2008/04/16 06:51:33 fs 1.196.16.2: RESYNC: (1.196-1.198); FILE MERGED 2008/04/12 20:23:39 fs 1.196.16.1: #i88201#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [98b466188702bb5c21e5e5ed9059c1c62ae3ef7b]

        INTEGRATION: CWS dba30c (1.88.2); FILE MERGED 2008/05/13 08:57:09 fs 1.88.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:29:16 fs 1.84.6.1: diagnostics 2008/04/15 13:12:03 fs 1.84.6.2: RESYNC: (1.84-1.87); FILE MERGED 2008/05/07 08:35:25 fs 1.84.6.3: #i49133# XController2 implementation, now used by our loader

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c2838a5035c80e0d0e6c7658423bbae1546465b0]

        INTEGRATION: CWS dba30c (1.36.8); FILE MERGED 2008/05/13 08:56:50 fs 1.36.8.2: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/08 12:59:49 fs 1.36.2.1: #i49133# don't let the controller plug itself into the frame, do this in the loader 2008/04/30 13:46:15 oj 1.36.8.1: #i88873# merge problem with titles02 and odbmacros

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4783c3b8d288ec5e46731243f65fac86cb735b04]

        INTEGRATION: CWS dba30c (1.35.2); FILE MERGED 2008/05/13 08:56:34 fs 1.35.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:28:06 fs 1.32.6.1: diagnostics 2008/04/15 13:11:44 fs 1.32.6.2: RESYNC: (1.32-1.34); FILE MERGED 2008/04/15 20:49:48 fs 1.32.6.3: #i10000# 2008/05/09 09:27:09 fs 1.32.6.4: RESYNC: (1.34-1.35); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ba59f74e95c1b5aa62840d308041fb52a1007e79]

        INTEGRATION: CWS dba30c (1.28.2); FILE MERGED 2008/05/13 08:56:27 fs 1.28.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 08:34:17 fs 1.27.2.1: removed two unneeded forwar declarations 2008/05/09 09:27:01 fs 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ca719c477470ac4ae03f6de5d44db84807bf2693]

        INTEGRATION: CWS dba30c (1.60.2); FILE MERGED 2008/05/19 05:50:55 fs 1.60.2.3: #i10000# 2008/05/16 06:33:16 oj 1.60.2.2: remove a comment and return 0L 2008/05/13 08:56:24 fs 1.60.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:27:37 fs 1.56.6.1: #i49133# re-enable scripting support 2008/04/15 13:11:38 fs 1.56.6.2: RESYNC: (1.56-1.59); FILE MERGED 2008/05/08 10:08:12 fs 1.56.6.3: #i49133# no migration warning when the document is read-only, or the warning has been explicitly suppressed 2008/05/08 13:07:00 fs 1.56.6.4: during #i49133#: catch and display exceptions during store/ToURL 2008/05/08 13:09:07 fs 1.56.6.5: removed obsolete includes 2008/05/09 09:26:57 fs 1.56.6.6: RESYNC: (1.59-1.60); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fa6591dac4317d23194277afd906a98e2b8d1173]

        INTEGRATION: CWS dba30c (1.34.6); FILE MERGED 2008/05/13 08:56:03 fs 1.34.6.2: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:18:44 fs 1.32.28.1: remove unused includes 2008/04/15 13:11:35 fs 1.32.28.2: RESYNC: (1.32-1.34); FILE MERGED 2008/05/07 08:30:52 fs 1.32.28.3: #i49133# support XModel2::createViewController, MediaDescriptor::ViewControllerName, MediaDescriptor::Model / some more changes, especially for being able to reload a document 2008/04/28 12:08:44 oj 1.34.6.1: #i84173# open tables view as default for newly created files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [28a05ab0f0198c2f65edd9548987821af568eccb]

        INTEGRATION: CWS dba30c (1.4.8); FILE MERGED 2008/05/13 05:54:43 oj 1.4.8.1: #i89322# remove unused code

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [87ebba5ae08049cdf48835442c3706bd000a62ae]

        INTEGRATION: CWS dba30c (1.10.8); FILE MERGED 2008/05/05 11:10:25 oj 1.10.8.1: #i87131# rename impl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [865ed1b28dcc72e979df244c7ecb4ebdfdb1a24f]

        INTEGRATION: CWS dba30c (1.4.8); FILE MERGED 2008/05/05 11:10:25 oj 1.4.8.1: #i87131# rename impl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0a65807b36c87147e365f2ee0535a9b4c1a5c776]

        INTEGRATION: CWS dba30c (1.10.8); FILE MERGED 2008/05/05 06:16:03 oj 1.10.8.1: #154597# check slave interceptor

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d104e31647c788b780b236b9e045f85abc202f79]

        INTEGRATION: CWS dba30c (1.59.4); FILE MERGED 2008/05/13 09:00:28 fs 1.59.4.4: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:17:48 fs 1.56.6.1: #i49133# support a Hidden flag 2008/04/15 13:11:28 fs 1.56.6.2: RESYNC: (1.56-1.59); FILE MERGED 2008/04/21 10:29:46 fs 1.56.6.3: #i49133# command 'storeOwn' is for compat only, command is now named 'store' 2008/05/07 08:31:33 fs 1.56.6.4: smaller default size for new forms/reports 2008/05/09 09:26:51 fs 1.56.6.5: RESYNC: (1.59-1.60); FILE MERGED 2008/05/13 06:08:39 fs 1.59.4.3: #i10000# post-resync 2008/05/09 08:24:09 oj 1.59.4.2: RESYNC: (1.59-1.60); FILE MERGED 2008/05/08 13:11:12 fs 1.59.4.1: #i87741# when loading a form, allow user interaction for the macro execution mode adjustment - just in case the form is not loaded after the database document had been plugged into a frame (which is where the user interaction would normally happen)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c606f3b41d565d4a09d9ce038689f7ea5c0cb7cb]

        INTEGRATION: CWS dba30c (1.20.8); FILE MERGED 2008/05/13 08:55:51 fs 1.20.8.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 08:32:49 fs 1.20.2.1: #i49133# XModel2 methods changed 2008/05/08 13:14:51 fs 1.20.2.2: #i49133# impl_createStorageFor now always throws in case of error, instead of silencing the error with an interaction handler

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0473b130055d71e54089dcfd13b391cd0b0f4ed8]

        INTEGRATION: CWS dba30c (1.44.2); FILE MERGED 2008/05/13 08:47:10 fs 1.44.2.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/04/13 19:18:34 fs 1.40.6.1: #i49133# re-enable scripting support 2008/04/15 13:11:25 fs 1.40.6.2: RESYNC: (1.40-1.43); FILE MERGED 2008/05/07 08:34:02 fs 1.40.6.3: #i49133# proper XModel2 implementation 2008/05/08 13:14:51 fs 1.40.6.4: #i49133# impl_createStorageFor now always throws in case of error, instead of silencing the error with an interaction handler 2008/05/09 09:26:45 fs 1.40.6.5: RESYNC: (1.43-1.44); FILE MERGED

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3ee40a81297df5611e97cb5ae526cad98a69b870]

        INTEGRATION: CWS dba30c (1.38.16); FILE MERGED 2008/05/13 06:11:59 fs 1.38.16.5: #i10000# post-resync 2008/05/09 08:24:03 oj 1.38.16.4: RESYNC: (1.39-1.41); FILE MERGED 2008/05/08 13:14:00 fs 1.38.16.3: #i87741# when newly creating a database document to be loaded, then pass an interaction handler and a macro execution mode of USE_CONFIG 2008/04/16 06:51:25 fs 1.38.16.2: RESYNC: (1.38-1.39); FILE MERGED 2008/04/12 20:22:51 fs 1.38.16.1: #i88201#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4ef0f185bdedb33ce6291848c5796a8bb02ae711]

        INTEGRATION: CWS dba30c (1.21.6); FILE MERGED 2008/05/09 08:23:58 oj 1.21.6.2: RESYNC: (1.21-1.22); FILE MERGED 2008/05/08 13:09:40 fs 1.21.6.1: #i87741# checkMacrosOnLoading returning a bool now (the current allowance)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [326fd36e2e0f04cdde813019d280057a67773de7]

        INTEGRATION: CWS dba30c (1.26.4); FILE MERGED 2008/05/27 21:10:33 fs 1.26.4.5: #i90011# don't dispose the Forms/Reports root storage when just checking whether there are forms/reports with macros 2008/05/13 08:27:22 fs 1.26.4.4: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/09 08:23:53 oj 1.26.4.3: RESYNC: (1.26-1.28); FILE MERGED 2008/05/08 21:22:10 fs 1.26.4.2: #i10000# 2008/05/08 13:09:40 fs 1.26.4.1: #i87741# checkMacrosOnLoading returning a bool now (the current allowance)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [df4e0ad8fd9e21713062f0c59424ef762ffc5514]

        INTEGRATION: CWS os113 (1.37.44); FILE MERGED 2008/05/22 05:42:24 os 1.37.44.1: #i88463# added parameter at methods of SfxTabPage to suppress deep search for WhichId

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [36645d311c9f91bbfe837628e7b23744fd64985d]

        INTEGRATION: CWS dba30c (1.11.8); FILE MERGED 2008/05/05 06:16:45 oj 1.11.8.1: #156608# clear listener after disposing columns

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ff2d90b539bb089e283f09f88d1d0d87ed9c442c]

        INTEGRATION: CWS os113 (1.3.44); FILE MERGED 2008/05/22 05:41:40 os 1.3.44.1: #i88463# added parameter at methods of SfxTabPage to suppress deep search for WhichId

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [334b43acc59077c376a800c2cba7dbb2e5d6f702]

        INTEGRATION: CWS dba30c (1.15.8); FILE MERGED 2008/05/05 06:16:45 oj 1.15.8.1: #156608# clear listener after disposing columns

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9e7635753d857d971f8807528ca4d584ffbc062e]

        INTEGRATION: CWS dba30c (1.61.8); FILE MERGED 2008/05/05 11:09:03 oj 1.61.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [400d9fcdbd0643c4d3a0387a35c2f6ac420f8db4]

        INTEGRATION: CWS dba30c (1.15.8); FILE MERGED 2008/05/05 11:09:03 oj 1.15.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e75ba257e89d1cdc8c98800b22fe1208b1cf0019]

        INTEGRATION: CWS dba30c (1.97.8); FILE MERGED 2008/05/05 11:09:03 oj 1.97.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e92a38fa2078f98c0e1608ce56aaeff2e24afaf4]

        INTEGRATION: CWS dba30c (1.156.6); FILE MERGED 2008/05/08 11:29:23 oj 1.156.6.2: unsigned fix 2008/05/08 07:25:46 oj 1.156.6.1: #153835# add extra check for column index

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f49a211016e7766ab1eef59bd32fe6d852e1635d]

        INTEGRATION: CWS dba30c (1.29.8); FILE MERGED 2008/05/05 11:09:02 oj 1.29.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f525045f08ba03b425a0b1fac7d1111cc6202151]

        INTEGRATION: CWS dba30c (1.72.8); FILE MERGED 2008/05/05 11:09:02 oj 1.72.8.1: #i87131# collect keys only once, getKeys always refetch keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9cc7579ab9d0b8c9da03172ab7e59b20a4926ee1]

        INTEGRATION: CWS dba30c (1.21.8); FILE MERGED 2008/04/17 04:34:52 fs 1.21.8.1: setParameter should take a Reference&, not a Reference/copy

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c17f05e4e8c3663b072fd305a996d9a48353ea55]

        INTEGRATION: CWS dba30c (1.45.8); FILE MERGED 2008/04/17 04:34:51 fs 1.45.8.1: setParameter should take a Reference&, not a Reference/copy

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c2e68ed88f1a42c8015bed48571e21f3b40afe28]

        INTEGRATION: CWS os113 (1.35.8); FILE MERGED 2008/05/22 05:41:07 os 1.35.8.3: #i88463# added parameter at methods of SfxTabPage to suppress deep search for WhichId 2008/05/09 15:49:54 os 1.35.8.2: RESYNC: (1.35-1.36); FILE MERGED 2008/04/23 09:07:21 os 1.35.8.1: #i88463# SfxTabPage::GetWhich() makes access of the secondary pool. It breaks use of table borders in Writer

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [99d014fd9f9cfec71187d3ad0296085c14bf5f10]

        INTEGRATION: CWS dba30c (1.10.8); FILE MERGED 2008/05/13 08:15:39 fs 1.10.8.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 08:23:35 fs 1.10.2.1: #i49133# XController2 support

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eccf728e6acb2a5ea91f89fc61d36df92ea4ac2c]

        INTEGRATION: CWS dba30c (1.35.126); FILE MERGED 2008/05/09 08:23:25 oj 1.35.126.3: RESYNC: (1.36-1.37); FILE MERGED 2008/04/16 06:46:29 fs 1.35.126.2: RESYNC: (1.35-1.36); FILE MERGED 2008/04/12 21:12:52 fs 1.35.126.1: #i88186# +impl_defaultCurrentForm_nothrow

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [90ffd2210a4a99656ccd66099fb8c65d9c91e729]

        INTEGRATION: CWS dba30c (1.66.126); FILE MERGED 2008/04/16 06:46:25 fs 1.66.126.2: RESYNC: (1.66-1.67); FILE MERGED 2008/04/02 10:49:07 fs 1.66.126.1: #i87728# updateTabOrder: when we already have a controller, delegate the request. this way the tab order is still valid if an XControl is inserted while we are already in alive mode

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0fe6659892fe019a7a21d871f3f3c942bebe72e9]

        INTEGRATION: CWS dba30c (1.88.126); FILE MERGED 2008/05/09 08:23:20 oj 1.88.126.3: RESYNC: (1.89-1.90); FILE MERGED 2008/04/16 06:46:19 fs 1.88.126.2: RESYNC: (1.88-1.89); FILE MERGED 2008/04/12 21:15:54 fs 1.88.126.1: #i88186# for convenience, always try to have a default 'current form'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [20efba54c45d7736f3dd2096760e69d148a5e606]

        INTEGRATION: CWS dba30c (1.75.144); FILE MERGED 2008/04/16 06:46:10 fs 1.75.144.2: RESYNC: (1.75-1.76); FILE MERGED 2008/04/02 10:47:44 fs 1.75.144.1: the text formatting toolbar should not be visible when the document is read-only - it's completely disabled then, anyway

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [79b89f18218759a2d543e4a5f47ca996c1edad5a]

        INTEGRATION: CWS dba30c (1.62.6); FILE MERGED 2008/04/23 10:59:23 fs 1.62.6.1: #154303#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bd8f81bfb162a407f0f99b85644a50a2cc13c077]

        INTEGRATION: CWS os113 (1.16.404); FILE MERGED 2008/05/09 15:40:20 os 1.16.404.2: RESYNC: (1.16-1.17); FILE MERGED 2008/04/28 13:25:10 os 1.16.404.1: #i71258# ViewSettings added: ShowNonprintingCharacters and ShowHiddenCharacters

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [945161ba0970bd6078e5c8da22840e7bb5892c11]

        INTEGRATION: CWS os113 (1.5.58); FILE MERGED 2008/05/09 15:32:42 os 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/24 12:13:38 os 1.5.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2848774c8074018ef9874a536bbfe8ce6de22030]

        INTEGRATION: CWS os113 (1.32.58); FILE MERGED 2008/05/09 15:32:48 os 1.32.58.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/24 12:13:38 os 1.32.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7425f0085424bf45add7e6f7134b4cfac032bcf2]

        INTEGRATION: CWS os113 (1.5.58); FILE MERGED 2008/05/09 15:33:03 os 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/24 12:13:37 os 1.5.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [23565ef77075f962f8c07719603a5c8f547937f3]

        INTEGRATION: CWS os113 (1.5.58); FILE MERGED 2008/05/09 15:32:57 os 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/24 12:13:38 os 1.5.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1864184989a6ecf4d98fca9b734758b8c4e50726]

        INTEGRATION: CWS os113 (1.28.58); FILE MERGED 2008/05/09 15:32:52 os 1.28.58.2: RESYNC: (1.28-1.29); FILE MERGED 2008/04/24 12:13:38 os 1.28.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [426b797af699321eca7239410ad75b97205db116]

        INTEGRATION: CWS os113 (1.29.58); FILE MERGED 2008/05/09 15:32:37 os 1.29.58.2: RESYNC: (1.29-1.30); FILE MERGED 2008/04/24 12:13:39 os 1.29.58.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c3f2d3a5a521950979c1ad80a5b8dfb1bca28e49]

        INTEGRATION: CWS os113 (1.31.202); FILE MERGED 2008/05/09 15:29:45 os 1.31.202.2: RESYNC: (1.31-1.32); FILE MERGED 2008/04/28 13:14:57 os 1.31.202.1: #i71258# ViewSettings added: ShowNonprintingCharacters and ShowHiddenCharacters

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fc11e989a5237259b03b37b65afd128d2c8b8917]

        INTEGRATION: CWS os113 (1.40.60); FILE MERGED 2008/05/09 15:29:50 os 1.40.60.2: RESYNC: (1.40-1.41); FILE MERGED 2008/04/28 12:14:18 os 1.40.60.1: #i61455# update links of 'empty' masterdocuments while printing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [685e030f2db3a41967cd2550cb0530473e1d3e89]

        INTEGRATION: CWS os113 (1.36.256); FILE MERGED 2008/05/09 15:30:13 os 1.36.256.2: RESYNC: (1.36-1.37); FILE MERGED 2008/04/25 07:48:15 os 1.36.256.1: #i75534# start text editing at the end of existing text

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [edf9489ae78e07a172c174d4ac23d35d925c71cb]

        INTEGRATION: CWS os113 (1.68.38); FILE MERGED 2008/05/09 15:30:06 os 1.68.38.2: RESYNC: (1.68-1.69); FILE MERGED 2008/05/09 10:54:43 os 1.68.38.1: #i89055# WheelData not necessarily set anymore

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [66b315b92f140105e82c6c56d62bc124dc635c9b]

        INTEGRATION: CWS os113 (1.30.58); FILE MERGED 2008/05/09 15:29:27 os 1.30.58.2: RESYNC: (1.30-1.31); FILE MERGED 2008/04/21 10:02:22 os 1.30.58.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [584ea4fd21ce6aad75854ff668baaa47e819dbc5]

        INTEGRATION: CWS os113 (1.41.198); FILE MERGED 2008/05/09 15:29:21 os 1.41.198.2: RESYNC: (1.41-1.42); FILE MERGED 2008/04/25 08:19:12 os 1.41.198.1: #i87416# patch: spellcheck slot has moved from SwModule to SwView

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bd0803145f96436a1c3caaf459faac09a683b34c]

        INTEGRATION: CWS dba30c (1.7.32); FILE MERGED 2008/05/06 13:12:07 fs 1.7.32.1: corrected/extended the description of the CharSet parameter

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ff72fe1448e9cb4dadd3574645271b26efd6f371]

        INTEGRATION: CWS os113 (1.9.192); FILE MERGED 2008/05/09 15:30:18 os 1.9.192.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/28 09:49:16 os 1.9.192.1: #i86237# DeleteAttachments implemented

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [190923c754f47f170c231a087f6cd9783f0c4a90]

        INTEGRATION: CWS dba30c (1.5.32); FILE MERGED 2008/05/06 13:12:07 fs 1.5.32.1: corrected/extended the description of the CharSet parameter

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [750a9e24726cd757665305563455a8ce22cb110b]

        INTEGRATION: CWS os113 (1.21.256); FILE MERGED 2008/05/09 15:28:27 os 1.21.256.2: RESYNC: (1.21-1.22); FILE MERGED 2008/04/21 10:02:22 os 1.21.256.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1ac1ccb8ef6d46e058843ba563abb530f76cb430]

        INTEGRATION: CWS dba30c (1.13.32); FILE MERGED 2008/05/13 07:32:33 fs 1.13.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/21 12:03:33 fs 1.13.12.1: #i49133# document the 'store' command

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5f658768c72482468af60b22563eebec8eec525b]

        INTEGRATION: CWS os113 (1.27.80); FILE MERGED 2008/05/19 14:13:33 os 1.27.80.3: #i63832# index error fixed 2008/05/09 15:28:22 os 1.27.80.2: RESYNC: (1.27-1.28); FILE MERGED 2008/04/21 13:36:04 os 1.27.80.1: #i63832# remove spcial hyperlink marks

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a36a04f929f0731741133bc2998c177b52d2e525]

        INTEGRATION: CWS dba30c (1.7.32); FILE MERGED 2008/05/13 07:24:44 fs 1.7.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:27:08 fs 1.7.12.1: +LibraryNotLoadedException

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [002da73555948389b59f1b47906a8184b5098e13]

        INTEGRATION: CWS dba30c (1.4.32); FILE MERGED 2008/05/13 07:25:06 fs 1.4.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/21 12:23:06 fs 1.4.12.1: typo

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1be2d4de16c4026698c61f588a35930eeea76a04]

        INTEGRATION: CWS os113 (1.156.2); FILE MERGED 2008/05/09 15:28:55 os 1.156.2.2: RESYNC: (1.156-1.157); FILE MERGED 2008/04/25 07:43:06 os 1.156.2.1: #i75534# make frames/drawings directly editable

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d16328ae3f76321e7f2b0d167b2c2cb8cf742ed4]

        INTEGRATION: CWS dba30c (1.1.4); FILE ADDED 2008/05/13 07:23:46 fs 1.1.4.2: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:27:57 fs 1.1.2.1: exception indicating a library/content is accessed which is not yet loaded 2008/04/30 09:27:57 fs 1.1.4.1: file LibraryNotLoadedException.idl was added on branch cws_dev300_dba30c on 2008-05-13 07:23:46 +0000

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c6712ebea9af3e7fc12ff67e4dd9f009a1fb83f2]

        INTEGRATION: CWS dba30c (1.35.32); FILE MERGED 2008/05/13 07:31:20 fs 1.35.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:20:22 fs 1.35.12.1: +XController2

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ead166bcbebeaeabe696aa32cdc6782256bc0492]

        INTEGRATION: CWS os113 (1.15.56); FILE MERGED 2008/05/09 15:29:12 os 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/28 09:48:35 os 1.15.56.1: #i86237# DeleteAttachments implemented

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [97e08af70bc97302c9e0bb6794b2e89e0556427e]

        INTEGRATION: CWS dba30c (1.4.32); FILE MERGED 2008/05/13 07:30:12 fs 1.4.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:18:28 fs 1.4.12.1: #i49133# create(Default)ViewController: ComponentWindow is no out parameter anymore. Instead, an XController2 is returned, which has an attribute ComponentWindow

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bf5339ed65ffa9d4b26171ebe5794739f2bd72c9]

        INTEGRATION: CWS os113 (1.12.192); FILE MERGED 2008/05/09 15:29:03 os 1.12.192.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/28 09:48:56 os 1.12.192.1: #i86237# DeleteAttachments implemented

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e7d112c2d003cfadf4032403357504617f5c62a8]

        INTEGRATION: CWS dba30c (1.1.4); FILE ADDED 2008/05/14 12:10:19 fs 1.1.4.2: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/07 08:20:04 fs 1.1.2.1: extends XController with a ViewControllerName and a ComponentWindow attribute 2008/05/07 08:20:04 fs 1.1.4.1: file XController2.idl was added on branch cws_dev300_dba30c on 2008-05-14 12:10:19 +0000

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eee46658fbbaf37d2feb664fd7173891141c1e17]

        INTEGRATION: CWS os113 (1.49.98); FILE MERGED 2008/05/09 15:30:25 os 1.49.98.2: RESYNC: (1.49-1.51); FILE MERGED 2008/04/21 10:02:22 os 1.49.98.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [677dd4af92fb53b7135221da6557d6cae0f44772]

        INTEGRATION: CWS dba30c (1.23.32); FILE MERGED 2008/05/13 07:29:04 fs 1.23.32.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/05/07 08:21:10 fs 1.23.12.1: during #i49133#: +ViewControllerName

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3450e47aa11add45eee629e0cb724c133734825e]

        INTEGRATION: CWS os113 (1.181.38); FILE MERGED 2008/05/13 12:43:21 os 1.181.38.4: unused parameters removed 2008/05/09 15:31:02 os 1.181.38.3: RESYNC: (1.181-1.183); FILE MERGED 2008/04/21 14:12:24 hbrinkm 1.181.38.2: #i86811# read bidi sprm and only apply Arabic->Hindi mapping if bidi is set. Regard configuraion item RegardHindiNumbers 2008/04/21 09:48:43 hbrinkm 1.181.38.1: #i86811# Only replace Arabic with Hindi numbers, iff language uses Hindi numbers

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ca85cd6c06a777511de7a31a9191664d6a56d8d0]

        INTEGRATION: CWS os113 (1.154.128); FILE MERGED 2008/05/09 15:31:38 os 1.154.128.4: RESYNC: (1.154-1.155); FILE MERGED 2008/04/21 14:12:24 hbrinkm 1.154.128.3: #i86811# read bidi sprm and only apply Arabic->Hindi mapping if bidi is set. Regard configuraion item RegardHindiNumbers 2008/04/21 09:48:40 hbrinkm 1.154.128.2: #i86811# Only replace Arabic with Hindi numbers, iff language uses Hindi numbers 2008/04/16 14:12:01 os 1.154.128.1: #i86811# Hindi vs. Arabic numbers in ww8 import

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [148d5fe49d2035118b0d2c6c206b6d4de8ba7363]

        INTEGRATION: CWS os113 (1.189.76); FILE MERGED 2008/05/09 15:31:27 os 1.189.76.4: RESYNC: (1.189-1.190); FILE MERGED 2008/04/21 14:12:24 hbrinkm 1.189.76.3: #i86811# read bidi sprm and only apply Arabic->Hindi mapping if bidi is set. Regard configuraion item RegardHindiNumbers 2008/04/21 09:48:31 hbrinkm 1.189.76.2: #i86811# Only replace Arabic with Hindi numbers, iff language uses Hindi numbers 2008/04/16 14:12:01 os 1.189.76.1: #i86811# Hindi vs. Arabic numbers in ww8 import

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [72a4b1f541dd6ac8bc97db2011286da5e93af193]

        INTEGRATION: CWS os113 (1.117.36); FILE MERGED 2008/05/09 15:28:13 os 1.117.36.3: RESYNC: (1.117-1.120); FILE MERGED 2008/05/07 11:35:22 os 1.117.36.2: #i89069# createCursorByCellName: Not allowed in invisible cells 2008/05/07 11:17:07 os 1.117.36.1: #i89068# ::getCellNames(): hide invisible cells

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0fa2c7ab143bd6ffce7f7295b0da0b17629298b8]

        INTEGRATION: CWS os113 (1.70.58); FILE MERGED 2008/05/09 15:32:25 os 1.70.58.3: RESYNC: (1.70-1.71); FILE MERGED 2008/04/24 12:14:25 os 1.70.58.2: #i65849# mix of ObjectBackOne/ForwardOne fixed 2008/04/21 10:01:48 os 1.70.58.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f4490d33a83401aa4c2f7a24607d69326e823781]

        INTEGRATION: CWS os113 (1.7.914); FILE MERGED 2008/05/09 15:32:29 os 1.7.914.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/21 10:01:48 os 1.7.914.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [efe508091cb48796f4085eb3bd7d29aa944bfbd0]

        INTEGRATION: CWS os113 (1.46.56); FILE MERGED 2008/05/09 15:31:55 os 1.46.56.2: RESYNC: (1.46-1.47); FILE MERGED 2008/04/21 10:01:28 os 1.46.56.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [77065b16665d951af6c14917a61679c228b99129]

        INTEGRATION: CWS dba30c (1.29.4); FILE MERGED 2008/04/23 10:51:44 fs 1.29.4.1: #153932# catch exceptions when creating the event attacher manager

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [466fe18a935dba3ef831d1f5c307ef75ce2acec0]

        INTEGRATION: CWS os113 (1.76.96); FILE MERGED 2008/05/09 15:31:50 os 1.76.96.2: RESYNC: (1.76-1.78); FILE MERGED 2008/04/21 10:01:28 os 1.76.96.1: #i85854# Patch 'Save graphic'

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c42a6b8304a8d0acf74859c842ba2e265e593054]

        INTEGRATION: CWS dba30c (1.6.96); FILE MERGED 2008/04/16 06:45:32 fs 1.6.96.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/02 11:02:02 fs 1.6.96.1: #i87728# some more specific error messages / don't use the accessibility API to check the radio buttons, the normal XRadioButton is sufficient - it also simulates user input

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [96a15b5e277249e0412fe7a2d2a8c280e3be2313]

        INTEGRATION: CWS dba30c (1.4.178); FILE MERGED 2008/05/19 13:57:29 fs 1.4.178.1: unique radio group names

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9ec3169e05bcb98a72b39c90cbd8260c1ac0e0ae]

        INTEGRATION: CWS dba30c (1.16.30); FILE MERGED 2008/05/13 20:21:45 fs 1.16.30.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/13 20:10:33 fs 1.16.28.1: #i49133# don't import scripts from the ooo:libraries element if the document actually does not support embedding scripts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6ec3af4200abe20f3f9c987baa78370c7e4dfb11]

        INTEGRATION: CWS dba30c (1.10.12); FILE MERGED 2008/05/13 07:03:55 fs 1.10.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:47 fs 1.10.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0bcd9d4ff4064abaab3c52dfc98aa15f492c8455]

        INTEGRATION: CWS dba30c (1.13.12); FILE MERGED 2008/05/13 07:02:59 fs 1.13.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:47 fs 1.13.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense 2008/05/08 21:23:09 fs 1.13.4.2: #i49133# storeLibraries: do a *complete* store if we're based on a storage, and not the file system / some better diagnostic error messages 2008/05/10 14:04:54 fs 1.13.4.3: #i10000#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ff54b3d0cb181b8095f569b4e4d860c4900181ad]

        INTEGRATION: CWS dba30c (1.9.12); FILE MERGED 2008/05/13 07:02:31 fs 1.9.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:47 fs 1.9.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b36546765d19976fffa04d718ef215a4bcfa2c27]

        INTEGRATION: CWS dba30c (1.8.12); FILE MERGED 2008/05/13 07:01:34 fs 1.8.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:26 fs 1.8.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fd6e95f4758857c5126c7b232fa7fb20f1a90d5c]

        INTEGRATION: CWS dba30c (1.4.12); FILE MERGED 2008/05/13 07:01:02 fs 1.4.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:26 fs 1.4.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [96746b3d3fbe2f067917c886b2d91e089bcb0975]

        INTEGRATION: CWS dba30c (1.8.12); FILE MERGED 2008/05/13 07:00:20 fs 1.8.12.1: joining changes from CWS odbmacros3 to CWS dba30c 2008/04/30 09:26:25 fs 1.8.4.1: add some safety against using an unloaded script/dialog library - this now throws an exception, instead of silently doing nothing/nonsense

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5d50e1e5767c2ca4214242e599cbddd35512fdba]

        INTEGRATION: CWS dba30c (1.33.4); FILE MERGED 2008/06/04 11:21:12 fs 1.33.4.1: don't getByName an element of a lib which is not loaded - this will throw nowadays

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6f3886eb6ef1bc6dbfef7f9188f63aba4fb198a4]

        INTEGRATION: CWS dba30c (1.21.8); FILE MERGED 2008/05/13 20:22:01 fs 1.21.8.1: joining changes from CWS odbmacros3 to CWS dba30c: 2008/05/13 20:09:42 fs 1.21.6.1: during #i49133#: don't call BasicManager::LoadLib( LIB_NOTFOUND )

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d6f572ef81943d388a0231e25d504ba04124e87b]

        INTEGRATION: CWS dba30c (1.21.10); FILE MERGED 2008/05/09 07:07:16 oj 1.21.10.2: #i87131# collect keys only once, getKeys always refetch the keys 2008/05/05 10:57:51 oj 1.21.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4e9cc1bae029b9ca471621b75590833afe0c5a37]

        INTEGRATION: CWS dba30c (1.17.10); FILE MERGED 2008/05/05 10:57:51 oj 1.17.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [70440dfe62d6231391896bd273bb9d8290f260f8]

        INTEGRATION: CWS dba30c (1.6.10); FILE MERGED 2008/05/08 12:56:18 oj 1.6.10.1: #i64472# use of create pattern

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a292f45caeb8031dfdbc3f4dc43fe24895717620]

        INTEGRATION: CWS dba30c (1.36.10); FILE MERGED 2008/05/02 11:01:13 oj 1.36.10.1: #i53779# apply patch for distinct values

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7970fd402200f7e0d15be93041bf680f9a5c2fde]

        INTEGRATION: CWS dba30c (1.23.10); FILE MERGED 2008/05/06 08:14:06 oj 1.23.10.1: #i88577# check for visual foxpro and accept text encoding when set

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [747d1e733c622b405c1ed45f0a695393849049a5]

        INTEGRATION: CWS dba30c (1.40.10); FILE MERGED 2008/05/06 08:14:06 oj 1.40.10.1: #i88577# check for visual foxpro and accept text encoding when set

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5af8ea9d92369b028b1521b35bbcb57396706cf1]

        INTEGRATION: CWS os113 (1.21.284); FILE MERGED 2008/05/09 15:16:14 os 1.21.284.2: RESYNC: (1.21-1.22); FILE MERGED 2008/05/08 11:54:45 os 1.21.284.1: #i54397# NumberRecognition switched on and Alignment switched off

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b8cddb0e401f89e7cb9c42f519433005042efc46]

        INTEGRATION: CWS dba30c (1.9.10); FILE MERGED 2008/05/05 10:57:51 oj 1.9.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a0304c7ed1be359f98fb0b5bf60ca02dc5da0aca]

        INTEGRATION: CWS os113 (1.51.30); FILE MERGED 2008/05/09 15:16:05 os 1.51.30.3: RESYNC: (1.51-1.52); FILE MERGED 2008/05/08 10:45:21 os 1.51.30.2: #i54397# NumberRecognition switched on and Alignment switched off 2008/04/16 14:06:30 os 1.51.30.1: #i86811# Hindi vs. Arabic numbers in ww8 import

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [631783f454b4a44d89f75137139e38378dc0f909]

        INTEGRATION: CWS dba30c (1.44.10); FILE MERGED 2008/05/14 06:06:30 oj 1.44.10.1: #i89322# disable login timeout for macos due to an error in iodbc

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ef8d844f9e0ce92729ccb531231b7756a78f84ad]

        INTEGRATION: CWS os113 (1.33.54); FILE MERGED 2008/05/19 06:44:11 os 1.33.54.3: RESYNC: (1.34-1.35); FILE MERGED 2008/05/09 15:16:28 os 1.33.54.2: RESYNC: (1.33-1.34); FILE MERGED 2008/04/24 12:16:07 os 1.33.54.1: #i65849# mix of ObjectBackOne/ForwardOne fixed

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [adaf80a7410ee81d734f5389fdc855dff897819b]

        INTEGRATION: CWS dba30c (1.12.10); FILE MERGED 2008/05/08 12:55:51 oj 1.12.10.2: #i64472# use of create pattern 2008/05/06 11:43:10 oj 1.12.10.1: #i64472# change command can also change the name of a column

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [593cdcf7a001948bbbc1ae78c178f302a105773b]

        INTEGRATION: CWS dba30c (1.19.10); FILE MERGED 2008/05/06 10:10:40 oj 1.19.10.1: #i78486# check if characterset must be appended

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [76f9d397c93569c2947a0cbc8fcd3349ebede5a1]

        INTEGRATION: CWS dba30c (1.29.10); FILE MERGED 2008/05/06 10:32:28 oj 1.29.10.1: #i75557# accept functions where column name may be used

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [96a73ad78830a4ec6a1ce49a00fdccaffa0bea66]

        INTEGRATION: CWS dba30c (1.101.10); FILE MERGED 2008/05/06 09:31:49 oj 1.101.10.2: stl problems under linux solved 2008/05/02 10:58:47 oj 1.101.10.1: #i53779# apply patch for distinct values

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4843da38436996777789df68fdd58333b38febef]

        INTEGRATION: CWS dba30c (1.50.10); FILE MERGED 2008/05/06 08:14:06 oj 1.50.10.1: #i88577# check for visual foxpro and accept text encoding when set

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [65512cb14fed3ca6b4ceec0c2784bd9501c6b1f5]

        INTEGRATION: CWS dba30c (1.105.10); FILE MERGED 2008/05/09 08:23:01 oj 1.105.10.4: RESYNC: (1.105-1.106); FILE MERGED 2008/05/08 07:18:48 oj 1.105.10.3: #153616# only copy not deleted rows 2008/05/06 11:26:18 oj 1.105.10.2: #i88577# check for visual foxpro and accept text encoding when set 2008/05/06 08:14:05 oj 1.105.10.1: #i88577# check for visual foxpro and accept text encoding when set

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [70b8eabf28023ede31673f2dfa0fc7a41a192ec0]

        INTEGRATION: CWS dba30c (1.28.10); FILE MERGED 2008/04/28 06:15:36 oj 1.28.10.1: #i88768# add using std

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eeed3006976b57809a74bda4d7f0920eceb1980f]

        INTEGRATION: CWS dba30c (1.10.10); FILE MERGED 2008/05/05 10:57:51 oj 1.10.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [186076b484e128273e7a7aba46e1c55da6d6da22]

        INTEGRATION: CWS dba30c (1.29.10); FILE MERGED 2008/05/05 10:57:51 oj 1.29.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [81294de92ff04480579da6dce71e5bf7ce27bfb3]

        INTEGRATION: CWS dba30c (1.24.10); FILE MERGED 2008/05/08 07:15:41 oj 1.24.10.2: #i87131# collect keys only once, getKeys always refetch keys 2008/05/05 10:57:50 oj 1.24.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [61d732544b0cc2c3aae361d5ced61f6441b10754]

        INTEGRATION: CWS dba30c (1.27.10); FILE MERGED 2008/05/08 12:55:10 oj 1.27.10.2: #i64472# use of create pattern 2008/05/06 11:43:09 oj 1.27.10.1: #i64472# change command can also change the name of a column

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9ca05a3813bf8a2288dab44ca44dadb4c8db10bb]

        INTEGRATION: CWS dba30c (1.9.10); FILE MERGED 2008/05/09 07:07:16 oj 1.9.10.6: #i87131# collect keys only once, getKeys always refetch the keys 2008/05/08 12:58:58 oj 1.9.10.5: eol aded 2008/05/08 12:55:10 oj 1.9.10.4: #i64472# use of create pattern 2008/05/08 07:15:27 oj 1.9.10.3: #i87131# collect keys only once, getKeys always refetch keys 2008/05/06 09:05:13 oj 1.9.10.2: shadow var 2008/05/05 10:57:50 oj 1.9.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ade96124e0b7c68cba690050902b53499584b0b8]

        INTEGRATION: CWS dba30c (1.12.10); FILE MERGED 2008/05/08 07:15:27 oj 1.12.10.2: #i87131# collect keys only once, getKeys always refetch keys 2008/05/05 10:57:50 oj 1.12.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ee68902f34fcf401325e5311e5e690a244686397]

        INTEGRATION: CWS dba30c (1.4.10); FILE MERGED 2008/05/05 10:57:50 oj 1.4.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0659f197754d9aadf5e69c4281a301a257920619]

        INTEGRATION: CWS dba30c (1.10.10); FILE MERGED 2008/05/08 12:55:10 oj 1.10.10.1: #i64472# use of create pattern

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8084699921d1b954f3183d9dcef5a4b7a16dedd0]

        INTEGRATION: CWS dba30c (1.33.10); FILE MERGED 2008/05/07 08:59:13 oj 1.33.10.1: #i73021 #correct signed, unsiged handling of bigit

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3475da94c85b6155cc91bafa9445caaa3d5f8593]

        INTEGRATION: CWS dba30c (1.5.10); FILE MERGED 2008/05/06 10:40:00 oj 1.5.10.1: #i75557# add test for lower() like

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7c3387f363051cdd782ae8ab39030f1996ed0b14]

        INTEGRATION: CWS dba30c (1.4.10); FILE MERGED 2008/05/06 10:39:59 oj 1.4.10.1: #i75557# add test for lower() like

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [db26ca35eaff6fbb6c0b13b44e06aae1ca07af1e]

        INTEGRATION: CWS dba30c (1.5.10); FILE MERGED 2008/05/06 10:39:59 oj 1.5.10.1: #i75557# add test for lower() like

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [28ffd3d5dca4b11aab5593d94efce936efed4f99]

        INTEGRATION: CWS dba30c (1.11.10); FILE MERGED 2008/05/05 10:57:50 oj 1.11.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [135647fe91faaadadb7344f37d79c3c5c2e210c6]

        INTEGRATION: CWS dba30c (1.36.10); FILE MERGED 2008/05/08 12:54:45 oj 1.36.10.2: #i64472# use of create pattern 2008/05/06 11:43:09 oj 1.36.10.1: #i64472# change command can also change the name of a column

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [342f291f85256fe5dc266ab410acf0c5b7022fbd]

        INTEGRATION: CWS dba30c (1.6.10); FILE MERGED 2008/05/08 12:54:45 oj 1.6.10.3: #i64472# use of create pattern 2008/05/08 07:14:48 oj 1.6.10.2: #i87131# collect keys only once, getKeys always refetch keys 2008/05/05 10:57:50 oj 1.6.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3c29d1e0df23f22b58d52cb3807aaa11b33df750]

        INTEGRATION: CWS dba30c (1.3.10); FILE MERGED 2008/05/05 10:57:50 oj 1.3.10.1: #i87131# collect keys only once, getKeys always refetch the keys

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3c105ea744a11aab910c6e139afd4cae5ebfad6e]

        INTEGRATION: CWS impressodf12 (1.63.300); FILE MERGED 2008/05/26 19:43:00 cl 1.63.300.5: #i35937# code cleanup after bullet rework 2008/05/26 15:12:11 cl 1.63.300.4: #i75927# added restart for numbering 2008/04/25 08:58:54 cl 1.63.300.3: RESYNC: (1.63-1.64); FILE MERGED 2008/04/24 15:35:17 cl 1.63.300.2: #i35937# export level -1 as void property over api 2008/04/10 16:50:58 cl 1.63.300.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f70d7692b29354d3ff0e88e9c7344d897c07247f]

        INTEGRATION: CWS impressodf12 (1.32.12); FILE MERGED 2008/05/29 12:12:09 cl 1.32.12.6: #i75927# bullet rework 2008/05/27 15:02:40 cl 1.32.12.5: #i35937# code cleanup after bullet rework 2008/05/26 15:12:11 cl 1.32.12.4: #i75927# added restart for numbering 2008/04/25 08:58:57 cl 1.32.12.3: RESYNC: (1.32-1.33); FILE MERGED 2008/04/24 15:35:16 cl 1.32.12.2: #i35937# export level -1 as void property over api 2008/04/10 16:50:58 cl 1.32.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ced9075612419db3dc8057620e3e663cc5f54850]

        INTEGRATION: CWS impressodf12 (1.28.322); FILE MERGED 2008/04/25 08:58:48 cl 1.28.322.2: RESYNC: (1.28-1.29); FILE MERGED 2008/04/10 16:50:58 cl 1.28.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [42a0c3124fb7b1cccbb930428603d78cd2be78bc]

        INTEGRATION: CWS impressodf12 (1.19.322); FILE MERGED 2008/04/25 08:59:01 cl 1.19.322.2: RESYNC: (1.19-1.20); FILE MERGED 2008/04/10 16:50:58 cl 1.19.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4f852787478852ce6e3a5d56d260254fe27a3bb9]

        INTEGRATION: CWS impressodf12 (1.59.12); FILE MERGED 2008/05/26 16:17:41 cl 1.59.12.4: RESYNC: (1.60-1.61); FILE MERGED 2008/04/25 08:58:44 cl 1.59.12.3: RESYNC: (1.59-1.60); FILE MERGED 2008/04/24 15:28:27 cl 1.59.12.2: #i35937# removed property HasLevels 2008/04/10 16:50:57 cl 1.59.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9b0ab7d50b728af5d708cbdd0c11eb544ffb953d]

        INTEGRATION: CWS impressodf12 (1.169.10); FILE MERGED 2008/04/25 08:58:40 cl 1.169.10.2: RESYNC: (1.169-1.172); FILE MERGED 2008/04/24 15:28:04 cl 1.169.10.1: #i35937# removed property HasLevels

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6090433b1675e2c8b3defb2f6f09ddf43387dd08]

        INTEGRATION: CWS impressodf12 (1.24.352); FILE MERGED 2008/04/25 08:58:32 cl 1.24.352.3: RESYNC: (1.24-1.25); FILE MERGED 2008/04/24 15:27:21 cl 1.24.352.2: #i35937# removed different offsets in presentation numbering rules 2008/04/10 16:50:57 cl 1.24.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f1dcea7b7e69e8c8c7cd5a1893bfc6d10935c7fa]

        INTEGRATION: CWS impressodf12 (1.14.352); FILE MERGED 2008/05/26 12:19:14 cl 1.14.352.3: #i35937# code cleanup after bullet rework 2008/04/25 08:58:25 cl 1.14.352.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 16:50:57 cl 1.14.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5a34723700532070f9ab5c5c5c9b271797581fc3]

        INTEGRATION: CWS impressodf12 (1.2.12); FILE MERGED 2008/04/25 08:59:17 cl 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/24 15:29:08 cl 1.2.12.1: #i35937# removed property HasLevels

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a9dc6e00d28aa5b0295bb2ccdbf7cc6d868da2b7]

        INTEGRATION: CWS impressodf12 (1.2.12); FILE MERGED 2008/05/29 12:12:28 cl 1.2.12.4: #i75927# bullet rework 2008/04/25 08:59:22 cl 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/24 15:29:08 cl 1.2.12.2: #i35937# removed property HasLevels 2008/04/10 16:50:56 cl 1.2.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cf6ecf634af244d391977cad5ff34be3c270d667]

        INTEGRATION: CWS impressodf12 (1.26.10); FILE MERGED 2008/04/25 09:00:05 cl 1.26.10.2: RESYNC: (1.26-1.27); FILE MERGED 2008/04/13 19:05:40 cl 1.26.10.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [67092d04ef8932c02870a38befa9de751baf52e2]

        INTEGRATION: CWS impressodf12 (1.11.26); FILE MERGED 2008/05/26 11:43:09 cl 1.11.26.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8a64144fddde61dd050da4cb93b4a7242a495bb2]

        INTEGRATION: CWS impressodf12 (1.158.12); FILE MERGED 2008/06/04 14:29:44 sj 1.158.12.8: #i90357# fixed bullet indentation when bullets are turned off 2008/05/30 11:59:21 cl 1.158.12.7: fixed unix compile errors 2008/05/30 09:36:37 sj 1.158.12.6: #i75927# taking care of outliner core changes (numbering) 2008/05/29 11:35:40 sj 1.158.12.5: #i75927# taking care of outliner core changes (numbering) 2008/05/26 11:43:09 cl 1.158.12.4: #i35937# code cleanup after bullet rework 2008/04/25 09:00:00 cl 1.158.12.3: RESYNC: (1.158-1.159); FILE MERGED 2008/04/24 15:30:07 cl 1.158.12.2: #i35937# converted EE_PARA_BULLETSTATE to bool item 2008/04/10 16:50:56 cl 1.158.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2b5bfe1eac4c63de54f7cacb9a16ed5fab826550]

        INTEGRATION: CWS impressodf12 (1.60.26); FILE MERGED 2008/05/26 11:43:09 cl 1.60.26.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [18ca5779ad5dd0f0d481802d6eeeaea776f6402e]

        INTEGRATION: CWS impressodf12 (1.15.10); FILE MERGED 2008/05/29 12:10:43 cl 1.15.10.4: #i75927# bullet rework 2008/04/25 08:58:29 cl 1.15.10.3: RESYNC: (1.15-1.17); FILE MERGED 2008/04/13 19:06:26 cl 1.15.10.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 16:50:55 cl 1.15.10.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [851454b0063dbed25fc337694f1b53e031498417]

        INTEGRATION: CWS impressodf12 (1.3.26); FILE MERGED 2008/05/26 15:11:40 cl 1.3.26.1: #i75927# added restart for numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c661af082c2cc66bc75adb0b271bec2ef911c9e6]

        INTEGRATION: CWS impressodf12 (1.8.352); FILE MERGED 2008/05/26 15:11:40 cl 1.8.352.3: #i75927# added restart for numbering 2008/04/25 09:01:18 cl 1.8.352.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/10 16:50:55 cl 1.8.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [efadce02abd4bcd589d036e04265f1f1f74c8cd3]

        INTEGRATION: CWS impressodf12 (1.31.180); FILE MERGED 2008/05/29 12:12:46 cl 1.31.180.8: #i75927# bullet rework 2008/05/26 15:11:40 cl 1.31.180.7: #i75927# added restart for numbering 2008/05/26 11:37:24 cl 1.31.180.6: #i35937# code cleanup after bullet rework 2008/04/25 09:01:38 cl 1.31.180.5: RESYNC: (1.31-1.32); FILE MERGED 2008/04/22 20:00:37 cl 1.31.180.4: use PARAFLAG_ISPAGE for pages in sd outline view 2008/04/14 07:27:25 tl 1.31.180.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/13 19:04:01 cl 1.31.180.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 16:50:55 cl 1.31.180.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [acd84f4c0cafd9bbe89ad7536d13a7e76313e0b3]

        INTEGRATION: CWS impressodf12 (1.5.352); FILE MERGED 2008/05/29 13:33:20 cl 1.5.352.4: #i75927# bullet rework 2008/04/25 09:01:15 cl 1.5.352.3: RESYNC: (1.5-1.6); FILE MERGED 2008/04/22 19:59:41 cl 1.5.352.2: added undo for changing paragraph flags 2008/04/10 16:50:55 cl 1.5.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b294a2e512e72801abc5aad7a9dd5eec58dbb41a]

        INTEGRATION: CWS impressodf12 (1.7.352); FILE MERGED 2008/05/29 13:33:20 cl 1.7.352.5: #i75927# bullet rework 2008/04/25 09:01:30 cl 1.7.352.4: RESYNC: (1.7-1.8); FILE MERGED 2008/04/22 19:59:41 cl 1.7.352.3: added undo for changing paragraph flags 2008/04/11 07:28:17 cl 1.7.352.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 16:50:55 cl 1.7.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [59713f3173989dbc5a51c1e804a5f7fe384514ce]

        INTEGRATION: CWS impressodf12 (1.10.12); FILE MERGED 2008/05/26 11:37:24 cl 1.10.12.4: #i35937# code cleanup after bullet rework 2008/04/25 09:01:34 cl 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2008/04/17 08:50:10 cl 1.10.12.2: #i35937# removed unused code for old binary versions 2008/04/10 16:50:55 cl 1.10.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [29e136b0c1f5ac341c851b5eb01f6ddb61691961]

        INTEGRATION: CWS impressodf12 (1.19.26); FILE MERGED 2008/05/26 11:37:24 cl 1.19.26.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a6b3e8c1495151b99c3f2f0eadf5881654cbd3b3]

        INTEGRATION: CWS impressodf12 (1.70.350); FILE MERGED 2008/05/30 14:02:19 cl 1.70.350.19: #i75927# fixed send to outliner after bullet rework 2008/05/29 13:29:48 cl 1.70.350.18: #i75927# bullet rework 2008/05/29 12:12:46 cl 1.70.350.17: #i75927# bullet rework 2008/05/27 15:00:02 cl 1.70.350.16: #i35937# code cleanup after bullet rework 2008/05/26 15:11:40 cl 1.70.350.15: #i75927# added restart for numbering 2008/05/26 11:37:24 cl 1.70.350.14: #i35937# code cleanup after bullet rework 2008/05/15 15:00:31 cl 1.70.350.13: #i35937# reworked bullets in outliner 2008/04/28 11:24:00 cl 1.70.350.12: fixed linux compiler warnings 2008/04/25 09:01:27 cl 1.70.350.11: RESYNC: (1.70-1.71); FILE MERGED 2008/04/24 15:31:39 cl 1.70.350.10: #i35937# converted EE_PARA_BULLETSTATE to bool item 2008/04/22 08:05:48 tl 1.70.350.9: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/21 15:31:49 tl 1.70.350.8: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/17 08:49:44 cl 1.70.350.7: #i35937# moved paint of page number to sd 2008/04/14 14:30:34 cl 1.70.350.6: #i35937# removed unneeeded code and correct style sheet when bullets are switched on/off 2008/04/14 07:48:01 tl 1.70.350.5: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/14 07:27:25 tl 1.70.350.4: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/13 19:04:01 cl 1.70.350.3: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/11 07:28:17 cl 1.70.350.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 16:50:55 cl 1.70.350.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [131da2981efa2571bdde1f3c0a1d977744ca2075]

        INTEGRATION: CWS impressodf12 (1.35.26); FILE MERGED 2008/05/26 15:11:40 cl 1.35.26.1: #i75927# added restart for numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [80a8955c40bae39e8ff1076ec5d806c82bf62700]

        INTEGRATION: CWS impressodf12 (1.11.350); FILE MERGED 2008/05/29 12:12:45 cl 1.11.350.4: #i75927# bullet rework 2008/05/26 11:37:24 cl 1.11.350.3: #i35937# code cleanup after bullet rework 2008/04/25 09:01:41 cl 1.11.350.2: RESYNC: (1.11-1.12); FILE MERGED 2008/04/21 15:31:49 tl 1.11.350.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [609ceb7a9d4cef28a9f8fbb10d53797fa6c69c5a]

        INTEGRATION: CWS impressodf12 (1.15.350); FILE MERGED 2008/05/29 12:12:44 cl 1.15.350.5: #i75927# bullet rework 2008/05/26 11:37:24 cl 1.15.350.4: #i35937# code cleanup after bullet rework 2008/04/25 09:01:21 cl 1.15.350.3: RESYNC: (1.15-1.16); FILE MERGED 2008/04/22 19:58:52 cl 1.15.350.2: added paint first line hdl 2008/04/21 15:31:49 tl 1.15.350.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [03f29de7c33f477359ff521b873e5a0ae013f1ed]

        INTEGRATION: CWS impressodf12 (1.153.104); FILE MERGED 2008/05/29 12:09:56 cl 1.153.104.6: #i75927# bullet rework 2008/05/27 14:59:25 cl 1.153.104.5: #i35937# code cleanup after bullet rework 2008/05/26 12:20:23 cl 1.153.104.4: #i35937# code cleanup after bullet rework 2008/04/25 08:59:13 cl 1.153.104.3: RESYNC: (1.153-1.154); FILE MERGED 2008/04/24 15:33:28 cl 1.153.104.2: #i35937# converted EE_PARA_BULLETSTATE to bool item 2008/04/10 16:50:54 cl 1.153.104.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [88c1c1fa45b6d25694ac805be5258ee7190d6dd6]

        INTEGRATION: CWS impressodf12 (1.110.10); FILE MERGED 2008/05/15 14:38:03 cl 1.110.10.11: #i35937# outline level is signed 16 bit now 2008/04/30 08:17:59 tl 1.110.10.10: #i35937# fix for the type-backspace-after-bullet problem 2008/04/25 09:01:11 cl 1.110.10.9: RESYNC: (1.110-1.111); FILE MERGED 2008/04/24 15:25:17 cl 1.110.10.8: #i35937# converted EE_PARA_BULLETSTATE to void item 2008/04/23 12:55:06 tl 1.110.10.7: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/23 08:44:28 tl 1.110.10.6: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/23 08:43:53 tl 1.110.10.5: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/21 15:31:48 tl 1.110.10.4: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/16 14:13:17 tl 1.110.10.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/14 14:28:34 cl 1.110.10.2: #i35937# removed unneeeded code 2008/04/14 07:27:23 tl 1.110.10.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [01af39f7a73823ecb6087e4766ed2bf9b00b295f]

        INTEGRATION: CWS impressodf12 (1.26.24); FILE MERGED 2008/04/25 08:59:48 cl 1.26.24.3: RESYNC: (1.26-1.27); FILE MERGED 2008/04/24 15:26:52 cl 1.26.24.2: #i35937# removed different offsets in presentation numbering rules 2008/04/10 16:50:54 cl 1.26.24.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [086b63906fe819bece3e8ec6f77dca22c32ba9a3]

        INTEGRATION: CWS impressodf12 (1.50.12); FILE MERGED 2008/04/25 08:59:43 cl 1.50.12.2: RESYNC: (1.50-1.51); FILE MERGED 2008/04/17 08:53:53 cl 1.50.12.1: #i35937# removed unused code for old binary versions

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [15848a1fce6bf59ed0f977789a5be6581045c77c]

        INTEGRATION: CWS impressodf12 (1.7.322); FILE MERGED 2008/04/25 08:59:25 cl 1.7.322.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/10 16:50:53 cl 1.7.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ca8c4e5d6a488ecc1addafe38414b46d890ae619]

        INTEGRATION: CWS impressodf12 (1.66.104); FILE MERGED 2008/04/25 08:58:21 cl 1.66.104.2: RESYNC: (1.66-1.67); FILE MERGED 2008/04/17 08:52:00 cl 1.66.104.1: #i35937# fixed a possible crash

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [00a0010146b6ed2d881cd5fef7e100debab9b28f]

        INTEGRATION: CWS impressodf12 (1.74.12); FILE MERGED 2008/04/28 11:23:26 cl 1.74.12.5: fixed linux compiler warnings 2008/04/25 09:01:02 cl 1.74.12.4: RESYNC: (1.74-1.75); FILE MERGED 2008/04/21 15:31:49 tl 1.74.12.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/17 08:48:37 cl 1.74.12.2: #i35937# removed unused code for old binary versions 2008/04/10 16:50:53 cl 1.74.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d4b830b6b1004c8514493044d07ab5294bed6a22]

        INTEGRATION: CWS impressodf12 (1.121.10); FILE MERGED 2008/06/04 14:17:52 cl 1.121.10.4: #i90347# do not add text offset twice to tab position 2008/04/25 09:00:53 cl 1.121.10.3: RESYNC: (1.121-1.122); FILE MERGED 2008/04/21 15:31:49 tl 1.121.10.2: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/16 14:13:18 tl 1.121.10.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [23c80e58e22ea7f178bc67914fabd0145edccb07]

        INTEGRATION: CWS impressodf12 (1.118.324); FILE MERGED 2008/04/25 09:00:17 cl 1.118.324.2: RESYNC: (1.118-1.119); FILE MERGED 2008/04/21 15:31:49 tl 1.118.324.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b7cacb637b5c3e49011f930e1ad880dad0830b64]

        INTEGRATION: CWS impressodf12 (1.85.322); FILE MERGED 2008/04/25 09:00:30 cl 1.85.322.4: RESYNC: (1.85-1.86); FILE MERGED 2008/04/21 15:31:49 tl 1.85.322.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/16 14:13:18 tl 1.85.322.2: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/14 07:27:24 tl 1.85.322.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ac725ded86cddf9f594e191823e3fbc898b31809]

        INTEGRATION: CWS impressodf12 (1.62.352); FILE MERGED 2008/04/25 09:00:26 cl 1.62.352.2: RESYNC: (1.62-1.63); FILE MERGED 2008/04/10 16:50:53 cl 1.62.352.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [281ae6f549d7651b901ca7e71c8404b24bcd7dbb]

        INTEGRATION: CWS impressodf12 (1.14.46); FILE MERGED 2008/05/15 14:38:04 cl 1.14.46.3: #i35937# outline level is signed 16 bit now 2008/04/25 09:00:21 cl 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 16:50:53 cl 1.14.46.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5bc54ed581f0639604382ae1a1a29d8d08312cce]

        INTEGRATION: CWS impressodf12 (1.29.46); FILE MERGED 2008/04/25 09:00:56 cl 1.29.46.4: RESYNC: (1.29-1.30); FILE MERGED 2008/04/24 15:26:10 cl 1.29.46.3: #i35937# converted EE_PARA_BULLETSTATE to bool item 2008/04/23 13:15:01 tl 1.29.46.2: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/10 16:50:53 cl 1.29.46.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [564fb538d846dd184b66d13d5136206e87a69029]

        INTEGRATION: CWS impressodf12 (1.14.12); FILE MERGED 2008/04/25 09:00:44 cl 1.14.12.3: RESYNC: (1.14-1.15); FILE MERGED 2008/04/24 15:25:36 cl 1.14.12.2: #i35937# converted EE_PARA_BULLETSTATE to void item 2008/04/10 16:50:52 cl 1.14.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eecb03e38bbc7c259baa167e9ed2af062b30362e]

        INTEGRATION: CWS impressodf12 (1.12.12); FILE MERGED 2008/04/25 09:01:05 cl 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/17 08:48:16 cl 1.12.12.1: #i35937# removed unused code for old binary versions

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [66a5c56351b447335c50e08c2c22d700b6926f95]

        INTEGRATION: CWS impressodf12 (1.28.12); FILE MERGED 2008/04/25 09:00:35 cl 1.28.12.4: RESYNC: (1.28-1.29); FILE MERGED 2008/04/17 08:47:54 cl 1.28.12.3: #i35937# removed unused code for old binary versions 2008/04/14 07:27:24 tl 1.28.12.2: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/10 16:50:52 cl 1.28.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8cfa67f21f0feebf12bf85ad1e933084e17a94ba]

        INTEGRATION: CWS impressodf12 (1.46.352); FILE MERGED 2008/04/25 09:00:40 cl 1.46.352.3: RESYNC: (1.46-1.47); FILE MERGED 2008/04/24 15:24:55 cl 1.46.352.2: #i35937# converted EE_PARA_BULLETSTATE to void item 2008/04/23 12:55:06 tl 1.46.352.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c81a39cdb02a2a5b2bd9c41ab266a61e8dc5a985]

        INTEGRATION: CWS impressodf12 (1.20.334); FILE MERGED 2008/05/15 14:25:44 cl 1.20.334.3: #i35937# outline level is signed 16 bit now 2008/04/25 09:00:09 cl 1.20.334.2: RESYNC: (1.20-1.21); FILE MERGED 2008/04/24 15:24:38 cl 1.20.334.1: #i35937# converted EE_PARA_BULLETSTATE to void item

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4efacbc725c462f17f4e560345e9d1c5ca9d4bd7]

        INTEGRATION: CWS impressodf12 (1.62.26); FILE MERGED 2008/05/15 13:59:42 cl 1.62.26.1: #i35937# adding numbering none to outliner apps

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8ed0d7a8e9e9f675e6ee70a63e4f9ea723fd3e34]

        INTEGRATION: CWS impressodf12 (1.9.12); FILE MERGED 2008/04/28 11:24:40 cl 1.9.12.3: fixed linux compiler warnings 2008/04/25 08:58:16 cl 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/10 16:50:52 cl 1.9.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b4cb9aa75fd918c35e29660598b3e37d7010a5bf]

        INTEGRATION: CWS impressodf12 (1.3.322); FILE MERGED 2008/05/26 15:11:20 cl 1.3.322.3: #i75927# added restart for numbering 2008/04/25 08:57:55 cl 1.3.322.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/10 16:50:17 cl 1.3.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a607da99e0d97a2844c7d30552f3f63dd840e75c]

        INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED 2008/04/25 08:57:39 cl 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/24 15:22:35 cl 1.3.12.1: #i35937# removed property HasLevels

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [55f6d6c65a2af76a9bab97cdb418fa25c8c7733b]

        INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED 2008/04/28 11:25:15 cl 1.3.12.3: fixed linux compiler warnings 2008/04/25 08:57:34 cl 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/24 15:22:20 cl 1.3.12.1: #i35937# removed property HasLevels

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [064d8102a1f21527be0e744328bb88c7c7892d68]

        INTEGRATION: CWS impressodf12 (1.2.450); FILE MERGED 2008/04/25 08:58:09 cl 1.2.450.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/24 15:21:55 cl 1.2.450.1: #i35937# renamed property IsNumbering to NumberingIsNumber

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [71ddb247c13c9f9d9903fc39b80607d64fdabb7d]

        INTEGRATION: CWS impressodf12 (1.4.12); FILE MERGED 2008/05/26 15:11:20 cl 1.4.12.3: #i75927# added restart for numbering 2008/04/25 08:58:02 cl 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/10 16:50:16 cl 1.4.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e0b920c45cd843aa340a4ee36139db7f518b2404]

        INTEGRATION: CWS impressodf12 (1.3.322); FILE MERGED 2008/04/25 08:57:37 cl 1.3.322.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/10 16:50:16 cl 1.3.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e7ef4974e9a34c718b2cb4b10d9e1ba7047d36c6]

        INTEGRATION: CWS impressodf12 (1.3.322); FILE MERGED 2008/05/26 15:11:20 cl 1.3.322.3: #i75927# added restart for numbering 2008/04/25 08:57:46 cl 1.3.322.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/10 16:50:16 cl 1.3.322.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [19cf4e9bc5e531d60760dc51eba2d5056199d90e]

        INTEGRATION: CWS impressodf12 (1.4.26); FILE MERGED 2008/05/26 11:35:45 cl 1.4.26.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b98347d4aca0ad86b5e850c15dfc2be12e94d638]

        INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED 2008/04/25 08:57:42 cl 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 08:46:24 cl 1.3.12.2: #i35937# removed unused code for old binary versions 2008/04/10 16:50:16 cl 1.3.12.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1015b731dfcd571c4da15315d84b421be694ec52]

        INTEGRATION: CWS impressodf12 (1.3.178); FILE MERGED 2008/05/29 12:08:44 cl 1.3.178.9: #i75927# bullet rework 2008/05/26 15:11:19 cl 1.3.178.8: #i75927# added restart for numbering 2008/05/26 11:35:45 cl 1.3.178.7: #i35937# code cleanup after bullet rework 2008/04/25 08:57:50 cl 1.3.178.6: RESYNC: (1.3-1.4); FILE MERGED 2008/04/22 19:53:23 cl 1.3.178.5: added paint first line hdl 2008/04/21 15:31:02 tl 1.3.178.4: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/14 07:26:20 tl 1.3.178.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/13 18:48:28 cl 1.3.178.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 16:50:16 cl 1.3.178.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [10816e3c0cb011d8a51956bb053d6e5c14f3ae0f]

        INTEGRATION: CWS impressodf12 (1.3.430); FILE MERGED 2008/04/25 08:57:59 cl 1.3.430.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 08:45:07 cl 1.3.430.1: #i35937# removed unused code for old binary versions

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [243defd24cbf1923c0ac469ca5676d834d41a5dc]

        INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED 2008/04/25 08:58:05 cl 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/17 08:44:17 cl 1.3.12.1: #i35937# removed unused code for old binary versions

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5c100be554106ed057fe29b0383d6556441d16ec]

        INTEGRATION: CWS impressodf12 (1.4.10); FILE MERGED 2008/05/29 12:08:44 cl 1.4.10.5: #i75927# bullet rework 2008/04/25 08:58:13 cl 1.4.10.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/21 15:31:02 tl 1.4.10.3: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/16 12:29:38 tl 1.4.10.2: #i35937# EditEngine/outliner changes regarding number format and bullets 2008/04/14 07:26:20 tl 1.4.10.1: #i35937# EditEngine/outliner changes regarding number format and bullets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [132964ef8c372c0cae35b693f198d77053f3c291]

        INTEGRATION: CWS impressodf12 (1.3.26); FILE MERGED 2008/05/27 14:59:06 cl 1.3.26.2: #i35937# code cleanup after bullet rework 2008/05/26 11:35:45 cl 1.3.26.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d2fb49ea46158e9939055e635c49b3538eef6e2d]

        INTEGRATION: CWS xmlfix2 (1.24.102); FILE MERGED 2008/05/15 17:30:22 mst 1.24.102.2: RESYNC: (1.24-1.27); FILE MERGED 2008/03/31 14:37:07 mst 1.24.102.1: #i81678#: interface change: XXPathAPI - desktop/source/deployment/registry/package/dp_package.cxx,   desktop/source/deployment/misc/dp_descriptioninfoset.cxx,   desktop/source/deployment/gui/dp_gui_update{,install}dialog.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4c96d00bfbe9f3ebb329271ca15a51d9eeefc0c3]

        INTEGRATION: CWS xmlfix2 (1.3.112); FILE MERGED 2008/05/15 17:30:15 mst 1.3.112.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/31 14:37:06 mst 1.3.112.1: #i81678#: interface change: XXPathAPI - desktop/source/deployment/registry/package/dp_package.cxx,   desktop/source/deployment/misc/dp_descriptioninfoset.cxx,   desktop/source/deployment/gui/dp_gui_update{,install}dialog.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0bf6fe824178bd3336b2cbd862d819ba5fd6c468]

        INTEGRATION: CWS xmlfix2 (1.7.66); FILE MERGED 2008/05/15 17:30:11 mst 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/31 14:37:06 mst 1.7.66.1: #i81678#: interface change: XXPathAPI - desktop/source/deployment/registry/package/dp_package.cxx,   desktop/source/deployment/misc/dp_descriptioninfoset.cxx,   desktop/source/deployment/gui/dp_gui_update{,install}dialog.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [71c2aa7de1a27047c0d491df0f3fcf10f13d9f88]

        INTEGRATION: CWS xmlfix2 (1.14.18); FILE MERGED 2008/05/15 17:30:06 mst 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/31 14:37:06 mst 1.14.18.1: #i81678#: interface change: XXPathAPI - desktop/source/deployment/registry/package/dp_package.cxx,   desktop/source/deployment/misc/dp_descriptioninfoset.cxx,   desktop/source/deployment/gui/dp_gui_update{,install}dialog.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c8574d02391968538f45a1b8b52fddc9bfe8acb5]

        INTEGRATION: CWS xmlfix2 (1.80.24); FILE MERGED 2008/05/15 17:28:10 mst 1.80.24.2: RESYNC: (1.80-1.83); FILE MERGED 2008/04/09 16:22:40 mst 1.80.24.1: fix issue #i87115# - sfx2/source/doc/objxtor.cxx   + SfxObjectShell::Close: do not deregistering the document info listener;     it should be unnecessary (and it also seems impossible to do correctly...)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d5607b04eb1fb9d9baa480c2fd5e60121127a5f6]

        INTEGRATION: CWS xmlfix2 (1.31.24); FILE MERGED 2008/05/15 17:28:04 mst 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/31 15:14:12 mst 1.31.24.1: remove duplicated XAttributeList implementations - sfx2/source/doc/attributelist.{hxx,cxx}:   + removed - sfx2/source/doc/makefile.mk:   + remove attributelist.cxx - sfx2/source/doc/doctemplateslocal.cxx:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8aa3d1214b17873f6c3d79d95da8bc33d78298c4]

        INTEGRATION: CWS impressodf12 (1.62.4); FILE MERGED 2008/05/30 14:09:18 cl 1.62.4.4: #i75927# fixed send to outliner after bullet rework 2008/05/26 12:25:03 cl 1.62.4.3: #i35937# code cleanup after bullet rework 2008/04/25 08:49:36 cl 1.62.4.2: RESYNC: (1.62-1.64); FILE MERGED 2008/04/10 17:07:47 cl 1.62.4.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f398c258ff04a2a23d2538b281cc228d6507db32]

        INTEGRATION: CWS xmlfix2 (1.3.428); FILE MERGED 2008/05/15 17:28:01 mst 1.3.428.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/31 15:14:12 mst 1.3.428.1: remove duplicated XAttributeList implementations - sfx2/source/doc/attributelist.{hxx,cxx}:   + removed - sfx2/source/doc/makefile.mk:   + remove attributelist.cxx - sfx2/source/doc/doctemplateslocal.cxx:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4f060fc40087b37211315daeac75af5b85cdfa93]

        INTEGRATION: CWS impressodf12 (1.47.176); FILE MERGED 2008/05/30 14:09:18 cl 1.47.176.11: #i75927# fixed send to outliner after bullet rework 2008/05/29 12:30:19 cl 1.47.176.10: #i75927# bullet rework 2008/05/27 15:49:33 cl 1.47.176.9: fixed merge conflict 2008/05/27 14:49:12 cl 1.47.176.8: #i35937# code cleanup after bullet rework 2008/05/26 12:25:03 cl 1.47.176.7: #i35937# code cleanup after bullet rework 2008/04/28 11:36:54 cl 1.47.176.6: fixed linux compiler warnings 2008/04/25 08:49:31 cl 1.47.176.5: RESYNC: (1.47-1.49); FILE MERGED 2008/04/22 20:02:34 cl 1.47.176.4: added paint first line hdl 2008/04/17 09:03:49 cl 1.47.176.3: #i35937# moved paint of page number to sd 2008/04/13 19:05:21 cl 1.47.176.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:47 cl 1.47.176.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c7fe1a78d5577a92c1b38a28a1a68d400b384bb8]

        INTEGRATION: CWS impressodf12 (1.87.6); FILE MERGED 2008/05/30 14:09:18 cl 1.87.6.6: #i75927# fixed send to outliner after bullet rework 2008/05/26 12:25:03 cl 1.87.6.5: #i35937# code cleanup after bullet rework 2008/04/28 11:36:54 cl 1.87.6.4: fixed linux compiler warnings 2008/04/25 08:50:08 cl 1.87.6.3: RESYNC: (1.87-1.89); FILE MERGED 2008/04/17 09:03:49 cl 1.87.6.2: #i35937# moved paint of page number to sd 2008/04/13 19:05:21 cl 1.87.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8fb096d0446509585b86f6f06f6d7efb332b83bf]

        INTEGRATION: CWS impressodf12 (1.28.208); FILE MERGED 2008/04/25 08:49:15 cl 1.28.208.2: RESYNC: (1.28-1.30); FILE MERGED 2008/04/13 19:05:21 cl 1.28.208.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5e769000adbbf4a646f666733a5ce9eb2e87220c]

        INTEGRATION: CWS xmlfix2 (1.6.26); FILE MERGED 2008/05/15 17:27:57 mst 1.6.26.3: RESYNC: (1.6-1.8); FILE MERGED 2008/04/09 16:18:50 mst 1.6.26.2: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + setEditingDuration, setEditingCycles, setAutoloadSecs now throw     IllegalArgumentException instead of RuntimeException 2008/03/31 14:39:00 mst 1.6.26.1: i81678#: interface change: XXPathAPI - sfx2/source/doc/SfxDocumentMetaData.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6fe5b1ec1f4fd47c5546eef6cd24465c683d2905]

        INTEGRATION: CWS impressodf12 (1.29.176); FILE MERGED 2008/05/26 12:25:03 cl 1.29.176.3: #i35937# code cleanup after bullet rework 2008/04/25 08:49:54 cl 1.29.176.2: RESYNC: (1.29-1.31); FILE MERGED 2008/04/10 17:07:47 cl 1.29.176.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d580e86ddc6c810d2cc636ce5c9e6c4ca3f01fd0]

        INTEGRATION: CWS impressodf12 (1.30.98); FILE MERGED 2008/05/29 12:30:19 cl 1.30.98.4: #i75927# bullet rework 2008/04/25 08:49:11 cl 1.30.98.3: RESYNC: (1.30-1.31); FILE MERGED 2008/04/17 09:03:30 cl 1.30.98.2: #i35937# fixed a possible crash 2008/04/13 19:05:21 cl 1.30.98.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [03d77da6a753150092744ef6af57b86fd23fc022]

        INTEGRATION: CWS impressodf12 (1.25.210); FILE MERGED 2008/06/03 13:46:51 cl 1.25.210.5: #i90299# fixed promote/demote status 2008/05/29 12:30:19 cl 1.25.210.4: #i75927# bullet rework 2008/05/26 12:25:03 cl 1.25.210.3: #i35937# code cleanup after bullet rework 2008/04/25 08:49:41 cl 1.25.210.2: RESYNC: (1.25-1.26); FILE MERGED 2008/04/13 19:05:20 cl 1.25.210.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d66faadbd64b4d378b8c85837a44e6521878e6fc]

        INTEGRATION: CWS shutup2 (1.230.2); FILE MERGED 2008/05/26 16:00:07 rt 1.230.2.3: #i84263# Second try, this time using AC_ARG_ENABLE instead of AC_ARG_WITH. Both approaches work, but this one seems to better fit the philosophy of autoconf. 2008/05/20 14:38:53 rt 1.230.2.2: #i84263# Allow lower and upper case values. 2008/05/20 13:09:23 rt 1.230.2.1: #i84263# Create configure switch do decrease (--with-verbosity=LOW) or increase (--with-verbosity=HIGH) verbose level of build process.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [da732878bd04baf1ae712a200f6ae41bc4a2f5f4]

        INTEGRATION: CWS impressodf12 (1.47.2); FILE MERGED 2008/04/25 08:49:49 cl 1.47.2.2: RESYNC: (1.47-1.50); FILE MERGED 2008/04/13 19:05:20 cl 1.47.2.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1dd1ad535716050a0e2c7f0b382d361943c8c6a7]

        INTEGRATION: CWS impressodf12 (1.20.8); FILE MERGED 2008/05/26 12:25:03 cl 1.20.8.4: #i35937# code cleanup after bullet rework 2008/04/25 08:50:03 cl 1.20.8.3: RESYNC: (1.20-1.22); FILE MERGED 2008/04/13 19:05:20 cl 1.20.8.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:47 cl 1.20.8.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f8eb7b2abd87fd087302f6ffbc09702a75a276b1]

        INTEGRATION: CWS impressodf12 (1.23.40); FILE MERGED 2008/04/25 08:52:13 cl 1.23.40.2: RESYNC: (1.23-1.27); FILE MERGED 2008/04/10 17:07:46 cl 1.23.40.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0fe738f0f47bb84fab9c97a61c6fbde85989c9bd]

        INTEGRATION: CWS impressodf12 (1.3.12); FILE MERGED 2008/05/29 12:30:18 cl 1.3.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d04002a5e862de66230c6e032c7a8b9cb62d8eea]

        INTEGRATION: CWS impressodf12 (1.3.614); FILE MERGED 2008/04/25 08:50:27 cl 1.3.614.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/13 19:05:20 cl 1.3.614.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2dddb64564c82fabc46615ee83b023b3439bee34]

        INTEGRATION: CWS impressodf12 (1.20.12); FILE MERGED 2008/05/26 12:22:54 cl 1.20.12.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [97f5de3f5be513418781a11175101aa84134d2a2]

        INTEGRATION: CWS impressodf12 (1.15.6); FILE MERGED 2008/05/30 14:09:17 cl 1.15.6.6: #i75927# fixed send to outliner after bullet rework 2008/05/26 12:22:54 cl 1.15.6.5: #i35937# code cleanup after bullet rework 2008/04/25 08:50:30 cl 1.15.6.4: RESYNC: (1.15-1.16); FILE MERGED 2008/04/22 20:01:55 cl 1.15.6.3: added paint first line hdl 2008/04/17 09:02:36 cl 1.15.6.2: #i35937# moved paint of page number to sd 2008/04/13 19:05:20 cl 1.15.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f44d165d2f033bdfb551729c6d1394e5db680231]

        INTEGRATION: CWS xmlfix2 (1.4.38); FILE MERGED 2008/05/15 17:26:55 mst 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/31 14:20:36 mst 1.4.38.1: #i81678#: interface change: XXPathAPI - unoxml/source/xpath/xpathapi{.hxx,.cxx}:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7d76d92bc014e8aeb166a8dce74e16e27731a4ef]

        INTEGRATION: CWS xmlfix2 (1.5.18); FILE MERGED 2008/05/15 17:26:52 mst 1.5.18.5: RESYNC: (1.5-1.6); FILE MERGED 2008/04/23 13:43:49 mst 1.5.18.4: - unoxml/source/xpath/xpathapi.cxx:   + fix build with gcc 4.3: include string.h 2008/04/09 16:30:28 mst 1.5.18.3: fix issue #i87252# - unoxml/source/xpath/xpathapi.cxx:   + prevent libxml from printing error messages to stderr when evaluating     XPath expressions 2008/03/31 14:20:35 mst 1.5.18.2: #i81678#: interface change: XXPathAPI - unoxml/source/xpath/xpathapi{.hxx,.cxx}:   + adapt to changes in css.xml.xpath.XXPathAPI 2007/11/14 14:28:38 lo 1.5.18.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [aa8f7571edf753fc8a0bb2faa88366ba6bcaba0d]

        INTEGRATION: CWS impressodf12 (1.63.12); FILE MERGED 2008/05/26 12:26:30 cl 1.63.12.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d58ecb8343b98e8860949b39083a6a9eb5a8049a]

        INTEGRATION: CWS shutup2 (1.87.10); FILE MERGED 2008/05/23 09:56:30 rt 1.87.10.2: RESYNC: (1.87-1.88); FILE MERGED 2008/05/21 14:39:33 rt 1.87.10.1: #i84263# Pass on verbose switch to make_installer.pl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fa29cea453568a10d95cce5a4f69962fe6e0c231]

        INTEGRATION: CWS xmlfix2 (1.7.6); FILE MERGED 2008/05/15 17:26:47 mst 1.7.6.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/26 15:13:51 mst 1.7.6.2: RESYNC: (1.7-1.9); FILE MERGED 2007/11/14 14:28:38 lo 1.7.6.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [38137fea44d025dedef7ff2b113997316504e21b]

        INTEGRATION: CWS xmlfix2 (1.11.2); FILE MERGED 2008/05/15 17:26:44 mst 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/31 14:19:29 mst 1.11.2.1: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}:   + fix mess resulting from "using namespace rtl"

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fdb4ef84a7e1ee4067db95fba4946d19f76d63a6]

        INTEGRATION: CWS xmlfix2 (1.11.8); FILE MERGED 2008/05/15 17:26:40 mst 1.11.8.3: RESYNC: (1.15-1.16); FILE MERGED 2008/03/26 15:11:10 mst 1.11.8.2: RESYNC: (1.11-1.15); FILE MERGED 2007/11/14 14:28:38 lo 1.11.8.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2aeee470175f30aeab9fcf20eabf4be07d55f9d8]

        INTEGRATION: CWS impressodf12 (1.26.6); FILE MERGED 2008/04/25 08:52:46 cl 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2008/04/10 17:07:46 cl 1.26.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e18e03dde19110bc311076db58ec27087e31a223]

        INTEGRATION: CWS xmlfix2 (1.4.30); FILE MERGED 2008/05/15 17:26:33 mst 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 15:10:02 mst 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/14 14:28:38 lo 1.4.30.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [310517face4677403fbae77037d40b6ae0a6b6e2]

        INTEGRATION: CWS xmlfix2 (1.4.30); FILE MERGED 2008/05/15 17:26:30 mst 1.4.30.4: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 14:19:29 mst 1.4.30.3: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}:   + fix mess resulting from "using namespace rtl" 2008/03/26 15:08:00 mst 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/14 14:28:38 lo 1.4.30.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4ed1bf8f9a8b350b6255a9e63cd5d8b8a631adfe]

        INTEGRATION: CWS xmlfix2 (1.3.50); FILE MERGED 2008/05/15 17:26:26 mst 1.3.50.6: RESYNC: (1.4-1.5); FILE MERGED 2008/04/22 11:38:14 mst 1.3.50.5: - unoxml/source/dom/documentbuilder.cxx:   + fix build with gcc 4.3: include string.h 2008/04/01 08:36:53 mst 1.3.50.4: - unoxml/source/dom/documentbuilder.cxx:   + wntmsci11 warning fixes 2008/03/31 14:19:29 mst 1.3.50.3: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}:   + fix mess resulting from "using namespace rtl" 2008/03/26 15:07:48 mst 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/14 14:28:38 lo 1.3.50.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d0c1b462271e5c10a8a2aeb2db5136ff54ba0a53]

        INTEGRATION: CWS shutup2 (1.172.10); FILE MERGED 2008/05/23 09:56:24 rt 1.172.10.4: RESYNC: (1.185-1.187); FILE MERGED 2008/05/20 13:09:31 rt 1.172.10.3: #i84263# Create configure switch do decrease (--with-verbosity=LOW) or increase (--with-verbosity=HIGH) verbose level of build process. 2008/04/16 14:49:18 rt 1.172.10.2: RESYNC: (1.172-1.185); FILE MERGED 2008/02/27 14:18:50 rt 1.172.10.1: GUIENV seems obsolete.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6e2dc1fff872c0615831348b928418ff0cac7f1a]

        INTEGRATION: CWS xmlfix2 (1.10.2); FILE MERGED 2008/05/15 17:26:23 mst 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/31 14:19:29 mst 1.10.2.1: - unoxml/source/dom/{document.hxx,node.hxx,documentbuilder{.hxx,.cxx}}:   + fix mess resulting from "using namespace rtl"

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3f49a559ac77c82da7eab387ede5c706c914a68e]

        INTEGRATION: CWS impressodf12 (1.12.288); FILE MERGED 2008/05/26 12:26:30 cl 1.12.288.4: #i35937# code cleanup after bullet rework 2008/04/25 08:52:51 cl 1.12.288.3: RESYNC: (1.12-1.13); FILE MERGED 2008/04/13 19:05:19 cl 1.12.288.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:46 cl 1.12.288.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d6429ea3ec340f6e5568a5ac9b96561865e487b6]

        INTEGRATION: CWS impressodf12 (1.9.6); FILE MERGED 2008/04/25 08:52:57 cl 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2008/04/13 19:05:19 cl 1.9.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [47425c9b4dedb399247fd14b08d056f8c0b66c06]

        INTEGRATION: CWS shutup2 (1.263.2); FILE MERGED 2008/05/26 16:00:20 rt 1.263.2.4: #i84263# Second try, this time using AC_ARG_ENABLE instead of AC_ARG_WITH. Both approaches work, but this one seems to better fit the philosophy of autoconf. 2008/05/23 09:56:21 rt 1.263.2.3: RESYNC: (1.263-1.268); FILE MERGED 2008/05/20 14:39:01 rt 1.263.2.2: #i84263# Allow lower and upper case values. 2008/05/20 13:09:31 rt 1.263.2.1: #i84263# Create configure switch do decrease (--with-verbosity=LOW) or increase (--with-verbosity=HIGH) verbose level of build process.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ca6077be81f65bb1a419d88b575e61f79f68477b]

        INTEGRATION: CWS xmlfix2 (1.3.128); FILE MERGED 2008/05/15 17:24:05 mst 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/31 15:09:52 mst 1.3.128.1: remove duplicated XAttributeList implementations - configmgr/source/inc/attributelist.hxx,   configmgr/source/misc/attributelist.cxx:   + removed - configmgr/source/misc/makefile.mk:   + remove attributelist.cxx - configmgr/source/xml/elementformatter{.hxx,.cxx}:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7826da5bcb04d0e07ccff43dfe643fb33fbce25a]

        INTEGRATION: CWS impressodf12 (1.16.12); FILE MERGED 2008/05/29 12:30:18 cl 1.16.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ac1f30818936184a6d24eb507e4b275acb22ff16]

        INTEGRATION: CWS xmlfix2 (1.15.70); FILE MERGED 2008/05/15 17:24:02 mst 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/31 15:09:52 mst 1.15.70.1: remove duplicated XAttributeList implementations - configmgr/source/inc/attributelist.hxx,   configmgr/source/misc/attributelist.cxx:   + removed - configmgr/source/misc/makefile.mk:   + remove attributelist.cxx - configmgr/source/xml/elementformatter{.hxx,.cxx}:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b93cbec3b553927b9a6b35eeca937133cd70484e]

        INTEGRATION: CWS impressodf12 (1.9.288); FILE MERGED 2008/04/25 08:53:00 cl 1.9.288.3: RESYNC: (1.9-1.10); FILE MERGED 2008/04/24 15:33:54 cl 1.9.288.2: #i35937# removed different offsets in presentation numbering rules 2008/04/13 19:05:19 cl 1.9.288.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [11a368de8104a7535e42f32f31f46bf56ccf84d5]

        INTEGRATION: CWS xmlfix2 (1.26.118); FILE MERGED 2008/05/15 17:23:57 mst 1.26.118.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/31 15:09:51 mst 1.26.118.1: remove duplicated XAttributeList implementations - configmgr/source/inc/attributelist.hxx,   configmgr/source/misc/attributelist.cxx:   + removed - configmgr/source/misc/makefile.mk:   + remove attributelist.cxx - configmgr/source/xml/elementformatter{.hxx,.cxx}:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a89dae97558a65e95ccbd0a81dd28fa907f792c1]

        INTEGRATION: CWS impressodf12 (1.40.288); FILE MERGED 2008/05/26 12:26:30 cl 1.40.288.3: #i35937# code cleanup after bullet rework 2008/04/25 08:52:40 cl 1.40.288.2: RESYNC: (1.40-1.41); FILE MERGED 2008/04/13 19:05:19 cl 1.40.288.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0bc22365527ab97ebbffc26ac2e98194abf539b9]

        INTEGRATION: CWS impressodf12 (1.16.288); FILE MERGED 2008/05/26 12:26:30 cl 1.16.288.4: #i35937# code cleanup after bullet rework 2008/04/25 08:52:36 cl 1.16.288.3: RESYNC: (1.16-1.17); FILE MERGED 2008/04/13 19:05:19 cl 1.16.288.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:46 cl 1.16.288.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [46244b2a6ccb09a167637a7b15f8e16b4853bf8d]

        INTEGRATION: CWS xmlfix2 (1.119.18); FILE MERGED 2008/05/15 17:21:11 mst 1.119.18.2: RESYNC: (1.119-1.121); FILE MERGED 2008/03/31 15:32:49 mst 1.119.18.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6532d6b15ff5172097ff2c1eb4a52f03b6535cac]

        INTEGRATION: CWS impressodf12 (1.8.210); FILE MERGED 2008/04/25 08:53:06 cl 1.8.210.3: RESYNC: (1.8-1.9); FILE MERGED 2008/04/13 19:05:19 cl 1.8.210.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:45 cl 1.8.210.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3d556b4fac439e3725c484eba1eb1bf993ae548c]

        INTEGRATION: CWS xmlfix2 (1.5.260); FILE MERGED 2008/05/15 17:21:07 mst 1.5.260.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 15:32:49 mst 1.5.260.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5704695ec29265605ece5ed7ed566423960b73d6]

        INTEGRATION: CWS impressodf12 (1.18.6); FILE MERGED 2008/04/25 08:50:20 cl 1.18.6.4: RESYNC: (1.18-1.19); FILE MERGED 2008/04/14 14:36:35 cl 1.18.6.3: #i35937# removed unneeeded code 2008/04/13 19:05:19 cl 1.18.6.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:45 cl 1.18.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [743a39714110d09d32be8ad6b656f89c720560ef]

        INTEGRATION: CWS xmlfix2 (1.14.50); FILE MERGED 2008/05/15 17:21:04 mst 1.14.50.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/31 15:32:49 mst 1.14.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5750dca0d846d5a427a8f8820e23b61ea2c8e023]

        INTEGRATION: CWS impressodf12 (1.28.12); FILE MERGED 2008/05/29 12:30:17 cl 1.28.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bc714cde2597c75301b5da34f3ab6182af6a078e]

        INTEGRATION: CWS impressodf12 (1.11.12); FILE MERGED 2008/05/29 12:30:17 cl 1.11.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [41c6912b2cb88374a598d3ac40ba6b90f7a2c42a]

        INTEGRATION: CWS xmlfix2 (1.11.50); FILE MERGED 2008/05/15 17:20:57 mst 1.11.50.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/31 15:32:49 mst 1.11.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f1cc7ae81fcf2daf12a501cb11398260fc3e5672]

        INTEGRATION: CWS impressodf12 (1.13.6); FILE MERGED 2008/04/25 08:50:16 cl 1.13.6.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/13 19:05:19 cl 1.13.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [414a590bc6d990672f31b73ca87ec61415ce63f8]

        INTEGRATION: CWS xmlfix2 (1.7.50); FILE MERGED 2008/05/15 17:20:52 mst 1.7.50.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/31 15:32:49 mst 1.7.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [69746ab45bc23c6d0a91ca024ca54ef4dfc5dd3c]

        INTEGRATION: CWS impressodf12 (1.14.286); FILE MERGED 2008/04/25 08:50:12 cl 1.14.286.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/13 19:05:19 cl 1.14.286.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4b80524db7fc561f919800942a2b9481b4d8faf2]

        INTEGRATION: CWS shutup2 (1.39.92); FILE MERGED 2008/04/16 14:48:33 rt 1.39.92.4: RESYNC: (1.41-1.43); FILE MERGED 2008/02/25 14:04:59 rt 1.39.92.3: RESYNC: (1.40-1.41); FILE MERGED 2008/01/09 09:39:28 rt 1.39.92.2: RESYNC: (1.39-1.40); FILE MERGED 2008/01/03 16:16:02 rt 1.39.92.1: #i84967# Move options '-mt' from CDEFS to CFLAGS*

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0aef68e3d8d3cee3fc5418b4307f9f9dc23aa8bc]

        INTEGRATION: CWS xmlfix2 (1.12.50); FILE MERGED 2008/05/15 17:20:48 mst 1.12.50.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/31 15:32:49 mst 1.12.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a6443e6c50aab62b8d9318fa27f0bac66bad9b4b]

        INTEGRATION: CWS impressodf12 (1.51.210); FILE MERGED 2008/04/25 08:50:24 cl 1.51.210.2: RESYNC: (1.51-1.52); FILE MERGED 2008/04/13 19:05:18 cl 1.51.210.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [47a5e7614601c523a0ce09a5615b9f59f3052763]

        INTEGRATION: CWS shutup2 (1.87.8); FILE MERGED 2008/05/20 14:52:25 rt 1.87.8.2: #i84263# 2008/05/08 14:45:23 rt 1.87.8.1: #i84263# Make unpacking silent per default. Former verbose behaviour can get back via VERBOSE environment variable.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c07ddc36e7161b712a11ada3bc2359934c4342fc]

        INTEGRATION: CWS xmlfix2 (1.5.318); FILE MERGED 2008/05/15 17:20:37 mst 1.5.318.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 15:32:49 mst 1.5.318.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5c3b85495be080c42f24d94cd6db9708308188fa]

        INTEGRATION: CWS impressodf12 (1.50.12); FILE MERGED 2008/05/30 14:09:17 cl 1.50.12.2: #i75927# fixed send to outliner after bullet rework 2008/05/26 15:05:13 cl 1.50.12.1: #i75927# fixed send to outline

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [093e884f43878719fde21044259f6454f3ae37c6]

        INTEGRATION: CWS xmlfix2 (1.8.50); FILE MERGED 2008/05/15 17:20:34 mst 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/31 15:32:49 mst 1.8.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fc8fcae77a87e8a366045d95dfa9f58d077f972a]

        INTEGRATION: CWS shutup2 (1.47.8); FILE MERGED 2008/05/22 09:57:32 rt 1.47.8.1: #i86502# avoid unnecessary output

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c41345831bef2b95cbb36a3e7eada5800f6d04ee]

        INTEGRATION: CWS impressodf12 (1.68.12); FILE MERGED 2008/06/04 10:41:54 cl 1.68.12.5: #i90337# check for binary files and transform them 2008/05/31 16:00:02 cl 1.68.12.4: fixed merge problem 2008/05/31 15:51:39 cl 1.68.12.3: fixed merge problem 2008/05/30 14:10:06 cl 1.68.12.2: #i75927# treat pre OOo 3.0 beta2 builds as OOo 2.x builds 2008/05/15 15:21:12 cl 1.68.12.1: #i35937# convert bullets and lr spaces on import of 2.x documents

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [642b100297b6a3ceb53185f6dce3c96e985924cf]

        INTEGRATION: CWS xmlfix2 (1.8.50); FILE MERGED 2008/05/15 17:20:19 mst 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/31 15:32:49 mst 1.8.50.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [56cb9a0e2f140000f54fd79832f58e9b41228d8d]

        INTEGRATION: CWS shutup2 (1.203.62); FILE MERGED 2008/04/16 14:48:26 rt 1.203.62.2: RESYNC: (1.203-1.207); FILE MERGED 2008/02/27 12:48:38 rt 1.203.62.1: #i86502# Removed empty include pathes.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f4dec60e133da4fb99cfecca4b0ca8587412f3b2]

        INTEGRATION: CWS impressodf12 (1.1.2); FILE ADDED 2008/06/06 10:27:47 rt 1.1.2.7: Correct license header 2008/06/04 14:35:54 cl 1.1.2.6: fixed linux build problem 2008/06/04 14:22:31 cl 1.1.2.5: #i90347# hide bullets bu just disable numbering and keep lr space for such paragraphs 2008/05/29 13:25:43 cl 1.1.2.4: #i59405# fixed wrap attribute 2008/05/29 12:30:17 cl 1.1.2.3: #i75927# bullet rework 2008/05/27 14:54:56 cl 1.1.2.2: #i35937# code cleanup after bullet rework 2008/05/15 15:23:10 cl 1.1.2.1: #i35937# convert bullets and lr spaces on import of 2.x documents

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [14a131887e98b01903230a480f256b87eb11ec4d]

        INTEGRATION: CWS impressodf12 (1.6.12); FILE MERGED 2008/05/15 15:21:11 cl 1.6.12.1: #i35937# convert bullets and lr spaces on import of 2.x documents

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a1deec59605c965566b9e469ac93648e63028b28]

        INTEGRATION: CWS xmlfix2 (1.5.260); FILE MERGED 2008/05/15 17:20:04 mst 1.5.260.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 15:32:49 mst 1.5.260.1: remove duplicated XAttributeList implementations - framework/inc/services/attributelist.hxx,   framework/source/services/attributelist.cxx,   framework/inc/xml/attributelist.hxx,   framework/source/xml/attributelist.cxx:   + removed - framework/source/xml/makefile.mk, framework/util/makefile.mk:   + remove attributelist.cxx - framework/source/xml/{acceleratorconfigurationwriter.cxx,     eventsdocumenthandler.cxx,imagesdocumenthandler.cxx,     menudocumenthandler.cxx,saxnamespacefilter.cxx,     statusbardocumenthandler.cxx,toolboxdocumenthandler.cxx,     toolboxlayoutdocumenthandler.cxx}   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8ccbd827d4ee79da19c57af1d02067ee99d9ca64]

        INTEGRATION: CWS impressodf12 (1.32.46); FILE MERGED 2008/04/25 08:48:42 cl 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/13 19:04:45 cl 1.32.46.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [28e303b9b3ff1d2402208f859c99970cb9d791fc]

        INTEGRATION: CWS impressodf12 (1.102.12); FILE MERGED 2008/05/30 14:49:12 sj 1.102.12.2: #i75927# taking care of outliner core changes (numbering) 2008/05/29 15:51:20 sj 1.102.12.1: #i75927# taking care of outliner core changes (numbering)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8ded5ef558324cc1c464fb1f83213a16deab9307]

        INTEGRATION: CWS shutup2 (1.225.56); FILE MERGED 2008/05/20 14:50:25 rt 1.225.56.5: i84263# Consolidate variables QUIET=TRUE becomes VERBOSE=FALSE. 2008/05/08 14:52:21 rt 1.225.56.4: i84263# New environment variables QUIET and VERBOSE. 2008/04/16 14:48:29 rt 1.225.56.3: RESYNC: (1.225-1.230); FILE MERGED 2008/02/27 12:34:16 rt 1.225.56.2: #i86502# Removed obsolete defines, flagged with  in summer 2001 / 2002. 2008/02/27 12:26:13 rt 1.225.56.1: #i86502# Removed define named as WORK_STAMP. I cannot imagine what a define should be good for nowadays when its name changes with the workstamp.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [29eed9e4965ba124740a622c54c7401ab6966a46]

        INTEGRATION: CWS impressodf12 (1.46.10); FILE MERGED 2008/05/30 14:49:12 sj 1.46.10.2: #i75927# taking care of outliner core changes (numbering) 2008/05/29 15:51:20 sj 1.46.10.1: #i75927# taking care of outliner core changes (numbering)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6842538b16371c1facc98c56df5ce2284555c710]

        INTEGRATION: CWS impressodf12 (1.21.6); FILE MERGED 2008/05/29 12:30:16 cl 1.21.6.3: #i75927# bullet rework 2008/04/25 08:49:07 cl 1.21.6.2: RESYNC: (1.21-1.23); FILE MERGED 2008/04/24 15:31:08 cl 1.21.6.1: #i87588# fixed empty api name problem and set parent problem

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d83d4286dcecf702682ca384f73c005662f8849c]

        INTEGRATION: CWS shutup2 (1.45.28); FILE MERGED 2008/05/22 09:57:32 rt 1.45.28.1: #i86502# avoid unnecessary output

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0d1dfb4e3c3b5b791b91b4b67e8dd78a3754c51a]

        INTEGRATION: CWS impressodf12 (1.36.6); FILE MERGED 2008/04/28 11:25:44 cl 1.36.6.6: fixed linux compiler warnings 2008/04/25 08:49:02 cl 1.36.6.5: RESYNC: (1.36-1.37); FILE MERGED 2008/04/24 15:32:55 cl 1.36.6.4: #i35937# removed different offsets in presentation numbering rules 2008/04/14 14:33:52 cl 1.36.6.3: #i35937# do not put SvxLRSpaceItem with bullet indent into styles anymore 2008/04/13 19:04:22 cl 1.36.6.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:44 cl 1.36.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6625989ee1188285c453b99aa13fac8e0cd74ca6]

        INTEGRATION: CWS impressodf12 (1.36.6); FILE MERGED 2008/04/25 08:48:46 cl 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2008/04/13 19:04:22 cl 1.36.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1fb151f323d623143aae5a6b800b1fed3fb4cdd1]

        INTEGRATION: CWS impressodf12 (1.64.4); FILE MERGED 2008/05/26 12:27:04 cl 1.64.4.3: #i35937# code cleanup after bullet rework 2008/04/25 08:48:58 cl 1.64.4.2: RESYNC: (1.64-1.66); FILE MERGED 2008/04/13 19:04:22 cl 1.64.4.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8c3f3a0f757472989787dc03c3f6baf178b4e614]

        INTEGRATION: CWS shutup2 (1.80.14); FILE MERGED 2008/05/23 09:53:06 rt 1.80.14.2: RESYNC: (1.80-1.82); FILE MERGED 2008/05/22 13:10:24 rt 1.80.14.1:  #i84263# Switch to set VERBOSE environmant variable.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9d8996252d268904c84aaecb210a9c429f70bfb2]

        INTEGRATION: CWS impressodf12 (1.55.6); FILE MERGED 2008/05/26 12:27:04 cl 1.55.6.5: #i35937# code cleanup after bullet rework 2008/04/25 08:48:51 cl 1.55.6.4: RESYNC: (1.55-1.56); FILE MERGED 2008/04/24 15:32:55 cl 1.55.6.3: #i35937# removed different offsets in presentation numbering rules 2008/04/13 19:04:22 cl 1.55.6.2: #i35937# allow paragraph depth of -1 to switch of numbering 2008/04/10 17:07:44 cl 1.55.6.1: #i35937# allow paragraph depth of -1 to switch of numbering

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [aedb89fe16d48798bd7ef810becc00f6589d13a0]

        INTEGRATION: CWS shutup2 (1.1.16); FILE MERGED 2008/05/23 09:53:09 rt 1.1.16.5: RESYNC: (1.16-1.24); FILE MERGED 2008/05/22 13:10:24 rt 1.1.16.4:  #i84263# Switch to set VERBOSE environmant variable. 2008/04/16 14:48:17 rt 1.1.16.3: RESYNC: (1.1-1.16); FILE MERGED 2008/02/27 14:15:32 rt 1.1.16.2: GUIENV seems obsolete. 2008/02/27 09:34:16 rt 1.1.16.1: #i86502# SOLARINC does not need to contain -I.. Everywhere it is used a -I. explicitly is inserted before SOLARINC.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [dfc8833f9b7d534004a4515f17af72e3ac18260a]

        INTEGRATION: CWS impressodf12 (1.86.12); FILE MERGED 2008/05/26 12:27:04 cl 1.86.12.1: #i35937# code cleanup after bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6e83aa5763b9c9a8172c155c0e672014ae47c019]

        INTEGRATION: CWS impressodf12 (1.6.12); FILE MERGED 2008/05/29 12:29:51 cl 1.6.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0e7f7339af1fcdfcfaed3ad6adb065b13bde299c]

        INTEGRATION: CWS impressodf12 (1.23.12); FILE MERGED 2008/05/29 12:29:51 cl 1.23.12.1: #i75927# bullet rework

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4c6bc4cfdaee6fc39b12a170a1f9667f5c6e131d]

        INTEGRATION: CWS shutup2 (1.13.2); FILE MERGED 2008/05/23 09:53:19 rt 1.13.2.2: RESYNC: (1.13-1.15); FILE MERGED 2008/05/21 06:39:19 rt 1.13.2.1: #i89710# Avoid uninitialized variables.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e26a9e10449b96f294ccc1d816dec7f5084466dc]

        INTEGRATION: CWS xmlfix2 (1.7.250); FILE MERGED 2008/05/15 17:18:20 mst 1.7.250.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/31 15:21:10 mst 1.7.250.1: remove duplicated XAttributeList implementations - filter/source/xsltdialog/attributelist.{hxx,cxx}:   + removed - filter/source/xsltdialog/makefile.mk:   + remove attributelist.cxx - filter/source/xsltdialog/typedetectionexport.cxx:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4a4ecb001c048b22b1e3b0b964f4cc8285f60f7d]

        INTEGRATION: CWS xmlfix2 (1.7.22); FILE MERGED 2008/05/15 17:18:04 mst 1.7.22.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/31 15:21:10 mst 1.7.22.1: remove duplicated XAttributeList implementations - filter/source/xsltdialog/attributelist.{hxx,cxx}:   + removed - filter/source/xsltdialog/makefile.mk:   + remove attributelist.cxx - filter/source/xsltdialog/typedetectionexport.cxx:   + use comphelper/attributelist.hxx

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [17c0473c9898fa658bf62fc2a88b4336d61641b1]

        INTEGRATION: CWS shutup2 (1.60.8); FILE MERGED 2008/05/21 14:47:57 rt 1.60.8.1: Use installer::logger::print_message instead of print

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2fe23c340be2828b8cf2ef3e0f7907cb96dc60c1]

        INTEGRATION: CWS shutup2 (1.47.8); FILE MERGED 2008/05/23 09:53:16 rt 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2008/05/21 08:24:02 rt 1.47.8.1: #i84263# Command line switch to override VERBOSE environment setting.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5e5afd55dc286dc13eb3ff69fbbeb84aa8eab5b6]

        INTEGRATION: CWS shutup2 (1.9.8); FILE MERGED 2008/05/21 13:47:22 rt 1.9.8.1: #i84263# Some messages should be shown even for quiet option.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6e99c6177193e02a1634ffd40958a257e99f1857]

        INTEGRATION: CWS shutup2 (1.12.8); FILE MERGED 2008/05/21 08:21:23 rt 1.12.8.1: #i84263# Switch on quiet mode is VERBOSE is set to FALSE.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ffcfe0472a105e51ec2c11ec38f8463341bcdf4f]

        INTEGRATION: CWS shutup2 (1.38.8); FILE MERGED 2008/05/23 09:53:23 rt 1.38.8.2: RESYNC: (1.38-1.40); FILE MERGED 2008/05/21 13:47:22 rt 1.38.8.1: #i84263# Some messages should be shown even for quiet option.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [777da7a63797384d34d91bf167c48e68eefd55e3]

        INTEGRATION: CWS shutup2 (1.39.8); FILE MERGED 2008/05/21 13:47:21 rt 1.39.8.1: #i84263# Some messages should be shown even for quiet option.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cdaa3b01df27531e038a5e4010c814379dd207fd]

        INTEGRATION: CWS shutup2 (1.7.8); FILE MERGED 2008/05/22 14:42:24 rt 1.7.8.1: #i84263# As the whole command line, including perl call, is echoed to console there is no need to explicitly print script and parameters again.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8f72d2b72a01f970a801e91105fc297ab9ba279e]

        INTEGRATION: CWS shutup2 (1.126.8); FILE MERGED 2008/05/23 07:32:06 rt 1.126.8.4: #i84263# Even in quiet mode at least one line of output should be given, I think. 2008/05/22 06:46:41 rt 1.126.8.3: #i84263# Minor changes. 2008/05/20 14:55:52 rt 1.126.8.2: i84263# Consolidate variables QUIET=TRUE becomes VERBOSE=FALSE. 2008/05/08 14:06:25 rt 1.126.8.1: #i84263# Make former quiet option default behaviour. New option verbose gives old output, option quiet suppresses even version info.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b37a0d52a06a91b98e08b9d3e220f80feb5051d0]

        INTEGRATION: CWS xmlfix2 (1.8.4); FILE MERGED 2008/05/15 17:15:14 mst 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/31 14:28:05 mst 1.8.4.1: #i81678#: interface change: XXPathAPI - extensions/source/update/feed/upatefeed.cxx,   extensions/source/update/check/upateprotocol.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5b364c2e8baf9b1f6bbe611c0fd6895a88056afc]

        INTEGRATION: CWS impressodf12 (1.101.20); FILE MERGED 2008/05/15 13:35:16 cl 1.101.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8515ce6c51b3af564ca1f31ef6b271b43ef37a51]

        INTEGRATION: CWS shutup2 (1.166.2); FILE MERGED 2008/05/27 07:01:38 rt 1.166.2.3: #i84263# Make announcements a bit more condensed. 2008/05/23 09:53:13 rt 1.166.2.2: RESYNC: (1.166-1.167); FILE MERGED 2008/05/06 15:44:14 rt 1.166.2.1: #i84263# Verbosity of deliver.pl now gets ruled independently by environment variable.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [908c21a3d2ed6ab9cbfb5bb39b58dba458add54e]

        INTEGRATION: CWS xmlfix2 (1.9.4); FILE MERGED 2008/05/15 17:15:07 mst 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/31 14:28:05 mst 1.9.4.1: #i81678#: interface change: XXPathAPI - extensions/source/update/feed/upatefeed.cxx,   extensions/source/update/check/upateprotocol.cxx:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8dbfc7b6592d8d876dc86072f5499a4688636965]

        INTEGRATION: CWS impressodf12 (1.143.20); FILE MERGED 2008/05/26 16:17:15 cl 1.143.20.2: RESYNC: (1.143-1.144); FILE MERGED 2008/05/15 13:35:15 cl 1.143.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [913e36fb55d4000e721cfe5ffec321d50ccb204b]

        INTEGRATION: CWS impressodf12 (1.140.20); FILE MERGED 2008/05/15 13:35:15 cl 1.140.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d7d52f3870e9455a0eabb1f63d5457ee8fb50aba]

        INTEGRATION: CWS impressodf12 (1.39.20); FILE MERGED 2008/05/15 13:35:14 cl 1.39.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ce2befc29e527a8c8d17b400468643f48bf1873b]

        INTEGRATION: CWS impressodf12 (1.7.20); FILE MERGED 2008/05/15 13:24:29 cl 1.7.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1cf7cc3666a9b4a8339e87897eb521b454b7fdcb]

        INTEGRATION: CWS shutup2 (1.31.72); FILE MERGED 2008/04/16 14:47:56 rt 1.31.72.3: RESYNC: (1.31-1.34); FILE MERGED 2008/02/27 12:53:00 rt 1.31.72.2: #i86502# Removed unused CDEF USE_POLYGON 2008/02/27 08:46:13 rt 1.31.72.1: #i86502# SOLARINCDIR/offuh already is part of standard include path, no need to set it here a second time.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3a291d77a92c9d203ddee9dca9d4c14d77edc49a]

        INTEGRATION: CWS impressodf12 (1.13.20); FILE MERGED 2008/05/15 13:24:29 cl 1.13.20.1: #i35937# reworked bullets in outliner

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [623483975b9c95b82663562d6249a11109ffc00b]

        INTEGRATION: CWS shutup2 (1.2.136); FILE MERGED 2008/04/16 14:47:52 rt 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/27 08:46:13 rt 1.2.136.1: #i86502# SOLARINCDIR/offuh already is part of standard include path, no need to set it here a second time.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4ac9e8c72fb8fc3dde87ae151fc51958ddd1c65f]

        INTEGRATION: CWS xmlfix2 (1.4.6); FILE MERGED 2008/04/02 11:45:21 mst 1.4.6.1: - libxml2/libxml2-2.6.31.patch, libxml2/makefile.mk, libxml2/prj/d.lst:   + patch and install xml2-config

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ee3d41d4ad455a2b4370236ac2542fedaec412e6]

        INTEGRATION: CWS impressodf12 (1.42.20); FILE MERGED 2008/05/15 13:16:19 cl 1.42.20.1: #i35937# add property flag to import attributes to alien attribute container

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c49ffb919f9a500d27059684b4c22491aa85d6cf]

        INTEGRATION: CWS impressodf12 (1.24.20); FILE MERGED 2008/05/15 13:04:39 cl 1.24.20.1: #i35937# removed hack from issue 36217

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9365984b4c68f1be0a7e5d7b3a6a6a1160cf1e7d]

        INTEGRATION: CWS xmlfix2 (1.1.2); FILE ADDED 2008/03/31 14:55:54 mst 1.1.2.1: upgrade libxml2 to version 2.6.31 - libxml2/download/libxml2-2.6.17.tar.gz, libxml2/libxml2-2.6.17{-mingw}.patch:   + removed - libxml2/download/libxml2-2.6.31.tar.gz, libxml2/libxml2-2.6.31.patch:   + added - libxml2/makefile.mk:   + updated

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [24d2140a6575f3c66f9ab95f008b7c8ad04a243d]

        INTEGRATION: CWS impressodf12 (1.40.20); FILE MERGED 2008/05/15 13:03:41 cl 1.40.20.1: #i35937# removed hack from issue 36217

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [840b64e1cdc0cccc349897c2511e53ab077d7830]

        INTEGRATION: CWS impressodf12 (1.98.20); FILE MERGED 2008/05/29 13:25:16 cl 1.98.20.2: #i59405# fixed wrap attribute 2008/05/15 13:03:07 cl 1.98.20.1: #i35937# removed hack from issue 36217

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9db5d43d468e7be715d62e7bc16ae7b09e52b80d]

        INTEGRATION: CWS impressodf12 (1.4.20); FILE MERGED 2008/05/15 13:00:59 cl 1.4.20.1: #i35937# removed hack from issue 36217

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f097904c8a0da39084a287e6d01b9e02f9da044c]

        INTEGRATION: CWS xmlfix2 (1.20.2); FILE MERGED 2008/05/15 17:14:59 mst 1.20.2.3: RESYNC: (1.20-1.21); FILE MERGED 2008/04/02 11:45:21 mst 1.20.2.2: - libxml2/libxml2-2.6.31.patch, libxml2/makefile.mk, libxml2/prj/d.lst:   + patch and install xml2-config 2008/03/31 14:55:53 mst 1.20.2.1: upgrade libxml2 to version 2.6.31 - libxml2/download/libxml2-2.6.17.tar.gz, libxml2/libxml2-2.6.17{-mingw}.patch:   + removed - libxml2/download/libxml2-2.6.31.tar.gz, libxml2/libxml2-2.6.31.patch:   + added - libxml2/makefile.mk:   + updated

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3c334b27dbde66f700d34e58d0c556688d04acd7]

        INTEGRATION: CWS impressodf12 (1.10.20); FILE MERGED 2008/05/15 13:00:13 cl 1.10.20.1: #i35937# use numbering rule compare interface from numbering rule itself

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5e4855346a9a749094c27c7ed3eafa6f84844f6f]

        INTEGRATION: CWS xmlfix2 (1.1.2); FILE ADDED 2008/04/08 16:08:00 mst 1.1.2.4: - libxml2/libxml2-2.6.31.patch:   + add the win32-only header "wspiapi.h" to wsockcompat.h instead of     nanohttp.cxx 2008/04/02 11:45:21 mst 1.1.2.3: - libxml2/libxml2-2.6.31.patch, libxml2/makefile.mk, libxml2/prj/d.lst:   + patch and install xml2-config 2008/03/31 17:16:34 mst 1.1.2.2: make libxml 2.6.31 build on wntmsci11 - libxml2/libxml2-2.6.31.patch:   + add the win32-only header "Wspiapi.h" to nanohttp.cxx 2008/03/31 14:55:53 mst 1.1.2.1: upgrade libxml2 to version 2.6.31 - libxml2/download/libxml2-2.6.17.tar.gz, libxml2/libxml2-2.6.17{-mingw}.patch:   + removed - libxml2/download/libxml2-2.6.31.tar.gz, libxml2/libxml2-2.6.31.patch:   + added - libxml2/makefile.mk:   + updated

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cf5fe0e5ab3b7b5d558a62c0c40f90ac06a82bed]

        INTEGRATION: CWS impressodf12 (1.3.20); FILE MERGED 2008/05/15 12:56:06 cl 1.3.20.1: #i35937# add property flag to import attributes to alien attribute container

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b025672a6472891560934c310d5dcfa929ec6b34]

        INTEGRATION: CWS xmlfix2 (1.5.126); FILE MERGED 2008/05/15 17:06:34 mst 1.5.126.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 14:03:46 mst 1.5.126.1: #i81678#: interface change: XXPathAPI - offapi/com/sun/star/xml/xpath/XPathException.idl:   + new file: new exception XPathException - offapi/com/sun/star/xml/xpath/XXPathAPI.idl:   + methods of XXPathAPI now throw XPathException on error conditions   + improved documentation - offapi/com/sun/star/xml/xpath/makefile.mk:   + new file: XPathException.idl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4c2114012ca3050cb895e7dcec8a13057288f8ba]

        INTEGRATION: CWS xmlfix2 (1.4.326); FILE MERGED 2008/05/15 17:06:30 mst 1.4.326.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/31 14:03:46 mst 1.4.326.1: #i81678#: interface change: XXPathAPI - offapi/com/sun/star/xml/xpath/XPathException.idl:   + new file: new exception XPathException - offapi/com/sun/star/xml/xpath/XXPathAPI.idl:   + methods of XXPathAPI now throw XPathException on error conditions   + improved documentation - offapi/com/sun/star/xml/xpath/makefile.mk:   + new file: XPathException.idl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0a833f8f40fd5eeae4d4aabe2672175c9644baf2]

        INTEGRATION: CWS xmlfix2 (1.1.2); FILE ADDED 2008/04/16 11:49:09 mst 1.1.2.2: - offapi/com/sun/star/xml/xpath/XPathException.idl:   + update the license header to LGPLv3 2008/03/31 14:03:46 mst 1.1.2.1: #i81678#: interface change: XXPathAPI - offapi/com/sun/star/xml/xpath/XPathException.idl:   + new file: new exception XPathException - offapi/com/sun/star/xml/xpath/XXPathAPI.idl:   + methods of XXPathAPI now throw XPathException on error conditions   + improved documentation - offapi/com/sun/star/xml/xpath/makefile.mk:   + new file: XPathException.idl

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [82e848de6d101b8b195b0b710473826a2c3c2197]

        INTEGRATION: CWS xmlfix2 (1.3.326); FILE MERGED 2008/05/15 17:06:26 mst 1.3.326.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/14 14:31:36 lo 1.3.326.1: parser improvements

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ba945e7702b1cdec6f2beb92ab5354a65a8e5c0f]

        INTEGRATION: CWS impressodf12 (1.21.8); FILE MERGED 2008/05/26 16:16:57 cl 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2008/04/28 11:34:51 cl 1.21.8.1: changed depth from USHORT to sal_Int16

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7b99224020f3105bcb15eec03bb5a48ab4691a9b]

        INTEGRATION: CWS xmlfix2 (1.3.34); FILE MERGED 2008/05/15 17:05:48 mst 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/09 16:14:24 mst 1.3.34.1: interface change: XDocumentProperties - offapi/com/sun/star/document/XDocumentProperties.idl:   + setting EditingDuration, EditingCycles and AutoloadSecs may now     throw IllegalArgumentException

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [049f2d47d9fd50d54740bd4d773e2845c4018b1f]

        INTEGRATION: CWS impressodf12 (1.34.8); FILE MERGED 2008/05/26 16:17:00 cl 1.34.8.2: RESYNC: (1.34-1.35); FILE MERGED 2008/04/28 11:34:50 cl 1.34.8.1: changed depth from USHORT to sal_Int16

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9932553e176754f77340da61133787de5d8ddb3f]

        INTEGRATION: CWS xmlfix2 (1.5.132); FILE MERGED 2008/05/15 17:04:32 mst 1.5.132.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/31 14:24:28 mst 1.5.132.1: #i81678#: interface change: XXPathAPI - forms/source/xforms/{computedexpression.cxx,pathexpression.cxx,binding.cxx}:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f694b1bf433e3b012aadff3d401a57f943861741]

        INTEGRATION: CWS xmlfix2 (1.6.132); FILE MERGED 2008/05/15 17:04:29 mst 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/31 14:24:28 mst 1.6.132.1: #i81678#: interface change: XXPathAPI - forms/source/xforms/{computedexpression.cxx,pathexpression.cxx,binding.cxx}:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2c0e5981e623b920e41ee4597e48027c271f7dcc]

        INTEGRATION: CWS xmlfix2 (1.7.16); FILE MERGED 2008/05/15 17:04:25 mst 1.7.16.2: RESYNC: (1.7-1.9); FILE MERGED 2008/03/31 14:24:28 mst 1.7.16.1: #i81678#: interface change: XXPathAPI - forms/source/xforms/{computedexpression.cxx,pathexpression.cxx,binding.cxx}:   + adapt to changes in css.xml.xpath.XXPathAPI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b469e9708e43bdf1b69a6ff26c0d07aac155c8c9]

        INTEGRATION: CWS xmlfix2 (1.66.28); FILE MERGED 2008/05/15 16:55:59 mst 1.66.28.2: RESYNC: (1.66-1.69); FILE MERGED 2008/03/31 13:55:28 mst 1.66.28.1: - sw/util/makefile.mk:   + do not link against libxml2

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7816505196be979a9e8ab45e5faa4837fe7b0bde]

        INTEGRATION: CWS xmlfix2 (1.1.30); FILE MERGED 2008/04/02 11:49:16 mst 1.1.30.1: - libxslt/libxslt-1.1.16.patch, libxslt/makefile.mk, libxslt/prj/d.lst:   + remove libxml2-config hack   + patch and install xslt-config

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e88ee394a6f57a1f3aa062ddd7bfe7cbb068577e]

        INTEGRATION: CWS xmlfix2 (1.12.4); FILE MERGED 2008/05/15 16:55:41 mst 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/04/02 11:49:16 mst 1.12.4.1: - libxslt/libxslt-1.1.16.patch, libxslt/makefile.mk, libxslt/prj/d.lst:   + remove libxml2-config hack   + patch and install xslt-config

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [709d854f7659c931f30d632330e94325bf8aab91]

        INTEGRATION: CWS fmebugs04 (1.33.48); FILE MERGED 2008/05/13 14:08:54 os 1.33.48.1: #i83536# register Access database files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bf288a8f13a5d9a93f3ffff7dab77118b7b21025]

        INTEGRATION: CWS fmebugs04 (1.130.46); FILE MERGED 2008/05/13 14:08:54 os 1.130.46.1: #i83536# register Access database files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a4da71fb824f2d4ecc7c01f4deb2865ba52f5f4c]

        INTEGRATION: CWS fmebugs04 (1.115.46); FILE MERGED 2008/05/13 13:56:19 fme 1.115.46.2: #i9860# Top border for tables - correction 2008/05/13 13:49:23 fme 1.115.46.1: #i9860# Top border for tables

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ac05d10f53d021da49b65ea9407b57b435e4f3e1]

        INTEGRATION: CWS fmebugs04 (1.56.14); FILE MERGED 2008/05/13 13:53:15 fme 1.56.14.1: #i85168# Lock view before updating fields

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fc3e1ad24f331c6b8d5e3a78e1fdaba6db125998]

        INTEGRATION: CWS fmebugs04 (1.7.48); FILE MERGED 2008/05/13 13:59:21 os 1.7.48.1: #i83536# register Access database files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e01ba48d03dc59976c9473de511df4fb192e0034]

        INTEGRATION: CWS fmebugs04 (1.33.14); FILE MERGED 2008/05/13 14:40:42 nn 1.33.14.1: #i35178# column type is text if there is any text cell in the column

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [4caf76ae2772314de613b0b1686f3cfb9dc0bc7b]

        INTEGRATION: CWS native151 (1.46.36); FILE MERGED 2008/05/06 15:50:12 is 1.46.36.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a6d0318cfed9f976b7ddb2391bd922838e786054]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:53:51 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [61d10a4197785f9624595e659d6dcec9a09239ef]

        INTEGRATION: CWS native151 (1.4.36); FILE MERGED 2008/05/06 15:50:12 is 1.4.36.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [46a99cd3e4405ad7783e9883d4b704d769982f5b]

        INTEGRATION: CWS native151 (1.12.34); FILE MERGED 2008/05/06 15:50:12 is 1.12.34.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6ec838400f79c39312da042c7f1cfa3ea3d40849]

        INTEGRATION: CWS native151 (1.94.24); FILE MERGED 2008/05/06 15:50:12 is 1.94.24.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eaca3eaca3718e4fd3d39970e6f4a9992bd4d617]

        INTEGRATION: CWS native151 (1.66.36); FILE MERGED 2008/05/06 15:50:11 is 1.66.36.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1fce4a3fcc2a3530b8341c35c22bf67c00b1871c]

        INTEGRATION: CWS native151 (1.64.34); FILE MERGED 2008/05/06 15:50:11 is 1.64.34.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7d1dfcf683a4c2048d098b57aba2b197eb97791b]

        INTEGRATION: CWS native151 (1.240.22); FILE MERGED 2008/05/06 15:50:11 is 1.240.22.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [396defdab045f7f01b9f41d829529b4ca13c1de5]

        INTEGRATION: CWS native151 (1.286.32); FILE MERGED 2008/05/06 15:50:11 is 1.286.32.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d9b26a01960f8a0ee5ca6d105f14b24722f6b01e]

        INTEGRATION: CWS native151 (1.19.34); FILE MERGED 2008/05/06 15:50:11 is 1.19.34.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [74aef212b5e7e5b9273859f768259074bc67bfaa]

        INTEGRATION: CWS native151 (1.9.36); FILE MERGED 2008/05/06 15:50:11 is 1.9.36.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7e04132cb54463a31dfdf4c75ac8ad700f394ae7]

        INTEGRATION: CWS native151 (1.37.34); FILE MERGED 2008/05/06 15:50:11 is 1.37.34.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2be47480c3ebce070db53fb2b5306be90b5a29af]

        INTEGRATION: CWS native151 (1.23.34); FILE MERGED 2008/05/06 15:50:10 is 1.23.34.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2f01b9061fe34581344ae1cf9b8bd4913c2eee14]

        INTEGRATION: CWS native151 (1.8.2); FILE MERGED 2008/05/06 15:50:10 is 1.8.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b432bb6bbbc604351996fea6e90b6224854dbcf7]

        INTEGRATION: CWS native151 (1.42.2); FILE MERGED 2008/05/06 15:50:10 is 1.42.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6e9d300b731989fc4389cacbfca4a6396e64ffd2]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:51:46 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [75aaa375054c8f0134712ad23fc95fc707a7c425]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:51:36 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2d8ca49ed271b02b4b5a54ea60daa9011055c69b]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:51:56 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f8e276e2bea4b47b9536a7c5f08cf95ee64c78e8]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/30 09:46:04 is 1.1.2.2: #i79800# new file header 2008/05/06 15:52:06 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a02674dafd178a9ea0257f1ffb0e5305b16b8642]

        INTEGRATION: CWS native151 (1.27.62); FILE MERGED 2008/05/06 15:50:10 is 1.27.62.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1b61a71e6c7af32b0a9f4aaf159dcbdaf77c7c85]

        INTEGRATION: CWS native151 (1.6.8); FILE MERGED 2008/05/06 15:54:29 is 1.6.8.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0e911365431db3615d99192de99ca4aa304ce429]

        INTEGRATION: CWS native151 (1.13.8); FILE MERGED 2008/05/06 15:54:29 is 1.13.8.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fd058681768724f5ecf7a08202a7a8032e76b229]

        INTEGRATION: CWS native151 (1.8.26); FILE MERGED 2008/05/06 15:55:26 is 1.8.26.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [82ec345accce84cda77f0ec3395b59dfb6a0f4e7]

        INTEGRATION: CWS native151 (1.21.26); FILE MERGED 2008/05/06 15:55:26 is 1.21.26.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e0477d4e71eafbf8b785f19b1ad23f104c644cf3]

        INTEGRATION: CWS ause093 (1.7.40); FILE MERGED 2008/04/18 13:04:06 hjs 1.7.40.1: #i88337# - add ms runtimes to exceptionlist

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [64264ccc43c28ea88c2486f94bd2f564934b45bb]

        INTEGRATION: CWS ause093 (1.7.4); FILE MERGED 2008/04/28 17:02:44 hjs 1.7.4.1: #i88815# - redo changes plus another grep to survive #line statements in native windows shells

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [39545ddda1409cacd001790f6196c9a867030edf]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 15:59:56 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [83176c45410216943cb1473878b4ceeac50085b0]

        INTEGRATION: CWS native151 (1.12.50); FILE MERGED 2008/05/06 15:55:26 is 1.12.50.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a548a8c33d0b31be17e730f17e28617690160598]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 16:04:07 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0c7152056c4f34c7b09c4a7bf61e655c927c2249]

        INTEGRATION: CWS native151 (1.6.492); FILE MERGED 2008/05/06 15:55:26 is 1.6.492.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fbf7c7b30b02f8f9a9ed409744a45bb2bd6e1c93]

        INTEGRATION: CWS ause093 (1.7.6); FILE MERGED 2008/05/14 15:06:07 hjs 1.7.6.1: #i89473# add include to make it compile on cygwin

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [093e7032285a01034eca27f00a8c21d056df49bf]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 16:04:29 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7a05014f151af4e644b933c74b06844e79df8cd7]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 15:59:23 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [309d2dbc130e3a086babd1149a00f6ec53758df5]

        INTEGRATION: CWS native151 (1.9.50); FILE MERGED 2008/05/06 15:55:26 is 1.9.50.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7169efb6cbeb8fa675cd67db426f4289bd2d8240]

        INTEGRATION: CWS ause093 (1.5.6); FILE MERGED 2008/05/06 06:40:33 lla 1.5.6.1: #i88845# add a new test

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eecd32899f82fd7933cce1a8017584d766e939df]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 15:59:34 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8f51959f8061108f6e4a971e155d776bff50349b]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/06 06:40:05 lla 1.1.2.1: #i88845#

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1467c1545848364fe50a019946331af542d6b868]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/07 11:08:59 lla 1.1.2.1: #i88845# new selftest for delivered library tests

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [69aa99f7c442f8a25c552ff97d0b7d69dd0cb465]

        INTEGRATION: CWS native151 (1.10.362); FILE MERGED 2008/05/06 15:55:26 is 1.10.362.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [56057615a6a3fa51f21ab5448a89b9065fa601e6]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/07 11:08:49 lla 1.1.2.1: #i88845# new selftest for delivered library tests

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [00f96635bd531ad3cdee95dd1a72248f1a889904]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 16:04:19 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8fe737778318cf4bd66f0f2e372187c6b9fef526]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/07 11:08:38 lla 1.1.2.1: #i88845# new selftest for delivered library tests

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [dac0b1bd7e944b05a00c1e64b83bcaaa2c9a28ab]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/07 11:08:28 lla 1.1.2.1: #i88845# new selftest for delivered library tests

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6d626a709579dfa9457ef41450841135d726554e]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 16:03:57 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ac31a082fdf2dc3181bad9ed47058204735907af]

        INTEGRATION: CWS ause093 (1.1.2); FILE ADDED 2008/05/07 11:09:10 lla 1.1.2.1: #i88845# new selftest for delivered library tests

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2effbe8a4906cd1799514a60acacbd873d272f5c]

        INTEGRATION: CWS native151 (1.8.182); FILE MERGED 2008/05/06 15:55:26 is 1.8.182.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b3fbeaf5b670c4e2b7b48ea4aa4138f3f7159d7b]

        INTEGRATION: CWS ause093 (1.23.6); FILE MERGED 2008/05/07 11:10:44 lla 1.23.6.3: #i88845# cleanup, for load library locally or absolutely 2008/05/06 12:08:20 hjs 1.23.6.2: #i88845# set of changes from lla to get specified library loaded 2008/05/06 06:50:50 lla 1.23.6.1: #i88845# endless cleanup

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f7574e12a29f8e5ed3c0046550ce1000c828490a]

        INTEGRATION: CWS native151 (1.1.2); FILE ADDED 2008/05/06 15:59:45 is 1.1.2.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [839521456cdcd790e3faea41f09395833bae0215]

        INTEGRATION: CWS native151 (1.10.50); FILE MERGED 2008/05/06 15:55:26 is 1.10.50.1: #i79800# binfilter into an own package

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b09b8deba3b434b4a68ad7c5b94055477d23f9a4]

        INTEGRATION: CWS ause093 (1.10.6); FILE MERGED 2008/05/06 06:41:57 lla 1.10.6.1: #i88845# cleanups

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [11a03a221adcaa12e4ff57c2c7e7d8a7467c2068]

        INTEGRATION: CWS ause093 (1.9.6); FILE MERGED 2008/05/07 11:10:44 lla 1.9.6.3: #i88845# cleanup, for load library locally or absolutely 2008/05/06 12:08:20 hjs 1.9.6.2: #i88845# set of changes from lla to get specified library loaded 2008/05/06 06:42:35 lla 1.9.6.1: #i88845# changes for macosx usage

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [89503139682dddcd7090272be4746d756ba92df8]

        INTEGRATION: CWS ause093 (1.10.6); FILE MERGED 2008/05/06 12:08:20 hjs 1.10.6.1: #i88845# set of changes from lla to get specified library loaded

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6fc1c088c12e7e73dd96287f83b84992109031af]

        INTEGRATION: CWS ause093 (1.6.64); FILE MERGED 2008/05/07 11:17:10 lla 1.6.64.1: #i88845# add selftest

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [416d9ee67f3988f374f16bcfb701db14286a99e6]

        INTEGRATION: CWS ause093 (1.43.2); FILE MERGED 2008/05/26 15:33:56 hjs 1.43.2.1: #i87286# - force MAXPROCESS=1 to avoid collisions with directory-wide debug files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1e5b8b7ce0d1dfbfd270ad3b9b5ac629e55c3ba3]

        INTEGRATION: CWS ause093 (1.123.2); FILE MERGED 2008/04/15 12:48:50 hjs 1.123.2.1: #i85061# force timestamps to avoid pointless warnings

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0e3298739542d0046338a607d7006a12835b5c43]

        INTEGRATION: CWS ause093 (1.207.2); FILE MERGED 2008/05/26 15:34:42 hjs 1.207.2.2: #i87286# - force MAXPROCESS=1 to avoid collisions with directory-wide debug files 2008/04/18 12:49:42 hjs 1.207.2.1: #i81628# - less warnings and cleanup

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d0416c665c6078433a58c6e1ddc06803ea2dfe0b]

        INTEGRATION: CWS ause093 (1.97.2); FILE MERGED 2008/05/26 15:16:46 hjs 1.97.2.3: #i88407# syntax fix to make comments comments 2008/05/14 14:36:38 hjs 1.97.2.2: #i89470# less verbose 2008/04/22 14:23:04 hjs 1.97.2.1: #i88407# - dependencies for .mm files

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [aa73fc79621651d2130f12e1fea1ecd99ac3ef09]

        INTEGRATION: CWS ause093 (1.119.8); FILE MERGED 2008/04/15 12:48:50 hjs 1.119.8.1: #i85061# force timestamps to avoid pointless warnings

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [321aafced3e00aa1e5ee5b6da59cd24d949b14dd]

        INTEGRATION: CWS sw30rng01 (1.37.36); FILE MERGED 2008/05/20 14:38:19 ama 1.37.36.1: Fix #i64237#: Hidden != Display

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [083dd2f698964b8b2fe60a6f24afaebc4d598d19]

        INTEGRATION: CWS sw30rng01 (1.101.36); FILE MERGED 2008/05/20 14:37:17 ama 1.101.36.1: Fix #i64237#: Hidden != Display

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f781fd7effd7d28b6d9c7a5b71660c2d91147227]

        INTEGRATION: CWS ause093 (1.39.2); FILE MERGED 2008/05/06 14:50:24 hjs 1.39.2.1: #i86889# use -mp for path conversion to avoid breaking on non-existent path entries

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9c9fc611d3937f1f2f57b086ad49f7a791025b64]

        INTEGRATION: CWS sw30rng01 (1.144.12); FILE MERGED 2008/05/21 09:12:29 ama 1.144.12.1: #i81811#: svg:title instead svg:desc for alternative text

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ed3f1ac3bafe96a0b669b778a53e7a0637cda250]

        INTEGRATION: CWS sw30rng01 (1.74.36); FILE MERGED 2008/05/21 09:12:48 ama 1.74.36.1: #i81811#: svg:title instead svg:desc for alternative text

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e20bce408740dc0489e0ec1ab7c0409be5dd96f5]

        INTEGRATION: CWS sw30rng01 (1.29.36); FILE MERGED 2008/05/20 14:36:36 ama 1.29.36.1: Fix #i64237#: Hidden != Display

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [bc4c770e0fe2c36f388795d414fa187287c7fad5]

        INTEGRATION: CWS sw30rng01 (1.6.36); FILE MERGED 2008/05/20 14:35:28 ama 1.6.36.1: Fix #i64237#: Hidden != Display

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0d8e292cbc05b1cc2d178e0ae3f9b6f2e15f898b]

        INTEGRATION: CWS chart25 (1.30.8); FILE MERGED 2008/05/13 13:14:18 iha 1.30.8.1: display hidden cells?

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [05907d85029241d3e4d004ae1361d75750bf5496]

        INTEGRATION: CWS chart25 (1.44.8); FILE MERGED 2008/05/07 15:18:58 iha 1.44.8.2: #i26497# Tickmarks not at the correct position for bar and column charts 2008/05/06 11:14:17 iha 1.44.8.1: #i76053# avoid superfluous notifications for changes on hidden draw page

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [78fccc911eb411b599e683e869391c2f3774571d]

        INTEGRATION: CWS chart25 (1.7.10); FILE MERGED 2008/05/07 15:22:05 iha 1.7.10.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e8c211f9d0161d178d81cb88f5e1e0ca7f0d9eef]

        INTEGRATION: CWS chart25 (1.10.10); FILE MERGED 2008/05/07 15:21:35 iha 1.10.10.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [de97e9c2e20426fcc817847876253dac2ac0b5ea]

        INTEGRATION: CWS chart25 (1.6.10); FILE MERGED 2008/05/07 15:20:39 iha 1.6.10.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ed02089217761d70404cf53cdf1654bba3a688d9]

        INTEGRATION: CWS chart25 (1.13.10); FILE MERGED 2008/05/07 15:20:53 iha 1.13.10.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e5e0a441b63fb4ae42ce49ab8af32adc36c9e20c]

        INTEGRATION: CWS chart25 (1.11.10); FILE MERGED 2008/05/07 15:17:54 iha 1.11.10.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2e3ec6e1d9ac3af27c399d671495b34492a4fa6f]

        INTEGRATION: CWS chart25 (1.7.10); FILE MERGED 2008/05/13 08:07:07 iha 1.7.10.1: corrected property name Hidden->IsHidden

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [51195ffc8f79dfd4bf48e5503a0fb14a6b04e795]

        INTEGRATION: CWS chart25 (1.7.10); FILE MERGED 2008/05/06 10:46:56 iha 1.7.10.1: #i80933# Selection of Grid with keyboard is not visible

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ceb2126c81fbf4b09caf101689e26bbe1ddf88c5]

        INTEGRATION: CWS chart25 (1.17.8); FILE MERGED 2008/05/14 17:06:01 iha 1.17.8.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fcc0aa7b8c49a51402c3c8adef113cd96d6638c4]

        INTEGRATION: CWS chart25 (1.10.10); FILE MERGED 2008/04/25 14:44:57 iha 1.10.10.1: #i88742# make default lines a bit stronger for line charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2c816b7ee0720d1003385964423e19f326d388d6]

        INTEGRATION: CWS chart25 (1.20.8); FILE MERGED 2008/05/07 15:16:46 iha 1.20.8.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c8d8bd58588f32d5e7088e27b8bd5cfc0dcd6aa2]

        INTEGRATION: CWS chart25 (1.6.10); FILE MERGED 2008/05/13 08:05:23 iha 1.6.10.1: corrected property name Hidden->IsHidden

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [84db93cc897db691386a2e9acaeb60fc840417f8]

        INTEGRATION: CWS chart25 (1.13.10); FILE MERGED 2008/04/25 15:01:28 iha 1.13.10.1: #i88742# make default lines a bit stronger for line charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8328f159686a7f9d29989af0eb0cb638db74ad39]

        INTEGRATION: CWS chart25 (1.9.10); FILE MERGED 2008/04/25 15:00:05 iha 1.9.10.1: #i88742# make default lines a bit stronger for line charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [98223bae16cd6d39589a5ae7e50a7b93dbb46055]

        INTEGRATION: CWS chart25 (1.18.10); FILE MERGED 2008/04/25 14:47:56 iha 1.18.10.1: #i88742# make default lines a bit stronger for line charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d9622460debf99bbf7a26248280e21485403fccc]

        INTEGRATION: CWS chart25 (1.10.10); FILE MERGED 2008/05/08 14:54:58 iha 1.10.10.1: #i88950# implement XDocumentPropertiesSupplierformattings thus newer donut charts are loaded correctly again

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [84faa036feb89bb58c1ccbc3315b0aab8a3c3c33]

        INTEGRATION: CWS chart25 (1.15.10); FILE MERGED 2008/05/08 14:55:14 iha 1.15.10.1: #i88950# implement XDocumentPropertiesSupplierformattings thus newer donut charts are loaded correctly again

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5bbad379db05f20ced0a20137d97c12a825f2757]

        INTEGRATION: CWS chart25 (1.8.8); FILE MERGED 2008/05/14 17:05:20 iha 1.8.8.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2afb1638f202c71120fede40f7602d039eecf98d]

        INTEGRATION: CWS chart25 (1.6.10); FILE MERGED 2008/04/25 14:44:15 iha 1.6.10.1: #i88742# make default lines a bit stronger for line charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [548c9326cdaccbc7ce16da7c984452202bf12651]

        INTEGRATION: CWS chart25 (1.14.8); FILE MERGED 2008/05/07 15:16:16 iha 1.14.8.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [241953bee8af15bb7f9d65def704ad87c9e5dc03]

        INTEGRATION: CWS chart25 (1.28.8); FILE MERGED 2008/04/24 12:46:27 iha 1.28.8.2: RESYNC: (1.28-1.30); FILE MERGED 2008/04/18 07:38:26 iha 1.28.8.1: #i67368# don't show red selection handles for not rotatable objects

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c19a3617833e975f8eeb39ff160f7a562f348e0f]

        INTEGRATION: CWS chart25 (1.9.86); FILE MERGED 2008/04/24 12:46:31 iha 1.9.86.2: RESYNC: (1.9-1.11); FILE MERGED 2008/03/14 17:01:21 iha 1.9.86.1: #i26490# Base Point for resize does not work correct

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cd4ef7e031fe3130f7afae3fcaae01e519882602]

        INTEGRATION: CWS chart25 (1.8.8); FILE MERGED 2008/04/24 12:46:42 iha 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2008/04/10 09:11:50 iha 1.8.8.1: #i26572# allow to set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [927677f476420a5516a4f27c09e5577393cb841f]

        INTEGRATION: CWS chart25 (1.13.24); FILE MERGED 2008/04/24 12:46:39 iha 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2008/04/10 09:16:21 iha 1.13.24.1: #i26572# set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ecb113a8d09337508d3c786a074b0d424eb19222]

        INTEGRATION: CWS chart25 (1.11.86); FILE MERGED 2008/04/24 12:46:35 iha 1.11.86.2: RESYNC: (1.11-1.13); FILE MERGED 2008/04/10 09:15:56 iha 1.11.86.1: #i26572# set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2e3fce6a1f3c794af14ae609eba92cd4b44a9c97]

        INTEGRATION: CWS chart25 (1.7.10); FILE MERGED 2008/04/25 12:37:31 iha 1.7.10.1: #i88729# some help ids for error bars are missing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [dc85edd0fff5dc4c27c37bfb573fc8644fc3b98d]

        INTEGRATION: CWS chart25 (1.18.10); FILE MERGED 2008/05/06 11:15:09 iha 1.18.10.1: #i76053# avoid superfluous notifications for changes on hidden draw page

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d98dc4019dc147aeec3b6ba6f4046f73d394ba44]

        INTEGRATION: CWS chart25 (1.4.10); FILE MERGED 2008/04/25 12:40:11 iha 1.4.10.1: #i88729# some help ids for error bars are missing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [25983a4bbe527efa0b5060ad99b4925ee304f139]

        INTEGRATION: CWS chart25 (1.6.10); FILE MERGED 2008/04/25 12:39:08 iha 1.6.10.1: #i88729# some help ids for error bars are missing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ea1a59a83c50108c00cf6985f1dc24ab67bc8324]

        INTEGRATION: CWS chart25 (1.9.10); FILE MERGED 2008/05/14 17:07:28 iha 1.9.10.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d512d373b4c322e0f5a95ae931eddb18deda3662]

        INTEGRATION: CWS chart25 (1.7.10); FILE MERGED 2008/05/14 17:06:52 iha 1.7.10.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [aa8a5081bc270ff6a507ef6795c922d81c552d96]

        INTEGRATION: CWS chart25 (1.22.258); FILE MERGED 2008/04/24 12:40:41 iha 1.22.258.2: RESYNC: (1.22-1.23); FILE MERGED 2008/04/02 15:53:54 iha 1.22.258.1: #i26572# allow to set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [632e1d4f9a65004c830c55250694e7ae3439b867]

        INTEGRATION: CWS chart25 (1.98.48); FILE MERGED 2008/04/24 12:40:37 iha 1.98.48.2: RESYNC: (1.98-1.99); FILE MERGED 2008/04/02 15:55:43 iha 1.98.48.1: #i26572# allow to set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cbd372e6867e0999961397cf8e3a069e03a71dfd]

        INTEGRATION: CWS chart25 (1.7.6); FILE MERGED 2008/04/24 12:40:24 iha 1.7.6.3: RESYNC: (1.8-1.9); FILE MERGED 2008/04/03 15:53:43 iha 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/02 15:04:59 iha 1.7.6.1: #i26572# allow to set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [d57368851cd29b718059f220ca6646a5c5a6c59d]

        INTEGRATION: CWS chart25 (1.2.464); FILE MERGED 2008/04/24 12:40:28 iha 1.2.464.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/02 15:07:47 iha 1.2.464.1: #i26572# allow to set an explicit text for the font preview

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2be280dc139bad3be86d31268c69f422893566f6]

        INTEGRATION: CWS chart25 (1.2.272); FILE MERGED 2008/05/07 15:14:53 iha 1.2.272.1: #i26497# Tickmarks not at the correct position for bar and column charts

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [06e3158ac2254a181615e11b2648d814118d3807]

        INTEGRATION: CWS chart25 (1.8.18); FILE MERGED 2008/05/08 19:50:34 iha 1.8.18.1: #i88944# detect old openoffice file versions correctly

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [a93cdb8f94e9eaf90b3383b485c5b1fac63dbb8a]

        INTEGRATION: CWS chart25 (1.8.18); FILE MERGED 2008/05/08 19:51:29 iha 1.8.18.1: #i88944# detect old openoffice file versions correctly

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [033b82f2b3eaf8e901231e635d34f780d9fe3826]

        INTEGRATION: CWS chart25 (1.7.18); FILE MERGED 2008/05/08 19:52:53 iha 1.7.18.1: #i88944# detect old openoffice file versions correctly

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cdb4c5019dbfa437a0bf50a5bc2737f4a3ec747f]

        INTEGRATION: CWS chart25 (1.46.18); FILE MERGED 2008/05/08 19:54:01 iha 1.46.18.1: #i88944# detect old openoffice file versions correctly

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ba323aa11df1856d5a947741442a97bad98e4e54]

        INTEGRATION: CWS chart25 (1.42.18); FILE MERGED 2008/05/15 11:28:19 bm 1.42.18.2: #i89500# handle charts with own data from rows with wrong links into local table correctly 2008/05/08 19:55:02 iha 1.42.18.1: #i88944# detect old openoffice file versions correctly

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [b9aff45c4c4b686ca0b4a5ea1f61881e2a58e5cc]

        INTEGRATION: CWS sw30bf05 (1.31.68); FILE MERGED 2008/05/27 07:14:00 ama 1.31.68.1: Fix #i89722#: Leave block modus for search&replace

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [08bdcddc1229486af1109c4aaeb0d8811fa14dd6]

        INTEGRATION: CWS sw30bf05 (1.66.66); FILE MERGED 2008/05/29 09:50:10 ama 1.66.66.1: Fix #i89440#: Extend selection

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e00799e2ca994e5f1d71e734c2fb5ba41249c956]

        INTEGRATION: CWS sw30bf05 (1.23.34); FILE MERGED 2008/05/28 08:45:11 ama 1.23.34.1: Fix #i61946#: Allow 'unknown' line styles to be loaded

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8c173b6076c618b8ef1ae807097bce0f50e76400]

        INTEGRATION: CWS sw30bf05 (1.155.66); FILE MERGED 2008/05/21 13:59:30 od 1.155.66.1: #i84873# - new method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)>

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [edd5b0edc2eb4badf68624ef9ec4774a4dc0fab8]

        INTEGRATION: CWS sw30bf05 (1.190.64); FILE MERGED 2008/05/21 14:01:37 od 1.190.64.1: #i84873# method <SwMSDffManager::ProcessObj(..)>          - set special value at <nLayoutInTableCell> at import data record            in order to determine, if attribute is provided or not.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [91fe1c2a37dccf0395f21588c273bb4ef552b129]

        INTEGRATION: CWS sw30bf05 (1.151.66); FILE MERGED 2008/05/21 14:02:52 od 1.151.66.1: #i84873# - implementation of method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)>          - methods <SwWW8ImplReader::ProcessEscherAlign(..)> and            <SwWW8ImplReader::Read_GrafLayer(..)>          -- usage of new method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)>             for correct evaluation of "Layout in Table Cell" attribute

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [03bdcea49c76ef319a574706305e1519162f87f7]

        INTEGRATION: CWS sw30bf05 (1.38.66); FILE MERGED 2008/05/21 15:38:06 ama 1.38.66.1: Fix #i84699#: Minimal width to avoid data loss

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f358e4841b44f825b0bef3316f943aa7f228e34a]

        INTEGRATION: CWS sw30bf05 (1.42.68); FILE MERGED 2008/05/29 10:47:53 ama 1.42.68.1: Fix #i89626#: normal instead of medium font-weight

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c79f23c8142c54af65fd25cd2f4547000282da65]

        INTEGRATION: CWS sw30bf05 (1.53.38); FILE MERGED 2008/05/29 06:37:20 ama 1.53.38.1: Fix #i85285#i86165#: Table in section in table crash

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7aac8675c9f987dcb5eebc3f6e1118125ea2c36d]

        INTEGRATION: CWS sw30bf05 (1.46.66); FILE MERGED 2008/05/30 07:46:17 fme 1.46.66.1: #i90057# GetTabCols now relative to page frame

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [af79b94e667c2400a43b91da2865e3d84f3b7264]

        INTEGRATION: CWS sw30bf05 (1.23.68); FILE MERGED 2008/05/27 08:31:59 ama 1.23.68.1: Fix #i87092#: Erase the X at the end

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [65a5d10a5a669eab45205998b1b48597c7f9ba84]

        INTEGRATION: CWS sw30bf05 (1.72.66); FILE MERGED 2008/05/29 09:38:11 ama 1.72.66.1: Fix #i89440#: Extend selection

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [53a598c1899b5c2bbbb66937d4225f15006765f0]

        INTEGRATION: CWS sw30bf05 (1.14.66); FILE MERGED 2008/05/29 07:51:08 ama 1.14.66.1: Fix #i80780#: Copy page desc for mail merge

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [17df0134f81ed02f06cae86e4104395b45a31604]

        INTEGRATION: CWS sw30bf05 (1.16.66); FILE MERGED 2008/05/30 13:14:00 od 1.16.66.2: RESYNC: (1.16-1.17); FILE MERGED 2008/05/21 13:00:21 od 1.16.66.1: #i74748# applying patch from garnier_romain: 	 method <SwNumberTreeNode::ValidateContinuous(..)> 	 - number tree node has to be validated.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fa8cc2ff06d79bbc50b13a1a3fae718b1e44fc2c]

        INTEGRATION: CWS sw30bf05 (1.42.66); FILE MERGED 2008/05/29 09:39:06 ama 1.42.66.1: Fix #i89440#: Extend selection

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [000b386147fa0ec0989cd50d0c3df27ba51f7aea]

        INTEGRATION: CWS jl101 (1.27.6); FILE MERGED 2008/05/28 15:03:57 jl 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2008/05/28 14:41:10 jl 1.27.6.1: #i84453# Throwin exception DeploymentException if there is a missing license text element

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [11b05e09f44449bf0db0d90df858cfeabb821858]

        INTEGRATION: CWS jl101 (1.286.48); FILE MERGED 2008/05/27 10:11:57 jl 1.286.48.1: i90009# need mozab2 mozabdrv2 libs for sinatures on Mac

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [04b47603677d4749ba1d295b6292a442ed46fd6a]

        INTEGRATION: CWS jl101 (1.15.10); FILE MERGED 2008/05/28 14:55:53 jl 1.15.10.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [04c83201f2f3c075667640e26514dc1ba3f17476]

        INTEGRATION: CWS jl101 (1.29.12); FILE MERGED 2008/05/28 14:55:52 jl 1.29.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3ffc78342116049fa57b9e86808b445c7071861a]

        INTEGRATION: CWS jl101 (1.7.12); FILE MERGED 2008/05/28 14:55:52 jl 1.7.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3e2337018b62b652b7ba7bef188b414100a085c6]

        INTEGRATION: CWS jl101 (1.12.12); FILE MERGED 2008/05/28 14:55:52 jl 1.12.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7851986bcf121569225a6239b3eb00399ef69a5b]

        INTEGRATION: CWS jl101 (1.8.12); FILE MERGED 2008/05/28 14:55:52 jl 1.8.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [2a9958429bf6dbf37c267b2de7faadf0748550cf]

        INTEGRATION: CWS jl101 (1.11.12); FILE MERGED 2008/05/28 15:03:18 jl 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2008/05/28 14:55:52 jl 1.11.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [efb2451866e771b0fa0ff5cc0ad75c2dbf8c234f]

        INTEGRATION: CWS jl101 (1.21.12); FILE MERGED 2008/05/28 15:03:29 jl 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2008/05/28 14:55:52 jl 1.21.12.1: #i89584# patch - remove unused code.

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [c66ae68bedfa962a9a7fd36f794d3c15d732f6e7]

        INTEGRATION: CWS jl101 (1.7.26); FILE MERGED 2008/05/27 10:03:08 jl 1.7.26.1: #i90009# enable digital signatures using the same framework as used for Linux / Solaris

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3c1c540b618a5572e4888ea3a54e7947d41e5299]

        INTEGRATION: CWS jl101 (1.9.26); FILE MERGED 2008/05/27 10:03:08 jl 1.9.26.1: #i90009# enable digital signatures using the same framework as used for Linux / Solaris

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e09267201e3f1727462dbf764c9016d171c76827]

        INTEGRATION: CWS fmepatches02 (1.59.32); FILE MERGED 2008/05/22 08:07:15 fme 1.59.32.1: #i73247# Do not crash when accessing StartRedLine for not-yet-attached sections

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [90fbc896548201c68ca8925c3af751eef6e4cbb4]

        INTEGRATION: CWS fmepatches02 (1.64.210); FILE MERGED 2008/04/30 11:35:10 fme 1.64.210.2: RESYNC: (1.64-1.66); FILE MERGED 2008/04/02 09:19:37 fme 1.64.210.1: #i87688# Patch submitted by hennerdrewes: Fixed the kashida finding algorithm

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [cbba59d536aad5380658907c1f415ae5888d3609]

        INTEGRATION: CWS ause094 (1.3.14); FILE MERGED 2008/05/19 10:38:04 hjs 1.3.14.2: #i88602# central place for EXTNAME; minor chamges 2008/05/16 15:17:38 hjs 1.3.14.1: #i89559# - missing pieces for localization

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [76e032592f86dcea36f860c98b3ecce4300555e2]

        INTEGRATION: CWS fmepatches02 (1.47.28); FILE MERGED 2008/04/30 11:35:06 fme 1.47.28.2: RESYNC: (1.47-1.52); FILE MERGED 2008/03/03 08:09:52 fme 1.47.28.1: #i81544# page description of empty page not correct

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [3f7bba98b33eba99b224012e5bca0f68aa37dc35]

        INTEGRATION: CWS ause094 (1.9.44); FILE MERGED 2008/05/16 15:17:38 hjs 1.9.44.1: #i89559# - missing pieces for localization

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [35b5f01afa25f98ac71f45fe704dbd1d67fcad6a]

        INTEGRATION: CWS ause094 (1.3.14); FILE MERGED 2008/05/19 10:38:04 hjs 1.3.14.1: #i88602# central place for EXTNAME; minor chamges

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [909fcbbaaab3cacf2a63ca9e949e9aad5cee3020]

        INTEGRATION: CWS ause094 (1.1.46); FILE MERGED 2008/05/16 15:17:38 hjs 1.1.46.1: #i89559# - missing pieces for localization

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [8449b40c820011c926efc2a9ca3597183cdb4fcd]

        INTEGRATION: CWS ause094 (1.4.40); FILE MERGED 2008/05/16 15:17:38 hjs 1.4.40.1: #i89559# - missing pieces for localization

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [117f32c6f48d7f5c6533bd448e7a98b6dcb9a3d8]

        INTEGRATION: CWS ause094 (1.1.2); FILE ADDED 2008/06/02 10:32:15 hjs 1.1.2.2: #i83636# - cleanup 2008/05/19 10:38:04 hjs 1.1.2.1: #i88602# central place for EXTNAME; minor chamges

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [f12e820ba7a32ccaf8406dea85c4897a154a6a23]

        INTEGRATION: CWS ause094 (1.10.14); FILE MERGED 2008/06/02 10:32:15 hjs 1.10.14.4: #i83636# - cleanup 2008/05/26 11:45:58 hjs 1.10.14.3: #i83636# more dependencies done centralized 2008/05/19 10:38:03 hjs 1.10.14.2: #i88602# central place for EXTNAME; minor chamges 2008/05/15 15:18:00 hjs 1.10.14.1: #i88602# use common targets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1f9c887c310a13912cdc72444551bbe8d2294bd7]

        INTEGRATION: CWS ause094 (1.7.16); FILE MERGED 2008/05/16 15:17:37 hjs 1.7.16.1: #i89559# - missing pieces for localization

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [5f7c2b6cbd401118f8f0f6bd0804bb602d78dea5]

        INTEGRATION: CWS extmgrui03 (1.28.6); FILE MERGED 2008/05/28 12:13:41 dv 1.28.6.1: #i90052# Add publisher link to new Extension Manager UI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [9cbb440532e9c4bd702f9891e3971ee02f7d433e]

        INTEGRATION: CWS ause094 (1.1.2); FILE ADDED 2008/06/03 12:07:09 hjs 1.1.2.3: #i83636# - minor fixes 2008/06/02 10:29:50 hjs 1.1.2.2: #i83636# - more of that 2008/05/26 12:57:10 hjs 1.1.2.1: #i88602# - sample for packing extensions

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e825862d9ab85bb10cd6ef0b805a9ad781187c82]

        INTEGRATION: CWS ause094 (1.230.34); FILE MERGED 2008/06/02 10:29:50 hjs 1.230.34.1: #i83636# - more of that

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [0afa225a524643a8f0eb4023eebcd7e5d5023faa]

        INTEGRATION: CWS extmgrui03 (1.16.6); FILE MERGED 2008/05/28 12:13:40 dv 1.16.6.1: #i90052# Add publisher link to new Extension Manager UI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ac0b8fdd04df15e4d4a7c2b7394f771d0f3fdefa]

        INTEGRATION: CWS ause094 (1.1.2); FILE ADDED 2008/06/03 12:07:08 hjs 1.1.2.6: #i83636# - minor fixes 2008/06/02 10:29:50 hjs 1.1.2.5: #i83636# - more of that 2008/05/26 12:48:23 hjs 1.1.2.4: #i83636# - work on targets 2008/05/19 10:29:16 hjs 1.1.2.3: #i88602# minor changes 2008/05/16 15:22:01 hjs 1.1.2.2: #i88602# changed .xcu handling 2008/05/15 14:59:58 hjs 1.1.2.1: #i88602# common definitions/targets for extension packing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [fb1b819ee80c962ad7b8b361c257bac4b6f8a7d2]

        INTEGRATION: CWS extmgrui03 (1.17.6); FILE MERGED 2008/05/28 12:13:40 dv 1.17.6.1: #i90052# Add publisher link to new Extension Manager UI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [6bcf1d1d7d6e133e93f69e3e5af68ae82d7fcb85]

        INTEGRATION: CWS ause094 (1.1.2); FILE ADDED 2008/06/02 10:56:56 hjs 1.1.2.6: #i83636# - fix typo 2008/06/02 10:29:50 hjs 1.1.2.5: #i83636# - more of that 2008/05/26 12:48:23 hjs 1.1.2.4: #i83636# - work on targets 2008/05/19 10:29:16 hjs 1.1.2.3: #i88602# minor changes 2008/05/16 15:22:01 hjs 1.1.2.2: #i88602# changed .xcu handling 2008/05/15 14:59:57 hjs 1.1.2.1: #i88602# common definitions/targets for extension packing

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [ea65c7dde1d9795e2e4b2291fc1a2265a031102c]

        INTEGRATION: CWS ause094 (1.3.38); FILE MERGED 2008/05/19 10:30:07 hjs 1.3.38.1: #i88602# typo...

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [30489d37af25d8aea35a028165a58e56d75daa10]

        INTEGRATION: CWS l10nfix27 (1.3.34); FILE MERGED 2008/05/27 17:18:46 ihi 1.3.34.1: #i89739# fixed string

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [eebeed02f1f8834d57eec1359060652d918f002f]

        INTEGRATION: CWS extmgrui03 (1.3.6); FILE MERGED 2008/05/28 12:13:40 dv 1.3.6.1: #i90052# Add publisher link to new Extension Manager UI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [05deef48d65493383a26ac08e3744f885c004303]

        INTEGRATION: CWS l10nfix27 (1.62.34); FILE MERGED 2008/05/27 17:18:10 ihi 1.62.34.1: #i89739# fixed string

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [76ddcb86aee66f44818a4d876b2014c3bd6d51ce]

        INTEGRATION: CWS extmgrui03 (1.2.6); FILE MERGED 2008/05/28 12:13:40 dv 1.2.6.1: #i90052# Add publisher link to new Extension Manager UI

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [26442db253e2b2f4e76036e2818e4faaab48fa03]

        INTEGRATION: CWS extmgrui03 (1.12.64); FILE MERGED 2008/05/28 12:17:32 dv 1.12.64.1: #i90052# Add getPublisherInfo

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [e32e80edd36fed91b053bed5f0226588c093b685]

        INTEGRATION: CWS l10nfix27 (1.8.28); FILE MERGED 2008/05/27 17:10:12 ihi 1.8.28.1: #i89739# fixed string

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [7119ca14a6aa108493b26bd0a0de8bf99e13c11e]

        INTEGRATION: CWS ause094 (1.4.12); FILE MERGED 2008/06/03 12:05:38 hjs 1.4.12.4: #i83636# - minor fixes 2008/06/02 12:05:33 hjs 1.4.12.3: #i83636# - set EXTENSIONNAME early 2008/06/02 10:34:03 hjs 1.4.12.2: #i83636# - cleanup 2008/05/19 11:09:09 hjs 1.4.12.1: #i88602# use common targets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [447969c1ed24d79fcf717a60947e2be83cacc41f]

        INTEGRATION: CWS ause094 (1.17.12); FILE MERGED 2008/06/03 12:05:38 hjs 1.17.12.5: #i83636# - minor fixes 2008/06/02 12:05:32 hjs 1.17.12.4: #i83636# - set EXTENSIONNAME early 2008/06/02 10:34:03 hjs 1.17.12.3: #i83636# - cleanup 2008/05/26 13:08:28 hjs 1.17.12.2: #i83636# use centralized targets 2008/05/19 11:09:09 hjs 1.17.12.1: #i88602# use common targets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1116edb946ff65d1a4e501c01060b5d5b9715c12]

        INTEGRATION: CWS ause094 (1.3.2); FILE ADDED 2008/06/02 10:34:03 hjs 1.3.2.3: #i83636# - cleanup 2008/05/26 13:08:28 hjs 1.3.2.2: #i83636# use centralized targets 2007/08/02 14:41:52 hjs 1.3.2.1: file description.xml was added on branch cws_dev300_ause094 on 2008-05-26 13:08:28 +0000

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [64bcef2013dee6f132967b0718259bf556c2a3a4]

        INTEGRATION: CWS ause094 (1.5.12); FILE MERGED 2008/05/19 11:09:09 hjs 1.5.12.1: #i88602# use common targets

2008-06-06  Rüdiger Timm  <rt@openoffice.org>  [1292b6f43400b617341ebb71fd5d60f3e72dd299]

        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>  [745aa23cee130ae5c3e184d0aca2071dbc9cb32f]

        #i10000# Create 'dev' product for unxlngx6.pro, too.

2008-06-04  Oliver Bolte  <obo@openoffice.org>  [10111ee809daf56d38ac94d7e6cb7b0c3530f8e9]

        #i10000# USE_SHELL added for bash support

2008-06-04  Rüdiger Timm  <rt@openoffice.org>  [fe7730a8b63926d0850cc177a2e2a96039c9f17b]

        #i10000# Take controldims.hrc from here and not from where it gets delivered to.

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ef74e781a8556c996834226bec6dcb2cb7234255]

        DEV300

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e4741b24075c27660771218a366b96244225ef46]

        INTEGRATION: CWS touchpoints01 (1.56.52); FILE MERGED 2008/06/02 16:49:28 tl 1.56.52.1: #i90146# strings for grammar checking UI

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [57af4a5a589b91a37b8c129f02d607311c36fb45]

        INTEGRATION: CWS touchpoints01 (1.30.52); FILE MERGED 2008/06/02 16:49:28 tl 1.30.52.1: #i90146# strings for grammar checking UI

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e32a401a24073aea94ffd4bfac4e2dfe79939182]

        INTEGRATION: CWS touchpoints01 (1.75.52); FILE MERGED 2008/06/03 10:13:59 pb 1.75.52.2: fix: #i89981# syntax error fixed 2008/06/02 12:38:50 pb 1.75.52.1: fix: #i89981# SID_MORE_DICTIONARIES added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7d657a1605e2d20008fb602aa032683029b57c80]

        INTEGRATION: CWS touchpoints01 (1.78.224); FILE MERGED 2008/06/02 12:37:14 pb 1.78.224.1: fix: #i89981# SID_MORE_DICTIONARIES added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0ed517061e60573969ed7e1bb93d16fa8097e71f]

        INTEGRATION: CWS touchpoints01 (1.29.52); FILE MERGED 2008/06/02 12:35:02 pb 1.29.52.1: fix: #i89981# SID_MORE_DICTIONARIES added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [08d5a6d241c5e3b269597b9e1cf5148b1f750ff2]

        INTEGRATION: CWS touchpoints01 (1.11.52); FILE MERGED 2008/06/02 12:34:01 pb 1.11.52.1: fix: #i89981# SID_MORE_DICTIONARIES added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d509510b3cf35d33fd3646642e1aa3d283fc11f4]

        INTEGRATION: CWS touchpoints01 (1.50.82); FILE MERGED 2008/06/02 17:15:01 tl 1.50.82.3: #i90146# strings for grammar checking UI 2008/06/02 10:13:07 pb 1.50.82.2: fix: #i89981# resource FT_LINGU_OPTIONS_MOREDICTS added 2008/05/29 08:10:11 pb 1.50.82.1: fix: #i89981# SvxEditModulesDlg: new controls

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f9fb947c9ca9e44c757431dcc119a4e0227ba203]

        INTEGRATION: CWS touchpoints01 (1.8.82); FILE MERGED 2008/06/02 17:15:01 tl 1.8.82.3: #i90146# strings for grammar checking UI 2008/06/02 10:12:15 pb 1.8.82.2: fix: #i89981# FT_LINGU_OPTIONS_MOREDICTS added 2008/05/29 08:05:57 pb 1.8.82.1: fix: #i89981# SvxEditModulesDlg: new control ids

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [406150982ce5812ceb83ab7c327b58bd8b031ec8]

        INTEGRATION: CWS touchpoints01 (1.66.82); FILE MERGED 2008/06/03 10:33:26 pb 1.66.82.3: fix: #i89981# syntax error fixed 2008/06/02 10:11:03 pb 1.66.82.2: fix: #i89981# new control aMoreTemplatesLink for SpellCheckOptionsDlg 2008/05/29 08:08:32 pb 1.66.82.1: fix: #i89981# SvxEditModulesDlg: new Link control and its call method added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [00347cefa667ba9703ab9268260749d2b0488ed0]

        INTEGRATION: CWS touchpoints01 (1.1.2); FILE ADDED 2008/06/04 09:55:53 pb 1.1.2.1: only new strings

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1779be536f1fc3ab3ca171e4ff551dae8e4dd337]

        INTEGRATION: CWS touchpoints01 (1.46.82); FILE MERGED 2008/06/02 17:15:00 tl 1.46.82.1: #i90146# strings for grammar checking UI

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [612a3e989a1c41909ad1923d6b794a7131b30f4d]

        INTEGRATION: CWS touchpoints01 (1.30.82); FILE MERGED 2008/06/04 09:56:19 pb 1.30.82.1: optimprove.src added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7131643b9573b90744db292d9617cf90efe4dff1]

        INTEGRATION: CWS touchpoints01 (1.7.82); FILE MERGED 2008/06/02 17:15:00 tl 1.7.82.1: #i90146# strings for grammar checking UI

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [67d9075b4aadff8fa95c56bb0ce1e44da5700734]

        INTEGRATION: CWS touchpoints01 (1.4.82); FILE MERGED 2008/06/02 17:15:00 tl 1.4.82.1: #i90146# strings for grammar checking UI

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c89db8f49c7046d5ddef75c28c88d4bc212b48bc]

        INTEGRATION: CWS touchpoints01 (1.3.82); FILE MERGED 2008/06/02 10:08:46 pb 1.3.82.2: fix: #i89981# new control aMoreTemplatesLink for SpellCheckOptionsDlg 2008/05/29 08:01:34 pb 1.3.82.1: fix: #i89981# SvxEditModulesDlg: new control aMoreDictsLink

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e371cd75bca4fea4716f10f0e7c1ee998ccd6e27]

        INTEGRATION: CWS touchpoints01 (1.13.82); FILE MERGED 2008/06/04 09:58:01 pb 1.13.82.1: RID_SVXPAGE_IMPROVEMENT added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [6074b9f9d6d8320873be404c6a3e75052e1571c0]

        INTEGRATION: CWS touchpoints01 (1.1.2); FILE ADDED 2008/06/04 09:56:43 pb 1.1.2.1: only new strings

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f6f2e55f1e57fa458354f8b5bed3da0b666f6d0c]

        INTEGRATION: CWS touchpoints01 (1.6.84); FILE MERGED 2008/06/02 14:19:11 pb 1.6.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a67494b8d174b0d78ccf59dff825c442035943f3]

        INTEGRATION: CWS touchpoints01 (1.33.84); FILE MERGED 2008/06/02 14:17:53 pb 1.33.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [a20a36394008dd27c2b4fc679b86b12aa388f42e]

        INTEGRATION: CWS touchpoints01 (1.6.84); FILE MERGED 2008/06/02 14:16:57 pb 1.6.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e2e0784012e26c01078daf7a43402da04902a7a3]

        INTEGRATION: CWS touchpoints01 (1.6.84); FILE MERGED 2008/06/02 14:15:36 pb 1.6.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c06fe26eee0b987faccff02b7178e16bb63e3f96]

        INTEGRATION: CWS touchpoints01 (1.29.84); FILE MERGED 2008/06/02 14:14:54 pb 1.29.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7dcfedccdd1a764129462d088927db2499dc48be]

        INTEGRATION: CWS touchpoints01 (1.30.84); FILE MERGED 2008/06/02 14:14:00 pb 1.30.84.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f6ab045da559c2375d7a1ff6e89901f1de25477f]

        INTEGRATION: CWS touchpoints01 (1.32.70); FILE MERGED 2008/06/02 14:08:45 pb 1.32.70.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b6d371dd17df5c3a47bc77ee3b93994b78c20ca6]

        INTEGRATION: CWS touchpoints01 (1.34.54); FILE MERGED 2008/06/02 14:10:58 pb 1.34.54.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [600233e98925490dd09e56dd41c678bd56448358]

        INTEGRATION: CWS touchpoints01 (1.30.54); FILE MERGED 2008/06/02 14:10:01 pb 1.30.54.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7ab7dba832baf732270972687d92a2a4918d992b]

        INTEGRATION: CWS touchpoints01 (1.67.10); FILE MERGED 2008/06/02 16:41:36 tl 1.67.10.2: #i90146# strings for grammar checking UI 2008/06/02 12:26:16 pb 1.67.10.1: fix: #i89981# command .uno:MoreDictionaries added

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b0d8da992e704e439dcc6c9bc6cd7d117a75d912]

        INTEGRATION: CWS touchpoints01 (1.46.42); FILE MERGED 2008/05/29 07:58:35 pb 1.46.42.1: fix: #i89981# wizard menu entry 'Install new dictionaries...' removed

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2bd58a42a4cc858b98de6c6f3f3b55268788d01d]

        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>  [a604302a5a94a68aea847c288860b5f66e134139]

        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>  [a082cf91589508353924de6e6361938b0ac6509b]

        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>  [b2b74bd0bc24379ecd09d56001ceaaacce01c39c]

        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>  [b44e7daaa419a6b48bb151b34dcbbc86c9408751]

        INTEGRATION: CWS sw30bf04 (1.3.2); FILE MERGED 2008/04/16 14:07:56 ama 1.3.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7f415d17181edbdbe2999a2c669d0fd76ca5ad14]

        INTEGRATION: CWS sw30bf04 (1.4.2); FILE MERGED 2008/04/16 14:07:56 ama 1.4.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d1af3a5fc102f9bb3464541d83ef0fa4bb2ce2a1]

        INTEGRATION: CWS sw30bf04 (1.4.2); FILE MERGED 2008/04/16 14:07:55 ama 1.4.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2ec4fd903a90f02fabd273071ff625c46db9ab94]

        INTEGRATION: CWS sw30bf04 (1.6.2); FILE MERGED 2008/04/16 14:07:55 ama 1.6.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ca28a7236d7ee6670f5363dbf9960a51e64fdd31]

        INTEGRATION: CWS sw30bf04 (1.10.2); FILE MERGED 2008/04/16 14:07:55 ama 1.10.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [59a7d8697eb879c2fadbbb7a7f49ccc1efe268a2]

        INTEGRATION: CWS odfversionedexport (1.10.22); FILE MERGED 2008/04/30 15:10:37 iha 1.10.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9be6a3f0dcdea27918eb03de6490c40f7fa407cc]

        INTEGRATION: CWS sw30bf04 (1.5.2); FILE MERGED 2008/04/16 14:07:55 ama 1.5.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1b9ab4478255cbba8489a069b68ab91606b676e4]

        INTEGRATION: CWS sw30bf04 (1.3.2); FILE MERGED 2008/04/16 14:07:55 ama 1.3.2.1: Patch #i86356#: Remove unused methods

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [49dd1d731a9b792f1b67489ec0f8daccb1797982]

        INTEGRATION: CWS odfversionedexport (1.68.24); FILE MERGED 2008/04/30 15:12:50 iha 1.68.24.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4be6b44f7d77205782b12f46f49238de125153dc]

        INTEGRATION: CWS sw30bf04 (1.2.468); FILE MERGED 2008/05/09 14:33:09 fme 1.2.468.1: #i88346# Added zoomslider and viewlayout control to master documents and xml form documents

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1cbdf8115fb63696cacb95e87c7cf3e58bda272f]

        INTEGRATION: CWS sw30bf04 (1.4.206); FILE MERGED 2008/05/09 14:33:09 fme 1.4.206.1: #i88346# Added zoomslider and viewlayout control to master documents and xml form documents

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [13c29f03af7f1c0c0bf82fa42733cc440858c1e9]

        INTEGRATION: CWS sw30bf04 (1.137.2); FILE MERGED 2008/05/16 07:49:24 ama 1.137.2.2: RESYNC: (1.137-1.138); FILE MERGED 2008/05/09 14:07:55 fme 1.137.2.1: #i80595# ww8 import should create new tables

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f1e6d0cb3780e73add77413b0cb0e27e90801470]

        INTEGRATION: CWS sw30bf04 (1.182.2); FILE MERGED 2008/05/16 07:49:19 ama 1.182.2.2: RESYNC: (1.182-1.183); FILE MERGED 2008/05/09 14:07:19 fme 1.182.2.1: #i80595# ww8 import should create new tables

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [9c6dd615b15199f10763d1f52c14c90def45c105]

        INTEGRATION: CWS sw30bf04 (1.140.2); FILE MERGED 2008/05/16 08:57:27 ama 1.140.2.2: Warning: unused variable 2008/05/09 14:09:21 fme 1.140.2.1: #i80595# ww8 import should create new tables

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c7299870298fef922c63fe83c3f4b0aff21ed8cd]

        INTEGRATION: CWS sw30bf04 (1.106.2); FILE MERGED 2008/05/09 14:06:09 fme 1.106.2.1: #i80595# ww8 import should create new tables

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [97f747f6b2bafc77db3620a28d74b9a5e845d53d]

        INTEGRATION: CWS tkr10 (1.140.18); FILE MERGED 2008/05/19 09:30:23 tkr 1.140.18.2: RESYNC: (1.140-1.142); FILE MERGED 2008/04/17 14:00:38 tkr 1.140.18.1: #i88181# remove assertions

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c1db0d0478b1749bc03f3f1be8793f930e36a943]

        INTEGRATION: CWS sw30bf04 (1.73.2); FILE MERGED 2008/04/23 15:03:16 ama 1.73.2.1: Fix #i86880#: warning

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [d993e965caed6b3e3302b22782ecc899ccf91da7]

        INTEGRATION: CWS sw30bf04 (1.23.2); FILE MERGED 2008/04/23 15:05:01 ama 1.23.2.1: Fix #i86880#: warning

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [8a2cd5e6dfa341b99325103131717804eb30b282]

        INTEGRATION: CWS sw30bf04 (1.24.2); FILE MERGED 2008/05/16 07:49:07 ama 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2008/04/28 14:02:32 ama 1.24.2.1: Fix #i85833#: Undo string length

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0b669707d4d4034ef18ba593ee73e4048378ada2]

        INTEGRATION: CWS sw30bf04 (1.117.2); FILE MERGED 2008/05/16 07:48:57 ama 1.117.2.2: RESYNC: (1.117-1.118); FILE MERGED 2008/04/24 10:31:36 ama 1.117.2.1: Fix #i88497#: Bakcground of rubyinftxt.cxx

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [503b83ab66ee7bf85718082836b85667d0fbfbf8]

        INTEGRATION: CWS sw30bf04 (1.56.2); FILE MERGED 2008/05/13 10:49:56 ama 1.56.2.1: Fix #i87430#: Build breaker for product+debug

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [55446fb8c9f2d9647e26cb1713e9d1597af8b57b]

        INTEGRATION: CWS sw30bf04 (1.68.2); FILE MERGED 2008/05/19 11:58:15 ama 1.68.2.1: Fix #i87430#: Compiling product with debug failed

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4207a09677e03f857dc9341616775be6c4e5a199]

        INTEGRATION: CWS sw30bf04 (1.115.2); FILE MERGED 2008/05/09 14:05:11 fme 1.115.2.1: #i80595# ww8 import should create new tables

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ca91beb9d983754a5cba9e3df1bf18295e6640a0]

        INTEGRATION: CWS sw30bf04 (1.51.2); FILE MERGED 2008/05/13 07:20:17 fme 1.51.2.1: #i40133# rail: Set internet link style language to none to prevent spell checking

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [b07a5fcc600ad564315d36fbd18495184fdf69cf]

        INTEGRATION: CWS tkr10 (1.10.78); FILE MERGED 2008/05/27 06:37:59 tkr 1.10.78.3: #151111# fix resync issues 2008/05/19 09:28:17 tkr 1.10.78.2: RESYNC: (1.10-1.12); FILE MERGED 2008/02/12 14:05:49 tkr 1.10.78.1: i84676 neon and gnome-vfs2

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [eca984739938cfb74c74ce3965ebacd37ae356cd]

        INTEGRATION: CWS sw30bf04 (1.45.2); FILE MERGED 2008/05/15 07:38:00 ama 1.45.2.2: Move fix for i87576 from CWS sw30bf04 to CWS rptchart2 2008/05/14 09:36:48 ama 1.45.2.1: Fix #i87576#: date-function

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [483f9092ffcb5327499bc0a4cd6017e3ada0f592]

        INTEGRATION: CWS odfversionedexport (1.101.22); FILE MERGED 2008/04/30 14:57:32 iha 1.101.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [010170ca63869e72a4c199a82960400b9c752077]

        INTEGRATION: CWS odfversionedexport (1.3.22); FILE MERGED 2008/04/30 14:56:20 iha 1.3.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [7a72dc5ee09aed86bb43b5db83e18655de6e83d8]

        INTEGRATION: CWS odfversionedexport (1.11.22); FILE MERGED 2008/04/30 14:50:29 iha 1.11.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [84cb82658be0026955815af709e2d6137b1d6f25]

        INTEGRATION: CWS odfversionedexport (1.50.22); FILE MERGED 2008/04/30 14:54:48 iha 1.50.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2bb940a3784cd6e7d5837f5e5513b6642489e49f]

        INTEGRATION: CWS odfversionedexport (1.33.22); FILE MERGED 2008/04/30 14:55:29 iha 1.33.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [fe3b984d42bd4240bc458f041de05d68f756b71d]

        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>  [9d0e8c32a234d38e7cb322fc2493ab397c6bd0a9]

        INTEGRATION: CWS odfversionedexport (1.26.22); FILE MERGED 2008/04/30 14:59:37 iha 1.26.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [260a3275f1df63e74ef6309384b06b86100576ed]

        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>  [c0e38c19ce22c7fcfcc8a673cd2cf083128ab745]

        INTEGRATION: CWS odfversionedexport (1.98.22); FILE MERGED 2008/04/30 14:58:39 iha 1.98.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0847c5c212d126a9f0ccf265e5610ec5f81fa07b]

        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>  [ab9add3bdea623abfc7b362e97d5efc1349c142a]

        INTEGRATION: CWS odfversionedexport (1.14.22); FILE MERGED 2008/04/30 15:03:38 iha 1.14.22.1: #i88889# ODF: Omit export of OFD 1.2 chart features when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2c6f9bb97ebe8f270e29150e99d46dc4f8ff3bfb]

        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>  [85605085020119fd03686bb721db8fdd650fafc3]

        INTEGRATION: CWS odfversionedexport (1.1.2); FILE ADDED 2008/04/30 15:01:26 iha 1.1.2.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [95d77926cd59be60c63b49ca5bd20ee7710cf2f6]

        INTEGRATION: CWS odfversionedexport (1.1.2); FILE ADDED 2008/04/30 15:01:49 iha 1.1.2.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [149465394495a9d152ad20f1074d1330ecc6c08d]

        INTEGRATION: CWS l10nfix26 (1.10.8); FILE MERGED 2008/06/02 15:03:11 ihi 1.10.8.1: Better error message output

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e43e52aaf9b9790d6037688de9b490d6e17e957c]

        INTEGRATION: CWS odfversionedexport (1.98.22); FILE MERGED 2008/04/30 15:08:24 iha 1.98.22.1: #i88889# ODF: Omit export of OFD 1.2 chart features when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [27a4530899d6f50ada86cae58deb2147961740b3]

        INTEGRATION: CWS l10nfix26 (1.1.2); FILE ADDED 2008/05/26 16:16:00 ihi 1.1.2.1: #i87014# Exclude BF from l10n process

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [0081cdaa9e014b094603b3be7832e0915755d2f4]

        INTEGRATION: CWS odfversionedexport (1.53.20); FILE MERGED 2008/04/30 15:07:20 iha 1.53.20.1: #i88889# ODF: Omit export of OFD 1.2 chart features when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [ab8e1c06f56c1bc89aea210664bf5f27454e3102]

        INTEGRATION: CWS odfversionedexport (1.32.20); FILE MERGED 2008/04/30 15:04:53 iha 1.32.20.1: #i88889# ODF: Omit export of OFD 1.2 chart features when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [6108aefb866b474543c34573d2c7f52e209c0be7]

        INTEGRATION: CWS odfversionedexport (1.3.22); FILE MERGED 2008/04/30 14:49:12 iha 1.3.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [2f837b04056af344cf5c94c19118ac1eeca0bd67]

        INTEGRATION: CWS odfversionedexport (1.3.22); FILE MERGED 2008/04/30 14:48:24 iha 1.3.22.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [f634386a6edd600704cbbb4c79745dad2da12ec3]

        INTEGRATION: CWS tkr10 (1.9.58); FILE MERGED 2008/05/19 09:26:53 tkr 1.9.58.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/12 14:05:04 tkr 1.9.58.1: i84676 neon and gnome-vfs2

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [30f1aae7db197b72b24433c25ae1342728efc972]

        INTEGRATION: CWS odfversionedexport (1.7.6); FILE MERGED 2008/04/30 15:11:55 iha 1.7.6.1: #i88889# ODF: Omit export of OFD 1.2 properties when 1.1 is set

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [4d7255359bfb922aa5442375b96d7b3faf57d7f9]

        INTEGRATION: CWS tkr10 (1.18.58); FILE MERGED 2008/05/19 09:27:05 tkr 1.18.58.3: RESYNC: (1.19-1.20); FILE MERGED 2008/03/28 13:56:17 tkr 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2008/02/12 14:05:04 tkr 1.18.58.1: i84676 neon and gnome-vfs2

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [e557f06cb172dfa5ca04d215226b30e8ca4af4aa]

        INTEGRATION: CWS tkr10 (1.59.4); FILE MERGED 2008/05/19 09:27:00 tkr 1.59.4.3: RESYNC: (1.60-1.62); FILE MERGED 2008/03/28 13:56:27 tkr 1.59.4.2: RESYNC: (1.59-1.60); FILE MERGED 2008/02/12 14:04:48 tkr 1.59.4.1: i84676 neon and gnome-vfs2

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [c664a1cb1ebdf57be58240df49a5c117d176e8c2]

        INTEGRATION: CWS tkr10 (1.29.28); FILE MERGED 2008/05/19 09:26:49 tkr 1.29.28.2: RESYNC: (1.29-1.30); FILE MERGED 2008/04/18 12:50:35 tkr 1.29.28.1: #151111# thread safeness

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [1acbdacfa460ef7c957fb4fbf7d0233dede6592a]

        INTEGRATION: CWS tkr10 (1.53.14); FILE MERGED 2008/05/19 09:27:11 tkr 1.53.14.3: RESYNC: (1.53-1.54); FILE MERGED 2008/04/21 09:51:15 tkr 1.53.14.2: #15111# build error (linux) 2008/04/18 12:50:35 tkr 1.53.14.1: #151111# thread safeness

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [5361a7d719663530b464d7a5b4ee61295ae913e9]

        INTEGRATION: CWS tkr10 (1.8.104); FILE MERGED 2008/05/19 09:26:45 tkr 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 12:42:39 tkr 1.8.104.1: #i87099# OOo crashed after basic kill command on ftp url

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [82090ca58145da14b43d510eee4d51b921b905d9]

        INTEGRATION: CWS tkr10 (1.18.8); FILE MERGED 2008/05/19 09:26:39 tkr 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED 2008/04/07 13:58:07 kso 1.18.8.1: #i83870# - Respect query and fragment part in source URLs.

2008-06-04  Vladimir Glazounov  <vg@openoffice.org>  [55326862588e24977181984aa7a864282363fdf7]

        INTEGRATION: CWS tkr10 (1.15.10); FILE MERGED 2008/05/19 09:26:12 tkr 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/17 14:02:18 tkr 1.15.10.1: #i88181# remove assertions

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [7ecb133ee4496a340ef0f9747a19be895603f7ad]

        DEV300

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [92057cc25d8f7e940877b30eef13923854916151]

        INTEGRATION: CWS stctplbtn (1.80.8); FILE MERGED 2008/05/29 14:30:01 pl 1.80.8.2: #i90035# add template repository URL 2008/05/29 14:01:23 pl 1.80.8.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [df0feb0a9303d1a28a732ba164012f34898c65db]

        INTEGRATION: CWS stctplbtn (1.1.2); FILE ADDED 2008/05/29 12:11:25 pl 1.1.2.1: #i90035# template repository button

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [0d6853fbe9f1e712927d082fe0cdf387cf708b61]

        INTEGRATION: CWS stctplbtn (1.150.24); FILE MERGED 2008/05/29 13:50:43 pl 1.150.24.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [e1791d486ec35fe91b9e7402e0a20b2fe71c82c0]

        INTEGRATION: CWS stctplbtn (1.46.44); FILE MERGED 2008/05/29 13:50:42 pl 1.46.44.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [933787a5dfd6bde109801447a0526918804226d1]

        INTEGRATION: CWS stctplbtn (1.6.38); FILE MERGED 2008/05/29 13:51:37 pl 1.6.38.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [a1d4a5e32daee34b6983f3f63352117214968998]

        INTEGRATION: CWS stctplbtn (1.7.6); FILE MERGED 2008/05/29 13:51:37 pl 1.7.6.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [3c0883ad21f16efdd1d8ed10b41ee137634c4404]

        INTEGRATION: CWS stctplbtn (1.7.4); FILE MERGED 2008/05/29 13:51:37 pl 1.7.4.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [f31353c8c6bc92ea18e490ed7cae825d10c61828]

        INTEGRATION: CWS stctplbtn (1.5.38); FILE MERGED 2008/05/29 13:51:37 pl 1.5.38.1: #i90035# add template repository URL

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [dacc4dc81bb7dd0a7f2f44a431f6640cccd7fbab]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:09 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [9357abc10b6f6cbba4cfe7fb05a2c4bea87dff9e]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:08 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [8f8adbe22ed667ea0e861a7bbca2336eeae843a7]

        INTEGRATION: CWS hcshared18 (1.3.214); FILE MERGED 2008/04/14 10:25:08 ufi 1.3.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [f11493f63976035ba70a3df713058e16d754d3f6]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:07 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [75c99404870d5b1788ea48cfda2967207e7b8fab]

        INTEGRATION: CWS hcshared18 (1.2.128); FILE MERGED 2008/04/14 10:25:07 ufi 1.2.128.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [7983c08793b19b0e6a35a8b8ca9df047d018b443]

        INTEGRATION: CWS hcshared18 (1.2.128); FILE MERGED 2008/04/14 10:25:06 ufi 1.2.128.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [8836fd1cef415dc2bad32767c447eb325a8e204b]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:25:06 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [b27794287425faa06e049ef9b78e7c84b3259a60]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:06 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [c3652a54cbffa1f63fdec503b8349250d6fd3349]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:05 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [fcaa1e30a10699419ec475d31f7663c2f8c79ae1]

        INTEGRATION: CWS hcshared18 (1.2.88); FILE MERGED 2008/04/28 07:18:07 ufi 1.2.88.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [0dd86b389635b920a9142154342ede165dc315a4]

        INTEGRATION: CWS hcshared18 (1.2.88); FILE MERGED 2008/04/28 07:18:06 ufi 1.2.88.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [ebbc2aa6856dca4458412f7ee49831ea914af536]

        INTEGRATION: CWS hcshared18 (1.2.88); FILE MERGED 2008/04/28 07:18:05 ufi 1.2.88.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [824b4bb9e29baa07191b96c4b43035015df31375]

        INTEGRATION: CWS hcshared18 (1.3.134); FILE MERGED 2008/04/14 10:25:05 ufi 1.3.134.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [fb2889c6d3bf1954fa3e176e50ab51b475cfa184]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:04 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [4ae9827dc674bd5c53c8019f206ec416d0f545c2]

        INTEGRATION: CWS hcshared18 (1.2.190); FILE MERGED 2008/04/14 10:25:04 ufi 1.2.190.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [bea2a2f20c448fcca161b6c0c28ba14d96f025cc]

        INTEGRATION: CWS hcshared18 (1.2.190); FILE MERGED 2008/04/14 10:25:03 ufi 1.2.190.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [ce85cac27c7e76037339bb9c290cb1f16b0d2092]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:03 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [1b7f80b9e29e1f228fe6f3235405641cf7efd429]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:02 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [83922276958129a870df762f017614f567fba34e]

        INTEGRATION: CWS hcshared18 (1.2.164); FILE MERGED 2008/04/14 10:25:02 ufi 1.2.164.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [8923b402520f14c14c42190e57f127e2673acef8]

        INTEGRATION: CWS hcshared18 (1.2.164); FILE MERGED 2008/04/14 10:25:01 ufi 1.2.164.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [5404bbf46ba1de7bfc14afeddae94d754f809205]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:01 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [576cfe8c77d52d338ca4dfc47dafe5516de6bb43]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:25:00 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [e23a70109ce476758c80762f049a44e31bdd22d2]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:25:00 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [c774ddee3debd9b56cfe5e3a3b47de477a951e48]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:24:59 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [dc42368f15ef3ab944859e6af82882f70484eb1c]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:24:59 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [783c6c830f7013b3e50e5757992f65a5096dcbf5]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:24:58 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [86ad0de6758f92195f8146d2ad0a66cfd7f770ec]

        INTEGRATION: CWS hcshared18 (1.2.214); FILE MERGED 2008/04/14 10:24:58 ufi 1.2.214.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [eb8e888b3c0eebc4aca6ed9e52900baea666b6c5]

        INTEGRATION: CWS hcshared18 (1.2.174); FILE MERGED 2008/04/14 10:24:57 ufi 1.2.174.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [b99fb93dbcbb7e33fc8ba299f0a008f2103a0010]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:24:57 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [25aa60afaf1dc7781a1675b07054ce94d2cb35ed]

        INTEGRATION: CWS hcshared18 (1.2.196); FILE MERGED 2008/04/14 10:24:56 ufi 1.2.196.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [0dcf80eaad762e516ee91e944c9446dc6ccd119a]

        INTEGRATION: CWS hcshared18 (1.2.262); FILE MERGED 2008/04/14 10:24:56 ufi 1.2.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [93985a58a7e53afe14844d53c7c275c070ce7877]

        INTEGRATION: CWS hcshared18 (1.1.262); FILE MERGED 2008/04/14 10:24:56 ufi 1.1.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [96ea7efb29bc0e49d4b5949cfe99f7fa33ad92fc]

        INTEGRATION: CWS hcshared18 (1.1.268); FILE MERGED 2008/04/14 10:24:56 ufi 1.1.268.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [c7b9163247ce6aed52c9893197dfb71ecd3840af]

        INTEGRATION: CWS hcshared18 (1.1.262); FILE MERGED 2008/04/14 10:24:55 ufi 1.1.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [7c1b98fdcd994b15039b7a5380deb3cf50781d6f]

        INTEGRATION: CWS hcshared18 (1.2.262); FILE MERGED 2008/04/14 10:24:55 ufi 1.2.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [84a89ed4144eec2f6cdb58fd402643dd75e31a57]

        INTEGRATION: CWS hcshared18 (1.2.88); FILE MERGED 2008/04/14 10:24:55 ufi 1.2.88.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [26dad0b952085be2c5dfe3e2b6474589cf408615]

        INTEGRATION: CWS hcshared18 (1.1.268); FILE MERGED 2008/04/14 10:24:55 ufi 1.1.268.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [53f3b24fde39c98d73fbbee5c020041f954e9e8d]

        INTEGRATION: CWS hcshared18 (1.2.262); FILE MERGED 2008/04/14 10:24:54 ufi 1.2.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [7f07e7070167e3a6c8f45dfc00532700ce33500e]

        INTEGRATION: CWS hcshared18 (1.1.268); FILE MERGED 2008/04/14 10:24:54 ufi 1.1.268.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [148a461b144600ef12b745bbdb9a38aeae960c74]

        INTEGRATION: CWS hcshared18 (1.1.262); FILE MERGED 2008/04/14 10:24:54 ufi 1.1.262.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [971db3313135ee002f132eac5402bc39978cfe2b]

        INTEGRATION: CWS hcshared18 (1.5.128); FILE MERGED 2008/04/14 10:24:54 ufi 1.5.128.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [58a8b3405dff902b569e6074058ef2463f3330bd]

        INTEGRATION: CWS hcshared18 (1.5.128); FILE MERGED 2008/04/14 10:24:53 ufi 1.5.128.1: i73389

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [dd3f38db7e017cbe96341864ce00318539eac189]

        #i90267# fixed typo

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [44c797564373a999eb04b878a93c10e473547ad3]

        INTEGRATION: CWS rt28 (1.95.16); FILE MERGED 2008/05/27 14:33:12 rt 1.95.16.1: #i89999# libsndfile and libportaudio have been obsoleted by CWS unifysound01.

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [1a885fdfb3708187289e149aaf6e727cbedb0eda]

        INTEGRATION: CWS rt28 (1.66.58); FILE MERGED 2008/05/27 14:35:14 rt 1.66.58.1: #i89999# portraudio and sndfile have been removed by CWS unifysound01, ENABLE_PASF is obsolete.

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [0431f3bffcc915bd19cee0514dc82dced0d6a6a9]

        INTEGRATION: CWS rt28 (1.286.52); FILE MERGED 2008/05/27 14:33:12 rt 1.286.52.1: #i89999# libsndfile and libportaudio have been obsoleted by CWS unifysound01.

2008-06-03  Vladimir Glazounov  <vg@openoffice.org>  [d4d826b937021961f978f7af6815544170ba1d92]

        INTEGRATION: CWS rt28 (1.4.60); FILE MERGED 2008/05/27 14:15:51 rt 1.4.60.1: #i88423# Add entry for product extension.

2008-06-03  Mox Soini  <mox@openoffice.org>  [899d6920512e2be910d14780ddece9b1b2835cd5]

        Import the source files.

2008-06-03  Mox Soini  <mox@openoffice.org>  [d775f2516d329b512dd819d02345e1970ed26787]

        Add build files. Cairo module now feature complete.

2008-06-03  Mox Soini  <mox@openoffice.org>  [bae6fcf0783932edf9be9a6051ed98e74bc15deb]

        Build fixes

2008-06-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b838334a4673f5a656bfa2bcac7d8fd450fda055]

        #158090# - add osl include for solarcommon

2008-06-02  Rüdiger Timm  <rt@openoffice.org>  [75988511d4a97fcd81bd65de7f17b07c943c3f25]

        #i90188# Patch by pjanik to avoid 'uninitialized' warning.

2008-06-01  Christian Lohmaier  <cloph@openoffice.org>  [02c7bd2784e532dd86847f6ab54bdcbb5ade3d79]

        --without-readline and --without-ui actually turns on those features (bug in hunspell's configure) - defaults to no anyway

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [291b5fe139de78f48183c844453ba64a047b88b4]

        #i10000# initResolution( NSWindow* ) declaration missing

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [138ae3f26c5b40c586bff415b97bf05d8d037c8e]

        #i10000# compare signed unsigned warning

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9ebe7641b7f5f5ceebbe0b2dad73e8bb73997967]

        INTEGRATION: CWS hro35_DEV300 (1.142.32); FILE MERGED 2008/05/26 09:16:01 hro 1.142.32.1: #87244# Dialog initialization sequence has to be done synchronous for modal Vista dialog

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [408727b21c337b261a495c39813007eb6989816c]

        INTEGRATION: CWS hro35_DEV300 (1.3.14); FILE MERGED 2008/05/26 09:32:58 hro 1.3.14.1: #87244# Prevent blocking of main VCL thread

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [a31c3f0ba3504947735b672cf2b96cfc09a09ba3]

        DEV300

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9f2d92d94e0c1f38f3e4b4db8273bd982e64c20e]

        INTEGRATION: CWS aquabmpfix01 (1.6.14); FILE MERGED 2008/05/09 12:40:13 hdu 1.6.14.1: #i88759# chart2: enable antialiasing, nothing depends on exact pixel-boundaries

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3ca40fb8a2e8c805517b351ebd97c1385cfc92a3]

        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>  [e47944640041a9702848ad1c298804a0b23a3180]

        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>  [8e7f8f0326fe6fc4d0563fad051a1ddf079fd74b]

        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>  [4d714009cee8e587d5fc9686edf2088129883567]

        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>  [0da4b3d70ed33ab2fda0257e62c6fd504d730ad7]

        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>  [03ba8d0a7755d5bf0bce95fc90e8c2907da00a69]

        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>  [15e41a2a2802451f9fa09b104ae31ea6888390f6]

        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>  [ba3e47385552b91f99b1e7444071a8466a8bce9d]

        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>  [d963aba064b076d3af33cc6c3ed2b0adfc7252cc]

        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>  [5fbdbf807650d29893094a610684e22c5ca0d564]

        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>  [c297d383ca2740f3c78c19f044531310861908ce]

        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>  [0f1d9bfc3e1bc6917f83ca426e83f5d66a336cf2]

        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>  [2387dfa4cbeb635748efb058f87641f15c3a1b62]

        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>  [ee2aee537f9133af63b8fd80d7486713593bddad]

        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>  [5108065354eca4cda4eed93263815283e875f644]

        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>  [4b21df1d7c1867b40984ae8e383c44849ea4904f]

        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>  [72b6b77d7b6895c7bf8e42e844670b232b8379a8]

        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>  [844f9a38ab061c9ccebd0a73d0814a68f75d0b01]

        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>  [cec34297b62c1a2f10f9e728a1b6f9e2da26f3d5]

        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>  [c5515a1ed4fc81391f0a0c852f867c97a5f329b7]

        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>  [88f9e5e76ba808266f76da36ba00e38a88a6943d]

        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>  [cfe0934fbfe481de1bde3c1a5d4d95b81330b326]

        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>  [49e7c90ca641767a4f7777a1cee55f7b10e52830]

        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>  [e6b5135ab01628361bfc8bfb9e0aa5c876b9084f]

        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>  [3c12269be411740b6aa4288880a319b21e69ea30]

        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>  [599a431de7ef2fc8c4b7baacdb047df490a66bd0]

        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>  [06e941d6e1718b82e4873c58230c37d5b234040c]

        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>  [f0faedb959edd27d6b5b96ec77fd54f7172d52dd]

        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>  [04bf43ec67db78b8e18a52c69fb56197b15d84a9]

        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>  [3aacf0ab246af5a5874342f5832f7c0d0a871ce8]

        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>  [4cab94239be70bd5800a8808652514f14501d303]

        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>  [6122ed52b32010bca1c3d8a388b04a1940561bfc]

        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>  [6828a227a1301dda91984154dc3c9a9bb50f0159]

        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>  [362305b6f5c9b882efc468352c3b41d4dc03ddc1]

        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>  [46d69d36e85e082bf5bd41a88dc1a70bf0a17605]

        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>  [d6f290b3afd88b207fbdf62427921feb05456332]

        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>  [a0c7fb2374d392379d7419237896265194619f30]

        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>  [d8e04a91062b4ec66a86c84269da5b80d1134a80]

        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>  [0d778878c3427c436fb0f8f98078dd63263ba03a]

        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>  [ee9e7251af32fbe03f44da8231e101c38f2a50d7]

        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>  [15822f95b85acec048c10ceb0518635f100a03a9]

        INTEGRATION: CWS notes4 (1.23.4); FILE MERGED 2008/04/25 15:52:43 mod 1.23.4.4: fix 2008/04/18 01:14:31 mod 1.23.4.3: #i86524# 2008/04/18 00:17:41 mod 1.23.4.2: #i86524# 2008/04/17 10:51:16 mod 1.23.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [06983b4b48ea744745bc2b27c39aebc979d7c5c8]

        INTEGRATION: CWS notes4 (1.37.4); FILE MERGED 2008/04/24 17:37:01 mod 1.37.4.1: spellcheck inside draw object

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [af6d1a9ef9191438c65e283ac7dd1f932581d9bd]

        INTEGRATION: CWS notes4 (1.84.4); FILE MERGED 2008/04/17 10:51:16 mod 1.84.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [e228cfb764210afa7259db1c5508e2899add00b9]

        INTEGRATION: CWS notes4 (1.26.4); FILE MERGED 2008/04/17 10:51:16 mod 1.26.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [5c8223223f548457f72a754af3b8c20eaa6f03de]

        INTEGRATION: CWS notes4 (1.110.4); FILE MERGED 2008/04/21 13:22:20 mod 1.110.4.3: i85896 2008/04/18 01:14:31 mod 1.110.4.2: #i86524# 2008/04/17 23:15:03 mod 1.110.4.1: #i88233#

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3cfe8ae094c28eedccb2a4bc5c0e01d6dd86f8e2]

        INTEGRATION: CWS notes4 (1.4.4); FILE MERGED 2008/04/29 23:03:47 mod 1.4.4.4: WaE 2008/04/25 07:41:06 mod 1.4.4.3: #i88715 2008/04/19 17:28:49 mod 1.4.4.2: #i88220# 2008/04/17 10:51:15 mod 1.4.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [e3de49af4b5962ea717fedfbe0cf9c5bc5f64fc7]

        INTEGRATION: CWS notes4 (1.59.4); FILE MERGED 2008/04/24 17:37:00 mod 1.59.4.2: spellcheck inside draw object 2008/04/17 10:51:15 mod 1.59.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [be34182e8a7d1c4a71ae0fd35fc7dabbad3f047d]

        INTEGRATION: CWS notes4 (1.4.4); FILE MERGED 2008/04/29 23:03:47 mod 1.4.4.10: WaE 2008/04/29 15:59:33 mod 1.4.4.9: #i86717# 2008/04/25 15:52:43 mod 1.4.4.8: fix 2008/04/25 07:41:05 mod 1.4.4.7: #i88715 2008/04/24 17:37:00 mod 1.4.4.6: spellcheck inside draw object 2008/04/21 13:22:20 mod 1.4.4.5: i85896 2008/04/19 17:28:49 mod 1.4.4.4: #i88220# 2008/04/18 01:14:30 mod 1.4.4.3: #i86524# 2008/04/17 23:15:03 mod 1.4.4.2: #i88233# 2008/04/17 10:51:15 mod 1.4.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1dfad73a277adcd5964c2ed25d3aa5bb8851bdf4]

        INTEGRATION: CWS notes4 (1.28.4); FILE MERGED 2008/04/18 01:14:30 mod 1.28.4.3: #i86524# 2008/04/17 23:15:03 mod 1.28.4.2: #i88233# 2008/04/17 10:51:15 mod 1.28.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d98c091a17fe3814c2fb307607c0f7b33b79af15]

        INTEGRATION: CWS notes4 (1.157.4); FILE MERGED 2008/04/21 13:22:20 mod 1.157.4.4: i85896 2008/04/18 01:14:30 mod 1.157.4.3: #i86524# 2008/04/17 23:15:02 mod 1.157.4.2: #i88233# 2008/04/17 10:51:15 mod 1.157.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [fdfc8844f49acd077bd58f03402a7a72dd2ad10e]

        INTEGRATION: CWS notes4 (1.7.4); FILE MERGED 2008/04/29 15:59:33 mod 1.7.4.7: #i86717# 2008/04/24 17:37:00 mod 1.7.4.6: spellcheck inside draw object 2008/04/21 13:22:19 mod 1.7.4.5: i85896 2008/04/18 01:14:29 mod 1.7.4.4: #i86524# 2008/04/18 00:17:41 mod 1.7.4.3: #i86524# 2008/04/17 23:15:02 mod 1.7.4.2: #i88233# 2008/04/17 10:51:14 mod 1.7.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c6f23c527b4d6565d5366cc8160088cbbea4a573]

        INTEGRATION: CWS notes4 (1.105.4); FILE MERGED 2008/04/17 23:15:01 mod 1.105.4.2: #i88233# 2008/04/17 10:51:14 mod 1.105.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [daa913bcd6f9566ad3114c468490d2ddad7bccac]

        INTEGRATION: CWS notes4 (1.53.4); FILE MERGED 2008/04/17 10:51:14 mod 1.53.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [1e9133de546b1946c559e777c68ce49e2db32bc5]

        INTEGRATION: CWS notes4 (1.4.4); FILE MERGED 2008/04/17 23:15:01 mod 1.4.4.2: #i88233# 2008/04/17 10:51:14 mod 1.4.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9844a268e2473ae998d62af290d285a5fa84b1ec]

        INTEGRATION: CWS notes4 (1.3.4); FILE MERGED 2008/04/25 07:41:05 mod 1.3.4.2: #i88715 2008/04/17 10:51:14 mod 1.3.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [5f1a75a8fa770567c68c49dc987167ac5a3af54b]

        INTEGRATION: CWS notes4 (1.5.4); FILE MERGED 2008/04/19 17:28:48 mod 1.5.4.4: #i88220# 2008/04/18 01:14:29 mod 1.5.4.3: #i86524# 2008/04/17 23:15:01 mod 1.5.4.2: #i88233# 2008/04/17 10:51:13 mod 1.5.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [8ed9666207baf6984d15b3de63ba38d2270dc00f]

        INTEGRATION: CWS notes4 (1.5.4); FILE MERGED 2008/04/24 17:36:59 mod 1.5.4.4: spellcheck inside draw object 2008/04/18 01:14:28 mod 1.5.4.3: #i86524# 2008/04/17 23:15:01 mod 1.5.4.2: #i88233# 2008/04/17 10:51:13 mod 1.5.4.1: various small fixes

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [49cd805b233f31c6a2dc47c23a3732b094512155]

        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>  [135b36630cab58696f77561447fd8fb1eac7e617]

        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>  [368b9de70e3106526d756139685366ef3144701f]

        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>  [a99015599631d3c2d53dc660f09028f4008761fa]

        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>  [f68c66feb6b4c3154cb135e0097251fd99f864a4]

        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>  [e6f2bda39edf2b829597adcc1581c2e15d55ae89]

        INTEGRATION: CWS uaa06 (1.5.8); FILE MERGED 2008/05/19 11:13:25 obr 1.5.8.2: #i86659# WaE break on wntmsci12 2008/05/14 13:12:57 obr 1.5.8.1: #i86659# support for XAccessibleMultiLineText

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [959c1233250a10228e07c108d4cbbe0da24f4c9d]

        INTEGRATION: CWS uaa06 (1.5.8); FILE MERGED 2008/05/14 13:12:56 obr 1.5.8.1: #i86659# support for XAccessibleMultiLineText

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [8215a0ccb34ce09a9fe40b0f138e46905e3ffdb7]

        INTEGRATION: CWS uaa06 (1.7.20); FILE MERGED 2008/05/14 12:54:22 obr 1.7.20.1: #i86659# introduce XAccessibleMultiLineText

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9b5fec553e29cfe4634a618dcc38bd4b9e3367bd]

        INTEGRATION: CWS uaa06 (1.1.2); FILE ADDED 2008/05/14 12:54:22 obr 1.1.2.1: #i86659# introduce XAccessibleMultiLineText

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3bd450291fe9d5aaa7437ffade2ca5095d8e1d6e]

        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>  [4eb081bb5057a50c7f0a6dc22208a845576e1e4f]

        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>  [c6cc90c2816e684f33c84e35992356606d212664]

        INTEGRATION: CWS xformsmodify (1.4.84); FILE MERGED 2008/05/29 09:52:14 fs 1.4.84.1: prepare an upcoming implementation

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [9111d4f7b34262f2aa057ccfa4e68b9004f97af2]

        INTEGRATION: CWS xformsmodify (1.8.84); FILE MERGED 2008/05/29 09:52:14 fs 1.8.84.1: prepare an upcoming implementation

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [cb79a3b7b3b5eddf890384968c6aea31ad276e06]

        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>  [d1e9ee6c216291f81b9162e7c2608551342bc7a2]

        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>  [e8965f49de9a0f07d9b1455232a258341ec5da19]

        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>  [afdf9141fa80ed719a0e4d81f3aa58201e793630]

        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>  [831302d026ac2643d573e4a3b9f0f05a475af739]

        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>  [373d71c06e210e257280437e03ba87d2e79185ee]

        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>  [c43d9ac845e51873d693d468f29782b9d0f40ade]

        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>  [589c85ceb72c1e83b3c5066b8487a36e1879ff8c]

        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>  [a38a8c26dcd316806eb875146479cdd980286f08]

        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>  [1d76179ea7430763e07de1c2ced44e91f0149202]

        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>  [bc8d5d728142a68708f721c2f3b97bf9b89a1245]

        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>  [8c76d880b115394b4af1ed65d5170ddb3ad16e3d]

        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>  [5c43975d73dd69625736abf2df5ae36b2aefd363]

        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>  [37e27d00f651bc79bf9abe366e51abf77894706f]

        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>  [1fd73efe1889b9845a31ae3570df101a76842e32]

        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>  [71a86c2c5cd257c4c4fc3b171eab66db3e050ebc]

        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>  [d59425651e03ce947cd2a68db41b37062f13e70f]

        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>  [b4d98f6c0dfd41fb381cf85667c276bdf98ccf42]

        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>  [4549c6c126d98ecac25ad6df8ed31bf74a65fa89]

        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>  [437aad3f56af1f00f621b751e92be56080980730]

        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>  [59e9ecf82868fa905a42c065868e8d038e8bd791]

        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>  [0b89b3cf2999f1c194cb39af36daee2aa4a30290]

        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>  [c9ef3a951900f67849cb8c955d22af6b10cc4949]

        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>  [4f66aeebda2f395b70a5e333ff8d315573e2233e]

        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>  [a3c9b7383eae5410544b5a7906fc7a77e0ce12e5]

        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>  [392b3bbd2442a0ba44938d643dab96bbfe7ee056]

        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>  [7c5fa79c03b42c6f59e2238b244d00a44f2ec118]

        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>  [0260204632166a6cc7e548e2aa11c061ca6e4dfb]

        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>  [85f5d03448e863bb673018515b6c16702771eb15]

        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>  [df55c4c18bac2245a3b617fec7a0030689d092b8]

        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>  [be06f0db5d5861a467245d959131552cccb4344c]

        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>  [5bcc52e73b46840e72254e36daa60a636811dad4]

        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>  [d38735a4b1c203b59791509724f710697a688481]

        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>  [5b934d0d5ae5b80475cc660046a7dbc988cbee80]

        INTEGRATION: CWS aquavcl07 (1.3.16); FILE MERGED 2008/04/29 18:20:32 pl 1.3.16.1: #i88447# add dockmenu entries from quickstarter

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [cde93c5de816a1f7979a1a50de4b9dc7d8b0dbb7]

        INTEGRATION: CWS aquavcl07 (1.119.28); FILE MERGED 2008/04/28 13:08:39 pl 1.119.28.1: #i87830# add new keys

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [42b82121a1896d7dd08bc82f74510a19584eadd2]

        INTEGRATION: CWS aquavcl07 (1.111.28); FILE MERGED 2008/04/28 13:08:39 pl 1.111.28.1: #i87830# add new keys

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [afda4d22aab9f8d2bd90834ea65d873b27ee6af6]

        INTEGRATION: CWS aquavcl07 (1.12.8); FILE MERGED 2008/04/17 18:12:36 pl 1.12.8.1: #i87830# additional key with functions

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [80e173d388b386a1eafcef9a954194d022b23d13]

        INTEGRATION: CWS aquavcl07 (1.44.14); FILE MERGED 2008/04/21 09:12:34 pl 1.44.14.1: #i86435# use the keyname provided by the system instead of localizing Ctrl

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d09787ac81fe431717835b4cb643a7faf17cd8c8]

        INTEGRATION: CWS aquavcl07 (1.16.14); FILE MERGED 2008/05/09 09:03:05 pl 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2008/04/21 09:12:33 pl 1.16.14.1: #i86435# use the keyname provided by the system instead of localizing Ctrl

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [060de6d07172af545682997e9f9311700dabd6d7]

        INTEGRATION: CWS aquavcl07 (1.28.14); FILE MERGED 2008/04/21 09:12:30 pl 1.28.14.1: #i86435# use the keyname provided by the system instead of localizing Ctrl

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [91830270935ba2417232b30877c053e5e85b11c2]

        INTEGRATION: CWS aquavcl07 (1.51.14); FILE MERGED 2008/04/21 09:12:28 pl 1.51.14.1: #i86435# use the keyname provided by the system instead of localizing Ctrl

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [937198c3e38b1b19d07ea07065b4890ee394c2f9]

        INTEGRATION: CWS aquavcl07 (1.73.48); FILE MERGED 2008/05/09 09:01:49 pl 1.73.48.3: RESYNC: (1.74-1.75); FILE MERGED 2008/04/17 05:35:44 pl 1.73.48.2: RESYNC: (1.73-1.74); FILE MERGED 2008/04/15 17:04:11 pl 1.73.48.1: #i86432# remove unused dependency on printer capabilities

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [2d34942a675110a7df69b6aaf6cd8e5c4711cb77]

        INTEGRATION: CWS aquavcl07 (1.43.48); FILE MERGED 2008/04/17 05:35:48 pl 1.43.48.2: RESYNC: (1.43-1.44); FILE MERGED 2008/04/15 17:04:10 pl 1.43.48.1: #i86432# remove unused dependency on printer capabilities

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [71ff1ab0f4732961c9ca2206cf80c7d678184c98]

        INTEGRATION: CWS aquavcl07 (1.4.8); FILE MERGED 2008/05/09 09:01:03 pl 1.4.8.4: RESYNC: (1.5-1.6); FILE MERGED 2008/04/17 08:19:52 pl 1.4.8.3: fix a warning 2008/04/17 05:33:35 pl 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/15 18:13:38 pl 1.4.8.1: #i88308# dispatch asynchronously

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [d7a9079838e54f38c0889b6f148c282c2c1ac549]

        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-30  Oliver Bolte  <obo@openoffice.org>  [833a1729274818c7594a47254d34462259b2740a]

        INTEGRATION: CWS aquavcl07 (1.4.10); FILE MERGED 2008/05/09 11:38:53 pl 1.4.10.1: #i89138# make link checkbox work

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [3416f7bb5921557a4bc44128d812619d8b1ab9d4]

        INTEGRATION: CWS sjfixes05 (1.102.28); FILE MERGED 2008/05/22 19:23:06 sj 1.102.28.3: fixed warnings 2008/05/22 19:10:37 sj 1.102.28.2: fixed warnings 2008/05/22 19:03:46 sj 1.102.28.1: fixed export problem if proportional linespacing is below 100

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c70fea3b9d73b10fbc51b42b2f47ca415093dc74]

        INTEGRATION: CWS sjfixes05 (1.46.26); FILE MERGED 2008/05/22 19:10:37 sj 1.46.26.2: fixed warnings 2008/05/22 19:03:46 sj 1.46.26.1: fixed export problem if proportional linespacing is below 100

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0d060112422484abab7ddeb23f6595ca5a553e32]

        INTEGRATION: CWS sjfixes05 (1.62.26); FILE MERGED 2008/05/22 19:03:46 sj 1.62.26.1: fixed export problem if proportional linespacing is below 100

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [0e65258511f960eab1c0a6a0a7fecc396705e26f]

        INTEGRATION: CWS ooo3readme2 (1.32.10); FILE MERGED 2008/05/29 11:33:37 fpe 1.32.10.5: #i89681# 2008/05/28 13:09:00 fpe 1.32.10.4: #i89681# 2008/05/28 13:07:39 fpe 1.32.10.3: #i89681# 2008/05/28 12:54:34 fpe 1.32.10.2: #i89681# 2008/05/23 09:23:21 fpe 1.32.10.1: Issue number: Submitted by: Reviewed by:

2008-05-30  Oliver Bolte  <obo@openoffice.org>  [c3ce4fc7b8119d42fb3ea93813551a1b836c981a]

        INTEGRATION: CWS ooo3readme2 (1.2.10); FILE MERGED 2008/05/28 12:56:04 fpe 1.2.10.1: *** empty log message ***

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [00de796b0253e7374cf65ad59ef6d391dbdafaa7]

        INTEGRATION: CWS odfversion241_DEV300 (1.54.28.2.12); FILE MERGED 2008/05/21 14:44:51 pb 1.54.28.2.12.2: fix: #i89096# value gid_Profileitem_Version_Odfnotifyurl now a variable 2008/05/21 07:56:10 pb 1.54.28.2.12.1: fix: #i89096# new: gid_Profileitem_Version_Odfnotifyurl

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [c140d59e5ad7456d09c38c8b1d341f227bf26717]

        INTEGRATION: CWS odfversion241_DEV300 (1.198.28.5.12); FILE MERGED 2008/05/21 07:42:08 pb 1.198.28.5.12.2: fix: #i89096# no online update check anymore while checking ODF 2008/05/08 04:04:08 pb 1.198.28.5.12.1: fix: #i89151# consider AutoOnlineUpdate option before show odf warning

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [8c47261a78489b95a84984887d6d7e811b05163b]

        INTEGRATION: CWS odfversion241_DEV300 (1.66.8.1.4); FILE MERGED 2008/05/21 15:00:21 pb 1.66.8.1.4.1: fix: #i89096# new: ODFNOTIFYURL

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [5e77cda6bff5566f0c211a8036b027121380b811]

        INTEGRATION: CWS odfversion241_DEV300 (1.2.110); FILE MERGED 2008/05/21 07:38:50 pb 1.2.110.1: fix: #i89096# added sVersion (of ODF)

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [e1468a20f4184839c28413d0cd3ed038902e4e1b]

        INTEGRATION: CWS odfversion241_DEV300 (1.2.30.1.14); FILE MERGED 2008/05/21 07:40:38 pb 1.2.30.1.14.1: fix: #i89096# no online update check anymore; now open a website

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [05860e73f65ebc0fe5b07fb1ccef4447d7eab82d]

        INTEGRATION: CWS pdfi03 (1.2.4); FILE MERGED 2008/05/22 10:25:28 akhva 1.2.4.3: pdf restriction 2008/05/16 08:17:39 akhva 1.2.4.2: pdf permissions 2008/05/16 08:15:49 akhva 1.2.4.1: pdf permissions

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [150a820202f047f568550260d614883e703a4500]

        INTEGRATION: CWS native155 (1.5.6); FILE MERGED 2008/05/26 15:08:43 is 1.5.6.1: #i89911# productcode not in basis layer

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [c606fb23b8db6f6ba3adf6c20956521e9a3facd7]

        INTEGRATION: CWS native155 (1.62.6); FILE MERGED 2008/05/26 15:08:43 is 1.62.6.1: #i89911# productcode not in basis layer

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [799209046e46473ce313d05629a2c861468bd3bd]

        INTEGRATION: CWS native155 (1.2.4); FILE MERGED 2008/05/26 10:57:49 is 1.2.4.1: #i89911# basis-link in admin installations

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [48a4e61fa69b33c8feaa6864d51e9682da2c9f33]

        INTEGRATION: CWS native155 (1.25.10); FILE MERGED 2008/05/26 10:56:59 is 1.25.10.1: #i89911# basis-link in admin installations

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [a7178ea4c66e0bf44dc1a3b39eb5fb96e1e81d62]

        INTEGRATION: CWS cmcfixes45 (1.233.4); FILE MERGED 2008/05/13 07:47:10 cmc 1.233.4.1: #i89368# recheck jdk if we're using ecj

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [db57d13b78ca611ba0fe08bcdf662692cc720394]

        INTEGRATION: CWS cmcfixes45 (1.4.16); FILE MERGED 2008/05/12 07:20:06 cmc 1.4.16.1: #i86324# remove unused methods

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [f4d1594f303745fc90caa87e1fcab3c0efdbcd5e]

        INTEGRATION: CWS cmcfixes45 (1.3.32); FILE MERGED 2008/05/12 07:20:05 cmc 1.3.32.1: #i86324# remove unused methods

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [d4ff002a8d610e771827054b8e82f5fe3dbb6290]

        INTEGRATION: CWS cmcfixes45 (1.4.8); FILE MERGED 2008/05/12 07:20:05 cmc 1.4.8.1: #i86324# remove unused methods

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [39fc5f38c0da7edfa27081d8f4b3b36cb2164c56]

        INTEGRATION: CWS cmcfixes45 (1.3.16); FILE MERGED 2008/05/12 07:20:05 cmc 1.3.16.1: #i86324# remove unused methods

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [8edabff2abcdc0942afccd668e15856805f42408]

        INTEGRATION: CWS cmcfixes45 (1.24.42); FILE MERGED 2008/05/09 13:58:42 cmc 1.24.42.1: #i89217# fix up 32bit-ism, there might be other places wrong, but get this one right anyway

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [e8aa99e72a83914fcba73d4afdb906aa3bda42d9]

        INTEGRATION: CWS cmcfixes45 (1.266.4); FILE MERGED 2008/05/13 07:47:15 cmc 1.266.4.1: #i89368# recheck jdk if we're using ecj

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [b290a04e534503204e0228855c416d1f6e685e4f]

        INTEGRATION: CWS calcodfversion (1.131.38); FILE MERGED 2008/04/18 12:48:56 er 1.131.38.2: RESYNC: (1.131-1.132); FILE MERGED 2008/04/09 21:08:42 er 1.131.38.1: #i88113# handle XML_NAMESPACE_OF with GRAM_ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [d6e2b228708736c6cb4aefc69b643a84a920c0cf]

        INTEGRATION: CWS calcodfversion (1.211.38); FILE MERGED 2008/04/28 20:24:01 er 1.211.38.3: #i88113# set storage grammar according to ODF version 2008/04/18 12:48:36 er 1.211.38.2: RESYNC: (1.211-1.212); FILE MERGED 2008/04/09 21:08:42 er 1.211.38.1: #i88113# handle XML_NAMESPACE_OF with GRAM_ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [1b3f9003242653b9bc459227a07d97243d3b7053]

        INTEGRATION: CWS calcodfversion (1.30.6); FILE MERGED 2008/04/28 20:24:01 er 1.30.6.1: #i88113# set storage grammar according to ODF version

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [63d653379e9e376bbb2580eda3b54e529977ac84]

        INTEGRATION: CWS calcodfversion (1.50.38); FILE MERGED 2008/04/18 12:48:21 er 1.50.38.2: RESYNC: (1.50-1.51); FILE MERGED 2008/04/09 21:08:42 er 1.50.38.1: #i88113# handle XML_NAMESPACE_OF with GRAM_ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [9bf074cf6242ecbb3c1cad46a15af27c45f6b435]

        INTEGRATION: CWS calcodfversion (1.32.38); FILE MERGED 2008/04/18 12:48:42 er 1.32.38.2: RESYNC: (1.32-1.33); FILE MERGED 2008/04/09 21:08:42 er 1.32.38.1: #i88113# handle XML_NAMESPACE_OF with GRAM_ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [e09e1ed06bef8d80dbfbcba49889fa901f712a1e]

        INTEGRATION: CWS calcodfversion (1.76.6); FILE MERGED 2008/04/30 20:07:46 er 1.76.6.1: #i88113# dbg_call_generateMappingDiff, debugger call generating a semicolon separated list with name differences between PODF and ODFF to stdout

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [e7dc89f2956279205a523dbb8e32e85e769da5a5]

        INTEGRATION: CWS calcodfversion (1.3.6); FILE MERGED 2008/04/28 20:44:36 er 1.3.6.1: #i88113# switch GRAM_STORAGE_DEFAULT to GRAM_ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [db9169fd88b54deeefa5c4d2cdf511ce6f1fed69]

        INTEGRATION: CWS calcodfversion (1.123.24); FILE MERGED 2008/04/18 12:46:34 er 1.123.24.2: RESYNC: (1.123-1.125); FILE MERGED 2008/04/09 20:50:23 er 1.123.24.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [02e022c5b008392943ce38332b0b2552118070ee]

        INTEGRATION: CWS calcodfversion (1.106.28); FILE MERGED 2008/04/18 12:46:16 er 1.106.28.2: RESYNC: (1.106-1.108); FILE MERGED 2008/04/09 20:50:23 er 1.106.28.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [1b5cf8ca946bc645a033d45002b6f5333995324f]

        INTEGRATION: CWS calcodfversion (1.136.28); FILE MERGED 2008/04/18 12:46:07 er 1.136.28.2: RESYNC: (1.136-1.138); FILE MERGED 2008/04/09 20:50:23 er 1.136.28.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [fb93eeab4d04cffa281f220b6c549f2354320ff1]

        INTEGRATION: CWS calcodfversion (1.20.24); FILE MERGED 2008/04/18 12:45:54 er 1.20.24.2: RESYNC: (1.20-1.22); FILE MERGED 2008/04/09 20:50:23 er 1.20.24.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [f9711315ca6157d9e76cc50933a9e96057d3a229]

        INTEGRATION: CWS calcodfversion (1.18.162); FILE MERGED 2008/04/18 12:44:46 er 1.18.162.2: RESYNC: (1.18-1.19); FILE MERGED 2008/04/09 20:50:22 er 1.18.162.1: #i88113# add XML_NAMESPACE_OF, OpenFormula aka ODFF

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [1f183f96663982e1542204154ba4883c3e1d7004]

        INTEGRATION: CWS calcshare4 (1.73.44); FILE MERGED 2008/05/22 07:54:29 tbe 1.73.44.1: #i87331# [Collaboration] Typo in shared access dialog

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [7b738e5c3253b7e22a4397532565063ccfa721e8]

        INTEGRATION: CWS calcshare4 (1.3.44); FILE MERGED 2008/05/22 07:55:31 tbe 1.3.44.1: #i87331# [Collaboration] Typo in shared access dialog

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [44d3f5651c092a11d6b1628be28c2c9674186213]

        INTEGRATION: CWS calcshare4 (1.5.42); FILE MERGED 2008/05/22 07:55:10 tbe 1.5.42.1: #i87331# [Collaboration] Typo in shared access dialog

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [4b0ee09ae1b4cc44d335a540a2c1222f68fc91e6]

        INTEGRATION: CWS extrasso9 (1.15.54); FILE MERGED 2008/05/19 11:43:58 ih 1.15.54.2: format fixes for linux Issue number: Submitted by: Reviewed by: 2008/05/05 08:34:35 ih 1.15.54.1: New Version of OpenSymbol with new bullets for writer and corrected outlines for "-" and "=" Issue number: i87901, i88261 Submitted by: ih Reviewed by: troodon

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [d5d3669c274bd4ee21f9a0a097140cb0450a34a1]

        INTEGRATION: CWS extrasso9 (1.2.54); FILE MERGED 2008/05/05 08:34:35 ih 1.2.54.1: New Version of OpenSymbol with new bullets for writer and corrected outlines for "-" and "=" Issue number: i87901, i88261 Submitted by: ih Reviewed by: troodon

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [ef5f6371d4f46f714eaf80f528f1f91c3359f58e]

        INTEGRATION: CWS extrasso9 (1.4.58); FILE MERGED 2008/05/08 09:37:02 va 1.4.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [f62ff5afe2cb52e828926daa4341f5778ce62809]

        INTEGRATION: CWS extrasso9 (1.4.58); FILE MERGED 2008/05/08 09:37:01 va 1.4.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [104d55295ce83919ad380b99b9c58f33164fc901]

        INTEGRATION: CWS extrasso9 (1.4.68); FILE MERGED 2008/05/08 09:37:01 va 1.4.68.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [f7f2fcb395d5dad329f0fa0b2dd92c18220a01eb]

        INTEGRATION: CWS extrasso9 (1.2.124); FILE MERGED 2008/05/08 09:37:00 va 1.2.124.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [66371c1e4c6809814cc99b20f00b13c3fbfa3bdd]

        INTEGRATION: CWS extrasso9 (1.2.74); FILE MERGED 2008/05/08 09:37:00 va 1.2.74.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [73d43aaa944a44bef5945bb7fca7f31da84a9cc4]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:59 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [c4269f1ea924829c4d4b98061bd090cd2765e4d9]

        INTEGRATION: CWS extrasso9 (1.2.48); FILE MERGED 2008/05/08 09:36:59 va 1.2.48.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [4d64f463d2647112529324f94a742aeed9cfaefb]

        INTEGRATION: CWS extrasso9 (1.2.62); FILE MERGED 2008/05/08 09:36:59 va 1.2.62.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [317c64ae173c81bdb3f30176834a32d994ad00f3]

        INTEGRATION: CWS extrasso9 (1.5.58); FILE MERGED 2008/05/08 09:36:58 va 1.5.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [26555dccb9723876c4cb58ed55f6464d9bec2dcf]

        INTEGRATION: CWS extrasso9 (1.4.58); FILE MERGED 2008/05/08 09:36:58 va 1.4.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [b78250b9cbe4dc27737ac2e69edf5e44ba9e44d0]

        INTEGRATION: CWS extrasso9 (1.2.118); FILE MERGED 2008/05/08 09:36:57 va 1.2.118.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [8ba2bb37e3b60091b931a52e5351ae198b03c33e]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:57 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [2ce83f16fae0b183b656c61d0e1fc8ae0c8ff638]

        INTEGRATION: CWS extrasso9 (1.4.58); FILE MERGED 2008/05/08 09:36:56 va 1.4.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [5165d43c5992a940a0e9b744fef02cb842d4d9e8]

        INTEGRATION: CWS extrasso9 (1.2.124); FILE MERGED 2008/05/08 09:36:56 va 1.2.124.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [0e3623534aecf49513662969559f8efa23eefe6f]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:56 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [e536905aa189806044337b29ca4142077f04390b]

        INTEGRATION: CWS extrasso9 (1.4.58); FILE MERGED 2008/05/08 09:36:55 va 1.4.58.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [250892d1b397c1a82374127f1c43f461e576cbe6]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:55 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [93f53e5c9a6cb79c54a6a2691e77f820ba10ecfd]

        INTEGRATION: CWS extrasso9 (1.2.124); FILE MERGED 2008/05/08 09:36:54 va 1.2.124.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [252697fd8d55e1ba0e35a4703aec790bd0db90c5]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:54 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [6b746d7e41a74583961b1354787f19a43647e586]

        INTEGRATION: CWS extrasso9 (1.5.88); FILE MERGED 2008/05/08 09:36:53 va 1.5.88.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [b90628b0d4ed1a2088b78112891fea16283791ab]

        INTEGRATION: CWS extrasso9 (1.3.140); FILE MERGED 2008/05/08 09:36:53 va 1.3.140.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [0abf0d8e98e3db845c9d0f89567d60cbd90574d5]

        INTEGRATION: CWS extrasso9 (1.3.84); FILE MERGED 2008/05/08 09:36:53 va 1.3.84.1: #157568# Removed Screenbeans Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [8dae52b7561f995dc8a4cc8227d21f0328734210]

        INTEGRATION: CWS extrasso9 (1.4.148); FILE MERGED 2008/05/08 15:01:48 va 1.4.148.1: #157568# Removed Screenbeans Report Wizard Template. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [0aa98a917b7c3f288ffa6bb3bb023de279568d38]

        INTEGRATION: CWS extrasso9 (1.4.8); FILE MERGED 2008/04/23 13:57:39 va 1.4.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [90f3db71382c47dee52dc39aa7fdac60dfaa933c]

        INTEGRATION: CWS extrasso9 (1.4.8); FILE MERGED 2008/04/23 13:57:38 va 1.4.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [55b62c149fe63621b7814703c1cf8f98e59c72bf]

        INTEGRATION: CWS extrasso9 (1.5.8); FILE MERGED 2008/04/23 13:57:38 va 1.5.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [b8899d7918c94b6290953f2de12395334d287d4f]

        INTEGRATION: CWS extrasso9 (1.6.8); FILE MERGED 2008/04/23 13:57:38 va 1.6.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [8bc2bb4f3f5b051b1195c438a63dcdbef8946547]

        INTEGRATION: CWS extrasso9 (1.5.8); FILE MERGED 2008/04/23 13:57:37 va 1.5.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [4006d37ae3857e9aa15f5c233938af4caa4af855]

        INTEGRATION: CWS extrasso9 (1.4.8); FILE MERGED 2008/04/23 13:57:37 va 1.4.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [ec95e99bbd80fade7f080bb30f41c91f6ac47704]

        INTEGRATION: CWS extrasso9 (1.2.8); FILE MERGED 2008/04/23 13:57:37 va 1.2.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [3313bacd83661d32c817118ff17e31532c6996e4]

        INTEGRATION: CWS extrasso9 (1.4.8); FILE MERGED 2008/04/23 13:57:36 va 1.4.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [78ba9a6d493f77e5e80d8f4a0b84da8f70921218]

        INTEGRATION: CWS extrasso9 (1.5.8); FILE MERGED 2008/04/23 13:57:36 va 1.5.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [bb6f99ae3d79a34759cbc4e12eb9a7e8645b8005]

        INTEGRATION: CWS extrasso9 (1.7.8); FILE MERGED 2008/04/23 13:57:36 va 1.7.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [61f36dbdc862a7ce2ac0f6a6ede557e5f9eca7b0]

        INTEGRATION: CWS extrasso9 (1.4.8); FILE MERGED 2008/04/23 13:57:35 va 1.4.8.1: #i88583# Removed formatting from auto-replaced arrows.
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [1d0236767f6d6450723c8784231110242ac2ced6]

        INTEGRATION: CWS extrasso9 (1.10.508); FILE MERGED 2008/05/05 12:52:40 va 1.10.508.1: #i78503# ReplaceString and ArrayOutOfString Functions in Tools/String module refinement. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [84726aa1c1abbc734330c78d7faee1393821dc44]

        INTEGRATION: CWS extrasso9 (1.15.20); FILE MERGED 2008/05/05 12:52:40 va 1.15.20.1: #i78503# ReplaceString and ArrayOutOfString Functions in Tools/String module refinement. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [bbe05eff3cc128d887afe715ac50484108d523c9]

        INTEGRATION: CWS extrasso9 (1.27.508); FILE MERGED 2008/05/05 12:52:40 va 1.27.508.1: #i78503# ReplaceString and ArrayOutOfString Functions in Tools/String module refinement. Issue number: Submitted by: Reviewed by:

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [a0058371654eac3053bac5a2a84ba7ee129a3e88]

        INTEGRATION: CWS pj90 (1.43.102); FILE MERGED 2008/04/19 08:44:03 pjanik 1.43.102.2: RESYNC: (1.43-1.44); FILE MERGED 2008/03/29 15:47:14 pjanik 1.43.102.1: #i87298#: Add Gaelic language.

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [58fb7c16799265c6daacc7757985b79473d1b7f0]

        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>  [08dc85b7e47d45f56873d4b999676e98d3cea160]

        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>  [f8147a8b5850b212e7bed44670b361f3cc5ed3c9]

        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>  [775a0c1c172d4fb9e3dfbc2cdafb90d8e66b0dd9]

        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>  [99509ee02b825b864c494a9680b0391f4fbc44e2]

        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>  [755544f7d1e1000196a510ebd97360964e0ccb49]

        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-28  Oliver Bolte  <obo@openoffice.org>  [d83ed785a98f49b03f3f73b6b00fd26e63153224]

        INTEGRATION: CWS pj90 (1.30.20); FILE MERGED 2008/04/19 08:44:06 pjanik 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/29 15:39:45 pjanik 1.30.20.1: #i87574#: Mac OS X is now completely warning free.

2008-05-28  Oliver Bolte  <obo@openoffice.org>  [4dbfa5dce0358f7b7aba3e4a3e4e92f103cb0c34]

        INTEGRATION: CWS pj90 (1.91.18); FILE MERGED 2008/04/19 08:44:00 pjanik 1.91.18.2: RESYNC: (1.91-1.92); FILE MERGED 2008/03/29 15:48:21 pjanik 1.91.18.1: #i87298#: Add Gaelic language.

2008-05-27  Thorsten Behrens  <thb@openoffice.org>  [aed92a28f6eafc4130658b0e24eb956b3fca7a4a]

        #i10000# Fixed build breakers

2008-05-27  Armin Weiss  <aw@openoffice.org>  [135fa74ce3c33f54b98ea7eeefd00bd6874817d2]

        #i39532# changes DEV300 m12 resync corrections

2008-05-27  Rüdiger Timm  <rt@openoffice.org>  [cda18f03689f852d8ccfef583331779019bd0f6a]

        #i84827# Reset NSIS_PATH

2008-05-27  Rüdiger Timm  <rt@openoffice.org>  [cf993bd97b7e1aeb44a43603fcc57b4cf6a9cf67]

        #i84827# New variable for windows: NSIS_PATH

2008-05-26  Rüdiger Timm  <rt@openoffice.org>  [873a50e88a425696c7a8d4aff5974d40f90e53dd]

        #i89919# Previous change by mistake removed dependency of source\uno_bridge to source\ure

2008-05-23  Kurt Zenker  <kz@openoffice.org>  [1c993b8b20508a08131e924a744829fd898200ea]

        #i10000# warnings fixed

2008-05-23  Rüdiger Timm  <rt@openoffice.org>  [3ce12c1c769180c95591ab73290a96f56f8707cb]

        #i89824# Initialize variables to avoid warning.

2008-05-23  Rüdiger Timm  <rt@openoffice.org>  [a0feab74b55dfbe6f0400e97fa840b027185a5a0]

        #i89564# Initialize variable to avoid warning.

2008-05-22  Kurt Zenker  <kz@openoffice.org>  [4e56822a64ed6b8b195449d1493727c811724a74]

        #i10000# warnings fixed

2008-05-22  Kurt Zenker  <kz@openoffice.org>  [991a9bebc5d5fe041b542c23138870cba45e4084]

        #i10000# warnings fixed

2008-05-22  Kurt Zenker  <kz@openoffice.org>  [d967787a6fa78c4a0eb6541cdecac463c5c3928e]

        #i10000# const missing

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [ca5b552e592b7f01a1fa07935d6fd3821bc8bdc6]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [52cd0d4f63c0c64481ca7ad74d811727573fafcd]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [2f5ceaa8aa8dfb5d341b27b9a06f075e739e4057]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [56c4d33b49849db6eb50a474e26d59d4659beaef]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [3a5b94edd6630797273bf9175e2fe7d4b63eff45]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [04b02b559e5f75e05768cc8a8c42327ce8d2100c]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [cdb32af94907e3537f0c63b6b7e9bd0fbd3c576a]

        new version for OOH680

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [ac29ad4048a4000af96ab5737d4c7c5f7e6c9748]

        #i10000# warning fixed

2008-05-21  Vladimir Glazounov  <vg@openoffice.org>  [c24848382ced515636dfafb07516b4a908fb3fb8]

        #i10000# warning fixed

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [55e868c5f9581e4b20e13c7094f8afcc87485470]

        DEV300

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [74c754c92e9b09461997308674433f4249e66fdc]

        INTEGRATION: CWS extmgrui01 (1.7.218); FILE MERGED 2008/04/28 10:58:25 dv 1.7.218.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/29 15:24:59 dv 1.7.218.1: #i83902# Added some HelpIDs for the new extension manager dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [ff0288201c1038ac984b1d967093e80e6c104317]

        INTEGRATION: CWS extmgrui01 (1.9.24); FILE MERGED 2008/04/28 10:58:22 dv 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/29 15:24:59 dv 1.9.24.1: #i83902# Added some HelpIDs for the new extension manager dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [63c581067dbfc3aecdb8cdde32ded87e1efca083]

        INTEGRATION: CWS extmgrui01 (1.15.24); FILE MERGED 2008/04/28 10:58:18 dv 1.15.24.5: RESYNC: (1.17-1.18); FILE MERGED 2008/03/25 08:06:30 dv 1.15.24.4: RESYNC: (1.16-1.17); FILE MERGED 2008/02/29 10:25:27 dv 1.15.24.3: RESYNC: (1.15-1.16); FILE MERGED 2008/02/22 07:50:19 dv 1.15.24.2: #i83902# Added progress handling 2008/02/04 07:39:50 dv 1.15.24.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [e378fd126f224592e5364b31d75b34d269519aa8]

        INTEGRATION: CWS extmgrui01 (1.6.24); FILE MERGED 2008/04/28 10:58:15 dv 1.6.24.4: RESYNC: (1.7-1.8); FILE MERGED 2008/03/25 12:44:44 dv 1.6.24.3: quick fix of merge problem 2008/03/25 08:06:26 dv 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/28 15:16:51 dv 1.6.24.1: #i83902# Added support for updating a single extension via context menu

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [ea9c54df32907553c1bce1191f478af19ee10785]

        INTEGRATION: CWS extmgrui01 (1.11.24); FILE MERGED 2008/04/28 10:58:12 dv 1.11.24.5: RESYNC: (1.14-1.15); FILE MERGED 2008/03/25 12:44:44 dv 1.11.24.4: quick fix of merge problem 2008/03/25 08:06:22 dv 1.11.24.3: RESYNC: (1.13-1.14); FILE MERGED 2008/02/29 10:25:24 dv 1.11.24.2: RESYNC: (1.11-1.13); FILE MERGED 2008/02/28 15:16:51 dv 1.11.24.1: #i83902# Added support for updating a single extension via context menu

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [133077077f5cd8e5321fe8767f7c10e8b1af2d08]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.10: license updated 2008/04/29 08:43:04 dv 1.1.2.9: #i88800# Add new notified packages only once 2008/03/26 14:08:24 dv 1.1.2.8: Don't hide dialog when clicking 'updates available' icon 2008/02/29 08:54:25 dv 1.1.2.7: #i83902# Allow unopkg to quit when closing dialog 2008/02/28 15:16:51 dv 1.1.2.6: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.5: #i83902# Better handling of external adding of extensions 2008/02/26 07:19:53 dv 1.1.2.4: #i83902# Some strings changed for new dialog 2008/02/22 07:50:19 dv 1.1.2.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.1.2.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:39:06 dv 1.1.2.1: #i83902# new dialog for the extension manager

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [0c7589a2ec5a4e0d630639a2f8897cbcbacccdda]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.13: license updated 2008/04/29 09:27:41 dv 1.1.2.12: better terminate handling 2008/04/29 08:43:04 dv 1.1.2.11: #i88800# Add new notified packages only once 2008/04/01 06:44:44 dv 1.1.2.10: Fixed compiler warning 2008/03/27 13:02:50 dv 1.1.2.9: Better handling of adding extensions via system integration 2008/03/26 14:08:24 dv 1.1.2.8: Don't hide dialog when clicking 'updates available' icon 2008/02/29 08:54:25 dv 1.1.2.7: #i83902# Allow unopkg to quit when closing dialog 2008/02/28 15:16:51 dv 1.1.2.6: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.5: #i83902# Better handling of external adding of extensions 2008/02/26 07:19:53 dv 1.1.2.4: #i83902# Some strings changed for new dialog 2008/02/22 07:50:19 dv 1.1.2.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.1.2.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:38:58 dv 1.1.2.1: #i83902# new dialog for the extension manager

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [ab7bef7ac8b54236358ce4350b2ae087fe13e322]

        INTEGRATION: CWS extmgrui01 (1.20.24); FILE MERGED 2008/04/28 10:58:07 dv 1.20.24.5: RESYNC: (1.21-1.22); FILE MERGED 2008/03/26 14:08:24 dv 1.20.24.4: Don't hide dialog when clicking 'updates available' icon 2008/03/25 08:06:18 dv 1.20.24.3: RESYNC: (1.20-1.21); FILE MERGED 2008/02/26 07:19:53 dv 1.20.24.2: #i83902# Some strings changed for new dialog 2008/02/04 07:39:50 dv 1.20.24.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [d17ad24c74b4f7ace33a3a237c162e44bfdfa36a]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.5: license updated 2008/03/27 13:02:50 dv 1.1.2.4: Better handling of adding extensions via system integration 2008/02/28 15:16:51 dv 1.1.2.3: #i83902# Added support for updating a single extension via context menu 2008/02/26 07:19:53 dv 1.1.2.2: #i83902# Some strings changed for new dialog 2008/02/22 07:49:45 dv 1.1.2.1: #i83902# Added progress bar

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [f167d090345c9c7950665e50006aff4fc0ace078]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.13: license updated 2008/04/29 06:12:50 dv 1.1.2.12: Better progress handling 2008/04/29 06:03:34 dv 1.1.2.11: Added changes from CWS JL94 2008/03/28 07:01:27 dv 1.1.2.10: Some more dialog changed a little bit 2008/03/27 13:02:50 dv 1.1.2.9: Better handling of adding extensions via system integration 2008/03/27 08:06:18 dv 1.1.2.8: Adopted 'Already installed' request to latest version handling 2008/03/26 09:57:06 dv 1.1.2.7: fixed some merge problems with resource ids 2008/02/29 09:53:47 dv 1.1.2.6: #i83902# Changed some strings 2008/02/28 15:16:51 dv 1.1.2.5: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.4: #i83902# Better handling of external adding of extensions 2008/02/26 07:19:53 dv 1.1.2.3: #i83902# Some strings changed for new dialog 2008/02/22 08:14:15 dv 1.1.2.2: Fixes for unix compiler 2008/02/22 07:49:45 dv 1.1.2.1: #i83902# Added progress bar

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [8ee302b04c5b12cfbb25e7021225ea8dc3635333]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.7: license updated 2008/02/29 09:53:47 dv 1.1.2.6: #i83902# Changed some strings 2008/02/28 15:16:51 dv 1.1.2.5: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.4: #i83902# Better handling of external adding of extensions 2008/02/22 07:50:19 dv 1.1.2.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.1.2.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:38:49 dv 1.1.2.1: #i83902# new dialog for the extension manager

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [48fe4fb1aec6c41636b968a2dad625637029cd8c]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.9: license updated 2008/03/28 07:01:27 dv 1.1.2.8: Some more dialog changed a little bit 2008/02/29 08:54:25 dv 1.1.2.7: #i83902# Allow unopkg to quit when closing dialog 2008/02/28 15:16:51 dv 1.1.2.6: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.5: #i83902# Better handling of external adding of extensions 2008/02/26 07:19:53 dv 1.1.2.4: #i83902# Some strings changed for new dialog 2008/02/22 07:50:19 dv 1.1.2.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.1.2.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:38:18 dv 1.1.2.1: #i83902# new dialog for the extension manager

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [a306d79fd94e3582c2e111a5fb30cc4dce73a1c2]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/05/21 11:31:39 kz 1.1.2.24: license updated 2008/04/30 07:05:50 dv 1.1.2.23: Better default height for progress 2008/04/29 08:42:12 dv 1.1.2.22: better progress handling 2008/04/29 06:12:50 dv 1.1.2.21: Better progress handling 2008/03/28 07:01:27 dv 1.1.2.20: Some more dialog changed a little bit 2008/03/27 13:02:50 dv 1.1.2.19: Better handling of adding extensions via system integration 2008/03/27 08:06:17 dv 1.1.2.18: Adopted 'Already installed' request to latest version handling 2008/03/20 11:03:12 dv 1.1.2.17: #i86985# Look listbox when disabling buttons to avoid multiple actions on the same extension 2008/03/19 13:53:52 dv 1.1.2.16: #i86965# selectEntry with invalid pos now clears the extra buttons, too 2008/03/19 12:09:33 dv 1.1.2.15: #i86913# Rewrote some helper functions used by automatic testing 2008/03/13 14:43:48 jl 1.1.2.14: #i86913# added functions to the new list control to allow automatic testing 2008/03/12 15:33:38 jl 1.1.2.13: #i86917# add issue in comment 2008/03/12 15:25:30 jl 1.1.2.12: #i86917# crash when installing deinstalling extensions 2008/03/01 07:45:40 dv 1.1.2.11: #i83902# Added support for HC mode, added error string 2008/02/29 15:24:59 dv 1.1.2.10: #i83902# Added some HelpIDs for the new extension manager dialog 2008/02/29 12:32:56 dv 1.1.2.9: Adopted to changed CreateResMgr function 2008/02/29 09:53:47 dv 1.1.2.8: #i83902# Changed some strings 2008/02/29 08:54:25 dv 1.1.2.7: #i83902# Allow unopkg to quit when closing dialog 2008/02/28 15:16:51 dv 1.1.2.6: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.1.2.5: #i83902# Better handling of external adding of extensions 2008/02/26 07:19:53 dv 1.1.2.4: #i83902# Some strings changed for new dialog 2008/02/22 07:50:19 dv 1.1.2.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.1.2.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:37:46 dv 1.1.2.1: Issue number: Submitted by: Reviewed by:

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [4ca62afdde5a3f35c925aa541d32007910ea686f]

        INTEGRATION: CWS extmgrui01 (1.16.40); FILE MERGED 2008/04/28 10:58:04 dv 1.16.40.7: RESYNC: (1.17-1.18); FILE MERGED 2008/03/25 08:06:15 dv 1.16.40.6: RESYNC: (1.16-1.17); FILE MERGED 2008/03/01 07:45:40 dv 1.16.40.5: #i83902# Added support for HC mode, added error string 2008/02/29 09:53:47 dv 1.16.40.4: #i83902# Changed some strings 2008/02/26 07:19:52 dv 1.16.40.3: #i83902# Some strings changed for new dialog 2008/02/12 14:52:04 dv 1.16.40.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:39:50 dv 1.16.40.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [fa50b3f792487bd57dcdc89d74a9d72e7a419ddf]

        INTEGRATION: CWS extmgrui01 (1.31.24); FILE MERGED 2008/04/28 10:58:00 dv 1.31.24.5: RESYNC: (1.34-1.35); FILE MERGED 2008/03/25 08:06:11 dv 1.31.24.4: RESYNC: (1.33-1.34); FILE MERGED 2008/02/29 10:25:19 dv 1.31.24.3: RESYNC: (1.31-1.33); FILE MERGED 2008/02/28 15:16:51 dv 1.31.24.2: #i83902# Added support for updating a single extension via context menu 2008/02/04 07:39:49 dv 1.31.24.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [deb1700811bb79b63df299fdd86d364d6713ed19]

        INTEGRATION: CWS extmgrui01 (1.13.24); FILE MERGED 2008/04/28 10:57:55 dv 1.13.24.11: RESYNC: (1.15-1.16); FILE MERGED 2008/03/28 07:01:27 dv 1.13.24.10: Some more dialog changed a little bit 2008/03/27 08:06:17 dv 1.13.24.9: Adopted 'Already installed' request to latest version handling 2008/03/26 09:57:06 dv 1.13.24.8: fixed some merge problems with resource ids 2008/03/25 08:06:08 dv 1.13.24.7: RESYNC: (1.13-1.15); FILE MERGED 2008/03/01 07:45:40 dv 1.13.24.6: #i83902# Added support for HC mode, added error string 2008/02/28 15:16:51 dv 1.13.24.5: #i83902# Added support for updating a single extension via context menu 2008/02/27 12:58:54 dv 1.13.24.4: #i83902# Better handling of external adding of extensions 2008/02/22 07:50:19 dv 1.13.24.3: #i83902# Added progress handling 2008/02/12 14:52:04 dv 1.13.24.2: #i83902# new dialog for the extension manager (part 2) 2008/02/04 07:39:49 dv 1.13.24.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [e945db867c83238d00927657902d501012e30380]

        INTEGRATION: CWS extmgrui01 (1.20.24); FILE MERGED 2008/04/28 10:57:51 dv 1.20.24.4: RESYNC: (1.21-1.22); FILE MERGED 2008/03/25 08:06:05 dv 1.20.24.3: RESYNC: (1.20-1.21); FILE MERGED 2008/02/28 15:16:51 dv 1.20.24.2: #i83902# Added support for updating a single extension via context menu 2008/02/04 07:39:49 dv 1.20.24.1: #i83902# first version of new dialog

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [f18f44c91a406785d2d5b8299d1781f27a0260bd]

        INTEGRATION: CWS extmgrui01 (1.1.2); FILE ADDED 2008/02/15 06:50:26 dv 1.1.2.1: #i85763# New icons for the new extension manager gui

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [d395cb052c222ce875a1f4068a331887445b3442]

        INTEGRATION: CWS native152 (1.77.4); FILE MERGED 2008/05/15 09:06:14 is 1.77.4.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [89c71dd9d61898cb7d4982f92c404d740a9b38b9]

        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>  [32f30672696c09b438e088b841b0e417d8a18875]

        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>  [e2722b232632fbfc580b5296dda2ea3c0489487c]

        INTEGRATION: CWS native152 (1.2.38); FILE MERGED 2008/05/15 09:08:23 is 1.2.38.1: #i89391# ooodev with its own basis root dir

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [418e7c49ffb068d3d169b70e60c25b2e7742742c]

        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>  [1c329c09b9fd2bca66d1874b819b22e55fbb07f4]

        INTEGRATION: CWS native152 (1.2.38); FILE MERGED 2008/05/15 09:08:22 is 1.2.38.1: #i89391# ooodev with its own basis root dir

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [a795f41ef72f5c5f73d27b3a0dbddfbe49acb0ac]

        INTEGRATION: CWS native152 (1.12.36); FILE MERGED 2008/05/15 09:12:51 is 1.12.36.1: #i88562# CREATE flag for language specific directory

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [f0bdfdabecf159e6448871a03ecdf79bd0ec5b1a]

        INTEGRATION: CWS native152 (1.240.24); FILE MERGED 2008/05/07 14:24:51 is 1.240.24.1: #i89120# small changes: install-me removed, SolarisGroup removed

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [90ecdf7ed22ed2bdf9eac96c59adc102daa59b70]

        INTEGRATION: CWS native152 (1.47.34); FILE MERGED 2008/05/15 09:12:51 is 1.47.34.1: #i88562# CREATE flag for language specific directory

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [3e3a99ef7e465a698e1751146da5814a793d0939]

        INTEGRATION: CWS native152 (1.7.4); FILE MERGED 2008/05/15 09:12:50 is 1.7.4.2: #i88562# CREATE flag for language specific directory 2008/05/07 14:24:51 is 1.7.4.1: #i89120# small changes: install-me removed, SolarisGroup removed

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [e22284505aebc41ea32499c31ae2d6ea0b267b3a]

        INTEGRATION: CWS native152 (1.4.12); FILE MERGED 2008/05/20 08:57:38 is 1.4.12.1: #i89668# system solaris above system linux

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [c26cb0c6131d872bf23c20bde8ef4c136b082c34]

        i10000# generate new configure

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [9eb55747fccfa366ce08b315ec2c75f5a39f3006]

        INTEGRATION: CWS native152 (1.5.272); FILE MERGED 2008/05/15 09:06:14 is 1.5.272.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [0841a9868ba69d413b983cb9756b8671a287fd71]

        INTEGRATION: CWS native152 (1.3.208); FILE MERGED 2008/05/15 09:06:14 is 1.3.208.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [239e11df09b3a6d8b464c296fe7431ba752bfcee]

        INTEGRATION: CWS native152 (1.10.98); FILE MERGED 2008/05/15 09:06:13 is 1.10.98.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [501681b67ce4da9b888bad04f71d0d0fc3675d31]

        INTEGRATION: CWS native152 (1.6.32); FILE MERGED 2008/05/15 09:06:13 is 1.6.32.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [1cd31af27077a1ae834c8a7ad955beecca31f99d]

        INTEGRATION: CWS native152 (1.4.198); FILE MERGED 2008/05/15 09:06:13 is 1.4.198.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [4d700d92e6400f448d162ff9dfa801f0220a5fec]

        INTEGRATION: CWS native152 (1.3.480); FILE MERGED 2008/05/15 09:06:13 is 1.3.480.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [0e32613310fa481344875c5b5e999c6100ec5736]

        INTEGRATION: CWS native152 (1.4.514); FILE MERGED 2008/05/15 09:06:13 is 1.4.514.1: #i42871# translation for Windows Installer dialog titles

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [d2707b3039a395293b39ac3d60d3bcae08707209]

        INTEGRATION: CWS native152 (1.21.46); FILE MERGED 2008/05/15 09:11:11 is 1.21.46.1: #i89120# using fileversion in file table and no file hash

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [b2aabd6c9bf19234906a8ccdf54f9be9546250a1]

        INTEGRATION: CWS native152 (1.38.46); FILE MERGED 2008/05/19 10:34:21 is 1.38.46.1: #i88939# shorter installation path for multi lingual installation sets

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [0c92fd75c9ad7368cf232392bafd08f612262f05]

        INTEGRATION: CWS extmgrui01 (1.35.38); FILE MERGED 2008/04/28 10:37:47 dv 1.35.38.4: RESYNC: (1.35-1.36); FILE MERGED 2008/03/27 12:59:11 gh 1.35.38.3: #i86913#also show ExtensionListBox in DisplayHid Dialog 2008/03/27 12:42:30 gh 1.35.38.2: #i86913#last changes in interface to ExtensionListBox 2008/03/19 20:56:31 gh 1.35.38.1: #i86913#methods to access ExtensionListBox

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [a33414e3fc6a04f6e55b17318537e379d45cd499]

        INTEGRATION: CWS extmgrui01 (1.27.2); FILE MERGED 2008/04/28 10:37:37 dv 1.27.2.3: RESYNC: (1.28-1.29); FILE MERGED 2008/03/25 08:04:04 dv 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/19 20:56:31 gh 1.27.2.1: #i86913#methods to access ExtensionListBox

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [8ab2890ba1241c99361caa272cc9cc77fbdea1a9]

        INTEGRATION: CWS extmgrui01 (1.5.102); FILE MERGED 2008/04/28 10:37:33 dv 1.5.102.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 20:56:31 gh 1.5.102.1: #i86913#methods to access ExtensionListBox

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [8cfd114f9dd1183042e261a4367db552f448d513]

        INTEGRATION: CWS extmgrui01 (1.8.44); FILE MERGED 2008/04/28 10:37:29 dv 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 20:56:30 gh 1.8.44.1: #i86913#methods to access ExtensionListBox

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [a58165cd675ed0d49d4d4c0689659fe16906d820]

        #i10000# merge corrected

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [3c7cebce3fb8cf57009f48924fac081ac44a9aa0]

        INTEGRATION: CWS late241bf01_DEV300 (1.109.4.2.34); FILE MERGED 2008/05/16 11:44:14 od 1.109.4.2.34.1: #i84659# method <SwRootFrm::Paint(..)> 	 - no short cut for page frames, because certain special area 	   around the page have to be considered for the paint.

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [ca2e442d543f3f247d85ff4c8768424f6cbc4257]

        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-21  Kurt Zenker  <kz@openoffice.org>  [d4beb6a05d81e988901794247aeb51293a70db0d]

        INTEGRATION: CWS late241bf01_DEV300 (1.131.26.4.18); FILE MERGED 2008/05/16 12:58:52 mba 1.131.26.4.18.2: #157928#: forward PrintJobListeners to PrintingHelper 2008/05/16 12:57:09 mba 1.131.26.4.18.1: #157928#: forward PrintJobListeners to PrintingHelper

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [4fb80441265e26e229d98d2ba4acee207db1349b]

        INTEGRATION: CWS late241bf01_DEV300 (1.45.128.1.24); FILE MERGED 2008/05/16 12:40:25 od 1.45.128.1.24.1: #i84729# method <SwRootFrm::UnoRemoveAllActions()> 	 - No end action, if <ViewShell> instance is currently in its end action.

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [ed03903acae24b988e97a6f08d146f94a39b0f34]

        INTEGRATION: CWS jl98_DEV300 (1.226.30.2.4); FILE MERGED 2008/05/05 15:01:43 is 1.226.30.2.4.1: #b6670785# volatile flag for java xml file

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [2ebb165dcc5fc0fbe46bbca736f7684be615fff3]

        INTEGRATION: CWS jl98_DEV300 (1.10.14); FILE MERGED 2008/05/02 09:20:24 jl 1.10.14.1: #i85109# when UNO_JAVA_JFW_INSTALL_DATA is used and the settings file has expired then it is not deleted as before but instead its size is set to zero

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [56cf44fd0e179bd73e412959d7b3473c67005de7]

        INTEGRATION: CWS jl98_DEV300 (1.19.14); FILE MERGED 2008/05/02 09:20:24 jl 1.19.14.1: #i85109# when UNO_JAVA_JFW_INSTALL_DATA is used and the settings file has expired then it is not deleted as before but instead its size is set to zero

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [7c8c2ed0d561432f7f93b3ecfc918c29ea37d13b]

        INTEGRATION: CWS jl98_DEV300 (1.9.16); FILE MERGED 2008/04/30 13:52:27 jl 1.9.16.2: #i88634# Increasing the version of the policy.1.0.cli_basetypes.dll to 10.0.0.0 caused the test programs to fail when updating an old office. It then  only worked with .NET Framework 2.0. However, a stand-alone installation worked properly with 1.1. 2008/04/24 08:59:06 jl 1.9.16.1: #i88634# increase versions of assemblies

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [87728904f7d0b69e0f087d00748bd12c4323be73]

        INTEGRATION: CWS jl98_DEV300 (1.11.38); FILE MERGED 2008/04/29 09:07:37 jl 1.11.38.1: #i88634# bridge also depends on basetypes

2008-05-21  Kurt Zenker  <kz@openoffice.org>  [a925cabb1eaba5343fa7821071f41a693527575c]

        INTEGRATION: CWS jl98_DEV300 (1.74.2.1.14); FILE MERGED 2008/05/05 15:04:55 is 1.74.2.1.14.1: #b6670785# volatile flag for java xml file

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cdeaeb448987e8e49b5c168bb73101d64145df1d]

        INTEGRATION: CWS mba30patches01 (1.10.14); FILE MERGED 2008/04/23 10:54:17 mba 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/18 15:44:25 mba 1.10.14.1: #i85097#: so library moved to binfilter, no libso any longer

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7fd046426d2b136d5e784470ca6b1a3d6306fbfa]

        INTEGRATION: CWS mba30patches01 (1.7.40); FILE MERGED 2008/04/23 10:50:53 mba 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:41:03 mba 1.7.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [72673ccff260fe99974f42f9f0220dd6d87d5e09]

        INTEGRATION: CWS mba30patches01 (1.9.40); FILE MERGED 2008/04/23 10:50:50 mba 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:41:03 mba 1.9.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f108be6918a787fbc870923b334572d24e82510]

        INTEGRATION: CWS mba30patches01 (1.4.62); FILE MERGED 2008/04/23 10:50:47 mba 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:41:03 mba 1.4.62.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [08b5911e6f23955d03c55978c5969f79a5af2650]

        INTEGRATION: CWS mba30patches01 (1.18.32); FILE MERGED 2008/04/23 10:50:44 mba 1.18.32.2: RESYNC: (1.18-1.20); FILE MERGED 2008/03/18 15:41:03 mba 1.18.32.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5eb1d7b4f359f9d4ea2924aebd42a7067ef24d61]

        INTEGRATION: CWS mba30patches01 (1.5.324); FILE MERGED 2008/04/23 10:50:41 mba 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:41:02 mba 1.5.324.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [719e056b79c841cc1e4d21fff55bc7fd748ec489]

        INTEGRATION: CWS mba30patches01 (1.6.40); FILE MERGED 2008/04/23 10:50:38 mba 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/18 15:41:02 mba 1.6.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6b70833249785475e95b32e9897734d613d8cc3a]

        INTEGRATION: CWS mba30patches01 (1.6.40); FILE MERGED 2008/04/23 10:50:35 mba 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/18 15:41:02 mba 1.6.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [659447f204e37458f32ea669f5a592f02a368227]

        INTEGRATION: CWS mba30patches01 (1.14.40); FILE MERGED 2008/04/23 10:50:32 mba 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/18 15:41:02 mba 1.14.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [35e2882b24d026b5bd4d6c98d87f076c3d1c55cc]

        INTEGRATION: CWS mba30patches01 (1.4.214); FILE MERGED 2008/04/23 10:50:29 mba 1.4.214.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:41:01 mba 1.4.214.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [08422494388f5fbc6304300ec126c3cbcf2c332d]

        INTEGRATION: CWS mba30patches01 (1.9.40); FILE MERGED 2008/04/23 10:50:26 mba 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:41:01 mba 1.9.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [649b5ea2500bb9f60bab50f2977c64b42e90a7cf]

        INTEGRATION: CWS mba30patches01 (1.4.306); FILE MERGED 2008/04/23 10:50:23 mba 1.4.306.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:41:01 mba 1.4.306.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2508a89e3f5cf158312f99f94169bdaefe1131a0]

        INTEGRATION: CWS mba30patches01 (1.5.40); FILE MERGED 2008/04/23 10:50:20 mba 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:41:01 mba 1.5.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f7bdd8638ecf8487a4c7a868504379084d478279]

        INTEGRATION: CWS mba30patches01 (1.4.40); FILE MERGED 2008/04/23 10:50:16 mba 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:41:01 mba 1.4.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a92bec9d6d0c59450f58796b6cd7c07c95eb9293]

        INTEGRATION: CWS mba30patches01 (1.10.40); FILE MERGED 2008/04/23 10:50:06 mba 1.10.40.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/18 15:41:00 mba 1.10.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bfbf2ce6b9df1c7a6f29a72c8476e10c3e126522]

        INTEGRATION: CWS mba30patches01 (1.7.306); FILE MERGED 2008/04/23 10:50:03 mba 1.7.306.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:41:00 mba 1.7.306.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [01198b0d6eed32d8609466ef5c1bffe57f5fc503]

        INTEGRATION: CWS mba30patches01 (1.11.40); FILE MERGED 2008/04/23 10:50:00 mba 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:41:00 mba 1.11.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [013dbdfbf92f4d8dd53d13069274797c248f3436]

        INTEGRATION: CWS mba30patches01 (1.16.4); FILE MERGED 2008/04/23 10:49:57 mba 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/18 15:41:00 mba 1.16.4.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20f4d9c27ceeaf59ca626ea5f0b1173c638ddcbd]

        INTEGRATION: CWS mba30patches01 (1.20.4); FILE MERGED 2008/04/23 10:49:54 mba 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/18 15:41:00 mba 1.20.4.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2d9d8c5be551b376c43b06bf49a403e090304f26]

        INTEGRATION: CWS mba30patches01 (1.3.124); FILE MERGED 2008/04/23 10:49:51 mba 1.3.124.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:59 mba 1.3.124.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3ce367ffb786446e4fb7804007ac15ae3b43cb66]

        INTEGRATION: CWS mba30patches01 (1.3.268); FILE MERGED 2008/04/23 10:49:48 mba 1.3.268.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:59 mba 1.3.268.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cc53de6b36206b637060c92e22b39dea9eff6ff1]

        INTEGRATION: CWS mba30patches01 (1.2.214); FILE MERGED 2008/04/23 10:49:45 mba 1.2.214.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:40:59 mba 1.2.214.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d3068ba9d5e96a79c80435ea6a6ff30b2ea9a315]

        INTEGRATION: CWS mba30patches01 (1.4.124); FILE MERGED 2008/04/23 10:49:42 mba 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:59 mba 1.4.124.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b780282862dd3afefc25e65ae8130af5edff4494]

        INTEGRATION: CWS mba30patches01 (1.5.124); FILE MERGED 2008/04/23 10:49:39 mba 1.5.124.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:59 mba 1.5.124.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [336e08256fe0cbd7d4ea2683985b1977baed966d]

        INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED 2008/04/23 10:49:36 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:58 mba 1.8.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b174e53aa07add758ff586c5ca28e48261423f53]

        INTEGRATION: CWS mba30patches01 (1.7.40); FILE MERGED 2008/04/23 10:49:33 mba 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:58 mba 1.7.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2a566d9c7e5efbb098867cc4154ce1fbb28cc3d9]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 10:49:30 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:58 mba 1.15.4.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f08ebdf01784d306dc537a67a3138abffcf119a5]

        INTEGRATION: CWS mba30patches01 (1.5.372); FILE MERGED 2008/04/23 10:49:26 mba 1.5.372.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:57 mba 1.5.372.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9e8947e87b1420bb8983c452037a0d570d47de2a]

        INTEGRATION: CWS mba30patches01 (1.7.40); FILE MERGED 2008/04/23 10:49:23 mba 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:57 mba 1.7.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [afcbcc5e46cb448a3e4ee0d325079095cd14c2a5]

        INTEGRATION: CWS mba30patches01 (1.11.268); FILE MERGED 2008/04/23 10:49:20 mba 1.11.268.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:40:57 mba 1.11.268.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [85c4eecf7c9618c9333bd975e96fb1921ef72799]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 10:49:17 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:40:57 mba 1.11.4.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8b1af7f6f2abe0e3c3d6765429576136f8635bcb]

        INTEGRATION: CWS mba30patches01 (1.18.4); FILE MERGED 2008/04/23 10:49:14 mba 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/18 15:40:56 mba 1.18.4.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [da0569e7f5e7ab3fb5fc43aab10957dfdabf85b3]

        INTEGRATION: CWS mba30patches01 (1.7.40); FILE MERGED 2008/04/23 10:49:11 mba 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:56 mba 1.7.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [236ff333a7036ce19bf5e0d637949028f9544954]

        INTEGRATION: CWS mba30patches01 (1.12.124); FILE MERGED 2008/04/23 10:49:08 mba 1.12.124.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/18 15:40:56 mba 1.12.124.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f57aeeb328b42ab1df65d782eb498f6acd1ff7b5]

        INTEGRATION: CWS mba30patches01 (1.4.40); FILE MERGED 2008/04/23 10:49:05 mba 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:56 mba 1.4.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6d338ffe101fb6d36b3d5ecebb625c1d1e88b490]

        INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED 2008/04/23 10:49:02 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:56 mba 1.8.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1313eec68d0b479bf06d0b30af5ced29f0b004ed]

        INTEGRATION: CWS mba30patches01 (1.9.40); FILE MERGED 2008/04/23 10:48:59 mba 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:40:55 mba 1.9.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fe326db9b862ea239b59514a9dbb0dd1ec551bde]

        INTEGRATION: CWS mba30patches01 (1.5.40); FILE MERGED 2008/04/23 10:48:56 mba 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:55 mba 1.5.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5a8367dd262ffd19ccd53ca1e7982df6297530fb]

        INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED 2008/04/23 10:48:53 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:55 mba 1.8.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [944d3fb7f24d32fa838ee6c453be30ce018cb4d6]

        INTEGRATION: CWS mba30patches01 (1.4.464); FILE MERGED 2008/04/23 10:48:50 mba 1.4.464.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:55 mba 1.4.464.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bb70b6b369deeff7982ad33321ca4bf02c8b4da5]

        INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED 2008/04/23 10:48:47 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:54 mba 1.8.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8de0c4cfaa896881a0b01f5b12ccbddd69ba6f30]

        INTEGRATION: CWS mba30patches01 (1.10.464); FILE MERGED 2008/04/23 10:48:44 mba 1.10.464.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/18 15:40:54 mba 1.10.464.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ab451e891e18f8f64f7f3f93c9ecdc88decdcf3a]

        INTEGRATION: CWS mba30patches01 (1.20.40); FILE MERGED 2008/04/23 10:48:41 mba 1.20.40.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/18 15:40:54 mba 1.20.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [82d73b8338efcfc804ac82976526be44d1a05002]

        INTEGRATION: CWS mba30patches01 (1.11.40); FILE MERGED 2008/04/23 10:48:38 mba 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:40:54 mba 1.11.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [035258f627d2b6b13833c9c37711731a817cbc59]

        INTEGRATION: CWS mba30patches01 (1.21.40); FILE MERGED 2008/04/23 10:48:35 mba 1.21.40.2: RESYNC: (1.21-1.22); FILE MERGED 2008/03/18 15:40:53 mba 1.21.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3d9a0be9732801c66a27e8e6cded8e82ea22945a]

        INTEGRATION: CWS mba30patches01 (1.6.40); FILE MERGED 2008/04/23 10:48:32 mba 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/18 15:40:53 mba 1.6.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [898920d8794d0a62fada17becdfcdd7b9176fa48]

        INTEGRATION: CWS mba30patches01 (1.5.40); FILE MERGED 2008/04/23 10:48:30 mba 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:53 mba 1.5.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [738002b65ca60b9a67e1795e1105836c2dbdfa60]

        INTEGRATION: CWS mba30patches01 (1.11.40); FILE MERGED 2008/04/23 10:48:26 mba 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:40:53 mba 1.11.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2a64f603b005ba5d795d6ef8053d2575a61520cb]

        INTEGRATION: CWS mba30patches01 (1.34.40); FILE MERGED 2008/04/23 10:48:24 mba 1.34.40.2: RESYNC: (1.34-1.35); FILE MERGED 2008/03/18 15:40:53 mba 1.34.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aef55a44ffa261a87c85b46ee24bd7b63a2cfaba]

        INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED 2008/04/23 10:48:20 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [682badd590fff139c538524ec4324c59977d28ca]

        INTEGRATION: CWS mba30patches01 (1.45.40); FILE MERGED 2008/04/23 10:48:17 mba 1.45.40.2: RESYNC: (1.45-1.46); FILE MERGED 2008/03/18 15:40:52 mba 1.45.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [885b5d0b495de88ab97bbfd98d42f1f551f4e241]

        INTEGRATION: CWS mba30patches01 (1.8.40); FILE MERGED 2008/04/23 10:48:13 mba 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/18 15:40:52 mba 1.8.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b69d002cf4f2e37aabf99d0f1ada271be713758b]

        INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED 2008/04/23 10:48:11 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e5dc9607c766f861c9ff5911e0b9df315fb38162]

        INTEGRATION: CWS mba30patches01 (1.15.40); FILE MERGED 2008/04/23 10:48:08 mba 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/18 15:40:52 mba 1.15.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [01d0c19dc21a8a43062f3cc6942a3aa3f177867a]

        INTEGRATION: CWS mba30patches01 (1.16.40); FILE MERGED 2008/04/23 10:48:05 mba 1.16.40.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/18 15:40:52 mba 1.16.40.1: #i86365#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [64af51d32e7036b085e484e9df8edce6e40ab6e8]

        INTEGRATION: CWS mba30patches01 (1.7.12); FILE MERGED 2008/04/23 09:45:34 mba 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:06 mba 1.7.12.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6cceb30d34f270fab5366b30f02a41ee4e1261d9]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 09:45:31 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:05 mba 1.7.4.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6304ab46d50dfaaf48d72a7ed4f93ec888cfb765]

        INTEGRATION: CWS mba30patches01 (1.5.30); FILE MERGED 2008/04/23 09:45:27 mba 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:05 mba 1.5.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bfdb55166f02318247f400ef255d8e9368229db4]

        INTEGRATION: CWS mba30patches01 (1.18.4); FILE MERGED 2008/04/23 09:45:24 mba 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/18 15:40:05 mba 1.18.4.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1ce80b79e949ceb7df5f7f31f544794297d1bccd]

        INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED 2008/04/23 09:45:20 mba 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:05 mba 1.4.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bf15b3bce1bb3227f46ba69e03f37a8b987ed153]

        INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED 2008/04/23 09:45:17 mba 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:05 mba 1.4.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [569c9ad2b4bb6dc94ed31e9610c1029257361775]

        INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED 2008/04/23 09:45:14 mba 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:04 mba 1.4.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7b9267e54c4748ed146abeb73cb2a6f56686b796]

        INTEGRATION: CWS mba30patches01 (1.5.30); FILE MERGED 2008/04/23 09:45:10 mba 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:04 mba 1.5.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [30474e48255eda4838f1dfceefdadca55190c9ae]

        INTEGRATION: CWS mba30patches01 (1.5.30); FILE MERGED 2008/04/23 09:45:07 mba 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:04 mba 1.5.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a0595ae34b99408001897d7446d4b7b204c0b636]

        INTEGRATION: CWS mba30patches01 (1.4.30); FILE MERGED 2008/04/23 09:45:04 mba 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:04 mba 1.4.30.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2588431390abaceb3b64ec18cbcc2d2ceeefb929]

        INTEGRATION: CWS mba30patches01 (1.5.36); FILE MERGED 2008/04/23 09:45:01 mba 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:40:03 mba 1.5.36.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6857d2e2f371a961ee2e44dabe627b752ec2cba4]

        INTEGRATION: CWS mba30patches01 (1.3.36); FILE MERGED 2008/04/23 09:44:58 mba 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:03 mba 1.3.36.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7cc87b9a7454b4dd5da5f3d25ff494eaf4d27f94]

        INTEGRATION: CWS mba30patches01 (1.4.46); FILE MERGED 2008/04/23 09:44:55 mba 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:40:03 mba 1.4.46.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bb485f0c05f948953e684f02087f7a3d3779fc7b]

        INTEGRATION: CWS mba30patches01 (1.3.36); FILE MERGED 2008/04/23 09:44:52 mba 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:03 mba 1.3.36.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9c024d17be3b57a0d9471356bc8492048e6bdb68]

        INTEGRATION: CWS mba30patches01 (1.2.56); FILE MERGED 2008/04/23 09:44:49 mba 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:40:03 mba 1.2.56.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1a77eb348b5237551de3e236d4989a4f6778cf93]

        INTEGRATION: CWS mba30patches01 (1.2.56); FILE MERGED 2008/04/23 09:44:46 mba 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:40:03 mba 1.2.56.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4407464f22cd4fd93264c2fa007895e0819b0d7]

        INTEGRATION: CWS mba30patches01 (1.3.36); FILE MERGED 2008/04/23 09:44:43 mba 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:03 mba 1.3.36.1: #i86353#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1114d78012d14e4055ed4e14c323abe7e7b9652b]

        INTEGRATION: CWS mba30patches01 (1.205.8); FILE MERGED 2008/04/23 09:46:33 mba 1.205.8.2: RESYNC: (1.205-1.209); FILE MERGED 2008/03/20 17:36:31 mba 1.205.8.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d5430f682b9efb078c29e2f95ce18c33c10f72bc]

        INTEGRATION: CWS mba30patches01 (1.102.24); FILE MERGED 2008/04/28 10:27:56 mba 1.102.24.3: #i5226#: change reverted for further investigation 2008/04/23 09:46:29 mba 1.102.24.2: RESYNC: (1.102-1.104); FILE MERGED 2008/03/18 15:53:26 mba 1.102.24.1: #i5226#: saving enabled even if file is not modified

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0d09f30912cba12278ae40bb483edd2641d279ec]

        INTEGRATION: CWS mba30patches01 (1.32.24); FILE MERGED 2008/04/28 10:32:30 mba 1.32.24.3: #i5226#: change reverted for further investigation 2008/04/23 09:46:25 mba 1.32.24.2: RESYNC: (1.32-1.35); FILE MERGED 2008/03/18 15:53:25 mba 1.32.24.1: #i5226#: saving enabled even if file is not modified

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20f05d2f86bff7851d28a95d6330f6e1b3f0477a]

        INTEGRATION: CWS mba30patches01 (1.11.8); FILE MERGED 2008/04/23 09:46:22 mba 1.11.8.2: RESYNC: (1.11-1.13); FILE MERGED 2008/03/20 17:35:42 mba 1.11.8.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [81c86ee141d040239a6d3c4fc4f2603da1f9036f]

        INTEGRATION: CWS mba30patches01 (1.83.6); FILE MERGED 2008/04/23 09:49:28 mba 1.83.6.2: RESYNC: (1.83-1.84); FILE MERGED 2008/03/20 17:39:42 mba 1.83.6.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0396501053c0f45fe7ee0a6b33b841ca3d153be6]

        INTEGRATION: CWS mba30patches01 (1.82.8); FILE MERGED 2008/04/23 09:49:12 mba 1.82.8.2: RESYNC: (1.82-1.83); FILE MERGED 2008/03/20 17:39:10 mba 1.82.8.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [430e3182020b8d8bd0760b3300b1ceae763a4af8]

        INTEGRATION: CWS mba30patches01 (1.114.10); FILE MERGED 2008/04/23 09:49:08 mba 1.114.10.2: RESYNC: (1.114-1.115); FILE MERGED 2008/03/20 17:38:27 mba 1.114.10.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a6561f42dbc5ea9111a4857d2a9b02fc461caa0f]

        INTEGRATION: CWS mba30patches01 (1.49.10); FILE MERGED 2008/04/23 09:49:02 mba 1.49.10.2: RESYNC: (1.49-1.52); FILE MERGED 2008/03/20 17:38:27 mba 1.49.10.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aa1953c0bbdd442eba83b7e57401acfb7abc3e95]

        INTEGRATION: CWS mba30patches01 (1.21.4); FILE MERGED 2008/03/27 15:49:42 mba 1.21.4.4: #i86582#: remove Undo stuff 2008/03/27 11:36:49 mba 1.21.4.3: #i86852#: remove parser classes 2008/03/20 20:16:22 cmc 1.21.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/20 11:50:38 sb 1.21.4.1: #i87282# removed duplicate

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [70c8ef145ff450b417a5ea2bf2faa91e7f2a36e5]

        INTEGRATION: CWS mba30patches01 (1.2.404); FILE MERGED 2008/03/19 14:55:43 cmc 1.2.404.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bf44925f3592626c337108c039251386b90a6a5b]

        INTEGRATION: CWS mba30patches01 (1.2.96); FILE MERGED 2008/03/19 14:55:43 cmc 1.2.96.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [094c7a6340d5b1c54bf870d7fd91da15bd9e2395]

        INTEGRATION: CWS mba30patches01 (1.8.8); FILE MERGED 2008/04/23 11:54:53 mba 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/21 12:07:04 cmc 1.8.8.1: #i86635# unify gcc maps

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3bd723ac8fcab56dbbb69da12f33fa03b8b5e623]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:54:50 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:55:43 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d548398ffbc6d5ba34679784b748dc093f307a54]

        INTEGRATION: CWS mba30patches01 (1.1.2); FILE ADDED 2008/03/21 12:07:04 cmc 1.1.2.1: #i86635# unify gcc maps

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8ed50d5d6a777053b56d6cc273f92087b8d435a8]

        INTEGRATION: CWS mba30patches01 (1.5.24); FILE MERGED 2008/04/23 11:54:47 mba 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:42 cmc 1.5.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b06a350ea9a1a24a744977b725d1d823673b112a]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:54:44 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:42 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4c2a40f720c78ea9d0e49d308fa4abfd5ac0b67e]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:54:41 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:42 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f75cb1a4d264fc412c910daf9c89255d3e15612a]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:54:38 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:42 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6e21ca0fbb727dfd88cd47e370a822dd7f70bcc2]

        INTEGRATION: CWS mba30patches01 (1.7.18); FILE MERGED 2008/04/23 11:54:32 mba 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:42 cmc 1.7.18.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d611bb4adf95368f39db7f926790b854079e6e64]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:54:35 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:42 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [521d2aee421f408e1a71b66fe41ad6a0af99a809]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:54:29 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:42 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [482b0bd15811744c395935bdf180264d83b4f66e]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:54:26 mba 1.5.128.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 16:58:16 mba 1.5.128.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:41 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [16f2c181fbd4742f462d7827b387028fddd322fe]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:54:23 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:41 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d72a0ef1719386ac6a16ff6c717d279d11bd656a]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:54:20 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:41 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d0245b9bdfe562df5d25f45c987ce8af0d11903c]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:54:17 mba 1.3.290.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/26 16:58:16 mba 1.3.290.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:41 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0abdc5e4360aeafd8fbf2c4b8bf8c024ab448c12]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:54:14 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:41 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0e3b149309232a8d729cbc127de0edaa9bca77bd]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:54:11 mba 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/26 16:58:16 mba 1.9.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:41 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4609c11e8ba4f9b16a1e4e8665dffd2b4167edf]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:54:07 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 15:47:19 mba 1.6.128.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1858464121b875b2e972082f885577c15774ef23]

        INTEGRATION: CWS mba30patches01 (1.8.82); FILE MERGED 2008/04/23 11:54:05 mba 1.8.82.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:47:19 mba 1.8.82.2: #i86582#: remove Undo stuff 2008/03/19 14:55:41 cmc 1.8.82.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e100d82d4efac249ab3d9798382cf2153800d25d]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:54:01 mba 1.7.4.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:47:19 mba 1.7.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:40 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1d0d7a19d3b55caa1ff45a2becfc6ca9ee758d83]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:53:58 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:40 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4857a5e3d7597585e76e6b879a59acf49ce0385a]

        INTEGRATION: CWS mba30patches01 (1.5.48); FILE MERGED 2008/04/23 11:53:55 mba 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:40 cmc 1.5.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [78581ce495ac81495c5b8e2ac799f4a70c89df21]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:53:53 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:40 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f06f3be5c870faa30b8445a34d82610225a6a1fc]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:53:49 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:40 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e0116913abbdbab5ff56b468a22b5b503d3baacd]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:53:47 mba 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:47:19 mba 1.9.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:40 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [882c9a1de8defb2680eb873bc2fd8527a55b3dd3]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:53:43 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/27 15:47:18 mba 1.4.162.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [76630a2f7ed281244c5ba5da2423b0a4757fab13]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:53:40 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:47:18 mba 1.8.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [262127c0344b1fcaef5ee271a9a57e5ce736c38c]

        INTEGRATION: CWS mba30patches01 (1.9.66); FILE MERGED 2008/04/23 11:53:37 mba 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 11:36:49 mba 1.9.66.1: #i86852#: remove parser classes

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0c6031f8c03f9721ae9f792a21d57542d421223a]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:53:34 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:40 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [63e54acd4a445b02a2346bc5935e2a46109091c1]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:53:31 mba 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/26 16:58:16 mba 1.6.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:40 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20f929b586551597339b33eb8d8a7f5f15007bf8]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:53:28 mba 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:47:18 mba 1.8.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:40 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4231c00ea15ac379353275d25c392bfff7fcf284]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:53:25 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:40 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [141bb8c29ea2e5c3dd0d26958be99b59a2d14f27]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:53:21 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:47:18 mba 1.8.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1fb2454757b3e2cda07978fb3b8e5be0857643af]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:53:19 mba 1.15.4.3: RESYNC: (1.15-1.16); FILE MERGED 2008/03/27 15:47:18 mba 1.15.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:40 cmc 1.15.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ae80e2e296e5396e8e842b51375da6a23b5f3a1b]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:53:15 mba 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/26 16:58:16 mba 1.10.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:40 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fdb843e4539e8f5eeac19a86ccbfcad8a8569eb2]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:53:12 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:39 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7ae31dcd889068caac8e9c5cf88a98554deee459]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:53:09 mba 1.5.128.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 16:58:16 mba 1.5.128.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:39 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7ff421b3ee8c8a873c5e23817b009dadf6895b7b]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:53:06 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:39 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [662ce6def489debdb16d94dbafebadb2d8aaa4f8]

        INTEGRATION: CWS mba30patches01 (1.5.144); FILE MERGED 2008/04/23 11:53:03 mba 1.5.144.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:39 cmc 1.5.144.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a9863ec52ed880b6fdbb9c82d7eb7edc5b7215a4]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:52:57 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:39 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2f89972de5d4596be7655f1da924d4f8467ced05]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:52:53 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:39 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f2c6234a23b562a7e7eb13c40f06fbb58370d7de]

        INTEGRATION: CWS mba30patches01 (1.4.128); FILE MERGED 2008/04/23 11:52:50 mba 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:39 cmc 1.4.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9242c323e50742333f06f69d813fb3d77bd64462]

        INTEGRATION: CWS mba30patches01 (1.7.66); FILE MERGED 2008/04/23 11:52:47 mba 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:39 cmc 1.7.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ae098b3a36e193ecc1dc9e53495b1ebe74441907]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:52:44 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:39 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fa5df61cc8776dd98dfd234f75638c783ece59f7]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:41 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:39 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5869f5fa24db629caa53c332353b3b44b3796e38]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:52:38 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:39 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7fde2cf8db2525dea64ca8eb36d56d5949d2d300]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:52:35 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:38 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0b1e8210d6d1665d3dbb0abb9c056b1db34305fb]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:32 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:38 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f8394619a5c1a34a9c917d25869b706df8afcb25]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:29 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:38 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b2702078d7ab443db1e58e7ff5d7e75355bc7cb9]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:52:26 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:38 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6bcab74cee69d4b63140cbd155bb7b9aee1f227e]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:52:23 mba 1.9.4.4: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 23:14:39 cmc 1.9.4.3: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:21 cmc 1.9.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:38 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9074c0a634f72ce16bbf2a532913860400219fe2]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:19 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:38 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [67636eb23a6888a9d76ee1db32f2faff2a0eecc0]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:17 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:38 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [093a2307844abfaf14a2ea5cd88b68128d55407a]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:52:14 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:38 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [21e635825ee7b53e69a01f6a2ff0d8328c01f636]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:11 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:37 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [42e127f1e01d9a133bcf24dfae4f5a1144e6a365]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:52:08 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:37 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7b486180a704361e3ff9edddfbf7318e9b058a13]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:52:05 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:37 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [47edb6e7d6676f8e5b71da418755c60fc6f85568]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:52:02 mba 1.7.128.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/20 20:16:21 cmc 1.7.128.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:37 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6bfa5baf1032baabb9eeef5175e981d85a4a3788]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:51:59 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:37 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ef62bb451e3478f9eae2d1b0caa250aeb110d92f]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:51:56 mba 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 20:57:52 cmc 1.10.4.2: #i86582# remove unused svtools code, round 3 2008/03/19 14:55:37 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a884cb6046abd4a96171d7067120909475a4289f]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:51:52 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:37 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [39333374fe4c23688c4d7b4d01f438cee12491db]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:51:49 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:37 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [347fff5f93605fab52fca5de9c41e23cc3a4fa80]

        INTEGRATION: CWS mba30patches01 (1.7.82); FILE MERGED 2008/04/23 11:51:46 mba 1.7.82.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:37 cmc 1.7.82.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6a4406ac93485151162590b75e536258b49f445c]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:51:43 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:37 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1831347423429d9025553ac427d5914e835de4cb]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:51:40 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:37 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dbcb46ca4564a44d02817b527497507645c978c1]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:51:37 mba 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/20 20:16:21 cmc 1.5.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:37 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4ff06eb2a584108ff4981ee05937b4f7539cb1e6]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:51:34 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:37 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [443541a77fac67f6c161499226e2df94e46de16e]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:51:31 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:36 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [421f7b0f232dd972aa5a91059a4b05e7b7fa37e7]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:51:28 mba 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 16:58:16 mba 1.5.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:36 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8d7fec7867c596efec4005c7d0bb070ff48ec02e]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:51:25 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:36 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e51b65c78366580bba35a683cd38f41fc2b44f31]

        INTEGRATION: CWS mba30patches01 (1.5.144); FILE MERGED 2008/04/23 11:51:22 mba 1.5.144.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:36 cmc 1.5.144.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6f58eb65da02fbabed3bf07d10c6983a47c0a82d]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:51:19 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:36 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3c6c67e3844f20d45c1ed61b4b06f55e78abbaf4]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:51:16 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:36 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c3fcd7dcb0ba45785466545850ed01dd224dc956]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:51:09 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 20:57:52 cmc 1.4.162.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bf71687428200ecbcdf0132f0eb8814cffb63566]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:51:06 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:36 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [34d4b42527a7d60ff07d171fcb29fc23b8f621af]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:50:56 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:36 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [846a6b6b7a4f3cae3fc61351a9a8c16e92834652]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:50:53 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:36 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5393d871e2031b89eb9735992b2b30977fae62d7]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:50:50 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 20:16:21 cmc 1.9.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [66431d48ad68f7563c80111f063ea3337e1699de]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:50:47 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:36 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b2e1281b2922d5217e52ae2c49b65b0347a1e309]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:50:44 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:36 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4925d589715007c9e72e05e792e29cf64a955972]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:50:41 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:35 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [575bd9ba618cc8a4c587207c949c0d3931130d74]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:50:38 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:35 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3eef9cdb2e9319f7c63da7d19941ae12f5f76d28]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:51:12 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:35 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c078a1ee96f03de823c76e9ecb9e47bc40427622]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:35 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9bd74d47314b0a0cabad7107b4819e356dc90b71]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:31 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fb1a337fe128366a9c1a66bedb10330c636a5f1e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:28 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f5205485e847dbcf3f6439e8bfd84f31f7800ab]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:25 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e4a32f927131d18d0f790bcda41d81b3ae5a38fb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:22 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e94b0410d8376bb432349935ca1d7d616d10bbf7]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:19 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5486dcf4e992cc7c0fb07e9ea0a1840fcff34381]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:16 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd2922a7847a433569fa53ca0d8fb56210d3b40e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:13 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b0637bb66ea7b2689ff4874d0574ad5abaa3c50c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:10 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5df0c38d863e64c5560c8ee7e1410eaa83c4558f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:08 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1f54d60b6379758aac1fd114a7d33b6c088fe125]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:04 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [48dd016d4a9ae8f66f6af56f6de56e6ccab96f1d]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:50:02 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fb217bca92bc6cc613e53fa6a424a75cc7343fa2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e6d08acea23d87ec64632e5dbcfbcd196829576e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:56 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d7903e287c39a30436674d1cbaca3c1ade541948]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:53 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5a78b154114891428b26727c7ae0c34e8fc30cdb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:50 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [37f841cf8fecf2574f97b5432af70996f4a72a53]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:47 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ef5d23acea46d4804541eb29e21db0035d4e5aea]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:44 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5736787b4ce516191815a614b8a1aaa4d1fc9d17]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:41 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e1bb35de654dae895d47f1f8f50a43b72f67ffb8]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:38 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d0718bcf6d928728576e2be05e16c452850ee05b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:36 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [411859adfe3687694d6a1599d2d52e9aa0f1279f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:33 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:21 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5a59795a8560f684b8443a17025763def14174e6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e3dd72199cbb6ef45cac8e5fb804c632f66a7bab]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:27 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [50063f5743be978a7905c8c47b70d1cef814b7ff]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:24 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c6960b60ae141278c9921970bf78ceaf1b48f2b5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ade145afd77d5dd7dfa613bd4af0729dde4f8374]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:19 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a174dfee28786e182099b058122258d955ac3148]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:16 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a6d165ae7a0324f0cd7ef3d0c2e57e1103ff0a41]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:13 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [701020c8df9a02eb9d42ae3e27583d4fb6d7ac72]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:10 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ad1951c977f7ce6c97012b806dc023ac1840c5d4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:07 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0295c48532421a687c26d2dad1aeb03b1d9a0abc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:04 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [52d59aecb97f6865cdfb0e76b420a2c8132c0542]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:49:01 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [373270559a512c6761dd205a0ec09b70e2cbe527]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:58 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [77b799c39c0ed449870159f12cda37b5842e8256]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:55 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f559385f1f61f50502c6cd200a1128026254c225]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:51 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7497c6c9d7cfe614d1b06128263bcba8b59606ab]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:48 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5c1d6ba872f1d205773f6f5c28c3394f3bce5ceb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:45 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [749ed7d3718df8b9231e40d686632b382d8dc5c3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:42 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [40a8f6a8ea9adb1e1070aa4153a38bdd48b5caf3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:39 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [069c989b948e1315d0aa3914044d63023718065f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:36 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [87714602f71f5880afbd3407da503db76cef349a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:33 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f6fc887233362b2804ff8f948e224b1e0246b260]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:31 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3bec397dd39dbbe7c4e264b42a60a12d1f7f80d5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:28 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9b17ce3923de8efff88d1c448e7e29a67dd5b6cc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:25 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [997b46e6aa10c8f778871c3761fc23d599a6bdfc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:22 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c79432f2f043e354d306c12ad666457c68b9859d]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:16 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cabc8d5d4997d1bf1e9ce88a530d64329099b411]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:13 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d2633dbe45650ba47ccdaf8069b7a994f3f43e45]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:10 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5ce653d100ef0cce433d508fa53d0f20792f9038]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:07 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [317662108b74e915a352b4b3ccae900c4d3bb2a1]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:05 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4d0cb8715d5b28bf1d73a645092e5d65c241c21a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:48:02 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cb7f4dc7009194f4e991f42b87532114528a3ece]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [57cc901e8cd3147a07823df02f4c5d156fca1b13]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:56 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:20 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [80cadca5d674843dc42e2d4c7f551869e09b156a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:53 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [15529fec6fe2f8971dd4d0ccbe26964c07f73f3a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:50 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [48b6d3abc5d4d154b2085a5965875835c4086120]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:47 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4afc76e4f9e115f904ea757613886cd6edfc533]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:44 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ebb217c47c168a99a693cf1ca21049bbbf6a1844]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:41 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [384039cac286ada95b2e69272ca3427eb18268cc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:38 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [06731849e133d5e26d59b88220ca609443ab391e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:35 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3f9b20ab846cbabc9348f8e1669eb66429cdc321]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:32 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f256373c71c52e6ea09ce02945036c985d5f3ba4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7f349a8dbaa7d46f2f5e500f71af61f10d9ad97a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:25 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7581595b97f363b3083104ce618ff60c3e17d9e4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:22 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4994905f43039c67937c558b4afc816d3b6b0a5b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:20 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [14ab91c3d03938e5bd2a9db14a5df7892a34b081]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:17 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [265d3c958e9fa2035456baad0f480fd1f6109b75]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:14 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6d123227b52e7842927d0e2a56794ccc624a7d92]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:11 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ace7af087ac7eb32b1ca86f54d593343c8fec778]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:08 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d3bc43ad8449a08fbc39285f62d81d8b96bce7b8]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:05 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6137ac59b05c96c63378713965fa1f4cdeae1e29]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:47:02 mba 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.3: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:19 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8c009759d5ce6e9095001a53734b0054e0cf3a17]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [700989fcbcae872b7b9dba2c69710e4031e0f695]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:56 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7405677d653a51c32f628a8fe0ec4c156f64adce]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:53 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2c059ed0f5cfe4b074b9a2bf0d0185cd2ee0529d]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:50 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:19 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fae83d9f217a1c8cfb7d3964f52c4d2f189ecea6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:48 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20c4521928dd049b20e3f64e81eeec3bcdca85a3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:45 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ece342c34303b4fcf9e5fc3d100ad6606662162f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:42 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cf725df7e8bb854757e0d254689527e97dc7933d]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:39 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cc0be96fea600ef8e64246eb3a2002e7091cd6ad]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:36 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [895dc460f2217081583e13a51c834b79fe4cf526]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:33 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [133361f80d8b847d4c8b3c731f0e683497d022b7]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:27 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4040c07e0acae35958734f76b133ada946da7bc9]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:24 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a993e82a07eb5b2127579fd36b3466e27fb1206e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5d0de3fa2fd36044ff40609591612fb934221664]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:18 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [456247a68e8542f21fa965c5007347f541cdaec2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:15 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b32517e76a25b0b901e1fec3dc91e9c5a4360e65]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:12 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9c76937744294fb9a3eb126e8bd58ba5cd971176]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:07 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8c7ae7e46768d23ae663f2b525e50df6effc05c2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:04 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [471c3b742b2c86decf7a0ea49cfa765dcc0ac0b6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:01 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f69f4fa034adbef779461f18aa678bd6cf2adc30]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:58 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1acd7e6b7f7f7d2489755fdf9c6f00d7455b16c0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:55 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b007d408c7823dd47fd809596d42bf3a3a5c9560]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:52 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/26 14:20:45 mba 1.2.4.2: #i86582#: some changes for Windows build 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [277ce577246c538245fad067145298cf2fa04baa]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:49 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [70c78b813895db192b618885d6cadfc08310b03f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:46 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2928a3affd0e94454fb5321c745325154e9c6e42]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:43 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:18 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d064c2204fbb0de2310fb5bd782cbf2227433e95]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:40 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0a1a0e7eda32b2a83103530db7c291ea5d1956b1]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:37 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [75c8ce74991511d9127d7da674a196e7d6cdf2f1]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:34 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0993fa80106e6fa77b5a7739580553387dab09cd]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:31 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a8027e80b79f7c0fef409768ec242f66dc2dba80]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:29 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a2173b48d2584f395049bbdf8b53b53b6d9151f9]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:26 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [59f8fbc3e2b48e0ba74f90ec7e83e9aef63bae12]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:23 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:39 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [db6c599b73a54c4c70af33e8617b27eaea73e0d6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:20 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aacbdd9d8fb31288c3597abdae9b39dd2f6553a2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:17 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [792bd9ff3f8fa91405143139f50c28d8a5dabde8]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:14 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4f2e226b613000e8eaf75cef33f85575175be97e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:11 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [72c55103df80d1acfabf4d3afc30ce30c697ae3b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:08 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f11d1679ae92e66da40b9b5e834da5eb999127d0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:05 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1a8894992839b105abcee6d83e5102e8da0746b2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:45:02 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8050018fa69e730aaece5d3cf72946be074d4212]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:44:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:51 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [80ab0c5c88239b85acbe63ebcbc4a58311197148]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:46:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:17 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1853af4b93c7d4a7670d9c33d69a5e238e02afce]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:44:57 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:35 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b5341c3500bf0f989cd967ae7b7491bdc1ce959a]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:44:53 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:35 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7959c48314f52ac31e3ae5758ab1447d3afd209b]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:51 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:35 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7219aaac4fc2e2b74cb46e5210bbefe94c7371aa]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:47 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:35 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [73c18f8fa6b1ad080faa608385a756caac7ab6f4]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:44 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [124a1914cf492034d2a8f544b50f48af8cc5d5a8]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:41 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7be6cbfe7353007ac6a532a07c7bf0900f782963]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:39 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [288edf1b857ea1922cfa90284c5a1c1097eb8c9a]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:36 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5fcb9d87bded358d31de5d6749b9d3a634145512]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:33 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2c39f0922883203e344897918dbb9bc9668bad31]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:30 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [11a8187fa560255487a019cadfcbab9184327255]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:27 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [59ef2e46fbf14bbbab0d77ea3e79c8a0d2bfa430]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:24 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [443fa4de4a7a20ee702d54df529171ed8fc018ae]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:22 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bc5be71a6b214cfa3cb4f14affa262639bf35508]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:19 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d356dd7f58d3a1b5aeb5287dbe018007a30eb220]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:16 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [827d7b74c8efdf82fd473e4987c5803169437d12]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:44:13 mba 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2008/03/20 20:16:17 cmc 1.4.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:34 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d3f4c0284d3be27e9f5c6e485b3cc7f5b906f018]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:10 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cc4910326dde6ccf16bb89fff949b0ac21d75084]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:07 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:34 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [946cd6e784ebe598177fe779f94a89cf4b64afd3]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:04 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:33 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6f23a33636802f9580dc395b2631cc06687c8185]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:44:01 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:33 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [73cae243bd0388e00a5af665cd194512438337f3]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:43:58 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:33 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [56bfd83ae234ff793d4ad7b34dcae7c23e842755]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:43:55 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:33 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bc8739c2cb1efa9bb30ef8dd77ef1a6935eca579]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:43:53 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:33 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [80414b4081b3d7c3a75d7d62bc3d14d0fb573b1e]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:43:50 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:33 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6ab97a247eb8be70a9fb41f0cb44e544a1a71e19]

        INTEGRATION: CWS mba30patches01 (1.5.24); FILE MERGED 2008/04/23 11:43:46 mba 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:33 cmc 1.5.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8b35d7945b7df5a51d053bbba9c8e91efa8c04d9]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:43:43 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:33 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fdcf671f31e3ca7e9e642076072f90e8135efcbf]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:43:40 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:33 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e9a64fa85975425c0cd2285149c3c8720430336b]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:43:37 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:32 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [13a9f3fde090cb92fbc8209bffd07f50839ef7a1]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:43:34 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:32 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4043bc8b0830908c5a04db618651e530c1031dd5]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:43:31 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:32 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4fcfec36afbea8b90870ad7b7737bc8fb11785b]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:43:29 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:32 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5fabb185693012735197e40096d58eddc72b8ff1]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:43:25 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:32 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b5142a155b705e6fc68f214b2662b8c6a12af93e]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:43:22 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:32 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [538be0565873bc879ace64b79955073fe2002724]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:43:19 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:32 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4ebf6d2ef82dfbc1dc5e3e0a0a779fa1cbc7541]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:43:16 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:32 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3a5528a88e9eb4ee2068978979a357806faac932]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:43:13 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:32 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cae088cc308f58eedf3b0c73e15852891b68ac3b]

        INTEGRATION: CWS mba30patches01 (1.6.48); FILE MERGED 2008/04/23 11:43:10 mba 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:32 cmc 1.6.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [788cdc3e66a3c5c148046f475c5d5493be48e120]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:43:07 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:32 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e8e9ffff9be2356e09cc514123bf9b000c965dff]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:43:04 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:32 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d14861e5394b5c927b28594483a0d45f33bd634a]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:43:01 mba 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 20:16:16 cmc 1.10.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:31 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [62c2514ee8f898ffc43de2b271d9d864596a0346]

        INTEGRATION: CWS mba30patches01 (1.4.290); FILE MERGED 2008/04/23 11:42:58 mba 1.4.290.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:31 cmc 1.4.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [de8d1a3b39e00ca9528d86eb134e613886243925]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:42:55 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:31 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [751bff6f93eae73628e7f7158411a9488bccbcd0]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:42:52 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:31 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eec156f93e4213598f40532563321c7fa22b6248]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:42:50 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:31 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4d8a4fe0fcc36f8290fa337a5b0821fda12d9f84]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:42:44 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:31 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4cbe4c5060f3ecf7d88935431118b2e9a3ca7168]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:42:41 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:31 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4064a27b6835880ed4886a70ae49a8b95bc64c2c]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:42:38 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:31 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [167540768a8f4b65f6e1ba0ccb4bcf5b60da8989]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:42:32 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:30 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [419d6a50b65369a90d84a8430280481f14ccbc12]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:42:29 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:30 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d06c2f84ee01fba4e94f32e7eae7eab871572d1b]

        INTEGRATION: CWS mba30patches01 (1.4.48); FILE MERGED 2008/04/23 11:42:47 mba 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:30 cmc 1.4.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1927fd30f1613aac4f34213f37dc187ccd563e38]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:42:35 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:30 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6c0c17ee4ed745e65ac4cb3cb71c00629b87d28c]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:42:26 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:30 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bb875f38ab99f68ac921a600c9c9baf536c9af0e]

        INTEGRATION: CWS mba30patches01 (1.6.128); FILE MERGED 2008/04/23 11:42:23 mba 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:30 cmc 1.6.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [afdc2ee76dfa0bf4068441e2159e62891f82dad5]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:42:20 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:29 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [059d24846996d8a896b9dd8dbf7a0785dec5b9fc]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:42:17 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:29 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [65bf0d3e40f2665d3da3780b99103c3e07e48fcf]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:42:14 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:29 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [636d06198bfa072d1182abe0b2f9fe18bd547ddf]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:42:11 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:29 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e83a7de0f23c77542166a8ca1faa28e1a6c551bf]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:42:08 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:29 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4f774ac10aacdf6bbe85049079bf0d243bf07920]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:42:05 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:29 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [878eb21453d710675656b5d525fd51d41d74770f]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:42:02 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:29 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e895ff109256a7d1cb1b83f4afa809d7573be895]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:41:58 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:29 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bf462cb5233f1a8b5976f0e2fab63f19de9e5a1b]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:41:56 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:28 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1fd226b4464ef88df8009a29dadca3fa52116478]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:41:52 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:28 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5e683e4250a21c45d211a0c6a3d3f7020f31c8cd]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:41:49 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:28 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [41052da7853bf6ecec0a69652f814c323deacfa2]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:41:46 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:28 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9675773d7334275ff87fe0309435bdfe86e40a64]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:41:43 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:28 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f706b1f204ee5e8ace1813c92bc2ebd645ac0edd]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:41:38 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:28 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f1730a8cc1b11bcafb917c59f3e154011252bad0]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:41:34 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:28 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1e66017b5152dd9fe2a237d34e710de2efa82cf1]

        INTEGRATION: CWS mba30patches01 (1.5.48); FILE MERGED 2008/04/23 11:41:30 mba 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:28 cmc 1.5.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [089cf30e91a0dad77e8f07c1d316871e757fb7a6]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:41:27 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:28 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ea371028c4c87c97827c23e32a1fcca0c297092a]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:41:24 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:27 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [167f6e5c6bd7025f5654adfcca125062688b38d1]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:41:21 mba 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2008/03/20 20:16:16 cmc 1.12.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:27 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [513648c8155298614125b70ba20cbd73f1fa4013]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:41:18 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:27 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2e25277cfc88be5d7c5ef627859b85551f2c7c0c]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:41:14 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:27 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c4e2b9a9cd141c4f5f5287dc82f1794bc109ea3f]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:41:11 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:27 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fc0d73879d89bbe68701bc0be06f1f37d14ab852]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:41:08 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:27 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8eb94359bc7d78cf7b486d592a30fa374a086ffb]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:41:05 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:27 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7ebe361f4186083c93b185b95abd449508bd201d]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:41:01 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:27 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [35fa24f805a9c043d67a0950c5dd3a7690714aa1]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:40:58 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:27 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2fbbec6970a6689bf1ce471ccb8cc3e68fa541ea]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:40:49 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:27 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eec0c3424e58db4984cee836fa017b6c9e4b4709]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:40:45 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:26 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f9f3adac002d6925cebfdf789248c22dcabd46e7]

        INTEGRATION: CWS mba30patches01 (1.9.48); FILE MERGED 2008/04/23 11:40:42 mba 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:26 cmc 1.9.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fd5713a17487f9788936a32b9474a681ca77824c]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:40:39 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:26 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c5ecdfb4d1a2b1ff8ef94e7c9b3846f171fb1790]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:40:37 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:26 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f9da1076cf1b23ed537e3122ca3fe377bc07f039]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:40:34 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:26 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e68050c74613bce1f97e8436eb231503203a7ce3]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:40:31 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:26 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1f55735d73f742b65172e021a73ddc34c7063949]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:40:28 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:26 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fed7a9b254f03ce21c2b9ee15f5d55ff66af5f81]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:40:25 mba 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/25 11:16:45 mba 1.3.4.2: #i86582#: some missing functions for Win32 2008/03/19 14:55:25 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd09d874d10157264dfa402bc89ab45d1aef97ae]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:40:22 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:25 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cec93fea69a2dbd0b4c21c2d3c62f35b7be46e23]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:40:19 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:55:25 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [163d6a188cd1afa3b1e2bec1fd2aaa2022feddb7]

        INTEGRATION: CWS mba30patches01 (1.3.24); FILE MERGED 2008/04/23 11:40:16 mba 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:25 cmc 1.3.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1ecf456dc3d3af087dc877d368e2ce790d427328]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:40:13 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/25 10:06:06 cmc 1.3.4.1: #i86582# compiler notices that it can never be deleted because it is never created, and so elides dtor call even in -O0

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c74836af84868ef0bbc1689db17f7926578f1f7e]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:40:10 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:25 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [63afbb5e59f546e76532ed2f55bcda61953639ea]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:40:07 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:55:25 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cb5c97dcfa5a1713ddd6f7e502f61afb9d65f7f6]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:40:04 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:55:25 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [70ed36aff0ba060a998b7b3d2811776e10175fb7]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:40:01 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:55:25 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [826bb0b905eb8b5b5ae40bc87d94b0b36cb5112b]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:39:58 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:25 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4e4343f3b6d674403a180f0a7fd8d8baf6091042]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:39:55 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:25 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9f7560d25f0367fddc64aa4b00d2947bd3f5b405]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:39:52 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:25 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1392dff628728ec39c3235b9005b6455e2a34663]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:39:49 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/20 17:34:21 mba 1.11.4.1: #i84621#: don't use subfilter approach for file insertion

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e23c60ccf7c7bbd8e92eb10649cf18b3625e0810]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:39:42 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:24 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8cdc910b625a74b3616df8b155c2bf54920a44ba]

        INTEGRATION: CWS mba30patches01 (1.5.24); FILE MERGED 2008/04/23 11:39:46 mba 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:24 cmc 1.5.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fbb3c10a6fb731cfe782e78f7c9f84d09bc0f7ad]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:39:39 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:24 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9389d02d67d9cb697dfd7ef12333bcc665487361]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:39:36 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:24 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [88e64043a2c44583aff37ed72213207d878d5a45]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:39:33 mba 1.5.162.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/26 16:58:15 mba 1.5.162.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:24 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dd85a85840d19da8730ef0a00cdce4f7ec2098a1]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:39:30 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:24 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8ec9f7ec5b7e5a4b863e94563a720cc4e11d13b8]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:39:27 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:24 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eabd1d78767c4db1e5fef71a67e77ceceaf1c3e9]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:36:43 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:24 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [31de3ad0de0138df14e8b050a9a828bdb0f797f7]

        INTEGRATION: CWS mba30patches01 (1.2.290); FILE MERGED 2008/04/23 11:36:39 mba 1.2.290.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/26 16:58:15 mba 1.2.290.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:24 cmc 1.2.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7af5aa481471d0882f889c7658326d7f27af75c8]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:36:36 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:23 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5339cb1417c7223fe88d8d337f941fdcd5260944]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:36:33 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:23 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [50f531ba35a4d9fd689d05c0ac3baec40ac8a423]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:36:30 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:23 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [14ae1834d9c8dae3e255c826b011e1fbb4ed4327]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:36:27 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:23 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f665731f6d57f445c0c34e2a8c4a22418a00e5de]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:36:24 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:23 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cc20d9c5faf696db267e30f5928945b6d1b3ea25]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:36:20 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:23 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0f7a8bdaa0bc07a6009528fb647f54e664084e27]

        INTEGRATION: CWS mba30patches01 (1.7.86); FILE MERGED 2008/04/23 11:36:17 mba 1.7.86.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:23 cmc 1.7.86.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [479b28dcf0be1a564bc038ec10ce29209a78bf53]

        INTEGRATION: CWS mba30patches01 (1.12.2); FILE MERGED 2008/04/23 11:36:13 mba 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:22 cmc 1.12.2.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [85a7c40904ac8368340bf27940e01ba19c759a27]

        INTEGRATION: CWS c17v003_DEV300 (1.19.48.1.22); FILE MERGED 2008/04/17 20:23:46 fme 1.19.48.1.22.1: #b6688018# #b6688132# Interrupted and restart lists in tagged pdf / better caption handling

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0329027d08a0b5873fee78e234b2b86d9621e9f9]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:36:10 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:22 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2503079f4705a346ccbfaed3e9e4529a05b5ffd3]

        INTEGRATION: CWS c17v003_DEV300 (1.12.110.1.22); FILE MERGED 2008/04/17 20:25:01 fme 1.12.110.1.22.1: #b6688018# #b6688132# Interrupted and restart lists in tagged pdf / better caption handling

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c65d7f50fbb6e78c75e816d4a85501b509915b39]

        INTEGRATION: CWS mba30patches01 (1.7.150); FILE MERGED 2008/04/23 11:36:07 mba 1.7.150.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:22 cmc 1.7.150.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2872d63edf6c99648b7408ba1bfa827edd64f244]

        INTEGRATION: CWS c17v003_DEV300 (1.5.326.1.22); FILE MERGED 2008/04/17 20:25:27 fme 1.5.326.1.22.1: #b6688018# #b6688132# Interrupted and restart lists in tagged pdf / better caption handling

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2fca6ea7af6a258d6702dde6cf22143039f64c62]

        INTEGRATION: CWS c17v003_DEV300 (1.7.1068.1.22); FILE MERGED 2008/04/17 20:25:27 fme 1.7.1068.1.22.1: #b6688018# #b6688132# Interrupted and restart lists in tagged pdf / better caption handling

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b52a406b071c1c37a17cdfc4e873768708883857]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:36:05 mba 1.8.4.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/26 16:58:15 mba 1.8.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:21 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d8be325b9e9f2600caf4c6d9dd56ad0fbe6c7b52]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:36:01 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:21 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [40849226126250848aeef6a54b47d3208ace58b4]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:35:58 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:49:04 mba 1.13.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d76e3a03551f5ab4a852da0470e73d8f75551b6b]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:35:55 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:21 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e3c98a4ff69ef883455c11878dbf25fd6854278e]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:35:52 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 11:36:48 mba 1.10.4.1: #i86852#: remove parser classes

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [df34bc7774f278845f06f17ff0a2b609a7e5f4aa]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:35:49 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:21 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6a022c46d9568a4302a8595de83cd7572d7c61d8]

        INTEGRATION: CWS mba30patches01 (1.16.4); FILE MERGED 2008/04/23 11:35:46 mba 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/27 15:49:04 mba 1.16.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5389b264e0e6b4544ef0f7c659bc692496991ce9]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:35:43 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:21 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [92a5693c8e94a60cdfea38ed4cb5c03c9a0be47b]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:35:40 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:21 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [12643bd2b4b277a0211e1d63949d69047248fb2e]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:35:36 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:49:03 mba 1.7.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e5e03dbec6ec8df83cbdb8a3da5f327486108984]

        INTEGRATION: CWS c17v003_DEV300 (1.43.16); FILE MERGED 2008/04/09 10:10:57 sj 1.43.16.1: #b662077# now exporting also text language settings

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [80bd24b720f49126efa665a1d879ce689f46c628]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:35:33 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:20 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3464e4f272b202a2b66958a5f98b3bbcb7496564]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:35:30 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:20 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f47dc10faa29c95d1783f846312efe2acc0bc642]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:35:27 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:49:03 mba 1.13.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2e9e5fe3f8546100c6b6138096b66699059b9dc3]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:35:24 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 11:36:48 mba 1.13.4.1: #i86852#: remove parser classes

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [700ef69f5c0857e2b57e91e352ddf3f0a70c8791]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:35:20 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:20 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [62cf4f1823d590236191a5dd2a84d123ad9275ee]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:35:17 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:19 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b4a50b2b3b5174da6b4e6a9c2ee6ffd596097fb5]

        INTEGRATION: CWS tkr13_DEV300 (1.93.48); FILE MERGED 2008/04/23 14:33:55 tkr 1.93.48.1: #88027# rename file crashes

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [83d96b87cb9ba8112654ebc77aa408003eebe6c8]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:35:14 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:19 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1b1e8b0d78c8decce8dcee2e158d9fe8da03d278]

        INTEGRATION: CWS mba30patches01 (1.5.50); FILE MERGED 2008/04/23 11:35:11 mba 1.5.50.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/27 15:49:03 mba 1.5.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [87707ac15ff0d2d0287adea40576ab95355f21b5]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:35:07 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:49:03 mba 1.9.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0bd135a4aa80d4962ac39f7f63c23a026fcb76aa]

        INTEGRATION: CWS c17v003_DEV300 (1.11.52); FILE MERGED 2008/04/09 10:10:58 sj 1.11.52.1: #b662077# now exporting also text language settings

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e34d2e922ad620013fa9b57a59bbbdca198a7162]

        INTEGRATION: CWS c17v003_DEV300 (1.100.38); FILE MERGED 2008/04/09 10:10:58 sj 1.100.38.1: #b662077# now exporting also text language settings

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1edade291d7cdf12b7e0bb5d64369395074eb1fe]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:35:02 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:49:03 mba 1.9.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5b29bd07813ad5cc54f5cdd465c95f3463225e44]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:34:59 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:49:03 mba 1.11.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5eec650f15840060557d3cca22483ff00ddfb0b8]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:34:55 mba 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:49:02 mba 1.13.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:19 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20d2b50720ccb59ab927fb580a2c52b1e457d71d]

        INTEGRATION: CWS mba30patches01 (1.10.46); FILE MERGED 2008/04/23 11:34:51 mba 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:49:02 mba 1.10.46.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8b08f661c7ab8c210a488f20210f90062a0a4d47]

        INTEGRATION: CWS mba30patches01 (1.6.50); FILE MERGED 2008/04/23 11:34:47 mba 1.6.50.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 15:49:02 mba 1.6.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [753223538eaef57822f87173f0f523a1e09479c1]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:34:43 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:49:02 mba 1.9.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7055b22318d9c1db20407f1c70b0680c0ac8b931]

        INTEGRATION: CWS mba30patches01 (1.5.50); FILE MERGED 2008/04/23 11:34:40 mba 1.5.50.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/27 15:49:02 mba 1.5.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6ae07e7fd8b6779aca7c1e738a986912fc1a7a34]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:34:37 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:19 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2c2e551923d640886e02e4f1b6ffe56b190ec88d]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:34:34 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:49:00 mba 1.11.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [59a8eb51d763378e1cc08eb2ce0d6e1a46854c48]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:34:30 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:49:00 mba 1.8.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7989b59d2ae7fd2c4901e4617201fdcd85b5ffc9]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:34:26 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:49:00 mba 1.7.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [43291983f0213e75aa85623741d6060ef3914dcb]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/30 08:57:14 mba 1.8.52.3: remove debug code using removed class 2008/04/23 11:34:23 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 12:06:05 mba 1.8.52.1: #i86582#: remove unused classes

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [783641ddfbe857c7138e77fec455234aa6a7dfcc]

        INTEGRATION: CWS mba30patches01 (1.8.50); FILE MERGED 2008/04/23 11:34:19 mba 1.8.50.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 12:06:05 mba 1.8.50.2: #i86582#: remove unused classes 2008/03/19 14:55:18 cmc 1.8.50.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [12588b5974a82fe068e85a67844a166867cff9bf]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:34:16 mba 1.4.162.6: RESYNC: (1.4-1.5); FILE MERGED 2008/03/27 12:06:05 mba 1.4.162.5: #i86582#: remove unused classes 2008/03/27 12:00:26 mba 1.4.162.4: errorneously removed Issue number: Submitted by: Reviewed by: 2008/03/27 11:59:49 mba 1.4.162.3: #i86582#: remove porhyph.hxx 2008/03/26 16:58:14 mba 1.4.162.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:18 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a9de22ca071de5c0c6a2a1e37b762b75ca669930]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:34:13 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:49:00 mba 1.7.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8145df2d6b2d5c6bc7421a19f5b65151663fa73f]

        INTEGRATION: CWS mba30patches01 (1.9.98); FILE MERGED 2008/04/23 11:34:10 mba 1.9.98.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:18 cmc 1.9.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5b7667b7c951ea726a0c758f383a0455e9b62205]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:34:07 mba 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2008/03/27 17:26:57 mba 1.12.4.2: #i86582#: remove unused code 2008/03/27 17:17:44 mba 1.12.4.1: #i86582#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [625dedd5302138f087551e5ae1ae480757353a28]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:34:03 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:48:59 mba 1.11.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e63588556e2caadebf41f7c9b345cc752e9fae78]

        INTEGRATION: CWS mba30patches01 (1.8.66); FILE MERGED 2008/04/23 11:34:00 mba 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:18 cmc 1.8.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [70d48192e257e1bbba3828c2d8347a36e89c8250]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:33:57 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:17 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4bab8634248c97ecea4ce0a65298adff496dcba6]

        INTEGRATION: CWS mba30patches01 (1.11.52); FILE MERGED 2008/04/23 11:33:54 mba 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:55:17 cmc 1.11.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b7b3d38bfc3ea5c0234234e932a4e8b73b600c07]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:33:50 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/27 15:48:59 mba 1.12.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f877ab0f75611f585d00bb30cca8668ca697b3fb]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:33:46 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:17 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8e51b1d16e6e147ac4f23c738ba3f01a9f9b6cf9]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:33:43 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 15:48:58 mba 1.6.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d418d1bf711c2bc2d2c12038bbfab06a3bcec823]

        INTEGRATION: CWS mba30patches01 (1.7.150); FILE MERGED 2008/04/23 11:33:40 mba 1.7.150.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:17 cmc 1.7.150.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [12a0edb9303629b8098b6191c39ef26a82008d07]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:33:37 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:17 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e9f7b9253469e49aca5365c4c1d6c0e9da64356a]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:33:34 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:17 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6a56b9f72a97f3e7f8598890a9abe7d1ba574b0a]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:33:31 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:17 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3b6fef2d9825705e545a55f2760148aaff944d21]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:33:27 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:17 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dca6bc6edf20f6738b3d98efcce076d4a9a74fd7]

        INTEGRATION: CWS mba30patches01 (1.8.50); FILE MERGED 2008/04/23 11:33:24 mba 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:17 cmc 1.8.50.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0e645c1e15da767abe4fc423f97575aac2307dcc]

        INTEGRATION: CWS mba30patches01 (1.7.98); FILE MERGED 2008/04/23 11:33:21 mba 1.7.98.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 16:33:45 cmc 1.7.98.2: #i86582# remove unused files, round 2 2008/03/19 14:55:17 cmc 1.7.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c667cf10fefda2b34c2373f92a632be51576003e]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:33:18 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:48:58 mba 1.10.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [01c774c0a642f704977dbc1f2a9ef70384d1ca9c]

        INTEGRATION: CWS mba30patches01 (1.10.50); FILE MERGED 2008/04/23 11:33:15 mba 1.10.50.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:48:58 mba 1.10.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [58f5c4b8f10e7bd9d74e90ffa1612673258ecbd9]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:33:12 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:16 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0f3c96d064d33e2aa01664ead02a456d28561fce]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:33:08 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:16 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8c4201a4b0df55a0d9133bbc6579cbc8af6ba29e]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:33:05 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:16 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7b2a1a06ceac38d89867d245d64c81aeb0e84f38]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:33:02 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:16 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a047b3e87821755dabd629d96e4525236c2ff9cb]

        INTEGRATION: CWS mba30patches01 (1.8.98); FILE MERGED 2008/04/23 11:32:59 mba 1.8.98.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 16:33:44 cmc 1.8.98.1: #i86582# remove unused files, round 2

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [28f1c89d231d226dbc2c7c2b54df6eeb5f794866]

        INTEGRATION: CWS mba30patches01 (1.8.24); FILE MERGED 2008/04/23 11:32:56 mba 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:15 cmc 1.8.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d90cc99e18c691012ba0fd0f0e9728136e47f905]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:32:53 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:48:58 mba 1.9.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f0608ea070e02569278094bd45d01fa7b8f7e328]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:32:50 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:48:58 mba 1.8.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [165bd194a74f3f97331fb7550870e10d58ffb9c2]

        INTEGRATION: CWS mba30patches01 (1.13.52); FILE MERGED 2008/04/23 11:32:46 mba 1.13.52.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:48:57 mba 1.13.52.2: #i86582#: remove Undo stuff 2008/03/19 14:55:15 cmc 1.13.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2cfedd90802345b33cb12676e691a898e2757099]

        INTEGRATION: CWS wizards241fix01_DEV300 (1.40.40.1.2); FILE MERGED 2008/04/30 08:35:09 lla 1.40.40.1.2.1: #i87709# restored from old 2.3 version

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [66802b543ee09cc61e62b30b8224769909a21684]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:32:43 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:48:57 mba 1.13.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fc383edc916f32ccc8b72e778eb66035dae58b2a]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:32:40 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:48:57 mba 1.8.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eecda9718369728c555f94541e7be69b3198ce7c]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:32:37 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:48:57 mba 1.8.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7d8cebfe7482e729669a365dea4330b68fda2997]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:32:33 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:15 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [62882df9cff158ac13cd0e06fc905a5ada431846]

        INTEGRATION: CWS mba30patches01 (1.4.52); FILE MERGED 2008/04/23 11:32:30 mba 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/27 15:48:57 mba 1.4.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b4bebe4ed1f597bb2675b3bfb2fc9ab798a95841]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:32:27 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:15 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [754a1ce86fe8a2df446af17e0e2f0b6473d5d3d6]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:32:24 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:48:56 mba 1.10.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [74d17f42e16922f4447d23ac42777745e8e6b2c9]

        INTEGRATION: CWS mba30patches01 (1.13.52); FILE MERGED 2008/04/23 11:32:21 mba 1.13.52.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:48:56 mba 1.13.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fa7143230fae3af2e108203ddb69d5da96e4fd3e]

        INTEGRATION: CWS mba30patches01 (1.10.24); FILE MERGED 2008/04/23 11:32:18 mba 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:48:56 mba 1.10.24.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c3ad2d98f273b74d89f76532fc6b68e2112f8a1c]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:32:14 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:48:56 mba 1.11.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d82c71fe3ec8fbcf975291afd054858f52746f5c]

        INTEGRATION: CWS mba30patches01 (1.12.50); FILE MERGED 2008/04/23 11:32:11 mba 1.12.50.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/27 15:48:56 mba 1.12.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6446c6cacecba4feb357e5428768764df568a5da]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:32:08 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:48:56 mba 1.7.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9968c0cd6f9159642c2e58efe8b8693425763e72]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:32:05 mba 1.14.4.3: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 10:01:28 mba 1.14.4.2: #i87827#: fixed problem of SwRegHistory side effect 2008/03/27 15:48:56 mba 1.14.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fa9ede28d593e3543e53cac49628537ef50438cb]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:32:01 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/27 15:48:55 mba 1.8.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f9ce22cad512691112ae90a026b50984b0f43376]

        INTEGRATION: CWS mba30patches01 (1.9.50); FILE MERGED 2008/04/23 11:31:58 mba 1.9.50.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:48:55 mba 1.9.50.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e53fd96c27a1b4cdbef6996c92c850f436cda95b]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:31:55 mba 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:48:55 mba 1.9.4.2: #i86582#: remove Undo stuff 2008/03/19 14:55:15 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [db5c525ca236d801c771325f5073813dcc49c41e]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:31:52 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:48:55 mba 1.11.4.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9783745ca02842e7c4ebdc634f1cabdd1c2194f3]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:31:48 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:15 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1bd510d53829a280bc7ed7a71692b3cd43fac0ae]

        INTEGRATION: CWS mba30patches01 (1.11.52); FILE MERGED 2008/04/23 11:31:45 mba 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/27 15:48:55 mba 1.11.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0465ce3fc511001392234514db708c53abc9fe01]

        INTEGRATION: CWS mba30patches01 (1.13.48); FILE MERGED 2008/04/23 11:31:42 mba 1.13.48.3: RESYNC: (1.13-1.14); FILE MERGED 2008/03/27 15:48:55 mba 1.13.48.2: #i86582#: remove Undo stuff 2008/03/19 14:55:15 cmc 1.13.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c75561d8a3804ccf6977128dcca3dd682d487bda]

        INTEGRATION: CWS mba30patches01 (1.8.66); FILE MERGED 2008/04/23 11:31:39 mba 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:15 cmc 1.8.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7954901d38ec22c2330cd7fdd394df2ebed7a570]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:31:36 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:14 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b6f7fd1e3d2c1e5e8a88f442d333d091d020735b]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:31:33 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:14 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [486fb7d99f781c5f8d9ac36822935908f9cfe25c]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:31:30 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:14 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [85ae4ec82271b5d9a988a1912b53bd37de037348]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:31:27 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/27 15:48:54 mba 1.7.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bec575b60a4cc542df73526e76b87593b77b9f15]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:31:24 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:14 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [509bba631773acc1cca4be533b00e11cff217c4d]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:31:20 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:14 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9884f26788128fd6fbaef970ca95f831a40bc3d1]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:31:18 mba 1.9.52.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/27 15:48:54 mba 1.9.52.2: #i86582#: remove Undo stuff 2008/03/19 14:55:14 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [32d3cf453c750ccb9fc0cb8c71f28385a2934b86]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:31:15 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 15:48:53 mba 1.10.52.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3210964e8cc82a1f3f3a4cc89b840144222bdd3a]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:31:11 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 15:48:53 mba 1.6.162.1: #i86582#: remove Undo stuff

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f1b2c369a58e4f93e68d0b146ceb1eed50d00a22]

        INTEGRATION: CWS mba30patches01 (1.1.1.1.440); FILE MERGED 2008/03/19 14:55:14 cmc 1.1.1.1.440.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1257b6a4962b4f482bfa67734a53c48c4722a40d]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:31:06 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:13 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ed24eb0088d388428ae705886cef0e4c935beb7e]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:31:02 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:13 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5b6e8bc5753afa29b034e3c00a1520fd66545ae8]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:30:59 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:13 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [71d49bc0d0a758f65d3334b14f8a902ca6207684]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:30:56 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:13 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9011e575882396dafc4850021c82369792e0b631]

        INTEGRATION: CWS mba30patches01 (1.9.82); FILE MERGED 2008/04/23 11:30:53 mba 1.9.82.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:13 cmc 1.9.82.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3d43efad4e2e5a77c23b4ed79b6c0972c7d125f5]

        INTEGRATION: CWS mba30patches01 (1.8.128); FILE MERGED 2008/04/23 11:30:49 mba 1.8.128.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:13 cmc 1.8.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c9460301f310aba604e90138f42738bc61410707]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:31:09 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:13 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a76e1712b7408aa61b22611db2c1689859fbc032]

        INTEGRATION: CWS mba30patches01 (1.10.98); FILE MERGED 2008/04/23 11:30:40 mba 1.10.98.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:13 cmc 1.10.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [04959e62e48ad5e4e3238c04baadb8e803263c68]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:30:37 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:13 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4b29f59bce870ebe348aab2332362e563efe00c5]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:30:35 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:13 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd603c9f2c9a6b4261514ba8c654a23ec748cddc]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:30:32 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:13 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f8573dec01bb4fff72cd38d053947ee9d0b18164]

        INTEGRATION: CWS mba30patches01 (1.6.108); FILE MERGED 2008/04/23 11:30:29 mba 1.6.108.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:12 cmc 1.6.108.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b44bc6df07fc39fc96e6c45e4752391ae9563370]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:30:26 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:12 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [018f66207d085d777160bbbfadb9ed5487353de5]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:30:23 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:12 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [74d4714f122170686c54be9455ea7790df533d0f]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:30:20 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:12 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e666d7a1e3a73868afa91faf0c8f3a51fe65c61e]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:30:17 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:12 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [afed0878b2a2f536d10a2a664c4cb778466215a2]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:30:13 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:12 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8c0ecd7d3ad7aafe9f2b0a7ecb042e34c929c6ee]

        INTEGRATION: CWS mba30patches01 (1.6.108); FILE MERGED 2008/04/23 11:30:10 mba 1.6.108.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 16:41:58 mba 1.6.108.1: #i86582#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4a0442699adba0f731d7ce04cd06db90d171bb4d]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:30:07 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:12 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [923fb0a0567f8c905ac6abc2cb787163314dfdbb]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:30:04 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:12 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6dc47187f99af8e6709e9f92242baa1bb59c84b8]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:30:00 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:12 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fc1d5d83c7a471c5a4d94c3deb61067928063b9f]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:57 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [31e74b130404b84fb00fedd0fbb7a17640db71a6]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:29:54 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:11 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5b622bfe4994808f240a9df1c3530705756a12d7]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:51 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ffa58a03e7cebd85c493827910673c680cf08011]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:47 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c749c8e356f16310e810a61c3b0f675d33c75dcd]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:29:44 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:11 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [00b809d0a88acf39a5e47eec316509e7ec0cd94c]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:29:41 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:11 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6353d1a796b5bf2e3e43568d2c490c40096b68f2]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:29:38 mba 1.10.52.4: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 23:14:39 cmc 1.10.52.3: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:16 cmc 1.10.52.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:11 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e969163f0364c146f9da4c36a5824d92dbe856f8]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:35 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [18c8fee2db5ac6c38bec9359ab90ecc4e745748b]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:32 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1cf361fb3a1153324ce00b22a414098d1a8409d0]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:29:29 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:11 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1d3a4335c5617270d97dc3015a59d905d2f761c9]

        INTEGRATION: CWS mba30patches01 (1.7.162); FILE MERGED 2008/04/23 11:29:25 mba 1.7.162.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:11 cmc 1.7.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [837e08f25580a5d2e0bf1baca505d671bf1596e8]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:29:22 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:11 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [818ae2778de74aa5c5b75525950979362e0a272c]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:29:19 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:11 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [44a8a70d920f7c9d7f66c07c69a0f42f20ada7e2]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:29:16 mba 1.14.4.3: RESYNC: (1.14-1.15); FILE MERGED 2008/03/20 20:16:16 cmc 1.14.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:11 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8070fd895318d547cc0e2d92e4b7a8785c2368c1]

        INTEGRATION: CWS mba30patches01 (1.7.162); FILE MERGED 2008/04/23 11:29:13 mba 1.7.162.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:11 cmc 1.7.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d31f7aa19567d3f3bfbd9017d052b51c71217a5c]

        INTEGRATION: CWS mba30patches01 (1.8.128); FILE MERGED 2008/04/23 11:29:10 mba 1.8.128.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:10 cmc 1.8.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b9e67bec8f832427e9866e74b5d9bdee456c2a4e]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:29:06 mba 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 20:57:50 cmc 1.12.4.2: #i86582# remove unused svtools code, round 3 2008/03/19 14:55:10 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9e9e7e167195e7f8b8b8848edbebf9eacbcec238]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:29:03 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:10 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [72c695ae957e45ed7a2c4948a9632aa1492571bb]

        INTEGRATION: CWS mba30patches01 (1.8.162); FILE MERGED 2008/04/23 11:28:59 mba 1.8.162.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:10 cmc 1.8.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4518db81995fa5dcf465c7383751f3e3e9e40416]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:28:56 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:10 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6c2286a902a15f482403ae40781c983a4030b0e1]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:28:54 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:55:10 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4dfed8d8507111c69798e47cbbef37e42e6d7a7]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:28:50 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:10 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0440f8efe474d3cecf959d166fc018922d196c38]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:28:47 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/20 20:16:16 cmc 1.6.162.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7efb9c17742d508fe35f8ba373cb1adfbd50328a]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:28:45 mba 1.6.162.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/20 20:16:16 cmc 1.6.162.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:10 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b26e1eca557f483dcda2214324a85fec8bcdd16c]

        INTEGRATION: CWS mba30patches01 (1.7.162); FILE MERGED 2008/04/23 11:28:42 mba 1.7.162.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:10 cmc 1.7.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [520cee6efbab4058a417d5379c2846a6b1d87682]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:28:39 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:10 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d386af48664a72528a7ce5caf5dce9926d32fb61]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:28:35 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:55:10 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0ab086a9ce5caba193dd213f83712e736e3e163f]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:28:32 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:10 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd0caad1628b9a93bd8ec35230063541caefca2b]

        INTEGRATION: CWS mba30patches01 (1.13.2); FILE MERGED 2008/04/23 11:28:30 mba 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:10 cmc 1.13.2.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6eb9c8853bacadc9f93d5a8bf936acc2eda9a5bd]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:28:26 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:09 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a5e815219ef793ea374d44252dcfbca12e7281ad]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:28:23 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:09 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2cc0c69b4b4450979627fb1dd67a96d0413ff51c]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:28:19 mba 1.5.162.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/20 20:16:15 cmc 1.5.162.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:50 cmc 1.5.162.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c272514c34e71ac0768e9f3ff9abffe76a659177]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:28:16 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/20 20:16:15 cmc 1.15.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e6e89af4bf9bf35c5e1b4f2def238f208cf42ec8]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:28:13 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:09 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7d7126307dc269ec308034003cd4fb66fbc7a115]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:28:10 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:09 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [baf8a77aa6cbef963c5a15d6bbb300ab84b8c43f]

        INTEGRATION: CWS mba30patches01 (1.8.162); FILE MERGED 2008/04/23 11:28:07 mba 1.8.162.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:09 cmc 1.8.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [12cc681279f20270377c508ba2a180a98b92edf3]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:28:04 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:08 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [90372b366e55a4793f05a41014372018a596b51c]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:28:01 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:08 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fde1b2f4682d66ef93c46d095e8e5b0bb2f271bc]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:27:58 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:08 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3ac08c31875070e3d711f7dd2020db96a4944f2b]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:27:55 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:08 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cba456866b1b0c6617a0950a069f70c68e827fa0]

        INTEGRATION: CWS mba30patches01 (1.9.128); FILE MERGED 2008/04/23 11:27:52 mba 1.9.128.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:08 cmc 1.9.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [14cfd7f417f32f09bdfaa345549bcc573fe3b340]

        INTEGRATION: CWS mba30patches01 (1.7.162); FILE MERGED 2008/04/23 11:27:48 mba 1.7.162.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:08 cmc 1.7.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [48013759e4f0a340af8398892da12ee6eb2e731e]

        INTEGRATION: CWS mba30patches01 (1.6.162); FILE MERGED 2008/04/23 11:27:45 mba 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:08 cmc 1.6.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f16c20a89b3acbb86bc372448de21de45957d2e5]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:27:42 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:08 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3e82ff554d2e91a3cc07d3fedf5c705e1a29f5e3]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:27:39 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:08 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2b95a512599c6da9b456920fa92fe0906ff8776a]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:27:36 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:08 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1664096e2d2cb6cf6ebb0fa95de9ac5b465e446b]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:27:32 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:55:08 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8c9832b39789bf3118eab3fc1d9cc4040bdcfc22]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:27:29 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:08 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [32d0a6654d98fd6cb9a017ed65d0f780e1bff5ac]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:27:26 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:08 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0cc147c01c9c2720fed5d6a03336cafe6c076f9c]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:27:23 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/19 14:55:08 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [61fc6f52b94d65f36bdd00e5d30d8f985ffc3427]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:27:19 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:07 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [35a1395f0c3e1fa6c6e56a7c265c899509cd3c62]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:27:16 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:07 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5ec4f8c243643c7b24dcd16736ef5681ace27862]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:27:12 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:07 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [865f467b9c03f7f73feaaad0bdff7d12f910d8d4]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:27:09 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:07 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [235ee2b17d2a6f9bda721818737d0cc45a3a77f7]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:27:06 mba 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/27 16:30:46 mba 1.3.4.2: #i86582#: remove unused code 2008/03/20 20:16:15 cmc 1.3.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bae4d53d3f79af09befaec132d5801df0a7a5ca5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:27:03 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:15 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [915813b4a7a3a4d94cd713c05d465856530cda0e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:14 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [444a2035ef9a9a6e1a4720cca406e2daea259d8b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:56 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [08bc377f8d651669ea7665dd10f4adb571c7cb3e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:52 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2d2e8fe9ed5ea5ec20ec5ce231c5c951ccd62d71]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:48 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:38 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1720618bb13af8cfcc0f2bde16d0c14b9c38ea96]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:45 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a4999e78338966bdbe2cfa760218e4581a7941dc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:42 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/25 12:51:38 mba 1.2.4.2: #i86582#: some changes for Windows build 2008/03/20 20:16:13 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c69d9a8e143b8c55635d513adf093a30fae7fde2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:39 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ea5a5e0683da67b8d3f3824b83fe9f9c8515eaf3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:36 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6fdb1bab8c782970f872bbb3ddba256df928807c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:33 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:13 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [955988b6b1727021b213efbb72f5a1891df490a5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4304a6af50c01982f0ac2fc7a48e1cf0f6e5e03e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:27 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7218f6f1230a5825f596bd7fb4b92cc9c4accaad]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:24 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [090b3f4853c53ff9ce42ea3293b3cbe19f91c3db]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a0deb78795afe6a44b6602328e30b5f413bd29fe]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:18 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [63622f79662e339c7da0a92dec90ff644ad40f62]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:15 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1b644740c8c8d3ee0a20fc6a6fe46b0725c455b6]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:26:12 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/20 20:16:12 cmc 1.3.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8237f244cdfbf3a8257bdea74324922532b7ea3c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:09 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:38 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d77d79aae06c14c91fd4cc0a831052859424e208]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:06 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c05f595823511f514b43547f98d867a36cd709cb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:26:02 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bb2edd949252e0f0e6cf170b7162591704851ed5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0662e83ccdde56496b311db0e3eb41c4cda44a96]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:56 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2b178633ea13fa56e7f2e97826c6410b66a4b1bb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:54 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dc2f8cf751a535ec3631b8da98e4e28b49206cb0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:50 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4e10b12f59987f3d584adb800d054e0521902793]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:47 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [80d0ba2a376b03688aff49bfe084c773d7170c8a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:41 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b6576f48ffae8e0ccddb1556b948f3078a848dd5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:38 mba 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/26 16:58:13 mba 1.2.4.3: #i86582#: some changes for problems with compiler generated default ctors 2008/03/20 23:14:38 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [39c822b4a08ce143044f7a42e4cf8f9b8eeac494]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:35 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:49 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [430b33aa359e748b584042af10b5cc131f29cac1]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:32 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:12 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8cc666cfc32f33a7f02c65b05cb093501083f719]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:29 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f0f079c83633dbf64a42d3b900f4d03b63e2e544]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:26 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:37 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e77dc15d3431f9b3e7d379e2882d2d2b886f47aa]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:23 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [30b31326f8d154414330cbc6d8aa6e32ccae9bc0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:20 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [133a643f0954174c072ee36920c24c1db90a99e7]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:17 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9052032c444bf2559b33d63983344935450805a8]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:14 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a96d9e6394f0ad4fddec095710a40702e899e27d]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:11 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e3436a4f900d0065f517205055664b09365868ba]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:07 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0386d9243bdf1b7332a8df2d1b946e35856ce3c8]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:04 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e8614b03cd4fc5e7d4dfcb93327ca32ba907f8ba]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:25:01 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [160116796902315c6d3633b06e585a27cbe5c8df]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:58 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [11fadc60ddec495bff74cb2b61ab81ddd2762135]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:55 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8357e02c552dd9de0ee6433ad7e108c6fd8eda51]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:52 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [58e765b901439e54d6bcb6adb3e5d504ed010320]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:49 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/25 12:51:38 mba 1.2.4.2: #i86582#: some changes for Windows build 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [60843044eb050a15bead21ab1e14589f3d1f4c5c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:47 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:37 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [caaab6df6144653deee9edb6e065d990af14c738]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:44 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3102de9a547a9ec0a7e42416b53b6600af4c824b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:41 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eb6fd4d4aa19de77c78e34c59b9fd4dd06ba7602]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:38 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:37 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ca32a412bb30318c3c96a9cd71e19db9ae3f2531]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:35 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dfc9b8b3851390512c2274a0d523411d22e3f54a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:32 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eea3f5975901bd18f72c06d1f49221bf837c61cc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:29 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c5b803a097fa9c79177c5b2c98ba065051726141]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:26 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [74ed600cdfd775145049da3ebfc3faf78d676681]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:23 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:11 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [878657ae9b48e47e66115912796af903aee47612]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:20 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c1e7b196a5c55eb8385e33eed414e33e2c20c9de]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:17 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:37 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [219cd1c8dd942a1661a55d93309e8656213f922c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:14 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dd0aa0405dec48526a551bcd668ac791696ac615]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:12 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [befe953cc5bcadd44518654ffdecc44023382654]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:09 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b2d5194b599f7a88917d685f40a9799c259a06a1]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:06 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [79796fc908b09987b7323c8a5c01fba3f815ff45]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:03 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c0f5f888b0bf8229312c43517cb33525ecb81116]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:24:00 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [84f2065c74447277d869f7d5b10c2b76071464df]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:57 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c1abcb7aa5dcf9a61ac5c4fdf1dc3349e24d1d56]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:54 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b24df5e85f7de29841f29f6be7d360be8d5fd67a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:51 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f71643ff7f778545a00b1e556dfee337078c5ad6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:47 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [26b73106a2e5f4887af0bd274c87d450a729c58a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:44 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [40bb46147cfacf980484b5b379a65761f202ac95]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:34 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [86b1f8ef99b78b962cbe88b7d49aefd90df982b6]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [502cbfde37da9adbd4a74618a72f8f9440dd63b0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:41 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eaeef6cf523a17940b1957548b943b1bf6f7cf7a]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:37 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a936de3e94b097e612de41c7855ea82e7ed7ec12]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:27 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:10 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [81519960e3393ac9190c607fa7b53dc01b12f2b4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:24 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7cd0236771511fe6d4db5df2edfcd528d0c038b5]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:48 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0c8a89df015fa5b4e4986f5300b4631c3253ef88]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:18 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e1b2c849d53b43257dd6daa54370e1e21e158b28]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:15 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f186c2f30b701167dc4a58ba69ce48af296e4375]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:12 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7f888968d2c858909d3ecd5d1f676d55a3215df3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:09 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d82b1eec442e022b1b89b60e4f3d109cf1a5f1dc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:05 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fb8cde7a0853c2948b5d1d47cd826389cf1741bb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:23:02 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e00f6c8f4bf51619d42c32870a0c391eda14ac11]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:59 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [280ed0bc45b8b535de066dc207f128f7bb4b93b2]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:56 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ee037133c01f0edcca201e32bb98c07daf5113c4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:53 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3e1a96c9776b8e1e607221c83e706be429aa3f75]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:49 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e12fed0d8b2fd2f166444e8e30e662ee9568af2f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:46 mba 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/27 11:03:45 mba 1.2.4.3: #i86852#: remove unused classes and files 2008/03/26 16:58:13 mba 1.2.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aa3ada088e9910fa15be59b5c407cb9ded588699]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:43 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f5c3426296ab47b9d7945a62db1ea07320bc5c7f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:40 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c3f43ada0679bfda4a741ceaed1dab041821f8fb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:37 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cccc2fc35175d39b3761ac3114190ef64df48100]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:34 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:14:37 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:09 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5c9a6a1c6e0af6c90750ae7e44e78ff6ef7b67a0]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:31 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d119a91583a542b6fd56c76d1d2a0147f2ca48cd]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:27 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0fa1783efacd4aec887bc82077bc5d17e7e78438]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:25 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [204f19dcfba78024efbf70827186f625c9102ea9]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [84f4f4ab614006ddd716add988892420a3c86c97]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:18 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0d27c8f9c311a384277226a5b144df610ab4be6f]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:15 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3bb1d5dc7a21a060bd537da01f01b2144a432d1e]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:12 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6065647962182e4bbe2022ddb6c5288d619d934b]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:10 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [51717be5dda6ed72d8631bd76e3c7e23842d3e55]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:06 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0565174102f972d4b1908273bed7c71f14c396bd]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:03 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1e0b4af4196d6cb0fe3d5fe255127b0fda70a657]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:22:00 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f13caddbeaf494abd441d2e69cebcce89ddcefc4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:57 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3638bd966f8f48b6074f86536811d96fc6fe21d4]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:53 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9d6b13cdf24975f54f5e8539f76e0ba622d64d0c]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:50 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [06b02352573370ab3c78491ea4f0581180588749]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:47 mba 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/21 10:37:05 cmc 1.2.4.3: #i86582# final removal of remaining unused code, round 5 2008/03/20 23:14:37 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 4 2008/03/20 20:16:08 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [41bcb994a617831cdaa611213f6b67af31fa7783]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:43 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [64d81eaae4c9262ee671415d9aba077c5586d631]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:40 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cca1f7ac3674b552983e513767095457069c5a04]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:37 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [72ad2d2ad3402adae5510a953222ad4316f13127]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:34 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd274d2ba45faafd6822a4c75c512528c90920cb]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:30 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [32de6da4f9ff4664c1b164a476de656a614ff7c3]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:27 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/21 10:37:05 cmc 1.2.4.2: #i86582# final removal of remaining unused code, round 5 2008/03/20 23:14:36 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 4

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [af56a9d286f0345f36c0c916025dbaf5f9c48043]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:24 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [374172cfe8e843220f0111e612c70d22fe70aafc]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:21 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7e4ba81ccafb8b5a89bb9108765437a3fec20d55]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:18 mba 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.1: #i86582# remove another ludicrious amount of unused code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f8997d6861a8278268ffd0f6fa2823565c05d291]

        INTEGRATION: CWS mba30patches01 (1.2.4); FILE MERGED 2008/04/23 11:21:14 mba 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 20:16:07 cmc 1.2.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 20:57:47 cmc 1.2.4.1: #i86582# remove unused svtools code, round 3

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eee5b856d7393feb4a355ab71bdbdaa944c6b5a2]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:21:11 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:07 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b91f04f55fd834e6c3ff8a2e48c388dc62d60304]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:21:07 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/19 14:55:07 cmc 1.15.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7b2561cc3cc7477b8fc724357fc7b3519bf15776]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:21:04 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:07 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [95ddc05000d991eb967ef61e9c58661bdf1c8816]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:21:00 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:07 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0c30b124ecdc2614afc1370e09887ac979948a90]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:20:57 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:07 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [069a15d793f9a554ccbc851c09ff216346b03e53]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:54 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:07 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [998b420034a7beb35e529ed164468711b07ef71d]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:51 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:07 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f9f750827d95664c202e9eb83dede60cff3cdf4]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:20:48 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:06 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3e1376862650aa595a8a14f0b38f61514d51fcd0]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:44 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0bffb37d6029ae79c2bbfa16ef4c3158036002ef]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:41 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3b3e5449f6d78d0873acb0463538c5a9a2df8a2c]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:30 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2ac9a0e2e59611a01b6af928eb624cc9b83b7273]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:27 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aa33a804b0000baf1d7fdd7eeeeb034c323bb8cc]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:20:24 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:06 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f133431fc0566557c79bfc6749b56249a43d9b1a]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:20 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bd4904e4496cdb287c8d2d7c1cf65d3d17ea9de8]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:20:17 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:06 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d59fcd38204bbca552076e53e8e1797af2fe1956]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:14 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [22d9de215aea3fb47dd8abe2413c3c7a17b709a5]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:10 mba 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/20 20:16:07 cmc 1.3.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [944365131a1754af0df43e3e7c91e2913ebc9513]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:07 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4e8b0f66d381c8cd53495ac4ddb41ae4824b556d]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:04 mba 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2008/03/27 11:02:52 mba 1.3.4.3: #i86852#: remove unused classes and files 2008/03/26 16:58:13 mba 1.3.4.2: #i86582#: some changes for problems with compiler generated default ctors 2008/03/19 14:55:06 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d04f8b7123f501802b9f129c3b1677d7429022bf]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:20:01 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8356016b4dab40174b5eb49ca8a1d01ac375cb93]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:58 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0c9d10be14afefa1d7d5b441b246852894276c31]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:54 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4e22e4ef478c83f05784016af09b067f6004cdcb]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:51 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [28c23068689263789c4592029abe66f3b1b11f22]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:48 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [be3be722e53c24cc166569a2bb5190029d2f8945]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:45 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [53926e47fa2b6ef038dc73a8ff02ce3d1bf85584]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:42 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:05 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5bab501c2bf29f6a567f1d9e4ddeb5011389267d]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:39 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:04 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cb5a6c126110f972f1d8519f0d6465349fbd82c1]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:19:36 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:04 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [87832153a76b93dd4a9c8cf84fcdea5c54c55a75]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:19:33 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:04 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0a09ef295e15ccb5e8523691243a40103abf4c42]

        INTEGRATION: CWS mba30patches01 (1.8.66); FILE MERGED 2008/04/23 11:19:30 mba 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:04 cmc 1.8.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f8ce4d4224e61f4a2f39463273eee730d53eb62d]

        INTEGRATION: CWS mba30patches01 (1.5.48); FILE MERGED 2008/04/23 11:19:28 mba 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:04 cmc 1.5.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [653b38f27b4c51c82c117071d96ee3c24d130fd9]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:19:25 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:04 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f898666c61d96cee3b6cf23606b1b9aaccad50c6]

        INTEGRATION: CWS mba30patches01 (1.7.48); FILE MERGED 2008/04/23 11:19:22 mba 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:04 cmc 1.7.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7e7a3f3699a1ca25d8d638ed2072b7c0941b5400]

        INTEGRATION: CWS mba30patches01 (1.5.290); FILE MERGED 2008/04/23 11:19:19 mba 1.5.290.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:04 cmc 1.5.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d1c9f4e27bd5e4ae20468a5a069753814a26d7f5]

        INTEGRATION: CWS mba30patches01 (1.16.4); FILE MERGED 2008/04/23 11:19:16 mba 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/19 14:55:03 cmc 1.16.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [517c36db614ce2d77d33ef7cc08c2d75074a8c84]

        INTEGRATION: CWS mba30patches01 (1.18.4); FILE MERGED 2008/04/23 11:19:12 mba 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/19 14:55:03 cmc 1.18.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c3140d4c6a88501560c619eb4c3507d809e618a8]

        INTEGRATION: CWS mba30patches01 (1.20.4); FILE MERGED 2008/04/23 11:19:09 mba 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/19 14:55:03 cmc 1.20.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1f71ca6b7e795de24892e8ee47d4665699c14e85]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:19:06 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/19 14:55:03 cmc 1.15.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9abefa4468909b013d53dba8642ef4225924a1c3]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:19:02 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/19 14:55:03 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [91c703c1b299dc12ce2e15f5addfc7c7a3e6c276]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:18:59 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:03 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1aae53272c03d9564a9a659d8ddcb231bf68e715]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:18:56 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:03 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e7cd7f359b05ea0090ccb37e37b8685a802a02cc]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:18:53 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:03 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0fa4119f17e2bb8336083392207f68d6c109ee51]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:18:50 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:03 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [603468f7007c52755f23c7a9fd1586a8abd47e9b]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:18:46 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:55:03 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b36fd42a2400de139ebb05d4dbb7a1d1e06ecb1e]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:18:43 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:03 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e20c043e7c2d352d55c9ab6626de775b0a4387c8]

        INTEGRATION: CWS mba30patches01 (1.9.24); FILE MERGED 2008/04/23 11:18:40 mba 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:02 cmc 1.9.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fccd201378f970d6d87f587ecca72410b25c35d2]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:18:37 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:02 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6781a425e67ca879ae5b612280e33d59acf5ad55]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:18:34 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:02 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [81929bbe26db201daab3ae55a9816c41a9c18bff]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:18:31 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:55:02 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [36a89409d56ea3de8701cd3ddd45db46d777d6ad]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:18:27 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:02 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [af8e1d747eb453773837e23c243eb1988fc9e231]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:18:24 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:02 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [782b33fb15055f08c414dc70d0bb5d743dac5471]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:18:21 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:02 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [04c9b300ec4b944305548f262eb5d6a6d67cc58f]

        INTEGRATION: CWS mba30patches01 (1.5.52); FILE MERGED 2008/04/23 11:18:18 mba 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:02 cmc 1.5.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6c6f909d271358458e0bb1bfb5690724faa52e48]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:18:15 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:02 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [04f0335d0bec55b98e3a2df5eacbc2e6439853c8]

        INTEGRATION: CWS mba30patches01 (1.17.4); FILE MERGED 2008/04/23 11:18:12 mba 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/19 14:55:02 cmc 1.17.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [297f6eed5217cbe6928295f9d56144c752188e25]

        INTEGRATION: CWS mba30patches01 (1.5.52); FILE MERGED 2008/04/23 11:18:09 mba 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:02 cmc 1.5.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2d496075ba8798228fc84701af92158d14f66a00]

        INTEGRATION: CWS mba30patches01 (1.6.66); FILE MERGED 2008/04/23 11:18:06 mba 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:55:01 cmc 1.6.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1f70211fb9fff508e6b14917765b3946859d2aa0]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:18:03 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/19 14:55:01 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [aea80d4535bc61a034967cb0c5e96cf0b3aefd66]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:17:59 mba 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/21 10:37:04 cmc 1.10.4.2: #i86582# final removal of remaining unused code, round 5 2008/03/19 14:55:01 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f1f5605dacee7382ad641de90d2d348a8af41b0d]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:17:56 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:01 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3ce4e7415d8ddf0104a59c63ce0893dee6a54371]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:17:53 mba 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/19 14:55:01 cmc 1.15.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0d0d9787cfcb81fe6a7afd1bf4b753240ba8882f]

        INTEGRATION: CWS mba30patches01 (1.16.4); FILE MERGED 2008/04/23 11:17:50 mba 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/19 14:55:01 cmc 1.16.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b83f372dda45658c827da1ac7f585166a35a733d]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:17:47 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:55:01 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7960c259a396b1d846f19aa93054675cb8a5fb46]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:17:44 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:55:01 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [914dae87ebd0a6a66e37a35d96c4aaf88c2e6b5b]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:17:41 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:55:00 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [84406d3919040a2ffb9842b32eea6473aa33aa8e]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:17:38 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:00 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9930e3532b10acea3927d7b7376d242fdcd384b6]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:17:35 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:00 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e8f986355bccd5ad13e685612cbfa13ad333af4d]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:17:31 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:00 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [24d7449e37dc274c082960f02a78293becc0e060]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:17:28 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:00 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [033d646014578a22eaa4116e706fa8a98bf0ee73]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:17:24 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:55:00 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b081bd7402863ac65ef4ed77a1265629d84a044d]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:17:21 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:55:00 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d87bad30d65d0d6ec95692807c8e2ff837a83181]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:17:18 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:55:00 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e125c9a8ff02e41b75b68c58f6985b1b4aac5b21]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:17:15 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:55:00 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f35b26717bf4201dec8c1f249afb9d6c4225168]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:17:12 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:59 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fd372c22106e2bd2a7d55eb9b7c18a4472388bc6]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:17:09 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:54:59 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ac2b3317d4e156df2f48873512c4a800951ce22b]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:17:06 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:59 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b72304cf68c21aaa258bd23257ca1f1fe04e99f2]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:17:03 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:59 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7051ba37f82f553bbfa68523a21ffae3e7221e84]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:16:59 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:59 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cc3d416c816d06fd65347329d0ba53c027f3ae00]

        INTEGRATION: CWS mba30patches01 (1.7.128); FILE MERGED 2008/04/23 11:16:57 mba 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:59 cmc 1.7.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [94f221822e1506711e8da3b3868b77533892f45f]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:16:44 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:59 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f911385bd7922eb67b9c3a8d8813acd118181b3e]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:16:41 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:58 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9e9904efda1d94dfb6b43749467d1d5d095f4e57]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:16:38 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:58 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2ebec9c185085c862c7645b114cde38fcdbe179e]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:16:35 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:58 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [20a344d4d724882f0df9677d0dbe17bda7ab6cd5]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:16:32 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:58 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3287230f9f6ba5176d70d11c5636ee8f2e13a151]

        INTEGRATION: CWS mba30patches01 (1.6.144); FILE MERGED 2008/04/23 11:16:54 mba 1.6.144.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:58 cmc 1.6.144.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [21f3505032e8bdc835562e503e98aec4155a3adc]

        INTEGRATION: CWS mba30patches01 (1.6.144); FILE MERGED 2008/04/23 11:16:50 mba 1.6.144.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:58 cmc 1.6.144.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [72ff9d76bfbadb3ac775bda23f3146c662d80c31]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:16:47 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:58 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [884b30682077b87715bbb37758470221c46b8dd1]

        INTEGRATION: CWS mba30patches01 (1.6.66); FILE MERGED 2008/04/23 11:16:29 mba 1.6.66.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/27 16:14:37 mba 1.6.66.2: #i86582#: remove unused code 2008/03/19 14:54:58 cmc 1.6.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b851a3adc0abf4a1f7cd488f9563a8d8bf5417bd]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:20 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8cdd54c291e8116dde4e1d4c9358059283a4b757]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:18 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f60b69582f9c95bca025f3d307c7d1467c40d6f]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:15 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8811786347cdef62129df47ad2552f9acfe68d9d]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:12 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e3208909087d484e90054fee962a1fbf73cf8910]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:09 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e893a2f85867d47d21460001cd2fd60b1d697b1e]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:26 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e523db6e1a2b0682f5556a9936cc471e0560a23e]

        INTEGRATION: CWS mba30patches01 (1.3.290); FILE MERGED 2008/04/23 11:16:23 mba 1.3.290.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:58 cmc 1.3.290.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0afdb8b129a89ee042db775c88d186f110f0c802]

        INTEGRATION: CWS mba30patches01 (1.9.48); FILE MERGED 2008/04/23 11:16:06 mba 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:57 cmc 1.9.48.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3bc7e51a99bb445c835aa578aca835160f711dde]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:16:03 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:57 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [42d3f436e18e21318e8b6259c9a5f7e8d1d30e44]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:15:59 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/19 14:54:57 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ca11c454fb5f2cc65ef3d8cce97e1e81fe2b6ffa]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:15:56 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:57 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [416dc39859e39e146a90025a0e9dbe504b13dcda]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:15:53 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:57 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a6da59d7cc1e5f086137d782c163343cb37f1610]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:15:50 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:57 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3b196d199ba526b2e9d0f0b7ba3cd325a34d7cef]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:15:47 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:54:56 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [79f5bb9b658c746770a29d75389c1ddef37301df]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:15:43 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:56 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e1224b5e5e7896af8419da192484068bade98014]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:15:40 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:56 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d2efb3d257853977807778eb4c8652b9c7f8c538]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:15:37 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:56 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6c977315833e00162fa793a361643603a59416f5]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:15:33 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:56 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e31549793cdd0b40bfdb2f1988360fc43ef50597]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:15:30 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:56 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [400f6eda7b1705e7e9f9ccddd5cf3adc2743c5b3]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:15:27 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:56 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a3784f7212fa35ecc7fa3e2ac2ff91999167ae3a]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:15:23 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:56 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1ed2d0173b9dd9dea4e048047480b035b8d98345]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:15:19 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:56 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8a8135bcec9274e65a5800661b7487c1a9c5d997]

        INTEGRATION: CWS mba30patches01 (1.7.66); FILE MERGED 2008/04/23 11:15:14 mba 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:55 cmc 1.7.66.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7310559d13e984477500c0cdeb100f52e2e3bde8]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:15:11 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:55 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [377a6502893686fed6a83c71ae879d4877c174e7]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:15:07 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:55 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [77b4084d38ee36a608b68e50a27526bf40211d8d]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:15:04 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:55 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [949cc48d423153225bfc5cb1159ddf51680135c9]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:15:01 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:55 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ee345689a769f232171adcf3a23247306cd9720f]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:14:58 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:55 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [477b6be57e33b0a6a0d879c37fa9de0737d1f0b0]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:14:55 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:55 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [422ed1fed660fef74e095c9317cdf726416861e8]

        INTEGRATION: CWS mba30patches01 (1.4.162); FILE MERGED 2008/04/23 11:14:51 mba 1.4.162.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:55 cmc 1.4.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b7afc5db966b69a1a68de8940f6bcc27ffa782c4]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:14:48 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:55 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [679430183b4b2b6d577e511b0627272c2206d566]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:14:45 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:55 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b588a496b9616e4ee7c9d4a0f93b65245cc1b562]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:14:42 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:55 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [931cc5f824f63b7214ec2dd93e814dd31dc075d8]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:14:38 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:55 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b1086890ba19c08162463d536c54ee6e79975098]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:14:35 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:55 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [039f2082f5475c2aeba140d15e653cd759e0bc27]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:14:32 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:55 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d3dea9e69422fcacb50390556d38109bdb5b7cdd]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:14:28 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:54 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2426314282b8c1d1421c0432ff6824e7b6ae88b5]

        INTEGRATION: CWS mba30patches01 (1.7.52); FILE MERGED 2008/04/23 11:14:25 mba 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:54 cmc 1.7.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bd620fd2ce8553d0a253209d52030acc17017209]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:14:22 mba 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 15:06:10 cmc 1.11.4.2: #i86582# remove unused files, round 2 2008/03/19 14:54:54 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7883f6e7f0568dd81c0ab29f5ed43872fdbd2f1a]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:14:19 mba 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/27 11:36:42 mba 1.10.4.2: #i86852#: remove parser classes 2008/03/19 14:54:54 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [96240811147cdc11591493b0c56eb2437177f673]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:14:16 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:54 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f2932fc19ea9a64619238b1db5b276349f3017aa]

        INTEGRATION: CWS mba30patches01 (1.11.6); FILE MERGED 2008/04/23 11:14:13 mba 1.11.6.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 16:33:44 cmc 1.11.6.2: #i86582# remove unused files, round 2 2008/03/19 14:54:54 cmc 1.11.6.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9561e75475da97bac1e8a5f020d7a1c1dedb2d2b]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:14:08 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:53 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [579fc69f25a15f12f0ac7c3048c05cb1d87fe098]

        INTEGRATION: CWS mba30patches01 (1.3.292); FILE MERGED 2008/04/23 11:14:11 mba 1.3.292.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:53 cmc 1.3.292.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3e36b8c3c5c3fd7ee07a5c8fcc06baad60033ed5]

        INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED 2008/04/23 11:14:04 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 14:54:53 cmc 1.7.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3d28abb9f5383200423c7f2518e5b95345f9a34f]

        INTEGRATION: CWS mba30patches01 (1.8.52); FILE MERGED 2008/04/23 11:14:02 mba 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:53 cmc 1.8.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [84098d70a68a6d6dca396f7e3ff58a7ca1935c1f]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:13:58 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:54:53 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9e64d88cacf991976cec951362a68644522a3ad6]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:13:54 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:53 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b1cd7e66451d0ff200ad140263ab010748a1cdc2]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:13:51 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:53 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b3ebbcc28af032902bac27b49d42ec8023d423d9]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:13:48 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:53 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [21f53cdb7eb02dbf43168f331d7d1db65193b149]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:13:45 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:52 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fb1c6edbb2592fb6374070fbde6626743af3c7d7]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:13:42 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:52 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [571dbe953a2d4a67038eb44bfc112e72504b77e5]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:13:38 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:52 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4a1a4d46d6c98a8d88d72fe17d0af7abf256191b]

        INTEGRATION: CWS mba30patches01 (1.8.98); FILE MERGED 2008/04/23 11:13:35 mba 1.8.98.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:52 cmc 1.8.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7e1c50f6721dda0d13ab1aac2bbb13e865739699]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:13:32 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:52 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [84a8b9084a441cf8e534641fc369d46481609746]

        INTEGRATION: CWS mba30patches01 (1.6.4); FILE MERGED 2008/04/23 11:13:28 mba 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:52 cmc 1.6.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [74f0a0711c018f573fbc844bc962c2ea063a15ec]

        INTEGRATION: CWS mba30patches01 (1.3.292); FILE MERGED 2008/04/23 11:13:25 mba 1.3.292.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:52 cmc 1.3.292.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [67938587639f3cab146fe8c856c574e9e821c479]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:13:22 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:51 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0a69a03ffabe5289b19656cbfd11a552aecbc360]

        INTEGRATION: CWS mba30patches01 (1.13.4); FILE MERGED 2008/04/23 11:13:19 mba 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/19 14:54:51 cmc 1.13.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4456d7d2b67913c4faf3dcfc162f8274b48d58b0]

        INTEGRATION: CWS mba30patches01 (1.8.4); FILE MERGED 2008/04/23 11:13:16 mba 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:51 cmc 1.8.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0b81810ccad438c89557298d8111ca07976648b1]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:13:12 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:51 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [59b7c28af82d022d90dcad118f3e23d05fb787c6]

        INTEGRATION: CWS mba30patches01 (1.10.4); FILE MERGED 2008/04/23 11:13:09 mba 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:51 cmc 1.10.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0a01bf95a298a8923e9ffc7d8c11f161df362452]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:13:06 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:54:51 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8590c7cb413f69504e9c2dcdd715495e8aa2adfa]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:13:03 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:51 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [94608c56c985162f8cfc8fdf8db974d1cd00a0d6]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:13:00 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:51 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [5b2540a3da02ef73577c1e7d033bafda0444016e]

        INTEGRATION: CWS mba30patches01 (1.6.98); FILE MERGED 2008/04/23 11:12:57 mba 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:51 cmc 1.6.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [25c495cb218e052a09f33acfb71675a2105cec86]

        INTEGRATION: CWS mba30patches01 (1.15.4); FILE MERGED 2008/04/23 11:12:54 mba 1.15.4.3: RESYNC: (1.15-1.16); FILE MERGED 2008/03/20 20:16:06 cmc 1.15.4.2: #i86582# remove another ludicrious amount of unused code, round 3 2008/03/19 14:54:51 cmc 1.15.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [01e38850fff3d155aef14bf3dc2a5cf6a44249b2]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:12:50 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:51 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [634f069ea99ec5352764c2b6f19c8e6860e06786]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:12:47 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:51 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f5d3aed5dfe66c2a60992c8a6d43074ee3157b05]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:12:44 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:51 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [69d58b05f238e3cd1507dfb71e9442709942c142]

        INTEGRATION: CWS mba30patches01 (1.12.4); FILE MERGED 2008/04/23 11:12:41 mba 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/19 14:54:50 cmc 1.12.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [015b0a30e1828b5e1f850ca3afaf4db55fc86e0e]

        INTEGRATION: CWS mba30patches01 (1.9.4); FILE MERGED 2008/04/23 11:12:37 mba 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:50 cmc 1.9.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1677103fae9767f730a9b274ee7c332a3719834f]

        INTEGRATION: CWS sw241bf02_DEV300 (1.84.82); FILE MERGED 2008/04/30 13:47:57 fme 1.84.82.1: #i88861# Wrong nStart variable used

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3bd3700857d119a4bee046e5590d9fbc7256a0a5]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:12:34 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:50 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8dead843b6c41575f56ce884324bb7c5e1763f1f]

        INTEGRATION: CWS sw241bf02_DEV300 (1.57.4.1.28); FILE MERGED 2008/04/30 13:47:56 fme 1.57.4.1.28.1: #i88861# Wrong nStart variable used

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b6be9206344c7d7e6de294f9e8ee684413172a29]

        INTEGRATION: CWS mba30patches01 (1.10.52); FILE MERGED 2008/04/23 11:12:31 mba 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:50 cmc 1.10.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [340aa01219d6854123b665afd7af6a7a302731aa]

        INTEGRATION: CWS sw241bf02_DEV300 (1.48.136); FILE MERGED 2008/04/30 09:36:10 ama 1.48.136.2: Fix #i87137#: warning 2008/04/29 14:16:47 ama 1.48.136.1: Fix #i87137#: Row span in vertical cells

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [87cf199669dc7c759442cc0b2c8911c9b82c9b7b]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:12:27 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:50 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8d6169cf83d2063d4aa6b7399cc97b3037c973f7]

        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>  [99c4399944b32ca54c31271008962388b8d204fc]

        INTEGRATION: CWS sw241bf02_DEV300 (1.21.124); FILE MERGED 2008/04/30 08:56:44 ama 1.21.124.1: Fix #i87188#: Document merging with only one insertion failed

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [31ad20d8c0ffa7bfe878ccec39029f2543d881e4]

        INTEGRATION: CWS mba30patches01 (1.9.52); FILE MERGED 2008/04/23 11:12:24 mba 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 14:54:50 cmc 1.9.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dc3c9dcfd03e75791e88a3082292cfe431d5842c]

        INTEGRATION: CWS fwk89_DEV300 (1.134.66.1.38); FILE MERGED 2008/04/30 12:55:12 ama 1.134.66.1.38.1: Fix #i87635#: Crash caused by wrong numbering level

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4a8cda3a84bc2fdff0e008c7317566c8208f090d]

        INTEGRATION: CWS sw241bf02_DEV300 (1.51.86); FILE MERGED 2008/04/30 13:48:30 fme 1.51.86.1: #i88861# Wrong nStart variable used

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [0fe9a8698fc299999abc665a9acbd82379883c51]

        INTEGRATION: CWS mba30patches01 (1.6.52); FILE MERGED 2008/04/23 11:12:20 mba 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/19 14:54:50 cmc 1.6.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c45cba864747c4b8f16c44afc4c636ba7ee7dea5]

        INTEGRATION: CWS mba30patches01 (1.14.4); FILE MERGED 2008/04/23 11:12:17 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/19 14:54:50 cmc 1.14.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cd0b90cd40efb7fb3cc31372519f27494b004d7d]

        INTEGRATION: CWS fwk89_DEV300 (1.44.72); FILE MERGED 2008/04/30 12:51:55 ama 1.44.72.1: Fix #i87635#: Crash caused by wrong numbering level

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [46248ece7b511d414773c05c7d7897cbf7fd20c4]

        INTEGRATION: CWS tbe33_DEV300 (1.32.100); FILE MERGED 2008/05/13 14:08:08 tbe 1.32.100.1: #i88352# Updating calc file with multiple DDE-Links leads to runtime error!

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4cee5645b3afa7823893090c2d522191f38859ef]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:12:14 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:50 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4b1e37b686ae8fa7e61fada2a345e000bb483105]

        INTEGRATION: CWS sw241bf03_DEV300 (1.102.110); FILE MERGED 2008/05/06 07:34:39 od 1.102.110.1: #i89000# method <SwTxtFrm::_CalcHeightOfLastLine(..)> 	 - assure same results for undersized paragraphs.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8d15b61bfa702ee0133e20f40e01a320a7302738]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:12:11 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:49 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eabe7b91f5ca1bc1e617fdc38d2479c624a92f7f]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:12:08 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:49 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fa352b601e5d28f98ccbdeb4fc093eec47bbb76f]

        INTEGRATION: CWS mba30patches01 (1.3.128); FILE MERGED 2008/04/23 11:12:05 mba 1.3.128.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:49 cmc 1.3.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [57f4eafbc9fac8d5899c45f1d9cacd81066050d6]

        INTEGRATION: CWS mba30patches01 (1.10.18); FILE MERGED 2008/04/23 11:12:02 mba 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/19 14:54:49 cmc 1.10.18.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7305cc73beb7379060bd05b670917c9801121155]

        INTEGRATION: CWS dba241c_DEV300 (1.2.18); FILE MERGED 2008/04/30 10:23:49 oj 1.2.18.1: #i88091# fix for Adabas and URL

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4d8296762f98c5131bb7e41e54ea4611f2641245]

        INTEGRATION: CWS mba30patches01 (1.11.4); FILE MERGED 2008/04/23 11:11:58 mba 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/19 14:54:49 cmc 1.11.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e9e9f9b747bb531dc53c5297b056de5840317347]

        INTEGRATION: CWS jl100_DEV300 (1.13.114); FILE MERGED 2008/05/13 15:08:21 jl 1.13.114.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7e9e427fc076a0ac5fa989b3bdaa3cc8cc1de6d0]

        INTEGRATION: CWS jl100_DEV300 (1.11.114); FILE MERGED 2008/05/13 15:08:21 jl 1.11.114.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d00385336bbee3110a26ef7c01df2a3dcea2c27d]

        INTEGRATION: CWS jl100_DEV300 (1.24.10); FILE MERGED 2008/05/13 15:08:21 jl 1.24.10.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [95bc084ebe66b0f43d8d8f2c411e96cec2b9de6e]

        INTEGRATION: CWS mba30patches01 (1.8.18); FILE MERGED 2008/04/23 11:11:55 mba 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:49 cmc 1.8.18.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f679d4000c97ecb784863b7c7dfe09ace18646f3]

        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>  [8dcdd3ca268f78295731b86797c2b8cd447ba667]

        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>  [b9b3c4f370c6b1b1db7a6739b3d952b2eed33902]

        INTEGRATION: CWS dba241c_DEV300 (1.8.238.1.8); FILE MERGED 2008/04/30 10:27:13 oj 1.8.238.1.8.1: #i88091# wrong method called, stack overflow

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7a029b0b6365b42fa23c58ec7fbd699502b621d8]

        INTEGRATION: CWS mba30patches01 (1.8.128); FILE MERGED 2008/04/23 11:11:51 mba 1.8.128.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/19 14:54:49 cmc 1.8.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4108efb8a10dcea8029c88f4ae0496e67779c59d]

        INTEGRATION: CWS jl100_DEV300 (1.14.218); FILE MERGED 2008/05/13 15:08:20 jl 1.14.218.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [10beda15ee66473d432c1033f5e319dd4fae7ff4]

        INTEGRATION: CWS ab51 (1.8.42); FILE MERGED 2008/05/06 15:45:50 ab 1.8.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ffae259197979d2e5155e9fc72048af879761185]

        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>  [b837660948c436d745d98adcb0906e7bfd03c95c]

        INTEGRATION: CWS ab51 (1.9.42); FILE MERGED 2008/05/06 15:51:09 ab 1.9.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c337a3f704ddd187ee6569c3e70a06b95e4396bc]

        INTEGRATION: CWS jl100_DEV300 (1.2.40); FILE MERGED 2008/05/13 15:08:20 jl 1.2.40.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [eaea529e02f718421d8e2c56ad83b368a68333f0]

        INTEGRATION: CWS ab51 (1.5.42); FILE MERGED 2008/05/06 15:44:26 ab 1.5.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fbed6085f8541def532c6132b8731bfb2a8dab8b]

        INTEGRATION: CWS ab51 (1.15.42); FILE MERGED 2008/05/06 15:51:39 ab 1.15.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a7377f117cd6dbf80643edb6ec32fd1448f1aec3]

        INTEGRATION: CWS dba241c_DEV300 (1.11.178.1.8); FILE MERGED 2008/04/30 10:27:13 oj 1.11.178.1.8.1: #i88091# wrong method called, stack overflow

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [be3e49305414fa134b206604d1990744a7f1bdc2]

        INTEGRATION: CWS mba30patches01 (1.5.128); FILE MERGED 2008/04/23 11:11:48 mba 1.5.128.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:49 cmc 1.5.128.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2e09b992ec1675f8efaba1d7b801496058fdd081]

        INTEGRATION: CWS mba30patches01 (1.5.162); FILE MERGED 2008/04/23 11:11:45 mba 1.5.162.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:49 cmc 1.5.162.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b7cd043722f3500b2469aa888d00c49156272465]

        INTEGRATION: CWS l10nfix24 (1.4.20); FILE MERGED 2008/05/19 16:12:48 ihi 1.4.20.1: #i89642# transex3 macro stringlist bug

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7763246368b31ee039985eb4c29d411a4d092bb8]

        INTEGRATION: CWS i18n43_DEV300 (1.237.4.5.2); FILE MERGED 2008/04/29 21:47:03 khong 1.237.4.5.2.1: #i88411# remove icu setBreakType patch from i83146

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [dc07a5ed087d739ba78e675958fdc9615e4ab621]

        INTEGRATION: CWS jl100_DEV300 (1.2.52); FILE MERGED 2008/05/13 15:08:20 jl 1.2.52.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [fba07db5b61d4c7147d222f0b4e93a19669e8592]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:11:42 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:48 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2d03a2186a6281fb5db908fde791ee73e02e31c6]

        INTEGRATION: CWS jl100_DEV300 (1.13.114); FILE MERGED 2008/05/13 15:08:19 jl 1.13.114.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bbbf2ffd4d4a227e53c962bae927ede10a91adb4]

        INTEGRATION: CWS mhu18_DEV300 (1.3.288); FILE MERGED 2008/05/19 07:59:10 mhu 1.3.288.1: #b6702916# Fixed rtl_allocateMemory() round-up alignment.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [54817f8c871ad86cb1771d6b89cd83dc88ce1de8]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:38 mba 1.2.98.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/25 12:18:57 mba 1.2.98.3: #i86582#: some missing functions for Win32 2008/03/25 11:16:20 mba 1.2.98.2: #i86582#: some missing functions for Win32 2008/03/19 14:54:48 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [de9a309ec9ee44529f56ce50e9b2eaa04ea96a06]

        INTEGRATION: CWS jl100_DEV300 (1.20.48.1.6); FILE MERGED 2008/05/13 15:08:19 jl 1.20.48.1.6.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d6eaba8bf33149f2da4b7ebbb38f7635ac1cb261]

        INTEGRATION: CWS mba30patches01 (1.5.4); FILE MERGED 2008/04/23 11:11:35 mba 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/19 14:54:48 cmc 1.5.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3be6c92bb713e474e0273b25a5224b5d95367c19]

        INTEGRATION: CWS jl100_DEV300 (1.15.114); FILE MERGED 2008/05/13 15:08:19 jl 1.15.114.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a22f1bb0139443cd75c5a055dcde30023a6e8d8b]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:11:32 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:48 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2149a2c396c8deead0eeaccf0cc9b89d821efa7f]

        INTEGRATION: CWS jl100_DEV300 (1.24.8.2.6); FILE MERGED 2008/05/13 15:08:18 jl 1.24.8.2.6.1: #156271# The package::getMyBackend functions now throw a DisposedException

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [09ca9c3448251e6cebc277ac2e6c75133d2b031d]

        INTEGRATION: CWS i18n43_DEV300 (1.10.8.1.2); FILE MERGED 2008/04/29 21:49:49 khong 1.10.8.1.2.1: #i88411# remove setBreakType patch from i81519

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a565357d1d298c220401437544d735a2f2b1a8b9]

        INTEGRATION: CWS pyunosystempaths_DEV300 (1.5.16); FILE MERGED 2008/04/23 20:04:52 fs 1.5.16.1: #i86251# committing on behalf of jbu@openoffice.org

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [7ad8efd9fd294a790b8b6ffc1c811375ca36ca4d]

        INTEGRATION: CWS mba30patches01 (1.3.76); FILE MERGED 2008/04/23 11:11:29 mba 1.3.76.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/25 11:16:20 mba 1.3.76.2: #i86582#: some missing functions for Win32 2008/03/19 14:54:48 cmc 1.3.76.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [651d16d30afc4b3f1d57f521b7919813f5d93781]

        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>  [b3baf80183c7f5b51e43371e91771c1039132648]

        INTEGRATION: CWS mba30patches01 (1.4.42); FILE MERGED 2008/04/23 11:11:26 mba 1.4.42.3: RESYNC: (1.4-1.5); FILE MERGED 2008/03/25 11:16:20 mba 1.4.42.2: #i86582#: some missing functions for Win32 2008/03/19 14:54:48 cmc 1.4.42.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e58d0f6e03b90b1f08d1568fd50ee3abfda811a4]

        INTEGRATION: CWS pyunosystempaths_DEV300 (1.6.32); FILE MERGED 2008/04/23 06:30:40 fs 1.6.32.1: #i86251# committing on behalf of jbu@openoffice.org - proper system path encodings

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9fc63e696ab2f4df126c850069b62297aa145ec0]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:23 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:48 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [345f277276ea41a71ccc95c242b818cb954c1b1a]

        INTEGRATION: CWS mba30patches01 (1.4.24); FILE MERGED 2008/04/23 11:11:20 mba 1.4.24.3: RESYNC: (1.4-1.5); FILE MERGED 2008/03/25 10:06:05 cmc 1.4.24.2: #i86582# compiler notices that it can never be deleted because it is never created, and so elides dtor call even in -O0 2008/03/19 14:54:48 cmc 1.4.24.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [483fb9c6d08f21175b8a9b03cbbc66604f51a539]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:17 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:48 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [401beb8b0cb6609d1e5ea71ad801cfa3ef2d1c92]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:13 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:48 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [631f8eb4540d651f8b87cfe4516e307166893544]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:11 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f4ddf20b53899cb27f45b290183f3fabd56e6234]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:08 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8006aa4e64ee6028acf082075a872524d052614a]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:05 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cb786c74c992c9c74cf119b907c2cecb8f7180f2]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:11:02 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ee6047fdbe473c341960d04ce6de8bd52b9afb67]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:59 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e7b4cd3136d2bd715ed4642d971067c60a0798f7]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:56 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [682a11dd934e6707513e9162d1f5295a21f3d04c]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:53 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [b5780ba5ad1298880e7cd16587c78e36f143bac0]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:50 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bcff7b9bfab0a6921f234a0130a8bbef1ece0a08]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:46 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e082baaf253e75715cbd743d70b2d11a89609fa5]

        INTEGRATION: CWS mba30patches01 (1.4.18); FILE MERGED 2008/04/23 11:10:43 mba 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:47 cmc 1.4.18.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [db83474dc166e7fbf5da8790b0036ed82622c646]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:40 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:47 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c13dadec3507b18225f05783b011d311cbd0c012]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:10:37 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:46 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [1107d6d72b69067692811d7cfddff442cee95e47]

        INTEGRATION: CWS mba30patches01 (1.4.4); FILE MERGED 2008/04/23 11:10:33 mba 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:46 cmc 1.4.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [533bf327245fb3d3fddc093fc4cf151ddef4c0cd]

        INTEGRATION: CWS ab51 (1.124.28); FILE MERGED 2008/05/06 15:56:31 ab 1.124.28.1: #i88690# Support option to load Excel VBA code executable

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c9cae10507912a5bfaea8d3193830b8d70f431fd]

        INTEGRATION: CWS mba30patches01 (1.4.52); FILE MERGED 2008/04/23 11:10:24 mba 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/19 14:54:46 cmc 1.4.52.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [21a57e1b8ad7ecd9c50f37c68e0251897c256dff]

        INTEGRATION: CWS mba30patches01 (1.2.98); FILE MERGED 2008/04/23 11:10:20 mba 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 14:54:46 cmc 1.2.98.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cf11cd6d9c2e50b5fb4cf2d0130957683ed941cb]

        INTEGRATION: CWS mba30patches01 (1.3.4); FILE MERGED 2008/04/23 11:10:17 mba 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/19 14:54:46 cmc 1.3.4.1: #i86582# remove unused code, round 1

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c1ec81b8dc6f459fa35ec42979e7ba03673f9a5b]

        INTEGRATION: CWS ab51 (1.22.22); FILE MERGED 2008/05/06 15:34:13 ab 1.22.22.1: #i88690# New Excel VBA option: Executable code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [82a314186b7b09bb5747929600f1b52b90e625d2]

        INTEGRATION: CWS mba30patches01 (1.5.210); FILE MERGED 2008/04/23 10:58:15 mba 1.5.210.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:48:39 mba 1.5.210.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [04f4e267fb925ea7d990442309cc93e310e7571f]

        INTEGRATION: CWS mba30patches01 (1.13.14); FILE MERGED 2008/04/23 10:58:12 mba 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/18 15:48:39 mba 1.13.14.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ad03e7805e4f5211acf75fbce0db2e8701d3b9d2]

        INTEGRATION: CWS mba30patches01 (1.22.150); FILE MERGED 2008/04/23 10:58:09 mba 1.22.150.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/18 15:48:39 mba 1.22.150.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bf7fe952a95c0b66b9679c5c9ff48c60ee2472b0]

        INTEGRATION: CWS mba30patches01 (1.7.150); FILE MERGED 2008/04/23 10:58:05 mba 1.7.150.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:48:39 mba 1.7.150.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d631b5876d8884837588c98753b6c826a6c0ea54]

        INTEGRATION: CWS mba30patches01 (1.4.210); FILE MERGED 2008/04/23 10:58:02 mba 1.4.210.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:48:39 mba 1.4.210.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4075297577b97f954657ca729890cd83dcac705f]

        INTEGRATION: CWS impress142 (1.33.18); FILE MERGED 2008/05/07 11:57:27 af 1.33.18.1: #i89030# Added check for missing current page.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [247a3b1544dba84c22d682e5b69d4dc7e0ac1537]

        INTEGRATION: CWS mba30patches01 (1.9.150); FILE MERGED 2008/04/23 10:58:00 mba 1.9.150.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:48:39 mba 1.9.150.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f87bb2470d446d3e9b64188136677d49d03e876]

        INTEGRATION: CWS mba30patches01 (1.2.424); FILE MERGED 2008/04/23 10:57:51 mba 1.2.424.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:48:39 mba 1.2.424.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [60ab94c6cee0ee520a355a215a4e8fa53e611529]

        INTEGRATION: CWS impress142 (1.3.18); FILE MERGED 2008/05/09 12:27:41 af 1.3.18.2: #i89229# Added check for missing current slide. 2008/05/07 11:55:49 af 1.3.18.1: #i89030# Use index of current page, not pointer, in HandleModelChange().

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d9c29c95781699784c0ec70bbd6529718851fc70]

        INTEGRATION: CWS mba30patches01 (1.4.210); FILE MERGED 2008/04/23 10:57:48 mba 1.4.210.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:48:38 mba 1.4.210.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [05771362464a2daccb390539811a69d2fed68435]

        INTEGRATION: CWS mba30patches01 (1.2.424); FILE MERGED 2008/04/23 10:57:45 mba 1.2.424.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:48:38 mba 1.2.424.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3e14aca46f213c3391bb5d699eb801b656c2fedd]

        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>  [e45b08b1a0566ac9e7b1017bbb346317335e0a02]

        INTEGRATION: CWS mba30patches01 (1.4.210); FILE MERGED 2008/04/23 10:57:42 mba 1.4.210.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:48:38 mba 1.4.210.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [cb22404f71a03ab6449dcae239fc071f8b99605a]

        INTEGRATION: CWS srb104 (1.5.4); FILE MERGED 2008/05/19 08:00:30 oj 1.5.4.1: #i89620# fix of missing getFieldByCommandDescriptor

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8dbc65361b1623153705c5fecdbd10d9c37a99c8]

        INTEGRATION: CWS mba30patches01 (1.7.182); FILE MERGED 2008/04/23 10:57:39 mba 1.7.182.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:48:38 mba 1.7.182.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [696d50ba0a8026f34f12835900ca3c7fe2642f15]

        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-20  Kurt Zenker  <kz@openoffice.org>  [1f10976d3931749ff549d18451fa633285e98b01]

        INTEGRATION: CWS mba30patches01 (1.12.78); FILE MERGED 2008/04/23 10:57:36 mba 1.12.78.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/18 15:48:38 mba 1.12.78.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c1ea5f6c6ca3193779cf3dc1f61b4eac1497b098]

        INTEGRATION: CWS mba30patches01 (1.9.78); FILE MERGED 2008/04/23 10:57:33 mba 1.9.78.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:48:38 mba 1.9.78.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [42a93d359f28adb36d0aa7a2d6f71109f5435b34]

        INTEGRATION: CWS obo27 (1.3.4); FILE MERGED 2008/05/02 07:47:36 obo 1.3.4.3: #i88875# Build problems for unxmacxi in SO environment 2008/04/30 08:30:06 obo 1.3.4.2: new try 2008/04/24 09:13:28 obo 1.3.4.1: #i10000# build problem for SO environment

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d4d7de21de4e0332c44fd27471bd747060786395]

        INTEGRATION: CWS mba30patches01 (1.7.424); FILE MERGED 2008/04/23 10:57:29 mba 1.7.424.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:48:38 mba 1.7.424.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [075000cad459d73b61c1a64ffbe8370e68aa3275]

        INTEGRATION: CWS mba30patches01 (1.9.182); FILE MERGED 2008/04/23 10:57:26 mba 1.9.182.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:48:38 mba 1.9.182.1: #i86359#: remove unused code

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bb0d01f9c971c392e5237af0d7955334f1311590]

        INTEGRATION: CWS obo27 (1.4.36); FILE MERGED 2008/05/02 07:55:29 obo 1.4.36.2: #i88875# Build problems for unxmacxi in SO environment 2008/04/30 11:11:43 obo 1.4.36.1: #i88875# Build problems with SO environment

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c20313e0001b3061bf2b5711aea2300ffffde7c4]

        INTEGRATION: CWS koheidatapilot01 (1.9.52); FILE MERGED 2008/04/25 21:12:08 kohei 1.9.52.4: RESYNC: (1.9-1.10); FILE MERGED 2008/04/19 19:37:55 kohei 1.9.52.3: pass the XSpreadsheetDocument instance because the XDataPilotTable2 test code needs it. 2008/04/18 15:01:27 kohei 1.9.52.2: fixed redundant casting (it's what the java compiler says). 2008/04/18 02:59:48 kohei 1.9.52.1: create another DP table for testing XDataPilotTable2.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [297a65ef6f42c245cb8a93514fce6ab508c86131]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/04/19 23:01:02 kohei 1.1.2.8: removed unnecessary import statements. 2008/04/19 22:50:05 kohei 1.1.2.7: added sheet integrity check for drill-down sheets. 2008/04/19 19:36:54 kohei 1.1.2.6: test case for insertDrillDownSheet(). 2008/04/19 15:59:21 kohei 1.1.2.5: added test case for getDrillDownData(). 2008/04/18 21:04:28 kohei 1.1.2.4: added test case for getPositionData(). 2008/04/18 15:02:51 kohei 1.1.2.3: complete testing of getOutputRangeByType(). 2008/04/18 03:46:39 kohei 1.1.2.2: worked on testing getOutputRangeByType().  not finished yet. 2008/04/18 00:22:16 kohei 1.1.2.1: new test file for a new interface.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d03bbb236ba31037ffb5ad6a83e3d46f155d3d6c]

        INTEGRATION: CWS koheidatapilot01 (1.1.234); FILE MERGED 2008/04/17 20:33:45 kohei 1.1.234.1: added interfaces for XDataPilotTable2.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [70e3929b27380a484333add35794b60a0a0cdc8c]

        INTEGRATION: CWS koheidatapilot01 (1.24.138); FILE MERGED 2008/04/25 21:04:37 kohei 1.24.138.6: RESYNC: (1.27-1.29); FILE MERGED 2008/02/25 14:45:39 kohei 1.24.138.5: resolving merge conflict. 2007/12/04 04:30:42 kohei 1.24.138.4: renamed DataPilotTableRegion to DataPilotOutputRangeType. 2007/11/08 17:56:42 kohei 1.24.138.3: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table. 2007/11/03 18:06:39 kohei 1.24.138.2: added DataPilotTableRegion constant group and one new method to XDataPilotTable2 interface. 2007/10/29 17:42:54 kohei 1.24.138.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6dfc0bc431c218c92289356adbbbb75718b28bc3]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.3: updated license header 2007/12/07 18:37:34 kohei 1.1.2.2: Annotated XDrillDownDataSupplier IDL spec. 2007/10/29 17:42:54 kohei 1.1.2.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d54f98b95a0ab4c4198edfe593c8b0cbd75e437c]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.8: updated license header 2008/04/18 15:06:44 kohei 1.1.2.7: throw IllegalArgumentException on invalid range type. 2007/12/07 05:29:36 kohei 1.1.2.6: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/04 04:30:42 kohei 1.1.2.5: renamed DataPilotTableRegion to DataPilotOutputRangeType. 2007/11/30 00:19:38 kohei 1.1.2.4: expanded XDataPilotTable2 to allow drill-down sheet insertion via one API call. 2007/11/08 17:56:42 kohei 1.1.2.3: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table. 2007/11/03 18:06:39 kohei 1.1.2.2: added DataPilotTableRegion constant group and one new method to XDataPilotTable2 interface. 2007/10/29 17:42:54 kohei 1.1.2.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [9b1d6c7f447e6969a038259a68bd36479cc17b34]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.6: updated license header 2007/12/07 05:29:36 kohei 1.1.2.5: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/06 23:08:29 kohei 1.1.2.4: more javadoc comments added. 2007/11/30 05:10:20 kohei 1.1.2.3: included license headers & added javadoc description (not done yet). 2007/11/19 22:25:26 kohei 1.1.2.2: revised API. 2007/11/08 17:56:42 kohei 1.1.2.1: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2e391d87a6165e9f149ca7240bf44466125876bd]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.8: updated license header 2008/04/18 19:19:41 kohei 1.1.2.7: added OTHER position type for areas within the table but outside the result and header areas (i.e. the useless areas). 2007/12/07 05:29:36 kohei 1.1.2.6: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/06 23:08:29 kohei 1.1.2.5: more javadoc comments added. 2007/12/06 22:19:05 kohei 1.1.2.4: more javadoc comments for the new API. 2007/11/30 05:10:20 kohei 1.1.2.3: included license headers & added javadoc description (not done yet). 2007/11/19 22:25:26 kohei 1.1.2.2: revised API. 2007/11/08 17:56:42 kohei 1.1.2.1: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a6bde21f194255e203d34175b1bff5edd259d46f]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.6: updated license header 2007/12/07 05:29:36 kohei 1.1.2.5: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/06 23:08:29 kohei 1.1.2.4: more javadoc comments added. 2007/12/06 22:19:05 kohei 1.1.2.3: more javadoc comments for the new API. 2007/11/30 05:10:20 kohei 1.1.2.2: included license headers & added javadoc description (not done yet). 2007/11/08 17:56:41 kohei 1.1.2.1: added more UNO interface & modified some to allow retrieving position data based on cell positions withth data pilot table.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f45dd6be7c8a6677d7347eaf913233f2197add72]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:57:50 kz 1.1.2.4: updated license header 2007/12/07 05:29:36 kohei 1.1.2.3: removed explicit scopes from elements whose scopes are com::sun::star::sheet, added more annotations for XDataPilotTable2 interface. 2007/12/06 23:08:29 kohei 1.1.2.2: more javadoc comments added. 2007/12/04 04:31:56 kohei 1.1.2.1: more API added.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [45dbd78c03914829dd618096d5965b11afa25c54]

        INTEGRATION: CWS koheidatapilot01 (1.6.404); FILE MERGED 2008/04/25 21:04:51 kohei 1.6.404.4: RESYNC: (1.6-1.7); FILE MERGED 2007/12/06 22:19:05 kohei 1.6.404.3: more javadoc comments for the new API. 2007/12/06 16:37:28 kohei 1.6.404.2: added readonly keyword to those new properties in DataPilotSource. 2007/11/30 05:10:20 kohei 1.6.404.1: included license headers & added javadoc description (not done yet).

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [3b3584dba6f3ca3fa214cabb10cf7717296107a6]

        INTEGRATION: CWS koheidatapilot01 (1.5.50); FILE MERGED 2008/04/17 20:34:29 kohei 1.5.50.1: added XDataPilotTable2 interface.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [2bea62251bd05634ff84e8b2b4f67327a461c7b0]

        INTEGRATION: CWS koheidatapilot01 (1.85.36); FILE MERGED 2008/04/25 20:59:44 kohei 1.85.36.12: RESYNC: (1.92-1.94); FILE MERGED 2008/04/21 03:07:59 kohei 1.85.36.11: code cleanup. 2008/03/12 18:02:00 kohei 1.85.36.10: RESYNC: (1.91-1.92); FILE MERGED 2008/02/25 14:47:39 kohei 1.85.36.9: RESYNC: (1.88-1.91); FILE MERGED 2008/01/04 03:45:58 kohei 1.85.36.8: RESYNC: (1.87-1.88); FILE MERGED 2007/12/07 23:16:12 kohei 1.85.36.7: reorganized code to avoid changing parts that didn't change their semantics. 2007/12/06 01:51:27 kohei 1.85.36.6: brought it back to a functional state for the first time after the resync (minus the date format issue). 2007/12/05 00:25:15 kohei 1.85.36.5: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again. 2007/12/04 16:51:20 kohei 1.85.36.4: RESYNC: (1.85-1.87); FILE MERGED 2007/12/04 06:06:27 kohei 1.85.36.3: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/12/04 04:29:01 kohei 1.85.36.2: some API method re-name & associated changes. 2007/10/29 17:44:41 kohei 1.85.36.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [ef8e29d998f90ded652d6db66456e0a64f1c53d1]

        INTEGRATION: CWS koheidatapilot01 (1.13.202); FILE MERGED 2008/04/25 20:59:48 kohei 1.13.202.8: RESYNC: (1.16-1.18); FILE MERGED 2008/02/25 14:47:44 kohei 1.13.202.7: RESYNC: (1.15-1.16); FILE MERGED 2007/12/06 06:40:28 kohei 1.13.202.6: properly format the drill-down sheet per data source format & removed unused method. 2007/12/06 01:51:27 kohei 1.13.202.5: brought it back to a functional state for the first time after the resync (minus the date format issue). 2007/12/05 00:25:15 kohei 1.13.202.4: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again. 2007/12/04 16:51:24 kohei 1.13.202.3: RESYNC: (1.13-1.15); FILE MERGED 2007/12/04 06:06:27 kohei 1.13.202.2: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/10/29 17:44:41 kohei 1.13.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [bac11e8b99d85bc453382525ede3e8182ef301c9]

        INTEGRATION: CWS koheidatapilot01 (1.46.172); FILE MERGED 2008/04/25 20:59:37 kohei 1.46.172.6: RESYNC: (1.49-1.51); FILE MERGED 2008/04/21 03:07:58 kohei 1.46.172.5: code cleanup. 2008/02/25 14:47:32 kohei 1.46.172.4: RESYNC: (1.48-1.49); FILE MERGED 2007/12/05 00:25:15 kohei 1.46.172.3: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again. 2007/12/04 16:51:13 kohei 1.46.172.2: RESYNC: (1.46-1.48); FILE MERGED 2007/10/29 17:44:41 kohei 1.46.172.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f9455900fbd1b2580d8be2f9d19cabed4b86018c]

        INTEGRATION: CWS koheidatapilot01 (1.19.202); FILE MERGED 2008/04/25 20:59:54 kohei 1.19.202.11: RESYNC: (1.20-1.21); FILE MERGED 2008/04/19 18:40:53 kohei 1.19.202.10: do the same for getPositionData() call & throw a RuntimeException instead on NULL pointer condition. 2008/04/19 18:38:16 kohei 1.19.202.9: check for NULL pointer to prevent crash in case getDrillDownData() called on an cell address outside of any datapilot output. 2008/04/18 15:07:38 kohei 1.19.202.8: throw IllegalArgumentException on invalid range type. 2007/12/06 01:51:27 kohei 1.19.202.7: brought it back to a functional state for the first time after the resync (minus the date format issue). 2007/12/04 16:51:29 kohei 1.19.202.6: RESYNC: (1.19-1.20); FILE MERGED 2007/12/04 04:29:00 kohei 1.19.202.5: some API method re-name & associated changes. 2007/11/30 00:13:26 kohei 1.19.202.4: implemented insertDrillDownSheet UNO method. 2007/11/08 18:03:20 kohei 1.19.202.3: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/03 18:09:28 kohei 1.19.202.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:41 kohei 1.19.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [842087e2c0c2ffb4d3cb68d1833762cf0f340389]

        INTEGRATION: CWS koheidatapilot01 (1.9.20); FILE MERGED 2008/04/25 20:59:32 kohei 1.9.20.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/04 03:45:52 kohei 1.9.20.2: RESYNC: (1.9-1.10); FILE MERGED 2007/12/05 00:25:15 kohei 1.9.20.1: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [8f5865f5641a3949e5ca7440e05cfdc3b66139e2]

        INTEGRATION: CWS koheidatapilot01 (1.21.202); FILE MERGED 2008/04/25 21:00:07 kohei 1.21.202.4: RESYNC: (1.23-1.24); FILE MERGED 2008/03/12 18:02:06 kohei 1.21.202.3: RESYNC: (1.22-1.23); FILE MERGED 2008/02/25 14:47:46 kohei 1.21.202.2: RESYNC: (1.21-1.22); FILE MERGED 2007/10/29 17:44:40 kohei 1.21.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4e6465a5f210ef53ac8f789248a3868bddb24110]

        INTEGRATION: CWS koheidatapilot01 (1.20.42); FILE MERGED 2008/04/25 21:00:13 kohei 1.20.42.15: RESYNC: (1.23-1.24); FILE MERGED 2008/04/24 23:26:45 kohei 1.20.42.14: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:11:10 kohei 1.20.42.13: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/02/25 14:47:51 kohei 1.20.42.12: RESYNC: (1.22-1.23); FILE MERGED 2007/12/06 16:40:33 kohei 1.20.42.11: put the names of new ScDPSource properties into unonames.hxx and use the defined names instead. 2007/12/06 07:06:15 kohei 1.20.42.10: removed all previously invisible code. 2007/12/06 06:40:28 kohei 1.20.42.9: properly format the drill-down sheet per data source format & removed unused method. 2007/12/05 00:25:15 kohei 1.20.42.8: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again. 2007/12/04 16:51:39 kohei 1.20.42.7: RESYNC: (1.20-1.22); FILE MERGED 2007/11/19 22:20:29 kohei 1.20.42.6: commented out the fprintf statements. 2007/11/08 18:03:19 kohei 1.20.42.5: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/07 04:28:31 kohei 1.20.42.4: use array position and keep the original set of arrays instead of making copies for each call. 2007/11/07 03:12:54 kohei 1.20.42.3: We still need to call InitFrom for referenced items, more refactoring and in-line comments, and more const keyword uses for read-only parameters (makes it easier to understand code). 2007/10/31 19:58:44 kohei 1.20.42.2: modified all functions that are called during result calculation so that they can take vectors instead of pointer arrays. 2007/10/29 17:44:40 kohei 1.20.42.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [a3e88138c3dd4e2c2181e5a68c113aa39d4e1894]

        INTEGRATION: CWS koheidatapilot01 (1.11.200); FILE MERGED 2008/04/25 21:00:31 kohei 1.11.200.11: RESYNC: (1.11-1.12); FILE MERGED 2008/04/21 03:07:58 kohei 1.11.200.10: code cleanup. 2007/12/06 07:06:15 kohei 1.11.200.9: removed all previously invisible code. 2007/11/19 22:21:08 kohei 1.11.200.8: removed fprintf statement. 2007/11/09 02:12:09 kohei 1.11.200.7: renamed one method & some minor code change to make more use of cache table. 2007/11/07 04:28:31 kohei 1.11.200.6: use array position and keep the original set of arrays instead of making copies for each call. 2007/11/07 03:12:54 kohei 1.11.200.5: We still need to call InitFrom for referenced items, more refactoring and in-line comments, and more const keyword uses for read-only parameters (makes it easier to understand code). 2007/11/05 22:11:45 kohei 1.11.200.4: more const pointers when pointers point to read-only instances. 2007/11/05 21:57:52 kohei 1.11.200.3: made pointers to ScDPResultData const where appropriate. 2007/10/31 19:58:44 kohei 1.11.200.2: modified all functions that are called during result calculation so that they can take vectors instead of pointer arrays. 2007/10/29 17:44:40 kohei 1.11.200.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [4376243c8cde4f7f207c9459aa1fdb4aff76e14e]

        INTEGRATION: CWS koheidatapilot01 (1.12.202); FILE MERGED 2008/04/25 21:00:25 kohei 1.12.202.10: RESYNC: (1.12-1.13); FILE MERGED 2008/04/24 23:26:45 kohei 1.12.202.9: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/21 03:07:58 kohei 1.12.202.8: code cleanup. 2008/04/17 13:11:10 kohei 1.12.202.7: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/15 15:32:14 kohei 1.12.202.6: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2007/12/06 07:06:15 kohei 1.12.202.5: removed all previously invisible code. 2007/11/07 04:28:31 kohei 1.12.202.4: use array position and keep the original set of arrays instead of making copies for each call. 2007/11/07 03:12:54 kohei 1.12.202.3: We still need to call InitFrom for referenced items, more refactoring and in-line comments, and more const keyword uses for read-only parameters (makes it easier to understand code). 2007/10/31 19:58:44 kohei 1.12.202.2: modified all functions that are called during result calculation so that they can take vectors instead of pointer arrays. 2007/10/29 17:44:40 kohei 1.12.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [c99e535d6f7c3e73d389974ff1f0caee81b8ac53]

        INTEGRATION: CWS koheidatapilot01 (1.9.202); FILE MERGED 2008/04/25 21:00:22 kohei 1.9.202.10: RESYNC: (1.9-1.10); FILE MERGED 2008/04/24 23:26:45 kohei 1.9.202.9: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:11:10 kohei 1.9.202.8: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/15 15:32:13 kohei 1.9.202.7: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2008/04/15 03:41:18 kohei 1.9.202.6: get the "Identify categories" option to work. 2008/04/15 00:01:11 kohei 1.9.202.5: get the "Ignore empty rows" option to work. 2007/12/06 07:06:15 kohei 1.9.202.4: removed all previously invisible code. 2007/11/29 19:34:41 kohei 1.9.202.3: fixed the regression where table didn't rebuild cache table when it's refreshed. 2007/11/09 02:12:09 kohei 1.9.202.2: renamed one method & some minor code change to make more use of cache table. 2007/10/29 17:44:40 kohei 1.9.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [332d869eb134d903e00321a523bd6bc63d8f5754]

        INTEGRATION: CWS koheidatapilot01 (1.12.202); FILE MERGED 2008/04/25 21:00:34 kohei 1.12.202.7: RESYNC: (1.12-1.13); FILE MERGED 2008/04/24 23:26:45 kohei 1.12.202.6: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/21 03:07:58 kohei 1.12.202.5: code cleanup. 2008/04/17 13:11:10 kohei 1.12.202.4: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2007/12/06 07:06:15 kohei 1.12.202.3: removed all previously invisible code. 2007/11/29 19:34:41 kohei 1.12.202.2: fixed the regression where table didn't rebuild cache table when it's refreshed. 2007/10/29 17:44:40 kohei 1.12.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [16b654f7975b643da586c41ae5349e2acb58dbdf]

        INTEGRATION: CWS koheidatapilot01 (1.15.112); FILE MERGED 2008/04/25 20:59:59 kohei 1.15.112.14: RESYNC: (1.16-1.17); FILE MERGED 2008/04/21 01:21:22 kohei 1.15.112.13: fixed incorrect drill-down data insertion. (i#88473). 2008/04/18 20:27:35 kohei 1.15.112.12: skip the first row of the column header area because it is always used to store the column header buttons, use OTHER position type for those that are within the table but do not belong to either RESULT, COLUMN_HEADER or ROW_HEADER. 2008/04/18 18:16:49 kohei 1.15.112.11: fixed the way I calculated the column/row header areas & more error checking to prevent crashes. 2008/02/01 05:28:12 kohei 1.15.112.10: * fixed a crash when double-clicking on the bottom row of an empty datapilot table. * removed unused variables & printf statements. 2007/12/05 00:25:14 kohei 1.15.112.9: got the sc module to compile after the resync.  there are still a few issues to be resolved to get it fully functional again. 2007/12/04 16:51:34 kohei 1.15.112.8: RESYNC: (1.15-1.16); FILE MERGED 2007/12/04 06:06:26 kohei 1.15.112.7: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/12/04 04:29:00 kohei 1.15.112.6: some API method re-name & associated changes. 2007/11/19 22:22:55 kohei 1.15.112.5: switched from using if statement to using switch statement for position data handling. 2007/11/09 02:12:09 kohei 1.15.112.4: renamed one method & some minor code change to make more use of cache table. 2007/11/08 18:03:19 kohei 1.15.112.3: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/03 18:09:28 kohei 1.15.112.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:40 kohei 1.15.112.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6257a1e138daf269e71debfe66bc5d35a49a631d]

        INTEGRATION: CWS koheidatapilot01 (1.21.112); FILE MERGED 2008/04/25 21:00:18 kohei 1.21.112.7: RESYNC: (1.22-1.23); FILE MERGED 2007/12/04 06:06:26 kohei 1.21.112.6: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/11/09 02:12:09 kohei 1.21.112.5: renamed one method & some minor code change to make more use of cache table. 2007/11/08 18:03:19 kohei 1.21.112.4: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/05 19:40:31 kohei 1.21.112.3: Don't show drill-down data when a cell outside the data field area is activated. 2007/11/03 18:09:28 kohei 1.21.112.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:40 kohei 1.21.112.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [300a18ea18724623dbb99d6b84c8a8d911b55991]

        INTEGRATION: CWS koheidatapilot01 (1.7.202); FILE MERGED 2008/04/25 21:00:03 kohei 1.7.202.6: RESYNC: (1.7-1.8); FILE MERGED 2008/04/24 23:26:45 kohei 1.7.202.5: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/21 03:07:58 kohei 1.7.202.4: code cleanup. 2008/04/17 13:11:10 kohei 1.7.202.3: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2007/12/06 07:06:15 kohei 1.7.202.2: removed all previously invisible code. 2007/10/29 17:44:40 kohei 1.7.202.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e30af205b38c1f054869a47e004d23007fa963dd]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:50:23 kz 1.1.2.13: updated license header 2008/04/25 00:02:15 kohei 1.1.2.12: removed unused code. 2008/04/24 23:26:45 kohei 1.1.2.11: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:11:10 kohei 1.1.2.10: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/16 00:10:03 kohei 1.1.2.9: fixed a bug where drill-down fails when the 'Identify categories' option is used. 2008/04/15 23:02:10 kohei 1.1.2.8: allow numerical comparison of field labels when the row data is numerical. 2008/04/15 15:32:13 kohei 1.1.2.7: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2008/04/15 03:41:18 kohei 1.1.2.6: get the "Identify categories" option to work. 2008/04/15 00:01:11 kohei 1.1.2.5: get the "Ignore empty rows" option to work. 2007/10/31 19:58:43 kohei 1.1.2.4: modified all functions that are called during result calculation so that they can take vectors instead of pointer arrays. 2007/10/29 19:38:11 kohei 1.1.2.3: fixed a crash when the database providing source data does not exist. 2007/10/29 18:55:39 kohei 1.1.2.2: fixed a case when the in-sheet data source table starts with row > 1. 2007/10/29 17:44:39 kohei 1.1.2.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [359a89a1c6af10c7d15cc4660694ff74df7cfb44]

        INTEGRATION: CWS koheidatapilot01 (1.74.106); FILE MERGED 2008/04/25 20:59:07 kohei 1.74.106.4: RESYNC: (1.79-1.81); FILE MERGED 2008/03/12 18:01:48 kohei 1.74.106.3: RESYNC: (1.76-1.79); FILE MERGED 2008/02/25 14:47:28 kohei 1.74.106.2: RESYNC: (1.74-1.76); FILE MERGED 2007/12/06 16:40:33 kohei 1.74.106.1: put the names of new ScDPSource properties into unonames.hxx and use the defined names instead.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [716364cac28dca634c7059a5c5ab250bf7418fe3]

        INTEGRATION: CWS koheidatapilot01 (1.8.216); FILE MERGED 2008/04/25 20:59:19 kohei 1.8.216.5: RESYNC: (1.10-1.11); FILE MERGED 2007/12/06 06:41:12 kohei 1.8.216.4: properly format the drill-down sheet per data source format & removed unused method. 2007/12/04 16:51:06 kohei 1.8.216.3: RESYNC: (1.8-1.10); FILE MERGED 2007/11/07 03:12:54 kohei 1.8.216.2: We still need to call InitFrom for referenced items, more refactoring and in-line comments, and more const keyword uses for read-only parameters (makes it easier to understand code). 2007/10/29 17:44:39 kohei 1.8.216.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [f22d1680f9a8a158feb35401bf3aa529b323dcd4]

        INTEGRATION: CWS koheidatapilot01 (1.7.202); FILE MERGED 2008/04/25 20:59:04 kohei 1.7.202.8: RESYNC: (1.7-1.8); FILE MERGED 2008/04/21 03:07:57 kohei 1.7.202.7: code cleanup. 2007/12/06 07:06:15 kohei 1.7.202.6: removed all previously invisible code. 2007/11/07 04:28:31 kohei 1.7.202.5: use array position and keep the original set of arrays instead of making copies for each call. 2007/11/07 03:12:53 kohei 1.7.202.4: We still need to call InitFrom for referenced items, more refactoring and in-line comments, and more const keyword uses for read-only parameters (makes it easier to understand code). 2007/11/05 22:11:45 kohei 1.7.202.3: more const pointers when pointers point to read-only instances. 2007/11/05 21:57:52 kohei 1.7.202.2: made pointers to ScDPResultData const where appropriate. 2007/10/31 19:58:43 kohei 1.7.202.1: modified all functions that are called during result calculation so that they can take vectors instead of pointer arrays.

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [86db3412697955113a85dd0f760960466ee47ac4]

        INTEGRATION: CWS koheidatapilot01 (1.6.216); FILE MERGED 2008/04/25 20:59:00 kohei 1.6.216.7: RESYNC: (1.6-1.7); FILE MERGED 2008/04/25 00:02:15 kohei 1.6.216.6: removed unused code. 2008/04/24 23:26:38 kohei 1.6.216.5: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:10:39 kohei 1.6.216.4: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/15 15:32:06 kohei 1.6.216.3: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2007/12/06 07:06:15 kohei 1.6.216.2: removed all previously invisible code. 2007/10/29 17:44:39 kohei 1.6.216.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d8175ab702fc54626881283b1e8348aeabc653f6]

        INTEGRATION: CWS koheidatapilot01 (1.4.570); FILE MERGED 2008/04/25 20:59:25 kohei 1.4.570.6: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 23:26:38 kohei 1.4.570.5: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:10:39 kohei 1.4.570.4: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/15 15:32:05 kohei 1.4.570.3: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2007/12/06 07:06:15 kohei 1.4.570.2: removed all previously invisible code. 2007/10/29 17:44:39 kohei 1.4.570.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6c92d662d76dae2f0d31759f71b4e34739786732]

        INTEGRATION: CWS koheidatapilot01 (1.3.570); FILE MERGED 2008/04/25 20:59:10 kohei 1.3.570.5: RESYNC: (1.3-1.4); FILE MERGED 2008/04/24 23:26:38 kohei 1.3.570.4: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:10:39 kohei 1.3.570.3: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2007/12/06 07:06:15 kohei 1.3.570.2: removed all previously invisible code. 2007/10/29 17:44:39 kohei 1.3.570.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [e838c8d70554494dc3ccedd49f8e43c4893440c3]

        INTEGRATION: CWS koheidatapilot01 (1.8.112); FILE MERGED 2008/04/25 20:59:13 kohei 1.8.112.7: RESYNC: (1.9-1.10); FILE MERGED 2007/12/04 06:06:26 kohei 1.8.112.6: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/12/04 04:29:00 kohei 1.8.112.5: some API method re-name & associated changes. 2007/11/09 02:12:08 kohei 1.8.112.4: renamed one method & some minor code change to make more use of cache table. 2007/11/08 18:03:19 kohei 1.8.112.3: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/03 18:09:28 kohei 1.8.112.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:39 kohei 1.8.112.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [abe2e26b3242a212239cf54c23a32e11a543becd]

        INTEGRATION: CWS koheidatapilot01 (1.12.112); FILE MERGED 2008/04/25 20:59:22 kohei 1.12.112.7: RESYNC: (1.13-1.14); FILE MERGED 2007/12/04 16:51:09 kohei 1.12.112.6: RESYNC: (1.12-1.13); FILE MERGED 2007/12/04 06:06:26 kohei 1.12.112.5: more code change to totally replace ScDPPositionData with its UNO equivalent & some more code cleanups. 2007/11/08 18:03:19 kohei 1.12.112.4: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/05 19:40:30 kohei 1.12.112.3: Don't show drill-down data when a cell outside the data field area is activated. 2007/11/03 18:09:28 kohei 1.12.112.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:39 kohei 1.12.112.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [32a3ef8ce2e7897919f0d03af6b54e0c76209c61]

        INTEGRATION: CWS koheidatapilot01 (1.4.570); FILE MERGED 2008/04/25 20:59:16 kohei 1.4.570.5: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 23:26:38 kohei 1.4.570.4: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/17 13:10:39 kohei 1.4.570.3: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2007/12/06 07:06:14 kohei 1.4.570.2: removed all previously invisible code. 2007/10/29 17:44:39 kohei 1.4.570.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [d6e54b1f88ab2f336cd2af0b66018b81d9946565]

        INTEGRATION: CWS koheidatapilot01 (1.1.2); FILE ADDED 2008/05/20 12:50:23 kz 1.1.2.11: updated license header 2008/04/25 00:19:03 kohei 1.1.2.10: added more comments. 2008/04/25 00:02:15 kohei 1.1.2.9: removed unused code. 2008/04/24 23:26:38 kohei 1.1.2.8: * fixed a regression on page field filtering by the empty string value. * fixed an incorrect drill-down table with number groups (i88531). * moved the shared string storage out of ScDPCacheTable to make it more generic. 2008/04/20 02:46:57 kohei 1.1.2.7: ScDPItemData is a struct not a class. 2008/04/17 13:10:39 kohei 1.1.2.6: Used ScDPItemData to store cell values to allow numerical comparison where appropriate.  Also fixed the regression involving drill-down on group names. 2008/04/15 23:02:02 kohei 1.1.2.5: allow numerical comparison of field labels when the row data is numerical. 2008/04/15 15:32:05 kohei 1.1.2.4: get the "Identify categories" option to really work.  The previous commit didn't quite do the right thing. 2008/04/15 03:41:12 kohei 1.1.2.3: get the "Identify categories" option to work. 2008/04/15 00:01:04 kohei 1.1.2.2: get the "Ignore empty rows" option to work. 2007/10/29 17:44:39 kohei 1.1.2.1: initial checkin

2008-05-20  Kurt Zenker  <kz@openoffice.org>  [6d3cc32de354eeff4df1bd64071bad1ea3ce1899]

        INTEGRATION: CWS koheidatapilot01 (1.9.508); FILE MERGED 2008/04/25 20:59:29 kohei 1.9.508.6: RESYNC: (1.9-1.10); FILE MERGED 2008/04/18 15:07:06 kohei 1.9.508.5: throw IllegalArgumentException on invalid range type. 2007/11/30 00:13:25 kohei 1.9.508.4: implemented insertDrillDownSheet UNO method. 2007/11/08 18:03:19 kohei 1.9.508.3: implemented UNO's getPositionData method & expose dimension counts via DataSource properties. 2007/11/03 18:09:28 kohei 1.9.508.2: implemented getOutputRangeByType() and fixed interface querying issue with XDataPilotTable2. 2007/10/29 17:44:39 kohei 1.9.508.1: initial checkin

2008-05-19  Rüdiger Timm  <rt@openoffice.org>  [c7c1c211f0b517bd4769eb8b33e1aee83ef667ef]

        #i10000# SYSTEM_PORTAUDIO and SYSTEM_SNDFILE are obsolete, too.

2008-05-19  Rüdiger Timm  <rt@openoffice.org>  [0ff23477ecca92674b1a47ea9a9c087bb29aef80]

        #i10000# Remove remaining occurences of ENABLE_PASF and ENABLE_NAS.

2008-05-19  Rüdiger Timm  <rt@openoffice.org>  [fcd5373646cfa903a80e44285c06bd24dd3ccc26]

        #i10000# Undo change of revision 1.78: we still have to unset ENABLE_PASF and ENABLE_NAS.

2008-05-19  Vladimir Glazounov  <vg@openoffice.org>  [dc0678a84bb09581c182191bc665377d13cea3f3]

        #i89468# deliver hyphen.h for windows too

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [22ba7dcbe760976e06c76b57757ab5e8953dc132]

        #i10000# new configure

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [6e0a00bc39424b9714405df2d9e9a7d713eaf38d]

        #100000# no gnome-set-default-application anymore

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [e492240eaecde5d5520beca70cbcfdc27b8d5304]

        #100000# get rid of cc1plus warnings

2008-05-16  Armin Weiss  <aw@openoffice.org>  [3bf1ff74cb415aa2e466a4703cc98e9ffd060f03]

        commit after resync

2008-05-16  Armin Weiss  <aw@openoffice.org>  [d5aa93d8615fee4f9f79e3eeade256b92967c823]

        adaptions after resync

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [3f1008e53d597f52432333f166e10c43ade35a36]

        #100000# added crnrdlg.obj to EXCEPTIONSFILES

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [ce8f7f715c1c47249af8da5dbd2d21d52e0d28fc]

        #100000# throw away OOH680-only fix

2008-05-16  Vladimir Glazounov  <vg@openoffice.org>  [14f58aeb5d19a42e86c0f7c8568d25f2eaaad1e5]

        #i89516#

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [a4af3b5dfc74bf3321a7e11bf0e10c51346be616]

        #100000#

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [27cd2aba82a9f393620bdb40dd72f8e74aef7ded]

        #100000# fix for clones CWS problem

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [02e6d621baa226e8064cd1773bf90a871527b612]

        #i89468#

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [a6f01b971c119838fcdb754e9da4ef06e61a53b1]

        DEV300

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [4fe8144d4f5f3c9bc84df3a708f8423e93cbca1e]

        #100000# LGPLv3 License

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [08ac2603b36a3b4705fcc9cadf0f62c1cc6bc7bb]

        INTEGRATION: CWS oxtsysint01 (1.6.10); FILE MERGED 2008/05/06 07:11:27 obr 1.6.10.1: #i85856# move file type association of .oxt to soffice

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [132b3dfddbcbf8d8dc99ef8dd4a87a7c8af68e53]

        #i89468#

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [19dd51833047f437aa36f8635aaa252a0a165776]

        INTEGRATION: CWS oxtsysint01 (1.28.2); FILE MERGED 2008/04/18 10:43:33 dv 1.28.2.1: #i85856# added XSynchronousDispatch interface for replacing loadComponentFromURL

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [3b77857f359d98d77db365e2e900ffb236611993]

        INTEGRATION: CWS oxtsysint01 (1.11.2); FILE MERGED 2008/04/25 05:08:04 obr 1.11.2.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [6872d5b6ef848ac7a3e2605ad1ab5ee5f6dfef2d]

        INTEGRATION: CWS oxtsysint01 (1.27.14); FILE MERGED 2008/04/28 11:34:41 obr 1.27.14.1: #i85856# move file type association of .oxt to soffice

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [e04b40589719e9387930c5d01b99074b599f4212]

        INTEGRATION: CWS oxtsysint01 (1.4.54); FILE MERGED 2008/05/05 06:36:43 dv 1.4.54.1: Changed file extensions to the ones currently in use by OOo

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ae0a871d751f3436196447c8f967567df6df1f8e]

        INTEGRATION: CWS oxtsysint01 (1.2.36); FILE MERGED 2008/05/05 06:36:43 dv 1.2.36.1: Changed file extensions to the ones currently in use by OOo

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [d87e328e9479e45522a9176371abce161b422294]

        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>  [dd1a167f7ef23b1a08f5d6247763c4d3728bd519]

        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>  [94dc262b8a9567e10a17283c86256f5da77fcc21]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [58f532e03967b637b931992481f6f6d012f9badd]

        INTEGRATION: CWS oxtsysint01 (1.119.2); FILE MERGED 2008/04/23 09:40:56 dv 1.119.2.1: #i85856# use new SynchronousDispatch helper instead of loadComponentFromURL

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [70543c828b99fac6583a1d2d7a4f3ccc9025c802]

        INTEGRATION: CWS oxtsysint01 (1.30.4); FILE MERGED 2008/04/24 13:33:13 obr 1.30.4.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [f98311a60b0267d799a1d09b85e74814e5b7f0c8]

        INTEGRATION: CWS oxtsysint01 (1.14.48); FILE MERGED 2008/04/24 13:33:12 obr 1.14.48.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [2c34c54fbd9c297ded77872c5bf9f91e5495c675]

        INTEGRATION: CWS oxtsysint01 (1.6.90); FILE MERGED 2008/04/24 13:33:12 obr 1.6.90.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8fa24243f67a8564d6ba48854f8ee014ca499893]

        INTEGRATION: CWS oxtsysint01 (1.10.4); FILE MERGED 2008/04/24 13:33:12 obr 1.10.4.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0797a7072cd2e641ecb5e1f0c2eb7fa6e024c6f0]

        INTEGRATION: CWS oxtsysint01 (1.25.2); FILE MERGED 2008/04/24 13:33:12 obr 1.25.2.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [d28706df6ccc8e7684f85c70526603ae57b249d4]

        INTEGRATION: CWS oxtsysint01 (1.2.84); FILE MERGED 2008/04/24 13:33:12 obr 1.2.84.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [710bddacfd6df2b92143a5e19792709dfea4df6b]

        INTEGRATION: CWS oxtsysint01 (1.29.4); FILE MERGED 2008/04/24 13:33:11 obr 1.29.4.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [1cc89f9eb9bcf1800d9850abc1788c35c79ba9e1]

        INTEGRATION: CWS oxtsysint01 (1.10.90); FILE MERGED 2008/04/24 13:33:11 obr 1.10.90.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [f1792662fc1abdf375f6e75b93fd258a43610f2c]

        INTEGRATION: CWS oxtsysint01 (1.3.90); FILE MERGED 2008/04/24 13:33:11 obr 1.3.90.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [5f932a74031c06c6f78fa662fe124e8c0e72182b]

        INTEGRATION: CWS oxtsysint01 (1.19.4); FILE MERGED 2008/04/24 13:33:10 obr 1.19.4.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [c355054aad58dcf3c631a9601766ee40467ca2d3]

        INTEGRATION: CWS oxtsysint01 (1.4.4); FILE MERGED 2008/04/24 04:46:39 obr 1.4.4.1: #i88403# used wrong variable

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [2d0a6c9d459e940e6fdda07de61d08b0f672a405]

        INTEGRATION: CWS oxtsysint01 (1.3.4); FILE MERGED 2008/04/28 07:22:25 obr 1.3.4.1: #i85856# add oxt to list of supported file types

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [e23f48a67b0e2f4e24ea8a051415a1b2eaeb317a]

        INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/28 07:22:25 obr 1.1.2.1: #i85856# add oxt to list of supported file types

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [219fefceef8a8b0161a681fc7b81b946384bb41b]

        INTEGRATION: CWS oxtsysint01 (1.18.14); FILE MERGED 2008/04/24 13:33:10 obr 1.18.14.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0905dddc6bf50568c0f4dada2a4600f470d897b4]

        INTEGRATION: CWS oxtsysint01 (1.6.90); FILE MERGED 2008/04/24 13:33:10 obr 1.6.90.1: #i85856# desktop integration no longer uses unopkg gui

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [33e01c9b6a5db35db2d19d0e16f68c05bd2fc844]

        INTEGRATION: CWS oxtsysint01 (1.119.24); FILE MERGED 2008/04/15 13:26:37 dv 1.119.24.2: RESYNC: (1.119-1.121); FILE MERGED 2008/04/10 06:42:39 dv 1.119.24.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [a944f84ce64875b64dc2d220aa03aeec018961b7]

        INTEGRATION: CWS oxtsysint01 (1.41.24); FILE MERGED 2008/04/15 13:26:34 dv 1.41.24.2: RESYNC: (1.41-1.42); FILE MERGED 2008/04/10 09:41:20 dv 1.41.24.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ff1ebc49f6a9e2a848b2e165cd2b65c92b4469cc]

        INTEGRATION: CWS oxtsysint01 (1.3.460); FILE MERGED 2008/04/15 13:26:30 dv 1.3.460.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/15 11:52:00 dv 1.3.460.1: #i85856# added XSynchronousDispatch interface for replacing loadComponentFromURL

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [20832fa76ea3e32aff1d264cbd201bd6b54f4e9e]

        INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/11 07:21:57 dv 1.1.2.2: #i85856# Now with 'done' notification 2008/04/10 06:41:56 dv 1.1.2.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [1679b1b61a9714c7fb63bf562e7e0c595e0d67d2]

        INTEGRATION: CWS oxtsysint01 (1.14.24); FILE MERGED 2008/04/15 13:26:26 dv 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/10 06:42:22 dv 1.14.24.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [b1e4bbabba3ef98c9a10a22c56ad1e9d892eee47]

        INTEGRATION: CWS oxtsysint01 (1.6.264); FILE MERGED 2008/04/15 13:26:23 dv 1.6.264.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/15 11:52:00 dv 1.6.264.1: #i85856# added XSynchronousDispatch interface for replacing loadComponentFromURL

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [58931ea7dd144ebe04dc82dec1a337571d1db61f]

        INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/10 06:41:31 dv 1.1.2.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [db1451d7aa128cb61ba86dd3b9f11a95530718dd]

        INTEGRATION: CWS oxtsysint01 (1.46.24); FILE MERGED 2008/04/15 13:26:20 dv 1.46.24.2: RESYNC: (1.46-1.47); FILE MERGED 2008/04/10 07:49:11 dv 1.46.24.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [52647cf35fd9611ecece236627e67ec15ad0589c]

        INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/10 06:44:34 dv 1.1.2.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [d58766965eb9397aa6b055102287f01e0bb0ca57]

        INTEGRATION: CWS oxtsysint01 (1.1.2); FILE ADDED 2008/04/10 09:39:56 dv 1.1.2.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [936735e84b66b1d5df4b9c0c86a56038210920f9]

        INTEGRATION: CWS oxtsysint01 (1.6.388); FILE MERGED 2008/04/10 09:40:49 dv 1.6.388.2: #i85856# Office should handle '.oxt' files 2008/04/10 06:44:05 dv 1.6.388.1: #i85856# Office should handle '.oxt' files

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [58213bf538e916a029aa6048aa54e71c54354c26]

        INTEGRATION: CWS chart26_DEV300 (1.5.130); FILE MERGED 2008/04/23 19:20:26 iha 1.5.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [637a3410bf363d5e0c5a2cde1ab139c2b9e4d286]

        INTEGRATION: CWS chart26_DEV300 (1.2.130); FILE MERGED 2008/04/23 19:23:00 iha 1.2.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ede741755b1de6b149493858175debb7d7d7da03]

        INTEGRATION: CWS chart26_DEV300 (1.3.98); FILE MERGED 2008/04/23 19:18:19 iha 1.3.98.8: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation 2008/04/23 08:10:26 iha 1.3.98.7: #i72994# simpler access to 3D settings 2008/04/18 15:28:17 iha 1.3.98.6: #i72994# simpler access to 3D settings 2008/04/18 15:25:10 iha 1.3.98.5: #i72994# corrected angle conversion 2008/04/17 19:11:21 iha 1.3.98.4: #i72994# correct horizontal and vertical rotation in case right-angled-axes is off 2008/04/09 08:12:30 iha 1.3.98.3: #i72994# simpler access to 3D settings 2008/04/08 15:54:47 iha 1.3.98.2: #i72994# simpler access to 3D settings 2008/04/07 15:49:17 iha 1.3.98.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [3b3a313673f9334b650559f720022b35ef235a69]

        INTEGRATION: CWS chart26_DEV300 (1.19.20.1.6); FILE MERGED 2008/04/09 08:13:58 iha 1.19.20.1.6.3: #i72994# simpler access to 3D settings 2008/04/08 15:56:40 iha 1.19.20.1.6.2: #i72994# simpler access to 3D settings 2008/04/07 15:47:41 iha 1.19.20.1.6.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0a6cdcfc346a1154004a9712c315b8e17e85f3a6]

        INTEGRATION: CWS chart26_DEV300 (1.12.74); FILE MERGED 2008/04/09 08:13:21 iha 1.12.74.3: #i72994# simpler access to 3D settings 2008/04/08 15:56:02 iha 1.12.74.2: #i72994# simpler access to 3D settings 2008/04/07 15:46:24 iha 1.12.74.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8dda0ae233b3d5c434ceddd1de1294a1b0b9b809]

        INTEGRATION: CWS chart26_DEV300 (1.2.110); FILE MERGED 2008/04/23 19:17:35 iha 1.2.110.5: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation 2008/04/18 15:27:41 iha 1.2.110.4: #i72994# simpler access to 3D settings 2008/04/09 08:11:40 iha 1.2.110.3: #i72994# simpler access to 3D settings 2008/04/08 15:54:12 iha 1.2.110.2: #i72994# simpler access to 3D settings 2008/04/07 15:48:41 iha 1.2.110.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [10dd17f7788a51de384180035420ae268cb441b5]

        INTEGRATION: CWS chart26_DEV300 (1.5.96); FILE MERGED 2008/04/09 08:36:05 iha 1.5.96.1: #155569# avoid crash

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [09a874d13e114101ac3ad1447a847e7031cbe4a7]

        INTEGRATION: CWS chart26_DEV300 (1.5.36); FILE MERGED 2008/04/09 08:15:04 iha 1.5.36.2: #i72994# simpler access to 3D settings 2008/04/08 15:57:13 iha 1.5.36.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ede0d237414fb7e3d654b847e228cf8d9ed1bb1c]

        INTEGRATION: CWS chart26_DEV300 (1.11.20.1.6); FILE MERGED 2008/04/09 08:15:44 iha 1.11.20.1.6.3: #i72994# simpler access to 3D settings 2008/04/08 15:57:35 iha 1.11.20.1.6.2: #i72994# simpler access to 3D settings 2008/04/07 15:59:21 iha 1.11.20.1.6.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8591ac6cb8cafc116b8d8ab4db974cc39b5dc3d9]

        INTEGRATION: CWS chart26_DEV300 (1.3.98); FILE MERGED 2008/04/08 15:41:28 iha 1.3.98.2: #i72994# simpler access to 3D settings 2008/04/07 16:02:29 iha 1.3.98.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [e05da186be43fe89a012db06dfb5063cf7eb71fa]

        INTEGRATION: CWS chart26_DEV300 (1.61.4.1.4); FILE MERGED 2008/04/16 19:52:20 er 1.61.4.1.4.1: #i87128# sanitize view settings positions when loading documents that exceed max cols/rows

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [60ab12292959d2694bdfcbe0191402b2bfb7a93b]

        INTEGRATION: CWS chart26_DEV300 (1.16.72.1.6); FILE MERGED 2008/04/15 14:07:59 dr 1.16.72.1.6.2: #i72994# light settings, more fine tuning 2008/04/15 10:39:06 dr 1.16.72.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0ec3f2cab48cf643d116284bcd5d4065d346a531]

        INTEGRATION: CWS chart26_DEV300 (1.41.6.1.6); FILE MERGED 2008/04/23 19:21:20 iha 1.41.6.1.6.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [43a747ca0633dea62a8104076cff880edc092c48]

        INTEGRATION: CWS chart26_DEV300 (1.21.8.1.6); FILE MERGED 2008/04/15 09:03:31 iha 1.21.8.1.6.1: #88075 wrong percentage display

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [dfd480162e378e36333b8ab0c2973365e847061d]

        INTEGRATION: CWS chart26_DEV300 (1.16.98); FILE MERGED 2008/04/24 09:53:00 iha 1.16.98.2: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation 2008/04/23 19:19:54 iha 1.16.98.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [d440098e9deb5c3b7199d3b2ddae11575cee0371]

        INTEGRATION: CWS chart26_DEV300 (1.39.8.1.6); FILE MERGED 2008/04/15 09:04:54 iha 1.39.8.1.6.1: #88075 wrong percentage display

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [efc0bdaf2ad0eb1fcbcc154d056056e3dce0fa85]

        INTEGRATION: CWS chart26_DEV300 (1.9.98); FILE MERGED 2008/04/23 19:22:09 iha 1.9.98.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [c07d7511bb8adf781efdbe7b18152c1df27155d1]

        INTEGRATION: CWS chart26_DEV300 (1.6.130); FILE MERGED 2008/04/23 19:26:13 iha 1.6.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8f7c283f31351d3f6ba1f7c51f0a10a244c4a9f5]

        INTEGRATION: CWS chart26_DEV300 (1.7.130); FILE MERGED 2008/04/23 19:24:20 iha 1.7.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [267f8ebd660ad81fb935fb9358d666db5caa69c7]

        INTEGRATION: CWS chart26_DEV300 (1.5.130); FILE MERGED 2008/04/23 19:27:24 iha 1.5.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [7e72bc369a5d888072d1c56a31ba972c0f5c18a2]

        INTEGRATION: CWS chart26_DEV300 (1.9.96); FILE MERGED 2008/04/23 20:41:25 iha 1.9.96.2: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation 2008/04/23 19:28:25 iha 1.9.96.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [696c2ff283f12f524bdf9ed8ee0b54eacd5973e8]

        INTEGRATION: CWS chart26_DEV300 (1.2.130); FILE MERGED 2008/04/23 19:23:29 iha 1.2.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [376b2ac5aac7d221733e865d2398d4cf30db3134]

        INTEGRATION: CWS chart26_DEV300 (1.14.18); FILE MERGED 2008/04/08 15:59:16 iha 1.14.18.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [9484d0283f19485e958d5584273ef501c30ff125]

        INTEGRATION: CWS chart26_DEV300 (1.3.110); FILE MERGED 2008/04/23 19:41:31 iha 1.3.110.1: #i72994# correct 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [7aaedb8d11488add6e7bdf4d6eb0da698e2aae74]

        INTEGRATION: CWS chart26_DEV300 (1.4.98); FILE MERGED 2008/04/23 19:41:39 iha 1.4.98.1: #i72994# correct 3D rotation

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [55ff43138724a1c68950b252e87c75cfa0129415]

        INTEGRATION: CWS chart26_DEV300 (1.5.20); FILE MERGED 2008/04/09 08:18:32 iha 1.5.20.2: #i72994# simpler access to 3D settings 2008/04/08 16:02:31 iha 1.5.20.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0dba7844290028c68d0172f4b909a6bd4d5be94a]

        INTEGRATION: CWS chart26_DEV300 (1.8.16); FILE MERGED 2008/04/08 15:40:06 iha 1.8.16.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [513fa708c181b7faed78284870b180f9ed1ef3c4]

        INTEGRATION: CWS chart26_DEV300 (1.1.2); FILE ADDED 2008/04/09 08:06:07 iha 1.1.2.2: #i72994# simpler access to 3D settings 2008/04/08 15:39:04 iha 1.1.2.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [913c92aec1bdb58dbe7820e479efcca631dd7c85]

        INTEGRATION: CWS chart26_DEV300 (1.9.506); FILE MERGED 2008/04/17 19:29:26 iha 1.9.506.2: #i72994# simpler access to 3D settings 2008/04/08 15:39:43 iha 1.9.506.1: #i72994# simpler access to 3D settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [26dd25eb42f7a8ee2f82b3d0e0425851792b40eb]

        INTEGRATION: CWS chart26_DEV300 (1.10.72.1.6); FILE MERGED 2008/04/15 10:41:53 dr 1.10.72.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [535e96b2b23c9fb523c6215a829434e7551e8728]

        INTEGRATION: CWS chart26_DEV300 (1.9.158.1.6); FILE MERGED 2008/04/15 10:41:53 dr 1.9.158.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8e6d06cb656893d2e24ce84658863edb3a7ea2a0]

        INTEGRATION: CWS chart26_DEV300 (1.3.158.1.6); FILE MERGED 2008/04/15 10:41:53 dr 1.3.158.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [55c011452693db9b3f4b4620476127099a19abf8]

        INTEGRATION: CWS chart26_DEV300 (1.11.138.1.6); FILE MERGED 2008/04/15 10:39:07 dr 1.11.138.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [8374d4025b215c7b1dc1b6185f9068a5f4cf1efe]

        INTEGRATION: CWS chart26_DEV300 (1.8.210.1.6); FILE MERGED 2008/04/15 10:39:07 dr 1.8.210.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [6ba6bd8d4a262b1a2cd0783aa97cf11793afbaa6]

        INTEGRATION: CWS chart26_DEV300 (1.5.72.1.6); FILE MERGED 2008/04/15 14:07:59 dr 1.5.72.1.6.2: #i72994# light settings, more fine tuning 2008/04/15 10:39:06 dr 1.5.72.1.6.1: #i72994# import/export chart 3d view settings

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [9d00202aec0a3c0e8e32721667002264d149b8fb]

        INTEGRATION: CWS chart26_DEV300 (1.14.20); FILE MERGED 2008/04/16 19:52:20 er 1.14.20.1: #i87128# sanitize view settings positions when loading documents that exceed max cols/rows

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [96695f03cad8989f4afde6c39fdd5076b5942fc0]

        INTEGRATION: CWS xsltfilter09 (1.7.394); FILE MERGED 2008/01/16 22:54:46 sus 1.7.394.1: #i34424# Fixed minor typo issue and changed URL

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [0d6165ebce1417b1104bbda72d6143461012a381]

        INTEGRATION: CWS xsltfilter09 (1.25.94); FILE MERGED 2008/01/17 12:37:19 mba 1.25.94.1: #i85268#: new XHTML export filter

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [56c9d8949ac82d2a9ac1678d23c05be08b7f851b]

        INTEGRATION: CWS xsltfilter09 (1.15.80); FILE MERGED 2008/01/17 12:46:29 mba 1.15.80.1: #i85268#: new XHTML export filter

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [afc7d66ee8b0ac56e615d7f535f7d68637c01208]

        INTEGRATION: CWS xsltfilter09 (1.226.52); FILE MERGED 2008/04/04 15:22:24 sus 1.226.52.2: RESYNC: (1.226-1.235); FILE MERGED 2008/01/17 12:46:29 mba 1.226.52.1: #i85268#: new XHTML export filter

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [3218e6592694da70760c1a42b7c562c6864799b2]

        INTEGRATION: CWS xsltfilter09 (1.11.178); FILE MERGED 2008/04/17 11:22:03 sus 1.11.178.2: #88270# Increasing failur tolerance towards incorrect filter configuration 2008/04/14 16:34:16 sus 1.11.178.1: #i88270# Added patch to enable XSLTFILTER to be used as Office extensions OXT

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [f536c019029e376bf740e62ca68324bdbc2695a0]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:41:50 sus 1.1.2.4: Adapting Copyrightheader 2008/01/18 13:47:15 sus 1.1.2.3: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:43:30 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:50:00 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [73dae3385130a4312038b13ae9fc5fba61c9cde8]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:41:51 sus 1.1.2.5: Adapting Copyrightheader 2008/01/18 13:47:15 sus 1.1.2.4: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:47:46 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/17 15:43:30 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:49:47 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [30f4412eb2758502b91e20ac1ea5d0ba77c69d73]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:41:50 sus 1.1.2.5: Adapting Copyrightheader 2008/01/18 13:47:15 sus 1.1.2.4: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:43:30 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 21:28:27 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:49:34 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [a3477afff90143f7d2a2b0ba27e1b496d131b3fb]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:41:50 sus 1.1.2.9: Adapting Copyrightheader 2008/01/18 13:47:15 sus 1.1.2.8: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:43:30 sus 1.1.2.7: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/17 02:26:30 sus 1.1.2.6: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 23:51:44 sus 1.1.2.5: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 21:28:27 sus 1.1.2.4: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 17:44:52 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 16:16:36 sus 1.1.2.2: #i80679# heading numbers higher than 6 will be changed to 6 as in HTML <h6> is the ultimate heading 2008/01/15 14:49:21 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [1c2073b41ed16f1e69e0aac8a93138793be7ef76]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:32 sus 1.1.2.3: Adapting Copyrightheader 2008/01/17 15:42:47 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:49:09 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [921d4e9057809e4c09b5cb9b9a79763b2d6d7024]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:32 sus 1.1.2.3: Adapting Copyrightheader 2008/01/17 15:42:47 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:48:56 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [3672c01f1a0c85294f0a3bbd268d4d81726ea8ae]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:32 sus 1.1.2.3: Adapting Copyrightheader 2008/01/17 15:42:47 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:48:43 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [826c472e4d51b2fffff79876e926a4257137fbdb]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:32 sus 1.1.2.3: Adapting Copyrightheader 2008/01/17 15:42:47 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:48:32 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [f5090ff6ebbc781c33fc22d07afcb1e9b724e8e4]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:01:18 sus 1.1.2.5: Adapting Copyrightheader 2008/01/17 15:43:07 sus 1.1.2.4: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 17:09:30 sus 1.1.2.3: #i83771# added superscript and adapted font size change to super and sub script as well 2008/01/16 13:42:05 sus 1.1.2.2: #i83771# added superscript and adapted font size change to super and sub script as well 2008/01/15 14:51:40 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [ed2b27383428b3c268499a5af2d30b5f8d9285d1]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 19:01:18 sus 1.1.2.5: Adapting Copyrightheader 2008/01/17 15:43:07 sus 1.1.2.4: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 21:28:26 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 17:44:52 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:51:29 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [9c25616ff6a087ab5348762fab9e466eb7fb7295]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:14 sus 1.1.2.5: Adapting Copyrightheader 2008/01/18 13:47:03 sus 1.1.2.4: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:42:31 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 23:51:44 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:51:11 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [82c826dcb195d80c624305a1f95443c89cd36def]

        INTEGRATION: CWS xsltfilter09 (1.1.2); FILE ADDED 2008/05/14 18:59:13 sus 1.1.2.7: Adapting Copyrightheader 2008/01/18 13:47:03 sus 1.1.2.6: #i85268# Map string type of ODF attributes (e.g. text:name, etc. ) to ID type of name and href attribute from anchor 2008/01/17 15:42:31 sus 1.1.2.5: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 23:51:43 sus 1.1.2.4: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 21:28:26 sus 1.1.2.3: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/16 17:44:52 sus 1.1.2.2: #i34424# Added footnotes with a bidirectional linking and tooltip at the body part. 2008/01/15 14:50:59 sus 1.1.2.1: call i85268call  Changed input format of XHTML export from OOo XML to ODF

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [a5b2a709d8836df259cbb71c3d5843f6590fd647]

        INTEGRATION: CWS xsltfilter09 (1.3.666); FILE MERGED 2008/01/17 12:39:54 mba 1.3.666.1: #i85268#: new XHTML export filter

2008-05-15  Vladimir Glazounov  <vg@openoffice.org>  [e5c2da4673ba4aba47c6ee347eef6631ef33936f]

        INTEGRATION: CWS xsltfilter09 (1.3.666); FILE MERGED 2008/01/30 14:00:40 mba 1.3.666.2: #i85268#: new XHTML export via ODF 2008/01/30 13:59:27 mba 1.3.666.1: #i85268#: new XHTML export via ODF

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [276737055858d913f07eae36628ca1346b2d5ff0]

        INTEGRATION: CWS ucpgio1 (1.7.32); FILE MERGED 2008/04/30 16:54:49 cmc 1.7.32.2: #i88090# add gio content provider 2008/04/30 16:41:35 cmc 1.7.32.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1296bb89d97c0088cf2a5e69c9012647b7bec26b]

        INTEGRATION: CWS ucpgio1 (1.10.34); FILE MERGED 2008/05/01 13:08:21 cmc 1.10.34.4: #i88090# add gio content provider config fragment only for ENABLE_GIO 2008/05/01 08:19:37 cmc 1.10.34.3: #i88090# add gio content provider config fragment 2008/04/30 16:54:49 cmc 1.10.34.2: #i88090# add gio content provider 2008/04/30 16:41:36 cmc 1.10.34.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [329f045fda7479d8eb7f312f1fab2e365d6699e6]

        INTEGRATION: CWS ucpgio1 (1.46.34); FILE MERGED 2008/04/30 16:41:36 cmc 1.46.34.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b35ce649e3d33e2373cface8f348cd63008e1e15]

        INTEGRATION: CWS ucpgio1 (1.47.30); FILE MERGED 2008/05/01 08:19:37 cmc 1.47.30.1: #i88090# add gio content provider config fragment

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [fd4e37801eb2888122d9d66539164c584981fd5d]

        INTEGRATION: CWS ucpgio1 (1.6.34); FILE MERGED 2008/04/30 16:41:36 cmc 1.6.34.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ce3bf2c76f7609418f9676030fba34f86645b54a]

        INTEGRATION: CWS ucpgio1 (1.17.6); FILE MERGED 2008/04/30 16:56:13 cmc 1.17.6.1: #i88090# build gconfbe for gio content provider too

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3095ef380915a5f5ea1684d240170d4a29171b73]

        INTEGRATION: CWS ucpgio1 (1.48.26); FILE MERGED 2008/04/30 16:42:54 cmc 1.48.26.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [8bc8fb4537f95bf9abfa050464ec297fe149801b]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:42:54 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3cac4ade048b04ad58f8400659767a07fdde5c44]

        INTEGRATION: CWS ucpgio1 (1.185.14); FILE MERGED 2008/04/30 16:29:21 cmc 1.185.14.1: #i88090# add configure support for --enable-gio

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e57f76eeea78088328239a8121b935ed369fa42a]

        INTEGRATION: CWS ucpgio1 (1.263.14); FILE MERGED 2008/04/30 16:29:21 cmc 1.263.14.1: #i88090# add configure support for --enable-gio

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [69380944bcaf29a51d127b506acb44bf8158f853]

        INTEGRATION: CWS ucpgio1 (1.6.18); FILE MERGED 2008/05/01 08:44:25 cmc 1.6.18.1: #i88090# add gio content provider config fragment

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [69d868307f0a4a2118dcaf5a820d492009f0de0e]

        INTEGRATION: CWS ucpgio1 (1.11.18); FILE MERGED 2008/05/01 08:44:25 cmc 1.11.18.1: #i88090# add gio content provider config fragment

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0bdf415f5eae704b76d46371bddcf75a480b380c]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:35:20 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [065b374d695f5208c6dcdad8ead3f1ff6223036f]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:35:19 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9f3ce0477113161ee0e9c591baf437c0230843b2]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:49:58 cmc 1.1.2.2: #i88090# add gio content provider 2008/04/30 16:35:19 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f797fe119a464647573fa8f7da70b1fb493462d1]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:35:18 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [725290a5b314ea7489e0e07f02f9f6768dd4edb1]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/05/02 08:13:29 cmc 1.1.2.2: #i88090# remove todo, because I removed the need to be public 2008/04/30 16:35:18 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e113d8f374a74a7280c5484508a78a66de82954a]

        INTEGRATION: CWS ucpgio1 (1.1.2); FILE ADDED 2008/04/30 16:35:17 cmc 1.1.2.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [8714f5c678fa35bc89d39acb013363565f6ae32a]

        INTEGRATION: CWS ucpgio1 (1.18.122); FILE MERGED 2008/04/30 16:35:17 cmc 1.18.122.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a1d2f5d30ef82e2a9504948b4061e8bf97a94c70]

        INTEGRATION: CWS ucpgio1 (1.29.44); FILE MERGED 2008/04/30 16:35:17 cmc 1.29.44.1: #i88090# add gio content provider

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1ae979d49c62a0501e340da7fe1bb998105850e6]

        INTEGRATION: CWS c07v018_DEV300 (1.53.96); FILE MERGED 2008/04/22 14:59:12 ama 1.53.96.1: Fix #b6682148#: Crash with change tracks

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [114dc9a1df97a6cf43c7040b326eaf88a4722ea6]

        INTEGRATION: CWS sw241bf01_DEV300 (1.48.22.1.10); FILE MERGED 2008/04/23 13:20:38 mst 1.48.22.1.10.1: fix #i88597# - sw/source/core/fields/docufld.cxx:   + fix issue (modification text field updates)     by removing code that no one understands

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ba0d3813e8c25c28ce75f434bbec0c3957e83d55]

        INTEGRATION: CWS sw241bf01_DEV300 (1.51.28); FILE MERGED 2008/04/21 13:13:09 od 1.51.28.1: #i87650# method <SwXNumberingRules::replaceByIndex(..)> 	 - do not use member variable <pNumRule> in case the instance 	   represents the outline style

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c885bfbf455516ab64630cba11c323d85d41dfdb]

        INTEGRATION: CWS sw241bf01_DEV300 (1.100.128.1.12); FILE MERGED 2008/04/22 08:31:25 od 1.100.128.1.12.1: #i87493# method <lcl_Regist(..)> 	 - minor improvement: check, if re-registration of anchored drawing object 	   is needed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9a356501c1816eb631539645a3056597f6e33581]

        INTEGRATION: CWS sw241bf01_DEV300 (1.52.150); FILE MERGED 2008/04/22 08:29:48 od 1.52.150.1: #i87493# method <SwPageFrm::AppendFlyToPage(..)> 	 - assure consistent data structures for managing anchored objects

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [170b5c95d7571e268a1b6e5519a4af88f64b0068]

        INTEGRATION: CWS native149 (1.59.8); FILE MERGED 2008/04/28 14:03:23 is 1.59.8.1: #i88689# one version file for each layer

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [089fe3ce23d0f4e07583d6bc18fd30072e517382]

        INTEGRATION: CWS native149 (1.75.4); FILE MERGED 2008/04/30 13:29:49 is 1.75.4.5: #i88541# dynamic layer linking for windows 2008/04/29 15:56:20 is 1.75.4.4: #i88541# dynamic Windows linking 2008/04/28 15:43:51 is 1.75.4.3: #i88570# new package names for ooo dev version to avoid conflict with ooo. 2008/04/24 12:11:53 is 1.75.4.2: #i88688# ure in version 1.4 2008/04/24 11:49:44 is 1.75.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [68b5a5670e07ceeb898ea4fe0537cfe0c335fb50]

        INTEGRATION: CWS dba241b_DEV300 (1.7.128); FILE MERGED 2008/04/01 19:41:30 fs 1.7.128.1: #i87690# (proper) support for XRefreshable

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [28198b61d57de8a81185a22b55fdfd1ed7a46b13]

        INTEGRATION: CWS dba241b_DEV300 (1.19.150); FILE MERGED 2008/04/08 08:57:41 fs 1.19.150.1: #i88034# getColumns: enforce unique column names

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ce4b67da18ab465986a5d0c0ee089813bf6fb52b]

        INTEGRATION: CWS native149 (1.25.8); FILE MERGED 2008/04/28 14:03:56 is 1.25.8.2: #i88801# only one application module left 2008/04/24 14:44:18 is 1.25.8.1: #i87006# writerfilter library into writer package

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f231b46e216cb6c30c1e3a4dfc56a93012c0fd41]

        INTEGRATION: CWS native149 (1.22.4); FILE MERGED 2008/04/30 13:22:43 is 1.22.4.2: #i88541# dynamic layer linking for windows 2008/04/24 11:51:44 is 1.22.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0f86737b608655b711bca3cbe274813230bb71ee]

        INTEGRATION: CWS dba241b_DEV300 (1.6.136); FILE MERGED 2008/04/01 19:41:30 fs 1.6.136.1: #i87690# (proper) support for XRefreshable

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [469420423ead6ec306c1248652c89f9631fe7578]

        INTEGRATION: CWS native149 (1.4.8); FILE MERGED 2008/05/05 13:28:16 is 1.4.8.3: #i88541# fix component id for layer entries in registry 2008/04/29 15:56:51 is 1.4.8.2: #i88541# dynamic Windows linking 2008/04/24 11:51:44 is 1.4.8.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [570c4c11f9d640e79e2f3375b63fa395a5da72f7]

        INTEGRATION: CWS dba241b_DEV300 (1.20.14.1.2); FILE MERGED 2008/04/08 20:56:05 fs 1.20.14.1.2.2: #i87836# +m_pBoundFieldFormatter 2008/04/01 19:42:44 fs 1.20.14.1.2.1: #i87690# XRefreshable now already implemented in base class

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [bf241f24e503ecadacd14cadd5801813da4e09b4]

        INTEGRATION: CWS native149 (1.4.8); FILE MERGED 2008/04/24 11:51:44 is 1.4.8.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [57a9e07c5ad45acffae6461e0f7cb7a25064130b]

        INTEGRATION: CWS dba241b_DEV300 (1.55.10.1.2); FILE MERGED 2008/04/08 20:58:19 fs 1.55.10.1.2.4: #i87836# use a FormattedColumnValue instance also for the value sequence, and for the values which are to be translated into display strings 2008/04/08 14:04:39 fs 1.55.10.1.2.3: #i10000# 2008/04/08 11:39:51 fs 1.55.10.1.2.2: #i88034# loadData: be more conservative, at least when obtaining the BoundField 2008/04/01 20:04:59 fs 1.55.10.1.2.1: #i87690# XRefreshable now already implemented in base class / when loadData is invoked from regresh, then don't apply caching

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d5cc4e9a2a064849b80d5bf722738b3a7707b092]

        INTEGRATION: CWS native149 (1.4.8); FILE MERGED 2008/04/29 15:56:51 is 1.4.8.3: #i88541# dynamic Windows linking 2008/04/28 14:03:23 is 1.4.8.2: #i88689# one version file for each layer 2008/04/24 11:51:44 is 1.4.8.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c3dddd64d39e318296359fc3a23f115ec4e4c82e]

        INTEGRATION: CWS dba241b_DEV300 (1.12.44); FILE MERGED 2008/04/01 19:42:24 fs 1.12.44.1: #i87690# loadData got a 'force' parameter, to enforce refreshing the list box when triggered via XRefreshable

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ebf0416da38c580d3f2aa9c34f346f901ec6b7ae]

        INTEGRATION: CWS native149 (1.27.4); FILE MERGED 2008/05/05 13:28:16 is 1.27.4.4: #i88541# fix component id for layer entries in registry 2008/04/30 15:48:39 is 1.27.4.3: #i88541# dynamic layer linking for windows 2008/04/30 13:22:43 is 1.27.4.2: #i88541# dynamic layer linking for windows 2008/04/29 15:56:51 is 1.27.4.1: #i88541# dynamic Windows linking

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7c3947612d573f91dd8ae5d733711dae82a2512d]

        INTEGRATION: CWS dba241b_DEV300 (1.38.4); FILE MERGED 2008/04/01 19:42:24 fs 1.38.4.1: #i87690# loadData got a 'force' parameter, to enforce refreshing the list box when triggered via XRefreshable

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [288070a5e27e1ba336c83abbd4b11c98857eaeb0]

        INTEGRATION: CWS native149 (1.13.8); FILE MERGED 2008/04/28 14:03:23 is 1.13.8.1: #i88689# one version file for each layer

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3df4df42f070527f64a56f4cd23698fc6c985c9e]

        INTEGRATION: CWS native149 (1.9.8); FILE MERGED 2008/04/24 13:48:09 is 1.9.8.1: #i88433# add Mongolian language

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1021c421b8c20d0283dcfe319640004b30001136]

        INTEGRATION: CWS native149 (1.6.4); FILE MERGED 2008/04/24 11:51:44 is 1.6.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c466faac7ce11a92c0a6f3f72d8517e17f01ab0c]

        INTEGRATION: CWS native149 (1.19.8); FILE MERGED 2008/04/28 14:03:56 is 1.19.8.1: #i88801# only one application module left

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [24450c67a918c75db86bb76b878834c93af69060]

        INTEGRATION: CWS native149 (1.18.8); FILE MERGED 2008/04/28 14:03:56 is 1.18.8.1: #i88801# only one application module left

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7e38412f44a72717d70e58f3bf42d4ac599db057]

        INTEGRATION: CWS native149 (1.23.8); FILE MERGED 2008/04/28 14:03:55 is 1.23.8.1: #i88801# only one application module left

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9ea9d4961ffaa6d3591d400ae5200e315af75629]

        INTEGRATION: CWS native149 (1.16.8); FILE MERGED 2008/04/28 14:03:55 is 1.16.8.1: #i88801# only one application module left

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ccbeb531a332272f5d1bf86c2ff9c95086ed1a00]

        INTEGRATION: CWS native149 (1.16.8); FILE MERGED 2008/04/24 11:53:12 is 1.16.8.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [571d585f9e2986964a247c8a8ae3e5e8ac9aa077]

        INTEGRATION: CWS native149 (1.1.2); FILE ADDED 2008/04/30 15:49:13 is 1.1.2.3: #i88541# dynamic layer linking for windows 2008/04/30 13:28:04 is 1.1.2.2: #i88541# dynamic layer linking for windows 2008/04/24 11:52:52 is 1.1.2.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7717fdf9d3f613a31ef18ac08d6d299591d73ce3]

        INTEGRATION: CWS native149 (1.9.20); FILE MERGED 2008/04/24 11:53:12 is 1.9.20.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0108c8d722e9b1d8102f790c9a5e87ee6202f9c9]

        INTEGRATION: CWS native149 (1.21.38); FILE MERGED 2008/04/29 09:58:06 is 1.21.38.2: #i88433# mongolian language support 2008/04/24 13:47:05 is 1.21.38.1: #i88433# add Mongolian language

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [05fafcae673cc78b4ed4bd85faa83565202b75ff]

        INTEGRATION: CWS native149 (1.2.6); FILE MERGED 2008/04/28 15:42:35 is 1.2.6.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a10726ec244abed802e95ced17ed5f0fec1614d6]

        INTEGRATION: CWS native149 (1.5.4); FILE MERGED 2008/04/28 15:42:35 is 1.5.4.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [87b0cd9f1a73f0c4815e448b099361b9c6a6ebe7]

        INTEGRATION: CWS native149 (1.6.4); FILE MERGED 2008/04/28 15:42:34 is 1.6.4.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [57b1d33a051957db50ff2f35f915529486d9a0d3]

        INTEGRATION: CWS native149 (1.13.4); FILE MERGED 2008/04/28 15:42:34 is 1.13.4.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [057cdb6efc84929d2c059193c793eb0781363335]

        INTEGRATION: CWS native149 (1.5.4); FILE MERGED 2008/04/28 15:42:34 is 1.5.4.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [58a6b199a59f78f7e57cf7defb62c4b799fa7c40]

        INTEGRATION: CWS native149 (1.1.2); FILE ADDED 2008/04/24 11:50:27 is 1.1.2.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5114603ca138e7d83bdc9854281b6408735a2afd]

        INTEGRATION: CWS native149 (1.1.2); FILE ADDED 2008/04/29 15:56:20 is 1.1.2.2: #i88541# dynamic Windows linking 2008/04/24 11:50:47 is 1.1.2.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [8acc0aac0986bcf345e27c7d064a348b02b697f9]

        INTEGRATION: CWS native149 (1.4.24); FILE MERGED 2008/04/24 11:49:44 is 1.4.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c9e3b5bd42bbbdcafa86d68ae3f3a37666dd0061]

        INTEGRATION: CWS native149 (1.5.24); FILE MERGED 2008/04/29 15:56:20 is 1.5.24.2: #i88541# dynamic Windows linking 2008/04/24 11:49:44 is 1.5.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [87e75fd0a78d4fafe4478843a68bb73fb4bf5d19]

        INTEGRATION: CWS native149 (1.4.24); FILE MERGED 2008/04/24 11:49:43 is 1.4.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [11f3940419e0289f87885672c18d6d972c3f9822]

        INTEGRATION: CWS native149 (1.1.2); FILE ADDED 2008/04/24 11:50:37 is 1.1.2.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9971cc33e04e2c8b29d130c731bdee935754e68b]

        INTEGRATION: CWS native149 (1.3.474); FILE MERGED 2008/04/29 15:56:20 is 1.3.474.1: #i88541# dynamic Windows linking

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [ab26ea2f12c98126144dd57db4aa5178e2ef8d71]

        INTEGRATION: CWS native149 (1.2.482); FILE MERGED 2008/04/30 15:48:06 is 1.2.482.4: #i88541# dynamic layer linking for windows 2008/04/30 13:29:49 is 1.2.482.3: #i88541# dynamic layer linking for windows 2008/04/29 15:56:19 is 1.2.482.2: #i88541# dynamic Windows linking 2008/04/24 11:49:43 is 1.2.482.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b92e1c3360ac4155cebc7fe03718d195a6b559a3]

        INTEGRATION: CWS native149 (1.5.24); FILE MERGED 2008/04/30 15:48:06 is 1.5.24.2: #i88541# dynamic layer linking for windows 2008/04/24 11:49:43 is 1.5.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [4b1e62b603a1d337cadb8ae257118f1dfdab56f7]

        INTEGRATION: CWS native149 (1.6.24); FILE MERGED 2008/04/24 11:49:43 is 1.6.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [2472918dafa5e73620e179ae422daa23508cd38d]

        INTEGRATION: CWS native149 (1.5.24); FILE MERGED 2008/04/24 11:49:43 is 1.5.24.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [bc3690314998029dc01125d462fc338c971d1e29]

        INTEGRATION: CWS native149 (1.2.482); FILE MERGED 2008/04/30 15:48:06 is 1.2.482.2: #i88541# dynamic layer linking for windows 2008/04/24 11:49:43 is 1.2.482.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [769bee3b60300f0c57984ad93b5c884850104c2a]

        INTEGRATION: CWS native149 (1.2.474); FILE MERGED 2008/04/24 11:49:43 is 1.2.474.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b7c2271dd0977448d814475f3e71681815c839ba]

        INTEGRATION: CWS native149 (1.44.26); FILE MERGED 2008/04/24 13:47:38 is 1.44.26.1: #i88433# add Mongolian language

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c0a8191b6298f593740a894aaba7775c8dc49594]

        INTEGRATION: CWS native149 (1.16.4); FILE MERGED 2008/05/05 13:35:00 is 1.16.4.1: #i88541# fix component id for layer entries in registry

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [908a401a824835b7f49643058e3990ac24aa1035]

        INTEGRATION: CWS native149 (1.23.4); FILE MERGED 2008/04/30 13:28:42 is 1.23.4.3: #i88541# dynamic layer linking for windows 2008/04/29 15:58:24 is 1.23.4.2: #i88541# dynamic Windows linking 2008/04/24 11:54:10 is 1.23.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [cb99a251a41791029fe30df2fd932c8ca2748d02]

        INTEGRATION: CWS native149 (1.29.28); FILE MERGED 2008/04/24 11:54:10 is 1.29.28.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [cd1018d798fc36c78a0d7b7cf2f5666bd37c96bc]

        INTEGRATION: CWS native149 (1.45.20); FILE MERGED 2008/04/24 11:54:10 is 1.45.20.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e69fda7056f32b084ed13a7425619eab9df140e7]

        INTEGRATION: CWS native149 (1.93.4); FILE MERGED 2008/04/24 11:54:10 is 1.93.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [2289887138a2fa930a98d2ce6454eb180b033053]

        INTEGRATION: CWS native149 (1.38.28); FILE MERGED 2008/04/24 15:01:53 is 1.38.28.1: #i88638# patch for nsis translation

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [4f03cc2c470e1d013c5823225a01423dd9ed72d2]

        INTEGRATION: CWS native149 (1.17.28); FILE MERGED 2008/04/28 15:44:39 is 1.17.28.1: #i88570# new package names for ooo dev version to avoid conflict with ooo.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [62bf2ffbda1734d179103ab8528c23edf08e6bea]

        INTEGRATION: CWS native149 (1.109.4); FILE MERGED 2008/04/28 15:44:39 is 1.109.4.2: #i88570# new package names for ooo dev version to avoid conflict with ooo. 2008/04/24 11:54:09 is 1.109.4.1: #i88541# dynamic link creation for Windows

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3c5fa4df0f6bc918bb106af90756fb217d4d939e]

        INTEGRATION: CWS jl93 (1.83.52); FILE MERGED 2008/05/05 13:28:01 jl 1.83.52.2: RESYNC: (1.83-1.84); FILE MERGED 2008/04/08 15:43:28 mav 1.83.52.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d8dc0ff26a2a1b02756b78a48be40e76293f4b3a]

        INTEGRATION: CWS jl93 (1.112.8); FILE MERGED 2008/05/05 13:28:10 jl 1.112.8.2: RESYNC: (1.112-1.113); FILE MERGED 2008/04/08 15:43:28 mav 1.112.8.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c9a0a5b518f4e85ec1832d4804be102b820ef60d]

        INTEGRATION: CWS jl93 (1.15.56); FILE MERGED 2008/05/05 13:27:55 jl 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/08 15:43:28 mav 1.15.56.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1f70c1a2b3794d63dc9e67940691f081fb0c407a]

        INTEGRATION: CWS jl93 (1.30.32); FILE MERGED 2008/05/05 13:27:48 jl 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED 2008/04/08 15:43:27 mav 1.30.32.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a53125a55714a74de71db45dd61ec1abe6d495a1]

        INTEGRATION: CWS jl93 (1.7.100); FILE MERGED 2008/05/05 13:28:16 jl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/08 15:43:27 mav 1.7.100.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [2dd56a16b14d24d08fb785ad99e272ad84a73b8d]

        INTEGRATION: CWS jl93 (1.10.58); FILE MERGED 2008/05/06 10:46:23 jl 1.10.58.3: #i86651# wrong order of initialization of members in constructor 2008/05/05 13:28:24 jl 1.10.58.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/08 15:43:27 mav 1.10.58.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0c45c0b14f11eb3eca4e50c95510a28ff9be78ad]

        INTEGRATION: CWS jl93 (1.16.48); FILE MERGED 2008/05/05 13:28:20 jl 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2008/04/08 15:43:27 mav 1.16.48.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [53a086ec36023a9bf1b09b390e8695a8bca8773c]

        INTEGRATION: CWS jl93 (1.7.100); FILE MERGED 2008/05/06 08:23:08 jl 1.7.100.3: #i86651# included packageconstants.hxx instead of PackageConstants.hxx 2008/05/05 13:28:13 jl 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/08 15:43:27 mav 1.7.100.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c90d45ad359ad2c3345a1788a1daeb9d7d15a67d]

        INTEGRATION: CWS jl93 (1.37.56); FILE MERGED 2008/05/05 13:28:27 jl 1.37.56.2: RESYNC: (1.37-1.38); FILE MERGED 2008/04/08 15:43:27 mav 1.37.56.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [898db63d8633439bd66750364d0fde6f92521cf4]

        INTEGRATION: CWS jl93 (1.6.56); FILE MERGED 2008/05/05 13:28:30 jl 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/08 15:43:26 mav 1.6.56.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b482bbddf563a3ce1d692c1a877be80829a9e520]

        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>  [795bd6297f7b1d7159db18b133df55045c0fd093]

        INTEGRATION: CWS jl93 (1.205.30); FILE MERGED 2008/05/06 09:44:30 jl 1.205.30.5: #i86651# Removed warning because of a variable hiding the function parameter 2008/05/05 13:24:37 jl 1.205.30.4: RESYNC: (1.205-1.209); FILE MERGED 2008/05/02 18:45:56 mav 1.205.30.3: #i86651# the new handling of document signatures 2008/04/15 09:01:38 mav 1.205.30.2: #i86651# the Version property should not be stored for ODF1.1 and ODF1.0 2008/04/09 08:16:56 mav 1.205.30.1: #i86651# add Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f9b45b324f1754238cb302fba648095a1e37b23a]

        INTEGRATION: CWS jl93 (1.102.48); FILE MERGED 2008/05/08 07:50:30 jl 1.102.48.5: #i86651# 2008/05/07 15:12:45 jl 1.102.48.4: #i86651# 2008/05/05 13:24:49 jl 1.102.48.3: RESYNC: (1.102-1.104); FILE MERGED 2008/05/02 18:45:56 mav 1.102.48.2: #i86651# the new handling of document signatures 2008/04/25 11:44:20 mav 1.102.48.1: #i86651# the new handling of document signatures

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d9349c91628e7d5a47b646f6f3a9e0e9a8fd988e]

        INTEGRATION: CWS jl93 (1.92.32); FILE MERGED 2008/05/05 13:24:41 jl 1.92.32.2: RESYNC: (1.92-1.93); FILE MERGED 2008/04/25 11:44:20 mav 1.92.32.1: #i86651# the new handling of document signatures

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [dfa988a2a378a6490f260c3e6c4659db0c4a913f]

        INTEGRATION: CWS jl93 (1.22.220); FILE MERGED 2008/05/05 13:24:33 jl 1.22.220.2: RESYNC: (1.22-1.23); FILE MERGED 2008/04/25 11:44:20 mav 1.22.220.1: #i86651# the new handling of document signatures

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d7f6bda385ecf35ef2a78849889305c202655f46]

        INTEGRATION: CWS jl93 (1.6.508); FILE MERGED 2008/05/05 13:15:23 jl 1.6.508.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/08 15:06:58 mav 1.6.508.1: #i86651# add optional Version property

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [07fe652d9ceb20c5511c147e36ab4b7f3ea421a3]

        INTEGRATION: CWS jl93 (1.26.64); FILE MERGED 2008/05/05 13:13:19 jl 1.26.64.3: RESYNC: (1.26-1.27); FILE MERGED 2008/03/28 09:33:24 jl 1.26.64.2: #i86651# 2008/03/20 10:10:58 jl 1.26.64.1: #i86651# changes for ODF 1.2 conform signature

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [bf583661a247036b22b396d58f684235c024fcc7]

        INTEGRATION: CWS jl93 (1.8.64); FILE MERGED 2008/05/05 13:13:23 jl 1.8.64.4: RESYNC: (1.8-1.9); FILE MERGED 2008/04/14 14:02:16 jl 1.8.64.3: #i86651# comparing version attribute of XStorage 2008/03/20 10:10:19 jl 1.8.64.2: #i86651# changes for ODF 1.2 conform signature 2008/03/03 16:19:27 jl 1.8.64.1: #i86651# When using ODF 1.2 then all files except META-INF are used for signing/verifying the document signature

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5a068763c15a47796761f1a3f500903376345c6f]

        INTEGRATION: CWS jl93 (1.10.56); FILE MERGED 2008/05/07 08:06:33 jl 1.10.56.4: #i86651# removed an error message 2008/05/05 13:13:32 jl 1.10.56.3: RESYNC: (1.10-1.11); FILE MERGED 2008/04/21 15:00:54 jl 1.10.56.2: #i86651# new error messages when adding or removing a signature 2008/03/20 11:49:20 jl 1.10.56.1: #i86651# disable add and remove buttons when an old ODF document is used

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5479c9506dd5b265931838279ed14841e170411f]

        INTEGRATION: CWS jl93 (1.30.8); FILE MERGED 2008/05/07 08:06:33 jl 1.30.8.5: #i86651# removed an error message 2008/05/05 13:13:29 jl 1.30.8.4: RESYNC: (1.30-1.32); FILE MERGED 2008/04/21 15:00:54 jl 1.30.8.3: #i86651# new error messages when adding or removing a signature 2008/03/28 09:32:14 jl 1.30.8.2: #i86651# 2008/03/20 11:49:20 jl 1.30.8.1: #i86651# disable add and remove buttons when an old ODF document is used

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e6df13b5ada650fef0c1bb21e311f5351c1a3757]

        INTEGRATION: CWS jl93 (1.10.140); FILE MERGED 2008/05/05 13:13:42 jl 1.10.140.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 10:04:12 jl 1.10.140.1: #i86651# changes for ODF 1.2 conform signature

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [173e651045d3ea808d0d5ef35b4b78d54f1cafee]

        INTEGRATION: CWS jl93 (1.3.188); FILE MERGED 2008/05/07 08:06:33 jl 1.3.188.4: #i86651# removed an error message 2008/05/05 13:13:38 jl 1.3.188.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/21 14:58:16 jl 1.3.188.2: #i86651# new error messages when adding or removing a signature 2008/03/20 11:46:16 jl 1.3.188.1: #i86651# disable add and remove buttons when an old ODF document is used

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [26d9aac6809ed65b89077a2e00b044526065002c]

        INTEGRATION: CWS jl93 (1.4.188); FILE MERGED 2008/05/05 13:13:35 jl 1.4.188.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/20 10:02:36 jl 1.4.188.1: #i86651# changes for ODF 1.2 conform signature

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [47dfb529fd6e994371b18164eaddcd9a49bc0230]

        INTEGRATION: CWS jl93 (1.9.152); FILE MERGED 2008/05/05 13:13:45 jl 1.9.152.4: RESYNC: (1.9-1.10); FILE MERGED 2008/04/21 14:57:46 jl 1.9.152.3: #i86651# new error messages when adding or removing a signature 2008/03/28 09:28:27 jl 1.9.152.2: #i86651# digitalsignaturesdialog.hxx 2008/03/20 11:46:16 jl 1.9.152.1: #i86651# disable add and remove buttons when an old ODF document is used

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d6a62387171da1546667a8b0f4750de5a98aef8c]

        INTEGRATION: CWS koheiformula01 (1.42.12); FILE MERGED 2008/04/23 15:08:19 kohei 1.42.12.2: RESYNC: (1.42-1.44); FILE MERGED 2008/03/19 17:37:16 kohei 1.42.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9004c869ed6b0e6fb1261a74cc53819bc0361fe4]

        INTEGRATION: CWS koheiformula01 (1.52.12); FILE MERGED 2008/04/23 15:08:06 kohei 1.52.12.2: RESYNC: (1.52-1.53); FILE MERGED 2008/03/20 23:21:12 kohei 1.52.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d6915fad46443458d172af42cb82a432e107330a]

        INTEGRATION: CWS koheiformula01 (1.38.12); FILE MERGED 2008/04/25 16:57:19 kohei 1.38.12.4: removed unused variable. 2008/04/23 15:07:50 kohei 1.38.12.3: RESYNC: (1.38-1.40); FILE MERGED 2008/03/22 18:48:30 kohei 1.38.12.2: re-worked the print areas dialog implementation to support variable address conventions. 2008/03/20 23:21:11 kohei 1.38.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f57d450c838bf9ab6a76298119503d509e2223bf]

        INTEGRATION: CWS koheiformula01 (1.23.12); FILE MERGED 2008/04/23 15:07:58 kohei 1.23.12.3: RESYNC: (1.23-1.25); FILE MERGED 2008/03/20 23:21:11 kohei 1.23.12.2: Use the current address convention everywhere instead of always using the OOo convention. 2008/03/19 17:37:16 kohei 1.23.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [fbfe874270fb5e4d400f476946a9b2d43f76fa72]

        INTEGRATION: CWS koheiformula01 (1.38.68); FILE MERGED 2008/04/23 15:08:14 kohei 1.38.68.2: RESYNC: (1.38-1.39); FILE MERGED 2008/03/20 23:21:11 kohei 1.38.68.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [32f18f86bc450b35de5bf95c477b3d91586583e1]

        INTEGRATION: CWS koheiformula01 (1.55.58); FILE MERGED 2008/04/23 15:08:03 kohei 1.55.58.2: RESYNC: (1.55-1.56); FILE MERGED 2008/03/20 23:21:11 kohei 1.55.58.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a7f47fc68a1c6b8d2bac2fa29b96e7772f029510]

        INTEGRATION: CWS koheiformula01 (1.33.68); FILE MERGED 2008/04/23 15:08:11 kohei 1.33.68.2: RESYNC: (1.33-1.34); FILE MERGED 2008/03/20 23:21:11 kohei 1.33.68.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5ad014e61c65c09f94f006e3e0c83555acfee8ae]

        INTEGRATION: CWS koheiformula01 (1.49.68); FILE MERGED 2008/04/23 15:07:54 kohei 1.49.68.2: RESYNC: (1.49-1.51); FILE MERGED 2008/03/20 23:21:11 kohei 1.49.68.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0519241786210674b97e4783b393de572966de05]

        INTEGRATION: CWS koheiformula01 (1.5.18); FILE MERGED 2008/04/25 16:56:32 kohei 1.5.18.1: specify grammar instead of directly specifying the address convention when compiling formula strings.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [c181c95039599abc8e71a9d579c5d2744752719e]

        INTEGRATION: CWS koheiformula01 (1.7.12); FILE MERGED 2008/04/25 16:56:32 kohei 1.7.12.4: specify grammar instead of directly specifying the address convention when compiling formula strings. 2008/04/23 15:07:41 kohei 1.7.12.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/19 17:37:15 kohei 1.7.12.2: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used. 2008/03/14 01:06:13 kohei 1.7.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [56067f4cb1d92ea764996f456d57a562e6220c6d]

        INTEGRATION: CWS koheiformula01 (1.3.12); FILE MERGED 2008/04/23 15:09:59 kohei 1.3.12.2: RESYNC: (1.3-1.5); FILE MERGED 2008/03/19 17:37:15 kohei 1.3.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a7bb5e53860799d35ea83b38bef458c5f68b4993]

        INTEGRATION: CWS koheiformula01 (1.18.40); FILE MERGED 2008/04/23 15:07:45 kohei 1.18.40.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/19 17:37:15 kohei 1.18.40.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [a248ec26e26b26eaed25160f4e86a05543134045]

        INTEGRATION: CWS koheiformula01 (1.14.314); FILE MERGED 2008/04/30 15:43:02 kohei 1.14.314.5: parse the print range address per current address convention (should not affect the behavior). 2008/04/23 15:10:02 kohei 1.14.314.4: RESYNC: (1.14-1.16); FILE MERGED 2008/03/25 23:01:31 kohei 1.14.314.3: allow single cell print areas as well. 2008/03/22 18:48:24 kohei 1.14.314.2: re-worked the print areas dialog implementation to support variable address conventions. 2008/03/20 23:20:54 kohei 1.14.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b3521a0cd4d19be91761f2b2108ba14a69e8c450]

        INTEGRATION: CWS koheiformula01 (1.10.70); FILE MERGED 2008/04/23 15:09:05 kohei 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 23:20:47 kohei 1.10.70.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5c08890e7cfbb10cde6e5669ca19fd4cbcc2380c]

        INTEGRATION: CWS koheiformula01 (1.24.70); FILE MERGED 2008/04/23 15:09:02 kohei 1.24.70.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/20 23:20:41 kohei 1.24.70.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1ca1b05704c19a4064d54a47560002da96c98fbf]

        INTEGRATION: CWS koheiformula01 (1.8.314); FILE MERGED 2008/04/23 15:08:54 kohei 1.8.314.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/31 20:24:00 kohei 1.8.314.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/20 03:44:15 kohei 1.8.314.1: use grammar in the defined names dialog.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [31b6a0033cb9ad983b2127e986b488de4b4ac6f2]

        INTEGRATION: CWS koheiformula01 (1.10.314); FILE MERGED 2008/04/23 15:09:16 kohei 1.10.314.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/21 04:38:42 kohei 1.10.314.2: some code cleanup. 2008/03/20 23:20:35 kohei 1.10.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [707dacc9f56af37569e9f385b64512524875c6c7]

        INTEGRATION: CWS koheiformula01 (1.11.314); FILE MERGED 2008/04/23 15:09:22 kohei 1.11.314.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/21 17:23:57 kohei 1.11.314.2: const a read-only variable. 2008/03/20 23:20:34 kohei 1.11.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3d65f3f47289bc5c8afa2e909381e736edbe4820]

        INTEGRATION: CWS koheiformula01 (1.10.276); FILE MERGED 2008/04/23 15:09:19 kohei 1.10.276.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 23:20:34 kohei 1.10.276.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [6b30e8440069c2abc0babb91acc2b3300d8cd769]

        INTEGRATION: CWS koheiformula01 (1.2.62); FILE MERGED 2008/04/23 15:09:13 kohei 1.2.62.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/20 23:20:34 kohei 1.2.62.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9295c12d3f929744b1b5452377d99fe89894d88e]

        INTEGRATION: CWS koheiformula01 (1.12.284); FILE MERGED 2008/04/23 15:09:29 kohei 1.12.284.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/20 23:20:34 kohei 1.12.284.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [489dd0bc2765702ce69d2f99364f012200107e12]

        INTEGRATION: CWS koheiformula01 (1.9.314); FILE MERGED 2008/04/23 15:09:09 kohei 1.9.314.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/21 17:26:03 kohei 1.9.314.2: modified to support variable formula syntax.  used the real range values instead of scanning the string entries to make it more rodust. 2008/03/20 23:20:34 kohei 1.9.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [8acfc12d14729b653b3a2fab36de958770100458]

        INTEGRATION: CWS koheiformula01 (1.20.62); FILE MERGED 2008/04/23 15:09:26 kohei 1.20.62.4: RESYNC: (1.20-1.21); FILE MERGED 2008/03/20 23:20:34 kohei 1.20.62.3: Use the current address convention everywhere instead of always using the OOo convention. 2008/03/20 06:08:19 kohei 1.20.62.2: fixed the selection rectangle during anyfill mode when the grammar is non-default. 2008/03/19 17:37:14 kohei 1.20.62.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1cb0497af72944cee165d9d76e42b2687c35c4cf]

        INTEGRATION: CWS koheiformula01 (1.9.414); FILE MERGED 2008/04/24 13:34:04 kohei 1.9.414.3: fixed build breakage on windows. 2008/04/23 15:07:31 kohei 1.9.414.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/19 17:37:14 kohei 1.9.414.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5237cc3a6af388877c7f6bae2104010c002a1d49]

        INTEGRATION: CWS koheiformula01 (1.17.12); FILE MERGED 2008/04/23 15:07:26 kohei 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/19 17:37:13 kohei 1.17.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f8a7798804f7249788af4bca5b0de33a6ff09add]

        INTEGRATION: CWS koheiformula01 (1.3.684); FILE MERGED 2008/04/23 15:07:34 kohei 1.3.684.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/20 04:38:05 kohei 1.3.684.1: use grammar in the database range dialog.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e4ca486e42dfe39eabb96638223819d4e5e65ad5]

        INTEGRATION: CWS koheiformula01 (1.4.684); FILE MERGED 2008/04/23 15:07:28 kohei 1.4.684.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/21 17:25:56 kohei 1.4.684.1: modified to support variable formula syntax.  used the real range values instead of scanning the string entries to make it more rodust.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f25928188dac38349e54b9f48ef5ebea16158fdb]

        INTEGRATION: CWS koheiformula01 (1.17.12); FILE MERGED 2008/04/23 15:08:58 kohei 1.17.12.5: RESYNC: (1.17-1.18); FILE MERGED 2008/03/20 23:20:27 kohei 1.17.12.4: Use the current address convention everywhere instead of always using the OOo convention. 2008/03/19 17:37:13 kohei 1.17.12.3: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used. 2008/03/18 23:14:33 kohei 1.17.12.2: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was. 2008/03/14 01:06:13 kohei 1.17.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [81c7de82653d935a4a65d9c075bcaeb7697873e0]

        INTEGRATION: CWS koheiformula01 (1.27.210); FILE MERGED 2008/04/23 15:08:51 kohei 1.27.210.2: RESYNC: (1.27-1.29); FILE MERGED 2008/03/20 23:20:20 kohei 1.27.210.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9a026ee93afd5f7184f73492f76393b05478262e]

        INTEGRATION: CWS koheiformula01 (1.9.314); FILE MERGED 2008/04/23 15:10:05 kohei 1.9.314.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 23:20:14 kohei 1.9.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [afa5a5c967709069510b6f1fbc018e7727a3c6ef]

        INTEGRATION: CWS koheiformula01 (1.41.12); FILE MERGED 2008/04/23 15:10:09 kohei 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2008/03/20 23:20:14 kohei 1.41.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [fc86ef0303d687fc4116a09896efb62b99db80a7]

        INTEGRATION: CWS koheiformula01 (1.59.12); FILE MERGED 2008/04/23 15:10:17 kohei 1.59.12.2: RESYNC: (1.59-1.61); FILE MERGED 2008/03/20 23:20:14 kohei 1.59.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [153630f6fbf60112c6c209a4ec710ffa5f7cd634]

        INTEGRATION: CWS koheiformula01 (1.68.12); FILE MERGED 2008/04/23 15:10:23 kohei 1.68.12.2: RESYNC: (1.68-1.69); FILE MERGED 2008/03/19 17:37:12 kohei 1.68.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [be46df8d23de69b01b1ebf13e233b0097fa7b108]

        INTEGRATION: CWS koheiformula01 (1.26.224); FILE MERGED 2008/04/23 15:10:12 kohei 1.26.224.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/20 23:20:14 kohei 1.26.224.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [366b706e1c246d0b4d30071a5f35671c1d4121cb]

        INTEGRATION: CWS koheiformula01 (1.12.314); FILE MERGED 2008/04/23 15:08:47 kohei 1.12.314.4: RESYNC: (1.12-1.13); FILE MERGED 2008/03/21 03:30:33 kohei 1.12.314.3: make the convention value const. 2008/03/21 03:27:59 kohei 1.12.314.2: use grammar in the sort dialog (options page). 2008/03/20 23:20:04 kohei 1.12.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [e701d07a5b1cbfbc0ce95dad20fe0c13281ab4e1]

        INTEGRATION: CWS koheiformula01 (1.12.314); FILE MERGED 2008/04/23 15:08:37 kohei 1.12.314.3: RESYNC: (1.12-1.13); FILE MERGED 2008/03/21 03:54:21 kohei 1.12.314.2: use the grammar setting in the advanced filter dialog. 2008/03/20 23:20:04 kohei 1.12.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1351eb10c16d470c3ca84f5ceb46dc1389e0e391]

        INTEGRATION: CWS koheiformula01 (1.27.120); FILE MERGED 2008/04/23 15:08:41 kohei 1.27.120.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/20 23:20:04 kohei 1.27.120.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [2addffa99cdafb0f45c07fed56724b341d20cece]

        INTEGRATION: CWS koheiformula01 (1.9.314); FILE MERGED 2008/04/23 15:08:23 kohei 1.9.314.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 23:20:04 kohei 1.9.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0980406354d534304630ebae1414fae24e18d723]

        INTEGRATION: CWS koheiformula01 (1.6.314); FILE MERGED 2008/04/23 15:08:44 kohei 1.6.314.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/21 03:44:02 kohei 1.6.314.2: use the grammar setting in the filter options. 2008/03/20 23:20:04 kohei 1.6.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [8e2b1f0cf760c61c92e9660fe7fbb721f052b9f4]

        INTEGRATION: CWS koheiformula01 (1.15.70); FILE MERGED 2008/04/23 15:08:30 kohei 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2008/03/20 23:20:04 kohei 1.15.70.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [3014924f8a29d43a5566d5784eb80e4e4584c60c]

        INTEGRATION: CWS koheiformula01 (1.8.314); FILE MERGED 2008/04/23 15:08:33 kohei 1.8.314.3: RESYNC: (1.8-1.9); FILE MERGED 2008/03/20 23:20:04 kohei 1.8.314.2: Use the current address convention everywhere instead of always using the OOo convention. 2008/03/20 04:37:59 kohei 1.8.314.1: use grammar in the database range dialog.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [4181ee0bc348ff4c7af519f9e6136e8b4bf9b6ac]

        INTEGRATION: CWS koheiformula01 (1.11.314); FILE MERGED 2008/04/23 15:08:26 kohei 1.11.314.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/21 05:19:14 kohei 1.11.314.2: grammar in the consolidate dialog. 2008/03/20 23:20:04 kohei 1.11.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d9c576358639c7b4e49096ad3598505fe0fcc0de]

        INTEGRATION: CWS koheiformula01 (1.55.12); FILE MERGED 2008/04/23 15:07:23 kohei 1.55.12.2: RESYNC: (1.55-1.57); FILE MERGED 2008/03/20 23:19:57 kohei 1.55.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [d5b555b4b147ebfb8bfa2c513f7e6e159f97c0ac]

        INTEGRATION: CWS koheiformula01 (1.7.310); FILE MERGED 2008/04/23 15:11:36 kohei 1.7.310.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 23:14:33 kohei 1.7.310.1: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [9e98d0781130f0532df0c761b55ef25ea1389b8c]

        INTEGRATION: CWS koheiformula01 (1.6.314); FILE MERGED 2008/04/23 15:11:20 kohei 1.6.314.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/20 23:19:51 kohei 1.6.314.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [257f8e3834455c8ac0183c207568cb6b78296075]

        INTEGRATION: CWS koheiformula01 (1.10.276); FILE MERGED 2008/04/23 15:10:59 kohei 1.10.276.3: RESYNC: (1.11-1.12); FILE MERGED 2008/03/31 20:24:13 kohei 1.10.276.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/20 23:19:50 kohei 1.10.276.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [94ab1135669bf3f4b4b746c2d650233ad248fbfb]

        INTEGRATION: CWS koheiformula01 (1.27.12); FILE MERGED 2008/04/23 15:11:31 kohei 1.27.12.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/19 17:37:12 kohei 1.27.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [dce9c36e617747995612da4d773f5c62b5ab803e]

        INTEGRATION: CWS koheiformula01 (1.56.12); FILE MERGED 2008/04/23 15:11:17 kohei 1.56.12.2: RESYNC: (1.56-1.57); FILE MERGED 2008/03/20 23:19:50 kohei 1.56.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [34acc015401f847467ec089b2d9350d329a28b71]

        INTEGRATION: CWS koheiformula01 (1.75.12); FILE MERGED 2008/04/25 19:28:12 kohei 1.75.12.10: We shouldn't set the grammar value directly in the initializer but set it via SetGrammar call. 2008/04/25 16:55:36 kohei 1.75.12.9: specify grammar instead of directly specifying the address convention when compiling formula strings. 2008/04/23 15:11:28 kohei 1.75.12.8: RESYNC: (1.75-1.76); FILE MERGED 2008/03/31 20:07:26 kohei 1.75.12.7: Disable separator switching for now. 2008/03/20 13:19:13 kohei 1.75.12.6: * Use inline method provided by ScGrammar instead of directly extracting the bits from the grammar value. * Removed the duplicated call which was supposed to be moved. 2008/03/19 13:56:27 kohei 1.75.12.5: Localize the separators only for NATIVE, not for ENGLISH. 2008/03/19 04:26:43 kohei 1.75.12.4: Query for the formula language used and use it to switch separators. 2008/03/18 23:56:21 kohei 1.75.12.3: moved lang::Locale out of ScOpCodeList to make it independent of the locale. 2008/03/18 23:14:32 kohei 1.75.12.2: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was. 2008/03/14 01:06:12 kohei 1.75.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [07735cc9190cb642838a7e01de4f8abf0f501592]

        INTEGRATION: CWS koheiformula01 (1.29.12); FILE MERGED 2008/04/23 15:11:05 kohei 1.29.12.2: RESYNC: (1.29-1.31); FILE MERGED 2008/03/20 23:19:50 kohei 1.29.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f1964c6836adea328598dcc537db0764907121b8]

        INTEGRATION: CWS koheiformula01 (1.10.78); FILE MERGED 2008/04/23 15:11:10 kohei 1.10.78.4: RESYNC: (1.10-1.11); FILE MERGED 2008/03/25 23:03:18 kohei 1.10.78.3: any address strings with trailing character are invalid. 2008/03/21 15:17:26 kohei 1.10.78.2: be sure to erase the string before formatting, or the formatted string will get appended to the previous string, which is not desirable. 2008/03/20 14:44:20 kohei 1.10.78.1: Don't prepend '[]' to the reference string if the document name is empty.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5f6f241c00f3628c89b7088880749874553380db]

        INTEGRATION: CWS koheiformula01 (1.22.12); FILE MERGED 2008/04/23 15:10:31 kohei 1.22.12.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/20 23:19:42 kohei 1.22.12.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [f7c25e96d62cb50593f44220f567dc6ada0ea5ec]

        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>  [566f6b5696f74e21b74e3c99e45520d5e838eab1]

        INTEGRATION: CWS koheiformula01 (1.54.12); FILE MERGED 2008/04/23 15:10:52 kohei 1.54.12.3: RESYNC: (1.54-1.55); FILE MERGED 2008/03/18 23:14:31 kohei 1.54.12.2: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was. 2008/03/14 01:06:12 kohei 1.54.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [bddc4feb580c69114b76f1a97ac951783d0f779f]

        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>  [0727deb7d453b2f5a956398e3dc8db9edef660d3]

        INTEGRATION: CWS koheiformula01 (1.31.124); FILE MERGED 2008/04/23 15:10:55 kohei 1.31.124.2: RESYNC: (1.31-1.32); FILE MERGED 2008/03/20 23:19:42 kohei 1.31.124.1: Use the current address convention everywhere instead of always using the OOo convention.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7893003b7455e3c9ead2ee5121daf9969f781a5d]

        INTEGRATION: CWS koheiformula01 (1.22.18); FILE MERGED 2008/04/25 16:53:36 kohei 1.22.18.1: fixed a compiler warning on local variable shadowing a member variable.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [42a57258435c7ee362bf6ac6f19e572fc2ab7e49]

        INTEGRATION: CWS koheiformula01 (1.40.68); FILE MERGED 2008/04/23 15:10:48 kohei 1.40.68.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/19 17:37:11 kohei 1.40.68.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [23423b5c50c45011134f7385804be17e96fee39e]

        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>  [d52e89f0c7563dc06005f16c971c5febb1347244]

        INTEGRATION: CWS koheiformula01 (1.71.12); FILE MERGED 2008/04/30 15:41:07 kohei 1.71.12.7: change the default grammar to GRAM_NATIVE which has the CONV_OOO address convention embedded in. 2008/04/23 15:10:39 kohei 1.71.12.6: RESYNC: (1.71-1.72); FILE MERGED 2008/03/31 20:11:20 kohei 1.71.12.5: renamed locale instance of ScGrammar::Grammar from eGrammar to eGram, to avoid a naming clash. 2008/03/19 17:37:10 kohei 1.71.12.4: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used. 2008/03/18 23:14:31 kohei 1.71.12.3: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was. 2008/03/14 01:19:40 kohei 1.71.12.2: set the convention back to OOO. 2008/03/14 01:06:11 kohei 1.71.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [0b3b040f450ee78266b97d9b48f5d5b5b9e53b79]

        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>  [5176f9214ec15b7ad9a84857254f7379df324683]

        INTEGRATION: CWS koheiformula01 (1.24.12); FILE MERGED 2008/04/23 15:10:43 kohei 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2008/03/19 17:37:10 kohei 1.24.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [b1ccb539de16393723354b16e905784fb0c3e8b9]

        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>  [fa2c1ebb41fafe8439471b778e2dcc21a949a378]

        INTEGRATION: CWS koheiformula01 (1.32.12); FILE MERGED 2008/04/23 15:10:27 kohei 1.32.12.2: RESYNC: (1.32-1.33); FILE MERGED 2008/03/19 17:37:09 kohei 1.32.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [abff529213f3f46d921f576cdc97b3e42ef1b5b4]

        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>  [55cb991276a12f9e62aae0369402472c9e72ba6e]

        INTEGRATION: CWS koheiformula01 (1.41.12); FILE MERGED 2008/04/23 15:10:35 kohei 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED 2008/03/20 23:19:42 kohei 1.41.12.2: Use the current address convention everywhere instead of always using the OOo convention. 2008/03/19 17:37:08 kohei 1.41.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [45e04f06b952b9a4c812cd550b467e45c729c76a]

        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>  [b7b5578fbd6504fe0ffde1273abf3bcc10d0527d]

        INTEGRATION: CWS koheiformula01 (1.109.12); FILE MERGED 2008/04/23 15:07:15 kohei 1.109.12.2: RESYNC: (1.109-1.111); FILE MERGED 2008/03/19 17:37:07 kohei 1.109.12.1: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [36ad919b04491c068560f604577aff86a866247c]

        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>  [5f9d8124f10760c5c254b22243a8bf885e0b7d87]

        INTEGRATION: CWS koheiformula01 (1.35.12); FILE MERGED 2008/04/25 16:55:28 kohei 1.35.12.5: specify grammar instead of directly specifying the address convention when compiling formula strings. 2008/04/23 15:07:11 kohei 1.35.12.4: RESYNC: (1.35-1.36); FILE MERGED 2008/03/19 17:37:07 kohei 1.35.12.3: changed a lot of places to prepare for a single global grammar value that applies to all places where formulas are used. 2008/03/18 23:14:31 kohei 1.35.12.2: switched to putting the separators into mxSymbolsNative and put everything else back to the way it was. 2008/03/14 01:06:11 kohei 1.35.12.1: initial commit from the ooo-build patch with lots of build breakages fixed.

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7b5dc748171e541a78ff0b5847c93e494f22cce3]

        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>  [2175147edb5c4518252a73f7bb95f2d5de33ecdc]

        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>  [b955a29ef8a458ba21335cc6e66384626f281ebe]

        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>  [084987b62021c347bf68a3b5685f0b59ef1a1435]

        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>  [6de0957713f57bdf3234c0cbe0903ddbca0d6d98]

        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>  [6d6f252bb2f07d07313749a0289903cb6080c79d]

        INTEGRATION: CWS vcl88 (1.5.6); FILE MERGED 2008/04/21 13:35:42 pl 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/17 11:24:08 pl 1.5.6.1: #i87129# improve accessibility of StartCenter

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [6255dca7c09a6c53a18c40470f2d55da07344934]

        INTEGRATION: CWS vcl88 (1.5.4); FILE MERGED 2008/04/21 13:35:47 pl 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/17 11:24:08 pl 1.5.4.1: #i87129# improve accessibility of StartCenter

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [87a8191f3092d321dd045da19295b79b1247c248]

        INTEGRATION: CWS vcl88 (1.15.18); FILE MERGED 2008/04/17 05:49:53 pl 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/15 15:04:43 pl 1.15.18.1: #i87991# catch NULL ptr (thanks cmc)

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [afe69b63cc89f3990927247261dc398af6fa7133]

        INTEGRATION: CWS obo29 (1.10.42); FILE MERGED 2008/05/06 09:58:32 obo 1.10.42.1: #i89060# Remove dependency to Logging.pm

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [cbd462a8239821c7dd9eb73ef8db8850d54c055e]

        INTEGRATION: CWS obo29 (1.35.42); FILE MERGED 2008/05/06 11:04:29 obo 1.35.42.1: #i89060# Remove dependency to Logging.pm

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [5748fe0a04f3858d19321027ffe461433eb03ecc]

        INTEGRATION: CWS obo29 (1.25.42); FILE MERGED 2008/05/06 10:42:46 obo 1.25.42.1: #i89060# Remove dependency to Logging.pm

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [451de81ffa3840056ff80249b39ce7df55925dc6]

        INTEGRATION: CWS obo29 (1.18.42); FILE MERGED 2008/05/06 10:23:16 obo 1.18.42.1: #i89060# Remove dependency to Logging.pm

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [16c7cce08dfcad736d1dddce040eb7775723b35c]

        INTEGRATION: CWS obo29 (1.9.42); FILE MERGED 2008/05/06 09:55:39 obo 1.9.42.1: #i89060# Remove dependency to Logging.pm

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [7c75c08cddd895c6c44c8f579225cb1466886a98]

        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>  [809755ca29240be44ba5386c3ce7ec25ea0a165b]

        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>  [ad21d980476285e0d06292c5b4744af46687310f]

        INTEGRATION: CWS hsqldb16 (1.6.8); FILE MERGED 2008/03/06 12:52:26 oj 1.6.8.1: #i85087# impl methods from jdbc4 and throw exception these are not supported yet

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [48a5f1988a9de5f4347482046ae041b91ced9ff7]

        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>  [05e9b8338689c121eb86378c2118e0aa3bd2563a]

        INTEGRATION: CWS hsqldb16 (1.2.2); FILE MERGED 2008/03/06 12:51:37 oj 1.2.2.1: #i85087# impl methods from jdbc4 and throw exception these are not supported yet

2008-05-14  Vladimir Glazounov  <vg@openoffice.org>  [1dcecc947ca944c5e8341afec69cf3593c5ab8fe]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [308245429526fdab0f0d0197099ae8f9de18da2d]

        INTEGRATION: CWS hsqldb16 (1.20.4); FILE MERGED 2008/05/02 10:57:32 oj 1.20.4.1: conert build.xml

2008-05-14  Armin Weiss  <aw@openoffice.org>  [8c60e50f5f06d8ecdd7207f5daecc31905574a55]

        #i39532# aw033 progresses from git

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [57f7f259df5c81e6d6425d12cdcdbabeeedc74a2]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:49:11 af 1.1.2.1: #i89059# Moved here from sdext/source/presenter.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [2f338eb907056d1e4cc29784f45159d53f8427f6]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:56:30 af 1.1.2.1: #i89059# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e48a6ceb3fa247b21fc7c03fd1b5c4e607632ffc]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:55:53 af 1.1.2.1: #i89059# Moved here from sdext/source/presenter.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [9e3860463a5dbc5ef7cdd5de9dc1196e72d3e313]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:55:00 af 1.1.2.1: #i89059# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [75dfc665f010d01defbd9c9110b1e40e93b331b1]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:53:42 af 1.1.2.1: #i89059# Moved here from sdext/source/presenter.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ffea39b12b8b5af687566747e4c306625553b717]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/06 09:53:32 af 1.1.2.1: #i89059# Moved here from sdext/source/presenter.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e0b6b1c0f356c1532a2807de63cc1c853887e2e9]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:28:42 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [88a10176c5fde306e7cc635ccc0e3d70b43f102c]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:25:54 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c35ca3289634332cc15bf87dd8e2d5b8ca4f3d4b]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:25:53 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [21913455d0cf1d36caafcf080f6f9d926e2d3de5]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:53 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [88efb73b235489a7aae0a8bed611cb23821236fb]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:52 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [3a7c326698d50bdadfb8dc889aede6e8baff2222]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:38 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [dd7616d3be6956f02a415fd4a223754808143001]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:37 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ed5143cc3a5f2ac4234be87faf97f1d7369e62bf]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:36 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [101fe16ae71a2d9e758dfb73d279d80a9563a0bd]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:35 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [246915275051bbe42904b211ceaa1b48ba8f9c26]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:34 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [867391a23bf5962bc24f79373fcf05866d9be301]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:33 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [21f115c5b54ee5c775e6eeace9aaeaf23fd2f2aa]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:32 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [dc3ad6ccb0b4b10a9bde3dfd94ab27d3fcee3179]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:31 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6877bda787dbf1dc7dd609d06920ddf003de45a3]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:30 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [528ce61ba220fbf11635c28629dc058250880002]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:26:29 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c8be040135e55f9341a9c5e08eb611c5d6a0f98b]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:17 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [9def004116a3a9d158c3f5a6c0757eed77db3ec9]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:16 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [dbb6912f481bde5ade2cf6320c45a549f44f29db]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:15 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6269c3a0f25488c16515cf5f6ff927dc2c7a8910]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:27:14 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c2cc1eb06b2409cb7a0155827b803272c0fb378c]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/04/16 16:28:24 af 1.1.2.1: #i18486# Initial revision

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4802c56630cdd7473f7dfad0c17ec41a12fff64e]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/05/06 09:59:25 af 1.2.4.1: #i89059# Moved XCU and XCS files to their places in the registry/ dir tree.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [fc73d51b39a5045e01ad95033918478fd5cc2ca8]

        INTEGRATION: CWS presenterscreen (1.3.4); FILE MERGED 2008/05/06 09:59:57 af 1.3.4.9: #i89059# Moved XCU and XCS files to their places in the registry/ dir tree. 2008/04/30 12:27:47 af 1.3.4.8: #i18486# Fixed replacement of placeholders. 2008/04/30 08:42:55 af 1.3.4.7: #i18486# Changed identifier prefix from org.openoffice to com.sun.star 2008/04/28 09:20:36 af 1.3.4.6: #i18486# Cleaned up processing of description.xml. 2008/04/22 13:10:34 af 1.3.4.5: #i18486# Made extension identifier platform specific. 2008/04/22 08:37:13 af 1.3.4.4: #i18486# Add runtime libraries to extension. 2008/04/22 08:24:37 af 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2008/04/18 14:55:09 af 1.3.4.2: #i18486# Removed last dependency on non-URE library. 2008/04/16 16:24:51 af 1.3.4.1: #i18486# Changed theme bitmaps.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [746bb49dcab3390d78cf177d11b7f795c57f307c]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/05/05 08:44:21 af 1.2.4.4: #i18486# Changed identifier. 2008/04/30 12:27:18 af 1.2.4.3: #i18486# Set version to 1.0.  Fixed replacement of placeholders. 2008/04/22 13:09:41 af 1.2.4.2: #i18486# Made extension identifier platform specific.  Added platform tag. 2008/04/22 08:36:29 af 1.2.4.1: #i18486# Added display-name.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [877ad1ecec3b612c3d7616c42d7c70967929c321]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 13:18:58 af 1.2.4.4: #i18486# Made support for window resizing a debug feature.  Replaced by switching slides with mouse clicks. 2008/04/23 12:01:17 af 1.2.4.3: #i18486# Notify layout listeners when window manager is disposed. 2008/04/22 08:26:01 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:23:20 af 1.2.4.1: #i18486# Changed layouting.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b9c913a92f5e2d354598cb2194fa5f18f6517079]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 13:38:38 af 1.2.4.6: #i18486# Fixed Linux compilation problems. 2008/04/23 13:18:50 af 1.2.4.5: #i18486# Made support for window resizing a debug feature.  Replaced by switching slides with mouse clicks. 2008/04/23 12:01:16 af 1.2.4.4: #i18486# Notify layout listeners when window manager is disposed. 2008/04/22 08:26:43 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 16:23:20 af 1.2.4.1: #i18486# Changed layouting.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f2770c36d6c5d7868f3cdbb74a539304d718e2ea]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:41:32 af 1.2.4.4: #i88853# PresenterSlideShowView() is not a service anymore. 2008/04/23 11:58:09 af 1.2.4.3: #i18486# Made caching optional, defaults to off. 2008/04/22 08:25:03 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:12:25 af 1.2.4.1: #i18486# Addes support for cachable views.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [084f9ffcd3f17fd540ed50d47c21002532f35967]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:41:31 af 1.2.4.5: #i88853# PresenterSlideShowView() is not a service anymore. 2008/04/23 11:57:59 af 1.2.4.4: #i18486# Made caching optional, defaults to off. 2008/04/22 08:28:19 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 14:53:43 af 1.2.4.2: #i18486# Store only unused resources in the cache. 2008/04/16 16:12:25 af 1.2.4.1: #i18486# Addes support for cachable views.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [59f121c69de577ba177d5f1eaacb54f32d42dade]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:02 af 1.1.2.2: #i18486# Updated license header. 2008/04/16 15:02:17 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4ed6bafc266a12d6087894a6008093eebe81ea73]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:01 af 1.1.2.3: #i18486# Updated license header. 2008/04/16 16:59:13 af 1.1.2.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:01:52 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [12e6fc7fcea65337597894e335ca7231aefc7d9a]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 11:59:53 af 1.2.4.4: #i18486# Fixed mixup of uno/rtl References and boost::shared_ptrs. 2008/04/22 08:36:00 af 1.2.4.3: #i18486# Split initialization off the PresenterToolBar constructor. 2008/04/22 08:24:53 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:11:13 af 1.2.4.1: #i18486# Tool bar entries can be vertical stacks of other entries.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [89efcae67e166f88a0e63f51af146fdfc8e41edd]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 09:24:47 af 1.2.4.12: #i18486# Fixed compiler problem. 2008/04/24 12:49:27 af 1.2.4.11: #i18486# Post user events to further avoid dead locks. 2008/04/24 08:10:23 af 1.2.4.10: #i18486# Label::SetText() invalidates asynchronously to prevent thread locks when called from timer. 2008/04/23 13:17:33 af 1.2.4.9: #i18486# Fixed typo. 2008/04/23 11:59:53 af 1.2.4.8: #i18486# Fixed mixup of uno/rtl References and boost::shared_ptrs. 2008/04/22 13:08:39 af 1.2.4.7: #i18486# Made extension identifier platform specific. 2008/04/22 08:35:45 af 1.2.4.6: #i18486# Split initialization off the PresenterToolBar constructor. 2008/04/22 08:27:07 af 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 14:56:44 af 1.2.4.4: #i18486# Changed implementation of PresenterTimer. 2008/04/17 14:36:44 af 1.2.4.3: #i18486# Fixed Solaris build problems. 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 16:11:19 af 1.2.4.1: #i18486# Tool bar entries can be vertical stacks of other entries.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6a5ffdc7099c94a880fed3cd5ffd05fdbae80574]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:01 af 1.1.2.7: #i18486# Updated license header. 2008/04/30 08:40:14 af 1.1.2.6: #i88832# Timing thread is not joined anymore. 2008/04/24 12:48:59 af 1.1.2.5: #i18486# Post user events to further avoid dead locks. 2008/04/22 08:38:22 af 1.1.2.4: #i18486# Made timer more thread safe. 2008/04/18 14:52:29 af 1.1.2.3: #i18486# Changed implementation of PresenterTimer. 2008/04/17 14:36:43 af 1.1.2.2: #i18486# Fixed Solaris build problems. 2008/04/16 15:01:00 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [262c232ab25ef4eaac4a3045e15e04b43eecc752]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:01 af 1.1.2.9: #i18486# Updated license header. 2008/04/30 08:49:21 af 1.1.2.8: #i88832# Removed debug code that was accidentally checked in. 2008/04/30 08:40:13 af 1.1.2.7: #i88832# Timing thread is not joined anymore. 2008/04/24 13:02:08 af 1.1.2.6: #i18486# Fixed Linux compilation problem. 2008/04/24 12:48:51 af 1.1.2.5: #i18486# Post user events to further avoid dead locks. 2008/04/22 13:08:10 af 1.1.2.4: #i18486# Made timer more robust. 2008/04/22 08:38:15 af 1.1.2.3: #i18486# Made timer more thread safe. 2008/04/18 14:52:29 af 1.1.2.2: #i18486# Changed implementation of PresenterTimer. 2008/04/16 15:01:24 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b4c777c0594774bd6144be56b6a37c62d8da6444]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:36:10 af 1.2.4.3: #i88858# Added GetNodeForViewStyle() method. 2008/04/22 08:26:11 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:10:07 af 1.2.4.1: #i18486# Exporting FontDescriptor sub class.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [fdc701b1e152dfce94f880099b8d1a04f36671d6]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:36:10 af 1.2.4.5: #i88858# Added GetNodeForViewStyle() method. 2008/04/22 13:06:47 af 1.2.4.4: #i18486# Made extension identifier platform specific. 2008/04/22 08:25:39 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 16:10:07 af 1.2.4.1: #i18486# Exporting FontDescriptor sub class.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [44421fde6a7fc47def7e043fb379cd6722758dad]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:46 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:08:53 af 1.2.4.1: #i18486# Not a UNO service anymore.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4bc8526b12950cd82a6a9e5047691cbb1378d439]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:27:02 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:08:53 af 1.2.4.1: #i18486# Not a UNO service anymore.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [45f8836c91804c9b864b7cef7cf1ff32f502a156]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:28:08 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:06:25 af 1.2.4.1: #i18486# Added SetToBitmap() method.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e69aba3337b297ab61e585b3b9b0ed254027d424]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:10 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:06:25 af 1.2.4.1: #i18486# Added SetToBitmap() method.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b514f782c6e206ddfc7062fe7848c36c1e1cb84c]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:13 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:05:13 af 1.2.4.1: #i18486# Added close button.  Changed mouse over effect.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [d3ff78188fd08422586e7a884a31e185ecdde34c]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/28 14:46:33 af 1.2.4.5: #i18486# Fixed GetColumn() and GetRow() for when offsets are not zero. 2008/04/22 13:05:58 af 1.2.4.4: #i18486# Made extension identifier platform specific. 2008/04/22 08:28:04 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 16:05:13 af 1.2.4.1: #i18486# Added close button.  Changed mouse over effect.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [43a71a2d078a69927db8b492066cc6e176c84f45]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:33:41 af 1.2.4.3: #i88853# Note a service anymore. 2008/04/22 08:25:20 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:02:35 af 1.2.4.1: #i18486# Made slide show view cachable.  Improved painting the area around the actual slide preview.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [3a007d956603883f235625c09e8a87fe0bbed57e]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:34:48 af 1.2.4.3: #i88853# Note a service anymore. 2008/04/22 08:26:32 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:02:35 af 1.2.4.1: #i18486# Made slide show view cachable.  Improved painting the area around the actual slide preview.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [a83c7af0e1e44a70154b9321812e0c87d32e818d]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 13:16:52 af 1.2.4.3: #i18486# Fixed detection of slide aspect ratio. 2008/04/22 08:24:40 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:00:49 af 1.2.4.1: #i18486# Imvalidating via the paint manager.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f134bf943b317403e6bc9a72273ac2273607745b]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:15 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:59:36 af 1.2.4.1: #i18486# Improved display of scroll bars.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [592551d5c8a49cbdd8842aaabe09fbbc6bf43d69]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 13:05:35 af 1.2.4.4: #i18486# Made extension identifier platform specific. 2008/04/22 08:25:43 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:59:36 af 1.2.4.1: #i18486# Improved display of scroll bars.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [84b08beb0537bc6a660db6bee0cd919ec81ded36]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/28 09:18:11 af 1.2.4.4: #i18486# Added GetScreenNumber() method. 2008/04/22 08:40:38 af 1.2.4.3: #i18486# Changed startup details. 2008/04/22 08:24:56 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:57:30 af 1.2.4.1: #i18486# Added detection of correct display for the presenter screen.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ef6cb209baf515753b2b3bd8f91b247a1cfa1d24]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 09:24:16 af 1.2.4.9: #i18486# Fixed compiler problem. 2008/04/28 09:18:42 af 1.2.4.8: #i18486# Added GetScreenNumber() method to prevent presenter screen in single screen environments. 2008/04/24 12:47:00 af 1.2.4.7: #i18486# Determine the number of screens. 2008/04/23 13:38:26 af 1.2.4.6: #i18486# Fixed Linux compilation problems. 2008/04/23 13:15:54 af 1.2.4.5: #i18486# Fixed display number detection. 2008/04/22 13:04:33 af 1.2.4.4: #i18486# Split initialization off PresenterScreenListener constructor. 2008/04/22 08:40:29 af 1.2.4.3: #i18486# Changed startup details. 2008/04/22 08:28:23 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:57:18 af 1.2.4.1: #i18486# Added detection of correct display for the presenter screen.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c56e157c11a04bf4f8dc08ecc3737ce3996db042]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:06 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:50:42 af 1.2.4.1: #i18486# Added support for dispatch status listeners.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e1f98f6ebd042a9933b5681035843b01d72a90c3]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/24 08:23:51 af 1.2.4.6: #i18486# Added missing change to Dispatch constructor to prevent said exception. 2008/04/24 08:06:56 af 1.2.4.5: #i18486# Added Create() method to avoid uncaught exception for unknown commands. 2008/04/23 11:59:06 af 1.2.4.4: #i18486# Code cleanup. 2008/04/22 08:28:12 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:50:42 af 1.2.4.1: #i18486# Added support for dispatch status listeners.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [0c40653cf82910a3e2c439480e99eea323064b8a]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 11:57:36 af 1.2.4.3: #i18486# Made caching optional, defaults to off. 2008/04/22 08:25:16 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:48:46 af 1.2.4.1: #i18486# Added support for caching unused panes.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [38a8e974663b079676573f9ad0b1ad683a2db12d]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 11:57:45 af 1.2.4.4: #i18486# Made caching optional, defaults to off. 2008/04/22 08:27:58 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 14:53:30 af 1.2.4.2: #i18486# Store only unused resources in the cache. 2008/04/16 15:49:02 af 1.2.4.1: #i18486# Added support for caching unused panes.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f5a927c522d01e3f10272a4e5f290e635c22dad8]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:28:15 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:47:40 af 1.2.4.1: #i18486# Added support for callouts, title templates.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b7835d592370a350763351ce271fb3d0948d4854]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 11:56:15 af 1.2.4.3: #i18486# Fixed disposing of panes. 2008/04/22 08:25:00 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:47:51 af 1.2.4.1: #i18486# Added support for callouts, title templates.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [94707542176b78ab6da1ba42a8e0ca0fa01410bc]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:27:50 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:46:30 af 1.2.4.1: #i18486# Added support for callout.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4d91841e0bc18d5b01fe85eb03eb0be589cf0c74]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:24:33 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:46:44 af 1.2.4.1: #i18486# Added support for callout.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6e85b63d659617a4988c04187b6b4eb53ff777ac]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:24:44 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:45:23 af 1.2.4.1: #i18486# Invalidate via the paint manager.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [bd2b67d579b149b60d36c9eb0e7c51a5c3e20299]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:27:11 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:45:39 af 1.2.4.1: #i18486# Invalidate via the paint manager.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6b495184bae7eed8be43c6bca4ca6f5ec5ba8233]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:47 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:44:20 af 1.2.4.1: #i18486# Added support for callout.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [1eeb7358933afbb8d673c16c92bfd8492e8b5620]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/23 11:55:24 af 1.2.4.3: #i18486# Code cleanup. 2008/04/22 08:25:54 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:44:11 af 1.2.4.1: #i18486# Added support for callout.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [d89489370bc0ddc84d879e795e07bc34e83493cc]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:51 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:42:46 af 1.2.4.1: #i18486# Invalidate via the paint manager.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [9664814fb0152b4f793c17278ad44f1b40df20bf]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:04 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:40:39 af 1.2.4.1: #i18486# Improved invalidation of covered area on resizes and translations.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ffac298e03876e593c25bcb28dcb8e22f2f1efa9]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:39 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:40:47 af 1.2.4.1: #i18486# Improved invalidation of covered area on resizes and translations.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [86e2d05df422741039799e330f225869078f0038]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:01 af 1.1.2.2: #i18486# Updated license header. 2008/04/16 14:35:54 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7a4d603d26046d9f2083324de5613ba3d3440793]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:01 af 1.1.2.2: #i18486# Updated license header. 2008/04/16 14:35:31 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4a1c78712fc5b538ba805393296584a786bbc214]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:18 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:37:49 af 1.2.4.1: #i18486# Added tool bar, close button.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [031a0f4dfeff9df59970cba7b142cffc218124d0]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/05/13 13:43:25 af 1.2.4.9: RESYNC: (1.3-1.4); FILE MERGED 2008/04/30 13:39:06 af 1.2.4.8: #i18486# Fixed some warnings. 2008/04/30 13:33:48 af 1.2.4.7: #i88838# Made font size changes persistent during one session. Changed keys for grow/shrink. 2008/04/30 08:31:58 af 1.2.4.6: #i88850# Changed keys for growing and shrinking notes font. 2008/04/30 08:29:18 af 1.2.4.5: #i88853# Store modified font size in configuration. 2008/04/23 13:13:52 af 1.2.4.4: #i18486# Changed keys for scrolling and chaning the font size. 2008/04/22 08:33:47 af 1.2.4.3: #i18486# Split initialization off the PresenterToolBar constructor. 2008/04/22 08:25:35 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:37:40 af 1.2.4.1: #i18486# Added tool bar, close button.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [49922324527ad0fb51a3e20615643995489e9f6a]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:58 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:36:38 af 1.2.4.1: #i18486# Removed reference to non-URE libraries.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7e2fc8498bf745e51f50cfe756ef6dd026212201]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:17:43 af 1.2.4.3: #i88850# Make sure that all help text can be displayed. 2008/04/22 08:24:47 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:35:32 af 1.2.4.1: #i18486# Help view now displays supported keyboard keys.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [44db83d4af80da1dc96b25b5d9b0b79bbc68bc32]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 09:22:41 af 1.2.4.5: #i18486# Made TextContainer use shared_ptrs of Block. 2008/04/30 08:17:36 af 1.2.4.4: #i88850# Make sure that all help text can be displayed. 2008/04/22 08:27:14 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:35:25 af 1.2.4.1: #i18486# Help view now displays supported keyboard keys.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [f6bf1062196b7d6493bcc372f3eca1571c6aa94e]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:07 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:34:13 af 1.2.4.1: #i18486# Added support for rounded rectangles, rounding.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [cc0ff86d47b02e7e0a468aaa9948bcd15d57d7c0]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:36 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:34:05 af 1.2.4.1: #i18486# Added support for rounded rectangles, rounding.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [fcb81e54529d64f19f36bc456e872aae47001c3d]

        INTEGRATION: CWS presenterscreen (1.3.10); FILE MERGED 2008/04/23 11:54:11 af 1.3.10.2: #i18486# Added Shutdown() method. 2008/04/22 08:32:17 af 1.3.10.1: #i18486# Added RunOnUpdateEnd() method.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8e9ee47dfe1de9c68f46c6bc16f2d6b8336a5e5a]

        INTEGRATION: CWS presenterscreen (1.3.10); FILE MERGED 2008/04/23 11:54:34 af 1.3.10.2: #i18486# Added Shutdown() method. 2008/04/22 08:32:24 af 1.3.10.1: #i18486# Added RunOnUpdateEnd() method.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4042eed1adde3550fa89ea49afdeecaae47780da]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/05 08:44:21 af 1.1.2.4: #i18486# Changed identifier. 2008/04/30 12:28:08 af 1.1.2.3: #i18486# Fixed replacement of placeholders. 2008/04/23 13:39:10 af 1.1.2.2: #i18486# Fixed Linux compilation problems. 2008/04/22 13:00:11 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ec5bd52146ea4fa8c4c36b473d04a130c29c9611]

        INTEGRATION: CWS presenterscreen (1.3.10); FILE MERGED 2008/04/30 08:12:00 af 1.3.10.1: #i88853# Added detection for current slide being the slide past the last one.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c4b3110a0a604ed6fe478752ea0f6224f7837107]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:09:09 af 1.2.4.4: #i88853# Added GetCurrentSlide() method.  Made UpdatePaneTitles() public. 2008/04/23 13:13:12 af 1.2.4.3: #i18486# Added HandleMouseClick() method, added support for F1 key. 2008/04/22 08:26:22 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:31:35 af 1.2.4.1: #i18486# Improved access to theme, added support for UNO commands.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [3c9ee55bdef29357ed9085408e1661672e17a11d]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:09:43 af 1.2.4.6: #i88853# Added GetCurrentSlide() method.  Made UpdatePaneTitles() public. 2008/04/23 13:21:21 af 1.2.4.5: #i18486# Fixed merge conflict. 2008/04/23 13:12:50 af 1.2.4.4: #i18486# Added HandleMouseClick() method, added support for F1 key. 2008/04/23 11:53:09 af 1.2.4.3: #i18486# Code cleanup. 2008/04/22 08:25:31 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:31:28 af 1.2.4.1: #i18486# Improved access to theme, added support for UNO commands.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6a5424fa92f878b6cd3db6fa2d2d24f55b2b1e8f]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:05:43 af 1.2.4.5: #i88853# Extended functionality to allow easier modification of properties. 2008/04/23 11:51:22 af 1.2.4.4: #i18486# Added desctructor. 2008/04/22 11:41:50 rene 1.2.4.3: #i88584# fix double qualification 2008/04/22 08:26:25 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:29:16 af 1.2.4.1: #i18486# Added support for accessing configuration nodes as property sets.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [857d34a9091cd6861784aef87db6c4dbc17e9c7e]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 08:07:07 af 1.2.4.6: #i88853# Extended functionality to allow easier modification of properties. 2008/04/23 11:51:49 af 1.2.4.5: #i18486# Added desctructor. 2008/04/22 08:25:27 af 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 09:02:23 af 1.2.4.3: #i18486# Avoid crash because of missing configuration entries. 2008/04/16 16:59:13 af 1.2.4.2: #i18486# Fixed some Linux build problems. 2008/04/16 15:29:08 af 1.2.4.1: #i18486# Added support for accessing configuration nodes as property sets.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6613c8e45deeff65483838684164642d0a47128c]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 13:01:55 af 1.2.4.3: #i18486# Made extension identifier platform specific. 2008/04/22 08:24:50 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 16:30:29 af 1.2.4.1: #i18486# Dropped dependence on non-URE libraries.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [1a860b8d876b9c51c3f58c92f909dbdee3e00d8a]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/30 07:51:56 af 1.2.4.6: #i88853# PresenterSlideShowView is no longer a service. 2008/04/22 13:01:48 af 1.2.4.5: #i18486# Made extension identifier platform specific. 2008/04/22 08:30:39 af 1.2.4.4: #i18486# Changed startup details.  Remembering the extension path. 2008/04/22 08:27:17 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 09:01:28 af 1.2.4.2: #i18486# Added missing PresenterSlideShowView service. 2008/04/16 16:30:21 af 1.2.4.1: #i18486# Dropped dependence on non-URE libraries.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [980a5b5049907ebb6fbc15fc2051bdbe37236aaa]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:00 af 1.1.2.3: #i18486# Updated license header. 2008/04/22 11:46:54 rene 1.1.2.2: one more double qualification 2008/04/16 14:26:57 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [05e2eb5f8f540f90e4a3886c35fdbe03df01d165]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:00 af 1.1.2.2: #i18486# Updated license header. 2008/04/16 14:34:05 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [97f08245e0b956e570cb3a75334dc4b375eb93cb]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:00 af 1.1.2.3: #i18486# Updated license header. 2008/04/16 16:59:12 af 1.1.2.2: #i18486# Fixed some Linux build problems. 2008/04/16 14:21:27 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [5810dc1b4ac82e513a151930670d112281dd49a9]

        INTEGRATION: CWS presenterscreen (1.1.2); FILE ADDED 2008/05/13 13:51:00 af 1.1.2.3: #i18486# Updated license header. 2008/04/16 16:59:12 af 1.1.2.2: #i18486# Fixed some Linux build problems. 2008/04/16 14:23:53 af 1.1.2.1: #i18486# Initial revision.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [690b0e1f33d4426cd7afdf6b35404090e56344b3]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:23 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:25:28 af 1.2.4.1: #i18486# Merged bitmap description of this container and PresenterTheme.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [a0fe5db9655fb9f462520631b99e81734e88a51d]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:29 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/16 15:25:39 af 1.2.4.1: #i18486# Merged bitmap description of this container and PresenterTheme.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [961c9f77cce91fc1aec6021e308d7f1097e718bf]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:25:57 af 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 14:51:11 af 1.2.4.1: #i18486# Changed implementation of PresenterTimer.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [be46996fa10461a9a07c7ec0686fdb8f27a4ca19]

        INTEGRATION: CWS presenterscreen (1.2.4); FILE MERGED 2008/04/22 08:26:51 af 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2008/04/18 14:51:11 af 1.2.4.2: #i18486# Changed implementation of PresenterTimer. 2008/04/16 15:23:30 af 1.2.4.1: #i18486# Code cleanup.

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [89252110253f2bfea9434e7fb52d17620d14fad6]

        INTEGRATION: CWS cmcfixes44 (1.11.6); FILE MERGED 2008/04/22 10:24:10 cmc 1.11.6.1: #i88578# disambiguate similar platforms

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [bd5a0458cbecee984a7b43b92736eb768165ac21]

        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>  [80c2865783d0cb8b2f6de1ce4fa6abcd20e68ab3]

        INTEGRATION: CWS cmcfixes44 (1.16.6); FILE MERGED 2008/04/24 08:02:19 cmc 1.16.6.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8f702e24b2bc0dd9bb626c4079abec51db4e1fa8]

        INTEGRATION: CWS cmcfixes44 (1.25.18); FILE MERGED 2008/04/24 08:27:36 cmc 1.25.18.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6331e6d729fe3cdefa1eb7dfaef61f00919ff1de]

        INTEGRATION: CWS cmcfixes44 (1.31.6); FILE MERGED 2008/04/24 08:31:49 cmc 1.31.6.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4d8b3883f49c6af65f43073adb90ca943a62477d]

        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>  [a1d9844c940ec385d3ec35966656103e0ba68068]

        INTEGRATION: CWS cmcfixes44 (1.5.16); FILE MERGED 2008/04/24 07:55:46 cmc 1.5.16.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [030279d56862117005bbba798764e02627a83052]

        INTEGRATION: CWS cmcfixes44 (1.9.6); FILE MERGED 2008/04/24 08:13:50 cmc 1.9.6.1: #i88676# osl_freeProcessHandle is missing after a successful call to osl_executeProcess

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e14f09d760bb078921f263b583b33cb01e2aa8df]

        INTEGRATION: CWS fwk86 (1.14.126); FILE MERGED 2008/04/30 15:50:54 pb 1.14.126.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/06 09:28:23 cd 1.14.126.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8b86d4f7d9951febed5a00bc82d01ab5a58ceaf4]

        INTEGRATION: CWS fwk86 (1.28.118); FILE MERGED 2008/04/30 15:50:51 pb 1.28.118.3: RESYNC: (1.29-1.30); FILE MERGED 2008/03/26 07:36:40 pb 1.28.118.2: RESYNC: (1.28-1.29); FILE MERGED 2008/03/06 09:28:23 cd 1.28.118.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b85174ad6bb5071a444549bb571590ac10513799]

        INTEGRATION: CWS fwk86 (1.9.26); FILE MERGED 2008/04/30 15:50:48 pb 1.9.26.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/12 17:26:59 pb 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/06 09:28:23 cd 1.9.26.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6779b4a295f00cbfffb4361842ed7f33140d2660]

        INTEGRATION: CWS fwk86 (1.19.6); FILE MERGED 2008/04/30 15:50:45 pb 1.19.6.3: RESYNC: (1.20-1.21); FILE MERGED 2008/03/12 17:26:56 pb 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2008/03/06 09:28:23 cd 1.19.6.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [78081ab24359d7192b4f91dabff0ffefcd84e52c]

        INTEGRATION: CWS fwk86 (1.4.376); FILE MERGED 2008/04/30 15:50:42 pb 1.4.376.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/06 09:28:23 cd 1.4.376.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c30175ab319f2a59214f97300e8996266c2aa5a5]

        INTEGRATION: CWS fwk86 (1.14.26); FILE MERGED 2008/04/30 15:50:39 pb 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/06 09:28:22 cd 1.14.26.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [5c8f3aa0661e864f2446c0ba14a0cb62c16b6170]

        INTEGRATION: CWS fwk86 (1.28.26); FILE MERGED 2008/04/30 15:50:35 pb 1.28.26.2: RESYNC: (1.28-1.30); FILE MERGED 2008/03/06 09:28:22 cd 1.28.26.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [008c8921b32a72bbe609cbde0219a6dc7b5b4199]

        INTEGRATION: CWS fwk86 (1.6.214); FILE MERGED 2008/04/30 15:50:32 pb 1.6.214.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 09:28:22 cd 1.6.214.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [113105d0ec430a7530140d6a3dc975841e1037c5]

        INTEGRATION: CWS fwk86 (1.2.316); FILE MERGED 2008/04/30 15:50:29 pb 1.2.316.3: RESYNC: (1.3-1.4); FILE MERGED 2008/03/12 17:26:53 pb 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 09:28:22 cd 1.2.316.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7362faeeb5ebee5ed8cd9d78a39da1ec4dfe7f69]

        INTEGRATION: CWS fwk86 (1.26.8); FILE MERGED 2008/04/30 15:50:26 pb 1.26.8.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/06 09:28:22 cd 1.26.8.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [d61c95ffcf22ba3302acd13a8878bde4cba931f2]

        INTEGRATION: CWS fwk86 (1.20.94); FILE MERGED 2008/04/30 15:50:22 pb 1.20.94.3: RESYNC: (1.21-1.22); FILE MERGED 2008/03/12 17:26:50 pb 1.20.94.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:28:22 cd 1.20.94.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [0dfc5400481ec73b4146e26c71cd998ea4b37d3e]

        INTEGRATION: CWS fwk86 (1.3.214); FILE MERGED 2008/04/30 15:50:19 pb 1.3.214.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/06 09:28:21 cd 1.3.214.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [68e8f9adc2c73af3b6027b8aa808f8e50378e719]

        INTEGRATION: CWS fwk86 (1.20.330); FILE MERGED 2008/04/30 15:50:16 pb 1.20.330.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/06 09:28:21 cd 1.20.330.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [07bef4a3ec80bdd304f01ce8cefd197bd141e9f9]

        INTEGRATION: CWS fwk86 (1.58.110); FILE MERGED 2008/04/30 15:50:13 pb 1.58.110.2: RESYNC: (1.58-1.59); FILE MERGED 2008/03/06 09:28:21 cd 1.58.110.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [5ec0daf3f6efee544be0650f8fb2b78f51664ece]

        INTEGRATION: CWS fwk86 (1.38.28); FILE MERGED 2008/04/30 15:50:10 pb 1.38.28.3: RESYNC: (1.39-1.40); FILE MERGED 2008/03/26 07:36:18 pb 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2008/03/06 09:28:21 cd 1.38.28.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [bad38031dd08cfaa8f49b38a8bad142572cba7e6]

        INTEGRATION: CWS fwk86 (1.3.998); FILE MERGED 2008/04/30 15:50:07 pb 1.3.998.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/06 09:28:21 cd 1.3.998.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [a109d71bb4c3e6623d9c94e2a5e7913d7785e935]

        INTEGRATION: CWS fwk86 (1.11.126); FILE MERGED 2008/04/30 15:50:04 pb 1.11.126.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/06 09:28:21 cd 1.11.126.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c8605a3d283d4bc35aedd130311849f30887301a]

        INTEGRATION: CWS fwk86 (1.26.46); FILE MERGED 2008/04/30 15:50:01 pb 1.26.46.2: RESYNC: (1.26-1.28); FILE MERGED 2008/03/06 09:28:21 cd 1.26.46.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [69af77e3d8bfc05d749de045be685215f19d1ebe]

        INTEGRATION: CWS fwk86 (1.34.46); FILE MERGED 2008/04/30 15:49:58 pb 1.34.46.3: RESYNC: (1.35-1.38); FILE MERGED 2008/03/12 17:26:47 pb 1.34.46.2: RESYNC: (1.34-1.35); FILE MERGED 2008/03/06 09:28:21 cd 1.34.46.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [c3c29886de7965e0d121751a2528a88a720073e6]

        INTEGRATION: CWS fwk86 (1.215.8); FILE MERGED 2008/04/30 15:49:55 pb 1.215.8.3: RESYNC: (1.216-1.220); FILE MERGED 2008/03/12 17:26:44 pb 1.215.8.2: RESYNC: (1.215-1.216); FILE MERGED 2008/03/06 09:28:20 cd 1.215.8.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [a3ba683b3dbc74ca7bcd90e372f9285da17f8292]

        INTEGRATION: CWS fwk86 (1.34.26); FILE MERGED 2008/04/30 15:49:52 pb 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2008/03/06 09:28:20 cd 1.34.26.1: #i86384# Remove unused code from desktop

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [89161c7f80fafe55b6b4f7221ac06d9b01b81eb4]

        INTEGRATION: CWS fwk86 (1.56.52); FILE MERGED 2008/04/30 15:49:25 pb 1.56.52.4: RESYNC: (1.57-1.59); FILE MERGED 2008/03/26 07:35:34 pb 1.56.52.3: RESYNC: (1.56-1.57); FILE MERGED 2008/03/26 06:00:21 pb 1.56.52.2: fix: #i86685# last changes removed before resync to m4 2008/03/13 09:51:38 pb 1.56.52.1: fix: #i86685# progressbar of splashscreen changed

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [4df47df0d636fda979c7d024c17ca22260255fbd]

        INTEGRATION: CWS fwk86 (1.2.6); FILE MERGED 2008/04/30 15:49:22 pb 1.2.6.2: RESYNC: (1.2-1.5); FILE MERGED 2008/03/31 05:32:50 pb 1.2.6.1: fix: #i86685# new progress attributes

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [401f480b823f2174ab835a8dc570336c3c54533b]

        INTEGRATION: CWS fwk86 (1.133.78); FILE MERGED 2008/04/30 15:47:54 pb 1.133.78.2: RESYNC: (1.133-1.135); FILE MERGED 2008/04/10 10:54:50 mav 1.133.78.1: #i86462# let the current security settings be used during reload

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [e068989f6f8411403063ae9adc1d70e931beeb5a]

        INTEGRATION: CWS fwk86 (1.67.216); FILE MERGED 2008/04/30 15:47:44 pb 1.67.216.2: RESYNC: (1.67-1.68); FILE MERGED 2008/04/07 11:49:07 pb 1.67.216.1: fix: #i86924# reset item images if symbols style has changed

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [739f8e20c3a7d86a2b1f6bf8d2b202eee26b9a72]

        INTEGRATION: CWS fwk86 (1.21.82); FILE MERGED 2008/04/30 15:47:39 pb 1.21.82.2: RESYNC: (1.21-1.23); FILE MERGED 2008/04/07 11:47:44 pb 1.21.82.1: fix: #i86924# reset item images if symbols style has changed

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8281350f28453d05a3f94e41d1b00ba8f8cde9e6]

        INTEGRATION: CWS fwk86 (1.10.20); FILE MERGED 2008/04/30 15:47:35 pb 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/14 13:13:27 pb 1.10.20.1: fix: #i73576# set WB_NOLABEL on buttons

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [23aa0e0900952d8ae263830f15ca63681b90d8c7]

        INTEGRATION: CWS fwk86 (1.127.198); FILE MERGED 2008/04/30 15:47:31 pb 1.127.198.2: RESYNC: (1.127-1.129); FILE MERGED 2008/04/07 10:37:04 pb 1.127.198.1: fix: #i87677# SwViewProp 'IsExecuteHyperlinks' was removed

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [de223cc9ae27c55246831a6a9584c6350fd41656]

        INTEGRATION: CWS fwk86 (1.2.282); FILE MERGED 2008/04/30 15:47:24 pb 1.2.282.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/07 11:46:01 pb 1.2.282.1: fix: #i86924# new member: ULONG m_nSymbolsStyle

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [1a618fcea437ed452bb9f03120c4b7e96c604a35]

        INTEGRATION: CWS fwk86 (1.2.282); FILE MERGED 2008/04/30 15:47:20 pb 1.2.282.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/07 11:45:01 pb 1.2.282.1: fix: #i86924# new member: ULONG m_nSymbolsStyle

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [6b100f7b3aadb78730e3824ea3fa08a14c1530c4]

        INTEGRATION: CWS fwk86 (1.22.312); FILE MERGED 2008/04/30 15:40:03 pb 1.22.312.2: RESYNC: (1.22-1.24); FILE MERGED 2008/03/11 09:14:43 pb 1.22.312.1: fix: #i85795# wrong path fixed

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [cdc91a74179658fe2758c69a01e1d64ad9917253]

        INTEGRATION: CWS fwk86 (1.45.48); FILE MERGED 2008/04/30 15:39:59 pb 1.45.48.3: RESYNC: (1.46-1.47); FILE MERGED 2008/03/05 10:49:37 cd 1.45.48.2: RESYNC: (1.45-1.46); FILE MERGED 2008/02/26 11:31:33 cd 1.45.48.1: #i53677# Fix focus problems with up/down while customizing toolbox items

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b2e94c19acbb7cbb1d885cc34285e8f0682bf2bf]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:10:47 pb 1.1.2.1: fix: #i38535# image for exchange databases function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ffdf2d50c6688e01811fb9dbfda71a48e1efac26]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:06:51 pb 1.1.2.1: fix: #i74238# image for uppercase function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [025200e633d6fe3ed69f86774b4c271a00380ce2]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:04:23 pb 1.1.2.1: fix: #i74238# image for lowercase function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7c5a624b351c4b50be935c1cc6e1f88b05a14ae0]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:10:32 pb 1.1.2.1: fix: #i38535# image for exchange databases function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [8d8e46106a3a1acf164aaa60294f317a17e9de65]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:06:38 pb 1.1.2.1: fix: #i74238# image for uppercase function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [11282ee208e2453a47ae7733979fe1d51b006c0d]

        INTEGRATION: CWS fwk86 (1.1.2); FILE ADDED 2008/04/11 10:04:07 pb 1.1.2.1: fix: #i74238# image for lowercase function

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [66ef144be1df7a90f94a9c63849d546c449c5d61]

        INTEGRATION: CWS fwk86 (1.33.56); FILE MERGED 2008/04/30 15:32:03 pb 1.33.56.2: RESYNC: (1.33-1.34); FILE MERGED 2008/04/11 10:13:23 pb 1.33.56.1: fix: #i38535# command ChangeDatabaseField now with image

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [98d9635fafe34df6e92167a6457b565c45b7dc8c]

        INTEGRATION: CWS fwk86 (1.65.24); FILE MERGED 2008/04/30 15:31:56 pb 1.65.24.2: RESYNC: (1.65-1.66); FILE MERGED 2008/04/11 10:15:54 pb 1.65.24.1: fix: #i74238# command ChangeCaseToLower/Upper now with image

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [94d75d137f4666e0c9908aa757ea9cf92ebe3b3e]

        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>  [b923c5c3689d8984416e563bbc8fd26feb0785d5]

        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-13  Vladimir Glazounov  <vg@openoffice.org>  [873061d79b6bdb85dc3a2a64ffec4bf73faf8117]

        INTEGRATION: CWS fwk86 (1.6.208); FILE MERGED 2008/04/30 15:28:25 pb 1.6.208.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/12 16:23:14 cd 1.6.208.1: #i86787# Use fast sort algorithm to sort font names

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [18698a1d162086087e91c7d3a3b3175d7dd8b519]

        INTEGRATION: CWS fwk86 (1.69.28); FILE MERGED 2008/04/30 15:28:21 pb 1.69.28.2: RESYNC: (1.69-1.70); FILE MERGED 2008/03/06 10:29:25 cd 1.69.28.1: #i86098# Prevent crash when layout manager is destroyed and deinitialized via disposing

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [bcb81b7303fe12befa212055fa42b726a5f33a53]

        #i89232# build breaker in DEV300m12

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [b6d586598517b761163f02a20b5298a598f81718]

        #i89232# build breaker in DEV300m12

2008-05-13  Vladimir Glazounov  <vg@openoffice.org>  [ef095ad69f33076584661e20a861aeab33b12675]

        #i89162#

2008-05-07  Kurt Zenker  <kz@openoffice.org>  [6fa2f2a0db27107b2d60fb49f275fcda1a7c9a7c]

        #i10000# prevent link errors on windows

2008-05-07  Vladimir Glazounov  <vg@openoffice.org>  [5174de1ab89589187a0835fb8db89429aaf2f70f]

        #i10000# deliver dynamic lib

2008-05-07  Vladimir Glazounov  <vg@openoffice.org>  [eb78e02179c0518df959a5ed9ac2155f416ba5b8]

        #i10000# use dynamic objects instead of static

2008-05-07  Kurt Zenker  <kz@openoffice.org>  [589e7f1464f5e9267af8a5fdd71c558eb37e8b61]

        #i10000# use macro for calling perl

2008-05-07  Rüdiger Timm  <rt@openoffice.org>  [cbedf6d6b6c27f195585f7c5e1be7049a03b4dc9]

        #i10000# Replace patch with GNUPATCH (otherwise build on Solaris x86  breaks, i.e. asks which file to patch).

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1edc81647052cf30d9f24a8d0c8bc6e06bda5dfb]

        DEV300

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [317fcaf06e68039de1d957fc30a288d85060ba8e]

        DEV300

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [9b8e66e23c7894804c2c2b68b75d65006ce4823b]

        INTEGRATION: CWS uoffilter (1.24.386); FILE MERGED 2008/02/28 17:13:57 mba 1.24.386.3: RESYNC: (1.24-1.25); FILE MERGED 2007/08/21 03:44:02 liyuan 1.24.386.2: add uof filter 2007/08/14 13:42:08 liyuan 1.24.386.1: add uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [f2e7b814f1987eed8eb1c60f064b664826167154]

        INTEGRATION: CWS uoffilter (1.61.10); FILE MERGED 2008/02/28 17:14:29 mba 1.61.10.3: RESYNC: (1.61-1.85); FILE MERGED 2008/02/25 05:38:49 liyuan 1.61.10.2: uof filter's configuration 2007/08/14 13:44:50 liyuan 1.61.10.1: add setting for uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [450aa30c128d46e476f2ab5a2069ba0147a15b84]

        INTEGRATION: CWS uoffilter (1.192.2); FILE MERGED 2008/02/28 17:14:26 mba 1.192.2.3: RESYNC: (1.192-1.229); FILE MERGED 2008/02/25 05:38:49 liyuan 1.192.2.2: uof filter's configuration 2007/08/14 13:44:50 liyuan 1.192.2.1: add setting for uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [be511c2337755ef2c8d9959730760e28d8a2e01a]

        INTEGRATION: CWS uoffilter (1.36.2); FILE MERGED 2008/02/28 17:14:21 mba 1.36.2.3: RESYNC: (1.36-1.43); FILE MERGED 2008/02/25 05:38:50 liyuan 1.36.2.2: uof filter's configuration 2007/08/14 13:44:50 liyuan 1.36.2.1: add setting for uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [36d55c70330936bde43915868f5938e8b88c8439]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/08/21 03:48:39 liyuan 1.1.2.2: set the encoding UTF-8 2007/08/14 13:28:55 liyuan 1.1.2.1: import stylesheet for uof

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [9e77138eb7c618b3a5d4694ee79329bf0c96dfc6]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2008/02/29 03:08:22 liyuan 1.1.2.2: update the spreadsheet stypesheet 2007/08/14 13:28:55 liyuan 1.1.2.1: import stylesheet for uof

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [b455dcadaa2432979732722037d4149900bf6ba8]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/08/14 13:28:55 liyuan 1.1.2.1: import stylesheet for uof

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [2c377c6f86fd30075de5d5203da2bbd1a32e41d4]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/09/11 05:33:04 liyuan 1.1.2.3: add the @uof:mimetype in the stylesheet 2007/08/21 03:46:57 liyuan 1.1.2.2: set the encoding UTF-8 2007/08/14 13:24:05 liyuan 1.1.2.1: uof text

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [b679485adcf7beed5e1c0e35730a624034a2c4e5]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2008/02/29 01:41:34 liyuan 1.1.2.3: update it for jre1.5 2007/09/11 05:33:04 liyuan 1.1.2.2: add the @uof:mimetype in the stylesheet 2007/08/14 13:24:31 liyuan 1.1.2.1: uof spreadsheet

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1a809cbbc25afae916a8b63c69a99fa53b232e89]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/09/11 05:33:04 liyuan 1.1.2.2: add the @uof:mimetype in the stylesheet 2007/08/14 13:24:58 liyuan 1.1.2.1: uof presentation

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [e2c3f0acbfe2b6aad896127d661ff9630e24dc34]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2008/03/11 09:24:55 liyuan 1.1.2.3: For opening the file with extension uof 2007/09/11 05:29:12 liyuan 1.1.2.2: add the uof:mimetype in the UOF document 2007/08/14 13:35:42 liyuan 1.1.2.1: add uof filter setting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [f84a5b2f82e7c90fe70e3768cfa0c6121d5b5893]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2008/03/11 09:24:55 liyuan 1.1.2.3: For opening the file with extension uof 2007/09/11 05:29:13 liyuan 1.1.2.2: add the uof:mimetype in the UOF document 2007/08/14 13:35:43 liyuan 1.1.2.1: add uof filter setting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [064f1f29d4a15136f31bdd5278e386b37a459cf0]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/08/14 13:39:38 liyuan 1.1.2.1: add setting for uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1b91e098fc874b2c9773d4a388fbf4a9ab924f42]

        INTEGRATION: CWS uoffilter (1.1.2); FILE ADDED 2007/08/14 13:39:39 liyuan 1.1.2.1: add setting for uof filter

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [d0baa1d488e49fdd6d29c86c959cc2866cdeda85]

        INTEGRATION: CWS uoffilter (1.7.410); FILE MERGED 2008/02/28 17:14:00 mba 1.7.410.2: RESYNC: (1.7-1.9); FILE MERGED 2007/08/14 13:32:11 liyuan 1.7.410.1: add uof setting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [7a456c003812534bbec937bce192cd94355f47ba]

        INTEGRATION: CWS wikiext03 (1.25.4); FILE MERGED 2008/05/02 11:58:16 mav 1.25.4.1: #i88649# not all servers allow access the ShortURL directly

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [6cd1bce9e6802b484e6aad7fd5e34986130e8b70]

        INTEGRATION: CWS lcwarnings2 (1.5.334); FILE MERGED 2008/04/17 12:42:13 tl 1.5.334.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/03 09:35:15 tl 1.5.334.2: #i83458# warning-free code wntmsci11 2008/02/29 14:13:46 tl 1.5.334.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [3f5a07dd5b9d174c63fdc6c51ca34e23b5abc72d]

        INTEGRATION: CWS lcwarnings2 (1.97.318); FILE MERGED 2008/04/17 12:42:10 tl 1.97.318.2: RESYNC: (1.97-1.99); FILE MERGED 2008/02/29 14:13:46 tl 1.97.318.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1e6d415ed88e8312c1a584b2bd1415ff97a150a4]

        INTEGRATION: CWS lcwarnings2 (1.7.182); FILE MERGED 2008/04/17 12:35:25 tl 1.7.182.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/03 10:09:52 tl 1.7.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.7.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [95584c1b5e9f7cf670ddd67ab277d6cc31bcd7ac]

        INTEGRATION: CWS lcwarnings2 (1.5.180); FILE MERGED 2008/04/17 12:35:22 tl 1.5.180.4: RESYNC: (1.5-1.7); FILE MERGED 2008/03/03 10:09:52 tl 1.5.180.3: #i83458# warning-free code wntmsci11 2008/02/29 15:05:02 tl 1.5.180.2: #i83458# warning free code for wntmsci11 2008/02/29 14:55:47 tl 1.5.180.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [537d091ecb5038e868aa1352804330f7e1018099]

        INTEGRATION: CWS lcwarnings2 (1.5.182); FILE MERGED 2008/04/17 12:35:18 tl 1.5.182.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/03 10:09:52 tl 1.5.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:51:11 tl 1.5.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [7644122d16ed0ce44c60c7ac93c8b2581ccd86e0]

        INTEGRATION: CWS lcwarnings2 (1.8.180); FILE MERGED 2008/04/17 12:35:15 tl 1.8.180.3: RESYNC: (1.8-1.10); FILE MERGED 2008/03/03 10:09:52 tl 1.8.180.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.8.180.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [6595c3fd13940a6a073ca1f6e5b4a82c13965772]

        INTEGRATION: CWS lcwarnings2 (1.7.182); FILE MERGED 2008/04/17 12:35:12 tl 1.7.182.3: RESYNC: (1.7-1.8); FILE MERGED 2008/03/03 10:09:51 tl 1.7.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.7.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c0638657360dfa7171c3dffbf5bd4dbc75cb20f7]

        INTEGRATION: CWS lcwarnings2 (1.9.182); FILE MERGED 2008/04/17 12:35:09 tl 1.9.182.3: RESYNC: (1.9-1.10); FILE MERGED 2008/03/03 10:09:51 tl 1.9.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.9.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [6ecae8aa17644f8bd7bb19b2de8d1c163e8d186d]

        INTEGRATION: CWS lcwarnings2 (1.10.182); FILE MERGED 2008/04/17 12:34:53 tl 1.10.182.3: RESYNC: (1.10-1.12); FILE MERGED 2008/03/03 10:09:51 tl 1.10.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.10.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [063467fae8704f3f04171b96b5e7eebb5fd0ac94]

        INTEGRATION: CWS lcwarnings2 (1.20.180); FILE MERGED 2008/04/17 12:35:06 tl 1.20.180.4: RESYNC: (1.20-1.21); FILE MERGED 2008/03/03 10:09:51 tl 1.20.180.3: #i83458# warning-free code wntmsci11 2008/02/29 15:03:37 tl 1.20.180.2: #i83458# warning free code for wntmsci11 2008/02/29 14:55:47 tl 1.20.180.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [9d82b3bf198129183292a7d2287c4a0b6f3883ee]

        INTEGRATION: CWS lcwarnings2 (1.6.182); FILE MERGED 2008/04/17 12:35:02 tl 1.6.182.3: RESYNC: (1.6-1.7); FILE MERGED 2008/03/03 10:09:51 tl 1.6.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:55:47 tl 1.6.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [0cb1cedf2aa15ae680c2bc21dc80d988daa14340]

        INTEGRATION: CWS lcwarnings2 (1.5.182); FILE MERGED 2008/04/17 12:34:59 tl 1.5.182.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/03 10:09:51 tl 1.5.182.2: #i83458# warning-free code wntmsci11 2008/02/29 14:51:11 tl 1.5.182.1: #i83458# warning free code for wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [74347b04f5b4c519763b536a094d4332c06a1532]

        INTEGRATION: CWS lcwarnings2 (1.10.182); FILE MERGED 2008/04/17 12:34:56 tl 1.10.182.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/03 10:09:51 tl 1.10.182.1: #i83458# warning-free code wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [e6193678322fa28f6b4a04333687680fdc1d62ff]

        INTEGRATION: CWS lcwarnings2 (1.11.18); FILE MERGED 2008/04/17 12:11:46 tl 1.11.18.2: RESYNC: (1.11-1.13); FILE MERGED 2008/02/29 10:12:39 tl 1.11.18.1: #i68903# warning-free code for lingucomponent wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [5d75b55384b316e9a785fe12b416ea70a860308d]

        INTEGRATION: CWS lcwarnings2 (1.21.16); FILE MERGED 2008/04/17 12:11:27 tl 1.21.16.2: RESYNC: (1.21-1.24); FILE MERGED 2008/02/29 10:12:38 tl 1.21.16.1: #i68903# warning-free code for lingucomponent wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [75a3cddfc328826b778ea9955a86ee8f8eab3f12]

        INTEGRATION: CWS lcwarnings2 (1.19.74); FILE MERGED 2008/04/17 12:10:49 tl 1.19.74.3: RESYNC: (1.19-1.24); FILE MERGED 2008/02/29 14:20:19 tl 1.19.74.2: #i83458# warning free code for wntmsci11 2008/02/29 10:20:09 tl 1.19.74.1: #i68903# warning-free code for lingucomponent wntmsci11

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c89d91d3387833f7285fa54f203461b7dc58c1f9]

        INTEGRATION: CWS os112 (1.22.204); FILE MERGED 2008/03/10 08:42:29 os 1.22.204.1: #i73707# RTL auto formatting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [e8e98221f86a327efdbd647ca7caeea2579f0703]

        INTEGRATION: CWS os112 (1.17.202); FILE MERGED 2008/04/08 07:37:17 os 1.17.202.2: RESYNC: (1.17-1.19); FILE MERGED 2008/04/01 08:10:37 os 1.17.202.1: #i82413# metric unit correctly set

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [8db4e6401780e2071b3afe53e48c1a6e903316bb]

        #i88810# fix JDKLIB for jdk15 on unxlngi6

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [6077d9ff5bb692dabcc930c85ddffbe7843a1cb5]

        #89065# fix delivering compiler manifest files

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [133b1f06daf0f030e7e5a030545111fce1bceb6e]

        INTEGRATION: CWS os112 (1.60.338); FILE MERGED 2008/03/03 08:22:47 os 1.60.338.1: #i86580# exclamation mark should start AutoCorrection, too

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [f4dd868fc9d796e10479a1e84fca2e897b5ce567]

        INTEGRATION: CWS os112 (1.83.338); FILE MERGED 2008/03/31 13:57:02 os 1.83.338.1: #i83480# hidden and unused controls removed

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [71263b37a46eb15bcae3d48b1f59e734aebee33e]

        INTEGRATION: CWS os112 (1.5.338); FILE MERGED 2008/03/31 13:57:02 os 1.5.338.1: #i83480# hidden and unused controls removed

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [5c6ea6133eeda5df1a6b3c076d15ff76cf07801e]

        INTEGRATION: CWS os112 (1.17.1226); FILE MERGED 2008/03/31 13:57:02 os 1.17.1226.1: #i83480# hidden and unused controls removed

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [067e1b1544a9037ec8cc95761e87ad95e0deb777]

        INTEGRATION: CWS os112 (1.52.104); FILE MERGED 2008/03/31 13:57:02 os 1.52.104.1: #i83480# hidden and unused controls removed

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c08423de890cb0d4099526c4712e1ea7f4095327]

        INTEGRATION: CWS os112 (1.7.230); FILE MERGED 2008/03/10 08:43:07 os 1.7.230.1: #i73707# RTL auto formatting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c3600eeae5c9b2dd927833f1612c615c4828735c]

        INTEGRATION: CWS os112 (1.5.338); FILE MERGED 2008/03/31 12:40:18 os 1.5.338.1: #i83481# Asian layout: remember listbox selection to return to it if special character dialog is cancelled

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [7d4f890485dc1f8c99d2c5053ac5b7dc3eb76893]

        INTEGRATION: CWS os112 (1.97.322); FILE MERGED 2008/04/08 07:39:30 os 1.97.322.2: RESYNC: (1.97-1.98); FILE MERGED 2008/03/31 12:40:18 os 1.97.322.1: #i83481# Asian layout: remember listbox selection to return to it if special character dialog is cancelled

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [141e736872f46b5e4536723b1cc40e9870ba8391]

        INTEGRATION: CWS os112 (1.3.230); FILE MERGED 2008/03/10 08:42:55 os 1.3.230.1: #i73707# RTL auto formatting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [0569d3e4de8c14123a0d0ee1d1de3114f09ced0d]

        INTEGRATION: CWS os112 (1.11.18); FILE MERGED 2008/03/31 10:51:12 os 1.11.18.1: #i87522# KEY_INSERT re-inserted

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [d5aeaa5b58153ab8ddcce26e7f93fdc439aff61d]

        INTEGRATION: CWS os112 (1.38.200); FILE MERGED 2008/04/08 07:37:46 os 1.38.200.2: RESYNC: (1.38-1.40); FILE MERGED 2008/04/01 07:38:12 os 1.38.200.1: #i85319# check bookmark from SwXTextRange

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [2eb01eb48c28f9a3ec6418b6028e3a17a3e60aab]

        INTEGRATION: CWS os112 (1.54.200); FILE MERGED 2008/04/08 07:37:41 os 1.54.200.2: RESYNC: (1.54-1.57); FILE MERGED 2008/04/02 13:31:23 os 1.54.200.1: #151343# SaveContentTo: use OutStream not InStream

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1145d0454c51c796e9995fc0f076cb115caeaa18]

        INTEGRATION: CWS os112 (1.15.202); FILE MERGED 2008/04/08 07:37:27 os 1.15.202.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/07 11:04:35 os 1.15.202.1: #i69888# Label property not necessarily available

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [ea9e33aa9754a2718514fc6a2dbd4d2b32e7d248]

        INTEGRATION: CWS os112 (1.29.144); FILE MERGED 2008/04/08 07:37:12 os 1.29.144.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/31 11:35:14 os 1.29.144.1: #i87459# enable loading of empty AutoCaption numbering separator

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [df87242f4b99b361ba5ca7296f7ec8c3406228da]

        INTEGRATION: CWS os112 (1.20.202); FILE MERGED 2008/04/08 07:37:07 os 1.20.202.2: RESYNC: (1.20-1.21); FILE MERGED 2008/02/29 12:19:31 os 1.20.202.1: #i8855# empty vertical alignment results in VertOrientation::NONE

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [39234397ee7b2a039e7424bb2c77279f7c481d11]

        INTEGRATION: CWS os112 (1.48.144); FILE MERGED 2008/04/08 07:14:01 os 1.48.144.2: RESYNC: (1.48-1.49); FILE MERGED 2008/04/01 07:10:17 os 1.48.144.1: #i87445# no duplicate copies of frame bound graphics/frames

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [b26d0e948fa9d205878dba33a22fa9e23c17e6a0]

        INTEGRATION: CWS os112 (1.17.276); FILE MERGED 2008/03/10 08:43:39 os 1.17.276.1: #i73707# RTL auto formatting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [4abf1a4f5929f408dd805babe61369fd9bfb7152]

        INTEGRATION: CWS os112 (1.8.676); FILE MERGED 2008/03/10 08:43:32 os 1.8.676.1: #i73707# RTL auto formatting

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [36a83aae54c3eecf2c0a9c03efdafa4dcd9ebc61]

        INTEGRATION: CWS native147 (1.6.2); FILE MERGED 2008/04/24 13:05:46 is 1.6.2.1: #i88334# remove relocatibilty

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [533846d89e90001b44e480dd8bba9589055687c4]

        INTEGRATION: CWS native147 (1.12.6); FILE MERGED 2008/04/21 13:05:59 is 1.12.6.2: #i88334# packages no longer relocatable 2008/04/16 12:57:46 is 1.12.6.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [a92e50bc6bbb747d0d9eba5f9da35ac8c7e52b3f]

        INTEGRATION: CWS hyphenexternal (1.120.4); FILE MERGED 2008/04/22 13:55:23 rene 1.120.4.5: RESYNC: (1.125-1.131); FILE MERGED 2008/02/19 11:40:59 rene 1.120.4.4: RESYNC: (1.123-1.125); FILE MERGED 2008/01/04 20:33:01 rene 1.120.4.3: RESYNC: (1.122-1.123); FILE MERGED 2007/12/03 13:27:15 rene 1.120.4.2: RESYNC: (1.120-1.122); FILE MERGED 2007/12/03 11:56:27 rene 1.120.4.1: HNJIB

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [f3c2d7a498add3f68e2ba67cb00ab2a4f42a5338]

        INTEGRATION: CWS native147 (1.10.14); FILE MERGED 2008/04/24 13:05:46 is 1.10.14.1: #i88334# remove relocatibilty

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1ebaf572136c17f9c57d1e9e6dc45aaf80316608]

        INTEGRATION: CWS native147 (1.10.2); FILE MERGED 2008/04/23 12:48:00 obr 1.10.2.1: set correct code type

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c1fbd7bc6a8a9764ccef49bb94c4aae3553a0890]

        INTEGRATION: CWS native147 (1.20.14); FILE MERGED 2008/04/25 10:09:44 obr 1.20.14.1: #i88334# append original install prefix

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [cd8ce90393d47ddb5dac218f1a45697e43df863a]

        INTEGRATION: CWS native147 (1.72.16); FILE MERGED 2008/04/16 12:55:17 is 1.72.16.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [125e6a6b52277cfa57a9f3e3829318c2c3cfa43b]

        INTEGRATION: CWS native147 (1.4.16); FILE MERGED 2008/04/16 12:55:16 is 1.4.16.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [a15d38cb64da3ed99ed03e462a8e817b3a53431b]

        INTEGRATION: CWS native147 (1.3.286); FILE MERGED 2008/04/16 12:55:16 is 1.3.286.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [19ddf47103da6afa7a5c98c0c44a43eebf1ce583]

        INTEGRATION: CWS native147 (1.5.16); FILE MERGED 2008/04/16 12:55:16 is 1.5.16.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [80d382a2999464b115d0a5511bc4fe9aa37cb83e]

        INTEGRATION: CWS native147 (1.8.16); FILE MERGED 2008/04/16 12:55:16 is 1.8.16.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [2d4692b3bd7c639097aa5c370442355e0f985c05]

        INTEGRATION: CWS native147 (1.7.2); FILE MERGED 2008/04/21 13:02:20 is 1.7.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [84839627937ec002624f6d3cb97cb930a83cabec]

        INTEGRATION: CWS native147 (1.4.2); FILE MERGED 2008/04/21 13:02:20 is 1.4.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [9f9f7f4e2a5d73846f8f9b7756a832944cfa0844]

        INTEGRATION: CWS native147 (1.3.2); FILE MERGED 2008/04/21 13:02:20 is 1.3.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [d7dd182b65da0804370cd62d7376a5c545e0903a]

        INTEGRATION: CWS native147 (1.5.2); FILE MERGED 2008/04/21 13:02:20 is 1.5.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1152ba2b99de780603fe3739b05aaf49c1445d8e]

        INTEGRATION: CWS native147 (1.7.2); FILE MERGED 2008/04/21 13:02:20 is 1.7.2.2: #i88334# packages no longer relocatable 2008/04/16 12:56:46 is 1.7.2.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [937527c1ad7c0b43cc24e7b865fcb6d7bd0907ee]

        INTEGRATION: CWS native147 (1.4.2); FILE MERGED 2008/04/21 13:02:19 is 1.4.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [d865d41e812abfd4f5cb090a7a3c1ff0bac744e4]

        INTEGRATION: CWS native147 (1.4.2); FILE MERGED 2008/04/25 12:10:42 is 1.4.2.2: #i88334# /opt for linux rpm because of rpm 3 2008/04/21 13:02:19 is 1.4.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [9eeb129592cf38316f6d8f2cd09ad8b25d7e0107]

        INTEGRATION: CWS native147 (1.5.2); FILE MERGED 2008/04/21 13:02:19 is 1.5.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [2ad18373e182449c97474abeb576d2b5fb9597d0]

        INTEGRATION: CWS native147 (1.5.2); FILE MERGED 2008/04/25 12:10:42 is 1.5.2.1: #i88334# /opt for linux rpm because of rpm 3

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [a6f17e3981539577ad2add6da7633bd0d50ae38a]

        INTEGRATION: CWS native147 (1.6.2); FILE MERGED 2008/04/21 13:02:19 is 1.6.2.2: #i88334# packages no longer relocatable 2008/04/16 12:56:46 is 1.6.2.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c06bd4871e5eb5ee4182050260ff3f8fdb9b6ce6]

        INTEGRATION: CWS native147 (1.3.2); FILE MERGED 2008/04/21 13:02:19 is 1.3.2.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [75d2e0d274ffa173398a237ca289f28ec2f586b6]

        INTEGRATION: CWS native147 (1.5.2); FILE MERGED 2008/04/21 13:02:19 is 1.5.2.2: #i88334# packages no longer relocatable 2008/04/16 12:56:46 is 1.5.2.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c4c8c8c268c3dfeb0a4ac6311e3744ec6a97024c]

        INTEGRATION: CWS native147 (1.7.2); FILE MERGED 2008/04/21 13:02:18 is 1.7.2.2: #i88334# packages no longer relocatable 2008/04/16 12:56:46 is 1.7.2.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [c179085d11ad757c144772c28dd1a614c8ffe07e]

        INTEGRATION: CWS native147 (1.22.6); FILE MERGED 2008/04/16 12:57:46 is 1.22.6.1: #i88008# do not show license dialog

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [4f50c8ff0112ebc15aa966bfe04e3c880a2b991f]

        INTEGRATION: CWS native147 (1.80.6); FILE MERGED 2008/04/25 12:09:39 is 1.80.6.2: #i88334# /opt for linux rpm because of rpm 3 2008/04/21 13:05:58 is 1.80.6.1: #i88334# packages no longer relocatable

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [72030a6abbea85aa41394c4a3985e1ae95348f38]

        INTEGRATION: CWS native147 (1.31.14); FILE MERGED 2008/04/23 20:26:48 obr 1.31.14.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [1c4d105f08e8b5974a817bbce5091c1e0f0ebd65]

        INTEGRATION: CWS native147 (1.46.6); FILE MERGED 2008/04/23 21:08:52 obr 1.46.6.1: removed CDE integration as CDE in Solaris has been EOLed

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [f71fb5caab70056136e9ddc83b77d2bd9b2656b7]

        INTEGRATION: CWS native147 (1.20.4); FILE MERGED 2008/04/23 20:26:48 obr 1.20.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [68be7fd3ef2757a10438895a01d952065a259c57]

        INTEGRATION: CWS native147 (1.30.6); FILE MERGED 2008/04/23 20:26:47 obr 1.30.6.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [04f6510ae18d26939a7beeee28f054cc0b703927]

        INTEGRATION: CWS native147 (1.28.4); FILE MERGED 2008/04/23 20:26:47 obr 1.28.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [78ea008917575341e8cfa8e52c3464689add52bd]

        INTEGRATION: CWS native147 (1.14.50); FILE MERGED 2008/04/23 21:08:52 obr 1.14.50.2: removed CDE integration as CDE in Solaris has been EOLed 2008/04/23 20:26:47 obr 1.14.50.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [ac6dc5569bf8c6efbbde15306ac632a0bfc406da]

        INTEGRATION: CWS native147 (1.6.90); FILE REMOVED 2008/04/23 21:08:52 obr 1.6.90.2: removed CDE integration as CDE in Solaris has been EOLed 2008/04/23 20:26:47 obr 1.6.90.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [8c90eb3c1751ac45e886f94ccf1c796007de42be]

        INTEGRATION: CWS native147 (1.21.6); FILE MERGED 2008/04/23 21:08:52 obr 1.21.6.2: removed CDE integration as CDE in Solaris has been EOLed 2008/04/23 20:26:47 obr 1.21.6.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [78a06a7cf639df28bdd1daa851e92e1ec9aabe9c]

        INTEGRATION: CWS native147 (1.4.14); FILE MERGED 2008/04/23 21:08:52 obr 1.4.14.2: removed CDE integration as CDE in Solaris has been EOLed 2008/04/23 20:26:47 obr 1.4.14.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [86a6810712bdc8e97daafc7d4c26f2894479d59a]

        INTEGRATION: CWS native147 (1.2.322); FILE MERGED 2008/04/23 20:26:47 obr 1.2.322.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [dcc7b416fb809463652b57d40e79d7fb2b78d19c]

        INTEGRATION: CWS native147 (1.25.4); FILE MERGED 2008/04/23 20:26:47 obr 1.25.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [dab581a89285f0530e89f5ac9f70549bc6a0d834]

        INTEGRATION: CWS native147 (1.2.86); FILE MERGED 2008/04/23 20:26:46 obr 1.2.86.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [e40a5c4283fd9976b3b260757c2227d13df4fd0d]

        INTEGRATION: CWS native147 (1.29.6); FILE MERGED 2008/04/23 20:26:46 obr 1.29.6.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [508d240b5aef28a30a833acf4abdf2ea3cb69b5c]

        INTEGRATION: CWS native147 (1.27.4); FILE MERGED 2008/04/23 20:26:46 obr 1.27.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [90fab4e3a670460c5bef86d37142749ec471e677]

        INTEGRATION: CWS native147 (1.19.6); FILE MERGED 2008/04/23 20:26:46 obr 1.19.6.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [869ddb3a4bb525c31b48d286fce3cd032a05b163]

        INTEGRATION: CWS native147 (1.16.4); FILE MERGED 2008/04/23 20:26:46 obr 1.16.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [3a56f27cd0e3762fe85b96d743917b23dab59d9c]

        INTEGRATION: CWS native147 (1.13.4); FILE MERGED 2008/04/23 20:26:45 obr 1.13.4.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [ca1dba28fef9fc1bb17460fb8436fba0974893e9]

        INTEGRATION: CWS native147 (1.18.16); FILE MERGED 2008/04/23 20:26:45 obr 1.18.16.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [3d3a6a49532e893a620b66faeaed2aa420ae0038]

        INTEGRATION: CWS hyphenexternal (1.15.18); FILE MERGED 2008/04/22 13:56:13 rene 1.15.18.3: RESYNC: (1.16-1.19); FILE MERGED 2008/02/18 09:43:31 rene 1.15.18.2: use hyphen.lib 2007/12/03 00:07:53 rene 1.15.18.1: no interna libhnj anymore, use hyphen 2.3

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [82b0572170e95d450aa7718254bf4e07c50f4513]

        INTEGRATION: CWS hyphenexternal (1.20.64); FILE MERGED 2008/04/22 13:56:10 rene 1.20.64.3: RESYNC: (1.21-1.24); FILE MERGED 2008/01/04 20:34:04 rene 1.20.64.2: RESYNC: (1.20-1.20.66.1); FILE MERGED 2007/12/20 13:19:51 rene 1.20.64.1: we now use libhyphen, change displayed name

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [7da1bd7a43906a3ba9e9cce6a84a98fa581d1a83]

        INTEGRATION: CWS hyphenexternal (1.16.20); FILE MERGED 2007/12/03 12:04:14 rene 1.16.20.2: one lc_ too much 2007/12/03 00:07:53 rene 1.16.20.1: no interna libhnj anymore, use hyphen 2.3

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [272406101d0602656e55724de8e69b42a0f095b2]

        INTEGRATION: CWS hyphenexternal (1.6.4); FILE MERGED 2007/12/03 00:07:00 rene 1.6.4.1: #i74230# use hyph_en_US.dic from hyphen 2.3 directly

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [34fb49399ff1f8d260cac3742f1782c18501df38]

        INTEGRATION: CWS hyphenexternal (1.16.22); FILE MERGED 2008/01/04 20:33:31 rene 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/19 15:01:23 rene 1.16.22.1: depend on hyphen (lingucomponent already does, but..)

2008-05-06  Kurt Zenker  <kz@openoffice.org>  [88a5ca0c0d38cc3d1912b4f987df86caa187d414]

        INTEGRATION: CWS hyphenexternal (1.17.32); FILE MERGED 2008/04/22 13:56:00 rene 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2007/12/03 00:07:00 rene 1.17.32.1: #i74230# use hyph_en_US.dic from hyphen 2.3 directly

2008-05-06  Rüdiger Timm  <rt@openoffice.org>  [03f34364c8f7cd65b46c6d15008a59f7fc6a9f63]

        #i89053# Add BUILD_TYPE LPSOLVE.

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d1fc2aba0480c7c2efc88643e59de64286965534]

        INTEGRATION: CWS jl97 (1.35.6); FILE MERGED 2008/04/23 08:44:41 jl 1.35.6.1: #i88594# cpp test can be build with the compcheck switch to allow testing with testcomponents build with a previous compiler

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [70efd890838157632bc40fe3eb3f1c61c12b3535]

        INTEGRATION: CWS jl97 (1.23.6); FILE MERGED 2008/04/23 08:44:41 jl 1.23.6.1: #i88594# cpp test can be build with the compcheck switch to allow testing with testcomponents build with a previous compiler

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3ea2f4d21214dd2393a9685974323aac93fb4003]

        INTEGRATION: CWS jl97 (1.1.2); FILE ADDED 2008/04/23 08:43:15 jl 1.1.2.1: #i88594# added readme

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4b056d24acfe3beead137d0b69afa6e5f7205826]

        INTEGRATION: CWS dba30b (1.38.4); FILE MERGED 2008/04/15 22:12:08 fs 1.38.4.4: RESYNC: (1.38-1.39); FILE MERGED 2008/03/17 10:54:22 fs 1.38.4.3: for convenience: as long as 'macros in database documents' are not implemented, still add the 'ThisDatabaseDocument' variable to the BasicManager of a form/report 2008/03/17 10:11:03 fs 1.38.4.2: #i87121# corrected assertion 2008/03/17 09:27:17 fs 1.38.4.1: #i85010# provide an interaction handler and macro execution mode when newly-creating a database document

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [8ce299c8a86cbbf785445c2d11c35fa94b35f176]

        INTEGRATION: CWS cellstylefixes (1.3.2); FILE MERGED 2008/04/15 15:32:28 cl 1.3.2.1: #i88272# export drawing layer table stuff only for draw/impress

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [6daf25d98b004a4590513abba798947809d8ef7c]

        INTEGRATION: CWS cellstylefixes (1.3.2); FILE MERGED 2008/04/15 15:32:13 cl 1.3.2.1: #i88272# export drawing layer table stuff only for draw/impress

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [58eb624615ceca68e391f1e86392a561e3ac0a3b]

        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>  [99af827b1f07d71af034cd91917f33144a7730a4]

        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>  [1ec379d9a55ef3c874944affca26f80bfa175a82]

        INTEGRATION: CWS dba30b (1.43.6); FILE MERGED 2008/04/15 22:18:31 fs 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2008/03/17 09:13:49 fs 1.43.6.1: during #152837#: IMacroDocumentAccess::(s|g)etImposedMacroExecMode renamed to (s|g)etCurrentMacroExecMode, to better fit its changed semantics

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e8685279ad48c9080b9321f2c7ad5a670e5f0c84]

        INTEGRATION: CWS dba30b (1.99.6); FILE MERGED 2008/04/15 22:18:29 fs 1.99.6.2: RESYNC: (1.99-1.100); FILE MERGED 2008/03/17 09:12:54 fs 1.99.6.1: during #152837#: DocumentMacroMode::(s|g)etImposedMacroExecMode renamed to (s|g)etCurrentMacroExecMode, to better fit its changed semantics

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [7afce980f5ab7a9faca5e5b40b34818b2a943caa]

        INTEGRATION: CWS dba30b (1.3.52); FILE MERGED 2008/04/15 22:18:25 fs 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/17 09:12:26 fs 1.3.52.1: during #152837#: (s|g)etImposedMacroExecMode renamed to (s|g)etCurrentMacroExecMode, to better fit its changed semantics

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a815a6a1e585b8b356ffeb4ce514e19057bd8fe0]

        INTEGRATION: CWS dba30b (1.40.22); FILE MERGED 2008/04/15 22:18:23 fs 1.40.22.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/17 08:57:05 fs 1.40.22.1: no need to build this old stuff (which was commented out for more than 3 years now), right?

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [8e3999e1ef9a398ebca9eb3cfc2848ae0d160ff6]

        INTEGRATION: CWS dba30b (1.37.246); FILE MERGED 2008/04/15 22:18:19 fs 1.37.246.2: RESYNC: (1.37-1.38); FILE MERGED 2008/03/17 08:56:49 fs 1.37.246.1: no need to build this old stuff (which was commented out for more than 3 years now), right?

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3bca9ef912fee3c1f1f5e7f67c27fadab0763e4d]

        INTEGRATION: CWS dba30b (1.48.194); FILE MERGED 2008/04/15 22:18:11 fs 1.48.194.2: RESYNC: (1.48-1.49); FILE MERGED 2008/03/17 22:39:03 fs 1.48.194.1: #i10000#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [349d9d2ffe4a0b5d2c81a7da3ef6c09f33574598]

        INTEGRATION: CWS dba30b (1.3.52); FILE MERGED 2008/04/15 22:18:08 fs 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/17 09:11:54 fs 1.3.52.1: during #152837#: (s|g)etImposedMacroExecMode renamed to (s|g)etCurrentMacroExecMode, to better fit its changed semantics

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [11c6a8f6ea7f46771fa92f8b2bb4cb043a7e6a52]

        INTEGRATION: CWS dba30b (1.7.128); FILE MERGED 2008/04/15 22:14:48 fs 1.7.128.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/16 14:08:19 fs 1.7.128.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [326cb6cd28fea81532c6f23237d25f53ce201612]

        INTEGRATION: CWS dba30b (1.17.4); FILE MERGED 2008/04/15 22:14:45 fs 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:08:19 fs 1.17.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [caaea70805d8abb5a44359cd899eb4198d92fbc3]

        INTEGRATION: CWS dba30b (1.9.24); FILE MERGED 2008/04/15 22:14:41 fs 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/16 14:08:19 fs 1.9.24.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [bedfdb160656a0bf872381615ab73f810185e5d1]

        INTEGRATION: CWS dba30b (1.117.4); FILE MERGED 2008/04/15 22:14:37 fs 1.117.4.2: RESYNC: (1.117-1.119); FILE MERGED 2008/03/16 14:08:27 fs 1.117.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [242d87a719534374d4bf52358df5cc2a5eac3c8e]

        INTEGRATION: CWS dba30b (1.27.24); FILE MERGED 2008/04/15 22:14:33 fs 1.27.24.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/16 14:08:27 fs 1.27.24.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e327b38f888cdd67b52c5fbfff3beee63e6c9488]

        INTEGRATION: CWS dba30b (1.51.4); FILE MERGED 2008/04/15 22:14:29 fs 1.51.4.2: RESYNC: (1.51-1.53); FILE MERGED 2008/03/16 14:07:51 fs 1.51.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b378c812936332179a382ea429eb4460983fc5d9]

        INTEGRATION: CWS dba30b (1.16.78); FILE MERGED 2008/04/15 22:14:25 fs 1.16.78.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/16 14:07:58 fs 1.16.78.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [87bab72acb0fb3bc2542432d879916677b17f0aa]

        INTEGRATION: CWS dba30b (1.115.4); FILE MERGED 2008/04/15 22:14:22 fs 1.115.4.2: RESYNC: (1.115-1.117); FILE MERGED 2008/03/16 14:07:58 fs 1.115.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [75169a85a99a53bc14204a6385b3583351f2b148]

        INTEGRATION: CWS dba30b (1.90.24); FILE MERGED 2008/04/15 22:14:18 fs 1.90.24.2: RESYNC: (1.90-1.91); FILE MERGED 2008/03/16 14:07:58 fs 1.90.24.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [aefadca03e3a096e2bcf6085a2d488828c279c70]

        INTEGRATION: CWS wordcountfix (1.88.18); FILE MERGED 2008/04/21 12:51:20 fme 1.88.18.1: #i88484# Word count does not work on unix platforms

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [22434f9eeed210cb4dfa9cfb8c19a59ccb3335f0]

        INTEGRATION: CWS dba30b (1.23.4); FILE MERGED 2008/04/15 22:14:15 fs 1.23.4.2: RESYNC: (1.23-1.27); FILE MERGED 2008/03/16 14:06:33 fs 1.23.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [2b97f60558fc310905ed0eb3c77eb4452f136570]

        INTEGRATION: CWS dba30b (1.27.24); FILE MERGED 2008/04/15 22:14:12 fs 1.27.24.2: RESYNC: (1.27-1.28); FILE MERGED 2008/03/16 14:05:45 fs 1.27.24.1: #i86996# support for passing additional parameters

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [60e98bf7f1b728ba57ce5cf5545f25ada9af3d14]

        INTEGRATION: CWS dba30b (1.8.240); FILE MERGED 2008/04/15 22:14:09 fs 1.8.240.2: RESYNC: (1.8-1.9); FILE MERGED 2008/03/16 14:06:33 fs 1.8.240.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [2744f1ca43efcfd1bedf8b593ec008ed06db6c05]

        INTEGRATION: CWS dba30b (1.5.164); FILE MERGED 2008/04/15 22:14:06 fs 1.5.164.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/16 14:06:33 fs 1.5.164.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9cb20caf294f12d1681b61075de3b38175fca171]

        INTEGRATION: CWS dba30b (1.8.4); FILE MERGED 2008/04/15 22:14:03 fs 1.8.4.2: RESYNC: (1.8-1.10); FILE MERGED 2008/03/16 14:06:14 fs 1.8.4.1: #i86996# support for passing additional parameters

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [dda9d33610eb20b709a2cc7e510f85041b3bd23a]

        INTEGRATION: CWS dba30b (1.77.4); FILE MERGED 2008/04/15 22:14:00 fs 1.77.4.2: RESYNC: (1.77-1.78); FILE MERGED 2008/03/16 14:06:33 fs 1.77.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [406827943437aec12ceb33f1938b2eba278b3c86]

        INTEGRATION: CWS dba30b (1.36.12); FILE MERGED 2008/04/15 22:13:57 fs 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2008/03/16 14:06:33 fs 1.36.12.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [446fd3e2cc142a469f9eb579c4bba61ff8f77488]

        INTEGRATION: CWS dba30b (1.11.24); FILE MERGED 2008/04/15 22:13:54 fs 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/16 14:06:33 fs 1.11.24.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0508854a48a02009cb69e37ada8e19b958e5a91f]

        INTEGRATION: CWS dba30b (1.40.24); FILE MERGED 2008/04/15 22:13:51 fs 1.40.24.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/16 14:06:33 fs 1.40.24.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0c76ceb4baa41c74d167797fbb14db5de0e55659]

        INTEGRATION: CWS dba30b (1.16.24); FILE MERGED 2008/04/15 22:13:48 fs 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/16 14:05:51 fs 1.16.24.1: #i86996# support for passing additional parameters

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [67979d3638e3b447a6cb4e93419cf18d82473961]

        INTEGRATION: CWS dba30b (1.40.4); FILE MERGED 2008/04/15 22:13:45 fs 1.40.4.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/16 14:06:41 fs 1.40.4.1: type

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [188a39c4b11900060470094f9c587e61b710cbb3]

        INTEGRATION: CWS dba30b (1.5.102); FILE MERGED 2008/04/15 22:13:42 fs 1.5.102.2: RESYNC: (1.5-1.7); FILE MERGED 2008/03/16 14:07:07 fs 1.5.102.1: #i86996# +ElementOpenMode (formerly known as OLinkedDocumentAccess::EOpenMode)

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f43022e704a62a036a76524c8e6f0fe83f76653d]

        INTEGRATION: CWS dba30b (1.33.4); FILE MERGED 2008/04/15 22:13:35 fs 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2008/03/16 14:09:03 fs 1.33.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9e93a446bf6d44290b63417a24a4d97af3df714c]

        INTEGRATION: CWS dba30b (1.20.158); FILE MERGED 2008/04/15 22:13:33 fs 1.20.158.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/16 14:09:03 fs 1.20.158.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [443f974347e64f1b5b92c7d98e70b9847953557a]

        INTEGRATION: CWS npower9 (1.30.30); FILE MERGED 2008/04/22 09:17:46 npower 1.30.30.4: RESYNC: (1.31-1.32); FILE MERGED 2008/04/15 15:21:04 npower 1.30.30.3: Issue number:  #i84808# since we use the dialog uno service now ( to share code ) the error handling has slightly changed, we were missing handling ( or not handling ) some exception, this fixes that. 2008/02/25 11:12:28 npower 1.30.30.2: RESYNC: (1.30-1.31); FILE MERGED 2007/12/20 21:19:27 npower 1.30.30.1: #i84808#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b211d7809c8aa722549ebf61abaacc5dbbf3d3b0]

        INTEGRATION: CWS dba30b (1.10.144); FILE MERGED 2008/04/15 22:13:29 fs 1.10.144.2: RESYNC: (1.10-1.11); FILE MERGED 2008/03/16 14:09:03 fs 1.10.144.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [50d812bd482c754002de718012250421d6e6ca44]

        INTEGRATION: CWS dba30b (1.32.4); FILE MERGED 2008/04/15 22:13:26 fs 1.32.4.3: RESYNC: (1.32-1.33); FILE MERGED 2008/03/17 10:24:25 fs 1.32.4.2: do not assert unsuccessful loads 2008/03/16 14:09:02 fs 1.32.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ca95e9fccc4815a9cfb148fcc5eccfd78fbf2043]

        INTEGRATION: CWS dba30b (1.26.78); FILE MERGED 2008/04/15 22:13:23 fs 1.26.78.2: RESYNC: (1.26-1.27); FILE MERGED 2008/03/16 14:09:02 fs 1.26.78.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e2b3d421b64f560ed5eb19f377835898a1ccd49f]

        INTEGRATION: CWS dba30b (1.2.144); FILE MERGED 2008/04/15 22:13:20 fs 1.2.144.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/16 14:09:02 fs 1.2.144.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5167ffd1df9883b32a961461fbc8053808ed53cd]

        INTEGRATION: CWS dba30b (1.17.64); FILE MERGED 2008/04/15 22:13:16 fs 1.17.64.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:09:02 fs 1.17.64.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [64793735a1213a4ad3114a51c585e470f98c1b4f]

        INTEGRATION: CWS dba30b (1.9.158); FILE MERGED 2008/04/15 22:13:13 fs 1.9.158.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/16 14:09:02 fs 1.9.158.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b76dd413dc63112c028cff7b69e1691484a56049]

        INTEGRATION: CWS npower9 (1.6.22); FILE MERGED 2008/04/22 09:17:11 npower 1.6.22.3: RESYNC: (1.6-1.7); FILE MERGED 2008/01/15 12:57:32 npower 1.6.22.2: #i84808# 2007/12/20 21:20:04 npower 1.6.22.1: #i84808#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a084b4be67473591148d90a2594bada73fee20db]

        INTEGRATION: CWS dba30b (1.17.144); FILE MERGED 2008/04/15 22:13:10 fs 1.17.144.2: RESYNC: (1.17-1.18); FILE MERGED 2008/03/16 14:09:02 fs 1.17.144.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [297c10cc4ae1a60ffa3467241567a6fc30011680]

        INTEGRATION: CWS npower9 (1.12.8); FILE MERGED 2008/04/22 09:17:04 npower 1.12.8.5: RESYNC: (1.13-1.15); FILE MERGED 2008/02/25 11:12:21 npower 1.12.8.4: RESYNC: (1.12-1.13); FILE MERGED 2008/01/30 16:27:48 npower 1.12.8.3: #i84808# move OSL_ENSURE macro to non-legacy mode branch 2008/01/15 12:57:32 npower 1.12.8.2: #i84808# 2007/12/20 21:20:04 npower 1.12.8.1: #i84808#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e5a1b9ec7a9c6474f054ca849593a407a4157af0]

        INTEGRATION: CWS dba30b (1.13.84); FILE MERGED 2008/04/15 22:13:07 fs 1.13.84.2: RESYNC: (1.13-1.14); FILE MERGED 2008/03/16 14:09:44 fs 1.13.84.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9896a09df46ffebfd33de4b6e789ab9b6f5bb62e]

        INTEGRATION: CWS npower9 (1.6.22); FILE MERGED 2008/04/22 09:17:07 npower 1.6.22.4: RESYNC: (1.6-1.7); FILE MERGED 2008/01/30 16:27:06 npower 1.6.22.3: #i84808# add missing SAL_CALL decoration 2008/01/15 17:08:46 npower 1.6.22.2: #i84808# 2007/12/20 21:20:04 npower 1.6.22.1: #i84808#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ff610a08c46ab168cc7561706990fa6d56f42d64]

        INTEGRATION: CWS npower9 (1.13.22); FILE MERGED 2008/04/30 12:45:32 npower 1.13.22.4: #i85804# when creating the uno binding the ScriptType is 'UNO', however the bindings in the example in dev guide use ScriptType = 'Script', fix code to handle scripttype = 'UNO' 2008/04/22 09:17:15 npower 1.13.22.3: RESYNC: (1.13-1.14); FILE MERGED 2008/01/15 17:08:46 npower 1.13.22.2: #i84808# 2007/12/20 21:20:04 npower 1.13.22.1: #i84808#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3811dab73de6cc25f43dd500d47384e89a28bbce]

        INTEGRATION: CWS dba30b (1.35.64); FILE MERGED 2008/04/15 22:13:04 fs 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2008/03/16 14:09:44 fs 1.35.64.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5e5d436e08ea169a06153628e98157747b6a77ef]

        INTEGRATION: CWS dba30b (1.23.4); FILE MERGED 2008/04/15 22:13:00 fs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/16 14:09:44 fs 1.23.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3e62ee3e685c6b0b6a4671f8cde805ecdf9cb1cd]

        INTEGRATION: CWS dba30b (1.196.4); FILE MERGED 2008/04/15 22:12:57 fs 1.196.4.2: RESYNC: (1.196-1.198); FILE MERGED 2008/03/16 14:05:17 fs 1.196.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4fff5cbca8d785f6eb7cf5cada2a87f361460604]

        INTEGRATION: CWS dba30b (1.83.4); FILE MERGED 2008/04/15 22:12:54 fs 1.83.4.2: RESYNC: (1.83-1.84); FILE MERGED 2008/03/16 14:05:17 fs 1.83.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b99d5ea75123420dc43a888062eb8b1bffa66ef8]

        INTEGRATION: CWS dba30b (1.84.4); FILE MERGED 2008/04/15 22:12:51 fs 1.84.4.2: RESYNC: (1.84-1.87); FILE MERGED 2008/03/16 14:05:17 fs 1.84.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [bd7a2b45072fab46dca7d5d2968128ef83872164]

        INTEGRATION: CWS dba30b (1.32.4); FILE MERGED 2008/04/15 22:12:48 fs 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2008/03/16 14:05:17 fs 1.32.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [09bd32f4d7f03caf61dd5c4ebc1d2a86d2b27e4c]

        INTEGRATION: CWS dba30b (1.78.126); FILE MERGED 2008/04/15 22:12:45 fs 1.78.126.2: RESYNC: (1.78-1.79); FILE MERGED 2008/03/16 14:05:17 fs 1.78.126.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1d152f4f2600b21918d57a9590f8931bcabc47d9]

        INTEGRATION: CWS dba30b (1.105.4); FILE MERGED 2008/04/15 22:12:41 fs 1.105.4.2: RESYNC: (1.105-1.106); FILE MERGED 2008/03/16 14:05:17 fs 1.105.4.1: some exception handling re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [45965efa6e98640a0e6d4b28e0517c824dc4cb82]

        INTEGRATION: CWS dba30b (1.22.4); FILE MERGED 2008/04/15 22:12:38 fs 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/16 14:04:59 fs 1.22.4.1: #i86996# +loadComponent/WithArguments / some re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0e6c07eef2439296db20396079323c8bada44912]

        INTEGRATION: CWS dba30b (1.30.4); FILE MERGED 2008/04/15 22:12:35 fs 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/16 14:04:59 fs 1.30.4.1: #i86996# +loadComponent/WithArguments / some re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4bfd4d63983697d9b7a6cf6911b6b86c3235f181]

        INTEGRATION: CWS dba30b (1.32.4); FILE MERGED 2008/04/15 22:12:32 fs 1.32.4.4: RESYNC: (1.32-1.34); FILE MERGED 2008/03/17 22:46:27 fs 1.32.4.3: #i10000# 2008/03/17 07:21:42 fs 1.32.4.2: #i10000# 2008/03/16 14:04:59 fs 1.32.4.1: #i86996# +loadComponent/WithArguments / some re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [93aa10d5b2ef52fd38b594ee4790e19dd514a30e]

        INTEGRATION: CWS dba30b (1.26.4); FILE MERGED 2008/04/15 22:12:29 fs 1.26.4.3: RESYNC: (1.26-1.27); FILE MERGED 2008/04/09 12:22:36 fs 1.26.4.2: oops ... we shouldn't crash when the user cancels a login dialog after double-clicking a form 2008/03/16 14:04:59 fs 1.26.4.1: #i86996# +loadComponent/WithArguments / some re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f564593e652facbecb5718e48c48736fa0f0b28c]

        INTEGRATION: CWS dba30b (1.25.4); FILE MERGED 2008/04/16 08:39:14 fs 1.25.4.3: #i10000# 2008/04/15 22:12:27 fs 1.25.4.2: RESYNC: (1.25-1.27); FILE MERGED 2008/03/16 14:04:27 fs 1.25.4.1: #i86996# +loadComponent/WithArguments

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [7a4163d90e596f2deae0cda78b864dc74f33a1c3]

        INTEGRATION: CWS dba30b (1.56.4); FILE MERGED 2008/04/16 08:39:14 fs 1.56.4.5: #i10000# 2008/04/15 22:12:24 fs 1.56.4.4: RESYNC: (1.56-1.59); FILE MERGED 2008/04/09 12:22:26 fs 1.56.4.3: oops ... we shouldn't crash when the user cancels a login dialog after double-clicking a form 2008/03/17 13:38:02 fs 1.56.4.2: #i87132# properly determine the state of SID_DB_APP_EDIT_SQL_VIEW in multi-selection case 2008/03/16 14:04:59 fs 1.56.4.1: #i86996# +loadComponent/WithArguments / some re-factoring

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5683b7e9ca422a41090b0924341f89b49d21e149]

        INTEGRATION: CWS dba30b (1.6.66); FILE MERGED 2008/04/15 22:12:21 fs 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/03 07:58:10 oj 1.6.66.1: #i86621# remove unparsable chars from comment

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [72d86302e88d3ed7350cd39d48799f065b382d88]

        INTEGRATION: CWS dba30b (1.28.4); FILE MERGED 2008/04/15 22:12:17 fs 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED 2008/03/16 14:03:57 fs 1.28.4.1: #i49133# support for a 'Hidden' flag when opening a document, and streamlined some of the command names

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [41a1c6c6ea6359241e8c3e991e8d6a379209ea60]

        INTEGRATION: CWS dba30b (1.56.4); FILE MERGED 2008/04/15 22:12:14 fs 1.56.4.4: RESYNC: (1.56-1.59); FILE MERGED 2008/03/17 09:14:08 fs 1.56.4.3: #152837# 2008/03/16 14:03:57 fs 1.56.4.2: #i49133# support for a 'Hidden' flag when opening a document, and streamlined some of the command names 2008/03/13 12:39:01 fs 1.56.4.1: #i86872# documentdefinition.cxx

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [2dfdf26a69790dbf1cb4dd6afcf9b605c668e701]

        INTEGRATION: CWS dba30b (1.40.4); FILE MERGED 2008/04/15 22:12:11 fs 1.40.4.2: RESYNC: (1.40-1.43); FILE MERGED 2008/03/17 09:14:08 fs 1.40.4.1: #152837#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [6f323609cfb5f36148e58b53ed217dd9ab1a7419]

        INTEGRATION: CWS dba30b (1.20.4); FILE MERGED 2008/04/15 22:12:05 fs 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/17 09:14:07 fs 1.20.4.1: #152837#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [128ceb0de80b07708d8bb0deb849e383fc5fc9ae]

        INTEGRATION: CWS dba30b (1.25.4); FILE MERGED 2008/04/15 22:12:02 fs 1.25.4.2: RESYNC: (1.25-1.26); FILE MERGED 2008/03/17 09:14:07 fs 1.25.4.1: #152837#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [78bbf81d13b32486499224d2099ec48a4c258401]

        INTEGRATION: CWS dba30b (1.35.64); FILE MERGED 2008/04/15 22:02:44 fs 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2008/02/26 08:36:58 fs 1.35.64.1: #i86263# #i85993# +OnFormsCreated

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1282a919c1caed724aeabf22c7c2f64da8ee1122]

        INTEGRATION: CWS dba30b (1.16.590); FILE MERGED 2008/04/15 22:02:41 fs 1.16.590.2: RESYNC: (1.16-1.17); FILE MERGED 2008/02/26 08:37:28 fs 1.16.590.1: #i86263# #i85993# handler for when the forms collection has been created

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [193e8751a5b64d9fcfe5cf822496ebad800dacc5]

        INTEGRATION: CWS dba30b (1.88.64); FILE MERGED 2008/04/15 22:02:37 fs 1.88.64.3: RESYNC: (1.88-1.89); FILE MERGED 2008/03/06 14:47:46 fs 1.88.64.2: #i10000# 2008/02/26 08:38:40 fs 1.88.64.1: #i86263# #i85993# +OnFormsCreated: be notified when the page creates (delayed) the forms collection

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4e251c5eb5a8e4de5858282ddd1e101819028949]

        INTEGRATION: CWS dba30b (1.33.322); FILE MERGED 2008/04/15 22:02:29 fs 1.33.322.2: RESYNC: (1.33-1.34); FILE MERGED 2008/02/26 08:38:03 fs 1.33.322.1: #i86263# #i85993# handler for when the forms collection has been created

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1691f31ab4b9c6422b0751f46bdc6001fc6400e1]

        INTEGRATION: CWS dba30b (1.63.166); FILE MERGED 2008/04/15 22:02:25 fs 1.63.166.2: RESYNC: (1.63-1.64); FILE MERGED 2008/03/10 12:58:04 fs 1.63.166.1: #i84924# proper font calculation when initializing the fonts in the single windows

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [23b2e21450dc6d38314b5750fcb0e2f95974c11c]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:52 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 08:44:10 fs 1.2.42.1: removed unused methods Issue number:  i86577 Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [19606ae172944a55886e73bb92eadedfa90b85f5]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:48 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 08:44:10 fs 1.2.42.1: removed unused methods Issue number:  i86577 Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [246dbb58fa7eba1783f195fd2a6e0bac50d636fa]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:45 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 10:25:17 fs 1.2.42.1: #i86577# NotifyAccessibleEvent is unused now, but we ifdef it to preserve it for the future

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5ee1dacb97d63b1e9ea9f26a3de2fbbc46a807db]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:41 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 08:44:09 fs 1.2.42.1: removed unused methods Issue number:  i86577 Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [64f99205a770b01da511c0f03098a867a3b7d925]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:38 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 08:44:09 fs 1.2.42.1: removed unused methods Issue number:  i86577 Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [dfd21ed088876bdab4f7fc47c6c4139e0e9798ae]

        INTEGRATION: CWS dba30b (1.2.42); FILE MERGED 2008/04/15 22:01:35 fs 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/06 10:25:16 fs 1.2.42.1: #i86577# NotifyAccessibleEvent is unused now, but we ifdef it to preserve it for the future

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [410fd1fdee79c0aac01835c935be910fcc79d784]

        INTEGRATION: CWS dba30b (1.4.8); FILE MERGED 2008/04/15 21:55:01 fs 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/16 14:02:23 fs 1.4.8.1: #i86996# +loadComponent/WithArguments

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [93c731747fa41f7345f90dad7d365a363c719c91]

        INTEGRATION: CWS dba30beta (1.11.14); FILE MERGED 2008/04/21 10:00:36 oj 1.11.14.1: #i88524# check index

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [46116a5582be77b5d7b46d315ac70aeb478c859d]

        INTEGRATION: CWS dba30b (1.2.102); FILE MERGED 2008/04/15 21:54:58 fs 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/16 14:01:46 fs 1.2.102.1: #i86996# +DB_NOT_CONNECTED

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3b917d1f416b56f985bf1e7bd7464f09a27737c0]

        INTEGRATION: CWS dba30b (1.2.68); FILE MERGED 2008/04/15 21:54:23 fs 1.2.68.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/07 21:55:17 fs 1.2.68.1: correct the service name Issue number:  #i86728# Submitted by:  arielch@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [42dbac91cb56fc826a880e7cd1d1b56060635fde]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:35 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [26021079df6ba1572800907ba4abfe6d63425b9c]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:34 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [351f8dc9a6caf48cd6b569b7aad11a60ed327d23]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:34 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [2a675a08aeb6f385f078cb3dd75f81dff0820947]

        INTEGRATION: CWS dba30beta (1.3.18); FILE MERGED 2008/04/22 10:30:33 oj 1.3.18.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [84eaf9f1566b0392db4373934bc0259adfbd2087]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:33 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a71404683ea8e43d1c4013c0652b87e77b9ffa9c]

        INTEGRATION: CWS dba30b (1.10.128); FILE MERGED 2008/04/15 21:53:50 fs 1.10.128.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/26 08:29:02 fs 1.10.128.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [dfc31ac7841b25230764495cf7544f8605908224]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:33 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5ad80aa22e15f680960a00487bff7016df0a0b86]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:53:47 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:29:02 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [aa01eb1bc26c6523d0e17354a8b8814e4e29cafc]

        INTEGRATION: CWS dba30b (1.4.128); FILE MERGED 2008/04/15 21:53:43 fs 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/26 08:29:02 fs 1.4.128.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d10dad728fd67b39efabcaf3ac6ef50fb45dd0a7]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:53:40 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:29:02 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [102fd5a68445a9c40ad2d1afab48c2b0b2b48dbb]

        INTEGRATION: CWS dba30b (1.4.128); FILE MERGED 2008/04/15 21:53:37 fs 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/26 08:29:01 fs 1.4.128.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ecd5fafdf3f566bcc2ebf145e477b6f3d367fd99]

        INTEGRATION: CWS dba30b (1.8.104); FILE MERGED 2008/04/15 21:53:34 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/26 08:29:01 fs 1.8.104.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f74241be8e8e3e1758b3485702eba3a0bb8a77ca]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:53:30 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:29:01 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [72b0551bddddc8a85cf762c94cae6c19158cd0a4]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:32 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [124e74d00c882d4e786ec8dd2164db3b6c475655]

        INTEGRATION: CWS dba30b (1.6.128); FILE MERGED 2008/04/15 21:53:27 fs 1.6.128.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/26 08:29:01 fs 1.6.128.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [7253ac11074df7e72e6379d7b9cdc237772e53f3]

        INTEGRATION: CWS dba30b (1.7.12); FILE MERGED 2008/04/15 21:53:23 fs 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/26 08:29:01 fs 1.7.12.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1253d670cbe7859ccddb00bcc542acca80c412c2]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:53:19 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:29:00 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e709b54e5890e592123b2b64d8990d5018c77879]

        INTEGRATION: CWS dba30b (1.11.86); FILE MERGED 2008/04/15 21:53:16 fs 1.11.86.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/26 08:29:00 fs 1.11.86.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0039c6e1808fb06e9987f031bf6c4bae67af6dbf]

        INTEGRATION: CWS dba30b (1.4.238); FILE MERGED 2008/04/15 21:53:12 fs 1.4.238.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/26 08:28:59 fs 1.4.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d51e262ebdc485216b4e9783ea0b62eab61500e7]

        INTEGRATION: CWS dba30b (1.9.70); FILE MERGED 2008/04/15 21:53:09 fs 1.9.70.3: RESYNC: (1.10-1.11); FILE MERGED 2008/03/17 10:44:32 fs 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/26 08:28:59 fs 1.9.70.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9262d8c9d2c7c95a6d980a2950388feb3859be8d]

        INTEGRATION: CWS dba30b (1.4.128); FILE MERGED 2008/04/15 21:53:05 fs 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/26 08:28:59 fs 1.4.128.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [709d767ca08bf542715ed97207b5234f0099ad55]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:53:02 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:28:58 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [c3a3264a43148ebc480d30a3e39857b38a75a27c]

        INTEGRATION: CWS dba30b (1.18.36); FILE MERGED 2008/04/15 21:52:59 fs 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2008/02/26 08:28:58 fs 1.18.36.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b230f30630cc470095a8c7eb9ec77a814c006a87]

        INTEGRATION: CWS dba30b (1.8.76); FILE MERGED 2008/04/15 21:52:56 fs 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/26 08:28:58 fs 1.8.76.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ac9790fd9f0f21e510c1003901435c0f8fc2742f]

        INTEGRATION: CWS dba30b (1.9.76); FILE MERGED 2008/04/15 21:52:53 fs 1.9.76.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/26 08:28:58 fs 1.9.76.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e111644268b2335bf07b08f5846521ee556026a7]

        INTEGRATION: CWS dba30b (1.3.238); FILE MERGED 2008/04/15 21:52:50 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/26 08:28:58 fs 1.3.238.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [7c55aacb2aee596fc4421754773b59a483876a58]

        INTEGRATION: CWS dba30b (1.9.62); FILE MERGED 2008/04/15 21:52:47 fs 1.9.62.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/26 08:28:58 fs 1.9.62.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9a634babdbe819b2cacae7d7ff5d51686e9abcbc]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:31 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [52de308606ab5c3fd781553363f640fe288706b3]

        INTEGRATION: CWS dba30b (1.17.76); FILE MERGED 2008/04/15 21:52:44 fs 1.17.76.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/26 08:28:58 fs 1.17.76.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [68d4b341b22bdc026244220de64839a9fe4ef0e7]

        INTEGRATION: CWS dba30b (1.43.72); FILE MERGED 2008/04/15 21:52:41 fs 1.43.72.2: RESYNC: (1.43-1.44); FILE MERGED 2008/02/26 08:28:58 fs 1.43.72.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f085ac79d5e9481a9b38b4f4d8f3092e5b7cc9d0]

        INTEGRATION: CWS dba30b (1.58.36); FILE MERGED 2008/04/15 21:52:37 fs 1.58.36.2: RESYNC: (1.58-1.59); FILE MERGED 2008/02/26 08:28:57 fs 1.58.36.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [487e754b5ac4e0ba5b0c46568b34c5938fcb85fd]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:31 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [217ce10bd00bb8573cb832336b6cdd8f87c8aa7c]

        INTEGRATION: CWS dba30b (1.6.154); FILE MERGED 2008/04/15 21:52:34 fs 1.6.154.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/26 08:28:57 fs 1.6.154.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [e0f8dddcab1f338a40e29e8e68d0a82d714291ba]

        INTEGRATION: CWS dba30b (1.12.12); FILE MERGED 2008/04/15 21:52:30 fs 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/26 08:28:57 fs 1.12.12.1: remove unused code Issue number:  #i86305# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [edcd1b9faa2efac9aa06322c1a8314f7df92812d]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:31 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [4afa610a1ad07f1d57f78898bb2fca77758927c4]

        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>  [66fe00c1552f9438e28dece96031e0c58c5d93b4]

        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>  [39c5e3282249f4c9f19fece0288c5e58afbeca5c]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:30 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [573d6b806fe8daa2ac1e3a415939fc27999939ba]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:30 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1d6b0179be0ecd1ce85980a66dd5fd14847ef512]

        INTEGRATION: CWS dba30b (1.2.60); FILE MERGED 2008/04/15 21:48:54 fs 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/16 20:11:16 fs 1.2.60.1: #i86996# +DB_NOT_CONNECTED

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [10c7bc1b2f66fa4b7682be64c52d3b6e7a7804b5]

        INTEGRATION: CWS dba30b (1.2.2); FILE MERGED 2008/04/15 21:48:51 fs 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/17 12:33:11 fs 1.2.2.1: #i87125# use correct property name when asking for a detail field's type

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [bd19dcfc9675fb34e2257b6292f29bb11dbf73ea]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:30 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [da4fb979dd466c9f0e7328e7989bb6a873dd197f]

        INTEGRATION: CWS dba30b (1.71.16); FILE MERGED 2008/04/15 21:48:48 fs 1.71.16.4: RESYNC: (1.72-1.73); FILE MERGED 2008/03/12 21:20:27 fs 1.71.16.3: #i10000# 2008/03/12 13:32:22 fs 1.71.16.2: RESYNC: (1.71-1.72); FILE MERGED 2008/03/11 13:45:37 fs 1.71.16.1: #i85214# qualifiedNameComponents: handle *all* EComposeRule values

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ebfea1edb9a344c47cb9f8ef4ba8e70ebb278ed8]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:30 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b5af7468bcda8a12b0f63433d668ea6abb7873e2]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:29 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [803aa4dab137d713d31ffe2e9b103f3f51cca01a]

        INTEGRATION: CWS dba30beta1 (1.14.20); FILE MERGED 2008/04/25 09:42:04 oj 1.14.20.1: #i87582#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [64d123ca8e664090544b87a4ac6e75b368b6b512]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:29 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1e444e117570a32c38614910ca21c5292ddc5abd]

        INTEGRATION: CWS dba30beta1 (1.105.8); FILE MERGED 2008/04/25 07:57:50 oj 1.105.8.1: #i87325#

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ebe15ad5646007613490da84cae9711aa280955f]

        INTEGRATION: CWS dba30beta (1.6.6); FILE MERGED 2008/04/22 10:30:29 oj 1.6.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [8668c6d245dcf9622ad135e3eb8e593ddcee23d8]

        INTEGRATION: CWS controlperformance (1.15.188); FILE MERGED 2008/03/28 13:23:19 fs 1.15.188.1: #b6673211# use a ControlHolder instance, which caches the most often needed interfaces of our control, this way saving a high number of (expensive) queryInterface calls during each paint of each control

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [573557aee712b609b4025de06e0145c7123b1401]

        INTEGRATION: CWS controlperformance (1.9.112); FILE MERGED 2008/03/28 13:21:42 fs 1.9.112.1: #b6673211#: getUnoControlForDevice is unused / use the new isControlVisible at the VOC

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [28dae3a1348c0682fa8307a8356e56b08a6a1a2b]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:29 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [29b54939ee04eff3e1ba4c24ebe5ea5984ad7050]

        INTEGRATION: CWS controlperformance (1.6.362); FILE MERGED 2008/03/28 13:20:20 fs 1.6.362.1: #b6673211# getExistentControl was needed only to test visibility -> superseded it with isControlVisible

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [848963398b218b7f126adfe523c0d27264f4f4c2]

        INTEGRATION: CWS controlperformance (1.5.360); FILE MERGED 2008/03/28 13:18:51 fs 1.5.360.1: during #b6673211#: getUnoControlForDevice seems to be unused

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [b3492198dfa444760b0c45eeb4ac1e9f9040d25e]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:28 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [c1e4531d8473affaf4105568cad56e8389adde5b]

        INTEGRATION: CWS dba30beta (1.6.6); FILE MERGED 2008/04/22 10:30:28 oj 1.6.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ec2f5ef6416ec5478fb128401d72cf3bf99ee11b]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:28 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0a1f12aebb5c167bdff4aa5c3d944d7d869ad09c]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:28 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [64db760e0d54d64bf6fa3a5ee3ffab0a543d7fcc]

        INTEGRATION: CWS dba30beta (1.6.6); FILE MERGED 2008/04/22 10:30:28 oj 1.6.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d2c95364729b074630679ee6f58dc26a7a1995e2]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:28 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [d1eea17a879cedff3d9d4c198bdb21f2ad9061b0]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:27 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [150ba018012ee88dc4b57127e68a38acb16dd838]

        INTEGRATION: CWS sw30beta02_DEV300 (1.16.24); FILE MERGED 2008/04/25 12:16:01 ama 1.16.24.1: Fix #i88698#: Missing member initialization

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1ce39e52a0babc7692bb4a6f4982c5d181622a53]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:27 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [9d0a834bf375ba9a939ee84f9f132d2cad849f94]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:27 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [71d7b6c859cb441345658091b1b6cb5fe96d4456]

        INTEGRATION: CWS obo28_DEV300 (1.46.18); FILE MERGED 2008/04/25 09:58:06 cl 1.46.18.1: #i88518# added missing directxcanvas.par to jre build

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a16707abc01df883b8de58487e9cd95ee95eefb6]

        INTEGRATION: CWS obo28_DEV300 (1.7.14); FILE MERGED 2008/04/25 09:35:48 obo 1.7.14.1: #i88518# directxcanvas.uno.dll missing

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [c3d9c8ed004aa74258376bbac782e2457c1da16f]

        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>  [b8d05399ddb156ca9a41d6f92b414f7de38b20b5]

        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>  [315dcd3bea2b1ec1e485ca8b2cdd049509878014]

        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-05-05  Kurt Zenker  <kz@openoffice.org>  [8791abcdb722785d5357d15d92f143133bed27f3]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:26 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [979e3a74f980e09b78b2f9425473bf1d186a5b5d]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:26 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [57e42bc3aa797e3bec675ed31946b7d590017571]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:26 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [2fdb5729883e95625dab27be35a5133ec33ceb26]

        INTEGRATION: CWS dba30beta (1.2.104); FILE MERGED 2008/04/22 10:30:26 oj 1.2.104.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a42b68fc776c951af5d53e8116a78b80cea422fb]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:26 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [a00cdc7dd780af8e4f337e5fd28da1c15e6fb050]

        INTEGRATION: CWS dba30beta (1.6.6); FILE MERGED 2008/04/22 10:30:26 oj 1.6.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [32636ab0a3fea3624feef3f8ebbc1637e5187a51]

        INTEGRATION: CWS dba30beta (1.3.18); FILE MERGED 2008/04/22 10:30:25 oj 1.3.18.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [7c20c3154ffe16759646172994a1e498f01be901]

        INTEGRATION: CWS dba30beta (1.3.6); FILE MERGED 2008/04/22 10:30:25 oj 1.3.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [f02029cece3bd78440d5f46decc648c2abcdbd94]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:25 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [ff5b58bcc3f881f7810bbec569279162e5081c44]

        INTEGRATION: CWS dba30beta (1.4.6); FILE MERGED 2008/04/22 10:30:24 oj 1.4.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [1888ed675c027b1ce9f18846baeb3458aa9cff5f]

        INTEGRATION: CWS clbetafix01 (1.60.20); FILE MERGED 2008/04/24 10:17:43 cl 1.60.20.1: #i88006# set outliner para object over text shape

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [c15060023fadd6e6d7a693651b5dda9075553ee2]

        INTEGRATION: CWS sw30beta01 (1.48.12); FILE MERGED 2008/04/18 14:17:23 ama 1.48.12.1: Fix #i88406#: Do not merge change tracks with distance

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [c935cc8bedffe8656b0ef8679235e120e5c86196]

        INTEGRATION: CWS dba30beta (1.7.6); FILE MERGED 2008/04/22 10:30:24 oj 1.7.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [3025d11f890294670ab28a58902c57a680607d68]

        INTEGRATION: CWS dba30beta (1.5.6); FILE MERGED 2008/04/22 10:30:24 oj 1.5.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [61590c794c2729a0d7c5dd8e0e1f684d1d8289d9]

        INTEGRATION: CWS dba30beta (1.6.6); FILE MERGED 2008/04/22 10:30:24 oj 1.6.6.1: #i88503# merge changes from rptchart02

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [5e36d1aa1b1632b9f6e88f94fb700a50d997d7f1]

        INTEGRATION: CWS dba30beta (1.1.4); FILE ADDED 2008/04/22 10:31:12 oj 1.1.4.2: #i88503# new class 2008/03/12 09:43:37 oj 1.1.4.1: file OfficeToken.java was added on branch cws_dev300_dba30beta on 2008-04-22 10:31:12 +0000

2008-05-05  Kurt Zenker  <kz@openoffice.org>  [0f32a2810cd7a64b977d080fdfd283d328be7464]

        INTEGRATION: CWS tkr12 (1.95.4); FILE MERGED 2008/04/23 10:04:07 tkr 1.95.4.1: #i88446# file rename crashes

2008-04-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9a8393eb61e1dc0c31e831935f6a78ffaba868c]

        #i10000#: remove ENABLE_PASF for unxlngx6

2008-04-30  Vladimir Glazounov  <vg@openoffice.org>  [9b864e55404b83af298bdb439f56c7307f76584b]

        #i88756# PI fixed

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [64cf1555484c67291b3dcb1c09d896baad151877]

        #i10000#: add unxlngix6.pro to pack.lst

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [db69f7b86b657184b7714d91b5c79244d1aef3a6]

        #i10000#: fix gcc-4.2.3 warning

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [794b3cd50361e4f72f4bb2d34cf1acfe91cd582d]

        #i10000#: fix gcc-2.4.3 warning

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d0ea9c7f8e2955294c451c67f65edc6c1b9a590]

        #i10000#: fix gcc-4.2.3 warning about using a member with a type withing an anonymous namespace

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3c35659ac7b1c8cfe17e42e76ae4451788d45f2]

        #i10000#: fixed gcc-4.2.3 warning: '<unnamed>::s_nsOOo' defined but not used

2008-04-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee98f7a13e7bf4c48773bad5b2e5b9084c7e5d50]

        #i10000#: fixed gcc-4.2.3 warning: 'comphelper::OPropertyBag' has a field 'comphelper::OPropertyBag::m_aAllowedTypes' whose type uses the anonymous namespace

2008-04-29  Oliver Bolte  <obo@openoffice.org>  [7703284aaa302b3c7c2f8f016a4514d5587a136b]

        #i88840# Help images broken again due to move of images files to OOO layer

2008-04-28  Vladimir Glazounov  <vg@openoffice.org>  [c02c9dd82bbd9541f1d50b39229d26783aac3fd8]

        #i88754# ANT fix

2008-04-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed2cb4cebf29483ef523b75c3981d965f7af4047]

        #i10000#: fix warnings

2008-04-28  Vladimir Glazounov  <vg@openoffice.org>  [de1b21fb37d5790994cf838fb7d62ced962bc4b9]

        #i88754# #i88753# autoconf + ANT_HOME fix

2008-04-28  Rüdiger Timm  <rt@openoffice.org>  [67f46924bf750155f0e3bc25066847e782db9c2b]

        #i88571# Fix for 64bit platforms (hbrinkm).

2008-04-25  Vladimir Glazounov  <vg@openoffice.org>  [eb7746796aba827bdc59cde50d354305695305a0]

        #i10000# Reanimate deleted file

2008-04-25  Rüdiger Timm  <rt@openoffice.org>  [ae174d1024cf31fa11ca7e6e09c006ad2d23c6b2]

        #i88445# language packs for OOo_dev

2008-04-25  Ivo Hinkelmann  <ihi@openoffice.org>  [ef715a5ce44f709e157ae88cc26a248a8c3d0689]

        DEV300

2008-04-25  Ivo Hinkelmann  <ihi@openoffice.org>  [9fb1636ab6def68ef097618e91b8a8967964aaef]

        INTEGRATION: CWS s390sdk (1.28.18); FILE MERGED 2008/04/24 11:20:46 rene 1.28.18.1: honour just linux

2008-04-25  Ivo Hinkelmann  <ihi@openoffice.org>  [8492b8c2d1ade14ff289f76c45e3fe7a03548a87]

        INTEGRATION: CWS wikiant (1.263.8); FILE MERGED 2008/04/22 17:42:54 rene 1.263.8.1: i87919# check for ant >= 1.7.0 when the mediawiki extension is built

2008-04-25  Ivo Hinkelmann  <ihi@openoffice.org>  [26b64aeeb9d5dd24fb26560a7040f5a079cde806]

        INTEGRATION: CWS wikiant (1.230.8); FILE MERGED 2008/04/22 17:42:50 rene 1.230.8.1: i87919# check for ant >= 1.7.0 when the mediawiki extension is built

2008-04-25  Rüdiger Timm  <rt@openoffice.org>  [53b85f85670581983fe55579c2cae4478d24a3ed]

        #i10000# Get lost change from CWS registrationurl (module was not registered to EIS).

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [10ad2d6156afab5f95d36d13861a87abddb80bf4]

        INTEGRATION: CWS native148 (1.6.4); FILE MERGED 2008/04/21 11:12:09 is 1.6.4.1: #i88445# language pack name

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6e044d6885a3a7c2b2a7956fd9f526c83d47af10]

        INTEGRATION: CWS native148 (1.20.4); FILE MERGED 2008/04/21 11:18:21 is 1.20.4.1: #i88445# language pack name

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ef4c2a93a258c817180a05d01befdd9463ff9335]

        INTEGRATION: CWS native148 (1.13.4); FILE MERGED 2008/04/21 11:18:21 is 1.13.4.1: #i88445# language pack name

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d9c5001c4ed983e36a9ef383327372c5bc6c4148]

        INTEGRATION: CWS native148 (1.45.10); FILE MERGED 2008/04/21 11:17:39 is 1.45.10.1: #i88445# language pack name

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c73d84433c2bb7b7ed89269721591f9586f1db4a]

        INTEGRATION: CWS native148 (1.107.10); FILE MERGED 2008/04/21 11:17:39 is 1.107.10.1: #i88445# language pack name

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4eed1a252954eb7b49a3e63af60fab9fd2eb3bd3]

        INTEGRATION: CWS mav32 (1.141.4); FILE MERGED 2008/04/18 15:12:22 mav 1.141.4.1: #i88435# use the correct suffix for the shared documents

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [06345c7860fcdc466033e3ded29b2b5f12dfb8bb]

        INTEGRATION: CWS mav32 (1.200.4); FILE MERGED 2008/04/18 15:11:34 mav 1.200.4.1: #i88424# fix the locking check on saving

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [dbd5e800e8d2693d777529e44a57223f019189db]

        INTEGRATION: CWS mav32 (1.3.10); FILE MERGED 2008/04/18 15:04:02 mav 1.3.10.1: #i88435# Let the title be updated when the model OnTitleUpdated sends

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1c02258b008d6a72cc826020df8c075de6be6523]

        INTEGRATION: CWS registrationurl (1.73.2); FILE MERGED 2008/04/18 10:53:17 pb 1.73.2.1: fix: #i86962# new registration urls for 3.0 Beta and developer snapshot

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ef52d08f66cf8c64d34ced69f3f2ca4012e12608]

        INTEGRATION: CWS pdfimportfix (1.57.30); FILE MERGED 2008/04/16 09:57:03 akhva 1.57.30.1:  fix for xpdf.exe

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [26cca10d68c37ff171bd672fc09e8a4be9b21ac0]

        INTEGRATION: CWS pdfimportfix (1.2.32); FILE MERGED 2008/04/16 09:56:14 akhva 1.2.32.1:  fix for xpdf.exe

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f9fef426a220079258a8d81f5debebe21318f3f3]

        INTEGRATION: CWS pdfimportfix (1.1.4); FILE MERGED 2008/04/22 09:04:45 akhva 1.1.4.1: PDF perpitions handling

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a40c5862f8bf0c0bc496b6018a1e8579b1287076]

        INTEGRATION: CWS pdfimportfix (1.1.4); FILE MERGED 2008/04/22 12:19:52 akhva 1.1.4.1: set off UWINAPILIB

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [18a7951162aa6327469627fbd8c71dab725486c4]

        INTEGRATION: CWS pdfimportfix (1.1.4); FILE MERGED 2008/04/21 13:53:30 akhva 1.1.4.1: #i87890# fix xpdf security bug

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8a65fd29cbcd190ad93ae03db898bdc6f2338b56]

        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>  [13d928b8b49e6dc21bcdf300444576c4a81c60b3]

        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>  [2dd9d03964b378cf305a67608f66cbbe57c513bb]

        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>  [e7d9734b91bbc9c72f6eb47a18975b91f9977455]

        INTEGRATION: CWS pdfimportfix (1.29.4); FILE MERGED 2008/04/15 09:25:33 akhva 1.29.4.1: turn off unit tests

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d3e9d44ddfdd11c229b218c0c06085c79475085a]

        INTEGRATION: CWS ab49 (1.5.6); FILE MERGED 2008/04/18 11:22:40 ab 1.5.6.2: #i87457# Fixed to also work on Unix 2008/04/09 11:25:35 ab 1.5.6.1: #i87457# Fixed shared detection

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9cf87a44152b64cbc906b7a0cf3f958832468c7f]

        INTEGRATION: CWS ab49 (1.24.4); FILE MERGED 2008/04/09 11:36:19 ab 1.24.4.1: #i87644# Use $BRAND_BASE_DIR to find images.zip

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [363e2a8cb538d67244d78b932c9ac7617ab24e64]

        #i10000# Lic change

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [09a1545fd5f5f40e8de550eb2fff0d471feba208]

        #i10000# Lic change

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [29c43b5d4ebdb1540d42eaca9d379ade6de8174a]

        INTEGRATION: CWS cmcfixes43 (1.6.1008); FILE MERGED 2008/03/10 12:19:09 cmc 1.6.1008.1: #i86874# add a system lpsolve option

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8c9d8266c1f519a7082ef2033f023d5e91e0724d]

        INTEGRATION: CWS cmcfixes43 (1.38.42); FILE MERGED 2008/03/10 12:19:09 cmc 1.38.42.1: #i86874# add a system lpsolve option

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e2e55ca162bfbf2660808df2652e24c1b092f2e0]

        INTEGRATION: CWS cmcfixes43 (1.6.54); FILE MERGED 2008/03/06 09:54:37 cmc 1.6.54.2: #i86629 unify gcc maps 2008/03/03 10:49:08 cmc 1.6.54.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ee24969b83a5170cdacf36ed2b6766f6b2ba091c]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 10:49:08 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [b3a9fde891e440cfc2549fd7c2de16737b8a569a]

        INTEGRATION: CWS cmcfixes43 (1.3.114); FILE MERGED 2008/03/03 09:22:45 cmc 1.3.114.1: #i86625# remove hash_map/hash_set warnings

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8c9459b96e7b3d47733481b4705c95a9b508f4e7]

        INTEGRATION: CWS cmcfixes43 (1.4.114); FILE MERGED 2008/03/03 09:22:45 cmc 1.4.114.1: #i86625# remove hash_map/hash_set warnings

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3500b33d290afc27d912da100c1b127f2ff68951]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 10:51:41 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [949d382a0db43a19cfa438207ece8b15a54f3174]

        INTEGRATION: CWS cmcfixes43 (1.4.88); FILE MERGED 2008/03/03 10:51:41 cmc 1.4.88.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ac5a2603cd345a63fdcaa9417cf6d088ed2e37ed]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 10:52:36 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5def0623e37bb6931055fcfc5f44be5a8663363e]

        INTEGRATION: CWS cmcfixes43 (1.4.88); FILE MERGED 2008/03/03 10:52:36 cmc 1.4.88.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d6e29af4df39d635dd785e8b2a248cc609067289]

        INTEGRATION: CWS cmcfixes43 (1.32.2); FILE MERGED 2008/03/05 16:33:38 cmc 1.32.2.1: #i86737# system expat flag

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [00bb8d1b274ef6980d4eda655c16ba119e2e0d92]

        INTEGRATION: CWS cmcfixes43 (1.174.6); FILE MERGED 2008/03/12 10:59:06 cmc 1.174.6.2: RESYNC: (1.174-1.178); FILE MERGED 2008/03/10 12:21:10 cmc 1.174.6.1: #i86874# add a system lpsolve option

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [b2aa742febb4409c995851ec1fa129f8aaba010c]

        INTEGRATION: CWS cmcfixes43 (1.249.12); FILE MERGED 2008/03/25 11:59:49 cmc 1.249.12.6: #i86670# tweak for gentoo locations 2008/03/20 16:59:44 cmc 1.249.12.5: #i86670# how about this then for the sdkdir fallback 2008/03/12 10:59:41 cmc 1.249.12.4: RESYNC: (1.249-1.252); FILE MERGED 2008/03/10 12:21:09 cmc 1.249.12.3: #i86874# add a system lpsolve option 2008/03/06 09:46:31 cmc 1.249.12.2: #i86715# add a --with-system-headers 2008/03/04 08:52:09 cmc 1.249.12.1: #i86670# add support for libxul

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [bc573506a907f11a65b1da0adbf07e05a0596b83]

        INTEGRATION: CWS cmcfixes43 (1.6.80); FILE MERGED 2008/03/07 16:58:40 cmc 1.6.80.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [fec790196e22c78464ab062a53b70ddaf38d9041]

        INTEGRATION: CWS cmcfixes43 (1.3.6); FILE MERGED 2008/03/07 16:54:56 cmc 1.3.6.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5fc06030ac77772f7f6c5e12b2cdbabe50aabf05]

        INTEGRATION: CWS cmcfixes43 (1.3.6); FILE MERGED 2008/03/07 16:55:32 cmc 1.3.6.1: string.h for memcpy

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7c0cb4bf200c3904d2f4194e3686ac0f50a6c59c]

        INTEGRATION: CWS cmcfixes43 (1.7.96); FILE MERGED 2008/03/07 16:54:36 cmc 1.7.96.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [33d9849e9edbe1e1593effc024b36276a0e3d6ea]

        INTEGRATION: CWS cmcfixes43 (1.2.28); FILE MERGED 2008/03/07 16:57:17 cmc 1.2.28.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e85903618e2a1c00f90fcd71571f27892729477e]

        INTEGRATION: CWS cmcfixes43 (1.4.6); FILE MERGED 2008/03/07 16:58:11 cmc 1.4.6.1: string.h for memcpy

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [053e45d6155969371ee23005e19b3227014c46e0]

        INTEGRATION: CWS cmcfixes43 (1.2.6); FILE MERGED 2008/03/07 16:56:08 cmc 1.2.6.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ab0131a9af273ec932371cd8a8f3968773901aa8]

        INTEGRATION: CWS cmcfixes43 (1.3.20); FILE MERGED 2008/03/07 16:56:40 cmc 1.3.20.1: string.h for strdup

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [08bab323d555b55b73d964c98ffa29378d45e4b3]

        INTEGRATION: CWS cmcfixes43 (1.126.10); FILE MERGED 2008/03/12 10:58:08 cmc 1.126.10.2: RESYNC: (1.126-1.128); FILE MERGED 2008/03/05 17:24:45 cmc 1.126.10.1: #i86715# propogate libhyphen around

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [201ffc70192cf67a957b1e97a9dd26c59fb76ade]

        INTEGRATION: CWS cmcfixes43 (1.34.8); FILE MERGED 2008/03/03 10:54:31 cmc 1.34.8.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ea8fa657e4e396281d01495aa26b087d974dd70d]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 10:54:31 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [2ec9dbab5448cc169cf3e2bda668473071fa5640]

        INTEGRATION: CWS cmcfixes43 (1.5.14); FILE MERGED 2008/03/03 09:25:39 cmc 1.5.14.1: #i86627# fix for gcc 4.3.0

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1234b9752e618bd66740bda724697903b53f06db]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 09:51:55 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4c6ab088d24d3769d4d836ce28a1480472e29e90]

        INTEGRATION: CWS cmcfixes43 (1.5.18); FILE MERGED 2008/03/03 09:51:55 cmc 1.5.18.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [40dbc61cc0f669a617cc74f6e3ec393a95742378]

        INTEGRATION: CWS cmcfixes43 (1.12.6); FILE MERGED 2008/03/03 09:38:57 cmc 1.12.6.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ea18d3369356479705d2215029de0799e3070289]

        INTEGRATION: CWS cmcfixes43 (1.1.2); FILE ADDED 2008/03/03 09:38:57 cmc 1.1.2.1: #i86629 unify gcc maps

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [bb5973775ce08dd8932cbdb5bb11eb582ef1a725]

        INTEGRATION: CWS cmcfixes43 (1.2.2); FILE MERGED 2008/03/12 15:36:07 cmc 1.2.2.1: #i86874# add a system lpsolve

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [cb1f6adb6fb1cbc5d0155a36adf7401b04702f06]

        INTEGRATION: CWS cmcfixes43 (1.26.44); FILE MERGED 2008/03/03 11:29:40 cmc 1.26.44.1: #i86637# include limits.h to build with gcc 4.3.0

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [776589651a6eea5a638c17d2c40d826c4d33bbe1]

        INTEGRATION: CWS sb85 (1.5.6); FILE MERGED 2008/03/18 14:31:43 sb 1.5.6.1: #i86955#, #i65788# in GetAtAddress, try harder to make the compiler emit suitable code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7add83b3762c8c362728b351d01bf3be81a108f3]

        INTEGRATION: CWS sb85 (1.9.6); FILE MERGED 2008/03/11 15:59:30 sb 1.9.6.1: #i86117# SPARC64

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f80122a5d1180f2dfe9d5f3d87a15334b8b4b306]

        INTEGRATION: CWS sb85 (1.23.48); FILE MERGED 2008/03/11 15:59:30 sb 1.23.48.1: #i86117# SPARC64

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e957c8538c6e23f3a883b4418ce5b3589948b6d7]

        INTEGRATION: CWS sb85 (1.11.192); FILE MERGED 2008/03/11 15:59:30 sb 1.11.192.1: #i86117# SPARC64

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d6948d4850db12ef73c1123ef2f91b6be290eb48]

        INTEGRATION: CWS sb85 (1.5.66); FILE MERGED 2008/03/11 15:18:56 sb 1.5.66.1: #i86117# The function \"getopt\" must have a prototype.

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3c14727eca882684261b22cdd196b783ce589fa3]

        INTEGRATION: CWS sb85 (1.14.90); FILE MERGED 2008/03/12 13:45:55 sb 1.14.90.1: #i86117# do not trigger alignment errors

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [470221cf8e744da9bf0c89181a289d45e7a0bc03]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:54:15 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7aaf415e153ff4595d3c2c8459f61c2367d67104]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:54:01 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [22fb957e1e4dbe5f9a359b54892dd47e9c68c5a3]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/13 13:03:15 sb 1.1.2.2: #i86117# restrict exception handling to UNO exceptions 2008/03/12 10:53:49 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [59855767038217496db09226008de6f0fc143cee]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:53:00 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a7c449a9964deeb2ed472313a86a764c18e7bc7f]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:52:45 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f1403c3c3263a021f3b71157bfae7a48f7261e24]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:52:31 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [338b882be0f3033b8df7335f9471ad8746e577a4]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:52:15 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [b94b64ab824938abb163fdf3ddc1266117603517]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:51:55 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [148937002dd42077f8a1b0aeb1d40c43979f77cd]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:51:40 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7c58c6a609e2a4b4a0aa47d8158912afb3d45347]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:51:26 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [7838740deb735653ec14c742d7d4f55cf10a109e]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:51:13 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [85561432f5e96f89f72f5287f1718621dc765a68]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:51:00 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4c2a182bc2e5f73401dac2cc39389f915490a40c]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:50:33 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3b839bac0c383024683ed3fdeb77a307c3c1df47]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:50:21 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [12f9d7e02c2469265d9f68934196111dd6c8056e]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:50:09 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [41d84f63c40a12a726e3ef247d629d7e00225c41]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:49:24 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3b8cf90124201ec2c5dd30e00450bc52a7b9e255]

        INTEGRATION: CWS sb85 (1.1.2); FILE ADDED 2008/03/12 10:49:09 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [375aa9810dde550d6693c1bffb712a22a7cafd23]

        INTEGRATION: CWS sb85 (1.14.22); FILE MERGED 2008/03/12 09:47:32 sb 1.14.22.1: #i86117# explicitly for 32bit SPARC

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e6a2a4c7b3174a623fe4f2f9b2c5a3e380e9f28e]

        INTEGRATION: CWS sb85 (1.3.90); FILE REMOVED 2008/03/12 13:45:55 sb 1.3.90.1: #i86117# do not trigger alignment errors

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ebb71149a585badf142194a423b0352075f3a513]

        INTEGRATION: CWS sb85 (1.45.8); FILE MERGED 2008/03/12 12:31:29 sb 1.45.8.1: #i86117# Solaris SPARC64 bridge

2008-04-24  Oliver Bolte  <obo@openoffice.org>  [8e3b06422c15c61ee90c26bd09d3a584adbf949a]

        #i10000# shell support for unxmacxi

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f33b14a98b0477a0fa7099dfff7f1f1cceb8d066]

        INTEGRATION: CWS aw055 (1.11.116); FILE MERGED 2008/04/01 02:16:52 aw 1.11.116.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/12 14:25:43 aw 1.11.116.1: #i85553# init error at SdrLineGeometry fixed (thanks to cmc)

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9ba1d66d83e9e5a0205ca2379c63d2e55d1d07c8]

        INTEGRATION: CWS aw055 (1.39.270); FILE MERGED 2008/02/12 14:13:56 aw 1.39.270.1: #i81809# maximum paper width/height fix

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [72e8a9ced7b6e25b050af5cd7caeea66d2cce72f]

        INTEGRATION: CWS aw055 (1.10.218); FILE MERGED 2008/03/07 10:45:38 aw 1.10.218.1: #i85045# removed the extra automatic polygon closing code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [91be438d0f6b01ae10770e4c102986eb5ed3e53c]

        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>  [e15c847f0cde6667773ca6d3fb1d4971fefdd976]

        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>  [7ec32580a19c43c4265384924ac00e4f3c814f9b]

        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>  [d958565f2fa35caf67a0dd4ec1386130c237ad9f]

        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>  [81f6a5d151e9d1677f5e78f8abb9421491a5603b]

        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>  [b5fcb4bc9e1e4b23e9c34598c19dc7cba75e03e4]

        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>  [574fd61a54f4d9cab6330ab2475be3803c0c51f2]

        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>  [e5c86c047151e3115a7cba58c75b2361601d0ed1]

        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>  [850cb10dc27e1c9b60393f207148df95395b9f2e]

        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>  [0505d4fb6c781b98117f01cc9ac8bf505e390484]

        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>  [04bca394babfaa3ddc5411d7812611d394c1b9b3]

        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>  [5adc6119a901a11243356e3d586264d081f8f6f3]

        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>  [3eaaf7ae225f591af24ebbd85d1a836d84844991]

        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>  [cce4efddc5481277d9f2829b3a1d57661080ed18]

        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>  [cc5637cc059ba0f8122855224ba9b955fef6676c]

        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>  [ce326d509f5d8c58c3173ba82061bc921c32829b]

        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>  [0b60f2a661e35e749ffe1afc4af4dbb07863ead9]

        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>  [fe97ba8c3f09bc87010a653a8a553ed6277a2383]

        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>  [d48b3eeeeebbaf567d35c2d78df5fda73801e2be]

        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>  [c296a239d57fe58a229bce703a1cf27b74824fe2]

        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>  [de4654f4c6ee0a6d9e471ed6695c1d9e85097b1c]

        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>  [6c5b1a3d21134904b321002d466ab730d1fb8e29]

        INTEGRATION: CWS aw055 (1.143.76); FILE MERGED 2008/04/01 02:12:05 aw 1.143.76.2: RESYNC: (1.143-1.148); FILE MERGED 2008/02/12 14:13:32 aw 1.143.76.1: #i81809# maximum paper width/height fix

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3bcd60e63faed1a2d64900cf1da255af47ce52d3]

        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>  [c022c3369ef0be8fd0fa72366a16292dc7dffd11]

        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-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8b51c0f9b4c7dfab2eaba2a23f95aee14c3f517f]

        INTEGRATION: CWS mib07 (1.4.110); FILE MERGED 2008/01/02 14:19:20 mib 1.4.110.1: #i79222#: Applied patch that adds missing const

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f4a7fc16b8bc7ed9ff06df94df539e0c28e6987e]

        INTEGRATION: CWS mib07 (1.10.108); FILE MERGED 2008/03/26 10:57:36 mib 1.10.108.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/02 14:19:20 mib 1.10.108.1: #i79222#: Applied patch that adds missing const

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [41a42088c25768794b3cd8f5ef2c2102ee734ceb]

        INTEGRATION: CWS tl50 (1.17.68); FILE MERGED 2008/01/31 10:26:23 tl 1.17.68.1: #85369# valgrind related fix

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9a1cfa9650452e5eb0790161e2ca7f988d03e109]

        INTEGRATION: CWS tl50 (1.9.128); FILE MERGED 2008/03/17 09:43:38 tl 1.9.128.1: #i85576# removed not implemented properties

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a19370f332a42c2f9e5da475d0eb3fb695c79aae]

        INTEGRATION: CWS tl50 (1.6.480); FILE MERGED 2008/03/06 13:42:20 tl 1.6.480.1: #i84052# internal property 'Help' documented

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [badbb3b39b9f4ca85157fd79119001ba08cf475b]

        INTEGRATION: CWS tl50 (1.14.472); FILE MERGED 2008/03/06 12:28:41 tl 1.14.472.1: #i85576# unused properties removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [883adb00ca58e5f42939285a933a471c3b1981be]

        INTEGRATION: CWS tl50 (1.66.70); FILE MERGED 2008/03/28 11:38:55 tl 1.66.70.2: RESYNC: (1.66-1.68); FILE MERGED 2008/03/04 15:35:54 tl 1.66.70.1: #i85580# crash in API test fixed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [cecc07754e2770dd65b3fdb7ca2b5f55a29b2383]

        INTEGRATION: CWS tl50 (1.204.12); FILE MERGED 2008/03/28 11:15:34 tl 1.204.12.2: RESYNC: (1.204-1.206); FILE MERGED 2008/03/06 12:12:48 tl 1.204.12.1: #i85583# maybevoid added to the implementation of some properties

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [ff831eda6ebdcad33744d4161dcf67d9903bc22d]

        INTEGRATION: CWS tl50 (1.4.28); FILE MERGED 2008/02/27 15:29:57 tl 1.4.28.1: #i86321# removed unused code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e08c87f1fd9ead5c14cfe7c2a9433a8369ce3edb]

        INTEGRATION: CWS tl50 (1.4.62); FILE MERGED 2008/02/27 15:29:57 tl 1.4.62.1: #i86321# removed unused code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [98b52509fc990f14eddf5456adcbd7050f4f6b2c]

        INTEGRATION: CWS tl50 (1.3.62); FILE MERGED 2008/02/27 15:29:57 tl 1.3.62.1: #i86321# removed unused code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [1113e66a630020fb9fbd3512af9542c7b4b79830]

        INTEGRATION: CWS tl50 (1.5.12); FILE MERGED 2008/02/27 15:29:57 tl 1.5.12.1: #i86321# removed unused code

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [01984a19cbca37af9cc1f17c8acf1d5e929e04f8]

        INTEGRATION: CWS tl50 (1.51.40); FILE MERGED 2008/03/07 12:47:16 tl 1.51.40.1: #i85449# initial focus problem fixed by using timer

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [71e9a4858d09672f97d61cb6a3d2b7804de2b861]

        INTEGRATION: CWS tl50 (1.18.92); FILE MERGED 2008/02/29 08:42:22 tl 1.18.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e2f6d4d040d66b122c13534f348e53ec173fb217]

        INTEGRATION: CWS tl50 (1.46.20); FILE MERGED 2008/03/28 11:13:56 tl 1.46.20.2: RESYNC: (1.46-1.47); FILE MERGED 2008/02/27 15:57:00 tl 1.46.20.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9d4b71c57fee271818b199d753cf383c9fc0a17c]

        INTEGRATION: CWS tl50 (1.4.92); FILE MERGED 2008/02/29 08:10:47 tl 1.4.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [db154551193948386677101cecf4011786e0677f]

        INTEGRATION: CWS tl50 (1.29.92); FILE MERGED 2008/02/27 17:00:02 tl 1.29.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [fcfbd21f6e1a60b6ce96d6dba43ff264a81bdfeb]

        INTEGRATION: CWS tl50 (1.19.92); FILE MERGED 2008/03/14 12:59:56 tl 1.19.92.2: #i78973# now obsolete warning removed 2008/02/27 16:26:55 tl 1.19.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [63033e227a598785c960cdd947b7d5b54d0eebd4]

        INTEGRATION: CWS tl50 (1.40.92); FILE MERGED 2008/03/11 15:11:29 tl 1.40.92.3: #i72559# font size problem when changing default fixed 2008/03/11 15:09:58 tl 1.40.92.2: #i72559# font size problem when changing default fixed 2008/03/06 14:57:59 tl 1.40.92.1: #i83374# changed handling of ':' character; now not displayed italic by default anymore

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e8cffbd4c551afc5f4cd24df83d2b8a2e3a1b5cb]

        INTEGRATION: CWS tl50 (1.28.266); FILE MERGED 2008/02/29 08:36:24 tl 1.28.266.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3600066d5d64f7eeba258da6a3968464ae2ecfa8]

        INTEGRATION: CWS tl50 (1.84.80); FILE MERGED 2008/03/28 11:13:51 tl 1.84.80.2: RESYNC: (1.84-1.86); FILE MERGED 2008/02/29 08:36:24 tl 1.84.80.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a21cb49088950f5b9e147f1e3d2b016d15392b85]

        INTEGRATION: CWS tl50 (1.38.92); FILE MERGED 2008/03/14 11:12:01 tl 1.38.92.1: #i85391# scrollbar problem fixed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [8ad1d284e3b5e15b3e1c6ba0a628c80b016eb934]

        INTEGRATION: CWS tl50 (1.20.72); FILE MERGED 2008/02/29 08:16:49 tl 1.20.72.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4a86a8732567b6529a943925016d5830c12aa20a]

        INTEGRATION: CWS tl50 (1.33.72); FILE MERGED 2008/02/29 08:16:48 tl 1.33.72.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3dba37d5a5458a4e248fe7a7f7e1a62f22a46c68]

        INTEGRATION: CWS tl50 (1.22.74); FILE MERGED 2008/03/07 12:47:16 tl 1.22.74.1: #i85449# initial focus problem fixed by using timer

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3871cbb4b3a0d12e3e1fc1f39c16c29f16ea34f0]

        INTEGRATION: CWS tl50 (1.9.92); FILE MERGED 2008/02/29 08:42:21 tl 1.9.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e3aa6cc89f795b116efe0f92d37fac08cb0ad085]

        INTEGRATION: CWS tl50 (1.7.178); FILE MERGED 2008/02/29 08:10:47 tl 1.7.178.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c90f4daba7d9c34aa0acc6a2146a24bda94f0e9b]

        INTEGRATION: CWS tl50 (1.15.92); FILE MERGED 2008/02/27 17:00:02 tl 1.15.92.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [b975b47cb95326a53d6538cbd40133ead34fc2bb]

        INTEGRATION: CWS tl50 (1.5.198); FILE MERGED 2008/02/27 16:26:55 tl 1.5.198.1: #i86272# unused code removed

2008-04-24  Ivo Hinkelmann  <ihi@openoffice.org>  [d67e40645ab531f583104416d0fd325c774b1620]

        INTEGRATION: CWS tl50 (1.17.92); FILE MERGED 2008/02/27 16:26:55 tl 1.17.92.1: #i86272# unused code removed

2008-04-24  René Engelhard  <rene@openoffice.org>  [abf892b8e83fac50b886c6251b760427c31683dc]

        #i10000# ARM (at least oabi) buildfix

2008-04-24  Oliver Bolte  <obo@openoffice.org>  [5d677f5c721985e2c21558c417f39b28fa0fe738]

        #i10000# fixes for runtime .Net 2005/2008

2008-04-24  Rüdiger Timm  <rt@openoffice.org>  [2dcecbcf0e721b0c7339a76326c40b38dcf3a3b9]

        Tune some settings: no n: drive needed for developers.

2008-04-23  René Engelhard  <rene@openoffice.org>  [1124dc7e3f4dcfdc3683f95506786dc52bf81ba7]

        i10000# EXTERNAL_WARNINGS_NOT_ERRORS := TRUE

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4946a6cb9cec506295b109605a658012833373cb]

        INTEGRATION: CWS hr50 (1.37.6); FILE MERGED 2008/04/11 12:26:37 hr 1.37.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9ca518d781cc81ef4c540b6a9f85b92b9f6c161]

        INTEGRATION: CWS hr50 (1.48.26); FILE MERGED 2008/04/11 15:54:00 hr 1.48.26.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3a0615ccb77716563dfd03175daf4791599c5bc]

        INTEGRATION: CWS hr50 (1.16.230); FILE MERGED 2008/04/14 13:05:57 hr 1.16.230.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [593d8561cc6d065ba6ca46d004fb4bbb8aba6acb]

        INTEGRATION: CWS hr50 (1.13.28); FILE MERGED 2008/04/16 10:27:39 hr 1.13.28.1: #i86797#: code is not yet 64 bit clean, disable building

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [11869a214cfe11f970dc1de387814debfe60e362]

        INTEGRATION: CWS hr50 (1.8.16); FILE MERGED 2008/04/16 10:27:39 hr 1.8.16.1: #i86797#: code is not yet 64 bit clean, disable building

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d564d54f4d0cd1ccbe7f80d86a31e443b204327]

        INTEGRATION: CWS hr50 (1.2.38); FILE MERGED 2008/04/16 10:27:38 hr 1.2.38.1: #i86797#: code is not yet 64 bit clean, disable building

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76d7a13ee3fffd199e98c75229bcb83f7bfec88]

        INTEGRATION: CWS hr50 (1.34.88); FILE MERGED 2008/04/10 16:58:47 hr 1.34.88.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b4fb598e2e6551ff1f6caa08a33bdb4349273e]

        INTEGRATION: CWS hr50 (1.31.18); FILE MERGED 2008/04/10 16:58:47 hr 1.31.18.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd1055e544477a5dbbeef95e86fda1588294347e]

        INTEGRATION: CWS hr50 (1.197.2); FILE MERGED 2008/04/10 16:58:46 hr 1.197.2.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [5538a0c35e6df92fb3aca9a0f506738a130aa439]

        INTEGRATION: CWS hr50 (1.20.88); FILE MERGED 2008/04/10 16:58:46 hr 1.20.88.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ca0d56346eebab032a8bd052387ce0ec3abba1]

        INTEGRATION: CWS hr50 (1.46.82); FILE MERGED 2008/04/10 16:58:46 hr 1.46.82.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [15b92f8969a3178241fddf635dd255c6cc40e9f1]

        INTEGRATION: CWS hr50 (1.53.224); FILE MERGED 2008/04/10 16:58:45 hr 1.53.224.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [9670ec0310f0db66ae82f2276ef817ccc3d22829]

        INTEGRATION: CWS hr50 (1.50.228); FILE MERGED 2008/04/10 16:58:45 hr 1.50.228.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2111df97aab710ef450a4b3d75f3f17b78e94b62]

        INTEGRATION: CWS hr50 (1.29.80); FILE MERGED 2008/04/10 16:58:45 hr 1.29.80.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b7cb7390498df4534b3d3559e2604ad008439d2]

        INTEGRATION: CWS hr50 (1.73.90); FILE MERGED 2008/04/10 16:58:44 hr 1.73.90.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e66e314ae35a1aee7741dd6ec0e295a21b57b0e8]

        INTEGRATION: CWS hr50 (1.77.58); FILE MERGED 2008/04/10 16:58:44 hr 1.77.58.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e93ac62f84f7d8d4d17ba2ea0fbeb8131ccc9db7]

        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>  [9c6aa20a4c4b8700359d3eb4778d592005c33396]

        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>  [4d90bf7f44d90d805dd0eb515f98b849738cffbe]

        INTEGRATION: CWS hr50 (1.59.10); FILE MERGED 2008/03/05 17:44:29 hr 1.59.10.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [87b4db74c475690d7361d6a40f3f7698f5e55287]

        INTEGRATION: CWS hr50 (1.23.4); FILE MERGED 2008/03/05 17:44:29 hr 1.23.4.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2864db07f74b5b8ad4d4b82a69beaec3d5b5e365]

        INTEGRATION: CWS hr50 (1.13.66); FILE MERGED 2008/03/05 14:22:23 hr 1.13.66.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [dacb24940bdd8b638a5a2b3e16ea3f35a5fc2ffc]

        INTEGRATION: CWS hr50 (1.56.66); FILE MERGED 2008/03/05 14:17:57 hr 1.56.66.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ce998b425533b3e27b9537f30a9accff4ecc2fa]

        INTEGRATION: CWS hr50 (1.9.112); FILE MERGED 2008/03/05 14:02:07 hr 1.9.112.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [994a34b3abb72fa04200865021cabb9821d80338]

        INTEGRATION: CWS hr50 (1.28.66); FILE MERGED 2008/03/05 14:02:07 hr 1.28.66.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6894f5315dc69e572f6811168172da7ba21ea1d5]

        INTEGRATION: CWS hr50 (1.10.60); FILE MERGED 2008/03/05 13:54:52 hr 1.10.60.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4aa8e9d4c75eca7f89947736892ef0f5ba5771e]

        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>  [8a97744d26526b9cb3b6ded043b81fd73613245d]

        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>  [43b44abad65a10de78486c99ed89e67c760d85e0]

        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>  [ab0e407dfa01d43c7f1b8af77dfe4479a9402baa]

        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>  [3dbb8d2d3e4fe887ae7044e24ed6193b747b001f]

        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>  [423203061432c17f1df27574573ce71acc7d62a5]

        INTEGRATION: CWS hr50 (1.141.2); FILE MERGED 2008/04/09 11:05:55 hr 1.141.2.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [39a7260561f3b7b68e988a97d5fde2a2dc21184f]

        INTEGRATION: CWS hr50 (1.48.52); FILE MERGED 2008/04/09 11:05:54 hr 1.48.52.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9fa675a7d132b4221ed3bc5ad4fccbd680605eb]

        INTEGRATION: CWS hr50 (1.26.172); FILE MERGED 2008/04/09 11:05:54 hr 1.26.172.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6fdc3472f419694575550cc0363ea3661a231f7]

        INTEGRATION: CWS hr50 (1.116.10); FILE MERGED 2008/04/09 11:05:53 hr 1.116.10.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [51cfdb559ecc680d7470ac11f63b38b60ee11eee]

        INTEGRATION: CWS hr50 (1.103.12); FILE MERGED 2008/04/09 11:05:53 hr 1.103.12.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [96780c3efa64b9f6d0475f2d7972f1e17d1ba7f0]

        INTEGRATION: CWS hr50 (1.133.46); FILE MERGED 2008/04/09 11:05:53 hr 1.133.46.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [06317984abe3e687f934dadf7aa68321819e424f]

        INTEGRATION: CWS hr50 (1.29.172); FILE MERGED 2008/04/09 11:05:52 hr 1.29.172.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9ffbfda5887e3dc0660558a9363e5991d08ce81]

        INTEGRATION: CWS hr50 (1.26.166); FILE MERGED 2008/04/09 11:05:52 hr 1.26.166.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b493d5f678321352ec53da204c4b76335d5d2099]

        INTEGRATION: CWS hr50 (1.7.4); FILE MERGED 2008/04/10 15:47:36 hr 1.7.4.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d456e45f1290fd8179763767d5a652f21aa0260]

        INTEGRATION: CWS hr50 (1.24.116); FILE MERGED 2008/04/11 12:47:11 hr 1.24.116.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1226e014a796dc73f2d8ac2c8bbfac3c51d72e0e]

        INTEGRATION: CWS hr50 (1.7.216); FILE MERGED 2008/04/17 09:59:24 hr 1.7.216.1: #i86797#: add jre for Linux x64 platform

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d5be8705a4490b0fe1033c51333ad287adabb8f]

        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>  [b32d4e3421f9a7e391c929df7de076c8916ee491]

        INTEGRATION: CWS hr50 (1.74.58); FILE MERGED 2008/04/17 09:39:28 hr 1.74.58.1: #i86797#: introduce unxlngx6 environment for 64 bit Linux - build with compiler STL

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [eead7a29e98ddb85f31d6d9668b02a5d66895790]

        INTEGRATION: CWS hr50 (1.1.34); FILE MERGED 2008/04/17 09:39:28 hr 1.1.34.1: #i86797#: introduce unxlngx6 environment for 64 bit Linux - build with compiler STL

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [313ae7e32cccbd2759f04e455bd0398faf6ec0d8]

        INTEGRATION: CWS hr50 (1.4.74); FILE MERGED 2008/04/11 14:18:45 hr 1.4.74.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [820017567ad16ece07c7ea1920bce485168a641f]

        INTEGRATION: CWS hr50 (1.12.98); FILE MERGED 2008/04/11 12:26:39 hr 1.12.98.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [acb031955af9c3854347c95565e54ce34e1679fb]

        INTEGRATION: CWS hr50 (1.34.178); FILE MERGED 2008/04/11 12:26:39 hr 1.34.178.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [13110b81ee7075efbf258f57659aa14c04f2ad4a]

        INTEGRATION: CWS hr50 (1.17.178); FILE MERGED 2008/04/11 12:26:39 hr 1.17.178.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [da11bea1094a4705e90c442b4a3530c857176db5]

        INTEGRATION: CWS hr50 (1.22.6); FILE MERGED 2008/04/11 12:26:39 hr 1.22.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2165dc09c1f8ac8de1fb6f279523e9d8d73101b8]

        INTEGRATION: CWS hr50 (1.12.194); FILE MERGED 2008/04/11 12:26:38 hr 1.12.194.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb925f5f41ba077f7faa8c2d842a359a5000f40d]

        INTEGRATION: CWS hr50 (1.193.6); FILE MERGED 2008/04/11 12:26:38 hr 1.193.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [60660388c05022763465d3edd66767f717873996]

        INTEGRATION: CWS hr50 (1.20.96); FILE MERGED 2008/04/11 12:26:38 hr 1.20.96.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [3db4b07a0aecdc1c65801dba386f115db56de4fe]

        INTEGRATION: CWS hr50 (1.7.134); FILE MERGED 2008/04/11 12:26:37 hr 1.7.134.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed8603cfddd7d51ce32a1db6428456830905169]

        INTEGRATION: CWS hr50 (1.3.1276); FILE MERGED 2008/04/11 15:32:10 hr 1.3.1276.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f62b0711f741ead1b1745e2217ddb78109cd124]

        INTEGRATION: CWS hr50 (1.27.40); FILE MERGED 2008/04/10 17:13:27 hr 1.27.40.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbc6bbd8a3c245ab8cdb6e4569130fbeef48557c]

        INTEGRATION: CWS hr50 (1.26.50); FILE MERGED 2008/04/10 13:45:22 hr 1.26.50.1: #i86574#: fix sprintf format warnings (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c019ebf0eb039e35cbb068f96a03d538d799ad]

        INTEGRATION: CWS hr50 (1.7.218); FILE MERGED 2008/04/08 14:30:31 hr 1.7.218.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb12a0f1d0145f763eccec0cdbd6931a27e4a6c9]

        INTEGRATION: CWS hr50 (1.5.218); FILE MERGED 2008/04/08 14:30:31 hr 1.5.218.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c55db02af6c2344dd9309abae79eab868e42022]

        INTEGRATION: CWS hr50 (1.12.74); FILE MERGED 2008/04/08 14:30:31 hr 1.12.74.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [f369b6d186de5d482be6548d0e53850fc96fe791]

        INTEGRATION: CWS hr50 (1.5.18); FILE MERGED 2008/03/07 12:14:29 hr 1.5.18.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2bc7b5ba24eb60816ea282eaba23dffa14ac6c]

        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>  [081cee999cbd1f00ae25329cebdc329ef5e1962a]

        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>  [91765c5bcb45a8a02b15dd74b8d155290b3ce8f8]

        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>  [69771d5be325585bc78537f194694d505af2b916]

        INTEGRATION: CWS hr50 (1.18.58); FILE MERGED 2008/04/10 17:00:55 hr 1.18.58.1: #i86574#: work around a bogus compiler warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2d2c6e535b5ff8b305fe15c54d9fe3495297db]

        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>  [ba78a25734b84922b4c603374cb222e04255c481]

        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>  [19ddb5877fce5a1e114641d4defb858a7b37d4e1]

        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>  [9c522154fa1b33f382bd812c660c6bb64c3e10ae]

        INTEGRATION: CWS hr50 (1.21.2); FILE MERGED 2008/04/10 17:27:32 hr 1.21.2.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [950f7f110ab7c470a27181339cff9470cf27e620]

        INTEGRATION: CWS hr50 (1.23.44); FILE MERGED 2008/04/11 13:10:55 hr 1.23.44.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [910cd530f0ab48a4da4fdc9da4218e0f45df8cc6]

        INTEGRATION: CWS hr50 (1.5.142); FILE MERGED 2008/04/11 13:42:49 hr 1.5.142.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [51dcd7d575ed5155e1e56b769d0913f8f1aecf74]

        INTEGRATION: CWS hr50 (1.84.6); FILE MERGED 2008/04/11 13:42:48 hr 1.84.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1a2392721cb47a0757ab7439418ca5c40425b84]

        INTEGRATION: CWS hr50 (1.125.22); FILE MERGED 2008/04/11 15:54:06 hr 1.125.22.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85fc0643df2707e963e65bb2c344b2fbf43fa48]

        INTEGRATION: CWS hr50 (1.24.100); FILE MERGED 2008/04/11 15:54:06 hr 1.24.100.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [238d06549cfa2fefeab178146f85d2e1365da3d5]

        INTEGRATION: CWS hr50 (1.35.258); FILE MERGED 2008/04/11 15:54:05 hr 1.35.258.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da3db444ae6ab099d3f377ac56cb7de708d2008]

        INTEGRATION: CWS hr50 (1.15.130); FILE MERGED 2008/04/11 15:54:05 hr 1.15.130.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed96648d0a40e1982c903835f0c09897d41bd302]

        INTEGRATION: CWS hr50 (1.2.14); FILE MERGED 2008/04/11 15:54:05 hr 1.2.14.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b72ab901a6de682e9dff6dd009d9be37dbae26a]

        INTEGRATION: CWS hr50 (1.61.204); FILE MERGED 2008/04/11 15:54:05 hr 1.61.204.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce3666e5aa9d47200d02f1b2e66e7224cf5d95f4]

        INTEGRATION: CWS hr50 (1.41.12); FILE MERGED 2008/04/11 15:54:04 hr 1.41.12.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d3da10c43bc5327c166d898f957bd56592453d]

        INTEGRATION: CWS hr50 (1.45.36); FILE MERGED 2008/04/11 15:54:04 hr 1.45.36.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4e2c9835526dcd80994947a8ceb64ade0f1fa5]

        INTEGRATION: CWS hr50 (1.135.14); FILE MERGED 2008/04/11 15:54:04 hr 1.135.14.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8aea56f5546851f28c2bc224356f81cc4bc88e5]

        INTEGRATION: CWS hr50 (1.178.14); FILE MERGED 2008/04/11 15:54:03 hr 1.178.14.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0b0f372d5e0b9508d00ec0c12873246ab09dbb4]

        INTEGRATION: CWS hr50 (1.24.256); FILE MERGED 2008/04/11 15:54:03 hr 1.24.256.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fbbf2bb1a46c47801e95215a23c3ed7925c8c6c]

        INTEGRATION: CWS hr50 (1.113.10); FILE MERGED 2008/04/11 15:54:03 hr 1.113.10.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c1db7904f344ec689a0de5408836d136c1ab0fa]

        INTEGRATION: CWS hr50 (1.31.38); FILE MERGED 2008/04/11 15:54:03 hr 1.31.38.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [405835f9568368fd8f14da2e03ba24eb585a1d6b]

        INTEGRATION: CWS hr50 (1.12.10); FILE MERGED 2008/04/11 15:54:03 hr 1.12.10.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5433f896183a169018aafcb44411f065aceaa16]

        INTEGRATION: CWS hr50 (1.37.6); FILE MERGED 2008/04/11 15:54:03 hr 1.37.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb2efdcd4a17f47bf83cc9a563f469d939ebd7b]

        INTEGRATION: CWS hr50 (1.15.178); FILE MERGED 2008/04/11 15:54:03 hr 1.15.178.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [930a65047fc6b5998afa4492fc7d8654ea4a5381]

        INTEGRATION: CWS hr50 (1.23.36); FILE MERGED 2008/04/11 15:54:02 hr 1.23.36.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c760346fef08ebf75a0ad410fbf990c1bea2253]

        INTEGRATION: CWS hr50 (1.23.258); FILE MERGED 2008/04/11 15:54:02 hr 1.23.258.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b35b50359a502d15b645d51059c2f2c3011e57]

        INTEGRATION: CWS hr50 (1.59.14); FILE MERGED 2008/04/11 15:54:02 hr 1.59.14.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ef1bd55a5fccb60894f1dc818a3fac1432eda8]

        INTEGRATION: CWS hr50 (1.74.28); FILE MERGED 2008/04/11 15:54:02 hr 1.74.28.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [91bf22144f27144bf4419f7312064137b4c22ba3]

        INTEGRATION: CWS hr50 (1.114.6); FILE MERGED 2008/04/11 15:54:02 hr 1.114.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbaae4ba5e869e68b597c919fd5e15235ecea50d]

        INTEGRATION: CWS hr50 (1.11.40); FILE MERGED 2008/04/11 15:54:02 hr 1.11.40.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4599b40b4c6618fb7e1bb2f6a3ee12694b2c5c]

        INTEGRATION: CWS hr50 (1.11.258); FILE MERGED 2008/04/11 15:54:01 hr 1.11.258.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [96df5b2da281a1f940676ba35cf6cd7c593f8051]

        INTEGRATION: CWS hr50 (1.12.204); FILE MERGED 2008/04/11 15:54:01 hr 1.12.204.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fa7ac79cb166a917dff465aab921e220e18f79d]

        INTEGRATION: CWS hr50 (1.40.34); FILE MERGED 2008/04/11 15:54:01 hr 1.40.34.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [30f16c48fd8e71f52e9372762b0fe503d34da3f8]

        INTEGRATION: CWS hr50 (1.51.240); FILE MERGED 2008/04/11 15:54:01 hr 1.51.240.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [e634d472ebfc4d8959826eeacc680a10419c9207]

        INTEGRATION: CWS hr50 (1.101.22); FILE MERGED 2008/04/11 15:54:00 hr 1.101.22.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d45ad56d15887b2db87810dbb7479a466ba61e1]

        INTEGRATION: CWS hr50 (1.67.10); FILE MERGED 2008/04/11 15:54:00 hr 1.67.10.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1da7dfbdba0c9697b84e9fe5bd3a69e54ce439bb]

        INTEGRATION: CWS hr50 (1.45.26); FILE MERGED 2008/04/11 15:54:00 hr 1.45.26.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e0cd7e71b251ec5f1648b1d50400f21b0a824c2]

        INTEGRATION: CWS hr50 (1.41.40); FILE MERGED 2008/04/11 15:54:00 hr 1.41.40.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a18f9a913270221dc2b0e6fadf6b0abf65b385b]

        INTEGRATION: CWS hr50 (1.29.6); FILE MERGED 2008/04/11 15:54:00 hr 1.29.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb58ca85227876969218cb360d7cea62bcbb2107]

        INTEGRATION: CWS hr50 (1.49.6); FILE MERGED 2008/04/11 15:53:59 hr 1.49.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ee8bc260c50773263715b6c58ef3a0589776053]

        INTEGRATION: CWS hr50 (1.28.24); FILE MERGED 2008/04/11 15:53:59 hr 1.28.24.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9551fe0f74ae96f2820ce6ad55540ae334a7ff2]

        INTEGRATION: CWS hr50 (1.29.6); FILE MERGED 2008/04/11 15:53:59 hr 1.29.6.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fbf6589cd181e730d13829ec4898ac46b4c341a]

        INTEGRATION: CWS hr50 (1.25.28); FILE MERGED 2008/04/11 15:53:59 hr 1.25.28.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3bfee1cb746c63e1749815356e4ef3d68d086b7]

        INTEGRATION: CWS hr50 (1.53.20); FILE MERGED 2008/04/11 15:53:59 hr 1.53.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9a931a4c21c40660836cbffde829cd18ee2deb8]

        INTEGRATION: CWS hr50 (1.42.256); FILE MERGED 2008/04/11 15:53:59 hr 1.42.256.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a334bf387e6f91d369c1e2bf3c9738882655d3a7]

        INTEGRATION: CWS hr50 (1.16.178); FILE MERGED 2008/04/11 15:53:59 hr 1.16.178.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [71c110bfb436473cefe04f4f97a38547416fde3c]

        INTEGRATION: CWS hr50 (1.24.22); FILE MERGED 2008/04/11 15:53:58 hr 1.24.22.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c4db755b82e26dcd3aafc01cf52236cdf19339e]

        INTEGRATION: CWS hr50 (1.11.258); FILE MERGED 2008/04/11 15:53:58 hr 1.11.258.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [36ddf10bc311814b5b630faec2b87f201b137b97]

        INTEGRATION: CWS hr50 (1.4.374); FILE MERGED 2008/04/14 13:05:58 hr 1.4.374.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a84ac3b005df2a35516285bf49b16085f56c75a1]

        INTEGRATION: CWS hr50 (1.11.250); FILE MERGED 2008/04/14 13:05:58 hr 1.11.250.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [64dd17ed16c5f69011f08ce750faac320533f218]

        INTEGRATION: CWS hr50 (1.7.182); FILE MERGED 2008/04/14 13:05:58 hr 1.7.182.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [48ae8af2836d016e547dae0645bb314da5a10822]

        INTEGRATION: CWS hr50 (1.5.374); FILE MERGED 2008/04/14 13:05:57 hr 1.5.374.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd7d7137a1bfc969ec6bcb2714fae64ed00f646]

        INTEGRATION: CWS hr50 (1.27.8); FILE MERGED 2008/04/14 13:05:57 hr 1.27.8.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f8e1815a96f83c72e621ff0c854aee89422a20c]

        INTEGRATION: CWS hr50 (1.6.142); FILE MERGED 2008/04/09 11:55:25 hr 1.6.142.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [71eeaf9cf198b708497cd11465f808496dbe3bbf]

        INTEGRATION: CWS hr50 (1.6.118); FILE MERGED 2008/04/09 11:55:25 hr 1.6.118.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8fc98286b084743e0e0fb7cf22fecc273cc685c]

        INTEGRATION: CWS hr50 (1.9.8); FILE MERGED 2008/04/15 12:16:19 hr 1.9.8.1: #86797#: Linux 64 bit builds may have -DINTEL and -DX64_64 defined, change order of platform tests for macro JFW_PLUGIN_ARCH

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [721a5b2ab3424694bd87045d6cd57cf4cb3d8ce5]

        INTEGRATION: CWS hr50 (1.16.12); FILE MERGED 2008/04/14 15:49:12 hr 1.16.12.1: #i86574#: fix \"control reaches end of non-void function\" warning ( gcc-4.2.3, no optimizations )

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [4192292fc5ff35a5ce6031aa0c6cb0051dc5963c]

        INTEGRATION: CWS hr50 (1.9.20); FILE MERGED 2008/03/10 15:47:41 hr 1.9.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [6674c479b08872aa89ba5c1ed6a3d3884d845db0]

        INTEGRATION: CWS hr50 (1.8.20); FILE MERGED 2008/03/10 15:47:41 hr 1.8.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [de2f4975d84ef4de59589642270a6319d1e15662]

        INTEGRATION: CWS hr50 (1.12.20); FILE MERGED 2008/03/10 15:47:41 hr 1.12.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d925bf5cbc3cd2c7f91288e7cf26973a34818781]

        INTEGRATION: CWS hr50 (1.9.20); FILE MERGED 2008/03/10 15:39:08 hr 1.9.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf41c95259be2ac310a27a2e0d95d8804e131e7]

        INTEGRATION: CWS hr50 (1.5.20); FILE MERGED 2008/03/10 15:47:41 hr 1.5.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a4e21d50870b062bb492f58a5cda73ca574be7]

        INTEGRATION: CWS hr50 (1.9.20); FILE MERGED 2008/03/10 15:47:40 hr 1.9.20.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [132a2ffc3bba39a66ff31e9b17586c76177cb196]

        INTEGRATION: CWS hr50 (1.11.20); FILE MERGED 2008/03/10 15:37:35 hr 1.11.20.1: #i86574#: remove unused variable

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b2766435c89d1850f6a31184bb3780923436cd]

        INTEGRATION: CWS hr50 (1.11.24); FILE MERGED 2008/04/10 17:39:30 hr 1.11.24.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc1a6876ae9b0dcbc5de23b896a69140c9c3813e]

        INTEGRATION: CWS hr50 (1.18.96); FILE MERGED 2008/04/10 17:39:30 hr 1.18.96.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45be774fd4657c12a3e5b84f57c926192f0ef46]

        INTEGRATION: CWS hr50 (1.21.22); FILE MERGED 2008/04/10 17:39:30 hr 1.21.22.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f91747886c2e8eb4a388bfa7d9dbbc6e70e25ad]

        INTEGRATION: CWS hr50 (1.17.78); FILE MERGED 2008/04/15 17:09:36 hr 1.17.78.1: #i86574#: fix format string warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [785edf0885170e12c67ba499ad2a90eae259d83a]

        INTEGRATION: CWS hr50 (1.30.14); FILE MERGED 2008/04/11 16:22:42 hr 1.30.14.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e121fd8066a965a83094ae8d20cb54f2123a47]

        INTEGRATION: CWS hr50 (1.18.2); FILE MERGED 2008/04/09 11:40:48 hr 1.18.2.1: #i86574#: fix warning (gcc-4.2.3)

2008-04-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [249ae3004dc0fb725f88e13790b71c5b30c13ec3]

        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-22  René Engelhard  <rene@openoffice.org>  [57afdd313a6ff7b94213638d622628bee28e4258]

        new file header...

2008-04-22  René Engelhard  <rene@openoffice.org>  [cf1b287098c2fd0104068be23280f16253f04cdf]

        new file header...

2008-04-22  Vladimir Glazounov  <vg@openoffice.org>  [9ab28cd10239559444231d69b0ece67a0eb67cf2]

        #100000# fix for for broken --prepare of SO modules

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [de531b2d5d802cd0e56f9476d78ab580c4a29f5d]

        #i10000# no NOLOGOIMAGES needed any more since CWS iconupdate04.

2008-04-21  Oliver Bolte  <obo@openoffice.org>  [a9d7119cee832b785692a4f583cb2f084a37305b]

        #i10000# fix typo

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [48f75b83c6633cd408fe3c574409a5b96028808b]

        #i10000# No jds packages for Linux any more.

2008-04-21  Vladimir Glazounov  <vg@openoffice.org>  [0b4a6ab6ba9eb00cbeee88bf7fed247784672d67]

        #i10000# setsolar environment fails with CPP

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [e253aa15b25bc034a9e9ecd578a74496ab85a69d]

        #i10000# Do not send error mails any more.

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [8cc4d74160cc2d5eeea36064f27522720fbaebfb]

        #i10000# Correct gid_Module_Root_Files_Images.

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [3f926bb9104c4f51acc232b6737adb4890e89581]

        #i10000# Correct wrong conflict resolution: get back changes from CWS iconupdate04.

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [8b8d061a9200d29605f6e24eaee105eb3d1da1b1]

        #i88490# Avoid 'uninitialized' warning.

2008-04-21  Rüdiger Timm  <rt@openoffice.org>  [a389cfa39cd426aaa0619a362cdf03b48a2d8e51]

        #i10000# Fix windows build.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e6222bc0083360f5b5d055cd2423c8cd643b5336]

        Correct integration of CWS xmlfilter04

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0df797ad9e70e8e035b63150f6edef1f84bee110]

        DEV300

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3f334a2c2bd292a034d5ceb0b899c9acd2afcdde]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:22:32 dr 1.2.12.2: more code finetuning 2008/02/21 12:42:08 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f58f64bec6796b97c76ebdf0ac6db997ca4d1074]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:22:32 dr 1.2.12.4: more code finetuning 2008/03/03 16:38:12 dr 1.2.12.3: create the chart objects 2008/02/27 11:14:58 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:42:08 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6319c4d20290c655eb8076c96a8f68bc65f5c38f]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/28 11:59:32 dr 1.2.12.3: use drawingml::Color to implement Excel color tint 2008/02/27 13:16:25 dr 1.2.12.2: improved XLS color handling 2008/02/21 12:42:08 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b7403910ad90d52881293d5e8ccb44784cbb9544]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 13:16:25 dr 1.2.12.3: improved XLS color handling 2008/02/27 11:47:36 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:42:08 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d666f18f7853788c5ceb3a3d31185497b96c0952]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/28 12:19:18 sj 1.2.12.4: fixed merge problem 2008/03/19 16:26:50 hbrinkm 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/27 11:14:58 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:42:07 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [93b6aabfdb8c33f151aa1940c24b32ec4abff1f4]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/28 11:59:32 dr 1.2.12.1: use drawingml::Color to implement Excel color tint

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6b8744583ad3f012e4cfb1d5f8855e17aa76907e]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/25 10:33:28 sj 1.2.12.6: fixed merge problems 2008/03/20 06:46:26 hbrinkm 1.2.12.5: #RESYNC DEV300:m3 2008/03/19 03:40:50 kohei 1.2.12.4: switch from FormulaConvention to AddressConvention. 2008/03/12 14:22:32 dr 1.2.12.3: more code finetuning 2008/03/07 01:43:33 kohei 1.2.12.2: switched to using the new FormulaConvention constant to specify the XL A1 style formula. 2008/02/21 12:42:07 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [20b427e4a7372dab6241342b0313ecbe475c2ccc]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/05 11:05:12 dr 1.2.12.2: more source data import 2008/02/21 12:42:07 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ffbb0826af08ed1e4229c45e9a8d234c44280841]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/03 16:38:12 dr 1.2.12.3: create the chart objects 2008/02/27 11:14:58 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:42:07 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1d079573981b5abec4f3ecfde5e46cd5a89904ca]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 13:05:08 rt 1.1.2.4: Change license header to LGPL v3. 2008/03/12 14:22:32 dr 1.1.2.3: more code finetuning 2008/03/05 11:05:12 dr 1.1.2.2: more source data import 2008/02/27 11:14:58 dr 1.1.2.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2df072ed934475aaf020bb0805f13fe504958342]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/20 15:28:39 sj 1.2.12.7: fixed merge conflicts 2008/03/19 16:26:35 hbrinkm 1.2.12.6: RESYNC: (1.2-1.3); FILE MERGED 2008/02/29 17:01:15 sj 1.2.12.5: added some vml enhancements 2008/02/28 20:17:23 sj 1.2.12.4: improved vml import 2008/02/27 17:15:18 sj 1.2.12.3: added grouping of vml shapes 2008/02/26 08:35:05 hbrinkm 1.2.12.2: removed setting of size since property set threw exception 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [197f66bfbeac72315b899ed7935a0d66a506cc73]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/29 17:01:15 sj 1.2.12.4: added some vml enhancements 2008/02/28 20:17:23 sj 1.2.12.3: improved vml import 2008/02/27 17:15:18 sj 1.2.12.2: added grouping of vml shapes 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3945f943ce68e93e7f5c127e1a005613df56a08e]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 17:15:18 sj 1.2.12.2: added grouping of vml shapes 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0a7b5c041c8c25e4b16a5ce212b5125002e520d3]

        INTEGRATION: CWS xmlfilter04 (1.3.4); FILE MERGED 2008/03/19 16:26:27 hbrinkm 1.3.4.2: RESYNC: (1.3-1.5); FILE MERGED 2008/02/21 12:42:06 hbrinkm 1.3.4.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2d2f36aa8e5c7e46da2a9902ed1fb82733dfe810]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/04 10:05:36 dr 1.2.12.2: move XML_ROOT_CONTEXT constant to tokens.hxx 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [336a449a7ea95e23c3a6c06f8f09974160345a0f]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 11:16:31 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3985fd332c27c730068879fb94010fe43458db0b]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:22:32 dr 1.2.12.2: more code finetuning 2008/02/27 11:16:31 dr 1.2.12.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a015b592537da74583bc8331d43ce6ae6a318f9a]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/20 15:11:16 sj 1.2.12.5: fixed merge conflicts 2008/03/20 13:12:27 hbrinkm 1.2.12.4: resync cleanup 2008/03/19 15:55:37 hbrinkm 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/26 08:34:18 hbrinkm 1.2.12.2: use namespace specific context handlers 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d4087b13fa278bd63f229a290dd12bda6392e77c]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/28 20:17:23 sj 1.2.12.4: improved vml import 2008/02/27 17:15:18 sj 1.2.12.3: added grouping of vml shapes 2008/02/26 08:34:04 hbrinkm 1.2.12.2: use namespace specific context handlers 2008/02/21 12:42:06 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e4253459aa4f95eccba3b8855124faba0e14aaec]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:40:59 dr 1.2.12.2: add setters to Color class, add gamma to a:scrgbClr 2008/02/21 12:42:05 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [82e119cef1a3811753717102b8d4bc3dac2afacc]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 17:15:18 sj 1.2.12.3: added grouping of vml shapes 2008/02/27 14:40:59 dr 1.2.12.2: add setters to Color class, add gamma to a:scrgbClr 2008/02/21 12:42:05 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [20e61e139bea2093563275b7bc33060c2cc9c628]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:59 dr 1.2.12.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/02/21 12:42:05 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [adc47ae543c43e8c7071943041c91c34eb89c4ae]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:22:31 dr 1.2.12.3: more code finetuning 2008/02/27 11:16:18 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:42:05 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bd0835d04029481067dbc639523d5cb4b8189817]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:40:45 dr 1.2.12.1: add setters to Color class, add gamma to a:scrgbClr

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [58d92ac8261f7ef0c56319fa708de86f2799618d]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 13:15:46 dr 1.2.12.2: improved XLS color handling 2008/02/21 12:42:03 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [361dbe64f93d4f57c6d7ff1305d0268af6c6ad38]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:59 dr 1.2.12.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/02/21 12:42:03 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [eea93af47bc4391cf4834dbb7a7ee58428d8e9fe]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:13:27 rt 1.1.2.16: Change license header to LGPL v3. 2008/03/14 15:55:47 dr 1.1.2.15: line smoothing fixed, Excel ignores <c:smooth> element as child of <c:lineChart> element 2008/03/14 13:54:18 dr 1.1.2.14: never call methods of parent context handler 2008/03/14 09:59:11 dr 1.1.2.13: wrong token name and overlap handling 2008/03/13 15:01:04 dr 1.1.2.12: 3d bar shape type 2008/03/12 14:22:31 dr 1.1.2.11: more code finetuning 2008/03/11 14:33:13 dr 1.1.2.10: add spPr and txPr to various objects 2008/03/11 09:50:34 dr 1.1.2.9: import manual chart title text 2008/03/10 12:56:14 dr 1.1.2.8: 3D settings 2008/03/07 15:14:30 dr 1.1.2.7: #i85166# pie rotation 2008/03/07 13:30:23 dr 1.1.2.6: axis conversion 2008/03/05 11:53:02 dr 1.1.2.5: make series source import work 2008/03/05 11:05:12 dr 1.1.2.4: more source data import 2008/03/04 14:15:40 dr 1.1.2.3: series/type extensions 2008/03/03 14:04:30 dr 1.1.2.2: more conversion 2008/02/29 15:29:52 dr 1.1.2.1: basic converter stuff

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a2005dfd3a39f01a9dfde84cd82d35d085b429c0]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:12:50 rt 1.1.2.6: Change license header to LGPL v3. 2008/03/11 09:50:34 dr 1.1.2.5: import manual chart title text 2008/03/10 16:11:02 dr 1.1.2.4: move legend to title files 2008/03/10 14:33:44 dr 1.1.2.3: reduce file count, add trendlines 2008/03/03 14:04:30 dr 1.1.2.2: more conversion 2008/02/29 09:23:29 dr 1.1.2.1: title

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c2112353d4915e5b695a797f7d65a9a2cdcda98a]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:12:44 rt 1.1.2.9: Change license header to LGPL v3. 2008/03/13 13:30:58 dr 1.1.2.8: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/12 14:22:31 dr 1.1.2.7: more code finetuning 2008/03/11 14:33:13 dr 1.1.2.6: add spPr and txPr to various objects 2008/03/11 09:50:34 dr 1.1.2.5: import manual chart title text 2008/03/10 16:11:02 dr 1.1.2.4: move legend to title files 2008/03/10 14:33:44 dr 1.1.2.3: reduce file count, add trendlines 2008/03/10 12:56:14 dr 1.1.2.2: 3D settings 2008/03/07 13:30:23 dr 1.1.2.1: axis conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f1a56a508915bf468947b0d00aa6bf7427c192a6]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:12:33 rt 1.1.2.9: Change license header to LGPL v3. 2008/03/13 13:30:58 dr 1.1.2.8: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 14:33:13 dr 1.1.2.7: add spPr and txPr to various objects 2008/03/11 09:50:33 dr 1.1.2.6: import manual chart title text 2008/03/10 16:11:02 dr 1.1.2.5: move legend to title files 2008/03/10 14:33:44 dr 1.1.2.4: reduce file count, add trendlines 2008/03/03 14:04:30 dr 1.1.2.3: more conversion 2008/02/29 11:46:07 dr 1.1.2.2: text model/context (c:tx element) 2008/02/29 09:23:29 dr 1.1.2.1: title

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6d3aa41d1a3c061ae688641c59310a5015540fee]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:12:22 rt 1.1.2.11: Change license header to LGPL v3. 2008/03/14 15:55:47 dr 1.1.2.10: line smoothing fixed, Excel ignores <c:smooth> element as child of <c:lineChart> element 2008/03/13 15:01:04 dr 1.1.2.9: 3d bar shape type 2008/03/12 14:22:31 dr 1.1.2.8: more code finetuning 2008/03/11 14:33:13 dr 1.1.2.7: add spPr and txPr to various objects 2008/03/10 15:30:06 dr 1.1.2.6: import error bars 2008/03/10 14:33:43 dr 1.1.2.5: reduce file count, add trendlines 2008/03/05 11:53:01 dr 1.1.2.4: make series source import work 2008/03/05 11:05:11 dr 1.1.2.3: more source data import 2008/03/04 14:15:40 dr 1.1.2.2: series/type extensions 2008/03/03 14:04:30 dr 1.1.2.1: more conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [90eb4af2a9c3f6afc8c6291f6f46b00d7206b035]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:12:02 rt 1.1.2.15: Change license header to LGPL v3. 2008/03/14 16:23:39 dr 1.1.2.14: 3d settings after creation of chart types 2008/03/13 15:17:35 dr 1.1.2.13: typo in property name 2008/03/12 14:22:31 dr 1.1.2.12: more code finetuning 2008/03/11 14:33:12 dr 1.1.2.11: add spPr and txPr to various objects 2008/03/11 09:50:33 dr 1.1.2.10: import manual chart title text 2008/03/10 12:56:14 dr 1.1.2.9: 3D settings 2008/03/07 17:49:35 dr 1.1.2.8: create missing axis models 2008/03/07 15:14:30 dr 1.1.2.7: #i85166# pie rotation 2008/03/07 13:30:23 dr 1.1.2.6: axis conversion 2008/03/05 11:53:01 dr 1.1.2.5: make series source import work 2008/03/05 11:05:11 dr 1.1.2.4: more source data import 2008/03/03 16:37:14 dr 1.1.2.3: create the chart objects 2008/03/03 14:04:30 dr 1.1.2.2: more conversion 2008/02/29 15:29:52 dr 1.1.2.1: basic converter stuff

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [84d00e7c762988c9a8f7d9b3d9b7abef6c140eb0]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:11:41 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/10 14:33:43 dr 1.1.2.2: reduce file count, add trendlines 2008/03/05 11:05:10 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0db3a4b2391209278e2e6236ab5c8c9e0171965b]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:11:35 rt 1.1.2.6: Change license header to LGPL v3. 2008/03/12 14:22:31 dr 1.1.2.5: more code finetuning 2008/03/11 14:33:12 dr 1.1.2.4: add spPr and txPr to various objects 2008/03/10 14:33:43 dr 1.1.2.3: reduce file count, add trendlines 2008/03/07 13:30:22 dr 1.1.2.2: axis conversion 2008/03/05 11:05:07 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bed6cc019e161d6dd338af9112bb4e52b32cb096]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:11:29 rt 1.1.2.4: Change license header to LGPL v3. 2008/03/13 13:30:58 dr 1.1.2.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/10 14:33:43 dr 1.1.2.2: reduce file count, add trendlines 2008/03/05 11:05:06 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0da372760e30af7febb6189d56010b478e86a0ba]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:11:18 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 14:22:31 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [07c61add8dd15f6616d1b9834529b6e4b00d0dbc]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:11:06 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 14:22:31 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [385767b0bac0049ca20b415c77b84bccb393bf46]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:59 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/13 13:30:57 dr 1.1.2.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/12 14:22:30 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9b78e44d793bb1a7df27da2172f87d28cf1cb2b5]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:48 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 14:22:30 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [789a9b6d62dc89028134ccaf3b8086d4269f3d80]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:37 rt 1.1.2.12: Change license header to LGPL v3. 2008/03/12 14:22:30 dr 1.1.2.11: more code finetuning 2008/03/11 14:33:12 dr 1.1.2.10: add spPr and txPr to various objects 2008/03/11 09:50:33 dr 1.1.2.9: import manual chart title text 2008/03/10 16:11:02 dr 1.1.2.8: move legend to title files 2008/03/10 12:56:14 dr 1.1.2.7: 3D settings 2008/03/07 13:30:22 dr 1.1.2.6: axis conversion 2008/03/05 11:05:05 dr 1.1.2.5: more source data import 2008/03/03 14:04:30 dr 1.1.2.4: more conversion 2008/02/29 15:29:52 dr 1.1.2.3: basic converter stuff 2008/02/29 09:23:29 dr 1.1.2.2: title 2008/02/27 11:13:02 dr 1.1.2.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [554f159ea9f5b14e702eafd80735b7ec3c810e13]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:31 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/13 13:30:57 dr 1.1.2.1: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4fdf2f743614a4eaa9612cdd972a3074ddd4f28c]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:25 rt 1.1.2.6: Change license header to LGPL v3. 2008/03/12 14:22:30 dr 1.1.2.5: more code finetuning 2008/03/11 14:33:12 dr 1.1.2.4: add spPr and txPr to various objects 2008/03/10 12:56:14 dr 1.1.2.3: 3D settings 2008/03/07 15:25:00 dr 1.1.2.2: #i85167# always reverse pie direction 2008/03/07 13:30:22 dr 1.1.2.1: axis conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f1f72d908bf74602296b669e2af0b378a9e5e836]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/11 09:50:33 dr 1.2.12.2: import manual chart title text 2008/02/21 12:42:01 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9b5fbf83137e056039af454e6bcbfdd7d31eb7f6]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:40:08 dr 1.2.12.1: add setters to Color class, add gamma to a:scrgbClr

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5ab0e6c0cee8bbf506a8e8881860ec0ce9f3bfd6]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:57 dr 1.2.12.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:33 dr 1.2.12.2: import manual chart title text 2008/02/21 12:42:01 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8c94757d92c0f50452b6a565eca407afb3be0b9d]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:57 dr 1.2.12.1: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b2d9fc9db287a6fc64f86d364a1da2f26b093f5b]

        INTEGRATION: CWS xmlfilter04 (1.3.12); FILE MERGED 2008/02/27 14:40:07 dr 1.3.12.1: add setters to Color class, add gamma to a:scrgbClr

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [45e6c3815de5cee9dd3787256f85a9f00d80f28c]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:56 dr 1.2.12.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/02/21 12:42:01 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1efbdcb76d603335f64a3d097c6d9d1363dfef45]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:56 dr 1.2.12.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:33 dr 1.2.12.2: import manual chart title text 2008/02/21 12:42:01 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5a140f4f122a67cb8922abe537c0eeca52973333]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:56 dr 1.2.12.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:33 dr 1.2.12.2: import manual chart title text 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [91586a5edee2680b81a97d9c33eb83d57ada8db1]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:56 dr 1.2.12.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [56e2be1b160bfd14136150a65794fa217477d63c]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/14 13:54:17 dr 1.2.12.2: never call methods of parent context handler 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [564841feefb571bd85c7252bcc6d47c77cb27409]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:56 dr 1.2.12.4: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/03 16:37:14 dr 1.2.12.3: create the chart objects 2008/02/27 14:40:07 dr 1.2.12.2: add setters to Color class, add gamma to a:scrgbClr 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7b40fab9f22029bc9b1e06e0fceaf9ee0a4c63ad]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/04/01 07:52:51 hbrinkm 1.2.12.4: resolved conflict the wrong way 2008/03/19 16:26:18 hbrinkm 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/27 14:40:07 dr 1.2.12.2: add setters to Color class, add gamma to a:scrgbClr 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0c7a6a4fc3279fb330b5536d2aa38a9eaf48132e]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:22:30 dr 1.2.12.4: more code finetuning 2008/03/03 16:37:13 dr 1.2.12.3: create the chart objects 2008/03/03 14:05:39 dr 1.2.12.2: + ChartGraphicDataContext 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d46a23c36007682a75f152d6900299a65e28d87c]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:40:07 dr 1.2.12.3: add setters to Color class, add gamma to a:scrgbClr 2008/02/27 11:50:24 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [01401c0aed0ea05a393dad4c71aae8cdcb0038ed]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/19 16:26:07 hbrinkm 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/27 11:50:24 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:42:00 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [789488bb7a33ca5986fac7074d78eaa3e6c30701]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:40:07 dr 1.2.12.8: add setters to Color class, add gamma to a:scrgbClr 2008/02/27 13:15:26 dr 1.2.12.7: improved XLS color handling 2008/02/27 11:59:23 dr 1.2.12.6: wrong handling of a:scrgbClr 2008/02/27 11:50:24 dr 1.2.12.5: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/26 08:33:05 hbrinkm 1.2.12.4: removed warnings on unxlngi6 2008/02/25 16:04:41 sj 1.2.12.3: added preset colors 2008/02/22 16:42:14 sj 1.2.12.2: fixed color problem 2008/02/21 12:41:59 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b3fc44e066822c0c5ad1bf165f46ee7e73fe525b]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/04/01 07:56:28 hbrinkm 1.2.12.10: removed break 2008/03/04 10:47:19 hbrinkm 1.2.12.9: removed warning: unused variable 2008/02/28 11:57:34 dr 1.2.12.8: use drawingml::Color to implement Excel color tint 2008/02/27 18:59:27 dr 1.2.12.7: Color class stores RGB, CRGB, HSL color models, add all missing color transformations 2008/02/27 14:59:44 dr 1.2.12.6: color mode instead of bool flags 2008/02/27 14:40:07 dr 1.2.12.5: add setters to Color class, add gamma to a:scrgbClr 2008/02/27 13:15:26 dr 1.2.12.4: improved XLS color handling 2008/02/27 11:50:24 dr 1.2.12.3: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/22 16:42:14 sj 1.2.12.2: fixed color problem 2008/02/21 12:41:59 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1ef15a3ed384e30fbb4d607a7cd747dc797c771e]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 11:50:24 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:41:59 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d6e859db8f713a66969844ecf243916c4c47cfb6]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/03 16:35:31 dr 1.2.12.2: create the chart objects 2008/02/21 12:41:59 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d00a2e5c13e888e0fec14cbb5fcfcc1629f0224f]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/10 14:14:06 hbrinkm 1.2.12.1: deliver token.txt

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c68c0923563e347d9977b99d4fd2ef34d142ed78]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 13:16:09 dr 1.2.12.2: improved XLS color handling 2008/02/21 12:41:58 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6fc001fb1cb9806ff5a0d69720524a94e1e0ab24]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/12 14:21:38 dr 1.2.12.3: more code finetuning 2008/02/27 11:12:23 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:41:58 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1ca7af725350a52ce8e70d1f533b82bae4187dd5]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 13:16:09 dr 1.2.12.3: improved XLS color handling 2008/02/27 11:47:14 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:41:58 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [face57b8da703ace84c770856021dc4d0b9458c1]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/28 11:58:06 dr 1.2.12.2: use drawingml::Color to implement Excel color tint 2008/02/27 13:16:09 dr 1.2.12.1: improved XLS color handling

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5bec77cbff759b5e79e31f84954e6c2118290de7]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/05 11:05:04 dr 1.2.12.2: more source data import 2008/02/21 12:41:57 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e6be088db5ce57421e19a4903f9d521b5a8a649b]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 11:12:23 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:41:57 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7a28d9ec733c2201fd089ed0240781dc3f4d3717]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:10:05 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/05 11:05:04 dr 1.1.2.2: more source data import 2008/02/27 11:12:23 dr 1.1.2.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ad05f5b1a8dada1a6b2f02aea8df1f7aea3339f7]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/29 17:01:15 sj 1.2.12.4: added some vml enhancements 2008/02/28 20:17:23 sj 1.2.12.3: improved vml import 2008/02/27 17:15:18 sj 1.2.12.2: added grouping of vml shapes 2008/02/21 12:41:56 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3133ca8a54f80c676613d8fe8bf752b03664eb36]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 17:15:18 sj 1.2.12.2: added grouping of vml shapes 2008/02/21 12:41:56 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [23d898f65f6f6393b817c6231be75044b8a54189]

        #Change license header to LGPL v3.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4f3204ec4f3e32fa4618d5f10548e088923be846]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 11:16:00 dr 1.2.12.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f146a4812c0f033cabcdea5100a3981e23c8b697]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 14:39:39 dr 1.2.12.1: add setters to Color class, add gamma to a:scrgbClr

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8c9e43595a484c297cf485b75a9186a86febe9a0]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:59 rt 1.1.2.11: Change license header to LGPL v3. 2008/03/12 14:21:38 dr 1.1.2.10: more code finetuning 2008/03/11 14:32:54 dr 1.1.2.9: add spPr and txPr to various objects 2008/03/11 09:50:13 dr 1.1.2.8: import manual chart title text 2008/03/10 12:55:58 dr 1.1.2.7: 3D settings 2008/03/07 15:14:11 dr 1.1.2.6: #i85166# pie rotation 2008/03/07 13:28:42 dr 1.1.2.5: axis conversion 2008/03/05 11:05:04 dr 1.1.2.4: more source data import 2008/03/04 14:14:51 dr 1.1.2.3: series/type extensions 2008/03/03 14:03:32 dr 1.1.2.2: more conversion 2008/02/29 15:27:13 dr 1.1.2.1: basic converter stuff

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3af98f5ad228345e304ce6a1afefa0274ff61495]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:48 rt 1.1.2.12: Change license header to LGPL v3. 2008/03/13 13:30:55 dr 1.1.2.11: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 14:32:54 dr 1.1.2.10: add spPr and txPr to various objects 2008/03/11 09:50:13 dr 1.1.2.9: import manual chart title text 2008/03/10 16:10:49 dr 1.1.2.8: move legend to title files 2008/03/10 14:33:25 dr 1.1.2.7: reduce file count, add trendlines 2008/03/07 13:28:42 dr 1.1.2.6: axis conversion 2008/03/05 11:05:04 dr 1.1.2.5: more source data import 2008/03/03 14:03:32 dr 1.1.2.4: more conversion 2008/02/29 15:27:13 dr 1.1.2.3: basic converter stuff 2008/02/29 11:44:22 dr 1.1.2.2: text model/context (c:tx element) 2008/02/29 09:08:33 dr 1.1.2.1: title

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a1c7aa77187873a372d4eb1fb616b80bfb9844bf]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:36 rt 1.1.2.8: Change license header to LGPL v3. 2008/03/12 14:21:38 dr 1.1.2.7: more code finetuning 2008/03/11 14:32:54 dr 1.1.2.6: add spPr and txPr to various objects 2008/03/11 09:50:13 dr 1.1.2.5: import manual chart title text 2008/03/10 16:10:48 dr 1.1.2.4: move legend to title files 2008/03/10 14:33:25 dr 1.1.2.3: reduce file count, add trendlines 2008/03/10 12:55:58 dr 1.1.2.2: 3D settings 2008/03/07 13:28:42 dr 1.1.2.1: axis conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [acd8b0611f6f6ca80fdcd3e10fd21a7933d46c8f]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:30 rt 1.1.2.7: Change license header to LGPL v3. 2008/03/13 13:30:55 dr 1.1.2.6: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/10 16:10:48 dr 1.1.2.5: move legend to title files 2008/03/10 14:33:25 dr 1.1.2.4: reduce file count, add trendlines 2008/03/03 14:03:32 dr 1.1.2.3: more conversion 2008/02/29 11:44:22 dr 1.1.2.2: text model/context (c:tx element) 2008/02/29 09:08:33 dr 1.1.2.1: title

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cc02d940107f1a1c8d8b692ed7888f8c693c735b]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:25 rt 1.1.2.10: Change license header to LGPL v3. 2008/03/14 15:55:46 dr 1.1.2.9: line smoothing fixed, Excel ignores <c:smooth> element as child of <c:lineChart> element 2008/03/13 15:00:51 dr 1.1.2.8: 3d bar shape type 2008/03/12 14:21:38 dr 1.1.2.7: more code finetuning 2008/03/11 14:32:54 dr 1.1.2.6: add spPr and txPr to various objects 2008/03/10 15:29:53 dr 1.1.2.5: import error bars 2008/03/10 14:33:25 dr 1.1.2.4: reduce file count, add trendlines 2008/03/05 11:05:03 dr 1.1.2.3: more source data import 2008/03/04 14:14:51 dr 1.1.2.2: series/type extensions 2008/03/03 14:03:32 dr 1.1.2.1: more conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2118abb8a904f61bb303f02dfc2d834294d98b70]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 12:09:14 rt 1.1.2.9: Change license header to LGPL v3. 2008/03/12 14:21:38 dr 1.1.2.8: more code finetuning 2008/03/11 14:32:53 dr 1.1.2.7: add spPr and txPr to various objects 2008/03/11 09:50:13 dr 1.1.2.6: import manual chart title text 2008/03/10 12:55:58 dr 1.1.2.5: 3D settings 2008/03/07 13:28:41 dr 1.1.2.4: axis conversion 2008/03/05 11:05:02 dr 1.1.2.3: more source data import 2008/03/03 14:03:32 dr 1.1.2.2: more conversion 2008/02/29 15:27:13 dr 1.1.2.1: basic converter stuff

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3275bbff9be8640a9438505c5726286098fb9fb5]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:29:08 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/10 14:33:24 dr 1.1.2.2: reduce file count, add trendlines 2008/03/05 11:05:02 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d1781fad6afffd19b2f72fe057e63704fa4fda54]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:29:03 rt 1.1.2.5: Change license header to LGPL v3. 2008/03/12 14:21:38 dr 1.1.2.4: more code finetuning 2008/03/11 14:32:53 dr 1.1.2.3: add spPr and txPr to various objects 2008/03/10 14:33:24 dr 1.1.2.2: reduce file count, add trendlines 2008/03/05 11:05:01 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c83c3737efa8e1c29bd4926d7a288b48499123b5]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:57 rt 1.1.2.4: Change license header to LGPL v3. 2008/03/13 13:30:54 dr 1.1.2.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/10 14:33:24 dr 1.1.2.2: reduce file count, add trendlines 2008/03/05 11:05:01 dr 1.1.2.1: more source data import

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [23c2812878d738c0edd322b0c8ee563bc421f9ef]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:52 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/14 15:55:46 dr 1.1.2.2: line smoothing fixed, Excel ignores <c:smooth> element as child of <c:lineChart> element 2008/03/12 14:21:38 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [088ba0f3af7754083b407e8d8d06d2c31683e264]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:46 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/13 13:30:54 dr 1.1.2.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/12 14:21:37 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e97eebee1721595d8aae49e9d9b9981ac32d0200]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:40 rt 1.1.2.3: Change license header to LGPL v3. 2008/03/13 13:30:54 dr 1.1.2.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/12 14:21:37 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6adce175e1d9517e28a58e624c00c0693c9f30e8]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:33 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 14:21:37 dr 1.1.2.1: more code finetuning

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [71049acb09243e6c5be782eb0a2a0331dd1b7673]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:28 rt 1.1.2.8: Change license header to LGPL v3. 2008/03/12 14:21:37 dr 1.1.2.7: more code finetuning 2008/03/11 14:32:53 dr 1.1.2.6: add spPr and txPr to various objects 2008/03/07 13:28:41 dr 1.1.2.5: axis conversion 2008/03/05 11:04:59 dr 1.1.2.4: more source data import 2008/03/03 14:03:31 dr 1.1.2.3: more conversion 2008/02/29 15:27:13 dr 1.1.2.2: basic converter stuff 2008/02/27 11:08:10 dr 1.1.2.1: first steps: chart API conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e400900037548119b20375f29745d521cfbb2ae0]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 11:28:22 rt 1.1.2.4: Change license header to LGPL v3. 2008/03/12 14:21:37 dr 1.1.2.3: more code finetuning 2008/03/11 14:32:53 dr 1.1.2.2: add spPr and txPr to various objects 2008/03/07 13:28:41 dr 1.1.2.1: axis conversion

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ec44c4fb4773a046d342af80a6c9e54604204742]

        INTEGRATION: CWS xmlfilter04 (1.3.104); FILE MERGED 2008/03/14 15:46:39 iha 1.3.104.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0336b71fabc15b1c6585e32150e2fbe84d87ca8c]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/11 09:50:13 dr 1.2.12.2: import manual chart title text 2008/02/21 12:41:53 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [380b2f84e98e9a683006e85d274d56d1fa798ddc]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:53 dr 1.2.12.1: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [21ff02a0c6e14319879b3713192161807c10c648]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:53 dr 1.2.12.2: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [45af6a2ef28f7a2d3f5e033347bd1fb11ecfdcc0]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:53 dr 1.2.12.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:13 dr 1.2.12.2: import manual chart title text 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [66ea10311f342d332261a38d1d05cb59e208ac0b]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:53 dr 1.2.12.3: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:12 dr 1.2.12.2: import manual chart title text 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d7a8bf75d0f7469d8f270da167107d1f3f8344b7]

        INTEGRATION: CWS xmlfilter04 (1.43.144); FILE MERGED 2008/03/19 16:27:42 hbrinkm 1.43.144.2: RESYNC: (1.43-1.45); FILE MERGED 2008/03/17 13:38:23 os 1.43.144.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d306e642286af7ce5f11e1d67d86b6575a7a0dc9]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/14 13:53:52 dr 1.2.12.2: never call methods of parent context handler 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4abb5267d80eea231e28c9af0d5415ca827c4625]

        INTEGRATION: CWS xmlfilter04 (1.1.4); FILE ADDED 2008/03/17 13:38:05 os 1.1.4.2: #i86953# creating redlines via API 2008/03/12 07:46:57 os 1.1.4.1: file XRedline.idl was added on branch cws_src680_xmlfilter04 on 2008-03-17 13:38:05 +0000

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8e20641a8dfdac24de454d8b73b7a32a902f3b18]

        INTEGRATION: CWS xmlfilter04 (1.13.270); FILE MERGED 2008/03/19 16:27:45 hbrinkm 1.13.270.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/22 11:05:46 os 1.13.270.1: #i86262# TableBorderDistances added

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b8586ea421c87344d6149897022080bdd330ada5]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/13 13:30:53 dr 1.2.12.5: make darwingml::TextBodyContext independent from drawingml::Shape, add various chart contexts 2008/03/11 09:50:12 dr 1.2.12.4: import manual chart title text 2008/03/05 12:42:51 dr 1.2.12.3: remove lonely semicolons 2008/03/03 16:36:24 dr 1.2.12.2: create the chart objects 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [76de54b32f11ce74c844fb30a9eea557844baf6a]

        INTEGRATION: CWS xmlfilter04 (1.1.4); FILE ADDED 2008/02/22 11:05:32 os 1.1.4.2: #i86262# TableBorderDistances added 2008/02/20 12:24:52 os 1.1.4.1: file TableBorderDistances.idl was added on branch cws_src680_xmlfilter04 on 2008-02-22 11:05:32 +0000

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a76cc7a30632b4a4ffae9fc427b7ba676559d73b]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/03 16:36:24 dr 1.2.12.3: create the chart objects 2008/03/03 14:05:25 dr 1.2.12.2: + ChartGraphicDataContext 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c9680fec7d5ff3b25c8872d2ba5f3f85c898e813]

        INTEGRATION: CWS xmlfilter04 (1.27.22); FILE MERGED 2008/03/19 03:36:13 kohei 1.27.22.2: renamed FormulaConvention to AddressConvention. 2008/03/07 01:41:46 kohei 1.27.22.1: added FormulaConvention constant group & removed two obsolete boolean properties from FormulaParser service.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5f0a88278e1d3fe9186a4810497c7b1ce01e7a1e]

        INTEGRATION: CWS xmlfilter04 (1.2.52); FILE MERGED 2008/03/07 01:41:46 kohei 1.2.52.1: added FormulaConvention constant group & removed two obsolete boolean properties from FormulaParser service.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a733aa15548a6a5173b35201019f1f9623ec6a63]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/03/19 03:36:12 kohei 1.1.2.1: renamed FormulaConvention to AddressConvention.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [320d78fb81a565fe048ed9c594aeb17c10562ad1]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/28 11:56:24 dr 1.2.12.7: use drawingml::Color to implement Excel color tint 2008/02/27 18:58:30 dr 1.2.12.6: Color class stores RGB, CRGB, HSL color models, add all missing color transformations 2008/02/27 14:59:30 dr 1.2.12.5: color mode instead of bool flags 2008/02/27 14:39:02 dr 1.2.12.4: add setters to Color class, add gamma to a:scrgbClr 2008/02/27 13:14:33 dr 1.2.12.3: improved XLS color handling 2008/02/27 11:46:58 dr 1.2.12.2: added static Color::getPresetColor() and Color::getSystemColor() 2008/02/21 12:41:52 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d77bbe6afb17a62e47969e451bc8f0eb3103c4b2]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/02/27 11:46:58 dr 1.2.12.1: added static Color::getPresetColor() and Color::getSystemColor()

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ce3c4469638d9fe9651ee1618754fa593038a770]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/03 16:31:53 dr 1.2.12.3: create the chart objects 2008/02/27 11:15:47 dr 1.2.12.2: first steps: chart API conversion 2008/02/21 12:41:51 hbrinkm 1.2.12.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [19aa0caf1dc66edb53d1eb2a528875de7e29b598]

        INTEGRATION: CWS xmlfilter04 (1.2.208); FILE MERGED 2008/03/07 08:52:52 dr 1.2.208.2: unneeded include removed 2008/02/21 12:43:01 hbrinkm 1.2.208.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5f46c1457d58ae9180ec6cb864d40bd1964c2caa]

        INTEGRATION: CWS xmlfilter04 (1.2.12); FILE MERGED 2008/03/03 16:31:53 dr 1.2.12.1: create the chart objects

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c1bd6f2398429fff2dedbb9ff1f3fba914d33773]

        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>  [3b35ca557cb975e090d9af54a8c8ea5ec6c5d862]

        INTEGRATION: CWS xmlfilter04 (1.20.2); FILE MERGED 2008/03/20 13:29:32 iha 1.20.2.3: removed unused variable 2008/03/19 16:34:34 hbrinkm 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/14 15:44:08 iha 1.20.2.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [276e65efa1f84cc62042509796388e0695175bf4]

        INTEGRATION: CWS xmlfilter04 (1.4.82); FILE MERGED 2008/03/14 15:42:24 iha 1.4.82.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [179bb8f4de7098e51c3959e5431f4305a7bcec5e]

        INTEGRATION: CWS xmlfilter04 (1.166.38); FILE MERGED 2008/03/19 16:29:25 hbrinkm 1.166.38.2: RESYNC: (1.166-1.169); FILE MERGED 2008/02/21 12:43:54 hbrinkm 1.166.38.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a04db9e3ed3e28d133d1e1477425608198754f3a]

        INTEGRATION: CWS xmlfilter04 (1.46.148); FILE MERGED 2008/03/19 16:29:02 hbrinkm 1.46.148.2: RESYNC: (1.46-1.47); FILE MERGED 2008/02/28 20:02:49 sj 1.46.148.1: accepting number values for shape types, which is needed for the vml importer

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [745c4bcb57bceb560b34cd67fe86c75b2d9e41f4]

        INTEGRATION: CWS xmlfilter04 (1.3.82); FILE MERGED 2008/03/14 15:40:34 iha 1.3.82.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3a923120e6b1e0b046ecb140a74d57c379e6239f]

        INTEGRATION: CWS xmlfilter04 (1.12.58); FILE MERGED 2008/03/27 13:17:57 sj 1.12.58.2: fixed build problem 2008/03/14 15:43:06 iha 1.12.58.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [959e65a358877cff4023660fadb163bf7e87bd7d]

        INTEGRATION: CWS xmlfilter04 (1.2.94); FILE MERGED 2008/03/14 15:40:02 iha 1.2.94.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2603650461881352193d202a808c480c9af38e13]

        INTEGRATION: CWS xmlfilter04 (1.5.80); FILE MERGED 2008/03/03 16:56:29 dr 1.5.80.1: check xInnerPropertySet to avoid crash

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ad6456a55260b611555e90855417ae4ed40d34c1]

        INTEGRATION: CWS xmlfilter04 (1.12.2); FILE MERGED 2008/03/19 16:35:34 hbrinkm 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2008/03/14 16:17:17 iha 1.12.2.1: #i72994# simpler access to 3D settings

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [55cef58a272d1f15981d3f6b1884ed9abaffc150]

        INTEGRATION: CWS xmlfilter04 (1.2.36); FILE MERGED 2008/03/06 07:36:07 os 1.2.36.3: add .dotx extension to Word2007 XML filter 2008/02/26 10:41:24 dr 1.2.36.2: final word 2007 fixes 2008/02/21 12:34:09 hbrinkm 1.2.36.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b90a683e1cc78fb58e50c85991e692f3bce8ee40]

        INTEGRATION: CWS xmlfilter04 (1.2.36); FILE MERGED 2008/02/26 10:41:24 dr 1.2.36.2: final word 2007 fixes 2008/02/22 14:58:17 os 1.2.36.1: aligned ms word 2007 node names to new filter names

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [86858d1fb6be1cad184d7cc5bb1e992f46184bfa]

        INTEGRATION: CWS xmlfilter04 (1.2.54); FILE MERGED 2008/03/19 17:00:42 hbrinkm 1.2.54.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/19 03:54:49 kohei 1.2.54.3: forgot to change it in two more places. 2008/03/19 03:51:49 kohei 1.2.54.2: FormulaConvention -> AddressConvention. 2008/03/07 02:06:05 kohei 1.2.54.1: remove the two boolean properties from ScFormulaParserObj and put the new formula convention property.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [32e0fafe920af0bb62826d93c8dba45e8caa216d]

        INTEGRATION: CWS xmlfilter04 (1.76.22); FILE MERGED 2008/03/19 17:00:36 hbrinkm 1.76.22.3: RESYNC: (1.76-1.79); FILE MERGED 2008/03/07 02:06:04 kohei 1.76.22.2: remove the two boolean properties from ScFormulaParserObj and put the new formula convention property. 2008/02/21 12:38:21 hbrinkm 1.76.22.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a1fedbe6b30e58adf2368a19bff4544fa64a1660]

        INTEGRATION: CWS xmlfilter04 (1.113.52); FILE MERGED 2008/03/19 15:48:58 hbrinkm 1.113.52.3: RESYNC: (1.113-1.116); FILE MERGED 2008/02/22 12:40:18 os 1.113.52.2: #i86262# TableBorderDistances added 2008/02/21 12:39:26 hbrinkm 1.113.52.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [efa2eafc6c2b84d20f4727f8c609f8f66a7a544d]

        INTEGRATION: CWS xmlfilter04 (1.29.44); FILE MERGED 2008/03/19 15:49:17 hbrinkm 1.29.44.2: RESYNC: (1.29-1.31); FILE MERGED 2008/03/17 13:44:07 os 1.29.44.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [21ccbf556ed7c6a1b02a6b4009b064dfc84c9178]

        INTEGRATION: CWS xmlfilter04 (1.2.54); FILE MERGED 2008/03/07 02:06:04 kohei 1.2.54.1: remove the two boolean properties from ScFormulaParserObj and put the new formula convention property.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1ebb171bfc9efd83b19ef37fb3a1e7e36dc0eb58]

        INTEGRATION: CWS xmlfilter04 (1.18.16); FILE MERGED 2008/04/04 12:37:36 os 1.18.16.1: Fix #i86262#: Undo of changing a table box format (ama)

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [037278021ddbdc653213907ea514c82c6d0e310b]

        INTEGRATION: CWS xmlfilter04 (1.22.54); FILE MERGED 2008/03/19 15:48:34 hbrinkm 1.22.54.2: RESYNC: (1.22-1.23); FILE MERGED 2008/03/07 12:16:34 os 1.22.54.1: #i86066#

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [53fea292d349fb8056985a4c44f522d8ad8d781a]

        INTEGRATION: CWS xmlfilter04 (1.45.198); FILE MERGED 2008/03/17 13:43:45 os 1.45.198.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c60193664ebe7284d912110fb8e68532a7e9ddb7]

        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>  [79b5b78bfa9e88a58222ba6435da1121844b8f0f]

        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>  [13e1d53670c0ee17ceaf6461e7631eceb3ddb46c]

        INTEGRATION: CWS xmlfilter04 (1.35.52); FILE MERGED 2008/03/19 15:49:45 hbrinkm 1.35.52.3: RESYNC: (1.35-1.39); FILE MERGED 2008/03/07 12:20:19 os 1.35.52.2: convertToTextFrame: handle tables at start/end of selection 2008/02/21 12:39:26 hbrinkm 1.35.52.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a36a629de364651ac058b83cef03e9630f76aa68]

        INTEGRATION: CWS xmlfilter04 (1.52.52); FILE MERGED 2008/03/19 15:49:12 hbrinkm 1.52.52.2: RESYNC: (1.52-1.54); FILE MERGED 2008/03/03 12:39:46 os 1.52.52.1: LineNumbering: DividerCount has to be >= 0, count has to be > 0

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [aedc47546b088d0d400d5de88bfb46f40ffff247]

        INTEGRATION: CWS xmlfilter04 (1.131.52); FILE MERGED 2008/03/19 15:49:36 hbrinkm 1.131.52.2: RESYNC: (1.131-1.135); FILE MERGED 2008/02/22 14:45:46 os 1.131.52.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ab1e1d6a545a7987fab4d1161096e5d0d7ec2a68]

        INTEGRATION: CWS xmlfilter04 (1.65.44); FILE MERGED 2008/03/19 15:48:44 hbrinkm 1.65.44.2: RESYNC: (1.65-1.67); FILE MERGED 2008/03/17 13:44:07 os 1.65.44.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3e124accd7e4e7998b74b903550c42dbcbf46324]

        INTEGRATION: CWS xmlfilter04 (1.103.132); FILE MERGED 2008/03/19 15:49:05 hbrinkm 1.103.132.2: RESYNC: (1.103-1.106); FILE MERGED 2008/03/17 13:44:07 os 1.103.132.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1024e4a0d6cc1eab6002ea2c9e856731d082eec9]

        INTEGRATION: CWS xmlfilter04 (1.203.46); FILE MERGED 2008/03/19 15:49:31 hbrinkm 1.203.46.2: RESYNC: (1.203-1.206); FILE MERGED 2008/02/22 12:40:18 os 1.203.46.1: #i86262# TableBorderDistances added

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c6e9452b5f85f9459b1ac62435f54b2e92e9e9af]

        INTEGRATION: CWS xmlfilter04 (1.23.196); FILE MERGED 2008/04/01 14:09:58 hbrinkm 1.23.196.3: SwBookmark now uses GetBookmark(Other)Pos 2008/03/19 15:49:49 hbrinkm 1.23.196.2: RESYNC: (1.23-1.24); FILE MERGED 2008/03/07 12:16:35 os 1.23.196.1: #i86066#

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [45bdae00aba4f1298ee3d22fc1cb543ed73ee403]

        INTEGRATION: CWS xmlfilter04 (1.28.54); FILE MERGED 2008/03/19 14:59:12 hbrinkm 1.28.54.2: RESYNC: (1.28-1.29); FILE MERGED 2008/02/21 12:39:26 hbrinkm 1.28.54.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5213fca11f35ef559f19b4b4cd4e0cfd49ed9274]

        INTEGRATION: CWS xmlfilter04 (1.52.134); FILE MERGED 2008/03/19 15:48:16 hbrinkm 1.52.134.2: RESYNC: (1.52-1.54); FILE MERGED 2008/03/07 12:16:35 os 1.52.134.1: #i86066#

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4fc794de79516a51b8b619ae37a61004bec86443]

        INTEGRATION: CWS xmlfilter04 (1.29.136); FILE MERGED 2008/04/01 13:57:51 hbrinkm 1.29.136.3: SwBookmark now uses GetBookmark(Other)Pos 2008/03/19 15:48:21 hbrinkm 1.29.136.2: RESYNC: (1.29-1.30); FILE MERGED 2008/03/07 12:16:35 os 1.29.136.1: #i86066#

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fc832441f4c02ab0d454377aae36ec5f9835f40c]

        INTEGRATION: CWS xmlfilter04 (1.8.198); FILE MERGED 2008/03/28 10:15:56 os 1.8.198.1: exception file list extended

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e90c765a9bb931433e3521e298a0b559e8541f2d]

        INTEGRATION: CWS xmlfilter04 (1.122.52); FILE MERGED 2008/03/19 15:49:57 hbrinkm 1.122.52.2: RESYNC: (1.122-1.125); FILE MERGED 2008/02/22 12:38:45 os 1.122.52.1: #i86262# TableBorderDistances added

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3168b7ad27b76615e93b600c8167c15d2560ee6e]

        INTEGRATION: CWS xmlfilter04 (1.10.46); FILE MERGED 2008/03/17 13:43:45 os 1.10.46.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d4b9fbd0bfe75952c975f42656ae5e5ddec8d097]

        INTEGRATION: CWS xmlfilter04 (1.12.198); FILE MERGED 2008/03/17 13:43:45 os 1.12.198.1: #i86953# creating redlines via API

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [80143146f2665827e260fe0914f43798909f1ec3]

        INTEGRATION: CWS xmlfilter04 (1.75.56); FILE MERGED 2008/03/19 15:50:06 hbrinkm 1.75.56.2: RESYNC: (1.75-1.76); FILE MERGED 2008/02/22 12:38:45 os 1.75.56.1: #i86262# TableBorderDistances added

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [20c1a485774c7586401f6c1821c52f0bc39cb84a]

        INTEGRATION: CWS xmlfilter04 (1.22.14); FILE MERGED 2008/03/07 12:07:30 os 1.22.14.5: first page style fixed, again 2008/03/06 08:16:23 os 1.22.14.4: apply page style to first section correctly 2008/03/05 11:07:44 os 1.22.14.3: default vAnchor changed 2008/02/22 13:07:20 os 1.22.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.22.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [979e524306f753bcd82d4ff6b9df1df79cd467b0]

        INTEGRATION: CWS xmlfilter04 (1.6.14); FILE MERGED 2008/02/22 13:07:20 os 1.6.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1dc5232aad589d310e6735bce61fe1cb3dba8379]

        INTEGRATION: CWS xmlfilter04 (1.64.14); FILE MERGED 2008/03/07 12:09:38 os 1.64.14.8:  frame conversion completed 2008/03/06 08:15:50 os 1.64.14.7: footnote properties, TitlePage 2008/03/05 11:14:05 os 1.64.14.6: Widows/Orphans are Bytes 2008/03/05 11:09:27 os 1.64.14.5: footnote/endnote properties 2008/03/04 14:22:15 hbrinkm 1.64.14.4: debugging code 2008/03/03 12:37:05 os 1.64.14.3: line numbering support added 2008/02/22 13:07:20 os 1.64.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:22 hbrinkm 1.64.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c604eaf74b38ee4e31ab128ee1b17c0705a1b34f]

        INTEGRATION: CWS xmlfilter04 (1.10.14); FILE MERGED 2008/03/05 11:06:49 os 1.10.14.1: footnote/endnote properties

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [27aba2109543f5e5f1ad400453a31dc9a4626fd3]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/06 08:22:37 hbrinkm 1.2.14.2: use xmlify for output of xml attributes 2008/03/04 14:14:21 hbrinkm 1.2.14.1: XMLTag/XMLAttribute implementation

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2e32592b28e1f2c896cfcfec26ebe02b1bcae02d]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/03/12 13:58:31 hbrinkm 1.1.2.1: tokens are generated from token.txt in oox

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d74950a54a659c10a045ef2be5f47628715da0bc]

        INTEGRATION: CWS xmlfilter04 (1.44.14); FILE MERGED 2008/03/19 14:32:04 hbrinkm 1.44.14.6: RESYNC: (1.44-1.45); FILE MERGED 2008/03/12 13:57:48 hbrinkm 1.44.14.5: namespaceids now separate 2008/03/04 14:13:24 hbrinkm 1.44.14.4: marks, cleanups, preparation for usage of lookuptables for context creation 2008/02/27 08:55:49 hbrinkm 1.44.14.3: debug output in createFromStart 2008/02/26 08:39:50 hbrinkm 1.44.14.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:27 hbrinkm 1.44.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2e946b4d72e265ab2ef117588f00e637ccc15fb4]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 08:59:35 rt 1.1.2.3: Change license header to LGPL v3. 2008/04/18 08:57:59 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 13:56:49 hbrinkm 1.1.2.1: namespaceids now separate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d5deb321973465bc817d55331adae22185768a23]

        INTEGRATION: CWS xmlfilter04 (1.5.14); FILE MERGED 2008/03/04 13:39:06 hbrinkm 1.5.14.1: replace "-" by "_" in namespace prefixes

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [38c3b21c79729d3e4642546d1cffeb311af3eb49]

        INTEGRATION: CWS xmlfilter04 (1.3.14); FILE MERGED 2008/03/04 13:37:50 hbrinkm 1.3.14.2: replace "-" by "_" in token ids, sort namespace-aliases by id 2008/02/21 12:33:27 hbrinkm 1.3.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [30dd9cd3d4053021e4bd4a928d060635efe4d321]

        INTEGRATION: CWS xmlfilter04 (1.67.14); FILE MERGED 2008/03/20 10:32:22 hbrinkm 1.67.14.8: resync cleanup 2008/03/19 14:33:01 hbrinkm 1.67.14.7: RESYNC: (1.67-1.68); FILE MERGED 2008/03/12 13:56:30 hbrinkm 1.67.14.6: tokens are generated from token.txt in oox, send tracked changes as property set 2008/03/06 08:54:47 os 1.67.14.5: customMarkFollows is now ST_OnOff 2008/03/04 13:35:48 hbrinkm 1.67.14.4: namespace cleanups, marks for elements 2008/03/04 09:24:35 os 1.67.14.3: type in widowControl fixed 2008/02/26 08:37:54 hbrinkm 1.67.14.2: new namespace vml-wordprocessingDrawing 2008/02/21 12:33:26 hbrinkm 1.67.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dcf72226472393a50a33debfe5de60430b47af40]

        INTEGRATION: CWS xmlfilter04 (1.12.2); FILE MERGED 2008/03/17 15:12:37 os 1.12.2.5: another wrong path separator 2008/03/17 09:51:15 os 1.12.2.4: path separator fixed 2008/03/12 13:50:54 hbrinkm 1.12.2.3: generate OOXMLFastTokens.hxx from token.txt in oox 2008/02/26 08:37:53 hbrinkm 1.12.2.2: new namespace vml-wordprocessingDrawing 2008/02/21 12:33:26 hbrinkm 1.12.2.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [21f402ba7e8ccc630392997bcb49f3abf6df1085]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 08:59:35 rt 1.1.2.3: Change license header to LGPL v3. 2008/04/18 08:57:44 rt 1.1.2.2: Change license header to LGPL v3. 2008/03/12 13:49:00 hbrinkm 1.1.2.1: implementation of fasttokentoid separated

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3113a5ae27bf56f24e407f578e0f9afa1812f3cb]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/12 13:47:48 hbrinkm 1.2.14.1: namespaceids now separate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b841b14a3c3017f07f9aa15f5dcea6a80715fe84]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/12 13:43:25 hbrinkm 1.2.14.1: new include "OOXMLnamespaceids.hxx"

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5acedf9c0bd886fd774f68355597455c69b1dd1a]

        INTEGRATION: CWS xmlfilter04 (1.5.14); FILE MERGED 2008/03/19 14:33:09 hbrinkm 1.5.14.3: RESYNC: (1.5-1.6); FILE MERGED 2008/03/06 08:21:34 hbrinkm 1.5.14.2: removed getInputStream, new: getStorageStream, getTarget 2008/02/21 12:33:26 hbrinkm 1.5.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [024dcac204729161427378c4145669f68134702c]

        INTEGRATION: CWS xmlfilter04 (1.9.14); FILE MERGED 2008/03/06 08:21:33 hbrinkm 1.9.14.2: removed getInputStream, new: getStorageStream, getTarget 2008/02/21 12:33:26 hbrinkm 1.9.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3a795949ddf344ba5b4d3b316450450c5aa587ec]

        INTEGRATION: CWS xmlfilter04 (1.20.14); FILE MERGED 2008/03/04 14:03:21 hbrinkm 1.20.14.2: begin() and end() for const_iterator 2008/02/21 12:33:26 hbrinkm 1.20.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bbe75445b4a5c563d67a7c042e759f6e3d55752d]

        INTEGRATION: CWS xmlfilter04 (1.22.4); FILE MERGED 2008/03/04 14:03:21 hbrinkm 1.22.4.2: begin() and end() for const_iterator 2008/02/21 12:33:26 hbrinkm 1.22.4.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9cac232fe9df0a571c1b7db2049885c65457899a]

        INTEGRATION: CWS xmlfilter04 (1.5.14); FILE MERGED 2008/03/04 13:57:30 hbrinkm 1.5.14.2: using XMLTags not needed for property sets 2008/03/04 13:43:12 hbrinkm 1.5.14.1: use XMLTags for debug output and string representation

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0da817f242472c30fa35dd14f8c8cbb7698fb8c0]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/06 08:20:58 hbrinkm 1.2.14.4: getTarget 2008/03/04 13:42:57 hbrinkm 1.2.14.3: use XMLTags for debug output and string representation 2008/02/26 08:40:19 hbrinkm 1.2.14.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:26 hbrinkm 1.2.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e8755f0340cc0cbf814d76e962a5a3c2339aa40a]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/19 14:33:12 hbrinkm 1.2.14.4: RESYNC: (1.2-1.3); FILE MERGED 2008/03/04 13:41:58 hbrinkm 1.2.14.3: use XMLTags for debug output, marks for elements 2008/02/26 08:40:53 hbrinkm 1.2.14.2: debug code cleanups 2008/02/21 12:33:26 hbrinkm 1.2.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [29d03cdfe0d9d6a9e6856e935051ad75b7c27330]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/03/12 13:53:26 hbrinkm 1.2.14.4: propagateCharacterPropertiesAsSet 2008/03/04 13:41:03 hbrinkm 1.2.14.3: use XMLTags for debug output, OOXMLFastContextWrapper 2008/02/27 08:56:21 hbrinkm 1.2.14.2: OOXMLFastContexHandlerWrapper 2008/02/21 12:33:26 hbrinkm 1.2.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1e555d9928d0bd364eb115d9892fac447b040991]

        INTEGRATION: CWS xmlfilter04 (1.5.4); FILE MERGED 2008/03/19 14:32:12 hbrinkm 1.5.4.8: RESYNC: (1.5-1.6); FILE MERGED 2008/03/12 13:53:26 hbrinkm 1.5.4.7: propagateCharacterPropertiesAsSet 2008/03/06 08:57:53 os 1.5.4.6: virtual d'tor 2008/03/06 08:20:00 hbrinkm 1.5.4.5: removed debug code, use getTarget on OOXMLDocument to set relation path for ShapeHandler 2008/03/04 13:40:50 hbrinkm 1.5.4.4: use XMLTags for debug output, OOXMLFastContextWrapper 2008/02/27 08:56:21 hbrinkm 1.5.4.3: OOXMLFastContexHandlerWrapper 2008/02/26 08:39:18 hbrinkm 1.5.4.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:25 hbrinkm 1.5.4.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9e22957104665857d88a685f0fa8f2e9427ddbb9]

        INTEGRATION: CWS xmlfilter04 (1.7.14); FILE MERGED 2008/03/06 08:12:18 hbrinkm 1.7.14.3: removed getInputStream, new: getStorageStream, getTarget 2008/02/26 08:38:48 hbrinkm 1.7.14.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:25 hbrinkm 1.7.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c2ccd50b633853719759a49a9402876276e50632]

        INTEGRATION: CWS xmlfilter04 (1.14.14); FILE MERGED 2008/03/06 08:12:18 hbrinkm 1.14.14.4: removed getInputStream, new: getStorageStream, getTarget 2008/03/05 10:10:52 os 1.14.14.3:  call setModel at sub documents 2008/02/26 08:38:48 hbrinkm 1.14.14.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:25 hbrinkm 1.14.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [701308f7fc4cf5d9d913256128decf63dca4cf17]

        INTEGRATION: CWS xmlfilter04 (1.8.14); FILE MERGED 2008/02/22 12:55:58 os 1.8.14.2: support of cell margins 2008/02/21 12:33:23 hbrinkm 1.8.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [73a104ac85d9318121e7881b61e8ce1bea54177d]

        INTEGRATION: CWS xmlfilter04 (1.4.14); FILE MERGED 2008/02/22 13:07:21 os 1.4.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [62c5f53ffb57709005f8c322d1a1dffc3efd0c79]

        INTEGRATION: CWS xmlfilter04 (1.5.14); FILE MERGED 2008/02/22 13:07:21 os 1.5.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.5.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [07ffe6ecd3289987e133da8c7c84a109c4695263]

        INTEGRATION: CWS xmlfilter04 (1.30.14); FILE MERGED 2008/03/19 13:57:59 hbrinkm 1.30.14.5: RESYNC: (1.30-1.31); FILE MERGED 2008/03/07 12:06:44 os 1.30.14.4: reset proportional char height of heading styles 2008/03/05 11:05:14 os 1.30.14.3: catch WrappedTargetExcpetion of setPropertyValues() 2008/02/22 13:07:21 os 1.30.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.30.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5d4d50104705cf44a616884871c055f0828098be]

        INTEGRATION: CWS xmlfilter04 (1.14.14); FILE MERGED 2008/02/22 13:07:20 os 1.14.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.14.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d18ab2964fefedca0d24effcb3091b208adc42b7]

        INTEGRATION: CWS xmlfilter04 (1.24.14); FILE MERGED 2008/03/07 12:08:30 os 1.24.14.5: reset proportional char height of heading styles 2008/03/05 11:06:36 os 1.24.14.4: footnote/endnote properties 2008/03/03 12:37:06 os 1.24.14.3: line numbering support added 2008/02/22 13:07:20 os 1.24.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.24.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5d0c9bbb1e02dd688f4ccbc765ae85b3e556e0c9]

        INTEGRATION: CWS xmlfilter04 (1.27.14); FILE MERGED 2008/03/07 12:08:30 os 1.27.14.5: reset proportional char height of heading styles 2008/03/05 11:06:36 os 1.27.14.4: footnote/endnote properties 2008/03/03 12:37:06 os 1.27.14.3: line numbering support added 2008/02/22 13:07:20 os 1.27.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.27.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9a7ca35a84c92f49b599090b4355184fba60b0b4]

        INTEGRATION: CWS xmlfilter04 (1.5.14); FILE MERGED 2008/03/28 17:25:26 sj 1.5.14.6: fixed build problem 2008/03/27 17:08:43 sj 1.5.14.5: fixed build problems 2008/03/06 08:18:04 os 1.5.14.4: prevent paragraph attributes in numbering character style 2008/03/05 11:07:04 os 1.5.14.3: footnote/endnote properties 2008/02/22 13:07:20 os 1.5.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.5.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [07ba6a24242ce09f66e04a2326aecce791d23dfb]

        INTEGRATION: CWS xmlfilter04 (1.22.2); FILE MERGED 2008/03/07 12:09:39 os 1.22.2.6:  frame conversion completed 2008/03/06 08:17:14 os 1.22.2.5: footnote properties 2008/03/05 11:05:47 os 1.22.2.4: footnote/endnote properties 2008/03/03 12:37:06 os 1.22.2.3: line numbering support added 2008/02/22 13:07:20 os 1.22.2.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:23 hbrinkm 1.22.2.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1dde11a052f2ce6e27f499de4f1fd440c276f4ae]

        INTEGRATION: CWS xmlfilter04 (1.22.14); FILE MERGED 2008/03/07 12:09:38 os 1.22.14.5:  frame conversion completed 2008/03/06 08:17:14 os 1.22.14.4: footnote properties 2008/03/05 11:05:46 os 1.22.14.3: footnote/endnote properties 2008/02/22 13:07:20 os 1.22.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:22 hbrinkm 1.22.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ff492253d603a92dc49eaad2e6af65dc543a5016]

        INTEGRATION: CWS xmlfilter04 (1.10.14); FILE MERGED 2008/02/22 13:07:20 os 1.10.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bd7643044126fc0a75abae1dd69121c9d0b05fda]

        INTEGRATION: CWS xmlfilter04 (1.18.14); FILE MERGED 2008/03/05 11:04:33 os 1.18.14.2: column width unsupported 2008/02/22 13:07:20 os 1.18.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d7f3955be157bdfca92bcb8b5e92f476592a9b62]

        INTEGRATION: CWS xmlfilter04 (1.13.14); FILE MERGED 2008/02/22 13:07:20 os 1.13.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [98a4f259c3838ed997920444cc271ef12b1a5d8b]

        INTEGRATION: CWS xmlfilter04 (1.10.14); FILE MERGED 2008/03/05 11:06:49 os 1.10.14.1: footnote/endnote properties

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1d5475a426f8b7e5554a08e4be2b308d393da84d]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 08:57:38 rt 1.1.2.2: Change license header to LGPL v3. 2008/02/22 13:07:47 os 1.1.2.1: support of cell margins

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6a9e4e77e83875ecce3b387736f6dd1ea221ced8]

        INTEGRATION: CWS xmlfilter04 (1.1.2); FILE ADDED 2008/04/18 08:57:31 rt 1.1.2.3: Change license header to LGPL v3. 2008/02/26 08:37:19 hbrinkm 1.1.2.2: removed warning 2008/02/22 12:55:31 os 1.1.2.1: support of cell margins

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1c7de6ad669d9e3660e8274b80dc7737bb35abc9]

        INTEGRATION: CWS xmlfilter04 (1.2.14); FILE MERGED 2008/02/22 13:07:20 os 1.2.14.1: table width/alignment/indent/cell margin import improved

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5efd2fe6fff716bea8c1c3da26e8b47862267df2]

        INTEGRATION: CWS xmlfilter04 (1.3.14); FILE MERGED 2008/02/22 13:07:20 os 1.3.14.2: table width/alignment/indent/cell margin import improved 2008/02/21 12:33:22 hbrinkm 1.3.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [773328c8d2130f82f8eea2caf9dc3bd5bbf5d5fa]

        INTEGRATION: CWS xmlfilter04 (1.4.14); FILE MERGED 2008/03/04 13:33:19 hbrinkm 1.4.14.1: new classes for debug output: XMLAttribute and XMLTag

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bd4b1fb9f42fb21848421ec3e831ff6d4f38bb03]

        INTEGRATION: CWS xmlfilter04 (1.13.14); FILE MERGED 2008/03/20 10:32:22 hbrinkm 1.13.14.5: resync cleanup 2008/03/19 14:33:16 hbrinkm 1.13.14.4: RESYNC: (1.13-1.14); FILE MERGED 2008/03/06 08:09:08 hbrinkm 1.13.14.3: removed getInputStream, new: getStorageStream, getTarget 2008/02/26 08:36:38 hbrinkm 1.13.14.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/21 12:33:22 hbrinkm 1.13.14.1: joined changes from xmlfilter03

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [721363df22e0622bff2348687eebb5265af05d08]

        INTEGRATION: CWS filteredrows (1.45.64); FILE MERGED 2008/03/28 16:54:27 er 1.45.64.4: #i33851# disable Insert.Names.Create for filtered 2008/03/28 15:46:54 er 1.45.64.3: re-enable paste slots 2008/03/20 16:19:13 er 1.45.64.2: #i33851# re-enable CopyToClip for filtered, using the existing mechanisms 2008/03/19 18:31:53 er 1.45.64.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [62be40378af60fa31aaf99f29b5fdf8fd51c8cf2]

        INTEGRATION: CWS filteredrows (1.38.34); FILE MERGED 2008/03/28 13:11:15 er 1.38.34.3: #i33851# CopyFromClip: paste slices to unfiltered rows, adapting selection mark if appropriate 2008/03/20 16:19:13 er 1.38.34.2: #i33851# re-enable CopyToClip for filtered, using the existing mechanisms 2008/03/19 18:31:54 er 1.38.34.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d14fe0d693559919774e805c17d7b79a4ea526b2]

        INTEGRATION: CWS filteredrows (1.63.64); FILE MERGED 2008/03/20 15:36:06 er 1.63.64.2: GetSimpleArea: return the area also for simple filtered 2008/03/19 18:31:54 er 1.63.64.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [61cd3e96fad25b291e7778475296ea5fe882e3ce]

        INTEGRATION: CWS filteredrows (1.16.4); FILE MERGED 2008/03/28 13:11:16 er 1.16.4.1: #i33851# CopyFromClip: paste slices to unfiltered rows, adapting selection mark if appropriate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b7ae5fa9010f49a979b117a86eff5258c7893626]

        INTEGRATION: CWS filteredrows (1.42.4); FILE MERGED 2008/03/19 18:31:54 er 1.42.4.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c563576cef0d9fe625985c779a788feb90d42997]

        INTEGRATION: CWS filteredrows (1.38.4); FILE MERGED 2008/04/01 00:34:12 er 1.38.4.2: #i33851# TestMergeCells: filtered not mergeable 2008/03/19 18:31:54 er 1.38.4.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9701d33b2efe12412054ebe01670984932625a11]

        INTEGRATION: CWS filteredrows (1.12.64); FILE MERGED 2008/03/19 18:31:54 er 1.12.64.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f000dcc9fa54a0528d58446eef41d7d957820ca1]

        INTEGRATION: CWS filteredrows (1.5.470); FILE MERGED 2008/03/19 18:31:54 er 1.5.470.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [69640f7b5f45f0674b640d7c7143d00cc3675a69]

        INTEGRATION: CWS filteredrows (1.73.4); FILE MERGED 2008/03/20 16:19:13 er 1.73.4.2: #i33851# re-enable CopyToClip for filtered, using the existing mechanisms 2008/03/19 18:31:54 er 1.73.4.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5cc4050c4a3f4ac6987c2bed6acb1848295a5117]

        INTEGRATION: CWS filteredrows (1.65.34); FILE MERGED 2008/03/19 18:31:54 er 1.65.34.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [46debf7b487def1fb47043cc6d156e4e3d1ae7d9]

        INTEGRATION: CWS filteredrows (1.19.222); FILE MERGED 2008/03/19 18:31:53 er 1.19.222.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [465ede7f636dbb0dacd05915cf536a02dc7c3cb3]

        INTEGRATION: CWS filteredrows (1.92.4); FILE MERGED 2008/03/31 22:41:57 er 1.92.4.2: #i33851# handle drag&drop and primary selection 2008/03/19 18:31:53 er 1.92.4.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9e293f479a2fb76fc5732170243006c5f2c6fa38]

        INTEGRATION: CWS filteredrows (1.37.70); FILE MERGED 2008/03/19 18:31:53 er 1.37.70.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7e493dc5806fdc6f39ffd659d2f7a3bb35741795]

        INTEGRATION: CWS filteredrows (1.16.34); FILE MERGED 2008/03/19 18:31:53 er 1.16.34.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fad0642b2854277532ee55a922838d9c70391e8b]

        INTEGRATION: CWS filteredrows (1.13.308); FILE MERGED 2008/03/19 18:31:53 er 1.13.308.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [243d7e8fe410c54700f122f2037c6a524b26ebf6]

        INTEGRATION: CWS filteredrows (1.31.64); FILE MERGED 2008/03/28 17:19:32 er 1.31.64.2: #i33851# do not disable filter slots for filtered 2008/03/19 18:31:53 er 1.31.64.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [710b591cde6e5dc2258641c59c530218508cdae6]

        INTEGRATION: CWS filteredrows (1.49.62); FILE MERGED 2008/03/19 18:31:53 er 1.49.62.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [77342d373a6c696b18b805940ebddb15a10ccf17]

        INTEGRATION: CWS filteredrows (1.35.36); FILE MERGED 2008/03/20 22:11:41 er 1.35.36.3: RangeList, not RangeListRef 2008/03/20 18:57:43 er 1.35.36.2: ScTabViewObj::getSelection: return multi-selection for filtered simple area 2008/03/19 18:31:53 er 1.35.36.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3ebd13c1ff743994dc85028aecc060e2e8f2ddb2]

        INTEGRATION: CWS filteredrows (1.14.308); FILE MERGED 2008/03/19 18:31:52 er 1.14.308.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5af6931fe5ae2de8b49443829ea2d0a40690fb23]

        INTEGRATION: CWS filteredrows (1.11.638); FILE MERGED 2008/03/28 13:11:15 er 1.11.638.1: #i33851# CopyFromClip: paste slices to unfiltered rows, adapting selection mark if appropriate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [08b5ed50476473a95a45f6dde72d32eee73bc92c]

        INTEGRATION: CWS filteredrows (1.22.72); FILE MERGED 2008/03/28 14:20:07 er 1.22.72.2: some compilers do not like extraneous separators 2008/03/19 18:31:52 er 1.22.72.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7931d0286ad4cf82da0c48551c33debe456307bd]

        INTEGRATION: CWS filteredrows (1.17.136); FILE MERGED 2008/03/31 22:41:57 er 1.17.136.1: #i33851# handle drag&drop and primary selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d064ffc55873be7f9384fd9de3696c4d09d40a49]

        INTEGRATION: CWS filteredrows (1.27.204); FILE MERGED 2008/03/19 18:31:52 er 1.27.204.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7278d422d682c58b45055d233b9c0378809847bf]

        INTEGRATION: CWS filteredrows (1.32.218); FILE MERGED 2008/03/31 22:41:57 er 1.32.218.1: #i33851# handle drag&drop and primary selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bc4e0e096031c231bc04d5339493b81d592e909f]

        INTEGRATION: CWS filteredrows (1.13.308); FILE MERGED 2008/03/31 22:41:57 er 1.13.308.2: #i33851# handle drag&drop and primary selection 2008/03/19 18:31:52 er 1.13.308.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [32524cc4dd9c327617115584cfefffeed2a0a62b]

        INTEGRATION: CWS filteredrows (1.55.4); FILE MERGED 2008/03/19 18:31:52 er 1.55.4.1: #i33851# first wave: treat filtered simple area selection as if it was a multi-selection, effectively disabling all operations that are not supported for a multi-selection

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d7961f5e3c41f9ed66f17de688a49361b7969066]

        INTEGRATION: CWS filteredrows (1.86.4); FILE MERGED 2008/03/28 13:11:15 er 1.86.4.1: #i33851# CopyFromClip: paste slices to unfiltered rows, adapting selection mark if appropriate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [67cb3f9cc8f2578a887a9adadb6c10b16cc1b5c6]

        INTEGRATION: CWS filteredrows (1.109.4); FILE MERGED 2008/03/28 13:11:14 er 1.109.4.1: #i33851# CopyFromClip: paste slices to unfiltered rows, adapting selection mark if appropriate

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6c1cb9e088255517599c7b33d61501c218d234fc]

        INTEGRATION: CWS native145 (1.23.30); FILE MERGED 2008/04/15 14:35:31 is 1.23.30.2: #i88051# no Windows registry settings in Beta 2008/04/14 15:56:33 is 1.23.30.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [481156c9184a23f22f1d027cd11b5daf2958d55e]

        INTEGRATION: CWS native145 (1.4.12); FILE MERGED 2008/04/14 15:59:39 is 1.4.12.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7776e448067eb8fb3b455e8985d195e3d46355ed]

        INTEGRATION: CWS native145 (1.7.4); FILE MERGED 2008/04/14 15:59:39 is 1.7.4.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [90eb9ac399355fee807750cebd5ebf9fe0d1632b]

        INTEGRATION: CWS native145 (1.2.12); FILE MERGED 2008/04/14 15:59:39 is 1.2.12.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [73af0575617e45d8fa54f83fe99e04540d6bbaaa]

        INTEGRATION: CWS native145 (1.20.30); FILE MERGED 2008/04/15 14:35:31 is 1.20.30.1: #i88051# no Windows registry settings in Beta

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9c595f06f9d075bf23ed6885a4a3be1db3b5f937]

        INTEGRATION: CWS native145 (1.2.30); FILE MERGED 2008/04/17 09:30:33 is 1.2.30.1: #i88143# new name for Brand directory

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3ccf228757a25c164863a53b6cec7d5cb79317dd]

        INTEGRATION: CWS native145 (1.3.12); FILE MERGED 2008/04/14 15:58:54 is 1.3.12.1: #i88259# debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8fceadb7ad80438efa7ad52e8074fc80bf668d21]

        INTEGRATION: CWS native145 (1.3.12); FILE MERGED 2008/04/14 15:59:40 is 1.3.12.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6bc4438e071e167b57567ab8e16d1b605830a696]

        INTEGRATION: CWS native145 (1.72.14); FILE MERGED 2008/04/14 15:55:50 is 1.72.14.1: #i88143# new unix package names and versions

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dfe7a8928cde90efb15be08bb9e4ec7f37bab043]

        INTEGRATION: CWS native145 (1.14.34); FILE MERGED 2008/04/15 14:36:16 is 1.14.34.1: #i88051# no Windows registry settings in Beta

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [11ae6f1f8dee445f2460cd3033a5eca8392422e4]

        INTEGRATION: CWS native145 (1.21.34); FILE MERGED 2008/04/15 14:36:16 is 1.21.34.1: #i88051# no Windows registry settings in Beta

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [79aef92fc136243af60f50fb79aec9c72b7d4157]

        INTEGRATION: CWS native145 (1.11.6); FILE MERGED 2008/04/17 11:20:16 is 1.11.6.3: #i88143# new name for Brand directory 2008/04/17 09:31:18 is 1.11.6.2: #i88143# new name for Brand directory 2008/04/14 16:02:19 is 1.11.6.1: #i88259# Debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [10700a2edfae7851cfedcdc754d9eae85f8ae993]

        INTEGRATION: CWS native145 (1.46.174); FILE MERGED 2008/04/14 16:02:19 is 1.46.174.1: #i88259# Debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1bf4d55912a1de7115807035cea793f88105a571]

        INTEGRATION: CWS native145 (1.91.32); FILE MERGED 2008/04/14 16:02:19 is 1.91.32.1: #i88259# Debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5b12cfb3470f7d8d3f45325e2c2ad1680e83bd27]

        INTEGRATION: CWS native145 (1.79.6); FILE MERGED 2008/04/14 16:02:19 is 1.79.6.1: #i88259# Debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [27e63d70b39558840a7bbaded63e507b499ac05b]

        INTEGRATION: CWS native145 (1.104.32); FILE MERGED 2008/04/15 14:36:15 is 1.104.32.2: #i88051# no Windows registry settings in Beta 2008/04/14 16:02:18 is 1.104.32.1: #i88259# Debian support

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [19ee46c67718d3e9b678f2773f7ba34cf6189cc5]

        INTEGRATION: CWS iconupdate04 (1.2.4); FILE MERGED 2008/03/28 17:28:23 hjs 1.2.4.1: #i87567# - apply patches  done by is

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c5b34da53718d0e2ede7780bb819d83c0e105bdb]

        INTEGRATION: CWS iconupdate04 (1.90.4); FILE MERGED 2008/04/03 15:55:55 is 1.90.4.4: #i87567# separating branding part from images.zip 2008/04/03 15:13:21 hjs 1.90.4.3: #i87567# - fix typo 2008/04/03 01:19:58 ka 1.90.4.2: RESYNC: (1.90-1.91); FILE MERGED 2008/03/28 17:28:23 hjs 1.90.4.1: #i87567# - apply patches  done by is

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a8f23f059f52632a85d778fe49725b0577d4b526]

        INTEGRATION: CWS iconupdate04 (1.234.4); FILE MERGED 2008/04/03 15:55:55 is 1.234.4.3: #i87567# separating branding part from images.zip 2008/04/03 01:19:54 ka 1.234.4.2: RESYNC: (1.234-1.235); FILE MERGED 2008/03/28 17:28:22 hjs 1.234.4.1: #i87567# - apply patches  done by is

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [95ab5755ba119e1e4079522d9d5c8cd5f21dba0b]

        INTEGRATION: CWS iconupdate04 (1.2.4); FILE MERGED 2008/04/03 15:55:55 is 1.2.4.2: #i87567# separating branding part from images.zip 2008/03/28 17:28:22 hjs 1.2.4.1: #i87567# - apply patches  done by is

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9866a70b07433ac30065b1b47c0c88a0f5830e4f]

        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>  [cb57338148a56aa78e08b481660400b38179d33d]

        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-18  Rüdiger Timm  <rt@openoffice.org>  [06f5643cf8ebf097d9642e7c8d8290908d9bd814]

        INTEGRATION: CWS iconupdate04 (1.5.2); FILE MERGED 2008/04/03 01:19:21 ka 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/28 17:29:23 hjs 1.5.2.1: #i87567# - apply patches  done by is

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e57b3eefd97839e3cc9fb2e9dca36ab0b3c0bf27]

        INTEGRATION: CWS iconupdate04 (1.48.38); FILE MERGED 2008/03/28 15:14:04 ka 1.48.38.1: #i86506#: enable UI for icon theme switching in SO

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dd31a2ae1035532890b3cc9080aec0fff9ebb7c5]

        INTEGRATION: CWS iconupdate04 (1.4.74); FILE MERGED 2008/03/18 16:20:14 va 1.4.74.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f65f4ee1de34d342282f3b4872ef51d16f1f960b]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:20:14 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7de357687b412bfa1df272d2ebdf09a9477e125d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:14 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f41c4e4b3987d4101ee4a684c5d7bfa7465707cf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:28 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6717e18dafbbac091104eed312121d30186995aa]

        INTEGRATION: CWS iconupdate04 (1.1.180); FILE MERGED 2007/12/04 15:17:27 va 1.1.180.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5098e5329e8fa719de1e81535dbef8c41a0af96d]

        INTEGRATION: CWS iconupdate04 (1.1.202); FILE MERGED 2007/12/04 15:17:27 va 1.1.202.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3047d5b18ff0bb0e6ec96bddefee7b4441e2bd0e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:27 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [97dfa87485169babe7246de8a4008a08ef7697ce]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:26 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5421c414ab36a1989ad3e98c89c897419833224d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:52 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:17:26 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [65ad9b634ef827edc685bf6a0e9745e1b86de452]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:13 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1cb67a3f975d3d3e9fd3ff3ca1bd61229c8c273b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:18 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d9e27cf73559058cd8f0c1051204beebb89fe96f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:17 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fbf90737fac80407cc6ad461502fbccfd36e7630]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:17:17 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5bb954a6475c4f55c672659a67fbba7dd16eeb74]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:52 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [992aed1ded2b96c8cf0df2e19ca2929032681b2f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:51 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [eaf2c8f0b9482b34c6c0c6100bd8110dce413958]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:51 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:17:17 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [152ed5e9aae3e0349e925fca4a6818f13a47c1ca]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:16 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f154acc8a8558ba04797338b1d5fa2c00904903f]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:16 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [23a87832401a48eb3d4feb04710ed13c2fbb9aa6]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:20:12 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f981c8f819144191f3831f3d923e7dd756927d4c]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:17:16 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b3603958a8df49b0bdf4a6b452d8dc98d6d82ddf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:12 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:17:16 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a63ab223b6395bc47d05df36db02d0ae9d48bae2]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:51 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c427f855a3c357a9489ab2728ccfa196009ef46b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:51 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6d505421feb7da34df3fd8e1aa9012a25b61eecb]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:15 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f5b33d964d86272c648414da50e8f8b2b77cbdda]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:51 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:17:15 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [aeb428ee01d7deafc8b1a0c7fba87387dfd96569]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:15 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [20a6a1f6832837da2e05be82dd6e0d5972e494e0]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:20:12 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [85927008441c38877b6025b1be072107c242fc2a]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:17:14 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8cec2e4f1541103393776952abd40d619ad4fbb6]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:17:14 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [49527b8a2e0458dcfacd021f2f8fa8ef81988388]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:14 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8049046f5d5097a7649e457313458ee99fa9b494]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:14 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ef37ff3b89d8d556671495799267e755afee2df4]

        INTEGRATION: CWS iconupdate04 (1.4.74); FILE MERGED 2008/03/18 16:20:11 va 1.4.74.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [68945a4deb5b21e58db7923545f9cb2bb96327f6]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:13 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b3c60e4cd98baf877c577b36e4a6ee61dce00aa5]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:13 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dc14201c0df1e84e59f34caca514e0e7c0a8a604]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:11 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9b83c5d06fad26240612caccd27492995b17214c]

        INTEGRATION: CWS iconupdate04 (1.3.200); FILE MERGED 2007/12/04 15:17:13 va 1.3.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [debdb5ae8d2ece13f6ad5b2186a45a2ce9a68a07]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:20:11 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [341b3092111c202cc494b9e63c853c1fb92ea645]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:51 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c6f77fa44f1aaa42e218e2c9c00bbab0173b9919]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:50 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [463f13cd844b831801a7ecb723083eed3250b611]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:12 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c4c574847467999f7f6c3f594534826460dee7c4]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:50 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [de899b96ec8cf6e27634b5742070a44ec1b7db57]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:12 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cc467b50549ae5517a6e07d1279ae32503395f12]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:11 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f05097fc8f61647b4abe5453fd3c0732014b1c5a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:10 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f2dc28bfa3c41c9db80da5614d58bb8cc2e5d8af]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:17:09 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6e4cee7466d39db4e424f2180f97f4eb6faca4eb]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:09 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1db7ba81678a8bf811a230606f92dddb2d84c0ac]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:49 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [deafeca9883e3e4d8f3acd0de3a377d743a5c057]

        #i88405# Fallback to en-US.

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [883868a4c514d55646436a3350a17729d7de0dd5]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:49 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [96b21e9e4cb540295e616b0b431b96fb0e11b0ee]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:09 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b1e513452df8d020eacf38ba83c670ce2e4f6bd0]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:08 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [76fe5939dab91bd8bdc662cf22b45c65b65b5d08]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:17:08 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0e6e6c387d60c20cec6b52bac303f9ac596f46a3]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:08 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [10e1330893b3da96c48240f0babd8d67ce579ba9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:07 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [be4123b95cc58d967e03094a342d93b9a46b89d0]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:06 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [be554aba07cfabe424080370d7740ceee2d8c914]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:48 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [717e3add106ac5d8664e73a4894962ef1e734aca]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:48 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [07d777988b7497d756bd77569aa1643f452f9140]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:48 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [13886f9bb4411e7e576dfd6c5d4447b128e9d62e]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:17:06 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [91b8fba7750d72bb594dc1a577c0c6e7b0414090]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:05 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [db231f8f60514500d480003487e9362a78946bf8]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:04 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1dc80ba6503c7e305fbad5aea9632a11f6f919a1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:04 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6ad9dcc84c66c4c5037593072aa5605b6ceef1b9]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:17:04 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e37c7a7c6650fd8ccc68b9f096697729c9591d03]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:17:03 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ba6c053d39ef47ccd4ecbf01d47becfd5e17988a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:02 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [58037be5adde6d3d417707968a51185bef6a4d3c]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:58 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5d6ce0861a146ed10d13322a842f015d381dbd68]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:57 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f442fc64ca331a897843e27e738cb2acc4a720bd]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:57 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [10f9a7b82c9268d40be93de0d25f3932331d50e8]

        INTEGRATION: CWS iconupdate04 (1.1.222); FILE MERGED 2007/12/04 15:15:57 va 1.1.222.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [491dafe94903abbcd191cb6e3c69d94b9fdd7414]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:46 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5c4c9972e0bc8f3a4eb7829076ec708d201ad6d3]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:46 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0c42362b6714f55b9ac11c77c2eba19c4188392c]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:56 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a95d44bc91c6cb90b3ffe9888402c63161c17290]

        INTEGRATION: CWS iconupdate04 (1.1.222); FILE MERGED 2007/12/04 15:15:56 va 1.1.222.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ed7a268c07314ef7da59f51cc74874982bf9021b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:00 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [629d75056b9d46753dcf8432b4a975d8c76b6fe1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:45 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:15:56 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [55236a775fc957dba03e8df4d6b30af0bc88cb54]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:20:00 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:15:56 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b7bff6eac2874b602719fb1a647ae1fbab9ac4c9]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:56 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0db1f39d952cfdb8fcf09fb6a8ca15f8bb3504ee]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:55 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2308d149f8231eeb7fd200b046443a48c5bc8c81]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:15:55 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1221abb50a05cac8105d8ba121097d7529b9d3b8]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:55 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a200291ed7b626df42f88e5a238065fce85217c8]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:59 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8c88032b86804be6980e640809efc7db06fbba07]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:19:59 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2edb3c0081c3333f51d94fd871031061240a238c]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:45 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4dc9b9912ba11dc8fe97aa2d691e8c16a9839799]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:15:55 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cc34884f377ce4a298dc760a509acb5f28ca4742]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:54 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [881a7a8acc40e64c40dd8bb07f571c63e5914a55]

        INTEGRATION: CWS iconupdate04 (1.3.174); FILE MERGED 2008/01/31 11:50:44 va 1.3.174.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4d457f72ed94719e7709717eeb4c95d7817214f7]

        INTEGRATION: CWS iconupdate04 (1.4.28); FILE MERGED 2008/01/31 11:50:44 va 1.4.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [59b8ae712c5816d3e1179bcbe1986b562b03e7fc]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2008/01/31 11:50:44 va 1.4.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fafaa3d2dea04f6b13838de3606d779ab4eb34a0]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:19:56 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [72c1c52fe9ff4286407b5eaa6e1ab5a1a9c4cd71]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:55 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [51c63a00f65c3828e2898a81f4fbd3f34474ee98]

        INTEGRATION: CWS iconupdate04 (1.2.156); FILE MERGED 2008/03/18 16:19:55 va 1.2.156.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2b100f71401a88489e5df5182c7dd44d86cf8cbd]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:19:55 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b28ddf957acdb399be887dc3bf5c4d4f7e2a23c9]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:19:54 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [43579fec07ef1394a24d3a34ec5b77ddbbb2968f]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2008/03/18 16:19:54 va 1.2.180.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a755a301deac7bb596d0b9aaca69d0e080373f7a]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:54 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c920a6da588efe8105c2dc8d8cc00caa2b2d3868]

        INTEGRATION: CWS iconupdate04 (1.2.156); FILE MERGED 2008/03/18 16:19:54 va 1.2.156.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b49f8c2b0447463f763955e47dd677a0c3f5b670]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:43 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2f02bf01d672ad09c6ec7cf53b5aabfe1f4fd62b]

        INTEGRATION: CWS iconupdate04 (1.3.28); FILE MERGED 2008/01/31 11:50:43 va 1.3.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f251459d0044c6ead9487a55b6ae49e0921f2301]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2008/03/18 16:19:53 va 1.2.180.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4cc640a23837ee77b18ca0cf78e2dbb7f6f007be]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:42 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9e54221603c63d6df5ea68898491078d228966ce]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2008/01/31 11:50:42 va 1.4.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d1e3c552aefa2350f1f8eab96e194dd5ac1dfbf9]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:42 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e44bc128cd4fa349954200d1bb02d25484bf565e]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:53 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [68299e4a145eeaaca7cd3de3108f380b68258f0f]

        INTEGRATION: CWS iconupdate04 (1.2.128); FILE MERGED 2008/03/18 16:19:53 va 1.2.128.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [50d710112d3e545593bdfe94018f0feaba7016b4]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:20 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dab0cc4d196a39320e6dc28d16047088ffb7a1bd]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:19 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1372e43c4e5db901a9f60fd20dba9424e08b720d]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:19 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d7036d57362b1a22a75d4d728adcd69adc160a19]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:52 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [49f6e666d3f62e0fd15cefabbe2bd4a00ff31717]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:41 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fb083ab85425a8a87b08cb99b7929ef18066fadc]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:19 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7460d766787e734387080cdb8a2fe5247d51e201]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:41 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3a50655082af514cdea27b16f80dde6589785a33]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:18 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fc1c21cdf8600e09b9d594f84d8609719df70dbd]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:18 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5f12f97990499370faf2a73612235b623744f1a7]

        INTEGRATION: CWS iconupdate04 (1.2.228); FILE MERGED 2008/03/18 16:19:52 va 1.2.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ab635056f1628ba27024747c407a1fc1293bba96]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2008/01/31 11:50:41 va 1.4.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0a1f37d51e9356371bd321516f3687f9f57d7546]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:17 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [10828eb6e58dc9458e97de46f119c87f5e992228]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:17 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d6c5b3c7eeb2fc2ce76bb02d7c030504c1642ba7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:16 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ec09f2102076857873f3dc751c4c299fdd73e1bd]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:52 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e34daf9301f4ec621b46c165a1e0bafe85efe99e]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2007/12/04 15:15:16 va 1.2.216.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4e29530e5dc68f546ea734022498193b60eee84b]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:41 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7d5a12d41d304ce9bd0a0c60c5ab1b390c92eba1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:41 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fa643a9641598cff949cc7c45c39a37ea9f00e16]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:16 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [88a7077ef0bed9cfe1e496d3fbb338ca092ed382]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:16 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2321f57782c9b0a4a7c6ecdb9299bf4cbea5e328]

        INTEGRATION: CWS iconupdate04 (1.2.190); FILE MERGED 2007/12/04 15:15:16 va 1.2.190.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7a0ab92e071ef98a7a01c792fe3ca76ff15428d9]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:15 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [de5aa8fbcfa4f87bef994ca3fe87a9a0df9c098f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:15 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [faa72090431ca5022e11a01926a82419f6897767]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:40 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d01f3fe60d6bd5bedc03af5a873868dba3596523]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:14 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f3330906ba762deb47c65d04cb7302de095aaddc]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:14 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a291581cfef60c0217222eca50b287c3b309d3fb]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:40 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f0fb78a891578ecff360f55c3f8201d47cce2650]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:40 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [52c7a4ba290694bf7fb5a4921d666eb5fd639b89]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:14 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f50755e06f410acf024636e2edf77b6a5e11c2ba]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:15:13 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7594dd9973726dc7c6243845b94a9ddd383bece4]

        INTEGRATION: CWS iconupdate04 (1.2.66); FILE MERGED 2008/01/31 11:50:40 va 1.2.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [84ec0bddd329756369c860aff0bdeddcf2183dce]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:13 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b3ba3059f871a9e2f6c663bf9e885270a6360c80]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2008/03/18 16:19:51 va 1.2.216.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bac11322279f2bd90f9d40ae9dbaff739ec861a4]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:13 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c6385daaa0ab96218789bb07970439be5b4bd50d]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:13 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [487f2419300cee8e78f0fd2db83f9a30f299afdf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:51 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [033eac506f3d6680ddb3ec23508e53bef24cf5ff]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:13 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1a33babe333c6a62e2d8bf0242ce4cae851d52dc]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:40 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5e2ae8913d50c0e5948c5fed62df7d6ddc498d11]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:13 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cd72745febcab8536d3ba3538f3aa96181fc38e2]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:12 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [258206c974ea97fea29c5da880278ad79dff5f5d]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:12 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d93455eb2099e7460fd2bd1bfa943156c5b6f562]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:51 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f81d57edba847f079e5b148c2b522480c0f650f6]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:40 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d57a0276dcddc01ed2a2730458ac5006272a5b01]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:50 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [03380d3cbbe40300f88b340c61d237f54cfa0808]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:40 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [413163cda6e35484d07560387dccb290d13a5c79]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:12 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8734ed75718da2ef41a58d9165d00f3505808d1a]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:50 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6a13c1343fa75346bc6dac03ce24f4c1131d4e4f]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:12 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [15a826278c6a09ee460b25b0b8b6e754f5c87e52]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:39 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3e5b1cad098995ffc282ae8ec760d7c2fc0ff021]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:11 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bd63ab3cedb051975d2921e3dfee21269e864a54]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:11 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3ac3092872ff697b58d598e12484694af27d3fdc]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:39 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [65df704c5245d439da97251ac0c89715b6f3b019]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:39 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [aa608d8e189c8467a0fb87f0ebc12aaf1ad475ba]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:39 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5a1c4c735738ca1018cdb3f6d62b2717b81535bd]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:11 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7da3a7d8f5f76cd18fe7d886e7abd46fc0a97446]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:19:49 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [95599452458794d301ff339d8e20e5c7ba77e3b5]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:10 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [23c7e64baa7d0b186ff1f7be20d199e4da655be7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:39 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6b3b68a807be53ce624fbc771cb1e27f46e7a39a]

        INTEGRATION: CWS iconupdate04 (1.3.66); FILE MERGED 2008/01/31 11:50:39 va 1.3.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f087b1dc6aafdb003abce1280cd16ce9b23a2b22]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:39 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e89c3919ee7bce642f18a5c90632e4ce2e5f528b]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:10 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5d1320ce40b1abafb095f07dc1c6c1984ebccec9]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:10 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4eef1adade9c4ece4e706d09f73a3cfbc2689764]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:49 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7840ae6f3905cad724b7c2ae349052677b834b0c]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:09 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4ad99a222aa301d36def153459a9556b50373d72]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:38 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [aaa57883195072ddacbfa7c5a754d14e73d21923]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:38 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4b4220f50332585c6b7d2790ae57c8de6c61b221]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:09 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e0149a93cc72d0b643b2536e9d3ee4afec0d569d]

        INTEGRATION: CWS iconupdate04 (1.3.78); FILE MERGED 2007/12/04 15:15:09 va 1.3.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [07718021e6a10323d78c4aea9be8fa3de28b8389]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:09 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [576cb8362d0b6b1aa037b0b5b3caff9af393c992]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:09 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3ea4b9c2d7b5f671ce20c7d6b2228dd3561d4d61]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:48 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b59fa1ee43919a630fabfdfedbe4356987975bcd]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:38 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [105492ead999a3d4d8694f777bd2f0cd5803bc43]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:09 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2bc371bdeb345429c651ae87c0769ecbd821509c]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:38 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bdd96b25461fd2aa4fe4e55cdf1d280f28011bc4]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:08 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [066d792b9e27ca7097c5c5ea75935b752644c46f]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:08 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ba7d0098e58734336606192b049f91ebfe207933]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:08 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [301d47409db9a6d1a01e8925acbc2ae7aba448d9]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:08 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [83044e6d8a280763295f69205b0f3405ff411e21]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:08 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [12661fbffd2972f63ce6d968141e8ee4c265ab88]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:48 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [828d26ef71c4828b5ff8d93ac8679e85be041f08]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/03/18 16:19:48 va 1.2.200.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5a2af395f0f03fe517800e6f2ec3eb12da99faf1]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:48 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a3b8a14832a05e5b8fc4b2b2aa670de8825fe0b2]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:38 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:15:08 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [241bfb7993b25cf04762eeb47bf309d3cdfa5302]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:07 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3936d95d6ae3bd67c9c1eed807fbd93d5246c67e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:07 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e43205bcd18bd91050ed6410f258d2a28b80d4fa]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:07 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1ec439cbf27713ee6d75495ae77ecb06b7b185de]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:07 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [c3480ec367d19dc4a7430f64aea41021a4fb77af]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:37 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [53b34274bae0beac6c95e8c15c992ade1cb950e4]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:37 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e4f2d47251bdf8194f66cb15f3e551da79155395]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:37 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [488fa76edbd17ba1faeef0d6fce15f3a4a48951a]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:07 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1fe1d6cbf118e872e80c582e3137f2e8d890b6da]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:06 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d67bea34b1919784944a6f99f7f41647012f24c1]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:06 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [108234c075a05062a660c02b98c377d448c19cf1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:06 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [03106fee868fb036bf858c8c620de00895aae959]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:47 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3b145474a0c9a1c3d3cab45fa286802db934961f]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2007/12/04 15:15:06 va 1.2.180.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [85fb0de2de12838f8bd8061d93b2069fe005fc46]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:37 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b8aab8b5fe5b0751da3c6a4a0a9ecb87e6519956]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:37 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8f26e5fa62e2700dae834ac299bffe563ce099db]

        INTEGRATION: CWS iconupdate04 (1.2.198); FILE MERGED 2007/12/04 15:15:06 va 1.2.198.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e5c82b85c473c10d03fcf35d1fbb9b0a3f6e4280]

        INTEGRATION: CWS iconupdate04 (1.3.168); FILE MERGED 2007/12/04 15:15:06 va 1.3.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [67a20d1644a46161478edc11d4ac0b29923e7015]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:05 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a3a333c21641ac602440a54fd9f30b4a4c2c3266]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:15:05 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dec720e3147419f355a3970759a04d1652ec47e9]

        INTEGRATION: CWS iconupdate04 (1.3.168); FILE MERGED 2007/12/04 15:15:05 va 1.3.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d15bda1c646c02df0aa97f02d3b17e6e2a5cf4bc]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:15:05 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9ed9e340fc23aaadb8b00b9758c92d108726b1d5]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:05 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a3fc9be34fd40c70813265fae9088ffb95c6dd77]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:37 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e7ae73d2b72fbe0f2ce5b09d007831fc21b9dc26]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:47 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5a878607842ea2ad35040dc327e3e7b4ab2eacd5]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:04 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5bf508b07131c6199abe595dc40afe31de19e870]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:04 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a74f406e5bd3af89a33ef95940e821611dcab2d1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:04 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [52607a5b25b63492f731edd3ab0f47535fbe28e5]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:47 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [641aeb2a3d07a4fba96129db9f3440bca22f61e5]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:03 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [42d887e6b27130c6f6869d8a06b092b23c996302]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:03 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9ef62f32016d97f3f2f5c5743e2039a730609e33]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:46 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [485badfbf7d9a2d5e97a74704f5b1a391190e4aa]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:37 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0664ca1cf857d7cc9002034708fead7e23f1b4d4]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:36 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2c85874adca613a7595f72fd3c7a4c10b31475d4]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:36 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [059988a66eaad0ac68101acde9455fb3c414a293]

        INTEGRATION: CWS iconupdate04 (1.2.134); FILE MERGED 2008/01/31 11:50:36 va 1.2.134.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fabc1dbb219db5fcc845a2c7ff710687b842c11e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:46 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [19eb268ba93e663a4c579c70644ece37da290548]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2007/12/04 15:15:03 va 1.2.216.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [19fb2a88a3f87fc7ba39ce730bdbc9648a2e5414]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:36 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [b1c1e3709c73ae04efefb9bbdd3965c885de05d0]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:03 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cb87b86a0f3d69a6146fa4d540f7a5b7a1352735]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:02 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d2d65cb9fb4203171679e85809d26287b1e0c77c]

        INTEGRATION: CWS iconupdate04 (1.2.190); FILE MERGED 2008/01/31 11:50:36 va 1.2.190.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:15:02 va 1.2.190.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e0987259e34b5d878c37d0d3b5702a07b3327161]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:02 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7b2dc79864d069219a4f7ccd194db0151e6ec215]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:02 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [dbf294d11f3cd26e6fec59c2cfbb3675aa73cef7]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:02 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [9752af126399c51931ca86e02540bf4cc40b4f3a]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:15:02 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2b8eb68c4cd2fa42d8d26bf6e8047bd5c313bb05]

        INTEGRATION: CWS iconupdate04 (1.2.66); FILE MERGED 2008/01/31 11:50:36 va 1.2.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [588424ee75c37fd8819ad1a435a89e6857336d00]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2008/03/18 16:19:46 va 1.2.216.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8752fcfce9a9f4e20bae00464abaaf88ea01e618]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:01 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1e82e3e34a0ce9bd8fa25bef5531b9b3b71eae91]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:35 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:15:01 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3d8e3dd4fc4b39734e3dd8524b98cfa0b9f7cf6f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:46 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4159f7a40a60207087f5d075516e8e02725e9f54]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:15:01 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [e0232c74bfa41ab7d0c9c6fbe9243ca0792bf8dd]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:35 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f0f53bac714b1f7ad22e6a48fc65c383d71daa19]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:01 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [8c19fad5e2dc625389857fd737c9fcf3c934208e]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:01 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3918ef7af86416d53128dba2e162d1ccd4334299]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:45 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cd70c1818a3e2ae43bea8925af8b177f0c20af72]

        INTEGRATION: CWS iconupdate04 (1.4.48); FILE MERGED 2007/12/04 15:15:00 va 1.4.48.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [4d15acb8cd8130b09c47bf912e24e983aead8471]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:15:00 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [67a945952dec151ae0c940384d202814d38bf44a]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:15:00 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [edddabe331a61db713dae886a88871a700bb92ab]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2008/03/18 16:19:45 va 1.2.180.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [fb8d6c82c0f5dee32e3e3974de94c794faacdf85]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:15:00 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [986c3067fda5d646df5b0ed6538b6973ca635ce8]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:59 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [161cee507f92ee5cbdf995e4053f54501e8cbc46]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:59 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [a5f40aba1859ff39859eab56509ce3a707ffbf52]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:35 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0b100d94c16ef9c45d2177164a5171f985647112]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:44 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6cd4d3e0871edfa196bb61686e6cec4686f03c0e]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:35 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [f39e5956b91abc292450cad73fd8074ed76a8b91]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:44 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:59 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2569bbf7218dee334c5841642ae0bf3cbfe0e910]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:35 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:59 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3c7e08f3e623f14b7b928f47aaf8aeffcb7b406c]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:19:44 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [2a086cd70d1d44dd7d2513203c868197dfdd9cf4]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:58 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1e290133e097dd4d856adc6e414ea8980a8de0ba]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:35 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [efd1d38b63ff458560a56772a861e180ea61c37e]

        INTEGRATION: CWS iconupdate04 (1.3.66); FILE MERGED 2008/01/31 11:50:35 va 1.3.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ca60533f1f365f64a70c68d2e8d8d3c13def5fc8]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:34 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [999ae3488a08bafd378eb8a89919d49a6a3430f5]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:58 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [04607c9745eefd323d0102e220c70ce849410eb1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:43 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6f0d84c0f2af8931dfe3a63b0f6b7f08728b5c1d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:57 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [7fbacd927631ea8db88da7380c2fca1915ec2665]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:57 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [856278f5da17ed5376a847f2cf0ce4ec7f22df40]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:57 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [de565830ad0f2144318c10493266b01dabdee5e8]

        INTEGRATION: CWS iconupdate04 (1.3.78); FILE MERGED 2007/12/04 15:14:57 va 1.3.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [029ca920c52cb8dab85bb2302514e4e51cc72358]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:57 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [5ed2f944ae9b0c8649465ed91417348ee534d481]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:43 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d40c662c296817b2bd9ef8b93afaff8312249570]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:33 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [ecc9c1ad175705e4c888eb09e767fb2a6a8b72db]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:56 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [bdfd5e3d3503dc2a727bffa7099e66559ce42f5e]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:56 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [3e5508cf223596dbea00f232fbe7deb4ed139850]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:56 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [add5d3e80c768481b4b852bd67779a52d689e0e8]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:14:56 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [1933ac31f1531e10a8c4c73a5549040adb82aa4b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:42 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [95eb7d6142233cb3f6697b6a3ce96d54cd62c4b7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:33 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:56 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [6927bc2182c8478c92c32de9e7e2a7dc83737ad6]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:42 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [0cd4a820619fe56a4a2ecfedb30e6969a9142a3d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:55 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [cfcf44b13fd9168a02115ecee09d28b0633d97a3]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:42 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [03488d6c7cfaa91e76eb2ac5e2d85166fcbdf6e8]

        INTEGRATION: CWS iconupdate04 (1.3.174); FILE MERGED 2007/12/04 15:14:55 va 1.3.174.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [d4b0e1a957fb45c2426ac1d138e18f5ba4e3c2bc]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:55 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-18  Rüdiger Timm  <rt@openoffice.org>  [261d2835c47e427abf94441d3a5d4bdb2856fb91]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:55 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0ed9616ac4aefc2e848b465c753e2cf5ddac1558]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:55 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [282f229df4541b0fdc2e107babe5e068c5216807]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:33 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:55 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f5238a36474f442a16102c1a6e31cd110ed7d26]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:54 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [93ce85a9929339c8fcd077dd90a58dcb75306815]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:33 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [51dbbff6991026b83fe8b8ede34f466e0e1f756b]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:33 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c5279501fd2538c00bcb1b33891df767cb53c0b0]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:33 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [85619a2f8ed5d7064c895f4968ef2d86129ef051]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:54 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [233e6ba5cdeeaaf367709c5da966be9f0f3ee97b]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:54 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e5ae001c96a73ce7f77d3ceb645632a6dd9f9045]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:41 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cfac4ca2f97402a21927d4a70d0a56fd633dc187]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:54 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [eb3c7fdeac7a7f5bbc2be1c48fcbfd3d7cc2b692]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:53 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [45735500de5a24dac77b73ff1677d8a1c9ea4d53]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:32 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [dcc3773c6a720ec59b33e118c0e219ec1bbdd1dd]

        INTEGRATION: CWS iconupdate04 (1.2.198); FILE MERGED 2007/12/04 15:14:53 va 1.2.198.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0ce2f8476d9ddd72a722147429ad9e1cd2086125]

        INTEGRATION: CWS iconupdate04 (1.3.168); FILE MERGED 2007/12/04 15:14:53 va 1.3.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [00c291a8d02ef525741389f535801c2ebbd0481a]

        INTEGRATION: CWS iconupdate04 (1.2.174); FILE MERGED 2007/12/04 15:14:53 va 1.2.174.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ec24ea168ecda28ab68d2add9fcfac13040bcde8]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:53 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e9d45f988897ecdc10cb65e95fbd87d60f3a88c2]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:32 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4c391fcd8dd52b3726fbb9d6975fdf5175ed8e89]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:41 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f1237dedab87a8d3d126c07a16f5e4835c23c15b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:32 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:53 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0dd96035953149050c5d2b3e3df2d684fee6689b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:52 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3074bad915988970fde1cc232b5568f0a8186708]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:52 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [44488f04d08429a457b5d7c8c101f38afb940753]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:52 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3ed69d17eb8b9631430ae00201b9ca1a51dee79b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:41 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fb3b423eb62f14fe7493d5c4956b36921660ed25]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:51 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [595b5567e0ac281c5a417035dd2bffac2660923a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:32 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d44ea2c80bd9b2256bf34a5970cd306bbc74dfec]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:51 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5c680dba343a0871852ef9dd0267d450e4cf4209]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:41 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8b0c3b34e7325d24e26cc2748ffd30be2726d3aa]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:40 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [dc6bfa756f42982c3c10d05843c6161fae0ee0cf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:31 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b03f0e35ebc387297d5f38c79ae446fa13e88c29]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2008/01/31 11:50:31 va 1.4.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a64d84322580487fde8b17a6d00a380b515da1bc]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:50 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [be6d6fe53c095d7d3c9d4b72a8026f4f11951afa]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:40 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4214bd22a4f49291cd5436184c16a401a9dff0f7]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2007/12/04 15:14:50 va 1.2.216.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d7b2c3d8bd26693bf26ee8427452880bdd7ffed2]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:31 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4e20b372af6131f14b002b9cbed439d115e97b2e]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:50 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [677748b897ef5c0ad7211ecdcdf9b62eb4280946]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:31 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [70eeab1d3628dbb11b3de5e976281b3f4d2ee3fb]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:50 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0db08135a9764b72c03f2a74d7578b42815f4af7]

        INTEGRATION: CWS iconupdate04 (1.2.190); FILE MERGED 2007/12/04 15:14:50 va 1.2.190.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f4fd95e27b64b6bf78675c559b6f0bf3e98512a5]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:50 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [50530dda9b3c96ef22b3432cf3e75b011da74699]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:31 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0293019616a14708597c5479abda7d84035a601d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:31 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a23425f07e5a39179887687740064e399bd5375d]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:50 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [dd67d6d5efdea4b7a4a1cb51a5523f3e4638d235]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:14:50 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [626ab4d2261d03f8458eebe91a5fe395f2cc0147]

        INTEGRATION: CWS iconupdate04 (1.2.66); FILE MERGED 2008/01/31 11:50:31 va 1.2.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d6e704e3ce80f0f1c0de6670ce910bf784ce0f87]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2008/03/18 16:19:40 va 1.2.216.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9bcfc044ea0192197d3c3f0e57991b1fe37c22e5]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:49 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4755962380d3fa05354d5d7c5591e4049e67ff94]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:49 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d1833f0e699674885fbf85a5403f2e6173aef1a1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:40 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5c76d6be37154b65e6f74d87c67204764ed5f7e1]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:49 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5685ce04b43ddaad963a7d9122039d1e51f5a823]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:31 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4d4a430da48aaf1bc89a23d590b413ae5a673d20]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:49 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [04c99740b3b6bddada6ddd373fb220ee78398e93]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:39 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ad280cc0296aa057fee1a82611d18bf3c004ee14]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:31 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2776757fbb816da62775bfb3f9967cf15786abb7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:48 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [600bd2f17ad64cd4cdf9d63a0ac283e3f9b0d8a4]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:48 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [94a10497efd104e10fd85efa77d57df54a292d83]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:30 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b6058b32c22a6a250b20f065489fc4803b243e04]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:30 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [29220fd61fd7bf710213ee9c0acc1159d9eeddc7]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:48 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [99e2e35079ec3061b9b3f3a2d335260abb544649]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:38 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [430502d4e1d4df62c4a4dbf26b0802ba0c1934aa]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2008/03/18 16:19:38 va 1.2.180.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [97e2f8dfee3e63309a35e60cedbb73d47b42e708]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:30 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [13355ef4b993df11f01e81902794937f4a96faca]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:47 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [55b09bfd2de3368be72709e2d597af6e61e4437d]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:47 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bc169f7c802feaa220deea38dc25acc433305fce]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:30 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4b77337707e8d40dbc535dcf7b99979542ab60db]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:30 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [31cd6d3739b11d6010d761b5a2feb5b35b0b984f]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:19:38 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [562e35d7520d3b10be59e199b7147cfb09e0a945]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:46 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ad1c0d79c5ca79d58cce623cbecaf36bd9e2641b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:30 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [908e5a9385991b1b58708a0aaca7acedf9d98086]

        INTEGRATION: CWS iconupdate04 (1.3.66); FILE MERGED 2008/01/31 11:50:30 va 1.3.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f26d80b7cddd81d8a2dadd5366e89cd3d7d18f2f]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:30 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3291fa06f2a639249b680e42557a94102e356d27]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:46 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6d7e8b7af9df9efb4c9d3dc96f6cd60883898865]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:46 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [74c8e03db58b7b2788b67127fa64ddf25d2f26f9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:37 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e87c8297f860a650336293cd495d007cc53876ad]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:29 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [52b1f5a364746f76b45edb5940378bd94c5eabb2]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:45 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c2ea1c4c30be2ee1b11ac55981c3cfaa255340a7]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:45 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c1f8b083cf415e9f284d55f8ac36a0175fa2558e]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:29 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cfc5816ef659add061e0f429fc08ec96c27863f8]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:45 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4cf417a0e5ba007efd2bfbe9970963b4dd6b366f]

        INTEGRATION: CWS iconupdate04 (1.3.78); FILE MERGED 2007/12/04 15:14:45 va 1.3.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c749defc95f6da8ea4aa8d1f0bdf83d6d9f31acf]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:14:45 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [46b03229ee92ca580f53f852c6953fdf357948d0]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:45 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bf04004f4b5d86e9ee6313beaf655651b2ff7ed1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:37 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [aec5e74af209334c634be488fda61252bb1cca44]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:29 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e016aebd9f67953b4a25fad2d3f478925751e2ba]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:44 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [1061c5263ece60066481fe687076483321660bd2]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:44 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [aaf666d3291c3170221821186f636961ed4f35a9]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:29 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cbbf85a6627582f527391ed900cf553af5028330]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:44 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b28b7cdb3ed82949ce5c152f180d52268a6cc53b]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:44 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [aae33a8bf6da77ed3be37c9f651694c338180952]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:36 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e89e06836e701e7ff77e28f266bc3fed23fd9f60]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:28 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6ea9c5a8bc39cb6c397a01ca8e957b933cc66b46]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:44 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f14efe90b000f2581d9e6529e74a2ad7ad49592]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:36 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a9fa014dcbe9bf57383d7ff1d07f01a40f5660d7]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/03/18 16:19:36 va 1.2.200.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f36186349c865416a4e738e874def9f28ecbfa4b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:43 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7aa1361130de535ecfcfb3aa882291548c61f132]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:36 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2dfa4e5e71566ad9eced9fe8e9f4f78e890074d8]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:43 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7db84d229f96fec6eb93a32a5017928cce09c6a5]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:43 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e5d44f9a128b120fa71d7393ec7d77e40c74bd97]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:43 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0513d6a0b02bc736a8dbaaf6e0c9cd28f67db22e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:42 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b94e7db7525d8dae3e34e32c8f5b109f907ab216]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:28 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7c853c6358ab6046b48965bc6a6e727a24d16776]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:28 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a6601e3497636c6e57b142997ef2733b03eb32c7]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:42 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bbd15f32e465bac96d3f796ad6c673f9de8b8a43]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:42 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [df98c455ecd526e21f836418d8eee4e1100d8799]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:36 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [26a8534a7dbac903ea8328e5ff295d01e88a71e1]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:41 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3467d6fb245dd55875a252bf02905effa360fca1]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:41 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [db2fc46d5aa91d4b89699201ebdcde622303b206]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2007/12/04 15:14:41 va 1.2.180.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f6eecc0205e1ac43d40398c3751f4ae5f62f6e63]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:28 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5f59c9a1e16fab3483f215e045ada6bbf0c074cc]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:28 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5da0795e13073b33f7366c10f89721dfeba3ec95]

        INTEGRATION: CWS iconupdate04 (1.2.198); FILE MERGED 2007/12/04 15:14:41 va 1.2.198.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [67c5ab549401094baecdbb1eeccc4b616bccf02d]

        INTEGRATION: CWS iconupdate04 (1.3.168); FILE MERGED 2007/12/04 15:14:41 va 1.3.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [718d1616bb787a060102cd79de7c8bc6757e82d8]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:14:41 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b9e00812aedad2c81f19427315ccda2f2bfadf0e]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:41 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c8215985681cc862f7b959b3f537cd17f6a94b93]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:41 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f5828be2d1e153df96a6409fb260e8f06f92f0de]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:27 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0cb2822c87b7791a15ec84563f21ca097344a63f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:35 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e9c38066461548bde24cddce2ad65f9bbc46a4bf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:40 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [40f6a37c2532809483a341b563cfda04c99d2a5a]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:40 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [89629bbe120cfa2ecca97cd869894b6b72267b61]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:40 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [52a5c9e0e4240a1d8bbf0aabc382b60a04f2ed57]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:35 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9cc4364817177301451ff7a9cc2ce9a2d44afd77]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:39 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9607242de352c34da97a32bf766c6bab02b494e8]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:39 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ac939a60535492f5d4624a71e82078c8ce294f57]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:27 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b6afb2931e30d616de272bed6ef3906b4864a769]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:35 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [41ebcf5d21cc595a46d8a3795e3475e95a6d2aee]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:27 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [69b47c016896b0e22633d822cb1f30a6aba3d1a1]

        INTEGRATION: CWS iconupdate04 (1.2.134); FILE MERGED 2008/01/31 11:50:27 va 1.2.134.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [dba8522bf9bd7edf3597824c56ccfe9b76c4ed64]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:38 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3bdedebb9943ce8f2fcee16c46bf268d81971527]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:35 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [34a2e2df84620c494bd299d7a5ae04932e593f52]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2007/12/04 15:14:38 va 1.2.216.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [678510d49a3632187f8095873ba32156b2e4fc4d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:27 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [baf33bd76696f651830787f7dd9aad82d6a94d0b]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:38 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e024e7c0745f8ecdb1be3e0d8a4ec05af140bc99]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:38 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [79e77c20da0a12f4ff343b3f7bc245e931c2fabe]

        INTEGRATION: CWS iconupdate04 (1.2.190); FILE MERGED 2008/01/31 11:50:26 va 1.2.190.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:38 va 1.2.190.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d2f53c633cdb3cf6f34eb4405f3ba4798e14b3e5]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:26 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [1bbb93fad029a82eb242fa41834ba0c106726dfe]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:38 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b06612590c620204aa563e79d84987520d902bf2]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:38 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b41b5f444588d715a19a28c564c4c9b43611e1b9]

        INTEGRATION: CWS iconupdate04 (1.4.88); FILE MERGED 2007/12/04 15:14:38 va 1.4.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [850961c7182b053b525f6761945642fc80e5a639]

        INTEGRATION: CWS iconupdate04 (1.2.66); FILE MERGED 2008/01/31 11:50:26 va 1.2.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a0cdc214ddbe34eaa5fcccb997e4b81cdedb5361]

        INTEGRATION: CWS iconupdate04 (1.2.216); FILE MERGED 2008/03/18 16:19:34 va 1.2.216.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5f36fda6e478591d7f5d375c6288074b6e0a92f0]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:37 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3532b6fdc7e1239a5698e84fd76dd96b5b891974]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:34 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4113d8b28322006051a5d4fef34ce1b108125a8d]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:37 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [248d821af0b697f3de5cfa6761bad4f8458f72bd]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:37 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c2fc81cd65a35fcadbee12fe2673402c2576c039]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:37 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b37930d7bd041fffaaea88651bcedff343adb1fb]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:34 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [252680edb933272d7eb28bcd6f12bed2761c417b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:36 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a27ad05b9fc7410ef4b4d97323de97654a6d892b]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:25 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [637236631632c1174bf0294d9a4dd365e901dfc3]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:36 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [521c629335d52fb7242cfecbcdce7aa50b5e9f84]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:34 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8c4b2ea1b82af6c0f868507672e31a30398667f9]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2008/03/18 16:19:33 va 1.2.180.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6706f4fc58c44502b30394f0babaaa4d764e756d]

        INTEGRATION: CWS iconupdate04 (1.4.78); FILE MERGED 2008/03/18 16:19:33 va 1.4.78.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [dd085df1f0094d70d4ed0f76b3bcbb0aa59566b7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:33 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e531c43522f0aefe53fbe3080603365a994d2fe8]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:36 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [87cc827bcaa8292245a9f15e80888af4842c0cd9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:35 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8f373b42e5c18a293c219626916724bd16d4173c]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:35 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [60304cddfa1f99e98540bb8a3385ba3d2673a51d]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:25 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a83b5ccc00e0567334435627cf50ce44053b0f0a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:33 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:35 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4ed75fb424d8bfe9e2956c93acd89d59e2dedd48]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:25 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:35 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2ab8ce47e5ce0a6f47ccd5a20a3331268afce1b5]

        INTEGRATION: CWS iconupdate04 (1.2.164); FILE MERGED 2008/03/18 16:19:33 va 1.2.164.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2da2f139d4041e7cd705c646292d67d92fbb471f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:34 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e8cf4d8627f9cad971d51fde44ccfb0c0c2973b9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:25 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8a0310fb72313f7cc0afb74d0c16d97cde4aaed0]

        INTEGRATION: CWS iconupdate04 (1.3.66); FILE MERGED 2008/01/31 11:50:24 va 1.3.66.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [67f6012f9ca1740f6d6f643e4ec5ceb72b6677b3]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:24 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a7e45cba233e3dce50677fc88963fdf231dad679]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:34 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ff0d2814a47394c642b3cbc011a8900ad586f6d8]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:32 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [44428d05143b7b31fb168892fbfa3ef8a5b3e1fc]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:33 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [af2ee362ee8db7b045ea8c760c4ae77ba687af6f]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:33 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [62867bfe2c55f59c32f87af889f5e39d9f47e772]

        INTEGRATION: CWS iconupdate04 (1.3.78); FILE MERGED 2007/12/04 15:14:33 va 1.3.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e0904cc4eba5b35c83846830b6e9b3c1eccb4aae]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:33 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [007d1378e15e29a01b44a83505ef7c774afb8cae]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:32 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [16b65f1ab8b88c037b21cd105129451dcd9c9c7d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:23 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6654fe947ec5378775c8ca83daa83f0f14464d03]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:33 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [19e551aea0ba1071c0c31a6f291e40d66d5aac41]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:32 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fdbef48f13b38c67a0db55ad1b27ea8959e6de05]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:32 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2ef42426de4f6bf4f1910d900348bd3aad88cfd8]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:32 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7eb4c3f8ab5b374631115155afa6d23fc8902bc3]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:14:32 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [213d7e1c14fd8dc6c9c525afb9a6c58304f9f0e7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:23 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:32 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a1d85110597141566a62574b6ca5496cf374805d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:32 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0c3e78ce6b852eb9bfc2a60b22afeaea543d9ded]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:32 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [362c70fe53e7bd25789eb4d3b67f66879904dbf9]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:31 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [557deb4efb53fec5309a589d17bcab07d8612c45]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:31 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7b031677054d9868d256a389e56049394086075a]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:31 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e387649388a6bd7e446dac694bd9a5a7cfe2330c]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/03/18 16:19:31 va 1.2.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ea49ba23a0412352d1b81309ef9a4e48c403e311]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:31 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [1aa6d36a3590d42db3030496eea05d30935f6028]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:31 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9479194a3062f61a072252cfae09debca410b9cf]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:31 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [74b0498e2a9b1eebbb783a9e3ed82ff5f07e03ec]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:30 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [17e7ae7693ab9a2048aeb286c4a06a2478cc38ff]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:23 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ebd20b91a057cdaff509de84ec3ec422e5e97165]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:23 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [024e875744e7f3d68d61142f266cf905997f0e06]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:22 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6956eb3c5b58d0c784711f7e325d9c332f573313]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:30 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [848ad9f8986fd5722f3070eb1282436948f61ad2]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:30 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4500bd7c48f0bab49696c399dd7d3dd916508660]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:31 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fe4cd4760da4d2b0a2cdf728e19e8c55716bc7ed]

        INTEGRATION: CWS iconupdate04 (1.2.180); FILE MERGED 2007/12/04 15:14:30 va 1.2.180.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [306ecced694d70093e3bc9175b6ffb1d4445cd53]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/01/31 11:50:22 va 1.2.200.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d8487a267e5f11972f39de6e50fe143696429659]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:29 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b5b83f73bb7092ff06cb87f39504d015091d9521]

        INTEGRATION: CWS iconupdate04 (1.2.198); FILE MERGED 2007/12/04 15:14:29 va 1.2.198.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ebe97efcc8fe5b26a63f4b45ee463d709cece59d]

        INTEGRATION: CWS iconupdate04 (1.3.168); FILE MERGED 2007/12/04 15:14:29 va 1.3.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8d181fe112836fccd22de3642469af8d6dedc1d4]

        INTEGRATION: CWS iconupdate04 (1.2.174); FILE MERGED 2007/12/04 15:14:29 va 1.2.174.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd24895dcc6338cc4c47f7ab0a214b34b1815321]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:29 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [952e9ef4bb572ec65d26b925269ad9dfce205bf2]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:22 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fafb43c559bf53e08b08f2a76584aee6d4011997]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:22 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c9eecffc6a8312b217d378854b1436408de2b263]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:31 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cc2946e5b3ce4ce01673a4bcf6226d4ab08fcfcf]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:28 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [84f200a814759308e3bf62bddf7df5e0546c17ff]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:28 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e95d74cb7a9190ca782297c01dfe22fe94d360ee]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:28 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a130830d9e9e5a368f44c3eb167beb4b0931e372]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:31 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [023ffad695e5c207301178234befa0e7a2a05472]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:30 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:27 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d5696c8d65b1452e5c091e0a20bffaf2d7dd8d41]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:30 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fcf3d3b54566c81d93ab40fa1d7b44e138ec124d]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:27 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6d8aa23a81beb65cbf9d1491adf75d10fd833cca]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:27 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ae5701ed0ba739ded874f8b3d656c42183a534fb]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:27 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f5f01b4244a6441e628d1249fb0fc99f56951794]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:27 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4ea36bfe1b9965e52d4772daeef9c9da10611964]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:26 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [31ba7e2ace3896c7c81ebfdc20318842bad3df62]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:26 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [267d77fd7956b9a369de77a890a1e2e6f4429e2b]

        INTEGRATION: CWS iconupdate04 (1.2.64); FILE MERGED 2008/03/18 16:19:29 va 1.2.64.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [78aa174307abcaf884b50dea3e5570724f17af1a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:29 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a8b2ce7670fe1c615d0c307facd7042004c84429]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:26 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [140ad5b2dcbf6b9a560f716959a3101a4202975e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:25 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [77c8ea55afad886ea39c25376c9c5b5b7470c854]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:21 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [da58bf9210f5ea9a9bca15433e816adb49bbb8da]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:21 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [81726fd887990c5787aa8ff0dd858734000eed48]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/01/31 11:50:21 va 1.2.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f40b2364d58041382e5efcceff6f0dfadd50cb93]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:25 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8e19d10d5d6f0843ef075fd4f70f55b22d9bf4f7]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:21 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8ace626dbdabe95a7b19d729f0ec11d2fcf92071]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:29 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7939fd7f3d21da537fa5cb3d8310daac5a31ca44]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:25 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [88a75b1d77578cd492a0b43eeb2f3b0935ef1be9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:21 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:25 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e4f8e8f4fdee3c8cb5bb6e8935e90ce620111337]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:24 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0f2ba87352d40dafc59697845aad675bdd56d741]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:20 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4e17acd6f606335cc52b7b0369b38c64c594df91]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:29 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5fc6e07f25c3ffeed982fa89608fefb0f874d997]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:24 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [acaa718948bea2e2b8b4c75b7e3353bea126915d]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:14:24 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f998d67eeaa37da820f0cc32794ab900deb04568]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:20 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4ec4d21d0ce4797bd489534a20c59467810d30c6]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:29 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [42c5615a2c24f97656edf89ab938d8a8513371f7]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:24 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [018ebaf895c4bcb15b4b331ee388ce9a8d66e9e7]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:24 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [06943ac65642e73a159e2c3a6a70bfda371a3072]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:28 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [433956180ad897213e5d2a36d36d29353579b9bb]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:20 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:24 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8f509a992d068ccdcbf5ebf0883b32af383a423a]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:28 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d39f8b6efce1d15e9abf8786a20a9044a2634f4d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:28 va 1.1.228.2: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:24 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [eae80d97ad8615998d8f4624054964a56ca4c365]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:23 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9135963391254ad9824de20214b5bf4f3ffa4d72]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:23 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [062dce1308111926f47376db4a8c41a676994e76]

        INTEGRATION: CWS iconupdate04 (1.2.64); FILE MERGED 2008/03/18 16:19:28 va 1.2.64.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [db7db16e277a068b8eb431264a8ed53a32fdd6a2]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:27 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ca496283f154e229f706e2a426aa7d42b4e0b80b]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:23 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [49a89ebe9b1edec1a28ae58003880b54d52785aa]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:22 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [725bb5fe2c93e1f45a7f8691b02f0f9e09ce4687]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:27 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [17ad2f18780c74f7bc4a414ddf7fc20f355829e3]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:20 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3822e37ce783af02c8fd23201f35e92923fcbe84]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/01/31 11:50:20 va 1.3.88.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ca0ed80b81d0e5a4c13bad8449a10da477013e93]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:22 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [88c49c6c410a66b70054452a2868679fef3bf4ca]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:20 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [74c899fb0fca804ce4314877cd9c16cf620f97ea]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:27 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [331f88ee2d2a450ceca5e1ffea2a041707657b83]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:22 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [62d10f658d970ada6434bd1a364cf58201bfb68f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:19 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c5c20850a98264105188b1d617895b47e0720e60]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/03/18 16:19:26 va 1.2.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c95ab257eea45446b93f2041e5f4d8a137aa926b]

        INTEGRATION: CWS iconupdate04 (1.2.78); FILE MERGED 2007/12/04 15:14:22 va 1.2.78.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cb7330a47ecc0f99f35c649eaa459a07ec8b3a69]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:21 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a2e1f9d81f52a6b66d7fd4286d49664fb3362e29]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:19 va 1.1.228.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2e41f704a890155b9655650f4e4973d007b05409]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:26 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4dc355973fc4475918389e9cacdd7b95cf880813]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:21 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [82dff60b727c04d4d35cd68efd48406608fe1743]

        INTEGRATION: CWS iconupdate04 (1.2.42); FILE MERGED 2007/12/04 15:14:21 va 1.2.42.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [991ee35887a40da47262563c1fcfb191b884b887]

        INTEGRATION: CWS iconupdate04 (1.2.42); FILE MERGED 2008/03/18 16:19:26 va 1.2.42.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d4a732d1674f4186bc5276969cab2bc5988abaec]

        INTEGRATION: CWS iconupdate04 (1.3.42); FILE MERGED 2007/12/04 15:14:21 va 1.3.42.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7f0b54b9b63c4171de8a4356ec7477f041c98124]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/01/31 11:50:19 va 1.1.228.2: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by: 2007/12/04 15:14:21 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [81719af4410bf38bb2b1b2cde17c56637b361139]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2007/12/04 15:14:21 va 1.2.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [91a431e82d66ccd2540709714f84444cb5a86e93]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:25 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [de78b18f192a4e46a2aff1fb59feee2e11cd195d]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2008/03/18 16:19:25 va 1.2.200.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e0f60c3f005127e58cc27613ceb6faf4c3a6897d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:21 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [db154385318dd786edd0ae4b0ed2ba814c29d216]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:20 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [9045196d198b6370884681cad5b11ee44b53ed74]

        INTEGRATION: CWS iconupdate04 (1.2.42); FILE MERGED 2008/03/18 16:19:25 va 1.2.42.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3bb1489f624287317e0b7b1fec6583f67744fb5c]

        INTEGRATION: CWS iconupdate04 (1.5.28); FILE MERGED 2007/12/04 15:14:20 va 1.5.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [260e141f940dd6a5b0f184d2ab1cbaec7c9d9428]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:20 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2e6528168af062944356a042af795146d44a47f0]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:25 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4a63adc3b0ad7443abb4a8eb34a4a00d2215dafb]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/01/31 11:50:19 va 1.2.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e181f6178247c88bb85ffc8d1bebb1686e4ad99f]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:24 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2972437147099d30a1598f0f01861cb1c333465c]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/01/31 11:50:19 va 1.2.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d85f740ec5b08810653bf2a28be7f1b423783fc5]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2008/03/18 16:19:24 va 1.2.28.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5b34b5004d7d31d92895cac92dac9e4c79ff6ac0]

        INTEGRATION: CWS iconupdate04 (1.2.28); FILE MERGED 2007/12/04 15:14:20 va 1.2.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [fb3595b5d2a70d30ae7729b646c8a6128c25a3e9]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2008/03/18 16:19:24 va 1.3.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8d94e00de09c94c89bed1f1979baa5b2f4e60abd]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/03/18 16:19:24 va 1.2.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4abd1e87d3abfaf551e9631339f47d1135dee8da]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/03/18 16:19:23 va 1.2.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a0c9f7436eaac129e0494f039541386dc2bcbce3]

        INTEGRATION: CWS iconupdate04 (1.2.12); FILE MERGED 2008/04/03 15:06:02 hjs 1.2.12.1: #i87638# - move branded version to branding layer

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0cb50ddc602cd08761195e06afce68417d04d701]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:20 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7f2d17129a021adb0b7c5a45a36bf348d0a535d9]

        INTEGRATION: CWS iconupdate04 (1.3.150); FILE MERGED 2007/12/04 15:14:19 va 1.3.150.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e9c20fd2b5ca1107681594b85afe2dc0b9a1a7af]

        INTEGRATION: CWS iconupdate04 (1.2.168); FILE MERGED 2007/12/04 15:14:19 va 1.2.168.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [26364aefb7ddbff19d4d66453008364c1d1a3f36]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:19 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c6556359b56201e23877307b0c41ae100e5db729]

        INTEGRATION: CWS iconupdate04 (1.2.64); FILE MERGED 2007/12/04 15:14:19 va 1.2.64.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3506130bc1fd823f794ba0f88b5fa2442f4e661e]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:18 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3f63ea7cd5f56b6e3f7344dd93861f45c2520ece]

        INTEGRATION: CWS iconupdate04 (1.3.102); FILE MERGED 2007/12/04 15:14:18 va 1.3.102.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e0770a06103b3ef09aaa3c51ac0f5c362aeaf17c]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:18 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b675f1f35eb1cf7dc0c12255a43870395e6c3d9a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:23 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2e25cde7c2b1acad469cdb462e17dc5ee71537a9]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:18 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e66f3bec46353d04786743b71f6f5e546d872c6f]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:17 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [cc372fb13fac4bb5357fc7fae75e91401c97575f]

        INTEGRATION: CWS iconupdate04 (1.2.88); FILE MERGED 2008/03/18 16:19:23 va 1.2.88.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [e9f1eccfbc582778c3b96e221923aed047ff6a7d]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2008/03/18 16:19:23 va 1.1.228.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a429e116a1eeab539e5f7550d853ebe661eaeea3]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:17 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [1da83393d301bd40e39eca81468bee45c653cfd3]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:17 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c63a82e069217c13f38aef061044e5b61eca026a]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:16 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8f3a9b353042701b303db966e7fb3552f63b9e27]

        INTEGRATION: CWS iconupdate04 (1.2.86); FILE MERGED 2007/12/04 15:14:16 va 1.2.86.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd35f39e99efa2013300670942d315e264399550]

        INTEGRATION: CWS iconupdate04 (1.4.28); FILE MERGED 2008/01/31 11:50:18 va 1.4.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [16a32f12e84d24f16fe42301b80e9dc76c88f3a1]

        INTEGRATION: CWS iconupdate04 (1.4.28); FILE MERGED 2007/12/04 15:14:15 va 1.4.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c1f2615f0ae391f839beecb04fad0a440bfe3035]

        INTEGRATION: CWS iconupdate04 (1.3.28); FILE MERGED 2008/01/31 11:50:17 va 1.3.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4d3d8b8bbc1d23cb9e72261f05a73d1ac8265b95]

        INTEGRATION: CWS iconupdate04 (1.4.28); FILE MERGED 2008/01/31 11:50:17 va 1.4.28.1: #151999# Updated Icon to Galaxy Theme Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d4db36bbfc7da1c4c9a8cac80c997c7270e53715]

        INTEGRATION: CWS iconupdate04 (1.3.28); FILE MERGED 2007/12/04 15:14:15 va 1.3.28.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [27d19c9be69b44a67562afa9f2e0270f6dbc69de]

        INTEGRATION: CWS iconupdate04 (1.2.48); FILE MERGED 2008/03/18 16:19:21 va 1.2.48.1: #151999# Updated Icon for OOo3/SO9. Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6f7091582f667fceaa8b311ee78a5d26722f9972]

        INTEGRATION: CWS iconupdate04 (1.2.48); FILE MERGED 2007/12/04 15:14:15 va 1.2.48.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b52b2f2a891c51e54134b5f7d834437c6a03ddf4]

        INTEGRATION: CWS iconupdate04 (1.2.200); FILE MERGED 2007/12/04 15:14:14 va 1.2.200.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4b8a1d5bde2c4a3cee2bd1d76d0f1e2209c78260]

        INTEGRATION: CWS iconupdate04 (1.1.228); FILE MERGED 2007/12/04 15:14:14 va 1.1.228.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [013b5643424284330fb2f4cba0c993867943a77a]

        INTEGRATION: CWS iconupdate04 (1.3.88); FILE MERGED 2007/12/04 15:14:14 va 1.3.88.1: #151999# Icon Update Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [daeaa2f53074f671ebd0b7d3e414bff2d15640ad]

        INTEGRATION: CWS iconupdate04 (1.3.2); FILE MERGED 2008/04/04 10:05:22 hjs 1.3.2.3: #i87638# creating file with no brand 2008/04/03 15:08:08 hjs 1.3.2.2: #i86506# branding supplied in separate image zips 2008/03/28 15:50:44 hjs 1.3.2.1: #i87567# add classic8 theme

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8162b0940f9918593626dda89a0804643726b9a3]

        INTEGRATION: CWS iconupdate04 (1.1.6); FILE MERGED 2008/04/03 15:08:08 hjs 1.1.6.1: #i86506# branding supplied in separate image zips

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6de97e511cc5aea043f48e98b9c9b4d6cacfa999]

        #i88391# Corect linux package name: core01 instead of calc-core01.

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ba18c525ea9139a640e934da366de6cf36629e8d]

        #i10000# Namespace DescriptionInfoset is wrong here.

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [7b8f2ccce7cd5a16f634bdca17953af91a547134]

        #i87959# DateTime is struct, not class.

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [535bd6506ed7d5c1028e5cfdc753b55ed92df472]

        DEV300

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [953e1da9f2d3b408633d59644bd809a6ce4e26c5]

        INTEGRATION: CWS ooo3readme1 (1.31.24); FILE MERGED 2008/04/15 14:16:48 fpe 1.31.24.2: #i88037# 2008/04/14 15:12:33 fpe 1.31.24.1: #i88037#

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [8f1f30624831a97f6a1f0ae973514e61176ee942]

        INTEGRATION: CWS ooo3readme1 (1.1.2); FILE ADDED 2008/04/14 15:13:42 fpe 1.1.2.1: Issue number: Submitted by: Reviewed by:

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [00ab669973d4e8226b07444861263531f3b71e6d]

        INTEGRATION: CWS startcenterfix02 (1.26.74); FILE MERGED 2008/04/11 15:28:49 pl 1.26.74.2: #i87649# better solution: filter all env commands by using specialize rtl command line API 2008/04/10 17:40:52 pl 1.26.74.1: #i87649# new command line parameter to ignore

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [eb00a33259e17308ef347f0f2e073368dea08501]

        INTEGRATION: CWS startcenterfix02 (1.35.30); FILE MERGED 2008/04/11 15:28:49 pl 1.35.30.2: #i87649# better solution: filter all env commands by using specialize rtl command line API 2008/04/10 17:40:52 pl 1.35.30.1: #i87649# new command line parameter to ignore

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [f6e2aa094486e7b394300bbb6c44c36e6e3f3ad5]

        INTEGRATION: CWS startcenterfix02 (1.217.2); FILE MERGED 2008/04/11 15:28:49 pl 1.217.2.2: #i87649# better solution: filter all env commands by using specialize rtl command line API 2008/04/11 14:01:54 pl 1.217.2.1: #i87051# remove unnecessary Update

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0708201648e50a73f0315b2efa7cd58515d97ebc]

        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>  [a002b5076c2bb29a48e05ce36af86eefa1ae5c57]

        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>  [a4bbae8c6ecc5eca03225592715f5fb0dfd13605]

        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>  [152168ec9cbae6d5d3d66680713b6c0e23d057eb]

        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>  [ae706c305f37b8a81bf6e049d1885b7854926903]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:03:18 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [41d5274add97ec632569290f16a0a2344729811c]

        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>  [f0146c99ae01e8a4d7e557a12a4bd51f324f513d]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:02 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6b80972b760ad72f7800b5835c18ec209ef94afb]

        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>  [895e454460d80eccaa6e2aeb5f4b14104c9f36b8]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:03:51 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6e6c202c2a524eeed75f9beb4fe479ad95ffb50b]

        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>  [245be546c72a7d77b9f67afcc7b39280e87dd994]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:30:30 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a87852424c2b3b3164659ce1f923afac5fc71f27]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:26:15 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0584925b2044f3edc691751a7c1898b0d5eb0694]

        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>  [181a77f6c3355279409f5d6823146e6a922cdee9]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:12 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [00ca0e2c53a006f39cbb531719545fa2035f4249]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:26:04 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [0106c4d591d8492ffd7a8fdc73020e2ea1d70976]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:55 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bfa5f8ec022655a4b80d896f76c4654b40c79b2e]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:45 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ee47f5f0512af74110569bb672d24725a2639ab3]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:34 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [23d3bd1fec7b774acc19407d2626dce160f9e77f]

        INTEGRATION: CWS startcenterfix02 (1.1.2); FILE ADDED 2008/04/11 12:33:06 pl 1.1.2.1: #i87029# high contrast images for start center

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [407cfb2a26033e586a10a150ec6c2e95b6befa5e]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:56 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [b4a4f51a65b8a13d8968977c303db609f27a169d]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:45 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [c00bdfc6ec17a335c0006105aa583a77ab8fc38a]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:34 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ebfe73f7adf8983d784cb7505fe05d190f7e27be]

        INTEGRATION: CWS startcenterfix02 (1.1.2); FILE ADDED 2008/04/11 12:33:05 pl 1.1.2.1: #i87029# high contrast images for start center

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [d3e8db0803aac78c942b442a40629cab304683f8]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:25 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [32134f1a467f007e8369292dd321391840179938]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:03:07 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2e31511b2b1641adb4fab06991ea3c101130662b]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:15 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6ce6a4a92286463f815b9f3808f6921ec4cab455]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:25:05 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [341a8371a0df8d904a0e7a8c2ddf065cc3ff91e8]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:23 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd0ab753ee515fc52fc947a03dbd4b118cb727b9]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:13 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [4beeadb92844e4b7870839a90321592f9ca6b5d6]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:02:00 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6dae29a9cd05460331735903e9a2306052243977]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:42 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [5c1b0b5d074713277a0d5f6914b811ae1f9402c3]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:32 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [78477111fff5bcda040b70f44400ff8b14593178]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:22 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bd38eabaacdd42b433291c7b000c09262f6804f1]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:03:40 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [93a258149211965f27f887c284c73e02e85f2f51]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:03:29 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ace2c114e371e84de8276a30d0d2a9ff684e8146]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:05:13 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [72e1cf20bbe36e2a9bf58a2eb2f06ff174cd2bcd]

        INTEGRATION: CWS startcenterfix02 (1.4.4); FILE MERGED 2008/04/11 12:50:52 pl 1.4.4.1: #i87029# high contrast in startcenter

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [508081de8c6b59b924cab8184b4216f0c8d4a08f]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:05:03 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [2b9ef428e7decad570906d5b0e1fd9411db5adab]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/02 09:04:52 jl 1.1.2.1: #i87684# test extensions which use the platform specifier in the description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [60a8f4136d29ac7d3f706147c4c2d4fcfb8f3cdd]

        INTEGRATION: CWS jl94 (1.9.104); FILE MERGED 2008/04/01 09:06:27 jl 1.9.104.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [88fbd6a3e5c85b54cb2c40ca6788fdd32258ca80]

        INTEGRATION: CWS startcenterfix02 (1.3.32); FILE MERGED 2008/04/11 12:50:51 pl 1.3.32.1: #i87029# high contrast in startcenter

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [842068663602d2390b76e55f62cbe725d8385fda]

        INTEGRATION: CWS jl94 (1.24.94); FILE MERGED 2008/04/01 09:14:00 jl 1.24.94.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [67f57733adde01c67a41dbcbfc15ffdd9b14a535]

        INTEGRATION: CWS jl94 (1.21.18); FILE MERGED 2008/04/01 09:12:38 jl 1.21.18.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [056a3657f7e636235dc9752d9b3a2cb1d2d31fa4]

        INTEGRATION: CWS jl94 (1.15.18); FILE MERGED 2008/04/01 09:08:41 jl 1.15.18.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [1cabcdbcf346889d3212d950194b368264ea61b4]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/17 07:18:22 rt 1.1.2.3: Update license to LGPLv3. 2008/04/01 13:09:53 jl 1.1.2.2: #i87684# adding platform specifier in description.xml 2008/04/01 09:04:21 jl 1.1.2.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bbbd8efa91c379fe9ef6d8678fac364aa6abc98e]

        INTEGRATION: CWS jl94 (1.15.2); FILE MERGED 2008/04/01 09:37:45 jl 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2008/04/01 09:08:40 jl 1.15.2.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [3ec067888f24d8de66b732e032af550678ceefc6]

        INTEGRATION: CWS jl94 (1.3.104); FILE MERGED 2008/04/01 09:08:40 jl 1.3.104.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6b818e7af96bceaadcb7357798c44b2e9cb6e639]

        INTEGRATION: CWS jl94 (1.28.36); FILE MERGED 2008/04/01 09:11:50 jl 1.28.36.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [813f2892afed4984cca3f88afb0ebdde0f7f3b41]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/17 07:18:21 rt 1.1.2.3: Update license to LGPLv3. 2008/04/01 13:03:03 jl 1.1.2.2: #i87614# 2008/04/01 09:03:57 jl 1.1.2.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [bb37808c0541cdaf894559726e2f375dec052c84]

        INTEGRATION: CWS jl94 (1.11.172); FILE MERGED 2008/04/01 09:10:15 jl 1.11.172.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6dd7e812e6b7df803265717fe8426842193f4e23]

        INTEGRATION: CWS jl94 (1.5.104); FILE MERGED 2008/04/01 09:09:44 jl 1.5.104.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [a3c41dcaf7e1ab26cb5e42da89245c365eca08d9]

        INTEGRATION: CWS jl94 (1.17.12); FILE MERGED 2008/04/01 09:07:41 jl 1.17.12.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [22c5cffa8e209080d2abab98a88f48f4eb76a160]

        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>  [c627ba66fceaaeb1b7eceabff27d3e6433889b66]

        INTEGRATION: CWS jl94 (1.15.182); FILE MERGED 2008/04/01 09:16:46 jl 1.15.182.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [ea12eceacc59fb0c2e962b64053cbaeb59261453]

        INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/17 07:24:18 rt 1.1.2.3: Update license to LGPLv3. 2008/04/17 07:11:45 rt 1.1.2.2: Update license to LGPLv3. 2008/04/01 09:16:31 jl 1.1.2.1: #i87684# adding platform specifier in description.xml

2008-04-17  Rüdiger Timm  <rt@openoffice.org>  [6318e24a570cce44392454cf68d9623ca4f4061c]

        #i88369# Avoid 'uninitialized' warning.

2008-04-16  Vladimir Glazounov  <vg@openoffice.org>  [ebb125da6f52cf87c186358946d758bf2b0fbe01]

        #100000# restore global variables

2008-04-16  Rüdiger Timm  <rt@openoffice.org>  [443f49fb3771da9eabda4d95280f37eee79fc3fa]

        #i10000# Avoid registration dialog during smoketest.

2008-04-16  Armin Weiss  <aw@openoffice.org>  [750a9ba54a6a7e7e7b1ec5dae8a156c9ba96797d]

        #i39532# moved 3D default raster converter to basegfx

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e10750452dc4d9809b36bafcb0cc084d1ee81659]

        #i10000# re-generated configure

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [207ca8b2e00c458285439783ce580073aec3cd1c]

        DEV300

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [eafc95aea27797e0bd7a7dc0b5c9a418aad2de14]

        INTEGRATION: CWS native141 (1.6.4); FILE MERGED 2008/04/09 16:42:55 is 1.6.4.2: #i88109# no packages at nodes in java installer and new install order 2008/04/02 16:09:22 is 1.6.4.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c2495ee106e08e64764c33b3e19d43c4cac14eb0]

        INTEGRATION: CWS native141 (1.23.16); FILE MERGED 2008/04/09 16:39:51 is 1.23.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8308ae9614071a60058fb859dd16c186b7520f22]

        INTEGRATION: CWS native141 (1.2.16); FILE MERGED 2008/04/09 16:39:51 is 1.2.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b18c1eba1992789c0e86cedd4c2d0d4495d6ac3a]

        INTEGRATION: CWS native141 (1.4.16); FILE MERGED 2008/04/09 16:39:51 is 1.4.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ef435e1a2961e0f0c09f4729fff0672d9cc82d22]

        INTEGRATION: CWS native141 (1.4.94); FILE MERGED 2008/04/02 16:08:31 is 1.4.94.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c1755d0faf68777b6fe894ffacbec61f92ee1446]

        INTEGRATION: CWS native141 (1.5.16); FILE MERGED 2008/04/09 16:39:50 is 1.5.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [51cf6bcd05e54ed0cee01526ba173286bd6b9a6a]

        INTEGRATION: CWS native141 (1.2.16); FILE MERGED 2008/04/02 16:08:31 is 1.2.16.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bdbce8f07794b3e6acae0895af9a0a7b7af8b947]

        INTEGRATION: CWS native141 (1.2.16); FILE MERGED 2008/04/09 16:39:50 is 1.2.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7824fa6ffde35509edf93d48d54e1d522fe8c377]

        INTEGRATION: CWS native141 (1.23.16); FILE MERGED 2008/04/03 15:02:39 is 1.23.16.1: #i87825# key for simplify search of layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b857e4618b2ca37798a9aaa3121c5ff926df346f]

        INTEGRATION: CWS native141 (1.57.14); FILE MERGED 2008/04/02 16:08:31 is 1.57.14.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [884bb65da9414f9217cbbc77ae6fb9a2e4c41f4f]

        INTEGRATION: CWS native141 (1.10.16); FILE MERGED 2008/04/02 16:08:31 is 1.10.16.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [71bb9fbd0899cbbcdb3b9e645c7a488e08aaf9f1]

        INTEGRATION: CWS native141 (1.3.466); FILE MERGED 2008/04/09 15:35:09 is 1.3.466.1: #i88051# no system integration in beta

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f6415764d28f9fa885a1cb632044e17d6f02b09f]

        INTEGRATION: CWS native141 (1.5.200); FILE MERGED 2008/04/09 16:39:50 is 1.5.200.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [722b03d6e785d0371567034b70dc998debd27c20]

        INTEGRATION: CWS native141 (1.9.14); FILE MERGED 2008/04/09 16:39:50 is 1.9.14.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [359662b77bc7aa3c826142e7f25397ac609467a4]

        INTEGRATION: CWS native141 (1.91.10); FILE MERGED 2008/04/09 16:39:50 is 1.91.10.2: #i88109# no packages at nodes in java installer 2008/04/03 14:54:15 is 1.91.10.1: #i87821# hunspell only for one module

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c4edb7df09fa59c4c48a306414bddacf25379765]

        INTEGRATION: CWS native141 (1.2.16); FILE MERGED 2008/04/09 16:39:50 is 1.2.16.2: #i88109# no packages at nodes in java installer 2008/04/02 16:08:31 is 1.2.16.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0aceffdaa56d23060b569604ae031794a06f7018]

        INTEGRATION: CWS native141 (1.17.16); FILE MERGED 2008/04/09 16:39:50 is 1.17.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [46c3ae8722ac3578e360ce65785e3d24348f9ea3]

        INTEGRATION: CWS native141 (1.17.16); FILE MERGED 2008/04/09 16:39:49 is 1.17.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e12e1c7366e18ce58dcddd1cdc2db4f5f1239909]

        INTEGRATION: CWS native141 (1.16.16); FILE MERGED 2008/04/09 16:39:49 is 1.16.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [96848480742adb5ddf0ccfbcc309685b80eb70e7]

        INTEGRATION: CWS native141 (1.21.16); FILE MERGED 2008/04/09 16:39:49 is 1.21.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6ae72a69826a7455f6f632f92d329644df92d2f4]

        INTEGRATION: CWS native141 (1.14.16); FILE MERGED 2008/04/09 16:39:48 is 1.14.16.1: #i88109# no packages at nodes in java installer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e1dc6076b0ad4d6a3c1f0d295ff30c8ce10fa81f]

        INTEGRATION: CWS native141 (1.1.2); FILE ADDED 2008/04/09 16:42:19 is 1.1.2.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ad494eb29c5783050ec7e0fdde174b1ab7128b8d]

        INTEGRATION: CWS native141 (1.1.2); FILE ADDED 2008/04/09 16:42:33 is 1.1.2.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d9b1511e572c84a0e16be3c72f1db244b1a53149]

        INTEGRATION: CWS native141 (1.3.8); FILE MERGED 2008/04/02 16:09:22 is 1.3.8.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bad4276f07102c9245ce336e37af7332f6a58fda]

        INTEGRATION: CWS native141 (1.4.8); FILE MERGED 2008/04/09 16:42:55 is 1.4.8.2: #i88109# no packages at nodes in java installer and new install order 2008/04/02 16:09:22 is 1.4.8.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2b8d4a6c4c1e4b9169c2eb279f221147c23bf436]

        INTEGRATION: CWS native141 (1.2.8); FILE MERGED 2008/04/09 16:42:55 is 1.2.8.2: #i88109# no packages at nodes in java installer and new install order 2008/04/02 16:09:22 is 1.2.8.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2516fa4583d4cef9f5eea2216fb79def5cb5fe57]

        INTEGRATION: CWS native141 (1.6.56); FILE MERGED 2008/04/09 12:26:27 is 1.6.56.1: #i88049# new java -version output from java 1.6

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [79ffa6fd42c52c39b7cd06936c62197040d10d84]

        #100000# new license

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [78e22b61ec793952daa8944c28d8dcb17afbad2e]

        INTEGRATION: CWS native141 (1.72.6); FILE MERGED 2008/04/02 16:11:10 is 1.72.6.1: #i87718# update url

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2669ce5a517b5405abf03c3d67c4f33a17784cdf]

        INTEGRATION: CWS native141 (1.3.18); FILE MERGED 2008/04/09 16:40:39 is 1.3.18.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [daf20cf83a1c72eb20eaf875722ca55774050558]

        INTEGRATION: CWS native141 (1.4.10); FILE MERGED 2008/04/09 16:40:39 is 1.4.10.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [04881346e2025c494cb2309f1973d76529ea3cb3]

        INTEGRATION: CWS native141 (1.3.4); FILE MERGED 2008/04/09 16:40:38 is 1.3.4.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2d891370646495a9e7f5f310c207e296c08fb144]

        INTEGRATION: CWS obr08 (1.13.116); FILE MERGED 2008/04/09 07:05:51 obr 1.13.116.1: #i88057# senddoc no longer resides beside soffice.bin

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fbb74c6fbef504b6247ae2336de6210af5e4ba0d]

        INTEGRATION: CWS native141 (1.3.54); FILE MERGED 2008/04/09 16:40:38 is 1.3.54.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [94047a3d496eab77242830f67e46237e470a06e6]

        INTEGRATION: CWS obr08 (1.2.80); FILE MERGED 2008/03/05 08:14:34 obr 1.2.80.1: #i83614# moved UTI declaration to the main bundle's info.plist
        
        Issue number:
        Submitted by:
        Reviewed by:

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [911f8767f4ff430dc115792fe095b1168e3446ce]

        INTEGRATION: CWS native141 (1.10.20); FILE MERGED 2008/04/09 16:41:06 is 1.10.20.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b8c11fb81537231d0a6f8c2e06ee0929c79235ff]

        INTEGRATION: CWS native141 (1.17.24); FILE MERGED 2008/04/09 12:50:52 is 1.17.24.2: #i88088# performance improvement patch 2008/04/03 08:41:18 is 1.17.24.1: #i87732# version number in package names

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e54d1c372cbf7fef7357e9b8117a413fab6d6dfd]

        INTEGRATION: CWS obr08 (1.11.14); FILE MERGED 2008/04/09 07:02:56 obr 1.11.14.1: added THIRDPARTYLICENSEREADME.html to top-level licenses folder

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6c5df9c1a45aab17975e43ae9941f143add5ff1d]

        INTEGRATION: CWS native141 (1.43.24); FILE MERGED 2008/04/09 16:41:05 is 1.43.24.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [146ede7a1d06f9b812325b3f8f5456df6929de34]

        INTEGRATION: CWS obr08 (1.4.24); FILE MERGED 2008/03/31 20:42:49 obr 1.4.24.3: RESYNC: (1.7-1.9); FILE MERGED 2008/03/12 11:22:40 obr 1.4.24.2: RESYNC: (1.4-1.7); FILE MERGED 2008/02/28 13:16:30 obr 1.4.24.1: #i85831# include translations for OpenDocument types on MacOS X

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0ea7816a4ddb4e37dc93ec7012a6a17a36859e1a]

        INTEGRATION: CWS native141 (1.15.24); FILE MERGED 2008/04/04 12:05:25 is 1.15.24.1: #i87401# fix performance problem for multilanguage installation sets

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5cd9473b1ae09320b2c7c896af484af5770158f2]

        INTEGRATION: CWS obr08 (1.229.12); FILE MERGED 2008/03/31 20:42:46 obr 1.229.12.3: RESYNC: (1.233-1.235); FILE MERGED 2008/03/12 11:22:37 obr 1.229.12.2: RESYNC: (1.229-1.233); FILE MERGED 2008/02/28 13:16:30 obr 1.229.12.1: #i85831# include translations for OpenDocument types on MacOS X

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [97169f920480c210962ef3f91b897ee9caa6a1e3]

        INTEGRATION: CWS native141 (1.104.22); FILE MERGED 2008/04/09 16:41:05 is 1.104.22.1: #i88109# no packages at nodes in java installer and new install order

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [42e53440356b45211fc14605f3385555dd0c687e]

        INTEGRATION: CWS obr08 (1.43.24); FILE MERGED 2008/04/02 11:47:02 obr 1.43.24.3: #i87721# added OFFICEDIRECTORY and unopkg symlink for MacOS X 2008/03/31 20:42:42 obr 1.43.24.2: RESYNC: (1.43-1.44); FILE MERGED 2008/02/28 13:16:30 obr 1.43.24.1: #i85831# include translations for OpenDocument types on MacOS X

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d909a20661202f4122525901c77367d814a2bf44]

        INTEGRATION: CWS obr08 (1.2.14); FILE MERGED 2008/04/02 11:47:02 obr 1.2.14.1: #i87721# added OFFICEDIRECTORY and unopkg symlink for MacOS X

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ec9984ef0329854abceb870e8075114acc102ab7]

        INTEGRATION: CWS obr08 (1.8.58); FILE MERGED 2008/02/28 13:16:30 obr 1.8.58.1: #i85831# include translations for OpenDocument types on MacOS X

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b9f9032c06f325f3e8b59450cc69e2f92f3a8aa1]

        INTEGRATION: CWS native141 (1.29.10); FILE MERGED 2008/04/04 10:44:57 obr 1.29.10.2: #i87732# second try 2008/04/03 09:54:41 obr 1.29.10.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7fa49d36374fbce84665fb05b3ff3a8e3721e511]

        INTEGRATION: CWS native141 (1.6.80); FILE MERGED 2008/04/04 10:44:56 obr 1.6.80.2: #i87732# second try 2008/04/03 09:54:41 obr 1.6.80.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2c1d538afd822ecea8b95fe4915f5580eb05fe6e]

        INTEGRATION: CWS native141 (1.19.8); FILE MERGED 2008/04/04 10:44:56 obr 1.19.8.2: #i87732# second try 2008/04/03 09:54:41 obr 1.19.8.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e7e30f6cfd9f036afd625e62fc5c0e2a5386f3a1]

        INTEGRATION: CWS native141 (1.8.10); FILE MERGED 2008/04/04 10:44:56 obr 1.8.10.2: #i87732# second try 2008/04/03 09:54:40 obr 1.8.10.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ad6ead488d2a3a516347013f31032b98ced51ff1]

        INTEGRATION: CWS native141 (1.28.10); FILE MERGED 2008/04/04 10:44:56 obr 1.28.10.2: #i87732# second try 2008/04/03 09:54:40 obr 1.28.10.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4e3f94c604a9a95dc2298cab4dbe88ad0418f794]

        INTEGRATION: CWS obr08 (1.14.4); FILE MERGED 2008/04/03 08:16:13 obr 1.14.4.5: #i87258# applied second patch 2008/03/31 20:42:16 obr 1.14.4.4: RESYNC: (1.14-1.15); FILE MERGED 2008/03/11 18:12:20 obr 1.14.4.3: #i86886# copied clock before applying the patch 2008/03/11 05:15:31 obr 1.14.4.2: #i86887# patch applied 2008/02/07 12:30:58 obr 1.14.4.1: #i84760# added support for claws-mail

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5b026bb4504dc530112dae61ee624d286c82e96c]

        INTEGRATION: CWS native141 (1.18.10); FILE MERGED 2008/04/04 10:44:56 obr 1.18.10.2: #i87732# second try 2008/04/03 09:54:40 obr 1.18.10.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [28b223da032f312a67986b7871d368ad3e34a0b2]

        INTEGRATION: CWS native141 (1.24.26); FILE MERGED 2008/04/04 10:44:55 obr 1.24.26.2: #i87732# second try 2008/04/03 09:54:38 obr 1.24.26.1: #i87732# rename packages two allow installation in parallel with 2.x

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f82ba55838be7dbeab3d8e957e85f52962b7767]

        INTEGRATION: CWS native141 (1.2.80); FILE MERGED 2008/04/04 10:44:55 obr 1.2.80.1: #i87732# second try

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7693c605883691837e16d29ce2af180c3b654553]

        INTEGRATION: CWS obr08 (1.13.22); FILE MERGED 2008/04/08 09:10:31 obr 1.13.22.3: move unopkg UserInstallation to temppath 2008/04/08 07:21:02 obr 1.13.22.2: #154101# support for (optional) Software License Agreement 2008/04/02 12:07:55 obr 1.13.22.1: #i87721# unset LIBRARY_PATH variants before running unopkg and include product extension in dmg volume name

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc043bfb9da2337fe6c78f48e9435bbcca6051eb]

        INTEGRATION: CWS obr08 (1.103.30); FILE MERGED 2008/03/31 20:41:46 obr 1.103.30.2: RESYNC: (1.103-1.104); FILE MERGED 2008/03/14 14:04:47 obr 1.103.30.1: support bundled extensions in pkgformat dmg

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d2af273c572e640ef54180fe558a8f98fec57c44]

        INTEGRATION: CWS obr08 (1.45.10); FILE MERGED 2008/02/28 13:09:15 obr 1.45.10.1: #i85831# provide translations for OpenDocument types

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3034e293b83871afc3a42537d4bbcac327c4a052]

        INTEGRATION: CWS obr08 (1.13.2); FILE MERGED 2008/04/02 06:40:31 obr 1.13.2.1: #i87503# added text/rtf to list of supported mime types (in addition to application/rtf)

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5339f770c80529b560355991b5d5b38f32ae9c16]

        INTEGRATION: CWS obr08 (1.2.10); FILE MERGED 2008/04/09 09:20:41 obr 1.2.10.2: Fallback for configure w/o --with-lang switch 2008/02/28 13:09:15 obr 1.2.10.1: #i85831# provide translations for OpenDocument types

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4d32fbbe832c64b13aef4891cd4dd6274b3d19c6]

        INTEGRATION: CWS obr08 (1.1.2); FILE ADDED 2008/03/05 08:19:34 obr 1.1.2.2: #i83614# moved UTI declaration to the main bundle's info.plist Issue number: Submitted by: Reviewed by: 2008/02/28 13:09:15 obr 1.1.2.1: #i85831# provide translations for OpenDocument types

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a413beb73a58ae0fb5fc6a4d9846fa29e0eac913]

        INTEGRATION: CWS obr08 (1.2.10); FILE MERGED 2008/03/05 08:19:34 obr 1.2.10.1: #i83614# moved UTI declaration to the main bundle's info.plist Issue number: Submitted by: Reviewed by:

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [05c2567a662b311a8483d3b104822ca7f22d2bf5]

        INTEGRATION: CWS calcshare2 (1.137.4); FILE MERGED 2008/04/04 11:13:54 mav 1.137.4.2: #i87752# let SaveAs to the same document behave correctly 2008/03/28 12:07:36 mav 1.137.4.1: #i87551# adopt SaveAs for sharing scenario

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cfe585090cf8ed374061f298d1e363f871602cfe]

        INTEGRATION: CWS calcshare2 (1.23.40); FILE MERGED 2008/03/21 08:51:54 tbe 1.23.40.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [07cec1aef5b1720b14487664b0bf854cd00c1009]

        INTEGRATION: CWS calcshare2 (1.48.8); FILE MERGED 2008/03/21 12:31:42 tbe 1.48.8.3: #i86679# [Collaboration] Merge document in shared mode opens non closable dialog 2008/03/13 13:10:06 tbe 1.48.8.2: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 09:54:53 tbe 1.48.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [48351a0866118157715b8444ef1e7e267dd859a9]

        INTEGRATION: CWS calcshare2 (1.59.8); FILE MERGED 2008/03/27 15:18:05 tbe 1.59.8.10: #i85794# Reimplement file locking using an additional file 2008/03/25 15:58:21 tbe 1.59.8.9: #i86681# [Collaboration] 'Locked due to a merge' message box shows 'unknown user' instead of username 2008/03/25 12:11:16 tbe 1.59.8.8: #i85794# Reimplement file locking using an additional file 2008/03/21 21:03:52 tbe 1.59.8.7: #i86679# [Collaboration] Merge document in shared mode opens non closable dialog 2008/03/21 12:30:46 tbe 1.59.8.6: #i86679# [Collaboration] Merge document in shared mode opens non closable dialog 2008/03/21 08:48:12 tbe 1.59.8.5: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking 2008/03/17 17:50:16 tbe 1.59.8.4: #i85794# Reimplement file locking using an additional file 2008/03/17 12:45:17 er 1.59.8.3: #i87094# DialogClosedHdl: do not crash if a wrong document type was selected 2008/03/14 20:11:03 mav 1.59.8.2: #i85794# new file locking prototype 2008/03/13 09:53:07 tbe 1.59.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7d5c839ebe7f6f6c9eac39e3da6b4e199d6f704d]

        INTEGRATION: CWS calcshare2 (1.25.18); FILE MERGED 2008/03/29 18:40:17 mav 1.25.18.1: #i86677# fix handling of lock files after the crash

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [62ee5e1a752033344c172ad2380a5f1e2492330a]

        INTEGRATION: CWS calcshare2 (1.35.22); FILE MERGED 2008/03/31 13:17:00 mav 1.35.22.1: #i85794# workaround for automated testing

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [347d6d5ff97695c78953b243dbc3cde63d604316]

        INTEGRATION: CWS calcshare2 (1.15.24); FILE MERGED 2008/03/14 20:00:53 mav 1.15.24.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [224a899e94c18c03febe6d7e9b86792c1efaaf60]

        INTEGRATION: CWS calcshare2 (1.17.26); FILE MERGED 2008/03/14 20:00:52 mav 1.17.26.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [df89f8bd5c4e3bace03c892a03eebe8203aed152]

        INTEGRATION: CWS calcshare2 (1.3.84); FILE MERGED 2008/03/14 20:00:52 mav 1.3.84.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c0e96a9d9ddc76a3717774499395fc9e663f4542]

        INTEGRATION: CWS calcshare2 (1.4.64); FILE MERGED 2008/03/14 20:00:52 mav 1.4.64.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [deefacb90189bb3ee155296aabb5614d001a44f9]

        INTEGRATION: CWS calcshare2 (1.36.26); FILE MERGED 2008/03/14 20:00:51 mav 1.36.26.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c618567e46df6160ae09f37b09cf422513b20277]

        INTEGRATION: CWS calcshare2 (1.32.26); FILE MERGED 2008/03/14 20:00:51 mav 1.32.26.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [25fa29cbe4d40dd66962abe3bdce79c209ba07f2]

        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>  [077ab1167c8ff89de792d8bf7000c4544bebdb5e]

        INTEGRATION: CWS wikiext02 (1.6.4); FILE MERGED 2008/04/14 10:14:22 mav 1.6.4.1: #i88208# do not use en-US in the path

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fb1d91ae438af1730f540eaef3bda73ead4c0ebd]

        INTEGRATION: CWS wikiext02 (1.1.4); FILE MERGED 2008/04/10 14:29:19 mav 1.1.4.1: #i88140# fix the id

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d7c3c8537e8a1fb1610f23ce7ad20fb6b51f32b3]

        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>  [88d06aaff0b33a399816b9ed57f4cba0a8d3f32a]

        INTEGRATION: CWS calcshare2 (1.133.54); FILE MERGED 2008/03/29 11:11:51 mav 1.133.54.2: #i86672# let the reload handle shared documents correctly 2008/03/14 20:16:18 mav 1.133.54.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bf79d9a106c3a988ffa19d5f3aad5c40175c3fad]

        INTEGRATION: CWS calcshare2 (1.31.4); FILE MERGED 2008/03/27 14:14:41 mav 1.31.4.1: #i87504# let the expected location be used

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a38baefddbf7b11904fc296b2e2e156305ed45fe]

        INTEGRATION: CWS calcshare2 (1.43.4); FILE MERGED 2008/03/29 11:11:51 mav 1.43.4.2: #i86672# let the reload handle shared documents correctly 2008/03/14 20:16:17 mav 1.43.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc6f281d75845b82c6a7b0e0bcdfb962008ea77e]

        INTEGRATION: CWS calcshare2 (1.80.4); FILE MERGED 2008/03/29 11:11:51 mav 1.80.4.2: #i86672# let the reload handle shared documents correctly 2008/03/14 20:16:17 mav 1.80.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b46619d1c76181f2fa82fbaaf6770cba35a3b1a2]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:11:08 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7662713bf20cfccb93d85edb98c39e32fa9d60b5]

        INTEGRATION: CWS calcshare2 (1.205.4); FILE MERGED 2008/03/28 12:07:36 mav 1.205.4.2: #i87551# adopt SaveAs for sharing scenario 2008/03/14 20:16:16 mav 1.205.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [41bf7e86dc8284129fab5974cb8df5d58b87cedc]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:10:56 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3177bd09f5e4596c76233ad8883420737d1e8017]

        INTEGRATION: CWS calcshare2 (1.102.20); FILE MERGED 2008/03/27 14:14:40 mav 1.102.20.1: #i87504# let the expected location be used

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2331399b3d921fba496baa8d3908cd770d71a051]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:10:45 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [38948868d8f122644d08bfa8b90b8478cb269ebb]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:10:33 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [912e8f9d1dc5a9c90ab60e38652150e296f02e29]

        INTEGRATION: CWS calcshare2 (1.99.4); FILE MERGED 2008/04/04 11:13:54 mav 1.99.4.5: #i87752# let SaveAs to the same document behave correctly 2008/03/29 11:11:51 mav 1.99.4.4: #i86672# let the reload handle shared documents correctly 2008/03/28 12:07:36 mav 1.99.4.3: #i87551# adopt SaveAs for sharing scenario 2008/03/16 13:38:38 mav 1.99.4.2: #i85794# remove unused variable 2008/03/14 20:16:16 mav 1.99.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4268aad479934c4a099e347c2c8824b598690a78]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:11:18 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e437f3a6f835b267c2337ee37adf183feb384f32]

        INTEGRATION: CWS calcshare2 (1.32.20); FILE MERGED 2008/03/27 14:14:40 mav 1.32.20.1: #i87504# let the expected location be used

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [08d7cf92dbba8403abf325f1d5a7dd0bf4865467]

        INTEGRATION: CWS wikiext02 (1.1.2); FILE ADDED 2008/04/15 14:10:01 mav 1.1.2.2: #i10000# change the license 2008/04/14 10:10:22 mav 1.1.2.1: Â¨#i88208#

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2058774bf930a93b5689774bd3f8e6efc08e2a05]

        INTEGRATION: CWS calcshare2 (1.198.4); FILE MERGED 2008/03/31 13:10:35 mav 1.198.4.7: #i85794# workaround for automated testing 2008/03/29 14:52:22 mav 1.198.4.6: #i86677# fix recovery of shared documents, and handling of lock files after the crash 2008/03/29 11:11:50 mav 1.198.4.5: #i86672# let the reload handle shared documents correctly 2008/03/27 14:13:52 mav 1.198.4.4: #i85794# do not try to lock files that are opened as copy 2008/03/25 09:23:24 mav 1.198.4.3: #i85794# fix the condition 2008/03/17 17:48:28 tbe 1.198.4.2: #i85794# Reimplement file locking using an additional file 2008/03/14 20:16:16 mav 1.198.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [27cbcb4eda81413a2297508fd314e38fe96d3a6d]

        INTEGRATION: CWS calcshare2 (1.8.192); FILE MERGED 2008/03/27 14:14:40 mav 1.8.192.1: #i87504# let the expected location be used

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [2532863ce0faf499c958d5c990a987207bac8367]

        INTEGRATION: CWS calcshare2 (1.139.4); FILE MERGED 2008/04/04 11:13:53 mav 1.139.4.1: #i87752# let SaveAs to the same document behave correctly

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [73b8c03a671f90ee22119a5ca9a2cd4bac1c6f01]

        INTEGRATION: CWS calcshare2 (1.32.20); FILE MERGED 2008/03/16 13:18:06 mav 1.32.20.2: #i10000# adopt for unix 2008/03/14 20:16:16 mav 1.32.20.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [290a41f9c69da5076e9754dfd1d9457e01733cc4]

        INTEGRATION: CWS calcshare2 (1.11.4); FILE MERGED 2008/03/29 11:12:18 mav 1.11.4.3: #i86672# let the reload handle shared documents correctly 2008/03/28 12:06:07 mav 1.11.4.2: #i87551# adopt SaveAs for sharing scenario 2008/03/14 20:16:15 mav 1.11.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a98679cc1f8e11dc4403a464e6c61384f665d026]

        INTEGRATION: CWS calcshare2 (1.6.4); FILE MERGED 2008/03/14 20:16:15 mav 1.6.4.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6b17b9209723030a0658ebfaf2c80f4ad0c08b17]

        INTEGRATION: CWS calcshare2 (1.11.20); FILE MERGED 2008/03/27 14:12:58 mav 1.11.20.1: #i87504# let the expected location be used

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bd8ddba6762c4860aaa6ba553cadb5cac00b95c5]

        INTEGRATION: CWS odfversion (1.7.34); FILE MERGED 2008/04/10 10:10:40 cl 1.7.34.1: #i88125# added helper method to get default odf version for export

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [197f9ff339b44f37461211bb093691e3925d8e72]

        INTEGRATION: CWS calcshare2 (1.13.282); FILE MERGED 2008/03/21 08:54:52 tbe 1.13.282.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1e831a3ba6199806f4cf833f702bc460fa1179c6]

        INTEGRATION: CWS calcshare2 (1.37.68); FILE MERGED 2008/03/21 08:53:57 tbe 1.37.68.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7084ca88ace923aad993393c66dd0dd2d157a660]

        INTEGRATION: CWS calcshare2 (1.23.8); FILE MERGED 2008/03/21 08:53:09 tbe 1.23.8.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e0ad9146662b4316f487718bf6f7144d095e2816]

        INTEGRATION: CWS calcshare2 (1.31.68); FILE MERGED 2008/03/21 08:50:58 tbe 1.31.68.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [78f7d09e8df8234dd7b67aff9b1a9315a6a0fe36]

        INTEGRATION: CWS calcshare2 (1.45.68); FILE MERGED 2008/03/21 08:49:41 tbe 1.45.68.1: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8da5bfc4ff3daf3866c8590985f8b177f2029958]

        INTEGRATION: CWS calcshare2 (1.30.8); FILE MERGED 2008/03/14 20:13:37 mav 1.30.8.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e306dfb067591c5d49fa5d329567dcc2d36df6ca]

        INTEGRATION: CWS calcshare2 (1.3.8); FILE MERGED 2008/03/25 15:59:25 tbe 1.3.8.2: #i86681# [Collaboration] 'Locked due to a merge' message box shows 'unknown user' instead of username 2008/03/14 20:13:37 mav 1.3.8.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [97e0df03cdbf9892fa359c4ba596be866bc677ed]

        INTEGRATION: CWS calcshare2 (1.2.8); FILE MERGED 2008/03/25 17:01:47 tbe 1.2.8.3: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 13:10:43 tbe 1.2.8.2: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 09:55:53 tbe 1.2.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1696a78af3c1f1c41476a6752abf809bc696050f]

        INTEGRATION: CWS calcshare2 (1.2.8); FILE MERGED 2008/03/13 13:09:27 tbe 1.2.8.2: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 09:54:10 tbe 1.2.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc96175d92a7db8c727a955a6f93ba83ea285047]

        INTEGRATION: CWS calcshare2 (1.35.8); FILE MERGED 2008/03/26 11:37:11 tbe 1.35.8.5: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/25 17:37:45 tbe 1.35.8.4: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/15 15:49:10 tbe 1.35.8.3: #i87049# [Collaboration] Conflict between delete row and insert content is not merged correctly 2008/03/13 13:08:48 tbe 1.35.8.2: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 09:52:06 tbe 1.35.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c2140e83b15bf338da7e39a7712d83a0859c4a95]

        INTEGRATION: CWS calcshare2 (1.98.8); FILE MERGED 2008/03/27 15:16:46 tbe 1.98.8.6: #i85794# Reimplement file locking using an additional file 2008/03/25 15:56:48 tbe 1.98.8.5: #i86681# [Collaboration] 'Locked due to a merge' message box shows 'unknown user' instead of username 2008/03/21 12:28:32 tbe 1.98.8.4: #i86679# [Collaboration] Merge document in shared mode opens non closable dialog 2008/03/21 08:47:02 tbe 1.98.8.3: #i87315# [Collboration] Disable UI for actions which are not recorded by change tracking 2008/03/14 20:11:02 mav 1.98.8.2: #i85794# new file locking prototype 2008/03/13 09:50:39 tbe 1.98.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4324fb9dff4349ae4799ce619aadf0cc2df48926]

        INTEGRATION: CWS calcshare2 (1.29.8); FILE MERGED 2008/03/26 11:36:03 tbe 1.29.8.5: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/25 17:00:56 tbe 1.29.8.4: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/15 15:47:56 tbe 1.29.8.3: #i87049# [Collaboration] Conflict between delete row and insert content is not merged correctly 2008/03/13 15:57:09 tbe 1.29.8.2: #i87003# [Collaboration] Move range and insert content in FromRange is not merged correctly 2008/03/13 13:08:03 tbe 1.29.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [20cb0cacf80b5e3443b24bc44417d8c46734d9ec]

        INTEGRATION: CWS calcshare2 (1.29.8); FILE MERGED 2008/03/26 11:34:44 tbe 1.29.8.3: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/25 16:59:48 tbe 1.29.8.2: #i86986# [Collaboration] Content conflict not detected after inserting row 2008/03/13 13:07:09 tbe 1.29.8.1: #i86986# [Collaboration] Content conflict not detected after inserting row

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c12225981c05401e19f811b154fd2258ef7b064d]

        INTEGRATION: CWS odfversion (1.18.44); FILE MERGED 2008/04/10 10:20:38 cl 1.18.44.1: #i88125# export correct office:version attribute

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f1684e18ee8b3aa9caa2646dc82b5204ecad6f13]

        INTEGRATION: CWS odfversion (1.106.34); FILE MERGED 2008/04/10 10:18:44 cl 1.106.34.1: #i88125# detect document generator version

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [59a60f289235e5aee13144ccaf6a339f1b056cf1]

        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>  [867e4f64cad3da87ad4449111853db04dc3f8df6]

        INTEGRATION: CWS odfversion (1.136.34); FILE MERGED 2008/04/10 10:16:23 cl 1.136.34.1: #i88125# export correct office:version attribute

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bbf8962db9161c5a15ae1e94cbec5f9b426025b8]

        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>  [a2e2a2fb5f9dbe1247bf1de378dc50c17c42ac47]

        INTEGRATION: CWS odfversion (1.8.34); FILE MERGED 2008/04/10 10:14:51 cl 1.8.34.1: #i88125# detect document generator version

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3490029e8c26bfb0eb8ed84ced6772933e6257f6]

        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>  [5eebb3a5ea1346a7336e1e987d05d4bb3683987d]

        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>  [5cc6639d1cecadb1b1f4eddd93bfc8fa23183b4d]

        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>  [8c0bc106acaa3c66bbe2f3f8701c6631df6c786e]

        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>  [e613dc13bb297ab514cbc8026dfdbd0052d303b4]

        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>  [4c30788ec3b63d08cae203928f8637efca3c9d7f]

        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>  [e0dde1636b36f72779041b3c30dbbc97ebb327f0]

        INTEGRATION: CWS calcshare2 (1.5.252); FILE MERGED 2008/03/25 10:41:56 mav 1.5.252.1: #i85794# set the default answer for the interaction in case of API call with no InteractionHandler

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [90fc26db3a85fbbc33f45e41629df8a53af0e5f3]

        INTEGRATION: CWS calcshare2 (1.24.68); FILE MERGED 2008/03/14 21:32:36 mav 1.24.68.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [956d50bc7a2ef19a06fb4a52ab62d9f7a5622955]

        INTEGRATION: CWS calcshare2 (1.93.42); FILE MERGED 2008/03/14 21:32:36 mav 1.93.42.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f5d8ea19c8133d4bf3e994cb15d88b658d6cf4c6]

        INTEGRATION: CWS calcshare2 (1.12.16); FILE MERGED 2008/03/14 21:32:36 mav 1.12.16.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [16c5c83e36e004ee05d19dfede8b2ed20a51e084]

        INTEGRATION: CWS calcshare2 (1.22.114); FILE MERGED 2008/03/14 21:32:35 mav 1.22.114.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [aad16740f6e294e6ca393ea50b894b04548c1d11]

        INTEGRATION: CWS calcshare2 (1.7.16); FILE MERGED 2008/03/14 21:32:35 mav 1.7.16.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7ab515cde50582f1f7e161e911035ac16d217df5]

        INTEGRATION: CWS calcshare2 (1.11.114); FILE MERGED 2008/03/14 21:32:35 mav 1.11.114.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [67658662be66ac7d95246144b80a5b1d70450376]

        INTEGRATION: CWS calcshare2 (1.37.68); FILE MERGED 2008/03/14 21:32:35 mav 1.37.68.1: #i85794# new file locking prototype

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f89f6460502f6207fe7a9f7e5890d7465c60a69d]

        INTEGRATION: CWS aqua11y01 (1.2.26); FILE MERGED 2008/03/11 14:48:41 fne 1.2.26.1: #i82877# make toolbox respond to focus changes through a11y

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [94f9a81f005a3d8d290a21f22c0814811f96644f]

        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>  [9aa3b662378ddec78b48423ffec4f125641b3631]

        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>  [4051dcc6f33aa2f64dabaf887690d4b1df74ab0d]

        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>  [bbe04b272bb0b829e7246accf888ca7ca600ce3f]

        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>  [7be330d0a08aca0446c570e6c9b8bddc4d339fcf]

        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>  [0aba32e130cea0779c613be756c9fdbaddaa6f5c]

        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>  [c3a777d87344362ac443a11dc3f3cd5a37245853]

        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>  [fb3786e3215056e20ab3d974c2a7a53e28eff7a4]

        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>  [53704e32e91046e6dfeb984447288b80354e3632]

        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>  [dc8580a582abd7dbb3e1d1f8de04a2f8aaf12e07]

        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>  [f8648d7e8e951341d3bf498bd83e330525731887]

        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>  [5833ab01e0ad90b5040b83ac806e0ae22a088eff]

        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>  [812712f434a8ed948a45a428c687a00971b7baec]

        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>  [5c4517680126fd6eb8f312e3693257044647b052]

        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>  [5f54e630bceea6e710f41ecfdf7e20de262869da]

        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>  [04701d77f4a2c8a9185593eb07409cd4e3c0c70d]

        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>  [cad06c8ff69743466bbbe0e759c051171ce36858]

        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>  [be6b32e5e3b648076f2a061a0d5756c5a4a7a756]

        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>  [1b8460c038c0575fd79ccc0309501b258f2cf986]

        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>  [bc92701f664380cfd1541fa44aa3290666f48c4c]

        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>  [7594a0c90f8201585daeeed7af1a6da0686bfa8b]

        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>  [768b718ad85b6c5ab1943ab82b95f15981324294]

        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>  [05b1158bf180eb6ff8b28aea5690bc14c32a9ab1]

        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>  [9b33d7d31dcb7945ff7e721ad64768252ad3aeae]

        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>  [e7469eefcc91803f840c235bf3e7c711fcd23671]

        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>  [0d3cec7b12de0179161d37242ce8d5ecb571d15f]

        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>  [8ef64a3e771ba5ac8fa0716019bd9a88dfdc2952]

        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>  [6ed9fe78b60a005ad8c4a85bbe25eb7b32209a41]

        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>  [cd624b4ab1d8c8fd1a3d5f3dcae641c8048bb8af]

        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>  [1412764d850ea91b5e6ec3fafe572c6f4b744846]

        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>  [bf08432be3e47b0008b5a53a5cad1c62bac83dc1]

        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>  [5906d28a20c4621ca406e48be0219d6dd04a4199]

        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>  [37b03d7d6596212504e81c4df8c2c1ffcfd59238]

        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>  [c87053041b1b17f17c9716b70f5d9d6cc40f5cfa]

        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>  [dae3aaf663f63658c2b66fb26b69b309042e2c0e]

        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>  [3a2bd1be841918eb35b6cf8b2f4ff03d121fa83c]

        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>  [e54c1d1f1f3c916eec50229213397f7ac741d8e7]

        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>  [01860652612e3265d78aef58ca3a72b0a09ecda2]

        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>  [16842ce4296a280cb48213bd2fc7f4b61904b4d2]

        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>  [bc6e1233956a4709de9d00a348478ad5addc4fc6]

        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>  [63ad090d50c25f486b9463d40409ef91c8e9f5a6]

        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>  [037ee4eecccef89c1d627854ca5d4402f76e2d43]

        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>  [b901186e5fba1cd08e112c4e3b37f5cc98a5a07a]

        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>  [ff111b6b6cf0105606fd4fdef3ec501baff0e290]

        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>  [94721ca8056e3e0be5edd3e8e8b255df8affd0f2]

        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>  [976f5f13428c84535ec98b6883d061af401e647b]

        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>  [10ecdc2b907d39a7a861c13634f84ed2b5c32113]

        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>  [c1a1453d8c93d607d458219877454d36fb9000f8]

        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>  [9b0c58c5a9dcc1710890f93f845c10e549c06819]

        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>  [587e41f5ead82a1f25e39bf3303768c7c726c9c0]

        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>  [7a748a74e8b5bed6268b1992a133e5ee34c20f0c]

        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>  [2bcb1f79a0830bf9c7bb4e8033d7d5d45c30b839]

        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>  [03286cb983f5b2f34c331baa84afb4f2033ba01d]

        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>  [6d192fe4a6e62bd13bb844605582f86b58fdc09e]

        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>  [4848739294cda56cbe5aeacb6a43d8fcb2b8b55c]

        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>  [0d56a4d929f7ad619421206b0d712d066c4e1c1c]

        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>  [21b1de0d6314949aa724ba8f14450d4f3d695b5d]

        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>  [000c8b037a0f4430ece53bcb124ed2354026bfd2]

        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>  [c9e87e58dd438386b6c7ee8ffb91416a820be0a7]

        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>  [9fbcbf55deaebd818ce756f6b1752e6b1a537634]

        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>  [c65d43fd6214ac9f00b40c90b39d699ac73b2993]

        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>  [335e2bb98dafcb736e75ab572e9e08a95e28a73d]

        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>  [3eb4a2ac6ca0d5e0baba33d97cf6f11523270eda]

        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>  [0c250de9eb893a438a1cceb41ac1c9c3b25d7f36]

        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>  [40ecc35160eb674c39b0cf48fbc9072a0af1174e]

        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>  [1530def915fe163564d2e4922b2eaca51dc15086]

        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>  [229c8e98cb227dc15c67cd696a20a22a6a2292bf]

        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>  [c534a0a63dd42240c2b0bbb9a4a81a284626d17f]

        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>  [26e383993025db52a0d0bcc94246b1dc1d4af524]

        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>  [6de498dc252180aa6dcbff54c73e53e4379b51be]

        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>  [f32a54ad35a6d27af2e4229fa3d62ae711528740]

        INTEGRATION: CWS aqua11y01 (1.2.26); FILE MERGED 2008/03/11 14:48:40 fne 1.2.26.1: #i82877# make toolbox respond to focus changes through a11y

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3b22654409b85ba849f06bd7131df092fd488cfe]

        INTEGRATION: CWS aqua11y01 (1.2.26); FILE MERGED 2008/03/13 09:05:18 obr 1.2.26.2: WaE: explizitly cast sal_Int32 to USHORT 2008/03/11 14:48:40 fne 1.2.26.1: #i82877# make toolbox respond to focus changes through a11y

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fc08d887e883f5cde7715275f6db671acb3bfd4e]

        INTEGRATION: CWS aqua11y01 (1.2.26); FILE MERGED 2007/12/18 13:39:33 fne 1.2.26.1: #i82877# retrieve visible line count dynamically ( was general problem )

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1c266d1cdd98fc2442a85e78cf458a33e36bbf0e]

        INTEGRATION: CWS aqua11y01 (1.2.26); FILE MERGED 2008/02/19 09:38:30 obr 1.2.26.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/14 21:11:26 obr 1.2.26.1: #i82877# new subclass of vclxaccessiblecomponent which exposes SUB_WINDOW_OF relation for FloatingWindow(s)

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a71900fc415a8b887cb3c57787ae720bdd79347c]

        INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:14:58 rt 1.1.2.3: Update license header to LGPL 3. 2008/02/20 08:46:09 obr 1.1.2.2: added newline at end of file (linux build fix) 2008/01/14 21:11:26 obr 1.1.2.1: #i82877# new subclass of vclxaccessiblecomponent which exposes SUB_WINDOW_OF relation for FloatingWindow(s)

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b0965329cbf84d10331ebad8b3bfe0a8bea2e59e]

        INTEGRATION: CWS aqua11y01 (1.1.2); FILE ADDED 2008/04/15 08:14:58 rt 1.1.2.2: Update license header to LGPL 3. 2008/01/14 21:11:25 obr 1.1.2.1: #i82877# new subclass of vclxaccessiblecomponent which exposes SUB_WINDOW_OF relation for FloatingWindow(s)

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [45a12027646c87a72d0ffc9be41e02c450c01a0b]

        INTEGRATION: CWS aqua11y01 (1.3.26); FILE MERGED 2008/03/12 12:14:52 obr 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/10 13:37:29 fne 1.3.26.1: #i82877# corrected resource bundle name

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ed5e339d9b85e427b3aad98484002454adbe0507]

        INTEGRATION: CWS aqua11y01 (1.3.26); FILE MERGED 2008/02/20 11:18:54 obr 1.3.26.4: corrected bad fix for WaE on Windows 2008/02/20 09:10:01 obr 1.3.26.3: build fix for wntmsci11 2008/02/19 09:38:27 obr 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/14 21:11:25 obr 1.3.26.1: #i82877# new subclass of vclxaccessiblecomponent which exposes SUB_WINDOW_OF relation for FloatingWindow(s)

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4268be924219ff79d136a888697084d4481af589]

        INTEGRATION: CWS aqua11y01 (1.8.84); FILE MERGED 2008/02/11 10:29:44 obr 1.8.84.1: #i16061# implementation of getAccessibleAt for lists and some re-arrangement of component states

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [e3612e97e50ed9297fe7a7567ec526f73d02d82f]

        INTEGRATION: CWS aqua11y01 (1.4.44); FILE MERGED 2008/02/11 10:29:44 obr 1.4.44.1: #i16061# implementation of getAccessibleAt for lists and some re-arrangement of component states

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9019f1952e44e93f938c39ec204b028bb7164c0c]

        INTEGRATION: CWS aqua11y01 (1.24.16); FILE MERGED 2008/02/11 10:29:44 obr 1.24.16.1: #i16061# implementation of getAccessibleAt for lists and some re-arrangement of component states

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4eaea01881f8dc86ed66cc4857951607f8b241b8]

        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>  [6c51bb3caff9d88cd29e586ca256dbb658d6e95d]

        #100000# new license

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [122bcf7e8c9c881a1899de0641f018027a9e6c0f]

        INTEGRATION: CWS sb86 (1.5.670); FILE MERGED 2008/03/27 14:42:47 sb 1.5.670.1: #i87497# move quickstart.exe from basis to brand layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5f2e8a93de0ea83a8361efdcc7ace2065fe741a6]

        INTEGRATION: CWS sb86 (1.15.6); FILE MERGED 2008/03/27 16:14:57 sb 1.15.6.1: #i87511# no need to explicitly set INIFILEPATH

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9d28bc52667f349318d96a5565c88da1a0b1fc03]

        INTEGRATION: CWS sb86 (1.1.2); FILE ADDED 2008/03/27 10:44:05 sb 1.1.2.1: #i87491# lost unopkg.coms

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [9e6b7b25d2ffd4ce5e6b81f058fbea07a267dd3e]

        INTEGRATION: CWS sb86 (1.2.6); FILE MERGED 2008/03/27 10:42:53 sb 1.2.6.1: #i87491# lost unopkg.coms

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [022ad384a58313c90e5360a4f9bc304cf96b04e9]

        INTEGRATION: CWS sb86 (1.1.4); FILE ADDED 2008/03/27 10:43:15 sb 1.1.4.2: #i87491# lost unopkg.coms 2007/12/21 14:53:27 sb 1.1.4.1: file guistdio.inc was added on branch cws_dev300_sb86 on 2008-03-27 10:43:14 +0000

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a85cbd9fd7a11490cb1594eb92bbf87be230aae2]

        INTEGRATION: CWS sb86 (1.62.6); FILE MERGED 2008/03/27 10:42:52 sb 1.62.6.1: #i87491# lost unopkg.coms

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [03bb4f515a4213b5c2abfde428822deb3993966b]

        INTEGRATION: CWS sb86 (1.234.2); FILE MERGED 2008/03/25 10:55:17 sb 1.234.2.1: #i87294# a better fix for the VBA_EXTENSION/MACOSX problem

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c5de121e2988ff5899bb7d114bacc20a652d526b]

        INTEGRATION: CWS sb86 (1.282.2); FILE MERGED 2008/03/25 10:55:17 sb 1.282.2.1: #i87294# a better fix for the VBA_EXTENSION/MACOSX problem

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [989d65ea8fb6ab50cfb6e38fbe11de8a94dd81f6]

        INTEGRATION: CWS sb86 (1.3.374); FILE MERGED 2008/03/25 13:59:01 sb 1.3.374.1: #i84532# copy over corresponding fix from OUStringBuffer ot OStringBuffer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [399342646b1396a4183543cd42c11464f4643f0f]

        INTEGRATION: CWS sb86 (1.15.60); FILE MERGED 2008/03/25 13:59:00 sb 1.15.60.1: #i84532# copy over corresponding fix from OUStringBuffer ot OStringBuffer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1b191db2cc4ecef0a01d9866099d3976fb0124b2]

        INTEGRATION: CWS sb86 (1.3.88); FILE MERGED 2008/03/26 09:57:46 sb 1.3.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d393db63b6b965a29b62a7c87bd0e4ecaf2f727e]

        INTEGRATION: CWS sb86 (1.6.88); FILE MERGED 2008/03/26 09:57:46 sb 1.6.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [7f35cd840700210bb1554c8d2d34fdccb9cbf083]

        INTEGRATION: CWS sb86 (1.5.88); FILE MERGED 2008/03/26 09:57:46 sb 1.5.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b5e45aa62717b8a505ccaacf200cb77daa98b4fe]

        INTEGRATION: CWS sb86 (1.2.36); FILE MERGED 2008/03/26 09:57:46 sb 1.2.36.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3a00c094f1a20678283a85c2eb67535ca91d6e3d]

        INTEGRATION: CWS sb86 (1.8.88); FILE MERGED 2008/03/26 09:57:46 sb 1.8.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [be990e2970f2a5e703186be70b4a16d14afd6130]

        INTEGRATION: CWS sb86 (1.2.36); FILE MERGED 2008/03/26 09:57:45 sb 1.2.36.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [facea0e65f27d665478fac0c34a51d3dd7d9bd0e]

        INTEGRATION: CWS sb86 (1.7.88); FILE MERGED 2008/03/26 09:57:45 sb 1.7.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b1f3f4f774b05f0259664d19cc26afb3aeb870f1]

        INTEGRATION: CWS sb86 (1.6.88); FILE MERGED 2008/03/26 09:57:45 sb 1.6.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [291add869528c121abe2b2f2b99022316bc73177]

        INTEGRATION: CWS sb86 (1.5.88); FILE MERGED 2008/03/26 09:57:45 sb 1.5.88.1: #i87123# published

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f9992d07591a91d94af4637e1eca00998b0788e2]

        INTEGRATION: CWS sb86 (1.46.2); FILE MERGED 2008/03/25 10:47:33 sb 1.46.2.1: #i87294# a better fix for the VBA_EXTENSION/MACOSX problem

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [cc325f1af161039e5030ce1724cfab82a2f7fe95]

        INTEGRATION: CWS sb86 (1.32.6); FILE MERGED 2008/04/01 07:43:46 sb 1.32.6.1: #i84145# work around alleged compiler optimization error

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [715557b6d68aa787f78eda44980b3f6415c92712]

        INTEGRATION: CWS sb86 (1.254.2); FILE MERGED 2008/03/25 10:44:19 sb 1.254.2.1: #i87294# make --with-vba-package-format=builtin the default, since =extn can cause problems, esp. on Mac OS X where a library cannot be linked SHLnRPATH=OXT if it links against non-URE OOo libs

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a9c53a4fdff1e1724ea8d8483516827bdd94f80e]

        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>  [1d912fb16f5c2a40276b6668878aad759896e983]

        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>  [74afce0da4e2c5a8a8a5767f521bb6efd1e2c61d]

        INTEGRATION: CWS sb86 (1.5.36); FILE MERGED 2008/03/25 12:40:30 sb 1.5.36.1: #i84491# clarified status of generateOid

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [deeffa289cc316e1792f3f3ba3edc95c4dba11ee]

        INTEGRATION: CWS sb86 (1.31.4); FILE MERGED 2008/04/04 07:50:25 sb 1.31.4.1: #i87497# quickstart.exe moved from basis to brand layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a807807a39024d0096d9ae688f283aeec12825a5]

        INTEGRATION: CWS sb86 (1.3.4); FILE MERGED 2008/04/04 07:50:25 sb 1.3.4.1: #i87497# quickstart.exe moved from basis to brand layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [85145e9dd1228ae86332da90b6579c9d502d712f]

        INTEGRATION: CWS sb86 (1.4.80); FILE MERGED 2008/03/27 14:45:44 sb 1.4.80.1: #i87497# move quickstart.exe from basis to brand layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [49d4153575d5e36bedfd46b1cde7ce03da274b19]

        INTEGRATION: CWS sb86 (1.7.80); FILE MERGED 2008/03/27 14:45:43 sb 1.7.80.1: #i87497# move quickstart.exe from basis to brand layer

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [80fe8e5d29abc3e8a654189abdf9960e5ee23388]

        INTEGRATION: CWS sb86 (1.11.2); FILE MERGED 2008/03/25 14:04:25 sb 1.11.2.1: #i87283# previously missed PKGCONFIG -> PKG_CONFIG

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [ebe4117b546aa6842ee38da9d70f596c8c8079f6]

        INTEGRATION: CWS native140 (1.15.156); FILE MERGED 2008/03/31 15:12:29 is 1.15.156.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [37134d12817c70856c4c1081fc4b40ccc30d7e7d]

        INTEGRATION: CWS native140 (1.12.176); FILE MERGED 2008/03/31 15:12:29 is 1.12.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [0fa09fe83624e4e9b2e3511f9f1e0be70531510b]

        INTEGRATION: CWS native140 (1.35.12); FILE MERGED 2008/03/31 15:12:29 is 1.35.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [4aa71c83ca8a7169655860a70b8e024b9238cf72]

        INTEGRATION: CWS native140 (1.6.676); FILE MERGED 2008/03/31 15:12:28 is 1.6.676.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1f2e1d89f67ebd0d5cbaf03d639df138f75a686c]

        INTEGRATION: CWS native140 (1.5.676); FILE MERGED 2008/03/31 15:12:28 is 1.5.676.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [bea9c8f79fd27f42c9bd2996ea8871d7fedd02b8]

        INTEGRATION: CWS native140 (1.26.12); FILE MERGED 2008/03/31 15:12:28 is 1.26.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [108dcc1abfdc769a1a859e74e0de7d4c6d788b32]

        INTEGRATION: CWS native140 (1.23.12); FILE MERGED 2008/03/31 15:12:27 is 1.23.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c3393e16fa4aecad530963ab174a7a0a22e7713e]

        INTEGRATION: CWS native140 (1.10.12); FILE MERGED 2008/03/31 15:12:27 is 1.10.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [018088484d37d7c672538dfce339356dbdb7bc1c]

        INTEGRATION: CWS native140 (1.62.12); FILE MERGED 2008/03/31 15:12:27 is 1.62.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6b9ebaaf7827569279efac9e7a665aa2f1f4a62e]

        INTEGRATION: CWS native140 (1.235.4); FILE MERGED 2008/03/31 16:08:17 is 1.235.4.2: #i87653# files with PATCH_ONLY must be in patch 2008/03/31 15:12:27 is 1.235.4.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [796e32eaf05f9412c3479e5088c21fd9beca5995]

        INTEGRATION: CWS native140 (1.283.6); FILE MERGED 2008/03/31 16:03:19 is 1.283.6.2: #i87653# patchmsi.dll must be in patch 2008/03/31 15:12:27 is 1.283.6.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [df432d415bb9cbddb6c91ed9aba700f3d9928822]

        INTEGRATION: CWS native140 (1.29.274); FILE MERGED 2008/03/31 15:12:27 is 1.29.274.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [498ea623a9507da708a5eff30ed2b2f94b598c1c]

        INTEGRATION: CWS native140 (1.44.10); FILE MERGED 2008/03/31 15:12:27 is 1.44.10.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a6e24da6c059623d94b7d0b4e8d86555790c0a49]

        INTEGRATION: CWS native140 (1.4.134); FILE MERGED 2008/03/31 15:12:26 is 1.4.134.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6013e3ae912dd67e0c858c60ad0b107f329e7821]

        INTEGRATION: CWS native140 (1.12.176); FILE MERGED 2008/03/31 15:12:26 is 1.12.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [63002f6924a8aa6bb9d2b858cbd055826e8f5da1]

        INTEGRATION: CWS native140 (1.35.12); FILE MERGED 2008/03/31 15:12:26 is 1.35.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [fd0c57ef2c4ea7ca6e090dd1112f72505143666b]

        INTEGRATION: CWS native140 (1.4.144); FILE MERGED 2008/03/31 15:12:25 is 1.4.144.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c1f959d54bebcbacd9dc48f90df852f0690efe59]

        INTEGRATION: CWS native140 (1.13.960); FILE MERGED 2008/03/31 15:12:25 is 1.13.960.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c252bc796840cb3c54b265f2c2d4d4079bee2bb1]

        INTEGRATION: CWS native140 (1.12.176); FILE MERGED 2008/03/31 15:12:25 is 1.12.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [8d2fb07bccc56be458d7eb8750f2e7a03996b71f]

        INTEGRATION: CWS native140 (1.32.12); FILE MERGED 2008/03/31 15:12:25 is 1.32.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [5cbdc9a934f7b2ceb506e5fa1c16dedbf40e8cb1]

        INTEGRATION: CWS native140 (1.11.676); FILE MERGED 2008/03/31 15:12:25 is 1.11.676.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6c4ca7ffa94df9ddf603719468159295a6143fad]

        INTEGRATION: CWS native140 (1.5.676); FILE MERGED 2008/03/31 15:12:24 is 1.5.676.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [64bc59aac465dfa643ba68b0418bc6d8ecafdd33]

        INTEGRATION: CWS native140 (1.13.176); FILE MERGED 2008/03/31 15:12:24 is 1.13.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [115ed834fef870a38550df2426993c6097499dab]

        INTEGRATION: CWS native140 (1.26.12); FILE MERGED 2008/03/31 15:12:24 is 1.26.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3ea8d41f557ba5c1eb375fc5952c552c1c751b60]

        INTEGRATION: CWS native140 (1.5.12); FILE MERGED 2008/03/31 15:12:24 is 1.5.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6d7935d2489ac4ed7f4a2932d8d4b3d4072d0bd7]

        INTEGRATION: CWS native140 (1.3.940); FILE MERGED 2008/03/31 15:12:24 is 1.3.940.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [d6a0ad9f2b82ebf9897d999211c8164e3eda3f26]

        INTEGRATION: CWS native140 (1.5.84); FILE MERGED 2008/03/31 15:12:24 is 1.5.84.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [65656062e65157fc81723b51ffd3a20daa3b7497]

        INTEGRATION: CWS native140 (1.9.156); FILE MERGED 2008/03/31 15:12:23 is 1.9.156.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [dc164009f20785fa22f24f0985912f0842363419]

        INTEGRATION: CWS native140 (1.12.176); FILE MERGED 2008/03/31 15:12:23 is 1.12.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [36aea91bffff2fc80d06e2dfb5ed3f03a38e1d7c]

        INTEGRATION: CWS native140 (1.39.12); FILE MERGED 2008/03/31 15:12:23 is 1.39.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [61d60cea62335d83587da6eb512a081814bca8a3]

        INTEGRATION: CWS native140 (1.7.176); FILE MERGED 2008/03/31 15:12:23 is 1.7.176.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [b4da0f2da27f591922ce4c70f195ec7609a162df]

        INTEGRATION: CWS native140 (1.25.12); FILE MERGED 2008/03/31 15:12:23 is 1.25.12.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [f094ea8c09e2a7710460a203f56cae8ef5e15131]

        INTEGRATION: CWS native140 (1.8.712); FILE MERGED 2008/03/31 16:08:17 is 1.8.712.2: #i87653# files with PATCH_ONLY must be in patch 2008/03/31 15:12:23 is 1.8.712.1: #i87653# removing all PATCH flags

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [23d9e9d577a6de14171e07e438921e55c5123c7c]

        INTEGRATION: CWS mav31 (1.137.38); FILE MERGED 2008/04/09 10:19:47 mav 1.137.38.1: #i87197# fix the crash/deadlock

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [3f30749a7ab6cdd328f0e2e29fa0d241099cb3ca]

        INTEGRATION: CWS reglater3_DEV300 (1.211.22.3.2); FILE MERGED 2008/04/02 18:17:52 pb 1.211.22.3.2.1: fix: #155679# remove ReminderDate on FirstStart

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [1fd28832e7006d154198b647178e987f0333c674]

        INTEGRATION: CWS mav31 (1.2.38); FILE MERGED 2008/04/09 10:19:47 mav 1.2.38.1: #i87197# fix the crash/deadlock

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c7ed3ea9ce9837e2b4bedb1202694fc812610e0a]

        INTEGRATION: CWS mav31 (1.2.38); FILE MERGED 2008/04/09 10:19:46 mav 1.2.38.1: #i87197# fix the crash/deadlock

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [c57599ca41e074dee9368dca0a829ea1af0f2863]

        INTEGRATION: CWS reglater3_DEV300 (1.40.30.1.4); FILE MERGED 2008/04/02 18:11:17 pb 1.40.30.1.4.1: fix: #155679# default of Help/Registration/ReminderDate == 'Patch'

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a65c2684f2c17fb9a3a9d856578731571b8b5253]

        INTEGRATION: CWS mav31 (1.25.20); FILE MERGED 2008/04/09 10:19:20 mav 1.25.20.1: #i87197# fix the crash/deadlock

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [92b58a7818893d5d087520fa7a576d2fa07a9297]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [6f712be5ad1b9582b295caa2a4df866e7f6a069c]

        INTEGRATION: CWS buildtool02 (1.163.6); FILE MERGED 2008/04/10 13:16:32 vg 1.163.6.14: some fixes for generation of the html page 2008/04/09 12:27:49 vg 1.163.6.13: some fixes for generation of the html page 2008/04/08 15:58:16 vg 1.163.6.12: some fixes for generation of the html page 2008/04/07 16:13:45 vg 1.163.6.11: #i84365# no special error-hadling for pre-job 2008/04/04 13:26:38 vg 1.163.6.10: #i85611# take vcsid & cvs_server from user conf file as default 2008/02/11 17:37:36 vg 1.163.6.9: ''${.link:...}'' 2008/02/01 16:53:51 vg 1.163.6.8: #i85611# 2008/01/30 12:50:17 vg 1.163.6.7: #i85722# enable --prepare for windows 2007/12/21 15:28:22 vg 1.163.6.6: #i84365# bugfixing 2007/12/17 13:48:17 vg 1.163.6.5: #i84365# bugfixing 2007/12/17 12:01:46 vg 1.163.6.4: #i84365# a bugfix 2007/12/14 14:00:13 vg 1.163.6.3: #i10000# fix for some build breaker 2007/12/14 11:32:55 vg 1.163.6.2: #i84365# some rework to pre- and post- job concept 2007/12/11 13:55:13 vg 1.163.6.1: #i84365# ensure right exit code for multiprocessing mode with --dontgraboutput switch

2008-04-15  Vladimir Glazounov  <vg@openoffice.org>  [246a58f08aff5447cdfd63c37d0ada35cc2743ee]

        INTEGRATION: CWS sw30bf03 (1.49.56); FILE MERGED 2008/04/08 15:00:00 od 1.49.56.2: #i88036# - method <SwRootFrm::IsLeftToRightViewLayout() 	 -- only ask non-emtpy page frame for its layout direction 	 - method <SwRootFrm::CheckViewLayout(..)> 	 -- correct layout in bookmode, when first page is an empty one. 2008/04/08 14:57:17 od 1.49.56.1: #i88035# method <SwPageFrm& SwPageFrm::GetFormatPage()> 	 - assure that for an empty page a corresponding non-empty page is returned.

2008-04-15  Oliver Bolte  <obo@openoffice.org>  [962e43c4510e0aafc1f08f7b55c4fdc8bd597333]

        #i10000# fix for new msitran.exe

2008-04-14  Mox Soini  <mox@openoffice.org>  [df74f2c0b42f7947894e95a6fc3378ee31bccd28]

        cairo module build fixes.

2008-04-14  Mox Soini  <mox@openoffice.org>  [4e9aa59590fb492237878a666bedb6a10e4d562d]

        cairo module build fixes

2008-04-14  Mox Soini  <mox@openoffice.org>  [654049751d9318d3035cd66c57b548b2d2c80951]

        Fixes for cairo module.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [250f3532fcf71e8d8be229daff4847c737aaae92]

        #i88199# C style header.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [fc6bed2ea2a0d16fc54a4f88a21e2ccb901cef6a]

        #i10000# Repacked; no content change.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [61d7ca66ec5b7ffbbd5cc7c1581a0cef12074c36]

        #i10000# Repacked; no content change.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [9768362d449a21182acdeddc07599d1e3525213b]

        #i10000# Standard languages for wntmsci12 product.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [82b076ea5aee46166c83dd20c16fd1368fc7de51]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/07 13:22:28 mod 1.2.6.25: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 13:43:29 mba 1.2.6.24: line end problems again 2008/04/03 13:41:31 mba 1.2.6.23: line end problems again 2008/04/03 11:08:11 mba 1.2.6.22: files seemed to be in mac format 2008/04/03 09:21:02 mba 1.2.6.21: #i87673#: allow asynchronous execution of notes deletion 2008/04/02 13:36:10 mod 1.2.6.20: fix for wrong notes position 2008/04/02 10:58:52 mod 1.2.6.19: #i85836# 2008/04/01 17:42:43 mod 1.2.6.18: #i87066# 2008/04/01 16:13:30 mba 1.2.6.17: #i87673#: allow asynchronous execution of notes deletion 2008/03/31 15:35:20 mba 1.2.6.16: line end problem 2008/03/27 19:41:26 mod 1.2.6.15: yet another WaE 2008/03/27 14:53:20 mod 1.2.6.14: #i87073# 2008/03/27 12:54:23 mod 1.2.6.13: WaE 2008/03/27 10:36:09 mba 1.2.6.12: #i85899#: avoid painting problems after removing deleted postits 2008/03/26 16:03:00 mod 1.2.6.11: WaE 2008/03/26 12:38:48 mod 1.2.6.10: Undo 2008/03/25 15:39:04 mod 1.2.6.9: #i86393# #i86390# #i87073# 2008/03/20 16:44:48 mod 1.2.6.8: various notes3 fixes 2008/03/14 00:23:21 mod 1.2.6.7: minor clean up 2008/03/13 17:39:40 mba 1.2.6.6: some changes after resync 2008/03/13 11:04:39 mba 1.2.6.5: RESYNC: (1.2-1.3); FILE MERGED 2008/03/10 23:31:13 mod 1.2.6.4: ease resync, will compile after resync to pages01 2008/03/08 16:18:36 mod 1.2.6.3: ease resync 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [9c3536e9a7f858a6004446b01fd8e1ab822431ad]

        #i10000# Needs makedepend.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [06819299fe90f3a3bb40bd4ad64205b94bfd10ef]

        #i88199# Use script style header.

2008-04-14  Rüdiger Timm  <rt@openoffice.org>  [8615109e83040a0a7ee93941d0bd24315dd358de]

        #i88226# Needs headers delivered by module 'canvas'.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec570b0224ca7ee20e79fc41e4a1c39c41b28780]

        #i10000# Switch from wntmsci11 (.NET 2005) to wntmsci12 (.NET 2008).

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d66abca09077640e145f5b796a55e6463b41dc6]

        #i10000# Avoid warning

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ac464ba21bba3252ba3d62254592d6a91a39237]

        DEV300

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e2285c2ce438898a2abafdbf802539378c67b73]

        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>  [09e9d32c5c9729b089f766900dc83b5cfa4f0321]

        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>  [86908e8e3b019fa1ebff30f4a126a612d80c4620]

        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>  [b9ebd4afafc708350415abc077327fb4d5adbd53]

        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>  [f44fdd99ba13a925d96a144546aa8b1c8660bd81]

        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>  [d231257f36ddc81dfb20d6b3cddef3c8815b0115]

        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>  [f238a308d9b05e419c7c32287f4e155163a2ba69]

        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>  [d8929524d79dd2714118cbaa26b956a8b3493123]

        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>  [d22abd5e9ff19387789b11073b78f3e62beb2565]

        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>  [0dc1d4878e8116bbd27e3fd45595dccf8b754514]

        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>  [094e36097ba82acc3026ca71201842a2af809db9]

        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>  [7f533b24b7f35fcdfbfa4b8e43912e75913d048f]

        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>  [cc67edc5ca0716918fea2d7b0082a2bc230180bd]

        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>  [7deb2d990ea0d2dcdad63f08822bdfeb5786d93b]

        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>  [36f01c1b1c4078f554a421b8e3700c7a9ccdc2e6]

        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>  [5260ab960fef199fad9c9fc36f21287c5f688c9f]

        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>  [912899eba0464d6d0bcde20373de8dd103e4f54d]

        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>  [75f1e8296c2578017e7b74a6f0bd2be88e14edcf]

        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>  [83b4065b9451ba8f55bb5d496aba3418758a0a4d]

        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>  [71e3cc12351ace6e47a1da6a6e957ffda7824eab]

        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>  [05059aca5d3f8d83a1654dc477ee831e2ef555df]

        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>  [a557056597ce079285888057b6d1ca586c06f8b6]

        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>  [5a44cbb171e42fae7b621e04fcfa556bc8fe66ab]

        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>  [4ecb514785b2cf7e1f9456046d85d859992a697e]

        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>  [24a2b531da4e53e4e20a578302ed3fb87ed04981]

        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>  [81688e13d840937df5015fb050c4c9984be90e1e]

        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>  [25823f31691cd2a048943f427448ee49a567b785]

        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>  [136138eb71081ae5f06494947bf09cb62cb15d69]

        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>  [81e395d2273de1cecb52a9cdad4f372966041b4d]

        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>  [a26a842295e579537ed031db80cdefc96af12925]

        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>  [02252ea4b7ec6241ee4d802fbede0a0fc0d8e67e]

        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>  [3adf50ea85d4c85e66614c9c9389bd79a7d2dbe8]

        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>  [73503da71eb53add7c6226285a198e691507f884]

        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>  [34f057f5dbb59604548cef0431dfb666af62bc07]

        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>  [9a19cb2f69711cee60f336044c90e2201a08777a]

        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>  [fe22ca803364ef6a561c0611ef6acbb82a6da5e0]

        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>  [fe7764079afb8eed96c3759b4923472633af3768]

        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>  [70b5481d616077d238085b22880d0c61854b0616]

        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>  [88a356f7bcbc3c4b2756c0a29dc7012fe5039f89]

        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>  [e4dd2ca6f9dde1aafbb9d6ac7dea31452d4a55a8]

        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>  [f70064c297ef14813b3698b85d08a13326a85e76]

        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>  [6e60375100ce3071dc55eb693b750818d07c87c4]

        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>  [51a5fdabcdbf6ae6658e8c9e2659b1b179de67ad]

        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>  [31ae34a285f01b3295b5f9983917295c609a488c]

        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>  [7937c178841683524c59f2f7063c70395a4f6541]

        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>  [327279f0ba139c58279bdbdf227be4a653902ad9]

        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>  [d274f5ec782c871d37452fdbf343d856cb37b9d4]

        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>  [002120c0bc9a9ccd84e044f39e923e94c68271f4]

        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>  [2759fe3ea438d473a340216d75d17a6038beb62a]

        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>  [961482b9b3ff0f1976dd867b875387546b08a460]

        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>  [18155c08df782d9cd0fb20cd20708970e2c1cc8f]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 12:49:21 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc8d770415ec5467331273295abd1dc715771bfb]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/31 12:49:21 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc4f8b66f7fb893d48ec9acb99eafda65f1bec0d]

        INTEGRATION: CWS changefileheader (1.1.142); FILE MERGED 2008/03/31 12:49:21 rt 1.1.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70c1e1a3c0aa3b5ac67c247d64b2c61d75a4c83c]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 12:49:21 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [171d10771b6159603619b26ec1f5c56679bb0693]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 12:49:21 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [543a9e0a0e1048d32a32a751041adbd61cfba796]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/03/31 12:49:21 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8db3fb601aea8ba71eadd938fe39700a9633208]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 12:49:21 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9283aeba1590e744f0c134e3a5ad11375a5f30b6]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 12:49:21 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c2028d9b6ec3e602d466840c2951883e339ebe3]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/31 12:49:20 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d97c5c726c0abb4e43ecc8cbc9caf06759fa33b]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/03 11:03:31 mba 1.2.6.8: warnings fixed 2008/04/03 09:21:46 mba 1.2.6.7: #i87673#: allow asynchronous execution of notes deletion 2008/04/02 13:36:09 mod 1.2.6.6: fix for wrong notes position 2008/04/02 10:58:52 mod 1.2.6.5: #i85836# 2008/04/01 16:13:18 mba 1.2.6.4: #i87673#: allow asynchronous execution of notes deletion 2008/03/20 16:44:48 mod 1.2.6.3: various notes3 fixes 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0a54a88e90346d6059915566941c3cfd45d4b2a]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 12:49:20 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59a8a3b57a5050b27e0bf83740e168644c730cd5]

        INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/03/31 12:49:20 rt 1.13.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ff7389619e9c5cc002c057501bcceb421790e99]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/03 11:03:32 mba 1.2.6.16: warnings fixed 2008/04/03 09:21:02 mba 1.2.6.15: #i87673#: allow asynchronous execution of notes deletion 2008/04/02 13:36:10 mod 1.2.6.14: fix for wrong notes position 2008/04/02 10:58:52 mod 1.2.6.13: #i85836# 2008/04/01 17:42:44 mod 1.2.6.12: #i87066# 2008/04/01 16:13:30 mba 1.2.6.11: #i87673#: allow asynchronous execution of notes deletion 2008/03/27 18:45:25 mod 1.2.6.10: remove selection when leaving note 2008/03/27 15:41:56 mod 1.2.6.9: typo 2008/03/27 14:53:20 mod 1.2.6.8: #i87073# 2008/03/25 15:39:04 mod 1.2.6.7: #i86393# #i86390# #i87073# 2008/03/20 16:44:48 mod 1.2.6.6: various notes3 fixes 2008/03/14 19:36:11 mod 1.2.6.5: WaE 2008/03/10 23:31:13 mod 1.2.6.4: ease resync, will compile after resync to pages01 2008/03/06 10:41:12 mba 1.2.6.3: #i86489#: deactivation of already removed postit crashed because no SwPosition was available anymore 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:47 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4412feb433d6d097bf25a523a5023f32125a93b]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 12:49:20 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f301d8c9dab670acb139219a81cf26fb8ff66d4c]

        INTEGRATION: CWS changefileheader (1.10.212); FILE MERGED 2008/03/31 12:49:06 rt 1.10.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f59b799b75765fbec6f30f47b29600567e381781]

        INTEGRATION: CWS changefileheader (1.9.580); FILE MERGED 2008/03/31 12:49:06 rt 1.9.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba2328e94accaba40deed1b72a871fa1e2ea8cb4]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:49:06 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c52d160d2927ad7a18fa37bba028ec1f1d5de8d]

        INTEGRATION: CWS changefileheader (1.35.260); FILE MERGED 2008/03/31 12:49:06 rt 1.35.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7010a171774fa1cb603268bdda6fc7bd6d084bde]

        INTEGRATION: CWS changefileheader (1.5.294); FILE MERGED 2008/03/31 12:49:06 rt 1.5.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f7da69bea8836b73938a715092cfb102e2f0cc1]

        INTEGRATION: CWS changefileheader (1.9.262); FILE MERGED 2008/03/31 12:49:06 rt 1.9.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71f78189cdd154706b0d4df144f71dbbf3a1ba1a]

        INTEGRATION: CWS changefileheader (1.2.580); FILE MERGED 2008/03/31 12:49:06 rt 1.2.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9c838ece65b25eac4bb6305344f72df83324de6]

        INTEGRATION: CWS changefileheader (1.13.262); FILE MERGED 2008/03/31 12:49:06 rt 1.13.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5a1ee3f6afbad341ef52d6f1e369c5fa653186e]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/03/31 12:49:06 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daa558e9057a93bc5a2254af8aa5d685248941ba]

        INTEGRATION: CWS changefileheader (1.18.580); FILE MERGED 2008/03/31 12:49:06 rt 1.18.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52fc8d22fc7d277d972c5ab48075ae93cc344cea]

        INTEGRATION: CWS changefileheader (1.18.580); FILE MERGED 2008/03/31 12:49:05 rt 1.18.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [215407c03a8421d3b485c6aae93f2d11019e549c]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/03/31 12:49:05 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b24a170f41dc4391acece1cbd2f924dd87e9ee2]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:49:05 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc659529d79ff72db9eae2db132ad1c35bdd5b6a]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:49:05 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1210ef94f71f1cfde1777e3b0d2ad851b326655]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/03 11:03:31 mba 1.2.6.8: warnings fixed 2008/04/03 09:21:46 mba 1.2.6.7: #i87673#: allow asynchronous execution of notes deletion 2008/04/02 13:36:09 mod 1.2.6.6: fix for wrong notes position 2008/04/02 10:58:52 mod 1.2.6.5: #i85836# 2008/04/01 16:13:18 mba 1.2.6.4: #i87673#: allow asynchronous execution of notes deletion 2008/03/20 16:44:48 mod 1.2.6.3: various notes3 fixes 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ade92076e1fd3b6f0f370019a089462dc460884]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:49:05 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bd54c5a30a50ad812322e9eabfdff0376d175ed]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/03/31 12:49:05 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68a916aedbde9d369b048cfb50d36d01e72fb29e]

        INTEGRATION: CWS notes3 (1.12.200); FILE MERGED 2008/03/17 14:27:13 mba 1.12.200.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee78431cb7117708170570cada159adcb17361d7]

        INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/03/31 12:49:05 rt 1.2.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cdca389b70e77b48e493481252cf852c72b22f4]

        INTEGRATION: CWS changefileheader (1.5.266); FILE MERGED 2008/03/31 12:49:05 rt 1.5.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18b35fbccc23882014dcb3f90ac4403c01e4447c]

        INTEGRATION: CWS changefileheader (1.1.384); FILE MERGED 2008/04/01 15:07:03 thb 1.1.384.2: #i85898# Stripping all external header guards 2008/04/01 12:27:42 thb 1.1.384.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acfd77e6790d53312e49885daebca30acaa8abdc]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 12:23:05 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da9cd9f79be6cd56063d7943072eb7d5f1b40c72]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 12:23:05 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d8b60bf9c86dde977e83d10ecda33c3e8c22260]

        INTEGRATION: CWS changefileheader (1.6.580); FILE MERGED 2008/03/31 12:49:05 rt 1.6.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a653bb1f7595f23d6594a5ab4570028803f6fa6]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 12:23:04 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9946491ca4260da3e2747e270dbcc533f1f415cf]

        INTEGRATION: CWS changefileheader (1.8.580); FILE MERGED 2008/03/31 12:49:04 rt 1.8.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b978507071b0a4608ad449882e94cb389a4a5d5]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:07:03 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:42 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c138b7d7e38d5d52cff3d61350a160f9cc12f24]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:49:04 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0eefa93f4150ea91bdaa74ad00c2c982fef1e20c]

        INTEGRATION: CWS changefileheader (1.6.580); FILE MERGED 2008/03/31 12:49:04 rt 1.6.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ffbfcd3d4f1aaa5fa57991ffea257e38842bc837]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:07:03 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff501d1ed31285eb9be34c025a27cca075794b66]

        INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/03/31 12:23:04 rt 1.8.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [653604506f407ba11a669afad861999f4dd3467d]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 12:49:04 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a17c264e3db0475fe3d785669c6a64da47e4853]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 12:27:42 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7bdda98b4ecd562b6c02d8f6adc3d3e3447a50c]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 12:23:04 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44bd145a191cebea861735f12425d76928af6142]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:49:04 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a8998cc23d36144f9ebe47a7e05989ed41d0b65]

        INTEGRATION: CWS changefileheader (1.2.198); FILE MERGED 2008/04/01 15:07:02 thb 1.2.198.2: #i85898# Stripping all external header guards 2008/04/01 12:27:42 thb 1.2.198.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d02deaa7b71c117a24219ce52ef84b9450fe3aa]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:49:04 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbf5a2a3205afffadb4e8bb4c9617c4c7b38115a]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:27:42 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3818e42b9db6d194aa6fa4ffbc729ad0aa24ff0b]

        INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/03/31 12:23:04 rt 1.4.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9317d1305601ae085a5d898067409f246d7abf1]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:07:02 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:42 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [459348988cfffaf29bf158beccb2b9ba7f50bb2b]

        INTEGRATION: CWS changefileheader (1.7.580); FILE MERGED 2008/03/31 12:49:04 rt 1.7.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2df9e53c8d8a8add6b061bb76c5078990b620281]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 15:07:02 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dff395e42723fc4517c9f9d7cade4bbe7950a45b]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 12:49:04 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfd12bc03701a98b68f93bfddbcc2d960617e544]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 15:07:02 thb 1.11.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1391d0c44921793a03227c86e2b98268668ecc6a]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/31 12:49:04 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ff3a72abb52ba1f191dc3f3884373e3283154e9]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/31 12:23:04 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [792aa413f28f5752802674ebb412123ae26fd004]

        INTEGRATION: CWS changefileheader (1.10.508); FILE MERGED 2008/03/31 12:49:04 rt 1.10.508.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4b7d068710121d1c15850f2b5a3610520228da0]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 15:07:02 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:04 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [270ab77a2b178f15b8ecc9ee38c6aceb99ffac58]

        INTEGRATION: CWS changefileheader (1.8.580); FILE MERGED 2008/03/31 12:49:04 rt 1.8.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa0beb5a38bdb774b312e748fcdd2b0ef2ef44ef]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 15:07:01 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdf83b1630cac896aebf1bc61cf3b851e9517ec4]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 12:23:03 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50f4be02b05b8d04bd07d2a0d3b8c3325e020747]

        INTEGRATION: CWS changefileheader (1.6.580); FILE MERGED 2008/03/31 12:49:03 rt 1.6.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcb606b0418367423b54aeed94e949f42d556c89]

        INTEGRATION: CWS changefileheader (1.14.6); FILE MERGED 2008/03/31 12:23:03 rt 1.14.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2074b08d77bfc68bfc3b1698e12ddb0d07a2d644]

        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>  [605f040d1b1a9a450705713d6211fb25dcb8031b]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:49:03 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c59556a853167eb9f37a84b7c91280e136ae5471]

        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>  [3062ed5a347dbb0929d15a0630a0d623ebd4b2dc]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:07:01 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97734fe493fe4f671c6bc428d4f8698aaab96870]

        INTEGRATION: CWS notes3 (1.40.200); FILE MERGED 2008/03/26 12:22:33 mod 1.40.200.2: end of line missing 2008/03/17 14:27:13 mba 1.40.200.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c45d05f8e65a8f78a6ece9078b10c720708503a]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:07:01 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d50345ec8054ee8b7f11c9c3d1300fb5a1847c21]

        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>  [47f7db9725921e9972eff933f84f2e06588c33cf]

        INTEGRATION: CWS notes3 (1.21.64); FILE MERGED 2008/03/28 15:11:16 mba 1.21.64.2: warning fixed 2008/03/17 14:27:13 mba 1.21.64.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [911aa15234685b668d355fa596e0201f495db941]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:07:01 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [097b3459ad5f6754e772728dba7c5977725d8ab2]

        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>  [5f75c224ffaa093142c549f7caa89ae2f1a1887c]

        INTEGRATION: CWS changefileheader (1.23.72); FILE MERGED 2008/04/01 15:07:01 thb 1.23.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.23.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.23.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ac10d09fb87c12ac738ecbc7a0eb794664ae117]

        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>  [a8f85944a7d646e2df8ea3055e5de53dc613780d]

        INTEGRATION: CWS notes3 (1.53.196); FILE MERGED 2008/03/17 14:27:13 mba 1.53.196.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [504d5ae46f48c4f023521b5b7734838e4a2fde93]

        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>  [b60b65295e9857a7cdd3e16ff5ad9667740a9bab]

        INTEGRATION: CWS notes3 (1.2.264); FILE MERGED 2008/03/17 14:26:58 mba 1.2.264.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ce7426f67fbf82d796864da1cce81f4b6180746]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 15:07:01 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:41 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:03 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26ecc6c7ae1b8c8c681078b656cae90bf42cdc48]

        INTEGRATION: CWS notes3 (1.3.64); FILE MERGED 2008/03/21 10:17:25 mod 1.3.64.2: #i87316# 2008/03/17 14:26:58 mba 1.3.64.1: #i85834#: allow to change PopupMenu before execution

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f1614503d256f5dcd0ccb1cba4e9d4252fb3ebc]

        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>  [ed668b7ece65bd975d60b439e3eefc0d20a8d26c]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:49:03 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df542fd61c019019ef8d51cf1f49b327a737b83d]

        INTEGRATION: CWS changefileheader (1.23.16); FILE MERGED 2008/03/31 12:23:01 rt 1.23.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9945f0723e99a71fdc16683f057999034a026134]

        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>  [dbaf195a1a9c0cae4be93169663e80d10b4b617b]

        INTEGRATION: CWS changefileheader (1.18.124); FILE MERGED 2008/03/31 12:48:31 rt 1.18.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c65a4f1c6392e5382cbb2cd4c143f0405a60396]

        INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/04/01 12:27:40 thb 1.8.100.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.8.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25c4801883079e61554fc68c6e6f86e35f4a43e3]

        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>  [d63c27253d47f8b83c080a7993c3a5c70e43ef58]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 12:23:01 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1e10e01cb8312616bf3076fb5125ed1f97fa5d7]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:07:00 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbe7cbc7a52af7bae111af4eb0ef4c59e77dfed9]

        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>  [5682626b02cc1fb83c13d115252412c0f1a48a50]

        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>  [b92dda0b6a01f672ac7543ebc952934c168b03ec]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 12:27:40 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1a7c48dfdbdd5d255638eb42b1128a3729bcea3]

        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>  [4a2c2fd35ce688edb509440224801cbcbd70191a]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:40 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cee00b41a4173c98886ed558080f57de3f63e0a0]

        INTEGRATION: CWS notes3 (1.4.6); FILE MERGED 2008/03/13 11:05:17 mba 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:45:56 mod 1.4.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cbb7e4fa3029246d84db504ea601c6783a71e62]

        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>  [87a5aa0ed4c7189c1739b47033802b326f49669f]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:07:00 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02c62945cc6a991d20312d7de0abb4bc267cb036]

        INTEGRATION: CWS notes3 (1.31.6); FILE MERGED 2008/03/13 11:05:13 mba 1.31.6.2: RESYNC: (1.31-1.32); FILE MERGED 2008/02/21 17:45:56 mod 1.31.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19fc60dceb476dda596bfb6fff79b0bf2cf77323]

        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>  [16ee285d7f0159964a6cf2525204c38eb28350ce]

        INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/04/01 12:27:40 thb 1.22.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.22.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [005614bee4a135626fb3eb2932c9e2b56c848924]

        INTEGRATION: CWS changefileheader (1.13.28); FILE MERGED 2008/03/31 13:04:28 rt 1.13.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3a184e30623d18b59ba632c46171daa8463a372]

        INTEGRATION: CWS notes3 (1.4.6); FILE MERGED 2008/03/13 11:05:10 mba 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:45:56 mod 1.4.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1189168fd572b4452769e76b9737a2c333e282a]

        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>  [aae231fa76fd8ecd50e8ad516573ded3731de11f]

        INTEGRATION: CWS changefileheader (1.23.6); FILE MERGED 2008/04/01 15:07:00 thb 1.23.6.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.23.6.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.23.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68c3cb00e97b3407ba6f702053c3ceae72d95fe8]

        INTEGRATION: CWS changefileheader (1.13.8); FILE MERGED 2008/04/01 16:07:47 thb 1.13.8.3: #i85898# Stripping all external header guards 2008/04/01 13:03:01 thb 1.13.8.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.13.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2348cfc100c85217bb11249ac0b7f90bec9327a0]

        INTEGRATION: CWS notes3 (1.4.6); FILE MERGED 2008/03/13 11:05:06 mba 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/21 17:45:56 mod 1.4.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20f1ff035681d5d45612f4d6fc10b7dc30adade1]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 15:07:00 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [074391c3e8efde1654220aa2a16ab1d10d4502c8]

        INTEGRATION: CWS changefileheader (1.23.8); FILE MERGED 2008/04/01 16:07:47 thb 1.23.8.3: #i85898# Stripping all external header guards 2008/04/01 13:03:01 thb 1.23.8.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.23.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25f1fa43a9c4138a5025301cdc678235daea0121]

        INTEGRATION: CWS notes3 (1.27.6); FILE MERGED 2008/03/13 11:05:03 mba 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2008/02/21 17:45:55 mod 1.27.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b08502d17464ef6f07b5e80292c52c553bef8b2]

        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>  [6e67d4ee9c71ede0bcaceb8a65285b62cba34de8]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 12:27:40 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:01 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fa2c638f298ea43ab6c2bb8812ee63a41ca5636]

        INTEGRATION: CWS changefileheader (1.2.302); FILE MERGED 2008/04/01 16:07:46 thb 1.2.302.3: #i85898# Stripping all external header guards 2008/04/01 13:03:01 thb 1.2.302.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.2.302.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52858fed9d319e7dab4a0ef2e98d87ea09bd8282]

        INTEGRATION: CWS notes3 (1.28.6); FILE MERGED 2008/03/13 11:04:59 mba 1.28.6.2: RESYNC: (1.28-1.29); FILE MERGED 2008/02/21 17:45:55 mod 1.28.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d290a3c7cc169c29aa3f2fa0674b21d0c050cc8b]

        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>  [371ce1cefce1ac6779360feeacf79448e82ea009]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 12:27:40 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7ee1e23d433f69e690955c06b1702db908539d5]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/04/01 13:03:01 thb 1.6.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12cc67c2a9288e2f8ecce4f59ab21cda8099b727]

        INTEGRATION: CWS notes3 (1.13.198); FILE MERGED 2008/04/03 09:21:02 mba 1.13.198.1: #i87673#: allow asynchronous execution of notes deletion

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a825efd73f1ea7dbafe4b89858d5fd1f8b9f56ec]

        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>  [08aa02de6fbdd5be5ccaf22ed75032e9320c95ed]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 13:39:00 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b9f1c49a63178bc5288a3cc090a693e7a8f64b7]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:07:00 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e5cdcf5aa7b075555867eadb4b6440d3ffdc82e]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 13:04:27 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa470e01d84a8b6060ab6aa8e5f14e0a52897f06]

        INTEGRATION: CWS notes3 (1.30.6); FILE MERGED 2008/03/14 23:41:52 mod 1.30.6.3: WaE 2008/03/13 11:04:56 mba 1.30.6.2: RESYNC: (1.30-1.31); FILE MERGED 2008/02/22 21:00:47 mod 1.30.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7948ad6c6cfac9a3f2fb091f8a88a3caf0c0f4e0]

        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>  [c1ba73db89fbf16f11d9a4a4092a50f2233cc4a5]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 15:06:59 thb 1.10.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3ad19664a6b13d99abb9a6d8b49670706d2cd5f]

        INTEGRATION: CWS changefileheader (1.8.124); FILE MERGED 2008/03/31 13:04:27 rt 1.8.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f571cd5d2d2ead2db26a5750ae460c98062ad241]

        INTEGRATION: CWS notes3 (1.29.132); FILE MERGED 2008/03/27 14:53:20 mod 1.29.132.1: #i87073#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d47b5bc09d98d937541e4b096701236ca23c469a]

        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>  [161a3f8e8cc6762f7a1c3b5a7e02df791a14d62a]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/31 13:39:00 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0d00e2b5eed1569559a56a8c02a22eae647897f]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/31 12:23:00 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07bce68d9c8a734943b8518db932981cbb68e341]

        INTEGRATION: CWS changefileheader (1.9.80); FILE MERGED 2008/04/01 16:07:46 thb 1.9.80.3: #i85898# Stripping all external header guards 2008/04/01 13:03:00 thb 1.9.80.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.9.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e10f181d5cd8621a7168d0b8cb92a720ad43df33]

        INTEGRATION: CWS notes3 (1.44.4); FILE MERGED 2008/03/13 11:04:53 mba 1.44.4.3: RESYNC: (1.44-1.45); FILE MERGED 2008/03/01 01:10:44 mod 1.44.4.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:47 mod 1.44.4.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc7e48aead976b463a1b416f8c5e11ec09812d26]

        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>  [9d5a163dc09b9f3a02a5d41dca2b8036f97227e3]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/03/31 13:39:00 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c42d5190841fbef7103c4c70ed672aaad4c0ad3a]

        INTEGRATION: CWS changefileheader (1.26.104); FILE MERGED 2008/03/31 12:23:00 rt 1.26.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [157d0b3f47ec464adb35450ef28a4fe3e59d0786]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/04/01 13:03:00 thb 1.4.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:27 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d23b8071cbd312428ae3ac80afd60aa1af7593ae]

        INTEGRATION: CWS notes3 (1.20.4); FILE MERGED 2008/04/02 13:42:54 mod 1.20.4.5: fix for wrong notes position 2008/04/02 13:36:10 mod 1.20.4.4: fix for wrong notes position 2008/04/01 23:42:52 mod 1.20.4.3: #i85065# #i85066# 2008/03/13 11:04:49 mba 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/01 01:10:44 mod 1.20.4.1: #i6193# new virtual layout algorithm

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5afa6d735a4d28204b142cc103292d0a2d0c6cc6]

        INTEGRATION: CWS changefileheader (1.12.90); FILE MERGED 2008/04/01 12:27:40 thb 1.12.90.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.12.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fc09ea528cb4d7481059e427f463763479d9b9b]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:04:27 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79db66911bfd63511439386d0db7615e68823de6]

        INTEGRATION: CWS notes3 (1.35.6); FILE MERGED 2008/04/03 11:03:32 mba 1.35.6.5: warnings fixed 2008/04/01 17:42:44 mod 1.35.6.4: #i87066# 2008/04/01 16:13:31 mba 1.35.6.3: #i87673#: allow asynchronous execution of notes deletion 2008/03/13 11:04:46 mba 1.35.6.2: RESYNC: (1.35-1.36); FILE MERGED 2008/02/22 21:00:47 mod 1.35.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9eb4e30e16d8ebfe38d78a0209e9ff64f8067c10]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/04/01 12:27:40 thb 1.14.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c24e96344b35b7c64b280c5d9de38f143aede23]

        INTEGRATION: CWS changefileheader (1.4.124); FILE MERGED 2008/03/31 13:04:27 rt 1.4.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7bf2a94fd0c4235512cf3df5b2a317261a229215]

        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>  [370cc8246d8055d46e34564c843dc3afc9515d40]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/03 15:35:29 mba 1.2.6.6: line end problems again 2008/04/03 11:09:59 mba 1.2.6.5: files seemed to be in mac format 2008/04/01 23:42:52 mod 1.2.6.4: #i85065# #i85066# 2008/04/01 16:13:31 mba 1.2.6.3: #i87673#: allow asynchronous execution of notes deletion 2008/03/25 15:39:04 mod 1.2.6.2: #i86393# #i86390# #i87073# 2008/03/20 16:44:48 mod 1.2.6.1: various notes3 fixes

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8880dc54e252ecd2c2b5fe9a040f402f7a8640d]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 13:39:00 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdccc6cdbd11bbf0938cbcbec5687d9aa08351fc]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:40 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [518a3df46198e781282c9a7dbe71b54e01b6e443]

        INTEGRATION: CWS changefileheader (1.2.124); FILE MERGED 2008/03/31 13:04:27 rt 1.2.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e33dd5e020d83ee1b0a72cdf80271c80e2b891e3]

        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>  [31bf03ac17f229e81967a3cfb30945723e67ccef]

        INTEGRATION: CWS notes3 (1.43.4); FILE MERGED 2008/04/03 09:21:02 mba 1.43.4.1: #i87673#: allow asynchronous execution of notes deletion

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68d52e75ebbe1372aa9928400be78278031a6e12]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 13:39:00 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d0ba7901312cf1aa760722d7e97efe9c3f3e688]

        INTEGRATION: CWS changefileheader (1.8.124); FILE MERGED 2008/03/31 13:04:26 rt 1.8.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96175b92fbc63af6ce93419be51a3a5f97de8a98]

        INTEGRATION: CWS notes3 (1.16.1090); FILE MERGED 2008/03/27 19:41:26 mod 1.16.1090.2: yet another WaE 2008/03/27 12:54:24 mod 1.16.1090.1: WaE

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [013d5ba6a9beaa58e91fdbca8abb9acdf1e8161d]

        INTEGRATION: CWS changefileheader (1.21.276); FILE MERGED 2008/03/31 12:48:18 rt 1.21.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da7bfb4104167a1821c0c84e49305755b7dde79c]

        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>  [dd791cf0f7abf994739d0008962f0f012ae1b7d0]

        INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/03/31 13:39:00 rt 1.9.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ea4492ee247228e1e874c6a06ad246537fb7a5e]

        INTEGRATION: CWS changefileheader (1.18.30); FILE MERGED 2008/04/01 16:07:45 thb 1.18.30.3: #i85898# Stripping all external header guards 2008/04/01 13:03:00 thb 1.18.30.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.18.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebea9ec0271492b950ba6204c0faa76eed2be8bc]

        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>  [fbc51e1511af253b8c23db27b2b1acded0fd37eb]

        INTEGRATION: CWS changefileheader (1.51.20); FILE MERGED 2008/03/31 12:48:16 rt 1.51.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34cddee9e80970f9f9a66a9532a8db9ecc8a2469]

        INTEGRATION: CWS notes3 (1.49.6); FILE MERGED 2008/03/27 19:41:26 mod 1.49.6.3: yet another WaE 2008/03/27 12:54:23 mod 1.49.6.2: WaE 2008/03/26 12:38:48 mod 1.49.6.1: Undo

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [528b8f83bef12dc7ca35ae1dfd811ef47724ba83]

        INTEGRATION: CWS changefileheader (1.10.40); FILE MERGED 2008/04/01 13:03:00 thb 1.10.40.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.10.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e5a7830282308551026c5e804eea210c5671f3a]

        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>  [fc76e5520f42293986ff9b9184f94b01d1eddd92]

        INTEGRATION: CWS changefileheader (1.6.580); FILE MERGED 2008/03/31 12:48:16 rt 1.6.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86afa3778115aaf67d0e10273d0e9b66a4f8c336]

        INTEGRATION: CWS notes3 (1.9.6); FILE MERGED 2008/03/27 19:41:26 mod 1.9.6.3: yet another WaE 2008/03/27 12:54:23 mod 1.9.6.2: WaE 2008/03/26 12:38:48 mod 1.9.6.1: Undo

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd59850bfd5dac771dfd05dc6895d550ac609eb0]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 13:02:59 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [843e7c6eefc1a8ffb69b33e0b6e6a0604c922ab3]

        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>  [2718cad3b086fdee9927a19544f279d8a735c1dd]

        INTEGRATION: CWS changefileheader (1.14.580); FILE MERGED 2008/03/31 12:48:16 rt 1.14.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d5d3c095e838948130006b3771bc5e6fd5241c0]

        INTEGRATION: CWS changefileheader (1.11.82); FILE MERGED 2008/04/01 13:02:59 thb 1.11.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.11.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d1629593a89fa1a98b49d1de92a4fda6fba9bb3]

        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>  [a401061a0e064501f956603d6c8470c12b7a33f4]

        INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/04/01 15:06:59 thb 1.8.100.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.8.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8540c6f85e85a20f13a437428c467f8a79748929]

        INTEGRATION: CWS notes3 (1.49.6); FILE MERGED 2008/03/20 16:44:48 mod 1.49.6.2: various notes3 fixes 2008/03/08 16:18:35 mod 1.49.6.1: ease resync

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b4536fd3b87eb9562e1f5a1376a813f21b8827f]

        INTEGRATION: CWS changefileheader (1.29.212); FILE MERGED 2008/03/31 12:48:16 rt 1.29.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90869b8ad5eea7c207b0c649f2c42335ebe7b299]

        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>  [3474147687eb5461e96b805b4885668765eebf7e]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:40 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfb42b11a49e53143cb46463cc29b0df45b0e81f]

        INTEGRATION: CWS notes3 (1.118.6); FILE MERGED 2008/03/27 19:41:25 mod 1.118.6.2: yet another WaE 2008/03/27 12:54:22 mod 1.118.6.1: WaE

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d62f3f68c8f8dda23c528153d562e202ae1f1a1]

        INTEGRATION: CWS changefileheader (1.18.580); FILE MERGED 2008/03/31 12:48:16 rt 1.18.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [197a9b7afd6efe78611a339963dcbb720fd498b4]

        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>  [6a5463be350eb43d7b3461c40a187b60ff6bbd54]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/04/01 13:02:59 thb 1.8.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a359c004dfc7f2c90dfd25da7e821d938197c211]

        INTEGRATION: CWS changefileheader (1.15.72); FILE MERGED 2008/04/01 15:06:59 thb 1.15.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.15.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.15.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a30ee88b7d048ebd31c05cad5a803e88778edf98]

        INTEGRATION: CWS notes3 (1.74.154); FILE MERGED 2008/03/13 10:42:54 mba 1.74.154.2: RESYNC: (1.74-1.78); FILE MERGED 2008/02/22 21:00:46 mod 1.74.154.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cabfd84ccebdc8e78e101c4b81d3c64c685847f]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:48:16 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d75a35abda720ef7db51bbf43e9bd803c306f33c]

        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>  [53547d0892e2d9fe9d8bc34a50a348f540ae355c]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/04/01 13:02:59 thb 1.7.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [370e728227292609566d17fcd0b654e069a8bc2c]

        INTEGRATION: CWS changefileheader (1.9.90); FILE MERGED 2008/04/01 15:06:59 thb 1.9.90.3: #i85898# Stripping all external header guards 2008/04/01 12:27:40 thb 1.9.90.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.9.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7adec7faed1da8a30bc53938cc68eefeffa24e90]

        INTEGRATION: CWS changefileheader (1.2.376); FILE MERGED 2008/03/31 12:48:16 rt 1.2.376.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfc19375611b60b17eecbde41af897926ef3cbcc]

        INTEGRATION: CWS notes3 (1.14.142); FILE MERGED 2008/03/08 16:18:35 mod 1.14.142.1: ease resync

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50cc74dc336eb909fa74a6ae7ec4cdcce4a21593]

        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>  [fe213613d3fb7f3bbf54eaaa6ee228825169567e]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:45 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:59 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:26 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db1b70654aff46f569ee3a0ad92fe1e78de4f7d7]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 12:27:39 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 12:23:00 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e0113af64bd08af1d76b3a538ff1d9198fd2dc6]

        INTEGRATION: CWS changefileheader (1.12.580); FILE MERGED 2008/03/31 12:48:16 rt 1.12.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57f6c3ad5608ae85301076883a828a573d23ebc8]

        INTEGRATION: CWS notes3 (1.70.4); FILE MERGED 2008/04/01 16:13:11 mba 1.70.4.1: #i87673#: allow asynchronous execution of notes deletion

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f613abe3dec600179d56b05f6315ec095eb9a5e6]

        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>  [89c69c80b54e5ffb55cd96bb61a57f1a6d593325]

        INTEGRATION: CWS changefileheader (1.42.2); FILE MERGED 2008/04/01 16:07:44 thb 1.42.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:58 thb 1.42.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.42.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f21a77028bcad028d5f1ab5b8a6531244ba53bae]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:58 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:39 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81807b39ef34f706856c00965dd9a6a80394622f]

        INTEGRATION: CWS changefileheader (1.10.580); FILE MERGED 2008/03/31 12:48:16 rt 1.10.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c2011042b8ac13f1f272f936cdac5b436b2c41f]

        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>  [0a7853e1a6deb4c9813f86c4e8145f54b4d01ad7]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/01 23:42:51 mod 1.2.6.1: #i85065# #i85066#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff287814cf6c8827b53b7d056c7384b330a0d67b]

        INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/04/01 13:02:58 thb 1.7.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.7.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcac1fc2acdd3560f1df52bae0fad34d9d4b12fc]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:39 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e09660809df85aebd1888ec7a7491a0cac726fe3]

        INTEGRATION: CWS changefileheader (1.8.580); FILE MERGED 2008/03/31 12:48:16 rt 1.8.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ea4330e8fab54c411f0e1e4f6686ecf2b05e9f8]

        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>  [044e892b8e2a0bd19380a4e3caf66ce9179da272]

        INTEGRATION: CWS notes3 (1.40.140); FILE MERGED 2008/04/01 16:13:10 mba 1.40.140.1: #i87673#: allow asynchronous execution of notes deletion

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b277ff1e760a6e07318366b400cd68ac5f2ad8ca]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 13:02:58 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4256042317ce14245a274e15761e17673222f327]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 12:27:39 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f0fb6adb664db383ce6c1d56d4cc4489dc98533]

        INTEGRATION: CWS changefileheader (1.15.580); FILE MERGED 2008/03/31 12:48:16 rt 1.15.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [330132d4ffa893addcbaa62e78f8157ded80d431]

        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>  [450ef38177839ab942e8052c0b0ac2b0e4700050]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 12:27:39 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38f9cdea018966ed98ea63d85d66772538af6426]

        INTEGRATION: CWS notes3 (1.2.6); FILE MERGED 2008/04/01 17:42:43 mod 1.2.6.9: #i87066# 2008/04/01 16:13:18 mba 1.2.6.8: #i87673#: allow asynchronous execution of notes deletion 2008/03/27 19:41:25 mod 1.2.6.7: yet another WaE 2008/03/27 14:53:20 mod 1.2.6.6: #i87073# 2008/03/26 16:02:59 mod 1.2.6.5: WaE 2008/03/25 15:39:04 mod 1.2.6.4: #i86393# #i86390# #i87073# 2008/03/13 10:42:41 mba 1.2.6.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/01 01:10:43 mod 1.2.6.2: #i6193# new virtual layout algorithm 2008/02/22 21:00:46 mod 1.2.6.1: move focus stuff to SetActivePostit, fix for undo related bugs

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2825c15a44ede95b547f153ff1075173529709cf]

        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>  [dfa8f48869837d961f6658ea09ac35cdb99c9be9]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 12:22:57 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0752e06c00641102cd80a7f0f6fcc983208181b1]

        INTEGRATION: CWS changefileheader (1.7.526); FILE MERGED 2008/03/31 12:48:16 rt 1.7.526.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9818298045576d3b908f9b048653ca6d497dd4fc]

        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>  [e87ef60243d740a62f239f5baeea76ec04076f4c]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/04/01 13:02:58 thb 1.15.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [470c1d782b1e38677d8cb46dedba24274ebd31aa]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:06:58 thb 1.5.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:39 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [589187f8f5a77fe539103c26c0ebe402b92dee04]

        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>  [666b7b8e26873100c6ee4990d89f7002ce1e94d6]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:44 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:58 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a5ebcd9b5e2e7cafee70a99a2b8eeaad0fff9c7]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 13:38:59 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58560eb8bc9fa99f848621bd1424f75c7871c554]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 12:27:39 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97f32ebad587bbdf440d947fb9d308e55df7706a]

        INTEGRATION: CWS changefileheader (1.4.404); FILE MERGED 2008/03/31 12:48:16 rt 1.4.404.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a72cacce3c7b8516987d7e7679d916d03d7bfd0]

        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>  [89f951de75e9f026737c3f74b70cf5e927f33d99]

        INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/04/01 16:07:44 thb 1.9.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:58 thb 1.9.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.9.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ccbc1e174266d331ca10ea06de52b7d19e0dfe1]

        INTEGRATION: CWS changefileheader (1.3.224); FILE MERGED 2008/03/31 12:48:16 rt 1.3.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea27a940aa0ac0949af9185a59a45cc1d1fd018f]

        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>  [377d9682f6a87b59f7b87f7f6930341e2024c21d]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 13:38:59 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9952e253ff547c05e8413911edba345ff71fd45d]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:39 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [050be4ae18a05a19ea815a3b4f30851411fdb3f2]

        INTEGRATION: CWS changefileheader (1.15.580); FILE MERGED 2008/03/31 12:48:15 rt 1.15.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [373ea4688df10c36e0c9db84e650294b0982e0aa]

        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>  [2521565ab23f618caddf57bd70b1a382fb74eff1]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:43 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50fc4375f207b2b86fa59d38db53377e8a30ad58]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 13:38:58 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [350e7064dc9e99b1360a0f02463e095357cf4150]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 15:06:58 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:39 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [065fab50778dbbeb3fca65c3ed55744a5c710e22]

        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>  [c643a71c18e18e2dded2009925afabd1506a3e2a]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/04/01 13:02:58 thb 1.5.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b96db5ce92b2f957cef5202c86d6646a176f3b5]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/03/31 12:48:15 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64f445faa74c4924806b70aff465d97b9ddf02cf]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/31 13:38:58 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [884a749b882a1475602bda7fff97d27f224b1b6e]

        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>  [35a86b0f49769cb56521daa13c2babc215b3489d]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:43 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:58 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [228ead87e9d84aebd262fea3e6ef67af13c1bc0d]

        INTEGRATION: CWS changefileheader (1.22.6); FILE MERGED 2008/03/31 12:48:15 rt 1.22.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8752d2726747a8424c1b9e32b56bebccbeee614]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 13:38:58 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a222efb4211ac1805ae6f1b8ca942c7cbe37b5ca]

        INTEGRATION: CWS changefileheader (1.25.16); FILE MERGED 2008/04/01 15:06:58 thb 1.25.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:39 thb 1.25.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:57 rt 1.25.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [735e879ee1abfc224c0dafe73961044b3c1fed9d]

        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>  [8934e160d8d008450219be5672210837b77c67a6]

        INTEGRATION: CWS changefileheader (1.24.2); FILE MERGED 2008/04/01 16:07:43 thb 1.24.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:58 thb 1.24.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.24.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [023dbaa619dcd7eef996399a14870351d79bf6bb]

        INTEGRATION: CWS changefileheader (1.13.580); FILE MERGED 2008/03/31 12:48:15 rt 1.13.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44a2b0238567c033bebf8d542e9d5564432c1b56]

        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>  [4cc40ed15a6c78eb9af0d4929554368ad1fdab29]

        INTEGRATION: CWS notes3 (1.33.6); FILE MERGED 2008/02/21 17:43:14 mod 1.33.6.1: #i85842# #i85869#

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d51a390af37fa6a1c6b41853c5db3df08e00c3c9]

        INTEGRATION: CWS changefileheader (1.16.580); FILE MERGED 2008/03/31 12:48:15 rt 1.16.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [199b00b0aa51eed004eebf05ef3e55e06730c067]

        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>  [f9317232383f6a6d0b4acb40bc225da9843b9c3f]

        INTEGRATION: CWS changefileheader (1.19.2); FILE MERGED 2008/03/31 13:04:25 rt 1.19.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9013970a27f4010079df31ced7688f8069ae3248]

        INTEGRATION: CWS changefileheader (1.18.580); FILE MERGED 2008/03/31 12:48:15 rt 1.18.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40cfb87dc2bb323dade1b9b2b56f86c81136f952]

        INTEGRATION: CWS changefileheader (1.31.16); FILE MERGED 2008/04/01 15:06:58 thb 1.31.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:39 thb 1.31.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.31.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e532fa5d8c27cbda935572d28beb2ab2fcee2a52]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 13:38:58 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df2cbc4bf090ac0bbc4b74f2d9efbdedafc00142]

        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>  [0835dce97b8f99dface58155c81987c7c975712d]

        INTEGRATION: CWS changefileheader (1.2.304); FILE MERGED 2008/04/01 16:07:43 thb 1.2.304.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.2.304.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.304.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23839aaf41b8f4997af2555c5408e07837b08246]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:38:58 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c99731155f6bdfeec32fc6809efeda6c17c21a96]

        INTEGRATION: CWS changefileheader (1.32.6); FILE MERGED 2008/03/31 12:48:15 rt 1.32.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e300f76a2ebadfb9ac2334d2b96aa0cfe9c7b1f]

        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>  [a83cc9183ec27db4703eb74abd8ba3c0bf7fa768]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/04/01 13:02:57 thb 1.4.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [623f3c26e5e8ff818605a19c9bfec014d43b73b2]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 13:38:58 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5b9c5e17812f7e1ea65d4c571a769a09ffe425a]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:48:15 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38130cfcc51f35c173c8b672d59354ddf4eb2bf0]

        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>  [33c5bc03389975bf40cae0a00046474e887e9f95]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 13:38:58 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [725ac026fafa1755c8a7f4859bcabdbd0642706a]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 13:04:25 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7e84fe6d67fcec393fca8d416d73a69b7ba0f97]

        INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/31 12:48:15 rt 1.2.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89f0db490dcb528013e21b9cd9fd7dab4fa60769]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 15:06:58 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:38 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [620687360b6200669cfd807d2497c744d1988311]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:38:58 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14b247544d139cbee01f74b74acc8e5dea4b5611]

        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>  [b000a3bfa32340813d7e2c38b6dbe3f800787ccb]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 13:04:25 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8efe8d998d1a358bdbf0ffde41d4b15e9fb762ec]

        INTEGRATION: CWS changefileheader (1.3.112); FILE MERGED 2008/03/31 12:48:14 rt 1.3.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ecc7651b20527862b287f6075c6669a86ee444b]

        INTEGRATION: CWS changefileheader (1.22.16); FILE MERGED 2008/04/01 12:27:38 thb 1.22.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.22.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c4b8451d22fdff831b6ffa7c0a65ccbe059ef2c]

        INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/03/31 13:38:58 rt 1.11.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e091c196dabb92c53f126c8fb6d290d318d07e91]

        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>  [8d32cca8ae4637a1b2aaf7846065a3e553dc26f3]

        INTEGRATION: CWS changefileheader (1.80.28); FILE MERGED 2008/04/01 15:39:21 thb 1.80.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:49 thb 1.80.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.80.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [978bc91341e197f024993cc80403177007dc9aaf]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:48:14 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94ee7bb42dc2a2a2f7f12f8a7a8d4eafc37cee55]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:43 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d923045cfff124afe3c9b016b2abf357c9894ca]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/31 13:38:58 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1391c48be05a0399e96d58a8e34913e59aabc585]

        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>  [4fd885fdbd5774b9400c994dd3bc4bc0818b9a9d]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/31 12:48:14 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6197d6295c8facfcbc73a27069c14af8d6f8328]

        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>  [3cbf2b10a2915a7276a622ba6a09302d36271838]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 13:38:58 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c1f0debc5b239f2c80089d904b49af6cc3ca63c]

        INTEGRATION: CWS changefileheader (1.19.580); FILE MERGED 2008/03/31 12:48:14 rt 1.19.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0558b2493c65ca2067db030d13a6c07609c35bd6]

        INTEGRATION: CWS changefileheader (1.16.72); FILE MERGED 2008/04/01 12:27:38 thb 1.16.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.16.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2488afe67f1439b8d5e2d8d126cbdd8f2ede6259]

        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>  [a0c9a35a9a897ab1042a442139ad72191ab40a9a]

        INTEGRATION: CWS changefileheader (1.57.196); FILE MERGED 2008/04/01 15:38:47 thb 1.57.196.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.57.196.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.57.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ceea04c9b29ae528d3938ccd7fe92e65d246d66]

        INTEGRATION: CWS changefileheader (1.52.2); FILE MERGED 2008/04/01 16:07:42 thb 1.52.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.52.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.52.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3c958af3a421045dad3fbf2e4ed5d4035dd33f3]

        INTEGRATION: CWS changefileheader (1.41.20); FILE MERGED 2008/03/31 12:48:14 rt 1.41.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1bda3325ce975ea15f29f74092540d10d829f9f]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 15:06:57 thb 1.12.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:38 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b26b80c736acca677f123e9e1af6642d289b2f9]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/03/31 13:38:58 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eccc46ff368309003315cb85a6aab3d7bc05d9d2]

        INTEGRATION: CWS changefileheader (1.127.196); FILE MERGED 2008/04/01 15:38:46 thb 1.127.196.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.127.196.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.127.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56aa267572d93e10d5febe20e63c097c06a2495e]

        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>  [9f5ecbf0261ec0ec33da3ac021317df820750507]

        INTEGRATION: CWS changefileheader (1.14.204); FILE MERGED 2008/03/31 12:48:14 rt 1.14.204.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87dfb77ae1a808693605deed3c85ec131ee9742c]

        INTEGRATION: CWS changefileheader (1.25.16); FILE MERGED 2008/04/01 15:06:57 thb 1.25.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:38 thb 1.25.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.25.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d567699de85d6d998575ca545d4e62c5991d240]

        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>  [951a94f5302dfc6ab5f1081d9d9e409efb6c34da]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:38:58 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a024f10abf4c7c8da44df70c6b7ec93e7ff1bd20]

        INTEGRATION: CWS changefileheader (1.148.12); FILE MERGED 2008/03/31 12:48:13 rt 1.148.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a249d78f9d91f22267482ef4a61067b8b5a7f6e]

        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>  [218bc98d860b338a15d204274ee4a2c8970f9bd8]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 13:38:58 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a944265d101a792f2a5a15de6b92ede03ae46f6b]

        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>  [f47ccf99da380b0ea23e4f06df4d2e37902f4834]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/04/01 16:07:42 thb 1.11.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.11.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:25 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c976cb1d908e7e7316e23f406fd2394d559e39ed]

        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>  [4e9d0682b956c9051f748883a4b2972170d2fd9a]

        INTEGRATION: CWS changefileheader (1.15.580); FILE MERGED 2008/03/31 12:48:13 rt 1.15.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c9c53fd21518b370e24ed62808121e56bdab651]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:42 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c508356d7c63564817cd51a78536ddacfd7054a]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 12:27:38 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0257fa36f197b72b146541b3ffb0238655e4f16a]

        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>  [2366866d09943f4ea118c54dd82250bf9b81144a]

        INTEGRATION: CWS changefileheader (1.16.252); FILE MERGED 2008/03/31 12:48:13 rt 1.16.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd198cab52dee9586718671d2b203bdcf61e972d]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:38:58 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd237d5439eb77cba8296cb11952d278cbc519a5]

        INTEGRATION: CWS changefileheader (1.19.16); FILE MERGED 2008/04/01 12:27:38 thb 1.19.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.19.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4af8c41b9e9f58d991b4f325b911f797513cbcbc]

        INTEGRATION: CWS changefileheader (1.20.2); FILE MERGED 2008/04/01 16:07:41 thb 1.20.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:57 thb 1.20.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.20.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65268cb28b1a07f3bb2854cea0c4b0c1fb41f082]

        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>  [01ce7a95fcf259ad0dd429ac2aab81b8c42339c2]

        INTEGRATION: CWS changefileheader (1.2.392); FILE MERGED 2008/03/31 12:48:13 rt 1.2.392.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96ceeb58c523212e6e26f0960c6666dcce93b0ab]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 13:38:58 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d072f9ed9edee11fbd220a707df056cbbe92db5]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 12:27:38 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58a9db01b5d0db851c9f320b72d247eb8384ff9c]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:41 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:56 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53979be8a87c445d9602158b4c18b7e686650e29]

        INTEGRATION: CWS changefileheader (1.21.20); FILE MERGED 2008/03/31 12:48:13 rt 1.21.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6653705bc76c318c725adca0b3dc38a86c19461d]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 13:38:58 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c83df8c0e55c91950ec46c847d7af707de552eb]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:38 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a19471b682505bb11c2ddf4088709ff8f6f8289]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/04/01 16:07:41 thb 1.4.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a65c3dbc2ec5d03474b59ec31a4e4764620eeb30]

        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>  [ac2adee766627fd2053e63a50d00f53a401059be]

        INTEGRATION: CWS changefileheader (1.14.204); FILE MERGED 2008/03/31 12:48:12 rt 1.14.204.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0853821a247f7e794687a77994aa003f90415eb]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 13:38:58 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66289da5c4b30c01b20b62a8c7cd76ab576b7b3a]

        INTEGRATION: CWS changefileheader (1.31.16); FILE MERGED 2008/04/01 12:27:38 thb 1.31.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.31.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [803babb83119f33e9a9a9a80d03833afde6c5c57]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:40 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcd94f82b0cef6e43cfa32a7a9a83d1215fd68fd]

        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>  [cf553a520afdde7401b39b4e1740a5f09144f764]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/03/31 12:48:12 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4dc4b8cb5729f4c185fa23861ccb2ef66c10632]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 12:27:38 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdce682fc910f29ab9a0d649daf3cebcbda5bbbd]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:39 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:56 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdef664729ef440da35e38d22c43707c216bdfc8]

        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>  [86ad4fd825a11f19909e5b0f41c2e6f81006ac84]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 13:38:57 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b092668dfac5d13a4c6b8cb23879fb1c555dd2f8]

        INTEGRATION: CWS changefileheader (1.25.16); FILE MERGED 2008/04/01 12:27:37 thb 1.25.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.25.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b6da727876a5a9be1407c94b3946285d57cabc0]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 13:02:56 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c9bdaa92870106394620fdd93f3185ffca8af5d]

        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>  [e86dcf2088d13a5d4b3874aa1ccdf5f3bcf185e8]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:38:57 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7c194c0b62e16982fa7a2fc63c1ce0a2e41c899]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 15:06:57 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:37 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69c3bfd64432e2a413853d8ddca0caf8f4fd5255]

        INTEGRATION: CWS changefileheader (1.18.580); FILE MERGED 2008/03/31 12:48:12 rt 1.18.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6e72bf3d19ca84c773fc58f1eec7202b469b466]

        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>  [4ebb70e7f83e92a549edfdd8016fbabe014639e8]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 13:38:57 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48a5c31419148b5e3d0954d72cfeb8fcba5af657]

        INTEGRATION: CWS changefileheader (1.25.16); FILE MERGED 2008/04/01 15:06:57 thb 1.25.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:37 thb 1.25.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.25.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fc2e1a398ed5f542c7ff38cd3462842d97be264]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/04/01 15:38:32 thb 1.11.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.11.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2a3f0c61d0018d5112cbb98dd821786aa2a39d2]

        INTEGRATION: CWS changefileheader (1.18.318); FILE MERGED 2008/03/31 12:48:12 rt 1.18.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b92180b9b6e019d0ddf74150740730f2914ee0b]

        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>  [e1544e478236b9df41d47418301e62f7ad569ef2]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 13:38:57 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e416120a5abd20be03ecadfc8eae5fbfccce472]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:06:57 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea3e2378152e22372bce53e403fe8c607944c298]

        INTEGRATION: CWS changefileheader (1.4.550); FILE MERGED 2008/03/31 12:48:12 rt 1.4.550.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53a06962ec7b35d9ca9ac56c53aa60db8f77fafc]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d337cffc67024d0a9bf6c14c0c1339f48195c58b]

        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>  [3148e8f36cfe16ae6690c36b62b1d9d889debf6c]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 13:38:57 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ac39ace0d6cac536f33a68cd3c7585f7932568e]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:06:57 thb 1.8.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:37 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea98019eed0d968784817cdc5a557230d6bc2bbb]

        INTEGRATION: CWS changefileheader (1.52.266); FILE MERGED 2008/03/31 12:48:12 rt 1.52.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9b1f5707bc389b557138cb54b0c9e1a849bbd56]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:38 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:55 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7da5b26a6d4a39258f3e5b1153975c512c22fc28]

        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>  [12592e020216e5f96c50d6a47d5cc3503bb8b299]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:31 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e0f6b0337775d8d80221ba3fc020ef1b5010ce1]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 13:38:57 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bb69a9b5486129491636b0abb1125aeab4c1d80]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/03/31 12:22:56 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b6101917e10077774320886a7dd8cdf3e4c7cee]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:48:12 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5009d84f7538a9b6662fd43dbd00849e886aba83]

        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>  [eea0799ac1b7bd585de121fcf025ebf8bf279e06]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 13:38:57 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8c04a1804ed6e6adb7dd5c9a150b52145868357]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 15:06:56 thb 1.13.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:37 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:56 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [829d9353827ae53ef79f5e905d34b14c6cf92f67]

        INTEGRATION: CWS changefileheader (1.21.114); FILE MERGED 2008/03/31 12:48:11 rt 1.21.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb001f438b826cb839f66410ebb2fe5bc50d2a2e]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 20:10:25 thb 1.2.2.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:07:37 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:55 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:24 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da8ad5cca9ac5279ac567086c40787012e29b4ec]

        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>  [95f68dacdef9e51af2fa4c31f6f988ec464a1cf5]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/03/31 13:38:57 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [065506273c97dde633953390d879e9325e79b52f]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/04/01 12:27:37 thb 1.21.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c059760ea3429117d7bd0165ba6129f5fdbf116]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:48:11 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14e90531c09bd44f84d1413e429b3df5f5d7625d]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:37 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:55 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a88e8e847564678c4e940f87a842e4a277ca3e7]

        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>  [438692229b24c3de99927021d83c1ef96f9cfc51]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 13:38:57 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d98c67b79aebb72848ff339c8592999665121fc]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/03/31 12:22:55 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d2307057378a69c5645606477ad7421418f6e1d]

        INTEGRATION: CWS changefileheader (1.22.580); FILE MERGED 2008/03/31 12:48:11 rt 1.22.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29b37f150a457870fdca8c7741339dffc4105ee6]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:36 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:55 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [923a10f940fe22ce55b92f9a5eabe4df2ca39513]

        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>  [575731f2c755e69782017c8791dbcce3228a116c]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 13:38:57 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b13ab19f598aa1dc47d440fc82c22e8c46bc1781]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/03/31 12:48:11 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12fa6d0d1a84008f36bb6890f38d88ae7b0e43c7]

        INTEGRATION: CWS changefileheader (1.9.130); FILE MERGED 2008/03/31 12:22:55 rt 1.9.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea6b8929f59f2422304b6c2c02b65aaf614b77e]

        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>  [9c18e51eeb08741c597d0ab5c7dee3158909eae4]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:38:57 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78732c078fef5d50846040fa2e1859d80d9da2f9]

        INTEGRATION: CWS changefileheader (1.10.114); FILE MERGED 2008/03/31 12:48:11 rt 1.10.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cfa5bf01cbf997ac5190920569b14e4bfd87e66]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 12:27:37 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5ddb92f010382022cb90e2e98c7dd794850c738]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:35 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34d49cc52340f4486f37dc3dd693a5b2f5b4c0f0]

        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>  [6e0e1e683a09bde727a34d0d7142da2536d5a61b]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 12:27:37 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74062a19f84c3feddad4fc7f0d2e3f002e0f4cae]

        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>  [b48834d4947c59b64dd3f57fc7434255b8cf9eb8]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/31 13:38:57 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65fd75a2ae3cf1d4d828713662af82b7ef3a4ccd]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:36 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33c4724eb8bd98570284f281c0e34bd379e31d6a]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/03/31 12:48:11 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9ef595bdbacd72784de144cf35ccd1fe45412cf]

        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>  [ad8c56e5002ccba5504ad4dbf0806eea59cba00a]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 13:38:57 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [686524b63aea760f254de4086534cc40815a2c2b]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 12:27:36 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [294955837163dfd89208647a25374512818be142]

        INTEGRATION: CWS changefileheader (1.16.20); FILE MERGED 2008/03/31 12:46:36 rt 1.16.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c5b47392beec916ccc5e453a3e5dfef9fc31a14]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbf3e9b26430e4993238d56244c099c2023147ef]

        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>  [d35539ea25a1d1bd9f7377b3ad901624f1201cc1]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 12:27:36 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ea717500164b94989b9e575473cad745944df23]

        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>  [76daa894561205ff2f7307c1d75272b9e8f5e1f9]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:06:56 thb 1.8.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:36 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c27d98a9881a8be0cdcdb6436f22f929ab27235f]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:35 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:54 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d563764c69a8b45b35849631ed34d540f188071]

        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>  [cf727448bbd32111fd6d534d5f70bd337955f7bb]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 12:27:36 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8805d49f227cb0402c27e210db1c3c63cb61e4b]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:34 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:54 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2ae286b84094ef5025e73b88a238127b29bb8ef]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:38:57 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [406aadc2951e867a6d974bc39f96cc5f2c5abf96]

        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>  [1cbd74763dacda1cdcada980aa22ef066aa146ca]

        INTEGRATION: CWS changefileheader (1.30.16); FILE MERGED 2008/04/01 15:06:56 thb 1.30.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:36 thb 1.30.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.30.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2f5bb449267e3f35aa3a54978985a8943e75428]

        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>  [7ad5bc42eef267692838b0336faa02924ac26cb6]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 13:38:57 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e9b2c664ff716066c5cf454512e84601e9eb936]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:06:55 thb 1.14.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:36 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dac246d317f12f1e7927ce4bd52cc180d5782961]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 16:07:33 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 13:02:54 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 13:04:23 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd9cfbcb5945789ed5d3f42a59085a24596505a1]

        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>  [5107fe197db3beb3a51f59cadbb46e419e6afa42]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 12:27:36 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:55 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cd91708a2b783ed380df7d56cbeb22827472871]

        INTEGRATION: CWS changefileheader (1.7.124); FILE MERGED 2008/03/31 13:04:22 rt 1.7.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e688231685f30528e8423035f6d021da3d446620]

        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>  [7a564d032fe32f0556fc23a1df2c012a6c72d269]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:55 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [836bddf68c1377b4b2a2d61787309e1eace8de80]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:43 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b09196730e38e19341485ed55d0f2e7a6b1df5d]

        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>  [24b8f807ef7b629ca2c6ab7553b1db7313829eb9]

        INTEGRATION: CWS changefileheader (1.14.82); FILE MERGED 2008/04/01 13:02:54 thb 1.14.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:22 rt 1.14.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5a848e8c2442f1c60810e983ee7ef097e867a62]

        INTEGRATION: CWS changefileheader (1.53.2); FILE MERGED 2008/03/31 13:38:43 rt 1.53.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b4bcf6c1887fbfab3b6e28d721b8c63f7a0728d]

        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>  [7e2755a5d8169e91a34e983fa088d965656cac46]

        INTEGRATION: CWS changefileheader (1.9.190); FILE MERGED 2008/03/31 16:24:12 rt 1.9.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90f3f72f31c13b517239b7d6d3f8523aa4a4756e]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 12:22:55 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed76e076d37c79319df80c8347ad50f70375b15e]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/04/01 13:02:53 thb 1.6.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:22 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea563f7271e59989155bb96f71244ee3ec00872b]

        INTEGRATION: CWS changefileheader (1.19.280); FILE MERGED 2008/03/31 13:38:43 rt 1.19.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14e48df3aa53e5a4283cb42996a8ab54fcfcc921]

        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>  [6580f2f9f2de0e5042c5aa58b7af5fe32327d54a]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/03/31 12:22:55 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fc27eb5dbd0461631ac1b004f8416ed75b58e12]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/04/01 16:07:32 thb 1.5.82.3: #i85898# Stripping all external header guards 2008/04/01 13:02:53 thb 1.5.82.2: #i85898# Stripping all external header guards 2008/03/31 13:04:22 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [511569099b26717570f45832d3c9ca797efd3e42]

        INTEGRATION: CWS changefileheader (1.81.28); FILE MERGED 2008/04/01 15:39:43 thb 1.81.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:55 thb 1.81.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:40 rt 1.81.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [034c056775dc8089ab5abf1a2202ed8fd0165ad0]

        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>  [1d125b062e3118c921015196f9f524af24a235e6]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 15:06:55 thb 1.13.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [455e41818f065d57971421fa1a3cd4d1c39322e1]

        INTEGRATION: CWS changefileheader (1.18.190); FILE MERGED 2008/03/31 16:24:12 rt 1.18.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75ed6469a7856f8805e47abc1c842c4533266be9]

        INTEGRATION: CWS changefileheader (1.32.8); FILE MERGED 2008/03/31 13:04:22 rt 1.32.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db3239ff55e568db307383329a2c03358035459f]

        INTEGRATION: CWS changefileheader (1.35.28); FILE MERGED 2008/04/01 15:39:43 thb 1.35.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:55 thb 1.35.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:40 rt 1.35.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4715e057b4e018fa47c2f71888b20f64db6ebd16]

        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>  [89d3b03d738f3db9b204e5a896fd559aaf127431]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:54 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e846d6df27813849ec00ed168723e3c75c17112]

        INTEGRATION: CWS changefileheader (1.23.58); FILE MERGED 2008/03/31 16:24:06 rt 1.23.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26aa460ccd7cea706cee97ed3c5d673af94db325]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 15:39:42 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:40 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cce454dba9c170f51b7edce8057148e30f7a5877]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 13:04:22 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e17d71fba5a685f8d0a89358246746b6e6c85ff7]

        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>  [db23835c98e3ab5123c1877ebe01e2c386357a5a]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 12:22:54 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [161e933c47fe4f1982d72e1498721ef9bd26dad3]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 16:24:06 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2e9d462ea0a2ba5ca3ef9268277e0db43e1e996]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/04/01 16:07:31 thb 1.12.8.2: #i85898# Stripping all external header guards 2008/03/31 13:04:22 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbace7a95bcfd7f0765566c6d649e4b9d13361d8]

        INTEGRATION: CWS changefileheader (1.133.76); FILE MERGED 2008/04/01 15:39:42 thb 1.133.76.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.133.76.2: #i85898# Stripping all external header guards 2008/03/31 13:38:40 rt 1.133.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [512e495020a6700d9a84f443e629873d00cb638b]

        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>  [d090a95611d9e4d17850d539654e770dfe09ff6d]

        INTEGRATION: CWS changefileheader (1.11.130); FILE MERGED 2008/03/31 12:22:54 rt 1.11.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f3a56a659f4c334b72480023f3ba69dcb0565d0]

        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>  [20a5b7ff849f66153ee48fee890904faf002793b]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:39 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97626374867b0bedf39f01b4ca9f46764a465071]

        INTEGRATION: CWS changefileheader (1.22.16); FILE MERGED 2008/04/01 15:06:55 thb 1.22.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.22.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.22.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b01c74c3ea24b67ed5cbafa1075e4420fe23de9f]

        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>  [08479dce9fb4f225b878f3f432c8c9f94bbd1f9d]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 16:24:05 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e4defcd2950bf60693c5574d5d43a32ab54c38e]

        INTEGRATION: CWS changefileheader (1.54.28); FILE MERGED 2008/03/31 13:38:39 rt 1.54.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [695d06af52822165b6cf76e72bcf2ade7c4d65e1]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:06:55 thb 1.14.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc410274a6c36d524ef67ec2b144f4cb30400c4b]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 16:24:05 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d3beb263c8c72106cb0d982f8e94fc48507e215]

        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>  [0049186cc9baa979c634a793b429fb097b66b1da]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:39 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d60d89c83590781e564477428af10522c7e67ecf]

        INTEGRATION: CWS changefileheader (1.23.16); FILE MERGED 2008/04/01 15:06:55 thb 1.23.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.23.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.23.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51092c2db07f1568713eafe6142ba6e9d9270d42]

        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>  [98e3568618244750c59f22495c0e57d38a80b9f5]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/03/31 13:38:39 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f29920f6e0f292fefaac1c7042f079fc14b3d05d]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 15:06:54 thb 1.6.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85f3e596061d0cc301a9f2c8aa8e0c679629dcc7]

        INTEGRATION: CWS changefileheader (1.94.70); FILE MERGED 2008/04/01 15:39:42 thb 1.94.70.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.94.70.2: #i85898# Stripping all external header guards 2008/03/31 13:38:39 rt 1.94.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c09c3888e7fb9c58bdec7ff7e7dbcb40189ed99c]

        INTEGRATION: CWS changefileheader (1.48.58); FILE MERGED 2008/03/31 16:24:05 rt 1.48.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [279b73b7e5ecafd33771b70c1389232d3a5843dc]

        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>  [2718720dfce7691c527027479b4fcd72cd75acaf]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 12:27:35 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9142b04a267460cfe73ddfbd06688e124b5ff5d9]

        INTEGRATION: CWS changefileheader (1.73.196); FILE MERGED 2008/04/01 15:39:41 thb 1.73.196.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.73.196.2: #i85898# Stripping all external header guards 2008/03/31 13:38:39 rt 1.73.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [634795e040c4d462ebb6af59affa3aeb2eae8b50]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 16:24:05 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [573a47c859456da59bcdf48d7295b5d8cdef380d]

        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>  [6406e7b0a841b50a9aec84ac4e07eb657e9e47b7]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 13:04:22 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [750c62fa6b5699cb3809e8d765b4358dd38cad58]

        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>  [114941829a6f3b201c07fb8c27b23f0f6342b46b]

        INTEGRATION: CWS changefileheader (1.24.28); FILE MERGED 2008/04/01 15:39:41 thb 1.24.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.24.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:39 rt 1.24.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60acbd9ec69cbf4079b1a88fe50fceb278c4a606]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:54 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:54 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [446438f53d2c1183cb01b8734b1b7a804114725d]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 13:04:22 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fdb97b84cbdcc21ac811d54164b5c43cb8001f2]

        INTEGRATION: CWS changefileheader (1.18.80); FILE MERGED 2008/04/01 15:39:41 thb 1.18.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:39 rt 1.18.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d54b824acd0d94ca6b5c0719084d778aa8632f8]

        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>  [a4d34221c3e9c93cccae7a620cac609e0dc4543b]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 16:24:04 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f06963aac00bfdebb45f786d5e8510ddd0bf0a79]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 16:07:30 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:04:21 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b81979de9086db12393303cc0c9c03c6f61016f6]

        INTEGRATION: CWS changefileheader (1.25.216); FILE MERGED 2008/04/01 15:39:41 thb 1.25.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.25.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:39 rt 1.25.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5d5b612cdb63fc1ac4eff763ef4a8dddbd4e91e]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 15:06:54 thb 1.6.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:35 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aec4e13366ba648fad17a3c65c749a984840e72a]

        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>  [20e51e4a954464870b760cf83a7e394325f4fdfe]

        INTEGRATION: CWS changefileheader (1.46.58); FILE MERGED 2008/03/31 16:24:03 rt 1.46.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c2cfd4f72ef5ff73889c23e7805eaa88c24bbc8]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:04:21 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67f88d1418a544b8dfe2926cc6e05a31091d0742]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 15:06:54 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:34 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b809ce8cbdd46028652e79f961097764ab2d79b]

        INTEGRATION: CWS changefileheader (1.18.352); FILE MERGED 2008/03/31 13:38:39 rt 1.18.352.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6fc0c0974b534d9b0da541f4f3a4db70c061e7b]

        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>  [a62f9104b745494e537fb91b0c39fa4c6c7d542b]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 16:24:03 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d32f3ec0108720cef0f5d5ecf58b8c4d801659b]

        INTEGRATION: CWS changefileheader (1.2.82); FILE MERGED 2008/03/31 13:04:21 rt 1.2.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d682305cc57e9b235da2fad20eb725d8834d83e]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 12:27:34 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f78374cc787604681a639f1416429599564bfade]

        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>  [9d092d1c216a7cee4518ed30b6188cdd7f4909ba]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 12:27:34 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9b1c8198ec7c2bcd75ab9458a51db099cc8b311]

        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>  [4179ec704b450166448e67bdb592dee85bc1c8ee]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 13:04:21 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8a35db6f24388a2d4b6ca30a806a3f9ab7353de]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:06:54 thb 1.8.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:34 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [736dda79ebca12610afa35cf3dfc1f4aceb09990]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 16:24:02 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb230db69d2425cc0f42b632a20532e5ebb43ded]

        INTEGRATION: CWS changefileheader (1.31.28); FILE MERGED 2008/04/01 15:39:41 thb 1.31.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.31.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:38 rt 1.31.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94c0b945c73b6ee6eac1179812758081a531b3ef]

        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>  [ea8ebb065baa4c6d72aebe4faa9b4b521ef92dcf]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:34 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7e1b9323f906c6bbd187a45fd41a3ceea5aeac3]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 16:24:02 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab714b91dbc029f52c222ff9e05b69ff7abfc1cc]

        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>  [cf17a2c390a8d54caf5805bd5bcb0f28fb5906f3]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:39:40 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:54 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:38 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b092b714fb274fb8bc2e34f64237e24f2afac115]

        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>  [426c368530b00c3c1830cb36b34017efb90d5485]

        INTEGRATION: CWS changefileheader (1.19.16); FILE MERGED 2008/04/01 15:06:54 thb 1.19.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:34 thb 1.19.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.19.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [122bf5cd588c4001d3d0cacf4a9c58096b748c30]

        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>  [55a41821866ea2bc2be37746acb8f6a757b3c365]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 13:38:38 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [726ecc0caf364d0a4b99ef6d1aca967dc5fe4536]

        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>  [40f8cca1b0ce23cdc12c1ace8827100666195642]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:54 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:34 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64fc322e01f6d8b8c6818e8dc5eb0c30bfb69316]

        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>  [1210590740e80ac088958e9b6afa2d801805b11d]

        INTEGRATION: CWS changefileheader (1.89.72); FILE MERGED 2008/04/01 15:39:40 thb 1.89.72.3: #i85898# Stripping all external header guards 2008/04/01 12:40:53 thb 1.89.72.2: #i85898# Stripping all external header guards 2008/03/31 13:38:38 rt 1.89.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fca62ab22df5282ecd9836fc368e5d2a959a814]

        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>  [1b4b3f7bfa7274dbc86ce9e0ba28077785028fec]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 12:27:34 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d56e20c09305d2cd71b4caa6d77067e1dbcc88af]

        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>  [9b8f9f37c64ef3aac41cff9036bca702a1b9ce22]

        INTEGRATION: CWS changefileheader (1.53.58); FILE MERGED 2008/03/31 16:24:00 rt 1.53.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1a5edd9aa2bf5f0381ef6385ee78e453ef8df56]

        INTEGRATION: CWS changefileheader (1.54.216); FILE MERGED 2008/04/01 15:39:39 thb 1.54.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:53 thb 1.54.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:38 rt 1.54.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6cf2266353bcae66859bee7a695aae9282d3e22]

        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>  [29c822b5ec00dc0905a557c369a0b880e3a44ab4]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:54 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5200bfa2483d416cebda1fa2dbbd73e06b387e21]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:24:00 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cae350676a746e277f91d4142926555cdc3f9f3f]

        INTEGRATION: CWS changefileheader (1.67.214); FILE MERGED 2008/04/01 15:39:38 thb 1.67.214.3: #i85898# Stripping all external header guards 2008/04/01 12:40:53 thb 1.67.214.2: #i85898# Stripping all external header guards 2008/03/31 13:38:38 rt 1.67.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3ce0222336334560725423fc8817236b7c2e7a3]

        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>  [5ff76bb5a766a9737d06b3e6c8df4b96ad0318ec]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 15:06:54 thb 1.12.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3de9a2f513fffbd91077e42944e5a0ce90f09a5c]

        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>  [e4049373a433406dc19ab9cf779a48d9d4dea066]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 16:24:00 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12ce551d569c687823ea3651328d6eb42ed5627e]

        INTEGRATION: CWS changefileheader (1.8.556); FILE MERGED 2008/03/31 13:38:38 rt 1.8.556.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7654260a234ccfa32adbd6b838ed88f7533195ac]

        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>  [612d477423809210b9728a2e9ad4ead728614b76]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:54 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2606b9f9810819f32b887e9b27018ff487c3f1e2]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 16:24:00 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73d611911d0aec6e2d15878b8e126a89d6610d45]

        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>  [f992b25217d15bdf619e863e51f9882d07f28e87]

        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>  [24ef7d17ed7bcd70724b0cd4d2c89f6d36bcd7fb]

        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>  [72f67821d27847fa8773870b96fb2842d4e5c53b]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 12:27:33 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8e648c531a36e1fe6955f5ed8c41725b7634702]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 16:23:28 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [650b236a910badd32ea2c837fefafee6967ceeac]

        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>  [9a627a641b66cb66d0961d6273aeaafe6311fe9e]

        INTEGRATION: CWS changefileheader (1.31.216); FILE MERGED 2008/04/01 15:39:37 thb 1.31.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:37 rt 1.31.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31a4102e8310509b24c21f31d49b8edf30bef8e0]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:53 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b046376af7a42db4f1e3fd8b0432f6ea7362b95]

        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>  [1c269b581b9e1579d9a46ed1e715ae156a92c3d2]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 15:39:37 thb 1.15.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:53 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:37 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebb6ef26eb3b7811f173106a778197e1ad1e4efa]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 12:27:33 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:53 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02e844c59ae49dc1dec325acdc5b25a4ca1c780a]

        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>  [192671d608393a08c9c32916c4b0a4aa80766a32]

        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>  [42ceb08d3659a660cee514c2bcd1bf5d901e94f9]

        INTEGRATION: CWS changefileheader (1.9.556); FILE MERGED 2008/03/31 13:38:37 rt 1.9.556.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba8d1cdfba76ff751935a6982a08f6e871ccd18b]

        INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/04/01 15:06:53 thb 1.22.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.22.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fe48cef0d9ef6f196f0b107ce602000ddad5340]

        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>  [dc1fdcf788cec37ac21203e0ffcc8f103adf695c]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:06:53 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39150f90a3d471126872ec10a9ad473396345660]

        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>  [f22a735998d39da8140e8b4109eb9d57d5ce5306]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:53 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [222864672db2280c0c9419cbd90345a20b09d2a2]

        INTEGRATION: CWS changefileheader (1.8.556); FILE MERGED 2008/03/31 13:38:37 rt 1.8.556.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4fbe2fcf752148590dd88005cfd1125918d6318]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:06:53 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56c3086570339aa126a20a018f5199759b06d5ab]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 13:38:37 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [182134f9240597a39fedd1e331d815383cb9ac13]

        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>  [484dc755a1f883ce2777e3004c0a38b4bbba9b4b]

        INTEGRATION: CWS changefileheader (1.34.78); FILE MERGED 2008/04/01 15:39:36 thb 1.34.78.3: #i85898# Stripping all external header guards 2008/04/01 12:40:52 thb 1.34.78.2: #i85898# Stripping all external header guards 2008/03/31 13:38:37 rt 1.34.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a5514915eefa8d4c6c4badd8530fc727a3d0547]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:06:53 thb 1.5.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:33 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4778cfee3873ffc1985d5e1e5996d3f8e1d5192f]

        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>  [c72b91fc213dd97b6c6932d7bc6ff44a54349d3d]

        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>  [7d0246898ec3fc63044b5126df13ad083292cffe]

        INTEGRATION: CWS changefileheader (1.47.216); FILE MERGED 2008/04/01 15:39:35 thb 1.47.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:52 thb 1.47.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.47.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbb5d67e48c43ac087625f89c4a5ac5106b86cf1]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 15:06:53 thb 1.11.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f388d821c6ede08f6918f6663bc8129871681a8e]

        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>  [5271b2c6fafcb9e7607993291a4899e416b0beac]

        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>  [39f89f0bde17af9931d5a82d5b499e9eeba6e826]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 12:40:52 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b65e4c839310f15404e13f8b790bd93a35636ec7]

        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>  [122b288c2b27c974ef9b65ee06848281a5ca387f]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 15:06:53 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [784cdba5587c65bd118f20da2dc39772b267e845]

        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>  [724782b8e5582e99a73320b75bf6569a3b4ce34f]

        INTEGRATION: CWS changefileheader (1.40.216); FILE MERGED 2008/04/01 12:40:52 thb 1.40.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.40.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39785a0bb383d94d1346df524feffa1adac053e1]

        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>  [6d535ad8722fec342ea76b22f48d2f26f76363b4]

        INTEGRATION: CWS changefileheader (1.21.80); FILE MERGED 2008/04/01 15:39:34 thb 1.21.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:52 thb 1.21.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.21.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad959dbc48cc49a7bd9411d8f810dea6d785d77a]

        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>  [2d787f175a0b22e058665c535c523a2b08d52f1e]

        INTEGRATION: CWS changefileheader (1.30.268); FILE MERGED 2008/03/31 13:38:36 rt 1.30.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7304e80a924b7e4d6c927ffcee32e5841506329c]

        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>  [d176bf136a2326b362009787f1d8597deaef17aa]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/03/31 12:22:52 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dec243d0ad037cf54e2acad0f7be73964aad6ece]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 13:38:36 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f37dd80376d022355d4f7a1148637d9c8b823c66]

        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>  [fdf3c3940d69bf60a814b7308fb76583aacc2df3]

        INTEGRATION: CWS changefileheader (1.17.72); FILE MERGED 2008/04/01 15:06:53 thb 1.17.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.17.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.17.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98736b2d80ff04f6a4399edc48652bca1f6ecf04]

        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>  [dabcecc23de61bc7e3c34a7f2e3ffff174798486]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/03/31 13:38:36 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41885d4ee0d2d17a057be9568a442ce70cf9f1d2]

        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>  [ebb334943ec8c7288fd3eb8705ef5fd3738034c6]

        INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/03/31 12:46:09 rt 1.2.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5abede58a6eabf932e31e87325b38e1c44e4e026]

        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>  [8358b7a0e5790bdd1dcf1008bc9b099e1084d956]

        INTEGRATION: CWS changefileheader (1.5.732); FILE MERGED 2008/03/31 13:38:36 rt 1.5.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb87834c3c7613232dab5963c030d99cfcdb73cb]

        INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/04/01 15:06:53 thb 1.22.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.22.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.22.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe6f665397e2c918c63c8671a1b5f3a3d06416e8]

        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>  [af5ea602328e27dc9a9f8cb9508533f873785618]

        INTEGRATION: CWS changefileheader (1.35.216); FILE MERGED 2008/04/01 15:39:34 thb 1.35.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:52 thb 1.35.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.35.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e7c90e1ecb44a4cee33ebb3c5fcf9bdf77e9253]

        INTEGRATION: CWS changefileheader (1.27.112); FILE MERGED 2008/03/31 12:46:09 rt 1.27.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [613f07985c6a481e5119f5bc100834407918d145]

        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>  [5fde4c30c310372e214eb9384b209d5a693fa4c0]

        INTEGRATION: CWS changefileheader (1.39.16); FILE MERGED 2008/04/01 15:06:53 thb 1.39.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.39.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.39.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79eac65ea167bf96076ae79a42f601a85b6511a8]

        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>  [5079384bb14d09791fef64368d956ebb96d9a752]

        INTEGRATION: CWS changefileheader (1.30.80); FILE MERGED 2008/04/01 15:39:33 thb 1.30.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.30.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.30.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59affc55f0e1ad3bbdc911339608e386f5d10d3c]

        INTEGRATION: CWS changefileheader (1.26.112); FILE MERGED 2008/03/31 12:46:09 rt 1.26.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b500c981e854826d923c8d9e1ff72619d5434cc0]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 15:39:33 thb 1.12.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:36 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b7ffcfaa67d0799dacd539e4be6a3d46571676d]

        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>  [37fbeb9c8a6492f3388e7c76fbcadb909075c210]

        INTEGRATION: CWS changefileheader (1.20.16); FILE MERGED 2008/04/01 15:06:53 thb 1.20.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.20.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37aad9b2a35077a18199daf382b73c3bc345a93a]

        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>  [8ff5362aeb3586f87bc2ad285c5ed25788d6a1f0]

        INTEGRATION: CWS changefileheader (1.10.208); FILE MERGED 2008/04/01 15:39:33 thb 1.10.208.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.10.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [050a5192fe2e099dbb8f73b2298814c1dd81b5e8]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:39:33 thb 1.3.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ba488ab7fa7546a4e9c4a4561c4dc698422346c]

        INTEGRATION: CWS changefileheader (1.28.112); FILE MERGED 2008/03/31 12:46:09 rt 1.28.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee7445fd5cacf6ff0457c66bb5841474566e71d4]

        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>  [8a2068f5a154118c890d54e7d511978127406dad]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 12:27:32 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:52 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [347d897307bb429dc747457c66edd1b01be8eb56]

        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>  [5fbc1acf7361098ce6053ecf41996f0bc2c3be6b]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:39:32 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ad5262a3a88e79c76fa20595ebb799ca71fca05]

        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>  [ee4d3e4db44406c6121e599afc1e7739430cba7c]

        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>  [a8f7fffc161b302622639ba960538ea3a857c66d]

        INTEGRATION: CWS changefileheader (1.17.216); FILE MERGED 2008/04/01 15:39:32 thb 1.17.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.17.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d61a4902db45367295dcb5ca6a65df0b52a92ab9]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/31 12:46:09 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12d79f1c8ba84fc8ea0662e812c0b8a1101ecda5]

        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>  [f000a57043e9c76516a5b711d8ec058874997599]

        INTEGRATION: CWS changefileheader (1.79.4); FILE MERGED 2008/03/31 16:23:18 rt 1.79.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46cb82afcf8d34d307e7eed9ed04ea18565d9114]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:39:31 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59396ab9db4901585602026623d2f8e57bd94b91]

        INTEGRATION: CWS changefileheader (1.6.266); FILE MERGED 2008/03/31 12:46:09 rt 1.6.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [952abdbb7ad692c22c3c16521bd199a44d6a0863]

        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>  [96004e85099dc66590f9b55981b6be454274ed3b]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 12:22:51 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55aacca4eed3f2d340e1fdce2a447a483bf0c30c]

        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>  [6536fc59125499971def87a71c72fac7847f3289]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/03/31 13:38:35 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6eaeb8506d4834b5766f3d98f1648f22fdd35c1c]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 16:23:18 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81c5ef89768871287d075a0409be425057b816a6]

        INTEGRATION: CWS changefileheader (1.7.266); FILE MERGED 2008/03/31 12:46:09 rt 1.7.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30453a24b1014a63ed2f7f296b931f81a341e519]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:52 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:51 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c39617b9a431f84275cd786f06af115a9b05bee]

        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>  [13d00616842a0c8f6bf8cb7c6a78bc0af9542368]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:35 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef24e8ad4cb7726e42fd6422c645f131736c42c8]

        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>  [51ba01f0f3ba32949819242cb97f43f99d0a4c35]

        INTEGRATION: CWS changefileheader (1.32.14); FILE MERGED 2008/03/31 12:46:09 rt 1.32.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a02d5ba3bacbe5f062bdddb8e4ca0b7e2d08d714]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 15:06:52 thb 1.12.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:32 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:51 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [970d018297401c3d23c99ea23070b2d2b14ad25a]

        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>  [395aa98ee7a3ad43ee635a73c1b18d985129bac2]

        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>  [deadd3c89c1355ef6c25c7180b1c786571cd0f9b]

        INTEGRATION: CWS changefileheader (1.65.14); FILE MERGED 2008/03/31 12:46:09 rt 1.65.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21af12afb82f1ca4938a257a5899b62e64fd58f5]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:52 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:31 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:51 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d9f1cc6c82e6607452419ef4f243f20d444fa73]

        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>  [875c376bb81af69484d653f5a5867506c380fec5]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 12:40:51 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [867b18eb9e92fbd5d94c2f311d39e1cc8435bd5d]

        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>  [cb77ac125f9dccb1d0f1734b2df86b8693ef3dc8]

        INTEGRATION: CWS changefileheader (1.63.58); FILE MERGED 2008/03/31 16:23:17 rt 1.63.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a69c4a0dba3b598dd35f55a22591d33009935fcf]

        INTEGRATION: CWS changefileheader (1.4.266); FILE MERGED 2008/03/31 12:46:09 rt 1.4.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a21d000455ac5c55562b18007e1c84214b6ad39]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 15:06:52 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:31 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:51 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e48a28ca32e4a0348cb6ff894e802cbc846c050]

        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>  [1cc492b42981a8b9eb55bf4ef73230f36b1b4fbb]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:39:31 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6aed4bd09e92abb15220d058c2cc21cccc3b5739]

        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>  [30ca4b14bcf8773c8729f02ba184f8fa46bc407d]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 16:23:17 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1822066477819e9c5bf4918fdfa66425876e373e]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:46:09 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3a1bf24befd2776b2bd986e86e75443ad5e11bd]

        INTEGRATION: CWS changefileheader (1.3.194); FILE MERGED 2008/04/01 15:06:51 thb 1.3.194.2: #i85898# Stripping all external header guards 2008/04/01 12:27:31 thb 1.3.194.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb8f0e3b998658ceff791a84442a96a7bb2024b7]

        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>  [eb1637af85a086fce6fd8bd495e44344219797ac]

        INTEGRATION: CWS changefileheader (1.5.570); FILE MERGED 2008/04/01 15:39:30 thb 1.5.570.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.5.570.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.5.570.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db85adfdb2f2ca807f611f1cca2f7af55b1a3299]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:23:17 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6eb930125ca32187642d8282d6621dd2d7c28585]

        INTEGRATION: CWS changefileheader (1.8.212); FILE MERGED 2008/03/31 12:46:09 rt 1.8.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b945867b5b78039f31de9118affe02a7a8054ad]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 12:27:31 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ac97632090107a2842dcf5916032a51b3aed18c]

        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>  [34dda7f3735aec807cf91c4cb8e68aa97acbfe7e]

        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>  [0326f1559c8208dff4f84e8f864f33332d8e9d70]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 13:38:35 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [434912fd248892fbd54df2236b4ccd84f3c02ea1]

        INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 16:23:17 rt 1.8.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78ffe46e70b3a0285c6bb1c4a0bcc6e0d970272b]

        INTEGRATION: CWS changefileheader (1.32.14); FILE MERGED 2008/03/31 12:46:08 rt 1.32.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c801a916ca0919239e2c1e7b349bbef32cb2c5dc]

        INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/03/31 12:22:50 rt 1.4.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [962bb712530860cf1fd478d4651485cff4fab046]

        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>  [a3df8a0554001d15e06de75f1b57d03efcde2566]

        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>  [f56a5ef30e12131ad3a5585ffe0445c00ea29cf3]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:16 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d15c84c57c0dbc2796ec28e6302b9b0368b4922]

        INTEGRATION: CWS changefileheader (1.15.112); FILE MERGED 2008/03/31 12:46:08 rt 1.15.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a0155cb08b8d57df8d8e3f556f3ac61e470b842]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:27:31 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12e9870efa9d97c4c9d2561da0628ae3460fe0ed]

        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>  [6676fefd6f15a27aab11b542bc6a322699ea40d3]

        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>  [f13bd0ad954a2eefedff1d3e2ffe4128e16a6815]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 13:38:35 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2640c2375d042b4436c947a770b524f692b66f8d]

        INTEGRATION: CWS changefileheader (1.6.266); FILE MERGED 2008/03/31 12:46:08 rt 1.6.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1f4519fb5202b1394f91c3f08e151c2320527d0]

        INTEGRATION: CWS changefileheader (1.17.72); FILE MERGED 2008/04/01 12:27:30 thb 1.17.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.17.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cddb5f1b5fecb8e0156794a36dfcf7f7756ca94]

        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>  [4e33729aefbcf9a261daf80376d15e48a329a29c]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/31 13:38:35 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e44c7c420b55404de090864f8d7b7a117902d590]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:16 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [109976eae69eab2f0ae3ca5d7167b572269bfd03]

        INTEGRATION: CWS changefileheader (1.27.212); FILE MERGED 2008/03/31 12:46:08 rt 1.27.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8955988146649d9a6f8cbaefcda227c8c57812a9]

        INTEGRATION: CWS changefileheader (1.16.72); FILE MERGED 2008/04/01 12:27:30 thb 1.16.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.16.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1f8a52aa05cd8be6bd2b23e7553478154900c60]

        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>  [801d401d6c8009cbd7eab7d899c1e8f01eaa492f]

        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>  [859d4b0c413edfbe2615cb986b0638970f63d958]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:39:29 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27095302051c04041ce0a5161299ccd5e239084a]

        INTEGRATION: CWS changefileheader (1.9.136); FILE MERGED 2008/03/31 16:23:16 rt 1.9.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53b2b956070d56811077831ee4b7cf3c976957e1]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/31 12:46:08 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0134f42301a949146a5fecabe1dc617cf3320d6e]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 12:22:50 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4637625ac224904b6b4def35103be76e7335681]

        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>  [eda13c2be4cf3d69b886fab62d07c95e228d8c96]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:39:29 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aeb234fe8caa1764752ae68fff1bce45aea847f6]

        INTEGRATION: CWS changefileheader (1.21.6); FILE MERGED 2008/03/31 12:45:25 rt 1.21.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fce2e6fc57c7cc19740935c50a8f357bdc03acd7]

        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>  [ef00745cea823fff2c651c9ff5b157ad19df5d77]

        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>  [5cbea932343c83c1dc4a47e42b83d03ee4b9a1be]

        INTEGRATION: CWS changefileheader (1.2.288); FILE MERGED 2008/04/01 15:39:29 thb 1.2.288.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.2.288.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.2.288.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02caf1a727ebe76b1bf5d9fd81ad9caa4f98a13d]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:51 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:30 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ea2587f8d77f6115a2bb6ed8a0d834adde23063]

        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>  [e61b5fb65ea442941cadd0e1c4a85769a17cb2cd]

        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>  [baf4ff8f8d48894ec7ddd63180c09d1e45f0f763]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:51 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:30 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02ff6b80c9582f55b1a2ee0d9e64fb4511c888df]

        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>  [541d89adca7a658547d4f39da128798b9fea16ca]

        INTEGRATION: CWS changefileheader (1.43.28); FILE MERGED 2008/04/01 15:39:28 thb 1.43.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.43.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.43.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05214df81112422259b64f3db8dc5607f9b20e0b]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 12:27:30 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b91d8507549f69ffb359a4276acb35fa9103e11]

        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>  [5879ba6321ef17d9ff4ccc8cc2c1897545498a03]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/31 16:23:16 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44df7c7e5e9901b6f4759aa29e77e3e8b36e352b]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:38:35 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4afaa09362891fb5d43022bffb8a242605d56a0]

        INTEGRATION: CWS changefileheader (1.9.130); FILE MERGED 2008/04/01 15:06:51 thb 1.9.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:30 thb 1.9.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.9.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1cca36eff7336d92e4c3bf73981d142c1e259aa]

        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>  [d72a899a571947504b19c4006c0d76aac84344f9]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:23:16 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60ef4dddc544ebefed6d0360ed4d0d918512e83e]

        INTEGRATION: CWS changefileheader (1.23.72); FILE MERGED 2008/04/01 15:06:51 thb 1.23.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:30 thb 1.23.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.23.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b6911de6cf245aa1a8f53d7c88daf15ef3037a2]

        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>  [6d284d75b1496d6eeed09f0d7e9e8ea5fb37877a]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:39:28 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ddaf46b8b013721b84fc9d6011b290f32a4dbb5]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:27:30 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d235fde391e414c60d7ca5f9362b48fc1ea0d32a]

        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>  [982922dfe7092b8d996bf9672e0730578ae48ae5]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 13:38:35 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [510c1940663bd4b0534e4463bbae14df53692b35]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 12:27:29 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bd1a21bd1365ca5ad58ae3cd463202f601f495e]

        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>  [36b730a7aa02bdb9fa52d24a63e78387d93d050d]

        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>  [29fb588bce3e840b913f47fc31838eaac603dc1f]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:39:28 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ae2d5ab57dbb9792f539f136a72bdda3476e2a8]

        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>  [369fd1883c7a4fa006f2f619bbe06e1234fa85cf]

        INTEGRATION: CWS changefileheader (1.25.16); FILE MERGED 2008/04/01 12:27:29 thb 1.25.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:50 rt 1.25.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [607b39e368e5087761a94eefd063cd882164969f]

        INTEGRATION: CWS changefileheader (1.7.140); FILE MERGED 2008/03/31 16:23:16 rt 1.7.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6c266190b3d706fcd147b697ccc90b38d2f6a4b]

        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>  [b5ff85bf3bc6ca2e43720af2ef425f29e671894a]

        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>  [f069bbbde5d8e0b0c84f611f5e8cc36bf2a56efd]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/04/01 12:40:51 thb 1.5.580.2: #i85898# Stripping all external header guards 2008/03/31 13:38:35 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff1436263c2eb520ff362f79614219fb90e9701f]

        INTEGRATION: CWS changefileheader (1.26.120); FILE MERGED 2008/03/31 12:22:50 rt 1.26.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48d8bfb942f20cfa49b639a08ad04d98a5fb2901]

        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>  [4a0257e707fcb9ca10dace246505baca781c7e86]

        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>  [baf3038e7be7d682ed74232672599fc34511c9ce]

        INTEGRATION: CWS changefileheader (1.3.416); FILE MERGED 2008/03/31 13:38:35 rt 1.3.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a472030d819adea6534b642fea6118f77a3bf8cd]

        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>  [98670f2d2ff1824a7bcf1334a4b09380bcb164fa]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/04/01 15:39:27 thb 1.2.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b514274ec160340a5883cc2194e9be0c697f478b]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 12:22:49 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc8cf46c3d53f41d892cbfb3104f0bc7279e8270]

        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>  [58e0a2f405fe0312be0ec91f7efbef122b369252]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:39:27 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53befdf22312add09eb163ed032cde288950cd76]

        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>  [5e2b3ecdef1fd338b9369b8bbc02b44b494b835b]

        INTEGRATION: CWS changefileheader (1.17.72); FILE MERGED 2008/04/01 15:06:51 thb 1.17.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:29 thb 1.17.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.17.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3eddd189379ea86806e46399d7a2b010ba9289be]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/31 16:23:15 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1228331ba6c3619b887905925fa42e84939ffef0]

        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>  [e8a8e4f7a3241122c9be5d142246653f5ec48054]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:40:51 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5dadd2463099f0104128d650028726bb219eb65]

        INTEGRATION: CWS changefileheader (1.32.72); FILE MERGED 2008/04/01 15:06:50 thb 1.32.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:29 thb 1.32.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.32.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [013525c20b8dd887e294945051f101cd9f4da714]

        INTEGRATION: CWS changefileheader (1.7.140); FILE MERGED 2008/03/31 16:23:15 rt 1.7.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa1f8252645a8d072e0048821f860c12b1714c1b]

        INTEGRATION: CWS changefileheader (1.30.118); FILE MERGED 2008/03/31 13:38:34 rt 1.30.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ae6493371f856b9894a51d78ea9496e83a6d05e]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:49 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28285b0e7da99bf45460a77130e5f83bd3739814]

        INTEGRATION: CWS changefileheader (1.13.112); FILE MERGED 2008/03/31 16:23:15 rt 1.13.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b75fa6a84c2c45769c8190711572530648b4ea2d]

        INTEGRATION: CWS changefileheader (1.8.732); FILE MERGED 2008/04/01 15:39:26 thb 1.8.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.8.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.8.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1dcb0d30546a611e2edcb007fa384026916d4510]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:15 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fca2cdfeb90d882aa40dee70bca9d1d0e028053e]

        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>  [7a40f3c02bfab31962163d944db672d7d5bcb28d]

        INTEGRATION: CWS changefileheader (1.3.416); FILE MERGED 2008/04/01 15:39:26 thb 1.3.416.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.3.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e68c190d1e6f3d401a85cde221e6a756e18e4162]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:50 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:29 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93708cbf51ac17db689ed33664f65510c25fbc39]

        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>  [fdc6886d9937f532ae6e55b7f54dfd48df36acfe]

        INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/03/31 16:23:15 rt 1.8.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2af19e56ae4d04377c7246feda5fed3484e12227]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:39:25 thb 1.3.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f07fc226e82311623bd22b906e7287c103c7f04]

        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>  [204ab66f72e4c7022502cd83cf1ff4fd04929f62]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:38:34 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90e149d79778618a80ccaa367b970fbc6a317ac9]

        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>  [3fd0a4d2f9a08a4db4064e5f731f29bc5c8952f7]

        INTEGRATION: CWS changefileheader (1.33.16); FILE MERGED 2008/04/01 15:06:50 thb 1.33.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:29 thb 1.33.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.33.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e7c1a68b17d36bff9d7fe523c22b05ef4c94852]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:15 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6b4ab280574e6041d9a7e01dd62fd41bbf11930]

        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>  [6df7383e8c6ad6a5efdc37bca81905bd8de1b20c]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:39:25 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:51 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [327bb888c0f4205b719c3ee99fc24e337f28f9c5]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/31 16:23:15 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc917b42a00145dadd42230d8d09894d47a5eb85]

        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>  [56651a5a179ca35801a610b3c8abf07fe0413d0e]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:39:25 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f77efef0912919087c5369f1111cbe3b59153f5]

        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>  [c79a8e17b804debd049de9c645bf933cefe603e7]

        INTEGRATION: CWS changefileheader (1.27.114); FILE MERGED 2008/03/31 12:45:14 rt 1.27.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b594df71948df44a36bd5ee4785d55ef138efe0b]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:39:24 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:50 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84d2dfaf8baf450af123d805e531c5f73ac549a2]

        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>  [c6bdf7b89e1809c0e5a555068ee0aea7fe6d767a]

        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>  [4629fede463ad3b3eae309aedd1efba263db526f]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:15 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9433737f2455b1b410cfcd3dcc878f17732aa962]

        INTEGRATION: CWS changefileheader (1.9.266); FILE MERGED 2008/03/31 12:45:14 rt 1.9.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7f5f392e86de7ef9af59647b0e5a32d07b7ed04]

        INTEGRATION: CWS changefileheader (1.40.44); FILE MERGED 2008/04/01 15:39:24 thb 1.40.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:50 thb 1.40.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.40.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c8dd0dafa7e4dc67640f2c331a5c6fee245a62a]

        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>  [168e03611b95f5811753ac861197e67fa45d2708]

        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>  [5566d09b0f85d07eebc4ab0705e051fb271eb5d6]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 15:06:49 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecf759b8311e97d06f4fcda128067628a09bbf79]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:45:14 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb976a4ad05ee18bb2ac08e3f47da2db002e4780]

        INTEGRATION: CWS changefileheader (1.6.288); FILE MERGED 2008/04/01 15:39:24 thb 1.6.288.3: #i85898# Stripping all external header guards 2008/04/01 12:40:50 thb 1.6.288.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.6.288.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c25fb8322147f7029e804b0d5c78a31a5cb6afbc]

        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>  [9bcadc1c966f1dc6e1059686e5d3d60865c1bab0]

        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>  [da43b5e9a296b4ae0ae6beef4261bea9f2b7fc3f]

        INTEGRATION: CWS changefileheader (1.36.212); FILE MERGED 2008/03/31 12:45:14 rt 1.36.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33219021f7a5df37dc5c4d9f94236f62b7276ec1]

        INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED 2008/03/31 13:38:34 rt 1.18.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c68b597ebc106a009196426b538f368ea882c1d4]

        INTEGRATION: CWS changefileheader (1.8.112); FILE MERGED 2008/03/31 16:23:15 rt 1.8.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c19221e06508042b9a06d1b04b157cda7d7028a5]

        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>  [f60d7f427a75a9dceabb41e6be8f9b988f123296]

        INTEGRATION: CWS changefileheader (1.4.288); FILE MERGED 2008/04/01 15:39:24 thb 1.4.288.3: #i85898# Stripping all external header guards 2008/04/01 12:40:50 thb 1.4.288.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.4.288.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b019b4389b51c51407e58c33aa23b0d9b547b827]

        INTEGRATION: CWS changefileheader (1.49.580); FILE MERGED 2008/03/31 12:45:14 rt 1.49.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c1365fc26742a710338ca26257b247acdd53ede]

        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>  [a7c87cd569e1da9a5d9c8fc23cde1662613156c4]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:39:23 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70b3120094e1562165af771ef1148812e5c36257]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 12:22:49 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae2c758ddd473154eb23a49a3775ae5f8b54cb11]

        INTEGRATION: CWS changefileheader (1.8.266); FILE MERGED 2008/03/31 12:45:14 rt 1.8.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0559c57bd4526fa875badb3c7a21f470123f56e6]

        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>  [daeb8e92adf9595b3463b45a3336bc3bbc4280fc]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/31 16:23:15 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [173aaad0b54ec0148b1114e021ce2dad6a305af3]

        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>  [41987a1d7d50b7169a0c32d02b3145171facb41d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 15:27:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a03446f8efddcc757fff43425ee82fea7aa5566]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:49 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d54d990e54340a624ab12741d555409746f49de9]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 15:39:23 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e2f7bf78b104cfc71b627b2b902d4891bcd768c]

        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>  [74c6935e27c4f32b4ea447c5fd0188d0aec097bf]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 15:27:23 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [672bf9954f61cc67088b39862d4ab4025c72945e]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:39:22 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:34 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bf2edd9fc75dfc02d2b994537b499fb3a1c5511]

        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>  [f13ea5be6b08c014872862877128612c8fb89340]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 15:06:49 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52e5fe04d8f40a7d64b5b6e0b8fa453c30a4847f]

        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>  [5b59a3e247b52233f5833cb30717a647979c6301]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/31 15:27:23 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e40eb3bee3d810f999df8a893084b139578ac6b]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/31 13:38:34 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb000fea29560ef79be80c58367a3645b566774a]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:49 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41c97776d5e47431bf69956b42161eebb0871d91]

        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>  [1dd53d77668d26f5efed13d775c738810d8f8b72]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:34 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f140343f88be7b47940d0f4e74f9b6776fcc1dfc]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:49 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d7cb4679fd23aa146e4f74007ec83119e103d6]

        INTEGRATION: CWS changefileheader (1.12.556); FILE MERGED 2008/03/31 13:38:34 rt 1.12.556.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87891abef0f2612d20099bac3ab48bce413aab3d]

        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>  [896c4eccc540be05541f93851596e065cc4b6d03]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 15:27:23 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [142064f57c80c02811dcb440434490c1f4c3dd8b]

        INTEGRATION: CWS changefileheader (1.10.130); FILE MERGED 2008/04/01 15:06:48 thb 1.10.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.10.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:49 rt 1.10.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [192940ebd177003d80b203e769f2662ebcb4d002]

        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>  [4ce8ed7da5fbdd57bc76b1be671fca63698495b5]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 15:27:23 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ef66fbe825764864bb3a5bb29f24b074ec58cae]

        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>  [6616dd5697ae4412b6f326f88b96e8c7558b8f0d]

        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>  [19b258951feef06823a985e7f3b5188926c9bddd]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/03/31 16:23:14 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca02bbab2b98ec5a8b708964f1e69c954b0b8feb]

        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>  [8a68c46286937da79f1b4d2d2460b608d687eebe]

        INTEGRATION: CWS changefileheader (1.21.72); FILE MERGED 2008/04/01 15:06:48 thb 1.21.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.21.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.21.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e86e60029ee462a6432bce4c86941423fafbfda4]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/04/01 12:40:50 thb 1.3.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df087fbb68d4fb7247bc94ade698a0c389a5490a]

        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>  [8961554097d93da5c11793adb5745c7bf8b9e6f4]

        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>  [21c67bec5c25af4ac0c4466a91bf3be2f377ece6]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:14 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [531cdd2c019e336e8d50f6ca237df0b481e349e0]

        INTEGRATION: CWS changefileheader (1.6.580); FILE MERGED 2008/03/31 12:45:14 rt 1.6.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcfb9b5ae221fd560fb08251582cda32ee93b1d4]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/03/31 13:38:29 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee3447dadb95d22368a3eeaeedc580614301f1ed]

        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>  [25e233170e1cd872ceb1a81f686c42bdb06f1ddc]

        INTEGRATION: CWS changefileheader (1.137.28); FILE MERGED 2008/03/31 13:38:29 rt 1.137.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12d7561f0923394a6481dcca3320ec588dd95d76]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:06:48 thb 1.4.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ec37144758d277a88c8fe2ecea521ad51fcc41a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 15:27:23 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aadd8aba4c5ae1145a7cd171dc1dae251053ca81]

        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>  [6656c79c098e3de64ecb5154debb9ea5520062c4]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:14 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daa0c07c780e6b57dd8e1bcff34f88048fb72b39]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 15:27:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [727c896f1244d9733e33e0e21ba4cb2800fd1a55]

        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>  [afdcb9edd8c50587a31c25377db46a8c41584e64]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 15:06:47 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:28 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17703c3be08a923f2def8cac42fbfd1768846c6b]

        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>  [04be93a76c6f6311475358fb5bf7f23fe3af4e72]

        INTEGRATION: CWS changefileheader (1.10.156); FILE MERGED 2008/03/31 12:45:13 rt 1.10.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31182b968e16c26f27f4ca48267fbd9648ebab91]

        INTEGRATION: CWS changefileheader (1.2.208); FILE MERGED 2008/04/01 15:39:22 thb 1.2.208.3: #i85898# Stripping all external header guards 2008/04/01 12:40:50 thb 1.2.208.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.2.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2675b7bbaa4baf60d9148e2a82b140d0ecb6727a]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:14 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5952d993c6b1910199e7ba39e9999c09f589371c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 15:27:22 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5db2f26cc50a290fb1d6a8237be9296e246328c3]

        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>  [574af1ff8775d8aaa892c8934065db27a76add69]

        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>  [b2f3e1fcb42a0b6ed1cd90baab43412e7413c99b]

        INTEGRATION: CWS changefileheader (1.4.208); FILE MERGED 2008/03/31 13:38:29 rt 1.4.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [884a3a006ba0962da189b97f6590a68cd1a58568]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:28 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d980c85ddfa6c8b3ac3138ccff0ed3727ca52d7]

        INTEGRATION: CWS changefileheader (1.9.316); FILE MERGED 2008/03/31 12:45:13 rt 1.9.316.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cb7941f39d1ee7afcd83bb8417da28ed92b3aea]

        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>  [cbcdbfb850be738a39782b0d5d329003da718b0b]

        INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 12:40:50 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.6.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8ed06a5405e41d5f1be14acf9da8714521ecc31]

        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>  [ef4bb1b939bdad11d84472b3621f4997db592696]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 15:27:22 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d558df5bf6e40d0ccd9197d3ab379e9f4b795e5]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/03/31 12:45:13 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [022b04b20b9fc3d1afe3c81126fa4313c108004c]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:06:47 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71c90651536f84804a78f70e48e73033a67cc557]

        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>  [b565f4931eddddacf3a108917efa49666df01185]

        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>  [1b4329ae20c130457113e1754fbd5f466a8758c0]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 12:40:49 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82689d62656f6db1f6e564a7895358c6f19d1996]

        INTEGRATION: CWS changefileheader (1.5.580); FILE MERGED 2008/03/31 12:45:13 rt 1.5.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d92bf41ea43ef897860a732b8967458915c70e2c]

        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>  [3d6cee1904444311aebb914ae20ad9355d800399]

        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>  [e5764de9cc529b5e95f3740a091a3e42876fe478]

        INTEGRATION: CWS changefileheader (1.3.710); FILE MERGED 2008/04/01 15:39:21 thb 1.3.710.3: #i85898# Stripping all external header guards 2008/04/01 12:40:49 thb 1.3.710.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.3.710.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36a13ab1a6c97a4b486901b8dc153bf1854e6d6b]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:47 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [797668c510150e3575d3dd1bb9b1b838dbfcb64d]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/03/31 12:45:13 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03c82677c06e3a8c165bc2b18b14102b580d1be7]

        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>  [21b28111a5344e96ea3bbf1c2b9f899930ce8995]

        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>  [7364a765bf765a64e27de3f1056172c529608f70]

        INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/04/01 15:39:21 thb 1.5.432.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.5.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61a7b69fed05d24af51185b43378320ca9675c83]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:47 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70fc24cffad4c37c8bbc491c50e7ce0e5796dd88]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/03/31 12:45:13 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c8721defb5f35391945bd1244b110cbfe3e0f88]

        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>  [53493269bc492462bfd0ab2288f37ea02ab83837]

        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>  [1147c441e0d881780c0af7a2852221ee39e0b1da]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/31 13:38:29 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f678fa4a6ee5fec50ea6d3fb3b9937600015aec]

        INTEGRATION: CWS changefileheader (1.8.464); FILE MERGED 2008/03/31 12:45:13 rt 1.8.464.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [677cead0bcd0487c5ab201b6a2566dcb60ab8a26]

        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>  [80d59813e0491ecf8bb45452c6eb9b3d31ce5095]

        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>  [bf19f52fe352aede0e5152533300775d24899d60]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/03/31 13:38:29 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cad5d6fb6b01085e12573c94cfddf280d8bf972]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 15:27:22 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6e0cb3655036e49cabced24852054f80662e66d]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 15:06:46 thb 1.10.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8cf4958e22f9890ad93a7f408d0629021e37bf7]

        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>  [549e3da99ce25ab8a4b9903450967883154ecf7f]

        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>  [6375bd246b8480a4614554685c97d3537268a98c]

        INTEGRATION: CWS changefileheader (1.9.460); FILE MERGED 2008/03/31 12:45:13 rt 1.9.460.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82efa6ed8983c43053979ad2c82cdb2a6d4405a4]

        INTEGRATION: CWS changefileheader (1.40.44); FILE MERGED 2008/03/31 13:38:29 rt 1.40.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28a15a67d61eaa773450467696832e52fc309d70]

        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>  [e2438ab1127411ed6f3ba9c1726419f068dc8401]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/31 12:45:13 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0373e0bc71720257440d641a1acd8d824d606e0d]

        INTEGRATION: CWS changefileheader (1.31.10); FILE MERGED 2008/03/31 15:27:22 rt 1.31.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7330caaf5661896051f18c05d05a061ab5c1146]

        INTEGRATION: CWS changefileheader (1.206.2); FILE MERGED 2008/04/01 15:39:19 thb 1.206.2.3: #i85898# Stripping all external header guards 2008/04/01 12:40:49 thb 1.206.2.2: #i85898# Stripping all external header guards 2008/03/31 13:38:29 rt 1.206.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81ed32e203030cf66e3c50ba2afc2fa97709ed84]

        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>  [e3c6448b5877e8b1d6fb71fd164b30219f4ea0f8]

        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>  [50d37aa80a110796821090f02b1d768c33c3357a]

        INTEGRATION: CWS changefileheader (1.5.266); FILE MERGED 2008/03/31 12:45:13 rt 1.5.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f6ba38ce83ae1ecdf3f3719ff61586c82bd582e]

        INTEGRATION: CWS changefileheader (1.15.20); FILE MERGED 2008/03/31 15:27:22 rt 1.15.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57d08469157e21979c3e08e9b69156905771e388]

        INTEGRATION: CWS changefileheader (1.12.90); FILE MERGED 2008/04/01 15:06:46 thb 1.12.90.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.12.90.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.12.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4664697f8c12d0110c3306976d6abd2c8b4afff1]

        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>  [09b10a5c1420a8f83e30e7ce3f76090fbf3f711f]

        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>  [213a728ef5646d10df250486367d2c61df540aca]

        INTEGRATION: CWS changefileheader (1.102.44); FILE MERGED 2008/04/01 15:39:19 thb 1.102.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:49 thb 1.102.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.102.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bb5172d806d147f4944206c6db621d35f226d5d]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 12:45:13 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81088b386a86f74e232f2667afed868901e1e5a1]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/04/01 15:06:46 thb 1.14.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.14.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a71cdefb218b4d695e11a27ae57155e67c9d7eed]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/31 15:27:22 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [474da5445daf7416327a8691e1f47408a6910b98]

        INTEGRATION: CWS changefileheader (1.7.140); FILE MERGED 2008/03/31 16:23:13 rt 1.7.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c04539b77845c120d4c78e2cefadc64313bb6ae8]

        INTEGRATION: CWS changefileheader (1.99.28); FILE MERGED 2008/04/01 15:39:18 thb 1.99.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:48 thb 1.99.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.99.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d12896dfc655bf9cb8117cad38730c75ba98fa34]

        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>  [8e54a707d7444ed337079eccfdc17b3dcdc7ec96]

        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>  [093b5270523c575b70a6139b05c8a801d49a33af]

        INTEGRATION: CWS changefileheader (1.3.172); FILE MERGED 2008/04/01 15:06:46 thb 1.3.172.2: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.3.172.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87bf074d187550511206b4c23b2fcace2a683c9]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:13 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b43a85c281f7837fac62891ae521181a1f316603]

        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>  [446f14a0497cd2c8f2d8a994d46380ef3a6e0a80]

        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>  [c3b0c9eb1d7ba97677ccf1eeab147ef7da89975a]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 12:40:48 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17fb71ea75cf3fdc515260782a6bf8a35572a582]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/03/31 12:45:13 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aad0de76a20f5972c4bac50e37a9625b0f47c009]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 15:06:46 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac638dba3c48b8be244d8fba69636a53ede71eec]

        INTEGRATION: CWS changefileheader (1.18.12); FILE MERGED 2008/03/31 16:23:13 rt 1.18.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ae4174892563390bbdd22903c464ae020ef42ec]

        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>  [daa2187bdbb8bc57a94fd87c206a964da6c2f7f1]

        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>  [e3231ab2d77033a6ba733f91554db5af3afe8ef6]

        INTEGRATION: CWS changefileheader (1.10.196); FILE MERGED 2008/04/01 12:40:48 thb 1.10.196.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.10.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db4ca838c77b067d94c91f1a6c05b3bfc9196433]

        INTEGRATION: CWS changefileheader (1.26.32); FILE MERGED 2008/03/31 12:45:13 rt 1.26.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4993630efe3c07377bf49b73a0c748ac8735c7ac]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:46 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d3aacfb87811d86510b916fdfa09319daefbb73]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 16:23:13 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7fb8b02f00cf49e33723ff98c8d335d52f44769]

        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>  [eb0c32434cf74688c7e0818a667bf8fdb257d972]

        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>  [c279bac0cfa2dbc62a34eb13c6ae75cdc0846549]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:40:37 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/31 15:27:21 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37a920a85a680296cbe78b304b7961125f2858fc]

        INTEGRATION: CWS changefileheader (1.9.204); FILE MERGED 2008/03/31 12:45:12 rt 1.9.204.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9b00ede762ee5f9aa274002106c4ce390e11e0f]

        INTEGRATION: CWS changefileheader (1.74.18); FILE MERGED 2008/04/01 15:39:18 thb 1.74.18.3: #i85898# Stripping all external header guards 2008/04/01 12:40:48 thb 1.74.18.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.74.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cf4be44f03a5791e2ae857f6c1d3b8988ddfc41]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:46 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:48 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d15fa204eb702dcae158541fcc50264edb4c740]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 16:23:13 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f09cb60e85ff986460a4a9b79e199311874225a0]

        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>  [d89d9dada54faf8a2a622bba990753867e9d56bc]

        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>  [1c20b11f9768e16d02455d14a460ac0dc805ea72]

        INTEGRATION: CWS changefileheader (1.44.14); FILE MERGED 2008/03/31 12:45:12 rt 1.44.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8785777007b6d0ea23e0c163531a83075e67db55]

        INTEGRATION: CWS changefileheader (1.31.216); FILE MERGED 2008/03/31 13:38:28 rt 1.31.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b32e72b99300cbac075b84584878a61151879538]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:46 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc1c120c66785c3af802b7a63bdb0df06758e220]

        INTEGRATION: CWS changefileheader (1.9.114); FILE MERGED 2008/03/31 16:23:13 rt 1.9.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [994b3141d0d64a8b1ec59f66635a7385750bbe3a]

        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>  [9d5bcca844d5262490b4757795e52eaa33fc88bf]

        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>  [c070faa8a460d2fef94e346f8cfe2d28cafcf71a]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:28 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c2d91b0e313dc7a6bef67d9454f0746203976fb]

        INTEGRATION: CWS changefileheader (1.6.364); FILE MERGED 2008/03/31 12:45:12 rt 1.6.364.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6af8e218af1038bee0607803cad2e6cc3cccf92b]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:45 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:27 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [522005ab5d8e4e6d8fa77ee66e5112929466a1b6]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:13 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed90fcecd0aa463d32af2b73b5a9efa81e7cde6f]

        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>  [443a021617105bec9eced5098aba12e87e0ee748]

        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>  [d8ceec4e7b87ee91564334770434ff0a72209ce3]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/03/31 12:45:12 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88905451c57d6583b37000361c558435dbe8ba48]

        INTEGRATION: CWS changefileheader (1.20.44); FILE MERGED 2008/04/01 15:39:17 thb 1.20.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:48 thb 1.20.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:28 rt 1.20.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e649554ee5e530fb4f3b86cb755cec95c042c8c6]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 12:27:26 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feeec9ea839e279a6dc576d66f74c1871c50268b]

        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>  [bf85103e0d8894131a4dac42717549b36806be77]

        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>  [e882fb0df7eb4619fdc5e987deeb11e6ce27c132]

        INTEGRATION: CWS changefileheader (1.31.28); FILE MERGED 2008/03/31 13:38:28 rt 1.31.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [870a7faac635cb3050addcacf624f15bb0981dfe]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:26 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ff804391b5a67461ceaa667ba023c4e938b5097]

        INTEGRATION: CWS changefileheader (1.9.140); FILE MERGED 2008/03/31 16:23:13 rt 1.9.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c031bfdbace216deaa10a518363fb7b3714c4049]

        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>  [aace70a39e2b1ee852bf437762be5b40a1658548]

        INTEGRATION: CWS changefileheader (1.60.20); FILE MERGED 2008/03/31 12:45:12 rt 1.60.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4594f251832eacfa5497087165720cb3dcf9535d]

        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>  [e3b33a060ff6cd402e5f53855eed346b07cead4f]

        INTEGRATION: CWS changefileheader (1.12.82); FILE MERGED 2008/03/31 16:23:13 rt 1.12.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f57dfe2229ae4158aaaf9f084d63076176262a2]

        INTEGRATION: CWS changefileheader (1.30.16); FILE MERGED 2008/04/01 15:06:45 thb 1.30.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:26 thb 1.30.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.30.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b3f8c18b2e3bab143b6a9a7a7e5f2d37551ccac]

        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>  [f3435af8298f3a9a5ec0f51af6fc73489f67d17a]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/03/31 16:23:13 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7329266b2148a5647f3630cc56826dc9864cb2a]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:06:45 thb 1.9.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:26 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [251618bb8f0ad25c6cfe224536ab507d980fa2ad]

        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>  [305dd2375f64f78eab64e06945bd4feaacf716e1]

        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>  [3a6d240ad27264cdabef0c4feba01c7a0d06604c]

        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>  [229838becce461b297bccbab117d57ddc7e9b554]

        INTEGRATION: CWS changefileheader (1.2.318); FILE MERGED 2008/03/31 12:45:12 rt 1.2.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0ec8c248f476fbd8ba12ef4513f3c8040f10866]

        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>  [283521ae18ac7bce3243e7bfd95acb61f4789cb0]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:06:45 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:46 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cc02c5df9442147c1817c7ad550decd52a7a1d0]

        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>  [3ab43bef238e4d500cf7506229cf6a8ddb4bbd01]

        INTEGRATION: CWS changefileheader (1.36.20); FILE MERGED 2008/03/31 12:45:12 rt 1.36.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34e40414d8663fe7ddc3630114232c267a1b7174]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:06:45 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:26 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [655ec5d00e460daa097d277898ace2b4410a84cd]

        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>  [3f0c20f36ed05d5db7a3e4a11bbfc700b4bf8ab1]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 15:06:45 thb 1.6.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:26 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3a4608ab139a8a2e4ba6d4b2d9fa1e7489cd328]

        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>  [022f1e1d981cdf760f16d76ef5836b2d826b399b]

        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>  [d93ff03b2ff3261ece7d3b88ed1912f14d88bd3b]

        INTEGRATION: CWS changefileheader (1.22.16); FILE MERGED 2008/04/01 12:27:26 thb 1.22.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.22.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1c741b2bb8a2a074bd53987c5e0bde2ae051fd3]

        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>  [3b8cf2ba5244104d60486431399c4b62e7617298]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:45:12 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0585f50a630e90582008b3a700e15a2dae4c9e84]

        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>  [7a8d7fb11e3d0ae05c0942dfcf921b34fb3fe579]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 12:27:26 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c8e9dff49585faac4c511971bac4d122265f828]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 16:23:12 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0dccb9c5a4cc2c72ac3c0b6d0202f1e8c9e4c95]

        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>  [37f48898dbec176e04085b14cc31035d5203ed42]

        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>  [0ae77f824aa1ddc079ede481c2be585f0127efe0]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:26 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46aaada653d994991b8e62ccaca03fe7f548e892]

        INTEGRATION: CWS changefileheader (1.8.580); FILE MERGED 2008/03/31 12:45:12 rt 1.8.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6c53b07405b1e44c0fdff5309b0ec0a572e1b9e]

        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>  [d5406ba1c69c3acaf2b4f3df8a88f28fa270421f]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:12 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f47597a676eb64f4d2b4c9f8cd5ab64569a7659c]

        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>  [83294eb009a94b49e44dc1e7dd80d43846dd1d4e]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 12:40:48 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:27 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7834041ee8c73fb0239e0adffb9ea4264f669b3e]

        INTEGRATION: CWS changefileheader (1.3.580); FILE MERGED 2008/03/31 12:45:11 rt 1.3.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2db367438c23a736e63d09f0505e168cb011cc4]

        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>  [eb254e69ebe88a38320af7b425c68dad8d235dd7]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:26 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a758e2e624913c37500940e5d990f1d8cee80c5c]

        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>  [62a61eb71b7205eaf68a1a25ece27e1e0875e35d]

        INTEGRATION: CWS changefileheader (1.33.8); FILE MERGED 2008/04/01 12:40:48 thb 1.33.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:27 rt 1.33.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b2b9c12b899d674966ca8b0a356f454244b6cd9]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/31 12:45:11 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cd0ba322d0fd7670a3eea972c5b29307128bf3f]

        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>  [1dd876b36f68729b78ab65867760f72791cdc38b]

        INTEGRATION: CWS changefileheader (1.11.486); FILE MERGED 2008/03/31 12:45:11 rt 1.11.486.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a05abbf27bec85500580c3233e3696f505feb5f1]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/03/31 16:23:12 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [539952bba2e77ea88341f9696be7f1a612e7960e]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/03/31 13:38:26 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54e7ad6b6b86e23520f0f8b198d0b940fda2f016]

        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>  [47a23394a21c3e135c049d6b67c361130c1c52b8]

        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>  [9a39a568e7d044e031fff7e6d57c1c4933f76666]

        INTEGRATION: CWS changefileheader (1.13.262); FILE MERGED 2008/03/31 12:45:11 rt 1.13.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8aafa096d4ce3e4bb1c1c40bea592ac178aa56fc]

        INTEGRATION: CWS changefileheader (1.16.130); FILE MERGED 2008/04/01 12:27:26 thb 1.16.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.16.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f97c3fbb09774d7ad23d59ba59f31112d781e3e4]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/03/31 16:23:12 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [778d7d85a43a4dcf097d53e5c4ead7bca94b8a76]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:39:17 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9dfcc89a0666a4aa6af5cc0b12c957eb8bd9a679]

        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>  [0f8e1f0a495d558f201f7546026c3adc6eeb1162]

        INTEGRATION: CWS changefileheader (1.5.488); FILE MERGED 2008/03/31 12:45:11 rt 1.5.488.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc04448e1e9ff5dc21531f74671d98abdd60d82f]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 12:27:26 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eccab4f1bc6a3ab54d0c374af32b051d155aceca]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:12 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c9fe56133dca81c53ec7fc5a4fa9185af91a846]

        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>  [b0d6ba8efd56a2f8f950374b58181fea8a3ae2b4]

        INTEGRATION: CWS changefileheader (1.11.258); FILE MERGED 2008/04/01 12:40:48 thb 1.11.258.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.11.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bad00740e32fb37537c1c5de2fb5274db2ff546]

        INTEGRATION: CWS changefileheader (1.9.90); FILE MERGED 2008/04/01 15:06:45 thb 1.9.90.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.9.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e09e8b805eedb9f10c1556d5a07d3d8a9871c902]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:39:17 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42da850a8b705989d5fa8a5c7091146b6b9be593]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/03/31 16:23:12 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daf1973b6fecfc2c0aa646572e15867b2fd61002]

        INTEGRATION: CWS changefileheader (1.4.478); FILE MERGED 2008/03/31 12:45:11 rt 1.4.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8b1c139357f7f725cd243a08186971a7f9d000b]

        INTEGRATION: CWS changefileheader (1.45.216); FILE MERGED 2008/03/31 13:38:26 rt 1.45.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed31015ffe29bbac98e512e311e65026c7065999]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 15:06:44 thb 1.13.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:25 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec51d11ba51ebec82c4c1439a12e7a77654fd08e]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/03/31 13:38:26 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c7dc16682f3cb61a349ad6c7540fa1c6e5db6b8]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:44 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b3d7f62dd5ae72a13155fc5f67ee0d8b0a39f04]

        INTEGRATION: CWS changefileheader (1.4.580); FILE MERGED 2008/03/31 12:45:10 rt 1.4.580.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [000243908e96a8ba8457d826d3c59257bb745682]

        INTEGRATION: CWS changefileheader (1.53.212); FILE MERGED 2008/04/01 15:39:17 thb 1.53.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:48 thb 1.53.212.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.53.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f46645696b33c28c7358664e950a851a46e708a]

        INTEGRATION: CWS changefileheader (1.14.130); FILE MERGED 2008/04/01 12:27:25 thb 1.14.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.14.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d0c300ed919ac80567a0b5436cade0c624eaef4]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/31 16:23:12 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecb90ada1835231891e27ee1207995267f85579e]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 12:22:45 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65878758b7ad7c4a840e45eaa48551b9b32abaf8]

        INTEGRATION: CWS changefileheader (1.2.496); FILE MERGED 2008/04/01 15:39:17 thb 1.2.496.3: #i85898# Stripping all external header guards 2008/04/01 12:40:48 thb 1.2.496.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.2.496.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0704d1b8308b8b9e2d9791fbeefc581a25e7b987]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:44 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0fc161686c215de6d3fbde6f45dab0f9a571504]

        INTEGRATION: CWS changefileheader (1.3.432); FILE MERGED 2008/03/31 13:38:26 rt 1.3.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37d64598f9d9363bb24a6aae7c89c33b3e1fc6a6]

        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>  [13148f37adefa98530987ad4adafa2db5d74ad49]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:25 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [110aac05b775616ee1c9f2a4f69e17e223dfb3f8]

        INTEGRATION: CWS changefileheader (1.41.118); FILE MERGED 2008/04/01 15:39:16 thb 1.41.118.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.41.118.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.41.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17802cd5acdbec1fe03d19a6418d3b7b8e9a56fb]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:23:12 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e91b432f7a840355b9ac6519a162cc158a1d30f]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 12:27:25 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de84cd3c8b53769b9158875fe0d084d4a49047db]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/03/31 16:23:12 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9d2796c75f4264a2ba76f3fc39cb394f9a6bf45]

        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>  [754234215a3360a4e07dea767e801c2d38fcd741]

        INTEGRATION: CWS changefileheader (1.34.216); FILE MERGED 2008/03/31 13:38:26 rt 1.34.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d7f4d6fd81ea08bdb3f6ba0d5bdb8d834f98508]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 12:27:25 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85e4ba329612f1e6e7301314c77ded82620245a3]

        INTEGRATION: CWS changefileheader (1.75.44); FILE MERGED 2008/04/01 15:39:15 thb 1.75.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.75.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.75.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7e389ea1b79a8d4bcf64dc49b4411bc3eb6398d]

        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>  [f98ba4b162f9333f9b812edeaa29bded86a71837]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 15:06:44 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:25 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50dde94ec4368e5c2d56c932d686b5dfb7b423a6]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/03/31 16:23:11 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdbe07a68f4037074644bd1539b648a021a74b31]

        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>  [5ba030936e32d7dbd06cfaf69fc9e272dc10cc3c]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:26 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d85012d4c5a26f17a57736833a1565c84b58a5f]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 12:27:25 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:45 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc6a4859acb0924f1fa42ce58fb22bdcf8b457ab]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:39:15 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3fc164013d4578ff605eafa7a46cd43efe2e5e1]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:23:11 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2172633d17e5bcff17aa87c61da9f29843443982]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 12:27:25 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [407912b9c782e23f029af3b20d5b836e460ee4e4]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:38:26 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de09c00fa379ec8a965d51141802529b8cccbfe2]

        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>  [98d8beed34025a17ae35d52d2e6a54282d6b94e0]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 13:38:26 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8757f05663a649bb78e950ac47b4931e0b67898e]

        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>  [c48c85e52f3d5b08d9d438f21fc3158a81fbd6f1]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:06:44 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:25 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8052ebc443fcd7601393a36ba94c5dbf2ae4896]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/03/31 16:23:11 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e30c09eb2993c916f26a7c0283412de80c55e095]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:39:15 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:26 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7553c369e96760df6e61d658bdc71c5bad287ba6]

        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>  [73907742e6c61cd7b471e1682f3b79127342f652]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:25 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8801b1edff529cced77e61ed9a2d4b15fde878a0]

        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>  [bfc3bd3aebcccd84b0ecbad6105bb89bf7f785d7]

        INTEGRATION: CWS changefileheader (1.53.44); FILE MERGED 2008/03/31 13:38:25 rt 1.53.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab04cc8607019336cfc27c476b7ec8d1487ba961]

        INTEGRATION: CWS changefileheader (1.9.118); FILE MERGED 2008/03/31 16:23:11 rt 1.9.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b991713f242dc6b190c01b1730afcf069269eaea]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:44 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [968c3935f7a2573437879033f0e4d304e051bb31]

        INTEGRATION: CWS changefileheader (1.22.216); FILE MERGED 2008/04/01 15:39:14 thb 1.22.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.22.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:25 rt 1.22.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4f16c73b4b30487970ed22e333927c0a264de35]

        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>  [8dd61c3e479d1cd74ef63d769aa59bed7cc13c95]

        INTEGRATION: CWS changefileheader (1.198.28); FILE MERGED 2008/04/01 15:39:13 thb 1.198.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.198.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:25 rt 1.198.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0093471cdf084de6d8cde92f53446e7dac28abd7]

        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>  [2a70b3507bdfb67afe7e5fb5874ce0a2d1395f4d]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 12:22:44 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6db9a2a1e0aa9d0ff1569a32b14973a7683e9a5]

        INTEGRATION: CWS changefileheader (1.5.120); FILE MERGED 2008/04/01 15:06:44 thb 1.5.120.3: #i85898# Stripping all external header guards 2008/04/01 12:27:25 thb 1.5.120.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.5.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [585518e0fc7be4b21276fc74ba86ed5e423eaf58]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:11 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c69a5a7d2c167a8bb6b773df7d438e1b288a783]

        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>  [bb2a7b5edee7060c55c301ccf1e14b0eef3295d3]

        INTEGRATION: CWS changefileheader (1.27.216); FILE MERGED 2008/04/01 15:39:13 thb 1.27.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.27.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:25 rt 1.27.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab025044b5bcf4001e02ae51b9caf7e7d2274e27]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/04/01 15:06:44 thb 1.21.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:25 thb 1.21.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd42449eb3526d4a64550608da66484d5f773804]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 16:23:11 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0690b16315f3f4166d12b2d01264d136f7d8dc01]

        INTEGRATION: CWS changefileheader (1.92.28); FILE MERGED 2008/03/31 13:38:25 rt 1.92.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [641957a26fb74578b979b8ae6563dc8943a105b3]

        INTEGRATION: CWS changefileheader (1.22.216); FILE MERGED 2008/03/31 13:38:25 rt 1.22.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [663dcb78795514ab5eda17666a48db9cea9d4ca1]

        INTEGRATION: CWS changefileheader (1.19.16); FILE MERGED 2008/04/01 12:27:25 thb 1.19.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.19.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [036101f24cdea58ec7becd8693aae72be50bfd6e]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:11 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7e479119dfcc468bc0d2098bcdf3a37176d9dd5]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:39:12 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:47 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:25 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d76c2238a05dda04571feee7fae9ff49f8f2f996]

        INTEGRATION: CWS changefileheader (1.15.62); FILE MERGED 2008/03/31 16:23:11 rt 1.15.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f60e66f714563df89177f17a1a2f1ef261732e8a]

        INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/03/31 13:38:25 rt 1.6.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ad599327afda2c40d0128a4b8a2385a46eb28ce]

        INTEGRATION: CWS changefileheader (1.73.12); FILE MERGED 2008/03/31 16:23:10 rt 1.73.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [793f3bfe34a37863cf379aedb805bee5d913439d]

        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>  [cc973e3f18f7102924cbb990ef429581e9052d88]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 13:38:25 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [786b3528b92a4021aa254d3ce259eaa79b91ac10]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/03/31 16:23:10 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edcfe9408263becc861ffd3755972ba59045755d]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 13:38:25 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c706fac42968f1479c856d56df9d1002fcc3da1e]

        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>  [8f43ad79b2c2d7afb270e64820952827957b8c04]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:24 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7860b170b4ad80ae142d6bc4e48fd6aa484510a1]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 15:06:43 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:24 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98439b7d1cb891a6bf8850632218e9789da8a991]

        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>  [0572eb2e440a1620b1db37706b814319e5014897]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 13:38:25 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [398c3e7c495d5a9668969e40b1d89fcb831329bd]

        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>  [1c5e0d12c14d84f1753e4c4218c17cc10e5e9a9d]

        INTEGRATION: CWS changefileheader (1.36.268); FILE MERGED 2008/03/31 13:38:18 rt 1.36.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b470ef9fdf690adb98f901a260e64328ac62b7b6]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/03/31 12:22:44 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74c6e49db5ff78ac270a3dd17d24ec60738ff931]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:18 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd7b7436fbb89a528682df89ace77dc62df129f1]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 12:27:24 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [061dd439fe2a355390ccf843285d09c48bc54898]

        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>  [11ed210af2d20dbfd3fcc58c2f5d144ebea65378]

        INTEGRATION: CWS changefileheader (1.18.208); FILE MERGED 2008/04/01 15:39:11 thb 1.18.208.2: #i85898# Stripping all external header guards 2008/03/31 13:38:18 rt 1.18.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9406a24eea2a561233f7432613c4c56766a3c29a]

        INTEGRATION: CWS changefileheader (1.7.140); FILE MERGED 2008/03/31 16:23:10 rt 1.7.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [895ef8b90f264a21d5f0600c8435d424d90eb2e0]

        INTEGRATION: CWS changefileheader (1.10.416); FILE MERGED 2008/04/01 12:40:46 thb 1.10.416.2: #i85898# Stripping all external header guards 2008/03/31 13:38:18 rt 1.10.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ab264a03505604a8186d329bc3150259b18546d]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/03/31 16:23:10 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e1832198545bdd1fc33ff05c5d780a296024735]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/04/01 12:27:24 thb 1.2.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbcce5ead1f73994166a56ca165246e03d624113]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/03/31 13:38:18 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [198d97fb0d2ae33f4d0f2851ca00ad8779b75fb0]

        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>  [c63de27e02739437441c67aeba921e09ac627ca9]

        INTEGRATION: CWS changefileheader (1.38.216); FILE MERGED 2008/03/31 13:38:18 rt 1.38.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3c1c482d8ce408e834f0e12a9d1ee761be909a7]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:24 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b540c62328bd6a515bf6eb7e5495d80122cdcf71]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:17 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15412e80dea66c96268851b75fe4c245d2480520]

        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>  [ac7b3e664d51631ccfb1254119d1dde747a8fbb6]

        INTEGRATION: CWS changefileheader (1.41.12); FILE MERGED 2008/03/31 16:23:10 rt 1.41.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f044096fa8444b143966e200f44ab83ecb720f61]

        INTEGRATION: CWS changefileheader (1.57.212); FILE MERGED 2008/04/01 15:39:10 thb 1.57.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:46 thb 1.57.212.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.57.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f25daa456b062d7cc6fa866833954c4d0241067]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 12:27:24 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [700446856f976ada9229b94843fcc6b7543f0bcf]

        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>  [622b4c6391b34d82034ac607d910dfdc9ef7b885]

        INTEGRATION: CWS changefileheader (1.12.82); FILE MERGED 2008/03/31 16:23:10 rt 1.12.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d04608054d50474836f6aa47cb779ed5dca1e14]

        INTEGRATION: CWS changefileheader (1.36.80); FILE MERGED 2008/04/01 15:39:09 thb 1.36.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.36.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81d11a5335abe85100ed860db76088f289c8870a]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 12:27:24 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e4ebb6bc61a45af1845070a88f0efd0c15babbb]

        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>  [6b3388086ead8ac8dbd01d1036941b498897048a]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/31 16:23:10 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cba4f7731ae06d6069a76dcd1f18dd0105e6d7ae]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:39:09 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af72972a0542c0df95642c5d3bc40784004d34c0]

        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>  [7d8f7d612421a647a6dc6099767974ed85e35ec6]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:23:09 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25e2bb7cba5e8b9f9530e28ed869b738dd26b1b4]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:39:09 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [544fe609bc41f50d50a47dba0b28aadf7ee44fdd]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:24 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e483966da15a31d31c994aeb1b941289499d228a]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 16:23:09 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ce012dec0c23d31bb87a54b3a8a190f5f6524fb]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/03/31 13:38:17 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8757354f6a9c224ca57eba4180758f0348c28203]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:43 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:24 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2d39ce55cddfa8942dc9918667c56b81b3cf98f]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/03/31 16:23:09 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6594da34a8e31b8a57ae1b7f85514c0625d3207e]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:17 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf610c2749dd83da8be2f9fea819a13a7d49b342]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 16:23:09 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f79741f5ea935ddcf1469beb626c5fcc349d71a3]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 16:23:09 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a0301f93f3a3f72f63d175b191b4fd50fd054f7]

        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>  [4a5fd8c10c1f8111ca0f53651211a057bbd6dfb7]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:06:43 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [243217757c66497cdd7dcd6a32e17ed9dd3eae07]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/04/01 15:39:08 thb 1.19.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c1506d0fab15a2a8ee23c120529e712ef2580c8]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:23:09 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c327a15ea570ecbf29189b10608aacfaf0ef74ac]

        INTEGRATION: CWS changefileheader (1.12.130); FILE MERGED 2008/04/01 15:06:43 thb 1.12.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:24 thb 1.12.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:44 rt 1.12.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4bcb66160432ff0c7820db27b520d2f031e494e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:17 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a492e898d26c0c8411ee7cb3b5adbeb9f21d56b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:23:09 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [023d60570830d1ada2e6fd3422238c870df19684]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:43 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a708feb14401360d6b0a6774f5c7d37b2040bfa9]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 13:38:17 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a18b020946eae62a9562f226e23cc5cd8d3afa5]

        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>  [5a83669ea51b859a2988d75a98236c8328b67f3d]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:09 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45640ea378feae0dfa07418b8f96a90803026edf]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 12:27:23 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e3ab3cccac1632a72d5787f638bd6cd1742d1ab]

        INTEGRATION: CWS changefileheader (1.16.268); FILE MERGED 2008/03/31 13:38:17 rt 1.16.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [445392bb0ae7b9ac17e287dfc76aa9273116e2e3]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:23:09 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6481e3f39e144e75bb7c64221ab48191ce55c6fd]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 12:22:43 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db9b8df4759ba187d20ca6fd3ef606dcb6cc0245]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 12:40:46 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8cddbc7268fb184d9f624be8c85bf9bcace7ed6]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 07:26:47 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6afd618e50b5e07a3c79858b931aff667e4e3dcd]

        INTEGRATION: CWS changefileheader (1.7.112); FILE MERGED 2008/03/31 16:23:09 rt 1.7.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9733c74253fcbbf52b9e0660e095573914a3d04]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:06:43 thb 1.5.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00d27b2baec429b1f37fcdfb41fa121af11e4fd5]

        INTEGRATION: CWS changefileheader (1.41.216); FILE MERGED 2008/03/31 13:38:17 rt 1.41.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d999b545dba1d7f4f88b7a2ab27296a33a2627f9]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 16:23:09 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45b30c0a754a61b85f7db37d751c939698c06a4d]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 15:06:43 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5fe82992967f9a0ac837a4828ec9a3a70890bbb]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/03/31 13:38:17 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fbe9fbdbf31ba500a78c95d520bcf0e712dbe4f]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/03/31 16:23:09 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa195d5cd957b9ec1aecc0cdb3c8230272991fde]

        INTEGRATION: CWS changefileheader (1.15.130); FILE MERGED 2008/04/01 15:06:43 thb 1.15.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.15.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e95b87d58a1ae0c8f3c1d214e32e84d936ce14ee]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:39:08 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68178d75309fcae85ee97de54c2cdabc8975d7f5]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 16:23:08 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9722d3dd00770e09d0b14417424325e9d0bf0816]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/04/01 15:06:42 thb 1.4.108.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [152554034e9088bd1cae2924c3798e15c56cfbb7]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 07:26:47 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0912f7acde2157b901b241c3aac61cfc7e204da]

        INTEGRATION: CWS changefileheader (1.28.268); FILE MERGED 2008/03/31 13:38:17 rt 1.28.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9077f4b552d58c7afe214c44f2f535b4cb114aea]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:08 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6a23485e8a95a32c30669f51335ad7362608dd5]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 12:27:23 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecbf52a8e369dc3aee5589f3e8b22faf7f452e4d]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:17 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc3c43931bd68c84026acb0e3ab0e59e3e17aa4d]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/31 07:26:47 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfb9bfd760bc548b561d8dd0d1cce184e7fed8e7]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:08 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47f5e84003c5f8d67d01d095304a10b11f03c6b3]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:06:42 thb 1.4.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2ff7afde33c2171e901500c0cebf03e67447fac]

        INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/04/01 15:39:08 thb 1.8.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.8.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eeb567d3f8cabba551e5f8a2120ae76e0456340a]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:08 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14937eefccb33dec59ffa05c2bbab0482044f1d7]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:42 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc64a8ce92ac31402043c29bd9f07e5032b3b39a]

        INTEGRATION: CWS changefileheader (1.20.78); FILE MERGED 2008/04/01 15:39:08 thb 1.20.78.3: #i85898# Stripping all external header guards 2008/04/01 12:40:46 thb 1.20.78.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.20.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9a030740815b72a8fd851e24961ab7bf97c7829]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 07:26:47 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1265c7a542dfeb145972ad8189754ef73ccb6d74]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:06:42 thb 1.9.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36ea049a81b9d525e973bd2d138d67f8e9a80c8a]

        INTEGRATION: CWS changefileheader (1.24.216); FILE MERGED 2008/03/31 13:38:17 rt 1.24.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24c0c88dbe3fce0e0eee723e03fc09884c8de5ed]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 16:23:08 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [648c0ff46b79bc1772c3aba5804743da0f33944c]

        INTEGRATION: CWS changefileheader (1.18.130); FILE MERGED 2008/03/31 12:22:43 rt 1.18.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd1d0417c3bfc5871f5b46233942cfe3eec4460c]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/03/31 07:26:47 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff49a14811510a18165d457b207942d3b90771ad]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:23:08 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1203007e2a29f89e0fadce65ac74ffa755f15acb]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:42 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3167ff41d2c19fc950edc49e3ea70d3ca6708c67]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:39:08 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:17 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [176f2541713159d5a6593e784b443f983d89a7ff]

        INTEGRATION: CWS changefileheader (1.26.16); FILE MERGED 2008/04/01 15:06:42 thb 1.26.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:23 thb 1.26.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.26.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8a0feffb7d98eb100ef9a5ce329dcfb3c0da936]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 13:38:16 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af204189aca7b68d04846f1d109f9f1c92254046]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 16:23:08 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [810bd2345c2a8f4711387883dc753f2b8d48665f]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/31 07:26:47 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d99159b4868990e5f00b81aec2bdd507f0d83458]

        INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/03/31 16:23:08 rt 1.8.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9456c9c2d38f8ca84883eac23adbf71871f14857]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 15:06:42 thb 1.6.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:22 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8062a5dc9e9216ca6e19ff726a9ec8fb81111161]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 13:38:16 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c152abb4d2f96ed79b5c32ba81e42a0d07191376]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 12:27:22 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c41d753faff37d58784aac095fecb4bf32bd2908]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/31 07:26:46 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15d98318665497ad5b948e9a4799dade9121a4bf]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/03/31 13:38:16 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80fcf54f4aa11cf493b66d33ca965882689bd08f]

        INTEGRATION: CWS changefileheader (1.11.140); FILE MERGED 2008/03/31 16:23:08 rt 1.11.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a929e48c8aac2fa28c1867aecb09ad0000a061c]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/04/01 15:06:42 thb 1.3.120.3: #i85898# Stripping all external header guards 2008/04/01 12:27:22 thb 1.3.120.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28dc215a3338998dca6714c58b1edb0bfd64850f]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 07:26:46 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b78e19b21d973c7f73295c9f48439ed7f4a8aad7]

        INTEGRATION: CWS changefileheader (1.33.216); FILE MERGED 2008/03/31 13:38:16 rt 1.33.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baca2bf1cbb09a6bd11cadee97331913ff24fa3a]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 15:18:45 thb 1.6.20.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:28 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42747cd08731f265d47ef83e9b166a9c9130206d]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/03/31 16:23:07 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d93bf5b91c3fb5ed1a2ae51b4e1d5e38f9a3305]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:42 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:22 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38ba133722014f1ef59c2f6cb04f49a66f82f8f4]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/31 07:26:46 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8da79a1c0389d2a50b99e7f458ab7b1339cc4cf9]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:38:16 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d267f90486bad07b1df1e112f28caf8c4b06102c]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:07 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31aea29f97be468c020287249ae71bc0446ef056]

        INTEGRATION: CWS changefileheader (1.27.90); FILE MERGED 2008/04/01 12:27:22 thb 1.27.90.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.27.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8d9d96a61526dcdfff9484a2b18d1aec3a47a80]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:39:08 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:16 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a3f85ec5211f06d68726035a870e9c0e229afa0]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 07:26:40 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4309f06394ed8f09dd1503d8ca759f30c4c36569]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/31 16:23:07 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8f090b980633534213202d562bfd977c5daf43c]

        INTEGRATION: CWS changefileheader (1.104.120); FILE MERGED 2008/04/01 15:18:45 thb 1.104.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.104.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:26 rt 1.104.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06e1b88210206d95e7d165cdb9dd67dd2797057e]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:42 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:22 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8bd38b24bfcc3f569af1ce205a4e8b605be6529]

        INTEGRATION: CWS changefileheader (1.40.44); FILE MERGED 2008/03/31 13:38:16 rt 1.40.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89d44cc01adf83f7767e59eb89c9bcca39f6c844]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:23:07 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea94adf25942cf9223e1a7da9c143b371f4f85e3]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:06:42 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e72551183b4e963a513de9d04d2a5e6c6bade61]

        INTEGRATION: CWS changefileheader (1.37.268); FILE MERGED 2008/03/31 13:38:16 rt 1.37.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ba4ed4f597cce38ce46342146151d355c500c82]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:23:07 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05310fac626e290af2aa48b0bdc69c5886f31542]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 12:27:21 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [666a9bcbe13e770ffb00780753b29dc3d9e82855]

        INTEGRATION: CWS changefileheader (1.22.20); FILE MERGED 2008/04/01 15:18:44 thb 1.22.20.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.22.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:26 rt 1.22.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f80f5036f5e7e6ebaffa8123decf4f25c32d57e]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:07 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ffe561314de26c47a84ee425ff757a9679d8d951]

        INTEGRATION: CWS changefileheader (1.12.90); FILE MERGED 2008/03/31 12:22:43 rt 1.12.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7b178e60451021cd9d4fa10007e272bb92f9128]

        INTEGRATION: CWS changefileheader (1.12.82); FILE MERGED 2008/03/31 16:23:07 rt 1.12.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e61af2796384cc67a6044c7c7c85d73a6353095f]

        INTEGRATION: CWS changefileheader (1.25.24); FILE MERGED 2008/04/01 15:18:44 thb 1.25.24.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.25.24.2: #i85898# Stripping all external header guards 2008/03/28 15:35:25 rt 1.25.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c880e482f37cfeacdd15d3a8d64cf3e5c30dab3]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 16:23:07 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8899ae22e0cc7aef51924a56ec851e96634d9009]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 07:26:39 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc0312d67b8ae3765a58bda08b6be8eb0f21fd16]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:06:41 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:21 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:43 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d78b6324f083199a1230fe2e0187ded3442e4b9b]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:39:07 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:46 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:16 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f576055bf16591b764058547397a3351d36a9505]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/04/01 15:06:41 thb 1.5.90.2: #i85898# Stripping all external header guards 2008/04/01 12:27:21 thb 1.5.90.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c775e811bf2d26ea097bfca0572711df02a3945]

        INTEGRATION: CWS changefileheader (1.48.216); FILE MERGED 2008/04/01 15:39:07 thb 1.48.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:46 thb 1.48.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:16 rt 1.48.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9af174415d4f6341e40113c01472a12df8433106]

        INTEGRATION: CWS changefileheader (1.18.12); FILE MERGED 2008/03/31 16:23:07 rt 1.18.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18cc7695e02b5eaa6c72ff02c9181536c6b6a27c]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:21 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:42 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [295115403a60d423e3679b91a84d8574019bd4ec]

        INTEGRATION: CWS changefileheader (1.38.268); FILE MERGED 2008/03/31 13:38:16 rt 1.38.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98ce4529722ff6cc9e135bf2d19e34b35d40eca0]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/31 17:24:36 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de3d722194428a293c9aef227b578e5592e9c515]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:07 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4deacb448234b6d9d564681648c5cfdfb74a7a21]

        INTEGRATION: CWS changefileheader (1.39.170); FILE MERGED 2008/04/01 15:18:23 thb 1.39.170.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.39.170.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.39.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3382de718a3181bbfd1bcaa08f0863ae33eecbb]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/03/31 17:24:36 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcedd986bea31c41982de0c27a104252795eb850]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/03/31 13:38:16 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a1b507596623928cb9c64f9b83325589f32f999]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 12:27:21 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:42 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [174648b9b5d1a062c438d4b57de2543469debeb6]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 16:23:07 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3537e155def1b170728ed313d62c8f6e1b8e6e61]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:26:30 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fef17d2703043ca69e519806ea750e6895b5cf4]

        INTEGRATION: CWS changefileheader (1.20.80); FILE MERGED 2008/04/01 15:39:06 thb 1.20.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:46 thb 1.20.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:16 rt 1.20.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [591468c40c5fa97797baf073c9713da299f0cbb4]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/31 17:24:36 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [991b6d16b66df85bc88eace9a9e7b4773e8a1d00]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 12:27:21 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:42 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53c8ba6f2f89dc14f0dfc49f74e7bf7a9ec1a5ba]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:23:07 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29747779c04353fce4ace1c54f192dd09b02dcbf]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:26:30 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04a3ae0d93e5ee56823b6e17eaea254c6237277d]

        INTEGRATION: CWS changefileheader (1.19.42); FILE MERGED 2008/03/31 17:24:36 rt 1.19.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f836ff4576252fe490d92fbabf88bcfa31853bb]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 12:22:42 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8818f34ae67cfb35517a5c36a2401f25466927b]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 16:23:06 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [572b0504062184ca908c75ba3911df87d59d47e6]

        INTEGRATION: CWS changefileheader (1.10.42); FILE MERGED 2008/03/31 17:24:36 rt 1.10.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6878e0f3ede27c962953c30cdd03752831d0f49e]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 12:27:20 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:42 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9065ed5d1813ebd48229c750b5daa80867fba91]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:06 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60f3187a80a6fd8aec1e35f832834aa5718573e3]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 17:24:36 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17edf008c66732ea221a1f517590ad80c975d707]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:41 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:20 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:42 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6abb33747e3e84466f0706f0142fc70cfcebbdf6]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/31 17:24:35 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02b4514eeef68336cf4833ebda89db8f94be9998]

        INTEGRATION: CWS changefileheader (1.23.128); FILE MERGED 2008/04/01 15:18:21 thb 1.23.128.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.23.128.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.23.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8cde128c90ad975cd0626a94a8c3a2a21fe59f9]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/31 12:22:42 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8ae19468e296e64ced3044f695c057c71a23a35]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:06 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1ad59d4da4dc22771ec7892fef064da3ee29d1b]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 16:10:30 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 17:24:35 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [088e66d4364145eed240052e54e5e462758a946f]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:42 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5819a76bf97bc069b6fed2dd2a055bf13d83cef3]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:39:06 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [072e20201dbffef3aa493b3bfcf4dffc07ad082c]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 16:23:06 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee7034155feb4cedb81ec1cb74a5f42df4d1e7a6]

        INTEGRATION: CWS changefileheader (1.13.42); FILE MERGED 2008/03/31 17:24:35 rt 1.13.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb36909db2ea53cae4a777fb4da96b4493003aba]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/31 12:22:42 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ba1510c584656394efe377284426532e5924776]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:39:06 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1367ed782a8bf6c79f0581d404de38fde9b597a8]

        INTEGRATION: CWS changefileheader (1.9.140); FILE MERGED 2008/03/31 16:23:06 rt 1.9.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4112d41481e349a34c491d2a056e1cf2449096f]

        INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/03/31 17:24:35 rt 1.12.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f82cae1671abefb8b4e2b21f7bbbc6d7746a946]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 15:18:21 thb 1.7.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:47 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [764c1caaba19f7a369d1a1d2170c07aa99cf99cf]

        INTEGRATION: CWS changefileheader (1.8.732); FILE MERGED 2008/04/01 12:40:45 thb 1.8.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.8.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13454ab422adb0ebbaab33c83eedba6d7680396a]

        INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/03/31 16:23:06 rt 1.8.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2f8edf612f9b873611e21634f893a8a6665b348]

        INTEGRATION: CWS changefileheader (1.28.216); FILE MERGED 2008/04/01 15:39:05 thb 1.28.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.28.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.28.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29bea2e6c343e27b4b2b257d43ced75c27bbe624]

        INTEGRATION: CWS changefileheader (1.11.112); FILE MERGED 2008/03/31 16:23:06 rt 1.11.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb14af84b4c700b1dc144db92d2a5700c3a1d8ab]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/03/31 17:24:35 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eef8995310186ee6bc990749aa86e57dd3872d41]

        INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/03/31 12:22:41 rt 1.4.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21c51d9592e9a35a86064e8f33a0972982883bc7]

        INTEGRATION: CWS changefileheader (1.15.8); FILE MERGED 2008/04/01 15:39:05 thb 1.15.8.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.15.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.15.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47c81898574bd0c301aeb4a0db261c1e8f278869]

        INTEGRATION: CWS changefileheader (1.10.112); FILE MERGED 2008/03/31 16:23:06 rt 1.10.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bb30b2e58b6874b0ecd9732e488e1ee54d9a0a3]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 16:10:30 thb 1.3.60.3: #i85898# Stripping all external header guards 2008/04/01 13:06:05 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/31 17:24:35 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb89a45ff920549a66b253197cd57234fc1502a4]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:27:20 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0f427390607b1c5d814af397961ee7e974fd9f4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 15:51:24 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [717810855c1ff1ab54bb3b5b4c30e0cf0e2c2880]

        INTEGRATION: CWS changefileheader (1.27.268); FILE MERGED 2008/03/31 13:38:13 rt 1.27.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba40a20815fdda842357e9a4b3005f7a288c16d8]

        INTEGRATION: CWS changefileheader (1.10.140); FILE MERGED 2008/03/31 16:23:06 rt 1.10.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a5ccec1b66439abe4debedcfe6fc437b2a8ea07]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/04/01 16:00:27 thb 1.7.44.2: #i85898# Stripping all external header guards 2008/03/31 07:26:30 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56ee047a6aa50d184c64f0ccf67970064217004c]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 13:06:05 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 17:24:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16d629d5aba47c03aa0fa03e9b2c8c0adfd21347]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:40 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:20 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41799a54deddd5f9176da7131450783bde623475]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/28 15:51:24 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e333122c839497b359edc5ded8f8810fe0ce3727]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/31 07:26:29 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5986de0fa2e58e923671bf2dbb57179481977146]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:06 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bba203594fef2da5206f6509b07716f616d1718]

        INTEGRATION: CWS changefileheader (1.140.8); FILE MERGED 2008/04/01 15:39:04 thb 1.140.8.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.140.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.140.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b6d3382de6e0fe2f89541e75fe2c3e83f346d6c]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:27:19 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b0fc7c2e79cfe599a144cc02eaae36bbdb929fa]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/28 15:51:24 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75715beeda88d7cdbcb1de1bd18b5264f203953a]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 16:00:27 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/31 07:26:29 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6050cf9a02f7f0c57b7c59836e23a2df82c97f1]

        INTEGRATION: CWS changefileheader (1.46.72); FILE MERGED 2008/04/01 15:39:04 thb 1.46.72.2: #i85898# Stripping all external header guards 2008/03/31 13:38:13 rt 1.46.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09a39ee13c0673ede008c7494fdeb5f686a91919]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:06:40 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:19 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8946ffcde63c6f6f570ad25268857c9bdb816480]

        INTEGRATION: CWS changefileheader (1.14.50); FILE MERGED 2008/04/01 10:57:42 thb 1.14.50.2: #i85898# Stripping all external header guards 2008/03/28 15:34:29 rt 1.14.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e7ca5fc0a3f03be764216e9115f1673cf1e4503]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 15:51:24 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac61e7437241a0f902fa118f7eef196a3aba2150]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 16:23:05 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [580c5b08c8105aa9b4e724357f16fbc9d603463f]

        INTEGRATION: CWS changefileheader (1.22.216); FILE MERGED 2008/03/31 13:38:13 rt 1.22.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1b078a5e3f1dd6d03cc04ea22e591c614e12700]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 17:24:35 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b98ba3ea41e8fa53b4059b64a84c66f98bc110d9]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 12:27:19 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc18f668345b49a28bd232bf67672db85ede0eb3]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/28 15:51:24 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78c77205ad1ec6d812ad0c558fc09adbb2a873f9]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:26:29 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63f70037293d6ea0595de281a760ee282afa7386]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:23:05 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbca4ea24f76faf71fee3aa4c978dcc5a0d33dab]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:13 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e79fc657b8370f8d113faa27826aa26a01a41b90]

        INTEGRATION: CWS changefileheader (1.35.18); FILE MERGED 2008/03/31 17:24:34 rt 1.35.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b6c713ad18879143b7146f04ab7a62b904e821b]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:06:39 thb 1.8.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:19 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [079e9a8ebbd6dc83948e2e6c8bf4764402589c6e]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 16:23:05 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44ad1560cc0fabfe5ea5342af1fce59371d5f2be]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 16:03:11 thb 1.4.48.3: #i85898# Stripping all external header guards 2008/04/01 12:59:13 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/28 15:51:23 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90ab5bc01660907965e6284739556a6d75dc5bb0]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:13 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b18fb2e8fdaadd71370067db7115da84a15aa04]

        INTEGRATION: CWS changefileheader (1.43.4); FILE MERGED 2008/03/31 17:24:34 rt 1.43.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e44f447c4025c5fca2b71823f607b1a7b6fe2686]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:19 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d96a53fb7a7dbdfec13cc4b2213968f2ee2403a7]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/04/01 16:03:11 thb 1.4.44.3: #i85898# Stripping all external header guards 2008/04/01 12:59:13 thb 1.4.44.2: #i85898# Stripping all external header guards 2008/03/28 15:51:23 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0de7517956dca266f447d5d464de29d01697ac59]

        INTEGRATION: CWS changefileheader (1.53.120); FILE MERGED 2008/03/31 13:38:13 rt 1.53.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3edffa896d1d0f2520f7d0cf14303e4fdec7389]

        INTEGRATION: CWS changefileheader (1.39.4); FILE MERGED 2008/03/31 17:24:34 rt 1.39.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d83e45617c5df5761f4c1aa9e61fbb3a9d8087d3]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 07:26:29 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80e7649a7678829062c292e8e04013c41c9c9371]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/03/31 13:38:13 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b33cd0eefcaded4fea052650fe61866e4c2559a]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 16:23:05 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b1566144ac3c8adea7fe14e4dd8e04eaf944c62]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/04/01 16:03:11 thb 1.6.30.2: #i85898# Stripping all external header guards 2008/03/28 15:51:23 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7273219111721a0257470433011a84f9587293b]

        INTEGRATION: CWS changefileheader (1.37.4); FILE MERGED 2008/03/31 17:24:34 rt 1.37.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09e218d45e87f01e0052bc17c1ff284b44d52051]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 07:26:29 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62a76758716eb027a34680fb7ae6ede11f425d01]

        INTEGRATION: CWS changefileheader (1.43.44); FILE MERGED 2008/04/01 15:39:04 thb 1.43.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.43.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.43.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [273f722dfb74c301d2b802682fa011251f70cc47]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/28 15:51:23 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2aa3ee816c3a31563e35ed48e0c38ee8cfd98882]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/03/31 16:23:05 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb380bff92d2c9b29bf0349b916315f1bd761c85]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/03/31 12:22:41 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11ace12668c5cee4419d47e98694266aec78ba24]

        INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/03/31 17:24:34 rt 1.7.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f67e504bc14b863aba479b11c84c1c1c6a42e425]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/28 15:51:23 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98a3e616501d16d1da8a2585bf3271920b28031b]

        INTEGRATION: CWS changefileheader (1.55.80); FILE MERGED 2008/03/31 13:38:12 rt 1.55.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0b3f44295815893ff17fe6caff482946db637b7]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:06:39 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:19 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa904d54982e02d5ada007a9da3c4cd94a9d280f]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/31 17:24:34 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd261d0d4afa65173a569fea733027eca8269237]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 07:26:29 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddd6256f73871a5ecec0766ffcc2cd4239c0f942]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/03/28 15:51:23 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1789adac476490071b3f67dd58a79bac2dd6122e]

        INTEGRATION: CWS changefileheader (1.29.118); FILE MERGED 2008/03/31 13:38:12 rt 1.29.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f8c4892370976368fe5aac6c6696a1cb634a03e]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 12:27:19 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3222eabfcee2ccfe5f1d496d7410fe4a60912be5]

        INTEGRATION: CWS changefileheader (1.28.4); FILE MERGED 2008/03/31 17:24:34 rt 1.28.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a3e66a7a41985b40afe41ff8689dba4d649398e]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:26:29 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [477638de0dfeee44f20e6d1021a0a5dfdebbb1ad]

        INTEGRATION: CWS changefileheader (1.12.94); FILE MERGED 2008/03/31 16:23:05 rt 1.12.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7f4adaca298dff91be7339a2104ba112f6eb6db]

        INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/28 15:51:23 rt 1.9.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d012abaae41d98a111e0ce54dfb823b7972c5da]

        INTEGRATION: CWS changefileheader (1.46.212); FILE MERGED 2008/03/31 13:38:12 rt 1.46.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe1791d4eb733218d2b40b1cc3e141d197f9bf07]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:06:38 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:19 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a563e685229030c2d176d969094c491ffed1e4c0]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/03/31 17:24:34 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e33f2b69c12cddb63f512b5e21d435b3397627ea]

        INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/03/31 07:26:29 rt 1.8.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd29df61d9e886aa184b329525cd5e60f677cdff]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:23:05 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e878453a1b6f0a87953b84e3d77e765d3a2a472]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/03/28 15:51:23 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f28fdf576baff709582fb4965cae878639caaa80]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:12 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a121ed1444181e3a37afc42e34b543fda76248f7]

        INTEGRATION: CWS changefileheader (1.16.72); FILE MERGED 2008/04/01 15:06:38 thb 1.16.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:18 thb 1.16.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.16.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36e9948491b63e6cdff57705a724e1d0c3cca92b]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 17:24:34 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fc117712c0eb6fe7ee175a135af86546d8293c0]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/03/31 07:26:29 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [878c73333b6c3e7472f512105888b909567aafe8]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/31 16:23:05 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [890fefab672e40853e9eb2e9b352fe25032e6708]

        INTEGRATION: CWS changefileheader (1.64.28); FILE MERGED 2008/04/01 15:39:03 thb 1.64.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:45 thb 1.64.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.64.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7efc0e28e003d0bd91d650ee9d552b5a0998e42]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/28 15:51:23 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [863563fffaf530c21b32bb7bb7fe665d1ec50c36]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:38 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:18 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:41 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0166e10074bcb3221bb62cd1ef1cab2dde56a66b]

        INTEGRATION: CWS changefileheader (1.11.42); FILE MERGED 2008/03/31 17:24:33 rt 1.11.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50953ecd5ce8465104775448da85e37f040a57c1]

        INTEGRATION: CWS changefileheader (1.18.12); FILE MERGED 2008/03/31 07:26:29 rt 1.18.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cd79b7265db09754c46c4dce9f707188dfa3d0f]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:23:05 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60ddb3066fb71a2c6e7b1ee91caf88374d8f3547]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 16:03:11 thb 1.4.10.3: #i85898# Stripping all external header guards 2008/04/01 12:59:12 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/28 15:51:22 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac9759152db57aa25c66195d372b7723343db455]

        INTEGRATION: CWS changefileheader (1.31.68); FILE MERGED 2008/04/01 15:39:03 thb 1.31.68.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.31.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [573cbe0c733a7edd08fc6437feb6aa9ae49ede9d]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 17:24:33 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83d8fdc8813f07e8973338079e8da087f3d2e6e1]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 15:06:38 thb 1.12.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:18 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf6f26c702093dfbb32ec6a1706dbfb62f8c99ea]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 07:26:29 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34f37bba1839987d8f888ed6b661e6efa858f3d6]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 16:03:11 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/28 15:51:22 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a158abcbba86f4ffb93b78f73a2c997d3c90d9a8]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 17:24:33 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [960121d9638a735c33760e6b7bda01010da7ed12]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:18 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45336f1b0eff1194a929c1015ca4520b37b4497b]

        INTEGRATION: CWS changefileheader (1.12.136); FILE MERGED 2008/03/31 16:23:04 rt 1.12.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2de168a1b7a4c6593aff4c7e8b3ec403e26fd900]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 15:51:22 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1154566d05c40e3607e765ea0efb4cea724cc53]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 17:24:33 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d635a3098cb0adf154c8dd931f105ee99b094668]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 12:27:18 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76933fccedaf5e629c4f4f1dee1a3c2a334dc42e]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 13:38:12 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efb898bcab24ffa325e6b12ff8492b479722bea5]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/03/31 07:26:28 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e30c6ea9ea0fb27b12d41366f90de08ebc3f1160]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 16:18:08 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a61c350d291bf2f798dd01578efa0ae4fd31f7e6]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 13:38:12 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4aeac6c83ce2b3bc15badfe52a5c185067c3c2af]

        INTEGRATION: CWS changefileheader (1.15.104); FILE MERGED 2008/03/31 12:22:40 rt 1.15.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e4fa297d59aabca8a7c4f06ec4d2773c32335e8]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 17:24:33 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29d2863f05bf8e3d40192395af3118dde87a992a]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 16:18:08 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4716803bf20f2d80ecbcc67f1995f992b267a24b]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:38 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:18 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3c6cddb7011a4f80d4dcd51766777c0097e8556]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 15:39:03 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [274ff48ab88812a19ebaf9de97eb18838b62a1a5]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 17:24:33 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50d781e3542bf398eab749c3f0b3d7ae2dc62f62]

        INTEGRATION: CWS changefileheader (1.16.92); FILE MERGED 2008/03/31 16:18:08 rt 1.16.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b34f44748ee50714d8da71547d3eb62e8262a591]

        INTEGRATION: CWS changefileheader (1.39.212); FILE MERGED 2008/04/01 15:39:02 thb 1.39.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.39.212.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.39.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [732aaa17658e2add82aaf4cd23ca1e480b8fae38]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 12:27:18 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [385fe174a86ac03668a7f8eeeab18cc94c82f612]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/31 17:24:32 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c344dcedae4d4de7c81f57c352e6e3be6824a02]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 16:18:07 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7b7de458d4662e7ec9bc6824e407f6192a5d490]

        INTEGRATION: CWS changefileheader (1.12.44); FILE MERGED 2008/03/31 07:26:28 rt 1.12.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a284f17a31395cab49c4f666c71e63cf484adb47]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 16:10:29 thb 1.6.60.3: #i85898# Stripping all external header guards 2008/04/01 13:06:05 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/31 17:24:32 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a1ac4e04fbe5f8d9cbb888ecc930072507fc45a]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:18:05 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11329b577a27a4433565c2c30d492521d51155b3]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/04/01 16:10:29 thb 1.11.60.3: #i85898# Stripping all external header guards 2008/04/01 13:06:04 thb 1.11.60.2: #i85898# Stripping all external header guards 2008/03/31 17:24:32 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23f6c860d585e3c665e8d083846dc50c3b0216a0]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/31 16:18:05 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae19cca5cff9fb41f7e1f1ef28550d00438e6b1b]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 12:27:18 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f2dd8832c69849a21af1e24c19d947fb2176ec3]

        INTEGRATION: CWS changefileheader (1.13.48); FILE MERGED 2008/03/31 17:24:32 rt 1.13.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99da0d7722d2f17f97964e4e48273c1ae3c9b64d]

        INTEGRATION: CWS changefileheader (1.37.8); FILE MERGED 2008/04/01 15:39:02 thb 1.37.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.37.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a21df0a28cbee9e82df8f027790e17e73263e9e]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 12:27:17 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea686bd955106295192135537a32f5e73524ff2]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 17:24:32 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [259c8b6f2d9345eb3157c503be920877aeb6370b]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/31 16:18:05 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2020239530e3a67de74bbdeda04a7d747b50c04]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:26:28 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54f224cbf427cb9cbcd3cb00e051b18f6d92ef3c]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 16:10:28 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 13:06:04 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 17:24:32 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2c5c8b97b129481cb848f3a64b4ae90b2da5ac8]

        INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/03/31 07:26:28 rt 1.9.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5efeeefe0af03efa35fbbea47849e37c76fe8c2]

        INTEGRATION: CWS changefileheader (1.57.216); FILE MERGED 2008/04/01 15:39:01 thb 1.57.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.57.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.57.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e387ceb1fc9947d1423b2a8b8eab65b73051c1b]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:37 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:17 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2ff673a7dab1d8eff70752400c0e3b252208fe6]

        INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 17:24:32 rt 1.2.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abd6544a84006aee73d5fa366db9fe89353918bb]

        INTEGRATION: CWS changefileheader (1.35.212); FILE MERGED 2008/04/01 15:39:01 thb 1.35.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.35.212.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.35.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26dfd660052591b30100f364a77540f10bbebfcb]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 16:18:05 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [982773fea1902992f087da080a8fd4b513981853]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 12:27:17 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d23770ff7e91bbb40d1ecd4657ad96be5ee4c9a]

        INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/03/31 16:18:05 rt 1.6.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbdc299f9a73f52e234791fbdf23aee2f177f974]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 17:24:32 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5cfe8d70fd5f7fa50b9c659d728c626f00d25d6]

        INTEGRATION: CWS changefileheader (1.23.80); FILE MERGED 2008/04/01 15:39:00 thb 1.23.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.23.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:12 rt 1.23.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b081ac1e59aeba06bf56fe9823c87f05c6a5e106]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:37 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [092022615a35670b7d49cad0f555b6c27489df29]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/31 07:26:28 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99f377ca8a857a297392b2b16535628256235a1a]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/31 17:24:32 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4409ca060a00e4349bd2db679dcbcf7b4e8b7ccc]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 16:18:04 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d8591ded3ee59b350feb5649e34f840296fb671]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:11 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [087d04ba8f077e2eae5c02012f253b62eddf13b8]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:27:17 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18c69991db241b60fc14c8959c122695ed2eb263]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 07:26:28 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d36057a61eb9e6cbb3bfc9d53cbda49a34c05b9]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:18:04 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73034965271cd4d5a0edf65beadc8d8e62a33295]

        INTEGRATION: CWS changefileheader (1.24.80); FILE MERGED 2008/04/01 15:39:00 thb 1.24.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.24.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.24.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa1811bb8db021af68774c08a52a5860754af198]

        INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/04/01 15:06:37 thb 1.9.100.3: #i85898# Stripping all external header guards 2008/04/01 12:27:17 thb 1.9.100.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.9.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [589b318c7e933cb28009167cd1bd88f94e179fc8]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/31 17:24:31 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b31d4822ea403e1a198010afdf99264db35000e9]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/03/31 16:18:04 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8c79c9c289d129bcc15d272679b43d77fd8683e]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:26:28 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff6a3b787ed9e2b3fca2ccf21cab99098cd5d22f]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:39:00 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:44 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaf5d8bca641b3c1fd5bac4e9d2b488185ef2b7f]

        INTEGRATION: CWS changefileheader (1.26.72); FILE MERGED 2008/04/01 12:27:17 thb 1.26.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.26.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [784fceeeacee9eee61ac8bfc97825a21a3060c98]

        INTEGRATION: CWS changefileheader (1.27.10); FILE MERGED 2008/03/31 17:24:31 rt 1.27.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b76c599785a6613b9d71730739b02e374279d5ee]

        INTEGRATION: CWS changefileheader (1.34.10); FILE MERGED 2008/03/31 07:26:28 rt 1.34.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c44c3dfdaf9f2e3e8c1224ed775a6ba6688d991]

        INTEGRATION: CWS changefileheader (1.20.216); FILE MERGED 2008/04/01 15:39:00 thb 1.20.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:43 thb 1.20.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.20.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28754be7001cd123ee7c994ee31fdb070def451f]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:37 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6d5b7615e7b470dba5ba1dddcb737b1446952f7]

        INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/03/31 16:18:04 rt 1.6.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f78c79a2d158f4588d722afb9bd9a3eb045ad2d]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 16:00:26 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 12:56:24 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/31 07:26:28 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f52e06ae320313b4ddfe052b4c0e366d1cd4ff6]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:38:59 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:43 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1abad72c134483c4722d75a06b511beaec327316]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:40 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8609a04a25366c83fe47106f63fb600ebc05827]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/04/01 15:02:02 thb 1.7.56.3: #i85898# Stripping all external header guards 2008/04/01 10:48:44 thb 1.7.56.2: #i85898# Stripping all external header guards 2008/03/28 16:07:54 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4011bfa0ea6021c52d637d5b31f2272cd7add365]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:18:04 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d209801b424c8ec214c845e8dcb2431b6e25f542]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/31 07:26:28 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [334daef5f93d13e3b69f860f81ede215ffa6b1fd]

        INTEGRATION: CWS changefileheader (1.20.216); FILE MERGED 2008/04/01 15:38:59 thb 1.20.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.20.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [623294842bfd99c71b9cd1bbe97a61f84815c2d9]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:37 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:17 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f84c82d48dc3411ace544bc7f164df03db99db24]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/28 16:07:54 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dfb222c1dd9dad1b9594fe82af97b57d9540868]

        INTEGRATION: CWS changefileheader (1.14.44); FILE MERGED 2008/04/01 16:00:26 thb 1.14.44.2: #i85898# Stripping all external header guards 2008/03/31 07:26:28 rt 1.14.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0fa7c73bb47ff5faa79782381f7419245ad60b7]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:18:04 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03bc9e7c3bb3a708c4c759f53ca7d23475a0cbbc]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 15:38:59 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1903c9187214d2e4a51ba94f0d244d7c9d76606]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 12:27:16 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc3f8e3b659b2a32cd2e882df08ae3fe01685321]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/28 16:07:54 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29892c20226332c510619e39c165b73df8821a0f]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:18:04 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfe7c966338c7e2c4667d5b66221f5cab1b6b735]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 07:26:28 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0650d12b81dfe940d983e8a25f38e89a524e5259]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:16 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ff8a1d10aa20e20fba38320474972ae3edf7992]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:38:59 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1b50863439dd0eea8727a3ecb10e28cd5c488ba]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/28 16:07:53 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7346c38e63cad4d23eab782f2ded10ddb98a18a0]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:26:28 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4494ec62a206af8dde91944a9a4473cdae65d4e1]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 16:18:04 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6d87d5a8e9e5519ea601aa985c865d604238d4e]

        INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/03/31 13:38:11 rt 1.5.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adcee2e964e70acc22086c1c2978cfa0f206fd44]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/04/01 15:02:02 thb 1.9.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:44 thb 1.9.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:53 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75e76a7cb98ecbc297301535a7d0b0d64e8d8f55]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:36 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:16 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7fc41efeffe71a621be8c7b65170ad987202f01]

        INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/04/01 10:48:44 thb 1.3.140.2: #i85898# Stripping all external header guards 2008/03/28 16:07:52 rt 1.3.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5965b94407af5cfb163a1a16fc07c71ded44fde3]

        INTEGRATION: CWS changefileheader (1.9.288); FILE MERGED 2008/03/31 13:38:11 rt 1.9.288.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b336491b7d57d0d3161d80eef95ec424450aa0ca]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:36 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:16 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29a1da06f295dbcc85b878f6193a71bc8d7e320d]

        INTEGRATION: CWS changefileheader (1.22.30); FILE MERGED 2008/03/31 07:26:28 rt 1.22.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b9646511c8a1aedfa6f089026b364ab6ef92e80]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/31 07:22:56 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db81f10ea442fd4d9d0debec6a92a6ed6477f9ad]

        INTEGRATION: CWS changefileheader (1.3.146); FILE MERGED 2008/04/01 15:02:02 thb 1.3.146.2: #i85898# Stripping all external header guards 2008/03/28 16:07:52 rt 1.3.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bde3fe275ee712109e50e425ebaf84f560551d5]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/03/31 13:38:11 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdfe2f29669860f3dd4b85b5415ebc22b74baef6]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 12:22:40 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a940d7dab2b115e74eb53d7e0445858dfedaddda]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 07:26:28 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71ec5c15d7dd4ac895dadb122ce34ef9ba34b376]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 07:22:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1988fdf8cfc7f122138903bd757ed563c0285962]

        INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/04/01 15:02:02 thb 1.3.140.3: #i85898# Stripping all external header guards 2008/04/01 10:48:44 thb 1.3.140.2: #i85898# Stripping all external header guards 2008/03/28 16:07:52 rt 1.3.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd30353bab2a913a9e5073669c61c8625447498e]

        INTEGRATION: CWS changefileheader (1.24.28); FILE MERGED 2008/04/01 15:38:58 thb 1.24.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:43 thb 1.24.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.24.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b6d946f14184ac02e67ae669afb5019bcaaae91]

        INTEGRATION: CWS changefileheader (1.9.130); FILE MERGED 2008/04/01 12:27:16 thb 1.9.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.9.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [831a5d10d6e0fb8746068694caba19df8946ccf6]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 07:26:28 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65cb9a134a0b7c30c2d2c1bc05dff1e15e553050]

        INTEGRATION: CWS changefileheader (1.12.6); FILE MERGED 2008/04/01 15:02:02 thb 1.12.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:44 thb 1.12.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:51 rt 1.12.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de8312a78dd0da9a29233f8a413759ba6a2dfee5]

        INTEGRATION: CWS changefileheader (1.53.212); FILE MERGED 2008/04/01 15:38:58 thb 1.53.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:43 thb 1.53.212.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.53.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b0b0c8fc9a51679d7f5e697d3821623937a307c]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 15:06:36 thb 1.12.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:16 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:40 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f081b2b996551267b53f87a8564511f59572f88b]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:26:27 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55a13f24560a6ba54739df5567c7cdd5243f5af4]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/31 07:22:56 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cb4c61260090ec89ba56473860c8bd144bf96b1]

        INTEGRATION: CWS changefileheader (1.12.164); FILE MERGED 2008/04/01 15:38:57 thb 1.12.164.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.12.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36d5a200b576f10dbb2267b14e00168ee1202422]

        INTEGRATION: CWS changefileheader (1.2.112); FILE MERGED 2008/03/28 16:07:51 rt 1.2.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d66c44d14cfa9d8e1e99b76d255dba0b3d08cb9]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/04/01 15:06:36 thb 1.6.120.3: #i85898# Stripping all external header guards 2008/04/01 12:27:16 thb 1.6.120.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4153c1532543c2fa268fd1df84e1119bb5a56a0b]

        INTEGRATION: CWS changefileheader (1.4.112); FILE MERGED 2008/03/28 16:07:51 rt 1.4.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [378d22a5c88f637e530272f6358b92a749f21bc5]

        INTEGRATION: CWS changefileheader (1.50.216); FILE MERGED 2008/04/01 15:38:56 thb 1.50.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:43 thb 1.50.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:11 rt 1.50.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98668f763a5fc69ee4bdb64f5fe0626977223893]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 15:06:36 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:16 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b32bf1ed56c3abe9eca5836531856f0387137228]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 07:26:27 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14709436c67eb360e93df0dd9b1c86d3aef780e8]

        INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/04/01 15:02:01 thb 1.8.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:44 thb 1.8.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:51 rt 1.8.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [168026525ece4dbda6ac1e364aa4af0878b1aab2]

        INTEGRATION: CWS changefileheader (1.9.526); FILE MERGED 2008/03/31 13:38:11 rt 1.9.526.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e445ad19f68d914ce4f5ea3ee1a449a556983fc]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/04/01 12:27:16 thb 1.6.108.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0884902197426367d78bb057e54f8427c3305a9]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 07:26:27 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2ee3706e8ba57c1bd1a948af304e27377b15949]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 07:22:55 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09f70cdff0942f22189569cd6d9a7fbd60306ca6]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/04/01 15:02:01 thb 1.8.28.2: #i85898# Stripping all external header guards 2008/03/28 16:07:50 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [339d6f9bd76c563d760d326221e09948fa898b10]

        INTEGRATION: CWS changefileheader (1.10.60); FILE MERGED 2008/04/01 12:27:16 thb 1.10.60.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.10.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [573bf99e423cc7ec5d97e2390a39d2c3619cfbd1]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:26:27 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0954f0bbe190449b9eb19999530e04ee70081402]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/03/31 07:22:55 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bb2da3bcc09f54d555c18c8787f7577bd4f16e5]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:18:04 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3a7e2856fd6ec96d833280103d0af47037d8a99]

        INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:02:01 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/28 16:07:50 rt 1.11.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9a4d31223643a113046e8c8a755d2f4ef747790]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/04/01 15:06:36 thb 1.4.178.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b48e8a83462f46f13e307cd4edebceb6cad2618a]

        INTEGRATION: CWS changefileheader (1.30.44); FILE MERGED 2008/04/01 15:38:56 thb 1.30.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:42 thb 1.30.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.30.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f50e4afb68c65c8933dd0bf0fd3f2396c1f52a12]

        INTEGRATION: CWS changefileheader (1.11.44); FILE MERGED 2008/03/31 07:26:27 rt 1.11.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d8457da731be7bad55bd8fcd8bf7dee1c6c7afa]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/03/31 07:22:55 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c14df4f1bd994968229f2ec9612092adfe6076b1]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:18:03 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9bd8b29d7ab48c45c2b2a80ee8b8691d4c4643c1]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 12:27:15 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17f39ef6b060f17b606f3cca5987675d7301c8fc]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:02:01 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:50 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c78d3ea0fb0f1efc95a821475f1c99abc2175d7c]

        INTEGRATION: CWS changefileheader (1.46.216); FILE MERGED 2008/03/31 13:38:10 rt 1.46.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18a139946241f02c89ac483ee10f1024c3b45023]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/31 07:26:27 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f27e04f782e812925a875e5016b64380ccb28e01]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/31 07:22:55 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0601ee8a4e553d3e0a0a4ab4414c4fd075152664]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:18:03 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b45ae81f3abca82fa9b2ac7bbb2e5bda281274d]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/04/01 12:27:15 thb 1.10.36.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b687ed6d86565928c23d0a300615c0a498a0e26]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:02:01 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:50 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed42e28de262e810bdb4bfae84101b64a9f21cd2]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:10 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb327e6e1c38481ef7cd7024442acf06ed2f8754]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/03/31 07:22:55 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [855fe2919054f7fc47a15009f47c1ac08527506c]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:18:02 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81e511040a1f4ed8a494c7f881bcaa702c8e600e]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:36 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11262ec1727d01935930ac00dfc9fa523e305ec9]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:02:00 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:50 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2d046f90e88ed693265e15cdb5cc7deb20cfc49]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:38:55 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe747611b4b5c757c36ffdce16912fc65261d397]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/31 07:22:55 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b117348e936af1f0a2ca8050d39bef351d2b2eef]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:18:02 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d812db2b64f02d9c74a23b04bc4eed32bf382a]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/31 07:26:17 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1502414731962b646ba9a7dc6a7d4b78d99c2a10]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:06:36 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81cf41b4cd35e9555330b076d5fa53a138be6cfa]

        INTEGRATION: CWS changefileheader (1.22.44); FILE MERGED 2008/04/01 15:38:55 thb 1.22.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.22.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3f418cb9bf5b0e1938d6814f6aa29b5f8efb144]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:02:00 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:49 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2574c1e7bb2504d71456aba51d348d389066edfa]

        INTEGRATION: CWS changefileheader (1.34.38); FILE MERGED 2008/03/31 07:22:55 rt 1.34.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95cc279527dae20463f2309097d9c9bc2b81cdc8]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:18:02 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b7e7404d8d3a3cbf24ba269deb1ea5cdc9eda2b]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:17 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0052660b806348c0a5f91c6c0c7f44d8aa1a9a3f]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:15 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d694b1d0997e43d675872d29f1d375ee6b067ea]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/04/01 15:02:00 thb 1.7.46.2: #i85898# Stripping all external header guards 2008/03/28 16:07:49 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c55a93bf3a40aeab9a6db6b025b2de9d76ecd130]

        INTEGRATION: CWS changefileheader (1.28.208); FILE MERGED 2008/04/01 15:38:55 thb 1.28.208.3: #i85898# Stripping all external header guards 2008/04/01 12:40:42 thb 1.28.208.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.28.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cecebd3bf669bae1ea1259da65b66ea5ad9b827]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 12:26:07 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:55 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [777ae136597a76a7681545e0a3b5045ec8e507e1]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/03/31 07:26:17 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcdb19590ad8af292b1f9c0e0ae349a5111d2a0c]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/04/01 15:15:21 thb 1.8.70.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.8.70.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0927a0463b7c93946cf0d90d90e479de89cf892]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 15:06:36 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8f85811945ca239f243b260115c809eefda78db]

        INTEGRATION: CWS changefileheader (1.12.24); FILE MERGED 2008/04/01 15:02:00 thb 1.12.24.2: #i85898# Stripping all external header guards 2008/03/28 16:07:49 rt 1.12.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3470610da6bcdf2295102be50e8d3f94eba11f7a]

        INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/03/31 13:38:10 rt 1.5.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d675869612bf4e671ee126da4ebb054c33d6df46]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:18:02 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2358da1668e39aa74ef1deda1f9a53a8a68b052]

        INTEGRATION: CWS changefileheader (1.11.38); FILE MERGED 2008/03/31 07:22:55 rt 1.11.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0289c205c6e40dc791fd06ff7454a97f0a38db69]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:35 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f741603f5e37d490b1836aeaba907dd491ac8eb0]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 13:38:10 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ff4c3caa0de9260a3a44fe9ee78a4ef6770120d]

        INTEGRATION: CWS changefileheader (1.3.286); FILE MERGED 2008/04/01 15:02:00 thb 1.3.286.2: #i85898# Stripping all external header guards 2008/03/28 16:07:49 rt 1.3.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0826cf5370a82010b359bf20f01d16c4942ecd89]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/03/31 07:22:55 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28e000f48c6ac9213b765c63c94c86fbedd8809b]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 15:38:54 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea4b81c1fc269bfd33503c844b034647d4e25aa]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:18:01 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99fa1a598f456d26f85c4f5ce60ad3a2619e3f67]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:07:49 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7d461e8586cca523f8ad1993c8f3bd6aade3bfc]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 12:22:39 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ca7bd30e937800632a515acfdbd73331c3bb189]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:04:49 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:55 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b64aa8ae668d44748aae6907731aedbaebcb85e4]

        INTEGRATION: CWS changefileheader (1.11.312); FILE MERGED 2008/03/31 13:38:10 rt 1.11.312.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63ed04d0dc77a3e376b3dc073fc2da52c52563e3]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:18:01 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [581e3c571e8f7e8a22c4dac8af5650db8b25a5df]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/04/01 15:01:59 thb 1.8.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:48 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [067a59f87140962a85055cf46c9a17689983b01a]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 07:26:17 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3596fb599d7ae38b670a34cc50acf48a7a71a2e]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 07:22:55 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbbaa1027bccb1240e7d3ebc5737dae9dd608fb0]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:18:01 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3f59ede01e12120c6a74cbfdbdd1bde3bd6f0e5]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:06:35 thb 1.4.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afec770b8e188ea3599d837e066fb674eb75b8d7]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/03/31 16:18:01 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d3eab58452f317fd69e8264531a324563e8fddb]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 12:27:15 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecf27b7d67cff63857f3587d9882c91db4b26790]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:18:01 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc61cee446e61cfb4dac84c85c292a0e4a6790bc]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:38 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d044327e6b707df774d90eca965843d4b5b671cf]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 10:48:43 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:48 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06418872ba57753a7f9df974583cf30b9270bfe8]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:35 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:15 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce53495fb2963037c54f7e7e8f65f321c60e4c5f]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 07:22:54 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a32122b47f591ee8ab8b227b107f97a568b2c95]

        INTEGRATION: CWS changefileheader (1.29.240); FILE MERGED 2008/04/01 15:38:54 thb 1.29.240.3: #i85898# Stripping all external header guards 2008/04/01 12:40:42 thb 1.29.240.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.29.240.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf4757a0d2dd7d92fdba283bdf69ad185f717f07]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:32:38 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c32b3e090113359981ae290a568f8e4fc9625dbd]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:01:59 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:48 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a71444d3c019468ff8a42bafe48798c2aa2fc10]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/04/01 15:04:49 thb 1.2.80.2: #i85898# Stripping all external header guards 2008/03/31 07:22:54 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e6493f57a178deb089c5545b3888aca2a55a7a6]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:39 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51c13a015d09779f5241eec39d29f30b6d0d35ca]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:18:01 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f2ab498b372217c6e062e8f8a8b28f63ae4f496]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 15:15:25 thb 1.3.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:59 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 12:32:37 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af100824bddfbdc1d5e9b5902e202b41a86c351f]

        INTEGRATION: CWS changefileheader (1.18.44); FILE MERGED 2008/04/01 15:38:53 thb 1.18.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.18.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dffd64a60de6741d8b9c14f71d47ce596062ef34]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:01:59 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:47 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [299dcd92b5037c7515abf5611ccecdf82a8773d4]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 15:04:48 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:54 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [266dfbfa12c27f79b0207c53b6898e02def91e5d]

        INTEGRATION: CWS changefileheader (1.13.44); FILE MERGED 2008/04/01 15:38:53 thb 1.13.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:10 rt 1.13.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4850f2a6b584cf41be4fd6eeed57d99052e7a61d]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:17 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67af99908b82babee278b8c8ce196a6a322e7e76]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:38:53 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:42 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:09 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2debe67a5e333955f3fcade7c2ff36354edf7817]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:27:15 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9662b93d34d3f2abe3aae29a5590ef9b256c198]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/31 12:32:37 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbc79a0e376bf375e4e2b711d1334f23666287ee]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:38:52 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:09 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [733fe4f371fb35c002abddad0e90ea3f428e1f03]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 12:27:15 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e5a68ec45ae61f845e9d25e53fa5255fef2ca32]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:18:01 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e66c7264810c6bde9f0763a7a5475126b014ae70]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/31 07:26:17 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1ba7fa8d3a060d9f06e55d8e808a7cb00e1fdb2]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/28 16:07:46 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e072bdbbb90961cd0b9d1e1366f40302a48ca32]

        INTEGRATION: CWS changefileheader (1.30.216); FILE MERGED 2008/03/31 13:38:09 rt 1.30.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4c57c39cf6208fadea6088bfff31a62e793a3b9]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/03/31 12:32:37 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d941e3ea6cb580f971099a26da727b3c7a8a665]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:18:01 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c9444cba31d1e984df088bf0e3115824820f75e]

        INTEGRATION: CWS changefileheader (1.13.130); FILE MERGED 2008/04/01 12:27:14 thb 1.13.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:39 rt 1.13.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d7724908717dd8c8f428dc723df54097951dd9e]

        INTEGRATION: CWS changefileheader (1.78.44); FILE MERGED 2008/04/01 15:38:52 thb 1.78.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:42 thb 1.78.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:09 rt 1.78.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57a5fb5d93b19f09b807b33042414a1ca0fd27cb]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 07:22:54 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38d5071ccbf58f5a0ad16b636bf2de1994eb149c]

        INTEGRATION: CWS changefileheader (1.26.72); FILE MERGED 2008/04/01 15:06:34 thb 1.26.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.26.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.26.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f3e75d959d630d2f60b391a05434e4d6b5e7d83]

        INTEGRATION: CWS changefileheader (1.7.416); FILE MERGED 2008/04/01 15:38:51 thb 1.7.416.2: #i85898# Stripping all external header guards 2008/03/31 13:38:09 rt 1.7.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [812d33d8c5ce8f42b395f6a4a4c01c997e780ce4]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 07:22:54 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94b66cc539521de28d4199b1eeacba49106c59d5]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:18:00 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b423214e99c77af9bc639a629c2a0bd6d61d028]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 15:01:59 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:46 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28beac5894061157518282ff4375cd0498194c98]

        INTEGRATION: CWS changefileheader (1.33.268); FILE MERGED 2008/03/31 13:38:09 rt 1.33.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6013fc802b811aaae8d6768c1f126dd38c8054e6]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/31 07:26:16 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9918fe097f561b5532513ac8cce7116bc445f79]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:18:00 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea9a4900aa593c8158a4d24b269419635df6769c]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:04:48 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:54 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e244595f6aae81b9da5c87990f1d18d8ad5cf478]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:09 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abb4207c6d147d492e5496c5cf444bb0277e0865]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 10:48:43 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:46 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff61128b789957fc12ff118bc7ce01dc6c71a47a]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 07:22:54 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b3b92e679b3d9e8d62cf0392952fa5afeb0fb8b]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:38:51 thb 1.3.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:04 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b7a6b62d70ec6bc5be901e7a9235956490eb70d]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:59 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4a7fb016e110b93d978b01b71fd632a8ec0d22e]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:01:59 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:45 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd8787116658e81b87310e335e80cd082b25776d]

        INTEGRATION: CWS changefileheader (1.5.180); FILE MERGED 2008/03/31 12:32:37 rt 1.5.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff34adbf3c768b43c825595423ac8862ba032e20]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:04:48 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 07:22:54 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6196fb61b29f1768c13debe6253c207b73b182b]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 12:27:14 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [155301264d91c028839d080aa05a7d9379c8d015]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:26:16 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c02b0a5eda961d0a5634bfc9a751d9e4092be5ed]

        INTEGRATION: CWS changefileheader (1.6.240); FILE MERGED 2008/04/01 12:40:41 thb 1.6.240.2: #i85898# Stripping all external header guards 2008/03/31 13:38:04 rt 1.6.240.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f091c7fb290a92c1900d48d410b4c7d3b11dfddd]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:59 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1ca58fa8680038dc8f75b9503c968fabccc98f8]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:36 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c536d634af39314aaa84f58afd336c253e63000d]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/31 07:26:16 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a7585ea2d1150f8400799edfe53aa094a5fd202]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:06:34 thb 1.14.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a1a6abd9b6a8ab33f41302711cf063eabecbbb3]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:59 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [432dc083c08344d2b36a37413a8d1d6e01c3c6c1]

        INTEGRATION: CWS changefileheader (1.73.80); FILE MERGED 2008/04/01 15:38:50 thb 1.73.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.73.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:04 rt 1.73.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8c894ea18790adb2d0e1ad7249ba3aa4583f8de]

        INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/04/01 15:04:48 thb 1.10.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:54 rt 1.10.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24ec9fa802f6308fd045818404b5dfd9ec6c143f]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 12:32:36 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfdac9a4002a19a3cc7e0f2e510a0d84657123e4]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:16 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b541a2ae80b689d2aa8254b805ec67a35d2715b5]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:01:59 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:45 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7a88c8ee8fa38562f3528174cb6055875fd7f99]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:59 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a81487ddc263a4b7c3a3bcbd87746eb3085085d4]

        INTEGRATION: CWS changefileheader (1.46.28); FILE MERGED 2008/04/01 15:38:50 thb 1.46.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.46.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:04 rt 1.46.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecfdc3222f845f9d0cd7e5be2f859ef2bcbb59ba]

        INTEGRATION: CWS changefileheader (1.8.472); FILE MERGED 2008/03/31 12:32:36 rt 1.8.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acc4e3b56fd575d2fc6831dc77a9f5a8cd8b7a64]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:01:58 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:45 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5d9ba03f9eddb0274abab5a33999639ce52e1ca]

        INTEGRATION: CWS changefileheader (1.20.70); FILE MERGED 2008/03/31 12:32:36 rt 1.20.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [413497784cf3744ba3c9221155583ec6169821e9]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:59 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [484b8049cf84fd4a78c30fb51a0307f06bd63840]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:38:50 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.7.216.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbe25f30bdc861b25523629d258ab2a3fe517854]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:34 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43424e08f6d4a157447eba4578ea5d0dca0edbe8]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/03/31 13:38:03 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d54af9fd4ce86e8466423a59793933d3f4b2e32]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 15:01:58 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:44 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [243ef96729986630dedba6bad14bc7d92821b5bd]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 12:22:38 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530910cab6b884eedf68e72bb09413d57acfc171]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:58 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57a7e9cd7696b618c1bef45914e1f5b9557d641a]

        INTEGRATION: CWS changefileheader (1.2.128); FILE MERGED 2008/04/01 15:38:50 thb 1.2.128.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.2.128.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.2.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61b4ad341fd785d6e761e3f7125ce7d502f2e42d]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/03/31 12:22:38 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b68bfc33bd9d2c1380067aa452567ee0b79d9f9d]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/28 16:07:44 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e40f029aed314b57252664ac89400ab428132cd]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:58 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92bb4846eebe4caed4d00c6003abc7e75dbbd425]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:16 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48f1b43e6632d9f0ff2cae116ba6d32a2840049c]

        INTEGRATION: CWS changefileheader (1.26.28); FILE MERGED 2008/04/01 15:38:49 thb 1.26.28.2: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.26.28.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cbd0623f281823c7bb50c314293ab80b7ed1808]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 15:01:58 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:43 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57ff71e886c0216636bc7a4bc33c5a1d545deb4d]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:14 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8460beedfaa5fe137f86c3ff89805a28787de88f]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/03/31 12:32:36 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c8d6f22946f200f02b7c3627787efb7ae542512]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:58 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32cbf114805d6be93e078a5fc15d525f0ced6f35]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 07:22:54 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [095354f8cf68a23d0d0c081328f2d3921bced570]

        INTEGRATION: CWS changefileheader (1.62.28); FILE MERGED 2008/04/01 15:38:49 thb 1.62.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.62.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.62.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [397f9dd1017c11fa935fbec2c6e444d5581495b0]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:01:58 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:43 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f8c838a45f6c5a26091581d331d1da994874e19]

        INTEGRATION: CWS changefileheader (1.32.44); FILE MERGED 2008/04/01 15:38:48 thb 1.32.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.32.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25f0c446981dcb05332a6f9842dc03c5dfba21da]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:04:48 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:53 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29e41c766ecd543de9b6473a26fb5250855a889c]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/31 12:32:36 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67da3926afed9bf4b3087df94c5724378a0caa20]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:01:58 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:43 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed387667d7d2ea6f91100475dcc38a76e1454d1c]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/31 07:26:15 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [117799613b29edebd9942bbb4f052d81932e5ae0]

        INTEGRATION: CWS changefileheader (1.78.28); FILE MERGED 2008/04/01 15:38:48 thb 1.78.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.78.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.78.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b818deb87cbd16314d65fcced58252817178d270]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/31 07:22:53 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85f1250762561af60659c241e04c5bad4bb4cb04]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:06:33 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11824fd3e6e4e3441d1e308bd3941c20087689de]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:01:57 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:42 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b57222d76a5409b81e3965023f9760710838acc]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:26:15 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [777505565daf8b179f96566a2fc2bd887a63bfe2]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 12:32:36 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08bb753ab68a298cc4c9ce59286a8be0bc28b8ae]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:04:48 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:53 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [557e8d4ad4599d854ef69520f82e06102614bb58]

        INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/04/01 15:38:47 thb 1.5.432.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.5.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87deffe02855d9bad0a26a6ff91cd5c4e81af938]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 12:22:38 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f3f5694decc1127ecdbd591a47f5ca0198d5c24]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:58 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7e65f7923abe4aa051f1c3fcfae2e49d3b8c619]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/04/01 15:01:57 thb 1.7.28.2: #i85898# Stripping all external header guards 2008/03/28 16:07:41 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d8ff64bb14b133007b78ec3955ebe84830cba7e]

        INTEGRATION: CWS changefileheader (1.2.90); FILE MERGED 2008/03/31 07:26:15 rt 1.2.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d1f7a2647ffa57f07488d6e46a03abaa400b441]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 21:05:33 thb 1.7.38.2: #i85987# Remove external guard generation from cppumaker (to have idl-generated header clean as well) 2008/03/31 07:22:53 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b38b3a6adcb092945c94a8e819806946bcb30fde]

        INTEGRATION: CWS changefileheader (1.46.216); FILE MERGED 2008/03/31 13:38:03 rt 1.46.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2c46a0e4c7cfb5b2bbbe818c1a03ecc91d950ed]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/31 12:32:35 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [431722bf2fc70fb6ce43cafb26fdf0ee08b37ad6]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:58 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [702bdf8236ed95eee07f21da95d498e510bc9bb5]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/31 07:26:15 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4e401a370bac41a25028ea0df4d5feb96914718]

        INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/04/01 15:01:57 thb 1.10.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:41 rt 1.10.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e896901210573e213e890d8d3ccec293da48204]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/03/31 12:32:35 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [943687a5dd5998eea0d2152714fa453b347cef19]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 07:22:53 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a40f353c152217cd8b661284d03c5f6571e858cf]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/04/01 15:38:47 thb 1.2.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16aeae80aa7c3abbe0e48b67dcb8e3100e9f6cb2]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:58 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e190f51293818af660b3d0242b96e8dccf20ee5e]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:33 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1187306ac7d8b8b55d379ae0959ea701279ce15f]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/31 07:26:15 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba13add2fedf037d70afffdfcf272860014b5340]

        INTEGRATION: CWS changefileheader (1.4.192); FILE MERGED 2008/03/28 16:07:40 rt 1.4.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [998bc94777f280df746caeef54302415ae8febb7]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 07:22:53 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4b9322408a7b8052b06e844ce4d972db2161aaa]

        INTEGRATION: CWS changefileheader (1.96.196); FILE MERGED 2008/03/31 13:38:03 rt 1.96.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78c5aa6d98e7e2fd898cda6da5fd7382a563a1e0]

        INTEGRATION: CWS changefileheader (1.18.92); FILE MERGED 2008/03/31 16:17:58 rt 1.18.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eefb8dae6b1f32b73f2e9e656c4e1f0bf13ee68c]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 12:22:38 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ad3d4120f1566cb753e46144d262fb6ac2a4d08]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:15 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87abaaac60aafd81dc0b9279f683b6c1e18daa25]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/03/31 12:32:35 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbfc76f690c43fe5348163638d4b23bfa784bdc2]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/04/01 15:04:47 thb 1.13.20.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.13.20.2: #i85898# Stripping all external header guards 2008/03/31 07:22:53 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40bd8517b175bc8b60167512b2da15b0cf27c2e9]

        INTEGRATION: CWS changefileheader (1.15.92); FILE MERGED 2008/03/31 16:17:58 rt 1.15.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40b66f47ae2b88c49e26f1cd3559004123c9c848]

        INTEGRATION: CWS changefileheader (1.9.732); FILE MERGED 2008/03/31 13:38:03 rt 1.9.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6756a3a2616d14488af5e13b929a36dd80408d7]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:07:39 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f33c15dafd210bf30c76fe66026d68cc6166ebe3]

        INTEGRATION: CWS changefileheader (1.19.16); FILE MERGED 2008/04/01 15:06:33 thb 1.19.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:14 thb 1.19.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.19.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81d7b680ea57ac5ec18ddb2d7abe1655733d2930]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:35 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5e76c1c3c16da8caa3129a747d1159a79987ee9]

        INTEGRATION: CWS changefileheader (1.44.20); FILE MERGED 2008/04/01 21:05:33 thb 1.44.20.3: #i85987# Remove external guard generation from cppumaker (to have idl-generated header clean as well) 2008/04/01 19:55:22 thb 1.44.20.2: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/03/31 07:22:53 rt 1.44.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f60cf1c16ed5f7e2253fe7d7835db29e77485307]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:58 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae302bef3abedad2d4a3f49e0d94171566ba6868]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:01:57 thb 1.7.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:43 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:38 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efe3dbd38c89d60392aba1022cae392a8ee52654]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/03/31 12:32:35 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9b5cb19ee75f504eaa8d0deb21f49865a8d649a]

        INTEGRATION: CWS changefileheader (1.67.16); FILE MERGED 2008/04/01 15:06:33 thb 1.67.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:13 thb 1.67.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.67.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee3375f1a5547b21ccc741d496beca2e81a3bf51]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 12:26:07 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:53 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf2cef6f1bca2498655715aa4236eac4fc30396c]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/03/31 13:38:03 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b2d85cf44533287ae50d2a4ede86830f74a71bb]

        INTEGRATION: CWS changefileheader (1.4.112); FILE MERGED 2008/03/28 16:07:38 rt 1.4.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [021eb96ec543e8e6c05de80739374e56a7106bf0]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 07:26:15 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc84cc2e17013a38627e52097b896ec7f72d6011]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:06:32 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:13 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b60a1965cc4d80afd42bdf984d65d0b08a4f1e57]

        INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/03/31 07:22:53 rt 1.12.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7613a3238278cf4b203e3e7b415c5f39c3c5dac7]

        INTEGRATION: CWS changefileheader (1.54.28); FILE MERGED 2008/03/31 13:38:03 rt 1.54.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a99afedcf93aaf423a13cd45ddb5f5af49e3baa]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:42:31 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:15 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad3031678752f362dfe4f465fa8b07d1ee709e75]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 15:01:57 thb 1.6.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:43 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:37 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7bc203b1431c56b32a4933fa79f1786ee35166c]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:32:33 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6a281e27723a3e3f7d5d79b8a611968a18b4926]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 15:06:32 thb 1.18.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:13 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7c1ff3839608ea3645fb53e6b343112dc39f349]

        INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/03/31 07:22:53 rt 1.10.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d05eb4389bae9fd3178e80ba4c738ea9e15deefd]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:58 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46cb67119c8b9ea94e33f92c9f128be8b005bc11]

        INTEGRATION: CWS changefileheader (1.3.286); FILE MERGED 2008/03/28 16:07:37 rt 1.3.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8d73b0d4030067db0dd02307f9f20f22b8721f4]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:42:30 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:15 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c775817716260060c1c6e4ae06713b03fb49694]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 07:22:53 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d090c45c9198a05bfc4d428ceee207c9e8b0a15]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:13 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:38 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d9fd600100dd82301693dc348d2472ea4aef9f5]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:58 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0918da2b7b88b471b4d79c7871d47c702fd19201]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:32:33 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbe9666eab89996b8ab443e5956624eb1cd4c1ef]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/04/01 15:42:30 thb 1.7.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:15 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9a95a3ad4b3e95bc50b18895c2f2a8831bfda96]

        INTEGRATION: CWS changefileheader (1.22.16); FILE MERGED 2008/04/01 15:06:32 thb 1.22.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:13 thb 1.22.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.22.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4807ff8601e3f108406d1a42a43b89ac76b44e06]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 07:22:53 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c31c81e4acb4274f3f8952c0296e279476ec713]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/03/31 16:17:54 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [faba7b3a8af291d690670ab4f13736fe6410c4bd]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/04/01 15:42:30 thb 1.6.16.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d70c9970b358627f0a2eeab1e5718b60f4457918]

        INTEGRATION: CWS changefileheader (1.32.64); FILE MERGED 2008/03/28 16:07:36 rt 1.32.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68c2d9c2c19567e982afb003e5c4b8a62d5a15d6]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 07:22:52 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c60cb60d1a3b59822a8502b207d73f63d2a59535]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 15:06:32 thb 1.6.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:13 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29d954f188d3f7b2258b5598fa3533c8dee0b3b8]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:54 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [397c4ec876731db8d9816932b89351091b2d950a]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 07:26:14 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [399db1bec3beb24c7f35649eae76bf1a11fcd5f0]

        INTEGRATION: CWS changefileheader (1.17.64); FILE MERGED 2008/03/28 16:07:36 rt 1.17.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd9334eb5439a8e53e0794261bdcd4ef123a1561]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/03/31 13:38:01 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [814bc34681bf2b0daccc0aa26e25d2ce7ccc579c]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 07:22:52 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f5329344af226d04c6d70e9b9a7814a39abbd0e]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 12:22:37 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1abe3cabc8e5fc44e6aba97fadd55789f48297e]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:54 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bafe4ae726d188fd226f8c514fbb77e2d2573fab]

        INTEGRATION: CWS changefileheader (1.29.64); FILE MERGED 2008/04/01 15:01:56 thb 1.29.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:36 rt 1.29.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [155fc7e8389d306481479e1aca9c9208be9febc6]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/04/01 15:42:30 thb 1.12.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca88b6ae9488164a8a5c70788e4087310af3aae3]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/03/31 13:38:01 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9ea48f389ca10a0b5fcc39b37d95e8864b3f3fa]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 07:22:52 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0444bfbd89c2ea02ba87970a469f36ea5a0f729a]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:13 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0991f3e1db5f624d966e90f11bfe697a4a89cf5f]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 15:01:56 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:36 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16207c7598527f40168740be7ba3cb3aa43eff10]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/04/01 15:42:30 thb 1.20.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d750a4c8bf186165a8e4479253e8b07965166632]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:38:46 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4605e26d51fb263a439598633ea45c579a38270]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/31 07:22:52 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59b2c41beb68d1c043a5aef2a413fbe129906875]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 12:27:13 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74f0623b828cce8148c1d6cd1362150a9c34fa62]

        INTEGRATION: CWS changefileheader (1.25.78); FILE MERGED 2008/03/28 16:07:36 rt 1.25.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b216bc1aa694a75d636504a5ed362d02877b1b9e]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 07:26:14 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [301f0f43299702d04e8f373bedcaccebbbf18bf5]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 13:38:01 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b232c7f8060c7967f390a0a2191b16a590c1831]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:13 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a5a5188de10ce86fbb6a2b4580b3c6ae0876248]

        INTEGRATION: CWS changefileheader (1.36.64); FILE MERGED 2008/04/01 15:01:56 thb 1.36.64.3: #i85898# Stripping all external header guards 2008/04/01 10:48:43 thb 1.36.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:36 rt 1.36.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [793087ef78d6f9090bd5fe7699a63a25d5546f30]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/04/01 15:42:30 thb 1.15.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c3db497d1735732f2e0cc00a90160fd5cb9dff0]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 13:38:01 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e700fce79f88aa448067e0a6bf595821986f01cf]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/03/31 07:22:52 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45e6c226da40ffad5d075af1af30fcd6d019fd38]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 12:22:37 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19d3548ea68ad20dcad25f7667f855f617ca7ff0]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:54 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49995db917311ef84a1e98e75ff435e615854fa8]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:14 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [042e1d35b5c4a609eba9820cfb9cc56b3ad7e132]

        INTEGRATION: CWS changefileheader (1.4.416); FILE MERGED 2008/03/31 13:38:01 rt 1.4.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ccbc4079e794f17024cad12d91dfcd4982716ae]

        INTEGRATION: CWS changefileheader (1.17.88); FILE MERGED 2008/03/28 16:07:35 rt 1.17.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2e4e4d2f0292d893ca9cf511ea646af011d41d8]

        INTEGRATION: CWS changefileheader (1.6.472); FILE MERGED 2008/03/31 12:32:33 rt 1.6.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb044eeb6614ce804568181af22879599d3f246c]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 12:27:12 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80df909389b7038eeaf480c3aafea022eba2aa07]

        INTEGRATION: CWS changefileheader (1.29.16); FILE MERGED 2008/03/31 07:22:52 rt 1.29.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b1ce8ff14b1854293a7fd4ff5564a2a5928bf74]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:54 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f20dccfaf75ca2740726d3fee87b3c16de30060]

        INTEGRATION: CWS changefileheader (1.15.44); FILE MERGED 2008/04/01 15:42:30 thb 1.15.44.2: #i85898# Stripping all external header guards 2008/03/31 07:26:14 rt 1.15.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3affe4e17f0ea542f25957842f16c22816ce309]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/31 13:38:01 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47484f473f5e307321afe2065cdc3b7398f2e7da]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:07:35 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [765610703c066a1b1609ea326711655b96349395]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/03/31 12:22:37 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea28d986cd0541e2ca9b421dbb83961ac8cb8cfc]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/03/31 07:22:52 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fac57145eb53aa79f80f98f2b00af4c29b1c7490]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:53 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5998fdd188cdc9db0d76baba38cd271d4628fca]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/04/01 15:38:46 thb 1.19.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.19.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b973aefc2ad15f93d17f01a35cee5b9b4f381965]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:32:32 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6c2889203f1d900b571bfcd0188c044cf2741ab]

        INTEGRATION: CWS changefileheader (1.3.286); FILE MERGED 2008/03/28 16:07:34 rt 1.3.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [addfc6bcab7e0acf1f441e8877615b50cc4e77ee]

        INTEGRATION: CWS changefileheader (1.10.130); FILE MERGED 2008/03/31 12:22:37 rt 1.10.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f06bcbe4e4c5ee6ad503a0bb4fcbe0a839a9b10]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:53 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdd362c2086cca142aebd970bc81ecbdb17e4bbe]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:14 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a1338299da9dcf245a4289ccd600bee59d033ce]

        INTEGRATION: CWS changefileheader (1.17.520); FILE MERGED 2008/04/01 15:38:45 thb 1.17.520.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.17.520.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.17.520.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cd2928d4bb8483902a618995fcfa64468b3284b]

        INTEGRATION: CWS changefileheader (1.35.58); FILE MERGED 2008/04/01 15:01:55 thb 1.35.58.3: #i85898# Stripping all external header guards 2008/04/01 10:48:43 thb 1.35.58.2: #i85898# Stripping all external header guards 2008/03/28 16:07:34 rt 1.35.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4fd9b09b0af858b91169c24e656c5c986d309d2]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 15:06:32 thb 1.18.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:12 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8f4d6aa7769b69ecd96405838e2ac1ff6158e6b]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:53 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0aaab64af6733838db9eca9b16bc69b4a8c04245]

        INTEGRATION: CWS changefileheader (1.18.44); FILE MERGED 2008/03/31 07:26:14 rt 1.18.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92e94dc9d387ed039c98898bfa78d401b5440399]

        INTEGRATION: CWS changefileheader (1.78.22); FILE MERGED 2008/04/01 15:01:55 thb 1.78.22.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.78.22.2: #i85898# Stripping all external header guards 2008/03/28 16:07:33 rt 1.78.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [381bd056eaa7cd45671000206ee41337de200d54]

        INTEGRATION: CWS changefileheader (1.27.216); FILE MERGED 2008/04/01 15:38:45 thb 1.27.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.27.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.27.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f720b876dc804438961351adb95c41034d70ae12]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:32:32 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbb165bfbfec42f82df541ef2234cd236258ef7f]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 07:22:52 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85cf1a1c4d8e62ee11328992fc786fee897a9f60]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:27:12 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ecc19a8c577425ed401f42af952829c2ce6733b]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/04/01 15:38:45 thb 1.2.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.2.732.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b575500b57df5346e557f5f5bf33d250167303aa]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/28 16:07:33 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c847a4b593b5a0739a8301d6dbd9adf8bbf14408]

        INTEGRATION: CWS changefileheader (1.6.180); FILE MERGED 2008/03/31 12:32:32 rt 1.6.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f790c23560d29d2d6f59d270e80325db14cd9085]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/04/01 15:04:47 thb 1.2.80.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [869c373c9fdd2c20c0d24807804ed16f3ee16ef8]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:12 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b48b390d2e9128514d418ea024a3fcd9cf51f939]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:53 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8d92d0ab40752c03d9827a11c5249a78772cf44]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:26:14 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a36d1c1014abb658da867fb5527215f747c6e19]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:38:45 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a9e309b5c58328cfe75c8545804db84be44c65d]

        INTEGRATION: CWS changefileheader (1.28.154); FILE MERGED 2008/04/01 15:01:55 thb 1.28.154.2: #i85898# Stripping all external header guards 2008/03/28 16:07:33 rt 1.28.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7b3ec0788755d6a5684752c75ab9dcee8ef9a9b]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 15:04:47 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36aadce4ea2c2ab8e1ee43e6f45372c9b9679b91]

        INTEGRATION: CWS changefileheader (1.12.472); FILE MERGED 2008/03/31 12:32:32 rt 1.12.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eeba1edacbf066e9442a00c747596491bc6f64f2]

        INTEGRATION: CWS changefileheader (1.27.26); FILE MERGED 2008/03/31 07:26:14 rt 1.27.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07a4cd92e930ab3bfe647329ce34873f8ba20ccf]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:38:44 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c61e8bf905301c23b0ce78b1ce3cbeec65cca79]

        INTEGRATION: CWS changefileheader (1.9.166); FILE MERGED 2008/04/01 15:01:55 thb 1.9.166.2: #i85898# Stripping all external header guards 2008/03/28 16:07:32 rt 1.9.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63461a8530ae029791386b97fb19e2cba5e6340c]

        INTEGRATION: CWS changefileheader (1.9.176); FILE MERGED 2008/03/31 12:32:31 rt 1.9.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [146b09f80eecc77702a4936023b1369b6b575ae0]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 12:22:37 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d2a20149ad3870138a9b018b05c5ac58ca6d0cf]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 07:22:51 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f99ba37fe238f9f83e887e0b17834e2b082735bf]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:38:01 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1d78567f19cf4abcfbca497a01e349844f6cd41]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:01:55 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/28 16:07:32 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37f1c596e9edc76f236f861b1ad4bb72957ff28a]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:32:31 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ca484c40e6efb02dc27022bb0cfe9a621865c47]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 07:22:51 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7055d198a842e57cfb88e0ce739ca755b182c033]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:38:01 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4408e486db7303affeb4e8959689e284a3b10529]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/04/01 15:01:54 thb 1.13.58.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.13.58.2: #i85898# Stripping all external header guards 2008/03/28 16:07:31 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5768685709983fd9c2dd1bf27c850cf87fa7d7b6]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:32:31 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9a00546c85fb3bbf8ea0251bbced5f6115aafbb]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:04:47 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c25af230b7a21409f95b03edb7c78209a44b894]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:26:14 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61eafd1aa5ac628c9f030a16b19435daad6450f1]

        INTEGRATION: CWS changefileheader (1.27.216); FILE MERGED 2008/04/01 15:38:44 thb 1.27.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.27.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.27.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b64b8c49e715c8efb1acd17dac1f8286abde0c5b]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:06:32 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:12 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5dfed8f8cbb0ff6cf28c76365b94c3b207457021]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 15:01:54 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:31 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c81c3e818e112ce419fab9e14e68c631599a308a]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:31 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fc239024590bfa845570603aba6690112f9b6ea]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/31 07:22:51 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbb6e16980a86510900edbe398c310e9fc6833c6]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/31 07:26:14 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43819126584724756943757b1cc3e2a2aea52eb4]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 15:01:54 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:31 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75baa7f48a3da87bc98672774fa35ef60d26dbf1]

        INTEGRATION: CWS changefileheader (1.130.8); FILE MERGED 2008/04/01 15:38:43 thb 1.130.8.3: #i85898# Stripping all external header guards 2008/04/01 12:40:40 thb 1.130.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.130.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23e3e98e3c702529ddb8b539ed5c571b8938a01c]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:01:54 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:30 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8966ab1e492a9fa789a36ee18e8bfc747b2da346]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/31 12:32:28 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef5d90eea7484321960027ad4e4c834871f3faf4]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:04:47 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b62a184722ad6b6a368ec913e77a565cedad3e17]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:11 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8ec122bbd54520ab0bf4f03097ecfe009d9b3d8]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 07:26:14 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [288309128cec70e6dccbe405e229a770bd375a85]

        INTEGRATION: CWS changefileheader (1.74.28); FILE MERGED 2008/04/01 15:38:43 thb 1.74.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.74.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.74.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd90cd00e4e9ba871fbcd9f794c75fa3d0ab2c48]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 16:17:53 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [359ee9890a330e775e16359b698a3fddb4cab441]

        INTEGRATION: CWS changefileheader (1.9.176); FILE MERGED 2008/03/31 12:32:28 rt 1.9.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f12eb6852e622c56a8894ad7212a1d2110cd9d59]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/04/01 10:48:42 thb 1.12.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:30 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44443484219bbcbe57d2fc8e5ea372c2806e8938]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:04:46 thb 1.10.48.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc4ccd95778f348372fed4da4d081aa91de32d1f]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 15:06:31 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:11 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fe6610bda21299f9e4c83b1357ecd672d1abfb3]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 16:17:53 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a1d1d4f4521332226e702f3f8c8271f01c6fa59]

        INTEGRATION: CWS changefileheader (1.13.194); FILE MERGED 2008/03/31 12:32:28 rt 1.13.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d94bf0b72828f1d30ae8f986c2122e941beeb6ad]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/04/01 15:01:54 thb 1.11.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.11.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:29 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0399d42765ce2e8627eb3d758c548bc62a422bb]

        INTEGRATION: CWS changefileheader (1.22.178); FILE MERGED 2008/03/31 13:38:01 rt 1.22.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d2362ec83f5178f8cf7eaba8d8c8d2b9b8be9b1]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 12:26:07 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e126e0dad84a0d4e4f17febde10462469e0db358]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 07:26:14 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9eff789950f7a3b5f93faad3de086e25d812f495]

        INTEGRATION: CWS changefileheader (1.16.276); FILE MERGED 2008/03/31 12:32:27 rt 1.16.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e722427ff62a48420cfe540acb1903c0cbfd5c57]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 10:48:42 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:29 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0482ff48194d6edc4c55c002a84e137510c6193c]

        INTEGRATION: CWS changefileheader (1.44.216); FILE MERGED 2008/04/01 15:38:42 thb 1.44.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:01 rt 1.44.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1185dc3f6d18890214e327c0cd5e5f2d3f046dc6]

        INTEGRATION: CWS changefileheader (1.12.48); FILE MERGED 2008/04/01 15:04:46 thb 1.12.48.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.12.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebe366f20b84ee41ee4dd407ad5081e943e459c0]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/04/01 15:42:29 thb 1.2.26.3: #i85898# Stripping all external header guards 2008/04/01 12:41:47 thb 1.2.26.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75e470290ae4609778139cd0ebf0ae071886601e]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/04/01 10:48:42 thb 1.7.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:29 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9393970a1a305e4181b592c46d2c64f19eca9beb]

        INTEGRATION: CWS changefileheader (1.118.8); FILE MERGED 2008/04/01 15:38:41 thb 1.118.8.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.118.8.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.118.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55df426023581c65e8e79b179c50551a1c5d8853]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 07:26:13 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4a6336b6f1fa4325a525d4973ff64cd674eb5bf]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:04:46 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df47c27f5f2b6ac45b4caee87690d1545329be04]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:27 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a02dbc2a6a09f58cb7b7fb34dc793e2d35a76287]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/04/01 15:01:53 thb 1.12.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:29 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae30e5f6f32ab2444b67d929caf83e465289019a]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:06:31 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:27:11 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24cf527c7def862b83d585002f9b88dfea67daac]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:53 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76f5353b1dcf64bb955034b42330e9fc06a17b23]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:04:46 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:26:07 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bddd87006e6837e3d3b7767225e8462a1ab7a56c]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:13 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfc39e4d7366b5d9fd2c251be7f5235ae8a38d53]

        INTEGRATION: CWS changefileheader (1.10.174); FILE MERGED 2008/03/31 12:32:27 rt 1.10.174.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d95dbd0b1c2bacbe04b98bc4f3a64b40179567d]

        INTEGRATION: CWS changefileheader (1.57.216); FILE MERGED 2008/04/01 15:38:41 thb 1.57.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.57.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.57.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87e056b49b6334b402914e5b9e5972a815fcd82]

        INTEGRATION: CWS changefileheader (1.19.88); FILE MERGED 2008/04/01 15:01:53 thb 1.19.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.19.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:29 rt 1.19.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e0dbf4bdcf6e3345a4cf1112e9d89a27a4779d6]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 07:26:13 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [848ae9bd92b39f75ade53bffcad00500d43e1d38]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/31 12:32:27 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afb7136e3dc78a6c20ad85f6b1250d07c45de756]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/03/31 12:22:37 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caddc3c30fc11255e03794fa9a6ddaf92972a179]

        INTEGRATION: CWS changefileheader (1.35.44); FILE MERGED 2008/04/01 15:38:41 thb 1.35.44.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.35.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [468147adaf8c9b95887ee9a096f195af8b083d5d]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/28 16:07:28 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddda573bcbaedc2b7c4cb43520fea4225b1a7122]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:53 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b098950cfbe6ea139211b252885d75c77b2a53b4]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 12:26:07 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed3e6a15079cecf33e16752c37a1644a34f48475]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:13 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c932ab1d31733d352824006552ff011a1045b93]

        INTEGRATION: CWS changefileheader (1.12.174); FILE MERGED 2008/03/31 12:32:27 rt 1.12.174.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6138dea6aa8b92e74e46f82137b5e0639fd559f]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 10:48:42 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3da673ef7c044c2c006bdb7ee68cbe1b83c34c71]

        INTEGRATION: CWS changefileheader (1.64.80); FILE MERGED 2008/04/01 15:38:40 thb 1.64.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.64.80.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.64.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33ac15138b042db7385091edfca8eb2c7324db43]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 12:26:07 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 07:22:51 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e01abb79286ef7cb8434ec76b8d31642f1e2b6ed]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:26:13 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [737dc2b95a7cfae3ebc49a6615dca3541e60bc83]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:32:26 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c80a41baaae951a69623479e823fcb483f8dea7]

        INTEGRATION: CWS changefileheader (1.15.78); FILE MERGED 2008/04/01 15:01:53 thb 1.15.78.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.15.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bcbf688e5f8fe6b146b8c0860f395be43ff17ad]

        INTEGRATION: CWS changefileheader (1.18.216); FILE MERGED 2008/04/01 15:38:40 thb 1.18.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.18.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.18.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96f63d06d9656584fb6871d9c733319d7a8b4fbf]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:04:46 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:22:50 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8dffb5d4a4d5cee7ee029f64815e65cfa48dedc]

        INTEGRATION: CWS changefileheader (1.11.276); FILE MERGED 2008/03/31 12:32:26 rt 1.11.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2599f4eeb7e04d58aae16d8f10673236fc5d6bb9]

        INTEGRATION: CWS changefileheader (1.4.280); FILE MERGED 2008/03/28 16:07:28 rt 1.4.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7bc70e8bc0d381a3d9fb91f618da33fdbe2851f]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/03/31 07:22:50 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e180ea6cde109209c2c709902e4159e58b69918f]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 07:26:13 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ec98584ab3483ab46613487f30edbaf1c91c993]

        INTEGRATION: CWS changefileheader (1.29.28); FILE MERGED 2008/04/01 15:38:39 thb 1.29.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.29.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f55b5645ea93f6dc9e6c510ad71622f9d091898]

        INTEGRATION: CWS changefileheader (1.35.64); FILE MERGED 2008/04/01 15:01:53 thb 1.35.64.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.35.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.35.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8803654b816162d1bb277ee1c62006b749de19f0]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:32:26 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [798e64e98bfcee82f27c4550ecd03934a3e99820]

        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>  [dce363fee8f30fa85589681c6af35b4f0e83e90b]

        INTEGRATION: CWS changefileheader (1.32.72); FILE MERGED 2008/04/01 12:27:11 thb 1.32.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.32.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [770a23efb9d35235aee21fdf793312e1fe395252]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 07:22:50 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b6788640929927f543829d2eed6755c6320ccd5]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 07:26:13 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [480087cf574d6fb8c69fb524df9e1c2637d7838a]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:38:39 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52fba29ca33bf5dbd960479f2eb764408718417b]

        INTEGRATION: CWS changefileheader (1.6.192); FILE MERGED 2008/04/01 15:01:53 thb 1.6.192.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.6.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc6b9db9c164062272708f39e758f433f4ace46a]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/31 07:26:13 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddca41d31bb8c7bba008a62a255280eb4840ce5b]

        INTEGRATION: CWS changefileheader (1.73.2); FILE MERGED 2008/04/01 15:38:38 thb 1.73.2.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.73.2.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.73.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4aaead4940289db5d1b4e4c888ca3d5437d1b13]

        INTEGRATION: CWS changefileheader (1.8.90); FILE MERGED 2008/04/01 15:06:31 thb 1.8.90.3: #i85898# Stripping all external header guards 2008/04/01 12:27:11 thb 1.8.90.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.8.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26b2081aaf1aba77d681bf27655181b643794aba]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 07:22:38 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db622505dbefdd64d64120847815249191b45cc0]

        INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED 2008/04/01 10:48:42 thb 1.11.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.11.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d40a053391c88d96a8226cce02538b7c6d830d3b]

        INTEGRATION: CWS changefileheader (1.6.472); FILE MERGED 2008/03/31 12:32:25 rt 1.6.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6cdeb76b1b78ef7981ef9d00f3e0eea867154c1]

        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>  [0dce278c46b649f24924fbef1c44cf4156c32f75]

        INTEGRATION: CWS changefileheader (1.2.90); FILE MERGED 2008/04/01 15:42:29 thb 1.2.90.3: #i85898# Stripping all external header guards 2008/04/01 12:41:47 thb 1.2.90.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.2.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03e623e9757500931278576c215719a332bd281a]

        INTEGRATION: CWS changefileheader (1.32.16); FILE MERGED 2008/04/01 15:06:31 thb 1.32.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:11 thb 1.32.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:37 rt 1.32.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e77dd4197fe6d91763b38637727b77d320d8628e]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/31 07:22:38 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e739b0ab969525678f60a2997a779ed26e8a989]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 12:40:39 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1a34088d307a647df141bd176c74d16a69083ce]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/03/28 16:07:28 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30021fb66f43f3929270080b0b0a9fe748d917eb]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:32:25 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b707f6b09fdb6e5c5573733c1e796351b4bae2a]

        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>  [a713795fc8647a4e6d3576b76e8079a7f2d73f22]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 15:42:29 thb 1.4.12.3: #i85898# Stripping all external header guards 2008/04/01 12:41:47 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a90956f58ef768cabbcd106fd1f4fde8bbf703c7]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 10:48:42 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:28 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73560130e0a500bdcf4968377cb73cd85a56de06]

        INTEGRATION: CWS changefileheader (1.51.28); FILE MERGED 2008/04/01 22:36:28 thb 1.51.28.4: #i85898# Removed misspelled include guard 2008/04/01 15:38:37 thb 1.51.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.51.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.51.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68928b38b5bec568d12bc5f58ff8781cc05a4e72]

        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>  [228232ac0ecc59260061dc5137bd098333cb351f]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 07:22:38 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75b39fd450cfa358daa14f90c39121718ff9ce9c]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 15:42:29 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac8d5fe7db60b72520ae8e9add8b562309ea87ea]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:01:53 thb 1.3.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:42 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:27 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9904f58e28b8831a8dfd8508ef5356a8d9ec0820]

        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>  [03f83ec9b73052e57265b5b8473ddedeecc41c0e]

        INTEGRATION: CWS changefileheader (1.120.28); FILE MERGED 2008/03/31 13:38:00 rt 1.120.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0f681e61e70c2a5b0e09eeda01335296f6a6bf5]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:06:31 thb 1.9.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:10 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f3e9e2f1f7fa44ac71526a1cfec9366a5f2c0dc]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:52 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69392b984783950cd26e04c3657b1848b2025ba7]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/31 07:22:37 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ead72f7dc22fe3ac8ffcb3d5e1147f028609aa11]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/31 07:26:13 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85d67e8add33406e8a915cb4abdd2bc7f64dc0de]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:01:52 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:27 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6357828703ae44f9a0aaf9a55226d85dd634ca20]

        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>  [48b0b4f130976d4e63f8a7ae1c891af7fe47efac]

        INTEGRATION: CWS changefileheader (1.47.28); FILE MERGED 2008/03/31 13:38:00 rt 1.47.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50ecd4fd6c29d4c47437f44f37bd124ab0820381]

        INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/03/31 07:22:37 rt 1.8.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7671de23243fc0ea795f0652181c86bb75e885e3]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:32:24 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3d8a4f8158c247b4c7fe53da71ff56df98968f3]

        INTEGRATION: CWS changefileheader (1.10.148); FILE MERGED 2008/03/28 16:07:26 rt 1.10.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cccde6eb6f9e57efa0d7159fd4bec148b6a2c95]

        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>  [c829a654d8a2e826fffd9a9432f7b28bd2700148]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/04/01 15:42:28 thb 1.23.12.3: #i85898# Stripping all external header guards 2008/04/01 12:41:47 thb 1.23.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cdcfabb8e5c39b13f39749b0b71ecb85ee9c32f]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:52 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96d2018353835a172d4736be215a30adcb585d87]

        INTEGRATION: CWS changefileheader (1.111.28); FILE MERGED 2008/04/01 15:38:37 thb 1.111.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.111.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.111.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4497cf7425f123c4825e385e7b1e264720e9487]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/03/31 12:22:36 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0abddeb28fcb1a486d03b8e032287f27ee313f4]

        INTEGRATION: CWS changefileheader (1.17.38); FILE MERGED 2008/03/31 07:22:37 rt 1.17.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [928e93095d73c99f2c0aef759f1a00d7c472889d]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/03/31 12:32:24 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8089337ac7dc3f673e158a207eeca408909aab31]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/04/01 15:01:52 thb 1.6.148.2: #i85898# Stripping all external header guards 2008/03/28 16:07:26 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7048b146623d469baf3179c65180558a82118d7]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 07:26:13 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1731b3da7c13e9fb400e62266a9b08186a60bfd]

        INTEGRATION: CWS changefileheader (1.9.280); FILE MERGED 2008/03/31 13:38:00 rt 1.9.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f5c43b3de9afee2d2043bfba588a02ee16f9d17]

        INTEGRATION: CWS changefileheader (1.6.472); FILE MERGED 2008/03/31 12:32:24 rt 1.6.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c64d51cf9c2b7624648573d9816e3fa9bec0a1c2]

        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>  [ada01f591f25de7ac361b8241949d21c0edd5d47]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/04/01 10:48:41 thb 1.12.12.2: #i85898# Stripping all external header guards 2008/03/28 16:07:26 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7867a76d8a22eac84f22f89818c4eb842890e185]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:42:28 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 07:26:13 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d47a116379b975dcb8b5953bd57cbe09ec690484]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:36 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2f5e436615524db469b02349e40b189665f1e2f]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/04/01 10:48:41 thb 1.7.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:25 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c42e5a1712bf25703464a7b894fb4e22fd46376]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:52 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a49c9fc2b19ecf93527473af54c33c6674d2f3a]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 07:26:12 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9344f3a63d09afd015392a4183537a28e2e195f9]

        INTEGRATION: CWS changefileheader (1.17.16); FILE MERGED 2008/04/01 12:27:10 thb 1.17.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.17.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b18bb0f5553bcdcfa58b4c2f110ea01081989c1c]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 12:33:43 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcb1d2707c4ef09317a8f9614208aa2cbea5567a]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/31 07:22:37 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f78016d0caca1f37faf9502ad1a38e8016b3cb50]

        INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/28 16:07:25 rt 1.6.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19d39c06cb5556411e1280f008eb0b53484133f0]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:52 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36409702e8c4b82e98849422d49cf420074db309]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 12:27:10 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd5b490eb58dddd28979311660b0c92553b5e1d3]

        INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/03/31 07:22:37 rt 1.6.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daebd926c4171a54eb413605e2a960a5f64e7237]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 10:48:41 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:24 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b55e936a845aa8ea96eda2c17805f8d2c9b10a6]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:52 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6474548861dc12666df4de1ade83687acb2470e3]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:32:24 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8301387303c41edefc2eaaa030ad1be937c31d3]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/04/01 15:42:28 thb 1.16.10.2: #i85898# Stripping all external header guards 2008/03/31 07:26:12 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99ae46ec3fce30d20b3961e371dab43ba4a0988c]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 12:33:43 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6fc4328f18ab35da62c56ec79f5601a1004cabc]

        INTEGRATION: CWS changefileheader (1.19.38); FILE MERGED 2008/03/31 07:22:37 rt 1.19.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [668af30649ca93ac79b1b92885982b0b768b3a65]

        INTEGRATION: CWS changefileheader (1.20.16); FILE MERGED 2008/04/01 15:06:31 thb 1.20.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:10 thb 1.20.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.20.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ffa36a7fec8e11c144d4ad6c840502b65218c0fd]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/04/01 10:48:41 thb 1.6.148.2: #i85898# Stripping all external header guards 2008/03/28 16:07:24 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b790ec0b567640022457a3b79cec40bdf7e043b4]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:52 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21743f979682921ef6f42708a4df5e7fca5ad6fb]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:23 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [777867db80274baadd0f14aec1b2fe566af11460]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 07:26:12 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f3c743b882fd06b710486b98b6ed48f91cf9ed2]

        INTEGRATION: CWS changefileheader (1.14.32); FILE MERGED 2008/03/31 12:33:43 rt 1.14.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b416d3df404d6facc7e72f043a1bc34abd67ee81]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 07:22:36 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7abc1bef3ef31978b17ee77ad67fd53f0a080c7]

        INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 15:01:52 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 16:07:23 rt 1.5.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [370948e904fb6924977dc25dab1cba8465aa8c78]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 16:17:52 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df4f2a79b23012eb6270d3d6ea89c0203754ef9c]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/04/01 15:42:28 thb 1.28.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:12 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2af17f17f3d48ecf58187c74ec33f475c42020a0]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 07:22:36 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8db5c51b52e3b4fbc082980cc4afd60102f6dd75]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/31 12:33:42 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5157791e9a27d705579bd9d34bc654b593c39f36]

        INTEGRATION: CWS changefileheader (1.22.64); FILE MERGED 2008/03/28 16:07:17 rt 1.22.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f227737b851b9211362ba875e8caaa270f7bd01a]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 12:33:42 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81c5a681a62af7cdbf947caab42b12c340a6bef4]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 07:26:12 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27210f5cd7239c4837e7414179ec54c56af4b446]

        INTEGRATION: CWS changefileheader (1.18.148); FILE MERGED 2008/03/28 16:07:17 rt 1.18.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26df536fb09ff385ba00ab27d1b1fc5982e96158]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:22 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [415a323afed863b96b136263ccff38704170a1d8]

        INTEGRATION: CWS changefileheader (1.26.16); FILE MERGED 2008/04/01 15:06:31 thb 1.26.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:10 thb 1.26.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.26.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23b81fb6ed45454d4d90c0af51806c93b1a3774a]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 07:26:12 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4345ef1ac4ab11413f1c173137dca55be94f2466]

        INTEGRATION: CWS changefileheader (1.24.64); FILE MERGED 2008/04/01 15:01:52 thb 1.24.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:17 rt 1.24.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18977789fb5290d22f6168ec969d7b44e9943267]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 16:17:52 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d424e8ad13c32a098677944eac6b6b7d19793d0]

        INTEGRATION: CWS changefileheader (1.28.164); FILE MERGED 2008/03/31 13:37:59 rt 1.28.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61e5582967d96d2b7fee29720186ce32db13d1f7]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 12:33:42 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f15e81cb22aeab1369ab79309cb5f3c15d614a0]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:32:22 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0465afc6d6d8ae32a3dbe5a002130ce8fdb21e6]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/31 07:26:12 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7a794e29626f632cd91421e1710716d606b80b]

        INTEGRATION: CWS changefileheader (1.42.16); FILE MERGED 2008/04/01 15:06:31 thb 1.42.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:10 thb 1.42.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.42.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [100059ee65b08d3693f47d55c9fc9262244b3f5f]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/04/01 15:01:52 thb 1.14.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:17 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0565fd7526c5c6cae9c3ca22e2370d779acabca]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:52 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23afeb036dd778031052a1c9990127d5c03c9252]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/31 07:26:12 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5492dfef00a64a53c68047ba2acc326e8020690e]

        INTEGRATION: CWS changefileheader (1.5.198); FILE MERGED 2008/03/31 13:37:59 rt 1.5.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c19521e0a9a58782f827fe65559db1da76291e1b]

        INTEGRATION: CWS changefileheader (1.22.58); FILE MERGED 2008/04/01 10:48:41 thb 1.22.58.2: #i85898# Stripping all external header guards 2008/03/28 16:07:17 rt 1.22.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d926255a2c974989e86dc5bc423065c679b43bab]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/03/31 12:32:22 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fb50448e04a89200f56af27479486ad9291021a]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:12 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9567b00551c679fb28223c8530d87566bf64c4be]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 13:37:59 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6090dd6b8f32c02f079ff89f62b7e0783ac9d0ba]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:10 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3574779fffba59c754ca2092bd8de9eb2421022]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/28 16:07:16 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daa9882f81138c07fd602fe65ae338f173fc2493]

        INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/31 12:33:32 rt 1.2.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a500bd3ff98edec2dffa0a45fa0b08a0269acdb]

        INTEGRATION: CWS changefileheader (1.3.332); FILE MERGED 2008/04/01 15:15:25 thb 1.3.332.2: #i85898# Stripping all external header guards 2008/03/31 12:32:22 rt 1.3.332.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6be77c34b78839129e9cda2bc2ad432c013fa70a]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 07:26:12 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c5114e439ff90039e775a143e749a1007ad3c7d]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/31 16:17:52 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3fb97177d59b542a8065ac4b34c58603e51f0f1]

        INTEGRATION: CWS changefileheader (1.12.148); FILE MERGED 2008/03/28 16:07:16 rt 1.12.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bdc072e047d5af605d2c69210d894630c59f54b]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/31 12:33:32 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a41487135def25759f46f2430bcce5a4938b889d]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 12:32:21 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d4ad545b23605b6db4cedde1b4df3704c1bd525]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 07:26:12 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2ea92981ff6a50442fe84c9b99167c4ad394328]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:52 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95eadf61ee2a5b4e14f1aaac353a9f0a9721a8f3]

        INTEGRATION: CWS changefileheader (1.9.148); FILE MERGED 2008/04/01 15:01:51 thb 1.9.148.2: #i85898# Stripping all external header guards 2008/03/28 16:07:16 rt 1.9.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fbfa428284308dc7ae49f6cb6af6ecfb4522dc6]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/04/01 15:20:42 thb 1.8.28.2: #i85898# Stripping all external header guards 2008/03/31 12:33:32 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [204fa5d1b39c5f74bddb3cdfd148c96e6e12d32c]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 12:32:21 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e49070f562873d6da30a9dd6e70a04f93d4730b6]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:10 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [faf08f448f69408e42397a4e6f0620b437d9e18d]

        INTEGRATION: CWS changefileheader (1.21.12); FILE MERGED 2008/03/28 16:07:16 rt 1.21.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a8c0035e7562ad2ec9c03f4bf826276d2c498bf]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 15:42:27 thb 1.6.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:47 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41c054e8dd671686b198170426d28143ef86eb5f]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 12:33:32 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d7e5213ea26d8bd280dcb6418267754631f5f3e]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 12:32:20 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30990590db888c9c04d8053c70a3da15350b1875]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/04/01 15:11:01 thb 1.21.34.2: #i85898# Stripping all external header guards 2008/03/31 07:23:38 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58d59d9926285416021aa734cccec6421b4d26c8]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 12:22:36 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec6f80973b354de8f4331b74ba6a996e6c4d9164]

        INTEGRATION: CWS changefileheader (1.17.64); FILE MERGED 2008/03/28 16:07:16 rt 1.17.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6e95a9251de2c3b428c8fd42fe7a64bb6a3fce5]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 15:42:27 thb 1.10.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e73f3a2f7b8a472fd76572278c5b9d1d6191de81]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 12:33:32 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83f318b3571f4093f4f8986e44cb65f80e982613]

        INTEGRATION: CWS changefileheader (1.16.24); FILE MERGED 2008/04/01 12:29:59 thb 1.16.24.2: #i85898# Stripping all external header guards 2008/03/31 12:32:20 rt 1.16.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6cabec28c710ed9fa54f0eeb6dfc5473aff8332]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 07:22:36 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ab5fa24b8ffa527cfd80412db35eb5ca3cb94a4]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 07:23:38 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b9fd7506832eca51f2558d5f1007e0b7d304556]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 12:27:10 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bd5b344d8ef73958819c3e34ee398daa5462669]

        INTEGRATION: CWS changefileheader (1.16.154); FILE MERGED 2008/03/28 16:07:16 rt 1.16.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b849b189de7d8dc50aca656aea441394642a649]

        INTEGRATION: CWS changefileheader (1.22.12); FILE MERGED 2008/04/01 15:42:27 thb 1.22.12.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.22.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.22.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23e202c7585b667c27fbd625a23fe9529ecc5930]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 12:33:31 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [938eafc17a49b9286658c76b59b1c8905bfa24a4]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 12:32:20 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e51ae4663f3b484ff4f1a3ab37f0cf032e46d95]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:51 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b89578e58d5bf68440a7b96444578f653967f2ce]

        INTEGRATION: CWS changefileheader (1.6.198); FILE MERGED 2008/03/31 13:37:58 rt 1.6.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2712efc88a50b7acc5c7e3255e1a39f637b54a44]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 15:06:30 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:27:09 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d991a45b89a8223144dbafecda5ad4d649308b7]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:23:38 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce10a1b43e5a8a3cb7b6c12266cf8fe2a2a80d28]

        INTEGRATION: CWS changefileheader (1.28.64); FILE MERGED 2008/03/28 16:07:16 rt 1.28.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [891582d263d13735db48a5c78a1d2348e997f3cf]

        INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/03/31 07:22:35 rt 1.6.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bba63955ffb6e2a55eaceb0f036db90f2e908817]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/31 12:33:31 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0271e582572a7593f9afa6534aa7cee66a7c15c]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:51 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2389280ea98a4be2128e3216ad45d1fd8e226d70]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:42:27 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2a915e18b6fe6cf868db1296d49c6e9a691d3f8]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/03/31 13:37:58 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20adcf61c534c7132db3e6c8afb309f420bf13cf]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 12:27:09 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f61623d45773fa28bc6e8c44ce9aa8d50880b97]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 07:23:37 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2565b55b8a1ad3f54b977b23e489ddca8dea804]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/03/31 07:22:35 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec17cadd2fff26f5b3291588c7b38811903d2d7c]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/04/01 15:20:42 thb 1.11.28.2: #i85898# Stripping all external header guards 2008/03/31 12:33:31 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c109f3c4b4aec039605c50dc55cda085383c7f4]

        INTEGRATION: CWS changefileheader (1.19.28); FILE MERGED 2008/03/28 16:07:15 rt 1.19.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99620feea57c820a211bfee89ce3291603f4ef99]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:42:27 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a43ec49e9fa44fe33b8be0cfdfe597ac29f39f4]

        INTEGRATION: CWS changefileheader (1.5.732); FILE MERGED 2008/03/31 13:37:58 rt 1.5.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1130e1e5498d6ddf59267131666d5fe7eacee4e0]

        INTEGRATION: CWS changefileheader (1.2.192); FILE MERGED 2008/03/31 12:32:18 rt 1.2.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [271ab72e5bc102e8d0584b3d0bdfa7dc2b6bb710]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 12:27:09 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a32688b6b36d56b9d29390e991635b50e019b118]

        INTEGRATION: CWS changefileheader (1.23.6); FILE MERGED 2008/03/31 07:22:35 rt 1.23.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [028e6a5b442650c5944699a75b3e7648767cdcdd]

        INTEGRATION: CWS changefileheader (1.12.148); FILE MERGED 2008/03/28 16:07:15 rt 1.12.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec301753452d5c2b2146c270a8ef93692f97e11e]

        INTEGRATION: CWS changefileheader (1.14.56); FILE MERGED 2008/04/01 15:42:27 thb 1.14.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.14.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.14.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcd1444505c610f1ef191813825a878bb6add5e9]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:51 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3065373b4ae59ab576c91f611306c1bd5d9330fe]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/03/31 13:37:58 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7223f218a9940a3a04398db30f8a6dcb23ba6b5b]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 07:23:37 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acbf1a599cc08513a8d4a93091f4ab523a409edc]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 12:27:09 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84fa50ded3e004288fd96e7d34413d9663a57775]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:22:35 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [138d30c6443c706b640b25ba5c9c20d123592fb1]

        INTEGRATION: CWS changefileheader (1.41.58); FILE MERGED 2008/04/01 15:01:51 thb 1.41.58.2: #i85898# Stripping all external header guards 2008/03/28 16:07:15 rt 1.41.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [702ee7afb59a4c8c51d17ae381b398fd277223b5]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/31 12:33:31 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3a12f82126d2a3da1c1918b8aac36420a839712]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 12:41:46 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d8d6fe6948d402d56e78e6b8a1b7267e50d6147]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/04/01 15:15:24 thb 1.2.222.3: #i85898# Stripping all external header guards 2008/04/01 12:29:59 thb 1.2.222.2: #i85898# Stripping all external header guards 2008/03/31 12:32:18 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [313ad8e6bef0f721480814cdde559c4ba8b94d58]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 12:27:09 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:36 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9194a448b734e6d36e698d8dceca32fd02f21c9e]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/04/01 15:11:00 thb 1.20.12.2: #i85898# Stripping all external header guards 2008/03/31 07:23:37 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67d78a837dd8c90284fd5fe5be6e2324a50509a7]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/31 07:22:35 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa31a8915a765543965cca95ae6e280c49110d70]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 12:33:31 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b03c27b89df92a8922361c6dfdff21a821a80057]

        INTEGRATION: CWS changefileheader (1.51.24); FILE MERGED 2008/04/01 15:01:51 thb 1.51.24.2: #i85898# Stripping all external header guards 2008/03/28 16:07:15 rt 1.51.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df53700cf73edae658cc42e178ce371b71337799]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:24:40 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70a71af0239519dc4b2419db8202e8b6cf307b83]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:51 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [963cc86b72ee399e0549b5c503b55549d6a3a6e3]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/03/31 12:32:18 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a708c40638bba5d87512e7d100658ad3d2aa2a7a]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/03/31 13:37:58 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d06f91f753acb9d7a88199744fce020201c36c8d]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:36 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0df984b59373b101545ed5afa4fa3f54b7912ffc]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/03/31 07:23:37 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa1f689f74b97666badff40309d43d9d773b0077]

        INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/31 07:22:35 rt 1.9.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27790f4c6169c94c8a337489ff9c0ae6b4c59945]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/31 12:33:31 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79a6adb3cdd7cfe20055f9fa56b25a6a1facd882]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:24:40 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1944f1040fff6318fac4a555b5c5a399143ff450]

        INTEGRATION: CWS changefileheader (1.13.78); FILE MERGED 2008/04/01 15:01:51 thb 1.13.78.2: #i85898# Stripping all external header guards 2008/03/28 16:07:15 rt 1.13.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89fcccefdbbd8cda487dd9ffa653844d0d32f97a]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:42:27 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d7f709e4e1308073dee802afff17e9e3fba561f]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/31 13:37:58 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dc274a15f9c661faabc7505a69e87a7efd4f624]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 12:29:58 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 12:32:18 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d14393a6139fd5bf3a8a524495bc275c008d822a]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/03/31 07:23:37 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ba92c4bac4df5643389ab728711fab8533bf673]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/03/31 12:22:35 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcfb8e0de9e74b0dbbd7130c186da3c20b6476e3]

        INTEGRATION: CWS changefileheader (1.17.30); FILE MERGED 2008/03/31 07:22:35 rt 1.17.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19833a06081525d5ac842247a62a188b266282ca]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/03/31 12:33:31 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [575d475c1171cb746115781819aca13060e90035]

        INTEGRATION: CWS changefileheader (1.47.88); FILE MERGED 2008/03/28 16:07:14 rt 1.47.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3df457e8acc0d754a3c8652db5abfde11761b3ce]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/04/01 12:41:46 thb 1.11.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d951571b855d87ca2b3c67ff552b1514bcd06e7]

        INTEGRATION: CWS changefileheader (1.3.192); FILE MERGED 2008/03/31 12:32:18 rt 1.3.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [876c6a1a82ad1a4363000966b60b680d60498d58]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 07:23:37 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [936b45ee76d4a08053a828e268043a493ccffdd8]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:06:30 thb 1.9.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:09 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:35 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c978a8099a7a728ab007a0fb1a0c159109e0949]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/03/31 07:22:35 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2466c10bdb077ae5a760d51733f4c898644a2729]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/31 12:33:31 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a9ce1e442a0fde1dbdde88bc4a8041dfc7256cd]

        INTEGRATION: CWS changefileheader (1.33.64); FILE MERGED 2008/04/01 15:01:50 thb 1.33.64.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.33.64.2: #i85898# Stripping all external header guards 2008/03/28 16:07:14 rt 1.33.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a0567cb92ce832933b4b371fd44ba2ffc2776dc]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:24:40 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1125d71a9a4e95b7c40de1b312309b0a305bf11]

        INTEGRATION: CWS changefileheader (1.17.92); FILE MERGED 2008/03/31 16:17:48 rt 1.17.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1205975075caf1e6a0f65776831a801477e0dc20]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 12:41:46 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97d3c55e8dbe8adcab3c1bff7bc547548291679c]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/03/31 12:32:17 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fdac8a3304477ce71dd403330053f4f4913ab16]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:38:36 thb 1.4.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:58 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [225e29b268f425510b41b59fd6548435fc4725c9]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 07:23:37 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b53a957eea2eff25d32d68130771916dbeb1d47]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/03/31 12:22:35 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1552c26e142f46f4dcdb7a62077beb1e01728885]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/31 12:33:30 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fd757e93e77119fe5b3006413ff0f07a1561458]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/31 07:22:35 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8576b8c92507a87fb045362735a938dfffef6a83]

        INTEGRATION: CWS changefileheader (1.14.58); FILE MERGED 2008/03/28 16:07:14 rt 1.14.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1930ba371f95b42057f3915b71ac7e2f7b25a091]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 12:29:58 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 12:32:17 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15fd1875f8451513d9e30ee765ee5bd54d1594de]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 07:26:11 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [264064ae18331bc3bb5ac5174a3845657ed11e7b]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:48 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec0380feb8b96b524dd2b2e3bcb48dea374b53a0]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 12:22:35 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5e58d835f68e669c54cfc5c1397319f6a69262d]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/03/31 12:33:30 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [903c5f982369bf3dda41663f0c7557727e97d93e]

        INTEGRATION: CWS changefileheader (1.15.192); FILE MERGED 2008/03/28 16:07:14 rt 1.15.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb59c6e70f5a00bbb286c0f111142e90b2cabb7a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 15:25:30 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d82db19fa940442f4bd5ca6099d4954d8285748]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:36 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:58 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1593707457311509ce73f253b3f4b918c4cc967f]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/04/01 12:29:58 thb 1.9.8.2: #i85898# Stripping all external header guards 2008/03/31 12:32:17 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23c268def6672c20563b9788e50f3a19211c5386]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/31 07:26:11 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e408f2484d73e4c58eaa30a1d29b492d9fa31e0]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:48 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [451c6c6b71a4b39ece5f3541e6c5865b22fc99ea]

        INTEGRATION: CWS changefileheader (1.12.6); FILE MERGED 2008/03/31 12:33:30 rt 1.12.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0008cfe9359139664e0bc7d7aeb5d03dcccd98e1]

        INTEGRATION: CWS changefileheader (1.12.90); FILE MERGED 2008/04/01 12:27:09 thb 1.12.90.2: #i85898# Stripping all external header guards 2008/03/31 12:22:35 rt 1.12.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e465cb6e9b4b93b0cb5ca8fbbbf733a9ab9900bc]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/31 07:22:35 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2b45cb91a14723f44b428c4ecc844f24d4718d9]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 15:25:29 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [820604548030f9455206495c3f6d58c6ee2f732b]

        INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED 2008/04/01 15:42:27 thb 1.6.90.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.6.90.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.6.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a85baab84017f4b6bf3fce8662beb378516b1aba]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:48 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [300af5569add74de1405ff11d3b1b48ec3dc7dac]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 15:38:35 thb 1.3.114.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/31 13:37:58 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9faafafa7ab424679b78343aa60923150f2e239]

        INTEGRATION: CWS changefileheader (1.2.132); FILE MERGED 2008/03/31 12:32:17 rt 1.2.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b32c65c0a31e6c1dbedb917aae611c8dafe7366]

        INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/04/01 15:20:42 thb 1.3.54.2: #i85898# Stripping all external header guards 2008/03/31 12:33:30 rt 1.3.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99439bc25a53a609687259c38fb0c3526760d06c]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 12:22:35 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8fd76463959d49403bf7b58d8c915131aad2ebe]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 07:24:40 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cefbf94117b5b6fcfbe8a4770f642578de6b35cb]

        INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/03/28 15:25:29 rt 1.6.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97631f75741df119129a3182fa7e039a60f9793c]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 15:42:26 thb 1.10.56.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f58649f7c7d5e6817f0537c717b28842d011f020]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 12:32:16 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9939fd595a6b2eb38b4de08686f84d93fc95333a]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:35 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:58 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b0c5e036d7be978f257e66eaa4f68a3dc8d14a6]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 12:33:30 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdb672dd9a6d182745da43c2db909a89ba528129]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/31 07:22:34 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fd783557cda6460330dbefda528066a7f7e7f20]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 15:25:29 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [900c87493f13d7f332cff2ced7fb6877e77dce4c]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 07:24:40 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efd3a18cb680bbbe838650810a3093c1e6d9876a]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:15:24 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 12:29:58 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 12:32:16 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b83093825c115e7477d0ae86406027096032049]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:48 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d4fd05030640cb77632d204f3c7e134df2ca03d]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 12:27:08 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 12:22:35 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bf0a98b2357853750c2a325585963f014aa2a03]

        INTEGRATION: CWS changefileheader (1.13.6); FILE MERGED 2008/03/31 12:33:30 rt 1.13.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [559511a8001fc136084074700890985653b5bb8e]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:11 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2dcdd0c2463f3eda9e76b985d479078bf2bbdbc]

        INTEGRATION: CWS changefileheader (1.24.88); FILE MERGED 2008/04/01 15:01:50 thb 1.24.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:12 rt 1.24.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [644f1a1700b3835ae61a790b9031377a84d710cb]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/28 15:25:29 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60a31f9214421847d63e336f3d72611202c198bb]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 12:32:16 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47ce1adfd9d3378abdeac5a9412567292fc27fa0]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:34 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:58 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc993464e36bdaf6c86d5befe69344978db6d8c3]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:48 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe77132de442dbcdcee41a47cab769c5f4ba1432]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 15:06:30 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:08 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:35 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f0b489c8db08e23e0bfc32d77cdbe4a77438633]

        INTEGRATION: CWS changefileheader (1.31.22); FILE MERGED 2008/04/01 15:01:50 thb 1.31.22.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.31.22.2: #i85898# Stripping all external header guards 2008/03/28 16:07:12 rt 1.31.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57094f14e485b97b54df2f6e28316837079346a7]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/03/31 07:24:40 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b43d1d5e92eb403e9ee63c7d99afb758e01c2e0a]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:48 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f2a4f06910a11ac3f8b2fea18dab26f189e50a3]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 12:32:16 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caaab3cc29e89e87c5133dac5d237a114047b3b5]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 12:22:35 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5bb41376256b6f07d12b8e73c61c7e7f083142e]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/31 07:26:11 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb2b73dc04ea3038462c22d5363cf32c2a370510]

        INTEGRATION: CWS changefileheader (1.26.24); FILE MERGED 2008/04/01 15:01:50 thb 1.26.24.2: #i85898# Stripping all external header guards 2008/03/28 16:07:12 rt 1.26.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e2c22d0446b885c7d4db97e32411663ed6374cd]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/28 15:25:29 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8abe74382cb62514ee1d5fa8c3497b73a67344fb]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/03/31 07:24:39 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35aa1bf4c7d7bbea75f87ff9de81bbb8a0b7f76c]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:48 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0829a58eca4eb925a93f776e65371381748e724e]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 12:32:15 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [228d83800329f0fc7cb7f23b8ec57930cbf63ec0]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/04/01 15:20:42 thb 1.10.36.2: #i85898# Stripping all external header guards 2008/03/31 12:33:30 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [068d6beaa94a2293a49c92c5e9fe2c070570b29d]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/04/01 15:06:29 thb 1.7.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:08 thb 1.7.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:35 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3052359aeec0a56b92d98c0716a278fc992cbe7e]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/03/31 07:22:34 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae565947b977d6321f53d0e36526dbf27da25f61]

        INTEGRATION: CWS changefileheader (1.8.112); FILE MERGED 2008/03/28 16:07:11 rt 1.8.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ad92c53399dd497268f2294412f331300c3ed7c]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c67302aa0b6c29ce2740bbd73a71fbcdf2ffa12]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:25:28 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27ac7af3656d7f66bbb4ff92b66969d5308aeb5c]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/04/01 15:38:33 thb 1.3.258.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.3.258.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3aa3bc10fafe79bb9340282e3068faba7a787105]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:48 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4d45663d72b8ca22877c659e1404291a5345715]

        INTEGRATION: CWS changefileheader (1.2.132); FILE MERGED 2008/04/01 15:15:24 thb 1.2.132.2: #i85898# Stripping all external header guards 2008/03/31 12:32:15 rt 1.2.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91dbfefb67053e5ffa2f6161bad5628842fcc0ee]

        INTEGRATION: CWS changefileheader (1.21.28); FILE MERGED 2008/03/31 12:33:30 rt 1.21.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26506cd2a7105e6a817e0a84bbd4f86692b80225]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:26:11 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa40b6a214aa1608ec7bb6a47e04ad3fcac46ef4]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 15:06:29 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:08 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:34 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c2169839edee3c6a81ac34167e3287a7c15f718]

        INTEGRATION: CWS changefileheader (1.43.6); FILE MERGED 2008/04/01 15:01:49 thb 1.43.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.43.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:11 rt 1.43.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a6fdd3fb4b270a63f049da4cab077084e333a2f]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/31 07:24:39 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6013d17437ba2aa292f47b241d7ce09fe0da69b7]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/28 15:25:28 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06477d9b0a2a46fbb260bc3f54d2ad7c2ab21d5d]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/03/31 13:37:57 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1e5f01ff3e742230c09500921506b42b1292884]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:24 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:58 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:32:15 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c5a87a408366f5c196a65441c1df1e956ada931]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 07:22:33 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f9d9cec5b74bcbef4e3bdb28a33e483aa67bf83]

        INTEGRATION: CWS changefileheader (1.15.6); FILE MERGED 2008/03/31 12:33:29 rt 1.15.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8049c4f078b907b259bae7f1afc62dc85457609e]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/04/01 15:42:26 thb 1.19.12.3: #i85898# Stripping all external header guards 2008/04/01 12:41:46 thb 1.19.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:11 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a7637067c8804f7f15bc523abacce2d07bbb963]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 15:06:29 thb 1.11.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:08 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:34 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b61e6ab1bbda0690ebfab344ee206109aa5f1fb]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/04/01 15:01:49 thb 1.9.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.9.6.2: #i85898# Stripping all external header guards 2008/03/28 16:07:11 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b94db1ca24b04a5583af9c4cf43fb2529e18aaff]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/31 07:24:39 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d4a96ab6e58ffde50d469b77dbee0abe42b559c]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 13:37:57 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92e26ded3c29d02bcfff700d897c27f9dc6ef631]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 12:29:58 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 12:32:15 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84ee0d02edcfba48e7830cc5e71cb64e1942ad0e]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/31 07:22:33 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02473e8ea5dbc5ab8bab04ad095b626d73c59131]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/04/01 15:20:41 thb 1.8.36.2: #i85898# Stripping all external header guards 2008/03/31 12:33:29 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a3a60e7d8ab817d893230d35c23d240943f6448]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/03/31 07:26:11 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [319adc6cbcece0adc398f7aa10361ff88868ce51]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 15:06:29 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:27:08 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 12:22:34 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b844a926e5ed1e9ccf81d7d6f6cd2df59f7af1f]

        INTEGRATION: CWS changefileheader (1.46.100); FILE MERGED 2008/03/28 16:07:06 rt 1.46.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2baa20501a2b8c35aa9e0576e638d6522e37f42e]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:24:39 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14806e83a9cea1d91bb0356c7b74fa5db0d22122]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 15:38:33 thb 1.3.262.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df92432fbfc1147f83e8e93e099cea4920d4d154]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 12:29:58 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 12:32:15 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e354c0d5ee7de68ecda9100de9084cb94e9f8816]

        INTEGRATION: CWS changefileheader (1.19.28); FILE MERGED 2008/03/31 12:33:29 rt 1.19.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8258c7031c307786fb7c4b0043adc8830f09caab]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 07:26:10 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c38f4bee930cd6b94d35867a580a5e9bf83648d]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 12:22:34 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29f702578ce5d64d10cd90e591e44a61d8beb23d]

        INTEGRATION: CWS changefileheader (1.4.280); FILE MERGED 2008/03/28 16:07:06 rt 1.4.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d814e0bd8d97536d97640e9c94f876d5d829ea7e]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:20:54 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:24:39 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [495d8fb98fdbffe578fe531dcc8d322c47bfde41]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/28 15:25:28 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee51fdb8480624ccb96423da51dc66ea6c24a509]

        INTEGRATION: CWS changefileheader (1.19.8); FILE MERGED 2008/04/01 12:29:58 thb 1.19.8.2: #i85898# Stripping all external header guards 2008/03/31 12:32:15 rt 1.19.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4c18786840da90d9fe14d0693d05ccad395a353]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:33 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:38 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [678ab1d8f5011b5fbbe29759e7fb9638d99e398e]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 07:22:33 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96301a4516673570ef6d690d785fccce2da98e5b]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 15:42:26 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:10 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8c99ad991a119b72754b00bc9138ae823f8aa37]

        INTEGRATION: CWS changefileheader (1.14.28); FILE MERGED 2008/03/31 12:33:29 rt 1.14.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3f1dcae64265a26f4c709546457ac1a8ced992a]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/28 16:07:06 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98083fc4ce6746e07d2199721a7a57a8a97321eb]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/04/01 15:20:54 thb 1.3.18.2: #i85898# Stripping all external header guards 2008/03/31 07:24:39 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bc5b2ee8ec21e69585797c6c1e241b7fc1ed664]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 12:22:34 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6f923e05354da097e9d4080c873ee664d29fcca]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/28 15:25:28 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf1c6fe58567004d7b4d5fe25e65db164fef531a]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/31 12:32:14 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b1d11af8e83a7210f78e13af84fdfa587441309]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:22:33 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b281182df1f39549b52b8290c0455fd5f1348d63]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 07:26:10 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d573357fe06f9a6101d9f53bde6fee50b9ebbb31]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/31 12:33:29 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3115c4ac2bed7ee69786f6e377f52b792c8d41f]

        INTEGRATION: CWS changefileheader (1.8.192); FILE MERGED 2008/04/01 15:01:49 thb 1.8.192.2: #i85898# Stripping all external header guards 2008/03/28 16:07:06 rt 1.8.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe279b774fa173309c4d6b6ec3404fb67129840c]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/28 15:25:28 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b25ea8c33add88e17ae7e30f2039ef5b4852943]

        INTEGRATION: CWS changefileheader (1.11.118); FILE MERGED 2008/03/31 12:32:14 rt 1.11.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [258a12e3bc886e68006be8f4331369995f175077]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 13:37:57 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bc64af0131b445afc1f3a0b75c33226857c7429]

        INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/03/31 07:22:33 rt 1.5.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44ef9fc480511cb5f7efa0e13efc93f2b543d7f5]

        INTEGRATION: CWS changefileheader (1.13.6); FILE MERGED 2008/03/31 12:33:29 rt 1.13.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f96ac3722ff3164e77e61d9876ad9e9330421e0]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:32 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [707b6a753731bc590f8405e18c63e6f59e41c155]

        INTEGRATION: CWS changefileheader (1.22.48); FILE MERGED 2008/04/01 15:01:49 thb 1.22.48.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.22.48.2: #i85898# Stripping all external header guards 2008/03/28 16:07:06 rt 1.22.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [448e9f7e2ad76c27369d33125ec4e9d10d698497]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/28 15:25:28 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b59589b65fc80e07c6cc60f951c6c25885a4355]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:37:57 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5066ad9ee3d00f135050141dce85f734b0f68899]

        INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/04/01 15:42:26 thb 1.19.10.2: #i85898# Stripping all external header guards 2008/03/31 07:26:10 rt 1.19.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c60171197ab55b810345accfffcf418c3789a4cf]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/31 12:33:29 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9ef7799d9cd36e3dba5d8f7f36f0dadc47fa57a]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:32 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dedd42516345d3aaff90d107c975e5dfb2b5ceb]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 07:22:33 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9683f0bdabace90157d0415509e203894f865ff6]

        INTEGRATION: CWS changefileheader (1.27.100); FILE MERGED 2008/03/28 16:07:06 rt 1.27.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a5510d6b96eef5548e64231790158bc19d5c48c]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 12:22:33 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a54172632e151a9cfd2e8165208fbc34cfc222fe]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/28 15:25:28 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bff9dc61d3eb8eca28712e954f09acbcad04cd35]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:47 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22ce724f4744bf0f5e427060bc46a0969b5d296a]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 15:38:32 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80ef4e85e122eb02c80ba517561c3aa3cd149f21]

        INTEGRATION: CWS changefileheader (1.22.10); FILE MERGED 2008/03/31 07:26:10 rt 1.22.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8996b5dd7a6b6b170e99ab231d42320a1b3bae4c]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 07:22:33 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [778370bdcc6984114eb51ffe04e864588c86c178]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 12:29:58 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:32:13 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1a9cc2fd4ec12d8f3799af6ce4155d1cd485303]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:32 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdbd3021acf80c51d1a597859c8caa301488391b]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/28 16:07:06 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0727fa871276c1b7f3f2a8b3bf47939b518337fa]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 12:22:33 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d262263c407104067e8c37f98dedf7bb4b2454a5]

        INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/03/28 15:25:27 rt 1.3.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54ff37838aab10d23f2658dec404d2cd0263501b]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/04/01 15:38:32 thb 1.6.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.6.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55978321bb88b848ed84eeb7b0a91ebad0683efc]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:47 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a373f3ba21e3ce1c194c37dc72794cf4536770e5]

        INTEGRATION: CWS changefileheader (1.12.66); FILE MERGED 2008/03/31 07:26:10 rt 1.12.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea4679d3d93debd3c0e7dddabe7da629a6e28813]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 12:29:57 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 12:32:13 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4abe650ad10c2bd5a9d946d89c370690db2c7d4b]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/31 07:22:33 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47d030f4e050d909ffb88621876646063c318433]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:07:06 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7411373e0061231f4149d20c643ba162e0a278de]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/03/28 15:25:27 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c683d559f67b30e68d44a000d0fe9925f1fc912a]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:47 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bb89efe9d4cd03d6b2993017cf6a585da8c90a5]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 13:37:57 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a132a19d50152c3cabb6b0d23f42eb3d2737c54d]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 15:15:24 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 12:32:13 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59e338190e92974806a598f92a514f08cab99291]

        INTEGRATION: CWS changefileheader (1.17.56); FILE MERGED 2008/03/31 07:26:10 rt 1.17.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e5c5d310fdafe77c80b52e1a671d90be36b7cd7]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 12:33:28 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86ee0352993e5a0b2723e9188bd12b39d6e5f6c7]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 07:24:32 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e65586f283b22cfeac5dc2632bda54ed1f27f05]

        INTEGRATION: CWS changefileheader (1.74.90); FILE MERGED 2008/03/28 16:07:05 rt 1.74.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b290a16b01d6a5389260af4e7016e794469cb75]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 15:25:27 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e459f9d976d0ea323eeb2b5c73e979b19d60564]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/31 12:32:08 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6eab21033c3d710cb282fb1e91d14bb1d529f83]

        INTEGRATION: CWS changefileheader (1.7.90); FILE MERGED 2008/04/01 15:42:25 thb 1.7.90.2: #i85898# Stripping all external header guards 2008/03/31 07:26:10 rt 1.7.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [150bd26c1c85699477215d5e3880a3aab17329d2]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:22:33 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87dcb31d24f50e2cb9c3898a09b315a991fd2023]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:31 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83d2b68219e27101ace2d2ddf523f2a6e955f77d]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/04/01 15:01:49 thb 1.4.90.2: #i85898# Stripping all external header guards 2008/03/28 16:07:05 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c238cfc0ebced66af1e4f5a60e12346e147f946a]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/28 15:25:27 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [190ae96204562b4e8cee492743ee44e2faaa05e7]

        INTEGRATION: CWS changefileheaderm6 (1.3.2); FILE MERGED 2008/04/09 16:07:37 rt 1.3.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef5758677e41f29744b7b7e5284e12565a1697fc]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:47 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [277a952df26b5e7ff3002af396cc15bffc0a0246]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:32:08 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65cf792efe3c048f114cd1748a28385068be92e5]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/31 12:33:28 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [232555bb7ad0ca72bada1388fd0ddf3fe1176b51]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/31 13:37:57 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58d48508be262037ecc532a49c69493a7934602b]

        INTEGRATION: CWS changefileheader (1.77.26); FILE MERGED 2008/03/31 07:26:10 rt 1.77.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb6368e375926e09a11a1d9fc25c84ee058fe277]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 07:24:31 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44b264fbe32f9c9806c796a9769ed1569c156c6d]

        INTEGRATION: CWS changefileheader (1.10.90); FILE MERGED 2008/03/28 16:07:05 rt 1.10.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcfd6dcd660bc54bfdf2cf9249c0c1dfb0219a5f]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/28 15:25:27 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a53c0aba91789b858ccd2cd1547f4a7e53d7f6b]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:07:37 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fde98a0778d586c0949226b5651b487cb2de6fe6]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/03/31 12:32:08 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e615b71e33f835e721263c5803358ded1761250]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/31 07:22:32 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e21cbf5b52049621c9e0af22ce07f3dd00366f71]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 07:24:31 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d33d809b78f2dea33c844bfaa6d9de77d094907d]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/28 16:07:05 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72e796c246ef177a38711d2608dd97b698408a7c]

        INTEGRATION: CWS changefileheader (1.24.26); FILE MERGED 2008/03/28 15:25:27 rt 1.24.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02a3e65e9e71d860794388a5b6f41519647e4ee8]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 07:26:10 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a62a1cc89b76ccca92a6ae67a0f50ba63e4aca22]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 12:33:06 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [307f2b01d5264af3e297b4c2fe97c77194d5e401]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 12:32:08 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3408007062035ba13fa3f852202e6a42dd1cfcd]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 07:22:32 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [415421a40c85f934d5ee66bc33bd37d97e8dbd00]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/28 15:25:27 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d86c461217af3f9bfc596838f5cc6a5aaea3f24]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 10:48:40 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:05 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5809d9540a7b28365db32d0792de652aa6ca0d4b]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:31 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df32673d16ed4b84f90eb5722e72d212eb494334]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/31 07:26:10 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13e5fd32a9ec7a904f6f1499f048f5f6869bdaab]

        INTEGRATION: CWS changefileheader (1.25.10); FILE MERGED 2008/03/31 12:33:06 rt 1.25.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [427f2e1240a8153788776b57c258879cdc8a2254]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:31 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5e60251feae741858c21e803f62f73b3a5c49a9]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 12:22:32 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cbc40ebc3dd18b83dbb9b782f64f6b31530985d]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 15:25:27 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5482ccf5037fdab014e6bc5aa606d57573f1765]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:01:49 thb 1.7.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:05 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84841267aac514de051abf8d7791e5a9bea57ba9]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:31 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e16fbb06aa4181e181cb3526bed18e743d1ea96]

        INTEGRATION: CWS changefileheader (1.18.10); FILE MERGED 2008/03/31 07:26:09 rt 1.18.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bae3d302fe031e85d16bdfcc0aa36d7b5a9d5a1d]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:47 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89a779303d8da37964b4d5059e0c797f9c7065f0]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/28 16:31:28 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0df0b9221bc463c50ec5965101b977559dc4f2b9]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 12:22:32 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ab08d32f2bf207af52a206759b4974f776b4502]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 12:32:59 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7457f155d37f08caa9025d27d439a5397b8f6e]

        INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/04/01 15:01:49 thb 1.15.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:40 thb 1.15.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:05 rt 1.15.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cb97c7a57fe8a15a4bb4dfe7280e49978781a4a]

        INTEGRATION: CWS changefileheader (1.13.42); FILE MERGED 2008/04/01 15:10:54 thb 1.13.42.2: #i85898# Stripping all external header guards 2008/03/28 15:25:27 rt 1.13.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6ee2693edf2f5bb5c2fd87661bbd2a606446723]

        INTEGRATION: CWS changefileheader (1.26.56); FILE MERGED 2008/03/31 07:26:09 rt 1.26.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31c82533e34ddaa2b9b95265b1f62080bf888913]

        INTEGRATION: CWS changefileheader (1.6.332); FILE MERGED 2008/04/01 15:15:24 thb 1.6.332.2: #i85898# Stripping all external header guards 2008/03/31 12:32:08 rt 1.6.332.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06ed637dd527540f0be20c972e52d98e8969b545]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/28 16:31:27 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d06f1b44ae6009a4d7666671f9864df6bc29807f]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 12:22:32 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4286a444cf45b7b6f5d8ba2d1c6d5e72700eebf6]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/31 12:32:59 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [526e12e8d37a5d79d984f7c96be29aeead617b95]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/28 16:07:05 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e60b46d8ce73e9364c9e3b785035ebb13af9954]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 15:25:27 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0566cb643c9a74b1804038db0630f680362ccc56]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:47 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d89282019ea2ca4ed32ba414dec04c992ffa03f]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 07:26:09 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd285aac4e448caf0945f8a5f80c07b9aa5a17f1]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:38:30 thb 1.3.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca5e484a239d9ee9cf2791cc3a52400803f72908]

        INTEGRATION: CWS changefileheader (1.4.454); FILE MERGED 2008/03/31 12:32:07 rt 1.4.454.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9780332d283d48f5bf5fdd56c11aef27e3ebdc44]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:31:27 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e04d0012e8026a973745643ce086d271beeebf5]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/31 12:32:58 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7420fca9453dee91324ed7f356877f41b501ef30]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/28 16:07:05 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abbd68b50a894f7d96768134c500cf9f2136629e]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 15:25:27 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3e5352ff41fc1c9101116aaa6a19134cc1cbf90]

        INTEGRATION: CWS changefileheader (1.17.56); FILE MERGED 2008/03/31 07:26:09 rt 1.17.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [249bc4bcc5fcabf8c766ad39d05768a5c3f2455f]

        INTEGRATION: CWS changefileheader (1.12.48); FILE MERGED 2008/03/31 12:32:07 rt 1.12.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93b6a4edf4791a785eb9429d959972ae07422484]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:30 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:57 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b313edfaca30397a872059a88903a9786656efe2]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:26 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf0053c352809f5396300c4532a249d5db4f6447]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 12:32:58 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebc18de2214c7c31844fd462f31a627fd7c6d68a]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 12:22:32 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04b94784bd8020b0114de290c7e054a8ea4f285d]

        INTEGRATION: CWS changefileheader (1.13.88); FILE MERGED 2008/04/01 10:48:39 thb 1.13.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:05 rt 1.13.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [114092decd9a01eb2fef1fc1efb6cde19ed82dc4]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 15:25:26 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2219e9b87d5b29e2d5afb9e21f8503c18577b07]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 07:26:09 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d622ad93a22054808a54d6c286a943a126a0d67e]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/31 12:32:07 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2601bbfd28a685f5d95e9fc2299705fa807891ca]

        INTEGRATION: CWS changefileheader (1.10.88); FILE MERGED 2008/04/01 15:01:48 thb 1.10.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:04 rt 1.10.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6522c40d35dd8fc0a097c40f54987f781d4eba17]

        INTEGRATION: CWS changefileheader (1.14.50); FILE MERGED 2008/04/01 15:10:54 thb 1.14.50.2: #i85898# Stripping all external header guards 2008/03/28 15:25:26 rt 1.14.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1c7392a4a02f29a8ccb52366d68ecc39413fbf2]

        INTEGRATION: CWS changefileheader (1.18.54); FILE MERGED 2008/04/01 15:42:25 thb 1.18.54.2: #i85898# Stripping all external header guards 2008/03/31 07:26:09 rt 1.18.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4f73736cca53035be43eb675b07129129fe0882]

        INTEGRATION: CWS changefileheader (1.2.470); FILE MERGED 2008/03/31 12:32:07 rt 1.2.470.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [549be9ded0a69bc1db243d5167976c7f55cc5d93]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/28 16:31:26 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2f9148ef5aff77cfcf56e36b8de38583753f6ae]

        INTEGRATION: CWS changefileheader (1.29.88); FILE MERGED 2008/04/01 15:01:48 thb 1.29.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:04 rt 1.29.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12981651b5678c004b465da5e85aca2ca041e4bd]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/03/28 15:25:26 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d803c71f6102d0778e76cdcd7c51c056346afa12]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 07:24:31 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e03292380cf96ac446dc8dc2a1f35ed27ee7b1e0]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/03/31 12:23:23 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1da43ed4ddf870364d7ab0c933390db4f012353]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/04/01 12:40:37 thb 1.4.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c47b79d5eeab85ef9609590dbdbb803cda816c8]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 07:26:09 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e27928492b5be2c5b909553eed3bc7b78cec4228]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:31:25 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd8b3f3a72d50928193dba13f839edee103737fe]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/03/31 12:32:06 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a5b3055be2ee39cfd5cdf648860ebe02411b0bf]

        INTEGRATION: CWS changefileheader (1.14.106); FILE MERGED 2008/03/28 16:07:04 rt 1.14.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08fe66c488a266b6de674e300e7ef7a202101d0f]

        INTEGRATION: CWS changefileheader (1.29.28); FILE MERGED 2008/03/28 15:25:26 rt 1.29.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ee9ee5d1cc8facc313385d6ae5ec1f4ef3dbc80]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:30 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d3ebb6cf72e72668e40237df11313f3e39fca1b]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:25 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e6a7d0d659e40b8c98e66327edd6d3f4df273d8]

        INTEGRATION: CWS changefileheader (1.24.4); FILE MERGED 2008/04/01 15:42:25 thb 1.24.4.2: #i85898# Stripping all external header guards 2008/03/31 07:26:09 rt 1.24.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d77f7eeaa74dee5ae1211af3a1f076f9b0e7ee22]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/04/01 15:38:29 thb 1.11.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.11.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf9332c3383cd1061733a278524343a0f2f27f7d]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:23 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:32:06 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f5d55e6b25e0cc1e5897c42f232146d0789e5e4]

        INTEGRATION: CWS changefileheader (1.40.26); FILE MERGED 2008/03/28 15:25:26 rt 1.40.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7acb89d8bb91792deff9fe96b477ce82b57846a]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/31 07:24:30 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [092c4776136869ace0163de908a2baf9e043811e]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 15:14:04 thb 1.6.18.3: #i85898# Stripping all external header guards 2008/04/01 12:29:08 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 12:23:23 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07fc2923dff1da173850665fb79acc7ec6e40731]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/03/28 16:31:25 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e6f7e53190df2fb498530702648479ae55fa6d6]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 07:26:08 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9b2f0c4161d59335430ce64fa0c2807419c4985]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:29 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [635303390d659a10126158b2da56141669927673]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:15:23 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:57 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:32:06 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95b9b08637fff19f83b84b28f526222fc2bc4b7f]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:46 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd99e1ddb749fe966b5b5a01f3b612e8d0f2bd40]

        INTEGRATION: CWS changefileheader (1.19.8); FILE MERGED 2008/03/28 15:25:26 rt 1.19.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cbb548bec66d5e0b79ab5fccf61b74bd4cd62ab]

        INTEGRATION: CWS changefileheader (1.15.32); FILE MERGED 2008/03/31 07:24:30 rt 1.15.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [595bfc5d817fde8ee8b711bc0b9bc0d2c5becb57]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:31:25 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [808c51c0ad0321be812f943caa7e278166679803]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/31 07:26:08 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f8bade55cc2c77ce8a8d5d904696fa0f5a23961]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/03/31 12:32:06 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe87750b58e1a01d251399570e1443eab26a667b]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 15:38:29 thb 1.3.262.3: #i85898# Stripping all external header guards 2008/04/01 12:40:37 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f87bde38953c6be9af8a4fc8d280b54a1a6e8a8]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/28 15:25:26 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbff46217e4f0d3b1c15a46bf38a67dee2d485a2]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:24 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80cd27c2bba59446dde54759c0b473c8abc17e0e]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:29 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce0d35ebe7871a062c7585330072ca20cbd06805]

        INTEGRATION: CWS changefileheader (1.5.332); FILE MERGED 2008/04/01 15:15:23 thb 1.5.332.3: #i85898# Stripping all external header guards 2008/04/01 12:29:57 thb 1.5.332.2: #i85898# Stripping all external header guards 2008/03/31 12:32:06 rt 1.5.332.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70dc6574c5a1ba8eafdd8e6be4644cdc1c23f818]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/31 07:26:08 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7434bec87f9d45dda26b3e7c709421663eefefb]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:46 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a30c72eb707421c61a39032c260d1dc228aa994]

        INTEGRATION: CWS changefileheader (1.52.20); FILE MERGED 2008/03/28 15:25:26 rt 1.52.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9a8fc7823510052c1c3b1242f099eb9e135ec02]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:31:24 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a1ae6c2f8116d64ebee6d78e992d2b4cb7456a8]

        INTEGRATION: CWS changefileheader (1.29.10); FILE MERGED 2008/04/01 15:42:24 thb 1.29.10.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.29.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4d3425123d302c0bfcc3b92fa96a3200f8ee5a0]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 12:32:06 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac47214b4e3866896c8e914ed8070f4aa8a4587d]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:46 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d0bd0a01b1b769d6844169dd93649b4d5bf6e54]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 15:38:28 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8ceed95e99ba5285fdbb142024705fe3729a894]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 15:10:54 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:25:26 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04bd113e7ec588e72a8c9228e1ccb410f0deaf91]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/04/01 15:01:48 thb 1.14.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:01 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f37f14afdc3260ea4b22836ef3f55643b5fba1e2]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/28 16:31:23 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e7571dce88d123705dd8e8029e77693c78340b5]

        INTEGRATION: CWS changefileheader (1.30.168); FILE MERGED 2008/03/31 12:32:06 rt 1.30.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baa034e8db9c05d3ebb57c8b4b71b5e842b3e4b0]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ea6e693b8e31d7249a95ac9f9dfb0df6605a5c5]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/03/28 15:25:26 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb76e6a204a9ef103b32f067e33cd3f8bf998d82]

        INTEGRATION: CWS changefileheader (1.35.24); FILE MERGED 2008/04/01 15:01:48 thb 1.35.24.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.35.24.2: #i85898# Stripping all external header guards 2008/03/28 16:07:01 rt 1.35.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [593fa97550281561e9c414f6ea34c6996171c3df]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/28 16:31:23 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87c45fbb5bdcbd13ca4ab0a4852f64302a11105e]

        INTEGRATION: CWS changefileheader (1.18.92); FILE MERGED 2008/03/31 16:17:46 rt 1.18.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1034262314ed8cb5b8e7fc1d8dedbe69048085ab]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/04/01 15:42:24 thb 1.12.12.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a7ef768f8179402c655c7227f2960586378f324]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/04/01 15:15:23 thb 1.5.472.2: #i85898# Stripping all external header guards 2008/03/31 12:32:06 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [743ba25278df8770bfa462ba97314ce6c4226a58]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:28 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b09cc7acba06c659de092e16a32922406bb8d85d]

        INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED 2008/03/28 15:25:25 rt 1.18.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [103e97edd0b7a8d985728b85c0c589044bca0c4f]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:07:36 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cdc40410598330f1153762f0dedec6917bdd5cd]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:30 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb3ff920e179e33f3129ebe4fb1790a31529c179]

        INTEGRATION: CWS changefileheader (1.3.192); FILE MERGED 2008/04/01 15:01:48 thb 1.3.192.2: #i85898# Stripping all external header guards 2008/03/28 16:07:01 rt 1.3.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fe4d7e44debcd8364badd8f4567441e6e82ef73]

        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>  [cbb76da365f084e29f001a95d380910bdf953297]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:22 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2a4e8cd655dcb134b71fbe568d5227417f12815]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:06 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c251f6e7d2cbbb9afc7130fd5f81ac09d158dd1]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:38:28 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [262dc30583edba858304abfb7c6db712652b0d00]

        INTEGRATION: CWS changefileheader (1.20.92); FILE MERGED 2008/03/31 16:17:46 rt 1.20.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e63676dee2a3bc4d8890b39161c0daaa2cef07cb]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 15:10:54 thb 1.4.88.3: #i85898# Stripping all external header guards 2008/04/01 10:54:27 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 15:25:25 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [501653fefd33b8dc5e1e57ecd1cac2f863309357]

        INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/03/31 07:24:30 rt 1.13.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ae341e8a6603b5b4bc5dc1ceef515a9aa050431]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:31:22 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d34b547f8c5f8231fe2ec63b17d3e246d2bcd0b8]

        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>  [c43c8bef96273c2cd0f8f639e9c40c2ee245233b]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:42:24 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [436332e3357ce555570d13a34558516d3597a767]

        INTEGRATION: CWS changefileheader (1.15.24); FILE MERGED 2008/04/01 15:15:23 thb 1.15.24.2: #i85898# Stripping all external header guards 2008/03/31 12:32:05 rt 1.15.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [223310794da8af50420a2fb867e8081f601f54f9]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:46 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10292b1670e9b2fd61bbfa1939e939664f202608]

        INTEGRATION: CWS changefileheader (1.13.88); FILE MERGED 2008/04/01 15:10:54 thb 1.13.88.3: #i85898# Stripping all external header guards 2008/04/01 10:54:26 thb 1.13.88.2: #i85898# Stripping all external header guards 2008/03/28 15:25:25 rt 1.13.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63add1856f60384a9e0ec6733843f0a0bb2c1f05]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/04/01 15:01:48 thb 1.12.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.12.88.2: #i85898# Stripping all external header guards 2008/03/28 16:07:00 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [312109f36ed4bfadca7c56bee85ddedac4f73eb9]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/28 16:31:21 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7b1183997603edd7181b69579d00c14b04abb73]

        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>  [148a0722a492cdbc51152f7a23bd7fa28bf76018]

        INTEGRATION: CWS changefileheader (1.15.56); FILE MERGED 2008/04/01 15:42:24 thb 1.15.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.15.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5016ba8570a91a36725257b515fdda86e3c90761]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 12:32:05 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f28ac8879a712148287ccf993b8a89e6af1d9aec]

        INTEGRATION: CWS changefileheader (1.18.88); FILE MERGED 2008/04/01 15:10:54 thb 1.18.88.3: #i85898# Stripping all external header guards 2008/04/01 10:54:26 thb 1.18.88.2: #i85898# Stripping all external header guards 2008/03/28 15:25:25 rt 1.18.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [328e56f81953315c01d93f32008fce66e7314a83]

        INTEGRATION: CWS changefileheader (1.25.100); FILE MERGED 2008/03/28 16:07:00 rt 1.25.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1276a1ba6ffb500a99c7f52e127557eeefb860c0]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 07:24:30 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af29113ad6591d592a6b4d25620849a289ceaca3]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:31:21 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e0fc67310c376a2a735fa6977731b55083439e0]

        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>  [13edbb68d48a866ed72a4067bd1a86ed9bec6466]

        INTEGRATION: CWS changefileheader (1.14.48); FILE MERGED 2008/03/31 12:32:05 rt 1.14.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d391fe4a56fc4732d647fda08fc35905e1adde40]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:26:08 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccc7abe358a51f26d29404ea70612cc4b255f8f9]

        INTEGRATION: CWS changefileheader (1.27.50); FILE MERGED 2008/04/01 15:10:54 thb 1.27.50.3: #i85898# Stripping all external header guards 2008/04/01 10:54:26 thb 1.27.50.2: #i85898# Stripping all external header guards 2008/03/28 15:25:25 rt 1.27.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a64ebb2d1d12d825be6d15c0945885993eaeaf54]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/28 16:07:00 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5016ca66972b95ea3009a67fabef32531b5494c4]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:29 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecb34eb06f9ae6c26557ceaa295af9e3f3ab5946]

        INTEGRATION: CWS changefileheader (1.17.24); FILE MERGED 2008/03/31 12:32:05 rt 1.17.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bc5a737f3973c1f76a2e0f73e78eda3f2ee87dc]

        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>  [4cbb17cba4cfd559412877c6b4b811d8e3cd3463]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/04/01 15:42:24 thb 1.13.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21444473c665d7e47e39bb87b74b5c7787a05db3]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61cf99053acc96636d4f829bb359e264230c9c83]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:31:21 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91ac60886c35643fd3abb5f7bbf828e0eba980a9]

        INTEGRATION: CWS changefileheader (1.11.50); FILE MERGED 2008/03/28 15:25:25 rt 1.11.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac8bb576a29c4eb7af5fd0c85b1c784d69e2fa7a]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/28 16:07:00 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f177b6a71baf981355a0a5d415cc738aa5bf1119]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 07:24:29 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e2a863e6351149f1425301e4006292cc36fec87]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:27 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [024a3301cbfe0d532fd534c1921f0e762a2ddc15]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 15:42:23 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74b07d5718ea7a748c1a4582a6dc8a9326493cc5]

        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>  [ba3a04799275cec584c8be0feef64047dc04edab]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:31:20 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28746efe77027a4b032eca00c38f221a96d3b631]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:46 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72ec4e2fa8cf3fe3ebecce16d8d1ec132b696d40]

        INTEGRATION: CWS changefileheader (1.32.36); FILE MERGED 2008/03/28 15:25:25 rt 1.32.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fe2ec65d27634724f8ca8b38218ffe4bc7cb059]

        INTEGRATION: CWS changefileheader (1.65.96); FILE MERGED 2008/03/28 16:07:00 rt 1.65.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9113abeb4819f9a5f1689c732339f595c3757959]

        INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/03/31 07:24:29 rt 1.12.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f36eae19302ed50f6c776efd237b3b5ba368b178]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:27 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1756e4d018ac13d75a0dbb6afadc2bd03c211b63]

        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>  [17e1f651692d70ae662174063b2a6a7d6428f0eb]

        INTEGRATION: CWS changefileheader (1.23.168); FILE MERGED 2008/03/31 12:32:04 rt 1.23.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85bceab4be0cdbc808b8fcffbed1e4d63be3453a]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/04/01 15:10:54 thb 1.14.88.3: #i85898# Stripping all external header guards 2008/04/01 10:54:26 thb 1.14.88.2: #i85898# Stripping all external header guards 2008/03/28 15:25:25 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed9326e2a0b9bac4705417f6f4444d5b3170d465]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/28 16:07:00 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [676652d1172f1ec2d7056c51dd2c2ac57d9e0f37]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:29 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce6e175818f1415ec0f9759c6a5206e7ef29edcb]

        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>  [29ada5ab77e4628aa376484aea1814536a80e77f]

        INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/04/01 15:15:23 thb 1.4.222.2: #i85898# Stripping all external header guards 2008/03/31 12:32:04 rt 1.4.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [113782dfbdd1bc0870cdd4c540ecfcc72156be7c]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/28 16:31:19 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f74829d17666ad57d790dacd1edc4a5e2f8b6e66]

        INTEGRATION: CWS changefileheader (1.6.192); FILE MERGED 2008/04/01 15:01:48 thb 1.6.192.2: #i85898# Stripping all external header guards 2008/03/28 16:07:00 rt 1.6.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ee052f993fae32520926e4fd90cdf25ce1f9cde]

        INTEGRATION: CWS changefileheader (1.30.22); FILE MERGED 2008/03/28 15:25:25 rt 1.30.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4019d42e52890abf05ac57534e98e7a0448e03e]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:28 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc3c66c6165474df657cd678f191c536ab0a0075]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:42:23 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b7c105d27f17980c2fee4172e5f20fd133b97bd]

        INTEGRATION: CWS changefileheader (1.3.150); FILE MERGED 2008/04/01 15:38:27 thb 1.3.150.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.3.150.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.150.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7ec4e0c246fff82b4ad80312b70f32f8d2dbccf]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:32:04 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91ece1914d8d0ed1a941057f99b9cc1356ccba5f]

        INTEGRATION: CWS changefileheader (1.15.28); FILE MERGED 2008/04/01 15:01:47 thb 1.15.28.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.15.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24b22a4343367defd7ac69620c5f49206d91aaea]

        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>  [218e6cc0b31f950891c4f9641312763197062c2d]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:28 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9468b43bc0045ff5e8e197e09822ca4cac68ded6]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:46 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [211607340b87ad64daab8305d243313eb237894e]

        INTEGRATION: CWS changefileheader (1.12.66); FILE MERGED 2008/04/01 15:42:23 thb 1.12.66.2: #i85898# Stripping all external header guards 2008/03/31 07:26:08 rt 1.12.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52d3826d43a4edbed673216170820d5fa355b381]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:26 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:36 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4805fb67147343f53f6acee051fb29403a93b314]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/28 15:25:25 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e58ac45fe8af32de9be2037d6efacb23bef95aa]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/03/31 12:32:04 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdd8e8c5727a602d8ad34c2b8967174fd68680ed]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:45 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d42b56204f38d16930d47711e70756f916e1f963]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/28 16:31:19 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdb1e051a8bb0c34fa6b827f371008823fdeee7e]

        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>  [be0348520fe73c7c584b2703a0aee4f6ac3f507d]

        INTEGRATION: CWS changefileheader (1.3.284); FILE MERGED 2008/03/28 16:06:59 rt 1.3.284.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ced8e45636ac85c179bd03fbca727429ffdff7e4]

        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>  [b78ea0da7b6fe079c91a17022557181578ffa508]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:45 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43c8c574f10bef99653f262e8a0b090c69f7ddd6]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:31:18 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff53a6cc022de22fa21ad6fe65f0d9ed604a765f]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:27 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d9ebf09f1d6ac07e6981e2d46c18c96111ad32b]

        INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/28 15:25:24 rt 1.2.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d0b962ee221b2d1419c1676fe2747a590b8fe1a]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/04/01 15:01:47 thb 1.8.88.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdce463f590969766ed883993b7df9801ed8d72e]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 07:26:07 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99f6bd8259d22cecc01086cc7905f39a68e35a7e]

        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>  [135b90bf737bb64e8120e7b72b490dd3921b5c38]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:45 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19a7bc981a1ec312bfac79173e4a852ed4398b68]

        INTEGRATION: CWS changefileheader (1.5.192); FILE MERGED 2008/03/28 16:06:59 rt 1.5.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [752f71cf3f5079e1cd9231c2925a8eab2d8d80ac]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/04/01 12:29:56 thb 1.13.24.2: #i85898# Stripping all external header guards 2008/03/31 12:32:04 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29a8d5c3c535380cb7ac3f0ae1338be477b2da46]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:26 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d9b53224e3556d028212763fcc8ae7975e57f15]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/28 16:31:18 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d1af0c912661f1c3c4f583dfb925df945040f4e]

        INTEGRATION: CWS changefileheader (1.11.78); FILE MERGED 2008/04/01 15:01:47 thb 1.11.78.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.11.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe0cd2efb999bcb4661e7b6d6f62cbbaa69b0768]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/03/31 07:24:27 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2089548cf83e251a9fbbd101986f7430f3eda0d]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/04/01 15:38:25 thb 1.3.258.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.3.258.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c866133d44db4d189bb084be387765c4bdfbebab]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/28 15:25:24 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d5d63b0c245eb1097491df5cb84205d2b4a32a7]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/31 07:26:07 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80e5d3c9849924a5faaf6f61b33a6f87bd7d0db8]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 07:24:27 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2518ce13a62f3be26ce062a6487d8aaa536f1e5]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:15:23 thb 1.2.372.3: #i85898# Stripping all external header guards 2008/04/01 12:29:56 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/31 12:32:04 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [198bcc2c30f17f6ad3a10332f1facde54a2a8ec5]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 10:48:39 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [986f08a0f5805d21bc28772eadb99eb27d6e566d]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/28 16:31:17 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [371b19dec8e89f56901eb785abdf632115d59cf9]

        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>  [8bc2feebd414b82b6b80a795b8bf30bbc424c1a5]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/03/31 07:26:07 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6236f204329dea1e1676b4dcfdfbb283e2a3996]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:45 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2f8163d1b16c605d58b945335f98d028da587e8]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 12:29:56 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 12:32:04 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0342df2d1413428ce7c2bee99dc352637120ac6]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/04/01 15:01:47 thb 1.12.88.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.12.88.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [869039b57b2d8d4642fb71369295fb8b0235451a]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/28 16:31:17 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04e109c724f79bb6403df6857c953ea8e2d58e94]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/31 07:26:07 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85d87966f216484b3e3b08b98aab0ad7d71bf955]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/31 07:24:27 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0300d4110006d7475dde49e42c7425ce548f4666]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:45 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14758d781ee93069c60a28cf3498eb6a33ac6a83]

        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>  [41fd6ba9b193c4ca841942d7b4779f18f422dfc6]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/04/01 15:15:22 thb 1.4.24.3: #i85898# Stripping all external header guards 2008/04/01 12:29:56 thb 1.4.24.2: #i85898# Stripping all external header guards 2008/03/31 12:32:03 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82fb05a227cb7eea484b0df6eefc13a713fa0c66]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/28 15:25:24 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4baa4283b0f633611cb3435d6778d3a973952ca3]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/04/01 15:01:47 thb 1.12.28.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f426c6da17038690280122d37b7e5f89d0b9d556]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:25 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dac012fbbff7ee9520b836895af6d29ed221657]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/28 16:31:16 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2764a755b71b008d309859adde37a6e90b45ce9]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 07:24:27 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388210cf6ec19891315659008ef4545b77066d4b]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:26:07 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e063491d04bb28412dd3b370d3964c07375a91e3]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/03/31 16:17:43 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c91e253e64db5b062bd9042bac4b520d761ed81a]

        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>  [c75d556a766f1953d7f9a377bb660301eac955bc]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/03/31 12:32:03 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [061acf214956e6114c93ea21c38ca5bbdd59c1b2]

        INTEGRATION: CWS changefileheader (1.77.26); FILE MERGED 2008/04/01 15:01:47 thb 1.77.26.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.77.26.2: #i85898# Stripping all external header guards 2008/03/28 16:06:59 rt 1.77.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6eca068ee05a59a1de7e470ecfac37bf0cd46c2]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:31:16 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [204f4728ca6736f7554f1b3e13192802bfec231d]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:25:23 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77f67c9ddc30e80f00a4e2d4f3e9e5940c19ce3f]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:25 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8909d16a02c68b46ea3d5bd2080320df3dd79da7]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:43 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed5aebeada050bd6331a02460b8ece6ea7f50aeb]

        INTEGRATION: CWS changefileheader (1.6.314); FILE MERGED 2008/04/01 12:29:56 thb 1.6.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:58 rt 1.6.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3967a36f4973712338a89c6052784d15d5785918]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:31:15 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97b3863c5a74f16df244db66c429d1d30874cdbf]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 07:24:26 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [662c4be1185c753131e70d173458906680065bb6]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/28 16:06:58 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3746c3f713d5a944a0bdef5553c1d1fcbef95963]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/28 15:25:23 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c12cebd92cee758feee84895c4fecf440053da9]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 07:26:07 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [524e942683f05bb9b63c604e1e915a1f903b5453]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:43 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [145fd4ba9114c35763ff25f6687c42379d780fa2]

        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>  [e3850975a3cb831027205f29ea1695c1fabf1088]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:15:22 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:56 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:58 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [086e1d7bca336e5e6833e6851f2cc1cb9ac8f423]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:31:15 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e374500d38c40256ca346ca0ea5e88e4cdc1f106]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 07:24:26 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ed94ed34971d2ff0155a0728b8e6a63532aa32d]

        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>  [1eb155d48c79acd2882eee79bf43669328c84559]

        INTEGRATION: CWS changefileheader (1.2.166); FILE MERGED 2008/03/28 16:06:58 rt 1.2.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5000d4af278fb2ee98a3e62951ecfd3fedd1ad78]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:43 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efd2a7a45e0655537d23b241da869acaf5f72db7]

        INTEGRATION: CWS changefileheader (1.5.380); FILE MERGED 2008/04/01 15:15:22 thb 1.5.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:56 thb 1.5.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:58 rt 1.5.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9017bcc0670ec098616cf1fee1ce82736f3457a]

        INTEGRATION: CWS changefileheader (1.2.90); FILE MERGED 2008/03/31 07:26:06 rt 1.2.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a487ebb0d49af94b188b4b3910189af64500d286]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:26 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2743d0725f0619d3234eb654a0b7503c47846b5]

        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>  [ce1ddc737920049425e1b9811a93ecc46ab95466]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:25:23 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6c31ab872941feea6b875bca02766f7e0ecb3a6]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:46 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:58 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51daf1646618b9d915d866392ea30f3294413e33]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 15:38:25 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52587f097a3815d2875da194d365b2ef2d95cbb0]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:07:35 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cce9659bde36f2b4c1a22159033a92917168673]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:43 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [089da55ee5acbbd39a521fbf72291b557d524b62]

        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>  [169bdb6c083b300f9e3b7b8691a219de972b1523]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:22 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24d3355c5235f9e2d2c2c45ab095d2424e8f1213]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:26 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc813566b664ffa54213b05f7c96fa7923d507eb]

        INTEGRATION: CWS changefileheader (1.1.96); FILE MERGED 2008/03/28 16:06:58 rt 1.1.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c4f0de2970b1df33a75386030a11ccdfdf21580]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/28 15:25:23 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [960b8fdfe108e8a5a4bbcac45e061096a7a78ab8]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 15:38:24 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [625bec391e6897efeb3d7ae3fb041d419d096445]

        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>  [1038815d24d9829e208d9ada521e5bb223f3a567]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:14 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6427f0ad31588ea04adc5062a1f3bbf0bc416dff]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/04/01 15:15:22 thb 1.4.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fa77ff830c90ec5241db035fe924903a8efa790]

        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>  [b137dc4a0008c9d970e6ab0db4515f39e3fbbc59]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:24 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e7eb950b808d1b8e0bb08d13eddf959b51dae9a]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/31 07:25:47 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b61996252285b12cf59e6f2856d6d92bbccb339]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:31:14 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06a067a735a121e413d949bb4812f46dfd412f46]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/04/01 15:01:46 thb 1.3.24.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.3.24.2: #i85898# Stripping all external header guards 2008/03/28 16:06:58 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21b8cfb5d152132282dc3c246dfdc89541000d7f]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:22 thb 1.5.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [104c29253aa47e88bc2d3ff6962b3a78cf0d5993]

        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>  [bcaba65c8a6bfd3423292eee163cc8b6aa4e6d40]

        INTEGRATION: CWS changefileheader (1.11.32); FILE MERGED 2008/03/31 07:24:26 rt 1.11.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [614474aa0789cefedf7d39819e3e4b98f2230527]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:43 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [526a7d74e4316149ab0d9c3b2a0a264cd853b7f5]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:23 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c5fa7899c11bf6cf89e856d8afb61ec507337e5]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/31 07:25:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [854d1553d071ea3a341ee78b70d6ad2b3ed9c3fb]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:31:14 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e57eee9f16aa10dd58da8ea4b74f432e9b777e7]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 15:15:22 thb 1.7.70.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f46f4c43ebc7e48c05a8f14ee5a5d1ed86cbdf5]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 10:48:39 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:58 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [796d6337a6739510bc316f3542b1f63cc0d01b2e]

        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>  [d808c52fc73297d8bc69b4e171837dd41448cd95]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/31 07:24:26 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f0b906b06fe538142fc0921be8215e68e244c28]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/28 15:25:23 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d322052a277e74b53d1323f64add7d2c17407f0f]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:38:23 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:37:56 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5f576dcac68552619424f560a49cacd80935ba4]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 07:25:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30c2eccb8ba3051f0a340033ae19cc770730b09b]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/28 16:31:13 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc4dd3d61f0708d0074c89f2145ebe0041c975d2]

        INTEGRATION: CWS changefileheader (1.11.70); FILE MERGED 2008/04/01 15:15:22 thb 1.11.70.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.11.70.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.11.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e13dbca1ade85011890dd3991f61075c6323f41e]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:46 thb 1.2.102.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:58 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [461da52c1ae2d1c7e21daa1d53bb46a52657f954]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:26 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d27a20315bc7b471d1c9f2aea5b206ebaff94d33]

        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>  [feac75c2b96a4245d809c7e9c20455326951ec5a]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:43 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d255745dc1c402c8a3f6fc7b7cdab42a36343882]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [389c477da016fa5502aa41f113d41fef4049104c]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:31:13 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2548a2d9ef5748091718a82a46a82ad51983fdeb]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:46 thb 1.2.102.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f74cd507534e8068020ca3713037f9b62105216d]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:21 thb 1.3.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:57 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcd0cc3dfa659b590a0482982f8e26c994e3d28c]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 07:24:26 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2220ac063f911bfd75b128c35dc9e15bc4c788b9]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/28 15:25:22 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86c7b33427b4592b833201b814a7a8fd0995d486]

        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>  [64884693fb33b67f016ce80ed52b6590baf4e5d4]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/04/01 15:25:19 thb 1.4.46.3: #i85898# Stripping all external header guards 2008/04/01 12:34:29 thb 1.4.46.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d82668ae0e2cf3a9e82977c94ba47704dc08b19]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 12:29:55 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:56 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f5600aa7480865860a56a827a8fa5e4ea1b79f8]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 10:48:39 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b6764802fc0ab891724d2052ee000cd31ef9b90]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 07:24:26 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97dca6a1a0c4650d374a6f1c9c466934e4cbac2e]

        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>  [c03ddce702f8f63203a4296c8d31605b9524d2f2]

        INTEGRATION: CWS changefileheader (1.31.6); FILE MERGED 2008/03/31 07:25:46 rt 1.31.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5aa2614d2cc273b1bb33e72a2e1e7a7f9c714d8e]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:31:12 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09867381cc05ff089aae273481606ae1e5079bec]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/04/01 15:01:45 thb 1.3.24.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64449229585a00dd62887548a9685ac55eb8f77e]

        INTEGRATION: CWS changefileheader (1.8.168); FILE MERGED 2008/03/31 12:31:56 rt 1.8.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4d670263c20380c2433ff2a6abd7f12d26d6a5d]

        INTEGRATION: CWS changefileheader (1.17.32); FILE MERGED 2008/03/31 07:24:26 rt 1.17.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fdf4c5d2a6a0650dffbbfcf0ab8986e1ca3607d]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/04/01 10:54:26 thb 1.6.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:22 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5ef0c323b45d2599de2d4f0269d9b1bcc40f9f8]

        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>  [0fa4dc553ae3b365fc21de1f170685bb094de4ff]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/03/31 16:17:43 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8056e03ee217ce4402c1d1b3b4d189cfd5ffadfd]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:23 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:35 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa3fd6d036c59f8c41f48499d26b857c8dd31b5c]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 15:15:21 thb 1.4.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:56 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1e8285d8a98f561ad28bc4b2cbe71ec71b66d76]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/04/01 10:54:26 thb 1.7.102.2: #i85898# Stripping all external header guards 2008/03/28 15:25:22 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73e20a0441f774d7ce5f1cca71ab7fd77aaf2171]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 07:24:26 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af8855683a2a4031e0b3a70845ffe93855df1e99]

        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>  [dc4d678ef389089e386986db0961efd07ea2380f]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:22 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e6a429c623d158455d69ee0d828bf434b1be122]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 15:25:19 thb 1.4.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f5a6c736ea0bf96922b97c2c31eb31a01a822e0]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:31:11 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ceefac3a62e579a820cd2c772fcefb706ae0c779]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:45 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df49c3015bb90a6e7d9e823acccecaf8c8ccb1ee]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:56 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd86dc815f19c9f611b3e57163c8c706ab191a2b]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/04/01 15:10:53 thb 1.9.102.3: #i85898# Stripping all external header guards 2008/04/01 10:54:25 thb 1.9.102.2: #i85898# Stripping all external header guards 2008/03/28 15:25:22 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [655a25f452f54a6c26b15805f658fba32ed288e2]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 07:24:26 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfffbad139da01c01bb998a1919a543a2fce3cfe]

        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>  [5ef4eeb953ffbccceddf1c331704df0b34aaf6e3]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:43 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dce59f738054e0254bfcb88f3e1c8c177ef4e407]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:37:55 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [209b4a86fd367f5de0746c0c5a243a990ea18fc8]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 07:25:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c1445ecf4e51331bd42e93beba9b53deab10a6e]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:11 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0adee3b95db22bcc0e9c799ae0e02314b7834141]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/04/01 15:01:45 thb 1.3.28.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75658f4c290751544e248e00afb598f00c1a5b7e]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:15:21 thb 1.10.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:55 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:56 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce394e20bda020a9af0f650c901776e798f10fd7]

        INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/03/28 15:25:22 rt 1.2.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6539d1e84993b579181c06fb0de17184fb1b1ab8]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 13:37:55 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2238168ed31775b3b2e071304535c811f2af76da]

        INTEGRATION: CWS changefileheader (1.15.92); FILE MERGED 2008/03/31 16:17:43 rt 1.15.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a8ff328ba761904e9550af07c8013a81131324f]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/31 07:25:46 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cba938eb5f8620bf9b1df97ae5500e592f56bfbf]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:45 thb 1.2.102.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51490aa4acc951f7829aee2a6e452e803633de05]

        INTEGRATION: CWS changefileheader (1.6.314); FILE MERGED 2008/04/01 15:15:21 thb 1.6.314.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.6.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:56 rt 1.6.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56a8a7f5b5305c305e167382647aa42da39b039f]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:31:10 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1d37597c2d5aaa61f0f0ae3140f9e10287d0f2d]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 15:10:53 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:22 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d1bb1e6ae3d7d73cef54fb3818cf0edf717a624]

        INTEGRATION: CWS changefileheader (1.3.212); FILE MERGED 2008/04/01 15:38:22 thb 1.3.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.3.212.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.3.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8911660d86c84df6277569894d083345bab8a7b]

        INTEGRATION: CWS changefileheader (1.17.92); FILE MERGED 2008/03/31 16:17:43 rt 1.17.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [577334decb10bc057ed9076d5b4eedeea36185a9]

        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>  [5aa42f62da0312f5dd5619a5a0123231629b7ba4]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:25:18 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [270f66a666a41ff199628526fb70f9d9b0dc91c4]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 15:15:21 thb 1.9.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:56 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6e2aa3c6e98daccd801d78043dd9a8e837fbb19]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/04/01 15:01:45 thb 1.3.64.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.3.64.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd6c0ac4bd69370f654baddd1035b51f1859ed08]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:02:38 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/28 16:31:10 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a6ead3e5e84e55fe4f303d74863e83fd19fd937]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 15:25:22 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [945a6e0289fde89ef4ad5b4b68fdbbc9ed4963f9]

        INTEGRATION: CWS changefileheader (1.19.32); FILE MERGED 2008/03/31 07:24:26 rt 1.19.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdfd5be99b12c733debabdf1e74276da0f620f9e]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/04/01 15:38:22 thb 1.8.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.8.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf9cbad77674b6a35b5675cb8a37a1c53b8f403b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/04/01 15:25:18 thb 1.3.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0260f7beabf6375f3789cc046acaa0ff12d6aa9]

        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>  [2114dd2d08226d5d713af7b7c0901750a51d3904]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 10:48:39 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77cfd90d48ca8efbc8a5ea09a0f25426b2e630ac]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/04/01 15:15:21 thb 1.7.132.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.7.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6823f3f52b38d565b3e825e06aff95b7750132f6]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/04/01 15:02:38 thb 1.12.14.2: #i85898# Stripping all external header guards 2008/03/28 16:31:09 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd741c8b288a05e74864aa4631efe3ceb1f98904]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/28 15:25:22 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03a83ab012f1befd39b630ab43b2c86b5016bd14]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:22 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b85dd7fc5e105a35f45059466eaf194473c2f556]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 15:25:18 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fd2fcafe1accd3004238a71b5c4d7545d4b66dc]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:43 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1942f9b915882be512da9a6e7941a4bb1cc5417]

        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>  [a30da2a8354078cbcfe81435dc97e9af0db69890]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/04/01 10:48:39 thb 1.4.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:57 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [262c7796e3fd0d63e3740eec2ea9d9718f48c4fd]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/04/01 15:15:21 thb 1.4.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [160bcbe91bfe0a9d26c5bd99ac3608c6e0d7341e]

        INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/04/01 15:02:38 thb 1.9.100.2: #i85898# Stripping all external header guards 2008/03/28 16:31:09 rt 1.9.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1737f1b4aef94784a0f378178f7237b61b829676]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:25 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4396243004a2973c4c32cab60a8136c3239d8e6]

        INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/04/01 15:10:53 thb 1.8.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.8.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [199bc1dfa1a902d16e7c74a82d94a24709d5f157]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/04/01 15:38:22 thb 1.6.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.6.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fda04f09bf6d2531f464bc86df9c52617f55df5f]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:43 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a741ce0c8d95412b453795924abd680f5f148efe]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/04/01 15:25:18 thb 1.4.46.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de00cd7349ebe690df034be2e511d122512e29be]

        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>  [c3efcfa8d21aa9fecab5023d16e94e28e54b4fbc]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/04/01 15:01:45 thb 1.3.64.3: #i85898# Stripping all external header guards 2008/04/01 10:48:39 thb 1.3.64.2: #i85898# Stripping all external header guards 2008/03/28 16:06:56 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [714c033dc0872217fdfa64494491de2117435aae]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/04/01 15:15:21 thb 1.4.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.4.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b94ca6a551e343c3b8d17a390974764464470101]

        INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/03/28 16:31:08 rt 1.8.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c5d686bee89b8b2a805720e8a02fa0fa594b15f]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/31 07:24:25 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb28e11dd026496979e7e68faffbf4446cfeb306]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/04/01 15:10:53 thb 1.6.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b64ad1dc5bab3be0d6944eb5e6a655413ea88fd]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:21 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8af5a41f700af9c4f900085b717483103e8ef711]

        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>  [25842cbea57a2c90521dbcfe12535cb44e60bad5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 15:25:18 thb 1.2.62.3: #i85898# Stripping all external header guards 2008/04/01 12:34:28 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cd3c94eaf95a1b0ea98228b545aa6e59015b21c]

        INTEGRATION: CWS changefileheader (1.9.132); FILE MERGED 2008/04/01 15:15:21 thb 1.9.132.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.9.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.9.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ad1d381db7810c42f53fbb1f0890d929c3ecc76]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 10:48:38 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:56 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60f03f35cec34138d86c3ec8952cafa4873ce06b]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/04/01 15:02:37 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/28 16:31:08 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f7513116503336d4ab9069d79c1757291132096]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:25 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65af7c1bb97997f06aa64ccd7ec9787cb2503a46]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/28 15:25:21 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d274c402a2e3969c4f06bbeec2671147bda5b9c3]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:38:21 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b91524579a4870704d7a7c190109a834e7e916d0]

        INTEGRATION: CWS changefileheader (1.15.92); FILE MERGED 2008/03/31 16:17:42 rt 1.15.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d237c4741d4d98d87566a74bc892de7620a1a1f]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:07:34 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4af7450a9d1796f66fac64282fc3bd7a29a0373d]

        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>  [71bbb692a98a0ab3af036df67defd3dc69e5d336]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 15:25:17 thb 1.2.62.3: #i85898# Stripping all external header guards 2008/04/01 12:34:28 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [105203734208b46c3c680e00c3e2fab60bbee385]

        INTEGRATION: CWS changefileheader (1.29.48); FILE MERGED 2008/04/01 15:15:21 thb 1.29.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.29.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:55 rt 1.29.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d4f9c6ac0ec4f258ea91176eafe39031341f56f]

        INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED 2008/03/28 16:31:07 rt 1.2.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f979be737da0671a2e3ef22a7e1fb91eaebad54a]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/28 15:25:21 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b75f5ef0c4fb3ae735705ade5425c7d936c4993]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 07:24:25 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [007b61978c0e5bbe713b3eb2e6c61ccf2f8ebd7d]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:38:21 thb 1.3.80.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12a5911a78446bad4156e47293f24b52b8866d41]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:42 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9744e51bf3bdae2c89bd6e66a3ea39119d59eebd]

        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>  [6095f01db25223d979afd0991520fa7e28328b35]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 12:31:55 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [717014aa62c4467190a773f597ae0a06b32dc858]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:44 thb 1.2.102.3: #i85898# Stripping all external header guards 2008/04/01 10:48:38 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:56 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f482345f8d27c27e01e22017ee3f96897d3ef65]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:02:37 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/28 16:31:07 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af7df94a9bd11ee6a084b3620941765c902909aa]

        INTEGRATION: CWS changefileheader (1.15.8); FILE MERGED 2008/03/28 15:25:21 rt 1.15.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d685aaac2047faec9241918b03138004ce5f825a]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:38:21 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa52c7c4778f1e78e5f1ad98fb64bf870ff05ceb]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 07:24:25 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c07d7788845567ec9ce81276f20b8915736a2970]

        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>  [7026772ac64089d26f90868817d43de103833f04]

        INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/04/01 15:25:17 thb 1.6.6.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.6.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d09ecd06227c8275e656caad0b335b8def91e56]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:31:06 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7685e4ec40e9e0d9acf09be9ac586117ec9c3fc]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 07:24:25 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d64e64a0e6650bfeba24e19aad69055ed8d5835]

        INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/03/31 12:31:55 rt 1.7.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0bcc4f8b75837afd0f99a7b0fc5bbbf9b950558]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:10:52 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 10:54:25 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5eeabc433d77bb36bcddbf45f22461a16f683bc5]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:17:42 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08f6fa7ba25f85a3f7f73440e8db60317ab4b62b]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18a318b7118d8a413f6aa6bbb34e9a9a587155b9]

        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>  [20fc1b7f7e759edf00f41833fb904f9c29f54b3b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 15:25:17 thb 1.4.62.2: #i85898# Stripping all external header guards 2008/03/31 07:25:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [736d1d7d60f6925f696f685f584724886d92b464]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/03/28 16:31:06 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab3173764136042ec9e9f1c3970d2ca62a4b077a]

        INTEGRATION: CWS changefileheader (1.18.32); FILE MERGED 2008/03/31 07:24:25 rt 1.18.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6361d121531c42ebd6712052c80b237d39e9aa59]

        INTEGRATION: CWS changefileheader (1.5.380); FILE MERGED 2008/04/01 15:15:21 thb 1.5.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.5.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.5.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a09809bd15974fd590a2b0b00fb6a9bc6df4e1e0]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 15:25:21 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16ddc9cdb3ec9352bfa290483d3e2a33ce5d8633]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:20 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b38a2fad2e772c30d08f50d9f671c9b0b109069b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 07:25:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5f6b9919bbee1b6b7061cf50b733cfd47135339]

        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>  [d3a032ee30192f669a2aee41de1da2b1a29c2e15]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:44 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:56 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9035296c39adc8019c8cfc59a6c3db4a08ea9158]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 16:31:05 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a323d3befb54b7584fbb840dc53c299e3df3781]

        INTEGRATION: CWS changefileheader (1.16.32); FILE MERGED 2008/03/31 07:24:25 rt 1.16.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5af8b57c8950436fc3435e4b012582311ea864d7]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 15:15:20 thb 1.9.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc1e07f163ac13d75f42c88e17ce60af9c7282f2]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:42 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d22e3644dfb8b94f1053a9a68cd54b39ad1d3f2f]

        INTEGRATION: CWS changefileheader (1.19.56); FILE MERGED 2008/04/01 15:10:52 thb 1.19.56.3: #i85898# Stripping all external header guards 2008/04/01 10:54:25 thb 1.19.56.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.19.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86fd55a31fe00c4e7134d8d197d5f908fcd0a95d]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/04/01 15:38:20 thb 1.3.258.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.3.258.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [748522ad963eb3b4534bb149d300287b397e2dd3]

        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>  [680e10f5a1bff7c597ef9fac479da0ef0c372c63]

        INTEGRATION: CWS changefileheader (1.16.84); FILE MERGED 2008/04/01 15:02:37 thb 1.16.84.2: #i85898# Stripping all external header guards 2008/03/28 16:31:05 rt 1.16.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44976f8bd2f88f63dd31f4075bdf5e81addee90d]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 07:24:25 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fa355602ee5817cf51bea1431f5ab53fa1da27c]

        INTEGRATION: CWS changefileheader (1.2.140); FILE MERGED 2008/04/01 10:54:25 thb 1.2.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.2.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [300b6ccc2a8296d0fb1a9b92b32ee9cfafa959a1]

        INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/03/31 07:25:38 rt 1.7.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2afaa5233f4fb08c318a00b837e1d22f66d778d]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/04/01 12:29:54 thb 1.4.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2777ed1f8aeec6298e24ed7d8a5da6e855e36748]

        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>  [256a5b46618fbbf099d70a36b9dbb073e99c9533]

        INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/04/01 15:02:37 thb 1.8.170.3: #i85898# Stripping all external header guards 2008/04/01 10:49:07 thb 1.8.170.2: #i85898# Stripping all external header guards 2008/03/28 16:31:04 rt 1.8.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [733b159df2a1355db4f633fe75f244a2ec3afe06]

        INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/03/31 07:24:25 rt 1.12.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f58feb2249970dcceda350b7b0bfc9f0c9bf1bb]

        INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/28 15:25:21 rt 1.5.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e89af021da8770afc00ea61d0d28a8bda00cf7bd]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:15:20 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:54 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c11450796df883401bf63c4d35979e549ba83922]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:42 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c7fe827b48082b7a1ee55d1a5d4ceb0125dbd04]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 15:38:20 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d655c1ff92e22dc4c93612f30e775dcf5025d8c]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 07:25:38 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b06083a396b54bdb10ca2c4b45576e0dea4134a7]

        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>  [7092d52634b89bd5869fb8f718c99e8ce47d1126]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:06:55 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8da6f35742ed6a294bb4f40bd8a5929c38639e9a]

        INTEGRATION: CWS changefileheader (1.14.100); FILE MERGED 2008/03/28 16:31:04 rt 1.14.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2b651ae61d79ddcd569013ec4411a45d1dd381d]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 07:25:38 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58cd6804b140cfa8b91fc04983f8ae1b0813a90f]

        INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/03/31 12:31:54 rt 1.4.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2020dbe073d2f53f599fc55fd62b57defd247c40]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:42 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d365679a7ea90046d6343fc7cabec5e5ef03aadb]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:01:44 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/28 16:06:55 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10f9a29873469eb9f044c07dd6714828e4b88b7e]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 15:02:37 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/28 16:31:03 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b8a19ba2182f11ba0cfae1353888d1762270d62]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 07:25:38 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [273b888b76d52f76a85cd915529f9350d5886a55]

        INTEGRATION: CWS changefileheader (1.29.168); FILE MERGED 2008/03/31 12:31:54 rt 1.29.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3af3c6fb620269dd659ef527d60b128ec07e5664]

        INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/03/28 15:25:21 rt 1.3.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbadc7e2e784fcfc20e51338faf4e6474c4bca85]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:19 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16500a9d3c30e5142127c2f4d0f1b64b1d6a0287]

        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>  [63ad68c773b8141d2057e64681de99d1796e2343]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/04/01 15:01:44 thb 1.4.6.3: #i85898# Stripping all external header guards 2008/04/01 10:48:38 thb 1.4.6.2: #i85898# Stripping all external header guards 2008/03/28 16:06:55 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57cbae95d4482c788e9c493d25b5a6b443863c60]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:31:02 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dfc60d81d7a6e828f638f16a5d5a38708f5837b]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/31 07:24:25 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52c3c45f6224ef46f444113b6a6c6c0b8d35eb31]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 07:25:38 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef40af55017fde012c8d8f6d3b057b2cdd83b4d0]

        INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/04/01 15:15:20 thb 1.6.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.6.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3e0c140e700e71a78c5b30c94986363a6772212]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 10:54:25 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69c018402898343fdb6aee6d96ef9f93cf67aa47]

        INTEGRATION: CWS changefileheader (1.3.212); FILE MERGED 2008/04/01 15:38:19 thb 1.3.212.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.3.212.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.3.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7e9eb8b8d8a88aeef8820ea18005bf5cdda70ec]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/04/01 15:01:43 thb 1.2.102.3: #i85898# Stripping all external header guards 2008/04/01 10:48:38 thb 1.2.102.2: #i85898# Stripping all external header guards 2008/03/28 16:06:55 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b2fd7cf795326cec8a87b2c3527e88385cb8368]

        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>  [53d524ab6c770c53a73d842e4742717fafbb0052]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:31:02 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a262f9f1b3b8cbff61bf943388914f223d98f44d]

        INTEGRATION: CWS changefileheader (1.2.380); FILE MERGED 2008/04/01 15:15:20 thb 1.2.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:53 thb 1.2.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:54 rt 1.2.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87f6c8c74b8b320effeb029c05889029f15d57b]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:25 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [974092e52754830c42de50064804e9db84c92c3b]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 07:25:38 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0417de7aa13f6be36172ae3459b88e4f288e27bc]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 15:10:52 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 10:54:25 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64b425c93d7f44b0c694c4282d8117e3b9191156]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/04/01 15:38:19 thb 1.4.68.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.4.68.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e327baae0579fc1450401d4a0c664ba9bf741dbd]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 10:48:38 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/28 16:06:55 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1379f2cd984639feff16a52a24bcd42f7d760682]

        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>  [5d1bd9670436bf03147c1f6025deb7e947620b32]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 16:31:02 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [177995aaaaa193c3b700e9eccf79b07b4e455220]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 12:29:52 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6359fe84e89386d2a7797a583817be81b7cd91c]

        INTEGRATION: CWS changefileheader (1.16.64); FILE MERGED 2008/03/31 07:24:25 rt 1.16.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [329d4e55bacae02802d3a6d492d1db13d6fe74bb]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 15:10:52 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 10:54:24 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:21 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b44a7ea6c1b8063e23a5719ef497bc8cbdfd0fd5]

        INTEGRATION: CWS changefileheader (1.2.280); FILE MERGED 2008/04/01 15:38:19 thb 1.2.280.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.2.280.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.2.280.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aba4cf9b0029d8b38d7764db4cf2e7f7478dc679]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/28 16:06:55 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85c57baea25f6421ac23ecc08dc4c468cb53d0eb]

        INTEGRATION: CWS changefileheader (1.17.60); FILE MERGED 2008/03/28 16:31:02 rt 1.17.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [792ffec5118d84bcd3b073931905dbdf9a91a29d]

        INTEGRATION: CWS changefileheader (1.8.314); FILE MERGED 2008/04/01 15:15:20 thb 1.8.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.8.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9cec442e596baabd056ae1ce63a72546025f86d]

        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>  [178a8ba715531a00a371681eae68a71a8d80a4a6]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 07:24:25 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a508a1282cd7fb82382ee0400b06b8f3f3a49e18]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:42 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bd0824246a7148ec391e9561edbf7268eba5ab1]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/28 16:06:55 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2e552f76eb92c9d9b3ac82eb885f69a0bce1c0f]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 15:10:52 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 10:54:24 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [673c2c666da557f9b1be500bdc03f24edd9e2ef8]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:38:18 thb 1.4.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:34 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/31 13:37:55 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bd1ce8dc4605850911c447d716c332eed4357ae]

        INTEGRATION: CWS changefileheader (1.7.314); FILE MERGED 2008/04/01 15:15:20 thb 1.7.314.3: #i85898# Stripping all external header guards 2008/04/01 12:29:52 thb 1.7.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.7.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0f61231fa572cb0be6ef4f99843315c79e5e5cd]

        INTEGRATION: CWS changefileheader (1.44.32); FILE MERGED 2008/03/31 07:24:25 rt 1.44.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49cf15302bc09dc2ac0ec1fd6c9028ec0037aeeb]

        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>  [85e6fec9a891366eb257395a6f9fb529d57c9ece]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/04/01 15:02:36 thb 1.6.84.3: #i85898# Stripping all external header guards 2008/04/01 10:49:07 thb 1.6.84.2: #i85898# Stripping all external header guards 2008/03/28 16:31:01 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbaff454b2f43e1760b507945d3fd0fdd1408186]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/28 16:06:55 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [433c1957b0a77debe555dc1276d32b2eca8c2d41]

        INTEGRATION: CWS changefileheader (1.10.60); FILE MERGED 2008/03/28 16:31:00 rt 1.10.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6428332946945e872b524ade7f37ad6d5718e36b]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 07:25:37 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c8e36756348032327821dbc51e7709263c08eb1]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:15:20 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:52 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ee3887886a61f16206c135117c91e031a4c3c08]

        INTEGRATION: CWS changefileheader (1.4.208); FILE MERGED 2008/03/31 13:37:55 rt 1.4.208.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bfea938c725cf345312ee76004ceed35ce88fe4]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/28 16:06:55 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fe0275eea00c4a068fa075061e44df908cd1cf5]

        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>  [5a82756a78e4bb8cff6352ed7451f24c2eedfbf1]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 07:25:37 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8163c0b23a7fe7cf62323dbbd75d87672d14fd55]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/04/01 15:02:36 thb 1.7.84.2: #i85898# Stripping all external header guards 2008/03/28 16:31:00 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04abb7d6d4bd496c05e2f385e74f40d1406b2053]

        INTEGRATION: CWS changefileheader (1.16.14); FILE MERGED 2008/04/01 15:15:20 thb 1.16.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.16.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.16.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb6f83453de107e8f12382cf8f29c7705086a39f]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/28 16:06:54 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [004bdf695d92099375df105b70f183284ca32d85]

        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>  [cecda35efcff26676d8ce57f7a5e7921804ba006]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/03/31 07:25:37 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5212377008125dd37eeebd852300e3a814e95e82]

        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>  [3719c8c92cb27197c9b4c5adc27562becff72a87]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:30:59 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [093ae9637946ddbe46c63292181c50227cf12980]

        INTEGRATION: CWS changefileheader (1.20.14); FILE MERGED 2008/04/01 15:15:19 thb 1.20.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.20.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.20.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14a6209413b1877a08f8b1b7fb5ede1a014ac0d9]

        INTEGRATION: CWS changefileheader (1.2.112); FILE MERGED 2008/03/28 16:06:54 rt 1.2.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f913687e9737be6d7c7cc45ba3b703dfe3fdc16e]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 07:25:37 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9013b10e8fb0ce19cab1b08ce14a4bb5988b66bb]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/04/01 15:02:36 thb 1.8.14.3: #i85898# Stripping all external header guards 2008/04/01 10:49:07 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/28 16:30:59 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eda92a5ad451a77391cae69dc62380b3d4bd22ec]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 07:24:24 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3d7a2d8739439f9e3c701c588253a48c734b2e7]

        INTEGRATION: CWS changefileheader (1.2.432); FILE MERGED 2008/03/31 13:37:55 rt 1.2.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a488ea4649b967641c286fc3f4acc7dcba383169]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:06:54 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fb1d8f4cd7066d29f9f4bc5b61141a40888e609]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:19 thb 1.8.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74930df1da326eabd3b4e26bea5b7e9e8d537839]

        INTEGRATION: CWS changefileheader (1.18.92); FILE MERGED 2008/03/31 16:17:42 rt 1.18.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a06783aad2095e0961c9cfbfbdde211b23e2928]

        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>  [cb96a1657d88d210bd8bda533474b79d94b42cdf]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 15:10:51 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 10:54:24 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1144b6c785aa6ac8fb923240523f267c10076d06]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:24 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ea0d95a3ea9e2f11fea6b9ea2b7d7183bb74ad1]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/28 16:30:58 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb57f80dd827a41e6d1e06f0e3942f7387a89704]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:38:18 thb 1.4.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b66bba5710cc581f93305bf233ce532dc8cdad7d]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:01:43 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/28 16:06:54 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e3b5b8abf07511c7ac9c3a91277cccbd9dd3726]

        INTEGRATION: CWS changefileheader (1.9.276); FILE MERGED 2008/04/01 15:15:19 thb 1.9.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.9.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:53 rt 1.9.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [390e043e5a0b9cbaa6ba411995d20545b818895e]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 07:25:37 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [accceadbe38d50cc9b570c3221200c1733c7d1d3]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:24 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf8976053be1fe4026d2c77a3b5196a86f473a38]

        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>  [92dcdfc5b21bb66c79bf660f811104e234b0f25a]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 16:30:57 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13cc7528756ea305eed7af0a8c71a4471e828342]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:42 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d38fad177d53391a373d04d65c8c29acf238191]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/04/01 15:38:18 thb 1.4.730.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.4.730.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a95d5d4ef63f56776c1ec7b6360560257a7c7530]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:48 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd0ac1352efa14ba5e8c27b1dbf93a507bbeac38]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/04/01 12:29:51 thb 1.2.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7f1681fac17a0c03c3b3b01a6567be054f21725]

        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>  [76d32dd311b0b1becc6a831d565b2a24567b1a6c]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/28 16:30:57 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1d8a25787f69ae5b8609cf9e0f7c8c72335bafd]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:42 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c390af70a242d549cb822c621ad23cd5c625b151]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 15:10:51 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 10:54:23 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5debe57470a28966aa4bb31b9b0e716d475974d]

        INTEGRATION: CWS changefileheader (1.5.554); FILE MERGED 2008/04/01 15:38:18 thb 1.5.554.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.5.554.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.5.554.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e9d0c33bd8b949dc72e8ef656f967bf1df04303]

        INTEGRATION: CWS changefileheader (1.33.164); FILE MERGED 2008/04/01 15:15:19 thb 1.33.164.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.33.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.33.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35385db9ca93c616200a21dfaeb8fe9ead9a43bb]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 07:25:37 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eaf0d8d5a76c08d8e04ad7a5d403a8a40c01862]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 07:24:24 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a2d317ef3f2365949a9ba7415e6c36231d48054]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:41 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e9cee33c5c2caba1227414c260e44cb042a1915]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/28 16:30:57 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dfba11fbcb256b8d7c61e1b26f6a24c2c34f011]

        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>  [a2f411d5c06eb375585467108b01a58421f948d5]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:38:17 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b2c9a6a1b9b2c220a41b7586fa6e3dc0d63e2e5]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/03/28 16:05:08 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d8ae3a04d6c2ce3a41b9e0272ed5a6eb449b244]

        INTEGRATION: CWS changefileheader (1.40.14); FILE MERGED 2008/04/01 15:15:19 thb 1.40.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.40.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.40.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1463d23a7a68655fb005d78f0cc138ab162f3510]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:24 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90768c0b861bef0bedef02d0f26973a0aed73fd2]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:41 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e179d5bc6bf30b6242a3d353414efb36d4546aac]

        INTEGRATION: CWS changefileheader (1.16.84); FILE MERGED 2008/03/28 16:30:56 rt 1.16.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [127bc806c82d0fc54d26526175dcd727927fc92f]

        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>  [fd06160fccbdface03b981052d9b105addd9cc2e]

        INTEGRATION: CWS changefileheader (1.3.730); FILE MERGED 2008/04/01 15:38:17 thb 1.3.730.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a8d4035f5414fda6d9f9808497a61f25b56673a]

        INTEGRATION: CWS changefileheader (1.23.8); FILE MERGED 2008/03/28 16:05:08 rt 1.23.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fb466946bc67e77805afa44b3d24ccd569aa9c0]

        INTEGRATION: CWS changefileheader (1.16.70); FILE MERGED 2008/04/01 15:10:51 thb 1.16.70.3: #i85898# Stripping all external header guards 2008/04/01 10:54:23 thb 1.16.70.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.16.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c843ae8412beb7c9624278a59dacd34c8a5de84c]

        INTEGRATION: CWS changefileheader (1.17.50); FILE MERGED 2008/03/31 07:25:36 rt 1.17.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0f162c01dfe9b9f16755c5f7229869efa39504f]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:41 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57c9a2f7d43ac2e3befb0799173da47256a52531]

        INTEGRATION: CWS changefileheader (1.20.84); FILE MERGED 2008/03/28 16:30:56 rt 1.20.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d7ca38f48c86a5cab29625d9e02eef4f807675b]

        INTEGRATION: CWS changefileheader (1.4.380); FILE MERGED 2008/04/01 15:15:19 thb 1.4.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.4.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.4.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b977afd1f722bfae762776c5c5ec714a284c5eb9]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:09:08 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [918258a78d99a3daee9efcbe2e70e2467fad585a]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:38:17 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e19dece48c067c8a75223cb1242952ae1c716528]

        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>  [62ed83c05e58b9fbe75e899d0d858ab6bdce8469]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/28 16:05:07 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aecf080d99e6f350aff20e54556fb8f758eb6540]

        INTEGRATION: CWS changefileheader (1.14.140); FILE MERGED 2008/04/01 15:10:51 thb 1.14.140.3: #i85898# Stripping all external header guards 2008/04/01 10:54:23 thb 1.14.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.14.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd4ac9272a2ade74562446a712b8b6716575a603]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:41 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39b484d8040842da384717ffa3e5008095d418d8]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 12:29:51 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d69fbcf0c52d13a0bca5a74e849131bf12090b5]

        INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/31 07:25:36 rt 1.5.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [335b4efbc5059b1c7a0b0d9f9dde285df4c281cd]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/28 16:30:56 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9f45fcf9e0ed9b8a6d9bda4b543f5df9bc8a3ec]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:09:08 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73355dd413c682ab909b2b8730c2aa7b4745276a]

        INTEGRATION: CWS changefileheader (1.20.732); FILE MERGED 2008/04/01 15:38:17 thb 1.20.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.20.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.20.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba00b6381b30143d1cd7ea83faaadbf8bb9c2ee2]

        INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/04/01 15:10:51 thb 1.12.42.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.12.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7393b455b4ebde22306838c5613dedae376ab4cb]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/03/28 16:05:07 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b1cc5e540e8e0383766bbe96cca6ab9749c7010]

        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>  [ba99f7b2af6df2889031464c22fe5edd53aaf309]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 07:24:24 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72b89132d6f26566ac7d2a1dd2acd927bf77509a]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 07:25:36 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc34071000dfcb42231a86baebc9bcc755ec99e5]

        INTEGRATION: CWS changefileheader (1.7.380); FILE MERGED 2008/04/01 12:29:51 thb 1.7.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.7.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4053d2e0ed05590e544760b34306a76ac44c95f]

        INTEGRATION: CWS changefileheader (1.16.84); FILE MERGED 2008/03/28 16:30:55 rt 1.16.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b6c766280442a055e474721cfc6ffb85eb1d203]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:09:07 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c6a9419b1999493c8e40f190b93014d8b0483b6]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 13:37:54 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09339f075bced630d5a8331ba32390852138fd3b]

        INTEGRATION: CWS changefileheader (1.8.140); FILE MERGED 2008/04/01 15:10:50 thb 1.8.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:20 rt 1.8.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1baa3a32cda878b9a121ac0ef0d8656b23bca267]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:05:07 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbbcce566e65538dcf7f9d5c7bb44a7eb2cc104b]

        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>  [1d344bd616104a14fcfc9f7d5f737a21a77baed0]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:02:36 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/28 16:30:55 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdf6ba7401dc7351dae5f2c82835237d5b01074b]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:31:52 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [616ebcd14001e3bdbb6336b9143d294f3ede0268]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:37:54 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [541411d137592351f2b872ef531be70c095e1a93]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/28 15:25:19 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65213b56bd9593af6131a0e5a963a4f4c302d122]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/28 16:05:07 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb19a3ad0a007c80aa4123bc0b7a1a50f2d83dfc]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 07:25:36 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cdfb8102b1649c3eb48bcf91589c6915935e595]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:30:54 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1011e5f932ddf1f891a3139d2dea88f91a793436]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/03/31 12:31:52 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edf86d242336de88ec811e146f988599402108c2]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:38:17 thb 1.3.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bf58d5a55ed9f06aed6bd81f9c1579b3314c204]

        INTEGRATION: CWS changefileheader (1.7.140); FILE MERGED 2008/04/01 15:10:50 thb 1.7.140.3: #i85898# Stripping all external header guards 2008/04/01 10:54:23 thb 1.7.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:19 rt 1.7.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8857eabd2788894cd3a9b94fb7b0dcdfc36aaa1]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:00:42 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 16:05:06 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8fa8c34c15d198ea4d0ff0696baf47ce005311d]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:08:38 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0929c2dba461ae308f379d12eff367c8df64e936]

        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>  [bc5c76759862df394f1e6574e3de361a25bfcd4f]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/04/01 15:02:36 thb 1.9.84.3: #i85898# Stripping all external header guards 2008/04/01 10:49:07 thb 1.9.84.2: #i85898# Stripping all external header guards 2008/03/28 16:30:54 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc2dd881c7f4dbd75622e368ef86a7e1e929a8ae]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:38:17 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65ac16936d40d68d07afd5fe70407ab8b2bbc6b0]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/03/31 12:31:52 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2f33c84e7b32c206537ab8ecbf298d6853c7f67]

        INTEGRATION: CWS changefileheader (1.3.140); FILE MERGED 2008/04/01 15:10:50 thb 1.3.140.3: #i85898# Stripping all external header guards 2008/04/01 10:54:23 thb 1.3.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:19 rt 1.3.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f69f134ada2db825cc1c9e6d713ac476029b28e4]

        INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/04/01 15:00:42 thb 1.7.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:48 thb 1.7.2.2: #i85898# Stripping all external header guards 2008/03/28 16:05:06 rt 1.7.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d765adec3a77de5741575b7654f398ad1ca8a090]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/28 16:30:53 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0ccbe221aec72688b05c11928d29b1d35160512]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/04/01 15:38:17 thb 1.3.80.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2e243a91ede647de08c8f59d899d35c35b08438]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/04/01 12:29:51 thb 1.3.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:52 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [038220848a8ffd13633769984136ae075246e4d2]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/04/01 10:54:23 thb 1.13.102.2: #i85898# Stripping all external header guards 2008/03/28 15:25:19 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c544340863c52cc3be3d903789c3f7248a5514a]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 15:00:42 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/28 16:05:06 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12718416c416d99582a09192093e16f26fbd441b]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:23 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ced60a0a6f4ffb033c45cb8be10fcc1903ab18f3]

        INTEGRATION: CWS changefileheader (1.20.32); FILE MERGED 2008/03/28 16:30:53 rt 1.20.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbe53ae26a5e22c89bd66e502f789afc57a793fc]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 16:17:39 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a42f0c744dd92d932fce8f24995bf91987628c98]

        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>  [c56e6362acce2cbc378727e6862feef163d23af1]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 12:29:51 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24ae31906f3d03cdaba50d185ceb0495beee6e5f]

        INTEGRATION: CWS changefileheader (1.3.730); FILE MERGED 2008/04/01 15:38:16 thb 1.3.730.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.3.730.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eab612ef628236f5bfa1362ef3eb774d0a8e6bf5]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/04/01 10:47:48 thb 1.8.54.2: #i85898# Stripping all external header guards 2008/03/28 16:05:06 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55c64b4ec5aa8904545fe3aecc908ecb612551d0]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:23 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77a99a1156b68ac0fa3a0b8322c7be6a295f6126]

        INTEGRATION: CWS changefileheader (1.10.100); FILE MERGED 2008/03/28 16:30:52 rt 1.10.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94a5ee2c37a3c87129c0b3ba2d4c16f369a60e5a]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:39 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40003a5f63906f12d9851244d15bc317165e54e3]

        INTEGRATION: CWS changefileheader (1.2.380); FILE MERGED 2008/04/01 15:15:19 thb 1.2.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:51 thb 1.2.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.2.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89f04970fc670ce91a0343f90d731f559fc877cf]

        INTEGRATION: CWS changefileheader (1.5.732); FILE MERGED 2008/04/01 15:38:16 thb 1.5.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:33 thb 1.5.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.5.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9b38bbdfa60c0650d733bf0d1f01f8b1a7b229f]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/04/01 15:00:41 thb 1.2.244.2: #i85898# Stripping all external header guards 2008/03/28 16:05:06 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d8a6e35b65cf9b589a353d47496a54893865fcd]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 15:02:36 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/28 16:30:51 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3af22e37d952f79739bdda18ee6a6ffa3d14b2f7]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:39 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3f708b51709bdf8a61949cba93083140ee0a670]

        INTEGRATION: CWS changefileheader (1.2.384); FILE MERGED 2008/03/31 13:37:54 rt 1.2.384.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [566042e72eddb3e30348157004a974922f69f7ba]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 12:31:51 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e759eb546416e42cc96973cc024371c75c12fab4]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/28 16:05:06 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dd6d3e2498c08ad30ebf16f9c495d8b2cb6a3e2]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 07:24:23 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72ea84db94f0bb822948cf063d1dcbfa88719425]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:51 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98139dbc910ee8f362d80fe34a29f9910135de68]

        INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/03/31 07:25:36 rt 1.10.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3797ad7adda41cd444d9756e7e235f4c982895ee]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:39 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3da34ec5392ff13b4f0c2adb9f1f8d1abd9f0a2f]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/04/01 15:15:19 thb 1.8.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3957827c20a6997e7cf1a763be0da9bb331ff5f]

        INTEGRATION: CWS changefileheader (1.7.268); FILE MERGED 2008/04/01 15:38:16 thb 1.7.268.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.7.268.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.7.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [624880ff483efdeadfcf631a5de58c4f555edf80]

        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>  [6c232b171979c7e923c9457cf67cf58031bd3af7]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/04/01 10:54:22 thb 1.13.102.2: #i85898# Stripping all external header guards 2008/03/28 15:25:19 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf05d56cf52a58e3ebe6d65c99012f8b0d20bbae]

        INTEGRATION: CWS changefileheader (1.9.100); FILE MERGED 2008/03/28 16:30:51 rt 1.9.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e48289f305b1039e659f7fe07f0b168d5ff0d3f8]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:39 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79498829d863a8a5c27a659577247908fb99a18a]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 07:25:36 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8482c87d8cc7d5a2d9a84cacea3b6f4da694a3a8]

        INTEGRATION: CWS changefileheader (1.5.164); FILE MERGED 2008/04/01 12:29:50 thb 1.5.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.5.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12437f6d3021c844a09d1afd96ceb333f840a113]

        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>  [964e2439e5e9fd7a200f421eb1fd8dc52edd84ae]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/28 16:05:05 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5592c7a2ecf25339fe9586abbfce9ce2bf3a9bab]

        INTEGRATION: CWS changefileheader (1.1.1780); FILE MERGED 2008/04/01 15:38:16 thb 1.1.1780.2: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.1.1780.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efdb68917cdabd26e651b5baaeb572f6f1a38023]

        INTEGRATION: CWS changefileheader (1.12.100); FILE MERGED 2008/03/28 16:30:50 rt 1.12.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c36e317522a6508358840110c6ba20ebd508202]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 07:24:23 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [131b97e71e41b2b8a61eda05b2a6e18e2cb530d2]

        INTEGRATION: CWS changefileheader (1.6.168); FILE MERGED 2008/03/31 12:31:51 rt 1.6.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90307d8266c3d54b561ccaecfb86f0b2445bdc65]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 16:17:39 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26832131b173c59c62b04834ecdd52ba7a9b100d]

        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>  [e89f31512d2debe98412f881bd12cb3414fac527]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:00:41 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/28 16:05:05 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b500cffac00dea14dda589bb6dd1a69cf63bc13f]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:38:16 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1c63d129b34a1364fb0bcecb148701b6b004755]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:50 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d9b4d8293e0e3cc7f0d8a245f936b5be5bed676]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:23 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e0eab90b8c6b007fcd7cebb75aecb4053270090]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:39 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [349ac7162f931e74627c2a530756913cfc12f299]

        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>  [ec6e20a7138cb576581f159dc38b067cbda78e5e]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:19 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68e210b2f576f2c18a968dbf62c98d36fdd03b1f]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 15:00:41 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/28 16:05:04 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e292f2679d7712aa37f84bf4114d454a46d9d92]

        INTEGRATION: CWS changefileheader (1.17.656); FILE MERGED 2008/04/01 15:38:15 thb 1.17.656.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.17.656.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.17.656.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9570d253f52da525a7e1c67e6c214b1b28aa6ab0]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/28 16:30:49 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bf8ff322627c47bb314da74655d03e4666776ab]

        INTEGRATION: CWS changefileheader (1.15.64); FILE MERGED 2008/03/31 07:24:23 rt 1.15.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad97d0354001285699a408997e54718a2f2457af]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:51 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [010ae94feadb31a312c555d6f31f9c32ff3bb82c]

        INTEGRATION: CWS changefileheader (1.25.86); FILE MERGED 2008/04/01 15:00:41 thb 1.25.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:48 thb 1.25.86.2: #i85898# Stripping all external header guards 2008/03/28 16:05:04 rt 1.25.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [515387cf389a4513cc7bc832597fde4c2464705c]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:38:15 thb 1.4.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa5cfc3042b4c73f4db797db7b24d55a75fc2325]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/04/01 10:54:22 thb 1.13.102.2: #i85898# Stripping all external header guards 2008/03/28 15:25:18 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3938e705ab25cee866cfb537fd92b4914bdc7743]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/28 16:30:49 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fa8c222043b3961a133b335b3142156734b6f6f]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 07:24:23 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1aa73eb5604d7a61e46e25e545f3b3025e4a0aa5]

        INTEGRATION: CWS changefileheader (1.7.164); FILE MERGED 2008/04/01 12:29:50 thb 1.7.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.7.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0813fbc8a937d1e5114f58c8d973d1c2937c7de]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/04/01 15:00:41 thb 1.6.86.2: #i85898# Stripping all external header guards 2008/03/28 16:05:03 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cc9fc288b4f5267859a71ead40dfd95ddfe76f8]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:08:30 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5099f45b12c1bd9ad17bff67dfa8d4339f5f2932]

        INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED 2008/03/28 16:30:48 rt 1.2.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9169dfd12dbfb83615122b15485c4c276189ed7]

        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>  [919ca82dc36a549fe12aba62197bfda86460bf01]

        INTEGRATION: CWS changefileheader (1.6.380); FILE MERGED 2008/04/01 15:15:19 thb 1.6.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:51 rt 1.6.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e2b37583d72e892536ddc5b5ccf0e73a246283a]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 16:17:39 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2228ad06bcadd5ab9b78e233a7516c0a7f8aef2e]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:00:41 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:48 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:05:03 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d819e6002dd70703eb0ceb7733e67c5a83e6bdd7]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/03/28 16:30:48 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80ef494afd5d9e25720ede587980c7d814624bde]

        INTEGRATION: CWS changefileheader (1.11.44); FILE MERGED 2008/04/01 15:38:15 thb 1.11.44.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.11.44.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.11.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7f02174d708d8727cb09aeec29755c30df9567e]

        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>  [d8b352b002455ffb244ffb0cf7bb802b72ffa39d]

        INTEGRATION: CWS changefileheader (1.8.276); FILE MERGED 2008/04/01 12:29:50 thb 1.8.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:50 rt 1.8.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eff158fb8835fbf6bd69736f0ff38e91a33ffc7]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 07:24:23 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [663f59a86ce5e902611d6f2522948b6e6179964d]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:39 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a4e7e56eef673ebd59d00f0e2b42c353ac07aa9]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:00:41 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:05:02 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fecf758b3a0ce8fae1f56065159d418e7b428b9]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/28 16:30:47 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dcc5e6d9562f786d89c26fc6d6768e769790e9f]

        INTEGRATION: CWS changefileheader (1.2.570); FILE MERGED 2008/04/01 15:38:15 thb 1.2.570.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.2.570.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.2.570.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b176300a1adf962abc790a013e683605fa75955e]

        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>  [fe6e54dd8652a521f78845748a7b919adbd2036b]

        INTEGRATION: CWS changefileheader (1.22.14); FILE MERGED 2008/03/31 12:31:50 rt 1.22.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd87da15e56bdb0df752e349dabf4e8abf346c6e]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:39 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [525de69e36a0dc59dacb5e48ba95806b3078fbc5]

        INTEGRATION: CWS changefileheader (1.13.140); FILE MERGED 2008/04/01 10:54:21 thb 1.13.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:18 rt 1.13.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de29a6ecf9a810bba35914f5fcf722b26eef48f5]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:30:47 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a070944be9252bafb08648f806ad0ebc1adacbfd]

        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>  [ca833859af707a393e5b56a2523c94579945c248]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 15:38:14 thb 1.12.216.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d257297f82b78be66a7b2726fd0c44e6338878a2]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:00:40 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/28 16:05:01 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca561279403ace038e06ebe46e7aad7a9776f3c2]

        INTEGRATION: CWS changefileheader (1.21.24); FILE MERGED 2008/03/31 07:25:35 rt 1.21.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc04df1e7550e16fe656fa3eba05bb81973c07d7]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/04/01 15:10:50 thb 1.11.22.3: #i85898# Stripping all external header guards 2008/04/01 10:54:21 thb 1.11.22.2: #i85898# Stripping all external header guards 2008/03/28 15:25:18 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4183723bd8e1f02e6dd93d09504b1cd0c78008e9]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:30:47 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [957cf93d0a319c878255c8651ed5936e8faf973b]

        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>  [2d0d7d8c53afa2bbdd1dd0c55f43914fb4bf0be1]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:37:54 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [042787940f1c7765bb3ea601baba5ec55f19a442]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:39 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87d87ccd1e7ce2db2bdac09bbd595c4c05307e08]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 07:24:22 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e07febecfdb400f69c1c2616afdadbdab279e6b6]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/04/01 15:00:40 thb 1.2.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:48 thb 1.2.244.2: #i85898# Stripping all external header guards 2008/03/28 16:05:00 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4091a67f2f20340efb40915723184eee8efafb5]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/31 07:25:35 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47393671ba4ba01d2771ef38555223d1b270a2b4]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/04/01 15:10:50 thb 1.2.134.2: #i85898# Stripping all external header guards 2008/03/28 15:25:18 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81f5303d095b3fad3b737b858e54bf80de2b380e]

        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>  [c9ccd0fcdd22963422f01fd1c83b0dadd25669c2]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 16:30:46 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44cf0d9860ab2bc85b85d415f79f0ed4a3980cf5]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 15:38:14 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6167bf6016dee86fb5fd85702d372f18e4c163bf]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/03/31 07:24:22 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee78187d016e1ba71471a7d05cd18b2bb46e95c2]

        INTEGRATION: CWS changefileheader (1.19.42); FILE MERGED 2008/04/01 15:00:40 thb 1.19.42.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.19.42.2: #i85898# Stripping all external header guards 2008/03/28 16:05:00 rt 1.19.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [018936a957583e87222e5e4ec6bce309a79e4919]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 07:25:35 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11f4c3d6a9558d0b1c4abbb9e336912dd376f346]

        INTEGRATION: CWS changefileheader (1.9.140); FILE MERGED 2008/04/01 10:54:21 thb 1.9.140.2: #i85898# Stripping all external header guards 2008/03/28 15:25:18 rt 1.9.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b32910922cc84a2eba5d8ffe70beb178c65a0ba]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:30:45 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96aac23d35b8fcc25a2f479062c947d23ecda701]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 07:24:22 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2224d87678bb2a7146357dcc8c147fc526505db]

        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>  [b081ba48b831284047d99a36f227a0f650e182e0]

        INTEGRATION: CWS changefileheader (1.2.368); FILE MERGED 2008/03/31 13:37:54 rt 1.2.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fac139383de71f7ef4608f2995daba3860425aa]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/04/01 15:00:40 thb 1.9.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.9.86.2: #i85898# Stripping all external header guards 2008/03/28 16:05:00 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cff278f19c9fc3cc393b72095ac716431febd62]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 07:25:35 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1f0f4206dcc64056dd44c2cd7565b2a203ca95e]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 15:25:18 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caeade5743bbdcc05dc90d0c9f0d22e3b841144e]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/28 16:30:45 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [784e762ba0d9e2172bf4fc860773265cd69a6f16]

        INTEGRATION: CWS changefileheader (1.10.6); FILE MERGED 2008/03/31 07:24:22 rt 1.10.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a77ece94b5c44eb23e231867ae6cee3080047f15]

        INTEGRATION: CWS changefileheader (1.3.732); FILE MERGED 2008/04/01 15:38:14 thb 1.3.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:54 rt 1.3.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [057a2d612cd98316a250c7cd1d611715367ea933]

        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>  [094326d405b989095be64c4f098ed633df6de082]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:00:40 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:58 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39bd70c214c600b195ce440bc1a78dd69a1cfeed]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/31 07:25:35 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ef0fcca2852064e739b22d41bee9fa3d7284da0]

        INTEGRATION: CWS changefileheader (1.23.60); FILE MERGED 2008/03/28 16:30:44 rt 1.23.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14a4dc54d71201db6c8bc2dc3c58550dc3852879]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:38 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [704a0a3b43bd6d9274823d40e6d3be05ed01b7f0]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:45 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05754f1ba8185b6ef0e11c23e3c7d21a63b48a88]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:06:51 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [096557b93272e014912605c06f56736a47ba7076]

        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>  [eb1e1c7f2cd454dfc09596d3f0841ec33e325e54]

        INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/04/01 15:00:40 thb 1.8.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.8.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:58 rt 1.8.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [092f485759af52db5044b9a7f437becf3d4ac7c3]

        INTEGRATION: CWS changefileheader (1.26.60); FILE MERGED 2008/03/28 16:30:44 rt 1.26.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1afc237af248644ec60f878a2d224c7fbb72af50]

        INTEGRATION: CWS changefileheader (1.17.88); FILE MERGED 2008/03/31 16:17:38 rt 1.17.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bad962ab1dc148c1582a031b090f0088f32e4df6]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:18 thb 1.3.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:45 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fef5b05b47a0342fd1f636a3c1a110f5b13bebb]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:38:14 thb 1.4.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:32 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:53 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd718168536844c7d1eec7e868a94ea2e1d66581]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/31 07:23:30 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f9749c1bfd6b144f980aa9590f24f1d1850de51]

        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>  [0dbad67964f065341b62370d04f29b22a0bbad54]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 07:25:26 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a1bc8e003513426ed8f3c9ec1644e648e656baa]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/04/01 15:00:40 thb 1.2.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:57 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32a8208d4eacaaf26d3ecbf738f78119269932ae]

        INTEGRATION: CWS changefileheader (1.14.122); FILE MERGED 2008/03/28 16:30:43 rt 1.14.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8de382ecefaabfadec97e7cd8b28720bb4ec98ba]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:45 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc54b02b889e4e52672f1ea77dddc22d4c73c993]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:24:08 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35414dd0f10ad97082f9e6ab0418fc6f1e80d4ca]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:38 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c3ba801e6b2bfbed1110cc986390f2c57e44494]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/31 07:23:30 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cee16b713193d6e5d4f1d62a51723b67be98290]

        INTEGRATION: CWS changefileheader (1.3.520); FILE MERGED 2008/04/01 15:38:13 thb 1.3.520.2: #i85898# Stripping all external header guards 2008/03/31 13:37:53 rt 1.3.520.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e4c9c2a6abd798fa1c9318f0e826feec1106a6f]

        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>  [3fa75295e59a365057576ef37b1ef47da6532697]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/28 16:04:57 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4616ffc083b21bf0d2fede257622f33f85f255bf]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/31 07:25:26 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [305cf2a544b4e332d00f0715db36e2955d9ca1d3]

        INTEGRATION: CWS changefileheader (1.21.100); FILE MERGED 2008/03/28 16:30:43 rt 1.21.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af1742c9b77f64fd5033fe29336a2fc0a5d30f41]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/31 07:24:08 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7962f0b675ce6f6c75c13a70ed2dfd7fcc580de0]

        INTEGRATION: CWS changefileheader (1.6.164); FILE MERGED 2008/04/01 15:15:18 thb 1.6.164.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.6.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:45 rt 1.6.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [790a5e5d9dfca6ede82a91e381e5d4d4fb32dd8b]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/03/31 07:23:30 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03fd3e58253f320eaae35a8f83c4a3cabb3f4265]

        INTEGRATION: CWS changefileheader (1.8.732); FILE MERGED 2008/03/31 13:37:53 rt 1.8.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4c3e894ff393499f3f3d7b637bd44e9952cde12]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:38 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7298b2e11bdac13bbe0fe1facc496741fb042604]

        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>  [b6a4ffcd14853697868004a41d6156886c79d5b3]

        INTEGRATION: CWS changefileheader (1.12.6); FILE MERGED 2008/03/31 07:25:26 rt 1.12.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab054951c47cbf65d25fea1246c8ddcb30da38eb]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:00:40 thb 1.5.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:56 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b263f082a6027e8db3f3036f40ef2561991a6e0]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/31 07:24:08 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f977033a711b8eb327c300a1ea320304ba071973]

        INTEGRATION: CWS changefileheader (1.9.108); FILE MERGED 2008/03/28 16:30:43 rt 1.9.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6a1c373cdd99b858b1fb0fd76fd34f8d3bf4662]

        INTEGRATION: CWS changefileheader (1.10.164); FILE MERGED 2008/04/01 15:15:18 thb 1.10.164.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.10.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:45 rt 1.10.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8293a77c008ffede9b22e94cf2e7b1046021f14]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:38:13 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 13:37:53 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d55acb5b48186b2ab7e1ee2d9c30a8056beda3e1]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/31 07:23:30 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [866e86991da553880c8fb7ea0b4e005cb98a283e]

        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>  [9d7e2a5d43b87d2b2f145df895847133c87f6b75]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/31 07:25:26 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab7e42c6626488294ab8af4753a4c79b1d8cae74]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:00:40 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:56 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [174e68b57543fe1ef2c9a0a92fde7043e48d87b6]

        INTEGRATION: CWS changefileheader (1.22.100); FILE MERGED 2008/03/28 16:30:42 rt 1.22.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [991fbdbfe5053ebb41ec2eb9c2aaeb1e7df742b7]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 12:29:50 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:45 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8480fd5132937cd1c4c7d8aec8c37c3678d5f0c8]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:29 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01ff2a09ff4d394385e03b03a6167b369baf5ae8]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/03/31 07:25:26 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b12f56c463860b512af339ea47b64358cb139913]

        INTEGRATION: CWS changefileheader (1.28.2); FILE MERGED 2008/04/01 15:00:40 thb 1.28.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.28.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:55 rt 1.28.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f4c453b28fe0c6ebc2ec6a488c8090cfdcafac4]

        INTEGRATION: CWS changefileheader (1.2.164); FILE MERGED 2008/04/01 12:29:50 thb 1.2.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.2.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaccb5f10c744db1eb2c2bc95ebc8906d1adc390]

        INTEGRATION: CWS changefileheader (1.11.170); FILE MERGED 2008/03/28 16:30:42 rt 1.11.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a29aa5c455926ac1cb5276019ae8825764f0d50]

        INTEGRATION: CWS changefileheader (1.4.732); FILE MERGED 2008/04/01 15:38:13 thb 1.4.732.3: #i85898# Stripping all external header guards 2008/04/01 12:40:31 thb 1.4.732.2: #i85898# Stripping all external header guards 2008/03/31 13:37:53 rt 1.4.732.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6325950165f6b5dd4fc991f307cfc29bdf4c35b8]

        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>  [f96aad2198ee96aecbb603e9c6a7586d7f4994b6]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/03/31 07:25:26 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64292036c87417d404fcd71a0ec37cba7f6b5fee]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/28 16:04:55 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50128fbab0ab39e6cc3d38e91ddf108dfdf2b36f]

        INTEGRATION: CWS changefileheader (1.17.100); FILE MERGED 2008/03/28 16:30:42 rt 1.17.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c2ca4f9e9c14e128f416896b825c128462b5da3]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/03/31 12:31:44 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b9b0c2347395606cc88d95a39c7477fe0299341]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/28 16:04:55 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [746e19be9626b989315b27f6753a88ae0a890613]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/04/01 12:29:50 thb 1.4.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c98f7bbdb5807fccc5bf5c936136ddcb28e82745]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/31 07:25:26 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc314cb51ce2200f9b65d846c9fedac4d944313d]

        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>  [b901e5adba151c7b0045fec3385788619567ab74]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:38 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43377405608ff6352b47012674c48c6cb910016c]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:29 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb0f030daad3dc6486af81ffe95e882ce62510d6]

        INTEGRATION: CWS changefileheader (1.13.134); FILE MERGED 2008/03/28 16:30:42 rt 1.13.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9f3d728289983dc47ab2411cae8b96e0f660b5a]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 15:00:40 thb 1.6.32.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/28 16:04:55 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0131cc3e4544237252ecd0a957c5f383e2923c52]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/04/01 12:29:50 thb 1.5.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f55068e26a3d2a618ff3734ffc1792769e78d334]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 07:25:26 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee2414ea3f92764e3ad4688f93bf8e47ea2bfffc]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:29 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72d669b04db24847404d4c20b417b6fa6a197778]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:41 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [365a6e3b62b2316eb0f2406830893d565d10c475]

        INTEGRATION: CWS changefileheader (1.10.86); FILE MERGED 2008/03/28 16:04:54 rt 1.10.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d39c97f388458b106d687394c292fb60f05c57d]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:18 thb 1.8.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21dc4f5a82b4f7da3069ffa1dd67aa4057b87709]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/28 16:30:41 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [627df6cfd0ee55b75e31e796277381b7b8057f8b]

        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>  [393472bbb262c087c93d9cde53fd325402477ba6]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:30:41 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90365e645d1c48f8686aff37a69c27997a2730c3]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/03/31 07:25:26 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2faedfcaf73ea9d22b6e53d3a35038ad1c88f327]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 15:15:18 thb 1.4.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b25f3aef7f7ad7a26986a3e3aece1370220b0ced]

        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>  [507f1a311c8161c23c00c73c4ed4c97454215b79]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/28 16:30:41 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c0258464544394be6fd8d7791d6dc697edd7274]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 07:25:26 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [656717efb310909db2dab5ab1bd410e5bef7ff31]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:38 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0983413c24bc9bc8e3d76c871ad39494e60c2b1]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:18 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14cc64ab388c7fad51f80a015de3844295acfeef]

        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>  [4349e5562d52792304b5c0425c6221862a434195]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/28 16:30:40 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7750542522f276fa3f9db29aec93fee1753a384a]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/31 07:25:25 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcb4fa3001ca248b3e9c40cb88512a5fd53e98d6]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:28 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78462a1d51fa12df0430f930536b6ba60a220856]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:30:40 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe8dc18ef20a15e34c5d99d4e64bdb94d3f4de19]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/31 07:25:25 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [805b38a88b31807320097e5b32315f5653b1fcdb]

        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>  [a47a88a5b9693dffdd12daa317965700638fc63c]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:28 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb2ff2690921ec2875d814e4049bab9d685fa21f]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:38 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ed36b9027c47efbf3579b9f62fd49dfce4fd510]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/03/28 16:30:40 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b23276b1796bdfac9ab82d7f6af9a51a0bd530a]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 07:25:25 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07f4b0ab5b92f94d755895ad16b8e72968198f69]

        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>  [7cecbbaa3464b2646ad550b53c0b5572583eb7f9]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:24:08 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [457aba1b7968dbc3e9904af1010f7704a14bbd5e]

        INTEGRATION: CWS changefileheader (1.38.70); FILE MERGED 2008/04/01 12:29:50 thb 1.38.70.2: #i85898# Stripping all external header guards 2008/03/31 12:31:44 rt 1.38.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9262e5b6f36fa3e8af1b1c7a6a16a2ff07d9a6ca]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 07:25:25 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9417aea5dc101220a639f16db9e8ec470f2603bb]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 16:17:38 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5146835d5eea9c564dc624b79368aba4644b0cb4]

        INTEGRATION: CWS changefileheader (1.33.62); FILE MERGED 2008/03/28 16:04:54 rt 1.33.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [012ab6cdbfacfd4583b49097fc53c46017177f7f]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/31 13:36:07 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fa590bc312f1ce17e86cc60fd81e5f12f1f4ee1]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:31:44 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67713f24ed25942f791e90ba74ab6b99f92afa9b]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/31 07:25:19 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3240e92450948e23c059362df61ab0a2b67bf6cb]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:30:40 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8159fbe6c639fd60de16a06366a509642537ca60]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:36:06 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5894bc65be1afbd01c4e10d51c4b4e0a709f270f]

        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>  [3c69e1f02d481f332cd9ecefb873eb5304da502b]

        INTEGRATION: CWS changefileheader (1.12.120); FILE MERGED 2008/04/01 15:00:40 thb 1.12.120.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.12.120.2: #i85898# Stripping all external header guards 2008/03/28 16:04:54 rt 1.12.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ca9b5e19ce218991f15d035c507c7897f1d6d25]

        INTEGRATION: CWS changefileheader (1.36.70); FILE MERGED 2008/03/31 12:31:43 rt 1.36.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d841b40d9b7f112cae617a436e51f2f4ce64481f]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/31 07:24:07 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03546d80185fce98165e5f3ac683e944c7830856]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 15:23:09 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:19 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3757bab3be28818a61f9e86955a9d7690d3e1e28]

        INTEGRATION: CWS changefileheader (1.13.100); FILE MERGED 2008/03/28 16:30:39 rt 1.13.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1374193a784d80cd4b15b98996eb6c07b486c5e]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:28 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80360a6311c730572f3381bb5e308d0cb19849a0]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:36:06 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb4f17f1c2a38020162986ffd8eeebf6072a2699]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:24:07 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ba1fe0318bf7e60b9bf8fcaaff8179c73ac98da]

        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>  [25e54aef8a89bf7bcac935ca57bc43b4395ab65f]

        INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/04/01 10:47:47 thb 1.5.148.2: #i85898# Stripping all external header guards 2008/03/28 16:04:54 rt 1.5.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70853a99fff344b264339c0576ae54844f3d5ca2]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 16:17:38 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cab4e1f7b8f9658fadf8d0186b7c8db3b444a32e]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:36:06 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d3fb1cc152f56bb9184e533eba53e3694b5c288]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 15:23:09 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:19 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7255e46b308a15c44642e7cc6be579531ddc6d4]

        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>  [850b17078716f3f7a64c1370979f3057c7d571f8]

        INTEGRATION: CWS changefileheader (1.52.42); FILE MERGED 2008/04/01 15:00:40 thb 1.52.42.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.52.42.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.52.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c00f13a91f13b49adcbd6c17827d3475988e4c46]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:24:07 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46fa3f820b3b9b68e3d27da14970491f7c9f0929]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/03/28 16:30:39 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2507902719ba379cbeede2fbe88cd9999767c8bd]

        INTEGRATION: CWS changefileheader (1.81.70); FILE MERGED 2008/03/31 12:31:43 rt 1.81.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3a1e5b79cab4ced0d353abe1ef541602ede64d3]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:36:06 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b56a856a3da450dc453cc345c69383ce0c7da62c]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 07:25:19 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13f6f4d9a353e076bd7f90d06d5a84fad0d92e69]

        INTEGRATION: CWS changefileheader (1.15.32); FILE MERGED 2008/03/28 16:30:39 rt 1.15.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [622e683ad879a13508f30e01084787b7683aaee3]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:23:28 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c90618ad3cca9ecc0c79f467a22e9106a1670d2a]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/31 07:25:19 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b02223fc64a6caaf6ad8193e5125b3823971ba6d]

        INTEGRATION: CWS changefileheader (1.16.98); FILE MERGED 2008/03/28 16:30:38 rt 1.16.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [695c310a7f37bd3536d22921b8b9a478e63ee310]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:37 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45d5774c13e656a0b0978ad54fb9aca018ee3a79]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/04/01 15:23:08 thb 1.5.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ee62ede26796257cb62b73e6b8480c61b730188]

        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>  [3d9b2f93a936aa897d8818a86e37eefbd093adbb]

        INTEGRATION: CWS changefileheader (1.34.70); FILE MERGED 2008/04/01 15:15:18 thb 1.34.70.3: #i85898# Stripping all external header guards 2008/04/01 12:29:50 thb 1.34.70.2: #i85898# Stripping all external header guards 2008/03/31 12:31:43 rt 1.34.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df32a2208c3d7ef92193b2f3e409f47a543f3769]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/04/01 15:20:48 thb 1.4.46.2: #i85898# Stripping all external header guards 2008/03/31 07:24:07 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ffe78337c4ee59803668ccb627e317a973b896e8]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:37 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee220adb43b3ed0b13e61ff389611df5275c0fc7]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:36:06 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9454d429fd26af6e2cf9b6837a3834f72047d42e]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 15:23:08 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2efb16db727be0a6cfac14cd131c6b101402a8aa]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/04/01 15:00:39 thb 1.9.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.9.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [692158e3dd73f04ea60846957f16ef332da7ec96]

        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>  [b6da53211556101e277bd1144d160f5145910eee]

        INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/03/31 07:24:07 rt 1.5.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [463d764e944df11394ae1f96dd22f6ed9c8e6efc]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:37 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fa2109993da8ebabe042ea6422035928f7a3a30]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:27 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f42bf41e125ce68a9b2aa97dd59fbceddcedeabc]

        INTEGRATION: CWS changefileheader (1.49.14); FILE MERGED 2008/04/01 15:15:17 thb 1.49.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.49.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:43 rt 1.49.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8da3d819370befbc7e0ba49aa09773edf447882]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/28 16:30:38 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccd83848ab181aeab2c12a104ed2d4a5dfbb7755]

        INTEGRATION: CWS changefileheader (1.26.14); FILE MERGED 2008/04/01 15:23:08 thb 1.26.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.26.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.26.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c610609f437d2e5eab16ddcd32ba5d089d7b482]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 10:47:47 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9518f4353794206dfbd0b10a1dc0fb8137972943]

        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>  [ecbd6c8931fc9a6c64884500ebb0e6a0acf361c3]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:37 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9074c1056758df33a12646a1d6cfb64d0bfba2e2]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 07:24:07 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [208d0c6cf926dedc7f09b127ad5691eeb33ef71f]

        INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/03/31 13:36:06 rt 1.3.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bea06df5b7a1b3ca4d39eaabed93f231284d5126]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/28 16:30:38 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64ee0a9b7bf624e29a0c86164a7dc4f3405dd16d]

        INTEGRATION: CWS changefileheader (1.15.54); FILE MERGED 2008/04/01 15:00:39 thb 1.15.54.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.15.54.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.15.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67e1899b51b154c78e138596cd1d23961a57cb7d]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:37 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [848d21376b8a7d017dc92ae112caf77349e28b07]

        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>  [3a40f943c5b5c1fa73e484db992490d60ffe202e]

        INTEGRATION: CWS changefileheader (1.17.8); FILE MERGED 2008/03/31 07:24:07 rt 1.17.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c6fc30dfdafe6ad5dacd6881106d9e0aefa9e9c]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 07:23:27 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4544d82be190ab335d50d599277034dd1ad6c5ee]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/31 13:36:06 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f40867ba68cb1b6ac82b90c3279ccfb35e9751d]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/28 16:30:37 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38d0421e3fb6bbf9474c7a26fee856bf537c4734]

        INTEGRATION: CWS changefileheader (1.20.62); FILE MERGED 2008/04/01 10:47:47 thb 1.20.62.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.20.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [361bcc00944c058d0a8ac47e5f97ac0a02b28198]

        INTEGRATION: CWS changefileheader (1.12.30); FILE MERGED 2008/03/31 07:24:07 rt 1.12.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ecac1cb6b458150fc618f12742ac427bf7fff20]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/03/31 07:23:27 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [234890052963035b9d18bd9d1a7879604999bf8c]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 12:31:43 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0bff0266ff7d73b58719612642aba1a2a6eae55]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/03/31 07:23:27 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4f6279d1b64046fcbf1a78a185ad171660dc1a7]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 12:31:43 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ee7b28fbe0e8a493215d85c2acb3d75ae05156d]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:30:37 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5962f0bbfb444f7deb4c1750649632c35e3b676d]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/31 07:25:18 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2957cc064d0982737aaa412cf78078eeaf2ee05]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 15:00:39 thb 1.5.92.3: #i85898# Stripping all external header guards 2008/04/01 10:47:47 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31cac01f48969d6d3ff0e17512c2ea89a0337f7b]

        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>  [73271431aaf2bddfad1820d439f980fe13e93a62]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/04/01 15:15:17 thb 1.4.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.4.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:43 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3339107074f9285c015efbf0e6c8769c6e1dc274]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/28 16:30:37 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e807f2116adb67d820f1aa77d80ab2dcad6f532]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/04/01 15:23:08 thb 1.12.8.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.12.8.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d515e276cf2b185a9ce6825ccfc039205fce079]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/03/31 07:24:06 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afc96c5482bab54e4dfff83a361e14780cd3c280]

        INTEGRATION: CWS changefileheader (1.53.2); FILE MERGED 2008/04/01 15:00:39 thb 1.53.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.53.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:53 rt 1.53.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e20136420cb0982509ab51458692f712ec092e5e]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:36:05 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0b95e5816e605a5d517401c743078e907a6e230]

        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>  [87cfb2dec4981384b9d7dd98a99fadc9712acf89]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:37 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7d0ccb30c62d9a1612c4e21dc696653fc0b3202]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 12:31:43 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d70a3ad8d31751e77d1e0ab8a9129f63da49fbbe]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:27 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13789fbd89fabc0bfacde7a512c8eac4e2f19bdc]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/28 16:30:36 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f72c81603268a4903eb472ba0a07d9fc835a201e]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:36:05 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3297ad37c9ba274fdd2290165099df7ec863f0f0]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 07:25:18 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a5e4ee845b1ae3f0872b573ac2d20e2a84e577d]

        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>  [6a9d9ecf6a1e13a33d02b55c4877fee44f1e933b]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 07:24:06 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be039f68900afb4563501af7cc237bfcd99e1d80]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:15:17 thb 1.13.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78ff5a76b10913bc22e1a71db52eca2bb554eba5]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 16:30:36 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4013a86d18a01325de15206933fd66d995e07a20]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/31 07:24:06 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89a1d1a635ad8ad4041743b5740d2ca43ac225ae]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:36:05 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ac5f6d9320e4efb659d3bb1ac7a3da474adb242]

        INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/04/01 15:23:08 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.8.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [355f2f8b592b3381857af3153047c671d1b22b0b]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:24:06 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3b6df4a94339f9c3bd6757d90aa5ce3cc2af2a0]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:00:39 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:50 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3535b4c75658ad165b6edfbf4eba382e30b9b0d]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:26 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac25bf6b9a1857f584623751b5bfa2e7dc98cc0d]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/04/01 15:02:35 thb 1.6.100.2: #i85898# Stripping all external header guards 2008/03/28 16:30:35 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26cec29f3cab72d61565d3cb1dda93e1dd9c8ad1]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:37 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f01d21569e6bfea28d0471d23c4676c0919a0830]

        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>  [7c8b6870adde9bf4c8005390b9041bbf5c2eff49]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 07:24:06 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f335d24d65a095ba8cb92e478bd6b2744aa5812d]

        INTEGRATION: CWS changefileheader (1.8.86); FILE MERGED 2008/04/01 15:00:39 thb 1.8.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:50 rt 1.8.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [695893cbc9dbee57c9e16d51f41ed99f61bd13b7]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:26 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e27acad773af40a35b53ac13fea480ffcbaefdd]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:37 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [042190e34334c4f5377c38f1ad46710b1f5d9e99]

        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>  [f9c651838304e7e2e5e8c2bab00e2d24e19026d3]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/31 07:24:06 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d64b91ee42c61097b5dc1f0b87f9649a53c77abf]

        INTEGRATION: CWS changefileheader (1.50.62); FILE MERGED 2008/03/28 16:04:50 rt 1.50.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d81336cab5f8f5a9d652bb58df2fda038692bfe2]

        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>  [efd5c5cfed8405de0760aa97ea51586b3e0fdfdf]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:36 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66f63186933eaa7851743e78d32ab9efc8723248]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:36:05 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cacc33a3f5a9283877b4529781a32a5e0327e4c]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:26 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35616bad765e338adbf17ebfda05ec7e6e6ad62e]

        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>  [aff0ba2170bf496e5bbdb41ae5646b7c7f01081f]

        INTEGRATION: CWS changefileheader (1.16.380); FILE MERGED 2008/03/31 12:31:42 rt 1.16.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [078a5608921307c75ed693216982b5daad0250ea]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:30:35 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26f1fc9f6d8836fb9bf4736b95c3ed05323fd5ae]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/04/01 15:00:39 thb 1.9.62.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.9.62.2: #i85898# Stripping all external header guards 2008/03/28 16:04:50 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d286e3b086502f1e65a217229ab0e5351db9861e]

        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>  [81fabf903ee989bf44d889dba93de194c00df725]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:36 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0aa7b634bfa7dc597f5fc8f3136a2092e2b1bdf0]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:36:05 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45cd3bbc1598fa476b2ce8abbed38a564efd2094]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/31 07:24:06 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c320af52192633aacfb41b696c989aa63654edf]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 15:15:17 thb 1.3.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82ba0e14ba3870215888210f0be0b08b9bdf29f2]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/03/28 16:04:50 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f1be81eca1ff86c5e607980a77255d62e896319]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/28 16:30:35 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [339313e399c5a45f6012188dbc4af17224d9a9f5]

        INTEGRATION: CWS changefileheader (1.90.276); FILE MERGED 2008/04/01 15:15:16 thb 1.90.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.90.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.90.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [267fec8c71046a41cf5b364dcdcf81bf090eafcf]

        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>  [099dd31616ed5364ac3c11609e97ffbfccd9d63b]

        INTEGRATION: CWS changefileheader (1.16.62); FILE MERGED 2008/03/28 16:04:50 rt 1.16.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3401ca386fe27000181b5446677882bd6fd8d04]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:34 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e44ce610cbf7ce9e507cee1d2ff9b2866b5f27cf]

        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>  [2aa085577bb7c28f07a6269c73f5b3c1133d29d4]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:35 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c03781b80b462d9b8eb85346bdd60f99819ed1f]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 07:25:18 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f218620373800701626bac755d71d49b393b747b]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/28 16:30:34 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d41a99584b22b75207d6a9bc0fae39f9f30c6c8]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/28 16:04:50 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99a6e78d1813affc4681aeb7d9318d529542b8a9]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:36:05 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6361e888adca3436032ce40ccf829e5070efe1e2]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:16 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccb78255b97b4308393b486017ed5f638f943ba2]

        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>  [81a7e113de681edffefac3a598ac37d8b4594971]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:35 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d147291426ad51702eaf95e854cf140936b72c7a]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:23:08 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7578f70f7e92c2d5c0c522ade73c5007fa0678c]

        INTEGRATION: CWS changefileheader (1.10.2); FILE MERGED 2008/03/31 07:24:06 rt 1.10.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cac520814204efaaa32e1a92276d6b0277f603a2]

        INTEGRATION: CWS changefileheader (1.30.108); FILE MERGED 2008/03/31 13:36:04 rt 1.30.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b307433bb223e316b11dd211e7608e910189ba1]

        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>  [5241f21e88f9efb4fd748f4038b7d366d5db6249]

        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>  [3c304b349daff0e09a8dcf57a12de5538014a57a]

        INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/03/31 16:17:35 rt 1.11.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e87fdad30da52906f032489b2bff66cbf8263568]

        INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/04/01 15:23:07 thb 1.2.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.2.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:18 rt 1.2.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ab6c4cd002633a7174ebe74f07e0de0b9d13f59]

        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>  [486845c95db8d14d3893e28b9905daa22478ba6b]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/04/01 15:23:07 thb 1.6.42.3: #i85898# Stripping all external header guards 2008/04/01 12:32:41 thb 1.6.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaa5fdc28bae7036f01bf67299b3be2f21172f23]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:35 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b62804d79be526672b24707813b8be2932b25d1]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/28 16:30:33 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e230cdfaedc005257984ecdf1bea7a80ecc30d38]

        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>  [78d328582593471a3941c94c1747c29f3952a528]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 16:17:35 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53139db73a985b1010f836b6fd447f2a21c5d592]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/04/01 15:15:16 thb 1.15.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.15.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a27431ee5b58dd04d90a6a8d508249be580a2ef]

        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>  [d4db1e89a937adef3bfda5aef78fb724ece86ce6]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:36:04 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a00a366df7c8542fcc0cf6918e07ce1ef5e0d540]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:25 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee9783ff1e1d73e0de6ba567a68bc27a2b2ae704]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/04/01 15:00:39 thb 1.6.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.6.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:50 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c8ebe8a2a6e9407b4217d5981d53b303e1b650c]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:25 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49218b66c230620df4551904382f88ec2174c4cf]

        INTEGRATION: CWS changefileheader (1.29.80); FILE MERGED 2008/03/28 16:04:49 rt 1.29.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7fc0a74257686497c630011854da4f53c765815]

        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>  [2cf3191a509ccf5776a7975b0e5762ab13d54f02]

        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>  [61425ff6bc26368f5f6b6ffbfed1d5a54d216444]

        INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/03/31 13:36:04 rt 1.8.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59817841dc4cfc3e7d608df0a09dbc93dd1131d5]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:00:39 thb 1.5.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:49 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b54740dfe21d7d92cacd462a3f2d98b717bb331]

        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>  [2db9441f62ad90263f2220fae33e0e351a90a237]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:36:04 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [797daa30e84c328ae97cfff8acd7f4faccae1942]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/28 16:04:49 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c315469da9081ac2768bbe9e45304019d39a8119]

        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>  [48cb9a3286eb252af21bb49ecf683280dd8091ee]

        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>  [e75f59a86fabf4b91e05b0b1a8fea8fc644da074]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/04/01 15:31:48 thb 1.4.14.3: #i85898# Stripping all external header guards 2008/04/01 12:37:21 thb 1.4.14.2: #i85898# Stripping all external header guards 2008/03/31 13:36:04 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c30bd316ef9a42a6af8b57a3a19eb5b24614fdf]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/04/01 15:23:07 thb 1.19.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.19.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4320b4942f2c7a3aba84c043f2025cd8cc51867f]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:25 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7062b62dc7fe82a4a02a13b4824da91edf63b888]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:30:33 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5a4ddd81239b991df470e08d77b452488de1d55]

        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>  [92d309a8422b6ccafdd1ce6eaf70fc97615953f4]

        INTEGRATION: CWS changefileheader (1.20.38); FILE MERGED 2008/04/01 15:00:39 thb 1.20.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:49 rt 1.20.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [849963eb3868e94a776caee9b0952ca6978d138a]

        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>  [6d78a424dc9d9dae2b6ec2cf0c898086589d36cc]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/28 16:30:33 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ac3b975b94d34592302c360a9083baec43c74a4]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/04/01 15:23:07 thb 1.4.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.4.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f78e15ebe73aa4fefaf81e940c5e26f280117094]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:35 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0070d5ee7322fe22cdef9b7f933fb6550168b8c5]

        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>  [8e19761c14bfc162b1455b0d0d731bb1f79fbd97]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 12:28:03 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/31 07:23:25 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cc27845ec5753ffc34c2fd6a6b16e2d19d8c0bb]

        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>  [521e5611bd4ceffe60bad6dcd0a68ca1529c4d5a]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:24:06 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a79af7b21c6734fa9ffda0051caf81edef659c0]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:32 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a632061ffd7b787f3c45149e676a78af3d5d4f2]

        INTEGRATION: CWS changefileheader (1.27.14); FILE MERGED 2008/04/01 15:23:07 thb 1.27.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.27.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.27.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3617f20d37caaa3f3107f321933a10765b57ed66]

        INTEGRATION: CWS changefileheader (1.5.380); FILE MERGED 2008/04/01 15:15:15 thb 1.5.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.5.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:42 rt 1.5.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c88eb97d76c5b88c4b648e3d819fc5e696f55f7d]

        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>  [7921c7aa3fc9787629a6e5a3bc99982fe93a66c5]

        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>  [8416b18ca05e85374092e3db2a3aaf95e2204357]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 12:37:21 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 13:36:04 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8019edd0355ca97be382f023173d2246abf46ae5]

        INTEGRATION: CWS changefileheader (1.28.80); FILE MERGED 2008/03/28 16:04:49 rt 1.28.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e39e2daf177b04324e731a157c10cc352852754a]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/31 07:24:05 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ea728b2843c8377b7ed0ff9fe32589af64c2a88]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:15:15 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58d99b89813ceb7e26f5d4a21a5e29462f4d70be]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/28 16:30:32 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd144573c594219cd62854f39c41f49e2141b5ee]

        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>  [fcf7c12a4203564da8f4485de65036e4ec26db36]

        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>  [b1136ae22d2420bf0dd76feb0311520387110d8e]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 15:23:07 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e06504eb8b0d396787851356c95bf958985756a]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:24 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [675416c3d26a4c3545e2ba69ae537f95e1413716]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:24:05 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a11855152c156f43e6431ebf979245bc34ae777a]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:35 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a42be98bf949a633787781aab4373513407a07e2]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:41 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7232e1fd67b97943a08961e4cbebe6c98a9317c]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/28 16:30:31 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7a3e47d422d6ad20ca3ccb9fb7169ee2b32cd73]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:04:49 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d07b972d18012116454d3d76ed260c9058db9408]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:24 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1d7843623f2db93a31e3e153156210293cf7fcb]

        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>  [dbc857f077f14c06d3d6ad51007ed5b2b1aaece3]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 07:24:05 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [942dc24504fe8b3a0131b9fdb728c397acbfd1d3]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:34 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d206894bfb9a290a2e5d302d3a9dea2dfcc31c0b]

        INTEGRATION: CWS changefileheader (1.5.168); FILE MERGED 2008/03/31 12:31:41 rt 1.5.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48ba466d5ad7317696001002282b3d11fd0c5279]

        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>  [bab09d415aafbd0e3972f5a569c2640d897eea19]

        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>  [1db0590d7dbb8bedd5f32198bc4a679edba73b45]

        INTEGRATION: CWS changefileheader (1.5.364); FILE MERGED 2008/04/01 15:15:15 thb 1.5.364.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.5.364.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.5.364.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd8c354f30136ced2b60bf4f44e7ee1bda0bbf06]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:23:07 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dea224a8f9b878abd0c9f4eabc08ea9808dfff0]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/28 16:30:31 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8326e611c48533b704f6c14db6a338a0ce82ce90]

        INTEGRATION: CWS changefileheader (1.1.4); FILE MERGED 2008/03/31 17:24:13 rt 1.1.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0fe8b95e70642bb56061ea880a2a65726ee9c61]

        INTEGRATION: CWS changefileheader (1.61.80); FILE MERGED 2008/03/28 16:04:49 rt 1.61.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b3c1613b13dc9f7b7ebe05cf9f2e07fafa6b6d3]

        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>  [d34c75f709abc540cb808171ca0b0cf81e67ba98]

        INTEGRATION: CWS changefileheader (1.18.48); FILE MERGED 2008/04/01 15:15:15 thb 1.18.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.18.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.18.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [626c8768c2a019aacff1d33f07375c98331bc1b4]

        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>  [a35191f4a6c1b73ef7bc3dbcc631256136fe842f]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 07:25:17 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ba7db4f57d08756c862eacfc7034f2beaaabaf1]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 10:49:06 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/28 16:30:30 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92b52d58b90361a33a5a0219c26dfd78290d6f6b]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 13:36:04 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f960b88c838b7250ff33f1b4b2351003561801ff]

        INTEGRATION: CWS changefileheader (1.1.4); FILE MERGED 2008/04/01 15:31:36 thb 1.1.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:13 thb 1.1.4.2: #i85898# Stripping all external header guards 2008/03/31 17:24:13 rt 1.1.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a01148a743a5aacbcf26ffee357652bb364e472]

        INTEGRATION: CWS changefileheader (1.23.86); FILE MERGED 2008/04/01 15:00:38 thb 1.23.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.23.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:48 rt 1.23.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [129312b02e56a59f459b3ab9c021f6444cc98ea9]

        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>  [7972edbd2c0142d15c21509ec93d279e120c653a]

        INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/04/01 15:23:07 thb 1.3.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.3.54.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.3.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55960aae46969f69798c64808d7f012d8f08da46]

        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>  [9731b4f67574b8eb1804306a97b88e2a9531877d]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:34 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [672d3b6e972880e3938fc51b38e1758395134c87]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/04/01 15:15:15 thb 1.6.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.6.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca385289e9923c60b0edad33b45d7ed748710c5d]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 13:36:04 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2008b08cd95c54d8c9000a3e1c2f3d015b6f029c]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 16:30:30 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3bd0741c485622b0b7c1b63e4aa607a02189b27]

        INTEGRATION: CWS changefileheader (1.10.198); FILE MERGED 2008/03/28 16:04:48 rt 1.10.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ce8d633a30f69d45c8d71d3335937a35c0b9b48]

        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>  [75d22118adee4237253f8e2ef6a9af159d189763]

        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>  [2b23cae12f3623d4619742b7d1d61001855f8123]

        INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/04/01 15:23:07 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.8.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce63af7c62f67c2ccf1d6fd09d86dfe6725253d2]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/31 12:31:41 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c99be6414e31343e5c4726aa13abb58d4da3e42]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:30:30 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01beb9fdc1719a42d0a4a1e37d361c4505f812fe]

        INTEGRATION: CWS changefileheader (1.33.38); FILE MERGED 2008/04/01 15:00:38 thb 1.33.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.33.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:48 rt 1.33.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3a2a0a66d5b2d3b4038d6c0427fa33c6141c4ec]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 07:24:05 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b979696d4cf54939f03e5460149190bc6b60925]

        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>  [afc5382658832dbed163f8b0987b270b94567db7]

        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>  [6edb0b19886ff3bdcd7693d6f8afbb3b9b115dcb]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/03/31 07:25:17 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15772a643cd1b403d07e2b4615279b81e1b4b426]

        INTEGRATION: CWS changefileheader (1.3.314); FILE MERGED 2008/04/01 15:15:15 thb 1.3.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.3.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fd461b47c872e45316fbf3bdc0fe4277fa1d118]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:30:29 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ead453310c966334052ec04aa1885f9dad6dbdf9]

        INTEGRATION: CWS changefileheader (1.63.38); FILE MERGED 2008/04/01 15:00:38 thb 1.63.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.63.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:48 rt 1.63.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58b9580137e4096f01b83bb4a308c87855f374f7]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 13:36:04 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a01b814573ae58a31f15f59161605a38d4d679a1]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 17:24:13 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9c050971e7be3f617a5bae143229a2e3bdefb0e]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 07:24:05 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59142f926b9f8892023fd3633126bd8c90eec4a5]

        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>  [29ec120702850adb8d5a1c26d4bf21dc8dc66bca]

        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>  [8692712dbef68ca1d6c1a3c30ffc2c10e4c88803]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/28 16:30:29 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06c132f70de3e1fd254c4407334ebe8e9e9c4be6]

        INTEGRATION: CWS changefileheader (1.7.314); FILE MERGED 2008/04/01 12:29:49 thb 1.7.314.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.7.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feff11653b46a6ddb3d3e463717dac793587e0b7]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:23 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6509d2674eb861b79af69052cf228c5f6ff5021]

        INTEGRATION: CWS changefileheader (1.27.8); FILE MERGED 2008/03/28 16:04:48 rt 1.27.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3d5d9198092f8cb000e1b5e6938deeedee0238b]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:36:03 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c585d23aa243ae51ef422aa865533c31744a365]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/31 07:24:05 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [868235f39bc672c665142e792b11798556faa836]

        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>  [255ffd2b4a29c34dc186a14de515e5a1685c54b0]

        INTEGRATION: CWS changefileheader (1.2.132); FILE MERGED 2008/03/31 17:24:02 rt 1.2.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e07b93a40d0c630e371df3eb8cb2b36300b5bb2]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 07:25:17 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddc3ce39242cce576f6c5f8cfa0fb13c589adb74]

        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>  [9cc6b44cda8c90b473241c029c004c72221aa2c2]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:15:14 thb 1.10.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:49 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [857b4d97dbfdb4dbbcdedcbc7043c1c97645efaf]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:29 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79ad1b30c2ec5405a3a995c56d638270a19aef2e]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/31 13:36:03 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81771097aee9d9f07cf4ceecb3d9b0348ac99472]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/04/01 15:10:35 thb 1.5.74.2: #i85898# Stripping all external header guards 2008/03/31 07:23:23 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35604be2c4fa74998140435d445fbd1892481d28]

        INTEGRATION: CWS changefileheader (1.58.80); FILE MERGED 2008/03/28 16:04:48 rt 1.58.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52f484ed6496ebc424b187972e2d1b430d7fddb3]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 07:24:05 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f71e9f7779ce3903538c8e6b1efc31a77302da6]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/03/31 17:24:02 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55cb06fbc7431b90d8ec2a10b9635d68fb96eb4e]

        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>  [77b6bbe47a476731a09b8d00ad4178ffb5861f75]

        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>  [de13007cea1925e9301f65f20c47038ba4593ce0]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:34 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a622f12b29e39235a22db38154079f367001d168]

        INTEGRATION: CWS changefileheader (1.5.380); FILE MERGED 2008/04/01 15:15:14 thb 1.5.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.5.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.5.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b64ec4677aab2ac6cb1365f1e24209e27478c1ba]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:28 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70ebc90cc9446131afb29fb2a784fd802b714fec]

        INTEGRATION: CWS changefileheader (1.18.108); FILE MERGED 2008/03/31 13:36:03 rt 1.18.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d318663f67d4f1f13ad4529880d6b75b8c38580]

        INTEGRATION: CWS changefileheader (1.35.4); FILE MERGED 2008/03/31 07:23:23 rt 1.35.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e262607451b37fa2cde1ddb96df6191a0b852ad]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/04/01 15:00:37 thb 1.9.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.9.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:48 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5dfdc3b2352808622c558574f1cbc71d1f73d9d7]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/31 07:24:05 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1dc5c60fbaf38333bf38bf4a6215c30c3b8b3287]

        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>  [9082eda8f506b6b67465ca41162dd3babed7d62a]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:23:06 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea3d003af90eb10f4a6cbc1e007aeec3c4951d7a]

        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>  [fb002bd6bfddeb91c38eeac2b199b3ebfc664de5]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:34 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ff4349a580a1733a5d741903adb838cc0e36dd2]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/28 16:30:28 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bed6f5d84bca27b7fdb8d3cde507f304a5c00536]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:14 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a119fd65ff95e6c770f97f58474057e3b935ab9a]

        INTEGRATION: CWS changefileheader (1.32.2); FILE MERGED 2008/03/31 13:36:03 rt 1.32.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2a2a8a3e7a201a03833a97f88585fea450d54a1]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/03/28 16:04:48 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [370ceb6596e3016d6df1546e295bd5de5c41625f]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 07:23:23 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94618aabd3ce925717ec7846f5e7641cb6d46cb8]

        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>  [ed109c42dcae4232c9aa0fe79392f31494565e46]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 15:23:06 thb 1.10.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f4c4f2f31e381d1efc0f4c63275ea536f5bb5c1]

        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>  [7a3e87971133b9411643629d10decff91fb1b780]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:30:28 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fde4eaf4ce1038f62f11f86df2005f7054ea485b]

        INTEGRATION: CWS changefileheader (1.37.38); FILE MERGED 2008/04/01 15:00:37 thb 1.37.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:46 thb 1.37.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:48 rt 1.37.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [905e8a6fd654084f45ef08a8e846e473a21a0355]

        INTEGRATION: CWS changefileheader (1.5.380); FILE MERGED 2008/04/01 12:29:48 thb 1.5.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.5.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a12cbeedefa6b736db0a49890665a5d3494c71b]

        INTEGRATION: CWS changefileheader (1.16.108); FILE MERGED 2008/03/31 13:36:03 rt 1.16.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4215506c0fde7404c35609b93915c34b29d6c20]

        INTEGRATION: CWS changefileheader (1.26.38); FILE MERGED 2008/03/31 17:24:01 rt 1.26.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d81db9f1ecd75246786268962b52c29e2a9285e5]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/03/31 07:23:23 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35d083042e0dcd95ce7e553e3524a74ee3186337]

        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>  [3e1506e3e560d77fa7bc89945d5e09b82b41aa1a]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/04/01 15:23:06 thb 1.3.66.3: #i85898# Stripping all external header guards 2008/04/01 12:32:40 thb 1.3.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d41324155f601a276ed44c18214a80b815c0082a]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:34 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb009805c12c28c4c31071308d9b633c4c93bf64]

        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>  [09cc15c893dbf921bc7703c911dfa867ee09dc26]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/28 16:30:27 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a4ea290eefab85fe491df8d3dcfd0a611ea252c]

        INTEGRATION: CWS changefileheader (1.7.276); FILE MERGED 2008/04/01 15:15:14 thb 1.7.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.7.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.7.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae4f03939913524c8d1ec512d7a6ae2831b4b236]

        INTEGRATION: CWS changefileheader (1.31.72); FILE MERGED 2008/03/31 13:36:03 rt 1.31.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23148b90f84ccb7e4bcf5949c036bb118965081f]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:31:31 thb 1.5.80.3: #i85898# Stripping all external header guards 2008/04/01 12:37:09 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 17:24:01 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef98c7e5c746e49872cd40e181b5a08688bb5674]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/31 07:24:04 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25db94776d415c3e2efbc8bf7280855f28334e49]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/31 07:23:23 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce62fcf7e882e76940e9e95c554d6005da69ae88]

        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>  [c37bca7ebbe752b8323fa2e8024b43f6125c2c78]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:34 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [678ce1d9189461d8aec48ec4a1fdf0c177952246]

        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>  [796df6467f758ec5d56b25b6828ca9f7c4e85e52]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/28 16:30:27 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [382e20ce5173f4ab8acee3dde515979bf471e373]

        INTEGRATION: CWS changefileheader (1.2.222); FILE MERGED 2008/04/01 12:29:48 thb 1.2.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:41 rt 1.2.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e65567bf30a3385c03fca465c7a15f1259e18289]

        INTEGRATION: CWS changefileheader (1.2.132); FILE MERGED 2008/03/31 17:24:01 rt 1.2.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbb25592bd28ccb073c53bf07be6495120fc62c7]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 07:24:04 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5346659688442e03e26c522050a5e4017767183]

        INTEGRATION: CWS changefileheader (1.12.108); FILE MERGED 2008/03/31 13:36:03 rt 1.12.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83da272c1f0e35b344d6c053996036cef67139fe]

        INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/04/01 15:23:06 thb 1.9.66.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.9.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6073a74121b68c6e83fae0e22c0c6cfc9c42c00e]

        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>  [eee2ecc46f09a02b7ed1bd655e966df2b6a12a24]

        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>  [edb093df283c6ca7884a189ca612129bab5e3ef7]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/28 16:30:27 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e783742672da49dd2ec3806d2ac88e236de69d5a]

        INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/03/31 16:17:34 rt 1.12.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a378d45d4cf3dfdc15562670533a7551d1abd5e]

        INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 12:29:48 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.3.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf943921312e633bff883b8391b7bf8cbc6446ea]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/04/01 15:31:31 thb 1.14.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:08 thb 1.14.4.2: #i85898# Stripping all external header guards 2008/03/31 17:24:01 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80e4347acc5e689c2ffedc38fa68cd14935cb05c]

        INTEGRATION: CWS changefileheader (1.33.48); FILE MERGED 2008/03/31 07:23:23 rt 1.33.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7f7c059c8b6540062ca772d7b28289d7c8cb549]

        INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/03/31 13:36:03 rt 1.22.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ae1753ee31ea73cec2899f3a9db08d09e01e328]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 07:24:04 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e4ba7df1c067de1f1217bcab0215aa90b68a5d5]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/04/01 15:23:06 thb 1.11.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:39 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/31 07:25:17 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6282ecf4c834039819ca1097dc11c0fe0e184063]

        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>  [10b3e0d9efb8e19997ec010660d48da91d35ca26]

        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>  [25d542e3f40fea60720b4e31997a63c72b8c5a19]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:30:26 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34c0aa5057f2b9d7493cb9e2a77470107b6842ec]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:34 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd99831ccc60cd60e57e7d47e9bea60ff3ea6958]

        INTEGRATION: CWS changefileheader (1.4.164); FILE MERGED 2008/04/01 12:29:48 thb 1.4.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.4.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [128c7fdbcecb99e04ad08ee14a7837af830d7c84]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/31 17:24:01 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc13273c84bd99ebf35570f6961b0a6455fd9d82]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:36:03 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cec43a8f820aae10bff213d16a4ed1b1e99be62c]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/31 07:23:23 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [455bc73214465119a36098233e1368a25dc2e4c0]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/04/01 10:47:45 thb 1.8.54.2: #i85898# Stripping all external header guards 2008/03/28 16:04:45 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93c51096f57d804085695f04f3b467e8d58f7e1b]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 07:24:04 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3eb59417c58c465f788a57208ec596c783e65727]

        INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/03/31 07:25:16 rt 1.8.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f16c072cec8d9fab9ffdc66aea20d617c37f6f9a]

        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>  [2173cebe7e23909cc24b8cede1b513b139020e53]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:30:25 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58c0685b85791539729342b865fb669dae73d4aa]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:34 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8abfec75deec6d1ade23fe3fb5c4d591a3f841bc]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:14 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [685e84068bb52f31e9be77dbfd3299d36b896a88]

        INTEGRATION: CWS changefileheader (1.18.4); FILE MERGED 2008/03/31 17:23:22 rt 1.18.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e21eb0c0471fa926697a47823ecb864d6bdcbc27]

        INTEGRATION: CWS changefileheader (1.13.72); FILE MERGED 2008/03/31 13:36:03 rt 1.13.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86ea119622dbd9bc9854f8be1ab89d92d06114df]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 16:04:45 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08f59ad96cb1fe9417552dc3edbe17f3206fddc5]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/03/31 07:25:16 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d30e671a0cdd0224c72648fe0ba2ba09ac52f9b4]

        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>  [7db31b005d6f9fff7e8ba81da437e78095dfb6f2]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/28 16:30:25 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9abe3c886e0de9b2845f18e7f6b3f0775b7e94c]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 16:17:34 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [099f9fd00302b7027c0deba11edff0716c27bcd3]

        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>  [581d0726e21691a66d62754fe550a08d8eba4244]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:40 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe9d0635bd7ec9bedc31fb9bba133241798596d9]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:00:37 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:45 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [021aca58316ec8c095a36ace29f41fd0305b2f16]

        INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 07:25:16 rt 1.2.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d1c749d2599fad4142be2b687976a19349d226d]

        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>  [fd1e24ad5089304fe06c08c8a85cd6cb96911cb5]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:30:24 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72ee6c17df2518a4059c9b30fbc3bc06f6b517e1]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 15:15:14 thb 1.5.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fef01499fe87e30e856624d0620e3d4993a4ff0]

        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>  [f92661972bd2b2de070e1ce860bcd34b0c26f43e]

        INTEGRATION: CWS changefileheader (1.24.8); FILE MERGED 2008/04/01 15:00:37 thb 1.24.8.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.24.8.2: #i85898# Stripping all external header guards 2008/03/28 16:04:45 rt 1.24.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e112c6f0ea27832e46ab398f5eb6288d411a892]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 07:23:23 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcb6f120ef2be98377ee84a0673d1637cc03583a]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 07:23:53 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35ac987d6c7780696740620b7519142a5d3390d4]

        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>  [8f06ea8a4e159341bd6d9d29ec2a955afe9b36cc]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/28 16:30:24 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b69df8c00db19c110183f713f20b13a1eb02c33f]

        INTEGRATION: CWS changefileheader (1.7.276); FILE MERGED 2008/04/01 15:15:13 thb 1.7.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.7.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.7.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9656614fb9530f13d3e0e6fb002900d20e58b586]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:34 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8777ce466d62145da9fd5abb1713f239d61d2fa8]

        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>  [a4ab2801f2bb33d3d53ef3db3d116305ebd78818]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:04:44 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [999b983176ab86f6e978a95546b09c6721ce2bf9]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/31 07:23:23 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42685252c95f74a901e8d5e6d4f8cad98c947c03]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:23:53 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [612f34b282c8ad982da1c7fc094011555aad00f1]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/31 07:25:16 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03e8dc66ef42545996e7907528af11e922b87671]

        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>  [2dd94ec602d092d38d5f6773b2ad72e993da8ef5]

        INTEGRATION: CWS changefileheader (1.2.380); FILE MERGED 2008/04/01 12:29:48 thb 1.2.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.2.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc3bb4dd86861a86100207f795fdf039db14ea57]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:30:23 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec49ef03bb3b67761454db5276e4d0ef019707f6]

        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>  [3fef550c4d83266e9fe7a517590b7c2024cc759f]

        INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/03/28 16:04:44 rt 1.3.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d71abb78229f32422a94dd272824299ddcd6270]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/31 07:25:16 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cf3b8f57478bf66835ce7b3af2debac61bcd2c2]

        INTEGRATION: CWS changefileheader (1.5.222); FILE MERGED 2008/04/01 15:15:13 thb 1.5.222.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.5.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.5.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [982b2ba63847f116570654dbb3bc60f97a6aa69a]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/28 16:30:23 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6be0bf0305a040c1a70dea655e374f6246fa4d9]

        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>  [c7be3b60aeb252c289bae3f5e242f61290a7f018]

        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>  [61081c9f8670f907f20ddad23c3a596e79d59d2b]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/28 16:04:44 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d119363272412144619e9f3755056f10fd0fd614]

        INTEGRATION: CWS changefileheader (1.19.74); FILE MERGED 2008/04/01 15:10:35 thb 1.19.74.3: #i85898# Stripping all external header guards 2008/04/01 12:28:03 thb 1.19.74.2: #i85898# Stripping all external header guards 2008/03/31 07:23:22 rt 1.19.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef15d1dcbe9a8a53c84c79f5e3e4535a3db76d1e]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 13:36:03 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e34cbf0bf0258bf4bf1addd7a74a1a49b4f6c67f]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 07:23:53 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7eb03f8041b13a07ebb70da1b3c2affaf7dfa8cf]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 15:15:13 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [881d79427700a47fae03bf633c876fec2f048365]

        INTEGRATION: CWS changefileheader (1.4.142); FILE MERGED 2008/03/28 16:30:22 rt 1.4.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfbb94247b241946cd5770e9c61a7acbc7bbd29b]

        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>  [8ffdc35dee3cbda62c83dc1b2ced1d8740c739a3]

        INTEGRATION: CWS changefileheader (1.17.84); FILE MERGED 2008/04/01 15:10:35 thb 1.17.84.3: #i85898# Stripping all external header guards 2008/04/01 12:28:03 thb 1.17.84.2: #i85898# Stripping all external header guards 2008/03/31 07:23:22 rt 1.17.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f5a294d36826bb460abaf507f6ff543e72123c6]

        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>  [6a1bb3b4ef260e34f69ba840e66a716b98495247]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:36:03 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e1a8e0ef7bbff1a02b2fef95bf9e493440a6e2a]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/04/01 15:22:58 thb 1.9.8.3: #i85898# Stripping all external header guards 2008/04/01 12:32:33 thb 1.9.8.2: #i85898# Stripping all external header guards 2008/03/31 07:25:07 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f6246771187e522e50f31194446cba598d0f981]

        INTEGRATION: CWS changefileheader (1.9.164); FILE MERGED 2008/04/01 15:15:13 thb 1.9.164.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.9.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.9.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6110d51572241849e3a5bbeb88ab0c4cc38c4171]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/28 16:30:22 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68433a30169237e48e5383419bbbc4357141561e]

        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>  [cc7550278c427a8d1896c47fc77b145ba70ab6d2]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 16:04:44 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fbb5e1771c7beb66a3c6854a00e76b8b22a9234]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/03/31 07:23:22 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fc83d0eb589d92a06b3dad4c71fc5d81bfabf95]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/03/31 07:23:53 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66272cd4cf36a3bd17767eafd177c86cdffe1685]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/31 13:36:03 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e111f64218e3189368e1d0c50ebb1a8432f7b27]

        INTEGRATION: CWS changefileheader (1.6.472); FILE MERGED 2008/04/01 12:29:48 thb 1.6.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.6.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a111a0c0614a368f94095e4bd86bf43fadd3e8c]

        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>  [95f2bd7db4014c29d4b4484d3d43d97b8abadf8a]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/04/01 12:32:33 thb 1.4.32.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abce7f1a1033948708fe830af2d76d7fc6314c03]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:33 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72ded5cdd6e0313ebc973df1e2e2f5ee5f22df56]

        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>  [84b42080484892e69b7dd479a27dc22b3f4afe97]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/28 16:30:22 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f5e72a77ca9a9266cc3ee3e9aa2f545e52b101e]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/04/01 15:10:35 thb 1.2.18.2: #i85898# Stripping all external header guards 2008/03/31 07:23:22 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6073564c5f2012c4f7b2849f4e5899f5241b998]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:36:02 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc0ee9eb70b2be89357fa46c5bca0944828bb282]

        INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/31 07:23:53 rt 1.5.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4900d0f39ada8ef20967c692f1b432272aab6ffb]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 15:22:58 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96c362b141c7e1eacb5291180f361949093ebb6f]

        INTEGRATION: CWS changefileheader (1.11.276); FILE MERGED 2008/04/01 15:15:13 thb 1.11.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.11.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.11.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce9fd4ff99cff29d108455084eae23cdffa5d0a1]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:33 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de62c09225b67bc7f3dbb859c544efbb44a8731b]

        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>  [ffd3877f92d4b7a097e9ef0cff72acd2bec45690]

        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>  [1d54bc0118af9c64b2995c6a21bee9c08c073a9a]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/28 16:30:21 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73066edb3a84bf5fe5ecfe3547b8084bf483e823]

        INTEGRATION: CWS changefileheader (1.26.80); FILE MERGED 2008/03/28 16:04:44 rt 1.26.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d63a36562b234fbb2c8c4cd705879b4d24a76d8]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 07:23:22 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f927250707c1497efbcff3e118d9f999d856b0c5]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 13:36:02 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa6714114aaf7db1e7e7c004ef516d4fc4ba33ef]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 07:23:53 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb5bd68bb1905253a0966e7a60e7aa88f052dfa0]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 12:32:33 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dd91c06c5b2dd8ed828b18678eff2be7bc11a25]

        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>  [b96b2fd27de6eae152c07ce03eed6046fb8623c9]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:00:37 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78a00ee13f0c4d5c93159abeb5d2ab702e4a8df4]

        INTEGRATION: CWS changefileheader (1.4.380); FILE MERGED 2008/04/01 15:15:13 thb 1.4.380.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.4.380.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.4.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f370fb9aa22b81d56963c7512214a93c18562b49]

        INTEGRATION: CWS changefileheader (1.29.16); FILE MERGED 2008/03/31 07:23:22 rt 1.29.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [127133725194d00e9ae1d156a8ff059dcb07cb0c]

        INTEGRATION: CWS changefileheader (1.2.142); FILE MERGED 2008/03/28 16:30:21 rt 1.2.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe65ee1679a1cbcb1966f8588cf31ffcceba10a6]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:36:02 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4d0f82eb78d73872b1550e55a55188908c44bac]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 07:23:53 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9da53d3b522ce3040b6c047797f6083149e37d56]

        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>  [350769281878dde154c563aa7b7fa2ae6e1650f2]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 15:22:58 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [593a0cb020fc4dc13a2f2df2e572c0d275ce9aca]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/03/31 16:17:33 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a49f0b06710e1cdf2b1819848fdb78b2ad48e447]

        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>  [a02687e4e54f878258e4b053295e7686ee1e6a6d]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:04:43 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6580048be6fd417dd36275ffb47397d359e03ad7]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:15:12 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18508d5e01cb9d6ac1fc7d80f8613cfebc600401]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:30:20 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59e15753c87e13310e439ffaa46a6b1d765240e2]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 13:36:02 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b3a14ae0934a0fd52bfd6a168bcbe3b4977f5fd]

        INTEGRATION: CWS changefileheader (1.38.16); FILE MERGED 2008/03/31 07:23:22 rt 1.38.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd826255b43b3cf2d442aa91ec19e7f3fa108da2]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:09:20 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d26a6232e402b455af19f398c6b8d79c7d17b244]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/31 07:25:06 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f823d4f8f1094544403c88fd558fe4ff34d3801c]

        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>  [7cd666688636483ce8c1d79c1c3d3f61603d893d]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:33 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34e5b2b004225c0080edd36efdeb308013943e44]

        INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/04/02 08:56:48 rt 1.3.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [061e2e021c52c3de2a1823a0b4a7ea9624fb025b]

        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>  [6998af737116bef2841e7195f7aede84900d924c]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/04/01 15:00:36 thb 1.10.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c75480339d2a67d7bf82123a638bbc57c570e98]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/03/31 07:23:52 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c4a1372202f2192e6752a8984c88977d2dadc64]

        INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 12:29:48 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.7.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45c276700121c4dfa21129dda8062e6bdc8a8f5a]

        INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/03/31 07:25:06 rt 1.7.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce0301d3d4b62a140da6ac15c04e2598c38e60af]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/04/01 15:02:34 thb 1.10.84.2: #i85898# Stripping all external header guards 2008/03/28 16:30:19 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [105883e6b687e9ececfe60af150de27622a92cfb]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:33 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79b58360aa1f8365d0fdc983da3b4774d06c9074]

        INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/31 13:36:02 rt 1.11.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d0282e2008a904dae237d06780b2264d0e8830a]

        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>  [47ad0a8d445f0af4c0c0b0a1d863ee39b87edb8a]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/04/01 15:10:34 thb 1.10.84.2: #i85898# Stripping all external header guards 2008/03/31 07:23:22 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb109a3f71b6d9d50f86668b6518eb35a4e5ba4e]

        INTEGRATION: CWS changefileheader (1.31.86); FILE MERGED 2008/04/01 15:00:36 thb 1.31.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.31.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.31.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fb37c55190ab479c68c0087d19f644557f664a2]

        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>  [7c949afa3dacc1182fee95f87f2c52b22f573947]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 07:23:52 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95bfdf65cb8c7240380e347285289bf314510ae1]

        INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/04/01 15:15:12 thb 1.8.224.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.8.224.2: #i85898# Stripping all external header guards 2008/03/31 12:31:40 rt 1.8.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9418c68601b3b2a584e349fe1e763d47d01b7fbc]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/04/01 15:22:57 thb 1.10.8.3: #i85898# Stripping all external header guards 2008/04/01 12:32:33 thb 1.10.8.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb56117f99d9aa72af1e6cfed5ccd0a6f017f0ba]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:33 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad78bb7172939034a43da6999234632f00a0afab]

        INTEGRATION: CWS changefileheader (1.19.58); FILE MERGED 2008/03/31 17:23:11 rt 1.19.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aad522e3787d4107011d39b604213a0abfc217ea]

        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>  [4b8fc7ea28b1366d5caff75b51b8d45d10b841de]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:30:19 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2508d14e5cd6bdc9de532c2cb5853211ab27fbac]

        INTEGRATION: CWS changefileheader (1.21.72); FILE MERGED 2008/03/31 13:36:02 rt 1.21.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb3adc50466ff2b46ccb945a8b7bfde101d1846a]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:22 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d373d48d281e7c6fb196cbe48367c14d8d1fb4e]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 07:23:52 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [853fd358f8b74bb52cc2a1c459ada97099eef3f2]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:00:36 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2a4ce73fd6997c7484c02fb44012e15a5d0a03d]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/03/31 16:17:33 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5f74000eaf62ae321697f01a97b37378afbe112]

        INTEGRATION: CWS changefileheader (1.17.32); FILE MERGED 2008/03/31 07:25:06 rt 1.17.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3afbbc3bb9a34aef3f38f9eaf24d0f2d7c38fe50]

        INTEGRATION: CWS changefileheader (1.11.194); FILE MERGED 2008/04/01 15:15:12 thb 1.11.194.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.11.194.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.11.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da1ec5460cb39c39fe182881d002d61116d22cc3]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/28 16:30:19 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfdc929cb1bf5e7d5958fc026c2727ecc185d978]

        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>  [31ec795ad331a5e21810bcf74110c532febd360e]

        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>  [1b7fea6f7ab87bfb6436f3b71f64b9fc7653fe4b]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/04/01 15:31:30 thb 1.3.132.3: #i85898# Stripping all external header guards 2008/04/01 12:37:08 thb 1.3.132.2: #i85898# Stripping all external header guards 2008/03/31 17:23:11 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13b99d0311d17c7459104f69274429066d92e7b7]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:08:54 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34e03d5b0c8030afc4f111bb2bc1551729e9fe21]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 07:23:52 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c23513d63e3c1820089b9303a69dfa5455d74e0]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 10:47:45 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cad5e12b24d8f18b50e073911af1c3b75cb43017]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 15:22:57 thb 1.8.8.3: #i85898# Stripping all external header guards 2008/04/01 12:32:33 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cb15ecdce8de3bdd186acbe00e6bc9b10819433]

        INTEGRATION: CWS changefileheader (1.14.194); FILE MERGED 2008/04/01 15:15:12 thb 1.14.194.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.14.194.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.14.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1335bf924d99232fd4bf8f1fc7aaad0cda4fe564]

        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>  [2ce175fb562277a18ed9a2732ea368501a98f7cb]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/28 16:30:18 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5fe64ae0941e2afb1a07d73bcb7b603c1036958]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 12:37:08 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/31 17:23:11 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb52f5bb945af336365c49d9c204bf45f3990b93]

        INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/03/31 07:23:22 rt 1.14.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3455f70569b58c22e7b8e873aadbc5f678ff42fe]

        INTEGRATION: CWS changefileheader (1.23.38); FILE MERGED 2008/04/01 10:47:45 thb 1.23.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.23.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d54c1cd47b8309b3ed1045acf51c78ec6fd7cd1]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 07:23:52 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [444099ced946d13488234da8ab50926bd79318b9]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/04/01 12:32:33 thb 1.3.32.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b9d37ce35c9a9681de6b9b9ed87d0039a531f73]

        INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/04/01 15:15:12 thb 1.6.222.3: #i85898# Stripping all external header guards 2008/04/01 12:29:48 thb 1.6.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.6.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbb79d6ff2cc2578d8d8bd9edbed4cc057660a64]

        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>  [bb358a67d4402635caa9f188319e92faed165cbf]

        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>  [c239df1f7b6cefa0aa16595d96e75e228d4249a7]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/28 16:30:18 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fad67e8fa93c444e686fec0e798add2c02d22ec7]

        INTEGRATION: CWS changefileheader (1.14.108); FILE MERGED 2008/03/31 13:36:02 rt 1.14.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a606f6c4bc61d2ecad1ca34626ac95bd87d2fbc]

        INTEGRATION: CWS changefileheader (1.32.80); FILE MERGED 2008/04/01 12:37:08 thb 1.32.80.2: #i85898# Stripping all external header guards 2008/03/31 17:23:11 rt 1.32.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9e0e0ab16e6cc0a251a06fc79def642607e9262]

        INTEGRATION: CWS changefileheader (1.32.16); FILE MERGED 2008/03/31 07:23:22 rt 1.32.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3165f7bedefa07be71ea874cc7f7e815534a3da]

        INTEGRATION: CWS changefileheader (1.13.38); FILE MERGED 2008/04/01 15:00:36 thb 1.13.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.13.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.13.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [669a5df158ec67aae38922bf7ee19e87e88ab20d]

        INTEGRATION: CWS changefileheader (1.11.222); FILE MERGED 2008/04/01 12:29:48 thb 1.11.222.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.11.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18940b833c103aead981e0a1b588ee1de76ac233]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/31 07:25:06 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c312fa86da8bb0aeb3e3e34cb175c682c482e529]

        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>  [9384a2c352363803b140963177718aa992da6e19]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 07:23:52 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b8c3b147feee70d1d62dc1abf65f3680c6ce960]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/28 16:30:17 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a20e902170e322ee28dee5ce058cd11d71bee874]

        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>  [85d88512a1a96f4297c2831de21890028dc88fda]

        INTEGRATION: CWS changefileheader (1.30.72); FILE MERGED 2008/03/31 13:36:02 rt 1.30.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d452b88ae85a807c01b574bcaba331633ea0a758]

        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>  [c0ed210f77d3962c067d68c136cb20399c04d3c3]

        INTEGRATION: CWS changefileheader (1.56.8); FILE MERGED 2008/04/01 12:37:08 thb 1.56.8.2: #i85898# Stripping all external header guards 2008/03/31 17:23:11 rt 1.56.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de44746b6e2e9658bb28cdcb25f489cea5f11f9e]

        INTEGRATION: CWS changefileheader (1.25.38); FILE MERGED 2008/04/01 15:00:36 thb 1.25.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.25.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.25.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [072a18b26f5fa32949711d298a529fa28689ba88]

        INTEGRATION: CWS changefileheader (1.12.48); FILE MERGED 2008/04/01 15:15:11 thb 1.12.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.12.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.12.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [069313804e52f2404b63a7d0221584aa99ee892e]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/04/01 15:22:57 thb 1.13.12.3: #i85898# Stripping all external header guards 2008/04/01 12:32:32 thb 1.13.12.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6759cf3e52969a2852014c662a4fe06f12e007cd]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 07:23:52 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [297a383405b6f279d2a9f3ed24337a4bed28421a]

        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>  [045092be2eecd65de4252f09c25307804d6ccc2c]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 16:30:17 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abab2b6fb4c205aa50ac72e44d651a8e5fe2a48d]

        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>  [6d606746ec5a425460695bb3547348ca1c6a7e90]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/31 17:23:11 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d89de6a17a3a95e75d7d241ca962a9f7a1c096d3]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:36:02 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ffb56ea11a4fdeb5f4efe3a5d1602cbf70dc8a1]

        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>  [e9b267c40ac5695c5c1abc98328ad5ac3d2f7e90]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/31 07:23:22 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [213910f6e7c5a7bff2956f5eb791c6524f5f6c67]

        INTEGRATION: CWS changefileheader (1.42.38); FILE MERGED 2008/04/01 15:00:36 thb 1.42.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.42.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:43 rt 1.42.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbd2b77e61450f837e593113dbab394d28976208]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 15:22:57 thb 1.6.32.3: #i85898# Stripping all external header guards 2008/04/01 12:32:32 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82eb6af06f794933ccaa60e3d5dcd6d9ce5d16ca]

        INTEGRATION: CWS changefileheader (1.21.48); FILE MERGED 2008/04/01 15:15:11 thb 1.21.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.21.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.21.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e3f583841f477d74cf8dbb3d023df6df1d70673]

        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>  [f4224cc9766c28f707e7f9511ad418441c8753fa]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/28 16:30:17 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed1863b7e188f3acf0b3677179f7c11302525791]

        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>  [506029699be8c891a491b7b478b1eb50711b521a]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/03/31 17:23:11 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0ac3e341720a153682ee88036230c485441438d]

        INTEGRATION: CWS changefileheader (1.35.2); FILE MERGED 2008/04/01 15:00:36 thb 1.35.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:42 rt 1.35.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d49451bbe5ef32e281ee0f66217b66526b86954]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 12:32:32 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d59088ebe787caffa98ad242414c9a23df6fd24]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/04/01 15:15:11 thb 1.11.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24a37345fdca84e4dd391442676390ac2f3e48a2]

        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>  [a7c3e798543e8f0d2a2fbd79a87868638f39a265]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/28 16:30:16 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f3e7fd1db58ae67f52e5a6fe1fdc8ec5d5da96b]

        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>  [c9d7d4abe62e42f163ca7d65378827124a10efa6]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/03/31 07:23:52 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3080d20c2d5074f1528b7de4826b2bdb2234362]

        INTEGRATION: CWS changefileheader (1.28.40); FILE MERGED 2008/03/31 17:23:11 rt 1.28.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [572e9a552a9f24dcf02d386ec53629473f9918e0]

        INTEGRATION: CWS changefileheader (1.2.90); FILE MERGED 2008/03/31 13:36:02 rt 1.2.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1247a57a02788ac3b0f7ef38b7f9e2f5f708210]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:22 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [739abdd59f432f553e0372f350ae075b864166b9]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:22:57 thb 1.4.16.3: #i85898# Stripping all external header guards 2008/04/01 12:32:32 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d1c5217e03a34dd047796d5bcae49a9003d21e6]

        INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED 2008/04/01 12:29:47 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.18.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f8ce7a4ab8c21694858390f68359293ed9dbbc9]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:32 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32b1b607b1d7420e1066b8599ff22ca723a5e6d5]

        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>  [51e25d2611b11e5ebbf39393304e44401c5e9e2a]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/28 16:30:16 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7f8861a6f91ea9ccf13ed5ea1cb8b2d57a84407]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/31 07:23:52 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28e46394e7fb6a928628234429cf3475c869b19c]

        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>  [69ab8dbfb4a8bb248f822877b269170188bdf5c7]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/31 13:36:02 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d39d8883d2998f3fd9f8a0d7bde248d97953a184]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/31 17:23:11 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06b4bd6cc1bce2e1639c3037f845555c74fb0a25]

        INTEGRATION: CWS changefileheader (1.18.84); FILE MERGED 2008/03/31 07:23:22 rt 1.18.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8578c012e377f7a233f7d11ce3eaab23ebffa8e]

        INTEGRATION: CWS changefileheader (1.106.80); FILE MERGED 2008/03/28 16:04:42 rt 1.106.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c47e7d86dffdf6ae9333c8995e1e3198441051ac]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 12:32:32 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68d728a73857aa8cd65b2b56016fd3f2fc9ff249]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:15:11 thb 1.2.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d39cb10f80bdc71c1a19c85c4787c5ee8c0a3a81]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:17:32 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e72be5068f8ca12682a820229720769486556254]

        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>  [133a5de1c1aae3138de0ecae19eea3aace414829]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 07:23:52 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db462cbc526d0bf6af145f20c2d4701f66d44870]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 16:30:15 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fa7c15eac02efbda72d3a173f1cfaa78997effa]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/31 13:36:02 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09da940d88e117468ac58e627eedbc3c52c72801]

        INTEGRATION: CWS changefileheader (1.67.40); FILE MERGED 2008/03/31 17:23:09 rt 1.67.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17a13b6e62b379d73727a15d1cd9242b1e579dff]

        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>  [4412d0399ece2a376aaa91358760f66464dff747]

        INTEGRATION: CWS changefileheader (1.9.74); FILE MERGED 2008/03/31 07:23:22 rt 1.9.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [727f0f8afdc50be8268a5243f9497998afdf0e49]

        INTEGRATION: CWS changefileheader (1.47.2); FILE MERGED 2008/04/01 15:00:35 thb 1.47.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.47.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.47.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4dd4da4215dd8f6d617d39ff8873aa0a7dbfbe9f]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/04/01 15:22:57 thb 1.6.30.2: #i85898# Stripping all external header guards 2008/03/31 07:25:06 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d8941da47463f3d7e8e6037320721862fa4cef0]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 12:31:39 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e9449dad668cc90a0a6044b4ad70f99336b4092]

        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>  [b7159783e975c998625f4c9b968461b00b40df00]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 07:23:51 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92f461231602965a360d3539bc4c91839183cb89]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 13:36:02 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5852770a4316a91f72609b2803181147ace4083d]

        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>  [b6976ff1375697011f50d595ba84f096d0266648]

        INTEGRATION: CWS changefileheader (1.16.58); FILE MERGED 2008/03/31 17:23:09 rt 1.16.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5786d0fb3a045475b7cf17c23783e2a6479ca00f]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/31 07:23:21 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ff9caba1297a31533e313982bece2f610ed902e]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 15:22:57 thb 1.4.48.3: #i85898# Stripping all external header guards 2008/04/01 12:32:32 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 07:25:05 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f868367a7ae004361f54f3b854fd79be8de83168]

        INTEGRATION: CWS changefileheader (1.17.2); FILE MERGED 2008/04/01 15:00:35 thb 1.17.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.17.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.17.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98c83118a15123f9f245ded7fe5b5ff2985cfc30]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:31:39 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e24ab223733d9de61095a1e240e1494d1fe1fd9e]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/28 16:30:15 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f70601a1417768aff931d679ee3576f5e366eae8]

        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>  [cc27727b59e50b9a2cdaafc910c4f4a5414309f9]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/31 13:36:02 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5afa89a4ba233cbc39e13b1fc1bec97d11668d71]

        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>  [22da6831e8b3f1e56c5ca5f2fc01ec12800ab2dc]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/31 17:23:09 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b13cf42ee9316dcae57555b37bfbad1edc80456]

        INTEGRATION: CWS changefileheader (1.22.32); FILE MERGED 2008/04/01 15:00:35 thb 1.22.32.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.22.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83e79c45b359228da769776fad90d5e1a76bc5b8]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/04/01 15:15:10 thb 1.2.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.2.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75db2d1b16573d1161f346c25d031b4d88ae5ce6]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 16:30:14 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7954be451e2e8f3b0fbae7f6487c1276f385a6e5]

        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>  [e29babea00d89943ce3e488f5024a19bb34c9597]

        INTEGRATION: CWS changefileheader (1.15.66); FILE MERGED 2008/03/31 07:23:51 rt 1.15.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37853b8c0158608fce4daedbaaf327675a0cf55f]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 13:36:02 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81e96685f3a96800b67140203b4696bb3c0df1d8]

        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>  [63188789374efdb697e0516adf0c0590b7105e38]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/31 07:24:58 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23794daf15365c32ecdd7a512727ed961f172517]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:23:21 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd71424f30489a4e2bafa027cfb94c7149cac04e]

        INTEGRATION: CWS changefileheader (1.55.2); FILE MERGED 2008/04/01 15:00:35 thb 1.55.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.55.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.55.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8ff79eb58b0989946a31dfca08106c7753c6043]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:06:20 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34d68b1ebb150d13de33110669333625b35b1cf9]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 12:29:47 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20a4b8743bd54e657078c2aacbd933250f310592]

        INTEGRATION: CWS changefileheader (1.45.4); FILE MERGED 2008/04/01 12:37:08 thb 1.45.4.2: #i85898# Stripping all external header guards 2008/03/31 17:23:09 rt 1.45.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74b27148096c1fc98ef03cd0a272f41b268affdc]

        INTEGRATION: CWS changefileheader (1.17.40); FILE MERGED 2008/03/31 07:23:51 rt 1.17.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3496683021e6d10424cf7a36c7bf455f68472d72]

        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>  [67377e0aef09f308188e257ad883c0e8efc1358e]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 13:36:01 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f37612c4572ac4aa53c02f8c5d559aaafd81e7f]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 07:24:58 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fab711630eec87914b9a3a8cadfa91b08c7c1db]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:21 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388bb1b5b2ebeb831809455d3ba5a8efc687ed0a]

        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>  [7383cdbfbed3e6483d920b0f44340cfbe01984c9]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:10 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afa533fdae78d832a5c9b8178ba6ee153165e12e]

        INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/04/01 15:00:35 thb 1.3.148.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.3.148.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.3.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72d0ea643c15b68ef9e1b17c76ec0732fbf2e23e]

        INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/03/28 16:30:14 rt 1.8.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33716af144f4072f47c091714c42c66486657910]

        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>  [86929ea57ba3ce196b0dda16bb69d48c4f0e7465]

        INTEGRATION: CWS changefileheader (1.16.50); FILE MERGED 2008/04/01 12:31:29 thb 1.16.50.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.16.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4704e04e035ab5312fa95b2abf941e62fd8c482]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:36:01 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49a67ecbad60eb905fc72b879526a2d11414e35e]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 07:24:58 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ef5fa8dcf745d4991c6a4a380660963ae9216f6]

        INTEGRATION: CWS changefileheader (1.33.74); FILE MERGED 2008/04/01 15:10:34 thb 1.33.74.3: #i85898# Stripping all external header guards 2008/04/01 12:28:03 thb 1.33.74.2: #i85898# Stripping all external header guards 2008/03/31 07:23:21 rt 1.33.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6f473a6688c165b91cc5da109ef8a1502310808]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 12:29:47 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:39 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9ca4054c06272d82078bd92c7ecb246a76cf24a]

        INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/03/28 16:04:41 rt 1.3.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ce0c4123857582842a231c514ab47e97c1d0787]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:30:13 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bd6b958af933e8c9e2af41c4ee4242ee2819159]

        INTEGRATION: CWS changefileheader (1.15.26); FILE MERGED 2008/03/31 07:23:51 rt 1.15.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5618c749c648c38351b5ec4d9f9e5329e097fea0]

        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>  [8bdde5c82d224b4b541dddd3919fb15005a25da6]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 13:36:01 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6c4583b26bef31ae5cb67a3a9f633ae41a4ff3b]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 07:24:58 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f8c5ba5e1d118b4a730fecf653565d99d0e4913]

        INTEGRATION: CWS changefileheader (1.17.74); FILE MERGED 2008/03/31 07:23:21 rt 1.17.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ab231c7348bce21d28c19ff369e3d52ec6c7d9d]

        INTEGRATION: CWS changefileheader (1.42.168); FILE MERGED 2008/03/31 12:31:38 rt 1.42.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [402dadcd9d09d3dc8c6ed8da35e8fb2d67824272]

        INTEGRATION: CWS changefileheader (1.42.2); FILE MERGED 2008/04/01 15:00:35 thb 1.42.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.42.2.2: #i85898# Stripping all external header guards 2008/03/28 16:04:41 rt 1.42.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cdb4788dc5284a0c3f86e37d0820f5c736331c2]

        INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/28 16:30:13 rt 1.9.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c85e4d135b276bc642060dc4d578b3290bd729f]

        INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/04/01 15:20:34 thb 1.16.8.3: #i85898# Stripping all external header guards 2008/04/01 12:31:29 thb 1.16.8.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.16.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [148890377c806b85e81058bdfcd1c48ac8235454]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 13:36:01 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3dc39f2f5cb22af79170c91fd348fe2f7f6a030]

        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>  [62677046518eed231179174a9e97ba5a00edefda]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/31 07:24:58 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [557f1df42548c0662bd8d613ff0075f85f0201ab]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/31 07:23:21 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e558df02b5baabaa0f4e94262a4fae18d69f5436]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:38 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01ad0e91921aa7008aa5d18bf66c2f734a8001f6]

        INTEGRATION: CWS changefileheader (1.58.60); FILE MERGED 2008/04/01 15:00:34 thb 1.58.60.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.58.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dc0c3bc5f216beeed7d4796cc7bf01b363a0b9f]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/28 16:30:13 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14f035ee9fb27d1b6830c923c39ec35c28790d9c]

        INTEGRATION: CWS changefileheader (1.16.58); FILE MERGED 2008/04/01 15:20:34 thb 1.16.58.3: #i85898# Stripping all external header guards 2008/04/01 12:31:29 thb 1.16.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.16.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd6c7a04fa1c0515dcc66c77a84e61366f59a81a]

        INTEGRATION: CWS changefileheader (1.12.4); FILE MERGED 2008/03/31 13:36:01 rt 1.12.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4770f2c8b42045a09d7103dd20a3906d81a4682b]

        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>  [ecefc8459390d6243367533c9a1f6bb87c3fff35]

        INTEGRATION: CWS changefileheader (1.17.38); FILE MERGED 2008/03/31 07:24:58 rt 1.17.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1dc5bc48a2e3934c9da4bd3b663aef564867e14]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 07:23:21 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b212b277bbaf287ab5d778d02968e9f8983ec42]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:10 thb 1.5.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:38 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8aa8d285b4a71862a4ef12110a6245fc902e2e73]

        INTEGRATION: CWS changefileheader (1.25.84); FILE MERGED 2008/04/01 15:00:34 thb 1.25.84.3: #i85898# Stripping all external header guards 2008/04/01 10:47:45 thb 1.25.84.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.25.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7228bf7c7735dd39b955c023b0e7cc4ce6a7cd87]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/28 16:30:12 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5041ecc07850cf7f02c876dcac729c0239d4e52b]

        INTEGRATION: CWS changefileheader (1.23.8); FILE MERGED 2008/04/01 15:20:34 thb 1.23.8.3: #i85898# Stripping all external header guards 2008/04/01 12:31:29 thb 1.23.8.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.23.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1496304819e1ab589c058bd08867b57f1ef5a4d]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:36:01 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cac3fd40a6f513ade58d66ee8f5976937344b6f]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 07:24:58 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc1214ce9c8882a714a3d6498832f3c58761e5f5]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 07:23:20 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8a3c20216f3283b46edec4b5d736c0c139e1e42]

        INTEGRATION: CWS changefileheader (1.16.48); FILE MERGED 2008/04/01 15:15:10 thb 1.16.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.16.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:38 rt 1.16.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e3f44a827156592d027505a9aa82b3aab3af3f7]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/28 16:04:40 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74bb85806ea91b1f87994bed4287af71126c4a90]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:32 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f2654cd74f622cbc4c5926da4ff597112d595fc]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/28 16:30:12 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea03e63068a82f48ff50a8f419f9ddb92185ee2a]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 13:36:01 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c72e544d51c6123de62605303f26267a5a752cc]

        INTEGRATION: CWS changefileheader (1.11.74); FILE MERGED 2008/03/31 07:23:20 rt 1.11.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd16c7de04a8c2f141acdd589124903ffd6b4e34]

        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>  [840feadbae9f7654d7ced6fff1f58f42e34af208]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/03/31 12:31:38 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0b9d215c9d5a568183530145dc5f15cbe2248aa]

        INTEGRATION: CWS changefileheader (1.44.34); FILE MERGED 2008/04/01 15:00:34 thb 1.44.34.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.44.34.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.44.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b402a77790dd90d73c185565579e56788ebbaa05]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:31 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [788ce69a66aab6173a2df3e683dacbf1f6cdeabe]

        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>  [2c3f44209ba69f95d25490fd4768ad7d7add11b0]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/28 16:30:11 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c65db9e17a583b93b939b237c0b71044f8d9985]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/03/31 13:36:01 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6418e770db2f37d14d4595f0e235792a3c5e0e5b]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/31 07:24:58 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b142db763b7fcdb7f2e5016e024199974b422288]

        INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED 2008/04/01 15:10:33 thb 1.6.90.2: #i85898# Stripping all external header guards 2008/03/31 07:23:20 rt 1.6.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5e145f7b65ebbbdb7157f583a96b5347d3b7d96]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/31 12:31:38 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b25a27b288d5324fd3aa25b9dc5828a6328670ca]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:31 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bee33ae7777b2b8f90a5d44ee0893d51cbde15df]

        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>  [a2d223070b33be922807aaf126ed0e873c062d66]

        INTEGRATION: CWS changefileheader (1.22.4); FILE MERGED 2008/03/31 13:36:01 rt 1.22.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd781f24c8518b066e33b687c35bdc7e6c7628f6]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 07:24:58 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b966b374d082247c9975e7e6e03267585ee49f92]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 07:23:20 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8ffdaf4437e8c51c360c11c132fc6176298b158]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:31 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea7701cfcfd235e31793d57bbf25672edc934121]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 07:24:58 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [191bea981563284d710b4ba8c7263fddbdd547af]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/04/01 12:31:29 thb 1.11.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd2f0212dacffc9cf84551e49fd522d4d5a17fdb]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:00:34 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb2eaecc324a5993bf4364af23afbd55e7b3c453]

        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>  [52ac5ba09e4f4d7d9bdc4b96a14004981bcbd1e6]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 07:23:20 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [288ddfa308fbe7d25e8f20bef460f10466f1d9d3]

        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>  [c9d575616645568927f3326a661efeda3a5c59c4]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:31 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [146f485478a221f9586c15a60d3d2210d5f2b51a]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:06:10 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c19ed538618f2d2abf27db635dec210c76e82c02]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 15:00:34 thb 1.9.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d8d0f4a17388fe3a64181147d11d853c921826e]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/03/31 07:24:58 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c7ae272dc680608e5e3fbc01386f053f7b184c4]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:31:29 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86b14e7387545317380dab32b31dc2ee4ec5923b]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/04/01 15:10:33 thb 1.6.84.2: #i85898# Stripping all external header guards 2008/03/31 07:23:20 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49c5dc7b63f3da0ec2824fee0a97345980d01287]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 16:30:10 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da75501dd5cff3ccbe61981728a4c767973d73ab]

        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>  [24fd3beb3ae9d229f11bda49485388df14eba20c]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:06:10 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4c8cfb4e48b0241e8eb9f3768a0ecdfea09702c]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:36:01 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d23834e451a4ab9c7845d7448479de7d01701f3]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 07:23:20 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [905990838ce36547ebd3cf53481bd4bbc82edcd8]

        INTEGRATION: CWS changefileheader (1.15.32); FILE MERGED 2008/04/01 15:00:34 thb 1.15.32.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.15.32.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.15.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5c8589d655523d6f0219eebdf3eea308cd18264]

        INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/04/01 12:31:28 thb 1.15.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.15.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfe1e2fe0353b4612b26d83e457a7b5aafe824e8]

        INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/03/31 07:24:58 rt 1.9.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6aaa76007d34fdcfea53178d8760321623880ca2]

        INTEGRATION: CWS changefileheader (1.13.88); FILE MERGED 2008/03/31 16:17:31 rt 1.13.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [307ede06589b474049925fd1c18f7053aa273698]

        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>  [de82b76f62ab6a6697cfa1f95739a2ffbef7ef7e]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 13:36:01 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a41a279ec2605b8f4caf6197896e840e6bb09406]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/31 07:23:20 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a05ae64d57b57b273e2e56a39976530c74fb2d06]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/04/01 15:00:34 thb 1.7.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:40 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0dadb8d99a9adf0c303d9b1d9158b30708aba5e]

        INTEGRATION: CWS changefileheader (1.15.40); FILE MERGED 2008/03/31 07:23:20 rt 1.15.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3c9f12b2351cd76ab69f12dfd038968d107ac22]

        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>  [42dd34e8b47d692adc2671af6fab5f922aee93e5]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 07:24:58 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4caefe0047722cdb75c1dd6747c4801df23a540]

        INTEGRATION: CWS changefileheader (1.10.100); FILE MERGED 2008/03/28 16:30:09 rt 1.10.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01b955e356bb1497b41d06c1812c4102ec5d6f2e]

        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>  [d22f40c0cd706f0fb5da9e6aba7d5cdf1da06e5a]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:31 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c4e21124de7e85aef8110933ae43821da3f6af2]

        INTEGRATION: CWS changefileheader (1.20.38); FILE MERGED 2008/04/01 15:00:33 thb 1.20.38.2: #i85898# Stripping all external header guards 2008/03/28 16:04:39 rt 1.20.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44542106a26e42cd9abae58f3d744680132d1502]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:06:09 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3989a0236501d94aeedb579671a9406bf3f0670a]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:23:51 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aef27367de1c3c9a95fc45a0485948bd5b28cef9]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:04:39 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [973365d7f1d0acdcae260b83f58c394ec0ce6b19]

        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>  [dc27f86c6ffee64c283a36a214f93527d68599d7]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:30:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [822532a7efbf6e25bbdcd0f23abd86954d6b13c1]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:19 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c3147515894fc698d4fd89752e9ee1c1618ddae]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:31:28 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e79300bb94a42f650ef693fd3540ed8be670a34f]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:31 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a05c5d6839c1ec147fd7332e0a74e3c3d826b800]

        INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED 2008/03/31 12:31:38 rt 1.15.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f4f585c15f9dfb2e04d3955ebfce8c58101edc3]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/04/01 15:00:33 thb 1.8.92.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.8.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:39 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3a37d668fcf889314209b48dc4b44095e1d445a]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/28 16:30:08 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2426622510c9167c275a34f7004a331bf26c9ffe]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 07:23:19 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6087c6490a9ae95055283fa1565f05e60f73bed8]

        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>  [2ab1840c54d93d3f317d0d7f8111d625506c7fbd]

        INTEGRATION: CWS changefileheader (1.16.4); FILE MERGED 2008/03/31 07:24:58 rt 1.16.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fa9f02344a1acfa665d66f8dc85403056d11893]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 07:23:51 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b4256618d115ac24a71dba87bef50520cbeffa9]

        INTEGRATION: CWS changefileheader (1.13.100); FILE MERGED 2008/03/28 16:30:08 rt 1.13.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd969d48b02bc0df22276e60094a5cdcd31a0d51]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/03/31 12:31:38 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2d553174a41d96d94f65446926fdf9395a84043]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/31 07:24:58 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eea07e27d7bd80470ef977255f51f82bcc315d81]

        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>  [3377570bdf34f0eef984702b6f60f45a40b5aa6a]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 13:36:01 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f79ce3fe2666620b8385f08f293757ab7fe23fa0]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:23:19 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f4f1dc6b126ba7953ecc560768d0b9e1da09cfc]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/28 16:30:08 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f4698d7e4f5fc1dcaf4bb613ab610f1de94b02f]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:31 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cad6d3114e4c506eb68e8eb87716133feaed1fe]

        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>  [afb99f1345387fa32e7509dd02f9ac5423a2e5d4]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 15:20:34 thb 1.4.58.3: #i85898# Stripping all external header guards 2008/04/01 12:31:28 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1b762e56f0ee2e560b3caca53c67ec4aaf74656]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 07:24:58 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7d73b87a2396f4684a3bfef4fd481ff6762fab2]

        INTEGRATION: CWS changefileheader (1.8.332); FILE MERGED 2008/03/31 12:31:38 rt 1.8.332.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4421ff25316c3839435a883bbaaa8a1c4fe5be7]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/04/01 15:00:33 thb 1.10.92.3: #i85898# Stripping all external header guards 2008/04/01 10:47:44 thb 1.10.92.2: #i85898# Stripping all external header guards 2008/03/28 16:04:39 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b38b6bd05962ebcca0f32863c9fe84c6eaa606f7]

        INTEGRATION: CWS changefileheader (1.28.4); FILE MERGED 2008/03/31 13:36:00 rt 1.28.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3677d2d7d0cfb52462c05348a8765fb2583379bd]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 16:30:07 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06eefcde51a3e1a5572ac64a6c1127aad1478861]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 07:23:51 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8dabf06e94dfdd37fc8559a05db4845a83cb8b7]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 12:31:37 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d37a310819087369dfc451e2e36ee99e7a05c44e]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:31 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3f3ff1f10e8a82a0112a60dd65501e49d1a933d]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/10 10:20:26 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [928ccc38990c7555d872ff600bbeafcf3c7493df]

        INTEGRATION: CWS changefileheader (1.12.58); FILE MERGED 2008/04/01 12:31:28 thb 1.12.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.12.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6ce514823bfe6191fe9681e7f9f2ac3bc04b331]

        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>  [89af656fab21e38ecd5892e9470a536275e77823]

        INTEGRATION: CWS changefileheader (1.16.24); FILE MERGED 2008/03/31 12:31:37 rt 1.16.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df7ae678bb047d708655f13b042a159cb1a242c4]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/04/01 12:32:27 thb 1.5.54.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [541cf787bec0ba1d0b55cc74c57802e18d5510df]

        INTEGRATION: CWS changefileheader (1.6.172); FILE MERGED 2008/03/28 16:04:39 rt 1.6.172.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b049958d7b9cf8ec5bffbb7ce38da7b038c05d8]

        INTEGRATION: CWS changefileheader (1.13.8); FILE MERGED 2008/03/31 12:31:37 rt 1.13.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f621114744544eda05405c6f8a9ba164a50865b]

        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>  [e79bf082db31bffde5b52a5e960813adf8e542e3]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:19 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe13b2fe7df1a83aaa090bda5b7835e0a9a2df96]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/03/31 13:36:00 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb70fd83eed98e5c628e84db3e70e94db2a7c395]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/04/01 12:31:28 thb 1.7.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c961e354d23c06f522567829c33502ba9c939d66]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:04:39 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb990454e0d75cafc5737de099ff2794c9410418]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 16:30:06 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47f548706c18388ae502863d16b93b639da8f9b3]

        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>  [f4c84b6d8b7a469d8e8aa2bd8f54c7f40fcc129f]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 07:23:19 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfa75563f95c3602020795dcd5e37d1259194cac]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/03/31 12:31:37 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d75a085a70be12ac663bb0cfe0deae29c60b1ffa]

        INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/03/31 07:24:51 rt 1.13.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4952a4f0c537aa2e460f1a66d8a6fdf0f8471f9]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:36:00 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [613de188f382804959684d4484f8bd36415d82c1]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/28 16:04:38 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfbb2b16543f10e1c50e9aee53f333a24c61203e]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 16:30:05 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de8b0032ce78d9aedbda84ebf37e14be26c39c0c]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/31 07:23:19 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ac76e90d285e6c43fa3e79047f4f1dd8eb49b86]

        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>  [81e6e5c8ee363b0bc624b8d7df0a7d587725e1cc]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 07:24:51 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9aa30770b27f6f64230941bdd13481e34a000fb]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/03/31 12:31:37 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7275a57b42c70763beb8d7ca3b572138cd33e320]

        INTEGRATION: CWS changefileheader (1.14.62); FILE MERGED 2008/03/28 16:04:38 rt 1.14.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0ce68454b84ac8f10627b6bc36c71b0b2802064]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:36:00 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cada158ff89f1c2a1c78867508051c5a33587ca0]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 07:24:51 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c5dbb98516c94e58bc1bfbdd11e0a7726012395]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/04/01 15:31:48 thb 1.11.6.2: #i85898# Stripping all external header guards 2008/03/31 13:36:00 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f6bd1f2d6b8c563142766ccd46d9bf229d839c4]

        INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED 2008/03/31 12:31:37 rt 1.15.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75085e25f9815040d8d61b4be2ef94b083fdc574]

        INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/03/28 16:04:38 rt 1.3.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53f24b374b64f4c4111694b488131058698142ea]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/04/01 12:31:28 thb 1.11.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [873888d2a01f234415088fa52c8ca5f4c737282f]

        INTEGRATION: CWS changefileheader (1.14.30); FILE MERGED 2008/03/31 07:24:51 rt 1.14.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cad13678a92f76cbd59e93fe30ea987f91034b05]

        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>  [40a48bd54e0309ce017706aeb287a63cbdd0d08d]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 16:30:04 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6256b0737b97a154504e90459fab58df4f513d56]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:04:38 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cc358bb3b5cf012bb9acb515eed590224345fd2]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/03/31 12:31:37 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [806e2130465d51c6cf5d64fd2f8636bf5e4360ce]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 07:23:18 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54698162dee7a4b5c99b6b6199317746ef7b521f]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/04/01 15:31:48 thb 1.3.108.2: #i85898# Stripping all external header guards 2008/03/31 13:36:00 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fb897a9c7434ee6a710b22ea4202220f5c5715a]

        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>  [10a0d64c54ed2dbc8046f1869f8a2ec2021f60fb]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/03/31 07:24:51 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2388e9af2f24ad5fc0ff389d064781f121b1c584]

        INTEGRATION: CWS changefileheader (1.2.124); FILE MERGED 2008/03/28 16:04:37 rt 1.2.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [deb5e8fbd2c0906543eea5ef73436c0dc891daae]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:30 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c23d75c5dfe52c3788824291050bc892642f0d13]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 07:23:18 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b1604552e6f1c97def9ebce5d3c3add4e7b4dc5]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 13:36:00 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93f04ae1a8634531c0d0f95c57feb3631d58e7dd]

        INTEGRATION: CWS changefileheader (1.14.132); FILE MERGED 2008/03/31 12:31:37 rt 1.14.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db61eed6c4b9e1ed4980a5d8df24bb341dbdbee2]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/28 16:04:37 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d088a9012e75e55e1f635ff42ae501ab2766b7a]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:30 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74ba7790478731a8841f7200056ef59abde4da2d]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:31:47 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:36:00 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38f4643f472f6d2dcbd7b51375eb03094fc45bf6]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/03/31 12:31:37 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8316e888f015af335b1fbe7c2db8b0ec6f017ed]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/28 16:30:03 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c02c486b4144c26575a7c8713e432ee3f10ba2fc]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/31 07:23:18 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8812ef9f696dae51d140fb9619e9c6c2eaabf8c8]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:31:28 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d745b6213e129fda2e1ccf6f2b98d1a3b24eed5]

        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>  [aca726f1f8aac976e15f99b5b38111e8f2a59c83]

        INTEGRATION: CWS changefileheader (1.5.114); FILE MERGED 2008/03/28 16:04:37 rt 1.5.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70c79712b8fa87ee8b84c188831f6831864192a7]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:06:08 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3ec85e5dab0a525f37b685ce898515384bf1ba5]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:30 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87b2ebbf22043de14445c17c558b4fbadf81e66b]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/04/01 15:31:47 thb 1.14.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.14.4.2: #i85898# Stripping all external header guards 2008/03/31 13:36:00 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13bfb1e99f9133e23b008954f85a54b8ed9a1c30]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 12:31:36 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35113225b3435d4dbbc903dec68bf061df861ea9]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/31 07:23:18 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a907bfd251c84249583976c39465327bb08f309]

        INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/03/31 07:24:51 rt 1.11.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e71f34add529b999fd3be4f53c4b7ac80772c238]

        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>  [ae88a1c0c6c0e43afdc38691d87965cbe3cfc430]

        INTEGRATION: CWS changefileheader (1.14.58); FILE MERGED 2008/04/01 12:31:28 thb 1.14.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.14.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddcddd4505aa8093ddd2a836348a9fac5ebd3a76]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:31:47 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f274f70a8f82ab8cff16ff5a24b1e737a6f93ac6]

        INTEGRATION: CWS changefileheader (1.12.48); FILE MERGED 2008/04/01 15:15:10 thb 1.12.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:47 thb 1.12.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.12.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff47f55e82c59b114a2a61228a417f4dabb9e12e]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:30 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8625e1629da25bf74c4f5432e890eb0f5efba088]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 07:23:18 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bcd37d7ec47dbf973be1f6ce06d06078e7a4ca8]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:30:02 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d9c4a751e67a2351f6f726c96b9064b85590027]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/31 07:24:51 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1551680008186a5b637d4daf1b2393e0220bf10]

        INTEGRATION: CWS changefileheader (1.19.198); FILE MERGED 2008/03/28 16:04:37 rt 1.19.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b14a70be09636f5ea990f809fd82c821340a8b3]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/04/01 15:20:34 thb 1.11.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:28 thb 1.11.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85975d0a4c07c508bb3458cc0e1877d14f2bd76e]

        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>  [2681e254620fe8f427ba0d7e25afe0413336971d]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:31:47 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bd2ed92a78b00b2359b3bb952f6c967c1ed2f4e]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:10 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8763626dcb238d69b88481bbf244106517898d1]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/28 16:30:02 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95e3cfdc0ece622624ffa831fc5fee94f1a28bd1]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 07:23:18 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a69656c1472bc2e91a2dae393267715198e16300]

        INTEGRATION: CWS changefileheader (1.28.48); FILE MERGED 2008/03/31 07:24:51 rt 1.28.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce429c9dbd57c8ba8ac49ea99cf1ecdc93728b44]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:31:27 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f5c4417885277f4d97ecb8f4f6edfcd4510df8d]

        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>  [fd71242d8857db23777c55178ef135b42befe4af]

        INTEGRATION: CWS changefileheader (1.8.6); FILE MERGED 2008/03/31 13:35:59 rt 1.8.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e1c52384223125f66111939d36ca6ab313981be]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:31:36 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67c202714d5c8c8b8498b1011c0cde5692855bba]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:30 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce582a0da66b156086469f5c95d4924ce7c42a11]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 07:23:18 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4c6057f0f995f2c341a46ccfdfd776c5052becc]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 16:30:01 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a32e9c7af8672739484e161fd8988fe694992e56]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/03/31 07:24:51 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6091d618b2679b611b06e870b72cd36397b65218]

        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>  [05e9f1dd514715bfb8e7b009eac08954979f357a]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/04/01 12:31:27 thb 1.5.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:50 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [104254d7af6b02c3bbf17f16b308b8b2196597b4]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/04/01 15:31:47 thb 1.7.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.7.4.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [266bf54ae2729fed507780bb5978782267eff346]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:30:00 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa55c9554b8e165bb5336a02482f8370abd02446]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 12:29:46 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f06c0f02020e6df6e8d605eeb643e135fad61ab3]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/31 07:23:18 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bedd5fa84f1d630d862772f867a9c706d8556138]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 07:23:50 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84cc32b4263c78df948d6b30466e107809cf198b]

        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>  [b2aa2eb4415c7c4520d7cfcd5e46efd359b2df18]

        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>  [1104a96dc6cc4e01a47e6cab122908e58f025cbe]

        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>  [798139119a6328e66afd6e7f2f56484219ee8955]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 15:31:47 thb 1.15.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cadaada681135581506849d81e9a2d089e825e8]

        INTEGRATION: CWS changefileheader (1.2.112); FILE MERGED 2008/03/28 16:30:00 rt 1.2.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f53c6195030846301a5c6e7cacb69b2a696f40bb]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:31:36 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44938898a28bcad2fb60ea9accf9c80fad6af918]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/31 07:23:18 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4847f138f08a8f9f2b7f8b2a8ba2598e95ecc921]

        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>  [96c40c2332999519969e39d0d754a0510a52f445]

        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>  [f4dfe75788e9065dd8a09ac54e621e49231e6c35]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/04/01 15:31:47 thb 1.10.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:20 thb 1.10.4.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39618d2c9a0f82f440f38d60317f086e55412cca]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/03/31 07:24:51 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3c5019b9a438a900b4a502ae85d0009d0b83377]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 12:29:46 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bef50785d2e5893decfc1344ba6976b4d44e18a]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/28 16:30:00 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96ef6cbc2067b19f70be7d3e7bc2108f8c29044a]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/04/01 15:10:32 thb 1.8.132.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.8.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:18 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27216bef348ed1f79c198fe56b43e2d63256b7c3]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:23:50 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fbc98bee0a895faec54286b691555a1fb617614]

        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>  [adbeb14328eedbd38c86e95022e7bcb2df201c38]

        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>  [b49e77e5f88dce8cc84a85b758f0b7d116dfe875]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/04/01 15:31:47 thb 1.20.4.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.20.4.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caabc8b868a136d63755fcf41a52e120ba834e89]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/31 07:24:50 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [992197bdcf2daff0fab93c6e98386dcaf65596c8]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 12:29:46 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5814a3c2fc14288d076423cdbac9bec34bb257c2]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:29:59 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [559133d0a0533f44d3b577d5f4193dc65eab8935]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/04/01 15:10:32 thb 1.11.40.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.11.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:18 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [120a9bbd86a88f7941b7cc423baaee98203482db]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:23:49 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5bc588749ec7e204d3fe1751cd0efd6afb5b577]

        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>  [97b0a345e0e85f723f7fbb4239b5a7451f087c15]

        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>  [d5207a53d83cf3b7fed16964b60cb84a91bb0521]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/04/01 15:31:47 thb 1.7.108.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.7.108.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dd9ab8890a648bf677d0af8b863d9b69ead4f3e]

        INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/31 07:24:50 rt 1.9.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [527665cbb335f3cf605fbaeb738562be0fa600c1]

        INTEGRATION: CWS changefileheader (1.12.132); FILE MERGED 2008/04/01 12:29:46 thb 1.12.132.2: #i85898# Stripping all external header guards 2008/03/31 12:31:36 rt 1.12.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67c84949491a22416aeb1a2e81ff096dfd270ec1]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 16:29:59 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbf5b93fbcb7d10a4a37fafc261588651885cc8c]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 15:10:32 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac6d652d58c1ea38faabb887b9d09f005a278bdf]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/04/01 15:20:33 thb 1.7.24.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [936dc43138a5d9e765713fcdcec8fa15b16b2f55]

        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>  [166511610483a15d292eb5846b92249df065136a]

        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>  [2989e4b82911a868409e5f5496ed1eb45bf40b8a]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 15:31:47 thb 1.10.72.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1fe09769364631a680134efb61c4ab5be7bba2d]

        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>  [3ade29818797a23021f08218756838672ed3cb5e]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 07:24:50 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e30c4dfa3cd9e4fe4b995aabf8ada535ad2b2e34]

        INTEGRATION: CWS changefileheader (1.23.48); FILE MERGED 2008/04/01 12:29:46 thb 1.23.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.23.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c28133d6bae6acc8425435bd04275df909af49df]

        INTEGRATION: CWS changefileheader (1.21.10); FILE MERGED 2008/03/31 07:23:17 rt 1.21.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dad4ca633b7cfd0868e04e9bed75f49165552c4b]

        INTEGRATION: CWS changefileheader (1.2.112); FILE MERGED 2008/03/28 16:29:59 rt 1.2.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb729a02adbd726306e8f178b9eaaaf045c0cd33]

        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>  [8f4aac9c98cfb597ae1726a5568fb60175cb0790]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 12:31:27 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a128a20e704ff62bbf7b0ee331955a29bde39a5]

        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>  [3ccdb76031dca5e1498e438d8d091c17555251b4]

        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>  [7724765b5d294b1dcb854eebdbc2672c42e764e3]

        INTEGRATION: CWS changefileheader (1.15.26); FILE MERGED 2008/03/31 16:17:30 rt 1.15.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [678222de76db3cbf33c229bf1b2884f40d08d10c]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/04/01 15:31:46 thb 1.8.108.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.8.108.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbe2a6f23f4700bc7ac73441871ba02df602ff49]

        INTEGRATION: CWS changefileheader (1.7.30); FILE MERGED 2008/03/31 07:24:50 rt 1.7.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0c4c5e31fa9432c29f8ae26df1a7598b330622a]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 12:29:46 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96777483a45e51f31ab0e52db4d90bdc38ac2f36]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:10:32 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7e6c75993fb175223b64e6eed7649bb15527dea]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 12:31:27 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4045e03e7f86b2f609c2d19a60c21319a83f767e]

        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>  [6f4e5d158bfe945975e49524198cd1f77c3d1489]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:29:58 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02c3d0bf8de15904a0d3653c62c9634bc60fb6fe]

        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>  [6179b440cfbed0b63ae167c4245b7d75a479c931]

        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>  [e56f44c3ba77babc42dd4f5aeed24705e9f85fa6]

        INTEGRATION: CWS changefileheader (1.13.70); FILE MERGED 2008/04/01 15:31:46 thb 1.13.70.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.13.70.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.13.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89e1580e7849170be060abe037f26eb50492ac2b]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/31 07:24:50 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [408dc20853c29ec2c339e9526daf692a40f157f4]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:30 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530d6951613ae202473b3048316be597ccfb224b]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 12:29:46 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [538479ea3418d7e6d551ce4d8325d6165c9a83bd]

        INTEGRATION: CWS changefileheader (1.13.26); FILE MERGED 2008/04/01 15:10:31 thb 1.13.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.13.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9611d37c04e0d5a09d3e33248252707a3122a4ac]

        INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/04/01 12:31:27 thb 1.9.66.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.9.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15dad3f20f950097ca5bfb77148935d6e5c364dd]

        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>  [ebb7dedf9d0721d24c8d7a5844850669ec05d492]

        INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/03/28 16:29:58 rt 1.10.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1a4b7e3d0ea8c3545e16f883092aad37c211317]

        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>  [050ee2bc500e681aee9e1f41a7521f082176128c]

        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>  [28701b813ad11f2dfa7ae21a9c1f3b153bc6b7b0]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/04/01 15:31:46 thb 1.7.108.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.7.108.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b7709ce7a9e41be6de75f0ea8aabd1f643872dc]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 07:24:50 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87f2abeb35e8ec7ec2a0c628082854c558c5dc0]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/31 07:23:17 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8aa1e4abb2fb6efdb41b251063bec9a93232b53]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/31 07:23:49 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2db032ed00208fbd9ab36941edc66a257ba993a]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 12:29:46 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d5b666b0e9c6103c0013658ddc219d05154a79b]

        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>  [911f0a09c214e17bdc0092214d4283dc008d74dc]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:29:58 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1807a89f397ddd4ec2ac0ad764d051132d883498]

        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>  [c06f626809a1b40b1795d0d464228de85c757e2e]

        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>  [e61ab9bb4fe82bfadee327e516ef8ab749f4fc98]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 15:31:46 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:37:19 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 13:35:59 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35f3cc6d3096bd83d8341c7d01d54d1f171b4005]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/31 07:24:50 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5116703768855aacdca333f85ce78815efe7428]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:10:31 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79776c50aaaf3a7ce1a1978abc253f775dc038a5]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/03/31 12:31:35 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [968ab7592fee375e1f29ac315a9cc253d6a0743b]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 12:31:27 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9dacb77abc1240106b31c70e185a5428c111c5c]

        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>  [b3a0187323e212ac0a229979174110a3593d7097]

        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>  [40a1ecce3f1f8a90f34c927a9bef315768850ddd]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/28 16:29:58 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [697e74a4de5aec04f03806588546e07a5f1fc4d7]

        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>  [344a85a66220a1cc033ac8b8b8afc9d31fd66af4]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:30 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7fe9177940274e4c5f597593e2e1992ff4a7194]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/03/31 07:24:50 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46b57da99eded9ab2c9e81b424955b2d60363a9f]

        INTEGRATION: CWS changefileheader (1.9.108); FILE MERGED 2008/03/31 13:35:59 rt 1.9.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb59585f279e8e95e8845580551d804ce649fa3c]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/04/01 15:10:31 thb 1.8.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [077246a788913757eaa0b783aae577d6a6aa1432]

        INTEGRATION: CWS changefileheader (1.16.48); FILE MERGED 2008/03/31 12:31:35 rt 1.16.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03de505f6dd3b3e3dff4c709e350d58bd2a655b1]

        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>  [54c2f3933c0c7e705dfea4f0bc0dc87ff57034ea]

        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>  [6970287c8f6f0fe938ca5c30441469eb29f0ecef]

        INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/03/28 16:29:58 rt 1.8.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [765446724a5d6562400dc427ab81551cd9fab45e]

        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>  [03cb58321690e6fe95e58374a0f0a5fe307a8f2e]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:29 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a770e4df9c05207be2d841d57af648ba7008fba]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:59 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5638acf4e779d387bac485e3aa69b6b15c6bd44e]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/31 07:24:50 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89f504578008602eb5131c4859492d913ded225b]

        INTEGRATION: CWS changefileheader (1.10.40); FILE MERGED 2008/03/31 07:23:17 rt 1.10.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74da4b278b38d1b68de5a414d24e97b99dc0b0d4]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:31:27 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [059a87ed9079bac267d16379381384543fdd289d]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:31:35 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d76f1c1caf57183468aafb694a40bc6ce9590756]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/28 16:29:58 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92cc5cbbae9df40fd7603edf71045ec7d660e77c]

        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>  [0aabf2d30cb61248c8e65a0d4626b3ed6e3f90d2]

        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>  [a3ad4710d226909e3dfdf0ef18a054ffebd34dca]

        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>  [4a7fa6de628ba8beae6feb6efde186ab74cb0821]

        INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/03/31 07:24:50 rt 1.8.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8b7a9156fe6089f4a1ab4451135cc70ae6e3eb8]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:58 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22cac464d7b04bdeb90bc9defc0486d38a65ced5]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 15:10:31 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e7d593b855bb16345a62bdaaa04fe2fe00b1baa]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 12:31:27 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7db81b6c1ce34ddb464c08e67983eded3a169bf7]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 15:15:09 thb 1.9.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:46 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fb82ef5fef457aeadbc8395b5f9b14257bcae85]

        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>  [d762544cd95a617724b2af0a8ed095073c39bd50]

        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>  [281a92d2849eb3012d3373670ea241755bd81bc9]

        INTEGRATION: CWS changefileheader (1.20.100); FILE MERGED 2008/03/28 16:29:57 rt 1.20.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [600125be49af542bd075471f76c9973a0afd4438]

        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>  [904a07783a763afcd4b9faed7083695ddc6318fc]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:17:29 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [654d920eb616e381ddf9d97439ba9a794fe7dd60]

        INTEGRATION: CWS changefileheader (1.24.12); FILE MERGED 2008/03/31 07:24:50 rt 1.24.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c33a8ceba9fbb785d727c4308468032926aa030]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:58 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6daeb484053d0d67f6884bed4db490b3451477b4]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/04/01 15:10:31 thb 1.4.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df372e7a13ce5851890ac2248f1a74b15ad5b0d9]

        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>  [69c570e8fefe8aff5e522f24dc379bac7304454a]

        INTEGRATION: CWS changefileheader (1.13.70); FILE MERGED 2008/03/31 12:31:35 rt 1.13.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [371e855af5e10fdf5a1ef9ac48ef495d94a78eba]

        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>  [4fdd8ce2108ac0acec0274659b03aa6fc385e35c]

        INTEGRATION: CWS changefileheader (1.14.32); FILE MERGED 2008/03/28 16:29:57 rt 1.14.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4185386c42572a2af628f9513ca70c83acac6b6]

        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>  [fd3639d4211047a87675a8b56396b27c221c396c]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 12:31:27 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebced8e99b0d90555f911a063d73f34914b2e6c8]

        INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:10:31 thb 1.11.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.11.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4004c250e5ee8b00fe0d4131aca596042a4e0e1c]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 07:24:50 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63fb2b94e02ecfae6f4e9bfed0503285ab113fb9]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:35:58 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [917a3a87e87c0c6cd98d74451af95be527a88906]

        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>  [f580a728c6fdbfe55a2dd22861fadfa2236e74a7]

        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>  [8952ef16c1567a8053ca1b6e1c6545e9d3dc24a3]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:29:57 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44424e2613b902ad39cfab6e152f095db43e19c6]

        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>  [3e19143c4cfa7dbbe92a00b739f0c687bea817e6]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:29 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d035ec3be269535b3e58b5855957f1dd6c22279]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:17 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bb4d892c2ae96f8143d2d4a3e69d840b76346d1]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/04/01 15:20:33 thb 1.2.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [369310027ea3cefaaab271f8b30c92fb4b02e68c]

        INTEGRATION: CWS changefileheader (1.14.30); FILE MERGED 2008/03/31 07:24:50 rt 1.14.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d0f373df1dd8d725de3208371300870fce3863]

        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>  [91baa8f04e6fa37023105e42628d92238abdfb95]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 12:29:46 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:35 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f882c06a1a5d01182224861f6ac39f80e4ef5468]

        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>  [a22c6cd0045e2c1f9f3ff62650a487a21130f599]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 15:02:34 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/28 16:29:57 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5789a22a0cc293f61bc5470eb56b1848775fbec]

        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>  [88d968381dc49698b450c493418b3cc2b208a99e]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:17 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1519efbbd0d75476048dcb8926f83dbea05128f]

        INTEGRATION: CWS changefileheader (1.11.32); FILE MERGED 2008/03/31 07:24:50 rt 1.11.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b82c485fb23af352506fe683b0a82ae7983ddc6c]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/04/01 12:31:27 thb 1.3.66.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e858af2b978d37796f6dee9c595c018643be4570]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:35:58 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e9ff86e8d2fb3d89e00f45c4f295dce9cdae532]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:31:34 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [937fc6c21699bad8be7a0731b783177e7fe4a715]

        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>  [3488f88cd7b64df1ceecc8fb0aa77e333552bfa7]

        INTEGRATION: CWS changefileheader (1.4.100); FILE MERGED 2008/03/28 16:29:57 rt 1.4.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c680f99cf57e12cae220d122505135282bbb5880]

        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>  [9f854d23855905a8bc20e569b5b287959efd0478]

        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>  [df84c18f99e3df4f7558ca806fbb4269dd364ede]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:29 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3efcbd610283a9aaced01f37faff4a62f154a10]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:10:30 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64b5b0d7f2696eda2b41c5e5ed9dc4d7d90a186f]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:58 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be0596afd729db29607bd62f5295dc2c95d270aa]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 12:31:27 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0474ce4fa0c7a4216242e83b35ba175ced8776a4]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 07:24:50 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bc6303d587f145d3a0f51e78370f6fae2644301]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 12:31:34 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44529a1e3850a322c1a66ebf030f7dd2e0883763]

        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>  [71e10e088da4e469663c1a7ab243b5a2989b93b9]

        INTEGRATION: CWS changefileheader (1.16.100); FILE MERGED 2008/04/01 15:02:34 thb 1.16.100.2: #i85898# Stripping all external header guards 2008/03/28 16:29:56 rt 1.16.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4aa2963e6fb168633dc5ad0753f3f306b1274db1]

        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>  [8f661c8fcb4a130780693ef18ba00e1064a6b2d7]

        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>  [1ede47e1d28bd1b025119849f784faf59ecb652e]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 15:10:30 thb 1.8.84.3: #i85898# Stripping all external header guards 2008/04/01 12:28:02 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ab6335ad7e4a2b0ac0319bf50e1a36b0bdddd0d]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 12:31:27 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56abbed4b5d92af607aaeae4d8474ea4da6efa64]

        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>  [387c0e809c2b7beb513c9ab5d1d94055005abd15]

        INTEGRATION: CWS changefileheader (1.15.22); FILE MERGED 2008/03/31 07:24:50 rt 1.15.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9052bbbb77410c9e811e5d7e5bd569136d0f9bdb]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/03/31 12:31:34 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96eb9d64cbca0f6c41cdc3f26790dadc11f0232c]

        INTEGRATION: CWS changefileheader (1.24.12); FILE MERGED 2008/03/28 16:29:56 rt 1.24.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e7c673e478f63643f25a7bcf60a6133db7b221f]

        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>  [22226e1604d403b19e785fce1bc07a376f5d88eb]

        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>  [0e3a20a7cbf97670eb65c38b4cc4e22c62904817]

        INTEGRATION: CWS changefileheader (1.21.26); FILE MERGED 2008/04/01 15:10:30 thb 1.21.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:01 thb 1.21.26.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.21.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [924e05696e6fb7db8733740f2673437847dacb9d]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 12:31:34 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28b4852af1fd46e4ff2d9ab4035d435856ceab8c]

        INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/04/01 12:31:27 thb 1.6.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.6.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9bb1b48ad09cc4fcbd409f75924cc10548da73b]

        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>  [f60c4affd1312e69bf34325fc4c8d5bdeab061a0]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 07:24:50 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [970ae74d9fc81a0d88cd6857f928721806776fcb]

        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>  [2ffdbafc5b700e124cdd02485c1e7cff09b5ddcf]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:17:29 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de688f456628e1cb10bbc51925a0e9933eef1951]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/04/01 15:02:33 thb 1.4.170.2: #i85898# Stripping all external header guards 2008/03/28 16:29:56 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4379880e4c7b0e4c2a0d049bf2f589081dfcaca6]

        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>  [9e51865a50309cca271e1c54ca7f7add43350728]

        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>  [ba6fbcebd8e1859beb52c8669b3ff7eea9d84b31]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/04/01 15:10:30 thb 1.5.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:17 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72d75296c11c3879aceaf97d8f3829d037d322b4]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:31:34 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [200fba1e6e4f77aa87be61e1f5076e7ce46c29db]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/03/31 07:24:50 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80ab78e311fb1a8a8e76eb069f04d115cea64399]

        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>  [56b9bf7e4ea9027787dbd91d53fdfa27f7713b94]

        INTEGRATION: CWS changefileheader (1.16.100); FILE MERGED 2008/03/28 16:29:56 rt 1.16.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18b75387a5f0d38ead154cde92f99f508255c8a6]

        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>  [f398b542f06e30ea85137069de359489baad970b]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 07:23:16 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44350eb55ae097b3d09d4edf25dce9a1ca8d54cd]

        INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED 2008/03/31 07:24:50 rt 1.14.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aadc1fd8a0b1dc099148c9108032c736d80fd7d5]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 12:31:26 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87726755ccb9417cad005fa908f46402a66a4a3]

        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>  [8dad181f32e0984feb7ccb15c191b1d2a251f99f]

        INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/03/28 16:29:56 rt 1.12.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59d4dee89fdb2a63ef484f69bc3580776a097a3c]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 07:24:49 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2ab22ee8e019247e0cf9fb9b27a0cb874e36ec1]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 12:31:34 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6359c9674b8be483936162644ff85f8102a7585b]

        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>  [31430a779848c48e333186b6a22cfb3d113402dc]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/04/01 12:31:26 thb 1.2.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [760546a7e4997e760398b6f911e61dc94adcd501]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:29 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fae7ed6cfb3dfc9e29e1f0e6b8f660c04d07df5b]

        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>  [2041ec09f86de784d99680b30db34ce7a429c507]

        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>  [a1d08e64c97721acaf5e2f87b9141cfd50c5a24a]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/28 16:29:56 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d87e24356a7ee58f33c407e306e6cdbb2ded4dc8]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:57 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbcb492ec4c58437eb446ad4873154fefbf2f6be]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:16 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c23f2a895c935260cb91812337a5a80b8ca5127b]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/03/31 12:31:34 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd88dcd710f05e5d6c1b0f8f5b66fdd5d8a57aac]

        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>  [5a7cc66300d2a4a998d69423c3739c6697700005]

        INTEGRATION: CWS changefileheader (1.16.100); FILE MERGED 2008/04/01 15:02:33 thb 1.16.100.2: #i85898# Stripping all external header guards 2008/03/28 16:29:55 rt 1.16.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e37425d632fc5344c5a7a115e8609093b5f8247a]

        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>  [8bde716076cfbf2942793d0407b713f8689f068b]

        INTEGRATION: CWS changefileheader (1.14.126); FILE MERGED 2008/03/31 07:24:49 rt 1.14.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9bda5ebc05f313acb0ad521a31fc74371d3a84d]

        INTEGRATION: CWS changefileheader (1.23.48); FILE MERGED 2008/04/02 06:19:35 thb 1.23.48.4: #i85898# Corrected misspelled include statement 2008/04/01 15:15:09 thb 1.23.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:46 thb 1.23.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:34 rt 1.23.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [957c04dab2d9e48cf98664b2902361bf96e489a2]

        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>  [87b04f2f030e0aa5034d890f3c8ef142a85e340c]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 07:23:49 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a27f6d22e6e47d68dd8f604dcca6854fe27d143]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:29 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3af83510b52dc515c56e1304f712d7a451ecf4b]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/28 16:29:55 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4da684e2ab226142a85eacdcd7f25e22227d0e26]

        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>  [b259b1655c64b880143cd33e2cc2110ba78fc07e]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:35:57 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c9d5e3d897bd687d694c38c55ec5cc5db178349]

        INTEGRATION: CWS changefileheader (1.14.48); FILE MERGED 2008/03/31 07:24:49 rt 1.14.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c76b537ceb47d152ecdb8b4ca8ffc7668518da0]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 15:10:30 thb 1.4.96.3: #i85898# Stripping all external header guards 2008/04/01 12:28:01 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 07:23:16 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1971e8b04e3d93a7f83f28f66ba3281890d99801]

        INTEGRATION: CWS changefileheader (1.21.48); FILE MERGED 2008/03/31 12:31:34 rt 1.21.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ad6c4745cfbeffb16ac08ae6455c6dbaee6715f]

        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>  [b248b02c5dcd2e77a1582660940aa6949362ef2c]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 12:31:26 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [017e5434863dc9271c754e29933d4b41ba5ef603]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:29 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad07de1e3b5cec248ae2c5be0c65b6f116d8e596]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/04/01 15:02:33 thb 1.4.170.2: #i85898# Stripping all external header guards 2008/03/28 16:29:55 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0886d838f73954437266080f3e27e6d2d23d6829]

        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>  [1bb736e62f0dd7e9e9aab8d86346bb6583539114]

        INTEGRATION: CWS changefileheader (1.19.132); FILE MERGED 2008/04/01 15:10:29 thb 1.19.132.3: #i85898# Stripping all external header guards 2008/04/01 12:28:01 thb 1.19.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:16 rt 1.19.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83358acd8e6d657aafca5d35a8b184f0e9c4010f]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/04/01 12:31:26 thb 1.3.66.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1078cbc3333ee814fea028d3122d98a77409d662]

        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>  [1255a3e8cd335be8bbb86ad10c5c83aaf61490f3]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:29 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c130a70b95c9655d1c58c0348b43c5fc15c33762]

        INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/03/28 16:29:55 rt 1.3.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [280c0cd9d77b507527fd6c3754d066693f4bc827]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 12:31:26 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:49 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7db93101582d3fba3c70a0bcc286b8174985799]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 07:23:15 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef1ba75e48c4b4547665cc2c0a82e531be08f1f8]

        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>  [ec1466bbefaa8abfeef4411dbac465a5804bbf85]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/28 16:29:55 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8406e99f5b8f1ecc24e492bd5528e203dc683f52]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:17:29 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48a67f6c43e56a3cf161a5bd189f5eac1e503528]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/31 07:24:49 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98541482877310d8769fc3d54304a1edf4f1c939]

        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>  [80e92c3671071057d3a7827605a8c67a0949e62e]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/03/28 16:29:54 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f822b04c590055531d67550c4251115b8f8f092]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:57 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8608b900c8a108c5e988894637ec93f061bb9fca]

        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>  [bf1fc0e1571a95edc87ea99a2c7d51c38818c757]

        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>  [02eca82eb7d6033217a1a525cf96b356196620e3]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/04/01 12:31:26 thb 1.2.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e204bc94bebbe7a70ba7e833fa5f0aaaeeae3faf]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/03/28 16:29:54 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebfbbfc1d639f2c39b8fbdbc469639749c835932]

        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>  [a3439d965dfd655ee7fb9a274e33491aac2622b9]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 07:24:49 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43799b7a213868dafb15036713b4964eca1ca6dd]

        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>  [30e39794b91c10f95db3df13b4822b3716e4bc84]

        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>  [7968cc09c6897aea8ab5c725647fb9c771b902bb]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/04/01 12:31:26 thb 1.3.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6865c6e05bcc8236adb26a2630f132c510656a5]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 15:02:33 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/28 16:29:54 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42da79178e2383c71153b0f05b382972a26b2bd5]

        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>  [174843af7f2bf86e6f1c500d7c767f2b254b03e8]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:09 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:34 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88df9a02f6b3b5e169ec6f44d16d07d35967a706]

        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>  [8d350cc6b0e5e0da1eda203b0ab332068edd0368]

        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>  [f0aaf73cb1c3b12fc89cb8b40e77e1b5e92385c2]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 07:23:15 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [428035430d0bfff836982ea1f60c90d4d12ae63f]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 12:29:45 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:34 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21331d67a0226be18eb1725de5296472a97dc3d6]

        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>  [e413eb70c9d9b3bbeeb675df6c39fdb450ddd70a]

        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>  [3a0bd7c8d5974a572688e1c18e4186c07f890e89]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:20:33 thb 1.8.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:26 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2929239052e1e2234adb7a0e2bd7e2b8d11172c]

        INTEGRATION: CWS changefileheader (1.11.132); FILE MERGED 2008/04/01 12:28:01 thb 1.11.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.11.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8942ed4a83a92ebdc7efa362cd39f4cbf11719af]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:29:53 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6eda3342f5ebfd37b1bd4d9b13d54757a7d2e097]

        INTEGRATION: CWS changefileheader (1.19.48); FILE MERGED 2008/03/31 12:31:34 rt 1.19.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1df2eda83257f946c28a6508ca1513007951ebd0]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:28 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [012180fc965de2fcf1b6f20e23a4f853f15e554e]

        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>  [b4b989a83fc4f14728feb5af5ffe34bc302903f5]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/31 07:23:48 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc00a259af35b9245686d049f7ec8893741e8583]

        INTEGRATION: CWS changefileheader (1.11.132); FILE MERGED 2008/04/01 15:10:29 thb 1.11.132.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.11.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f47619fc79d49df56a8f18694117fece448c8f12]

        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>  [8ae2a0f1aee1a3d8eb54e4d443fe4e0b0d0b6fc2]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/28 16:29:53 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b018274d09f7bb57ac7bdd6cad02c9e1d1666608]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:57 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eede3ec702c155b4b67a403e957ab85eb5838cc]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 12:31:26 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cbb8fdd4e05c3616d769a37868b0fda9f53ba33]

        INTEGRATION: CWS changefileheader (1.26.12); FILE MERGED 2008/03/28 16:03:41 rt 1.26.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b76b3f3c16a7eb07b83bd1640b3c20066c1b06a]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/31 16:17:28 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05a0e14992783b66dfc632d2598f63636577f69c]

        INTEGRATION: CWS changefileheader (1.13.108); FILE MERGED 2008/04/01 15:10:29 thb 1.13.108.3: #i85898# Stripping all external header guards 2008/04/01 12:28:01 thb 1.13.108.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.13.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59a65d56b2a6c9f8dcc3e1f8d21d6bb5edabe200]

        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>  [c788886c77bdbfd6eb53aa841d6ed5d320d2f2d6]

        INTEGRATION: CWS changefileheader (1.7.158); FILE MERGED 2008/03/28 16:29:53 rt 1.7.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eca220b79b678ac302d12afe20fc382056c6afa8]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 12:31:26 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7c5a9cf1413e724423105af8357913864d39d5e]

        INTEGRATION: CWS changefileheaderm6 (1.3.2); FILE MERGED 2008/04/09 16:08:20 rt 1.3.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2296caf427ab8d4adf4f4209e9694eaa9ecf8517]

        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>  [7e5d997d460ee70fb872daf93b93491976b4c062]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:17:28 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74b15e2708603a8fbc21608827e49a0bab0f6cd0]

        INTEGRATION: CWS changefileheader (1.9.40); FILE MERGED 2008/04/01 15:00:04 thb 1.9.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:41 rt 1.9.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ee88578d9340269555f2abc53cdf3f6e7e7c1fa]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:29:53 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [568de7095952c2f6e68a6669163cd3267fe60000]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 12:31:26 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 07:23:48 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [821dd96040a632196bb788d797bfd327cb4b6f98]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:31:34 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c5f33b0bad51ed698449edac149c4cfad4422aa]

        INTEGRATION: CWS changefileheader (1.15.96); FILE MERGED 2008/04/01 15:10:29 thb 1.15.96.3: #i85898# Stripping all external header guards 2008/04/01 12:28:01 thb 1.15.96.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.15.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f193d72733a2b641d559fd61c2ae4c45aab9d69]

        INTEGRATION: CWS changefileheader (1.10.80); FILE MERGED 2008/04/01 15:00:04 thb 1.10.80.2: #i85898# Stripping all external header guards 2008/03/28 16:03:41 rt 1.10.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac7bdc090597ac44c022dc719b993e19e41f7608]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/03/28 16:29:53 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36221d895cd56b3f2a950762ae4deaa1740b5a4c]

        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>  [d0d3213f256c1cfdd2b82ae516b8d652be58b839]

        INTEGRATION: CWS changefileheader (1.22.96); FILE MERGED 2008/04/01 15:10:29 thb 1.22.96.3: #i85898# Stripping all external header guards 2008/04/01 12:28:00 thb 1.22.96.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.22.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea3993dacbd04f0e8e93e2d150f789f1161eb909]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:15:09 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:34 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8cf82412faa2c1ea771197b6a6c9b5310dcd92a]

        INTEGRATION: CWS changefileheaderm6 (1.3.2); FILE MERGED 2008/04/09 16:08:19 rt 1.3.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c79ba5e8c311537219a7da0832ccce263ca3266]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 16:17:28 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [039859872d682bb9051e5d7d5d5e63d9389fdc76]

        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>  [d568e395e58c71a1cde29c387b944e87bb0c33eb]

        INTEGRATION: CWS changefileheader (1.3.144); FILE MERGED 2008/03/28 16:03:40 rt 1.3.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34e93c4a72cad5915a302eb99469927a7cc78d15]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:29:52 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79f65ed68e8b3998b4d343391c27f349f7d5c00c]

        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>  [4a741be1628694c1672a08fc23b6fe1994c9e1e2]

        INTEGRATION: CWS changefileheader (1.17.108); FILE MERGED 2008/04/01 15:10:29 thb 1.17.108.3: #i85898# Stripping all external header guards 2008/04/01 12:28:00 thb 1.17.108.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.17.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc4ac95790cb055853f8d19222c46e6d72be9fd4]

        INTEGRATION: CWS changefileheader (1.17.92); FILE MERGED 2008/03/31 16:17:28 rt 1.17.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e566abed5ecf3012b97c5f9a648734b9e3f29696]

        INTEGRATION: CWS changefileheader (1.18.48); FILE MERGED 2008/04/01 15:15:08 thb 1.18.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:45 thb 1.18.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:33 rt 1.18.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31f508c11287d80130f39efc5a63997a0462bee7]

        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>  [49cee98a29a3e56519c7d88b4b28ad28b6155e3f]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/03/28 16:03:40 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d0abc4262183040ae68f4623cb17a73bc1143b4]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/28 16:29:52 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0846ac1c79af3f0f147fcbdf5fc60fc8b0d96ec1]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 07:23:48 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d62e7692a5f0e316c5aec44cec9039447e4055cf]

        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>  [68508d14e0d1982b3b6b3587234dfa19fc3356fd]

        INTEGRATION: CWS changefileheader (1.26.20); FILE MERGED 2008/04/01 12:28:00 thb 1.26.20.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.26.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc0a23aef584c1f157ee3adcfd0c8563ce8102ce]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:17:28 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51a9df5079a721f1faeba59272692b261a2e516e]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/03/31 12:31:33 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1044a0264af3de010d8814f78befe0a4f2f53a8]

        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>  [776e3c73b86f74ff1a5a3fb3658f31ee783317ec]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/03/28 16:29:52 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a744bf97722377ebae9fe6e1825f69dfa9649dd0]

        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>  [e0dc77020cfda7932278fc50af2f840dbbd3d11a]

        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>  [2379edb4ca476ff67fbead3b0e92a402eb08a6da]

        INTEGRATION: CWS changefileheader (1.19.20); FILE MERGED 2008/04/01 15:10:28 thb 1.19.20.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.19.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3d20f4db974d2899d6458301d4c5d039d360f43]

        INTEGRATION: CWS changefileheader (1.12.48); FILE MERGED 2008/04/01 15:15:08 thb 1.12.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:45 thb 1.12.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:33 rt 1.12.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e75fb3fa18e80e66236fd3d73d20927bcdd109d]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:08:19 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [791c0134fc10d32e84fdd2ef606625c551e4161d]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:28 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ce3d9d5c014aa1096ee4a07e3901bc088139cc9]

        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>  [255ff63732ee20ddcf3058d3e160800dfcd84d62]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 16:03:40 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b70bdde0c2a9bbfa94d707c749c3dc1c2112ff6]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/03/28 16:29:52 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a36246cba218e80eba43cc61978517ce968d3460]

        INTEGRATION: CWS changefileheader (1.18.58); FILE MERGED 2008/04/01 12:28:00 thb 1.18.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.18.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46da021bf863735c33ff1e9932e5561f2dd8d55c]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/03/31 12:31:33 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [356f89522a4951e6e2cafbc9cae8bb74b8fb75f1]

        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>  [75c86db7f45e5de5bb02bd5d4b526783277b11cc]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/28 16:29:52 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [356e2b9df08dcb355134ca955509628ee4391ead]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:56 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77e9e491a33b413a78b146e0d0f6695849899c33]

        INTEGRATION: CWS changefileheader (1.12.108); FILE MERGED 2008/04/01 15:10:28 thb 1.12.108.3: #i85898# Stripping all external header guards 2008/04/01 12:28:00 thb 1.12.108.2: #i85898# Stripping all external header guards 2008/03/31 07:23:15 rt 1.12.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fd91ef3164539ab532b7301867309d2efd8705b]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:17:28 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a4d32bd115019fb454ae9e0aa57bcd59a105ac2]

        INTEGRATION: CWS changefileheader (1.26.40); FILE MERGED 2008/03/31 12:31:33 rt 1.26.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce7fe83400c578dfbb58054d394ae33e8ad9ddb7]

        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>  [d95f23bea99fc93247f58279dc660017f33142a6]

        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>  [efd67cd9cfeeff52dabd310d342d552836efadcc]

        INTEGRATION: CWS changefileheader (1.15.46); FILE MERGED 2008/04/01 15:00:04 thb 1.15.46.3: #i85898# Stripping all external header guards 2008/04/01 10:47:20 thb 1.15.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.15.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73336abd0d3e9005b037383821cc8e9dddde7c61]

        INTEGRATION: CWS changefileheader (1.12.92); FILE MERGED 2008/03/31 16:17:28 rt 1.12.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c191715fe708fb1c8f1068f785ae2809a2431d59]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/03/31 12:31:33 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d60d5a9db9046900141a3f420d7ab9143387688a]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 15:02:32 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/28 16:29:52 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b109a8c67499c0ad74526338624f96f84a919a4]

        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>  [c868d2bed3b003aa7f1e1fda824ff6dde6b83fce]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/31 07:23:14 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32ebf1fd05b7aec55340a29902eb40d3012ee55f]

        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>  [2b0a1b5d8cf67e7e54400c0847c8e802184205af]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:56 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f354ab5a63ea719cc5493db76e1b8b14727e1a9]

        INTEGRATION: CWS changefileheaderm6 (1.18.2); FILE MERGED 2008/04/09 16:08:19 rt 1.18.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [473d911a5b972376963c55473bc2c219b92e43f7]

        INTEGRATION: CWS changefileheader (1.38.4); FILE MERGED 2008/04/01 15:00:04 thb 1.38.4.3: #i85898# Stripping all external header guards 2008/04/01 10:47:20 thb 1.38.4.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.38.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8080b05418935ab2a9d8d5ece951049cfc8c601]

        INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED 2008/03/31 16:17:28 rt 1.8.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [933110cc80120ed95fb35d0411985f5a8e91d9a7]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:02:32 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/28 16:29:51 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c1e164bd61dde80198d1870033bf4e85df7a827]

        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>  [ea38491740d83112a3c040eae697a701329dda71]

        INTEGRATION: CWS changefileheader (1.14.108); FILE MERGED 2008/03/31 13:35:56 rt 1.14.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e85a52ebcfb654395972ef9d5f7ef9f45f906c8f]

        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>  [08538f7c094033a404a0129ed3e49c207f4ef13d]

        INTEGRATION: CWS changefileheaderm6 (1.8.2); FILE MERGED 2008/04/09 16:08:19 rt 1.8.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50e5b1cb583e45c77656ed9714c6bf9aac773fc0]

        INTEGRATION: CWS changefileheader (1.4.176); FILE MERGED 2008/03/31 12:31:33 rt 1.4.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6dcb79250a166791d5ca26ff679576a2a1bf22d]

        INTEGRATION: CWS changefileheader (1.11.32); FILE MERGED 2008/03/28 16:03:40 rt 1.11.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0870c2b4108d0023a1a24e46b15585b316f6159b]

        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>  [da439b5fde51fa1cbde25f77f975fe064d24ae55]

        INTEGRATION: CWS changefileheader (1.15.170); FILE MERGED 2008/04/01 15:02:32 thb 1.15.170.3: #i85898# Stripping all external header guards 2008/04/01 10:49:06 thb 1.15.170.2: #i85898# Stripping all external header guards 2008/03/28 16:29:51 rt 1.15.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd0a0578bec4f4e49faaa295b14feda321c13586]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:35:56 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5792f77900180a5bc07dcf98d99eb3557f4f3681]

        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>  [8fe4b674b27c5160193dae424ea9c2ee2e942a19]

        INTEGRATION: CWS changefileheaderm6 (1.10.2); FILE MERGED 2008/04/09 16:08:19 rt 1.10.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a5549943f87c08d5adfce72752628657cbcdcd1]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:33 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abff808ebf6a410a04ea6459045d6e1649e7e50a]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/04/01 15:00:04 thb 1.2.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40a0db73ef46b32cf8242b1ac39b4808150b5ee8]

        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>  [754d55a88e7816b4586a234996d2e66f7fa57aac]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/28 16:29:50 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f4370660501f7abfe440a2ea9a9fcfe10c9fbbe]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:56 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d7cb935bff2fd7c7bfc31998dbb3fce2cd263d7]

        INTEGRATION: CWS changefileheaderm6 (1.24.2); FILE MERGED 2008/04/09 16:08:19 rt 1.24.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7a5520e94be33a42e8871021624c67b3059f788]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/03/31 12:31:33 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b92d6381ff8b134ce48345746ce84c593939244]

        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>  [c0e64fbc12f9a99b4caf5c9d60ca351478afe80c]

        INTEGRATION: CWS changefileheader (1.2.172); FILE MERGED 2008/03/28 16:29:50 rt 1.2.172.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c39f8819b3cd6c46dafa43ec32bccd7229dd685]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:08 thb 1.5.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:45 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:33 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1cd61d58ad124bf5b32116e826b6ca48b3c7998]

        INTEGRATION: CWS changefileheader (1.4.144); FILE MERGED 2008/03/28 16:03:40 rt 1.4.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fff9974cca1910d3ca024f9db8ab649c91a8da0]

        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>  [aa1ae65744c6927b3a4bc99f0d09517227f2db5c]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:08 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:33 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b0c9ad7062de5be4cddbbcdeebac052836334b2]

        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>  [1d53d4780ebd892cec03133fa534800761a3345d]

        INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/04/01 15:00:04 thb 1.5.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.5.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed424a98cffb38d852d921b8a364d5a02becda30]

        INTEGRATION: CWS changefileheaderm6 (1.7.2); FILE MERGED 2008/04/09 16:08:19 rt 1.7.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5c2310b891d3845338c2ddcb02a29f96d784fe6]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:33 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7ac3c2c6736b2ecf67283141a98cd2db751f0c7]

        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>  [da8062baa47d82fc55449baf8494dba0a14f8193]

        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>  [bee6906bfc04c391aef6c488c77d80d62ffe1704]

        INTEGRATION: CWS changefileheader (1.5.86); FILE MERGED 2008/04/01 15:00:04 thb 1.5.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.5.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10b17dd9c8f88efb22d263db460349d90a7ac959]

        INTEGRATION: CWS changefileheaderm6 (1.5.2); FILE MERGED 2008/04/09 16:08:19 rt 1.5.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ec112b5880aa33a3c5eec69904f79422076bc9f]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/31 16:17:27 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65563dc406ba09361a85a3373f3e59e43a4ffb80]

        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>  [9607aecaffe04422d11b7e15d488f13785259278]

        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>  [f7205e4efff0e331ac01ee36dcc005d40597aa19]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/04/01 15:00:04 thb 1.5.80.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11b7573ab66c94b4203ecb55f1e36231b6b6bc3f]

        INTEGRATION: CWS changefileheaderm6 (1.4.2); FILE MERGED 2008/04/09 16:08:18 rt 1.4.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebec1b05bcffea7c99d04113b9853901a6e901b5]

        INTEGRATION: CWS changefileheader (1.2.388); FILE MERGED 2008/04/01 15:15:08 thb 1.2.388.3: #i85898# Stripping all external header guards 2008/04/01 12:29:45 thb 1.2.388.2: #i85898# Stripping all external header guards 2008/03/31 12:31:33 rt 1.2.388.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b66966772983cf3c0b40a071a1353403c0726a07]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:17:27 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce07d749c4c9b038870fb57c6b935657df0c48a1]

        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>  [bf0cb4c87b47007f6f1a5d8200f3d4c9bb3c5942]

        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>  [949be41814bb1af7f93c1bcd6f280f752e719702]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:00:04 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c7df170582c18bb41716e256a6f760be097cc4a]

        INTEGRATION: CWS changefileheaderm6 (1.19.2); FILE MERGED 2008/04/09 16:08:18 rt 1.19.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53b249cdc0f427626f8a942d7c76753bfc2ebcb0]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 12:31:33 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ecaf5199a69d60cf1a4ee4bd99ddcc77188611b]

        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>  [0c2be18a0b9f55b3189f9496abbe6d6cb393556a]

        INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/03/28 16:03:40 rt 1.4.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b00c9bd7e79500ae1969d5dc7d6f37c0a066f1fe]

        INTEGRATION: CWS changefileheader (1.8.352); FILE MERGED 2008/03/31 12:31:32 rt 1.8.352.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2c91c13dbd3ef521d8121eb93ceab885114f23d]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:08:18 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b5eb6ca5cf528759cf9207e397df27d02402ff3]

        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>  [337b72ec1316a251369f825edde06b8031984164]

        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>  [68fd424b537577de777297fb44a3a2d085060d2e]

        INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED 2008/04/01 15:00:03 thb 1.11.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:40 rt 1.11.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [669d0f9decdf837ddd7b9181c9360e96167bf44a]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:08:18 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77d4750aebbae002e3c579d8cf69eee3483bb1c4]

        INTEGRATION: CWS changefileheader (1.10.352); FILE MERGED 2008/03/31 12:31:32 rt 1.10.352.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbd428598dc01933288c9792cbbc43e4bf92ccfc]

        INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/04/01 15:00:03 thb 1.3.142.2: #i85898# Stripping all external header guards 2008/03/28 16:03:39 rt 1.3.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67998910847b6ee03029bb2d5b30762b1d0cb6cc]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:32 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9a8414af960ff13041335d2256da20de22674f4]

        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>  [e9f01f6fb74bac74fe3ad550de3e9e32f507aac4]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:35:56 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31f254b41a76b70d37df51934c85d0c483feee50]

        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>  [c76712a5ae05a15b1d9541d29eac4d9f8eb33602]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 16:03:39 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [624e887509debe5c5c5981a0d29eaba9e2e2add6]

        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>  [fe7c561fc5c8ba6ba3a01e0bcbefd84f1a20369d]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 12:31:32 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9006ba98f1ac3a9947f8b903d7741572f9a97818]

        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>  [04c8ba70a4e9afc1a15daa6ac9fed75d79c6dc7f]

        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>  [da5a0668e521a444691333ba06b1b631812153bd]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 10:47:20 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:39 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [029af7c823acbb58cd02476f07b7d8b6f3aaeefa]

        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>  [bea6cd58f7eed2e7065cb60b55dcbfe9191a7f02]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:55 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d93c791c3ea0685da1760eb8125ccfc5806d11ae]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/28 16:03:39 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56b2012f4383f879ecc057be08c3f68f9ad16f9b]

        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>  [fd75a7014bfeff42b36fb84d7471837a029abe1e]

        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>  [f05f80edd715a4988f0dbbec3ff16e988983e659]

        INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/03/28 16:03:39 rt 1.6.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bef545272ba4e42b87b815d27031cc3ac5c26a9]

        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>  [6cbf7c285ec8f78098670857d06a502931ff7fdc]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 12:31:32 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4f0eaef64d2a5e770b954f0d0808c5ef382463c]

        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>  [93e12a37c7e7fb0495c387dfeecc9998f06d2899]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:03:39 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d0f50316425363fe9fa2b55440ef147d22d330c]

        INTEGRATION: CWS changefileheader (1.16.48); FILE MERGED 2008/03/31 12:31:32 rt 1.16.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f988b82cadfc2b6cde5792cc961f99b1073c9e7e]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:55 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fceb878a01a34bdef33dc6d4332ae562c2f59fcd]

        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>  [406b6340bdf03410418f9f9b3ac5ba553d88aa72]

        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>  [920c1870851b50973a293b66c4ab5dad3706eac0]

        INTEGRATION: CWS changefileheader (1.18.176); FILE MERGED 2008/03/31 12:31:32 rt 1.18.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52f33965357343bac41d386e653a8609787ef9f7]

        INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/31 13:35:55 rt 1.11.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3fa66b97246fbf7d91ccae1339d449030e24124]

        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>  [630e83f0fe03653d6e19b6e070ceeebf8e33520b]

        INTEGRATION: CWS changefileheader (1.2.144); FILE MERGED 2008/03/28 16:03:39 rt 1.2.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cb7ffdb326c2319c2bedb873ea19dca6caf72aa]

        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>  [7367fdb41a3fb5e5fba0626881b7e0c15f6da219]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/31 12:31:32 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4cb9a25011b2fa187728b407afc071ec0e9db1d]

        INTEGRATION: CWS changefileheader (1.9.108); FILE MERGED 2008/03/31 13:35:55 rt 1.9.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67a820fb84a99eafadedd32bd85b038bf423de26]

        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>  [6d42e5ca93ddb87a817ef0c65254ee0b8c728151]

        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>  [e2491ae5ea85b724ca35a03fc66d364a0d69f56e]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 16:15:54 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6c8391a1ec8d564be4a503dca035247b91f9b0e]

        INTEGRATION: CWS changefileheaderm6 (1.3.2); FILE MERGED 2008/04/09 16:08:18 rt 1.3.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fad86f7ce468b00d5fec6cbc829b9d0d3ca08697]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:35:54 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24530592b0376142d79ccd96c2e0ff40efd800dd]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/04/01 15:15:07 thb 1.2.94.2: #i85898# Stripping all external header guards 2008/03/31 12:31:32 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8be223b469ccc2733e82d68fcca0efb0eaab6666]

        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>  [83b4a44c3bd2bf008e892ee329c00f42e6acd378]

        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>  [aee88c1c54fd7c36fd2a64a5a4a94c6056915288]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:15:54 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [131ac1a4f7dfbabb700d75b2fa62b474bfc96f5f]

        INTEGRATION: CWS changefileheaderm6 (1.8.2); FILE MERGED 2008/04/09 16:08:18 rt 1.8.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4365ae31665a1620517434dde5905fee09e16737]

        INTEGRATION: CWS changefileheader (1.10.108); FILE MERGED 2008/03/31 13:35:54 rt 1.10.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d3fa3e0f57f7ea5ce25a158a4dcfb29fb4b6d4e]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 12:31:32 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4f2cb62bedaef4ad3b1274b7110d011552b8858]

        INTEGRATION: CWS changefileheader (1.20.6); FILE MERGED 2008/04/01 15:00:03 thb 1.20.6.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.20.6.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.20.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [250956a6faff297334e3a49cc85f53995ce950c6]

        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>  [53bb6f7bc90616e15e8ba6a4593e2986d6fb8b8b]

        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>  [cdd7a96cba31a5409d727508bc6c832aad8741bd]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:15:53 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b95dffdb2fd833db2035fed059082d7abd21457e]

        INTEGRATION: CWS changefileheaderm6 (1.13.2); FILE MERGED 2008/04/09 16:08:17 rt 1.13.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75c88c2cb6a28ed715adc8f09f250aebb45226fc]

        INTEGRATION: CWS changefileheader (1.9.108); FILE MERGED 2008/03/31 13:35:54 rt 1.9.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88dc6c854d93e584be344dc96e726e0bfb19a6f4]

        INTEGRATION: CWS changefileheader (1.35.40); FILE MERGED 2008/04/01 15:00:03 thb 1.35.40.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.35.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.35.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [986f846da0d88ff23746d32c2c15828da3c65ff7]

        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>  [a66c4430a13e6f549e4fff05ebac6a3ac60c29aa]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 16:15:53 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61f09e82b6c5b87937159a2ab8295862912c215a]

        INTEGRATION: CWS changefileheaderm6 (1.1.2); FILE MERGED 2008/04/09 16:08:17 rt 1.1.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03ebebd4d600340255f0df3710fe6b88e76788b8]

        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>  [3d1281a25128ece9cb553e8741e8e804815ef563]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:54 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce12728f7e6095ba7e33377a8946c9c90556c7a6]

        INTEGRATION: CWS changefileheader (1.28.4); FILE MERGED 2008/04/01 15:00:03 thb 1.28.4.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.28.4.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.28.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c98578896ea0480e2df2d24892cdea14d2f19a9e]

        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>  [f2c7e6e8bb876f9ec2b5755c290ad62744cd9866]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:53 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad685363d777890ed502c0d36adf4e55a4a47871]

        INTEGRATION: CWS changefileheaderm6 (1.9.2); FILE MERGED 2008/04/09 16:08:17 rt 1.9.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dd6f7fc0bbb7cef8e20347bb4652d8314c2dec4]

        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>  [faafd84da1b837000cc05f0b10cdbad95784812d]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:54 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c6d72e8ef3ce88b230be5d61f57077221a9a27d]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/03/31 12:31:32 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0dba284e014aedc25682f7a3e9fe11a9b4b986d]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 10:47:19 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5345d294b1db8645195071c4d05f06be3ba3083]

        INTEGRATION: CWS changefileheaderm6 (1.11.2); FILE MERGED 2008/04/09 16:08:17 rt 1.11.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e0625bd0469bf85593cdf5be22d0078475ac61b]

        INTEGRATION: CWS changefileheader (1.22.6); FILE MERGED 2008/04/01 15:00:03 thb 1.22.6.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.22.6.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.22.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da1b65fdac32e49c7bcc55d9bce2109a1f3eddd1]

        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>  [d634dfb1bfe04063915c32d86cd3b04ac9792844]

        INTEGRATION: CWS changefileheaderm6 (1.15.2); FILE MERGED 2008/04/09 16:08:17 rt 1.15.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5db588d0c99db1fdc9d37d41604773b292d6c628]

        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>  [fd7c0163184b55fc2b3df3690469145a32a1eaa2]

        INTEGRATION: CWS changefileheader (1.4.104); FILE MERGED 2008/04/01 15:00:03 thb 1.4.104.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.4.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.4.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [471b3c4a8712ee821956d45c08bee91607c62e83]

        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>  [40b0d395d5388e1902a3fb900f4f4ab524fbf3b2]

        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>  [e3718021712220df75c0ab953ac12668b6b53461]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/04/01 15:00:03 thb 1.6.86.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.6.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [331b99905ed51f0d9d135492ce81bda0b7e9dd6b]

        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>  [99cf86b355a005c5aa8f5f5f737a45804ab4689f]

        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>  [6c6cf8418788cb08e99e4ccc8a8966eb51c21348]

        INTEGRATION: CWS changefileheader (1.12.104); FILE MERGED 2008/03/31 13:35:54 rt 1.12.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fac0725734d9f27a7814d31b39a4c4b72d0901ef]

        INTEGRATION: CWS changefileheader (1.7.104); FILE MERGED 2008/04/01 15:00:02 thb 1.7.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.7.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0af3491b5ec67c7a3a693c3c581f273cbe932eb]

        INTEGRATION: CWS changefileheaderm6 (1.2.2); FILE MERGED 2008/04/09 16:09:14 rt 1.2.2.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8b0362c5665ac8747101e85fd2d9012169b6f88]

        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>  [6c4686081a6a989118ca76e4941773381ab44223]

        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>  [d1f3c82274e701aaf7aa1500fd8df70c8c2ebded]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/04/01 15:00:02 thb 1.6.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a5f0d14d213925afae7c8e65a6d351447634773]

        INTEGRATION: CWS changefileheader (1.8.104); FILE MERGED 2008/03/31 13:35:54 rt 1.8.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc12720134600d06f2a76d6611794913baefe75c]

        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>  [bdd2a396f1ddcc0f3292e896c86e9bff85a3ae83]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/31 12:31:31 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd8d8925a37933c634538b8c5c378bd04571e4ce]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:23 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff18309d10068e447e803edba7c21c43474872d8]

        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>  [a854521ba1ec3f85a815f353a7198d31fe50a993]

        INTEGRATION: CWS changefileheader (1.11.86); FILE MERGED 2008/04/01 15:00:02 thb 1.11.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.11.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c14a981c09860ef7c3dfdc29be503322ec6bd95d]

        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>  [a2711a92baa0aa573e67fc149cba1001a87937d8]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 12:29:45 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ce152d8247f79576e80dfc027a9a952a1cfbbe1]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:54 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65a4e9d00b29545a82c517a19a3e2d160fe54e79]

        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>  [20d9773f5717bede2251910fbbe75b8c576d813d]

        INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/04/01 15:00:02 thb 1.3.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.3.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a0f9d34bbed23f52a1bb9dec4e3af46a5e52999]

        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>  [e8e3b0dc8c0b36e08f88049c5c2372395d018243]

        INTEGRATION: CWS changefileheader (1.10.104); FILE MERGED 2008/03/31 13:35:53 rt 1.10.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8089c44986e11da0c84f2b15388a76e4b0116444]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/31 12:31:31 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39a6dc5fbcf79d1578a00f8264d33ae784aa0fd5]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:22 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00536fc3c4f616631414491cbc471f37cb5fc14d]

        INTEGRATION: CWS changefileheader (1.5.86); FILE MERGED 2008/04/01 15:00:02 thb 1.5.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:38 rt 1.5.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95c7aa7f899ffd4616b08f7c0660c9708907c1e0]

        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>  [9e8d7276283f085ea6a9cdc8d8a873b300b5d8f7]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/31 12:31:31 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0659b7acac465f31084e67f5ca73719f80257a8]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 13:35:53 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [880df5af4d1cefd18a0a1a92204688f66051cb80]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/03/28 16:03:38 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b99b98ee754c5b1c1871a2f494846985aaf5dc8]

        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>  [ad0f7f023af10bffc6ae00c2ba27cfbe9f2b93b5]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/04/01 12:29:45 thb 1.2.134.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c0da0e5ac7107b7c012f9738e80b63fdc0cd7a9]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 16:03:38 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dd319c6754ec8d147d19b77333d719d5b105a93]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:35:53 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58faa05a9b277189cc9a051c33277ad6436c4ea7]

        INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/03/28 16:03:38 rt 1.5.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40daa8aa567d0533260bab2c9e54e53bd6f96c89]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:35:53 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8773062c24de2aadf98c9eaab757676db354c74b]

        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>  [1abdf68789e05770f43b4a814406e818b77c07a7]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/28 16:03:37 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8030bd742585da6b8ceecb89854966959f0c151]

        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>  [80881e6c23ba29296d2e45df78e2c727db409d6d]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/04/01 15:00:02 thb 1.6.46.3: #i85898# Stripping all external header guards 2008/04/01 10:47:19 thb 1.6.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:37 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b01f486ee95fac1ea76ec82173e6da008bfbb6f6]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:21 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b9da068e83f529bad1ec9a92742176fff91d6ea]

        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>  [82961532394a59b9a4a9dfdd7c2c70a7c51453e8]

        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>  [efc9dbf31d4191bab827d3782bc40465a63ba7a7]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/04/01 15:00:02 thb 1.6.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:37 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85a6cbf20623b911c44dad2c81c73ab8d0a013b3]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:53 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [132cf7bc7bd6149112e216fb49e4539170f97450]

        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>  [1feecfec5882474c559f41785cb8a02210d8b8d4]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/04/01 15:00:02 thb 1.9.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:37 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f4774b224f8257e9f4df911d619574f39e72bbc]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 13:35:52 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41abe168c44875c82a5a695239d4085b3d160a8e]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:52 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe84763eca4ee78327c49a5aa3586d44fecfd242]

        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>  [b49530a4f40c48a7b20f30b0a06e2a44a645929f]

        INTEGRATION: CWS changefileheader (1.2.144); FILE MERGED 2008/03/28 16:03:37 rt 1.2.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [921dfc42f2370c4260f18eeab949756c4126c76f]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/04/01 12:29:44 thb 1.2.134.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fc1f1677eafd3477f57403c9ae090b66438cd7f]

        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>  [50385e142ca7e31bd78a8371c9ef95cb233b47d8]

        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>  [dc8cf54a50f61289dc5f8cdd65f9827f5f11bd47]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 16:15:52 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa8a5450d4f1062433d13c86bb620d0f5ee74fe7]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/04/01 15:15:07 thb 1.2.134.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b288aa2a7037ed13926c30d254866a822fcb122]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:35:52 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d3decce2989dc0dd37f0a16cfc0ab761a24a508]

        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>  [58c6f1d3fb3677ab1b1c93a5c20b9c9a44f5fa53]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:20 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21cbcb6471354ff6c2ffab6d8ea2833fb3d71a6e]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/04/01 15:15:07 thb 1.2.134.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.2.134.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99f0ab29db3b46a28334e00011fb0f476da85223]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/28 16:03:37 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [426d8c69913306e07c66dfe52c11061eea393469]

        INTEGRATION: CWS changefileheader (1.3.104); FILE MERGED 2008/04/01 15:00:02 thb 1.3.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:37 rt 1.3.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9c2b04e1c914ab27eb6cc43bcbce12f69616a78]

        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>  [a5794912738294883d110f6c616f3c2d05458edc]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:52 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf00c61cd0fb08a478307d4367f97b5b20f7378d]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:00:01 thb 1.8.40.3: #i85898# Stripping all external header guards 2008/04/01 10:47:18 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:37 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12c01ac36eafc454c1a2b83d2e97b0548d45c451]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:15:52 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62346e0bb28a85b8e373d27ef3826084984fdd3a]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:35:52 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c401413e227e87100779bf0acc7fa82cc486261c]

        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>  [21a5f004ee244e04632631d91d018e3f2ad3cd0b]

        INTEGRATION: CWS changefileheader (1.5.164); FILE MERGED 2008/04/01 15:15:07 thb 1.5.164.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.5.164.2: #i85898# Stripping all external header guards 2008/03/31 12:31:31 rt 1.5.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34a76e752f0f09a9df1509d2bf964f2f979dc62a]

        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>  [c246314c184aad8a41e0cf56bc0ffcd6522aed86]

        INTEGRATION: CWS changefileheader (1.2.144); FILE MERGED 2008/03/28 16:03:36 rt 1.2.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8459ff931242dc08bf0e31db54c40f57f4a6081]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 13:35:51 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8581175e23dd3f3b2021f565d06b2473a5816df2]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 15:15:06 thb 1.6.24.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 12:31:30 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a3768c5b40b3c623fbb71b922ed1a3cd9aeca3f]

        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>  [714c6288fcb964b5c52478d780c29ecbddaa17e6]

        INTEGRATION: CWS changefileheader (1.2.144); FILE MERGED 2008/04/01 15:00:01 thb 1.2.144.2: #i85898# Stripping all external header guards 2008/03/28 16:03:36 rt 1.2.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9223053a2d761a9ffb38a19f7b16f218e05dc487]

        INTEGRATION: CWS changefileheader (1.6.472); FILE MERGED 2008/04/01 15:15:06 thb 1.6.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.6.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8b46336749648ba0362eced8370e37ee655f65a]

        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>  [cbba2c25c3a3bbf55d2680951b87d2c1c9aa0c02]

        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>  [f2f3e17471129c9aae1042088e0a619707b8ad4c]

        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>  [56fd752efeb7fa2dfa64b530ee207822cf00b77a]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 12:29:44 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fc0266c23f3dbe38b775de0fe0b2f3c903f9ed6]

        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>  [3b6d15ba11d1ef508c6362b78b62268bb242e82a]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/28 16:03:36 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b42075dcbec5f0fd5cc134725e54c5e437f1ad7e]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/04/01 15:15:06 thb 1.5.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.5.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc548320c369016781736a216d8efe6100623d18]

        INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/03/28 16:03:36 rt 1.5.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f367db507ce301e2aea119417fea81c639ff8d4]

        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>  [b45ebd46d2bad696635625a45da2b395d296ed4a]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:35:51 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38fcf5c1da7881857465034ff5c2464df95c9f65]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/03/31 12:31:28 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f1fefa2d54d53d85a44220d0b89c798803420d0]

        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>  [a29cda4a4f1f5901bc23962df2db35f4dc3c77d7]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:06 thb 1.3.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [253e3e2a82e6c377fcae092728ee77e3e757c86e]

        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>  [0dc673a1a97a05e867b6c80d8776d3b0f5ec5907]

        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>  [1bbbbc9629557700626b8f2a395b8882b0e00c33]

        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>  [30ff87e18d6cddb77aecbdf088a4a38db43ce6d8]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:51 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2695cc04f3cf471ec9a67cc26b06feb190fe582b]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/04/01 12:29:44 thb 1.5.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b1aacb4e860044bbb934b137dd6cbefbe7316cf]

        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>  [83bf2c89faed8dff4e9de7c45c59094cf1f018a3]

        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>  [3131345191e1537f40d3f55945e1cd7ded7a3a2c]

        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>  [a47b35c281c858a53e6cf1caac25463cab6e1eb3]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/04/01 15:00:01 thb 1.4.86.2: #i85898# Stripping all external header guards 2008/03/28 16:03:36 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00d59b5f13fd708f8da2789162644486fb60961c]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/31 13:35:51 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f3897c8a46b179c1f166e568f8fda94d9a0952e]

        INTEGRATION: CWS changefileheader (1.10.48); FILE MERGED 2008/04/01 15:15:06 thb 1.10.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.10.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:28 rt 1.10.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2df5c72722bd7d2638d215fab8da876599e486a0]

        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>  [e3d7f674c4ab05b06abd4dd9d78230204e98d99d]

        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>  [dc1b06bc4a83f73555992bb846133b9f23fe1579]

        INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/04/01 15:00:01 thb 1.5.104.2: #i85898# Stripping all external header guards 2008/03/28 16:03:36 rt 1.5.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bef6c1991ee8ac6d6a07e76eb604195f4768f837]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:31:28 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00cf6ed7fedc61708b1ed461e1df0e927d2c2f11]

        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>  [f8c0c8d26b15f9b9b3573c841f4014485d6c5599]

        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>  [28c50e689157e206122258ea913dedbee29c3e31]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/04/01 15:00:01 thb 1.11.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:35 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [974fb4145034677def66646ef2d49c7f8198af0d]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:19 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75d718bd523cac7a5ac9182e16e3c50b2f9f5774]

        INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/31 12:31:28 rt 1.9.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebe5a7e6051bb6beea6e78622bc2b4c37434de14]

        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>  [461314536b10aefd11c52be9f8d56e87da658dc9]

        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>  [830de5777317e7acec3f716191af64003808a85f]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/28 16:03:35 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92deabec4c256b85c55bc3dede85bbfd787b81be]

        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>  [a9dc83dbb5c8f5d2264bd3d20e1d3a8222c1ff8a]

        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>  [afb3333bf26c5cdc9886fcd0b811a4cd987acdde]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/28 16:03:35 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c6dbe1a8701409317bcd2464e540c3581716e43]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:13:21 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4516be32b9cd137165dad289b833cc3fb123b792]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 13:35:50 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92a52637119ca1f09cad5a7f02d7eeebf40c322e]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/28 16:03:35 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1347f87d0d9fa56af04fc24d03738b21fdf8ebac]

        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>  [e22df4ee4bb1b630ba2a833d69a157e4f9e30941]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:13:21 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9746d43b0ad4165d7e4180bdda0474b3e96c2193]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:35:50 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53fd3a814ba4a3a15720a244e396f455003e6b9b]

        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>  [4076a56e5856ba0d367b984e1566585fb5b1ea60]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/28 16:03:35 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43c4b4689f1b37eb5ce6d63930885324e1424acf]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/04/01 15:17:08 thb 1.3.64.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.3.64.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45223ccf3a8c1e904b274cda2e521d8818432687]

        INTEGRATION: CWS changefileheader (1.2.108); FILE MERGED 2008/03/31 13:35:50 rt 1.2.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71e17275c1c18172ca4599e1451392682a8ef1d7]

        INTEGRATION: CWS changefileheaderm6 (1.3.4); FILE MERGED 2008/04/09 16:07:19 rt 1.3.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28b15627a59d9ab6945192facd99447ef8a59c1d]

        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>  [a835d72acc5418127c91f84615d67987b2dccf96]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/03/28 16:03:35 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b18ce47755a03343819748911a919505462131f9]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 13:13:21 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49b604f3b20e90e98ff587ecda7e96611ae27c5b]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 13:35:50 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b3141044b21f571c374e625baceab7bebd73dae]

        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>  [f76dff332b7e978e75ed9caaa62e1bf29374a0c8]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:03:35 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20df4c0c1c9301a3c8232ae2885fca966ea7d014]

        INTEGRATION: CWS changefileheader (1.3.154); FILE MERGED 2008/04/01 15:17:08 thb 1.3.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.3.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5856b559e831f3304c9de792dc542c24b8d8233d]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:50 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00e169ac63ffb6f0eba5addb344bde78c3935a58]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/04/01 12:29:44 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [124189bdcb7183aef085f76c8da119c6ce68f337]

        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>  [2f2d30611746340128cd31f19b04e21d56eeee70]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:00:00 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/28 16:03:35 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [907efefe16c521b75b978b85f36c5f1950fa8959]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/04/01 15:17:08 thb 1.12.84.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.12.84.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69d9bd5e2fc218b66409fa1bea56bc2b4c3bbe80]

        INTEGRATION: CWS changefileheader (1.21.14); FILE MERGED 2008/04/01 15:15:06 thb 1.21.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:44 thb 1.21.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.21.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d45963d6bfb49b691c66fdf2ce62dafb8c85872f]

        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>  [ef566828dede798ed3ebbcd71a6c6529c2b4eaf4]

        INTEGRATION: CWS changefileheader (1.6.142); FILE MERGED 2008/04/01 15:00:00 thb 1.6.142.2: #i85898# Stripping all external header guards 2008/03/28 16:03:34 rt 1.6.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4dc1412ae20e35f43fc54acf0237da5bffc187a]

        INTEGRATION: CWS changefileheader (1.7.98); FILE MERGED 2008/03/31 13:13:21 rt 1.7.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4311dd38446f7c8a5510b5bb8ab70079ec0e32c]

        INTEGRATION: CWS changefileheader (1.40.168); FILE MERGED 2008/03/31 12:31:27 rt 1.40.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb8699835735c1b81b7f2bce0869b77dde290eb6]

        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>  [7827cad448c7c79c6ffac71a31c12259f7f5bc8a]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:00:00 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/28 16:03:34 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbdaedc589f067a322a7350369c32fb7b6f06296]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/04/01 15:17:08 thb 1.8.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.8.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [966b8674fea21624fbd8b83f02336d81a74a23be]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/04/01 12:29:44 thb 1.9.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [349ddc16d78f4f4de6580b99b139d603388402f9]

        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>  [50ba8f2c2851fbce05e77da483e38dceb6ceda3a]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:03:34 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d22812abd48e4c700cbc40940c6a55702362df6]

        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>  [eba66cabf349d56f5560405311364ff448c7318c]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/04/01 15:15:06 thb 1.19.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.19.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ec44742192c8d43e775f56c9e4c25b66d316fbe]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:51 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ff0f1679d44b0c5c89e446b8619e2166fd5db7d]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/04/01 15:17:08 thb 1.11.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.11.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cb7ec019b19c600bca89972079b3e09a5e85e9f]

        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>  [b89f22e8154633746116040be3a64a3f40a06b7f]

        INTEGRATION: CWS changefileheader (1.11.40); FILE MERGED 2008/03/28 16:03:34 rt 1.11.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2500f5674234c53e55fadc7da7974433e417a73]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:50 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c87364057dcc0e0612865ebcde99c060c207635]

        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>  [4a331bee8750b87272be152732490b5e7312ee7b]

        INTEGRATION: CWS changefileheader (1.29.168); FILE MERGED 2008/03/31 12:31:27 rt 1.29.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76fc9ac09bdf19be4fc62353274bbde2676c2ee6]

        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>  [ce6035f424ac3074e0f6587877551b6d0f9ffd5f]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:50 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ec47f35f53aca062e88f900a195510b0da22889]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/28 16:03:34 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87f492742220080f7fe638e77a3cd1f0577bb214]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 12:29:43 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dce2290dfeb1310f903e8b7cf077a276bcad1f1]

        INTEGRATION: CWS changefileheader (1.4.196); FILE MERGED 2008/04/01 15:17:08 thb 1.4.196.2: #i85898# Stripping all external header guards 2008/03/31 13:13:21 rt 1.4.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89ca2f6655769ba645677681934e724067c31b95]

        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>  [aa0761f621c91319b9ce85e2c9dbba764add53d3]

        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>  [b8a5be5ed92d561dd42b1528e39824d9c9361a44]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/10 09:56:17 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9c4610de246d9381e79c66fd01670e738db8a7f]

        INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED 2008/04/01 15:15:06 thb 1.18.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.18.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea7225bbcd9308c1f9e48abb98d2ba8fb21399dc]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:17:07 thb 1.4.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16c12d70cf2aa117b506c0c2ea47924c5bba4980]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/10 09:56:16 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a29297d3b4dff7cbf943806134929031129c4508]

        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>  [b9756157b1e7d90088bc8d7c25c83d7659c53e55]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/04/01 15:00:00 thb 1.2.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:33 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82692f479ed645eb1df6ef000bcc9695ed30d7f1]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:15:51 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a024782e7275534e51d9c57d26c6bf20e55e5ff]

        INTEGRATION: CWS changefileheader (1.32.168); FILE MERGED 2008/03/31 12:31:27 rt 1.32.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2ca833d0b0191518d7a1a923b1f116eb6c4fd4e]

        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>  [a55dbbd5cc90f801f7c6d42f7dcf95c085ba4a6a]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:18 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0218a4154edf55c12d13b30f6a683782554aaaa7]

        INTEGRATION: CWS changefileheader (1.3.108); FILE MERGED 2008/03/31 13:35:49 rt 1.3.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29d0eda777ecd9399e724511dbfec22a5bf3db8f]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 15:00:00 thb 1.3.38.3: #i85898# Stripping all external header guards 2008/04/01 10:47:18 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/28 16:03:33 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [763a69e6ffcef25500f887f8ba28349f656822d6]

        INTEGRATION: CWS changefileheader (1.5.110); FILE MERGED 2008/03/31 13:13:20 rt 1.5.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9253a7d5912319d783bbb15891729ee56b2d1290]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/04/01 15:15:05 thb 1.5.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0a0f0375c9ed89d59ff993547b0aa0f2a169707]

        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>  [45a91ecdd0dde345a60575b4bfb2a561b5e649ae]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/03/31 13:35:49 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8802167d764bfb8806957ce7534f23b6fbe19831]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/04/01 15:17:07 thb 1.3.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.3.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58af420b72a6efa93b70ea04469301f0d85ed0c3]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/28 16:03:33 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3362ee67f397ac121d7ad382d53a72b4e169deb5]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 12:29:43 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d25708c753efda7ea10c5bbbe53f4685994fb9e]

        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>  [47cb85666ae9356e9b9b90e7168aaaf283832ba3]

        INTEGRATION: CWS changefileheader (1.6.200); FILE MERGED 2008/03/31 13:13:20 rt 1.6.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f68f4bb195e56f89f0100e3e088cbb6610a4d7b]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:15:05 thb 1.4.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48920338cbdf48bb3e0fd0ff2c0540051e730ec5]

        INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/03/31 13:35:49 rt 1.8.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3193a4b22b5005452bc7d6d4f6fa6351eebe983e]

        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>  [d7b41fec53f3657de741b23ac6ec97fd03af4f57]

        INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/04/01 12:30:52 thb 1.2.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.2.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce0f9ab5f70d471e9509ee996f808fe0c32eec3b]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 12:29:43 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:27 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c78f61210828b006e3550db171b67603fb45e29]

        INTEGRATION: CWS changefileheader (1.4.108); FILE MERGED 2008/03/31 13:35:49 rt 1.4.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc04fe22568b5ae74830a5c7bb196bed478d1835]

        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>  [42ab1c369476fa9002c09d7fc2abde343da24099]

        INTEGRATION: CWS changefileheader (1.11.472); FILE MERGED 2008/03/31 12:31:27 rt 1.11.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f102fdd9cc2ae9d5fde7a176910bbd78bd04690]

        INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/04/01 15:17:07 thb 1.4.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.4.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.4.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [766fe0a5d14a88f0be78102d85a4eeef2119bb79]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/28 16:03:33 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9984be5703256e1f2cc404666003a63a7e8f4b25]

        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>  [65f66c2d08c89f8cb4bc77b97d6d5321e5ada07e]

        INTEGRATION: CWS changefileheader (1.36.168); FILE MERGED 2008/03/31 12:31:27 rt 1.36.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a71e175915bb1686e38d0d72ee2cde62774f63c3]

        INTEGRATION: CWS changefileheader (1.9.110); FILE MERGED 2008/04/01 15:17:07 thb 1.9.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.9.110.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.9.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b3e7eb674f80b4f6ac1c6eaddf73517d3c0e997]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:17 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [418ac4c698b8bc9a2f7b602f4b56a04f51fefd97]

        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>  [44af19324a89bfa8baec7d4908c8e0c8b3e057ed]

        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>  [f023369678b73ebef8512d440c75adc469db7425]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:35:49 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3316eab2de2b3901c53eedad4d023e9e13d79718]

        INTEGRATION: CWS changefileheader (1.10.472); FILE MERGED 2008/04/01 15:15:05 thb 1.10.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.10.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.10.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4425dd0b838486d45a354e1f73d26a042aaad2f]

        INTEGRATION: CWS changefileheader (1.16.64); FILE MERGED 2008/04/01 15:17:06 thb 1.16.64.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.16.64.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.16.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d12b2786c2fbf4e3c659cf4ad2cf6b37ff40d928]

        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>  [5db1f0a06803c7178fdd5399b3e02e9b77b39ca6]

        INTEGRATION: CWS changefileheader (1.20.48); FILE MERGED 2008/04/01 15:15:05 thb 1.20.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.20.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.20.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [456aeaf235d637b4f158a1da1ffaabad8f823115]

        INTEGRATION: CWS changefileheader (1.9.108); FILE MERGED 2008/03/31 13:35:49 rt 1.9.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a9f44d8b4434ddb7d6c3fab3f267a124ada692b]

        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>  [077ebe7d09154ce322513fe807bb2eccf110fc65]

        INTEGRATION: CWS changefileheader (1.41.168); FILE MERGED 2008/03/31 12:31:26 rt 1.41.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93fbdd402bd0644a3ea5f2f87f78f78cedd29c4a]

        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>  [d80e0b685d8407c0f009b5cd4c4aeec9886ac51d]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/04/01 15:15:05 thb 1.7.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.7.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3cfb9fbd5673ce41fa33bdbe5681f205639005f]

        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>  [c40ebb9022df2b3a603c278f13f486abcb0a4097]

        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>  [b4b9c2f47281e55c9d86484fa4718ca5a3edecd9]

        INTEGRATION: CWS changefileheader (1.17.14); FILE MERGED 2008/04/01 15:15:05 thb 1.17.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.17.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.17.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e48acd543b818465d69f2b1195b01452e45ce805]

        INTEGRATION: CWS changefileheader (1.6.108); FILE MERGED 2008/03/31 13:35:49 rt 1.6.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3066b86b89f218d4793b02c2b6a2f5afa39817e]

        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>  [d3c6e10e3e3b6aaec14ac16d6a7ff7c27e70b3a5]

        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>  [4c70efbb45827821e9761dec982428f7b0bde6cd]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:17:06 thb 1.4.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:52 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98ae1c2b0922e66c596e6bf56d02b370c69ba168]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/31 12:31:26 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b03f7f717af76d5580f82f3b178fb023219ac973]

        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>  [7bcb14492b3402702630e48d46339a9d431a0ab5]

        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>  [74035089c342697ac6c5fb6dadd1eb883d336581]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:05 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [149c0278b837eee718fa79b8d50fc1dd380f242d]

        INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/04/01 12:30:51 thb 1.2.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.2.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc8f30999374e28ac8fe6c2dee071c29d78acaf5]

        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>  [893e4fd65d83ce85e522c3f614eefa5bd95bcd1c]

        INTEGRATION: CWS changefileheader (1.14.108); FILE MERGED 2008/03/31 13:35:49 rt 1.14.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc198f2b0b2e99d6bc6f12ec8d74998e5aa52d6d]

        INTEGRATION: CWS changefileheader (1.4.110); FILE MERGED 2008/04/01 15:17:06 thb 1.4.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.4.110.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.4.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a388d68c192f0bb5ee0643ea034125d1c713343b]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 12:29:43 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7e7c793374963b65d0349f923ac04dc65b33550]

        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>  [67004183e25d727827b312d2c1f0a7ca747a2b46]

        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>  [1b187298660ee07cd737732fd77af344e67870ed]

        INTEGRATION: CWS changefileheader (1.11.358); FILE MERGED 2008/03/31 12:31:26 rt 1.11.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [586f1b3f648df72360e6b1c59b6599676535d70f]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 15:17:06 thb 1.6.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:20 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2cb6ca5a156249e37688f876a2c70ed5e8715ec]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 13:35:49 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bcd511a90ce32b840508f445825576c895908ea]

        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>  [437b6fc01531981463aad99e2d48028693f434db]

        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>  [bf78f202f783a8d2618a74f98ac0abab1dbfcd74]

        INTEGRATION: CWS changefileheader (1.2.266); FILE MERGED 2008/03/31 13:13:20 rt 1.2.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61cde5bea11b8d6bbe9b9434ec28617c67824a16]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 15:15:05 thb 1.6.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e7f90388587d89886a063285e67be8d9a0c2eb9]

        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>  [102edec8097707058ef843c26a07d7c82ed798f8]

        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>  [02edc1ea414b173f7e14d9db6688074082356efe]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:04 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6526af0ad16b105174333400be744ccaa9fc19f]

        INTEGRATION: CWS changefileheader (1.5.110); FILE MERGED 2008/03/31 13:13:19 rt 1.5.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab34a7994dccd309735b747fc318093fdc53d80e]

        INTEGRATION: CWS changefileheader (1.10.108); FILE MERGED 2008/03/31 13:35:49 rt 1.10.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcebaa41a69757ca3933ef604fdda87986268248]

        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>  [f97389765e0e23d41fdcc9d61088ab5a005ac36e]

        INTEGRATION: CWS changefileheader (1.5.472); FILE MERGED 2008/04/01 15:15:04 thb 1.5.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.5.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.5.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c150a5ac89b2434e6e93707fc39cbc38fc41082c]

        INTEGRATION: CWS changefileheader (1.8.158); FILE MERGED 2008/04/01 15:17:06 thb 1.8.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.8.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:19 rt 1.8.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c495b065a3c8e821fad0406cb0cd456aae5c75d]

        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>  [304f175c16becb125418913142b2dabeea73efb2]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:04 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad80bb463ebad92d1af87dadf909253b205ca9f4]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:13:19 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75f3fcc6e90b152486a0283c0a0785354f498e4e]

        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>  [50a27238a29a3298da4ec8f99d83c22ddf2725d0]

        INTEGRATION: CWS changefileheader (1.12.108); FILE MERGED 2008/03/31 13:35:48 rt 1.12.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fba8892e5fdb2900b54d53e89c3b659df7c8049]

        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>  [868f6ac93380b0914d3d22899f2e83efb5b0b342]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 15:15:04 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4869e659b73008617ab146a5048f6834b90e7ace]

        INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/03/31 13:35:48 rt 1.8.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e51a6e0a505685df701751fb04986aff6130395e]

        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>  [37bb1ef4210d1146395a49e52623dd0c63780959]

        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>  [73dd055184345f58655e03d09e55ef0ee34cf400]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/04/01 12:29:42 thb 1.5.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ebfbdad980c3341e459575bdc9c87b15ca83c0d]

        INTEGRATION: CWS changefileheader (1.35.50); FILE MERGED 2008/03/31 13:35:48 rt 1.35.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f266790b477456c1e3fec365308dae25a7261b46]

        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>  [8dbaba410f204be33e7642a2e5c4aebf4dfe8b98]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:17:06 thb 1.4.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:19 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3394f8016cfef354cd707f427a588fb5c41c02a]

        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>  [ef09f30ed54cc431233fcf32ea7f955615d03ca7]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 12:29:42 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45ff33a7bbc22d15eb629a274fc322e96bad91ee]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 13:35:48 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a54c0d979293bdc37242492be8d924405a85a2dc]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 12:30:51 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:19 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22a519adc233403052c9c60a41e109cc9e6b9e63]

        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>  [423ac3b1cf23594afb93c607db6eac8f9e9f51a3]

        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>  [206b98d71fa59104a33a22c954a9ffcca058653e]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:04 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b99a08cc563d6e693d35a8946f9bfe76be242817]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/04/01 15:17:05 thb 1.6.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.6.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:19 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [128f182ab78aee22b0c84f5016df3bf3ddff18d0]

        INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED 2008/04/09 16:07:16 rt 1.2.4.1: #i87884# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [842ab769a65959c9788d114ccee417acc011f8ac]

        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>  [4bacb7e6464f3fd4a6da72da2799c545608867d8]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:04 thb 1.5.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e87e0a3d20f8cf0b5fce11f8675db81c690c7d59]

        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>  [3fe3e50f2a03e06514d072abcd5e96911ee232b7]

        INTEGRATION: CWS changefileheader (1.2.68); FILE MERGED 2008/03/31 13:35:47 rt 1.2.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e25a6097f89aa08e5d772fe5867748c70b8cc320]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/04/01 12:30:51 thb 1.6.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:19 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [202c95dde3fb340046cca785d97cbc3e964f88dc]

        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>  [0257d9144c259b1e2f92a96c62f9e107e3d02bbf]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:15:50 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e63053df344423f12aa17067093c245f5dcc19e]

        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>  [f8be6f331a59a5f58f57087a9d7ec3857bc4f04f]

        INTEGRATION: CWS changefileheader (1.36.168); FILE MERGED 2008/03/31 12:31:25 rt 1.36.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4aa300f7c28e5e3748f2630ce6a0516e11ac6b6e]

        INTEGRATION: CWS changefileheader (1.7.98); FILE MERGED 2008/03/31 13:35:47 rt 1.7.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [864b5f4c22a9a92e891b801738dcd6bd1df320bf]

        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>  [9ebf982f70532acc733b15fef5f8218901fa66c4]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:16 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [964c0916f19504782897f388207122d985aaf912]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:15:04 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff8e6a9d4bb177ee090a89c671474ace1c5665e3]

        INTEGRATION: CWS changefileheader (1.13.108); FILE MERGED 2008/03/31 13:35:47 rt 1.13.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2321dac782a9a093f39223264015d604ab801c24]

        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>  [419acbd3fddda456dfe2387a4ce934326787870e]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:25 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb344805cea1a444ebcb129f29f39b6dac819db8]

        INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/03/31 13:35:47 rt 1.11.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c001ab9102a15a37ccb39bc56a9db6a5d1391f1]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:13:19 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a51c326e1519bc39d6b1ac0d723ce6a34e5bcca]

        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>  [888373057fc4dd14875ee6550001170ce5d165a4]

        INTEGRATION: CWS changefileheader (1.21.48); FILE MERGED 2008/04/01 15:15:03 thb 1.21.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.21.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:25 rt 1.21.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2e4b3eac997fc49cc7761557baadbc7cbf72b97]

        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>  [ec33192a23645c12cc758c3b274a59d6894321eb]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/04/01 15:17:05 thb 1.6.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0d73d623982090e4cad6083f4612745bcd9715b]

        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>  [12e68e50396c1aa7ba7955a5dfa327775c5cfd1f]

        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>  [ca60110017cc3e54a25108b3be0d5758bc02b47b]

        INTEGRATION: CWS changefileheader (1.38.168); FILE MERGED 2008/03/31 12:31:25 rt 1.38.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd803ab66166fdf7d2f806a9a70a3d1e21bdaa49]

        INTEGRATION: CWS changefileheader (1.9.110); FILE MERGED 2008/04/01 15:17:05 thb 1.9.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.9.110.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.9.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10b1627749dda8f86979752b4fd81bfd85c4569f]

        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>  [6cd9a2c7cd341d78d28a41d3180995bfa6c994a0]

        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>  [f5fec10df8885c25ecaa87dcae774e190de179ab]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:24 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6648bf48db5db467a73bcaccdadd647ecc3ac3b1]

        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>  [ccb55041e16828e4c456b3137b2286bc6ed007df]

        INTEGRATION: CWS changefileheader (1.45.472); FILE MERGED 2008/03/31 12:31:24 rt 1.45.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2feddd64776e24e4edda0d05f8a9a09fa06a4c57]

        INTEGRATION: CWS changefileheader (1.9.132); FILE MERGED 2008/04/01 15:17:05 thb 1.9.132.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.9.132.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.9.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2114d281751237cb34dea4191227c764902471c0]

        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>  [ab819ac24e88db2f40fab7741aaf60d06368a973]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 13:34:16 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2414fcd8b274995e348734cfae1983fa8921977e]

        INTEGRATION: CWS changefileheader (1.22.24); FILE MERGED 2008/03/31 12:31:24 rt 1.22.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1e9f22ab6ae9d420e91d7ca7105684dce9fa29a]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/04/01 15:17:05 thb 1.5.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.5.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e6acf4913093a3dbaa6ebcbc564c059850ae7e5]

        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>  [6084de5306d5f729fc4723cc6bffc3ca7239d769]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:34:16 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [103177a1c26a60083e56c53fb072425364444e6b]

        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>  [3f94e43e64e2973718d0d462488f273ed1c4b596]

        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>  [3c262884e91886101b8f2797ad5121b4e38c8a79]

        INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED 2008/04/01 15:17:05 thb 1.14.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.14.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.14.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [158ce90990d67578bb8eb0d2a264d17f40d943f2]

        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>  [6575c162f7980033b6fb47d51b9cac251f0784fd]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/04/01 15:20:24 thb 1.9.10.2: #i85898# Stripping all external header guards 2008/03/31 13:34:16 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d85be66f42fa0e2efb55acd206b9aebd44f60506]

        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>  [86a5b23374b8a421d1b3c11803f92ae521919971]

        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>  [91fc86be8f4759e61758fdba7bc590db71498301]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 12:30:51 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8269023e65800425bdb6046fbc438f25ab099831]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:34:15 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f741b0a7266e43a383858c454c9f675767410134]

        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>  [7c583615b003d92027e5286fed6ee3e758cf32b4]

        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>  [3d5ed04291db7d719f8da0f8a841643c513c28fe]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/04/01 15:17:05 thb 1.3.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.3.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9511ecfa231d88636c38401285b850b498b2339a]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/04/01 15:20:24 thb 1.4.32.2: #i85898# Stripping all external header guards 2008/03/31 13:34:15 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a887cdce5e64a7b991d41b5a8d5e189858c8f81]

        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>  [a3163ee3553d5d0ae5f5c02f64825406a6a45a73]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 15:20:24 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/31 13:34:15 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee95dfccc7384917cb92689bea9b95ce7067b055]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:05 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49969826456c9d8b44e3ead2497d475b9f353e27]

        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>  [c23e9cb5f7cf21d0c7adf1689f313e16806bd1fd]

        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>  [a8922d4953a30564c4fb607075ae1443bcf84691]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/04/01 15:20:24 thb 1.7.14.2: #i85898# Stripping all external header guards 2008/03/31 13:34:15 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef6ea4bfdd1a37a225a8eccd19018ef7362dcd61]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/04/01 15:17:05 thb 1.7.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.7.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [319f3b6ca6e2b982197c429010ee202fe33df4a9]

        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>  [627f7911c17d66e7dea2a9e13c5d2c410952a7ed]

        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>  [427fe74c702d2cb0a2fe81a195029138a76d3d3e]

        INTEGRATION: CWS changefileheader (1.11.154); FILE MERGED 2008/04/01 15:17:05 thb 1.11.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.11.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.11.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6bb7998e300da64a7b521e6e2251faa159ae524]

        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>  [75f2619d7d55aa082b99e856037e6c6ffb40e22a]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/04/01 15:20:24 thb 1.7.6.2: #i85898# Stripping all external header guards 2008/03/31 13:34:15 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3581dd5c02f542d00ce79750b904251e61ab15b]

        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>  [c728b93e0c9a40a170a77b0ed59d016facf152f3]

        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>  [2edf616558922eeffe1cf82dab4e14ea456d3e6e]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 12:30:51 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d32b0cf07dcfc81965f783fd00ef7ed67e9f4a8]

        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>  [702b4bfb8ae8b5a965645a74a4bbc02389a821e4]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 13:34:15 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1e7ff8ce452f282e4b74df29898d10e893aae6a]

        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>  [1820d5a6c769ae57cda52064644a58e58cb824c3]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/04/01 15:17:05 thb 1.5.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a843c8610ac50720e270f9b71f54eda87e7df1c7]

        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>  [3964bfdab7341728f1949508f23aaebc86cd4ca1]

        INTEGRATION: CWS changefileheader (1.18.6); FILE MERGED 2008/03/31 13:34:15 rt 1.18.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10901a4cd7cfacfd426174911e74511357073c26]

        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>  [90ce77956a63a7571ec86dd75b3002f65eaba657]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 13:13:18 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c95a5549a54d3549475c3d0c72424ba97adae7e]

        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>  [d53d83f3cc4bfbd22c288323cc783f988604156d]

        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>  [821f2af9b3250e4a2c5023064d964a3b983334d4]

        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>  [4e1df9c4a8339d3b54197a74d7f332d7013618d0]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/04/01 15:17:04 thb 1.6.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:51 thb 1.6.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [711471960b4fae901795122b31ada45bd2f41754]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 13:34:15 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cae7cc8c5902164ed2b375ca01733ac1a24f5d79]

        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>  [ecc4c12b9a3afe241b1e4eb5acfbc29278bd59fd]

        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>  [dc4968f6cd66b2954ef803ab4c1c96cbabd97ce9]

        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>  [5ea2ab46355069d5d98d21f8fba5acf4711a7c2a]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/04/01 15:20:23 thb 1.4.32.2: #i85898# Stripping all external header guards 2008/03/31 13:34:15 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [311e46dcabdfa687143f6bb01ce3849c90e56ab9]

        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>  [a7ab1558a06038507936745bdc82abcb9a82b0a8]

        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>  [968c9abd542e38cfeccb1608ea2f10afbb79cdbc]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/04/01 12:30:51 thb 1.3.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cff81fcd4cf8345968e288ea86a6138afd2a67cd]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 13:34:15 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d3762ade2393e0461439256a1fde8e28d3287d6]

        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>  [95afc3c87023634408e1a0e6c66decaaffefc5ee]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:15 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a39367a2c273e9aa5fbb3544243b5d9736c98ca8]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:17:04 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8046e4231e2ececc0ff5e161d075e72d80f8618b]

        INTEGRATION: CWS changefileheader (1.6.48); FILE MERGED 2008/04/01 15:15:03 thb 1.6.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.6.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:24 rt 1.6.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caa75fe87b6da3719cac5ec178685ec28aeb8ca7]

        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>  [03b3035b8dad07fb673fb6666af702f8ec132172]

        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>  [8e85a269f25b35105f870928f972d5b230b44ba4]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 13:34:14 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88885e2e268f5adffa7219a95ab0bca229823279]

        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>  [ee13c63605b3b0cfb293c901dd6b99dec1f163e7]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 12:30:50 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf5028f2b2e05c6ccccf2817aab3a069a122b13e]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 15:15:03 thb 1.5.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:24 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7cbe8869d027eecd1c55141c9ed312b8026b603]

        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>  [c8ff821e5af175862f1a58604c42e993e9b280c6]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 13:34:14 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9d33ba16865e72bac5a8175aead8534eca7f391]

        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>  [bfb6616dd04806a2f538be62cc8a5329743450df]

        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>  [0e077d8f1e23a718a65d184f7047f7d1fec258f4]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:04 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:18 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33c604623fd2ce49c9ce4f0e79d9bbcdd3c849cc]

        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>  [8850d3fab047c3ecf23c60e7f8e4461ae765ee15]

        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>  [a4e4ed4633631bf4888361d62d332aebdc97a4ca]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:34:14 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26770036f5502039f5ce74b2f8a30d5e3a689808]

        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>  [e7367df482fd0c634b03f1cdd119de181320865e]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:04 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5abb6721e500fd843f60dab363d838037a2c75c1]

        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>  [aaeac1bef6c2c413b80ea3d54102ff8090563f45]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 15:20:23 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/31 13:34:14 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [928f009febd2484679d9464a6c547caf2df69e83]

        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>  [fd99488bcaf45a96754f536ed5ceb5401447e37d]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:31:24 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b7ab118d1d0eabc3685b9dfbe8a9b23361233eb]

        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>  [ab65fa3257e0153ce0d9c4c5f0504e163b9ad478]

        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>  [69d5acf9165822c2fad84355581164122ec200ee]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/04/01 12:30:50 thb 1.5.64.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25e2e2597c281915d5e2c9be3fcf101f29a891a7]

        INTEGRATION: CWS changefileheader (1.8.472); FILE MERGED 2008/04/01 15:15:03 thb 1.8.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.8.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.8.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84944fc17485373ce1efa5e907793d14128659fc]

        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>  [2d2acb7570093a84c1f2471aca9634f1ea26c373]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:12 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed26f2d8a312c8f95613a88a0f866938149c418e]

        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>  [209eb00b041d293e28cd711f7d91661f32e398eb]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:17:04 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78feeb7e0c58bba6620cd90acd4ecc0b30246be1]

        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>  [5cedfb03853bfaff48b333021f751bba12fcfb69]

        INTEGRATION: CWS changefileheader (1.22.48); FILE MERGED 2008/04/01 15:15:03 thb 1.22.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.22.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.22.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88d1db24a214ad241440913d90dba589a2fd20d5]

        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>  [edbd0849438e701d976f9d087abc34d9f43a7fec]

        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>  [4f52d69f320b6b3e44ae408fdce5bf9bc5bbfa2c]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/31 13:34:14 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89ee8278af9dbcd7da415cc26805073e9ad133af]

        INTEGRATION: CWS changefileheader (1.11.152); FILE MERGED 2008/04/01 15:17:04 thb 1.11.152.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.11.152.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.11.152.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [921da6456d9cce861994d7309b7a96d97ff900c9]

        INTEGRATION: CWS changefileheader (1.11.48); FILE MERGED 2008/04/01 15:15:03 thb 1.11.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.11.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.11.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d394fdd60a1c812dd8c304552a08d53879dc633c]

        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>  [23b2d3155fc101e53d16fbc167b7fbea23287d9c]

        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>  [864217793ff8ee2330466117c02be880c2c2e617]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:13:17 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [650018126d81cb658a5547a58a746b2b4d6ab947]

        INTEGRATION: CWS changefileheader (1.34.48); FILE MERGED 2008/04/01 15:15:03 thb 1.34.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.34.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.34.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ec1cad8633b65c735e5a13539047df2c6bffa89]

        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>  [94214f1962875fc541b85e21b06acebb50888518]

        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>  [95178aaaa4d08d899b594873b53f4ea6f9767272]

        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>  [982c30852110581f4064487bb3dd565af85246d7]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 13:34:13 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e18e17affa4c9fdd673fcf6a8c3663fe7ec0b6cb]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:15:03 thb 1.3.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:42 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d4c281e3cdc03143d9a9fc5e2ef1a03dbf1d07f]

        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>  [7e8ed106d07657a1813f6ca64e600cdd83e60315]

        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>  [8eeedd6043e9c0f7b44ea970a8a5b79787850707]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 13:34:13 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00758b0c5eb6e8ddef882bee5491c6c6eaf876fe]

        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>  [deb207c1894e9805b8966cef9fa3b1c9eb1ed70e]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:03 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f50844b9c83f66bab2c830ba80ab96f620784fc]

        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>  [811c5148688d50633421314db78b3bde2c9b0950]

        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>  [cfa807fe56b7977c46cc19781fbc17f9f46cb00b]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 13:34:13 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97629efff1240f354c88534068770039d0e69b6f]

        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>  [fbcff7e3e199527d97498db8f48e535d03a6ef97]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/04/01 15:17:04 thb 1.10.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.10.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcbfaacfcf47b482abc0f1882a36f39a46820474]

        INTEGRATION: CWS changefileheader (1.50.168); FILE MERGED 2008/03/31 12:31:23 rt 1.50.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba0eebaa77b9872f84689594ff5a9e5238164a5e]

        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>  [4c2e70f4be0b337ba0dc0ce2a6ceb85bd377b697]

        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>  [83e3ace4e6cca81e3ee0a15c1042fc756cd51d12]

        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>  [8e2fa4afb490f4ee385f32b3f0ddbf94a1c786a8]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/04/01 15:17:04 thb 1.15.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.15.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7283b50120f7fee86436ac22e7da551e27ec4640]

        INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED 2008/04/01 15:15:03 thb 1.15.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.15.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.15.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf68a7f2e9490b7a04db370319546cc37fd52617]

        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>  [d5044c6fbee82d77cd225a0259635a1cd4b640a2]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:34:13 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6215ad46db3de6f0860cbc1c0b6064c054c2b95c]

        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>  [264c785eaa51dc366208de904dc1c746e39f2768]

        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>  [8cfcc597dea82000ad00510ed19a0e8f458736f7]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:15:11 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef5ac94dccde43f7a964932c101f69e512b14051]

        INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/04/01 15:17:04 thb 1.15.88.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.15.88.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.15.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ef5026afa7163ee8a1f1a0ba66779c0074bb510]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/03/31 12:31:23 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22fc8b44627cd0e180969e57a0ae5e5f983c5ac6]

        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>  [8c488d5528b668a5d68f6a57d2fb83b6cddb3a89]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 15:20:23 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 13:34:13 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e813656872d7951a95fc8fe567cef4a0e780415]

        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>  [10120034ab17c02f0567a4c4b4d30042ed185eb6]

        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>  [030236c27c9b6df6aec59213203851107e5c8ed9]

        INTEGRATION: CWS changefileheader (1.29.12); FILE MERGED 2008/04/01 15:17:04 thb 1.29.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.29.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.29.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be49f13395b0e232d24120e7996820a95056a2f7]

        INTEGRATION: CWS changefileheader (1.45.48); FILE MERGED 2008/04/01 15:15:02 thb 1.45.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.45.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.45.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e464a59e7906bbee0ec09de84aaae5039033594]

        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>  [d516855a55a373de97b3f3d7c9c504f48898e82f]

        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>  [1dadfdf0571619f1392e5a8c03d0609ffba9f0c0]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 15:20:23 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 13:34:12 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8693bc50bcfba5951ac520f46d146bb979882cce]

        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>  [f82186968bca1e1ec835f3b18bf33d9870514099]

        INTEGRATION: CWS changefileheader (1.8.472); FILE MERGED 2008/04/01 15:15:02 thb 1.8.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.8.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.8.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48c34674b89cb130928ce5b5b8ed515fd3921cd7]

        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>  [6b1d730daa21ab8c1272173384777517ae33d102]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 13:34:12 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92ee0267beaa249c03d37e792946f5e7af08abe2]

        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>  [f4f49eae1d8d71d5e2d8bd04018a07a81d4da5d4]

        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>  [74e829fc91c977c879ed3ee381e67083a827d1bb]

        INTEGRATION: CWS changefileheader (1.13.48); FILE MERGED 2008/04/01 15:15:02 thb 1.13.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.13.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.13.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a45fe1e1fc465dc02df216c6290ae3b878de2f38]

        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>  [6596e787362de2c78b23a3339c5243426675d00f]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/04/01 15:20:23 thb 1.4.48.2: #i85898# Stripping all external header guards 2008/03/31 13:34:12 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09d2a15e6189e9a1789e760d1a375f70ba2935f7]

        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>  [4fdb64232719fd21dc5db63b8c4eac1d064d3635]

        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>  [7bae393134e8f991f08493ef0b0853827cac6e9b]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/04/01 15:15:02 thb 1.2.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ada7faec3f5743b3090e5da4d6d727e0ab872cf]

        INTEGRATION: CWS changefileheader (1.9.134); FILE MERGED 2008/03/31 16:08:38 rt 1.9.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d71e676ddb594c8fc4ed9051ef34f910f1dcd20]

        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>  [b9c59f281fa9f80d5324c2d867e6552e2c3bf825]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/04/01 15:20:22 thb 1.3.38.2: #i85898# Stripping all external header guards 2008/03/31 13:34:12 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c4203e32a5fa00229103fea9117b918fe251667]

        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>  [025fc28c8ebc05d97a9c50c89051bd0bfc173801]

        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>  [b34af4c50e2b0a035299520a90abcb8bdb97f653]

        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>  [47cbafc3cc6396ecdc5ce7abfa068ca746981fe6]

        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>  [896c2750bf018cb0361ed4699317c8f3872f747c]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 15:20:22 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/31 13:34:12 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1ad6be9a4f02cc7c136fd29acf84b71325092b7]

        INTEGRATION: CWS changefileheader (1.5.272); FILE MERGED 2008/03/31 16:08:13 rt 1.5.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1da329f89e63bfb3f518bf82e067540efb65c48b]

        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>  [61557af94e5e0d753db2c2e8e496323ce847ccf9]

        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>  [94755b86f27d0096321755b612401643906166a0]

        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>  [9a7a1a1b89a14e993d526751ebae2150d922ee81]

        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>  [43ece368512e0208598284e76eff595b3e2a780c]

        INTEGRATION: CWS changefileheader (1.7.384); FILE MERGED 2008/03/31 16:08:13 rt 1.7.384.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80fa104dc10770961206b241ae861b3e7d31f13d]

        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>  [6d5aaa0747e359c9ddad0fe2f5a87b20336b40a7]

        INTEGRATION: CWS changefileheader (1.107.182); FILE MERGED 2008/03/31 16:08:13 rt 1.107.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33dca85ef3d216dd0c4eb3240cf599d86e6accd0]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/03/31 12:31:23 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7336492e2db9a9b5bc169de8618e804e4d93cab]

        INTEGRATION: CWS changefileheader (1.4.266); FILE MERGED 2008/04/01 15:17:03 thb 1.4.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.4.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84d5328f1975b02f5cb603542106e83b1d541753]

        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>  [e9feb5d3ae547e89734a87eabbe8c367ea774727]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 13:34:12 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e76c7a91141f9e51bc25a25431297b013c6d316]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 15:15:02 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42da48499c204817ac7258f12199f6dfa486f7d3]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/04/01 15:17:03 thb 1.6.154.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.6.154.2: #i85898# Stripping all external header guards 2008/03/31 13:13:17 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d40fc8042486f8223337c6907612a887871e544e]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 16:08:13 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c77393f3aa08a74cc7d78449994e47123dd9418]

        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>  [9dad771b90b8f0f6abcbe85b41c3643cc66bf5d0]

        INTEGRATION: CWS changefileheader (1.24.48); FILE MERGED 2008/04/01 15:15:02 thb 1.24.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.24.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.24.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76aad226c80a132408355d8ba2017b62c9d42c46]

        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>  [5aea3f3125504c16e6a18439d299f597d5882e9b]

        INTEGRATION: CWS changefileheader (1.6.180); FILE MERGED 2008/03/28 15:35:46 rt 1.6.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00d4b5aa4a238238f9aec0c3dfb005f3487008d9]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/04/01 15:17:03 thb 1.5.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2e5f3d3fb3b43cb7a4ab8eb40585f190fd86c79]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:08:13 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b516ea9c280fac5296ac4596658ed605e33b862]

        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>  [077ac91a8f3f1fdbc7a7afc9f9c776caff15eaf2]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/03/28 15:35:44 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [089cbad103ba68ca4ad5ebdc8e0c5544bfe71672]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/04/01 15:17:03 thb 1.6.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.6.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [187fbf38f7ed3a8a225b8eaf8e650cabd11424f2]

        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>  [943fdc8d9fce55261aa1889cb36d1af5c4b8a763]

        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>  [b081694308a43d6038ae38942dec43bcb028835e]

        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>  [cbcb825241d0b99d2838efc16cc2135bd167118b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:08:13 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c672a1a07379813d0ab609d078b1e51dcd376f5]

        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>  [a76b449d0436ff1343a52ba8a7a36212f4284b35]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:35:44 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8de06c97706c5afcc58c00e55c9622c3f563061]

        INTEGRATION: CWS changefileheader (1.13.52); FILE MERGED 2008/04/01 15:17:03 thb 1.13.52.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.13.52.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.13.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [167188e49cdff14ab1087572531e136ed1dfbb1d]

        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>  [32ffd530622339fcdb8e7273cf848fc88ffd3292]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:02 thb 1.8.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:23 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a429c6350e8fb7ef45861dbe78df9c202fc080e9]

        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>  [a809e9081114b546dec376b2bd31f83e41b7dc8e]

        INTEGRATION: CWS changefileheader (1.119.20); FILE MERGED 2008/03/28 15:35:44 rt 1.119.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cd8bc3e9fc1706dbd4c6be3c962216b8376e49d]

        INTEGRATION: CWS changefileheader (1.24.52); FILE MERGED 2008/04/01 15:17:03 thb 1.24.52.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.24.52.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.24.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b2511a28fe7c82b86dd65e21fc601cef7be7966]

        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>  [9e23f26155dd63bb02cf38d8b778629020098219]

        INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED 2008/04/01 15:15:02 thb 1.15.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.15.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:22 rt 1.15.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8a57f4e460962740ef4825525383b2df584733b]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/03/28 15:35:43 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcde53fc529c17e87448c9972c745fa5ee35f908]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/04/01 15:17:03 thb 1.10.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.10.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc836dc6c3c4ce2a1e06913eb2d324c07881378a]

        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>  [d238456b2dae44356aa3215dbd549d13f31961b4]

        INTEGRATION: CWS changefileheader (1.11.262); FILE MERGED 2008/04/01 15:18:54 thb 1.11.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:19 thb 1.11.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:43 rt 1.11.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3ccc62eec1f62389d1c79fbed672fc5ce2552ac]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 15:15:02 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:22 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [904f5b2dcbfb28544d0337e76cb8ba3a972c666c]

        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>  [42f86321632cf5ffaa2de4199b9c0855293a8f17]

        INTEGRATION: CWS changefileheader (1.16.110); FILE MERGED 2008/04/01 15:17:03 thb 1.16.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.16.110.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.16.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25c1373e1394efac9bd98c46d73b12318aacd539]

        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>  [2a47617dcfe77c883698aa0478b13ae977e52d3f]

        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>  [21d9d22cd44d126d1ae17215a79cc9d122bad3ce]

        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>  [cf6cb85c75441d00647ce0e83596f3f422bdd300]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:08:12 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c7aa86b383cf461592c543f5a2a1af37084ccd9]

        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>  [4aa710cb81d35d9715ab201a33faf5b5ef2d6176]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/04/01 15:18:54 thb 1.7.226.3: #i85898# Stripping all external header guards 2008/04/01 10:58:19 thb 1.7.226.2: #i85898# Stripping all external header guards 2008/03/28 15:35:43 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [949e7f4180776ecd21f8cb01a28225ef56f30e23]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/03/31 13:13:16 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f149ca15a291bd66519b173fb90cde09bdebe2d]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:08:09 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2614ad444cd767fcc75ecf84b82640936b81485a]

        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>  [b7e9fe321842a747a3d614918475462583a3c73b]

        INTEGRATION: CWS changefileheader (1.8.472); FILE MERGED 2008/04/01 15:15:01 thb 1.8.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.8.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:22 rt 1.8.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85271883d344e52001ad5914c24175d1721a0112]

        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>  [f6e401786052dcb4bf9d33e7fded93d56c64de84]

        INTEGRATION: CWS changefileheader (1.13.180); FILE MERGED 2008/03/28 15:35:43 rt 1.13.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b36a3808da162ed86501916d4f3166eebde9b1e0]

        INTEGRATION: CWS changefileheader (1.4.266); FILE MERGED 2008/04/01 15:17:02 thb 1.4.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.4.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d76837e84d59ab4f056ccb12856a3129c4e5af62]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:08:09 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d607da019dbd8b72131085c14d2cfcb6d2ed3d1c]

        INTEGRATION: CWS changefileheader (1.16.48); FILE MERGED 2008/04/01 15:15:01 thb 1.16.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:41 thb 1.16.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:22 rt 1.16.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25755a06a025f4cba9a4eba3028c484ae3ddd195]

        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>  [0ef41155bb79f30fb0e6ef0eca5b6458e4e5b447]

        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>  [8e7ab93cc383863f4bc2b6ff8188a6a1c65543b8]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 15:18:53 thb 1.10.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:19 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:43 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c75c9560d6433b7de9fa74484a78342805586ca]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/04/01 15:17:02 thb 1.7.100.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.7.100.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1fc73fe216f179ffcc1f62c56518d2bbe8dc4ab]

        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>  [110ba79979fa70f604926bf7672f5917416214a6]

        INTEGRATION: CWS changefileheader (1.31.168); FILE MERGED 2008/03/31 12:31:22 rt 1.31.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f06ebf0708fbee7722c44609da464dc6ed2da540]

        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>  [b8937c2ca7a8928bd915a1aef0a8d6aaafa90544]

        INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/03/31 13:13:16 rt 1.11.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a4574dcb4fff63d6d24cb1f203093bd68b1be12]

        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>  [f07252626104cbcc791a114af102e9aa17855e0a]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:53 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:43 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08b1a7fd143329a9f4b84a981114b149ba7b1523]

        INTEGRATION: CWS changefileheader (1.10.472); FILE MERGED 2008/03/31 12:31:22 rt 1.10.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff32f10f88556c739b8e172235c6e447e6af04bc]

        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>  [75e74522ae1f1d7864ba07a9d7eb64114feaba9c]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:02 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daad5c5e3aabe62558f0927d5a6070be14cca397]

        INTEGRATION: CWS changefileheader (1.8.180); FILE MERGED 2008/03/28 15:35:43 rt 1.8.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b92b8cc52d7ea6f9179cb609374f79218ba76cd]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 12:31:22 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42ab965d3458e72c9b32132503f9e068fdec695f]

        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>  [7e92e9c66c09ff34b19d0e7f5d67f29103dc293e]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/04/01 15:17:02 thb 1.9.52.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.9.52.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54fd03a76a658a200f805616e030f30384e5af6d]

        INTEGRATION: CWS changefileheader (1.21.40); FILE MERGED 2008/03/31 12:31:22 rt 1.21.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42a0121841bf4cd65af7ae360ff1145834180e5c]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 15:18:53 thb 1.8.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:42 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69d94b61beacb6f65f0720f9bbf6aaf6ee56aade]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/04/01 15:17:02 thb 1.15.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.15.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb775389f98d8863ebb829195b68bdb19cf59d94]

        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>  [13bbd35d4f45dfad25f137a436624c921ea2c729]

        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>  [9b610bd9ce9666e937665e5f3e456c46e6dc8444]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:15:01 thb 1.8.48.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:21 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1642921be0475ef59e995ecdd8d9f7f10145fd2b]

        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>  [b18836cf461661d85d60638873648a0a211c8cf0]

        INTEGRATION: CWS changefileheader (1.13.262); FILE MERGED 2008/04/01 15:18:53 thb 1.13.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.13.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:42 rt 1.13.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3f4e60863f14df612463e103036e549ec9b3aa6]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/04/01 15:15:01 thb 1.11.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:21 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a471ae24695eb61e5f0af133f3afd1a35056fd72]

        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>  [fd2e460b3928d69a3152ccc01364df1d6c67aae3]

        INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/04/01 15:17:02 thb 1.10.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.10.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.10.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7564dff9def2ef292fbc8ddade43c5bb7bdf504]

        INTEGRATION: CWS changefileheader (1.13.180); FILE MERGED 2008/03/28 15:35:42 rt 1.13.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb221bf34d3d79541d95de244f18bea9ee14d2f3]

        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>  [81c9159b6a3e9d919747c36013ffa9a4a07cdbe4]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/04/01 15:17:02 thb 1.12.10.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.12.10.2: #i85898# Stripping all external header guards 2008/03/31 13:13:16 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c49c92da09c995bb0de7133c50f1e37ecd48011]

        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>  [82ca910988f642187a43185c11fb76a51aa63edd]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/03/28 15:35:40 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06b34eced8c09f1e2bd13b9b8272c8b9401066b2]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/04/01 15:15:01 thb 1.15.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.15.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:21 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [822237be6de430173b8e40c4c6d0e5865888d260]

        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>  [3a6c3cc788900571d3e6cf9c6162e71383dc3c09]

        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>  [d5928d93ee690b71bdc74c25447e051f6e9f9312]

        INTEGRATION: CWS changefileheader (1.26.10); FILE MERGED 2008/04/01 15:17:01 thb 1.26.10.3: #i85898# Stripping all external header guards 2008/04/01 12:30:50 thb 1.26.10.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.26.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d2d5da431b4d0c28c5c1309303fd13398f14393]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:52 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d29b8d4c8b10132da33d7b31b1f5da79bdfba905]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 15:15:00 thb 1.5.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:21 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8310e73d8d75cff877a6ced6cedf8a587c6ec534]

        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>  [9e40e071a8000ecc7fd7635eae82671e8d488dcd]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:50:35 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52c3d334425ee6041d28871886197961752d5549]

        INTEGRATION: CWS changefileheader (1.14.52); FILE MERGED 2008/04/01 15:18:52 thb 1.14.52.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.14.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.14.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce09360d62539489b920dac88485b1b44b46c48e]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/04/01 15:17:01 thb 1.8.52.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.8.52.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c671f99cf3de4ba8136ad0a00124241b90901d24]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/04/01 15:15:00 thb 1.9.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.9.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:21 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2823043f9f60ea7d15f0eb2c90e1f0f7815b068]

        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>  [fd82574714100c72d5625b913ca93fd4f20bd93a]

        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>  [6a9da439715da8e3396acf95b7c2ebfff663ad01]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/03/31 13:13:15 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b49d1c430420769d316ca6c8d815b5cceb430fe4]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:52 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4421a6ad3848080a576832935eaf8b4471db027c]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/31 12:31:21 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f237cc70fe047c969777c90ab9eeaf8ebcaa818e]

        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>  [9a0400862cbc0cf884749d6b409b388ba13b4fcd]

        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>  [c648363acb83bbda27317931c04f2d3a205f964b]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:01 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a08ea66e50159ddaeb6a8cd7f80dd1c0f201533]

        INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/04/01 15:18:52 thb 1.11.52.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.11.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.11.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ca9391361305c9ed2297322d359434f466c1f23]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/03/31 12:31:21 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [567fb097ee74df031bdd5b4dd04bcaba9b867ade]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:08:08 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7425919e0ef5565004a58ca01f9a8966701292a7]

        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>  [2d31c84d05e16d69080580e2c5e3ff6333ff7102]

        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>  [341d37cb1ae8f5e5bc251946085919b331688219]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:08:08 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7f9b90b842f4afccf44b168b01dc4dc05eea2dd]

        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>  [930f21b2f2115c1863ca607502ad3e775dc84db0]

        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>  [79564617650397fb14926050df8aca765e486038]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/04/01 15:18:52 thb 1.7.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c8c531333c5201f968803a18c6708bc98235776]

        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>  [e88895867d8e4c330fc52fe97adcd4b29d458d52]

        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>  [f6c98820b8162eadfcb0537a1f3f0e82de27544a]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/04/01 12:29:40 thb 1.6.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3471dbfbf0fbcd6a72e05bd8b4d255089022fa56]

        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>  [39b2522665fb8926ec78d050e865aff0277a8e96]

        INTEGRATION: CWS changefileheader (1.12.52); FILE MERGED 2008/04/01 15:18:52 thb 1.12.52.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.12.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.12.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a5abb2c9b6a622b7c2d024ac975d9d9dbe2fa6a]

        INTEGRATION: CWS changefileheader (1.5.196); FILE MERGED 2008/04/01 15:17:01 thb 1.5.196.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.5.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d824d96cd48ea03c0415838d867a1dfeb2e9f8ec]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:08:08 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61a0ab65267c9160195e210e49eeeb6cb8a844ff]

        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>  [8d93219b4bcf765055fe19b2a745fe68adcd7d4f]

        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>  [37fa0d94f33ff20949bb0611a7dd3dbf4de13382]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/04/01 12:29:40 thb 1.12.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd064e703276eee42ad6e7b1486c53feeb3f50f5]

        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>  [59dc8b988958c2b1ae9c5880b24e0d3db915e679]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:18 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e744163dff01d8d03447358928e618d18b3a1301]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/04/01 15:17:01 thb 1.7.100.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.7.100.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc867b5928e130530805397d915c983022847830]

        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>  [92b655f6526a2d8510a26644a5a5110153050448]

        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>  [a9c21f80012cefbbb50292b8feffc6e85abb4de9]

        INTEGRATION: CWS changefileheader (1.4.464); FILE MERGED 2008/04/01 15:15:00 thb 1.4.464.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.4.464.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.4.464.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f801d3259ffa6866eef50c1944ca1d0406c6ced]

        INTEGRATION: CWS changefileheader (1.5.320); FILE MERGED 2008/03/28 15:35:40 rt 1.5.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4f870a9785c5f50445d3b644b992386a2c27f51]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 13:13:15 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da26938d2de67e6db6d161d5a7eb549bee9cfaad]

        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>  [8a4475eeacd5dabeff9222f3b994185df99d7b61]

        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>  [945c7b53ff920707a963df0b9a065e145ef6484b]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/04/01 15:15:00 thb 1.8.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.8.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0856af44cd7ff3d725c09772fe0f14d1037a6024]

        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>  [c462e881f18715e5e6637f45ccefe36b42922276]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/04/01 15:18:52 thb 1.8.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52ec408b5a4e8717e3232cdcb8ebdaa430cf4d8f]

        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>  [95ea2651c932b85558a203cea7dddac998ffe637]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:08:08 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99c53ae55d40a45f1dddf7fb717bd253df9aebd6]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/04/01 15:17:01 thb 1.6.140.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.6.140.2: #i85898# Stripping all external header guards 2008/03/31 13:13:15 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dd8529c5fe99493ed9b664c4f5d595d597fa07c]

        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>  [91733c7f3ccf1cce2123cb87e1e4025ff564f32f]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 15:15:00 thb 1.10.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80f5a29140207a919e677d5cb0e300c2fb1b4678]

        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>  [2f40e7e8ec84d358a679be78870bbc2d1f857654]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:52 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:40 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [136b14d32632a0856aa7deaf2fb7c5c7d2a71d1c]

        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>  [0e4bcd7c6d1311bcf26c3435cb4e3642cb399140]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 13:13:14 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [398aff62d446f5bf76557dcfaf53ebe66f05c6e2]

        INTEGRATION: CWS changefileheader (1.14.14); FILE MERGED 2008/04/01 15:15:00 thb 1.14.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.14.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.14.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b22566d6ce1dc0e6c61f20c57abf29d31ba8805]

        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>  [deb78eeaa75fd67608c3cbb81d364a3198e55d69]

        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>  [1aad11c4a420b3d8ac06b8d0e4c4d8099406dee9]

        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>  [c5bd830a4002ffeea4754bb31fe2fdb79ba9d949]

        INTEGRATION: CWS changefileheader (1.22.24); FILE MERGED 2008/04/01 15:17:00 thb 1.22.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.22.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.22.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [253a7fd6516048ce38f88162f1799326e86a7931]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 12:29:40 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5af4c184b1701a0c9658b3d55f3276afd7a3550f]

        INTEGRATION: CWS changefileheader (1.73.14); FILE MERGED 2008/04/01 15:36:38 thb 1.73.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:42 thb 1.73.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.73.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ec3d434b8869f43a50ca8a8dba488b0a69e03ef]

        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>  [f765dbb5098e82fa3b0daf363eda09ac6173b207]

        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>  [d8f82581de31973ea2dfe39ee9afb71015d9c53f]

        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>  [8d7494a5f46b8d9a9229f2aed71ea22ac975bf16]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 15:17:00 thb 1.5.98.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.5.98.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0133244a5d79268e4261332768c07ec66da33ffa]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/04/01 12:29:40 thb 1.9.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfabf9763ddde4f58696bf95ab6ad430b4b9631d]

        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>  [7012a04429d69773dd29721e0655ac4ca3b53b5f]

        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>  [6c8fbe8f24db0d6aa773c45c0563a4ce5069c56e]

        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>  [7479657fa981921e7991848828e48fdad0f09131]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/04/01 15:17:00 thb 1.6.98.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.6.98.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.6.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0feffea3308d315e4a3e4081bdc7f7ec4846e441]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/04/01 12:29:40 thb 1.4.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adc66baf88775c8e061c49be99f12ff8bd6ac545]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:35:56 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:52 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8af150a415aad82a3d40a43d78b4241572c888e1]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:52 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:39 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12339c17d9ff65443b0ffd9c9025e40a81cd1f29]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 16:08:05 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d9845361acc1816f730025a8555771e35682fb7]

        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>  [0b41de72a855b2f9ef4fa3f602f66a2ce4669674]

        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>  [f39e8d8dec03f14367aaf2b0d47035ce4961f202]

        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>  [f9d45184cb4845a61198589bc513c1653cc80e84]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/04/01 15:17:00 thb 1.3.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51d895dbd474c46a50de079c499bf6073cfa893c]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:15:00 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9361d56c20647e3fc63696618a6b87d2fef7006]

        INTEGRATION: CWS changefileheader (1.6.176); FILE MERGED 2008/04/01 15:18:52 thb 1.6.176.3: #i85898# Stripping all external header guards 2008/04/01 10:58:18 thb 1.6.176.2: #i85898# Stripping all external header guards 2008/03/28 15:35:39 rt 1.6.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5261fcaae56f92efa6ea4dac260a6106bb62bc46]

        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>  [f53120fb13a94fee5d73a3abe35898229e5754d1]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:08:05 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20ab3382f384f7ccaa906660bd01c34f1eb29370]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:17:00 thb 1.3.266.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e83cde7454ed6730eb056204bb4fa34a9a0607a]

        INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/04/01 15:18:51 thb 1.8.170.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.8.170.2: #i85898# Stripping all external header guards 2008/03/28 15:35:39 rt 1.8.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b43e2987fb0a9a257f2758693a967ce4a10c5eec]

        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>  [438cdfc3714032b7d603e373d7a2382450df340b]

        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>  [97f2432785b726e86d1ed35e3bc4e8c3c0339bd8]

        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>  [403a7ae6c9372eb55aa2eac099dea5fbdad7c227]

        INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/04/01 15:17:00 thb 1.4.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.4.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.4.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c84610dc33006d30af8ef34c9d94828a492595ea]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:08:05 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2eeb5d63a6ff3a69c399e8a25d4937035c57a04]

        INTEGRATION: CWS changefileheader (1.59.14); FILE MERGED 2008/03/31 12:31:20 rt 1.59.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74995163da1bebb8ba300acb36a20fcc84e91aae]

        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>  [0fde5992eb2381f95e10bacf5bc4cf5aaae0f194]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:51 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:39 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d6d227961937ca4e55cecefce7ed653ba943560]

        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>  [5dce70b54451e2df7963048c8e27a1fea433d2a7]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 15:17:00 thb 1.4.140.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f4f0973b0d904ef776453b6c6f4e52c8b35c770]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/04/01 15:15:00 thb 1.7.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:40 thb 1.7.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9286acdde52270692cb3946c056c673f9c78da0]

        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>  [b9b8c2fece4430e09bdf43629069cd0eb839f037]

        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>  [06421299944182f7768c566a1fe93547083db23b]

        INTEGRATION: CWS changefileheader (1.7.220); FILE MERGED 2008/04/01 15:18:51 thb 1.7.220.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.7.220.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.7.220.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b938bb7b6a38c32b2983c236283534b744f69003]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:08:05 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b99b38751acc13e325dfeecdce4b30c70a834c28]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/04/01 15:16:59 thb 1.6.140.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.6.140.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca17dfdbbe0f56984c019ec87294d12d057f2fa4]

        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>  [3b9aa22b8e9c5d0a751b39c3bbfff2697bb31b11]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/04/01 15:14:59 thb 1.19.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:39 thb 1.19.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5685983b63fbbab0334e7a9305ebc260b494d1bd]

        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>  [702ccb4a96546fe658bf0a0e47dba0ebbf44b8be]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:51 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e664e36ea7dcd1352ffb38761c6f3efd8a3e4b9]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 16:08:05 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2a6c746e6edbb84675956c458c66d9e72651f93]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:16:59 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa9deab18e5a76504b3fc00041d9067c636787f0]

        INTEGRATION: CWS changefileheader (1.4.472); FILE MERGED 2008/04/01 15:14:59 thb 1.4.472.3: #i85898# Stripping all external header guards 2008/04/01 12:29:39 thb 1.4.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.4.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [937e3caa5cb4cfd926f4067a2117340ec98d14fe]

        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>  [26a3fab078a910801fb8603891934d0c5c629835]

        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>  [ac3113cbb0744c764f22a01bb11eae8563aac0f1]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:51 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [081656f50962f7a97d93dbd0161c70b6f3ffb364]

        INTEGRATION: CWS changefileheader (1.7.158); FILE MERGED 2008/04/01 15:16:59 thb 1.7.158.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.7.158.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.7.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3554ae2b107de8513c6b4f760cd4bbc1428ecd22]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 12:29:39 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b2ac76fdf10e6b19d6fd4d5749bb393215fafb8]

        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>  [0cd3d38063e2bd8253232f9fbab2724178578b5a]

        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>  [707a51f568acbca36b008f1c577c47ec9e7c3356]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/04/01 15:18:51 thb 1.8.84.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.8.84.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [926b8c257031f7a0ed78ecec729c7d778bb95b55]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/04/01 15:16:59 thb 1.4.140.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.4.140.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a042f029a910e149729771924af421a2ab6890b]

        INTEGRATION: CWS changefileheader (1.3.472); FILE MERGED 2008/04/01 15:14:59 thb 1.3.472.2: #i85898# Stripping all external header guards 2008/03/31 12:31:20 rt 1.3.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9316513a150f68095cc7032763767483c62a7773]

        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>  [9133878df22208419fb05feea53b6069eeeb4493]

        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>  [997d80fb6b41f92edf5376f01f8fbafc4ca4e15e]

        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>  [5773ae94b5f945aebccc1c14af0133d08600b87b]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:18:51 thb 1.6.170.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9dcefdeb483f97e1fc54a3d800cf5cbafc937786]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 15:16:59 thb 1.6.24.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5e37dd5a6920fcfa3c23e3cda6903ecfb3af67f]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/04/01 12:29:39 thb 1.5.48.2: #i85898# Stripping all external header guards 2008/03/31 12:31:19 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35193ef1f23a1ace0a58a9fdecb31df85e4dde62]

        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>  [f8afb6964f7979ff124397154e7e4b3246c0d375]

        INTEGRATION: CWS changefileheader (1.56.14); FILE MERGED 2008/04/01 15:36:42 thb 1.56.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:43 thb 1.56.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.56.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [977bcc93a556b763089bb6b86475fe40b502b5f6]

        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>  [02a191da9f6712650f5d113cb5afe2bed37561bf]

        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>  [13bc82aeb036ecb085b2a4cf4c0ecc1fdedc5c32]

        INTEGRATION: CWS changefileheader (1.6.458); FILE MERGED 2008/03/28 15:35:38 rt 1.6.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04b94700eb945c9eb104dc9e203026090be6c1eb]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:13:14 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16245f2e63641de6270c0c1f523c732c16e994c8]

        INTEGRATION: CWS changefileheader (1.14.14); FILE MERGED 2008/03/31 12:31:19 rt 1.14.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0de184f3abb21fc32835dd4801b07616485a5d5]

        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>  [f7da9a6c437e3875a741d4591624b0e2291cd189]

        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>  [8e1459d18f1de2b9ac999544b669411286267ddf]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/04/01 15:18:51 thb 1.8.96.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.8.96.2: #i85898# Stripping all external header guards 2008/03/28 15:35:38 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07655aa802161d17ac121f53385c5b898c09a619]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/04/01 15:16:59 thb 1.7.4.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.7.4.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e248a22d7810990c922e802c0b8180863655608d]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 12:31:19 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0203bc3d9c7f9a7979a3e18159c070d463a8c57d]

        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>  [f77c3a809126e29fc1facc940c13637d48f50eb3]

        INTEGRATION: CWS changefileheader (1.15.120); FILE MERGED 2008/04/01 15:18:51 thb 1.15.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.15.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:37 rt 1.15.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56f50882620d6f224743925213ffef2d678bbbb3]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 15:16:59 thb 1.15.4.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ab4c86b1102e1546b003578b51bbac01e8a627e]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 15:14:59 thb 1.10.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:39 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:19 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e6f33ea21c4420e4eee32a165d41563df5cff1c]

        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>  [667ad6c848e2c1fcae22adbcf6abd2e08e16c074]

        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>  [0fb7975f6f768eb3f07a150fbe6eb4ffce4c1a11]

        INTEGRATION: CWS changefileheader (1.33.22); FILE MERGED 2008/04/01 15:36:39 thb 1.33.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:42 thb 1.33.22.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.33.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6292cdd20ab70c07481565a9d54d3ee3b8bc906]

        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>  [aa121fdf1c25588cdd6968f8c8a43696df352f6c]

        INTEGRATION: CWS changefileheader (1.12.262); FILE MERGED 2008/04/01 15:18:50 thb 1.12.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.12.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:37 rt 1.12.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2721fc7cef240989bca3103b7bca9f56789f805]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:16:59 thb 1.3.266.3: #i85898# Stripping all external header guards 2008/04/01 12:30:49 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/31 13:13:14 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e82be5e32a1af645f8e0e47a57e347d981cd4d5c]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 12:31:19 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e01be3c9a68e819dc8c10b483a24e0eff3a4b0cf]

        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>  [28497896ae2e302776e3671888ec91ec6f094c95]

        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>  [510ddd1586627abb2d9bfd25a1c20dc22929bc35]

        INTEGRATION: CWS changefileheader (1.6.116); FILE MERGED 2008/04/01 15:16:58 thb 1.6.116.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.6.116.2: #i85898# Stripping all external header guards 2008/03/31 13:13:13 rt 1.6.116.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81f875eeb6f167facd9dc187675f531b3a805f75]

        INTEGRATION: CWS changefileheader (1.19.80); FILE MERGED 2008/04/01 15:18:50 thb 1.19.80.3: #i85898# Stripping all external header guards 2008/04/01 10:58:17 thb 1.19.80.2: #i85898# Stripping all external header guards 2008/03/28 15:35:37 rt 1.19.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [defded14ccec374aab92eeefb516315ba5ab9cd4]

        INTEGRATION: CWS changefileheader (1.33.22); FILE MERGED 2008/04/01 15:36:39 thb 1.33.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:42 thb 1.33.22.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.33.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f4faa35309878140a61428b636073e52a337865]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 12:31:19 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4b2b748633e08db81982d76685521040e1630eb]

        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>  [3e6e6fb9d187e6da4f615fda2fe92fa2fc899e2d]

        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>  [1d8ce2e25c63d7b8ecee211ced18f487cbba4242]

        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>  [bcd30bc8b3ea797dcc90f9c20db1cc19c854d515]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 15:35:37 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8780e41d28b129141fe8f0fa097a548dbba09618]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/31 13:13:13 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca864992ff96ae313bacaf0a5a21f22e0f597fcb]

        INTEGRATION: CWS changefileheader (1.2.364); FILE MERGED 2008/03/31 12:31:19 rt 1.2.364.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [faba3661b779984a3a3f7b8639ea6dcd8f66df31]

        INTEGRATION: CWS changefileheader (1.58.14); FILE MERGED 2008/04/01 15:36:38 thb 1.58.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.58.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.58.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [358aaade4263cbaf330f229dcd4ce3645dd20660]

        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>  [dedd2fab381698a4c04f93c8569b125011a4637c]

        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>  [50bd8136f3a3217acf1adefd2c4066305c149cf9]

        INTEGRATION: CWS changefileheader (1.38.50); FILE MERGED 2008/04/01 15:18:50 thb 1.38.50.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.38.50.2: #i85898# Stripping all external header guards 2008/03/28 15:35:37 rt 1.38.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88b1809a1c3ce4220c7545a3edab72cb90077c20]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/04/01 15:16:58 thb 1.5.84.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.5.84.2: #i85898# Stripping all external header guards 2008/03/31 13:13:13 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [303436789cb4a481a1250146af0ad1edd7f41455]

        INTEGRATION: CWS changefileheader (1.3.314); FILE MERGED 2008/03/31 12:31:19 rt 1.3.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28fcef3cebf487e45fb2b081d9120d1069b60673]

        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>  [cf8a92eedfeb2b88577c84bd3f7c1d2e1dee2d90]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:58 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:13 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d1707573953c266705f236d146850fea53ffaef]

        INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/03/31 12:31:19 rt 1.3.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12fe318e0a810691d9153863e4c9951f39483e8c]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:58:16 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08b6692e119d072bab41c454a53518cf1dddc1c6]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:08:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32e4d22184b7481ef6ec7fb5d4c3e405f4739fc7]

        INTEGRATION: CWS changefileheader (1.38.96); FILE MERGED 2008/04/01 15:36:37 thb 1.38.96.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.38.96.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.38.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf2352cd83f466c3fb69dd6a84aaac7e8236a1c4]

        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>  [7cc10abcd18cbeab5bb86b6e11156a5abaf6b189]

        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>  [86029eea188f8fa1aad2e9f62b77c345467ac03c]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 10:58:16 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89336a47eb1ea92de07caa8d2e25ea34d79993e3]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:58 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:13 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f40d54b830009f414ac9c84158a44caeaf5539b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:08:05 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2e991a5a6e971a4c8c3f78a8bc15b1afb17cb79]

        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>  [c8f415e1a9daff2618ba2b50325c0918f2c41696]

        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>  [9cd159b9b8b917a7afdd0135796a5cba379ea3c0]

        INTEGRATION: CWS changefileheader (1.28.218); FILE MERGED 2008/04/01 15:36:35 thb 1.28.218.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.28.218.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.28.218.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e856d088b8b53edb0947b76d8b06eb6ff52e147f]

        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>  [b94592ca5671781dec8e35832ab71c49a21bc813]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:13:13 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa6bdfa1ea6eb5c96bcf6b0e63a8cdb906114267]

        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>  [26621df895a3850fe5e72e7a1e39f5de54fe6aa0]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:50 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b81ca83a295fc54b79c2c638f43943fa8255c20]

        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>  [9ef07240195c6e761ca48f0767ff41540db13f66]

        INTEGRATION: CWS changefileheader (1.36.98); FILE MERGED 2008/04/01 15:36:34 thb 1.36.98.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.36.98.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.36.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0539dc47130f05d2a9917cc7c9f894b6c0d23057]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:08:04 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dff56f9b558e82de13f766087fbc1f780bb1ff3]

        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>  [e272219fc4db069c821edc9d84fb09fd44e3a3cf]

        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>  [539351b1640a2eadd64a8c87b4c93baed47b81ac]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/04/01 15:18:50 thb 1.9.20.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.9.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57549faaa68ca102d659245ace68bc08d21db28e]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 16:08:04 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f81dfd675c579b295ad675f1f70d6908139d5cc0]

        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>  [b294dd7ec344e1695ca2a74a6840dc5985c79164]

        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>  [9fb6dc8355d74f9a011bbd8c94840e8c0e9d4f8d]

        INTEGRATION: CWS changefileheader (1.75.14); FILE MERGED 2008/04/01 15:36:31 thb 1.75.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.75.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.75.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fdb2aa466133b5a82a69204de259abc3f0fbb27]

        INTEGRATION: CWS changefileheader (1.2.278); FILE MERGED 2008/03/31 12:31:18 rt 1.2.278.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [826182a28f197e7fe63c8bbcb4b7e110e61c9220]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/04/01 10:58:16 thb 1.9.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4c9acd3f13ddb7c362f75b3e1c21ee84adaf909]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 12:30:48 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:12 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35cbf2bc8b9168a269632f8ce3cc22436ad4507c]

        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>  [b39ca018ab51e16b922b61d042115b44740e7119]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:08:04 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c42ab4207b73c79d134ade7f26c8508ebeb3fc8b]

        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>  [7ff6cfc049a411f9a885fb11c2a10487d872549a]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 15:16:58 thb 1.4.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:12 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b62fad53b82a8308788f37e0a2ddbe3d693d87f4]

        INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/04/01 15:18:50 thb 1.7.50.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.7.50.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.7.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b01d6fde8ce5253f55f63b63b632ed9acec41cb4]

        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>  [ce927cd73ebb0ddcf605b9e19dc5a1fbec63cf02]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 12:31:18 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cba1eaa20d2c52530406e0d923ab015c2cd695d]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 15:18:50 thb 1.4.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89421bf60812a70949631d2b03dcde95a3a95b82]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:57 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:12 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d69f75681261966e4f73133ffc470696bacffd9]

        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>  [0b1cb4a9c253e2cdcc48f2d39f8408d8c3d86900]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:08:04 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5f0f45dbc628b14d8e41238286887a5a239cc60]

        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>  [8b18aa31377ffba65fe791fcab82c14cd331d1f8]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/31 12:31:18 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [486b821613267dd4bd1e60ce577b4fd8951a267c]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:58:16 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61b841b0debc8f4ebd85b1b0a971708657c59111]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:08:04 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cd22f9d7f4348695ade406e2205920797b54865]

        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>  [37b1c1afcd618a21fd8e5d4cc51f0f983264683a]

        INTEGRATION: CWS changefileheader (1.51.96); FILE MERGED 2008/04/01 15:36:27 thb 1.51.96.3: #i85898# Stripping all external header guards 2008/04/01 12:39:37 thb 1.51.96.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.51.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e1136230ee0de0f173fe3bbece70955597333e0]

        INTEGRATION: CWS changefileheader (1.3.228); FILE MERGED 2008/04/01 12:29:39 thb 1.3.228.2: #i85898# Stripping all external header guards 2008/03/31 12:31:18 rt 1.3.228.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8259e9a2578e2620f51f93b665dd4f8e0e2879bf]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:08:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  René Engelhard  <rene@openoffice.org>  [3c6492c1e7e73364a93de2eed34fffb7a3d1737d]

        fixup

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e3f0ac63ea01e0dee81b8e16796e6d9181547ba]

        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>  [e35415f8938b0a56d13dbafb3f1ac48435a44dac]

        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>  [1d11ba6436b4fa27ebdde797dc628460b2d66164]

        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>  [32cecbf1616b88a614eb241fdc48cdc2db83b527]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:36:23 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:34 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39ca03a9ae5560007089ade257ba68f4f8ca66dc]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:13:12 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a05fd2f5a7125b8e5c65dbacf35bb24c3cb4215]

        INTEGRATION: CWS changefileheader (1.3.164); FILE MERGED 2008/03/31 12:31:18 rt 1.3.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d286ac87abffdbe1d8bc57c757d42e73776f2879]

        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>  [7d34383138140f4a5d8cd4d43e2f0b9fb28e02b3]

        INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 15:18:50 thb 1.7.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.7.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [766482606975616988bf0f4d97931b2260b4fd61]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:13:12 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1ffbf6c964ae46a69726c3b9166b12189130626]

        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>  [29d5600125f5b3767fce161f8f75b9cf2624e6c2]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:16:57 thb 1.2.14.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 13:13:12 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cd57fec67103ebb567952fb5ddb659e2001304c]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:08:04 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eff755b800b052e1531a38b94ba6992117158503]

        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>  [2b6a995eaa5830eead17c276f1d3b7c75a02276c]

        INTEGRATION: CWS changefileheader (1.12.234); FILE MERGED 2008/04/01 12:39:34 thb 1.12.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.12.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [690137eec82540ef0012b80f5356ad574ea5cd61]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/31 12:31:18 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8fafdd4e1491622dbaaf729756146f71c44394f]

        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>  [a3ebc0ba006485b747588ddef337f777ba7f0279]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:08:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82501a1c1ec4939d89b3b9e0c9f21cc5ed23d459]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:50 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2097d2064a4743eed8485d1aff34184029870a2]

        INTEGRATION: CWS changefileheader (1.2.248); FILE MERGED 2008/03/31 12:31:18 rt 1.2.248.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fa84d364ed61b9aa6deb7842b5ea6f494c0bd93]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/04/01 15:16:57 thb 1.2.14.2: #i85898# Stripping all external header guards 2008/03/31 13:13:12 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [208583c1f270ed82ca1853553e8b92d14291f0d3]

        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>  [9894fb90bc715aab424a5f292b341d7e28e2a55b]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:08:03 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [724a502eac43a54eb7829a38e59bd83f7da9e1dd]

        INTEGRATION: CWS changefileheader (1.33.70); FILE MERGED 2008/03/31 12:31:18 rt 1.33.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57fd1a80307dd5226a754ac2c0ba0e70441c2961]

        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>  [00d72682a19fdafea507e96ff3b649b6511efda9]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:57 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:48 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:11 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e966af916a32c85bab1a2c22f29df1409e786ed]

        INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/04/01 15:18:50 thb 1.8.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.8.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:36 rt 1.8.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9e36fccd673f33d7837ab2944cd3a439b552190]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:07:58 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1545317d3fc0f6b286970c46d994204947660612]

        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>  [8aa34e3e5cf3d8ed164b280514a0c85c7f5d5ee3]

        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>  [ec6927a369c5c6b97092493c81fbc6d0a6b16049]

        INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/04/01 15:18:49 thb 1.10.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.10.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:35 rt 1.10.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1538c0c2a2c116177cd3d63578ee6b7b1b3da2d]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 15:16:57 thb 1.4.10.3: #i85898# Stripping all external header guards 2008/04/01 12:30:47 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/31 13:13:11 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1842b2d474395b231d8bfee73670f47ff0a5d991]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:58 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37f947591e126231ddd92b93f081a08f03fa6c5e]

        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>  [45b6d61ce6c04f622aad903d02d7259d4a2df7ba]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:58 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63078be65377ed8c01ff34610da89d16b375c62c]

        INTEGRATION: CWS changefileheader (1.2.472); FILE MERGED 2008/03/31 12:31:18 rt 1.2.472.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccf158be8d6870b539f8d3b913bc8ac39f54351b]

        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>  [3659fabdd4429225f1d793cf2f66a29e542c0389]

        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>  [d7d4e117662e335f1116b0eb047a3f31df1ef61e]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:57 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:47 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:11 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4510d8696d0e07b2a310486a8d9b466afc3ed0d3]

        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>  [21266fe0e57f060ddacce047f9443d6845c7c0a0]

        INTEGRATION: CWS changefileheader (1.16.130); FILE MERGED 2008/04/01 15:18:49 thb 1.16.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:16 thb 1.16.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:35 rt 1.16.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a40b02368ddb8cafff8d5c508357546c96f27e8]

        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>  [c9d3607a62da1b8924f3d2ef5448322cabdca8a8]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:07:58 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f87ab71a2ee54a8ebf6ac90d98958d4a169dc25]

        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>  [598a3bbf4e97e37856cd2cb947cdaa7418abaa90]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 13:13:11 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [664f6eeaffb364653953d246edc29efe62c1d42a]

        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>  [6c1afa4c535841794b9724df4c384af6f9e4ec32]

        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>  [aed803770b692d7ace2b1ed95998d6290acfd259]

        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>  [ad62b79d714bd21048ac540ff0e596fcd88d7eb6]

        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>  [5c497d768b30201c2ab1f76beac3b8c683dfa3ac]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/28 15:35:35 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9615b21cb4e7e0e6a518e54bec030596b4643ce2]

        INTEGRATION: CWS changefileheader (1.25.60); FILE MERGED 2008/04/01 12:39:33 thb 1.25.60.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.25.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e45e6e1d03a2a11a136f9e575fc6d41bf7c52122]

        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>  [dedb48fc392c3514e12f33b587a057531b349a68]

        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>  [2d1139ca734155a82f5fd1c99ae46c7ce04961c5]

        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>  [2a45e2e6c3b05f69fcdb02834f38abc4a5c75a9b]

        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>  [4b9764b17b3444172971112f6c2b7b9196a54bd8]

        INTEGRATION: CWS changefileheader (1.50.80); FILE MERGED 2008/04/01 15:18:49 thb 1.50.80.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.50.80.2: #i85898# Stripping all external header guards 2008/03/28 15:35:35 rt 1.50.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da6347c0684624dfc749a547421c661844c6b2ec]

        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>  [caaa29b2aeb072c2de40dc237262b912f251cd53]

        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>  [9f32cd3271ce0ef86de96a3c5a75036638a83945]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:57 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:11 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dc51a581c2de1ac7a5699fbbea1f897e6800afb]

        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>  [102477f51f4a8c63f14130d7bf2bad32092254c6]

        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>  [ea6abf3dd834d8136e7b7b25348ae41b9ecaf8cb]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:16:56 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:47 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:13:11 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [919f2fce6e3e3edd495c7977fdfb5dffd94a6abc]

        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>  [7b9215e790e4783d9ad6ea1602eaf6f7615c83b1]

        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>  [cb0d509ca164cc74f89ba1df02428ef2a1a969e0]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:07:53 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b245d4d7272c3c6ad5a24e3fc7786599e2ed8be]

        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>  [dce4a325b3c18e2b6935cbe42e2ea4e6740ee5b9]

        INTEGRATION: CWS changefileheader (1.39.178); FILE MERGED 2008/04/01 15:36:22 thb 1.39.178.3: #i85898# Stripping all external header guards 2008/04/01 12:39:33 thb 1.39.178.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.39.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daef9bd0d5cb95b1e38a6e2940ccd38a92abf743]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:13:11 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82768c6475719c1bf6dd026b830d35df66ed3da3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:53 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df6ed9ed14bba65685f17d019987f83e601dbabc]

        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>  [5b7fa1c1d65c8764f97d6e472c84cf1c6c1d9236]

        INTEGRATION: CWS changefileheader (1.15.80); FILE MERGED 2008/03/28 15:35:35 rt 1.15.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f095b43aeffc9a69993bab7e17ac2f48f70a668a]

        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>  [0e0aaa617ba29f85db440a944460bb7fd96b9068]

        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>  [52ebb460db94ef4822b1b239b0e05df7128e8db3]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 13:13:11 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e70b75c6b23a8971f69ed7107d958aa4553221d2]

        INTEGRATION: CWS changefileheader (1.10.224); FILE MERGED 2008/03/28 15:35:35 rt 1.10.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb15ad4552141eb57da89dd5b906ad508ea57722]

        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>  [ca8e0b83dc5debafde7272be889492be7976c9fa]

        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>  [d8f28fb2f2cf40cfc506b2c34282681c039e0122]

        INTEGRATION: CWS changefileheader (1.2.158); FILE MERGED 2008/03/31 13:13:10 rt 1.2.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cc44b46296ffd19750e42c344a9e704d9f032c0]

        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>  [cd839c1f37d5948f851fbd5eedf85bc461b0b007]

        INTEGRATION: CWS changefileheader (1.2.144); FILE MERGED 2008/03/31 13:13:10 rt 1.2.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df2cc27394b817e071d314f5067d3f83741d8d8d]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:49 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:35 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5860d63acb60fb02dbd793de9dded17c1aa8192]

        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>  [4f4d2cc0362375d8437175a8d05b19d66627ccce]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:53 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14804d676388254971104741b983b5ca365c6b98]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:49 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dffe62d25149994f9286ec62f95550450df1a3d5]

        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>  [0600cd7e9f9180656ef2bc87b38a043a3e6bb1a3]

        INTEGRATION: CWS changefileheader (1.20.20); FILE MERGED 2008/04/01 15:36:20 thb 1.20.20.3: #i85898# Stripping all external header guards 2008/04/01 12:39:32 thb 1.20.20.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.20.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2f42232b620f35a5709c3c38dcf282d2e7ec3c5]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 15:18:49 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [676a23b2e73c34bb8a5ffdbdfe904f0f68ce62c6]

        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>  [e8bd5190eb41651250ae7c811c687772a27ba7ab]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/31 13:11:47 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [217a45792e75f99fb7c48d192718f3bc643b045d]

        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>  [74aabe6630ccfa523f46771cbdfec46472a3b864]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/31 13:11:47 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [235ac070ab40c7948835db7db92917f8f3d3b035]

        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>  [c1690ec918eff8626aebf37ca5af20eca7b25eba]

        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>  [2a3c56617d0c2676e793fe732ccc8b6e19b541f8]

        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>  [1581965a3c787b72a1f119708d78edbdad549a33]

        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>  [9057a48260ad5e7c471ed1499722e7c685089aaf]

        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>  [e7577f0fde59bf8cab1263bf3d70c6ac94dac1f3]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/31 13:11:47 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64dedfeae69f40f8542486ecac16bedd22521054]

        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>  [372dc6e75ef9fcc65a3a20b7ef34fa46d6f0200c]

        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>  [57fe681adfc82c2163a158045f00db1d95284ae6]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/04/01 12:30:33 thb 1.4.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:46 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f667b1282d76abce95aec9d3714b64862c7eda62]

        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>  [3f46bae6623416bb48c36efd1245a625804cb839]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/31 13:11:46 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d766c42b7d959ec4979cadd4a119bd7863329eeb]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 10:58:15 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e447729e85493b6a3150b4492a497b3988ea333]

        INTEGRATION: CWS changefileheader (1.8.74); FILE MERGED 2008/03/31 13:11:46 rt 1.8.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [880cd4ff75d6ca7e6467abdbb37a03b52c2005d0]

        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>  [6fd01dc6b261bb7a399bcb275a534390eea4614e]

        INTEGRATION: CWS changefileheader (1.6.130); FILE MERGED 2008/04/01 10:58:15 thb 1.6.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.6.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3ac5d1f4c76e7400641e8f4579fd6efb28e2c0a]

        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>  [776f4bd0d67ceca58c76fd11e986551691820ef7]

        INTEGRATION: CWS changefileheader (1.9.74); FILE MERGED 2008/03/31 13:11:46 rt 1.9.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bb385ddab26c8d81503c8cda8f57a03d3c7f23f]

        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>  [59161d279cfceaa35d07f5152a62e0ced28bdfe5]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:18:49 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [213de4560c7b3e3706e2c7d70c5fd712539d3f5b]

        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>  [b9040f24838501394cb987ef64b8e3c0ef8fc8e8]

        INTEGRATION: CWS changefileheader (1.19.130); FILE MERGED 2008/04/01 15:18:48 thb 1.19.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.19.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.19.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecaf240426b1f880352707af0d6d1cd2a930c1d9]

        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>  [781b58525b91599f74aa031f70aed71d25f13618]

        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>  [92fa4daefda8b4b1dbc0eecc95ca54b0892eeb9c]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:18:48 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:34 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e4ff842fa0e956f7d67486e9da853a07f84fb89]

        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>  [d51f50aee1376b1e4b5c9118fe8a5604c200b2e5]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/31 13:11:46 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32ad3593c3fe1dc9eb06b89573bada068b8d6874]

        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>  [1497163e481fafc8ab83b002b07c1aa372264b0a]

        INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/04/01 15:18:48 thb 1.8.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.8.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.8.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42331b2fb43612e901c7dad0bc3773db9c26ff8f]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 13:11:46 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31e78ac2956784c4732bddfa6f34c44f4e6c3e2f]

        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>  [6f9eaf0d5277b85fe6ee0a61da0e4c0921b611d0]

        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>  [5cac5b1c422f037de525dadebad927a8f3589e93]

        INTEGRATION: CWS changefileheader (1.6.224); FILE MERGED 2008/04/01 15:18:48 thb 1.6.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.6.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.6.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388b5ca7b6f48d3bc4496997b5a4e90bfbba312d]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/31 13:11:46 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cad68f191e5252643c276e8e42916432db3b9cd]

        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>  [fc493102305f9ed73bd23b573515c11eebb95a38]

        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>  [f7315210caa597f005ec85a0db47833f026e6c44]

        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>  [21accf27f5ffc07a4086b61b1d43be657bbb3047]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:18:48 thb 1.4.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85e9b7c659784d7ba47c39537c563fccdc76a04c]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:46 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87db4042fed96957785453161009bff03343b8ae]

        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>  [c5ea4cee3aad0118a0b5ffdf804bf3d3ac7265fd]

        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>  [7f3f280ca2cfe9d3f5f491017519ffe506880a0b]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:18:48 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65493cb7ea0210c0d0d83b24d5a695ad71d756d4]

        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>  [adc93b1b5fa5de03e6f1ab87f56f5cba9edf4894]

        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>  [4b159754d109002e5db864c84c88793c78e0bdff]

        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>  [4f52acd7d44fb4aec1c2eefc64a454f6d0b1d8b2]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 15:18:48 thb 1.9.26.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e08eef7217ccf69f0ccb4808975194c6e785f6a1]

        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>  [1c8fcd6cc3ad1cbb06565574f61a4469a76e869f]

        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>  [cd6381a43fdb31f532b459a00ddd3cc754d9015d]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/31 13:11:45 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b5af510c5a81f5e303bb385d0a96273e86fc9eb]

        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>  [df45027416e8442b6f21d6a17873e923bbe1cae3]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:48 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:33 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0fb7bf5e42b57de2c3547877c5c5cceb4897f6c]

        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>  [6b04c2a1e01728e6bf335591d8fe4f8e9e51e5f9]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:07:52 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0001a4b4b3751a5f62756086f284f3b2fbdc3a51]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/31 13:11:45 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b41e43d92b01acc268525ff3d42f39187315355]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:18:48 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7065d11ce4638b06a2029b6439118dd82d9e8c7b]

        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>  [535913bb9c9693cf4f15d41cf53e4ed9fa285946]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:52 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63e90109b5c476cddbab604b9360da0366c40aef]

        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>  [a5d05addcf9efde158a4bd83b9c9e62f551ae6e9]

        INTEGRATION: CWS changefileheader (1.9.130); FILE MERGED 2008/04/01 15:18:48 thb 1.9.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.9.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.9.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7f9567c9d5dc2bc7217f6a59c50f7fe9a32472f]

        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>  [c2b0402c4c0a5b9159071c83d8aa57884e402306]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/03/31 13:11:45 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e10fafd7891c66b8b447ff0edd51b6f8a8e448e9]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:07:49 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6913b3cd79c434b6a2b28cc2d89d41adfdb32528]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 10:58:15 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [172dca19761e3741d88bf1bb47e673840aac7e50]

        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>  [9972f5657dcdbc7bac310f9a3fdfcac591c05a32]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:45 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6f7d703bce0ac6ab44beba087f418dfc03f0200d]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:49 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b833154cdbf1ce2b0abd6f617b1303433fb4c2b]

        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>  [93b268bbf1dd081e297e1147883935e82e70d3fc]

        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>  [87c6646b19ddebc94278167d21b87ff2abac4336]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:47 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:15 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbd3d93aa43e52380e06378b7291ffc5018f9337]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:49 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edf89b57d66c65fe20a9a85bf49ac7d0015e50a9]

        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>  [a2c19164d00686b09214a38fb6a5c49b4c2ac12f]

        INTEGRATION: CWS changefileheader (1.16.96); FILE MERGED 2008/04/01 15:18:47 thb 1.16.96.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.16.96.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.16.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a64cd04eee0ede535a9d9eb20cef5140c735474]

        INTEGRATION: CWS changefileheader (1.3.134); FILE MERGED 2008/03/31 13:11:45 rt 1.3.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7648a6a9201249ee32a869832587765db660b69d]

        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>  [3ab9a8511f966cff1886eafcb4b41305c4673d34]

        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>  [91d855c7b31b2d5d621e80b71186e5f5086958fa]

        INTEGRATION: CWS changefileheader (1.12.222); FILE MERGED 2008/04/01 15:18:47 thb 1.12.222.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.12.222.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.12.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e95c5e88d4781c50baef5bd6c6c1b403a99ce1e2]

        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>  [7373df44d2904c38b576e571e4b75d329501a0ca]

        INTEGRATION: CWS changefileheader (1.2.110); FILE MERGED 2008/03/31 13:11:45 rt 1.2.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d62a34db9b2b5c825ebff2483b79300cb6b1b8c7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:49 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5168e1b56c72002951c8ecb55ffabe2143c31650]

        INTEGRATION: CWS changefileheader (1.18.226); FILE MERGED 2008/04/01 10:58:14 thb 1.18.226.2: #i85898# Stripping all external header guards 2008/03/28 15:35:32 rt 1.18.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d63b3836fb9e8c8d1220d5b0b7e546388a34dca]

        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>  [3b4099d31596a9cb856b2898afa07ff243ffe063]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:47 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6fef96cdec53f694540c88f1f2eb38fe172d948]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/31 13:11:45 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [006a7d153314662d8c10e433b66646f8697d6753]

        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>  [ef89561a551d079b554f4912728a4a89e7a74d6c]

        INTEGRATION: CWS changefileheader (1.19.226); FILE MERGED 2008/04/01 15:18:47 thb 1.19.226.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.19.226.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.19.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cf569b29d31d47ffb999e0472464307c19b30dc]

        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>  [36152f05dfb8bce0f9f1abdc88be20abce10b3bc]

        INTEGRATION: CWS changefileheader (1.10.134); FILE MERGED 2008/03/31 13:11:45 rt 1.10.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78ea56c6065f2c951aeba5709283b3aaaf504c87]

        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>  [5d8a71701e91bf9deece3790b5ee6af9e694790b]

        INTEGRATION: CWS changefileheader (1.108.12); FILE MERGED 2008/04/01 15:36:14 thb 1.108.12.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.108.12.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.108.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afc1a4eda80a6c2b06031ba416940fd34e579d2b]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 15:18:47 thb 1.10.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b48f531cf3614aee4669a0b5f4e1b2c817b9990]

        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>  [9b1651672151bd70e97b9f817ccdb897483e6e5c]

        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>  [c3f145e95b21ad18ae04f2ae560692605f556466]

        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>  [f4b3ad8894beea6015fafe64eb720adbc052391d]

        INTEGRATION: CWS changefileheader (1.20.134); FILE MERGED 2008/04/01 15:18:47 thb 1.20.134.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.20.134.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.20.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530ff20d33289c188c00fdf251179a352cc4189c]

        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>  [1fef98c89c617f0728c499cc3ed20480258ce417]

        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>  [67773a67d41d446776649e6d88b140f54fd79ba0]

        INTEGRATION: CWS changefileheader (1.6.150); FILE MERGED 2008/03/31 13:11:45 rt 1.6.150.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c19f50ecba0176fa15923830ad1dad53138efcc0]

        INTEGRATION: CWS changefileheader (1.7.320); FILE MERGED 2008/03/28 15:35:31 rt 1.7.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [115a8bd27e885e459237a289c71ab9e7bb5db2aa]

        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>  [796e86c0533af753c40f32f3b3fccb2e9e51095c]

        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>  [c6e4131aa7fa0d4a8dd038a3896666854ab6a775]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 15:16:41 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:45 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f00caf7ec36a5a931a8453367e0cf34526c7b87e]

        INTEGRATION: CWS changefileheader (1.15.120); FILE MERGED 2008/04/01 15:18:46 thb 1.15.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.15.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.15.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46980e8022b332cd3e477d7fdf7bb16a35ec6fc6]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:48 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a3168f81d74e0e7ba9e1e8eb997ff9f9fa0a406]

        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>  [296b41ed3e4234630d0be53c5729119d883fec51]

        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>  [cb95aff9df7c9657cebd88693bd29b5d588c0f12]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:58:14 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80aae5a4b30d57bbc956f92c88ab31cc128b4a11]

        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>  [ead74106d084e5422dd82f6b48b8056ae98d47b0]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 16:07:48 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa578bc6264adcb4f447115d9337b8b6444753e0]

        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>  [e270b39de6769b91430266d820881ed045192f85]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:46 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:14 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd6d8ad48183b9b678758a89f93d012e79869ab0]

        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>  [b149301b73d267e9ba377bd008aa5b234d539c74]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 13:11:45 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5717066ba05e6ddbfdc9cf0164b553e18460e125]

        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>  [aaf9815f706b499e62402f0cd7f775274e3120b9]

        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>  [c20254a3332639905090646d4f4b3bcd05644197]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:14 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:31 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0bdefe54f009ce051416d61d1a68d80407889d8]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:48 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b663b778bafe8c5949d18bcf5bd7c16435bb16b8]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 12:30:33 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25d16452da37269f513b101df5b9ffa922c6e5da]

        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>  [dd24e83cc264ff86776b5094d958c35c4a5fcef5]

        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>  [a50b826516d45dcd40dada969378b63fd683f5cd]

        INTEGRATION: CWS changefileheader (1.10.128); FILE MERGED 2008/04/01 10:58:14 thb 1.10.128.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.10.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [478d91e31747b915af001a67759c3166119c34d7]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:44 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ec3878511f7fdf8133a8b61b0d2225b23328a85]

        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>  [a831985f835204bbfb6d3d5147f92c5200c209a8]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:48 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d3ad835b6550a03eabe7412ea998cba8c2d3a95]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 10:58:14 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [748f910bd739e9bce6ee6f5f5d5a0b67d85dbfd3]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/31 13:11:44 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dfdae9cc08c3ac02ffce3a136403e070e7ca237]

        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>  [bea7c980825804ee2a360b03aeb7a91db17ccf26]

        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>  [2f4cbc046d740e41dbf29dd9ae6f78e9a8359d48]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 10:58:13 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04e7505694ae2442035eb1bd3913b3786c294939]

        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>  [91f491babffdf4ad047fc074ed4e60557c46bf97]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/03/31 13:11:44 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef82bb28fdb9bd2e1cc897e41cce34d202c862d4]

        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>  [f88e2fc68f979e55793ce334d4cf9b93eda9eac2]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:13 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a2c987edc233c5bedd93859ad3aa03063f36775]

        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>  [6cd2b468fdbc86db67b22df3cd70f26ad1b35d7a]

        INTEGRATION: CWS changefileheader (1.6.320); FILE MERGED 2008/03/28 15:35:30 rt 1.6.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3d06dbadb572c36faa69a4261bb266362233265]

        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>  [bee0c8b86059dfa7345635347cddaca24fb5e0f5]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/04/01 15:36:12 thb 1.13.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.13.22.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b5cb35e2aed7d91f8e7c70466a3803165c9f317]

        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>  [5b204fa74731309aee1de9f1c641ba6e6e7eaab3]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/03/31 13:11:44 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6991901e426b033f76c42b9f3914e22a69c17fb]

        INTEGRATION: CWS changefileheader (1.7.128); FILE MERGED 2008/04/01 15:18:46 thb 1.7.128.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.7.128.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.7.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d158dcfadebc31245be3fc656ae5ab5582fd77fb]

        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>  [e73c12c14fa1b39d073e948e9d491d252a847014]

        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>  [ba9de1aeb9e9cf560829628cd603be9fea5b0ff2]

        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>  [7416a1ce037db79acdc477174dcb35980ee79469]

        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>  [4553302dc972ee6eb8370e07848ba51422cb4867]

        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>  [87ea08560d48c9cf8d8bacb8b9ed93c0036c2f93]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 10:58:13 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:30 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32bcfd77fc69054bae486788f01a154285910cf6]

        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>  [b10fbf56e9e6bf40d61a22118217739bc5c5be2a]

        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>  [a9ba290ba88dcaa21adc45468c48431770c32bb6]

        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>  [1c95cc67164bdced0f11fe0be8fba038505bf3b0]

        INTEGRATION: CWS changefileheader (1.24.218); FILE MERGED 2008/04/01 15:36:11 thb 1.24.218.3: #i85898# Stripping all external header guards 2008/04/01 12:39:23 thb 1.24.218.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.24.218.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5e9bd4e0a944956cc5aef74b9c3eca295c6bb25]

        INTEGRATION: CWS changefileheader (1.3.236); FILE MERGED 2008/04/01 15:18:46 thb 1.3.236.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.3.236.2: #i85898# Stripping all external header guards 2008/03/28 15:35:29 rt 1.3.236.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5fa88f591e82532edb73f4e5c0432999b191fed]

        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>  [3f0ca42856d3a38e888e7a6c0710426ebfb7e530]

        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>  [cbd1fcab4f0042ce6e83566c46c15cb0ab92df9f]

        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>  [ab6fac2bd513e4c7629f456e8178317a40ebeb7a]

        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>  [95445c055a2bab0a545c915c16ee34138e1308f1]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:07:44 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5609581c4a8213cae5cbcba644e5b491612c3042]

        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>  [e573e5fddb8f19a3ac984ff5cd2583373377b25c]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/31 13:11:44 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e399b1c51ecc01fe82111d8b695be7c44ee9b2c8]

        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>  [84092da444163fdcb58c24ec696e93af086730da]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/28 15:35:29 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c044c60d92359dd329d81cc02f7eb146cdc6122d]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:44 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bb792783001cedefb19e6ad1501a41787f78248]

        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>  [7b29114bc57e5479700fc118616d85986983a997]

        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>  [fb304fee6266a004b92f6b7c1fe26ac209f5c563]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/04/01 15:16:41 thb 1.6.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.6.110.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab2f368500198f9039733724ff106476e78bfaa1]

        INTEGRATION: CWS changefileheader (1.15.176); FILE MERGED 2008/04/01 15:18:45 thb 1.15.176.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.15.176.2: #i85898# Stripping all external header guards 2008/03/28 15:35:29 rt 1.15.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afbb486805e0bd0a3bd08d8a52ff338a11611a2a]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:44 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11def583238e7ace03793aab809551c7d47df5c2]

        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>  [9551394a9392ab0a5d77db4f647dd26376808284]

        INTEGRATION: CWS changefileheader (1.8.110); FILE MERGED 2008/04/01 15:16:41 thb 1.8.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.8.110.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.8.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50c9033d96fe7f844e815a4b0071c837abb29e19]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:44 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74e67d2f974b13b7c2e9dca955df9619f96bcc00]

        INTEGRATION: CWS changefileheader (1.4.196); FILE MERGED 2008/03/28 15:35:29 rt 1.4.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a42c3bea10bd45abcd70d279d24760bcebab002f]

        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>  [053101ad67901a1dc05bf90b34bb777f0d3c898f]

        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>  [aa52b5cac0f855d358fb2c6effb38bc84a1b7a02]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:41 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e6d1cb236ca827df13e62b54e56d22b7ec72885]

        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>  [3cf15954c6ff41fafabf645b43fbe86546bfc485]

        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>  [35b6a1724ccf92f828d85a97c82490bb24f6e6b1]

        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>  [390996c02c681d247725f6edd0ff37be07b85242]

        INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/04/01 15:18:45 thb 1.19.10.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.19.10.2: #i85898# Stripping all external header guards 2008/03/28 15:35:28 rt 1.19.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [165a7eb34d3cd12c8ba23dd7a8f49db4cc5b8f24]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:41 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd916b3cb71ec772aed86e6b1ac54f923fc281cb]

        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>  [15dba63270247cd112d9feca5b3f61184d92a40b]

        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>  [c4730a22f0268bb477f991f830d8db8c1f5e3767]

        INTEGRATION: CWS changefileheader (1.11.158); FILE MERGED 2008/04/01 15:18:45 thb 1.11.158.3: #i85898# Stripping all external header guards 2008/04/01 10:58:13 thb 1.11.158.2: #i85898# Stripping all external header guards 2008/03/28 15:35:28 rt 1.11.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8becb2c76383fe8dbbfd3ecc848f1132dc7c0ea2]

        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>  [b8f247ebe0335164c9268fda3607232f1b09618a]

        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>  [c6622a288f021a280ce7bdcd26651cae79120767]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 15:16:41 thb 1.6.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbd951902a6eb1bf78ac21ee87da1c44d17dc29e]

        INTEGRATION: CWS changefileheader (1.11.120); FILE MERGED 2008/04/01 15:18:45 thb 1.11.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.11.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:28 rt 1.11.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27151895babc1c97557ae99272bc248a1278533d]

        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>  [6da0ff84e67fd192371f0d531e6c862b24be7b2c]

        INTEGRATION: CWS changefileheader (1.15.234); FILE MERGED 2008/04/01 15:36:10 thb 1.15.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:23 thb 1.15.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.15.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  René Engelhard  <rene@openoffice.org>  [65226e0fe3d52d21cbb821e4b9e4c31cfe55800c]

        fix conflict with hunspells encds[]

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45736d56f528a8db3bb8e981d84cc1cddcf3fe1a]

        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>  [cf905ca9a2bbdf4d23dafa55254639673bf5b617]

        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>  [df1829630e382a4892973261dad99582b263ec51]

        INTEGRATION: CWS changefileheader (1.9.170); FILE MERGED 2008/04/01 15:18:45 thb 1.9.170.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.9.170.2: #i85898# Stripping all external header guards 2008/03/28 15:35:27 rt 1.9.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3483c9d94fd6e184255098cc436d670edcb19018]

        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>  [51f3b0323dc8446e7fe147ece79953f28c4fcbf6]

        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>  [1cd650d6c938ede0db179734f904d3b4e8ea2570]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/03/31 13:11:44 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67341b450e98dc89da5b0c9a0633cb1a6656b747]

        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>  [3487d19984258c45226870eaba46def2ad8c296f]

        INTEGRATION: CWS changefileheader (1.13.52); FILE MERGED 2008/04/01 10:58:12 thb 1.13.52.2: #i85898# Stripping all external header guards 2008/03/28 15:35:27 rt 1.13.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a528c4b75bb5c492bb0519466b34fdca4e83fca7]

        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>  [60e6b10a5b1e46b10d6b24c485ebe5204da27daa]

        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>  [755f691c0405a5b6b5e9c0d50ba6f93c239da549]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 15:18:45 thb 1.8.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:27 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af16c8f6994df34eb494e853e3d6164644c6a68c]

        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>  [4690ab6242d74de47612b3d9c6671fb07a82e353]

        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>  [214ffabc466893166c8c6ec68efdaa5b3bb05982]

        INTEGRATION: CWS changefileheader (1.27.20); FILE MERGED 2008/03/28 15:35:27 rt 1.27.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54d601839de5fa5322f8377b4a7fdb3e0d5c25d1]

        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>  [dd2012bafcdfa586771d2fd7523c8a1815742389]

        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>  [564b9c71a5ccdfd4f46fe3eac00c4a89a757421c]

        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>  [8bbd6037882cf8828e501c3bb4eeebc8a7e44222]

        INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 10:58:12 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/28 15:35:27 rt 1.11.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bd7145c80a2c9a735e28e675b2600853997b4a3]

        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>  [5154a0f874a7aef64ff31888919a2f53a04d29bc]

        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>  [a70c2f144190876f9c0c5dd913fc4cfb32a0e1e9]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/28 15:35:26 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21427ef220859793d3ba446281f90d8a14ecf410]

        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>  [5282ca017a9a26b62a0610fb16ed78cf61096453]

        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>  [6c32cdd3e10a32b71bd8165ed4332e045ed00a28]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 13:11:44 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [446db418d544d57f8769c9a1e5fbb376bec24efb]

        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>  [aa96fb46f3c6127b45650fe677537dca1f1414a8]

        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>  [deae37fdf5e858542dac1981abb5a71f69ab27bf]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:43 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6c86e9b470507c3ec8079fd11789789f66f1830]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:58:12 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:26 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82b98a441ee945e02494d31be141ef965f4cb132]

        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>  [862840c91acb28a3cb6cad79d9715d40f216a84f]

        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>  [f2fec3cd55dae6de41295852acfcd7db8a9ade80]

        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>  [4f8c9c2d5295bc49a4eaf0f4b701382289d38b5f]

        INTEGRATION: CWS changefileheader (1.62.128); FILE MERGED 2008/04/01 15:18:44 thb 1.62.128.3: #i85898# Stripping all external header guards 2008/04/01 10:58:12 thb 1.62.128.2: #i85898# Stripping all external header guards 2008/03/28 15:35:26 rt 1.62.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [844d1d287eaf00a90bbfa5af826bb023b24b9bfa]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:41 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:43 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9ca908b97eebd035ce293f2adf09e47b04774ed]

        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>  [0eed0a770ea653143f2ed056039cba316600ce65]

        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>  [c64cd60a9646bffabf087781236aa2b1cc4ca2f7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:43 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e4d004d196e9cd418e64577ab2fcf41c4e4a480]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/04/01 15:16:41 thb 1.11.92.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.11.92.2: #i85898# Stripping all external header guards 2008/03/31 13:11:43 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [037c2fb0cbe2c8b84c04a646f11e5a6e379162f3]

        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>  [ee095ed9378803f2ac4a29cc588d40b0c766c410]

        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>  [becadb625d307d7e9eb1539469e5bf1217afc048]

        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>  [d707ca1de24294a50bd88f3842b5a7e51c674326]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:43 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbb2925e676b9f9c5ac1d7701b8043034adb6c8b]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 15:16:40 thb 1.4.160.3: #i85898# Stripping all external header guards 2008/04/01 12:30:32 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:43 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [643237a777e9e9cb44a632d081b8fced80c3ea13]

        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>  [ec0a314a1859bbab49dc23080cb02639f31741f1]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:07:43 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3eb2af3bf0b80adc4d9327bb412186250812895]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 15:16:40 thb 1.6.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:32 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:43 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [025e6a290780f92c4d7e31d9eb2e3a60490d1836]

        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>  [45bfebc0ed183bba1e8a9c9164899b8015cbd5c1]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:43 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52d2c24c8416c32d8d87d036ad8f77c94d137e24]

        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>  [f2c6180bd49d219e41a0b26bc07c04aab7e4ce58]

        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>  [29efb1ebef863cdd7771133f2ea0bfb37ce978fb]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 12:39:22 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:03 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f1bb75e46904194cd35506799e8dbf203a05fcb]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:43 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe5e51d44b4c65589039f138f0bf2a3c441a0b6a]

        INTEGRATION: CWS changefileheader (1.11.262); FILE MERGED 2008/04/01 10:58:11 thb 1.11.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:25 rt 1.11.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed044d9dae9a6b465f1fe916948024e05a90b19d]

        INTEGRATION: CWS changefileheader (1.2.110); FILE MERGED 2008/03/31 13:11:42 rt 1.2.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01ef3bc3bf41a14d0cdc744dbe6de42a9c1c3bd3]

        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>  [c91b82030bffc23b148fcf5598dfb48e15a69471]

        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>  [95c3e8c3026ac8821056a135d03967a1c511432c]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 16:07:43 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04bbda15a898680f677ead826e9f58e48773fec9]

        INTEGRATION: CWS changefileheader (1.41.20); FILE MERGED 2008/04/01 10:58:11 thb 1.41.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:25 rt 1.41.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1551bb588c9e43f05bac3d689f07c336acb6895e]

        INTEGRATION: CWS changefileheader (1.2.110); FILE MERGED 2008/04/01 12:30:32 thb 1.2.110.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.2.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5904e3847effe0580b376b115268feea0a08714]

        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>  [e149a558d2eacf54a3cf81bc7b355085ce1dc50e]

        INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED 2008/04/01 15:36:02 thb 1.18.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:21 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.18.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93c4abcf3f15e8f63be8210504b690971f1300ec]

        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>  [fa9e41069c774522851be820e2d9bc1372d70199]

        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>  [c27d28b999339a90960723578d201c7c4781cab6]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:43 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af16b7f4844f470745ad2fb661b71fa89d33f42a]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 10:58:11 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:25 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1012a538b31e0bf2785c53f238a3f16eb4a8201]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 12:30:32 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fc182ff896d23519a4921da032fa5be71bfda5f]

        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>  [507da625eba6e6495ba53a2178935fbb54790ae0]

        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>  [a3482eb68cf959db3b0c06d052af716ea9d122ef]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 16:07:43 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cccddd15a095069515a9a231a5ba41af12e746a9]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 10:58:11 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:25 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bbc97ecc51ff3ebc3d56485e4a848fef1bebc3f]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 12:30:31 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce2dc5d7d15f8419d5323b3d0c25f866292c3a14]

        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>  [252e701d256d5bbd4a796310f20fcf4e55324bab]

        INTEGRATION: CWS changefileheader (1.8.382); FILE MERGED 2008/03/31 16:07:43 rt 1.8.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [893d3ff4597c4a985b5d71b16d345465d24377cc]

        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>  [466705437a8fef7bd122e5bcc7bfd5f4f22fa8c4]

        INTEGRATION: CWS changefileheader (1.8.320); FILE MERGED 2008/03/28 15:35:24 rt 1.8.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c7327796eb9e983b53758e5604880214d2671dd]

        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>  [4a233e2882529734bde977280b0c09e5e49874d7]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/28 15:35:24 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5e0c09a32d485b94a9e98629b51efd94e2edf26]

        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>  [55efdbaed3f0ae02f804b9d702ada2f4474c1884]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:40 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [920b8c9fef95e408cdb2a778a95254e6512cc6fb]

        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>  [69142628ef6611b871a4733ff1892bfda1cd01db]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:44 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:11 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:24 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b683ac721ddaf6c85617845b12cc0fc9069844b8]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 15:16:40 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [136569a4f66ac2c69848ecee9862e371635ee533]

        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>  [96b2e74158584a013f2d28dac2167d129e081ba7]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:43 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3df8031ee1781bf3728d51876f275ef6e3cce41]

        INTEGRATION: CWS changefileheader (1.23.22); FILE MERGED 2008/04/01 15:36:00 thb 1.23.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:20 thb 1.23.22.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.23.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7df17757e495488295a9becb915c45665720164]

        INTEGRATION: CWS changefileheader (1.21.262); FILE MERGED 2008/04/01 15:18:44 thb 1.21.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:11 thb 1.21.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:24 rt 1.21.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da7683815d048585393a3900c1531c4cea7384bb]

        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>  [ee9769bbc8c414c3f25ae273f7a4d0c693d2c8b3]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:40 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecc762136a66ff63e63d994ee2addc19421fe2bb]

        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>  [0f5973c808a3b8ca1e142a344b511c2c55f7ed96]

        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>  [ddaa8919a5be8ba277e1dbc5423d3dab4446cef7]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/03/28 15:35:23 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a49eaedeb6446a41ad5cdc7eb7d8867fad4fe6ba]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 15:16:40 thb 1.6.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0a331dfd08b8eae90f3c7b12aba45da3668b2e7]

        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>  [e0cbffb3417e77f784abd56b5de961d8879f5fb8]

        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>  [d91386c74d944b900d4c690cd233e0f5ed13c2cd]

        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>  [b07f4186082945c4057f817642e5a0bc9491bc7e]

        INTEGRATION: CWS changefileheader (1.5.320); FILE MERGED 2008/03/28 15:35:23 rt 1.5.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f20ccc672ce8b26d8e6eaf1a5e041d7a2d15817]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:16:40 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:42 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c14f851898e508796bb4075191e82ea77c8b9ca]

        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>  [84e353a49cbcb1c008d4c9890b40a6c8223d8c68]

        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>  [e8914d146b15cac91166dccb65479e5502307d8b]

        INTEGRATION: CWS changefileheader (1.30.26); FILE MERGED 2008/04/01 15:18:43 thb 1.30.26.3: #i85898# Stripping all external header guards 2008/04/01 10:58:11 thb 1.30.26.2: #i85898# Stripping all external header guards 2008/03/28 15:35:23 rt 1.30.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ace5b25445a170e36dc7d790514033c89eb240d]

        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>  [d8e3a6bdd3b911a838567661e2265ab4d85553f5]

        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>  [06adbc2880d27e30012440d8290ab57d9b8bce0a]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:07:43 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc81a371e867c8ae3f76a71fcc405b64b7e2290f]

        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>  [ea0af8eb4d32712a15760df4363c35c76197efd3]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:43 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:11 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:23 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3dc0dfd4b77da2d986c2e39230b440579c74e83]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:16:39 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e445de1859c3acc9b60c345fbd1ce9c692d41d26]

        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>  [b2c6bdaeb6f85c214bc5eca6c89f4f5b9a0b5efd]

        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>  [9171b5f918c99735eaf3fff0b44df58f0ca9aec9]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:07:43 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbd894b59aaa4006b661f37e71f0704159675452]

        INTEGRATION: CWS changefileheader (1.4.320); FILE MERGED 2008/03/28 15:35:23 rt 1.4.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e3282437b0ed74760e4f1de59254838ecbdbd4b]

        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>  [9a261140b02a9f21ad98722f7a2fa844f96742e4]

        INTEGRATION: CWS changefileheader (1.23.50); FILE MERGED 2008/04/01 15:35:58 thb 1.23.50.3: #i85898# Stripping all external header guards 2008/04/01 12:39:20 thb 1.23.50.2: #i85898# Stripping all external header guards 2008/03/31 13:58:55 rt 1.23.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bed891f44e507cd7a9f67376cadcb0f3fbab36e]

        INTEGRATION: CWS changefileheader (1.10.6); FILE MERGED 2008/04/01 15:16:39 thb 1.10.6.3: #i85898# Stripping all external header guards 2008/04/01 12:30:31 thb 1.10.6.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.10.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d2f77737be404d1996899f8653e1d9331dc20ca]

        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>  [301804e577b5352114aca6558ccfc8416f92cfa4]

        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>  [2f9fbb00082fe89cf490a17f43e561e3806b3ebd]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:07:37 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b08fedfe61ddf783ad2486a6887c0c97cd56584]

        INTEGRATION: CWS changefileheader (1.69.44); FILE MERGED 2008/04/01 15:18:43 thb 1.69.44.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.69.44.2: #i85898# Stripping all external header guards 2008/03/28 15:35:22 rt 1.69.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7143c79e99c7fec37e1973f4c3d06a94a190e820]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:39 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d89f7a547499b705d3b637a9f8cf858fc7fed612]

        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>  [a84f2cf4cedf0f0d49f1a758d469530ec0ab5fb1]

        INTEGRATION: CWS changefileheader (1.29.98); FILE MERGED 2008/04/01 12:39:19 thb 1.29.98.2: #i85898# Stripping all external header guards 2008/03/31 13:58:55 rt 1.29.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e63c54a94bc8702ac8c788d8de8ca1dd01935292]

        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>  [e251f00270c1a4ed3a56016a959b5663a119ace0]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:37 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1a994ac92e73002a5bdfca6087ab11f5957bc3e]

        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>  [9359f7bf36ec98c47826ef6b6bf262993004e7be]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:39 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [815af0100da4eaaa0ed50bb3484a8997f98ffcad]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/28 15:35:22 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2a88eb08eb1f1a88f40d8f363931f7054c9df15]

        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>  [6d626c38d99671678683e1c9869581902a207675]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:07:37 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0f08de4f5f487d7585a25c82bd1392553ca4eb6]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:35:57 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:55 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6af4fecc3fdc0e6ec18960a9f9dd5820bb3b67c]

        INTEGRATION: CWS changefileheader (1.10.68); FILE MERGED 2008/04/01 15:16:39 thb 1.10.68.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.10.68.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.10.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a042f69d6394a9990307a86ea43b59e7aa5f7fce]

        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>  [cce3c47483a7d36ab451686a661b210b09907a7c]

        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>  [880dd820d848a2be04de2b59df374be9baf5e1f6]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/03/28 15:35:22 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73910e6100b617d5b3d1624e8890f329c2ed658d]

        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>  [c9bd9a12a385200b98c4963b7a544d2466a7d035]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:37 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05f64faa8eb5db024db076aaf5276c142a0e9c4a]

        INTEGRATION: CWS changefileheader (1.13.68); FILE MERGED 2008/04/01 15:16:39 thb 1.13.68.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.13.68.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.13.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07ba82ab44e3883ad3e9a9f446c2854cc8cdfe07]

        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>  [861818abfaeca7427fb347465fc6d1493ded2c5c]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:42 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:22 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e45e3f635ec422fbdf45c114e873e99d4c1491bd]

        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>  [28ed0fa9ada25dcfe0aa537e2b68acebc3aef688]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 12:39:19 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 13:58:53 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e954404f24a6276db031027b4b2dc0d59056915]

        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>  [53150f85977d6818b23bc15d22f66ec6d22d1f68]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 15:16:39 thb 1.6.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f148837725b5c5d1cf884de6344c8704bab85bc]

        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>  [c7e4a407878629466483a2e21f12b136fd6d9312]

        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>  [dad6bd11652679ca43bb5820f9b177266b9e3e4e]

        INTEGRATION: CWS changefileheader (1.7.110); FILE MERGED 2008/04/01 15:16:39 thb 1.7.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.7.110.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.7.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc8bf88127473f446815a5f0b8c0a380d00dd092]

        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>  [46d707169b0d96e8e15601c685c6270d0c185b36]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 15:18:42 thb 1.8.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0c1e7fbe1d5c29db112c9c98828af85efc622d0]

        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>  [35aafa4282c46e16090bb0632c7492d45f2ebdf0]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/04/01 15:16:39 thb 1.4.68.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d656ff427a1a65a9b8a24e39fadca2f49cf3f800]

        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>  [9a367475acf383bff86d47c5164f0ea8e703e386]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:42 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17db3db26d9060aaffed1904ebb45c062ef969bd]

        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>  [b753c8c5625c48374ad6d0c216614e4911c36b2b]

        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>  [2b5a9825c876741672fb640cce6f5cfcd2057a93]

        INTEGRATION: CWS changefileheader (1.5.470); FILE MERGED 2008/04/01 12:39:18 thb 1.5.470.2: #i85898# Stripping all external header guards 2008/03/31 13:58:52 rt 1.5.470.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f3a423d5fea4d9831b576987f4277ed9d516f61]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 15:16:38 thb 1.7.40.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc2d50ae9f3ef5cf6e061d0063b90ecd22b90e16]

        INTEGRATION: CWS changefileheader (1.9.262); FILE MERGED 2008/04/01 15:18:42 thb 1.9.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.9.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.9.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c32d02f20276bfff199e18230c762cac9d80254]

        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>  [a7e1fdb650f7db266a676dac9d1fc6de8594ce5a]

        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>  [66497c6a1d517e4323748d424a7561987e7212b7]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 15:16:38 thb 1.4.160.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f52d43914667d680936c5d255e7465d0fa91940]

        INTEGRATION: CWS changefileheader (1.15.252); FILE MERGED 2008/04/01 15:35:55 thb 1.15.252.2: #i85898# Stripping all external header guards 2008/03/31 13:58:49 rt 1.15.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae32493e4fbc3356efb3599fe78b3a3e77d86662]

        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>  [f0823f05a0c74122896b0f7d26c98efee11de29b]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/28 15:35:21 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1f7780d35296e3b119389f2c5d9ff6019058843]

        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>  [a7bb7ec94d93ea3c5f8a836dfd1f672a9db00d02]

        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>  [e55eaaf367781d83da0ba6c7535eb9ab176ad895]

        INTEGRATION: CWS changefileheader (1.11.196); FILE MERGED 2008/03/31 16:07:33 rt 1.11.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b28697b78f7c97a2116005843c02da4bbcd90e8]

        INTEGRATION: CWS changefileheader (1.8.134); FILE MERGED 2008/04/01 15:16:38 thb 1.8.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.8.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.8.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [844c8ecf0576738f15a25d47c85299a4f94673b3]

        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>  [763788da645de670b2889dfdc9d795ac0d3b581f]

        INTEGRATION: CWS changefileheader (1.34.20); FILE MERGED 2008/04/01 15:35:54 thb 1.34.20.3: #i85898# Stripping all external header guards 2008/04/01 12:39:17 thb 1.34.20.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.34.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ba8af1227bd850f65d02026d3ccf941d0556933]

        INTEGRATION: CWS changefileheader (1.11.130); FILE MERGED 2008/04/01 15:18:42 thb 1.11.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.11.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.11.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2e3b277d15e86dcc52551ba580da982f5f1f102]

        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>  [989b57501532ac58277ab640cfcfa0637d2d2548]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:33 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15c9ab01509e3dca1c02958c7cb75e893194d4dd]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 12:30:30 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [225487e7b4321748bdf309f9e3c9371394e2abfb]

        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>  [e0f9eda2570fae0c7cbeb8c643d6672d7f4cbfde]

        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>  [77f5bebeb88d5415310df95c82217880b38677c7]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 15:18:42 thb 1.4.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b6269db73cfa67e425a6511ac05de176743b1b4]

        INTEGRATION: CWS changefileheader (1.41.136); FILE MERGED 2008/04/01 15:35:53 thb 1.41.136.3: #i85898# Stripping all external header guards 2008/04/01 12:39:16 thb 1.41.136.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.41.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a38b25e8ae92fcd35afe23cdcd27385a5d814dab]

        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>  [52f5ab35b8de478358119296023c96a167de93c1]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:07:33 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82e631d71889faf3ce50bde4e67091f27e384a5c]

        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>  [e56464eb9af2fb1b3f9ccb27fa2d6f252b4ea50d]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:38 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:30 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e21dc92ac0b537253a944b29fc6fdb1e67102c0b]

        INTEGRATION: CWS changefileheader (1.5.256); FILE MERGED 2008/04/01 15:18:42 thb 1.5.256.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.5.256.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.5.256.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37d56413f23d5b2ae94dc62677b2e48cfd90381e]

        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>  [fe8efa99a52619a84ff801f6b22c446d5775364a]

        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>  [de991750ee57c654a5be8cc842b8fcdb77573fc6]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 13:11:41 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44ee6a05c4453ba47d87a7539517035877302024]

        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>  [95092e514e48bdab7d5f06ca4bea18546b613174]

        INTEGRATION: CWS changefileheader (1.5.256); FILE MERGED 2008/04/01 15:18:41 thb 1.5.256.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.5.256.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.5.256.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f3dbfa7bb20c57a11ce0d7ccefcbe96df449f47]

        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>  [30ebede78613cb4bd1ad8abf6dafbcbe035dfa02]

        INTEGRATION: CWS changefileheader (1.6.314); FILE MERGED 2008/04/01 15:35:52 thb 1.6.314.2: #i85898# Stripping all external header guards 2008/03/31 13:58:46 rt 1.6.314.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [830ddf423f4d0fffb89dc19f9007307b70cc06af]

        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>  [b9782290cdfb1033b1002be2c32fba9217cd5fa4]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:33 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c81b2deaf8c154580bcf8ff80b935d84c9f3a8e]

        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>  [7f89b74ec4fc6c357c7252dfab51e24467e91aa6]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:38 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:29 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62ebf998316aef58733e02b35b2c01dfe21aad1a]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/04/01 15:18:41 thb 1.3.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:10 thb 1.3.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a7d02172ea2cdd6f169e49da0e3cd6b0f3a3586]

        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>  [407fddad25d2152398c0e9570b88b318dd62d368]

        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>  [ae1f808778a3e00c652e85c405ba99e392757306]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 12:30:29 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5297b1048d966edb61de590dfec8c6c964e5dccd]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:10 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:21 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3347f09c5cf1afec8725dd6eb4f14e5cddc8636a]

        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>  [8e3a3f178649cc7230336fbc6e677d2fda43b6ba]

        INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED 2008/04/01 15:35:51 thb 1.12.96.3: #i85898# Stripping all external header guards 2008/04/01 12:39:15 thb 1.12.96.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.12.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d0855cd11060c444ae9749532755be787ed17ee]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:07:33 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b87b71956961158e486443965fba9df012ae088]

        INTEGRATION: CWS changefileheader (1.4.320); FILE MERGED 2008/03/28 15:35:21 rt 1.4.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45d213bf87936140fc28dbab9e1d15b61c76dfc7]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:38 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:29 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b21da45a402263b2b15511e1b7ceb5b44ea18beb]

        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>  [dcdf0f96eba6137e01db507da4f5fd6e9660a928]

        INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/04/01 15:18:41 thb 1.4.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:09 thb 1.4.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.4.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [119e79ceefd8b5b44868190faa1130b39ca736a2]

        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>  [72f2949fc280b233f828185ee32be15972b115fb]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 12:30:29 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [674e9a160d8404c0e1dcad22650108d2ca27ad65]

        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>  [09e0c403a0ee451e5f163daf9a44832435ef538a]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/28 15:39:11 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89150ffe8326235550bec21d34dc1fd5bbdf006d]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:58:09 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33b313db13ae917a9c9a452e9274857160aa8e99]

        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>  [6f8bebea456a98b19d6309e98d4e456496306590]

        INTEGRATION: CWS changefileheader (1.25.22); FILE MERGED 2008/04/01 15:35:50 thb 1.25.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:15 thb 1.25.22.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.25.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97d7056a2338b2e4abc736f7b5ca593490cb735a]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:37 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:29 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:41 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82993e0d8718cc075b2ab9b963a18ac799ae8428]

        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>  [24b9af10865dfb7f871b62c7d083ae4f42c338a6]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 10:58:09 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [399cb652a8cf7f63d52dfcacc465e01412c3488f]

        INTEGRATION: CWS changefileheader (1.4.142); FILE MERGED 2008/03/28 15:39:11 rt 1.4.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81dc8801bcfa821b0d7a96459408190513e5b21a]

        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>  [600f83ec3f8360b5564d44af6e021655f135394e]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/31 13:11:41 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4a6b921db3f21e065df49f1f3624b8491972e9b]

        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>  [65a7eda7d28f23874842fbd66ccd999d50a15849]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:41 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:58:09 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3c867e0bcf00d540eed4455817b4a691266509f]

        INTEGRATION: CWS changefileheader (1.2.226); FILE MERGED 2008/04/01 16:00:04 thb 1.2.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:11 rt 1.2.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ffe9f9ba643d1800f5bc0b1b29997bd2b20ba40f]

        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>  [b49110521b0eac8eeff73b07e8449f509130cd02]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:33 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c71918d3e4336b3f69953b831169a5837332b15]

        INTEGRATION: CWS changefileheader (1.48.80); FILE MERGED 2008/03/31 13:11:40 rt 1.48.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [630cac904c364a3f5604994084550fdd3d383968]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 15:35:20 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7436a4a54c494063287aebc8626016af5fbf158]

        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>  [c775001ed342f229bd864e7014885734b9a6e00b]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/04/01 16:00:04 thb 1.5.226.3: #i85898# Stripping all external header guards 2008/04/01 12:56:13 thb 1.5.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:11 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1f6f4d5c6857b8e8665e3f5ed2f4fe336337294]

        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>  [81da43a718ee57bb441bd58480800e29d58c340a]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 13:11:40 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e34590093096bb32489fb51150e607969e2a13b]

        INTEGRATION: CWS changefileheader (1.10.232); FILE MERGED 2008/04/01 12:39:14 thb 1.10.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.10.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6dac41fb98d2100f1dcaf0fabf5f26dedf09280]

        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>  [9e549f2ff30dd3772de687dd117e9d9c1feab139]

        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>  [02fb6e9dee5217181d9c4ab6fe4e724b6db33cb4]

        INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/28 15:39:11 rt 1.6.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a16706d2760864f352fd8e499245f46b422a2789]

        INTEGRATION: CWS changefileheader (1.11.382); FILE MERGED 2008/04/01 15:18:41 thb 1.11.382.3: #i85898# Stripping all external header guards 2008/04/01 10:58:09 thb 1.11.382.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.11.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b1dbc42ff127a34dd9597fab41465eb0166735c]

        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>  [5e9b6937854ea84716319de9e8d402497038dc45]

        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>  [ff4aa50e3fd3a10e3b71f86e989d6b246aec7e68]

        INTEGRATION: CWS changefileheader (1.3.226); FILE MERGED 2008/04/01 16:00:04 thb 1.3.226.3: #i85898# Stripping all external header guards 2008/04/01 12:56:12 thb 1.3.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:11 rt 1.3.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7983761576f4e34c20079348bffc78c6fc3ea022]

        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>  [a64d230f7e1b9f7ae242e71b1b3dd4b0acbd5bc9]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/04/01 16:00:04 thb 1.5.226.3: #i85898# Stripping all external header guards 2008/04/01 12:56:12 thb 1.5.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:11 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99b8b0d977b3ef448a4407a46064265c4de9e56d]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:07:32 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bda29c002767c71b08d92843414422df79297d9b]

        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>  [95274843be2ef328232d8c00f2c9aa26309591d0]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:07:32 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [225bf292e82376236486021c69a58aae8fa94d6c]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:40 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:58:09 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:20 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff4b7ef54bde9e43da2c31d41fbac2e308da048e]

        INTEGRATION: CWS changefileheader (1.3.226); FILE MERGED 2008/04/01 16:00:04 thb 1.3.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:11 rt 1.3.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41cb282735d656bf0e64981f44eb86ced9935e73]

        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>  [0b0fd1ee4176d131b59b7adf71fe25133e4ea6c5]

        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>  [56547b7b09804e17c2e6a9ecec8f3217683c9d26]

        INTEGRATION: CWS changefileheader (1.2.242); FILE MERGED 2008/03/31 16:07:32 rt 1.2.242.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c606dda8ce945bb0fcfd22f3b3e33b92a579562]

        INTEGRATION: CWS changefileheader (1.2.226); FILE MERGED 2008/04/01 16:00:04 thb 1.2.226.3: #i85898# Stripping all external header guards 2008/04/01 12:56:12 thb 1.2.226.2: #i85898# Stripping all external header guards 2008/03/28 15:39:10 rt 1.2.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b89ef0620d0fc51fe645937515abc4d8e48ae17]

        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>  [a55757302eed2b659e22ad60b3d3a6dddc3ac635]

        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>  [fd1f1f56097db9e98074ca1662a3b95339a03faa]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:32 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [348916b6015d106ceb1bb3226c763db4f8fdb79f]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/03/28 15:39:10 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b98bc0809868c6e0166c3ef44ce0246d0d7feb2]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/28 15:35:19 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9cb7d972456e12575de8a5ecb689e5a61d24fad]

        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>  [4e219638950539c8237561ece62c647a31afd56a]

        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>  [609f0a9d340a8d777eb0de9fa18e522d6ef8459a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:32 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c9b6a4bc1d1185f993c1b30c215c511f434d97c]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/03/28 15:39:10 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dd8ab6ddcc92c2f4388cd4b04fc8e26a8a53080]

        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>  [73ab163f28dde35743ddf01c5dcbba691ded1785]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:40 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:58:09 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:19 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e8d0de2aec2bb778a317e78e05dd05496244b24]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:07:32 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4774f4ca2894ec75b50012498f42143811ea59d]

        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>  [2015f2158072852941d26f32c3dbe430423ff2f9]

        INTEGRATION: CWS changefileheader (1.19.4); FILE MERGED 2008/03/28 15:39:09 rt 1.19.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8343fa5989f072ec45234a9ad9266aab32e62026]

        INTEGRATION: CWS changefileheader (1.10.492); FILE MERGED 2008/03/31 16:07:32 rt 1.10.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9ff834dea4d7261b99757c6716a273c51c0dfb4]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/04/01 15:16:37 thb 1.7.12.2: #i85898# Stripping all external header guards 2008/03/31 13:11:40 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03c2aab51ce976a3b7baf63cf35b476d2242dbb4]

        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>  [4a1c0dacc48daf446b6cc4aa8b8f64b5b3a12516]

        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>  [f83d48c22abc3b3ba5b722db3b746a42197d50ba]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:35:19 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21effb83569f6dd7c8b2f9e6629036f00e2c82a2]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/04/01 15:16:37 thb 1.28.12.3: #i85898# Stripping all external header guards 2008/04/01 12:30:29 thb 1.28.12.2: #i85898# Stripping all external header guards 2008/03/31 13:11:40 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [becaf85491748297a0ad3e6953aec0b729145ce5]

        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>  [4885768055f8a72d4cfdc22cf62427c68b6bdc27]

        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>  [a11292b0e9ce2547a4eeabd46143092a25265d7e]

        INTEGRATION: CWS changefileheader (1.27.24); FILE MERGED 2008/03/28 15:39:09 rt 1.27.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7b66048e880334822a27b56b309051e3b86b1b3]

        INTEGRATION: CWS changefileheader (1.11.468); FILE MERGED 2008/03/31 16:07:32 rt 1.11.468.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f4efd6f411564aa6cefa62023598ae69092a844]

        INTEGRATION: CWS changefileheader (1.17.78); FILE MERGED 2008/04/01 15:16:37 thb 1.17.78.3: #i85898# Stripping all external header guards 2008/04/01 12:30:29 thb 1.17.78.2: #i85898# Stripping all external header guards 2008/03/31 13:11:40 rt 1.17.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d3843c48c8f760705978a5c5e77d99ea78f8fd0]

        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>  [ce1746e44ec4e1dd43f783618c7c31acf565dd70]

        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>  [f6199be628951168e0b30cbc6dafa9033327abbb]

        INTEGRATION: CWS changefileheader (1.9.244); FILE MERGED 2008/03/31 13:11:40 rt 1.9.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4763129bad806facb8ab1a3e345002c1d94316f8]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:32 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54ab68ed4a83889eb171f0c9962f72af9aa8be7a]

        INTEGRATION: CWS changefileheader (1.14.252); FILE MERGED 2008/04/01 15:35:49 thb 1.14.252.3: #i85898# Stripping all external header guards 2008/04/01 12:39:14 thb 1.14.252.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.14.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f4533c2f96f24e7938b8a904f52d5654528e41c]

        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>  [331caa9fed3387da4c4c38cd5013d9109c229309]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/28 15:39:08 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [326ac8aa497c7c26f3f721e6b9d6fac453f0d09a]

        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>  [6758d1d8ddd1673f032d5d3c2ae10664b978c8de]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/31 13:11:40 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cb1375953d84121366d43cdcb2f41548183d304]

        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>  [f2580bdf3170de0df99122caf2cf1dc93a5abdcb]

        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>  [d090bb32b3893e88a62d128073908ac76f8d8c4f]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/28 15:39:08 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be09c0091cb65587f3476e842712fa58a8e4069e]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 10:58:08 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e8e5b539662975876405d0961c5c5117bb1dd53]

        INTEGRATION: CWS changefileheader (1.8.134); FILE MERGED 2008/04/01 15:16:37 thb 1.8.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.8.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.8.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d0109da0f5b140e8dce71973ad325dec6964254]

        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>  [14424d559134c021f8ba9deb388fda339fddd51b]

        INTEGRATION: CWS changefileheader (1.8.222); FILE MERGED 2008/04/01 15:18:40 thb 1.8.222.3: #i85898# Stripping all external header guards 2008/04/01 10:58:08 thb 1.8.222.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.8.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ead10e105b8ad760fd2b37e42c13178a21fc694]

        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>  [a715d322e20e78be2f380d039de525cf5dc2fd99]

        INTEGRATION: CWS changefileheader (1.24.8); FILE MERGED 2008/03/28 15:39:08 rt 1.24.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50d7ae41ac9e62ca96e9d0cafbfb046fb2cfa853]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:07:32 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [936056bde1ea50bd3364c17d841542cec00c9fa3]

        INTEGRATION: CWS changefileheader (1.3.134); FILE MERGED 2008/03/31 13:11:39 rt 1.3.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d1f69fdab2f18b431a5a128d50ae4d1c21044cd]

        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>  [c2e6bf3f4c95c32fa254895bf920ab20fd49339a]

        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>  [988825bf255f04bfd5be28dad4fc7283f6e71448]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 10:58:08 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83ecf1d243792a4421d65ead8a2d028822ef57a9]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/04/01 12:30:28 thb 1.4.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55a10df14e5e1f63d1dda4acd6b03f2d755bda0d]

        INTEGRATION: CWS changefileheader (1.4.232); FILE MERGED 2008/04/01 12:39:14 thb 1.4.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.4.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b56fb9da84e0a8aa053163551df65532b0311a2]

        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>  [c43255feade96f6448f12e685b42b96972e4b004]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/03/28 15:39:08 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e86cab3c4ab0f8a221162ec08d440073a5069475]

        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>  [9f81637fc1bad2abe07259f14be77b1973330a86]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:58:08 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e92dcdb0930deb356c448f446450b81a3f0c0d5]

        INTEGRATION: CWS changefileheader (1.26.24); FILE MERGED 2008/03/28 15:39:07 rt 1.26.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd087618950fbfcc9a39e3c8645ab0814e3b970f]

        INTEGRATION: CWS changefileheader (1.3.218); FILE MERGED 2008/04/01 12:39:13 thb 1.3.218.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.3.218.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f491aae7af8c480574afa30f9364554cb9f7ed0]

        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>  [f7bf8c9960a208beafc8dddb245b4dbb3ec8f9b2]

        INTEGRATION: CWS changefileheader (1.28.18); FILE MERGED 2008/04/01 15:16:36 thb 1.28.18.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.28.18.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.28.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2dedfa419b13bcd4f3ea33f7a67dd501a269c62]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:39:07 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59b369bfde474997f736c762bb734af5eb7899f1]

        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>  [3bbea5b631ffe4d678f2e394085220a0d0e0b3c1]

        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>  [0ae5de078fd186e80ded625e63809dc90822dbcd]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 10:58:08 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [883d3f745897fea617e5a5f4348a2ff336735a65]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:16:36 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e4be01109722ce3d56cd3c2e46afdbbd627f3bd]

        INTEGRATION: CWS changefileheader (1.15.24); FILE MERGED 2008/03/28 15:39:07 rt 1.15.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c335c4ae16b0ffe4629131dbc7740cf41aff95d0]

        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>  [cefa9d08f20c3874f13f02ed74cd5c4ff1e634c4]

        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>  [f1a2b3b0a946b19bf045cdf28b401bc96bbec3f1]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:40 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:58:08 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90221311151ae8813fa022e79a08163a63e5a049]

        INTEGRATION: CWS changefileheader (1.30.28); FILE MERGED 2008/03/31 16:07:21 rt 1.30.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc375685ae209bb5c8e5cdecf139059af6dcc360]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 12:30:28 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f77b10da0c5e8869fd6fa4fc2dc2f37a67ba467f]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/28 15:39:07 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0e1e431bb4945c8198d267742430bfa1f2e5321]

        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>  [36e50e2af1fb2e3495d193087e510c98e9ad53fc]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:40 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:58:08 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:18 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b334be4c09d5866048c0d525514cb5db8e4be05]

        INTEGRATION: CWS changefileheader (1.16.244); FILE MERGED 2008/04/01 15:16:36 thb 1.16.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.16.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.16.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c527656fd87d58d966b66053b07526cd69ae405a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:20 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [864929e65714ac5dc255266771258da373f82c92]

        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>  [7fc77c00d6a2588d9416d20caf64c29a48c03bab]

        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>  [ac34b1824e6b9555009d3bdfd030ec34150bed53]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:08 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddb52c8ba595d469c2ff95e9a6d3e5abea09a8ee]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 12:30:28 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c0527be932f514937c8f71fa87e62713d4b6b74]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:20 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e537aea87f4831b133fb43427ad8a2afbe748ac]

        INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED 2008/03/28 15:39:06 rt 1.6.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [769a70222bf13c089cd049b29e94ea03d287baad]

        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>  [c95452c648226cf53be181054b7ed2f7fdcf9dee]

        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>  [99697e02876df8ad4ed04a8740b739354ce07ca2]

        INTEGRATION: CWS changefileheader (1.6.256); FILE MERGED 2008/04/01 15:18:40 thb 1.6.256.3: #i85898# Stripping all external header guards 2008/04/01 10:58:08 thb 1.6.256.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.6.256.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f679d50bb5cc6092682062132f0bb75b5871f580]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 15:16:36 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e7c894fbffc8495f9619612632b743802288199]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:20 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ab26bef91b1f02f2e0b33dd89bc6b0b8ed0254d]

        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>  [9d3c80ec5b9800d2c80841322a04121b707f6b6b]

        INTEGRATION: CWS changefileheader (1.12.24); FILE MERGED 2008/03/28 15:39:06 rt 1.12.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1253e9de58decdb568c9b06db3dc455859de002]

        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>  [7a141790e7bc3355958a35c8c262d0d4a7cbfeeb]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:39 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e9b6db3b9aa995c87a0e7b691e15678ca7b79eb]

        INTEGRATION: CWS changefileheader (1.20.202); FILE MERGED 2008/03/31 13:11:39 rt 1.20.202.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c8433bf02ffc5f7954569741bf8449c8c419745]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:20 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90c880bc669afdd3e8eb2340f1eac5c374e4ea62]

        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>  [52fa45855a3b0404a92a04c4cc3dbf43bea8905d]

        INTEGRATION: CWS changefileheader (1.24.24); FILE MERGED 2008/03/28 15:39:06 rt 1.24.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53d42b19aaae29d4e4583c81a4d5094ed140d859]

        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>  [a1ce24914b394f8e090c1e89dd1258f3b3bb6c97]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:18:39 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d4267942ab622ef6fae51cce26d0b90b68a7ee5]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 15:16:36 thb 1.4.160.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9826d478706de832f77eefc107a89bf2814da236]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:07:20 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd7aa1fa96076c778b2ed8fab559aa8d16281b2d]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:39:06 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ec5de35d8954a0c1d7078112b42c4db8d4c85a4]

        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>  [9f5e8e599fd2801bf991a686639c76f9172cf999]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:39 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17f61bd210c5c8ae30550e45b3fb331b2e616178]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:16:36 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:28 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a5b5bb44e3ebd15f154507ae4b991831bb8a603]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:40 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:11 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a194571d5681c17134d245c19d80846a531a238]

        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>  [101d165a3a9b9bab3957a6623f44c0f069d98fa0]

        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>  [b30e37df3e773c709d5f06a928049b3c83064c7c]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 15:18:39 thb 1.2.22.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f095ae400f52e82d11f4bb0e46248e102dcea2af]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/04/01 15:16:36 thb 1.2.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dbfc822adca509b572b34b351a8ea0957c913d7]

        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>  [b079b8bf2b0d44bb1ed15edd2e65f07ce44d9e0b]

        INTEGRATION: CWS changefileheader (1.25.170); FILE MERGED 2008/04/01 15:18:39 thb 1.25.170.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.25.170.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.25.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ae0bbaa06308b4bc0ada44981926d9be4e01549]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 15:16:35 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b1a294afba5fbdde581a419de8634ae8d356cd0]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:39 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:10 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1283745878318cea34557de26b897a16d8142766]

        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>  [8ced8537ad4b64ea1ff47295b8d7095a04f8036d]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/04/01 15:16:35 thb 1.2.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:39 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [030886a93776611788ca8037997d93abc2232dca]

        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>  [06566ee77aa7256dd3edd0af4ed95f30159ce776]

        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>  [2c95e8de8428c7cb9b8fbe201d47a7dd56ec0af8]

        INTEGRATION: CWS changefileheader (1.11.110); FILE MERGED 2008/03/31 13:11:39 rt 1.11.110.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c8cf543d107b1be98fbf3c6978f1a904c560994]

        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>  [31f474ef58c83c1a041baee775062bcbe74684ec]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:58:07 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee25cff35e46d13e8d20d624e0eb22a1dd5e4b4e]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/28 15:39:05 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28187aa7afacb04d877fb473fc562dc3fb534298]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:07:20 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8859dfbe878b3f839ea925e1758e2369beb1b076]

        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>  [29b0609aa2e85a1b7867722caec2048bff0f750b]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:39 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ae8baa0610a7e37b1cc6525166035be7bcf9354]

        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>  [b6a098a61bce26ff49debf04af024ee47ac90648]

        INTEGRATION: CWS changefileheader (1.26.8); FILE MERGED 2008/03/28 15:39:05 rt 1.26.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [580300e4424e81c17d4801a03dd4cc90b6a14509]

        INTEGRATION: CWS changefileheader (1.2.390); FILE MERGED 2008/04/01 15:16:35 thb 1.2.390.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d43d990f671028ce12754578d491a236f2e76229]

        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>  [860b7a343aea76eea3ecbb417e4f97bf94549ccf]

        INTEGRATION: CWS changefileheader (1.13.468); FILE MERGED 2008/03/31 16:07:20 rt 1.13.468.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d423ccfe0ea68d51b8037c2772fbb5f0be733b7]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:16:35 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cfb792d7ec04962f452056401d0dc8d831173a0]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 12:39:10 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33131e842008688de2fefb7bdd0fe0fa3af53042]

        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>  [6654ca9e4b13c8f574f573a5718b2c3e80024e0d]

        INTEGRATION: CWS changefileheader (1.7.224); FILE MERGED 2008/04/01 15:18:39 thb 1.7.224.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.7.224.2: #i85898# Stripping all external header guards 2008/03/28 15:35:17 rt 1.7.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be2ff64bf622d45da50b83f77bddf066310545de]

        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>  [7442c3d8ff5ec3d8b46392a602b680e9a9b39cb5]

        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>  [9df5a9894e861d63d87199d1a19615a6f72d80ea]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:16:35 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fade44e04fc2c6a135f838de2f393efadd71c3d9]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:38 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:10 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:37 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc57f1c1926e763f507553a2aec6396654cecf05]

        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>  [d097dae6469d391005724e860d795c2d0eca336c]

        INTEGRATION: CWS changefileheader (1.14.120); FILE MERGED 2008/04/01 15:18:39 thb 1.14.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.14.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.14.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a13e50371f7dbf94e052b12788a2c65d36c7fce]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 12:30:27 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eab46ae5dd40a67dbbef8f43d9447f0ea4cd76ee]

        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>  [07f7de0c55b5dd0100dfd0e8c3546781862532c7]

        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>  [51584a7098a9dd622beddfd4a34c91f7fe251dc0]

        INTEGRATION: CWS changefileheader (1.33.14); FILE MERGED 2008/04/01 15:35:36 thb 1.33.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.33.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:19 rt 1.33.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08a3c6ef0bb3d3a49a9c135facd56ffcadaeb80e]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:35 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [787a1f68320f94b6aa029774280efbc74fdaa5fa]

        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>  [5efadcff967f33951bc6d05a48851b1f562927c3]

        INTEGRATION: CWS changefileheader (1.12.262); FILE MERGED 2008/04/01 15:18:39 thb 1.12.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.12.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.12.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad6c1ca8f794ab9cb5376a0cbb7ca8d7d3276698]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 12:30:27 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [039178868b2f36a57c6c7aa1d93f830e749ac22b]

        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>  [789e89b0448b8a688d8aaaf94701d8bd33b3deee]

        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>  [e7f25280515cf544a2c61dc79cbf3e80ff9891f9]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/03/31 13:17:15 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7da4a4fd52c637940216424bbcc3bd5f827c2709]

        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>  [18490cb4ac507660d9f36239fbd220ea34661f75]

        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>  [1c03c5bc61b7a1dec34229eeccfb3935298e6087]

        INTEGRATION: CWS changefileheader (1.5.232); FILE MERGED 2008/04/01 15:35:33 thb 1.5.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.5.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e50b3135ccd898159de67e84619ee8a72fdd5f92]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/04/01 15:40:31 thb 1.6.100.3: #i85898# Stripping all external header guards 2008/04/01 12:41:18 thb 1.6.100.2: #i85898# Stripping all external header guards 2008/03/31 13:17:15 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78839154476c81e0d607612388998b301f8793f9]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:19 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e904b592304c9ecd6b9292513d04ef5e2947b4b5]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:38 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:07 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f365f485c37b88bd6b8ad43318f14b0ac79526fd]

        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>  [b5a5b3c679dc57fab392c441e2d780c242d3b6a4]

        INTEGRATION: CWS changefileheader (1.13.90); FILE MERGED 2008/04/01 15:16:35 thb 1.13.90.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.13.90.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.13.90.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96f93b0992f54c4c7d61190503a79cffc532f0ae]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:07:19 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bac6c3046ccfd19429eb105deb28eff8fc6a7c4]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/04/01 15:40:30 thb 1.6.100.3: #i85898# Stripping all external header guards 2008/04/01 12:41:18 thb 1.6.100.2: #i85898# Stripping all external header guards 2008/03/31 13:17:15 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f71b383916973e0c9a6e94addf23cd25e06c1b7e]

        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>  [5428ff8ceedf014d71548262998a8fe5dd566bfb]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:38 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:06 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0675a8830e67feed1c590cf49189f8da5660eee]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:19 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [577c2a42ce3c04f36b8286a0f1ac4e62e43d6478]

        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>  [3b717a26288dd6059a8da055c73e2e716c91ca64]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/04/01 15:40:29 thb 1.5.100.3: #i85898# Stripping all external header guards 2008/04/01 12:41:18 thb 1.5.100.2: #i85898# Stripping all external header guards 2008/03/31 13:17:15 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3295bd611b683da5a660d752bcafb62f85345f3]

        INTEGRATION: CWS changefileheader (1.18.42); FILE MERGED 2008/04/01 15:16:35 thb 1.18.42.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.18.42.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.18.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [084146a402129fe1fc8a006b63a7c65a38f872d9]

        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>  [66bec933689c5bbb6b885a8e8a96e545ae33cffb]

        INTEGRATION: CWS changefileheader (1.8.624); FILE MERGED 2008/04/01 15:35:22 thb 1.8.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.8.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.8.624.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [574e15679abf1ac721242ad3fcd22cc2091c048d]

        INTEGRATION: CWS changefileheader (1.8.178); FILE MERGED 2008/04/01 10:58:06 thb 1.8.178.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.8.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e18329c1b6721335cbf320635028a028a7aa2127]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:40:29 thb 1.5.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:18 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:15 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [587e28e448c845c593b9e048f4a919d46633031c]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/03/31 13:17:15 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16390de39ddc8ccde9ea9556270fe9291f797110]

        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>  [e987e29078e961afa642013bf449b5c066a32015]

        INTEGRATION: CWS changefileheader (1.32.20); FILE MERGED 2008/03/28 15:35:16 rt 1.32.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20e738a9ff55a823bfe0d370409837442e100509]

        INTEGRATION: CWS changefileheader (1.21.178); FILE MERGED 2008/04/01 15:35:19 thb 1.21.178.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.21.178.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.21.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc570d151fcd5bd331d849e3c6d7422def5992ea]

        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>  [ac2281f437a39f7ea273b16b551c64460592ba41]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:40:28 thb 1.3.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:15 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97d4bc4bf481acea2d89a38869cf1721a76385d6]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:07:19 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feb937a4178e0d9de7a5d0d8e3ef185d27527ccf]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/03/28 15:35:16 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c53c167c176acc0a02d939ac6052d51d7190288]

        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>  [920373d47f4f6f498862ec21e709f105deb5eb60]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:40:28 thb 1.5.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dd3c485bfd02d1a5ec8f664583a3175a401b72f]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:06 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [636cd3ed4d9187e9826aa9ce915fd4666b444717]

        INTEGRATION: CWS changefileheader (1.23.198); FILE MERGED 2008/04/01 15:35:19 thb 1.23.198.3: #i85898# Stripping all external header guards 2008/04/01 12:39:02 thb 1.23.198.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.23.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44ed9f8df3ef4b0d0501c0629349245f9addadd7]

        INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/04/01 15:16:35 thb 1.3.116.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.3.116.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.3.116.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [459ed72ad28d7b2e04c2cafb2efd23dd06b28a59]

        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>  [d988a05d786e221285ea43609df5059fae4706e4]

        INTEGRATION: CWS changefileheader (1.2.216); FILE MERGED 2008/04/01 15:40:27 thb 1.2.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.2.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.2.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [845c5fd916d59fb2777f36bd38f44400fe253f18]

        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>  [2c1b44bca0faccf62d87bc8f1f8f922ec3d5a16f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:19 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [347b0fb5d7f5d3fd154793a503220557fa65157a]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:58:06 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff94b6c9796360c683edad3d41c3ab04f9a1df32]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/04/01 15:16:35 thb 1.4.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.4.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f8e3e2a77a4d78647ff092bf2619be8dfe59d55]

        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>  [c2e4f9a0771c0ad5291d7a02f3f6670780c867ed]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:27 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb41ce72b14a5020d45f62192d7fa71848258273]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:07:19 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1af14dad9ae8b1b4b22029e262654bc082b21e30]

        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>  [8acc27014b8e0c170d485ec157234dda239855c1]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 15:18:38 thb 1.8.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:06 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:16 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fed2879e3c15d939e785f01d6da31be3db45b94]

        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>  [5aa7c65fa68160da1069cf5ca4c30a42127d31a4]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/31 13:11:38 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1abaa9677af585563aaffc93a0702150e825974d]

        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>  [dabadf01754299d8ea2f9d8ebc6edf0c4352ab1d]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:26 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da61f2e7e81f028b6f18d777219e7e5e34038fda]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/03/28 15:35:15 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa95eedd374c256de53399b0c1dbbb4cc4f2bd3e]

        INTEGRATION: CWS changefileheader (1.7.134); FILE MERGED 2008/04/01 15:16:34 thb 1.7.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:27 thb 1.7.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.7.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee9c44020e75e017e58255c748c16ed6bcef2bb8]

        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>  [a6c3500d13e5d9350bd3d40db11c6bf6b5e5e081]

        INTEGRATION: CWS changefileheader (1.11.232); FILE MERGED 2008/04/01 15:35:16 thb 1.11.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.11.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcd32e1b3b4fa68c84ae35c06aebe66fadab895a]

        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>  [be6062b6c39b77fcf7878fc53edfd996ef6d1482]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/28 15:35:15 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6828cb95500fc510859c2ced066b3099878eefd7]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:40:26 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd3256001769f472a71f394a31b8c5d44783eaac]

        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>  [46c8be1f27adb69d91cd39a0cdfc8299fa9ca528]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/04/01 15:16:34 thb 1.4.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:26 thb 1.4.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:38 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0816663784f8572e0adedc32457d5d673ddedbd]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:06 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:15 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4fab1b1f9ded6edc948ca0d10644b7071e8d7dd]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/03/31 13:11:38 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41acf036899a4d5c555946cb14b641c50fb3247e]

        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>  [c31598f272ad2765736dd981535153a6968c2ffb]

        INTEGRATION: CWS changefileheader (1.15.82); FILE MERGED 2008/04/01 15:40:25 thb 1.15.82.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.15.82.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.15.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c4e96d0814ad29ea921c51c8c96c04598d60fdf]

        INTEGRATION: CWS changefileheader (1.9.492); FILE MERGED 2008/04/01 12:39:01 thb 1.9.492.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.9.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f49329be589e7b615c100304f7b19eef4a212318]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:58:06 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:15 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87a8fb69fb104b2d4aab1c2f86277edc4009147f]

        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>  [01c7369e67f92684e1081fcfdb26dd5de770c405]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/04/01 12:30:26 thb 1.8.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [400f4ef6081886b818b9173ac68ab7d86a5f00ac]

        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>  [57df6fc33704447005017ef0016223e2b3629c60]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:17:14 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6d0ca0a33d538b02185b4412dd72b7d9427e53f]

        INTEGRATION: CWS changefileheader (1.13.492); FILE MERGED 2008/04/01 12:39:01 thb 1.13.492.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.13.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0da62e4e85754b591bca8a6bfba2121a2bdb375]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/04/01 10:58:06 thb 1.3.158.2: #i85898# Stripping all external header guards 2008/03/28 15:35:15 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [838829590beb65e9daf89d8be353c7e43a5bf073]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 15:16:34 thb 1.9.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:26 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e21af734bbca81f3cf1328dc788804b700bf0de5]

        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>  [50fa42c29afb4d592587d5dc1c65ef1e5ea6517a]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 12:41:17 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a32f221e8c405912683830e43227104e300b36a3]

        INTEGRATION: CWS changefileheader (1.22.158); FILE MERGED 2008/04/01 10:58:06 thb 1.22.158.2: #i85898# Stripping all external header guards 2008/03/28 15:35:15 rt 1.22.158.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9cd5f88f2dbdacd0e9e172f17304b2e3293b2fc3]

        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>  [ff8f9fd48f18f56b8e597f2c9109fd73dc60dab7]

        INTEGRATION: CWS changefileheader (1.5.120); FILE MERGED 2008/04/01 15:40:24 thb 1.5.120.3: #i85898# Stripping all external header guards 2008/04/01 12:41:17 thb 1.5.120.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.5.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36eb1e8598e56221e1d9c16968f6254cd63f1689]

        INTEGRATION: CWS changefileheader (1.14.446); FILE MERGED 2008/04/01 12:39:01 thb 1.14.446.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.14.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7e66e5cbc9681419e62b4420505a7b7fce35d4e]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/03/28 15:35:15 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d07bc895df197b9aa285ca9721c9c2bef2f9c49]

        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>  [99d8f1837acdbe8080f6ad1ff5290c04d775cc14]

        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>  [ecbec630cb7e102b85644667f672cf1494a8dc64]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:17:14 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c7aee2b64f072d2f6bdb9249055b98d7bd5d017]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 10:58:05 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3da8ad05903c6d6efff268cd5f4a0e231004a40b]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:19 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fd8b11c50182e33f3a03cc05b7b70889e990d71]

        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>  [b9a5847ef01321a91fa65a1f29995ed6b6213ecb]

        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>  [b3fe4b0ea45fe52c3607dc5825c1a27524f0dd41]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/04/01 12:41:17 thb 1.7.100.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [482145a5d02c708fcc46c508d89789c7df589fca]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 12:30:26 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bff021cf6e3855b925c770907c78c852e54b2108]

        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>  [194f757241fd637a753372a00ae1f36a21478624]

        INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/03/31 16:07:19 rt 1.2.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [774786bec12eea0a92ac5ff4030b541fa09fbf5c]

        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>  [9fd8b3f8b94040a6c28c64290ba1273df567f699]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:16 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02ff851bcfa6a062496dbc528bf262e68e32b449]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:38 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:05 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c79c69c0cfd3fb182ad6400bed940e3b8b524679]

        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>  [e4c57bd4e8a62d0debb9696b0f6071c016536673]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/04/01 12:30:26 thb 1.3.40.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3076a8ef23838f5856e24be20fa359de045a2cc]

        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>  [37c76a5016f0819005f3223c8c311856bd2955d7]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:17:14 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [731123d9ca1bf1f9a9b89cd24944c803d2b51308]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:58:05 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85420c6bb0a357f74ebc7f85f2bfadb58be4be95]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/04/01 15:16:34 thb 1.5.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:26 thb 1.5.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20b93cf72fff46ccfcaffcce93478246e5d6ebbf]

        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>  [96578521517b67c6bc8d13c52805fcb0108ef160]

        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>  [08009de50e56651ea4a953872b92771c20d5918c]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 12:41:16 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85102f143c199e81a4d90ce6a42140067cee4c36]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 15:18:38 thb 1.10.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:05 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7aa21fb30c896ac4ef86f0faa4fc847ac3ff2f02]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 15:16:34 thb 1.10.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:37 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d522b8292fd75357d9aa04a6c0cb0e04a6d0bd50]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:18 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29b9e514784ae0d423a1d2c788d52a4aa1a3cb28]

        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>  [73152612c40a159ecaf7404d3b77f2c0e3008fc9]

        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>  [b00650eff81a06648927284f17b2a33185c35596]

        INTEGRATION: CWS changefileheader (1.7.122); FILE MERGED 2008/04/01 12:41:16 thb 1.7.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:14 rt 1.7.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55f804095dd713bc73d178f1957c5f1d8cca919d]

        INTEGRATION: CWS changefileheader (1.36.120); FILE MERGED 2008/04/01 15:18:38 thb 1.36.120.3: #i85898# Stripping all external header guards 2008/04/01 10:58:05 thb 1.36.120.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.36.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b2305687820cdf6dc24b31a774bbd714dbb0631]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/31 13:11:37 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ee7ef1c67922abb7e4ae07475b9b4f6768909f3]

        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>  [03796ea2204154b146ef146943284a532cb8c053]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/04/01 15:18:37 thb 1.5.170.3: #i85898# Stripping all external header guards 2008/04/01 10:58:05 thb 1.5.170.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83d2ce2dac87dc9fce5528b3982d96b33e3e95d6]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/04/01 15:16:34 thb 1.3.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.3.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46c31a24d0ef84fa8526e60e7e911c9955d7dab6]

        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>  [8ade2d80de4c0bafb323ca7db558994312a33993]

        INTEGRATION: CWS changefileheader (1.21.20); FILE MERGED 2008/04/01 15:18:37 thb 1.21.20.3: #i85898# Stripping all external header guards 2008/04/01 10:58:05 thb 1.21.20.2: #i85898# Stripping all external header guards 2008/03/28 15:35:14 rt 1.21.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d1e90545da1032c7f880b14773627b8d8d35c93]

        INTEGRATION: CWS changefileheader (1.9.68); FILE MERGED 2008/04/01 15:16:34 thb 1.9.68.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.9.68.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.9.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a2038e71bdd26b616149feee1e1d4fa20b0dd43]

        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>  [6f1d152a49035a0abdf01ef47471bd8882942593]

        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>  [0fdc7f8675429e56a1394f5cdb8138ba92cc9b4e]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:17:14 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53c969467a0a95cef01f07465344aa3f5ed142e5]

        INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/04/01 15:16:34 thb 1.9.60.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.9.60.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.9.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69a7bb98891658369ab476642a81bc0819e64f23]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:18 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92705f8c067e787c41cf15f7bcd7fd972a5ba027]

        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>  [580778a111e56265bb8176b374fdfcbe6b736b69]

        INTEGRATION: CWS changefileheader (1.5.320); FILE MERGED 2008/03/28 15:35:14 rt 1.5.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04ab9c1f7c4c51d749aed8e47c1b2fc95c50dd3f]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/31 13:17:13 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01b6c3644b065eab915cd292292c15266f9dc8be]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 15:16:34 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3915905e94f71dd63796a75ffb797bae7701fdb8]

        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>  [0f82e2754799088cee0ad838f2480b2991986801]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:18 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c947ee86fd49ae9b7d4a6879f23e90830b055b51]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/03/28 15:35:14 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce686eb83219865a884c72e3f818e3608682da6a]

        INTEGRATION: CWS changefileheader (1.3.134); FILE MERGED 2008/03/31 13:11:36 rt 1.3.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26582a4e5920aa5cd0904dcc7a61b7a3f5a61318]

        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>  [f72c61177407cd4ae43055768f973175f0d00da1]

        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>  [6e5c5d3720b11a80ec1458bbd638aba4efcd26cf]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:18 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9619393f5fb15a90e6edc9401bd76ed2188c537e]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/03/28 15:35:13 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40a59e83d8a9a629ccbb4f2c75b5f03b603f24de]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:16:33 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ce73afc5c7a12baf08b24e4b2cac70e0e305e0c]

        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>  [26dd178f8e7dbb041d7c1b50ff329a9c7ba73624]

        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>  [53533099435a7f6dd888dd6ee28764a4df5b092e]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:15 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:13 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0800db1aec366ff3bc4dcc396483bfdad4a7a52e]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:33 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:36 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eb18d2afedba51d386b6981a5827fc90b207aab]

        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>  [a814af06adcadf2b6cff2b2bd6aee03a21a3f945]

        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>  [365c0b1b0fa6169dd4aea18a10a5cc3958457f5d]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:17:13 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4eaa909829a4ddc515a49ed4e5d92c401911f56]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:16:33 thb 1.7.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:35 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f10829537dbb598487a837de69783fa4a6a0b41]

        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>  [024a4aecf571da87de613f2ef3bf125e8e539764]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 12:41:15 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:17:13 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6de4896b0f24acadc4e92073c8cd596b55b376df]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/04/01 15:16:33 thb 1.6.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.6.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:35 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbfaa615181d83ef6507c872181091f4c9a96326]

        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>  [b2d15b7fad3dcb7ca49ad25a25edab8198879bc0]

        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>  [fddf238b7d2de45d5342b25d9efce41db676797d]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/04/01 12:41:15 thb 1.8.44.2: #i85898# Stripping all external header guards 2008/03/31 13:17:13 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9621807842f1f4a71078142cc2b7df0800ce1cf]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/04/01 15:16:33 thb 1.5.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.5.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:35 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4923b05352040471491912edd71f6ee7814198fc]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:18 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d92ae5eea67083dd67f199f589372a6aea90d81]

        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>  [00e8e3b0193550ae306d88607206bdb935918d32]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 12:41:15 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:13 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d0ab5c618730a741983fb1ada77cfc05a45f16e]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/04/01 15:16:33 thb 1.9.78.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.9.78.2: #i85898# Stripping all external header guards 2008/03/31 13:11:35 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43f359c982ce5a08845ec758cae626b0f15b74a0]

        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>  [71030e9b278eeb5395f7ff24f3272a6b2935a7ed]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 12:38:59 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dda9c8f6e038f1da2d9bb0dee46125c898871117]

        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>  [5805b0ba5efb087f1e7fdb7afbc9c02bf01851e3]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 12:41:15 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/31 13:17:13 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4611cb20ac22b4a8c113fcbfff254d9440f16477]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 15:16:32 thb 1.10.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:35 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c58efca6ae3ab7e6a2e85321941ad61311699f4]

        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>  [0d66e3070ee8b83b919a4de589672697354dab8c]

        INTEGRATION: CWS changefileheader (1.20.172); FILE MERGED 2008/04/01 15:18:36 thb 1.20.172.3: #i85898# Stripping all external header guards 2008/04/01 10:58:04 thb 1.20.172.2: #i85898# Stripping all external header guards 2008/03/28 15:35:13 rt 1.20.172.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3351ba1cf58aa793bb2e7770dfdedf1fb1a8830]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/03/31 13:17:13 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae6829992462519bf4103c10f544a438c9d29fb9]

        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>  [eaa4f695faadd488a6c521294eadd5c9eb6f7f88]

        INTEGRATION: CWS changefileheader (1.12.264); FILE MERGED 2008/04/01 10:58:04 thb 1.12.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:13 rt 1.12.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba37811e399c986ac600889cf304934d0b2ee89a]

        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>  [82aae3086b78b0fd861b9ff507aa4d0db484a7bc]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/31 13:11:35 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bba894aa8f7a66a7d6182fccc8b4bd17a19b4275]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 13:17:13 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cb1fb6f8f9a2282e38463ede50b7b67b67f4a2e]

        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>  [5d565e0c6e3404747832efe94cd1a726581a9d14]

        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>  [2968ad734c0bb2a27e590029a151994aadde7b94]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/31 13:11:34 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5286020186cf1e8f7f44ba7fef1e67074418ed8b]

        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>  [0192c73ebc57b3a789857d0192c3546aea132c41]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 16:07:18 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d782d53d6a70dc4a659b667aeb4cbc3511d5893a]

        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>  [4c31434322747b53323b3b0512e42ee756cb029d]

        INTEGRATION: CWS changefileheader (1.14.82); FILE MERGED 2008/04/01 12:30:25 thb 1.14.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.14.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4766b266abf3f8cdea7be902be75cdfbae0305fd]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 13:17:12 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91a5156efeb4d9b3b713e5b15f52d15d555190ff]

        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>  [be0f38c40011241b9cedc6e40b86748726493080]

        INTEGRATION: CWS changefileheader (1.7.264); FILE MERGED 2008/03/28 15:35:12 rt 1.7.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39546ea5d2dd5302dee508f3cfcb43f5e554ada8]

        INTEGRATION: CWS changefileheader (1.16.218); FILE MERGED 2008/04/01 15:35:08 thb 1.16.218.3: #i85898# Stripping all external header guards 2008/04/01 12:38:59 thb 1.16.218.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.16.218.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc13c2e029e205dff9b0e8aa9e94993ff8d313ed]

        INTEGRATION: CWS changefileheader (1.25.82); FILE MERGED 2008/04/01 15:16:32 thb 1.25.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:25 thb 1.25.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.25.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cedf78e05d0c0fca893162325c43f2bbcc88065b]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/03/31 13:17:12 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a08e83fbdebfd70ec5fe7acc1a56a24b4e19e32e]

        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>  [46d61206c7ea2b372d2d215673f53e17a3656d2f]

        INTEGRATION: CWS changefileheader (1.7.264); FILE MERGED 2008/04/01 15:18:36 thb 1.7.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:12 rt 1.7.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3349735db6f59b86bf8f6491957bd1d60d424ed0]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:41:15 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:12 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e45db735d3462504c7d9774fe14b061debfbd175]

        INTEGRATION: CWS changefileheader (1.11.82); FILE MERGED 2008/04/01 12:30:24 thb 1.11.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.11.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7718aaa34c2526bb1c541933b03ffcd38686dfb4]

        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>  [8ec71ea0a1e595b3c814655c60577c097b88de6d]

        INTEGRATION: CWS changefileheader (1.37.78); FILE MERGED 2008/03/28 15:35:12 rt 1.37.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5514cfa2b9e12cccae813325279fba97da6bb3d8]

        INTEGRATION: CWS changefileheader (1.21.82); FILE MERGED 2008/04/01 15:16:32 thb 1.21.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:24 thb 1.21.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.21.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b7cdac69e14c8fdea56b27b85a5d4ab5df6dcce]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/04/01 12:41:15 thb 1.7.82.2: #i85898# Stripping all external header guards 2008/03/31 13:17:12 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b20de0a28b19625905b8213c832a082a3a6c91e]

        INTEGRATION: CWS changefileheader (1.2.272); FILE MERGED 2008/03/31 16:07:18 rt 1.2.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e17679bec0c210002b3ed88402252631c7250c0d]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/28 15:57:56 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab86c608f8e9f83862807be3675663fe0c53f1b4]

        INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 12:30:24 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.9.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa5947cbd6c94dfc0b272975617dbad46d5d8c34]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:17:12 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fe99f4aa1aeb24752ada870e80a0e2b3292c861]

        INTEGRATION: CWS changefileheader (1.12.220); FILE MERGED 2008/04/01 15:34:44 thb 1.12.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:56 thb 1.12.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.12.220.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ff0c14e19ede8fbbe55ca3942d04fcf3a273e19]

        INTEGRATION: CWS changefileheader (1.6.264); FILE MERGED 2008/03/28 15:35:12 rt 1.6.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c726035d4cb02974dda7fdf9c2fbd85cb2fb8625]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:13 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:02 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:07 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:56 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dead503327a83fbc56031cae3e0b7906b815a7cf]

        INTEGRATION: CWS changefileheader (1.17.42); FILE MERGED 2008/03/31 13:11:34 rt 1.17.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7b4a58878881436ac9da609966bb259eb3fa8f8]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:17:12 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f52fc6cf525204af42abe76f7539c66560ccb656]

        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>  [a420a4e6844c1e55ec193f8044a1617175765509]

        INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/31 16:07:18 rt 1.9.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [245c72f86d29f0908a9ab258727fd474fc8ccb85]

        INTEGRATION: CWS changefileheader (1.40.258); FILE MERGED 2008/04/01 15:18:36 thb 1.40.258.3: #i85898# Stripping all external header guards 2008/04/01 10:58:04 thb 1.40.258.2: #i85898# Stripping all external header guards 2008/03/28 15:35:12 rt 1.40.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53899e77d3d8a578193441ae1e83651bebc0b176]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:13 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:02 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:06 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:56 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c26388af16bc5baabcbf46fd3b9a1066e4380687]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 12:30:24 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [debb865ed1ac8082d84eda9e7c1bfd14a23076a5]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:14 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:12 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8286f46bc237410a6a68ef8efc37635fb31bacde]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:07:18 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0b9ab3ee3d859f0bb438aac5295917b0dd785f0]

        INTEGRATION: CWS changefileheader (1.4.264); FILE MERGED 2008/04/01 15:18:36 thb 1.4.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:04 thb 1.4.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:12 rt 1.4.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e740e9f9896a3432de392b4660c3f548d5bf2605]

        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>  [058cad2ec406270e6d2e79c6a9147fb190605cfa]

        INTEGRATION: CWS changefileheader (1.15.82); FILE MERGED 2008/04/01 15:16:32 thb 1.15.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:24 thb 1.15.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.15.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7218eaacee0dc07cbae598cd719d62c08df8729b]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:17 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f49b97b24339975b2945888419a96b3ef5cce676]

        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>  [bfe12555a129ebd014d099c027e11a09f50ac071]

        INTEGRATION: CWS changefileheader (1.21.18); FILE MERGED 2008/03/31 13:11:34 rt 1.21.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ba01109e827f27ed349ffcb2e750d73e59c3946]

        INTEGRATION: CWS changefileheader (1.35.20); FILE MERGED 2008/03/28 15:35:12 rt 1.35.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f93dd790897608195bee5c7fc1e69691b6e8d20a]

        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>  [5b36ca1769ed4eb7b356e96ed6bfe09dced0bbee]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:59:01 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:05 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:56 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5fb291a534152b6c2939d86dba221c1d52a9970]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5860ceb264f0c69a947bc3842025ba4300e5770]

        INTEGRATION: CWS changefileheader (1.57.18); FILE MERGED 2008/03/31 13:11:34 rt 1.57.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd608fe655cc38278350e46e9f08919f7f3e1778]

        INTEGRATION: CWS changefileheader (1.8.122); FILE MERGED 2008/04/01 12:41:14 thb 1.8.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:12 rt 1.8.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59cac51d50022ebcd5959a8b8ef69f9ca01f9dd0]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:07:17 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca084e1928aefd629c30666afa80805c868554e9]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:13 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:01 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:05 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:56 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [838e3e1dd04adf9fba8b684a631ac37de050617a]

        INTEGRATION: CWS changefileheader (1.16.80); FILE MERGED 2008/04/01 15:16:32 thb 1.16.80.3: #i85898# Stripping all external header guards 2008/04/01 12:30:24 thb 1.16.80.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.16.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb593475ffe1cbf240d3b7de2b0280c03782bd48]

        INTEGRATION: CWS changefileheader (1.11.76); FILE MERGED 2008/03/31 13:17:11 rt 1.11.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae093d2da307ec84e3febef570e8f86f1effe4c6]

        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>  [cdf98dc382dcef9b391e8214598d2604222c8b92]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:13 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:01 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:05 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8019f5f8634feff3693137e2aba8aa60de4baf64]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:17 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fd8918ed7325fb537bf1fd3ba4cda4540bc95e9]

        INTEGRATION: CWS changefileheader (1.7.264); FILE MERGED 2008/04/01 15:18:36 thb 1.7.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:11 rt 1.7.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b241d26fe3ef61c28bf8c062039ca09585199a2d]

        INTEGRATION: CWS changefileheader (1.48.80); FILE MERGED 2008/04/01 15:16:32 thb 1.48.80.3: #i85898# Stripping all external header guards 2008/04/01 12:30:24 thb 1.48.80.2: #i85898# Stripping all external header guards 2008/03/31 13:11:34 rt 1.48.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5dd532d49b9ffbf2f8b43fc357fb7e9d0646fd24]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:12 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:01 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:04 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe269f0fd34b89c3cfe3278612c0dee965f4d50a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:17 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [745fac52afb9a47c005ca3130503b704a6c24367]

        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>  [c9cdf7923adb2464b9dff441d90eab2b217d5def]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/04/01 15:16:32 thb 1.17.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:24 thb 1.17.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8deac8ec68e6aa7ae848152b271d8ce39ab7203e]

        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>  [2114480e3b458a1b983ecdacaa645dfdf875fb99]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 16:07:17 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4293727cbfe6d7dcc4b3e3660f80e48811f2ff14]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/04/01 15:18:35 thb 1.7.26.2: #i85898# Stripping all external header guards 2008/03/28 15:35:11 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7bad9b942b24a2f0874fd48ea06a31e23ea8bc9c]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/04/01 12:30:23 thb 1.7.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f47740f16f4e821165cbedb9b9cca80caf068fb]

        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>  [b460e2e49f4de70244caa89b05a97b2bcd6fa379]

        INTEGRATION: CWS changefileheader (1.9.264); FILE MERGED 2008/04/01 15:18:35 thb 1.9.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:04 thb 1.9.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:11 rt 1.9.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36f18a643a72d5bcd29f9b4bc17c913d8a55ee89]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 15:16:32 thb 1.9.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0b91ad7c4035b5ce5a037cda35c0b35c713268d]

        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>  [f14d4fdc27a3d7c97911126819f78fe722a1ac7e]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:17 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f74507124f505551ece77a71734095cb77a6508]

        INTEGRATION: CWS changefileheader (1.23.232); FILE MERGED 2008/04/01 15:18:35 thb 1.23.232.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.23.232.2: #i85898# Stripping all external header guards 2008/03/28 15:35:11 rt 1.23.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96ed7ffe93cfa09a0d8b6f0801598bb315ba0381]

        INTEGRATION: CWS changefileheader (1.11.126); FILE MERGED 2008/04/01 15:16:31 thb 1.11.126.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.11.126.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.11.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5aa57cb7aa64de50f3b02dffb40526d73f987971]

        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>  [1c7fb9f3f5906a9adfa326465bfb476d33870744]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 13:17:11 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efb7c0545bb7cb3ac1d16ce7c28772ea02d40907]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1bd601b22942e53e006f6c1b79fbc734ad2c8f1]

        INTEGRATION: CWS changefileheader (1.17.134); FILE MERGED 2008/04/01 15:16:31 thb 1.17.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.17.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.17.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f2177beb55e7f8aaf65c7cff35026f2ff5977fa]

        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>  [aeac5b9beb6115cc96e942f35d5873130003bc9b]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 12:41:13 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5101763fe006f2889bc86a43d51479cf4e33397]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 19:53:12 thb 1.3.10.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:01 thb 1.3.10.3: #i85898# Stripping all external header guards 2008/04/01 10:46:03 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2706a8f854cc9381f784bd2e3d9ef140c1374a2c]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42b94cafd48588e207bc2dc4f0f9d6d5eeb44562]

        INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED 2008/03/31 16:07:17 rt 1.9.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [578cb05b91bb0fbc2715114436f9b56ad7746903]

        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>  [94ef238fe7d4c53e5296f88fb389d66290fb547f]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/03/31 13:17:11 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [852c259a23baccf4c22bd16561c746dcf1e107bc]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:12 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:00 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:03 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39c5f4c936205f4901fa41d2d0b35cda09e881de]

        INTEGRATION: CWS changefileheader (1.11.264); FILE MERGED 2008/04/01 15:18:35 thb 1.11.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.11.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.11.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f05edbf789c3d8a3416ab32e2f2bae28b817eef0]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:27 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:48 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e85538bc139feae8fa1e77a55e70c62ae4917de]

        INTEGRATION: CWS changefileheader (1.5.444); FILE MERGED 2008/03/31 16:07:17 rt 1.5.444.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed640e1ce70da562674b1e31b9b83e0152c7c0bb]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 15:16:31 thb 1.9.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f550ab53a822f4d2e8640ec33a79a220ff23ee8]

        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>  [4e0019bead0360f22a181fe8d9bf759dcfbda2d9]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:23 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:13 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d6204030333f8dcf359f19e7ed1823f50a8320f]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:12 thb 1.2.44.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 10:46:03 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [433d2ef0d5a20cefada5d174b7a4ac7e76f3aff5]

        INTEGRATION: CWS changefileheader (1.9.264); FILE MERGED 2008/04/01 15:18:35 thb 1.9.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.9.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.9.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4cfa41639fdcc9a814e78c29335d48be49ef889]

        INTEGRATION: CWS changefileheader (1.20.82); FILE MERGED 2008/04/01 15:16:31 thb 1.20.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:23 thb 1.20.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.20.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1212f00777e5aa1fea967434fb158f105ad6fea1]

        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>  [4b7a3ed775afbef532d4979355d58768dfe6b01b]

        INTEGRATION: CWS changefileheader (1.2.216); FILE MERGED 2008/04/01 15:40:23 thb 1.2.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:13 thb 1.2.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.2.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3f69c7a14b6cbf3fe2b464c5c55df328707b2d8]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:12 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:00 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:02 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3685037d487d38cbce2495ca820b183d669719e]

        INTEGRATION: CWS changefileheader (1.7.264); FILE MERGED 2008/04/01 15:18:35 thb 1.7.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.7.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.7.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e16143fb683de042c580d98d409c2a9d24246df2]

        INTEGRATION: CWS changefileheader (1.42.82); FILE MERGED 2008/04/01 15:16:31 thb 1.42.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.42.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.42.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93554a47d06ab30b5e13d278bf45e8d6e2b7e655]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:00 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:02 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:55 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ce1440994227ce72b5d68d05ba7f93f52ee1b2b]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 15:40:22 thb 1.10.82.3: #i85898# Stripping all external header guards 2008/04/01 12:41:13 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56439fcc4038968efbd6fd4339c695bd2080c4fa]

        INTEGRATION: CWS changefileheader (1.16.258); FILE MERGED 2008/04/01 15:18:35 thb 1.16.258.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.16.258.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.16.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bf49ddff1b5e12095dd47bd5b2ddabb5387cd4e]

        INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:16:31 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.6.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eb83d22a3829558318aed44f384ef8ea25e1c22]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:00 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:01 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:54 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9f8b2a4265d7b63496c4b12aaa5a10ff028a613]

        INTEGRATION: CWS changefileheader (1.8.68); FILE MERGED 2008/04/01 12:41:13 thb 1.8.68.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.8.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ac6e689db426a6329f95007e263a9c875cba9c7]

        INTEGRATION: CWS changefileheader (1.15.130); FILE MERGED 2008/04/01 15:18:35 thb 1.15.130.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.15.130.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.15.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99fb46f9a4a21c0640a010a1a12ead2d20c09ff4]

        INTEGRATION: CWS changefileheader (1.7.134); FILE MERGED 2008/04/01 15:16:31 thb 1.7.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.7.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.7.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d41821cfbefc47d9cf062399f35578c27f96925]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 15:40:22 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:41:13 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d5d78dcccf1876e6d43ef05a60327b3e334695b]

        INTEGRATION: CWS changefileheader (1.13.88); FILE MERGED 2008/04/01 15:18:34 thb 1.13.88.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.13.88.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.13.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3ade6ff75d9e631498b52c2d5a92bdf3fb654b1]

        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>  [b04fdc271067dd8691fa01731fa87baed617648c]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:16:31 thb 1.5.244.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [764beba2de594cc0557661199393afd9ede98502]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:59:00 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:00 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:54 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93236bc03dc1d4309b493ce564a466720f95647f]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:46 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72f2ffbbfdfcd0794214efce02faf070729b882a]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:17:11 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [501a73f73cb0b8023523d7e2ac3cb964e60535ea]

        INTEGRATION: CWS changefileheader (1.4.264); FILE MERGED 2008/04/01 15:18:34 thb 1.4.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:03 thb 1.4.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.4.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c648415d79dd93848e912711616c35d75903e137]

        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>  [5b625e85d3ad410722064fe666e4c101a8365ded]

        INTEGRATION: CWS changefileheader (1.14.134); FILE MERGED 2008/04/01 15:16:31 thb 1.14.134.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.14.134.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.14.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c4b746e762433d34e9b6021dd2bb0b552676266]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 15:40:21 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:11 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [239d020e39ee48eda8dfaba1708fc1ecd750aea8]

        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>  [2d7f63270cda6a0649e672947d97dfc8adbe6727]

        INTEGRATION: CWS changefileheader (1.4.264); FILE MERGED 2008/04/01 15:18:34 thb 1.4.264.3: #i85898# Stripping all external header guards 2008/04/01 10:58:02 thb 1.4.264.2: #i85898# Stripping all external header guards 2008/03/28 15:35:10 rt 1.4.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05f3a3db775a8a12f7d60300d029d7971033f303]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/04/01 15:16:30 thb 1.17.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.17.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80fd815e80a3b2bd0f1549445628626a27a9668c]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:59 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:59 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:54 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64275f0be16765806793adc0831c997298e83db5]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:26 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:46 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce429cd6e8d93ab9aeef8545121333230258685f]

        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>  [860504882017e98e245c3bf7d59fe8405b5315be]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 13:17:11 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19ea996521233ae0f087ae77554c68664893f459]

        INTEGRATION: CWS changefileheader (1.43.78); FILE MERGED 2008/04/01 15:16:30 thb 1.43.78.3: #i85898# Stripping all external header guards 2008/04/01 12:30:22 thb 1.43.78.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.43.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f83ef0fd8567d89c16ec41aa4f98e66e5e053aea]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/28 15:35:09 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8849435492d243f9f2951eefce8432fe6f4b4066]

        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>  [f3e129d2b170f6f6c453cd8757115aaad1860b03]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/31 13:17:10 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d430d447e984e1c61ec24187690a680147f92dbc]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 16:07:17 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c613cfb239ffb7522670ef7feed7713bf471d2cb]

        INTEGRATION: CWS changefileheader (1.58.42); FILE MERGED 2008/04/01 15:16:30 thb 1.58.42.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.58.42.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.58.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9dfb67413db84b1f4fa6b5af3b2635de9c2fa573]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 10:45:58 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:54 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cb5e9c4a9c09c932c1f8a136aeeb863985651bf]

        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>  [1127c59faa449ca63830526bbcc00ddd071ac2fb]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 15:18:34 thb 1.8.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:02 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c23003ae1a8ea7d40710e58e67d48aa863d5468f]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/03/31 13:17:10 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cafff03706d5f853572ce1478bfff3c690dc959e]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/04/01 12:30:21 thb 1.6.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [473578c4defac696a46cd362b3b4a45ca26786bb]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:59 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:58 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:53 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25f50cffd66373f9aef79e315b945c660db93f3e]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 15:18:34 thb 1.10.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:02 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34de59ab016bc9698d1ca3a3dfee79a2b2069fee]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/31 13:17:10 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e8ea2f6cd0ec12adf20a355247487188cc0d393]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:17 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc7005de62de56999c4ebeef6a073f395a6d6818]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:58 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:58 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:53 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71068341351e9e512a77903b545f0709912d53b2]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 15:16:30 thb 1.9.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87865e9ffc73998c22209a67b4a963811e80d992]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:46 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4725f6551b10ba0b7b20d2b54e75d5b2f9b14ed2]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:18:33 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:02 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56631ee7117c4d75ce80566d704c308d9d50452a]

        INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/03/31 16:07:17 rt 1.2.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc409084954df477fed5b7634e4a1c346ea42fd9]

        INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/04/01 15:16:30 thb 1.6.160.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.6.160.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.6.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da4a152ac735eb281a8e0214965a1f473a056a71]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:58 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:57 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:53 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8950779607396ecdfbab89b3617dd0cabeec2e53]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 13:17:10 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bec1fd37b66ad603cdd72e5fcae4a0d492aefa5]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 12:38:45 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cd44f9e93677de1ce8dc690a6e3056205958852]

        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>  [4735d93b83f7bfec618dfd76a8c6f1459cf9a867]

        INTEGRATION: CWS changefileheader (1.16.128); FILE MERGED 2008/04/01 15:18:33 thb 1.16.128.3: #i85898# Stripping all external header guards 2008/04/01 10:58:02 thb 1.16.128.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.16.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6b5200960a7b3ae11e96f4eeb088e67ebfb79ec]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/03/31 13:11:33 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b54e6aa9089f1ea35b5e5a8929a2aa7e4971f62f]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:40:20 thb 1.5.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:10 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d5f2c7d2bfaa0d9da740e56171d179e1100329f]

        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>  [dc5290dec8c111d12f47ab98d5d51b9c97bb7633]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 15:18:33 thb 1.6.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:01 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c2ecb564817bc3849c0306253317636f0860cd1]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/04/01 12:30:21 thb 1.8.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [843ffd071b057505bae3ae96250ccfeec3b7daef]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:16 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbbba07cd05428f5c4de74a182263b302dc946d8]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 15:40:20 thb 1.5.88.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/31 13:17:10 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8530670e3276b05709dbf5c25ea65e651c08d4e]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:44 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12d9ebbbba25874264df2573220daa37f395a9b3]

        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>  [c9a61d3c7122fc9ef264afd7a906bf8cefefd945]

        INTEGRATION: CWS changefileheader (1.4.320); FILE MERGED 2008/03/28 15:35:09 rt 1.4.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4000592c5968cb547f2cb8fcf632712441344d16]

        INTEGRATION: CWS changefileheader (1.11.82); FILE MERGED 2008/04/01 15:16:29 thb 1.11.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.11.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.11.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93d963953d625924d40100861213b4382fb8d78f]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:58 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:56 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:53 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c57bcd12c529b678d95f8cb8090e84bf81c3d24]

        INTEGRATION: CWS changefileheader (1.18.2); FILE MERGED 2008/04/01 15:40:20 thb 1.18.2.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.18.2.2: #i85898# Stripping all external header guards 2008/03/31 13:17:10 rt 1.18.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da8f6f85f4dd052bbe49ad663ba8428ed74f0c0a]

        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>  [6b34f5164bbacc70b40b069a35c105be531efe55]

        INTEGRATION: CWS changefileheader (1.6.128); FILE MERGED 2008/04/01 10:58:01 thb 1.6.128.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.6.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d3d2c054e53bccdd0b09aa058b4421a1fcacddf]

        INTEGRATION: CWS changefileheader (1.9.40); FILE MERGED 2008/04/01 15:16:29 thb 1.9.40.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.9.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [757b7a616bbe430c447d72f594ff001dac79b6e4]

        INTEGRATION: CWS changefileheader (1.15.234); FILE MERGED 2008/04/01 15:34:15 thb 1.15.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:39 thb 1.15.234.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.15.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84aa40ce48be23c75ea57f9c0b02e7fe16f866fc]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 19:53:11 thb 1.2.44.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:57 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:56 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:52 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd0554b3f20497251d0076c1a412e17dd58e3a98]

        INTEGRATION: CWS changefileheader (1.11.44); FILE MERGED 2008/03/31 13:17:10 rt 1.11.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0fc77de44098b21abd6f0c3663144a9b6cfa129]

        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>  [7e7145d89bc0bf09b626399e69534004ec06c2d0]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 15:18:33 thb 1.5.262.3: #i85898# Stripping all external header guards 2008/04/01 10:58:01 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:09 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f968ca26daef6eb0f024e08481c253e9117096ab]

        INTEGRATION: CWS changefileheader (1.9.40); FILE MERGED 2008/04/01 15:16:29 thb 1.9.40.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.9.40.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.9.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00d716e156dd142921001498e33cb23778ee8bf2]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/28 15:57:52 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f03eb65e198c08d4e48506534869b42d659e6874]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/03/31 13:17:10 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d798499dc3390720dacd68777b42282b6970351b]

        INTEGRATION: CWS changefileheader (1.9.262); FILE MERGED 2008/04/01 10:58:01 thb 1.9.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:08 rt 1.9.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1f68ff780abd711d269fbc341eefebc88b44a2c]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 15:16:29 thb 1.10.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebd4ad7de4542bc8856eb39851ed4318f8b86791]

        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>  [66866d2a58b37d3ac607585b0ea8154b1f6601ef]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 19:53:10 thb 1.3.10.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 14:58:57 thb 1.3.10.3: #i85898# Stripping all external header guards 2008/04/01 10:45:55 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:52 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2d7bf0ac854cc9c9772c5ce019cb49c51595c4d]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/03/31 13:17:10 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0ac8075cb682473456171d15e5bace817ddc7a5]

        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>  [3b7038e6260593192e4f1c063fc6b4051f704ded]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:33 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:08 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adebc65b4ce9aed0b1334cef9e66e8ec33900bb7]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:17:09 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba883a34277f44bd2f33f7ed639ade7e96fbd5d6]

        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>  [111120817ac47077c0f23174232acef7153a1afb]

        INTEGRATION: CWS changefileheader (1.33.12); FILE MERGED 2008/04/01 15:34:12 thb 1.33.12.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.33.12.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.33.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [572579e99f12689cd7511d70e4ff6f74ed56de70]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:58:01 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:35:08 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02c54322d13f5bb571d8872682f7c161f5aa0157]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:07:16 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baf0d0f0ac13b55f5f903c9bb3656dcf2fdc7fe8]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/03/31 13:17:09 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2910468e894cdbaec73000f0b229c9768877ebd9]

        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>  [6e734968de518c392e077acfb9e6b804732e99b4]

        INTEGRATION: CWS changefileheader (1.16.82); FILE MERGED 2008/04/01 15:16:29 thb 1.16.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.16.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.16.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [959f9f3f33b34dacc693bfe6d0fca9b321abaeb1]

        INTEGRATION: CWS changefileheader (1.7.222); FILE MERGED 2008/04/01 15:18:33 thb 1.7.222.3: #i85898# Stripping all external header guards 2008/04/01 10:58:01 thb 1.7.222.2: #i85898# Stripping all external header guards 2008/03/28 15:35:08 rt 1.7.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c41755ac863d29f4b7629fbb969c54145ac91ea]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:16 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1a31420b5a081846d9e2678a595903d1e6f03f3]

        INTEGRATION: CWS changefileheader (1.16.42); FILE MERGED 2008/03/31 13:11:32 rt 1.16.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b17945df85009266b2b3839eb2e5006b54b499ff]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:16 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a5e3fae20a2626fd7c3819e68704270b27b457b]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:18:33 thb 1.6.80.3: #i85898# Stripping all external header guards 2008/04/01 10:58:01 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/28 15:35:08 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e20b7b19f212d5a0fd991b5c07d718de949ec60]

        INTEGRATION: CWS changefileheader (1.2.330); FILE MERGED 2008/04/01 12:41:12 thb 1.2.330.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98b647e1db374a5b3aff0fb43ac922efc7035c4e]

        INTEGRATION: CWS changefileheader (1.39.42); FILE MERGED 2008/03/31 13:11:32 rt 1.39.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a75c167b66cf920f70bb0dd674cf3c41a814eaa3]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/03/28 15:35:08 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad173a768a9df884c233389991ed002ec654176c]

        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>  [b0e0e476e95229a5d0fa47dac1e727f76e212e9b]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:19 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b97645e86a419eac937ec3c81ac57413025ec9f]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:35:08 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [141a39612a153f57c17d4aa0c9a73e7d5418e0a7]

        INTEGRATION: CWS changefileheader (1.14.82); FILE MERGED 2008/04/01 12:30:20 thb 1.14.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.14.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4cf0da16922e15a6783c79f0ef37151633cb7ceb]

        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>  [5609179c962ed9bcfe491ca770951f366b7aeef8]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:16 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acf6b2f3a44a7389d76e824c7e7ed1878f4c6725]

        INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/03/31 13:17:09 rt 1.6.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70d1dd98e3fa0f91c1635c315f65201847beda74]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:35:07 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c694ab50814ed30b689421e632364cde7703b3c5]

        INTEGRATION: CWS changefileheader (1.25.82); FILE MERGED 2008/04/01 15:16:29 thb 1.25.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.25.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.25.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0d828e268dfde51e223cd6bfbeb97dcdb57472a]

        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>  [de262d1e3bab7d258efe8e53415c9f3c7bac80b7]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:16 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [925d0193fdf63137d8a9f4c52bf245722fcad60a]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:40:18 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce58435f42b703ff3a00dcd2339a63788495b56e]

        INTEGRATION: CWS changefileheader (1.35.10); FILE MERGED 2008/04/01 15:16:29 thb 1.35.10.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.35.10.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.35.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d995ac7f1003498a6627f235a16ee3ef422c631]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/28 15:57:51 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ddb33b445d60335b9dd7fb0c217068ba28a8440]

        INTEGRATION: CWS changefileheader (1.17.14); FILE MERGED 2008/04/01 12:38:37 thb 1.17.14.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.17.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [642d14882fc4588e4e9df80178a1c1fae8b95c1a]

        INTEGRATION: CWS changefileheader (1.13.122); FILE MERGED 2008/04/01 15:40:18 thb 1.13.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.13.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.13.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb769560fa8a618067a576f6515be8107829ba0e]

        INTEGRATION: CWS changefileheader (1.85.10); FILE MERGED 2008/04/01 15:16:28 thb 1.85.10.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.85.10.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.85.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98ca9c2cc9ec2d0779a3dcf36873eeb1cc80b706]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:40:17 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ada77b7fb31c6b9bbf678c9abfedfe13ad220d28]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/04/01 12:30:20 thb 1.8.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97dcfd2715753c3256754236c2318440a1b329f8]

        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>  [97db7673dd754f62cacb48158f357c1042415fdd]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 10:45:54 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:51 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4f7e708ee10a02950b438991f8c311ad3b4c176]

        INTEGRATION: CWS changefileheader (1.14.120); FILE MERGED 2008/03/31 16:07:12 rt 1.14.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b19865f49700261f40d6455bbb99fe973bd78e3c]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 15:40:16 thb 1.6.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:12 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e2e3ca036ebd3532039a5189dba0a557999e22a]

        INTEGRATION: CWS changefileheader (1.16.82); FILE MERGED 2008/04/01 15:16:28 thb 1.16.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.16.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.16.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cddac4071439fbc7f1a508e82b2c58bc05300f73]

        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>  [ddf8d1e34cd7fd24dc5242ef4727e3b33235271b]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/04/01 14:58:56 thb 1.4.4.3: #i85898# Stripping all external header guards 2008/04/01 10:45:54 thb 1.4.4.2: #i85898# Stripping all external header guards 2008/03/28 15:57:51 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6a523b6433139392a727d30e2694df826371a73]

        INTEGRATION: CWS changefileheader (1.8.328); FILE MERGED 2008/03/31 16:07:12 rt 1.8.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12c343e0fb9d11e987ffffac4811d3c31032c02f]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:40:16 thb 1.5.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:09 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6d4b8b0952765538c8aa00190e2fa49bccad691]

        INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/03/31 13:11:32 rt 1.12.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49b0f35dbd1750181869677c904f930ef923f2ed]

        INTEGRATION: CWS changefileheader (1.5.178); FILE MERGED 2008/03/28 15:35:07 rt 1.5.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11c2e5c4f9139c1c2668f68d3c96a6ea72d30a8e]

        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>  [1bf7c1b16a06a1ecc5fbacd3ba5fa391cac96863]

        INTEGRATION: CWS changefileheader (1.3.154); FILE MERGED 2008/04/01 15:40:16 thb 1.3.154.2: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.3.154.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [784859071ddb1f5cc00c486b9d87ba15c879e2d3]

        INTEGRATION: CWS changefileheader (1.40.18); FILE MERGED 2008/03/31 13:11:32 rt 1.40.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a9f5a94f789e91b25f8754a9719db3bc3f0f3be]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:35:06 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55ba14a9694cd5ff7b1d864169991a5cee7d676d]

        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>  [2dadd71439d665cdf1de917738510b60d5d8aed3]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 14:58:56 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 10:45:53 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/28 15:57:51 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d828d50797f68ec42c65bbddf321ee4f69d3bcd]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:07:12 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76c62ec76a2409fee16c9c604bf7f3da8a05f862]

        INTEGRATION: CWS changefileheader (1.7.452); FILE MERGED 2008/04/01 15:34:11 thb 1.7.452.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.7.452.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.7.452.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdbb74ea509c4db547dd043eebd377e4367530c9]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 13:17:09 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b34303298212dfbac6777ed1589f524501336592]

        INTEGRATION: CWS changefileheader (1.11.82); FILE MERGED 2008/04/01 15:16:28 thb 1.11.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.11.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.11.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b14fe56d33336f5a1657457b358cbf11a739b518]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 14:58:56 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:50 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de540649b31a1ab6ba00eff19e7bccb71f316d6e]

        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>  [4010d5f5f5ca0184258ad32659001bf0f771a1e6]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:07:12 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [416fff63aa8a80c84b20c041fcc19fcf4f35d2d6]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 12:41:11 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9dcda222973cab9aa087ebfb1546a747abb17e66]

        INTEGRATION: CWS changefileheader (1.26.18); FILE MERGED 2008/04/01 15:16:28 thb 1.26.18.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.26.18.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.26.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d7be882a9be0e8bd0c8fa358d4c97ca6987877c]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/28 15:57:50 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4888a5d21747f972d44b150e8b5fc6283b578669]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:12 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b4625f77f0766b4dca4a316f142a9cc92dd8a69]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/28 15:35:06 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e797598dd70767d035cfcaf6af6144d5c3924023]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/04/01 12:30:20 thb 1.10.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ff48793a257f4ed18a2f8db3bd7ff75e15c44e0]

        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>  [d4946ed82776d28ef8191e6a86a3346f8450edd7]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:56 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:53 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:50 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a6afe9a7cb6c8f5b2a9499eedb9543e63a666f5]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 15:40:15 thb 1.4.154.3: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f5aa2593215ea85509571503e17c639d4a3fb4b]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:35:06 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [889602c308eab0485c685e2bfa40e6f018554695]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/04/01 15:16:28 thb 1.17.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:20 thb 1.17.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a65584e36528b3a93e4256e6e52eec506615ec84]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:55 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:52 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:50 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1be557c0ec0b24a3ee6e943c6a4498896762ba5a]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 15:40:15 thb 1.5.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f474678d8621f4488c9a14688c17c0f0373264df]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:07:12 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea418bde7518d258dee90be089c48dde6a92bc93]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/28 15:35:06 rt 1.4.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65535c25c340769cf37634d6a555d04ab9e306a2]

        INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED 2008/04/01 12:30:20 thb 1.9.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:32 rt 1.9.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [328f171189010a70c96d3642f488968ad3d7f344]

        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>  [90959893ff36be7a3c1b56d210d2c49849ec55f5]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 13:17:08 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47d2a86c36c9b51a30ca026c9d5bd1a8037b2b77]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 16:07:12 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea13dbd6e49d28920ccda6d709bf1793a90ef11c]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/03/28 15:35:06 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f22b019bed75692ca60d418c18178e8825f73f7a]

        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>  [6ce9d2b6619844e0ede87db0824d62cd4803113e]

        INTEGRATION: CWS changefileheader (1.21.82); FILE MERGED 2008/04/01 15:16:28 thb 1.21.82.3: #i85898# Stripping all external header guards 2008/04/01 12:30:19 thb 1.21.82.2: #i85898# Stripping all external header guards 2008/03/31 13:11:31 rt 1.21.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27d504c439ce75987ce06b0aeede4f10265ac55a]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 13:17:08 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9850c545aeaae2ec21f3e698a05c18e8348bfa10]

        INTEGRATION: CWS changefileheader (1.9.178); FILE MERGED 2008/03/31 16:07:12 rt 1.9.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8c7ab01f5673315ccac4316497d3c2156c71e05]

        INTEGRATION: CWS changefileheader (1.2.244); FILE MERGED 2008/03/31 13:11:31 rt 1.2.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d42b272aec234a564d33b002e6ad2a0f6592ed29]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:55 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:51 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:50 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51aeda3483380a20f466590c12068c056a28dc9c]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/03/28 15:35:05 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76089c4b83ba938a8d7d190682d1425f9b33438f]

        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>  [300c1a06634f48db7bc737ac22e7ba2ea78a604e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:12 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e3564a204a0c26b152525a5ca11de445589a512]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 15:40:14 thb 1.3.22.3: #i85898# Stripping all external header guards 2008/04/01 12:41:11 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bfc5eca6829e100f2f9b73591d204b044f541e5]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:35:05 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddb3fc4fcd876c394a57691a502b0c94d74204bb]

        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>  [94fae7c4e95681306d26de2f7666ec2fcf3011da]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/31 13:11:31 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [942ab1158d6589801fd87074017351567f0ca0b6]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:07:11 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd37c4a69b340edd796e5bffebb8afc8578960a2]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 13:17:08 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d904049a8daa7a0475bf1cfc35acc7c114fa23fb]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:55 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:51 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f2188e5090271b303b2a5223aa0ee0e755e6b03]

        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>  [0a3755eadb5a54f43efde785b9f61532edf1b21b]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:07:11 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a259811f7ea61d0d40008a5fc318c0773afe2609]

        INTEGRATION: CWS changefileheader (1.2.76); FILE MERGED 2008/04/01 12:41:11 thb 1.2.76.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.2.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9b6deb97bd4a00f6a992891b059fc191436d76a]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:31 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9e00c63b58e73679e09f5bba70eadd0b403adad]

        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>  [2100a58f54438673afd96fac98a23ca5f1adb92d]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:55 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:50 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d34b3cb34b524eba8776f54836241849c06619b2]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:07:11 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [984c0e52bfdd2fc5d3afbc741f30dacfc27fc718]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 14:58:54 thb 1.3.10.3: #i85898# Stripping all external header guards 2008/04/01 10:45:50 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91a98a541e96ab9a830bc245470e8b258aabefc4]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/31 13:11:31 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b88e33b63e41cee681ca4950f586cbbdf3325e3a]

        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>  [42de001b67d109eb749e2f0459cd18c58796dbfb]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/28 15:35:05 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05abe1d4b6ff7ac9ed36544ae90256473c96fd5a]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:54 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:50 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15597a73e797005415f63be8395e1d41dd94629a]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 13:11:31 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9759da09a575daf1c419cf943a4dd47804768431]

        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>  [61756afb69a2b10c9d0bca08e29e6a5a6aa98e65]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:11 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab15d70dfcb5255df240c264c0e87d046165590d]

        INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/03/31 13:17:08 rt 1.6.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5abb98384e6fb3118247bc531f2637e047a2055]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/03/28 15:35:05 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0949f3e4e2acfbf2154ccdbbe830a715d66f026a]

        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>  [acc3d2f3989ab5990605fb4b17e2aa6861aa2a30]

        INTEGRATION: CWS changefileheader (1.2.306); FILE MERGED 2008/04/01 15:40:13 thb 1.2.306.2: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.2.306.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b35fea8a27c2156a1e28d6375e6397c7254c889a]

        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>  [fa6a30c0d00b6283c8aff4e7da283f0593710c3f]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:07:11 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41221690f96f706c36dd9227d611fa266ebf5680]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 12:41:10 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03a35be5e88377971450c530f83c41143a9de9a5]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:35:04 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad60d08b5f4bb5dca144185faae3ae47f240b526]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:07:11 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [470898918e4a3071fe6b3f6d04581d8e75d005e8]

        INTEGRATION: CWS changefileheader (1.4.182); FILE MERGED 2008/03/31 13:11:31 rt 1.4.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa250d3dc0ac561c650298b2aa591e726863a409]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:54 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:49 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ef409ffdcce4b6af5081680b9ff7056101dc883]

        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>  [1f155b565149e539291a795f93db5e9344f15795]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:35:04 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90de0d5066a2d638bd10d1c4a31ccba5f4202c94]

        INTEGRATION: CWS changefileheader (1.4.198); FILE MERGED 2008/04/01 15:40:12 thb 1.4.198.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.4.198.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.4.198.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3eae209144fb97ecac62ae375499a550734a1e5c]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:54 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:18 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ce36c993de08e7f436bff0f3a36e2b3645a0f39]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:07:11 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [197c32f1d29a041df5191fb3014b8ab7e1f96ff0]

        INTEGRATION: CWS changefileheader (1.11.44); FILE MERGED 2008/04/01 15:40:12 thb 1.11.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.11.44.2: #i85898# Stripping all external header guards 2008/03/31 13:17:08 rt 1.11.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36d92cec9636ace2790f5bb4f4144d178d8a0a20]

        INTEGRATION: CWS changefileheader (1.4.78); FILE MERGED 2008/03/31 13:11:31 rt 1.4.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc04eae307bb875459a1b2a6d3a1e6310b790c79]

        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>  [45d8a0011072776330e77bd3c4561f3d0b6358df]

        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>  [21f5c24c67f02010fd2a8631cf5daaec4f1a6e14]

        INTEGRATION: CWS changefileheader (1.6.172); FILE MERGED 2008/03/31 16:07:11 rt 1.6.172.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a711da9935a2fca3179c8f2ea818630bfb880b98]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/03/31 13:17:07 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2858ad5610f1339f47311a8ee517875cc883aeb]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:54 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:18 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:48 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc8476628a73b3c0be98fbdccea99520b7a2528c]

        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>  [8d3e71cf2e96149d993d0a2bd5242f56fca38194]

        INTEGRATION: CWS changefileheader (1.2.206); FILE MERGED 2008/03/31 13:11:31 rt 1.2.206.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95a848d10bca8aa54edc02769f9f887caff0f921]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 15:40:12 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.2.160.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fcb440788a46411ad9d1893e8ebf1d7bc99065f1]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/31 13:11:31 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b06feb0078288d7bf88f3c4d568cb76ab8feeeea]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:12 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [450d32f1acbc6224b09bf115c45762a110c9610c]

        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>  [98bbd639e27bba7167c1dd4266e04ed3d1645288]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/03/28 15:35:04 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b90d36208ac8f593f27607bd5ea981547d5110d6]

        INTEGRATION: CWS changefileheader (1.2.142); FILE MERGED 2008/04/01 15:40:12 thb 1.2.142.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.2.142.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.2.142.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df6b34fb0f4b26fcb8d789d91dae62101cb41599]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:40:11 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea9cf0ded302b5493cf0e2111ff2a1c037c34dc6]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/03/31 16:07:01 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9ce8c27fcd3809cb3c4d2c09d4681eada3aed30]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:40:11 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.5.38.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41ff7a2b20cf2cb71806f5e7c303c54ec91e31c0]

        INTEGRATION: CWS changefileheader (1.3.154); FILE MERGED 2008/03/31 13:11:31 rt 1.3.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dab26c11cbd176dc2412a92a35dd477f8e63de91]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:53 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:18 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:48 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48c2e53cd9699c77627eea48553e66c93756f4a7]

        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>  [7a391977b5fa2271a0405c9ba32fde0795aac785]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:01 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b69d9cf500f4841f9b0a87011c5461d624437cb4]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 15:40:11 thb 1.6.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aec05ac1059140a0f5a507f66b1d671eda1996ca]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:53 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:17 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:48 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78057122f2f5d1f4eaebf4dc0e26b6f89fa030cc]

        INTEGRATION: CWS changefileheader (1.3.244); FILE MERGED 2008/03/31 13:11:30 rt 1.3.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [203faadd0d14a97308b5088075ad2c61c3c76c4f]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 15:40:10 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.2.160.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e319716291ee893c549f94ac3d6125b36638c8ae]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:07:01 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e01eada0b9eaa4fe91f860ac470d18b82ab4843e]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/31 13:11:30 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f86723801382fc0e0f5c18f591328a660d3c98f]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/04/01 15:40:10 thb 1.6.102.3: #i85898# Stripping all external header guards 2008/04/01 12:41:10 thb 1.6.102.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30459acfaa725cf7274e8bbed2e018567b76b062]

        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>  [897554c81287d58c1fec6c20c850ba8b2c3ef3a3]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:35:03 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ceba845e90c7e855050ed275996fde23e5e04a2]

        INTEGRATION: CWS changefileheader (1.7.122); FILE MERGED 2008/04/01 15:40:10 thb 1.7.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.7.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.7.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b51cc4276663aa8dbb1635791cc503c9d735eb75]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:52 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:17 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:48 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23d771dcba1c78ecf14e19db9ab7a9f738e17e73]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 13:11:30 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41e187361ac0cdee5a6212d445aff595d3e8f9f3]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/04/01 15:40:09 thb 1.3.130.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.3.130.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dee8465698cff3b6ea0babebf1a2aeef3adc7cd9]

        INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/03/28 15:35:03 rt 1.3.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15660835cb1d6da7427124015a79075c5ee74fb1]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:11:30 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b9605b6cd8a2434c9ff6dada9003b44c01e1d2d]

        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>  [0ddd19f2c92db5572db0abd9a1bd1a3eb5157324]

        INTEGRATION: CWS changefileheader (1.2.334); FILE MERGED 2008/03/28 15:35:03 rt 1.2.334.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ebdcac218ee96104ca1650c46e6aa270f5e0e64]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:09 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7790dec7fe188d025c238bb477ac5d39584fea90]

        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>  [7c95ba7df1b12b9ec5339e263e59a997f419fcf4]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:01 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e32b27d2f77ac04b9664b486178b7dd60966bbb]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/31 13:11:30 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9ae8fc7c8637da52226b72460e6e7a9b4e79b71]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/03/28 15:35:03 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f24aadf56de8a7e17feb7f6ff2ecd3739dc6c3ea]

        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>  [9bea8869a2d69dfe6eec8f72fa49e9f9e90803d2]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/04/01 15:40:09 thb 1.2.138.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c43d73224b5cf0c0f20feb9e46e9fb3438576963]

        INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/03/28 15:35:03 rt 1.4.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb32f5f7f242eba51c53d5b6f9ad2eb8fd6ef25b]

        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>  [eab1f1986914dab304f5c56f30dd50bf6c42870a]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:07:01 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25d61d3b7deaf59e84b2f733e4d6d1f7677d9af1]

        INTEGRATION: CWS changefileheader (1.16.122); FILE MERGED 2008/03/31 13:17:07 rt 1.16.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c2b0fe0fc8fd5c738eeda5487fedb2648cfc457]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:40:09 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.8.38.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c036d8a0616f85ac4c9225f78c3438385666af33]

        INTEGRATION: CWS changefileheader (1.2.68); FILE MERGED 2008/03/28 15:57:47 rt 1.2.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [542052d66c4b7628118d87aa9785a4bd58d7f11e]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:40:08 thb 1.14.16.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86aeec82a820d2fcbad75c749f0126245eba3953]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:35:02 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ce82fa05b63c3c08e52944ea0fb6c3420674b11]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:07:00 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f610867bcb5a406dfcd8a877e1df3dc7851a106]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/03/31 13:11:30 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d21ab82baa40503f5538f0381a5a2b0e2a02b22f]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:51 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:16 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:47 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2b178c7de6e9a79b144577da6b4eda1690eeca0]

        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>  [0fad615cabd887865388b55b576605f752b80c4e]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:07:00 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e0bf7e34691c12ff267f5eb9189e29abd1e44c2]

        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>  [0c49c5292300fdefe4f8cddddf4664b633dd129a]

        INTEGRATION: CWS changefileheader (1.5.120); FILE MERGED 2008/03/28 15:35:02 rt 1.5.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddec27bd04929346c232450098c572589c429477]

        INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 13:11:30 rt 1.6.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d048d853eaa7ed4e06c7a8a8cfa8e1af17b4d6d6]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:51 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:47 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d21d22a5d91e2377b23d6c58d99d65c1914074c]

        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>  [ce9232132f12488f199e3754156064b1c777eb7a]

        INTEGRATION: CWS changefileheader (1.10.122); FILE MERGED 2008/04/01 15:40:08 thb 1.10.122.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.10.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.10.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adce900402e0dc7238162b44d870d5d02392e10d]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 16:07:00 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a89af613f5262261f97d36177b430a395f15949]

        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>  [13c66412d122aa0ebc2497a09812154352d4c302]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:16 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:47 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4625c741314ab19061aaf3e0196b677faf117f3a]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 13:11:30 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76c0716351ba487c1e18c36aba3f6c16fcf22eb1]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:40:07 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5b7c2a00aa2c836eef96c36e8031f808d2ee7b0]

        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>  [9615a1313132b34b9fbb34bb97bfdad12bc9da1b]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/28 15:35:01 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c113fc9dae1c97035133c6bc9351c80ce6aa37dc]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/31 13:11:30 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54cf2a07ea40a8dc0cc2d89d64db18f058329f30]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:07:00 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70b494362b7a973aadcc3cb743fafc923a3b7429]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 15:40:07 thb 1.14.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:09 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 13:17:07 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e21165c594a3712e2045f9b05e1231c4ddd4097a]

        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>  [ea876f28a303cfca28d3eefdf1b10ca423b720b6]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/03/28 15:35:01 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2b6a6ae0fb77153dd80f74a95024d224d3327c4]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:07:00 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91c00110c7955ff68c3e3829739788a030544d16]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 13:11:30 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2563cb25400bd2490b8249a10d6c1222a297b8a]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:51 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:16 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:46 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbe906564c13eafd0954cbc970ccc56608a3e7d2]

        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>  [53738788c3e3d4a454a94fea7373ccf3e602685f]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:35:01 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6371a8375fcf49b136cb0e04af1fdd83875bb9e]

        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>  [8ab88ebb166f239888a9957f3f22626b637a63d2]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:07:00 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bdaa18041f9265ac7d5bb13bdacd8fc75a503cd]

        INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/03/31 13:11:30 rt 1.3.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76796acc552948ada9b352b5c30446b26777c5ca]

        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>  [618a449bb2074ba6f231948afeb57dc0d5d44da2]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 13:17:06 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e2d1518185753b8d05e551846d5fe15b135302c]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:50 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:16 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:46 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02a46352f64f5f90ac7ae84181b5dbbc317fa673]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 12:41:09 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [494e4af8d13ac25d0e62579d39e75eea7ac2ded5]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:50 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:46 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a17c5daa59dc0e91987a68c05837a1206a23856]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 12:41:08 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ca677c7afb49932453eec86d349a2927222919c]

        INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED 2008/03/28 15:35:01 rt 1.2.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0dd350ffe0f0648387b738676a3b565a0f70722]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/31 13:11:30 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6782488750c477024548e4e73fce2d1650798b45]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:17:06 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f96c5129d393b9dd54a513da28da078de17f54c]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:16 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:46 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [790e9b6cf7eeaafc0c2a347491e25494c7c4482e]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 13:11:29 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fd33de0348764e72bcc4dcc4a1ceb21826c540e]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 12:41:08 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d704b67c81f601ce034bf243c4d44feace25cab]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:58:01 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80bfe01ac65dd1aa4a78ef8978cb134212819482]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:32 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d80caa447be3d839e85048eda79e7c69ae7d6310]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:17:06 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79dbba9ee49f96ebe6e80de875c02413383c0c40]

        INTEGRATION: CWS changefileheader (1.9.226); FILE MERGED 2008/04/01 15:18:32 thb 1.9.226.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.9.226.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.9.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97d91afe731438b6a5aa87c20799ae02d2b7d83f]

        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>  [dffde64f26156472713caf9f512a5bde4434ee9d]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:41:08 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [476c1bc44b85f9adbaab9a3c03c62c26b22e0bfa]

        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>  [4596ded997cfb2b0527c87501d74f92796fb69ea]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:18:32 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.4.738.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b89f9fc02410a274b8fcd6420439d9269958051]

        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>  [ee2240751f0dd098d44665d36b6b6dce097c1b89]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:15 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:45 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [498a93b1cf5e42ec18f1c4f36266dde5f33ea12b]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 12:41:08 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d1ac80df8278e2ba5c31918cc89c65b91c1af80]

        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>  [c14460236d5f67b9830675c7331fb7f5413555d1]

        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>  [851e3d025b029f916b2698bce9f1df32cb4856bd]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:08 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:06 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f14fadaff82a55b7bd701d9245ef6f785b484182]

        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>  [8e07c9ea5e63d22a92ea16e5f11ff23809ce9200]

        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>  [16becb430123873d6750619be12a403b242fee21]

        INTEGRATION: CWS changefileheader (1.4.692); FILE MERGED 2008/04/01 15:18:32 thb 1.4.692.2: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.4.692.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f791762e459b44aac82d7612ff2a910a9c35bdbd]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:49 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:15 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:45 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b9bd939d9774bfde6d6bf2f398ac3a86a875e62]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 13:17:06 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04c07cbc401a5713e7bb1eaeb341f5691dbf721c]

        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>  [00b89e5197dc30f82617eaf525c2b06d4aba0d72]

        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>  [3ea7aba5b33caa62050f71713d1e0896fef6e29d]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:31 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df6f6192965b15bc3305c015325daf14ade353d8]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:41:08 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ad8676b1447fac7c46c1006766b5975a4ee43ce]

        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>  [f2cdd7b26e28d4e6327dc8e7dcbc13baf96b81e9]

        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>  [9f6ff219e176bc72dbdf87114cceb4be76401be4]

        INTEGRATION: CWS changefileheader (1.6.256); FILE MERGED 2008/04/01 15:18:31 thb 1.6.256.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.6.256.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.6.256.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b2ea2772a1a83e4e304c1809b667a44fd64bfef]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:06:59 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c46df536f953d43e01bc1a81032a2662d385d2d2]

        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>  [602be8120b8c9514d1d4fc298a2a7056805a93ee]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 12:41:08 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ae0e2b4fb23e1583a0ef35e5593e96df4d2fa45]

        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>  [59ffc8556ccf5c6745433f8994fd74860c48bd54]

        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>  [5abc7ce2de6c1139ea1e6131d769774b4f8e9a27]

        INTEGRATION: CWS changefileheader (1.5.164); FILE MERGED 2008/04/01 10:58:00 thb 1.5.164.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.5.164.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a14d101a66b8ff5065baa7695f704dceb2fa66a]

        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>  [4e073b77aca7be6d5a082c3821f4a7141be4d90b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:59 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [607ed948cb3a8888befe41e8d8de372c641160f4]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:31 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:35:00 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00ab54c77eb805da494f47f1cd7a4f33533e63ec]

        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>  [e5e7dca7d84733dc11dc3d5757193ad1ce83d5bd]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 12:41:08 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6bfa0a3cc3b665149bb260e3414ef1aa087f58a]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:59 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c7bdc464471ccd04c33e1ac8abb05893f5c3e49]

        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>  [20977b914375ed14ea7b8cf7484f52f4af093dfc]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:31 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d347078682eba9853e8f7aff5ea38d93b9c963f]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/04/01 10:45:15 thb 1.2.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:45 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d54d1460a646426aa87def51c3f8ff067c82c8e7]

        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>  [e079282c4ecd4caa7906c2029b51ead39d10cb77]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:59 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03028d71327efb024d10096da99b0ab5bc356449]

        INTEGRATION: CWS changefileheader (1.5.122); FILE MERGED 2008/04/01 12:41:08 thb 1.5.122.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.5.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86ee0ac7e0e1c7ac05a67849a46313bee26dafc2]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:31 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:58:00 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6084b69bba70708a4ca37fe56ebe710b37a5c63]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:15 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:44 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc5d0c9a271b50e3140b7577e86a536d81ca352b]

        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>  [9b6a049350a74e5d706115fd0b7103e94ad71745]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/04/01 12:41:08 thb 1.4.40.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c594aa7a9db649bde84ab2acdbb2c97d31f8b737]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:31 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fb15cd394495f791397b49fc4167bb165151161]

        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>  [9e2fc80d367af8a54001902f6f2c7eef5dd93674]

        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>  [4e57110ffdd91860d7124627954e24a84245e0ee]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:14 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:44 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01ab7179029800afa3afa20133a17d4e3865f0ec]

        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>  [25649a003f5ab2d0c9b2bf195138fd692479c696]

        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>  [ce9763e06d54ce32e63521c233b78a8fc23d9375]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/04/01 12:41:07 thb 1.8.82.2: #i85898# Stripping all external header guards 2008/03/31 13:17:05 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c24613c59ff19c9ec1f7ace2856f2be109412ce8]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:31 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0eb58ba66f3b16ff171637476fbe812ccebc32ca]

        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>  [1ec371c987edb57b2971b2fea3ed49844bf44ddb]

        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>  [082379e888a6d2a3e7c81a9cd81ecd1bacf4144e]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:06:59 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06cf6fd0be4f43c77bc2b24bd50a8b4ab9cd93f8]

        INTEGRATION: CWS changefileheader (1.6.40); FILE MERGED 2008/03/31 13:17:05 rt 1.6.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b1dfbb1d1bfd841755e1280de725a431056782a]

        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>  [6a8118e73594b636672fb148cd654241de0878d6]

        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>  [13fea607b5755ea5b25250f2b758f7aca41ec2a0]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/03/31 13:17:05 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1a505614163322bdaa298560ae93dac452ee64b]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:31 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6edd4d063309bf429a083f4edcc23e97e40315b6]

        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>  [83c8f1f21c816d29405cd9c37a9bf6a3d0436cbd]

        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>  [4aa1a1f2d516ef65e23f945d1584ea5eb7b5749d]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:17:05 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bc19de84c62c70989c592ec96daf518a2c32319]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:30 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e1d9e436615c5ea0f16bcbf3776834439d801fb]

        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>  [ad4002af1aad1fa770d7226c42cb42ed12e6bf58]

        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>  [db69d098c50ff582e6fca52ac13679730dc5c885]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:30 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c6ad2859b27a6d2c576dbbb689e3ee83540f34d]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 10:45:14 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:44 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76f1472d7a09709661643c014f64ea50e64932a2]

        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>  [d27271a57d0735badde479614733b70d9be6fade]

        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>  [bd34ad0285f0d9982a462ce2784a608c5263acc6]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/04/01 15:18:30 thb 1.6.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.6.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:59 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0535bee59316dcc479e63e2830ab3a59ca75b92]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 13:17:04 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f854d783241ba908551381e38963173a7f99fd57]

        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>  [c94f79a5f63a946200c5d1b793d978f38f02b6d4]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 14:58:49 thb 1.3.10.3: #i85898# Stripping all external header guards 2008/04/01 10:45:13 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:43 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2246a2c92880a869a9fc5b7a84aa49bf5d12e03]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:30 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a29179ab7d945b64f43e0fa6e2cbd0ed29be345c]

        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>  [3a159012306dc92c249d2d6d9ef34b633f9a0c4e]

        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>  [58aeb863ddbfbe079d8df04c441f7387871fe633]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:40:06 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebc425d609bce03356714a3fafc79b677d5847d7]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:49 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:13 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:43 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e10c1618f4232c4755ec03892493a362e799a9d]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/04/01 15:18:30 thb 1.6.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.6.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [457ab3e6bfc742993561ef9357bcd875c8805511]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/31 13:17:22 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eedeac16bf49c148878e7b837fa9d5c1c098ae16]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:06:59 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f40379d0df391377ee91e5549bbebb0dabc2e03]

        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>  [e70a0aa6aec0083baec9a28a4a3f8f2302776059]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:48 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:13 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:43 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ce0b5dfd3cb9596a3a047572502effaa7321c74]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/31 13:17:04 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fc7c2f72bbbaa1527a9ef4cdf3de6aaaf6b2f3d]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:30 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd0949f43ed4abeaf438166da8527eb3d38de552]

        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>  [254cc69d6bbbd679b84fa0be798e64a65861c9b2]

        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>  [1f0096be467e358143748358140693ad7193d396]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:06:59 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae4e12d1963026c47d0e4cf61f6d0bdc740e5835]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/28 15:57:43 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50309abe2bc7100837bed272e40465db573fbbad]

        INTEGRATION: CWS changefileheader (1.7.2); FILE MERGED 2008/03/31 13:17:29 rt 1.7.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60f84addb86efd2ab7d119b21c1a909a2f7cc1a3]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 12:41:07 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bf16299bdf12e69e0ac1a1e198c288d25bdec31]

        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>  [277ff1639188b58f762619abba50382d55f3d6b5]

        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>  [50cea2b44c57bcdf2a3f8df3777dc5355a45df0a]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/28 15:57:42 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b527bce1fa79cf08e6c0bcc5a31fb2c540203dbf]

        INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/04/01 15:18:30 thb 1.6.96.3: #i85898# Stripping all external header guards 2008/04/01 10:57:59 thb 1.6.96.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.6.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c957330ea553780cf4d7db825fa5e3cd5be9f7a]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:17:04 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a695f7ce44f7e2955998bb0c5a7a1027447a3b3]

        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>  [11d2faa81f80437288e71cec39780553fcb169dc]

        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>  [a04184509a5de89b62fdc974e503631da7b5b8c7]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:08:34 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d74d7e62771448b7a9ad98e236663533a68c604]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:06:58 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c88878f9e9de3004c87f55894a53c20f7d2504a5]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:48 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:42 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [155c098a94bd8267005b318a67c3efe3e46e8416]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:29 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a29d851f90bbf92bb67c1d50b4c8180cdc9f0cdf]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/31 13:17:04 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb368b4c56d3ec1c6ccfaf0820d34d909f8e900a]

        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>  [b403c64cd38eb15b2b2feb3173a801fa98eee3a2]

        INTEGRATION: CWS changefileheader (1.47.122); FILE MERGED 2008/03/31 16:06:27 rt 1.47.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dd3deefda37b12f29fe6047b4b1e50e2fece5f5]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:08:34 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a369c8fd15e2733bc19c883b2b3fbcb01db6b5f]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 10:57:58 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf7c25446249eed0983de49de0434d3f4f295d2c]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:06:27 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b2efd45af6dff7624dde11e1853d211ffcdb3b5]

        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>  [4f14445497ff33e7ef3a9d310916ba3c99b887c7]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/04/01 14:58:48 thb 1.4.10.3: #i85898# Stripping all external header guards 2008/04/01 10:45:12 thb 1.4.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:42 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb399206e8763e5ecf4925e49b86b9d6c206004a]

        INTEGRATION: CWS changefileheader (1.8.358); FILE MERGED 2008/04/01 15:18:29 thb 1.8.358.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.8.358.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.8.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2d8b2551da65993bd301056e7556d350b5dbd5a]

        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>  [48016c0175bce72bd558e120f879af44fd7aea73]

        INTEGRATION: CWS changefileheader (1.46.2); FILE MERGED 2008/03/28 16:08:41 rt 1.46.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4e8be982ad20521077bf7b71d407f08ed502005]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:27 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20fec592622ba54397d1ed44690ea3bdc673f7c0]

        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>  [f7e609439a3d06f560e83a3301a9225c0ae31ac5]

        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>  [54e819955dad8e6d0d7bbb5ec9992c13e70f50ec]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 15:34:58 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cfbfa5408a6eb03bdf119751b341462322fc3e8]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/04/01 12:41:07 thb 1.5.154.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61fa0ae8c096c90d2ccf0bae77366c5006c7e155]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:27 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [113eec0e395572a42291c31386dca90d58d9d597]

        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>  [8b9326b8e1c7c0b6e276c88cdc261b7d5a02d26d]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 16:32:33 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7dc231b4999aa904f8248202021d9189574ed5e]

        INTEGRATION: CWS changefileheader (1.21.50); FILE MERGED 2008/04/01 15:18:29 thb 1.21.50.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.21.50.2: #i85898# Stripping all external header guards 2008/03/28 15:34:58 rt 1.21.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d12c0e73ceef327840ed4d7954f16358be7286f8]

        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>  [5f4e8d7a9afa5877b9823ad6662f451e885c35e7]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:41:07 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c0616fd4cb383bb7fb17f98d85c69b723029a5e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:27 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [372b67e7aa489ba6032fb9efe95fdf0c06f88bee]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 16:32:32 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bd91da052c33c490e710f9f791b9adc52626569]

        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>  [de6f6a96deb19e8fe46de6ae6b054507250d8787]

        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>  [3a0a0cd9d37dc490838fbf0eea27da714fdbee41]

        INTEGRATION: CWS changefileheader (1.29.136); FILE MERGED 2008/04/01 15:34:10 thb 1.29.136.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.29.136.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.29.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfcf1c96ef9fe7508fa7b2ffab0e3ac8da08bc73]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:48 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:12 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50f0e85561aac56afe8abc70a6baf3cceaa4c7eb]

        INTEGRATION: CWS changefileheader (1.3.454); FILE MERGED 2008/03/28 15:34:58 rt 1.3.454.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aad2cc943e713e0a6d4817bfdc649ba43f0a25c8]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/31 13:17:04 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3dc40588c1a36d727032d4ca1d55a2222cceaeb5]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:27 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaba0fba188dd5b8df4600f0c19d95dccd2a4572]

        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>  [1863cc4025ac6b289a38a72ca5e0c17e41fe5d32]

        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>  [c7e57f1567bec7e6afcb121a99ed73860884bc77]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:47 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:12 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92ba86e5cdc446a312e921d4ea80ed0f1d6f6378]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 13:17:04 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [407f9fa72b5821176a5f48282dc975c4c5ef243f]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/28 15:34:58 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ece7dfc136d0f813ed64f724ad9ec863f27e10f0]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/28 15:16:30 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c3cd8990f939e7063fd55a0ace4b7d07221fd40]

        INTEGRATION: CWS changefileheader (1.11.468); FILE MERGED 2008/03/31 16:06:27 rt 1.11.468.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a579b57b826240c98a7233fde70fa60f161e12b]

        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>  [f55ed00609e9452cf2d71edecdcc9046febca43e]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:17:04 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a3c85bf87277a353a20193b144006f4b70de8fe]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:29 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1aba8cf4bcfc63cb187173f2743378aee75569fa]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/28 15:16:29 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fc679b08caa51c18801218e302e561f0bf6abff]

        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>  [8e5e25c8b6253beb6b8621beb8acd6087c4d20e4]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 12:41:07 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8cc8e31dbc53e350326fbd2465d4187ffaefc24c]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:58 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e0a2f024607ec903868159ba538c98eba250f51]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:27 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cbf79448e2d8949ad0b48e39655a86e5b19883cf]

        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>  [65986fa25c44882cc5571e02d79d13b3e7f4c03e]

        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>  [0585c38f7586019e3f24de361bd1220af53e3cc9]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 12:41:07 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:04 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d542b06eaa31b354156b0359c86a161b148cf55b]

        INTEGRATION: CWS changefileheader (1.23.2); FILE MERGED 2008/03/31 13:17:35 rt 1.23.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fb033de7e5f56c4a3615a5d9036c8db4066a502]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:18:29 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56267ebc124ebf65eac17bba05aea74e83e1c4e8]

        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>  [2c32b3766a5840df6bc2d812c7657dc29dd1044b]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 10:57:58 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e0bd21d12a1db1a88dd272d066a31ecb043c775]

        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>  [b149b5a604c61b5c85f30916e1d1f5e7eb6dc5d2]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:17:55 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [860bd07b25402734d09c388bae39f910b85b8b45]

        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>  [4e6d64b3819efb61c0ccd87abe240903568ac588]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:47 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45bc0426237b8e5b2d4dd88201fedd9543b9f192]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/28 15:34:57 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [951a837214c3421d787fdaa69a1eba1f58fc9672]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/03/31 13:17:55 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3dbd92d7e14336ca439cd898ad76428f135f829]

        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>  [8582dd2ef7095e6d7346f889f1d8064182e2cc23]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/03/31 13:17:03 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a00ab13726b276946c27342e1ea51c0c83cbcc8b]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:47 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:11 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e941398f2b7eae548ae1e2688fee91fbf1fa4656]

        INTEGRATION: CWS changefileheader (1.2.402); FILE MERGED 2008/04/01 15:18:29 thb 1.2.402.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.2.402.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.2.402.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2ae62372342039f627f118ec4a936d13ec5b9ba]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 13:17:54 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f84b409fda71f8961fa79189614d3cee282d7523]

        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>  [eee2fc066689c08576698ad090d652f355119b55]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:29 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:58 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd016290c2f33701237148da939b963d52f789f8]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 13:17:03 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [544bce7a0c39fd9db21175673175925e5de232cc]

        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>  [33912adf13f66893826bfce92212a50c7ec8540b]

        INTEGRATION: CWS changefileheader (1.64.14); FILE MERGED 2008/04/01 15:33:53 thb 1.64.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:26 thb 1.64.14.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.64.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8093113f9ec2a131df509c6b3f7bc463df31f1a7]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 13:17:54 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9e1faac53f196e73327d9e43f5f8e32756bfe33]

        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>  [dfc6446ad335bc6079f58c278822f63186c482da]

        INTEGRATION: CWS changefileheader (1.5.224); FILE MERGED 2008/04/01 15:18:29 thb 1.5.224.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.5.224.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.5.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19921dc4d919747c1762f6cf9730aadb51181108]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 12:41:07 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:03 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51599657583eb25373494aef5d1116ab651b8473]

        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>  [fb863662545b95d62372cc0494cf93eda18c603b]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:06:27 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f72b82a5a7383a8aac71da3f5a63576ef485acff]

        INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/31 13:17:54 rt 1.3.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96572595814c8ccd978d49b1f16490c42c5cf50b]

        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>  [30cfbea74a4749124340a49e5863e7bd64659df3]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 14:58:47 thb 1.3.10.3: #i85898# Stripping all external header guards 2008/04/01 10:45:11 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27738688c766831a897eaff538e26d93aa1eba73]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:29 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2377f2b5a1b0c90a0199a9cc3ba8de965fc883e3]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:40:05 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/31 13:17:03 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4efa5ec11901b8ea643c995401f249427962b35e]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/31 13:17:54 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37d0d00095d531aa96142735ec39cb9c1f1f0449]

        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>  [ff2a4e63e81840237169c9a7e348f47df24588e9]

        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>  [f23261609fbe1c77721b18d63c17f73e5f04ebcb]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:17:03 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8efeff994cce4d6cc24156ad99046cc2f1aeccac]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:29 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dddfc0c2e2299be36af14ae8b2eb9e5e0c64f809]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:46 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:11 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:41 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54145fe384c06b9c46ecd1c02d702fedce4ba895]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:17:54 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ced77a9916ad1930a5b4ad2d3ea97e2932f309a]

        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>  [07f537ae5a292aa3b186287ba22f6b0cd3fa7e60]

        INTEGRATION: CWS changefileheader (1.5.432); FILE MERGED 2008/04/01 15:18:28 thb 1.5.432.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.5.432.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.5.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff5d343cbb11dc97e9f081468e85ae51172d3ffc]

        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>  [57f4327fe479356332c592acf9db1651c4602558]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 13:17:54 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [daf7a2ae553d88eeaebfcb7b1e009c744574b3ca]

        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>  [f4b8c0fa601511d5d97c33e43c557c264d850802]

        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>  [47127ed264a017104c0823062b99432625040360]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:46 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:11 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:40 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b6105b626b24df0f45353e8ade3b919f04423b2]

        INTEGRATION: CWS changefileheader (1.7.170); FILE MERGED 2008/04/01 10:57:57 thb 1.7.170.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.7.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40b21af51a35eb37407db16a2b3d840c6a98017b]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:26 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [666e7bd0b3d3c8817e31d0726f6e33cd031492f4]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 13:17:53 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef94d1799eee69c2b8acb03028d8d2cf43a13659]

        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>  [5eecf784bd40c21c9dbf906cdb62f2b0f108eaf9]

        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>  [40adfa4f61aa0fb2f8c2f74d1c7eeb20c96513ce]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/28 15:34:57 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc0076bd714c4425eabfd583b4ea6eebf0ca4a31]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 13:17:53 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38438e425627003eb7664832b7e62668b87867e5]

        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>  [6b8a273c17cdcd246f7ffdb21ffe7aeb3a14a252]

        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>  [a4c04b3c1bdbd7e255dab44b27b452997d74aee8]

        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>  [7a15678e9614f1f474deff9d96d4a9f370102f64]

        INTEGRATION: CWS changefileheader (1.20.130); FILE MERGED 2008/04/01 15:18:28 thb 1.20.130.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.20.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:57 rt 1.20.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59de5f45d7774f44ee1727957d08780ef97f0364]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:26 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b34e9380a0c4441d3c656690ba052594d526eee7]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:17:53 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da1da1a237cb46fd3d1e9d31616481a8beb73e39]

        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>  [e31e06e6c0d26557998c9d233e28d03f6c07fcea]

        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>  [dc097b40c91fb059121c91be606162af46dbeab5]

        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>  [632f222f520c82c78ad3825ff776cc85f64d86f9]

        INTEGRATION: CWS changefileheader (1.5.404); FILE MERGED 2008/03/28 15:34:57 rt 1.5.404.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [456fb5f8c2274ff1e16bab3718db61aa379a3062]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 13:17:53 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35df7c2f17386de65ce1647a26d7ba4bcef97beb]

        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>  [a00e57ba5730022075e3cd2f182646932f6b39bd]

        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>  [0cf3e4d08ffd322491d006c69982c909cb4fee32]

        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>  [6b2e39df092745f2ab1864d02260046e2b54b231]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/04/01 15:18:28 thb 1.4.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.4.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [459e248d487bfa8be7b3eace6c69f935bf9799a3]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:26 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17fe79e2e195ca8eef9f0418759d1d8e23be18ae]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:17:53 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43ce437c6e5475a8d4067a8c45f0103ac0bed8c2]

        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>  [7acf4401fec05697a370f75faa90e258f96bea1c]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 13:17:52 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd3977f43b26204f349ea0e05edd5315247139c8]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:26 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf914913e498c923db83410ebeabb9201a2c14c4]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 10:45:11 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:40 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53e30478e9cb878365832e5ec8c764bf0660c7d2]

        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>  [5a3d7714c53856d65ebf7609e712db01f0dc78a6]

        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>  [c441d7f57edd6e2500f0b5fd244722779df6be3c]

        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>  [4c622e5c8fb7d6d28212f68ac6137f48241a78f7]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 15:18:28 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1b5b344a58b5e7b6f3f35a276109dcf04f2a47d]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/31 13:17:52 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb9eebaec0f8f30bfecd0881b58d2065f20ac393]

        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>  [a3ed8ed79a0046cf0acf67fc2d118c5523f1db24]

        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>  [583fe406a10d181b5277c9b4c3e1213792449546]

        INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/31 13:17:52 rt 1.2.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49a276141b4399042fc66a83975a9888815b4fbe]

        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>  [b46818dab08b213dc265ee15341beac88942caec]

        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>  [cd6345671b12288d5a9997693d5833f62b2e4da1]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:28 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a78eac8fe11df68d3fdb1d3fc0f6906f5533222]

        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>  [cc3a2182ad6a6e1a9e7a098ef8e2ffd234ded4af]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:17:52 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [221cfeb980708c7b8d4887fced6a7e85a4830f70]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:46 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:11 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:39 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [709add67e61c823f7baafbe33ca83f94964e9f94]

        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>  [82e96050a175d3ac5900a6c53ef3d63956102364]

        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>  [dae7aa41bce60c0909710d920a3355efa11c1acb]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/28 15:34:56 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5610d79fa862438098da10984bf8bde965753e1]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 13:17:52 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [931a95a503aba085ede83d0f4a8ab5895de6fa12]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:46 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:10 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:39 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9b034c00de2249cfc21be6a53c13d7def5ec3b0]

        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>  [1a9d32431ed4845636527db2fdbe9d9c4a409317]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:28 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:57 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1613b6d6bd9d7c129ce633c65c9534a454d4a720]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:17:51 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97f44951ea3c2f1695218c4aa01e9649a94cbcb9]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 14:58:45 thb 1.2.44.3: #i85898# Stripping all external header guards 2008/04/01 10:45:10 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 15:57:39 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ac3099d60b6e215a1e13a1b7c662602e8d7fa96]

        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>  [8470da35b444d6ba7f49b19f38755a0a05d58a67]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:18:28 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adb0f53e9032462a438730a934ad816f505096cd]

        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>  [e88f26fece7685391f5882e6aca054b7cb884ffe]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:57:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ed82d8266799eb47317196e7d9d18fc742ecef8]

        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>  [8ac893e41a47c02590eb13ff5ec459eb154be831]

        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>  [e4b928e8e6a41cc0f0377ac3b92ba8856735242f]

        INTEGRATION: CWS changefileheader (1.17.38); FILE MERGED 2008/03/31 13:17:51 rt 1.17.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42bbacaaa05b6e4a2afe0ab2c1236ccd2f1b05ca]

        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>  [88229075acb89e8e61c51551748ea5dd270a4394]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/03/28 15:57:39 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdcca4a2da91f27fa52fbed8ba10321f0ccf5eb1]

        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>  [dadf0028a39784628a23501e7500ecad1c83652f]

        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>  [afbc9963478bef67ff93a671a1c39117416a7b51]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:28 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6af53b7c7fefd673d2e62dceec793fdcfc43e1d]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/03/31 13:17:51 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32833e79fc2d1c5adf3fcfae9f2b41029cb770fd]

        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>  [43725d83da7cfbc6746ee9952cf9c0ae4e482c0f]

        INTEGRATION: CWS changefileheader (1.9.50); FILE MERGED 2008/04/01 14:58:45 thb 1.9.50.3: #i85898# Stripping all external header guards 2008/04/01 10:45:10 thb 1.9.50.2: #i85898# Stripping all external header guards 2008/03/28 15:57:39 rt 1.9.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf0a75e3fc707f17e20a08bd39aee1e03d9f5419]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:06:26 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [900c0a4d1c181fb78df3318197ff7d2392fc990a]

        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>  [63d067f518f1e0d3595d5d930f4751962a738a19]

        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>  [fecf4e401c340b27b552f8fdf64be712d06eb3d0]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/03/31 13:17:51 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [738dfff4cb9fa4cfdc2abe1549e01444a6a1d2d8]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:27 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:56 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02d3349abc51e28cb4752e06e963262ad1d9f041]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/03/28 15:57:38 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03a58912d383ae35145a241fc1ac243fd479e4cf]

        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>  [36d454a2660afaf7cfddaef5902a1311dac6d5fb]

        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>  [eb70280d65661489fce8f2382e1e40164588fa8f]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 16:06:26 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f93995c603cebc0303163aae23342d6d4646ec1]

        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>  [d6dde2106066d89c8e9d21ea28d6eac6eeb421b5]

        INTEGRATION: CWS changefileheader (1.11.30); FILE MERGED 2008/03/31 13:17:50 rt 1.11.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75407f99548153bd19b71955b115017192b21288]

        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>  [5c0a081bf25704c6a163eeaa8da9d7f3e04e549e]

        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>  [5eece80a68dd8d0ebd43827dd73b6ba805409680]

        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>  [f738040b58c5361c7046d19d41a6e80094bded06]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 13:17:50 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16aece966ee42183f216b877f2fbc81d9b0f1842]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/28 15:34:55 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14a6f4088fd31986e7c0db96ab9311852083c9b7]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/28 15:57:38 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f42ca9c4a8f87feea75cc74f90bc9c08c36e11be]

        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>  [edfc5690e9372a0ccbf2cad2fa6e90e2e9273b63]

        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>  [f2e2c17e4f3a8aa51364a55fa2efa43a3789e30b]

        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>  [a29e224388e121df2998efe4f24c78c602906545]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 13:17:50 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dbab7de5e171a88b82a72987a6dfd0fc244bb8a]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:27 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [381398a00e59bc7af03ccaa8e1e30d77c37dcc1c]

        INTEGRATION: CWS changefileheader (1.24.54); FILE MERGED 2008/03/28 15:57:38 rt 1.24.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99d67f12fb4e6689c13a7d2661f01667c4993008]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:26 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [670ac47d8b3ccb72e26bebbddab66f1aee68cf51]

        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>  [bc8e97bd16d4b30d006a0900993caee812a57eed]

        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>  [b913f0c55289e44e94a9c9b4dff345a11d4ef8a3]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 13:17:50 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1dfd2bbed195477191fac3ce914c1582d76bd2e2]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:27 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5502cee3892cae2c26a10c26b82be28a7a75c5f1]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 15:57:37 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55d3c9243f60aea689cf02b3aabeca46f173f2d2]

        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>  [229a0fd20beab51b173bd0c3d4270af05c30f8d2]

        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>  [d57425367db20f6fe39b98a97172970c360bd229]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 16:06:26 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [699ba136d74a1fe0948e80d7cd3c22183b55054b]

        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>  [bee73ee7651a2380ea77ff54431f8f91f92f617e]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/04/01 15:18:27 thb 1.4.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [878dd7b562936a6ef50589dda09fb5b66a8e04b6]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 13:17:50 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cb3c8414dbd9df0b72db7784df4c89adb4070c1]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/03/28 15:57:37 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [018431f3aa13e8e9389143af038cbe3a4f2782fc]

        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>  [08729c8088eeff376e800437fdbada37c862b998]

        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>  [a0e742b98d5bcf528fbec65c2593ca31606f73cd]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 15:34:55 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [835df76b563acdc0f3bc8b8bcd0f6a64adee7ac8]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/31 13:17:49 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edf5a9af27096749282cf80f0ff84dd75c7ebc9d]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 15:57:37 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bfb88985bb7c1f9c78c3691da2ac67b998bbcff3]

        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>  [12601afc020a4827f01b30f8ee258fedd6a5d9b7]

        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>  [d9dc04aa6d644af3d071d7209152343db6d747a5]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/28 15:34:55 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e67a8fd90a6ba7026a4d98a3b6a34a6355d4f88]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/28 15:57:37 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b5d16e1834c2e38f8eace0f208430e353683320]

        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>  [6fa4653c9e83a06d541b08f8e05608c52090b099]

        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>  [2472c5a55b12d657385b4740c2de320e67a46578]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/28 15:57:37 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1ee8bfa46d37267a7d4541da2f36a59d0cef3d7]

        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>  [2c0bc0e2a691f4389664639542eaadb6e487f922]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:56 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1de06636dc4dad631195fdd4d01bbdeb7c6a6e7]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 13:18:00 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd86c9527a6781f9758f196176b62206d374c283]

        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>  [d0ee523ab0a9e8a5201d510f3d9962def6d573cb]

        INTEGRATION: CWS changefileheader (1.10.102); FILE MERGED 2008/03/28 15:57:36 rt 1.10.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbc608ab7bcf71574b985037fe46976b84dd4612]

        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>  [29511e016146e26639519554ca12a299338a94dd]

        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>  [0cc556fb630b3704b9d38fb05328cbc2684b33b4]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:18:27 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ca3d9c4f18ad7e31eeb8fbf1f1e8656cf1300b5]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 13:18:07 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30f4ab538b34f364325e0ee596af3e3895b300a3]

        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>  [964fea54e2dad08c51cac443cf27363e1bdb2db6]

        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>  [b246dc24da72ea0cdf179d22ff79692107b64a3c]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 15:18:27 thb 1.7.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:55 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [befe71405755b84c09ddc86122aba25b42c58fc0]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:25 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9a8fce5dfcd7106b1286894bfe2ef55b0866522]

        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>  [d29b289505830774a39b46dca28dcc80550cf42b]

        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>  [53e6590ea5fcdfb3595dffd064794eade4f376d5]

        INTEGRATION: CWS changefileheader (1.8.318); FILE MERGED 2008/04/01 15:18:27 thb 1.8.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.8.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.8.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4fdc8559396650fb812901b9396fcff85e1c468]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:25 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb43649b487892f3b93eaa5fb87766b8b6007fa1]

        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>  [d244dee7e6eb4f0ce983b62eccc0c56ad55b3160]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:26 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:56 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b09cadecb742f33bacdf3c30ed97945e9b823d89]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:18:15 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94cd65a0eb58c172deae60a3237093f65b4c94b6]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:25 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fb81dace5a444c815704a46dcbec34851a4a967]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 15:57:36 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cf316b1e9e0e54ba15048dc093929b94e25a189]

        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>  [58d867f8285862f5a2e8a49c7fbad2b533e075d3]

        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>  [445496c79d4f19c1104ad476acd3b062f94a7789]

        INTEGRATION: CWS changefileheader (1.9.318); FILE MERGED 2008/04/01 15:18:26 thb 1.9.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.9.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.9.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [448dc5d1a609c0a68fd61f873ea26fe487e3bd6d]

        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>  [7935c99c3d44f69e994bf3a1aa1050f8f89fce83]

        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>  [1514cce5e978a40b57769f0a56018e733caf3b13]

        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>  [1ce94bea9d63d7a19c5bdd710bb6b1259680ad7c]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:26 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ff235f5aa4989303d3e482ea0e36642a99f0de7]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:25 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3e34204d78268cad7f089b1272269ca07fcf628]

        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>  [eaeeb5cc4f149ba7bd9f91703995b55263dc2aae]

        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>  [4f007c93a351323ff82123b12a2e79bbbd102839]

        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>  [26bcad0fbaf1db377d35f48526261b2d0173a702]

        INTEGRATION: CWS changefileheader (1.19.4); FILE MERGED 2008/03/31 13:18:26 rt 1.19.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ebf0f64ad8495f4fdb7b4c02692ae1c239d7a63]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:06:25 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b909ec9d37285db6bf298abf9db8b139b5543ca3]

        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>  [840b5b92a8defce68ecf861e1c941d74ef4bb686]

        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>  [f0a7a146063ce40c50e031c47ebbe3e67ebfdf80]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/03/28 15:57:36 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c90f02f22545bf0ddfba829b54157ff2b60d2db2]

        INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/04/01 15:18:26 thb 1.4.120.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.4.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca877f2bf3abc2679da11e3dad00339ae4d827d8]

        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>  [641dc4f2214ca53214a420a290e240549e77f277]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/04/04 14:00:41 rt 1.5.6.2: #i87441# Change license header to LPGL v3. 2008/04/04 13:53:48 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3f23bf0d383b202d9e698e205c0ddcfe4a0d363]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/04/01 15:18:26 thb 1.6.120.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.6.120.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab859be7054d38fc3ec13405831723838bb821d8]

        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>  [27c535a772f892c9d771733c9f200758d0dfd98d]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 15:57:36 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01ca490ea2776e1a2eb1c0a391b7375131511288]

        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>  [77e2d7e749679ec2ec5c13b292c758461c57f774]

        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>  [5b7a169268ca82c8b7689d6b8c64aeb8cd8b6516]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/04/01 15:18:26 thb 1.4.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.4.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:54 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bf5cf053b5f98e2ee5e82e1cc0891b0bca815b3]

        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>  [a7f15a4cb3d348f8744cd4b3de06581ae895cda4]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:57:35 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5efcaa35ee04e29c12800c5ae48e8f4a1aa2845a]

        INTEGRATION: CWS changefileheader (1.3.342); FILE MERGED 2008/04/01 15:18:26 thb 1.3.342.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.3.342.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.3.342.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80d5cb4bf01a13a827c6157380c259cede6aa403]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:57:35 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [964ae91643d6e358908e427f9ea79f4dfd5e8146]

        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>  [7922aac3a57ce9c13b441472e01cd57d58b454ad]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 10:57:55 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbbac8ea48c2838fbebf2af685ab9489adc0724b]

        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>  [843a69307a65a24429b001afb964dd8ebe67e641]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/28 15:57:35 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26af1b198b85ec11105c3981a17d9a0eaaf16e8d]

        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>  [8d9444b5dd48708eb800ea352e8a43026e0a3b75]

        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>  [c6c68c9967f28f62472866c4c88c4a3bb7802d5b]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/03/31 13:18:31 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff10bc018caa543786e32fcc5aa5bc23c8a0e9eb]

        INTEGRATION: CWS changefileheader (1.8.318); FILE MERGED 2008/04/01 15:18:25 thb 1.8.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:55 thb 1.8.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.8.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e764cc98ee4690194d60cae4039ae416aa0f057a]

        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>  [2c30cb7ce61859bdc19221d095cfcc496564698d]

        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>  [6faf7531c79e7daeffdbf0ee960ac9e8a81f0d7d]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:55 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [807357b37c9ba5f69968b91b63a1642e7b4dce37]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 15:57:35 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2efa252ea17955e9f1dbf3fe617c678213c1f7ca]

        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>  [cfcdc4d1cd94931e77619b9faa5deba1a302d910]

        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>  [82b03f8c3df3f7b19f1ec8a3b5b4893c9501cde8]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:54 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [326b52c6b6e303eab92f801061ad3faa246befc6]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 10:57:54 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc8ba6c6d6f76ec09cc8711dc610353e3ce43203]

        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>  [8ab225de9be0c7467768d76dd315b6bd9a73518f]

        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>  [2331dfc891946130496b99272794c3c5d665a9e4]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:25 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:54 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc0d77b92a733b27087e054d8f9cace46728427e]

        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>  [eca2bfbbcc24e8bdfcfe8306161b4b6a8f0056ab]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 15:57:35 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59a0108fe23b612fc14d20977d3ad7c39a960714]

        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>  [d7238877cc15411a3bca3f532c464df0c243dc72]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:06:25 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2ad4764173e9603ed82bc7ca547be7415224819]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:25 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:54 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13cf47125d93149897958b14ca8697e5be244153]

        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>  [886b8921b9c711ea175bb907e2809eade595ffa4]

        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>  [6d8b8f7ee7b97b60757283d7a7567b2237de67dd]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 15:57:35 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d0f465ed15e4bbd4a69470bf5f7040f13756146]

        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>  [f3b016483fdcc1e331986b715ae77b9654cdf77d]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:25 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:54 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:53 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5efd7e28826959bec4983bf35fcc028b72ad65ef]

        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>  [9b61bf66de5f9b9185d60b8c5d7f852c64b98a47]

        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>  [d72ed69e70b5ed82dbeadc0dd89294da42de8c56]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:54 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:52 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2e2e79a6c65a01a6817acb0a68cfe636b82d1d2]

        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>  [ba89c6d54d13caf3f1b57b063618aa7c9b697b32]

        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>  [2ca8289f545757759c50c55556bb56f51050ceec]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/28 15:57:34 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [891fec1d9f0383ddb2ef4cde6c4056343bd6f9b3]

        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>  [8482b090a189933805ce2875606deefe881da79c]

        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>  [d080f5f3b2e51cbcbb4721ff67d219d3c04dc0bf]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/03/28 15:34:52 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a54384db864f16e6818a6ed8e75596cd92800701]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 15:57:34 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31488470ca818f72fad4450701b427bade35fb55]

        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>  [82bce546b78a41a44defff0cdf9320bf20170e6a]

        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>  [a394fc57ce16e1e89a98405b8948f7c1d0b84109]

        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>  [3fa8f635623ff776dea16b9d69f550b6f6ebe287]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:52 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f4505ded94585a41bb2a911c8b800aa7b59353c]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 15:57:34 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04c2a6a1de11b82d793fece3d38b31e9592f3d63]

        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>  [27f2d2b9ebc6b48b7a92b335a7e13337a39b5d3d]

        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>  [8da745d8696e414e54e7f5285339fea97c472547]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/03/28 15:34:52 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad8d8ba082ef0b124dd0c0201deb71b6949a9a6f]

        INTEGRATION: CWS changefileheader (1.12.62); FILE MERGED 2008/03/28 15:57:34 rt 1.12.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eee03acc9ba15725266fc9f7b3f38789e9028185]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:25 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7de4182174d9d32453bc2316e5b34032c267d73e]

        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>  [a444c0e9f1e250a0a5ec52d148f316146f35e752]

        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>  [71636164a9eb2a31cb022b682415a876f285517a]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 15:18:25 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:52 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f0e5bd7047c8a2138f5164983c62458057e658b]

        INTEGRATION: CWS changefileheader (1.39.4); FILE MERGED 2008/03/31 13:18:37 rt 1.39.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [781e10a0a9ee4512253d67a8ad802992c1518b43]

        INTEGRATION: CWS changefileheader (1.14.62); FILE MERGED 2008/03/28 15:57:34 rt 1.14.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03ba8c83e8fd9089197839514b8e496233b7d7aa]

        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>  [2a2e4d48b4154c192725708a4343163fb731b490]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:25 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f5d2d39f1fc87f9ad9c17996277609856b52465]

        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>  [fc59d9f3ca9ecfc4441d0528e7ab950e4fd4c3e5]

        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>  [af90733da92af37e1a5b1aa736cc48b4d6140da6]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:25 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:54 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:52 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c06abccc8fa97e0ed3972024ba97bde855902e9]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 13:18:37 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf00d4b12075c494dc42b2658baf50d75b651de3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:25 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20d9cec76352886ce65a79573a2823c3f1132162]

        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>  [769879bda0c2f867db4e173f28dc8984e7be091f]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:25 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:54 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:52 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14eeb431ded587ff5204f21a0b08dbd3b5974173]

        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>  [cade23da84b2037c5bff34383beeacdd6c1bb527]

        INTEGRATION: CWS changefileheader (1.4.210); FILE MERGED 2008/03/31 16:06:25 rt 1.4.210.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [777477f80e9ae66600f8c1af6f97c7cdf8dd231f]

        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>  [96fb573f34030d08b0d2a450d78a3c0833e967f1]

        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>  [7d22f7114ab24c96584c9918ec2616a51bbfe6b2]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/04/01 15:18:25 thb 1.2.264.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.2.264.2: #i85898# Stripping all external header guards 2008/03/28 15:34:51 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa57aa619c20a3f7030f602beacf19086d6c2ba0]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 13:18:47 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3138406b0f8ab1c94709663812dfdfe158bd9edb]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/03/28 15:57:34 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [045aa3e5c7fc96006363601dee1f5f611f12c3be]

        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>  [b2c7b1114d446a5f2c763d82423132e300ebcb02]

        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>  [768caa8d2ddf44c13e8f2f7e0eb6515a455b485b]

        INTEGRATION: CWS changefileheader (1.3.264); FILE MERGED 2008/04/01 15:18:25 thb 1.3.264.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.3.264.2: #i85898# Stripping all external header guards 2008/03/28 15:34:51 rt 1.3.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3757b3f1c5393d7da2e29bdde68c250e9db3f4d7]

        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>  [f6c99a26dfed756327a55b6caf06c247849c875b]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/31 13:18:47 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94cf036caa71ee9d3e14b8a9d3379049366f0abe]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/03/28 15:57:33 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c1ac4df6a0fbb738488cc4ffc92743f63e68e92]

        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>  [f1c870c1e7824686244dd5f96927750d1270d89f]

        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>  [67ff7b84215298a27597cf33d5b84d9872835604]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 15:18:24 thb 1.7.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:51 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06bf25c2c514f285a781e1f0d5365c6f9b770a25]

        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>  [8c9aa7686e44020285c5a22da0dbd747fd1b2aa9]

        INTEGRATION: CWS changefileheader (1.2.88); FILE MERGED 2008/03/28 15:57:33 rt 1.2.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86e65f4b5c8d6f4773fa96742871cbbeef06578c]

        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>  [19873e54548c63c76c16007764558a2955290159]

        INTEGRATION: CWS changefileheader (1.17.500); FILE MERGED 2008/03/31 16:06:24 rt 1.17.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72035c430e6dca3006851a97841e06e64ab6b9c7]

        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>  [c3225e62d828b672dd8486654c21222702cdde4a]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/28 15:34:51 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a71db557b3abbe0e6b6a0cd8e1d680f8029e0e5]

        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>  [7f0cbcedd8a2c4e4cae8e175aa45bfa8c9f65486]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 15:57:33 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2584cce784c71b810980d3a659774d3655c12aba]

        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>  [ed17cb854902a4805646ea7966df95c8bddec704]

        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>  [63e388aedf8fb1499da130eecdc6aa5cf5af3bbd]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:24 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0c3e0523c2c9ad474caefc63d597efa0570d4ca]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:18:24 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:34:51 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfa4f8271f9e7b78f07a037ed4e6c7519dc70538]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/03/28 15:57:33 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ad99c24c42c49f79f472ed3e0d4d28f6689fa5e]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/31 13:18:46 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4b1dd73026e4aeff634495d2d4feb0ab789e392]

        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>  [b8b3b4d2357fa911a4c59ed6dde10b0cf272ec2f]

        INTEGRATION: CWS changefileheader (1.8.458); FILE MERGED 2008/04/01 15:18:24 thb 1.8.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.8.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:51 rt 1.8.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1ae2661ba0e1e83a995c88efa1f7a0d420440b6]

        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>  [bb43eab34cfa3425bc393173f02ee988b48fb668]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:57:33 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5015955256bbad072e5a17368ccd19bfb1d88d4]

        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>  [fbf8d095e09a13ec4e2ff6155f01d1156fe797f0]

        INTEGRATION: CWS changefileheader (1.12.304); FILE MERGED 2008/04/01 15:18:24 thb 1.12.304.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.12.304.2: #i85898# Stripping all external header guards 2008/03/28 15:34:50 rt 1.12.304.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28270d0c4c07c0881d6efae5f6b8098a87d18c0c]

        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>  [b0a19bf6862dc8df00a24435c5669e25310d494b]

        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>  [8e3393d26c8020cff6196a79a54d6db43e9a1f79]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 15:57:33 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adbff165e36b338e15e1dc92fa23e2212b1577df]

        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>  [0ccc0ef27ec2b7118f1bc15fb0d6e280ce34ff86]

        INTEGRATION: CWS changefileheader (1.7.170); FILE MERGED 2008/04/01 15:18:24 thb 1.7.170.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.7.170.2: #i85898# Stripping all external header guards 2008/03/28 15:34:50 rt 1.7.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13d846d0ae6f2495a5ba737995e60e79801b907a]

        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>  [221184273aea21336d3c405a562fd60d7db63cfe]

        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>  [6b727ac2db197b85588d67830baca4ee1b3e7589]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/28 15:57:33 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [159c39d5e106899fb445c7e51ce1f819d0ed1666]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:24 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:50 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e2c22888d40b2a0e4270137d923b423222e0355]

        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>  [7fbe0c9d3dc446642d77d12e81959ff2ff2e0cf4]

        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>  [5201204afb76ab824bf6258feccf3df00c86e6ac]

        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>  [dc615cf412e4c573438be03d0da65692f973e89b]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/04/01 15:18:24 thb 1.5.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.5.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:50 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a8298bc2f145fd47d022f911f801c21d7e5987d]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:24 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97e7107dd30545fe8634902404a802b2180a2ad8]

        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>  [8f7d7f9d44c1c853b5f14b9caa6176d4215ff24c]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 13:18:45 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa794c0e1f18de0a9b1cacdee1a723175b8cac05]

        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>  [c73c706a897a4e1b475e84e3fe11f8f982a2b665]

        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>  [7abcd0d22d3403adcdca345888b22f7d6ad4cd68]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/03/28 15:57:32 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [997f4661ea1b0e7f17fa7a1206d4535df52e4119]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:24 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae90ea608c3dae3c69cff42a569ecf3e85f862de]

        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>  [cf43af2e203c7afe93d1043b25a1871751c9037e]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 13:18:45 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16a542d7a4071fc5893c8607ef7832c2dd9203db]

        INTEGRATION: CWS changefileheader (1.9.458); FILE MERGED 2008/04/01 15:18:24 thb 1.9.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:53 thb 1.9.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:50 rt 1.9.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1df1f3c032ee148bbc73c82442c94cc9da340435]

        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>  [9986b30a3e8283da5abb9873210f10c266fbb69f]

        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>  [8720f8136ca8fa67acd4fd6a2d5081c55e06211a]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 15:57:32 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dd943a2b04ea9f1a9ad614700f234b0fd853775]

        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>  [a666be5a8dbeb992a55b380c332c61d2d1c6a546]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/04/01 15:18:24 thb 1.8.120.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.8.120.2: #i85898# Stripping all external header guards 2008/03/28 15:34:49 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62126e0dc28772e5141567612775f06d208529b1]

        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>  [a689c0227af518643c3ff2c8e82640c51ba00909]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 15:57:32 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92aae5843722e51a5806f0c0ac393b20d7b3591d]

        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>  [63e1988bb3ac189d319a3a35bc3fcc4865c6fbec]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 13:18:52 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [deab8defa7725545c07798f501ca3177ec7a1aa4]

        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>  [42d926a777ce2521e9d26b668cf5403fa920b1ca]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:24 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60974c43cfe40a28c138dd10342b7335848ddb7e]

        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>  [b948595f02ee3054f564ebd36de2de0ee93acb5f]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/04/01 15:18:23 thb 1.6.170.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.6.170.2: #i85898# Stripping all external header guards 2008/03/28 15:34:49 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82f46091fb4a454c5d32d40dd43a93526e3d3abf]

        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>  [217c6a75392a6548f25b441512f7d973d059c2eb]

        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>  [87aa1ca0838565b9387a3291b4c58f4dbfaacbbb]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:24 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab5013d27ba94ff06613d492ecd6b7f93c33d7ca]

        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>  [2997096742041790034d765eb5aac25a2774b8ec]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 13:18:58 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0840be9b480cd4b6cbf5b5d90297de0ba37755b7]

        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>  [baaa6b8bdd6cfc7e1974ca803a798c1334817de6]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 15:18:23 thb 1.7.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:49 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eccb5a1c3e980ae2206381c0784e2b935f108f15]

        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>  [0c3fca5a31e68322c5241332b1aa2b0f79554b4d]

        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>  [d69e61c0c30a5fdc2da990bb036ba9703ff13ccf]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:23 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:49 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6918ae04cf7369cfc77b341d3a20aae2a9c47e72]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 15:57:31 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b5b088592abe7f9aba4866e14b6c5a9ea0aefb2]

        INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/03/31 13:19:05 rt 1.6.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c63c92721111e7fdaccf80b4b10fa36411c2f35]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:24 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [099ce549541cb2e98605026c2c48091eb8d5f4f0]

        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>  [8942637bca50ae5f5ea25f3b473724617c0d0719]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 15:57:31 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d49f98e1132b56a81c9a2331a4f012cb00c243f9]

        INTEGRATION: CWS changefileheader (1.13.358); FILE MERGED 2008/04/01 15:18:23 thb 1.13.358.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.13.358.2: #i85898# Stripping all external header guards 2008/03/28 15:34:49 rt 1.13.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63045380904f601696f1790dfaa9da4866b64acc]

        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>  [8589b8ab91264d3a1ba9094b7f6f2148b9019cca]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/03/31 13:19:05 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8664df7e307cb733f33871de2a8624fab26c0b69]

        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>  [342fcaaf16675eb0b60daeb0fd88797bcc96ea01]

        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>  [4ed3619b991e36d1405df51b8d5904ed4ed69624]

        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>  [ad98563a06d2530f46be36b1e1df255df36e388b]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:34:48 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69211eb25ef98a737ba84582a72066eeb0b28e67]

        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>  [a81cb28526a352689fb69c421016d272f12f1d97]

        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>  [ce72ee0435a4f8748fb2122679b7e75a4c0ee782]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/03/28 15:57:31 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23d61870ab14ae8b3287165f95e9e1e01a609927]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/03/28 15:34:48 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41ce3130f9175da0295d9c2dbd61e1662054bd3e]

        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>  [e3c701665bfff90970f91b22578210aed323dd63]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:23 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b60ff71531844a460a663fe66d2470976dd15f1]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 15:57:31 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d2e8f596ecfca0283704f6270048e2214799626]

        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>  [647a390eea206cce608d04b4cc74410543ec537d]

        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>  [3a9da0a8388b302b3b1a515ddbfc38ad5f1215dd]

        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>  [0b1d5be94c98e035e2ce220ff5a92bcefd0c8281]

        INTEGRATION: CWS changefileheader (1.33.44); FILE MERGED 2008/04/01 15:18:23 thb 1.33.44.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.33.44.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.33.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1b5e7552a74e339a19cd99b64fe91e47b376691]

        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>  [9cb094fc963f9e2863a208606a5751cd3a2197ba]

        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>  [85d79126c11f934c707e63847403c2d70edee626]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 13:19:10 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [599a4bbc3faa924bf0512940f26e979c8006fbac]

        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>  [73197297d6fce869d1b2272f4e9b2b4616b0eb14]

        INTEGRATION: CWS changefileheader (1.6.458); FILE MERGED 2008/04/01 15:18:23 thb 1.6.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:52 thb 1.6.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.6.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74e722ec9c01a1282fc5bbf977de8b878963d120]

        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>  [8ac9bb083b25e12241384a257a91504ea824098d]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/03/28 15:57:31 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aac85d5683c51419e6aa3143f91658a05456ebf0]

        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>  [1772e8cf4c769cf62128a395fed1a3ee312896c9]

        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>  [b1d6cb47424c29ab410eda889830b811bf906694]

        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>  [c80078196cbe30c5e07882c05b983c7889256f39]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/28 15:57:31 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b993a50b020595c48778da747bf35b920173523c]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/03/31 13:19:16 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f1d0cde0b54029a37c7d9df8a9184bba1815c5b]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:23 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25a5c615dafca49b5b3b84c9905a2f2b514b9405]

        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>  [5d97ceecae9397023c9b251e4727e51eaf729760]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:33 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [919419d3ee47cb3bd4692e890d3dc2902a58092f]

        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>  [bd3be0e060faafeba09bf2352e7516b934eb4ee5]

        INTEGRATION: CWS changefileheader (1.20.88); FILE MERGED 2008/03/28 15:57:30 rt 1.20.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aadd7f600aefc54504f06186ea71ba1694d65de7]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:22 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:48 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83ba14d70b2e6f0fb2b234134bfd291a80d0a271]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 12:33:01 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [111cd7069ecba9f915b5a4054024955a99cc6d05]

        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>  [5d030a2f396b4e5297cd08fce8db7d8f352a1867]

        INTEGRATION: CWS changefileheader (1.16.6); FILE MERGED 2008/03/31 13:19:21 rt 1.16.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ddd4c3edcd081f87f3da5f137ead8b8a458799f]

        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>  [63a50b0a7d974cf5ef19ea2586ce26846dce92b0]

        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>  [2e32d7fa54d7f0385bb076a5739e4e2776561930]

        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>  [1fcc22bc490c207c6932896ba50942f29e0ba3c1]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:21 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:47 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d0b0561e389e81a2b0cfb4c0510e7917b411e5d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:23 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdfbe6ee54a8a8009efc7302026ebe4b45a464b1]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/31 13:19:26 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8274f7d4ced5dbb5f17f74c2638c905982ef272]

        INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 13:07:33 rt 1.2.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3242fc6982155d379c5382064d80b2aa6aef20b5]

        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>  [c47b4ff7d35eb55f1cbf9f8ebd35b0cece76ce2f]

        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>  [895ba7cc26478429f328e464d3bbcd564ed334ee]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 13:07:33 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cecdbd17cc1afd28ec6c0d719d481f77380fe0cd]

        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>  [4304c2a4f41752c6549d0a38f27434a75ffe7973]

        INTEGRATION: CWS changefileheader (1.14.192); FILE MERGED 2008/04/01 15:18:21 thb 1.14.192.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.14.192.2: #i85898# Stripping all external header guards 2008/03/28 15:34:47 rt 1.14.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da7b6bc461234875bd5861f430fb51dbb187c6db]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/31 13:19:32 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ad111e20ad9ce015e4e5120af1314dfc9d1e72c]

        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>  [8a54d8d1e235fba86fcfe570d036fba74ad70050]

        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>  [27f67ea3071b8075510bfaf877eae88e624cc7f9]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 13:07:33 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da4b4b65df0ed08f8d9a2ccbe83a16059f4cb637]

        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>  [19f94a4a9f24373cce4e1073bca8b117469fd4b5]

        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>  [a16c29a9eda5da679f132b0598d5d1e2e9ac8348]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:23 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39468c0ba005c14523dfbaa2b30b9c8ddead4aae]

        INTEGRATION: CWS changefileheader (1.16.38); FILE MERGED 2008/03/31 13:19:38 rt 1.16.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfb0ff48370f1c519f0b3e63724a526ef77141eb]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 12:59:06 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 13:07:33 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7793b3fdc8b6d08b488510219e7659ab403c770f]

        INTEGRATION: CWS changefileheader (1.3.318); FILE MERGED 2008/04/01 15:18:21 thb 1.3.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:51 thb 1.3.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:47 rt 1.3.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d1be85fd20e99d4351b3d0e0af0b635eac724c0]

        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>  [7cd5c8702e8962cf81aeec89f29cf72c39efb360]

        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>  [8231e8b3d077e89d95521faf67f9885d416a4ee1]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/03/31 13:19:38 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b58aa101f6a2a76486248182b8ba3d4a606e8035]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:23 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8af67bffcd779cd58d8da66dd89274ff3749a134]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 12:59:06 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9d9af8b657f261fb22716cb97d87171c5c5b7d0e]

        INTEGRATION: CWS changefileheader (1.8.318); FILE MERGED 2008/04/01 15:18:21 thb 1.8.318.2: #i85898# Stripping all external header guards 2008/04/01 10:57:50 thb 1.8.318.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3d4b74d79033b472577fa7936660286f60a15d4]

        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>  [cde8c33c267f5854b5607007801212f9d46adb50]

        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>  [d3713bbc04691339955ff39d9f34f201a44c36f8]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/31 13:19:38 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1252f656fcef8984d505976263a837b3f7a1090]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/04/01 12:59:05 thb 1.4.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66bab4556f1412851755df4f4be0f0954c19bc27]

        INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/03/28 15:34:46 rt 1.4.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b26f856b6ab38ce216df3449fe37ccf53a238ee]

        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>  [1cc918dc882b7d357092967de1a6dc91e0356e95]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:23 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b14eb2184fdcd82a12579eea30b5d056dc08994]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 16:03:04 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:04 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64a54922f6074e85454515c63791c6740129be38]

        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>  [4095cd42611ed5dbcb67c29085b26b3c388ab1a7]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 13:19:45 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1506bc202a335b71e3e96d5540dfdb3717cd521c]

        INTEGRATION: CWS changefileheader (1.2.262); FILE MERGED 2008/03/28 15:34:46 rt 1.2.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa8d0e69637152a73b898fc26dae2fd862fbb132]

        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>  [0667ca82e24e071c4a5815c51fda142a9c9c6936]

        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>  [899276808b138b21888b5389f47bce075fb083ee]

        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>  [1a9ea314b1acbe2fc92e2d95888ca1c6cbdf4c00]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 16:03:04 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 12:59:03 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fbbfa0563523284396b0d9b573b835bd8cae05a]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 13:19:45 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8975a9f357838341a7e9715437c79dfc4e735ebd]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:46 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcec1baf5d6f1857bfc084633d31b8dde841a59f]

        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>  [ac68bc83e5a8698257ad8df55659a88eb5f6c0c7]

        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>  [7b0c4cc5de85333259bcf1a18cd13329bef3b456]

        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>  [21dce2bdcfaea7eb8c613c31ef1d271d46829a69]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 16:03:04 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 12:59:02 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f62ffb9fcb5ed2d160180a10620966ebcc9d867e]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:34:46 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f69ce22605e3ac4b1ccb26cadb1a71adc7308dba]

        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>  [38b96c48eae2884779857ce998e68167d5e651a6]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/31 13:19:51 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9bed5369af0a0807d33eb8d58345988bea7104c]

        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>  [e19f76c02bec88b1320362cd37daaa94e1fa5b65]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:06:23 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5288e4db2a0399875a075b5b976a83336177d91]

        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>  [1c23240ad97d28ca836ab1f299196faa0aec2013]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 16:03:03 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:02 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49cee072b53583ff93c347472db86a4fc1403706]

        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>  [f7b1d60c029c2ca5a61151f760e8d8e89ce27d88]

        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>  [1cb620b51cdb9a7eb9dbe5d7150fe2f9ac57b732]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 16:03:03 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:01 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdd322ae47f078fe141d30fb7ecb1b0cfe825ab7]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/31 13:19:51 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ece266f21bc7946bd733567a2a9a4a7393c764c]

        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>  [c3c798dd5ea7c4b68e7118fdc462d957ab460c99]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/04/01 16:03:03 thb 1.8.4.3: #i85898# Stripping all external header guards 2008/04/01 12:59:01 thb 1.8.4.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5e39541716161cd5293057feea84c171873245c]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/03/28 15:34:45 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [823bdb1b83bc14019a6d3fb51ba174a1440f5cd4]

        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>  [b8283fbdac53cdb08ac51d48c34267b93f3cfe77]

        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>  [46beb533a122836ce74e0b18047b7d04b8add978]

        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>  [9d61484839b060e77001fe30aed975840d15c5e0]

        INTEGRATION: CWS changefileheader (1.2.456); FILE MERGED 2008/03/28 15:34:45 rt 1.2.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fb678e36f0e8ad9699e372312ab9dc266117a6b]

        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>  [c628d50b6b39d7cd2298f19d31390d1cfc49e34b]

        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>  [cb22df5022161e331b4847784181d67b149c3ca4]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:34:45 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9810a28a5dfd80bfa7b6c86f22faf2aa2c39b41e]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 13:07:32 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fff5c1c8f0d6d19eb00b5b9c71137df08d92a11]

        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>  [1d89c258198826791d83ddbca765c3fde9422ac0]

        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>  [53158dc642fa2101b752296c636d98bfcda7f733]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:45 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15b1ff2055fdca5ac7db64d4ad1e31eac03da50a]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 16:03:02 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:01 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da921852fd2c44c75aba02f9b3890a59714baebd]

        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>  [a7a89be4b6a3b950e785f9a23c74e82a6f162b4d]

        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>  [760715b5976f711d1b3cb11e2c0a27436381c84d]

        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>  [a36dc60d64af8cb0937941a80d825e4f9ab29053]

        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>  [9f34f0e04a61a90dc49ddf89e59702c10a84cdc0]

        INTEGRATION: CWS changefileheader (1.9.252); FILE MERGED 2008/03/28 15:34:45 rt 1.9.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c87792ffe28478faa0b7af4e5437a95dc75f3001]

        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>  [fee91b86270892afac32a944d95540b19e2ef10e]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 12:59:01 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d1b5631befda4da1a3850008e0384d8dbdc8607]

        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>  [3d48da13ebd4bc19b3b836fabdb2fd8f2d39af1e]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 15:18:20 thb 1.7.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:50 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84bf7db9f1d96fcfcfe24161f1ec0a8beb91d3e0]

        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>  [5a040f855ba7a6f5a41896ef7a4a0edc11e8d716]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:22 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [439b90763ddfb063ede5b2d6bfb237413f4f92c4]

        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>  [9dac379639fed8c5435de5a8b9dd0da96fa0a416]

        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>  [48ac91dc6d2f7ac713b3eaa9225a3d21b1c995c4]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 12:59:01 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09ba70502b62ffea34c053ac870f494c64ce451a]

        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>  [33ec4d57d4c5f760e8d37080555da7dac2cffd45]

        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>  [ba2daf4a8231774e8b0d36f6cfe8400b14b55947]

        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>  [c19b1dc478d2bdb0616a166b77e56f81e9f1c934]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:22 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42bdb1d4be3e3065acab165a41b3ba158fc84ca9]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/04/01 16:03:01 thb 1.7.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:00 thb 1.7.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b599d07c99f4a4f69d329363b8bf90391acb953]

        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>  [ea125cfdc77c06231fc382ce23ecf81731fb96dc]

        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>  [1e219c0cd3079738394eea7df4270412c010e46e]

        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>  [c666a29e47cd049a967f95bbf7ed752a6e47fb65]

        INTEGRATION: CWS changefileheader (1.6.196); FILE MERGED 2008/04/01 15:18:20 thb 1.6.196.3: #i85898# Stripping all external header guards 2008/04/01 10:57:50 thb 1.6.196.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.6.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0913e25f9eec29d7051912f35290e060bac426f6]

        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>  [4cf5c3fcdf508d25979c2712f20f85725442dc34]

        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>  [580ceb5bf82bdde652cefbd8bfc833113e254a36]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:22 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [380b393657e63f5d335ca1a21dfd58c6c5ed2d38]

        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>  [94858c9b1dabba7c61bd530088ca1f0342c11371]

        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>  [4445ae52b58d7e4ba0a070c27ca816c37fd01a81]

        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>  [1292d88d7bf71b24da219e3374a87ba89c30de3f]

        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>  [a31869b22b2489254ab07b469b2cb850add38b10]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:22 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05397cfc2289f8ede2d211aca29cd6a43849e217]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/03/31 13:07:32 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9fbe00650e8127e3cbdad3dc9a0f5a19b60f2a1]

        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>  [20e0d5f231e16fba5177552bbcf1435d28bf95a4]

        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>  [4823b28ace5998ee5ca171be3a2f4a841e5aaac2]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 16:03:01 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:00 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d43fc48ff5f935fa896bf7be64f8db2c4e77eac]

        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>  [7e6c311fa4850b2aed471cc4324fe8e64e294c51]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:06:22 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a60686bd6607f2b3a2f11920be11d0e21d4a3fe]

        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>  [304d00b71ee2abfca03a408566ae52fa17a13071]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 10:57:50 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f5205f08b04c33fa6bddca887a015306a41d8fa]

        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>  [89192735a9f54736886b4820f6918c0e0bc9d99d]

        INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED 2008/03/31 13:19:57 rt 1.6.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25b88264187ee3b747eb6fdbe803c3861e4a87c4]

        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>  [e63f0e388b926052b96ba8509c48ccacf5ceab54]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 16:03:00 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:59:00 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc2716224be700ee316aaa8901281d8b5940a41d]

        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>  [804e18a82635060ec41e84aa6324587d017c0f67]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:20 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64e37c75d1a2cba8b053108ad8c34bee20d32222]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 13:20:03 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8a0922026738b294b142ff3382ce88f322f7b53]

        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>  [359c8455bff5ccb792234d575445e3325071ed92]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:21 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19924f424cf28b949ae7aa8ab3f86d663799f375]

        INTEGRATION: CWS changefileheader (1.13.458); FILE MERGED 2008/04/01 10:57:50 thb 1.13.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.13.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dce5f02819a50baf38f306bc07a1ef070fc22001]

        INTEGRATION: CWS changefileheader (1.24.6); FILE MERGED 2008/03/31 13:20:03 rt 1.24.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04efb01f38ee05b857aed79f89945f8b491890fb]

        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>  [f7ad68857d326a2c5e645ecb3ff2d6d6bd09ae82]

        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>  [605f8a8a5f90e82e81820e3cc2a0afd108af2519]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/04/01 15:18:20 thb 1.3.40.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.3.40.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfaea419c421efc6aaa992cfc83ee54cc37a988c]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 16:03:00 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 12:59:00 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/31 13:07:32 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc98de3ae94d9009abf42f33f8cb258088d49bd4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:21 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28bce9b901f5cb9e502c10049171cd80bef37c39]

        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>  [c7e472a6447e777f33a437997700d623180afc3c]

        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>  [b62873e91ba178a4f4704aa72798f79a959176a2]

        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>  [3769da43dbbab0ba84c444147c6c0f6e5e1ee286]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:19 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:44 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16a92e245791b74d6e85183f19cb74f357d2e65b]

        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>  [57d5be4570e4a8392e847753e6746440e0287597]

        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>  [7439778c6f61c94c255fba4568a0b819feded60b]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:19 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:43 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ce543afcacfd30258dbeba45e81169e63a6b4c9]

        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>  [641f45b17e21c59cd10a935c2fab461c52dce653]

        INTEGRATION: CWS changefileheader (1.2.42); FILE MERGED 2008/03/31 13:07:31 rt 1.2.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d26b366c86301aae46807a03e32da6a7341a0ca]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:19 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:43 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a95d36a388eef15513cb1bdaab5062926f9e6f1]

        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>  [4b26f4298722e7fac65a13390266a65a853cfbd9]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 16:03:00 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:58:59 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:31 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0d8dd92fe1998b2f4fbfb55b4e52eff65853527]

        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>  [68f6a7724ccfcb3758e71ffb7c3d451cd328c655]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:19 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:43 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d54a302ca8ac73556a1c90754b7b6d320d3a09ab]

        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>  [96593393612b1fac0996e1f00a1795e084a85b35]

        INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 15:18:19 thb 1.6.432.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/28 15:34:43 rt 1.6.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [072685d147c5de9e911b10e76ec1af23ad234d78]

        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>  [fabba3de6f9dbdbba83083b393744655a13ae9e2]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/28 15:34:42 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebbf195e96abcba86cef647fa9648c7559645a13]

        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>  [78fc0dda5c34d1a72ffd76bb0dda4172c49bab80]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 19:58:53 thb 1.5.318.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:18:19 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:42 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b262f80dd17c528ae08e8c91c052b2b537d724e]

        INTEGRATION: CWS changefileheader (1.37.2); FILE MERGED 2008/03/31 13:20:08 rt 1.37.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c1d650fbe449037f0c23eeb96f4880c01591337]

        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>  [a7c8cdcc3354252bb6f3a835ad5f53a0d73e912b]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 16:02:59 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:58:59 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:07:31 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4dd59efa50b7da568b23fd28d67fadf95b7f777]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:21 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f362070be51afdaf49cb063f3cf02db088d0832]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/04/01 15:18:19 thb 1.5.226.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.5.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:41 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51b175a5694617666e34611125dddce9b59a30f2]

        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>  [15d97c49486a07447c73bfeb053193d224a7ab5e]

        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>  [de02df005b2507c081e13b6d195943d7f2a827f4]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:19 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:41 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eeb8226531dcdd4f1004a57a190985050b93f75c]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:21 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60885f071a20c0b81dbb78a68be30038c1384c9d]

        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>  [c5a06a3914f64c7850bb1955ce3ef3f60204ed7e]

        INTEGRATION: CWS changefileheader (1.3.318); FILE MERGED 2008/04/01 15:18:19 thb 1.3.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:49 thb 1.3.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:40 rt 1.3.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc0158e90188d00d92d71a5fc1f7eac00cae78d2]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:06:20 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fcc55993799aa21500ca5a383f5bd28aafdf344]

        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>  [a19362f245669568eba73fcf41850c8879435a97]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:20 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6331ca0873c975a8a9da8f4b5415abbc6cbad487]

        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>  [d3bd808f40ae609a5817839d232cf77b2d28c30b]

        INTEGRATION: CWS changefileheader (1.4.342); FILE MERGED 2008/04/01 15:18:19 thb 1.4.342.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.4.342.2: #i85898# Stripping all external header guards 2008/03/28 15:34:40 rt 1.4.342.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0cfc3b1d732a4e5668ff298fd86bac79be3fac2c]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:20 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40a8ea7ca1b016582a45fdf189c1405b10f6aebe]

        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>  [40b99599e43b434bb0a0f011569ac93b397eb28e]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:18 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:40 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72218c541f8c60049fc259ebd2e44c9154272375]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:20 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d041ebc3a11af751b01df2c814a1a2a7991bb10]

        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>  [200715c77ceb8a5f216c2c87e0eca5c902207df7]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:18 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [083bdb009a8ef1cf3e2601207e6778783e97aeac]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:20 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa568bd473fa99113e25888c82b2f628f395c1cd]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:18 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14a22178cadeb6241c51b815315426189077511b]

        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>  [86227b2a07a130ee350a99333456a5bad65c5150]

        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>  [451a24305d45108a911610a9912cc32420eaee16]

        INTEGRATION: CWS changefileheader (1.8.222); FILE MERGED 2008/04/01 15:18:18 thb 1.8.222.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.8.222.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.8.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed1bb1f1ecb5483e97d8fb66fe4c2c648de14cc8]

        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>  [53cc0ed1362231ccc0d0d084468d3cb487c6ad72]

        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>  [18f0ea63fc28e6b6c2dee7a5896b5d1792d62691]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:18 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbc1c1e564ccb4550938b73d62d9aa3cebcccdca]

        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>  [873e5add69f3cdfea23212150f105f96239c9921]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 15:18:18 thb 1.2.22.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70351f2fdd84e094e479f96e9b7db7f45996a61a]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [e7b3fd85d2a562b8b9ad28c20ed050e98c08fff0]

        INTEGRATION: CWS changefileheader (1.14.286); FILE MERGED 2008/04/01 15:18:18 thb 1.14.286.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.14.286.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.14.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed38ac99d7f890777afcd1e52607347a0ab073fd]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/04/04 14:36:36 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bda7fb6c9a1a6ed7dcd972d8542e335a2c6167a3]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 16:27:36 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad61b6ee68e949e7b15e06efc321bf5629d69466]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:18 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8132d6febfb3a58f4c6384664bb37a60ac4c3567]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:18 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [911085e8f14f611978cd14024cb68e935e9d6ade]

        INTEGRATION: CWS changefileheader (1.6.224); FILE MERGED 2008/04/01 15:18:17 thb 1.6.224.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.6.224.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.6.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af1ad952a38d8755420aef092ca25d4140288bdf]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:20 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f14948e486ab002e9244a4172923a620b17d0c6e]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:17 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:48 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae94e937e6fb459abc61a166c3340076f51f8b5c]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:17 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:39 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [093181949fa21acdff3f9182be16eebc66034591]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/28 16:27:36 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd89659e045cde0616d1ce6775c7da9fd4c97a1f]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:17 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:38 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [980d42b6ec2a00b9cfe72e50055326e19e82f103]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 13:20:26 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95b9f023482025fc41c02945cc1da7b20927acef]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 15:18:17 thb 1.7.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:38 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50b23f940fc6c684b488b31fee0e884743f6ac56]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/03/31 13:20:26 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61d8c2280e93b11c51fa07be5a0d5b91567b9b2e]

        INTEGRATION: CWS changefileheader (1.7.318); FILE MERGED 2008/04/01 15:18:17 thb 1.7.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.7.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:38 rt 1.7.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1e1a0c44c4c9f174146618051e0b0dba4cc8d84]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:17 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:38 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5557cc600c68dd91d86c6ff8bbed9cb8330b43ad]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:20 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d95724c6f93aa27b56bff2fb4a7145289c2e70c]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:17 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:38 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19330967132add718b4e9164f48c684466106f91]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:19 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a02b22c746fa30954dfcb29a8340a756f3b28fb6]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/03/28 15:34:38 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86e77948e654a98ad842570b4d108cb45f355300]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/31 13:20:26 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e43c613a546e3e9f0d02abd2a695ce7a1cf7e79e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:19 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31edf23bcb70f5071a11c3bba2d7b19901152fd8]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/03/31 13:20:26 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79f42233e103e2090b8f8439e7029fdfcdd608c6]

        INTEGRATION: CWS changefileheader (1.1.1036); FILE MERGED 2008/04/01 15:18:17 thb 1.1.1036.2: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.1.1036.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c746341bbeaaafaf3534c8a01517660758ee62e]

        INTEGRATION: CWS changefileheader (1.42.2); FILE MERGED 2008/03/31 13:20:26 rt 1.42.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [991efa6ae66577ba5891152d0eabe0bc43981e20]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:17 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:37 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2682f00ad4761eaedcaef8ec62c42291b9d3ab3c]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:47 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:37 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2bc03b7166323d8501b78bd787ea3cbd46c592f]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/31 13:20:32 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f82f89b0741ec92fac27d7feae2357ca40c4cd8c]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:19 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [132be667b0b0a61628b2f41ec07fd7c987f52eda]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:17 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:47 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:37 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f731c52f6edbd3212ca79c83ca4e04172dfaee2]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:19 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [585ba768813200f2addb445fb8d33f48bde0e918]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:20:38 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70a94814e3b8bda8cddc8605c3ca92d2a3d2d5e1]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:16 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:37 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7abfb27a996ee77d416cea074c9386facb60a3e9]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 13:20:43 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [411dd949e9781724043cecab17c3d2db489bbc0a]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:16 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8c5b35d6cf331e1849b90c597017751018cf080]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:19 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [761f9505cd7ee459f279b2376640f0e6cfef7880]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:20:43 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a0d67bcb1f3306acec6e87a5d42f8e4cf9a3110]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 10:57:46 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5b2b7d92384c324ddfaa4dd28a6741364ba30fa]

        INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/04/01 15:18:16 thb 1.2.224.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.2.224.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.2.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da9546957e933f8fa1380499a51c8a0bea85d1e4]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:19 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96eb1026c2eaca37ad7af53f8671a517dbef7902]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 15:18:16 thb 1.6.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7135cf3ab1df91e6c2ee9e78823bb2f56b8eaf40]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:16 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21af9ddb013d08523099705b81e677cf239acdba]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:19 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [154379e95668cb94871afd37f4cab1f7f79beeed]

        INTEGRATION: CWS changefileheader (1.6.432); FILE MERGED 2008/04/01 15:18:16 thb 1.6.432.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.6.432.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.6.432.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15619ceb1b45fb522641bc685130cee617791d90]

        INTEGRATION: CWS changefileheader (1.13.318); FILE MERGED 2008/04/01 15:18:16 thb 1.13.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:46 thb 1.13.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:36 rt 1.13.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdc607c548d20e98b0881954ac451c62cdb8e74f]

        INTEGRATION: CWS changefileheader (1.51.34); FILE MERGED 2008/04/01 15:57:05 thb 1.51.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.51.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.51.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f7554b80894bb08087e86bbfe3c604778a11cb4]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 10:57:45 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97336a385c9aadd2c25f0f2efa8c4dee9b2ab802]

        INTEGRATION: CWS changefileheader (1.13.96); FILE MERGED 2008/04/01 15:18:16 thb 1.13.96.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.13.96.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.13.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [797ff953f78983366bb0d051ad47a5c7417aa2a7]

        INTEGRATION: CWS changefileheader (1.8.458); FILE MERGED 2008/04/01 10:57:45 thb 1.8.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.8.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2ebd96015b80eb64e306eaab1b7b55466b21960]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:18 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d806d5861b1bfd04ecdebda9f590d14b57658558]

        INTEGRATION: CWS changefileheader (1.9.458); FILE MERGED 2008/04/01 15:18:16 thb 1.9.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.9.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.9.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc478039aef6359b6e84313ecfed24c7606282f3]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:18 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46ae4f10df54c69b2c67bcc45715bfa266fd0edc]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 10:57:45 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [624c3c58e0ce8249a03f54b5fe2fad7ee6de2190]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:18 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bfe8e9541c8f01f1e4351e64e65d75518fd5773]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:15 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b389be48de20da5d3eda79101b7d2344857eca10]

        INTEGRATION: CWS changefileheader (1.6.458); FILE MERGED 2008/04/01 15:18:15 thb 1.6.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.6.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.6.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdc56ffd65078d6c1e6e605274b3a976feadb8eb]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:18 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e621250641a5f0080f0fc707be8640b134bd6c6d]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 15:18:15 thb 1.5.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:35 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e99b8b7a3776114edec67c88550d760e79087a1]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:18 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b28080c8c5e811705e26bbec8a682e2c106784a]

        INTEGRATION: CWS changefileheader (1.9.746); FILE MERGED 2008/04/01 15:18:15 thb 1.9.746.2: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.9.746.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06c8c5497a6a4755bb59555bec02a80f78f5deb7]

        INTEGRATION: CWS changefileheader (1.10.264); FILE MERGED 2008/04/01 15:18:15 thb 1.10.264.3: #i85898# Stripping all external header guards 2008/04/01 10:57:45 thb 1.10.264.2: #i85898# Stripping all external header guards 2008/03/28 15:34:34 rt 1.10.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d03aa97b6fcd0a9fa54477050db340a520a4bc51]

        INTEGRATION: CWS changefileheader (1.9.458); FILE MERGED 2008/04/01 15:18:15 thb 1.9.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.9.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:34 rt 1.9.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37464f179b3ff502cafbbe381c0dfdd6a3ab303a]

        INTEGRATION: CWS changefileheader (1.155.12); FILE MERGED 2008/04/01 15:58:50 thb 1.155.12.3: #i85898# Stripping all external header guards 2008/04/01 12:55:14 thb 1.155.12.2: #i85898# Stripping all external header guards 2008/03/31 16:57:43 rt 1.155.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd68f0afe9647492793979bf8d84f937c65127ab]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:15 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:34 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bff8af1f20a935ac2a0495f5b293ef55d58649a0]

        INTEGRATION: CWS changefileheader (1.2.758); FILE MERGED 2008/04/01 15:18:15 thb 1.2.758.2: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.2.758.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69c4d0b807690bafcf6990d29d33db0d5aebe515]

        INTEGRATION: CWS changefileheader (1.6.358); FILE MERGED 2008/03/28 15:34:34 rt 1.6.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5535b3ec030532151c7c77bd46f2181aed328c2]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 15:18:15 thb 1.7.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:34 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f32d96997e9ba1cbe973382cea14e21d135b7f6e]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 15:18:15 thb 1.2.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:34 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee305805dd2ef76d00fa3fc8fc1d7d910fe0d612]

        INTEGRATION: CWS changefileheader (1.18.78); FILE MERGED 2008/03/28 15:34:33 rt 1.18.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbf81928bf913e49bac74a75931e9ccbd69d0783]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/04/01 10:57:44 thb 1.7.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7c194300c6f2948e8d1284846bdaeaea0ac97f9]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/04/01 10:57:44 thb 1.6.226.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [014350de2c8a59ce65f56bd76f3e89f274c03a15]

        INTEGRATION: CWS changefileheader (1.17.458); FILE MERGED 2008/04/01 15:18:15 thb 1.17.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.17.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.17.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f5b9d6599ab32dc98fb98e63ae883d612caa86d]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:33 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e645520d80fab3a32639f2a1e0111d7c8a291ea]

        INTEGRATION: CWS changefileheader (1.12.168); FILE MERGED 2008/04/01 10:57:44 thb 1.12.168.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.12.168.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dba6438f3c80341256453d223034cf7c79f91508]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 15:18:15 thb 1.2.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82b3a641d0fd88fa3271cf3102e07ba789392e9e]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:14 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:44 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:33 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb230f5f7f9a0653c2d2879468b001a5b203780c]

        INTEGRATION: CWS changefileheader (1.9.318); FILE MERGED 2008/04/01 15:18:14 thb 1.9.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.9.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.9.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43d54c18827da5a907946bda839c0e519cce4897]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:06:18 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08e23eaf0440575339184089eb39b87ea951cf49]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 15:18:14 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [def434ee81c979237f91c4948bc552a1c014e7d7]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:17 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a348d8d904f5e35a840ba4fa8ce4831b7308cf2]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:43 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d1dce0a77a8745740afc5e8614a408eb1d85d98]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:17 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95b42e25436dafc7acdd63a2ac42ed635b906673]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 15:58:49 thb 1.3.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:14 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:43 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [499699b908724984dea03e1e09ee54662bdc393e]

        INTEGRATION: CWS changefileheader (1.17.458); FILE MERGED 2008/04/01 15:18:14 thb 1.17.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.17.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.17.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4052a44e398e7f4f0931c693eb8bc6f10e656734]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:17 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91797bbabfb6bf94a11bafe4039d542a656262d2]

        INTEGRATION: CWS changefileheader (1.22.458); FILE MERGED 2008/04/01 15:18:14 thb 1.22.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.22.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.22.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09decde8227028cde8a94cc7b612159c6001f75a]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 16:06:17 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [948ab9f14482d90e8ea0b7423743c14db52857fb]

        INTEGRATION: CWS changefileheader (1.32.458); FILE MERGED 2008/04/01 15:18:14 thb 1.32.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.32.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.32.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bf2c9c779df20d0707a11f7133001082bc65ef9]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 15:18:14 thb 1.3.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40a01284ad3458981f742d4cb85f16cf06316386]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:06:17 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab318016b7be5cbdcec0310597628e4d30eb01a5]

        INTEGRATION: CWS changefileheader (1.2.758); FILE MERGED 2008/04/01 15:18:14 thb 1.2.758.2: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.2.758.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1002aded6a78da95bb6ab76cc3d4c19bfafd96c6]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/04/01 15:18:14 thb 1.4.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.4.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:32 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65043d590a4d72f745313a9534d306816bcb84c8]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:17 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e4d4b86bd4dfbaa18d86e9e94145f14680637d7]

        INTEGRATION: CWS changefileheader (1.7.458); FILE MERGED 2008/04/01 15:18:14 thb 1.7.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.7.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.7.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9aaad95546424bec3f3e93360ffb0d5abbb3d08c]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:17 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9bcdb8133f93d381cbba3c7ba442cde1f5c7e3dc]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:18:14 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e38b65c665fbefa1f654acf8a1a648e83c3de20]

        INTEGRATION: CWS changefileheader (1.14.458); FILE MERGED 2008/04/01 15:18:13 thb 1.14.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:43 thb 1.14.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.14.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27050236b10a94c48827bff35e83119a17e8f8a4]

        INTEGRATION: CWS changefileheader (1.23.500); FILE MERGED 2008/03/31 16:06:17 rt 1.23.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [176b8c17ba92eae790d21a37471098bc787ec123]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/04/01 10:57:42 thb 1.5.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d143c4c8ed0f1aefcea1577de92838bd924680ad]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/04/01 15:18:13 thb 1.8.130.3: #i85898# Stripping all external header guards 2008/04/01 10:57:42 thb 1.8.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c42532ec16ea72448a2cbb3e3fcfc6511313f021]

        INTEGRATION: CWS changefileheader (1.7.130); FILE MERGED 2008/04/01 15:18:13 thb 1.7.130.3: #i85898# Stripping all external header guards 2008/04/01 10:57:42 thb 1.7.130.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.7.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f2471973a8ce8e546a59bdafd395fa67ad7f1b3]

        INTEGRATION: CWS changefileheader (1.3.318); FILE MERGED 2008/04/01 15:18:13 thb 1.3.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:42 thb 1.3.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:31 rt 1.3.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71c6205211989604eccfa13fd559bf07e1c5e64c]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 10:57:42 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d1cf8d245d14b61bb1cfe9230c05c7400c632a3]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:16 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32bec0eb99b4691e2a776bd8de11841a891d9b72]

        INTEGRATION: CWS changefileheader (1.9.170); FILE MERGED 2008/04/01 10:57:42 thb 1.9.170.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.9.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [072aecc79600cdb3f9adb2e10565ce249752768f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:16 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b532383aa38653a17958d70d5f7c51fcabd02956]

        INTEGRATION: CWS changefileheader (1.9.192); FILE MERGED 2008/04/01 15:18:13 thb 1.9.192.3: #i85898# Stripping all external header guards 2008/04/01 10:57:42 thb 1.9.192.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.9.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [598abb9d258123262cff2d2ebee700ad4a2f1eaa]

        INTEGRATION: CWS changefileheader (1.20.160); FILE MERGED 2008/04/01 16:09:45 thb 1.20.160.3: #i85898# Stripping all external header guards 2008/04/01 13:04:48 thb 1.20.160.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.20.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c133ab6ec82cd6eb18e8aaeb215f09d211a5d69]

        INTEGRATION: CWS changefileheader (1.46.20); FILE MERGED 2008/04/01 10:57:42 thb 1.46.20.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.46.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2445f8421a9754af9f14bc53cc19880f2cf4d30c]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 16:06:16 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [881d348e683010be983abb49dfe8a4305f7fef5b]

        INTEGRATION: CWS changefileheader (1.6.458); FILE MERGED 2008/04/01 15:18:13 thb 1.6.458.3: #i85898# Stripping all external header guards 2008/04/01 10:57:42 thb 1.6.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.6.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6b78c5d08efb0709545ae708d03817ce01c3ccf]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:16 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20ca39ff3ee4cb9287261d40e497c36341b73176]

        INTEGRATION: CWS changefileheader (1.6.318); FILE MERGED 2008/04/01 10:57:42 thb 1.6.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:30 rt 1.6.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34bddf585b3079b004b51167bfbf2e87c3573ff6]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:16 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93948872218511c3a4c1347e9195f49528d1031c]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:29 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ccade0050b35a54db873e570f24082ed9c52979]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:16 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91b2a722215487a9d3a897a9294f0bf6f62ff4cf]

        INTEGRATION: CWS changefileheader (1.2.236); FILE MERGED 2008/03/28 15:34:29 rt 1.2.236.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba891351fea15fde47d7d55e718e89c990effe4d]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/04/01 10:57:42 thb 1.2.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:29 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5327bdeb7423434eba38f442431298929a699a1]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:16 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6248db8c74817ba4201be7620e83484745ba71e9]

        INTEGRATION: CWS changefileheader (1.5.458); FILE MERGED 2008/03/28 15:34:29 rt 1.5.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45d6bc14bfbd4fee031d2d51777cca49acadbc6a]

        INTEGRATION: CWS changefileheader (1.7.128); FILE MERGED 2008/03/28 15:34:29 rt 1.7.128.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d88c93cacae782fc6352065a658ba58f8890a38]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:34:28 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76f59b7fe157e72c7677db8efb118910f602ad19]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:34:28 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [972ab44fe8376b02a5a23211add728e604519ac2]

        INTEGRATION: CWS changefileheader (1.4.318); FILE MERGED 2008/04/01 15:18:13 thb 1.4.318.3: #i85898# Stripping all external header guards 2008/04/01 10:57:41 thb 1.4.318.2: #i85898# Stripping all external header guards 2008/03/28 15:34:28 rt 1.4.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aaa0742463c3a33f0d057d29dd15b402df9128b8]

        INTEGRATION: CWS changefileheader (1.14.458); FILE MERGED 2008/04/01 10:57:41 thb 1.14.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:28 rt 1.14.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b1fc6159f3379fc8f117636e40432930050807e]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/04/01 10:57:41 thb 1.3.458.2: #i85898# Stripping all external header guards 2008/03/28 15:34:28 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [151ff4628e611cbf11590256bab3764a2d518b8c]

        INTEGRATION: CWS changefileheader (1.8.458); FILE MERGED 2008/03/28 15:34:28 rt 1.8.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ec8b4359d88347a9205cc46ba189acb48f08fa0]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:06:15 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d5b15258e6ef0bf4383e79997748e354b9ded7a]

        INTEGRATION: CWS changefileheader (1.3.458); FILE MERGED 2008/03/28 15:34:27 rt 1.3.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df5f532e17bdd6acdc5e016d093a7f3301a2d779]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:15 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8037aa2c242676f88f8773554d647ef762466ee]

        INTEGRATION: CWS changefileheader (1.2.458); FILE MERGED 2008/03/28 15:34:27 rt 1.2.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d64ce0d5b5420a552e64d8e12408a65f66e09e98]

        INTEGRATION: CWS changefileheader (1.4.458); FILE MERGED 2008/03/28 15:34:27 rt 1.4.458.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf48fc400712c8fe195eef0875252bccca565212]

        INTEGRATION: CWS changefileheader (1.2.304); FILE MERGED 2008/03/28 15:34:27 rt 1.2.304.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22f7a91a85d5b6588a7c460eeb6a3781be42ab55]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:15 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2094e6ef559c50133055daab1067f881559fe0dc]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/03/28 15:34:26 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5797a93d97569de879cad0954396a23d80cb0f26]

        INTEGRATION: CWS changefileheader (1.4.180); FILE MERGED 2008/03/28 15:34:26 rt 1.4.180.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a114e50cbfe77e5e69be533fafc7057a49ed4e2]

        INTEGRATION: CWS changefileheader (1.14.262); FILE MERGED 2008/04/01 10:57:41 thb 1.14.262.2: #i85898# Stripping all external header guards 2008/03/28 15:34:26 rt 1.14.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16fadee34d8c7bb5ebdc13b317e6fb817b948621]

        INTEGRATION: CWS changefileheader (1.12.246); FILE MERGED 2008/03/28 15:32:05 rt 1.12.246.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20b1f7383db0422c6fd9525125f7706d123d7a73]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:32:05 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25f90b833cf837bcd6a3161561cfaee76ef15e7c]

        INTEGRATION: CWS changefileheader (1.15.300); FILE MERGED 2008/03/31 16:06:06 rt 1.15.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b46a51471a71eb23a696c97120423f2c3c171ba7]

        INTEGRATION: CWS changefileheader (1.19.24); FILE MERGED 2008/03/28 15:32:05 rt 1.19.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f0acbc6593927578f18949f4a46000c6677b582]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:32:04 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a858b3b62762455024bb37a850ceb9cab63a5c90]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:06 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7df3b209ecc9656e2fc65182ee3b362284d5433]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/28 15:32:04 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3994165336c3d3241163aed3d67732c6d9b93ef]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:06 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d16ecfa04597d78294da0bf9a9deee7e52d1b0a4]

        INTEGRATION: CWS changefileheader (1.18.146); FILE MERGED 2008/03/28 15:32:04 rt 1.18.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [131d0291a4903bc1caf1a2bb701ce1ea196ba75e]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:06 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f049dbf6ee92a5c7bc9f6af1c0a765a4443c9650]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:32:04 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de3e0e46428f9869cadc7f26831c4216bb48aa30]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:05 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [712e000d0a7ccb039e6af42b6c07cff74580c434]

        INTEGRATION: CWS changefileheader (1.11.214); FILE MERGED 2008/03/28 15:32:04 rt 1.11.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cb352cb2385a15ae582851a05aed4852a91bfc7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:05 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [838eb39a4c873d29a5f8aa4241c7c8c4edf1cefd]

        INTEGRATION: CWS changefileheader (1.11.160); FILE MERGED 2008/03/28 15:32:03 rt 1.11.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d954ebafe49bf0147f2b1e10719b57b536733ea9]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:06:05 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a8a32e62fc6fbdb150ade20d5baa3b74bccc52b]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:16:03 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:21 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:32:03 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d005390f7c868194805c4ab834219158b4e46ab]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:05 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84562710ac5813d9449860216658211f7abc5ab1]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:32:03 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f26b08840360c0f38b9ac951d602e2bdc9ccfc3]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/04/01 15:16:02 thb 1.13.24.3: #i85898# Stripping all external header guards 2008/04/01 10:56:21 thb 1.13.24.2: #i85898# Stripping all external header guards 2008/03/28 15:32:02 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e75b7f18af9b3b39b7032340587050342c19adf]

        INTEGRATION: CWS changefileheader (1.12.160); FILE MERGED 2008/03/28 15:32:02 rt 1.12.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e7ab721c8ad9524a763906731f0be84e8a90f34]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 15:16:02 thb 1.4.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:21 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:32:01 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b95b447bb001c2c4ab9f0d703def13efd61c35f]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:32:01 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d4a1a81d0bba07616a6bb273e7645f8ebb61fad]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/04/01 15:16:02 thb 1.7.154.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.7.154.2: #i85898# Stripping all external header guards 2008/03/28 15:32:01 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34e4c7b60189144736b26b923ebec8d478ccf71f]

        INTEGRATION: CWS changefileheader (1.12.160); FILE MERGED 2008/03/28 15:32:00 rt 1.12.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fff7ca25ff18907797528cd65e5f3ac17a753d61]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 15:16:02 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:32:00 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10ca8a018b1d34685267eb6a6f605e2132916fc0]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41867805186a4deb4241e84c6d57bf18419040f2]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:59 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5dd8c140ccc58361bd7f8c6baa3ca4d9d1e14083]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:16:02 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 15:31:59 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66c3939c67758de510a84c22c99d062896bc55f2]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 16:06:05 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1923a3b47ce8cda1d0ac53c4277bd564ca383c2f]

        INTEGRATION: CWS changefileheader (1.10.160); FILE MERGED 2008/03/28 15:31:59 rt 1.10.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e61b2fa276a0dc06d66e4528dff2f29e4a8eef0]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 15:16:02 thb 1.4.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:58 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1495db4e292547fd0b27a9b8fd868ed79b4c965]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:06:04 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64ae29ee712801218a6b451308d0a5574c321d18]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:58 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [262f9db88dfd05b494e522ffb6943bb9aa1230f1]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:06:04 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78fa9ea690a39a17f884483f6b0ed0bf4cee7fef]

        INTEGRATION: CWS changefileheader (1.9.156); FILE MERGED 2008/04/01 15:16:02 thb 1.9.156.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.9.156.2: #i85898# Stripping all external header guards 2008/03/28 15:31:57 rt 1.9.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acd5e3fe350900ebe83cdb9c7e67cd5f1861ce5c]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [054ade78b5b353d16144a52741cf6eed5090f3f0]

        INTEGRATION: CWS changefileheader (1.16.160); FILE MERGED 2008/03/28 15:31:57 rt 1.16.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [badeaa795c3c780db00819bfc512dd432b07b967]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:16:02 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:57 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e0b25a821b907aad547334006fa3c04493d6b08]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64ced3025d2e2f37d0bf503429dee5e5d741b579]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:57 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c03f784089ed4811070fb5b599df1299c62c756]

        INTEGRATION: CWS changefileheader (1.11.478); FILE MERGED 2008/03/31 16:06:04 rt 1.11.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54e5a9aef3b11cb2e6b1feb6866871546f926487]

        INTEGRATION: CWS changefileheader (1.22.156); FILE MERGED 2008/04/01 15:16:02 thb 1.22.156.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.22.156.2: #i85898# Stripping all external header guards 2008/03/28 15:31:56 rt 1.22.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [327cb1a3f6b99ba1ecc39ec9d1061b6b7e6fd449]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:06:04 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f09ddcbb7c3e1d5bc2b38ea5d28a020aeb89d25f]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 10:56:20 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:56 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71192c47942920caef05beb84f2ab22ada33c1ba]

        INTEGRATION: CWS changefileheader (1.8.146); FILE MERGED 2008/04/01 15:16:02 thb 1.8.146.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.8.146.2: #i85898# Stripping all external header guards 2008/03/28 15:31:56 rt 1.8.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75f8e592b23d21d4d1476194f28a3758dfb8429b]

        INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/31 16:06:04 rt 1.9.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b52a146e2801e48fc08965dca0dde639b8a132a8]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/03/28 15:31:55 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14e341c80ee9793d7e67f1395032eac886dae497]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:06:03 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78bdcff166bb83418ac04cb52b74ab227d04a8f0]

        INTEGRATION: CWS changefileheader (1.15.160); FILE MERGED 2008/03/28 15:31:55 rt 1.15.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91ae81cba45e490f2628b19a27fb1a7d732fe462]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:31:54 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5eaa467ba96762a99590576a5a190fc182d3bc94]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:06:03 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b48bc5077f8a684b249feeb0fc2d8efd046006e]

        INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/04/01 15:16:01 thb 1.10.24.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.10.24.2: #i85898# Stripping all external header guards 2008/03/28 15:31:54 rt 1.10.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31e2c22240881d8e027a46bdd48098d43574f85e]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:06:03 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a28509b592fca25739539eaaa72a1b6f3ccfe48d]

        INTEGRATION: CWS changefileheader (1.7.156); FILE MERGED 2008/04/01 10:56:20 thb 1.7.156.2: #i85898# Stripping all external header guards 2008/03/28 15:31:54 rt 1.7.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60339a090405507aa8e302eac59efeb3ed76bc71]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:06:03 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f369b5a40f7353b9c8ee756caa266d012bf965a]

        INTEGRATION: CWS changefileheader (1.10.160); FILE MERGED 2008/03/28 15:31:54 rt 1.10.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b01090137f04b76ad5d28f4bd9de02e1a1dded96]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:16:01 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:53 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [925ed8305d4ad3d6f942e577bced898382d1bc2f]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:53 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22f952665fcc3b084a235a21cb09c6252ca2a952]

        INTEGRATION: CWS changefileheader (1.8.176); FILE MERGED 2008/03/31 16:06:03 rt 1.8.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7884466cc0ffd80df18aa53f43acc939af8d5413]

        INTEGRATION: CWS changefileheader (1.9.156); FILE MERGED 2008/04/01 15:16:01 thb 1.9.156.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.9.156.2: #i85898# Stripping all external header guards 2008/03/28 15:31:53 rt 1.9.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd4da7278e3a77d09024d5cc5b23ae1354148fe8]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:06:03 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c564fe41c73426d8a9044163d0517f31eabd5ac6]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 15:16:01 thb 1.4.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:53 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f18ca4bb6d409d63534acb757da18dda22492e3e]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 16:06:03 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [783f9432cbb0a10c93dba331584389d47eb8d61e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:16:01 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:52 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d7099c00517c4cc0489fe0485db0773fd5ff598]

        INTEGRATION: CWS changefileheader (1.45.32); FILE MERGED 2008/03/31 16:05:40 rt 1.45.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6ecc08d0570df4966aab8d730d1e84b3fc4b934]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 10:56:20 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:52 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d257635e4a32b6fd9e405920c5e6a2ed8ef650b1]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:40 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0002f08ccd41a5477ed7370a9287af32aa6a2874]

        INTEGRATION: CWS changefileheader (1.7.252); FILE MERGED 2008/04/01 15:16:01 thb 1.7.252.3: #i85898# Stripping all external header guards 2008/04/01 10:56:20 thb 1.7.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:52 rt 1.7.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d5dce339c647ba5269b7b19cc17f05c9b361034]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/28 15:31:51 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [261f8b5c0931ffd13e63d287ec4ae5473cb966c6]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:40 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a3a3833561d5cddf4cbb79e8578bc0ae460c82b]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:39 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1759c0953202553905a19159db70e3d4e73769a2]

        INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/03/31 16:05:39 rt 1.13.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ead250ae53337fe867d6bcb69cd11d8e6966b1e5]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:39 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a5958d0d720c22b9df6fcae21035d542009ef4b]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:49 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [729f40e18a9a72b05a727edd878b5fc8acbf9738]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:38 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3e3a4c892a3076615ad8be5b369634627179928]

        INTEGRATION: CWS changefileheader (1.2.176); FILE MERGED 2008/03/31 16:05:38 rt 1.2.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5e08af8a976f648623feae842ff0640f32a8c42]

        INTEGRATION: CWS changefileheader (1.10.252); FILE MERGED 2008/03/28 15:31:48 rt 1.10.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1895c13ea5cff0129d232f10084a3334ab2f916c]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:05:38 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6749648248ca9baf4c4ebfe217b17c7a18f437a]

        INTEGRATION: CWS changefileheader (1.9.252); FILE MERGED 2008/03/28 15:31:47 rt 1.9.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a524d80400bfbce8a36824b2c980ca3b146b58e6]

        INTEGRATION: CWS changefileheader (1.8.430); FILE MERGED 2008/03/28 15:31:47 rt 1.8.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27fd8c3528c09e79d7c8575737b6ca50801621c6]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:38 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0be2e4f22fd40bbcf493f428a0b4f8da4447cdef]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/03/28 15:31:47 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbcb028ca6e919c9ee5e110dbfa6d6d355be3b65]

        INTEGRATION: CWS changefileheader (1.10.252); FILE MERGED 2008/03/28 15:31:46 rt 1.10.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69ba86714e23245fc31109a5e72c6e9366e3178c]

        INTEGRATION: CWS changefileheader (1.8.430); FILE MERGED 2008/03/28 15:31:46 rt 1.8.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c29daf15474de2e7a3567f149ccd667d674cb0f]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:46 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4795964f1caf1993c619f576aea978815eeac6c]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:38 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3e692382b85d18bcdb256b0536ff33b256b9175]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:45 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f038c43650e0ee8c8697cab2551f859cf04e5993]

        INTEGRATION: CWS changefileheader (1.11.252); FILE MERGED 2008/03/28 15:31:45 rt 1.11.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b74c97489b9702b760164b210985ea73d282a713]

        INTEGRATION: CWS changefileheader (1.11.478); FILE MERGED 2008/03/31 16:05:38 rt 1.11.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [686ef3b00cf75a5f51cf523d245bd7816e951c6f]

        INTEGRATION: CWS changefileheader (1.5.278); FILE MERGED 2008/03/28 15:31:42 rt 1.5.278.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ade36261aa5bfe76077b4f653f4564c78fea7740]

        INTEGRATION: CWS changefileheader (1.8.430); FILE MERGED 2008/03/28 15:31:42 rt 1.8.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e91faf02c42394c93a0fb39bce78a2cc4477b99]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:05:37 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f41a0836bf5e6194a8c74b9d6bcc9312c42825b4]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:37 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fffab6f95954a24a0f8f8728efbd2c4b713ec4b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:37 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df4e73b76ea56cdaedfa657d2f1ce0c5d93d3231]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:37 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68febe9dc75d8599667bb5aa1388fd943664390a]

        INTEGRATION: CWS changefileheader (1.2.176); FILE MERGED 2008/03/31 16:05:37 rt 1.2.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dcd776b5598d9a04eebde9a716af99d1a91ae8d]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:37 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81f2a1c81019ba93620cd1c04a8036742b643823]

        INTEGRATION: CWS changefileheader (1.8.430); FILE MERGED 2008/03/28 15:31:40 rt 1.8.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58314f52b0fccaae2f8c1fec86803b961fc963bc]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:37 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1f5e362dd7233acddd4aff132fd3232024e6656]

        INTEGRATION: CWS changefileheader (1.8.430); FILE MERGED 2008/03/28 15:31:39 rt 1.8.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7745a18d88f562ffd6b876142f1e6108734c7c5]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:36 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab7dbe3d7ed0bb08cae957b20fea99b23ba7247d]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:36 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b609fc54c46917a7324ae0ee6d7fd5ecb6137973]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:39 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16065f54034d1ac32d77a69bae7cc1157c99eb3b]

        INTEGRATION: CWS changefileheader (1.9.430); FILE MERGED 2008/03/28 15:31:38 rt 1.9.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf80eb7cd21065844d63066f1ee1052ccaff9ba9]

        INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/28 15:31:38 rt 1.6.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b09b56cbc5c53c36c23460dc75b2dbeb858dcc4]

        INTEGRATION: CWS changefileheader (1.5.386); FILE MERGED 2008/03/28 15:31:38 rt 1.5.386.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b15da2550823714f241d91b6b45022b575c33d7b]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:05:36 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5bbacb7d928af12bf76ddae781a3e2e2d15269d]

        INTEGRATION: CWS changefileheader (1.4.386); FILE MERGED 2008/03/28 15:31:37 rt 1.4.386.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6676bb9be7f71e9c53fef4dcef491a8aaa9c8a1]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:36 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b041a5a69a25dbb4d60de04d7e00737b8b160a63]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:36 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [19c2c0ca402bd49b41324aae135efa823daa0cee]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:36 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5cb1a2e6fe6a54b9cc3c181e20d08c8592f8293]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:35 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [729791f901aae37905d9f9f57dfb98629ba718a3]

        INTEGRATION: CWS changefileheader (1.10.468); FILE MERGED 2008/03/31 16:05:35 rt 1.10.468.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb31fb3289f8531a6f4fcd86e0936f88c583de81]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:35 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c41d04bd6ef772c595efdd5dbd0dbf1b9ed7893]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:35 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acb394e3294f5a3b458f76487de0786929fea3cd]

        INTEGRATION: CWS changefileheader (1.9.430); FILE MERGED 2008/03/28 15:31:36 rt 1.9.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b67d58c00d9b5702e1224d2b92d2e030adf27b0]

        INTEGRATION: CWS changefileheader (1.7.430); FILE MERGED 2008/03/28 15:31:35 rt 1.7.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9820b16a7405ceb904efed0d07c530bcb2210e9d]

        INTEGRATION: CWS changefileheader (1.7.404); FILE MERGED 2008/03/28 15:31:35 rt 1.7.404.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [908805b3f9dc4e5671553810c0afed29be19d429]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/28 15:31:34 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1584af521184ff608b6f16420184dd9bcd37484b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:35 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbd8fd97e400929aabf8e1b4e4dc58920a3af0b6]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:16:00 thb 1.4.358.3: #i85898# Stripping all external header guards 2008/04/01 10:56:19 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/28 15:31:34 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [631f1de1de3b9c446a796100a999dc20a77f7c8e]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/04/01 15:16:00 thb 1.10.46.3: #i85898# Stripping all external header guards 2008/04/01 10:56:19 thb 1.10.46.2: #i85898# Stripping all external header guards 2008/03/28 15:31:34 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b8fa53855adf97d6a5b08bc7f33e73a008ccba0]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:34 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b650bfdde379fce507fef836044e02f1b905cf46]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:31:34 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b06b2b833e4ff5d61d1b187d72600ae3d9d586fe]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:34 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45c4f8658b24165540e887714ec8688a18ee1c93]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/04/01 15:16:00 thb 1.2.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:19 thb 1.2.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:33 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3d4d0746e58ee89b3fd43e3a60dd57bb1f51156]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:34 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c42b6e5ea79f1fb24349e9771d699533bfb4cf00]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:31:33 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e0968dd9364880dcf8cb23aee4ba6cd3c2b7a9b]

        INTEGRATION: CWS changefileheader (1.16.500); FILE MERGED 2008/03/31 16:05:34 rt 1.16.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4217ec44ca23b52cd30420227b4c0f0aed52433]

        INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/03/28 15:31:33 rt 1.10.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [337fc024439e2c94c558b940190a5704b9ebab14]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:31:33 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [968e26476af138a4a3a48a0bb3d865b82b67b45a]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:34 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [407e08f8e965948177af4a45d77d81e5d05183d2]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/04/01 15:16:00 thb 1.5.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:19 thb 1.5.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:32 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87c39d1f9a6945859049993ffd3d957103e729af]

        INTEGRATION: CWS changefileheader (1.19.46); FILE MERGED 2008/04/01 15:15:59 thb 1.19.46.3: #i85898# Stripping all external header guards 2008/04/01 10:56:19 thb 1.19.46.2: #i85898# Stripping all external header guards 2008/03/28 15:31:32 rt 1.19.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a15de82f9894eca61e202c8c957b06c322e3c07a]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/28 15:31:32 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e715544b9b2ea574e4c059b24d461dc52dc9efcd]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:33 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [662782e53396381f4c0354754870e5e418703289]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/28 15:31:31 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90677ee723874920ea73695886e95926e0510add]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:33 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [969051a3ac34d6ea136b8cc7596e76039af83bed]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/28 15:31:31 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73d88e1a4acb2cd24516b40194d090e192cfe763]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:33 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abfb3e330efc2f09d997f5c8a6bda3ec1b6ee3cb]

        INTEGRATION: CWS changefileheader (1.7.214); FILE MERGED 2008/04/01 15:15:59 thb 1.7.214.2: #i85898# Stripping all external header guards 2008/03/28 15:31:31 rt 1.7.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9fc0ef4dd24b088460a059cfa44c24cd312aedb]

        INTEGRATION: CWS changefileheader (1.16.382); FILE MERGED 2008/03/31 16:05:33 rt 1.16.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d4aceacc88dd04d93014a3428fcfa78c99544ef]

        INTEGRATION: CWS changefileheader (1.9.214); FILE MERGED 2008/03/28 15:31:31 rt 1.9.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c6aa84bea6237ccc290d4c6d0a2da5fe34fb83a]

        INTEGRATION: CWS changefileheader (1.8.382); FILE MERGED 2008/03/31 16:05:33 rt 1.8.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8990657c085f67bc4da6fdbf65cac56172fa27e6]

        INTEGRATION: CWS changefileheader (1.5.144); FILE MERGED 2008/04/01 10:56:18 thb 1.5.144.2: #i85898# Stripping all external header guards 2008/03/28 15:31:30 rt 1.5.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60a813b8570517c255a1d32bfaa5eb49a1201458]

        INTEGRATION: CWS changefileheader (1.18.178); FILE MERGED 2008/03/31 16:05:33 rt 1.18.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdc1131df815602bb3c2cc8ddef50cfba23acf4a]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:31:30 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2381758b24ada469b7961a83ecc30a00bd499818]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/28 15:31:30 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9396f4d3b5fb9b7854d781505d2b22637ff9c979]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/03/28 15:31:30 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95933e404ca3cdd62f95d86a1d258e1cfe10b497]

        INTEGRATION: CWS changefileheader (1.8.214); FILE MERGED 2008/03/28 15:31:30 rt 1.8.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [118e1557237d24c4fb970a995f9b95fa93346052]

        INTEGRATION: CWS changefileheader (1.12.214); FILE MERGED 2008/04/01 15:15:59 thb 1.12.214.3: #i85898# Stripping all external header guards 2008/04/01 10:56:18 thb 1.12.214.2: #i85898# Stripping all external header guards 2008/03/28 15:31:29 rt 1.12.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77ab9968a978517d4e3ecdc5a44633c81180ed49]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:33 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba14fb61a1cdb172e56a635392daf5fecea866cf]

        INTEGRATION: CWS changefileheader (1.12.144); FILE MERGED 2008/04/01 15:15:59 thb 1.12.144.3: #i85898# Stripping all external header guards 2008/04/01 10:56:18 thb 1.12.144.2: #i85898# Stripping all external header guards 2008/03/28 15:31:29 rt 1.12.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8f5815b1df15fbac29094a0829fb52407312d75]

        INTEGRATION: CWS changefileheader (1.16.144); FILE MERGED 2008/03/28 15:31:29 rt 1.16.144.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09937ca435be8134ec10982f2d0c957fadb2eb7d]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 15:31:29 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c2af207b36d182f3e8c52e3437b53727eac3476]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 16:05:33 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c8163109294a1204fa023ca5e3e2d257357689b]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/03/28 15:31:28 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [764412a2b1f5c6a83d005145198eb8d0c4d1818f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:33 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dc211d597049c7d246d151c3ca040451eb175c9]

        INTEGRATION: CWS changefileheader (1.10.270); FILE MERGED 2008/03/31 16:05:33 rt 1.10.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68167e2b1451053884ed9bb2382183a0e402c0f3]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:15:59 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:28 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [130b324665b73bd5723b4aec2d07eb61f56703c3]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:15:58 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:28 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1c2236a16fd4f6cdc68831a0946bc9906e5ea56]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:32 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdafe1ccc473110804732f4049be547c0d9cc09c]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:56:18 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:27 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3289b203564ed6813faaf3aad9c083874346aa44]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:05:32 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70d16829119bf011e8b3db02e99fa3bf4de05a9b]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/03/28 15:31:27 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5eb864dfdf57afd7b0ef50a3e90dec715982addc]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:32 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [700f643fa54e2939b8cddf27ef2940871a33a2d9]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/28 15:31:27 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a71fd2a5bd41334aa711c9d26a8ab70b5815a9d]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:32 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [849082926745cf06d39dc7b8c750f32dd0bde8e6]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/03/28 15:31:26 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c40842ab0f94529c2cc44fef0c8ca076a14ec23]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:15:58 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:18 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:26 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04db59830be1aa9d5770397445264f2e971ac4e8]

        INTEGRATION: CWS changefileheader (1.11.176); FILE MERGED 2008/03/31 16:05:32 rt 1.11.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1601c7b055a7b2fa058c611b62c5e36a82c9ade1]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/04/01 10:56:18 thb 1.5.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:26 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6d683217b792b5aae81a6bb0623c60b05ba2bc26]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:32 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a52089ffb395f9d3125c38eae7870e2710acc8a]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/04/01 15:15:58 thb 1.13.24.3: #i85898# Stripping all external header guards 2008/04/01 10:56:18 thb 1.13.24.2: #i85898# Stripping all external header guards 2008/03/28 15:31:26 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2f1a361413237bbcafd78a90300ec0b49198f51]

        INTEGRATION: CWS changefileheader (1.13.122); FILE MERGED 2008/03/31 16:05:32 rt 1.13.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f756feb3e47e7e6a174f56650cef42ea92bf0585]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/04/01 15:15:58 thb 1.2.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:25 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a2a151f1b4719c097d78cd4a89e8538c167e224]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:32 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1c601591488eae2ab12e3a12783e962c40c5e5b]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:15:58 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:18 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:25 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f3951ce65904f027aa0740e8c04f7cfc28572ff]

        INTEGRATION: CWS changefileheader (1.5.252); FILE MERGED 2008/04/01 10:56:18 thb 1.5.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:25 rt 1.5.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [669e5b3a2b309d384e192315708c478caff7cb63]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:31 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c7c3a7d2c31c6e1ccf981d9065a7e8df1fd0f01]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/04/01 15:15:58 thb 1.6.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:17 thb 1.6.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:25 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3113cceadf0ecf56c22b6147dd830fea32aac7e8]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:31 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [627c261cbefc5f3b69d510d1178230fc25dc32a1]

        INTEGRATION: CWS changefileheader (1.14.82); FILE MERGED 2008/03/28 15:31:24 rt 1.14.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e149ad8089842b2cc2c78574dfca90e304b0bf2]

        INTEGRATION: CWS changefileheader (1.10.492); FILE MERGED 2008/03/31 16:05:31 rt 1.10.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f6cfa4d26bdcef1dbdc72c20aa2216446966af2]

        INTEGRATION: CWS changefileheader (1.13.18); FILE MERGED 2008/04/01 10:56:17 thb 1.13.18.2: #i85898# Stripping all external header guards 2008/03/28 15:31:24 rt 1.13.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d61936918e7fcf4ead1d851d345f55581639bc66]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:31 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d04fbe04816528a87257cd012a93db32a98c9ccc]

        INTEGRATION: CWS changefileheader (1.67.18); FILE MERGED 2008/04/01 15:15:57 thb 1.67.18.3: #i85898# Stripping all external header guards 2008/04/01 10:56:17 thb 1.67.18.2: #i85898# Stripping all external header guards 2008/03/28 15:31:24 rt 1.67.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2bb9b2847934ab7fcbac9a1620c9abb58357e94]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:31 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d65a48b2b25f9958b03bba892bb196d47d6f411]

        INTEGRATION: CWS changefileheader (1.4.278); FILE MERGED 2008/03/28 15:31:24 rt 1.4.278.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6149e1093d0569375a45a30c70c6f040e4ee74df]

        INTEGRATION: CWS changefileheader (1.12.24); FILE MERGED 2008/04/01 10:56:17 thb 1.12.24.2: #i85898# Stripping all external header guards 2008/03/28 15:31:24 rt 1.12.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf9a7566a7f45ae0bf30bea8868c2c29e116c323]

        INTEGRATION: CWS changefileheader (1.17.500); FILE MERGED 2008/03/31 16:05:31 rt 1.17.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5c4393e0d56335c9b1dfca7a05ebd50c187db18]

        INTEGRATION: CWS changefileheader (1.10.160); FILE MERGED 2008/03/28 15:31:24 rt 1.10.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [904f981ad5192b786ddf61622ed892de3622adee]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 16:05:31 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e31659cb4f1130ba990b040815d308d840603ef]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:24 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8735546381f0fd5b78627bc3f7233d165334d6b]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/03/28 15:31:24 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7e61bcb6d20787e9ed2f89e8c9492e267282c17]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:31 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [077c9422e1361b7e46debefb0a3abaae3e36d4d8]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:31 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82783d4dfeef08ebb571e745c1afad79e42509ba]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:31 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [384de0f4c67ae01f20753f67da8a8f9d7619396b]

        INTEGRATION: CWS changefileheader (1.11.492); FILE MERGED 2008/03/31 16:05:31 rt 1.11.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9746e3744c70a13aaef4c29522dc9aaf40fa776]

        INTEGRATION: CWS changefileheader (1.39.18); FILE MERGED 2008/03/28 15:31:22 rt 1.39.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44350b01161fae5c2140d21cd305cda8542ee7ed]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:31 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00e45dce1eaf38fd0c9458934eabcd1a85db8656]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 16:05:30 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [031b7b96a60fd2fd650ce5204577130d259ce4dc]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:30 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a7ab8105752c06716fabd2d31aedc271f918545]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:30 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddd2b22f60c54dc993bd0376ced4f5c651b51066]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/03/28 15:31:22 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5550371e3621b4488254133525526c11a2b7abc]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:30 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb0d4ebf22320a25798bdaaf2e88bfe7a08280c8]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/03/28 15:31:21 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9289844c6272331d99b61c054ffb37876103e285]

        INTEGRATION: CWS changefileheader (1.13.84); FILE MERGED 2008/03/31 16:05:30 rt 1.13.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25afb2b2c8a654c84b2d41e2b24965e552a8a97b]

        INTEGRATION: CWS changefileheader (1.31.16); FILE MERGED 2008/04/01 15:15:57 thb 1.31.16.3: #i85898# Stripping all external header guards 2008/04/01 10:56:17 thb 1.31.16.2: #i85898# Stripping all external header guards 2008/03/28 15:31:21 rt 1.31.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29259775c0202b6e186f8262371e32fe5b52f291]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:30 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c5633d63c24249bdaa00913418112360fa91b88]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:30 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e25f880d8bb24ab9226e2a437bab92e12107dbd1]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:05:29 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40600e647d6728e30a933d93cd0786e9e0aabf2a]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/04/01 10:56:17 thb 1.2.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:21 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8de7047d72aad11bb151577c4baca6ea34947077]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:29 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c4f6ada859a8388bf31ac47f5046fd977e8c965]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/04/01 15:15:57 thb 1.4.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:21 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f805fb5f2e971749e274d4183762ea2948f3d22]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:31:21 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b26be451fc2f4de49673f3481a9b0fb02ffb50f]

        INTEGRATION: CWS changefileheader (1.2.430); FILE MERGED 2008/04/01 10:56:17 thb 1.2.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:20 rt 1.2.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5ab9d17da2bbdb28f10ac09e6b638deb112c117]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 16:05:29 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cdba446f9e7345b345b00d7c68e768dd8c00ed4]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:15:56 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:17 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:20 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42452d6d7fd914d610642d13571041d3782941f1]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:29 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70057e2cd8ecb97afad51f591ac6d427d9c22ccb]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/04/01 15:15:56 thb 1.3.292.3: #i85898# Stripping all external header guards 2008/04/01 10:56:17 thb 1.3.292.2: #i85898# Stripping all external header guards 2008/03/28 15:31:20 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39e98c466883999bc0423036d9ea394e1db47cd5]

        INTEGRATION: CWS changefileheader (1.11.466); FILE MERGED 2008/03/31 16:05:28 rt 1.11.466.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b88cbc59bce9f5d64c29f8d23660e64a6324d619]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/28 15:31:20 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aeb667ae2d6f757ce2554cafa5ce47c6f2fb9037]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:28 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee9aa3ce18b24a0831f8298c7c6922d95bab4832]

        INTEGRATION: CWS changefileheader (1.7.188); FILE MERGED 2008/04/01 15:15:56 thb 1.7.188.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.7.188.2: #i85898# Stripping all external header guards 2008/03/28 15:31:20 rt 1.7.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [759ed394019dfaab5f575a4014bf188d7f56fee2]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:05:28 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcc1d77edbbdfb5e5bdc9fb530b8a4cf36f02be4]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:28 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e61d47c6c6aea1308aac57a31e573c8ce7c1a1a2]

        INTEGRATION: CWS changefileheader (1.26.82); FILE MERGED 2008/04/01 15:15:56 thb 1.26.82.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.26.82.2: #i85898# Stripping all external header guards 2008/03/28 15:31:19 rt 1.26.82.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe8c12322597425b65540e95c12369cc1b2897d3]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/04/01 15:15:55 thb 1.12.84.2: #i85898# Stripping all external header guards 2008/03/28 15:31:19 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cf2a02e89a89efe8cb027368beb6c90b23bb568]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/04/01 15:15:55 thb 1.9.84.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.9.84.2: #i85898# Stripping all external header guards 2008/03/28 15:31:19 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0473d6040113bf9e33ee73952c0277c8262d550b]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 16:05:28 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [970fee07e2a0540b38c82acfa11baf8bad9069a4]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:56:16 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:19 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7c013676ce50b09cb44bf9b8f765becb3be0105]

        INTEGRATION: CWS changefileheader (1.7.48); FILE MERGED 2008/04/01 15:15:55 thb 1.7.48.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.7.48.2: #i85898# Stripping all external header guards 2008/03/28 15:31:18 rt 1.7.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b11d29d697f36688ddf6d4dd55bdb013f1cf6cc0]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:27 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c04cb6c359459dd9f7add6223bda840185d88385]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:15:55 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:18 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd7c350beccf7c9423781be11adf4c216a293c41]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:27 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20368e015566f0374d84f0a618c33d397745093c]

        INTEGRATION: CWS changefileheader (1.14.188); FILE MERGED 2008/04/01 15:15:55 thb 1.14.188.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.14.188.2: #i85898# Stripping all external header guards 2008/03/28 15:31:18 rt 1.14.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6f6317f6595954964d4f8b1abbcc3d8523f44e2]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 16:05:27 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31428c114c18856b7e9772c41710b65fb43e4951]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:56:16 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:17 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fcfa66c10fce290fac359ed95fb7d44314ed3c1]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/04/01 10:56:16 thb 1.5.24.2: #i85898# Stripping all external header guards 2008/03/28 15:31:17 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f887dca7d6441da922fae324ac60970c4717f81]

        INTEGRATION: CWS changefileheader (1.10.396); FILE MERGED 2008/03/31 16:05:27 rt 1.10.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72fc55a69ce2e85e6cd1fb0ec66ae08ea9df64a7]

        INTEGRATION: CWS changefileheader (1.15.24); FILE MERGED 2008/03/28 15:31:17 rt 1.15.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c4c322831bd1b93c480926cb916fb41b9283781]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 16:05:27 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f4452489e8257a3fdb8d9216b1f16dc95b0a9f7]

        INTEGRATION: CWS changefileheader (1.15.160); FILE MERGED 2008/03/28 15:31:16 rt 1.15.160.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad6246c50ff7a2283cd8b3d6a308c256315623f5]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 15:15:55 thb 1.3.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:16 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04399336b5fa0606ac0166158b4cb6c929a15555]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:31:16 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de603cd9e55a7111a7bc5ce221ab4be77cdc0911]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:27 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [727ddca65770028bab448c3fe2a26f7f6c1b7d54]

        INTEGRATION: CWS changefileheader (1.7.156); FILE MERGED 2008/03/28 15:31:15 rt 1.7.156.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30f2b89cffc0ec8179ed461eee88f94559f25e46]

        INTEGRATION: CWS changefileheader (1.10.328); FILE MERGED 2008/03/31 16:05:26 rt 1.10.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2575b7bf9bbeb760c97f6125445ae63b4886e1bf]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/28 15:31:15 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed5643c24cb1afaf92ed7d2189cf6ca366c4a20f]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:31:15 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f19379ba0ced710a5f81237749a8f63ae1f47e4]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:26 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7044e644b84df700dcd120af522e3469f6af9be]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:15:54 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:15 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4758b8d94e257abfb9dbfe893688d78b7a9512bb]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:15:54 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:16 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:14 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43be074bc767ef90761a95aabab7855cba9982e0]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:05:26 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ad350af2ef26f09e476e970c54a7457c8ab13aa]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/28 15:31:14 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [719ecce68f49297cae866e3422a4030247789902]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/28 15:31:14 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [037eb117db071f2ac23b81035129830510fe1a9b]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/03/28 15:31:13 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e50914ef6b8a1b5e6a9a8e5c96669ec5fd9763a2]

        INTEGRATION: CWS changefileheader (1.10.498); FILE MERGED 2008/03/31 16:05:26 rt 1.10.498.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08225da519b3247c4238dbacc709aca21f1412e0]

        INTEGRATION: CWS changefileheader (1.8.292); FILE MERGED 2008/03/28 15:31:13 rt 1.8.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85e550fcaf83b5a625f98837f41facdcc5f6cc6a]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:13 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04713d44bbda834727b615d8cf223c1566cdf50a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:25 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e53f261e74431984885666c425cdd0d89a0747fd]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:25 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46330442c4980853ce193eb79ec435ce17af6d8b]

        INTEGRATION: CWS changefileheader (1.3.428); FILE MERGED 2008/03/28 15:31:13 rt 1.3.428.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [908a02279d962832b0b4d7e075b765f03e803bb9]

        INTEGRATION: CWS changefileheader (1.7.228); FILE MERGED 2008/03/28 15:31:12 rt 1.7.228.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [365d816bab631949df0e01923ce8c92662716484]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:25 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24d204b76e63905e65b9c5b37a53285b57d20c0a]

        INTEGRATION: CWS changefileheader (1.12.228); FILE MERGED 2008/03/28 15:31:12 rt 1.12.228.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0ccca4f201cfa3104b4722859f61d6418df18df]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:12 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9afcbf337ec2f72f99ac8da76b8f61230a25e7ae]

        INTEGRATION: CWS changefileheader (1.7.454); FILE MERGED 2008/03/31 16:05:25 rt 1.7.454.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80e9da91893c7b9f6bf60c5fb2963f672c30da0d]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:11 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [996a2cb6dbc1addf892514edf839eeb555b64b4d]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:11 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12a035a01ecee7b4390b31bad6956b130faaea8c]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:25 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d130e639ebf5e373e43662df181ed0e577f3eb5c]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 15:31:10 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e1f1f9d763220a296773e30f450bf6aaa0e5e0e]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:31:10 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a29fa462467c0a1831626d45952227f5cfee9215]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:05:25 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2e4bc9f17e9ae2099c94175b7c7cbb374133567]

        INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED 2008/03/28 15:31:10 rt 1.5.152.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c62b595bc5a122399b29bd51c5d53716ca8bb0e2]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:31:09 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b19ee03813f729e2e984cbedeb1d2122948bb517]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/28 15:31:09 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43aa4d644c5d1812c8ea3045af70c9189061cb81]

        INTEGRATION: CWS changefileheader (1.7.430); FILE MERGED 2008/03/28 15:31:09 rt 1.7.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [005e7915918a5dca1b9e51089f3c6b1dffea9442]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:24 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fe817384b8726541fe6bb2f244fc30b82530eb8]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:24 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7e11f6224a0c2dd05892a92b3b5a71754b5ef5d4]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:24 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bcb3b2ea86e4cf4daefb14dfb2ef679780d05aa]

        INTEGRATION: CWS changefileheader (1.15.84); FILE MERGED 2008/03/31 16:05:24 rt 1.15.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a06fa2f8701562cf2e9d2da86ecaf9fef4775d4]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:24 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af8120d2e6dc3145f4d89edff5dcc3229fb5cdce]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/28 15:31:08 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [200667ce36c1b2d8e71252fde251695773dddef7]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:24 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e23e6b93295c67354cada33e7248ad52c5e0c2bf]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 16:05:23 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96244d43bc3d4372b79a1ed68ffbe1546175f87c]

        INTEGRATION: CWS changefileheader (1.7.492); FILE MERGED 2008/03/31 16:05:23 rt 1.7.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46426f050a000246ec3724eb06fc72fcd189e71d]

        INTEGRATION: CWS changefileheader (1.8.188); FILE MERGED 2008/03/28 15:31:07 rt 1.8.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fb3ce6d96c48fd568e2ba0779c6134edaade0e7]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:23 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc72b9f1dc49519297ef9f22f831141121d4777d]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:23 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caf224906113ba8c388beacabf137e1d9b94e9fe]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:23 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d040110406efa39a67e43d0282bce33e5ae8719]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:22 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14ddcc2e5f643581ea7996ec8d279b52dbd97dbe]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:22 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc1285e72618f59896383ff314e3a2c0715f0eea]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:22 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b419ead453945724dd69b5b82153d2bc01e22331]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:22 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a3dad5573547b111397baab8302133c579d4f8e]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:22 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d0d88e84dcee335821489975bf4d1e1ba97d85a]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:22 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1408a7cc9475bd6e15882baa0bd741159870d977]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/03/28 15:31:05 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1779f82825d181fca09a2870d2777befca81b755]

        INTEGRATION: CWS changefileheader (1.20.154); FILE MERGED 2008/03/28 15:31:05 rt 1.20.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dd6aab9ad1f2b709bc734df9b6523518fd263fc]

        INTEGRATION: CWS changefileheader (1.14.492); FILE MERGED 2008/03/31 16:05:22 rt 1.14.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd2820ee6f12296268b1535749f9d7abd866dcff]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:31:05 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f3b473cacfd52e239850d72466db4225ecf5a1c]

        INTEGRATION: CWS changefileheader (1.14.382); FILE MERGED 2008/03/31 16:05:22 rt 1.14.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50d5e4a59d021469fd28192124e86ec988c33465]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/04/01 15:15:54 thb 1.8.268.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.8.268.2: #i85898# Stripping all external header guards 2008/03/28 15:31:04 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [432527e8e52b68493f6b87dfc4a2136e7c085c91]

        INTEGRATION: CWS changefileheader (1.5.382); FILE MERGED 2008/03/31 16:05:22 rt 1.5.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a7ea8dd34abe2b09ddd151bf069c5da78bb1a03]

        INTEGRATION: CWS changefileheader (1.22.122); FILE MERGED 2008/04/01 15:15:54 thb 1.22.122.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.22.122.2: #i85898# Stripping all external header guards 2008/03/28 15:31:04 rt 1.22.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92a89f54a891767221c8facca9d705aa11fca39f]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/04/01 15:15:54 thb 1.5.188.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.5.188.2: #i85898# Stripping all external header guards 2008/03/28 15:31:04 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [661e50e242c2fb762b476cdbc0932fa9df3885da]

        INTEGRATION: CWS changefileheader (1.7.188); FILE MERGED 2008/03/28 15:31:04 rt 1.7.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [792fe5d32ef2f5ac5edbfff359ec27031ef507fa]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 15:15:54 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:04 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d7a32956ee4f21b884cde4d50af2ebd94ad5e1b]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:21 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c41ae69139d9f4c9f3bc8c342aafd7fce8cbabc]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/03/28 15:31:03 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80083c24315466dccd83dc1a4a613fb9d867481f]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:21 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd4d5d745e919bcfe49fccb809517dbf279c5848]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/03/28 15:31:03 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36ecc175e49071d42bb0673e988e18422fbfaf93]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:21 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [42decc8d6d34841bea155bf9a3b13e876ff1e016]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:15:54 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:03 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a158e3688d1630c34fc57c64128a7ea1a4fb35d]

        INTEGRATION: CWS changefileheader (1.16.500); FILE MERGED 2008/03/31 16:05:21 rt 1.16.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb748e70fa1b09ab1e4fec17e92625fb9e2defc5]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/04/01 15:15:53 thb 1.4.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:03 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0465ee1f4579725c02d102ba1fbd4435fa742b1]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 16:05:21 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c87cb036f52cb7cdb826f9556251724c7c8dfcd]

        INTEGRATION: CWS changefileheader (1.6.252); FILE MERGED 2008/03/28 15:31:03 rt 1.6.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3998c404b32c89e3a04b3a6461796cd3fde34955]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 16:05:21 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5112ad08c8dac11aa3dcbd8b31a170130dd2c8cc]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 15:15:53 thb 1.3.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:03 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fbbe50ddf0ca2358976a89168a0849b061093fc]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:21 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6b9787ca18a8b198891d359a3b7f06023680ffe]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:15:53 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:03 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75ebfe805795444b3a42a3e74ac7ef31889ef8a9]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:20 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a479e699f7f7a3fb93105998e8f7e0a3dcdef065]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:20 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db721fe8068b3e0225d7155b1ae1f91b2234a96d]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/04/01 15:15:53 thb 1.4.252.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.4.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [406b80c5416a6acb7ccafc89d8f55e779c8f13a4]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:20 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72ab5d42137880bdcc914eb9dbb12d26e5ff9056]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/04/01 15:15:53 thb 1.5.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.5.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [259c77d0ec7f5198af5bc8c2c355149a7ce45eda]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 15:15:53 thb 1.10.216.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89918853e0842916f7fd2b8a664968d5589dc487]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:20 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [898443f7e4f6410f7044118f28b24adf29074808]

        INTEGRATION: CWS changefileheader (1.8.218); FILE MERGED 2008/04/01 15:15:53 thb 1.8.218.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.8.218.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.8.218.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0098ca2a6c5d5e9a965ca30be1f9e9cd33e57603]

        INTEGRATION: CWS changefileheader (1.25.96); FILE MERGED 2008/04/01 15:15:52 thb 1.25.96.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.25.96.2: #i85898# Stripping all external header guards 2008/03/28 15:31:02 rt 1.25.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68b3767a197f791605c959ac79b7e7f8ce26c633]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:19 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6704237903604edf0f9ca55f104e0b9f716622b3]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 15:15:52 thb 1.3.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:01 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [94d7d898d91e7a982e3dabcd02e06f327af11147]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/04/01 15:15:52 thb 1.4.252.3: #i85898# Stripping all external header guards 2008/04/01 10:56:15 thb 1.4.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:01 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe002aabd106b943889abdac50b0eaba74beb917]

        INTEGRATION: CWS changefileheader (1.10.152); FILE MERGED 2008/03/28 15:31:01 rt 1.10.152.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [018e4b74937807a41787dc1e924ee950ccb02d5c]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 16:05:19 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5786c4d1f3297778623b13715dd04d8799971c0b]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/04/01 15:15:52 thb 1.4.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:01 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cac3171d4c531fe3da75df1f433728a3cc56d61d]

        INTEGRATION: CWS changefileheader (1.6.430); FILE MERGED 2008/04/01 15:15:52 thb 1.6.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:14 thb 1.6.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:01 rt 1.6.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f6849bb99555c1aa8775be40d8c4cb2f0b584b6]

        INTEGRATION: CWS changefileheader (1.6.252); FILE MERGED 2008/04/01 15:15:52 thb 1.6.252.3: #i85898# Stripping all external header guards 2008/04/01 10:56:14 thb 1.6.252.2: #i85898# Stripping all external header guards 2008/03/28 15:31:01 rt 1.6.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b613b32696280cf13d3b2b1d12e8e4114965f5a]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/04/01 15:15:52 thb 1.5.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:14 thb 1.5.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:00 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f44827afb16e9be52abf5728a12bc5bcdcd69c5a]

        INTEGRATION: CWS changefileheader (1.22.118); FILE MERGED 2008/03/31 16:05:11 rt 1.22.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [806f92945517aa9810d1a54dfe07cbb3ac0eb2f1]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:15:52 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:31:00 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3985b427314e6a4430e09f3d2d60e2e2b7d6987c]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:11 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fb74c1c830c718a08a86259103e89daa1ffb83a]

        INTEGRATION: CWS changefileheader (1.7.430); FILE MERGED 2008/04/01 15:15:52 thb 1.7.430.3: #i85898# Stripping all external header guards 2008/04/01 10:56:14 thb 1.7.430.2: #i85898# Stripping all external header guards 2008/03/28 15:31:00 rt 1.7.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9841154ed7dce19e2362cad1f533c932056df69f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:11 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de9c29d7b3c63a864ee9c9d0043219645e8f09d5]

        INTEGRATION: CWS changefileheader (1.9.188); FILE MERGED 2008/04/01 15:15:51 thb 1.9.188.3: #i85898# Stripping all external header guards 2008/04/01 10:56:14 thb 1.9.188.2: #i85898# Stripping all external header guards 2008/03/28 15:30:59 rt 1.9.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9c24aab307820f9eb7d32b06da8f36b1f82ae65]

        INTEGRATION: CWS changefileheader (1.6.170); FILE MERGED 2008/03/28 15:30:59 rt 1.6.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdd382c5854c22b2bacb8a4c465c192ca29a6455]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/03/28 15:30:58 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b6a2adf5bb457ea4d788296c5babeae59ecefe6]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 16:05:11 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [432c9ed5b290db2ac6ff9d440e7437e04d109e2f]

        INTEGRATION: CWS changefileheader (1.8.170); FILE MERGED 2008/03/28 15:30:58 rt 1.8.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b47ebafc100882a1addc6780f8253f8522d51fcb]

        INTEGRATION: CWS changefileheader (1.4.430); FILE MERGED 2008/03/28 15:30:57 rt 1.4.430.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db5edcb9bfdfac9f16fef9a1b2e2a75ce015712c]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:11 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47678b73a3717c1752dc33b1ef4ea4144fdabf72]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/28 15:30:57 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5720d093efb3354b903b1d5cac7ae31b019fea1]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:05:11 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3403cc9666528d7e35afaec54b832071c4009642]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/28 15:30:56 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3319347272d1423b9bcb28222b5e8391711d6b71]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 16:05:11 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdd7f38710dd16ccfff430ccdb46596030eb774a]

        INTEGRATION: CWS changefileheader (1.2.232); FILE MERGED 2008/03/28 15:30:56 rt 1.2.232.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75039436152df42478474357e0fcbdca015d85c8]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:11 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [131ec30c20e9631877060f92f0eb8305f5758cfe]

        INTEGRATION: CWS changefileheader (1.8.278); FILE MERGED 2008/03/28 15:30:55 rt 1.8.278.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dd1fc8f7f856f76b7c840b920a88b0ef8279f45]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:10 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a85bf9d1ff45e334c49c27960eec8910417a3e6a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:10 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd4a01628707a7381bc9a2086d7fe3e6ccc9e286]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/31 13:33:43 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59dc6ce87baebb5cdf047b6f54cc0b8457668c68]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:10 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a559206e9b36246ca6416226ad6d0348ea126499]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/04/01 15:13:59 thb 1.3.74.3: #i85898# Stripping all external header guards 2008/04/01 12:29:03 thb 1.3.74.2: #i85898# Stripping all external header guards 2008/03/31 13:33:43 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c57974b5ccde35f5ce545f2eb5c01b47ff09eede]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 13:33:42 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [47224c28142494460dbc24ef2643ca31eb4b9774]

        INTEGRATION: CWS changefileheader (1.9.120); FILE MERGED 2008/03/31 16:05:10 rt 1.9.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2222770752e04bfd75e01d6e2323be05b5a19881]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 15:13:59 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 12:29:03 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0ad0643c2b9e570787c9128edc8951cb3572c54]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/04/01 15:13:59 thb 1.8.36.3: #i85898# Stripping all external header guards 2008/04/01 12:29:03 thb 1.8.36.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [123944a8f97a5bb084e5edc919d833985130ea44]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 13:33:42 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bcdfa33ffe4932fe5ec3cab3a1764d036fa7d2d]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 13:33:42 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [765be89e1c81b4426c13c84af24b47f1a08a8d24]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:10 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [628871a008c23aa8292eb6e3d122b104c031b5af]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:05:10 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6611858464784c37483b39d5593f11873d49bc3]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/04/01 15:13:59 thb 1.17.36.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee7317eb1e1fc7f2c0fa1d45d43b614e9efa7a9e]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:05:10 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5be8b2eee0d85e2e787ebd2cc5cec24f927ff9e2]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/04/01 15:13:59 thb 1.20.4.3: #i85898# Stripping all external header guards 2008/04/01 12:29:03 thb 1.20.4.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e945061b57d789ae7eb9a64c0bd5831555fdc735]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:09 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db5d5f26790867bb4afc27e0b9ed6b8e54d7e167]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 15:13:59 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [750379afe4737688a4831c0cd5705fceb75cd80f]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:09 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [27bce2da8554e49d2cc8a48240272c64aa58ab78]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/04/01 12:29:02 thb 1.3.74.2: #i85898# Stripping all external header guards 2008/03/31 13:33:42 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e5e0a6cc7198918066ba670993eb9ef2a4a3f1f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:09 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f7369438dc0200ebf76dbbf62e0a77c59a2ba76]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 13:33:42 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [137338a5b99c43f54f26bf2b1e6b5fac800b1801]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:09 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3c8c1baef9f42ca382a3c24d2eac0b4c51bb9f7]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 16:05:09 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7d1e90895cb6e48e41365a1ae482212c89b2e14]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:09 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a2156aef27295dde5abb1ca1ac6878d038b9540]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/03/31 13:33:42 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9984b7fe78d4a48e69903b1b75eab8e0b7d7e10]

        INTEGRATION: CWS changefileheader (1.14.26); FILE MERGED 2008/03/31 16:05:07 rt 1.14.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9806171c7341fb17049cf21f952babd9394afda]

        INTEGRATION: CWS changefileheader (1.9.478); FILE MERGED 2008/03/31 16:05:07 rt 1.9.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3321aab43cb6a6946eab6f4584dbea6171132c8e]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 15:13:59 thb 1.11.18.3: #i85898# Stripping all external header guards 2008/04/01 12:29:02 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7cd9385488b6dcf16915d144b50f45727cf279b]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 15:13:59 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 12:29:02 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6b48cfb916418444c487b90feb84480cf046563]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:07 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e64b6445692e7e7757d6dceb770942020c68ec1]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/03/31 13:33:41 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc77bc4da787a9ba4b94b8de614a787f6f96d7d5]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/04/01 15:13:58 thb 1.13.22.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [044944598707ba1da1508a5d888e77c5633c05dc]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 16:05:07 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40a1ca3649c166741471ac97dda54893e2fcfdc6]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 13:33:41 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c674c169381b23475a30c17488bb35d77b6d9ab9]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 12:29:01 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70af431ee2a21715670d5ffc894316b8f3e870fd]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/31 13:33:41 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74716ae9877ae40dcb8c3c854a8f7fc49a3f9be0]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:07 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3c5a856e19f54b9f67dead077f0e2668444a9f2]

        INTEGRATION: CWS changefileheader (1.26.10); FILE MERGED 2008/04/01 15:13:58 thb 1.26.10.3: #i85898# Stripping all external header guards 2008/04/01 12:29:01 thb 1.26.10.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.26.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9bc9eba5f4289efd3dcb50fac972eb23481d963]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:07 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [069ee2803567b46e97a1e7828553447c4379e39c]

        INTEGRATION: CWS changefileheader (1.19.28); FILE MERGED 2008/04/01 21:31:42 thb 1.19.28.4: #i85898# Corrected misspelled header name; removed misspelled include guard 2008/04/01 15:13:58 thb 1.19.28.3: #i85898# Stripping all external header guards 2008/04/01 12:29:01 thb 1.19.28.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.19.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82f9bf1ad434352d7c7368f9aa82a8ec6a826fb5]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:07 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c08924d46aaef366d9e6625957e0aefb7664500a]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:06 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2fea2f5606285b82b3ab2cf387f02c900527371]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 23:05:54 thb 1.5.40.3: #i85898# Corrected misspelled include statement 2008/04/01 15:13:58 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c6c0a76e22234db62141aed20909ecb5b7b4987]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:13:58 thb 1.8.40.3: #i85898# Stripping all external header guards 2008/04/01 12:29:01 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feacd8243ad0e1c01ac9178ba8d6888134a26ecb]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:06 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7168dab03cd2536c21743ae10d15d9c124e430a5]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:05:06 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e5ff82dec251c0229a67f280261f9f862b17c73]

        INTEGRATION: CWS changefileheader (1.30.4); FILE MERGED 2008/04/01 15:13:58 thb 1.30.4.3: #i85898# Stripping all external header guards 2008/04/01 12:29:01 thb 1.30.4.2: #i85898# Stripping all external header guards 2008/03/31 13:33:41 rt 1.30.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a340d6fa8cdf27f6eeadf425abe4b56729365b78]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:05:06 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74eb55fa1260d7309f0fdd12469318b679c05cb6]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:05:06 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8a75877b9d262ded86618edb6ee8541ae784581]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/31 13:33:24 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf98395cbe4eb1bd44c68f9343d9b05f94e9fb8a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:06 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ca3b1e6b159176da7c3c023107dadc476ac29c8]

        INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/04/01 15:13:52 thb 1.5.68.3: #i85898# Stripping all external header guards 2008/04/01 12:28:55 thb 1.5.68.2: #i85898# Stripping all external header guards 2008/03/31 13:33:24 rt 1.5.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f0704cd2c20d0f464d56e221b6ea96ec96305bf]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/03/31 13:33:24 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef998d1d7590185fa301791e3b49160243060512]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 15:13:52 thb 1.2.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:55 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:24 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68010fde80ba733fb77e360ece58b44628a06fe4]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/03/31 13:33:23 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3914682b0a91bb42d7218289a3a1119abc7392a6]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abe64a20e2a8a49cd2285cbc52e8433f3f23901c]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 15:13:51 thb 1.3.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:54 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:23 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [582651458f13c5a7b6eed6944f826c1c38e556d4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:05 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f98aeecc042b756af24f6d8a8a8f2761a6ef40b7]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 15:13:51 thb 1.2.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:54 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:23 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3e62d6982bc0b924ce3757f1a2d844cc76a2470]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:05:05 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cbec1c78a10d0005adbf6592b1c13f93fd6ab0c]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:05:05 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02e423d637ab479ade34f1e32eb28a869ff46a55]

        INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/04/01 15:13:51 thb 1.3.68.3: #i85898# Stripping all external header guards 2008/04/01 12:28:54 thb 1.3.68.2: #i85898# Stripping all external header guards 2008/03/31 13:33:23 rt 1.3.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [134edc5379a4fd47051fa2d4a137d6f8fef4f204]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 13:33:23 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [faf099bb7df64426325f4c30406fb4b05d81fa66]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/03/31 13:33:22 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [02e8eb4085f56d2a6eda431a8f179fedf995f535]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/31 13:33:22 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b0bbd0ee7837f5bccbd4767ead926c302dbec40]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 13:33:22 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09f1a5114e4e3f51204ddd3b246ed6ca87a349bf]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:05:05 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9624c4e78787971f75d79cc53b710db35907c3b7]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/03/31 13:33:21 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d34eacab92f399cb99145875ef9964d04439cb72]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 15:13:51 thb 1.6.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:54 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:21 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e0d7a9088f5b1f24d31fd9089da1f84ef7800b8e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:04 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ad3f9137e47feefc009bad1f14575a59d09c13d]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 12:28:53 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 13:33:21 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8c47fe2e7e7dad2366b2a263eb8b27bb94eb46d]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/04/01 15:13:51 thb 1.4.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:53 thb 1.4.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:21 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d61a51456bb489c81cf349ec578182f99221ad0]

        INTEGRATION: CWS changefileheader (1.11.26); FILE MERGED 2008/04/01 15:13:51 thb 1.11.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:53 thb 1.11.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:21 rt 1.11.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b47f6ed4f42197383c9fe6b0b7773d56f199097d]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:33:21 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e50786196951d90b3f9d851480b1f66133a77b8]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 15:13:50 thb 1.3.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:53 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:21 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [600ada2c4c0b38b8d16fea43f1209286fd88734e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:04 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb362d6cda4aa5a0d8e869e5c0f6227e301faf34]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/04/01 15:13:50 thb 1.7.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:53 thb 1.7.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30fecc738770ff5a3d86e192124f22b5a5481148]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/31 13:33:20 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab3b2544caad06e7429855dab892a70e0dce16c0]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:33:20 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e29cf36c504b79414a2f0c9d09e6c9d984934aec]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 16:05:01 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bb639ed4030ebff849af3b2c7c227752e7fee9c]

        INTEGRATION: CWS changefileheader (1.20.26); FILE MERGED 2008/04/01 15:13:50 thb 1.20.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:52 thb 1.20.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.20.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da7b891126f3621d16570e2129e6e418ba479f4a]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:05:00 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [756dac7aa4ec655010756795492eb49dc11a40cf]

        INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/04/01 15:13:50 thb 1.5.68.3: #i85898# Stripping all external header guards 2008/04/01 12:28:52 thb 1.5.68.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.5.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c7856a9986684e66cd01316a8520c7878708d9d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:05:00 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e339a4ce317fb0e8c62fc443fe74e4b3cca8e012]

        INTEGRATION: CWS changefileheader (1.36.26); FILE MERGED 2008/04/01 12:28:52 thb 1.36.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.36.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4d522ac397484e7a70b1bed59bcf7ff1c03cb97]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:05:00 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0e928bc07676570e51dc3c90f3eae946724f97d]

        INTEGRATION: CWS changefileheader (1.25.64); FILE MERGED 2008/04/01 12:28:52 thb 1.25.64.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.25.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [963d5b45257b781fa86cd685cd10856c6c89af71]

        INTEGRATION: CWS changefileheader (1.21.44); FILE MERGED 2008/04/01 12:28:51 thb 1.21.44.2: #i85898# Stripping all external header guards 2008/03/31 13:33:20 rt 1.21.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa0674e3aae196142b4e3585fad05638b8065f03]

        INTEGRATION: CWS changefileheader (1.21.44); FILE MERGED 2008/04/01 15:13:50 thb 1.21.44.3: #i85898# Stripping all external header guards 2008/04/01 12:28:51 thb 1.21.44.2: #i85898# Stripping all external header guards 2008/03/31 13:33:19 rt 1.21.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f1b87ab063082e2a700d9bd8a3ca954755ae614]

        INTEGRATION: CWS changefileheader (1.41.26); FILE MERGED 2008/04/01 15:13:50 thb 1.41.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:51 thb 1.41.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:19 rt 1.41.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63b73e86f2689a3a5de4add38fe405109485e03f]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/04/01 15:13:50 thb 1.4.44.3: #i85898# Stripping all external header guards 2008/04/01 12:28:50 thb 1.4.44.2: #i85898# Stripping all external header guards 2008/03/31 13:33:19 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67c6dd29722497e609674b49f2330f79432a0454]

        INTEGRATION: CWS changefileheader (1.14.14); FILE MERGED 2008/03/31 13:33:19 rt 1.14.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34bed33828c7e27c0572d789c40dfd2e3885a070]

        INTEGRATION: CWS changefileheader (1.11.44); FILE MERGED 2008/04/01 15:13:50 thb 1.11.44.3: #i85898# Stripping all external header guards 2008/04/01 12:28:50 thb 1.11.44.2: #i85898# Stripping all external header guards 2008/03/31 13:33:19 rt 1.11.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [286420eb7bf39b0563fa87d1daf4d4d1e85df9da]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/03/31 13:33:19 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0024b72f3e973bab406c2ef8a419984f2f640646]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:33:19 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35d069c4c1e74774b418ac27837a64c0a0cbd7d4]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:59 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4fe4d4edb05d386bce5347357cf244bb5eedf6e0]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 13:33:19 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f139c58633b1a6319a95c662730c51df73456df]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:59 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25fbf9761c49c33a8b6ea4237d8b8470ea5474ed]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 15:13:49 thb 1.9.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:50 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49c0e81580331b92efbf999b3d54b10dee7407cb]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/03/31 13:33:18 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28d91ea1f6cb746d9f5dc4421166ba783d1b276d]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 16:04:59 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9b79b9bcfab5a0383a625d2d616ae8fec83830a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:59 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bc33d459c0741399d723b3cc57749fc1f8d654b]

        INTEGRATION: CWS changefileheader (1.27.44); FILE MERGED 2008/04/01 15:13:49 thb 1.27.44.3: #i85898# Stripping all external header guards 2008/04/01 12:28:49 thb 1.27.44.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.27.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [396aac2fabe7596dd7e8a8fa8a04cf5cb0c53ff4]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:04:59 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e0fe3656bc28cf73a1d404391a06667afc550fa]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 15:13:49 thb 1.3.122.3: #i85898# Stripping all external header guards 2008/04/01 12:28:49 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a97c58a6cb0282deee114bdea78483f3c3df38e7]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:59 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2df1f4150ee94b7280a85a23c655acf61fb126b]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/04/01 15:13:49 thb 1.2.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:49 thb 1.2.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48b70d9d9690218195d3d5eea52302a38851bfc8]

        INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/04/01 15:13:49 thb 1.13.36.3: #i85898# Stripping all external header guards 2008/04/01 12:28:49 thb 1.13.36.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.13.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f0256d22d6ed062284923c0f8e63723bb36ae8d]

        INTEGRATION: CWS changefileheader (1.21.2); FILE MERGED 2008/04/01 15:13:49 thb 1.21.2.3: #i85898# Stripping all external header guards 2008/04/01 12:28:49 thb 1.21.2.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.21.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed6ebb7a5eeb27c4f68162ce85e954a1ad5b9440]

        INTEGRATION: CWS changefileheader (1.15.26); FILE MERGED 2008/04/01 12:28:48 thb 1.15.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:18 rt 1.15.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bf9cd2f902bfca3501f9fcd248bc6f72e0c2dcf]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:58 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e649aabf6ff8faf26ec79ed2845d0c2a4b96765b]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/31 13:33:18 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d5f9847ca777a1697dfc42ae06133961dd27fd7]

        INTEGRATION: CWS changefileheader (1.6.68); FILE MERGED 2008/04/01 15:13:48 thb 1.6.68.3: #i85898# Stripping all external header guards 2008/04/01 12:28:48 thb 1.6.68.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.6.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9f4b198ba85f37cea5e3471498b6da3d54777e7]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:58 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9996b6af73e8b35463a4177ddea043ff56210815]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/04/01 12:28:48 thb 1.2.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bbe79eaae1a7565c42c53e6ff1c7fb20326cf1b]

        INTEGRATION: CWS changefileheader (1.31.26); FILE MERGED 2008/04/01 15:13:48 thb 1.31.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:48 thb 1.31.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.31.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fbd8dc05d2c4c048791ebf538e6cea22bf78621]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/04/01 15:13:48 thb 1.8.26.3: #i85898# Stripping all external header guards 2008/04/01 12:28:47 thb 1.8.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad7bf7d352257456d7023cd14b11bd77ec77daf9]

        INTEGRATION: CWS changefileheader (1.14.26); FILE MERGED 2008/04/01 12:28:47 thb 1.14.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.14.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b95466b3756b772eff72c144650987a8966016f]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/04/01 15:13:48 thb 1.13.20.3: #i85898# Stripping all external header guards 2008/04/01 12:28:47 thb 1.13.20.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46ad709367b959c6de8e8c9e465ac80df5358906]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/04/01 12:28:47 thb 1.9.26.2: #i85898# Stripping all external header guards 2008/03/31 13:33:17 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd1a94b06b35d6a0de783624cfb95083cf9e433f]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:04:52 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [badb97781fa1f2defb4c386511db855e8b22a2d5]

        INTEGRATION: CWS changefileheader (1.7.68); FILE MERGED 2008/04/01 15:13:48 thb 1.7.68.3: #i85898# Stripping all external header guards 2008/04/01 12:28:47 thb 1.7.68.2: #i85898# Stripping all external header guards 2008/03/31 13:33:16 rt 1.7.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a2d2d27fd364772fe0fe5394e8c861974425298]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:04:52 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6251b6a0c9a0e9d257fd8e10a93fd969423ed828]

        INTEGRATION: CWS changefileheader (1.35.2); FILE MERGED 2008/04/01 15:13:48 thb 1.35.2.3: #i85898# Stripping all external header guards 2008/04/01 12:28:47 thb 1.35.2.2: #i85898# Stripping all external header guards 2008/03/31 13:33:16 rt 1.35.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb7dda5fc353f441f2930a33bf76a1b8f236caa2]

        INTEGRATION: CWS changefileheader (1.15.300); FILE MERGED 2008/03/31 16:04:50 rt 1.15.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [889414040c7ccc9b353768349468484e531c39e1]

        INTEGRATION: CWS changefileheader (1.24.2); FILE MERGED 2008/04/01 12:28:46 thb 1.24.2.2: #i85898# Stripping all external header guards 2008/03/31 13:33:16 rt 1.24.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f56b1bd43b03e66dbf2a58a448eaa4bc51df65e]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:04:50 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [265d98388a9e6049d0eb499aa10ea9203414a28f]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/03/31 13:33:16 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b3f2c00e761804abe26df2f301f8fbfea203f4a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:50 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2779c526a99fa10b4f4785e5c32ef9d6c28c8b2a]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 12:28:46 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/31 13:33:16 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a18553294a911a239f181c4bd5d9d5e0b2eebb6d]

        INTEGRATION: CWS changefileheader (1.9.478); FILE MERGED 2008/03/31 16:04:50 rt 1.9.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de335803f95349e46e2a9cdf459301e45d893925]

        INTEGRATION: CWS changefileheader (1.26.20); FILE MERGED 2008/04/01 12:28:46 thb 1.26.20.2: #i85898# Stripping all external header guards 2008/03/31 13:33:16 rt 1.26.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bacb060c62876a19bcd280ac2779cae7d3c60b76]

        INTEGRATION: CWS changefileheader (1.8.478); FILE MERGED 2008/03/31 16:04:50 rt 1.8.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7930fda86c0506e8082e85612be97f8e0776e003]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:33:15 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a88b90bab35ffd4e5c157161de660c791693f48]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:49 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d64dae726f8b0be13c300528d45a8152245f1fe6]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 13:33:15 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5af7ab6c569d8d6eddb24224a3ab462d65e94433]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 16:04:49 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7ca6c12952e2a5f2d138422f7205102b88dee97]

        INTEGRATION: CWS changefileheader (1.2.68); FILE MERGED 2008/03/31 13:33:15 rt 1.2.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c97a40a3cfdcf4cd7547f684d1f49f63daac1aec]

        INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/31 13:33:15 rt 1.2.54.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [329037d9b5e82a4a78ed1343929bfd9ba021553c]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:49 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68413a19a4e6ba7b05f5abea6c616a97ef5368c4]

        INTEGRATION: CWS changefileheader (1.4.176); FILE MERGED 2008/03/28 15:27:24 rt 1.4.176.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaa4413505ab2b8952202572832ce6983a46288d]

        INTEGRATION: CWS changefileheader (1.4.396); FILE MERGED 2008/03/28 15:27:24 rt 1.4.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [669fa4a5a60d84928e1b2e3944d6820adfb38b32]

        INTEGRATION: CWS changefileheader (1.7.192); FILE MERGED 2008/03/28 15:27:24 rt 1.7.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d413f433d1577024d6729873c7f07495f9b5b85]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:49 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8babcad4793da6d4883daaeb5656ab5d1527a50]

        INTEGRATION: CWS changefileheader (1.6.380); FILE MERGED 2008/03/28 15:27:24 rt 1.6.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f487b9f9328cc11c69606aa23ed1d5d9bb388c2]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:04:49 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ad896a7588af66373971df56f55e577965a3e57]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:27:23 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11768ed26867860e94a905a220af75c410b72a68]

        INTEGRATION: CWS changefileheader (1.10.382); FILE MERGED 2008/03/31 16:04:49 rt 1.10.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ec039c2ccbe962fed390633784c49ef8f3318dd]

        INTEGRATION: CWS changefileheader (1.4.396); FILE MERGED 2008/03/28 15:27:23 rt 1.4.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa898179de3005a8f434ca10d6eaeb0b5b357811]

        INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/03/28 15:27:22 rt 1.9.246.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b96726baab1e8bcb0a2f71b8663dec43ea90a16]

        INTEGRATION: CWS changefileheader (1.10.270); FILE MERGED 2008/03/31 16:04:49 rt 1.10.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e65258d5a1898d0547e82247bc481945b98e14c4]

        INTEGRATION: CWS changefileheader (1.13.106); FILE MERGED 2008/03/28 15:27:22 rt 1.13.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa0dd6f79ffc1c0b861655f4d00582edfd7f97e0]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:49 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccd3b1c0960100cfb5dc73b9b56cef0b2ec60914]

        INTEGRATION: CWS changefileheader (1.11.200); FILE MERGED 2008/03/28 15:27:22 rt 1.11.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eef379f9585e86d0feeaf2b0e6e098822340769]

        INTEGRATION: CWS changefileheader (1.4.328); FILE MERGED 2008/03/31 16:04:48 rt 1.4.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7cc17639a6f6327d6d0174c9ea39c1cccdee0de]

        INTEGRATION: CWS changefileheader (1.23.30); FILE MERGED 2008/03/31 16:04:48 rt 1.23.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9406d130563fba55103c634367acdc568e23afda]

        INTEGRATION: CWS changefileheader (1.6.614); FILE MERGED 2008/03/28 15:27:20 rt 1.6.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d23b59edba3998f4e5785d6cf6da876767dc14d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:48 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b99622fdd6ee5cff09804e817bec97f42b14342]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/03/28 15:27:20 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9d38f509a904e7f88fe4b54512f50671a4dcf61]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:27:19 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4494f48e0ce4e3883b10cba8ccc358057b4320ca]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/28 15:27:19 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1f50a0a201316feb52029359d4ab78914a6cf83]

        INTEGRATION: CWS changefileheader (1.20.328); FILE MERGED 2008/03/31 16:04:48 rt 1.20.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c038721cdd31da9b050e91a0c190765100297ae]

        INTEGRATION: CWS changefileheader (1.17.122); FILE MERGED 2008/03/31 16:04:48 rt 1.17.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ba7e3881cb2804d2b3b643091976f1cca75f16f]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/28 15:27:18 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8da616b84b5d5047f51e885f16d0888d99aa2fe2]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:47 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0195400544b6a31152c50364f6a78c77f6517de]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/28 15:27:18 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23b5e8dc9aedd0d97b313df00e8559e8e3bc683a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:47 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db151b5b1b76ad5eb0b03c7c8ac2b4ab88e0c1e3]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/28 15:27:18 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [337af3e0a8902063a3d729431e582b764d87ebc5]

        INTEGRATION: CWS changefileheader (1.5.200); FILE MERGED 2008/03/28 15:27:18 rt 1.5.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7caf4c0bdd654d246dea693cae04599c537cb974]

        INTEGRATION: CWS changefileheader (1.5.200); FILE MERGED 2008/03/28 15:27:17 rt 1.5.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e169ca3e3e5a9b89f7707efa041e80c98094a2f3]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/28 15:27:17 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01291df8f244c6cea8427ed8fc45be79a0e1e017]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:46 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f67567c8829b7d69c3271ae33155a192329793b5]

        INTEGRATION: CWS changefileheader (1.8.192); FILE MERGED 2008/03/28 15:27:17 rt 1.8.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a969e01b3707e18812b60496dc682ec7b8833d4]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:46 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af0f8b5d5e0b1a01d21bd8c3a68a78c866b43084]

        INTEGRATION: CWS changefileheader (1.3.396); FILE MERGED 2008/03/28 15:27:16 rt 1.3.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a6ce4df6aa860673be1ccd5d0d0be79e6de0860]

        INTEGRATION: CWS changefileheader (1.5.478); FILE MERGED 2008/03/31 16:04:46 rt 1.5.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0a153bfb2b7e3547cb5a2d972eb8245d1f2e6bb]

        INTEGRATION: CWS changefileheader (1.31.92); FILE MERGED 2008/03/31 16:04:46 rt 1.31.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9386a7c046eff83db0809b0df990dcf9c42cf824]

        INTEGRATION: CWS changefileheader (1.3.380); FILE MERGED 2008/03/28 15:27:16 rt 1.3.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [819472606ca03e8eb4263e5ba3aa94e01cef819e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:46 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c2a3b3ee0bd9273cdcad4d6676d554dc1ee68bb]

        INTEGRATION: CWS changefileheader (1.4.136); FILE MERGED 2008/03/28 15:27:16 rt 1.4.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [60e5e2e9183da09fce6c427fd99f739b971054e0]

        INTEGRATION: CWS changefileheader (1.3.196); FILE MERGED 2008/03/31 16:04:46 rt 1.3.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a44071aab865d7b5d0ce3e79439011628a33a67]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/04/01 15:13:11 thb 1.4.14.2: #i85898# Stripping all external header guards 2008/03/28 15:27:16 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8fcac03076ed1775945cd64ff9f7fc2f9cbc165]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 15:27:16 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [029ff6636b58a55deeaa7df7baaaa788c5fb58b6]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:04:46 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ff701f5862176cdd7d870e8f4caff4b81ba0f3e]

        INTEGRATION: CWS changefileheader (1.17.118); FILE MERGED 2008/03/28 15:27:15 rt 1.17.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21b99008c3827ff192f793ead625413bdcab52ba]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:04:45 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [510099d8bfd6b78a6df7fd3f3d85bfba88b3e719]

        INTEGRATION: CWS changefileheader (1.3.124); FILE MERGED 2008/03/28 15:27:15 rt 1.3.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ab3e4f7487d14c9d9f18ff06ade47df233310b0]

        INTEGRATION: CWS changefileheader (1.27.70); FILE MERGED 2008/03/31 16:04:11 rt 1.27.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6784abb2a793f36d5fc3ecc22bd6a4d2c5449d5b]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/28 15:27:15 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [239b3b1375e0227ec07b3d8b95bd4174047e0f5f]

        INTEGRATION: CWS changefileheader (1.79.12); FILE MERGED 2008/03/28 15:27:15 rt 1.79.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41eacd89928391d46481a07f6729b0d9f1461be9]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:11 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [645deddb5034feaf924075a506b4022fe3166400]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:11 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6069a2d30b57b85164f4f921d69b5c7ba5d7b515]

        INTEGRATION: CWS changefileheader (1.7.336); FILE MERGED 2008/03/28 15:27:15 rt 1.7.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3d9f7416192a1be87180d5e08ed4cb7a124a0b8]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:10 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [942c0a591ea541749aa8d5208a4e9b75eef42331]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 15:27:15 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [beb5bfa5d8830646ffc9d1b1547877c291daa659]

        INTEGRATION: CWS changefileheader (1.4.114); FILE MERGED 2008/03/28 15:27:14 rt 1.4.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58ca8c11c3757bdbc8d3ebc7f1a56a031f028d71]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:10 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fa8765c3482e7b2333f7e130b67c74e4edc9e8a]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/28 15:27:14 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [798bc796b13bfb1584dc47a17bd4142a8a75775a]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:27:14 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd24b59b7f4cd3a504db2a77368509090e81eae1]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:10 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [828549eab99126ae597a2ec39b2fc6eb2dba9138]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:27:13 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dce5428cd0d975e838a87e3dcd33db870421e324]

        INTEGRATION: CWS changefileheader (1.2.214); FILE MERGED 2008/03/28 15:27:13 rt 1.2.214.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ba308107bb028a7c857118675589c56a7c7cd8b]

        INTEGRATION: CWS changefileheader (1.4.196); FILE MERGED 2008/03/28 15:27:12 rt 1.4.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b468c72fac97168727f76b1c04f5945b75dc9532]

        INTEGRATION: CWS changefileheader (1.2.226); FILE MERGED 2008/03/28 15:27:12 rt 1.2.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [423972bd9d8cf2b23f8af6819f8c2fb5d87be106]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 15:27:12 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [633e859431d9cb6691e43724352822455279b75d]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:27:11 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48adf1d60e5bcc567692f53fc6f4b1c8e8f17faf]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 16:04:09 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e676a44547231913613f99f6a3872b472a1b7970]

        INTEGRATION: CWS changefileheader (1.6.200); FILE MERGED 2008/03/28 15:27:10 rt 1.6.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4f8c06ab05178237ea59e3757e89005737b467c]

        INTEGRATION: CWS changefileheader (1.14.146); FILE MERGED 2008/04/01 15:13:10 thb 1.14.146.3: #i85898# Stripping all external header guards 2008/04/01 10:55:01 thb 1.14.146.2: #i85898# Stripping all external header guards 2008/03/28 15:27:10 rt 1.14.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae007efa48bc0eaa86e9f3871784e790732679af]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:09 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eeaac3fcf2ff4b7cc4ab8799659fd72bc69c196]

        INTEGRATION: CWS changefileheader (1.29.12); FILE MERGED 2008/04/01 15:13:10 thb 1.29.12.2: #i85898# Stripping all external header guards 2008/03/28 15:27:09 rt 1.29.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1fc4795ae333460e78bd45193fd1ab9d9f62359]

        INTEGRATION: CWS changefileheader (1.4.380); FILE MERGED 2008/04/01 15:13:10 thb 1.4.380.3: #i85898# Stripping all external header guards 2008/04/01 10:55:01 thb 1.4.380.2: #i85898# Stripping all external header guards 2008/03/28 15:27:09 rt 1.4.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6479e0712cd4d0c9d1160f4f8de26bf6a2d2ac0d]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/03/28 15:27:09 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bde483acdfc181b9b69f582e149f664289c82132]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:09 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76eb80b62f32ff2596f5754cc335e350392770da]

        INTEGRATION: CWS changefileheader (1.2.614); FILE MERGED 2008/04/01 15:13:10 thb 1.2.614.3: #i85898# Stripping all external header guards 2008/04/01 10:55:01 thb 1.2.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:08 rt 1.2.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67fcb507f8250806eadf1f5aab6dc6b28626f556]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/03/28 15:27:08 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83332fd174e0456af707a927e6efe4fac30033d2]

        INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED 2008/04/01 15:13:10 thb 1.8.48.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.8.48.2: #i85898# Stripping all external header guards 2008/03/28 15:27:08 rt 1.8.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e03ddad6c95c328be654a5a06e88b805d5e54b00]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/04/01 15:13:10 thb 1.3.614.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.3.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:08 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c90c3fe6df344649a11078eae6c5328f5d6adbf]

        INTEGRATION: CWS changefileheader (1.6.380); FILE MERGED 2008/04/01 15:13:10 thb 1.6.380.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.6.380.2: #i85898# Stripping all external header guards 2008/03/28 15:27:08 rt 1.6.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70ff765edad11ea34da27de836c057f21ee51580]

        INTEGRATION: CWS changefileheader (1.16.484); FILE MERGED 2008/03/28 15:27:07 rt 1.16.484.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7014584730cd68e635e15132586ad7eea300e6]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/04/01 15:13:10 thb 1.4.614.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.4.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:07 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4861ae80ce73d451919548dab11449ce6d3bd941]

        INTEGRATION: CWS changefileheader (1.10.238); FILE MERGED 2008/03/31 16:04:09 rt 1.10.238.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79c34e3423fa9c832b6b16c787e0ae9a196ac740]

        INTEGRATION: CWS changefileheader (1.9.380); FILE MERGED 2008/04/01 15:13:10 thb 1.9.380.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.9.380.2: #i85898# Stripping all external header guards 2008/03/28 15:27:07 rt 1.9.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b7941c83c114989d5bc81e7920044815308a5fb]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/28 15:27:07 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b2a39cf3f091173b856761dc81df8faa1339240]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:27:07 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [019eea5f8fbf59ae78424b459f62c675af52a0b0]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:09 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b92381a3e4b8e4d5fc8456461356f2f6c2f6bd8]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 15:27:07 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [844a141503b92c77a655a84037a5b15e728deb3f]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/28 15:27:06 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12ee7d3490bc1b76739830de4daac461e4bc3df4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:08 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e0e984567c801475d9bec5ebd73fe0e31990a5a]

        INTEGRATION: CWS changefileheader (1.9.114); FILE MERGED 2008/03/28 15:27:05 rt 1.9.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4980d63e0d6124f296c35d016fa63d315a30c53a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:08 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f24e39fb82793599ec358610cb7d03c5541668a8]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:08 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5305beef58f0646b2e5932069af6130d35c65624]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/28 15:27:05 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a463ed8ebb0746a2bf068f746db8de03c96fd822]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/03/28 15:27:05 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d478fb501aebcf2198195879582aaa662b488e2a]

        INTEGRATION: CWS changefileheader (1.4.344); FILE MERGED 2008/03/28 15:27:04 rt 1.4.344.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c73d228d5f54d49079a94955fa91dfba17eec68]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:08 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15b561f599ef15db14860cc854556de676bb4a78]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/28 15:27:04 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c946ceb2769f5f3fc8d0f2b0053f77600966b35]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:04:08 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [443acb35b95f91f2d82dfa192686bb0fc48a3ca2]

        INTEGRATION: CWS changefileheader (1.5.614); FILE MERGED 2008/03/28 15:27:04 rt 1.5.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e296a124bd5e1bbffefa7b5dc814ba3342a745c]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:27:04 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9274e247d33c186289d592ff673fb3311f3f28d8]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/28 15:27:03 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7df51cd0a8a936c8d1175bf92b5fdfc4d6ec7060]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:08 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e8baa18414104a921266e6e0925a40332df20d2]

        INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/04/01 15:13:09 thb 1.6.136.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.6.136.2: #i85898# Stripping all external header guards 2008/03/28 15:27:03 rt 1.6.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d9d22231d0e69efb298768fdc28b175b84dbaf3]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:07 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [816d169d5b5ec83c24586ab641cb42d4b59a3f11]

        INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/04/01 15:13:09 thb 1.8.136.3: #i85898# Stripping all external header guards 2008/04/01 10:55:00 thb 1.8.136.2: #i85898# Stripping all external header guards 2008/03/28 15:27:03 rt 1.8.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e37e1eeb81b3ad0e2eafbd5d18584ad87aa4a092]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:04:07 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3bca7dc4dbfdd1c152eff3a3669cfaaae073448b]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/04/01 15:13:09 thb 1.3.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:02 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c78ab55de4f01ba850082bd9e04d42e5a72ec306]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:04:07 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62c37e12cea5b392b9a9db215220fdaf0d2bd6fa]

        INTEGRATION: CWS changefileheader (1.7.446); FILE MERGED 2008/03/28 15:27:02 rt 1.7.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1364a2a25920bdf7608177c1f20c686e7056e617]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:27:02 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f49b45ef70d675c4577a0b3b9b00a7a66292fb99]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:07 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bd31a5ba02acba9621587c53f578eabf9aa38a5]

        INTEGRATION: CWS changefileheader (1.9.380); FILE MERGED 2008/03/28 15:27:02 rt 1.9.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22e33bdef2afa2384d5606e52cf5262e1ea909ad]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:07 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dfdf6aec905c32fc1cbacfb39466e1c1c2fc6e2]

        INTEGRATION: CWS changefileheader (1.4.446); FILE MERGED 2008/03/28 15:27:02 rt 1.4.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8d3cf467ceae52ca5a2b23735f49c440781d1ac]

        INTEGRATION: CWS changefileheader (1.7.380); FILE MERGED 2008/03/28 15:27:02 rt 1.7.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a19f5a80ff433cc1fccd15d296ad069b1cf9a089]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/04/01 15:13:09 thb 1.4.614.3: #i85898# Stripping all external header guards 2008/04/01 10:54:59 thb 1.4.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:02 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ac2bce860aa779af111a5e32ad0de8e80c355b1]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:07 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37ccc0810de47d1d56311d9133b783f862bd6151]

        INTEGRATION: CWS changefileheader (1.6.380); FILE MERGED 2008/04/01 15:13:08 thb 1.6.380.3: #i85898# Stripping all external header guards 2008/04/01 10:54:59 thb 1.6.380.2: #i85898# Stripping all external header guards 2008/03/28 15:27:01 rt 1.6.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec9bcf04e3d1340896ff3315e73bd7ba91dd7c44]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/04/01 15:13:08 thb 1.3.614.3: #i85898# Stripping all external header guards 2008/04/01 10:54:59 thb 1.3.614.2: #i85898# Stripping all external header guards 2008/03/28 15:27:01 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [749b2aadfdb08068d4a1b61613c9db1e021c014d]

        INTEGRATION: CWS changefileheader (1.18.22); FILE MERGED 2008/03/28 15:27:01 rt 1.18.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98ec133def3d051eded458c11a421ea200165eb5]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/28 15:27:00 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2315c2e37278f9a0d7c1baa92b3572ed05efaff1]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 15:27:00 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c320b8dada705982f4fbcc48f2219e7b6a2818b7]

        INTEGRATION: CWS changefileheader (1.20.20); FILE MERGED 2008/03/28 15:27:00 rt 1.20.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5283b7e9cefbbd0b97f88b89611f09b4361b0771]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 15:26:59 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccb0c7418eddf3a3dc81a5dd88e3e688b429f950]

        INTEGRATION: CWS changefileheader (1.21.22); FILE MERGED 2008/04/01 15:13:08 thb 1.21.22.2: #i85898# Stripping all external header guards 2008/03/28 15:26:59 rt 1.21.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40885cfadd7d1b69bc97e100af616c46c5c840bf]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:06 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adb7355185aed5f6d20b1d551d476a02394ccdf0]

        INTEGRATION: CWS changefileheader (1.4.530); FILE MERGED 2008/03/28 15:26:59 rt 1.4.530.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e930863190a5e2419fcc704307ba53e9b651f50d]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:59 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ec2e8065591fc36fdcb11660e9d38cb233d1f60]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:06 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8925ccdca45735074c8e8b741119a3607b41c05a]

        INTEGRATION: CWS changefileheader (1.11.146); FILE MERGED 2008/03/28 15:26:59 rt 1.11.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ffe9806e70ab576691d360ee9460e6ca1029cbe]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 15:26:59 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd8b378fb2a7d87625081f8ff45d6f9eab2c1efe]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:06 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bb80893122210807b9c742d69575072abf395af]

        INTEGRATION: CWS changefileheader (1.5.396); FILE MERGED 2008/03/28 15:26:57 rt 1.5.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc79f009670af76f5861fed684cf2f7567dd34a6]

        INTEGRATION: CWS changefileheader (1.9.114); FILE MERGED 2008/03/28 15:26:57 rt 1.9.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [40fa70ab690239760075e828435938d53c730b38]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:06 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9307517ac974b3400ad80f2ee7910bf62fb274aa]

        INTEGRATION: CWS changefileheader (1.4.380); FILE MERGED 2008/03/28 15:26:56 rt 1.4.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [373bd5b75e88b364727a8a6265609890cec479fc]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:24:23 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3b8910636e0bfb596cb60ba22c362e3dd78de70]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:04:06 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f796b411ef01e5c0ca81d7c615c92e5b7f2aff76]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 15:26:56 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67dcec0f22cfeacb72270b2f351ce003fb9d3adc]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:52:06 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:29 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:23 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c68afe7150805e0eb7066b5008b4c36d086c4a2]

        INTEGRATION: CWS changefileheader (1.2.426); FILE MERGED 2008/03/28 15:26:55 rt 1.2.426.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64f2d6cc7401d3c2fb5ec4546af5cbd015fbf27b]

        INTEGRATION: CWS changefileheader (1.4.476); FILE MERGED 2008/03/31 14:24:23 rt 1.4.476.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388a59540d0038159dbd8d572fa5a595dd172767]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:04:06 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb9ea1c2e403b475f3c43926aec7731902e2de73]

        INTEGRATION: CWS changefileheader (1.7.476); FILE MERGED 2008/03/31 14:24:23 rt 1.7.476.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f8f8be13020053b220ef12c2220cf8df70cd982]

        INTEGRATION: CWS changefileheader (1.19.222); FILE MERGED 2008/04/01 15:52:05 thb 1.19.222.2: #i85898# Stripping all external header guards 2008/03/31 14:24:23 rt 1.19.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3fa92ea4030ed8e5b1d450adb925f3c36d0e6d7]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:54 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c26bc75c56957b46e7b82b1a6c87cb5dfc8c13d]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:24:21 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2687b2569080d1a8b5576a24417aee23fd5b0648]

        INTEGRATION: CWS changefileheader (1.5.252); FILE MERGED 2008/03/28 15:26:54 rt 1.5.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [903438ca31e89b2d17b2d809933e5c5bee7a1955]

        INTEGRATION: CWS changefileheader (1.4.260); FILE MERGED 2008/03/31 14:24:21 rt 1.4.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f312a430adb916817f2c1f07b0b64d558698774a]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:06 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2dc36fdc7440765cada331504501e3c14bd5d140]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:26:54 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a71378abe528aff60419345e3b7e779c4f93e1e]

        INTEGRATION: CWS changefileheader (1.58.4); FILE MERGED 2008/03/31 14:24:21 rt 1.58.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [103af9c0169aa4d15cdde0d433010964eca0e205]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:06 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdcbeec0cac5c1c37a77c4adbfb71347f7697eed]

        INTEGRATION: CWS changefileheader (1.14.14); FILE MERGED 2008/03/28 15:26:54 rt 1.14.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26e386a85ad58b4de801c7c3bf26d4a89125c7f0]

        INTEGRATION: CWS changefileheader (1.43.120); FILE MERGED 2008/03/31 14:24:21 rt 1.43.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64e438bf2f733cc1e1643b6f280dec90004f337b]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:24:21 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6deaa79ac703aefc7a29d75c444dc1fe920d869f]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:05 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21c934578ad6265abbea507d38f8916cb67e4ddc]

        INTEGRATION: CWS changefileheader (1.6.380); FILE MERGED 2008/03/28 15:26:53 rt 1.6.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [800450cb5cbb1891add95b4920fe7fc63a46738a]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:52:05 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:28 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7da30c22700743b7b10a4c1c07fd4913b9a6d0f]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:26:53 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcaa3f289854d9805d8e25593e975ca0cf8c64c6]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:05 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [791e643b614cddaa02f5dee2d38795e88be9f38e]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:24:20 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [584ad92e2706ecb99e081afbe20382fe7ce7f1bd]

        INTEGRATION: CWS changefileheader (1.6.252); FILE MERGED 2008/03/28 15:26:53 rt 1.6.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fa4707ab9ad28b65deece66042b963178c037118]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:05 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83d12b33ceae156c58ba64d75c033d6413edab4e]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:53 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ca93ae1fb434aac3f0f448f407f623f09d480e3]

        INTEGRATION: CWS changefileheader (1.20.368); FILE MERGED 2008/04/01 15:52:05 thb 1.20.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:28 thb 1.20.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.20.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e427262e686b92e852efa49dd8f3e6cc753297b]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/28 15:26:52 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [496645e88bb7d5e9baaa3b9f610941891f43c139]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/04/01 15:52:04 thb 1.19.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:28 thb 1.19.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [388410d945d63070c217b57d02c951af62dab15c]

        INTEGRATION: CWS changefileheader (1.7.380); FILE MERGED 2008/03/28 15:26:52 rt 1.7.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b7604f0986ab4b677c12892b3c8e869c6d89c56]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/03/28 15:26:51 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [066e296696fb1fff354000727702391652b46a15]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/04/01 15:52:04 thb 1.19.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:27 thb 1.19.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f701108f804a9b28f3004d90441ff439a466869]

        INTEGRATION: CWS changefileheader (1.5.426); FILE MERGED 2008/03/28 15:26:51 rt 1.5.426.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9fa0aa79e36fce6b310b9975d0c1f4bf750725c]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 16:04:05 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [570c782558ae894e766ce74b88637f893f9914df]

        INTEGRATION: CWS changefileheader (1.21.362); FILE MERGED 2008/04/01 15:52:04 thb 1.21.362.3: #i85898# Stripping all external header guards 2008/04/01 12:50:27 thb 1.21.362.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.21.362.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ac0eae92945d7c1640f34251e5a874af53050d1]

        INTEGRATION: CWS changefileheader (1.6.252); FILE MERGED 2008/03/28 15:26:51 rt 1.6.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [767194679a634906285ae6471cf207622fe8b637]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:26:50 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c53640100d0f0eb3b0f60f2897d588a83d04cb09]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:52:04 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:27 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [614a17d22a3aa5b23fc5821ae157f54b5cdc6455]

        INTEGRATION: CWS changefileheader (1.24.104); FILE MERGED 2008/03/28 15:26:50 rt 1.24.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c160fbd1b4425d98d0c8f75d5dc06922fc6481e6]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:52:04 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4506bb6be5ed52acc29670c9529d97df35d9bf2]

        INTEGRATION: CWS changefileheader (1.4.336); FILE MERGED 2008/03/28 15:26:49 rt 1.4.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de5f66c3823b590cf051a036833fea11ad47edb6]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/03/28 15:26:49 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [278185f1ea59a075e5098191ddc18195fe4fdcb8]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:49 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e314fd18e4a5cc3b101df8fba6653250b9f1d495]

        INTEGRATION: CWS changefileheader (1.14.336); FILE MERGED 2008/03/28 15:26:48 rt 1.14.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f33f56a648c3dbd4e06f7fbf8bc977d38214ea8]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:04 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d9ea5dcd8fd9b6bf5c47807b93207f900ea55f1]

        INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/03/28 15:26:48 rt 1.2.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [799b1688962f4f95cb232cb27653665f2081c05b]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:04 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ceaaa36b47e705367ab7bdaec3c6ed31de3e2115]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:04 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [563ee5e130aaafa323f4164b9df54d41dc7c875b]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 15:26:47 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2434654ee1e84a88fd45166b2b6f9cbab07ad31]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:52:04 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:26 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:20 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d26530624b0f53348747e4bab42068f9998ed6b]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/28 15:26:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67a0d8e7c61e67aa7d42e8e8bf8d68b61b95dc29]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:04:04 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f27f3edfb4cba1ab205a6280bc834c3e81e0b0f]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:26:47 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df0523fc0634fa21f28420dedc69a8f76b429925]

        INTEGRATION: CWS changefileheader (1.17.132); FILE MERGED 2008/04/01 15:52:03 thb 1.17.132.3: #i85898# Stripping all external header guards 2008/04/01 12:50:26 thb 1.17.132.2: #i85898# Stripping all external header guards 2008/03/31 14:24:19 rt 1.17.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a93f9b4327047ed4131121d5ed63cbf82f788bb7]

        INTEGRATION: CWS changefileheader (1.7.296); FILE MERGED 2008/03/28 15:26:46 rt 1.7.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2af27a713c0031996913f75c284db6e5153a4fb1]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:04 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cd960889dc1c436669f8a6b88208e85792240d8]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:52:03 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:26 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:19 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fea92bd11edcb2006e0c1601cc5defd7f8a366c6]

        INTEGRATION: CWS changefileheader (1.40.338); FILE MERGED 2008/04/01 15:52:03 thb 1.40.338.3: #i85898# Stripping all external header guards 2008/04/01 12:50:25 thb 1.40.338.2: #i85898# Stripping all external header guards 2008/03/31 14:24:19 rt 1.40.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20d0fb3552273792ab9c9d2ac9e1f10469b015e9]

        INTEGRATION: CWS changefileheader (1.5.252); FILE MERGED 2008/03/28 15:26:46 rt 1.5.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36cd454a61d6cccc219390204351e25d3fbff3a8]

        INTEGRATION: CWS changefileheader (1.6.736); FILE MERGED 2008/03/31 14:24:19 rt 1.6.736.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10a5d974b4426e1f4b12055e347c2c4b81f401e6]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:46 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f47e9a5065ee4e1b2d23d4c4632dcb4983c9290e]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:52:03 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:19 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c21b1ae392a7d13e771d35c66a8dc4ef27cd693]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37c6f046ac5e700a8e5ec429bf9b428749df9d71]

        INTEGRATION: CWS changefileheader (1.13.234); FILE MERGED 2008/03/28 15:26:46 rt 1.13.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53c897ac42179f68cbb13c8066261bef9fe457ca]

        INTEGRATION: CWS changefileheader (1.19.260); FILE MERGED 2008/03/31 14:24:19 rt 1.19.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61fa7a616315ea9b8b0eed76f936c13185271a7a]

        INTEGRATION: CWS changefileheader (1.6.614); FILE MERGED 2008/03/28 15:26:46 rt 1.6.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f08a8eb80f323ee5fd8eeb5cda80242d3c340de]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59595686b294bf5e8b6a09ddfd673b41cac6b820]

        INTEGRATION: CWS changefileheader (1.16.414); FILE MERGED 2008/04/01 15:52:01 thb 1.16.414.3: #i85898# Stripping all external header guards 2008/04/01 12:50:24 thb 1.16.414.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.16.414.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f8166a83bca4ef9c131e488ab0c0ad2b1d6ca97]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:04:04 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51f9243f0c225284f5c2ad94603dcc8841f093a0]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:45 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [087aafad513a8355b259c63737b5c800be01814f]

        INTEGRATION: CWS changefileheader (1.20.414); FILE MERGED 2008/04/01 15:52:00 thb 1.20.414.3: #i85898# Stripping all external header guards 2008/04/01 12:50:24 thb 1.20.414.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.20.414.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33d50e2b72ff7d2a4fba2e89a1edad5ebecd5c40]

        INTEGRATION: CWS changefileheader (1.21.28); FILE MERGED 2008/03/28 15:26:45 rt 1.21.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df93deb5360d78ed2dac5b31492c4548eb443b68]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:52:00 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:24 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [334d87b0822c77fe02dfb4baaa0eebea881b3c75]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:03 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4583a4a091b70d2d2ae5d8bde5339f091a566662]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/03/28 15:26:45 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [304c3c983075c8ddfd0d3803a5f4d160c4064a27]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:52:00 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:24 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f371a9b548a7e116b3e6a65dfbeb088423437155]

        INTEGRATION: CWS changefileheader (1.32.440); FILE MERGED 2008/04/01 15:52:00 thb 1.32.440.3: #i85898# Stripping all external header guards 2008/04/01 12:50:23 thb 1.32.440.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.32.440.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d69e6c4e8430ae909fa4242eaa1d4a4ee0c9a9ee]

        INTEGRATION: CWS changefileheader (1.7.252); FILE MERGED 2008/03/28 15:26:45 rt 1.7.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81eff85d6db042a201f9c5d4453704b62b448c5b]

        INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/04/01 15:52:00 thb 1.13.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:23 thb 1.13.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:18 rt 1.13.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ebaa655d0e3fc254b81343a48f5428db2afecb91]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:03 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bede97262b55d4d966c0682d77659e98311e5866]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/03/28 15:26:45 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dd7bc459c21ede14769d2d592ecac1e1095514e]

        INTEGRATION: CWS changefileheader (1.24.50); FILE MERGED 2008/04/01 15:52:00 thb 1.24.50.3: #i85898# Stripping all external header guards 2008/04/01 12:50:23 thb 1.24.50.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.24.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e2dded328a376f0db32898e889f70685be99db5]

        INTEGRATION: CWS changefileheader (1.15.234); FILE MERGED 2008/03/28 15:26:44 rt 1.15.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c802fcd1d3627dab5eaa3652f9e5385a7291bab]

        INTEGRATION: CWS changefileheader (1.11.510); FILE MERGED 2008/03/31 14:24:17 rt 1.11.510.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [694d19379ec0b0e47bd10afb65cd52891ae48ec0]

        INTEGRATION: CWS changefileheader (1.15.28); FILE MERGED 2008/03/28 15:26:44 rt 1.15.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d72eeb8675526f1ca9d680cfb34471ee5ecb9f3b]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 12:50:23 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad5555a43b8bd65716ce34995da684d9cdf74117]

        INTEGRATION: CWS changefileheader (1.6.510); FILE MERGED 2008/04/01 15:51:59 thb 1.6.510.3: #i85898# Stripping all external header guards 2008/04/01 12:50:22 thb 1.6.510.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.6.510.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5262aebaebca710d15abb92c670e1a11f52488c0]

        INTEGRATION: CWS changefileheader (1.4.200); FILE MERGED 2008/03/28 15:26:44 rt 1.4.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fc065564cf34cb571b14b1dbb16690be7b2b9d2]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 12:50:22 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4e80d1829e5d0a155b8958172a26f5b122d0259]

        INTEGRATION: CWS changefileheader (1.16.500); FILE MERGED 2008/03/31 16:04:03 rt 1.16.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4045d73959d412a68bcc20a42e75aeed0b78659d]

        INTEGRATION: CWS changefileheader (1.12.68); FILE MERGED 2008/03/28 15:26:44 rt 1.12.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7886636c4fcdae8848472003f0aed8d2a5d8f341]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:59 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9338739014d0c6e9ace1849df95fbca9ca183ff4]

        INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED 2008/03/28 15:26:44 rt 1.18.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0017e02fbaaff31210debee10327d044411cae14]

        INTEGRATION: CWS changefileheader (1.5.252); FILE MERGED 2008/03/28 15:26:44 rt 1.5.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32c994a35d5d8b39b27b0ec49674c478ba3f04f3]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:51:59 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:22 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32e6c0625b1a52cacfc3a84927ad2b0894455b46]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:44 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b5fffefa4ad4cf7f58869389e2407421531aaba]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:59 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:22 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:17 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b423db801f67ab0dbb2b435dbf4836cbb58f1ad]

        INTEGRATION: CWS changefileheader (1.16.14); FILE MERGED 2008/03/28 15:26:43 rt 1.16.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfdaa1ee6d441ca707f3808ef3420e56d1a28420]

        INTEGRATION: CWS changefileheader (1.6.396); FILE MERGED 2008/03/28 15:26:43 rt 1.6.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b2459c6dfabbe530e54963faa4d987516b6c968]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 14:24:17 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d65f7ae9f287d7843e0540a726b7d471d84f0f1]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:03 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca48f3be61703d685fa7f4f5baade9be3dd15b85]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 15:26:43 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff2b3de1695e78a76e7184d220f280202a838717]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:59 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d40dd61a88119cbe4b9588a02b3f6a88cfd413]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/03/28 15:26:43 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8523f54ff10df883b5b4fdf89c4d822f049eeed]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:58 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec3d4e35130a5d3cc4f3d47a55942db8707fd09b]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/28 15:26:43 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [33cebf616fee5b0fd4de208ab69c85cdab481dce]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:02 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a3e5aecd241cc377fa62f5ea47713d9e72fb5f0]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/04/01 15:51:58 thb 1.26.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fb9099839ed643ecb554f5970ec3f3c6df8b388]

        INTEGRATION: CWS changefileheader (1.4.396); FILE MERGED 2008/03/28 15:26:43 rt 1.4.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b91534217488c1035de4084c0234bf7172dabd2b]

        INTEGRATION: CWS changefileheader (1.63.316); FILE MERGED 2008/04/01 15:51:58 thb 1.63.316.3: #i85898# Stripping all external header guards 2008/04/01 12:50:21 thb 1.63.316.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.63.316.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50940926401d830a9ea73d8b123be3a173ccca3f]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:43 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d09cb28e7056a8b0a75099e9a984a2ef85d0f8b]

        INTEGRATION: CWS changefileheader (1.7.238); FILE MERGED 2008/03/31 16:04:02 rt 1.7.238.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7390d278d6a23f965248893708f7718b5005ea11]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:51:58 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:21 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [598d875a8786bf7c181cb8607d5f3afb1278add7]

        INTEGRATION: CWS changefileheader (1.9.234); FILE MERGED 2008/03/28 15:26:43 rt 1.9.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af3fc0ecd029790c7dc7650ac59de3f3b9197da1]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:04:02 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41e0fbf024db10e3a7194009a4f20bdb955addc2]

        INTEGRATION: CWS changefileheader (1.32.36); FILE MERGED 2008/04/01 15:51:58 thb 1.32.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:21 thb 1.32.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.32.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f285012a7882d508c4cde268ab3d7b041c387c6]

        INTEGRATION: CWS changefileheader (1.9.226); FILE MERGED 2008/03/28 15:26:42 rt 1.9.226.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3db360a6fd7ae16dfcc5317cc3bd4edd695e6c9]

        INTEGRATION: CWS changefileheader (1.28.338); FILE MERGED 2008/04/01 12:50:21 thb 1.28.338.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.28.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69a171801c3c59e5f73ee8966f719c5ddab2083f]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:02 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fb452eab1c6c244d5e4e866a3c19ddc72a0e822]

        INTEGRATION: CWS changefileheader (1.30.368); FILE MERGED 2008/04/01 15:51:58 thb 1.30.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:20 thb 1.30.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.30.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd5f7d3d6684c3d90bcda233561ed2b9cf897707]

        INTEGRATION: CWS changefileheader (1.9.380); FILE MERGED 2008/03/28 15:26:42 rt 1.9.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d214d66f53a82df14428e22a6d87a2eb04eef442]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:58 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71565292b0f4162ec8e6436d3e67a510cc0518aa]

        INTEGRATION: CWS changefileheader (1.7.252); FILE MERGED 2008/03/28 15:26:42 rt 1.7.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56b22535f2f62ee1b6368dfc9548b4ed35e635ca]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/31 16:04:02 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4417857f426d8719c2f08ee3c0f78411bbc87321]

        INTEGRATION: CWS changefileheader (1.19.338); FILE MERGED 2008/04/01 15:51:57 thb 1.19.338.3: #i85898# Stripping all external header guards 2008/04/01 12:50:20 thb 1.19.338.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.19.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cbb89526863b3e292291e51d89618c4a3f44c74]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:42 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2cbee4e490c27654432140788e0b6cb86dfe69f8]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/03/31 16:04:02 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c218ba016716a05c75a13e331d16861dd905cc6]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:57 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9051c9589ca76130fb858c94f6d79098678925d]

        INTEGRATION: CWS changefileheader (1.14.46); FILE MERGED 2008/03/28 15:26:42 rt 1.14.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1cbc181c4fa4f458e3dbb4c7bc7692a806de171]

        INTEGRATION: CWS changefileheader (1.10.510); FILE MERGED 2008/03/31 14:24:16 rt 1.10.510.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d1fdc60b46071a67012619f72737339931dc9a40]

        INTEGRATION: CWS changefileheader (1.28.46); FILE MERGED 2008/03/28 15:26:42 rt 1.28.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [badb465d269b8aea44aa926482523d3a3aeb3177]

        INTEGRATION: CWS changefileheader (1.10.92); FILE MERGED 2008/03/31 16:04:02 rt 1.10.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91d34ba94227a629c92f1009f8cb668a390bddbc]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 15:51:57 thb 1.5.730.3: #i85898# Stripping all external header guards 2008/04/01 12:50:20 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:24:16 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed4b1fbe55dab77b5ff9c700f711d772143858a8]

        INTEGRATION: CWS changefileheader (1.4.114); FILE MERGED 2008/03/28 15:26:42 rt 1.4.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0644697824b3912ae47fe11a68b600652c52b041]

        INTEGRATION: CWS changefileheader (1.2.72); FILE MERGED 2008/03/31 16:04:02 rt 1.2.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc387d5e379168564aacf3edf08f93a887498dbb]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:55 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:19 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a999d53cef3429bd658277d8390d9b20705caae]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 15:26:42 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5efe026c25867772c7b554ff243d1a7f58c8538d]

        INTEGRATION: CWS changefileheader (1.59.36); FILE MERGED 2008/04/01 15:51:55 thb 1.59.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:19 thb 1.59.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.59.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c86c1f0a247d3e5ec1a23a19a4d7dbf952b2e04f]

        INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/28 15:26:42 rt 1.4.246.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ca4530bbff09ff770771f7e6d054af1befa8c59]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:50:19 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f00bede5b671cee22170041e0bee515c0bf3323]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/28 15:26:41 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83312b86476e65cff04290786d330e1e49dc8a30]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:02 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53ae12d8f5dd339a3a610ef1281a25930ddafd00]

        INTEGRATION: CWS changefileheader (1.170.16); FILE MERGED 2008/04/01 15:51:54 thb 1.170.16.3: #i85898# Stripping all external header guards 2008/04/01 12:50:18 thb 1.170.16.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.170.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16674921d89a4c1b6f895cf8b3ae2645511665e2]

        INTEGRATION: CWS changefileheader (1.4.336); FILE MERGED 2008/04/01 15:13:07 thb 1.4.336.3: #i85898# Stripping all external header guards 2008/04/01 10:54:59 thb 1.4.336.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.4.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec7a48f6aae492929677b4eccf1fe447666e04b8]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:01 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe8300d48c153d9f620dc3dc06b6838df131de93]

        INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/04/01 10:54:58 thb 1.8.234.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.8.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1bcd6c096b078a76ada35986e216bd6554bbabcb]

        INTEGRATION: CWS changefileheader (1.35.36); FILE MERGED 2008/04/01 15:51:54 thb 1.35.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:18 thb 1.35.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.35.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c8b47eb5d33c6b1eec73fa6a618e26d1b73d75a]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:04:01 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f2778421f7f5d034a7b4315256a331984ee7478]

        INTEGRATION: CWS changefileheader (1.11.114); FILE MERGED 2008/04/01 10:54:58 thb 1.11.114.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.11.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a5ab37ffd19dba65c27140d10b993ee437ef7a2]

        INTEGRATION: CWS changefileheader (1.31.16); FILE MERGED 2008/04/01 15:51:54 thb 1.31.16.3: #i85898# Stripping all external header guards 2008/04/01 12:50:17 thb 1.31.16.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.31.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb299ccd8fcfa9a7170956163267612ab547dfdb]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:01 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bd4de39b1bc7aff41ed225a325815ca8681bc43]

        INTEGRATION: CWS changefileheader (1.9.296); FILE MERGED 2008/03/28 15:26:41 rt 1.9.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [35a7d36356f023582b7c92b4af261bc4e7be97d1]

        INTEGRATION: CWS changefileheader (1.68.36); FILE MERGED 2008/04/01 15:51:54 thb 1.68.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:17 thb 1.68.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.68.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de13d6014e45e279e3e2bbb4e1356e4a73bd8650]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:01 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [299473d1d6362078974121415c48397ef6e00068]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/04/01 15:13:07 thb 1.2.336.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d54257cf0fb84d6ba49047541d12d3e8d26630d]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 15:26:41 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cee1bf44835b23e2889477306b3a9e5ea4491296]

        INTEGRATION: CWS changefileheader (1.11.182); FILE MERGED 2008/04/01 10:54:58 thb 1.11.182.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.11.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dc41e8227ab6108ee16e2aa52bbe94506976eeea]

        INTEGRATION: CWS changefileheader (1.6.336); FILE MERGED 2008/04/01 10:54:58 thb 1.6.336.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.6.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad15a8058cdf5173e2a7eb4d9c8d31c9890d1d7a]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 15:26:41 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef5ad2afaa46082c438977b6f88aa94c2dd9bd52]

        INTEGRATION: CWS changefileheader (1.70.36); FILE MERGED 2008/04/01 15:51:53 thb 1.70.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:17 thb 1.70.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:15 rt 1.70.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [550ff50ab09ba09d8ff03ddb3a91858a98092f15]

        INTEGRATION: CWS changefileheader (1.5.114); FILE MERGED 2008/04/01 15:13:07 thb 1.5.114.3: #i85898# Stripping all external header guards 2008/04/01 10:54:58 thb 1.5.114.2: #i85898# Stripping all external header guards 2008/03/28 15:26:41 rt 1.5.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [898452568b03bd6976a6f24536116e32310fe9fd]

        INTEGRATION: CWS changefileheader (1.8.238); FILE MERGED 2008/03/31 16:04:01 rt 1.8.238.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b992f79f32b20b28c2912245ecdeadc8f95c643a]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/04/01 15:13:07 thb 1.2.336.3: #i85898# Stripping all external header guards 2008/04/01 10:54:58 thb 1.2.336.2: #i85898# Stripping all external header guards 2008/03/28 15:26:40 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eadc4a30cbd5a3c8146e3c32b01f59511dc13659]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 10:54:58 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 15:26:40 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3994d065434e4f048e51d74dc73d9828a13c0cf1]

        INTEGRATION: CWS changefileheader (1.17.238); FILE MERGED 2008/03/31 16:04:01 rt 1.17.238.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6ed2ce39c80c01b5139cebc504020f372513b8a]

        INTEGRATION: CWS changefileheader (1.17.20); FILE MERGED 2008/03/28 15:26:40 rt 1.17.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30549d1b74105b2e8fe55468e508c9fe63f3db9d]

        INTEGRATION: CWS changefileheader (1.13.92); FILE MERGED 2008/03/31 16:04:01 rt 1.13.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b96e859d3c5a640a49b0f7870885ae58f5692d48]

        INTEGRATION: CWS changefileheader (1.20.368); FILE MERGED 2008/04/01 15:51:53 thb 1.20.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.20.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.20.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6be00bdd4e0ca695a92b54552bc1989e23f02468]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:01 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ba2bb5891d018ba33c8217208e00bf386170c6d]

        INTEGRATION: CWS changefileheader (1.45.34); FILE MERGED 2008/04/01 15:51:53 thb 1.45.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.45.34.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.45.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7a2e50fe4872f6ac89d78524ebb4dee95f1ab95]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:04:00 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8762d88a3c55d07f1f4bb48ddc96aa0a1c851be]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:04:00 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e17d338d3df7def07b5ea79112135426f4534f93]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/28 15:26:39 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4143da302c79962497f456f37d383412f4795b7]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:04:00 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf434b9b573e22ba2437dae5b35a15bb1a5d67d0]

        INTEGRATION: CWS changefileheader (1.24.368); FILE MERGED 2008/04/01 15:51:53 thb 1.24.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.24.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.24.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6fcdc1c3b418cb708eae730bb95eb236214b4d2]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/28 15:26:39 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7690ea21794ce68846850f3697e77adec852db4]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:04:00 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a2ebf59eda141a9491f876e7925fde5f139bb36]

        INTEGRATION: CWS changefileheader (1.21.368); FILE MERGED 2008/04/01 15:51:53 thb 1.21.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.21.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.21.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [decb357d2fb78e4f2d7cd8702933844792e1fa3f]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 15:26:39 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34eb4b0e1a71237cc09e4e20aed0dd468e6cc469]

        INTEGRATION: CWS changefileheader (1.22.36); FILE MERGED 2008/04/01 15:51:53 thb 1.22.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.22.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.22.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [454d58634ae6714c6406dbef946662fb254b9a9e]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 15:26:38 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7a5860514f336751142106af3d8a532d02b52a7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:04:00 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3c89c43a9aaba5add289d3120e3ec4a73f0fcdc]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:53 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58a2ed763091db735c1881b5ac3e487e8ca4f200]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 15:13:06 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/28 15:26:38 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d3dc9d266fbdf01c4eacaf549a00eaedf56b228]

        INTEGRATION: CWS changefileheader (1.6.410); FILE MERGED 2008/03/31 16:04:00 rt 1.6.410.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bc62ee4af6ada05a30d48f2f9df34cf3af948f6]

        INTEGRATION: CWS changefileheader (1.27.368); FILE MERGED 2008/04/01 15:51:53 thb 1.27.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:15 thb 1.27.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.27.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ff9620412509f1fadbc87a0214fbdc4a5d2d0ef]

        INTEGRATION: CWS changefileheader (1.7.68); FILE MERGED 2008/03/28 15:26:38 rt 1.7.68.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4460cb20331eaddf0cbfc8d644d75ff5b3c6858b]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:53 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:15 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d223b5d0e353b6b2b06d7a826476e4db7cf60606]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 15:26:38 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06ac3405e07a560314fe6b7413b6ed89aceb86b9]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:04:00 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec93c777be9e67acd2cedd9a6d1237073b0053eb]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:13:06 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 15:26:38 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12abf0e071c54ba3d6371a2826e1505735f66b25]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:52 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:15 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba2b67caf5272167f1ce04e4aa9f037864d13dbc]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/03/28 15:26:38 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68b278c92911e90872deea85b020c3d9fea96d51]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:51:52 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:15 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22d3fa14524c944ab4f589df40d5dbf29c4998c9]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/31 16:04:00 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [621847e9896927b121facc9b845ff16e44fda6f8]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:24:14 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [534f12316480cbd72e4078146ed40c1d278d4872]

        INTEGRATION: CWS changefileheader (1.3.182); FILE MERGED 2008/04/01 15:13:06 thb 1.3.182.2: #i85898# Stripping all external header guards 2008/03/28 15:26:37 rt 1.3.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1838eb9539fa60c617ff0c987c1ea7b45e6248c9]

        INTEGRATION: CWS changefileheader (1.19.194); FILE MERGED 2008/04/01 15:51:52 thb 1.19.194.3: #i85898# Stripping all external header guards 2008/04/01 12:50:15 thb 1.19.194.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.19.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [abbfaab99da8e5fc9455d9d6778ae07a5ddba421]

        INTEGRATION: CWS changefileheader (1.5.114); FILE MERGED 2008/03/28 15:26:37 rt 1.5.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6758db2f321a65570934ef3d225c977b6999df3]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:51:52 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:14 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8470be5253659ec98b545ac494f86b66f80a370c]

        INTEGRATION: CWS changefileheader (1.26.28); FILE MERGED 2008/03/28 15:26:37 rt 1.26.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [922efb2ae6ed01cee61ea6f33196be34f3bc685b]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:24:14 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1dd3f48cee997c70f57c294c7354e9d0c9c40f10]

        INTEGRATION: CWS changefileheader (1.3.282); FILE MERGED 2008/04/01 15:13:06 thb 1.3.282.2: #i85898# Stripping all external header guards 2008/03/28 15:26:37 rt 1.3.282.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05ccfe586e1628d5ccd737e0682a87a1e3904873]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:59 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed530734fd3cddecdc1fc68b2c5217f03d5c958c]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 14:24:13 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6ec7cd48bcd761611ac7d0ef63750f6c4a708acf]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/03/28 15:26:37 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [592f9d9d6fa1abf9bb8081b2c1b2e62074af0f80]

        INTEGRATION: CWS changefileheader (1.12.16); FILE MERGED 2008/04/01 15:51:52 thb 1.12.16.3: #i85898# Stripping all external header guards 2008/04/01 12:50:14 thb 1.12.16.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.12.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fadc4bdfc1c547ab012556de8732c5d883cb5c7]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/28 15:26:37 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e77c76ba209fa00d6f7188d828deb978cde7f75]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:59 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [58dd0ef98926a1fa74476ac0bad30c8c7f00dc2f]

        INTEGRATION: CWS changefileheader (1.16.36); FILE MERGED 2008/03/31 14:24:13 rt 1.16.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92ba4ab1eaf8ba04f33568d8cc6a32c06c0c61fd]

        INTEGRATION: CWS changefileheader (1.3.146); FILE MERGED 2008/03/28 15:26:37 rt 1.3.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43c54fc92eacdf4f85ae578d443286b7f94bcff2]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 12:50:14 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [068ca07267a923d331f3d61c92f1428826aaa787]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/28 15:26:37 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [322952dc3bfb37da3d47fc2dd8a036e75ab39e18]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:52 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:14 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [be5ef355d5b6486c29bebdfbc3ac1fabb39d5bae]

        INTEGRATION: CWS changefileheader (1.21.20); FILE MERGED 2008/03/28 15:26:37 rt 1.21.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [160d3e4125d1a6a2721dd12c7a3a74c8bfeba2fa]

        INTEGRATION: CWS changefileheader (1.17.20); FILE MERGED 2008/03/28 15:26:37 rt 1.17.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbd71bd8ac4f7e7c806f9ea69e644ac66f9bde7a]

        INTEGRATION: CWS changefileheader (1.34.20); FILE MERGED 2008/03/28 15:26:36 rt 1.34.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03348ac2b7dd57e31d1937b088bf7eb8acd36ae3]

        INTEGRATION: CWS changefileheader (1.7.698); FILE MERGED 2008/04/01 15:51:52 thb 1.7.698.3: #i85898# Stripping all external header guards 2008/04/01 12:50:14 thb 1.7.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.7.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [169bdc0764ee752ed107677eb4e95e04add7174b]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:58 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63e57c7f49afaa1e3a954168c08aeb48796629d9]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:52 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:13 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4053a136290d41935ec579daaaae8c41a2225c68]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:58 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed0b44d3ed027b785958419ad170e062a43c1e22]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:51:51 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:13 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5297856ebae93a43bcae240055ce42580a0e67aa]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/03/28 15:26:36 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9e85c35b9b2e7ac59ff15353dacc91b381d8bbe]

        INTEGRATION: CWS changefileheader (1.2.426); FILE MERGED 2008/04/01 15:13:06 thb 1.2.426.2: #i85898# Stripping all external header guards 2008/03/28 15:26:36 rt 1.2.426.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81db73c70851a450a70974a73c129b03c4cd5009]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/04/01 12:50:13 thb 1.2.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46ef0ad3ee3cf143eb7cecfbd30405af95ddd405]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:03:58 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54b348a3c6dff61f94ccee6d447ec3c62ba550ff]

        INTEGRATION: CWS changefileheader (1.41.34); FILE MERGED 2008/04/01 15:51:51 thb 1.41.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:13 thb 1.41.34.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.41.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [070fec5d68e67135f8493a4f03239bb68bd86fa8]

        INTEGRATION: CWS changefileheader (1.6.248); FILE MERGED 2008/03/28 15:26:36 rt 1.6.248.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [967374455d1712a3fbb3a79a475a3988b6cb6fd5]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 15:26:36 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [284ace0bfa8bd03d4e622edc1febb668081593f9]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:51:51 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:13 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6201a162d36c5c0d230cbce2ed1d00101677cadf]

        INTEGRATION: CWS changefileheader (1.17.22); FILE MERGED 2008/03/28 15:26:36 rt 1.17.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0baf42a41c0f514607707e5a4e66031a8eda453b]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:24:12 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a8e74398f9661a244222e14561a1f30384b1870]

        INTEGRATION: CWS changefileheader (1.5.114); FILE MERGED 2008/03/28 15:26:36 rt 1.5.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03f1d876367f2373269079bdea1657d066007617]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:51 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:24:12 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eab53a73e801db629e4dfb8121665ef39ff498e6]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 15:51:51 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 14:24:12 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96e337b5fc088c5e5afc334c0ac805acbc75431b]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/04/01 15:13:06 thb 1.2.336.2: #i85898# Stripping all external header guards 2008/03/28 15:26:36 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2cfa3b92f516b2a26562e4083116aafcb667e6b]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/03/28 15:26:36 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4560b22d998e7350d4680fffc3dfc3a64ab06479]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/31 14:24:12 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e33a2b5c12ad4d8ae2f88d13ef56c513e9315a58]

        INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/04/01 15:13:05 thb 1.2.114.2: #i85898# Stripping all external header guards 2008/03/28 15:26:35 rt 1.2.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67af5709234bf6e753a978ea1e387790234077b4]

        INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/03/28 15:26:35 rt 1.2.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b1494512ad79cd65d1de92b9a892950eff6f1e6]

        INTEGRATION: CWS changefileheader (1.6.456); FILE MERGED 2008/03/31 14:24:12 rt 1.6.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a4ab0db7620d0c07ff02a3d9cea3cb05081fbc0]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:57 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c45a1d8aadaeaad2e0c3285b562ff0d8df701497]

        INTEGRATION: CWS changefileheader (1.15.20); FILE MERGED 2008/03/28 15:26:35 rt 1.15.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [881eb6c995643cdc6145a2aef959a3b57ca4fc2f]

        INTEGRATION: CWS changefileheader (1.21.18); FILE MERGED 2008/03/28 15:26:35 rt 1.21.18.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbc9296f7d68a2d2b3df16a4b078e7f3d3af65b0]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:57 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99dc0f8a4fafcace661f0127ea8ea5ed9cea106c]

        INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 15:51:51 thb 1.6.450.3: #i85898# Stripping all external header guards 2008/04/01 12:50:12 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 14:24:12 rt 1.6.450.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c96228c1a9ea55f6ca85b80baa382e90078e9fbd]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:50 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:50:12 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:24:12 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9801d36d5f6ffc457bb1a04176790593edfa60e]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/03/28 15:26:35 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1383f1fd5aa949681bf1a595ef9afb560677d736]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:51:50 thb 1.5.698.3: #i85898# Stripping all external header guards 2008/04/01 12:50:12 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:12 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe66590d25f7d9bb6ad0f58b30f0eb7ece6237bc]

        INTEGRATION: CWS changefileheader (1.16.28); FILE MERGED 2008/03/28 15:26:34 rt 1.16.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fd2c52409acde398554746e69b7b0c7b62e0388]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:57 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12e4383fda0bc2767d8bb7126370d0d2bfae9334]

        INTEGRATION: CWS changefileheader (1.5.456); FILE MERGED 2008/03/31 14:24:11 rt 1.5.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa82e96e8deb527027fbe52e9df29b0f9f995ada]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/28 15:26:34 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [750e09e1cf29db3ef5ff2102760df8b69b09406c]

        INTEGRATION: CWS changefileheader (1.5.104); FILE MERGED 2008/03/28 15:26:34 rt 1.5.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87316df31f839c8ec59978ace557c493ed60e097]

        INTEGRATION: CWS changefileheader (1.14.92); FILE MERGED 2008/03/31 16:03:57 rt 1.14.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0702b4b46a361002e4534451f7103c2ab4a4488b]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:50 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:50:12 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:24:11 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a498a4f47f1bcb101736de69124540d26055596]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 15:26:34 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [532b81069aac37def8c283c46ab2837f41740575]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:57 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [033b1bdf3b5a244ccb2e5055b64f247c4fc2b65f]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:24:11 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08dac73831b1c23581f229bf5ddf5858b28dfdb5]

        INTEGRATION: CWS changefileheader (1.2.336); FILE MERGED 2008/03/28 15:26:34 rt 1.2.336.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c297167c956630fb35c815d251b2d7d0e7b3172e]

        INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/04/01 15:51:50 thb 1.7.450.3: #i85898# Stripping all external header guards 2008/04/01 12:50:12 thb 1.7.450.2: #i85898# Stripping all external header guards 2008/03/31 14:24:11 rt 1.7.450.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [221658cb2b74baf0e32e75a2b3a63823ed3f3c11]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/28 15:26:34 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0465ae66d450581124b52531935a1f452e803ecc]

        INTEGRATION: CWS changefileheader (1.13.484); FILE MERGED 2008/03/28 15:26:34 rt 1.13.484.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e11a849cdb55c027445f2d9e96e95e3bbd354a5]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 14:24:10 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [05fa7966278483343bcab4f3cd9a7de4406d23b9]

        INTEGRATION: CWS changefileheader (1.21.396); FILE MERGED 2008/04/01 15:13:05 thb 1.21.396.3: #i85898# Stripping all external header guards 2008/04/01 10:54:57 thb 1.21.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:34 rt 1.21.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69b8799dc23f13d73044af671def427fbc208c42]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:56 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6dc35cf6b107460706c17d2db24c24ff1ef216b6]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/28 15:26:33 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f01017224582357a155e9f49eddd1f52028bf442]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:24:10 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d80d3232728c8de411de188f1d8d603c5d3dfac3]

        INTEGRATION: CWS changefileheader (1.4.614); FILE MERGED 2008/04/01 15:13:05 thb 1.4.614.3: #i85898# Stripping all external header guards 2008/04/01 10:54:57 thb 1.4.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.4.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f84cebc282e9b21338645ce7f7f445cedd107e13]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 16:03:56 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b781addc47e4ae2173c9b914dacfbbd44cb12e2]

        INTEGRATION: CWS changefileheader (1.5.396); FILE MERGED 2008/04/01 15:13:05 thb 1.5.396.3: #i85898# Stripping all external header guards 2008/04/01 10:54:57 thb 1.5.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.5.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1554191dfad49a3b48798bff436f02c99ec348b]

        INTEGRATION: CWS changefileheader (1.22.36); FILE MERGED 2008/04/01 15:51:50 thb 1.22.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.22.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.22.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [65e95d4d41f4ac23dff818263f589594c49bd44d]

        INTEGRATION: CWS changefileheader (1.2.614); FILE MERGED 2008/04/01 15:13:05 thb 1.2.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.2.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [53bfaa98219fd6d01b0a0233569ef1f1a13dd1c3]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:51:50 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [839fa72f69f5d25010a1208e39b971fbd4770492]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:49 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b571d00f616d68c363fd11356ca4d7fcb2d2e28a]

        INTEGRATION: CWS changefileheader (1.5.396); FILE MERGED 2008/04/01 15:13:04 thb 1.5.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.5.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [426183b218b8ab554afee87efe8a46364b89b1e9]

        INTEGRATION: CWS changefileheader (1.2.2172); FILE MERGED 2008/04/01 15:51:49 thb 1.2.2172.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [538afde77a1cfc98823336677bd276e5b76f3ed6]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:51:49 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:10 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86e097ed17b8ca0a4f697e74886f62f5f590d03e]

        INTEGRATION: CWS changefileheader (1.20.350); FILE MERGED 2008/04/01 15:13:04 thb 1.20.350.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.20.350.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.20.350.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81ecfd4b37d575360e6df12228145228c1f69759]

        INTEGRATION: CWS changefileheader (1.58.130); FILE MERGED 2008/04/01 15:13:04 thb 1.58.130.2: #i85898# Stripping all external header guards 2008/03/28 15:26:33 rt 1.58.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6d2460998dcf0053de75eeea90347935f84881a]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:51:49 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [162693243c615cc8f0d072bbd00e412ac2d75e5f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:03:56 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa3e6dd2694610bec469d7637cf6afe56f083635]

        INTEGRATION: CWS changefileheader (1.39.12); FILE MERGED 2008/03/28 15:26:33 rt 1.39.12.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ed5201350b5b9a9bc51e55c0efc5cf54441952b]

        INTEGRATION: CWS changefileheader (1.45.368); FILE MERGED 2008/03/31 14:24:09 rt 1.45.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [012986a0679ccc03c40776a1c93cfa3fc68a28ff]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:24:09 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e488091f3b9b6a7bf44cdab10923133c0956d518]

        INTEGRATION: CWS changefileheader (1.5.396); FILE MERGED 2008/03/28 15:26:32 rt 1.5.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [427599be4a9e5ad17d3f07132150e755a35a8cf7]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:56 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37e39d4b08abd8aac8a12bcb351617aacec40c84]

        INTEGRATION: CWS changefileheader (1.4.260); FILE MERGED 2008/03/31 14:24:09 rt 1.4.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f5171a8b02237f3fcc36238f4cf77fae807a12a]

        INTEGRATION: CWS changefileheader (1.11.532); FILE MERGED 2008/04/01 15:13:04 thb 1.11.532.2: #i85898# Stripping all external header guards 2008/03/28 15:26:32 rt 1.11.532.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [137877f30e1c496a4ac462f2845d33617f79c9f1]

        INTEGRATION: CWS changefileheader (1.6.730); FILE MERGED 2008/04/01 15:51:49 thb 1.6.730.3: #i85898# Stripping all external header guards 2008/04/01 12:50:11 thb 1.6.730.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.6.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e6ac4bb1a1fe52ad40c17ebc402df9efefb4b75]

        INTEGRATION: CWS changefileheader (1.11.380); FILE MERGED 2008/03/28 15:26:32 rt 1.11.380.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7de99420ed75500ab97b8bab78202ff58af600f0]

        INTEGRATION: CWS changefileheader (1.5.120); FILE MERGED 2008/03/31 16:03:55 rt 1.5.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adffaf1eb4d877711e467db2e58845ac19c2ae2b]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:49 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29f5786c9239d56824265bee93e7a2b9bf5c2b05]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:03:55 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7aa6a8d6b8a7639822ff185d3fc7efb27c3640c9]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:24:09 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a65d892d7f55cf949e42ba032459fad57685ff7b]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:03:55 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85ff5773208a125fdce5f669cd2aa0ec0318608d]

        INTEGRATION: CWS changefileheader (1.46.368); FILE MERGED 2008/03/31 14:24:09 rt 1.46.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a96853eb2f71091064ebc0e647d8e323b2d93ce3]

        INTEGRATION: CWS changefileheader (1.10.484); FILE MERGED 2008/03/28 15:26:31 rt 1.10.484.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c82d733defba77b6160dec90b22e3c0f04de0f94]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:55 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54a2bf9e0f4fb7304875b21f00fb7128a484d386]

        INTEGRATION: CWS changefileheader (1.83.36); FILE MERGED 2008/04/01 15:51:48 thb 1.83.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:10 thb 1.83.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.83.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7706ecd669cd4e512a064fb9ca46f920726e6701]

        INTEGRATION: CWS changefileheader (1.21.396); FILE MERGED 2008/04/01 15:13:04 thb 1.21.396.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.21.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:31 rt 1.21.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3f117935a7e02c70abc7b11ccfdb00c74889904]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:55 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06bc5f8fa9df51824e58ea361d488a1c55ba43ec]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 15:51:48 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:09 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c09b53ecd309e3da38b64457f5a260fdbdeab09]

        INTEGRATION: CWS changefileheader (1.6.614); FILE MERGED 2008/04/01 15:13:04 thb 1.6.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:31 rt 1.6.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [204eda85733045e8cd2b33ded86998dbde95906f]

        INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/03/31 14:24:09 rt 1.15.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c19df24334e22b162a49ece29481db76749e14b1]

        INTEGRATION: CWS changefileheader (1.9.396); FILE MERGED 2008/04/01 15:13:04 thb 1.9.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:31 rt 1.9.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66ccc19168e2948405368ce28df0636b6e662f55]

        INTEGRATION: CWS changefileheader (1.9.350); FILE MERGED 2008/04/01 15:13:03 thb 1.9.350.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.9.350.2: #i85898# Stripping all external header guards 2008/03/28 15:26:30 rt 1.9.350.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c708e57956321ab21819cf6339a5a9a0b12b9164]

        INTEGRATION: CWS changefileheader (1.27.350); FILE MERGED 2008/04/01 15:13:03 thb 1.27.350.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.27.350.2: #i85898# Stripping all external header guards 2008/03/28 15:26:30 rt 1.27.350.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26b16b8651bbbc55912c0ab6fca210559e4ae56f]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/04/01 15:13:03 thb 1.3.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:30 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [323bb4e3ce8366aa540d435cdc04aa1da8c7897a]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:24:08 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59d7b76493c5ae83ad74b34db5bd66e492c70acf]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:55 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4be811b4537c8b74805d80074f9e70d2ba7e704]

        INTEGRATION: CWS changefileheader (1.5.248); FILE MERGED 2008/03/28 15:26:30 rt 1.5.248.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c3383fb3de0aeb6e3acbb363034921470f14d5d8]

        INTEGRATION: CWS changefileheader (1.18.258); FILE MERGED 2008/04/01 15:51:48 thb 1.18.258.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.18.258.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aaa4ddc4f2fc7d3bae3e13cbe80adb199cd3037f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:54 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59920c20ef21c1a29c46c0688db0b95e17a3afc9]

        INTEGRATION: CWS changefileheader (1.4.416); FILE MERGED 2008/04/01 15:13:03 thb 1.4.416.2: #i85898# Stripping all external header guards 2008/03/28 15:26:30 rt 1.4.416.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b33eecd908d760d2fdf509d3d535b42b81bd2288]

        INTEGRATION: CWS changefileheader (1.29.368); FILE MERGED 2008/03/31 14:24:07 rt 1.29.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f24f608cb61e091cc91874fe1f05aec6147d450]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:03:54 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9330496e84a366aa7dde6cf271f0c7b4b8437622]

        INTEGRATION: CWS changefileheader (1.6.396); FILE MERGED 2008/04/01 10:54:56 thb 1.6.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:30 rt 1.6.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c6190eeafec387e69b9995f700807b0d3e9fbaa]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:24:07 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93a34d2176770198df915a510b36d6c0dd8c2905]

        INTEGRATION: CWS changefileheader (1.73.22); FILE MERGED 2008/03/28 15:26:30 rt 1.73.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d04ce2b607d97e3ed2a86a4d75309774b139fea5]

        INTEGRATION: CWS changefileheader (1.28.368); FILE MERGED 2008/04/01 15:51:48 thb 1.28.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:10 thb 1.28.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.28.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99cf95bc6ac8591f1ffd5f6e44dd3664a004e230]

        INTEGRATION: CWS changefileheader (1.24.192); FILE MERGED 2008/03/28 15:26:29 rt 1.24.192.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b36bbf92ff49c873f394ae5081e3026f08132d3]

        INTEGRATION: CWS changefileheader (1.20.260); FILE MERGED 2008/04/01 15:51:48 thb 1.20.260.3: #i85898# Stripping all external header guards 2008/04/01 12:50:10 thb 1.20.260.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.20.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb26e436ca147cad1d1f815feae51171bcff2539]

        INTEGRATION: CWS changefileheader (1.4.734); FILE MERGED 2008/04/01 15:13:03 thb 1.4.734.2: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.4.734.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4e81fd3e1fc0d1c4b92b17838030bcf104b1419]

        INTEGRATION: CWS changefileheader (1.26.260); FILE MERGED 2008/04/01 15:51:48 thb 1.26.260.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.26.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ba1fccb001791b668db083222890868e8a8f34f]

        INTEGRATION: CWS changefileheader (1.14.248); FILE MERGED 2008/04/01 15:13:03 thb 1.14.248.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.14.248.2: #i85898# Stripping all external header guards 2008/03/28 15:26:29 rt 1.14.248.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd5dd485e075e478bd92c58e4ca4df02a29325a6]

        INTEGRATION: CWS changefileheader (1.24.368); FILE MERGED 2008/03/31 14:24:07 rt 1.24.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac477c32951373a7cd6139150ad4bf1dcfe3ecea]

        INTEGRATION: CWS changefileheader (1.3.1018); FILE MERGED 2008/04/01 15:13:03 thb 1.3.1018.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2cc9c88aaf34e3b1ac1d57a42806bcc86a3ab9b]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 16:03:53 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b408043425818965b2aa7272fc6c87276287f8da]

        INTEGRATION: CWS changefileheader (1.11.146); FILE MERGED 2008/03/28 15:26:29 rt 1.11.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9769e138098e63bf91fa229c49c0665830a86e46]

        INTEGRATION: CWS changefileheader (1.40.36); FILE MERGED 2008/04/01 15:51:47 thb 1.40.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.40.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0165c4f03799ae9ac0a7f4e7ab2d494d712de3f0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:53 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57f6529982070a9460b3e4fe731774ad67a8973b]

        INTEGRATION: CWS changefileheader (1.26.66); FILE MERGED 2008/04/01 15:13:02 thb 1.26.66.2: #i85898# Stripping all external header guards 2008/03/28 15:26:29 rt 1.26.66.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46c689b2b4036ba40db6eae81fc63404ea393e1c]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:51:47 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:07 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45881f6486a20531d95912edcec0c1bb4b47ede3]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:53 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ba90dacfcab9444a7b45e4749d3dce7b322ccd5]

        INTEGRATION: CWS changefileheader (1.35.20); FILE MERGED 2008/04/01 15:13:02 thb 1.35.20.3: #i85898# Stripping all external header guards 2008/04/01 10:54:56 thb 1.35.20.2: #i85898# Stripping all external header guards 2008/03/28 15:26:29 rt 1.35.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55a27cc37fc2200e2bf2e2880fbd10eefe16c572]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/03/31 14:24:07 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c48ac41143a6b7b426893d9be2c8f5b2a8daf5ca]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:53 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b1dbbce66825b076e5741a2e68bbe4e89ec680d]

        INTEGRATION: CWS changefileheader (1.2.614); FILE MERGED 2008/04/01 15:13:02 thb 1.2.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:29 rt 1.2.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5909a9632072e7e93cbfbe0e0362817470debb3]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:47 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:10 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:06 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db0913b758f6b06f99ec706bc09ec06df31d231e]

        INTEGRATION: CWS changefileheader (1.4.396); FILE MERGED 2008/04/01 15:13:02 thb 1.4.396.3: #i85898# Stripping all external header guards 2008/04/01 10:54:55 thb 1.4.396.2: #i85898# Stripping all external header guards 2008/03/28 15:26:29 rt 1.4.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba9b237ab1086cd9d9bc3abae59fb71a58af551a]

        INTEGRATION: CWS changefileheader (1.19.260); FILE MERGED 2008/04/01 15:51:47 thb 1.19.260.2: #i85898# Stripping all external header guards 2008/03/31 14:24:06 rt 1.19.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2aed8db1ecd62a0fac0c287547e871801bff0457]

        INTEGRATION: CWS changefileheader (1.2.614); FILE MERGED 2008/03/28 15:26:29 rt 1.2.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cacff754444f99408e7282541024957b8ffc4323]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:24:06 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8d4d7d324dffba5c171a9971be4f8417173853e]

        INTEGRATION: CWS changefileheader (1.3.396); FILE MERGED 2008/03/28 15:26:29 rt 1.3.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88e6d89a0b1b4aadfbd0577b2453064dc8853e13]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/03/31 16:03:53 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [52a3256c6d0a81b6de0855c15edb1072e68ce8e9]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:24:06 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb0504d20a13a5c75245401fd05525513aedd174]

        INTEGRATION: CWS changefileheader (1.3.614); FILE MERGED 2008/04/01 15:13:02 thb 1.3.614.3: #i85898# Stripping all external header guards 2008/04/01 10:54:55 thb 1.3.614.2: #i85898# Stripping all external header guards 2008/03/28 15:26:28 rt 1.3.614.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd17ae54e27fcff77cd26fda0472d9948d50a59e]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:03:53 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2754fae2c222e59507a33b83961de81fc3b4f9e]

        INTEGRATION: CWS changefileheader (1.15.354); FILE MERGED 2008/04/01 15:51:47 thb 1.15.354.3: #i85898# Stripping all external header guards 2008/04/01 12:50:09 thb 1.15.354.2: #i85898# Stripping all external header guards 2008/03/31 14:24:06 rt 1.15.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6f64c274f657c36333030396361c0c3cb927ec5]

        INTEGRATION: CWS changefileheader (1.28.234); FILE MERGED 2008/04/01 15:13:02 thb 1.28.234.3: #i85898# Stripping all external header guards 2008/04/01 10:54:55 thb 1.28.234.2: #i85898# Stripping all external header guards 2008/03/28 15:26:28 rt 1.28.234.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [434ed96e32c0f9e47aacfb48d35b9e5fb8918edd]

        INTEGRATION: CWS changefileheader (1.20.368); FILE MERGED 2008/03/31 14:24:06 rt 1.20.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85044840842ccc302b1ada5d6ce7c38d840d22e2]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/04/03 14:05:55 pb 1.4.14.3: fix: #i22905# open source needs no license 2008/04/01 10:54:55 thb 1.4.14.2: #i85898# Stripping all external header guards 2008/03/28 15:26:28 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97b82e934208c73f5ce186400e2b442c0185b719]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/04/01 15:51:47 thb 1.19.368.2: #i85898# Stripping all external header guards 2008/03/31 14:24:06 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a07e213333e67189533a7ef8cfd517d637053113]

        INTEGRATION: CWS changefileheader (1.216.20); FILE MERGED 2008/04/01 15:13:01 thb 1.216.20.3: #i85898# Stripping all external header guards 2008/04/01 10:54:55 thb 1.216.20.2: #i85898# Stripping all external header guards 2008/03/28 15:26:28 rt 1.216.20.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0ffa4654375199be46bfc619abcb13d78586a18]

        INTEGRATION: CWS changefileheader (1.7.354); FILE MERGED 2008/04/01 20:07:14 thb 1.7.354.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:51:47 thb 1.7.354.2: #i85898# Stripping all external header guards 2008/04/01 12:50:09 thb 1.7.354.1: #i85898# Stripping all external header guards

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95082489c58965729e3e15cd65aba5513d5f4d8f]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/03/28 15:26:28 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f68a8ec453c9c6cd9aef916436ffa1a664489549]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:24:06 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84769c862a4729b516a70a10fc05242d28b7d011]

        INTEGRATION: CWS changefileheader (1.31.14); FILE MERGED 2008/03/28 15:26:28 rt 1.31.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2adec53bd13010c77b233b8c0cccfab970b1c51d]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/28 15:26:27 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d6133d390d1de330685ad5f3fd0ed7794970c30]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:52 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3cd262df3d8369db47ec6a8afcba0fb3345060d]

        INTEGRATION: CWS changefileheader (1.2.200); FILE MERGED 2008/03/28 15:26:27 rt 1.2.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [916c5dc9d6d0bd0b097a2edeb65586c296bd5e2a]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:52 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5e76609111aa26e0c461ce78fca1d8a1bb74c7d]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:24:05 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e6158b4baf4b5237a0b1ac009fb02a7a222bedd]

        INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/03/28 15:26:27 rt 1.3.246.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25ffc8c3f3ddff22753b243eb7340c3b3c37acf7]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:03:52 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [151f32e07b668a94e114ed7798f18880319cd140]

        INTEGRATION: CWS changefileheader (1.2.396); FILE MERGED 2008/03/28 15:26:27 rt 1.2.396.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8e2f7bb72edb3a4deb8d17692be998511f25b04]

        INTEGRATION: CWS changefileheader (1.2.356); FILE MERGED 2008/03/28 15:26:26 rt 1.2.356.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17475ac4c8b374a05f10788bbabb0db90e625811]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:52 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82c607fd36b7404b281bc213c070bcf0771a4506]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 15:26:26 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e0311af947ea3ab25c063b07bbad3f87b8dc342]

        INTEGRATION: CWS changefileheader (1.34.46); FILE MERGED 2008/04/01 15:13:01 thb 1.34.46.3: #i85898# Stripping all external header guards 2008/04/01 10:54:54 thb 1.34.46.2: #i85898# Stripping all external header guards 2008/03/28 15:26:26 rt 1.34.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6945e6c013c4b53519d70541c8b2319396edab7d]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:52 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc4a1c4f2ae7d443b0e5fe6c4873f54ca203f22e]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:52 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79c65b51866fe5b3a243ebcce6b5582bc95853ef]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 14:24:05 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54029c272f5f9fa5bdaffc879e82fbbfda05c81b]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:51 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9e4493c384ca1f539a1c6d11e9aef930baf9311]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:51 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d20ad3d54e66c237ae66e7c5ae98e1a741cbb659]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:51 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [447b1ce5b9f73d8cb32043c51cccc002cd1495b1]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:03:51 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31f453903cf713a1afe8656e4d7c980ab1acd983]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/03/28 16:49:27 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4771fa94e6222d46e0058b41022127f79afe3723]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/28 16:49:26 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a39821c8d4b86f68e9f8e0f41fbff2d60274d696]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:49:26 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f605d61a755250314dae491f1e5c4c4c6eaa42f9]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:49:08 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c5e2e0a5bb1e025c1192e780a7e55ac45d27bd1]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:08 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91a0433dc2c8b8a27aeaded0ac974e1149d7d2b8]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:50:09 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:24:05 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d0c60c7cc69d40357bb782b53a90ec79ec3de5f]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:49:08 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [97a8d53f3c45eae001a408b156a5b4c23f947d68]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:49:07 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdae718f436cf8e4456e1866891775b3c4ffff34]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:07 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca259a75a5f2a9497e3b4f2aa05fa9de91dbef04]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:49:07 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10bf837370496f4b3ba507647a30700fe4d3f235]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/03/31 16:03:47 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc9bb14d62846d846dc0de9225c58ffe60724033]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:49:07 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da05717b6629fb22f8630c978611ebcf0ee18aeb]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:03:47 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc89fc54a51b119fde322faae4d9df8a41222bca]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:49:07 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1085630bfc4aa75b67c959390b3c1ecf002f3d8]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:47 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36269f83eba239af8a352918581ab4a170edb7b0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:47 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39c0583e50b04eb92b5d1f54508128118f40cf10]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:47 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2609593a25c9f8e1400c7fb7f3cb8ff1bce8e0f]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:49:06 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e32128320b40ac9060e56d0b5598904fc83d45a9]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:49:06 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5bdc1eb0f8d94abf7c526ff09f751f88be2583d3]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:49:06 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70bbd9024d4de3e1ab72216d6a09530e94e47481]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:24:04 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7f8fe25ab18157b63b62292f668082d57e04d3f]

        INTEGRATION: CWS changefileheader (1.8.328); FILE MERGED 2008/03/31 16:03:47 rt 1.8.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ec7c7c8b6c5e259617106405463a3dc82f9232e]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:06 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [63007ef66255a7ca51b7c1e88f20ecdb252af49a]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:03:47 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7dc2729242aa57ea09a5018fedba2cedaf61664a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:05 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36813f7ffd680fea2d388d359c72b46f6b5a94c7]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:49:05 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96c6395d5f548a1fadb7d5b829233818dd9b9faa]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:49:05 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9aff738a8f3851cefcccd0e1e126591439f457f4]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:49:05 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac40949341f150856445ae1e353e71963c941255]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:49:05 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21192020180635c8ea453cfe162850a3314e2847]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:49:05 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [31fa256e873de9ec3bf9a53c837d703d44a4bc6e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:46 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aeb25269954498be9ed47ac93d19b3f897fa93d1]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:49:05 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1057c1b1a221ab32c0142c942dbf3b281bfb4703]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:49:04 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d59a1805f47f83df5bea8251554fb271b7cf8279]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:04 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef2e39b54ac9152f611767ac9ee9c8ab82a3ebba]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:46 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5faa108ead48a967061c6b7914df29dc44a59e11]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:49:04 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d66c5031f66e298d3518d63eb5112edcbda31145]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:49:04 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0a9ded99282a78ac0ca8255ab52208c189621ad]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:49:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a136a2a3ba2f868c7d048fdd9f77c0cc565eb15]

        INTEGRATION: CWS changefileheader (1.4.620); FILE MERGED 2008/03/31 14:24:03 rt 1.4.620.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea1da21842b8bdde5fc14b93459a8156772171c9]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:49:04 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7538b54e8e6cd631ffb13eef1856d6c43c6e7dde]

        INTEGRATION: CWS changefileheader (1.24.368); FILE MERGED 2008/03/31 14:24:03 rt 1.24.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64c08aa5788eeec6593f5294ec792902df3439d8]

        INTEGRATION: CWS changefileheader (1.32.196); FILE MERGED 2008/04/01 15:51:46 thb 1.32.196.3: #i85898# Stripping all external header guards 2008/04/01 12:50:08 thb 1.32.196.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.32.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16017a7423b38542f5995e6d082faa8d6a902421]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:03 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e03c6e8d4cf69164be6742f4728af7ee616fa2c4]

        INTEGRATION: CWS changefileheader (1.8.620); FILE MERGED 2008/04/01 15:51:46 thb 1.8.620.3: #i85898# Stripping all external header guards 2008/04/01 12:50:07 thb 1.8.620.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.8.620.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [619e8a7b63a89b9d21049f13717bbac6de42340b]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:49:03 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6759a27ed3f09b996e2543beb439edd01b3f1a1b]

        INTEGRATION: CWS changefileheader (1.23.212); FILE MERGED 2008/04/01 15:51:46 thb 1.23.212.3: #i85898# Stripping all external header guards 2008/04/01 12:50:07 thb 1.23.212.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.23.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2aa2021c0c28ecedfcffe954dd73663e4a869f6]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:49:03 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a208382aa7dd24552a2032ce8f2f30502695e415]

        INTEGRATION: CWS changefileheader (1.33.72); FILE MERGED 2008/04/01 15:51:46 thb 1.33.72.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.33.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b5a19592a129b5b5db7620668a0d6e17c5ae3bf]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/03/31 14:24:03 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46f92a662e0f343b6c4bd1d9063473a68994c73f]

        INTEGRATION: CWS changefileheader (1.7.122); FILE MERGED 2008/03/31 16:03:42 rt 1.7.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ab7433baad62077cb264b7dabd9bbdefbadf3be]

        INTEGRATION: CWS changefileheader (1.34.318); FILE MERGED 2008/04/01 15:51:45 thb 1.34.318.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.34.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba4bd0e2982301acc82918d626555c3108bec58c]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:49:03 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bfc83f0080584d5dd1c43864b6abc635a4085ee]

        INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/31 16:03:42 rt 1.6.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c241ff9a970eac548e3a8e989a783246e62ff97e]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:42 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f857a04cdcecf0dd2508e3f2befb128cfe78feb1]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 16:03:42 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bc552d4dceff040c509ad67bbdc52f5c18e9f66]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:49:02 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68a0506324057ac4087477b6cea2ed71d996c6a5]

        INTEGRATION: CWS changefileheader (1.12.698); FILE MERGED 2008/04/01 15:51:45 thb 1.12.698.2: #i85898# Stripping all external header guards 2008/03/31 14:24:03 rt 1.12.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e616ff0b10b41d9133bf4b456646163e14375249]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:42 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ed5b379c85de0d54362dde1c16dfacb6cdb082b]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:49:02 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [926092f90553ad7419ae82c3df5dee8362eb7cdb]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 14:24:02 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bc420325d40fe5a48f77dc346e1576b49a13554]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:51:45 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:06 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:37 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59e25b85a5b6e4514cd616f99e5d093776956f0b]

        INTEGRATION: CWS changefileheader (1.3.444); FILE MERGED 2008/03/31 16:03:42 rt 1.3.444.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5781ebb88b2fe68eecf3ddbd67941df24270d290]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 16:49:02 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [384c308d46044fcfc39099bfe2894f7f80b3e124]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:45 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:06 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:37 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87e4feecdd5e410013dec9a050fdb4fb7b569f21]

        INTEGRATION: CWS changefileheader (1.5.478); FILE MERGED 2008/03/31 16:03:41 rt 1.5.478.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [096c1b7a08102bd7517911e841c0e0bc1092655c]

        INTEGRATION: CWS changefileheader (1.26.34); FILE MERGED 2008/04/01 15:51:45 thb 1.26.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:06 thb 1.26.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.26.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37b7166820a4d3be1e0ac6bf55386f2f09d35f43]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:41 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [637685ad22d7139edcf1799639ef73c1faf04f2a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:02 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5897b4e5bf98cdfed85bd0bd0a6814a6a9c7ef85]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 16:03:41 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a824782c28f8875f46ba6e23adf69832845c4f81]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:49:02 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82596434a55dc006cd682304b659f357a61f444d]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/31 16:03:40 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d07a7cac88568a77aaf5cf2c4f76a12e6e658ef0]

        INTEGRATION: CWS changefileheader (1.5.382); FILE MERGED 2008/03/31 16:03:40 rt 1.5.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a88d8ed04fef8a532a05d53adc13664ab88b11ec]

        INTEGRATION: CWS changefileheader (1.30.36); FILE MERGED 2008/04/01 15:51:45 thb 1.30.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:05 thb 1.30.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.30.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ad48768b68ae21bf83fcd63b1c1a96c5653b3e18]

        INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/28 16:49:01 rt 1.4.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51c41bbc496fb438cd1459491ebd763d003b8112]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/03/31 16:03:32 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3ba66e66696fd2005ca61f3e1da38598d653d32]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:32 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [868f63dd91ed135069208d405a9747989e4a8c47]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:32 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfcadd1d439a8edf8e3288dbb1675299ab24c75a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:49:01 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6c27a8d313c517935f19c47ffecafbbe6628d976]

        INTEGRATION: CWS changefileheader (1.7.636); FILE MERGED 2008/04/01 15:51:45 thb 1.7.636.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.7.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ae0e7eeabcb5bc53752b87875ef59b5a1ca0a97b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:01 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86dac7c284361e4492aa854221d3400145d7dea9]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:32 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83de0bf4a4593417f7207e94c56b8db5ed0c4c43]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:49:01 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaf1f78f8de84e87b92acd6997664530fc2442c3]

        INTEGRATION: CWS changefileheader (1.26.338); FILE MERGED 2008/04/01 15:51:44 thb 1.26.338.3: #i85898# Stripping all external header guards 2008/04/01 12:50:05 thb 1.26.338.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.26.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2713fe0264d9d2a02577d1579dd699871c579fa]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:49:01 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd10795439b8d5c8b25caee471fa8a9128f5d0d6]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:49:01 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57838f2a42ac45165cbe5556fcb488685dc5a6ef]

        INTEGRATION: CWS changefileheader (1.11.340); FILE MERGED 2008/04/01 15:51:44 thb 1.11.340.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.11.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28f1b95e692d6ff906a4739593ca9e01ff17b42f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:49:00 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1feddfc3956f6059c0ca4df6337e407c69d82688]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:49:00 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11c92e5cfc2f7a00d762107fdc4ee4944121989d]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:44 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:36 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f67d332ea3d9df068a19b2555f9e44a9bfcc455]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:31 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [468f3c73704beb581f8d1dcbae4b2709ae7ae6d5]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:23:36 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [162601fed05343f9efc952628cfc56d04806caf3]

        INTEGRATION: CWS changefileheader (1.94.36); FILE MERGED 2008/03/31 14:23:35 rt 1.94.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13cb4e0fd17774435afa6b4ea9fe495635568cd9]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:48:59 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [99f6b28b4f78877d6b1cea600e3d156510ea23f2]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:31 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ff70c5838816ffb2eb207773474c92e8d089f75]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:59 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b3fc79adc49a72e9d5d0e6e2c43ba654bdaec12]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:59 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bcbcb4a1944da0bbf5bda5ffb3c20beb03e1e53]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 16:03:31 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdd2aa8b4a115c7e5ed30fe4de20e525da5c6028]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:51:44 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:05 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:35 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5424c4d09abd06265eca67ed4fe98486c537033a]

        INTEGRATION: CWS changefileheader (1.11.118); FILE MERGED 2008/03/31 16:03:31 rt 1.11.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e415cb6b30bb92c50758d2c196bfab1efb8959ec]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:59 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d847013a8b1b01ec2039ebcc2bd6608b7bbc2d1]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:31 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36cd7f749f48b4137f874af94c7cf194ae387e54]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:58 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3403299cbcd64487d54710b3fdc37b37b283b7d]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:03:31 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45b00d8cd212487a8f7f2122e444340c5f956c3a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:58 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b6a9537e850ca7e08f4b736b14c8c4f9cfd1920]

        INTEGRATION: CWS changefileheader (1.4.636); FILE MERGED 2008/03/31 14:23:35 rt 1.4.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59eaa8a92536930755518425ad2ef901b74dac79]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:30 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41395a18ebb8b5c64d027bc35a8b0c36e81c8e81]

        INTEGRATION: CWS changefileheader (1.5.636); FILE MERGED 2008/03/31 14:23:35 rt 1.5.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0afd156edaa852f433be8a49247a2d0f9321c604]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:30 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c4825aa0582fb769fbc1866c187ff2961e6df30]

        INTEGRATION: CWS changefileheader (1.16.108); FILE MERGED 2008/04/01 15:51:44 thb 1.16.108.2: #i85898# Stripping all external header guards 2008/03/31 14:23:35 rt 1.16.108.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2c434f316b12bf01c990f56cdd985bb334d999c]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:58 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1851626029e4c6d9924531317f1eea3eac4360cc]

        INTEGRATION: CWS changefileheader (1.39.118); FILE MERGED 2008/04/01 15:51:44 thb 1.39.118.3: #i85898# Stripping all external header guards 2008/04/01 12:50:04 thb 1.39.118.2: #i85898# Stripping all external header guards 2008/03/31 14:23:35 rt 1.39.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4460d219742c3e99e18f4a7bd26ace50bea53c9d]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:30 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [754ddfecd70b9bbda6de4ab509302f3d384877b8]

        INTEGRATION: CWS changefileheader (1.60.212); FILE MERGED 2008/04/01 12:50:04 thb 1.60.212.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.60.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b822df9f59e8f457deafdbd9bc5b8bcb91840c62]

        INTEGRATION: CWS changefileheader (1.63.106); FILE MERGED 2008/04/01 15:51:43 thb 1.63.106.3: #i85898# Stripping all external header guards 2008/04/01 12:50:04 thb 1.63.106.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.63.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90e771a2780b92a40b678c16d5a6bd7d029bb068]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:57 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2508dfd32a2580e32af6bba950edce3908bee85]

        INTEGRATION: CWS changefileheader (1.19.366); FILE MERGED 2008/04/01 15:51:43 thb 1.19.366.3: #i85898# Stripping all external header guards 2008/04/01 12:50:04 thb 1.19.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.19.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a58eb0a5d6f41789078d90f4e773f5baf8587686]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:30 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3312598e2efb7625c4e2883bf6e9a33a7313d0e8]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:57 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2b3d0a8671f07d98a075fb5e317a90790b505fc]

        INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/03/31 14:23:34 rt 1.6.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a15ab43a302824d3ef972c808f5f4626dc8ee445]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:57 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9493700b8ef0f145a93eee6dd7a52e9edbe1c5eb]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:03:30 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a64f5f7a7f65c1ab4cb21364059032d71efb5155]

        INTEGRATION: CWS changefileheader (1.10.354); FILE MERGED 2008/04/01 15:51:43 thb 1.10.354.3: #i85898# Stripping all external header guards 2008/04/01 12:50:04 thb 1.10.354.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.10.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1784b8a61ed083e88bbdb131331b267589310257]

        INTEGRATION: CWS changefileheader (1.27.366); FILE MERGED 2008/04/01 15:51:43 thb 1.27.366.3: #i85898# Stripping all external header guards 2008/04/01 12:50:03 thb 1.27.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.27.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf14cbb4747c376763a14584eb003a56b75aeae1]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:30 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3c799714eff7f85b53b90f0e2a870d6693c75f0]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 12:50:03 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03de2b9ffc3ec2039162b325108e03cc1185c063]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:30 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d075e657a865bf62868138fe6272a89484f42285]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:51:43 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:03 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74ff864fe393e0d5102b12ce5c738ca9e98f2da1]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:56 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [908c7ac41f8aa1d2390033bb6ba120fd9bf34030]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:30 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7bea57c50cbcf0277887cbf6c1d709f0019f0b58]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 12:50:03 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f751f02c160998bab3c22377559871fa8f81267]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:56 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7394e8c95bcd974a6bd8d7e5ff360a2da56128ad]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/04/01 15:51:43 thb 1.20.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:02 thb 1.20.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:34 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a88c431536b361ae9bbc967981ed5c9c8fc1aaca]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:29 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b564688166a30c68377190be8d1f4c446f104478]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:56 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1344a181d6dfb66a147f579a0cb089b22243c12f]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:43 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c71471cd9a8d74f10252fff54e1447f6561d32e]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:29 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc4d64eef30851cd7739f58c16a29feb3988274c]

        INTEGRATION: CWS changefileheader (1.31.36); FILE MERGED 2008/04/01 15:51:43 thb 1.31.36.3: #i85898# Stripping all external header guards 2008/04/01 12:50:02 thb 1.31.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.31.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af603fb0c998d3640c43d3566124bad8c311aa13]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:29 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fdb90c1994156abb49157918d86e4667c2ef688]

        INTEGRATION: CWS changefileheader (1.86.34); FILE MERGED 2008/04/01 15:51:42 thb 1.86.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:02 thb 1.86.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.86.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2e5f34e99aa254eeb1e16d90d0365a53a2fab91b]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:56 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5adb22b0f9e8d8d7b3ad42f099894448abbca74]

        INTEGRATION: CWS changefileheader (1.5.272); FILE MERGED 2008/03/31 16:03:29 rt 1.5.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f91f1712245ff6371f6994c4c22dfd6482fdc10]

        INTEGRATION: CWS changefileheader (1.29.194); FILE MERGED 2008/04/01 15:51:42 thb 1.29.194.3: #i85898# Stripping all external header guards 2008/04/01 12:50:01 thb 1.29.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.29.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57356071c9ca7ace06607f4db019cd72c4ea7422]

        INTEGRATION: CWS changefileheader (1.49.48); FILE MERGED 2008/04/01 15:51:42 thb 1.49.48.3: #i85898# Stripping all external header guards 2008/04/01 12:50:01 thb 1.49.48.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.49.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d85523018320f05049fb30258ed978dce6ffb1f]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:55 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [62a53906d8022b7a223e9eb257f13851290d88f2]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:29 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0e13a9f0df8e7e53ebd2ccecbd7c2d13eba8b1d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:55 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a395470f645ed0dfe3244b4bf244ed7cc5f40de]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:29 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b2ea4da9371a1d1de046d49dd0796d1524005c8]

        INTEGRATION: CWS changefileheader (1.23.368); FILE MERGED 2008/04/01 15:51:42 thb 1.23.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:01 thb 1.23.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.23.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ff4d7a5440f0f688cfa7f1792824aeb93e9e91f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:55 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0090fded62baf78706c851de5dff4c8e4e62fe98]

        INTEGRATION: CWS changefileheader (1.87.48); FILE MERGED 2008/04/01 15:51:42 thb 1.87.48.3: #i85898# Stripping all external header guards 2008/04/01 12:50:00 thb 1.87.48.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.87.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c7deaddf3ef2279b0e8f750f4692c585d745a84]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:41 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:50:00 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:33 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cf279fef284e9cd39b501bf8685d1c7a3e1900b]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/03/28 16:48:55 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd1d2179bc5f19c6d03521d6cb36c804a34e53e1]

        INTEGRATION: CWS changefileheader (1.33.34); FILE MERGED 2008/04/01 15:51:41 thb 1.33.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:00 thb 1.33.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.33.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc57acb5bb66b01c381f28bcf8aa8fb75ce0e8c5]

        INTEGRATION: CWS changefileheader (1.7.366); FILE MERGED 2008/04/01 15:51:41 thb 1.7.366.3: #i85898# Stripping all external header guards 2008/04/01 12:50:00 thb 1.7.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.7.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e66c88e4f37a6913697e11feddb141398ab6ec7b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:54 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54454a003abf5c118c4d5af38e39aa02b6e80fe5]

        INTEGRATION: CWS changefileheader (1.36.366); FILE MERGED 2008/04/01 15:51:41 thb 1.36.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:59 thb 1.36.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.36.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73c2aa56e6b535cbe1ed4c908636a71574d62772]

        INTEGRATION: CWS changefileheader (1.12.294); FILE MERGED 2008/03/31 16:03:25 rt 1.12.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee2cb70584a3a1197faca75c80d61f7035ead34e]

        INTEGRATION: CWS changefileheader (1.82.194); FILE MERGED 2008/04/01 15:51:41 thb 1.82.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:59 thb 1.82.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.82.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06c0d2c8f174dfd410aaeb11707c3fdb0ffb057a]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:54 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [746035544e87d9066f51cec7513abaafb0f89aa4]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:25 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a422b81a523d0c49742a52587c5158585770d9f5]

        INTEGRATION: CWS changefileheader (1.42.194); FILE MERGED 2008/04/01 15:51:41 thb 1.42.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:58 thb 1.42.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.42.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [831b6978891d8cd59739408916371ce8f2c3c64d]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:54 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5abc4c764ca16e09943a5fec22011604a1e6df5]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:25 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [949ac41e9040ecbc99d2b713d8931490f2c08d1d]

        INTEGRATION: CWS changefileheader (1.35.194); FILE MERGED 2008/04/01 15:51:40 thb 1.35.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:58 thb 1.35.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.35.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30d0593063675a83fb597fa5d224dca08224f977]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:48:54 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [908dd723035e98287019934847a91c309cb0235a]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:25 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f77be4641cf601455026bee790134c492ed6a15]

        INTEGRATION: CWS changefileheader (1.28.366); FILE MERGED 2008/04/01 15:51:40 thb 1.28.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:58 thb 1.28.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:32 rt 1.28.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5dea85d8462987a5932e18f6a78b28826d94a30]

        INTEGRATION: CWS changefileheader (1.4.282); FILE MERGED 2008/03/28 16:48:54 rt 1.4.282.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3887d6ca288988e32b79936409724b8167a5da43]

        INTEGRATION: CWS changefileheader (1.95.34); FILE MERGED 2008/04/01 15:51:40 thb 1.95.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:58 thb 1.95.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.95.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11ffeccb5e58df3c1431208f559b3be231a7651a]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:48:54 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab2a3bd570d91d2136b83baefcb7f3b453c27c70]

        INTEGRATION: CWS changefileheader (1.50.368); FILE MERGED 2008/04/01 15:51:40 thb 1.50.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:57 thb 1.50.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.50.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59228a028862bf2ef5223e6ebb1e72a01b234d87]

        INTEGRATION: CWS changefileheader (1.47.32); FILE MERGED 2008/04/01 15:51:39 thb 1.47.32.3: #i85898# Stripping all external header guards 2008/04/01 12:49:57 thb 1.47.32.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.47.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d6452a1a07c6328c0a2959c817afaec674dbccf3]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:53 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e15c1eaee639bd7fd3905be3e51ec6f720b2e95f]

        INTEGRATION: CWS changefileheader (1.14.354); FILE MERGED 2008/03/31 14:23:31 rt 1.14.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79ffdf71d2d97fe23b7313ab7b6fe91922929477]

        INTEGRATION: CWS changefileheader (1.38.36); FILE MERGED 2008/04/01 12:49:56 thb 1.38.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.38.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ab3b8ca692020ad966e77dfc967ff9302da04f2]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:53 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6b7732eae2c2ef5fc259d612603e8d4509b29a9]

        INTEGRATION: CWS changefileheader (1.78.34); FILE MERGED 2008/04/01 15:51:39 thb 1.78.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:56 thb 1.78.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.78.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d8f1ae2d1392e31e5c645f29bf52c0e2a19a911]

        INTEGRATION: CWS changefileheader (1.16.50); FILE MERGED 2008/04/01 15:51:39 thb 1.16.50.3: #i85898# Stripping all external header guards 2008/04/01 12:49:55 thb 1.16.50.2: #i85898# Stripping all external header guards 2008/03/31 14:23:31 rt 1.16.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee7a178913339b6099863e27bdc2207aa828a0dc]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:51:39 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eddc334ba4db3c73624e5cbaa83fd7b5978caef2]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:23:30 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2f30b7f10e01393904b8ff96092eab89be87e04]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:52 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dc8ff29fe23f481a9e33856f6c93d3e140e4086]

        INTEGRATION: CWS changefileheader (1.8.264); FILE MERGED 2008/04/01 12:49:55 thb 1.8.264.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.8.264.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08c4343f07d73bd4198f23a8bf7b447e2eae8ee0]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:52 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1be9069386650e51916dca894155b264e93cb4b]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:24 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [44b0fdc093c98168c754d2a9d00f31bd8f23437f]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:39 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:54 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3201fbe390bb7f879f6e9f80b43d7c964578ecdc]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:24 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d34ec53bb32ed2c02982df92d1accc09d179e5cb]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:51:38 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f607cfc3ac6b913f5840d4ad194f854e0d49f97]

        INTEGRATION: CWS changefileheader (1.31.34); FILE MERGED 2008/04/01 15:51:38 thb 1.31.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:54 thb 1.31.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.31.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3f7fdfef5cd62935de8f4d25d15b1f85abde5c2]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:38 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:30 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [737e33ccd26648a50b4fdd1cc26d74964e4c2c47]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:48:51 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fe15b2a49beedd314fc271099a179aa219aeccd]

        INTEGRATION: CWS changefileheader (1.6.272); FILE MERGED 2008/03/31 16:03:24 rt 1.6.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e73681e627432c6b1a9ee861c3b97568b7b1334]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:23:30 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9172599cadb1fa50509d08bab349c6a6c67c6593]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:51 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7f418696a73ca544c48b271ecab8737e6ee305c]

        INTEGRATION: CWS changefileheader (1.158.36); FILE MERGED 2008/04/01 15:51:37 thb 1.158.36.3: #i85898# Stripping all external header guards 2008/04/01 12:49:53 thb 1.158.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.158.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8846209ce1f138a4e39037cf55bc841d521c3eda]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:37 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:53 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [feb7e0c87f78b2e80bf3a7cc18347fe386fbdaf0]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:51:37 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:53 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2b45eeb15e1d8faa1b0a7e494e7739b9bed4e84]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:50 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c334151a913264b580cdf1b05593482f39ee3099]

        INTEGRATION: CWS changefileheader (1.33.70); FILE MERGED 2008/04/01 15:51:37 thb 1.33.70.3: #i85898# Stripping all external header guards 2008/04/01 12:49:52 thb 1.33.70.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.33.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [308bbb4250e50e5944a402819beadc07f71ca081]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:03:24 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b55c33f5744d163a4e0916196066f0859fcf356]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:48:50 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [674f87d1079c4612a067648e3d3b80e67bacffc8]

        INTEGRATION: CWS changefileheader (1.59.34); FILE MERGED 2008/04/01 15:51:37 thb 1.59.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:52 thb 1.59.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.59.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1780bb8a2dc24b5977985de68e2ef00cc874968f]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:48:50 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0c33c741649d861e7cf20341010a0902f315b1b]

        INTEGRATION: CWS changefileheader (1.32.340); FILE MERGED 2008/04/01 15:51:37 thb 1.32.340.3: #i85898# Stripping all external header guards 2008/04/01 12:49:52 thb 1.32.340.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.32.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd54896832c6d05599b9e2e0d3ccc9c2fdbb5ecd]

        INTEGRATION: CWS changefileheader (1.29.340); FILE MERGED 2008/04/01 15:51:36 thb 1.29.340.3: #i85898# Stripping all external header guards 2008/04/01 12:49:51 thb 1.29.340.2: #i85898# Stripping all external header guards 2008/03/31 14:23:29 rt 1.29.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb74022009018b82633b5f67f4ffbcf0c9e0ec60]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:48:50 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baa7e790e34c5a5e5356cd33e7a3369bfb8e5f75]

        INTEGRATION: CWS changefileheader (1.13.250); FILE MERGED 2008/03/31 16:03:24 rt 1.13.250.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a11e14c0adb657a45c89ea3226748a78d8f0cc9c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:50 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a915cc92eb01b142ebe70d1bb9dbee1c4cc0a74]

        INTEGRATION: CWS changefileheader (1.23.354); FILE MERGED 2008/04/01 12:49:51 thb 1.23.354.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.23.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e331e110e13c3101482d574cc4aa73c39c73c00d]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/31 16:03:23 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81f30e54a4ce0f4a292b768b641a2758403dc747]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:49 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [757300b41dbd189f1da4baa7889c47eb2bcb7eb3]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:51:36 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:51 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a01c63b97186f30538d42f75fea07f8b4b993a0]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/03/31 16:03:23 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71a43d9f4b463d583bff67782acd3359e97caf7a]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:49 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd3bc3013d72e956b2afacd4778d3629fe915bdf]

        INTEGRATION: CWS changefileheader (1.19.36); FILE MERGED 2008/04/01 15:51:36 thb 1.19.36.3: #i85898# Stripping all external header guards 2008/04/01 12:49:50 thb 1.19.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.19.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2f5994e5dff0e0b9237d6a5e649af3f08b36dcf]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:49 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12a4db24160fa3e6952f386afa6d1af2e1c834e6]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 12:49:50 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77bb17e5276d965b12948dd6171fbeb6ff5f0f0f]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:49:50 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f7f3a6886e0c9655d8f39838cfb1187b9e41cdb4]

        INTEGRATION: CWS changefileheader (1.27.320); FILE MERGED 2008/04/01 12:49:50 thb 1.27.320.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.27.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69a7e37cd8cb9343c44bd097e9185aac756fe48b]

        INTEGRATION: CWS changefileheader (1.3.636); FILE MERGED 2008/03/31 14:23:28 rt 1.3.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a826769b4ce81b1cc4dd24e59a97bfe85df4f4c]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:48 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bbb658177853dedd5de75b5810df2a3a30ecdb6]

        INTEGRATION: CWS changefileheader (1.33.36); FILE MERGED 2008/04/01 15:51:36 thb 1.33.36.3: #i85898# Stripping all external header guards 2008/04/01 12:49:49 thb 1.33.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.33.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0e78e0ce0b1095226e8e43f205b542bc5a4206bd]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:23 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f7f10cad0385304309fc5130c9be3ed69da32c0]

        INTEGRATION: CWS changefileheader (1.12.272); FILE MERGED 2008/03/31 16:03:23 rt 1.12.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f9626e4abd1e87d601f70a6dbc92dd08db930577]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:23:28 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f38a0069a4734852d7e99a9daead0408d4759dcd]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:36 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:49 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf5f166fc448e1a55b7fdbf97ed8324449f2ee25]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:23 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd9437d9baa25958ab9c38034b6d1bb433a06d8f]

        INTEGRATION: CWS changefileheader (1.9.194); FILE MERGED 2008/04/01 15:51:36 thb 1.9.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:49 thb 1.9.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.9.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec56413d4e63f8b774d2d7240ce72cff4e9bd747]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:49:48 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8d56c83ac91bcc0ec86e1ff79181d184a2c3bc7]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 12:49:48 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:28 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a3d4ec8ab149b742ed26c5d03e7e165f0cb82de]

        INTEGRATION: CWS changefileheader (1.3.340); FILE MERGED 2008/03/31 14:23:27 rt 1.3.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [986a2c6f8f099890b5f451ec8c76c892629148d1]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:48:26 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c913c47d3ecf98c7639c6c92b363b8ecd0ffb3d]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/03/31 14:23:27 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a649aaaf293b9b694d5414da8f2d135c3df8722]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:48:26 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ef8a8a17b1e41212b369a8e7c09cb6e68b94d48]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:48:25 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da2a48e5acf6879980ea6495c65413d733425dc4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:25 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ee1bc7799c58b7f7cc647a1ef4b48599cf20a95]

        INTEGRATION: CWS changefileheader (1.15.272); FILE MERGED 2008/03/31 16:03:22 rt 1.15.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f45fd8c2b7d691bd192bc5abaca562ef79a463c7]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:25 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd3ada97c4ee79b8179b5f42820954b400f4beb0]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:22 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da85dc922196037fb7726f3c19057759ad6c731f]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:48:25 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe536d433c4382cdb28f61f43bd823946270215e]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:22 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ed263034400a7ac34d41ac3e260f0c144ce3a91]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:25 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09559e3c8ef91bdb4d928d07c195c0902b4cba5a]

        INTEGRATION: CWS changefileheader (1.12.272); FILE MERGED 2008/03/31 16:03:22 rt 1.12.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5c1fde224a0cdfb10fbca1b72c0cdfdc28002f8]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:48:25 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c098c951789239f658be2d7a10cfa3a15e5ca443]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:24 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fa7067fda2af07166670475d5a605d916248344]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:51:35 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:19 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8b2032ce3e77cc2322870a74998c22575233abd]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8b7e7dfea862024b4f8df228a4b17543589c212]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:35 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:19 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed6494d5fc02190e77b766e5d779538547a0a1d2]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:48:24 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a68c106abc1775fb7f3525aabc0742d08f168616]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:35 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:19 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [539b6c6e864c954c3c6eace4cc3ed0871a11b1b9]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:49:48 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b7e7f89c6b772e0c5af95654a1e8ddb1d874d81]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:24 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf7f0b26fb7253f1d9cc8fc7728ff9cdc63bb277]

        INTEGRATION: CWS changefileheader (1.16.364); FILE MERGED 2008/03/31 16:03:22 rt 1.16.364.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0eb2c8e61f9dae1823682b6a0269717474b9c29]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:23 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30244ccb61809125ce54a5ca92e4ab1bba421ebd]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/03/31 14:23:18 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9bc8f75d6fc38401f84ad8bc3199aa115be1b68e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:22 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [376b0bd5607793d6404e61634aa7c31b153bbd01]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:23 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf8508ed9ce7379664e80aa3a3df8fd843de8ff3]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 15:51:35 thb 1.2.50.3: #i85898# Stripping all external header guards 2008/04/01 12:49:47 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37c40441b9def1d31471fc791438a2c117de4713]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:23 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [587fed6a836c246baf5f4010aeeb9ef577f128c8]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:35 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12774f910dbe60cb50df1b4d49dbaac95c1281ae]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 16:03:21 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5b2abec95319f957065342aa721b530c14f2259]

        INTEGRATION: CWS changefileheader (1.10.196); FILE MERGED 2008/04/01 15:51:35 thb 1.10.196.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.10.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d71354bdc43f6a14e785a9f9cd6560337fad05b]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:48:23 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e6179aea676073c9a15d290524fe4228c7d4e5c]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:21 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8319838fc9461aaee6c76ce4f47093befa43b26]

        INTEGRATION: CWS changefileheader (1.34.50); FILE MERGED 2008/03/31 14:23:18 rt 1.34.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64b6ebc73101830d4f35a568dc2c809b11806b83]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:21 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d3af3e198e0a47ef6bb41a7d20463dd2d0b5509f]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:23 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ba81cab6a6ec630d7bc051a23a23a131b8d92ee]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:23:18 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f01afa25ccbaa22be168a513c9c330dbe0e49be5]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:21 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28942a16f3fce98a8e91579cd2fdaf7d84caa28e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:23 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25010738252f9c4aa0098d3182cdf22f2a4e7565]

        INTEGRATION: CWS changefileheader (1.8.196); FILE MERGED 2008/04/01 15:51:35 thb 1.8.196.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.8.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3139a99d8ac0aa4d4f50753566d3dd03d7e43221]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:51:34 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b001a8d8738250bef1a2670ec23eb5a460ede001]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:21 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [083ebe4c173e0352cc78589137b4c83859e1b138]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:34 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:18 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e884b6f3b0ef62b728995610f72dfd069b2bafd3]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:22 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24794366f3734e96cd8a9d3be44e8e4b78b29e93]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 14:23:17 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2d31bbf7234df7cb6c4ee3473978d169bc6c92a]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:48:22 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0a2fbeb249a44cb64b2d3c1bfce1e91c3daaa1d1]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:34 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:17 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [432bc414c105ee4662bfa4c651e2345cdde28534]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:22 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d6602900f54ce492c7bb0a20f67b0c1e1139179]

        INTEGRATION: CWS changefileheader (1.10.222); FILE MERGED 2008/03/31 14:23:17 rt 1.10.222.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [311dd32fa76655cb6bc5d6c21795b07ff383fcd6]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:20 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1b93225a52bf8e3034477bac18d274001be0945]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:22 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b3091adc15b014adb5705386488d69727d476ea]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:20 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a849b4d6d74e2e138ea0aba766d98e8d31b3999]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:22 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [940d215fe5821fca85b774e42abc49435e974258]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:23:16 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2890e279739deaf8983947bd03418e4681531f11]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:21 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f99b13993e163d1164eb285a6a093538706896ea]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/03/31 14:23:16 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [065c9479259e44dc14e3fbe470d42cb67da78bab]

        INTEGRATION: CWS changefileheader (1.6.272); FILE MERGED 2008/03/31 16:03:20 rt 1.6.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1077ad575a88831060ab0b703e2b66a038f367be]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:48:21 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64e4fef2915c3e28e14d29a2d747c2125ae6c7db]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:23:16 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9dc717f2ea1f71e711df5ac42954a36bcab44e0a]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:20 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a8cecb5be20c65031f042eb1a0129a13e6ea27e]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:21 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fee596fe336f3c081aa4460940fc94438e2eda87]

        INTEGRATION: CWS changefileheader (1.2.368); FILE MERGED 2008/03/31 14:23:16 rt 1.2.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e812237e96e176d61863216e09aa15a4ca250fb]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:20 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cdd5ac85b77242d5d18ca5f7a34bf6a224de4ddf]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 12:49:45 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37ccfbceced7c212534665b8aeebd73c82624cee]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:21 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10e16f1a54f2c19326e0b8a64704d10eb2ff5322]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:51:33 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:44 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [08633ea3f2eb48c531d19dfc4b77eca4dd342e1d]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:21 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36ddf9c70fe86406a95fc53d2dd8b907b8b58f77]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:49:44 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57900fe0c4239d28fb091eff5a56530747d98165]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:03:20 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b00202c1d628b302c0abeee9a2f71d8b12c3109b]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:33 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:44 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87814865b837b4d19f28ca35c2e41083b0fb4ce9]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:20 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea50382014c4a056cdd481547bfa693026c0539e]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:33 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:44 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f34ecbabc2ffab6d61f11b095091a45a920e7ab]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:21 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [158e267189863a255b0d9088467e8a41ee3258da]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:33 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [883cd2840a7fbbe72e30f4c92c9399dd207df508]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:21 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f891ad769fbe8c6a71f2483b789055059f4f91fd]

        INTEGRATION: CWS changefileheader (1.6.850); FILE MERGED 2008/03/31 14:23:15 rt 1.6.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6516e556a673e2c25ea1ce3e5f2c247241d37b17]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:20 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [09564e87411d5dd1c55d199ea02fe7fbd8d2a112]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:51:33 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7737946e7c31322acd88c7495de4672640964410]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:51:33 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c92302c4ce170ace7662b10130e87ce05bbc3cb6]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/03/31 16:03:19 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [55686f53858c4ac1a8ba1296d9862504ce757c50]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/28 16:48:20 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [314fb9208df2942b70f53940daf2c2ceff6c96df]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 16:03:19 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a2074ab54cc2496fc757a9a81f2ed15cdb07910]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:20 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [520f0ff52a7913b00fd0ebdd14aa041d7b970d03]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:51:32 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9826574ea5e4693ef2e70fcc660e4ca0fa97f3b2]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:20 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd00e1d86e7722a20023004ffb97ce1e735df77d]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:03:19 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a481de13a97792adb3527156a0d24d8041180441]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:32 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b6bc99c395bec84ce376b54c237c43340ae2166]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:32 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:15 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [946d8fa8293c1ab8c0aa3a82fec4080651a7c793]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:03:19 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0572ac4f151aad70ef1b4c3897881a2a0d2de2fd]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:32 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [22ad3e8581b210637306ff237dea1fba8fcd22d1]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:20 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c12cf73171d523d77e428fbfadc745da10fbcddc]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:20 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc6d38efe5f5b521e42eaddce975a52400106dd1]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:32 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:43 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d43e0b2eb6b4bab78216506ac9325b6ac3d795e0]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:03:15 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f3484b704a7d798369b9c14c074b1d4f5b8ee63]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:32 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:42 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f8ff2ac3bfe16323f0255abe9b2b6d674af9248a]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/31 16:03:15 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7656fbf97ad71835c5d10d56199329ec8f9e2806]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:03:15 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f2105d3c300f613df3f5dc51e5dedf219f2c433b]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:32 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:42 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24b95d5892973a2af969d158522438b3aa134ad3]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 16:03:15 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a533a18cdb10ed57953100ee98e1bc68895a8c04]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/28 16:48:19 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2c5dadcd960220ee70f75741aa7d45c5347687fb]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:19 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c793fec22cf6d593d799bf2cdbfaf250b971e38e]

        INTEGRATION: CWS changefileheader (1.14.318); FILE MERGED 2008/04/01 15:51:32 thb 1.14.318.3: #i85898# Stripping all external header guards 2008/04/01 12:49:42 thb 1.14.318.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.14.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ed20d030aa43b75f02191b142ba92a56e79552e]

        INTEGRATION: CWS changefileheader (1.8.86); FILE MERGED 2008/03/28 16:48:19 rt 1.8.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [83b487538e6f50612e16bdbde399a4199ac4b592]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:19 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f12fe73db4235d2ddf08acbeab4f98bbe2dffeaa]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:51:31 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:41 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d36a4bc01164eee833e414b0d89442467ea20861]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:18 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32f2b1eab2a32f3fab1da3b5a5809ae574199506]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:31 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:41 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:14 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2591c813d85ca5fff942d623a6eaaef2b61452b9]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/03/31 16:03:08 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [956ca63ae5642c03e1d1f04ae2c51d44790786a4]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:18 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9b5c057ba463986c0cbba2d1a6282bb8a98c16b]

        INTEGRATION: CWS changefileheader (1.3.606); FILE MERGED 2008/04/01 15:51:31 thb 1.3.606.3: #i85898# Stripping all external header guards 2008/04/01 12:49:39 thb 1.3.606.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.3.606.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0bb3bb20bdeb0db8b1b92c9746f8455a465ee998]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:18 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [092a2c83a64f06e554c3e393fdf4db5a479400cc]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:03:08 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab9f9a9dcacf66cac373722635a78a2babdad16a]

        INTEGRATION: CWS changefileheader (1.5.354); FILE MERGED 2008/04/01 12:49:39 thb 1.5.354.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.5.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4397a3391aa3aa681994a1461ebeccaea82f77eb]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:18 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8a86e7ddb0288b22934b664492829ff54ffe76c]

        INTEGRATION: CWS changefileheader (1.3.606); FILE MERGED 2008/04/01 15:51:31 thb 1.3.606.3: #i85898# Stripping all external header guards 2008/04/01 12:49:38 thb 1.3.606.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.3.606.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fba3169425e9c92aae81befa230d996dbe598833]

        INTEGRATION: CWS changefileheader (1.5.384); FILE MERGED 2008/03/31 16:03:08 rt 1.5.384.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9ad6ef4eea7d77cf193c3b6519704ab314748eb]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:18 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df31356dd893b169dd1c241186217e3500291bc5]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:08 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [66a3d6ba0e25615b3d3071b97b69c08ae38f9b9f]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:08 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9acdaff1fa8edc4b9d9352026c3f54cd1ea88b6]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:17 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a87aa31ba1d22ae63a8952d49614558d21339f98]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:23:13 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecaa657e721765708bf434129782a5f570e65944]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:17 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a1f09124adef1b32fd0d45230443e485281aa4b]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/04/01 15:51:31 thb 1.4.106.3: #i85898# Stripping all external header guards 2008/04/01 12:49:38 thb 1.4.106.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea89c6c76783cff98876f1f315f029d77c5f6626]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:17 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [657d19eec5b88e7d7fb4e9625724585b04622a7a]

        INTEGRATION: CWS changefileheader (1.9.212); FILE MERGED 2008/04/01 15:51:30 thb 1.9.212.3: #i85898# Stripping all external header guards 2008/04/01 12:49:38 thb 1.9.212.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.9.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39324c88e92d4d74cc053a067085779a77db0471]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:48:17 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32be9a4745715c0127819a93e716c56e843dacb0]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:17 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0cb27979d7a1cd912c129f5a4d024f42e4589f8]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/28 16:48:17 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [325cbd6094dd4494cd649b6d3c332f7a26ec0d4e]

        INTEGRATION: CWS changefileheader (1.5.338); FILE MERGED 2008/04/01 15:51:30 thb 1.5.338.3: #i85898# Stripping all external header guards 2008/04/01 12:49:37 thb 1.5.338.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.5.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de425086caa39979b681b3af97d4e266f007445f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:16 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d284b9205f5dd5878f6e8283981b978174a85505]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:07 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c371d2d24875be1af1157917e0edbb053e08db6]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:16 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a0d65558c2554e70eac2d291f935d328e2de94ee]

        INTEGRATION: CWS changefileheader (1.3.606); FILE MERGED 2008/04/01 15:51:30 thb 1.3.606.3: #i85898# Stripping all external header guards 2008/04/01 12:49:37 thb 1.3.606.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.3.606.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c071aa8ed3506d797c01d9c105c5efb551d4e3f9]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:07 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a32273a5548f468d5315b142fd42712178ef4504]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:48:16 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [280ca6828afad636f3e90d88e11542c1f7b6e817]

        INTEGRATION: CWS changefileheader (1.9.384); FILE MERGED 2008/03/31 16:03:07 rt 1.9.384.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e608aa9f1ae597d4f109d2e70a1cdcb18c7ef9dc]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:16 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45376a942df92d626b5af649d8afcc0c4fd6852f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:07 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d696ef4011363d1f36f8c80c10f9167bbb16605]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:03:07 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25d3ccf1d66b98726ed945d31c788a0891a54ecf]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 16:48:16 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a24d0fd21340ee4dd5b6b554cb4f2d442b9b7de7]

        INTEGRATION: CWS changefileheader (1.4.340); FILE MERGED 2008/04/01 15:51:30 thb 1.4.340.3: #i85898# Stripping all external header guards 2008/04/01 12:49:37 thb 1.4.340.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.4.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87e303a0f9e183b28489ef8cbcd3ccc28626a50d]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:07 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4f2ca17fd1201e29cf7e4aec5108d00b72979ad]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:16 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a309fec11aa324f12adb4b44f1d829cec2278feb]

        INTEGRATION: CWS changefileheader (1.4.340); FILE MERGED 2008/04/01 15:51:30 thb 1.4.340.3: #i85898# Stripping all external header guards 2008/04/01 12:49:36 thb 1.4.340.2: #i85898# Stripping all external header guards 2008/03/31 14:23:13 rt 1.4.340.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [534db6206c9c131519a2b8ca1b4487f3e16b0c2c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:15 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0da2d5d90a10f966b89624b4b08a7a08f1a10ec]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 16:03:07 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59e6c06809f482bd60b401996dc75508cce9649f]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:15 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8e5abc3155f69f535a01b68b8e1aaf75cb9e644]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:15 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [033a828137a57d082a74dcf0c124d26bd47a7c1b]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 14:23:13 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9ce9f96856ad6a5bd2be3f2c0d5006290706b95]

        INTEGRATION: CWS changefileheader (1.12.272); FILE MERGED 2008/03/31 16:03:07 rt 1.12.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ab1b6a61a192783870490dcdf946a67c9fe5d26]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:15 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [958b5af5175855b3a52a5c47a67035abd7b3d99f]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:15 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba531c98f24beedc5d15fb64bf975db1a8758d31]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 16:03:07 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2db34ffa48cb1bcb70851735e4d42f1c70e675a6]

        INTEGRATION: CWS changefileheader (1.5.850); FILE MERGED 2008/03/31 14:23:12 rt 1.5.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2dc845daa1dc7b4da249b4858029b472e237cdc]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:15 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3d05c11f4892428ec45a4434404457429fbfedea]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:51:28 thb 1.5.698.3: #i85898# Stripping all external header guards 2008/04/01 12:49:35 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:23:12 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d21ecccc8e899d1159928579981120343dba105e]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:15 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4f0f382261fdecc6ef3391f83adaac5852c11a3]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:48:15 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eaa1e178084609a3c5f93c2c9a8c82d522184d8b]

        INTEGRATION: CWS changefileheader (1.4.728); FILE MERGED 2008/04/01 12:49:34 thb 1.4.728.2: #i85898# Stripping all external header guards 2008/03/31 14:23:12 rt 1.4.728.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0b03b37bba619ab776b772f627d349dbcaf1f456]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:03:06 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a17cdf753dd44daaaea436309f9a4e7ecdbf8d1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:14 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ad4aa601cfd534b86931b6740ac51dd17070e1c]

        INTEGRATION: CWS changefileheader (1.15.194); FILE MERGED 2008/04/01 15:51:27 thb 1.15.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:34 thb 1.15.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:12 rt 1.15.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bde23b78cb19195494de6606a19e956659f548da]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:06 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edbed57d08e6554b08f37b8c1d4348cb5ffd18e3]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:48:14 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9b281760a567b5fc3240d8ccf75442e0e751680]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:03:06 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c890eb985edd7a528fa7b87337015a882f95b467]

        INTEGRATION: CWS changefileheader (1.14.106); FILE MERGED 2008/04/01 12:49:33 thb 1.14.106.2: #i85898# Stripping all external header guards 2008/03/31 14:23:12 rt 1.14.106.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ad36fb4b93ba3673ba973dce78514bb43a1830d]

        INTEGRATION: CWS changefileheader (1.14.366); FILE MERGED 2008/04/01 15:51:27 thb 1.14.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:33 thb 1.14.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.14.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dcfc9984f995d0ac9c224e2fca84d44f83c63773]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:14 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d79b10e71fc1aed002022e6e207ec3e7072365b3]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:06 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3e5c4994bcd3b880a393e57efea3514c6dcdc75d]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:14 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8803849120cdf7f6313807d094f72ef222a49c7c]

        INTEGRATION: CWS changefileheader (1.4.384); FILE MERGED 2008/03/31 16:03:06 rt 1.4.384.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb9fb4c7029a42d91ff9cf471ff9e020a6460ef8]

        INTEGRATION: CWS changefileheader (1.5.366); FILE MERGED 2008/04/01 15:51:27 thb 1.5.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:32 thb 1.5.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.5.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2169e5785d69691276917f84d184336aff2d75f4]

        INTEGRATION: CWS changefileheader (1.9.118); FILE MERGED 2008/03/31 14:23:11 rt 1.9.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54cd9d4017dc231da5fa6e602fe733cab35ead14]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:13 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f1d752b98cb0330770ee1320cfc5942765d37c3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:06 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c420c1e3c903a935ac7b07afcee802df446c4117]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:49:32 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de2275bfd986290d3948e33160456b1caee70e0e]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:13 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b5926fac8270dba656c1cca871d91bc62347f04]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:06 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59dbdbcc697d50d31f7ed1abf725f7ba89202974]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:13 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91124138714592a89109ab57b360404861a45674]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:06 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [772808b3493be95ce1325e8d143e0e0c4d3b1983]

        INTEGRATION: CWS changefileheader (1.22.118); FILE MERGED 2008/04/01 15:51:27 thb 1.22.118.3: #i85898# Stripping all external header guards 2008/04/01 12:49:32 thb 1.22.118.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.22.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afef817d256faeb88a731caf60db8de2193278f2]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:06 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b91c76b10fb90f3c11a2e049626b56c6770eb6fa]

        INTEGRATION: CWS changefileheader (1.5.366); FILE MERGED 2008/04/01 12:49:32 thb 1.5.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.5.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [345644e60ae0f5ef346851e19fe7daad2a05023e]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 16:48:13 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78e9192d6e9c18d0e84acf5f1c99f68cf36b8727]

        INTEGRATION: CWS changefileheader (1.20.194); FILE MERGED 2008/04/01 15:51:26 thb 1.20.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:31 thb 1.20.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.20.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8fb52d86d1378813ab696e4fbfdaa6b8db07757]

        INTEGRATION: CWS changefileheader (1.22.184); FILE MERGED 2008/03/31 16:03:06 rt 1.22.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77bc465f64b62c3cbf72152f83089d6a7cb4b78a]

        INTEGRATION: CWS changefileheader (1.10.366); FILE MERGED 2008/04/01 12:49:31 thb 1.10.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.10.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab32ad2f83a3a0c8cf3f479e535c99d81767e283]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:12 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3318d1b1ae88fc5ff5398a4702cf82b1d1abf353]

        INTEGRATION: CWS changefileheader (1.14.366); FILE MERGED 2008/04/01 15:51:26 thb 1.14.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:31 thb 1.14.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.14.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3a72bc240357878ae39a0b39d27bce02c1300ad]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:12 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf84ce19fde5781e707e9cd6c24420b00ea405f5]

        INTEGRATION: CWS changefileheader (1.13.118); FILE MERGED 2008/04/01 15:51:26 thb 1.13.118.3: #i85898# Stripping all external header guards 2008/04/01 12:49:30 thb 1.13.118.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.13.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b717e23ebba56b5d83f1ee762efb61aaa70c2645]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:12 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25d6c4389a6493eb33335cb7bc1dc600c777473f]

        INTEGRATION: CWS changefileheader (1.6.366); FILE MERGED 2008/04/01 12:49:30 thb 1.6.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.6.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5028bec2d14a517668fde461be66521bb33bec1]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/28 16:48:12 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c63058536b1d4c3db2a96a46dfcb8eadc2163ca4]

        INTEGRATION: CWS changefileheader (1.12.194); FILE MERGED 2008/04/01 12:49:30 thb 1.12.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:11 rt 1.12.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4c68c877098025aca7bd25c15e0a42e93bc9161]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:05 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df15142bc90ef7196c713f2499d6ea3b8d747d56]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:12 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56cc439648c1d83e0a53e3d75f2fb9c504f711d7]

        INTEGRATION: CWS changefileheader (1.8.194); FILE MERGED 2008/04/01 12:49:29 thb 1.8.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.8.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c67c490607084c7c4303ff6ab7b898be9bdf3216]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:12 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d633c57141c5f9881018cd19875ef47d48c9830c]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:05 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fcb2bde9cf9b2bc3bdecb8da6697963067b002c]

        INTEGRATION: CWS changefileheader (1.13.366); FILE MERGED 2008/04/01 12:49:29 thb 1.13.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.13.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [95205aa3b531eeb443e5829c9a798ba4540d0a26]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:03:05 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18ff2845ef5fd7f3ddc9fdd602a5dbbac29dda81]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:23:10 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c57e3579c6d7503e5e47b0149d226435710fccdd]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/03/31 16:03:05 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdbf31e9bde41607cc0d71dfc994db9376cce788]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 15:51:26 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5dad4596e20837f1c9a574316ec6245f1adcb525]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:11 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98d954f99f2ae2cdd38f09bcde6383e3455c5e43]

        INTEGRATION: CWS changefileheader (1.18.366); FILE MERGED 2008/04/01 12:49:29 thb 1.18.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.18.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04558f6195a47b09c834f831f226688e30cd52b6]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:11 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5ebdc581fad39c28578961fe1f3a0b9415e4cd6]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:11 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [419699fcd04041c891f4586dbf2cf9214a58e965]

        INTEGRATION: CWS changefileheader (1.10.366); FILE MERGED 2008/04/01 12:49:29 thb 1.10.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.10.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a415b8ffd9fa05762eea8a3a122f20806bab8111]

        INTEGRATION: CWS changefileheader (1.14.130); FILE MERGED 2008/04/01 15:51:26 thb 1.14.130.3: #i85898# Stripping all external header guards 2008/04/01 12:49:29 thb 1.14.130.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.14.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef96f1908d1fd5576944c7d20a5c27fed7500728]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:11 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe069808fa95af31e4e62f1a7c7dd0571e8be1a9]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:05 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7507b11368b298663053b39910b8264726b20d4f]

        INTEGRATION: CWS changefileheader (1.12.634); FILE MERGED 2008/03/31 14:23:10 rt 1.12.634.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f78429d432de594159145c8a137143ba42ceb34]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:11 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eddfb27f8236a6678128bc0c7ba86239032bd70c]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:05 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [321dbe3d31f7c28830c3a9da34f1abd1037be231]

        INTEGRATION: CWS changefileheader (1.14.194); FILE MERGED 2008/04/01 15:51:26 thb 1.14.194.3: #i85898# Stripping all external header guards 2008/04/01 12:49:28 thb 1.14.194.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.14.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e2417b46a1ee6ebdec99416db8a80f8f4e5c98b]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:48:11 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39418b77754c7b85fc23477482448a1c117445f9]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:11 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba31e3d2734ee8ee06a484566fc263341a1e35c2]

        INTEGRATION: CWS changefileheader (1.7.728); FILE MERGED 2008/04/01 12:49:28 thb 1.7.728.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.7.728.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [859115997357e7bddc50dcfa778497013b7bfcb3]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:03:05 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [039abb347e6e73dd710761ed1a5ea4f712c18e39]

        INTEGRATION: CWS changefileheader (1.5.728); FILE MERGED 2008/04/01 15:51:26 thb 1.5.728.3: #i85898# Stripping all external header guards 2008/04/01 12:49:28 thb 1.5.728.2: #i85898# Stripping all external header guards 2008/03/31 14:23:10 rt 1.5.728.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fedad61a3b62302af5d662ee85f2b2fe76496ae0]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:48:11 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a78eb33d0fefb69c7b53bc29086d979f5119dd57]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:03:05 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ac9c45f0d4e5d9c1cfcf3a634eba87fe2c0288e9]

        INTEGRATION: CWS changefileheader (1.5.850); FILE MERGED 2008/03/31 14:23:10 rt 1.5.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86eb40e0736e9b46508f7dd068a244f4e588f728]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:10 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d03df260eab89738cc47698286f2e0605a595ca0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:03:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce8d0f642c5b4ff7ba1496749f2637390f9292fc]

        INTEGRATION: CWS changefileheader (1.5.728); FILE MERGED 2008/04/01 15:51:25 thb 1.5.728.3: #i85898# Stripping all external header guards 2008/04/01 12:49:28 thb 1.5.728.2: #i85898# Stripping all external header guards 2008/03/31 14:23:09 rt 1.5.728.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d292d02c9d1a233cd326870781ff022f1627a51b]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:10 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c72f632474f8c7fb46a84d130f3a14d573989975]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 16:03:04 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16b1ec9f035f62ecf127852224d5eea9976b8277]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:10 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [983fe89f8cdada89b6b2e744165ce752dae00c50]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 16:03:04 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a63bd6f3f491955babba197631162ca3f8d4a74]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:48:10 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce6f40e3b9a7c5906497a9224f00856bdcc31a5b]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75eb798bd320ecd9694d44a0c7f0631e6f1862e1]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/04/01 15:51:25 thb 1.2.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:23:09 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16d368768bee8403fbe22c44b9d5f8f4c14c0710]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 16:03:04 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [baea6c0ded6aa53aed36b9394a535e1257974fcc]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:23:09 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b25aebb648e7e2d86d214e2c12857c704ec90edf]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:48:10 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af66dd941ccd43eb1a569cc26617cdabca4a6da0]

        INTEGRATION: CWS changefileheader (1.31.196); FILE MERGED 2008/04/01 15:51:25 thb 1.31.196.3: #i85898# Stripping all external header guards 2008/04/01 12:49:27 thb 1.31.196.2: #i85898# Stripping all external header guards 2008/03/31 14:23:09 rt 1.31.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [195e0d140f67654766c9da088e59af5a36e7ca42]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:03:04 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ed7b6947a64935b7215cc1e4551d38517d2e1aa]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:48:09 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [523e3e7d9ce9de8463a616b15ccdda677ebd07ee]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:49:27 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:09 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04d034da058f788b0faf07d8ee3169e97071d6af]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 16:03:04 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c94f58bd6cd9fff839ad5a94d978b033a5c89dce]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:48:09 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [612b168a871f7f9b9dea70e4829f04b6fe5627de]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/03/31 14:23:09 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9ebe21f60ba10e338bad9e3cdc0262f4752b855]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/03/31 16:03:04 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8de1ee64420e08b13ab2ecdf3e42779885584958]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:09 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78fa359df30e33b80969efd43796c6b6746c50fb]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/04/01 15:51:25 thb 1.10.36.3: #i85898# Stripping all external header guards 2008/04/01 12:49:26 thb 1.10.36.2: #i85898# Stripping all external header guards 2008/03/31 14:23:09 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [950c9b8e97f52daabe1489aba6a3b80a2e9b4bcb]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:04 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93f75a6a829bf488f573ba557b51a1b565be3ba3]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:09 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [024f4d0f2aa9597ef21bf652e32f4ae6b9622e77]

        INTEGRATION: CWS changefileheader (1.18.456); FILE MERGED 2008/03/31 14:23:08 rt 1.18.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1d053cd18b6a2c7fac8dcb4032ce4380e37d1d7]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/03/31 16:03:04 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a814fb9496d1004896a3210f24c205482e09ecb]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:23:08 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81d20250a203fa6fd1a219cb2870071d4ccb58f9]

        INTEGRATION: CWS changefileheader (1.10.272); FILE MERGED 2008/03/31 16:03:03 rt 1.10.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4da5a199793cfc9d88a1f982267d188ba15a9c80]

        INTEGRATION: CWS changefileheader (1.70.366); FILE MERGED 2008/04/01 15:51:24 thb 1.70.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:26 thb 1.70.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:08 rt 1.70.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4e5fc721d497d457904a13643553bd2d2c8e9c5]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:03:03 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bdbf112f93095564ee69c186acd7ecabfabf293]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:09 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5387e2f202486aa71c02554c34b70327ac2ab44d]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:48:09 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6e02d6ab197bad100ffd64dfdb8e174e9cc8b5d]

        INTEGRATION: CWS changefileheader (1.34.368); FILE MERGED 2008/04/01 15:51:24 thb 1.34.368.2: #i85898# Stripping all external header guards 2008/03/31 14:23:08 rt 1.34.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fdaabcde7aa3ea6470c74bf253e6be1cc3365c02]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:03:03 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2d455bac2992b87091005a7a7f87a8eaa7f7618]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:48:09 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd7c991fa752b565fea075bdf28b29875b0cd538]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:03:03 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0149ee7c50736311d17925195e69c3cd16548eb4]

        INTEGRATION: CWS changefileheader (1.11.366); FILE MERGED 2008/04/01 12:49:26 thb 1.11.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:08 rt 1.11.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eeddebb58424e7683f70a8689e4ce8ddd608487a]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:48:08 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7baafd3be86bc4931365e45c7ae10bde4781ed44]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/31 16:03:03 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d1ffa6289d9541f59416ea4af06aca4c0e82a18]

        INTEGRATION: CWS changefileheader (1.15.366); FILE MERGED 2008/04/01 15:51:24 thb 1.15.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:26 thb 1.15.366.2: #i85898# Stripping all external header guards 2008/03/31 14:23:08 rt 1.15.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a349fb510225978d68c6012961fd8b00b88d5e4]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:08 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4bd36e3d2715524f45f954c90002e91225c1a78e]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:23:08 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ba40a927b60499a3aa680279c316da36daf74b1]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 16:03:03 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0dc8a6aa5b71cfab2410ebfd2f2eb730c22d2082]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:08 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9792ba95122330d6db6131bb5f213b1c995dc88c]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/03/31 14:23:07 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a1eef5a4c43c93eb15f5f8ae1797553a552b7a25]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:08 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e53f6e9319b66cf10a52afcf6872e0991891f71]

        INTEGRATION: CWS changefileheader (1.12.272); FILE MERGED 2008/03/31 16:03:03 rt 1.12.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca039566c71a82bea0f33851f0d2ea264324be3c]

        INTEGRATION: CWS changefileheader (1.5.510); FILE MERGED 2008/03/31 14:23:07 rt 1.5.510.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13371a59e817f3aafbbe11237086f52ceccc5fab]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:08 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [125f4970265605d76e3dbd0de9d650eb9d7c6e5b]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:03 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7de7e27c0cad5819c0089eb482bde09b75e25cf2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:08 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ecf1e83d376e49e18e205b23d07c22b42b976a3]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 16:03:02 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8579dc5bbcf0eb027b2a5d0db24aa8d5c2e2d27f]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:48:08 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8b5c5dd33e72948724e761abd365101cce6dff0]

        INTEGRATION: CWS changefileheader (1.10.698); FILE MERGED 2008/04/01 15:51:24 thb 1.10.698.3: #i85898# Stripping all external header guards 2008/04/01 12:49:25 thb 1.10.698.2: #i85898# Stripping all external header guards 2008/03/31 14:22:58 rt 1.10.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc9853a1ee63b076ec9054542ab58a2dd7e58952]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 16:03:02 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1cf0765001455b3a36ef102654a939719f29179b]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:08 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [becbbf37253c6e83eaa57862608fa61117402772]

        INTEGRATION: CWS changefileheader (1.33.456); FILE MERGED 2008/03/31 14:22:58 rt 1.33.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [168742a67dc3dc56cd3d156366312b175e2b6b1a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:07 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7860e96b577b12ed4b63a08a62e4b75578b9330]

        INTEGRATION: CWS changefileheader (1.81.36); FILE MERGED 2008/03/31 14:22:58 rt 1.81.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68a56e7a979587a5d0c7ffac7553d884813164d3]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:03:02 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [465c39dd00bf4b49ddfae6a744f7ad87c5e289ce]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:07 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d463d5f65d53e67aaa3615ca3b4c649fe0862945]

        INTEGRATION: CWS changefileheader (1.34.368); FILE MERGED 2008/03/31 14:22:58 rt 1.34.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1846aec4d46c9f56d54588a07ecf229f9d585627]

        INTEGRATION: CWS changefileheader (1.11.270); FILE MERGED 2008/03/31 16:03:02 rt 1.11.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [37ea43228264af1bd597e49e207389446b57dd08]

        INTEGRATION: CWS changefileheader (1.49.362); FILE MERGED 2008/03/31 14:22:58 rt 1.49.362.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9f920585e43d23573d8ee1bb698cdc367db5aee7]

        INTEGRATION: CWS changefileheader (1.8.272); FILE MERGED 2008/03/31 16:03:02 rt 1.8.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4b55c0af19e86229fb09bc6a48968792be919d01]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:07 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90176a2eb49e2ed7fa894e2db2aeeb0781808d77]

        INTEGRATION: CWS changefileheader (1.7.362); FILE MERGED 2008/03/31 14:22:58 rt 1.7.362.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9aeac025fa89b2559d1d82cdc056dec91c1ab215]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:03:02 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e5c9606befcfc4dcf0f11a3f017afb712f53d2a2]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/28 16:48:07 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eba3f787f532dcf6057946be6c07a6b0805ec3f]

        INTEGRATION: CWS changefileheader (1.65.4); FILE MERGED 2008/04/01 15:51:24 thb 1.65.4.3: #i85898# Stripping all external header guards 2008/04/01 12:49:25 thb 1.65.4.2: #i85898# Stripping all external header guards 2008/03/31 14:22:58 rt 1.65.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a7ae71f44dd89f788c91d0ce241f7a0ed0508398]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:03:02 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0f14d1bd200f033bc6f140df22b1af884c0e4f3]

        INTEGRATION: CWS changefileheader (1.39.368); FILE MERGED 2008/03/31 14:22:58 rt 1.39.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0210f5191b926ba8f3111a23617897178d7c7ee]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:03:02 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67f8f54150bcd0f33ba5f35612629cebedcae1de]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:24 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:25 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:58 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f76af67e3cfb2bdbdf590c758584595ea54f04b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:06 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2b2780c736a42f3b772169809b35946b8f6943e]

        INTEGRATION: CWS changefileheader (1.9.272); FILE MERGED 2008/03/31 16:03:02 rt 1.9.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e8305c60d2c355cb21d89a84425031f4a154150]

        INTEGRATION: CWS changefileheader (1.96.120); FILE MERGED 2008/03/31 14:22:57 rt 1.96.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f6bbc78d122fa9e9c139a847ff0c1be255eb002]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:06 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9a0e3d29af5a789dbf909ab3a15104957a858fd]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 16:03:01 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8067645c97927b1640b8897e753ef0cd5ab2899]

        INTEGRATION: CWS changefileheader (1.58.368); FILE MERGED 2008/03/31 14:22:57 rt 1.58.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [627ae8d85ca715c855703352de7ed5a74e6f05d9]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:06 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a32bb3296a73f0d2785833517eef0e3cb444a207]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:02:59 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14cf674a60110724ce11edccf1a7e98760ea63e8]

        INTEGRATION: CWS changefileheader (1.6.1254); FILE MERGED 2008/03/31 14:22:57 rt 1.6.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [226eee48809155afe0ecaf7a4e849a151d2827c7]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:06 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbc9b4ee73a29ae17d947d0e63fc74bf85ffb4c9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:59 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fbf8734d91267a301ce3e7bec28cc2c837645d60]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:51:23 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:57 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c13c0d75dddeb3451a55470f2d370d0edc0468c]

        INTEGRATION: CWS changefileheader (1.56.368); FILE MERGED 2008/03/31 14:22:57 rt 1.56.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c7c3c026769f91a47aa8e3a7c01f3cd8fff6b3f]

        INTEGRATION: CWS changefileheader (1.30.368); FILE MERGED 2008/03/31 14:22:57 rt 1.30.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9bd5908e0eb8a234a55e67f7c93e9a907c1b609]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:05 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d12a9af0cdcfaa095d2bd1034f7e52be6742ab7d]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/03/31 14:22:57 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29072e13bf261b769f8f519c67ffa1d0d5630e85]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:05 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c99c957331b59485056c261e47c3f853f9bf626]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:02:59 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aae0b6753d30fbc3c1a1e7fe1f32882626417b51]

        INTEGRATION: CWS changefileheader (1.45.16); FILE MERGED 2008/03/31 14:22:57 rt 1.45.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdb035d64714c1c7ab4d43620bdd592039ac6dff]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:05 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4be5a39f8ee23c6b7f35a5601cec04202559d63b]

        INTEGRATION: CWS changefileheader (1.4.272); FILE MERGED 2008/03/31 14:22:57 rt 1.4.272.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a894efada685af25de23f894b5164092d8c68eb6]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:05 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee26cb9d6d1b5ee60c77fb1897032b51e8562eb5]

        INTEGRATION: CWS changefileheader (1.47.368); FILE MERGED 2008/03/31 14:22:56 rt 1.47.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80e019e8d3fcf161c1d8a0f344948511459c3977]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:05 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d420a5a4eda10bd2efe7e6d661e5b2fd137adab]

        INTEGRATION: CWS changefileheader (1.35.368); FILE MERGED 2008/03/31 14:22:56 rt 1.35.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b39113d4434ff0c1d8e1c6af2a63bd53c072b6c9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:58 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [da235f885ff722f597180d9a1ae570bd507da05a]

        INTEGRATION: CWS changefileheader (1.41.368); FILE MERGED 2008/03/31 14:22:56 rt 1.41.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cf23e2b4925c028e0bfe3181586cb2bdb90e6943]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:48:05 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e13f673fea0fe5d563e90ef09ca4daaedd42467a]

        INTEGRATION: CWS changefileheader (1.29.260); FILE MERGED 2008/03/31 14:22:56 rt 1.29.260.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd884a0f752b57f69525b75c37c716f07e3efeef]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c554e2a2dbd78784acbb5903a72fd79a754f18cb]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:04 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a68f5ccd4b77874cb2fe9f427fc87b6808686cf]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:48:04 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bbadf1ec4506d7fd5009f62b0aa90f07bf75b71f]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:04 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14086498df24bda53a9176ac2906d0ae5b1531a4]

        INTEGRATION: CWS changefileheader (1.4.444); FILE MERGED 2008/03/31 16:02:58 rt 1.4.444.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7618ef5208c4733833c186c1e6f3e80b44de30f]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:48:04 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b886ba0e6d04981523324d743efb6d685a99595]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:03 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2e3266a397a679d5461f8bf81e591f1e3338474]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:57 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9bd2a28494a8bfd2899ad6497cc6ea03b9e0bca]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:03 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a265554423d69600c8a69c8f012e3ccafcadcd0]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:02:57 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1672f7c4ad813fe1c3f7a72177e6ce531d557e00]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:23 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:53 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a8e65b0e8c881299b6fa3acf202dc340b102e2da]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 15:51:23 thb 1.6.698.3: #i85898# Stripping all external header guards 2008/04/01 12:49:25 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 14:22:53 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72669b27d4b8a2b870e4faf88693470e927b039f]

        INTEGRATION: CWS changefileheader (1.4.850); FILE MERGED 2008/03/31 14:22:53 rt 1.4.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fa60a8972a829e6bfb7ed50f1865e49bce1deea]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:03 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c871dfdbfe4c3a49e8a12157e05c6cdcac9d2ee]

        INTEGRATION: CWS changefileheader (1.23.188); FILE MERGED 2008/04/01 15:51:23 thb 1.23.188.3: #i85898# Stripping all external header guards 2008/04/01 12:49:24 thb 1.23.188.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.23.188.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1c00fad65422f8af203e7d9080910df0adb47c52]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:48:03 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0774f0b3bc767e1102a853a8b7c437b2ee965823]

        INTEGRATION: CWS changefileheader (1.12.850); FILE MERGED 2008/04/01 15:51:23 thb 1.12.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.12.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [11df678387669a07cb69344739191a0bc8794772]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:03 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [88fcf87cd2013e74dfeb08654608a214dbbc31a5]

        INTEGRATION: CWS changefileheader (1.5.444); FILE MERGED 2008/03/31 16:02:57 rt 1.5.444.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [911a8c122f96e2a7b018369521f61750bb0eb1be]

        INTEGRATION: CWS changefileheader (1.21.730); FILE MERGED 2008/04/01 15:51:23 thb 1.21.730.3: #i85898# Stripping all external header guards 2008/04/01 12:49:24 thb 1.21.730.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.21.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a4774933560f2afb7ef5c0c837da7fc74e2c0e62]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:03 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [482784258a7c50f537d15de94ba937aeb9a49967]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:57 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [599794430b13960a89e4484e0465e5eb030da543]

        INTEGRATION: CWS changefileheader (1.21.132); FILE MERGED 2008/04/01 15:51:23 thb 1.21.132.3: #i85898# Stripping all external header guards 2008/04/01 12:49:24 thb 1.21.132.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.21.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b9bbc453788cd355d819f90b2ca3a658dc04abe]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:03 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14085ec86ca85fa042dfeee950f3d83b6fe42383]

        INTEGRATION: CWS changefileheader (1.6.252); FILE MERGED 2008/03/31 16:02:56 rt 1.6.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1f567450c8aa4b3e8ddfb0c04e5306fb0838abc]

        INTEGRATION: CWS changefileheader (1.36.16); FILE MERGED 2008/04/01 15:51:22 thb 1.36.16.3: #i85898# Stripping all external header guards 2008/04/01 12:49:23 thb 1.36.16.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.36.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30c5fb0da9fd664212283f37eaf0505e5d29c267]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:02 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f15c0f71ef4ab0288d5f7f05e54c6c836024a69]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:02:56 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80cd4edf2f1da498dd89709bdcf53f28efd5caf6]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:22 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:23 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:52 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d02c381df228a2d54617cebc678b97167e946a23]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:48:02 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2b9689b02a7bcb22c651523ad568d69e4c00f83]

        INTEGRATION: CWS changefileheader (1.153.120); FILE MERGED 2008/04/01 15:51:22 thb 1.153.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:22 thb 1.153.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.153.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7283d9430fd0db78034f5cd553dbba7e028b5192]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:48:02 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fb053d6d847503325c0523b0eccf6e6f4d8d691]

        INTEGRATION: CWS changefileheader (1.3.410); FILE MERGED 2008/03/31 16:02:56 rt 1.3.410.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [280fab61cc72e2a7e0e487f4cb9a33b11f98ed31]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:02 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c2d23828e785b32e61ea2be995ae8784251bcac3]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/04/01 12:49:22 thb 1.6.112.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0d8d83948d8febcda311441fdbf3ec80f8e93153]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:48:02 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f716991e15c649903ff23e8645f66c3b9ee13d1c]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:51:22 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:22 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd6a9b38950d0ccc2e85e12758f0ea3bb7da6ace]

        INTEGRATION: CWS changefileheader (1.4.252); FILE MERGED 2008/03/31 16:02:56 rt 1.4.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de83a76f83cd000ead3c64fc137a4af693a45d34]

        INTEGRATION: CWS changefileheader (1.12.354); FILE MERGED 2008/04/01 15:51:21 thb 1.12.354.3: #i85898# Stripping all external header guards 2008/04/01 12:49:21 thb 1.12.354.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.12.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76fe816fe0360842900665f5882641a4a49b87bb]

        INTEGRATION: CWS changefileheader (1.3.410); FILE MERGED 2008/03/31 16:02:55 rt 1.3.410.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c503b551ffcc664d1659e00fdcce22e01ac72e31]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:48:02 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7b1e5a2814fb0fc0d84f8d0cb5db07b843c33875]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 12:49:21 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e007f5d7defd6b3e4db518f41c3af2e4bd323269]

        INTEGRATION: CWS changefileheader (1.2.328); FILE MERGED 2008/03/31 16:02:55 rt 1.2.328.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9c72d49e37c7cb8acf1b0daaa34c0126847e56d]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:48:02 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c39c6fdf3f9b6225bd716799eaa09931c649b8e7]

        INTEGRATION: CWS changefileheader (1.43.368); FILE MERGED 2008/04/01 15:51:21 thb 1.43.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:20 thb 1.43.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.43.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af95b337ac39cf87b37e91dd8740944025e48735]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/31 16:02:55 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5c35f2761ef79d58a975b99a99b1250059833444]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:01 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [273cf4e9420b6c08469761f2267ed24ccf6328e8]

        INTEGRATION: CWS changefileheader (1.16.850); FILE MERGED 2008/03/31 14:22:51 rt 1.16.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e1efc352f50ad174d9b172425318c4bd2db05584]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:01 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ddebb961410eb4d74e42647e2cad4cae5c4b25cd]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:21 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:20 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [562c4e9104d5d492e05c0f4b1c0ef30329f952c1]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:02:52 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80b646d82587474f35f526303320d369eb885609]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:48:01 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d3f65c2de95b4e79b84eff611c2050919fcc1ae]

        INTEGRATION: CWS changefileheader (1.38.256); FILE MERGED 2008/04/01 15:51:21 thb 1.38.256.3: #i85898# Stripping all external header guards 2008/04/01 12:49:20 thb 1.38.256.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.38.256.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [734d8f4a7fb090135baa099a7c9f1395802e40e4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:02:52 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eede2d38d0392d8d8f7f0bce2db5dfbacfed85de]

        INTEGRATION: CWS changefileheader (1.75.16); FILE MERGED 2008/04/01 15:51:21 thb 1.75.16.3: #i85898# Stripping all external header guards 2008/04/01 12:49:19 thb 1.75.16.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.75.16.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c9a7ba858418dcd9521f1545c507381f4eec7ed8]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:48:01 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f83182bf8251f9a1b47b0431aa16be7734cafbae]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:02:52 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [879fb2eabb0989c3bdf1fa8f298d260bf93ffab6]

        INTEGRATION: CWS changefileheader (1.7.730); FILE MERGED 2008/04/01 12:49:19 thb 1.7.730.2: #i85898# Stripping all external header guards 2008/03/31 14:22:51 rt 1.7.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [692f76b256552eae92b2503a29a666debfdcec4e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:48:00 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d39ff8942d15f27d8907e452d1a7f6a709dcf7a]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:22:50 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36004a3c1a63d7a789e7fde69a3f8ac218045ca5]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:48:00 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80cd54025954b3da50459350919cadc72c4ce482]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 14:22:50 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1fb6edac6b5abcf4353cf31fc3cdf279b100a37d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:52 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cd6c4cc49c1400131c5756009a7ea7c7bb7d51f]

        INTEGRATION: CWS changefileheader (1.9.138); FILE MERGED 2008/04/01 15:51:19 thb 1.9.138.3: #i85898# Stripping all external header guards 2008/04/01 12:49:17 thb 1.9.138.2: #i85898# Stripping all external header guards 2008/03/31 14:22:50 rt 1.9.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aeb3ef34d317ec20b9646605cec202cfbf8df2b5]

        INTEGRATION: CWS changefileheader (1.8.270); FILE MERGED 2008/03/31 16:02:52 rt 1.8.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [30a5006774eb5f5bd86f79bf6204e53ec2f95b4b]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:19 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:17 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:50 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff2d65f8d4e6d3ed60472cfb63703c7814027642]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:48:00 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50477714c88c6a45f8dbcd973861c45cfcc1fada]

        INTEGRATION: CWS changefileheader (1.3.270); FILE MERGED 2008/03/31 16:02:52 rt 1.3.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d4d675e51c88466f2efd04b06056228af87d7f1]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:19 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:17 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:50 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8003b91241703687a177158166c1214899fd328]

        INTEGRATION: CWS changefileheader (1.3.270); FILE MERGED 2008/03/31 16:02:51 rt 1.3.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc9be1add33db8f19abb59b777d2e2ef1a1d85af]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:51:19 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:16 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:50 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7f174475908d81b650f0b8c81586a86af726dda4]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:48:00 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9abef6f31c5119369935938c2e136bea032757eb]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 15:51:19 thb 1.2.50.3: #i85898# Stripping all external header guards 2008/04/01 12:49:16 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:22:39 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0841eaf72e98f43538bac46e279c97da80372be5]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:48:00 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fe6d926ecf949802543422b4eeb6ba1638feae2]

        INTEGRATION: CWS changefileheader (1.2.286); FILE MERGED 2008/03/31 16:02:51 rt 1.2.286.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [68bca65c3502ae509915b846406df0f9cba57f7b]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:51:19 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:16 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:39 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7af36846184eb937a0d6f9b80e1300bfd197e932]

        INTEGRATION: CWS changefileheader (1.8.698); FILE MERGED 2008/04/01 15:51:19 thb 1.8.698.3: #i85898# Stripping all external header guards 2008/04/01 12:49:16 thb 1.8.698.2: #i85898# Stripping all external header guards 2008/03/31 14:22:39 rt 1.8.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c4f41760352f1a48cfa95a5ecc8aa2f9f80bee4b]

        INTEGRATION: CWS changefileheader (1.2.270); FILE MERGED 2008/03/31 16:02:51 rt 1.2.270.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80ee4ef037531cda4d48db2b50c547790f76901b]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 12:49:16 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0158cb193b1b54d817a0ad49c2d03825ad6644fa]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 15:51:18 thb 1.2.50.3: #i85898# Stripping all external header guards 2008/04/01 12:49:16 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a448d9212b6e4740e6bae9c7353a26daf1e02b2]

        INTEGRATION: CWS changefileheader (1.72.196); FILE MERGED 2008/04/01 15:51:18 thb 1.72.196.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.72.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.72.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7bbe531ac498264fb2af0c82c545b0bd711d89d2]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:48:00 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6273ca82badc01aaf89a8a8578de2e915d34ef23]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:02:51 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a555e9cc5a391e07cd1a558a8d905b65bfa2cb58]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:02:51 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c546a1da17bd47bd8e8cbe58c2b95e739eac0f5f]

        INTEGRATION: CWS changefileheader (1.82.368); FILE MERGED 2008/03/31 14:22:38 rt 1.82.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cca0f63f71a50fa39202fd8c453d5d34062788a1]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:18 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6719d8f3ec6bd07c76481cd97179aa8d036b0d55]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:47:59 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91ccfae8a04ec219d0fab29dafac0e328382557b]

        INTEGRATION: CWS changefileheader (1.54.368); FILE MERGED 2008/03/31 14:22:38 rt 1.54.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c75f1ae5d7f9dd51c731aded2c8a51645603fbb9]

        INTEGRATION: CWS changefileheader (1.3.196); FILE MERGED 2008/03/31 16:02:51 rt 1.3.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90f2ae384846edd9b2339d08fcff281906c2b153]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:47:59 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2e7eba4e77ba663c33a8d41c64e492113fc17a6]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:18 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1dc1f96fbff3cde836342864cba2b86c776481ce]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/28 16:47:59 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49239477e3b290e33d2cc667f176f0f0c8470dd1]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/03/31 14:22:38 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f96cce72f0e30a47461670b96352a3d5bdb3176d]

        INTEGRATION: CWS changefileheader (1.4.196); FILE MERGED 2008/03/31 16:02:51 rt 1.4.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de66b1556b7cf7e63c2c69d32e6f3a0790f03535]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:47:59 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7cbfed0fee10cbf79a5550b4f66ad89304bc55a3]

        INTEGRATION: CWS changefileheader (1.9.446); FILE MERGED 2008/04/01 15:51:18 thb 1.9.446.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.9.446.2: #i85898# Stripping all external header guards 2008/03/31 14:22:38 rt 1.9.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e6a98910eefecc048c9b6fc5d7280e793c92446f]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/03/31 14:22:38 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [56ee197545b88a275977d43b64458407fa7054fd]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:51 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bec578177622cd48985d37706b42908474437815]

        INTEGRATION: CWS changefileheader (1.39.368); FILE MERGED 2008/04/01 15:51:18 thb 1.39.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.39.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:37 rt 1.39.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5266f734988109c9cc5f0ed008a6141c984020a0]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:02:50 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b9e197a221e444ac709515ff186949da4da6375d]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:47:59 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [adc62400b868a33124ff5c9c37c696676139e00f]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:02:50 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c0f63397e10fce038b6b54afadd6980dc6ccd175]

        INTEGRATION: CWS changefileheader (1.11.200); FILE MERGED 2008/04/01 15:51:17 thb 1.11.200.3: #i85898# Stripping all external header guards 2008/04/01 12:49:15 thb 1.11.200.2: #i85898# Stripping all external header guards 2008/03/31 14:22:37 rt 1.11.200.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5829d2e54459bc6ac5591d143ad1769dc616330]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:17 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:14 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:37 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [298179210f92333a59c082d7f12d7bee7ba5e42e]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:02:50 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bf49062ae7d56ce05bc5a8097a27a7b45b65948]

        INTEGRATION: CWS changefileheader (1.8.446); FILE MERGED 2008/03/31 14:22:37 rt 1.8.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ea29662821c190ae90cd653a561a317406ac8e1]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:02:46 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [72f6bdad1c443c8efe84884868fc5ff91a527763]

        INTEGRATION: CWS changefileheader (1.26.50); FILE MERGED 2008/04/01 15:51:17 thb 1.26.50.3: #i85898# Stripping all external header guards 2008/04/01 12:49:14 thb 1.26.50.2: #i85898# Stripping all external header guards 2008/03/31 14:22:37 rt 1.26.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e288dd34578a7b02c2eb8925c882ae4ee845d067]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:47:59 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [791d234897ee3c7b6324c955cceb233d95933569]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:22:37 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e076cce432e662ed0c67642c94a4d4464fa01482]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:47:59 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [431a38a4a52f6fd687d32e644521a38a264ad46b]

        INTEGRATION: CWS changefileheader (1.18.196); FILE MERGED 2008/04/01 15:51:17 thb 1.18.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:37 rt 1.18.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [314f3fb6fd3bc13c0c1a85b2c9cb389059576404]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:47:59 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c32bcff43c21742c6d2fa0a92880066e1ffa9d9d]

        INTEGRATION: CWS changefileheader (1.18.50); FILE MERGED 2008/03/31 14:22:37 rt 1.18.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b99fa16cc679c089e109b1cc41ba82437a2c40f7]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:47:58 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cfea32fe20c77bf01fba370d22a5fbb99d389852]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:02:46 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4405791d26619644eb8f7a4ea32c3ac2605c5631]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:47:58 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2137ff71c280663e39070b4f67d133858c5d5959]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:02:45 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a3bfdee63043a52d6000d12860ecfaab3b92d50]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:47:58 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [324984a8e62e05a6a34fb99a26915a467d12d3be]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:02:45 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd9ba05a77a3605eb00f120b71e3d7f3554f0457]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:47:58 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba0750883af794a476b6e3f060ac85c173359ee6]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:47:58 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14a8e3d2ea6c08ae341fde6ceec0595e3327a281]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:17 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [20ad6b0760426e5b69aec375f9be99060bab783a]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:51:17 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bb0794d80cb14094b724acbb0872ecafa3a481e7]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:47:57 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cf888927018589765a43edc5c8c6c3a6a5e1896]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:51:17 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:14 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2436f87a98fe2697be02269f662d7388ce0b7ad]

        INTEGRATION: CWS changefileheader (1.50.36); FILE MERGED 2008/04/01 15:51:16 thb 1.50.36.3: #i85898# Stripping all external header guards 2008/04/01 12:49:14 thb 1.50.36.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.50.36.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bd37364d765f4ec8445d4d4b3ccf7307fe28a901]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:52 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e662ae48b9c48ad70ace5518a1f1e27272216ed9]

        INTEGRATION: CWS changefileheader (1.28.368); FILE MERGED 2008/04/01 15:51:16 thb 1.28.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.28.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b94f0f64da97b718f3da5dd293145e971e22b74e]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:52 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db79f9b2c817fcaee20ce08cf535e2a0070281f5]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:16 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:13 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:34 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a48fb7f69e4ecbc7ecb04067b5be901047e67ed]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:22:34 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4eca60c7a73391bd52fa5d055fe8cdd467bbecce]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:52 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2d08415a0feda4bd8db8568758dc2fc14e02e5ac]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:49:13 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c30c3e0bc798a78ba84b507bb01ade254bce0478]

        INTEGRATION: CWS changefileheader (1.8.446); FILE MERGED 2008/04/01 12:49:13 thb 1.8.446.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.8.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fd1427cb16cae67711db9e85cd6afd1c7c1fce01]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:46:52 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c65df4db14048abd0f83a782e3c00ed02742bb9e]

        INTEGRATION: CWS changefileheader (1.16.350); FILE MERGED 2008/04/01 15:51:16 thb 1.16.350.3: #i85898# Stripping all external header guards 2008/04/01 12:49:13 thb 1.16.350.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.16.350.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b27a826b600d3fbd6628c74c87b5ab5c4daa5d7e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:52 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [198be7f1eb1e6710a642fa6ee11675438ea3929b]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:02:44 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc04d38ca112fa52747fb51d602e4729895f508b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:52 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [798c563f07d528341348609b96fd1376f9a933a4]

        INTEGRATION: CWS changefileheader (1.2.146); FILE MERGED 2008/03/31 17:20:14 rt 1.2.146.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [520a544643f908238404e32a5a93ef14e6e5ab4f]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 12:49:13 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f4963a8b493371c60a0b6cb985f4b391ffecc90b]

        INTEGRATION: CWS changefileheader (1.11.698); FILE MERGED 2008/04/01 15:51:16 thb 1.11.698.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.11.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d82ea9fafbeab74391bf80969f3314ce24b6a17]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:20:13 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [311a6873aa834df37ea90aa0abb644ab2786fb62]

        INTEGRATION: CWS changefileheader (1.2.1252); FILE MERGED 2008/03/31 14:22:33 rt 1.2.1252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc4f3d3d0d94f25e78b1e07de7e0dbc172c1cf09]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:20:13 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [43665ed1ca12190d866478724ccf3a7c17c5b192]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/28 16:46:51 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [868b03431c1acf5a275bbd2565b07af12e93bff7]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 12:49:12 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:33 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [530c1063f8469f4794460c7fdd12cdd956b23c0c]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:24 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:20:13 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [987ca9cb2c5d4ce66d7466e426c0d0c129faa174]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:51 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14da78f507c91c1e8f941d23e41738b98c2c754e]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:22:33 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bacc245d2bd65ea9320106d69299b0f4da80f00c]

        INTEGRATION: CWS changefileheader (1.3.182); FILE MERGED 2008/03/31 17:20:13 rt 1.3.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [245c945464e3b4e985f4a3b001c2124dfbe6b480]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:51 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [db2145f87d84a940961b8aef3df708d7d50170ad]

        INTEGRATION: CWS changefileheader (1.24.114); FILE MERGED 2008/03/31 14:22:33 rt 1.24.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b05323bc3502fd5c7619098465e972859a643ac]

        INTEGRATION: CWS changefileheader (1.6.194); FILE MERGED 2008/03/31 16:02:44 rt 1.6.194.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [884a4c2988565a3d84101765e59c99192df26cab]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:51 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fac132e8e572c0bd37071020ca866aa6da7833a]

        INTEGRATION: CWS changefileheader (1.12.800); FILE MERGED 2008/03/31 14:22:33 rt 1.12.800.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a5d5a28e91086c0a209b873a9374d6057f9fcf4b]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 17:20:13 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [119b6ba0a133d4840c42db7293623337ed2b44ea]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:43 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af5b76c38c1a4f6d2a0443b04cbe17c830bb35ae]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:20:12 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dae8c9fac64ebd977dd669c9caccc0b3ddb05702]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:02:43 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6503aff044709cded1c867f8e5e7a1762274f9c]

        INTEGRATION: CWS changefileheader (1.17.114); FILE MERGED 2008/03/31 14:22:33 rt 1.17.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aef4351536f1b9cd8a398d43f573daeab2c2ab89]

        INTEGRATION: CWS changefileheader (1.3.182); FILE MERGED 2008/03/31 17:20:12 rt 1.3.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7adc29c33cf4897773d40d49161e540dea9690b7]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:51 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [50c3cf5ef31878eced02a4c908990d8589240b6d]

        INTEGRATION: CWS changefileheader (1.18.114); FILE MERGED 2008/03/31 14:22:32 rt 1.18.114.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2187b0299133db8b6b2f39d59dcf5fc0bc680251]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 17:20:07 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ab604754b3eb0a45c7d58deda773a146769f696]

        INTEGRATION: CWS changefileheader (1.5.480); FILE MERGED 2008/03/31 16:02:43 rt 1.5.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18809343c516001653f1028b9a112e759fc9881b]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:22:32 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0f45f4585c33e7bf11e8677df345b320da38df68]

        INTEGRATION: CWS changefileheader (1.47.4); FILE MERGED 2008/03/31 17:20:07 rt 1.47.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6fb5ac2d61204ffffe299dd41a456b0605cae2d7]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:50 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4c7fa10fc42e7dc7d7e662114484b3ed4946da29]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:02:43 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7a2a1e284de630010953ec893b7189bee4f9749]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/03/31 14:22:32 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e81428fe0f63bb20b2b3c7d3c57abf53d22e0e60]

        INTEGRATION: CWS changefileheader (1.28.34); FILE MERGED 2008/03/31 17:20:07 rt 1.28.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e443edb080d3b82f0d2f558dbc1a0cc3e98b0c7]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:50 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de33c9838b42655c51e3c14d68bf48bd62058007]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:43 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e22ec9f62dab7394ccd3b84ddea9a4562e0469b2]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:51:13 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb7712fbff65c19ee9d1ac78492cdb8c89a4e5c7]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 17:20:07 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aee2f284b23f8643070cf0ec1435d418e97d1e30]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:51:12 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7ca93f5a9f9cdd7c0f38a383a6697b014864228b]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:20:04 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f3bd4153877c4e124f78e170d06e757b950d9e6e]

        INTEGRATION: CWS changefileheader (1.4.480); FILE MERGED 2008/03/31 16:02:42 rt 1.4.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32aff4a3303a3a8fdcf27e7f2f66ed925b8c633e]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:12 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:10 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a158fcf7b621e511cf8c4f9bdc573d39bc7f0cb2]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/03/31 17:20:04 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f1b77eb0c75aeadc87963fc6f823dfb2b6aaf354]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:42 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03f6e5f40d9758e02aa8ace61536322ef180e74d]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 12:49:10 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0251d2dd9dbf379cbd4214ab208b3c84f295628c]

        INTEGRATION: CWS changefileheader (1.42.34); FILE MERGED 2008/03/31 17:20:04 rt 1.42.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8342fbf39369c28893590110528304c46ffe1d68]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:50 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4073416a86cc8c9d7cad05881ab4f1c74a9341d6]

        INTEGRATION: CWS changefileheader (1.5.636); FILE MERGED 2008/04/01 12:49:10 thb 1.5.636.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.5.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f77db793ee9944ba3528d89e166dc7193e2d22c4]

        INTEGRATION: CWS changefileheader (1.30.330); FILE MERGED 2008/04/01 12:37:01 thb 1.30.330.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.30.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73b3bd9c087e93d53d9c89a49db07f63d83ed9d4]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 12:49:10 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9660e6b57178d6b122f1734da3d519ba67865970]

        INTEGRATION: CWS changefileheader (1.10.490); FILE MERGED 2008/03/31 17:20:03 rt 1.10.490.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1241f639a62d22654e4a5399c0140d516d1ed2eb]

        INTEGRATION: CWS changefileheader (1.7.338); FILE MERGED 2008/04/01 15:51:12 thb 1.7.338.3: #i85898# Stripping all external header guards 2008/04/01 12:49:09 thb 1.7.338.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.7.338.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8802a7e1cd590fa7486bac01d118d4c57c28878a]

        INTEGRATION: CWS changefileheader (1.52.34); FILE MERGED 2008/04/01 15:31:23 thb 1.52.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:01 thb 1.52.34.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.52.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f39e2335c50299ff1ab4fabf357d3aea45ddc57c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:49 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e4c374a065d8a03605af8ce90a7b3747d39894e1]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:41 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e542a535cbe394105881a2235624857db9c3e96]

        INTEGRATION: CWS changefileheader (1.5.212); FILE MERGED 2008/04/01 12:49:09 thb 1.5.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.5.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ecfc8dbf5162656371048a97bc4716603c827f5b]

        INTEGRATION: CWS changefileheader (1.38.136); FILE MERGED 2008/04/01 15:31:23 thb 1.38.136.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.38.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [867d4fe1ee3977fbcf9e5b1eb76c4df8af0417f5]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:49 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dadf8ba678c54fbbf4f359dd671be79aa0302a5]

        INTEGRATION: CWS changefileheader (1.4.480); FILE MERGED 2008/03/31 16:02:41 rt 1.4.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [686f8a0cf61de3f0c7f4b09cf95266c8ecef5095]

        INTEGRATION: CWS changefileheader (1.4.796); FILE MERGED 2008/04/01 15:51:12 thb 1.4.796.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.4.796.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [133337b27da56ea92aa4c20f709def15ae2d23f9]

        INTEGRATION: CWS changefileheader (1.39.24); FILE MERGED 2008/04/01 15:31:23 thb 1.39.24.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.39.24.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54c5b2dd7b442611f375e4a0e8fd9d99adcb0270]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:49 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [277e05c1fe0470f71469f9d4cf0e8f24f03e9432]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/31 16:02:41 rt 1.4.178.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [568f85d7490eae7f6724f6e7af060adee0603ec9]

        INTEGRATION: CWS changefileheader (1.9.850); FILE MERGED 2008/04/01 15:51:12 thb 1.9.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:22 rt 1.9.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f839cc69b62d07da96b8d7a0ffdcf4344f53e083]

        INTEGRATION: CWS changefileheader (1.38.34); FILE MERGED 2008/03/31 17:20:03 rt 1.38.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [492a0740b5e0f563a08c58685585c7b5066444b5]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:46:49 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dbdb08b14fe255146c4771e5e6a38f724d432c2f]

        INTEGRATION: CWS changefileheader (1.12.850); FILE MERGED 2008/04/01 15:51:12 thb 1.12.850.3: #i85898# Stripping all external header guards 2008/04/01 12:49:09 thb 1.12.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.12.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b62b87756bfbe4100a1345dcb1ae548585dd3cb0]

        INTEGRATION: CWS changefileheader (1.63.88); FILE MERGED 2008/04/01 15:31:23 thb 1.63.88.3: #i85898# Stripping all external header guards 2008/04/01 12:37:01 thb 1.63.88.2: #i85898# Stripping all external header guards 2008/03/31 17:20:03 rt 1.63.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b636ebb5caba1598ba3f065c4c16c8f61d71647]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:49 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5578fa6af55255daf2c2bc6d7c9eef46d99043b7]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:51:12 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:08 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8bf9a192b1812f9f6ea63fb0cec1ad437c6daf8a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:41 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d6f9bd8700eb070bb6b90e5b340e803cf4de73c]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/04/01 15:51:12 thb 1.2.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2039dfba3beb2e20adf2115a7a05454bf4e68e7]

        INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/03/31 17:20:03 rt 1.15.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cffdd4a9c9d33be9dbbc7301f272f69399fbe2cf]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:02:41 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78c5f2523020a3750ff663fec5ad4269eae8be85]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:51:12 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:49:08 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4ee4b9c60b8b80ec0b463767c6836db2aebac220]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 17:20:02 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64de393db016b8a580ff2accd74a68cff2051a78]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:22:21 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bc16646ba27dc3e5bd44fb3aaff74d64ca1df0b]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/03/31 17:20:02 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a7b461687f762010404439b1c71b36e6cca19e9]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:48 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a30baa80ba877f54d286cd976bb91533bb86a85c]

        INTEGRATION: CWS changefileheader (1.6.212); FILE MERGED 2008/04/01 12:49:08 thb 1.6.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.6.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f47f5fa8458c75a1fb01a51e3d7ba17f49a864ed]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/04/01 15:31:23 thb 1.12.88.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61ffff709318238d63bf3907340526d6533464b1]

        INTEGRATION: CWS changefileheader (1.5.850); FILE MERGED 2008/04/01 15:51:12 thb 1.5.850.3: #i85898# Stripping all external header guards 2008/04/01 12:49:07 thb 1.5.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.5.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a3dad1eef68ab28e473f9d0847f1cfdee635f07b]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:46:48 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12184f28ab58e5910cf39584c9bf8a5080899801]

        INTEGRATION: CWS changefileheader (1.6.182); FILE MERGED 2008/03/31 17:20:02 rt 1.6.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bcc1da54552a7b506712c827fffd19940d19ef18]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:11 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:07 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b23b587af0d7742fef3463b9aabc640d5b9c4bde]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:48 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [132ba073b14f4d6acb7263f8894c13723d980f17]

        INTEGRATION: CWS changefileheader (1.12.80); FILE MERGED 2008/03/31 17:20:02 rt 1.12.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [994a4f811ed2e96af1ca5f8c42a5cbd0bc91715c]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:02:41 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [15d46e97429817d085158eb131b88cdc4d85f494]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:22:21 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a445e41e3b7519cd6d885f63ec7b4b5515f234e2]

        INTEGRATION: CWS changefileheader (1.37.88); FILE MERGED 2008/04/01 12:37:01 thb 1.37.88.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.37.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab5385fed6c4067bba58772959dea819f960a531]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/03/31 14:22:21 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c6eec93be8b00a2630cc6ba5d8634a688dbac73f]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/03/31 17:20:02 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [12a7d8e5cba3aa4237f33d2ba9ed2043b236149f]

        INTEGRATION: CWS changefileheader (1.4.820); FILE MERGED 2008/03/31 14:22:21 rt 1.4.820.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ec28659f75a2f95ae0fc0fc3cff3508e60a4d267]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:02:40 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [635622c1b903591a3c6048d3d6b8a0ab3c004c7b]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/03/31 17:20:02 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26cc5d4535c341faa884e32b501e4d16e36dfa79]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:22:21 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cc483dc2aadc18e657cabfc10c47c6862a18ff5d]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 16:02:40 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [689cb20af300e6e87d404f633c0564f8caff44c8]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:20:02 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c8193e1802a06391a8be0547034b5f6fa909bbd1]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:22:21 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [111b454eae30f5aa071b2c65273a35dc7f1c3773]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:47 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [21d072f1a0839e3d80036bfe00a808c480e3bf2d]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/03/31 17:20:02 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8126e2274e3bf6c542b6c5abcf76f888c2daf25c]

        INTEGRATION: CWS changefileheader (1.6.850); FILE MERGED 2008/04/01 15:51:11 thb 1.6.850.3: #i85898# Stripping all external header guards 2008/04/01 12:49:07 thb 1.6.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.6.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b2a411ca8feb937868263614dee284dcc2bb6910]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:40 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efcfe9b084cfe9769e9c41200627a86259d8291f]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:47 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e8ba7262520a48b02c65368e9a00478792402e34]

        INTEGRATION: CWS changefileheader (1.73.34); FILE MERGED 2008/04/01 15:31:22 thb 1.73.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:01 thb 1.73.34.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.73.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [14cbe4833a669d5e4fbbe10029d0b5c68c2f0b11]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 15:51:11 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [48f7e2e8912d01ec3e6a341dd2082e5b6f3bc91f]

        INTEGRATION: CWS changefileheader (1.38.86); FILE MERGED 2008/03/31 17:20:02 rt 1.38.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [86ff69ea13d10fa3939b698d6cc34f86136c053b]

        INTEGRATION: CWS changefileheader (1.5.480); FILE MERGED 2008/03/31 16:02:40 rt 1.5.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c40e8468d669c056cfbcb2c1c7f525aa5f5cf91d]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 12:49:07 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [700e96bf8d02504785d7cabc4f042703e5b2e6a7]

        INTEGRATION: CWS changefileheader (1.26.182); FILE MERGED 2008/04/01 15:31:22 thb 1.26.182.3: #i85898# Stripping all external header guards 2008/04/01 12:37:00 thb 1.26.182.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.26.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [989938fbc7cde28a1e9833bf2a2934bd38851b9f]

        INTEGRATION: CWS changefileheader (1.22.212); FILE MERGED 2008/03/31 14:22:21 rt 1.22.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ee5781996339f3d0576077fd65f224a09057cce]

        INTEGRATION: CWS changefileheader (1.13.80); FILE MERGED 2008/03/31 17:20:02 rt 1.13.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5b9af784f18d576b4b3a826c81b51cec6da80844]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:51:11 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:07 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:21 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aa4ced7d06dea0e2f389c2bf583f992bde0ecf33]

        INTEGRATION: CWS changefileheader (1.23.64); FILE MERGED 2008/04/01 15:31:22 thb 1.23.64.2: #i85898# Stripping all external header guards 2008/03/31 17:20:02 rt 1.23.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06d7fd45d7512bf60a65c4d92f4b35b61a4b08c8]

        INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/03/31 17:20:01 rt 1.10.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9c598c6a9a2d77d7be7ffd17f95c79aa0faea8c1]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/03/31 16:02:40 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [92c1203afd9ee112d8512eb3a3b561f480b394a7]

        INTEGRATION: CWS changefileheader (1.7.456); FILE MERGED 2008/04/01 12:49:07 thb 1.7.456.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.7.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [75c77926f87305e4f32f12a0ee4c767bd7bd6b41]

        INTEGRATION: CWS changefileheader (1.65.62); FILE MERGED 2008/03/31 17:20:01 rt 1.65.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd6e4e47fe0a22f54f5edbcc21f227ebeacffcf5]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:02:39 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e3d6922734781dd1430ca88f44bb997d1a348ad6]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:46 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3b94ee6024093972db154d8673723f89c871aa97]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 12:49:06 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [77a8c1099284407b27fdd53ce1bccb6423aa45b3]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:39 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1f82d52fb1f913a4867fec4d7deb75bdfbce05bb]

        INTEGRATION: CWS changefileheader (1.19.244); FILE MERGED 2008/03/31 17:20:01 rt 1.19.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8882e8cb53d1b9f59ca3b913e005823e7c17314]

        INTEGRATION: CWS changefileheader (1.4.480); FILE MERGED 2008/03/31 16:02:39 rt 1.4.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5927aeb11f9fcf2d3dc02ed06f0e5748e8817c4a]

        INTEGRATION: CWS changefileheader (1.33.120); FILE MERGED 2008/04/01 15:51:11 thb 1.33.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:06 thb 1.33.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.33.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f73f9e14ab2eab6dde4ccca70a55b1ae83b39a2d]

        INTEGRATION: CWS changefileheader (1.35.64); FILE MERGED 2008/04/01 15:31:21 thb 1.35.64.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.35.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ce502e4f63841c53c95e7790e5468fb2e631cbb]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 12:49:06 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a0acf12c82a93d8874f2517ad61ce8589b362af]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:46 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [933648f9808a04843b6ddeb2a4533cfdfc7fe33c]

        INTEGRATION: CWS changefileheader (1.6.104); FILE MERGED 2008/03/31 14:00:33 rt 1.6.104.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0154db96f3bee33949cd7ff070da6fe525b71cb]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:51:11 thb 1.15.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:06 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e898c22f7c6326f7e0e6e89e8d2de263f05a09f4]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:20:01 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [afe9d05bc7063531eb37fcdc17b51fdc26e967d5]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 14:00:33 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef1a8a5dc8410d55ec8ad37f73fefb1d4a17fe4b]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:39 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1b39962e5c400e331c73b1e94d0e03ea2541d0ab]

        INTEGRATION: CWS changefileheader (1.26.606); FILE MERGED 2008/04/01 15:51:11 thb 1.26.606.3: #i85898# Stripping all external header guards 2008/04/01 12:49:05 thb 1.26.606.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.26.606.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cfb8e082875542c0e2a2da9d2e6c601839a8b96]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:20:01 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [beb0db15c96ce3e0960c5382fb360db0fc506a15]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 14:00:33 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2f8fc1cb8ce23375f2390c1ecce47885d984723d]

        INTEGRATION: CWS changefileheader (1.5.480); FILE MERGED 2008/03/31 16:02:39 rt 1.5.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e264824822398acc6813da81d0f5ad3c49bda256]

        INTEGRATION: CWS changefileheader (1.16.88); FILE MERGED 2008/03/31 17:20:01 rt 1.16.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [677e9836037e72c6fa5dd2076029c976dd9abe10]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:45 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c86f5a9bc4efdd32c971233c7d9cd213208834c1]

        INTEGRATION: CWS changefileheader (1.6.606); FILE MERGED 2008/04/01 15:51:11 thb 1.6.606.3: #i85898# Stripping all external header guards 2008/04/01 12:49:05 thb 1.6.606.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.6.606.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61d624d134f7128a57c1869e78ae38fa91a61e57]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:33 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [522c8852dd895f8fa1f8724e952a5dac8e34ee23]

        INTEGRATION: CWS changefileheader (1.17.300); FILE MERGED 2008/04/01 15:31:21 thb 1.17.300.3: #i85898# Stripping all external header guards 2008/04/01 12:37:00 thb 1.17.300.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.17.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cab98daacc5e0de77710551fd4cb57b5c2238af]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:10 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:05 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [097875a5f36740b3df82c13a691f8d3c5ce8ce0a]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 12:37:00 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [54d3f98e742f3c3a165e64757e904739a0a15608]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 15:51:10 thb 1.6.446.3: #i85898# Stripping all external header guards 2008/04/01 12:49:05 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [89801e4409cdfaf88d22659b2c15b570e55ec30e]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:45 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e99624f77275e5a6eada43e3feb492ee33acc10]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 12:37:00 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [780a7c01f9bf75915f5c2ae683e9c1652bae03da]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:51:10 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [074b93340c45617a3ab151e800f422225189a5cc]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:38 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [338cbb06290380e8eeaf87d8da05ff267ed3cb22]

        INTEGRATION: CWS changefileheader (1.15.318); FILE MERGED 2008/04/01 15:51:10 thb 1.15.318.3: #i85898# Stripping all external header guards 2008/04/01 12:49:04 thb 1.15.318.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.15.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a00fe71eead54f81207ff1bbbb27f8e4f344826c]

        INTEGRATION: CWS changefileheader (1.18.330); FILE MERGED 2008/03/31 17:20:01 rt 1.18.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9620b1a2afb6eb519f80a8a965e1cf1c47b86c0c]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/31 14:00:33 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed26fb3e024c64e9fca72127af5da76872105379]

        INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/03/28 16:46:45 rt 1.5.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d90ff7a5c8bd6b5f7df27afd0bd2e5e58ebd00b]

        INTEGRATION: CWS changefileheader (1.8.850); FILE MERGED 2008/04/01 15:51:10 thb 1.8.850.3: #i85898# Stripping all external header guards 2008/04/01 12:49:04 thb 1.8.850.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.8.850.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [01b2474d4334ee5ca69df90f2756415d532b1545]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 12:37:00 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c7b765261888bf5d4140d71c1db2e52e5089ac0a]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 14:00:33 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98818e8c1edee9f0edd86cb0430f7fddaf6524fc]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 16:46:45 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [833058e9a06bbb9aadee33a52917e99cd54bf903]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:10 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [23ac8b84bb06731da277889778832eb2f9534f96]

        INTEGRATION: CWS changefileheader (1.11.80); FILE MERGED 2008/03/31 17:20:01 rt 1.11.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73a6b5a74d8c311f1ad079c10e235c967fad28d4]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 14:00:33 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dfe4c3758acb654fe48832c5f3089251e219501b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:45 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb8ec0e1605234c24cd5bf42d28b97b1824572b5]

        INTEGRATION: CWS changefileheader (1.35.120); FILE MERGED 2008/04/01 15:51:10 thb 1.35.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:04 thb 1.35.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.35.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91cf9d104bea0e357d415084411bac064f448a7a]

        INTEGRATION: CWS changefileheader (1.55.76); FILE MERGED 2008/03/31 17:20:00 rt 1.55.76.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [413866108cb94abe27055dc4b70213f8d4479708]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:45 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [51efc8493d1eae001276db54198aa7336d604875]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:32 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1d29607ab4c565499e2da95b3a774271842f01a0]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:44 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e0afd37b847054985b14031b87170cdc9d7ca23]

        INTEGRATION: CWS changefileheader (1.8.1254); FILE MERGED 2008/04/01 12:49:03 thb 1.8.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:20 rt 1.8.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7fa43d498e55f9642876ff2ce98a99ead4a9920d]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:32 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [718d9cdd83ee29c2ebd1a795445dac499582ddb6]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:20:00 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4563ee798d7abecb28c71262271876389f6a19f5]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:44 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0055194c45a1e271abb6fa6b8b11659fa81442cc]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:22:20 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff718ed58db7a6bbefe9788b1d7cbc6da4e1bf43]

        INTEGRATION: CWS changefileheader (1.43.34); FILE MERGED 2008/04/01 15:31:21 thb 1.43.34.3: #i85898# Stripping all external header guards 2008/04/01 12:37:00 thb 1.43.34.2: #i85898# Stripping all external header guards 2008/03/31 17:20:00 rt 1.43.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dfacdbcfc7ccad13ad5fe5c17f78cd848a72b4b]

        INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/03/28 16:46:44 rt 1.5.148.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d7ec027e332b8bc398ed8ec10a4c083bba6a6c9a]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:32 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b1a282b5ef7a548210052bdfb43e96d49c06ad7c]

        INTEGRATION: CWS changefileheader (1.2.738); FILE MERGED 2008/04/01 15:51:10 thb 1.2.738.3: #i85898# Stripping all external header guards 2008/04/01 12:49:03 thb 1.2.738.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.2.738.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e3a02417b6c4a938274acc1466bc95a373f451f]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/03/31 17:20:00 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fa841c93a9f817fb0b765e57160633f4a32068e]

        INTEGRATION: CWS changefileheader (1.28.50); FILE MERGED 2008/03/31 14:22:19 rt 1.28.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d13dfa4c3519dacd117b132e2f0d07f27eea2f63]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 14:00:32 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6abacea536a14d8fc860a45f597f029860cca34a]

        INTEGRATION: CWS changefileheader (1.33.78); FILE MERGED 2008/04/01 15:31:20 thb 1.33.78.3: #i85898# Stripping all external header guards 2008/04/01 12:36:59 thb 1.33.78.2: #i85898# Stripping all external header guards 2008/03/31 17:20:00 rt 1.33.78.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b3518e0a1a200f2df0a7df75aaebeb3cc91375a]

        INTEGRATION: CWS changefileheader (1.14.196); FILE MERGED 2008/03/31 14:22:19 rt 1.14.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3916327804d0963cc73c84ad5fd9170967aca396]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:37 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e32f04a1dfbc6ebc570d3e086c25f36b1a86ea2e]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 17:20:00 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1a27ad0daa60af2f9e1d8b24be15f68a02fe20de]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:46:44 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3276879bcc30d718b27021cfdf485d9da9ba3180]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:37 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf06ed4e7d5e781b1ad27d021fc027faeb7187ed]

        INTEGRATION: CWS changefileheader (1.16.636); FILE MERGED 2008/04/01 15:51:09 thb 1.16.636.3: #i85898# Stripping all external header guards 2008/04/01 12:49:03 thb 1.16.636.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.16.636.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5a09c368bd39a1ef7af3cf408616182281d5c410]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 17:20:00 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2ec0d0493031f83239aa3b69e72d4c76659b0319]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:44 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6f763a9bf7ab61789e0d8a36f46c9f524a03494]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:32 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [906c6a42ca27e539b26d8f415a7f26353adac2d4]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 16:02:37 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5fc67c83d06561b0eb41847031172f3d1b756a0]

        INTEGRATION: CWS changefileheader (1.10.120); FILE MERGED 2008/04/01 12:49:03 thb 1.10.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.10.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [18a0833969903ec213515cb3e0ff136ff0cba4ad]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:20:00 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64ad82c79e274a05664733e885aa8019e59416b3]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:44 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8fdb40025e736ef2a30d5ef9e37305ccb6fa6fd6]

        INTEGRATION: CWS changefileheader (1.5.1252); FILE MERGED 2008/04/01 15:51:09 thb 1.5.1252.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.5.1252.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b0b460fc4d0143ea1ae4c799e7b1cd2d6bd71499]

        INTEGRATION: CWS changefileheader (1.26.224); FILE MERGED 2008/04/01 15:31:20 thb 1.26.224.2: #i85898# Stripping all external header guards 2008/03/31 17:20:00 rt 1.26.224.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [71f4da9733e99c89736025353d3e128165fba3ec]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:22:19 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ca386da3b0f040ed3c706ab85c9c7da9797c3ff]

        INTEGRATION: CWS changefileheader (1.55.86); FILE MERGED 2008/03/31 17:20:00 rt 1.55.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [67f5f05282198e2cb6a9f04f6f9b5643e64206b3]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:44 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8eb68711b3650da3c13b9c84e9b8ef1c5dbc7b99]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:22:19 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7c2471b065ca7803ace9d7ab8936eb089b197c13]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 14:00:32 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a85e7ab8d2ae8eaabe83a8150cd39f93075d756c]

        INTEGRATION: CWS changefileheader (1.33.86); FILE MERGED 2008/03/31 17:20:00 rt 1.33.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ff66f26a016097bf95cd904403bde196d6b848b7]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ed1af3dd0b4cc6adabd40da0c5f6cb50cb79018]

        INTEGRATION: CWS changefileheader (1.17.120); FILE MERGED 2008/04/01 15:51:09 thb 1.17.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:02 thb 1.17.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.17.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8381a78af9f49bfac19eb48317d81d1b7a320751]

        INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/31 14:00:31 rt 1.9.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b3539212db531aca72c79b4c8a83f4df276dae65]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:46:43 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [45f6ef2324e3cad69b40db9fdab962e970249cbc]

        INTEGRATION: CWS changefileheader (1.5.480); FILE MERGED 2008/03/31 16:02:37 rt 1.5.480.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f385988190b4f11649d61ff94f70a6bfb5844dba]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:22:19 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4d1271fde0b53d340571f4daea779544f195cc4f]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 14:00:31 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd8f5a49fb6484fc3273896dd45def8d4f58f618]

        INTEGRATION: CWS changefileheader (1.14.330); FILE MERGED 2008/04/01 15:31:20 thb 1.14.330.2: #i85898# Stripping all external header guards 2008/03/31 17:20:00 rt 1.14.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5178afdf229a2174c04818aaeaf76c03d4277384]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:43 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b06abf60bf8fae0e52f8659892182d0b0ff31aae]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/03/31 16:02:36 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [25d182e4b683086528a024e09817aff0e812e404]

        INTEGRATION: CWS changefileheader (1.13.796); FILE MERGED 2008/04/01 15:51:09 thb 1.13.796.3: #i85898# Stripping all external header guards 2008/04/01 12:49:02 thb 1.13.796.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.13.796.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [29c69b172e9b2015c01a055629fae1575ea8a8da]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:31 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3cd9a1efd5af82e81d9df740bd7f8429a47f10e0]

        INTEGRATION: CWS changefileheader (1.11.244); FILE MERGED 2008/03/31 17:20:00 rt 1.11.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccf451caeb2a9a9e6381b4cda0ce4e4b163a1a17]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:43 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [df04e055b4dd49b8be0d078e1e8d72e91d2fcf60]

        INTEGRATION: CWS changefileheader (1.6.456); FILE MERGED 2008/04/01 12:49:02 thb 1.6.456.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.6.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e28adb70e223f8aea8b8e0770a38c82774bf0841]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:36 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [836e8bd464e47a2d56aad5fded7b6ee6ea19be81]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:31 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fd37a31907efe5631f595c626db70927a29dd08]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/03/31 17:19:59 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [28cf69916c2cc8a2a87023d70f350d950c62351c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:43 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a49c108c8751b0890ea6b618c060bfc7eccbb45c]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:09 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:02 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ceea494bd2a46004adcfac96aa208fd69c1f00d9]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 17:19:59 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fbeac934b087bb58676b5b8217c3d26bc78e254]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:43 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4469cf76ee72083a398110447078d20beba801b]

        INTEGRATION: CWS changefileheader (1.22.120); FILE MERGED 2008/04/01 15:51:09 thb 1.22.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:02 thb 1.22.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.22.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd05c87601bd1503170e0d68673d07d81ff01d20]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:31 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [345b2d5d127cbd4164932263310a7b1d51599465]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:19:59 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8dc3497bc12458cf9fb1b5b4c246cbe084eae6eb]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:46:43 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d84428aff4dc57203337307430763e7b34094f67]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:09 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41ca8f7e7a557afb76bd6a84f0aa870c8ca24b6e]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:19:59 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e37d1b9f8b27f28bda8bc0b0a4aff8033787484b]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:51:09 thb 1.5.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b73c6ee3aa9015a6f60c9a442ea7e2e59d3e2a05]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/31 14:00:31 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b8665563fac6508c27b8687f5ba36db6f167dc1]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:36 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb441e912e3812fedb41f3169adbe4f24253ef3a]

        INTEGRATION: CWS changefileheader (1.20.64); FILE MERGED 2008/03/31 17:19:59 rt 1.20.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a6a8bd8d978bd491a3f39b868e5876a85171b233]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:08 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eac51d7e05b58d3f205c68d3cbdc9c5cc0d4e5ca]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:31 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e2f7df877c6edf05c393680a0cd40e4d4f1a722c]

        INTEGRATION: CWS changefileheader (1.22.88); FILE MERGED 2008/03/31 17:19:59 rt 1.22.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ba706aa21f3d24af8402cec3be9b38aa085af632]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:42 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64cba39669aeaab28da712849f6de8a16bbc9362]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:30 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aff7fdd502a1101006f65c18d84b753b5d7c5c1b]

        INTEGRATION: CWS changefileheader (1.13.318); FILE MERGED 2008/04/01 15:51:08 thb 1.13.318.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.13.318.2: #i85898# Stripping all external header guards 2008/03/31 14:22:19 rt 1.13.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9b125bb1b8232a002127d1402eeb72ac529ced88]

        INTEGRATION: CWS changefileheader (1.38.64); FILE MERGED 2008/04/01 15:31:20 thb 1.38.64.2: #i85898# Stripping all external header guards 2008/03/31 17:19:59 rt 1.38.64.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [78d84b0af2273d19f0cc502c2f35645c66644a4b]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:46:42 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [773ccd7916a9d04190ca698e510c61532669d028]

        INTEGRATION: CWS changefileheader (1.7.30); FILE MERGED 2008/03/31 14:00:30 rt 1.7.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [32b322d54ceb0cbeb17bf574e06a4fa44bb165bc]

        INTEGRATION: CWS changefileheader (1.18.120); FILE MERGED 2008/04/01 15:51:08 thb 1.18.120.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.18.120.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.18.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [91330f20cda1e1b8807fecb15f6d54f4cd35f60d]

        INTEGRATION: CWS changefileheader (1.19.136); FILE MERGED 2008/04/01 15:31:19 thb 1.19.136.2: #i85898# Stripping all external header guards 2008/03/31 17:19:59 rt 1.19.136.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [59a9f3db2bf4243b50061e28920ddc5e8baaa18a]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:46:42 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [acfc5409df84efd9d1015da479642b4171d92a3a]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:30 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5baa53af84cfdfe6bccc8ba1c69b247f4b41a03f]

        INTEGRATION: CWS changefileheader (1.6.236); FILE MERGED 2008/04/01 15:51:08 thb 1.6.236.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.6.236.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2196d61d5499a0264b5410a0b781c9f6740d6eb2]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:46:42 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [135108a2d8da6a33dafc87206a74c666c0998fed]

        INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/03/31 17:19:59 rt 1.15.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [90006dbb079964a4dddd2fbedebf3ae211602e05]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:30 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b809905c8de4af57fddd37fd51ba0dc06bff4467]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:22:18 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b70b5e9d29cceb2baeb4b13380a9bdb042f30954]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:42 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd2bf205f7c543cc2e0ac014c89ed6b2b2ec6388]

        INTEGRATION: CWS changefileheader (1.92.32); FILE MERGED 2008/04/01 15:31:19 thb 1.92.32.3: #i85898# Stripping all external header guards 2008/04/01 12:36:59 thb 1.92.32.2: #i85898# Stripping all external header guards 2008/03/31 17:19:59 rt 1.92.32.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a45016fa189611c6149cc2eddba089a28480ce50]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:29 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84034ffb19a734b811f97cbb26318f91ad5e4264]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:08 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:49:01 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [10d0089dd5dd41ad93e5b1e4f2108dcb33208cb6]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:02:35 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7770e24f1d9aa03c9b8fb1b20c0902a263d3a66]

        INTEGRATION: CWS changefileheader (1.17.212); FILE MERGED 2008/04/01 15:51:08 thb 1.17.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.17.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e9b5b4c090b3e08b7681992b8279623863cf413]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:35 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [61453e72caed3ab457a528fd23edb5b00a7bbd64]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:19:59 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c40196f44b8288fa983b9783b46f75a646a4aef2]

        INTEGRATION: CWS changefileheader (1.5.212); FILE MERGED 2008/04/01 12:49:00 thb 1.5.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.5.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c286d8d74eb667819eeacfca21de66cc98810916]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:42 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8444850f0602b8928ef0a1c3d813eb0edbf6e28]

        INTEGRATION: CWS changefileheader (1.39.10); FILE MERGED 2008/04/01 15:31:19 thb 1.39.10.3: #i85898# Stripping all external header guards 2008/04/01 12:36:59 thb 1.39.10.2: #i85898# Stripping all external header guards 2008/03/31 17:19:59 rt 1.39.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1969a205bd7366b4457064a4a1b3be55465a0184]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:29 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [24cac8c2e03fd23e2bcaa5140a3a1f812c2999d8]

        INTEGRATION: CWS changefileheader (1.8.366); FILE MERGED 2008/04/01 15:51:08 thb 1.8.366.3: #i85898# Stripping all external header guards 2008/04/01 12:49:00 thb 1.8.366.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.8.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0ba2bfa474ca191d3fa1f5e326de95f32fac1c82]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:41 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a93991cb28bec128de190ea433b57d6623670e9f]

        INTEGRATION: CWS changefileheader (1.33.240); FILE MERGED 2008/03/31 17:19:58 rt 1.33.240.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [57b8b2652c165f1b935a1eb6bb6a7f1d302ff157]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/03/31 16:02:35 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1792125b7de824477bd673e2877ee1e7b9099d9a]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:41 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [edbc65f44a8d079123278ae38317efe68bbfc481]

        INTEGRATION: CWS changefileheader (1.49.86); FILE MERGED 2008/03/31 17:19:58 rt 1.49.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ed505d489c96a19214be29dd652ba6f95c24ce2b]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:29 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [494ec5604dc47f5b9f407469090c5eeaf0c1c40e]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:51:07 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:49:00 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [439186a4885c98308f9c38bd1099356f945f8e61]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:02:35 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5c1dd1e3f5ff8c06533132748fcb814a102770d]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:46:41 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f94409b071889e93bd36c3a64ed309d240bfa1f]

        INTEGRATION: CWS changefileheader (1.30.182); FILE MERGED 2008/04/01 12:36:59 thb 1.30.182.2: #i85898# Stripping all external header guards 2008/03/31 17:19:58 rt 1.30.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6b433f69fde895311efc1c9699a05b7c58b8bf9a]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:51:07 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [560d436e18aa9e9da8463650abfca0c6c02361c9]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:02:35 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [457b11fc442ceea85ce3846a3671f17b4adab9d1]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:41 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [648904bdb5a7eb9fdb2e2c24d43b468e41167b1d]

        INTEGRATION: CWS changefileheader (1.15.244); FILE MERGED 2008/03/31 17:19:58 rt 1.15.244.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fd042cec60f5175eb30a2f723fc508b3af2c22a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:41 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f6d4ebb53b58879e7b3ed3f4a04bca7e5f2933af]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:19:58 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4929c3ef9972013831e78e53cd2ecdd0f4a7b446]

        INTEGRATION: CWS changefileheader (1.7.1254); FILE MERGED 2008/04/01 15:51:07 thb 1.7.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:48:59 thb 1.7.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.7.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5ed060c0270ade0c5e6a601d441d22bffdf012b9]

        INTEGRATION: CWS changefileheader (1.7.492); FILE MERGED 2008/03/31 17:19:58 rt 1.7.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [898cfb5d00f846c701f256149233157f5ca26026]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:07 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:59 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4468e7f00c69d0b1ce0f9f85e334b23711f3a27b]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:19:58 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5cd235e74cf9e41f32582111ca48870327d7008c]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:51:07 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:59 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [300a9cd628acbbc45626dbb6ca69a696bb0e43d3]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:02:34 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2410c94d0a88cda2f9af3c69111c13ae0debda5f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:40 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e66288926be8a9f4cd90c479e3fcee436772bb79]

        INTEGRATION: CWS changefileheader (1.10.182); FILE MERGED 2008/03/31 17:19:58 rt 1.10.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [82ca7265a681374cd870eb6b09273933da567346]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:34 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [385327586f00d2f9755d67140627da5576320ce4]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:40 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d9634290dcc967a9be498cc0911472fda00298ce]

        INTEGRATION: CWS changefileheader (1.16.62); FILE MERGED 2008/04/01 12:36:59 thb 1.16.62.2: #i85898# Stripping all external header guards 2008/03/31 17:19:58 rt 1.16.62.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fe9b75a56794fdb60510747ece7f60c9f0d4d0df]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:34 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [662884775db5e70dc097127f064c25ba43ffa04d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:40 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [762bba61ea0d03c111807b32cb1767b114d1d5a2]

        INTEGRATION: CWS changefileheader (1.6.182); FILE MERGED 2008/03/31 17:19:58 rt 1.6.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee394b1257c7fd59830d0fbd5383031dfd2bcade]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:51:07 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:59 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:18 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef58679ea17822931bc9c8ff3b3aa7e41dbf43dc]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:40 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8d9e1876d7f2508a4bf811c3db74bfcd9e1325b]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:02:34 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc77726e2073bb284728eddc419b27e97c9efa84]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:28 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [094a3075378b6ed78aa122c00e7a4594c6d97ae6]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/03/31 17:19:58 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2a2e93b7944562f4241d95f8280fe7a580400f34]

        INTEGRATION: CWS changefileheader (1.8.212); FILE MERGED 2008/03/31 14:22:17 rt 1.8.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aba4d8b7e00578f30f930d38bc49fd9914f64dc7]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:46:40 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2fd4b75bf6c80c569b454a444257733dc8dd6fc2]

        INTEGRATION: CWS changefileheader (1.16.330); FILE MERGED 2008/04/01 15:31:18 thb 1.16.330.2: #i85898# Stripping all external header guards 2008/03/31 17:19:58 rt 1.16.330.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e34c9d34e8184c4cb3430819fb92b4d44d64c707]

        INTEGRATION: CWS changefileheader (1.4.860); FILE MERGED 2008/03/31 14:22:17 rt 1.4.860.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2160b475bfaae2418a47c0ce13609d318b845f24]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:40 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [41f5c9a24e8d19c99950965aa1cc7fc1f5eea414]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:28 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [425b6eecc284969f2ee92281e3f3086425ef7719]

        INTEGRATION: CWS changefileheader (1.11.182); FILE MERGED 2008/03/31 17:19:58 rt 1.11.182.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85540d9eea9183105f6d35e411c921e0802272b1]

        INTEGRATION: CWS changefileheader (1.9.414); FILE MERGED 2008/03/31 14:22:17 rt 1.9.414.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b05a8d5176051ad55fa21745ffc3fe2f9e68e78c]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:02:34 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7382400de83aecdcff42b73412f3c77a8b609248]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:40 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5e2de8d895d6c058f81a0308e82f8942f142a0b1]

        INTEGRATION: CWS changefileheader (1.23.80); FILE MERGED 2008/03/31 17:19:57 rt 1.23.80.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [075740c9015e5fa73b7ad7b13e375c78be2c507f]

        INTEGRATION: CWS changefileheader (1.8.698); FILE MERGED 2008/03/31 14:22:17 rt 1.8.698.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc2637eb831b27712669d15779b039cc3bfdc414]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:40 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d68ca87fa148befd0613fe0408c3ae3d00ffb133]

        INTEGRATION: CWS changefileheader (1.31.88); FILE MERGED 2008/03/31 17:19:57 rt 1.31.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [16cd8888adb68b53045c77af2fba80b52cb72179]

        INTEGRATION: CWS changefileheader (1.5.468); FILE MERGED 2008/03/31 16:02:34 rt 1.5.468.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5be86235a97b4755b4bcf40a1c589274ea01693]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:39 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [596976e714a8388ef328941c8d92c8e556c09d88]

        INTEGRATION: CWS changefileheader (1.49.86); FILE MERGED 2008/04/01 15:31:18 thb 1.49.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:59 thb 1.49.86.2: #i85898# Stripping all external header guards 2008/03/31 17:19:57 rt 1.49.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de6d218b301ab205da896ac22c842208a4ef194e]

        INTEGRATION: CWS changefileheader (1.45.88); FILE MERGED 2008/03/31 17:19:57 rt 1.45.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9748b664b51f91381e6a82bd3d6eeca7d84c288]

        INTEGRATION: CWS changefileheader (1.57.456); FILE MERGED 2008/03/31 14:22:15 rt 1.57.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bd6d60a31fefccb93ee324ee9a7f9346e9b8c3c]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:39 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [46238da431cf9c4dd0e939dd38a364d1ed2904d0]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 16:02:34 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [848c8f414f8c5b4b36364a512cb3b1b64d53452d]

        INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/03/31 17:19:57 rt 1.6.96.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d8f88ea941717f10496a79e59279b68b0d370e4a]

        INTEGRATION: CWS changefileheader (1.48.354); FILE MERGED 2008/04/01 12:48:58 thb 1.48.354.2: #i85898# Stripping all external header guards 2008/03/31 14:22:15 rt 1.48.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b48409a9f16b5f89da3494a6d1d57bbe2aa5ded1]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:02:34 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1cd7a23cd4206911602792c5a308f1f4ad92242]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:57 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0495fa17980d2c296fd038cdad59592685079572]

        INTEGRATION: CWS changefileheader (1.27.70); FILE MERGED 2008/04/01 15:51:06 thb 1.27.70.2: #i85898# Stripping all external header guards 2008/03/31 14:22:15 rt 1.27.70.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0090a0df8605209c18ab4298588c2db087f5bb22]

        INTEGRATION: CWS changefileheader (1.45.72); FILE MERGED 2008/04/01 15:51:06 thb 1.45.72.3: #i85898# Stripping all external header guards 2008/04/01 12:48:58 thb 1.45.72.2: #i85898# Stripping all external header guards 2008/03/31 14:22:15 rt 1.45.72.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4f8442e936f9d6fb16ac63e7df146b4f1d7958b4]

        INTEGRATION: CWS changefileheader (1.25.414); FILE MERGED 2008/04/01 12:48:58 thb 1.25.414.2: #i85898# Stripping all external header guards 2008/03/31 14:22:15 rt 1.25.414.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cb9b0735bb4017cca123bc798e1cdf4e9e3ea92]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:28 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [98f72a5977bbfbb906183348da721a1a0ac8335f]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:52 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [17bd2240b5b6ea8137dd3d20e8b6b111f6c5f386]

        INTEGRATION: CWS changefileheader (1.78.456); FILE MERGED 2008/03/31 14:22:15 rt 1.78.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [334dbc8a882b8653f3ae8ae9b69593037b8d96bf]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:28 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf7757e23d482ede545d4dea68ee2d441f14d7d9]

        INTEGRATION: CWS changefileheader (1.14.354); FILE MERGED 2008/03/31 14:22:15 rt 1.14.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5db4155cb45074a7a1613f3cd240c315b1317e0d]

        INTEGRATION: CWS changefileheader (1.26.50); FILE MERGED 2008/03/31 14:22:14 rt 1.26.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [00cd000522ffb6af316ee4009033ed63ba50075c]

        INTEGRATION: CWS changefileheader (1.5.124); FILE MERGED 2008/03/31 17:19:52 rt 1.5.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [039ec4aefa540250d5791c97246906b810937d15]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:02:33 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8ea702fe9a25de47e2299e29088ef262c07c390d]

        INTEGRATION: CWS changefileheader (1.56.354); FILE MERGED 2008/03/31 14:22:14 rt 1.56.354.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1db0d2fd7e84d6eb39dec02a2806aa12852029ae]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:33 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c900992ab265342c5fac02dd1b2d7521438da88e]

        INTEGRATION: CWS changefileheader (1.10.620); FILE MERGED 2008/03/31 14:22:14 rt 1.10.620.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3c7e98a6008bfe21f5a4db2d04c942c4d9f7e2d2]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:39 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [444a4ab64546061ed1c287abe2b8607546778c13]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/31 17:19:52 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4a4528caf2e53db04afd67b33afd2d8e6535d1e2]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:33 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7a394fb8c31fad4c7411ed196bc4673b065e9806]

        INTEGRATION: CWS changefileheader (1.33.368); FILE MERGED 2008/04/01 12:48:57 thb 1.33.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:14 rt 1.33.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f5fdc8845339aca999dafa0b381e4bfcefd31c7b]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:27 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a2a13bc4b70c8483ae5a603e02d6e897d12d30a9]

        INTEGRATION: CWS changefileheader (1.16.510); FILE MERGED 2008/03/31 14:22:14 rt 1.16.510.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5a2af4ff5859c2190e8348cb03d31ff3e12120e]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:27 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [64044736b182081b767f3451d580630496b0a7d4]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:39 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f940f435be74e67470f7215e37831c7121766c71]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:22:14 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ef0fb3ac83b5fb8d41249a37b1135fd12298e3e2]

        INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/31 14:00:27 rt 1.9.30.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8a0257cd93aa968feeb9b01cd44d6dfbb1d0ba2a]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:51 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c5a4c79c5edab30cb4ef9e41f003d2eee57397c2]

        INTEGRATION: CWS changefileheader (1.6.730); FILE MERGED 2008/03/31 14:22:14 rt 1.6.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [69c73f543f42a11c2e71a9b456afaf5dca95ab29]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:27 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c129941814bb4d519c8b719464fef3ee86029c6]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 17:19:51 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab3fd28afcc0e3b551e880475de5f2b0d9d2260f]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/04/01 15:51:04 thb 1.4.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.4.730.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d609147909919a709c2d5a988b494d94fac2ab30]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:38 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3fd6a5192f88fa9db4be688d68c57b2c0ade0a22]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:04 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1766fefd6f4c3b2e65111fb4afa0a651a2d870b1]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:02:33 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2469577bc01a477bb9fc276daa69882b360c237a]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/31 17:19:51 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c720e6feb23d403f02e3ce5f3c84e38b48372384]

        INTEGRATION: CWS changefileheader (1.6.212); FILE MERGED 2008/04/01 12:48:55 thb 1.6.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.6.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [04ebe2d21bad5c28e843f87cd3455ecda17f2fbc]

        INTEGRATION: CWS changefileheader (1.30.368); FILE MERGED 2008/03/31 14:22:03 rt 1.30.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2402613e749925888e3537c1109ff6079751f091]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:27 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [766c31c803c0472d7d17b3518bbbee520917743a]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/31 17:19:51 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a65ae714b3e518c5e4f27fe6aa5f07a272c531a3]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/04/01 15:51:04 thb 1.26.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.26.368.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [360b8af62afbae885895e9719620352d162d3abe]

        INTEGRATION: CWS changefileheader (1.27.196); FILE MERGED 2008/04/01 15:51:03 thb 1.27.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.27.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.27.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e77d778df210f1ce952cb027a592696bfa2666a4]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:27 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [590a293e96b3fcac7f41982d9e3db429c9f232b3]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:38 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [695f151c6d7987eaf15310508c4a38cb1c34c144]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:02:33 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3a3bcb3eafe85e66eaaaec05d91dd316769e1524]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:22:03 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8b70fd30b8c9f475201a708f04f34f5133eb8fb3]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:51 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e7c2dd94f3dfaa40ec0235da66ff98ebb217fc0b]

        INTEGRATION: CWS changefileheader (1.7.212); FILE MERGED 2008/04/01 12:48:55 thb 1.7.212.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.7.212.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e9af1acfcd1590868c62c03dd551addaffc7f16c]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 14:00:27 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7313dae77f654f049290d742418d0089ff6291bb]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:32 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [414620a32a727148f119cb61e18b625af2068fc1]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/04/01 12:48:55 thb 1.4.730.2: #i85898# Stripping all external header guards 2008/03/31 14:22:03 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2480427e76e86224b9bf231cb3d5c6a998937f2a]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:02:32 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [084948ec8e3901f87b848a75894db5a27667329f]

        INTEGRATION: CWS changefileheader (1.14.196); FILE MERGED 2008/04/01 15:51:03 thb 1.14.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:55 thb 1.14.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:02 rt 1.14.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ce5931e4611b7915d6241f503a192a0a4366a6b9]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:02:32 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cd734328e3e5a86056d2e8f36567e9b210102698]

        INTEGRATION: CWS changefileheader (1.29.196); FILE MERGED 2008/04/01 15:51:03 thb 1.29.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:54 thb 1.29.196.2: #i85898# Stripping all external header guards 2008/03/31 14:22:02 rt 1.29.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [49820b3cabaa4de782b55fb69dd695b8039e1a4e]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:38 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [620737a8c2f682fc562a397dda96e86019d098ae]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:50 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5fb6721bb490337637fdabd32e9ed414ea622db7]

        INTEGRATION: CWS changefileheader (1.33.48); FILE MERGED 2008/03/31 14:22:02 rt 1.33.48.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ab1c6e2b5cfe333d8b4870f76a03b59e88d16ec9]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:26 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fa281e8389ac955b6ee661567646f1c0caac0d0]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:32 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [03efd7dc5221e474852ad3447446a03d710f2103]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:26 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1269a52ef29d037f930b1bf9e01e6b25f98fe06e]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:02:31 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd36c09e0630d787adafb022348d4601adadf564]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/03/31 14:00:26 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a92a235570917953f9e3e3fb4c9c033caf287f45]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:38 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [261109bfecb3627cb1d25ff18ba3b591d18d7672]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:26 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c78bf328eebb327365123ddf64adb201b8c7e8a6]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:38 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3438752a52ba881e583bc69ebee60095aff1c718]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 14:00:26 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdabfd92951cfa0ac36fae62b8007a3e6a780b5a]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 12:48:54 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:58 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3ed1c559aa7b40deb5ec1841c0f0c7a7effb8e9b]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:02:31 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [af32f857bbb1f7e9d974651bcac841c91de4ae4e]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:26 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f44fc3d2c4e764fda3915fc34e17356e20fc5aa4]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:21:58 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6cb69a06878077cb3021f47c3c8f0217903fcf27]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:37 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [205acb244107473c610659a6820108fed128ac4e]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 12:48:54 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:58 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a701c3db6ac45286a67217d451af2d326e5a3008]

        INTEGRATION: CWS changefileheader (1.3.124); FILE MERGED 2008/03/31 17:19:50 rt 1.3.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b4c858000ad908e93fe8ca38592dd9245d1dd85]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:37 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [efa23e3f045bbb9153e200da729d988ced594816]

        INTEGRATION: CWS changefileheader (1.66.120); FILE MERGED 2008/04/01 15:51:03 thb 1.66.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:54 thb 1.66.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:57 rt 1.66.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [96696ce407b49aa5c89e904a63c1a17df443ed43]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:50 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b7b03793a4a9f5f6e9e37a6ee787882e625e1000]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:02:31 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fb7aefb971ffb1ac8f3d5f0276c2ca57da3e58a1]

        INTEGRATION: CWS changefileheader (1.52.120); FILE MERGED 2008/04/01 15:51:03 thb 1.52.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:54 thb 1.52.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:57 rt 1.52.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0adda41bd2b25d2fa69df561bc4c189358bb670d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:31 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [770d11860a2c6ef0306be9c73ba8f8f9fb0333f3]

        INTEGRATION: CWS changefileheader (1.4.124); FILE MERGED 2008/03/31 17:19:50 rt 1.4.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8e67572fc01329ba72a41be477360e0b18d5b813]

        INTEGRATION: CWS changefileheader (1.10.74); FILE MERGED 2008/03/31 14:00:26 rt 1.10.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b8aa71e6a0d363de027a35eff76fa240607908d0]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 17:19:50 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1e0e119a1cfe01f6ab0caa5781ade15445e5b2ae]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 12:48:53 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:57 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [79b9b1bc79bebf65241917d47a0e97af907a274e]

        INTEGRATION: CWS changefileheader (1.42.318); FILE MERGED 2008/04/01 15:51:03 thb 1.42.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:53 thb 1.42.318.2: #i85898# Stripping all external header guards 2008/03/31 14:21:57 rt 1.42.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [caee347859a599d9a75a694d2450268218e64176]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 16:02:30 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [0c4bc29ce43ca9057c0d319824ed3d3f96cc4c5c]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:30 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [458b16fcb13427fe36dab91910ed10c9abd22719]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:30 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8f51b5123e26904254ebd5fdda14646fd83be337]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:37 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5d10d545cec7ed3490c83824c5b4fc2544974763]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:30 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [38a202f846376bc9a1d8f8bc7781a7ebb7568191]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:36 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f0a8820b0e56a0ca5080474eb7660e314af90e5c]

        INTEGRATION: CWS changefileheader (1.39.196); FILE MERGED 2008/04/01 15:51:03 thb 1.39.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:53 thb 1.39.196.2: #i85898# Stripping all external header guards 2008/03/31 14:21:56 rt 1.39.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb7a824e6061dfc2000dabe98f4486a83bd01b65]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:26 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [422597f11dd8eded614aba29cd1d58386073ecf8]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:49 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [36c285b5489dc7a605c1c5e7941fde0eddad3f64]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 16:02:29 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d5c09416a05e5c00e262684285c25e81ff17d54d]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:46:36 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca08826968043f619079267c450aac9454c4abf7]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:51:02 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:53 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:56 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [70aa1df04a07ea4b19bbbbf7e721f3b771805899]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:29 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07a83fc857be62195823d3e7480a18bd02693fea]

        INTEGRATION: CWS changefileheader (1.15.26); FILE MERGED 2008/03/31 14:00:26 rt 1.15.26.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [73b41008a5a68b51ff288b0c2884167b1542f174]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:36 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8d7693bbfea439e4fdd1cc43f4a11885b7b42266]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:49 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d590be073db350a7b549ec65e3be0c68bb967e5b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:36 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8668989ebb21a3a56c30a2ffb3b28e3d4c2c2f73]

        INTEGRATION: CWS changefileheader (1.11.300); FILE MERGED 2008/03/31 16:02:29 rt 1.11.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [5f0ea4ef1c729ef426ad5638d91a41b3842c985b]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:02:29 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6265652b9e4a6d5e0b7d86ae846247ed5b08919a]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 12:48:53 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:56 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [601847dcc27d6fdb31f86f0263b4cbc0c8c0b486]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:29 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2b18d39fa4ba9db3339e77921bdc7350cf30886f]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:36 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2bada767f0d08108aa3c406deadcca0318221966]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:51:02 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:52 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:56 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4e981c859130a5f43f2af25b3c9caebfaebbd9c9]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:25 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ee55042db9c449789747a6c0434d01e2a8a8420c]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:25 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [07acaac946c315092f7767f366b530982b8b5d76]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:36 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1475d34e40131050f4dd0409e29223d90cd131af]

        INTEGRATION: CWS changefileheader (1.74.50); FILE MERGED 2008/03/31 14:21:55 rt 1.74.50.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d17637d5f3aabfd6757bc8d2ff01d09a8a50ef0f]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:46:36 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca32e0c88544f0cdb600bc98e80c1ec36536a3cf]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:02:29 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [34ec173be5a540343820cc8de8bb17720161076c]

        INTEGRATION: CWS changefileheader (1.36.318); FILE MERGED 2008/04/01 15:51:02 thb 1.36.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:52 thb 1.36.318.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.36.318.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1db6949b7ad044287d707bacf48feabef4921bee]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 14:00:25 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d4147f4c69d9001410aa754119692bf9acdaabef]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:25 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6740193e5a82a47ce4208ff7135ea71e5582ec29]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:36 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9a8f2e1414ee409addbc42dd2baa65a080dc7592]

        INTEGRATION: CWS changefileheader (1.7.730); FILE MERGED 2008/04/01 15:51:02 thb 1.7.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:52 thb 1.7.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.7.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93c7c75b5c250505c159002c29f51a002e50fba6]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 16:02:28 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ca80a9c88529ac846441922e0efb031505c74cd8]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:25 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2638be424546c312671c3468a8befca98623f442]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:02:28 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [84046dfba1dec46d26ebae95c4f74cb704a74cfa]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:25 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dab534055ba1f038a20384b0619ea2c177063374]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:28 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [233bca53ac830c77ec726b7d792830d07196ef3e]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:46:36 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [13c78db80f844efa1cd829a57d5d0253ac2b330d]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 14:00:25 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1538e69d9eb02cd562b2ecdf6c534566168d8c65]

        INTEGRATION: CWS changefileheader (1.88.120); FILE MERGED 2008/04/01 15:51:02 thb 1.88.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:52 thb 1.88.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.88.120.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ec921cf5441745169ee2fd5b0beb10b0463f7b9]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:35 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d50f7ef8361de6f2acf77bf65f68b67f771a4421]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:02:28 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d0073d1e06916b1813e18c0aa035dd9ea311ae78]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:35 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4784cdc5f2f96bf147579b3c369ede706d5f9714]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:02:28 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [214a128367db02b75f63337807810afe2a09f189]

        INTEGRATION: CWS changefileheader (1.5.140); FILE MERGED 2008/03/31 14:00:25 rt 1.5.140.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [93940aa8e0a3b2d66a62447015323fb1b69cb34c]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:46:35 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6273fc962f458a44f4a624f361d5ffe7d3ffb95f]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:46:35 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d2ae172d724ccc7e7835ef7da49bfaac37b2535b]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:48 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [39c35d79d6c3b32292d69383a50156a85eca1bbd]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 16:02:28 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e78261d37e15a072f274edc1741a092e425ef576]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:35 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [d31a608b5c71db7101de5213311a07e23285e999]

        INTEGRATION: CWS changefileheader (1.75.138); FILE MERGED 2008/04/01 15:51:02 thb 1.75.138.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.75.138.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.75.138.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3214c1d5eeae4fd9b415117f692fdbb06d2d4628]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:35 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [fc1635bfe7985e33369e84972622c4c529681a98]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:27 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c231a761754c3a9e15232ef7bc9b8be34af2a6f5]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:48 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [aaeebc80b0bb6ef1bd103c4926b22e6665c6b095]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:02:27 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6e77e9efa7f5be4c694bb3def527d48d5c20d88c]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:46:35 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b785ca597c556dc49e8d126bca7ec5cb324af5da]

        INTEGRATION: CWS changefileheader (1.16.730); FILE MERGED 2008/04/01 15:51:02 thb 1.16.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.16.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.16.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f20ab999eb0545aef10f92d2c81d9a20ac8ad5cf]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:35 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9fa35616edffcf16b4066c88812e404d9a66a5df]

        INTEGRATION: CWS changefileheader (1.3.124); FILE MERGED 2008/03/31 17:19:48 rt 1.3.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b6d8970b18147ad0abe222311a7d98f382be4055]

        INTEGRATION: CWS changefileheader (1.58.196); FILE MERGED 2008/03/31 14:21:55 rt 1.58.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [dd872ec78210bc19338cbed1271fd23aa1fd4370]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:02:27 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bdb26ce2684ccec0873900814c652e99d6e358f0]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:24 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8c4e03aa92d670c3d4df8e6905f8a302088fa0f3]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:34 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [566749b27ac8378b575ac9a625ec6aec8840354d]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:51:01 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9612de49feabc27e08eb7c65b22cb04f318e90a6]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:02:27 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [4579b6438a56f60ddfb04b4ef669c691d806dea3]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:24 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e35bec9f7b3ac0ad22e67db393be88601e3c364e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:34 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [000a53a2bb1121b0dc43435c0189baed7207d7c9]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:24 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b14cd97deaf99cd8e0837f99d62d2937c21c194d]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:46:34 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c26625a144409df11d2d44b3c8d8fab309a6d283]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/03/31 14:00:24 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [80f7f1b6d316fccfcbe912b5676f5f70a533f687]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:34 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [de73318c5d45d71b45c060430ee14988b87dcf64]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 16:02:27 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [412cc04fe35ff63156e0daf165f9627f9d4a4992]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 17:19:48 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [426a3467d93f9138c5241c49696d89935c3170d0]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:02:26 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [f485a287b1decd087b24d920ebffcc6fb858ab31]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:02:26 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6a82ab655d4f986d9178df51bbba58b03cb4fe77]

        INTEGRATION: CWS changefileheader (1.21.196); FILE MERGED 2008/04/01 12:48:51 thb 1.21.196.2: #i85898# Stripping all external header guards 2008/03/31 14:21:55 rt 1.21.196.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6bd8d059b46faf44a720de5360718671aac50d80]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:24 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b4b0b1afbd9164c918218736dcea45a80268939f]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:34 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9ebdb65159b48b61a6b9acdacd8fbfe2d00477cc]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:02:26 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cb75551c2457055c8cebd7eedf7db6980dfcc2c4]

        INTEGRATION: CWS changefileheader (1.33.368); FILE MERGED 2008/04/01 15:51:01 thb 1.33.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.33.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.33.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [7d11669f262a85de6301270bc09ab1fd3def203f]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/31 17:19:48 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e894bd65039dd7d4d715244dd3200d1a71708e8c]

        INTEGRATION: CWS changefileheader (1.4.382); FILE MERGED 2008/03/31 16:02:26 rt 1.4.382.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [e594b47c94cc3a73cbe8f62b985d7005eae1f0d9]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:51:01 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b5d86420a5a72a4601b76e7334c1ec723341cefc]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:51:01 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:51 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [81a5cc8b5788359a61dafea37b714b3855cea74c]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:34 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [9e9feecd9705f235f08c9de4afe87d5d1af7fbc1]

        INTEGRATION: CWS changefileheader (1.22.366); FILE MERGED 2008/04/01 15:51:01 thb 1.22.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.22.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.22.366.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [8621fd585213848bf5f55d8a0f10f53c37b0cfbc]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:47 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [ccefa7b6097f5df58a2dc57aa4f67d225e28fa99]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:02:26 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [2de3e33620644cddd418debfd39aeaf50f7f7370]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:51:01 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [3f672232a69f8d7da212cb6373689e8e46356ff5]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:02:25 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [26d79006da97db56a99471ed528b19cdc6553d51]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:34 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [6aa20a15e21db3c57b6214a1e3e3e1a1ab2ee78d]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:51:01 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [85222aed0ef2d8dbe0e4cb334cc7ac77b8ddef78]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:46:33 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [702dd618fe244b58a64b6f904075265cf87d0f95]

        INTEGRATION: CWS changefileheader (1.45.368); FILE MERGED 2008/03/31 14:21:54 rt 1.45.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [74881610fd8f97b4e37bf44dba4bfa18e7a74ac2]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:33 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [935c82e7a8dcbabd6a3ec08b6fc5fda468c9292d]

        INTEGRATION: CWS changefileheader (1.37.368); FILE MERGED 2008/04/01 15:51:01 thb 1.37.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.37.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.37.368.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [76226166bfc2f821e38a145d4f9bcd7a1e6d2d27]

        INTEGRATION: CWS changefileheader (1.3.124); FILE MERGED 2008/03/31 17:19:47 rt 1.3.124.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [eb44885a1da4f0960dfb3dbbc1c0d6ba1b349c89]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:55 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [bc646a46c329ca2fa00d61664d3d4a28bfeddac2]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:24 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [87ba2595668f3672e6fd348ae089b21e63b22ac8]

        INTEGRATION: CWS changefileheader (1.17.730); FILE MERGED 2008/04/01 15:51:01 thb 1.17.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.17.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.17.730.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a95b6e8fda0dd67abafdfca55fd1129b841822da]

        INTEGRATION: CWS changefileheader (1.5.112); FILE MERGED 2008/03/31 16:01:55 rt 1.5.112.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [06d9835e951ac205b5ad5d679c36c6988334b475]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:23 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [a9e301cb8e3535587d937ca69be5f598331f3360]

        INTEGRATION: CWS changefileheader (1.11.320); FILE MERGED 2008/04/01 15:51:00 thb 1.11.320.3: #i85898# Stripping all external header guards 2008/04/01 12:48:50 thb 1.11.320.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.11.320.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [c1120d9168f9445224b9007430f416708b9c8d5c]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:33 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [397526aabd5991e01e86cd5dde9de590b9e8235b]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 17:19:47 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [cda42d3a43681effff256eaef1ec7b070be56a4c]

        INTEGRATION: CWS changefileheader (1.12.456); FILE MERGED 2008/04/01 12:48:50 thb 1.12.456.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.12.456.1: #i87441# Change license header to LPGL v3.

2008-04-11  Rüdiger Timm  <rt@openoffice.org>  [b770c0d9ab96f6e287f908b7867b537cd1cfdc3d]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:46:33 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b78bf433995d207394c24628eeeb2fb2ae2c245f]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/03/31 17:19:47 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea9f2251da5c5a33def33085b5ab00a3c2f9dfd6]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:33 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d7759f4a8dd35240c0f1663b24adca859e52366]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:51:00 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:49 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39c7a0bb4bd94928e6a03acdef6f33cc26f8d57a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:54 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [518d6286a93a28142246f28173ffcae679ea4203]

        INTEGRATION: CWS changefileheader (1.6.606); FILE MERGED 2008/04/01 12:48:49 thb 1.6.606.2: #i85898# Stripping all external header guards 2008/03/31 14:21:54 rt 1.6.606.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23d726518ae1298402900deb6d74e0f0ddfd62ab]

        INTEGRATION: CWS changefileheader (1.69.120); FILE MERGED 2008/04/01 12:48:49 thb 1.69.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.69.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95680cf85fc89493946eb0a95b99324d761894b7]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 14:00:23 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c3d991cecaa0c5f7332ac00b316957357e625f4]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:47 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [126c7eb75d79eca64289430ede601b89b4d97a36]

        INTEGRATION: CWS changefileheader (1.7.456); FILE MERGED 2008/04/01 15:51:00 thb 1.7.456.3: #i85898# Stripping all external header guards 2008/04/01 12:48:49 thb 1.7.456.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.7.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58d4834015ed38316a34f313611828013b286c8a]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 17:19:47 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [546bc6ac35c39be747c941a7da63b821b8517b40]

        INTEGRATION: CWS changefileheader (1.7.730); FILE MERGED 2008/04/01 15:51:00 thb 1.7.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:49 thb 1.7.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.7.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a6281ef8d128f32f849ef47e77d859e4966d4bd]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:33 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25c03866952f2deda116ab30f386ad0790731fe7]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 14:00:23 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6419bb54d13fca95e8312838c7d83e8971468a9b]

        INTEGRATION: CWS changefileheader (1.32.318); FILE MERGED 2008/04/01 15:51:00 thb 1.32.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:48 thb 1.32.318.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.32.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56b0279c043dd4d71cf44dc15f7250faab6cc8a6]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:33 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37e0b438e6a7724bfc42a5b25ff8295decd475e0]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:21:53 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f74e9978d24ee7514fd01fba127dd686117040a]

        INTEGRATION: CWS changefileheader (1.47.120); FILE MERGED 2008/04/01 15:51:00 thb 1.47.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:48 thb 1.47.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.47.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f404918571d74e7b3afed0e6c2fee62f247013f]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:46:32 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [327752a40b49e2ab539e7fd1d1f69d471ac3d951]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 14:00:23 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88993c947bbf41b3bae964ed24e36fc0cc6fc70f]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:32 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae6627b19b930907ecce848e23552eee9c3557b5]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 16:01:53 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [caea52bcebb979ec9e42ed01d95645a3f95d1911]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:46:32 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00c69ff73abf627eb10ebf1cd497b4c39431607]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:46 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd878ef996f77d6b524e50582ce5e60d9efa6abe]

        INTEGRATION: CWS changefileheader (1.7.86); FILE MERGED 2008/03/28 16:46:32 rt 1.7.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e04838544c9f472ba92d86defe894080ae082715]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:46 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2db5b343cbf65112fcaf2231e7ca68eaa5323a1c]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/31 14:00:23 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08d355b213936178329afce2261c2edd7e1d9e59]

        INTEGRATION: CWS changefileheader (1.22.212); FILE MERGED 2008/04/01 15:51:00 thb 1.22.212.3: #i85898# Stripping all external header guards 2008/04/01 12:48:48 thb 1.22.212.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.22.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbdeedf5f45d3f03cee8a5883d646270399c55ad]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:32 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b61404c980e2dc6d11d33b32aac4ad12f12dc877]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:32 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a401002d21fca4a4a0f113c71e9dc72a99c96ac]

        INTEGRATION: CWS changefileheader (1.6.212); FILE MERGED 2008/04/01 12:48:48 thb 1.6.212.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.6.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [682186fcffc28330851d08e5bb85f4beef75e993]

        INTEGRATION: CWS changefileheader (1.4.130); FILE MERGED 2008/03/31 17:19:46 rt 1.4.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3563baf0535bba0482f3bc0942c2701a5f32ee0]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:46:32 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f56f6a1efe007ca717030e3c53750ac194ff38ed]

        INTEGRATION: CWS changefileheader (1.7.456); FILE MERGED 2008/03/31 14:21:53 rt 1.7.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4cd604db2542857e16844735265418c8fcba732]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:46:32 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5c73c81423b9aa816122b5e91aeaa64d4fa698e]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/31 14:00:22 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69bb8d752dcd2dc75bf837f43481967a668a0202]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:01:53 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a9e74c8b54f3114cd04f493f540cfd205b1278b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:32 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba134a9a1432f3a83ca982e112d5f640e50173c2]

        INTEGRATION: CWS changefileheader (1.16.72); FILE MERGED 2008/04/01 20:07:14 thb 1.16.72.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:51:00 thb 1.16.72.3: #i85898# Stripping all external header guards 2008/04/01 12:48:48 thb 1.16.72.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.16.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ee8d1171502b882d48ecfd1bfda046e84ae56a6]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:22 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [083161f57ed9be2e3df0bf082a186d909b7b5d5e]

        INTEGRATION: CWS changefileheader (1.4.124); FILE MERGED 2008/03/31 17:19:46 rt 1.4.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6079c9da421e0fcdfa4181b34e9cf3bbd65456a7]

        INTEGRATION: CWS changefileheader (1.14.46); FILE MERGED 2008/03/31 16:01:48 rt 1.14.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2819a486eb72bd26b9827082b2bc45299cceece2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:32 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11c36599b923089b96179e7561c649e2243208dc]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 17:19:46 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de18c2afe9268fd2d6179985cda673f774df34df]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:01:48 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [619760e56a3be03dff1c5972e59273499fa03f27]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:48 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59f0ab35a7a5ac6389d54daf45a6c178ab03df0e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:48 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0240cf55af60ca5d67a49dfd209fc062e6b7f848]

        INTEGRATION: CWS changefileheader (1.6.730); FILE MERGED 2008/03/31 14:21:53 rt 1.6.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f056ae6aafb403e7e1f2296f070fc9b47bc2b237]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:48 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [537e97615323a268d582d73ac156f4da4fee8966]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 14:00:22 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93baaeb90ea8b8fc4dedd618d978aa8787f2d08c]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 14:21:53 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9fca6d5096580d0effca4a728dfa68f097b37ab]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:32 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c63033097571c6d877e1da6a98b8012a065311f9]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 16:46:32 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [331cb07c266770fcc329ab9854e59630922495e6]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:51:00 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:48 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef3d5f7fa2d2b5463806c1c719887d280002eda0]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/03/31 16:31:10 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dce74dee2a2e055f9ff2a378953f0ebde6cebaaa]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:31 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a453247de115d0d6e5b102c470c498f66910be3c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:31 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [145daf0903c4d191f3ec2b5f94f8cb9654356ed4]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:46:31 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d90b0cf18fde2cb69b7ea8f4d026a0582ca2173b]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:45 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96331f121fe2e7c5857c53952c1d4bf831cbfe3a]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:51:00 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:53 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [908a453251da5b32456d217f2af83251d9697dba]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:01:48 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [214ddbac43765b4cc0aec9abb51a8e08b9f6a2de]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 16:31:10 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e9b0a57632f675d880c23003c3c8cfa5cacbcf4]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:46:31 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bc34a62ceaa79afc5c704e988eb46dd6620c58b]

        INTEGRATION: CWS changefileheader (1.12.196); FILE MERGED 2008/03/31 14:21:53 rt 1.12.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8c24d90c663580f9288be429a1abdab871544c0]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/03/31 16:31:10 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94e50a3eb2c92dac648b258483e08735bfca36ad]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/31 17:19:45 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f20940e37587afff06d006070883ee77482292bc]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 15:50:59 thb 1.5.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:21:50 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ca5794bd63f678140e89aaf57188e9b1c088ca]

        INTEGRATION: CWS changefileheader (1.21.72); FILE MERGED 2008/03/31 16:31:10 rt 1.21.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61764912717601327d1f880e24d7ffc1e1dc45f7]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:21 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abd578cb69d708f1edd3109f4e86d27536658485]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:31 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90346ca2d6bbc38c38ea51717a66b98baff53ebe]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/04/01 15:50:59 thb 1.7.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.7.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:50 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [305e74ee3902a58866ead24fc549c2ee6f8bb4d5]

        INTEGRATION: CWS changefileheader (1.2.210); FILE MERGED 2008/03/31 16:01:48 rt 1.2.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52fdbce44606500a423f9e9737d09cb63fcd9abc]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 16:31:10 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e85fbe4ad6c37b8116192d1bcc4ed3296d9928b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:31 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b82720639df626327d47af97c23300d18b3e783]

        INTEGRATION: CWS changefileheader (1.27.368); FILE MERGED 2008/03/31 14:21:49 rt 1.27.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96329f2d7aa2dd620825988e203c22dfc4f6a7d7]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:31:10 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c944e0879b559dd6417730ba33c74c20e0b3c76]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:47 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dce4a2c5f2d7c1e050082b90afe4e8e2acddd13]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:45 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d638eca5cbf300fa2beade93dc3747c1250e44b7]

        INTEGRATION: CWS changefileheader (1.9.1254); FILE MERGED 2008/03/31 14:21:49 rt 1.9.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b613f5aaf7e4aec93df5068be17fba1a19b8e8df]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:31:10 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76bd58f519b3ba2f734d563d1cc54e5c1296d81f]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:47 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dafcec5b25aae182330f86f58b8db8715ddf7e09]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:31:09 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54efec35c7338a2e6206b74bc7a9e0900f8541a2]

        INTEGRATION: CWS changefileheader (1.33.368); FILE MERGED 2008/03/31 14:21:49 rt 1.33.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a243e5ae62661a14ee982e70589869d7b1cb5255]

        INTEGRATION: CWS changefileheader (1.5.124); FILE MERGED 2008/03/31 17:19:45 rt 1.5.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e220662322a3a50de8f8519e5b96ba8e7630b58]

        INTEGRATION: CWS changefileheader (1.82.368); FILE MERGED 2008/04/01 15:50:59 thb 1.82.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.82.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:49 rt 1.82.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8822af11e24058180af42fc61b99496f7eb02fba]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:31:09 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [188a4b78bed7c8c99b9ec268330b0746a274e7de]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:01:47 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05b1ad62e8d26e4d8a6bcb833f33a89ce38da951]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 14:00:21 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9f3bc6a242a42d8bfa6875840b127616841bb2]

        INTEGRATION: CWS changefileheader (1.8.698); FILE MERGED 2008/04/01 15:50:59 thb 1.8.698.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.8.698.2: #i85898# Stripping all external header guards 2008/03/31 14:21:49 rt 1.8.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6bb2d6ff5e6a81945a4e5f8767eedd34bc6cbe3]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/31 14:00:21 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [190062ec98040f1b7d8f0aad8986849a7d4117c5]

        INTEGRATION: CWS changefileheader (1.63.212); FILE MERGED 2008/04/01 15:50:59 thb 1.63.212.3: #i85898# Stripping all external header guards 2008/04/01 12:48:46 thb 1.63.212.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.63.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9dba44870ff9626ccb993a7cb78d9e05f7c4997]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 14:00:20 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36e769e17722bb3b7208f8673c8684ef111ca903]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:30 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [046da7d3eb9fdd7a41516398b7baad573d147415]

        INTEGRATION: CWS changefileheader (1.57.368); FILE MERGED 2008/04/01 15:50:59 thb 1.57.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:46 thb 1.57.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.57.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baaed2aa9af4abf3457a25120f698bdc06a8774b]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 14:00:20 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11f42608f876f5eb2b67076f85822529899f69ca]

        INTEGRATION: CWS changefileheader (1.12.32); FILE MERGED 2008/03/31 16:01:47 rt 1.12.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdb420bf579023684e2c7fb00d32509de9c4cb56]

        INTEGRATION: CWS changefileheader (1.61.196); FILE MERGED 2008/04/01 15:50:58 thb 1.61.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:46 thb 1.61.196.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.61.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c026d4bf997fb27598b216b09b00f305597c0bb1]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:58 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:46 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f7c4057d9b9aa415446fc0caf7d74de23e5bbe1]

        INTEGRATION: CWS changefileheader (1.2.130); FILE MERGED 2008/03/31 17:19:44 rt 1.2.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ceb1f7b6fd4781863d6af381fd27a8f8805075d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:30 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecec7d934855d92c441bf47ad6de2b1807d3c5f2]

        INTEGRATION: CWS changefileheader (1.3.130); FILE MERGED 2008/03/31 17:19:44 rt 1.3.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7d0d1ad3392a455de9063cec46580dad91c0094]

        INTEGRATION: CWS changefileheader (1.20.196); FILE MERGED 2008/04/01 15:50:58 thb 1.20.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:45 thb 1.20.196.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.20.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb06956af6ec5659498f6c64c8ee499c1d6fca8d]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:31:08 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76216a7084f398df361bb80746351e491276636a]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 17:19:44 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e215680caf54e34d75023a9bc73d0956038c592]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:47 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27fa4182864483e0affd782e70a3f29151efae83]

        INTEGRATION: CWS changefileheader (1.6.340); FILE MERGED 2008/04/01 15:50:58 thb 1.6.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:43 thb 1.6.340.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.6.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee9fd07be969e415c464213efeef784c4861d194]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:01:47 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b553a3c49555f7385a06e3aefcd4684e02b931a]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:30 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [701f1d2326a48baf71aeef3d105b51e616bd1151]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 12:48:43 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88f177304b8a7e97775407419d630bcc6fe66142]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:19 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e283a31e1517adc9d691455a7b438e1529bb4659]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/03/31 17:19:44 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c194f2c7fc40a6049daaddc7ea30ee7e66455127]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:47 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad04b9c7e39e5cbefcd0e1046062d140e8385177]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:48:43 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e95906ba963ca62957ee4495a6694523af2dd6d]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:19 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcdb4eae1a23304f108d79605c1378f5dfabd355]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/31 16:31:08 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d03df7097cdb8c8676ad08d146f6be6e1ef444ea]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:58 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:42 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:48 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d070ab25adb755241f7ef632ff1190816e2b1d35]

        INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 16:31:08 rt 1.5.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1a8ab271db63a470bc0bd38db1a5110e9a2211b]

        INTEGRATION: CWS changefileheader (1.11.42); FILE MERGED 2008/03/31 14:00:19 rt 1.11.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e0490dd250e5de9740515aa2c0ab823eff9abfd]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 15:31:17 thb 1.4.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:19:36 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed3607ca6aa0e597c9dc2fd654399c99d7c8f98c]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:46 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b79bba53babfc7f3b001d093ddc10992c55861cf]

        INTEGRATION: CWS changefileheader (1.30.354); FILE MERGED 2008/04/01 15:50:58 thb 1.30.354.3: #i85898# Stripping all external header guards 2008/04/01 12:48:42 thb 1.30.354.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.30.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f440dddeb2b33379675ea93445e40ae9e0b102d7]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:19 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaacfe6e504ed78c1cdd857e784324818fec2f52]

        INTEGRATION: CWS changefileheader (1.35.64); FILE MERGED 2008/04/01 15:31:17 thb 1.35.64.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.35.64.2: #i85898# Stripping all external header guards 2008/03/31 17:19:36 rt 1.35.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce9037e4c51e45b18d2ea3535a1a5a63197ae6bf]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:46 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9fa68b95b10e8628b7bd735bed5b1dc94f47adf]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 12:48:42 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ef786ce291084f6813e3d4def78d9162b704ee8]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:19 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab4ab845cd1cbfac8e15ab0fa26e887a40d8d33c]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/31 16:31:07 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7060b6bd9e182203d0ef2782c480eab3fdcc67f5]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/31 17:19:36 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [205670a5e92b56dde26e20200ddfbbe99f1da935]

        INTEGRATION: CWS changefileheader (1.32.368); FILE MERGED 2008/03/31 14:21:47 rt 1.32.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c104f30d76fa0afe70f012bae52d7fd775bc49a9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:46 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b3975b1deb218c0dba2d8fd25f41df36848f4e]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/31 16:31:07 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9a30e1e2cafdeaa861d449b59b703e003b977f1]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:19:35 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7adcd81030e75487b498e80ef3d026e4015a6f7c]

        INTEGRATION: CWS changefileheader (1.18.366); FILE MERGED 2008/04/01 15:50:58 thb 1.18.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:42 thb 1.18.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.18.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c290d2626f5e6aa298b038d7f612d361f757cf5]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:46:30 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e8854b542d754588af34b713d02d9e0569382d3]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:46 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8e227f0d2cb8d4a9465bc8a6b09acb6fe01a51d]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 14:00:19 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93f0cef911f7cc04743b4a63e73ba1a8aa87ef40]

        INTEGRATION: CWS changefileheader (1.5.76); FILE MERGED 2008/03/31 16:31:07 rt 1.5.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b65a42ecbe95ebbc378e85082fb19c50c5a47b08]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:31:17 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0305529df1ac2f7423b0a977a81c9d3e0160e3be]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:30 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [974ebbb212639f1a1572489fd03d4c462748e0ad]

        INTEGRATION: CWS changefileheader (1.31.366); FILE MERGED 2008/04/01 15:50:58 thb 1.31.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:42 thb 1.31.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.31.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc6cf90b0c76b41f38c32c5d74ba18ad805d2bda]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:18 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2fb91b074637f359eb0615b663491b3a2717800]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:31:07 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6be6c7d5bd7c03243c7cf80509c74b6bcc4c8576]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 17:19:35 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23b6a118e6d86f972d056121a247bcc053f85dd2]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:01:46 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f05efdf8a9a3d5e283da1855241e24cbd00ed53]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:29 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb867b6da00ed88c8b251aab486bb9066b503eb4]

        INTEGRATION: CWS changefileheader (1.16.366); FILE MERGED 2008/04/01 15:50:58 thb 1.16.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:41 thb 1.16.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.16.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6e0ec7aa9f29dd969fdaa0fa9c4305a96f29307]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:18 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f2309a20bc8ef03225416074dba376d1f8646b7]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/03/31 16:31:07 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [489a8d54fd80b0e6be3865920e6c61539070c782]

        INTEGRATION: CWS changefileheader (1.24.300); FILE MERGED 2008/04/01 15:31:17 thb 1.24.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.24.300.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.24.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2186b0267b42cdf87f73b9f4ee24275f1c0cbb8e]

        INTEGRATION: CWS changefileheader (1.15.366); FILE MERGED 2008/04/01 15:50:57 thb 1.15.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:41 thb 1.15.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.15.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7fb99427352302d9c15e379421cc824953928a1]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:46 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7a5c70cb0eb3291b56a6a6969edd074176a5722]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:29 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bfca80b84aeec24d2d5bb7b7e3b59e2aa76221f]

        INTEGRATION: CWS changefileheader (1.6.104); FILE MERGED 2008/03/31 14:00:18 rt 1.6.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c053a3f7580c419a224ce5ae25b4a25dd405e5]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:31:17 thb 1.8.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5934fbc17baa2ed78e57ef63a9167365756590bd]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:18 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5231c4f5d705667fc5c109eae6c2d103dc638a25]

        INTEGRATION: CWS changefileheader (1.42.24); FILE MERGED 2008/03/31 17:19:35 rt 1.42.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce159ede02145bc3e6ceb983018a0398e644df6]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:48:41 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:47 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7f646920d46e03756e009812a3f25b9cf9820f0]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/31 16:31:07 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63ebe7aa81673830a098f359266b407c5d493a39]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/03/31 17:19:35 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [571caae03bd4aaa85e8f2e21df2c5648aa1690b8]

        INTEGRATION: CWS changefileheader (1.46.194); FILE MERGED 2008/04/01 15:50:57 thb 1.46.194.3: #i85898# Stripping all external header guards 2008/04/01 12:48:41 thb 1.46.194.2: #i85898# Stripping all external header guards 2008/03/31 14:21:46 rt 1.46.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52815f6c4d30e96b78a264b236217f17fc0d665c]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:29 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68b2c14fe0f0bbc5584ab8648d6a8fb4acdd0206]

        INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED 2008/03/31 14:00:18 rt 1.11.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [969158e3a9c05c92cc67fa878ccc407563665a05]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:46 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f65b0791ea302ebbe5fb667c6e4b41c509adb77d]

        INTEGRATION: CWS changefileheader (1.20.88); FILE MERGED 2008/03/31 17:19:35 rt 1.20.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93361d2ef71aeea8f6d9e1b55cc3fb9d0e7db7d9]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:29 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad1dbfef3e9e29a0d90a2383a340b80f819f8142]

        INTEGRATION: CWS changefileheader (1.13.636); FILE MERGED 2008/03/31 14:21:46 rt 1.13.636.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c34e2d148ceacebf77496db81f0d0154479b1e56]

        INTEGRATION: CWS changefileheader (1.2.210); FILE MERGED 2008/03/31 16:01:46 rt 1.2.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4853887fb96b03421b21e76a626f26c958041a7]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/04/01 16:11:09 thb 1.5.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:07 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af862dc4f155d0201479ed7426582014645ca652]

        INTEGRATION: CWS changefileheader (1.16.96); FILE MERGED 2008/04/01 15:31:16 thb 1.16.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:58 thb 1.16.96.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.16.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec866aaf904e1275ee4312622d09541d62f54364]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 14:00:18 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24ecf1a9f1d6b50f4dcab673d49163dc74bf5086]

        INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/03/31 16:31:07 rt 1.6.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45e3f555134d90776b75a71568ffaa698ffdcc1d]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:16 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a52721330d44e93378ab0ff6210c12a6419d1cf3]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:18 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25ae8744d53a9aa6e50071cdc3c2e93c4cc5b4d8]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:45 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [913f141dd2b984bbe16b484415dc73bd684e12db]

        INTEGRATION: CWS changefileheader (1.12.102); FILE MERGED 2008/04/01 16:11:09 thb 1.12.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:06 rt 1.12.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [412925c37880b2317cae8a3c9bab6b6c12990712]

        INTEGRATION: CWS changefileheader (1.22.24); FILE MERGED 2008/04/01 15:31:16 thb 1.22.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.22.24.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.22.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc910b15906e211367d3d3cf5a5498c090dbd9ea]

        INTEGRATION: CWS changefileheader (1.25.366); FILE MERGED 2008/04/01 15:50:57 thb 1.25.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:41 thb 1.25.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:45 rt 1.25.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04a1ebef7a4a6a99b3337ba2b1006d188a322e5a]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:18 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6cc12088d36f094db20303a5a859f88574053b8]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:01:45 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3f7768f949e91a89e680a0db6aa746d2cc9f48e]

        INTEGRATION: CWS changefileheader (1.12.102); FILE MERGED 2008/03/31 16:31:06 rt 1.12.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07cfa4c82f9c440325e3ab9520b626bff2d8ad8c]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 17:19:35 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [728ce18391fd710c1dcd17c08367484a08685138]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/31 16:31:06 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dba0af888fdab368ce38b26c08b9bc0f3cdaa35f]

        INTEGRATION: CWS changefileheader (1.8.320); FILE MERGED 2008/03/31 17:19:35 rt 1.8.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e2d2372c5ab2616d007155f06cc2b03bf60f1e]

        INTEGRATION: CWS changefileheader (1.65.368); FILE MERGED 2008/03/31 14:21:44 rt 1.65.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7548420041556f78b779edcdd749dacc6e9513e5]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:45 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f33ccdf80e4c4404225df8490d994f4c70e643f4]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:17 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e73d526471bffa14fa4c6a5a0228a1dd442edb]

        INTEGRATION: CWS changefileheader (1.10.88); FILE MERGED 2008/04/01 15:31:16 thb 1.10.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.10.88.2: #i85898# Stripping all external header guards 2008/03/31 17:19:35 rt 1.10.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68e1049f5fa2aa3e1948fc30528597e54e8ce67a]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/31 16:31:06 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3d711a1350b75afed74a7b54ed988a68dd127a2]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/04/01 15:50:57 thb 1.26.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:40 thb 1.26.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27000122aee2bf0743d280fc3b1387b452d0c9b8]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:17 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9fffc4b567540c9f87c51bf3e14bd2b4eaffa9d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:29 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71ff0e81cb6bce57bb7528f98817bc25e681bafe]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/04/01 13:06:27 thb 1.4.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:06 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0c110b43812cd02a5c336c98af8fb12dd953294]

        INTEGRATION: CWS changefileheader (1.23.366); FILE MERGED 2008/04/01 15:50:57 thb 1.23.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:40 thb 1.23.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.23.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a3ebe148e322aff1dafa9c8a6d446ad0e4a7fa6]

        INTEGRATION: CWS changefileheader (1.20.32); FILE MERGED 2008/03/31 17:19:35 rt 1.20.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0dd48d5270c4e6b528def928e4d904719907e71]

        INTEGRATION: CWS changefileheader (1.11.328); FILE MERGED 2008/03/31 16:01:45 rt 1.11.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e23f0c8a0582d875739b9be43afb4b20fa46dbd]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:17 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d536ce220736b94033a74c3e7e6e4a74adf28379]

        INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/03/31 16:31:06 rt 1.13.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [558bd737968ada8c410f18d5b81f3954d38bc23e]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 12:48:40 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb13d3bf7a73367cb77e45190e74c88da5933b99]

        INTEGRATION: CWS changefileheader (1.13.320); FILE MERGED 2008/03/31 17:19:35 rt 1.13.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e379faee339bc0025a77ec7a039bfd5adb6a53fa]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:17 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6f235c4a8b9d56db23eb7600f46544fbc71c3d7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:45 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9b1945ae8650cb923c397807d3466d4bf0f8354]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:31:06 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22f3c750154605e579fb847016bcb88f5d00bbdd]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:57 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:40 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92c3bc06cf3a21fa98ea5cc547989598bbebff3f]

        INTEGRATION: CWS changefileheader (1.20.34); FILE MERGED 2008/03/31 17:19:35 rt 1.20.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77b50d940f783b75f0cb67d13afaffc9570bd6d6]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:45 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55ac146ff643f0019bed6cf082a3482dec6de087]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:28 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be8c7afaec1c071785128614a4c3ddc9d8a2ef64]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 13:06:27 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:06 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f33f834f43cf0c016121e044c3eab593b70227ef]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:19:34 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03f0451d8b008fd14d9988345b29f15977443521]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 12:48:40 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d32c7d4c9ac2e7e1a1c4634ebc7a11c756c6f5c7]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/03/31 14:00:17 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47363a3266cb1545c23f786981000d9e9ce571b6]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:11:09 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:27 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:06 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e1605f7db04fb0b426e38ba9d26e9232af2d18]

        INTEGRATION: CWS changefileheader (1.17.96); FILE MERGED 2008/03/31 17:19:34 rt 1.17.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f67e478543b32d5ecf2df6fc7c065f5be557439f]

        INTEGRATION: CWS changefileheader (1.16.366); FILE MERGED 2008/04/01 15:50:57 thb 1.16.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:39 thb 1.16.366.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.16.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9f3b2f46c89b264d0c5722a07e67f5a1c6810e8]

        INTEGRATION: CWS changefileheader (1.12.26); FILE MERGED 2008/03/31 14:00:17 rt 1.12.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b9aace9ec74c0eb45e10be25c08888af0270a2]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 16:11:09 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:27 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a770bcb36334789af74a058f02a1e68c5abebf8]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:46:28 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d0a91959fb0c5eb383080100c56beafd421e95e]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:57 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:39 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0f34692e5781b45d5a5f5042aa9a190cd969da3]

        INTEGRATION: CWS changefileheader (1.20.34); FILE MERGED 2008/03/31 17:19:34 rt 1.20.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f36492c7cc1b04f64198bc0a1102dbb12bc9a4a1]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:11:08 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:27 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [673ab46b97b02724ef592385657bb3867abfb4cd]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:28 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58fdc156b4f3f9bcdb04830c6481c1b0beeb93f4]

        INTEGRATION: CWS changefileheader (1.37.4); FILE MERGED 2008/04/01 15:50:56 thb 1.37.4.3: #i85898# Stripping all external header guards 2008/04/01 12:48:37 thb 1.37.4.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.37.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ff4e5415d8fb88503ffea218b6b01385f345493]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:19:34 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4e88921187a03da44cb127497b1a51d6a51a2e4]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:17 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddd12ceccbed8d8fcba94e0e83de841316159678]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 16:11:08 thb 1.6.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:27 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [658f894c5fa29e5dfbf0f44f22e01c8885e8660b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:28 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfed5ea275e68ef76ba5e0cb8ce5e84ac9d1eb5d]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:56 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:37 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:44 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a74e999e5a8029a5e647ed306f11c7d78538f646]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:19:34 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8b9ec64d038d38830e14e3d8c3620f791f2ea55]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:44 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65a7d8da501ae997529151d3f04b6fc1659fe1e4]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:11:08 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:27 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a91cb605952444331c710ecba486b544f200538c]

        INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/04/01 12:48:36 thb 1.13.36.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.13.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0bfa903428f81d6093cb4e28286e558070375aa]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/03/31 17:19:34 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce82d186748a50e23c611046343be81867425116]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:44 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b08e680fc216b2641ca7e5a025a57cb07fb76d96]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:28 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95e023ce0312273a1d18691c409ebf9d861ae515]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 16:11:08 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [979e0f399975192b677fce824496126417fed724]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:56 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a31e2f2d2085e88d4a186357e3983e2fd9ad91a]

        INTEGRATION: CWS changefileheader (1.17.300); FILE MERGED 2008/04/01 15:31:16 thb 1.17.300.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.17.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a94772872883d5126c57c7284b2728dc6e045f3]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:01:44 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9177201b9684d9e271ab98a2c35b690809e07e78]

        INTEGRATION: CWS changefileheader (1.6.190); FILE MERGED 2008/04/01 16:11:07 thb 1.6.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.6.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.6.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7ff125a54c3dbd9f1aac04eda40d4ab04ed392b]

        INTEGRATION: CWS changefileheader (1.60.368); FILE MERGED 2008/04/01 15:50:56 thb 1.60.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:36 thb 1.60.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.60.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8503c926e345f082b861ea34d9ce378baded20d2]

        INTEGRATION: CWS changefileheader (1.25.300); FILE MERGED 2008/04/01 12:36:57 thb 1.25.300.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.25.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e58f807554a7aee8c66ff4d6145e6b46552ff01]

        INTEGRATION: CWS changefileheader (1.14.46); FILE MERGED 2008/03/31 14:00:17 rt 1.14.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd424bca8afc9510ffbe91794ad84f59eba06d45]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 16:11:07 thb 1.10.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52e8f6c225a23db667d94b88fe3ab4e9f3d23cf9]

        INTEGRATION: CWS changefileheader (1.17.510); FILE MERGED 2008/03/31 14:21:43 rt 1.17.510.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82ddb3a80293ce2e347093423e668e4a3bdf70f6]

        INTEGRATION: CWS changefileheader (1.8.74); FILE MERGED 2008/03/31 14:00:17 rt 1.8.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7309438a418d4ae3baad14640f67c282691c654]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 16:11:07 thb 1.2.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91795f3dcf57024a21e479fd650b76f907be8a76]

        INTEGRATION: CWS changefileheader (1.66.34); FILE MERGED 2008/04/01 15:31:15 thb 1.66.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.66.34.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.66.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccda90a583ff45c9dad34a89e95bd49c7ec28ed2]

        INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED 2008/03/31 14:00:17 rt 1.13.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c7ca4dee9f04ed429e99f1bed3f8c48f4d7122b]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:40 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ded182f2661c71b35c4f49e09958e824e0f729c6]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:28 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f48ca0a514cee653af2759a08bd6e3c91f881d53]

        INTEGRATION: CWS changefileheader (1.20.10); FILE MERGED 2008/04/01 13:06:26 thb 1.20.10.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.20.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee318bbcac00fba649e1784f81ac79753d4e9dd3]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:19:34 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f32ae3ae82076c4a7414a3a6485a56e58a1d11cd]

        INTEGRATION: CWS changefileheader (1.33.350); FILE MERGED 2008/04/01 12:48:36 thb 1.33.350.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.33.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01309fbde37dbcad1cd7caa487b2e1247326b913]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:16 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e9d925fa829292849c5e94b8632921e21a8e403]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 16:01:40 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89ad618176baed7230e18a08a042c28c429fff28]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:28 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2183484129412c4c1d08556ea35f69c50e97bb00]

        INTEGRATION: CWS changefileheader (1.7.112); FILE MERGED 2008/04/01 16:11:07 thb 1.7.112.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.7.112.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.7.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3903ca22a2f97a8a8801371c529c561424fd1259]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/04/01 15:31:15 thb 1.8.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.8.24.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8498a4278a5f31d5f4f628189f0a41d2f5ec9aae]

        INTEGRATION: CWS changefileheader (1.74.36); FILE MERGED 2008/04/01 15:50:56 thb 1.74.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:36 thb 1.74.36.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.74.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc4e57cff4967d6b30d1b1b9aa7f7c961785027e]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 14:00:16 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2230134c99f621a05a6448b2c281f8ace1830dc]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:01:40 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50c6bde693726144252a5a0e39fdb1f53d90edff]

        INTEGRATION: CWS changefileheader (1.5.148); FILE MERGED 2008/03/28 16:46:28 rt 1.5.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40c4513cd899efc7cbb66a24464fa99cc1a8ba7f]

        INTEGRATION: CWS changefileheader (1.11.320); FILE MERGED 2008/03/31 17:19:34 rt 1.11.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bacea6a1b690858ca82ba29b31b9176ab4564dfe]

        INTEGRATION: CWS changefileheader (1.21.8); FILE MERGED 2008/04/01 16:11:07 thb 1.21.8.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.21.8.2: #i85898# Stripping all external header guards 2008/03/31 16:31:05 rt 1.21.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd0826d362d9f4199b45111edc1747e45b8ee900]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 16:01:40 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [884452267c0861cc93dcddab4e96a5ac3b2a0f00]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:27 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91bc8a6cf2601136bc48e2af071efa9d1ac781c7]

        INTEGRATION: CWS changefileheader (1.4.140); FILE MERGED 2008/03/31 14:00:16 rt 1.4.140.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d454e4f6f88d28c9164d2d7abd1b1586aa5dab5]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:27 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc70e375d1c9914d527b24ad12a95c4f9619523f]

        INTEGRATION: CWS changefileheader (1.29.96); FILE MERGED 2008/04/01 15:31:15 thb 1.29.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.29.96.2: #i85898# Stripping all external header guards 2008/03/31 17:19:34 rt 1.29.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59deb02aec0fc214adb7efa986cd17fd1248152d]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 14:00:16 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f132f2cbfe1c49334389a141ec9ec53e2dd7758]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:40 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f0aea4d7207c50f11bfa77a3000f375457f9885]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:39 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2936e5f0951576b0dbb7a1335e5f85c3a4f6c93e]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/03/31 16:31:05 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6995aa2b55e844dda2ff5a51e79c09ab932094a4]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:46:27 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a292f2529015a2bb64812250b8869b53baddca7]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:16 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0437e1a8e13f50790d984dcc964192cf72d999e7]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:39 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [642993f034b8990d3976fddae8d579bd4f458e6e]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 13:06:26 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35ad022b4ebf319369ed005cd4ebd3a429b4167d]

        INTEGRATION: CWS changefileheader (1.121.34); FILE MERGED 2008/04/01 15:50:56 thb 1.121.34.3: #i85898# Stripping all external header guards 2008/04/01 12:48:36 thb 1.121.34.2: #i85898# Stripping all external header guards 2008/03/31 14:21:43 rt 1.121.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7f85e6d008cf4086a0e370672fb798485adcfce]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:11:07 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f97676c9e0c864c398fbea9607be339e95a6f494]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:27 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8060060063893a7d603b5ddb457e442a61961c85]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 14:00:16 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [341b8adf0c8eb20f7757d75c5e0857dcdeb9a299]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:01:39 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d95a08d8c4ea76dcefaa7ff2d9cc35bd49f5548]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 16:11:06 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24b06677ad449cb3c4b3c6ea87b128347402f9a6]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/03/31 16:01:37 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d97e241fd7a55e6d37cfd090f12d036534afbd3e]

        INTEGRATION: CWS changefileheader (1.20.134); FILE MERGED 2008/04/01 15:31:15 thb 1.20.134.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.20.134.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.20.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ddaa1c5d0d75af594357932a5b1523dce30c67c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:27 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1e32c3c2c40ef98a673d3043f9e85610b623226]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:01:37 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82ae9dbf8f85b8a5ff7c0916aab241c0c3a34797]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:16 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [016eec2ada585d9d35523690770d43dd93754e1c]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:11:06 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:26 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9de2d977dd80d4182d0f30a2396e513794751743]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 16:01:37 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fdcd99c5cca341a2b5140a9a6ebdaf47efc3a6a]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:16 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ab74b799fa618091a6e54344e1ab61b90568d44]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 16:11:06 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8e7b07f8d2cd158d354b9bb7fe6f3e87cbbcc2c]

        INTEGRATION: CWS changefileheader (1.6.296); FILE MERGED 2008/03/31 16:01:37 rt 1.6.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f64452d28a99638d364035d7719c2c60dfe7c29a]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:11:05 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f6cec9fb1bf11f8eace4e14f14320e77ac7879e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:27 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97662ee46ca48fddc9fe318ef71ce94b09050b36]

        INTEGRATION: CWS changefileheader (1.118.340); FILE MERGED 2008/04/01 15:50:56 thb 1.118.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:35 thb 1.118.340.2: #i85898# Stripping all external header guards 2008/03/31 14:21:42 rt 1.118.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0549abb0f8e624b04128f8b24a61616052cf548e]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 16:11:05 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf5ef10451025862b3f785fe64844fa2a4922fce]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:27 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b83e4d1180e66ef918651b5d9870ce069f978819]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:19:33 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [256741645ad3c1f972fa784b306e8cdd52b58b9a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:46:27 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c635323218e96d2b9732b65f016732f2bfe0779]

        INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED 2008/04/01 16:11:04 thb 1.7.42.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.7.42.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.7.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67334a8deaa12a01a3b07618dbb673984fdda210]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 17:19:33 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d076d422bef659b36d9334490d1a5bf7449ef7c]

        INTEGRATION: CWS changefileheader (1.11.66); FILE MERGED 2008/04/01 16:11:04 thb 1.11.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.11.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.11.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e1d5fbeba659d5b75fefdf8cda886e0d4dcb05f]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:01:37 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [480f0f73be567b99d7545177f48b4f8af68a5a7e]

        INTEGRATION: CWS changefileheader (1.30.34); FILE MERGED 2008/04/01 15:31:15 thb 1.30.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:57 thb 1.30.34.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.30.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b250d9a8b68493c8e64a103454d28741c5752c6e]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 14:00:16 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15d7233297044dd13fcd809300b7e2c5ca1b2f36]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:01:37 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed7a12f4c8fcf795476266e5870b297f899614f2]

        INTEGRATION: CWS changefileheader (1.3.24); FILE MERGED 2008/03/31 14:00:15 rt 1.3.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9adeef5bb587d9940eb0d4556f74aa114278d6d]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/31 16:01:37 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f96c393d44655dd8fdf0242d8c5c8fa061f31221]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 14:00:15 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e08a1710741dc886590fda5ffce2b0678d36cc0c]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:37 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e40dd228dfa8b0ff5bbe5df6d7994198cc08cec1]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 16:11:04 thb 1.2.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ec5f2d1e3777c2821ead8300b792550703ebf04]

        INTEGRATION: CWS changefileheader (1.20.292); FILE MERGED 2008/04/01 12:36:57 thb 1.20.292.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.20.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8b6ddab34d07d93d3551d3e6d716a87848ea27c]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:27 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd7f5254233d378283b20252979858fc348dbd61]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 16:31:04 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb89f2dbcaa5aabc63851bf356be799cdf32f69b]

        INTEGRATION: CWS changefileheader (1.85.338); FILE MERGED 2008/04/01 15:50:55 thb 1.85.338.3: #i85898# Stripping all external header guards 2008/04/01 12:48:35 thb 1.85.338.2: #i85898# Stripping all external header guards 2008/03/31 14:21:42 rt 1.85.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeb8fafb531545e99cb55774981abd76c7e9cf1f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:26 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d677af383d1a2f6274d87b015d654c9306031685]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:01:37 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42a0a95526bcc1e28ab01b35f1828dfdf6ed98f3]

        INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/04/01 16:11:03 thb 1.8.42.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.8.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29c6a7ee15782ccc8b0a2cd26d81f5d736723c29]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 14:00:15 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e035f14d5b2921005bfe8d9c27fc55f1109421d]

        INTEGRATION: CWS changefileheader (1.8.226); FILE MERGED 2008/04/01 15:31:15 thb 1.8.226.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.8.226.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.8.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [723ab1b54624abe4a5895730fb3291cc3e13217e]

        INTEGRATION: CWS changefileheader (1.17.10); FILE MERGED 2008/04/01 16:11:03 thb 1.17.10.3: #i85898# Stripping all external header guards 2008/04/01 13:06:25 thb 1.17.10.2: #i85898# Stripping all external header guards 2008/03/31 16:31:04 rt 1.17.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [759828bc011db665b548c641051e658498c84299]

        INTEGRATION: CWS changefileheader (1.3.424); FILE MERGED 2008/03/31 16:01:37 rt 1.3.424.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [129a4bb4017ab0a0f75f7456ca9cefbd49b908f5]

        INTEGRATION: CWS changefileheader (1.62.368); FILE MERGED 2008/04/01 15:50:55 thb 1.62.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:35 thb 1.62.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:42 rt 1.62.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [831607a746e5adb3a7a4146511d459104ee377a5]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:46:26 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae3bd6a3fd0afa0450a2cd57ef3626313f794f9]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:26 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8b7d1b668cf6975615d5e7a876424386c729ebc]

        INTEGRATION: CWS changefileheader (1.3.424); FILE MERGED 2008/03/31 16:01:36 rt 1.3.424.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ceb1d4e4f580f21449f084f9f28a0fb90bfb828]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:31:03 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a61f0bec428ef4ae1d9c1161c3c066bba6e09e56]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 14:00:15 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaa8da787885c12c5525a0b4847f151c08b79a75]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 16:31:03 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4339b43242ae71c1e687bfb5288f588edcdd564]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:15 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed26b41f48ba618e967e01a1173de2eb093d5421]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:26 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58ca390de7b81a23fb7ec0cf9a280791320cba38]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:31:14 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1e2cc714f123512a1925870dd3bbe5f7e7d920e]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/03/31 16:01:36 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd5066c07c4cca5bb81abab2eaee9307ac3ac5ff]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 13:06:24 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3cc5a9d3af1c4332bd9b85f6b13e566aa32513b]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 14:00:15 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb45955c67c40071f601e1478a347ec8da11e9ab]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/03/31 14:21:42 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e40208d6883bbdc491af8e100abe704b5556c11]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 16:46:26 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [464b0dbb4b0d07d3b2ce81905707e2444ed0f5af]

        INTEGRATION: CWS changefileheader (1.10.320); FILE MERGED 2008/04/01 15:31:14 thb 1.10.320.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.10.320.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.10.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [194684947025e72a1bc2baacd827fdcd6292677e]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/31 16:01:36 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2dbc4fcdd9686bf7430eaebcc467e8f677eb59c]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 13:06:24 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8777a17043c39c611fcfdaa36c66093a6322a68a]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/03/31 14:21:42 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcc6df9bfdf5a1bf643b92506f6c168de36f0753]

        INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED 2008/03/31 14:00:15 rt 1.11.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff396a0a8b2c34fb388488a40f970b52737555ca]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 16:11:02 thb 1.4.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:24 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c39be1c0e7cb3d7e33d4ce7282c7a52cac5ac46]

        INTEGRATION: CWS changefileheader (1.112.24); FILE MERGED 2008/03/31 17:19:33 rt 1.112.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5743c22f55351b91e362c72eaf4159958ed983ca]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/04/01 12:48:35 thb 1.14.72.2: #i85898# Stripping all external header guards 2008/03/31 14:21:42 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b93beda7ab4f847eebf52a8d977f1a42e822aed]

        INTEGRATION: CWS changefileheader (1.4.172); FILE MERGED 2008/03/31 16:01:36 rt 1.4.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5d876378df8cdc7c1add07a058ed5250262ab2a]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 14:00:15 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc7839bbd0353562b36c29e8630e35d46d962972]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:26 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f1b01340ec1cb7ff3ead3ec7671897b533965f5]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 16:11:02 thb 1.2.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:24 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8dcbd4c5441fbed562be95665ffb73922fcb25d]

        INTEGRATION: CWS changefileheader (1.5.398); FILE MERGED 2008/04/01 12:48:35 thb 1.5.398.2: #i85898# Stripping all external header guards 2008/03/31 14:21:42 rt 1.5.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2046165f139ef4f14798fda7efcb460078db690b]

        INTEGRATION: CWS changefileheader (1.12.46); FILE MERGED 2008/03/31 14:00:15 rt 1.12.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c54971ec20a9a0b8012bde6a42639ae9c023f121]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 16:11:02 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c56fcec1eab47a9ce5b5dfc07b0688ed2ef9b3]

        INTEGRATION: CWS changefileheader (1.29.72); FILE MERGED 2008/04/01 15:50:55 thb 1.29.72.3: #i85898# Stripping all external header guards 2008/04/01 12:48:35 thb 1.29.72.2: #i85898# Stripping all external header guards 2008/03/31 14:21:41 rt 1.29.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [168faeca48ef2527757ec315cdd7f375ecf9f591]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/31 14:00:15 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2c7606de3c2604b77434c740a79fa6fe1c7d274]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:26 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70cb75328cfa8b9bdeb93e7f4941c9ba61dfbda0]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 16:11:01 thb 1.2.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:24 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdd9ff3ea7166844b9f0287982e99fc147234a28]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:50:55 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:48:35 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:21:41 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [429cb3c0cc2aec47eed7963f4491ade62b963314]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:01:36 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb5b7790726a7267f93a0e6f080f9277da78d7fe]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/31 14:00:14 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98e2beae7ec8ad7736235d9515238a3ead14574a]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 13:06:24 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a865495db4d1e47c66ae0df6b27ff5c66227be0]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/03/31 14:21:41 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5394ba85f2769f8e0a30d59bd8117e68ee6d29f8]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 16:01:36 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ac617527b3d8042b345bc3774b454d2b3952e55]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:31:14 thb 1.9.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [775f09dda962443530aec6dcbeff18a3c98f27ca]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/03/31 14:00:14 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb361eb68ea7881088ec03023a0d54cbf7a31091]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:25 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0978202e80abc2e6816ddf0619ba5f6a4e7b814c]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:21:41 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f18eee75603fc6e790038f64a08720fda205c0b4]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:36 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4793c21cae47c66d1d38b45cb39b82db9ac4e0]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/04/01 15:31:14 thb 1.24.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.24.34.2: #i85898# Stripping all external header guards 2008/03/31 17:19:33 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7046dfda7280c2fe946f0048767f7f0b624d71]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:25 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc06e03d5bbc3ba109a04771d68d00c880c2a48e]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/03/31 14:00:14 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef39733b1d1f2b072675288e09b251a47c93b27b]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/03/31 16:31:03 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd1c38a210ef8eb62082538a40f25566cfe20340]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/03/31 14:21:41 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b780e3ec596738fec68c1aca2be4f96e5c180e0]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:25 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [464186a55c5e4d3f6e7a737468c637d89003a958]

        INTEGRATION: CWS changefileheader (1.15.300); FILE MERGED 2008/04/01 15:31:14 thb 1.15.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:56 thb 1.15.300.2: #i85898# Stripping all external header guards 2008/03/31 17:19:32 rt 1.15.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acdf373e6014e8c9b84b133af6a880126e53dc9b]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/03/31 16:31:03 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e82f02b74ecd4af71836237b619e648bebfed781]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:50:55 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:21:41 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28d4314a3d3d828d87d3f5ccdd58b3c96dc28a94]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 14:00:14 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24f0612b060c31f1ee1cc9f933a0854e087f003e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:25 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc6280a44551810758412b94a9118e32415bc35e]

        INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED 2008/04/01 13:06:24 thb 1.4.170.2: #i85898# Stripping all external header guards 2008/03/31 16:31:03 rt 1.4.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36f2ff17b56de67915f2e5fdbb1521c19f1aaddf]

        INTEGRATION: CWS changefileheader (1.19.72); FILE MERGED 2008/03/31 14:21:41 rt 1.19.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91e1ee892aa6fd69ab5a36c762c641e9b3176055]

        INTEGRATION: CWS changefileheader (1.8.320); FILE MERGED 2008/03/31 17:19:32 rt 1.8.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59ed88370d922aa59076090f95228c16a4ffbea6]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/31 14:00:14 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88587ef3b0e77eb68b0cf6439d9612b20a6242fb]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:25 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f28cece6620dce029cf48a8e43f9aeb11d9b4862]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 13:06:23 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5554f77dabf64395d6c74fd44b7c9f362a4e126e]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/31 17:19:32 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff4813a355d48339905cfbee3c9c0e1deab80f8]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/04/01 15:50:55 thb 1.14.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:34 thb 1.14.36.2: #i85898# Stripping all external header guards 2008/03/31 14:21:41 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64b7cdd29bb58145714c30d854c024e9c008ae21]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 14:00:14 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d4a94422c5f2316ea6b44db5bc8f3e4444674db]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:25 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b59b092acb7b19441e6d848577961a50e70ed6b6]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/04/01 13:06:23 thb 1.6.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6320a3de25c0995e7c4ac297631d333e4737ea11]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:35 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb3b0925e071074b13f75476bc9a2387bdb82ed8]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 14:00:14 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c9a75e7fa3fed76da4b038b44742f86b769c53a]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 17:19:32 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fb56f27bde3adf41375c1ea26b256daf4da31c0]

        INTEGRATION: CWS changefileheader (1.50.36); FILE MERGED 2008/04/01 15:50:55 thb 1.50.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:34 thb 1.50.36.2: #i85898# Stripping all external header guards 2008/03/31 14:21:41 rt 1.50.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddc7d10420d29e0d5f0e6e3b20c14a6bc49aad36]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:11:01 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:23 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b88b8d5091341e96966227c6aaee27c04756c625]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 16:01:30 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0f998bf694eef293b21967408fd423121f0dc37]

        INTEGRATION: CWS changefileheader (1.18.62); FILE MERGED 2008/03/31 17:19:32 rt 1.18.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fdcfbac927193a82954ad0b1293e12e546866e5]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/28 16:46:25 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60c218c72a0e9afc64065cb2fd959b13eb2522e0]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:21:40 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [027b8dc7700c28d995870d54646462bac55e4044]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 16:11:00 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4efa88a2723cecb8f9f683716497926dcd27407]

        INTEGRATION: CWS changefileheader (1.25.296); FILE MERGED 2008/03/31 16:01:29 rt 1.25.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c8b4097b0865f786b3efcf7c5a60cbc4f0be22d]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 14:00:14 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebed207bb2967679ea9a0bd0710998a72f8e9697]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 17:19:32 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [527663a5f3e1cf83f6d632f471efec215976b4b0]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/03/31 16:31:02 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd6cba0359109e2dc592b4acb29e79f492acbaf2]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:21:40 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccc86782468d6c21d264555ee5193843b5d8f19f]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 16:01:29 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2886dbd732354709b22c1978035fed75469509ee]

        INTEGRATION: CWS changefileheader (1.12.46); FILE MERGED 2008/03/31 14:00:14 rt 1.12.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14dddbc4d2c7dba6d36260402ad566433f010ab7]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:19:32 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5899c8b1fe4b596b4d923cc797b933ddf689df29]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:21:40 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c46b4b1598eb5cb4e61f15643cba79c012e8b113]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:19:32 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7650ae6fa6ba95e4e79ff46fb69c8510f1fbc42]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:25 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9289283afbdd531d843893438395896e027a133]

        INTEGRATION: CWS changefileheader (1.15.44); FILE MERGED 2008/03/31 14:00:14 rt 1.15.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [252621bf34c2c299f01131974817f1dafcf1503b]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/04/01 16:11:00 thb 1.8.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8c75195a086d343d0f91fdca1fc9c654b782752]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:50:55 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:21:40 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85e7a7298f0da63fea4d56981e3ae8eb2a01d757]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:01:29 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f8aeaa1192155a1f91dafe9b2c48973b5eb2eca]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/03/31 17:19:32 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4541a29b737bbca287428b071ea8a9a6daefe001]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 14:00:14 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db6a7dbb2d3b3441b32eb734be925bb0422a1b6d]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 16:11:00 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1524ade3c53fead68517b26887cb5f46ee82fdab]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:21:40 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc11c825b25e42c67bea923072feba5848786354]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:29 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46892c2078d429024694b53999edd525e92c5a6e]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:46:25 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88fd2c3b7e844c38fea8e7168ad3ed5902851619]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/03/31 17:19:32 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1611a83615b52cc59bc09af921082c085ff3ee4e]

        INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED 2008/03/31 14:00:14 rt 1.13.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e97315e1ba7e348c348a2fd82d9e7c5d2f356e11]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:31:02 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e032db20cdf73c5d222eef448876b7a41ac74fa7]

        INTEGRATION: CWS changefileheader (1.12.36); FILE MERGED 2008/03/31 14:21:40 rt 1.12.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bf663919c2a732f97242384f3ba498cca5634a5]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:01:29 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c117d10481f32641791e34368db7840b648b8b2a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:24 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ecac36e65785f1d1ae45d305e7f3b037d776568]

        INTEGRATION: CWS changefileheader (1.21.64); FILE MERGED 2008/03/31 17:19:32 rt 1.21.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f4edc120501425bcdcd8722da0fd5f1a1c4fc4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/04/01 16:11:00 thb 1.7.10.2: #i85898# Stripping all external header guards 2008/03/31 16:31:02 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8be5ece2a625cad041b3dd721f27bfffce6e974e]

        INTEGRATION: CWS changefileheader (1.28.36); FILE MERGED 2008/04/01 15:50:55 thb 1.28.36.2: #i85898# Stripping all external header guards 2008/03/31 14:21:40 rt 1.28.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [305b1109242eae2a8d4dcd5bc404bb5ce46b490e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:29 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d036421126f30ce88d6bdc831b4a7b5ebe4914b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:24 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b57f8644eb5efc08e824f0665a5d18cbbf29cb89]

        INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED 2008/03/31 17:19:32 rt 1.11.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b577e4176b39ea8e65582dc3e17231d04f8978f]

        INTEGRATION: CWS changefileheader (1.10.142); FILE MERGED 2008/03/31 16:31:01 rt 1.10.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33ac2c94df2bca330965a44ff5ed92e6612d4931]

        INTEGRATION: CWS changefileheader (1.46.456); FILE MERGED 2008/03/31 14:21:40 rt 1.46.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5b17ecb1bc72a16ced395a211ddd669dd5310fd]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:46:24 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afd0507c6145ec1e0128cab32f7928caece9313a]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/03/31 14:00:13 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d5d8b84c1c8fb20fac34c76bb22e6c91dd3ebaf]

        INTEGRATION: CWS changefileheader (1.26.64); FILE MERGED 2008/03/31 17:19:32 rt 1.26.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3ccb935039b90b55cdb378876f333448d3976a2]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 16:10:59 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baed048f9fc0febb6053b76bda7010d0aceb4e51]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:21:40 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d9f54093edcca5e2fc1d89af3cc2fb8d48447e]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:01:29 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfdc9b99dfb80ca91b4a20f2e88255c37c11d877]

        INTEGRATION: CWS changefileheader (1.8.492); FILE MERGED 2008/03/31 17:19:31 rt 1.8.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87ecd5d70c20117621048484f0b66be05d667754]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/03/31 14:00:13 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d06d3ce0d5c962e4aef0d16605bb83059f9a1c59]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8545cf41526fdcfd384444130301bc7853c9238]

        INTEGRATION: CWS changefileheader (1.5.190); FILE MERGED 2008/03/31 16:31:01 rt 1.5.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd951e01bf8968a4d293dee67ae7de869807bcb5]

        INTEGRATION: CWS changefileheader (1.110.34); FILE MERGED 2008/04/01 15:50:54 thb 1.110.34.3: #i85898# Stripping all external header guards 2008/04/01 12:48:34 thb 1.110.34.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.110.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a6b8f17c63b4a3403614002594f947c86dd3e12]

        INTEGRATION: CWS changefileheader (1.19.84); FILE MERGED 2008/03/31 16:01:29 rt 1.19.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59887005ec856ce74e6fd69ef9182895df8fa356]

        INTEGRATION: CWS changefileheader (1.13.40); FILE MERGED 2008/03/31 14:00:13 rt 1.13.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d8d790236ba01ea8efeba13b11cf5a9ac926c8f]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:19:31 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef1a3f369acb7f0e9ec51bda8411b8c3dcd61eec]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/03/31 16:31:01 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6eb1d532fb0401c312c9b1c7849122c4fde6b5db]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:50:54 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cf836c6a0670098cce706f419e7240e3c53ab56]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/03/31 17:19:31 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8616266c12f4b880a13642686101e1ae609b72ad]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:24 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ade3a796f1b72e2080920d5eaa7ec78055bfe5a2]

        INTEGRATION: CWS changefileheader (1.12.46); FILE MERGED 2008/03/31 14:00:13 rt 1.12.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [854a70c0c8c869e0c66173ee88b99645c12b4c6d]

        INTEGRATION: CWS changefileheader (1.26.66); FILE MERGED 2008/03/31 16:31:01 rt 1.26.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a02ef3a53b2fbfee23460993247c01af97aa42b]

        INTEGRATION: CWS changefileheader (1.28.368); FILE MERGED 2008/04/01 15:50:54 thb 1.28.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.28.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa8c1b077b74d19b95be7eb27406976fca3e81bf]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 14:00:13 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [370092b7ecdbb21b51176a40e8fe4506605d8975]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:19:31 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc2e4fbd026dac49eb9ed363ae2d38dd78017f69]

        INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/03/31 16:31:01 rt 1.4.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9b207b91772176de7089a1e2615af37195324a8]

        INTEGRATION: CWS changefileheader (1.46.368); FILE MERGED 2008/04/01 15:50:54 thb 1.46.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.46.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4596ba6ffbe560b1c2c5f8f22c4ecc04286b1fe]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:19:31 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bee87d286a5f3807911c33fff43934b8c75c424f]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 13:06:23 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8ad7e55d92efb709ef28055a158fb6da95cc4b4]

        INTEGRATION: CWS changefileheader (1.3.398); FILE MERGED 2008/03/31 14:21:39 rt 1.3.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5625908d54bd34d8a34df928e50cb977ac86d65]

        INTEGRATION: CWS changefileheader (1.36.302); FILE MERGED 2008/03/31 17:19:31 rt 1.36.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e04ace5f2f27723f19028e01982139325eb4634]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 13:06:23 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d1606a5f252d55abf8c244072a8a7c63417b5fd]

        INTEGRATION: CWS changefileheader (1.20.350); FILE MERGED 2008/03/31 14:21:39 rt 1.20.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c4bdcd96d2e8df9a63b0b8307d826237d4503b5]

        INTEGRATION: CWS changefileheader (1.10.492); FILE MERGED 2008/04/01 15:31:13 thb 1.10.492.2: #i85898# Stripping all external header guards 2008/03/31 17:19:31 rt 1.10.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c1cbcc61bb45a8d47c695bf81cac4ea6a78395f]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:59 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:23 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a08cfebdf8ba22032fd5de5efc9192f781a72999]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:29 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66306844c886d658cbd5c72aa596f5e25fba4afb]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:54 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4791679862c63bbf65f7f58103b14619ced737d5]

        INTEGRATION: CWS changefileheader (1.26.302); FILE MERGED 2008/03/31 17:19:31 rt 1.26.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dde059314513fb35da4f1e3e236f261c5bc7b14b]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 16:10:59 thb 1.6.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d5a1f3aaebd215c91986fbf27c40b985a4d051e]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 14:00:12 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05db6952dafa45274dd34291ac440ac3afcdbe14]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/03/31 14:21:39 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2facc5d98b8a7246bad13cc3bbc1fd16820018a7]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:01:29 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e8e5fdd6496d00cb0d3042f304d88d837b61cb7]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:59 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [473e9498ac35adf3b6d121c9eacffac3015269bb]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 14:00:12 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13ff83441659e2204cb53cca31716829df795752]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:23 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3202c82dae53bf4dc30ba78e56c2cf073b96fac0]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 17:19:31 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c42975bfdbc20386895d25426c2f56789c1da87]

        INTEGRATION: CWS changefileheader (1.10.114); FILE MERGED 2008/04/01 15:50:54 thb 1.10.114.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.10.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b526f8487d784942229ab70d43a4cf91f8c6f3c6]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 16:10:58 thb 1.6.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee01cbe800943a2b29de7d229a55f52a9692dc6]

        INTEGRATION: CWS changefileheader (1.2.82); FILE MERGED 2008/03/31 14:00:12 rt 1.2.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72d447d3195aa9007e73c7716ac302aed8db3ce2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:23 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6408923ba649c85db0d8713927dd69c19376858]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:54 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:34 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de5bbb866eaa1057a04ff09bf6bf7520d230183f]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:28 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09b9b31959e7b080fd67eae96cc8873c17598ab3]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:58 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3116949d6d0471bc599db8721a276db1fef60a3e]

        INTEGRATION: CWS changefileheader (1.13.414); FILE MERGED 2008/04/01 15:50:54 thb 1.13.414.3: #i85898# Stripping all external header guards 2008/04/01 12:48:34 thb 1.13.414.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.13.414.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fff3da9315070edcc990c73b36d7652faa0de67d]

        INTEGRATION: CWS changefileheader (1.76.292); FILE MERGED 2008/03/31 17:16:54 rt 1.76.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18f4af263b68f839f9e185c3cc0b2e0930146d74]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:28 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10064926abeee1e7e955ed2e84e56bac758cebab]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 13:06:22 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc78e1c198e0e1f152d51544696f566e52f158fe]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:23 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42d64662ea0863a59e59f0cc50f3dc61d255fe18]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:54 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:33 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:39 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36dd997fd993fb4e039b417bc0fdcd1d640a827c]

        INTEGRATION: CWS changefileheader (1.29.302); FILE MERGED 2008/03/31 17:16:54 rt 1.29.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [293891dd080a9634eb1ef335856654555af9e5b4]

        INTEGRATION: CWS changefileheader (1.14.84); FILE MERGED 2008/03/31 16:01:28 rt 1.14.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84bdaa6f05e594a7284cb603e3f7f1661f5ac090]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:59:46 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2535a29140246990a9cc063a88a531d445253ca]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/04/01 16:10:58 thb 1.3.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.3.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1cd1c753f5a94ae8af19dd055e7eb1818a0efe3]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/03/28 16:46:23 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58aeb0063e8717bc697ebac2f1f21a355dd8c156]

        INTEGRATION: CWS changefileheader (1.8.698); FILE MERGED 2008/04/01 15:50:54 thb 1.8.698.3: #i85898# Stripping all external header guards 2008/04/01 12:48:33 thb 1.8.698.2: #i85898# Stripping all external header guards 2008/03/31 14:21:38 rt 1.8.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35f5a057d81879626608f6d8ef5a4e546e52346a]

        INTEGRATION: CWS changefileheader (1.27.302); FILE MERGED 2008/03/31 17:16:54 rt 1.27.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eab57b7ed257f38631f109786b6fa8db6f649521]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/31 16:01:28 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a695cb87cc4773437d315d131d8266c8a9ad6fbb]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/04/01 13:06:22 thb 1.3.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:01 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [079cb5162bf8a4629c03ea7dc032866278258d17]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:23 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39bc764c51a44b5094cbba45154e21e84f8b5f0c]

        INTEGRATION: CWS changefileheader (1.29.50); FILE MERGED 2008/03/31 14:20:10 rt 1.29.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40f7c0d898e37d474cf03a265d87f6aca674faf6]

        INTEGRATION: CWS changefileheader (1.40.302); FILE MERGED 2008/03/31 17:16:54 rt 1.40.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cde2f61ef51405d7daf85f50fec9d51e33510fc]

        INTEGRATION: CWS changefileheader (1.16.84); FILE MERGED 2008/03/31 16:01:28 rt 1.16.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d54222e69ab7ef82f75e13249ade58878184fb10]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:57 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:22 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [853265c86d282ac394e0f0c52e35ff2213f9ba25]

        INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/04/01 15:50:36 thb 1.5.50.2: #i85898# Stripping all external header guards 2008/03/31 14:20:10 rt 1.5.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f3adb9176d5a2991a97183e8c59ec0cb4843f20]

        INTEGRATION: CWS changefileheader (1.41.302); FILE MERGED 2008/03/31 17:16:54 rt 1.41.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b1ed196309bf95f210d784b8373838934ab46e5]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:59:45 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26ba63ed096cbc9e498845ef98303e635e95289c]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/04/01 13:06:22 thb 1.7.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33569b34584f8d7fa1da8c4351767853a30fd74f]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 14:20:09 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e1fca7e152a17156ffc65e21299ed6bf7c9fff9]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:46:23 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b59d51349e059603e2b692f9c83b344ee27c256f]

        INTEGRATION: CWS changefileheader (1.29.302); FILE MERGED 2008/03/31 17:16:53 rt 1.29.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d58ab0767c0c9db528929c7f7aaf04d89a475bdf]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:28 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8822af4638fe2380ed603287c2ee9237a2351462]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:10:57 thb 1.4.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:21 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f2e5f09e7c28f9cb17002f2d1ab060d1c96da54]

        INTEGRATION: CWS changefileheader (1.11.50); FILE MERGED 2008/04/01 15:50:36 thb 1.11.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:25 thb 1.11.50.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.11.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [065e22b7a44e1cbadea5d02a802be12346fd7dbc]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:16:53 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [471ae9e9dfebf58a43a6e23f4f3960e247967192]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:28 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e208200753b844c860ca6e94a06134928e127c23]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 13:06:21 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b607b870e28a69c8b09633a3abd8046923aff20]

        INTEGRATION: CWS changefileheader (1.4.730); FILE MERGED 2008/04/01 12:48:24 thb 1.4.730.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.4.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5def9e18679eaacec272b159b483d81f2215eb0c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:23 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d3f0704046817f856468f9c936b72aeb400f818]

        INTEGRATION: CWS changefileheader (1.21.302); FILE MERGED 2008/03/31 17:16:53 rt 1.21.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e81b04e741eee3a18e03919eda79515e96087915]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/03/31 14:20:09 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75ef410b7ffa601e74889e6521ea0ce6ab022986]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:56 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:21 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [591ae272c6184aa4626061770631a1c565735101]

        INTEGRATION: CWS changefileheader (1.23.302); FILE MERGED 2008/03/31 17:16:53 rt 1.23.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [678ba137d6a53da90dd076c392c2ce51b8dec0da]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:20:09 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a53af38f2026717fa72a977db5fcc88aacd8742e]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 13:06:21 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10b12d0b2057b2e99446aec714bb5b9381176f96]

        INTEGRATION: CWS changefileheader (1.88.178); FILE MERGED 2008/03/31 17:16:53 rt 1.88.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecdc9f0a2de791a5703f697ba38d8e91534f2a6b]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:23 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c227f47facc63f9e7db14f7dcd902fe3e3127b06]

        INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/03/31 16:31:00 rt 1.3.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2048b2e832639b1dc444b7f11a1f31f0a444f353]

        INTEGRATION: CWS changefileheader (1.93.34); FILE MERGED 2008/03/31 17:16:52 rt 1.93.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91ea19b65db274a57b00a7c8e02da60ca3ebd956]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:22 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe259b224976b773fcf4f8db7e219fb080e37a8]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:36:54 thb 1.2.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:52 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5404db738ff55a99b79c87d6a8cf302268d0b47]

        INTEGRATION: CWS changefileheader (1.50.302); FILE MERGED 2008/03/31 17:16:51 rt 1.50.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dc150d1cddcb11d340cccc87852abf5cb70a3e0]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/04/01 13:06:21 thb 1.7.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a74d6787c4bde0f5639dd048658fe1d5a7ac4900]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:46:22 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11b8789399d06c46b87793c230d99ff1246cd6e8]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/04/01 12:48:24 thb 1.2.196.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca015bd8d1c7deafefbb63d48bb25be79f059b5]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 12:39:52 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daf6e0b4a659db372f1fd83793979309fb88c476]

        INTEGRATION: CWS changefileheader (1.25.302); FILE MERGED 2008/03/31 17:16:51 rt 1.25.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9173635cf91439c168bd9a28f39d06f1da0ed86]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:28 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e4f25aaf73b70ed84739c24a02cca67bcfcb39]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/04/01 16:10:55 thb 1.3.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:21 thb 1.3.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17ff80d0b157d96766a16097e40cdb1da6b1891a]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:46:22 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adce9b764d060b217607e2fb56d61fade132b11e]

        INTEGRATION: CWS changefileheader (1.48.368); FILE MERGED 2008/03/31 14:20:09 rt 1.48.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70e3b01ff0c9fc5f2900940dd48683296e0a58c9]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/03/31 13:59:44 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b09b5c1801a0d5fa1ac06665197d9aed8ece2a81]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:16:51 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec4db76e129f2412c613ca9894dc161bb24dac7b]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/04/01 13:06:20 thb 1.3.102.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fb6aff61c9a63a7502124dba1f159d523b64609]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 13:59:44 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c725fbb70f51d4335fd61b569eb97e733b9d7e4]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:36 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c49196c7968ef6e9d0271b2084f8af16dbbe5b5a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:22 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d3df7132375729b7ee654f362505340abc764f5]

        INTEGRATION: CWS changefileheader (1.57.244); FILE MERGED 2008/03/31 17:16:51 rt 1.57.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96a361bd317c4c672285f9d01ba52ce1d42820d7]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 13:06:20 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d7a23d735e31848d08d864dbc794a4fde48ddf3]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:36 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:24 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d8ebfc47db694aa8644c19085884bf1dea12560]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/04/01 15:36:54 thb 1.8.10.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.8.10.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [064eecbba23affed3edc0e08e076fec9ae050892]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:22 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76d804b17cf19d2c5a2fe9831e12964e7b4e8fa7]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:27 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e339729e20a6d2d6686f0e8b12743b5588da4806]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:16:51 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad570c3b2923184ff6fafcf8244fcd671699c3d0]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 16:31:00 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d21344fed4ab294ccdefff323ab024b5339aa44]

        INTEGRATION: CWS changefileheader (1.20.368); FILE MERGED 2008/03/31 14:20:09 rt 1.20.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e60125d25b710ef816f946345f41a64249e172a]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/04/01 15:36:54 thb 1.1.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.1.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [153f578ac40e7451d23d336ff65155b280236e87]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:22 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [556e1367c2d033e4862255ffa1a6b5c2a9b3b94f]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:27 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d10b9ad92c1746bcfdd8459e19decae55ab096f]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 13:06:20 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de283c6531bc945fa74ff4eff4987ae94067ecb9]

        INTEGRATION: CWS changefileheader (1.67.136); FILE MERGED 2008/03/31 17:16:51 rt 1.67.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b604bf9a03ff32011d097c35665f49d4ac8600a7]

        INTEGRATION: CWS changefileheader (1.11.132); FILE MERGED 2008/04/01 15:50:36 thb 1.11.132.2: #i85898# Stripping all external header guards 2008/03/31 14:20:09 rt 1.11.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01bb58b0651164558a5ad80e69774b6168b39d7c]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:36:54 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52dc465a1af4e128d99f9092ebffa555be35963b]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 13:06:20 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:31:00 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9980f7a8b7f08bde8867761ee249816292d5400]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:27 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da0d3e9819b6017424b5fa44065a0a2b838aa913]

        INTEGRATION: CWS changefileheader (1.36.302); FILE MERGED 2008/03/31 17:16:51 rt 1.36.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c05dcae43f254f9b45f9ff5936b5ecb5bd32dae]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/04/01 15:36:53 thb 1.1.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.1.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2f491d80ba1250a4003018716f6df27107b0f6e]

        INTEGRATION: CWS changefileheader (1.5.850); FILE MERGED 2008/03/31 14:20:08 rt 1.5.850.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c723aa4006654bb15a1c1e7f994ddd415dd1140]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/04/01 16:10:55 thb 1.3.190.3: #i85898# Stripping all external header guards 2008/04/01 13:06:20 thb 1.3.190.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6e24b119e005a93ecc6ce8a09f4752de52a986c]

        INTEGRATION: CWS changefileheader (1.35.302); FILE MERGED 2008/03/31 17:16:51 rt 1.35.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [226b4cf5e7c389aee4e26bbe7bb2b7c2903aef8e]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/04/01 12:39:51 thb 1.1.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f87f3a8a48247269ac43eb05c7946ee47096f120]

        INTEGRATION: CWS changefileheader (1.55.4); FILE MERGED 2008/04/01 15:50:35 thb 1.55.4.3: #i85898# Stripping all external header guards 2008/04/01 12:48:24 thb 1.55.4.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.55.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9b0c44bfef62e640c9c31da0e9a2b561011a3e3]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:22 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20ea5230dd6432cf9116019c29d20b8604423b8a]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 16:01:27 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42f9bbb0e6a33a873d4d8aaa26ec3e55a898c3a9]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 13:06:20 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1b8cb58ae52efc67be1b4605e811debb4eb2180]

        INTEGRATION: CWS changefileheader (1.73.244); FILE MERGED 2008/03/31 17:16:51 rt 1.73.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b5159b0e3686938d387407234ea293554f79d96]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 13:06:20 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f7ed929c956167b284a13a92e8a68874df4f1d]

        INTEGRATION: CWS changefileheader (1.56.368); FILE MERGED 2008/03/31 14:20:08 rt 1.56.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [573da17ff6189cf395af88fb775abfe1924ead89]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 12:39:51 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7773e34eeab3724e51dc52cd2154b1a48be5253d]

        INTEGRATION: CWS changefileheader (1.10.80); FILE MERGED 2008/03/31 17:16:51 rt 1.10.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77384ca853e7cc31cb45a38df9ca27bb932a78d8]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:01:27 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4360d3e9c7e5a2b2b880c9ea8555499421a30fd]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 13:06:19 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fdd31d39f3bf48ece8c7533fa452780c7e78605]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/04/01 15:36:53 thb 1.12.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.12.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c2e6c2e3a8e009d8ef72b5e30f156d4d41eccad]

        INTEGRATION: CWS changefileheader (1.10.340); FILE MERGED 2008/04/01 15:50:35 thb 1.10.340.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.10.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2252a1d93c380388a9549d5390a626dca756fdd0]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:22 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab1bd9bff9805ddad980b062b867d479395262d2]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 16:30:59 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdf79aca2102d24614170499261e9b0a447eb9a1]

        INTEGRATION: CWS changefileheader (1.6.1254); FILE MERGED 2008/03/31 14:20:08 rt 1.6.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [226ec8fcfbe1c1bfe9f30bb982574ab2bc476497]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/04/01 15:36:53 thb 1.3.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.3.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46c60af0dc2450663463b6da4820bbe856f98bec]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:21 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9eaa7672017ecd8adc14e32cfdea93e1b57c8f3]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/04/01 16:10:55 thb 1.6.102.3: #i85898# Stripping all external header guards 2008/04/01 13:06:19 thb 1.6.102.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ae6faf795d24681bc216ab3536ee6f6182c3455]

        INTEGRATION: CWS changefileheader (1.31.340); FILE MERGED 2008/04/01 15:50:35 thb 1.31.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:24 thb 1.31.340.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.31.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dde6abef9890406dc024b766410d09a878950129]

        INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/28 16:46:21 rt 1.4.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a8d1ea017600d8305b64cd82681e5e531cdb8bc]

        INTEGRATION: CWS changefileheader (1.3.102); FILE MERGED 2008/04/01 16:10:54 thb 1.3.102.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.3.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf9130815ff0e3eccdb89f8eed31b9ae62ae98b3]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/04/01 15:36:53 thb 1.8.26.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.8.26.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c84b290a90f9f555e4913d30c28a371b8343efdb]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:21 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [361fe4aace019e3fb7aa4e530a576b236ad43b16]

        INTEGRATION: CWS changefileheader (1.29.352); FILE MERGED 2008/04/01 15:50:35 thb 1.29.352.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.29.352.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [219e116f6ddb9c7daaade0eedee9cc916b181891]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/04/01 16:10:54 thb 1.7.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:19 thb 1.7.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:59 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1e4b27276a6a3d1329ff0f3cfcdca75365a8a7f]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:46:21 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bc489f22e0f26444d8bf8f77ceca0bc11b0ffdb]

        INTEGRATION: CWS changefileheader (1.29.366); FILE MERGED 2008/04/01 15:50:35 thb 1.29.366.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.29.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c42f808a359eba819724d70063c2cd49e647f48]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 16:30:59 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edcda680af683feb1c3d2984f053b99d800731ca]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:21 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fd146f67166d5dc4d542584c32e55fee868672f]

        INTEGRATION: CWS changefileheader (1.42.130); FILE MERGED 2008/04/01 15:50:35 thb 1.42.130.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.42.130.2: #i85898# Stripping all external header guards 2008/03/31 14:20:08 rt 1.42.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e12c2dd4d671d7beb24fb4c9a4883ef31a93d2]

        INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/03/31 16:30:59 rt 1.7.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdac75a6abefcbce3576c16aec8931d86355ec84]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 13:59:44 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bac3e4f8a59380bc3ec1d7142451870e12f3570]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:27 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ffbe0beff077e99d94e12b6d9bf6231f85bc917]

        INTEGRATION: CWS changefileheader (1.27.366); FILE MERGED 2008/04/01 15:50:35 thb 1.27.366.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.27.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af7443364e749553f4aac97eb85cb596252db3a8]

        INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/03/31 16:30:58 rt 1.9.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcd6e1fc0536b0037ba5cbe44f42c1fcb383f61f]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/04/01 15:36:53 thb 1.4.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.4.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcac9dbf818d739313022aedc8103309eb89b25f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:26 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [899a8ef6e10344084c75965fd56404df2d383209]

        INTEGRATION: CWS changefileheader (1.29.66); FILE MERGED 2008/04/01 16:10:54 thb 1.29.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:19 thb 1.29.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:58 rt 1.29.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44bdbb4abbaaffdcde9aacac02fa1374caaad564]

        INTEGRATION: CWS changefileheader (1.23.366); FILE MERGED 2008/04/01 15:50:34 thb 1.23.366.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.23.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [382b08347ea3e95581c3ed08627aed47a81b52a6]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:36:52 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ae4e37bde99922fa250803393c8fb84a69da790]

        INTEGRATION: CWS changefileheader (1.5.468); FILE MERGED 2008/03/31 16:01:26 rt 1.5.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [818e0c8a4185e689d7efe0ebbf25aadcfe950ae8]

        INTEGRATION: CWS changefileheader (1.30.210); FILE MERGED 2008/04/01 15:50:34 thb 1.30.210.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.30.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36cac7355273652f682901918eae1f1f8b42e078]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:36:52 thb 1.2.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:51 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [494c1d32ce928e978c4911a52233ca0533855dc8]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:26 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45618da78e01b57334c6e67fee735b7cdea63207]

        INTEGRATION: CWS changefileheader (1.29.258); FILE MERGED 2008/04/01 15:50:34 thb 1.29.258.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.29.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35add615b83922636020eec06a23beee0d7cba87]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/04/01 15:36:52 thb 1.11.6.3: #i85898# Stripping all external header guards 2008/04/01 12:39:50 thb 1.11.6.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dfa9c7851f87b23dda387d65f8069485edf1c12]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/03/31 16:30:57 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5eab79f773e3b603c41c5d6285b2dc2da5b9aef3]

        INTEGRATION: CWS changefileheader (1.28.350); FILE MERGED 2008/04/01 15:50:34 thb 1.28.350.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.28.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29212e11a385ea1f3327c4f34ef53f1b75de8c27]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 12:39:50 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cda3e70cf78c57840cce4577864e234644cd17b]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:21 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c941e71b3b3a20038f53f60535cf74af6ae490b2]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:26 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bce4a7b00960f5d07ad85b716b7ef7e504b1bf30]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:30:57 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42199fa265e966551104c3f1cbf821b5859861e8]

        INTEGRATION: CWS changefileheader (1.22.368); FILE MERGED 2008/03/31 14:20:07 rt 1.22.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df3bb109a13a6d4e40a7c570422365c2e65d2bc5]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:39:50 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6832a6983b470a0a4f2ca2681ddf4c88eb71ac8b]

        INTEGRATION: CWS changefileheader (1.30.10); FILE MERGED 2008/04/01 13:06:19 thb 1.30.10.2: #i85898# Stripping all external header guards 2008/03/31 16:30:57 rt 1.30.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fec6f15f9bea7a281dd668e9e893c2ea91e0235]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/04/01 15:36:52 thb 1.1.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:50 thb 1.1.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:44 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bc5e0e54576aeb4a635108d9d3afa3110c5fd86]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/28 16:46:21 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d4f2d67b2f8fcf9aaab3a626b922ef7fc1053fe]

        INTEGRATION: CWS changefileheader (1.17.58); FILE MERGED 2008/03/31 16:30:57 rt 1.17.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e6b03f9883f6d47e9939949742a2628fa21065]

        INTEGRATION: CWS changefileheader (1.1.28); FILE MERGED 2008/04/01 15:36:52 thb 1.1.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:50 thb 1.1.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:43 rt 1.1.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4a32046b6b726570a3efcf59156ce7d9db15f32]

        INTEGRATION: CWS changefileheader (1.14.58); FILE MERGED 2008/03/31 16:30:57 rt 1.14.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [724978d9867f946ad5868de215d33ba949ced94e]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:20:07 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a684b296ef6d816146625529f1ee655b15e8cdb]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 15:36:52 thb 1.2.28.3: #i85898# Stripping all external header guards 2008/04/01 12:39:50 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:43 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68a6e7a600cf1d2b28a47a68345b1999a529d041]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:20 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cc5524c346656cdbedeb62968246405089f24c9]

        INTEGRATION: CWS changefileheader (1.24.58); FILE MERGED 2008/04/01 13:06:19 thb 1.24.58.2: #i85898# Stripping all external header guards 2008/03/31 16:30:57 rt 1.24.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5eed16bb604a3cf7fe49d95263fdff119ad10a9]

        INTEGRATION: CWS changefileheader (1.19.138); FILE MERGED 2008/04/01 15:50:34 thb 1.19.138.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.19.138.2: #i85898# Stripping all external header guards 2008/03/31 14:20:07 rt 1.19.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d12d2fe516b081edda09dfe6f78ed04a7d8d03c]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/04/01 12:39:50 thb 1.5.28.2: #i85898# Stripping all external header guards 2008/03/31 13:59:43 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c2e1c4071dd3792fc51cad89d7ba5e987db713a]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:25 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621afbcd3d38143bb8ffc1c2d0578c39d7f0020d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:20 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0e85fce9434758f440acbabbc9057333ebe647e]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/03/31 16:30:57 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9278a7ba0a4746106ff777960d3af5e3bbe435bf]

        INTEGRATION: CWS changefileheader (1.32.368); FILE MERGED 2008/03/31 14:20:07 rt 1.32.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [542a4523ebf830d217430cc625ab8b534e6d8537]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:25 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13a1ec7e5da5601f9bb983aec5df8be0ec1e9c51]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:20 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [924f289210852841610f45b151e677cc7f371078]

        INTEGRATION: CWS changefileheader (1.11.66); FILE MERGED 2008/04/01 16:10:54 thb 1.11.66.3: #i85898# Stripping all external header guards 2008/04/01 13:06:18 thb 1.11.66.2: #i85898# Stripping all external header guards 2008/03/31 16:30:56 rt 1.11.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbdd1a426e1ff8ea2a8a1022ff695595be7232bb]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 12:39:50 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:59:43 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d08b227efa84e8e5833b9da4ef609a75313a2347]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:34 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:06 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36b0830d8eb38465731030640c7a56ba64e9a057]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 16:30:56 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bcee840833506825bbcd8fe29c4dbb427d27439]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:20:06 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2babb3a1ad6278cff9358f58ece0df266e2f475e]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:46:20 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c48e8b4e0d737650940486eb9e1a32cfcb5d3c9]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 13:06:18 thb 1.5.36.2: #i85898# Stripping all external header guards 2008/03/31 16:30:56 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f0484e2235a0d3b7ac47aef97e36befd2d698ca]

        INTEGRATION: CWS changefileheader (1.27.368); FILE MERGED 2008/04/01 15:50:34 thb 1.27.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.27.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:06 rt 1.27.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b242a10c71dfaca09243cca10f291834df62e05e]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 16:30:56 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae26f0afdb5ca8b3819fab01f6c34d4e0e0ea413]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:20 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3873d1484d74ac9376be689057bc894af75b214e]

        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>  [22a29f17e0ccce3013d2abc95493ace48f52eebe]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 16:01:25 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86991b51eb0d59cc48b7cee4af627bec052fc213]

        INTEGRATION: CWS changefileheader (1.37.368); FILE MERGED 2008/03/31 14:20:06 rt 1.37.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8b80803ceaab23693fb97d31703e08e7230b2c6]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:20 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65c7c179a6bc070f04d598ac3b46db113bafb0f7]

        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>  [dba3ffbc4b705975321a18a849a0f55f7b81d02b]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:33 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:23 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:06 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e654483ccf529332bb0d553c489ca5e25299283]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:25 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d551ab535273b350f7621001fe6e0983b87b0e66]

        INTEGRATION: CWS changefileheader (1.7.170); FILE MERGED 2008/03/31 16:30:56 rt 1.7.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48e3fc419f598db3fa567e659634bef126f6d4ae]

        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>  [9c9efb0a27e64e448288cca81206748d221ce4a6]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:20:06 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf5e650f25fa12bbd850a9afdceb1c56f92f2b84]

        INTEGRATION: CWS changefileheader (1.30.64); FILE MERGED 2008/04/01 16:10:53 thb 1.30.64.3: #i85898# Stripping all external header guards 2008/04/01 13:06:18 thb 1.30.64.2: #i85898# Stripping all external header guards 2008/03/31 16:30:56 rt 1.30.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [175afbb1e3f33f40f50dd5c73faa7608d019382a]

        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>  [1d6580340de4e649bdc677d468fccbee7ae87f6d]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:50:33 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:06 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [978bb79bb80579bd86ba07badd885e8d52059f9c]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 16:10:53 thb 1.2.36.3: #i85898# Stripping all external header guards 2008/04/01 13:06:18 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 16:30:56 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f95e2376187dcd075e64ec92985ad94d322672]

        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>  [656654715dcfe32cb637c465aa6634e2c15d7ff0]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:20 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90f9a8ed29ddd48fb84ea8493e2e252a65d785ce]

        INTEGRATION: CWS changefileheader (1.31.368); FILE MERGED 2008/03/31 14:20:06 rt 1.31.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2776751cafa415a35cb8eb9efccab85331194696]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 16:10:53 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 16:30:56 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [943a9440b351dc99f029e3df2c7bfdef4b6f95f0]

        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>  [94aa7c813d38af9f6e167647692d347bf531c641]

        INTEGRATION: CWS changefileheader (1.30.368); FILE MERGED 2008/03/31 14:20:05 rt 1.30.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd2441447740c0152709c8359759fa012fa7d00c]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:25 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72c968f56785265f7257db8d2150d8890208dcf2]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:19 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [579431a440ab5b37a235f1fabaf828872113eeb8]

        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>  [398dda106deaa653f5c190995c4c4a00ba3ee53a]

        INTEGRATION: CWS changefileheader (1.10.142); FILE MERGED 2008/03/31 16:30:55 rt 1.10.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2866665ce67a7c73c16798729a33f170c41f76d]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:20:05 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [450b71246703ab8d80e40774e6bb0c0e4e3f8426]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:24 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36c728bce091c0b22803de5b44735240925714d7]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:19 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [475305e4997cac80aa11ac4e6e1f1b3ad7afe7ca]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 13:06:17 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:30:55 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee091a984f0e1b467ef3198b7785d6f2adc47234]

        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>  [1f87e4cc5e2abe25b77ed126d6c02782bd9a42c8]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:01:24 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a72ffa89441be00782b7398ef547c094c118ee55]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/03/31 14:20:05 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [648967ef6e3c3bf4027bcec19bf71b276e2c709a]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/03/31 16:30:55 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79aa8700a6553a2b2d5249555d406deb5dbbb9be]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 16:01:24 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [960860b982b6f70aea12f4f1d979f253f2e6205a]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/04/01 15:50:33 thb 1.26.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8936cb62f92746b46facec25df542beab0267c21]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:19 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e67594dceb7de6e38cd1ebd2b166263ab7afe338]

        INTEGRATION: CWS changefileheader (1.8.142); FILE MERGED 2008/04/01 13:06:17 thb 1.8.142.2: #i85898# Stripping all external header guards 2008/03/31 16:30:55 rt 1.8.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08e5b6004775631d260869a758cbecd8c2e7a419]

        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>  [cc789623fd9cffa7231365f141a69e6c3c6aab75]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:24 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f25570f316dd5847ab0185d6c994c0eb96b2230b]

        INTEGRATION: CWS changefileheader (1.43.368); FILE MERGED 2008/03/31 14:20:05 rt 1.43.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0c2517530a89e08816362fd7a9dbf9fcf6087e9]

        INTEGRATION: CWS changefileheader (1.13.154); FILE MERGED 2008/03/31 16:30:55 rt 1.13.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcc295e918bb357c6525dcec627eadd189d01837]

        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>  [f21a88ab391e9ca6a770f6ba5336770c5c449368]

        INTEGRATION: CWS changefileheader (1.3.190); FILE MERGED 2008/03/31 16:30:55 rt 1.3.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49d7087de063e05300db839d5c010edefbba8a8c]

        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>  [b216ef692694f1773c707b3c0fa64ea68d34749e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:24 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e929be3440a94190139b46dfbbd29ccf57b0dc1e]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:33 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4af9e74871ed9ed16146633cd2b7d39a38ae0819]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:46:19 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b26d1d740ab55d949f5bc681ca00e24e9c966a5a]

        INTEGRATION: CWS changefileheader (1.4.190); FILE MERGED 2008/04/01 16:10:52 thb 1.4.190.2: #i85898# Stripping all external header guards 2008/03/31 16:30:55 rt 1.4.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [812936ef679ddbb1fc6bf3135191811a397cdf4e]

        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>  [b056c469cb47de66ab19cc26e00d9374671e1c45]

        INTEGRATION: CWS changefileheader (1.64.368); FILE MERGED 2008/03/31 14:20:05 rt 1.64.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7377f17a2716fe5c25794292498cd9318e05e1a7]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:46:19 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6f75c1d9d6bac10786e6996308fcd7dcf16257d]

        INTEGRATION: CWS changefileheader (1.9.154); FILE MERGED 2008/03/31 16:30:55 rt 1.9.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [759cbae48e76a96be9de2f5ba61f775d71ba2db2]

        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>  [b70968acf204d23243f8e985cd3d7aba489bede0]

        INTEGRATION: CWS changefileheader (1.9.1254); FILE MERGED 2008/03/31 14:20:05 rt 1.9.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa47f888c9939969f31403b19a3217c032e271a0]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:19 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1dd5ae2fe9ed820141a61cb261e221aeb4a99b2]

        INTEGRATION: CWS changefileheader (1.2.190); FILE MERGED 2008/04/01 16:10:52 thb 1.2.190.2: #i85898# Stripping all external header guards 2008/03/31 16:30:55 rt 1.2.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [167c28f2caeef46bedb4654c196522ac24702782]

        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>  [e5b55a820efa0641e74a0d4f4e73403a97cc1323]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:33 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e0f3a31824db9cd8fd1bb477454867862fe2d2]

        INTEGRATION: CWS changefileheader (1.12.154); FILE MERGED 2008/03/31 16:30:55 rt 1.12.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e755ae4b64565f9d7423d9b76b0d89b739a8f46]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:46:19 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19b919f830a0278be5f6370172ca85eeff62a4be]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:23 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5270cb45607545b67506c61da5660ff8f7ed18ce]

        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>  [4d786f71a2eb75792abb3457f93462704b47aa7f]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:20:05 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b779e0041b7d8db0bf39e4b98f40bb92c6251026]

        INTEGRATION: CWS changefileheader (1.4.154); FILE MERGED 2008/04/01 13:06:17 thb 1.4.154.2: #i85898# Stripping all external header guards 2008/03/31 16:30:55 rt 1.4.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc193ace9ddf91c47378174aa3efd79b91f426bc]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 16:01:23 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a0a819b263e3d5ed27bcd45fb54577c318e90df]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:46:18 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [169eda759657e179406e6aa487b069a327974fe9]

        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>  [693c9b5fe16c100c1f6f2c8b0ab8d4cbcff530d8]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:50:33 thb 1.5.698.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5c6e42f79981acc834a76e29204d8d40b1fa226]

        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>  [cf84b4f6379e77e18d4eba18bb075ab56feaa70e]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:46:18 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cf02bcb62673c5c37c8126153e4da9f039e5341]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 16:01:23 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f108b41deec6a01e60111e17d42743814b84ebf]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:20:05 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c439ed7a60290342246a8872c351c5eb406487]

        INTEGRATION: CWS changefileheader (1.34.302); FILE MERGED 2008/03/31 17:16:18 rt 1.34.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e908d406110a6a028b58a3ae7d2e5558000bc337]

        INTEGRATION: CWS changefileheader (1.16.260); FILE MERGED 2008/04/01 15:50:33 thb 1.16.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.16.260.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.16.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d58d976149581300695d19cd01c1311e4d2a2405]

        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>  [8cd1f57338b635e0eaac78b655c5594b64b6e1f1]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/31 16:30:55 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c27be92b736c09cac584542c7cddb908f24044d]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:46:18 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64b03d3bff34d88ff9090397f547bea6f4713e32]

        INTEGRATION: CWS changefileheader (1.72.34); FILE MERGED 2008/03/31 17:16:17 rt 1.72.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96ad12380a668cd43d7d9c92d05d97e5b4346e5b]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/31 16:30:54 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70e0e3ab7c6ad5179e0d1779e4d6ea2b671e7b1e]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 16:01:23 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4f9360a55afecddc07277f5a71b9de4dc0d0c47]

        INTEGRATION: CWS changefileheader (1.57.302); FILE MERGED 2008/03/31 17:16:17 rt 1.57.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ff13d668f1f6c3b948772cca7e244be99eb5bca]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:33 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4dfc3ba11f5695b3ae99042c9bff904e5ebef56]

        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>  [d05f34cc6cffdb6e3ede7c63c311a5506220c089]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:30:54 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22aa8c71d6dfefde4d0ee68957341c20be06bc0d]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:46:18 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50d03692ec66d1d08fe9a4ad41630abe3a150892]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:23 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c96d3cd16c72df600d78646ea118c208cf7d2fa0]

        INTEGRATION: CWS changefileheader (1.45.302); FILE MERGED 2008/03/31 17:16:17 rt 1.45.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31dfa94c4dea2057658bfd5db1bbd78fc48e61f9]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 15:50:33 thb 1.5.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:20:05 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49d35094af440c079b1370d717567738990e3c75]

        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>  [519e493f34acf0c9d09303c8e6aff58eec80e192]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:18 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc5bd46006c2689e68f302b7e2531bceddd0d74b]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:23 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c0b234fd44f807e6447735c4bb595c3a7e6ac23]

        INTEGRATION: CWS changefileheader (1.44.302); FILE MERGED 2008/03/31 17:16:17 rt 1.44.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36d1af377d3f95baff555c05a630099e22afffc8]

        INTEGRATION: CWS changefileheader (1.38.132); FILE MERGED 2008/04/01 15:50:32 thb 1.38.132.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.38.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32483ea3c12fce4a016320b1d556bc4fa167715]

        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>  [deed331923acbab0eb3d8198d33aec6eae394a6b]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:29:03 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e46420a6854809ac85516ce7c197b73d892751a9]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:23 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18364cb129ba87d92c3389aa731795d9395603b7]

        INTEGRATION: CWS changefileheader (1.31.302); FILE MERGED 2008/03/31 17:16:17 rt 1.31.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c7b13e2390a3965aab99b8dde46883d1bfa28c3]

        INTEGRATION: CWS changefileheader (1.7.440); FILE MERGED 2008/03/31 14:20:04 rt 1.7.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc05bb904d7f0f50c36ca06db716678941785112]

        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>  [6c274ca7bb59793bed07dfc77a0666513d9d4c35]

        INTEGRATION: CWS changefileheader (1.31.2); FILE MERGED 2008/03/31 16:29:03 rt 1.31.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e504de5a4254eb5bd2a64565da60ebbc40d512c7]

        INTEGRATION: CWS changefileheader (1.43.302); FILE MERGED 2008/03/31 17:16:17 rt 1.43.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07d490aa2767e964539dbad9e681b87dacead30a]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:20:04 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2bbbef713a1bd947e907f176ad47bba557880c4]

        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>  [5c7e9cd4761a8259bb5c20e2e5c3118157ea67fe]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/03/31 16:29:00 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22171698feda7ccceaaea54a3e4dd0ab9ba0baf3]

        INTEGRATION: CWS changefileheader (1.55.302); FILE MERGED 2008/03/31 17:16:17 rt 1.55.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c67a2dbf85e4d64e3a3ec8e933f2790c7e864df]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:22 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f331870f4310b0a89de9d76fc183ff6df0464fbe]

        INTEGRATION: CWS changefileheader (1.7.350); FILE MERGED 2008/04/01 15:50:32 thb 1.7.350.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.7.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4059ae99f3cf79b32b6dae5d0acda78124d65c6]

        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>  [217ad09774591dfbd44b616b0d77bc72ca150da5]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/03/31 16:29:00 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae525b567f13bed9337d9a8a33f578dcb8ec2083]

        INTEGRATION: CWS changefileheader (1.12.300); FILE MERGED 2008/03/31 17:16:15 rt 1.12.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e27c1c4a87aa34275d9a9f8e79b2dd0940f12161]

        INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED 2008/03/31 16:01:22 rt 1.6.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d8557b67d9104c8111a402c52ed9a32fe939072]

        INTEGRATION: CWS changefileheader (1.14.260); FILE MERGED 2008/04/01 15:50:32 thb 1.14.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.14.260.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.14.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10cb8d359f0ecfcb30856a21c3235f0e5855c769]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:46:17 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24fe97901c4234460dd6d1cacedaf74db43a4e6b]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 16:29:00 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [603c3d19b79a4707a3dc96123ab73d32c91f46b8]

        INTEGRATION: CWS changefileheader (1.19.176); FILE MERGED 2008/04/01 12:36:56 thb 1.19.176.2: #i85898# Stripping all external header guards 2008/03/31 17:16:15 rt 1.19.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [547c1c0ebbb2a072014d880d004ccd8423a254f0]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:01:22 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [147efdf631ba1fe4bddf4f0b190561b66ffcf106]

        INTEGRATION: CWS changefileheader (1.7.456); FILE MERGED 2008/03/31 14:20:04 rt 1.7.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd87e88c7226c07426e42da80b751c194be724f4]

        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>  [1c87f3b3e27b7af48604d492c5c053982dc91a69]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:46:17 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baf69e500a54225ff65f4a83db44f56850dc3a04]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/03/31 16:29:00 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9659dc55a5025c2a3eae488f974a3ad053f6e77a]

        INTEGRATION: CWS changefileheader (1.24.302); FILE MERGED 2008/03/31 17:16:15 rt 1.24.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3df27a6a1d8af79c35d4e90d71508912d5356262]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:20:04 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77ed14e87196a93d5991e7b4239bbd63f7ae81c3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:22 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b8f5e8224c0be18568648fdfa46315612d7e721]

        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>  [4da650b90117533675ddc513a8b60fde6ae8d37b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:46:17 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [342b9962dedd0043af95e10c121aa0b634e2f42c]

        INTEGRATION: CWS changefileheader (1.5.222); FILE MERGED 2008/03/31 16:29:00 rt 1.5.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba83e2df458f06efa703d67e639d5659c2c85507]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/03/31 17:16:15 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [318221e08ce0b100c39e188a17f251804347fe41]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:32 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [264dc53390a2e8492e007765a3b60e808b0cb3eb]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:22 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb5e3b0edfb8ed2dcad20a8f5ea532ad5d1f532c]

        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>  [7d4302ece8c14bc0dc33709efd29c7582289702b]

        INTEGRATION: CWS changefileheader (1.10.176); FILE MERGED 2008/04/01 12:36:55 thb 1.10.176.2: #i85898# Stripping all external header guards 2008/03/31 17:16:15 rt 1.10.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd2cfaf90be424d7327d2ad78ebbd1b49e91431d]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:10:19 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:05:59 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:29:00 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d61e809b44d43d411a56b4357ff695da2044a19]

        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>  [931bbde62d976200f8d245be1802c0e7f01a0ea7]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:21 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bdcd9aa43ce5322bce86653a67363d80f18d1bb]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/03/31 16:29:00 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7216ca0a2b200b7479658277524ccd8f5a0bb84c]

        INTEGRATION: CWS changefileheader (1.51.368); FILE MERGED 2008/03/31 14:20:04 rt 1.51.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d53db3189d93ca87094e168764a57854cc0a9b9]

        INTEGRATION: CWS changefileheader (1.53.302); FILE MERGED 2008/03/31 17:16:15 rt 1.53.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f3697482c6ed15667b7ccbd82c3035fea7166a2]

        INTEGRATION: CWS changefileheader (1.5.342); FILE MERGED 2008/03/31 16:01:21 rt 1.5.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32a7f65ec5e3be78e074f02b9b29b04aed9da0b1]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:29:00 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fd44c2a2861b243f3ced9d0bfbb915c6fc1b4f9]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:32 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d03fc447a5f8163df7c7970fa4ab71a1949f34fa]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/03/31 17:16:15 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a94a023ad2872acd05a0d157d8a5c344f732591d]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:16:15 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79d5b7b00272cc10a18348dd49e6cfdd050cd176]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:21 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48066ba0d0d599eb38df70399f9e301f07059bf3]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:50:32 thb 1.15.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:22 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:04 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96c5732c4106728f1fe8fae37b7f3f8251ea8c99]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:52 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78107d8c04a475ece0b9ac445ebfbb7541e9bfef]

        INTEGRATION: CWS changefileheader (1.74.368); FILE MERGED 2008/03/31 14:20:03 rt 1.74.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ed98254aa40f41ac6bcaa7ad983306420a3d885]

        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>  [11b08a494efb86dc839acd91761cd13deef600ba]

        INTEGRATION: CWS changefileheader (1.8.1002); FILE MERGED 2008/03/31 14:20:03 rt 1.8.1002.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a19b5013a0d75b7ce142118acdff524b793b433a]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/03/31 16:01:21 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7adb861da0cf88ef37536cef9dabd645253effc8]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:51 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bacefc10c52c01399bf1f03209abfa282f661b31]

        INTEGRATION: CWS changefileheader (1.45.212); FILE MERGED 2008/04/01 15:50:32 thb 1.45.212.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.45.212.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.45.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdf7eef267b0494200c376222b472de819705055]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:01:21 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31aff658432e70864b223ee33d65b87167fc213f]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/03/31 16:01:18 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dae7fe2ca217b79034bf1848186a6169582a87d1]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:59 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:29:00 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e14ee73375b020d5460544484d92b72f92d447]

        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>  [d52566bf319aa391880b92ac7ff78a8d4785d4d1]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:18 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0360e94b6b367a1611fb33d1722ad81f6def8dc8]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 13:05:58 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 16:28:59 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db5abfe9b2ed4496d9f74bc002dac86fc8d6de65]

        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>  [20abc7e144ae6ae788eaf0a82f72f9f680220c42]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:10:19 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:05:58 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:59 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c40331b3d938b614a489109804feb252aed1abd6]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/03/31 16:28:59 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [612ca0c0f2834d24daff1ab92587a04d05c56021]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/04/01 15:50:32 thb 1.2.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ccdcfc4115914b4ae37120670bc96224f748d5e]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:32 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87d395f68ca28923e8e09d13d860f8a049f71394]

        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>  [0accd1daefa445c7bfa05c24dceec1ca181f931a]

        INTEGRATION: CWS changefileheader (1.17.200); FILE MERGED 2008/04/01 15:50:31 thb 1.17.200.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.17.200.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.17.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65c1ed5146f3aea18aa01c03529d48388bc217de]

        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>  [38783698b58ca9276f0e90155db753c4f527a0b0]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:10:18 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:05:58 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:59 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ef851a0e50c06f5576cdffb4f4623131a51acc4]

        INTEGRATION: CWS changefileheader (1.46.240); FILE MERGED 2008/03/31 17:16:14 rt 1.46.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db094cce6deef081a384ced0106a4e49b65c5684]

        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>  [896b16e29be95c8be5cd21eb32dd2d5987a7d89c]

        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>  [5383293909a707eb98f51110b70bf84ea832613f]

        INTEGRATION: CWS changefileheader (1.12.28); FILE MERGED 2008/03/31 16:28:54 rt 1.12.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3fadcaf5980115fe813fb8b02d9813d81e7d4ad]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 17:16:14 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6313bf7a185ecb6b2f98d7fdb2f3b2ad28dff3e9]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:20:03 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73eb5b489d2e51ab3788fefc59685d4d18150aa5]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/04/01 16:10:18 thb 1.5.300.3: #i85898# Stripping all external header guards 2008/04/01 13:05:52 thb 1.5.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a09b0fae78d7f29fea9b706eb67b0ec20a01e9f0]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:16:14 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6c986b066a042a56800dfcb33e3067191454835]

        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>  [f370e55bb7beb36b7b468e83f46f47651962aa98]

        INTEGRATION: CWS changefileheader (1.14.330); FILE MERGED 2008/04/01 12:36:55 thb 1.14.330.2: #i85898# Stripping all external header guards 2008/03/31 17:16:14 rt 1.14.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48d98a31bc4f9d35e74a5c99072cc5a321df335c]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:18 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:52 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [873640be42418b59dc34063f019b4335d62ffdcf]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:01:18 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41d7c3a97608fb83cad3db441efcf8892acea346]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:31 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea8d314e7a43b8683a38995d11ee9692b163f038]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:28:54 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01b18a2d6067b8e381b99bbd53a6e7a7e7ad9fa3]

        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>  [b8f9d8f751c24fbce9042cc49a3f649ec5ac2d64]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:18 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:52 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f688bec79ff89675f897138ff6486a4fe713fa6]

        INTEGRATION: CWS changefileheader (1.19.136); FILE MERGED 2008/04/01 12:36:55 thb 1.19.136.2: #i85898# Stripping all external header guards 2008/03/31 17:16:14 rt 1.19.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3971b3d15849922f4d1bbe3a03dfa6e1d19709a5]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:01:17 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91bb2bf02687fbe2cc0b060d065d6d6508737d33]

        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>  [043a44c52f2663b14c3cced5d6844d4127956db1]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:50:31 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76c27f7b696078e1d9dacf95d3a0c78f110af367]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 13:05:52 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3ed28706e2f02a2a8a05c800f55a7ba9c68a1fa]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:17 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19d0b4f4de7a3cc67bb097ac54349eda2838488a]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:31 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e2fd2bb734108d3bac451fada4746890a55e44]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:05:52 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec518d34004e6a8ea4bbc4de665c09b75194f836]

        INTEGRATION: CWS changefileheader (1.6.470); FILE MERGED 2008/03/31 14:20:03 rt 1.6.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [782ef037701d488f92621419445c357ab681b081]

        INTEGRATION: CWS changefileheader (1.22.162); FILE MERGED 2008/04/01 16:10:18 thb 1.22.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:52 thb 1.22.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.22.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27f21da07ba531c37affe6cb7a45292aef7800b8]

        INTEGRATION: CWS changefileheader (1.10.88); FILE MERGED 2008/03/31 17:16:14 rt 1.10.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64eeaa946e370474d05f875b25b7e78a60dc0606]

        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>  [a81711ebf8bed015f6dc93681436e303a3ec0140]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 14:20:03 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1990b95676659cab46727d63e3f5ad7ad44b042]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:50 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [133dd4ad1db2c0ac5841cb37dccfeacb820c6451]

        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>  [abbbb16e69bc3dcf3c24d93f71c5ab195ff0be86]

        INTEGRATION: CWS changefileheader (1.3.730); FILE MERGED 2008/03/31 14:20:03 rt 1.3.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4d75cdc7bc40e507b01d155b71ed3c7e7254ab4]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:20:03 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c14142c9163fc4c0e52dc0fdde2fbca66f6b3e9b]

        INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 17:16:14 rt 1.8.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa6d05a8527b9a366f536e0f99edcd3599ee83a6]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:17 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:51 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c03280040d4d6b97fd00d437a65f5def564bdcf]

        INTEGRATION: CWS changefileheader (1.14.50); FILE MERGED 2008/04/01 15:50:31 thb 1.14.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.14.50.2: #i85898# Stripping all external header guards 2008/03/31 14:20:03 rt 1.14.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd7827eb3b711516443c0f83214fa5e89172e95c]

        INTEGRATION: CWS changefileheader (1.16.328); FILE MERGED 2008/03/31 17:16:14 rt 1.16.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7c07b697be10158e9b33505d2c79906ab382105]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 16:01:17 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec1f045854a58b00b563eab2175c041728a92a05]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:05:51 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:54 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc882816fef342574a9440cc2e0d422b6bd80461]

        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>  [da37232166a687c3849395717f619a4351d728a9]

        INTEGRATION: CWS changefileheader (1.7.1254); FILE MERGED 2008/03/31 14:20:03 rt 1.7.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43223634a17272af44df9129b0b3beffb4dad6a8]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/03/31 17:16:14 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da9e23670d521f5ab61953d40fa10dee9b6fb1c6]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:51 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff78b7da874aaf3c4cffcace32ab818f9a0d2edf]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:17 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [268bff2c280f024600bd1b000930bada7379d544]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:16:14 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [042c0e36da52d359e138a29de44c9b3e2151d845]

        INTEGRATION: CWS changefileheader (1.27.50); FILE MERGED 2008/04/01 15:50:31 thb 1.27.50.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.27.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [663df4f086ff08f15c39ac562e7284a147784c2a]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:28:53 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b09b8cf6307f395aec2934d434bb1a8286c7d3fd]

        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>  [03e4911b4f260abfc7f022b67921e3ffa9d7665a]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/31 17:16:14 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c9ae68299dc638f8c70aeab120350130a9c0d3f]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:20:02 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca801dcc09ff999dc02161ef56acc6e93b1a0328]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:10:17 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:05:51 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee3c6d15d8c18483c94cd92b5b57e1a033202f9b]

        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>  [71ce39c5f79a90cd361df59b686d461cf474e981]

        INTEGRATION: CWS changefileheader (1.45.302); FILE MERGED 2008/03/31 17:16:13 rt 1.45.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be764d2d098e988d60ce025ad92ecad8ae40fb31]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:16 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [475a5a351b73742dfcdd46b128f1a911239bfd74]

        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>  [8f2337d5a5b9ea94c44e356f5855c89ab1b5aa60]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:16:13 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [184d1e5ec9e12d1bd2ffec85aa3e390599281ded]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:17 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:51 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0b0846b5e014dfbd85c17da325306b8cbab90e0]

        INTEGRATION: CWS changefileheader (1.21.328); FILE MERGED 2008/04/01 12:36:55 thb 1.21.328.2: #i85898# Stripping all external header guards 2008/03/31 17:16:13 rt 1.21.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f0f82103c79939526bda71fae015e6d1d51747]

        INTEGRATION: CWS changefileheader (1.19.162); FILE MERGED 2008/04/01 16:10:17 thb 1.19.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:51 thb 1.19.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.19.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34b214c36896eabfc9da382473148913bdb24732]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/04/01 15:50:31 thb 1.2.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.2.196.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f1832eac4dc4d74d9f411a05a1cad635ce7bed4]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:16:13 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [083a6f00223de6cca58584c6b80c06287ee9ef3f]

        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>  [a613d1de5cd26674ebe7b9b7f2c781c71370d3b2]

        INTEGRATION: CWS changefileheader (1.41.362); FILE MERGED 2008/03/31 14:20:02 rt 1.41.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d28abd937ad8063a52a0f2d9f629ec45d8d387d]

        INTEGRATION: CWS changefileheader (1.5.448); FILE MERGED 2008/04/01 16:10:17 thb 1.5.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:50 thb 1.5.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.5.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a3b77ee4490fd19cc92697d1df64037641b8c0a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:16 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08fd624bc586ea96edfcb292f4d1ab60e8fa7e14]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:16:13 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9343f591d070b145f81ec0c17037fd2ab13416]

        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>  [d3d18b08e64784d13ad7b714f23a91b6cb496dd0]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:20:02 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fff789e55a0755c4cefdf267fa165cc2ea986c3c]

        INTEGRATION: CWS changefileheader (1.16.162); FILE MERGED 2008/04/01 16:10:17 thb 1.16.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:50 thb 1.16.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.16.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [055929fd5e37080adfb457a0366dbc8840c0730a]

        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>  [12f02ed0e810e29167f85fe9056ffb6cb392660d]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 15:50:31 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25604ce1ed8fe6ad1b316fe1035524dbbfdba986]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:50 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [798c903106057cff1ac210f9753bd7e1a93eb2b4]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:49 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45db9844bc210d8ed79cd0c5b29c598b0873bee3]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:05:50 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e7286eb11054bcf26ad21cc2d5dfd7c335207f0]

        INTEGRATION: CWS changefileheader (1.24.88); FILE MERGED 2008/03/31 17:16:13 rt 1.24.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5abcd8d4e2cd5a62c08a7c98f9b484bc4d4a0fd2]

        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>  [dfb15b454fc1a95fd032358fc2db47d7fc1afc1a]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:50:31 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee7c7adc56e5874ef58fe1c527c68fc78c39475b]

        INTEGRATION: CWS changefileheader (1.9.450); FILE MERGED 2008/04/01 13:05:50 thb 1.9.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.9.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6a801c7d33f004587e3aa3460c3e90073863169]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/04/01 15:31:13 thb 1.9.10.2: #i85898# Stripping all external header guards 2008/03/31 17:16:13 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e182d2dca378a744edffdf1bfecc869968aa98b1]

        INTEGRATION: CWS changefileheader (1.33.178); FILE MERGED 2008/03/31 16:01:08 rt 1.33.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [474ec66a638bba76b450d3bca2366993c4d450a8]

        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>  [14b0990dfd49d75a395806f7d9f6b9028efd3365]

        INTEGRATION: CWS changefileheader (1.5.730); FILE MERGED 2008/04/01 15:50:31 thb 1.5.730.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.5.730.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.5.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d84281ea2f48ca7fadb36654fd5059060d657bc]

        INTEGRATION: CWS changefileheader (1.18.300); FILE MERGED 2008/04/01 13:05:49 thb 1.18.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.18.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6581e9f927fc4d3f5cb9f71d320b00739a04b61]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 17:16:13 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a77277a9b7f75d3e6c04c02c065ea23e88597e83]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:08 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ff617d8c2167d5059903b209846710411248698]

        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>  [37ab33405b5bc5090c960929f4570021acfed2d4]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:20:02 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0800233cb2da4c52399888d82d3bf5be3b1895a4]

        INTEGRATION: CWS changefileheader (1.8.450); FILE MERGED 2008/04/01 13:05:49 thb 1.8.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:53 rt 1.8.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [badcb9a1bc07e9bc9e187897748333b98eb57268]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/04/01 12:36:52 thb 1.5.492.2: #i85898# Stripping all external header guards 2008/03/31 17:16:07 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa97ae05ee13f864c01f38e48db7824026e305c2]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:08 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c34c43ad0ffc8ad2324bdce3bed9709ef45f7c0e]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/04/01 12:48:21 thb 1.10.36.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94c5d85c1d6104f9deb765307f25ce6371baabac]

        INTEGRATION: CWS changefileheader (1.18.300); FILE MERGED 2008/04/01 13:05:49 thb 1.18.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.18.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d12713c9cc683b41b1f9b52cd9dc75a9b1cf92a4]

        INTEGRATION: CWS changefileheader (1.10.300); FILE MERGED 2008/03/31 17:16:07 rt 1.10.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de46ea2bf4d900e68583e1b71e49f5c40f80fd24]

        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>  [0ff389f0d0dc5e037565ce37c342d25fe3098535]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:08 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbce0951f67105b6131ba70d5ff3f6b7b246008e]

        INTEGRATION: CWS changefileheader (1.8.1254); FILE MERGED 2008/03/31 14:20:02 rt 1.8.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a41fba0b891238fba223520434a8ba85f8f88b5c]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:28:52 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2180b7c4e577c8667fc66285785231965b24a6b5]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:16:07 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee9b186a2ad731fc467ff5e686f0836ae6ee1a66]

        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>  [58411000751acf8db2e8cb11aac460db958933b5]

        INTEGRATION: CWS changefileheader (1.23.36); FILE MERGED 2008/04/01 15:50:30 thb 1.23.36.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.23.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b176d0ec1157498e21530be595757c63b62f1ae]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:49 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32d0b5897c97c79c472193d7c81071653fbcc3b8]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:16:07 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1369fdcbb90736cf293fe1940b1fdc3d9b880452]

        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>  [5d2542a7328cbe6c167de928495568ae4f5e2579]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:30 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:02 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdf315123b9e5929aae7b860f5d5743cbfc8f79b]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:05:49 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3d8eb143b8232f9ea1a5233b0fdf45cbd558fa5]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:16:07 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f3bbf2d6c2c52314cbf1db89813f8c7d8bb4603]

        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>  [3bde164c7f594e779079535054dc7b675718b9c5]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:07 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd1974a43247f53cb9fcb940bbdea5f0dde9facf]

        INTEGRATION: CWS changefileheader (1.23.368); FILE MERGED 2008/03/31 14:20:02 rt 1.23.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85a7f0cd6894b8646cc09ee58d515765b770b8b5]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:49 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5df3fd7315a086216d35b38688bba851e6021fdf]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/03/31 17:16:07 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c09d92949a9413f775173871d77bec6d5f619c4]

        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>  [9016c32c6f102010cc323b718c069d3511574ed7]

        INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/03/31 16:01:07 rt 1.2.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f82a08056715e75a1edb4874f59cf1c2d644adb6]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:20:02 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b722fc891af9cff4c386b4ff6ef98d67f9fbe6c]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:05:48 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57172c0a51129d3c3f9bc2ef355b880e004fdd73]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:16:07 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [048b47f21d51903a55387301692ee992f9b36c4f]

        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>  [25d88ced3560b582cafef0a83f87326a20260b5b]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:07 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [034e2cee13005498235522e006078892bfc95ea1]

        INTEGRATION: CWS changefileheader (1.41.368); FILE MERGED 2008/03/31 14:20:01 rt 1.41.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94ba10be9a1819dd02455f3a0eb46839d5bed98d]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:17 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:48 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bee85784648935284379ca098897f136f816924c]

        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>  [4c5f52146fb8b08836624cbc08eb7482a95fa703]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:07 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2dd535450262d2c9fca0de5d8529f838f36bc35]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:20:01 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c886d424ddabc0332dcdace73bc692630c312453]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/04/01 13:05:48 thb 1.5.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea9150c6a582e722a9d75103d780d56b20370b65]

        INTEGRATION: CWS changefileheader (1.10.292); FILE MERGED 2008/03/31 17:16:07 rt 1.10.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ed7de500dc65b8377130b6a7b9f7464ec5430e9]

        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>  [488bd6c90e54c0326bd13d21e70201c5f1debdbd]

        INTEGRATION: CWS changefileheader (1.29.260); FILE MERGED 2008/04/01 15:50:30 thb 1.29.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.29.260.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.29.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6497a0771555d17f65d27c07984eb9429340bce8]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:05:48 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a4c768ecae3557d4e0c591cc3084c37b881fb73]

        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>  [18a26ed13a09a512757912a84cc3c28b36357ad9]

        INTEGRATION: CWS changefileheader (1.7.328); FILE MERGED 2008/03/31 16:01:07 rt 1.7.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81e88ecc5ca9f3b4c4e45c1dcae731567cbc37a1]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/04/01 15:50:30 thb 1.2.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [292238a8e36a79764fd4813e80f314f7bb946a2e]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 13:05:48 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5f1a999886a34462ad0014a9bf6ab4c4a25428a]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 17:16:06 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03484a2a1b7f1a4951cab67dbb90c1c9841e17ea]

        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>  [3162cbf93fea607914792e26fded71e60785d473]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:48 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b42a372a0c28ed9fecdb05933b49210252bd8519]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:07 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2488a3aeb9da2654c10bb3137842a2da9e72c0c]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:30 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2690437126a06152a637e78a768b1eb6d91fe54]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 13:05:48 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:52 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d211ccc62e1a19975b1ca5233932819cb3c06fe]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 17:16:06 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07c69548598576879056381ee6d761f91dd51cb7]

        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>  [43cac501f8e32cbc6f225691fe97d49e31d903be]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 14:20:01 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27471fced819f2bf710dba4d4cbeda891218d884]

        INTEGRATION: CWS changefileheader (1.23.122); FILE MERGED 2008/04/01 16:10:17 thb 1.23.122.3: #i85898# Stripping all external header guards 2008/04/01 13:05:47 thb 1.23.122.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.23.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cbfd2633cab1e9dbe8295fe3bed6ce336260f9c]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:16:06 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d1291f420b9cf2a16811644fe6671d7be2e6641]

        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>  [a11e7e906064632c077e9a4ad4425e18e61832d3]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:20:01 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bbea8b7b3cd14b6f7602c5eaacbfde3c9e45301]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 13:05:47 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c0d047639079e7a253c1c36555409e57905dba4]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:07 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a8cb605183e5c34b93d33d782fb3a57ece95270]

        INTEGRATION: CWS changefileheader (1.10.300); FILE MERGED 2008/04/01 15:31:10 thb 1.10.300.2: #i85898# Stripping all external header guards 2008/03/31 17:16:06 rt 1.10.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46e5745807065d5a8e2c824062d4c602e741b49f]

        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>  [4e6a9c0c54900ade7ee3eb8f1ae1c041214b8828]

        INTEGRATION: CWS changefileheader (1.22.122); FILE MERGED 2008/04/01 16:10:16 thb 1.22.122.3: #i85898# Stripping all external header guards 2008/04/01 13:05:47 thb 1.22.122.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.22.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f9dd4520e470c670bd6a8a27acaa2d51b6e5a33]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:30 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f1ad9d704b43cfe4dbbeef7e4a696b22b0a32f9]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:16:06 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90d80e1abc2c11fd3dda14cd624b474adf56021a]

        INTEGRATION: CWS changefileheader (1.13.454); FILE MERGED 2008/03/31 16:01:07 rt 1.13.454.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d076cf2a06c6e4bc6a7e53eb4f983889b7f0a40]

        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>  [fbaa2718bcb0e1c21afd432c5f8ab4d6a4eb2e39]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:30 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [128687363c754ac581a382af99a225ebaedc7137]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:05:47 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [340ad2e883bb198f828b2f5ad72d3c22cd38c251]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:16:06 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [034c86dcad38548f9a30918ecfdc4f10d0402f09]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:01:07 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927aef74a4fceb4befb2861b625348e2c02f271b]

        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>  [988482f38b5dde22ce0f6ddf2fe33e412fd34a33]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:20:01 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d388f7637bc37465279ee4613ad21a853f4e25a7]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:05:47 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461d6b8bd283a4e63b9a7c72599506f3825e1592]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:16:06 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be5ed8bf6b184793cdab6a150e0b00e07e8cbf2b]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:07 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cba09ec0034cdeb6a77ef664b5234ffa49b44ec]

        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>  [501dd20cc3a6eaa0bf2a31c069a8012fb94b5688]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/03/31 14:20:01 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaebca332cff4308a856bfa6ff6496e001d58849]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 13:05:47 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [463e6ee75cb1a8c757e8ecb8d2bd90d9cffc8551]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:06 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45d5801f1a9ae7e62558b4aa71ce81bf81a01829]

        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>  [cc411b94856aaa2a92579ca221cd3654344a9263]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:30 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd93eeaacda3311184cef0f5eb69ec2999f4e764]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:10:16 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:47 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64f6957ee547bc4261f1aa502ce83423e6800846]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/03/31 14:20:01 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [280dd04725901978883fe1e5875401e391f70acc]

        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>  [735d1b268b6880e4202d03bcd770c4626ef19446]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:06 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb42f2da8a18f23cb53f9e109617bc518025f114]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 17:16:06 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48beb60b3d4850e669930ca49f4054cfe552f852]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:16 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:47 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1cd1e47b578ce4d702c536a851568229f61e91a]

        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>  [ee5adf2c353b3e0bf9ee9b390f64816166a282a5]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:05:46 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68fa539041c5dbd430bc5554ef3749a8e7199629]

        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>  [1e9c763421f3499cf10b22c58d6318b7261a5458]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:16 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:46 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd7f2ca0a54ac66ea1c15593875757999dfa0a5a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:06 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7081dba5cc4b1c9be8655358192995e2f2a1aca]

        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>  [2efc8d6aecd18b9ed47fb84de1dc7a7ae41461f8]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:29 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97c953cc95a19ade5b3b8bb2b4a0a1ccda60565f]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/04/01 13:05:46 thb 1.8.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6eacfef15936d3226163578dc14eb5cd3c298a15]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:01:06 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cfa962701951cd18aa34091ca7dc9f89612bc74]

        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>  [13dd42edb67f2bf56d4256c8027956780240bafa]

        INTEGRATION: CWS changefileheader (1.6.622); FILE MERGED 2008/03/31 14:20:01 rt 1.6.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8875f7d9e23f84f625ebf2274879bbe1bc882df]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:05:46 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72f80925cb3eba11724e002516a71bb21089acd9]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 16:01:06 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9fa6ad4319a77fafd21942ca8ef92f652dab779]

        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>  [857983690fdbeb452fbe401772d1843883c35944]

        INTEGRATION: CWS changefileheader (1.12.366); FILE MERGED 2008/04/01 15:50:29 thb 1.12.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:21 thb 1.12.366.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.12.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75d80b0e923fdd065bfd2c96735255de65c1a1fc]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:05:46 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e334b5e7b40c1feeb7b942bd3b2665f7e188a0d8]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:01:05 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b22b1f865d3c91f6eced11493236426c64838f7]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:29 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaf65e8091635da0bce4f2c53a56bfb763588eb7]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:46 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:51 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4a33d1d2366151a0fbf9ac66dbe1e71819932a3]

        INTEGRATION: CWS changefileheader (1.31.244); FILE MERGED 2008/03/31 17:16:06 rt 1.31.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d64e339067d4ad5b042ef4b13745a5f403d5af7]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:05 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45b900f57e5c8a75ce79c6b5985ba55a59aa2e1e]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/04/01 12:48:20 thb 1.10.72.2: #i85898# Stripping all external header guards 2008/03/31 14:20:01 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [077b0bce58e36130222ab86f51ed3af8048a0bb8]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:46 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94522238ebb2feca7675ac27900edd3ea8dcedb6]

        INTEGRATION: CWS changefileheader (1.16.244); FILE MERGED 2008/04/01 15:31:09 thb 1.16.244.2: #i85898# Stripping all external header guards 2008/03/31 17:16:06 rt 1.16.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [690590b69b6f15bb77782741edc418f023428c28]

        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>  [222755202a1aca20f9c5965488b6bfb81faca2b0]

        INTEGRATION: CWS changefileheader (1.25.368); FILE MERGED 2008/03/31 14:20:01 rt 1.25.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30fb96fd746ab242a068d8b5271d6c2226be4dc5]

        INTEGRATION: CWS changefileheader (1.5.448); FILE MERGED 2008/04/01 13:05:46 thb 1.5.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c7583404f1eef579cb2ce80ef59c622bbc27efc]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:05 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79322138a9465f3626e37b3450e0529e5ed6dae]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:16:06 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04a9ab72cdde6c35a03fc010be13753b91a5166d]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:20:00 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53f2cfe40d3367a0def3871b4058d4d232143e2b]

        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>  [0b498cceee6476a8490ebaee8a0d9d334e6c1cc4]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 13:05:46 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdf6316ddec0218b5d3fb51ec431e57b1516b248]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:01:05 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cc9556a8176bf90e2a95245e7d84ba9d2e4b2ca]

        INTEGRATION: CWS changefileheader (1.35.302); FILE MERGED 2008/03/31 17:16:06 rt 1.35.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aa0f0ab1ff2389d7e90899b7d26f11f435207c5]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:29 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:00 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b32f6c9631a090f852a000f94d5af88db3cd3c]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:16 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:46 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c514bc65628056ed63e6cf8f06eaf85c843abcc]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/04/01 15:31:09 thb 1.13.330.2: #i85898# Stripping all external header guards 2008/03/31 17:16:06 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da594a7e7407f3663b515c3cf625dcfc5210fe8d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8dc55f97c9e0bcc4755e0151f2241c63b708ecb]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/03/31 14:20:00 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372e6cb0611e00727c40c33eaf1d2ea189213085]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:47 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [875e5bf79869cc73e854d2697c94269f9eb8b08b]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:05:46 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ff39654f72b4492d485f57c59178e9fd0209acd]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:05 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c390c25130427759738297256f2e7be1ed40885]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:16:05 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8c1703e3c36545aac4984316335436d4c74248b]

        INTEGRATION: CWS changefileheader (1.83.368); FILE MERGED 2008/03/31 14:20:00 rt 1.83.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff1569903402a0ae42a88ac253564732e37b4bc2]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:46 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [929ddf4645b1c06d527e5bd2b7adeb269f56a5cd]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:16:05 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d16ac3fbe3d115510cb4f3217d64424e92bd6fa2]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:45 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7254a0d41fcf9db2f54b7a7d2c3b8ba3d82abaaf]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:29 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:20 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:00 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d4efe626c1125a144239ead0d689b448a876466]

        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>  [60ca7375e6c7d7e23a52db98b5eb7f71ce50cf70]

        INTEGRATION: CWS changefileheader (1.32.302); FILE MERGED 2008/03/31 17:16:05 rt 1.32.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20425949d48fed120988e56d7ef370f0be711224]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:45 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec8f98938fa7f0d77859ff0e4f231e6eb1a76ba8]

        INTEGRATION: CWS changefileheader (1.17.1256); FILE MERGED 2008/03/31 14:20:00 rt 1.17.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1e6afd6fae1304da0a15e470f29903842f9994b]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:01:05 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a29287cdb9458d376783f5f1294938cf10701a47]

        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>  [2c79978b470e5806d72e30af8259743dd6411f53]

        INTEGRATION: CWS changefileheader (1.12.300); FILE MERGED 2008/04/01 15:31:09 thb 1.12.300.2: #i85898# Stripping all external header guards 2008/03/31 17:16:05 rt 1.12.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bf48ccacdbc5b156dd34787c448092c790f1cc6]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:05:45 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6ce019711259412de52ca8cc8424037b39f21d2]

        INTEGRATION: CWS changefileheader (1.52.138); FILE MERGED 2008/04/01 15:50:29 thb 1.52.138.3: #i85898# Stripping all external header guards 2008/04/01 12:48:20 thb 1.52.138.2: #i85898# Stripping all external header guards 2008/03/31 14:20:00 rt 1.52.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ad4789b42cf3117b85dbbbcf2b22acf04b6f7c]

        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>  [12186a8886e617ddab327a63cb4a7a0564596c4b]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:28:50 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c7678c57d727fcc25452adb5032ad519d4a7a28]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:16:05 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ce921ccdd4583ed2fbba14731ecab065122ea7d]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:50:29 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:20 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:00 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92a4691cd9cb0b906abf1840492f76b0e2fce49b]

        INTEGRATION: CWS changefileheader (1.4.374); FILE MERGED 2008/04/01 13:05:45 thb 1.4.374.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.4.374.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc7f89c39b7cef2664b77458f8b6782f7b3b8aea]

        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>  [5439ba8f4b50bf91569b3866d35c6d96af511de9]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:04 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4bae577065910773335fb51a1f7e2a9cab9919d]

        INTEGRATION: CWS changefileheader (1.70.340); FILE MERGED 2008/03/31 14:20:00 rt 1.70.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0be487fec5368d1cd479bfa6855968db9851651]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/04/01 16:10:16 thb 1.8.300.3: #i85898# Stripping all external header guards 2008/04/01 13:05:45 thb 1.8.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a928dbe4b549b39aeb2b285479b2e44270b1e612]

        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>  [35386e58bc8c6bab2ab93aa431238876c9076b36]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e251ecc3901d21ee17fc33207a7e83795bfd60c3]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:29 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:20 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:20:00 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581e7400252841f9608e021526e4ae660416ca55]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:05:45 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a39427f311c3b8788de351f88717c607b0589a47]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:31:09 thb 1.9.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:52 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:16:05 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4ad4e0f680839b3271506200fd0d76040ae66c4]

        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>  [5aca5f108e25a95aff222b9a602fb7b2aef1c124]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:04 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2011bdbaf54d6de732f96dc81d3d782e5d54dd36]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/03/31 14:20:00 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f19c72c037e58d07ad515c8bfb5e6ea69931d188]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 13:05:45 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ecc6a4556870c73374ff1228010933f0c710c5]

        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>  [12ea450a3f0e9693b86238fdb1a67df03ad560d6]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 13:05:45 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4702970fac872abb2cef1a96f49d925f2f7241d4]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 17:16:05 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd3a4b426c364c385809915066a1806346931dbd]

        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>  [f0c0ba943f1e5d63917bf00e6f102519794cf38c]

        INTEGRATION: CWS changefileheader (1.39.340); FILE MERGED 2008/04/01 15:50:29 thb 1.39.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:20 thb 1.39.340.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.39.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05fa9c597168153bb70fcfc3e6d51066601ae7a1]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 13:05:45 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5003baf847f951377e96253cb6b6397ba3b7556b]

        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>  [8ff44818cfc70158de5a3a4243ca8a3873abbdb7]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:03 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15dabd2dd39abbd3a7fecf358605e13485eb5c7f]

        INTEGRATION: CWS changefileheader (1.5.290); FILE MERGED 2008/04/01 13:05:45 thb 1.5.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:50 rt 1.5.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c6a5edf5487230bdc4aad5c339086012acabdef]

        INTEGRATION: CWS changefileheader (1.5.732); FILE MERGED 2008/04/01 12:48:19 thb 1.5.732.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.5.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [400e8534861d9848302ed62f09a060be5f1d9813]

        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>  [e52f75cc335ed699966e787a4a22cc764b38f945]

        INTEGRATION: CWS changefileheader (1.17.300); FILE MERGED 2008/03/31 17:16:05 rt 1.17.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b70ebd981d816c45f8612368a258006546ede533]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:03 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e859a0d3d5134a3c419eb2476c2b04d4f74cdd1]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:45 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca2d0c1ff420cafdc3ecfd2833849581ab0077f5]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:19:59 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa5a7144dfac6ec84db1ff8eb88684d7c584ab78]

        INTEGRATION: CWS changefileheader (1.20.80); FILE MERGED 2008/03/31 17:16:05 rt 1.20.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2753e18ceb8dc23f75670bf5c66f099fe2956be2]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:05:45 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49d59f70cbeb2605e20089d9816073fdfb5175d4]

        INTEGRATION: CWS changefileheader (1.5.318); FILE MERGED 2008/04/01 15:50:29 thb 1.5.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.5.318.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.5.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71c0fa695e9c206ba9a6936a3fbdf43be88318f5]

        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>  [e15ee760623d4225287c6ca57bd78e309c8f4748]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 16:01:03 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fa8b9affaa30fb23298101c59964142affb3933]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:44 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8849e1397a234bee8deaff811e3e69132230d10e]

        INTEGRATION: CWS changefileheader (1.34.302); FILE MERGED 2008/03/31 17:16:05 rt 1.34.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05e1f54d5608219581a1a523d457a56e7d78bc78]

        INTEGRATION: CWS changefileheader (1.3.468); FILE MERGED 2008/03/31 14:19:59 rt 1.3.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50c2ec95d101d6ca1e4d8e12a0dda7c57fa12878]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:05:44 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25cc3910e50dba4e07770c7f66db69c29eb7e6c0]

        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>  [1f455bbb6a5316cd35d047699f734e74e89f4cc8]

        INTEGRATION: CWS changefileheader (1.24.146); FILE MERGED 2008/04/01 15:31:09 thb 1.24.146.2: #i85898# Stripping all external header guards 2008/03/31 17:16:05 rt 1.24.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa681b5b38becca59a4066ace60cba67cce80a07]

        INTEGRATION: CWS changefileheader (1.12.318); FILE MERGED 2008/04/01 15:50:29 thb 1.12.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.12.318.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.12.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8dbbd968f03c400bfa1ecf3d3e2c965b7a551b8]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:15 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:44 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b7d787053b0859e4f457475c5ed9d7a5752bd51]

        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>  [75888f5e18ed6f61723481749e58352ed51f9e8c]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/04/01 15:50:28 thb 1.10.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.10.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd5b81a69287849a8736c4c7b0ac41bf3d41ee99]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:04 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb33d9b30a62a6bc5634db5ed6aeb3c7e022adaf]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/04/01 13:05:44 thb 1.6.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390e3567a08e54022c213c9c64e3716e8693fe11]

        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>  [31fc2e97655c3f0970fc9e4dc48e0d0cf06c56e1]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/04/01 15:50:28 thb 1.20.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.20.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50f6480cdbb0fe8fb85da1f9aa9d77cdab4e1996]

        INTEGRATION: CWS changefileheader (1.11.660); FILE MERGED 2008/04/01 15:31:04 thb 1.11.660.3: #i85898# Stripping all external header guards 2008/04/01 12:36:50 thb 1.11.660.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.11.660.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e816c90cdbc008f2fbcd552992fecb8613873edc]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:02 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7381cdfbd1289c434e7967cd72af65342a06aa82]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:46 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2810e2704be4a0ab30ea80bbd8ae00c6e82ca96]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:44 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3517d8e6f43c42aebf6094b458f2e01bdcc4789b]

        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>  [b34c1de0b493c82fea2327614c5e73cb9a7772b0]

        INTEGRATION: CWS changefileheader (1.33.224); FILE MERGED 2008/04/01 12:36:50 thb 1.33.224.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.33.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d556b5f72d2054259910e9cbb0660e4e24db76b]

        INTEGRATION: CWS changefileheader (1.8.622); FILE MERGED 2008/04/01 15:50:28 thb 1.8.622.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.8.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.8.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f760ad04c650a24390d64c8c5cf3cbf59e9653a0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:02 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58f51efc8be634dd02dcec5d4d2e70290317df6a]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:44 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd318d8fab02942ffb6f89166034cce2f553e1d8]

        INTEGRATION: CWS changefileheader (1.22.96); FILE MERGED 2008/04/01 15:31:04 thb 1.22.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:50 thb 1.22.96.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.22.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41506590cc42fe1c9ecc88e698260c4c33e3a2d2]

        INTEGRATION: CWS changefileheader (1.23.4); FILE MERGED 2008/04/01 15:50:28 thb 1.23.4.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.23.4.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.23.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e112bb8edff35ba05e2a406fa09da0277cb6dac4]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 13:05:44 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4497547e98cc92dbaed0b906264cc255a7c128dd]

        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>  [dc735bc71292d9468a03079818f19e9f7556e3d9]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:31:03 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [789247627bfe4c382afd66332da0e9c352cf1323]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:05:44 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c962bc9c834c8eb8b6e128ad1c0e9bff8ec0fe0]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/03/31 14:19:59 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d84db00c1387c14487da649d6eb923fa2210a77]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:02 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd65306880bb2763109be9ad2524e135fd0ada7c]

        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>  [ad2261817a471d1c61b126f292410d92442e7d76]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:51 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b274c73cf009a50baebd0b59e4ae610c272cc23]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:28 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:19 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da6955e51397e82f3c858cf85ab7a063f0894adf]

        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>  [195c1d322da0a957b18fa7b00d739153bdeafbdf]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:03 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:50 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21b1930829322794633b61be4b831b30c01d9ee2]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:02 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [604d64d292dcb20daf93cc60345955ee65d5c591]

        INTEGRATION: CWS changefileheader (1.5.712); FILE MERGED 2008/03/31 14:19:59 rt 1.5.712.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [683ebccac2f38fbf99e9738d2d9f5e3ded6ef72d]

        INTEGRATION: CWS changefileheader (1.9.430); FILE MERGED 2008/04/01 15:31:03 thb 1.9.430.3: #i85898# Stripping all external header guards 2008/04/01 12:36:50 thb 1.9.430.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.9.430.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a967f4795737f1d9e152239d73030baf5dd2a4f0]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:02 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31f05cfa3c5717292445cc8ea61a59e3f242024e]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:05:44 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ea9c5c448d3434b1cf077f5de54a61f16c86204]

        INTEGRATION: CWS changefileheader (1.19.196); FILE MERGED 2008/04/01 15:50:28 thb 1.19.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.19.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.19.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a186857468caf60e1f49bcd7aefa508e5885215]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 15:31:03 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:50 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82063dac8487cdcf28659d7813aea684a124c9bc]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:05:43 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1359e95fda28a125d759d09ad4e6c2e0b30acdd0]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:28 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c1f1c0c23ddf7fa302438efeee45aee2d16787b]

        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>  [8057271aa74409c68eb5415645a1108a56d96485]

        INTEGRATION: CWS changefileheader (1.3.638); FILE MERGED 2008/04/01 15:31:03 thb 1.3.638.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.3.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [517a60c4c89841f60c0573df5257cfa0ade25ebc]

        INTEGRATION: CWS changefileheader (1.5.454); FILE MERGED 2008/03/31 16:01:02 rt 1.5.454.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677af15201d6e3b66583d9829eaf43c41c0cb8ce]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:15 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:43 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [726c1ab697ca7c8b5d0c136023868873f57617fd]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:28 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3446227483d4f35ed94857e2fb71fd36c20c6c24]

        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>  [802bcc72e65190655a48d88c7e221ea30aad7af0]

        INTEGRATION: CWS changefileheader (1.2.698); FILE MERGED 2008/04/01 15:31:03 thb 1.2.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.2.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [097a203799863c7a0f128697e17fbab67cccf4c9]

        INTEGRATION: CWS changefileheader (1.7.468); FILE MERGED 2008/03/31 16:01:01 rt 1.7.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [738c79c5d1e95e1797cde6f85315223816447fcf]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:05:43 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:49 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce9260b1ff844f8b9d03e625e4b8184459e4ea7a]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:19:59 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6579adc4de2111b881916b4fc4fafdf2a2fbd1c1]

        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>  [05efebb50de65745b46360e9b1dcf2620cc69ce0]

        INTEGRATION: CWS changefileheader (1.7.698); FILE MERGED 2008/04/01 12:36:50 thb 1.7.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.7.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dafcd37029fe220aefe4950ae44c2a11ffb8e12]

        INTEGRATION: CWS changefileheader (1.12.468); FILE MERGED 2008/03/31 16:01:01 rt 1.12.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e087e44651dfa16d321047a0d6ef74d4ce4a85db]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 13:05:43 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:48 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b42df5aff4db662d087b644b0f0c4ed4d13add8]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:28 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:59 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4df484b5dbc0194e3f1453bbdcb5d9672e51268c]

        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>  [0c884a08118afb066251c9f3c5e74aa934f873a6]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 12:36:50 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16be43eea678795a03f177fa0eef354f4d8d08d9]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:01:01 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [131dfaf37bf297eb528681270155dfb1bbef60db]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:05:43 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:48 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d5037941f04fae3efff4e4e281ac541227fedf0]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:19:59 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [845a222144a00a6e96c7f0a71a4da131b38635b7]

        INTEGRATION: CWS changefileheader (1.14.430); FILE MERGED 2008/04/01 12:36:50 thb 1.14.430.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.14.430.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5e82bb6477bdb8adaeff251d4bdc334c81d455b]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:01:01 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d86ce6a9f670f8678bb89b38252820e085e5125e]

        INTEGRATION: CWS changefileheader (1.20.368); FILE MERGED 2008/04/01 15:50:28 thb 1.20.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.20.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.20.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eb95d9327eb48672c34d3279576b14ea28ee791]

        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>  [df7dfd25d3755c8adbdc618528da2ec7c4b5f1c4]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:31:03 thb 1.5.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec1a0f746c8c5e09a6778e0fe36b3e0b5d8f371e]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:05:42 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:48 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f836eaa0d90df0f111923f6f06a95658d7211c1e]

        INTEGRATION: CWS changefileheader (1.15.194); FILE MERGED 2008/04/01 15:50:28 thb 1.15.194.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.15.194.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.15.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcd821957389ffc27bc6cb63d918297194b41503]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:01 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa0aac0d9be2964202b782e171a7418617327b0a]

        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>  [0ee738a434fe7091e229149342751a33601ae50e]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 15:31:03 thb 1.6.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:51 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21da3d3b0e719781cb9442f3b9b485402c362040]

        INTEGRATION: CWS changefileheader (1.12.290); FILE MERGED 2008/04/01 13:05:42 thb 1.12.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:48 rt 1.12.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e337f4945d38940fdef85749191d383a6420a293]

        INTEGRATION: CWS changefileheader (1.29.194); FILE MERGED 2008/04/01 15:50:27 thb 1.29.194.3: #i85898# Stripping all external header guards 2008/04/01 12:48:18 thb 1.29.194.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.29.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a22a34078376207b6e57fddb5a84c474ddf6af10]

        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>  [bf9e3783c0d651bed1277d986901b22824966973]

        INTEGRATION: CWS changefileheader (1.15.158); FILE MERGED 2008/03/31 17:15:50 rt 1.15.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e55a8b862d4210f9276838ef4062a379058c8d]

        INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/03/31 16:28:48 rt 1.7.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3c8a0fe7e1b9cecf7b505885e4860977e89ca80]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:19:58 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67249aed423c9841325f78b8297ddc072f8aaa41]

        INTEGRATION: CWS changefileheader (1.2.410); FILE MERGED 2008/03/31 16:01:01 rt 1.2.410.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [caeb0e34025c1f4989a7f37d5c6e45d99d2a702d]

        INTEGRATION: CWS changefileheader (1.17.158); FILE MERGED 2008/04/01 15:31:02 thb 1.17.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.17.158.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.17.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebb145ae061222713798150312043224138b0658]

        INTEGRATION: CWS changefileheader (1.12.450); FILE MERGED 2008/03/31 16:28:48 rt 1.12.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2a1c01aa37df5053fc28be8af3784f15771bc89]

        INTEGRATION: CWS changefileheader (1.4.822); FILE MERGED 2008/04/01 15:50:27 thb 1.4.822.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.4.822.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.4.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a35fe1cf9a736477f69abe8412dc7c41d38ec57]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:01:01 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a869fd0b08daa9c159128922a860f4fb5973236a]

        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>  [8f4df8aee777278d33d9760d6693fcfc16ee825d]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:45 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5800c5069d17b30d5e9f78a2427086542ddc1af4]

        INTEGRATION: CWS changefileheader (1.9.136); FILE MERGED 2008/04/01 15:31:02 thb 1.9.136.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.9.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b89ab6f5de0e06b8b3ba48ac1030f624771d3acc]

        INTEGRATION: CWS changefileheader (1.35.18); FILE MERGED 2008/04/01 16:10:15 thb 1.35.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:36 thb 1.35.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:40 rt 1.35.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ade452bc87b2b02ad13fe7ab0e596a5154b818c]

        INTEGRATION: CWS changefileheader (1.4.822); FILE MERGED 2008/03/31 14:19:58 rt 1.4.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8307db44bb9dd8d42dc22c42a7faa6214c4f6ab9]

        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>  [0b7cb7fc0cd392053e0e9e63d7e7501a44bdcd71]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/04/01 15:31:02 thb 1.5.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ee511c9a0a2cd07beec77e6b3799bb189f6c989]

        INTEGRATION: CWS changefileheader (1.35.18); FILE MERGED 2008/04/01 16:10:14 thb 1.35.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:36 thb 1.35.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:40 rt 1.35.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5f5c83f7bf2f5ca6cea639dd6473b12639e4f75]

        INTEGRATION: CWS changefileheader (1.10.196); FILE MERGED 2008/03/31 14:19:58 rt 1.10.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67788e63d953a6c1932aca24795c47c09573deb4]

        INTEGRATION: CWS changefileheader (1.17.500); FILE MERGED 2008/03/31 16:01:01 rt 1.17.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f77d59f1372ad281f151b3fd2fa9a30f19f8224e]

        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>  [ae2687533cc392900b19b4892d8d77530c66b8eb]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:31:02 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dbfa7bb66adf03b1aa7989d666a941a0e730033]

        INTEGRATION: CWS changefileheader (1.25.18); FILE MERGED 2008/04/01 13:05:36 thb 1.25.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.25.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dc2dcf682c08a90f02f774dd8e587ece8b1dd4b]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:27 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dcdde4419265ed7809915c0c4f2e61b1e6f73b8]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:01 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88ea3efed6a52118d407e21cf5287486effc8292]

        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>  [506155fff137c4348d6bca2abe02e09a770cd6a3]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/04/01 15:31:02 thb 1.6.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.6.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b45cb0bc241b84265c2f0574ee201b2c1937dc0f]

        INTEGRATION: CWS changefileheader (1.28.50); FILE MERGED 2008/03/31 14:19:58 rt 1.28.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8538c4335a8345608fd90a32b5d5847db0fd2412]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/04/01 16:10:14 thb 1.17.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:36 thb 1.17.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7fa34de831d5803b7747f63947d8d2d6a8aa6e5]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:01:00 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6323de4bb908590307ca025afccfd8d5b871c303]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:02 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [688e06aee4626a59dd5312d201c6bf04dbcecc59]

        INTEGRATION: CWS changefileheader (1.100.138); FILE MERGED 2008/04/01 16:10:14 thb 1.100.138.3: #i85898# Stripping all external header guards 2008/04/01 13:05:36 thb 1.100.138.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.100.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5436a9e5bd2c92ad6bcf4c1ad09f61054e94ce]

        INTEGRATION: CWS changefileheader (1.21.50); FILE MERGED 2008/04/01 15:50:27 thb 1.21.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.21.50.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.21.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83ef87aa1ee5bca6a6f83c05660f1ace16fa4d9e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:01:00 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d589b7bef8d61d5f9b5c13bba7958630761fb93]

        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>  [a204a05856e834c7200c9ba064ce14e27d5b724a]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/04/01 15:31:02 thb 1.8.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.8.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [714d7feea9e87f4ead44a85e1c6bfb07adc1dcd3]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:36 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cdc102a7b90fa03c033f7840738d658dc8977df]

        INTEGRATION: CWS changefileheader (1.20.50); FILE MERGED 2008/03/31 14:19:58 rt 1.20.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0150a80e42117559914bd45e12f67fc8a6a1ea6]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 15:31:02 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1ceb9aa3be6a371d805566499090d74a276939a]

        INTEGRATION: CWS changefileheader (1.39.18); FILE MERGED 2008/04/01 16:10:14 thb 1.39.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.39.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.39.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9e1e32ea5272e32fa133636eb2d5f1f243eb6c7]

        INTEGRATION: CWS changefileheader (1.48.50); FILE MERGED 2008/04/01 15:50:27 thb 1.48.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.48.50.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.48.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ed6fa300d54bc9c98ed3cd6a664386f896e132c]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:01:00 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80a09632de09437af5ebb2237f0c98dec3de48e6]

        INTEGRATION: CWS changefileheader (1.13.176); FILE MERGED 2008/04/01 15:31:02 thb 1.13.176.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.13.176.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.13.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f9465bc3dfdb789e71e655da4b4752861a2e59e]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:10:14 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bea453a7d66e24155ab4c7e2821703f14452500]

        INTEGRATION: CWS changefileheader (1.7.362); FILE MERGED 2008/03/31 14:19:58 rt 1.7.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3eb79d4af2fd8edac397b742a276f23387e01d3f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:01:00 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ccfe6480d3e03e57e46e45f0ca05de234be324f]

        INTEGRATION: CWS changefileheader (1.12.138); FILE MERGED 2008/04/01 16:10:14 thb 1.12.138.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.12.138.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.12.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e15045d282fb19a52d7e908d5552deeebf2bef2]

        INTEGRATION: CWS changefileheader (1.8.362); FILE MERGED 2008/04/01 15:50:27 thb 1.8.362.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.8.362.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.8.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61cf021c425e75c5a8d4796b2330556e175bc355]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:31:02 thb 1.8.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e286dde563a57c9e54569831b04897e0b14b274]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:59 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a25850c2a83ba5bfc29976c83d40a9a162114eee]

        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>  [f33ff7ff9877579a27269d40001adc1e96894856]

        INTEGRATION: CWS changefileheader (1.66.18); FILE MERGED 2008/04/01 16:10:14 thb 1.66.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.66.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.66.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3626bfa58bd8ddbf015dbe6d93f412b1d035da2a]

        INTEGRATION: CWS changefileheader (1.4.362); FILE MERGED 2008/03/31 14:19:58 rt 1.4.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e866d6173e20bad49ae0184742c1c0eb6b6631cb]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:02 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a3cbe19565db5bba183619ca041e124e08bbd3f]

        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>  [375727cc33a9509858aa5fe01f65aefce7c80ee3]

        INTEGRATION: CWS changefileheader (1.142.16); FILE MERGED 2008/04/01 16:10:13 thb 1.142.16.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.142.16.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.142.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91899c7cdc2aa53d9166d25fcb999db0416e4e6c]

        INTEGRATION: CWS changefileheader (1.14.362); FILE MERGED 2008/04/01 15:50:27 thb 1.14.362.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.14.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89fd94f1c22a4e36e29b825c4c90b1607a67e73f]

        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>  [eda1967b9e8458add208328cc8e372efd2544731]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:01 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c61bb4720e8c034165c80c9b47afc0b4a821fe6d]

        INTEGRATION: CWS changefileheader (1.23.18); FILE MERGED 2008/04/01 16:10:13 thb 1.23.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:35 thb 1.23.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.23.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [facc3f83c6bfae1ec9a46050d039b146d3350636]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:27 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:58 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea82fcce3e1dcbc3394aa4f048f384cf692557c2]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:31:01 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2c854acc33082c7edfe12acd176d1f5bb3b8ba9]

        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>  [75429971dbe7fdc3afb4db617d6b59d9e8f339c1]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:59 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14b7287217b2823533300d8324d4da19daec53e1]

        INTEGRATION: CWS changefileheader (1.138.16); FILE MERGED 2008/04/01 16:10:13 thb 1.138.16.3: #i85898# Stripping all external header guards 2008/04/01 13:05:34 thb 1.138.16.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.138.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e5907bffc30fc16b4538272a7c71fe59c38bd41]

        INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/04/01 15:50:27 thb 1.11.4.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.11.4.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.11.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43d2ca5c22062c3d4ca285a6a608fadc82cbaa48]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:44 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d89db257d8815a5db6893cc1b9790d9d186b3fd0]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:50 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92ddb4ab10ccbe7af32f5cbe522803b720e0908e]

        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>  [b2fcc6682a5e759cc11f6ea70378a0cc3a6ea9fe]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 16:00:59 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75de547444f30df808661d75d3ae75ffd89702c0]

        INTEGRATION: CWS changefileheader (1.5.1152); FILE MERGED 2008/04/01 15:50:27 thb 1.5.1152.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.5.1152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [907397f96e9cfdd9259d0d8e24ac2ab91559403a]

        INTEGRATION: CWS changefileheader (1.23.18); FILE MERGED 2008/04/01 16:10:13 thb 1.23.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:34 thb 1.23.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:39 rt 1.23.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2dc93160ab43fedc5e86bb02495a191c8267e1a]

        INTEGRATION: CWS changefileheader (1.2.698); FILE MERGED 2008/04/01 15:31:01 thb 1.2.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.2.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19119d0f74a54fa4c545c6afa18d7962e001294d]

        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>  [23ca8945a1612a995eea65ff6031cbb265a805d5]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/03/31 16:00:59 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c64688218c3c2875a5ca2a37c24773c70f77c0f]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:27 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:17 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de37a8880b1bc50c2db6c7ec3d9cb4fcf22bbf42]

        INTEGRATION: CWS changefileheader (1.70.18); FILE MERGED 2008/04/01 16:10:13 thb 1.70.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:34 thb 1.70.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.70.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def605a5a65e93336d58acfae0b312f87c4c6dee]

        INTEGRATION: CWS changefileheader (1.29.240); FILE MERGED 2008/04/01 15:31:01 thb 1.29.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.29.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.29.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9faf1af01baab8b82c002a52be92511dd483890]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:59 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67cb12dd50d0556cf3c536e26daea86cbe72e6f3]

        INTEGRATION: CWS changefileheader (1.6.354); FILE MERGED 2008/04/01 15:50:26 thb 1.6.354.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.6.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1dea2e972f620657d7c95c628e25a077fd567a2]

        INTEGRATION: CWS changefileheader (1.83.18); FILE MERGED 2008/04/01 16:10:13 thb 1.83.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:34 thb 1.83.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.83.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [619cfd1153b7ba256886b419ae3adb4c2b4ddaf4]

        INTEGRATION: CWS changefileheader (1.27.64); FILE MERGED 2008/04/01 15:31:01 thb 1.27.64.2: #i85898# Stripping all external header guards 2008/03/31 17:15:50 rt 1.27.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec971923616b79ca50a353c71c62bcb824ee0a57]

        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>  [b8d7b584afb733fa3ce688af5b056e2c05bf09a2]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:59 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea3bb432eb7d08f56bc2f176567e63d66ca4a1d]

        INTEGRATION: CWS changefileheader (1.17.16); FILE MERGED 2008/04/01 15:50:26 thb 1.17.16.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.17.16.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.17.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [752f29d7a1e3bc941dddc390c756d77afee0428c]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:05:34 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a18932e6e23c8d10f78403a335aedaef67a86ceb]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 16:00:59 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdc80522bc3d796fab225f04bbcc5397d4e81ea0]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:50:26 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ab96372bbc73c8ed9756f103507d60ac01260f5]

        INTEGRATION: CWS changefileheader (1.2.698); FILE MERGED 2008/04/01 15:31:01 thb 1.2.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.2.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4598ef123a676a0d4a7bf564f92846856130ea91]

        INTEGRATION: CWS changefileheader (1.38.18); FILE MERGED 2008/04/01 16:10:12 thb 1.38.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:34 thb 1.38.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.38.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08ab170fd5e44416430c9b1d141997bd184fdd85]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 16:00:59 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3eb750bfbd95d17953d6ee13effb44cd63a4cc18]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:50:26 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca8e107cae315297305c64f2fe8da78f8550ae8b]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:31:01 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e7224dacf04aca9deb90ca61bbe02b71c2cbd6f]

        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>  [4367cf16f6b89071a6faf6156f802967fe31dc87]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 13:05:33 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d661dc4697eee8ee2a55133c2797882959a181e]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 16:00:58 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c55a1bf6bf4c1f04093f35f231e15dbafbbbe07]

        INTEGRATION: CWS changefileheader (1.5.200); FILE MERGED 2008/04/01 15:50:26 thb 1.5.200.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.5.200.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.5.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68a470bd787ec30c4aed8adcf7ab9aaf7511c2bd]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:31:01 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55006af584c90036a4fc250614685d0edf9539a6]

        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>  [b3a5022e9a957e54dd61ad6c1f490beb2da5e738]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:05:33 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4884a3eb5d37edb7f80f3051ddab41f9cdc6f25a]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:58 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6db214b2476f7f4a896f32a6dcc627fab615cf0b]

        INTEGRATION: CWS changefileheader (1.11.200); FILE MERGED 2008/04/01 15:50:26 thb 1.11.200.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.11.200.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.11.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43ce2395b33e4ea938bb261577feeaacba05cac0]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:49 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ba4ee8c487ac805cb9a41640516394d5238281c]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 16:28:38 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8d02e7fefab4b63f80451000edf0e69e2f01cf4]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 16:00:58 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dd0086d38a7a59ff44beec7b535dc8f69a5ffea]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:50:26 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e07532452494b20a8e96a21bef67d54b93077606]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:31:01 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7680f5b51eccad5ecdd2019e6e10939fe71a2480]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:10:12 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:33 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0cd7a21c87793b3f4ee73be9d4e46008502eee7]

        INTEGRATION: CWS changefileheader (1.7.184); FILE MERGED 2008/03/31 16:00:58 rt 1.7.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ee27e13e3ddcd62d7f72d45771e5132e227e01a]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:01 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e68b2e5256696017e2202db2528962dd6e77269f]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:50:26 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f2ad575e8f31ae2d1832607c09e00801d83ed63]

        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>  [90ba6883456b4f340a56833f7075fc562a9d55f3]

        INTEGRATION: CWS changefileheader (1.35.276); FILE MERGED 2008/03/31 16:28:38 rt 1.35.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [194ca7f944d352ab5d82cfe556e58bf8b05ff2e7]

        INTEGRATION: CWS changefileheader (1.5.602); FILE MERGED 2008/04/01 15:50:25 thb 1.5.602.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.5.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da8c9d711bc72bd1d53af24f0009a8b3d98305af]

        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>  [afd9109f715f2bb00d6ac9a23ca80031832264f9]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:12 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:33 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0c0fc6e022cfa0d3a0be73bb6bc7b029e20d860]

        INTEGRATION: CWS changefileheader (1.8.602); FILE MERGED 2008/04/01 15:50:25 thb 1.8.602.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.8.602.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.8.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b3bf4f8960c5c662d61d282536219f3906fb07e]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:58 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b64f509c1665ada344ce8600809827c3fc466a2]

        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>  [6f977a2ca0f6c57c6b48124d0bee261bbda672ed]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 16:10:12 thb 1.7.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:33 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8263e9f0d1bde803524f76039cd19c1150c84818]

        INTEGRATION: CWS changefileheader (1.21.366); FILE MERGED 2008/04/01 15:50:25 thb 1.21.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:16 thb 1.21.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.21.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a605faae8999841ec35202eed9b2010344c27983]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:01 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e02cd75791618c5e6e4ff90a1d81abe60fd0456]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:05:33 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fca0f66cb102e7662cddaa4e5e0b76723a7de563]

        INTEGRATION: CWS changefileheader (1.4.146); FILE MERGED 2008/03/31 16:00:58 rt 1.4.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b994ce5ba8ebe2a43feda8d1eb0fd80e3a5fbde4]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:49 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2a5588e855e8018f76cbca28be3517e236aad6f]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:10:12 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:33 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [585f85550cd8c10afab530e3cbcb66c1ab04ff8f]

        INTEGRATION: CWS changefileheader (1.63.50); FILE MERGED 2008/03/31 14:19:57 rt 1.63.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65d17ee7696cef0dc8b5a02f3c1bba2465a3b4d6]

        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>  [dac78907952f79a46b9f13cd17c8b764e19cafa0]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:31:00 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc5225f35bd4860fb231a824f20145616ddacc2e]

        INTEGRATION: CWS changefileheader (1.9.48); FILE MERGED 2008/04/01 15:50:25 thb 1.9.48.2: #i85898# Stripping all external header guards 2008/03/31 14:19:57 rt 1.9.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7e3878e967af12abbae2a43e4a670dd03ae3928]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:43 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a87d907d31c2b15026e7668a38a8916bf6f9565]

        INTEGRATION: CWS changefileheader (1.5.212); FILE MERGED 2008/04/01 16:10:12 thb 1.5.212.3: #i85898# Stripping all external header guards 2008/04/01 13:05:33 thb 1.5.212.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.5.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a8ea7952a1dd0865ec5011777875c781270f264]

        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>  [bcdf1827eae87107668777991afb3d907d49b558]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:00 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96bfb1fe915832007f51a640f583ec4a413ca99d]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 13:05:32 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08c98f8d0914a77237dd1c4777b9a10ed045a5cd]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 14:19:57 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bcd603be943a77ae337e19d1d359103d8cbf71c]

        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>  [92e5001bfa1e990ad6e38133e2bacd860f675513]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:32 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f646b07162a2d6d7aec0e6823968b298ba8ff5b]

        INTEGRATION: CWS changefileheader (1.61.48); FILE MERGED 2008/04/01 15:50:25 thb 1.61.48.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.61.48.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.61.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [778ce2234f99dee49336c38876d9905ea088402c]

        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>  [9d0b8f9c6e70fd60d71e719161e7566f9b6352b0]

        INTEGRATION: CWS changefileheader (1.10.498); FILE MERGED 2008/03/31 16:00:58 rt 1.10.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8373a33ba5b2d08dcbacf99ee4a7c1e801ebef9c]

        INTEGRATION: CWS changefileheader (1.9.700); FILE MERGED 2008/04/01 12:36:49 thb 1.9.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.9.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [582e6bddd13d34ac2cbebd8b18d8a8505bb253fb]

        INTEGRATION: CWS changefileheader (1.49.368); FILE MERGED 2008/03/31 14:19:56 rt 1.49.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c4e3de137079b73488dadd8bd35b1f0bf700536]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/04/01 16:10:11 thb 1.15.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:32 thb 1.15.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3321d3b844e24a7558b6930961c27a13cd377fc]

        INTEGRATION: CWS changefileheader (1.3.698); FILE MERGED 2008/04/01 15:31:00 thb 1.3.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:49 rt 1.3.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac6fa80998a143458ca6bde71e3d593daad7e6b0]

        INTEGRATION: CWS changefileheader (1.6.290); FILE MERGED 2008/04/01 16:10:11 thb 1.6.290.3: #i85898# Stripping all external header guards 2008/04/01 13:05:32 thb 1.6.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:38 rt 1.6.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d882a779f89e834e384deabd1dba8bf22602aa0b]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:24 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1665798713d63e7eb4ded149b9933da6c750f561]

        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>  [0682195dc1799cd658cbd0a754b879e742984559]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:57 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f8ce678c88e75ab3f7c9bc965d469dc0bc5644a]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:00 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461e6af8254fe1b8db82456723609a1c066ef6cc]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:10:11 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:32 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe7465c45db831eb49129b9042053e2b718c20cd]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/03/31 14:19:56 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f7c87c01ce797911a00585d6a6dd0df9476c856]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:48 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9809c92815efc8fe1de91f221ba42f79c9e47f4a]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:10:11 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:32 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9aaaa34a8d10f2feea881d095d5bf164b804175]

        INTEGRATION: CWS changefileheader (1.30.178); FILE MERGED 2008/04/01 15:50:24 thb 1.30.178.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.30.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99adbf6a4d621bcd59826203e6816dc125d7b305]

        INTEGRATION: CWS changefileheader (1.20.382); FILE MERGED 2008/03/31 16:00:57 rt 1.20.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3630754c288afcdf276360a56f8fbe9b643a545]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:31:00 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e98a5682247fc097a8e30f618462d93e9058ffb3]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:10:11 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:32 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56215e32ed8de5584cd574c01b5bc18249a016a0]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:19:56 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [334ab96ccd161a0ecbf7a6cc37f9cc989064cff9]

        INTEGRATION: CWS changefileheader (1.11.498); FILE MERGED 2008/03/31 16:00:57 rt 1.11.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a16c2cfa0191fe72ce5d7b86839b331368a22e4]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:48 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36e8ecf8398be5113883a5d659b2b6d9ba05488d]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 13:05:32 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5efb66af311a2a5fc747103b88da24ad9a734654]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:57 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09aa1a01232c712fe153262d8659db92ea7ec5a]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/04/01 15:31:00 thb 1.2.80.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b35429876dfb9d3eec216b4ad0bddc03de34048]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:11 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:31 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bab23389bab52b1578540430c2b14a6e9eb7a47]

        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>  [0b5229b78c3c70b146777323e75f8a9e89d72273]

        INTEGRATION: CWS changefileheader (1.5.498); FILE MERGED 2008/03/31 16:00:57 rt 1.5.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c8fdf1fd6934e7ffd098fda864d801e7568c170]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:10:11 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:31 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b8f4f56f8673e7d47e50ac04c6b9c9dce361f45]

        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>  [f8527fe6f448ce236bd828b9d8cd61dfec674af0]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 16:00:56 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c73908429b73660211dccac8c70ca07cc7b58eb4]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:15:48 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7796bbf81c998c4ff1f4b892050d0d0d6b02152c]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:31 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ede56da593323c11ebd70b4db24bbc0d943994ab]

        INTEGRATION: CWS changefileheader (1.4.822); FILE MERGED 2008/04/01 15:50:24 thb 1.4.822.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.4.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37d8def377fd76a3152b29ac149867d435505a0a]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:31:00 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67eb6d09a23f3a36c9b9bf653a43f3cc5843dc65]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 16:00:56 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bdafc43648f5ef46c1904a4327c119ce9e83f5d]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:42 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd05d9a3dc5ffdff179944d92687761c9ead5546]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:10:11 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:31 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69de2f4e81c349d536c9f697243bddb28287e623]

        INTEGRATION: CWS changefileheader (1.12.90); FILE MERGED 2008/04/01 15:50:24 thb 1.12.90.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.12.90.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.12.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1640d122405975c50baff724c668f3c69d8599d8]

        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>  [dff208b57bb03e002aa2fc36f62f6b690c1370dd]

        INTEGRATION: CWS changefileheader (1.5.498); FILE MERGED 2008/03/31 16:00:56 rt 1.5.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f45d6e6823ac2e9ae54b6bff18228e0a17eeb3]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/04/01 12:36:49 thb 1.5.292.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [312877d6471bc9d18ced719aebc674867df39486]

        INTEGRATION: CWS changefileheader (1.4.414); FILE MERGED 2008/04/01 15:50:24 thb 1.4.414.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.4.414.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.4.414.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e28f0974a7f8187083868c5911ccd630380d3b41]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:05:31 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e07fca086ff81353cf4cc7006cf0dfd40512d5a3]

        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>  [a837acaefca1786a0cd0fbf700d80e469e7805a7]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:48 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3dd75f63d3c65bbb9415067af46e5fab54bc14f]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/03/31 13:59:18 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a92017e3ac7d699a5c3092b10b0836b1210001ed]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:56 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84726b538e9232d8fbced6bc2397eb837d31a80b]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:24 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe4723ee88c406d1feb3c0253b6a072f7e7c0c64]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:10:11 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:31 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4911d541b35fdd61510745e413f02490fa11167c]

        INTEGRATION: CWS changefileheader (1.54.2); FILE MERGED 2008/03/31 13:59:18 rt 1.54.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11008ac8fa06569b6f4cff2d5f2a49c276ec7cfe]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:31:00 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:48 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cdb45d46d318599b14e5a27956a068c0d9e1e3a]

        INTEGRATION: CWS changefileheader (1.10.498); FILE MERGED 2008/03/31 16:00:56 rt 1.10.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b353dc06f970fba1f15e15e80a1fe85d4e2b021]

        INTEGRATION: CWS changefileheader (1.29.368); FILE MERGED 2008/03/31 14:19:56 rt 1.29.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fd603ddfd55530471c095106fedaf5e9f1e4ebf]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:10:11 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:30 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2db40badbc1e584cb99097305598261e988f0947]

        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>  [21cdd1555e6147d115efe86d6bc0758a079fd5cf]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/03/31 13:59:17 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa262f3d577662fcd3ac038b6a4edf171ccd2938]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 17:15:48 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf75c9b86d530da31247f45676620d9c82ff298b]

        INTEGRATION: CWS changefileheader (1.6.410); FILE MERGED 2008/03/31 16:00:56 rt 1.6.410.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45fc759b20a4b57ed65f946abb0e1a39564ee2e3]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 13:05:30 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee428f04832e4d661ac4e1d3f71413d27a0ea30e]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:24 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a99699dd9b056edeb566e13e68a98ca4d7a7a183]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:59:17 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d91b331f134e8a5eb7790778a5cf403559ee6b5]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/03/31 14:19:56 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81fe6953a8aa9a8a2b39037f186e77a6653c8771]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:05:30 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ef632c484f6ec0535463cf80566e7b24cfdb994]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:59:17 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [479bcab095242af5fdba758e0d3a30e138690953]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:31:00 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:49 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90e32c583db60d6fc889b71dc5ea5dae9101bd13]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:55 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c548e642b410a32d74e883b7f17bfb8aaaa15df1]

        INTEGRATION: CWS changefileheader (1.13.18); FILE MERGED 2008/04/01 13:05:30 thb 1.13.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.13.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71685754f07f6dbc39773fa66f3e0c5be6307be]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:50:24 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:56 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00eaf2f64ea45c389776085b15cf1d50811a3ed1]

        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>  [bab15c3d408fc655619ac69e7c10e634ccd1aa07]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:36:44 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:44 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:15 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7091aa7c4f1283dc0ba1ae1e373ce58e7f8e3f79]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:31:00 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f92fac66727a3deebe8373b9fe248b08c8eb53b6]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:55 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5f1c4d946e9b446c994efe4717ec87014b82895]

        INTEGRATION: CWS changefileheader (1.24.162); FILE MERGED 2008/04/01 13:05:30 thb 1.24.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.24.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [018336c9106229a7ec14b11f39b48c2dfe7e811e]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/03/31 14:19:55 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbfa9b1cde36f6b016b2f9e0baeae418027b6905]

        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>  [00553eb65425bb41a8df6e52004df7910802dbdd]

        INTEGRATION: CWS changefileheader (1.68.12); FILE MERGED 2008/04/01 15:36:43 thb 1.68.12.3: #i85898# Stripping all external header guards 2008/04/01 12:39:43 thb 1.68.12.2: #i85898# Stripping all external header guards 2008/03/31 13:59:15 rt 1.68.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dee875382a67b41e2bacffb708005e47d911418]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:48 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fac7fce07cd0227e887d06da44710dc9e4a67950]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 16:00:55 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d938a86fb2f93f7a6eced41828fd20ef1a0b23d6]

        INTEGRATION: CWS changefileheader (1.73.18); FILE MERGED 2008/04/01 16:10:10 thb 1.73.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:30 thb 1.73.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.73.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71e3796ff95b98d4471da774106284bdafd2278a]

        INTEGRATION: CWS changefileheader (1.63.36); FILE MERGED 2008/03/31 14:19:55 rt 1.63.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8043220d6884a154503c62d161ccad6b322c5b0b]

        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>  [66ae881d2b24e4c1ff825fc1284cdf4ced611157]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:47 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8b33644d5a0a4c5948ec24e7507fe905b639c14]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 16:00:55 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [210c3b0e1d628f0d2d60b637eeb67f38aeeec9a7]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:10:10 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:30 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:37 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5c85f25cb7fe67d65510ecc9360776f023083f5]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:19:55 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac81a0405b9853832f7e87252b2f60a9ca043aea]

        INTEGRATION: CWS changefileheader (1.55.22); FILE MERGED 2008/04/01 15:36:42 thb 1.55.22.3: #i85898# Stripping all external header guards 2008/04/01 12:39:43 thb 1.55.22.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.55.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [456ba505aa01c7e8dc7749674d2a671f120fe692]

        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>  [0fb7d365f6dc8b674f817d7a0fa8ccfd62ba3e7a]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 17:15:47 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b51e23d1d818a4d33d6ab7665f51ca23e35a2b38]

        INTEGRATION: CWS changefileheader (1.11.498); FILE MERGED 2008/03/31 16:00:55 rt 1.11.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa595a5a30798a3023e8521b7fd33d964d1b0eb4]

        INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 13:05:29 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.17.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5e9037186712346c1ae58e19915f436c354f5a8]

        INTEGRATION: CWS changefileheader (1.5.778); FILE MERGED 2008/03/31 14:19:55 rt 1.5.778.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e76c112daf3993cd9f22eb090229476c8de6f1aa]

        INTEGRATION: CWS changefileheader (1.11.108); FILE MERGED 2008/04/01 15:36:41 thb 1.11.108.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.11.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a69dbfd521bbb9a84f99da6e2ba51546f2570ad]

        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>  [596579a2c2b67317755a4620f9b21ff8862ab98a]

        INTEGRATION: CWS changefileheader (1.5.588); FILE MERGED 2008/03/31 17:15:47 rt 1.5.588.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a7c7854a7a3c51a1fa84612298e8c5be5b006a1]

        INTEGRATION: CWS changefileheader (1.12.498); FILE MERGED 2008/03/31 16:00:55 rt 1.12.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d0dc46d2f0fae54464883506af466754d49f748]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 16:10:10 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dee1c527c4b54a499d2c4fd82deef8b23954f327]

        INTEGRATION: CWS changefileheader (1.19.298); FILE MERGED 2008/04/01 15:36:41 thb 1.19.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:43 thb 1.19.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.19.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb71b905cbe57df8f108331ea30c34ec02f4110f]

        INTEGRATION: CWS changefileheader (1.21.50); FILE MERGED 2008/04/01 15:50:23 thb 1.21.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.21.50.2: #i85898# Stripping all external header guards 2008/03/31 14:19:55 rt 1.21.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1750bec35c8e2f31e6b32c07b5d9745a173af8b]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:47 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [293bf08487f641ee3daa422927af3609fc184918]

        INTEGRATION: CWS changefileheader (1.2.410); FILE MERGED 2008/03/31 16:00:54 rt 1.2.410.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [044078fb5a8a71420ed56846bf40737fb7674ad6]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:05:29 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2672ccf7e905723496b552faa2d53c28a605b31]

        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>  [a1d8d7394b0662811ea61b4f6673f5246ba67aea]

        INTEGRATION: CWS changefileheader (1.6.192); FILE MERGED 2008/03/31 17:15:47 rt 1.6.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f74b5fc4a14dc32fdbce02d62a1c8b1edf2e7a48]

        INTEGRATION: CWS changefileheader (1.13.188); FILE MERGED 2008/04/01 15:36:40 thb 1.13.188.3: #i85898# Stripping all external header guards 2008/04/01 12:39:42 thb 1.13.188.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.13.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [947fc571eef03213acc4824ff4d89a4afb71f329]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:41 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c3b749275c659ebe2a85ad397440de0cdd0fe75]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:05:29 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [244ce22f1d18d63159c2d209b4b74fe35778d7ec]

        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>  [0ee73aaa7187025e2c5cae16bc8edd774fa323a7]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:54 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4c1024d65fe0413f80828295e8a2878689dde59]

        INTEGRATION: CWS changefileheader (1.36.166); FILE MERGED 2008/04/01 15:36:39 thb 1.36.166.3: #i85898# Stripping all external header guards 2008/04/01 12:39:42 thb 1.36.166.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.36.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f6435f57a89826b016f2fa9b4e8eadddda7f3ea]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:10:10 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:29 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ffc9aea589c8350255f45e39c1f8e35c9ef013f]

        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>  [8208825697873c6553585c6f525edfd5a9fd4ff6]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:59 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8534f45c59406f56bad50c57aeec1c9e950199a5]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 16:00:54 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb09b225b614eccef5a4fd8ee88259ab813d8dc1]

        INTEGRATION: CWS changefileheader (1.8.358); FILE MERGED 2008/03/31 13:59:14 rt 1.8.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1479e795f3c5e1ba10ec7a7b3ee72753de987eba]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:10:10 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:29 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9929987d401786cbf2787bd4df8498f148f6e38f]

        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>  [2e1ae16041b5823675c0b342ae54ad21a032549d]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:59 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05d0f4a498c5e55c73aec98408c0943b1999f5f0]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:54 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9ddd24dc171157b1f3d301e7f84af14c1d83ae9]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:10 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:29 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [492f8f55f87066ca16cf2048c32edf9c5acf3925]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/04/01 15:30:59 thb 1.4.292.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6af31c6c0b161bfe8bc3e360427e5cfbd27708cd]

        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>  [52edacde9701b603947b4b33afa1fdaba28741ea]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:10:10 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:29 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [427891ec104245531cb16306136d48dff2f514e5]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/04/01 15:30:59 thb 1.6.80.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f13ad156d730cecbd3208eea4cc0dbf347ba66a7]

        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>  [b9a173e6d32b110773c14f8af7823eba61f49607]

        INTEGRATION: CWS changefileheader (1.62.12); FILE MERGED 2008/04/01 15:36:37 thb 1.62.12.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.62.12.2: #i85898# Stripping all external header guards 2008/03/31 13:59:14 rt 1.62.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85d98e541edcb6d4e86c4a8b9a79457e3b5cba77]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:54 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d10deab2b47b907efb774b221be5a25c6a30c4d]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:10:10 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:36 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db88824d4ee9bd06e6e3aea8d5655a2bb9d27d2f]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:36:48 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:47 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f35cf59bde1c2466568b211ebd391f71ee9dc36]

        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>  [3f1ba99aff57349ad92e72c558cf176946d617d2]

        INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/04/01 15:36:37 thb 1.8.100.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.8.100.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.8.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76df4ec5a6bfba15c814b401bcce00c35d3bfcf7]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/03/31 16:00:53 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [248109c0e8d913ba6f22d8328954c3fdbe2a3c02]

        INTEGRATION: CWS changefileheader (1.25.162); FILE MERGED 2008/04/01 16:10:10 thb 1.25.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.25.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.25.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [296eea5ea324370fb327147525c64975f729251f]

        INTEGRATION: CWS changefileheader (1.11.672); FILE MERGED 2008/04/01 15:30:59 thb 1.11.672.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.11.672.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.11.672.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3eb2abc00f0e25ca48ae4f54b2d533659ed19318]

        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>  [34030e5c180c5aecdd345f77527b0ccf1fd6bbb9]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:53 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3060a48523935711acc6338814d7c7ec7a590c60]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:28 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adca380b44fb6187f69b6f8cacb07f3ee10c172f]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:59 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41b39ceea50c5e80dbd3f31fe70a9645a261e307]

        INTEGRATION: CWS changefileheader (1.47.186); FILE MERGED 2008/04/01 15:36:36 thb 1.47.186.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.47.186.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.47.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [402fc2933628ee7a5f4058e9a7fdd8a024719b86]

        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>  [76137da56ec39698ae08c16321c832d7b88b16d7]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 16:00:53 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a22bd205a5d1619d4d3cc0f9103bd221ecbd01a]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:10:10 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ceda7894b60aee22f1dad1bfb860d8a0bb5514aa]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:59 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [146f3d7c9331e706b1bd710da32d597b11f89245]

        INTEGRATION: CWS changefileheader (1.87.14); FILE MERGED 2008/04/01 15:36:36 thb 1.87.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:41 thb 1.87.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.87.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b519836d6cca4c4d4317149edefd1394c6978b31]

        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>  [302baa7ca974c1731f330d16de6778da9c6dc76a]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 16:00:52 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4c51e5c0e0761aee12e84bf305f1529cb0efe56]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:10:10 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01bbaff20726a76091a9b470a8d7d43927f510d8]

        INTEGRATION: CWS changefileheader (1.13.76); FILE MERGED 2008/04/01 12:36:48 thb 1.13.76.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.13.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [813283d487d1c1648c54937bc6f6fb7e6460f516]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:10:10 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac66c8bff5947663013d063633d4a538814199a2]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:00:52 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1577089964cecbdd150bb5641c7f77a9ce4332df]

        INTEGRATION: CWS changefileheader (1.12.240); FILE MERGED 2008/04/01 15:30:59 thb 1.12.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.12.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.12.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42f837be33388eef5486d7280fe8dcc4e18d5898]

        INTEGRATION: CWS changefileheader (1.21.162); FILE MERGED 2008/04/01 16:10:10 thb 1.21.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.21.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.21.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7cce6bd4708fcb3d8fe25a5bca1a1adcbd0c584]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:52 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59619be1cfa96d56b3e773d6f6cc97a7aaafb0d8]

        INTEGRATION: CWS changefileheader (1.30.232); FILE MERGED 2008/03/31 13:59:13 rt 1.30.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e5d4af6d805986da868de87bf86addb4847108f]

        INTEGRATION: CWS changefileheader (1.11.700); FILE MERGED 2008/04/01 15:30:59 thb 1.11.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.11.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.11.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [580210ab80dd877b025cfc5ad9aabdd0e1176d9b]

        INTEGRATION: CWS changefileheader (1.46.20); FILE MERGED 2008/04/01 16:10:10 thb 1.46.20.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.46.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.46.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a6798d884369b95f776f93aa7193c5bfa941e25]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:36:35 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1919457fc87d4e64b2b5dd3631aaed0c5a7cd36b]

        INTEGRATION: CWS changefileheader (1.4.362); FILE MERGED 2008/03/31 16:00:51 rt 1.4.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab58746aff86e0ac1647c1db4a5ceab7f571dcef]

        INTEGRATION: CWS changefileheader (1.10.78); FILE MERGED 2008/04/01 15:30:59 thb 1.10.78.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.10.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f755ac7c7fd73d5156d01b2e73ce0fa436e4641a]

        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>  [736a9a78d5d437bf82638f306f32bb8be1838be5]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:40 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e57f731484bfa5d917651998bca7fe0ab9ef4ac9]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 16:00:51 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85206f569716f3df192fe6225b816052c95528b7]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:48 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5a0264af9fe3ed30352571f6cf26986406175f5]

        INTEGRATION: CWS changefileheader (1.18.358); FILE MERGED 2008/04/01 15:36:34 thb 1.18.358.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.18.358.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.18.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ab0ea59fe3950ff43fe8f70d8830b3bb7c58324]

        INTEGRATION: CWS changefileheader (1.22.16); FILE MERGED 2008/04/01 15:36:34 thb 1.22.16.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.22.16.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.22.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2abaf006e7bd2009aca67821320d3e9fcc07445]

        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>  [8587d877fed1cf36ba41a2512e46ccd001fb157b]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:51 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fcadc29fa24faaebb080eacb86312e4c3196844]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 15:30:58 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6a5fe8eb11a3d6f2790c78e55a65578a85d7533]

        INTEGRATION: CWS changefileheader (1.9.450); FILE MERGED 2008/04/01 16:10:09 thb 1.9.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.9.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14694528d156e2db49085071d9e248897ebc3a0f]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:58 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [798180d68aed2eb0151a9476731b14a61cd95df0]

        INTEGRATION: CWS changefileheader (1.21.220); FILE MERGED 2008/04/01 15:36:33 thb 1.21.220.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.21.220.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.21.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c448b96466beefe3157cb494f42c4c3bade5bf5]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:58 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e299e51f0af0ad84ffea7dd75448c1f8dbb76913]

        INTEGRATION: CWS changefileheader (1.18.162); FILE MERGED 2008/04/01 16:10:09 thb 1.18.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.18.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.18.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465efe4f612cead016aa6a2ecd14ec1cc3d204a0]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:00:50 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87772f5c307be6209bd3fe05a2c43d6f23271171]

        INTEGRATION: CWS changefileheader (1.10.358); FILE MERGED 2008/04/01 15:36:33 thb 1.10.358.3: #i85898# Stripping all external header guards 2008/04/01 12:39:40 thb 1.10.358.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.10.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92e4f37aaed4a972cd2ebf016a01cc11bb235984]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:50 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40c578f897306408986a928679d1f6d529fb5fb9]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 15:30:58 thb 1.4.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c12e42c54df57619c767dcb80ffa5a6513ef7e58]

        INTEGRATION: CWS changefileheader (1.15.62); FILE MERGED 2008/04/01 15:36:33 thb 1.15.62.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.15.62.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.15.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7214eb1fd0ebdd0591138632ea42697e43a5a9df]

        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>  [b3422ea7f1244cbebe0771d5151568e8f6505644]

        INTEGRATION: CWS changefileheader (1.21.12); FILE MERGED 2008/04/01 15:36:32 thb 1.21.12.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.21.12.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.21.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3230de2ea873415621b9cda3d9f1b499a820a681]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 16:10:09 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67dacc2995b74f07e90049b8713aaac3e3805e02]

        INTEGRATION: CWS changefileheader (1.19.244); FILE MERGED 2008/04/01 15:30:58 thb 1.19.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.19.244.2: #i85898# Stripping all external header guards 2008/03/31 17:15:46 rt 1.19.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [208ae217ca7bb5573df480adc01fca0c00839db4]

        INTEGRATION: CWS changefileheader (1.2.298); FILE MERGED 2008/03/31 16:00:46 rt 1.2.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6c1cda50b8e18742f6b87113dcba5202f4f9c68]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:09 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:28 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed8c7acdfa748ec555e17c9179412a5cc0149f69]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/04/01 15:30:58 thb 1.2.80.3: #i85898# Stripping all external header guards 2008/04/01 12:36:48 thb 1.2.80.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d0f59b2b6eae31f5720c0f264441d380be24abc]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 16:00:45 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5529d344ecb3b9babd3a4e7309193404e30fc28a]

        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>  [165bfd038917fee79cf906f96dfd30f752362919]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:10:09 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23093a12c9edffb9ea8aafa79f164405466cf041]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 17:15:45 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f6fc199129482dc93fea64d44e911b6a30b92cd]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:05:27 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [728887918488c265e81237fbb969d9a64d7dabbd]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:36:31 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:13 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f553a1b95f994fce4d0933be9807b9db18396670]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:58 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bb6683bd7d1b69b2b541b558b2fe48c5b111155]

        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>  [1e8704ba5c15f35c642b2183dec78cb59645c553]

        INTEGRATION: CWS changefileheader (1.3.172); FILE MERGED 2008/03/31 16:00:45 rt 1.3.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fa0b8c1aea62e495dca729c4d2d71d3950dc726]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/04/01 13:05:27 thb 1.13.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:35 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45d4f5f38c46106a769a58ba9ee69c3700d188ab]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:45 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f8ad3aa5a5b30d82ab11bb0ea25d106a9b8813]

        INTEGRATION: CWS changefileheader (1.34.16); FILE MERGED 2008/04/01 15:36:30 thb 1.34.16.3: #i85898# Stripping all external header guards 2008/04/01 12:39:39 thb 1.34.16.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.34.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8bb1cb279990b6e08602610ed4b5d63376e19d3]

        INTEGRATION: CWS changefileheader (1.9.136); FILE MERGED 2008/03/31 17:15:45 rt 1.9.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9047e8c2face64f310202920b4be08271cbebca6]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/04/01 16:10:09 thb 1.2.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdd01e420032eb4d7bf350e519e0b56a12919026]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:58 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c506c9113a497e0f22ce7c090f9fb0820f629030]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/04/01 13:05:27 thb 1.12.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e0b317c7e5eaceebee05d8c16d6c5b65b9ee245]

        INTEGRATION: CWS changefileheader (1.29.186); FILE MERGED 2008/04/01 15:36:30 thb 1.29.186.3: #i85898# Stripping all external header guards 2008/04/01 12:39:38 thb 1.29.186.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.29.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95fecb4a66b34de581da31cd05e7afff5f105c1d]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 16:00:45 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c34ceccafd1f646c71cc204ba4f9b11b377e18]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 16:10:09 thb 1.4.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [178c0d7c92cf74e25c01ea4a4f79c161c72842da]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 12:36:47 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8a163369d8f22de2b366704788db531e27ea769]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 16:10:09 thb 1.7.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91e5408af27b7462fcfd764c0a5f88e923df1a2b]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/03/31 16:00:45 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c7a66a81af3fe86fb3d08f844e8cffc9b16b5b7]

        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>  [051d9c5d545686828372d05648b1df8030bf001d]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/03/31 16:00:44 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41855c96d59d28ef049ee17f3d8aabe50bfab791]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:09 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59648959ea6da1fc40beb223d4076a185a9d272e]

        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>  [295e95418d331eb02d3b285e9791b154981cb50c]

        INTEGRATION: CWS changefileheader (1.47.220); FILE MERGED 2008/04/01 15:36:30 thb 1.47.220.3: #i85898# Stripping all external header guards 2008/04/01 12:39:38 thb 1.47.220.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.47.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c70c405d79196b9558ece3962b7f7a99766519e]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:47 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63493666c2dad8e7c9da08720df0f7762441bc28]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:39 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f29bfb750046e3bcba7a1dd5a42384b9aa1bcbf8]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/04/01 13:05:27 thb 1.9.78.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b975d50314a84f42c361a9e613c37052ddf45cec]

        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>  [6ab2178a1bdf86650613bb15e3258f15635e48bc]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:57 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea4d1d0ad247c89b57d3d01d8007cbcc5fc79387]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/04/01 16:10:09 thb 1.8.20.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.8.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e7c107f3bdeaef69ebdcc58d870e2016bfb2d56]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/31 16:00:44 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab444ba26ab0b9de0ca7bcce6795fec53641b775]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:57 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a91fd9b6f8d1191dd79ee7736bece208b42025c4]

        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>  [ad3b021c3d1a8f1324a989c461f9c23851e7500c]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:57 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b79f589b2b595370f039c62fb04fb30cefda8c0]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/04/01 16:10:09 thb 1.13.20.3: #i85898# Stripping all external header guards 2008/04/01 13:05:27 thb 1.13.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a225f9732e9c34a4694a293d6681ef31b51cdad9]

        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>  [abbe881ee7849275d2163797eb3520ccfa0a538d]

        INTEGRATION: CWS changefileheader (1.21.220); FILE MERGED 2008/04/01 15:36:29 thb 1.21.220.3: #i85898# Stripping all external header guards 2008/04/01 12:39:38 thb 1.21.220.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.21.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a394b90560ddbee3e0fa476e11b2f20959b5aa8d]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:57 thb 1.12.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [713fe81cfc6437527ce85a7f1e1b8aceff3f56f8]

        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>  [763f15e7b7b1d53a4e492a012f0af3809e0b3317]

        INTEGRATION: CWS changefileheader (1.4.172); FILE MERGED 2008/03/31 16:00:44 rt 1.4.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d575926cb46688f30bb15402693f484d10a54aea]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 16:10:09 thb 1.2.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adac8e21b68b5bef53be906eafb9b439e634cba0]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:57 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:45 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5aed8406c68ddd2c98875ab9ffe8c1af2aea6bcf]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:10:09 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79fc00f3fd0bf2f28e048d4f1e24d6b582a877bf]

        INTEGRATION: CWS changefileheader (1.20.100); FILE MERGED 2008/04/01 15:36:29 thb 1.20.100.3: #i85898# Stripping all external header guards 2008/04/01 12:39:37 thb 1.20.100.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.20.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eecddb5e366244291e08f26897cb0b7dceb08ea3]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/03/31 16:00:43 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d29f3842de2de026ab52d7d519bf0ad6d40035b]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 16:10:09 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33f658dfb4b050eb1878aad43bf0867e4efcf8b4]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:57 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:44 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [432817211aca2f627c3b07dc406591307010c766]

        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>  [802bfc291356e59ed6101b2628e5863f2eaf8848]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 16:00:39 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b859c8fa534b15fb47b85278703208a77c79ab]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:09 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06809ea29af99004d370bed0f2200858ecffce75]

        INTEGRATION: CWS changefileheader (1.76.14); FILE MERGED 2008/04/01 15:36:28 thb 1.76.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:37 thb 1.76.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.76.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e83ab85be1fdb186fefc1135062cea137def51f]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:44 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62a7270aa223f75f90a20ec54a29d8a3932000f2]

        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>  [40abfa8e2d9a5eabf7c5277571cb0bfc7419d2da]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:39 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d15160d9d1bfbace5a2cd57f6669636be975a0]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:08 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adcb1ded170577f0a866237615ea5a984322d14b]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:57 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:44 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef325b560047ede85420a96b64296d3ecbafe856]

        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>  [c6ff8212dbd062d56e22b9dda37d40f6da15d4fd]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:57 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97cf641dee229d01b8d1c70f540a8d787004fc2c]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:08 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c07699317dac9f9dde49c832e6a9fd67a39c601]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:39 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e6b22f32e978e0325599852a45fda307f290ee8]

        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>  [45b654213c4c0ade3e4039a196cd616528c69bee]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:56 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db970b8c504a7e538bc267078373f92f8e74a898]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 16:10:08 thb 1.4.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8edf611ef528ac50ef6bdc81f91f0fdb7f39c819]

        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>  [45cdeea41cc9c9ced0714a486060fe722e039f99]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:56 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a70f0eeb48cfdd42ba70b5b48bcc28aa296a727]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:10:07 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c6ef71c8f3f21a5eda0d8c119afeabc0608ec22]

        INTEGRATION: CWS changefileheader (1.28.166); FILE MERGED 2008/04/01 15:36:28 thb 1.28.166.3: #i85898# Stripping all external header guards 2008/04/01 12:39:37 thb 1.28.166.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.28.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f65c34aa665c9ca98877c51ce69cd35f05154e11]

        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>  [866dbf403e2df1c873bd1aebb13c4bcd8312610b]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/03/31 17:15:43 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82779b17aafd4a20df1fed25bac718fd33eacf06]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:38 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4406f7290e106f3ec1e21acf038e6b7820b5e2f0]

        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>  [1a6571659e5a5c172745dc07932b638b4fcab7b0]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:07 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:26 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a3c58f8c96b0012178078d1069b31fe783a448]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 15:30:56 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47bcf0fcd60bfe91505b6a915452e53163863aaa]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/04/01 16:10:07 thb 1.17.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.17.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c00e32f170c539a23cb648e8f6af0119c421c3da]

        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>  [013ae15eeb5c9c9aedb21e057703e89bb8a7fa77]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:43 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7238d41102fa4237620c5470d6030281fb4b4cf3]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:56 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e9034684ea66e771bbda68292a9b11993f03e5d]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 16:00:39 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4dd3736deabee7b3026da6b454d16222054a9da]

        INTEGRATION: CWS changefileheader (1.39.14); FILE MERGED 2008/04/01 15:36:27 thb 1.39.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.39.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.39.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07b5d05aed0ac6d7216838226a882930af69deee]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 16:10:07 thb 1.2.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:34 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ff8be88bd6c26da70dc72c0dfe269db8a4ef117]

        INTEGRATION: CWS changefileheader (1.6.158); FILE MERGED 2008/04/01 15:30:56 thb 1.6.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.6.158.2: #i85898# Stripping all external header guards 2008/03/31 17:15:43 rt 1.6.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29f91e8a2f17908cd24de2f2b6ec093a2847b68c]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:06 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd255cbb4a0d945a3d44a6579e2eb6c1c6cd028b]

        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>  [27f70af0dcaf176595fc924c1f1872b9ee8bdc07]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:10:06 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20efe675eb3d67ff678891b94ddee2a3d2463cd5]

        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>  [c866eb451c84e8d73d17858ed9bef319a54533c3]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:56 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72d04b66f1d3432ef9287f35a9c23e73aa15b80a]

        INTEGRATION: CWS changefileheader (1.14.162); FILE MERGED 2008/04/01 16:10:06 thb 1.14.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.14.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.14.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f41a677b98e3999a903b8205c5ebdb985d36e005]

        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>  [bbb699e964bd167e95434c61b09f3b1b1907ca2c]

        INTEGRATION: CWS changefileheader (1.3.406); FILE MERGED 2008/04/01 15:30:56 thb 1.3.406.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.406.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [260ec88d4fbdbb1b1cc9cb4a441c730f520d953b]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 16:00:39 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e47d5bfcb49bc4467cf56af90d4416478fbf4c11]

        INTEGRATION: CWS changefileheader (1.42.218); FILE MERGED 2008/04/01 15:36:26 thb 1.42.218.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.42.218.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.42.218.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aad05981449fd15c2bcfa07a1dd6e6b61a8c89e]

        INTEGRATION: CWS changefileheader (1.7.400); FILE MERGED 2008/04/01 15:30:56 thb 1.7.400.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.7.400.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.7.400.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f7a60a9fe3c611d9754066c412043ad5c93a0fb]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:06 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f39faddfa09bed7eb19541fda2261832324514e]

        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>  [3bd4471063c4506f81f9ed719a0fdcd9272fe27e]

        INTEGRATION: CWS changefileheader (1.8.498); FILE MERGED 2008/03/31 16:00:38 rt 1.8.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [061e55296004735fdd9dd09c5129cb7007221e61]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 13:05:25 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92f6fc3051b51e2782261480b37ca592eb4a8e9a]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:42 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [169e0094a5f1cb42fea460f4a79652fee2136b9f]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:55 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa65a16724d5e368c4e1a0192ea371f94933fdc4]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:06 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:25 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a62a62fee7838c9c723cd99a1592235c2a31c7e]

        INTEGRATION: CWS changefileheader (1.53.188); FILE MERGED 2008/04/01 15:36:26 thb 1.53.188.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.53.188.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.53.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0955e1154e3c6d075f672218622732d75356455f]

        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>  [a44eedf6c1c1e1a44988fb02216ba7df62098e66]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:55 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4122c6ad618a2a642a5f4ad30bcb8f99e4be56b]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:10:06 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d3cfa444e88d768c26c31781a2db0b8c4cf81cf]

        INTEGRATION: CWS changefileheader (1.16.330); FILE MERGED 2008/04/01 15:30:55 thb 1.16.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.16.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63198bd37d0d1ab53b3b827aee98eb3ecde5c276]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:10:06 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25acd1311108e64849a70b2e20fc7b755fe2fda8]

        INTEGRATION: CWS changefileheader (1.14.638); FILE MERGED 2008/04/01 15:30:55 thb 1.14.638.3: #i85898# Stripping all external header guards 2008/04/01 12:36:47 thb 1.14.638.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.14.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56f59e61b1892ae84e6f9d9761d95cfd0b8db267]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 16:00:38 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9519ba39fc6690fbfbe872000122591cbd1ed1a0]

        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>  [8e7e162330bf34cc0ebeda4355433227953b0b02]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:37 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0949cff81819ff499304c159600974d8bf6a1663]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/04/01 16:10:06 thb 1.13.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.13.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed37dc4189be272ed79faaa434709f094b2420b2]

        INTEGRATION: CWS changefileheader (1.77.128); FILE MERGED 2008/04/01 15:36:25 thb 1.77.128.3: #i85898# Stripping all external header guards 2008/04/01 12:39:36 thb 1.77.128.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.77.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7cafea5226eff74c2fd4a4b03e054a03e3c8784]

        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>  [38bfbd9dbb8ad4a04c15e249f8270634d340a724]

        INTEGRATION: CWS changefileheader (1.11.300); FILE MERGED 2008/03/31 16:00:37 rt 1.11.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9744e84ee19767c675d560ab14352c08020882]

        INTEGRATION: CWS changefileheader (1.13.192); FILE MERGED 2008/04/01 15:30:55 thb 1.13.192.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.13.192.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.13.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe6a78e140b13cc9d533a9880af253c011084198]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 16:10:06 thb 1.2.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84c0a79a003326f7a1cd7720dd559722c80b406b]

        INTEGRATION: CWS changefileheader (1.10.328); FILE MERGED 2008/03/31 16:00:37 rt 1.10.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3026fdbe403be8ae05d575e5fb2ca6d603a71a96]

        INTEGRATION: CWS changefileheader (1.12.588); FILE MERGED 2008/04/01 15:30:55 thb 1.12.588.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.12.588.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.12.588.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68942bd862ecba370b6bc1ffd6ce327331ed65c5]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:05 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [905ddaf7ba8abb9e25d2a2cd7134f5b17b01bd8f]

        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>  [aa3508a7c7579f4a5594ee623db04040b86a641e]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:55 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6129256e5a04fff154d3361ee274bee0e68c68c4]

        INTEGRATION: CWS changefileheader (1.10.498); FILE MERGED 2008/03/31 16:00:37 rt 1.10.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [947dc4bff5ce8f69ff47c20a9690d9d35c62a183]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:10:05 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [602dba28267bb60204575510bfbd53a706818fc6]

        INTEGRATION: CWS changefileheader (1.30.108); FILE MERGED 2008/04/01 15:36:25 thb 1.30.108.3: #i85898# Stripping all external header guards 2008/04/01 12:39:35 thb 1.30.108.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.30.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d173ac9527de9a7a22235d905c79e12f0bc90d53]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:55 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11f62226ca1fff839babb79e04d9af7a9f122359]

        INTEGRATION: CWS changefileheader (1.3.498); FILE MERGED 2008/03/31 16:00:37 rt 1.3.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa22567cf39d21033932e65c6e04c546ebcead10]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/04/01 13:05:24 thb 1.9.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b07fd72801d6a6a716e3fd8e3eaa2deff63df9be]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:55 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [924e5a3e4a554ed4e8f924be1cb6e5b5ce66206b]

        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>  [b32efecc59b33f8bc6e598905cd21c78d274b967]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:05 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73d7c0e82cc86ff8b853ce72a271e516d3367d7c]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3615a377f9fe7b95b8276b087262f20a09a2ccf3]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:10:05 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8f8374edc5e27eb52bdb2098563dacb3db973bc]

        INTEGRATION: CWS changefileheader (1.25.220); FILE MERGED 2008/04/01 15:36:25 thb 1.25.220.3: #i85898# Stripping all external header guards 2008/04/01 12:39:35 thb 1.25.220.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.25.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51c5e7d0747a57822673c6ae35a7fd122b3c6471]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:54 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [682584d023089c397af149cfbc53717866e99bac]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 16:00:37 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e95b9a3e705918ee5dc4b751447127bf428908e]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 16:10:05 thb 1.2.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:24 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5f0c5d9398211116016041a6447bf58ba0f00c7]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/04/01 15:30:54 thb 1.5.64.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.5.64.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [081bfc7bac6d612bf8b1dc9f5e0273b156cd7adc]

        INTEGRATION: CWS changefileheader (1.15.184); FILE MERGED 2008/04/01 15:36:25 thb 1.15.184.3: #i85898# Stripping all external header guards 2008/04/01 12:39:35 thb 1.15.184.2: #i85898# Stripping all external header guards 2008/03/31 13:59:12 rt 1.15.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20ad6b72809826cafbba2d2d03882a99d11d9b1b]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:54 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a444d375ad11e1cbb2f8fe0d6d846b57c077bef]

        INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED 2008/03/28 16:44:53 rt 1.2.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a98c992d5637c8c2d5af7686219c95be934b7b7]

        INTEGRATION: CWS changefileheader (1.3.448); FILE MERGED 2008/04/01 16:10:05 thb 1.3.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.3.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.3.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4da2b3c2f61fd8e6f02216804b56cda7b7ee938]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 16:00:37 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac140c2a19e5e0f38a50295ce3d5376da81c7de3]

        INTEGRATION: CWS changefileheader (1.28.64); FILE MERGED 2008/04/01 15:30:54 thb 1.28.64.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.28.64.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.28.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ce149b316663727bdb8d5895164b5cf1ac72308]

        INTEGRATION: CWS changefileheader (1.47.10); FILE MERGED 2008/04/01 15:36:24 thb 1.47.10.3: #i85898# Stripping all external header guards 2008/04/01 12:39:35 thb 1.47.10.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.47.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4916bf42369fa1d6514cbfc737da459836f6081a]

        INTEGRATION: CWS changefileheader (1.2.354); FILE MERGED 2008/04/01 15:04:31 thb 1.2.354.2: #i85898# Stripping all external header guards 2008/04/01 10:50:44 thb 1.2.354.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71c5a437c07709646eb36dd47ba0a67de0c43bfb]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:36 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f89035122835164f0590bd3bf4935ba957aa0231]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 13:05:23 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1123966273439611ca1f0721c634a95a7b81b94b]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:36:23 thb 1.8.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:35 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6d21447a795b98ebdfa39bb4784f2c0e42abfc1]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/04/01 16:10:05 thb 1.12.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.12.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1455d70733f2720f76a81fbe4e3e574aa43beaf3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:36 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5abc2d3183ee95ce6bdef85d77e441d54079566b]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:30:54 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c967c9342d326612a93f62bfd638c80f60914d]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/03/31 13:59:11 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb5e985289c94cb70fdb3d7a0cbc1222cbb8bdc8]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:53 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b22ae23d016f739b7de16373511145baaa1bf59]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:00:36 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e7dfab5ffd64eed484c2a954e30d770a77ed31d]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 16:10:05 thb 1.4.448.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:28:33 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cbf3b029cf84f2b4b46d80e4b46d8dc26bd86bf]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:36 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18b95747a1541de96941ed6b6aaf24f2c856c89f]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 12:36:46 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b06b6ae7a48ef69f63a3d8d4b5b74284c250ce4c]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:44:53 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ba44bb195ba7aa3b54d4350936ea4d8093b2bad]

        INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/04/01 16:10:04 thb 1.10.138.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.10.138.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.10.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad7cc87edb439fb998f43d170adf3f68218d59e2]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:46 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b013bf88e6b45224fa9aadf9f79a11a9ca4086f7]

        INTEGRATION: CWS changefileheader (1.19.234); FILE MERGED 2008/04/01 12:39:33 thb 1.19.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.19.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0580e6d6a25af3696a02ee52bee3d5e2efdfce11]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/03/28 16:44:52 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5ea064814f81ee18a311c2bad0a30c874e0f53f]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:04 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1861a185c081781cab4dbbf99a616506d2b10f5]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:30:54 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9cff65028f5c04b83460effc8900a3c4d77ea47]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:10:04 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [692a4c7ed7bcf89fa1664b04be3815f55f9b4aaa]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:53 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a1343b82af65c24e7d25aa7aad21e7ffed118a5]

        INTEGRATION: CWS changefileheader (1.20.18); FILE MERGED 2008/04/01 16:10:04 thb 1.20.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.20.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.20.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [387d3907297e040ec5c051a53419e0690cb7d57e]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:53 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:46 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f5b0c94a909f6632e3d8170ae26b362d3593a57]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:10:04 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1433ca29ae707d99f73b6efd6d2b4ca70e870e2d]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:36:22 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5403427b3040b65b8d2c9bd4015da3e9b762b5ad]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:00:36 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fca339d1ab42ce28a104a0a81bc86933a74df22b]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 12:36:46 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2d0121cd6fa0feb276471764aaf46fd233f56d1]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:03 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:23 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a700ef7cb51bc5d9241818b308b217d88b5b98c8]

        INTEGRATION: CWS changefileheader (1.8.256); FILE MERGED 2008/04/01 15:36:21 thb 1.8.256.3: #i85898# Stripping all external header guards 2008/04/01 12:39:33 thb 1.8.256.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.8.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b856add3395ffa1e29d39f21053485cab0a6f0ce]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:36 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43085e0cd524ead60fb0bd6d9f873dbf42f627cb]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4c5b14c515b05e0c731072dc7a98c88625d43f]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:03 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74e6225933362bc0f3fcd84e8d8bb7adaaa05822]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/04/01 12:39:33 thb 1.9.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4c2a2ca2a747356d2c9eadebd1d8b2152fe6aa0]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:35 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3f651e322acf5a7b4afe9137daf71ff62bce434]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:10:03 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa54a54a30733ba3be6a828d2982e342b0686d0b]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:39:32 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddde4cfe135903b0fb6f46d50c6607fc873676b0]

        INTEGRATION: CWS changefileheader (1.5.690); FILE MERGED 2008/04/01 12:36:46 thb 1.5.690.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.5.690.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6053f756f2deb6652483a11b102a4cf53c80ed7c]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:10:02 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5fa8b3efe32ab498b5e60752bb5a323e164e32d]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:46 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16b283143e90629f91188933fb9e28842145c714]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/04/01 12:39:32 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1c4eb0f2a5c8e907cd8a8ee1a3ce51025ef5359]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:02 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d1e6c4d903db5ad1111b77e17082fe1c864d26d]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 15:36:20 thb 1.8.16.3: #i85898# Stripping all external header guards 2008/04/01 12:39:32 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [278161f8524a2673e84eb393d32fba1780de4e69]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:02 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0b348a021dc214c723eb5af74695c22094c8890]

        INTEGRATION: CWS changefileheader (1.34.14); FILE MERGED 2008/04/01 15:36:20 thb 1.34.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:32 thb 1.34.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.34.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [675a31feaf33ae8be783f2fc916795b0b9223b52]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:10:02 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76fc50092b13131b86fb51bdf5b8e533832b9130]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:39:31 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:11 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c32872fd828810e482ab951d6742caa1d5dbef]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:01 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [793b37a784d8276db4f6be7824fca647a27ea790]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:36:45 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2417df74b19b56b5872a6a3539bf07a2a13deb4]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/03/31 13:59:10 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a0dc76b252545fe8d2b5e2a6b162f78b1689393]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:01 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:22 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [986a8d21124eb4ae2e2643aac55664b1df2f65b2]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:35 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57ac0ea8d0cb814e385aeb2eb6383e0d638f1ddb]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daafe2387f31def98f31d796c940f0f290fc2275]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:36:19 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:31 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:10 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30f0ce052549c233c92492f6127861b3caae19d0]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:22 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4f91dd9a47e664f930619b93808acf0b0f85e21]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:53 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d03c7463586154555bafba87fd679fb80342ad9]

        INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:44:51 rt 1.3.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5ba82e5303af4692364a89e82579c2d0fcac76c]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/04/01 15:36:19 thb 1.10.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:31 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:10 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49494a01d30e86ce17cf00816024ab01b95d7512]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:05:22 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:32 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a94860c9d8be4b6c78ad6b67ea953af9ff59888b]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:53 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46261f10132daa54b860cc1b2e11a2ebccfa556d]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:34 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c106f1aadcd175999f852762a374ba5faa157cf]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:44:51 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5949cdcf027d04946cb2b0195c7aa1825a9325ba]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:36:19 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:30 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:10 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aab7a57bcb0b1b28729fe42a52ed32f45f9e1d1]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:10:01 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:21 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [308b96bfb4e763539bcd963516af163978a98002]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:45:35 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [beefe3488ad0ecca256c619469850e8821402c84]

        INTEGRATION: CWS changefileheader (1.5.622); FILE MERGED 2008/03/31 14:19:30 rt 1.5.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ddf59a6cdd540efb7c9bdaf84a8593c7ef82aeb]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:30:53 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1d7e05a2050d662a8e71b8959dd0b3a49ca377a]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:00:34 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c25aeb6c8702027173e760c3b6b5a05f9661722]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:51 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [801922158a8985399671fd9e16ee0581ce660b5c]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/03/31 13:59:10 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f04a4fc4749c29989c259afde873828b2bbdd434]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:10:01 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:21 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74a21cfb2f91996e62b21ebb505cce5ee9d195b2]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:23 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:30 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2d5d74a84c6cc9426617ab1d92bf50c0a53e054]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:34 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7443c1742a10058320d0d597f46e2c5d2018c44e]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:19 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3489a0157e3cd29a98c91f727beb5435d3d3f223]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:05:21 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4802424e27226898089bd1299b6ebcd05f1e7df5]

        INTEGRATION: CWS changefileheader (1.4.264); FILE MERGED 2008/03/28 16:45:35 rt 1.4.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1827939609ba899fed53ac55b7e6c424160f243]

        INTEGRATION: CWS changefileheader (1.32.368); FILE MERGED 2008/03/31 14:19:30 rt 1.32.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5243aac9786c05ef8d89e8c9bd38203784292d96]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 16:44:51 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e97e0de3009e4da056fc2d3ba865f69817bf766a]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:36:18 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:30 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d988b4a1bb3a5a68471ebc21b021201d960b93d4]

        INTEGRATION: CWS changefileheader (1.14.162); FILE MERGED 2008/04/01 16:10:01 thb 1.14.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:20 thb 1.14.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.14.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [750772e5834a6257cb2efb097c1c7a9220e8f1bd]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:35 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebd01231cb1926c44447c5e12b26c64135bcefc2]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:30:53 thb 1.6.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c78e1e928dcaaa0b36487ee2ec1bd26c0969a594]

        INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/03/28 16:44:50 rt 1.3.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edd325ba762b7769f30ed9800b9291597cc217f1]

        INTEGRATION: CWS changefileheader (1.27.368); FILE MERGED 2008/03/31 14:19:30 rt 1.27.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01db0093c354d43442c9d3ad23464f533635c628]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:36:18 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:30 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [320518236eabcc67c4ee0048cab237b1ece9bd1a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:35 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb67e67a68dfd4ab67d8c78e97d4fd9e081b8e88]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:10:00 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:20 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b1b689c03023a421b57f06a9600f29f6b4b08ef]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 16:44:50 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3353c0593f71df915ac2f635d9103e43800ecab6]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:19:30 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [013fb392822470f69c55faf98575c29c4d4dabb6]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:36:18 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd38d80cd13cdf36d35cbc50a2156fc3a630896e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:35 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d81a1d80e13d57e3e4be7d6f522beec580d67336]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:10:00 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:19 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e7e1e23fd152f62cfe7df9cd98cff437cf68fed]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:44:50 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [096edba3a88819677d9b08d99f7060ed0b0bbf6e]

        INTEGRATION: CWS changefileheader (1.23.196); FILE MERGED 2008/04/01 15:50:23 thb 1.23.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.23.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:30 rt 1.23.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f2f73be7e8c4a024a2ea541e125175cc4c5fa41]

        INTEGRATION: CWS changefileheader (1.13.672); FILE MERGED 2008/04/01 15:30:53 thb 1.13.672.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.13.672.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.13.672.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fc57b0284d30efc221a4daf2786291d1e4d04ef]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:33 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a460ede41da8531915aa1a46457b1a8c3642cbe8]

        INTEGRATION: CWS changefileheader (1.9.126); FILE MERGED 2008/03/28 16:44:49 rt 1.9.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70b9ef219db652a71af6e53c84efc2aff8a0fd20]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:18 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c996aa99eb6ab8902a801b9627a1085707028ba9]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:35 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24e92a77e49ac9b8462e1bb28d2796610b0f473c]

        INTEGRATION: CWS changefileheader (1.13.84); FILE MERGED 2008/03/31 16:00:33 rt 1.13.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [618d47e03818a8da381ba0936a140c98f8611927]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:30 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d70ebc8816b64cc6cd81e0e8785b25e69e5c562]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:10:00 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:17 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbdfa0c62b3cd528855756b3e5fbec1b3569108a]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:45:34 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25319b46ada8f77339eaaa05005d832aa20d2b11]

        INTEGRATION: CWS changefileheader (1.33.456); FILE MERGED 2008/03/31 14:19:30 rt 1.33.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10dfccc01f9cf97017dd27c4f5450b882d772794]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:53 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6459018ed70a6374883c487181f57ed446eb9579]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:16 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:31 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf160e5bbe4a90758829820e67fe0b7c4f78efe0]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 10:50:44 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f502c56a803bdde5f2af3eb64b0e4f68bf4855fb]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 16:45:34 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74db09388381395ac9ec90f7994a706387d168ea]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:33 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36b1510564811dff92cff6a8e00531b5b8cc0f92]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:50:23 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:30 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3ef853fbb03b2aabc6d0138d44746ef6c0f0bbc]

        INTEGRATION: CWS changefileheader (1.8.240); FILE MERGED 2008/04/01 15:30:53 thb 1.8.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.8.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bea8e716c2001d0d95ac681048447f5d7c1cd453]

        INTEGRATION: CWS changefileheader (1.6.200); FILE MERGED 2008/04/01 15:36:17 thb 1.6.200.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.6.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79bfcfb815d47b3d83440b3e81222f6be0d97111]

        INTEGRATION: CWS changefileheader (1.15.74); FILE MERGED 2008/04/01 15:04:30 thb 1.15.74.3: #i85898# Stripping all external header guards 2008/04/01 10:50:44 thb 1.15.74.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.15.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e61369f538b6ef3c150671fd579aefdf075b30f4]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 16:45:34 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bf1e294e24fde2dc9c55b0833c25acf9e4d1082]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:00:33 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91ee8113f18e2cca908eca123a23ffde83d01534]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:28:31 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e18f4c613935a14c823f77152bd6ddfeb5970776]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:19:30 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f152eff966ec1bbd5108d55964c1dc6de0cbd08b]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:53 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52bc7ef88fd18785337099855562fc7fba7083c5]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 12:39:29 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dc330a8409c003f3a74112dcf347775c8cccf75]

        INTEGRATION: CWS changefileheader (1.9.166); FILE MERGED 2008/03/28 16:45:34 rt 1.9.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bbaf63636b8806192e07ca67e5176229ab485e6]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:32 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eec50e16ed56858576b8bcd53f7e83dde6eb7d14]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:52 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3406ec7eaba5631404e6f52e7727fd46904825a]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:50:23 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:30 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8784f69ce5ce7b47c7b3a5d8a847bb3f617535d8]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:49 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ce1c9290756ec7d7ddbb32b4845fdec572af5f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:45:34 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45b7244850d8c8c8f86665f46496479d75d251b9]

        INTEGRATION: CWS changefileheader (1.16.68); FILE MERGED 2008/04/01 15:36:16 thb 1.16.68.3: #i85898# Stripping all external header guards 2008/04/01 12:39:28 thb 1.16.68.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.16.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5791438bfe323a2ebbabb27c29292220799b84b1]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 16:00:32 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [361364a36c807ada57aed8aac0d1d8abf6b189a0]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:30:52 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:41 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e75fa7dfbbbd45e4c26c5fcc2cf0f2df647b1f87]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 10:50:44 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7216f24624bee9d777c14ec85d799bb1b318244d]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:28:30 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d113347b060a7f2c4c678b25e725918371711a7a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:34 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cab3f27323c4db8e56e4b45e4f173e5ff7820123]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 16:00:29 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01f9865f8571c135344d0ffcc5514f17100ca9df]

        INTEGRATION: CWS changefileheader (1.15.158); FILE MERGED 2008/04/01 15:30:52 thb 1.15.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.15.158.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.15.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6bc4083f6298c3f074a52c088a42f7ae6750754]

        INTEGRATION: CWS changefileheader (1.18.68); FILE MERGED 2008/04/01 15:36:16 thb 1.18.68.3: #i85898# Stripping all external header guards 2008/04/01 12:39:28 thb 1.18.68.2: #i85898# Stripping all external header guards 2008/03/31 13:59:09 rt 1.18.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9675e891e31bf47a90a8226d7a201500ead8ded4]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 15:04:30 thb 1.8.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:44 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72693ff7ac3ac816ac34062b15f548f07b2767c8]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:45:34 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53026cff43557d1b4207f31693c97fae8b9afbde]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:29 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f01fc65eef5f884a7e4771a63bb0916d32304497]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/03/31 14:19:30 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [357c69b0b9630ddb61dd3c20c934baca6c69d284]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:30:52 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27394215bf15dc38fae2664ffa0795e7a3149e2c]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:29 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97cb5559cd8cde1c82637db3f27520ee4496ef5c]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:34 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64732b602d578c524fb11faebde0f8095134f036]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:50:23 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:30 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390d49b3d38ba2df33f6587104829a4caa484db3]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:52 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7871f4838c8ba4498bc41204498cab93ff54e39]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:45:34 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1370aa1cc419d409817a9f1e6fd85107e9c84c26]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:19:30 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d45258c63a3e383153450c06c57ac525b3ea8309]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/04/01 13:05:15 thb 1.2.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:30 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52e626b39a80eb530a47863f5bbc10651bff4dd1]

        INTEGRATION: CWS changefileheader (1.11.240); FILE MERGED 2008/04/01 15:30:52 thb 1.11.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.11.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee629ec8f4696ab2458964da01d38d337eda80e9]

        INTEGRATION: CWS changefileheader (1.93.14); FILE MERGED 2008/04/01 15:36:15 thb 1.93.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:27 thb 1.93.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.93.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5db2880f300dcc5269853aefe53a366ee09bf618]

        INTEGRATION: CWS changefileheader (1.15.126); FILE MERGED 2008/04/01 10:50:44 thb 1.15.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.15.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79e0b2d04c6ffe425218f7ee82937840f893bc2]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:45:34 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43d58062d96ba8b1a4684c7cb7384a44475fcf41]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:23 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50ef9d1bf8bb037dbda45f03c0e659436d023e1c]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:52 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [763de64017115130accc2eff0f3fbcd27091a192]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:30 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23ec007c2f0dbce823eaccbb52b76578f8f4fc92]

        INTEGRATION: CWS changefileheader (1.39.106); FILE MERGED 2008/04/01 15:04:30 thb 1.39.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:44 thb 1.39.106.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.39.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a3d8592433ad80ec4ca9b7cda1f8695fdc9bff0]

        INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED 2008/04/01 15:30:52 thb 1.9.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.9.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16fd5f0d572fe3e14afb2163c80564c35c9db39c]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:50:22 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:48:15 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [781cc7ce24bf4747b67a45db78c48cd8975b0210]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:28 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dca78fc05747aa0598e67586657983e278edeb3]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:10:00 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:13 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1564889a0fe6dfd316e6eb6bc060b7610fe06b02]

        INTEGRATION: CWS changefileheader (1.15.72); FILE MERGED 2008/04/01 15:50:22 thb 1.15.72.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.15.72.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.15.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe1fb46ea1aff7c9cb7765e00d30508a96b60a1b]

        INTEGRATION: CWS changefileheader (1.48.34); FILE MERGED 2008/04/01 15:30:52 thb 1.48.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.48.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.48.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a688aa73d01ef21a7c84139051930321ce9cd75]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:28 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5838aa343cc27d7355bd595d88427596076ea5a]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/04/01 16:10:00 thb 1.15.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:13 thb 1.15.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afc344caf63798dba9d7809d46eb433459b30582]

        INTEGRATION: CWS changefileheader (1.12.594); FILE MERGED 2008/04/01 15:36:15 thb 1.12.594.3: #i85898# Stripping all external header guards 2008/04/01 12:39:27 thb 1.12.594.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.12.594.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [294a1b874095754ce3efee54e76a27e2d77777e9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:28 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78a4716077060477c3be6b999d310b1ec644ed78]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:04:30 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:44 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:49 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f2b39447a158bd99c0b0c90ec8c8f221dad6517]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:45:30 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e27fbbe5cbb6883b86d3cd4493001415ba5c92ab]

        INTEGRATION: CWS changefileheader (1.45.18); FILE MERGED 2008/04/01 16:10:00 thb 1.45.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:13 thb 1.45.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.45.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bb133f401ff2fb39b6e681408456434216a928b]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/04/01 15:30:52 thb 1.17.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.17.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b85d67509d22c551bec5dba4f8123015b79ff39]

        INTEGRATION: CWS changefileheader (1.59.14); FILE MERGED 2008/04/01 15:36:15 thb 1.59.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:27 thb 1.59.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.59.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39e2e4508938d6f0a40a1c4435d2c15aa28386d3]

        INTEGRATION: CWS changefileheader (1.28.368); FILE MERGED 2008/03/31 14:19:29 rt 1.28.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c33c10ac9046979d6539025e32ad042eac335d3]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:51 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4595eba0e4a8af9c5e5b7756f0810300c729db16]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:51 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61a3cef9161bafa967e93a8140e32c58ac9b2c72]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/03/31 14:19:29 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bd94563217e2e139886ccc3051385546659707d]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:27 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa8d9989f7e5546c7c68ee51b8790e60ed470f93]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:30 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c4b90efa1c1c18ae972e04cbd95a222b82c0583]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:45 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15ee5213be29ccde42af9a80196fc6aeebb998e6]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:59 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:12 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f32103beb631fb269ef3eeb13bd0b41f0f9a004]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/04/01 15:50:22 thb 1.26.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.26.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [171d04da8f8d0c5aa8ec5c42196604f1b095f0a4]

        INTEGRATION: CWS changefileheader (1.24.94); FILE MERGED 2008/04/01 15:04:30 thb 1.24.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.24.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.24.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5a5ddcf22ff9d26c6fa57fe547166e409cf9271]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:40 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [061ba6f8b653bf970593d882a6f5d4287a37e628]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:22 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fda6d7ebfd182249e625a47102e098c1538f025]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:59 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:12 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b8bfaee73413eda1e7c69bbcf5de99f852ff46]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:36:15 thb 1.4.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39a7f85b38b5647db48924c5f44d8037fe8cee17]

        INTEGRATION: CWS changefileheader (1.10.128); FILE MERGED 2008/03/31 17:15:40 rt 1.10.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49687af5664f368b0dc3880f5ea3a39805380428]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/28 16:44:48 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ec163040461d4b724a8defa3e80bb15bef827c]

        INTEGRATION: CWS changefileheader (1.25.350); FILE MERGED 2008/04/01 15:50:22 thb 1.25.350.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.25.350.2: #i85898# Stripping all external header guards 2008/03/31 14:19:29 rt 1.25.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09bedee5b2a2058c55569b5175d1624f0fe39258]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:27 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dac1993dfa38bd664699f8f3c994e9dffbba10ba]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:29 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce49adeef9def76348b0c836eef083c61cb1d898]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 13:05:12 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db408a068780687a4770434bd9ce4852365a3ec6]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:36:15 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba50ace0b350e3a70b9d99e5c24e40d036c03ce7]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 15:04:30 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8942bb2cbd1f1eaff3f883cf20cb7c64eedeb8a]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/04/01 15:30:51 thb 1.9.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.9.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f1dfba04abcc535756153292c2bcab3aabd817c]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/03/31 14:19:29 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f944467da4a4a3b40a6932583c0579eb4fa9893]

        INTEGRATION: CWS changefileheader (1.42.18); FILE MERGED 2008/04/01 16:09:59 thb 1.42.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:12 thb 1.42.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.42.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6850879e3c9e6ff8ac1fb908b35566794806a5d]

        INTEGRATION: CWS changefileheader (1.16.44); FILE MERGED 2008/04/01 10:50:43 thb 1.16.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.16.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29d3a6b38731dab670956f63d70218ba1591c86c]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 12:39:26 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4537fe2c0f0ac8cdc7afcfe5fbb51bd373420f1f]

        INTEGRATION: CWS changefileheader (1.52.272); FILE MERGED 2008/03/31 14:19:29 rt 1.52.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8555377a002945a023f7c0b880879cb4e89a4d92]

        INTEGRATION: CWS changefileheader (1.47.18); FILE MERGED 2008/04/01 13:05:12 thb 1.47.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.47.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b93a9542720cf16c81bf6b2478a3f2cff3028b9c]

        INTEGRATION: CWS changefileheader (1.15.126); FILE MERGED 2008/04/01 15:04:29 thb 1.15.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.15.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.15.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [714940414b84f78553f0af10fcc3e16bc3dfd4c0]

        INTEGRATION: CWS changefileheader (1.14.188); FILE MERGED 2008/04/01 15:36:14 thb 1.14.188.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.14.188.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.14.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3dc8be4190c9278e00d112eda43d9ba751c4b19]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:26 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b8e2cbc4c191a9096353507c3d5f97f23098f7d]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:19:29 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff14da5ebe2914545094a7f7a46e5550a1b3525f]

        INTEGRATION: CWS changefileheader (1.49.18); FILE MERGED 2008/04/01 16:09:59 thb 1.49.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:12 thb 1.49.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.49.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c66f6ad8083b0544ebb86b4a573e6d1c44f3afc7]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 15:04:29 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9871a81451b4879d73994fd55ad845f49b5235e]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/03/31 13:59:08 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [887f9b3bb7df9ca4aac663d6bb15c050cfba9df3]

        INTEGRATION: CWS changefileheader (1.7.562); FILE MERGED 2008/04/01 15:30:51 thb 1.7.562.3: #i85898# Stripping all external header guards 2008/04/01 12:36:45 thb 1.7.562.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.7.562.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c2ea63b8041fc9a28f81618182864ae6a58a6dc]

        INTEGRATION: CWS changefileheader (1.35.366); FILE MERGED 2008/04/01 15:50:22 thb 1.35.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.35.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfef5dbd4097218fc9c646d0d9456afac98a52ab]

        INTEGRATION: CWS changefileheader (1.31.18); FILE MERGED 2008/04/01 16:09:59 thb 1.31.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:12 thb 1.31.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.31.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac9b7131a426ccbd0b685cab1f8c25b405d262f3]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:48 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b190a559c40a75be9100504f41623026b744327]

        INTEGRATION: CWS changefileheader (1.3.256); FILE MERGED 2008/03/31 13:59:08 rt 1.3.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a2971608ba056550b49fab01b474148b31d867a]

        INTEGRATION: CWS changefileheader (1.4.124); FILE MERGED 2008/04/01 15:30:51 thb 1.4.124.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.4.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eea5934b1e9364b4f83b127ac3946edcc3cba27]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/03/31 14:19:28 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac4d3973ff2f51c7e5c782e6c85b8a30a326d27d]

        INTEGRATION: CWS changefileheader (1.41.18); FILE MERGED 2008/04/01 16:09:59 thb 1.41.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.41.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:24 rt 1.41.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bad6590715196183be5ae6f9924bf8b95c99b749]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/04/01 10:50:43 thb 1.6.92.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5ad21944e399410224207392f9e46bbf88ee547]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 15:36:14 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c88ca869b4482fd1bd0ca6607e1a113ad304cc9]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/04/01 15:30:51 thb 1.8.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.8.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e198570c4705ad755a29ea01a509a75dda6632]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:26 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a6b789df5b027d746996734ca8f637fb23cf43a]

        INTEGRATION: CWS changefileheader (1.6.652); FILE MERGED 2008/04/01 15:50:22 thb 1.6.652.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.6.652.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677f78fd77f7b93023be924b7a40af9cba14bbe9]

        INTEGRATION: CWS changefileheader (1.49.18); FILE MERGED 2008/04/01 16:09:59 thb 1.49.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.49.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.49.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [901bce7e4bda3641c414e9726173f14b97c6f276]

        INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/04/01 15:04:29 thb 1.3.116.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.3.116.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.3.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87ff412158d86399605d0546d6ea995f928d6132]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:14 thb 1.3.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:26 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7960668a9a1fdb76ac9923686d57f11a3aa7ee9e]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:51 thb 1.12.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49407d9fab7e9b914bacc05d69ff6a79ec002e1e]

        INTEGRATION: CWS changefileheader (1.23.368); FILE MERGED 2008/04/01 15:50:22 thb 1.23.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.23.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.23.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66f656755f324e22906f979de50edefc0b9dc61a]

        INTEGRATION: CWS changefileheader (1.15.138); FILE MERGED 2008/04/01 16:09:59 thb 1.15.138.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.15.138.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.15.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e41b09a3242d7788cab12eb2508397aaa62a00]

        INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED 2008/03/28 16:44:48 rt 1.5.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [914f166c59b8297af2367f3cde201af14b6ddec3]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:36:13 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9e89776e3fbd53323c97cd030f0dea72d3cb66]

        INTEGRATION: CWS changefileheader (1.14.408); FILE MERGED 2008/04/01 15:30:50 thb 1.14.408.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.14.408.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.14.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fde52fee391136dd7e8319cd4efd2686252d11c8]

        INTEGRATION: CWS changefileheader (1.35.368); FILE MERGED 2008/03/31 14:19:28 rt 1.35.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a24565438889d52f15fff90802d0af7fa07b3160]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:26 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62c983e6718729dd47c9962185ee1d15bb28eb87]

        INTEGRATION: CWS changefileheader (1.27.18); FILE MERGED 2008/04/01 16:09:59 thb 1.27.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.27.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.27.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9af00c62f2858fddb9246cacae51c4604ac8e35d]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/03/28 16:44:48 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b56ed340f55ae805dce942752c52ca97f02c3ca3]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:13 thb 1.3.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b61da56f2a8a2562c787a8f79a1009b610c860e3]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:45:29 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [919a3a5bce70911a41554c9d49630b929500ce75]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:50 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [653a498735e3b7120acfd54bc39a23aff7493091]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:50:22 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8402f99f5f0f4ebfc741c554f607d041c0f89797]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 16:00:22 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92b526871000b0235fb759a8e34770d2b1e7a1d4]

        INTEGRATION: CWS changefileheader (1.25.18); FILE MERGED 2008/04/01 16:09:59 thb 1.25.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.25.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.25.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f6ef10e34c61dc028c28efa7d07a5da4c9f608b]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:04:29 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:48 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e1ef4304debca1c7d254ded989fb2ed92555e12]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:19:28 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6ab94609ad5a49e17983fac36db676d655dfdd7]

        INTEGRATION: CWS changefileheader (1.12.300); FILE MERGED 2008/03/31 16:00:22 rt 1.12.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6370159fe2e346a909fb874c23ede2bf7f89c1a]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:11 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2419b07ef0c4dcc52a824f3a3c273df329c84db7]

        INTEGRATION: CWS changefileheader (1.43.34); FILE MERGED 2008/04/01 15:04:29 thb 1.43.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:43 thb 1.43.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:47 rt 1.43.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7db27db8e698cc4e1c441c6f20311fbab9e217c0]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:36:13 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:08 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82ea9bb7fc5fc0f2f0c87c4c0ae05928f009a7da]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:50 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:40 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11f711485b96f67bc9a379fec8405247306a6d80]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:45:28 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1b877eb2962c6d78a59a5fdb586b1b2bb21fcb3]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:21 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deaa4480f912436ab56a12eed14ca7e568511f67]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:22 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6654cd8f6f01489a81a927ea45bda693b611fe36]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:58 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:11 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a59dd668762176e73cad5727e112f9a5722bf030]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:29 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:47 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8d131eba0b294cba81ad9e9d35c098999c1db3e]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/03/31 13:59:08 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9d7ccdfe6109ad3c2c5a4b1426935719e1dc87b]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:28 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bb1bbe8d448fad0b3634a9cf9372c7449fccdeb]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:39 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d8fbb16995ffa2d569b3cd6d451c2c39d59afab]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:50:21 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd8c8d3eb49f55aee98c9ed1e0f2e119c8a1d099]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:22 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e58a5987c3614bb1675aa3ee2730ee320bc25e79]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:11 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3ca732e12aad5bb7d99d0153d1252dbf2b801ee]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 15:04:29 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/28 16:44:47 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [beb777167d524dd2c2bb34271b79f54bc3431b6d]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:50 thb 1.12.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d3650980686c345227eaaa5af362260bd24816a]

        INTEGRATION: CWS changefileheader (1.23.368); FILE MERGED 2008/03/31 14:19:28 rt 1.23.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf424d83b12d604f921fb2e96c07976f76533a0d]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:36:12 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d8601b553dc4badb119879da5b32a1d9e7241bd]

        INTEGRATION: CWS changefileheader (1.4.116); FILE MERGED 2008/03/28 16:44:45 rt 1.4.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf76beaa8ee35237eb0f1c0a67d3c5d1f35f8d27]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:36:44 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48f9b0c4d6c026173ef7a140259781aa1dee2a4c]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:50:21 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfab4b281b99886378630f39d4464350cd46b61f]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 16:09:58 thb 1.11.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:10 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [586e717357af13c1c0acf0e1236ca755815c84d2]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 12:39:25 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ff754f8c92377a05f4332b8f4c83e87e69e9987]

        INTEGRATION: CWS changefileheader (1.22.44); FILE MERGED 2008/04/01 10:50:43 thb 1.22.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:45 rt 1.22.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [572e75ecff1fba8daeff9dbc629b0fda6621f98a]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 17:15:39 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c30c9753ff0fe69db499f8ba3495c2497157b841]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:28 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c48b285385451f741a372d52b9080e5a9a9c3072]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:10 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e43706c7af4227bafa6909bdc52ff54c30601a8]

        INTEGRATION: CWS changefileheader (1.37.24); FILE MERGED 2008/04/01 15:36:12 thb 1.37.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:25 thb 1.37.24.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.37.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdce3578b47a42c117de8fc8c480c085d73ff36d]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:28 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:45 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f7a8339207031dcfbf93158b8e879fddf44c8f3]

        INTEGRATION: CWS changefileheader (1.12.260); FILE MERGED 2008/04/01 15:50:21 thb 1.12.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:14 thb 1.12.260.2: #i85898# Stripping all external header guards 2008/03/31 14:19:28 rt 1.12.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d19b63ce5ce6c1cc3272a8e1ea01753d06d0e73]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:21 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4127c5f747749d2e775af15a9a49b8faa3d3742f]

        INTEGRATION: CWS changefileheader (1.15.256); FILE MERGED 2008/04/01 12:39:24 thb 1.15.256.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.15.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6adcd5a2419178a0c2211f6aba19fbc21ecf6365]

        INTEGRATION: CWS changefileheader (1.6.290); FILE MERGED 2008/04/01 16:09:58 thb 1.6.290.3: #i85898# Stripping all external header guards 2008/04/01 13:05:10 thb 1.6.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.6.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7a12b7d35e9a4d54a3aa516481d044df646949c]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:42 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:45 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dd33dd0603d8345bb1971324dd09d2b3b616e4a]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:30:50 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dac4d974a33c14eeb60b209dc116fd0ea8fa879e]

        INTEGRATION: CWS changefileheader (1.22.18); FILE MERGED 2008/04/01 16:09:58 thb 1.22.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:09 thb 1.22.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.22.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b549704e78d6fc3f02cbb9df6fa76e8902a3819]

        INTEGRATION: CWS changefileheader (1.77.368); FILE MERGED 2008/03/31 14:19:27 rt 1.77.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [011acd898866ea6ae74c8e06a5c7a1d7d68073fd]

        INTEGRATION: CWS changefileheader (1.9.358); FILE MERGED 2008/03/31 13:59:07 rt 1.9.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1edf019b051b8e8ec5481435b7e9d642607e9a3a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:42 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3571f651a22ef16e3ae8eb454eda6eb9b3cd72de]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:19 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7e055317845f48d686e1a8fa676e3522db1ed89]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:09 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0844582961f53d86fd1183340d4ce463a375f0d]

        INTEGRATION: CWS changefileheader (1.19.298); FILE MERGED 2008/04/01 15:36:11 thb 1.19.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:24 thb 1.19.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.19.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a3531aab8d516da536ece30389d443b26e9a4d2]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:21 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5fbcc0f39fa23749809a0af52be39456fef3336]

        INTEGRATION: CWS changefileheader (1.22.368); FILE MERGED 2008/04/01 15:50:21 thb 1.22.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.22.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.22.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1f0a18c7165d71c4c82ea69d5dc8c7b3ab30cf9]

        INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/04/01 15:04:28 thb 1.6.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.6.106.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.6.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9670c46d1fa5cad9a69965c98f1cac32c9dcf27e]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/28 16:45:19 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9c64e3255aed5cfdd17a3b20571be636aa3de8e]

        INTEGRATION: CWS changefileheader (1.5.430); FILE MERGED 2008/04/01 12:36:44 thb 1.5.430.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.5.430.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df3e06c2dc64268164d4a2e01600d2abbf3fa7b3]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:58 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:08 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [775ea6072da68ae721f9ceec650b655761be2d11]

        INTEGRATION: CWS changefileheader (1.10.364); FILE MERGED 2008/03/31 16:00:21 rt 1.10.364.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dbd85fd78bf1851bda75ff63509fa77888ffa3c]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:21 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cc4afbe5cac211b8c90200d59b1624191be557f]

        INTEGRATION: CWS changefileheader (1.33.256); FILE MERGED 2008/04/01 15:36:11 thb 1.33.256.3: #i85898# Stripping all external header guards 2008/04/01 12:39:24 thb 1.33.256.2: #i85898# Stripping all external header guards 2008/03/31 13:59:07 rt 1.33.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25387e4ebc3c96df67124140b749bddac5156505]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/04/01 15:04:28 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a9b0d491e44498a80ecc44b49aaae8c260c137a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:19 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [770db73845a00b5353ecbef6d24ac547f95ca8b4]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:08 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a43e07cbfcbe3fef91a54ee3710c75a3e2d026c9]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:28 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [443111bfdf6d3d00b89a307fdc02c60449becf20]

        INTEGRATION: CWS changefileheader (1.36.368); FILE MERGED 2008/04/01 15:50:21 thb 1.36.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.36.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.36.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a504418d62be6637826d3d42658076234e3ae256]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:50 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8c93165dde08f3dea82df60f67b641ac2887cd8]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/03/31 13:59:05 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b1577ef6717df49c710480f3ddaca21c05e3529]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:58 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:08 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a5ad147a3b70422b8f0d656796d3011b6d03bef]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:28 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0be59cc099040a5bed2c2a86b8464f65a68bdbbb]

        INTEGRATION: CWS changefileheader (1.26.368); FILE MERGED 2008/03/31 14:19:27 rt 1.26.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [404bc92dcbc3f80ed67922c6be4b5ca60b1d712c]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:50 thb 1.8.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07dad231993b7b7488d2b058cd5aeaea57c80efb]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:36:11 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb937dc4635a3c71312f62b15a95197ec913003f]

        INTEGRATION: CWS changefileheader (1.19.18); FILE MERGED 2008/04/01 16:09:57 thb 1.19.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:07 thb 1.19.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.19.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffe1aa553d27c9142a9d7904d2d9b96e5070fd3e]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:45:19 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abcb12da661695f7731c374561655fe6c3879d2e]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 15:50:21 thb 1.18.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fea44397a930720c35629cbcfff975fffdd404ec]

        INTEGRATION: CWS changefileheader (1.12.126); FILE MERGED 2008/04/01 10:50:42 thb 1.12.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.12.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b162431e752f1c9464136c9e54b8f6f7908f808]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:30:50 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e796b56a6ea0e7abf4cfd021c9e1207c0e9bb4f6]

        INTEGRATION: CWS changefileheader (1.7.200); FILE MERGED 2008/04/01 12:39:23 thb 1.7.200.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.7.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04c56b5915aa26be98c653216ec638f37d26d825]

        INTEGRATION: CWS changefileheader (1.28.138); FILE MERGED 2008/04/01 16:09:57 thb 1.28.138.3: #i85898# Stripping all external header guards 2008/04/01 13:05:07 thb 1.28.138.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.28.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c66b034c4fb7f9ebfb73f77c02a275669d90e80]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/28 16:45:19 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a3528ebb4c1d1cfc14e45b3d793f628e81d3d2c]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:27 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eb35a08c2d060ba85cd8163c32b7d1fd14f0a6a]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:49 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32615a1592cdadcb928b4186ae3549e7ee9b8b84]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:59:05 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2581c7da11e79f5bb801c796360aad19db0e958]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 15:04:28 thb 1.7.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fcf170df56031ea74ba619d00731f70a9b61ef1]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:06 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83b6c0c43a5345e735fdac5bece5f52e21a90800]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:19 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43e66393ec7c9415636fc564db29582b96ee7010]

        INTEGRATION: CWS changefileheader (1.22.450); FILE MERGED 2008/04/01 15:50:21 thb 1.22.450.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.22.450.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.22.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c7fc71eea61462e4c4d46b73ccd27019128bd5]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:30:49 thb 1.8.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0af746d1ff116f7453e5a46a578b6bfe554574fb]

        INTEGRATION: CWS changefileheader (1.14.54); FILE MERGED 2008/03/31 13:59:05 rt 1.14.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aa9ea41ba75862f09ed839afb100d222c208a5c]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:57 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:05 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a8032439ca9ff0f6c39cc424ea3054a2b6aee30]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:45:19 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d3007021cdff61f27a2ba9fb74bcbaf63671784]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 10:50:42 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [018f4d85fe14b94ad242522ae723adc5d2e6f2f4]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 12:48:13 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffbe87ccd30732343d75e14d2060ea437c5b80ee]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:49 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdd230df62e3d850f2ab5e6b642f576da21a45e9]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:20 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d109f882fb5c85b78a4b4aca5cf93e823d9ddc21]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/04/01 15:36:10 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c55cdb44ace7174a3066ae68f24d9f535b552a5a]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:05 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bb6d7feb7d5e4e2fe7078eca03bb898694653be]

        INTEGRATION: CWS changefileheader (1.13.60); FILE MERGED 2008/04/01 15:04:28 thb 1.13.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.13.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:44 rt 1.13.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b0b281f1bc956f062f05c34e7e245431a79aa50]

        INTEGRATION: CWS changefileheader (1.29.450); FILE MERGED 2008/04/01 15:50:21 thb 1.29.450.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.29.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [705ce9f19389049adfdd7ded4107bde84715ea91]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:36:10 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c369e13974484db4f7cffe64adbc208644004afa]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:57 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:05 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:23 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b0bfaa7d213ef283549cd4f88afbef9fd99a835]

        INTEGRATION: CWS changefileheader (1.13.126); FILE MERGED 2008/04/01 15:04:28 thb 1.13.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:42 thb 1.13.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:43 rt 1.13.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f889e7e695a747a23b0354d951a73386ac2f83e]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:19 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e651b1a9a17cd8df717440f24344efbcbd162c38]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 17:15:39 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc4b9ab30253f9a13d27f1b6f18774773ff60bf3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:20 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2332915f2d13bb8586f6b891766332f34d3d204]

        INTEGRATION: CWS changefileheader (1.26.162); FILE MERGED 2008/04/01 16:09:57 thb 1.26.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:04 thb 1.26.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.26.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d92d8da8d5d5ed06b58e319440f902b52db4c3c3]

        INTEGRATION: CWS changefileheader (1.27.450); FILE MERGED 2008/04/01 15:50:21 thb 1.27.450.2: #i85898# Stripping all external header guards 2008/03/31 14:19:27 rt 1.27.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cdde76ee175b607f4d20b17e36829537c413b3e]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:39:23 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:05 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abe0d64bbfac63b30fe29b452438caaef62ab30c]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:43 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a687867599cb20b3aa4a99ea4848c3cc9a6d8bcd]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/04/01 15:30:49 thb 1.10.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.10.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [605750e6cc0dfb6b1d88c6269763ca377f0e1a46]

        INTEGRATION: CWS changefileheader (1.31.278); FILE MERGED 2008/03/31 16:28:22 rt 1.31.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59848c81f1f7ad5b003699c775e37a19afa0ce20]

        INTEGRATION: CWS changefileheader (1.3.358); FILE MERGED 2008/03/31 13:59:05 rt 1.3.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8094bf574c0af91b4612295102f0fca89cacfe8]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:36:44 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:39 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff4875d6660deb9955675439abbe578f502e3dd]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:28 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:41 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:43 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cae244287a1ecc63540db969d99d275d6a3767bc]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:45:18 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b85b9b250824b6a41dae500500dc24075a95c3f6]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:03 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db7fdb673de0d898dd48d43661e6eb570961131e]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/03/31 13:59:03 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94c9acdffdb6c9cbc5934313fc58b61edd3584c9]

        INTEGRATION: CWS changefileheader (1.4.690); FILE MERGED 2008/04/01 12:36:44 thb 1.4.690.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.4.690.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7140f1e1dd84567426774a5edaf809867458b8e5]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:41 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:43 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6713dae19e65ab7cd4359e32ba9e9d5c02c2d94a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:18 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f5f00acc17c45280763b2a2daf630ddaa6870aa]

        INTEGRATION: CWS changefileheader (1.39.414); FILE MERGED 2008/04/01 15:50:20 thb 1.39.414.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.39.414.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.39.414.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a08135677d811c750bbc96c422fd4e7bf2627aef]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:57 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:03 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45d41e9a8c9786b69e56917d68993a01b132eaaf]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:59:03 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18e416bb3db127db0bdf8a84b9bf90219bde2a53]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:45:18 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b536ada30b1ee209d6afd9b2b65873328924a0c]

        INTEGRATION: CWS changefileheader (1.10.80); FILE MERGED 2008/04/01 15:30:49 thb 1.10.80.3: #i85898# Stripping all external header guards 2008/04/01 12:36:44 thb 1.10.80.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.10.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa80cb9a37a508e4d93c00c193d530e2bb692707]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:41 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:43 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ede10438fd6058b4f76934cfb3be89f8a0677c1]

        INTEGRATION: CWS changefileheader (1.51.368); FILE MERGED 2008/03/31 14:19:26 rt 1.51.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5679b0dcdd8b033cac602878c75850d714b5251]

        INTEGRATION: CWS changefileheader (1.7.618); FILE MERGED 2008/04/01 15:30:49 thb 1.7.618.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.7.618.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.7.618.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ba8a99c7a9b694d55c52849e3ea6b91e1a1fab6]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/03/28 16:44:43 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0a66a0769f0de14be88c852d0256f6c95a70c01]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:18 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a47de2a01a078cb17a962efbf3a4c41a85e3a59]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/03/31 14:19:26 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9603e5984039e312fd944a7567b1036e47d28765]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:19 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35f0c5f324759fe0e94d2451ec8398b70204c53d]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:59:03 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e213b3da0d1c0661b879c11b16f7e232406e5b2]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:56 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:03 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17532ff66ff23289faecfa04c62ac5dcac2e6aa4]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:45:18 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4ebbef433f515bb35a6eb11b66bbede263b8a5]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:38 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28a66469e35033e96f87cc67ee9c4136f69d6c86]

        INTEGRATION: CWS changefileheader (1.18.350); FILE MERGED 2008/04/01 15:50:20 thb 1.18.350.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.18.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0adbf7e7a585851599dadc95f07247e91f3cbf8]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:00:19 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09e518353a7349bdbb58724da6273e7522cef5db]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 12:39:22 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:03 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f9869a2259dfb26197441df96560f91e2929906]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/03/31 14:19:26 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fc865d3d29df8df1916263f5faf7135b51bdb2c]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/04/01 15:30:48 thb 1.4.292.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ac726ddc672335ed507c18aec9626e6c2a4bc33]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/04/01 16:09:56 thb 1.13.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:03 thb 1.13.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c57205b21bb68bda89c77901b081613b8670712]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:19 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3391e6a148951747ce53ed44e3371a7589942b48]

        INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/04/01 12:39:22 thb 1.8.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:03 rt 1.8.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a578098ed54c8e01390b9f73b787394560dc9d3]

        INTEGRATION: CWS changefileheader (1.16.94); FILE MERGED 2008/04/01 15:04:27 thb 1.16.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:41 thb 1.16.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:43 rt 1.16.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db59576c93161bed1f20143673ab9e867ab3409c]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:20 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:13 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80aa18257ef3f08fa2c0fd15c3a07d211e936606]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:45:18 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [142c38f6191b25d6150094c73d2bf58852431260]

        INTEGRATION: CWS changefileheader (1.23.18); FILE MERGED 2008/04/01 16:09:56 thb 1.23.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:03 thb 1.23.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.23.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [406a7799792e9005a4136f86058e289a82d06883]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:48 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4efeb4805e315c892bb2f1d4f781e8cce4628e6f]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/04/01 15:36:10 thb 1.11.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:22 thb 1.11.234.2: #i85898# Stripping all external header guards 2008/03/31 13:59:03 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47a93a67c7f67034128b3bf05887ecb6f81ae6c3]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/04/01 15:30:48 thb 1.2.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.2.292.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74747ed19e570b5bf0fd48fba50b69561ee8daa8]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:44:39 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b31c5be36c59e74c788994e6bcc7094744871f96]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/03/31 14:19:26 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9825dad0e1b8e70f022498d02612e7013a7cfa96]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:05:02 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62a0407e2e1fe6f261299386fbbbb1462650ac80]

        INTEGRATION: CWS changefileheader (1.18.330); FILE MERGED 2008/04/01 15:30:48 thb 1.18.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.18.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.18.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5728e14ef34cdd6ac561c2e152ee9202fe021705]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:19 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc3056d6497719f772b4f2d51d3318d6633dfc56]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/03/31 13:59:03 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dee76cc61711aa64d80bc558df4348bf3ee7a0ff]

        INTEGRATION: CWS changefileheader (1.41.20); FILE MERGED 2008/04/01 15:04:27 thb 1.41.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:41 thb 1.41.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:39 rt 1.41.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8d98dd3b79b2aaf30eafd4476501ac6b57888d6]

        INTEGRATION: CWS changefileheader (1.18.260); FILE MERGED 2008/04/01 15:50:20 thb 1.18.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:12 thb 1.18.260.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.18.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09b937faa4cf4a3ee41b3dab4cccb4faf58286ee]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/04/01 16:09:56 thb 1.3.300.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.3.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3bb4bc3436b72aa89ef47c1440ee3303721b648]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/03/31 13:59:03 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [000dec1f05507c39e32cd56e9e296d75ef397ab8]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/04/01 16:09:56 thb 1.7.300.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.7.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8702b382d773cf4127cd252b1ca296a1023fc97]

        INTEGRATION: CWS changefileheader (1.23.330); FILE MERGED 2008/04/01 15:30:48 thb 1.23.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.23.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.23.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e8047ace0ba81e65c1c920d38a0cfc5bb9b238e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:18 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aca02cbd27144b676d8208183c8ad920647d6035]

        INTEGRATION: CWS changefileheader (1.5.452); FILE MERGED 2008/03/31 13:59:03 rt 1.5.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b4861080458c90cc1204106f526bf2d3f188eae]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:02 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50f07392573636022eef5416aeddc991f46c7630]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:45:18 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bdab8e7b23c2ead412788694020ed15f65352ed]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:18 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09c0a45a192c9e27a1ad8cf9a956e744f89d6077]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/03/31 13:59:03 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20ce8e6d73cab0c5bae741618dea8652236c5137]

        INTEGRATION: CWS changefileheader (1.29.240); FILE MERGED 2008/04/01 12:36:43 thb 1.29.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.29.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b6c13238bb4536eb905695d2d51e376efb6b255]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:09:56 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c23fc0761688c01a188c76a5037dc0dbec890ca]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:18 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [829ffa9dbe0db35687a1baa082c8ecd38c73c30b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:45:18 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e6e589baebd26788f7a993334d8f8474be2b89c]

        INTEGRATION: CWS changefileheader (1.20.232); FILE MERGED 2008/04/01 15:36:09 thb 1.20.232.3: #i85898# Stripping all external header guards 2008/04/01 12:39:22 thb 1.20.232.2: #i85898# Stripping all external header guards 2008/03/31 13:59:03 rt 1.20.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1b5c9d6284d16adbe75ee9da19a341808ec54b9]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:30:48 thb 1.9.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c687e556de7c154edc1c552887a473681b26b4a0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:17 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2767ca4150cdba92ee5e40c5088a0fa4fb33402]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:41 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:39 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bccd214bc0a663d9643d44926d6eeb9fcab97b7]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:55 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48493e95f18cdf4a326cc9656907cfbc460a12d5]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:48 thb 1.12.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbf4a02e8bd2753b9ed049809f7f136be6a7f6ae]

        INTEGRATION: CWS changefileheader (1.10.94); FILE MERGED 2008/04/01 15:04:27 thb 1.10.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:39 rt 1.10.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9123c0d0d111a0be9af3e4621955fe314944cfd2]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:17 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [253d0d57cd4c76ad5d66f7c9ab66e44951839973]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:17 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71c0a00a972844dc26806cacbcd1bb3d2dfee09d]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 12:36:42 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f45fe30d95cb5eb18da42cde8412c9b41ab6a807]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/03/31 13:59:03 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b0c655c1a952fa9d9ed85821c4633ac8c71b893]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:55 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20c09483098182e6a91153a6bedb328389b74a1b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:17 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dffc5c96494d209fc22e13e3738d9a065193d87]

        INTEGRATION: CWS changefileheader (1.29.368); FILE MERGED 2008/03/31 14:19:26 rt 1.29.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72a2cf5ef2f7f1bfe4be030d98e0e28f4b1631f5]

        INTEGRATION: CWS changefileheader (1.13.234); FILE MERGED 2008/03/31 13:59:02 rt 1.13.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3ba6862fc3b91316fe4998db47844884da250ad]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:30:48 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [955a71572c9eb78fd153ed3e9c03322ec26e303b]

        INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/28 16:45:17 rt 1.6.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34b4f9759517df178587fef70e63e54224cbe5ae]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:17 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42bfe6cc02f3b042d294bf9de0e72071833f32f8]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 15:04:27 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [694c4d829caa4ff6dc072b332fc437ccfee31c5a]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 16:09:55 thb 1.11.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:02 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a7d83cd0f656c938ca6f1bea4bb169c8f696b8c]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:50:20 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [237e1c8b99feede7d038130e69bedd561616c809]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/04/01 15:36:09 thb 1.7.166.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e6acc9d60344f7098ba668d5f141c260e5e8fd8]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:30:48 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [277ac4b02a86dbeae3a483dc363122d01f8651e9]

        INTEGRATION: CWS changefileheader (1.7.440); FILE MERGED 2008/03/31 16:00:17 rt 1.7.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99ec84cba19d535f881a85c92abca83940377015]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:26 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a93deb745b3a9e2e9b7ddf9db22e46882a0526c2]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/04/01 15:04:27 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:41 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a2283907d7c2f61ea379a26710f793995c55d00]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 12:36:42 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58b6d5732c5ef8ec27e42c6139727f90e507e465]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:16 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad2193386e28a4a1cdc506c42cfddea917e4ac06]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:02 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:22 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a0317589c00842f6722597c877d878d796c25fd]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/04/01 15:50:20 thb 1.19.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:12 thb 1.19.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:26 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4334f8bfe59d011ab3110a9d9029072839c15b90]

        INTEGRATION: CWS changefileheader (1.2.452); FILE MERGED 2008/03/31 13:59:02 rt 1.2.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29875f3b4bb0566307d7fe9f871182b0b76c9a32]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:55 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc32374d4a10e2e00d26461d2ef93c308bab9ec6]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/04/01 12:36:42 thb 1.13.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0342a07bf0714fcf2db9482a45045ebde513c9ab]

        INTEGRATION: CWS changefileheader (1.3.358); FILE MERGED 2008/04/01 15:36:08 thb 1.3.358.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.3.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23fbaec9fb190337646a03c043d915fadac2e339]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:16 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0d760cf320b2c093eaeef953bbaccf5bd9c8b51]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:01 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f59a0541bf3c65cabc19ef6cab9b97ab86af2321]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 16:45:17 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dd105f49b4e93cd338fd98f2e05bb44c6abab42]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:38 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ba0877d2d2ff5a7561de7e4d3b5b704ddd16e5c]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:38 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4bd3949e2c97adc8debf1d2faae9108e7e25839]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 16:09:55 thb 1.11.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1da64a4ecba8313dcb6aaf5c5ab9866ee8baf5bd]

        INTEGRATION: CWS changefileheader (1.3.394); FILE MERGED 2008/03/31 13:59:02 rt 1.3.394.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d66c9b8736f93b140de277d7f5833eb236b0506]

        INTEGRATION: CWS changefileheader (1.27.330); FILE MERGED 2008/04/01 15:30:48 thb 1.27.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.27.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.27.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8ab126785dcd9d76fbda004cde9ce2dd98bdccc]

        INTEGRATION: CWS changefileheader (1.44.368); FILE MERGED 2008/03/31 14:19:26 rt 1.44.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad55c6321e67a50e7fd6f91643005eb68c21b4ee]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 10:50:40 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb4f8610d15fdd18d7c1538aebf2a8a2254edc48]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:15 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b194ada641ba419409fc25b03c574d4e64c1b3]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:59:02 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1181a1c6ac85a541a6e57dec26b13186d5427669]

        INTEGRATION: CWS changefileheader (1.5.328); FILE MERGED 2008/03/31 16:00:15 rt 1.5.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5405833d68d9d727ff9f536f672946b042bb521f]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:45:16 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06af88515b67792a7e1f7b9ad8f3563b191d61bd]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 12:36:42 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6eef669d66797563970ecd98037dce10f6b754c4]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:25 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de53b51377a7672f88a4aab557016d2b1aa1f804]

        INTEGRATION: CWS changefileheader (1.3.394); FILE MERGED 2008/04/01 15:36:08 thb 1.3.394.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.3.394.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d231ab6832a59e488749c132918d471341fdfe7]

        INTEGRATION: CWS changefileheader (1.12.172); FILE MERGED 2008/03/31 16:00:15 rt 1.12.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [308c8c96fff23af7dcc007cc52de492796c3811c]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/04/01 15:04:27 thb 1.4.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e053bf3081d9452f3271f106d26db1ba9dcd366]

        INTEGRATION: CWS changefileheader (1.14.330); FILE MERGED 2008/04/01 15:30:47 thb 1.14.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.14.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.14.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2822eeca750134e52a4a2df1f5dc9f4f89155f1]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:20 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5980e8fa6f231ee97491c687f99cf0257934c073]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:05:01 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [700125ae06c113356ba64ab4cf58cd5b0f721f74]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:36:08 thb 1.4.358.3: #i85898# Stripping all external header guards 2008/04/01 12:39:21 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [976c048785d8ee26c29bc1b948f8616435e96bfb]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:15 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19a89fe710c2fba8ce0affcc23cee1cce9942b84]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:16 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b40c792936b33fb48136563e5f8a8d7616f46e14]

        INTEGRATION: CWS changefileheader (1.22.330); FILE MERGED 2008/04/01 15:30:47 thb 1.22.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.22.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.22.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7605723ba7c1ca4fdd52fb3b29d653da04e9ad0]

        INTEGRATION: CWS changefileheader (1.31.196); FILE MERGED 2008/04/01 15:50:20 thb 1.31.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:12 thb 1.31.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.31.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [799e1d9d8d73a25745140d71da4706a056b047aa]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:44:38 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9276664088b2d4307a91e71f3bd8c396a03ef16]

        INTEGRATION: CWS changefileheader (1.11.700); FILE MERGED 2008/04/01 15:30:47 thb 1.11.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.11.700.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.11.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c6dba1f8ab82485778cfe92787f27fa331851be]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:45:16 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad33e9dc29964066dec7ced91b45f3f3ccbb27a0]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:14 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c77ed6acced7860a88c9df9a79f6e121b902d95a]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/03/31 14:19:25 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dc1ac0881b374e38827774d8df7f858541c2801]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/28 16:44:38 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6765f7dad596b9b39e49020c69712dc2fcf38510]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/04/01 15:30:47 thb 1.15.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.15.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60a1093e6b1d774de7cd6057bb4b4e408db6bc7b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:16 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d55f03183b8d571de8f0d2be78d321ce1ab1a206]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:55 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a8ae22965255759cd597a6066a61de446e10213]

        INTEGRATION: CWS changefileheader (1.24.368); FILE MERGED 2008/04/01 12:48:12 thb 1.24.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.24.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dec511d8d12c87119f4e3dedde9cb52531b6b1a]

        INTEGRATION: CWS changefileheader (1.6.452); FILE MERGED 2008/04/01 15:36:07 thb 1.6.452.3: #i85898# Stripping all external header guards 2008/04/01 12:39:21 thb 1.6.452.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.6.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b99c8917e8ccf5476e345ac7b604c0c4de78c5c]

        INTEGRATION: CWS changefileheader (1.23.44); FILE MERGED 2008/04/01 15:04:27 thb 1.23.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:40 thb 1.23.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.23.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6f7cd875ab114503f3283b968bfc654f1d31198]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:45:16 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03cc626d55cc62d035ffabb6cccce5ba9b92ce33]

        INTEGRATION: CWS changefileheader (1.9.698); FILE MERGED 2008/04/01 15:30:47 thb 1.9.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:42 thb 1.9.698.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.9.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [888e2913ec0ea451d9e7e9b1c350b82675d49c77]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/03/31 14:19:25 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5abb9c65cbe06f0be9e54c1b30165d1367f2f45]

        INTEGRATION: CWS changefileheader (1.10.172); FILE MERGED 2008/03/31 16:00:14 rt 1.10.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a08aa6922ce5f5db4b94117ad8c3641e2db4fbb]

        INTEGRATION: CWS changefileheader (1.19.298); FILE MERGED 2008/04/01 15:36:07 thb 1.19.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:21 thb 1.19.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.19.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12daad98d5a60cace45823fda73652b2f0be9087]

        INTEGRATION: CWS changefileheader (1.14.60); FILE MERGED 2008/04/01 10:50:40 thb 1.14.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.14.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed050e520efa0c6a8f1587613abfa3c3dc1f16b5]

        INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/28 16:45:16 rt 1.6.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dcc4e8b004514e02555ab184b89329d3042d8f9]

        INTEGRATION: CWS changefileheader (1.8.492); FILE MERGED 2008/04/01 15:30:47 thb 1.8.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.8.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bafb0b605c127861cc09f9484c51a6eed674172]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/04/01 16:09:55 thb 1.11.16.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.11.16.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e772ff349afc18dec9ea50a985baf5e561ec6cf4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:14 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ffcd4f4d58696f4fdbebcd98bc1e1eac7fa4fb7]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 12:48:12 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8575e6f30fac21a610e84b478e6ba3f18d8d4651]

        INTEGRATION: CWS changefileheader (1.52.44); FILE MERGED 2008/04/01 15:04:26 thb 1.52.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:40 thb 1.52.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:38 rt 1.52.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b7b40a8b5c7c6e1e4601819e341ae2f489f8a0b]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:16 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65791cdb3b8c3b5849b01052ca30acce73230b36]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:15:37 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa1b89f385a86a05c6251aa84bdc983c560caef4]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 16:00:14 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1d2fec05894d176b1586660a822458411505426]

        INTEGRATION: CWS changefileheader (1.7.260); FILE MERGED 2008/04/01 15:50:19 thb 1.7.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:12 thb 1.7.260.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.7.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bb6e445e60915f9b01ef210736d830cc79f2194]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 12:39:21 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76a0c122dfb64858731472f187c0cdbc70d5dd7c]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:44:36 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dabaa9a52d2aee45c08f28fede53dd82ef64022d]

        INTEGRATION: CWS changefileheader (1.29.302); FILE MERGED 2008/03/31 17:15:37 rt 1.29.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab95a1178333630d0b263d6e90aa0797157a6a39]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:19 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91505e5738149a5463a37a74dc76afe6d2a1f93e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:13 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2fca9b678ad39e06907db1a3d90cb3db9daf647]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:59:02 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86a518a1023dc4b53d86ad86c3ee91aed470d915]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:09:54 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8975c16cfff031c6ecdffba368d63ee2a473ed2]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:36 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6fe1c3003065552d428be1dc43dae3114a28045]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:37 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [705baf89dc38b5dc246e80bc855c987c01b313e3]

        INTEGRATION: CWS changefileheader (1.40.366); FILE MERGED 2008/03/31 14:19:25 rt 1.40.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f773ddf849042b32529a7a91f03b41b267826f9]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 16:00:13 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dd52d3a2e1a7d7fccc16e75e42bf56b5b2d5dd7]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:54 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60acec54d2fe2dee03899f4bc641d17cfaed854a]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/03/31 13:59:02 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af9382eec3485cf3682bd7f1c9ec601233875d73]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:26 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:36 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [001dc1e52b0560d8150943d35dc389f92e46062a]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:16 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27dfb555e80ae43c1739b5028938dd91fa45918b]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:30:47 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:37 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a786d52a18a6362604cb4afa151bffeb42925ff]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:19:25 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4011ad3cc9bfa09dffa5c8de917d7c43d34710cf]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 16:09:54 thb 1.6.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:01 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1f748b76661e796b9925cc4147e9b3385dbf7fa]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 12:39:21 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97a71e4066005a528671ae09685b1a2691d2d1a5]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 10:50:40 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:36 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c7730d8a5eeeddd81b38dd94b17f803be722387]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:15 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ec4d3e49ef7d5cdd349cfa186931be8d74278e7]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:15:37 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd9c3581a945376547416a65d9f65a73ce470ba9]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 16:00:13 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7920abfa1afe138695a321d52c038cff61a3607c]

        INTEGRATION: CWS changefileheader (1.17.366); FILE MERGED 2008/04/01 15:50:19 thb 1.17.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.17.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.17.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46ebbccbd8d77562f573c242bba16dc2122378c1]

        INTEGRATION: CWS changefileheader (1.19.18); FILE MERGED 2008/04/01 16:09:54 thb 1.19.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.19.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.19.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [447d68584af25f20bd670816b71be368147530b8]

        INTEGRATION: CWS changefileheader (1.9.346); FILE MERGED 2008/03/31 13:59:02 rt 1.9.346.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b3407d0302abeda5486f19f931e384766b16e8a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:45:15 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea6bec3d6711ef0683944dd8f678316860aafe50]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/04/01 10:50:40 thb 1.9.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:36 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6de318510391893d4ed20ca7979bc7172af0f05]

        INTEGRATION: CWS changefileheader (1.16.94); FILE MERGED 2008/03/31 16:00:05 rt 1.16.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f553603ef663d987af1b34614d5c0d983708fb24]

        INTEGRATION: CWS changefileheader (1.11.362); FILE MERGED 2008/03/31 14:19:25 rt 1.11.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6aa39afbffc6ee1ddd5315272ff2fcc0a4870e1]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 16:09:54 thb 1.5.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0046997d46977a5d70dbf5e80e71106fb7fbd6c]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:45:12 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e58bc91c39ee5b6666c0299bbe04c2121b670fc1]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:15:36 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c76b34b2b66fbdb20809036629f8af05accfff1b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:05 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e32c70852a32718c6d88cde3a3aa27c9c74ae716]

        INTEGRATION: CWS changefileheader (1.7.362); FILE MERGED 2008/04/01 15:50:19 thb 1.7.362.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.7.362.2: #i85898# Stripping all external header guards 2008/03/31 14:19:25 rt 1.7.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ecd3379a2792dadb6e51e7d9b0a3f1256ca86da]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:05:00 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b7d12bb516aa8e9370d968d457979d169690a0e]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 12:39:21 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:59:02 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fef4b656fc1b9fe5545d83761f226240d0d71811]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/03/28 16:44:35 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60f14d8a1357f1feb63001d69dc95d2fe2cd799b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:12 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83fd0cec91b77470c7e4eb3a8ad6c64a42a863df]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:30:46 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:36 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf3e7e4b9ba44a401143af1784651e3ab045a021]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:09:54 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d872d389a696199ef1cac2eafc6868c06e63053]

        INTEGRATION: CWS changefileheader (1.5.362); FILE MERGED 2008/03/31 14:19:24 rt 1.5.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07db52dbd7bf8f2555c65001165b0f447a57ae9e]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:05 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbf037a4c9147b07e7fdb0aecbdae0d3d450964c]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:35 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec2b19c296341c30820658cb2618e49cdc1e91d0]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:15:36 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6581a67601f0bd4b56367f02d240b32c26a9f0f4]

        INTEGRATION: CWS changefileheader (1.12.362); FILE MERGED 2008/04/01 15:50:19 thb 1.12.362.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.12.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c50fcba24b7e31f5f8b0c0cd70a5e810617c608]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/04/01 16:09:54 thb 1.2.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4be8a2e01520ef0ed3de1cb2e88a0b6235c81ade]

        INTEGRATION: CWS changefileheader (1.7.358); FILE MERGED 2008/03/31 13:59:01 rt 1.7.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d77c79e7410f8272108ae59cd0487231ecd3a92a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:12 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89d74a22b4e1bc9db31ea3d1ac5531c29281ff40]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/03/28 16:44:35 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f4d9f6b847a6fd9915f52e5d74f5d77a141a1df]

        INTEGRATION: CWS changefileheader (1.48.302); FILE MERGED 2008/03/31 17:15:36 rt 1.48.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fae90e3e47869b5ce91def5f785c4b191100c9b]

        INTEGRATION: CWS changefileheader (1.6.602); FILE MERGED 2008/04/01 15:50:19 thb 1.6.602.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.6.602.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.6.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7186ac1560955c6662ddfa94cbe3f675e1ca0c6d]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 16:09:54 thb 1.11.162.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:21 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [630882050599d65794d8d7a8ecda4710c27cc4a7]

        INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/03/31 13:58:58 rt 1.8.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af3cfb65355d66d35293fceed2946ad2b6392e78]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:35 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [347c8f52f8ae8c65bca71ec7965533dd6d173e1b]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:36 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b06f595b1932dd3ccd1693a26d0a506b0c59c8ad]

        INTEGRATION: CWS changefileheader (1.22.260); FILE MERGED 2008/04/01 15:50:19 thb 1.22.260.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.22.260.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.22.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2fd324a11e3b7b48a6bce29530d2262931d050e]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:06 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b04d332d73bd7e65eaa38b914db6a533a31cd895]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 13:05:00 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f77e83dfe6d16718c5a0b07831b1bcb2bb0ef68]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:45:12 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe8d63c29809cc5cd13cb67eea8f722455b5d2f5]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/04/01 15:04:26 thb 1.3.92.2: #i85898# Stripping all external header guards 2008/03/28 16:44:35 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [653e24fe17b7110ba3da1188a9beb75bcddb3c77]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/04/01 15:30:46 thb 1.5.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:36 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee6cb439736bd317610eccba2e5a1d60c6b5d125]

        INTEGRATION: CWS changefileheader (1.10.456); FILE MERGED 2008/03/31 14:19:24 rt 1.10.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab053ed428d7a89ed7321812b348bc59d2615eb6]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:54 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62775fd01df4e16de2be09a957a39d8b4f5ee9ff]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/03/31 13:58:58 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [679816f05d8ebedaf004b287b131e564d2ec6507]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c47c9326c8b02635eaa6286c699aa7b1cc1ae58]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:12 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae0b3fcf142d5ad6648bac94a0ce5f51dd4bd2f]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/04/01 15:04:26 thb 1.9.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:40 thb 1.9.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:35 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d2bcc4466e2c2c52eb73b02bc0028583c611d6d]

        INTEGRATION: CWS changefileheader (1.34.302); FILE MERGED 2008/03/31 17:15:36 rt 1.34.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6b9b334a0c0de1f57ba3b5ea7ab9fbd7dfefe24]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:19:24 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ee19c8918d58356e8deb33684c0c1e5fb51c87]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50b77d1875ceef1169a001ba4b5a81c4433f3c25]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:36:06 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4b63c91a30ce4638ebd1e3df04e260da97813cc]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:53 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:05:00 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eba3ef50d423d018140b94a1dfb65d0fb909130b]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:44:35 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0716147fe8e52f18014c2af08066b071e59fb39]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:15:36 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a856781ed49759837cce60d5170a10ca8c0924d3]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:11 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e260c7764903a0730abd985fb575cb54779c8ca]

        INTEGRATION: CWS changefileheader (1.15.236); FILE MERGED 2008/04/01 15:50:19 thb 1.15.236.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.15.236.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.15.236.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fe3c1cad7af5b3c406ffa023c779d6814dfd996]

        INTEGRATION: CWS changefileheader (1.13.234); FILE MERGED 2008/04/01 15:36:05 thb 1.13.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.13.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f012e92e9a6b310edfc791a24885c0c0dc5aa664]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:04:59 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44f2a74d822b5311d87c51c75dc49be43907ce3f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 16:00:04 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7616582ec7ce869de58bfd35cc816b8cd05b1033]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 10:50:40 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:35 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c94d3c69ae01f186ea3d4e1bac3ecaba1fc30c3f]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/31 17:15:36 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f34106375885cf416dcc1a581cca7b879b74b1a6]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:11 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bee06e3fe6197e5c7595238d2a2a257081c9604]

        INTEGRATION: CWS changefileheader (1.32.368); FILE MERGED 2008/03/31 14:19:24 rt 1.32.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5567831a1d7fe6a00efc59771c0e9c94fa4d5457]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:53 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed1b5935367f514a769c2597d9728679a88bfea5]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:45:11 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a52432ea87d8305611c19b8951cba7f0ed167ae]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:19 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d027a8dd64d7dc20f4b1b144bdb1eafbaccc051f]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/04/01 15:30:46 thb 1.6.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:33 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4762b9f970ee41f047830bff67b4907811d64b48]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:04 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed4e97ecf04947a8df37e53f05ed22a6e97e7740]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:53 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [867d53034baf0fc1f2134cb5aae4471ccd20efc2]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/28 16:44:34 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71635cb3c8fd67f2ddae2f4be7eaae86915e8339]

        INTEGRATION: CWS changefileheader (1.71.240); FILE MERGED 2008/03/31 17:15:33 rt 1.71.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c019d29d4b46c16d5cb6b26d8231d81e8aa5da0d]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/03/31 14:19:24 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27d793904fd5869f2b2e9bcf3628fedc64a095aa]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:36:04 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14c4b2cf9b392e5ba3de7a7449d4ad1e5f2e1064]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:53 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4913148c73a8f6619392414cdc3cdfcb70a81636]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:26 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c455c2765420ac8a8c184a82203f93c8543b053a]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:45:11 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64a9a45e585849f2ae6ebbccd5473f794a7b8457]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:19 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c9d85e67cbd38f91624d3341176b9495ea4ef8]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:36:03 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f21a52f13fd284ab4550d76075dd1258ad372f78]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:15:33 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59ed8e7393440f352099bd5260392660aa0037d5]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/04/01 15:04:26 thb 1.9.92.3: #i85898# Stripping all external header guards 2008/04/01 10:50:39 thb 1.9.92.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [909a8b584c935808a871cf634fe3ef575b52ea16]

        INTEGRATION: CWS changefileheader (1.18.350); FILE MERGED 2008/03/31 14:19:24 rt 1.18.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8ec3bba6168d059d492a1cc51f23432c7824b2f]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:09:53 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9d34a4d49360b8a7bc1d0ee40e2c23845577d02]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/03/31 13:58:58 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ac3dc370ef6685c1575566204baa194d812b0e4]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 17:15:33 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43be382f4dce448449dea2e54104a88059b24a22]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 16:00:03 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d200ab327f9b41b106115dd38a401cea208fdc7d]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 10:50:39 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [960437f8171f2b639f7b59e9116b0a8c1d875408]

        INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 16:09:53 thb 1.17.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.17.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7f0f232ecdcb7cddff09e36e90f5c8c74aa2382]

        INTEGRATION: CWS changefileheader (1.8.602); FILE MERGED 2008/03/31 14:19:24 rt 1.8.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1985611f950e658ebe8f8707397bfcdbfbe57e2f]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/03/31 13:58:58 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dfeb35240b2aaa3b0942a9647fded541255924b]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:03 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c267cea2c1b5c2e99348e254b9618aec57d083]

        INTEGRATION: CWS changefileheader (1.12.94); FILE MERGED 2008/04/01 15:04:26 thb 1.12.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:39 thb 1.12.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.12.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [614da998d58992aed0e3b6148023102f8a4b47a6]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:53 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [466dfbcf6f1441bdb93f3d26b7804d8d16412e0a]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/04/01 15:50:18 thb 1.21.16.3: #i85898# Stripping all external header guards 2008/04/01 12:48:11 thb 1.21.16.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1a81883c46ba96b575be02a372d9f3767182fb9]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:36:02 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c34b88facf8ac45e53d3bbc08fc12f44103a32]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:11 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095a81dbd2825ffc3e79050b2b41690e5b7a5aea]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:09:53 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:59 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aca96c2829446a0c8c19778c249f8b624b5b4b3a]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:58:58 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bdc1a8a3392a4ee6a91f18317c449a0f7c84c43]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:25 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:39 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51d6b2a248d381f45d54f074fd0e895e8f131e18]

        INTEGRATION: CWS changefileheader (1.4.462); FILE MERGED 2008/03/31 16:00:03 rt 1.4.462.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6134a8d01702ce03affed7529ce2ff7b4ff0e235]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/03/31 14:19:24 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7476e3d3665429e946ed69157eb33a9c059e9d22]

        INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 16:09:53 thb 1.17.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:58 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:20 rt 1.17.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65576daaa862cca01a909bf2063bc64cd6cbecf6]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:25 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdcecfc12293a8cc560c8a9a0f9ad15c269e9002]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/31 16:00:03 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85bbf80ba16304e769bca2466a1928229c1c08b2]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/03/31 13:58:58 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c15f9bac930d42a5ff1dbc3711c03e00f0c74875]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:18 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e1f858382a4b462f690a09b43f786ba65d5a97]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/04/01 16:09:52 thb 1.4.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7948c57a4983363bd69a4cf930b48dde6a202232]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:39 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb61561310642ce5c876fc8044083a273bbf9d28]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:00:03 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee587d20dd6694968b676939ca8848c0f83be09c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:10 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8cedb19afc42ea9a74720953b670e7d3f54f693]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 13:58:58 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba421d57d4e632652dd6af503b4b5452affa0463]

        INTEGRATION: CWS changefileheader (1.10.406); FILE MERGED 2008/03/31 17:15:32 rt 1.10.406.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16498ed4186f5b394858a5a53237c0ab78b52204]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:24 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29350b6d89549fb7e0fea0829b16ff8d09c1be77]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:52 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:58 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd75d4b45deff24166b2fa43840f97781d0f3ecc]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:45:10 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44b9a55c3eae86851d67fe96424ee035c875b6a4]

        INTEGRATION: CWS changefileheader (1.14.86); FILE MERGED 2008/03/31 17:15:32 rt 1.14.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dd95ea5fc095e500df2a80474bd9921f7fe1cbb]

        INTEGRATION: CWS changefileheader (1.11.366); FILE MERGED 2008/04/01 15:50:18 thb 1.11.366.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.11.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:24 rt 1.11.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7937ecb04094af1f997d077698d554286cfc7ebc]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:58 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [891ebcea1c208152b08a437baece44b03abc9ec5]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:02 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6d016678b4ef0ec56af79e6366bd47a95778c4]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/03/28 16:44:34 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4505a9047d1e4757c8c5842c83275224a0b51ad2]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:10 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89982db6101e858b3dde42b06007ee8a69497a85]

        INTEGRATION: CWS changefileheader (1.16.196); FILE MERGED 2008/04/01 15:50:18 thb 1.16.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.16.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.16.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7cfbe0b39b36f37b9dab980fb72b45204f20988]

        INTEGRATION: CWS changefileheader (1.6.406); FILE MERGED 2008/03/31 17:15:32 rt 1.6.406.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3576fb8fc8d1d6af2e3ce3ccaa776e2a0a837c00]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:09:52 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:58 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1304b9e12baf6cf3929cfa7920fd6eb066a1ec62]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:25 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:39 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49a8ec6d90d0a2de818d04c8e1b7cd159f87a4b4]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:36:02 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:58:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a05bb41953dc3ccfb9e1d2aee2b5774c353ef13]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:45:10 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c28001c205de8097f625387f757c4c042ad1d717]

        INTEGRATION: CWS changefileheader (1.27.124); FILE MERGED 2008/03/31 17:15:32 rt 1.27.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b6c93fc202199ce7d06faf2638f97573231dfce]

        INTEGRATION: CWS changefileheader (1.32.20); FILE MERGED 2008/04/01 13:04:58 thb 1.32.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.32.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcd4cb65b9e8c8249f62984de477a7308b247d87]

        INTEGRATION: CWS changefileheader (1.12.66); FILE MERGED 2008/04/01 15:04:25 thb 1.12.66.2: #i85898# Stripping all external header guards 2008/03/28 16:44:33 rt 1.12.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23aac4dde8e206b8288ccc9a67522aa3f28a669f]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/03/31 14:19:23 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [456ba9d7216199bf3460ab6586e372577ebe1c11]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 15:36:02 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cb598ded9efda6e438b622da046a3bac05cf065]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:10 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e33432ba7d03979e67e137c25f0d4ce650aa92e8]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 15:04:25 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/28 16:44:33 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb70ef0f98a87a648c1cf5a99cec7769956e7e16]

        INTEGRATION: CWS changefileheader (1.4.602); FILE MERGED 2008/04/01 15:50:18 thb 1.4.602.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.4.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10968dacbe947bafbe135806b575e61f1fb8d985]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:04:58 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6595d39b3183d8755e716e7902ab8766b304433]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:02 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a3a730543de2e0f88183b0dbe54ff54c2f4d0c1]

        INTEGRATION: CWS changefileheader (1.11.124); FILE MERGED 2008/03/31 17:15:32 rt 1.11.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5fc7c4535a00994af269625acd877707cd63c90]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/03/31 13:58:57 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4df987453eb1f8f294e84e136431055f2347ee05]

        INTEGRATION: CWS changefileheader (1.3.602); FILE MERGED 2008/03/31 14:19:23 rt 1.3.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7eb995e3b784906fdd5af694b4a731ab5a145937]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:25 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:39 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:33 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e4d0728260c33f20c8040275d76fcce5b1b106]

        INTEGRATION: CWS changefileheader (1.22.182); FILE MERGED 2008/03/31 17:15:32 rt 1.22.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7134a82f9c99de21c236ce774089b83825e953b]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/04/01 13:04:58 thb 1.13.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ae7f59ae3de1d183a10c8366474bccdfacfe729]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:00:02 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df5159213db8811501a488d81e1070d31b8294ed]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/04/01 15:36:01 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed2fb59ef38011acfab0e0f1cde23ae6a2a9b2a1]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:45:10 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d6dc44ce99fc98a8504c84cd1687f4c4edb669c]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:18 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ef9f6442cf8f91c0d543fc7df0dacf235aab4fc]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/28 16:44:33 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18fb518842c97db1fc62e6cbd09e27684ba93662]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:58 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04c7e61f2f388f58602e75bfc7b3ad18a2278e9c]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:46 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:32 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5faa6eec9fde893e6bac71ea425b95c5fc8599]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 16:00:02 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba2e972f5a0bb660958ec32d369c070a9517e2ee]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:45:09 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd149e7a784cc3d2ad76ffe71c856fcd9e1e8bde]

        INTEGRATION: CWS changefileheader (1.34.36); FILE MERGED 2008/04/01 12:48:10 thb 1.34.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.34.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33b0603d837eff21b4842c3e0f12b38a6022ac82]

        INTEGRATION: CWS changefileheader (1.26.26); FILE MERGED 2008/03/28 16:44:26 rt 1.26.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32d4c035008e6151c638e5e914229aae7e64ad7]

        INTEGRATION: CWS changefileheader (1.11.18); FILE MERGED 2008/04/01 13:04:58 thb 1.11.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.11.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9d878cd9fa45e75f2db3f4f0ffcc50e03fac105]

        INTEGRATION: CWS changefileheader (1.8.292); FILE MERGED 2008/03/31 17:15:32 rt 1.8.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [defa93af6483367731e99faedc0e4993e04851eb]

        INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/03/31 13:58:57 rt 1.6.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1379dd1e4219c434d57fe3719b8d0822f673840b]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:45:09 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b807fd4714b05178661a7f9f38b2fd8f5e835d5]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:01 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9d0775058ec07161d5816470108cf9ba116730]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:04:24 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:26 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1feef2cbda3deb1accf0c2800257a76ec13c4ac9]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:09:52 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:58 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a819bb731c99ac14fc2cfd646d8549ca56efc8e2]

        INTEGRATION: CWS changefileheader (1.47.36); FILE MERGED 2008/04/01 12:48:10 thb 1.47.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.47.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7dd56ea1223448b1e0e1fd8fa61bf4cd0173110]

        INTEGRATION: CWS changefileheader (1.27.226); FILE MERGED 2008/04/01 15:30:45 thb 1.27.226.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.27.226.2: #i85898# Stripping all external header guards 2008/03/31 17:15:32 rt 1.27.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbd080e19bea135131fa585dbda01c407585f8d3]

        INTEGRATION: CWS changefileheader (1.4.326); FILE MERGED 2008/03/31 16:00:01 rt 1.4.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f08d0d4609d418bcb354b18de5b5500ecef29aff]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:09:52 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:57 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d598dd07a677ff0b9cadad79545fe47f51e6bef]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:24 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:26 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba527c2c0abc81c55c0816439a1106ac1e6177f]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/03/31 13:58:57 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c7cac2337c8b74d7206e744eff093562512eabf]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:19:23 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c2d215d6355b464787c9632d92cc5811701ea84]

        INTEGRATION: CWS changefileheader (1.11.182); FILE MERGED 2008/04/01 15:30:45 thb 1.11.182.2: #i85898# Stripping all external header guards 2008/03/31 17:15:32 rt 1.11.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e27867eb9912f721265232251daf021213134ac]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:45:09 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e7613471d430866a464cce2ee348ab3659feb81]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:04:57 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae354274459e3b493f29e058feda8b2ada620468]

        INTEGRATION: CWS changefileheader (1.33.354); FILE MERGED 2008/04/01 15:50:18 thb 1.33.354.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.33.354.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.33.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c9c415d60abb5552e50c056e3d9a567d49aa4f6]

        INTEGRATION: CWS changefileheader (1.24.88); FILE MERGED 2008/03/31 17:15:32 rt 1.24.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1870a7c66637ccee92f050c135bd0f283edc4920]

        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>  [d7ac8ef6936c211623b12d64203de70183cb0cf7]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:01 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c470f9bcb2abbddb8cd756f6a93bee10f4716fc]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:45:09 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4139e2e403918c660a9b9a65fd9164e38a59292b]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 16:00:01 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7c97328d6fd20618e2afa0950f6cee3f1608ff5]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:39 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:26 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdd76dfca09c879a5c26fb3cbd9b2cf7058122e0]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/04/01 13:04:57 thb 1.17.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a0c0c7a687ad5e7301f467e520eff096725c3c0]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:36:01 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:20 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4790e51b1778f86ca59f686d2aec847fa8435ec]

        INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/31 17:15:31 rt 1.9.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81cef4ab4d02fbda6b63f2c58d7c7576b81d677c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:45:09 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f975794a597a597aaa9c926d4b5ebea55b9fcba8]

        INTEGRATION: CWS changefileheader (1.19.354); FILE MERGED 2008/04/01 15:50:18 thb 1.19.354.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.19.354.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.19.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a54fdd7c666c2ab2be8316f58010604a19602d38]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 10:50:39 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:26 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcee944e4c9c4351489d55f11efaf3b0363a705d]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/04/01 13:04:57 thb 1.14.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:19 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4aedfe08c398555934d14f14379705aa72eb2ac0]

        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>  [e69396839867956714fc362eaa5e554d6c9edf73]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:01 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25b3601626d234e8734e7489749ff6d20da72e36]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:15:31 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30071d1ed5dd7ad5f25dcd44e83a8347ccfe631e]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:45:09 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0614666398ba0556ac50bcabf6fb7eb1b20c91d1]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:44:26 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2afbd26daab68b76daef67735ccc9bc67eb80ef8]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:36:00 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fb8b2b607800a8d8f536cb62f740f86eb0188af]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 14:19:23 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed2d3a6bc6a21faaf4d3da1623367e2548a222e2]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:01 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f4fd078cff90b34a43bde067c16a4a92ca77af1]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/04/01 15:30:45 thb 1.13.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d6ccb811924e399bd9e9ea16b5c9745e2a89e31]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:57 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e47b68f7c2539e0d17720dd9c6c5a1d6b69eed]

        INTEGRATION: CWS changefileheader (1.22.20); FILE MERGED 2008/04/01 16:09:52 thb 1.22.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:57 thb 1.22.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.22.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60fdf0f007245a6b55a536818081883a959d8794]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/04/01 15:50:18 thb 1.6.732.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.6.732.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e32c9eea7d8a06a704bec3220774416d89474348]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:07 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [628355452ff620bc0b3ca1d015cacf559fd524e3]

        INTEGRATION: CWS changefileheader (1.8.240); FILE MERGED 2008/04/01 15:30:45 thb 1.8.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.8.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd499997e6c7eca31618ead2c0e3c6249f87ff7e]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:26 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5eb90d854bdf5cbd413dde80ec53df0a45fa4d16]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:57 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d618a73e159acb4aa7aa1fc859f7e63b25313ed]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 13:04:57 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [703bf201724eb3d401886aa00b5778fec42af1fe]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:50:17 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:23 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c7b0e3ee848680e9c66d4467ebd0a57ddf4f6b5]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:07 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dde52a08cfe2573873341f291ce5f10f7436680]

        INTEGRATION: CWS changefileheader (1.4.116); FILE MERGED 2008/04/01 10:50:39 thb 1.4.116.2: #i85898# Stripping all external header guards 2008/03/28 16:44:26 rt 1.4.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afb4fb2c941bba5c51aca619a17be126e5781539]

        INTEGRATION: CWS changefileheader (1.12.300); FILE MERGED 2008/04/01 15:30:45 thb 1.12.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.12.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.12.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbc712c25b81d6a375df2e9f743f44e2c37de2bb]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 13:04:57 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc2ff1d9bbf11e6ddad69f797cca553ad5f93791]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:00:01 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [620addd24e5bfc5f1c6c638bcdc0051fd55139df]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/03/31 14:19:23 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b741fe907d4d0cdb5656ce3e3422abe74981b36]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:07 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb39af62dd828e6923df9ae0a471798895e17cb9]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:45 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39926b0d0d2e084eb420b0a7972ae58f2e9a9966]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:44:25 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [043fb699b74e3497b520b34879f8722ef096d367]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:52 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:57 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b393c207adc9ce344ff3132fa9e4f60e6df69583]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:36:00 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0547953afd4ca9441be0e4e074ac61b5405cbbd5]

        INTEGRATION: CWS changefileheader (1.6.196); FILE MERGED 2008/03/31 16:00:01 rt 1.6.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff4956c57306be669df22d520286636ef33209bb]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:22 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbfad4c8baf03048e48fcf71245898733af26b9b]

        INTEGRATION: CWS changefileheader (1.18.146); FILE MERGED 2008/04/01 15:30:44 thb 1.18.146.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.18.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfb336345cd9198a1564815f92b1bc3e3c1dae22]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/04/01 16:09:52 thb 1.6.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.6.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99e74cf458eea8bd09cc4588ab7fee0ec13087cb]

        INTEGRATION: CWS changefileheader (1.9.358); FILE MERGED 2008/04/01 15:35:59 thb 1.9.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:57 rt 1.9.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a43952926be9658165771b2f1b868a561f3a951f]

        INTEGRATION: CWS changefileheader (1.9.120); FILE MERGED 2008/04/01 15:50:17 thb 1.9.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:10 thb 1.9.120.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.9.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [110948915c3a44ad4cedef1edce98beaf3389fc6]

        INTEGRATION: CWS changefileheader (1.15.300); FILE MERGED 2008/03/31 17:15:31 rt 1.15.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7920b5600055d41a615c9fb7939b8cd4fdd1320f]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 15:04:24 thb 1.6.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30e82543e72d9067f494a9d37e93f4cbb5d41476]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/04/01 16:09:52 thb 1.15.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.15.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7c482866418505a2b11aecd7ec56c27f76aea1a]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:19:22 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [891e7e93852199757dea64bf837bbe6773e218c4]

        INTEGRATION: CWS changefileheader (1.33.96); FILE MERGED 2008/04/01 15:30:44 thb 1.33.96.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.33.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba9aa09f6b001210c9d9b8a4febbaa44ef74dcdd]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:25 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccf4f32a2aff77509894efd7a76a58f8d9e1c01b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:06 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96480b9251f6d6685e49231249819624f0a5a1a6]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:09:51 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f3a595cc46070e3bc18f63713471901926b565e]

        INTEGRATION: CWS changefileheader (1.5.752); FILE MERGED 2008/04/01 15:50:17 thb 1.5.752.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.5.752.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.5.752.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [341fac4bf1a43e21cdd11c078f41b00bace55c3f]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 10:50:38 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0241bc2518178a10c04f04bd5ce31fa793da9acf]

        INTEGRATION: CWS changefileheader (1.29.302); FILE MERGED 2008/03/31 17:15:31 rt 1.29.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39dd6a39d5091a871a2c560e2f903fb7f4c83bef]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:06 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b5f213c23119709b80a8b6297f36ac7fdee9c14]

        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>  [02f9d0a0cd03384851421291cd2658d63040d09b]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/04/01 15:35:59 thb 1.2.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:56 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ae9ed1587083f1e04a925f25c0966d4ae261f99]

        INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 16:09:51 thb 1.17.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.17.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28521f8589e84df509c900cf6210694c725771c4]

        INTEGRATION: CWS changefileheader (1.68.4); FILE MERGED 2008/03/31 17:00:16 rt 1.68.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2bc5a6619cab4417630b260c49c6fbb2a3abd40]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:24 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34fd3b593420224d6efe63d0a7d8e95cd6c9b8d2]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:06 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [829c1639d40a4485d36f6b4020bad4b324162880]

        INTEGRATION: CWS changefileheader (1.8.492); FILE MERGED 2008/04/01 15:30:44 thb 1.8.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:31 rt 1.8.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb6873f18b60ab05f6fedf58dd3b9a38a01a7089]

        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>  [11f0d7a6143c6a58da00813cc3dbce2d7f0f7fef]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:58:56 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8054c75ab2497810c3f8c1141d484545ec424ca9]

        INTEGRATION: CWS changefileheader (1.15.256); FILE MERGED 2008/04/01 15:50:17 thb 1.15.256.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.15.256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.15.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5bba4bc712c2144d2ae70c416fe1f6ded41b020]

        INTEGRATION: CWS changefileheader (1.4.498); FILE MERGED 2008/03/31 16:00:01 rt 1.4.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [749ae78764015f160f55c29ef8eac5b44d382625]

        INTEGRATION: CWS changefileheader (1.17.908); FILE MERGED 2008/03/31 17:00:16 rt 1.17.908.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [073e95b1a3b2cae7a46d3d93569739406ffc57b3]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:44:25 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [831b88ca8c832af8528b6dd89c5567beaef4dc1f]

        INTEGRATION: CWS changefileheader (1.36.88); FILE MERGED 2008/03/31 17:15:31 rt 1.36.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3397bf61428597945578a75593681e9a2cb5304c]

        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>  [99a5f303c328c79354b0c1222cd3d6289192fbfb]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:51 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31b8a8e07a88ebbe13fb37bf96a385859ff0f420]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:17 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f0bfbcae013eb2016412bf7844ae2423ef1bd97]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/03/31 16:00:01 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03dd0fd26ac4f6b2bfca6a06b478f6c74a895806]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 17:00:16 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24609cf4dc3edaa4bd64401bb977d256d5284056]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:24 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f778968b6b91b1773bad3a48e7f22dfdc8e4daeb]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:06 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [177c19a9d4580158e3686516227beee93d02c188]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 17:15:31 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [299606304814f980f64c9432fff524a32746755d]

        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>  [52dc65ccdfd9da4aee87953d5e08559d7997875b]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 13:04:56 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5666d2f689ed91533e618b68cb36e60beba73ef8]

        INTEGRATION: CWS changefileheader (1.6.508); FILE MERGED 2008/04/01 15:50:17 thb 1.6.508.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba0665a2278373305b9d0aac8ea6b56fbd1f2236]

        INTEGRATION: CWS changefileheader (1.5.498); FILE MERGED 2008/03/31 16:00:01 rt 1.5.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0482088b66c3fff911ee29467cd84e147f0ef56d]

        INTEGRATION: CWS changefileheader (1.13.78); FILE MERGED 2008/04/01 15:59:55 thb 1.13.78.3: #i85898# Stripping all external header guards 2008/04/01 12:56:07 thb 1.13.78.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.13.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [886957b2aa3e85b73051d2454308dcafb95285bd]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:24 thb 1.7.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f3865c2c384cf10f735a863205546b0d8938e9b]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:45:06 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debf977adb5dd147c197ce8cf95acc8352608c73]

        INTEGRATION: CWS changefileheader (1.25.96); FILE MERGED 2008/04/01 15:30:44 thb 1.25.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.25.96.2: #i85898# Stripping all external header guards 2008/03/31 17:15:30 rt 1.25.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9adecb146ac1967157d52ece20d4cc5934a657d8]

        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>  [f610e4c56f2b558fe3ac8ad5e758c4e8b585f57b]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:51 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5732f73d03e7ed8639b741f65a766da606355c5c]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:50:17 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5d9416292b6a4005f74eb4124e5c58f88ef87e6]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:56:07 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36e621381dd4154e3330133238f8b19bc906a66f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:06 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbf7d1ff89d4fc4e2791adeef150758a9a128112]

        INTEGRATION: CWS changefileheader (1.14.146); FILE MERGED 2008/04/01 15:30:44 thb 1.14.146.2: #i85898# Stripping all external header guards 2008/03/31 17:15:30 rt 1.14.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f0ca57a5d38a737452445be6fd90e0b53be652f]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:56 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:18 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [796c19dccde4fb47c04b999ff693975d96df32e9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 16:00:00 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee9bfead640e1b90ef9f447701c065b8fadc45ff]

        INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/03/31 14:19:22 rt 1.10.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4260ca0f6c72ef88b447c1c3681ec7a3e2119e78]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:59:55 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:07 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319b3114f42d90b2d50de4d4a450f49ab3ccb121]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:24 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6c967f68e55095ebac7ef3b8d623dd47fc5af13]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/04/01 15:30:44 thb 1.6.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:30 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ca754675ecb4aaa41ea963dcb74cf7c102dda7]

        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>  [b87a9340153a993149dbc6be1185c6568ff467a0]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:09:50 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56fcabda14b1d9317ff48bf3571caa13d2d30565]

        INTEGRATION: CWS changefileheader (1.9.366); FILE MERGED 2008/04/01 12:48:09 thb 1.9.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.9.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8918c1859b4f17a83cb1b16776ed53effd0f932c]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 16:00:00 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b951e468cac2db5933bbc34c114b62dfb95d9e9c]

        INTEGRATION: CWS changefileheader (1.6.92); FILE MERGED 2008/03/28 16:44:25 rt 1.6.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c6bdb3cda0f6e665c1f8f74d715e02ba909bbd4]

        INTEGRATION: CWS changefileheader (1.31.56); FILE MERGED 2008/04/01 15:59:55 thb 1.31.56.3: #i85898# Stripping all external header guards 2008/04/01 12:56:07 thb 1.31.56.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.31.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fd544f1bc323c8fe66e5adbc14e1126d902f55e]

        INTEGRATION: CWS changefileheader (1.28.302); FILE MERGED 2008/03/31 17:15:30 rt 1.28.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b26186385b21822ecb9fb8f84fc93a583164d1]

        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>  [9f556b00f3376a2489a9b2f4ab8cf72af0622fbf]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:09:50 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:56 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b6961598a4d14e90c896689e0b679281188be0a]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:50:17 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8e5ffd1ebe0b51d760f73430bb1eee470867752]

        INTEGRATION: CWS changefileheader (1.69.36); FILE MERGED 2008/04/01 15:59:55 thb 1.69.36.3: #i85898# Stripping all external header guards 2008/04/01 12:56:07 thb 1.69.36.2: #i85898# Stripping all external header guards 2008/03/31 17:00:15 rt 1.69.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e5837d5ecd6dcbcb9f12980a74de4e3b94238b8]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:24 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:25 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [802e05ef91e3123c445679647513b7f44c863386]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:30 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff538cca3584a20ce8e81a6b768bbf2ff43d495e]

        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>  [793c423589e87b496e4913f380dabdfabd026696]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 16:09:50 thb 1.6.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:55 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a28949024553cd216e3b1652e1369625ba97d2db]

        INTEGRATION: CWS changefileheader (1.7.250); FILE MERGED 2008/03/31 13:58:56 rt 1.7.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49906dbee962421db3a57574c138ee6283a4e2a7]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:17 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cf1e83b8dafac65bf349ff2021f1b435716a55c]

        INTEGRATION: CWS changefileheader (1.45.448); FILE MERGED 2008/03/31 17:00:15 rt 1.45.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8615f85edb8f71d0036b6f72e5475c777a620171]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:44:24 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d51e25c7311cb00e1165da71142b83077e5486a6]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:15:30 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [913baf63501317c97d0f7ead562182feafc60d86]

        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>  [06010c637d60f649fb69e59ea7809db28ab7aa47]

        INTEGRATION: CWS changefileheader (1.14.52); FILE MERGED 2008/03/31 13:58:56 rt 1.14.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b46e2cde45375a3fa6b222fca204b64a96921b6]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/03/31 16:28:17 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb8a00740dcaf294a7c9e0f8d8f96be71fb47656]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:50:17 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8a37a55f6ee4518f8c175cf4b8a01f3f9f71d8c]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/28 16:44:24 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ffd490808d810b30d689e5dd28575bcca19764]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 17:00:14 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9bf3c4989eca5fd967e15303ef9c42def257f71]

        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>  [a2f6d647577250187d1e6bc9619c4ffe6b5932c6]

        INTEGRATION: CWS changefileheader (1.30.182); FILE MERGED 2008/04/01 15:30:43 thb 1.30.182.2: #i85898# Stripping all external header guards 2008/03/31 17:15:30 rt 1.30.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [827423436511f9bbefeaf69208e8d5a55d832cc4]

        INTEGRATION: CWS changefileheader (1.20.52); FILE MERGED 2008/04/01 15:35:58 thb 1.20.52.2: #i85898# Stripping all external header guards 2008/03/31 13:58:56 rt 1.20.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [536c145717e6a73ba9779ea4e8295e59adccdcac]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:55 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cde8c13396d1024a49302b4096c0f4051cef6296]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:17 thb 1.4.368.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d18ffbe125f41c2825188a12f201bbc45197258d]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/28 16:44:24 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3c942cb260300641d1af44d5386741b14e47978]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 16:00:00 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3a4aa05c8458e6bfadc4abdb5cdcf04dc1651db]

        INTEGRATION: CWS changefileheader (1.32.38); FILE MERGED 2008/04/01 15:59:55 thb 1.32.38.3: #i85898# Stripping all external header guards 2008/04/01 12:56:06 thb 1.32.38.2: #i85898# Stripping all external header guards 2008/03/31 17:00:14 rt 1.32.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60300403b966ddcf33d362503a016313bca2276f]

        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>  [17fc9bde0fbf6a30d7011cd735087e8f8cabb0be]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:15:30 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [777b7a293b79bdb719a7f2bd41e6bb96c6bfd7a1]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 15:35:58 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:56 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ec89a9024ea225385265f1e9e6c6d21f15a2caf]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:55 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f3c99bdf14012aa9827f1dd0f58f8103e063be9]

        INTEGRATION: CWS changefileheader (1.11.350); FILE MERGED 2008/04/01 15:50:17 thb 1.11.350.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.11.350.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.11.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bea1f610cacfb5c871f560967bfc00a315051ed8]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/04/01 15:04:24 thb 1.8.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.8.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:24 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9880d273def53bd2b259f82f1edaefdec459ecae]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:45:05 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c324d06128723d83cb397915e90555fbb13b7cd9]

        INTEGRATION: CWS changefileheader (1.12.184); FILE MERGED 2008/04/01 15:59:54 thb 1.12.184.3: #i85898# Stripping all external header guards 2008/04/01 12:56:06 thb 1.12.184.2: #i85898# Stripping all external header guards 2008/03/31 17:00:14 rt 1.12.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82cd9a389814c0aaed0a88aeb45e3df6a983f880]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/03/31 17:15:30 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f44f4cf7592629de6f2cbec066e451f9b829cec]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:56 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [696574d319fd84fb2fe102a1012694a0a697f586]

        INTEGRATION: CWS changefileheader (1.11.276); FILE MERGED 2008/03/31 16:28:17 rt 1.11.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f682841d4e1b2de5f0867843e3d322693fbaef6]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:17 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b9158218234f958f99fee03833a6818daf8f372]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 10:50:38 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:24 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37512d09c8674e74824c87191ad562dfecd907d7]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 16:00:00 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a71cd44170b6500e06306a5fb268718b66c272d6]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:05 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace6705e1ff186291357b60b4d585f4d21a55993]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 17:00:14 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7a3111fc6b6e05bb9d901a692297b2dea6438b]

        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>  [222a512a38269330b565ffb3afe5f772b594b8ab]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:15:30 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99893f3cb2a73d21c99312bf2e9acab36e4cf933]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:09:50 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:55 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6899aaaeb3489a46638072bd7e57053657a6c7c7]

        INTEGRATION: CWS changefileheader (1.7.608); FILE MERGED 2008/04/01 15:50:16 thb 1.7.608.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.7.608.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59eb86e7405d88fd1ac71a7b60eb7b785e3578c8]

        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>  [bbb0ad1e9ba372cd7bafc86be28e226bc63f3c1a]

        INTEGRATION: CWS changefileheader (1.9.358); FILE MERGED 2008/03/31 13:58:56 rt 1.9.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d35278b7124635b3312c631e7280ec2dae826b7]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:43 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:30 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56ef616d3cf4b08f8343428ba17de87b479b9a3b]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:09:50 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:55 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a86537184bb36680b193738524ce2107c876366e]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:45:05 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4305e4d171e6bd116ee423bf5fbacb81cbcf2324]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:16 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3954b6e15f3646679283597972d11d805490cd9a]

        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>  [a125b2d996e5a431fea1edfb5714c52647ff8fed]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:04:23 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:24 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [546c70d0b29a385939bef8a7ee8d57600b8fccff]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:15:30 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5311ad586862b30d8f347b84085d61758f50084d]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:49 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:55 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a0732f9afd796c9a4f7088538defba48e335e56]

        INTEGRATION: CWS changefileheader (1.5.358); FILE MERGED 2008/03/31 13:58:55 rt 1.5.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da8825283c8fbb75ed77d7c20f15d18925a3e61e]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:16 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e431c9e12f19525577c924b21c896cb13f9f5b6]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:44:24 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07c2481747b7bd3bd978befa13eddec7e887fae3]

        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>  [2ab3f6a054630e39ccb7469e1fbfe1c7d2cc18b8]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:05 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [671b89d6a6dc0f35e43797d2509356f8012b9d17]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 16:09:49 thb 1.7.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:54 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [919801987c7a822704c798572228d1d2e6428d12]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 17:15:30 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b37a8bfd73fb0d85e14636f32c8121b6c65220]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/31 16:00:00 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [681ffab979c0265b5e56451d6cdc34b608a3bd43]

        INTEGRATION: CWS changefileheader (1.4.250); FILE MERGED 2008/03/31 13:58:55 rt 1.4.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dad31ef1595583aa6d92d277ce4c4340a720b573]

        INTEGRATION: CWS changefileheader (1.8.622); FILE MERGED 2008/04/01 15:50:16 thb 1.8.622.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.8.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.8.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdf8bcda59ea038a949066769a030e3470584db4]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:44:24 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f16004a03380190fc3c72ebba590c99f91e903c]

        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>  [a214688148eadbdc74fc6f135af5614761b96da9]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:05 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a46c1c50b9572c5d9fd90984254153e6bfe0b12a]

        INTEGRATION: CWS changefileheader (1.20.38); FILE MERGED 2008/04/01 12:56:06 thb 1.20.38.2: #i85898# Stripping all external header guards 2008/03/31 17:00:14 rt 1.20.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8103dbfa011bfa48d0c041aa848e591d5a88c0d9]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:09:49 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:54 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e43ce430a250b4213aa18e42aeb6c91da62e38bf]

        INTEGRATION: CWS changefileheader (1.14.412); FILE MERGED 2008/04/01 15:50:16 thb 1.14.412.3: #i85898# Stripping all external header guards 2008/04/01 12:48:09 thb 1.14.412.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.14.412.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02efff8459635426e35338020b0b22c3c50c9d44]

        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>  [edc080d80f81c6ccbf3f31e8fd0e16805107100e]

        INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/04/01 10:50:38 thb 1.5.68.2: #i85898# Stripping all external header guards 2008/03/28 16:44:24 rt 1.5.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fe8de2bca523acde4c2c56e981068ca9ed429da]

        INTEGRATION: CWS changefileheader (1.15.78); FILE MERGED 2008/04/01 15:59:54 thb 1.15.78.3: #i85898# Stripping all external header guards 2008/04/01 12:56:05 thb 1.15.78.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.15.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad8e919efb50b4599b07a9ebcc4c24683396b216]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/03/31 13:58:55 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c741443137576a687ef3fcb53d1c97c8b98ec6bc]

        INTEGRATION: CWS changefileheader (1.41.34); FILE MERGED 2008/04/01 15:30:43 thb 1.41.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.41.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.41.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2b8afbc5f38131f56b218fd872283ba0d8e8164]

        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>  [7186f71b9b44893a342ad19466c3a15e31a36991]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:45:05 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3de7fd667247d1fb90305d60b0c8797cedca6db0]

        INTEGRATION: CWS changefileheader (1.11.78); FILE MERGED 2008/04/01 15:59:54 thb 1.11.78.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.11.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02172c0e191fdc89c99eac19d4da1747ea159e8d]

        INTEGRATION: CWS changefileheader (1.20.108); FILE MERGED 2008/04/01 16:09:49 thb 1.20.108.3: #i85898# Stripping all external header guards 2008/04/01 13:04:54 thb 1.20.108.2: #i85898# Stripping all external header guards 2008/03/31 16:28:17 rt 1.20.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47364a4f25b72d204a9d908a0b4692d92274a64d]

        INTEGRATION: CWS changefileheader (1.8.264); FILE MERGED 2008/04/01 15:50:16 thb 1.8.264.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.8.264.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.8.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f82e747f16b936be9de3244006c86015ae184890]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:35:57 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:55 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8617f3990ff2a36d1680747594bd826dd7a6d801]

        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>  [b631473e0a01b5bcb293ab159f442410e1a67a24]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:15:29 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76e4b3b60f35dc3d32d45051e3a2b3605e4a83ee]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:54 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcb6002bea5aeb3b97705394b35dd49786d6f521]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:04:23 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6a44a1124f7eb700a8783325d109f384f105cee]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 16:09:49 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:54 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:14 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c43fb0f53c6309d87ad3812e3a6a44d17e8e3460]

        INTEGRATION: CWS changefileheader (1.13.196); FILE MERGED 2008/04/01 15:50:16 thb 1.13.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.13.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.13.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c43e59674434ccaf8faa6a583a96a7ad0975aa7]

        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>  [207b74677fdd23d7c769deac01d6b620122a4625]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:15:29 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abc6eab2e55146dbd71873c3469d5f719a34aa37]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:54 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c261b1ca4931cbf978295a307fa8379514268f7b]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/03/31 16:00:00 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc9783b3e87500323eb82ab175b2b3499f62214c]

        INTEGRATION: CWS changefileheader (1.30.28); FILE MERGED 2008/03/31 16:28:14 rt 1.30.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b26aecabc40823ffb3759190c51f77472813a1f9]

        INTEGRATION: CWS changefileheader (1.4.250); FILE MERGED 2008/03/31 13:58:53 rt 1.4.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb15daa24b4748ff49f8c5185bfd4950bd0e53dc]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:50:16 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:22 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7f12d909251b1e7b180315ca7035d31cf5b0efb]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:23 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44b1e068ab726b222d6438d22550d120bca0c147]

        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>  [9fc345be3e5870bd0485f38d48c1a2f343db283f]

        INTEGRATION: CWS changefileheader (1.2.400); FILE MERGED 2008/03/31 17:15:29 rt 1.2.400.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a335a12f996198afdff10f655ad9d1b7e42002da]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:54 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63c08fc979b3ca50ea29f38c08c0e6c3742f3a80]

        INTEGRATION: CWS changefileheader (1.26.28); FILE MERGED 2008/04/01 16:09:49 thb 1.26.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:14 rt 1.26.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaeb3f08b3c5df3367c2b3e1c05ceefa9f012c73]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:58:53 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93cbe974e7defd404f730530284756d446f1a29a]

        INTEGRATION: CWS changefileheader (1.7.92); FILE MERGED 2008/04/01 15:04:23 thb 1.7.92.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.7.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5e7c7278bd9f90a80707127b4dc312637b6e05]

        INTEGRATION: CWS changefileheader (1.7.350); FILE MERGED 2008/04/01 15:50:16 thb 1.7.350.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.7.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bba40aa47b1ce5c74cd164c0ee412cf35dd71af6]

        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>  [03680b96177b7e2562dd955e30dac3cdb6217d67]

        INTEGRATION: CWS changefileheader (1.26.270); FILE MERGED 2008/03/31 17:15:29 rt 1.26.270.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1483dff4e9db2548e84b8644c7e705dfca9399af]

        INTEGRATION: CWS changefileheader (1.5.358); FILE MERGED 2008/03/31 13:58:53 rt 1.5.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [661280ff8c4a4a26de50a6c38104ce8624e03922]

        INTEGRATION: CWS changefileheader (1.11.276); FILE MERGED 2008/03/31 16:28:14 rt 1.11.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6ca6764131b7833511757e77772f78f425faaf3]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:50:16 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c7b3dd851555bb67263d7400a9db9c4e15387c1]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 15:04:23 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a63ff90dc3378b4b0b713e946ca395e316124564]

        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>  [41db1a75b87e1bfc648a629466f3a81a44ad45f5]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:15:29 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa699bcfc7b40e0908e5349c827cab76ef2f7d16]

        INTEGRATION: CWS changefileheader (1.13.28); FILE MERGED 2008/03/31 16:28:14 rt 1.13.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d575528b5586f17af4e7f858bede305e0d46be8]

        INTEGRATION: CWS changefileheader (1.46.456); FILE MERGED 2008/03/31 14:19:21 rt 1.46.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [add802e093b74df3d9f9f26700a198a23efcaa8f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:59 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [719049a2a5297f243487eddb66070d13298d83f2]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:44:23 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15c278880dc196452cd3df0389cee0c33151d00b]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/04/01 15:59:54 thb 1.7.718.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [961cd9987a305316a23c64068277e6a11380c489]

        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>  [7f89be9ac91cb2b4c9ec89f7a3eac0f61feac37d]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/31 13:58:53 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [513714cca019e441bfb09c8b5955d8fbf3e9387e]

        INTEGRATION: CWS changefileheader (1.16.490); FILE MERGED 2008/03/31 17:15:29 rt 1.16.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c67b7982c035cdfd01b8b35e4ee1039c7ffd0f90]

        INTEGRATION: CWS changefileheader (1.18.28); FILE MERGED 2008/04/01 16:09:48 thb 1.18.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:54 thb 1.18.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:14 rt 1.18.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [868efa9c709e611e1ecd960ffeb537a8bd214aaa]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:59 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [175994064231082d0be0b462c8dec1d6cbf5c5b1]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:38 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f477f81640cd2127ea5cd22de2c5f2ed8f86c45]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/03/31 14:19:21 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e566058fb935881b5a032a0d59653b965759995b]

        INTEGRATION: CWS changefileheader (1.37.448); FILE MERGED 2008/03/31 17:00:13 rt 1.37.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f4b358acafe00e808f61f5232e16ff890800204]

        INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/03/31 13:58:53 rt 1.11.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab9d3149736eb475b19a52ee518fd2379300580]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/03/31 17:15:29 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca445a5927c34731c6c150e312a4e28a28b89ee3]

        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>  [58a69fa925ccbc814032358f3ac94b0aac23e657]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 13:04:54 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [429678403cb2a0f8ee9aa417c6003496e4567e0a]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:50:15 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c94be91382e21a5a0e7a2f5f029b768cb6047e5f]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:59:54 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 17:00:13 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f94d87eefccfccf7495d7ab02705d09f2cc64a76]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:58:53 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5627b84fd7b9d09d5cff0d4110e9d71ddd66b7a4]

        INTEGRATION: CWS changefileheader (1.59.34); FILE MERGED 2008/04/01 15:30:42 thb 1.59.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.59.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.59.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8330ec2af798fffb962b5ec20e9d37beb2f7bedd]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/04/01 13:04:53 thb 1.8.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6c9275c70c32853cd302a5be6948ed324a325df]

        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>  [0f95b3f4543a7875f188039d9cea3e1c73766466]

        INTEGRATION: CWS changefileheader (1.6.438); FILE MERGED 2008/03/31 17:00:12 rt 1.6.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c6a3d284b2de1801e10219e4141e0b5b8cf9495]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:15 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72dcb959ea55669e7bb73e355283914e883301db]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:53 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [619004defaf1cbcadda7f6b41087008563caccca]

        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>  [f67700e0896e48e2a2213851504758569658e94e]

        INTEGRATION: CWS changefileheader (1.17.450); FILE MERGED 2008/04/01 16:09:48 thb 1.17.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.17.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21bb49de816bed5e1ed9f6d23f32b6346aef910b]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:23 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dd4d11f30cb4e91fe9fa6f3c2d649b0084fc55c]

        INTEGRATION: CWS changefileheader (1.14.350); FILE MERGED 2008/04/01 15:50:15 thb 1.14.350.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.14.350.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.14.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f004401a90f4926213e69a852fbd551dd7f40a7f]

        INTEGRATION: CWS changefileheader (1.35.34); FILE MERGED 2008/04/01 15:30:42 thb 1.35.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.35.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3227c2114f4ef8c720ca5f3eb5443e9ff0a79cb]

        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>  [9d31240314a24952560b853499230078cf8d82cb]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 16:28:13 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49b4109e840cf0af9424b06cae1cb7e97fe0afe0]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:44:23 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [492661c02dc79f8cec88975ee13e8a9280fa2a18]

        INTEGRATION: CWS changefileheader (1.6.590); FILE MERGED 2008/03/31 13:58:52 rt 1.6.590.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61a0feb366373313e850584c3eb8cb211ae74b8a]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:15 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:08 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af88c49eae185c5facede7cba180bde5dd0f99a3]

        INTEGRATION: CWS changefileheader (1.24.96); FILE MERGED 2008/04/01 15:30:42 thb 1.24.96.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.24.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c73ac8f3320365f6431ff2385009c432b27e7dfe]

        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>  [06fba1cb200701acbf72ad6e490318da9a7f3145]

        INTEGRATION: CWS changefileheader (1.18.162); FILE MERGED 2008/04/01 16:09:48 thb 1.18.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:53 thb 1.18.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.18.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8d08429b057dfc2cdd49dfb0f58daacb4f3749d]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/03/28 16:44:23 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa30c9e6dc7029aae45fd2859a3aa85e824e5f5a]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:51 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:55 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef314a14b5f0308eac3c2a43b797ab9ae641183]

        INTEGRATION: CWS changefileheader (1.6.454); FILE MERGED 2008/03/31 15:59:59 rt 1.6.454.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ffc136b181bf74c65faddb8c23825b21426bfdc]

        INTEGRATION: CWS changefileheader (1.38.456); FILE MERGED 2008/03/31 14:19:21 rt 1.38.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f92093380072853d9b91c214a2e2fcccf7d12e02]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:52 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71e5ea89c9820f47219b3dba13e4f2694f885c6c]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:45:04 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5946aad8759517d4e8080bcb32831a58119a5c04]

        INTEGRATION: CWS changefileheader (1.98.34); FILE MERGED 2008/04/01 15:30:42 thb 1.98.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:41 thb 1.98.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:29 rt 1.98.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b820eedd20b72ca741f07a04af88e2a6e4c88d77]

        INTEGRATION: CWS changefileheader (1.26.162); FILE MERGED 2008/04/01 16:09:48 thb 1.26.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:53 thb 1.26.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.26.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca3aac7fd6a3730cb56a0b190f7f943011fe857]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:23 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9a52d2b56804be5aee0295ade1c4fe737aae197]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/04/01 15:59:51 thb 1.2.38.3: #i85898# Stripping all external header guards 2008/04/01 12:56:05 thb 1.2.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:55 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5a23f5a2aaa108ae651151b2fd4d8fd81c1d61e]

        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>  [ff04c88e457a4adbcae14d87aa3dfb8893fe6eaa]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:35:56 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:18 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:52 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c84f6bebc5745406d75cefda963eec632b1fd3d8]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:45:04 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af4ebe74c4935297b9fbe9857ae6e485a3dcf130]

        INTEGRATION: CWS changefileheader (1.52.38); FILE MERGED 2008/03/31 16:59:55 rt 1.52.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c71bec678d0b7acf822b857363302e273b64033]

        INTEGRATION: CWS changefileheader (1.24.162); FILE MERGED 2008/04/01 16:09:48 thb 1.24.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:53 thb 1.24.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.24.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82520ca6f6eea4a7f8d4e4366744a67592333fae]

        INTEGRATION: CWS changefileheader (1.68.34); FILE MERGED 2008/04/01 15:30:42 thb 1.68.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:28 rt 1.68.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38e9c8dd1509d18fb5234f6ca8d006cf7ca2e067]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:50:15 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9da72877aba0adffa45017a617c10bdb0b3f0a75]

        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>  [62794666905dd4b17e2bdd1bb32fa277c62b61f1]

        INTEGRATION: CWS changefileheader (1.2.470); FILE MERGED 2008/03/31 13:58:52 rt 1.2.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7b8b752cb7954e9f28e7a230dc54268f32d6e59]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/28 16:44:23 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ed2de0bc43f518cf07f4608dd1f4348bcc6acec]

        INTEGRATION: CWS changefileheader (1.23.448); FILE MERGED 2008/03/31 16:59:55 rt 1.23.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5afc58f158b2b772dad74c062576d9153b315e9d]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/04/01 12:48:07 thb 1.6.732.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1da9e9f2906f6c47758e5d5d58366f986934144]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/03/31 15:59:59 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb9365536f284e54db0c8630e719c438a408f8a1]

        INTEGRATION: CWS changefileheader (1.36.162); FILE MERGED 2008/04/01 16:09:48 thb 1.36.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:53 thb 1.36.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.36.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4e9b60606020458d2abd7b6e77a8939f8ce1f27]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:52 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e84b9f4d1016265ef1b40ae393937bde96bd3835]

        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>  [d23feb47abe3b7e45f3a184e61f161ee78517322]

        INTEGRATION: CWS changefileheader (1.23.88); FILE MERGED 2008/03/31 17:15:28 rt 1.23.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11af76fa31304c1eda8b87908e88c502e725fe80]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:55 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e19836e27be488cd52efb8dd95ce6b72bbfd2e48]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/03/31 14:19:21 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b49fb8e7ade096912649698b7f1c75fa809c11f9]

        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>  [15e1e0bc0ad3cdc1fef49bcf4aa2c34306a411a6]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:53 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e849f7467b5f0bb988f17191417429162f70292]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:04 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [382cf467c31fc70c3c0fe48e1f22801d65d5efa5]

        INTEGRATION: CWS changefileheader (1.4.470); FILE MERGED 2008/03/31 13:58:52 rt 1.4.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3de25f4e28c732b2eb0734193253c4e28f53198d]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:59:51 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:05 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:55 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e091ad48dc3c81bf0f67ee249c2d71247e666b06]

        INTEGRATION: CWS changefileheader (1.19.88); FILE MERGED 2008/03/31 17:15:28 rt 1.19.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ec536473a203d41a044c6fada690473e22ef11f]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:50:15 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c58d62b0ac1c7ec07f3ad9754480334358c2d64b]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:59 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38f6e76bfd5894e5f4644511788bbb2628a4c542]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:09:47 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:53 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ded84003ad2112f007b7668b6c846b234e26099]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:45:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ab0b61d85c73b986cc231e5d27e01e97537bb7b]

        INTEGRATION: CWS changefileheader (1.24.36); FILE MERGED 2008/04/01 15:59:51 thb 1.24.36.3: #i85898# Stripping all external header guards 2008/04/01 12:56:05 thb 1.24.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:55 rt 1.24.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6a63b2691de8cd73499a01a05e9720e03d84bf0]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 10:50:38 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1ad4afd943902678094ebd744de26a1966b54c8]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:21 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c3a4ad8a5fb723e0e0be915d91d6015d77affab]

        INTEGRATION: CWS changefileheader (1.23.330); FILE MERGED 2008/03/31 16:28:13 rt 1.23.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [403d562400218edbe949123f4ab346a6b60d981a]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:18 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:49 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab4d04aa8c470ec8cc3815b44690b68dc4299f48]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:15:28 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c3d03690673570b5f4fde7800b47d10920a3861]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:04:23 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:23 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d12650feb941eabf47addb141194473de21e3f1]

        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>  [e7e9681dd177be18872891fcaa426e74665d386e]

        INTEGRATION: CWS changefileheader (1.13.38); FILE MERGED 2008/04/01 15:59:51 thb 1.13.38.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.13.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:55 rt 1.13.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e63649f23832d636966d861eb517eb9f13dc0f09]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:15 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd9aab8c394d17843ec2dc9c82030a4a7029b70e]

        INTEGRATION: CWS changefileheader (1.2.250); FILE MERGED 2008/03/31 15:59:53 rt 1.2.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4c88702062f1df5f59bd06d40812b8149995162]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:09:47 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8a889d441ac3c4240f5563c2dcad75a4bf2dee4]

        INTEGRATION: CWS changefileheader (1.12.298); FILE MERGED 2008/04/01 15:35:55 thb 1.12.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:49 rt 1.12.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1c37c61358863a15470916ca039b5bc6f736c26]

        INTEGRATION: CWS changefileheader (1.26.240); FILE MERGED 2008/03/31 17:15:28 rt 1.26.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e42e8b4f937aaf6fbc7a1eac662604b2f601cf6a]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 15:04:22 thb 1.8.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:38 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:22 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b4ae279da02c8423fd535d5c67196071a64f49]

        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>  [4df99cdbc6024082f3144524a68aab5d055e3098]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/04/01 16:09:47 thb 1.6.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:52 thb 1.6.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d16700e98d3cc13134520969be1ff3ddce8f8237]

        INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED 2008/03/31 13:58:49 rt 1.6.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88e04c713a26d93da91eba58dcba6e25e54c6a33]

        INTEGRATION: CWS changefileheader (1.45.244); FILE MERGED 2008/03/31 17:15:18 rt 1.45.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d83a64a584f65d0635fb57d023bbdf93ca770f]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/28 16:44:22 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [287989e94bb6388b129776628615999c56fbaa2c]

        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>  [6c5922d8265c27ae8e393c1f80e364f2f27cd309]

        INTEGRATION: CWS changefileheader (1.18.330); FILE MERGED 2008/04/01 16:09:47 thb 1.18.330.3: #i85898# Stripping all external header guards 2008/04/01 13:04:52 thb 1.18.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.18.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fc7df9052748d90ce8f55870f80a36679c14bd5]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:59:55 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faf15d35fa852a4bbc34e07bc84418ad2e33bff3]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:15 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249e202812eca20c4148a0c2f8bb3891d2a3dc53]

        INTEGRATION: CWS changefileheader (1.7.470); FILE MERGED 2008/03/31 13:58:49 rt 1.7.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53563ec61ed74270aad8d515307fd2300ee465e4]

        INTEGRATION: CWS changefileheader (1.17.94); FILE MERGED 2008/03/31 17:15:18 rt 1.17.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a95b6395751ac1b3ec5f069fe22750f96eacbc2]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/04/01 15:04:22 thb 1.5.4.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.5.4.2: #i85898# Stripping all external header guards 2008/03/28 16:44:22 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f49b95958431009f0b510f8215171ec5856f10b]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:59:51 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:54 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f77a886e7e36cd4b4122958061364d89eb2d6d9]

        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>  [86fa2aaa430a737e72c718d3f1953c7edc55ff88]

        INTEGRATION: CWS changefileheader (1.31.162); FILE MERGED 2008/04/01 16:09:47 thb 1.31.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:52 thb 1.31.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.31.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e0181bb3b4afbe035f4a7034d7c2518150a746d]

        INTEGRATION: CWS changefileheader (1.32.368); FILE MERGED 2008/03/31 14:19:21 rt 1.32.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0eb1da37ced47b2738c3fbbffead8648348bb51]

        INTEGRATION: CWS changefileheader (1.4.590); FILE MERGED 2008/03/31 13:58:49 rt 1.4.590.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3901374a275ab01878bde2b7036ba05a3bcab89]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:15:18 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [490a856576c602e7b582c7501659cc507586efad]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:51 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:54 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a075bee13f7dd5d64732877359e4a67abdabfb1]

        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>  [5f49821b75e8ce3163826ede287d70c5af8a1ed0]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:44:22 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e99ea97d33a38c75be78cc34bfe6ef5c23ba1ec]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:15 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e669ce1f400a6e85371cdae4e7a118bb72c0ecc]

        INTEGRATION: CWS changefileheader (1.20.206); FILE MERGED 2008/04/01 16:09:47 thb 1.20.206.3: #i85898# Stripping all external header guards 2008/04/01 13:04:52 thb 1.20.206.2: #i85898# Stripping all external header guards 2008/03/31 16:28:13 rt 1.20.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [001dc948bba79a092470d2c7915517a3022dda06]

        INTEGRATION: CWS changefileheader (1.7.470); FILE MERGED 2008/04/01 15:35:55 thb 1.7.470.2: #i85898# Stripping all external header guards 2008/03/31 13:58:49 rt 1.7.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [194f427e12864bea35a4702c9b682b85ea5d5976]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:59:54 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1819e6a2861c8b4cd5068874785ccfe8172f6dd4]

        INTEGRATION: CWS changefileheader (1.3.82); FILE MERGED 2008/03/31 15:59:53 rt 1.3.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f417e41b6544b12abe0718b3ba4b0e4a8e35b5c6]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:45:03 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b855773f018b6dc3c774eedc9ff9a38fd1bed3c4]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/03/31 17:15:18 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4afe966feb37adafd424577915b73df4dcf9f56]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:44:22 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa59e84a69921aaa358f6f7a1aad0836c3c5f025]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:50:15 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:21 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b16f33512e2443da7c50adb6138c468736ca9088]

        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>  [d4a2b4d39f0a08a481cfc1596f8fdd42b5c26c5b]

        INTEGRATION: CWS changefileheader (1.35.162); FILE MERGED 2008/04/01 16:09:47 thb 1.35.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:52 thb 1.35.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.35.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [820993dda48d249af76823e2a915c0f324e66bb5]

        INTEGRATION: CWS changefileheader (1.8.616); FILE MERGED 2008/03/31 13:58:49 rt 1.8.616.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e3f7386a64cd6dfbfe7094f0d8d3416ab4139b0]

        INTEGRATION: CWS changefileheader (1.49.448); FILE MERGED 2008/03/31 16:59:54 rt 1.49.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79f3c0f10d08ac085edc07c31ea963cc4066254b]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/28 16:45:03 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a755587847f07b58ca913fd195bad8a21cb1f4e]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:15:17 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581a5c7f3f67e265cf44adea5afb0d371ebee584]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:22 thb 1.3.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:22 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1699046bd70da7077ea01ef040ba18ca6f38bd3d]

        INTEGRATION: CWS changefileheader (1.13.368); FILE MERGED 2008/04/01 15:50:14 thb 1.13.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.13.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.13.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2593a37058846f5a83b91d58b894b80c131511d7]

        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>  [eee0eaf1b2c4da001700152b36c3b61c4a94101a]

        INTEGRATION: CWS changefileheader (1.3.316); FILE MERGED 2008/04/01 16:09:47 thb 1.3.316.3: #i85898# Stripping all external header guards 2008/04/01 13:04:51 thb 1.3.316.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.3.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [013291b4407b6c134ec19abe80bf2bc5646b6f0c]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:59:51 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:54 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [272211ed227bb056107d6e3dd907a15b883ad3cc]

        INTEGRATION: CWS changefileheader (1.5.440); FILE MERGED 2008/03/31 13:58:49 rt 1.5.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f29d48afd48d22eeeeb735c311a0e7d868de569]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:45:03 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8006669969beeadecc8d64d72064655f0366cab8]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 10:50:37 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:22 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9293f5ef9a020c94b328b272dd552c3ad2b9ad20]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/03/31 14:19:20 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed55725dd54b6a7c5131fb602de744bbd7d491a9]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:09:47 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:51 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d9d169cb14eb3d217a75df8bec9220279274f70]

        INTEGRATION: CWS changefileheader (1.59.78); FILE MERGED 2008/03/31 16:59:54 rt 1.59.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bdfdaff7b0fd21d760930fb9a0d6b45bcd015dd]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:41 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:17 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4404d18cf74ef5f1f91dfdbb60f069eb2def706]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/28 16:45:03 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f06a64cb7087932c649c4f5b024b46f79345dc5]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:22 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [744fe43c9c386f410127aa1be06b7687f93bcc53]

        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>  [3b3ea6f98ee43e4fa2ab94d90a637a32e41ef504]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:14 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab26b6082fa9ee6af2627c898514d6fbdf2f610]

        INTEGRATION: CWS changefileheader (1.7.266); FILE MERGED 2008/04/01 16:09:47 thb 1.7.266.3: #i85898# Stripping all external header guards 2008/04/01 13:04:51 thb 1.7.266.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.7.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [786bcdb3f746e3ded2794b0d045d9b81eb0ff448]

        INTEGRATION: CWS changefileheader (1.7.250); FILE MERGED 2008/03/31 13:58:48 rt 1.7.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cbb9f75284eb83ff784dbae56026baa921c989d]

        INTEGRATION: CWS changefileheader (1.5.78); FILE MERGED 2008/03/31 16:59:54 rt 1.5.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f070f0e0c2979c76459ceba228233fbd3d57c231]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 10:50:37 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:22 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [143c5c91ca790e425280c0105135e6f52a97de75]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:45:03 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7845b766dfa67bf5401435dadaa58ff7349b188]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:41 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:17 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fc10ce7c5b28b526de3fc602e6644e1d41c0c77]

        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>  [6e850cde02f766d6f8607f57a28246f815cd9148]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:50:14 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:07 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fccad014ea4b76b44058121484950951d3db7e7]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:51 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9db1926eaa9e6428eb684da4dbff197febb70ddd]

        INTEGRATION: CWS changefileheader (1.45.242); FILE MERGED 2008/04/01 15:59:51 thb 1.45.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.45.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:54 rt 1.45.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [710073a5617790da58ead3af26da85ecaeb89e9e]

        INTEGRATION: CWS changefileheader (1.4.536); FILE MERGED 2008/03/31 13:58:48 rt 1.4.536.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f4d397a8787315107e14fcaf4c81a2a4f0f2831]

        INTEGRATION: CWS changefileheader (1.13.192); FILE MERGED 2008/04/01 15:30:41 thb 1.13.192.2: #i85898# Stripping all external header guards 2008/03/31 17:15:17 rt 1.13.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [202527cb0f7c705fc80c72b115a41bff53e378ec]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/28 16:44:22 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [feb175a40c10924abbd802df5763476395ad064f]

        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>  [3601dc28faafe54bd2dc8625faa9bed1f9e084e7]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:45:03 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34b2e273c1e8c42a4aba2b3d8baa1514a4e93b5f]

        INTEGRATION: CWS changefileheader (1.12.362); FILE MERGED 2008/04/01 15:50:14 thb 1.12.362.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.12.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0d623b1d89eab38726fe74c5aff1cb6c392eea9]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:51 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64c6e71bab6665ae2acaed82651748725b8bdb3b]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:51 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:54 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abb6dc70057ffc7985f23b261f81b78c1d4b36cf]

        INTEGRATION: CWS changefileheader (1.5.358); FILE MERGED 2008/03/31 13:58:48 rt 1.5.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b79931471741a0a272f7e4061362d7bb91e18814]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:45:03 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5a20b49a1b5d7e6a38261bd2104bad4afde7aa0]

        INTEGRATION: CWS changefileheader (1.43.302); FILE MERGED 2008/03/31 17:15:17 rt 1.43.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d0f82481fbdad514d247087ef02c950f1877fb4]

        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>  [86ef219586c4332c3aa9bd878ee46a80c2d4d184]

        INTEGRATION: CWS changefileheader (1.56.368); FILE MERGED 2008/03/31 14:19:20 rt 1.56.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35ac94b10d9c471b80d3b7b2289610b25ad2e537]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 13:04:51 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8690d1331be9e420fd95ff8390bdb77f13d79a00]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/03/31 16:59:54 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52a9940b549773fefea1c2e6ed286648bd7b0eeb]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/28 16:44:22 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f14e96b04bc44078dde2e6f3424b81956bb0f851]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:15:17 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80582626cc42a34346049656e0e1372c09301b53]

        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>  [94d27ad27eaf87e1047f6a7249313132dfeb54de]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:20 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3db703023394be5f20607c55210c96d2c790b354]

        INTEGRATION: CWS changefileheader (1.16.162); FILE MERGED 2008/04/01 13:04:51 thb 1.16.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.16.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c41fd99e9a1cc8f5c40c136933fea784e14917f]

        INTEGRATION: CWS changefileheader (1.31.58); FILE MERGED 2008/04/01 15:35:55 thb 1.31.58.3: #i85898# Stripping all external header guards 2008/04/01 12:39:17 thb 1.31.58.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.31.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1afdb27b8c2d67995c8d18098bd765617793d47]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/03/28 16:44:21 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [435e6ec2b90aac01ab86d191e16ca3b61efc1d75]

        INTEGRATION: CWS changefileheader (1.16.300); FILE MERGED 2008/04/01 15:30:41 thb 1.16.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:17 rt 1.16.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce884a7fd277c888f2de0c74dd6442f56a0d1176]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:52 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [749ef9c5b540000f87143833109ce82d8a778ad0]

        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>  [6133da14d3fa94655f6c33eb5074ab82cb732e06]

        INTEGRATION: CWS changefileheader (1.43.196); FILE MERGED 2008/04/01 15:50:14 thb 1.43.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:06 thb 1.43.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.43.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [099b0873f839c718576a4242de784eceb0cb6262]

        INTEGRATION: CWS changefileheader (1.18.162); FILE MERGED 2008/04/01 16:09:47 thb 1.18.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.18.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.18.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4366fa5b68d33a8b93f96426d2f2e78d35fe04d5]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:58:47 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5a1a6327841d2ca2449ba9ae46e430782bb2c75]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:44:21 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62419b1d3aaa1cb60602d4dd3ee110dff65303c5]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:52 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ee048d4bab3c0b299afb138e1661c7679f194cb]

        INTEGRATION: CWS changefileheader (1.27.136); FILE MERGED 2008/03/31 17:15:17 rt 1.27.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83a7057ce6a5a93738ad4ee3a879a9273e6422e8]

        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>  [32dddd523daa55cba15bc9dc5aaa19bc7d91f057]

        INTEGRATION: CWS changefileheader (1.76.50); FILE MERGED 2008/03/31 14:19:20 rt 1.76.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41606207bf040b478d711cb14a55e47b8b1f1436]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:28:12 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79abcdc76dcd8ec965a55186517d5e56d841fe71]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:44:21 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce806cf8e97e78ee4ecf4f887a27760d971367cc]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:51 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad21ad7d3867405ab58f91e008b44d5937595dce]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:17 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b70443d4c0f901a19d35305a0bef8198655bf75]

        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>  [3d3755d7c2ccce129bd01e9db3765a9f84583250]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:47 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [215897243df9466d3ec9781c6676fd06c8d6cd89]

        INTEGRATION: CWS changefileheader (1.2.250); FILE MERGED 2008/03/31 15:59:52 rt 1.2.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0344f5238e8a75880a347b1f3d18bb7f2de1b99f]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:04:50 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a0b414fbe47766bab392aa0b1754ef7f5cc09a3]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:14 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:06 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [341c10cd59d0bb5d3c4dc8268b5fe7213b98f4c1]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 15:04:22 thb 1.8.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:21 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb7f1bf324f892c8d22cb5eba3878786217646aa]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:51 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfbb337f6e85612f63a831d67c2748e828f3afbc]

        INTEGRATION: CWS changefileheader (1.38.302); FILE MERGED 2008/03/31 17:15:17 rt 1.38.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9431a8cabf70e8df5e67380d38bd65698cda87]

        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>  [a66d9ac22f356b5be5c268708b96f914b80de872]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/04/01 13:04:50 thb 1.12.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd1737c9d8584ff1a51d660ff736d0cc04929035]

        INTEGRATION: CWS changefileheader (1.14.1256); FILE MERGED 2008/03/31 14:19:20 rt 1.14.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ec367eff0f95d2717cbc149ffaa69f9a224876d]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:21 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [542410d057f3ae4c5e1d3dd2b9fadb72e03d3a0e]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 17:15:17 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [121bc090d6aba3f9a24ff9075f1c998681bbe80a]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:44:51 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5a1916deb55786fef8a68ec182209672a4c3f0e]

        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>  [adc72cb662e9a70b401861951587c1ddd0e1a9e4]

        INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/03/31 13:58:47 rt 1.11.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6672c50b78d7ceb4aaafbe957db4880cf9ef5705]

        INTEGRATION: CWS changefileheader (1.16.162); FILE MERGED 2008/04/01 16:09:47 thb 1.16.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.16.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.16.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ef8984fbf68091bc2c7779eb0055725f42c0287]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:44:21 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ed3f879cd55e770652ea59015bbc6f28e6b80bd]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/03/31 17:15:17 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adf1d0f220728e3e7c239c7c935788ff59f12e86]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:51 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5586ea47b37fb0ce3453e01474d1d50c7939c18]

        INTEGRATION: CWS changefileheader (1.9.232); FILE MERGED 2008/04/01 12:39:17 thb 1.9.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.9.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee431f90e9ddc2382355771686c95d6096346e71]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 13:04:50 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f5783ad46fd5d44757ecf61952456bce2f828e4]

        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>  [5fcca92b86febe0f7b5255a88e989eaaf10497bb]

        INTEGRATION: CWS changefileheader (1.43.58); FILE MERGED 2008/03/31 16:59:49 rt 1.43.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [982319f4df05afdbd7abb39ac377f3139d490b6c]

        INTEGRATION: CWS changefileheader (1.98.50); FILE MERGED 2008/04/01 15:50:14 thb 1.98.50.3: #i85898# Stripping all external header guards 2008/04/01 12:48:06 thb 1.98.50.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.98.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0cd3f847f8ed4d8fcacede0795dd08fdb9500de]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:20 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b454e153ccf7ace38c85e8f6743b312066e5e15]

        INTEGRATION: CWS changefileheader (1.59.302); FILE MERGED 2008/03/31 17:15:17 rt 1.59.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d10131132b06d920d1cd58e98562fb762aba051]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:51 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afb795a71084e3e33b28e7765016b8841b201a14]

        INTEGRATION: CWS changefileheader (1.5.358); FILE MERGED 2008/03/31 13:58:47 rt 1.5.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a644d25cc057b21fe038127fc9e06747bdfd305a]

        INTEGRATION: CWS changefileheader (1.8.290); FILE MERGED 2008/04/01 16:09:46 thb 1.8.290.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.8.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.8.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c8dede930db011462660c2f5fe55cffe515af55]

        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>  [81fdf2c8af3115c633578fe4fec3a27540557273]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:59:49 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5101e2716d8e7139b64e987fd315a913f7aa9793]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:50:14 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:06 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:20 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e35fb792557d46dadc068bfef1e115122e6e5481]

        INTEGRATION: CWS changefileheader (1.11.94); FILE MERGED 2008/04/01 15:04:22 thb 1.11.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.11.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:20 rt 1.11.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4031e51864e7e0330d02fd7cd89521c572d03667]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/03/31 17:15:17 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b458b7e439e708e320db14a1a1182262dc9a137b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:51 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b2f40cba02b0fe956819d959d8d05d5bef79298]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/04/01 15:35:54 thb 1.6.492.3: #i85898# Stripping all external header guards 2008/04/01 12:39:16 thb 1.6.492.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1da4af4e943554b38a4663950bc20d604eed646f]

        INTEGRATION: CWS changefileheader (1.13.450); FILE MERGED 2008/04/01 16:09:46 thb 1.13.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.13.450.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.13.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [625ccff6bb652dff37ad383a6339556c010fa956]

        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>  [ae3b3c358ad77e6bab13458b666a7fc09b47af19]

        INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/04/01 15:59:51 thb 1.15.58.3: #i85898# Stripping all external header guards 2008/04/01 12:56:04 thb 1.15.58.2: #i85898# Stripping all external header guards 2008/03/31 16:59:49 rt 1.15.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47dfa3c4e3a7a1f81093129a6729b0ee5d897903]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:50:14 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07159e5bd205da5d0ef6b3f4c98685ed4b868801]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:37 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:20 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c22526c06d416c27500d92bb6ea2787820e9749c]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:30:41 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:17 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc4a4d46607430199239b776e619876da9cafbd7]

        INTEGRATION: CWS changefileheader (1.16.232); FILE MERGED 2008/04/01 12:39:16 thb 1.16.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.16.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9851d9579492b72e39d46c656e163e5ddb19447b]

        INTEGRATION: CWS changefileheader (1.20.162); FILE MERGED 2008/04/01 16:09:46 thb 1.20.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.20.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.20.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5919d40cc6638cf0ad5d23e423a2cddd830ddf7b]

        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>  [985ee1916dd1447e0a28558555d2465abb03ab24]

        INTEGRATION: CWS changefileheader (1.23.448); FILE MERGED 2008/03/31 16:59:49 rt 1.23.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f8d72d05f17a12f89c131899b2f4bcbeca6509b]

        INTEGRATION: CWS changefileheader (1.20.72); FILE MERGED 2008/03/31 14:19:19 rt 1.20.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [633e0c3553c15be7ebec9b53bbefe9401532dff0]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:22 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:20 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7edd7b60b3049adf9fd98036be1a3cb7e5765419]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:44:51 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4e93b0b9eccda39de8259b7334e132b4442dfd4]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/03/31 17:15:17 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1ca676bc871c51cc6c82a0ec92a1e7efed5d206]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:47 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18de288ba530c5af82464a0cb347fa94bdc93dcc]

        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>  [3ba9cfa09fe408829491f030325805d41d4ac073]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:50 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:12 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a7771a3ef06cebca61c2b2cfd16cd96eeeddc83]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/03/28 16:44:20 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd09aec8771c1f4b58f132b69dca70c8e3440c8f]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:49 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cd548f0f191be9eef999fab4499afd05b10e7f8]

        INTEGRATION: CWS changefileheader (1.16.72); FILE MERGED 2008/04/01 15:50:14 thb 1.16.72.3: #i85898# Stripping all external header guards 2008/04/01 12:48:06 thb 1.16.72.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.16.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aabd98fce07c818a2b6184de737a9e4fbd9d9a76]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:51 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b731b0fb545202bf0b52626235a93dddd4de1937]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 17:15:17 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [730a2257e03f8ba4e3c1e059c5c4aa624546494f]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/03/31 13:58:47 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ecc5cc6ed3e1ba9c4fdda390c13b36488e5574c]

        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>  [447d132f0b658531ed525636ffc2cabb7953ce19]

        INTEGRATION: CWS changefileheader (1.10.300); FILE MERGED 2008/04/01 16:09:46 thb 1.10.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:50 thb 1.10.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.10.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7276984db2f0ba5f638591238c6ffb1dcd5d0792]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/04/01 15:04:22 thb 1.11.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.11.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:20 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dda05add705c6f9eedf1a782cb2c5f53326c0515]

        INTEGRATION: CWS changefileheader (1.13.438); FILE MERGED 2008/04/01 15:59:51 thb 1.13.438.3: #i85898# Stripping all external header guards 2008/04/01 12:56:03 thb 1.13.438.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.13.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b489c1d6a7e5edfb0e754d6e3b20c380721ac4f]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 14:19:19 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5182fdc32b48aa47f36efe526f4042c5b38e4f1]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:44:51 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6329a8ebe1732020a2873888f97583378be593db]

        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>  [29df17512790702033f5cbd6e87426a92c809f71]

        INTEGRATION: CWS changefileheader (1.3.316); FILE MERGED 2008/04/01 16:09:46 thb 1.3.316.3: #i85898# Stripping all external header guards 2008/04/01 13:04:49 thb 1.3.316.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.3.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3632f7a248fb689f16cc18610371ce36bdc416ab]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/03/31 13:58:47 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84afe0135fb051ac667b9b3c7cb27cb9159adec8]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:22 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:20 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d249d3a0f5e82d3147a2e3bfe3e6d0c3214f8fd8]

        INTEGRATION: CWS changefileheader (1.46.70); FILE MERGED 2008/04/01 15:50:13 thb 1.46.70.3: #i85898# Stripping all external header guards 2008/04/01 12:48:05 thb 1.46.70.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.46.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c55717a55433c7a8610fea12bab17983bdc5a44]

        INTEGRATION: CWS changefileheader (1.39.34); FILE MERGED 2008/04/01 15:59:51 thb 1.39.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:03 thb 1.39.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.39.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed42ae4037a1a9f604c69b1dd20733391ca1f95e]

        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>  [ff127a7ac72a71488f899149a1fd64ee26c2f3a0]

        INTEGRATION: CWS changefileheader (1.10.300); FILE MERGED 2008/04/01 16:09:46 thb 1.10.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:49 thb 1.10.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.10.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc96af2f88494ff5f5654bfeb43f36717256e757]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:44:19 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60bbe8ff973fe60f6e97eaa71593f1597aff5f76]

        INTEGRATION: CWS changefileheader (1.50.56); FILE MERGED 2008/04/01 15:59:50 thb 1.50.56.3: #i85898# Stripping all external header guards 2008/04/01 12:56:03 thb 1.50.56.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.50.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bd81ad8d999f1e44ba7368c19e803657ee44dcb]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:50 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cf7286b42304eac13eb9aa1e0b19c12c26faa3a]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:50:13 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:05 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fe4fab6f443b9eb86e13d2b1728d2a69beaca2d]

        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>  [8b4ec161dd0ef5f0c815cd491a4ef7098465afd5]

        INTEGRATION: CWS changefileheader (1.25.186); FILE MERGED 2008/04/01 15:35:53 thb 1.25.186.2: #i85898# Stripping all external header guards 2008/03/31 13:58:47 rt 1.25.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21bfb36d6511bff51da10a572cd1ebd72a70e5a2]

        INTEGRATION: CWS changefileheader (1.9.290); FILE MERGED 2008/03/31 16:28:11 rt 1.9.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f12760f94e6b26eb6018d05afc1700a27406cff]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:44:50 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f1e60116917156a415f73022b508f27a99ffb23]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 12:48:05 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baf7767074c196747456439351425db689162da8]

        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>  [edceb560bedd78c44c1f47898c5a47b71e0ee648]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:04:21 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:37 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:19 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b51f8f8755a102fcb6bf1329c8a7dc29f9c2b78b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:50 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66a85661fc575c8b9f8cfe5015b4eabe94ca34db]

        INTEGRATION: CWS changefileheader (1.30.330); FILE MERGED 2008/04/01 16:09:46 thb 1.30.330.3: #i85898# Stripping all external header guards 2008/04/01 13:04:49 thb 1.30.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.30.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dfcddcfcc0ccdd4acdf7d3f85550c27f65f1b16]

        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>  [0d3662cbbf17e2d498f567968c7485ab0969bdc5]

        INTEGRATION: CWS changefileheader (1.63.366); FILE MERGED 2008/03/31 14:19:19 rt 1.63.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d0df121802bfa5190b84992a02d4d55ecf2a00]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:44:50 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [454dd5996c6869443a151bbf884d1f638179c6f4]

        INTEGRATION: CWS changefileheader (1.6.250); FILE MERGED 2008/03/31 13:58:46 rt 1.6.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1a82b270d2d306642e2526e0b9fcc6ee990c3e0]

        INTEGRATION: CWS changefileheader (1.2.250); FILE MERGED 2008/03/31 15:59:51 rt 1.2.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c3b474b7ef51610842ea27af08769f10befd7f0]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:13 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:05 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ac8d435c55f98ea8a19b42e2a6be106f317e6b6]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 10:50:36 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:19 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ee0feca991e0c411d0a94f0ae9858e3ed1ffaab]

        INTEGRATION: CWS changefileheader (1.3.574); FILE MERGED 2008/03/31 13:58:46 rt 1.3.574.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86fb5a0f48dc23cf191ba40d99f92fb015063804]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:59:50 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c709aa9211270d8ad1685267db28df08adf3cc5f]

        INTEGRATION: CWS changefileheader (1.2.250); FILE MERGED 2008/03/31 15:59:42 rt 1.2.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ebd7e8f8c6314ca534d82c47608c1f2b7d316d6]

        INTEGRATION: CWS changefileheader (1.10.1256); FILE MERGED 2008/03/31 14:19:19 rt 1.10.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73cc20b845165618a9918422da33a1d821ac01bc]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:21 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:36 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:19 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47c4f5861cbdcac240ca079890794857e1db67f5]

        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>  [eb1a3c7054b2066913bf027c25c08cef31583c5c]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:50 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4994f759b7269eb520a09898e9d8d3d1f5efd80f]

        INTEGRATION: CWS changefileheader (1.59.62); FILE MERGED 2008/04/01 16:09:45 thb 1.59.62.3: #i85898# Stripping all external header guards 2008/04/01 13:04:49 thb 1.59.62.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.59.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26fbfa006e8481e6f58f5e4fe3fd7f20b8d4ecdf]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:50 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c4e5ceb7c15cfff2faa438e0b82dd5443447b9c]

        INTEGRATION: CWS changefileheader (1.28.26); FILE MERGED 2008/03/31 15:59:42 rt 1.28.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94f0d1a8dc607f8b2d41c3075fe658a1aee9b96c]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:46 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b4cff5882c65867cd7adfd957259d589799f11c]

        INTEGRATION: CWS changefileheader (1.35.36); FILE MERGED 2008/04/01 15:50:13 thb 1.35.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:05 thb 1.35.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.35.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8d6bfa2c4916cb51f4fc306c4e0e3da9e3d3862]

        INTEGRATION: CWS changefileheader (1.9.126); FILE MERGED 2008/03/28 16:44:14 rt 1.9.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca8bedc069e39c20ebc11211232ebc52df834302]

        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>  [f6b213ce84496e9c634be3f9c98d2ec09b4b0ed7]

        INTEGRATION: CWS changefileheader (1.43.448); FILE MERGED 2008/03/31 16:59:48 rt 1.43.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e050b501b96e49e37cd37f7d59fce892c9c5c393]

        INTEGRATION: CWS changefileheader (1.17.206); FILE MERGED 2008/04/01 13:04:49 thb 1.17.206.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.17.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a57c73cbf68ac97575afdb1077c4f8c6c4947628]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:50 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73167780e2c5901622377e59e85d14f6cf60316d]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:42 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26a113a3c8a83d6d22c92a7d0e23d55e43808e48]

        INTEGRATION: CWS changefileheader (1.17.52); FILE MERGED 2008/03/31 13:58:46 rt 1.17.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8232aa48e0b0e76aed13172e136541c3c8f03876]

        INTEGRATION: CWS changefileheader (1.34.302); FILE MERGED 2008/03/31 17:15:14 rt 1.34.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [997064b32834450bbcf7700bf45a80c6c94577ae]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:14 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f4d67cc26e3fe72bc1cc309fbb5a4f752849610]

        INTEGRATION: CWS changefileheader (1.45.368); FILE MERGED 2008/03/31 14:19:19 rt 1.45.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6914373d1b95fa71e99a230d362cfda5f2a7c2b0]

        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>  [6318a0ff2ed31b2bbfcf01c99286926acf006ce9]

        INTEGRATION: CWS changefileheader (1.47.54); FILE MERGED 2008/04/01 16:09:45 thb 1.47.54.3: #i85898# Stripping all external header guards 2008/04/01 13:04:49 thb 1.47.54.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.47.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02fff3555fdecd3a3931e311080cac683a88cb97]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:59:48 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa64a4a8bc6b3598cef144418f79e017fa496bcf]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:50 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a8a419d0c9ffb9952d6d4fb5eaba7b6817b0ade]

        INTEGRATION: CWS changefileheader (1.6.588); FILE MERGED 2008/03/31 17:15:14 rt 1.6.588.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24038707b909cb0cd904424d12fa8afac65c5129]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/03/31 13:58:46 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [820ea60fe368be65d1d886225b592055a9a78943]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:42 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac2dea99d3ecda8d9afd701074abf6857bb38c4e]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:19:19 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de4d8a8905c02445aa23f4738b4541d01ae51016]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:36 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8845b9a9d182ecfbac2686091bf12175ef96140]

        INTEGRATION: CWS changefileheader (1.23.242); FILE MERGED 2008/04/01 15:59:50 thb 1.23.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:03 thb 1.23.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:48 rt 1.23.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7b54e724b6ab6452b7abfedc47d2c5355bd0f07]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:48 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd8428ecb91fd4ade3c76fbda34656ee358e51ff]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:50 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f78480c1cda8fbbfb315752c7e133780802d2b3c]

        INTEGRATION: CWS changefileheader (1.13.492); FILE MERGED 2008/04/01 15:30:40 thb 1.13.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:14 rt 1.13.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94397d8d18e276b92c2e67dc8ee23b3a9a69fd51]

        INTEGRATION: CWS changefileheader (1.21.368); FILE MERGED 2008/03/31 14:19:19 rt 1.21.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1360201177721295f72512f7b6c131ad2bf00c2]

        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>  [866f6ea1c217a36f5b5ce649955916a4f9a998b9]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:50 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:01 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ce4b43a0a98186a4d3beb2bb10f1179226d9a7d]

        INTEGRATION: CWS changefileheader (1.25.162); FILE MERGED 2008/04/01 13:04:48 thb 1.25.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.25.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a71d91689f36a973f26dff704c9f2f8eb561b553]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:15:14 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79898344677ac4246cc1cf67ae932e51a54328e]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:42 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38f060ac423aa2f44fb8a7723210a23d9d536c56]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:13 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f21df2a0ff911f0304359d616749ae7d846ec496]

        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>  [659d0a0ab192564d027937a631164027299aa114]

        INTEGRATION: CWS changefileheader (1.7.358); FILE MERGED 2008/03/31 13:58:46 rt 1.7.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62d34b63b137c935c0454ad56946d7efd580e031]

        INTEGRATION: CWS changefileheader (1.68.36); FILE MERGED 2008/04/01 15:59:50 thb 1.68.36.3: #i85898# Stripping all external header guards 2008/04/01 12:56:01 thb 1.68.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.68.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d168b43108a537f2c304f1281e13f31308bcc2a8]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:50 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ddbcbfc9d126b4d49b0d409f16e3bfbb261a383]

        INTEGRATION: CWS changefileheader (1.15.88); FILE MERGED 2008/04/01 15:30:40 thb 1.15.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:14 rt 1.15.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc920c129716b922627b61fe0c718a800d0356c9]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:13 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:19 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a13df38b72b1b77b05fec37a81f502e24bdef8c8]

        INTEGRATION: CWS changefileheader (1.6.316); FILE MERGED 2008/04/01 16:09:45 thb 1.6.316.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.6.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3061988b1d7a042a0e7ff71d1d99b530e78b481]

        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>  [6f716631be9fd462e660651db8677a314cc20b7a]

        INTEGRATION: CWS changefileheader (1.128.36); FILE MERGED 2008/04/01 15:59:50 thb 1.128.36.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.128.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.128.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa09d8ad911de473728c38550d711e32a4e2b1ca]

        INTEGRATION: CWS changefileheader (1.9.446); FILE MERGED 2008/03/31 13:58:46 rt 1.9.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [713659d162cbd470cca8cabcc19e572f815e602b]

        INTEGRATION: CWS changefileheader (1.19.330); FILE MERGED 2008/04/01 15:30:40 thb 1.19.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.19.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:14 rt 1.19.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91be3345db8eece91499988e4328f31656cb25c4]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 15:04:21 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12ec0f5ceee880a3192580b2a3de51a8e8e58f99]

        INTEGRATION: CWS changefileheader (1.39.368); FILE MERGED 2008/03/31 14:19:19 rt 1.39.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc1a2f0885c2ae49b70d42ba5ecc903cba7c8374]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/04/01 13:04:48 thb 1.7.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f33ddf58149c92b68eb18f31b1f063e6eec8a35]

        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>  [329f426c0b51e0e34ad0b6d06f3505110181e3e2]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:49 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31cbd8bc1ff0274843c05e314c2d18c5bb90e928]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:50 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20c552ece1102499eae8a5a09076517a1c12b8f3]

        INTEGRATION: CWS changefileheader (1.3.574); FILE MERGED 2008/04/01 12:39:16 thb 1.3.574.2: #i85898# Stripping all external header guards 2008/03/31 13:58:46 rt 1.3.574.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af53379bae5bf76774a05de1776b571b29ba0084]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/04/01 10:50:36 thb 1.11.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c3fab73c54a4d9464815d4012bea50be1855cf1]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:15:14 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ada6f1ce646a492f28e4423579bebb4c0ab4b70a]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:13 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:05 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1d877863a330c59083c7d7c136214c92fe05559]

        INTEGRATION: CWS changefileheader (1.14.316); FILE MERGED 2008/04/01 16:09:45 thb 1.14.316.3: #i85898# Stripping all external header guards 2008/04/01 13:04:48 thb 1.14.316.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.14.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7859a607ef5473317920837ae7750ad73f5f2d33]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:44:49 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cdd6e286a0c1d8997f75fecfd24cc1d77730555]

        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>  [6d0e1555ec78ee2b466ff7d904be81c7a7bd4681]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 12:39:15 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:46 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a42013a0434806d309ba98582b12016cfa59b60]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:50 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d27a82cdc1e5ae3977fe38743bfec2fd3345cc1d]

        INTEGRATION: CWS changefileheader (1.4.302); FILE MERGED 2008/03/31 17:15:14 rt 1.4.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c269fe0848e96a3a33f6015cbad294b187c85134]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 15:04:21 thb 1.8.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:36 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c1b05d821c1cad132fdbb24a4ee3c60ae7aed8d]

        INTEGRATION: CWS changefileheader (1.3.316); FILE MERGED 2008/04/01 16:09:44 thb 1.3.316.3: #i85898# Stripping all external header guards 2008/04/01 13:04:48 thb 1.3.316.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.3.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b651d1f34e39c80110437f9c38a8c0605e54d82]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:19:18 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a641ece02c1131059cdac1a1d1e702cd9d495d2]

        INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/04/01 10:50:36 thb 1.12.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.12.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec0bc0a2e0fdfffefb272e6e3b2d1e92f4a03717]

        INTEGRATION: CWS changefileheader (1.31.188); FILE MERGED 2008/04/01 15:59:50 thb 1.31.188.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.31.188.2: #i85898# Stripping all external header guards 2008/03/31 16:59:44 rt 1.31.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee567b1e07ba2c6215de5dee91583344552e009]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:14 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f23a29e8973d338985ca525ad1070028fdcb14d]

        INTEGRATION: CWS changefileheader (1.4.590); FILE MERGED 2008/03/31 13:58:46 rt 1.4.590.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d5b29d27963e8eedfc5f8ee4ad1bdfcc40a9385]

        INTEGRATION: CWS changefileheader (1.38.368); FILE MERGED 2008/04/01 15:50:13 thb 1.38.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.38.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [838dd2ce95d25024220edb72fdf3b829782a1204]

        INTEGRATION: CWS changefileheader (1.6.290); FILE MERGED 2008/04/01 13:04:48 thb 1.6.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:11 rt 1.6.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f06e9b28fa26b6b94c91a9a8ea4e950ce6c7ae37]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 10:50:36 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e5624ec45236fc5d9f66d8a4d0acb1cbc4e274a]

        INTEGRATION: CWS changefileheader (1.24.78); FILE MERGED 2008/04/01 15:59:50 thb 1.24.78.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.24.78.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.24.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b11121e9e6a895fb13a267d428ed7584cb56872c]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:58:46 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eed7cf2a7fd9014a64811897e16797b7bab50130]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:30:40 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:14 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65bfad213640d0358a52fdc9d49a2c1dc13ac4bc]

        INTEGRATION: CWS changefileheader (1.13.362); FILE MERGED 2008/03/31 14:19:18 rt 1.13.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3203519c02754e1e43c92f03151f3d68f2b32ca]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 13:04:47 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d95d90a62ac7fe7c14006544de34e738468b588]

        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>  [0a436061064b23ab93bbce4dd2c4ba43b5a55554]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:44:49 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69adffd782c2d839ca14fda4e41f9ae950d5f14a]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 10:50:36 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8d5f7a91cee3634c955fae5ece0ac001243803d]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/04/01 15:59:49 thb 1.18.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13801983414925d9ae764bc18524ad82b15557ac]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:15:14 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc83eeeb860aadb320e4d69157247c6c0311ca3b]

        INTEGRATION: CWS changefileheader (1.52.18); FILE MERGED 2008/04/01 16:09:44 thb 1.52.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:47 thb 1.52.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.52.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [910f18982eef4502d272942797cded0fe911d8a9]

        INTEGRATION: CWS changefileheader (1.10.196); FILE MERGED 2008/04/01 15:50:13 thb 1.10.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:04 thb 1.10.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.10.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54926369c3d3faa2befaa766012559f14dd3b2cd]

        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>  [ef5a138a45a740733320f6869d8a316319bb6641]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:49 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e43bee9be41426618bcc012eeac8a25d183b6a0]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 15:04:21 thb 1.6.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:36 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:14 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59fbe7da2a2accfe2107980a390b8279d0295d84]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 15:59:49 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cb0a33682e2c191e04a4432059d677be6f1f9c2]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:46 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fcac3826c2aa14e0ceb525b638353f0e7e2634c]

        INTEGRATION: CWS changefileheader (1.37.302); FILE MERGED 2008/03/31 17:15:13 rt 1.37.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [486138da1dfde6ea088cde67bf4fcc2d7c66a5f4]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 15:59:41 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd3ce3194cd52860c8401d2de27b65feb4905608]

        INTEGRATION: CWS changefileheader (1.6.362); FILE MERGED 2008/03/31 14:19:18 rt 1.6.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40f21edc35315b22521dc3434abcdb33562ce8bf]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:47 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eecce4ceb32273b20d1124f3cae8856ca36e8963]

        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>  [3c55290234ed63f49a009e6a69b54f1a3abd789d]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:15:13 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21386e4d661b08e13a5812d5d1ffe2fe7e58c66e]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 10:50:36 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [890ad790244e0b3faa1af9433562cc2039500c93]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:59:49 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60635c9796ea740553b21fd6b2f8eb9db881202b]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:41 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [760f69be70ac5395fda6b1b499083448375e470c]

        INTEGRATION: CWS changefileheader (1.24.196); FILE MERGED 2008/04/01 15:50:12 thb 1.24.196.3: #i85898# Stripping all external header guards 2008/04/01 12:48:04 thb 1.24.196.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.24.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69d2fa88f6da0553916afddcadaea9432906f61d]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:09:44 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:47 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46d34b420819573e9b3c41b7ff9dc91455bd5c39]

        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>  [730ce426bfdf84afe8e32f55b407267c48ac1978]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:49 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bf4cafebbf518944ea113ca9c0f4e56b33240db]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:15:13 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27d714ff3355d30cce52c34a5bfaf44a5c20c0f9]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:49 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57101f187d23906c1a64d1fd78d4da6d0391b430]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:44:13 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c233e46897f9ffeae0b05e5da124890539b399d8]

        INTEGRATION: CWS changefileheader (1.54.366); FILE MERGED 2008/03/31 14:19:18 rt 1.54.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4c2f406984ff5dac57525536ee2d5bcd1258d5a]

        INTEGRATION: CWS changefileheader (1.46.18); FILE MERGED 2008/04/01 16:09:43 thb 1.46.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:47 thb 1.46.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:09 rt 1.46.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28ef27f8151dc54165633b25d07ecebc88861108]

        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>  [5bf9dac32a4d04d2349817dba603593e6754effd]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:49 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07472ba55196d21e3e866c8767d28c6cd37e5e98]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/03/31 17:15:13 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebc06cab715a2ba614e0ce179862f33e9f6cecef]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 10:50:36 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d3d80999cdd5345be0f79c1bc7c6636c88cfe8]

        INTEGRATION: CWS changefileheader (1.3.250); FILE MERGED 2008/03/31 13:58:45 rt 1.3.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7be20acc772c9fb4b8ac0ed4aee19f867623957e]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:49 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [711c9c5bc378e9952b784c288a8ba70df6f934b9]

        INTEGRATION: CWS changefileheader (1.125.18); FILE MERGED 2008/04/01 16:09:43 thb 1.125.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.125.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.125.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32a0fd3604fc54f76275d2fcf6ebcfbf33603235]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:12 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:04 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d22a198cdd80c33fbfc950705885e6de9ff1b72]

        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>  [2614657457f0814a36fe0517256e521ecdf6cd1c]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/04/01 15:30:40 thb 1.13.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.13.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1d724949296484d6879188e4c90863eff5d5e51]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/28 16:44:13 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [002899e8cd547f57f06e5c4df2f4dabe5ffb6fb2]

        INTEGRATION: CWS changefileheader (1.40.34); FILE MERGED 2008/04/01 15:59:49 thb 1.40.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.40.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.40.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [662b9021ed646d6449e3e265759e1481ee1005a1]

        INTEGRATION: CWS changefileheader (1.9.120); FILE MERGED 2008/04/01 16:09:43 thb 1.9.120.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.9.120.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.9.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8aeca2826a344e928a829523243498aef2e24f9]

        INTEGRATION: CWS changefileheader (1.9.1256); FILE MERGED 2008/03/31 14:19:18 rt 1.9.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f676c7ad61d0abe4c371c3a9e94c2edc76555dcd]

        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>  [c600336ce384c691de24d88596d91ae679926ed1]

        INTEGRATION: CWS changefileheader (1.19.178); FILE MERGED 2008/04/01 15:35:50 thb 1.19.178.3: #i85898# Stripping all external header guards 2008/04/01 12:39:15 thb 1.19.178.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.19.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54e8d6be0be6e6a496fcea7bb986d6929b8e4ae6]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 15:30:40 thb 1.4.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca9d88416b5e9bfefad4202c315fd0871e8ad4c]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 10:50:35 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a3b7fb33585664e53440da64b46d73a2ce4f30b]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:59:49 thb 1.4.738.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [636055812051e8e9440a8c4159eb2d6fd3c64f8c]

        INTEGRATION: CWS changefileheader (1.20.18); FILE MERGED 2008/04/01 16:09:43 thb 1.20.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.20.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.20.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39e03b22cd6640455b481100ed88b58db3f7c438]

        INTEGRATION: CWS changefileheader (1.25.366); FILE MERGED 2008/04/01 15:50:12 thb 1.25.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.25.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa0f8b5a8e0301357d4258afa4c8214b4be0b98b]

        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>  [da4741f6af9cf7697f75b46e4128fff76a5deecc]

        INTEGRATION: CWS changefileheader (1.15.176); FILE MERGED 2008/04/01 12:36:40 thb 1.15.176.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.15.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889f2f80b8034a1bb535df1aaf7dcdf144bdcc2f]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:59:49 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:56:00 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [487dfc4953640a537269fe8172822c9c7701930d]

        INTEGRATION: CWS changefileheader (1.52.14); FILE MERGED 2008/04/01 15:35:50 thb 1.52.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:14 thb 1.52.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.52.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e0904615e4b48ee0370ed66b38ebefd1025d2cb]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 13:04:46 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13d94731609e11700b2bf0f31c3dd4395fdfe028]

        INTEGRATION: CWS changefileheader (1.19.368); FILE MERGED 2008/04/01 15:50:12 thb 1.19.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.19.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cf4bbf9bef949ab4c229f164f6284d2a6ae39bf]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:41 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4304e1c52a329494be13f8d744342aa3e8e28071]

        INTEGRATION: CWS changefileheader (1.27.300); FILE MERGED 2008/04/01 15:30:39 thb 1.27.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.27.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.27.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce1415fd2b7fc90adecf0cf1b57a4236af902d1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:48 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d386c517051881d60aa8f756d9cc5a7296a2f85a]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 10:50:35 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33f4cb4a140b11ae7973f84faeccd4b90c41d69b]

        INTEGRATION: CWS changefileheader (1.12.188); FILE MERGED 2008/04/01 15:59:49 thb 1.12.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.12.188.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.12.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c22c2a2ed847ddc75563893ec0c9c2c27451615]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 13:04:46 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e94b85c606cc873649a2b225fe8c943c3eb12fe]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/31 15:59:41 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66253a5611aa36a531803a9318116ca55a330a1c]

        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>  [588ed4db24e1c62da988fc560fd26f884439723d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:48 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [706bfcf84a2868c116017348542aa19fe861ba92]

        INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/04/01 15:04:21 thb 1.12.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.12.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.12.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c4f1d5d12fb5bce9496deaa7fdd9ce293af6af1]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:12 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c9e8c32792bb57efff0bfa9499625146c6c536e]

        INTEGRATION: CWS changefileheader (1.19.58); FILE MERGED 2008/03/31 16:59:43 rt 1.19.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [602c761eb204e333145fc248d91bb3f6fdc0aa51]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/04/01 16:09:43 thb 1.7.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.7.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54b0b88cc8c772af6d5dd483b96bbe6e58c70072]

        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>  [167406a891a1c5daba8e7cc76d8d0d00f5df8288]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:59:49 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d2958b21e1232ea83e1d7a76d4f67321ee113b4]

        INTEGRATION: CWS changefileheader (1.17.60); FILE MERGED 2008/04/01 10:50:35 thb 1.17.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.17.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cba048b7883d74198079ba940a67117d01fb1eda]

        INTEGRATION: CWS changefileheader (1.4.214); FILE MERGED 2008/03/28 16:44:48 rt 1.4.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aabad37c875914773814236aeca6c37f8321c55]

        INTEGRATION: CWS changefileheader (1.19.18); FILE MERGED 2008/04/01 13:04:46 thb 1.19.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.19.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f66b45d992d625aad70cf55f5b3aafa477be611]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:41 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2cbd399a8b91527167719a207903ad2760f3900]

        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>  [12ba7600cf3bdaee7b69ec5ac72606a7e3c36035]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:59:43 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0faf5c6270238832130873193424391337c4b93e]

        INTEGRATION: CWS changefileheader (1.9.492); FILE MERGED 2008/04/01 15:30:39 thb 1.9.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:40 thb 1.9.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.9.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87910efe427c3d08cf75583455f72b857e579969]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:41 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0f02e66be551160e5450148ad87497b5b5d20c9]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:09:43 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eec70ac2a13f704596768b1b5673ec72c58db951]

        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>  [212faea74a64c6b1f39d1f8e8da6de1b07fdb1d2]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/03/31 13:58:43 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7059f084e3d9e5c20b71805980df30fb52517289]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 10:50:35 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:13 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5048c9c5e57d5320160825ec7d530d59b1d1deef]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:49 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebe009f6c528d66f55a07478fc39ca96251b3de7]

        INTEGRATION: CWS changefileheader (1.15.162); FILE MERGED 2008/04/01 16:09:42 thb 1.15.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.15.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.15.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50262dba848aa8b234254446970c7aab3982f0d7]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:48 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1416b9ca0b73b8dcd454512306587702e04ea1c1]

        INTEGRATION: CWS changefileheader (1.38.302); FILE MERGED 2008/03/31 17:15:13 rt 1.38.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1306ba1d4d90f5c5f51df0f776cc30e8610fee6d]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 12:48:04 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [849daa46d7c2a95102c41235d1160143b94314d9]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/04/01 10:50:35 thb 1.10.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68c801fae5f2b44d070c096cca044086a0ea5ddd]

        INTEGRATION: CWS changefileheader (1.2.406); FILE MERGED 2008/03/31 13:58:43 rt 1.2.406.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6edda00a3498d751476ad332cab73c056072d2cb]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:59:49 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7375de10a21ca1ce116880ca73bbbd57e78031e7]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 13:04:46 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43307b712e2e569fa00fa8672635b1a3c4cd570]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:44:48 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c53deb1f7706817eadc9a3388ebee6f2bf9ce4e]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:19:18 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e181721e1cd8036dd1d5f854367f0bd3ea2371d2]

        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>  [de5651d92d496ac8db406262a520838b9df8fbac]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:21 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0ef467da36d8e509e6408c0f0ba7623760dce43]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:49 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [993863782838fa68e7deb78c1d3f33febdb41f3f]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:44:48 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5564a8891bc5422633ffce46dad6c334a1ffb958]

        INTEGRATION: CWS changefileheader (1.35.18); FILE MERGED 2008/04/01 16:09:42 thb 1.35.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:46 thb 1.35.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.35.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce0642e406cf5f6b76c5c2e418c42a9864f7fd03]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:19:18 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8983e6bb48c6318d3692322cc403124dfd0dc1b6]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 15:30:39 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a317f759ef2d8ff3ed61b073d61dc82ebd004a85]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:35 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9af0695a8820d70c61a51e5b57f52b4c113ba8]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:49 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:59 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:43 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e9755d399758d9b8732fbdffa296630c1f60759]

        INTEGRATION: CWS changefileheader (1.5.406); FILE MERGED 2008/03/31 13:58:43 rt 1.5.406.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5e27d250b632a00cae8a5819dfac10731f2d83e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:48 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e4ecdf28c1d9b59744a1a63a9a477d8ba5e1561]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/04/01 16:09:42 thb 1.9.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.9.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a457b629cfa8fbc81ab2c33fce1a09f9fa3b1b4]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:40 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b483dc09a9b3a00c41ee89b744a2e2038cb975e1]

        INTEGRATION: CWS changefileheader (1.20.4); FILE MERGED 2008/04/01 15:50:12 thb 1.20.4.3: #i85898# Stripping all external header guards 2008/04/01 12:48:04 thb 1.20.4.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.20.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [807325f36f6250493e15939f1b1dfc58db0a9144]

        INTEGRATION: CWS changefileheader (1.35.192); FILE MERGED 2008/03/31 17:15:13 rt 1.35.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0412cc143dedbdab9e38feb9f8a05adab74cb17b]

        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>  [2c0e9704e290c27ffe0d24012f74bd7ba13c5036]

        INTEGRATION: CWS changefileheader (1.63.4); FILE MERGED 2008/04/01 15:59:49 thb 1.63.4.3: #i85898# Stripping all external header guards 2008/04/01 12:55:58 thb 1.63.4.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.63.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [785442f189a390882a879a3eabd2e5e5f80b1f2b]

        INTEGRATION: CWS changefileheader (1.23.18); FILE MERGED 2008/04/01 13:04:45 thb 1.23.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.23.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f16c09e3c426c4b04f2d57e7e689f97cb3f64c6]

        INTEGRATION: CWS changefileheader (1.4.938); FILE MERGED 2008/04/01 15:50:12 thb 1.4.938.2: #i85898# Stripping all external header guards 2008/03/31 14:19:18 rt 1.4.938.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [149e32deb262f8569aebea9b6719c1adfdbb71c7]

        INTEGRATION: CWS changefileheader (1.5.192); FILE MERGED 2008/03/31 17:15:13 rt 1.5.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c41deefd1c0e40f91efcb06f70bdc10360f2e200]

        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>  [3cf14676b3ebb8675c3cb60f91175ef58418b708]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 16:09:42 thb 1.8.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14de3e07f3e140617ccf28c83b117c1bbf4c3de9]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:55:58 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5713ecef5d00ba34e99a4a5ef7f0e724703fde09]

        INTEGRATION: CWS changefileheader (1.4.232); FILE MERGED 2008/04/01 12:39:14 thb 1.4.232.2: #i85898# Stripping all external header guards 2008/03/31 13:58:43 rt 1.4.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e961fc537b6a33cf612db90a8776b0f0e2eddd96]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:48 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5a9eea0cdafab6f81375c42737944ed514d6f6a]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:40 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cc9476bb725b3b2615a29b68ebdd51451d0269e]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/04/01 15:50:12 thb 1.6.732.3: #i85898# Stripping all external header guards 2008/04/01 12:48:04 thb 1.6.732.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64a692c3effab0a698adc8423ee78de70b856e33]

        INTEGRATION: CWS changefileheader (1.24.492); FILE MERGED 2008/04/01 15:30:39 thb 1.24.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:13 rt 1.24.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f4de054edfc53332f27a678a0973f4c512da2d4]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 15:04:20 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05f994d8cbacb95c2608c2e5d7fd9c078a9f81cb]

        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>  [aa74abd32e476565c676bdd8f7daadf5496741d0]

        INTEGRATION: CWS changefileheader (1.13.18); FILE MERGED 2008/04/01 16:09:42 thb 1.13.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.13.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.13.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d23fce7bcd07ce40ac96eb05bc134e6c21d7246d]

        INTEGRATION: CWS changefileheader (1.41.36); FILE MERGED 2008/04/01 15:59:48 thb 1.41.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:58 thb 1.41.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.41.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5013c6ba6fa29e2d4a2c6b98a916e5d3ee520c3e]

        INTEGRATION: CWS changefileheader (1.4.852); FILE MERGED 2008/04/01 15:50:12 thb 1.4.852.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.4.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fd3ca67f2a5dd0705313f3cef2017a510792c20]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:15:13 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83d03d1b3430d9773ba9f2a1287bae78a60350b3]

        INTEGRATION: CWS changefileheader (1.4.250); FILE MERGED 2008/03/31 13:58:42 rt 1.4.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53f74db4aa3aa9592568e928e6dc3db68976c209]

        INTEGRATION: CWS changefileheader (1.10.60); FILE MERGED 2008/04/01 10:50:35 thb 1.10.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.10.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbe1cce492146835fdfb76ff600795a6afe28196]

        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>  [f9118d1127e3c389ac2fb91bfc51f591649bae83]

        INTEGRATION: CWS changefileheader (1.28.18); FILE MERGED 2008/04/01 16:09:42 thb 1.28.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.28.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.28.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d650dbc887e8241b00a79805ce8957cbe1e8a79]

        INTEGRATION: CWS changefileheader (1.40.36); FILE MERGED 2008/04/01 15:59:48 thb 1.40.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:57 thb 1.40.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.40.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88904e92489cbfb42ae239a5493e4319f5c99eec]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:48 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [447039891df8e5b5512a86f441af13eb7ad1900a]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:11 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:03 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c03f28182277fe76cda217951702202ed805d77]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 17:15:12 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbd1d95e100b2ee12adce5b51f7fe027d0afda81]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:40 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9f68e55307ae8a13a099130176186753b0ce8f1]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:44:12 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [074c40317daf57b1f24e9cf7a330cc584210ab45]

        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>  [32b20a90182ac7c752bb3fd11cabbd3da32494f9]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:45 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46e20b7894f82de5c86797a1eceb23d883b27dca]

        INTEGRATION: CWS changefileheader (1.29.178); FILE MERGED 2008/04/01 15:59:48 thb 1.29.178.3: #i85898# Stripping all external header guards 2008/04/01 12:55:57 thb 1.29.178.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.29.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [943c6c95ffb872f40250b2e3275758c8f4fe6611]

        INTEGRATION: CWS changefileheader (1.12.870); FILE MERGED 2008/03/31 14:19:17 rt 1.12.870.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77752367c5ce40dbfda95a7be93e435dbdfd1b72]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 17:15:12 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [375fd96ec709c390e71f44cd24f01c2880ea5aa1]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:40 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c05131e099b7aade75315861adaad2a2b196aead]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:35:49 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83a870a70b13142321bac8afe8bab0ba259b77a7]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 10:50:35 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c7f80d87a35590a313115aba642c3f8b9c4b379]

        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>  [9b29b744f25310ecef5bba3095aa3c3a3772767a]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:45 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9df169ad97ca20dcfbdeaef40f5da711ba6ed16d]

        INTEGRATION: CWS changefileheader (1.40.38); FILE MERGED 2008/04/01 15:59:48 thb 1.40.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:56 thb 1.40.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.40.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [797f0b3f3534c659f09e39e5a68bc606d67b5986]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:19:17 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a446d5d247ebc8aa610122b69b4e82d9fa874d1]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/04/01 15:30:38 thb 1.5.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:39 thb 1.5.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:12 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [794be26308d9782f5114d3e3fcbc6b528de161ad]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:49 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d23ef502caa208d4b3d6119a43a7c929b042c14]

        INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/04/01 15:04:20 thb 1.9.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.9.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.9.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12f2b3776145e3033e463bbf411fecc526957b61]

        INTEGRATION: CWS changefileheader (1.66.18); FILE MERGED 2008/04/01 16:09:42 thb 1.66.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.66.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:08 rt 1.66.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d7ba3a14b1a10b600195731b0a65d5b866c4e2d]

        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>  [ccb25b2d85019e5472dc85b46a0802316ff6afca]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:47 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb80e3a5c73737c56ef549d6861e6d8ad67fe878]

        INTEGRATION: CWS changefileheader (1.45.36); FILE MERGED 2008/04/01 15:59:48 thb 1.45.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:56 thb 1.45.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.45.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbbd8d41342ad5a451983bcabb11ec841543d88f]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:50:11 thb 1.8.700.3: #i85898# Stripping all external header guards 2008/04/01 12:48:03 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff968f8e5e4f770d504d58f638c87ad10afdb7ed]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:40 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bbc73e954f4371fbf2039fd36ad67a3f4df10e3]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:49 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:13 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e546adf3ca026cd5fea036753c94d972617cd6]

        INTEGRATION: CWS changefileheader (1.8.244); FILE MERGED 2008/03/31 17:15:12 rt 1.8.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83af1e10bc0ad0cd9fd68edef880cf817ab643a2]

        INTEGRATION: CWS changefileheader (1.18.60); FILE MERGED 2008/04/01 15:04:20 thb 1.18.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.18.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.18.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6281ef531517e6de4423295f1dd4e6df08f365a2]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:47 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [151d58be0a8bded192eb4f55863659724fb02147]

        INTEGRATION: CWS changefileheader (1.19.18); FILE MERGED 2008/04/01 16:09:42 thb 1.19.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.19.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.19.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9314df98bf6f7635ff12f7027ed2f24239451c42]

        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>  [b366a619a53729fc14ad6ad8ef3bddd26cc076ee]

        INTEGRATION: CWS changefileheader (1.21.36); FILE MERGED 2008/04/01 15:59:48 thb 1.21.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:56 thb 1.21.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.21.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4a0ee97c95bef8d952dae033f54fadc36a750f7]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:50:11 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:48:03 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02851b2dcebcf57ce79818a0de3a30f5922f3593]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:42 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bed13a8eb83a04a89937dd4400428e243c5fa1f]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/03/31 17:15:10 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a61ca155c3df50f943bf358dee93f00892128ff5]

        INTEGRATION: CWS changefileheader (1.17.94); FILE MERGED 2008/04/01 15:04:20 thb 1.17.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.17.94.2: #i85898# Stripping all external header guards 2008/03/28 16:44:12 rt 1.17.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c8423b48fcdbcf940e2dbd6c7195c3ebe9c59b]

        INTEGRATION: CWS changefileheader (1.22.18); FILE MERGED 2008/04/01 16:09:42 thb 1.22.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:45 thb 1.22.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.22.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [151a8e4eb60cc087921e3258bae383f75d1e6e99]

        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>  [9fb463f994b73505758e0fba5e1f139c1dcd805c]

        INTEGRATION: CWS changefileheader (1.35.242); FILE MERGED 2008/04/01 15:59:48 thb 1.35.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:56 thb 1.35.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:42 rt 1.35.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58f89118e9de015a5a41b69cb1f89ad87c15a192]

        INTEGRATION: CWS changefileheader (1.5.732); FILE MERGED 2008/04/01 12:48:03 thb 1.5.732.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.5.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e34040c85087e301e2d664d7d081d6965f44df4]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:49 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7300c99dc99a4d67f9d41762444e551dd402e11]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:30:38 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:10 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7692d21513b8d20daaac8e027ed19c7c9c809c6c]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 15:04:20 thb 1.5.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:35 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [339f0c7250514309db639b3bed5cc1c6456a6a79]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:44:47 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e3b0c313a42dc50442c242f6b2df814d59658a9]

        INTEGRATION: CWS changefileheader (1.64.18); FILE MERGED 2008/04/01 16:09:41 thb 1.64.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:44 thb 1.64.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.64.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24bb7a394f9a261e5ee58e4de91d0580dee605c0]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:59:48 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccef6c8bb6c35bcc6ea7addb2c48ffeaf0610190]

        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>  [f48caec142d5a5ecfee9e9e14248272b2b300f7c]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:11 thb 1.7.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:02 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34ae079f58612d7e8567793de1b0afe48c48529b]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:48 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2991b3d1d744eed4031d5a44c0157f60546d710]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/03/31 17:15:10 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2128a375eec24417030aecfd748c7b8b4b4062ec]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/04/01 10:50:34 thb 1.7.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e69e3aedc27289f88a0796bed9bf3b0338ad015b]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:47 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6d381399f49c5c358305e4a3c87a7661979cc5b]

        INTEGRATION: CWS changefileheader (1.79.18); FILE MERGED 2008/04/01 16:09:41 thb 1.79.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:44 thb 1.79.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.79.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfcc0c161d7e477c082b4d996390f1b27001d57d]

        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>  [816cf9df28c937a4fc3f5b04f7e49dbf1b514ac8]

        INTEGRATION: CWS changefileheader (1.36.242); FILE MERGED 2008/04/01 15:59:48 thb 1.36.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.36.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.36.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66995b6c6fef8dea86d048ae31982d80e43e1a69]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/04/01 12:48:02 thb 1.21.16.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaa129492c089c60b50fba0959bc27d3776be49a]

        INTEGRATION: CWS changefileheader (1.6.220); FILE MERGED 2008/04/01 15:35:48 thb 1.6.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.6.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [073d27cc881139695bd3c76df8d5e4ede885f570]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:40 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ace943ffb96a47d8277fb19b5ac8da12c5bbb59]

        INTEGRATION: CWS changefileheader (1.13.192); FILE MERGED 2008/03/31 17:15:10 rt 1.13.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aa8315cb277932593687cbc026bc8c7e810ffa6]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:11 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5c9d5d8564048bfee6d7fe6b733486964dad770]

        INTEGRATION: CWS changefileheader (1.30.28); FILE MERGED 2008/04/01 13:04:44 thb 1.30.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.30.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390ec97b42770abadaf69c465386373258612bd0]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:44:47 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1acb60d912a3f4b9c67ef226a6fa5288e483b7e6]

        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>  [9c12065c6ce07ff0a804aef63e82fe65e5ff76f4]

        INTEGRATION: CWS changefileheader (1.13.184); FILE MERGED 2008/04/01 15:59:48 thb 1.13.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.13.184.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.13.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e383b8ca3c1d673ccdc698a3ebd779f99914307]

        INTEGRATION: CWS changefileheader (1.2.452); FILE MERGED 2008/03/31 13:58:42 rt 1.2.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c851a2f02653671b79540c26d89448df573e22e]

        INTEGRATION: CWS changefileheader (1.8.164); FILE MERGED 2008/03/31 17:15:10 rt 1.8.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6e7f320d1a8da9fa4b45ba1208eee8e828753cc]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 10:50:34 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9acf2d953a73eaa27d023adb95170eb8796691ef]

        INTEGRATION: CWS changefileheader (1.11.212); FILE MERGED 2008/04/01 15:50:11 thb 1.11.212.3: #i85898# Stripping all external header guards 2008/04/01 12:48:02 thb 1.11.212.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.11.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab2031b6e6acdbbfe8cd20d0fbf6e3d8a1cf98d5]

        INTEGRATION: CWS changefileheader (1.57.18); FILE MERGED 2008/04/01 16:09:41 thb 1.57.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:44 thb 1.57.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.57.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a014c5896aa00a8a35bf71ffa6b05404e57a865c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:47 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f444088a19a240bcdd60c7c2e28bbc23f8ef78fb]

        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>  [f4cf11343b90de4a43889d55e58f1299eb4d60f6]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:48 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe5228a99ce2f6272abfc67d4c2c275f4eaa5639]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/04/01 15:35:47 thb 1.4.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:13 thb 1.4.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:42 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9be1085c49773cdcce414b854991bdd120fa46]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 17:15:10 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dc7ff81bb225fb08513e6cb5dcb670c60eee803]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:39 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d87eba131a1c0418b0f1e59f09c7848476facdaf]

        INTEGRATION: CWS changefileheader (1.4.1160); FILE MERGED 2008/04/01 12:48:02 thb 1.4.1160.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.4.1160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41c4870c5f248eb4b3b139d2d50486490e847c17]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 15:04:20 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30dd269aade9ee1898fa8cc345861ce6218e3d0c]

        INTEGRATION: CWS changefileheader (1.28.120); FILE MERGED 2008/04/01 16:09:41 thb 1.28.120.3: #i85898# Stripping all external header guards 2008/04/01 13:04:44 thb 1.28.120.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.28.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3b7ae7f6f76cf1da1a1fc2c7ee4967dd2b8414e]

        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>  [064b2bda7744454452a71653841aa9d22e689097]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:48 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fa78e47bec56adc384c9ab8bf334ac572d06a6d]

        INTEGRATION: CWS changefileheader (1.4.452); FILE MERGED 2008/03/31 13:58:42 rt 1.4.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7135ed949095ce7855efd85fe6af8f718e1d7e6]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:30:38 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:10 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [844bb47b5baae34291ddd6ae21b42ce42882ac66]

        INTEGRATION: CWS changefileheader (1.18.340); FILE MERGED 2008/04/01 15:50:11 thb 1.18.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:02 thb 1.18.340.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.18.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390524fe6043d3899fa1bd4434e842ccb9946144]

        INTEGRATION: CWS changefileheader (1.13.44); FILE MERGED 2008/04/01 10:50:34 thb 1.13.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.13.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b67057554c069c61c6236f6fd7e67c847ea3aa0f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02002808f225f73512de5fe6fa1da35e6400f166]

        INTEGRATION: CWS changefileheader (1.118.8); FILE MERGED 2008/04/01 16:09:41 thb 1.118.8.3: #i85898# Stripping all external header guards 2008/04/01 13:04:44 thb 1.118.8.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.118.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24abee0633a6a3e2b022c9f1cf54bd6e1aea8b8c]

        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>  [54712470758d082bf16a4401723bf1c5a46f756c]

        INTEGRATION: CWS changefileheader (1.83.30); FILE MERGED 2008/04/01 15:59:48 thb 1.83.30.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.83.30.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.83.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a55c43c16e10e53bc7b9954b92910afbaf571ce]

        INTEGRATION: CWS changefileheader (1.4.540); FILE MERGED 2008/03/31 13:58:42 rt 1.4.540.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f465e4ce48546eed744e834bfa02c227a8966d2]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 15:30:38 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:10 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59b1bd8bcfbba4fc83f056531cb97f8b6d349591]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:39 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [748c4dd562756a7ae9713bb1753ca4822b227707]

        INTEGRATION: CWS changefileheader (1.14.718); FILE MERGED 2008/04/01 15:59:47 thb 1.14.718.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.14.718.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.14.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e005ed53b170b2d5ba6a945a03f64139a16330e6]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:42 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45f6a26afd3a0e5bb4f2f1c786f0077b600dd5b2]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:44:11 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f30c30447905139393ed0c6ac27ab1aaead84819]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:15:10 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [399ef9f2c9a2c8fd94a9b3b322372e3f7970a98b]

        INTEGRATION: CWS changefileheader (1.39.18); FILE MERGED 2008/04/01 16:09:41 thb 1.39.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:43 thb 1.39.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.39.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7203894fce6204492cdf5650e3408cfc6320876]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:59:47 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf9234feb2b51ee663df56dff1085e902aec4e92]

        INTEGRATION: CWS changefileheader (1.6.852); FILE MERGED 2008/04/01 15:50:10 thb 1.6.852.3: #i85898# Stripping all external header guards 2008/04/01 12:48:02 thb 1.6.852.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.6.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd2db90a729a0b8bcdb0f533643e522136020625]

        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>  [b4f067b4aded32fe9ae5da7f55145130e867a8ae]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:11 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25959b255332e4344c8d7dab62a2773ab0c048b2]

        INTEGRATION: CWS changefileheader (1.97.18); FILE MERGED 2008/04/01 13:04:43 thb 1.97.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.97.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c18c19bfd4f0268e2272fa39217c97e37b1deba]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/03/31 17:15:10 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c542106237541ec2d322dc4de51fcd2311ea07ed]

        INTEGRATION: CWS changefileheader (1.2.452); FILE MERGED 2008/03/31 13:58:41 rt 1.2.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2125c3de9983b83b57a4a992936e6c363daee8b]

        INTEGRATION: CWS changefileheader (1.50.448); FILE MERGED 2008/03/31 16:59:41 rt 1.50.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19ebd7159ed288459318deb346a79e9af0809f27]

        INTEGRATION: CWS changefileheader (1.18.340); FILE MERGED 2008/04/01 15:50:10 thb 1.18.340.3: #i85898# Stripping all external header guards 2008/04/01 12:48:01 thb 1.18.340.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.18.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39974db42c2066e0f8715fa60563c088670695c6]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:39 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3488cbf1dd295ce3ff03afe0bba3bf6cdef9f2a]

        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>  [4e6ceee8b6d1118000f9caf1e42d715188d30812]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:46 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc3c2cb06eaef4fc5e7dbe7e586d843f7e400797]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:04:43 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ca3da64076a1271361f7f6ae4ffd32590320019]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:58:41 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebc58ccf4074a7ab134701d75eacd4e502f8f6c2]

        INTEGRATION: CWS changefileheader (1.16.300); FILE MERGED 2008/03/31 17:15:09 rt 1.16.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0dc237a4b7e0f3ffa639fb8c80c1d3706d39d4f]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:59:41 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55ee93dbbe6368e4ec160ae2ac491a9c07561dbf]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:10 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:01 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:17 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [479f0b756d5513bdc32bd159e6a7d3511dd3333a]

        INTEGRATION: CWS changefileheader (1.10.60); FILE MERGED 2008/04/01 10:50:34 thb 1.10.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:11 rt 1.10.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dc27a0acc750405265d41955b8ce2815ab38068]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:46 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a09494c2fd9cdaebffde866ed7a95b92c87cdf]

        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>  [7b4ffbd57a20e713ed4cf5c70cc22493bf538894]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:09:41 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:43 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aee913322aa5c32dfd4cbe50cc9040a7479ae1f5]

        INTEGRATION: CWS changefileheader (1.32.240); FILE MERGED 2008/03/31 17:15:09 rt 1.32.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f892a7c0f9e351a904658b1283f090b8b2e96f1]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/04/01 15:35:47 thb 1.5.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:39 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd32ffc1388488e81875d4438ebc80ba4ca3dd89]

        INTEGRATION: CWS changefileheader (1.17.318); FILE MERGED 2008/04/01 15:50:10 thb 1.17.318.3: #i85898# Stripping all external header guards 2008/04/01 12:48:01 thb 1.17.318.2: #i85898# Stripping all external header guards 2008/03/31 14:19:16 rt 1.17.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53da3718de953beff62778616b38f39ac6469075]

        INTEGRATION: CWS changefileheader (1.109.38); FILE MERGED 2008/04/01 15:59:47 thb 1.109.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:55 thb 1.109.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:41 rt 1.109.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b766b6245c6305c1f75da76c0ad2db9ae9c0557a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:46 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf5167f0b064224883e92115beb5f632c25a2606]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:44:10 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aa0b6fdb99dd30a339e5e711f25f56041589b0e]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:43 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [755b736eff39141f86a38843fc25d9918e321b1f]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:15:09 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08a031c8e04e15886e2f4d0135d39b5f62a033db]

        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>  [3bec428149fd91403b1a306e7714421459f7b3b0]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/04/01 15:35:46 thb 1.5.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:12 thb 1.5.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:39 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [472b3b6f882b142209b95a9be1f0b715755bde3e]

        INTEGRATION: CWS changefileheader (1.24.242); FILE MERGED 2008/04/01 15:59:47 thb 1.24.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:54 thb 1.24.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:40 rt 1.24.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d34b4432514bad3251c6236c44e335f229c4ef6]

        INTEGRATION: CWS changefileheader (1.10.368); FILE MERGED 2008/04/01 15:50:10 thb 1.10.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:01 thb 1.10.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:16 rt 1.10.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f864096d2b32db0d7ff55b6f69dede256310cb4a]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:10 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a62c786eeef3c5100e3b570254420e82c9b8123]

        INTEGRATION: CWS changefileheader (1.5.290); FILE MERGED 2008/04/01 13:04:43 thb 1.5.290.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.5.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da9aa5a4b11e77a23441f7699fe13367d4d190a9]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/03/31 17:15:09 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fa2e0b933b4069159c4f0a901d81153380c47af]

        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>  [25341b43229e125fe5651f9d9cb2898b9f625c23]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:46 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:39 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd9055c76fe52b455f9de4932e60fea4608aaab6]

        INTEGRATION: CWS changefileheader (1.30.16); FILE MERGED 2008/04/01 15:50:10 thb 1.30.16.3: #i85898# Stripping all external header guards 2008/04/01 12:48:01 thb 1.30.16.2: #i85898# Stripping all external header guards 2008/03/31 14:19:16 rt 1.30.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35c79c20cced44e201e96d1c4ade09bb9794979b]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 12:55:54 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:40 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59f77f8d5a74bf1f5c877508e620bb37ca1da137]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/28 16:44:10 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9f87b069d8a18a965d4ffa85adefeed40fd077a]

        INTEGRATION: CWS changefileheader (1.22.222); FILE MERGED 2008/03/31 16:28:07 rt 1.22.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [333f7b467441a8270fe91b21e2abcda32dc1043d]

        INTEGRATION: CWS changefileheader (1.11.492); FILE MERGED 2008/03/31 17:15:09 rt 1.11.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27466ff95d4cbe9e8bbf47e59bb16d92a30fc390]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 12:39:12 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:39 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee239626d244d0ee0697f5cd144edcbcb8492a30]

        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>  [ac1ffd68390a6a7dfc52252b4e0133bc5a31a8e6]

        INTEGRATION: CWS changefileheader (1.22.368); FILE MERGED 2008/04/01 15:50:10 thb 1.22.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.22.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:13 rt 1.22.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [302751267eb284cbe73ad9a552bb12b194365103]

        INTEGRATION: CWS changefileheader (1.57.34); FILE MERGED 2008/04/01 15:59:47 thb 1.57.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:54 thb 1.57.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:40 rt 1.57.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8ad4a492633e3957c40ce035bdff1b8450f80f4]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:04:20 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [217fd95abbf05e70bdaee3a1069257d8bbaf792c]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:46 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68e788cc6d2b40ec0da547f34e7715f4b2cebd3c]

        INTEGRATION: CWS changefileheader (1.57.34); FILE MERGED 2008/04/01 15:30:37 thb 1.57.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:39 thb 1.57.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:09 rt 1.57.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01032bd0b3304b7574261f503667711cc6ac7b16]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:43 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b47c8335e3793c7d6230f9644d318990912fba6f]

        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>  [8cce8773cad9c392d1dc46b39ffaa8f590837147]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:39 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31fa879f075898650ac4d3ff33f29090bf5d2103]

        INTEGRATION: CWS changefileheader (1.24.1256); FILE MERGED 2008/03/31 14:19:13 rt 1.24.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ada1faa9246c0aafc87ac4423abd3a321c414aff]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:19 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:34 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc112ea7a4bb81af3ce93455b17ae8db75e1e295]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:44:46 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c518e00864fd8d3c9c9abbd0391f5de1f60edd9d]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:59:40 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4bc705370aa28da8b94fcaf48369ee1aeeb8a76]

        INTEGRATION: CWS changefileheader (1.43.80); FILE MERGED 2008/04/01 15:30:37 thb 1.43.80.2: #i85898# Stripping all external header guards 2008/03/31 17:15:09 rt 1.43.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae923204213d8b6a2f1370a76319c1e1d991b054]

        INTEGRATION: CWS changefileheader (1.12.18); FILE MERGED 2008/04/01 16:09:41 thb 1.12.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:43 thb 1.12.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:07 rt 1.12.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37d6e6b1d6e0e4bcab92c852098027a26496d75f]

        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>  [ae925bc1541d639fc1906a71550757d91d5d5678]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:38 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdae56ac7df17be018dfdad59a8bf04a1039c988]

        INTEGRATION: CWS changefileheader (1.9.44); FILE MERGED 2008/04/01 15:04:19 thb 1.9.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:34 thb 1.9.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.9.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd4babef816567dde4205a6be16255258df2824f]

        INTEGRATION: CWS changefileheader (1.34.448); FILE MERGED 2008/03/31 16:59:40 rt 1.34.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b4f7ad81d9448b04114fd9bc8a1661b2542c033]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:39 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [001dbfa5e92274d1365c06a650c2e60c76fb559e]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:46 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9bb50264c29613c7a8c972d3ec4996adfd976d0]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:15:09 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de898e271e97b78a8ce3583906d18058f45dcec3]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/03/31 16:28:07 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01d62fe053ae289997445db5bf1e1f52106183fb]

        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>  [807b842c1ad94a3f9f3f370cf4cce087ccdf3364]

        INTEGRATION: CWS changefileheader (1.3.574); FILE MERGED 2008/03/31 13:58:38 rt 1.3.574.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4f2f8b9803cc5650658708fcd525052226f5d9d]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 15:04:19 thb 1.6.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:34 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [481fecc7d1066d0d166f3e5d14a00d42cfd4690c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:40 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [313084a10a92e84f32e439168568de92ec3cb9af]

        INTEGRATION: CWS changefileheader (1.19.156); FILE MERGED 2008/03/31 15:59:39 rt 1.19.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf86352239bff279008e9e815b30c4a9e9ddfe7e]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 15:50:10 thb 1.14.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:13 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7ed9bbd828f0736a4335bb84f5b87e59d8128ff]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 13:04:43 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [052ebd49d733ae029d49df087a79a0b9553332af]

        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>  [54e9670ed2ced6f078ef0775793a04f60ddc65b3]

        INTEGRATION: CWS changefileheader (1.13.44); FILE MERGED 2008/04/01 15:04:19 thb 1.13.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:34 thb 1.13.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:10 rt 1.13.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a497efea3f0fb8c9d83a9ed37df9fac5a783e7a]

        INTEGRATION: CWS changefileheader (1.68.14); FILE MERGED 2008/04/01 15:59:46 thb 1.68.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:53 thb 1.68.14.2: #i85898# Stripping all external header guards 2008/03/31 16:59:40 rt 1.68.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6db39d75c030e0d85163d12964f1dc7020535e04]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:39 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e4dc64fdecf908c96841b6bed5adad8e34c8ed5]

        INTEGRATION: CWS changefileheader (1.33.456); FILE MERGED 2008/03/31 14:19:12 rt 1.33.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fff6054e789b340affe11d7a14866c2785acefd7]

        INTEGRATION: CWS changefileheader (1.16.414); FILE MERGED 2008/03/31 17:15:09 rt 1.16.414.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7d87fa50e2da2a12e1ffa92d592d47f9e738a6a]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:43 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4635a5266f9553247675d1f945a8556ce477e042]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:38 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3332333e3882f032c51549a432b797b5134a9cab]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:04:19 thb 1.2.246.3: #i85898# Stripping all external header guards 2008/04/01 10:50:34 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aed048f010374db5f8b8928b20e66f99a230b079]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/03/31 16:59:40 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87a195a853a1df6885a11aa9b131d4463fab9cdf]

        INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/04/01 12:48:00 thb 1.15.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.15.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22ee001ae7f2ff6d62d1aa2877b645bdac68938d]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:15:09 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b9906f41b9915ded2205f6c113c5ffd9e32666f]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:09:40 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:42 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f0fcb96325b737ef6064c12e401329026813e8]

        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>  [03707dcf56a2aac31a1778de7416a600fcaad0cd]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:45 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c222d8d79d1acd2d4882c201f4e794b7311c92b5]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 10:50:34 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0b070174577f220980f5d9d1df507a6636a031b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:46 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9ea3b116f39c4836fd7026326ffaf16705ee0ab]

        INTEGRATION: CWS changefileheader (1.17.368); FILE MERGED 2008/04/01 15:50:09 thb 1.17.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.17.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.17.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b77b31622e5d85955d1c4f5134b3890e002a3609]

        INTEGRATION: CWS changefileheader (1.55.34); FILE MERGED 2008/04/01 15:30:37 thb 1.55.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:39 thb 1.55.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:09 rt 1.55.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a17d8db3a7c0dfed16aff86f64427cde60598e2]

        INTEGRATION: CWS changefileheader (1.9.172); FILE MERGED 2008/03/31 15:59:39 rt 1.9.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [919b13f3a898a3e1df7e3977017ff9764f603c69]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:42 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [632d5eff4cfbfcf45c13b8b992e31a479532f680]

        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>  [38527a8cdc2f32f8d8739fda822af3df2ba3046f]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:41 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:11 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e85f3bc40edbe2269973b6e85b3c873865a7c265]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:45 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62d5f269655c512e502b7dc8e31d8d422faa8db3]

        INTEGRATION: CWS changefileheader (1.25.36); FILE MERGED 2008/04/01 15:50:09 thb 1.25.36.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.25.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.25.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1ca57e2831df84b76e7b32ed71f28fc979fea1c]

        INTEGRATION: CWS changefileheader (1.76.34); FILE MERGED 2008/03/31 17:15:09 rt 1.76.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58bb7a992f61f5e4c71809789130939af0a3dc29]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/04/01 13:04:42 thb 1.4.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79c9349c14c29e476e3cfb9bee92367430782178]

        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>  [43b55e6ffb40eec4cdb554a4b5f8f6150741bdde]

        INTEGRATION: CWS changefileheader (1.11.36); FILE MERGED 2008/04/01 15:59:46 thb 1.11.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:53 thb 1.11.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:39 rt 1.11.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3554d0de6b945dc9cbec7c3358bac7d6f1c7275c]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/03/28 16:44:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9669d7a2590475bfbf38de6ff54dcaf6763a7a93]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/04/01 15:50:09 thb 1.12.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.12.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb65749ee7f529e679cb215503c2c5e876933a86]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:45 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a182ffdf43265f96fb0c36358f9fe8c815ea559]

        INTEGRATION: CWS changefileheader (1.37.240); FILE MERGED 2008/04/01 15:30:37 thb 1.37.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:38 thb 1.37.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:09 rt 1.37.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b329e787dff500024c17e028664f703968fa5150]

        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>  [bbc722aef7387d5bbb1e438f6ff4c6b91144dbc8]

        INTEGRATION: CWS changefileheader (1.19.18); FILE MERGED 2008/04/01 16:09:40 thb 1.19.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:42 thb 1.19.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.19.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4c95b4779c1ef22515b64d410519dc5d3d181aa]

        INTEGRATION: CWS changefileheader (1.36.448); FILE MERGED 2008/03/31 16:59:36 rt 1.36.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b482307fd9251d34b9fdd3e3947a8660c41fa53d]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:39:11 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [605ad2fd368c38caf97c98a2bbedfa05b3c4e741]

        INTEGRATION: CWS changefileheader (1.5.622); FILE MERGED 2008/04/01 15:50:09 thb 1.5.622.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.5.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.5.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [183050abd0d7297619d36e5fe75eef4062b082bd]

        INTEGRATION: CWS changefileheader (1.19.302); FILE MERGED 2008/04/01 12:36:38 thb 1.19.302.2: #i85898# Stripping all external header guards 2008/03/31 17:15:09 rt 1.19.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3140e36e72635d0f9d06d8d558c6bd52c147b1a5]

        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>  [5dfc29139e004e3ebe32c4db36fdaa69026c33fc]

        INTEGRATION: CWS changefileheader (1.22.18); FILE MERGED 2008/04/01 16:09:40 thb 1.22.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:42 thb 1.22.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.22.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [435934cca4d5031c60be3885efc11888184d0667]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:38 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [702510dca3193595361a4c8a3fb65a2c3648c0f9]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:59:36 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [182cc05ddb92058ef392cea2eb0e28be8b6d9bd0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:45 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5eb1139c1d7e5243b89078d5f230d542413ae0cd]

        INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED 2008/04/01 10:50:33 thb 1.3.170.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.3.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1f3856a2bb1b7ff589d223e60ec6e133d9e49d4]

        INTEGRATION: CWS changefileheader (1.22.212); FILE MERGED 2008/04/01 15:50:09 thb 1.22.212.3: #i85898# Stripping all external header guards 2008/04/01 12:48:00 thb 1.22.212.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.22.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22bd38f948b0cb253cd89826ecfcc08c15dbcbff]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:15:07 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e566a05572171e00d679d8e090c48f95cd28fc9]

        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>  [e2d34982917651cc9778ef6a0fb9fd25557023fc]

        INTEGRATION: CWS changefileheader (1.14.18); FILE MERGED 2008/04/01 16:09:40 thb 1.14.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:42 thb 1.14.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.14.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [527552a4a4c59842ab9f85aec50b602cbbc78cbe]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:59:43 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:53 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:36 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b80f8459d5710f618e54144ac5cbd2bb72158801]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:04:19 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b09022674adf5ca83be2e78a724994cd3458418]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:45 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [736dcbbd9bcfd7eccee11b71e396ed8d9e7d4b0c]

        INTEGRATION: CWS changefileheader (1.39.120); FILE MERGED 2008/04/01 15:50:09 thb 1.39.120.3: #i85898# Stripping all external header guards 2008/04/01 12:47:59 thb 1.39.120.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.39.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a423e1694fb55903af605ed7273daa7069f85a9]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:30:37 thb 1.6.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:38 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:07 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19a8f1682512cb3e3e611cd24a7dcebf1647014e]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:39:10 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:38 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0e2ddf0c8fbc84c61f77abd2a6d7825c07b8463]

        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>  [8ad05c962e8aa8cbdf86d3250de4606ebb19bacd]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 13:04:42 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a4ccb5ae3ee8e86777005f3c54449a7b66e049e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:38 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f42fbfe5be9d56fcee3915a84a92e496adc17dd]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:59:43 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:53 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 16:59:36 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4c4ddab81f638f512410437c74cc86c84e6cc65]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 10:50:33 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2953938e81c9a75a0fb7c043f0130305f5b3fa1e]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:44:45 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0ea53e88cae6270fd2aa31626cacb8c6aa13340]

        INTEGRATION: CWS changefileheader (1.16.212); FILE MERGED 2008/04/01 12:47:59 thb 1.16.212.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.16.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f48de2b6a5ac15c99929053b4b63ef5f37a0892]

        INTEGRATION: CWS changefileheader (1.41.88); FILE MERGED 2008/04/01 15:30:36 thb 1.41.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:38 thb 1.41.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.41.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ce2c1afe4b03704a05bd27063355ce685087391]

        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>  [f41eca0973b2613bacaf0e42db17231f486ea6f7]

        INTEGRATION: CWS changefileheader (1.18.18); FILE MERGED 2008/04/01 13:04:42 thb 1.18.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.18.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a476c6b9a39806e2feb24be846a007d0b1fd11b1]

        INTEGRATION: CWS changefileheader (1.15.114); FILE MERGED 2008/03/31 16:59:35 rt 1.15.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d26c0a0e51d260dd5398c610dd835daa47bee9dd]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:44:09 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [443b6ba76d1358f602d094db4edf199a4479d7f0]

        INTEGRATION: CWS changefileheader (1.47.318); FILE MERGED 2008/04/01 15:50:08 thb 1.47.318.3: #i85898# Stripping all external header guards 2008/04/01 12:47:59 thb 1.47.318.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.47.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [500e9f16e8b9ffb88121c8c43d9a60b128866058]

        INTEGRATION: CWS changefileheader (1.33.240); FILE MERGED 2008/04/01 15:30:36 thb 1.33.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:38 thb 1.33.240.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.33.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85d751317dcffbf575e0bd508a12a2b9e17e2b07]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 13:04:41 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e824bbf7fd96653ad94e6a54948e6c367487559b]

        INTEGRATION: CWS changefileheader (1.36.448); FILE MERGED 2008/03/31 16:59:35 rt 1.36.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bc0a474b9cdcf7c98612a6ea56a449de365623f]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:19 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:09 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0296d3c7d6011042031dab26c695a37e1a7a2f87]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:50:08 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4262c3ebda96b14cecec442ff47f70a3abb30945]

        INTEGRATION: CWS changefileheader (1.50.88); FILE MERGED 2008/04/01 15:30:36 thb 1.50.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:38 thb 1.50.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.50.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2675cd259065d170cdee800599334e95c972137]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:40 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:41 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [920345e4d050d3f14ea8460b5fb2358dd6b319ee]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:59:35 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27164c0178980d81631e1f5d020fb82688b3a33b]

        INTEGRATION: CWS changefileheader (1.10.44); FILE MERGED 2008/04/01 15:04:19 thb 1.10.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.10.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.10.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d79b8c29d0ff27442efe7dcecb3149ad854770cb]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:38 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:37 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eda9c634628e7b061e8514ca3d86a28a492175c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:45 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc4087045ac3ac54ab99edfe7fa8cd19f200c83c]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:47:59 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88949b7c89b92c9817ac3ae3a0cf47991e723528]

        INTEGRATION: CWS changefileheader (1.27.330); FILE MERGED 2008/04/01 15:30:36 thb 1.27.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.27.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.27.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f05ee62d8114448f7f8c496e986d2706c215f31]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 16:09:39 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [773ac595f72f9cc9b1a1e21743283729df81226a]

        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>  [79467dc673e9e3cb2a982a97676f9fdfd89f4517]

        INTEGRATION: CWS changefileheader (1.34.242); FILE MERGED 2008/04/01 15:59:43 thb 1.34.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:52 thb 1.34.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:35 rt 1.34.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2604d116fa874148b5beaba647444eaa280836d5]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/04/01 15:04:18 thb 1.7.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.7.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [735fddda2dc0505342f8972cc040f7dadf7c3072]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:45 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74fffdbbb373ba412c274f8dcb9e5b8a8f4d4bee]

        INTEGRATION: CWS changefileheader (1.7.368); FILE MERGED 2008/04/01 15:50:08 thb 1.7.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.7.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bd9ff61a75972f6ff3984096bc7b43290b1b1c8]

        INTEGRATION: CWS changefileheader (1.25.300); FILE MERGED 2008/04/01 15:30:36 thb 1.25.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.25.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.25.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5756b92e4db0da21f147ab8eb4b83ee0a0c1d5ba]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:37 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:19 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4705837d79aed3da2400838c0456999bf9d6671]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/04/01 16:09:39 thb 1.12.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:41 thb 1.12.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd01b298e7f681402ae5054d6c4d3b237a1153e9]

        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>  [0c9d0c4e8e27417096543ec4a04cff9bfa31eb05]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:38 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebeaefb700f9f42e5b9ddf027ac19732b222f8e1]

        INTEGRATION: CWS changefileheader (1.19.448); FILE MERGED 2008/03/31 16:59:35 rt 1.19.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [241cb3c7e6c47b3e2fbab2cca4af2687b9a8466e]

        INTEGRATION: CWS changefileheader (1.18.44); FILE MERGED 2008/04/01 10:50:33 thb 1.18.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.18.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0644e2217496dc9e39e9794e093e9d8e30832e2]

        INTEGRATION: CWS changefileheader (1.23.368); FILE MERGED 2008/04/01 15:50:08 thb 1.23.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:59 thb 1.23.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.23.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6251aac3a645abc0d8ec42066c6e0f364b11f969]

        INTEGRATION: CWS changefileheader (1.20.300); FILE MERGED 2008/04/01 15:30:36 thb 1.20.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.20.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.20.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9095e90ad5accbdc15c24b327ba350efb8b47ab6]

        INTEGRATION: CWS changefileheader (1.15.162); FILE MERGED 2008/04/01 16:09:39 thb 1.15.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:40 thb 1.15.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.15.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c947fda5385065106d2e7db885898f5612f0c57]

        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>  [6b84e09ce992cf6c0da39635fd62bf8f3779a0f4]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:43 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:52 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:35 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ee856c42de22dca00c3d287bd22738820dab18a]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:38 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [309863a0c09b1aea309b25c218b62f714668075f]

        INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:04:18 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.3.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [572ad84bcc4a15e8d8b3428b58ac619f62e56417]

        INTEGRATION: CWS changefileheader (1.12.368); FILE MERGED 2008/03/31 14:19:12 rt 1.12.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87d02a2579e2fa3fd963e881964abc4c253a65e5]

        INTEGRATION: CWS changefileheader (1.18.388); FILE MERGED 2008/04/01 15:30:35 thb 1.18.388.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.18.388.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.18.388.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6043b4867a9acdbd4cfe6e1f1b5b599ebd2629d7]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:19 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69fa8fcbc9133b457e57e516a89b8f48e8582d7b]

        INTEGRATION: CWS changefileheader (1.14.104); FILE MERGED 2008/04/01 16:09:39 thb 1.14.104.3: #i85898# Stripping all external header guards 2008/04/01 13:04:40 thb 1.14.104.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.14.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b26a6f635e94afcbb4371c3da6b4458119116a12]

        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>  [7eb8729eb6c5768a9cc9504d5791392c98655922]

        INTEGRATION: CWS changefileheader (1.24.448); FILE MERGED 2008/03/31 16:59:35 rt 1.24.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [368552775db53d03f95afa279b8e481d4a842a9b]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:08 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8be2bbec754923497427359de0cb0b3ac80bf43c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:44 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eefe2015f2dda1798ef7e1d61961f652eb9266db]

        INTEGRATION: CWS changefileheader (1.21.330); FILE MERGED 2008/04/01 15:30:35 thb 1.21.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.21.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.21.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [331b9f35cfc6f3e8a072b30739e215ab7aad65bf]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 12:47:58 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [730955c692244fa7a594abe0c9e01747236ea319]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/03/31 13:58:19 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e739c1f536c71565412d42907d0f34c802ae1c2a]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:39 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:40 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a9b40fc230cd6e93f886dfbeb97170d5d6682ad]

        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>  [1285e3bc33e03d7b628e1089766a6b2d0949e932]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:35 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb9714266481f193c74358d41cbcd1b28c6902a2]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:18 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d09298efe7ade45d660b19b89f59aa26258833b3]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:44:44 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a653b0bdd203e47688496a6a33321dba364021c2]

        INTEGRATION: CWS changefileheader (1.16.300); FILE MERGED 2008/04/01 15:30:35 thb 1.16.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:37 thb 1.16.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.16.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03a35556bc612d88ecbeb0c3ee66bf0491e8dbec]

        INTEGRATION: CWS changefileheader (1.52.36); FILE MERGED 2008/04/01 15:50:08 thb 1.52.36.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.52.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:12 rt 1.52.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37569aff05b38689248566d8e1e716463ab97beb]

        INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/04/01 16:09:38 thb 1.10.50.3: #i85898# Stripping all external header guards 2008/04/01 13:04:40 thb 1.10.50.2: #i85898# Stripping all external header guards 2008/03/31 16:28:06 rt 1.10.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78abdc3b9eeed0a4d29d0841de6f4e8bc168378]

        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>  [ad72996024060dd623cfb2d6f1b29a76410eb705]

        INTEGRATION: CWS changefileheader (1.8.438); FILE MERGED 2008/04/01 12:55:52 thb 1.8.438.2: #i85898# Stripping all external header guards 2008/03/31 16:59:35 rt 1.8.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8850132a5ab0adef256fed50f1f63a98ed3e5afd]

        INTEGRATION: CWS changefileheader (1.37.88); FILE MERGED 2008/03/31 17:15:06 rt 1.37.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f1671a6a36ddce5ea4c0c6ebf978370615ef84e]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:35:37 thb 1.2.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:19 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c86f09e358b6b505eab3509985ce522e26ec3c1]

        INTEGRATION: CWS changefileheader (1.6.732); FILE MERGED 2008/03/31 14:19:12 rt 1.6.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15abe8d86295cbc66d9c78fc34b3828b63749739]

        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>  [9428f833ad2489998e9d8b4539e0e6a82d148894]

        INTEGRATION: CWS changefileheader (1.47.162); FILE MERGED 2008/04/01 16:09:38 thb 1.47.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:39 thb 1.47.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:05 rt 1.47.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d9d5cf65cd8657e906290ad799cf35c5bb80fc0]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:59:34 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46a22411618ed35074244fc54bf32de8d85b6946]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/03/28 16:44:08 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01bf6371286ea94928d41b4e4ca20b53c314b53d]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 12:36:36 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [574737b6a58f3b08f3f67017fe170ef87fcad74c]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:44:44 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3845fd56d8281bcef962e58306ac8d8b52470238]

        INTEGRATION: CWS changefileheader (1.6.470); FILE MERGED 2008/03/31 13:58:19 rt 1.6.470.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dff9d31faaf2c669fa521f566a4c1d73fe11b73b]

        INTEGRATION: CWS changefileheader (1.11.852); FILE MERGED 2008/04/01 15:50:08 thb 1.11.852.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.11.852.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.11.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [610de481af92a38a67dee84eccd934559c212a75]

        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>  [5181280c34eb84933aef2b699bf760feac653f52]

        INTEGRATION: CWS changefileheader (1.123.16); FILE MERGED 2008/04/01 16:09:37 thb 1.123.16.3: #i85898# Stripping all external header guards 2008/04/01 13:04:38 thb 1.123.16.2: #i85898# Stripping all external header guards 2008/03/31 16:28:05 rt 1.123.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1a97fb547b38d91d14ca6e5ef4878f1c9af06a4]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:34 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94b40ed41614182d110c21d61ce03fe45c2a310d]

        INTEGRATION: CWS changefileheader (1.16.20); FILE MERGED 2008/04/01 15:04:18 thb 1.16.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.16.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.16.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be34795fcc3187baf807d017bffc081ee22d4d7c]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:38 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9be2d6b2a5caabdb1c90f6070b86c44c6edfcc99]

        INTEGRATION: CWS changefileheader (1.74.34); FILE MERGED 2008/04/01 15:30:35 thb 1.74.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.74.34.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.74.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [902ff224efe31eb3b6018830eb9bf6bcbabbbe7e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:44 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33d24716adb3524778a6d0302452ed1e4431ef03]

        INTEGRATION: CWS changefileheader (1.15.368); FILE MERGED 2008/04/01 15:50:08 thb 1.15.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.15.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.15.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61d59d74fcfac5896163de02334a397de67335e6]

        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>  [573640369e244486458b9ef56da9f5c3cad9fee1]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:37 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:38 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:05 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [212f8d09c55a1232bd3df0e680a53fe932f48e94]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:42 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:52 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:34 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [352f8864899072567b4b71ea019891ff6c993acc]

        INTEGRATION: CWS changefileheader (1.21.314); FILE MERGED 2008/04/01 15:35:36 thb 1.21.314.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.21.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92ef9a1e5172e7284588e3835a7d5e334e5b35ea]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:37 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0192e11fba7f62d022d968adf76ecffd07de0bd5]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:18 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f81ee01daa5f7fad964c0682625fd4761ccb0378]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:44:44 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f70420bed7482f1aefb8184e88a616d4f159af69]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/04/01 15:30:35 thb 1.14.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.14.88.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6cc937141d5b4cde4e040cf119109221eafa814]

        INTEGRATION: CWS changefileheader (1.18.368); FILE MERGED 2008/04/01 12:47:58 thb 1.18.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.18.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4488d4eb01ba7e67e6043b7c8b72d8760ba24c6]

        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>  [04767f01b338c136b3637506a29bc8ce80f5956b]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 16:28:05 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4defba64fd85c57a6769fc3e0d8351ae16bb9000]

        INTEGRATION: CWS changefileheader (1.23.448); FILE MERGED 2008/03/31 16:59:34 rt 1.23.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84915c8cf58851ef828c6379fcccf413b1b97e09]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:36 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5cdb0fd75fb638ff6329a938117ee79f618afcf]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 15:04:18 thb 1.6.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5ee5095d27ccff1ce886a0ef5aae1b0790f2e26]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:37 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac49833976d9d21695c0f048ca98f8c5a35fcce6]

        INTEGRATION: CWS changefileheader (1.21.300); FILE MERGED 2008/04/01 15:30:35 thb 1.21.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.21.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.21.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [931b6566ed26f69947fd4c5e61701e6f94ebf3ec]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:50:08 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6394505b947dc51f129c34acffce1570f4168d]

        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>  [ef17ccf3f5f90c012385995e26ce83bceee6dec8]

        INTEGRATION: CWS changefileheader (1.106.18); FILE MERGED 2008/04/01 16:09:36 thb 1.106.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:38 thb 1.106.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:05 rt 1.106.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ca18e1a3993fb9578120c3ed1e992aff1f99862]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 13:58:18 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2073d297f8ada20010723f131a7519d8d872ef53]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 15:04:18 thb 1.5.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:33 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2fbfb485ffd78b4d84ebe24ea1ac3fe62087b2e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:37 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6985a6628c99522cbb1342b0ec685dcb6b5b886e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:44 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47f85a7ae63862087704c50218a27890bb922469]

        INTEGRATION: CWS changefileheader (1.32.330); FILE MERGED 2008/04/01 15:30:34 thb 1.32.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.32.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.32.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a7163dffdca1a3bd521affdef883237f64b3fc8]

        INTEGRATION: CWS changefileheader (1.21.368); FILE MERGED 2008/04/01 15:50:08 thb 1.21.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.21.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.21.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f22f17045e850020d60e9c7e70da7b219bd2cd0]

        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>  [0b58840b97cc462140e22f1599afc2a2948ac2f6]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:04:38 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:05 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aa56349faa83be69f089e1e767bdad3e079efaa]

        INTEGRATION: CWS changefileheader (1.8.438); FILE MERGED 2008/04/01 12:55:52 thb 1.8.438.2: #i85898# Stripping all external header guards 2008/03/31 16:59:34 rt 1.8.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba31851a48809b9d76df4fc702d576cec65556ca]

        INTEGRATION: CWS changefileheader (1.5.108); FILE MERGED 2008/03/31 13:58:18 rt 1.5.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac1534865ca58efc5ef79d021b816b060ba578b3]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/04/01 10:50:33 thb 1.8.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60f7d528d096743ddd66b4028f382eccc5417120]

        INTEGRATION: CWS changefileheader (1.21.320); FILE MERGED 2008/04/01 15:30:34 thb 1.21.320.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.21.320.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.21.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e0b3a78330c709bdb384a766c4d7955457c8ca7]

        INTEGRATION: CWS changefileheader (1.14.368); FILE MERGED 2008/04/01 12:47:58 thb 1.14.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.14.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3af5d8fd955eeeae1a56650e9b6964ce44e55da4]

        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>  [036fc0fa9a6901938312907faede0ec33be11bb8]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 16:59:34 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe3f8e576a12dcfd8dc0ecf9f12c7d77d9896c44]

        INTEGRATION: CWS changefileheader (1.136.18); FILE MERGED 2008/04/01 16:09:36 thb 1.136.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:37 thb 1.136.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.136.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [568c45c680ccac8f2db4b600e068f365cdfc0b2f]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:35 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de41fb172cfb318954afe466b2f5dfacf9673297]

        INTEGRATION: CWS changefileheader (1.21.32); FILE MERGED 2008/04/01 10:50:33 thb 1.21.32.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.21.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3fa9440b9d4dfbecdc7b54811cdfe0c797ea71e]

        INTEGRATION: CWS changefileheader (1.32.300); FILE MERGED 2008/04/01 15:30:34 thb 1.32.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:36 thb 1.32.300.2: #i85898# Stripping all external header guards 2008/03/31 17:15:06 rt 1.32.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40f3e3946ee6abdecb9a28445fe427915c8a38e1]

        INTEGRATION: CWS changefileheader (1.8.368); FILE MERGED 2008/04/01 15:50:08 thb 1.8.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:58 thb 1.8.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.8.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2315ecb512b8ce640842a1f83934349957ead2d7]

        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>  [5d5b4b969d0c2e50340852ab819e02e29565b61b]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 13:58:18 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58815b18aac54a749eae7464435c953e4860ac24]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/04/01 16:09:36 thb 1.7.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:37 thb 1.7.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b034ba8d00f9b550e496edda757c6fdff9d7138e]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:04:18 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90e530a5c5bbb4fbc3f90e4625cd04c3a7f2b527]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621ef14ad44f40834c80791079db236f6fc9fe30]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:34 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b960421b2be6ea29d5543ab64e19b4ae326d269a]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:18 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe2e2d85a3c3936cb600a7d0e7020b8bcec8f276]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:43 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed03ecadca92b3897b8361274ea29b3e07460f1c]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/03/31 16:28:04 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13fc966a92352cee5cda1093c8cedccd1ff078c3]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/03/31 13:58:18 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a0be7a8e98dfc068f28c7d73e51d3bc61b7fc64]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:43 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc236a3e78c39e027127e32804184a89f7d43462]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:37 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2b6d2cc56807ee4c130cf9b62e944f2e8da7114]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:32 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11bf5cdf325f09119a8a4d4eef4aef1c4780025e]

        INTEGRATION: CWS changefileheader (1.16.18); FILE MERGED 2008/04/01 16:09:36 thb 1.16.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:37 thb 1.16.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.16.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abceb51d4c12f41e4c8349eb04107bd91557f84a]

        INTEGRATION: CWS changefileheader (1.7.492); FILE MERGED 2008/03/31 17:15:06 rt 1.7.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc867ca82a24ad286ccef4354171c9e826634035]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:07 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82f5eabd551335e9e0cfde3a97f97a641e56c92c]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/03/31 13:58:18 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16369e2d19a625180d3841b54fac243513fc3204]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:37 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75077dc233f66bff2bfd04e359a2365d0b99ac4b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:43 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f22fc2279cc68e197f4b4c4025dda63674f16267]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 10:50:32 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:07 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2b9a37801d54111500fca761a67667d43ed1703]

        INTEGRATION: CWS changefileheader (1.68.24); FILE MERGED 2008/04/01 15:30:34 thb 1.68.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.68.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.68.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a183346c3384ee9009fe3add1f3b407d9cded1e6]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 15:50:07 thb 1.9.36.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [559609e79fcce909b78929413d22e921104a5ca0]

        INTEGRATION: CWS changefileheader (1.11.100); FILE MERGED 2008/04/01 15:35:34 thb 1.11.100.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.11.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a820609c244842876b2e78e182b2a45083b27c0]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 16:09:36 thb 1.10.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:37 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2db45f03ee4082c889b36b31522eb5265e9f84b]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/28 16:44:07 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8dbd5aeca7b1e7bc289e224860da9f5ed495288]

        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>  [fe5cba1e9f2a2709fc2f06a01a9d34ada9ad29ed]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/31 13:58:18 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3971039a8ccca8601f0b1a7d6ef06d4e8df28b7f]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/04/01 13:04:37 thb 1.5.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6a8630c7eb43989734b59b51da797e789f4c128]

        INTEGRATION: CWS changefileheader (1.21.778); FILE MERGED 2008/04/01 15:50:07 thb 1.21.778.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.21.778.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.21.778.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b5e6fc01974e4e968fd912de90517d90de95ca8]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 15:35:33 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [367d1a96a84cbe105d1d4d33c25a428d7e14be48]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:43 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dedfa26f4dbd13fad8dd444b934de6ac6db12ed1]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/04/01 16:09:35 thb 1.9.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:36 thb 1.9.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a58c9e4425e89233971dc5d6bfc63f46ffa2e0]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:18 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc5d69951c023b7fb8ea5fb35f239d03004e7648]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:04:17 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [147ce01ba7e769190f9f3d587684f4751836493e]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/04/01 15:30:34 thb 1.10.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47cfb80ab3f2309ea88b1cbfa7218ff23a0ffac6]

        INTEGRATION: CWS changefileheader (1.22.62); FILE MERGED 2008/04/01 16:09:35 thb 1.22.62.3: #i85898# Stripping all external header guards 2008/04/01 13:04:36 thb 1.22.62.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.22.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [724e4847257995f3d50098ffc7a3a1b8a5f7b220]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:36 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dff1ac2fc254738133922fce597940d6d46ad5e3]

        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>  [361082709ae756fad5e86468c805abb3acd631b2]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:35:33 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5962a9fa70b0179dcb3b2cf54339d22799cb8fa]

        INTEGRATION: CWS changefileheader (1.39.292); FILE MERGED 2008/04/01 15:30:34 thb 1.39.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.39.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.39.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb9bf2ba148af19ae0ce7f2a46ada74b4ab00610]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:17 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41c1748b95a18bcde645d46fbdbdfef1940004a2]

        INTEGRATION: CWS changefileheader (1.52.368); FILE MERGED 2008/04/01 15:50:07 thb 1.52.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.52.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.52.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a8b0322276b83398d4a0fcc7bb7549fbbc4fc07]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:36 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fed9b3301eeeef85b40169c33648a83b92bf14aa]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:18 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd761223cdffecc5c06e6347f7b95f1c63f6a959]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 10:50:32 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a529d3f25c39b30c5efb19f875c460e42530edf2]

        INTEGRATION: CWS changefileheader (1.31.34); FILE MERGED 2008/04/01 15:30:33 thb 1.31.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.31.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.31.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b81a6544a3bb8b05ffb230ddab059b14f6aab52]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:36 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe6b87bc7f429252ff349da4762563bb15c88dc]

        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>  [dbd731b2ebf000cf139f1b1214983101edd19ecd]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:35:33 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [711d08cf48d3b6ea35b3b66d96c37fe9bb3f2cdf]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:44:43 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da1592107e2e532dfdfb20609d62438c061b427a]

        INTEGRATION: CWS changefileheader (1.16.60); FILE MERGED 2008/04/01 10:50:32 thb 1.16.60.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.16.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea35b28a26b1cabd92685e49c60c4a3f89334a41]

        INTEGRATION: CWS changefileheader (1.7.238); FILE MERGED 2008/03/31 15:59:36 rt 1.7.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f47545c35cde1c9e142e4fa77a513b15e8984f2]

        INTEGRATION: CWS changefileheader (1.27.276); FILE MERGED 2008/03/31 16:28:04 rt 1.27.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bd339e52811c3ba93d36e8050694d54af85ec4d]

        INTEGRATION: CWS changefileheader (1.49.34); FILE MERGED 2008/04/01 15:30:33 thb 1.49.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.49.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.49.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cfb60df82b478572b1c5a929a4728a4d88f0797]

        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>  [163fc78ad95e5649d3241f03ba44ab661345c864]

        INTEGRATION: CWS changefileheader (1.31.448); FILE MERGED 2008/03/31 16:59:33 rt 1.31.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23f482c638f19161408c6d7447a95821fabe5e04]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:42 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8b9b5dbb522f061fada56b5aef20f2d6577d2fb]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/04/01 16:09:35 thb 1.4.300.3: #i85898# Stripping all external header guards 2008/04/01 13:04:36 thb 1.4.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8908d023ee6ff103e73bf3e30f8b1dcd8b22ca14]

        INTEGRATION: CWS changefileheader (1.34.16); FILE MERGED 2008/03/31 13:58:18 rt 1.34.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f202525c74c4540a6e1b944c59cf28924acbcaab]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:59:32 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06c8fb9dcd201b73c8d0e3f944430bc27d544a4e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:42 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9766e2aa267ae192dd7bf7dad11111c9b017f6ad]

        INTEGRATION: CWS changefileheader (1.25.202); FILE MERGED 2008/04/01 16:09:35 thb 1.25.202.3: #i85898# Stripping all external header guards 2008/04/01 13:04:35 thb 1.25.202.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.25.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dd6658e5d6bfd98dd5dafcbf47991344000762d]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:42 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:52 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:32 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5351e7dbb833c30abfed246e41c2d4264ad354d9]

        INTEGRATION: CWS changefileheader (1.27.34); FILE MERGED 2008/04/01 15:30:33 thb 1.27.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.27.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.27.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [717d5d5942ffb9f2d4bb6927c5ad2799fa30a688]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:44:42 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bb1a1d4dc671d6dfe61c4d62e2e9eefcf8eb24f]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:04:17 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbe92f5a4141bcb5f0b78292ce9618361293cc49]

        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>  [eb97e7e670f0bbc774bc7cb2b88c77da84f7b03d]

        INTEGRATION: CWS changefileheader (1.31.188); FILE MERGED 2008/03/31 16:59:32 rt 1.31.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67eb648ce61964553b8fe7541f61fb47077af019]

        INTEGRATION: CWS changefileheader (1.27.366); FILE MERGED 2008/04/01 15:50:07 thb 1.27.366.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.27.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.27.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29114a03b475e7d24bc0bad3286eae976cb36161]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:42 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2491d2e4142e9f24ac3294214676c9e9f1973d94]

        INTEGRATION: CWS changefileheader (1.15.18); FILE MERGED 2008/04/01 16:09:35 thb 1.15.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:35 thb 1.15.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.15.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a4ffac9a2714fc3e64ff71a1a5afd2063c5c854]

        INTEGRATION: CWS changefileheader (1.62.24); FILE MERGED 2008/04/01 15:30:33 thb 1.62.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.62.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.62.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddff61623ea86b1cb37438539cf2ad177ac47768]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:32 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57b03a237cf01eedea0cabc99df14bdf51fa5d51]

        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>  [a90a5802d35d3c03cc31e340c3f99294d88263d8]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/04/01 15:04:17 thb 1.8.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.8.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80c6a65d67e8fd5133d93ec5c591b371a234be20]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:35:33 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f4a2ea5ee7dd49294d132c3bf34528d5862ad1d]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:42 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf1af4d6822022b2ac232b4022344e9cd303183f]

        INTEGRATION: CWS changefileheader (1.17.18); FILE MERGED 2008/04/01 16:09:34 thb 1.17.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:35 thb 1.17.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.17.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [089900e80decab606f7ecbba6d7cf38942c9bd15]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:42 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:32 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [663eab45ac2f345c2c844aa37d77a75d5b86b359]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 13:58:18 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e5146f06b453fdbbc652856d4bf1251c2df2e8e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b07d711a6bb0171fa27eb37ae17b5c1703e4a4d]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:36 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79a5176d6f44d871828e57cd7590039e8a7098d4]

        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>  [9681509fbfe3c727f9e7ec49417901d20a835d93]

        INTEGRATION: CWS changefileheader (1.28.448); FILE MERGED 2008/03/31 16:59:32 rt 1.28.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73b702b19b581a0a3cd3cdd8ef43569fd591f33d]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:44:42 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7be438f5358f4662f88b3d27261e9f4aae099de8]

        INTEGRATION: CWS changefileheader (1.4.116); FILE MERGED 2008/04/01 15:04:17 thb 1.4.116.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.4.116.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.4.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7de06debd4a8329db7e8e4d3f95402626b95d195]

        INTEGRATION: CWS changefileheader (1.26.366); FILE MERGED 2008/04/01 15:50:07 thb 1.26.366.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.26.366.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.26.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d940c6ef52dd9d11872de652bd46349d57f327a0]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/04/01 13:04:35 thb 1.5.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32391c01244340d70f66a9e47b5592045be841e1]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:59:32 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ae622e7be653d0b1095bd7bb526a1e0dc806603]

        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>  [0a36a0fc152d04a3b7daaff003e1f7432691a2ec]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:44:42 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2fe14c8afb1e9de251364b1f4d5686f1a546038]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:33 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b026183f6105f5b42421fe534b1e21ac7b1b4eb6]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:36 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c59ede2f5079b8c535428f331a70b62c16a5c4ee]

        INTEGRATION: CWS changefileheader (1.30.330); FILE MERGED 2008/04/01 15:30:33 thb 1.30.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.30.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d935a3a47aee8101d357e2dd1749e934fcc7eac]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:59:42 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:52 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:32 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [763be97144b837d82f85b687481767955c485a87]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/04/01 13:04:34 thb 1.4.300.2: #i85898# Stripping all external header guards 2008/03/31 16:28:04 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5e3f2204aca347a8ccc77498a5df60c16d9a35d]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 15:35:32 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e3b0f2165975c022af6248bc906fdb1b336be0e]

        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>  [7926bc2892e3c948d1a3d8a46e3edee885b4d113]

        INTEGRATION: CWS changefileheader (1.20.448); FILE MERGED 2008/03/31 16:59:32 rt 1.20.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23f6bf7cff0a10785d7b10939b2fd6fddc228811]

        INTEGRATION: CWS changefileheader (1.9.74); FILE MERGED 2008/04/01 15:04:17 thb 1.9.74.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.9.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3ac6c915d12100e8f84eb03e1c4083974becf79]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 13:04:34 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:03 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc078fe87c26764e42889c419a5932006d4e375b]

        INTEGRATION: CWS changefileheader (1.16.368); FILE MERGED 2008/04/01 15:50:06 thb 1.16.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:57 thb 1.16.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:11 rt 1.16.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0c8a8f92d02090f0452305f5d4bac30aaa09a58]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:32 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcab06889ecf5b9ec282d74aac9003b3a53b6502]

        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>  [3a61b11e25fac50f04fd33ff2d99915bbae315f0]

        INTEGRATION: CWS changefileheader (1.67.34); FILE MERGED 2008/04/01 15:30:33 thb 1.67.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.67.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.67.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64f41180b9bbde8efa38c90e6360110d8d8d6f85]

        INTEGRATION: CWS changefileheader (1.14.70); FILE MERGED 2008/04/01 15:04:17 thb 1.14.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.14.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.14.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2e2913ee5d916f7dd5ba2dd9e9697b98011b21c]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:34 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:34 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:03 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b7b89807dba7ee18d8f38aed766231438f9c18a]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:19:11 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc36f9122fe154bf3031882083f38e10b1aac3fb]

        INTEGRATION: CWS changefileheader (1.15.134); FILE MERGED 2008/04/01 15:35:32 thb 1.15.134.3: #i85898# Stripping all external header guards 2008/04/01 12:39:09 thb 1.15.134.2: #i85898# Stripping all external header guards 2008/03/31 13:58:18 rt 1.15.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2b60ab6f691249898f1a892139bb8ca893295c9]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:33 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f69d55e67fe6713e81bcef168a58493a674f8c2]

        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>  [1bd51f08038871cc8eeaf7b8978db3e821cc4a29]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:16 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d7623b1c91716a6ad9b222cf395d75f872f76b9]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:42 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:51 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:32 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [535e3acaad6cbb8587ff037e68a18b8bdd8ad5e7]

        INTEGRATION: CWS changefileheader (1.29.162); FILE MERGED 2008/04/01 16:09:34 thb 1.29.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:34 thb 1.29.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:03 rt 1.29.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e06b5811ef3bfd84d5c1908e0d7c04ac372ca5d]

        INTEGRATION: CWS changefileheader (1.7.100); FILE MERGED 2008/03/31 13:58:17 rt 1.7.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1fe2288611cbc3cc2ee434fd8f1540e8db3c5bf]

        INTEGRATION: CWS changefileheader (1.17.292); FILE MERGED 2008/04/01 15:30:33 thb 1.17.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:35 thb 1.17.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.17.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8a1ffc7c62085cf09154f9a3177eec17a75a647]

        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>  [8296a7efbb1f6894f77b41c925e961a8e40cfe46]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:06 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d84345d8577bb6e83d4a1b9b1e9444b7e7eb8be]

        INTEGRATION: CWS changefileheader (1.35.448); FILE MERGED 2008/03/31 16:59:32 rt 1.35.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [280b441b2fbc6f664dea0e44e0c8d8b89335f51b]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/03/31 14:19:11 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f092910f41e7d13dc435b73d70890ebd772697e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:41 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16918c4cbfacf2e8262971e96a31e98566c26748]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:32 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9de4d229c844bacb51b1441f49f4b1ec7ea1e993]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:33 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:59 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bf1962b671f905f0fa0eb364d8a7dacb6c55b9d]

        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>  [9fd079250c0ede1375ec9ba01783b70c0556cf52]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:44:05 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d07e1e37aa6d3e1441a61d5d5a3f2bbc102d68]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:41 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e31354274e4ea734530dc7749dc7285ceee9e69]

        INTEGRATION: CWS changefileheader (1.31.50); FILE MERGED 2008/03/31 14:19:10 rt 1.31.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0567a43960f4025b0c2bf148022138264e841eb5]

        INTEGRATION: CWS changefileheader (1.22.28); FILE MERGED 2008/04/01 16:09:34 thb 1.22.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:34 thb 1.22.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:03 rt 1.22.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c32595ba1c404eaad75e4296a711a1fba2dc21d]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:17 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a227d309a986e6c0361ca4cbc3fd375f95b81067]

        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>  [ba3d46f17700ba2c63057300ad7099af407b9b5d]

        INTEGRATION: CWS changefileheader (1.14.292); FILE MERGED 2008/04/01 15:30:32 thb 1.14.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.14.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.14.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8957fd25bbeceed7a1eb9f2432a10cbf8d62636b]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 10:50:32 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:05 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [653d2dd8bf72ce4e4b13b5cd8b81eae1f1e404c2]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/04/01 15:59:42 thb 1.18.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:51 thb 1.18.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:32 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [845e8704acff646f122f2b68a7591893d5fd2814]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:41 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba36dc831fc1026d9448f9be76dad19b12a5609]

        INTEGRATION: CWS changefileheader (1.77.36); FILE MERGED 2008/03/31 14:19:10 rt 1.77.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f51fb0dc45a56943898e2e6c80c00969af6879e]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:31 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d53c14856ea914885e9cb73cf3aa5ee3e30c6203]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 16:28:03 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e3484816a5fc839fb4d696d03409ba942dd7490]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:32 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb6d61702491d8d72d344a0dd55521251c532ccb]

        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>  [cc247b63a41affa8c569f95f819e415b4a564417]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/04/01 15:04:16 thb 1.8.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.8.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:05 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cc91d88df764b243b5e506a82dd9cf1485140d0]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/31 16:59:31 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ed461b446483497f3ffab3bb86c7b196f6ec70f]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:41 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7394079f48dae1c6e509d8793019ebc15fab1d58]

        INTEGRATION: CWS changefileheader (1.20.16); FILE MERGED 2008/03/31 13:58:17 rt 1.20.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df071025f4dd7139e9a865d4fb65c8010788454a]

        INTEGRATION: CWS changefileheader (1.28.330); FILE MERGED 2008/04/01 15:30:32 thb 1.28.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.28.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.28.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e825743f36f83ea39f88856278b1c08eafca898b]

        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>  [28e4a3352101b2b9d4ab87e2f1471854341560d0]

        INTEGRATION: CWS changefileheader (1.7.870); FILE MERGED 2008/03/31 14:19:10 rt 1.7.870.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bf06f6628a1d45bbea5f7bcc16423910ccb3a51]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:35 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ec62ab08ee142c99752c0efdcaa0e5c4f82a6ac]

        INTEGRATION: CWS changefileheader (1.14.44); FILE MERGED 2008/04/01 15:04:16 thb 1.14.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.14.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:05 rt 1.14.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [848aa21c6ea939d38b47b95f3595744181c8db6a]

        INTEGRATION: CWS changefileheader (1.26.156); FILE MERGED 2008/04/01 16:09:33 thb 1.26.156.3: #i85898# Stripping all external header guards 2008/04/01 13:04:34 thb 1.26.156.2: #i85898# Stripping all external header guards 2008/03/31 16:28:03 rt 1.26.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53aef8db444903fde136dfb642f5799dd20a6704]

        INTEGRATION: CWS changefileheader (1.11.188); FILE MERGED 2008/04/01 15:35:31 thb 1.11.188.3: #i85898# Stripping all external header guards 2008/04/01 12:39:08 thb 1.11.188.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.11.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1645f1c957ae4b8192cab64451f1fbc9ee062c67]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:32 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23149b42b59f4ac13c9b32307d48b1ee98cae7dc]

        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>  [4c768a4ea9cde727274153c9ff5d523fa5789518]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:16 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f888175e9af247f8599e0417ff03a656dfca7b2]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:59:35 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3108c1753394971cbfe7bb74306c96416ac55c01]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:41 thb 1.4.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:51 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:31 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [082a0b7b2172005b2457bd5b14f13945b24c043c]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/04/01 13:04:34 thb 1.11.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [200f81efb7a7cd8e2f1c202a054155eb8d0e2af2]

        INTEGRATION: CWS changefileheader (1.7.188); FILE MERGED 2008/03/31 13:58:17 rt 1.7.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a6cbc18bbc16dac244f3475deaa571782bc6933]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:41 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09f0b1962a394acc2e60a61e33fdd82f915c9b8d]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/04/01 12:36:34 thb 1.17.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e67b6939e2a617bd31e64c1e77df7ef3bcfab7]

        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>  [5c2ced6f43a49af9e23db432c537e749058c3dd5]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 15:04:16 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b73af70f288a95a683b7f9d355a107ccd938f87]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:59:31 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02d92438dd625b50f0ac234cc16fa08befaa5ca0]

        INTEGRATION: CWS changefileheader (1.2.202); FILE MERGED 2008/03/31 16:28:01 rt 1.2.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4ba57f9de64688ad6f797d1fb037a233e2758ec]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:35:30 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [063a398341f99998b00fa563534bd5f86adad83e]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:44:41 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d347185947e813bb2c8d9883e0a74d9407d04f3]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:32 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dafdcaffd5a35a89d525e4768d1b35d591405f3]

        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>  [af53539daf988e5435088aec25a8bfa6bb9369e8]

        INTEGRATION: CWS changefileheader (1.14.900); FILE MERGED 2008/03/31 14:19:09 rt 1.14.900.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a933af0a4d2f716abf080a2d43542d73e0bb2a72]

        INTEGRATION: CWS changefileheader (1.2.314); FILE MERGED 2008/03/31 15:59:35 rt 1.2.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0518fbace18dee09766506a7469abba07394d791]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:16 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d0ed4ede484ae6e54bd8d6a038ff3858025534c]

        INTEGRATION: CWS changefileheader (1.13.106); FILE MERGED 2008/03/31 16:28:01 rt 1.13.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [486b210ee0665f4e75f6b66dd9dfad2633083c5d]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:17 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f594ee9b34aca8fc80e0e537abd25df3a7d83ef9]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:44:41 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [797951e4b664babeaace489c06fc8ae458a0371d]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/04/01 15:30:32 thb 1.13.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.13.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e2c186ace29739154ebb1bee8ba70c91a587e7]

        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>  [ff3269b0650d3674283ac692759dd8628fe3781e]

        INTEGRATION: CWS changefileheader (1.6.320); FILE MERGED 2008/03/31 14:19:09 rt 1.6.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f39d7ea60f790ec70531e3b230893b0b4785960a]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:44:03 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a7e7ad080483c185fb3d01e40329008e06ae6e5]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:35 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [516328dabad327caba66ece9edcb407e9bedf0c2]

        INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/04/01 15:59:41 thb 1.15.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:50 thb 1.15.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.15.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0308266799603ced2e76d4bf219eee5c7b181df]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:30 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15bc269bd5970672d71cece3454f679bf0503209]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/04/01 13:04:34 thb 1.5.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23517d90ae49fc06c68816f62bcf959f7eaa73f7]

        INTEGRATION: CWS changefileheader (1.95.34); FILE MERGED 2008/04/01 15:30:32 thb 1.95.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.95.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.95.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fd06d459a42d75802b7ece9400f209ba6e1240f]

        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>  [50c25c6aa36a2aabb074128e4f013c9086ec6b7e]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:47:57 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:09 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa2167a5ec3465084b8dc89f7e5ccd8ab971ae51]

        INTEGRATION: CWS changefileheader (1.12.70); FILE MERGED 2008/04/01 15:04:16 thb 1.12.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.12.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.12.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2af79448ac479860b0d1fcb7c1a850f0f3159659]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:41 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:50 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a21519007008745f3637d1b9b06ed7039dcfe16]

        INTEGRATION: CWS changefileheader (1.13.28); FILE MERGED 2008/04/01 16:09:33 thb 1.13.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:34 thb 1.13.28.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.13.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e65e98993297aafbd1c206c2700d3dbe04a48e49]

        INTEGRATION: CWS changefileheader (1.131.34); FILE MERGED 2008/03/31 17:14:58 rt 1.131.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a733fcbfc6335d345861022b2fcdcd3ceed0847]

        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>  [85d00058748a0f18b8b88180b692bd356e35d23e]

        INTEGRATION: CWS changefileheader (1.7.622); FILE MERGED 2008/04/01 12:47:56 thb 1.7.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.7.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3919dda2c8612b68c5fd4a52ee25e43cd600224f]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:16 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2da8e9dc22ad1a434f6380dbc6459598bc7e373f]

        INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/04/01 15:59:41 thb 1.26.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:50 thb 1.26.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.26.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fb3116493d7ca55a787d34539adcc7a58f8a11f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:35 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b58243eb68ee42b338ba2dea80841c416690971e]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:29 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f43661e4d53028c49a132c4621dcedd00abb89e]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:34 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5688d39ee5394005c5f4dc5ffb633173fea671cf]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:44:40 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d15a08c82889cdd19faebf94add1ab4123a41af7]

        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>  [c51c5d72512adab5d3cd3d24d9526e97651fd07b]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:47:56 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85233d2779b49d59b2db91799cf8a6aba3f88bb0]

        INTEGRATION: CWS changefileheader (1.11.300); FILE MERGED 2008/04/01 15:30:32 thb 1.11.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.11.300.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.11.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c7a20b4a4447a44d9f1b30f6c432421243618c]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/04/01 15:59:41 thb 1.26.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:50 thb 1.26.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5fa87507489ef8b96ad3dd27481b7ec032e614e]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:33 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d9ea4f5eb1c22478fefff043c6aec6f39dfd766]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:40 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e196872229e49228ebf037b139e44b896710ac0]

        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>  [a8ab6ae207210676356d3954ee24dd7735672e18]

        INTEGRATION: CWS changefileheader (1.7.622); FILE MERGED 2008/04/01 15:50:06 thb 1.7.622.3: #i85898# Stripping all external header guards 2008/04/01 12:47:56 thb 1.7.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.7.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a59604db1902d8b410a3b3d11920930a5e637d30]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:15 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:03 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bdf5a2c97e8c75499cba8ad47b10acaf78a2d02]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:32 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fbf432bf46d23b2708f308d706c127eb594170b]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:35 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef4a0b1f5bcb66b8ee75abc017bc30498988d69]

        INTEGRATION: CWS changefileheader (1.65.36); FILE MERGED 2008/04/01 15:59:40 thb 1.65.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:50 thb 1.65.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.65.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a8be1e2bd42f65117ff657522a665960afc60b4]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:58:17 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [384a46366be01427393af3d7b1787877e77c7036]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:33 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bf7ac6a5922dfe13295274efb663ab59b853d78]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:44:40 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6308dea14353c28d2803ec32adfb3bac6ad69c5b]

        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>  [25801a0701d58ef81baf71a1531e16ceb71c2208]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:44:02 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9429d38e19b443c033089fa174349bf6663e656]

        INTEGRATION: CWS changefileheader (1.16.292); FILE MERGED 2008/04/01 15:30:31 thb 1.16.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.16.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.16.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d057c818080a91df45305e12b902883dd5abb8a]

        INTEGRATION: CWS changefileheader (1.13.156); FILE MERGED 2008/03/31 15:59:35 rt 1.13.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cd23b79b3894d158c6b8f3f53820974e1b415d7]

        INTEGRATION: CWS changefileheader (1.61.34); FILE MERGED 2008/04/01 15:59:40 thb 1.61.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:49 thb 1.61.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.61.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cd8bbc82ced23892140cec15b7e28dd5c630850]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:33 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:33 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e1128734bc100a2cbbfe4dc35b3827de037f73f]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:44:40 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fa31e69d06aae54337d2c91bc55ed8019425cb4]

        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>  [8e626015562b2f7ea481e6bccea8d7a5f1390073]

        INTEGRATION: CWS changefileheader (1.82.622); FILE MERGED 2008/04/01 15:30:31 thb 1.82.622.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.82.622.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.82.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d59c1e426756e0278988f73efb7de4433331c355]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:15 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:44:02 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c6faf9d6cf9d7ca757224ee5d69e3318ff38379]

        INTEGRATION: CWS changefileheader (1.5.638); FILE MERGED 2008/04/01 12:47:56 thb 1.5.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.5.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9130ca66da3bfe76bbfd556c85c3ee50a443fa79]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:29 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e36126545a14b5d835c59a415b2b47c600035a15]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/03/31 16:28:01 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e075f6988bd8a8ba06a60f6e0df98197e2abe9c7]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:59:40 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:49 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e11ae11bfe88e88c47f64b3bbaebd310641cc341]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:35 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ee5d1d6b18c64f107f9cabb715e5fa4ba0c0ef1]

        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>  [4372eab37e6a085b804e535e7e1763ec6bcde05e]

        INTEGRATION: CWS changefileheader (1.211.34); FILE MERGED 2008/03/31 17:14:58 rt 1.211.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80337d798792ae3d0cda1aa8b4ea23760fd9f423]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:44:02 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [360ae5e99bdbf1a7553ac2b4b38c2f20748c4c87]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:06 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06d551a53c909b18b305b82106d96aed38ee41d0]

        INTEGRATION: CWS changefileheader (1.3.346); FILE MERGED 2008/03/31 13:58:17 rt 1.3.346.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a6bb3d84b26393cd5e55140437a68f50ab26198]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:40 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [245438776dcb6b96d2032dbf6f693dc297597e6c]

        INTEGRATION: CWS changefileheader (1.11.98); FILE MERGED 2008/04/01 15:59:40 thb 1.11.98.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.11.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [227a96009a2dbe0cdbc705dfd3efb7344b6a10c1]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:33 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7946b2041999d84a178fb3abed8bf38a83da9bc]

        INTEGRATION: CWS changefileheader (1.6.622); FILE MERGED 2008/04/01 12:47:56 thb 1.6.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.6.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76b09045f5f3dc15c29b80372e4c2c71d3f767ef]

        INTEGRATION: CWS changefileheader (1.11.700); FILE MERGED 2008/04/01 15:30:31 thb 1.11.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:34 thb 1.11.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.11.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927c7bfa492b4f63e551b78b9e639a9297f61a32]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 15:04:15 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:31 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:02 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5d04e311ff3bd61876519c86d49bed79eee6e4]

        INTEGRATION: CWS changefileheader (1.36.36); FILE MERGED 2008/04/01 15:59:39 thb 1.36.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:49 thb 1.36.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:26 rt 1.36.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e8cccf50ec5adfbbe9d73d3ade3f1e0a07deaaf]

        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>  [467fadca5c7aa64c6a13535c2cc53381996ad8b8]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:40 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0055fda57945fcb0e26ea1ecbef8385d9fae282f]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/31 16:28:01 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c79f5b95f5edf60cc4411556fbe24c9bd594ef1]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:28 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:17 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f608ef7c09c325cf6197a2321c54d25b448d28d6]

        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>  [3b9d35acbca70e9f253fed4f0637be0d368cc50f]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/28 16:44:39 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37151122fad6cf48c05850c70fb80a8c263e57c3]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:59:39 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:49 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:25 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e49e824d5070413e83b53f6db839130402e905b7]

        INTEGRATION: CWS changefileheader (1.30.292); FILE MERGED 2008/04/01 15:30:31 thb 1.30.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.30.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:58 rt 1.30.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51bc7e918c23f6d198ef65cdaccea83586b4d278]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/04/01 13:04:33 thb 1.2.106.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [955e3f49c8a8cb2c9c16386966ed7b058f6c102f]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 12:47:56 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ce8dbc27f913c116ac4f3fcb2a157b292bfb1e0]

        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>  [f22f0ca54796ec6943bfa2e302c79b33af336be4]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:39 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7defd7f68d6233cdbd058ccfe561945b8c930241]

        INTEGRATION: CWS changefileheader (1.45.14); FILE MERGED 2008/04/01 15:59:39 thb 1.45.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:49 thb 1.45.14.2: #i85898# Stripping all external header guards 2008/03/31 16:59:25 rt 1.45.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70a1653c0a9778b7a2726dc5c318f659089a998e]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:33 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84f7e94ec66e68836b52fbf78fc912919eee04b4]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 12:47:56 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44b88699474809a57522fd0fe4f4b9b807da4c4]

        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>  [905fb720e354ecd88c7610cb14025760108cc058]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:28 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6db3e22a6971ab98539fd9802f6175041668b39b]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/03/28 16:44:39 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06b8e3eb1ebe0a968af3accb1131f13c28629c05]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:32 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:33 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fca86a9f25ac7b021cc456a8a171f3ffadc2ca3f]

        INTEGRATION: CWS changefileheader (1.29.38); FILE MERGED 2008/04/01 15:59:39 thb 1.29.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.29.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:25 rt 1.29.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c158a5a45d834449a5d56369b020f86b635e2aad]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:34 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c61d5335f0da6f9b1a4630ac9e5fdbee3e538d4f]

        INTEGRATION: CWS changefileheader (1.12.106); FILE MERGED 2008/04/01 13:04:33 thb 1.12.106.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.12.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4718a314434048475a0b745760a6e171883c9f57]

        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>  [adf8e3246ba16588cc9b4e6a2f19e89485d9e461]

        INTEGRATION: CWS changefileheader (1.28.24); FILE MERGED 2008/04/01 15:35:28 thb 1.28.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:08 thb 1.28.24.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.28.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a2a2702034d7998e862d31b066eb5a0ea279664]

        INTEGRATION: CWS changefileheader (1.18.330); FILE MERGED 2008/04/01 15:30:31 thb 1.18.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.18.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.18.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ae42914040e651fed59e6d4dfb1d11346885401]

        INTEGRATION: CWS changefileheader (1.53.184); FILE MERGED 2008/03/31 16:59:25 rt 1.53.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45e98ecf0735d721b050ec66600b1d5dde688ef4]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:44:39 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac5fcd778410280fdfa276c6f6c9dc58591e89d]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/28 16:44:02 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2a9d0054fed25df93a8d791915e29509f66b3e3]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:47:55 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:06 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2674dcad6a914a866e3c36c309f628b1245c3d7c]

        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>  [16dd880c933f640fd4fb22da93e1c7a724a03c16]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/04/01 15:35:28 thb 1.3.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:08 thb 1.3.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86c538eb4fdf011568ec4dec945ab9a7c1f3bd45]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:44:02 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e121a671780cf69735fb38238e5a72f85629adef]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:39 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:25 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6f3e85bb4410fb788329b5eb28588fe1da753d9]

        INTEGRATION: CWS changefileheader (1.26.292); FILE MERGED 2008/04/01 15:30:31 thb 1.26.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.26.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.26.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75677bb0e33151765d364ab6cdd1bf44b1ad3bc1]

        INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/03/31 16:28:01 rt 1.6.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cd2aa6c178bebf146aa552f9fdecf48f29d4742]

        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>  [b47d6d16d4e3c4cedd4d8f3ef40fb934de5349c2]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:16 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07b42fc49a3bb43d06b14f065e7148c88d1fce2e]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:15 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:30 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:01 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4445f69c6c0574fa554fcc4aae41018e4cb47e33]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:31 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8578db8a6626aa38a93502a3c5d94ab4b8a6e66b]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:39 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:25 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d059e89757924ead7afafaee3be2a97e727ce435]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:47:55 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:05 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d638c7536fa0253b18db3d5f4bd65ae82d551db]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 16:09:32 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:33 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11cf74470a3820e83a9dca0843fd77b1cf5ba6b8]

        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>  [8ba8ec5cbe952edb9a8437dc8ad6c42725c847b6]

        INTEGRATION: CWS changefileheader (1.14.134); FILE MERGED 2008/04/01 15:35:28 thb 1.14.134.3: #i85898# Stripping all external header guards 2008/04/01 12:39:08 thb 1.14.134.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.14.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21b833ca84a6110bf28997b65151f092970044c3]

        INTEGRATION: CWS changefileheader (1.26.34); FILE MERGED 2008/04/01 15:30:31 thb 1.26.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.26.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.26.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7433a5b8d92ebfe99e5c89a5518acaec9ea9b279]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 10:50:30 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/28 16:44:01 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f66af663bd544f1ca3f1fc06529f21c1bcde80]

        INTEGRATION: CWS changefileheader (1.12.78); FILE MERGED 2008/03/31 16:59:24 rt 1.12.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4655dd7838358ea0dc4223ec636eb5c4412af88]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 16:09:31 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:33 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb2fdd786d114bb188d7fa8d82c23d97dee2a55c]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 12:47:55 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:05 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9355e409f7af842f43ebb942cf9859ac03238cc7]

        INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/04/01 15:04:15 thb 1.3.116.3: #i85898# Stripping all external header guards 2008/04/01 10:50:30 thb 1.3.116.2: #i85898# Stripping all external header guards 2008/03/28 16:44:01 rt 1.3.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [653b2dc794807b42931053f24c7fec4ed7445683]

        INTEGRATION: CWS changefileheader (1.6.134); FILE MERGED 2008/03/31 13:58:16 rt 1.6.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c68cd6a233e48934271ca5581b99dc159fe5b0a]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:30 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5cac6bb366229366f68b662bff3aa8c49ec734b]

        INTEGRATION: CWS changefileheader (1.6.978); FILE MERGED 2008/04/01 12:47:55 thb 1.6.978.2: #i85898# Stripping all external header guards 2008/03/31 14:19:05 rt 1.6.978.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdd255580717c0c693e35ed2a5efb02817382818]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 16:09:31 thb 1.8.8.3: #i85898# Stripping all external header guards 2008/04/01 13:04:33 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 16:28:01 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [652e797eec221afd6b763f602aa293cb81e92df1]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:44:38 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42d1bc929be0268299b338c3bb96286f2a5f1ad4]

        INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 10:50:30 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/28 16:44:01 rt 1.3.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb8e682c8229d48d70849d174ae29d1ed8773702]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/04/01 15:30:30 thb 1.9.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c82b06ce67a4a441ea45bbbeae1971a32cd9a5fd]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:35:27 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cabd23876bf48afa7b02a4b1f9457a70abeaf33]

        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>  [f4968af1aed34b09561475f915347fe6cea83a8b]

        INTEGRATION: CWS changefileheader (1.5.638); FILE MERGED 2008/04/01 12:47:55 thb 1.5.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:05 rt 1.5.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5406ccbbcc4ad5d34f1badbd04f752a2a03fa98c]

        INTEGRATION: CWS changefileheader (1.21.8); FILE MERGED 2008/04/01 16:09:31 thb 1.21.8.3: #i85898# Stripping all external header guards 2008/04/01 13:04:32 thb 1.21.8.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.21.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [076071e16d90fb4858cab545a9ae8ad1015d4ffa]

        INTEGRATION: CWS changefileheader (1.16.56); FILE MERGED 2008/04/01 15:59:39 thb 1.16.56.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.16.56.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.16.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8facb508f55376a32f82aa2e3489dfeb61d8a98f]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/04/01 15:04:14 thb 1.6.18.2: #i85898# Stripping all external header guards 2008/03/28 16:44:01 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d90d9ce4c16815f687b107658123729d688beac]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:30:30 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09ad0f4bd73ceae0042c616bf4ce6758b20cc2c1]

        INTEGRATION: CWS changefileheader (1.2.202); FILE MERGED 2008/04/01 13:04:32 thb 1.2.202.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.2.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69e1491770a9d2051c74a7e4f0630bcdacc8a47b]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/04/01 15:59:38 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ca02aa65032247e33b61fbbfd2c63a6f1d8823d]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:44:38 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da3e5f5f333a9b9a1182ec6bc4bb4241a6d9c50b]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/03/28 16:43:58 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [600f4f7d44ad61eb3935f78d05e115ade68fd682]

        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>  [d2fdb990f171b3289934c6b21eaabdba7e8ae6e4]

        INTEGRATION: CWS changefileheader (1.22.330); FILE MERGED 2008/04/01 15:30:30 thb 1.22.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.22.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.22.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [864c2dc82173a9ca7df465990a87b510a3a7d5f1]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/04/01 16:09:30 thb 1.4.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:32 thb 1.4.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42cfaf7fab8a5558470073705d7d4bb9bc9fa453]

        INTEGRATION: CWS changefileheader (1.30.36); FILE MERGED 2008/04/01 15:59:38 thb 1.30.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.30.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.30.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b17e199ba62344638b90becae9a647f3ce02782e]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 16:44:38 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e22655e36d2f02ac83559f0eef6146b318a5dd]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:16 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [975313c2fc55d49e9f342a77de69ed9f4d7be24e]

        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>  [15edf49b4047de1a4326699df5ed3732929dda2f]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:30:30 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ce0d58a19eda6d9ff5f5ab56645e6e0b32b2940]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 13:04:32 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2c4f41d010e3ceb744f735bf2c0e8eb150d28fe]

        INTEGRATION: CWS changefileheader (1.7.622); FILE MERGED 2008/04/01 15:50:06 thb 1.7.622.3: #i85898# Stripping all external header guards 2008/04/01 12:47:54 thb 1.7.622.2: #i85898# Stripping all external header guards 2008/03/31 14:19:05 rt 1.7.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea546bd616d38f2332a563b408fb6d7924265ec1]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:59:38 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [644fc6e6cb4a984d16cd9524cc86033b7b42d970]

        INTEGRATION: CWS changefileheader (1.2.188); FILE MERGED 2008/03/31 13:58:16 rt 1.2.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ca784a1e94b6b86b6d88ad5a74546f1377d6317]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:58 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec78a789a34d5250297c7fa956803f8e85a98056]

        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>  [2fb6c8bacf250d36e82938e27380288ba6f41b0d]

        INTEGRATION: CWS changefileheader (1.95.34); FILE MERGED 2008/03/31 17:14:57 rt 1.95.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0909775434fc624aa5d23173bf4ca7684a624b59]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 16:09:30 thb 1.6.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:32 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cf04cc9d299d7a6db662912788f8e5e48607594]

        INTEGRATION: CWS changefileheader (1.41.184); FILE MERGED 2008/04/01 15:59:38 thb 1.41.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:48 thb 1.41.184.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.41.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e941253f755703e74e1445a83ae87945d3d9f06c]

        INTEGRATION: CWS changefileheader (1.2.638); FILE MERGED 2008/04/01 12:47:54 thb 1.2.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4ac28a1d87ad766c6a1563485a7afc9c9fb5099]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:43:58 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3993dc495a236926a173dfc1b067d2c443e5b8bf]

        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>  [7b0af66900090f3f379abcec00b71f2549a06839]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:30 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b9b936daeaf54e4913ea865245603b5fcae1608]

        INTEGRATION: CWS changefileheader (1.3.354); FILE MERGED 2008/04/01 12:47:54 thb 1.3.354.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca369a0cd989788ce116b1e70979b5b5f1d921b9]

        INTEGRATION: CWS changefileheader (1.25.20); FILE MERGED 2008/04/01 16:09:30 thb 1.25.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:32 thb 1.25.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.25.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a338814a84f027832bf3b498429497acf3fc722]

        INTEGRATION: CWS changefileheader (1.41.184); FILE MERGED 2008/04/01 15:59:38 thb 1.41.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:47 thb 1.41.184.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.41.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e49171a20af2bad4bffb4290493ecaf8fa286af5]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/03/28 16:43:58 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c606488d7d3ec9c5d249d352b81cdeed2a8e42f0]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:27 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:08 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1cd3c0e11c2a3f851634aa7f27a3541bdf4cd18]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:44:38 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3caabd6262437662c1871e2b47219756d5da5b9]

        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>  [576c8350faab77c3fb926f6f471bce78d21cc937]

        INTEGRATION: CWS changefileheader (1.29.330); FILE MERGED 2008/04/01 15:30:30 thb 1.29.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.29.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.29.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e659b44ca04762333878bf6fa3374f03a8c2b702]

        INTEGRATION: CWS changefileheader (1.45.20); FILE MERGED 2008/04/01 16:09:30 thb 1.45.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:31 thb 1.45.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.45.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0799322ca4f45ad7fa0b57df7bceec721a200ae4]

        INTEGRATION: CWS changefileheader (1.27.242); FILE MERGED 2008/04/01 15:59:38 thb 1.27.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:47 thb 1.27.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.27.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a32804b638d6f3a1160992186902626d5ce0bc8c]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:14 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:58 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e32bc1976f9ad16adb09aa95dae1c161d0f88b5]

        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>  [f598482e7c3d4f0e73e8ef9964334ceb7f3eeff0]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:30 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1eb0d98946a855242d83e2a1e560b122d2715ff]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:34 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89bb10654b1c1cf53ef861129da9fd6636fc37ae]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 16:09:29 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:31 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ab407f8148753b90865d80db6a0a6bca8ecc24d]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 15:59:38 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:47 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa3a165100ddd52642cf6845fd1aec2695d15298]

        INTEGRATION: CWS changefileheader (1.3.440); FILE MERGED 2008/04/01 15:50:05 thb 1.3.440.3: #i85898# Stripping all external header guards 2008/04/01 12:47:54 thb 1.3.440.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8791b83573d0d09724a656bf14a17395f4981c67]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:14 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:30 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:58 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0407060b5781928449a73a4591a80d45e06f164]

        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>  [5983874f724a340e784dc579de14880801ae2e61]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:16 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1efbe4310a9e981c46bfc6792b50013647cb1ddc]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/04/01 15:30:30 thb 1.15.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.15.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c552f9f93b6c409efa92057b1f2da3ad65a81c21]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:33 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fac64ee3551107093b669bf8dfcd0c2b842c919]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/03/31 16:28:00 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e2a2b7c3bc0b463a76fd00ccf1ddddbf897c09c]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/04/01 15:59:38 thb 1.19.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:46 thb 1.19.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3700fdf08095ab4f6a77903b07dee16c0ed9bf61]

        INTEGRATION: CWS changefileheader (1.2.638); FILE MERGED 2008/04/01 15:50:05 thb 1.2.638.3: #i85898# Stripping all external header guards 2008/04/01 12:47:54 thb 1.2.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a53d0f99c484ae2425c1a8cbd6a6a446e952503]

        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>  [463737d7d2f27913436f69d64ebe3542bf305814]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:30 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:58 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b413058158c9852ec2c472c637643495da8e04a2]

        INTEGRATION: CWS changefileheader (1.32.700); FILE MERGED 2008/03/31 17:14:57 rt 1.32.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af5fa87dcc2c1d17e3b99dbe1884bc586aa63c8a]

        INTEGRATION: CWS changefileheader (1.14.172); FILE MERGED 2008/03/31 15:59:33 rt 1.14.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e45805f74dadc4c93ffb5b815aef8953ff3b66e]

        INTEGRATION: CWS changefileheader (1.40.18); FILE MERGED 2008/04/01 16:09:29 thb 1.40.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:31 thb 1.40.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.40.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c771bfd07c4685fe91873e9b35a98199fdb9c599]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:37 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:23 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b0231d0a6defef4c19550f56af59815ea072ff1]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:47:53 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14ccaec44d14270d0f4e067fe1392c6e86b7128c]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:58 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e90326afe4c3852e06991ca7d950d066f384c888]

        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>  [212c27811a4e0c74964744e344d19bbdbf227ab4]

        INTEGRATION: CWS changefileheader (1.9.700); FILE MERGED 2008/04/01 15:30:30 thb 1.9.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:33 thb 1.9.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.9.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51008a5bb867a894ce047f8182ce9a13a4c41b56]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:33 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85df569fc80e3f6af8fe8c607622a8e654159b69]

        INTEGRATION: CWS changefileheader (1.97.16); FILE MERGED 2008/04/01 16:09:29 thb 1.97.16.3: #i85898# Stripping all external header guards 2008/04/01 13:04:31 thb 1.97.16.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.97.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7705eb5154ca7b161af82c87ade8d9d03cf0700]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:44:37 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [906e6a07c3f7de174bfa62f207e374bef5c6765a]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:59:37 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:22 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [401de398720e535c9157d2f2834760b3b8cbc01c]

        INTEGRATION: CWS changefileheader (1.3.604); FILE MERGED 2008/04/01 15:50:05 thb 1.3.604.3: #i85898# Stripping all external header guards 2008/04/01 12:47:53 thb 1.3.604.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.604.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64bae533f52d85eaa5243324f20d21d8ca9ec39d]

        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>  [1b1d0623a5a19a7dc45868973c2f25b48806b058]

        INTEGRATION: CWS changefileheader (1.30.34); FILE MERGED 2008/04/01 15:30:30 thb 1.30.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.30.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.30.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6775986d42e106ef40ca3bbe9dff91bd6f7c9467]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:33 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68a7dcd8464a58828f42f5159c550bd5a74b2050]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:44:35 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7de39432ba33944c80ebf95b5f30216b48746f3]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:50:05 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:53 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bcd556035a764e22fb8ba1090fce733ab47aa89]

        INTEGRATION: CWS changefileheader (1.84.36); FILE MERGED 2008/04/01 15:59:37 thb 1.84.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:46 thb 1.84.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:22 rt 1.84.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f62fb1c660c9e823fda8067dee2cb07363bf6d32]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:26 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17b09791fa297da36949dd6f3762bdeb117641e0]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:57 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad9aea528e78aabba5bc19491acad5c9cd3dd5a0]

        INTEGRATION: CWS changefileheader (1.10.244); FILE MERGED 2008/04/01 15:30:30 thb 1.10.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.10.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fa51ab62e8e9e552a2c633057b00566840067d8]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:50:05 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:53 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d5249f69a8a98e50b704cac5c80b976e4716dbd]

        INTEGRATION: CWS changefileheader (1.17.20); FILE MERGED 2008/04/01 16:09:29 thb 1.17.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:31 thb 1.17.20.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.17.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d48ccad5a4fad73630a71b9c208123ef7fc8dad]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 15:59:37 thb 1.2.78.3: #i85898# Stripping all external header guards 2008/04/01 12:55:46 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 16:59:22 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83fcef1e18f04ce2f5ededdfd61eaf74faf029e8]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/04/01 12:39:08 thb 1.5.100.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [919302ceb65741dfd5afd45bd272b9785f0ae0b5]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:14 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:30 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:57 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3401ac233749c058f170c9c4dac5a85403289e60]

        INTEGRATION: CWS changefileheader (1.12.244); FILE MERGED 2008/04/01 15:30:29 thb 1.12.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.12.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:57 rt 1.12.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9592d6df3df163304cd7b505841f6eb61852180]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:44:35 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42aae01ac8e4dc0c07d9a41440977e541f53164e]

        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>  [ab444830152779859d02c333469df34606935923]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:08 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:16 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3332a449e83f2499873d7edbaa25df9528f0f78]

        INTEGRATION: CWS changefileheader (1.2.638); FILE MERGED 2008/04/01 12:47:53 thb 1.2.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e418b31d0105305b578f40609e4c41b0c1ad57ab]

        INTEGRATION: CWS changefileheader (1.41.8); FILE MERGED 2008/04/01 16:09:29 thb 1.41.8.3: #i85898# Stripping all external header guards 2008/04/01 13:04:30 thb 1.41.8.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.41.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acc330a1f7db0eda165e59960dfa7c20f6148f92]

        INTEGRATION: CWS changefileheader (1.52.448); FILE MERGED 2008/03/31 16:59:22 rt 1.52.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9eb63af050610c7552ac415236b3e95c5f995e01]

        INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/04/01 10:50:30 thb 1.3.116.2: #i85898# Stripping all external header guards 2008/03/28 16:43:57 rt 1.3.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71d295d0f2356c713ce1bf520fa6cedb4369b77d]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:29 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91059578a059e7c3cf9d3006eff5a8817ff7e63d]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:33 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [522a6d6cb303af3a8cfec25dea751f2ed456ae60]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:44:34 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2f1a6d4d7b7b5196e0bae0a4c83b070fa8dc107]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:08 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3edcb6fb51cf929bf2f79f238a8f475a15398782]

        INTEGRATION: CWS changefileheader (1.2.638); FILE MERGED 2008/04/01 12:47:52 thb 1.2.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d8e3508c8ff2903ccb5ff3817c91a331c2febc7]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:57 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aed91dac9a8642749d00a70b3523285d4a26a5b9]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:59:22 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67903db2399fe8f71635fa003ec9c6c4ef8bcc8e]

        INTEGRATION: CWS changefileheader (1.15.244); FILE MERGED 2008/04/01 15:30:29 thb 1.15.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.15.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.15.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9aa0d006b50fff0a5730e24fe58e619d12c058d6]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:33 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7e5e23f3fce91e36627b339a6953b06aa621343]

        INTEGRATION: CWS changefileheader (1.3.466); FILE MERGED 2008/04/01 12:47:52 thb 1.3.466.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ee15eb80bf3f07322ef2c7b1781c472b3ec521]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:44:34 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f24f4fae641ff88557f51c489792ac149b3acb3f]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:59:37 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:46 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:22 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [026213e77146b66b76716b04fbfe816867a1f2d5]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:43:57 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d2d20f8ce4700afb57391a0822a64167f10e86]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:29 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3bb52471343d82ec11c87033f3533b927577789]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/03/31 16:59:22 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddee7c9f896c08b7504f29c4a0f2c14a37c9207b]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:14 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:57 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e283e0ffed665cdf93f2271777f9526cc60b2ce]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/04/01 12:39:08 thb 1.8.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [324ebefa03fcfb810e51269319cb7b33b74334c2]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 12:36:32 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb106c023a31619e878811be9e54c6f76e9395dd]

        INTEGRATION: CWS changefileheader (1.3.604); FILE MERGED 2008/04/01 15:50:05 thb 1.3.604.3: #i85898# Stripping all external header guards 2008/04/01 12:47:52 thb 1.3.604.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.604.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0547688f8627a90ffef6fa5aeacdfdc4d2ee8e70]

        INTEGRATION: CWS changefileheader (1.19.448); FILE MERGED 2008/03/31 16:59:22 rt 1.19.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd44a981771bf9c682cd81f46594b2997afd951c]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:30 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c041089e4ffb65f3a7054386a6b7d98418330f4]

        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>  [8fce736662f82b1777247b3f400bfaef7173af55]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:07 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7330c5617461e3e4490703f9e9e043d45a79d128]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:33 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03de725c073c12d31ea11280a8c8d7751378b817]

        INTEGRATION: CWS changefileheader (1.2.638); FILE MERGED 2008/04/01 15:50:05 thb 1.2.638.3: #i85898# Stripping all external header guards 2008/04/01 12:47:52 thb 1.2.638.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.2.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1592d5851d72d32023743c986417a1c425b01d82]

        INTEGRATION: CWS changefileheader (1.12.88); FILE MERGED 2008/04/01 12:36:32 thb 1.12.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.12.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e39e18c9dc0a91c3bf363d8dd444a9b069b85a75]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:44:34 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f9df885761477550f102c35efe510fa820eac0d]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 13:04:30 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [100c2156586a1d0c02fb6e19bcf68ca77b1d8228]

        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>  [1e2b61a719de8cd9be80bbe6854b664f78dcce90]

        INTEGRATION: CWS changefileheader (1.30.88); FILE MERGED 2008/04/01 15:30:29 thb 1.30.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.30.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.30.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51885aff408df28e7d57b7b0aaade5e642282347]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 10:50:29 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:57 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f3f49fbc73d9fe8c8edf70801fd37b880f83da6]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:36 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:22 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c453f8f45baa2bc1905b7f6751c467cd0382927c]

        INTEGRATION: CWS changefileheader (1.3.340); FILE MERGED 2008/04/01 15:50:04 thb 1.3.340.3: #i85898# Stripping all external header guards 2008/04/01 12:47:52 thb 1.3.340.2: #i85898# Stripping all external header guards 2008/03/31 14:19:02 rt 1.3.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39349469689c9e136a6b8cacb96563b78237b371]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 16:44:34 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [140086fd6922e1fe7648b6dcd912c39e4565ae61]

        INTEGRATION: CWS changefileheader (1.52.18); FILE MERGED 2008/04/01 16:09:28 thb 1.52.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:30 thb 1.52.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.52.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2fba755f6ac1dd1e1ab37191ec7afa40bbb8ba]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/04/01 15:30:29 thb 1.10.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.10.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677425b0b8aa178f781d41eddc97b09c930accd9]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/04/01 10:50:29 thb 1.2.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:57 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e26c7225640190bdf0ced943b0d59d9fc4d540b]

        INTEGRATION: CWS changefileheader (1.16.448); FILE MERGED 2008/03/31 16:59:21 rt 1.16.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1e205a1ceb1812c1332b623ea477a4aca09f5dc]

        INTEGRATION: CWS changefileheader (1.31.18); FILE MERGED 2008/04/01 13:04:30 thb 1.31.18.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.31.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be5c4f3ee5ad3d0607f539b6141227f626dbb418]

        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>  [ddbb13ed61288172ff2d3918eb40c11ee73e7fba]

        INTEGRATION: CWS changefileheader (1.28.226); FILE MERGED 2008/04/01 15:30:29 thb 1.28.226.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.28.226.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.28.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9751afd70e33b87fef22cb30b0c9256f0622c8]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:33 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dab0be7a70658fd58ade0951c4ce138f627fb7f8]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/28 16:43:57 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85cf491402046cd66d7cc9b073ee354a2a355a03]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:03 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:19:01 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac24e11664e127bafefb861fbf6e69458a042636]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:59:21 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edd37785fde1d875ad0c3ffdc995cd34f2fabc86]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 13:04:30 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 16:28:00 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7d87422ee26d79a5bede8696d70a7d2b170a96c]

        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>  [0fb04e29034cf5a31094d206dda32ddbe9e00d7e]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/04/01 15:35:25 thb 1.8.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:07 thb 1.8.24.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2d887b45443820bda2bd8f94527f533d6936e90]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:28 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [576e80b6bf27f7cd6efe09ab48fb5c7c349674cd]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:56 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [693e1354d1fa8216f16104bdfbec6b375e9cef04]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 15:59:36 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:59:21 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8fa97f57e2b3494124355cbda8a50c9adfa094c]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:32 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f36e3eda9b0597e73ad74da48f27bf1a4736b13]

        INTEGRATION: CWS changefileheader (1.2.202); FILE MERGED 2008/03/31 16:27:59 rt 1.2.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [367bf0083f97867493df227ac4847d1ab733d5f6]

        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>  [9e31ed78b35adece351a04ce2120683d1b68fb91]

        INTEGRATION: CWS changefileheader (1.16.24); FILE MERGED 2008/04/01 15:30:28 thb 1.16.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:32 thb 1.16.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.16.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e76de3e2d6b25fab8e275991fbf4ed67e98b91c]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:56 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06df23b8f29cbf8f37685fc92b494bca819ab4b0]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:32 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [933a23938e33d6e1bf1dcb45ce039254dd819799]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:59:21 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dab5ae2b71da7bc4ab14424db609279f9d6da56]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 12:39:07 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [455e4ae47c9e33c9a34dec800a2f36c558ca7217]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 12:36:32 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7239604fbf2b975e0ce77a5046345840eef948a1]

        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>  [bbf14e4e69bb94a20177bde88c4488fb7eb98afc]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:04:14 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6162d2025037ffebe352b226b6aac03094acf978]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:47:51 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da7f5205c58a4fb7c1a182792406a103cb640384]

        INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/31 16:27:59 rt 1.5.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f80d9bc397a770f2fad3d5b6de3148b73c985804]

        INTEGRATION: CWS changefileheader (1.13.24); FILE MERGED 2008/04/01 15:30:28 thb 1.13.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.13.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.13.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0522398b87a3be58540e9c506e7da9e818ff4a2e]

        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>  [176e9b3682fd26608d7c68534fe8eaa288559235]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:29 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7acd37a9c89c40e4480288322ac27b645347cde]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:50:03 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:47:51 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4814b1a54e8c7a1fbbaba852aab47a0379bc4649]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:32 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5aa22b6c0e12ee2536bbc2d73567d198b2895d3]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:44:33 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0b74849ac027d86d436446119bfc5102734b93d]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:27:59 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a18a06179bcb434b64be00a9f76a4493506c205]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/04/01 12:39:07 thb 1.7.24.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb1f872f5060a5e8e69428c35c19d60791b3764f]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:14 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9225fd0a4fe8bbad65cfd05ac16e1c807bc3b09]

        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>  [323ba30a68e5b47dbc4bb7b0bd069a7e85c91787]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 15:30:28 thb 1.9.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df406e8fb11344e47981debbad0e72f485d93ee6]

        INTEGRATION: CWS changefileheader (1.7.366); FILE MERGED 2008/04/01 12:47:51 thb 1.7.366.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.7.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0acf79e88db796403ba9840e3d349ea886aabc70]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/03/31 16:59:20 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d3b5a44a6eb4d22086475816f0657a938aa03da]

        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>  [6f8d15a91975631469440cb3554d80000146062a]

        INTEGRATION: CWS changefileheader (1.21.88); FILE MERGED 2008/04/01 15:30:28 thb 1.21.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.21.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.21.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [316341bdedae4832a9da1de8e92104c0ff7e0189]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:32 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0afd49c7d65273cd35cea731b958d0d5f5deaec]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:44:33 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [148551f28370b13916382fe650561357baec1dad]

        INTEGRATION: CWS changefileheader (1.2.1200); FILE MERGED 2008/03/31 16:59:20 rt 1.2.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66e642110a97e9270ed8089c97ff0de8b1d2ad85]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:28 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:29 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0758d6dbe9f045decd46f823913cca7da848b75]

        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>  [66bba8b949becfb4ac907a63e1db2c38f2c388ec]

        INTEGRATION: CWS changefileheader (1.28.88); FILE MERGED 2008/04/01 15:30:28 thb 1.28.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.28.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.28.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4f97e3b12da6fcf99f34b3f154c0b46d9a895a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:14 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [201b6e0faf6821ce2aa3203347d1b35cf474e063]

        INTEGRATION: CWS changefileheader (1.7.366); FILE MERGED 2008/04/01 15:50:02 thb 1.7.366.3: #i85898# Stripping all external header guards 2008/04/01 12:47:51 thb 1.7.366.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.7.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4cb2f8643edb5483db7eed5e2a2c0a20d37dfb]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:32 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c5033d4c1b9e1e218e6d15f9b602bc28cf11317]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:36 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc94dc0962f47a370540c0668b51bfcaa82e4f2f]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/03/31 16:27:58 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266bdf05c7e8d0d5b55858f68b42d8a091064605]

        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>  [a21a693d8bb85b5358dfb694464ef52ffae694f1]

        INTEGRATION: CWS changefileheader (1.50.34); FILE MERGED 2008/04/01 15:30:27 thb 1.50.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.50.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.50.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0353077bd29aa6256ae8e0dc0edd7d1d660b1182]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 10:50:29 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095bf107dc2e5bd6132f1358fd41825e1cdb23e2]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:44:33 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98339175af3498d437d21fd2ff2b6a8bc251e9e3]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:32 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d719bd4b0eccbb929ae9e82c4c0c966e6d9f35e]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:36 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b40eab4dddbb4bd028df611ba8d4f4c396603be]

        INTEGRATION: CWS changefileheader (1.20.16); FILE MERGED 2008/04/01 16:09:27 thb 1.20.16.3: #i85898# Stripping all external header guards 2008/04/01 13:04:29 thb 1.20.16.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.20.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [290ed0426a811238783d5c8dcc78a4ed74b8bcf2]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 12:36:31 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88b9447522e8b5a09a938f98d4426dae4c6c59e0]

        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>  [9d8776b96ebf841b2c4a0420dd02bf5bd0c671f3]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 12:47:51 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ff109cc5570ee28b3ae04599546996b4963e07c]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/04/01 15:59:36 thb 1.19.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:46 thb 1.19.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47ccd88bcde54bf04eeae8317b759b72d382a460]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:27 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:29 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eecd4c0faa7a9591f912f57b5cc3e339f09bf1bb]

        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>  [a5f25377be0bce74f52fd4a9dba27585fc59522e]

        INTEGRATION: CWS changefileheader (1.8.492); FILE MERGED 2008/04/01 15:30:27 thb 1.8.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.8.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.8.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab975c6c748f0df7f2acbb261d603223aef954df]

        INTEGRATION: CWS changefileheader (1.5.366); FILE MERGED 2008/04/01 15:50:02 thb 1.5.366.3: #i85898# Stripping all external header guards 2008/04/01 12:47:51 thb 1.5.366.2: #i85898# Stripping all external header guards 2008/03/31 14:18:59 rt 1.5.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e144306332b53b23ea73741ee6e4d256430f5050]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/28 16:43:56 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5b281f6744567ac85b715fe0ad89f273fb9fa78]

        INTEGRATION: CWS changefileheader (1.13.298); FILE MERGED 2008/04/01 15:35:24 thb 1.13.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.13.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7127949a3441d7c651dec4be533d6d3414257456]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:44:33 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1154a5d482dfde13fffa7fd54912adbde4fb75c]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:59:36 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:45 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a1be8ed0647053544c83714ced32813441a8ae9]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 16:09:27 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:29 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cd12a6f5f8c0c280eabb982d6b46c7b30e94962]

        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>  [7ea92f1005b7a672229f5caf932e75b01386cb19]

        INTEGRATION: CWS changefileheader (1.32.88); FILE MERGED 2008/04/01 12:36:31 thb 1.32.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.32.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [063ef50819c4738d54c118f94ccbf6c0ba40f191]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:43:56 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9261308b5afff08bb660e8d7149435ae5f4eae7c]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:36 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3468f08335e4e6c94fc8db0b08d62e9eb64ca543]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:44:32 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a89fdf1a9e21cb151a1a390e3f43e06308404a11]

        INTEGRATION: CWS changefileheader (1.45.24); FILE MERGED 2008/04/01 15:30:27 thb 1.45.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.45.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.45.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24e1abb8f7065287cbf50ff89988a0ad70f26694]

        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>  [8ab6ddb335cc4bda35ce98dcb6a2c41c4aeb1385]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:14 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a634531dd6306f3bc17c9716dea05abd61b3adc]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/04/01 15:50:02 thb 1.8.118.3: #i85898# Stripping all external header guards 2008/04/01 12:47:50 thb 1.8.118.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23c5e27c8f3c4ae5100811b616b2c8f008564d3a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:44:32 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2b29ea5c3e6d2abebe2c1eaeb20526330cf82f0]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:36 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09ec0fd1cc55e3117d4a4d4ccc7a442c82fed12]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:32 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e76e07c0c3477724223e2ed33c9b8332d9b7f8f0]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:27 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:31 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:56 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a677ecde65ae8a249b8a9f70c03b716d2634a77]

        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>  [8eececd8852fab1835a3a3e68ae801023014f78c]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:14 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0ccac47f1a5efab00dfaa38ec62ad876302d128]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 12:47:50 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1d1b2dc3c31252aa555b7a30f6196afe6a0ebf9]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:44:32 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9dbfb7ac40d79b8d1d157f15886887d590a6b9c]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:59:35 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:45 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94bcf1ba408a09689edcb1fa6291fbd937ca1bcd]

        INTEGRATION: CWS changefileheader (1.22.292); FILE MERGED 2008/04/01 15:30:26 thb 1.22.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.22.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.22.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfcabb006bf177b7fbaa748b2bd3da6ac132f1f5]

        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>  [0ab8bb9b227f73f03dea7abe6fd852dc3fc7e7c4]

        INTEGRATION: CWS changefileheader (1.5.68); FILE MERGED 2008/04/01 15:04:13 thb 1.5.68.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.5.68.2: #i85898# Stripping all external header guards 2008/03/28 16:43:56 rt 1.5.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2729f1f36152ccc7a2dad9663784277033813512]

        INTEGRATION: CWS changefileheader (1.10.194); FILE MERGED 2008/04/01 15:50:02 thb 1.10.194.3: #i85898# Stripping all external header guards 2008/04/01 12:47:50 thb 1.10.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.10.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ba0301423acde940c03c15c0dd6b12866d3adac]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 12:39:06 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:15 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [844d5da396c8b9c2a908d8bc1d8fb513f4c8fd8a]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:44:32 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf56992adb3b93a6ff1c54e97601ba8f7811a635]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:35 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:20 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [507c0a41a0d704c3c735fe9564d8f7d8dfe46150]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:29 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6015fff71db1f5ce0df6256ef9fa75c844391aff]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:30:26 thb 1.8.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27802b52365b39742e0b734d3ed304eac3edd921]

        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>  [fd0b720ca2f7da8319f8f61d9821c9acbb1e2f5d]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:43:56 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [678f402ab0a77c928a57fb555ba077c4fadfe342]

        INTEGRATION: CWS changefileheader (1.6.510); FILE MERGED 2008/04/01 12:47:50 thb 1.6.510.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.6.510.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dadd2138e03ec5ba5f5d2e9fd082d82820717964]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:06 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b457f1c21c31f53a2745c56f7ff26821e06b4969]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:34 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:44 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:07 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94db8daa5d8748ab03408954f24650c79f0c9519]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/04/01 13:04:29 thb 1.3.62.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6404f730c78de42bdda6512dc44f28ec2490ddd5]

        INTEGRATION: CWS changefileheader (1.27.240); FILE MERGED 2008/04/01 15:30:26 thb 1.27.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.27.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.27.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66d1f9eb23b119bbfa42f17cb029b13c64927699]

        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>  [55a5360c77f0c33ccdcb1c4e867b2c6bd4b0d028]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/04/01 15:04:13 thb 1.5.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.5.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1adde73144fec931397865d0f08a52f94a3a589]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 12:39:06 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4a63efb14c09058e11c25ca56085754db24b7f]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 12:47:50 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [992b90bf245e78bea8bb4281c02b430ef5c7479f]

        INTEGRATION: CWS changefileheader (1.34.448); FILE MERGED 2008/03/31 16:59:07 rt 1.34.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2db7495c37b1c72445b0be5fb7c2367b78f5625]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:31 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6b4b3a7bf9695828827f0a818545a2366e0b1b1]

        INTEGRATION: CWS changefileheader (1.5.314); FILE MERGED 2008/04/01 12:39:06 thb 1.5.314.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.5.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b440dceb2113fcfa3d0b122fdda2c99715bb94b]

        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>  [70c783f1bc9711c27311bcd514ac27646842e83c]

        INTEGRATION: CWS changefileheader (1.9.464); FILE MERGED 2008/04/01 15:50:02 thb 1.9.464.3: #i85898# Stripping all external header guards 2008/04/01 12:47:50 thb 1.9.464.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.9.464.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f0fab40f5155ceb735b2ad520ea4875524a5a7b]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:31 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e12f1bdd6ec921d7e3159e06d453b06fe2c1382]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:59:07 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f75347ba50ff6989a87b27083177a562a93bf293]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:27 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40ae4a38d5bad9268f98010a0ea3bbb391300927]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 10:50:29 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0508e65623d726ce8abdec7d0debb21ce41acdf0]

        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>  [77d7de917942dda2db03311339e9522138a42e12]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:31 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c7da7e6b3293dc80539f491a4850d11fa17babd]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:44:32 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b0e4de29e493806b8deec5e568b158e8ee0a739]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/04/01 15:59:34 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:44 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:07 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ca6bf3ba395aa1497b36fddebcdcdb7be7e0f4b]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 12:36:30 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e70e2a7f9d51c7cf5239c6e19f9a281e6fad6d80]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/04/01 16:09:26 thb 1.3.62.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.3.62.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [565e25a58e45095f42d4e56b895d7518b5e7e0bd]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:04:13 thb 1.5.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a4c41b5fcaf563edc2eb47297e5dc1269f5cc9b]

        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>  [08c2b4c8478f0cbd39dd8dcd04123718ae5a4bcc]

        INTEGRATION: CWS changefileheader (1.4.194); FILE MERGED 2008/04/01 15:50:02 thb 1.4.194.3: #i85898# Stripping all external header guards 2008/04/01 12:47:49 thb 1.4.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.4.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e838a03f18f06f5a2e2b386a8d5893dea1fdd3b]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:44:27 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d39f98cb84a492f3d3a518c729047f1b168bf896]

        INTEGRATION: CWS changefileheader (1.17.266); FILE MERGED 2008/04/01 15:30:26 thb 1.17.266.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.17.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.17.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96ae74ac520a89675f86b0fb60d22e513555aa16]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/04/01 16:09:26 thb 1.3.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.3.28.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [987096a4e47aeabbbdd368eb143e3ec628c2e22e]

        INTEGRATION: CWS changefileheader (1.30.448); FILE MERGED 2008/03/31 16:59:07 rt 1.30.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af4fd0398f020cff2409f442ab2991e9c0d594fb]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/28 16:44:26 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f316a78d0d09f40f6cbaf9fa606d2456203685a5]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 12:47:49 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f7a1fa1094bf813c56c55cdf35c926320188bb9]

        INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED 2008/04/01 15:04:13 thb 1.2.246.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.2.246.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.2.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e2b9df1d04accf71202168239e40137bb9dc48c]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:25 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [925b91c97c13808576df68078428d1345a1acd53]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:31 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7af3f5b8ed9f42d4befcd8b7e1b211d9972b63d7]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:59:07 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9ebbb76f055f9b9a5c991fbe0db4e35d205b371]

        INTEGRATION: CWS changefileheader (1.6.556); FILE MERGED 2008/04/01 12:39:06 thb 1.6.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.6.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e337a33716e47a7783ba8a145b667f4178761731]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:44:26 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb3310d9b6a6259354484d4c0f4c726c4899d9d3]

        INTEGRATION: CWS changefileheader (1.10.636); FILE MERGED 2008/04/01 15:50:02 thb 1.10.636.3: #i85898# Stripping all external header guards 2008/04/01 12:47:49 thb 1.10.636.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.10.636.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3415d0e3a9a03e0dc7240a7d584a09dec19730ec]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:14:55 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2814c4412507acd2dde9582249cfbcd8081f4d5b]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:25 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2a90d0300c23243b68a1cf5e149d6dfd5620e35]

        INTEGRATION: CWS changefileheader (1.28.242); FILE MERGED 2008/04/01 15:59:34 thb 1.28.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:44 thb 1.28.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:07 rt 1.28.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [034e1a463a2135f1b2427ed4424db000ad718731]

        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>  [a91e64b9731225f13bec1edf58477c59ae15b2b0]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/04/01 15:30:25 thb 1.11.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.11.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc894026d4d0bf51a8f1b7324ce057ece119913a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:55 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5703f71b5e4aaf4ead5285226694874917c9b9a6]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 16:09:25 thb 1.8.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/31 16:27:58 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23a1ad9a942505af1a0844409641c9ab32e6c1ed]

        INTEGRATION: CWS changefileheader (1.6.556); FILE MERGED 2008/03/31 13:58:14 rt 1.6.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d58e853021d232c71e54f1580dd28cfeec67f7]

        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>  [877bdfd8c82f8b3e059ae0d969ecc1527ec4e029]

        INTEGRATION: CWS changefileheader (1.16.24); FILE MERGED 2008/04/01 15:30:25 thb 1.16.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.16.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.16.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6960651c80d3a80bfe1645638f398ecc55948f18]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:29 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13278150962ea65eeaa78a17135704b8eca1f0d1]

        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>  [1a568f43c32fc95e7261b4a3355641808f978778]

        INTEGRATION: CWS changefileheader (1.11.366); FILE MERGED 2008/04/01 15:50:01 thb 1.11.366.3: #i85898# Stripping all external header guards 2008/04/01 12:47:49 thb 1.11.366.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.11.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51e7039db0b7308698ad0e09ec1e0da4fed140bb]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:44:26 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c1473bfe37b0345754633773c6fbff319d40c9f]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 15:30:25 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16316b7240c54c7aa0d0cd556131eb54c507d8e9]

        INTEGRATION: CWS changefileheader (1.24.38); FILE MERGED 2008/03/31 16:59:07 rt 1.24.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39013f17461b78b5210f283c07aa941ec6f4a7d2]

        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>  [29d7778c5007f0178ebabca9dc807a38d582b287]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 15:35:24 thb 1.4.556.3: #i85898# Stripping all external header guards 2008/04/01 12:39:05 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79edc323ec0c2530688974e86c93cce1851d0fa2]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:16 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad481522388194143cb86a8687a79a121b5cc2e2]

        INTEGRATION: CWS changefileheader (1.5.636); FILE MERGED 2008/04/01 12:47:49 thb 1.5.636.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.5.636.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eba5abec3cdce9910729c518888cccc70df52079]

        INTEGRATION: CWS changefileheader (1.17.330); FILE MERGED 2008/04/01 15:30:24 thb 1.17.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.17.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.17.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a69ed6f9e9a292c66ab9bbd3ca0a20db9ba7b4d2]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:05 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb0c07dd913f9300a00f13551d5b48c43239859a]

        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>  [8c97a49d5a7865997a3cfe3dcb48972e159482de]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 16:59:06 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [705d4a746f93856c9ddc87ce1e50614cb692f16d]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:13 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:29 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b9aef0748c1d8d36deb53b62ca7ad213ab1be8b]

        INTEGRATION: CWS changefileheader (1.3.212); FILE MERGED 2008/04/01 16:09:24 thb 1.3.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.3.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.3.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44b8d6874b3b47d3003f8f414a88c43d1334f921]

        INTEGRATION: CWS changefileheader (1.11.366); FILE MERGED 2008/04/01 12:47:49 thb 1.11.366.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.11.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0289fa5e5691dec08222c3531c152803e3cf32e]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/04/01 15:59:34 thb 1.18.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.18.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:06 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb1710d1e45cde8cf7669d0f8b50a83399a991ec]

        INTEGRATION: CWS changefileheader (1.14.292); FILE MERGED 2008/04/01 15:30:24 thb 1.14.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.14.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.14.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac35b4fb278ebcb54be722a61fa5c1b2e97509a7]

        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>  [5f3ae3da6776ce1c7b247e77b1cde1b4394908aa]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:13 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [feab5fae5a36eb6fe3da19fd20c35e380a02959b]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 16:09:24 thb 1.7.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b9b8306f41a5423ea863973e276f1acbcfa485b]

        INTEGRATION: CWS changefileheader (1.13.194); FILE MERGED 2008/04/01 15:50:01 thb 1.13.194.3: #i85898# Stripping all external header guards 2008/04/01 12:47:49 thb 1.13.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.13.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a8b408032179b25b81d4514b901b82e4cf37c0f]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:23 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:05 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [296eb5ef762171c22f485653ffed3338d3568a5f]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 15:04:13 thb 1.3.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:55 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58e5e3a215fe34cef19555d7b2bbea891652acbd]

        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>  [c6d22a57d42ae24b7c505b079b02d0b13119325d]

        INTEGRATION: CWS changefileheader (1.28.24); FILE MERGED 2008/04/01 15:30:24 thb 1.28.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:30 thb 1.28.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.28.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daa0f3e4cabc035caf51ecd93cb2cf6cee465759]

        INTEGRATION: CWS changefileheader (1.6.556); FILE MERGED 2008/04/01 12:39:05 thb 1.6.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.6.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3394077a2807a30e3408ee7d16c5bd3fefa36863]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:16 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376f250d1ad31c2b21c31761353732e532d8ca21]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 15:50:01 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57c3562b23352ce13946adae002e1d2201708125]

        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>  [302873356ec2fddd843162c47301c23faadb970f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:30 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6a8f2c1c62edff3a4a8d472ca07b1addc1fc5ea]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:13 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee8e9d3af46885d77b4a5469c90acdc285e97f0f]

        INTEGRATION: CWS changefileheader (1.31.448); FILE MERGED 2008/03/31 16:59:06 rt 1.31.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d6d8743b6b548f5b2698bbc2f097235a7f995d7]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:50:01 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:47:48 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:58 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32023e75b7181d79c69380fdbd32d2c89d332df]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:24 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c2e7dd1dd2b846548ab0cadb7580325b4d2468f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:30 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c021ee06dcafb029ee128da95a5603430cee66]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:13 thb 1.3.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1c84bb38493d366257fe249525b19e2e65deead]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:24 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19711555b4583a507555217e2538b1745e64c8ee]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 15:30:24 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d84b86a8b32e811581735e00edce945e528203f3]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:06 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03c7a4d70045aa8151a01ee5e080196613e3e0bf]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 15:35:23 thb 1.5.556.3: #i85898# Stripping all external header guards 2008/04/01 12:39:04 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81a27dfbb60b1a58dad16f3a300a672d46f0d23e]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:44:16 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ec2c17911ffd94b0dc6095c9c901a3cbcad12f]

        INTEGRATION: CWS changefileheader (1.45.34); FILE MERGED 2008/03/31 15:59:29 rt 1.45.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfab729ed8d7144a3de0ab460b6eeedc75156110]

        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>  [bb0e89621ee5802bf758293ca491a3f09000f5e5]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:43:54 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d0904002646e12b050677127116a3dc05b0d7f]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:34 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:06 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f57b8a8e676e736912efeb2ae2ed15ba05691d]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:28 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23486b6fc43704cbb12f5d447e5c14d00f9d8b3b]

        INTEGRATION: CWS changefileheader (1.10.88); FILE MERGED 2008/04/01 15:30:24 thb 1.10.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.10.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36654b18feeb7208faf853b6cfeed70cfc3bfa38]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 12:39:04 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:14 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89b204d774997257acb5039d1c7d92db3f943764]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:29 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ed6b5344f99acfad9beb8ba45c911ea9a604748]

        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>  [0d0754cce10d2f763d5bc736231e60bd9e7090a1]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:15 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72ded2050b94eba91a18b065bd4cbf08b309df98]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:24 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:28 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0efb6eaad6e841283e825e37e5a59d56789634f4]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/04/01 15:30:23 thb 1.13.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.13.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:55 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7f7dc75584ac06cfc604735e6fd3178d627a4c]

        INTEGRATION: CWS changefileheader (1.33.448); FILE MERGED 2008/03/31 16:59:06 rt 1.33.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d06f8590160b483961a52abb5dcac360bdb964]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/28 16:43:54 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f1556d57f6695a0822cbb502e28caaf45916bce]

        INTEGRATION: CWS changefileheader (1.4.556); FILE MERGED 2008/04/01 12:39:04 thb 1.4.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.4.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4750100ed5c781e663f31f1791abc99d60765ded]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:14:54 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f224312bdc5ba92ac551970a9dd6164cabb5c298]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:28 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56910d2e08f2e3342201f1fe97697ee616ae49c7]

        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>  [274d1bac33df917b22b5b04d312fb128597b64b7]

        INTEGRATION: CWS changefileheader (1.5.556); FILE MERGED 2008/04/01 12:39:04 thb 1.5.556.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.5.556.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a371fb5c22da9855461311274882b60dc0d87db]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:24 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e30603197755c80c34d07549f2de4330b98467b7]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:29 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2019afea1ac2a890a9a6edae15c37f08190cf027]

        INTEGRATION: CWS changefileheader (1.28.34); FILE MERGED 2008/04/01 15:30:23 thb 1.28.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.28.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.28.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [514476fa18274bc728bc7567e3114e0130439b7c]

        INTEGRATION: CWS changefileheader (1.39.34); FILE MERGED 2008/04/01 15:59:34 thb 1.39.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.39.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:06 rt 1.39.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [692ceb4bd0e7d961e28485d84d55547e433e11f4]

        INTEGRATION: CWS changefileheader (1.5.116); FILE MERGED 2008/04/01 15:04:13 thb 1.5.116.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.5.116.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.5.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42817ababdddfc00078126ec87bca471ad2e7dba]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 15:49:43 thb 1.2.50.3: #i85898# Stripping all external header guards 2008/04/01 12:47:10 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53a8ef0d244dec4a2322b14fce94d132ad9db32d]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/04/01 12:39:04 thb 1.6.184.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7e023cf106e88bf0d8bcb39f8be5920d9af9a21]

        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>  [b7b2a51180e731901dedf52b8446c538dceab92a]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:23 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5083e8b23be1cbfce2826f018ed57e434efcc60e]

        INTEGRATION: CWS changefileheader (1.16.88); FILE MERGED 2008/04/01 15:30:23 thb 1.16.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.16.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.16.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a86b0853b4c545327d42eae69dabebec77cb2ed8]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:44:15 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f56eaeaad3eec159a449e4f0670b48b82fc13a0]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 12:47:10 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f29465ba048f7bd9e255c876470a14782386179]

        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>  [e2160d5cb14ee5367ad24635f9b1bcaf567eb174]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:12 thb 1.7.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c8ddc781d22fa0e3005a688e7827399da0548f5]

        INTEGRATION: CWS changefileheader (1.19.448); FILE MERGED 2008/03/31 16:59:06 rt 1.19.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c31ea0ada7d2f8295f7246ded58e3bc6dfcf68]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:27 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f92ccf95f873e6d5039bf817b63a8bdd6fb7f8f]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:30:23 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93c028b0d36423beacba10b4d08332316481281a]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 15:59:29 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af4f76d4ca49913387dd8680a2b7161cb01d7332]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:59:33 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:06 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [149869a9b505efd3a4d5cc8f64be26d6ff3299d9]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:43 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:10 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbfd41c9d9b61d495fa75124799feab700c3e4ec]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:12 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4e5db62153eb64a54cbcc5ce63f3c2c51900e33]

        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>  [0783af3d58593c8f886ac3de8cb2cc23eec851e1]

        INTEGRATION: CWS changefileheader (1.5.156); FILE MERGED 2008/04/01 13:04:27 thb 1.5.156.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.5.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b176acf5be9642054e780f9faab16b6909d4d2ef]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 15:59:29 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2148755b3c5bc7b70da49c8c2802cf7348ee1ff4]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:30:23 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [078e41538352ffcfbd42b6c5fefd5acc6288c070]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:04:12 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f3a9e4f0bea08fe76ba1a662ad99337b5f5428]

        INTEGRATION: CWS changefileheader (1.38.38); FILE MERGED 2008/03/31 16:59:06 rt 1.38.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33692c5fc6a972ba29e9473fe9f1197473cb6f3f]

        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>  [c4a7a295113bbe0e49f722a9ebe42fe585f3f324]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 16:09:23 thb 1.4.62.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.4.62.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71c8c5607bf458e7670de76096a7dd5b795c4ef9]

        INTEGRATION: CWS changefileheader (1.7.492); FILE MERGED 2008/03/31 15:59:29 rt 1.7.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581457d11ead5869744f886197035283b039f700]

        INTEGRATION: CWS changefileheader (1.10.24); FILE MERGED 2008/04/01 15:30:23 thb 1.10.24.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.10.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.10.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d20cdf9bc15f19d5dc4019cb6c366d5860a4c58]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:43 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:09 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec597bc942ea0c76a433e4d1a01ead5371f249ac]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:15 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [603dbc66bb99c7db20527650c91d4c1e912f38de]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:54 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61ebfcdb0a1fb23750fb5540087aafa97e7cd2f1]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 16:59:06 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8890eb8abf1a9229fa743b00b3c89d28afa9ef0]

        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>  [831e30f645ad90b978738637061bfeb3bd2c91e7]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/04/01 16:09:23 thb 1.9.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.9.28.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23312923df8d5433ab84f4e91e0f5e82e646c5e0]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:23 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69e755c67c339bfd0b585d19b874cc3c831fed69]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:29 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fbac50449ec01a3953045b5a4f5d4bc95297b77]

        INTEGRATION: CWS changefileheader (1.19.36); FILE MERGED 2008/04/01 15:59:33 thb 1.19.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.19.36.2: #i85898# Stripping all external header guards 2008/03/31 16:59:06 rt 1.19.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7de08af0c8383304dfa77c71118f221f6099e725]

        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>  [8fec27190bcff807f3e5f54ff20ccb2ef403378f]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:44:15 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29efc6c3e8d08b59059a73c4a5e6ec0596be73ce]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/04/01 15:30:23 thb 1.15.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:29 thb 1.15.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:54 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75f949ddb6e68e9f7219c470eeceafd18662eb53]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:09 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04d4b8f6f4dbb857639d5eafdaf7e6d00810d7d5]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:54 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [460a88b0961e5c3fce72814b68e3dc3701dd1d24]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:22 thb 1.3.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cde268b14d247a7dab1d62dc5808e6292684161d]

        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>  [6d5dc17ca133ecb7e101a7142314d450dd6b4ef8]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/03/31 16:59:05 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73c6fabcc4b35f8997ae6c06f3dcf485f282c67c]

        INTEGRATION: CWS changefileheader (1.86.298); FILE MERGED 2008/04/01 15:30:22 thb 1.86.298.3: #i85898# Stripping all external header guards 2008/04/01 12:36:28 thb 1.86.298.2: #i85898# Stripping all external header guards 2008/03/31 17:14:52 rt 1.86.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7676169443d2fd5d9ff45c49ba665a029f0cae98]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:44:15 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99ff5b84504c8f4bd350ab39c0ca01af472758b2]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/04/01 16:09:22 thb 1.3.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.3.18.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70e5c90480bd8252cfc7198001d508db6397b9c6]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:13 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce5da8f70806cf875c880ea7bd341647250f9ad3]

        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>  [fb304f2137b69b5c795b32cece1078a5a4459213]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:28 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65c825a81cfcf8d00710939fdfc13c88a40a22dd]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/04/01 16:09:22 thb 1.4.18.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.4.18.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7caba1ef7306ecb45edf1255ca1e876eceac364]

        INTEGRATION: CWS changefileheader (1.25.292); FILE MERGED 2008/04/01 15:30:22 thb 1.25.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:28 thb 1.25.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:52 rt 1.25.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1245fab691100115eb266c27be99cd97f948a606]

        INTEGRATION: CWS changefileheader (1.7.624); FILE MERGED 2008/04/01 15:35:22 thb 1.7.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.7.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.7.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78e9b54209b618d872885199701c6cb55a42122a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:12 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b4fc5706be12766a007df8b6d19bee158fa08fb]

        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>  [7137c6f91118103cc06646f4fc8361ed5a2104f0]

        INTEGRATION: CWS changefileheader (1.20.344); FILE MERGED 2008/03/31 17:14:52 rt 1.20.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8d6d8886f26e13d9913c6d4db962d2d5caf5d5f]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:22 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:27 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace5dfb557388db66235302f0821cd3278790733]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:43 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:47:09 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b92942a76fd49b4ae2dfbccb99d31e7d50e9fad4]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:28 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc1f21af2a70d7dde4f8b4c82062e45214efc350]

        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>  [db1ef34aada1dd8f617f7c7542a3dc4dc047b713]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:28 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a70d3b750df8f41cb5a590cbeef81529f68953dd]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/03/31 17:14:51 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a44cbc911bb6359d57e338407b5b7fb3d80dc2a4]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:21 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:26 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [117c22435b32c5003fb0d3159c9292278ace4f34]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:44:15 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b911d376e08da4eed8cee515c5d25a8a8e6dedda]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/28 16:43:53 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fa0ae62e8fa6fe92e6db8dcb6a147f62996f292]

        INTEGRATION: CWS changefileheader (1.12.184); FILE MERGED 2008/04/01 12:39:03 thb 1.12.184.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.12.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [161ea37f0f13076ce05fa76984fb187fa84eef3c]

        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>  [b40acf84b0b400a3b50ef40c3cbe24a21e897a7e]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:28 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6567ea5920fc1a11f7bd0061c8c909c48be52b]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/04/01 16:09:21 thb 1.3.50.3: #i85898# Stripping all external header guards 2008/04/01 13:04:26 thb 1.3.50.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb74f8d55a67838e8f4b7df9bf639344da31e0b1]

        INTEGRATION: CWS changefileheader (1.31.266); FILE MERGED 2008/04/01 15:30:22 thb 1.31.266.3: #i85898# Stripping all external header guards 2008/04/01 12:36:28 thb 1.31.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:51 rt 1.31.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e66c1a0431d6b9941bb3814b82029b1ab7924cf9]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:43 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:08 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:24 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74a50a0f874b92a4c72a1102981f83135edac8d8]

        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>  [514542d2563e995e9e37fa42ad0a25fba5f51b6c]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:28 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7118308d272a082da7ad6da81ab1a14b13478eaf]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:14 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd9e12fbde331d282e4cc08bf427b73e7cf8a175]

        INTEGRATION: CWS changefileheader (1.25.330); FILE MERGED 2008/04/01 12:36:28 thb 1.25.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:51 rt 1.25.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [871cf6a9ed0935c3a29d1fafe396fc6d34d321d3]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:21 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [553a6b18613b91965583c159b088a0b4f357b586]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 10:50:28 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db550c32a41fff7400c57505b5172481d331f4aa]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:28 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c78a31410f8e0f7d7c44a0e0667874a66b13ad6b]

        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>  [c069f0fff5c325f05798ce41eabdf56ff92fb72a]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:26 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6b97ee834cd109a529eeefb155ae3e43c93c4de]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:13 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80234e821fad69152fe505e11b532616835ed8d0]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:27 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e65d7b0c196621affbcf597909dce2e86f27fc1b]

        INTEGRATION: CWS changefileheader (1.13.292); FILE MERGED 2008/04/01 12:36:28 thb 1.13.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:51 rt 1.13.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b5de762e3de60ee51d24e384f01f34cdd21558b]

        INTEGRATION: CWS changefileheader (1.4.212); FILE MERGED 2008/03/28 16:44:14 rt 1.4.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ebe638dc3be2a42e9343f24e9026e57279c2bdb]

        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>  [dbc3b51917194d0c59a3ef2c8d749c394fd1ee02]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/04/01 15:35:21 thb 1.3.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d317985d167fde09295033412171aee7ff6f0b37]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:12 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:27 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71d1b9101865703a539f6afcb8f7d4281378a5b]

        INTEGRATION: CWS changefileheader (1.24.32); FILE MERGED 2008/03/31 17:14:51 rt 1.24.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e3e401f55032270932a0a26344860d317191a70]

        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>  [a04475730ed4aa4ec430553d6cb1a4734c9d08a6]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:20 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:26 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa4930a8c278f3d6daad527bcd2c9b45931ee468]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:14 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2149c24e01d1f921d1b50f378c388a2face847ff]

        INTEGRATION: CWS changefileheader (1.4.116); FILE MERGED 2008/04/01 10:50:27 thb 1.4.116.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.4.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0da5fc79cea033df48714f0414a2a990a6c4e90a]

        INTEGRATION: CWS changefileheader (1.9.468); FILE MERGED 2008/03/31 15:59:28 rt 1.9.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea1d0b110deb7790c2a9531cab6072fbf7f6a5de]

        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>  [d0a26ec4199bc2b715127cfd46e3b4441dd66184]

        INTEGRATION: CWS changefileheader (1.3.18); FILE MERGED 2008/03/31 16:27:57 rt 1.3.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [931ba7d7831a1c85aa71c45378437b99b8a26012]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:43 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:08 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c61b8ec4199f8df280b48f9c20a3d21a848e31d]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:14:51 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4b813a4147098aa98ef72957e6db505092faede]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:28 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be7527c88d3228422515ed75ea2de595d576fa24]

        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>  [229ab9a7c2accc3105ff6730f17242aea625fe72]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:09:20 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:57 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6612b6d793474ee5387775c0bb5aedcd8292a4d4]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:35:21 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbc7ef3bdfa3d5827878857fde8c6e335775bf84]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:08 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15966692039b95a7a6b972f90cdd8448c4e28075]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/03/31 17:14:51 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d47e8c85982adb81e22cf7c6b4e9ff2b09173673]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:12 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:53 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7843132d679f67b4ddf44df3ef9cf4fc8f87e762]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:13 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [892ef638747e050c77d45b99fe6ba70eed983069]

        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>  [2f66da93be73d90334ef461d7c19f12714d26b9b]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:14 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f11c13927bff8d16fecbd2a67f6e2a1622c9d8d]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:53 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a28ee51e409f6fdf925ce013e1daae19d06a6ed]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 12:36:26 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:50 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e1c97bcb3b9dac7bf13d6e12809c1064316f25c]

        INTEGRATION: CWS changefileheader (1.8.146); FILE MERGED 2008/03/31 15:59:28 rt 1.8.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96d284ba25365ecbd3ae3f81c3a637dcd696911b]

        INTEGRATION: CWS changefileheader (1.3.440); FILE MERGED 2008/04/01 12:47:07 thb 1.3.440.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.3.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b99aa9c0b9a3ecb966439fb25c5744653c949528]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:21 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4e105ee7d8080c2b50e0ccfdc55f30fddbe4725]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/03/31 16:27:57 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b549b0b37aa0f0462f103d47d0cd368a74951d9a]

        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>  [a9bee160d5fac4437fc5adaf2452e6f6f39eb8d1]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:12 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f2d46b4f5057ad1a0f9fd47852e753c20a88f06]

        INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED 2008/04/01 15:30:22 thb 1.9.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:50 rt 1.9.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e3d2ea3a88955d9c417f17353b7e8d965707c3]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:07 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [164d1c0a3176c42fa69758c3e3837f79a728e185]

        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>  [172112721203fff5e9918a4f74b2651aa81dd6ea]

        INTEGRATION: CWS changefileheader (1.6.296); FILE MERGED 2008/04/01 15:35:21 thb 1.6.296.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.6.296.2: #i85898# Stripping all external header guards 2008/03/31 13:58:13 rt 1.6.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [681a2402bbc2838f2fa0fa74f6926e18fefb26c2]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:12 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:27 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4026fa23f08faef5b86d2dab2ece22ff1dcd68c]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:14:50 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e0b996a0e648f0941345651b9eca81c93ff7126]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:07 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5903b274267f590dc2ca4d7425aec608f9bf97ec]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:26 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fe10874364f6d02d7ba5c3ac23e475002f4b661]

        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>  [67f5a577f59488cf0dbeb85f41bf7c59f760216c]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:12 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab7132ba0f5f5c7df14a9796114baf7a125ed9d]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:14 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc9e7868bfad3b8483f4bebf39cd30631bd1ab2c]

        INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED 2008/03/31 17:14:50 rt 1.9.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ee476eac672c2ed1c0e551eb80895faa0aa3af2]

        INTEGRATION: CWS changefileheader (1.2.146); FILE MERGED 2008/03/31 15:59:27 rt 1.2.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6630fd1fee4ed1f6d60b3215dd89cf86be65806]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:19 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:26 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2261012e3e654b3b0c919c85b15e56d7936f2cbc]

        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>  [9a2d39a982dbcd4de61d1fa281cd4e00c4043adf]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:35:21 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ad9446a5f8c9327ff0312d1a265550077cc5528]

        INTEGRATION: CWS changefileheader (1.9.126); FILE MERGED 2008/04/01 15:04:12 thb 1.9.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:27 thb 1.9.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.9.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1c86944c81613b4e1491e6ad415aad6d89af3ed]

        INTEGRATION: CWS changefileheader (1.18.300); FILE MERGED 2008/04/01 15:30:22 thb 1.18.300.2: #i85898# Stripping all external header guards 2008/03/31 17:14:50 rt 1.18.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afaf35a7cbabe6eca525b4ff1413e6bee6348308]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 15:59:27 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [379144aad4ba38fea5c2dc96c72616bc2bdeed48]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:58:12 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f163d91e117502fe03c0a49d86585387e59594e7]

        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>  [22afff55da1b41dea9534527a71ceb5e5b50416e]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:27 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5665e056757145c6048151e67e65542d78e33501]

        INTEGRATION: CWS changefileheader (1.6.88); FILE MERGED 2008/03/31 17:14:50 rt 1.6.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d184ce36b52839670e5baa3107d5d377b3881d09]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:27 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14579492709105cfa7ce86d0b621d8a8596fb0b1]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:19 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:25 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [672ddfae72ef30dc223bfd43833749096666392f]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:12 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73847c4c621e4b375ace13ddcb2960c1eb4d2ee3]

        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>  [d507c73ca471b14b60c9ca6f8150a54a865ab91d]

        INTEGRATION: CWS changefileheader (1.33.448); FILE MERGED 2008/03/31 16:59:04 rt 1.33.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eab6f0e35479e7173a8dd163a773adfdfac3effa]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 12:36:26 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:50 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d38b04a26c775bcc58fb9f4aeb899a6143a605a]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:27 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b407f8418c8696b4560451293698e54ac37e1a6e]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:35:21 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [131fc7d8087ae56737809e7a47d20ddbb9257d0e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:13 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a26d0259d1da86569aa04c5771e71e25f1aec6fa]

        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>  [7f3a672b8cdc5f3d70da3eece5cba6f7de6c5b3a]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:04 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6feea0f639d1b389682aff4c50430492f38ae9c0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:27 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5102c1fd200f36760a051a4b081725758a5ba4af]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:35:20 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [345acf30f7a9474f6e10a54eaf9275a9ec4570f5]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/31 17:14:50 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [222feb48eedaf6382735ab63613a5555080d311d]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:13 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3600b9e2f21fb00d8cc1885a533aceab06fed2a]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 10:50:27 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ce67f40c9cf7c4180008b33159d253b2e3fa6b5]

        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>  [16f454dd895a3b6f4e4d37d6775f202d8e5dc609]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:33 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d59aee4732630ac35efa03cacc34c0ce2620e78]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:27 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a012a0a2fe7a5037766eb1a38a4f577dcc8d5b5]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:06 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abb2d13702d2400ed83688b9a452224f82a35f9d]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:18 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6ee5961a4926a355969b145c993de752d76ef5e]

        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>  [d49c4276d3e714f1abf09558721f3a599611563a]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/04/01 10:50:27 thb 1.8.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45f6475bfea79c0f9b7e2d4dbd4e84fae554dcd4]

        INTEGRATION: CWS changefileheader (1.20.448); FILE MERGED 2008/03/31 16:59:03 rt 1.20.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [528984102701f3f35c6e43d99d2c292cdcbcc0e1]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 15:59:27 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2994c6107cccb5f870d345ed71bf04d2061930f2]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:18 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:25 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19185f92cc0ad6667ec9d8f5aaf59bd008edf9ec]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:14:50 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deb5ac694fe0cb1b56ffc396ebe4b1d77f3f7987]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:35:20 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fa04e665840dc4c078bfcb1fbfdc0636bf8bf78]

        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>  [a1161175a48745bac1685ed4912c81900a0befc4]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 15:59:27 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f54d41c8338246f7be43dc78472f1f4e6145fd1]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:09:18 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:25 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21ca5b623592529bb0c4c267aeebe852a53ec7c0]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:03 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [270c74336157e36db50c119ad6842d7177e2a627]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:44:13 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a4e0a5c2d7b8b7b2eaca7f16dd37ac4f5c6ba9f]

        INTEGRATION: CWS changefileheader (1.15.134); FILE MERGED 2008/04/01 12:36:25 thb 1.15.134.2: #i85898# Stripping all external header guards 2008/03/31 17:14:49 rt 1.15.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94c88da5d17822d006b08c0349d19126582fb969]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 10:50:27 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [589e9ce138cfecc26cef1df6d651553e8c5ee5f2]

        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>  [90bc3bdd8ad1a38a8a0d1fcbb0dc76f03896f7f1]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f442d5ba3d59a79f4560ac48fd3ace38c1a4fba]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:59:27 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce52722ccb3552bc6b59e0ec7beae62e917d44a4]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:33 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ccf76b47ff8a6359bc3a493749fdb1f7eef3b4f]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:35:20 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3731be43333a473d70532dc1cd9dadf65fa835a8]

        INTEGRATION: CWS changefileheader (1.5.88); FILE MERGED 2008/03/31 17:14:49 rt 1.5.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddc664621a4e000ab1bc3d766c3a74cdd5fb36b1]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 15:04:11 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:27 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:52 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d44df58572fd68ebf1f89b3481d173c946d79b]

        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>  [4b60e1b1cfe4992f21b84411116b8b302b4ac4cf]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:17 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:25 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab9f821b7e447388598d4989d7041dd3a6477ff0]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:59:03 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ee06424457db04bc0a969aa3726844a869acb15]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:58:12 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4e57b4b07d67b01d2e8d0bfadc64b4cad093287]

        INTEGRATION: CWS changefileheader (1.17.86); FILE MERGED 2008/03/31 17:14:49 rt 1.17.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a43750723fbbfcd428dbe392f05a13bb4c2cb58]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/04/01 15:04:11 thb 1.3.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:27 thb 1.3.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24cc8361dd0531e8b818be4d64a56fa8a76e4e06]

        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>  [e7c5e29e0a52571bf8929ecdf8bc8f47965afaf4]

        INTEGRATION: CWS changefileheader (1.9.46); FILE MERGED 2008/03/31 15:59:27 rt 1.9.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2261eeb376949b4db3122294bb6f6a32fbb2a4d4]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:06 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95fdc22fee28141c4a8c30a39c829cf6bd279685]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 17:14:49 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [221c1e412cae5545df7286f6f0f70d83d687bb38]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:51 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c11740975bf0766f9f6696efd78d5c0a4a25856]

        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>  [2deff2a2e655b9e977c8eeeb55096900f60a6e12]

        INTEGRATION: CWS changefileheader (1.13.38); FILE MERGED 2008/04/01 15:59:33 thb 1.13.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.13.38.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.13.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d1e7f249637a99a570314c59d4cb51cb24dee10]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:14:49 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f75dda153fc4a9631401efb886f7b24771106b8a]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:20 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5341464e9fc9ac1e342c53c7c0e7d1c127c6fc8b]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 10:50:27 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e502bc65c694687f2724253d71f8a29b665e811]

        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>  [32556f5da5aeb9efae4a663a915b8991e46556ac]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:05 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c4474761791ddec53f920932383c32461814bb1]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:44:12 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afbc1dbc27ec0038ce46832af8ef25bb57bd93c0]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/04/01 15:59:33 thb 1.7.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.7.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeff6454340225450fef0074f3a5c82e16436823]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/03/31 17:14:49 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [967d624873386b62b9eb9e8cb8a9a3fb47494f1e]

        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>  [e3e41c89eb27f49e9ec2cd399fb3f04cff180aea]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/03/28 16:43:51 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a474297c85cadd8e92b7ef94076c1f2aeacce08d]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:16 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:25 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [253f20f4a687a3adbbe1438a1725a7649fc7f53a]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:05 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [412a365ddc19ec7303cfe572595c2adb69a00b38]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:12 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fe81565eea5fa106e3d56439581b7a50ed225ef]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:59:33 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a07ed4f644ed4bfc8cd226b78f288ab01b3746]

        INTEGRATION: CWS changefileheader (1.7.492); FILE MERGED 2008/04/01 12:36:25 thb 1.7.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:49 rt 1.7.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bda0404e409b0241a719b2b5a602a8bb59132fc1]

        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>  [b9c068a56d8ee24919ba97a1387ab864dd580bd9]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:04:11 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24f8d9505774b092fa8c0bb1d392814864934d87]

        INTEGRATION: CWS changefileheader (1.2.156); FILE MERGED 2008/04/01 16:09:16 thb 1.2.156.3: #i85898# Stripping all external header guards 2008/04/01 13:04:24 thb 1.2.156.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54065b4028a71701185933276ff3762d61dd18d7]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:26 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38ddaadaa97ad0c6dca5e7606de226431cc50427]

        INTEGRATION: CWS changefileheader (1.41.448); FILE MERGED 2008/03/31 16:59:03 rt 1.41.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [984933ce003d7e3d86061d179fe7adb8c761b29c]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:12 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b4b86be88644c9d49676db069dbd6ec1ac5f9de]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:20 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38c594637f106905970f307a2f19984a07a5bf78]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:21 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:49 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0108c98c483394f561d6f564cd0d5af8c96eb741]

        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>  [2eb28a80d80b66d48284bd0a299c33dc1765f3a0]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:51 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b8ca62655f0f68d3e4d79a23a4cac7c0dcadbe7]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:16 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:24 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48be2307b314467faa7e049d16384392f7e26283]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:26 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6d2ff2b5add39ab981f341877cb64573816c81f]

        INTEGRATION: CWS changefileheader (1.8.530); FILE MERGED 2008/04/01 15:35:20 thb 1.8.530.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.8.530.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.8.530.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00ee376c7eb41d00d20e2c7d049384de5f38505]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:12 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d364788a805948faabc50f8318d925cd0985101]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:59:03 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e86a3fef9a7f1bc6fecf292588b24694746b8917]

        INTEGRATION: CWS changefileheader (1.14.32); FILE MERGED 2008/03/31 17:14:49 rt 1.14.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd53b477cc29c3a379ae71176e149bd3d70b9af2]

        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>  [cb7435162e43beed332341037ac65a86336483dc]

        INTEGRATION: CWS changefileheader (1.10.46); FILE MERGED 2008/03/31 15:59:26 rt 1.10.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5266fbd2ac30b95a39367f5a2b7081af27c1db4d]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 13:04:24 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d822dcac1b9d440cae0158712022aba359217f5a]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:04 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c01a2f01f6b44fcf297bf3fc57058ebe161a0ce6]

        INTEGRATION: CWS changefileheader (1.48.34); FILE MERGED 2008/04/01 15:59:32 thb 1.48.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:43 thb 1.48.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.48.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [351c62a84105702262d6eeff093377a7d60366e9]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 17:14:49 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [011614a5cf69e91235f7692e6c78fcc3055f2854]

        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>  [3be6178b588c5e338cd4c2f298d4559e3f04603d]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:11 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96205408ac73903c1a4877e2c2cb1ed96f8a807b]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 15:59:26 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1ce9665ecc340425d4fc2259f6df5f61ce63a3a]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:04 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:23 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29803747372d6cf190692b96f744da7fcfafecef]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:59:32 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:03 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce0e2177b035c3c38067eaf022b9bd9d15ec6fcd]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/31 17:14:48 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b692d73372b4ee43ab2270f4b3d449d7aaa5f3ea]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 10:50:26 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44d0f46d0e65c3cbf15f38a90e5cbf31209be851]

        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>  [d8de463707b2c5a76d3cbdaca46bc0c7fc475bad]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:35:20 thb 1.6.624.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf22ecfe6f57e07efb440384ac7eb0e8bf980f26]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:26 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49f13844037a878778f2e91c896443f9d4a070c9]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 13:04:24 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dae9434fe207ac5ffff77a90df25a086be2bac16]

        INTEGRATION: CWS changefileheader (1.21.448); FILE MERGED 2008/03/31 16:59:03 rt 1.21.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cec248245ee6eee16216b66519f321d650c96de]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:12 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e667c25869ad23ec542c154b8e75e726c455ae35]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:14:48 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc4843d05d7098ee6558b5b7e254af372e641b94]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 15:04:11 thb 1.5.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a1fe6c4b9ac9ea31454b4576ee6472a125cd943]

        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>  [da6246daf7c00eab8dde77603bd1e496a0580045]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 16:09:16 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 13:04:24 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2807ab93dbe419d85b60fe47ce1c617c0e6c4765]

        INTEGRATION: CWS changefileheader (1.10.126); FILE MERGED 2008/04/01 15:04:11 thb 1.10.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.10.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.10.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62aebc6c92dbf66b4c1cb255f4b2a9cc0cc9255f]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:14:48 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1eb0fd4ae327a660a91779345cac562e65ac2625]

        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>  [23003cc2164b50515ffbabf6509f18944be2ec5b]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:26 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1e3fb593824b66d1d192f2680fb693d3c32d2c2]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:15 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d48488928e3104e1bf0239980254d17b347ee87c]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 16:44:12 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbb1f3eaf731901dbb6409e7bc8378c75834e6b6]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:59:32 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:02 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c855dd76ce90776a2c755c734d203ef51be833a4]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 15:04:11 thb 1.6.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:51 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [300eba97a77b9876e7003a7fce5529b7921740d7]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/04/01 15:35:20 thb 1.5.234.3: #i85898# Stripping all external header guards 2008/04/01 12:39:03 thb 1.5.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:12 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c55a5cc15e2a780237dcd24626ef5487f7af46c]

        INTEGRATION: CWS changefileheader (1.4.690); FILE MERGED 2008/04/01 15:30:21 thb 1.4.690.3: #i85898# Stripping all external header guards 2008/04/01 12:36:25 thb 1.4.690.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.4.690.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b060cec34b714d3a9687b243c45cf3d917e14ae3]

        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>  [f368c2d0bc05d5cec6fa666717100e60a8ab5b6f]

        INTEGRATION: CWS changefileheader (1.16.146); FILE MERGED 2008/03/31 15:59:26 rt 1.16.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [219a0b2c422c95b919814abc648260953c0c44b2]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/04/01 13:04:24 thb 1.3.50.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe65f11f0373f3fb319a60cd607979918f606669]

        INTEGRATION: CWS changefileheader (1.35.448); FILE MERGED 2008/03/31 16:59:02 rt 1.35.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c138c4e4735114f87a5671071a64d21ba8e4c84]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/28 16:43:50 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28f05a4960610ae199c72bd2fdf46bab51815dcb]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 12:36:25 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b194adcd3d72c56dee97f066267fbbfc2937acbf]

        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>  [8531626da271f6d42d6a23ea1b2f899c61e7e14e]

        INTEGRATION: CWS changefileheader (1.9.234); FILE MERGED 2008/04/01 15:35:19 thb 1.9.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.9.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a2b17046f7e2ed2d839a7f30975289ea73dda1]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:15 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:24 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [301d5a2c483bd52cdded73cd74e9b066ad93150e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:11 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d61561b6eaba75aa9cf09686a44fa2193ef65f32]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:59:02 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a4a222ebdada2b373bdb29abdbfb7520bc6d533]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/04/01 15:04:11 thb 1.3.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c345606afc65b53bc2634ec9020fa2ea07ff54c]

        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>  [323db94e694a229003aafe91ce68e8cc074e9a95]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/03/31 13:58:11 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1ad9ef2239f81b9fc0834b5dcf123f2cdcce1af]

        INTEGRATION: CWS changefileheader (1.26.292); FILE MERGED 2008/04/01 12:36:25 thb 1.26.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.26.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd9cb563416a87a618844d6c3712901782ab5cd2]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 13:04:24 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efd93969eed8733cc9cdf5cee48d5e81710f86cc]

        INTEGRATION: CWS changefileheader (1.22.500); FILE MERGED 2008/03/31 15:59:26 rt 1.22.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [859b41e0bfd72a895c85c5b41f66b38885ec8c6f]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24fbb0ae2c10cd9934cd653a85e7913a005a0b02]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:11 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [513e65d79a832de869ee3b0b63893e84d59b0153]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:32 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:02 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b353232ca8e0d40adc53eb2f43c258f11fef930d]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 15:04:11 thb 1.4.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26047c2e38c01ddee00caa514466cad61f1736a1]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/04/01 15:30:21 thb 1.6.434.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea666b98fb3dbc92e63d61315b6c809872387213]

        INTEGRATION: CWS changefileheader (1.4.622); FILE MERGED 2008/04/01 15:35:19 thb 1.4.622.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.4.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8f4b048c596da91a9f755d21547d2a2b747c316]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:15 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [195cd7ee96d8e6b66abb0f5cdc475a4a98abc825]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:42 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:04 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f6f797e16ff1b50f3d8a9fa535895ec01cf2053]

        INTEGRATION: CWS changefileheader (1.22.292); FILE MERGED 2008/04/01 15:30:21 thb 1.22.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:25 thb 1.22.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.22.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7910fd2c1af6432955112e281521bbb04cb0fad]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:59:02 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1df2988c061355cb9eccd2e3e4d2ad83e45ac545]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:11 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ac1ebb9f492e3ce7bf602e7e3f3cdd416a7626a]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:26 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66a2d3f5b0c98335f3fb8ffeec13f95e50d98812]

        INTEGRATION: CWS changefileheader (1.3.156); FILE MERGED 2008/04/01 16:09:15 thb 1.3.156.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.3.156.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.3.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b88e8759c0f1d7fa12aaae3d0459e127d3e82c0c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:59:02 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7ddae749f975315360a424a0bc68bcad9f8a593]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:11 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [086575afe92610c361b2d238fa70f342b37a065e]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/04/01 12:36:25 thb 1.5.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c329c14d5127efb5903c130d28887c8f226c1bd]

        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>  [f819de235825095770f97fee8822f873f1e7cb69]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:11 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [307f230651673d7ce5cbff3560c3b6bed79636cf]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:14 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:56 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43eca9905f07c3c507f0747e7bac3f62c65a236b]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 15:59:26 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c17ecc23ed67218ab030d002c43b90dad8ecdc2e]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:59:32 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:59:02 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56877ef12b24035e19c83797a01766fa7b7501a9]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/04/01 15:30:20 thb 1.4.500.3: #i85898# Stripping all external header guards 2008/04/01 12:36:25 thb 1.4.500.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11b97a944ff7b38caaf845399c0f14def10a733e]

        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>  [592a75dbe7cec23edd15458e80715f5c5598c401]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/04/01 15:35:19 thb 1.19.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:02 thb 1.19.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [125db03f4509204d689d2c224be3c3441f2394c9]

        INTEGRATION: CWS changefileheader (1.2.212); FILE MERGED 2008/04/01 16:09:14 thb 1.2.212.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.2.212.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.2.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1667421e943698888ba1042158b7e1f12fc9e862]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:41 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7a0b2908d25f349b55c7dd89c28c37a7ab7ee39]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:26 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2758e7f21ae21edcacef5b9d9a99181b16d025ff]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:59:02 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [393cf7d263f785c115c4a2667f680afca7c14a5a]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:11 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b82e4ec4cab93effedb392e9a8c2ade02182016]

        INTEGRATION: CWS changefileheader (1.30.244); FILE MERGED 2008/04/01 15:30:20 thb 1.30.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:25 thb 1.30.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.30.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [685b010c03edbdf855598afd520166dfba8db4e9]

        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>  [cd8a59c821d20acbd20ff25c65e25e013c6f6c28]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/31 16:27:55 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40222802886d785a62c2c1cef1909277e69632f9]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5769e725fb49117a0150833adf1c656041caffac]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:31 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:59:02 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b131d7ff9db4cb6d1d232bd9e40d43ac0dd6ded0]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/04/01 15:04:10 thb 1.3.42.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.3.42.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e2abb0bb083698728f7ca81fcadbae6afd21f43]

        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>  [07212dc1a1d4803fca4acdf21e79b8cbbd7ae27d]

        INTEGRATION: CWS changefileheader (1.11.224); FILE MERGED 2008/04/01 15:30:20 thb 1.11.224.3: #i85898# Stripping all external header guards 2008/04/01 12:36:24 thb 1.11.224.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.11.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b85327d100a93203fca01124e66787375baed276]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:19 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10cd18e3c134b5753cc6a4c1ea0233252367654b]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 16:27:55 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c19cf98ccb1a014fd3fd60bbcd7444b6aac854e]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:41 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:04 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [546026d3ca75bec642c59e10db2a831a5e531bda]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:59:31 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:02 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95ebd7074c5a999d5c12cee9c0884e728a7b9f62]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 10:50:26 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da3fb2cefb31cf15323c183573f123261774056a]

        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>  [5ecde0c0734a1dcee7781ca50c47db9434c2ce75]

        INTEGRATION: CWS changefileheader (1.7.244); FILE MERGED 2008/04/01 15:30:20 thb 1.7.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:24 thb 1.7.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.7.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38bf4d7adb7c3ee2bc02e505016c529dd12475e5]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:09:14 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92dd04c95f70e5c7486718f8c61f36c890fbbf2f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:25 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddd36febe1e5b5a0167e1e4ed1016fbdeaaa528b]

        INTEGRATION: CWS changefileheader (1.39.184); FILE MERGED 2008/03/31 16:59:02 rt 1.39.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [476e6f032fe30af0626302178ff15b7cc25d2902]

        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>  [ffcd1b73d02c55088d6d5c9f2e428072f1b35d7f]

        INTEGRATION: CWS changefileheader (1.14.342); FILE MERGED 2008/04/01 15:30:20 thb 1.14.342.3: #i85898# Stripping all external header guards 2008/04/01 12:36:24 thb 1.14.342.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.14.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca0ed198f2c139163436c59cdd59a792e1b374e4]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 15:04:10 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/28 16:43:50 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a52192024ddc06ab818e1337d1d1dfa3984f5893]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/04/01 12:39:02 thb 1.6.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [620e5b418bcdc296a302141d4217d97b5bffbac6]

        INTEGRATION: CWS changefileheader (1.2.448); FILE MERGED 2008/04/01 13:04:23 thb 1.2.448.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.2.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b9372bf9434f770e90cb3bf4de51f576b692150]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:25 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [433fd30b64d98c3445e93fb11763dce4287658eb]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 16:59:02 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2536f01393c2d34739315e52310149ad24674e25]

        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>  [4c33f5a6a359cb2bf12243358a933ca0360506d2]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:20 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:48 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4788d049c68e86aa6fd029ec3c0e290a667ab1fb]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:50 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e91bd647dd6378d167c334b4595c10dc2f8aa67]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:18 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [495c4b207e81a34ff612e51ac540d4800c6c35cd]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 16:09:13 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21bb03ade3930c9860d9dd34022a2779453aa965]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:25 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b946a1700d95b15e1f6426e752749307650874ad]

        INTEGRATION: CWS changefileheader (1.38.4); FILE MERGED 2008/04/02 06:59:03 rt 1.38.4.4: #i87441# Change license header to LPGL v3. 2008/04/01 15:59:31 thb 1.38.4.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.38.4.2: #i85898# Stripping all external header guards 2008/03/31 16:59:01 rt 1.38.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0624b7ba7d358281d09153a21d282bd24bcb9a15]

        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>  [e3bade7cfd0fd53fdcf39f84ff469bbb1e8b0249]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:20 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1931a3c75fe7bbfcbb95dda8c07f446884db3f94]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:18 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9e7c0c4b8c36b83a6047612b950d3b274c30523]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/04/01 16:09:13 thb 1.2.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.2.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba38066b23bb586ac78235c09c4a0a07abb63d3]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:10 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d356f551a88625f56f4e9bd738b6faab8539c3a]

        INTEGRATION: CWS changefileheader (1.8.468); FILE MERGED 2008/03/31 15:59:25 rt 1.8.468.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889a06b2dd39b7769ed9518a3e6f3dea76d3e5ec]

        INTEGRATION: CWS changefileheader (1.9.184); FILE MERGED 2008/03/31 16:59:01 rt 1.9.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fffc3b1cf5d2784f797218ebe7fec30b13170001]

        INTEGRATION: CWS changefileheader (1.13.244); FILE MERGED 2008/04/01 12:36:24 thb 1.13.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.13.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3218a6d978db9dd08058d7f44c833c5adae7c18]

        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>  [1d1c0b63895332988414958e73b5739164caccee]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:10 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c1a585a1f24a2768e2388c80caa3207f9c5a582]

        INTEGRATION: CWS changefileheader (1.6.200); FILE MERGED 2008/04/01 15:35:18 thb 1.6.200.3: #i85898# Stripping all external header guards 2008/04/01 12:39:02 thb 1.6.200.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.6.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc92eacdfdfb46bb6397bf2f23a45d428dbc2768]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:04 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c98f8804fe4d5b54365189947a3a2feeb7d9421d]

        INTEGRATION: CWS changefileheader (1.18.156); FILE MERGED 2008/04/01 16:09:13 thb 1.18.156.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.18.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebf5a51a62b4f59a41a427c60f0df675bc56a1c2]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:25 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [899fffcde05c2ab1f04a5b520493902cf92e5b83]

        INTEGRATION: CWS changefileheader (1.21.342); FILE MERGED 2008/04/01 15:30:19 thb 1.21.342.3: #i85898# Stripping all external header guards 2008/04/01 12:36:24 thb 1.21.342.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.21.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2db146befd500756ed45bf4e34cbc79ab7e8a456]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:49 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43e902495d130ea733b723518b7bbfe335156839]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 15:35:17 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc89d8eb5b3181ad474d229e6eff3102705474cf]

        INTEGRATION: CWS changefileheader (1.175.28); FILE MERGED 2008/04/01 16:09:13 thb 1.175.28.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.175.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f93ee86bc9f59b29d19a2614f8b8d06349f88693]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:10 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca00b017afb3ffd46f12726834a67897b6279bbb]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:59:31 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:42 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:01 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddb0e78cba68e1a5d0ea1e9297ebc97d571880cb]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:10 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b59e04d9fcdb470fcac2fe2df2e5e1b45c6fb5ad]

        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>  [033770bc927c04950a3725f1115cd0308ee621aa]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:17 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e1add23c32015382232fef1d1844edf26691be7]

        INTEGRATION: CWS changefileheader (1.10.328); FILE MERGED 2008/04/01 12:36:24 thb 1.10.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.10.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a62bdd92e48a7d5180e1695012ecfe95c7a2d5b1]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:03 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a56003e080f55cff17d70539e6285c4f2f529328]

        INTEGRATION: CWS changefileheader (1.12.450); FILE MERGED 2008/04/01 16:09:13 thb 1.12.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:23 thb 1.12.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.12.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94c6e27da4d1d47a4395dfe7bbeda9b673ba9e22]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/04/01 15:59:31 thb 1.19.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:41 thb 1.19.34.2: #i85898# Stripping all external header guards 2008/03/31 16:59:01 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ba70d7cad46ce962261ea0a1feda70a2f09f668]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:25 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95c4da91cf0826c5273ad698c5cc258223b05778]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:43:49 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fff5d14e4ef26b4e54248465bf99f415b000e6b1]

        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>  [07f951bd9b84c899e6c0a5edbc76e5c59152e798]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:17 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78be22497a94e363796e1ec73e5c41758861428]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/04/01 15:30:19 thb 1.11.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [099c9848b14dc95c3a3a1fc964d082c5bb3bb12b]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:41 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:03 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71f474de195cd75a8ad82dfb494a3c23364a3597]

        INTEGRATION: CWS changefileheader (1.5.348); FILE MERGED 2008/04/01 16:09:13 thb 1.5.348.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.5.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0d03be349ad99d0f23f806df9a0488ddc198778]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 12:55:41 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:59 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73c44233465b41a3c4bec09c6a6f3d38e56c72ee]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:25 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [809427d13a258be7aa44f898dfa8526f13bfc7c4]

        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>  [3bcd855133a527c678d1a1fd093ee1849c281da4]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:10 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a140853fdfd0586e363b9de69fd4addd2ef0270f]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:35:16 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:39:02 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [100a6b9070fa006602ef8e7238fe3c7c1ba8d2b4]

        INTEGRATION: CWS changefileheader (1.28.292); FILE MERGED 2008/04/01 12:36:23 thb 1.28.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.28.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [300a89e0b033c792236fab9ec32feea42c98537c]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:41 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:47:03 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baa9260e2a361bb5117c50e3ac7ee9a08676aa2d]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 16:09:12 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 16:27:55 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27a2813e4cb6410e19c700e40dc3841f11dded30]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:59:30 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:41 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:58:59 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd4fd6b53e4b0412a290956335d009eaf0950e12]

        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>  [24d6974da946ee40c5de1144a1c40b4e141b6cf3]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 12:39:02 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f9d3db9b9eadafd17ffb00ed8a8da29e3b3eced]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/31 17:14:47 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [294ed9fc33ce2d6c2044233813185e0e0e9afc64]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/04/01 16:09:12 thb 1.5.296.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.5.296.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ea3a97a55c9c6b3d48c3022594f60317e62b735]

        INTEGRATION: CWS changefileheader (1.18.448); FILE MERGED 2008/03/31 16:58:59 rt 1.18.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a70ad0d88740c8eef113998b3ce26c592d915d36]

        INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/31 15:59:25 rt 1.6.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d3f319583f35c7c73d6c7a9474403e86e59793]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 15:04:10 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8128dd0451976dac791783b365adf868f239ce00]

        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>  [fb8c4d0818c04f5aa370e8741455b0ee895bb881]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:58:11 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f0611926e1c081151df1ea917f54862b2f66766]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:36:23 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8eaba80826023c12309331311bf0c8f4c9958171]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 13:04:22 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed31e1cde50b9deab386b715247c59e758c5fd59]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:58:59 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e3ecb27aecf88ecf3eaff6f962dd67a9da3362d]

        INTEGRATION: CWS changefileheader (1.3.246); FILE MERGED 2008/04/01 15:04:10 thb 1.3.246.3: #i85898# Stripping all external header guards 2008/04/01 10:50:26 thb 1.3.246.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.3.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [527abbe3b3348b77ad5eba0159ab6a3f2bbe6e2f]

        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>  [6866508c68f756ef7deda1131686efedea7acae3]

        INTEGRATION: CWS changefileheader (1.5.588); FILE MERGED 2008/04/01 12:36:23 thb 1.5.588.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.5.588.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [773344de98dff78a745215a98f42cc2d9f9e531f]

        INTEGRATION: CWS changefileheader (1.9.268); FILE MERGED 2008/04/01 16:09:12 thb 1.9.268.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.9.268.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.9.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f5323fc2a08119632373e4ba472c780920ec33b]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:58:59 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10139eca4bbfd03f5e3cf9409451490601e4f132]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:10 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06a87bdfb0501a5aead06f280a73240596be0254]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:16 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:11 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89b046e2542148f22cb52ebe3e4cc3c44b8465eb]

        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>  [3fbd81d1fbef8d690bfe340ddb6266a7cbc8fa64]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 16:09:12 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.3.330.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00fe47c7dbb1688dd16e7bf24a74ee2b8879fa3d]

        INTEGRATION: CWS changefileheader (1.22.292); FILE MERGED 2008/04/01 15:30:19 thb 1.22.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:23 thb 1.22.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.22.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf6801158778a0433c99b94bf2141ec776197141]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/31 15:59:24 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b645a7f63afe1f3e4ea8c32ed8aeb4fc8360d22]

        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>  [f3a1d360f058e9613e73cdbde8cafbecb037f0f6]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:09:12 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa206e609bcb9fcd5a4f3b7d685dd41964bf8227]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/04/01 12:36:23 thb 1.3.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b84ecc352577f264d4db7f2aab703f68a536470]

        INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED 2008/03/31 15:59:24 rt 1.13.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [652a70ea0cf6f8d1598f1539aa658cae20475a8f]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:49 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f9380e146df41878a9e815fb15ef67a8c969289]

        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>  [a2170e016cd79c8ff993043e6d19393cbee892ab]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:10 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6de0bc290bac010fcb682b3d5934762471b26fd0]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 13:04:22 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc51ff2b19797ad38a7ef318b181a24bee255133]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/04/01 15:49:41 thb 1.2.50.3: #i85898# Stripping all external header guards 2008/04/01 12:47:03 thb 1.2.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:22 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84bc2d8f36979ec112683c72aa7ce76ba0136974]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:30:19 thb 1.12.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:23 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35bbb4a987cbed651863714ea1ec1899bbfc59f6]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:09 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7a82f348eafc96fe0dfed327bcc6f8d855e0557]

        INTEGRATION: CWS changefileheader (1.28.18); FILE MERGED 2008/04/01 15:04:10 thb 1.28.18.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.28.18.2: #i85898# Stripping all external header guards 2008/03/28 16:43:49 rt 1.28.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d91cb3e43a44425b906aa1d837845b23a30add0]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:24 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb4a7120692333327761cea02700cdf3846b8c08]

        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>  [fec9e59ac918ec54e029d0037eccf3c13c43cd04]

        INTEGRATION: CWS changefileheader (1.3.156); FILE MERGED 2008/04/01 20:10:48 thb 1.3.156.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 13:04:22 thb 1.3.156.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.3.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f32b753a4edbc1e14323a3c5e24fd1af73a55ab]

        INTEGRATION: CWS changefileheader (1.21.386); FILE MERGED 2008/04/01 12:36:23 thb 1.21.386.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.21.386.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ffded57cfa78b705350710310d1237f32f04c46]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:24 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53b1ac234830fd3cfde2f52f9a1b673aecb50fa1]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 13:58:10 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd655751fe8200a467a3c8b301ac29faed3560da]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:04:10 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [316b3b1faf45581d661326b88240f08dde32592e]

        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>  [5f837c0c97dca70c07c3a68712f9b5225281bf0a]

        INTEGRATION: CWS changefileheader (1.10.398); FILE MERGED 2008/04/01 12:36:23 thb 1.10.398.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.10.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [851c443bf7821a2e56001f80cdd37e1fd83969e8]

        INTEGRATION: CWS changefileheader (1.37.42); FILE MERGED 2008/04/01 16:09:12 thb 1.37.42.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.37.42.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.37.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d48ba96bd040eee10527b0aff509babd1caa63f]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:24 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2060cedb08ed202cb1002daaf97a1fee5aeae2d6]

        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>  [38bc752a273d5600b078c6afd9b535a8f5b71d49]

        INTEGRATION: CWS changefileheader (1.13.70); FILE MERGED 2008/04/01 15:04:10 thb 1.13.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.13.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.13.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25ea2703de87be27043eae8ba7b52ee7a8abbfa4]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 12:36:23 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [683cfdfb3a0908b487b64805f099c1ac7212be8f]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 15:59:24 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [241e097179494f90cf883a8916b0d10c62915576]

        INTEGRATION: CWS changefileheader (1.39.28); FILE MERGED 2008/04/01 16:09:11 thb 1.39.28.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.39.28.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.39.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f63086036ce47c6fc7c7b809c8ab50a6034c209]

        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>  [e5d26cf043af9bc33a56687c398e0bf924db6787]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:16 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [422aaa09f603181e65e3121229ea730cb038f680]

        INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 15:49:41 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:47:03 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85ea34a19d23813f451befc0d7c58f6f644a6bd1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:44:09 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [833eed5dfc33cb14a830bdce1f5e048d4ff9839b]

        INTEGRATION: CWS changefileheader (1.32.20); FILE MERGED 2008/04/01 15:04:10 thb 1.32.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.32.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.32.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30885bae0d4c121b3cdc554d1cb50a7fde91b334]

        INTEGRATION: CWS changefileheader (1.4.690); FILE MERGED 2008/04/01 12:36:23 thb 1.4.690.2: #i85898# Stripping all external header guards 2008/03/31 17:14:47 rt 1.4.690.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e9e3303521dde856d20910e8424a27fc71d4a2]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 15:59:24 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aef2c706d41d13645135cd26d738d002bf64eba3]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 16:09:11 thb 1.11.330.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [516e6acb4da5d6543d01fc5404ee0f1961dd3ac3]

        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>  [9617a32d7cd838ed996853736e32b4d7b961d4aa]

        INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/03/31 13:58:10 rt 1.9.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e61ce8b9aa14172d78283220b2221b32e1ed86ec]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/04/01 15:04:10 thb 1.9.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [333a15545031644f86997eafe32ab066149231a5]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 12:47:03 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46963ffb126def7c0ce27ed2bdbcd5be5f7556a4]

        INTEGRATION: CWS changefileheader (1.13.498); FILE MERGED 2008/04/01 12:36:23 thb 1.13.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.13.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [976f95b8e5b2272adf8b5f9d452650cb28092f26]

        INTEGRATION: CWS changefileheader (1.43.448); FILE MERGED 2008/03/31 16:58:57 rt 1.43.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cb3bac96d3bbf58a2874dec42ad74b33e7c9289]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 15:59:24 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c45649cffdbd49b07fadc0a2a7790bbcfd3a2d2]

        INTEGRATION: CWS changefileheader (1.2.278); FILE MERGED 2008/03/31 16:27:54 rt 1.2.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [467e8ffc306e2e9794699b39d58fed7562015ae9]

        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>  [aae7009e3ac4515aef91616e2adabd084f8ebc64]

        INTEGRATION: CWS changefileheader (1.4.452); FILE MERGED 2008/03/31 13:58:10 rt 1.4.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69aab605e603ad4c2dd28bc420ebfad2f17f76db]

        INTEGRATION: CWS changefileheader (1.15.20); FILE MERGED 2008/04/01 15:04:09 thb 1.15.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.15.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41acf05dda16001d4e018575156ad9d9d67a67be]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:49:41 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 12:47:02 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7df1f39cd79e1ec7419378833f829670db6b5ca4]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:58:57 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [234cb77e82299d7768eab7e56aa4c34a26ee80a1]

        INTEGRATION: CWS changefileheader (1.16.498); FILE MERGED 2008/04/01 15:30:18 thb 1.16.498.3: #i85898# Stripping all external header guards 2008/04/01 12:36:23 thb 1.16.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.16.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4b432458c14ebff2e16fd89a3089e241da44f24]

        INTEGRATION: CWS changefileheader (1.2.298); FILE MERGED 2008/03/31 15:59:21 rt 1.2.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5371d169f8d031043876fd44865ad89fb6354c9]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:09:11 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:22 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96336f1b4e5df8a14a8ce65c24d5b534e2ed041d]

        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>  [3fdd004dd0be315e2003632bae799407b54ddb95]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:58:10 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08515dee03c17e098e71ab0a6135d46eedfff52b]

        INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/04/01 15:49:41 thb 1.6.36.3: #i85898# Stripping all external header guards 2008/04/01 12:47:02 thb 1.6.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.6.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [604c9ffe1ef182c45a7f5adea8516909ea4eed1b]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 15:04:09 thb 1.6.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0e3a06767331e379d5d3d6fd0b7738b60dd64c7]

        INTEGRATION: CWS changefileheader (1.36.242); FILE MERGED 2008/04/01 15:59:30 thb 1.36.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:41 thb 1.36.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:57 rt 1.36.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e94b21aa8f1fed323e6ec58b70a7a801a1879d64]

        INTEGRATION: CWS changefileheader (1.2.498); FILE MERGED 2008/04/01 12:36:22 thb 1.2.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.2.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf47000fe44e1deaa2eb694e39ceaa3def4e04f0]

        INTEGRATION: CWS changefileheader (1.2.1086); FILE MERGED 2008/04/01 16:09:11 thb 1.2.1086.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c49625f7829c0c7bf13292825a209833d951ecaf]

        INTEGRATION: CWS changefileheader (1.7.232); FILE MERGED 2008/03/31 13:58:10 rt 1.7.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b83f76c27404449dd80c42f96fc2a0935c5181e8]

        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>  [dd30b2570fa856e0c104446da2930cec4438673e]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/03/28 16:43:48 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d574ac893681b6afd3bda324e529b3487cc809c]

        INTEGRATION: CWS changefileheader (1.76.38); FILE MERGED 2008/03/31 16:58:56 rt 1.76.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f851e55bf2d8a2595a6d02a435ee93e0d45d3c]

        INTEGRATION: CWS changefileheader (1.27.240); FILE MERGED 2008/04/01 15:30:18 thb 1.27.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:22 thb 1.27.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.27.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [934a475730cb67451e092172dd962f9af80ba0c9]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:21 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8f49117e7e1e4c71e2a1e2bb76966800b4a7e59]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:22 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [522aaa54d4d159958653322a068f203392aa2372]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:35:15 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59dc495cfbcc276b5982c5293035ef44f3f97a15]

        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>  [514119f929a9b1900d1de53bbbe23399f7693fde]

        INTEGRATION: CWS changefileheader (1.28.20); FILE MERGED 2008/04/01 15:04:09 thb 1.28.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:48 rt 1.28.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c15be45984a83108d0fc1fec0de463f451adbbd3]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:21 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [762f38d210c17864d0a1fd70e3e007574e651ff1]

        INTEGRATION: CWS changefileheader (1.15.86); FILE MERGED 2008/04/01 12:36:22 thb 1.15.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.15.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96076152c4f369cb8a9ab362394a893ed8da69c5]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/03/31 16:58:56 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [940033c3fbfe201b53bfd909a1c6c4f646c879a9]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:21 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12facf1bd38aa23703cb00f9da14337a1dc5b50d]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/04/01 15:35:15 thb 1.10.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15283e43aafa61612205393a372a49b62ffc6c0a]

        INTEGRATION: CWS changefileheader (1.15.184); FILE MERGED 2008/03/31 15:59:21 rt 1.15.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fe13c17bf77c75e53a94e9fdcdcd415799e42f4]

        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>  [5eea00407e31b2a018074f267840aaef41cb9695]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:08 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [788e71bf90cdd3cde498a06edad1064d0bdc2212]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:41 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:02 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf182a584207b083b5145493dc24845605a05662]

        INTEGRATION: CWS changefileheader (1.9.20); FILE MERGED 2008/03/28 16:43:47 rt 1.9.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c846c5240d1da7e1bb773f497226b1ed0c869d13]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 17:14:46 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9b4d12fa1e5bfeb013a544eb1e563011d91e6bb]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 13:04:21 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [131e63fc5f3bf822ca218df4e1f511323a5e1f3d]

        INTEGRATION: CWS changefileheader (1.76.32); FILE MERGED 2008/04/01 15:59:30 thb 1.76.32.3: #i85898# Stripping all external header guards 2008/04/01 12:55:40 thb 1.76.32.2: #i85898# Stripping all external header guards 2008/03/31 16:58:56 rt 1.76.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3527ed8d864931ad206538cc44105f860c819207]

        INTEGRATION: CWS changefileheader (1.4.590); FILE MERGED 2008/03/31 13:58:10 rt 1.4.590.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1e44198df747af2376df15e5f1bc7b48ed785da]

        INTEGRATION: CWS changefileheader (1.4.120); FILE MERGED 2008/03/31 15:59:21 rt 1.4.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d513a4fcbcd61edef8b10101a5a4159d772b003]

        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>  [13f279773242c3344f3fcee68d97e8de5e098809]

        INTEGRATION: CWS changefileheader (1.11.92); FILE MERGED 2008/04/01 15:04:09 thb 1.11.92.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.11.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afeefac7458190ed12e77b7d62bbf81ec3730078]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 12:36:22 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdbb61fc3c617e5faa3a655020c95f255c74d3bc]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/04/01 15:35:14 thb 1.4.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b205456e331c032eea62e060ba11f19d09093aac]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:21 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c0cd62c6d2cd7ff7088915da4e89fbe295d4070]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 15:59:21 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13f24db557686107ae77ad088c860ed0ad8b5cf6]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 12:55:40 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 16:58:56 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29c1c017727d0957f2f92d3f95ff30c3e8ba66e9]

        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>  [8ec79ed90381fc9a2215ed52aa4362d6e0e6edeb]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:02 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0c113275dd46b4e6f4fd741a05706a7a4610e3a]

        INTEGRATION: CWS changefileheader (1.21.20); FILE MERGED 2008/03/28 16:43:47 rt 1.21.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a353b171ac135ab583619e801bcc220a962aeb9d]

        INTEGRATION: CWS changefileheader (1.10.86); FILE MERGED 2008/04/01 15:30:18 thb 1.10.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:22 thb 1.10.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.10.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aff9bb0d442374ea64df62758879b1a8bc0e3897]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 13:58:10 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21758018f99f467bc676d52a8412768b18609b71]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:21 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3cdf5c3b64054e5e8d3ed6d903aebe16879fe07]

        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>  [64b1819956caa7a120360f48ba7b454a6c286493]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:24 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2993f4dc2e30a67a72101d0c37ccd9fd6a9512f1]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/04/01 15:04:09 thb 1.5.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.5.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afdba456ee42a15a5d78a8418d3a1ac5a55b2a62]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:08 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b258a3f2de07432529d49ae9a4df2d29da5d173e]

        INTEGRATION: CWS changefileheader (1.19.88); FILE MERGED 2008/04/01 15:30:18 thb 1.19.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:22 thb 1.19.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:46 rt 1.19.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaca65463a65780517d366471e5403edd6e177dd]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 16:09:10 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:21 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de1b40be7f3a882f20144177a54ba197b6d3c478]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:58:10 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d36e655dad05a96fa5529f810b7f5c0d6a1a756]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 12:55:34 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [137ba7ea90a0282639d926faf44e644ba345c667]

        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>  [57112526f780075d5ebceba6e35b261193df8637]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 15:59:21 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677ae5557618480c7dc5ae29ff4896d159b6e90d]

        INTEGRATION: CWS changefileheader (1.8.18); FILE MERGED 2008/04/01 15:04:09 thb 1.8.18.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.8.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef6765022922d17583d7b62b9550f37aecf016bb]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:08 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f6c4e0cea21b2ab250e48db3855275248286349]

        INTEGRATION: CWS changefileheader (1.10.292); FILE MERGED 2008/04/01 12:36:22 thb 1.10.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.10.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1200961084b5c7ec8fbaefe2565d58e7591996c]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 16:27:54 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cdb57f944f6dbe33ec456b979a40864d5ea566e]

        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>  [119eb8831352007df812585656f918559885ac6e]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:58:44 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [054287f1e30c53aae55869369f2c44e203a9f286]

        INTEGRATION: CWS changefileheader (1.13.234); FILE MERGED 2008/04/01 12:39:01 thb 1.13.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.13.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac46e6bcd990e120828f8e6b5ae8029f23b3b9f]

        INTEGRATION: CWS changefileheader (1.9.184); FILE MERGED 2008/03/31 15:59:21 rt 1.9.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6247230ce4acedae4cba4865c1aa5f745cb2d41]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:43:47 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ae3d296ad827882854201c12759927b35f2503]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 12:47:02 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [632434ce2a81bd6f17b5284f4ee9365204a5d6b0]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/04/01 12:36:21 thb 1.7.500.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3a9aa500c3221d16fa7737029bc9c438bbd4349]

        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>  [3f3ee2e399ae3feefc1cf8e2e2ef18f741f6888d]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 12:39:01 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [322fb14ab1268b24bb442991275cda11c57d260a]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 15:59:21 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a331688162f57de2926bb9cd5882da3ba4f738b]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:47 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2582dc1126c12a84a9d8fffc3b3e8729ea9e7e03]

        INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 12:47:02 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [252b819f9c593714bcfed9cad9e04e7530919435]

        INTEGRATION: CWS changefileheader (1.20.386); FILE MERGED 2008/04/01 12:36:21 thb 1.20.386.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.20.386.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e06d2d0284517ea3a41c3e5d581392a46d08271c]

        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>  [ad4a7bef15483addf7e0f6c9b1fdc131e1696b35]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/03/31 16:27:54 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ab76199b1a581e8748814aa0d576aa8e5aac884]

        INTEGRATION: CWS changefileheader (1.43.38); FILE MERGED 2008/04/01 12:55:34 thb 1.43.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.43.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00721f35736b030abb9f46dd685ef616b3ed0378]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:14 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efd386920b51b75629c7c024f03973624067c532]

        INTEGRATION: CWS changefileheader (1.11.272); FILE MERGED 2008/03/31 15:59:21 rt 1.11.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0d6db0ae65c3fd706a4342fd03606bff730a552]

        INTEGRATION: CWS changefileheader (1.7.94); FILE MERGED 2008/03/28 16:43:47 rt 1.7.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c84744239da50940b3a6778c145fa2d83ee24365]

        INTEGRATION: CWS changefileheader (1.13.292); FILE MERGED 2008/04/01 12:36:21 thb 1.13.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.13.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a584aef21be839ee6fbf3666ef35a6b3e6166d6c]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:04:21 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf388371ff97a251715fbeb37b064cdd3404a01e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:24 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b20a52d723e38cc09aaf20ae827a162f03ede8d]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 15:59:21 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8222f61dfc160cd315c4a31795a13c04d112eb5b]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:13 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e801066694168d89eeaa54b2c062ed873ab375f5]

        INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/04/01 15:49:41 thb 1.3.338.3: #i85898# Stripping all external header guards 2008/04/01 12:47:02 thb 1.3.338.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5896cdf4af42bf6ae4f873245f1142910d08134e]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/28 16:43:47 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e394c7bc4c63d09429477365b39788798d40bb]

        INTEGRATION: CWS changefileheader (1.10.400); FILE MERGED 2008/04/01 12:36:21 thb 1.10.400.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.10.400.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd5b3cf4bc28dfb4476c81d84e02aa1b548d8596]

        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>  [137f9a9a6311da5158c124fbf71d0b6b678e027b]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:09:10 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:21 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cc9b71fc166e7ac6d55bef450937e18ec88a5ff]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:59:24 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bc916ace0508382c556c0bfa01097dcc76eb8b3]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/31 15:59:20 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad6f21a943bc72b0b0bca6a7cbd1b64d82db117f]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:10 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a77969be60ee2ea0ba13814d37888da1b09f7847]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:44:08 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07590b0ebd1bfc0fd15ce580c052753be2b9271c]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:41 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:47:02 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d32e2180fe2e9992a7ab0adec35e2cf6551ed88]

        INTEGRATION: CWS changefileheader (1.15.94); FILE MERGED 2008/04/01 15:04:09 thb 1.15.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.15.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.15.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2c8deae1ea00e7b2c3e1a7d5a4187f30a4ea827]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/04/01 12:36:21 thb 1.5.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe7528ad2718f41972b56dcbc1f4778fceba3ef8]

        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>  [962fd66fb3fe5cc4ab79c34b5a7d079340ff24f7]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:10 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:21 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:54 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91f7cc7488e2b18a01291821535a5cdd7c1ead66]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 15:59:23 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:44 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec430ad394d1dc28728cc34081e1d102a8ead469]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 15:59:20 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c388a4da23fbfea7a8486a469f95033c5729e08]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:41 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:47:01 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6785e58eacfea8a7a98d0ed84cb0fba674199cd]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:07 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d6cf3875c873e358e3ab7b2ed887ef090bf822a]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:04:09 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d95deca364920832c45493a051a14540ec76dc95]

        INTEGRATION: CWS changefileheader (1.8.292); FILE MERGED 2008/04/01 12:36:21 thb 1.8.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.8.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d2c280da26a46cfb1d559d6d276e37cc7822471]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:09:10 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:20 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fce951f2b867895918ba63e3f28be0cfc3b12454]

        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>  [3ef7b986c0c9c03c481a1972d1cd201966b9060e]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:20 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d489e57be584c84607694bbcb0ae46ed8e937d99]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:12 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5afad275d7e33c238e700e32f45b257a26108181]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:01 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1762df9e3bb9c795addf17b4523a2b654172170a]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:07 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f6c565f3432ff61878fe2757e4eb072bd65a867]

        INTEGRATION: CWS changefileheader (1.12.70); FILE MERGED 2008/04/01 15:04:09 thb 1.12.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:25 thb 1.12.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.12.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d93af39f0a51f69a6086d96e5a071ca9937ea4f1]

        INTEGRATION: CWS changefileheader (1.12.700); FILE MERGED 2008/04/01 12:36:21 thb 1.12.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.12.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53c8f1117a89cac9e4302e1a4faecbae9805335c]

        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>  [19e8f51d9d7bce4a7e2b1be6daf417301624540d]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:20 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4c0ee4a6905a3adf23df58ea56287c77c12e4b]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:12 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f19f65909e2beb018d9fa2c7b67b10cca2d5be92]

        INTEGRATION: CWS changefileheader (1.2.216); FILE MERGED 2008/03/31 15:59:20 rt 1.2.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12e63a8b812bbb8e681798b1e8c1de009f995208]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:47 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c66fbfa7fc6fa38078fc42c20ac2060b7f48037]

        INTEGRATION: CWS changefileheader (1.19.266); FILE MERGED 2008/04/01 12:36:21 thb 1.19.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.19.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [298c265ba7282aa1f62dc7730aeddc8f52822f69]

        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>  [f5391cabe9ebfa139cb5e52bf3b688d9a6309b15]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 16:09:09 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:20 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9630aa09c592f72185a04c0d98fe9cd87b05ed4a]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:58:43 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8180ddffe43e8e0b056e9dac265300e4cddfa01]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:40 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:47:01 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46fcd24c6b7e3aa90e4fd571ae56440885111bf9]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:10 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22a49622b905c870bf90d256799e15f99b868ad1]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:07 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f991e6b4aec65d47a9bd8068684ef557aed3098c]

        INTEGRATION: CWS changefileheader (1.18.60); FILE MERGED 2008/04/01 15:04:08 thb 1.18.60.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.18.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:47 rt 1.18.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35fa45f78cf683b0cd4211febf6c700fae60c781]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/04/01 12:36:21 thb 1.7.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f08ed3887d37beacda69e6a2bb898e6f4177f09]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:09:09 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:20 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae111fb74f1f949d500054f4cfb22491d51f763]

        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>  [1e6ccbaae6c6319bb4238ed4c5793302c60e2a91]

        INTEGRATION: CWS changefileheader (1.4.350); FILE MERGED 2008/04/01 15:49:40 thb 1.4.350.3: #i85898# Stripping all external header guards 2008/04/01 12:47:01 thb 1.4.350.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.4.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9d2959bb630407a7a71b9cddf5b9ca5bc5ca929]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/31 15:59:20 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a78f0c88cec24957ce14b607f729cf37ff5bd618]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:35:11 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61965baf5ccfbc61e6783dc7350f26671d389743]

        INTEGRATION: CWS changefileheader (1.11.94); FILE MERGED 2008/04/01 15:04:08 thb 1.11.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.11.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.11.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d2705203136159c77e1dad66bbb2349a7b76bf1]

        INTEGRATION: CWS changefileheader (1.9.292); FILE MERGED 2008/04/01 12:36:21 thb 1.9.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.9.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16f1d1e7c93b1b9d37a520aa7be650d5722b7326]

        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>  [028ea56cc4cf9cf90aec19cd53d3ef17525d9d6d]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:40 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:01 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e63ff0f12c54964df16c686654247de450928c3]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:11 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:10 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [768c087cc4bff7aee278081187e026d3ca3d92ab]

        INTEGRATION: CWS changefileheader (1.13.66); FILE MERGED 2008/04/01 15:04:08 thb 1.13.66.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.13.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.13.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62dd44045dd116893cd4e32155feffd241bb4e78]

        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>  [ab1e1abb4a0a89589bb2e3ddc7d925e408df9433]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:20 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5485173b762e1d1c44656d6c14865fe42f8ae26]

        INTEGRATION: CWS changefileheader (1.13.498); FILE MERGED 2008/04/01 12:36:21 thb 1.13.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.13.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90e7af4dd654f4cdebe2fd09067de22fc155ee67]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:20 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b2563d50d7cdb86ab8e543ab48ecccf9bb6702a]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:58:43 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd67b7301a4c1792e128d10d4628e42b939731b6]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:10 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60a720d515331546655e970dfae851f7bf58bb46]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:46 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d288d26f03bb0eec56d32b6828d6b75c12c46c58]

        INTEGRATION: CWS changefileheader (1.2.354); FILE MERGED 2008/03/31 14:18:21 rt 1.2.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d08cccd28a28289d62ebb008deaa8a5303995a73]

        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>  [a155a413b78361993c810d964b4589e6db614537]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/31 17:14:45 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91fe9cdf656cda09edeff224595b85ac6bf42afc]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 15:59:20 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9327df13099538fd4a4ac927ca178708afed1650]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a0f5c696f512f379729a727f8ffcd96e859b55d]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/04/01 15:59:23 thb 1.2.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2243721f7fba580e36afff2741773d832c98428b]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:08 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [280b689fd4b68aaffd24711fffbe0fd666da573c]

        INTEGRATION: CWS changefileheader (1.5.196); FILE MERGED 2008/04/01 15:49:40 thb 1.5.196.3: #i85898# Stripping all external header guards 2008/04/01 12:47:01 thb 1.5.196.2: #i85898# Stripping all external header guards 2008/03/31 14:18:21 rt 1.5.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f223f9415cacf50fda7188d0f0513540fb09ee2a]

        INTEGRATION: CWS changefileheader (1.47.344); FILE MERGED 2008/04/01 12:36:20 thb 1.47.344.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.47.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69b6639778df4ff1e9b039438398a991a27fb9e9]

        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>  [67e5b6a3d0440b0b9b8fa1cab841a548bfdeacec]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/28 16:44:06 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19a8d1652386dd9ed155cd0adf00b2ec94359cd9]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:58:09 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90496ee31d62cc76cadc84d9716575a456a082e4]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 15:59:18 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ee925bcd1ce7e625011649cfad082d0b11a3c6d]

        INTEGRATION: CWS changefileheader (1.58.38); FILE MERGED 2008/04/01 15:59:23 thb 1.58.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:34 thb 1.58.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.58.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae3c9d6f66d0d449da8c9343d195eb079a6a4ad1]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/04/01 15:04:08 thb 1.10.18.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.10.18.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [840d0e0e069b6e5df93a15da05b3f733364db112]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:09 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:19 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a36d9cf4aac781f2dc26944ba75d54d77220e18]

        INTEGRATION: CWS changefileheader (1.11.700); FILE MERGED 2008/04/01 15:30:18 thb 1.11.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.11.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.11.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [228ac3a69d143c7e0b201db6d90f75b4699a181e]

        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>  [5a64267e1d6af08940aee5417014290dae84e694]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:18 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e943c3907e3e33e06b26704f6e778e80e2eb5b6]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/03/31 13:58:09 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5703b61b9baa1f36c9a2de6da00ea43c71fe287e]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 16:43:46 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a1bd25d6c3768d8c7cda91a7384668282263aa2]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:06 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0765f94b867eb5c10ac096c6bdf9b2509d62d831]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:19 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f85f10885daf98dad26788ae08e5712bcac9bcc]

        INTEGRATION: CWS changefileheader (1.10.344); FILE MERGED 2008/03/31 17:14:45 rt 1.10.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7792757942233b1099544bf565e76f2c179c40b]

        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>  [b175a719bd70ab9e1bd7376a6634cdcddf9cf217]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 12:39:00 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e6639f6e5ba069c5742f5fac4d7ac005a754e02]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:01 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19aefc048e139dd46c7c622067598c4003f2be1c]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:08 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17bf7ef659b350f5f1057e1e11501e96e23d453f]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:06 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca8644f2307c22aab624e0ce60f8ed1a230c5340]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:18 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [508d801b6ea8f2e36a628525eab38b91ac25cc78]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:09 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:19 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7402b94794e312ab267967b015e23f632402121c]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:14:45 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [164fd2216a9ffe2598577c04a24b61efd0383893]

        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>  [9c6175d3c6303709c2b05cfcd5c14b48f24ebcc0]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:10 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6291ec30aff26d3d9255efbed4aa1a1c4545d70f]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/03/31 16:58:43 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a48faaac439f20159e49f2be272e3d1159434382]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:08 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3830d388f60e444ff809c948a6cb5cfe6f294420]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:08 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efa9eddd9b771c5e15b934fc43a1092f83971311]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:30:17 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:45 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45f4f609281b961556453663f9d863b8f391bf7e]

        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>  [db34035fdfbe49fc2ec396741657d4106b8379eb]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dab1896c08b2af95893b1a91e0cc7056add5be5]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 15:59:23 thb 1.14.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:34 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e468247f08919e2f4e5f834e3fa7581bda29cc54]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:17 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef175515842bfb3544dc758dc594a2ec0a3e592b]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 16:09:08 thb 1.3.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:19 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6f90f4ea2906d3a8dada9bf60e1fac777f5fb14]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:14:44 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cba7d39024c60fae26cee0d12bba0acf66b497dc]

        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>  [b51214ce23993a14351b3eb4808a81b4dabf9aa7]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:04:08 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1196563c0e91916d083d4d2a1eff21961987871]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/04/01 13:04:19 thb 1.8.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319f4e2087ef02f14b6501406c1571f7ab13965b]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:59:23 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:34 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afc712ade459e90ba815577951a4125df73e891c]

        INTEGRATION: CWS changefileheader (1.6.24); FILE MERGED 2008/04/01 15:35:09 thb 1.6.24.3: #i85898# Stripping all external header guards 2008/04/01 12:39:00 thb 1.6.24.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.6.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42113d4ab7c799789cb941320c5c1c57a312e230]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:17 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc243d875c009ad114a06baadc3191335ff4f7be]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:17 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a9145065af89d3b7f866519a6930ba388056c18]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:06 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a16795d125f74d132c67fc81f54ce0454451ec1]

        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>  [1ca01223e1931300626c63ee766701818b755f65]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:27:53 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9aa589327cc681534792ef864be0eed7534eda]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:17 thb 1.8.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [489ff5869c65a7d705709a1897ecc5ae3246f2ea]

        INTEGRATION: CWS changefileheader (1.8.134); FILE MERGED 2008/04/01 15:35:09 thb 1.8.134.3: #i85898# Stripping all external header guards 2008/04/01 12:39:00 thb 1.8.134.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.8.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcfa4e3835fc829d4c802f457dde0a926b622925]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:17 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bde7b47fbdced5d04e2f913f2e645688520f10ec]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:47:00 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78fba46213dd64b23b4c2be2db6501c1f38b0fd3]

        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>  [f437aec16ddc37f52002f8cf7c181167d7fd771d]

        INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/03/31 13:58:09 rt 1.8.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20bbf6c78e2de168748f89ab3905a50fdf248e1a]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:14:44 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4abb4713dee0875299b6aeab181a9e636f1a2e3]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:17 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0bc9fafd96bd3f888ff72ec30fc91b78f5ee138]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 15:04:07 thb 1.3.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:46 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cba1ef407333ed96a018030e52cc799ea3f4a4f]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 16:09:08 thb 1.5.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:19 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdabc30938f439557569d0dbef885151524296f4]

        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>  [30239ed9c2fbc7a3753e8370429491a552ebecfa]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:59:23 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e15d94adebd8c7171ff4d279f2d9a18c93197a5a]

        INTEGRATION: CWS changefileheader (1.5.452); FILE MERGED 2008/04/01 15:35:08 thb 1.5.452.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.5.452.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e172936026a2bc1f68f2f78c1883ae0d568a86]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:14:44 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d19adaf18ef6faec6dd9030dcad8ea7428b0b94f]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:07 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:24 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a2cb14b6a95fdadc59647273f611995f51fd3d6]

        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>  [169cc220f11e5035a677172a42ab1090b4ce8a4a]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/04/01 13:04:18 thb 1.5.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a391dc79b6222eca6ca2fc18e621f18f398ec087]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/04/01 15:59:23 thb 1.8.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.8.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:43 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4edfa3ff872b4304413fd4f465efb9ef2002bf58]

        INTEGRATION: CWS changefileheader (1.24.14); FILE MERGED 2008/04/01 15:35:08 thb 1.24.14.3: #i85898# Stripping all external header guards 2008/04/01 12:39:00 thb 1.24.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.24.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d97b57d5ec04679ffdb163aa06c298c75c2bc85a]

        INTEGRATION: CWS changefileheader (1.42.700); FILE MERGED 2008/04/01 15:30:17 thb 1.42.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.42.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.42.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee29fa40bc25255d771ac2815ac4caab61b7623]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:07 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:23 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5b61e50255fdd7afe793b8cdc26d70e752a7add]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:44:06 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e97008bf19911a2e624bd2dcfad15916630a4e17]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/04/01 16:09:08 thb 1.2.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:18 thb 1.2.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c5b65a86eeb88922398f2c3810ccc0c0de344d9]

        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>  [b5baef957982e991e3d8f8dea4c8b3ea602d33d5]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/04/01 15:30:17 thb 1.4.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaaef7a1cec41d28080d6a9165d9c80d509ae39e]

        INTEGRATION: CWS changefileheader (1.13.636); FILE MERGED 2008/04/01 15:59:23 thb 1.13.636.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.13.636.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.13.636.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b15e8b027dc7384a3faf681250bd63525622ab14]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 15:04:07 thb 1.2.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:23 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [761fb0c33b695ceb30f735a423f1aa5a04bdbc1c]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:18 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c185933a9e927bd2c41b02f4d05f2641fdd812a9]

        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>  [6280ef7496028f19e01f8d641b34e99343828881]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:17 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d462eb0ea55bfc6ec31abfcf646a723dbf43f7d]

        INTEGRATION: CWS changefileheader (1.16.22); FILE MERGED 2008/04/01 15:35:08 thb 1.16.22.3: #i85898# Stripping all external header guards 2008/04/01 12:38:59 thb 1.16.22.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.16.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [573b069a61f46cfdaf1a35e80662a3653298575f]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:30:17 thb 1.2.624.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [111ecfe4e6b3f198fa82b5cf292368d6a81dfc73]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:07 thb 1.7.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:23 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fbe270f13669b163617d34facdf9ac3bf77afcf]

        INTEGRATION: CWS changefileheader (1.12.636); FILE MERGED 2008/04/01 15:59:23 thb 1.12.636.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.12.636.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.12.636.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8510aa417212db603a1468910c0e2899da0a8e02]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:18 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a1e9bba961ebcec27934ef9b99e33138aa13058]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:05 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b959c430d3273ff158b086ad66b29c79714184d4]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:17 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d4dd9859a2a3c9b01ea62f28fa68577a42dec50]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:30:16 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b90848ef244dcf97821da88a9982ab42f853e471]

        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>  [a2cbf530040a164316ec5448d98b35e4eaf73ecc]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:40 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:47:00 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4aa6482bc3a1709d34d3fbe6ccd2087996ee113d]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:07 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b580572d3649816644b048a26e6dca9531de2e3]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:59:23 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [003f9bae0cfffd5701205cb467f3ce1ec9c68b07]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:07 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d40f9295bf33172dee98c9153dd8423d58c12d9a]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:05 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c89e4b30480ee25ef1e89f0945d9452ed9822800]

        INTEGRATION: CWS changefileheader (1.8.106); FILE MERGED 2008/04/01 13:04:18 thb 1.8.106.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.8.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [639e717cfbda80df5a6867ecf4c82f99ce96df87]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:16 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [651023bb197e4b5b087baf85d9afc2629767675a]

        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>  [1ccd591739699ebdc7534f9e4c7764afe09bb61a]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 10:50:23 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb1e639b9e0716309f58a5e932983078fff2778f]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:58:09 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d4d39b9ce5dfdd1fb8bb8eeefe0b6d1b9bfebf2]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:59:22 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:33 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1c5bad35439daf2d2cb4c2deb6a0b5fd8437b03]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/04/01 13:04:17 thb 1.10.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac43b3bd68dba4b23916f124abc73981fe891193]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/28 16:44:05 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48bfbe0fc1c8cb33e77e4f13010066167972b81c]

        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>  [f28fdd23ebf4f9d05b548dae7f0436450d1ab426]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 12:38:59 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb7bba28a334a2cb7dff6266871a5cb071c468fa]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:23 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f45bfd1fd3e17a7aee7ff954716f879e2d78db5]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:17 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:53 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [053e60bfd5e6e64b7e3f207e1f2cf7f7bdefb53c]

        INTEGRATION: CWS changefileheader (1.4.88); FILE MERGED 2008/03/31 17:14:44 rt 1.4.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc7e2be261a0d4c4725b078b46ee08f5815ccc9e]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:22 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27c7c2d5879152af4cf6a3af494430d2a3338034]

        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>  [ea225337645b940077a4dcbe51940ce0658f2b34]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:09 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15d0d5728e5096d759d8f3bc9617c0a545f7fd3e]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:07 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:23 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4f9ade486c7dc967a50f859dacec1ac2e433981]

        INTEGRATION: CWS changefileheader (1.3.162); FILE MERGED 2008/04/01 13:04:17 thb 1.3.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.3.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56f3ab8b762c71c293b87bf6c1f2cc3126eec1aa]

        INTEGRATION: CWS changefileheader (1.14.88); FILE MERGED 2008/04/01 15:30:16 thb 1.14.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.14.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.14.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aef9b54df00e581bde4c23492d966c79a05fe4a1]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:55:33 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [257264337470577bbc8e180973e57ca90001a07a]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:06 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cbe104d861058ee0b31b4ce4e462886db2523ec]

        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>  [d682ecf2d1e5c79c69d61ce61d56fda0c7f15374]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:45 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e6bd57f626c079648569e51efadd6970bf9b2c4]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:09:08 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:17 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6ce4aad5422e39d232ba16b5f77c5cd8ed36f38]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:06 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33802f82a39697dc3666658f1e4bbd4a5ac9b55a]

        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>  [e04a0dd71366d42c10153be5c3f50f0b66a406a4]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 10:50:23 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [024300c73788a9a8c555d3a5dc9f18ce62e135a5]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/03/31 16:58:42 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45b3f0f7e10ff09afd16b81779eb70b197257b77]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 16:09:08 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce4b9109d2e254d7510277905ab3a2d8ef4705b9]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:14:44 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2496eb21185e75e93bec06bcea1ee049da619aa5]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:59 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ab20b5cb944678727388786ecead7037d5f194f]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:35:05 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38d88ab7cb5852119a853a8304dc9428f52bbb09]

        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>  [0cb1a078284a6ada0d9d61b6f95341c4d246e67d]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 10:50:23 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a68346b714974f7626d0e74cb55a3648d867ac5c]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:27:52 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ceecf6c8534401ed56d00951ad7ea2e130f311c0]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:30:16 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e59db6b8335b4fb1634dd6bc330ef2c57fad44fc]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/04/01 15:35:05 thb 1.5.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c69f82bd0a338ff6bad595d97c21dd170737d0]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:22 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34a499546b1ab64495826cdf83820fa71b6a5dac]

        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>  [927b9e46a9c9a497e5cc9734a623916eb5c2fa02]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:07 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:45 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64ddf3fc7f682a19ebdc4b8d60ec906f8333df5]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 13:04:17 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06690a722d883ce26ba49498b03ec6a68d84d9cc]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:30:16 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e1ffe5d5ce542cc31e2662c833ed122fb5362ec]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:35:04 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:59 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:09 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [949fea6cba142c8dcea1c7716a11f5727c92b883]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:59:22 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35a9203ea4ce4730b04fca3884aa9a0a59c80b99]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/28 16:43:45 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95e3cc85a7ce4825219af386a0b78a4c4c1868a9]

        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>  [8022266de6a2015a068f06267d227e8a3d27eab3]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:16 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f76b12359eabb413f7d3b22253cdeba3337ee2af]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 16:09:08 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f72471c84ae583973ffc13f387ddd7c348ae644]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:30:16 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b5bab3fa357d26dab3c3ef16c147c8c6c614a7d]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:58:08 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3a265d5c368761824b7ec29945106e74996970b]

        INTEGRATION: CWS changefileheader (1.15.78); FILE MERGED 2008/04/01 12:55:33 thb 1.15.78.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.15.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [556c3b53893405bf29d497667ac5b7b84c0e5e2a]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/28 16:43:45 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [697211aa3cd23af57b6b3ab96a7e8bac6ee0aa9e]

        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>  [8de4000b85555ad3f5696752d8aac186a4dd7f2a]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:16 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be625e7ae161f9b54a958dd4c9673e0a338a18a2]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:30:16 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:44 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a6aa1209e63cd93017c5b575c54a6d19d237f06]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/04/01 16:09:07 thb 1.6.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:16 thb 1.6.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89e3cc74c8ef8b27a4fc1070d212ab3d43ef4d08]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 12:55:32 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:42 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba705aed4a567e2dd472cd51ca61035587acc9d7]

        INTEGRATION: CWS changefileheader (1.10.624); FILE MERGED 2008/04/01 15:35:04 thb 1.10.624.3: #i85898# Stripping all external header guards 2008/04/01 12:38:59 thb 1.10.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.10.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8445a67419f1e50ff284a14a4ce6d39ce210d5d5]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:04 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bbc19f9f00b749374dddd0e531e07c1d254973e]

        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>  [994341a29d3b20b72d4091e85b6a7b8906b47059]

        INTEGRATION: CWS changefileheader (1.41.292); FILE MERGED 2008/04/01 15:30:16 thb 1.41.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.41.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.41.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7503cd64408d01259a016d1a0550a90fa481abdf]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:09:07 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a015c2302ada1e77b90cea227110d91b48b29da4]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:22 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9960fb6732ff35bc6bc0f7e2485f7ce9f3c26d]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:03 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cda2b0818de03a30337001f8724eaabe20a17e5]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 16:43:44 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e91ae454c860ec20a27b5c60dc5d9f5a6a08ca2e]

        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>  [95c7f966503e82a7d3de83e2bc6728577fbb6703]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:16 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [496d3dda0263eae633b3dfc84948567f8016b527]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/04/01 15:30:16 thb 1.15.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c95a139c93a6cf070877bcf6c9049b4210d887be]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 13:04:15 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c46476db859aa3a8fe36ef7b15771f39c18bb089]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:35:02 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f0ecfaa2bba0944eecab5edf92ce4237d0f87f]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:44 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [324b1fa8c77d07af0e2b35b5d2fda9b729fbaabd]

        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>  [d42d877cae4814b3722a5af761fc6746c4a3bdcb]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:16 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf8a2bb0b3667b60f0f70a01971d474ba6ff8863]

        INTEGRATION: CWS changefileheader (1.27.96); FILE MERGED 2008/04/01 13:04:14 thb 1.27.96.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.27.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bca9c9db91dde277c9ddfa0be27c32613f406b1]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:40 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:59 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d4adeee69bba32ea4adaea1539cb90e788cef13]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 15:30:15 thb 1.10.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e494c60791bab60c1c8bd55bf14e7fa804060be5]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:22 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d86b6fb5b5d9c1fbb4cd3fa6139a0acc229256b5]

        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>  [0836cda8ee3d3e0a8bda6da5c5e524accb5f9b68]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/04/01 13:04:13 thb 1.11.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [157bb740ec8e2f7907f6189b61cfd0647dea5faa]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:44:04 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9073f0052fc5ebcea162331ae75fb4c82c5a8021]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:14:43 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e894141516873cd71dbb1fd94c4897ba68ce532]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:23 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec7b7f279ac582168021738b0e5de904f538e3f7]

        INTEGRATION: CWS changefileheader (1.9.624); FILE MERGED 2008/04/01 15:35:02 thb 1.9.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.9.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbee5f74ae75bea0d60aa36c92bd5e11cd4a6a50]

        INTEGRATION: CWS changefileheader (1.2.450); FILE MERGED 2008/04/01 13:04:12 thb 1.2.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.2.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de6acac939969548a8efc2f7d64ea78a9156765f]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 15:59:14 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [523b7bacea4c482ff85cbef05dd61a71a4c2c3a7]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:35:01 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99344915b89335e9539a20a3800f4aec703b78a8]

        INTEGRATION: CWS changefileheader (1.22.292); FILE MERGED 2008/04/01 15:30:15 thb 1.22.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.22.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49921cb475ba5b96d5842747a3578057b7246495]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:22 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [911048c871477e69d02bc64fe5481e75adfd3aa7]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 13:04:11 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ca738098cfee3b14335f9bf49b8f7b418ba2572]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:14 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b438f790086856f39c54e519ba2fed60d52ce83]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:07 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:22 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e73745adce5beb83af1c5264c3cdc9ea8b4b9cb0]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/04/01 12:36:20 thb 1.7.500.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9de820df764b2ee633dec8d817c8ab56bf75e7e6]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:35:00 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [064a8ccbd7fc75d52457b28cbc74541af97bf98e]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 12:55:32 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba82ecd7697d81dfeea0a80746581252a1360dd2]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:40 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:58 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a191719a3124b759a8f5172c6a160f8ac8e64ed6]

        INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 16:09:07 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.6.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1498f10703885c5438fc966aee009330088d243f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:14 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebeea09f2c99ad551fc4c15b2fbdb5b92c80840b]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/04/01 10:50:22 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6d311ffa8b68ff7a50292c32c2f51755e49a778]

        INTEGRATION: CWS changefileheader (1.10.266); FILE MERGED 2008/04/01 15:30:15 thb 1.10.266.3: #i85898# Stripping all external header guards 2008/04/01 12:36:20 thb 1.10.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.10.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd2edd421bf15d8d0caa79fb9da011b371aa2fec]

        INTEGRATION: CWS changefileheader (1.10.222); FILE MERGED 2008/04/01 15:35:00 thb 1.10.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.10.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.10.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4753958203ac79afccaaa7317824689170526238]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 12:55:32 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [103d3c3d3589a14ee5c206a35482b027092f3edb]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 16:27:52 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0153adc1892ca5fdba47c0b1c57a0d1eb52fba9c]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/04/01 15:49:40 thb 1.3.138.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf09b12900c5505a0a32d1abb2425fd218c0b11c]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 10:50:22 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [860963ab7ca5e329780212931dd402f379cefd79]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:59:22 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a26332120330277dc504ba8e8023b9fa996f820]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:35:00 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56504394cc45385c76bc3d5ba284539b859c50a0]

        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>  [ef5244e137b3b42e32e722ad3fa4fc7a540d9332]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:58 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:20 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb8ac462e1a4dbb63c7a971200c2d692c5df94c3]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/31 16:27:52 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0f6961552ebc986072267ec41988c330cdff74c]

        INTEGRATION: CWS changefileheader (1.7.624); FILE MERGED 2008/04/01 15:35:00 thb 1.7.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.7.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4912ce9ac4a12510a0f6f38cdfef2e96563e2d2]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:41 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50e37f9bdc20afc181feab8e181ae2d0f1c4642d]

        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>  [4566a9775308827e7d369002818a5cc2b261be07]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 16:09:07 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:11 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9d84b62c782e51bace6bc99298f8e1aad5d6464]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:06 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:22 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71a44751a7459b2919af9fc3109298a07b2ca70]

        INTEGRATION: CWS changefileheader (1.12.158); FILE MERGED 2008/03/31 17:14:43 rt 1.12.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ebfdfa8089de0be1c911a65e45ad937d16deee0]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:14 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd43bb81b1c2c992936eccd371c80f3fbd635e0b]

        INTEGRATION: CWS changefileheader (1.11.222); FILE MERGED 2008/04/01 15:35:00 thb 1.11.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:08 rt 1.11.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c34ef66bd17d5d4bebdbc70059a0bd74e404a99]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:59:21 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3619ed6b81f3e73585e51540d60b17a6a0515480]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 16:09:07 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:10 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c038600ee09735c44d271b6e678b852b2211e81]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:40 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:58 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [913b8845a247d8eabfabd79205beab60bf1c21d6]

        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>  [874caa19d2a98e7f07fc45e7fc906c2aa5d5243c]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:44:03 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cdf5cde6b623c3d4b3e040900a183d5f727a6e7]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:04:06 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:22 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e45bf30843a1bf55a0471305f37ae65c8f20277f]

        INTEGRATION: CWS changefileheader (1.12.222); FILE MERGED 2008/04/01 15:34:59 thb 1.12.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.12.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.12.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [192914e978c976c406061a923fccb842a5a67d38]

        INTEGRATION: CWS changefileheader (1.5.328); FILE MERGED 2008/04/01 15:30:15 thb 1.5.328.3: #i85898# Stripping all external header guards 2008/04/01 12:36:19 thb 1.5.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.5.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69910250053f3b949a402c9293f41c1c9bb3efd3]

        INTEGRATION: CWS changefileheader (1.6.738); FILE MERGED 2008/04/01 15:59:21 thb 1.6.738.3: #i85898# Stripping all external header guards 2008/04/01 12:55:32 thb 1.6.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:41 rt 1.6.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [001e2e53c0653e31e6be5beeb455530fd120c5e2]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:39 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:58 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de47bb13e650c42e4ef97f4b458474caaf51b66f]

        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>  [8bb78fecbf4bc0ae9575aa79b28f8a26afec5099]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 16:09:06 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:09 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c6bf7332cd2773d0c36ded14e8b4b19ae5e591d]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/28 16:43:44 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4415fdff999001c1c9fe3c4a2fdcdf4c0202c2f]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:14 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b582f0462bfc2b84ce3e3d60b864ea3cdf3c28b1]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:34:58 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3677d400376261c569b169a268d22b012e90863]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 12:36:19 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 17:14:43 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95a259c8f61b4eecbb152941e1ef75f7ac3b075c]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:59:21 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5ff33eb12250023c624c3e3705e45043414a8d5]

        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>  [cba0c93de29ebaa8cc1ffa8ca47b7bd5204be50c]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:58 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dca5fcfbb971c5a456e040510339bdc367ab9146]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 15:04:06 thb 1.6.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:22 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:44 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cbaa9936b25c1d8498c23f65230adea5b68be95]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 16:09:06 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:08 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b56c7cdfb9e36ebfb7a4f8cb3573c15a315d77e]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:58:07 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72a99ad856ae67536d1c910643d90c0aabc9bfa8]

        INTEGRATION: CWS changefileheader (1.7.326); FILE MERGED 2008/04/01 12:36:19 thb 1.7.326.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.7.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13d1b2dcf8d67e10c0ad0c65ada4abbd212184ec]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:58:40 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [767a6ba80d3024d1c83fb182d7ca2199a16e172d]

        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>  [e7c4604468e45d12c8a204330607625d2bb75d06]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 16:43:43 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aac27b1e583a32930f2ec7ff2e82bf19a3f99268]

        INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/03/31 16:27:52 rt 1.6.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23e61b870ae3d5e6880e8911bd4892db7f26e5c1]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/03/31 13:58:07 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c1a699ffbfb0a0c139c7ea6da68f92a5e9d41d4]

        INTEGRATION: CWS changefileheader (1.10.292); FILE MERGED 2008/04/01 15:30:15 thb 1.10.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:19 thb 1.10.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.10.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34bc7c34717ef508be961d47505a94c3c161c3d8]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:21 thb 1.4.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43559d1e796f9a381135a73832cc66e40c9251a3]

        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>  [eca05a156658a899b2b2e7da69cc6acdd38966f2]

        INTEGRATION: CWS changefileheader (1.10.42); FILE MERGED 2008/04/01 15:04:06 thb 1.10.42.3: #i85898# Stripping all external header guards 2008/04/01 10:50:22 thb 1.10.42.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.10.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eaa3910a1d2311e318547666e4e15bec8f87d8d]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/03/31 13:58:07 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5746286ea4294ea47f6edf0add4a40c611372666]

        INTEGRATION: CWS changefileheader (1.4.240); FILE MERGED 2008/04/01 15:30:15 thb 1.4.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:19 thb 1.4.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.4.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ad5d30d2158a363b7a975e467c1386eeb0d1554]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 15:59:21 thb 1.6.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d7f1588351ef05d4050abb396cf26f5ad0d12e6]

        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>  [52699a6e807465f1ca7affd35113114134e23cb4]

        INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/04/01 10:50:21 thb 1.12.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.12.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47d5cb75a0b570b51f4236efd0cee06adb20d52c]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 20:10:48 thb 1.4.162.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:09:06 thb 1.4.162.3: #i85898# Stripping all external header guards 2008/04/01 13:04:07 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:52 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa4bc18f8de7c9d4f344b5695dac86d079096d6a]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:34:57 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af75be27b83f2874c636323236c118a1e7fd668e]

        INTEGRATION: CWS changefileheader (1.12.584); FILE MERGED 2008/04/01 12:36:19 thb 1.12.584.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.12.584.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e995d0c05b629286c6fd65d3600a58875a1fa29d]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 16:58:40 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38c6b7224cbe6d24e9741d754415db5c3ae58bc0]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:44:03 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0de37e2e96b02e6cf5f1b164368f7a0a73b14a4]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/04/01 15:04:06 thb 1.3.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae16be73dee31d7aa452757a446defb4eb826fa]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/04/01 16:09:06 thb 1.5.450.3: #i85898# Stripping all external header guards 2008/04/01 13:04:06 thb 1.5.450.2: #i85898# Stripping all external header guards 2008/03/31 16:27:51 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e2cb54dd7db40a79f3c1196903354bf769c49da]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:30:15 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f8c665a8616b377140b344abd152d62b578f3b7]

        INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED 2008/04/01 12:38:58 thb 1.6.188.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.6.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd36bce26d59aff913a6a369be848bf847763ea9]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:59:21 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47cb9b74fedb7c1f82a5ae09c8c54189e8e6c1f7]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/04/01 15:04:06 thb 1.2.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddc66bed2ef33548786f4d71036d705faa19c24c]

        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>  [6fb246c754a9105e9d0f56a9976f320ace4378bb]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/04/01 13:04:05 thb 1.4.162.2: #i85898# Stripping all external header guards 2008/03/31 16:27:51 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fe4a4708f7e976b00447dfdcbcd641496efb534]

        INTEGRATION: CWS changefileheader (1.49.330); FILE MERGED 2008/04/01 15:30:14 thb 1.49.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:19 thb 1.49.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.49.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cebd0dc85e10b4b98e16ea195bfc5bb563869e38]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:34:57 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a75a18ef35419a40f6e0eeb8d24e1bd3f7b63b4b]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:20 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90736eb54b8f5a324f408732c6f2088e4f3165b3]

        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>  [a2d83b10d4f9cb3b3fd25148686f44159db679f7]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:06 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:21 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [125aca9636df551cd787e3f26e77df2cb57c2eb3]

        INTEGRATION: CWS changefileheader (1.58.450); FILE MERGED 2008/03/31 16:27:51 rt 1.58.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8e8d3af1166fa1af703d198a59336969b3e572f]

        INTEGRATION: CWS changefileheader (1.69.86); FILE MERGED 2008/04/01 12:36:19 thb 1.69.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.69.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dbff1d207207eb2090df1650420562331f2a2b6]

        INTEGRATION: CWS changefileheader (1.7.184); FILE MERGED 2008/03/31 13:58:07 rt 1.7.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f08bd257b1f1ba25774a3d0eb5fcefbe9e55512]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/03/31 15:59:14 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61ec1ccf12ad9d80f945c0d52dd442ce24cf2660]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/04/01 15:59:20 thb 1.5.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4694edc3dd4013f98138da3c91f4ac58a717f651]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:49:39 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:57 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [603a85e6c14f63845f0bc1299f9c99206c33476f]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:43:48 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0720d607e7d7536943767b0e5c6c0e254d28239e]

        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>  [4ad639cc264676196d7612542c8dedb721487e28]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:06 thb 1.7.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:21 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2e081a3827bd14f07ed06aed6775e7935734ae5]

        INTEGRATION: CWS changefileheader (1.45.450); FILE MERGED 2008/03/31 16:27:51 rt 1.45.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3047296f597c4cc38be391eb9d8ef4da690be76]

        INTEGRATION: CWS changefileheader (1.20.34); FILE MERGED 2008/04/01 12:36:18 thb 1.20.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.20.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd5ad8a4dd1c6c2c801c221373e5b7e7672ed203]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 13:58:07 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10fe478a2aab06ab4e639fbdf1fff62bb7d5b690]

        INTEGRATION: CWS changefileheader (1.2.410); FILE MERGED 2008/03/31 15:59:13 rt 1.2.410.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bce8b88e6f99d99a3294f7a9b3f530ac5258ff0]

        INTEGRATION: CWS changefileheader (1.14.78); FILE MERGED 2008/03/31 16:58:40 rt 1.14.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7c5149be4331aeb2a5f8138ec2f317881b7e252]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0935d70ca5dfaf7d532be434a63f26f1aa03ce98]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:48 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a31f475dde95d6d94dff355858225936a4343d2c]

        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>  [466f180c740c5b4a09bfff608d8ce08a15c8b9d6]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 10:50:21 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d3fae6cc1a367b2aef5f42ff938f974afdb08d2]

        INTEGRATION: CWS changefileheader (1.63.450); FILE MERGED 2008/03/31 16:27:51 rt 1.63.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85cb1382a9e4929ac4528b4694038143861e9068]

        INTEGRATION: CWS changefileheader (1.17.700); FILE MERGED 2008/04/01 15:30:14 thb 1.17.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.17.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.17.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e900237b991baedaee249ad31874a6e2184af1d]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/03/31 13:58:07 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00568cd5b05945241d67de7dd373da3cf1262ec6]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/04/01 15:59:20 thb 1.5.738.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.5.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d00cba7d01d621bdf1f5d916a4df5c4daf6627a]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:13 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f5782498ae4cf0cd1f8ccaaf77e9672539c0f7b]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:43:48 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdd8c79a8805f68657c394ee543f8a73a42ec2e1]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 14:18:19 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5f098412b7ba7133a0372b0b27f5b76b59807db]

        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>  [7364172f65f0236dff8b902e3a300946b292ae26]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:05 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:21 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1037d74d73f1b8c210d0e47895374d784837dafa]

        INTEGRATION: CWS changefileheader (1.47.700); FILE MERGED 2008/04/01 15:30:14 thb 1.47.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.47.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [286f113c679c8235efb88ca03cb8d48912966aaf]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:20 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:40 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9adb95d06e698aaf603244e89d1771c8863a041]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:59:13 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8db650b00943fd896938df041356f89d3d8bcc52]

        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>  [98db881b8f0da7aee99987ade22693e76f91686b]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:30:14 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c21f526d9a3c14fa978559ef9423e19aacca40e6]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:39 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:57 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a81b0c2512485d7a83fb61ee021db8c9a6d2c4e]

        INTEGRATION: CWS changefileheader (1.14.298); FILE MERGED 2008/04/01 15:34:55 thb 1.14.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.14.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.14.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68bd6129166b7d75544807c10e7b996be6eb9109]

        INTEGRATION: CWS changefileheader (1.21.216); FILE MERGED 2008/04/01 15:59:20 thb 1.21.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:31 thb 1.21.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.21.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80c7a823935a777446fd78313af9c92b9797fbcc]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:59:13 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49844767b192e332ad4ca97d4fd263bbc95e99a1]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:27:51 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19339f9d3e321bde0bd0594726d5db2c8280da4b]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:30:14 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26eff306a1b8ad901896763af4e538e4ef4698b2]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:05 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:21 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5cd158e6b0c5624df0e7ef58d3ad806e63a2cec]

        INTEGRATION: CWS changefileheader (1.3.256); FILE MERGED 2008/03/31 14:18:19 rt 1.3.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [253ab82f06a31320a17bf080891c06cd4e862fc9]

        INTEGRATION: CWS changefileheader (1.21.182); FILE MERGED 2008/03/31 13:58:07 rt 1.21.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0ce6fd5c5c56a557a37e5702a37cbaa696c927e]

        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>  [4eb93a1d4e3fdfb850aaf90cc62af398ca90cdb9]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:20 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88e463ebe31a0cc7cf139ae40277ef0db6cfacea]

        INTEGRATION: CWS changefileheader (1.10.450); FILE MERGED 2008/03/31 16:27:51 rt 1.10.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa269dab6170c07dd98ad5ec6657a2cd614ce161]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:30:14 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aa95e871ec1ca50d67ad2d7b58875d2b83d5a1d]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:39 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9af2162d9e0598819b7e790f753737c63cf276e]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:43 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [527b2d16ea05cc97bec4f106a87e0a404dadd680]

        INTEGRATION: CWS changefileheader (1.12.100); FILE MERGED 2008/04/01 15:34:55 thb 1.12.100.3: #i85898# Stripping all external header guards 2008/04/01 12:38:58 thb 1.12.100.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.12.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54fc2be0ca7ab3a446473065c92e74b322cd6478]

        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>  [d19348c022d0211ad5b798f7a300ab52074ff229]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:13 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1ba892a0d423fd02fd386fedce707934a5582f5]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 12:55:30 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e43f2664d5b9f67606296a15b3ff7f67a2df305]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:48 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c0d9a074c25cb1839d680cd4929f43d2bc1e12]

        INTEGRATION: CWS changefileheader (1.22.436); FILE MERGED 2008/03/31 17:14:42 rt 1.22.436.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38ed4630e02d8971e69abe80d0681943d4863563]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/04/01 12:46:57 thb 1.7.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90cd736734e6ccec7108f2d6487d93e0de5fd40d]

        INTEGRATION: CWS changefileheader (1.12.102); FILE MERGED 2008/04/01 15:04:05 thb 1.12.102.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.12.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [434684ed288300775abfef563c9082895f4f165c]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:34:54 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23dce3b99278500eb85914570afa68919640bca2]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:59:20 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [578741ad7fe470d818b9923cc58e7b0d46fae12d]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:59:13 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9438b57e19e0fbdcd87aa13971265d769de00edf]

        INTEGRATION: CWS changefileheader (1.51.450); FILE MERGED 2008/03/31 16:27:51 rt 1.51.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [887b53527890a5b2612e663554a8fe33c872ac0d]

        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>  [dccda7a891e3a19e78d32258a27555d292a08601]

        INTEGRATION: CWS changefileheader (1.21.158); FILE MERGED 2008/04/01 15:30:13 thb 1.21.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.21.158.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.21.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [201625bc27f405e84ef4d2e956ce0a8630bf1ec8]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:34:53 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fd0e06b6d986a2acbf67e7b2fe3782105e7223c]

        INTEGRATION: CWS changefileheader (1.17.42); FILE MERGED 2008/04/01 15:04:05 thb 1.17.42.2: #i85898# Stripping all external header guards 2008/03/28 16:43:43 rt 1.17.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e0c932396643c7760a4f9d148348ba5922c0fa8]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:39 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [292e7b0fcbc79bd6684ee314dc8cea96d3b05d03]

        INTEGRATION: CWS changefileheader (1.8.450); FILE MERGED 2008/03/31 16:27:51 rt 1.8.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [353405d25ca66cd0c263a1bc786f874ca1a30c66]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:43:47 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18f2ea396dc8b0607430c4110a9231ec8a8b873d]

        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>  [611aaaee2341de129284fba9c564291e48325341]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:30:13 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b575e9186387e0588c3c8b43740773a08879d0f3]

        INTEGRATION: CWS changefileheader (1.11.222); FILE MERGED 2008/04/01 15:34:53 thb 1.11.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.11.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.11.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d686f690057ac056ed00910e2a84d2459c5ebab0]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/28 16:43:33 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e65280bdce7e72c7d6b8197cbd321fa164b83bf]

        INTEGRATION: CWS changefileheader (1.7.450); FILE MERGED 2008/03/31 16:27:51 rt 1.7.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41fd5ddd102d95ef1e455d12601e86ff6c827f53]

        INTEGRATION: CWS changefileheader (1.8.240); FILE MERGED 2008/04/01 15:59:20 thb 1.8.240.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.8.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ecab9fb84e6bf14e3d6789700711576ce1b1ad0]

        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>  [e376a11126a6696ee0b2dfbdbbb9fb3b8ef908a2]

        INTEGRATION: CWS changefileheader (1.20.498); FILE MERGED 2008/04/01 15:30:13 thb 1.20.498.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.20.498.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.20.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb394c268a585e533be7056dc2d0d375b4e06bfb]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:05 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:21 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:33 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d2b5e588b929e00451309aef8613b983fd4c97]

        INTEGRATION: CWS changefileheader (1.17.220); FILE MERGED 2008/04/01 15:34:52 thb 1.17.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.17.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:07 rt 1.17.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e74fe64091c2294e14d502180ba5ed3e35673f0]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:39 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:57 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8c2da7c0dd6c19d7ace92ac4ff0e27fc4b2e9b8]

        INTEGRATION: CWS changefileheader (1.5.450); FILE MERGED 2008/03/31 16:27:51 rt 1.5.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7706c0941d00fa89579af6d132893ba2237c6c2c]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:19 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [047833630a3702294b43f4789ceedd138d30df75]

        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>  [5d6f9609a81fedc90b0ae664aa7015185cd64553]

        INTEGRATION: CWS changefileheader (1.19.328); FILE MERGED 2008/04/01 15:30:13 thb 1.19.328.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.19.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:42 rt 1.19.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3f4233faffc7c36f5b8f69ee4af1ccc3a650600]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:33 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319cf8447042433b605cb4e02bef54371e270dc9]

        INTEGRATION: CWS changefileheader (1.8.16); FILE MERGED 2008/03/31 13:58:07 rt 1.8.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e10ed4f94f62a5c851e0f57b0c965fb04646f8]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:57 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eed76cf5f968553fa3a3581011bc415c9f11e1f9]

        INTEGRATION: CWS changefileheader (1.22.450); FILE MERGED 2008/03/31 16:27:51 rt 1.22.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd688b1d1100dfddf2cdb3a784a365af54001b1c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:19 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fa8e305418d4eee3ef64b8f8bc0cb0750b07723]

        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>  [b91ad0031592005c3380b47ebf368f3dad867552]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:43:33 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47b435d560db01c7aefc90c270c631a6582486a0]

        INTEGRATION: CWS changefileheader (1.62.14); FILE MERGED 2008/04/01 15:34:51 thb 1.62.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.62.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.62.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6203e5ff17dd5bae9d6db65effb3f00e1fb16ddd]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 17:14:41 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e983d4460660497ba4c1bb20cfe3528fd4e75378]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:43:47 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [300f164cf76703e7577945ede8977fab6c15fac5]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 15:49:39 thb 1.4.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:57 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddd7e0e13d17bd98be8986f1b2a765f6518bf626]

        INTEGRATION: CWS changefileheader (1.17.450); FILE MERGED 2008/03/31 16:27:51 rt 1.17.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b69a6478cde0c56473358d3fce55ea88a6e10bd5]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:19 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [758cfd1620a1d4ea324b864e578f794e31b279d6]

        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>  [fa8d39d703e1c2cfbcda6994c96627e953eca20c]

        INTEGRATION: CWS changefileheader (1.33.46); FILE MERGED 2008/04/01 15:30:13 thb 1.33.46.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.33.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08b5016251b4362ce3ed96d07321367d21f82579]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 16:43:33 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fab412a6cace10797b49e1850e98830fd828b28]

        INTEGRATION: CWS changefileheader (1.26.16); FILE MERGED 2008/04/01 15:34:50 thb 1.26.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.26.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.26.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dca89f8cbd2eff5dec4d2e32203ea72e8c632fec]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:59:13 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcbb5130217aada1e45d950b85249690a044867f]

        INTEGRATION: CWS changefileheader (1.11.622); FILE MERGED 2008/03/31 16:58:39 rt 1.11.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5be7279cc23e318853cac8e9fb51b61619c4102c]

        INTEGRATION: CWS changefileheader (1.91.322); FILE MERGED 2008/03/31 16:27:51 rt 1.91.322.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [860d5c7714fd2a7ee0a5a0722a5102820c1c72f1]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 15:59:12 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ac5740d8fb09228e903b24ff8393eba1a707fac]

        INTEGRATION: CWS changefileheader (1.12.298); FILE MERGED 2008/04/01 15:34:50 thb 1.12.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.12.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.12.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3efbef38f6cdf5fb07c52de64f981a51ba71aa1]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:19 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c60bd30cf35a82c1092e2ac4d61b601319f3f74b]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 15:49:39 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54be12e1d9aaadc3777650d7367b765e00194252]

        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>  [20281eda0616dad335a300e7dc91b5b3299e068c]

        INTEGRATION: CWS changefileheader (1.17.300); FILE MERGED 2008/03/31 17:14:41 rt 1.17.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39aaafbe73bc1a9d773bb6669fbc20c5daa79d6c]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 16:43:32 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1d41f61666c3e0fad3aac740d85c9d73a1c6664]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:12 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f68f1257300c909710e7e5407083373d4649818]

        INTEGRATION: CWS changefileheader (1.3.1154); FILE MERGED 2008/04/01 15:59:19 thb 1.3.1154.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.3.1154.2: #i85898# Stripping all external header guards 2008/03/31 16:58:39 rt 1.3.1154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [137142298957bee2d5e222319de2e83e2c64fc24]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/04/01 15:34:49 thb 1.11.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.11.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bbf33c2dff87b945fb57f4f052ff90c1b966e74]

        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>  [ed68b72fcadb5d3fafe721482d0b910c500640f3]

        INTEGRATION: CWS changefileheader (1.16.240); FILE MERGED 2008/04/01 15:30:12 thb 1.16.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.16.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e976680a6ad80f28697efa23368647f2e53f5914]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/28 16:43:32 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c080f50d71569a34928f58db92d231daf09b48a6]

        INTEGRATION: CWS changefileheader (1.3.354); FILE MERGED 2008/04/01 15:49:39 thb 1.3.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:57 thb 1.3.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.3.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e3c60dba1c18a0e370a20fbcdf3417877ca18b2]

        INTEGRATION: CWS changefileheader (1.13.450); FILE MERGED 2008/03/31 16:27:50 rt 1.13.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b5970e3a6ad5bd29899d6b9347c5d447d743600]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 15:59:09 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbccfef8dd35a814bd8e8268051ca9c180233d8a]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:34:48 thb 1.8.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:57 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [604cdb207343b164db836e9df097426d0efda89f]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:19 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b46c290c8b88c5206692520ef0c1d68f91b7ee3]

        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>  [781d4ed9f0acad89d32aa544df1225afa63a65ad]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:43:47 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d71f278c2f1113740b864cdaccc1f464d28f7b3]

        INTEGRATION: CWS changefileheader (1.37.46); FILE MERGED 2008/04/01 15:30:12 thb 1.37.46.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.37.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b7c5adbf5257505adc992c6acd308f0944d314c]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:46:56 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:19 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad1e553f4c7221c40b8bf2ffa0745762b93cbc6f]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 15:04:05 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e71d3cf1fb15c83f2e55adaeaab7692d87ead3a]

        INTEGRATION: CWS changefileheader (1.34.450); FILE MERGED 2008/03/31 16:27:50 rt 1.34.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59b0af41ccfc5e6d80cf21adc0463e103ee1ed35]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:09 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36499395e7b7c7db31ec9d0400ccefb48a5dbd9f]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 16:58:38 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19590ba98e9c5ef1780b3933476cf228bc433489]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:39 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:56 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d204205ab578a09397a723dca30e70e42d20f048]

        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>  [4d5abd6a61a01e4cc7b192c86cc3b93abe802f2e]

        INTEGRATION: CWS changefileheader (1.10.94); FILE MERGED 2008/04/01 15:04:05 thb 1.10.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.10.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00a55ef74a8776c1c7a19d28d52304455e49b572]

        INTEGRATION: CWS changefileheader (1.7.328); FILE MERGED 2008/03/31 17:14:41 rt 1.7.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afec936a532ed98a6d9108344ec2ba822c696aa9]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/03/31 16:27:50 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e156159b2dcf0cc339976595b4c445fa231eafc]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:34:46 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:56 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64865762f3d74c920e5fe5f5228f235e0a2ccc68]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:56 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7dfb7b840305959e420ebdcc443bc414ee1effb]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/03/28 16:43:32 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ada6497a4ce49e6de5603b585bd4d3b2a672e14]

        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>  [7f02e20cab3a703bd20f2ddc1f81c792a985e535]

        INTEGRATION: CWS changefileheader (1.18.290); FILE MERGED 2008/04/01 15:30:12 thb 1.18.290.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.18.290.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.18.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b54e36540ab02f00921a7f5fc5d968aa0b8268d]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:58:38 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c9ac0c9355f3d3657da122b05e32d41cbc55be3]

        INTEGRATION: CWS changefileheader (1.53.14); FILE MERGED 2008/04/01 15:34:45 thb 1.53.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:56 thb 1.53.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.53.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68d7fd9fb872c5b614b24093bb5c0da14cdf5769]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 15:04:04 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a98346c27da85dd0a0b637e56ea2fc65ee8b3b0f]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/04/01 12:36:18 thb 1.9.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bcf8e6816d8eb3d1a37cea6bac80fbec8d83530]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:59:19 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [268a1753633cc1c01830d0632a86c8a6311fd588]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 15:59:06 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [accd09a87f2d111a8cb570941249f2f62f8fc79c]

        INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/04/01 15:04:04 thb 1.9.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.9.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8977b012c3285b87f6478be34f887ba2a2d0be0]

        INTEGRATION: CWS changefileheader (1.4.354); FILE MERGED 2008/04/01 12:46:56 thb 1.4.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.4.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [972d0f6d6ab68b04c05ec34b2aea7473e9d4b86d]

        INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED 2008/04/01 15:30:12 thb 1.9.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:18 thb 1.9.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.9.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3986a72ba573ecabb6496056fce3699ad4f1f6d8]

        INTEGRATION: CWS changefileheader (1.15.220); FILE MERGED 2008/04/01 15:34:44 thb 1.15.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:56 thb 1.15.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.15.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [700e19fc004579b4b0b5a1a5350a46e17b9ad039]

        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>  [a53473d91ae132b0a75695aa5528044942612939]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:06 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12be317b131c932841aa7134eddf0c9691991cd3]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:19 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c477443c6170175894f5430544a33c305e5ffeb]

        INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/03/28 16:43:32 rt 1.9.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2c061bb1c15f3aacfa116a342fd551e6e9e3b45]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 15:49:39 thb 1.6.118.3: #i85898# Stripping all external header guards 2008/04/01 12:46:56 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9e5e7ab61ec975f074b2926428a48a8ed6f9f27]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:30:12 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:36:17 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 17:14:41 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [371177ee2581f03329bbb02d24f628d43364dc51]

        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>  [a629c81abb376ad802169db3b483ae5087c45929]

        INTEGRATION: CWS changefileheader (1.6.420); FILE MERGED 2008/03/31 15:59:05 rt 1.6.420.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e07a9f172af034f153ef1834e0cfd2523e5383d]

        INTEGRATION: CWS changefileheader (1.22.216); FILE MERGED 2008/04/01 15:59:19 thb 1.22.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.22.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.22.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a58c5ae1650607edc5743c50dfedcb69c43f1647]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:34:43 thb 1.9.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba857ba9aa6dc29659980b2f4cdb2dde1d95f76d]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/04/01 15:04:04 thb 1.6.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b13592b5862516989c5d28fd3768a5caa2965dff]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:49:38 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:56 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a78c22a8773e1caf9968edfa3a46b28710f7db4]

        INTEGRATION: CWS changefileheader (1.10.240); FILE MERGED 2008/04/01 15:30:11 thb 1.10.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:17 thb 1.10.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:40 rt 1.10.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcfa0203ac8637bf3de879e018f95ecb883069e5]

        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>  [c301db64cf82646164f7e146f6806011f0aa96c3]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:59:18 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2015f3ab29660df48249d6cb416ded65dab643b8]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/04/01 15:34:42 thb 1.15.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.15.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be5b42aa3f8215b86f53e3cfa0e15276b1b0e0b4]

        INTEGRATION: CWS changefileheader (1.12.44); FILE MERGED 2008/04/01 15:04:04 thb 1.12.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.12.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ea770909d89fa6c06e418fc6de67102e781db94]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:50:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa0f8e1463cbad136cac6202726ccfbcc39fea49]

        INTEGRATION: CWS changefileheader (1.5.106); FILE MERGED 2008/04/01 15:49:38 thb 1.5.106.3: #i85898# Stripping all external header guards 2008/04/01 12:46:56 thb 1.5.106.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.5.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8d728ed39f41888863a0dbcdf29dcb1c1b3219d]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:43:47 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3da8f4c880e560e9ec0e4d62653fc02a617c1d3]

        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>  [ade0d452c41d6b7426c871f1a8972a5cda459e8d]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 12:55:30 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e84d9d223aa8489f7f4dfae8f7df1b3960fc2cd3]

        INTEGRATION: CWS changefileheader (1.48.298); FILE MERGED 2008/04/01 15:34:42 thb 1.48.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.48.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.48.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e4d11ca6178e034e40d2b4d53f942188de61023]

        INTEGRATION: CWS changefileheader (1.9.292); FILE MERGED 2008/04/01 15:30:11 thb 1.9.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:17 thb 1.9.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:40 rt 1.9.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32a07d34e0fc69c652fb2f52ce92a2644e849f39]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:32 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82332e221921afc0b50d638ecb3fe07bc8107cd4]

        INTEGRATION: CWS changefileheader (1.5.78); FILE MERGED 2008/03/31 16:58:38 rt 1.5.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1054ce402e07727ae6f23295c59641178641f5de]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/04/01 12:36:15 thb 1.6.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:34 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [789025e7e29a37d8dba9023e2916cd894a676a4c]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:04 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eda669cb0929000e8dbafbc531469a050f64495]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 15:50:48 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16d20bf1fcc9f03f7a12b4e66afd51043d6495a7]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:05 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56054dc9d37d545a6a69e924077e839cd43de4ac]

        INTEGRATION: CWS changefileheader (1.15.220); FILE MERGED 2008/04/01 15:34:41 thb 1.15.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.15.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.15.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94ed0da889d03f0597ac16368309537256009fb9]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:59:18 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f872273a5c84308d6237ec62677691e12102be8]

        INTEGRATION: CWS changefileheader (1.9.492); FILE MERGED 2008/04/01 15:30:11 thb 1.9.492.3: #i85898# Stripping all external header guards 2008/04/01 12:36:15 thb 1.9.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.9.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [219b305a2309fdfed6038f62c06554d8a91ae7e8]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:50:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93cabacd931f643e8147df1a3884220d8bbe59a5]

        INTEGRATION: CWS changefileheader (1.29.100); FILE MERGED 2008/04/01 15:34:40 thb 1.29.100.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.29.100.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.29.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e001034a35690119027b3111368c9479c6d5ab7]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:47 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a5f1689cfb0efc4287575f8a1add2ecc85b08f5]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 15:59:18 thb 1.9.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4dcc8c7fc85d221088bd4a5b32d8fbe461180e]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 10:50:20 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [883c5684ef50a764d849c7f597e0dbc4ef1e5b98]

        INTEGRATION: CWS changefileheader (1.30.238); FILE MERGED 2008/04/01 15:30:11 thb 1.30.238.3: #i85898# Stripping all external header guards 2008/04/01 12:36:15 thb 1.30.238.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.30.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1b080a63f75644c731c6611247542a06a02102f]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 15:49:38 thb 1.3.34.3: #i85898# Stripping all external header guards 2008/04/01 12:46:56 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58ee4c4ff9e6457636e1be58c4c02805bf8c529a]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 12:38:55 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:06 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd592a8dccd809ec4bb0057b4139f2ac25185535]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:18 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f6e3aa35d14e42b907f81933c3f334af9ac928e]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 15:34:40 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d8d876c6b4f12df0d4169e9ac540ad2d9ffe36b]

        INTEGRATION: CWS changefileheader (1.26.292); FILE MERGED 2008/04/01 15:30:10 thb 1.26.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:15 thb 1.26.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.26.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b5be2d46905dcd865f5710651c7b37d04708de4]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:46:56 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b02455266482f601bc5dc57e6d34b2e0a09c1cea]

        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>  [90af71d544c610abacba34f497ebb37d6bdd3847]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d871d1721088fd7f2485143a8f156d712d11532]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:18 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:38 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a4a34653cd243d20b72a3dd60987ccce16a751c]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/03/28 15:50:48 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0a0f2915b59470a07140ea829607f3f09f67178]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:34:39 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a6266b62fe76712a33df89baf15fca97b5979ba]

        INTEGRATION: CWS changefileheader (1.3.194); FILE MERGED 2008/04/01 12:46:55 thb 1.3.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62071b666311448046fdbcb1b1f35816d074996f]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:18 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f45ccf266976a1fabe62b95a711f9d42a1a9d53]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:48 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c87b38ece5cb2db941284a07216349c6039e5a05]

        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>  [ccbabde13112e30368a2f5c8df1c5d30ae533783]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 12:36:15 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b560b484373df7dfd5a83a749338024ec237554]

        INTEGRATION: CWS changefileheader (1.17.220); FILE MERGED 2008/04/01 15:34:39 thb 1.17.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.17.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.17.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ce517add289eacbb9588f770bdc7f2d7efa0d7c]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:59:18 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [532fcbc3480e0d83bdeb43086494abefd1150600]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:38 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:55 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8bfb9b962e7e21a9d1e447f9b422042d5c41562]

        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>  [856e1597c92aaf80b76045852b597af2ab3e381e]

        INTEGRATION: CWS changefileheader (1.31.244); FILE MERGED 2008/04/01 15:30:10 thb 1.31.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:14 thb 1.31.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.31.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f42736bf1ccd4d0cf0a2af0672f8d5779ce0c073]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/28 15:50:48 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aa16d76f9ea45283660c289802624e700cf86b3]

        INTEGRATION: CWS changefileheader (1.18.184); FILE MERGED 2008/04/01 15:34:38 thb 1.18.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:55 thb 1.18.184.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.18.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [233e87b2d945220cf0218cf2b6a8203e37ba04aa]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28c7a1c66f2ada85159666928f4511feabb4ba33]

        INTEGRATION: CWS changefileheader (1.23.184); FILE MERGED 2008/04/01 15:59:18 thb 1.23.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:30 thb 1.23.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.23.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9586069cf369d72d496f90d1d879ed732a29fef7]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:47 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78515f3b45efedb932c8183ed98091f09cf7b54]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:55 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d7d9dbd48d0988ec1b696eab99b665c6b52c139]

        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>  [779a7e886cda82e5f3027590ae692dde69fa9d5a]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:47 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51d4807b781f153011e67fa694e56284e005d53a]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 12:36:14 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee5f07f2109ae71aa6ec90c3378fdb1b2cc134e7]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:43:32 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abf705c022ee7f01d2bb8a2af076e35220464490]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:34:38 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bced4936af06705f5a3a00a6402e5863e5129c76]

        INTEGRATION: CWS changefileheader (1.3.48); FILE MERGED 2008/04/01 15:49:38 thb 1.3.48.3: #i85898# Stripping all external header guards 2008/04/01 12:46:55 thb 1.3.48.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c56ec289765f618893af00bcf39e99a945bff115]

        INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/04/01 15:59:17 thb 1.12.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.12.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.12.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65ca667c974fac6980ab5e9b44b4341d07712116]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:04 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8983862788bd9e0f50edb160447a54287fccbaf]

        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>  [6fb3a6a8928a30c648f364e1683b3ab50ecf3c83]

        INTEGRATION: CWS changefileheader (1.8.244); FILE MERGED 2008/04/01 15:30:10 thb 1.8.244.3: #i85898# Stripping all external header guards 2008/04/01 12:36:14 thb 1.8.244.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.8.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08afd14cee188c8be827082039aeb268eaaa894f]

        INTEGRATION: CWS changefileheader (1.6.160); FILE MERGED 2008/03/28 16:43:47 rt 1.6.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e02696f941d8a5f4d5ec7d7a800bad3030b8ede6]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:34:38 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [110a4af8ffd88d9fa8cc8f28812f23cc8ba3682f]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:59:17 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9341165458c6d33bd570e38af00eed0d7c3f5a29]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 15:04:04 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:32 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [469b0f5c0016c9b6fc5da1072a21e40954589e98]

        INTEGRATION: CWS changefileheader (1.21.328); FILE MERGED 2008/04/01 15:30:10 thb 1.21.328.3: #i85898# Stripping all external header guards 2008/04/01 12:36:14 thb 1.21.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.21.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5c158b268a4e1913ec513e5577c7bf0847340c9]

        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>  [73b43c51269c9e563790596a944b26bc6fb5906f]

        INTEGRATION: CWS changefileheader (1.14.184); FILE MERGED 2008/04/01 15:34:37 thb 1.14.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.14.184.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.14.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06d27c63a9069c79c21e443d247573916d7028dd]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:47 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf2caa1dcb5b0d00df8cc515a1ddb3da656de09b]

        INTEGRATION: CWS changefileheader (1.11.184); FILE MERGED 2008/04/01 12:55:29 thb 1.11.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.11.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a7e76c72f8a3d6eab7df4b3ada555518e3b13c6]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:31 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7976c230ebe0df02191c229b1d814f39405f3b0]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 12:36:14 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a079956443985aa005ae88ccdcaa631eb7505802]

        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>  [61829f59a055548fc1c0666ff099c447a1c4d262]

        INTEGRATION: CWS changefileheader (1.12.222); FILE MERGED 2008/04/01 15:34:36 thb 1.12.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.12.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.12.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9300c249398e61523af979e0b81f9cfd4584cc2c]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:58:37 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d88f381b8bea351e17634b093c2bda4bf8b314ec]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:04 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b2b67759492790da84cc1809cf89ba4fe101732]

        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>  [473f27d9884f3fac7c76ae3b70c10ebea633a4e2]

        INTEGRATION: CWS changefileheader (1.40.298); FILE MERGED 2008/04/01 15:34:35 thb 1.40.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.40.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.40.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [701f8a505e9cc5bf51ef5a2721df05f3d71a1a1a]

        INTEGRATION: CWS changefileheader (1.13.292); FILE MERGED 2008/04/01 15:30:10 thb 1.13.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:14 thb 1.13.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.13.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2780e12853d1b4f2be1bbe09dab8b18671c1a930]

        INTEGRATION: CWS changefileheader (1.3.194); FILE MERGED 2008/04/01 15:49:38 thb 1.3.194.3: #i85898# Stripping all external header guards 2008/04/01 12:46:55 thb 1.3.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [650f0fe796b2080eeee5b95ec9397e8549bcf5ab]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:17 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efba8091374a347b8e40bd520cd804fcb2097d2a]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:46 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f51b82cf0cd617fe87d29943d754e09e71d523e]

        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>  [407e207f399462e26ce95f59b5fc54be7e416d52]

        INTEGRATION: CWS changefileheader (1.17.88); FILE MERGED 2008/04/01 15:30:10 thb 1.17.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:14 thb 1.17.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.17.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e08cecc9d6ed02f2ec015944711724869c20a87]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:46 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69518b0e64354cbb6c4d568fd23708974b285750]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:17 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e4af741b7f6887abab3c3cf9cdd7f99e6b487cd]

        INTEGRATION: CWS changefileheader (1.47.130); FILE MERGED 2008/04/01 15:34:35 thb 1.47.130.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.47.130.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.47.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb60ed68ba0c310d98c63a7e9f28cb29624b2007]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:31 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b3bbafa41e8fc469ffceb2c249faa779dc7806a]

        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>  [c5efe4f6b939b78aa06e90d44f75c950a1771c2b]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:43:31 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f141b4e83e3f192de5afd6cf5649adb1de7d26e]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:46 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [371cba6467c611a7d0e4b0b5c1a2cde6e16d2a9b]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:17 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8aeb775bc832cf1a7c74e8ec808630106ca0c37]

        INTEGRATION: CWS changefileheader (1.12.220); FILE MERGED 2008/04/01 15:34:35 thb 1.12.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.12.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.12.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4784f57a8404cab5ba921147539b3c65a9d3a9]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 12:46:55 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89f33ccb7c657148fca114f6ee9e899275e65da1]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/31 17:14:33 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d534ad2046141af6cb709010164b17a3e5ecaa3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:05 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1be8126dc00a3143020e3233d075c598ffc0c532]

        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>  [9d5220988c27775a1feb092d9d4d673e9bb2bbe6]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:17 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [895609b387f48b760c2d87a92a6b2a4ae8eec9b5]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:04:04 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d2194892d45abd2a837f58ad1aac23887908d5d]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:46 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1df8cbfae86a732abecde53d24f71be2aaa58d46]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:34:34 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:54 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dfd4127489713246ae1efae390b0e01703d5a4e]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:54 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:18 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe025f384b780b70a0756c1e24c952a34446afb8]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/04/01 12:36:13 thb 1.5.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d801b0714ec5b22ab473d830437c4619144a23ef]

        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>  [57d677d0655f79c6330b61fc44c41c4856bad34a]

        INTEGRATION: CWS changefileheader (1.11.36); FILE MERGED 2008/04/01 15:59:17 thb 1.11.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.11.36.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.11.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677e921bfa06a963e70474209ef2c2d547e6f846]

        INTEGRATION: CWS changefileheader (1.16.298); FILE MERGED 2008/04/01 15:34:33 thb 1.16.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.16.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.16.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a226ede3c13990e370e2e8d97ff2a6577dbc4144]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:04 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4de0271624048bec41f6433877341d2b3d327c48]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/04/01 15:49:38 thb 1.7.34.3: #i85898# Stripping all external header guards 2008/04/01 12:46:54 thb 1.7.34.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65caac283d8ac33eccf7585d2ff53277b34ed81b]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/04/01 12:36:13 thb 1.8.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf190f56d77572e548741248af407d2ee7cac499]

        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>  [43ce731e18f355375588b615908343fd8c470b2a]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 15:59:16 thb 1.15.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:37 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d1c3b9777bb4433fda9eca49155c59064d3a1d8]

        INTEGRATION: CWS changefileheader (1.12.186); FILE MERGED 2008/04/01 15:34:33 thb 1.12.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.12.186.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.12.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e2fad15e9cf0f7e5c4365f5d4ead0fe5f00acf6]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:54 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5042c07c3bfb8cb48ee70df3543781c606546aa1]

        INTEGRATION: CWS changefileheader (1.36.88); FILE MERGED 2008/04/01 15:30:09 thb 1.36.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:13 thb 1.36.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.36.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0100bd4af82cd3329d4c3778e0ca93ca0492358c]

        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>  [34578b0484de9651da613e17520afbb799b4abce]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:16 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2599f78b43992bd4fa9cac116ae7cd6e663dfac5]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:34:33 thb 1.8.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c505213d42dfc8886c75c7848fabf7761b2fbfc]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 12:46:54 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee018dc4e50a28cdfb6f481a7fc271ac9122fea0]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/04/01 12:36:13 thb 1.4.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:33 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96f647994d70484cad7e25d632e7df9eca464196]

        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>  [da0812d22e0c3f9f6e5a367f512521f3fff5e850]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:16 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a054825be9e62ec6bd4460be58d6e0241b79040]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 12:46:54 thb 1.5.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581ea9eae5d4b0bf17fc96e0d3944c87cf2c9b0b]

        INTEGRATION: CWS changefileheader (1.33.188); FILE MERGED 2008/04/01 15:34:32 thb 1.33.188.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.33.188.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.33.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de3463bf586879fe241e58e85af34bedd996d3f6]

        INTEGRATION: CWS changefileheader (1.21.328); FILE MERGED 2008/04/01 12:36:13 thb 1.21.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.21.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52280e44cbe0d8bce5e12dfbb8b01be9ce2fd9b9]

        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>  [3d15e4eeee8d7f0b2c5b4c022eac05956805cd03]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:04 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f89d6197e6449376036fe0d05f01d17157ce5d0]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:45 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [938ab7372fe9169b1a9830bd04d1f8e58a2ff48d]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:16 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00dd7fbf164a13c1df31fffb7a4027a7164ce79]

        INTEGRATION: CWS changefileheader (1.9.298); FILE MERGED 2008/04/01 15:34:32 thb 1.9.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.9.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.9.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fd2a697fc84b640156ae8a0d72454b82ec88774]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:49:38 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:46:54 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1424ca4bf52d6fa97e23f4746f8c88201c8003d]

        INTEGRATION: CWS changefileheader (1.23.292); FILE MERGED 2008/04/01 12:36:13 thb 1.23.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.23.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53d9b9988e8f5d4d075f47cd3f4c4a6be23c839f]

        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>  [9f674f793256d2ec38b255c918c5f61edf2c4a76]

        INTEGRATION: CWS changefileheader (1.10.438); FILE MERGED 2008/04/01 15:59:16 thb 1.10.438.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.10.438.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.10.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5239bdbeffdad4dc35dc24a0d30b9ef521019003]

        INTEGRATION: CWS changefileheader (1.4.340); FILE MERGED 2008/04/01 15:49:38 thb 1.4.340.3: #i85898# Stripping all external header guards 2008/04/01 12:46:54 thb 1.4.340.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.4.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44e721561be9dc38d7f958151b4a9011a5e90065]

        INTEGRATION: CWS changefileheader (1.14.298); FILE MERGED 2008/04/01 15:34:32 thb 1.14.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.14.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.14.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ee4269e9e00e08393cf12dd56d6c21d89c79614]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:14:32 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06137bf2662e386c327202b95afb1b659b23239f]

        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>  [ec238bb3013ec865b033eb358531cc4db49c5ba1]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:04 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9b2f76f1150410c1edcd0134baa8285ef856e59]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:58:36 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2569d14278bf6bd070457dc07960c9e21a710808]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 15:49:38 thb 1.3.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:53 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a163ae15d6440255fb8973cbbde7c2f06bb2d20]

        INTEGRATION: CWS changefileheader (1.11.186); FILE MERGED 2008/04/01 15:34:31 thb 1.11.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.11.186.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.11.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7e707f8400049c027a43666e70533207c854c33]

        INTEGRATION: CWS changefileheader (1.17.88); FILE MERGED 2008/04/01 15:30:09 thb 1.17.88.3: #i85898# Stripping all external header guards 2008/04/01 12:36:13 thb 1.17.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.17.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [672d54da0e45a7a653af74251b9e95892eb8f8a2]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:04:04 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65ac97eacc3d3f1075318886b9f80852ceb3c42d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:39 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [756027137a05e1e6d9f767e480eae8fc1ec4c4d3]

        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>  [018d3e06e3acbf032f5f91558fc07af747dfb97b]

        INTEGRATION: CWS changefileheader (1.9.266); FILE MERGED 2008/04/01 12:36:13 thb 1.9.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.9.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4430edb4610946d1f16616bea1e57b7185ba349]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 15:34:31 thb 1.18.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5147192932670d3a05bb44a63d5b48ce8acdc4e7]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:38 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:53 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8ce99e6bd78c2da435a75f671332d37e94c1dc9]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:58:36 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c57e28a9245e47295699705e0d53d50e8215e5fe]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70e6a550b535966d0c1453ad25ec88baf9e665cc]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/04/01 12:36:13 thb 1.23.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44e181573cc031fa6ed282a61e187e2479cf184]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 15:49:38 thb 1.5.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:53 thb 1.5.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c12d62449964c6c307d9fd454206970b32fa20a]

        INTEGRATION: CWS changefileheader (1.32.14); FILE MERGED 2008/04/01 15:34:31 thb 1.32.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.32.14.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.32.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a908eb8d36aa17a629b93cee8e4205c33f051de]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:04:04 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [908b6b9b0415781c0c95a76042de789dc3977bac]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:58:36 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac56f3bf4e711d35e1485bbaee0dc2f3637c9244]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:44 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [652911164aa05fdd3d1e79c479d0d99200b8359a]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:04 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef4643d0d81842b6519bb4cbae3a4f5dd811817]

        INTEGRATION: CWS changefileheader (1.28.266); FILE MERGED 2008/04/01 15:30:09 thb 1.28.266.3: #i85898# Stripping all external header guards 2008/04/01 12:36:12 thb 1.28.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.28.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c612d4e6b03d76fc5f3fe0ce45da8f5c48751b0c]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:34:31 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4046bf20c94e1e56ff12432136c2376ab886f348]

        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>  [d1da8b21bd7b4dde9bff0e80284b565849e7ad33]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/03/28 16:43:31 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df85a8afb0c48a4c85c92c8a01185630d10334c7]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:15 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca582d2d9108445e7bbfecfecfa17062b4a57686]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:43:46 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e3921f0f89a66501172f5435ca2851b9027679]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:53 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0d8fcef8ac298a1ea1067b4358772f566648552]

        INTEGRATION: CWS changefileheader (1.15.186); FILE MERGED 2008/04/01 15:34:30 thb 1.15.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.15.186.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.15.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4ee857829dbc6f6263636d95a16548911137b19]

        INTEGRATION: CWS changefileheader (1.4.328); FILE MERGED 2008/04/01 12:36:12 thb 1.4.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.4.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b144c0f8280a88834a964bdb3c307d7ca5243234]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 15:04:03 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:31 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00396649b2e800139c7aad40232a76e5202387b7]

        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>  [1fc8e610c85537e57129b92a3da60cfce8a8b98e]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:59:15 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd0f2b875ca1f23586fbdb3bd4275cba92bf0f11]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 15:49:37 thb 1.4.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:53 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27839099722dabb0aaa90794d9b71f6ff5a8e29d]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:45 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [599b2ef8c19b3118f354d4ba14235f4fa4b20b24]

        INTEGRATION: CWS changefileheader (1.19.178); FILE MERGED 2008/04/01 15:34:30 thb 1.19.178.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.19.178.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.19.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50e09401cae8edc0120a1cddfd9dab8b57a91d8b]

        INTEGRATION: CWS changefileheader (1.55.88); FILE MERGED 2008/03/31 17:14:32 rt 1.55.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [362fe7d269a408424d32033406648b0212565005]

        INTEGRATION: CWS changefileheader (1.8.94); FILE MERGED 2008/03/28 16:43:31 rt 1.8.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f59fdeacc9c08c6556d742b58f6087d7f7a50c5]

        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>  [3f13ae74fb9684c6474a645a963744cf64092720]

        INTEGRATION: CWS changefileheader (1.9.178); FILE MERGED 2008/04/01 15:59:15 thb 1.9.178.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.9.178.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.9.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03e07459ebf4c2ed6337a8f93964cc0e0403fed0]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:45 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [071daef5994d21d9d78eb1aaf11241717f33accd]

        INTEGRATION: CWS changefileheader (1.16.186); FILE MERGED 2008/04/01 15:34:30 thb 1.16.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.16.186.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.16.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64f1a856c85e492bab8fe03012bdcb3d534b2dd7]

        INTEGRATION: CWS changefileheader (1.30.86); FILE MERGED 2008/04/01 15:30:09 thb 1.30.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:12 thb 1.30.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:32 rt 1.30.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bed3e9f7298f094060c3e79633ba6463f5be957c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:38 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e19ab1c46db85edcd5df2d0e33b0888d6a55fc9]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:15 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77fd7a83788e9dd00a9f7594bdb888595f7af1b3]

        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>  [49b0019747f4fc6112fd055b982f71d74f3ff588]

        INTEGRATION: CWS changefileheader (1.3.354); FILE MERGED 2008/04/01 15:49:37 thb 1.3.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:53 thb 1.3.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.3.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b0e009b97386669033853e4bfcedb7fa53ff3a1]

        INTEGRATION: CWS changefileheader (1.21.178); FILE MERGED 2008/04/01 15:34:30 thb 1.21.178.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.21.178.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.21.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [535f0301cc6796111443903a36b594cb0a268c8c]

        INTEGRATION: CWS changefileheader (1.18.10); FILE MERGED 2008/03/31 17:14:31 rt 1.18.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a71ef5fe44ec60e3e7019220bb5387acdc86eb47]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 15:04:03 thb 1.3.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17968a86ca25b71c7ef232d523fc16264a87bbda]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:15 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f1bc1d07b2f2dce56058b924502f6a92ad59c5f]

        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>  [2712cfb87c06c0ef01211bdd49cd0a746f3446f7]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 16:43:45 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0105b2652d34aff71b3488946e4ec3ce48fdfa0]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 12:46:53 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b67de4adea1d44fa13948b86086cca1775060f6e]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:34:29 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e382d7c697414bcf3e7dcd4ed50ab09f1778747f]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 12:36:12 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [069dc2e4b2d288d6b2ad004ca795209fd34f990b]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:30 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fa934177765f55e2b1a1bb4e43ca54f4744bc7f]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:15 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:36 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [127102243bbd1ca1e9af25445ddeca22f2c15df3]

        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>  [7808e12ab30db021172bc31e9ba61f523dafd387]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:52 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f92dfb621757656f2ec9047c1a13a4a10f9ad7b0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:45 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a2b978ebb2e93cf163da8855269dec6ab84872f]

        INTEGRATION: CWS changefileheader (1.12.220); FILE MERGED 2008/04/01 15:34:29 thb 1.12.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.12.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.12.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9b33a30e908071b23c96feb53e810a1b1cdfbc]

        INTEGRATION: CWS changefileheader (1.17.86); FILE MERGED 2008/04/01 15:30:08 thb 1.17.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:12 thb 1.17.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.17.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21e3954b24a1a0790cd0618c9e4097cc6247df3e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:04 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95b7a78133aa75ab8417175f1abc9d44109e9713]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 15:04:03 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca28a8313b8d91b9a416cbae2fdc0f4e4ac0ab7b]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:15 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:35 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dae9969ff70b2e1701e7810f88df49fe849f49d]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 12:46:52 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [999a30e1279eee0e6b83e9f5b30acaf3d7cc40ea]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:43 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c51d8a0c166b9652a830ff79ac6590f329c0b7aa]

        INTEGRATION: CWS changefileheader (1.9.222); FILE MERGED 2008/04/01 15:34:29 thb 1.9.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.9.222.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.9.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47a3bd91d2bf0cbcdd8a2177f04578f25d2622ba]

        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>  [d952d3317fe3848e9a97a576d7f8ce1df685c1bd]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/28 16:43:30 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af650d0a5389db9c05e4cd1354099f4cb410e01f]

        INTEGRATION: CWS changefileheader (1.32.86); FILE MERGED 2008/04/01 15:30:08 thb 1.32.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:12 thb 1.32.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.32.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c12843acbcc75687d0097c9c884b1c721cdeb02c]

        INTEGRATION: CWS changefileheader (1.8.220); FILE MERGED 2008/04/01 15:34:29 thb 1.8.220.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.8.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d7838941f6c8315552a41bab053bea498e529e4]

        INTEGRATION: CWS changefileheader (1.3.354); FILE MERGED 2008/04/01 12:46:52 thb 1.3.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:17 rt 1.3.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c65e599e361923eb35f7b0e85f0b7a26ba97bb9]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:35 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9cac74decee380412f6f428c7a7962be3e1d18a]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:03 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a5ede740d54eefb80d423bbb7dd1cdbe06203e7]

        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>  [2f5bb42d43aa6926a6808b70ce662fc7784b3514]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:37 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:52 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d42fe2e1d7d31a75572e0565ccc7e274d44e6d1e]

        INTEGRATION: CWS changefileheader (1.12.292); FILE MERGED 2008/04/01 12:36:11 thb 1.12.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.12.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca112763342f600e05e3574f8ecfdd00ee483a0b]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/04/01 15:04:03 thb 1.9.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e8370d642e76f4abe64fd57a3c6c77481b31658]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:58:03 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [487b7c394fe6b3bae6c9cf7a97e4821f938e960b]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 12:46:52 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bd7f177a269337fa7700f17f183332a6859907c]

        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>  [e8280d93eb234f887de078089eba5d0e33c3aa94]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 12:36:11 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c9b11d783358fd93cd4498deab7c613d8948cdb]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/04/01 15:34:28 thb 1.3.12.3: #i85898# Stripping all external header guards 2008/04/01 12:38:50 thb 1.3.12.2: #i85898# Stripping all external header guards 2008/03/31 13:58:03 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09a3242c2623d25d07bea53ed202fc3ee7aa8c52]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:52 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9122630143a82d50d1d3b558f4a8f7a8390a278]

        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>  [c7e819f7b7a8851f62a80babd4f4be92a573a0fa]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:03 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:20 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d796cb4976cf3502bade05fbe22539d5dcec64f]

        INTEGRATION: CWS changefileheader (1.22.158); FILE MERGED 2008/04/01 15:30:08 thb 1.22.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:11 thb 1.22.158.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.22.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ab5cc357690ed84d533a6985c092880a09229b3]

        INTEGRATION: CWS changefileheader (1.7.420); FILE MERGED 2008/03/31 15:59:04 rt 1.7.420.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45b52a38ca23413c12dfc170c66f270dc0b046e2]

        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>  [e21a9b8b0e9b8e043f01437cd197c081cfe64d5c]

        INTEGRATION: CWS changefileheader (1.9.292); FILE MERGED 2008/04/01 12:36:11 thb 1.9.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.9.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5c48c170f6de934d415c8e116dfff04d2c762ed]

        INTEGRATION: CWS changefileheader (1.4.172); FILE MERGED 2008/03/31 15:59:04 rt 1.4.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e3967f2adf5742cafa58d6c899d6794a0f89719]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:02 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1eb88bb6701e04d6fc4367f94456502debcba8be]

        INTEGRATION: CWS changefileheader (1.19.222); FILE MERGED 2008/04/01 15:30:08 thb 1.19.222.3: #i85898# Stripping all external header guards 2008/04/01 12:36:11 thb 1.19.222.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.19.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e529381b6b4c5aa14824c0eb5fc59003b72d67d2]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 13:58:02 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11224f969e83f8ab8d525b47e25fe1e4b83f3d16]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 15:49:37 thb 1.2.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:52 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf41a68d70255114fbdbdb4fa19299b72512c143]

        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>  [67e692b6a092f48a69def56f72337695136f270a]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:03 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3709ffe1236522cd54ceab66379fa15201b31483]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/28 16:43:30 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df763d35f1f25c1e3627917b48dc7d1d8d913bd1]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 12:46:52 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [417b1408c4bbf1cbf01614003258c6e78d0d62e1]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 16:43:44 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff87f5b9c54437f0de2fe3d548e59a06d58ae590]

        INTEGRATION: CWS changefileheader (1.14.292); FILE MERGED 2008/04/01 15:30:07 thb 1.14.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:11 thb 1.14.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.14.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e445aeddf30ed282c50f52b0441278e828561fc2]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:03 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bea11497499c21fb8d9a828813d4165e18d94c2]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/04/01 12:38:49 thb 1.3.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ac1d422f2a8cc05f5497c6b9f7ce0423bcf7237]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/04/01 15:04:02 thb 1.3.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.3.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4468545b49a15dae50c9c9f8808b7f549ef22f95]

        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>  [d11b9a3d15bdc9f3086e4faddfc0d84be2393ff0]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:03 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92810313470bea84134e2e5c74ac746a2f69a398]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:44 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1627ce739e1666a3e4bd39d98b912c21b78c382b]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [723f59e50b6d9811583c86a4947f9479555fdac6]

        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>  [4ca39289a767daeb6a86a860dc96288b13c3c39a]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 15:04:02 thb 1.4.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b3fb9edb24b2f50fcb181775dd5a87860fb44b1]

        INTEGRATION: CWS changefileheader (1.20.292); FILE MERGED 2008/04/01 15:30:07 thb 1.20.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:10 thb 1.20.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:31 rt 1.20.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e242bc2a7c6c01d4116c8c2fa65492cccc3e5644]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 16:43:44 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3049ec4f1409ace8082ae9305dbb8831f664e552]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:37 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:51 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78750a30172ab4d0577d1ec9c90175afd761d0a1]

        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>  [cb58c36722e9127ea63eecc0892e8952ed634854]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:41 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1cc16a00b5dc367ed661c7670d46cbda0d21991]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:18:16 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02cd0efb5a9d7b6ea721be83ee40fa3870998853]

        INTEGRATION: CWS changefileheader (1.30.266); FILE MERGED 2008/04/01 15:30:07 thb 1.30.266.3: #i85898# Stripping all external header guards 2008/04/01 12:36:10 thb 1.30.266.2: #i85898# Stripping all external header guards 2008/03/31 17:14:30 rt 1.30.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acc33817b4d1304bb11ecca96e3c2d522e80b3fc]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:49 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c054ccb367268afcd5063410cf1cb769babd504]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:02 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:30 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac1248f4c7baaf21d5b7f627ce2589fc5e799d21]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:51 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e4d15ef8d6212dedc297698c24dbdd35d5faf0]

        INTEGRATION: CWS changefileheader (1.24.24); FILE MERGED 2008/04/01 12:36:10 thb 1.24.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:30 rt 1.24.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b6da494709534d976156992e6778bbc283cb105]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 13:58:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb76e75dacf2948c6fc29c746170a4c648d8fc98]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:34 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9caf8a9ef0d3921b214dfa3382e9157ff6cf6558]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 15:04:02 thb 1.4.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:29 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c941c1b43f3c61f7c6a7427bd99d95d6244d17d]

        INTEGRATION: CWS changefileheader (1.23.88); FILE MERGED 2008/03/31 17:14:30 rt 1.23.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01fed4ddb2019fe964f1bc663d41862523aa5e35]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:37 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:51 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf7b2ddae4a1f90f35f238325aabb8850602fb02]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:58:34 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac8248b17c6f35134daa0ac81c62a05dfd21b9bd]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:44 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe0726dbb0f0c1af4c44a4edc41648588f29ae3d]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:28 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:48 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eea36f76b2b2a4d94f7a4f3dcb3763a78af6044d]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:29 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [447b34d6184b50c9ed55b2dc12381ffb9d16911f]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:15 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:29 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:34 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c699958709b82e455c6ccdabe7d2fbf0df05706]

        INTEGRATION: CWS changefileheader (1.22.86); FILE MERGED 2008/04/01 15:30:07 thb 1.22.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:10 thb 1.22.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:30 rt 1.22.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a24e34686454b9bfa744f3ad93d59a5dae02a2b5]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:40 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a628eb28411f699ecdd42d664444281eea1b71f]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/04/01 12:38:48 thb 1.3.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:02 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcaf2da6de95e4a449500d18b27cf29301aa559f]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:15 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:34 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5285886623587641acfacef418c7da8c8757f194]

        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>  [03390851768c6701800665c957854f8e9d64e892]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/31 17:14:30 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92a6531d28424db86c5440c7c951faca399a3b93]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 16:51:34 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a7428c8ddb644fc06317cbe9ec6e737556391b4]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 12:46:51 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [312b88e802efd539da3edc426f37083ddb57cf92]

        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>  [6d07e810964316132b05fc2d652a1a7a065e2414]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:14 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aadc8124f7cedeb0dbf9265168abb6e9381b303]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/04/01 15:49:37 thb 1.3.138.3: #i85898# Stripping all external header guards 2008/04/01 12:46:51 thb 1.3.138.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [637d52f6770e51ed7e4cf5facdb20a19ce957770]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/03/31 17:14:30 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58bfd1d7a92305628098d124617761bc0dc6e0f0]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:44 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ada7b5a82ec5707d51693fd91724e9f2e9f81a94]

        INTEGRATION: CWS changefileheader (1.6.1156); FILE MERGED 2008/04/01 15:59:14 thb 1.6.1156.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.6.1156.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.6.1156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73a6afab8ff46e861d585a0ff47ecbc1823a0f55]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/28 15:50:40 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c25489880b4780545c76c6e7f4e2cc459756c9a]

        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>  [7b9fa2063990530799d22569d586e94972c9fa58]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/28 16:43:29 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0531ad7eddd0b7c98008ac169dee06c41233ba35]

        INTEGRATION: CWS changefileheader (1.69.86); FILE MERGED 2008/04/01 12:36:10 thb 1.69.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:30 rt 1.69.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60d27731865b2557dc109f5cad22d1881dc0b2a0]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:59:14 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb76eb424d20359922e099d681320cd2f070581d]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55940b36aecb53478afe78f18783276e2c3960b9]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 15:04:02 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:29 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d47f5f07f895007644ed2c6010321133cbd2d3a]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:14 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92cdf570ded7a1e7bd0b7546f88b31832588e4da]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:43 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c2f64d6572f0c4fcf3ca5272bf1ce8c56a45a77]

        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>  [187d6e3dd32d8868a261a3a1a1c6a4499c24338b]

        INTEGRATION: CWS changefileheader (1.25.88); FILE MERGED 2008/04/01 12:36:10 thb 1.25.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:30 rt 1.25.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bc5145ccc331808238c55e98ad409afc1bfac8a]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/28 15:50:40 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b810aeae3b5561f3cbbfec7f97521cc350fa468]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:59:03 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7c2422282772e19fc4bfed70d421a33dea0b716]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 13:58:01 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12a54e56ea1ed67086e2cae5bc3217c8f8a058a3]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:43 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ce7e3ad9a1c9d53017f43beb9795b71a88aea89]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:14 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bd49ee4280585f149bb5ab207a7097d3ef05325]

        INTEGRATION: CWS changefileheader (1.41.46); FILE MERGED 2008/03/31 17:14:30 rt 1.41.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bba3f0b35672bd8615ed5bf2f125272429a2163]

        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>  [7fa12d184bde4cce2896807c181f0f3846c07430]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:33 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [898bf5ec1b9b91d7d8d12cc91b008b79581b878c]

        INTEGRATION: CWS changefileheader (1.93.32); FILE MERGED 2008/03/31 17:14:30 rt 1.93.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [608447168b9b289eab40e092f613b75c004496e7]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/04/01 12:55:28 thb 1.5.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [185502e75d069994cf38bce974b4128edf54bead]

        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>  [f132ef1f94cb18fd3489a3122916c2cd17b02956]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/28 16:43:29 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3e70c8e9ba8fc83ddda0892b3008cfdc0d2e196]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:50 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25f83ff772d3c8d83274637aa46e1a9253d7ba91]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:14 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23c64e6f7ff6cc6667f44ac9a0d1a2ed9bbcc74f]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:39 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de041fbc5a25ccc36d999aa7fce4d7e3658ac708]

        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>  [eeda00f669a848a716aa82e92df154391082c50d]

        INTEGRATION: CWS changefileheader (1.9.328); FILE MERGED 2008/03/31 17:14:29 rt 1.9.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c327fa4460df752c6c73287dd129a5bc382f5023]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:37 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:50 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:16 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbc6fbdfd34658bf99d7c80de7b0bbc99d643481]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 15:04:02 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:29 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae5276593e53911b7e5937ba74408d40815e9af6]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:59:02 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59a1fe5d2fca6b6fa5d6e1532b140faa87b60149]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:14 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8355418140353fcdc9ccc7cc9457f691883223a]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/28 16:43:29 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e871966871c7181d432d6b5fedada5d115976d17]

        INTEGRATION: CWS changefileheader (1.15.300); FILE MERGED 2008/04/01 12:36:10 thb 1.15.300.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.15.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2247c83d90f25637d6b46fda19e74acb7c38b39f]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:59:02 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c91fecfeba86baf896a134ba99c6e717a3c4e21c]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:47 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63ebb2794200027d9140a04688891fbe0d418afb]

        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>  [732f1c201180334cd4ed8d9a5a0217951358f699]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:14 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c81cb8f3b4b67290996f26dced24c8132db65a03]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/28 16:43:29 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b18d95c8955cefaf43d19223fb104c2633cfd50]

        INTEGRATION: CWS changefileheader (1.32.46); FILE MERGED 2008/04/01 12:36:10 thb 1.32.46.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.32.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af9cf18719f1d4673901cfff437f51800a954123]

        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>  [f06d853006280eb793c111e1e9cb2f968ebf82da]

        INTEGRATION: CWS changefileheader (1.5.656); FILE MERGED 2008/04/01 15:59:14 thb 1.5.656.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.5.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [737deed428bcc813ec48152cd6524cb8cea61999]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a48cb7d06e19bc07fd8d622b502e55325c4c991]

        INTEGRATION: CWS changefileheader (1.60.300); FILE MERGED 2008/04/01 12:36:10 thb 1.60.300.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.60.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a49f18dd89b98531540d61833d88d382ab3ac76]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:59:02 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53aac943ba25cd70d632003ac7b40c12ebc46153]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:50 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee698f0f0e50720129d12ac80e8c9057039d104c]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/28 16:43:29 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec0e78204ba427a7733ae9d0a8835d93aedea378]

        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>  [dc17415655a5aa0a5b7d5e253e60ba692d9a700f]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:43:43 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c60a4b6b53d06e83482cd44424a8f9e57299a4de]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:14 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0ceba7cb49ee2e6f0941e7c6703ef132a7e4d4c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:32 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a4a0eb7a318148044862185d5cd272fa63018a4]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:37 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb6f707ed6d58d0fe33678ae8421759dae8772a5]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:29 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffe83a0cb659ded0f0e1720a0418786f01f97333]

        INTEGRATION: CWS changefileheader (1.87.292); FILE MERGED 2008/04/01 15:30:06 thb 1.87.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:10 thb 1.87.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.87.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e55cb56b76d0080e59f6e5f9487c79e29d053e07]

        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>  [f93a0b42817e6290647ed3ac7725432bcd1556b8]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:13 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bfffbb741ba69cbf1ceae19a449cf39fb94c655]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:02 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:29 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2f30e93e1b0912eff9eb9bb228866b3fdaa4ca2]

        INTEGRATION: CWS changefileheader (1.45.292); FILE MERGED 2008/04/01 15:30:06 thb 1.45.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:09 thb 1.45.292.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.45.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d712c3fd93196c0d477c1ee1b177c9a086dd90d]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:37 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:50 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01b22a7eb65aed8e848ef204406d845c08d8378c]

        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>  [33549e031912d34793fc23b1f26f3852a5ceb76c]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:50:37 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcc866b83e76025e83c78a6ba5d7f357c324c086]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:59:13 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:33 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce4300903ae6fdb58ee420b54c88ced1262f4f90]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 15:34:26 thb 1.2.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:46 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:01 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [128826542d096e0695b2c88737118208d54ebf35]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:32 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd77ebb651a43f37d8677c22561cb37eb23fadae]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:43 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e892a07ae07f5b75ff1a604983e3da6450bd627]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:02 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:28 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efb9f0830384b3cc1a00521720213764fa27e699]

        INTEGRATION: CWS changefileheader (1.123.44); FILE MERGED 2008/04/01 15:30:05 thb 1.123.44.3: #i85898# Stripping all external header guards 2008/04/01 12:36:09 thb 1.123.44.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.123.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f065d329310d40853d4e1dd95aa3a137dd4fa6f1]

        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>  [21ed9e83ac2a8e123ac936dfda8a02cad3d7e1c4]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:59:13 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:28 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dda3d5c6335eb32f0c9e43880ef004bfbd80562]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:59:02 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8021b2a83ac88d37e07a58097906f8fc7c7c218b]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:50 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6373f79eee37613df9de256a60b477312e5909ca]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:28 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff18b147aacee6035ea4060eb60ba2d546ed822]

        INTEGRATION: CWS changefileheader (1.46.34); FILE MERGED 2008/04/01 12:36:09 thb 1.46.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.46.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0c559e08321ab961741f968d71c2e1423648a77]

        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>  [b33850a51148ccee0e2ab9e0fa0d68ff633f7daf]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:32 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1c964cee19160005f02f3a007a0143dab7d5210]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:31 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e2a3951c7d9a7e313e75345a88063142dc22215]

        INTEGRATION: CWS changefileheader (1.50.34); FILE MERGED 2008/04/01 15:30:05 thb 1.50.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:09 thb 1.50.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.50.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7099cb98724fd450959dc005fd9b02208cc1ca0]

        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>  [c0f076488ac641328ea5d6c634aeb712e1338f9b]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:49 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e2dc6fa40b0de4d27aeea5d065f02bee7794d84]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:28 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [177263d7a4b9f52a8856e4853e23f04620c8bc38]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:58:32 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc22edbfa7dc773677ee50d432ee0d750df58198]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:31 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa94e82d90d499263084a70d5dfb2959c1009738]

        INTEGRATION: CWS changefileheader (1.25.328); FILE MERGED 2008/04/01 15:30:05 thb 1.25.328.3: #i85898# Stripping all external header guards 2008/04/01 12:36:09 thb 1.25.328.2: #i85898# Stripping all external header guards 2008/03/31 17:14:29 rt 1.25.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb60e59c82d2b9dc07d7510558f8da9206f9d8e0]

        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>  [49ed101c697b3a870d0d18d44a2502a76eec1b3d]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/31 16:58:32 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3819c6ba414d7b3c4fd70264876c50fc2fa8416]

        INTEGRATION: CWS changefileheader (1.67.290); FILE MERGED 2008/04/01 12:36:09 thb 1.67.290.2: #i85898# Stripping all external header guards 2008/03/31 17:14:28 rt 1.67.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4af78dedebc50f073f1586d17d9ed54762c92c39]

        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>  [fa1e7da0085eb7cbde56c10026072e7d8599c7ea]

        INTEGRATION: CWS changefileheader (1.9.60); FILE MERGED 2008/03/28 16:43:28 rt 1.9.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1857d781824ab5eb65b5a87b7e2e79a2f06840e]

        INTEGRATION: CWS changefileheader (1.11.240); FILE MERGED 2008/04/01 15:59:13 thb 1.11.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.11.240.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.11.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12ac93d494442c3daad5da204c11c4cdbea0a3ce]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 13:58:00 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9d3357044176d507b56b8178cfcfc648cf6c98f]

        INTEGRATION: CWS changefileheader (1.33.88); FILE MERGED 2008/04/01 12:36:08 thb 1.33.88.2: #i85898# Stripping all external header guards 2008/03/31 17:14:28 rt 1.33.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2779cd0f18b71421db65dd6fc49d042ad161dff]

        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>  [73750746e518a3dd69a57d5c17a044efa15ac433]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:43:28 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23dc6b3187853f66d3cbec59c774cfefafea7e85]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:43:42 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1025e32700239af0d7747d34839075b027d7e95]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:59:12 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d0713d85b920d93ec659331d92266ea9dbf0c1]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:46 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bb370b6be09044b0f6dde77e4af8028fcaa39d1]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:36 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e35ae247cb0dc6bf407004772c9449603b03c5c]

        INTEGRATION: CWS changefileheader (1.90.146); FILE MERGED 2008/04/01 15:30:04 thb 1.90.146.3: #i85898# Stripping all external header guards 2008/04/01 12:36:08 thb 1.90.146.2: #i85898# Stripping all external header guards 2008/03/31 17:14:28 rt 1.90.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d34ae28bf54d3c728dfaaa2f3e6c0667b21ce563]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:49 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a377809f885aa316fbe20c834bae3f333fcf6e6]

        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>  [81032ef717793cd1936d32dce7b54f4c8c51e22f]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 15:04:02 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:28 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f9240db912261be0acfe8659a06e642bbad92d5]

        INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/04/01 15:59:12 thb 1.8.98.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.8.98.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.8.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da13b5c0b3c95d0521988126eccb44e76445d36a]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6baecbdb1de91f8f4caabe1daf16ce80d383530e]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:42 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63d649000a2521395e026aebf2cedd93cafcee92]

        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>  [6ca5df1b6637e31c75a04c5389f6e251e62c1d75]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fe0871ed8f36dff8ee8e882113c9ea62f48ccb8]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:14:28 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fbb9287eef95dd3cc1c68d0ff2e4bb81406d759]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 15:04:01 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/28 16:43:28 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a109586924f4ac9aa9c4f6a1e47634ed215d1e78]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03d232ea4fa7f2c2484f00deb67412c2913e72ab]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:59:12 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98829908850315e2072e506768cc4b4a844c6d66]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79aab97923ddd3ee031b210e5797023aca49707f]

        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>  [c3b1cacd52731a65423cdf0992bf3bd907a54add]

        INTEGRATION: CWS changefileheader (1.13.328); FILE MERGED 2008/03/31 17:14:28 rt 1.13.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c688bbb9efdc7717940a4731871cd930e9eb8b2b]

        INTEGRATION: CWS changefileheader (1.12.178); FILE MERGED 2008/03/31 15:58:59 rt 1.12.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc6e07c401c534ebf645c6b9c664544b3d0a5ccb]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:28 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9fa4917db9d684b3c4df07da601dc6f8fa0feea]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:45 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c1d9f707b4a8fadfa6b0186b40a1339240d752a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b3b43b7c73cc1c2ec222d8304e77f2f45479d01]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:12 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:32 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [305b2152688005a556ea5bc6ecf660c6579afba0]

        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>  [1d5a74f2447dd599cb0028f5532a500e02f08d86]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:01 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:28 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ccc42b262620a1e61f5b033e310736d6f6d5ddf]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 15:30:04 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:27 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aee0c3008b0b3a196e6a0757ad5dc277701de19a]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:59 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [588842ff7d13000e1d759c30e20ff08eeb202c64]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:51:21 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4efb3f2d149fee1d0899c305ee8793961c68fa25]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:58:32 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a063743742420a3c7e60ebf2fddc62918a7d952f]

        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>  [d578bb7d57c34c3287607f72d517c86984f7c776]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3176e0cb21f1ee795d18e640bd7da899f05427db]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 15:58:59 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00fdd4f9094dc8289e5ee646f8951f9551778538]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/04/01 15:30:04 thb 1.6.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:20 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1f880e63826a54a8a949b0408d5862067c165ed]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:58:32 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6e5b10e2d1d9db802b6775478879b8790892795]

        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>  [3a375f7a5673e9093b5b65ca921786aad1fa2b15]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/04/01 15:49:36 thb 1.3.138.3: #i85898# Stripping all external header guards 2008/04/01 12:46:48 thb 1.3.138.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a18984777263d7609fa71efcbf29539e71096c80]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:59 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2bd4b4937f4730d522fa0edd81445a74b10d359]

        INTEGRATION: CWS changefileheader (1.18.20); FILE MERGED 2008/03/28 16:43:28 rt 1.18.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4385a17791d444e31f9a526a23f1b5c8f6819fff]

        INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/31 17:14:19 rt 1.8.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [022d21e290b484d0eb2546961b67fa523fd360a7]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:21 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [527b2df77def1fa92557c63dd6e2cf9dce408460]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:58:31 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a91dce9ddeea71db738750787d48d4a2c0249709]

        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>  [97229b3fdf20520ce54eb6b6da73ed9db7be4668]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 15:30:04 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:19 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44733e176b47629c16d6294e1e7da6a6c0c33ff4]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:51:21 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4674a6c8d5e09fa7073d97fb1e45586c83241878]

        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>  [a386ba8b84d8c267a9e772e101e4feba643bfdef]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:58:31 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77b9248c1eb488658f13057f6a93a8260f99bb81]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/04/01 15:34:26 thb 1.3.132.3: #i85898# Stripping all external header guards 2008/04/01 12:38:45 thb 1.3.132.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a37b3e5d11774bb9cc82c779aaf6da4fc8ece7]

        INTEGRATION: CWS changefileheader (1.7.320); FILE MERGED 2008/03/31 17:14:19 rt 1.7.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [368f6270643d8f4c8c92424908ea66db03eeee4f]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:51:21 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ec8bbe64b024eb2443f2b381ed7e48e310b7971]

        INTEGRATION: CWS changefileheader (1.20.214); FILE MERGED 2008/04/01 15:59:12 thb 1.20.214.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.20.214.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.20.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b99710668434c87476f23c22e7f9e5458924119]

        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>  [5dac9d12d5446bfd1f675849241b2afb467c8d4d]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:48 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [295f965967945e2639822f3177b4de8180fc2d80]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:59 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b00a72392e1f5dd064d60be6ffaf031f4c2a48]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:30:03 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:19 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18c32d59d431a3af8601f21b577f8d4991638638]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:44 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [387034664fc395e2b9797f3b996febe586dc7b26]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:51:21 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a544c07656c6a49940eb1db677fca33e82542f02]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:48 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b9a141559360d767e21ce4c144889734a34a92a]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:12 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89bdd157882db19e0be4657fdf7bda5ef3656b40]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:35 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1da1193ce79fd7f5286d677300ab7c883c965dd]

        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>  [8dc89e4827cb5a5d4be872575c85ce9621ab8992]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 17:14:19 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7cd402fe3f435a93530651dcf042deb672dfd1b]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 15:50:35 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49a2cb630a34d1aee92b50b516170900cd128f7f]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 16:43:42 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7178c5a51d65755756fab0705edb23c063c97ac]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:11 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a103eb45102dc47f3c9c92bd612611227a74dd]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:59 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08d12ea24002f5de374d74cd9a00bc024f4acf90]

        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>  [f9877ba05d538fc359b43c1720fff9a5189294bb]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:14:19 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7844ca607fab874cc87ac54ccdf802cc1d358f2]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:11 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0ffaac175e118536ddda08c27b70cc5f15c791b]

        INTEGRATION: CWS changefileheader (1.21.68); FILE MERGED 2008/04/01 15:34:25 thb 1.21.68.3: #i85898# Stripping all external header guards 2008/04/01 12:38:44 thb 1.21.68.2: #i85898# Stripping all external header guards 2008/03/31 13:58:00 rt 1.21.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd719a250537ce4e5118483301618a0c9a88093d]

        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>  [d4adddd70ec21ac7cc128a82bb23d0c982af0b60]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:47 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17ddc0ad6d628a0c788b345a476e6490b5279204]

        INTEGRATION: CWS changefileheader (1.16.86); FILE MERGED 2008/04/01 15:30:03 thb 1.16.86.2: #i85898# Stripping all external header guards 2008/03/31 17:14:19 rt 1.16.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [240730d15f996d8b9e068cbf3705c01351c3aa51]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:11 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f799b127fcae5d63fa6fef0dcf75325a3282e89]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:51:20 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [456813286b22cc4b8a120d88bb6ef20a33a9ea9a]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:42 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b61892531cada8e33a5b34ea8a20c52c223d696]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/03/31 13:57:59 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d72be247d633137f9de61ffb2dc061287c31379b]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:47 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c480ae2c97f4744ff7a1cbafaf2c643e83f1244]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:14:19 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0de660d6a036796daf31f845b673c478920c719]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:51:20 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd4123b4782c9c5435efef5ac6bca73630e06ce3]

        INTEGRATION: CWS changefileheader (1.8.934); FILE MERGED 2008/04/01 15:59:11 thb 1.8.934.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.8.934.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.8.934.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [904e614ad2541fd5f1623de3073aca056b9c963e]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:34:25 thb 1.14.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:44 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1b36090311cbc55a26b94d73c73299b93e1d238]

        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>  [fa2d8ef05ad4cc85752f26f9b6ed5ff31d657a38]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:14:19 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c95a2a50fd4a7e7837dc5e0a46536421265fc439]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:34:25 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae216a978292ceed9a35c1d7091e59af262cc699]

        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>  [0ee0d0f5a778715d359ced7d099098108ba2ff43]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:14:18 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e5deaeda5e765e82f125c33c7b1aee282cf58be]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:11 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [309ec098f80814c100aa6316da00026d15327782]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:41 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e8e4d4ff783115322e956df8847646ac6667d46]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 17:14:18 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd88ef3c79abd9e6c13b6174feb9287ccf514905]

        INTEGRATION: CWS changefileheader (1.15.738); FILE MERGED 2008/04/01 15:59:11 thb 1.15.738.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.15.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.15.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [474c986f9663ed8cd4f7b461ff1a09a827b72722]

        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>  [4d28fd44b94de5dba0475863ed4e13ca5acf5fd2]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:50:35 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecdaaa5146765f7ff6def628f364011a5ad4b47d]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:14:18 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f549015197783ba6bb43a0e139c045e2bbb8d474]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/04/01 15:49:36 thb 1.3.138.3: #i85898# Stripping all external header guards 2008/04/01 12:46:47 thb 1.3.138.2: #i85898# Stripping all external header guards 2008/03/31 14:18:15 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92b171c0e115bfcbbd6005304b2414f309b24e61]

        INTEGRATION: CWS changefileheader (1.46.22); FILE MERGED 2008/04/01 15:34:25 thb 1.46.22.3: #i85898# Stripping all external header guards 2008/04/01 12:38:44 thb 1.46.22.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.46.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7249d9f5f0d2d32c6de93596253e5b90069f78e8]

        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>  [7714ed5100e9a461802b97d1225b733d1a49e64b]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/28 16:43:25 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [318a389fd0a34e7b7c970ccaad622d145223c0c5]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:34 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71a14fa37ee3027abe3ac7493abe7cc95d5323a2]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:59:11 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac199edcb5e8da4f218f942755aaf44a24f22cd3]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 12:36:08 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:18 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c714babb337b6e07931c190bd83fc619a65f581]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:36 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:47 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f0b551f57736689365f17cd83b720716c7faeb5]

        INTEGRATION: CWS changefileheader (1.79.220); FILE MERGED 2008/04/01 15:34:24 thb 1.79.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:43 thb 1.79.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.79.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a4b631e0590fe637c35a5d10e621ea7b2931617]

        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>  [992773540082c9d8a94aff98f370db5699054281]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:51:20 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7cb1cbb051a67ff3d4615c5f1b722e359303bd6]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:24 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a30b439ded3d0367cfd0d026b5f9e190042e0ea]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:59:11 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:31 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab3b0088d6c773722807f14be2b26e00a43bd05f]

        INTEGRATION: CWS changefileheader (1.8.94); FILE MERGED 2008/03/31 17:14:18 rt 1.8.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fa1b16dae2858bea502df7eddb81e69738264e9]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:36 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:47 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f784a7dbe413fe2a4242d834f33488d5b2363cf3]

        INTEGRATION: CWS changefileheader (1.22.14); FILE MERGED 2008/04/01 15:34:24 thb 1.22.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:43 thb 1.22.14.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.22.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c4fc781cc3a928de195a5c2efcd177630e135df]

        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>  [2abafbf6120292ebbb375f28d3063366aebe652e]

        INTEGRATION: CWS changefileheader (1.27.34); FILE MERGED 2008/04/01 15:30:03 thb 1.27.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:18 rt 1.27.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09a6768ff46fb4ec24640cb9576783614b73cd7]

        INTEGRATION: CWS changefileheader (1.5.1200); FILE MERGED 2008/04/01 15:59:11 thb 1.5.1200.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.5.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.5.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ac3479902de9c539277606edccbd167cd4abb82]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:59 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c4d411e3ffad60e06d7d4b7195b767bf71e804a]

        INTEGRATION: CWS changefileheader (1.33.222); FILE MERGED 2008/04/01 15:34:24 thb 1.33.222.3: #i85898# Stripping all external header guards 2008/04/01 12:38:43 thb 1.33.222.2: #i85898# Stripping all external header guards 2008/03/31 13:57:59 rt 1.33.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45573fd24c8ed424c235f2a2a7689e9c0df14d19]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:36 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:46 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fe8fe0ff0135f8e905a7494d0bd70ceef55c6a3]

        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>  [d93f0eb72d98d7c9243c0946a49fc3241a85ffb8]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/04/01 15:04:01 thb 1.3.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.3.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:24 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6b457842534340282f13b23542ddc9a9b82e02b]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/03/31 17:14:18 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f869f765bf8c067f4575a881c89f0f295284ef14]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:58 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba145b4a39b89ff9c9acf2d0f673f8c61fa2af7b]

        INTEGRATION: CWS changefileheader (1.30.216); FILE MERGED 2008/04/01 15:59:11 thb 1.30.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:27 thb 1.30.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.30.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3923936b20069dedc69eb0d15fbe3d32906f282]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/04/01 15:49:36 thb 1.3.132.3: #i85898# Stripping all external header guards 2008/04/01 12:46:46 thb 1.3.132.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38e3955d6e4fb7aa57049aaf0e69119ad94de3c8]

        INTEGRATION: CWS changefileheader (1.26.226); FILE MERGED 2008/03/31 13:57:49 rt 1.26.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08a8c139f05cbe8b1308cc8f5294172a92be54e9]

        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>  [be9b762f03633d6179b4eea94cafd842144c40e5]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:30 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [660b1f40015c03fa8ca10e6ad87e5c24b4e2216c]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/03/28 16:43:24 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05ac8fb1c1789490f507eb7c0d77c2230f7cb1c6]

        INTEGRATION: CWS changefileheader (1.10.256); FILE MERGED 2008/04/01 15:34:23 thb 1.10.256.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.10.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0ce9aefe40ae52b9aee2fbeff3dd564e6410a31]

        INTEGRATION: CWS changefileheader (1.6.492); FILE MERGED 2008/03/31 17:14:18 rt 1.6.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2869f033df58b66dd985bf5be1b57ada0ae1e0f2]

        INTEGRATION: CWS changefileheader (1.2.178); FILE MERGED 2008/03/31 15:58:58 rt 1.2.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6d6c434aec91fa8d1602b32f08ece0f61799189]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:30 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aee231c6cfe85c9c27f087012b3dea3a98724d9a]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7be86b9ec0d5e20568c34d3eb4e26d16d511aa7]

        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>  [2c4ee12b97cdc6170dc66bbd3bcd48fcde20855a]

        INTEGRATION: CWS changefileheader (1.22.18); FILE MERGED 2008/04/01 15:04:01 thb 1.22.18.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.22.18.2: #i85898# Stripping all external header guards 2008/03/28 16:43:24 rt 1.22.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cfe5fc42080d1fd77769167e1ff43003e503390]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:11 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b408428035c349ea075f025d21adcabf93483127]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/04/01 15:34:23 thb 1.9.16.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b199ccd449965f87d7aeb4516018dd7f8c25e5f6]

        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>  [e3f906f28f4f875c12e5d6cf6ce88d34467f3562]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/04/01 15:04:01 thb 1.2.66.2: #i85898# Stripping all external header guards 2008/03/28 16:43:24 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ada1fcfed99dd6e1bd26b096f4c403fbd932571e]

        INTEGRATION: CWS changefileheader (1.6.240); FILE MERGED 2008/03/31 17:14:18 rt 1.6.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54b7f058e0a42ce21322414f368fc02d930b20a9]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:58:30 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0a84648836e97aa616918b8d069a6195bffa85a]

        INTEGRATION: CWS changefileheader (1.54.100); FILE MERGED 2008/03/31 13:57:49 rt 1.54.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77682a5bd63774579f5bba4d49d8d780c95bff01]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 15:58:58 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47d4eeb176a92d7f2eeec308439ff66a23b119e1]

        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>  [43dcf2c486ba2afbe9148ad8569074598d38ccec]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/28 16:43:41 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04f5c6903642fbabf18901dbe9daa97811723e0c]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/03/31 17:14:18 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8105784edd01ef755aeacabf8b54c58936ea3d2f]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:46 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a266c9f8cf05f688a6cadc0297af1c2cd9c03b04]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:59:11 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f75a067038097ee2c2e0cdace69e158aa1d6aa8]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:58 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f828ca85409a8f041c84060254c5442badbdf576]

        INTEGRATION: CWS changefileheader (1.24.100); FILE MERGED 2008/04/01 15:34:23 thb 1.24.100.3: #i85898# Stripping all external header guards 2008/04/01 12:38:43 thb 1.24.100.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.24.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f0440b9ccc65ef3e1e1b27ba73087f1dbc65de2]

        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>  [5effd0d4842ca5c51dbb427b575eb1aafa464934]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 16:43:24 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ce66b9cf71c7a2d9dc35f04785f235aadc052f9]

        INTEGRATION: CWS changefileheader (1.8.330); FILE MERGED 2008/04/01 15:30:03 thb 1.8.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:18 rt 1.8.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab6929aa2c7c9db317f95dd02243bef6f730b46]

        INTEGRATION: CWS changefileheader (1.2.354); FILE MERGED 2008/04/01 12:46:46 thb 1.2.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e9989afc569ed980a53a5f40b65bbb3dae4841d]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:58:30 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e0f858e592a18e902c08fdc7c9349f807f71834]

        INTEGRATION: CWS changefileheader (1.19.226); FILE MERGED 2008/03/31 13:57:49 rt 1.19.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec22be731b84ee18a35011470380420cb16e4be5]

        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>  [41569bc99eefcb601dbae0c10d666fff05059aea]

        INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/31 17:14:18 rt 1.3.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86f46f753a016d1fd7a59ab9d2916f7831672b51]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:45 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a71ee15cb623f492bb304bdf3fb5c0dc3f8569b8]

        INTEGRATION: CWS changefileheader (1.17.500); FILE MERGED 2008/03/31 15:58:58 rt 1.17.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f994692bdfe665d2613579a12ca0d2aa69b3b44c]

        INTEGRATION: CWS changefileheader (1.40.218); FILE MERGED 2008/04/01 15:34:23 thb 1.40.218.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.40.218.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.40.218.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ef89b5e1a31d432478c7811dc65876dcad4dd5f]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/04/01 10:50:19 thb 1.2.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:24 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e09da5215627c7d5384a35c04a150c5733406edf]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/03/31 17:14:17 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6f597f45f949224acd8727a5bbc889f5e3fac68]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:43:41 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee34a6a904fa179a73aef782468478c7ad7a1610]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:10 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5305ec91239e7c4c244eb8954a0a616c83eaf8dc]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:58 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63e1f0cdd8bcdfeae5eb3a808bb1fee753d9e554]

        INTEGRATION: CWS changefileheader (1.29.226); FILE MERGED 2008/03/31 13:57:49 rt 1.29.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5719d2c7df04a8b5a9b19673b164ab9ce658cec]

        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>  [63ec65df69119813e496feb95fe666dd31112bec]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/28 16:43:24 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [626ebf7bfa82477fc88752fb13b04aafa40f96c1]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/03/31 17:14:17 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd8fefcc51248820cab91149a14b9d13d55f3577]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:59:10 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc6d4ce3a5efbb885d9faf81ab0e6e9347c33c17]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:35 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:45 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a594662df6ac86984608389ed5116dc354f375e3]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:58:58 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0df0ace714672205d8cd6b9bc4751ca5d6596f75]

        INTEGRATION: CWS changefileheader (1.16.220); FILE MERGED 2008/04/01 15:34:23 thb 1.16.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.16.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a84c94ce2ea99f0ff93b8dcd91f1053940b05256]

        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>  [ad5ec61cf4e560cd6d7046c2fc66fbdbfb888eeb]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:24 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d95caf7a0f46dc7d44c2d58cffa81d86cb52d680]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:29 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3265246227c038f5dede2cc23faaf0dc5be3d715]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 17:14:17 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f74b6222b67e63e4a934fd21fd1e59cae03fb93]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:10 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdc7a289450d8f0984a8eb068a55e5b8bbdb3217]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:58 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [010d88279d98c1aaac318c98828884c3f9b3dca0]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:34:22 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62c93ee276fc2fc26a64a9f1b6544dff644cf7ec]

        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>  [38db4c8959afab7881e038150d6392e86d456bcc]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:50:29 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4b82e83001cb9c0ee40b3a33ba286215fb82399]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 15:30:02 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/31 17:14:17 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ae35c8abfa1d2bc4eac2e89fb030c4636712b04]

        INTEGRATION: CWS changefileheader (1.30.72); FILE MERGED 2008/04/01 15:34:22 thb 1.30.72.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.30.72.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.30.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [157108fab4a2310755b774afa6fdbb806c8b28ba]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 15:58:55 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2f5c056af1352d10ffcc8e10effb0218c1d4fb0]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:43:24 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c1141e133630b96806bc66245c662ad62138007]

        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>  [417572fe0c552246f325a0f16ae47f083da6c197]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:35 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:45 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [181e55baa062a6afb6181a42157f042b2bbed4c3]

        INTEGRATION: CWS changefileheader (1.30.32); FILE MERGED 2008/04/01 15:30:02 thb 1.30.32.2: #i85898# Stripping all external header guards 2008/03/31 17:14:17 rt 1.30.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f39a133dbefd34bc7bd0899c62eca4a418f2ffff]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:10 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71d877d7a93fcd180bbee6e37bfbd53bce1e806a]

        INTEGRATION: CWS changefileheader (1.23.226); FILE MERGED 2008/03/31 13:57:49 rt 1.23.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d75d8df9f95850a1fc2ff03e8a8684e0430b5f83]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:55 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9bacaf8833875f9dc8f8a15e753be3e8f2c983b]

        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>  [51a4d9c3feee0315036e81a48f93cfd1f8b0d63d]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:59:10 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5281db47cc01c4b82c61ee6f542c8ac96c8f13]

        INTEGRATION: CWS changefileheader (1.55.32); FILE MERGED 2008/03/31 17:14:17 rt 1.55.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd0cd04f98f3c5d8f49e1430d20ad85150543137]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:34:22 thb 1.10.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:49 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71a56cc51c7010d1f0082fc06e718120b99ced8d]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/04/01 15:04:01 thb 1.7.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:24 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba184383d074bc714872c15f9c885b6acf70a85a]

        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>  [83f0ec34ba560f038a7e996e5e287754ded9c43a]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:59:10 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:30 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdeddff499aabd80d3bd099baff1099a394288f9]

        INTEGRATION: CWS changefileheader (1.21.32); FILE MERGED 2008/03/31 17:14:17 rt 1.21.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60bd4ff5eaaaa97fe4a440ef1a37be2aed758440]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:20 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8226e409015410b3ca5be3ce9b1a28e652be10f]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:24 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fe14513c5fdb5008ae5eef07fedcbc833e56c86]

        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>  [a3723bf11b6ea4072d19643529561c234d1c68cb]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:28 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f5332d99289dab4a2c6443425c3be3e4b721f36]

        INTEGRATION: CWS changefileheader (1.9.16); FILE MERGED 2008/03/31 13:57:49 rt 1.9.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47cde9381035109123e131e86919bc6e1c0c1d86]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:59:10 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5adbc35885f2b443200efd10301153023b95d43a]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:51:20 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98e0b4d3d6f15244e48dbb8143f18a2d8d92d5cb]

        INTEGRATION: CWS changefileheader (1.35.32); FILE MERGED 2008/03/31 17:14:17 rt 1.35.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7634d7d3e489d7e1e0812ec1e4ecd612824d3d33]

        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>  [6a208d79bcb55ba0d325b21cbb648851e5143637]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:49:35 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:45 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64c598bce1d02872c5ed60156980875ddd428ff0]

        INTEGRATION: CWS changefileheader (1.10.184); FILE MERGED 2008/04/01 15:59:10 thb 1.10.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.10.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.10.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f05e8ac26706471bac6a24374d9288b647411562]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/03/31 13:57:49 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4b8c60be7fc3972fd6cb811c1500ff16a508dbe]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:23 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cb06ec28719cfe0561233a0d2efd7297d82b353]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:51:19 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba84de97ec857674a4acc177b7deb5e11dd41131]

        INTEGRATION: CWS changefileheader (1.3.194); FILE MERGED 2008/04/01 15:49:35 thb 1.3.194.3: #i85898# Stripping all external header guards 2008/04/01 12:46:45 thb 1.3.194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4d4e55e0def76c9bcf52b3f7ae62d898b73f2cd]

        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>  [782282190150f906db6f34c05023d9c0b10e0608]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:40 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d704ecf3a7eef318d563b901a065de64fcbd14e]

        INTEGRATION: CWS changefileheader (1.56.32); FILE MERGED 2008/04/01 15:30:01 thb 1.56.32.2: #i85898# Stripping all external header guards 2008/03/31 17:14:16 rt 1.56.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce344648f27ffa2c4f78f50c1edab130cb65daa1]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 15:58:55 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5697979394813dd313dbbe7c4477fd574cb9eed]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:10 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4cc6805614f72f610c5f0e542fbfc7d5adf8309]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/03/31 13:57:48 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2575d9fab6e2efe02f70ba27df1eff9407786237]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 15:50:28 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c3bf025b165fccb857ac83ffe89391a8ffdff8d]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/28 16:43:23 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97b7c9741ba44f9b522a42885b26cfbabb1005d2]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 16:43:40 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [615dfc1de10f2997693e6aff999741c78238d63d]

        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>  [70a2b8697e120d2d095250a622c1e9f490eb6fb8]

        INTEGRATION: CWS changefileheader (1.39.226); FILE MERGED 2008/03/31 13:57:48 rt 1.39.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab218bc75e5178f764d516f996b91009aa4b68e6]

        INTEGRATION: CWS changefileheader (1.11.78); FILE MERGED 2008/04/01 15:59:10 thb 1.11.78.3: #i85898# Stripping all external header guards 2008/04/01 12:55:26 thb 1.11.78.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.11.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2977c22afc837af2fc79ce686fb1fb91adb34cee]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/28 16:43:23 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed71125cfad201882d553129b239100b5f227509]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:35 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bab4c3b76b03746ba586d5f037a071513274d61b]

        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>  [adda0821be9ba1407b996fa2b4d015091ad8026d]

        INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED 2008/04/01 15:34:21 thb 1.14.24.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.14.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [caa77fa279ae986b7a8c6d1dd6538e435f35b606]

        INTEGRATION: CWS changefileheader (1.9.320); FILE MERGED 2008/03/31 17:14:16 rt 1.9.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75aec9faccf7b5032156fd81856145100e8bcf35]

        INTEGRATION: CWS changefileheader (1.9.66); FILE MERGED 2008/03/28 16:43:23 rt 1.9.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac3f11b7934b1342296a8c1e6cb2f4af9c4ce008]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 12:55:25 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc77a3490a5754347cb00a8f5960e7c03d328335]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:40 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8187a16b70cff41ad11e40223f29f5e9572149e6]

        INTEGRATION: CWS changefileheader (1.3.196); FILE MERGED 2008/04/01 15:49:35 thb 1.3.196.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.3.196.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f20fe961f355d1ba3b72bd11e4ffcfe9c85a3d1]

        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>  [8747c89859e981a141b488d14cd05b41dfc570d9]

        INTEGRATION: CWS changefileheader (1.29.226); FILE MERGED 2008/03/31 13:57:48 rt 1.29.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c2deebe379f99470dd56118c3fbee7bd187b9b3]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/28 16:43:23 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c15ee438f26932d66ac303451e1e58b1b5a74891]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:14:16 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [853049ed98f7cc6a458cecc4b2b88d9a06677e8f]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:51:19 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12e5a80ecda430ad2b15ed4c7e37dec5c1be4960]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:58:29 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd988b5254b0368c73bde3221a1a1d0cfc0493e8]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/04/01 15:49:35 thb 1.4.50.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.4.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09868055bf01560bcd3d9fa5f8ead66120749688]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 15:34:21 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bf9ecf42c0ca921f0cdc94be4ac823d5d1fa99d]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:23 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d45f673145da0e566db76a79a8d4f3374275a72b]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:14:16 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66ac897f53f8afc71596903cfffbcd6855cf6b20]

        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>  [6b0ca347eb6075df30b47cf7c1a8f397811d6bef]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:29 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96228989cd91c38510f6de1d2546378ed3788ba0]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:51:19 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa92ffbbc590938922a619d6fd24897b9a2591cb]

        INTEGRATION: CWS changefileheader (1.26.226); FILE MERGED 2008/03/31 13:57:48 rt 1.26.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cce6cefa4bd51ccfbd3bddd3258fbc34f0da3a90]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/04/01 15:04:01 thb 1.6.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:23 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3459a4c4766d515392eb84589913ba0d72119d4]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:14:16 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d74b554b40476be01042ef519b376301cbde9113]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:35 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:14 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe2c9c39226884a38206aab186f06918eb866727]

        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>  [1947da5d07c68db38e7d3aab2326dc2b018c3884]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 15:58:55 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aab488f7da953fb0c540bfa16201e7dc233928dc]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:58:29 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ced565afc108f722039c903caa99263a97506b78]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:27 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac35f64f0453031f62fa5dabd9240729d49dcf3c]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/03/31 13:57:48 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3f7f759c71a57424ab0c2c5d58814f61ce4a84e]

        INTEGRATION: CWS changefileheader (1.32.78); FILE MERGED 2008/04/01 15:30:01 thb 1.32.78.2: #i85898# Stripping all external header guards 2008/03/31 17:14:16 rt 1.32.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34988a689048858ed529480b0cc67e663a951a08]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:23 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25baf542f52fb633f4e54c7ae42f86b037de033b]

        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>  [e27981aadd3ca92326aa1f68972b40e1a3dd77d3]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/04/01 15:59:09 thb 1.7.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.7.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:29 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d292f3829e03ce13874de89ab6c50c614333b86a]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 13:57:48 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48fa70a1f16ac11dc10b3602f92905c7a71dff77]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:14 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d05b939a2c1347847a34bbedf7d14f68d622429]

        INTEGRATION: CWS changefileheader (1.8.320); FILE MERGED 2008/03/31 17:14:16 rt 1.8.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c117738c666999ffc1b1bfa83baed8b58ee98cb5]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/28 16:43:40 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc1b2ca228e02366d976ba122cf06fbbc4fed677]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:58:29 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc485414e176675d0aad89c414783c1f9e96a99c]

        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>  [f9e8f97a76466846c535869f994a190af3f8a755]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:00 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:23 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8edb3564a54ab18a3d129c73e6025922b059deb5]

        INTEGRATION: CWS changefileheader (1.28.88); FILE MERGED 2008/03/31 17:14:16 rt 1.28.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f043893759c69a2dcf0cff8ad2022d19cf30bcb1]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:28 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [089aa69cb3b7907d12037a046fbb79aaa032dd48]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:35 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d277c97dd9fda17045035696abbf9e613c20ac8b]

        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>  [8fee89db05fcea733c8ead01236418aebef22e22]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:14:16 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4292d88c293b89048c05b1fa31fb61c9ee158c72]

        INTEGRATION: CWS changefileheader (1.49.24); FILE MERGED 2008/03/31 13:57:48 rt 1.49.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf957bb48d2e06ab0fe2f23d9d6959a36675babc]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/28 15:50:27 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59df0af2bc84310fa0587eeffd57bc728961d3c1]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 15:59:09 thb 1.10.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [674ad9781fdbed0fd05b5c2fb0af78a872d9701a]

        INTEGRATION: CWS changefileheader (1.4.256); FILE MERGED 2008/04/01 15:49:35 thb 1.4.256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.4.256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.4.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40a936ed6ad499f6de0f94be8c7e729643409ad6]

        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>  [714a09df5e978f6cc4571c58f09f204374e52f94]

        INTEGRATION: CWS changefileheader (1.15.330); FILE MERGED 2008/04/01 15:30:01 thb 1.15.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:16 rt 1.15.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf889010f30721460fa28bc11fcd996633558999]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/04/01 15:04:00 thb 1.3.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:23 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32d33825bcbecaed06d720bdc1053e309ac42b5f]

        INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED 2008/04/01 15:34:21 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.11.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40c6d6a3e80bef1bcea7cef3e3cdc729947445b5]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 15:50:27 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12f7b4c1358e991268184616a43dfb87bebd2018]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 12:55:25 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a936dd265f39d8cc4ba678639382b2c048e7540]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:34 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dde7a53898d96856fe147a3165bc9986d6d8c939]

        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>  [345a4043d63d0ac83c20d0669f62211d898fb888]

        INTEGRATION: CWS changefileheader (1.16.330); FILE MERGED 2008/04/01 15:30:01 thb 1.16.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:16 rt 1.16.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91517fe3a00e984a6ddd46d868e5b205e1ac9243]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:00 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:19 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:23 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1907668fa4e7ef66a3d371c2e2cb4d3b5e0e5eb]

        INTEGRATION: CWS changefileheader (1.27.226); FILE MERGED 2008/03/31 13:57:48 rt 1.27.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e01774936dab895d5e56891093ebe46f6a029b88]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 15:58:55 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3796361ff4c7cb15cbce0b4ae685add3878a4744]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:26 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [381a0ae634adc4f333dda8ed9302c8ffcd9f199c]

        INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/04/01 15:49:34 thb 1.3.222.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.3.222.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd2c9335b43811fe5db054cef45e38ea490a913a]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:59:09 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce5a2640786ba0f4c226bd5b9fde6419650f1ae9]

        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>  [5569b8d04d0dffb09dfdec276df503d2c281ee9a]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/31 16:51:19 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78b9f85d723bcabb4f6a1d9f49775ffbf508c4fb]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 15:34:21 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7dc7fd81dab95695e93f32e903de10091f783e7]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:22 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ade6b911fb7f24bc1e06e88476652a2495436de]

        INTEGRATION: CWS changefileheader (1.6.328); FILE MERGED 2008/03/31 17:14:16 rt 1.6.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46846b1727201ba5dca79f4df09d8783356304ff]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:54 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d127d8ba5d73262fffcfba2d051db51bd0298a4]

        INTEGRATION: CWS changefileheader (1.16.188); FILE MERGED 2008/04/01 15:59:09 thb 1.16.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.16.188.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.16.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e8c1f335933dde4f9660e189e0a216c799c3146]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:49:34 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:44 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5a8ea9d8486347690808ba79060bd75786017a6]

        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>  [11f7f2871976f8d68c569a481599833b9a55b62d]

        INTEGRATION: CWS changefileheader (1.36.134); FILE MERGED 2008/03/31 13:57:48 rt 1.36.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [094a6a5af63971133ad52e2cbaef6c8266eb6730]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/28 15:50:26 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bea62a397ea3bd06e5769b623e197135f5951f9]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:39 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f521c462f8a65045130c2f9325f7cf012cbcb966]

        INTEGRATION: CWS changefileheader (1.75.32); FILE MERGED 2008/04/01 15:30:00 thb 1.75.32.2: #i85898# Stripping all external header guards 2008/03/31 17:14:15 rt 1.75.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb6b9fab8c5c484ea5a35eade61c7756c7b60938]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:59:09 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed4df60aae513980cd2e0c0ee64f3ae62ba14b7d]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:22 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be50c540c26630f3c63c7d54a1c04f39fe8d3355]

        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>  [6fb3e150a04220ff2821203fa607359ef588116d]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:51:19 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d42e6e34981470bdec82819dab884318cbc0ea67]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:34 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:43 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1892b9a137af1b9d5bd1f4d584bf28bba20b1fe]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/28 15:50:26 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebcf5384d053a380635018b3fd9c26a29601f702]

        INTEGRATION: CWS changefileheader (1.38.134); FILE MERGED 2008/04/01 15:34:20 thb 1.38.134.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.38.134.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.38.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e36b277daf74dba2139642129b09a5f941bcde14]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:59:09 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d30ff16940792984dede62954dbf55d07228a0f2]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 15:04:00 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:22 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5aaf7e1f23951404d52a8da05f1640b1bfccc017]

        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>  [1dbc424c3a4bed198e735214046b31783f649240]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:39 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d2df8db99bd2fd4e08ee284356d03f037e4c7f1]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:51:19 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68405661080062ce74634116f292bb4c569c4f52]

        INTEGRATION: CWS changefileheader (1.7.428); FILE MERGED 2008/03/31 16:58:28 rt 1.7.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff08788748bcd85e8318c28412f78db46f1cdc90]

        INTEGRATION: CWS changefileheader (1.24.226); FILE MERGED 2008/03/31 13:57:48 rt 1.24.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6409ee45827837995da9e6af5175795f177d3f4]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/04/01 15:30:00 thb 1.13.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:15 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [419ce965d95c9cd09761971e964abeea07d91eee]

        INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED 2008/03/28 16:43:22 rt 1.6.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd0abbad158338c9aef69372cc0b478ea962fecb]

        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>  [942d85884eb5db1c12cec17c24a3b028778f87dd]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 12:46:43 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff1b5529ffab42d5b0f223adbd15ac8a32e5f395]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:59:08 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47574d754020d12ca97e910bf108e8c33e55d369]

        INTEGRATION: CWS changefileheader (1.12.298); FILE MERGED 2008/04/01 15:34:20 thb 1.12.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.12.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b00484876261ee3ab82c6a225b05bcaaa596e41]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:39 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bb3ef91e5677c0206907ab5ef3ce17f0efdb49a]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:51:19 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c350424e78cba7de19181cab50b972e368a06d]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 17:14:15 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8991fc1edeb86a01e0867c4a0a4f544846f90458]

        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>  [0ffd0e6cc92952c292697789b965f260e4757a7a]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:22 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b646e8f0e7983d4855e505a43283b407378cf7]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:43 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bbc426ed4645469939ee8eb664b2f89363bc6b5]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:51:19 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79c1e7e9975bd12a037be3977b3272a856d4aced]

        INTEGRATION: CWS changefileheader (1.17.184); FILE MERGED 2008/04/01 15:59:08 thb 1.17.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.17.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.17.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ea685f945e70819ec2067a6efc311c067f67e4]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/03/31 13:57:48 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efc38a3d2e20143beb049db666c9d819cadda658]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:25 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c2350f644831568a459c59850f9aeb069604120]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:29:59 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 17:14:15 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0899e4fcfc5b8b3c065616f970cf310b4d52af3d]

        INTEGRATION: CWS changefileheader (1.14.126); FILE MERGED 2008/04/01 10:50:18 thb 1.14.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:22 rt 1.14.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2887f52bd0a5b8915496e670410b4401b7e526d0]

        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>  [d53deba89a50976b500e7b8a41f8611605f34710]

        INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/03/31 16:51:19 rt 1.15.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb8aedb16fa73b70dd7b377c314678ee130d2de1]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:59:08 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:28 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [150ccafb5c3cfa74a625cdab5a2a6ed003790444]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/03/31 13:57:48 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccbeae8b92f0ef3ae4dc55ae92a60412aedb0dbb]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 17:14:15 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1621f41b60f10170afd37d63e557e9007abb1e7]

        INTEGRATION: CWS changefileheader (1.6.172); FILE MERGED 2008/03/31 15:58:51 rt 1.6.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c1d7214af56250f3d2f9660a0469c85a844b660]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/28 16:43:22 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d97905c79fecc152883d1c39e2c3400a0bb3b25c]

        INTEGRATION: CWS changefileheader (1.3.196); FILE MERGED 2008/04/01 15:49:34 thb 1.3.196.3: #i85898# Stripping all external header guards 2008/04/01 12:46:43 thb 1.3.196.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f38faaed90a5721180057fcefd3548887c6d0ef]

        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>  [87cdc5b1b6503138b77529d1e1258990a380a59e]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:08 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd6233b95b22df814503a1aac45be4d0b8ec9eb8]

        INTEGRATION: CWS changefileheader (1.14.22); FILE MERGED 2008/03/31 16:51:19 rt 1.14.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f988a703b978b3e8de84c026f7fcb020d3a1476d]

        INTEGRATION: CWS changefileheader (1.38.22); FILE MERGED 2008/03/31 13:57:48 rt 1.38.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e607d4cccf6c442789eb68f34be02ccba181ef94]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 17:14:15 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9c620c8da563e283efe989e0dde73f919d30db4]

        INTEGRATION: CWS changefileheader (1.2.172); FILE MERGED 2008/03/31 15:58:51 rt 1.2.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad49699bf4efb8888cd19171b851b88d3785f133]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:04:00 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:22 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [293d67cff7896fea2d556d38c00983e23c8c7744]

        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>  [8cd5bf1789f267609d22d3b5a38c4d65e73d6280]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 15:59:08 thb 1.5.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:25 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5f0d9c8db7486569bb8dd716a589490ee425faa]

        INTEGRATION: CWS changefileheader (1.10.292); FILE MERGED 2008/03/31 17:14:15 rt 1.10.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db325141033d8b9d0186a826c137a51a3b6a3824]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 15:58:51 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b452dd291038b2980ab2b9777a8d18c41612316]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/28 16:43:22 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d671fa85ee0744b7792782a0e6582c369e1ab94]

        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>  [005a75951a5c2bd80a58967f6350c74041c99048]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:08 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8b4ff4e753183ef4cb70b790208fdefea8ff1f4]

        INTEGRATION: CWS changefileheader (1.23.182); FILE MERGED 2008/03/31 17:14:15 rt 1.23.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a16c24f8fe66716a1fd19ec046d767cc98333cce]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/28 16:43:22 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42f515eb335e3970a6268a96c6007fd696d2d81d]

        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>  [1582fba8c25258da625595b9d41b45bd9d198723]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:34 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:42 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68997d669b0d6aad2d79190e41662e94672f6fb1]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/03/31 16:51:18 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65056e5dd4c67b8f83c4d5b6e984cc361480e1b1]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:08 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e82e8b5e45fdf586971a7fbf1fb9feb4fdbad5a]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 15:58:51 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0e53d391923ce4710c5158576007548d967ddad]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/31 17:14:15 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef849d937a2f8ceebfad258f7531997a864438c3]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:43:22 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [275aa5e5574dff5232abdbf151a935f8aa4af74e]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:34 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:42 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [455543fd6d7840b726d5711a6889d34e9822035f]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:51:18 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb49297a930aef8c495f269acea593c8e6bee4bf]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:08 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd40255b5ddd402af9c2d616e412fc49376d97b8]

        INTEGRATION: CWS changefileheader (1.3.158); FILE MERGED 2008/03/31 15:58:51 rt 1.3.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33199415b021b7bedf25b135f280e1a7f8b6aecd]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 17:14:15 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1c4518eced804ed07fc6f62bb2000af5e22e254]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/28 16:43:22 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98bf528d0c19f9932cf0a4e8d05ce1dfd5cf6656]

        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>  [9b33cd56a9ec924f5aceabf0bfda963f0467dc12]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:43:39 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0806abe73d7025b894e7a6bfcb667703bd53ce17]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/03/31 16:51:18 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf99b9e62e6659a0c1f853f5aadec28af5323437]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:59:08 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8118d658e0dffa738e34d9c98da3c1c2c1ba2e2d]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:51 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d2fd75f9b10e70cd79eb633182941271d82d5a7]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 15:29:59 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:15 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9181a69e1159e43692c9c67f964e6ee5e8e1dd06]

        INTEGRATION: CWS changefileheader (1.2.354); FILE MERGED 2008/04/01 12:46:42 thb 1.2.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02a043d80d9fc89a2a336d1d5095d32863ec7a1f]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:21 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90eacc526b86b651654320dfd75b0922bc993b92]

        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>  [fbc07c3ee533041f48af19057b5eec63accc4894]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:43:39 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12e954b9b79f1ade2f4513479997b92dfb8d0954]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:58:27 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1309027ef06e81c74e6d3e5dda2623e49cfe9ff]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 13:57:46 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a2a880b8de4548eb7f4b328536d83c6d46cef26]

        INTEGRATION: CWS changefileheader (1.21.300); FILE MERGED 2008/04/01 15:29:59 thb 1.21.300.2: #i85898# Stripping all external header guards 2008/03/31 17:14:14 rt 1.21.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d10130e1dbd606527a0f5fd161eca1dfca7bec45]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/03/28 16:43:21 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [767d417f3e764073fee357b8c0280644eb432974]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba8441a627a7493961bbf906f2a79602ae40a8f8]

        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>  [4dbed057a10a6d92de9b3cf87bfbd7a2e5f1c189]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:43:39 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d5ce4364b095b702a4634b676dd9f74041a192c]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:51:18 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84f9f16f226c83ac302b6e444d833978440ee590]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:59:07 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:24 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4c7e39fa2b3dee23cf0595d4243f23388b074f1]

        INTEGRATION: CWS changefileheader (1.2.188); FILE MERGED 2008/04/01 15:34:20 thb 1.2.188.2: #i85898# Stripping all external header guards 2008/03/31 13:57:46 rt 1.2.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [312ff8277366f995cb632b1c10b99773bb62f0ff]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/03/31 17:14:14 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bebff77317bd4e319d0309deb7f4767852494a35]

        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>  [658c503662a59ac3e18483ef19d5c6094ac6b9ba]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/28 16:43:21 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a0e07064960f55f349120f629d3d5016220218f]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:38 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ba8a00cac916612e1beed7be01c107f9ec0b18f]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:59:07 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bff7e1f53549394de06c5271a331a542437172d]

        INTEGRATION: CWS changefileheader (1.30.226); FILE MERGED 2008/03/31 13:57:46 rt 1.30.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [661f116836a9cf1e987a5ef9876e77f9959438ba]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:29:59 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:14 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e93ddcac5f7d7a9636837b2b6a50b8fda94b54f]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 15:58:51 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7992cebc0533c035495b64e7537df69ab319201d]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:34 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:41 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77cf96624231df6a596889c044320000bdb62aab]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:21 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [537d6402a42e8f0a4656dc9d736418eb3fd315b0]

        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>  [dc1c579f122aa754d584d7e777c8c53c43a3fcf3]

        INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/03/31 16:51:18 rt 1.15.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0405ee256b538390d06d075f7d22079f336b2eb9]

        INTEGRATION: CWS changefileheader (1.10.298); FILE MERGED 2008/04/01 12:38:42 thb 1.10.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:46 rt 1.10.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ac0558ae8994becadd4d47702abb0685d4e7c76]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:27 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e187f12dbe2f39605022f5f1f9b6c70dddac6245]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 15:58:51 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d95287bf9797c5f703b7b307be2fd6a13f89512]

        INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/03/31 17:14:14 rt 1.10.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f56cf90b9a7b4749b112bed5a6d14d36ea69c5f2]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:34 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:41 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d903d7a1defe3e479090b49c1165145d32fcef33]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:04:00 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:18 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:21 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5c79a7b9a2bf70d49463d0d85b9007e0a9161a3]

        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>  [960fb69b9ca18a77cfa4a313aaefda79677476e9]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:24 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bc669347e44bb12c7428c108722cd0ccd00c1a8]

        INTEGRATION: CWS changefileheader (1.5.112); FILE MERGED 2008/03/28 16:43:38 rt 1.5.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1539a1149279245c4a693160c9c9b98c8b900d7]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:51:18 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcecb24b3181f04cbb6dfdaeb7f37ad0c155bee8]

        INTEGRATION: CWS changefileheader (1.14.226); FILE MERGED 2008/03/31 13:57:46 rt 1.14.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dc30d6e4af254a96abc242122edb864f2680ae0]

        INTEGRATION: CWS changefileheader (1.6.738); FILE MERGED 2008/04/01 15:59:07 thb 1.6.738.2: #i85898# Stripping all external header guards 2008/03/31 16:58:27 rt 1.6.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [563a7d56513c79e637a46ed364b1016fe31e2741]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:50 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c095e019c1e7a00d7e2f99a3750de6b3f637d1cc]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/03/31 17:14:14 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0072c941a184f6765e66b9d556f3bd07ff04ae03]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:21 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3da998f304fa5aa05b5f41ba64861b43c663aa2]

        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>  [a4d50e40f96b9b893e034ccbe613f2514b502814]

        INTEGRATION: CWS changefileheader (1.14.58); FILE MERGED 2008/03/31 16:51:18 rt 1.14.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7befd3f917498b150c510f9862fdab60ced90d38]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:33 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f77b2b888c63a30f1785bd157d75e82e855e8855]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/03/31 13:57:46 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7da92c3e9d5053e61c768f8d2ff75fa4890d7ce7]

        INTEGRATION: CWS changefileheader (1.16.1130); FILE MERGED 2008/03/31 16:58:27 rt 1.16.1130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95da08b6a12a8cbc9ad5d6b82650062cbacbdb39]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 15:58:50 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4f213cf1d0591c46bd800ad143a199d13a65f90]

        INTEGRATION: CWS changefileheader (1.4.492); FILE MERGED 2008/04/01 12:36:08 thb 1.4.492.2: #i85898# Stripping all external header guards 2008/03/31 17:14:14 rt 1.4.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43cee7ff8bcdc88780a5527729dbfc849fa0558]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:33 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:41 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e522c915643e51dfa36cad17968597cb03bd2226]

        INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/28 16:43:21 rt 1.2.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d49d46757eb95a3282bc6781f405a874c4cfda0e]

        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>  [435df0c5c8dc542f1550be76b45188601fd44f33]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 13:57:45 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5ec9b608d3d5e4815ff23047836cfdad5a4ed92]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 16:58:26 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d7d944b2ccdde99dff267de655459758f5421e]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:21 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa2bf3e54ac87b90c7b3918579d9981ad31e5747]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/03/31 17:14:14 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [069df84621e2357eee33f6263975f0880c656947]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 15:04:00 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:21 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92d6625851a39f4c882228366a1cf6f81c3610fd]

        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>  [0293ef3751bb996310f35d526d86b9921386d0dd]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:33 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fced82250b9f91d1af6ae3cca0ff10fd99ff9ca0]

        INTEGRATION: CWS changefileheader (1.16.108); FILE MERGED 2008/04/01 15:34:20 thb 1.16.108.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.16.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9f17961e30622a7be06895ddb0344d996cb7ce6]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:07 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:26 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c017decc37d29822b05d7f84c8c6e5c6c69339e]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:33 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:41 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:13 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [152c6a222a3ae3c56671d892a2b9a5be3e9dffff]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 17:14:14 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edcd592993314efd2aec3b0947eed12cbaa4b0f8]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:20 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40a96671b5cb60b091d17bcdd1fe93e3c0d02911]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 10:50:18 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:21 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec3e1f2b89fba81a94db01c8fbad353ee9e666d5]

        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>  [04e509033acf73b2bb58dd50f55d8d7440db1853]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:33 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64a7cf4f23792d661b875ac88080ee9761dac5a6]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:51:18 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a35ac577f816da48aeedab108b62d9bb4043b426]

        INTEGRATION: CWS changefileheader (1.7.358); FILE MERGED 2008/04/01 15:34:19 thb 1.7.358.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.7.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63f86f1876be51b682ffc7e6a0e401578b009d4b]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/04/01 12:55:24 thb 1.7.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:26 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d44486ae4f61a0998361c4ce6f1f54c9ebb2a158]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:14:08 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e18f601e126d6b5c70d6f80e3ca69cfe71cc4c4]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:43:21 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2fad5544a6fd1162602d0a1d5781cc95d732847]

        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>  [1b7b49b8bdcbbc8853201723f6ae6dfab16d9c51]

        INTEGRATION: CWS changefileheader (1.18.24); FILE MERGED 2008/04/01 15:34:19 thb 1.18.24.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.18.24.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.18.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8235122414f7976db7d42d36851553a860640ba]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:59:07 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:26 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2908b320bbe95b6ada917583ef949c1f5d4df5a7]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:33 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:41 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ce3efe110d51a9c349a195a79c22d3a14cd1d0e]

        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>  [66a34908b3c1fd442fd48adbcdd29e73d20ef74b]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 10:50:18 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:21 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1e17b5d5d3603fb4bca38b94caac83544121dfe]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:51:17 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f806ee41631fc65d56ac1ad54f2b1d187fa1e15]

        INTEGRATION: CWS changefileheader (1.23.138); FILE MERGED 2008/04/01 15:34:19 thb 1.23.138.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.23.138.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.23.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3846dfdc022edc1ca841c8b4c3431fed64af4df]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:07 thb 1.2.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:24 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:26 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa5f9fde5649ef3346866da482fd1b6d48a8446a]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:20 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60b0dd8f9c0859f99adde9b376ad51131b6fdeed]

        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>  [98bde309bfe51723f45b8656dfb40cb929a7a5da]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/28 16:43:33 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b3504ef79a38ebf27ba4cee38fd35c08287eff0]

        INTEGRATION: CWS changefileheader (1.30.226); FILE MERGED 2008/03/31 13:57:45 rt 1.30.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7f60ffec01ad3c35e1fa9684b586b0600293a5b]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:33 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:40 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aea9c3fec14a2d56b3a1e4b05244a03376a3f12]

        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>  [71dd2179ea96d7f124631f6b62dd56b068cdd11f]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 15:03:59 thb 1.4.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:18 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:20 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bc129e5a156b3c830dd5552bbc4c1bad23eba6d]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:33 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b6a2a612b5b2163d7af59b49add4e1b9420ccca]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:59:07 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:26 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cddaa4c55868163bae94208d0b006e76a45d7ab]

        INTEGRATION: CWS changefileheader (1.10.256); FILE MERGED 2008/04/01 15:34:19 thb 1.10.256.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.10.256.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.10.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d852e7f0aef6a9513a8e8c089ab53bfd4d85d89]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92588d5fee533c2be3f9683a37d7cc5b4cc36190]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 15:03:59 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:20 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f41ec72b87a00157c3193a11f97aa63d81eb7cf7]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:58:26 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d03671941f0613bd959722f684c13d9e42005beb]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:51:17 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7768bd35883607a61c5e2f7cf92d0eeb8bd40f42]

        INTEGRATION: CWS changefileheader (1.3.260); FILE MERGED 2008/04/01 12:46:40 thb 1.3.260.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9271f6417b43ad93f2722c8ce8bdb523193add]

        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>  [3b1536a99240e3ffe51552bca6ab792f5b93d882]

        INTEGRATION: CWS changefileheader (1.26.226); FILE MERGED 2008/03/31 13:57:45 rt 1.26.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94b3d80b1e4082ff56d78ee71ee448edcb70bc27]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:20 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3150cfa078647348d265bcc34213f619fc8cb706]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:43:33 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0382fb93bc027b945a6029bce24446042f4b59c9]

        INTEGRATION: CWS changefileheader (1.10.220); FILE MERGED 2008/04/01 15:34:19 thb 1.10.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.10.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ab3eb31d0d81f19c7c7e3c6f4a56e657fbe70a8]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/31 15:58:50 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e61b76ab965ec63aacff7ed794e68e5e1f74386]

        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>  [e2a2690fb0b69cda62785adf68cc438a5d45a355]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/03/31 16:51:17 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4538dc60665993c9e2c2bc115b11364c8e5dea41]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:33 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:40 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f06c462577f96791b39aa9b071f465a8f318816]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:20 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [158235558c18d72e8dc7acb0a8018286feca3d1a]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:58:25 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a327c0cc580bc08054037eca21d1bc17b7cb2ffa]

        INTEGRATION: CWS changefileheader (1.31.226); FILE MERGED 2008/03/31 13:57:45 rt 1.31.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faa2d2a03511900bc0de79da6f1dd7ef72b76d91]

        INTEGRATION: CWS changefileheader (1.57.34); FILE MERGED 2008/03/31 17:14:05 rt 1.57.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc8cde019d95a537bb5061fa3760dba02ee24e08]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:40 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dab5f8d94d864b61016fe4baa98c7273a4dfa211]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/04/01 15:03:59 thb 1.3.106.3: #i85898# Stripping all external header guards 2008/04/01 10:50:18 thb 1.3.106.2: #i85898# Stripping all external header guards 2008/03/28 16:43:20 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [070892159e116b9ce24083baaa86e70388079124]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/03/31 16:51:17 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf3ab1ea2e3b721adb70b116968a53b74fbe9a58]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/03/31 16:58:25 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aff3c9a09ebd9ad8aef5dd744110c554e69112c2]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 15:34:19 thb 1.13.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [825beb0947a641d421b736cd3f45ae1c6c006d34]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:19 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90f7518ff42cd45a7ad66c81802b2157b33c9d23]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:14:05 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b6f7d275b8c61e9a62345c5f0f07f9919b9fa82]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:03:59 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:18 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:20 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b49fb9ab148f135a6de6b7382679703151d8a6d]

        INTEGRATION: CWS changefileheader (1.37.448); FILE MERGED 2008/03/31 16:58:17 rt 1.37.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bde6ea2b02822c9061909c2e75671c57ca5d20a9]

        INTEGRATION: CWS changefileheader (1.33.226); FILE MERGED 2008/03/31 13:57:45 rt 1.33.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b670d66692ffa76ad11375c58ca243136edccd0]

        INTEGRATION: CWS changefileheader (1.12.58); FILE MERGED 2008/03/31 16:51:17 rt 1.12.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14ab634d4bfaa81385da3da9664fa0ee36b3a57a]

        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>  [f3451d91887a867fb6bb6556e00cc36605a63b12]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:58 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:05 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3869904ab1f62729c27e14e337752fb40a6e9f5b]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:58:17 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0921d9fb8f715ddd7a8b224be439a56d125d5d3]

        INTEGRATION: CWS changefileheader (1.14.220); FILE MERGED 2008/04/01 15:34:19 thb 1.14.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.14.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b70f04bfaa3a97173509ef469468b5f711d3cb5]

        INTEGRATION: CWS changefileheader (1.4.690); FILE MERGED 2008/03/31 17:14:05 rt 1.4.690.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e735fc0f6b5412050ff1d639b705097bd3700f7b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:17 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33decaa8f8915441e4042270b02a06e77d216d76]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:59:06 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:24 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:17 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed2e5cd9ec0d62fd5d7d0569c78557d523398947]

        INTEGRATION: CWS changefileheader (1.3.206); FILE MERGED 2008/03/28 16:43:33 rt 1.3.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79f49a3363bcf28bf59935546b43cbb1a1bfa41]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:34:18 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e6d34f6bf6ad1dc7859526a38ef09baaa8a2099]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/04/01 15:29:58 thb 1.5.24.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58725de89abac95dbb238bc2cd4986fe0e24199e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:16 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97c9939dd7011b6c7d38b27800aedd0461c43677]

        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>  [8bfcda9e74d71b93e660bb9b284e4da82a11321a]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:59:06 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:17 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [545e079d149e44f9822f424502e3de0dbfa55476]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 16:43:19 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99b5ffc0db4fb44dce45d4c871d6e86c5b05cac7]

        INTEGRATION: CWS changefileheader (1.9.220); FILE MERGED 2008/04/01 15:34:18 thb 1.9.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.9.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84f1891e58485cb0b6f3e773cc99060b2409073a]

        INTEGRATION: CWS changefileheader (1.4.94); FILE MERGED 2008/04/01 12:36:06 thb 1.4.94.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.4.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [360c10f19ef2e5c172dc74655ccc1df5f04a7c49]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:58:17 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4f59c83cbd7a5d49cc17c76d90fd51b11bbe1a]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:18 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba57ef0b4d9d508cacf2aa9ba5442422c1fedda8]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/28 16:43:19 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3efce42a31ec6e5d69e91afdaab2b0f16ff8451]

        INTEGRATION: CWS changefileheader (1.3.206); FILE MERGED 2008/03/28 16:43:32 rt 1.3.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0ec5d07e5a3c9e9e5043747f26a6950636378d2]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:14:04 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e5f4965c578e5a64d589fb02eafdeab9030a54]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:12 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29985374ce3f1b05065089dd6d29e7c980bb8ca0]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:33 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2741dba96614e023d5aac3c53c261edda02399fc]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:58:17 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9d21f3a8d137528faf00490c051e4e56fdced83]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/28 16:43:32 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93a24d7a0324434999f268caefcc0db5af4c2f6e]

        INTEGRATION: CWS changefileheader (1.14.296); FILE MERGED 2008/04/01 15:34:18 thb 1.14.296.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.14.296.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.14.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58ce0234c304105e20f47d5f0159e6b9ae3064d6]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/28 16:43:19 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56c09bef54e98adb4c1f5de2fc585387080db1cc]

        INTEGRATION: CWS changefileheader (1.5.240); FILE MERGED 2008/04/01 15:29:57 thb 1.5.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:05 thb 1.5.240.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.5.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f0d928f9bd034a14af3aaedcf005a2cc6112097]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:12 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fc8997b7f305a169903bbd32a488025beea5db2]

        INTEGRATION: CWS changefileheader (1.4.354); FILE MERGED 2008/04/01 15:49:32 thb 1.4.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.4.354.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.4.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d65562757895def31cb9ad62fa28311628d1ad6]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:49 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb4a6ff8c72587b8f29326312d587996db26bde7]

        INTEGRATION: CWS changefileheader (1.14.14); FILE MERGED 2008/03/31 16:58:17 rt 1.14.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecaf16072499123479ee50eb6e62f6c67b064167]

        INTEGRATION: CWS changefileheader (1.32.32); FILE MERGED 2008/04/01 15:29:57 thb 1.32.32.3: #i85898# Stripping all external header guards 2008/04/01 12:36:05 thb 1.32.32.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.32.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5aa5745788cbf54638822b65659582e0904fa01]

        INTEGRATION: CWS changefileheader (1.49.226); FILE MERGED 2008/03/31 13:57:45 rt 1.49.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8224ceebf128a3fc681ddf2619b2d33ca19e3c18]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:18 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [827fdc4c9757ec42722e8ff94ec6bf2e5cc3d6e7]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:32 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e4782e2d5b64376bfe66498ec71c06958a75180]

        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>  [0189dae5596313f8db5927fb62beccfd1a40f970]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:32 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5c4d562d65a99c69fc6be4e628151531bc0f68e]

        INTEGRATION: CWS changefileheader (1.3.126); FILE MERGED 2008/03/28 16:43:19 rt 1.3.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0df247a0b89a9447b550af5b4782f5b455a49f3a]

        INTEGRATION: CWS changefileheader (1.10.158); FILE MERGED 2008/04/01 15:29:57 thb 1.10.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:05 thb 1.10.158.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.10.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b15e518aade5d4c60328db38ca43fd47adc6677e]

        INTEGRATION: CWS changefileheader (1.45.38); FILE MERGED 2008/04/01 15:34:17 thb 1.45.38.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.45.38.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.45.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a840c1226b9ae31168933bc32e526319eb2a984]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:07 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3a4a298f4db73e158d065b6ddc797e811eda439]

        INTEGRATION: CWS changefileheader (1.3.318); FILE MERGED 2008/04/01 15:49:32 thb 1.3.318.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.3.318.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.318.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [691a531d1ed1488fda7f44d809f31fdee5fb1991]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:19 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9daae2475d93000b3423155edf082209b580d7a]

        INTEGRATION: CWS changefileheader (1.16.158); FILE MERGED 2008/03/31 17:14:04 rt 1.16.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa640f1ab2238bd5b3c272d26ad3ab42df9466c3]

        INTEGRATION: CWS changefileheader (1.4.450); FILE MERGED 2008/04/01 15:49:32 thb 1.4.450.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.4.450.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.4.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de808a56149c862cdca1ba778b9c0cfe2c12cd97]

        INTEGRATION: CWS changefileheader (1.28.226); FILE MERGED 2008/03/31 13:57:45 rt 1.28.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [496a73f92b32f39678327448bbd2598414aa024a]

        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>  [29b3a9686227179c6903a53757c6ab6803ec9f4b]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/28 16:43:32 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77895702d078a2cd55f6beab0cb0411752533d7a]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/28 16:43:19 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [300dd3b7536818e9cf18aa7bd2405cb5912ac898]

        INTEGRATION: CWS changefileheader (1.3.146); FILE MERGED 2008/03/31 17:14:04 rt 1.3.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06a6db0e9fd8e3ef07e3161f84fabc19441c9f67]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:34:17 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4552228b330fc81ca86912c4446acf85f0521f97]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:39 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44dca098cfea814f30c92fc6ff8f5a6d82030ee1]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/03/28 16:43:19 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f303fe9f4c69918e083b27a6bf9161b7c9ceed7e]

        INTEGRATION: CWS changefileheader (1.6.176); FILE MERGED 2008/04/01 15:29:57 thb 1.6.176.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.6.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de90b0c83fd983953f778e50d966bfcd83f8a474]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:17 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d65fec7a61cd282fb49a5b134558db49ce3d6d8]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:32 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:39 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff715d19686ef42957239d672757d87f29ed4af9]

        INTEGRATION: CWS changefileheader (1.29.226); FILE MERGED 2008/03/31 13:57:45 rt 1.29.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5818f86a2da0f5940a00dac1512b23333efcfe13]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 15:03:59 thb 1.6.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:18 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:18 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d1d7aceddddc3d31722d2352638add70361c44e]

        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>  [c01e1c8ba0fd9573d89db13031c3092a2e6fd56e]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 15:29:57 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30103f71922cce16d023b5c197df4f89ea012a54]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:34:17 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b170052de8a829beda1a1a2c0ae5daff124e073]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:32 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [084cda1dec9e3fc10e5a7e11152f6491cb41014b]

        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>  [d4ab537cd5db871a03c9bec528008893e4308876]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:56 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:05 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7747eb0b63b4734fbc3cc7a3eea5b5e0711c3d90]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:18 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e59d57e557028da193b0dd32de875833a0f71bce]

        INTEGRATION: CWS changefileheader (1.39.226); FILE MERGED 2008/03/31 13:57:44 rt 1.39.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08adfd5d2fac2eb7a9643e6c897384c5c09d34a4]

        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>  [d112c1ac58cf7171947352b69846727b4b2d06fa]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/04/01 10:50:18 thb 1.4.92.2: #i85898# Stripping all external header guards 2008/03/28 16:43:18 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fc1a339fa2f7ebe0d83ccee541d674a12660cf8]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:56 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:14:04 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33d769ac120b1daba8fa9bd5af0bfee9af1a8aad]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:58:49 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [425ce267222d4c0e6ef61c1fbb6f014db74266bb]

        INTEGRATION: CWS changefileheader (1.12.256); FILE MERGED 2008/04/01 15:34:17 thb 1.12.256.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.12.256.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.12.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [490640825041a751b4b45cb2e6db092756982d78]

        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>  [a6ab35195445c410c8cb2af1ce7c8b24ef024de5]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:18 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d856f2ebd061072525b1d4b1efa61bedde8d996e]

        INTEGRATION: CWS changefileheader (1.22.32); FILE MERGED 2008/04/01 15:29:55 thb 1.22.32.2: #i85898# Stripping all external header guards 2008/03/31 17:13:54 rt 1.22.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3930ab44f31c1a2a3378ae16ab65d3910901a01]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 15:58:49 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [540027a780fb67aaaf4ff3a5153c7f8a48663fc7]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:57:44 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b049ec13b0e7b6884e28ca66aea2d1592bf293d5]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:32 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f27c8b9701e9688ab56aa703926859fc1626b87]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 16:43:18 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f80d33a71f0f7ce73f20c8d102aab3e79149b84]

        INTEGRATION: CWS changefileheader (1.11.88); FILE MERGED 2008/03/31 17:13:54 rt 1.11.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5959f4137b1e59a11315a6931817f1658f65968f]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:32 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:38 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a79ae83660f8e4a66f4cb3bedb61e707ed55792]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:32 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fa8772187626db594d68fc887e017888d063593]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:06 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8bf0fb6b50f9603c8664a14345ec583d77d232d]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/03/31 17:13:54 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cc02faf92807428161ce079f424e4d83917a6f8]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:32 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:38 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:12 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bd85a2d6189973e5d281779637e890faf96efc5]

        INTEGRATION: CWS changefileheader (1.14.226); FILE MERGED 2008/03/31 13:57:44 rt 1.14.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdef38c983c089d248e85d204bcc614bf6d28cb0]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:43:32 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1bae4cd658bb491a551445a7169d591d12a4ab7]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/03/31 17:13:54 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64517867f4e5cbdd31b3d31d01f7292655527b82]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:34:17 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1e65bacbccf1821c18008372d95657ef79d4c4d]

        INTEGRATION: CWS changefileheader (1.22.86); FILE MERGED 2008/04/01 15:29:55 thb 1.22.86.2: #i85898# Stripping all external header guards 2008/03/31 17:13:54 rt 1.22.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61518e83c0dd519947601edd00b8682a08b3ef09]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 10:50:18 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:18 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [940e940516a5322beb90d9af1dc14960ff29fde1]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:32 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:38 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24e1bbe0b7133c1cfa99f0d97e479aa6273ad9ac]

        INTEGRATION: CWS changefileheader (1.38.448); FILE MERGED 2008/03/31 16:58:14 rt 1.38.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ad1d14edcb1cae94cfcac91ecd21277cc83fb5a]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:16 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d80d189b4a80505e057c13dc33c28fba50940dae]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:43:32 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7fc3a88f3e28b00e8b97a7b2c896b22ff895b0f]

        INTEGRATION: CWS changefileheader (1.66.326); FILE MERGED 2008/03/31 16:58:14 rt 1.66.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71a420a0944f9a8ccdb6461f7691818db8af2a0]

        INTEGRATION: CWS changefileheader (1.35.226); FILE MERGED 2008/03/31 13:57:44 rt 1.35.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fed090d475cc0db1ef33ddb2bbf18f9e7ae486ae]

        INTEGRATION: CWS changefileheader (1.29.176); FILE MERGED 2008/04/01 15:29:54 thb 1.29.176.2: #i85898# Stripping all external header guards 2008/03/31 17:13:54 rt 1.29.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cf8369adbf4d5eb60a8f52c3ddd29f05418aefc]

        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>  [11bea67a70e1de59937ff363e7999938555f6584]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:32 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4e989d7409eb1b1663e90fb31853b81610213c]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:38 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a30f6cddce6a0e8af37902e3d4e6408be97cf03b]

        INTEGRATION: CWS changefileheader (1.27.184); FILE MERGED 2008/04/01 15:34:16 thb 1.27.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.27.184.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.27.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14650f2addc919fbe104bb9078ce1b97c408669e]

        INTEGRATION: CWS changefileheader (1.10.326); FILE MERGED 2008/03/31 16:58:14 rt 1.10.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37de296fcad17fe15666d0a1a1a84c0796553352]

        INTEGRATION: CWS changefileheader (1.39.84); FILE MERGED 2008/04/01 15:29:54 thb 1.39.84.2: #i85898# Stripping all external header guards 2008/03/31 17:13:54 rt 1.39.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ec9dd90df11c8ce87bf3102daa27b7a8d00f1d9]

        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>  [967e8105a0cbf5e75e02b4c58e16403dbb3d9725]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:32 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:38 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47a6f2c62f3679dfdbfeed58acb435e6a8b5b001]

        INTEGRATION: CWS changefileheader (1.65.34); FILE MERGED 2008/04/01 15:59:06 thb 1.65.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:24 thb 1.65.34.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.65.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1e1792a43ce3096ea79bbcd4908ee9d07baee44]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/31 16:51:06 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b68e80b51d498e00f7dd496adaf9d0487edabcdf]

        INTEGRATION: CWS changefileheader (1.12.200); FILE MERGED 2008/04/01 15:34:16 thb 1.12.200.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.12.200.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.12.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5226194688e22ea98dd2b4538a6dbc4e7d502dd]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:31 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d505e689423ec377f9036ba894dfb0b9277928a4]

        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>  [9837ec69f597aef7216a8e059fb396ee89f700ff]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 15:49:32 thb 1.5.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.5.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87b0b4916a0740f34be75e3edd0da7a0bf38cfd9]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/03/31 17:13:54 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19f695f3c0112709dacccf1b6d8320c81eba951b]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/04/01 15:34:16 thb 1.6.234.3: #i85898# Stripping all external header guards 2008/04/01 12:38:40 thb 1.6.234.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdeb1b6987ce7e60415043a7409d8716a9aa0373]

        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>  [ee80d71b0ad87171367e4a7d575cc2821d5a5b79]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:06 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:24 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aacbe9ac1f330c0ff1f94050c65d15797c1efe4a]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:32 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac705b129878911c11aa6eeb35c06f967a89a2eb]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/03/28 16:43:17 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [444a987542ddcacab70f60d961e63c5942bc1ee1]

        INTEGRATION: CWS changefileheader (1.11.300); FILE MERGED 2008/03/31 17:13:53 rt 1.11.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98748f34296f91bcb5ac8e79bbd7f4064f79d8df]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/04/01 12:38:39 thb 1.2.234.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51af77fe9c10a636832db495a000bd3f246c9b23]

        INTEGRATION: CWS changefileheader (1.3.206); FILE MERGED 2008/03/28 16:43:31 rt 1.3.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8037b351e92b12d13d8b1900914c7e718afadb3d]

        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>  [7acd6fc16b78ab870ecd90f5085b8f39d0173dc9]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:59:06 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:23 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee73acb169801a014d81506d3115faed5f81a00]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a833b48a2e66b368b74446a3f8adc860bd79ade]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/04/01 10:50:17 thb 1.6.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:17 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [712c95cd5e863d4b7279d227686727fbaee55ef2]

        INTEGRATION: CWS changefileheader (1.17.24); FILE MERGED 2008/03/31 17:13:53 rt 1.17.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621c1612cdfdb577d6ccdbed63ad45f39faada0f]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:51:06 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4987a19e9d5a5ee6976f106786770f370158935]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/28 16:43:31 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f1e235946f49c5b352cb3882e64238fd9a1d00f]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 13:57:44 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea338492f7afd6175c5a51da50e84be76241f5f3]

        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>  [264a98bc3e1d555cc3536b2f3d5ff0b373b22c46]

        INTEGRATION: CWS changefileheader (1.43.184); FILE MERGED 2008/03/31 16:58:13 rt 1.43.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c29afaf49e731d877505b7f57ec47260f2f32daa]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:17 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [194da10890bcf9cf69f530157e28e053ed6c8f4c]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/28 16:43:31 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5760841381141277ea6b01b10b5be930adf16a2c]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:29:54 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/31 17:13:53 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a394d1b24e3963472c74ecba651c3ddfdf36c141]

        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>  [56c5304e6ca308f040ebb974aca2ae02138c33db]

        INTEGRATION: CWS changefileheader (1.3.196); FILE MERGED 2008/04/01 15:49:31 thb 1.3.196.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.3.196.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a433524ada447864701fd28f30fe2187df80b57]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 15:58:49 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [382902171529dba6b8ade1e6ae2a335aa809fa2b]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/03/31 16:58:13 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a01129b50078eaf0479f345d16e4c00e133b658]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:38:39 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a46998924afc827a95de28a58126193955a6837f]

        INTEGRATION: CWS changefileheader (1.5.92); FILE MERGED 2008/04/01 15:03:58 thb 1.5.92.2: #i85898# Stripping all external header guards 2008/03/28 16:43:17 rt 1.5.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88da6430da1cd82891e3f1a3e77b4fd4cd5cd994]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/03/31 17:13:53 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35275a27868ac3590b98f284982597b357354148]

        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>  [f40f075782965022de8ed0ee4187d0c515ef7bbc]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:49:31 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fda4b65a79f6a8c19bc622652300777221436c8a]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:15 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:39 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39e0252fa06982d68d7dd1fd1654042d9b86b182]

        INTEGRATION: CWS changefileheader (1.27.184); FILE MERGED 2008/04/01 12:55:23 thb 1.27.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.27.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d13afce1d8933f17dc5014aad0ee5a714fff762]

        INTEGRATION: CWS changefileheader (1.10.330); FILE MERGED 2008/04/01 15:29:53 thb 1.10.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:05 thb 1.10.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:53 rt 1.10.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a39525bd0da5857e6534e853b6a70d9d3540405a]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 15:49:31 thb 1.4.34.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c8b9635170d891b855102d96adac2a079ff935e]

        INTEGRATION: CWS changefileheader (1.7.188); FILE MERGED 2008/04/01 15:34:15 thb 1.7.188.3: #i85898# Stripping all external header guards 2008/04/01 12:38:39 thb 1.7.188.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.7.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94b1ae30bca6345b07f21bff9d559b61ac61d95f]

        INTEGRATION: CWS changefileheader (1.54.448); FILE MERGED 2008/03/31 16:58:13 rt 1.54.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26c1f848564316336042ccabf32f8cb963ec7305]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/03/31 17:13:53 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d9c9150de527e727bab46122a8ed4d7913e4d6d]

        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>  [5d17167ba3445097dc4c6b85107477efe0f48a90]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:16 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c22378192b8f571d08381c34fb321fe755d920d]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:51:06 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f508627487ac3a6df62c7a696f272752725fe73a]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 15:58:49 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e42675db3e5cd40ed622e509f93d79dbda411f5]

        INTEGRATION: CWS changefileheader (1.6.220); FILE MERGED 2008/04/01 15:34:15 thb 1.6.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:39 thb 1.6.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.6.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa02b18ae600a608fae481832b9dbdd6fe9027a3]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:31 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:37 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abf908fcd8ce645b29b037bbd97d9dbfd4dd52be]

        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>  [ffb7b88c757a29e438349b6acbde4688275aa2a1]

        INTEGRATION: CWS changefileheader (1.10.1202); FILE MERGED 2008/03/31 16:58:13 rt 1.10.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f7c28d2f433c018d9f76a38593b83cf19c60100]

        INTEGRATION: CWS changefileheader (1.13.140); FILE MERGED 2008/04/01 15:29:53 thb 1.13.140.2: #i85898# Stripping all external header guards 2008/03/31 17:13:53 rt 1.13.140.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaae67d5f1b9752e044097510523f6d5365614e6]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:14 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:39 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3552a2453391706bd44545c25b69f99302f01e90]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/03/28 16:43:17 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b03d9ef804ea1511a8837b721215ed5df065952]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:37 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5131bf13e4d974315dc20d13145e665cf5e64dc5]

        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>  [9c23cbe12d31d4c8e58f936097225d76f778af17]

        INTEGRATION: CWS changefileheader (1.35.14); FILE MERGED 2008/04/01 15:59:06 thb 1.35.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:23 thb 1.35.14.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.35.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66ed3f57ef15c4dac250385e003dcb03f1bae70d]

        INTEGRATION: CWS changefileheader (1.11.86); FILE MERGED 2008/03/31 17:13:53 rt 1.11.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d06e4676836deea7de5a78e8441a630162e7864]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:57:44 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da7f996c70930fe51effa29549b32de090d46e51]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 16:43:17 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5689ea15a9b4395d59ea37b8456a2fe22320503b]

        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>  [91e4d4006579ccd99d877b86ae1978779d5661b4]

        INTEGRATION: CWS changefileheader (1.33.302); FILE MERGED 2008/03/31 17:13:53 rt 1.33.302.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7a417158a36d8239cdc388fe8da05234bcead4b]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:06 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:13 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60fce5b2614edcc150f2c68d3678c85d0f4e61b0]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:14 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:57:44 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51fac01f929e8c96a0c81eced9a9fcdefe03f3aa]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 15:58:48 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [224dbd21a50aee106059276dc257453a0f813d2a]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 10:50:17 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:16 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e176920f27967ca868bddadf5e05d98a93ddfa2]

        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>  [e43f3d53c82a47365a5dbea3ebefbf0988879c7e]

        INTEGRATION: CWS changefileheader (1.5.492); FILE MERGED 2008/03/31 17:13:53 rt 1.5.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37d161447318d57092e798bf1e3371fff37163ed]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:05 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:23 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:12 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2952419278ee9113bb9bb55cb615bac041ee46f]

        INTEGRATION: CWS changefileheader (1.8.100); FILE MERGED 2008/03/31 13:57:16 rt 1.8.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25ca1ad9e2d845cadf834e6adb14a9de9e012485]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 15:58:48 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef6137940a0990a7ad9c2e26c26dc36075174101]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:16 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b385d7c98535dc1970f3b82ec96b3c0e75c04022]

        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>  [48b3fcbeefa693c9735803f71cb31312c9a05916]

        INTEGRATION: CWS changefileheader (1.51.448); FILE MERGED 2008/03/31 16:58:12 rt 1.51.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3c7d4db754954115e9e2d64edb74f8dc89525b7]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/31 17:13:53 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27d3dde7b0d81ac977706a86fd59f5f9d0a6b80d]

        INTEGRATION: CWS changefileheader (1.23.16); FILE MERGED 2008/03/31 13:57:16 rt 1.23.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d787327cff3f117bad5a1a987b0c76fb21b2d60]

        INTEGRATION: CWS changefileheader (1.2.238); FILE MERGED 2008/03/31 15:58:48 rt 1.2.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebef6b3edcf286035aea1af76596805136b2a9fc]

        INTEGRATION: CWS changefileheader (1.3.440); FILE MERGED 2008/04/01 15:49:31 thb 1.3.440.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56faa944ed3d5a5a935b5fbe5f1610ba1777584c]

        INTEGRATION: CWS changefileheader (1.4.92); FILE MERGED 2008/04/01 15:03:58 thb 1.4.92.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.4.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8db6709d22b50e0c9e2f58c99301ea549880d7d]

        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>  [d90b81069cd06c8b6608a67c00e7af5c85c79345]

        INTEGRATION: CWS changefileheader (1.24.240); FILE MERGED 2008/04/01 15:59:05 thb 1.24.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:20 thb 1.24.240.2: #i85898# Stripping all external header guards 2008/03/31 16:58:12 rt 1.24.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1f6d0d3c9c321833158a84fb4028ed70b87fd03]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/03/31 17:13:53 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e823f7048f9dac5f960bc16a653d713238342f84]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/03/31 15:58:48 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da5152e0ea823beb9c77d96935196532f6164dab]

        INTEGRATION: CWS changefileheader (1.21.38); FILE MERGED 2008/04/01 15:34:14 thb 1.21.38.3: #i85898# Stripping all external header guards 2008/04/01 12:38:38 thb 1.21.38.2: #i85898# Stripping all external header guards 2008/03/31 13:57:16 rt 1.21.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a39cd3573e4c63f7a121da22b0a8c28242249f97]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:51:06 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0542e6ef30c4b7243d15e127db9e12a7330cdf21]

        INTEGRATION: CWS changefileheader (1.12.36); FILE MERGED 2008/03/31 14:18:11 rt 1.12.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a42e401a05e7c393d7aa6d5b3015832650d87e7]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:15 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24a62e180b7511044c6d82be64b562c1fbf7cca9]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/28 16:43:30 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de594db5b5053fb781d27e5f59e81bac77e3babe]

        INTEGRATION: CWS changefileheader (1.10.78); FILE MERGED 2008/03/31 17:13:52 rt 1.10.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a7cd694b711299dfb7d73d8b944afeb05094c9d]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:58:12 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78e007d7a3ea7a05c101014793302d510747444c]

        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>  [329d1cf9b770579c2309bfd89e874807a20a1daa]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/31 13:57:16 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a37c2865dbbeb92dcc5a2e03f79248ba5586f169]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/28 16:43:15 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3aee8305e56af676feb31037ba843f641af1180]

        INTEGRATION: CWS changefileheader (1.3.450); FILE MERGED 2008/04/01 15:49:31 thb 1.3.450.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.3.450.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.3.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c272e3037501cb7620ff2cd76aba51ba85a99c03]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:27 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2388afc475f3db888490e4dce754d8e02018f035]

        INTEGRATION: CWS changefileheader (1.23.32); FILE MERGED 2008/03/31 17:13:52 rt 1.23.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1327ac8ac5dfd080ddb3b9e8e15280bc9a88e69]

        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>  [65315cd3f77595272ae946fa0fd8ea4b8629fcf0]

        INTEGRATION: CWS changefileheader (1.35.130); FILE MERGED 2008/03/31 13:57:16 rt 1.35.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1dec11385cd928094174d88b3dfc78a411f00fe]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:05 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14458ee90e4992980fb3874da96b4dd184b4f3e4]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:31 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6634ab3d4944e0a2170e89bca431992894df08b3]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:27 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff364bda9f20980c5aa836c63547306a5f32697]

        INTEGRATION: CWS changefileheader (1.13.100); FILE MERGED 2008/04/01 15:29:53 thb 1.13.100.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.13.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d94f3ff262e8429ad79d0333be1b5265522c9e82]

        INTEGRATION: CWS changefileheader (1.11.448); FILE MERGED 2008/03/31 16:58:11 rt 1.11.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e24f24780effbc018a93e5f6cc9184e39cdb160]

        INTEGRATION: CWS changefileheader (1.122.16); FILE MERGED 2008/03/31 13:57:15 rt 1.122.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [276856786531ddc00aac9ae62f868d19f7bd8f4e]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:15 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e78ce0336cf774850f490965e751ff03e1b079cc]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:31 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:11 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42965e02747aa432b6a80345e33f0ed851032ec8]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:27 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d14aa3b3626dd0603c4d6427eb3bd3fee0726e2]

        INTEGRATION: CWS changefileheader (1.22.88); FILE MERGED 2008/04/01 15:29:52 thb 1.22.88.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.22.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f55e715777cac102cd6c90a8a7feaed933707ad]

        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>  [82645a85a28854e4265e73d5daa252d646495e4f]

        INTEGRATION: CWS changefileheader (1.10.188); FILE MERGED 2008/04/01 15:59:05 thb 1.10.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:20 thb 1.10.188.2: #i85898# Stripping all external header guards 2008/03/31 16:58:06 rt 1.10.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8ffab47430515985931c947753d84377228ca22]

        INTEGRATION: CWS changefileheader (1.57.16); FILE MERGED 2008/04/01 15:34:13 thb 1.57.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:38 thb 1.57.16.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.57.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [429623c8afb02faf1d4d9f2ea0de5ffc5fdc0458]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:03:58 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:17 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f74f5559ede92c2becdba4d4d4e5473e5208e650]

        INTEGRATION: CWS changefileheader (1.54.34); FILE MERGED 2008/04/01 15:29:52 thb 1.54.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:04 thb 1.54.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.54.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a613d1096ad6c957230cde2d7eef882ca6ced602]

        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>  [26dc1df83353917b0f946dc282ad7ab102798705]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:26 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d51c45258dde24866a173fdd6505cb1e2f7666e3]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:58:06 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f13df631f628912e0a8432e6d186ef5166d75ce]

        INTEGRATION: CWS changefileheader (1.31.100); FILE MERGED 2008/03/31 13:57:15 rt 1.31.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e42c8f46a8e41de57588adaa7770e1d086d75eb]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:31 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b2a618216d8205a0f1d5ebb9cbe48f71bff380]

        INTEGRATION: CWS changefileheader (1.14.78); FILE MERGED 2008/03/31 17:13:52 rt 1.14.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24abcb3b823712bf4c18bb2f5ad9f720102081e5]

        INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/03/31 13:57:15 rt 1.4.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04164b4ada94a2a4d48cbaa738354c92e63b95b0]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 14:18:10 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da9025227a23529a756e715bd8b1a530504dd1c1]

        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>  [a4ba5a5e9fe259a6828c35bad4e93f16b5288523]

        INTEGRATION: CWS changefileheader (1.54.46); FILE MERGED 2008/04/01 15:29:52 thb 1.54.46.3: #i85898# Stripping all external header guards 2008/04/01 12:36:04 thb 1.54.46.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.54.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc5adf25a0118086c7de87a6c53ce1aac07caff9]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:15 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f2cba928ff81ef43aa45f9d32088b46324c4f1c]

        INTEGRATION: CWS changefileheader (1.11.220); FILE MERGED 2008/04/01 15:34:13 thb 1.11.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:38 thb 1.11.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.11.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d7049b1e6436c54a1d8de938ec27ebe4e5d0a50]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:36 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d19f4db15390b2d052c64a58d3f98643c530b140]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 10:50:17 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef493d7ca6e2ef2ea5fb7145ee5c680ade2ba5ac]

        INTEGRATION: CWS changefileheader (1.9.492); FILE MERGED 2008/03/31 17:13:52 rt 1.9.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [850f7a245490f79f8bc05e9e2aef6c8cee4797d2]

        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>  [f40e9e6fe5015211934cf915590192a39cb08478]

        INTEGRATION: CWS changefileheader (1.51.220); FILE MERGED 2008/04/01 15:34:13 thb 1.51.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:38 thb 1.51.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.51.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b771a301a516b2cd119278714ff035758a443cc6]

        INTEGRATION: CWS changefileheader (1.3.172); FILE MERGED 2008/03/31 15:58:48 rt 1.3.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d77a57509108bde426a07bbf17c2d3391695b5e]

        INTEGRATION: CWS changefileheader (1.23.86); FILE MERGED 2008/04/01 15:29:51 thb 1.23.86.3: #i85898# Stripping all external header guards 2008/04/01 12:36:04 thb 1.23.86.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.23.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1827e95560d83a4b809af2eb899221c2a98bcc0d]

        INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED 2008/04/01 15:03:58 thb 1.5.74.3: #i85898# Stripping all external header guards 2008/04/01 10:50:17 thb 1.5.74.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.5.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e05a8fb8399019e1e03254e7da88bcca035c0262]

        INTEGRATION: CWS changefileheader (1.26.448); FILE MERGED 2008/03/31 16:58:04 rt 1.26.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aafdcd8a003cf98a220141e2a9457a4f9561d511]

        INTEGRATION: CWS changefileheader (1.48.36); FILE MERGED 2008/04/01 15:34:13 thb 1.48.36.3: #i85898# Stripping all external header guards 2008/04/01 12:38:38 thb 1.48.36.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.48.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34afb1eebc611f73cdb2c8fe994afe4d80e5a621]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:51:05 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a71ad1e3256e499b66706209fcbe9151692f763]

        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>  [6e204426c9506b4d6a1f6611232a00cd0b457bcd]

        INTEGRATION: CWS changefileheader (1.11.328); FILE MERGED 2008/03/31 17:13:52 rt 1.11.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e40ac3ecae3a90fda0d4874edda649720b2b6dfc]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/04/01 15:03:58 thb 1.7.74.3: #i85898# Stripping all external header guards 2008/04/01 10:50:17 thb 1.7.74.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc8c950a8496399e27122c980bc48dd3c1842538]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:58:04 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed57b3e8afa8fc7e3dec61a403cea159049ecd60]

        INTEGRATION: CWS changefileheader (1.34.220); FILE MERGED 2008/04/01 15:34:12 thb 1.34.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.34.220.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.34.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db919c9e39bf0ab1012b697ff83a7a66ca46c47d]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:31 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbe0e17c2edfb60e14733ddf8257c92823a3dce1]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:05 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:20 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:03 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd4ec2df7bdbecabb19715d33138dc899abd99fe]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 10:50:17 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:15 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [035cd058453ac888a970b780408e5d057d17eddc]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:43:25 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4e860c0d939c9b765942ab435775ef67fbfb894]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/04/01 15:29:51 thb 1.12.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:52 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3575440acfcecaa4284bb639806f19132dbde6a9]

        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>  [10018f962afbcfd2ba1bbb7b5252fa3386522750]

        INTEGRATION: CWS changefileheader (1.23.448); FILE MERGED 2008/03/31 16:58:03 rt 1.23.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdefe020726ce088ece09a7788a34d31447352e4]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:25 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2307fccdca719c3f2fe9cfc48b7cd293e50adb82]

        INTEGRATION: CWS changefileheader (1.16.314); FILE MERGED 2008/04/01 15:34:12 thb 1.16.314.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.16.314.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.16.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [912735a1956f66e6c060f616f8ef8703e3c6e38e]

        INTEGRATION: CWS changefileheader (1.9.330); FILE MERGED 2008/03/31 17:13:52 rt 1.9.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a1c7b826c3d4df908d88ab9ed381efee58cd217]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:58:03 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06bc4d0816826b8524672bd33991dac7d5f3db9f]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:51:05 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5242e4179152cf1caa7efa661c782490799ee8]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:25 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd441ef5fac41fda9e564316710357a99e3508b0]

        INTEGRATION: CWS changefileheader (1.54.16); FILE MERGED 2008/03/31 13:57:15 rt 1.54.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b46dc7ad4d98936cb630e29106f8b211f66acd]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:30 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31a7ff8f9e0d311dd4fc4b63ff3373540e226965]

        INTEGRATION: CWS changefileheader (1.12.330); FILE MERGED 2008/03/31 17:13:52 rt 1.12.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e10ffe81cae23fdb3e3af4a9b6240f4f0cc57e1]

        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>  [a054c0d7c882ca42d4d59c9f4ef0403c20f0a3ba]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 16:43:25 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6371e409260c98b4f23229d1ea592920578fc07a]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:03:58 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:17 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [347d856ab7a0286a828fb088cf4b8219ccb1642e]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:59:05 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:03 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [258a087b18d0420839da7c81fafd181bf744d1de]

        INTEGRATION: CWS changefileheader (1.11.16); FILE MERGED 2008/03/31 13:57:15 rt 1.11.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce87cd56d502a334bfe1c1300d07d84519406100]

        INTEGRATION: CWS changefileheader (1.12.136); FILE MERGED 2008/03/31 17:13:51 rt 1.12.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8e3e6c5a07114ffaf9fb59840e4913a2674d9c7]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:30 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:36 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41039b66f0facc423de828040ba6dbafe12413b7]

        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>  [76563235c349d366f508961ab0b111761e4e2007]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/31 16:51:05 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74f7c8f029ea42868caf60578c18a60dfb89f0a2]

        INTEGRATION: CWS changefileheader (1.7.94); FILE MERGED 2008/04/01 15:03:58 thb 1.7.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.7.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.7.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48587ef158f685281fd3b63c71184a6171431a1e]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 16:43:25 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc64302cf498d9d99dd8f868f2cad0de03012cac]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:59:05 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:03 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91193a92511bd0d760926dbd371c4c6832c5eeb6]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/31 15:58:43 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea513119a8de64bc6a12c511c58598f138f4a4f1]

        INTEGRATION: CWS changefileheader (1.40.220); FILE MERGED 2008/03/31 13:57:15 rt 1.40.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4c85b55c50abe02bdfc99218125c1bca9f81e02]

        INTEGRATION: CWS changefileheader (1.16.134); FILE MERGED 2008/03/31 17:13:51 rt 1.16.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f98fee13a864d545a517fff6627c97d8e49ca9da]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:30 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:35 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b8c1392ca044e588f442720147a2ee0783fe5c2]

        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>  [0d88cab808a0ad9f747e0db436a8fc393aa283dc]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:03:57 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4868e0b2992241f11eb11a715dd07228e6bc0343]

        INTEGRATION: CWS changefileheader (1.27.448); FILE MERGED 2008/03/31 16:58:03 rt 1.27.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87892addd3d7a276833e86fb78d9c6440b8fada4]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:42 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c05b0a6148cbadb7049dba7846a4dc74c5c72cd2]

        INTEGRATION: CWS changefileheader (1.42.24); FILE MERGED 2008/04/01 15:34:12 thb 1.42.24.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.42.24.2: #i85898# Stripping all external header guards 2008/03/31 13:57:15 rt 1.42.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8da17170dff322d1a3f2aaf04d86beb3b7857d44]

        INTEGRATION: CWS changefileheader (1.22.134); FILE MERGED 2008/03/31 17:13:51 rt 1.22.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62812c7db145f4ae124cf5631630a1be11267e8b]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:03:57 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2fdf04f48e4582bdf26941110013ca4231a95f2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:43:25 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e694e9351456e4768cd6667a584f2c15aab81515]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:04 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:03 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44e09b340b0219cfbeda4bb0df990da7d7ee71ee]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:42 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f0cce4af00529d537c413e774cb8ba42339f08f]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/03/31 13:57:15 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61c820ec43ebe7a815353f74c0625eb54693d657]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:30 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:35 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db34541971d40f7648f5d31d833c3e30b867b702]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 12:36:03 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:51 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e249788325e85522bcc15a7fd5023a6289b022]

        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>  [3f9c68b81b923ad21ee21c82a9e7cc31b2c1ac3e]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:14 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae659b635c1a4401bc536966a255b1be1e1878c7]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:03:57 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1227f0f3c92dfce2fec97cb1b388fb9ee78786c]

        INTEGRATION: CWS changefileheader (1.20.184); FILE MERGED 2008/04/01 15:59:04 thb 1.20.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.20.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:03 rt 1.20.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7b8468205c8f9069fbb534162063c654cce899d]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/03/31 13:57:14 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [111546ad276cb8e2ef74d9f1e94e172ff8cadb26]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:13:51 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e93c00a4997050928be5c7a19086c03fb62b6740]

        INTEGRATION: CWS changefileheader (1.13.32); FILE MERGED 2008/04/01 15:03:57 thb 1.13.32.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.13.32.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.13.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb084106624d90e0ecfe530dcd045764bcb231a5]

        INTEGRATION: CWS changefileheader (1.56.58); FILE MERGED 2008/03/31 16:58:02 rt 1.56.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85b546cdee16a2fd8ad6a3af0d88509ebc64612a]

        INTEGRATION: CWS changefileheader (1.4.226); FILE MERGED 2008/03/31 13:57:14 rt 1.4.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ac185c36afda56d42cfe0b007ba968f137b8093]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 12:46:35 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [964f7c760370fee143a007469e649627774bee02]

        INTEGRATION: CWS changefileheader (1.86.34); FILE MERGED 2008/04/01 15:29:50 thb 1.86.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:51 rt 1.86.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13d19dabcbf753548b007ff2f11fa85a6cc6d3fd]

        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>  [525cb071a62a2d1a1dce71c6f3358829e2780244]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/04/01 15:03:57 thb 1.6.74.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.6.74.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f98f4f4b6dcd75c9dc93a94fb720bb430351e431]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:24 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [031635d42622edff069a9c527844fe1acf58c480]

        INTEGRATION: CWS changefileheader (1.26.58); FILE MERGED 2008/03/31 16:58:02 rt 1.26.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8958fdad178359ce250b403bc7ab1067bca998b5]

        INTEGRATION: CWS changefileheader (1.8.226); FILE MERGED 2008/03/31 13:57:14 rt 1.8.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aed9fa6fc8ee5b295f3f7f74fb2c96cc840428b4]

        INTEGRATION: CWS changefileheader (1.41.88); FILE MERGED 2008/03/31 17:13:51 rt 1.41.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5830de5ff4044f9b764d02653bedbf11d8469a12]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/04/01 15:03:57 thb 1.14.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.14.20.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dcb1789ac2ec87edd6ea2d14eb7f2c2f9f72d7c]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:24 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaeaf94fe6539287f594818ab00c6fc8119e2c3e]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:42 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf112998ca8908b614fa4044e3621843087fa3bd]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:58:02 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e6df8cfb738ad54c61c989125fe8ad64ed93231]

        INTEGRATION: CWS changefileheader (1.8.130); FILE MERGED 2008/03/31 13:57:14 rt 1.8.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dba775d028de79b171744f59515ff74452afecd]

        INTEGRATION: CWS changefileheader (1.51.88); FILE MERGED 2008/03/31 17:13:51 rt 1.51.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73fe07ee78204b09b1ee40a61feec4f4eaba1bd0]

        INTEGRATION: CWS changefileheader (1.8.44); FILE MERGED 2008/04/01 15:03:57 thb 1.8.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.8.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.8.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37f66f8c475806d1d1aea4b32ae536513ebc97e9]

        INTEGRATION: CWS changefileheader (1.20.58); FILE MERGED 2008/04/01 15:59:04 thb 1.20.58.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.20.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:02 rt 1.20.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a33757d9c07010a6b515ecd11bad856d263577]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:42 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7867f9a31d141f797cdb901c9f94d46b0e99f513]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:24 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acb65709e83cafe3dd5861bbfc2e8406980282a1]

        INTEGRATION: CWS changefileheader (1.4.350); FILE MERGED 2008/04/01 15:49:30 thb 1.4.350.3: #i85898# Stripping all external header guards 2008/04/01 12:46:35 thb 1.4.350.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.4.350.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3a2f3d11e9e4e3a532067067320acb34b7d628b]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:57:14 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad843e478343e83d110772cc68c875318d5c3ace]

        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>  [b19b7376f8cb50027da3d867790892625dc52731]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 15:29:50 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:51 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfe84acf2235123a91041bcc88704ba6d08473c2]

        INTEGRATION: CWS changefileheader (1.28.58); FILE MERGED 2008/03/31 16:58:02 rt 1.28.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [676f42bd5bbfc12473798dcee5efa6324639a53a]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:03:57 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b46c0369232ef06ee6833d849a1160877d61005]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:35 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2143c562962716cdc5f289759dc9d3a94fc1641e]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/03/31 13:57:14 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b779e73457faa217becf2308587272cea61e704d]

        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>  [c345378140729dfb358fb2db72e573e52525152a]

        INTEGRATION: CWS changefileheader (1.14.330); FILE MERGED 2008/03/31 17:13:51 rt 1.14.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2914d0920e84439744669d7206224a499c0d7699]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:43:24 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab8cac7d83853bb6f676372a4039109a6a1ca221]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 15:03:56 thb 1.6.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:14 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9116a6cab8ede62b509a0c7be9aecc5ef99936b6]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/04/01 15:59:04 thb 1.3.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:02 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e788893eac2a27c75237a3953a25f0e6886ff48]

        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>  [e68c9590975a9c37c017cc7e0f8e2f494199078e]

        INTEGRATION: CWS changefileheader (1.31.140); FILE MERGED 2008/04/01 15:29:50 thb 1.31.140.2: #i85898# Stripping all external header guards 2008/03/31 17:13:50 rt 1.31.140.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a056ec466ed2141486f11eadce8f1599690a7c8]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:04 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe3e6fea4e8033b3f2b5c35628cca894e581761d]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/04/01 12:55:19 thb 1.11.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:02 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32df265cb04b3215409720d5c29313ca348fcb97]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:03:56 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc1c04860bc59787f3c38e14c2ceaac209e74829]

        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>  [51f2cf228367be9332ca1bf9e50839f9d0cd9fab]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/03/31 17:13:50 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4800b56468c1de750769b011e5048078ea6b6fb6]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:59:04 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:58:02 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29579b2c6d51b6ea5ce0b24b92743076c2efe9a2]

        INTEGRATION: CWS changefileheader (1.3.116); FILE MERGED 2008/03/28 16:43:13 rt 1.3.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c2fa85815f79e75a2ccd965262cac7b4a010983]

        INTEGRATION: CWS changefileheader (1.3.446); FILE MERGED 2008/04/01 15:49:29 thb 1.3.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:34 thb 1.3.446.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52b76aac73d0c5cfd5dd9195e5041f815f65268b]

        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>  [e6beb5c7fe41f55b74ddb2e1b86e890e94f801b2]

        INTEGRATION: CWS changefileheader (1.40.86); FILE MERGED 2008/03/31 17:13:50 rt 1.40.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9e765bce2d75d38a52e83a895a961e48844979b]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:12 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ab2c951daf15cb8d9062969941008700552e80f]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:42 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cab2dd9303d7d4bda3d7e3d0eb8fa60ccfc9342]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/04/01 15:03:56 thb 1.4.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.4.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52dbecdd669bd685546a22b467368ed391976a49]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:59:04 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:19 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:02 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a70c4c5104cd662829addf443c1e2bb09457aa35]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:49:29 thb 1.3.36.3: #i85898# Stripping all external header guards 2008/04/01 12:46:34 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ea4af362e052af78ed7cb0097bf67f484cfeb56]

        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>  [34d116f55a93bd0fea94b732b537b69abeb9eab8]

        INTEGRATION: CWS changefileheader (1.71.34); FILE MERGED 2008/04/01 15:29:49 thb 1.71.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:50 rt 1.71.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7bdf8d9e8bb8613a3679e913b3211fafe1f6ba6]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:51:04 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c956c6c05cf07759f2523d5c9e25ef440a0d334e]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/28 16:43:24 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [110b7585a72f01489ee2338e5da4a7e325c26f60]

        INTEGRATION: CWS changefileheader (1.52.34); FILE MERGED 2008/04/01 15:59:03 thb 1.52.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.52.34.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.52.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51c40bc727641940476cb810ad04ff2b9e9787e9]

        INTEGRATION: CWS changefileheader (1.9.44); FILE MERGED 2008/04/01 15:03:56 thb 1.9.44.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.9.44.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.9.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e3970c63066d0e8784c1e96f0c28ba856568e62]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:29 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:34 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f19b5a0ca23e2aeaeafddb00cfa603c0962cf8aa]

        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>  [ea4e78e6cec25b47c68e4c62373ef32cb9bdc7c1]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:04 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c78018c1c0d87eccf36b3cdac5431b72408522c7]

        INTEGRATION: CWS changefileheader (1.24.300); FILE MERGED 2008/03/31 17:13:50 rt 1.24.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4b33a270c5eb74fb33e093a2725485cca30c119]

        INTEGRATION: CWS changefileheader (1.23.448); FILE MERGED 2008/03/31 16:58:01 rt 1.23.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6921429d03248b57834eee44ebd590d548cdf992]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:51:04 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [871e6cca413c5805366156b9920f0a468c96cf97]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:03:56 thb 1.3.94.3: #i85898# Stripping all external header guards 2008/04/01 10:50:16 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73665e196a86d146db75e5f6275177b30a43db94]

        INTEGRATION: CWS changefileheader (1.20.34); FILE MERGED 2008/03/31 17:13:50 rt 1.20.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ce8a947632eb313d769d02ffe37f60909d2a485]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:59:03 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c2a8c98732292e02f22ae7374c1fff8f562aa40]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51a4e0d93a162c2aa4049f9945b6e71760950fa7]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:59:03 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9080633d505b26a0f969b84dc3b108b94917a49]

        INTEGRATION: CWS changefileheader (1.8.240); FILE MERGED 2008/03/31 17:13:50 rt 1.8.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffca2a6588417e95ed137ac73b527aa6c454c51e]

        INTEGRATION: CWS changefileheader (1.19.58); FILE MERGED 2008/04/01 15:59:02 thb 1.19.58.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.19.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.19.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24427061ea4cbae0d4ecd2b8786440c7b1599710]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/04/01 15:29:49 thb 1.24.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:50 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d00b0110102b3f1c2a41cfcffe7057ef1439a9ea]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:43:13 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70722d6ad36cf98637859e6398b403e4fd190fce]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:43:24 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d623f1c31c70cb30ffe43a0c96ba696831fafdb2]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 15:58:42 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [559c64458f35c86b79cb158a59cddadfd60291d4]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 12:46:34 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 14:18:10 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9713664799003ded8dca41840fdf73d31535abdc]

        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>  [a3548e5bf18e5eeb53eaf428bffd6969ba083f26]

        INTEGRATION: CWS changefileheader (1.24.448); FILE MERGED 2008/03/31 16:58:01 rt 1.24.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4331c4a3f9e98516ed7a327dc8c15a666733acb4]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/04/01 12:36:03 thb 1.9.146.2: #i85898# Stripping all external header guards 2008/03/31 17:13:50 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [043e815ae8e0d9f4248fb62a9d9740da4c798eda]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/31 16:51:04 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cea17c6676c583540897093324accf0f9c6cebd5]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 16:43:13 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b868f504b44801a61c95bed339aa308193e2c491]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:24 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b3240bc5495f2f05c3dad9807fdf7bcdaa2bbdd]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:29 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [210b3f8cd2afdcbec2d1e490133f3ba8ef6b54d6]

        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>  [88e16ed2929c5a5b83b49d9f1babd6ea63ccd6ac]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:59:02 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c36b02aae41531e4f0b03250af02d5788f3fdbf]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 15:58:42 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [771e4d5b2b75bd56bc0ed94afdf47fee3ebf6ae9]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ecfbb2d48c0b5ed3fd93de4a433f9c50e5f4aba]

        INTEGRATION: CWS changefileheader (1.26.34); FILE MERGED 2008/03/31 17:13:50 rt 1.26.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372bb7b8d41458cde7aee775bc417a7d8ab7457e]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:23 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b581d9b305d20246f53b02cf3a87a8f044403ba]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:29 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:34 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a4fdd3894c9e727a40aa23f18d26daeddba465a]

        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>  [0029a8ff016350c815061879d3cd821ec2a80f65]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:59:01 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b8fb281b88183f4dd3ec205bc758007cb366159]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:03:56 thb 1.2.126.3: #i85898# Stripping all external header guards 2008/04/01 10:50:15 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1887b5c8d0b1302935d4704df637109fc8fe477]

        INTEGRATION: CWS changefileheader (1.31.32); FILE MERGED 2008/03/31 17:13:50 rt 1.31.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baa26c61b87c717d8427cf9ac81a8e05724f6941]

        INTEGRATION: CWS changefileheader (1.2.368); FILE MERGED 2008/04/01 15:49:28 thb 1.2.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:33 thb 1.2.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7000b223ab0e7af1e4f2f53cf2dfa51e5d9ca5a]

        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>  [23c18ed3bf49fd142effff80930720385cf07c7c]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:41 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6d36cf9612b3fcf2266ee96577cda7d1333b3c7]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:24 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f506906f240a1525b0223a0a1b3d5f13c3e9ce89]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:58:01 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1440c58ed7fe24b4bf692e0af907b188abdb54c]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/04/01 15:03:55 thb 1.3.94.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0af965d70fdeb276a033417fb1289ca9cf4e2ae]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:23 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d568f9ff5881d83570615ff47409e163c374ba71]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 15:58:41 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7088504ce22157868b3117eeab75e7c7256b77da]

        INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/03/31 13:32:24 rt 1.3.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13571e515ce1151c148c78a0d452b1efcbde84bd]

        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>  [46c653daefef01e956d59af22172bd9d8c479e2c]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 15:59:01 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 16:58:01 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fc04c55543f50aebff8877bcae65a2ff60f7bbb]

        INTEGRATION: CWS changefileheader (1.30.10); FILE MERGED 2008/03/31 17:13:50 rt 1.30.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40e839614bf742091e8a87f2e8eac132b8d5f749]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/31 13:32:24 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e566186535f11614da4f4451dffca2a4f3207d2d]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:58:41 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43a0a85897049efcf78ef1dabd1c329428e95846]

        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>  [bfe86e57e386905b5ce17a687a04f5968b82099b]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/04/01 15:59:01 thb 1.13.58.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.13.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:00 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f7128a49237c68469c7aab09584fe43c24e43a4]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:29:49 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:49 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [262cb48a3b050f07c2feb0d6bd80a0730efeb485]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:28 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:33 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54a6ffb3768e5304cefbad9b977594ae172744ac]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:41 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01de3519bd787e5e619addde08ed340fd236592a]

        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>  [d1816986df6a998783bf5a906970174d8bb00267]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:32:24 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d2e365328fce15d55642feaea51e61c9eafe7e2]

        INTEGRATION: CWS changefileheader (1.34.448); FILE MERGED 2008/03/31 16:58:00 rt 1.34.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a17ccd836ef38e0d6a6a86ec9c96eb2d0d251d6]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:11 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09dc8bf73f61f8a82f0fb5b74c0c52eecebcf7d2]

        INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED 2008/04/01 15:03:55 thb 1.2.126.2: #i85898# Stripping all external header guards 2008/03/28 16:43:13 rt 1.2.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ecf40fdaab12be67fbe8c82cff24f32fa441db0]

        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>  [5ab7d7dde005a93f4c9b1fe5aa2e1f5cd1599854]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:28 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adb72719db475c8bb185189a29f569bc66145c1f]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:23 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df4f6ee244307e3304cbf4caccef3c2eaa656f09]

        INTEGRATION: CWS changefileheader (1.9.214); FILE MERGED 2008/04/01 15:59:00 thb 1.9.214.2: #i85898# Stripping all external header guards 2008/03/31 16:58:00 rt 1.9.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c7fc334d0865e3354be2abf624851af1dd11729]

        INTEGRATION: CWS changefileheader (1.41.34); FILE MERGED 2008/04/01 15:29:49 thb 1.41.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:49 rt 1.41.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e9d95cd71a57ba9cc41f9801afba8382429a1a]

        INTEGRATION: CWS changefileheader (1.11.28); FILE MERGED 2008/03/28 16:43:12 rt 1.11.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b403215a2b5bb2750af1154d67a2c51095ccd68]

        INTEGRATION: CWS changefileheader (1.3.148); FILE MERGED 2008/03/28 16:43:23 rt 1.3.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a7c9947b585318ec16e5139ba8074b864b35db]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 15:58:41 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af7a51196d77d2295b924ba888821e2d063cd219]

        INTEGRATION: CWS changefileheader (1.22.182); FILE MERGED 2008/04/01 12:55:18 thb 1.22.182.2: #i85898# Stripping all external header guards 2008/03/31 16:58:00 rt 1.22.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f18c6c5da773bc2f08bcfd4ce61628fa2e78440]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:23 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acd11187cf643338dc85a1bfc3b4a973e92d2cc2]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 17:13:49 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1602e965c5202471f1b294d794d66ff8ccb9cbca]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/28 16:43:12 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f2e287c687113dad92907856b9f9e55474f32c1]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:41 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45da2d8a26b76fa5ea693256947820077327f179]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:47 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:17 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:23 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7feee6d34e4f0aee5e002cbbeec624d740a43f4]

        INTEGRATION: CWS changefileheader (1.3.492); FILE MERGED 2008/03/31 17:13:49 rt 1.3.492.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dba285519029fc6bc40a6277484fdd55e4a5c6b]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/03/28 16:43:12 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04df9b8e0c3fc4fb23d8e229141d40f75c17f54a]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:51:03 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80c5b8231fa40fd21ff1c9ed9a45d1f7919644a5]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:43:23 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60f28fcb941af20e2ddf75e0990a32b65b0f308d]

        INTEGRATION: CWS changefileheader (1.3.212); FILE MERGED 2008/04/01 12:46:33 thb 1.3.212.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.3.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a1f8e1d712ee99e710ae2f319d40652546a4767]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:58:00 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [814ec07afea8c31220b454b37634fd1d00c9447d]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:32:23 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c146e3814065ecfd0c3ed30947e7b010c3272e9]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:41 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38b485e3ccf3302e3076d40954b18b406992a531]

        INTEGRATION: CWS changefileheader (1.18.88); FILE MERGED 2008/04/01 12:36:03 thb 1.18.88.2: #i85898# Stripping all external header guards 2008/03/31 17:13:49 rt 1.18.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad36af70597da73c9cb0b72af4b29a2bf66f2aa5]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:43:12 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf04e2d0dc4e458bd18e20d5ea78bcb47049faab]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:43:23 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6345922463bf09fb5c9098a3ecc4b189c34baaa4]

        INTEGRATION: CWS changefileheader (1.19.240); FILE MERGED 2008/04/01 15:59:00 thb 1.19.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:18 thb 1.19.240.2: #i85898# Stripping all external header guards 2008/03/31 16:58:00 rt 1.19.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be1e112a36b4e1c6df4a00806f6574a3fc1674c9]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 15:58:41 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96c2840823cbd94a65423ef9ce5e0c4b4fbd90e9]

        INTEGRATION: CWS changefileheader (1.24.88); FILE MERGED 2008/04/01 15:29:48 thb 1.24.88.2: #i85898# Stripping all external header guards 2008/03/31 17:13:49 rt 1.24.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec2d37aeb772a32749151a6bd5136ad2d44400b1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:51:03 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1f7d9bc98ed9ffd5e483f1b61dcafe9300fdbb1]

        INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED 2008/03/28 16:43:12 rt 1.2.170.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [942111b4968513cfe0065ebc69e97eb5cd6cbc68]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 14:18:09 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0232531bb60bbcbceeb8c4f46f1fbb56ac29e44d]

        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>  [a41158e2ac1a0d913768c9475775e06e91547b7e]

        INTEGRATION: CWS changefileheader (1.29.446); FILE MERGED 2008/03/31 13:57:06 rt 1.29.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cdf82224515847738ebad13656a6bf00a809e29]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 15:58:59 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/31 16:58:00 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8994bece4836a06349bfd37882bcda1638832d50]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/04/01 15:23:47 thb 1.7.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:17 thb 1.7.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f48a66aca7e4470be94db24668e9997372743b32]

        INTEGRATION: CWS changefileheader (1.21.240); FILE MERGED 2008/03/31 17:13:49 rt 1.21.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e28b611d2d6650f3b7a830e4ed11cd1430410acd]

        INTEGRATION: CWS changefileheader (1.2.156); FILE MERGED 2008/03/28 16:43:11 rt 1.2.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3233eafab5c9133dfeb6fb48d64533287aa462ff]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:57:06 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b61b38cf4db80fc821db293ebb2c87efcefdc9bb]

        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>  [78052ab992170f64a5545bb1968c8d02c5e72ef8]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 16:57:59 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6c176fc88560e300187eaf91c941c0aa7839f52]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:33 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34f0fa28d6702b0aa99794278947dbdca06bdf49]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:10 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e951b0c568b258aef6145de310697d347e6a0a3e]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 12:33:17 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31ea2d0594a8c23867d586a6a5f288a7196dddb6]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:49 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [923b1861b55eac08118a641778b0b7242ac1781f]

        INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED 2008/03/28 16:43:11 rt 1.5.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b0855e89b7399963ef5ddace0b2b35dd953d52a]

        INTEGRATION: CWS changefileheader (1.10.448); FILE MERGED 2008/03/31 16:57:59 rt 1.10.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e114d54a2f464f44c455f7b63495273a2c87351f]

        INTEGRATION: CWS changefileheader (1.5.394); FILE MERGED 2008/03/31 13:57:06 rt 1.5.394.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fc6d408de882685cf79b0e2da4360f40fa40b65]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 12:46:32 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a3339a96c2da2722118cad3e869b0840abb56cf]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:46 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:17 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9ab6f18dedba78ad87aa383bfca7f21bf829bac]

        INTEGRATION: CWS changefileheader (1.9.700); FILE MERGED 2008/03/31 17:13:49 rt 1.9.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59890d3d4c17636b209905230cc25321cffd42e2]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:51:03 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ccb92df1f2e1bc843dc7165ee2ac682e6c4e3c3]

        INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED 2008/03/28 16:43:11 rt 1.4.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39b6ec6e0e35dbae4f07fc9744ca59a833245e36]

        INTEGRATION: CWS changefileheader (1.5.112); FILE MERGED 2008/03/28 16:43:23 rt 1.5.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5c9aeaace5dfe442ecc4d2b06ac7019bea64cca]

        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>  [a9423daba9cfe83d2dd32ea7fc5143043e7b2693]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:57:06 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d12a12aea04ff9af96048886d0aef67713c47793]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:59 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d0afb8d648fd6def47eb58cf9a382c54a2ac286]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/04/01 15:49:27 thb 1.2.466.3: #i85898# Stripping all external header guards 2008/04/01 12:46:32 thb 1.2.466.2: #i85898# Stripping all external header guards 2008/03/31 14:18:09 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465efaf86e83bfa841f096c7988296bdacd6ca7d]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/04/01 15:23:46 thb 1.7.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:17 thb 1.7.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8b01a966c37e23babc95575d82c99bdbcd66c24]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:13:49 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5eab37d5c1552e989cf28088629083b51106dd1]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:51:03 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7bfcb962295258534341b59f15aa326ce061b73]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:22 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [132e96566f5d6cdd5b35df649a9d5ed6e84d2ad9]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 13:56:57 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20527ac7fb766963bbb22da87347c6b81160d5c2]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:55:18 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:59 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01fee4ef2e06a8caba20d13580aecee7272870ef]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 15:23:46 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:17 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87657df21df0779a12729d13b2018bef5e1179c9]

        INTEGRATION: CWS changefileheader (1.39.34); FILE MERGED 2008/03/31 17:13:48 rt 1.39.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f1afa932760fb9d5182f3d8475bb4a10f51f972]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:22 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c678f5ca801706124512987a64ba0b3530abd0a0]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:58:59 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:54 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45f6ade69b312ec725941e6b70fb7a21d26c3936]

        INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 17:13:48 rt 1.6.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [780452f2648f86ce14f44b305f8b2b20f0ad766a]

        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>  [836fc32f33f8f42fea2d17c590bbc7861fbf31a8]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/03/31 13:56:57 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e63b30e706222c53d40eb9d88b3a83995e5cfd0a]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/31 16:57:54 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9924742a83d80db37ae7b0cb9b376fc30b4d7ba2]

        INTEGRATION: CWS changefileheader (1.5.554); FILE MERGED 2008/03/31 17:13:48 rt 1.5.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60b9a788fada0dd3d6f62c1baa7e7158e4485905]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/28 16:43:22 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c16ace96f82b3014a5d0a3b7ae4d79b7f9c2ad9]

        INTEGRATION: CWS changefileheader (1.9.1202); FILE MERGED 2008/03/31 16:57:54 rt 1.9.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1506383f02444b4aef8b013da6890a4c64a0d1a]

        INTEGRATION: CWS changefileheader (1.4.554); FILE MERGED 2008/03/31 17:13:48 rt 1.4.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4144d40aa257f61516933116cc11c0b60a47cc3]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:43:22 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f50e341bcd0745d8c76539feb804b4874b5dc61b]

        INTEGRATION: CWS changefileheader (1.43.38); FILE MERGED 2008/03/31 16:57:54 rt 1.43.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa067685109e6e56f47c075861fa7e92661e71bb]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 16:51:03 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c893385ac192d358235650255f98b721ce7c95e]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:22 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c8b4f6196def82fcce1fa7cdee6bae75dc79d4c]

        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>  [6c64177c10ed7889973f9f3e0a5900639aed5901]

        INTEGRATION: CWS changefileheader (1.8.358); FILE MERGED 2008/03/31 16:57:54 rt 1.8.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b0ef44c2abfbf9729a29ab89fc497f785452a80]

        INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/03/31 14:18:08 rt 1.4.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9291febfb9fd3c781c3840b52c1dc671a4cf041]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 15:23:46 thb 1.8.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a95fb406ab4293949182f23caf3d8d2847c7bafd]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:43:22 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c42588e962cc64cad226ed91aeabbae6fe01288]

        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>  [def56f7bdf61bfcbba3f99298796495d3299dece]

        INTEGRATION: CWS changefileheader (1.2.732); FILE MERGED 2008/03/31 14:18:08 rt 1.2.732.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0f9ff8a0302b8b0d43e6a553731c0b40866671e]

        INTEGRATION: CWS changefileheader (1.9.226); FILE MERGED 2008/03/31 13:56:56 rt 1.9.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f180cc55bf322baa4cd1caeac10731207fd2382e]

        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>  [bfa3b067801e456a9ad2c3850d4dacae80b4cc2a]

        INTEGRATION: CWS changefileheader (1.38.242); FILE MERGED 2008/04/01 15:58:59 thb 1.38.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:17 thb 1.38.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:53 rt 1.38.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00fe5e9ca85b4f5cdd2174f9bea0a201f5601a71]

        INTEGRATION: CWS changefileheader (1.17.238); FILE MERGED 2008/03/31 15:58:40 rt 1.17.238.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [466754f7911c605c9e441e7937e2a91f1e210f65]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:16 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f84738058fef51f737a4fe828d2675f4234da73f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:51:02 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fac4287c01af1ea3c87f31b7532652e0a569cc81]

        INTEGRATION: CWS changefileheader (1.10.338); FILE MERGED 2008/03/31 17:13:48 rt 1.10.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1095988cf7835b756889f95dc13da3bbf364d51]

        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>  [7e46ea97c84f6c076074cf910ef7237f6ba996aa]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:27 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:32 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01a2a54a0ce4afa3e6e6fe86550ebd0daff6c79a]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/04/01 15:23:45 thb 1.12.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.12.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc9695c33b058f81aaef00ff2a3f515478c26365]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:40 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab0acc8f63556b6af00406022b4460e6a5c395f9]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:51:02 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62a9d202c539f1514d7c7751ddff47293bf799f6]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:43:22 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [944010e75e66b77b16e0b36b274500768104074e]

        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>  [7137daa45f9fbb9d86888a9904cd89c8992eaecd]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:56 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2aa79b5c58006f7f18f4c72b5e8fd1007a77c882]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:49:26 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:31 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fb3f26b929383a55bffccdea693ad1da07c9403]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:40 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da9865ee05c87fe2d3a6b112d4ba30d63465065b]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:23:45 thb 1.2.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f0eaf3bae7c9160e4c60b7a09869d99d2db9127]

        INTEGRATION: CWS changefileheader (1.17.186); FILE MERGED 2008/04/01 15:34:11 thb 1.17.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:37 thb 1.17.186.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.17.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d1ac81dcad8cafdb9272149271820a5d1a35cb8]

        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>  [1e5ed5fa856bd76f4114cea7a2f75733ab76cdb9]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:21 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d12ff3b97fd13344ae045252c2e6031f3d76a0]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 15:49:26 thb 1.6.638.3: #i85898# Stripping all external header guards 2008/04/01 12:46:31 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4e6315e9666c3dc94b43f8836aac4978af4df0d]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 15:58:40 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93920d17100d2aed75afdd82221ebed070b67803]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:43:21 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4f99dc9025e5456e3387d7a9f816032729aec7c]

        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>  [08cb826ddc4e316b944595d4f089f32fe55595f5]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:33:16 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ec05a10a0e0c0cb07c8979a24617a6c72a351a0]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 12:46:31 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c57b0fbd157c3e5255a62cb17f83328ee53ca10]

        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>  [b5f6b1308a6f5c93efda88899c52cc7c3613fe59]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:23:45 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:22 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd74d4deca71c01614b9052fc02e8d1fffdb6383]

        INTEGRATION: CWS changefileheader (1.16.440); FILE MERGED 2008/04/01 15:49:26 thb 1.16.440.3: #i85898# Stripping all external header guards 2008/04/01 12:46:31 thb 1.16.440.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.16.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76ead6631689f36f8ff20554873ef3a965b0a55d]

        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>  [dcf29ff4ea6f07c047583388e7051c65a8031d34]

        INTEGRATION: CWS changefileheader (1.20.120); FILE MERGED 2008/03/31 15:58:40 rt 1.20.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c273a5698645c5d13a0020075d1a4fec8ab800e5]

        INTEGRATION: CWS changefileheader (1.34.448); FILE MERGED 2008/03/31 16:57:52 rt 1.34.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [892a7cda24d92283c2f2a7441ee4c1841387f026]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:26 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:31 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4bfe809cea09ab3753e1442d0638b353c39bfed]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:40 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21fc1287cef41b1f5ab5f2ebb4bb9758f39bf85a]

        INTEGRATION: CWS changefileheader (1.13.50); FILE MERGED 2008/04/01 15:49:26 thb 1.13.50.3: #i85898# Stripping all external header guards 2008/04/01 12:46:30 thb 1.13.50.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.13.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [676ee4eba4570df1841a946df083af5ba51c02fd]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 12:38:36 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd7bb0d6fcd6e64f79a57c5f8d6a854985ab0dc3]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:58:59 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88e134c706d90f5799234b3a1336c1b602956828]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:51:02 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f7c2f73ddabe64a04e75a40bc83c5d23af7dcbc]

        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>  [ecdacd4675e9555f449b14381da58f98164dde39]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:34:11 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15de4f9f17f2d121b7873651dfc68205341724c7]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:52 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31f29324225cc456d54e76ff177cbdd6da98e641]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:23:45 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21185e5c16936ba07d6c1baf760dc5c1e103d04a]

        INTEGRATION: CWS changefileheader (1.4.852); FILE MERGED 2008/04/01 15:49:26 thb 1.4.852.3: #i85898# Stripping all external header guards 2008/04/01 12:46:30 thb 1.4.852.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.4.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d3a0c6ff91d82e7fbdcf261e4a359b1787067d9]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:09 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdae0e4e06167e78950d4799c739aa834fda0f12]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/03/31 13:56:56 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f57056dc027ec4ae923750ad9188d006408cab5c]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:58:58 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:17 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a05f5c5725df20bd229474b9efa7fb9a41c7ecf9]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 15:49:26 thb 1.5.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:30 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3784b3d9a69aa3b7bf3841367c5d1a612ceeba44]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:43:21 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461937beef7035c7c78b4185bc2351d191965354]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:45 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:16 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04a1f366f945b4a09de0898146a1161788b5bff8]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:49:26 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:29 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 14:18:02 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b669c0a23ab8fb91695f363a136b987fd7bdc771]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 13:56:56 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea86a13b1043ad69a90bc4326432a118aaf85eb]

        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>  [1590bd67b2070b6f85ba0949ccb1e6b64116dd1b]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:51:02 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d42e5f1cac4e0e0e7b364e567b87d9c850cd8ec9]

        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>  [9c792669f4e8dec24b7e5eb0a94b74339d98f9d2]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:19 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42245d935be92f2234c5f6b6c6171d6018c84428]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:56:56 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba3ae24475647d07f4eb48b32c06f532230fc369]

        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>  [9f8a0814351bb129a447d05f1d69c85553d99982]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:58:58 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:17 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dc2f99b5d36b65fc0bef1d8056d02ea73b82866]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 15:23:45 thb 1.4.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [949638051901fadec98878cf1b7123c1cb59b1a7]

        INTEGRATION: CWS changefileheader (1.8.554); FILE MERGED 2008/03/31 17:13:47 rt 1.8.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f7050ac129b46b5c873cc55fc7ccb8a9ad0d2b3]

        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>  [8abedafca9521a83c8efd38c44136e63a60d11ff]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/03/31 13:56:56 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43de8c411d23669d0e3d535b543c3ee4ecd8a935]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/03/31 14:18:01 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b52b2313ca038a2283271f34a5184bdad47eb9eb]

        INTEGRATION: CWS changefileheader (1.28.448); FILE MERGED 2008/03/31 16:57:52 rt 1.28.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c37a3745b59c52a6221de0f4f4fb3afe09cbbc3c]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/04/01 15:23:44 thb 1.5.24.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.5.24.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c67f95b24dd74c7f3f00580b5ea3dcd409d10c2]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:40 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31b73c6ba4153c6ddce41215bd58b2a4ee575c5c]

        INTEGRATION: CWS changefileheader (1.13.554); FILE MERGED 2008/03/31 17:13:47 rt 1.13.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d57d9c6eedd60e0c064e38c5c622079da98fdf80]

        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>  [d81db81ddb511a47ad92cc9e944b5d054054db33]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/04/01 15:34:11 thb 1.6.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.6.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d675bd3f58cbfe77874d7220394d0b1aac2706ce]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:21 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c1ca63581bd1b266bd0b8f5668f328f416cf968]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:26 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:29 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac16a971597de59efcb2cbf0048fc547d460096d]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:58:58 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [477fabcf1226bb8818a0112822b53d92bc8978a2]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:23:44 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e6aecfdd673fc67ce37b432cb10321e7e510d46]

        INTEGRATION: CWS changefileheader (1.10.554); FILE MERGED 2008/03/31 17:13:47 rt 1.10.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26d98c05c4141fb23053f9f0476a6e7e4d52f31c]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 15:49:25 thb 1.6.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:29 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9ab8fbe10ebfb61567602a02d04a53f8cc6fc2]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:43:21 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da1bf6f432bbb5e01f0b2e5ac6059f0237eddfda]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:57:52 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b4368935a74a5bc7e33a2f61d6902f2c6157f99]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:44 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [585b97bc476c987445b390190193f9a2d0b3e672]

        INTEGRATION: CWS changefileheader (1.16.80); FILE MERGED 2008/03/31 17:13:47 rt 1.16.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ae0ee641ce28284e7a02572f468f604dfb353be]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:51:01 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c80847e564b4a77cad2c61d37a0174aa37a07a1]

        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>  [d2d7a555212a3c4e7d7dcb8f4d7bdfd4b5e60d91]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 15:49:25 thb 1.5.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:29 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a6bb99dc8b687f1e123fc8cd61db1217b9b80cd]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:43:21 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5bd30252d7c61bfa45826b90b401a1133a6cc64]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:58:57 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:17 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69ae7d8c13207e4a652e23f91fffa0c273794041]

        INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/04/01 15:34:10 thb 1.5.138.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.5.138.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.5.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e88851174a0fa5d9b4df52c04abb8f3fd7e390d]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:51:01 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c497079677f8d2c2508b17d9db376fe9a8f4dbc]

        INTEGRATION: CWS changefileheader (1.4.554); FILE MERGED 2008/03/31 17:13:47 rt 1.4.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc302921b26bd3e74665cfcd5136fc7d9496151a]

        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>  [7d300d37cd5f2188aac4e654e78fc5a343431e22]

        INTEGRATION: CWS changefileheader (1.7.1256); FILE MERGED 2008/04/01 15:49:25 thb 1.7.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:28 thb 1.7.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.7.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [635df31a2c0962362ccf90fb15d330098b471ee9]

        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>  [9b73f060aa33c186996b7c4646c4b633209b2588]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 16:43:21 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bce53886f1d8cd2dcacd80caafab18c4baeec9d]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:58:57 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:52 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81f91da4d69dc6990e44475ea648e8224b6aa216]

        INTEGRATION: CWS changefileheader (1.12.184); FILE MERGED 2008/04/01 15:34:10 thb 1.12.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.12.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:56 rt 1.12.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc85511e4c66bed8d1193558b367fd2706a28937]

        INTEGRATION: CWS changefileheader (1.20.80); FILE MERGED 2008/03/31 17:13:47 rt 1.20.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd97c4a24961e4829928971d0537119c931cef46]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:51:01 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93195ea1e7f60bbfb891879a1c8f4337c64fd1b3]

        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>  [73e76adf41b0353ef49a89ef07401ff026fea982]

        INTEGRATION: CWS changefileheader (1.7.1256); FILE MERGED 2008/04/01 12:46:28 thb 1.7.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.7.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7300a7523cf945b600b357a88242ddd42c257d67]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:20 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fedd5b07ee918f899c6e2646ddb9e2beab983c25]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:58:57 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:51 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a276690379d53e9265efea9417cf048882eb1947]

        INTEGRATION: CWS changefileheader (1.8.226); FILE MERGED 2008/03/31 13:56:56 rt 1.8.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [410a0fa1ac5ed0a3b010f21418bb5edf244b4fd0]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 17:13:47 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e41e227998808660b40da53d21e7f5422e9409b9]

        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>  [9639bb0092c6742996c9ec9784bb9526212ee3c5]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:32:19 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8e90f2841cc1bc40d662b78eaf91ecf7eb06517]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/04/01 12:46:28 thb 1.2.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d289f3dcc09b64c0904e39c69fc2f1a20774a57]

        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>  [6a67652afd81a91d5b14c7218579fc6a91b55e6d]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:43:20 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f8ca58be72eecddabfb0372058bb632061a2591]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:34:10 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e286a062e021d23f65e2be2fcd7c9580455059f8]

        INTEGRATION: CWS changefileheader (1.37.242); FILE MERGED 2008/04/01 15:58:57 thb 1.37.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.37.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:51 rt 1.37.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e551b96c29ae2ae9ddfea90e74fa803d664c74b]

        INTEGRATION: CWS changefileheader (1.19.138); FILE MERGED 2008/03/31 15:58:40 rt 1.19.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac7b4ec160732f3bbee89fcd5abeeb9c86aff5a7]

        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>  [de945d26c3b5f54013cdf32e7e6cb428fb058512]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:44 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3bd4b5428109655de36d07ee1532b532518496e]

        INTEGRATION: CWS changefileheader (1.5.1194); FILE MERGED 2008/04/01 15:49:25 thb 1.5.1194.3: #i85898# Stripping all external header guards 2008/04/01 12:46:28 thb 1.5.1194.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.5.1194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5652262e58bc48b142929f63813b0f4c1e9e34bd]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:20 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9765b8c72e81eaa52d4940a13abbdef383c02a7]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:55 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d620ff66e503758201265902157b70a7fc74950]

        INTEGRATION: CWS changefileheader (1.58.448); FILE MERGED 2008/03/31 16:57:51 rt 1.58.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [808be541ffaf0ed6513b47e609e310def8a3ed9b]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 15:58:40 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44f241368a1b94a4c5182024b676959c16fc408d]

        INTEGRATION: CWS changefileheader (1.23.80); FILE MERGED 2008/03/31 17:13:47 rt 1.23.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18be863dca7bc3347cc2f09bc6405415fefff782]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/04/01 15:23:44 thb 1.6.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.6.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:19 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f241776821478606b72c0fe3438a447d895fa5e9]

        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>  [39d7cef78abc65a3d2351eb1eb96a1ceebc32538]

        INTEGRATION: CWS changefileheader (1.16.4); FILE MERGED 2008/04/01 15:49:25 thb 1.16.4.3: #i85898# Stripping all external header guards 2008/04/01 12:46:28 thb 1.16.4.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.16.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4e2c3a1534a1cf9467744e58e409c45d897de00]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:20 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98aa7d699251046e483a8a7fe8462fc3234ef54e]

        INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED 2008/04/01 15:34:10 thb 1.20.22.3: #i85898# Stripping all external header guards 2008/04/01 12:38:36 thb 1.20.22.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.20.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d54978553775a7a136da43890b068c8959ddc362]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:57:51 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1835e10c05b89dfe694b90e070e06949f0ac71ca]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:44 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:18 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f864e1be31b8b897a0d6953a9c40fe595a08f973]

        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>  [dc4811b81e45ac0bf31fb9fe22713907e05dca4c]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:46:28 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1b22d113b00a574325a5e571ae6fcd686b390d0]

        INTEGRATION: CWS changefileheader (1.7.16); FILE MERGED 2008/03/31 13:56:55 rt 1.7.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94e4cb63cf169e97f6da576502b050d36bee55be]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:20 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21c80bc3bf84d571aeb120d7359f7a30c77199bc]

        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>  [90301f97c8d23e917a35c07f6445cdd84c6d9299]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:08 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0af7de3e3217ae50a0d62dd27d25d5f85a26f102]

        INTEGRATION: CWS changefileheader (1.33.448); FILE MERGED 2008/03/31 16:57:51 rt 1.33.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [865ff99180b479c60c9b65b89a69be28b5cdd29f]

        INTEGRATION: CWS changefileheader (1.12.138); FILE MERGED 2008/03/31 15:58:40 rt 1.12.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c057f4488a0699ce2e794e7dd6730abb7a7ac37d]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:58 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a524c1c1fbdf7cbef261544a0fb04a9f1c78e7fa]

        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>  [3af63060ed5a5a1e1b67835bfb6031eb914f70b3]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:23:44 thb 1.2.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:15 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:18 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42b1248dd940b66aa9b5ce396c85522de6843e36]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:25 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5894da7df2466b3d658ea88d6e454507558f063a]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/04/01 15:34:09 thb 1.7.166.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.7.166.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a15eeed15dfd21c51ec8047ad4e62cb14f9b8e04]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:58:57 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/31 16:57:51 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9adb80385f1f1731447cfd28d74071aba00a02be]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:39 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af33011511a9508544bc8da3c25bc3a87d862edf]

        INTEGRATION: CWS changefileheader (1.7.226); FILE MERGED 2008/03/31 17:13:46 rt 1.7.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31e7c06fbeb0653cbe5a34fa367ff57a456e1c42]

        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>  [5328350826b4aede3eff3dded7e9c2710f5b7d70]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:43 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [044ba65ed3eba01ae0eb448d630d976dc5a2e45f]

        INTEGRATION: CWS changefileheader (1.7.1254); FILE MERGED 2008/04/01 15:49:25 thb 1.7.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.7.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.7.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1842ad53937e268017ac6afe973079a276d97557]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/28 16:43:20 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7bcb2f8138454d5d82d4d391253298a8efa0e97]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 13:56:55 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f470968e18d57bfc53dcb0a74eca2fd5aac82c05]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:39 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d03ece48dc63676c9cbe556eb33a7f94812da0b2]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [481ff97289ba461609f9560ad489afa3cace48c6]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 17:13:45 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66d06fd598fb24a65866869d0b692b67cdf482df]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:43 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17c77689bf57715fccb9f59e13fd8fc4d139641c]

        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>  [62b6c7d22eb7e6948c11993a08fc0ab710eb77f5]

        INTEGRATION: CWS changefileheader (1.10.438); FILE MERGED 2008/04/01 15:49:25 thb 1.10.438.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.10.438.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.10.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9fa11512ce5d10adb50abadd052f21f87b03073]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:58:56 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:51 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e793507134815bcd0b7a435ac02dfbf7be90b17]

        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>  [24e3539bf86a270fab6e40e72708f2298cbf5bdd]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/04/01 15:34:09 thb 1.12.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.12.14.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04202e802a44c1e88c1d5c5929373218bd3a35f8]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:20 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d32295f71cdd4e1bede66936f7f95800e7272f2]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:45 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fc1ca21471b3ee4bde2982d12b6f4ca4feabff4]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 12:33:14 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d41c47fa74491d5374d29e769005a1f71bb07e9f]

        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>  [739963cc3c2576dd6b26cd787aafb6ebcfc70e81]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:18:01 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea709f5862b09e2a4fe0ebae283c98ba83f7f918]

        INTEGRATION: CWS changefileheader (1.20.242); FILE MERGED 2008/04/01 15:58:55 thb 1.20.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.20.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:51 rt 1.20.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b35948e4df44c12b03a47255b973a4ea8a9a009]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/03/31 13:56:55 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e13d143ca68b5d69658ade60c8b3822b44808a]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 15:58:39 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8409a74b6cb594478527e324f3598266f48cb60]

        INTEGRATION: CWS changefileheader (1.5.388); FILE MERGED 2008/03/31 17:13:45 rt 1.5.388.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [510a4a5cc9c86fb4fa874b2da803dcff3553e1e2]

        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>  [c71895378d03c076d06a8e2b5228e7dc2719b9cc]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:43 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7394796d47e6db512e44d5b9bdee9d2ddedae9c5]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 12:46:27 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb87882a7f8af6f79367fd74da55dd2f8169430e]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:06 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249975aef7789e8bd9d7705afe812dcedd5b9d01]

        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>  [fab80093f6e60dbfc19b70fa3057f2316b9d1fb5]

        INTEGRATION: CWS changefileheader (1.37.448); FILE MERGED 2008/03/31 16:57:51 rt 1.37.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38ac9806bb0fbb29eb665a4091aacd3ee9195f4e]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:19 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [020bb7909a3769ae468b56946106dbd64eb3596d]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 15:58:39 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c76d28961c6a9892399dc9c6473c1a2e0e21c577]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 15:23:43 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f50f81ac8147273407c17ef577abfebcc24a2bbb]

        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>  [319ea34933a0d3b2148b7744bd6fc09959551185]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:24 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d099e3d25fb72c8bb937837e90e7917779898d02]

        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>  [80e46bdaf5285c2375d9c3e991be835cd300689c]

        INTEGRATION: CWS changefileheader (1.7.112); FILE MERGED 2008/03/28 16:43:19 rt 1.7.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d04e0d1d3f5dd983ba1068346602013cd2f3a4f2]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:57:50 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84f3e5741b6626481ba2610375392bdbab77bc0f]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 13:56:55 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25b86cc3d54a5cdb58d2f2ae343086dfaeb51475]

        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>  [78d02d2ead5fc1a74b9bcc93bb32d1c34de6eb41]

        INTEGRATION: CWS changefileheader (1.7.1256); FILE MERGED 2008/04/01 15:49:24 thb 1.7.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.7.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.7.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbbc2d7ab462bdd51a423d353239591341acdbb0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:19 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8eb5bdd3f192b095b412048d6698fdcd6d08435e]

        INTEGRATION: CWS changefileheader (1.13.188); FILE MERGED 2008/04/01 15:58:55 thb 1.13.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.13.188.2: #i85898# Stripping all external header guards 2008/03/31 16:57:50 rt 1.13.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c02bae837cf3c511b427197f429639580d4dadf0]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:34:09 thb 1.3.624.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [596056b00e240dccf0c4366f5a3fcd34073f91e9]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 15:58:39 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [071d011cbc783d2527b6cc7dadea06ded987bd20]

        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>  [8707771166bc2bfc7ca7ef71c024c14ea3f5b345]

        INTEGRATION: CWS changefileheader (1.11.368); FILE MERGED 2008/04/01 15:49:24 thb 1.11.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:27 thb 1.11.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.11.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20a1ed0cc4539556db88d3c080fc42df8cb7ecfe]

        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>  [f843755e75fe3d45a5a61dde00ac1746a49ffd10]

        INTEGRATION: CWS changefileheader (1.28.448); FILE MERGED 2008/03/31 16:57:50 rt 1.28.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [564f1814362d70f031af0b1a588b21e3c4ebde14]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:56:55 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [422258431f191275c386ae70e35d4267d5a07a10]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 15:23:43 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a230bd303590d94908e50f10fb300453d77195d6]

        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>  [32b308baf28a165bd628ab03443c44509b0701b3]

        INTEGRATION: CWS changefileheader (1.7.638); FILE MERGED 2008/04/01 15:49:24 thb 1.7.638.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.7.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [854c1a522c31d5645146e6edd0e2d1876897bbda]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:05 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [074b28f43aee56588e3a1c7a823a0e7003268468]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:58:54 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:57:50 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cbdc73f0f093ad6b432f1dde949fc8bf57cdbb3]

        INTEGRATION: CWS changefileheader (1.7.232); FILE MERGED 2008/04/01 15:34:09 thb 1.7.232.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.7.232.2: #i85898# Stripping all external header guards 2008/03/31 13:56:55 rt 1.7.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa9bf3f69d534fc92c54036d1ce54c5a95740b39]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:14 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e85b454353700fe09ac584749fd7e4830f9f4a09]

        INTEGRATION: CWS changefileheader (1.5.388); FILE MERGED 2008/03/31 17:13:44 rt 1.5.388.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63f7dafc08bd79df908a26d3822ba534530cccce]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:49:23 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 14:18:01 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a114f69444703407351827049a0898c8613a71f]

        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>  [da788ca7b40336de8f938772698002664b0f00e3]

        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>  [727f27cb00fcd0133ec0657c50bf6102eb091391]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:57 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03c53d1823f24529ac0db052415e85541f02d00e]

        INTEGRATION: CWS changefileheader (1.15.624); FILE MERGED 2008/03/31 13:56:55 rt 1.15.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b1b2ff3671c451960aee99c43e1ac31fb544833]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:57:50 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e327a9f84644fb86a67d66d0a9bb209532027074]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/04/01 12:33:14 thb 1.4.24.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [424d26eaf65da6f78c93be2d0466fc95c35cbad4]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:44 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [934f602edfe869db67c41a8fcc327415ec9e2c9f]

        INTEGRATION: CWS changefileheader (1.6.852); FILE MERGED 2008/04/01 15:49:23 thb 1.6.852.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.6.852.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.6.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b410c60db5a044a84a7547a48d99d5dec3e6b8db]

        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>  [b95ba617797cbbd57eacba99a8b27d0d64afd1f8]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:58:54 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:16 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:50 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24d47616bfd2928bfb78ebea1ca3efe8c010aeac]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 17:13:44 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2ff5f021b3d3ac8e9ead9df2399b66b12577f46]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 12:46:26 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b85d08692f425563066f2731a502b473d0d1474f]

        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>  [a7f6a271a5b7a38062e05b7493c7df4d1bbeeb94]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:18 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e2d89fe0a64b095bfc550aa7c64868d00db8b3]

        INTEGRATION: CWS changefileheader (1.34.448); FILE MERGED 2008/03/31 16:57:50 rt 1.34.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b11bc9c8b2fbb0880508b23d60a39ff599a17302]

        INTEGRATION: CWS changefileheader (1.15.226); FILE MERGED 2008/03/31 13:56:55 rt 1.15.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07bf937bbdd8fca67472fa914e9072664da265d7]

        INTEGRATION: CWS changefileheader (1.3.226); FILE MERGED 2008/03/31 17:13:44 rt 1.3.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf0154450e362c4009b30b943679803205b7d37a]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 15:49:23 thb 1.5.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd0d0e919adfde21859daf7b897977f331ada12d]

        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>  [c3951507ff671ed1c35fcf6e827415be66b07ea2]

        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>  [cd4e003b635a84ab37d4fb2e04ccb731d69976b7]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:18 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8247eebfe2239971a1780bdbf94e9e6836bd3035]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:56:55 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2db2bb20d6936e08c9508f40a1374121e6275cfb]

        INTEGRATION: CWS changefileheader (1.20.242); FILE MERGED 2008/04/01 15:58:53 thb 1.20.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:15 thb 1.20.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:44 rt 1.20.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d7eccaf3f2f0731a23afd5527fc72621768256c]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:42 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aac46e20615844a8f14ea37ac91ed70101487f9]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 14:18:00 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffa27bcbab9a160f29103544361f0d72d98dd41a]

        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>  [ba8b89bb6566e6fb77d5ee0026e254936f950b1f]

        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>  [072c5c4a9b7c68f0b9d6615b28bbe35dc7bf6b4f]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/03/28 16:43:18 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fa12dd7481d4b16cb31df0e3291ab1b3f5106ee]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:57 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [190f23ef5f66ff67b501d7dca26e4a4d3f9bea3a]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:58:53 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/31 16:57:44 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74d2e76602607a3400362d8e23a35b7f679826b0]

        INTEGRATION: CWS changefileheader (1.11.358); FILE MERGED 2008/04/01 15:34:08 thb 1.11.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.11.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e814e1ba82f967cd51753e5ab2bffa6522cc24]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:23:42 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad9119f8eeeae70f95290e8c5d14f035a427ee2f]

        INTEGRATION: CWS changefileheader (1.2.196); FILE MERGED 2008/03/31 15:58:38 rt 1.2.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9de30566c55bc020ef8c10dc0845b8dc772e96fa]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:23 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6cc66af78d30de6e39de1b83c9635f0b4413b5a]

        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>  [10c6762bec0a57aa56cfae1697854999256f2b88]

        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>  [6236924ac7cdbe0a7db8e6290f802edd9e12080c]

        INTEGRATION: CWS changefileheader (1.8.314); FILE MERGED 2008/04/01 15:34:08 thb 1.8.314.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.8.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5e7f96257c1faa4632186148a924f6807a7dabb]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:23:42 thb 1.3.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d08a2dde117474ca72328c4aa9304750eadb5fa]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:58:52 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:15 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:44 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4914406659330ddd0c202ba87d11fd8f9b23ccb]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 15:58:38 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ec810eba4b9b8d57b95c420eb9145895b25b4b0]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 15:49:22 thb 1.5.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d40b3614b6740f2967cc1a52633c0302daec0c9f]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:43:18 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [056e1da9a9f891ed543b539f17c5f726dd955dc9]

        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>  [267f5050f31d27f1f8fe83951d83641d6fff3e7f]

        INTEGRATION: CWS changefileheader (1.5.296); FILE MERGED 2008/04/01 15:34:08 thb 1.5.296.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.5.296.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.5.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e085c3e0ee75db423b7ecf9b17441de1e154e048]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 15:23:42 thb 1.4.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60af67371ba162542bc06c4a71ed0a637b5bb264]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 15:58:52 thb 1.2.78.3: #i85898# Stripping all external header guards 2008/04/01 12:55:15 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 16:57:44 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d38e1d535a59072298a9f4a83952c14973788f7b]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 15:58:38 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efe175fa8380bdb7abc25bf39c990d62751168f0]

        INTEGRATION: CWS changefileheader (1.7.90); FILE MERGED 2008/03/28 16:43:18 rt 1.7.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbbc1755234127e533e87965491b41e05b529a8b]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:22 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ab42834cf066c0ae8b58041625fff8ae8adb008]

        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>  [707c6606fec6ee12038314447a270db885994a54]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:50:57 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f60714bba2718df1b2a8552225db3e7a10ced7a]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 12:38:35 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea52e27a679a8b0142c77491405089613b91bd63]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:42 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1095c51814ee141a486c31830f771bb05241f027]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/03/31 17:13:41 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac6aefda250179bf279290ebb39292adf6e27af]

        INTEGRATION: CWS changefileheader (1.6.78); FILE MERGED 2008/03/31 16:57:44 rt 1.6.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13466e228067c3c41ff61b1234e0d156705ba366]

        INTEGRATION: CWS changefileheader (1.22.72); FILE MERGED 2008/04/01 15:49:22 thb 1.22.72.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.22.72.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.22.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91eae49ae2e421dc2b4e70787220fc23a9c57974]

        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>  [de34a0e959405be705b7d9844076f190a9fcfe3d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d964f5d92bf7400becceb6bb110c87609c7e5a40]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:04 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4ea703502747b8f905b187eb8217c8d38c70fd9]

        INTEGRATION: CWS changefileheader (1.2.442); FILE MERGED 2008/03/31 17:13:41 rt 1.2.442.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1321ff8a5bf6a12002505f03012f18f576cd99b]

        INTEGRATION: CWS changefileheader (1.11.296); FILE MERGED 2008/04/01 15:34:08 thb 1.11.296.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.11.296.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.11.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71613eccaad73bdadcbec85bc644a32ab1e9dba6]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:43:18 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6095b9e2608661c03ea39de433bb05e144cdd8cf]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:42 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:14 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd5103bc8de2d7f3ad0c9299ea8da2c1685f933d]

        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>  [9c4c07280f40fb506ea92cea3a91e9455d45d5a0]

        INTEGRATION: CWS changefileheader (1.5.572); FILE MERGED 2008/04/01 15:29:47 thb 1.5.572.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.5.572.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd356a2080c159ecee4956b9246d03c65ec44756]

        INTEGRATION: CWS changefileheader (1.9.296); FILE MERGED 2008/04/01 15:34:07 thb 1.9.296.3: #i85898# Stripping all external header guards 2008/04/01 12:38:35 thb 1.9.296.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.9.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0779285e9b81de4e3c42399ad3f568731ebccc4f]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:42 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d5c65a58865ae6d9666d9c915f8f13e1484cfff]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:58:52 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:15 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:43 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d59cf8dd0e28f997b7a4b82bffd83bb0877283d3]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:49:22 thb 1.5.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e825be9a66a580c2479d2cc3b8aea4d9ba38508]

        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>  [e621714919c93eb379165e3df839c854263a853b]

        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>  [d58c6317f4f683dc964e29383b4ecff5dd62a246]

        INTEGRATION: CWS changefileheader (1.47.28); FILE MERGED 2008/03/31 15:58:21 rt 1.47.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fea7544b375178d5cdad6de08d8c9a437555248b]

        INTEGRATION: CWS changefileheader (1.15.700); FILE MERGED 2008/04/01 15:29:47 thb 1.15.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.15.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [455ffa0ea840de6d72f515fb90532c895200c1c8]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 12:38:34 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32849bb423e345e7f63a44056845b877e93572c7]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:18 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0006461c5c0fb4f26da87f63ed17ed9c5870fcc]

        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>  [2c409aadd36ee17cb40486a2fad0a90244529a1f]

        INTEGRATION: CWS changefileheader (1.27.58); FILE MERGED 2008/04/01 15:58:51 thb 1.27.58.3: #i85898# Stripping all external header guards 2008/04/01 12:55:15 thb 1.27.58.2: #i85898# Stripping all external header guards 2008/03/31 16:57:43 rt 1.27.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2836953377cad0ea0f20e2d16e6cff4800c0a11b]

        INTEGRATION: CWS changefileheader (1.7.1256); FILE MERGED 2008/04/01 15:49:22 thb 1.7.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.7.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.7.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [172ae4f2a678ebd38e152efe612bce60eb09f5f2]

        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>  [0c6c57149f7dd416c0096e5e6be8c1527a7fe983]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:21 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63d940ac5c89a0eefdf5ded41da695728524f9ce]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:36 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [908807d0e59440aa2f372c3e1c909fa27f4a9c70]

        INTEGRATION: CWS changefileheader (1.17.358); FILE MERGED 2008/04/01 15:34:07 thb 1.17.358.3: #i85898# Stripping all external header guards 2008/04/01 12:38:34 thb 1.17.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.17.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5ee17477dfa8b4b49dcdd900db4db2133ad5cc0]

        INTEGRATION: CWS changefileheader (1.5.110); FILE MERGED 2008/03/28 16:43:17 rt 1.5.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a3867455cf93e72ecada07547a345671ad18e8]

        INTEGRATION: CWS changefileheader (1.2.1254); FILE MERGED 2008/04/01 15:49:22 thb 1.2.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.2.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36e56d5765d84cba7b809660b7693274e5701369]

        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>  [c763de7e3036a652ce27ca83f0608fbde583931a]

        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>  [e5d27c15594cbbab6e21cf82fbdfef434636670f]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:47 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [305b71516017d2a512f3c6e024ae69ec30f648d1]

        INTEGRATION: CWS changefileheader (1.2.344); FILE MERGED 2008/03/31 15:58:21 rt 1.2.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30d4c5f03c151bc94536acf21c016aad474a68c2]

        INTEGRATION: CWS changefileheader (1.13.358); FILE MERGED 2008/04/01 15:34:07 thb 1.13.358.3: #i85898# Stripping all external header guards 2008/04/01 12:38:34 thb 1.13.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.13.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bc03b16ff45f539c0e9af6b54bbbbc273e3169b]

        INTEGRATION: CWS changefileheader (1.28.242); FILE MERGED 2008/04/01 15:58:50 thb 1.28.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:14 thb 1.28.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:43 rt 1.28.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e3bc3d54a62c4867af598e9dc395d781d1402ca]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:17 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [553feadf680a4270598a6ba0f2ff1fe27c151bd9]

        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>  [2f5c58ffdc83558903bc45a57a7d1450a124d657]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:49:22 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4696e4ce1a8ddeaa28e9c7d1e80afb9edbe9b2f]

        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>  [9ca0bcf6baf28d13861c86871c3155b8895ccc43]

        INTEGRATION: CWS changefileheader (1.11.240); FILE MERGED 2008/04/01 15:29:46 thb 1.11.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:03 thb 1.11.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.11.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ee55c6381d30f89f3b8d5a77064fd84930d98b0]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:21 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81cdb6c4613d2fa1b31a3437ed7dccb433a4d23e]

        INTEGRATION: CWS changefileheader (1.49.78); FILE MERGED 2008/03/31 16:57:43 rt 1.49.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cb28156718734c85c7fa379622152bbc822ba17]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:23:41 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [798eafca1a94390960a885706d60a03d73fa37c4]

        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>  [aba4605d87cb13702418e56a6c5ab6583a19ee35]

        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>  [5cc7f883c157b1c25561c96e463fea00d44a6453]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:03 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21e5215b22083de23d410fbcb5d826536ef93706]

        INTEGRATION: CWS changefileheader (1.7.698); FILE MERGED 2008/04/01 15:29:46 thb 1.7.698.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.7.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.7.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c3d7e139c83b00cd4e2c9f38f618f2e0e35a161]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:21 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa094157c1453ce76788686afaf36c83cf21c5e3]

        INTEGRATION: CWS changefileheader (1.15.220); FILE MERGED 2008/04/01 15:34:07 thb 1.15.220.3: #i85898# Stripping all external header guards 2008/04/01 12:38:34 thb 1.15.220.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.15.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [612f47b281a6d20b706d72abe9063fdc69dd5597]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/03/31 16:57:43 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0344c2051aeb2260d844ae7ec57d065f24e0c75e]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:41 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:17 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [440abace6d8358166792090386b890170f6060bc]

        INTEGRATION: CWS changefileheader (1.4.638); FILE MERGED 2008/04/01 15:49:21 thb 1.4.638.3: #i85898# Stripping all external header guards 2008/04/01 12:46:26 thb 1.4.638.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.4.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [423114e0232b7bb94fde14b5ead4ec06e6d7f101]

        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>  [357d36bb8e0bdb946569378da5bbd15c6bca7fd3]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/03/28 16:43:17 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40fa3bd6c366fe9dbb31b0f8d6ab3b29d43585a0]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:02 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3591a8d049fcdf8b362e72dd1e39ec44d8f04eb7]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 12:36:02 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57e158bc7e065bfce4c538785e4ff9292b396f75]

        INTEGRATION: CWS changefileheader (1.8.344); FILE MERGED 2008/03/31 15:58:21 rt 1.8.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33e6d5f3e8cf5b7fd705f81b8ef29dc6c52b6b1d]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/04/01 15:34:06 thb 1.17.36.3: #i85898# Stripping all external header guards 2008/04/01 12:38:34 thb 1.17.36.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9a8b12161df8e2e00529c575fa19133e67d839]

        INTEGRATION: CWS changefileheader (1.26.448); FILE MERGED 2008/03/31 16:57:43 rt 1.26.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be1fbc37530ebaf4d87ed5c3cc9fee316859c180]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:41 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [269dc1eeec9948d99c599725ebef08ba9cd9b476]

        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>  [06b5de03dc7e0df74dc3df03b00cea6b1185a417]

        INTEGRATION: CWS changefileheader (1.5.638); FILE MERGED 2008/04/01 15:49:21 thb 1.5.638.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.5.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1281c9705bb23e3e5a2c20df54e26695c9966dec]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:50:02 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b2d2430df071ebc2e2e64d67d4f6f1b15c2e8f]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:46 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:36 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f01d0905c4837775184376d4952be558809ef24]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:34:06 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:34 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [726acfd0c24bcb1769312a5bdb89880efeb206a6]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:13 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87eece6cd7e04fb324d8ddcb66e2397a4bc99e19]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/03/31 14:18:00 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d0321d0babb65f39044ac366b054ecf4f58fb0]

        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>  [2b55d0a24a96859fda3c31508fb14fe2c382406f]

        INTEGRATION: CWS changefileheader (1.117.34); FILE MERGED 2008/04/01 15:58:48 thb 1.117.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:14 thb 1.117.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:42 rt 1.117.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dae4f9548c1d331bf3e52da0f11bf48797e103b]

        INTEGRATION: CWS changefileheader (1.7.240); FILE MERGED 2008/04/01 15:29:45 thb 1.7.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.7.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.7.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [774cf8cbc6487f8a5878403b3dbaf8cbe3df677e]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:23:41 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c28452a0d9864b850d0c399650a269b60f2207d1]

        INTEGRATION: CWS changefileheader (1.28.36); FILE MERGED 2008/04/01 15:34:06 thb 1.28.36.3: #i85898# Stripping all external header guards 2008/04/01 12:38:33 thb 1.28.36.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.28.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [712387a10bd07afd4d61805851bc14260190c9b6]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:56 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1709cfd11990fdc0537e3e5209f12a10d56c48b5]

        INTEGRATION: CWS changefileheader (1.5.638); FILE MERGED 2008/03/31 14:18:00 rt 1.5.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e1e6f510c04c7025c757929f65eca82e7efda1]

        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>  [cde5aa9aae50779743166d4a080f6b19bfc6212d]

        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>  [d6d29d3733b25d0b6cf53df04b46fcc6c5b946bf]

        INTEGRATION: CWS changefileheader (1.3.264); FILE MERGED 2008/03/28 16:43:17 rt 1.3.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05a9403dc2c2187ec695343f519b1bb24a07724a]

        INTEGRATION: CWS changefileheader (1.8.292); FILE MERGED 2008/04/01 15:29:45 thb 1.8.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.8.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.8.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9f22b3e73781f17e26d5fb1f81a6f22b7679512]

        INTEGRATION: CWS changefileheader (1.27.448); FILE MERGED 2008/03/31 16:57:42 rt 1.27.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e0cb287709237fdfbc8050bb68686d007d3e9d2]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:20 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73aab9b98ada3720b663b041c338d9618d1fe69c]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:41 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b591de78085c18369a4e265f990106631c617f2b]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:50:56 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d99d4c239e0e43f5d3076473b5097d3d25b590b8]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:46:25 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [669686da4a4d87d5b0e4c34bce69d05730d860e3]

        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>  [5b0581f6b7740840ce3202d5c8bbc9d8dbb66029]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/28 15:50:02 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b31c334c48dbac77e1dc725620f239efd200c1aa]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/28 16:43:17 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [903ef747a0ac68b1e6e2ca590368de3c17920824]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/04/01 15:29:45 thb 1.2.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.2.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f7e8879c3eafbc547c7139cf8d3eb6dd826b9f]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:42 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4425fd0e783cf7def4dcca4278b146cfc5d3e90b]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:34:05 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:54 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f05ec7b3ff15e03d3c4368359abb1b0d1669cf3b]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:23:41 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [107ad20eb5c42abd7f24a367b3bc4fb08f42c55a]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/31 16:50:54 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e41db45fb97c609b31098721dc722bcf17cf8e0e]

        INTEGRATION: CWS changefileheader (1.8.264); FILE MERGED 2008/04/01 15:49:21 thb 1.8.264.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.8.264.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.8.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d4fa8674655108f75eb45947dbaa08f69557241]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:16 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79bb3bc4234100751b89588ca563b79aaed57ba4]

        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>  [fb6b56efb9782bc53003c7024618e011b7d79cfe]

        INTEGRATION: CWS changefileheader (1.3.250); FILE MERGED 2008/03/31 13:56:54 rt 1.3.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c2bda76e732a46f70d014c00855e845ecb9b924]

        INTEGRATION: CWS changefileheader (1.79.30); FILE MERGED 2008/03/31 17:13:35 rt 1.79.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c06112915e60adfdc5c0fd263ad4282ec4e36304]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:54 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79fdbee15a71c12509b004d9e077e8fe304a224d]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:58:47 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:42 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83fd6e25a82c5264345ce6aa665c110f33afd2ae]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:23:41 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7254379c536414397c427d24e082145628ef5970]

        INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/04/01 15:49:21 thb 1.8.138.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.8.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [100684477004bada098a4ed55b109ad6183e8e30]

        INTEGRATION: CWS changefileheader (1.67.16); FILE MERGED 2008/04/01 15:34:05 thb 1.67.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:33 thb 1.67.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.67.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b3e11ac89d7bf64afd09d3aad30197339993503]

        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>  [8b2d5a2d1ccb84a8082bf8a64f348cf7a460ec5f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:20 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d08fc3b031f971edf641164e4ccaff92043a700]

        INTEGRATION: CWS changefileheader (1.2.698); FILE MERGED 2008/04/01 15:29:44 thb 1.2.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.2.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a18699465620b34a654b9897cdea90409811351]

        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>  [32e137117deaf460ce861aa18b30d513f59f5b38]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:50:54 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc08e24165602b4d5d2200cac5c93ca9efe6a0c3]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:57:42 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9515911ab8c3d55d5dd349dd8923e37fcc79612]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:23:41 thb 1.2.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:16 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c504b89b746b9dfaf0e488372536278b0847b975]

        INTEGRATION: CWS changefileheader (1.6.450); FILE MERGED 2008/04/01 15:49:21 thb 1.6.450.2: #i85898# Stripping all external header guards 2008/03/31 14:18:00 rt 1.6.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c4028ff26c582db59f0b23dc543a77fc2fef7d4]

        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>  [ce9c29986a906573df8b0dd47d28137a9dd96514]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:15 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b145d4ca3a28831fec02df32ac884719255ca20]

        INTEGRATION: CWS changefileheader (1.4.572); FILE MERGED 2008/03/31 17:13:35 rt 1.4.572.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [449ec22e023def0578e7b20933935a98694d23d4]

        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>  [ee2f0382341e04e32805616c76329388d6db3020]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/03/31 13:56:53 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b98d2462301dc9654a73c2d1aadbc1d09e0464b6]

        INTEGRATION: CWS changefileheader (1.10.54); FILE MERGED 2008/03/31 16:50:54 rt 1.10.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fac09826c8ada899e1e55d347d8e529bbec5971e]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:16 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d68e19d0c463a68e0fa98f5eba5d0e47c310eb0]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:17:59 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c245a2935ac363da01295a1dae55bf9a761435df]

        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>  [7a989b4cd8fe50593a29f09ec3d5cafe61cd0494]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:29:44 thb 1.2.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4f13cea6775dfcb72d50f76ef622ebd254333a3]

        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>  [a10946cadd25eb72477232c731da463a5b03f649]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:34:04 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:33 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f569bccaa6fd5f077d1d293b80e62dd12aeae05f]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:50:54 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cf16b85ae46981d5a81fd653d0dd610e02d37f6]

        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>  [39806f6baedcb7315342eab4dbfe48616141fce7]

        INTEGRATION: CWS changefileheader (1.17.638); FILE MERGED 2008/04/01 15:49:21 thb 1.17.638.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.17.638.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.17.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba5550ad72d9b7f302b6c37a4c3a218986bea24e]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:29:44 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc6e2a2fc4b3225c409a45d2f1d3ea91a95e060d]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/04/01 15:34:04 thb 1.13.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:32 thb 1.13.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b41b27727b1adfe072ec2dabded21e133c74aee]

        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>  [f9cb723207c35206c7e96efdc65f6a2af4cc98c1]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:50:01 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89055ebe3f3706c2d2c722439fa2675dc192da47]

        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>  [fa4f1d08406e29bf303cd904aef5172dc238eeff]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:20 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71d2a91de271a6e7d68da21ab8e42d9d89f6f137]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:21 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d57641ed273e98fcef024340425dfe71c83df7f5]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:15 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e4a951517b12f580cc80674c25e5eba1457944]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:29:44 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [297f994b279e23f3423b003db5bc417f79726a6f]

        INTEGRATION: CWS changefileheader (1.2.362); FILE MERGED 2008/03/31 15:58:20 rt 1.2.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2115825feef4c3f2c7bd691bc5637a099f4335ec]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/31 14:17:59 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d62159305e1e732592b503e7f3f2bff18930f8d9]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:34:04 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d209f6813d41cf8726bc902dd3477138faa2841]

        INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/28 16:43:15 rt 1.19.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cb00ea8884a8c72d7021cf0eb85fbf62cb3d121]

        INTEGRATION: CWS changefileheader (1.14.700); FILE MERGED 2008/04/01 15:29:44 thb 1.14.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.14.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.14.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da1c2bf4fe04effee9c95ddfeb383b303b66c137]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:20 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4592ac4d2ab9d966ee231916d4b3e03099d409b]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/03/31 13:56:53 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c343d1aea2868ff65434b7e115a5e7098688fa40]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:44 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0cf277400b55292a8ddfa833fb4705c5b70e2a8]

        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>  [92da6b53a09deb170e4d049e944adaf142f5e2f9]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:34:03 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:32 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e3de2cb8cbc3bb41ff8e24b49dde54ca0a59a61]

        INTEGRATION: CWS changefileheader (1.3.272); FILE MERGED 2008/03/31 15:58:20 rt 1.3.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a3afc2551bc69cb6f3a939c3025bf63559a31a9]

        INTEGRATION: CWS changefileheader (1.5.368); FILE MERGED 2008/04/01 12:46:25 thb 1.5.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6b46c036f7a59c0e84dc6cdbe175ca51660024c]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:14 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [074fb5723020a5c34e0449f1ebd17ad4e657b4f4]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 15:50:01 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dd17838522825d1b690a5446e48ce82d5fac090]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 12:36:02 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb5a4e28d7e48729d22c3de19f4935a4190d93e2]

        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>  [0f65574097c8bb17f572534d22fe314e9fc74d9d]

        INTEGRATION: CWS changefileheader (1.9.852); FILE MERGED 2008/04/01 15:49:20 thb 1.9.852.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.9.852.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.9.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c60e3c3352960578282229b5ae0df438e82898ec]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 16:50:54 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2836f3cb6f6d5330e3146fff4018f3a6e7fec5d]

        INTEGRATION: CWS changefileheader (1.10.54); FILE MERGED 2008/03/28 16:43:14 rt 1.10.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19a255c6f27d22cfcc94a1fd65cd5f6debe82cb6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 16:07:05 thb 1.2.62.3: #i85898# Stripping all external header guards 2008/04/01 13:02:45 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/28 15:50:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af37648382913195c24a152ed3fd0aafb455b891]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:34:03 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f5789e74cce1a13c24989476dad617b305b12dc]

        INTEGRATION: CWS changefileheader (1.18.158); FILE MERGED 2008/04/01 15:29:43 thb 1.18.158.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.18.158.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.18.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1a220e6eaa2147c6b75e7ac197f77b66141be65]

        INTEGRATION: CWS changefileheader (1.31.98); FILE MERGED 2008/04/01 15:58:47 thb 1.31.98.3: #i85898# Stripping all external header guards 2008/04/01 12:55:13 thb 1.31.98.2: #i85898# Stripping all external header guards 2008/03/31 16:57:42 rt 1.31.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c17f55a2ef5df20aed7fa41dfdc925c1d501f956]

        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>  [61d24238cf4ef236bd422dadb80fa6c9410cf519]

        INTEGRATION: CWS changefileheader (1.14.700); FILE MERGED 2008/04/01 15:49:20 thb 1.14.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.14.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.14.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b316f64f5ae16fa64cc042813a960ed470af6e2]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/28 16:43:14 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [782b6d5769ca3d7aaad14a54e015aeb5cc13c5c3]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 15:50:01 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04c15c12d3bcd4fbab4bd6c2000822aaaa1ea6f0]

        INTEGRATION: CWS changefileheader (1.34.34); FILE MERGED 2008/04/01 15:29:43 thb 1.34.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.34.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.34.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25b0b5df03cd49d900c8eae0edba42ac3e8a503f]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:34:03 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:32 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96ece0d5554e26ab3fc904ab268b46f280ffb8f6]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 16:50:54 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71ebc2a2d9b00fb7b4a0230db189f91d932e9530]

        INTEGRATION: CWS changefileheader (1.5.1252); FILE MERGED 2008/04/01 15:49:20 thb 1.5.1252.3: #i85898# Stripping all external header guards 2008/04/01 12:46:25 thb 1.5.1252.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.1252.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d662667b2e6f996c0ee3e46f0ff0bedfa5a2c4a1]

        INTEGRATION: CWS changefileheader (1.5.290); FILE MERGED 2008/03/28 16:43:14 rt 1.5.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e46c5bd0276d885740249634efaeecdf037fa4a8]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/28 15:50:01 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1bcad77c6f8ad3c2f681bfcb1a516df794a98b2]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:36:01 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79c82ee5d371815c6a09de365693e5edef29794b]

        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>  [2c683846aaacd5bd2141c738854f9416acc5537e]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:53 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3cf8cad79bccce7f01bc7bec84f99ff94c64847]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/31 13:32:15 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c6cb10b7779afd7ff578d3476fbe1122af0bf42]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 12:46:25 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bd432b8611ea356e9bed273deeec06d7f3d2b50]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 16:50:54 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a01838645e859660be087e5b3767fc76fae9797]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:50:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba74a4a397899ae6629a58da7805b23bfbb9abe7]

        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>  [89c6a67932ba221850609b557a797317186f4f0a]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:29:43 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e67681ec5af152eaff0f8ccfd3429af17c650e2]

        INTEGRATION: CWS changefileheader (1.12.298); FILE MERGED 2008/04/01 15:34:02 thb 1.12.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:53 rt 1.12.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0a0851cd091dcae2d2e1964af0ac2266167f0dc]

        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>  [796e55e6a74bcf585384cf0fe641e4168a833cb9]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:43:14 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2299bbc26554b6c43115bcc6014281704ab985f2]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:40 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:15 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c9fae882c4398c66b84febef433fb687663b240]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 12:46:25 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e91bf624cc15c6c9ad1b851c92a9a40921c3a06b]

        INTEGRATION: CWS changefileheader (1.47.448); FILE MERGED 2008/03/31 16:57:42 rt 1.47.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1de22869ab70ae8359bd0664708af31ac6e583ec]

        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>  [349bddb7f6a79ddbc30ca58628c681df00dfed08]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:50:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8b88d65bf9cdf8f13acca7ee3413c57e15c59a5]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:53 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01b78cb43fbdd2a4415be8910f478b3ae03ec412]

        INTEGRATION: CWS changefileheader (1.20.100); FILE MERGED 2008/03/31 13:56:52 rt 1.20.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efeebbde23a20b2bdfb4fd9e51591d911ad8c4ea]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:43 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dd1d01f93c014050f801ee8eb42ae8c7e6826f4]

        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>  [d8a712c0fe7cc763fd269588286e954d77116b4c]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/31 13:32:15 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b17cc120bdb65d389c665303746f919405d4d6b]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:49:20 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c01300da4c046658aed36c5ae427e5fb06c26f6]

        INTEGRATION: CWS changefileheader (1.6.448); FILE MERGED 2008/03/31 16:57:41 rt 1.6.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f757fc9baa1d8b3998791c6bc3ffcab419a4591]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 15:58:20 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [651f6ce0c602f8f68bbe56cefafbb70ec9879bd5]

        INTEGRATION: CWS changefileheader (1.4.24); FILE MERGED 2008/04/01 15:29:43 thb 1.4.24.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.4.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42a22a2f30eac179fac9468d3bf71b90c7ce3ebd]

        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>  [a22f52241df1b10181f8bb198a35a6b32f6138f7]

        INTEGRATION: CWS changefileheader (1.12.188); FILE MERGED 2008/04/01 15:34:02 thb 1.12.188.3: #i85898# Stripping all external header guards 2008/04/01 12:38:32 thb 1.12.188.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.12.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a75f440e4002d7872b23c7c1f2698bd22220417f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:53 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2817c26d628ce2bc80fdcddee835d0ec3f5c1e2c]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:43:14 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a46bd0c5bfedee159076967c4e5083a0fde523]

        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>  [2a15f42a2dfab3563fb862bdf134f641b10221c2]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:15 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95bae125c99bad893c241cf2171d4b90eee0e5fe]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/04/01 15:49:20 thb 1.3.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.3.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e66d4eb8dc33c0d56af1458cd31cac239212f5d0]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:41 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3d8c242121001e1e0e2a897f73e95b5e34723d0]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:50:00 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8c7a214dba68009b42fddcd0fa370b12743f127]

        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>  [db03fa02032c9104e8e7751278602e586369ccd0]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/04/01 15:29:43 thb 1.5.24.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac77e80cc716679f38b24a1cc654a35b5633f7d6]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:43:14 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66f0f12a9cac933ff9167a11b2679f155d3fc8b8]

        INTEGRATION: CWS changefileheader (1.8.446); FILE MERGED 2008/04/01 15:49:20 thb 1.8.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.8.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.8.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5daf581f883ddd1ddddef73039bd5baa6c914610]

        INTEGRATION: CWS changefileheader (1.10.188); FILE MERGED 2008/03/31 13:56:52 rt 1.10.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376ac3ffb1823d12d90727f1ebaf56627853ca6f]

        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>  [ded47d436cd35bee33268cbae6f25457eea5a760]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 12:55:13 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:41 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e73090ed1ef35d0fae1b0d362fb4475a056bceaa]

        INTEGRATION: CWS changefileheader (1.5.32); FILE MERGED 2008/04/01 13:02:44 thb 1.5.32.2: #i85898# Stripping all external header guards 2008/03/28 15:50:00 rt 1.5.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d09495c95f8899a5dd4ad1dbc093973adc51658e]

        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>  [7dbfa4de327a9eea7f8e6281cc5e5cd322c07df1]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:42 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29822f1ef77282a5b7f19c3ef35300807cf95ce4]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:43:13 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b31b267bee62df9dabb272487a34494e04957a4]

        INTEGRATION: CWS changefileheader (1.7.446); FILE MERGED 2008/04/01 15:49:20 thb 1.7.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.7.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.7.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2ab0776ad33a7b1aff8f47f2122599d6eace957]

        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>  [fb116a7a09b74323f945b13f96c49aeec51968ea]

        INTEGRATION: CWS changefileheader (1.20.58); FILE MERGED 2008/04/01 15:58:46 thb 1.20.58.3: #i85898# Stripping all external header guards 2008/04/01 12:55:13 thb 1.20.58.2: #i85898# Stripping all external header guards 2008/03/31 16:57:41 rt 1.20.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29ebbbcee33eaab65172c43bb35e0c95c341a44b]

        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>  [c7426f1401063ed6720453eee7f1559a26385216]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/04/01 16:07:04 thb 1.2.62.3: #i85898# Stripping all external header guards 2008/04/01 13:02:44 thb 1.2.62.2: #i85898# Stripping all external header guards 2008/03/28 15:50:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dee2f9d0ccc14297159fc8f46b454dad35afb19]

        INTEGRATION: CWS changefileheader (1.5.130); FILE MERGED 2008/04/01 15:29:42 thb 1.5.130.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.5.130.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.5.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9bfa1a50ca5ea3510caf495588bf40a1f3e8ef]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 15:23:40 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:13 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:15 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27c72d3cfcf1e51c4c85c0c401895a441ea3b301]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:43:11 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fbdb50a0b4401c503bc5d9ee624ec8e84bb6a28]

        INTEGRATION: CWS changefileheader (1.5.446); FILE MERGED 2008/04/01 15:49:20 thb 1.5.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.5.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67fb7b44616e9394855dcdc706988ca743f320f7]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:20 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c714206e9cb1411a24601cb4eceeacf03362e01]

        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>  [c58b4e80018a613718fb230cd4ca5ce31e1c921a]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:57:41 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15e26c7cba9056693eaeafbd094a0cea4f108e4b]

        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>  [496f0d0727d8087fd8448cb6d5cfeba1a3260236]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 15:50:00 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12a3e435279cb5730e9316964a709fd1599271da]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:34 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a362baf49f10a218ff6f42585dce2ee8f15504aa]

        INTEGRATION: CWS changefileheader (1.13.188); FILE MERGED 2008/04/01 15:34:02 thb 1.13.188.3: #i85898# Stripping all external header guards 2008/04/01 12:38:31 thb 1.13.188.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.13.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376e35d3de6c0f6a8607c4b14430164410c46561]

        INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/28 16:43:11 rt 1.10.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5da692cb3c8180e7b784090455e53b67223edac8]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/31 13:32:15 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac0b8279ab17b14f884ed9d724198f994c877cbd]

        INTEGRATION: CWS changefileheader (1.5.446); FILE MERGED 2008/04/01 15:49:19 thb 1.5.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.5.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5e71b3e72ec24b14dd6fa6f675f6fb7d14c97f]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:19 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61d6494f0861e2b605b2e1907f89c0b1abba9b62]

        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>  [fffe78c0cdab302b21cba03f445beb8c695389d4]

        INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/03/28 15:50:00 rt 1.17.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2b2fad3153a832127ed990cd9ce72e8ca5d5c1d]

        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>  [22158ea92d8f90549567ae5fb6ae166216c4a9b6]

        INTEGRATION: CWS changefileheader (1.10.240); FILE MERGED 2008/04/01 15:29:42 thb 1.10.240.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.10.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.10.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21993bffb211c175160bc409358cfb4b67b7ee7f]

        INTEGRATION: CWS changefileheader (1.32.56); FILE MERGED 2008/04/01 15:34:01 thb 1.32.56.3: #i85898# Stripping all external header guards 2008/04/01 12:38:31 thb 1.32.56.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.32.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe4640311c078f86168c47fdcba0468c9ac81fa5]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:43:11 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afb26f8273500c20131ce7115abdd2ea666ac7a4]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:49:19 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d398f12c33fb023db8df79f1888b7096439e6bd]

        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>  [fdb5b2f688aafe1c7770cbc82ff855942fbe0f16]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:19 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c8bbb0ebd7697ffd6d5ddf95a8f54ec01b9a274]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/03/31 16:57:41 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [514176665031fb1eb35994fcc5ded494117bd48f]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:50:00 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa662fadf36cde1b60efb9fff20088f6b8ae1532]

        INTEGRATION: CWS changefileheader (1.13.96); FILE MERGED 2008/04/01 15:29:42 thb 1.13.96.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.13.96.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.13.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [524efab0502d54c046ac9221aa51f31a1ad09e4b]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/03/31 13:06:37 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9b0fc646c8cc4a3cd8712fffe9145097fae6d0d]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:34:01 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dba39644f883c701ef4af4cb0ca23fcf62dffe0]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/04/01 15:23:40 thb 1.7.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.7.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:15 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b8f2899aa4a4f79e9f5313a62c35a8421b05d2]

        INTEGRATION: CWS changefileheader (1.6.240); FILE MERGED 2008/03/28 16:43:11 rt 1.6.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c0d091e469a08f1a2597f06019138b450be94ee]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:49:19 thb 1.5.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a958cb676b148522da5ebea55ca19faa5e6cbbfc]

        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>  [e0a394117a1cf9159b653f098125cf7fe355a409]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:19 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1a21c2d7f41bf08df22fda9de829b76a702bb46]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 15:58:46 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:13 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:41 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [232cc4b88103c3c056e239c44a04388ad959548d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:59 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fc5ab3d07bf59bcd9ae794b801b4398a4d8eb00]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:13:34 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20ca3d1c6cd1079e3c282a8d0ee3e232eb736d8a]

        INTEGRATION: CWS changefileheader (1.4.358); FILE MERGED 2008/04/01 15:34:01 thb 1.4.358.3: #i85898# Stripping all external header guards 2008/04/01 12:38:31 thb 1.4.358.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.4.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4d16b6eca938291b7fb3dc255ea95def9058303]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:40 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:15 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [855472109be4e5f0a6733229b2265f191ebee193]

        INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/31 13:06:37 rt 1.5.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdf9477f0a043eb4e7ebc33d0a1fff8a2117cecf]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:11 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [931e933795af54cb46b2c43ff2a4fed5806a3362]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:49:19 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:24 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:59 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07f69334d402a3310dc100543714ffe26b6953f6]

        INTEGRATION: CWS changefileheader (1.5.718); FILE MERGED 2008/04/01 15:58:46 thb 1.5.718.2: #i85898# Stripping all external header guards 2008/03/31 16:57:41 rt 1.5.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [566071c912593ce2b689310c068fdb7a728fd81c]

        INTEGRATION: CWS changefileheader (1.2.188); FILE MERGED 2008/03/31 13:56:52 rt 1.2.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56690ce12f1e76f45d1716a99faf2d8093fec8ba]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:43:11 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7279bccbbe85193d9a3e2ae9480b4ce902cd588a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:52 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aa4e820744c9301d215d8a8745efdd1942b76ef]

        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>  [a41d647ca2d03e378d6cabe16adb3ec0e6c0bb88]

        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>  [e9b1af7f3980934349b72e46a326b9b3cc839b5c]

        INTEGRATION: CWS changefileheader (1.6.226); FILE MERGED 2008/03/31 16:57:41 rt 1.6.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ff358f91ba4c158fb895106666c1dce99f14bf7]

        INTEGRATION: CWS changefileheader (1.3.1254); FILE MERGED 2008/03/31 14:17:59 rt 1.3.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b26f6c4201f4dd0f75efba1088a6c566f2347657]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 15:58:19 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afae5512d67c6c98c3a59f2437c433714fa55b5f]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:06:37 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [330c19522e87a7d2c169a69f949841bbac95d3a2]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:43:11 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72bbe5354f241a7bd425b93b3dfcef39ff35579f]

        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>  [4c1d7656198553fb9f7295ea3f14f56a45e29762]

        INTEGRATION: CWS changefileheader (1.58.448); FILE MERGED 2008/03/31 16:57:41 rt 1.58.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ad56b7e118aaa5fedefc4baee00d5d1b19f247d]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 14:17:59 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7d1402a263f045698a304692aebaff521faefca]

        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>  [20b37bb8d940f50a457008935f87cfc4e162eaa0]

        INTEGRATION: CWS changefileheader (1.3.272); FILE MERGED 2008/03/31 15:58:19 rt 1.3.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16384a08f99e45353020526cee40c7ad152e2be7]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 13:06:37 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fb2bc7dcc187a10db8cc6e8f699e35c40a45ecc]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:59 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f33ebdedffeba7c48ada66c82d68ffb6db1840be]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/04/01 15:34:01 thb 1.4.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:31 thb 1.4.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:52 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [120261e6487dadf9a7ca704cd26223cb916f1ce6]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 13:32:15 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f088fd70af4d0cbb5e76f108e0edf436dc7c4404]

        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>  [cb9876cba5f978f4b7b9e2667aa346ec33acd5d5]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:42 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2520aa7c3b15b5c55b1ab13106af80924ad5b865]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/03/31 16:57:41 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0837c4142967037394f2f3f2bcb2ec2abc82464]

        INTEGRATION: CWS changefileheader (1.4.822); FILE MERGED 2008/03/31 14:17:59 rt 1.4.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c6d115b8f683c891d2b99dbcf6221f5314b32b6]

        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>  [da9d68eeb1e87b3225059a927e42d962764f735a]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:19 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d3beb28944bd2bd83d6241a37ab2d3c07d379cc]

        INTEGRATION: CWS changefileheader (1.23.130); FILE MERGED 2008/04/01 15:34:00 thb 1.23.130.3: #i85898# Stripping all external header guards 2008/04/01 12:38:30 thb 1.23.130.2: #i85898# Stripping all external header guards 2008/03/31 13:56:51 rt 1.23.130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ec0cb4b56c149e68bce9f9213ae699f62aa7c4d]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 13:06:37 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b3b3952c8f58d7b40b04f07483089c928222e92]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:40 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:15 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7299c9405ff2dafcee596207f6e47cff0635548]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/04/01 15:29:42 thb 1.23.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:01 thb 1.23.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad675b34c190b4922a4adaa44d9b353214e31199]

        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>  [98fd2930fd8da62a06c30588f61b1174c298b169]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:17:58 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f25471ca42e8f9d1b219264fd9ee5cdf7370cc64]

        INTEGRATION: CWS changefileheader (1.39.242); FILE MERGED 2008/04/01 15:58:46 thb 1.39.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:13 thb 1.39.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:41 rt 1.39.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f9354ffc1e57e1698e9496d82d5d06469fbed0]

        INTEGRATION: CWS changefileheader (1.11.30); FILE MERGED 2008/03/31 13:06:37 rt 1.11.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca68466a899e47d5dfb0c9206e6d10813093c9c0]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:32:14 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad9689b7bd10d55f181021f398e1372fc9dd395c]

        INTEGRATION: CWS changefileheader (1.4.412); FILE MERGED 2008/03/31 13:56:51 rt 1.4.412.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2d3163033995936ad3fb9c06c2d2bd248f676f0]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:10 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [602320152fbb76ec5d8a1ed1d65770f5b5b797a9]

        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>  [e843ef22baf54db45ec3e079590b041d62d87fa4]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:29:42 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [804d7322f8191149d1524ab47f1b1d9f8eedab98]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 15:49:19 thb 1.6.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab8e2e17fbb7e9473650a2e3be7e26eb4f10e321]

        INTEGRATION: CWS changefileheader (1.21.38); FILE MERGED 2008/03/31 16:57:41 rt 1.21.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b17eeecd078f390bb7a00bb75ab9b069c2598338]

        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>  [9ce968ee765a5d46f4c6a50491554421da8d9cf1]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/31 13:06:37 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [943085c88f6b77b2c4a24adf65a3df44ec1c6fad]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:58:19 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b48455bcd6c26ae1594d4899e16773dc6e418cc]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 12:33:12 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:14 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [272fc0a7018d37a090e4b8df42b908de2f5adc6d]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/04/01 15:34:00 thb 1.3.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ce245b1586b88816d55aba234b19fe1457f573c]

        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>  [56253438aad362845e897bdff0a5373cef4cdd81]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:43:10 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65d3e28c801395d65c8b349a1a554db409dd69bb]

        INTEGRATION: CWS changefileheader (1.11.300); FILE MERGED 2008/03/31 17:13:34 rt 1.11.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1efbce25d72b5243f3e2aeb5321703e6e22e63e]

        INTEGRATION: CWS changefileheader (1.10.196); FILE MERGED 2008/03/31 14:17:58 rt 1.10.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [351f09256b0fb3380c67250bb7cfcfff2b65e165]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:58:45 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:40 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94d64bf09e9cebba32f462ce081756577667f380]

        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>  [1d28f811f5044df4e17b8134e149cae0c3e6c739]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 13:06:37 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e07de4576dc7171b2565078984533685b56d7547]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:19 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [025f879d9cb021af47bb753f9600e4c5cc2688ab]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/31 13:32:14 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b761590bf1108e0fbd5e71c708e6750630e07877]

        INTEGRATION: CWS changefileheader (1.6.200); FILE MERGED 2008/04/01 15:34:00 thb 1.6.200.3: #i85898# Stripping all external header guards 2008/04/01 12:38:30 thb 1.6.200.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.6.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a78ea8f662f9fdc0d5afa88518b88bee8d867072]

        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>  [527d0a768cfac81379057835923180fee7acd839]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:41 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [082ce40586bbe6b7cb5ad1263d2f9c285c68dd11]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:43:10 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2224ba5d1b2fda93928edb1f1ea05097f8f44d8]

        INTEGRATION: CWS changefileheader (1.12.700); FILE MERGED 2008/04/01 15:49:19 thb 1.12.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.12.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.12.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7edb1ea05247dc6933b1a6105198ea2c7d401d1d]

        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>  [671d7c4ddbd52e12f40db599eaf7f0d77cd7ca79]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 13:06:37 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcc4d617dc22832275230a2bfc5ff517726eb067]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/31 13:32:14 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1004b1c49b93f10c714b62e8aebb36a722195a53]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 15:33:59 thb 1.8.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:30 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c3c026da42dbe4fdf7f63fd15f7a0c045d962e]

        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>  [2cc93fa8bf592e39f0f9d5a6fe3559b913a05497]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/03/28 16:43:10 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [108d7b9ca4e5926d72f9cb13564456adb1705853]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/03/31 17:13:34 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1dab6dc333ab545fcaef1730a712c4a39019e23]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/03/31 14:17:58 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ffcfb45d7b1cc4121cba0c0da9e01c0357c7234]

        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>  [222f58b873c847049e861bb7e3aa658d949b23fe]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/31 13:06:37 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c50eb3c29542d323eddf5782a3344e2a60f49e33]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 12:33:12 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:14 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d073c6517953d6fec238e3271706a1faac35d04]

        INTEGRATION: CWS changefileheader (1.14.200); FILE MERGED 2008/04/01 15:33:59 thb 1.14.200.3: #i85898# Stripping all external header guards 2008/04/01 12:38:30 thb 1.14.200.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.14.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [515a0c37657589767255317b3acf7dec1c7d6386]

        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>  [edde8d7773384e77feb7a4dfab7920a8ed6b6504]

        INTEGRATION: CWS changefileheader (1.12.700); FILE MERGED 2008/04/01 15:29:41 thb 1.12.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.12.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.12.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2e5f9eaae51712610305181e1e54004eecf2840]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:17:58 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1696067f04340412897c109f5be80277380a4d7]

        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>  [97df1577c65e91430d5e11ffbe7b5a31f1fdd6cf]

        INTEGRATION: CWS changefileheader (1.33.448); FILE MERGED 2008/03/31 16:57:40 rt 1.33.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f515b1877a25d7703068d3247cdc152a01e8fde2]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/04/01 15:23:40 thb 1.4.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.4.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:14 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92a7e58b437dfa4ac4e7865644ae2c527ad73422]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:51 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99451857804ef01fdc0a412d3115e463e54ba9d2]

        INTEGRATION: CWS changefileheader (1.13.38); FILE MERGED 2008/03/31 13:56:48 rt 1.13.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b90148494a93dc3663ca79970538f7137983a792]

        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>  [55618587b6ef3587e9dfa17f9608fe5b936b8107]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:10 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdab66eaf762bb39cf927d571405f43d6318420e]

        INTEGRATION: CWS changefileheader (1.7.390); FILE MERGED 2008/04/01 15:29:41 thb 1.7.390.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.7.390.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [938608bcbc26da4ff6c7376ad146ed75eb8cd445]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/28 15:49:58 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c06dc6cdb6a840906852fcb8497907add9652bc4]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cb1c1541e10a4793f59b02f7f0e402f9bcb4d42]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:33:59 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cc874110131e5935b5c36e7587f385ea70be78b]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:14 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [923240a115121dbd60573ed51306e4ce21dcecdf]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:48 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [447c367524f89977d2c3fecb0d3df2c1f7570f66]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:10 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc11234656c3e6c5dbc161d7dbf2e09374c0c64a]

        INTEGRATION: CWS changefileheader (1.2.1046); FILE MERGED 2008/04/01 15:29:41 thb 1.2.1046.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55e956e86e8b5972852b5c1eefb87f79f8027ec7]

        INTEGRATION: CWS changefileheader (1.5.1152); FILE MERGED 2008/03/31 14:17:58 rt 1.5.1152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f77cedc938c59b8c602a1b9476119f006298720]

        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>  [b26024318c66a4b6dfe102c58faa284377c187cc]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 12:55:13 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:39 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6183ba2510ac29d9ae8a95211094cea4a9c82fd9]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:58 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb57c3b56ee6cf1aeb2fcdda53dd82fafb8f68a2]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:32:14 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50ca6503d4425917c82cd7511ce8465e03807db4]

        INTEGRATION: CWS changefileheader (1.12.358); FILE MERGED 2008/03/31 13:56:48 rt 1.12.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4718b1cfd51865117c63cf23e62e4c8ca054c4a2]

        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>  [872cfd1051ef423988b7eb1a7443e081b7e46d43]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:10 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c865d6e9201ac5d4f926dac5854295b99836194f]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:41 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:34 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce0e4b60606cc8d89f37979cb6ed4f924f07883f]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 14:17:58 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd5b717fe99109bdeb9e05edd41fb2f3e0d6bce0]

        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>  [4874d5d60d1825ce5f1c81c377f77d919554142a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:48 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [765345f18e7c7019de51fda4aed244b9121b1964]

        INTEGRATION: CWS changefileheader (1.29.448); FILE MERGED 2008/03/31 16:57:39 rt 1.29.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd81386a4a54d48cb039e45450f2030954d8dfdd]

        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>  [62260485911014950d0b3139e57422a271b6656c]

        INTEGRATION: CWS changefileheader (1.101.16); FILE MERGED 2008/04/01 15:33:58 thb 1.101.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.101.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.101.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb7839b54c0930ee63e7a1c2450aa0eb75f7d38e]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:43:10 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19cfc7f095f927e81c0697a2d4ef001821b15bbc]

        INTEGRATION: CWS changefileheader (1.10.192); FILE MERGED 2008/04/01 15:29:40 thb 1.10.192.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.10.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d9b1ef20e999866a7099d64b78931c7aade260c]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:19 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [117797e087a57abe0843628a04c220b493cd1c76]

        INTEGRATION: CWS changefileheader (1.9.30); FILE MERGED 2008/03/31 13:06:37 rt 1.9.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22d79cfa3afc2aab8a3126fd7929d73275d79b46]

        INTEGRATION: CWS changefileheader (1.26.448); FILE MERGED 2008/03/31 16:57:39 rt 1.26.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f25e2c84f12cb8baa79d7965c86011f6a121db4]

        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>  [a92af2c963256f19408119c8796ce7aefceebc38]

        INTEGRATION: CWS changefileheader (1.6.1180); FILE MERGED 2008/03/31 14:17:58 rt 1.6.1180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [246c585f234a5adc5aec7c42ec981d429b710ca8]

        INTEGRATION: CWS changefileheader (1.61.34); FILE MERGED 2008/03/31 17:13:33 rt 1.61.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18d83c1cbd37b82be7f4e56129591d46a0c6c7b9]

        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>  [430f72984018dbc4561bff555f80f99d8de05d95]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/31 13:06:37 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1e6413616e49ceee410d596dfd47706a30a6062]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:57:39 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [233e407fc344d9665022038091905cae68dc9013]

        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>  [4c17c09fd3459bb8594e83a9e56b63840086fdf3]

        INTEGRATION: CWS changefileheader (1.8.1256); FILE MERGED 2008/04/01 15:49:19 thb 1.8.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.8.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.8.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ed0e3d5d174f8d1aaf05049c453e469a4cbc2f5]

        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>  [9cd22e7a4dc31c27470b3694bb124ddbb743a8aa]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:33:58 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dfc3d96ef12c0a910456411ebac77597f317ad1]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:06:36 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def3412021107418966d4a2d7fc787f84a0cd1cf]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/03/31 17:13:33 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7767533ec3ce3b69bb8738d1a71c48d385fd434e]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:58:45 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:12 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:39 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70060b3038f65dd82913b690adbcbd7a8280f598]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:13 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88443553b4450b82213ea067b946303ab1f51689]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:43:10 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb6b588ee100ca13d1851264deb8818cc27b95a2]

        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>  [2a84d7287a6d3b1cc4dfdbf6e98dd9d327bcae95]

        INTEGRATION: CWS changefileheader (1.8.446); FILE MERGED 2008/04/01 15:49:19 thb 1.8.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.8.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.8.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [210cbd1a0578ab372d34e69703b65d9b17253211]

        INTEGRATION: CWS changefileheader (1.11.498); FILE MERGED 2008/03/31 15:58:19 rt 1.11.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a263608b5ec9c3a2451b2b324785579c8983cf42]

        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>  [1b5f56e6913d91a5a7ffc77967b9fb74907c5328]

        INTEGRATION: CWS changefileheader (1.45.16); FILE MERGED 2008/04/01 15:33:57 thb 1.45.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.45.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.45.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8d2b9ae326ef051bd4b6a37e465629fbfb682b4]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:58 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49c8cf0357b3de9c12b748064c938b1a5b6f7d94]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:58:45 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:39 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [313072844b7eb04baf78e81ea3d54d5b73227227]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:40 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22a7bc25d3e05da1bd9709dc5d3ec1c9eaacb9d3]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:32:13 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecf29c41338ee356210f33d18f08f5333099d619]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:43:10 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e807db33d228659954d3ad79557ae46964793fee]

        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>  [77c70e0c01bea09a6b81ff80cdb96296501abeb7]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 15:49:18 thb 1.6.638.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41de56e8410bed744cec527d77ad972fe20aca99]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3699b573c7642cc8005466b3d9fbe26abb1a741a]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:18 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3470181eb97c6f6ca101878ab4bdf9b681baf66]

        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>  [80be2333ab44b70fe10e1e66b29f95ba68709885]

        INTEGRATION: CWS changefileheader (1.61.24); FILE MERGED 2008/04/01 15:33:57 thb 1.61.24.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.61.24.2: #i85898# Stripping all external header guards 2008/03/31 13:56:48 rt 1.61.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04bd94a9bdd8def063dbb1b015f1dd959466314f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:58 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7d37d98e5cf4136e647400bd8f6e523b90bf43a]

        INTEGRATION: CWS changefileheader (1.3.430); FILE MERGED 2008/04/01 15:29:40 thb 1.3.430.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.3.430.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.3.430.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0093684f2c77661af62b1028a7913499d41f79e]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:43:10 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e22264458a8776419dcf573a095bbf191dfbbb]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:18 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095ce26d9252a4e2d6e0dfdece97ab3c50fa22e7]

        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>  [1b3d22209330fcf76aad801bdf53ffa7fc5f94c6]

        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>  [5a0cb7c9e7622436586e8279fa205fc85739aa3f]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/03/31 13:56:48 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [699d1e582590a58b56c80965220a35d91d10d6ad]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 12:36:00 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35499e069b21ee4e73002198c8e5fa0aba03f11a]

        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>  [2341f88ee36e48bfe827d49ab585b54a642e9e69]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 15:49:18 thb 1.6.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b55f85afa8028453485ebb31e208b12aaa12571b]

        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>  [312ef50e63f680e9377cdb9671671e531f25cfc0]

        INTEGRATION: CWS changefileheader (1.11.498); FILE MERGED 2008/03/31 15:58:18 rt 1.11.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b5a83e34d19a4b10e5cf3b5bb23f449f2ec1722]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:57:39 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [590f5e3b91f01944a988268b5b29a0edcc1f7626]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:56:48 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48d11553c9c0377f82134819251aeba49522095e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5a8957f7acde747bbd868696cdf3fc8ddf3432e]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/04/01 12:36:00 thb 1.5.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd0c4126ab28dcfd3dc5e6a421567cb55081c5b0]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:43:10 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f1c3f3d54312c28d6b0a9c1256ea74249f62365]

        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>  [6a67d238dc9c113acb7b0f75731322986fe454a9]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/31 16:50:47 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c49c9252ae43f621dfc462ce8c2371130fcb5745]

        INTEGRATION: CWS changefileheader (1.5.446); FILE MERGED 2008/04/01 15:49:18 thb 1.5.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.5.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.5.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [615d1349a9501f96142a83b3f2420e8a763e0a7b]

        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>  [778acfdaceb629ccf825a840238f6e1d1053a44f]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/31 15:58:18 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4b5aaa5dd9a36fd35e2b5e6dbcb3577dd52590b]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:58:44 thb 1.13.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:12 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/31 16:57:39 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28fe060cb7139b69b95c9a31a97f6ac56f50a90f]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:39 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:13 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c14aab27ef75d9f269bce7f0bcc050b45d9cd24c]

        INTEGRATION: CWS changefileheader (1.15.298); FILE MERGED 2008/04/01 15:33:57 thb 1.15.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.15.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1159e63e0b7947843fb1c9405d497b0181887a7]

        INTEGRATION: CWS changefileheader (1.3.572); FILE MERGED 2008/04/01 15:29:40 thb 1.3.572.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.3.572.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a8e216106c4a66f1f2979e2e453f46763790ee0]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:43:10 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d16103397115dcab62701350bca082838c22265]

        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>  [27085a8edee829bcf0e150cc870d9bbf7722df89]

        INTEGRATION: CWS changefileheader (1.4.822); FILE MERGED 2008/03/31 14:17:58 rt 1.4.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [804d0209e3e04eda080a2bfb30655129984a8610]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:06:36 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9ae877fa1742a475f2dcb277e513a2f374917a4]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:18 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9d440ae14b6ee6503537e763d0c54fa4cc9a1de]

        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>  [3867a94db8912f392630b0b082d59e8434f6a66d]

        INTEGRATION: CWS changefileheader (1.8.226); FILE MERGED 2008/04/01 15:58:44 thb 1.8.226.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.8.226.2: #i85898# Stripping all external header guards 2008/03/31 16:57:05 rt 1.8.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db34c414b784f7d492e4de26ffc8577ee0a6f959]

        INTEGRATION: CWS changefileheader (1.16.166); FILE MERGED 2008/04/01 15:33:56 thb 1.16.166.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.16.166.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.16.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba02e64ca77d09b96ab5759418f0df7ac3c9f98]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:23:39 thb 1.3.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:12 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [791e7994d68cea25dc2871b6de0f3f53d0ef518b]

        INTEGRATION: CWS changefileheader (1.9.292); FILE MERGED 2008/04/01 15:29:40 thb 1.9.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.9.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.9.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f447797efecef1636db4b2fe4880eddb2f8a66fb]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:43:09 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56b745b97f999d6d8a0c57e0c0ccb935b68a98cf]

        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>  [485ae94b62398904745ba103c972f852e4a84761]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:18 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:23 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a918fb1a4885daf9a4c5218afa0b3405fbcb3707]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/03/31 13:06:36 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad4888442ddfbadea154821317022c1efa13dee8]

        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>  [0b4b154c107ac0d6bb77752deea47431e367c7bd]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/31 15:58:18 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff4f82455618a2ab4c6862dfe663ae39f4070cb]

        INTEGRATION: CWS changefileheader (1.5.448); FILE MERGED 2008/03/31 16:57:05 rt 1.5.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83a4893875fda2a3f3b4154cb136e35ceee32af9]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:33:56 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3652b203e438e5536e9f24093a54fcce6dc91a43]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/04/01 15:23:39 thb 1.7.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:12 thb 1.7.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:12 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [196299dfe8cf74cb6b777906b2c6a1f781982bb2]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:29:39 thb 1.5.94.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fc9ca40d4ed05b400d5fc3ef7ec604d3cd733fc]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:57 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d4e56a114160b8313ec9541a0284aecb981663e]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:43:09 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c95b4e2a2a6873f0456b5405055d305feca3a3b0]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:47 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f8136fcabc95d68733dee85eac065403e959cd0]

        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>  [2952b7eb6646b3243b2f34d88394567e80fc5ca9]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 13:06:36 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a8d874cf2a89844dad111765a3390050728caf7]

        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>  [ec45abab47e94ed84a91a8a4e115e19043d92a09]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 15:58:18 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6a35c381b208a0ff637d17a34dd6316865b82cb]

        INTEGRATION: CWS changefileheader (1.12.298); FILE MERGED 2008/04/01 15:33:56 thb 1.12.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.12.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.12.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3720449664236f437ff3d8cd0accfa358038dcaf]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:58:44 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:57:05 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce06abf0a6582e220e8e1eebabc47f9a3c8fda7f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:57 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eabb91d24618aaa173ecd1e4d3911c772bcc6aa0]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:43:09 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1693b929a842b0aa63f0f7747d66960de7a3799]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 12:36:00 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8eefeb9e1852d6ef47b02846ce02e39200a82b0]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [794f48c548b3d4cc8f06a50d659a4d8c4c1e3224]

        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>  [02234b332047f5e4de24ad1d430f0e530c98fb77]

        INTEGRATION: CWS changefileheader (1.6.30); FILE MERGED 2008/03/31 13:06:36 rt 1.6.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07a0da76d729190f6fc76ee6a7149e785ffd6d5b]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:18 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [571e8f3241682a86a7ac4010160edf72f6f56df8]

        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>  [ccf2785731eca271ecd61bbb1875a9a2e3d88344]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 15:58:18 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6036b3a67a9a5de1edacbfbd48519e423e8ee8]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 20:05:08 thb 1.8.298.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:33:56 thb 1.8.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:29 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18b4e9e6b13f53b8215437866a834e089bc5b9e7]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:23:39 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:12 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46422ef81a088e1b6ddbcdb7a161d37dfc52409f]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:04 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [985fca1a80d6c04dce6da135c1611508a7dcd863]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/04/01 15:29:39 thb 1.8.300.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.8.300.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cb3bee546f8717f1cd7cf1badb88a467620ce91]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 16:50:42 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd3ba61fc83fdb970f9131af681a5b8111b05783]

        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>  [888d030b8d2df8aba41770d80b11554d1a8ffec1]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/31 13:06:36 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76f7ddba9d9666b6d7d6b5c778169f6477539c89]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 12:46:22 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d235a052889b07b9a06f95201c68f217c0db93fe]

        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>  [10d2ccff38baa02ce3d559d2f8ee1f09c9f4f568]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 12:33:11 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:12 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [556b5096dfc7b1a9bab405037901e203e59f766e]

        INTEGRATION: CWS changefileheader (1.91.16); FILE MERGED 2008/04/01 15:33:55 thb 1.91.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:28 thb 1.91.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.91.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e50c016ed85bc0578ae466fb41ee70e17c082e1]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 12:55:09 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29eddeada7c79e5bf6f27b20d0711225244b345b]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:39 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c9a7c9231d90d628e9b2901ed95461572b06d98]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:42 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2477957a370592dcfb84791ce0b6f2dc2394d75d]

        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>  [e203ecbc8c6b1136cf4349bcc6ebf3b73fca1ecf]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/31 13:06:36 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfbc58d3aaf6ffe604749f0eef873bde75535625]

        INTEGRATION: CWS changefileheader (1.4.668); FILE MERGED 2008/03/31 14:17:58 rt 1.4.668.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [748864627d37786ec1ca7bd48f69334ecb76355a]

        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>  [15abb6b3d375dde6d3b7004d6c23359ac335f5b0]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:39 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:12 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c475d45c429ce112f99dde3ce15395b99ff3dce]

        INTEGRATION: CWS changefileheader (1.8.448); FILE MERGED 2008/03/31 16:57:04 rt 1.8.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab1a53a7f857e0d1d8cfbe28afb6840e87eea970]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:08 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e39f206b41d23307367d8420c22271d10dd4b8f]

        INTEGRATION: CWS changefileheader (1.8.250); FILE MERGED 2008/03/31 13:56:47 rt 1.8.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21ce2087743ba41742d007631248353e6d7139d5]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:39 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:36:00 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2edcb79f6f4f8daa1cdbcbc8afc5651b7e2e41b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:42 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88f50ea3716665b38ed85d3a45c15bbb4e366acb]

        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>  [9703422987a113378abb2bfa118d56d6e5950577]

        INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/04/01 15:49:18 thb 1.10.50.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.10.50.2: #i85898# Stripping all external header guards 2008/03/31 14:17:58 rt 1.10.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [614005d90b9b6e8dcd26a4d22ceda8fe4f483ad3]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:18 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e1647395e9ca2e1f2fc4c630a19dc5ccbef841d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:39 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:11 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a5263bd01c298aa4c0c9a971c689ab197ca91a4]

        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>  [e4c6460519f82ce8050d62ee2c2e26357d20ffda]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:43:08 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c89793f27f6243d2019de22cafe4f11392e1ec7]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 15:58:43 thb 1.4.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ced993e93713f8021a39c7bb849aa48f1d70cd32]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/31 13:56:47 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3ac04472267761a983195618633de34064a2e8c]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 15:29:39 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:33 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c02278bc0c4d63a9da5d75f2600dc5924886b66]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/31 13:06:36 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4ddcd2ffb505a0f92ef09ecbf710161f9ddc9cb]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 15:23:39 thb 1.4.70.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 13:32:11 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08b81077e2264da3a77c75d0f91650a6a41a3c27]

        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>  [0b8b2fd4c22204bdd6162961ed99ee01a03d4097]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:33:55 thb 1.4.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:28 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bdda745f4506b57e717a8e7aef00e654011cdbd]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/04/01 15:29:39 thb 1.6.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.6.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [943f76a13b1be88d17d1d65346ac2203d915a91c]

        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>  [29e90a203b2f41dea2a084acf8841eb9ed00bc0f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:08 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b984383ead95c0718cdf591159eec9d3d915d35d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:39 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:11 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf83046c353e238c304e2a088b765f45688b8b62]

        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>  [90208d93a26a98bb76ab6012e9ceac10ed0934ff]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:58:43 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5820a12194373646050b4c846135d844fb6d34de]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:08 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ba4c8c981a4b7bd455afe90afcda171c3133c90]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/04/01 15:33:55 thb 1.4.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [051f8cc27e0b67d639d0ef68b120ffe572c03ce5]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:29:38 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b4c6655988c42fb4f2fd8a3a2796ea6743bbe25]

        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>  [c3719dc57412c5c4342eeafe5d4306ae565240db]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:06:36 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ba4afb1bfb4d83458f2478924dda128914b564e]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:18 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5b2265d8e8c70310a400764eaeb4b3cb6f566c]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:23:39 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:11 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a67ba66d713f336ab683ce2001b99b8e9102e262]

        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>  [49810cbec6704a3536fb04741a22193f475a5ba5]

        INTEGRATION: CWS changefileheader (1.6.206); FILE MERGED 2008/03/28 16:43:08 rt 1.6.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02d01c2976254e4a0d915d35f6c2a104694e1606]

        INTEGRATION: CWS changefileheader (1.2.544); FILE MERGED 2008/03/31 13:56:47 rt 1.2.544.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daf82c9345366b085923cd1139d7d85095d19d10]

        INTEGRATION: CWS changefileheader (1.13.330); FILE MERGED 2008/04/01 15:29:38 thb 1.13.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.13.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.13.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [307e0457bef87df70d1553866e4f40a7704f2032]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:40 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40c9bbd2be60ffa39d3f2c22c1e3defaf97940bf]

        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>  [3f60275df0ab8b20d39e527efc1ee884d4de5dd5]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 13:06:36 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae284e3964dd6441edcbba64bb3f15201d70faa2]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:17 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b9ea9c7e5152dfa6073d2827cc6a5dec5c77068]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:38 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d954894294dd415f060500573684ecd8414a72]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 15:49:17 thb 1.6.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a742fd71cf9c79dca24b9dfaeacf6b9716096f3f]

        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>  [04c04cd0e32ef96d42a2cc92d5e316a791648745]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:40 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c351b99786a7b2b6ebcc16c2a3765b1037a38d9]

        INTEGRATION: CWS changefileheader (1.13.184); FILE MERGED 2008/04/01 12:38:27 thb 1.13.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.13.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3275952a345d562f5e9c8c2dfc134026910521e3]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:58:42 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0761a76acb9ecf1fcd58892a9fcd99dd70bf55a]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:38 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccbf003363fc61f55497d90e5f0ba635226c2f77]

        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>  [6ec46178fc5896b768bb40e250669f6d61ee3fd2]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:38 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b74f0f424f3872f8ea0b5682fa5b17c760c3968]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:17 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d1e4a43f2fe0aa5ad98dd033f1d89bbc7f2a357]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:49:17 thb 1.8.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3c77dd51eae0dcf6f29e525f07567fb2b5b53d7]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 16:50:40 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fd8ec782930b02bfd241ed6be486b9351dab74b]

        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>  [58bd487a03e24a7430bcb7551522bf7dcc8d098d]

        INTEGRATION: CWS changefileheader (1.14.16); FILE MERGED 2008/04/01 15:33:54 thb 1.14.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:47 rt 1.14.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2f77559d15bd968173d3b276e9060d183609dd1]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:08 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74938b632993d4bc0c33d0ccbbdc5b73c6669416]

        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>  [46231ccd2a85833a35b26bfdba801166f5b8b262]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:38 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba034d8f05e1bf1acb91e028c509977f1850776c]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:06:35 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7bff45909553054c7b159e581910c74dfbd1397]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:38 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ff7bc5eb01486d661d1237ab611f3c66a4d129c]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 15:58:17 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5012c27ac23d6d53a904e4a616a8ca5deec3eff1]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:58:42 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa532e747ddca68cce3879819e016c47f17e534d]

        INTEGRATION: CWS changefileheader (1.21.16); FILE MERGED 2008/04/01 15:33:54 thb 1.21.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:27 thb 1.21.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.21.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5ac19d65d8eea2f06b79c0ebd23bba6ebbe686f]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:43:07 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46423b3a8836025f72fa41136f909f733e87de89]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:35:59 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77875e2ce130f8d273878e2eb86396a5bade3abd]

        INTEGRATION: CWS changefileheader (1.4.368); FILE MERGED 2008/04/01 15:49:17 thb 1.4.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.4.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.4.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d776357ae85d826c41874edbbfb1048d8cc31a]

        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>  [69421f12d9bb899b98c2cde9833f1e4020831131]

        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>  [97b07f871e9d30d699d0557dc63ac5cbe4901ba4]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 12:33:11 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0d54ac1d834b03600de39c6e79d5052d442313a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:56 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0ecf86872d24d3638f35fb95041432c9059e229]

        INTEGRATION: CWS changefileheader (1.12.354); FILE MERGED 2008/03/31 16:57:04 rt 1.12.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d023d8d4f52f701a37e167ca8abc3fae5b60301f]

        INTEGRATION: CWS changefileheader (1.36.16); FILE MERGED 2008/04/01 15:33:54 thb 1.36.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.36.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64166d3f45b70d0127bbe5ad646420e2d33eea9]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:07 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bd18c308cd3035d36881e26628b7caabf2d2fe5]

        INTEGRATION: CWS changefileheader (1.4.330); FILE MERGED 2008/04/01 15:29:38 thb 1.4.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.4.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88310f66dd277a0cc095581cc748054a09a79443]

        INTEGRATION: CWS changefileheader (1.10.1256); FILE MERGED 2008/04/01 15:49:17 thb 1.10.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.10.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.10.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac9972d6423111e987f072b090683f4a1489aa7f]

        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>  [2aa2f80ea10677a3e67488f5df4e4a27c21af73a]

        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>  [c59a3d16a5c8310bd97d9a1294a7e7706143d99e]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:38 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5243559f9c308f0a3dc17bbd392e210f00d79d7]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:17 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fce9b37dc87058173a0044e7e877a9c1f65aad47]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 15:58:42 thb 1.9.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e366fbbdfc7ab8b25d68d89fb3ba75f40ae9ef77]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 16:50:40 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461f38fae8b7ec86cc253e96dadd93aa257a5307]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:56:46 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29dcd6b0f767fa448b8ff0268dc7b8cfcf721755]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:17 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:22 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9ea3961fb8e968d4d8a21264f38cec0a1fbb119]

        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>  [60a0484cf28029579af1a4513ed086183c9b5d78]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 12:35:59 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37dedd289ffcf5cfe09d0daaca6e36be133b32cc]

        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>  [6ed0af893b258499203094de8b1126c59ace8ef3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:56 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d48ed9200b173bad9402993652320fcadfb8aa98]

        INTEGRATION: CWS changefileheader (1.4.320); FILE MERGED 2008/04/01 15:33:53 thb 1.4.320.3: #i85898# Stripping all external header guards 2008/04/01 12:38:27 thb 1.4.320.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.4.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [811547a988cb2435ce3b0f6d701174c6e1baa86c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:07 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e3e1a41c784aaea87ab2c648a7a980373910ed6]

        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>  [0df51580e65dbab72c2f30792b0ee6aa918bd418]

        INTEGRATION: CWS changefileheader (1.22.34); FILE MERGED 2008/04/01 15:29:38 thb 1.22.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.22.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [658142be0507fd9602b18748bc4886a029770d72]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 12:33:11 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [808aa9de9e0d284fcabc1badea47cf7169d0dad9]

        INTEGRATION: CWS changefileheader (1.22.38); FILE MERGED 2008/04/01 15:58:41 thb 1.22.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.22.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.22.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [370735a8ca29381dd9280644611c4089546b7315]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 16:50:39 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c6be7343eaeae35c8629d63fc1abd1c52d1bef]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:43:07 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00aea485ec4707e7aa651ae5314639a2eb224a51]

        INTEGRATION: CWS changefileheader (1.6.638); FILE MERGED 2008/04/01 15:49:17 thb 1.6.638.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.6.638.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.6.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a32635faa6e8e7159f514108b3a246fb09aebd69]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 15:33:53 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:27 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [580b7112ac1c9ffcd6d5438f21c4f27bb3679e5b]

        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>  [7c37e6f02079a78db66fa3958ab6358b86d5569a]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/03/31 13:06:35 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48ea041e8bb66631a93bf49fc3cfcdd4b8dee668]

        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>  [1ff404d94c7ef45ecfe388ac556586be9e042d3e]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 12:35:59 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64dd5551950fee3c2cde67ae3467dd8ac6e4d1ed]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:38 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:10 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d85d2c42e374771f856769c2f1b3d4f7c38d3ab9]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/04/01 15:49:16 thb 1.10.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.10.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7a0c17e6b154a21f7683cd0cfc42109219c9b4b]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/31 16:50:39 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66d07a1fe002fd580ad2ab11f389a44c12948033]

        INTEGRATION: CWS changefileheader (1.36.16); FILE MERGED 2008/04/01 15:33:53 thb 1.36.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.36.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73a97178089db1545e6c312e04ea73194523f9d1]

        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>  [3dda8be1b9cfabb2833733043d36cd04da3a2da7]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:37 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96d8d1b760f6b67a8b4bf286b5c3c32c04437f0b]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:38 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:09 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c105c1483fddc8bc62aa0bf8f9cde2b7d7817d9e]

        INTEGRATION: CWS changefileheader (1.9.650); FILE MERGED 2008/04/01 15:49:16 thb 1.9.650.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.9.650.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.9.650.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7883e4b9cc08c75f3427181a7a04a9092e3c956f]

        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>  [b461db765f2e1c568c69e7dc0ccf2dfb7f97afd9]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:06:35 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80d9efeeae7a2e8e5c768b42e2b64301cf3b17a7]

        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>  [73c21e9bb9fbc295f4f1c4518c204e83a8a569fb]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:37 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3931947a92ed6da63af6ff2a5a93bb5848d50904]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:38 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:09 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65b6ff03cf7b7ebc415c8bfafb5d1a5e0e63b534]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:39 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249e4678a7667ab8d79498308668376115a75dc1]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:56:46 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [592d5f0853fd7bcd62d98b85d78f727725ce6c1b]

        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>  [0d046e190ce466ed190b445033374fa69054a775]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:17:56 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fafb47b9ae47c0944c686defefbff8483057b09e]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:17 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8dd80edc5126cde7f63860002c1d2ceb90c310c]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:06:35 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d1042872c924c13918a2863c7a3d69642d42dc4]

        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>  [93789ac42b7279587bec646c18226dadd58d6bd4]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:29:37 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:59 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab3fb37679effc5f87dd8788f08fee669d0b5f00]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:38 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:09 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5629be92745d5627916c03e5749066232202e660]

        INTEGRATION: CWS changefileheader (1.5.314); FILE MERGED 2008/04/01 15:33:52 thb 1.5.314.2: #i85898# Stripping all external header guards 2008/03/31 13:56:46 rt 1.5.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a43adac7756f6b2926c269a157f08281acd3ec3]

        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>  [e73fda92ce5bd2c65440ae2de694be0d721a1816]

        INTEGRATION: CWS changefileheader (1.5.822); FILE MERGED 2008/04/01 15:49:16 thb 1.5.822.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.5.822.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.5.822.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64a71d587b68101c9483c1e2f21ddf6ce75e4c7b]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 15:58:17 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f599171f5fa5e98a0c6b36eefbdccb8bfd56de30]

        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>  [17e9e40fcedcdc28c300be359bc103eac6cb8ec3]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:37 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cfa475a1ec39299d1cf508461e8e36d455faad6]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:58:41 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f18ca2adffc5f031a3a60dc163cc94c31527b472]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:06:22 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [965d64b2aecbbe41e266694f64f0eefbccbbeef0]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:38 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:11 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:09 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbf1021376a7b5569b6798cc3a32c3a5108483c1]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:43:06 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ade3a4ebdb9fba168ddfdb11f4afb19d500d51ed]

        INTEGRATION: CWS changefileheader (1.5.852); FILE MERGED 2008/04/01 15:49:16 thb 1.5.852.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.5.852.2: #i85898# Stripping all external header guards 2008/03/31 14:17:56 rt 1.5.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9e57fc4d07fd6bbf6df7af3195013a3ed2f5cc1]

        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>  [edba26ec2d83cf2319268d5350d38ee592e5c415]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:39 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cdf385c763dbaa14f9b6518d3612429fda1b485]

        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>  [7805a97256d9f13b12cdae7923f098fbd5cbf357]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 15:29:37 thb 1.8.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:58 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ab7c95551844d866d733482d0dd0e22136084ff]

        INTEGRATION: CWS changefileheader (1.5.28); FILE MERGED 2008/03/31 13:06:22 rt 1.5.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a39b1ffc3bfb8f3ed8cfd1e1d5b53032e8ace8ad]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:06 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ea42c30d3379e4189e849e82d376e7ba46f6b85]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:32:09 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9495ec2c63aed2ac708cd7548530719f53bb36cf]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:17:56 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12ebbf3b2779cb721404f4b1fb70797a482a04d7]

        INTEGRATION: CWS changefileheader (1.9.358); FILE MERGED 2008/03/31 13:56:46 rt 1.9.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6424abdfdcf52c896d45df58acd22c2740c52ce4]

        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>  [65b3509b47f1fdae7f01d12b335435060c079c3e]

        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>  [b397dee03e94e575bca164259027600cf54d65f0]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:58:40 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:09 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390d78c8581c4ba50013b87c073b1066ca5c3690]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:37 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:58 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:32 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d3fe06752766cc779d3e78bcea60722b2f779da]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 13:06:22 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2874dee75dd1a5e097b109ff322ebfafe3e5116]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:43:06 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d3de98a51e83fe23dcb17226ea14dcf74c37ce3]

        INTEGRATION: CWS changefileheader (1.75.196); FILE MERGED 2008/03/31 14:17:55 rt 1.75.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [577de20b0215f58779f369036f637f77e123db7a]

        INTEGRATION: CWS changefileheader (1.13.16); FILE MERGED 2008/03/31 13:56:46 rt 1.13.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [feb97b9a9c2ba99387b7d6a9c882ff6474b290bc]

        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>  [3da024112730dcc26c89e402c78ef2ac8e6504a0]

        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>  [051e2af3fcdf3cdc3fd9a42434c538a11c099338]

        INTEGRATION: CWS changefileheader (1.5.78); FILE MERGED 2008/04/01 15:29:36 thb 1.5.78.3: #i85898# Stripping all external header guards 2008/04/01 12:35:58 thb 1.5.78.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.5.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a28a3f2e438b3b8727ec89de9fd7bfe0789bb60]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 13:06:21 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a524058c76206b71d1f9745cc1b0b25251890bc]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:06 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f37402d30085936d4f7bb65c3c6a28211bba0bd]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:11 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:09 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d9da0b93119413d551151a3ef13764ad2c8074b]

        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>  [451d75068e3f585ca64d5bd75e656bf118368c07]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 15:58:17 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10d9a396587ce18c67e265c80fdef8dd0e2a998b]

        INTEGRATION: CWS changefileheader (1.8.1254); FILE MERGED 2008/04/01 15:49:16 thb 1.8.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.8.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.8.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d14814f8aee11bc22fc2ba6a8a3e0b89ac072d5]

        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>  [7f93f2d37c2a31d5912684a9eb58f3b589224ff2]

        INTEGRATION: CWS changefileheader (1.2.414); FILE MERGED 2008/03/31 17:13:31 rt 1.2.414.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83c7ec7dd55dfc4882fb3036e3eba5d698f41940]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:06 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d163fceb8cec5098763c9c5ef36abbb686af7a6]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/31 13:06:21 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c15e7f95210bbd0e9c19160f87b51354e0658ca]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:23:38 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:08 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [826430b12289f7bc34e355b930c86d56dff9b92a]

        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>  [6c4c02e57594c7ba5661d0cb2c538638ef55e054]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:16 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf5af8b344f404f8088768ed618aa0c3aa54d3dc]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 15:58:40 thb 1.4.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a20bab957946eaaf1900ecd97dc80382b385d912]

        INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/03/31 14:17:55 rt 1.10.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc666f17118521b104a9c7a52fc35f8c16ed60d4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:55 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db1c759e25dadf644ea6f2cfa236b2f23024bf61]

        INTEGRATION: CWS changefileheader (1.2.182); FILE MERGED 2008/04/01 15:29:36 thb 1.2.182.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.2.182.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.2.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8eabd8627005af2c628d2edb65dd5e82397dddec]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/03/31 13:06:21 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cb767c53f135e4722daf5b536bfa86dd2f719b8]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:05 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d56b3f48432547e5ab589629eae67b9c0bb4709]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:38 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:08 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e111bfd599b8f4bc84315d1e546fe0130df5a3]

        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>  [eef96e1cb0adc33fb5c94a2e33767aaccb64742e]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:16 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d2b9a7988fb5e5afcdeb43d8dde85ed7d62679]

        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>  [c766345b9620f0541cb893beb0943387d5110e89]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:06:21 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f61ae69614ecd5cfaf25bec2e77639a8e630ef6d]

        INTEGRATION: CWS changefileheader (1.14.790); FILE MERGED 2008/03/31 14:17:55 rt 1.14.790.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a24398d5947d91c8ed81cff175cdf05f666a0b7]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:36 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b82ba5d76e6e91aa252e12b28633c7e390b0890]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:38 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:08 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40bb430356451f4a0af0b1eb6060d87a7eecadf0]

        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>  [404b994bbad22b6e7cd5c9e548b1396263730835]

        INTEGRATION: CWS changefileheader (1.19.38); FILE MERGED 2008/04/01 15:58:40 thb 1.19.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.19.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.19.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ff6f0c729e074f61f25cb09eabb85a55f57ef0c]

        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>  [648eb165fc8a884eb01f24c553c247afbc9ab31b]

        INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/04/01 15:29:36 thb 1.6.96.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.6.96.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.6.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c1349ca5c9b92447a65b1aaf46e8af042bf8be0]

        INTEGRATION: CWS changefileheader (1.4.638); FILE MERGED 2008/03/31 14:17:55 rt 1.4.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24487d463e588a818dff3cc802daa470b5ec6ca9]

        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>  [d451ed0e1e9b8143417351a98ed3b1c7b6197cb9]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:43:05 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3913b8d07631b0d8a3958997afd8a45415816852]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:16 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab94e19e0db32bd31eba6b691d5e3440337b855e]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:38 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:08 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0039246244e989eb2678ed3bbd463af92654eb62]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:55 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48259819d041d62add4946ae7a2a0d00a2550f4c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 13:06:21 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a46c236239664007a7c0ac45ad78f230c403acff]

        INTEGRATION: CWS changefileheader (1.10.354); FILE MERGED 2008/04/01 12:46:21 thb 1.10.354.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.10.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7983f1584ff5d15d49071e2ae27eba17e4810dc]

        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>  [4739ac39c6eacf23c23cd0c581e2f0c566d99c93]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/03/31 17:13:31 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6387ebe4595d9e2ee54d50186a5f706121d40c8b]

        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>  [8ef32ef9d901fcaab43ee373611390ca05021512]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:58:16 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83cbb2c2f6551fa36982b8ec891e50890de21f0b]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:23:38 thb 1.3.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:08 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb32d803994b9640568b195e9ce8a6ee4c3de0c9]

        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>  [93529891f64489be91c0a61cba60bab2ed9ebd43]

        INTEGRATION: CWS changefileheader (1.6.852); FILE MERGED 2008/03/31 14:17:55 rt 1.6.852.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37f42630914b2b6f24a9fe580d6fcc25ca86b30b]

        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>  [34628550b7cb42d21774f78f71d301552633cbc5]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:36 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d1d3eebd214a6c60f839de881d03cff9b97a60b]

        INTEGRATION: CWS changefileheader (1.4.328); FILE MERGED 2008/03/31 15:58:16 rt 1.4.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ead9d9692f8cf1742a39b8b4f0f99656112340a]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:43:05 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af27b420bb4c304b4084b4359028e7066c4610a1]

        INTEGRATION: CWS changefileheader (1.68.14); FILE MERGED 2008/03/31 13:56:45 rt 1.68.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e702ca48bb2e0efbd223a7ffabfb83d0543d7418]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:50:39 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b45528ff2e4b664364b3d6bf66c068337eec57c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 13:06:20 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad5fcfc1b4b70c8918425f68ed13b288d6905056]

        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>  [002bfe27b2c487a5767809f6c20df18afaaf9091]

        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>  [6edac66a9276a271e0becc438b895399b8a28bdc]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:57:04 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c30293eb1b8499a16914142a79b0674c972b9c3b]

        INTEGRATION: CWS changefileheader (1.6.700); FILE MERGED 2008/03/31 14:17:55 rt 1.6.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fae5842619e246623159b8ac6bf39fb65b185c5]

        INTEGRATION: CWS changefileheader (1.5.256); FILE MERGED 2008/03/31 13:56:45 rt 1.5.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b24ad0dafbe254e254a23c4dccc4ab060b5b0eb]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:35 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3be009c8b49ac562f70c671d66e90dfa997fc30]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:23:37 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbc38e1a34b173e98ce150ce611bd8581074c17c]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:43:05 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58624375247e50778fdce4d2a53e0e7ec47cdbb9]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:58:16 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cef036a9ee485f4cbf146edc6cf4a0c73c086b0e]

        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>  [393000a1323a5fcc1bdeefff46d94a51ae04c761]

        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>  [462d33798bc366f51ed2ebbabaa1ba2b52b868fc]

        INTEGRATION: CWS changefileheader (1.55.16); FILE MERGED 2008/04/01 15:33:52 thb 1.55.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:26 thb 1.55.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.55.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9034d76b95a0d5c0b88dd7bf4e71980d8b475c9a]

        INTEGRATION: CWS changefileheader (1.18.354); FILE MERGED 2008/04/01 15:49:15 thb 1.18.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:21 thb 1.18.354.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.18.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49986a7eadfc36c0b568de268a6e6708a8d28041]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:13:31 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eb6f4591a5b6f49ac95f694c89c83ba4d4d4732]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/04/01 16:00:20 thb 1.4.30.3: #i85898# Stripping all external header guards 2008/04/01 12:56:19 thb 1.4.30.2: #i85898# Stripping all external header guards 2008/03/31 13:06:12 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dac9e0ba84d3660497b21f0422b17b23e506623]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:10 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a07df3601f9fee5c59e80bca2cdf26f4f46e9b47]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:05 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8312363e5ef157b885f6e624e2f78e6575a6e635]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:16 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c5a793e97449a7bf16a485e0e270b329f6003e6]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:58:39 thb 1.5.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:04 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73b8ab25e2489979b45dd652971f7154e689eba1]

        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>  [96441429daf4402e13777d587c8f9f8f2876c5a4]

        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>  [2de5818417cb8128c9ab8158beb5d46f655854c1]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 15:29:35 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56097fff291a4d24bc6406e67e5e4a161b806a60]

        INTEGRATION: CWS changefileheader (1.7.512); FILE MERGED 2008/03/31 14:17:55 rt 1.7.512.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba4e09ab304b36655a095b4faa3673d871b5e51]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 13:06:12 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc370b37f3792ab50f649e234d1dfb755f28bc80]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:37 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09e4cdc6c0beaab2dd59187b820077bb22e4491e]

        INTEGRATION: CWS changefileheader (1.50.16); FILE MERGED 2008/04/01 15:33:51 thb 1.50.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:26 thb 1.50.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.50.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cce8951fea9cc57e7921764ac845b4e79e48521]

        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>  [06545f88111f8d5440e36d209686d538f85fdcd0]

        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>  [52fb3443128a3d8e121c0335de1306ad7e6aacaa]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:03 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f4ae7d8be68fd72beb47db88a7af7ebf4869f58]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/04/01 12:35:57 thb 1.2.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3188d8571e6bbc73ed464abfa1b6128e183dedb]

        INTEGRATION: CWS changefileheader (1.10.354); FILE MERGED 2008/04/01 15:49:15 thb 1.10.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.10.354.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.10.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce039532eaad570fbde0c13c48d0defd1fd0af88]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/04/01 12:56:19 thb 1.3.52.2: #i85898# Stripping all external header guards 2008/03/31 13:06:12 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a96edc34dc9184fb359bb9f47b15d213576e9044]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:37 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:10 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9b176c24df45ce6ffe103cbe79d2012e430ab7c]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 15:58:16 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [734bbec13242cf4b26f6ea364936bc61fc6cc59b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:54 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [346e23c268e8e0e9dff48f5c80d5b1af1154ff04]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 15:58:39 thb 1.14.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [892c5ed7cd02c8f784cb680ccb788403f79f8e87]

        INTEGRATION: CWS changefileheader (1.43.166); FILE MERGED 2008/04/01 15:33:51 thb 1.43.166.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.43.166.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.43.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c7f6410c35f803b5c459d11f963b36295e5e6df]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/03/31 13:06:12 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d373a471c4f49611700f701e192c2c254b29afe4]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/03/31 17:13:31 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80a25646a5ea20718457c299c83e42a5c55980ac]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:17:55 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [520fdd5329dca6a9cc069026a4da764e0eb79387]

        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>  [989281a3e62a47a76c3c4a6c1d266ea4a7d4244f]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:37 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cbdcf9c372170c71c18885ce663433069dd72b0]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:16 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2485184a22726f8f48b16eade4d4ec0040290b6a]

        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>  [1a2d8c49d6b31da3673bd51e4815c3a465ea0dbd]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/04/01 16:00:20 thb 1.4.30.2: #i85898# Stripping all external header guards 2008/03/31 13:06:11 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edf47605340433e0dc8c6fcc88149177e471d504]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:17:55 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a70b5dcb558002160f2eb91b252c6e94ec3e9a8]

        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>  [6cb4c138971dc667455679164014340fa8ec0838]

        INTEGRATION: CWS changefileheader (1.85.16); FILE MERGED 2008/04/01 15:33:51 thb 1.85.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.85.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.85.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05563d06d0d373a8d2dc584a5c0c6d4532172cf1]

        INTEGRATION: CWS changefileheader (1.52.34); FILE MERGED 2008/04/01 15:29:35 thb 1.52.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.52.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.52.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfb5dcaa9e20ad7238c4e855efa95a7f129a44a2]

        INTEGRATION: CWS changefileheader (1.3.210); FILE MERGED 2008/03/31 15:58:16 rt 1.3.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae37a4df3cf464e684b9b18a9df3d01eb4d9643]

        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>  [55300fdf6efe9b946a0ec1d67d5403681a7e49c7]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:54 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff51a4dc2eed324539876b20608325f2304801d3]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 13:06:11 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99f338c9a6250fb597ff15f438f0fa33a7e12f3b]

        INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/04/01 12:46:20 thb 1.7.50.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.7.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bb7ef0a6fda91663bc0d46767b60adbdcebee76]

        INTEGRATION: CWS changefileheader (1.9.256); FILE MERGED 2008/04/01 15:33:50 thb 1.9.256.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.9.256.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.9.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [217a46056f3741661cdad291d36f97b6d4ae2f4b]

        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>  [2aa90d7b41e1f5d80dbff187c2c316d216dddd80]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:34 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:57 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:31 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbde3348ec92bff5e6afb710f6626f7b75375e41]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 13:06:11 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [778aa285ae4c74ef54756be299672f0dd27cef89]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:16 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44f2364c5b39048ec8dacb4f2b993dffa753bf3b]

        INTEGRATION: CWS changefileheader (1.7.448); FILE MERGED 2008/03/31 16:57:03 rt 1.7.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e133816834d3b190f880c340ac577f05c97c8a4]

        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>  [30996817d34c1d08ade8ecb1a9c21ff5f31ea390]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/03/31 14:17:55 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5faba08961821db4c037d181cb93dfbe5fbb2f7]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:43:04 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30a7a4b6039c1d4f342e3ac72b250fba52bf996a]

        INTEGRATION: CWS changefileheader (1.15.298); FILE MERGED 2008/04/01 15:33:50 thb 1.15.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:45 rt 1.15.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e87f9d2f9f14d03eb60a760289345d510b30ffd]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:33:09 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [410f98c0c35911b7949723faed47095023708ad0]

        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>  [ce1a33e42c555ff37c1868aa6a77ba9ac52e5120]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 17:13:31 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d10dda7462215707983c4f86adac2a15fd9c6469]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:16 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14bb3e0a1c13f6b4e1738a00460d84dfa3b34957]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/04/01 16:00:20 thb 1.4.52.2: #i85898# Stripping all external header guards 2008/03/31 13:06:11 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e5ff3369f268ff6ee453c8010ca25acee1ac55]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:58:39 thb 1.5.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69a6102253232996e5d7c20a927ac263d07bce62]

        INTEGRATION: CWS changefileheader (1.10.700); FILE MERGED 2008/04/01 15:49:15 thb 1.10.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.10.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.10.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d879198210438b894f38fafcc391b5eeda9842ca]

        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>  [711e591721ca93a5662ccf8cfc7154df72cb1140]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:54 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [700725df2db0535b1e7cd0960308e6fbd6f3c45e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:04 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1db3dbd0000ad4e5fcb9a7eaab1b3cc237b1efbc]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 15:33:50 thb 1.6.62.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266dfa6b2102170efebdb358c97d3e2d0bc6d42e]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/04/01 15:23:37 thb 1.5.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.5.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40ff69e84e7d7c9ebe7aad7d9ecbbf39aa07e2a2]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:50:39 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [496412acf474507b2e54aa999e7f71a31083d4d6]

        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>  [815ae841facb4cae04cbe89acfe9572e470d9fcc]

        INTEGRATION: CWS changefileheader (1.5.446); FILE MERGED 2008/04/01 15:49:15 thb 1.5.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.5.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e205ef4a2c23a1ef28df7a64c85aef7b254c033]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:04 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd22cd3db5c481841468d22dd5b907fd9317e3d0]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:54 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b52eefc2dfd55aec7589fc45fb6ec966750e705]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:56:44 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b3ef1910a7e5e966a7cf68e917bdc7626b8d5ad]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:32:07 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89b8f16ed1ec66ad8c75d9af4d1dd5db3f271520]

        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>  [92926b656c21fbf1638238eda6b7ec7b9dac5fff]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 13:06:11 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4218858fb4d1e9353b82726211922b5fb10a259e]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:34 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a7b0fd4b7827796a8300fa87eb1f0485c855944]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:43:04 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01a3c71e30b050c565abc234ac047b4f51d285b2]

        INTEGRATION: CWS changefileheader (1.5.700); FILE MERGED 2008/04/01 15:49:15 thb 1.5.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.5.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.5.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f2b14a5cae7a27d5a2bf602349317f67013f2b]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/03/31 13:56:44 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f03fc6d2439f9295ba175c61ab61c66c6ef39dc]

        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>  [3ebfddce1c9d832e74b5f484e366b17f941fb9a9]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:53 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e34fde3dd9c54db70f5950ab19fbb0ae4377397]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:29:34 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb76b878cfdae7c1c63f09e1737611bc62e22d08]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:15 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16fdd141d2efac4821e58e596f234b04306c0413]

        INTEGRATION: CWS changefileheader (1.11.298); FILE MERGED 2008/04/01 15:33:50 thb 1.11.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:25 thb 1.11.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.11.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18efec5824967323c831a8941b85c204c4671304]

        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>  [61060c38b5080592cf47ef2dc64c0c43fe38f750]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:53 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10d00d91b18b86dd0605b718ccabf4c6fc28e20b]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 15:23:37 thb 1.8.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e32cc27f035914673af273ae7b6b86498598f005]

        INTEGRATION: CWS changefileheader (1.16.188); FILE MERGED 2008/04/01 15:58:38 thb 1.16.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.16.188.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.16.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a3be73f2d1a6a48b85cdbff89dd65210605682f]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/03/31 13:06:11 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcfa0a63818794b7857b46261897127b26c07558]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:33 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2f58aa14dcb03ec85a4ea955f9cb27ac1c89f8]

        INTEGRATION: CWS changefileheader (1.10.354); FILE MERGED 2008/04/01 15:49:14 thb 1.10.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.10.354.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.10.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9b03dd01b32b91d20abdf6c2aa4548e476bfe6f]

        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>  [08a3acbf0bb2c1a8462bd8ca54473d36d5398c51]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 16:50:38 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c3776ccfe5b5217d16c24f8f6a035b1944f7be9]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:04 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63955f6976904a6aec04ae6c6553212f0674ceb0]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 15:33:49 thb 1.6.62.3: #i85898# Stripping all external header guards 2008/04/01 12:38:24 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb57d65db0089a94fb94852ed101ce58a29a7e18]

        INTEGRATION: CWS changefileheader (1.7.24); FILE MERGED 2008/04/01 16:00:20 thb 1.7.24.2: #i85898# Stripping all external header guards 2008/03/31 13:06:11 rt 1.7.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d61d603c72df56b83a795b8728ad34e67b1f7655]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:33 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [306e5da6c377c25e12161e9766a8c98287ec4452]

        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>  [7233608f82bb026a96ebc13df49870ba99db8fe4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:43:04 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ef3135a5e455c25628ee93d27a20ecd56a72300]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:53 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fcd72f55595071276ec5d75aaa2f94a0c369e8f]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/03/31 16:50:38 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5035af9719cc4d6d141b055c86a0c9c885acf4f5]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/31 13:06:10 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89bb39ed7dfcf2f592bdd03ec1bc827317447dd0]

        INTEGRATION: CWS changefileheader (1.7.622); FILE MERGED 2008/04/01 15:29:33 thb 1.7.622.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.7.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3216bd3ef7a8770881a9ad3932971e552cf72ab8]

        INTEGRATION: CWS changefileheader (1.16.184); FILE MERGED 2008/04/01 15:33:49 thb 1.16.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:24 thb 1.16.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.16.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [856d7cd4d0c02ae8c44d12dcf13e18d14063c802]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/03/28 16:04:01 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90f17ddb72f47320e2dc2be1586ff76d81ce2ac4]

        INTEGRATION: CWS changefileheader (1.5.602); FILE MERGED 2008/04/01 15:49:14 thb 1.5.602.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.5.602.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.5.602.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8950336285046d86d108935d00c98bae1237721]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:07 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0d9e0ac393c4370173b7d2dc12a5513bca8d5de]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:04 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71d52931f0bdffc1779724a2ebb4af365f012083]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/31 13:06:10 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2d57f89508901e64e46c6c283ccce5679474f98]

        INTEGRATION: CWS changefileheader (1.4.436); FILE MERGED 2008/04/01 15:29:33 thb 1.4.436.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.4.436.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.4.436.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba63d9ee7ab59570356fd66ae7c8db0f0b197870]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/03/28 16:04:01 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [839c25104a191f43a19f5f95e667d2d507eb706f]

        INTEGRATION: CWS changefileheader (1.10.446); FILE MERGED 2008/04/01 15:49:14 thb 1.10.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:20 thb 1.10.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:55 rt 1.10.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [092cb7a074cea8ff7a687dbd862c72e2facc944b]

        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>  [067087015d43ff1ac2a37b663d7c797fc133c1e4]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:37 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:07 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e502c40ed254c45c1eced22532d74691f87b84cd]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:33:49 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:24 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:44 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76905b2e2b5881528f293ce9863db4294d3acdb9]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 13:06:10 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a519912e89a185f0927eca9df655a3fc6c9c27c]

        INTEGRATION: CWS changefileheader (1.2.210); FILE MERGED 2008/03/31 15:58:15 rt 1.2.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84d69dd050edeb29a0f85f96d0005b2f0e14d9ce]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:29:32 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d49736086659347b36f62c109aa52ca5f8254fb7]

        INTEGRATION: CWS changefileheader (1.5.86); FILE MERGED 2008/03/28 16:04:01 rt 1.5.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [934753c515817a0579c5f381870b46740104bb66]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:14 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fab84348afef9a2fbe046c60074c25bb0ccce69]

        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>  [0b19315c444d5b625a1b3c4224ad5023425c7826]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:37 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d90a15a6bb0d857e497b1b23295221977809a22]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:43:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [898b02da3c9ef009e9a849fbe86cf13571e6bf3f]

        INTEGRATION: CWS changefileheader (1.3.74); FILE MERGED 2008/03/31 13:06:10 rt 1.3.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b824ff679cc77538aaae88bcab8ad53882d41e4]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:56:44 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [412a3e99b55c533e8ebfbe577269f6d1d692142d]

        INTEGRATION: CWS changefileheader (1.16.120); FILE MERGED 2008/03/31 14:17:54 rt 1.16.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31ab45d964ad9623021e73894798defac8b604ea]

        INTEGRATION: CWS changefileheader (1.5.240); FILE MERGED 2008/04/01 15:29:32 thb 1.5.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.5.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e292158b220320e98baf9b089ba2eb9482ad214a]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/04/01 15:00:19 thb 1.4.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:01 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e1a9474cc0176c563c1ea6aa520a1df02e62694]

        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>  [bd89a04d01d153a5a15e2760cece652a4a85387d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:37 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:09 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64145612b8088ab84eff28295d3082de21889a91]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/28 15:49:53 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1274e2cadb41e63497284a51d97ee2317aa69497]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 13:06:10 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96b8eeea3981f180cd508def307c4be8dd405648]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/03/31 13:56:44 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54c62241e28c6e1d82db4be9de08b1f86e87de7a]

        INTEGRATION: CWS changefileheader (1.3.300); FILE MERGED 2008/03/31 17:13:30 rt 1.3.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57446ac4fc4e435c93a94f1866bd3bb0adff0517]

        INTEGRATION: CWS changefileheader (1.11.450); FILE MERGED 2008/04/01 15:49:14 thb 1.11.450.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.11.450.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.11.450.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a15fa4e7ebf8e43580ad490a271de393205a4b59]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/28 16:04:00 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bdceeb1806b6d3bbe506034ff299b190687ab6e]

        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>  [0fc30504e51344b121b5377d8c878132abdda47b]

        INTEGRATION: CWS changefileheader (1.12.448); FILE MERGED 2008/03/31 16:57:03 rt 1.12.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22b0482e56346aa7eec8e2b8b8593c7ca0d8a29b]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:23:37 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51727c56d0ea2883dc4afda710ab4af18e18c206]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:15 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bc1f65e05d1165eb0872fb7f224755025793ac4]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/03/31 13:06:10 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a33de10e2362bf3032a159c519ce13f857c1e4d]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/03/31 13:56:44 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e99b8e6b0b165f1f05b5ca964ccf6cf6863742b7]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 12:35:56 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5e55199345183ad2a82b9d14197d36a86f4c290]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 16:04:00 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d77311c11da74eadab9f65fbaec5f01f6f4705]

        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>  [ddf92dc4a131bed977ad384e260d71e1bb3de150]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:37 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09daeb1acf32a15c81407f93b1589e77f15dc291]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 15:49:13 thb 1.6.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f05b00217999466a238235747fbfa18b214a2c4]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/28 15:49:53 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fc40cd4860b2b90207a23dafe3412e49245e740]

        INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/03/31 13:06:10 rt 1.5.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a16e166f93f603d5daa1c9b1a2565da8b0aad8b5]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 13:56:44 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38958a5b1462cba45d536f6de7c528e525d645cd]

        INTEGRATION: CWS changefileheader (1.11.330); FILE MERGED 2008/04/01 15:29:31 thb 1.11.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:56 thb 1.11.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.11.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fc97a76fad8bbb73f585999215fa0b35ccf104c]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/03/28 16:04:00 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93ed099276e08e65cbffa08f96482f5d70c598f8]

        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>  [058f9c4743b27f8939f2227c7baf6e5acaf94e54]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:23:37 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [628266b99121453d8791050492dd6d00122b4dd9]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/03/31 14:17:54 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e001e5afb480d59988c1e12016ffc91ea6a9282]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:58:15 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debf6ffd8b6cb7dbc4ca2313aad2eaa114786647]

        INTEGRATION: CWS changefileheader (1.17.16); FILE MERGED 2008/03/31 13:56:44 rt 1.17.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c82422473eaf4ee3aadb3bfb8e3b77e8f3fd32ef]

        INTEGRATION: CWS changefileheader (1.16.698); FILE MERGED 2008/04/01 15:29:31 thb 1.16.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.16.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.16.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cab5ec8a9bb0a25346f01d14d9baccee75fa2fa6]

        INTEGRATION: CWS changefileheader (1.10.14); FILE MERGED 2008/04/01 15:58:38 thb 1.10.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:08 thb 1.10.14.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.10.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78ecc7612875ff8556f266982a3feeb9410b0ff3]

        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>  [ec5c675e950c98ac6bcbb73d1a2839d38f5964c6]

        INTEGRATION: CWS changefileheader (1.5.86); FILE MERGED 2008/03/28 16:04:00 rt 1.5.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6c0acc983d81579043b84642f0eaeb7c74098b5]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:37 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [666ca8f25e349f6bfc481f6a461de9b84f8bed90]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/03/31 14:17:54 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f453fd65b1a517f25ab8d89208c96bac8f274f89]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:03 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f1af14e7c3abbe8838f93b1f5a93bf6149edf85]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/28 15:49:53 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [274ff0c01adc28818b7630b9c1c38689262f16a1]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 13:06:10 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9984e64374ffb8c4f569143f1ce6091b0988dac]

        INTEGRATION: CWS changefileheader (1.20.240); FILE MERGED 2008/04/01 15:29:30 thb 1.20.240.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.20.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.20.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5de8ffe8623a75740c6bfad631723155b340984e]

        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>  [829378870ca8c05ac85f2bbd8089de7b0ebcec1f]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 15:23:37 thb 1.4.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a5085d98f3ffc0d2e40df7c264e94e98a60db88]

        INTEGRATION: CWS changefileheader (1.9.354); FILE MERGED 2008/04/01 15:49:13 thb 1.9.354.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.9.354.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.9.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bc19952bdf4038cd0ca698c2449690952c7653e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:03 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e571ed772a41384ae926c122f37320b0c3300748]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:15 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dfbc94d44acd39c606229561dd23d0223b4cb6e]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:30 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:30 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87b89635e4d85caa90482a6e5b2d4a1cac1c5c69]

        INTEGRATION: CWS changefileheader (1.5.1072); FILE MERGED 2008/03/31 16:57:03 rt 1.5.1072.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0f34a97db88deb3693218d4f3410c7a300f1e30]

        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>  [7368702fe0312fc0c01f6d4e8cac880a4bb92cc5]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:43:03 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46d340cd20574202539faa9efb2c208ee679255e]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:13 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c86c6b0530b5afb3fd05a76446308aff9c04f72]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:23:37 thb 1.3.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c7e9c43dac5fb4483a6749d66deb1b9f5b05cf2]

        INTEGRATION: CWS changefileheader (1.4.510); FILE MERGED 2008/03/31 17:13:29 rt 1.4.510.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f868ffc562cef5f4ed30ba212d4ac2dd21e8c3ff]

        INTEGRATION: CWS changefileheader (1.23.14); FILE MERGED 2008/04/01 15:58:37 thb 1.23.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.23.14.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.23.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [976251ab41e83a5d68693772f9a503d1594dd5a1]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/28 16:04:00 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3572082289d6dee438cb8f3ae0e3011ff89ddfc]

        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>  [7c4cbb22b4576caab3293518ce55cfdbb93a50ac]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/04/01 15:49:13 thb 1.9.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.9.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0b9f5d84b33879acdf90a02335fc11f3634b137]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:36 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec370e06e5301d55f6a256e53f31f9f1d12ff7f5]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 13:06:10 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [958327a94cd2b8948f67d43de569127d9870ae53]

        INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/03/28 16:04:00 rt 1.3.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f9cdc93924c44239922175afa1a17e842910909]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:29:30 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cb82908b9eefb7b8960c10cf4bead2e513c3cd8]

        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>  [25b7421e30812e1a49bedae14d91015176c44aa4]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/31 13:06:09 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38ce25894b5869541a35251c2e7f565658064d5f]

        INTEGRATION: CWS changefileheader (1.4.698); FILE MERGED 2008/04/01 15:49:13 thb 1.4.698.3: #i85898# Stripping all external header guards 2008/04/01 12:46:19 thb 1.4.698.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.4.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7903ff04eca4a6b179c538f968eb43eed986608b]

        INTEGRATION: CWS changefileheader (1.10.134); FILE MERGED 2008/04/01 15:29:30 thb 1.10.134.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.10.134.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.10.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c4afd3fd7db6b167deb5cb09640ff6a8ae1d89f]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 13:06:09 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a956cdd353a518251988f5671222550af92300f]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:43:03 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3935d8f48a9ae3a5076fdf6b87ff41c14527532]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:36 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdfffaf179caaa2f11a0e5a9011be1d3c48daa5c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:52 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [996ba66fba27a83c567db662c5bbab7c94afa168]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:15 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c5d74a9b3cd40bd81f8c595f2a81ea41a23a587]

        INTEGRATION: CWS changefileheader (1.6.938); FILE MERGED 2008/04/01 15:49:12 thb 1.6.938.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.6.938.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a5172c47c78cc5a3aeda8659489b70b81d357a5]

        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>  [602aa48577a055a2d39983e774430293426bef9f]

        INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/03/28 16:04:00 rt 1.5.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e2d3ce458d45b92e9d0186c07934fcd8c82256c]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:36 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:08 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:06 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9a8acf3ab952a5859358b1e2474d4e4fa6bc1e3]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:29:29 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02608e6abbe210614c33d263bebe0494d1fcd655]

        INTEGRATION: CWS changefileheader (1.11.172); FILE MERGED 2008/03/31 15:58:15 rt 1.11.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a981301d6adf4536b9616670bb6e52ca9bc42403]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:17:54 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b841a599d7e96700a5c1c161e72b3e477dd84c67]

        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>  [d64e79c861ceaa80ec4344ca4c97dfb961ee8248]

        INTEGRATION: CWS changefileheader (1.8.624); FILE MERGED 2008/03/31 13:56:43 rt 1.8.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d4839175f0d57aa4c1a1cc1bcdc27af8d53a7a1]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:32:06 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c270a85eb35bea911e089d6b66f892d28b2bd68e]

        INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/04/01 15:00:19 thb 1.3.86.2: #i85898# Stripping all external header guards 2008/03/28 16:04:00 rt 1.3.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d10969e85be53bf4eb170719271828831728dbf]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 15:49:12 thb 1.6.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c7d84dde23e9bef765f3fbad425a3d8ee154b50]

        INTEGRATION: CWS changefileheader (1.6.344); FILE MERGED 2008/04/01 15:29:29 thb 1.6.344.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.6.344.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.6.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1908d7f94bfb84547330c0463ac7f4afea4a0d86]

        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>  [293b634fd82d92d445f28169c53b4fb511de99e5]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/03/31 13:56:43 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48811ac5a9c0bb0097f561ce5f36ea7ab54b3bbf]

        INTEGRATION: CWS changefileheader (1.4.18); FILE MERGED 2008/03/31 13:06:09 rt 1.4.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d21101701d3f11ee7f8d872896ba11d3112d93]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/03/31 16:57:03 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f950d775b3ff6c374f8452ba4ac86f154cf92e8]

        INTEGRATION: CWS changefileheader (1.6.368); FILE MERGED 2008/04/01 15:49:12 thb 1.6.368.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.6.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.6.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fca03496b06e6425f146c17aa32df565bd40ff4]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:35:55 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08458e8c221f6893dec80a2fea2db33e68712a75]

        INTEGRATION: CWS changefileheader (1.13.210); FILE MERGED 2008/03/31 15:58:15 rt 1.13.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f01f083ee9a7c5f33fc186a81da0422c35c72fbc]

        INTEGRATION: CWS changefileheader (1.16.122); FILE MERGED 2008/03/31 13:56:43 rt 1.16.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fde64bb1e0d64dc4dc0b7a62412b8c43c720fc22]

        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>  [20774b0c1edaefed50ecb9d96e0f58d99dc047e8]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 16:50:38 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed8f740d290c0e351b8bf55e76e6244d9027f1fd]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/03/31 13:06:09 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8f04d7f625269a14013bd1690d6ca059d756e90]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/03/31 16:57:03 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c53acf211a338e7d3d13cc43c49c470b309078c2]

        INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/04/01 15:49:12 thb 1.10.138.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.10.138.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.10.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c85c7b5bacc535c1945d4f901a1213a3454768ea]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:04:00 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc460867b32c4accef554cb3f92d021a2c6438cb]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:29 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ce3cbbe2c79545b63f403529275e3f4b396282e]

        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>  [241473d965bc204c3cb01b44438961f1a5626900]

        INTEGRATION: CWS changefileheader (1.7.624); FILE MERGED 2008/03/31 13:56:43 rt 1.7.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ede438370c67fcc0b13ee8d9a454a7ed5e242a26]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:15 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71f7793c3938db49f9a9855e83526f420d85d36]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:05 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a05471aae2dc4e514e5cbb7a49c7e456c75d7462]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/31 13:06:09 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb2a2153bdf89ac82909a95733836f670f767964]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/03/31 16:57:03 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2e7fcb4abecc1e21c615ad985dc19a0e5844a63]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/03/31 14:17:54 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e424590e0a399f937c3ad7a4c24f88fb2c1cc060]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/28 16:04:00 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0e20017e64eb176f47398f5fdc31b450ad40ee8]

        INTEGRATION: CWS changefileheader (1.10.136); FILE MERGED 2008/04/01 15:29:29 thb 1.10.136.3: #i85898# Stripping all external header guards 2008/04/01 12:35:55 thb 1.10.136.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.10.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e077b2220b553fe1ffd79dda320130ad7d77bbef]

        INTEGRATION: CWS changefileheader (1.43.16); FILE MERGED 2008/03/31 13:56:43 rt 1.43.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e31eb65a9c57c423cba765367d3012fba91e63]

        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>  [32d8912c083894bae2a5b9352ff2666f417c2cf7]

        INTEGRATION: CWS changefileheader (1.13.120); FILE MERGED 2008/03/31 15:58:15 rt 1.13.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b7b2663980d3823380b6c8492589e68510d6d3e]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:08 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:05 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8c4cc9b709c13271eb4221dde96a1cf5237b9fc]

        INTEGRATION: CWS changefileheader (1.15.38); FILE MERGED 2008/04/01 15:58:37 thb 1.15.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.15.38.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.15.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57fef7584d696d87dde5f597440ba5ba42ec797d]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:12 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a211f932cd83e90b50eda9b4cf635af94d627a85]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/28 16:03:59 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4814c2d9952c5e7c2cc67ac1923b22fc67872d81]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:03 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7400b9c35e9dfcde5e002bb8328af98d1753f658]

        INTEGRATION: CWS changefileheader (1.9.134); FILE MERGED 2008/04/01 12:35:54 thb 1.9.134.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.9.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f1ab425840c225392858ab45a7513baa0bdb2bb]

        INTEGRATION: CWS changefileheader (1.11.624); FILE MERGED 2008/03/31 13:56:43 rt 1.11.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b9177a8ff44f760d5912f60e53f45511a938ee3]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:58:37 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0810e1861a224d5eda9bbcc025432685a055314e]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 12:33:07 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:05 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45e9e73ceeaa7baae67686536ff930624d88bc81]

        INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/28 16:03:59 rt 1.6.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5383cbbc28180ee34fb79f956ef5827c1f39baad]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:43:03 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [454abaa8899c09ed3553cb6909d407d90e7a0822]

        INTEGRATION: CWS changefileheader (1.12.572); FILE MERGED 2008/03/31 13:56:43 rt 1.12.572.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1235aeb8c71cc718308ca5221348926937784672]

        INTEGRATION: CWS changefileheader (1.13.134); FILE MERGED 2008/04/01 12:35:54 thb 1.13.134.2: #i85898# Stripping all external header guards 2008/03/31 17:13:29 rt 1.13.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66dc265c53ae48b195b6d375b12c43672cf97b1d]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:32:05 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea4f06c8e5406dcb3f6a6d480922843f0cf0db70]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:57:03 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [405cad623297a912043af4d8d8078728a55238ab]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:03:59 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fdeb16e3694960793a56f256139ebe9ef9d97b1]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:02 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86d7f1e2cfc1f2a2f830c26f4e9e1b70beed4932]

        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>  [7b46d44e1913c2520ecbca7c63fba5595d3863c8]

        INTEGRATION: CWS changefileheader (1.8.220); FILE MERGED 2008/03/31 13:56:43 rt 1.8.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2b7f0b98f2afe0fa28ade473b26f3f51b5c1ae5]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:35:54 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6eef2ca9806e794e8e42deac9ce233305f3cf627]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:15 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3500dcca1c53b2312d1935840ca575310a5ec175]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 15:23:36 thb 1.6.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:05 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7bf14dd6b07a4b98f7d2df94d4262fe2621222d]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:57:03 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41fb6194ce5a71d42ca832523e33c0ed31046bd8]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/03/31 16:50:37 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb8a824591f6f205591c97925d11ade8bbcd62cb]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:02 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d1d09661b4475290e89a25500bb7ddf1bffd307]

        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>  [28e2d873d4e33196c168dbddc98cbfaad26d3ba4]

        INTEGRATION: CWS changefileheader (1.13.298); FILE MERGED 2008/03/31 13:56:43 rt 1.13.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5b3abe152f27a064722009e6315df67307b169f]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:29 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bba5dc684ccff69679d9d419adf4939e77449817]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/31 15:58:15 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe7c6e31991a1a4ee5b877c9dfd4d7bb29ca8fee]

        INTEGRATION: CWS changefileheader (1.12.178); FILE MERGED 2008/04/01 15:58:36 thb 1.12.178.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.12.178.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.12.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3beda1e11fec5c26e749661cf99182adda5d7003]

        INTEGRATION: CWS changefileheader (1.2.752); FILE MERGED 2008/04/01 15:49:11 thb 1.2.752.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.2.752.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.2.752.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [103c70345f5e9f6b2739938f72267f4707d86cc8]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/28 16:03:59 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87af77db8d6f125d864f9bd320629a0e15aec180]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:02 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [490f21c23e2e2877ccb82635e64e2b6ec46c6d8a]

        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>  [ec9e3a0c345746d9670ad3fd4a3f819e331e326a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/31 13:56:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2f10be112e710addaee906ba4f9dee58c3f8b3b]

        INTEGRATION: CWS changefileheader (1.26.34); FILE MERGED 2008/04/01 15:29:28 thb 1.26.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.26.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.26.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [362755d9f60ca73f010cff0aa712b70daf853bb5]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/04/01 15:23:36 thb 1.7.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.7.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:05 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51440a45da901954130a7925393f48a2d7539768]

        INTEGRATION: CWS changefileheader (1.5.718); FILE MERGED 2008/04/01 12:55:07 thb 1.5.718.2: #i85898# Stripping all external header guards 2008/03/31 16:57:03 rt 1.5.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9124a28a5a2df6f7e5314522b64d4d4601037ac]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/04/01 10:47:29 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:59 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60026a37f0fcf2a6514d0897aa181c3c5f4925e9]

        INTEGRATION: CWS changefileheader (1.6.938); FILE MERGED 2008/04/01 15:49:11 thb 1.6.938.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.6.938.2: #i85898# Stripping all external header guards 2008/03/31 14:17:54 rt 1.6.938.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6ddda79a2b019eb65e55b53f96b169c2a8cf91b]

        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>  [a70bdc0516a8f55509a2f42f29bbda8fc41d8709]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 13:56:42 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e352ed4932824a8ff2b43be6fb6adc41542c5eb8]

        INTEGRATION: CWS changefileheader (1.109.34); FILE MERGED 2008/04/01 15:29:28 thb 1.109.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.109.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.109.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cb769fa901a00265e98e26f3c886cfb25c1b380]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:14 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a426b8d9cfef300ad9819fdf45594ca2fe2bd22]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:36 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:05 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b85488d9855384ec9211a48890ad4b4e7cd71ae5]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/04/01 15:00:18 thb 1.6.46.3: #i85898# Stripping all external header guards 2008/04/01 10:47:29 thb 1.6.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:59 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60b5f63aae4d06f9bc7191cb141d392016c60268]

        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>  [86ecef2f57bcd07ecfdbcd96a44f99ffebb3c368]

        INTEGRATION: CWS changefileheader (1.3.298); FILE MERGED 2008/04/01 15:33:48 thb 1.3.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:24 thb 1.3.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:42 rt 1.3.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9f1c22a95471bf01c4704bb8cc1d1031aa48379]

        INTEGRATION: CWS changefileheader (1.9.700); FILE MERGED 2008/04/01 15:29:28 thb 1.9.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.9.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e90fd91cd4b93c1c782efbb4765bfd25687ea9f]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:14 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e3106cdf0b4725778344b59eabb023e3debf1da]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 13:32:05 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba5367d52f7902172f526c61d82075fc9d2fcd13]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 12:46:18 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad5bd478403bad52d2cab701073cc85fc62b921a]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/28 16:03:59 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e69a1be56b60ac4aa171105a97d6a88ff679d6da]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:43:02 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b9eaad393dd8510fbb4436be0b22d5929b10ea2]

        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>  [3de55ab2027d08cd49467b064efcc525a2721999]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 15:33:48 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:42 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6945be1a5ee56adc83c117cb7e7fb04d0ca0bfa]

        INTEGRATION: CWS changefileheader (1.6.698); FILE MERGED 2008/04/01 15:29:27 thb 1.6.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.6.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.6.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c20d9eac54fbb8da438fc559ad04652b61aa0f70]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/31 15:58:14 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c2735b24a85dbb909bcb14b56b32b8af4820953]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:05 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e81e711c3b574eaab864ee9b8564d8c70a4dfcf7]

        INTEGRATION: CWS changefileheader (1.6.18); FILE MERGED 2008/03/31 16:50:37 rt 1.6.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a248cff3a4ed73385f688003bacf045744cd9fb5]

        INTEGRATION: CWS changefileheader (1.4.1254); FILE MERGED 2008/04/01 15:49:11 thb 1.4.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.4.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.4.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb3b6bfcc2bdd1c6ce431bff0e525f39fa88e2f]

        INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/03/28 16:03:59 rt 1.8.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [106f44f6a1b828088918770e423f3a0fd0bd0137]

        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>  [1b35fda5068215e6a8c7749d0a1d48028670921c]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/31 13:56:42 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ea994e6b5cfe0f6f7788bc1e3112cb989cd8264]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:43:02 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fac7b54875a7bbe133c008104123b456c2d0659]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 15:29:27 thb 1.8.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03dc2de0df99e149175e6e5dbdc3bccf55e5f856]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:36 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:04 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c798df5b62f45446059ba8cec364781892ed451]

        INTEGRATION: CWS changefileheader (1.6.1256); FILE MERGED 2008/04/01 15:49:11 thb 1.6.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.6.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.6.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [361576b4178864053361a1b324e23aa868dec524]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 16:03:59 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1da2ecfdf1150fee15479957394fa190f2aa7d7]

        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>  [06eeebbb538ad9101350e042005c5f1bc43f4d8e]

        INTEGRATION: CWS changefileheader (1.2.358); FILE MERGED 2008/03/31 13:56:42 rt 1.2.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8689d86e9de77aa7fd12f27f14c5fed18c015d4]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:29:27 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [848c02cf0a9ad50a86983e695796f0b6c8a3aca6]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:14 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a7b87e362babe922e7437a649a4ffa54fac906c]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 15:23:36 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 13:32:04 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16f955dd867adee2de85236445d4e0e8645d5dd8]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:31 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd30a76beb09b2ab9d2cc98a16ca0b58f5441212]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:51 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a25b514f5d5f3eaba1312d64fbff590fbdcce6d8]

        INTEGRATION: CWS changefileheader (1.8.50); FILE MERGED 2008/04/01 15:49:11 thb 1.8.50.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.8.50.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.8.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7303a3df9102f65f75025e78c26bdd11ca23d0f1]

        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>  [6b1dcd22dd3bb12a8720306bda55f5ccb93c6866]

        INTEGRATION: CWS changefileheader (1.8.30); FILE MERGED 2008/04/01 15:00:18 thb 1.8.30.3: #i85898# Stripping all external header guards 2008/04/01 10:47:28 thb 1.8.30.2: #i85898# Stripping all external header guards 2008/03/28 16:03:59 rt 1.8.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97e33663fc815b8a04ad8df0dcd54126dd0f6a59]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:01 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e13cd23cfcccd599d65d296b85d0715d658a567]

        INTEGRATION: CWS changefileheader (1.2.544); FILE MERGED 2008/03/31 13:56:42 rt 1.2.544.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08de3b59d244af4d8108ecd1791d4c2b967b2d02]

        INTEGRATION: CWS changefileheader (1.32.448); FILE MERGED 2008/03/31 16:57:01 rt 1.32.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ab0e87edcf2fe0e1b9f63616cfdf59caaab6839]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/04/01 15:29:26 thb 1.10.500.3: #i85898# Stripping all external header guards 2008/04/01 12:35:54 thb 1.10.500.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d96c77e6bd57907ae452b784bc33e263d7234eb7]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:58:14 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [276d6127ab82404cb83da05cff94f668f0166fbd]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:31 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a9c13fd4aea6cba16b2dbe837e90533bb188cff]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 13:32:04 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f858278b768a9316e5bb0d38cef13bb1fb4b17a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:51 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ba87d39f0b4931c4b295189f49de78c671aa6cd]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/04/01 15:00:18 thb 1.3.46.3: #i85898# Stripping all external header guards 2008/04/01 10:47:28 thb 1.3.46.2: #i85898# Stripping all external header guards 2008/03/28 16:03:59 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36b75bb33f77b712e648ff3616194b6702c68e04]

        INTEGRATION: CWS changefileheader (1.5.446); FILE MERGED 2008/04/01 15:49:10 thb 1.5.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:18 thb 1.5.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.5.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3af81520f1f6935d5f4322f25656ba3acd3709fb]

        INTEGRATION: CWS changefileheader (1.2.558); FILE MERGED 2008/04/01 15:33:48 thb 1.2.558.2: #i85898# Stripping all external header guards 2008/03/31 13:56:42 rt 1.2.558.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f491f7b32ef8659abc643eb1cd23da3978c12852]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/04/01 15:58:36 thb 1.6.718.2: #i85898# Stripping all external header guards 2008/03/31 16:57:01 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [450ed558b692cfaddb2403fbeed4c37f8036d01e]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/04/01 15:29:26 thb 1.6.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb06889db36e9f9bf3f6ec4dbdee16e3fa71c863]

        INTEGRATION: CWS changefileheader (1.4.344); FILE MERGED 2008/03/31 15:58:14 rt 1.4.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fef4f816906e6814aa02fabb112316c2627f7b73]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:04 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [656a83ceb3d0d32827376c3899d3a407a3ec4a31]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:51 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b77e905bb33c472f14dc360237d1288edee1449]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:43:01 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2885150a6e54d2966dc61ba56e6eb5c7ddf4d09c]

        INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/03/28 16:03:59 rt 1.4.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03f0a6876adadd3ce47a88be859c2fbdbf62812c]

        INTEGRATION: CWS changefileheader (1.5.1254); FILE MERGED 2008/04/01 15:49:10 thb 1.5.1254.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.5.1254.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.5.1254.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f12e9f82e0a7e0a42409b2e7bf5d1b4c85b06129]

        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>  [f89df2deb0968194bc7fea452425b8cf471045bd]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/04/01 15:33:47 thb 1.6.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fda8f55bf02c9fdfc80fb93da9f68bd499eaf074]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:25 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50b67ddf0d296c9c01216935823096abea2bb019]

        INTEGRATION: CWS changefileheader (1.24.242); FILE MERGED 2008/04/01 15:58:35 thb 1.24.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.24.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:01 rt 1.24.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5426e89caf6da705112a3faebd6f256dc162b010]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:01 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [145b8494b51f015785c339dbb7b368f0a043eebe]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/28 16:03:58 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac6123d6a1bc3c7c9a1964bdbccc0398df53358f]

        INTEGRATION: CWS changefileheader (1.6.446); FILE MERGED 2008/04/01 15:49:10 thb 1.6.446.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.6.446.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.6.446.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d94b77382493aa779e1f08473b8d7460e675b854]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:41 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f636d9137fb2446b91aeafee20dac19b72f8baef]

        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>  [c573f6645bdcdbabf3a6e93a37d529e0335170ef]

        INTEGRATION: CWS changefileheader (1.5.448); FILE MERGED 2008/03/31 16:57:01 rt 1.5.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2033121859f94f2b6d6d21d9fb8f81dd44ce03ce]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:35:53 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:28 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a12248919dc33681104d68c355ed4ab4905885b4]

        INTEGRATION: CWS changefileheader (1.13.344); FILE MERGED 2008/03/31 15:58:14 rt 1.13.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af61649c31c8d25ab143542139bc1d5eb558e8d2]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 15:23:35 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 12:33:07 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 13:32:04 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8345e6156fa5d29bf33ec05231a0da7c1beffa0]

        INTEGRATION: CWS changefileheader (1.3.1256); FILE MERGED 2008/04/01 15:49:10 thb 1.3.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.3.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.3.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [384f61850fdf0f8122d5fae7aa45e39e9d22cb79]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/31 13:56:41 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68883ee74159bb966b12f23ad8268e3286c67f06]

        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>  [aece4bb7e17a99f60867d9c51af229e5c067545f]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:24 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b305c151e68cba6c68604fb06642ffe849bb6d2c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:58:35 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [931add35842516695059e16afb27e0cc2b68a4c9]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:14 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9f0c41562ee42d30c9b994b39857cdee74a3e1b]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 13:32:03 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [000a49340d1baccfeab3d7abbc4e668ba76ea418]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:43:01 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cc09ca0a98472c28f7f76eb9bf43350124657e4]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/03/28 16:03:58 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c56107f78c70c9325d608c441690fd8de6252342]

        INTEGRATION: CWS changefileheader (1.2.1256); FILE MERGED 2008/03/31 14:17:53 rt 1.2.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7900dffd400071cdcb31eb2e399ffc7a956798d7]

        INTEGRATION: CWS changefileheader (1.6.16); FILE MERGED 2008/03/31 13:56:41 rt 1.6.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20153c65fbe741e9dfb01ba7508acb3532da3c64]

        INTEGRATION: CWS changefileheader (1.12.300); FILE MERGED 2008/04/01 12:35:53 thb 1.12.300.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.12.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c11fa2773f994ac1876e3eb02e6d94283eb75203]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:14 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e35b3f5549b37bd00e1cfdb6ccc70ffd793284b8]

        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>  [8c7f5fa7e9481add41d55ddd8f2004b2fbfafab7]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:57:00 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccc5f9f655d3cfa318faaa6c2ce1fc810c539c40]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:30 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7cca1e257d011e3ae52aa34e70cadaf04ae9464]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:51 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cc78ca4f876f2e880522f5f264e1f4adb82a139]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:43:01 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8812520a99c2371ece9bac732d8379a266d1499]

        INTEGRATION: CWS changefileheader (1.6.114); FILE MERGED 2008/04/01 15:49:10 thb 1.6.114.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.6.114.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.6.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f87157f14debc5144a16160ff1d934b4e7bce3f]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:58:34 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:07 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49fc349af5b6fa6039dc7c97eea8c3a6cdaad304]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 13:56:41 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eca94c6e61aa6412659437facf1d29fa392d469c]

        INTEGRATION: CWS changefileheader (1.7.330); FILE MERGED 2008/04/01 15:29:24 thb 1.7.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.7.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.7.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [565383552a0449494b8df5e8012c77158bf39eec]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:30 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c64f84c0a945b9d1fc3a86ebdf27b6c94171d4b]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 12:33:06 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6377eee936e65239420dd3561bbddeca1acda18]

        INTEGRATION: CWS changefileheader (1.3.208); FILE MERGED 2008/03/28 16:43:01 rt 1.3.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c283dbeb3ed2e436d47e2927ed1bfc6ade3c384]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/28 15:49:51 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bd3189c361dff08bf103439ad64224c1d3969ad]

        INTEGRATION: CWS changefileheader (1.9.368); FILE MERGED 2008/03/31 14:17:53 rt 1.9.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7d3d03b1d5e447f8ce75e0fca723a81ca4355b7]

        INTEGRATION: CWS changefileheader (1.3.320); FILE MERGED 2008/04/01 15:33:47 thb 1.3.320.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.3.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ccf712609cabf42b8d6c9fd6f07a8a5ddbf5ccf]

        INTEGRATION: CWS changefileheader (1.129.36); FILE MERGED 2008/04/01 15:58:33 thb 1.129.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.129.36.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.129.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbfa7f2da9fc8b4b528376f736890c3f3e9647e0]

        INTEGRATION: CWS changefileheader (1.9.638); FILE MERGED 2008/04/01 15:29:23 thb 1.9.638.3: #i85898# Stripping all external header guards 2008/04/01 12:35:53 thb 1.9.638.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.9.638.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71499af50993d84182726a1a5a54c793d684a07a]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 15:58:14 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32f8cc27af5481962c6245d5f315875144fedd83]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/03/31 13:06:07 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43983969fac2317fb3ae18b94743872c7cd93403]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:43:00 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cac7ceae3b7f702a3a6ece038b34fa2b2487f4a2]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/04/01 15:00:18 thb 1.3.2.2: #i85898# Stripping all external header guards 2008/03/28 16:03:58 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afa5c6d8a6f6cf14e829d045376ffa3bd547b813]

        INTEGRATION: CWS changefileheader (1.3.368); FILE MERGED 2008/04/01 12:46:17 thb 1.3.368.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.3.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56fac8f3df84d43fe51ce4f7a54680cd1be1ddde]

        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>  [8be5bb62d1722c3b201753e15d08fb990c3c5e83]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:56:41 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5017def86afd266ba3b089e31b2c4cf80dc1d370]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:14 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d38bfa08f82ae2644f84b7d7f98ad55924dbec37]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 12:35:52 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce9ac5bfac92738c346f01caa8c5a8574cc3eb6]

        INTEGRATION: CWS changefileheader (1.47.448); FILE MERGED 2008/03/31 16:57:00 rt 1.47.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [713c4a5fd4e5e3604f41992dfbfceb377aeb98ea]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/03/31 13:06:07 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b32d2b524a9135bece5af055f44c0ec225c8786]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:35 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:06 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d008c70765db8e0f0741e649f931f097732cf249]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:43:00 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc323975e16c274f32bee510f2b638cef602e7e9]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 12:46:17 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3164af2ee7a599614503c4655ae166fbb69c697f]

        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>  [fdcd5435b839ab43f72161408d168a8ce402f2ba]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 15:58:13 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a33a58007f36344e4b2687ba75e7d0f30fec0550]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/31 16:50:30 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acbcd151cc7cfa67000c56bf43da7731df320a84]

        INTEGRATION: CWS changefileheader (1.6.572); FILE MERGED 2008/04/01 15:29:23 thb 1.6.572.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.6.572.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.6.572.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92edec3776a5aa63ef1d5d9edb75c4f95e6ea166]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:03 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c35f2844deff0002ca4daa52e2fe528464e1d11c]

        INTEGRATION: CWS changefileheader (1.22.38); FILE MERGED 2008/04/01 16:00:19 thb 1.22.38.2: #i85898# Stripping all external header guards 2008/03/31 13:06:07 rt 1.22.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6a642d493f11a82d4c9aa5b67b63b2e3f9397d7]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/28 16:03:58 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [269212a94ca24f1af994fbe9f7b051215849bf16]

        INTEGRATION: CWS changefileheader (1.4.1256); FILE MERGED 2008/04/01 15:49:09 thb 1.4.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.4.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.4.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82e2ed086676d758ae826f310fcc99df8f7dc820]

        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>  [648e03e8d3425f3abf4fd4ab59c049ea5a7083fb]

        INTEGRATION: CWS changefileheader (1.7.624); FILE MERGED 2008/03/31 13:56:41 rt 1.7.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a1d2d8bfc2cbd94cb7326a3404df005bfaa214f]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 12:35:52 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e69123c1307bc7f98da332e9e88e3af721188388]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:13 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45a10bbe89ef0bee9153386c684bc89c27c3b6d2]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:50:30 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc0507eb70d184caa2ae9b2cac0b32c062c68a51]

        INTEGRATION: CWS changefileheader (1.61.188); FILE MERGED 2008/04/01 15:58:32 thb 1.61.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.61.188.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.61.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1225a6b90ec967821d7ebecbddd3817c5fbe716]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/31 13:06:07 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6087c411f9ae082bfe10f68a6c19cf63a17362e7]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:43:00 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66fc01271b9c6190262f34ea9d5a27399c8a474d]

        INTEGRATION: CWS changefileheader (1.4.196); FILE MERGED 2008/04/01 15:49:09 thb 1.4.196.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.4.196.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.4.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e33d9ee1cf00edc9829431047efcae5c4314853]

        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>  [39e25bf9d8343b0b5d4e0bc6c6323c023b88f2be]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/04/01 15:33:47 thb 1.6.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:23 thb 1.6.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b61fd86c2f66aa58a676e06504501a92f3c01ccd]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:13 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69c0e2ed0afae30259875891f9ed457429c8c1f2]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:29:22 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca583eb8fb9e634df90c409bdd69435bcec558ee]

        INTEGRATION: CWS changefileheader (1.5.448); FILE MERGED 2008/03/31 16:57:00 rt 1.5.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dc3b087df0e32dc052b8b6f5e63524a4fe733b8]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 12:33:06 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19c84f336be6b383a1c131703a112944059f94e4]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:43:00 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fc6099c77e1b6d45a4f0a13a07510643439a8b1]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 13:06:07 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15f4f45636d21a6e6285dcab1c6a8434e196a4a4]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/04/01 15:00:18 thb 1.2.30.2: #i85898# Stripping all external header guards 2008/03/28 16:03:58 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [119b240bff0a65e0a8967f788310d744810e0203]

        INTEGRATION: CWS changefileheader (1.3.700); FILE MERGED 2008/04/01 15:49:09 thb 1.3.700.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.3.700.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.3.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f9fe5a0875a361bd1bf8333d8811963baab043]

        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>  [b9abcf76533ee83b118b12047b91e810d765c12e]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:13 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96ca5367627f998ea866cc8aca6c349be0a8c827]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:35 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:06 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dd59ec2a43094667df631ebd56fdd7812c10905]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:58:32 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c094da8e9c93c2866615ba67e8e84d915cb2bee]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:29:22 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e1cafe6abbb5c5a46d8586ba52bb5b06e99fdcd]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/04/01 12:56:18 thb 1.8.52.2: #i85898# Stripping all external header guards 2008/03/31 13:06:07 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30ee27d98dde5fa1cfb3d6a15e214b501fe435f5]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:42:59 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a6a6f4c1d0ee5ec93387e879cd5ee234fb52307]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/28 16:03:58 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4ea40c5ed952bb5ebffdc7589cab5e213efc18a]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 15:49:09 thb 1.5.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07d8183d00ebc05164d62947cc097b42e4f1b767]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b68b313722f0fc004826a0df15ee96c1d7aa80c4]

        INTEGRATION: CWS changefileheader (1.6.222); FILE MERGED 2008/04/01 12:38:23 thb 1.6.222.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.6.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6a1fbf0fa543aa8caf2609a98d28ae8bc06dff5]

        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>  [e51fd9842a343ad3a12d6d85075348b8eefa776e]

        INTEGRATION: CWS changefileheader (1.6.330); FILE MERGED 2008/03/31 17:13:27 rt 1.6.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b73f41324020ba11ea0cfca07863d3fb51faba84]

        INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED 2008/04/01 16:00:19 thb 1.9.24.2: #i85898# Stripping all external header guards 2008/03/31 13:06:07 rt 1.9.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [630435c750a1a04d6d1eb434d56bdd2f0bbd2c7f]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:59 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c27270bf9f3936ebf24369f69faaf59f40e8ed6c]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/28 16:03:58 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4a205d9f6b5cb8abf8f8454ae84ca18088d248]

        INTEGRATION: CWS changefileheader (1.2.440); FILE MERGED 2008/04/01 15:49:09 thb 1.2.440.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.2.440.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.2.440.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8894997516f66c89881d59dcae264464b1128aa9]

        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>  [9a9769df199c935b199d234383edcdc22fd2a90a]

        INTEGRATION: CWS changefileheader (1.12.344); FILE MERGED 2008/03/31 15:58:13 rt 1.12.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de4190472a074f461e1ee432f89f7f9afb15b305]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:58:32 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7d142bc0ff85a534f19b1ea519adb12ca09f8b0]

        INTEGRATION: CWS changefileheader (1.35.34); FILE MERGED 2008/04/01 15:29:22 thb 1.35.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.35.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.35.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9acdb11982ef4be53705745b3b1f8012f213e8d7]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 13:06:07 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f4ea3f660cd0e051dda00a96db9742c150aa24c]

        INTEGRATION: CWS changefileheader (1.12.58); FILE MERGED 2008/03/31 16:50:30 rt 1.12.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d6455bd0d47d72ac39f2bffa3aa9566b59ca32e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:59 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2964b64a7fe682abf6a6a3339d810c1aeceedf27]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/28 16:03:57 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbc9b0419138df6f7d06f241010d6f1a5eeac153]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98b9e6e6437843d4c521fe5d0de49fedb10c5ea8]

        INTEGRATION: CWS changefileheader (1.12.506); FILE MERGED 2008/04/01 15:49:09 thb 1.12.506.3: #i85898# Stripping all external header guards 2008/04/01 12:46:17 thb 1.12.506.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.12.506.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c22eb2a169cb47f529720963683e5b9effe8d24a]

        INTEGRATION: CWS changefileheader (1.31.22); FILE MERGED 2008/04/01 15:33:47 thb 1.31.22.3: #i85898# Stripping all external header guards 2008/04/01 12:38:23 thb 1.31.22.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.31.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98843e7f2a4b94d012f7a4ae9d0447e19ace628f]

        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>  [fe66f9268837716371c2484587db5836dc0a29e5]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:13 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94cae44d193599691ea91d7900adfb31ec5d8b68]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/04/01 12:33:06 thb 1.3.4.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5cb50bd6297630b87209827e160a61ccb434980]

        INTEGRATION: CWS changefileheader (1.7.448); FILE MERGED 2008/03/31 16:57:00 rt 1.7.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47edfbd866e356b066522f6be8c8b104971fcb1f]

        INTEGRATION: CWS changefileheader (1.19.34); FILE MERGED 2008/03/31 17:13:27 rt 1.19.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee8bad2d351f104e72a36b4f14b336a97fcf1999]

        INTEGRATION: CWS changefileheader (1.8.52); FILE MERGED 2008/04/01 16:00:19 thb 1.8.52.2: #i85898# Stripping all external header guards 2008/03/31 13:06:07 rt 1.8.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdc6550971d981f527298f91ede0a26ae2a2ec2a]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:42:59 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc3079e21e36b8c2db19b0b9163f7a378bdd82eb]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:50:30 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927638b41ad6b66dc20f8fa06133bc93969ffa23]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/03/28 16:03:57 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ac4951b94c18494879d74ca46cdfc8cfc5073ab]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/04/01 15:33:46 thb 1.2.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [133aa5259d7d220dc27fffdeef60f1d5fcbfc5da]

        INTEGRATION: CWS changefileheader (1.4.240); FILE MERGED 2008/04/01 15:58:31 thb 1.4.240.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.4.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [484c98c5c4e08cd7a80a62c3e02d1b7f9761f7d9]

        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>  [3ee5fa61e8b3dadd57b93defb787ac893494f244]

        INTEGRATION: CWS changefileheader (1.20.78); FILE MERGED 2008/04/01 15:29:21 thb 1.20.78.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.20.78.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.20.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80570bafbf8ee775de2f78cc3a0021ef0c2b20da]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:03 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c26ab14640bcf9d78232c779d31d7fc42420ad07]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:13 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d721922ec0db6a0cf04187b23d19515bcf3eb96]

        INTEGRATION: CWS changefileheader (1.5.1256); FILE MERGED 2008/04/01 15:49:08 thb 1.5.1256.3: #i85898# Stripping all external header guards 2008/04/01 12:46:16 thb 1.5.1256.2: #i85898# Stripping all external header guards 2008/03/31 14:17:53 rt 1.5.1256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a12291531cce461e7ea8ee9e6b9044ae630ff17]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:59 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3941c9f72beaf9546e64a8a876bea17a196ba94e]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/28 16:03:57 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [493bc5c184da59ae67d96dedbc04fc9480f2d359]

        INTEGRATION: CWS changefileheader (1.26.298); FILE MERGED 2008/04/01 15:33:46 thb 1.26.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:23 thb 1.26.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.26.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [425e46b40d0337e308d6ee9bea09e98330860dbd]

        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>  [0d0824e9877c277e5b5cbe8bbcc6e06197b4c0fc]

        INTEGRATION: CWS changefileheader (1.5.330); FILE MERGED 2008/04/01 15:29:21 thb 1.5.330.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.5.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.5.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58a3f85800050cc69d40d09cbc00f1558c78da06]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 13:06:06 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [067fb02dbf67f0b8c6c1ec14f59b8b7c7961b8e1]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:50 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a505cf8fb43f0885688b743e5a35b5795f66a76d]

        INTEGRATION: CWS changefileheader (1.5.314); FILE MERGED 2008/04/01 15:33:46 thb 1.5.314.3: #i85898# Stripping all external header guards 2008/04/01 12:38:23 thb 1.5.314.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.5.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3cf37682756c66da7e369217f291c1603dd4a6b]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/28 16:03:57 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb72b11b8a4b8b24f91fa2c9d48e2602a67a9959]

        INTEGRATION: CWS changefileheader (1.15.186); FILE MERGED 2008/04/01 15:58:31 thb 1.15.186.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.15.186.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.15.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd807135078927e7b20386bf5089fb1bfc22b815]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/04/01 15:29:20 thb 1.5.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:52 thb 1.5.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c30ed79dbe5ab55bfa47b34dc3cbb0cc54211456]

        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>  [fd23f1086a9c879f7bd75b1f9593e0121c94ed68]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:35 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:05 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:03 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28ce18e893e06410c8b7fe4ca4c8e3658dbbfd8b]

        INTEGRATION: CWS changefileheader (1.13.500); FILE MERGED 2008/03/31 15:58:13 rt 1.13.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4762a4daa98ad7840296f685f4b454592209710]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/28 16:03:57 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfbd178c7794fad4dca6b72dc2a1be2c8c3498f2]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:29:20 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:51 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02aedf246edab4376ed76926c9309a61b58bf8b7]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:35 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:05 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d80d05bb38a4deb0c269045429455d103934460]

        INTEGRATION: CWS changefileheader (1.8.314); FILE MERGED 2008/04/01 12:38:23 thb 1.8.314.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.8.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c5a8eaa7099df92af1f3688e8993f5fb648ff1f]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:35 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:05 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6f061061dd58b2cd9b88c99e70e1e6bcdf8cff5]

        INTEGRATION: CWS changefileheader (1.6.1072); FILE MERGED 2008/04/01 15:58:31 thb 1.6.1072.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.6.1072.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.6.1072.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c0227d22de516cf52514afdb3964432efdb88f9]

        INTEGRATION: CWS changefileheader (1.14.500); FILE MERGED 2008/03/31 15:58:13 rt 1.14.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd24927730e679afacf7799649da38108a4470b8]

        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>  [a45a8bc3d0a145c35b20759f3b7bafed55f8ac71]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:59 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2217ed2351756900a694510f3016bf523b5424b0]

        INTEGRATION: CWS changefileheader (1.8.298); FILE MERGED 2008/04/01 12:38:23 thb 1.8.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:41 rt 1.8.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9c426effc85de481fc9ab9983b9583e826a732a]

        INTEGRATION: CWS changefileheader (1.4.1072); FILE MERGED 2008/03/31 16:57:00 rt 1.4.1072.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf5d517435613c56577d3516b6cbfb836849241f]

        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>  [596d52f978d322f884bf3713a9118062c750566c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:58 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9b43d8737e922ebc924e29e56c61dcc0adebc3b]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/03/31 16:50:29 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37bd5337da06da8c0dc523c9b7b1ed404d3b6318]

        INTEGRATION: CWS changefileheader (1.20.182); FILE MERGED 2008/04/01 15:58:30 thb 1.20.182.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.20.182.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.20.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40d95986cb7a832afc1766a69a7044eecbdb12fe]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:58 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48deadad4ba83d1e772fe605859274053ccf4591]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/03/28 16:03:56 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fbcce4107720b39c96e9db68ef71fa43eb22274]

        INTEGRATION: CWS changefileheader (1.4.298); FILE MERGED 2008/03/31 13:56:40 rt 1.4.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [983bfdf10966d30e1ee9abbbcf96c97aec9028cb]

        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>  [120bccdef3f101dd38dedebedd81e3481a17d022]

        INTEGRATION: CWS changefileheader (1.32.14); FILE MERGED 2008/04/01 15:58:29 thb 1.32.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:05 thb 1.32.14.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.32.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc796c4a8fe8b923b7bf82791f239cd6f76d1c77]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 15:33:45 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c9414401b49c6dd2b2595d6aebc6c3581a75489]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:58:12 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6d050f70566406c7521ea1081f620cef2cd32b2]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:29 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [649c149f9181c81f046c299cd6c042d27417c529]

        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>  [d2aee204a1ff72d9ba4a46b038c1d3a1ff9c95d0]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:34 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:05 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dfa8dccb6c4d76ceb3e072c9e74b1acbbd5a221]

        INTEGRATION: CWS changefileheader (1.38.14); FILE MERGED 2008/04/01 15:58:28 thb 1.38.14.3: #i85898# Stripping all external header guards 2008/04/01 12:55:05 thb 1.38.14.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.38.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57670033bf38c5d10aca4f2e3ce8ca48467049b6]

        INTEGRATION: CWS changefileheader (1.6.624); FILE MERGED 2008/04/01 15:33:45 thb 1.6.624.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.6.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.6.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67a60bc3031ce8822cd0addf511c4fc52ce11d04]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/04/01 15:29:19 thb 1.5.292.3: #i85898# Stripping all external header guards 2008/04/01 12:35:51 thb 1.5.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:27 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6505494d69407e6721f225ba96d569b76de3c504]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 15:58:12 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05accad8b5c5d2fcbbe1332081c1676da286c225]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:29 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74df1fe5b1aa2d169ffe033f1ef171b71d1d1804]

        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>  [75aa488fc6b174e11bba57423a837713e9f52e2b]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/28 16:03:56 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ceb71508c1dd7677f5ae665623f8615243640e1]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/04/01 15:58:28 thb 1.14.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:05 thb 1.14.36.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f1d1e87eaf9d5cc73ece95f2af79249d84bebe6]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:40 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcd686fa51d9a3cbd2a3e9c4b0d1d6788767168b]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/04/01 12:35:51 thb 1.2.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d157773e46941608473aca009ec9ade69723444]

        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>  [3128ea7d0ace9f2748d146858c505594fce88975]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:42:57 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f50945d4e875f5374728f717979d4aafdd78755a]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:34 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:05 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34dbfcec80ea7ea7325bf7c83ff908ae37bafa52]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:58:27 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5d5c0bdc885ecfc46481c9c3c4150245abce762]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/04/01 15:33:45 thb 1.4.188.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.4.188.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58a1a720459c14a0dd0d7bff34ac127aefb10679]

        INTEGRATION: CWS changefileheader (1.2.224); FILE MERGED 2008/03/31 17:13:26 rt 1.2.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dd2ac987d1fa21687bf51edadd19470c977be43]

        INTEGRATION: CWS changefileheader (1.12.500); FILE MERGED 2008/03/31 15:58:12 rt 1.12.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd485d27efafda1c70b4d7b53b21c195820aef1a]

        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>  [74a1994befeada5ee3bf47ac0fb87d5efce4a855]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/28 16:03:56 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5682f71b4f9f6bf7e6b5aa1643f49acb90d8e65a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:57 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f6593964789397f61db2397714d5b91c092c13c]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 13:56:40 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38d91c061bc168797df7ccf6e7424dc46281c391]

        INTEGRATION: CWS changefileheader (1.52.448); FILE MERGED 2008/03/31 16:56:41 rt 1.52.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13c17ec8c15c55d3ae4ad1b15d1c1f40c2b80180]

        INTEGRATION: CWS changefileheader (1.7.292); FILE MERGED 2008/04/01 15:29:19 thb 1.7.292.3: #i85898# Stripping all external header guards 2008/04/01 12:35:51 thb 1.7.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.7.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [187a330b5ba7e1e71c873b87e0a14913d8542998]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:12 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13de146b3217a2aae5c136df995e2b68e2630b63]

        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>  [51ceaaca3133075410fdb56a0c8e8251f6ca2bbd]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:57 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a16ca6dc880b7473e6f2617d1c3f0c7e5e42874a]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 15:00:17 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:28 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/28 16:03:56 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f6c2aa62e0e9d4c48c23f111e55aa1335ffb245]

        INTEGRATION: CWS changefileheader (1.6.186); FILE MERGED 2008/04/01 15:33:45 thb 1.6.186.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.6.186.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.6.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c512c0fd6b150d2990bd8da3561fbb47a80cd862]

        INTEGRATION: CWS changefileheader (1.6.292); FILE MERGED 2008/04/01 12:35:51 thb 1.6.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.6.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dbf5f6a709a51302fe1abc6d607efe7297fa0a8]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:56:41 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48ef3d14a2ea08e80760bb008ade4509bf2d086d]

        INTEGRATION: CWS changefileheader (1.15.184); FILE MERGED 2008/03/31 15:58:12 rt 1.15.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3954dde362d09acaa80d0d26e83267cf33a8f01b]

        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>  [a3a70c3eabf68fbecdecd4ec161d9d0a945b053e]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:57 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38b5502bf09e893eeaaf9c28aa194385df5b7e75]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 15:00:17 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 10:47:28 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/28 16:03:55 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [484124fbe0ac7e7e5e5c8ac1c7bd40b953ffe522]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:34 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:04 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dae6c134100ca59ba3c63fc928dd9df4f308d38]

        INTEGRATION: CWS changefileheader (1.5.226); FILE MERGED 2008/04/01 15:29:19 thb 1.5.226.3: #i85898# Stripping all external header guards 2008/04/01 12:35:51 thb 1.5.226.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.5.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [010566e43612a29db224b9472166515eba8808db]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:58:27 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c750b11c90952e3e4c2f0ef88805eeb2cf89ee66]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 13:56:40 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22665e146e5475c485c5466a5508af8f74be2d71]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:12 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9304899d5c2def0e785a2b27649382fe7e87f4e8]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:29 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fa31ddc4bc688683db7f26865edc1ca2caef40f]

        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>  [3c6429ee6f87d4f812772aae758ea1a256ac61f3]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/28 16:03:55 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4a834b0129a2ad62fd5a48645473f45dc938cec]

        INTEGRATION: CWS changefileheader (1.3.554); FILE MERGED 2008/03/31 17:13:26 rt 1.3.554.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cff095c575847a70dd4dd57ca95fc7d8b28b79dd]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 15:23:34 thb 1.3.56.3: #i85898# Stripping all external header guards 2008/04/01 12:33:04 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab01b0bec13aee759d949634cf061afe1a29aa71]

        INTEGRATION: CWS changefileheader (1.59.184); FILE MERGED 2008/04/01 15:58:26 thb 1.59.184.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.59.184.2: #i85898# Stripping all external header guards 2008/03/31 16:56:41 rt 1.59.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc5a8f54e530a8418165441a489b58d1e4ece6b6]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/03/31 13:56:40 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3e5172c61339277beaaea4bdc12b1cbf57850dc]

        INTEGRATION: CWS changefileheader (1.12.120); FILE MERGED 2008/03/31 15:58:12 rt 1.12.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1302f84d5dd43daac583c269b5c8c9d8cd7c1f31]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:50:29 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1fd47594850d1a0e571c9de3459f7b9ca4ad217]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:56 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43c3f30482ec5ba08eebfc5f7dcd436be147b55]

        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>  [3948d070f2b4c111c842b10640ff033717108383]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18d81be1cc1da67a896f52b90e9013f71ae3322e]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:29:18 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:50 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94dcb7003e32f529a48cf2bf3691aba18e570c99]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 15:23:34 thb 1.3.70.3: #i85898# Stripping all external header guards 2008/04/01 12:33:04 thb 1.3.70.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaa4104214f8f695dd6253bfa338e694e08f6fca]

        INTEGRATION: CWS changefileheader (1.77.38); FILE MERGED 2008/03/31 16:56:40 rt 1.77.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23fe584a73d14c926739ba087fb2c3adb361ea0a]

        INTEGRATION: CWS changefileheader (1.8.24); FILE MERGED 2008/03/31 13:56:40 rt 1.8.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44ecd95aa1ae5e7a50a54692aeb19870174fe2cd]

        INTEGRATION: CWS changefileheader (1.4.500); FILE MERGED 2008/03/31 15:58:12 rt 1.4.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6ed46655f95607084d3a5a26cfe278c034fac0a]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:29 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b6e49bf317f4f44c5377e78ae4c2bddbf5e53d0]

        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>  [141f3621274714605429fde1ce8cf42be80c2c4c]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:02 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [380ad139e966cd73fe10521a9208e1e22fe6dd75]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/28 16:03:55 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b8424cf78902d6d452a7cb9db9c3b9fea31e930]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:18 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38ea9e67b0be5302d5acc56354d109273441ea7f]

        INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/03/31 16:56:40 rt 1.10.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c0da00ff8b2b22e88a703b3889241424d66c4b1]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 15:33:44 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c8405cccae781caa121ef063ea4dc9b4058c525]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:12 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f90a1ca7c27b014e8f3555d30b41782003d75d3c]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:56 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f120a12d78e0cb1ff14588379cb27f2bbb9def0]

        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>  [dfe4e5eb26989955bf34d0606caf8ea5e0c00bc4]

        INTEGRATION: CWS changefileheader (1.28.34); FILE MERGED 2008/04/01 15:29:18 thb 1.28.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:50 thb 1.28.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.28.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b78789b0eff7be9037d39745a5e347c163435355]

        INTEGRATION: CWS changefileheader (1.2.624); FILE MERGED 2008/03/31 13:56:40 rt 1.2.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3730d28d04b265db8a33386d07f833042f96b78a]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:12 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6bb37c122941e466bc56ce8c5a5e782bae38a6c]

        INTEGRATION: CWS changefileheader (1.32.36); FILE MERGED 2008/04/01 15:58:25 thb 1.32.36.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.32.36.2: #i85898# Stripping all external header guards 2008/03/31 16:56:40 rt 1.32.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2a97c04e58f6c46c182af8d324c9a00cb34f3e3]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:50:29 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16d988831372ea6c4fbc6287ae997c0c790313d2]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:42:56 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ac57622e42350eaa017f67eb3c4a948a40b1bc3]

        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>  [9d2901eb8ba18e159610fa47baf82ea525439dd9]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:33 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:04 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:02 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [add286ce2b64c6b99681c5d2d5aefe979434fb61]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 16:03:55 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03fa18f85ce458146fd902b933bac703b6e1dc3a]

        INTEGRATION: CWS changefileheader (1.2.698); FILE MERGED 2008/04/01 12:35:50 thb 1.2.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.2.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b03b26ff1cfd801b1cfb86f5d25101abee96db9]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:12 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [697d1e35f48cade3656e00be93e2733ec5398bb6]

        INTEGRATION: CWS changefileheader (1.105.184); FILE MERGED 2008/03/31 16:56:40 rt 1.105.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25b9e2400e890aa2efeadfaeaec5eb820c77d0e5]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:56 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372da3c70a9154549221bb199bc92b2241c355b4]

        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>  [1d0d6e8fe20d34ac6487c13a26ed1d6746dbae26]

        INTEGRATION: CWS changefileheader (1.5.698); FILE MERGED 2008/04/01 15:29:17 thb 1.5.698.3: #i85898# Stripping all external header guards 2008/04/01 12:35:50 thb 1.5.698.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.5.698.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [600f8a6e1782ee46ac4b56559315ee4721af0646]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:49 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace158885a7147cbc2ee3cf716a645a8a66326d1]

        INTEGRATION: CWS changefileheader (1.2.322); FILE MERGED 2008/03/31 13:56:40 rt 1.2.322.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d67d1f807725df8323264443b77a522bb85d266f]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:33 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3b6b743c5e9410384238c5368a3826418804e26]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/28 16:03:55 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [030cc01e152957fcf9b3e31c5b72f730d61e644e]

        INTEGRATION: CWS changefileheader (1.15.500); FILE MERGED 2008/03/31 15:58:12 rt 1.15.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ad8ae2fe637207f095555ce067334c687b137f5]

        INTEGRATION: CWS changefileheader (1.17.184); FILE MERGED 2008/03/31 16:56:40 rt 1.17.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cba9b95e062fc8d5eb2da2a92479ae226956e31e]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 12:35:50 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5422d515cc47361d21282f0f3f598b8e3c1e2e7d]

        INTEGRATION: CWS changefileheader (1.8.46); FILE MERGED 2008/03/28 16:03:55 rt 1.8.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71791a21f77d1afcc819f1559949892f142f847d]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/04/01 15:33:44 thb 1.5.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.5.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [277cb96b217e7be0729f8c12b65f0b7914e4fa62]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/28 15:49:49 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [686b1453bd89c77089115d7b74f7bba63f928e53]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:01 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fcc73123ac9a3068be96acb1b469c6b7930b995]

        INTEGRATION: CWS changefileheader (1.13.354); FILE MERGED 2008/03/31 16:56:40 rt 1.13.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f487d3da8b4627297f1a17d377e75bc6a220b487]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:56 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06e6f14f47d80ca7b2263a59ab0bcf79b8504e5d]

        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>  [b5013a210681b21d2bc9478c09aef848a3b9fc9e]

        INTEGRATION: CWS changefileheader (1.3.176); FILE MERGED 2008/04/01 12:35:50 thb 1.3.176.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.3.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32162f1a8eb5daea97e79f577b124b0f70874a12]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/28 16:03:55 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee39e162980ff1265bbe7a992fdc5fb1001b3ac8]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/04/01 15:23:33 thb 1.7.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.7.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56c7bf8aab01620fca4cd1871ba55bca92fd3926]

        INTEGRATION: CWS changefileheader (1.19.16); FILE MERGED 2008/03/31 13:56:40 rt 1.19.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbfa0ef4fe8f32ca726cff2b871f61b193142bef]

        INTEGRATION: CWS changefileheader (1.9.354); FILE MERGED 2008/03/31 16:56:40 rt 1.9.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f97bff4d0111b85850893a6b7d445696328ddc6]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:42:56 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e2d4d3fbb34f68ffbaa42517e98f100640a25e7]

        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>  [f7d3b8e993e274c13d7e225008295bf091b074f2]

        INTEGRATION: CWS changefileheader (1.7.700); FILE MERGED 2008/04/01 15:29:17 thb 1.7.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:50 thb 1.7.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.7.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60df2c76218c21874638a0d9eb102077a2288bc4]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:49 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3db082c86f73c2eabb2a91db2cd2e538d326955f]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/04/01 15:33:44 thb 1.11.14.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c33714e592b80af8d67180f4a6fd08dec60181a1]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:50:28 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb60539236fbcff67c691a6062055e1d4f1285c2]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:58:25 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:40 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e365cf4a87cd1a6a62a9f214990d679e18a5a44e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:55 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c6910d94068bcc909e7054dc0cb4dcbc746afbf]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:03 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93259f41949f258acb94c548aa2858f604e70d95]

        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>  [a8be6e9e18ac18c5be6bafe8f6935df672a4a70d]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/04/01 15:29:17 thb 1.9.300.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.9.300.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b28a28362815827c82d24b0124fc74d84261b4fc]

        INTEGRATION: CWS changefileheader (1.21.14); FILE MERGED 2008/03/31 13:56:40 rt 1.21.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a34cbb16b811a266aedea258b0b90a6e414b13b]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/04/01 10:47:27 thb 1.2.48.2: #i85898# Stripping all external header guards 2008/03/28 16:03:54 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37d1e67685174911b9bcadae2853f0eacb1dd83f]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:50:28 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01c1141ad8dfa74132cb0e7765b7eac260034fc3]

        INTEGRATION: CWS changefileheader (1.30.34); FILE MERGED 2008/04/01 15:58:24 thb 1.30.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:04 thb 1.30.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:40 rt 1.30.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc4794a239fdef81b28e2935ff3fddc224c0228d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:33 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dddd655f5d5eaea2132316f279aab7a6d70c7b26]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:55 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21554bcfc7a35cadc4a903df7b6696bca2c598a5]

        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>  [19bdb631422a75fba5d9132e9f3cda9bb00f34ac]

        INTEGRATION: CWS changefileheader (1.8.700); FILE MERGED 2008/04/01 12:35:49 thb 1.8.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:26 rt 1.8.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce9372586a0ee395168a7401e5bfe7e0f75787ed]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:49 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [308c16edfec86c1198945e4aedcec7388ec74fe6]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/04/01 15:00:17 thb 1.2.48.2: #i85898# Stripping all external header guards 2008/03/28 16:03:54 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11ef0a1c3d3be3473ea9cef9bd87b9097875f109]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:11 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c773250f1acc8132b8007708dd058e54fdc6de73]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:28 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6e43f2c244dfc8256d874fe7d22c18cd098cb85]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/03/31 16:56:40 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0f01d3473333b3f7a8e05812818580b694495d9]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:33 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c34da7d8dbe42933a38c7132ca245f05a08a6ba]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/31 13:06:05 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09081113273040749819a7302ff257f866bde60a]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:55 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b100f19c8a0dfa34cf14754dc8aa5379765dcd2]

        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>  [c6090d9c29c9efb3e54c520b4d1044c80bf00ab0]

        INTEGRATION: CWS changefileheader (1.11.240); FILE MERGED 2008/04/01 15:29:16 thb 1.11.240.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.11.240.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.11.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c64008d486ba0909e34fe11db3f4e8ecc1c2ea3d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:49 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbdc0b884693a1fe5a1478cbe5672d8dac90ce12]

        INTEGRATION: CWS changefileheader (1.3.220); FILE MERGED 2008/04/01 15:33:44 thb 1.3.220.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.3.220.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d0c32076680d36a2b3ad60c128d917cc01282c5]

        INTEGRATION: CWS changefileheader (1.7.448); FILE MERGED 2008/03/31 16:56:40 rt 1.7.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0391cfd1af2f4c6c4f18be6afbf0c61bfe24c1d]

        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>  [5044dfb36c1dd63368fc5228308f304c32ded967]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:28 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1ba191e0230f888d0a318512a71490ee78de340]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:29:16 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [894cf3ba15f804279dcb7fe6448ccc65268364de]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97aa5c49562875bdc9d514fc521ed00f10acfac5]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/04/01 15:00:17 thb 1.2.48.3: #i85898# Stripping all external header guards 2008/04/01 10:47:27 thb 1.2.48.2: #i85898# Stripping all external header guards 2008/03/28 16:03:54 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c5b36182169ee7e0eacf039b340115141c47e6c]

        INTEGRATION: CWS changefileheader (1.47.14); FILE MERGED 2008/04/01 15:33:43 thb 1.47.14.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.47.14.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.47.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de42da8d5fa975e7ec59ad08be5d11360e683ed6]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:56:40 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [305fdc3002871e23384b3d0f010fdf96ed2a0df2]

        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>  [af29bc50c9507934eb2c58dc563012bbc546cd06]

        INTEGRATION: CWS changefileheader (1.12.344); FILE MERGED 2008/03/31 15:58:11 rt 1.12.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a82381e0e7dbf27389eb0a606a0bbcd4ec0dde2]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:16 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c89405d1caad647798ed19d54407dba914dc89b0]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/28 16:03:54 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04f3e9f59a5a7613b143f7720b005a0490a10f13]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:48 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [772a250ad3b8b6844415d6181f855bf4e7c98aab]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:58:24 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:40 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d7b80ab4b1ddaf11c553ca3a14455150a7aaa0b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:54 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [802c868e4d823816c129ee88d72b953f79b2d51e]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:33 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:03 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4d31e52c3f3e9035b886d02a6f05d49382733e]

        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>  [30027911cd6bb990741464dd225d15d6f907e500]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:48 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79491bc5da8467300b45053cced4cbbf67a9e05c]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/28 16:03:54 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e28e5f6298238f7b0b2a2bf3e5c9a5715014f1bd]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:11 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31fa2027ad22514ec4adbb86b67ead9cc7ddcad0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:54 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3a53ce89f8bb25e76f60d32884dc8c66c35d3b8]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:33 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:02 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00a216bb8abd068a78820021da4e597449d8dceb]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/04/01 15:29:15 thb 1.2.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.2.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9117bb26174bb3d744cb61c752035224182b1d9]

        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>  [ac220e89c70756b9b3239f37652fda31d5b92c7a]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/28 15:49:48 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90facff5a0b3e76f74322a0e83a114ce1cb6d17d]

        INTEGRATION: CWS changefileheader (1.14.344); FILE MERGED 2008/03/31 15:58:11 rt 1.14.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e754b2128f0160d49c793f3da6463a9b5226c32]

        INTEGRATION: CWS changefileheader (1.5.30); FILE MERGED 2008/04/01 14:59:08 thb 1.5.30.3: #i85898# Stripping all external header guards 2008/04/01 10:46:15 thb 1.5.30.2: #i85898# Stripping all external header guards 2008/03/28 15:58:10 rt 1.5.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a645050ba34cd42c64d673e4569973227cb623]

        INTEGRATION: CWS changefileheader (1.7.256); FILE MERGED 2008/04/01 15:33:43 thb 1.7.256.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.7.256.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.7.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1f02f8b0542392f650d0487705bcbe520963f87]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:54 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a53374ff19ef87f65d42878b1f20af887d5f1e3]

        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>  [155b95e9da4c8e3f3f02f8daffcb3b3c7283b97e]

        INTEGRATION: CWS changefileheader (1.4.700); FILE MERGED 2008/04/01 15:29:15 thb 1.4.700.3: #i85898# Stripping all external header guards 2008/04/01 12:35:49 thb 1.4.700.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.4.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df2ef01841031a80944249c843af5be1de307f23]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 13:05:38 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd78a37fd59fe4040cd4a7da192d8f722824cb3d]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/28 15:49:48 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dac2827a86dec7be123bb61489f7708c6c4939f4]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:42:54 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b87bad268fe3aa3328eae7233aba74f2efbdd78]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/04/01 15:23:33 thb 1.3.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:02 thb 1.3.96.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c9ba06facc1f13b9af09cdb4e2b862f74caa254]

        INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED 2008/03/31 13:05:38 rt 1.6.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64c276706d6cba5bde807f1613120834a8eb944e]

        INTEGRATION: CWS changefileheader (1.29.16); FILE MERGED 2008/03/31 13:56:40 rt 1.29.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [028e6505fa14bbeab30a1276d6567f4f11f8d80b]

        INTEGRATION: CWS changefileheader (1.13.300); FILE MERGED 2008/03/31 15:58:11 rt 1.13.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72d2a2cadb45645d97920c744f6dd3d955d1d4fe]

        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>  [4c991c8e10db05e1d4913548df8058f71cbf3615]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 15:29:14 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:35:48 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f63958db8ee4fd8b344d391ff86b89c097d9f208]

        INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/28 16:42:53 rt 1.6.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [572c3b1a4a74bea366b4f18ab17b3cccc4521dc9]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/28 15:58:10 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d751a681764d2c85fb28822df6d267fee417364c]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 13:05:38 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eca8583e63aed556e505e467a43bbab8b436e7cf]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:11 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [186fda197b1fab3d2fdef3f3bc536808b402e65f]

        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>  [a92bc88dc5a6aebbc32c5cf6530fa25135c3ff4c]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:42:53 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a28c667274f5231a79b533c5757d2f0584b43ba]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:33 thb 1.4.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:02 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a07a0e560660b3f032f9903042905333b2285ba4]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/04/01 14:59:08 thb 1.3.44.2: #i85898# Stripping all external header guards 2008/03/28 15:58:10 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4d11edc96e5b4a9260fa77ae561bcaabe78df65]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 13:05:38 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dab600eaab814f2222735d7faf0d2735684ad5f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:48 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45ce778269fc85632ba006cc2354e24a2b69a1d6]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:52 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8143a88bf4e6605501b3bebc5f2ab767c4e7e6c0]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/03/28 15:58:10 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fd36c3f81cbfd6e75e5a41730cfc51137488dee]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/31 13:05:38 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8390f1fc9fa70a8e0b8c5175788d9b31078b419]

        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>  [5004f020610ad0d879ea12c73f372549e8e1a065]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:11 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0e99829c74a26e512a0c0aaabac9be370627cbc]

        INTEGRATION: CWS changefileheader (1.7.298); FILE MERGED 2008/04/01 15:33:43 thb 1.7.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.7.298.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.7.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8ce04f2b87b4b336837d61384a188c07724b0c4]

        INTEGRATION: CWS changefileheader (1.11.94); FILE MERGED 2008/04/01 15:29:14 thb 1.11.94.3: #i85898# Stripping all external header guards 2008/04/01 12:35:48 thb 1.11.94.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.11.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [804cfadc0584cb186d4e8030b1041a149c565c7f]

        INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/04/01 14:59:08 thb 1.9.2.3: #i85898# Stripping all external header guards 2008/04/01 10:46:14 thb 1.9.2.2: #i85898# Stripping all external header guards 2008/03/28 15:58:10 rt 1.9.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fe2dfa52335b01ebf7cf4dc714b98716704436f]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:05:37 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94a9b276376ef694ceda757295040f59d35a3f4d]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:52 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34f397683a5c1ff41e0fa0bcb038d3fa564ac88d]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:28 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f52fb6502962647f7ec8614725118c472271a39]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:33 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:02 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:32:01 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e174f85535f7b4384ad43341a2ddfcb6f69db65]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:48 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d0c2313300babd3155fd5cdcf7b5d242325c893]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 15:41:17 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 13:05:37 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4535836e988539c53742b898e7e6c4b0ee1e63]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/04/01 15:29:14 thb 1.3.330.2: #i85898# Stripping all external header guards 2008/03/31 17:13:25 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91aaf1471f61523d1fddd555b08defd01ab73f8b]

        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>  [6aabc4eb25e3a2fc4bd24ee0ae914fe986a780f9]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:42:52 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83472dfe3e344e8395a1971b0a62725f89427060]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 12:38:22 thb 1.4.62.2: #i85898# Stripping all external header guards 2008/03/31 13:56:40 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f121aa0b341427a3282936ef82632623f1f2c7a4]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 13:05:37 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11675d622fac9f8f14b1334c1897022c6e1184d1]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/28 15:49:48 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f02f380b173ecc1307bf671d71d96cc16d5cd25]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/31 17:13:25 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7132bfcb11ef17c20ef67ef92ae0eafae4e22f7d]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:52 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbe3623869bc3e7978a1c9076c240e0f5fd58821]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 13:05:37 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5079434df1295958aae3a7aee7c188001ef70615]

        INTEGRATION: CWS changefileheader (1.6.320); FILE MERGED 2008/03/31 17:13:25 rt 1.6.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65c4ce8470b7bf11ea3f15cb09195e621586ca93]

        INTEGRATION: CWS changefileheader (1.5.624); FILE MERGED 2008/04/01 15:33:43 thb 1.5.624.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.5.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.5.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [905af78f3d8133dc75756cdd9cdef6dbe74ba3b1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:51 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a0b710217e9a9349d171682dc37bbf449b8e5ea]

        INTEGRATION: CWS changefileheader (1.16.62); FILE MERGED 2008/03/28 15:49:48 rt 1.16.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1138a3dd2f6bf7fab22ae161f48149b36ffe005d]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/04/01 15:41:16 thb 1.2.100.2: #i85898# Stripping all external header guards 2008/03/31 13:05:37 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [430b2e602122b8741fbb5719818dd3a67f75e53d]

        INTEGRATION: CWS changefileheader (1.2.622); FILE MERGED 2008/03/31 17:13:25 rt 1.2.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c37f07f4804149f00b514999a376b869a0255ff9]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/04/01 15:33:43 thb 1.5.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9900bfe86f81b8353f685cdd3d51429e1e291841]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:51 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4941fdf8dc560e5b379bedc005e3c80b0ffe316]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 14:59:08 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 10:46:14 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/28 15:58:10 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c46c79a43b78a8d915f4915c4e97504040dd299d]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:32 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:01 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:32:00 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a847e1b8a01fef8ce5fece8f2a7cd3446aed0b9b]

        INTEGRATION: CWS changefileheader (1.22.622); FILE MERGED 2008/03/31 17:13:25 rt 1.22.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e05328fc6deffafc9b45772216129651fd8cec2e]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:42:51 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10c4506fa48c325cb52e8af49f690b9af11bb849]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/04/01 15:41:15 thb 1.3.100.2: #i85898# Stripping all external header guards 2008/03/31 13:05:37 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce508d5a6cbaadd02b36a7b5a4a2e658de3be43e]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 15:33:42 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:38:22 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32ebab0a108c6e9e89105fc8c9a9518c76c84dfc]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:51 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53038fd599c53962551a9e500ad12b0cc7f541dd]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:13:25 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88ceff609649c4bcc9a96c6fac6f888068e18416]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:42:50 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbcfe029f7ca8b276f1465d7dd03b58adb149b09]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:27 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [713785338c26526679f93e531fb0c151c963b73b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:47 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8d4d015ffbc1ef0db83912a29928f157660c6b1]

        INTEGRATION: CWS changefileheader (1.13.46); FILE MERGED 2008/03/31 17:13:25 rt 1.13.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea42409f9939d52f449516721c3529fdcb16c595]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/31 13:05:37 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc08a91e57a69ce99b729a7ee0d14b4626acc422]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:32:00 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [912a757c89cc02baa8636876dba19e6418b1b326]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:50 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f64c9858103ae63bf82fe30d4a1acd86bce6f5b6]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:47 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55a154fcec9b6447a36ebe583e228abb4d0974fe]

        INTEGRATION: CWS changefileheader (1.2.700); FILE MERGED 2008/03/31 17:13:24 rt 1.2.700.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2f8a0262fc1fb17c6ff800a88774d2825e645f2]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 13:05:36 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37abc27368a5a6680ea8c87f8a7bd0dd31a1f177]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/03/31 13:56:39 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c1ac9baaaab20df33a1538ab485f74bd46966f5]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:11 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ea0a4272342d789d04aee5ab1190179b6095fa]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:47 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20febe20b8d48a3ad75a72a705441effe0841315]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:42:50 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dc3641aa65751217c348e79f8c95a54a147ab69]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/04/01 15:58:23 thb 1.23.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.23.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:38 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f60b6ab5b8e9c21859582b75b27fcd655b73771]

        INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED 2008/03/31 13:05:36 rt 1.5.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77a717eac87ac08dd81fde8afaf7582ceb570b64]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:50:27 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5ea95199888cd49d7af61c1129322a978fdb4d8]

        INTEGRATION: CWS changefileheader (1.4.624); FILE MERGED 2008/04/01 12:38:21 thb 1.4.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.4.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1cb6a66f89c2067e49d9ffacd75e62c38ac2f8d]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:32:00 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [625a57b0ac1ae1cf33a9ca539598e4ee535469c3]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/03/28 16:42:49 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b875e7071ded5cdceafba7d3aa591790a591cb9]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:10 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b332d05417b0d72b81172b40464c4f30354b3cb2]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 17:13:24 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [336059330186508cd67bc3749b03b0eb1ded2cc8]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 15:58:23 thb 1.8.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:38 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad5e9ae20014e3bf4f9c06aacfe82cf13b953c85]

        INTEGRATION: CWS changefileheader (1.5.288); FILE MERGED 2008/04/01 12:38:21 thb 1.5.288.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.5.288.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff4544764ca6d2b592d572c352ce6df3e54e1eb5]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/04/01 09:43:44 thb 1.3.70.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16dface69e5813c454989bc9b0510aba26baec1d]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:32:00 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40787a421d29c00e69ac5ab6a4e5970435925942]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:49 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7896b7d61314c33b8457cf2310f820c98dba3772]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:10 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ece9f788c13c18b46110944ac9e9ed5ca549c553]

        INTEGRATION: CWS changefileheader (1.14.46); FILE MERGED 2008/03/31 17:13:24 rt 1.14.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1cbf129cfae8420d8c89fad426bd78c75e3c0a7]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:56:38 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c17fde0a6cfaa0fb198d88b50d93e6cada547ee7]

        INTEGRATION: CWS changefileheader (1.12.184); FILE MERGED 2008/04/01 15:33:42 thb 1.12.184.3: #i85898# Stripping all external header guards 2008/04/01 12:38:21 thb 1.12.184.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.12.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44425d16d9e3b46f2cc7871b6e655f6c42a097d]

        INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED 2008/03/31 13:32:00 rt 1.3.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b8aa734867fdcec6b13b916a6d7227ff1f4926]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07dd074dfdbdbe44e13b106711fbef11b737c252]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:10 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [616745027aab504c56db53bf44870b3592f2eae0]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:49 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d3da2353ca8c95053c1ad26d369114af3d24093]

        INTEGRATION: CWS changefileheader (1.33.622); FILE MERGED 2008/03/31 17:13:24 rt 1.33.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677413e684d869a181fb6b82ba39e0766b40fe02]

        INTEGRATION: CWS changefileheader (1.19.2); FILE MERGED 2008/03/31 13:05:36 rt 1.19.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a88cc580dc2303d62fd48544d93a4792d6593fab]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:58:23 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:38 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bcf01aade48e28ad025a0a4485e6a2693a7823e]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:27 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3464bb0dbef3428607f06b738a48523e56eff8a]

        INTEGRATION: CWS changefileheader (1.3.624); FILE MERGED 2008/04/01 12:38:21 thb 1.3.624.2: #i85898# Stripping all external header guards 2008/03/31 13:56:39 rt 1.3.624.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec42913b75496944858cd81db707a1116c419aee]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:42:48 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2afe8b1a8a614f2d129280ec05f4ee35db8de93f]

        INTEGRATION: CWS changefileheader (1.3.330); FILE MERGED 2008/03/31 17:13:24 rt 1.3.330.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [264b47728a65c12ff1b612dc4c800438087ef74b]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/04/01 09:43:44 thb 1.11.22.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2854d59f795dce40d2f3b29034d70419813d1dc8]

        INTEGRATION: CWS changefileheader (1.8.184); FILE MERGED 2008/04/01 15:58:22 thb 1.8.184.2: #i85898# Stripping all external header guards 2008/03/31 16:56:38 rt 1.8.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7becf7275e69d26e751961170708e0acec9999a4]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:27 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58f524f7e0208667e6a6a591c9bc2823e4db1e93]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 13:32:00 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68965786729974dc4c3d3ad9a27be01cfdd23c2a]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/28 15:49:47 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a4f8c4c6e3f04e5d25d612e1b11e2bb6580530]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:42:48 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [597cfbecf5f40cc31d72dd9ef13955dc07bd960e]

        INTEGRATION: CWS changefileheader (1.1.246); FILE MERGED 2008/04/01 09:43:43 thb 1.1.246.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d598c777ea06ecd6148640e0f97586ad61fb90c4]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:58:22 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:38 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [703b67699900203aa66f795d125ee20b317e80d2]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:27 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8236e1822074985ca6a883774de9876aaba4f1f]

        INTEGRATION: CWS changefileheader (1.2.320); FILE MERGED 2008/03/31 17:13:24 rt 1.2.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeb49d7cbfee943ce757f4982e1de11a64e9ad10]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:10 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b0313c4f9974808d50e3b1c8654de019abcbcbd]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:42:48 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d464cc2be15c32931f0394ac8fc439497743b23]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/04/01 09:43:43 thb 1.5.36.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9592be68731c5de14f6fbb9ee7c2b5eb25a2962c]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:58:21 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:31 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baa1669a424fa98311ad785936bf1a9baf28d319]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 13:32:00 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b584f45c94c28e6a8b266df21308a1c5fffd11c4]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/03/28 16:42:48 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdd7f1a32fe59ea3930d825f43c02795edb5c816]

        INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED 2008/04/01 09:43:43 thb 1.3.142.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [025e5f98a67cd6760c9fceba611c299e86a73b6c]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:58:21 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:31 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1543d4b4ab0e9bc1b8370aeca34880c519d075a0]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:32:00 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5550f6ebf0eca7d33aa3e5bf1f41c2f33961fd9]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 15:58:10 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72a7fbe8b6570e1ffd4b71281038752313fce094]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/28 16:42:47 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92c6776a9ec8480c444d9566408040b697804f11]

        INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/03/31 13:05:36 rt 1.8.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bec50f5ff8ff2f2a192d68b7a0be003422c8abf5]

        INTEGRATION: CWS changefileheader (1.25.448); FILE MERGED 2008/03/31 16:56:31 rt 1.25.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b174381e074a373d3de3d00bbfcea857fb393b9]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/31 13:05:36 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b8bd5cc82f5c2d410c49f65f7298424a5581e67]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:47 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb2db6ce68ea26fbc9bc73ec8232bd791cdd497b]

        INTEGRATION: CWS changefileheader (1.14.240); FILE MERGED 2008/04/01 15:58:20 thb 1.14.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:03 thb 1.14.240.2: #i85898# Stripping all external header guards 2008/03/31 16:56:31 rt 1.14.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b06123c9a231d5a7102e631c161f6a8226f8bce3]

        INTEGRATION: CWS changefileheader (1.18.2); FILE MERGED 2008/03/31 13:05:36 rt 1.18.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9daa0cc4698f04fff751b79709efec5706f37f26]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:47 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34ca43e91ae2fd5f3992b3258785338b801f782a]

        INTEGRATION: CWS changefileheader (1.35.118); FILE MERGED 2008/03/31 16:56:31 rt 1.35.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbe3b165509d53ec21f02a6a8a3922ff62925991]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:10 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c09e520346a5e1cdd500a739f4fc6d1c906fde3]

        INTEGRATION: CWS changefileheader (1.3.82); FILE MERGED 2008/03/31 13:05:36 rt 1.3.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fabd5f401e1413954d87451d534179f22b7ac092]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:59 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb77e2d775891e28efaa09574716e69f86569f22]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:56:31 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50c40317878567142cbe0b37634096f90938902f]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:59 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb96a93d30efb2b5139c1fb96f0801ebdcc128e2]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 13:05:36 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d32637927e1ee2d2734099d0949803e31f48aa5]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:46 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85223fbc5072dcdd01fd266df7175ffe307b3223]

        INTEGRATION: CWS changefileheader (1.40.448); FILE MERGED 2008/03/31 16:56:31 rt 1.40.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bddbef3469d8e1d67b0db941893f80deac10a682]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:50:27 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [847d3906335eff48ba82ac188b7f5343ac8ba5bc]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/28 15:49:47 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2b7a27d34abe9f57de6e2d4858402ab2549f3df]

        INTEGRATION: CWS changefileheader (1.10.2); FILE MERGED 2008/03/31 13:05:36 rt 1.10.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d671cf4b8af3c3490fc6d829375823bbe36080d7]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/28 16:42:46 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76390bad515cd193bacc2d201eb672785d6e5077]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:56:31 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4700cc5f83e81febb7d21bae4b23c5ed464d43ef]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13cfbca2a284ad541254322a3a3c1619751f1b63]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 15:58:10 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [265369f6b98af2207e7f4e915df63ff2e43bb022]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/31 13:05:35 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6c7acf9c7f969f2956fc1accd05051e550b06ce]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:46 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [177033d983e9767de41b41ad2865556cb67cc6db]

        INTEGRATION: CWS changefileheader (1.12.240); FILE MERGED 2008/04/01 15:58:20 thb 1.12.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.12.240.2: #i85898# Stripping all external header guards 2008/03/31 16:56:30 rt 1.12.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52184d09b9f027b2826b88caa6f70a41cc9ea927]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:46 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e7a3db559daf07f8108499fb0d15fe0a3879256]

        INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/31 13:05:35 rt 1.2.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd24b7b1bf46c6417d17492d12edf347f50e7316]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:46 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e088b42f48674770aca3c63e66aa31b5c656efe2]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:26 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27182b6d28b73a5b25edba916560342dce4bddc7]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:56:30 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6498a32d66c0a00065d2b942275ff187ba1a43d6]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:45 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bec073681b37c8279dea7b7e150af15347ea6dd5]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:50:26 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [470871c40aa2f6d7a5548a4f9bc97ce730ffb73f]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/31 13:05:35 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a8b5a499339702b4743d9ce36649164b9e54271]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:46 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [726db9023db39a9eac912ab6f6cc2a3b0a7c17bf]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:42:45 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8410799ec826c2e691cfe2e589c3832ad0ca27d0]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:26 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea688850e05fa3640dd0b5e6bc99bd106c1e9142]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:05:35 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a7926c9e0b70c6a03ec1b3226b8c4397bd0c9de]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/28 16:42:45 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [671efdc4157b16643fd9b30b87436b6f2869ae24]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:26 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b9ac8a1d560f10767efd683cd9b204d29a8516a]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:10 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e6298617c95f7d4998a8250e575e04db80256c0]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:42:44 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdf2c536889c628a0101e7aa95413a2044148bd3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c14669f6b86e19447b824fe052c74e5361b7929]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:44 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ed2ba3b99ad601ce809fe0128647835cfab5992]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f079af83b4b414d49075cd61eaa72be7925224f]

        INTEGRATION: CWS changefileheader (1.3.100); FILE MERGED 2008/03/31 13:05:35 rt 1.3.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aec3535e774fd12259e45d925cabd0d10be331a6]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:09 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [534363f9ddbc1595d6e66c956f17891e5e1e81fc]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:42:44 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6c0d774e70648bde6308f60af28bdbe22c7714e]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:58 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54a01d92b29df060c0fa23e66501609afdda33e2]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:42:44 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1679f6cb9a7adc0663f79bdcd51037aa66f72b54]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:58 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64627b56e94f53cad15d80c31ae36557468107c5]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:50:26 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [334a36084e4e22a46b74435fd14b21a7303b154a]

        INTEGRATION: CWS changefileheader (1.3.82); FILE MERGED 2008/03/31 13:05:35 rt 1.3.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4bc23f224e210cd005119e5f3e981c61886d479]

        INTEGRATION: CWS changefileheader (1.11.462); FILE MERGED 2008/03/31 15:58:09 rt 1.11.462.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8d66d1cfdd1adbb851a333deecd4edd49a1a61c]

        INTEGRATION: CWS changefileheader (1.38.448); FILE MERGED 2008/03/31 16:56:30 rt 1.38.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e25a1c2dda095faa9e6a49b58757e13a29070e20]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:42:43 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9bc5553fb55c2bf9dbb3b048e3a257e14666ab]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:58 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1636830ff68ab7fcbc3d20fd941f1792b87bd2fb]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 13:05:35 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [242cbefb6a2414dbe6f72d915a2d2b93f116f43b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:43 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8b3f428fdb4e9f0a8cb8bece3a012882c76d495]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:56:30 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8acb642c80366baff5ca3e8b050819a0b4e06304]

        INTEGRATION: CWS changefileheader (1.13.28); FILE MERGED 2008/03/31 13:05:35 rt 1.13.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a80d16ce24338e7cefeaeebf5781314afd7dedb3]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:43 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87dd68272bf349cf2e4d9070cf779715a88d2fa5]

        INTEGRATION: CWS changefileheader (1.21.38); FILE MERGED 2008/04/01 15:58:19 thb 1.21.38.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.21.38.2: #i85898# Stripping all external header guards 2008/03/31 16:56:30 rt 1.21.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e37c262ab3fafbece3b1f3a79ee11a49765d49c]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:05:35 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f03ef2232b606c7485f5ecd5f7397bbe3b20875b]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:43 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26b70a7a9bf0fcbf3df60bab666492e9ce0cd67a]

        INTEGRATION: CWS changefileheader (1.26.448); FILE MERGED 2008/03/31 16:56:30 rt 1.26.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ea9c1750a465be14c13805ec00b33f79810c70]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 13:05:35 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a2e6d4ded735cf1af0351c428da71b6d49e5fb7]

        INTEGRATION: CWS changefileheader (1.16.62); FILE MERGED 2008/03/28 15:49:46 rt 1.16.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ae3f00e0001cefc192429c811c7d3f051a4ad06]

        INTEGRATION: CWS changefileheader (1.51.448); FILE MERGED 2008/03/31 16:56:29 rt 1.51.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e864c0f6d30f0761ecc509f39c7932e73d9f7e7e]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:42 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e23b065731fa919fde3c73f8876385d5d25b432b]

        INTEGRATION: CWS changefileheader (1.5.1116); FILE MERGED 2008/03/31 16:56:29 rt 1.5.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [096b485a7639896d9ff9df74826cc1aa993dc2ef]

        INTEGRATION: CWS changefileheader (1.22.62); FILE MERGED 2008/03/28 15:49:46 rt 1.22.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b877efacda7a914b0f2743d6c5ce6e6afc60148]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:09 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [144336aebda148b83d4ce691424479c8d355d379]

        INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/03/31 13:05:34 rt 1.13.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c6b37db1a89cbe5a218802026178409d472dc25]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:42:42 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0a059371b1843024e0ec80aa941446bdeac907b]

        INTEGRATION: CWS changefileheader (1.29.240); FILE MERGED 2008/04/01 15:58:19 thb 1.29.240.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.29.240.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.29.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9c67836f11d7904633a508ff7d893624bc8c593]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:58 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ec6e9b77eb7b273d7e2be2afa058fa9dc88046d]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:09 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e98d8be2fd3a208546763500188029cbce181993]

        INTEGRATION: CWS changefileheader (1.10.100); FILE MERGED 2008/03/31 13:05:34 rt 1.10.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e24221453f94867796edde3611d434c6cf0ca43a]

        INTEGRATION: CWS changefileheader (1.43.448); FILE MERGED 2008/03/31 16:56:29 rt 1.43.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [870c8bcda24988e70ed078483959f68f3d6bfd55]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:42 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59c444f728787476946dd88e58244e7991f2a0a0]

        INTEGRATION: CWS changefileheader (1.9.90); FILE MERGED 2008/03/31 13:05:34 rt 1.9.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98282e23f6d5d4f88d608020305f0b1479c9faf1]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/28 16:42:41 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae351c4772048b8e93bbd5effb4dc80ef2e225d2]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:09 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69c3762fd8ef9218dc26d4400f3bd57fc7df0833]

        INTEGRATION: CWS changefileheader (1.4.48); FILE MERGED 2008/03/31 13:05:34 rt 1.4.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e13880806a349357732f5b493a38a991f57da257]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:58:19 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d39d3a0778fa2a93ee5806dab14da446714ccd3d]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:05:34 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64987da5cd73c2bdee62578600a173b907e54a98]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e380bad65080faf629adca89f7ec7f261bdae5c]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:42:41 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45272607bcaa525845c083517987c22ab184237b]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:57 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b828580c59d1426a4be71b51d42d8ab44f0040c]

        INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED 2008/03/31 13:05:34 rt 1.3.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e10f3b5da97b1303833ac66d21f6cf8b630b53b]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:58:18 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d07b0a9fdef950092c5d64fbb79048d257c05558]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:57 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9b5a0cc691515de23f0237e02003ce790854d87]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:40 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56e461c8b4c1c8e674d014abb794d3e46f946a66]

        INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/03/31 13:05:34 rt 1.9.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1aba5e843bdecdd1cd49062243d626eeb0449a40]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:25 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53efc6a72f0f2c9d43a586b32f1859820b4daf9c]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:58:18 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:55:02 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee3a72c090d1fbb44bd18e120238b2efdad7d1a7]

        INTEGRATION: CWS changefileheader (1.6.82); FILE MERGED 2008/03/31 13:05:34 rt 1.6.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1617cdbd40af028730827ef84d2f94a1e53857f0]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/28 16:42:40 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [274aaee34aa2df3eba88af9fb38337a0a740f63d]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:45 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [687507f4e9fc5c52afdbae9242e8ac1f9013323e]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 12:55:02 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9f24c2f8eeb1cc50a14cea8625c35ef4e947289]

        INTEGRATION: CWS changefileheader (1.11.70); FILE MERGED 2008/03/28 16:42:39 rt 1.11.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f99e12ae5c4ed7c278f35bf92f1226c17c52983]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:08 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6efadad874d6a123a8ad371e6c1f14155ecbc2c4]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:25 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91d73834c5edfb088d56106abe9b4359baa19fc0]

        INTEGRATION: CWS changefileheader (1.6.1116); FILE MERGED 2008/03/31 16:56:29 rt 1.6.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a18ccda2cbe9fb3c061c4e58a8c4d4ecb2c4f443]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:42:39 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20e9b2072fafe25de1c1406b3caba2cb3189c86f]

        INTEGRATION: CWS changefileheader (1.7.730); FILE MERGED 2008/03/28 15:56:00 rt 1.7.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9343a7dfe2e799363562b70c7e8531aa0a26170]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 15:58:18 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:29 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea3474e954f9041875df038533e381c9db6d8200]

        INTEGRATION: CWS changefileheader (1.23.30); FILE MERGED 2008/03/28 15:55:59 rt 1.23.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da911879cac96011d4394f29a92c364f84790b96]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:42:38 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7640c456e46fdedec5290323cc981ba3559363d5]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:08 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bbf411d64c8b0fb735f1b331eb7e0ac8eac4fa4]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/04/01 15:58:17 thb 1.7.718.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.7.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:18 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7dc6b8681d98f4a53bada6946dacaacf09c1887]

        INTEGRATION: CWS changefileheader (1.42.12); FILE MERGED 2008/03/28 15:55:59 rt 1.42.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca9cd79a6d76788cf9634d6c0166235784c3bb13]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:38 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52bbe50d1fe293148125a0fcfadda510f3c3de85]

        INTEGRATION: CWS changefileheader (1.66.38); FILE MERGED 2008/04/01 15:58:17 thb 1.66.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.66.38.2: #i85898# Stripping all external header guards 2008/03/31 16:56:18 rt 1.66.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [852a450ad7e1e61a1cf9fbea8ddc887fcddac8b9]

        INTEGRATION: CWS changefileheader (1.7.30); FILE MERGED 2008/03/28 15:55:59 rt 1.7.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aca1734ea2e96ef75bdc6a2151052da2b44bff49]

        INTEGRATION: CWS changefileheader (1.43.34); FILE MERGED 2008/04/01 15:58:16 thb 1.43.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.43.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:18 rt 1.43.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27c3c1807993e8c5b8b6a0939b98cc377fa93898]

        INTEGRATION: CWS changefileheader (1.83.32); FILE MERGED 2008/03/28 15:55:59 rt 1.83.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c4773b41307860c2ec637deea055b6d4ddb4c7]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:08 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f561ed0287176802d8d4ba595569f6ed3cfbcf6]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:45 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8171ce6eb9ede8642a85fde41d2d9e1c16d9ed7a]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:58:16 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:18 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [438d2d34ed21247fbd74110558c5bd1fe6fa48af]

        INTEGRATION: CWS changefileheader (1.5.320); FILE MERGED 2008/03/28 15:55:59 rt 1.5.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ba5b7c74535489a4c283fb6eff7425263272af6]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:37 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae6f46016376875e325bed91e7610d54cc9d1819]

        INTEGRATION: CWS changefileheader (1.11.500); FILE MERGED 2008/03/31 15:58:08 rt 1.11.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2625fc04a277b016f276347d2987125f381e3986]

        INTEGRATION: CWS changefileheader (1.49.78); FILE MERGED 2008/03/31 16:56:18 rt 1.49.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9fdd82dd9c1378f19f34c8a2e85d0ebe56db26b]

        INTEGRATION: CWS changefileheader (1.48.12); FILE MERGED 2008/03/28 15:55:59 rt 1.48.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1f0a4b0353bccd40f08f18673d20da498a8cff6]

        INTEGRATION: CWS changefileheader (1.20.58); FILE MERGED 2008/03/31 16:56:18 rt 1.20.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372bdce066e1e7b216b7265691e45a117f148a08]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:50:25 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fec72f23510505791cb5f3980c50710a6c8d1606]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:37 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eea28b28d57a0c47706c3e907a186f8d59edc8e6]

        INTEGRATION: CWS changefileheader (1.10.718); FILE MERGED 2008/04/01 15:58:15 thb 1.10.718.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.10.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:18 rt 1.10.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2108a095ea4368a55161bc0d4bf67efab89f3684]

        INTEGRATION: CWS changefileheader (1.15.156); FILE MERGED 2008/03/28 15:55:59 rt 1.15.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09ea4a4da60e067f452067ef00985a40d209dfbf]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:25 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bccee94d366556a9f40e86baf14ca5ef36d0632]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 15:58:08 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f626afe2a28c3764264da8935fa937011da8932]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:44 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35fce62bbe5d6f55d9d305670ee7bb7f7ba235f5]

        INTEGRATION: CWS changefileheader (1.10.156); FILE MERGED 2008/03/28 15:55:59 rt 1.10.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6215b77bc79edd257e1e021317d2ce567d0dded]

        INTEGRATION: CWS changefileheader (1.5.500); FILE MERGED 2008/03/31 15:58:08 rt 1.5.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f015437630289a2e7e81379bc7662258f88b204c]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:42:36 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9215a5193ec1d14895ca9490da462724ff8ea97a]

        INTEGRATION: CWS changefileheader (1.11.438); FILE MERGED 2008/03/28 15:55:58 rt 1.11.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b74c31d1adead2ba972730bb58cbaaa6a4100394]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:08 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b7c3ea8adf6a33aaf0a95778fce7fd0946c61d5]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/28 15:49:44 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c987811bbc15b397fbd3db5736588952509594e5]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:42:36 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07167b79a5c0d06cfe7f752f10700d2987e1c87e]

        INTEGRATION: CWS changefileheader (1.58.800); FILE MERGED 2008/03/28 15:55:58 rt 1.58.800.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfd40ac036b8e3305e378685153029d7f804fb3d]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:50:24 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60937cb1b905622a26d22b2e67de87ff92ad99a1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:44 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0af81811a988aa714728d67e11932bc78147e127]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:36 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cb155cdd3efda68a4883926948f8f654d2cffb7]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:56 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec661e84b5e2d25c8a45b34d2c927be61f8e1d23]

        INTEGRATION: CWS changefileheader (1.3.804); FILE MERGED 2008/03/28 15:55:58 rt 1.3.804.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eba39386b87dac0697c4c2c7e8494ea768f1a4e5]

        INTEGRATION: CWS changefileheader (1.21.62); FILE MERGED 2008/03/28 15:49:44 rt 1.21.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47f57b5938d0ded8495596bb119b54096a74188b]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:07 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95b3b2c83b6cad31645ca078ff9d45c208f7756c]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/28 16:42:35 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [011db7152322586246712571a64f8dbcfeba79cf]

        INTEGRATION: CWS changefileheader (1.30.12); FILE MERGED 2008/03/28 15:55:58 rt 1.30.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a01c0b26e336ad365c6bb335bbce8d14bbd204d]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:56 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d79aa82896328408cc682a66149305e640622111]

        INTEGRATION: CWS changefileheader (1.52.448); FILE MERGED 2008/03/31 16:56:16 rt 1.52.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93db06feea441c1a52498ad3ac42532ac018fb9e]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:50:24 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff3715675d933e0044693547f7566f7912b90106]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:42:35 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4600cb2282b8d7936632cf46853b0dbb7c37653]

        INTEGRATION: CWS changefileheader (1.13.62); FILE MERGED 2008/03/28 15:49:44 rt 1.13.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d962e6de3e4aaab7824619264ce13a960b47947]

        INTEGRATION: CWS changefileheader (1.12.438); FILE MERGED 2008/03/28 15:55:58 rt 1.12.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58cba031ee4503cf6a91f2c53a71cc47f2ddaec0]

        INTEGRATION: CWS changefileheader (1.31.32); FILE MERGED 2008/04/01 15:58:15 thb 1.31.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:59 thb 1.31.32.2: #i85898# Stripping all external header guards 2008/03/31 16:56:16 rt 1.31.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d327bfa67a59301c84cf76137393b13f60eda6bd]

        INTEGRATION: CWS changefileheader (1.2.382); FILE MERGED 2008/03/31 15:58:07 rt 1.2.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [065ab8faf8c9a5e6ce3d57e560ab6eab3e06ad07]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:42:35 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba4da40b176aedc874094b32ba66f64d159e83ac]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/28 15:55:57 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88ac4d7d9ec21fdf11c4991516929dc936d1829e]

        INTEGRATION: CWS changefileheader (1.33.32); FILE MERGED 2008/04/01 15:58:15 thb 1.33.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.33.32.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.33.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9356cd98f4139b0f73abbc52e9b1552685f2500f]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:24 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6918c44014290ec10b2e9936bc7af5a413f705ea]

        INTEGRATION: CWS changefileheader (1.4.382); FILE MERGED 2008/03/31 15:58:07 rt 1.4.382.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b475b58325ce5df80aed67e4cc28a1b0351aa66]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:35 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85ab2aa0b29acedfdaac6c40f36a63703148d455]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/28 15:55:57 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8e80be2169b45572b35a79fcd857db5cb355f17]

        INTEGRATION: CWS changefileheader (1.65.32); FILE MERGED 2008/04/01 15:58:14 thb 1.65.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.65.32.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.65.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7ae12ccafc664b3bbd59130f1b545acfdf128d5]

        INTEGRATION: CWS changefileheader (1.10.500); FILE MERGED 2008/03/31 15:58:07 rt 1.10.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581502122f15e2ad2daf5102af0b6cc725d24c23]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:44 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87f1a0421bfc413a082db7c8400b44adbb49c6aa]

        INTEGRATION: CWS changefileheader (1.24.12); FILE MERGED 2008/03/28 15:55:57 rt 1.24.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a55dabf10fc59482c85ade2e901ebef97d3ef7c]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:50:24 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e5339cd3309485e35f0391b33c3a768ebbfde30]

        INTEGRATION: CWS changefileheader (1.17.156); FILE MERGED 2008/03/28 15:55:57 rt 1.17.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1524473621db5098bf18fb0558c28201428ecc3d]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/28 15:49:44 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd21239c9f63114cd670e95a15cd6fd9ad4071f7]

        INTEGRATION: CWS changefileheader (1.2.210); FILE MERGED 2008/03/31 15:58:07 rt 1.2.210.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [929403486fbcc7752b68fde8b76bc10ce7a46fe9]

        INTEGRATION: CWS changefileheader (1.2.362); FILE MERGED 2008/03/28 15:55:57 rt 1.2.362.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2387ceb09f32187b75e41aaa8c19c1aa05b7459e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:44 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4129b9af0e61814696fc6d2d12475181fd53aa5]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:58:14 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e56c544f175a804b84911f46a6f5ff68073724c3]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:55 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [280b750a16b2101b85d9ee87a090405cbeb61bd5]

        INTEGRATION: CWS changefileheader (1.31.12); FILE MERGED 2008/03/28 15:55:57 rt 1.31.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b1ba87dad4b7aaf87013fa437e4b72fcccbc02b]

        INTEGRATION: CWS changefileheader (1.102.34); FILE MERGED 2008/04/01 15:58:13 thb 1.102.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.102.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.102.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [103a593b60df1d52288ea73916f65087bbcbb71d]

        INTEGRATION: CWS changefileheader (1.11.498); FILE MERGED 2008/03/31 15:58:07 rt 1.11.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0061fe14ff48a69758c113f1fcf149d4ab8d13be]

        INTEGRATION: CWS changefileheader (1.29.156); FILE MERGED 2008/03/28 15:55:57 rt 1.29.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dc7ef1af2f95dfe04f2415ccb76886ff552112b]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:55 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5eecc1fa6ce0c13a7203ce9d602eea1c371ee75]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 16:42:34 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7699356a938bce198761167414aade7abcbebb1d]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:50:24 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa7a1f0dd3e979f786fcbd497e7538cb0171f70f]

        INTEGRATION: CWS changefileheader (1.2.120); FILE MERGED 2008/03/31 15:58:07 rt 1.2.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c10132d605537df6e9516d4e49c08a76caeb349]

        INTEGRATION: CWS changefileheader (1.12.438); FILE MERGED 2008/03/28 15:55:57 rt 1.12.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40bbf5ca4687114acc72cc5fb09897e0cf0e9e2a]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:34 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79f6e5ffbc08e1e7842d2ee6436905a017fe64e]

        INTEGRATION: CWS changefileheader (1.6.498); FILE MERGED 2008/03/31 15:58:07 rt 1.6.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96065ff04afb30d3822d369830be18cd007def16]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:50:24 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63da47d08180aea28cea404edda94ff979023ad1]

        INTEGRATION: CWS changefileheader (1.2.204); FILE MERGED 2008/03/28 15:55:56 rt 1.2.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c0cb90d46296b2b78099b8e6676b8eed3f7e46]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:07 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7945aed1cb180e6d1d499b7570a2a866061d3e16]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:34 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1ca797e1c236e7765fe1e8cf5d98ea957a447f2]

        INTEGRATION: CWS changefileheader (1.12.62); FILE MERGED 2008/03/28 15:49:44 rt 1.12.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f11fd907e78314ddd7d15769bfd583ba9aae05aa]

        INTEGRATION: CWS changefileheader (1.44.12); FILE MERGED 2008/03/28 15:55:56 rt 1.44.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [896bc9615945c6654072404b81bf802883ec793b]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/03/28 16:42:33 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4773960b430f88366aef3e058f78cf2b678dd568]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:55 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34c9db00ad796593cba4056b891a22ef1b605cfe]

        INTEGRATION: CWS changefileheader (1.46.12); FILE MERGED 2008/03/28 15:55:56 rt 1.46.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3926a8862056348650fa93efb4a48a204e9d6e4]

        INTEGRATION: CWS changefileheader (1.78.34); FILE MERGED 2008/04/01 15:58:13 thb 1.78.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.78.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.78.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e72236f79a5f8c851aa9f97ad501c0756a196004]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/28 15:55:56 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20cb2f3d88b003811bffe6b8e38b0c719b2f8ea3]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:33 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63749b8b7dbc7e5421a305be70e2f54db10180fe]

        INTEGRATION: CWS changefileheader (1.12.58); FILE MERGED 2008/03/31 16:50:24 rt 1.12.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce72e6d4907d314dca6aefaf467f31ecb7a55132]

        INTEGRATION: CWS changefileheader (1.35.184); FILE MERGED 2008/04/01 15:58:12 thb 1.35.184.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.35.184.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.35.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16dd73c0ce737c03ae25322f0445843f97ea9be1]

        INTEGRATION: CWS changefileheader (1.9.498); FILE MERGED 2008/03/31 15:58:07 rt 1.9.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e82ab892c252d0eea434389c50cc0eb7b915613]

        INTEGRATION: CWS changefileheader (1.11.438); FILE MERGED 2008/03/28 15:55:56 rt 1.11.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79f0be4cbea9bdfdb92314b46c6b83e3ba9ac06f]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:33 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5e7a1dee2457d003f89fb06aa13d184c32057b1]

        INTEGRATION: CWS changefileheader (1.32.32); FILE MERGED 2008/04/01 15:58:12 thb 1.32.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.32.32.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.32.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9afa302c07887b86cd9fe97fe8e76137f39dbbed]

        INTEGRATION: CWS changefileheader (1.9.438); FILE MERGED 2008/03/28 15:55:56 rt 1.9.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50b6940f63557894a024ebf4d6bf4e1a7314c590]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:32 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb359503b8c764a4c1f3ba089737c36019c260a1]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/28 15:49:43 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cbd536b84724e42c673e86f20c4090ef1de69f4]

        INTEGRATION: CWS changefileheader (1.67.242); FILE MERGED 2008/04/01 15:58:12 thb 1.67.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.67.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.67.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54ea308e2c0329db0106a8bdde810250c8172beb]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:06 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f7c2ccd0da96a3547c5a93fcd50c4eecd5fb29]

        INTEGRATION: CWS changefileheader (1.14.156); FILE MERGED 2008/03/28 15:55:56 rt 1.14.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac318dd4287f662c55d22592e14dcb6b4c60dd49]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:42:32 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2e69c4b026b5552dc66137074c569dfa927c246]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:43 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cd105158dd7557ddbedfd1c75d40d4f8319dcbb]

        INTEGRATION: CWS changefileheader (1.31.242); FILE MERGED 2008/04/01 15:58:12 thb 1.31.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:58 thb 1.31.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:15 rt 1.31.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [684c00ea42a6a7096b5faa4d64105ccb9b80fbe0]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:06 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fdc96b9794323a729910852c9ec638d882078c4]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/28 15:55:56 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c32a084e0cae18d17c04228e8a3464c866abe1b9]

        INTEGRATION: CWS changefileheader (1.8.166); FILE MERGED 2008/03/28 16:42:32 rt 1.8.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c27fd7f7120f595486f2e9cf33af02d8dee6d24c]

        INTEGRATION: CWS changefileheader (1.118.78); FILE MERGED 2008/03/31 16:56:15 rt 1.118.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93bc0d1bee1eec0148b0612cbc75c364e6282500]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/28 15:55:56 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e15e25f1429eb4f5638ae4359d68d3d5fea0651]

        INTEGRATION: CWS changefileheader (1.7.498); FILE MERGED 2008/03/31 15:58:06 rt 1.7.498.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc1f86b615e650cc0ce395cda90b699cda5da0df]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:42:31 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [978c825b950360f025e0b6edb7ad88c1bbbf63c7]

        INTEGRATION: CWS changefileheader (1.13.244); FILE MERGED 2008/03/31 16:56:15 rt 1.13.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90b65ae9f30abf1f21cf66628a1b51780c88b217]

        INTEGRATION: CWS changefileheader (1.2.696); FILE MERGED 2008/03/28 15:55:55 rt 1.2.696.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07c68b3f4cf23ac573b7ee804411172efabfd53c]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:31 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8bbe52b47bb4bdfd5e412e177fcf89b9a50e3e5]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:43 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a326fa7b85506816cbce9e7472aedcd7a54131b4]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/03/31 16:50:23 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0451b3c022aacc26bffb8c58d8c468ddc9f28f0]

        INTEGRATION: CWS changefileheader (1.25.334); FILE MERGED 2008/03/28 15:55:55 rt 1.25.334.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a21b3668de567a44aee8c0caecd117dec4e0fae]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:06 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bfcc489df137b23c6f03baf9ca22d9762d8c180]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:42:30 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1eae9847c0deb50cd6b87fa00b59213a50d09825]

        INTEGRATION: CWS changefileheader (1.27.738); FILE MERGED 2008/04/01 15:58:11 thb 1.27.738.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.27.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e4e5ee92cd7042790c2ca40331ec8929e8c6799]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/28 15:55:55 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c566287cd3f6ecb472ea53ca0d8284132fdbce9e]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/03/31 16:50:23 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa5de9700dfcb7a2ec683a9bcced140bdd2a1801]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:55 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53781dc1ff3de0eeaa754bd6243cd39e45600b46]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:30 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3abf208bb1e9e317855a0c4fe000e150276ce51a]

        INTEGRATION: CWS changefileheader (1.53.34); FILE MERGED 2008/04/01 15:58:11 thb 1.53.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:57 thb 1.53.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.53.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69ad87be2f9d60c663cd842e101574fecfd3df86]

        INTEGRATION: CWS changefileheader (1.17.156); FILE MERGED 2008/03/28 15:55:55 rt 1.17.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba18c733e6bb9dfd78cb0f4aab70dd2ce80ba6d4]

        INTEGRATION: CWS changefileheader (1.16.1202); FILE MERGED 2008/04/01 15:58:11 thb 1.16.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.16.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5f4665cbd4dba704ec5af749de4706cddf5947f]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/28 15:55:55 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6436ba09d6a2e4e9cc1eb6094e7ac4dee8f02e2d]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/28 16:42:30 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eec7c66973a693a570f3362c49bc16bd38baab24]

        INTEGRATION: CWS changefileheader (1.48.34); FILE MERGED 2008/04/01 15:58:10 thb 1.48.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:57 thb 1.48.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.48.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d59d4baa229f918088538d0a27018331393ea92]

        INTEGRATION: CWS changefileheader (1.16.156); FILE MERGED 2008/03/28 15:55:55 rt 1.16.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8871e37876232108b7715fbd4882693c37fcc10]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:29 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aef18350d49b0e8e47fa4f1aab3750bf29df9e9]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:58:10 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:57 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aabc159eb7a7700e01855894ca1dad370a8f294b]

        INTEGRATION: CWS changefileheader (1.8.32); FILE MERGED 2008/03/28 15:55:55 rt 1.8.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5d193572acedf7ff8244ebaff9d9df6ace10e67]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:50:23 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5e2d3d6f899379b5bb72b72ca73d67ce966cb9d]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/28 15:49:43 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8373a60335839ca7608cd9eff74838fd3829e4a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:29 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c9c45d8189687d6620259e616212b5b63c9bd19]

        INTEGRATION: CWS changefileheader (1.7.438); FILE MERGED 2008/03/28 15:55:54 rt 1.7.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0d28e8798f795d1c73bd7e2bbd5bc40e5b8fbad]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:50:23 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [829fb94cd930ce828389a5e10cabf6bf4f677eca]

        INTEGRATION: CWS changefileheader (1.16.326); FILE MERGED 2008/03/31 16:56:12 rt 1.16.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b93049cd611ed55b512d02660120d946c360f4cb]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:54 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a45748e3975a2e7d68dd3b4f479668d4b3607c68]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:28 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dc92d19a8672b9c4f4dfc27fe03dbc81326e9b5]

        INTEGRATION: CWS changefileheader (1.36.48); FILE MERGED 2008/03/28 15:55:54 rt 1.36.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bb10b1b632b865c792183e3f24ab535e82cf5fc]

        INTEGRATION: CWS changefileheader (1.63.32); FILE MERGED 2008/04/01 15:58:10 thb 1.63.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:57 thb 1.63.32.2: #i85898# Stripping all external header guards 2008/03/31 16:56:12 rt 1.63.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffd956f757d0fc405c2f09409504030c96e4bc64]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:22 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea35fe526a6c8198539e79d4ed9cc335ba25fab0]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:54 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c70a5d6f26f33fc8657e98e45d2188bfd265f25c]

        INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/03/28 15:49:43 rt 1.17.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05cff91b4ffcc1427b4b1e6211eea47cbd82b3ae]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:28 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d532ece0cf0ce834b42c0a5dae9d76442c04681e]

        INTEGRATION: CWS changefileheader (1.56.32); FILE MERGED 2008/03/28 15:55:54 rt 1.56.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debb36a26c02f5fa7e72b534ab174e1392f33cf7]

        INTEGRATION: CWS changefileheader (1.46.34); FILE MERGED 2008/04/01 15:58:10 thb 1.46.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:57 thb 1.46.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.46.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c38138a2b3eb91629d46e219099911298f5806ba]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:22 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1974c4848641e73f397b1cf54228c8336c4a4b0d]

        INTEGRATION: CWS changefileheader (1.11.62); FILE MERGED 2008/03/28 15:49:43 rt 1.11.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba7be74eb7904b4c336934fdc55b3129678cfb5e]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:28 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0ece59574e18f37b10b771477c6c04f26475ba3]

        INTEGRATION: CWS changefileheader (1.3.274); FILE MERGED 2008/03/28 15:55:54 rt 1.3.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [227c12368f4a154797e27e5b54b78a591e9f84b8]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:54 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00015b6a6cc64cf70bf573062cf9ce6cae84f893]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:58:10 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a5c07998dfb6aeddf83c663339e7531ea0bc8d0]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:19 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [519054ceb6a8888cf61355451f29df624987df4f]

        INTEGRATION: CWS changefileheader (1.5.208); FILE MERGED 2008/03/28 16:42:27 rt 1.5.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2d61a225830bdf43c8efd426610a6bbd6175db]

        INTEGRATION: CWS changefileheader (1.40.12); FILE MERGED 2008/03/28 15:55:54 rt 1.40.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09a89cb409a79020f7bd2a0f86fc93160626e28]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/04/01 15:58:09 thb 1.21.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.21.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [785efadde6406fa4d7eaf5806f815497a7f1ce24]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:19 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [565cd2c861d4ec221512e471ee5c30c171b90d3e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cd8173ccccb75d60b11d2f2f27e1e9bf047dce8]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:27 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09711126c3edd87450e418a20f6f9ad8d65a37ba]

        INTEGRATION: CWS changefileheader (1.14.466); FILE MERGED 2008/03/28 15:55:54 rt 1.14.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4c8399b8adf65c63f901ade94a7c9dadca55862]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 15:58:09 thb 1.4.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [432a8e2157f0e3f5e888b7074c87c2a03868ca16]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:19 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bdb27997de9ea6f1eb897d5bf6a77e392fef017]

        INTEGRATION: CWS changefileheader (1.25.32); FILE MERGED 2008/03/28 15:55:54 rt 1.25.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [259d12182b3553dd91ab4da1e7eded893ab776b0]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:58:09 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba040ec6073a223e07fddda67876c9f03dfbbce8]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:27 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff286604fb7217f835ae4aa2269e49349821860c]

        INTEGRATION: CWS changefileheader (1.13.434); FILE MERGED 2008/03/28 15:55:54 rt 1.13.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41162181ae98f644427edda00159c7e18198044e]

        INTEGRATION: CWS changefileheader (1.4.448); FILE MERGED 2008/04/01 15:58:09 thb 1.4.448.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.4.448.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.4.448.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1266683c1d57d3b3d1ae712440ebdf5d6d86e24a]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:26 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a810e81746ab75c02e14ceed70c8424b19577fa]

        INTEGRATION: CWS changefileheader (1.121.2); FILE MERGED 2008/03/28 15:55:54 rt 1.121.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [817e2a7b6dbec4af7b05fbe09ed33823cc77d00b]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:58:09 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09d74a6fc2776cf2d23b595e2c863dc84f4f8c14]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:18 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be3c8566298bd354ddd88857a62b02ddb43ac82c]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:26 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ad0f16df5f1d47e688ca2ed1c150e8b74da9885]

        INTEGRATION: CWS changefileheader (1.17.466); FILE MERGED 2008/03/28 15:55:54 rt 1.17.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea4224aac16e918c8eb3b77113e58a7f1924641a]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:54 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [260df1ced22db6438813d526ecdf084de92acd1a]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:50:18 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d52b2c0d9311e3d7eff2f8294ed417a71eacd50]

        INTEGRATION: CWS changefileheader (1.5.208); FILE MERGED 2008/03/28 16:42:26 rt 1.5.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70c536f34efba6d8714f09ab3fd95e3bf0ad9d8d]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:06 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bc6a38134fa8714d739159572cb786d32ba26cc]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 16:50:18 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75a9ef8d1580678bc36160ceef58ecb0b32601d5]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:42:26 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [173eaf2c6bacc9830ef3a2ca9a9579b153f7cad0]

        INTEGRATION: CWS changefileheader (1.25.48); FILE MERGED 2008/03/28 15:55:53 rt 1.25.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef701cfe5c089a5a3d7fc5521605a4ad636c5296]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:53 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4be41f0dfc9a44f111f4b71afd827fcfdce70d35]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:58:08 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c24f2f6a97b825f77cc5aba891b82f7ed0b1e2]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:05 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [352b9413ef877f1deed6f9a4ac6449cc5bf576d5]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:42:25 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [899e15d8263eedd2be95a72bd285fe098fdadde1]

        INTEGRATION: CWS changefileheader (1.11.94); FILE MERGED 2008/03/28 15:55:53 rt 1.11.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18fc35557eb6f140639cf5d6e606a54b54c8a1fa]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:53 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc3b3bc854be6cec927260b0577a4b4b84b0c715]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:58:08 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:56 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e11be3c1d4b4137e94eff0cae45be9cb1e916daa]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:42:25 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6f895a95bc68c61c73199cffe09a6191cd4d19f]

        INTEGRATION: CWS changefileheader (1.14.434); FILE MERGED 2008/03/28 15:55:53 rt 1.14.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43da0b564bf26e2c263e095937b1bd35ed759a53]

        INTEGRATION: CWS changefileheader (1.9.500); FILE MERGED 2008/03/31 15:58:05 rt 1.9.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [234d702b2626658cf4420d0da7f32220373c1028]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:17 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e6c069ee86542bc1accde450db24b33e6b713d4]

        INTEGRATION: CWS changefileheader (1.7.478); FILE MERGED 2008/03/28 15:55:53 rt 1.7.478.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff537509e2bd41907456e7f318b4bbd7ba81366d]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:25 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00cd13468f45a857c6186642929a6e8fd6b7363f]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/04/01 15:58:08 thb 1.18.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.18.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97e12de5aba176018f7d120cf6e06dedfc22eaad]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:31:53 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [438bbaaf1b6d025422ff4bd292573906d438b54a]

        INTEGRATION: CWS changefileheader (1.10.536); FILE MERGED 2008/03/28 15:55:53 rt 1.10.536.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0e6a9978bc629e13d0ca8886d95e4100796a0d2]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:42:24 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [598794da11236af530321d890a52cb0641cc677b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:15 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fd4f6c87807e66f768db88e2e972a33e784298b]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:58:08 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac03d071bdf270957ccba710d35770b4b9e713b5]

        INTEGRATION: CWS changefileheader (1.22.434); FILE MERGED 2008/03/28 15:55:53 rt 1.22.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffaf831865f588fa34c21443df8751d68e0e23d2]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:24 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2cf731c065270ded763d4d41685edde3e329296]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:58:07 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8039078298347cf7b48e10a8da26302f8baf0ce6]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:05 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba6d1bbcea0af87b2a3ac5646d90ac855853fbce]

        INTEGRATION: CWS changefileheader (1.9.194); FILE MERGED 2008/03/28 15:55:53 rt 1.9.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a8a830f19c0a2be61bed6b56f29f0c4b12796a1]

        INTEGRATION: CWS changefileheader (1.6.738); FILE MERGED 2008/04/01 15:58:07 thb 1.6.738.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.6.738.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.6.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e6853e125b8baaccc3d95d184da2ebfc8af45d6]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:42:24 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be642f6f0bf05a9a76feed0d21be58d5cec0d17c]

        INTEGRATION: CWS changefileheader (1.12.320); FILE MERGED 2008/03/28 15:55:53 rt 1.12.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f286195c550546ee133fc6cfa1c4ec78084b1c53]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:14 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9703caef80a74c472d0e8550d6e74b4a502ff97]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/04/01 15:58:07 thb 1.21.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.21.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecf086d543088403014fd550159d28a2fa4d6e92]

        INTEGRATION: CWS changefileheader (1.24.194); FILE MERGED 2008/03/28 15:55:53 rt 1.24.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea6f65bdff1274934eabb110cd956e54b5204a62]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:14 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26ff8348e178aa232540a75a775a1da32defb050]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:42:24 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b248d98f967dba68e6ce4263f8ce7a95887f74bf]

        INTEGRATION: CWS changefileheader (1.85.12); FILE MERGED 2008/03/28 15:55:53 rt 1.85.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7b8e4ac4f49f19629bef407d906e1c0adec12fc]

        INTEGRATION: CWS changefileheader (1.29.114); FILE MERGED 2008/03/28 15:55:53 rt 1.29.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06ab812788b52dde5b49ef700c9a879d2e83eba2]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/28 16:42:23 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a13801ea547a2ca02d8a25e5fb7264fdbde08d5]

        INTEGRATION: CWS changefileheader (1.33.58); FILE MERGED 2008/04/01 15:58:07 thb 1.33.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.33.58.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.33.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb3ace962d2f3994bb959848365b8dc13d086278]

        INTEGRATION: CWS changefileheader (1.46.2); FILE MERGED 2008/03/28 15:55:53 rt 1.46.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b2a611a1d02a27f5400d05b9e4539a32457420]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:42:23 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b6525613f78b6f38d2ef47d2dcd18acafa7d57e]

        INTEGRATION: CWS changefileheader (1.20.32); FILE MERGED 2008/03/28 15:55:53 rt 1.20.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b75ef96b1e57d51fcf2010a9736758561e0388]

        INTEGRATION: CWS changefileheader (1.105.34); FILE MERGED 2008/04/01 15:58:06 thb 1.105.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.105.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.105.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c6f289e714674854b10c0d290a0ee7c5591350a]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/03/28 16:42:23 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74e2bcc74b2dd7041551daff46189f8665944799]

        INTEGRATION: CWS changefileheader (1.21.192); FILE MERGED 2008/03/28 15:55:53 rt 1.21.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ec23b2e0878b710b0a63b5a8c45b8b5cd15c1e6]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:42:23 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b23659d876e8e60cff4916fc643fd883aa64a2a2]

        INTEGRATION: CWS changefileheader (1.72.2); FILE MERGED 2008/03/28 15:55:53 rt 1.72.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90b444b9b9644a4c528ad217a453a5aa0d624b07]

        INTEGRATION: CWS changefileheader (1.7.328); FILE MERGED 2008/03/31 15:58:05 rt 1.7.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2102e8c49e4f55777a45d815321f8cd0f4ab104]

        INTEGRATION: CWS changefileheader (1.205.32); FILE MERGED 2008/03/28 15:55:53 rt 1.205.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5701666fd2850cc4139c6583be93cf5dbc27927f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:13 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69e9a7a38dbe8c5dff112a83eb82f10c9928df54]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:42:23 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0639cbb886e40f68f97046f561e5071365277fd7]

        INTEGRATION: CWS changefileheader (1.10.320); FILE MERGED 2008/03/28 15:55:53 rt 1.10.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e0478db445047ac2d5e61a8839e61292331fb7b]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:53 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40a510c2905d5a9bdcab74d202414a9eed94b198]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:11 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b4c24e885060e67f469bf1119b4777543aafe50]

        INTEGRATION: CWS changefileheader (1.229.12); FILE MERGED 2008/03/28 15:55:52 rt 1.229.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e53c27c633c83640560b6733177ea325794540e]

        INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/28 16:42:23 rt 1.7.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c238bf22727e78c4dd10f635bdb317350641283b]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:58:06 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afca353dc5abffa1e18c708aef4f16519daedfe0]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:10 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76b3f739937d87cfb4ca7d0f78bfc893274b8085]

        INTEGRATION: CWS changefileheader (1.6.1038); FILE MERGED 2008/03/28 15:55:52 rt 1.6.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4100483aeaa67fb037acfc30607949aa45f78027]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:53 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71e92a1c5f0048f816b3b493f5fee7d6642e070e]

        INTEGRATION: CWS changefileheader (1.50.34); FILE MERGED 2008/04/01 15:58:06 thb 1.50.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.50.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.50.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4d8e3e85b2dfa6b0565e1c9438855d67f794889]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:52 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49fc399a40bdf853da72e542f993764a0fc67e22]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:41 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bcfa1da2dfab26e0bf25bf16b83838e64452f68]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:22 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [507de84289e52b13c0db671c18d91e57239214fb]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:10 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ebf2c4d09c1d241dc629fafd4ce10634c4196b2]

        INTEGRATION: CWS changefileheader (1.6.438); FILE MERGED 2008/03/28 15:55:52 rt 1.6.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1f3ddd6896f4e97ac79608c8ebf539f6c9b649f]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:52 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0ea2515737ece90d411c9808faf5df9d4f0c764]

        INTEGRATION: CWS changefileheader (1.39.34); FILE MERGED 2008/04/01 15:58:05 thb 1.39.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.39.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.39.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98e564678ed50d240960ac512f1827c84a73e88e]

        INTEGRATION: CWS changefileheader (1.96.32); FILE MERGED 2008/03/28 15:55:52 rt 1.96.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [553e60fb2e5156c6896637663ac1d597f0e5d3d3]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:31:52 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47c5dc317adc1d302468ed05cd16ed311c160f3a]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:04 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f91cc15448cb2f27264fcd0178345a97a1045c4]

        INTEGRATION: CWS changefileheader (1.11.326); FILE MERGED 2008/04/01 15:58:05 thb 1.11.326.3: #i85898# Stripping all external header guards 2008/04/01 12:54:55 thb 1.11.326.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.11.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f2756ba4edc6ed691c824214c666cecaddf53af]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:09 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52238c43c20a761a7aa7eeae252a04e56bfbc921]

        INTEGRATION: CWS changefileheader (1.48.320); FILE MERGED 2008/03/28 15:55:52 rt 1.48.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [138367d82f6c8e822dcd48e7b7917340f6a3c83a]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:52 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aacb027ecf7ff9da871cd17e7fbd27b4efea00a5]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:04 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [856b08bc3e5f338599b01cab22d63d40c7379e78]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/03/28 16:42:22 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6a3c53d5f7349f67e3025c203d9ea2639799066]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/04/01 15:58:05 thb 1.24.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.24.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5eb8aafe705a2e78d998117a76f68a9e572091a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:09 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2420bc1aa85b0e8972ad3084ab8611ac13803dc]

        INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/28 15:55:52 rt 1.9.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa95d75062497d6ce5dd2e79600fa5d5ed07cdfb]

        INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/28 16:42:22 rt 1.7.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [336d80f0de45ebf0ea0899d78b03083acc62bb59]

        INTEGRATION: CWS changefileheader (1.34.358); FILE MERGED 2008/04/01 15:58:04 thb 1.34.358.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.34.358.2: #i85898# Stripping all external header guards 2008/03/31 16:56:11 rt 1.34.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ca82abbacb335bfde27bfdfcfa2f371eb62df9b]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:51 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f29f713a1cdf42f54a14cbb8f29923608f72f9c0]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:52 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15760887e5a3defd1f29efef2a26d311f398965b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:42:21 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5835a9b3f3c501545032d32c88a86039127ce1b6]

        INTEGRATION: CWS changefileheader (1.89.34); FILE MERGED 2008/04/01 15:58:04 thb 1.89.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.89.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.89.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dfe13edf1c54281f4a3d8afa41b65f914505fc9]

        INTEGRATION: CWS changefileheader (1.43.98); FILE MERGED 2008/03/28 15:55:51 rt 1.43.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0e791dae67a611859ca13b1682d14bfb45aa4ad]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:42:21 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ddda83266e8b81169eec9cb331472ba5a8f34ab]

        INTEGRATION: CWS changefileheader (1.5.1114); FILE MERGED 2008/04/01 20:07:47 thb 1.5.1114.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:58:04 thb 1.5.1114.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.5.1114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4bb7d0f1a5705df8c4a58657b71930d0fd52e8e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:08 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [484871c6082f507616a50eb1f6133d7482e3904e]

        INTEGRATION: CWS changefileheader (1.9.32); FILE MERGED 2008/03/28 15:55:51 rt 1.9.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [646dcb29782649f1a670f2e64c1350c189fc725e]

        INTEGRATION: CWS changefileheader (1.5.1116); FILE MERGED 2008/04/01 15:58:04 thb 1.5.1116.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.5.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05fe2449c6722294594f74c9956c840c0034b40f]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:21 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1e376b8f01864bb8b5b539d3fd08da3cefd8ab3]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/28 15:55:51 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [444aaaec5bf7251d76c72ec3197036b2a2a8ea97]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f369b54f91bdf73b17f50f1aa7e06ea6b5b4a96]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:58:04 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb91b9cc17091ffd329e0b8c24f5de7d0cad2401]

        INTEGRATION: CWS changefileheader (1.130.12); FILE MERGED 2008/03/28 15:55:51 rt 1.130.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69118a27fefe0dab6be71b77b636bd9109267830]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 15:58:04 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18f0eb2241140fb15c104e51bd3e96785af9928f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:21 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bc0be807a86a8e3c254549bb91e5bb6896dc508]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 12:54:54 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66d4c6d5ed8a6841c20f58c9978d3cef82dd1295]

        INTEGRATION: CWS changefileheader (1.15.1014); FILE MERGED 2008/03/28 15:55:51 rt 1.15.1014.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b31a6673b2fb9a832d91032a2e90f87053499c8]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/28 16:42:21 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9de4cca6b487c38ea9b1ba6611b4ab30df919e22]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 15:58:04 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71a85ce7b778d4e8440f43b6cfa68b9c1b2a1fe1]

        INTEGRATION: CWS changefileheader (1.60.34); FILE MERGED 2008/04/01 15:58:04 thb 1.60.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.60.34.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.60.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [184a0a80142dec0858a1f617ba2169ce2c6f20b9]

        INTEGRATION: CWS changefileheader (1.7.1038); FILE MERGED 2008/03/28 15:55:51 rt 1.7.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9566637ef8f72661c79c5587d5a381f450e1b4]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:20 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f87bb4c918fbdc06996fdcce0d43238694bc588]

        INTEGRATION: CWS changefileheader (1.81.30); FILE MERGED 2008/04/01 15:58:03 thb 1.81.30.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.81.30.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.81.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56a87f30074c034eb1bd2dfe04c84a91419eba39]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/28 15:55:50 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3fd7ac66e1573cd6b9447a6d52870a5532f6c3c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:42:20 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abec31ec1beacc588872de9e9ec31b02a608e68a]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/03/31 16:56:10 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70be9b08814c1262f51d722b37ecf38c040626a4]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/28 15:55:50 rt 1.6.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fdd9733912e6d1822ab85be69f733e89b06f86c]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:20 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a8db6df5cbb6c2646472f841605bb270eee331b]

        INTEGRATION: CWS changefileheader (1.35.32); FILE MERGED 2008/03/28 15:55:50 rt 1.35.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea8e8a05052346c83c7d84c09ea7465961834d10]

        INTEGRATION: CWS changefileheader (1.9.738); FILE MERGED 2008/04/01 15:58:03 thb 1.9.738.3: #i85898# Stripping all external header guards 2008/04/01 12:54:54 thb 1.9.738.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.9.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69fcb5d7eb3235c315f28fe290b97db523dec97a]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:18 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbc2aa8faea650c0d5c7f3256a7775a5408dd956]

        INTEGRATION: CWS changefileheader (1.25.108); FILE MERGED 2008/04/01 15:58:03 thb 1.25.108.3: #i85898# Stripping all external header guards 2008/04/01 12:54:53 thb 1.25.108.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.25.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [580b5306262ea49b1ad0d721d793a5758b4593e5]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/28 15:55:50 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [024f9b50cd57af3cf7a006427a5e80bdc59e0b8e]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:42:18 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2c26dd76ca7223e3fac0506e339546617e1e210]

        INTEGRATION: CWS changefileheader (1.5.478); FILE MERGED 2008/03/28 15:55:50 rt 1.5.478.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c4b91263ef325379b4c619e5f4dc5eea94986ef]

        INTEGRATION: CWS changefileheader (1.4.1116); FILE MERGED 2008/03/31 16:56:10 rt 1.4.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23d748ea35492899fbe3b217843994c34844783d]

        INTEGRATION: CWS changefileheader (1.11.62); FILE MERGED 2008/03/31 16:50:08 rt 1.11.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bbab982c69ce8f1fb621eb002bc2a09abce0ee0]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:42:18 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb7332cf53d65227dab9b419c6a136cd3fd5af1e]

        INTEGRATION: CWS changefileheader (1.8.916); FILE MERGED 2008/04/01 15:58:03 thb 1.8.916.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.8.916.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab247e2e9bc54569d00852b1e861f646d24be1b8]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:50 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee76458a6a2b6a919870e96adce5e6507f4aef1e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:08 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3897dace51eb58bf6ce2c75ca68c520401d99cfc]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:58:02 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa15ddb01f798fea7c4f7737ee19bd55dcc35569]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:50 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48bb1dbbef62c72fde4a6062de58b28fe7d0c4b5]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:08 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0400eeebb767f4c106737101fda6749b96146656]

        INTEGRATION: CWS changefileheader (1.7.574); FILE MERGED 2008/03/28 15:55:49 rt 1.7.574.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [461c62929685d8bcf837f1575cb0b841e0fb13d5]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/03/28 16:42:17 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a806c572077d21e670b392b00a383ade4cc9ae66]

        INTEGRATION: CWS changefileheader (1.7.1006); FILE MERGED 2008/03/28 15:55:49 rt 1.7.1006.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eae38761be859c716846501e106da9ab402f7513]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:52 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3010eb95b54da2559b2e5ed31080cdd172a73cdf]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:50:08 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f184aa3cb2b5692ea5316554553ebfbbbad78c1]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/03/28 16:42:17 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a0b1179876ab01ce8376fb2c223a6fc62f099a2]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:58:02 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:53 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:56:10 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4ddc327043514992eeadfd19828b3119b670a5]

        INTEGRATION: CWS changefileheader (1.12.180); FILE MERGED 2008/03/28 15:55:49 rt 1.12.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b00f1046e3090f73839536ba20b7097db9c692cd]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:51 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b241e5efcd549e1dd5b82d9136b5b9f3851dec3]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:07 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adba407e163ffb0b06080226edf50973045669a9]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:17 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eed25c27f5ce0ef2341ba56f27a972a72f3c5501]

        INTEGRATION: CWS changefileheader (1.5.1038); FILE MERGED 2008/03/28 15:55:49 rt 1.5.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a37631aaf58feb09706cff7338ace3b5d5f22f17]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:51 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ccf4aee84393cf9244e8934151d268ac390fba1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81d5d94ff31381fb3fb7eae9039c73b126dff1fb]

        INTEGRATION: CWS changefileheader (1.4.172); FILE MERGED 2008/03/31 15:58:04 rt 1.4.172.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff242f3b3cc47f96ba6dfa03a4604fa071a4c07]

        INTEGRATION: CWS changefileheader (1.8.136); FILE MERGED 2008/03/28 16:42:17 rt 1.8.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a67bf63cad33d70064fee55bb6a05e739d44119]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:49 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4494a8575f3691944c85e8e9217a4d3ec08d30e]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:51 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3d59acbb6a72566555f320daaefac487b5c2508]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:06 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a86d2e03df5ee28aa5776afbe1c67c91ddc1a57]

        INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/28 16:42:16 rt 1.7.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca99f1f5b386c75b2f212a279faf52e88385ad0f]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:49 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faa59463b251f64e340539216e892f72d7d1325f]

        INTEGRATION: CWS changefileheader (1.4.1116); FILE MERGED 2008/03/31 16:56:09 rt 1.4.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d67fccbaca795376b10752b5ff882218dcf3a74]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:50:06 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffb32dcd6e514b9a01d859244ac392ed980b5d07]

        INTEGRATION: CWS changefileheader (1.8.146); FILE MERGED 2008/03/28 16:42:16 rt 1.8.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [690d8518f606c881a5ba803b9680c731d61b33d2]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/03/31 16:56:09 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67adaefce5fc5c21d6cbb62c30dd5a81ff2beb25]

        INTEGRATION: CWS changefileheader (1.7.274); FILE MERGED 2008/03/28 15:55:48 rt 1.7.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bbcc9aacc22df112c640b6a30a0f6b2cb8d95a8]

        INTEGRATION: CWS changefileheader (1.5.1116); FILE MERGED 2008/04/01 15:58:02 thb 1.5.1116.2: #i85898# Stripping all external header guards 2008/03/31 16:56:09 rt 1.5.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0895a1b3eaf8f70a438b346eb169cd587aaede1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:06 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2aea85d44ac4cae5e508867b124ec5ba04c71118]

        INTEGRATION: CWS changefileheader (1.3.500); FILE MERGED 2008/03/31 15:58:03 rt 1.3.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dedc6ad25a830b54dbcdc491a3ccd60f2558e48]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:42:15 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cc3a2889e17b3230e2df169582e3624edb7c80c]

        INTEGRATION: CWS changefileheader (1.5.274); FILE MERGED 2008/03/28 15:55:48 rt 1.5.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e8aa6626e6f58bc1f1f864a0fa9f31e8feaf2c4]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/04/01 12:54:53 thb 1.7.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:09 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e1c15204c0b18b0d1d74489668477f51eaaa421]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:42:15 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f83fa8836d89072b8ef8897c3d3257a6bd7ee948]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:48 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee128aca667212e0a932e167a936775fa5d13b19]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:56:09 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61da12dc2477dfb5efdff3bf7f4a34548830aa0c]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:48 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4ff4bb321d377e54b91baea536efef0a9d7f8e7]

        INTEGRATION: CWS changefileheader (1.13.718); FILE MERGED 2008/03/31 16:56:09 rt 1.13.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8234092e1fd5fe44785aba29d51d66152312e36d]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:14 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70cbdcae509c18ea6c183639a989b525ef263a5f]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 15:58:02 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:56:09 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78afcbd91b7485085d706e74774ac46319abd438]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:42:14 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbafe0f3a7bbeaa852564d03f54175c6a51821f3]

        INTEGRATION: CWS changefileheader (1.37.242); FILE MERGED 2008/04/01 15:58:01 thb 1.37.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:52 rt 1.37.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b12819288b606bab57bb0c32ef9d632087c6099]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:42:14 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25594103de7423f8e20d3bafe4b64313a2836db7]

        INTEGRATION: CWS changefileheader (1.81.240); FILE MERGED 2008/04/01 15:58:01 thb 1.81.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:52 thb 1.81.240.2: #i85898# Stripping all external header guards 2008/03/31 16:55:52 rt 1.81.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7533180f19b5e6bfb5aee8ff993e2452e99ab56]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:13 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a155a45206eeab608d293d79d7965107c46a4152]

        INTEGRATION: CWS changefileheader (1.10.180); FILE MERGED 2008/03/28 15:55:47 rt 1.10.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad689aa8209b37481ccd0d662550b7be85925ed7]

        INTEGRATION: CWS changefileheader (1.136.14); FILE MERGED 2008/04/01 15:58:01 thb 1.136.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:52 thb 1.136.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:52 rt 1.136.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ed92ed2e161d91c55d05eb8c09158cf4eea28b1]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:47 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bc7e499eefb76129dda4b208c121406ab4d4714]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:13 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec56cb49ce77e117574a7a0ec6d73a673f3fe096]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:50 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d320138c4f40c4f5b9e8ea8dbd3e217cd2b3d2a]

        INTEGRATION: CWS changefileheader (1.181.14); FILE MERGED 2008/04/01 15:58:00 thb 1.181.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:52 thb 1.181.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.181.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9e20ff8a1d7ae41e9b61f28574c5bc16c9be25d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01ea0448048ccd926b8e85a7a9cfd40100007d94]

        INTEGRATION: CWS changefileheader (1.5.274); FILE MERGED 2008/03/28 15:55:47 rt 1.5.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [552c0a8a288352bf5ef30309403d5dcd7d19ca0b]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 16:42:13 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf12108e6395514b0d6ecd05f510dbde2ee0d889]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:47 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae0429bade74e1459474fbd8cedbac7a437efe1c]

        INTEGRATION: CWS changefileheader (1.106.108); FILE MERGED 2008/04/01 15:58:00 thb 1.106.108.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.106.108.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.106.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91207662e222e4b10e966e26ccf07b3bfca9d3d5]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/03/28 16:42:13 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e6e3966101bea20873ae6111621937c3da7ce73]

        INTEGRATION: CWS changefileheader (1.4.274); FILE MERGED 2008/03/28 15:55:47 rt 1.4.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee3e55baa6c5133c9bd982893f7f944d6137e838]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:42:11 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5a0acdc567561ec3bf3831c223b9fd370a50223]

        INTEGRATION: CWS changefileheader (1.61.242); FILE MERGED 2008/04/01 15:58:00 thb 1.61.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.61.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.61.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd85c3e995a8171ca58edf503aa6f631d309fc60]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:50 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33efbd25d641c4dfc1bac4849d8169b5e2fba39f]

        INTEGRATION: CWS changefileheader (1.7.274); FILE MERGED 2008/03/28 15:55:47 rt 1.7.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9912ae47c5daf4a0a624aaa98f9def4f8f28a6a4]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:42:10 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b75cceff191b50eecd37b2c7f0f2e9cb3bf8cbae]

        INTEGRATION: CWS changefileheader (1.85.114); FILE MERGED 2008/04/01 15:57:59 thb 1.85.114.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.85.114.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.85.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fec5999d8b29ffc282a93a0e8e8ce4b13b18f46f]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:42:10 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef79f5793b8f99553fcab484a47c73869d78e68]

        INTEGRATION: CWS changefileheader (1.10.766); FILE MERGED 2008/03/28 15:55:47 rt 1.10.766.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d0c4bcfc310c99e672f3361848260455e01f359]

        INTEGRATION: CWS changefileheader (1.46.242); FILE MERGED 2008/04/01 15:57:59 thb 1.46.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.46.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.46.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23b47ff2453749f11ff5e2e5ddf427f7bf7936cc]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:06 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeb4541090af5f1553e075151163dc8a53ae2f0e]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:42:10 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4e85e7ed7b8898fa8c4c2488b0337fe61c4e2e0]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:46 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb6aeaa28fea6ca1da30c7d618634a339e42aa08]

        INTEGRATION: CWS changefileheader (1.139.14); FILE MERGED 2008/04/01 15:57:58 thb 1.139.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.139.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.139.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db7ae217644f035f4bd8489606b2892fb2ab6992]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:10 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d1fdc45490a7f5d1507519707de925d5976b134]

        INTEGRATION: CWS changefileheader (1.7.964); FILE MERGED 2008/03/28 15:55:46 rt 1.7.964.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52d7116cc102d901d4a540238867af94f3703527]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 15:58:03 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d59e996e67d14db6c97650caa91f1ae42245ccc]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:31:50 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97d855178dc683ab6f88dec0e14b20b75101c758]

        INTEGRATION: CWS changefileheader (1.154.114); FILE MERGED 2008/04/01 15:57:58 thb 1.154.114.3: #i85898# Stripping all external header guards 2008/04/01 12:54:51 thb 1.154.114.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.154.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffc59e6ece08a1c70fa2c62b9b2b17d739aa006c]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:46 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b3f078864ed232e46138144cdbcd8c2b129ded3]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:03 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd2775ed1df27cd42245386e006ec1246a0ddf63]

        INTEGRATION: CWS changefileheader (1.189.54); FILE MERGED 2008/04/01 15:57:57 thb 1.189.54.3: #i85898# Stripping all external header guards 2008/04/01 12:54:50 thb 1.189.54.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.189.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78528c2593430cb15aeace32643d7ca50a22c4f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:37 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d3300b9de7c74a49308b84ae900f6f51f89cc99]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:42:10 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20472065fe419dd1606af564a71ea49b31823f0e]

        INTEGRATION: CWS changefileheader (1.2.368); FILE MERGED 2008/03/31 15:58:03 rt 1.2.368.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0a40dc500bd8df73e0ae6ae3f7200d5bb7722e1]

        INTEGRATION: CWS changefileheader (1.73.240); FILE MERGED 2008/04/01 15:57:57 thb 1.73.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:50 thb 1.73.240.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.73.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2317169778b0e5345beaef5915d2d8084c9a110]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:09 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [572a6844f785cdb727a54bd46cbf7b254cb06c50]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:50 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc62b7b737dfa4588d99c01eed4cd9372652b3a1]

        INTEGRATION: CWS changefileheader (1.18.1116); FILE MERGED 2008/04/01 12:54:50 thb 1.18.1116.2: #i85898# Stripping all external header guards 2008/03/31 16:55:51 rt 1.18.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c60058111109386cb57ee946f1c8862c13425280]

        INTEGRATION: CWS changefileheader (1.12.204); FILE MERGED 2008/03/28 15:55:46 rt 1.12.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [674950c8c0533c12637ebb7b85131ef7a38abe8f]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:09 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfca346d849a9b8432d7e6a9a5c687e80c95e888]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:31:50 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0689b9bd1d10ea7cf58b8e9516573601b210843]

        INTEGRATION: CWS changefileheader (1.150.188); FILE MERGED 2008/04/01 15:57:57 thb 1.150.188.3: #i85898# Stripping all external header guards 2008/04/01 12:54:49 thb 1.150.188.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.150.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ce3f0723efe88f3c66c7c918d76b79bd9380d14]

        INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/03/28 15:55:46 rt 1.4.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d473a525c355663afb8bf891acd3116484553bd7]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:09 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e12bf68435aa5e80373874aa9130d42935990209]

        INTEGRATION: CWS changefileheader (1.14.738); FILE MERGED 2008/04/01 12:54:49 thb 1.14.738.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.14.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb1c419daa67cfbc304c9ebab03beffa62df57e5]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/28 15:55:45 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [536e8c4d657c65588178fc50a43c2758a4aa4092]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:05 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [013fe8a98257d4bc6cdc7064904a4d53e2500138]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:09 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5bbf67258cf490438fbaf4af3272c7e9b5a20b0]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:03 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2bad61bb4e10855ba257c593918399042f4ce39]

        INTEGRATION: CWS changefileheader (1.29.242); FILE MERGED 2008/04/01 15:57:57 thb 1.29.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:49 thb 1.29.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.29.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22c8eda5da91570cd7a6c3a1b0f237ffb19afdd5]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:45 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4555004710e164ea28aa72a7b9b24f829e74ec39]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:05 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8836f7fe6215b4dee47fd666481a014b633d4d8]

        INTEGRATION: CWS changefileheader (1.110.36); FILE MERGED 2008/04/01 15:57:56 thb 1.110.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:49 thb 1.110.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.110.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f764ce444cc59c12abea39a3106dc0c52c7bc6c]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:45 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de2bd66b140895e7dcfb03894e8336044f6798dd]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:08 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7eb73f7c81167ebdc1be6926be28c1c4a4b79b0f]

        INTEGRATION: CWS changefileheader (1.53.242); FILE MERGED 2008/04/01 15:57:56 thb 1.53.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:49 thb 1.53.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.53.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b23f87ca42ec5306a864e99e0af895db7aa9e49a]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:08 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f49f38f54a447e33dfc2667f173fc9dc8728e69e]

        INTEGRATION: CWS changefileheader (1.8.328); FILE MERGED 2008/03/31 15:58:03 rt 1.8.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae3f8c2806212aed1be1e8c2c7c43f8c998d60fa]

        INTEGRATION: CWS changefileheader (1.21.12); FILE MERGED 2008/03/28 15:55:45 rt 1.21.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [258e2ce560cd73529225a47ef1d561ea48b7a744]

        INTEGRATION: CWS changefileheader (1.75.38); FILE MERGED 2008/04/01 15:57:56 thb 1.75.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:49 thb 1.75.38.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.75.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40a003be764c0587bfa0391fd40323d1890f8080]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/28 15:55:45 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3457560852e2108956ea6b2033e5dcf1d6fa25f]

        INTEGRATION: CWS changefileheader (1.89.56); FILE MERGED 2008/04/01 15:57:55 thb 1.89.56.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.89.56.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.89.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1a44ac645d89bad43300b206cdf48fbb758e763]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:05 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c3ce5b7c7b466d8c6c3648329e74c89bd22fd6f]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:08 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4a24d4cadf1eb2a090e448ec46dacc314e65d11]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:49 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1996c4ab0d336276ce9ff3f77ce04ba74f30e215]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:02 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [440409c9039fdfa9a83ddd0692e3d6bc78f26ecb]

        INTEGRATION: CWS changefileheader (1.45.92); FILE MERGED 2008/04/01 15:57:55 thb 1.45.92.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.45.92.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.45.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f062d3ddd2ec4a9f10c99ba04bd0e8a5087ee601]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:08 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24ed45782b46698a94a840e13d9fe0e1668ea2f8]

        INTEGRATION: CWS changefileheader (1.47.12); FILE MERGED 2008/03/28 15:55:45 rt 1.47.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [567fab8ce418b622a2b78e24ce4812738c2e0548]

        INTEGRATION: CWS changefileheader (1.6.28); FILE MERGED 2008/03/31 13:31:49 rt 1.6.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b997e3a4e1459d954357a83e4a6ccdd17c1ffabb]

        INTEGRATION: CWS changefileheader (1.43.36); FILE MERGED 2008/04/01 15:57:55 thb 1.43.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.43.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.43.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19bf83c525e1ffa16cad52ee946092e207ec881d]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:07 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7cf8c093235800d8cbfd5254a466de2666772c2]

        INTEGRATION: CWS changefileheader (1.2.180); FILE MERGED 2008/03/28 15:55:45 rt 1.2.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b00d46a982a40ef90d322ff1eabe4d20911e89af]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:50:05 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbfebdcf03f2ae541e63d9af7c159342f7f1061a]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:31:49 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c9bf41a9a9fe2bc17036037a5413ec626466aa2]

        INTEGRATION: CWS changefileheader (1.8.500); FILE MERGED 2008/03/31 15:58:02 rt 1.8.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd441bdf4d258fef86aaf7d895646a03eb17a063]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:37 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [294aab1859c2df6769a9c5e3019d1bf7f80cb03a]

        INTEGRATION: CWS changefileheader (1.105.36); FILE MERGED 2008/04/01 15:57:54 thb 1.105.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.105.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:50 rt 1.105.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75a03455027fff6afa88919b99223cc8bbc8ebdf]

        INTEGRATION: CWS changefileheader (1.10.180); FILE MERGED 2008/03/28 15:55:44 rt 1.10.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c563ff6122666f2e8d546e4462ebf7f6a0f879f]

        INTEGRATION: CWS changefileheader (1.7.500); FILE MERGED 2008/03/31 15:58:02 rt 1.7.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4faee9983f6fface34d2a33d921cafea85637cd1]

        INTEGRATION: CWS changefileheader (1.102.188); FILE MERGED 2008/04/01 15:57:53 thb 1.102.188.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.102.188.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.102.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b978c27fab2c8fa628e1ffa0241d722f108a881b]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:07 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb63a2f4189e2839fd41802a2f3525d581b3c3f7]

        INTEGRATION: CWS changefileheader (1.9.894); FILE MERGED 2008/03/28 15:55:44 rt 1.9.894.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c62fc2e1376e99fa9f80006a46d02deefae9e858]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:36 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3a1b9a3703c04534ad4501bc980dbd2b5f3a701]

        INTEGRATION: CWS changefileheader (1.8.738); FILE MERGED 2008/04/01 15:57:53 thb 1.8.738.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.8.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03fe22d1b9bca8065174da238df3608bb6873f1f]

        INTEGRATION: CWS changefileheader (1.4.964); FILE MERGED 2008/03/28 15:55:44 rt 1.4.964.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39fa96137ea25e0a7a159e99f5dec4cc3081db43]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:42:06 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f169a8b738a1008c24229645927e4776c7a320f9]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:49 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3c1b5907182dfd2561c130ec8c5a65cd9d123f2]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:44 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8ffbc5cca7ac5ac458eca0ba17e9595e38292d5]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:42:06 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14349e8622668199bdd035caaee68d58d7c5e02a]

        INTEGRATION: CWS changefileheader (1.27.76); FILE MERGED 2008/04/01 15:57:53 thb 1.27.76.3: #i85898# Stripping all external header guards 2008/04/01 12:54:48 thb 1.27.76.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.27.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64487c70ebd07d891ea24e40e49eca56d056fb9a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:36 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d888c0a2cbf65676ab4a0c09d4a2a6c97679ef29]

        INTEGRATION: CWS changefileheader (1.43.12); FILE MERGED 2008/03/28 15:55:44 rt 1.43.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1db319ad77c45dfa801a895d0119be97a62dc5a]

        INTEGRATION: CWS changefileheader (1.20.114); FILE MERGED 2008/04/01 15:57:53 thb 1.20.114.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.20.114.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.20.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad6de4d4fdde6d14133ccc89bc6565efc4179ddd]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:42:06 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [721965399557e8580bbb5a46bead50dd52775c41]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/31 16:50:03 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a2f39b35a3f1c2b6de6f1ab4b61d9c8b8774500]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/04/01 15:57:52 thb 1.27.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.27.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17e870cc48f73307ebb5fdd4b1bd1f067e1ab0fd]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:03 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b6415c5ade95a027b7e86bf2652cd48552e416]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:06 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c32c66429ed5ae502b011152bf6b91a88d56ac1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/28 15:49:36 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [996ef835d470b893c2d90ed23a311d92e3982b43]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/31 16:50:03 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb81c61cd245f93265c7cb3a9f6e0061e17c5af2]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/03/28 15:55:43 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [388b23c742bb75a129de63fab4f8df35dd710261]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:43 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee827de07e2d338928bdcd897c53655a834933f]

        INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED 2008/03/28 16:42:06 rt 1.10.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [304dafe03414440935ec7e087a2968719add0877]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:49 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f3c10688c0cc97e1c3607eb97147fc66f1baae4]

        INTEGRATION: CWS changefileheader (1.5.1116); FILE MERGED 2008/04/01 15:57:52 thb 1.5.1116.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.5.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d1ab258dbc41690d2cc82d5f3579a191693bfd1]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/28 15:55:43 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e789eac1f768eb15a73ed9cd83a6b530d2b2f2f3]

        INTEGRATION: CWS changefileheader (1.9.1044); FILE MERGED 2008/04/01 12:54:47 thb 1.9.1044.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.9.1044.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb78aa8a8b3e15bc533e0e815a562aee8320978f]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:05 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d420c4fc3a6313dc1735e901ae1a06d9e0c346e2]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/03/28 15:55:43 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e3bfe4eecec05552af2950464492e0e49eb66e6]

        INTEGRATION: CWS changefileheader (1.7.1116); FILE MERGED 2008/04/01 15:57:52 thb 1.7.1116.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.7.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd979b6804e6e77d273f01d8be66af7ebed6bed8]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:31:49 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22321614a96d3c967ad7488171108fa51f5a9cd7]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/31 16:50:02 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b151623329b7c53d0a891c7a61418b7661462bff]

        INTEGRATION: CWS changefileheader (1.6.1038); FILE MERGED 2008/03/28 15:55:43 rt 1.6.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e272e36c82b9675e72737dd91a619f1278152f7a]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:57:52 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98e6f29235aff7fdbdd826c4563146c3553d6454]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:02 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc02d898987586c6c7f41bac41126f35294e0b3d]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/03/28 15:55:43 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55742e2801d5c72bb4166a25bc7b75ea8d8d7329]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:57:52 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:49 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53c8e64c050c2ce54ae93f7ac624037ed1ffcce2]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:50:02 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8c7a7d32a996be1cc56cf3c0e6ae33cac9923f0]

        INTEGRATION: CWS changefileheader (1.7.1116); FILE MERGED 2008/03/31 16:55:48 rt 1.7.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b87fe25fd6d1ce20bc0515bc1e4f9390bc2bbc83]

        INTEGRATION: CWS changefileheader (1.9.426); FILE MERGED 2008/03/28 15:55:43 rt 1.9.426.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [006a7dd31bfb8d2c36899226b2500a5d83f1e86a]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/31 16:50:02 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54e9812f4139272bd9c2ca63fab4586e59067489]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:42:05 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30bd732cd38ff6baec35d7e73d74280682446926]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:57:52 thb 1.4.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [327efcbbe69a0f3cc25a9c92f05f5865d81b4547]

        INTEGRATION: CWS changefileheader (1.19.256); FILE MERGED 2008/03/28 15:55:42 rt 1.19.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb6f46349fd36053b3b317e70e04e4595899d386]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:50:02 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23fc51a5d6bc3327cf5ad3d76d6eaeb8757ee905]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:42:05 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8981c4d47fea1dc3b33e49d468e6163680b41fc2]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:57:52 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89540a56095acbafc3a8602acdc85773f6e69d72]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 13:31:49 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03a6adc948597872380314c58a6fa82ae550b675]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 15:55:42 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [169e2de32df5fabc53822239e3504e8ea9f4b710]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/03/31 16:55:48 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fde33ec6115304089ff2997d6371b873dccaa380]

        INTEGRATION: CWS changefileheader (1.59.12); FILE MERGED 2008/03/28 15:55:42 rt 1.59.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dac17c6bbe686cad4f058ba55fa664094ddc92f7]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:42:05 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80a6cf9aaaef4191d48c01b2cfc4e4224292de93]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:57:52 thb 1.3.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:47 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b08780c829d4a37161421af9a2f05e6644b36928]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/28 15:55:42 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [716868902ae9d91e396a56d47c17e46642ac4ba9]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:55:48 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4ee71af99415f431ca987055186254bb7765dbb]

        INTEGRATION: CWS changefileheader (1.36.126); FILE MERGED 2008/03/28 15:55:41 rt 1.36.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0612d6cf2f13230638f7d6d7211bbe516fa7d18]

        INTEGRATION: CWS changefileheader (1.8.454); FILE MERGED 2008/03/31 15:58:02 rt 1.8.454.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13de432331b964e8199fbcc311e4d879a3aef3e3]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:49:35 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4699e905e2ba5568de1c7bac15be0aa2113c7c85]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:41 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa978e5f175bb83ceb3c68969b4b3019360a39aa]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:49 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f602d537777013470fb7c297354eec89f6af602]

        INTEGRATION: CWS changefileheader (1.8.398); FILE MERGED 2008/04/01 12:54:47 thb 1.8.398.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.8.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80c15f139b2e38f056937e749762add786087d99]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/28 15:49:35 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac58a0457b06b7bfeecb5a6ec89563aed1902efc]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:42:05 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeed11027cd65fe6a6118060bc63852552aea87f]

        INTEGRATION: CWS changefileheader (1.5.256); FILE MERGED 2008/03/28 15:55:41 rt 1.5.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b95645797d74720438695b08a0ab5310bbc03a43]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:48 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a68b8e51baffb85bf6f5e8268a3d08ec72e4233c]

        INTEGRATION: CWS changefileheader (1.16.738); FILE MERGED 2008/03/31 16:55:48 rt 1.16.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24bf63b2f86b1d766886f71805f125f4308f2808]

        INTEGRATION: CWS changefileheader (1.6.500); FILE MERGED 2008/03/31 15:58:01 rt 1.6.500.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec7564fea2481334ac55544c8ea8f5a980fd60ee]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/28 15:55:41 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [582ca9bdda8c867dac0c8a81654dd890389c7963]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:48 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [491110cf7995c410f9934fcc44925513cdadc410]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/28 15:49:35 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6b2f0672e1bf1a062a41154721aeb4b07ed913a]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/28 15:55:41 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e99f72c1e113d555717339c9e3196946c7e3af]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 16:50:02 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fab5f26984567da14ea5d702c1813a3f047a756c]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:57:51 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92348f228436536d293ccdfcaa9fd824da5f79fa]

        INTEGRATION: CWS changefileheader (1.17.182); FILE MERGED 2008/03/31 15:58:01 rt 1.17.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81ea233778692eb6e5d9670c4101c1b7dc814684]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:49:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d3c56913e303b31bae6e328b8358ee4b7ed944b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:42:05 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcc538a7237aaa1bd2bc2bb81d2eed087d0ce787]

        INTEGRATION: CWS changefileheader (1.32.12); FILE MERGED 2008/03/28 15:55:41 rt 1.32.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [062c7112eefeecbb3a45b42a007c03ab6c0f5f3e]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 15:58:01 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb6ebd567115497ab471cc6e20e26ee0955bb33d]

        INTEGRATION: CWS changefileheader (1.2.32); FILE MERGED 2008/03/28 15:49:35 rt 1.2.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75b5d842c3bb769d0f69389ada0ba0c869813f1a]

        INTEGRATION: CWS changefileheader (1.43.12); FILE MERGED 2008/03/28 15:55:40 rt 1.43.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c5e889ab70f0a0a7a9fe5dce2bfb6c1ce46dc0d]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:50:02 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b0a35c6c20ff4df7db38cd8ca31ab134245fc26]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/28 15:55:40 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d28c16500e05e36efd288ef3576ad10ad4d5a525]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/03/28 15:49:34 rt 1.2.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f32e4c858ebb11b66078df61d56881c3fe24aca6]

        INTEGRATION: CWS changefileheader (1.7.126); FILE MERGED 2008/03/28 15:55:40 rt 1.7.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f46273931acfcae2f223fb33d086dfa60939996]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/28 15:49:34 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76deb05c4c4206a2bfa59376ef8e21fb262f08cb]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:57:51 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:45 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c45cb878aad3516eb6b15222893e514d975d7f13]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:42:04 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d60ae6e15ceefddbbfe93a013ba4c6b25413a4ed]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:40 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f23617789d7713766a00a1717a51e8ba9248c06c]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/28 15:55:40 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a137258cd5cf5de1b905d22cc7b060f4c939806c]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:42:04 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b61c84417b179b71f3acc30c6df425a7e8ec425d]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/28 15:55:40 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4542c6648fd93b8239919971e93c858996d40294]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 12:54:45 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34de1c8d09e7059d3f13afcc60e5362a27e069e3]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:42:04 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bf1e9078f45e998fa1f787a1a5b5cfa050dbd9a]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:40 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14ff69f751755079cfee09d508314fed7891899c]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:54:45 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:48 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68a11089acf9c8fca9a4e4f219cdd6e3460b7f10]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:42:04 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62f6076dbea0eaf6831d5f18c0c24feb5a9c615e]

        INTEGRATION: CWS changefileheader (1.46.154); FILE MERGED 2008/03/28 15:55:39 rt 1.46.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72ff25828d5dca31c710dea8b105c85b6d4a9a36]

        INTEGRATION: CWS changefileheader (1.19.56); FILE MERGED 2008/04/01 15:57:51 thb 1.19.56.3: #i85898# Stripping all external header guards 2008/04/01 12:54:45 thb 1.19.56.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.19.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cece9cc7c71f8787541d4cdd18cba8ca351e790b]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/28 15:55:39 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55197d4d9b0740c4b5a0467577929b64c08a7d13]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:01 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51d4175bb1cd4c067432939655f7f2b544d2448b]

        INTEGRATION: CWS changefileheader (1.9.14); FILE MERGED 2008/03/28 15:55:39 rt 1.9.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c45ebd05176ce27157c7a0c5a6516cffdbca49fc]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/31 16:50:01 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5e5fd233f0bddd1b2e75504ca77483c247313f]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:42:03 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b2c7b6a02318988fac7e0e0536678dc29e30575]

        INTEGRATION: CWS changefileheader (1.8.804); FILE MERGED 2008/03/28 15:55:39 rt 1.8.804.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38b8c322caf66b0f42d48019b4fbf8ddff7d017b]

        INTEGRATION: CWS changefileheader (1.13.126); FILE MERGED 2008/03/28 15:55:39 rt 1.13.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06cf4e538ac45a444e48084cc032178d11d9c5f9]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:31:48 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ba86c4c79f718d8ef4053084277ba7a7114dede]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/31 16:50:01 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2364b7a871fd48ceacdc3525a8eba174e169a6f3]

        INTEGRATION: CWS changefileheader (1.11.58); FILE MERGED 2008/04/01 15:57:51 thb 1.11.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.11.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8c339d1e9da48e7820bac6a06d6462606bd8aec]

        INTEGRATION: CWS changefileheader (1.29.46); FILE MERGED 2008/03/28 15:55:39 rt 1.29.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5e79c9a6ceb336d111273711df8f93a3054e455]

        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>  [a8c86c09d1492c9fef8970373ab687c489a9e712]

        INTEGRATION: CWS changefileheader (1.91.10); FILE MERGED 2008/03/28 15:55:38 rt 1.91.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b783915edaf43140485fecd9798d1946a8f4524d]

        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>  [c9b736f139ca4e6001a6e6bc35614baece3f66e8]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/03/28 15:55:38 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d95cf5cf4a437325567ffc835efa180b939e0213]

        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>  [c9b66ebb2760c9ba9361a362f7918197ad98a183]

        INTEGRATION: CWS changefileheader (1.7.400); FILE MERGED 2008/03/28 15:55:38 rt 1.7.400.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63c57735054fe41a0084604941b18fb9c7b042cf]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/03/31 13:31:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17e9045eb1cca7dd44345465c5adba0dddcc2583]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:57:51 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca81e281b605cc183c26d9772b62ee7ec1628741]

        INTEGRATION: CWS changefileheader (1.5.1038); FILE MERGED 2008/03/28 15:55:38 rt 1.5.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acb26ff3bf8602b4fead89cb83a07259c3cc2c4d]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:23:32 thb 1.2.96.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e084ff7e5b580ed8071a123b14231637136d1e9]

        INTEGRATION: CWS changefileheader (1.77.12); FILE MERGED 2008/03/28 15:55:38 rt 1.77.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61e28d2a756f5e633e9cde65f41b4b9633cf55a9]

        INTEGRATION: CWS changefileheader (1.11.346); FILE MERGED 2008/03/28 15:55:38 rt 1.11.346.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29bc26aa4455815b360bf0b4998dbc5601cfae2d]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 13:31:47 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ac0b03951fa31b056cf7de6fd25f40c0fa8d6e2]

        INTEGRATION: CWS changefileheader (1.37.30); FILE MERGED 2008/03/28 15:55:37 rt 1.37.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d1c236b5a9e1aae261dee026849e4f3017bed7f]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:55:47 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f70a873efdc8e052154fb948637438f47891b1f6]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:32 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6686e35caf8d62b0492c038eeabc2a3e32095104]

        INTEGRATION: CWS changefileheader (1.8.320); FILE MERGED 2008/03/28 15:55:37 rt 1.8.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace1b3f3a19457a93f068ddd9f682408c14a5ce2]

        INTEGRATION: CWS changefileheader (1.24.240); FILE MERGED 2008/04/01 15:57:51 thb 1.24.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:45 thb 1.24.240.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.24.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f24958c0e0cc225a02fc2f4e2ccab93ed36ac53f]

        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>  [b2f1be4b8fec3baa09b323d071ede74a875ef320]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 13:31:47 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa332756ab235e0babb49c63a62a1f46cb854f86]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/28 15:55:37 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6dd2830dc8e47cd3e04ecd15909ac8e22e5ff4a]

        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>  [d837d147e09e0f6dadaed9064991aea10c1a5995]

        INTEGRATION: CWS changefileheader (1.38.30); FILE MERGED 2008/03/28 15:55:37 rt 1.38.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf9775ad6606265cf3d829968b83b8f26e6b86ad]

        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>  [45cd38ec16e1871c50b0fc2569322fe308e6e403]

        INTEGRATION: CWS changefileheader (1.6.1038); FILE MERGED 2008/03/28 15:55:37 rt 1.6.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92087386bbe4671f1b7e4e6968893ac1117886e5]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 15:23:32 thb 1.4.96.3: #i85898# Stripping all external header guards 2008/04/01 12:33:01 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fca75b632df241b41a011e963f6901a423eb0d1]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 16:50:01 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d64ebdaa88781ae6f674bd42a9510a7ece2401a]

        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>  [5e373d8b7010bbfcaeebe43f0058e36d3283e843]

        INTEGRATION: CWS changefileheader (1.17.158); FILE MERGED 2008/03/28 15:55:37 rt 1.17.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1af17981bdbe548e00aec2ca14dddf62cc4e03cf]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:57:50 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:44 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2a37ef5ab0f20afaabc0bf885a0a23f4e97642a]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 13:31:47 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [796d51a76fbc18ef33a2d2ed55a375378edefddc]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/03/28 15:55:36 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44d7aedcd9e70c3e32cb2a2c67d51c923b43961c]

        INTEGRATION: CWS changefileheader (1.29.2); FILE MERGED 2008/03/31 15:52:57 rt 1.29.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac99964661da4219534cf3ad072c847d5712ce88]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:41:59 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [786fe40f3576cbdd84058f4d36c4656837324101]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/04/01 15:23:32 thb 1.3.26.3: #i85898# Stripping all external header guards 2008/04/01 12:33:01 thb 1.3.26.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dfc874717d54c47039e412df10a829ef29071ad]

        INTEGRATION: CWS changefileheader (1.53.30); FILE MERGED 2008/03/31 15:52:57 rt 1.53.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb7ecbe104cbd6c5ae94edd2d5a4d2652c3b8538]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:59 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b88859e4c604de417bf19d23f6229f07d6fcaac1]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:57:50 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d080de8617dd0b39c7866de801d1f3655a80a63]

        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>  [6f88dfa11abdddd40d258f889fa3ba3302491c6d]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/04/01 15:23:32 thb 1.5.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:01 thb 1.5.8.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c27989b18617314f37a88149f3d91a175ec9f96]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:57 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95b981409634b66fd73000ad91523829f3498f49]

        INTEGRATION: CWS changefileheader (1.25.58); FILE MERGED 2008/04/01 15:57:50 thb 1.25.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:44 thb 1.25.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.25.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cc128d3d830bef97edc0bca60de335509bbaaf3]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:59 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a5e3fb717fe1be66119d21d317c2070088d93ef]

        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>  [860542a342d7a288ffe611a0b43a1b2a513f1ea0]

        INTEGRATION: CWS changefileheader (1.24.36); FILE MERGED 2008/03/31 15:52:57 rt 1.24.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a87b190ec60a507e07f9df90580a72781d7cbd9]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 15:23:32 thb 1.3.8.3: #i85898# Stripping all external header guards 2008/04/01 12:33:01 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f238d0899e61df1b39478711cbb7308fb67bcf6]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:41:58 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f4978f12643f3f2aabcd126c7cf261fb2d5dd19]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/04/01 15:23:32 thb 1.4.8.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be27a2dea1f96e615b79a08a038d809c1bea9bd7]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/03/28 15:55:35 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2aea96f40f7874d61843183eebbf8f00fd0b9a3b]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:58 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb487123e823e76817e43bf6c3aa1a3dfc606b13]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/03/31 15:52:56 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [253e3276d181922ae2a8bdb129638ecdc01d2c67]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:55:47 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed24d58eec85c902ae96436f93f878467e8e8a3b]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:01 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8af852b936912b92b86bbb81188fa5108390cc13]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:50:00 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd7e0ff03ce9de608c4352d37ed86a633bea11fe]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:58 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1fc94e6410cf9cb93cea9e0dea6aa0950ef24a8]

        INTEGRATION: CWS changefileheader (1.17.58); FILE MERGED 2008/04/01 12:54:44 thb 1.17.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:47 rt 1.17.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83300d62e2e8822342e6b4f2b657cfe93c20e6c8]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/03/31 15:52:56 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce5fabe4f206b6b5d45f63e51430f42ab00c4113]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 13:31:47 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [733890de33ae066cca9ef4cf26732ebf2c4c2be3]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:58 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdbb3e07574a018a6da93baaa85275f1fca04510]

        INTEGRATION: CWS changefileheader (1.4.144); FILE MERGED 2008/03/31 15:52:56 rt 1.4.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa826ac5d7ea7d42a646b0b1af4190c04b81df98]

        INTEGRATION: CWS changefileheader (1.41.56); FILE MERGED 2008/04/01 15:57:50 thb 1.41.56.3: #i85898# Stripping all external header guards 2008/04/01 12:54:44 thb 1.41.56.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.41.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47e8bc80e811946145174ad7ac948d323641459a]

        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>  [34abad8b18a43f22809f74b064714bb257e37064]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:58 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f3bde4205f1c5559281fa53f1ceb864d7d0365e]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 15:52:56 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c71e898d6e61f73834f6a2186447b0f64b1417cc]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:59 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b09738203c6eb0374ab985bc0abf08c323f3689c]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 15:23:32 thb 1.2.104.3: #i85898# Stripping all external header guards 2008/04/01 12:33:00 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3c9e1dfc58d824b46715d6d185dab037db9d5d2]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:57 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd10572d3208aaa632cac74d43794e886c936006]

        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>  [bbd36e188179a7a1528c9f3eaf808371d3c0a9b6]

        INTEGRATION: CWS changefileheader (1.2.104); FILE MERGED 2008/04/01 12:33:00 thb 1.2.104.2: #i85898# Stripping all external header guards 2008/03/31 13:31:47 rt 1.2.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f96069d38737f49246e88bff6e6eba19fac3ae9]

        INTEGRATION: CWS changefileheader (1.6.158); FILE MERGED 2008/03/31 15:52:55 rt 1.6.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b2b76e31fa14ca0a84dd0a03d1670a4d9334bb]

        INTEGRATION: CWS changefileheader (1.33.58); FILE MERGED 2008/04/01 15:57:50 thb 1.33.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:44 thb 1.33.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.33.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e02835e4e315b39314670412c2457dedd8e13020]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:41:57 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d32193a6eb5ea69741f123e6ba5272f7a8d22740]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/31 15:52:55 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e04479b14d21b52621e041c8c420e23b1a536d7d]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 15:52:55 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cbc3c38cf6303013482da1bae1a3181f3bcb40d]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:41:57 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4719d7ebd2d81cacb9f6adc5681d735906ef59a0]

        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>  [0c0200f2117961458a503dcef4a7d05d0633bdda]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:59 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [915504c83c6738f57962b67b85be79c3f05debd1]

        INTEGRATION: CWS changefileheader (1.78.52); FILE MERGED 2008/04/01 15:57:49 thb 1.78.52.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.78.52.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.78.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42c1f9efc5fc79ec01a4643b0dd7dbd3bc6549e8]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:57 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [534454ac3c964bc54f797a279a1fadd12632112c]

        INTEGRATION: CWS changefileheader (1.3.226); FILE MERGED 2008/03/28 15:55:35 rt 1.3.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30822aa38810474621a667985f7b9b131c56a921]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:49:58 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75b5afb90e95e4a82c6eb5bad48b2eff42d02e74]

        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>  [f9a02b7f30a8208748d3ec1c80a3c61604d21ac2]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:57 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afdf9009c603ba9cdbc7e513f796fddd882d1a8b]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:49:58 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [876ba88d6c369dfbf878fa12d54718f9d02ddd57]

        INTEGRATION: CWS changefileheader (1.3.120); FILE MERGED 2008/03/31 13:28:14 rt 1.3.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9be9b77794eee858054bfe9c74bc7d11d7050261]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:56 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [814ea3f3bc84845d7a865087ce8284c2aedc89b8]

        INTEGRATION: CWS changefileheader (1.3.146); FILE MERGED 2008/03/31 13:28:14 rt 1.3.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e978bee2469e576e8809e9a36fa331883dbe8a]

        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>  [313f7fc10cc16637876bab3f7c5112b304625c5f]

        INTEGRATION: CWS changefileheader (1.8.166); FILE MERGED 2008/03/28 16:41:56 rt 1.8.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [739c40b0a0257346d980b34fe494713a1c6a2517]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/04/02 07:25:56 rt 1.2.264.2: #i87441# Change license header to LPGL v3. 2008/03/28 15:55:34 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af42c401487ea2dd86545191f47527dfc7a41b58]

        INTEGRATION: CWS changefileheader (1.2.162); FILE MERGED 2008/03/31 13:28:11 rt 1.2.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f435ad6418143b1e57b15a8ea564ad3e1d79833]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7cba9bd2574fbaee82c44ffdef0a0cf8b34523e]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:41:56 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ca910e54c417a81c96142b7407b9a3f89164f95]

        INTEGRATION: CWS changefileheader (1.35.2); FILE MERGED 2008/03/31 13:28:11 rt 1.35.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3749dc4ae04635778b7995d96be28c86379a13e]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/03/28 15:55:34 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [325027ff5ad5f71efd7515af3152869ec134798c]

        INTEGRATION: CWS changefileheader (1.17.76); FILE MERGED 2008/03/31 15:52:55 rt 1.17.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2053f2a818d078543fb02fd80e6a932d820a6cd]

        INTEGRATION: CWS changefileheader (1.37.114); FILE MERGED 2008/04/01 15:57:49 thb 1.37.114.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.37.114.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.37.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [159adc7a420e009db4fc382219759b4bb488d420]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:56 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d862f743d6446b79000788057b64d16605340e50]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f5b70385117494f2b0d317e0ec414ac8675b8fc]

        INTEGRATION: CWS changefileheader (1.21.2); FILE MERGED 2008/03/31 15:52:54 rt 1.21.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15d7e6336c2948f1004d47187248d8895c204b16]

        INTEGRATION: CWS changefileheader (1.68.20); FILE MERGED 2008/03/31 13:28:11 rt 1.68.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96870b6474c7301a93a7169395c7e3a7403e268a]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:56 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11889ed2bf5b5f6aaa295429e921fefdb26736c8]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 15:55:33 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2feab1c115f9c51546f193d344746420ec57835]

        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>  [50d077665aafd2f60e01d6e85d134a9fdda0dc23]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:49:58 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76b1d54be062d9256d25b09306533193cdf2e8d4]

        INTEGRATION: CWS changefileheader (1.86.10); FILE MERGED 2008/03/31 15:52:54 rt 1.86.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04eb1ec210fdb33662cf95ad2101ac8d651f2997]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:33 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3d3a004293e8edd7fd1d9a1f5ec245604f154b2]

        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>  [6964d137d0c5194c9420bf2dfc6af9484ac107d0]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:55 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80ffd341a07f1941064e91570cefaef7d9cd61ef]

        INTEGRATION: CWS changefileheader (1.10.80); FILE MERGED 2008/03/31 15:52:54 rt 1.10.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e71d3e60bfc137fc1f94221dcb3a94f714e6c54f]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/28 15:55:33 rt 1.6.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bae3a43e5bcb0a20d5e16515d40a33a1c4d4dbb]

        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>  [cc9441b7c2bb07c752ed379b98e3b049d2d0dc4e]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:41:52 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b202eb61d6013416586aba4ffa06927731213038]

        INTEGRATION: CWS changefileheader (1.23.36); FILE MERGED 2008/04/01 15:57:49 thb 1.23.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.23.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.23.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [499adfe60acc289bda89872665a67c51441da40b]

        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>  [7e00045c6e64dce299ef44d097b790e58b1567f4]

        INTEGRATION: CWS changefileheader (1.2.264); FILE MERGED 2008/03/28 15:55:33 rt 1.2.264.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f2b97abd72c76ed17cb897d211178382949e479]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:28:10 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f3b83df5cd804c6192530606e672fbdc27515c8]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:41:52 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b36e7c4bd04d6e742744990627d49204ebc8d2d9]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/31 15:52:53 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb47f39d4b1392ba9e3f0efebc91d87063a91ec0]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/31 16:49:58 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71580c8f5579dc11b0e0117099deb1cc190003bf]

        INTEGRATION: CWS changefileheader (1.9.730); FILE MERGED 2008/03/28 15:55:33 rt 1.9.730.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [598ba1f9e7233e9a557cb56daec5d6809386d90e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:52 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372252ffb4ea7a5c43368031268583d18c115870]

        INTEGRATION: CWS changefileheader (1.18.256); FILE MERGED 2008/03/31 13:28:10 rt 1.18.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8c420c3ee5b7cb6e0bb7c147087c6a0b7610126]

        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>  [3c9d35935d4b97ca025f3e4c05ec3be766061cd9]

        INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/03/31 15:52:53 rt 1.8.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [125935291dbfa7a7200a5812d5f9bd5b0ca1e13e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:58 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b062ce04b26ff4dc265fb6c654af64d36d4809a9]

        INTEGRATION: CWS changefileheader (1.5.294); FILE MERGED 2008/03/28 16:41:52 rt 1.5.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a79b75f7caa71859f62c6f39589e24e7330de91c]

        INTEGRATION: CWS changefileheader (1.23.74); FILE MERGED 2008/03/28 15:55:33 rt 1.23.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95762c40258bfa5aedfdbdf0b9affe4e1a4ba5aa]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:28:10 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00a6d3ca65487990ea89081cd26f13f5e531f7c3]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 15:52:53 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f85779d867d160344a3111bff3e3c756f834b75]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:51 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85fd050fc843a31c02eb747a58c08bdfdf551ed8]

        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>  [7ce4357dfd317d7b5fd3f145a6fb9ffb42f73640]

        INTEGRATION: CWS changefileheader (1.18.398); FILE MERGED 2008/03/28 15:55:32 rt 1.18.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcd7cb5006ff49b22ac19a5b7022617e70c2353a]

        INTEGRATION: CWS changefileheader (1.33.14); FILE MERGED 2008/04/01 15:57:49 thb 1.33.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.33.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.33.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c768a717d9bccc9ca738b49d9ba27f1ad81c5eaf]

        INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/31 13:28:10 rt 1.7.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8acc4228b2b0ece7867d95c3624d39d000f86eed]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:51 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84c15bcfe75112d5480d2e9bfdae4e0b7dcfa984]

        INTEGRATION: CWS changefileheader (1.25.398); FILE MERGED 2008/03/28 15:55:32 rt 1.25.398.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0716ffe4cee61c41eebbdb029699d92d70224ca3]

        INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED 2008/03/31 15:52:53 rt 1.2.100.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0577ffadea0a99ed598ee39334c7960ec35a57b3]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:28:10 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2eea8c1cc66c7f04c082502b8608833d66dadda5]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:51 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b32e64a6c8e7543d1c8b890aae3ee4cf02ba634]

        INTEGRATION: CWS changefileheader (1.6.1038); FILE MERGED 2008/03/28 15:55:32 rt 1.6.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc9bf10040963f82305620951d5eefdc545e77bd]

        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>  [0b4e66f098961761319290d586dd419b4bc88399]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:49:58 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a66c2a51144ab876db0d6aa2fd8fc28e08f964a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:51 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f38fef93b61510c171d9d1774863c19c36df7b48]

        INTEGRATION: CWS changefileheader (1.14.1038); FILE MERGED 2008/03/28 15:55:32 rt 1.14.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fa70ee5466fd29ee66477fb22ff6c76a18515fb]

        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>  [735075e6bc831c92dd51342c7bb2e3a5cb5f7524]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 13:28:10 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76e2c3e58a4b958c24e68d946aa1a9b5a24705ed]

        INTEGRATION: CWS changefileheader (1.2.478); FILE MERGED 2008/03/28 15:55:32 rt 1.2.478.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32b5b26df27b2c063947bc2255872c6d14fa458a]

        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>  [cdbaa2e5183283be57a0fcff34049241358f453e]

        INTEGRATION: CWS changefileheader (1.2.466); FILE MERGED 2008/03/28 15:55:31 rt 1.2.466.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0c9d411fe789b02c7bbc7250aa945c6fa957882]

        INTEGRATION: CWS changefileheader (1.31.242); FILE MERGED 2008/04/01 15:57:48 thb 1.31.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.31.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.31.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff5922c6e4a10e4eb6ce254ff91b3a8db4b858c7]

        INTEGRATION: CWS changefileheader (1.2.814); FILE MERGED 2008/03/28 15:55:31 rt 1.2.814.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c32776722176fd3cfc626b317277e612c6dbdeea]

        INTEGRATION: CWS changefileheader (1.12.98); FILE MERGED 2008/03/31 16:19:10 rt 1.12.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6b8513d53fdc0abccc5b32aff7eb6ecabda450]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/28 16:41:51 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e4b0b3bcab6670d27537d25f7175913fc06695b]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:49:58 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5084fb921c8828458d0c18e0760830c946933fd8]

        INTEGRATION: CWS changefileheader (1.2.156); FILE MERGED 2008/03/28 15:55:31 rt 1.2.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5357a26da024b8afa2d84310ff36eff4d38fac19]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/04/01 12:32:16 thb 1.10.22.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a666108d5428cf0485b8edca1abbc08717fc9bbb]

        INTEGRATION: CWS changefileheader (1.8.60); FILE MERGED 2008/03/31 15:52:52 rt 1.8.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce09bca2cd125af5f5516cc7f8755c9ba00a3aa5]

        INTEGRATION: CWS changefileheader (1.5.180); FILE MERGED 2008/03/28 15:55:31 rt 1.5.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5abd5249aa474c21b84374a572fa54ca11b6fda7]

        INTEGRATION: CWS changefileheader (1.72.14); FILE MERGED 2008/04/01 15:57:48 thb 1.72.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:43 thb 1.72.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.72.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b29adc5e845caaa0c621d8548d673c9ee9fa296]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/04/01 12:31:57 thb 1.6.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2c3cb7ea15136db7f8c337d80d3364df30b151f]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:50 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9c61c33d73cb8720a50ba6c88df32ef8d962f5]

        INTEGRATION: CWS changefileheader (1.6.722); FILE MERGED 2008/03/28 15:55:31 rt 1.6.722.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a70920a22b5d64dc6bf188bc240c937c573e76]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:22:26 thb 1.3.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:16 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7646c06f03e020d4f514f325d144649889144edb]

        INTEGRATION: CWS changefileheader (1.30.166); FILE MERGED 2008/03/31 13:28:10 rt 1.30.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee8d4bcb79ef7e646c8df919154ab44f60c77766]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 15:55:31 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bccfc89e421ac37d292801ccb5f5fe2154afb4e]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 15:22:26 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49a385be27024556afe5a2220f721404017f056d]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:28:10 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ed33c6aeeb990bba1ffd23719992db90ae6ed0a]

        INTEGRATION: CWS changefileheader (1.8.274); FILE MERGED 2008/03/28 15:55:31 rt 1.8.274.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41199e586bec537c773d00deab59d9e1ef5896e1]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:57 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [894d81b6c54c7e7bf9fee5bddf9d1217a72b8704]

        INTEGRATION: CWS changefileheader (1.24.66); FILE MERGED 2008/03/31 16:19:10 rt 1.24.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2d9e22e989d1953851905271704de0c809f8349]

        INTEGRATION: CWS changefileheader (1.16.380); FILE MERGED 2008/03/28 15:55:31 rt 1.16.380.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d3a650a63cbbbe3d5916478a4d7c9b950817131]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/31 13:28:10 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7376995e2c076b91e6707b908a462a62297e35b1]

        INTEGRATION: CWS changefileheader (1.22.54); FILE MERGED 2008/04/01 12:32:16 thb 1.22.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.22.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3660392f3bb39b24fc0cfc8a92e35380f84404e1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:53 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2ae3e3ffc758b53402d6dd10c0116abdea6b081]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:30 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1975ea22fb0c1cc1075dd25b121f63e95aa2dd15]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:53 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4165b547d13f222acc30667bf9e46707d8e4f3e]

        INTEGRATION: CWS changefileheader (1.50.6); FILE MERGED 2008/04/01 15:22:26 thb 1.50.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.50.6.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.50.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe0afd5cd8d86668c250a502afa4a28d1b92b87f]

        INTEGRATION: CWS changefileheader (1.2.766); FILE MERGED 2008/03/28 15:55:30 rt 1.2.766.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50740f5ec1921d4f7c63b20900c32707a3c35d81]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:50 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d5d2cf47ad125e953e730909828a21d90e19b16]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 13:28:10 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef023f4e9a80af06ea02762cd186ee4ecda3fa4]

        INTEGRATION: CWS changefileheader (1.7.696); FILE MERGED 2008/03/28 15:55:30 rt 1.7.696.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8583155a518cec87e552ce4fe4e4259d2d55e5d]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 13:28:10 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2551985b08ac206d0cbb9f82c44543ebcc45a00c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:52 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7076c39db2b2976833d5f5d8c6cd1fc90cfef6f]

        INTEGRATION: CWS changefileheader (1.10.32); FILE MERGED 2008/03/28 15:55:30 rt 1.10.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [123c87d2f2e3ec1343270e913ae9b65075d328c7]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 12:31:57 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 15:52:52 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61f64b536b84e346c837343d3100b6ae8c280d83]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:50 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3427986cfbc422df53d539946208d6f47dc7844e]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:55:46 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1981499ad1270da2ab9dad30ec0fbbd891c64b5]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:52 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [551991793497c83fb93dfc091b84760877aa7f69]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:30 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd2a2f1eac9a3789ea20a5321676ad2671c60cbd]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:48 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:46 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcd44dba2fd030ab9fd26e9523134c6f3629beb1]

        INTEGRATION: CWS changefileheader (1.2.128); FILE MERGED 2008/04/01 12:31:56 thb 1.2.128.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1d22c0f7c9349f3674b71b34dec468adbc6f66e]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:57:47 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3da1d14f329f27cc0568f9faf3142863f4a2836]

        INTEGRATION: CWS changefileheader (1.5.1038); FILE MERGED 2008/03/28 15:55:30 rt 1.5.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3e1e63992e6cf029119d1459eea96ef86668dc4]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:22:25 thb 1.4.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ec4d3a4ebe509cce892d5e6f36affd65697b3e6]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:49 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d81467ab6068b5e46694b19042608bffd75cdee4]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 12:31:56 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 15:52:51 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb44eb1ff3cfa73c6648e9c2bdc40c65eccb3936]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/03/31 16:55:45 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c21d6f5666bcf9b7f3110e877e557d32721c7069]

        INTEGRATION: CWS changefileheader (1.2.334); FILE MERGED 2008/03/28 15:55:30 rt 1.2.334.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cb66d1152ff348959300ba8e3c99aaaf2ff137b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:51 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb9415ac8b593d66246f1e63ae0f1f623cb89241]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 12:32:15 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a11cdc95ee73fca17fa46e038369423b56a25408]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/03/31 13:28:10 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3d11b2de2411f0a700b49b736eeb70d6d71686e]

        INTEGRATION: CWS changefileheader (1.104.12); FILE MERGED 2008/03/28 15:55:29 rt 1.104.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ae58c897e1ec988ac8b61cd665588aa2a797d91]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:57:47 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35232e8766f4e435335aa78e1533a0ef0fe80752]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:41:49 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fac0b901fb6938555b26ccfaee4c6c7b924a40ac]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb8f9de713ae3c0512ed43e95d1e80dd0ce84e8c]

        INTEGRATION: CWS changefileheader (1.7.98); FILE MERGED 2008/04/01 15:22:25 thb 1.7.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.7.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.7.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [891c12c31928464eb61cae7ca8192097985967af]

        INTEGRATION: CWS changefileheader (1.16.240); FILE MERGED 2008/04/01 15:57:47 thb 1.16.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:42 thb 1.16.240.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.16.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b62dc14ce65e01d20ac43b9c2fd6862f132e226e]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/03/28 16:41:49 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9b73875c294294a9f797d8c48b5bf7d15040d7d]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:28:10 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a88e3af4176efd688fd631cd55c1d2beb87fdf70]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:50 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cf3ce3a8c3d53048ea9cf7b576a02e0b520f401]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/04/01 12:32:15 thb 1.12.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fd94b23a2563e19d6086d00048af9371aab7661]

        INTEGRATION: CWS changefileheader (1.2.408); FILE MERGED 2008/03/28 15:55:29 rt 1.2.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a4c573483b37986d18f0683cdd69e22ff52c964]

        INTEGRATION: CWS changefileheader (1.83.50); FILE MERGED 2008/04/01 15:22:25 thb 1.83.50.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.83.50.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.83.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bfd58dd96c47fef022568851fd74584765f3389]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:49 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [717528c6a4e4f1b0e20a406be5e0b617a0fa3143]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:28:10 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb9d9ce1baae07d79ce541e8c18e968bc283ef99]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 15:55:29 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [149114e62d663f9f9f291d56b8f69157260a5375]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:28:10 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [847622a2931910a9fd84114233c8df52ce886cf8]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 15:55:29 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5093fe5a1c5de94cc2471e7980778847d5e26c9]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:49 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbc3ff8e68acf69066b73110a49767badbfaad8a]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:55:45 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2a6c28327d4197b113f37ad1fc50eddd7fbb648]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:28:09 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2d417f935e57a785be96edb46e575877dd92a3f]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/04/01 15:57:47 thb 1.17.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:42 thb 1.17.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c8f666825f30b4ab7ece9e853ed4dcea5c0bfc4]

        INTEGRATION: CWS changefileheader (1.16.320); FILE MERGED 2008/03/28 15:55:28 rt 1.16.320.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f3d26a76e8cd81cac5490435173c61e437cd42d]

        INTEGRATION: CWS changefileheader (1.15.54); FILE MERGED 2008/04/01 15:22:25 thb 1.15.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.15.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.15.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [390c3fb5d28e85ea9e1aba5c53898cf840c60a7a]

        INTEGRATION: CWS changefileheader (1.5.258); FILE MERGED 2008/03/31 13:28:09 rt 1.5.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf0d01f1f2ba863da9d373141f376ed96947a1e0]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/03/31 15:52:51 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cda6c2422060c9bfc083fc084f586c90991d607]

        INTEGRATION: CWS changefileheader (1.3.178); FILE MERGED 2008/03/28 15:55:28 rt 1.3.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9eb33c48d39b6d10e503afe749d4730e974ffd49]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:49 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab80b3ba99a286e188b6c131d332fcc73aeb520c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:49 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf305b359d259935fd6e03cecb67fc200b1e0d90]

        INTEGRATION: CWS changefileheader (1.29.56); FILE MERGED 2008/04/01 15:22:25 thb 1.29.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:15 thb 1.29.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.29.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ea25310c7ad2c6c617969af89783ef710f45148]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:28 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5bb4d149dc3edac79f9a3c35bcc1ee40cba7104]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:57:47 thb 1.13.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:42 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07f28088374443c62aefbdef840a83e40e13db48]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:28:09 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c95d532aedd136718b116957fcd5a7b39eef54]

        INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED 2008/03/31 15:52:51 rt 1.6.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae1f7fed150cf2a6ec9e152993d23be06f06d8f3]

        INTEGRATION: CWS changefileheader (1.16.56); FILE MERGED 2008/04/01 12:32:14 thb 1.16.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.16.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aea63fbe57a3cf3007da035cc84ddc6d8f62c6dc]

        INTEGRATION: CWS changefileheader (1.3.626); FILE MERGED 2008/03/28 15:55:27 rt 1.3.626.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f12d9741855b59ea81735f98039c2eb62d1af314]

        INTEGRATION: CWS changefileheader (1.5.656); FILE MERGED 2008/04/01 15:57:47 thb 1.5.656.2: #i85898# Stripping all external header guards 2008/03/31 16:55:45 rt 1.5.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96a7ca83f597c3b9600b936a5f3f81bc0497b3a4]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:50 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab46daf36de715891a40bce6609998bd3f4ec1d]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:28:09 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56dbe0f8389d4c4fd07a5cb723f2afe0409da425]

        INTEGRATION: CWS changefileheader (1.27.432); FILE MERGED 2008/03/28 15:55:27 rt 1.27.432.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e66252f9d85b15a4f9a4f2f4ffc3e0ccae99e26]

        INTEGRATION: CWS changefileheader (1.112.6); FILE MERGED 2008/04/01 15:22:25 thb 1.112.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:14 thb 1.112.6.2: #i85898# Stripping all external header guards 2008/03/31 16:19:10 rt 1.112.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9592d5426c7845620ef1efd54d6af88b427a7549]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:49 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ed68ae050978c731cc63451dc5fcb106b0c0b2e]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:49 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39f49e2a2552f234044aba7f0d1b6f6fd39b6782]

        INTEGRATION: CWS changefileheader (1.10.258); FILE MERGED 2008/03/31 13:28:09 rt 1.10.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9502c29e04b0761dc7b7121b5723637c957cf02a]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/31 15:52:50 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6160e3bc61682616569b0f67c6d87680bc5bc195]

        INTEGRATION: CWS changefileheader (1.5.1038); FILE MERGED 2008/03/28 15:55:26 rt 1.5.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [656460362a95aa2d574ceadc7cd51908fbd7eb7c]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 12:32:14 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93f93b4499348c7b2cba11f1ac8f7820a14ba982]

        INTEGRATION: CWS changefileheader (1.17.354); FILE MERGED 2008/04/01 15:57:46 thb 1.17.354.3: #i85898# Stripping all external header guards 2008/04/01 12:54:42 thb 1.17.354.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.17.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36fce2c388c8bba0ad7f40d3a51a9dde7c1bc355]

        INTEGRATION: CWS changefileheader (1.17.66); FILE MERGED 2008/03/31 16:19:09 rt 1.17.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a817f98397f429aa3c3196eda30cd595fa9e0d7c]

        INTEGRATION: CWS changefileheader (1.39.58); FILE MERGED 2008/04/01 15:57:46 thb 1.39.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.39.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.39.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5371fbf60f124ceae6d76de4dee105ac9c1de2fa]

        INTEGRATION: CWS changefileheader (1.39.56); FILE MERGED 2008/04/01 15:22:24 thb 1.39.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:14 thb 1.39.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.39.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d010846e37b5647f5bc7f850194072c527942d4]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 15:55:26 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b3334ecdb435d1a6bc600cc13a4ef40da5f527b]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:57:46 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f30884a05068bc6b1c758cac1a047b2db94a0e8b]

        INTEGRATION: CWS changefileheader (1.47.14); FILE MERGED 2008/04/01 15:22:24 thb 1.47.14.3: #i85898# Stripping all external header guards 2008/04/01 12:32:14 thb 1.47.14.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.47.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9272cc70f43374d6531a4c10270c3090a6e51b12]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:49 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41ef059d217b4d99189ef93fb656bb91d7bee1dc]

        INTEGRATION: CWS changefileheader (1.7.1038); FILE MERGED 2008/03/28 15:55:26 rt 1.7.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe09f91a66e11b57e6bfbd4bfef9a006e61a05d3]

        INTEGRATION: CWS changefileheader (1.5.308); FILE MERGED 2008/03/31 13:28:09 rt 1.5.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb574eda96a9153a658f4a7ea79270811ebb02e0]

        INTEGRATION: CWS changefileheader (1.48.56); FILE MERGED 2008/04/01 15:57:46 thb 1.48.56.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.48.56.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.48.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80254b1f0d6de01f496f96ebed3a9abff34e4740]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 15:52:49 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e4966f652ebbb3e916164ef48db2e14614e53b]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/04/01 12:32:14 thb 1.13.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e55aacffea19fbe5fc2f12b0728701911fabd7f9]

        INTEGRATION: CWS changefileheader (1.3.1038); FILE MERGED 2008/03/28 15:55:26 rt 1.3.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [776515b4b7e1b75d6e67ec99745addbb08c8030f]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:48 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb7b607f45ce76b1cfe0848d09af01d765639596]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:28:09 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [072ca2dd3a314c6e28bb0c12b61e8c35689ca637]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 12:54:41 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cfd67fd3a16ae30ef8df0a071f7fc000fef6ae3]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 15:22:24 thb 1.5.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:14 thb 1.5.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbe27c3efe18aa050e84ae5be2156940805e3e57]

        INTEGRATION: CWS changefileheader (1.7.76); FILE MERGED 2008/03/31 15:52:49 rt 1.7.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55dd4b1e1956bbb14a01892aa9cb4b7863592378]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:49 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b52a1b343f81a9dd270cbad7fdc153a68979acd]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:41:48 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e905dbb7b559092f5570fde91870a8596369b99]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:57:45 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [795586aaf920bddace85faf3bc9a4d40e2d16c6c]

        INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/04/01 15:22:24 thb 1.13.2.3: #i85898# Stripping all external header guards 2008/04/01 12:32:14 thb 1.13.2.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.13.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dea03a9cde97c0ac9c76d5c77dc753114df6ad85]

        INTEGRATION: CWS changefileheader (1.125.128); FILE MERGED 2008/03/28 15:55:25 rt 1.125.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fba621b77f6e92b4a07d0180d761fcd9b9021015]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 13:28:09 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1416894fb6b3677250f6e637a5e00a855b89494c]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:48 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5585f792156851227218529a0fe72c0ba64213c9]

        INTEGRATION: CWS changefileheader (1.19.188); FILE MERGED 2008/04/01 15:57:45 thb 1.19.188.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.19.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [578faeac883a95bdbe78262e07774e85409fc0af]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 12:32:14 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e65edb66ac78f52a92a741275a90294a56b13cc]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/04/01 12:31:56 thb 1.4.52.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a329b7b120588b6ee4c229034b11d5307ecf80d6]

        INTEGRATION: CWS changefileheader (1.5.480); FILE MERGED 2008/03/28 15:55:25 rt 1.5.480.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8e2feb941de0eb71cd60b51532615e71c664c5c]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:48 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8972e4411d3468e4a0e47089daf97fc45fdbeee8]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:57:45 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d49b431a518e96e9bf46d59be45b921320cf1861]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/04/01 12:32:14 thb 1.3.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f9328d1fb6e6a958441215022dcdd6fe8b3d72d]

        INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/04/01 12:31:56 thb 1.8.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9890d0ce1c085c86d5f42d193f7a258ebf417e16]

        INTEGRATION: CWS changefileheader (1.34.80); FILE MERGED 2008/03/28 15:55:25 rt 1.34.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12cba371b488de0992777b631977e8d2d046ed49]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/31 13:28:09 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d227ef07d2ae1b8152928b09af7b9cc6a8a4d308]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:57:45 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e7159c65a33223c007a03a733c279ca5027af9d]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 15:22:24 thb 1.5.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:13 thb 1.5.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e24f220e280dac8e135b24e55bbf048c25d7b27]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 12:31:56 thb 1.5.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42e8ab2b85183d80c14cb072d7ef4580afbd402b]

        INTEGRATION: CWS changefileheader (1.12.456); FILE MERGED 2008/03/28 15:55:25 rt 1.12.456.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7b523c93e6a67859b5da3e6e5f6d23c1459fd92]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:48 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11693343f34f736dcdc596689f103def83dd5e03]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:28:09 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05c851505275c2df6ea820330a6f96eb354daea5]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:55:32 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32b938878d6676ea61e6e7b36cef9b490ee544d3]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 15:22:24 thb 1.8.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:13 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cb63f146c2ac3798443c0c2f21dbfd460d8d6bb]

        INTEGRATION: CWS changefileheader (1.24.438); FILE MERGED 2008/03/28 15:55:25 rt 1.24.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f34e1b2cbb118e2cf72f93c3028d393998cd6e00]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/04/01 12:32:13 thb 1.6.2.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9f71d77d58777ea3ed877ce7420ec7f1c11447]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 12:54:41 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1125ead77b3e499dd237c8571feeff9ccbe021f9]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:48 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4f555281c5d70ac1eafb51ff96b13c6b3d128d4]

        INTEGRATION: CWS changefileheader (1.6.156); FILE MERGED 2008/03/28 15:55:25 rt 1.6.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ca8ee1e39bf68306113e7efb6c1c1f2fefc9d3f]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:48 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a34456321c3bb6751ff94c1e7fd6cc3241a8359]

        INTEGRATION: CWS changefileheader (1.14.56); FILE MERGED 2008/04/01 12:32:13 thb 1.14.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.14.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6372d0891b01503d5d2746eef49e9776e6c51ea4]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/04/01 15:57:44 thb 1.17.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.17.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbb80992078db0c07a3a0c3cf22195de2883b6d5]

        INTEGRATION: CWS changefileheader (1.2.48); FILE MERGED 2008/03/28 15:55:24 rt 1.2.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b83afee0baf0bbdc9d6c18555a2899ed9d3e116]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:48 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4514d5af0a0c8f26c7749c946ea574fb15d924b]

        INTEGRATION: CWS changefileheader (1.97.84); FILE MERGED 2008/03/31 13:28:08 rt 1.97.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ee5b665040844b4bb92c995ea787937a7768773]

        INTEGRATION: CWS changefileheader (1.9.98); FILE MERGED 2008/04/01 15:22:24 thb 1.9.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:13 thb 1.9.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.9.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4808daa1eb6ad17a74132305ef6a4ee06bb3923a]

        INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/04/01 15:57:44 thb 1.26.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.26.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.26.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13ca8f866e43225ebdf8bea4cb526fe5e6022de6]

        INTEGRATION: CWS changefileheader (1.17.476); FILE MERGED 2008/04/03 10:14:53 rt 1.17.476.3: #i87791# Grep for LGPL 2.1 license header. Production version. 2008/04/03 08:23:24 rt 1.17.476.2: #i87791# Grep for LGPL 2.1 license header. First test version, including benchmark code to analyze time overhead. 2008/03/28 15:55:24 rt 1.17.476.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f79e763bfc6dc11c274b3d1559f32696fc351ed]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e203e67f1cfe2953eb958be072c03cc0ed51c4bb]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/03/31 13:28:08 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59ec4eef3f310d0877c4d0408eac274b30ef0ae5]

        INTEGRATION: CWS changefileheader (1.21.56); FILE MERGED 2008/04/01 15:22:24 thb 1.21.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:13 thb 1.21.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.21.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f0d0a5d8618a903ef4e3b3f21580619231324dc]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 15:52:48 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [510955f50c90f7288a02f14cd6c0ac678a04b403]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:57:44 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:32 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e75e3fd8b9c014019dd1ae4fe78529976fab285e]

        INTEGRATION: CWS changefileheader (1.5.1038); FILE MERGED 2008/03/28 15:55:24 rt 1.5.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f09779de687c7bc97d92d5f375e1ac87cf5730f]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:47 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d9f2a3dda98466077af06d3732d8ec332278a2]

        INTEGRATION: CWS changefileheader (1.15.56); FILE MERGED 2008/04/01 12:32:13 thb 1.15.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.15.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4d7b7e7ed74ac380d2643377dd921d667df3997]

        INTEGRATION: CWS changefileheader (1.28.242); FILE MERGED 2008/04/01 15:57:44 thb 1.28.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:41 thb 1.28.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.28.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [668bce0367f45b9060779d775ae0a2c558f67fa3]

        INTEGRATION: CWS changefileheader (1.8.980); FILE MERGED 2008/03/28 15:55:24 rt 1.8.980.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b4d18e446f5046e87c3fad0a3381de7c2e6f3e7]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/04/01 12:32:13 thb 1.12.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:09 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f39ec9e13057a7a3724bce6240ee1b767168c7c1]

        INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/03/31 15:52:48 rt 1.4.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5331afb72f430a40d6a807b61a58173b469ec330]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 12:54:40 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4904f2cc54c65cecc9d4c722bc5bebc2c589955d]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:47 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0edb7c25e18c9f8508c24ea12852bf45c5551e1]

        INTEGRATION: CWS changefileheader (1.2.544); FILE MERGED 2008/03/28 15:55:24 rt 1.2.544.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e01692566a84788d84c9b7462fab14219a774f74]

        INTEGRATION: CWS changefileheader (1.14.56); FILE MERGED 2008/04/01 12:32:13 thb 1.14.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.14.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1db598f2e6475d8f0a38c4863dc09d943aad1aa9]

        INTEGRATION: CWS changefileheader (1.7.328); FILE MERGED 2008/03/31 13:28:07 rt 1.7.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73d9892b177841ec377d6ee3ef62f42706e81c03]

        INTEGRATION: CWS changefileheader (1.25.36); FILE MERGED 2008/04/01 15:57:44 thb 1.25.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.25.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.25.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e347aa71b94c68caf01f4d4b7e8466e21baaf7f2]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:41:47 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daa31951b7aa234d5a74266f62f88cd9bf79bdae]

        INTEGRATION: CWS changefileheader (1.4.1038); FILE MERGED 2008/03/28 15:55:24 rt 1.4.1038.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdf8551cd96e8d3c8377da39889f494bd2101ca4]

        INTEGRATION: CWS changefileheader (1.19.54); FILE MERGED 2008/03/31 13:28:07 rt 1.19.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcd388ab0fb28c3a90c0295615319778c61af015]

        INTEGRATION: CWS changefileheader (1.20.56); FILE MERGED 2008/04/01 12:32:13 thb 1.20.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.20.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a331319d8069e4253b2d26c4a8a59eec49217a7]

        INTEGRATION: CWS changefileheader (1.24.36); FILE MERGED 2008/04/01 15:57:43 thb 1.24.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.24.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.24.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e053cb7ae27e66f5eeab0ac1bd396f086b796bd]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:48 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce321c244413b49610b15df1203d404e3150fb7]

        INTEGRATION: CWS changefileheader (1.3.32); FILE MERGED 2008/03/28 15:55:23 rt 1.3.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ee818163ba8c99dfdedea2dcacfccde81720ba2]

        INTEGRATION: CWS changefileheader (1.5.258); FILE MERGED 2008/03/31 13:28:07 rt 1.5.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [264a716e5fb3fbd24a146fd583102b9f8d8da127]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 15:52:47 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [051c5d78eab4bef352e20c8221e030fc826cb39a]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:57:43 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11e001c1decb3f4643fd1082e09af9331e9e68fd]

        INTEGRATION: CWS changefileheader (1.8.766); FILE MERGED 2008/04/02 10:34:29 rt 1.8.766.2: *** empty log message *** 2008/03/28 15:55:23 rt 1.8.766.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee25b721eb7858dc064ce059e191c76aca79a24f]

        INTEGRATION: CWS changefileheader (1.19.256); FILE MERGED 2008/03/31 13:28:07 rt 1.19.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08db6d0b47ee52a731159f385a18ab67b186a1d9]

        INTEGRATION: CWS changefileheader (1.22.34); FILE MERGED 2008/04/01 15:57:43 thb 1.22.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.22.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.22.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4adee856b543735076a78fe6fe5fb41186f79660]

        INTEGRATION: CWS changefileheader (1.3.222); FILE MERGED 2008/03/28 15:55:23 rt 1.3.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25ec91892ba554b5b356956fe9c9b7226b31266c]

        INTEGRATION: CWS changefileheader (1.8.178); FILE MERGED 2008/03/31 13:28:07 rt 1.8.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f29f68722755fd6669318b96d03aa1a635c8062f]

        INTEGRATION: CWS changefileheader (1.15.54); FILE MERGED 2008/04/01 15:22:23 thb 1.15.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.15.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.15.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b0818c53c66499cdae44d650f58a421d6019668]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:55:31 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c7ea087800dd23cbc8af691221835538ba77d30]

        INTEGRATION: CWS changefileheader (1.163.158); FILE MERGED 2008/03/28 15:55:23 rt 1.163.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [222f795a6a848d9e179b255289b27cca6e53dc2c]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/03/31 13:28:07 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d148f5392ebcc4aa5fee2b96d066ecf0917225]

        INTEGRATION: CWS changefileheader (1.30.30); FILE MERGED 2008/04/01 15:22:23 thb 1.30.30.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.30.30.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.30.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca1d5c9e99f4e8e14c882f2dfe56169aaf35e87]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:57:43 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60488a25ddf6af5c35751a91b5bee8b7083acee4]

        INTEGRATION: CWS changefileheader (1.7.402); FILE MERGED 2008/03/28 15:55:23 rt 1.7.402.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2a0fc823a47ef7cc077c4094683d815a6ffa521]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:22:23 thb 1.4.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf7a29f39d64b8383f4f4b73aecfb92f0a6bd0f0]

        INTEGRATION: CWS changefileheader (1.7.434); FILE MERGED 2008/03/31 13:28:07 rt 1.7.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5622d73daf2e846398f829cc96204a108de9b485]

        INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/04/01 12:32:12 thb 1.9.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.9.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3a8d6707045e004140d53cecdd4733954d4de48]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:49:48 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f350d55f7d1a71f2f82d1799318f094a384ad0de]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:46 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b317bb1afadd3b94d4769ff0b5be0d6826dd4160]

        INTEGRATION: CWS changefileheader (1.11.258); FILE MERGED 2008/03/31 13:28:07 rt 1.11.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0a35817dda16bdbd1873ff4e55cc9cff483c7f9]

        INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED 2008/03/31 15:52:47 rt 1.6.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67233a6a28af57cafb5cf45bc57189dd7afa7869]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:41:46 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a6b65a92a551084a1e5e9427490d0b2d625141e]

        INTEGRATION: CWS changefileheader (1.30.258); FILE MERGED 2008/03/31 13:28:07 rt 1.30.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b56d6f388a965ba78032cee9eaa8bdbf94a6c3c]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 15:22:23 thb 1.3.90.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df92c0fdaebeb2c245c14e02854951bb07066e26]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:47 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d754cfa47996f279bba97d4659f32b709bcaad99]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/31 13:05:17 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f23ac4a6afedb6814511025d93dbfb59650b09d9]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:55:31 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3514b064614c13dc64efcbfae21fa1a4fad16c1f]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:41:46 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2935edbe965f359efcd3b4b0c9179673c5416e52]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 15:22:23 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8019c325520cf26f9a8ffce4dacc7fbf0a5216ea]

        INTEGRATION: CWS changefileheader (1.8.176); FILE MERGED 2008/03/31 13:28:07 rt 1.8.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9d532af893ef6f95e84c8b63e3c1e81da216764]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:05:17 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0ac8c8e690469f38339398ff8e880f4cf2d2f67]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:41:46 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6e8a91c0bef7f3d2441dec8991e98e1e1095efd]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/31 13:05:17 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0de4022e0a025e17c4b93167af8104fd8098cc50]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/03/31 13:28:07 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00affc1d158f8e0f6e021a5a54e5276a3cdbb96d]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:57:43 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3070c46104b7bae06566d49c187babf8790568c]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/04/01 15:22:23 thb 1.7.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.7.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f77d59b5177af0fca22a2ac63c69df2e62cb4f44]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 13:05:17 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c66a1ad83201da8e2c21e17ed7088d0359a8856b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6850b42d24c65fdc94c622436d9d0c05f369cd6]

        INTEGRATION: CWS changefileheader (1.117.12); FILE MERGED 2008/03/31 13:28:07 rt 1.117.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6c8f7f2bbd38009ee65a5a702d5c2d4b34c0382]

        INTEGRATION: CWS changefileheader (1.27.242); FILE MERGED 2008/04/01 15:57:43 thb 1.27.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.27.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.27.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4648c85733ae756694a8005017632467478b355d]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 13:05:17 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [649d4a0fc1f12cc22ffc7fd4eb589ac61d7bf290]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6f23b9de1e644a61ebb17c8094dc2f0be926e35]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:46 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6961bba16518a883c506df2270c4377003dfa44f]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 13:05:17 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [939272b21a85a1a07499b76301ffa2651d736a24]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:49:46 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f55c4519bb35edf132a9e95f22917ec4b2841af]

        INTEGRATION: CWS changefileheader (1.4.158); FILE MERGED 2008/03/31 15:52:47 rt 1.4.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c0386f14f119691e6a174268cc47dcb90ee4b73]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:46 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95d52d73bf0cff5c6a034281a88c09a5542f5d82]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/03/31 13:05:16 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7418fd811592d0de771df677918a25086b20d48b]

        INTEGRATION: CWS changefileheader (1.22.6); FILE MERGED 2008/04/01 15:22:23 thb 1.22.6.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.22.6.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.22.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4326df944165ab9cfaa385cc40fa30af3183b48]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/03/31 13:05:16 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46bd1a4cc6833046ff4208c6f339c869e52a17eb]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/03/31 13:28:07 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84cc25786da8583c757fdd9a2ec01d728fed16d0]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:45 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0a46dc3e7042fc506f0bb198d6206017d36d8ff]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 13:05:16 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [513162b6298fd23505fc853829ad544c1eefa59b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:45 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3de10427235e069836206d05eaac8fefa00866e1]

        INTEGRATION: CWS changefileheader (1.58.84); FILE MERGED 2008/03/31 13:28:06 rt 1.58.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af45e936f1fcec50700c9db5866fb805d18fec20]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/04/01 15:57:43 thb 1.13.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.13.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00bb4afed8b4ced553aaf4f0d48c84b580bb107]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:42 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c79aa7b8a3dc0b206d0170ad3d35180ed55c90ac]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/31 13:05:16 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8eb910b592899bfc3dc19b32163b57fa4da41253]

        INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED 2008/03/31 15:52:46 rt 1.6.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e17a6a61f14a3ad65a22205ce54201851b60a794]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:45 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e1f7f150a28ceb0044f41a877f64579fa352b8]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:42 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f660cfe2c11b76e82e1b7efec0f31e3bc7109f32]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/04/01 12:31:56 thb 1.5.90.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfdadce9f7618f5d51729a86057584bf51445b2f]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/31 13:05:16 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbc16193753083f3125f3790ebcc0e71ae3bd391]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 12:31:55 thb 1.5.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f161a7af18866d13b31c8c101bbeb64e1cb66699]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/04/01 15:57:43 thb 1.3.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35a289f5d0de8bccc2e431579b5c639611a77343]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/04/01 12:32:12 thb 1.5.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:08 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dd973f4f34729b15fc7eae44d07c565f699481f]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/31 13:05:16 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4470baa795381461e85e969475479be355ef7c]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:42 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [171f7a6a4cf027379d6e169989a26353aa672ec6]

        INTEGRATION: CWS changefileheader (1.16.58); FILE MERGED 2008/04/01 15:57:43 thb 1.16.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:40 thb 1.16.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.16.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c59622d66cbaf6bf3a804dac3c2e9fbe385a4d6]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 15:22:22 thb 1.6.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d2b522219eadaf8a95881bf3cf1054537e0599e]

        INTEGRATION: CWS changefileheader (1.3.376); FILE MERGED 2008/04/01 12:31:55 thb 1.3.376.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0108042e288b8c0c1dfde3ea3547a900af1dea5c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:42 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49b069c9dc213dcfb0ff8d998977256e03713106]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/03/31 13:28:06 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49873926ca745a81ebdd5c2b5abc1f793717df19]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:41 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce0bab4783ab25add85fe257a9af31a1a69d883b]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 16:49:42 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16a07b349a73eb43c8abedad22615ea4908e90a0]

        INTEGRATION: CWS changefileheader (1.3.30); FILE MERGED 2008/04/01 15:22:22 thb 1.3.30.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.3.30.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.3.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18c1fc9fbfc5d65f598f5574a1f37e3d356b632d]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:05:16 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1570f673549b7d919fd61a7b8f5c65746c5d9b5c]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/04/01 12:31:55 thb 1.6.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [878a77d292d0c8b52253ec8f3adfd9f894eb40cd]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 15:33:15 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ad835e07be98e99417ac2fc8248f9e3032a57e6]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:41 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8549f354b5f026607426ede02fa8f051d80684a]

        INTEGRATION: CWS changefileheader (1.19.120); FILE MERGED 2008/04/01 15:57:43 thb 1.19.120.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.19.120.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.19.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08cb66d8f915d562669a2605165e5c5109d729d7]

        INTEGRATION: CWS changefileheader (1.4.30); FILE MERGED 2008/04/01 15:22:22 thb 1.4.30.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.4.30.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.4.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95c86e341a5f5b99a594d3d006a2b896f6bb0a5f]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 15:33:14 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f19f453f65ae0d4aec652a4854b5d8b87033b5dc]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:49:41 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de2a6fc13a6fece6b18cfa9b6b61f906c85b343f]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/31 13:28:06 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63e382a9c51dadb1a16a2e61b81e1ae22f74463c]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:41 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16a1e17be2102ad078b16b8f5e7e961bfe9b100a]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 13:05:15 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3eb8606a590948225b0933b2ea2e39508fafd74]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/04/01 13:00:11 thb 1.2.26.2: #i85898# Stripping all external header guards 2008/03/31 15:33:14 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13eec72b0351ed999e5b6d4ce885bbdaf32ad8ca]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:28:06 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7173a8e3dba74d3d44a08ef1a2c29ea3e1ac223f]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/04/01 15:22:22 thb 1.5.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.5.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [205c8d5cb8c69cdab59adca05548254269e6a6c8]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:41 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcb2fafe46f020b1bf6cf5d184b4f4ff280b5ca9]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:41:41 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3371de7365b570c000eb5631d0e1172e6f63daa6]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 13:05:15 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927c80fadd990dcca1bb2415d11afc4ccb99d174]

        INTEGRATION: CWS changefileheader (1.61.96); FILE MERGED 2008/03/31 13:28:03 rt 1.61.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77cd40d4f2fcc633c1a8cf1c060261242dd28056]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/04/01 16:03:52 thb 1.2.26.2: #i85898# Stripping all external header guards 2008/03/31 15:33:14 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d75a19ff31afd0f05ba47e957511e54fa824d127]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:05:15 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d080a381f6400ec0106a8c2504e6836652d3c5af]

        INTEGRATION: CWS changefileheader (1.10.30); FILE MERGED 2008/04/01 15:22:22 thb 1.10.30.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.10.30.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.10.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [853262114e83e7c2f08d9b1c8110dda4664d5fb6]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:57:43 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb60e16bf418e9f504fb9331da35383af214a2d3]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:41 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63128b287e6f423ecf163ae335e35e86b519f28e]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:28:03 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29bf246cc616f02f1b6644eb536a3e47d95e127a]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:49:41 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [867c6f11431240cec0f8d882509b89559e201db2]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/31 16:19:07 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ca3f4cc531990968a8f91c09031b20bf745bef]

        INTEGRATION: CWS changefileheader (1.25.36); FILE MERGED 2008/04/01 15:57:42 thb 1.25.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.25.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.25.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7aa90f9f58745210d7de8c94c79812031662fde]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/31 16:49:41 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0b3e2bac93d5c6e34a9e7904a985161e0f8b5e7]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:40 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92f19a13011cbcb45368310495fa003ce41c079f]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:22:22 thb 1.3.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:12 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3e51af1fe4f1249736dd9dce06020700f2dfce8]

        INTEGRATION: CWS changefileheader (1.7.78); FILE MERGED 2008/04/01 16:03:52 thb 1.7.78.3: #i85898# Stripping all external header guards 2008/04/01 13:00:11 thb 1.7.78.2: #i85898# Stripping all external header guards 2008/03/31 15:33:14 rt 1.7.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adff446eaab170734597b2f8f4a53ed2e3afd71f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:40 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [960319c5737606d860be17bfb48d1dd0b13d64e1]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:41 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8f366f2ea688480882febebaf800d27ad818dfd]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/04/01 12:32:12 thb 1.4.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d68ba08c168714bf9721c008c7d6d09b1e24ad4]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/03/31 15:33:14 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7e34588c0f83b35414beb19db8e3fdb89a3373c]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/31 16:19:07 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [633d72147f34bbf7dcd50e9ca117c2877f9d5f7d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:40 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcccb35f10eac465e8cbf4413f197fbc0c9aa8ed]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:40 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [896b22e73b623b0ca8d2e82483fee275da621b33]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/04/01 15:22:22 thb 1.7.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.7.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ed0d1e410bb7aa45ee2e23fcd6fb9016fcf45a5]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/03/28 16:41:40 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12e77b57c93f99d30096331930d9de375b52306b]

        INTEGRATION: CWS changefileheader (1.2.24); FILE MERGED 2008/04/01 16:03:52 thb 1.2.24.2: #i85898# Stripping all external header guards 2008/03/31 15:33:14 rt 1.2.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64a4d46bc39b7c5d39ab39deca6c871c94cffa0c]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 15:22:22 thb 1.5.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f21225a41c0b64ce7050f8daa1b70a7e9ff491f]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 13:05:15 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06bb5ef2906b2b340c5b3b75f94ff493a699f9cd]

        INTEGRATION: CWS changefileheader (1.27.96); FILE MERGED 2008/03/31 13:28:03 rt 1.27.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e787030578a85dea834f02cf12d56ed4fd2f278]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/04/01 15:22:22 thb 1.6.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.6.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:07 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d757e467ececc6be8f76a05598fe69d9d4d5869a]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 16:03:52 thb 1.2.78.3: #i85898# Stripping all external header guards 2008/04/01 13:00:10 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 15:33:14 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aff29e0916ee148e30cd2c1e066e8a580a364179]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:40 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c602404459f623ee3498baf04ce8c1a022e43e2d]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 13:05:14 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43cc8f02004b2cee96b1945b8079336bbf25569]

        INTEGRATION: CWS changefileheader (1.15.58); FILE MERGED 2008/04/01 15:57:42 thb 1.15.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.15.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:31 rt 1.15.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a5190fb4ad6c514de0eb4229907ae1b0ab23e45]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:39 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e58da4ed35cb327c08ca73c5d08dfd42cf6a9fb0]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 15:33:14 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fab43fa22e083b87151de08ca224a61a676f52f2]

        INTEGRATION: CWS changefileheader (1.3.40); FILE MERGED 2008/03/31 13:05:14 rt 1.3.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e3b3dc3c1b2450b5281f7b5336a9d64f9150a3b]

        INTEGRATION: CWS changefileheader (1.39.36); FILE MERGED 2008/04/01 15:57:42 thb 1.39.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.39.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.39.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [692a6ab5525ae6672b7ce275ee33ca195b496160]

        INTEGRATION: CWS changefileheader (1.12.60); FILE MERGED 2008/03/31 15:33:14 rt 1.12.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [570384e62af5cb2080655e2baf19e6ed25a3dd67]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:41:39 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f4576c4341a53bd6c08d20409c91e492e49a8a1]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/04/01 15:22:22 thb 1.7.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.7.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7df982cc540e9076e8a965068a59b65163692d2b]

        INTEGRATION: CWS changefileheader (1.14.258); FILE MERGED 2008/03/31 13:28:03 rt 1.14.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bbceebec01f75dc1c3c3ab4c5519562258d1bfd]

        INTEGRATION: CWS changefileheader (1.41.60); FILE MERGED 2008/03/31 15:33:13 rt 1.41.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcc580da2107019af401a2cdf7ecf6d040000fb7]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:41:39 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2425a89cfb0a18d21ce0e64417d64eedc6ef2ee0]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/31 13:05:14 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28a2d72eea1ac210063e1481d2ee5b2e66a5ed95]

        INTEGRATION: CWS changefileheader (1.7.98); FILE MERGED 2008/04/01 15:22:21 thb 1.7.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.7.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e18634ef41b91c8f317e37f4500233c631697dc]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/04/01 16:03:52 thb 1.4.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df1b07ce7227da1bb0f57292b12637bfd24b575e]

        INTEGRATION: CWS changefileheader (1.51.12); FILE MERGED 2008/03/31 13:28:03 rt 1.51.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64121e1b93c0803880df67020b04ae9851f8552d]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:41:39 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a308b2a02bc4822aad751967f7e193f95438414e]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/03/31 13:05:14 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5505ed2b448c91d36ca1f82117bd89147ec16ada]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:40 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0491fbd3b0de74620ac015bc547add9836d19e9]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 15:33:13 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4077cfc0d0e021f803075e9d487bb129137de9bc]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 12:32:11 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [016bff40df4da44d0b1025031ac378963b01ea95]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/04/01 16:03:52 thb 1.6.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:10 thb 1.6.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe9fb006d98e131e43e381e40a973aabc49af803]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:38 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [934b98cddde6a1df1bab8d745cda03baafc40986]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:22:21 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27c2720396c2a66df4432c76ea5254f8bfd9f885]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 13:05:14 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57175117639ca91592bc2acc99a8dfa180d59407]

        INTEGRATION: CWS changefileheader (1.21.60); FILE MERGED 2008/03/31 15:33:13 rt 1.21.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e4d229063000aa313ca2bba5e72ee4ffe0d32b7]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:39 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d22a2988945186c074f7f11229a98d01d059d061]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/31 13:28:03 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b450c6e59fcb6ea20572f620aebc89ed7a76603f]

        INTEGRATION: CWS changefileheader (1.16.46); FILE MERGED 2008/04/01 15:22:21 thb 1.16.46.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.16.46.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.16.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4e998a693aa2e743c817598f4cd3533d5b6d183]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/04/01 16:03:51 thb 1.3.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e7989de8387e1b6ae7567ad572431645c4518ab]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 13:05:14 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88f8122e25dd68c224c341790759cd9701aa7352]

        INTEGRATION: CWS changefileheader (1.14.96); FILE MERGED 2008/03/31 13:28:03 rt 1.14.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e0a73423cba40882f953a64a755b3afc5e3106b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:39 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a00cce46d4d286c95a2084993e66a08708a3d839]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:41:38 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27d66f04a6ec4bb630e96715abb5b362c90d046e]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/31 15:33:13 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ca37714408c44f8a924fcd969aeb71a232b921b]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:57:42 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23f913bbacaf313fd338231a12b6c692220e891a]

        INTEGRATION: CWS changefileheader (1.7.98); FILE MERGED 2008/03/31 16:19:06 rt 1.7.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ebc1db8c880194845e58a7ff9839c732a38ccbf]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/28 16:41:38 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [943513971aeb8b4396816cbb4de730b747f3584a]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/04/01 16:03:51 thb 1.5.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:10 thb 1.5.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc773cae3c3a52413675c4ad1faa1ef0cc34c0de]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:22:21 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf31aab24c805ed21ec686f1aab4ceb2a5614315]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/03/31 15:33:13 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0525725dbea814487022138e1552fa73e36017f1]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 12:31:54 thb 1.5.98.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [170a5ff27844a12e78c5829af3e141d02bdee23b]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/03/31 16:55:30 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e779ca3bfa0cf6a77798cd6a19d32233357c9d5]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/04/01 15:22:21 thb 1.5.56.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.5.56.2: #i85898# Stripping all external header guards 2008/03/31 16:19:06 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a3aa15706a841a24aff4dcca1f7e7193ab5b30f]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:28:03 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9c1a2e80e2691efb03c9012828cde22e48000ce]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:41:38 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee33fdfe4725e684cc519c20ae4010de2b09161]

        INTEGRATION: CWS changefileheader (1.3.376); FILE MERGED 2008/04/01 12:31:54 thb 1.3.376.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f15f976e0efe636e19c22b979cd1e468ec83230]

        INTEGRATION: CWS changefileheader (1.41.38); FILE MERGED 2008/04/01 15:57:42 thb 1.41.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.41.38.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.41.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d140210930376e4af4a391e865135485b697c3a]

        INTEGRATION: CWS changefileheader (1.14.6); FILE MERGED 2008/03/31 16:19:06 rt 1.14.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f23a1c8b8941888a0393812e9937e34e42aaeab]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 13:28:03 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b47eef485279839880bb9cb55540822162598622]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:38 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b3469fd2613290bf109eaf9b9ed6cabc2715836]

        INTEGRATION: CWS changefileheader (1.11.6); FILE MERGED 2008/03/31 16:19:06 rt 1.11.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecf640229d6632f6d45676bde6c987bb9f07aa42]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:57:42 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:39 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d1f701996d210aaa4b0ec2aef6621b243c745fa]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/03/31 13:27:59 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c95f5c1be4f34c906a0403b0ced14c5ade524dde]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/04/01 16:03:51 thb 1.3.16.3: #i85898# Stripping all external header guards 2008/04/01 13:00:10 thb 1.3.16.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4a91307df7b0140f3bbb76b0a4cd7babdf06e8]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:46 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fa02a212532b39f28ef548deec7a4e3003fb027]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:05:13 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfcccc6c166bfe47920f9c7499c6281f46d06bf8]

        INTEGRATION: CWS changefileheader (1.4.32); FILE MERGED 2008/03/31 16:19:06 rt 1.4.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d3c769aca6d0e338efa4e5bf2d4af8c424e7a32]

        INTEGRATION: CWS changefileheader (1.54.12); FILE MERGED 2008/04/01 15:57:42 thb 1.54.12.3: #i85898# Stripping all external header guards 2008/04/01 12:54:38 thb 1.54.12.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.54.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7a36d7af2ca789ab8d4bb631cbfb6040a4f46ed]

        INTEGRATION: CWS changefileheader (1.49.96); FILE MERGED 2008/03/31 13:27:59 rt 1.49.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb38320c9a52103250eee89ab01e2ba8983523f7]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:37 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d02c02a674d48d2719ceb48e22b608b00b87632]

        INTEGRATION: CWS changefileheader (1.10.60); FILE MERGED 2008/03/31 15:33:13 rt 1.10.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ed6d2ecf1500015e2c689a22795cea28525b47f]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/31 15:52:46 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [865dd229512124fd87497b92767667b0bb7208c1]

        INTEGRATION: CWS changefileheader (1.2.40); FILE MERGED 2008/03/31 13:05:13 rt 1.2.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [597d945d1cac1846aa3b3e885b56b5ba31a6c849]

        INTEGRATION: CWS changefileheader (1.11.656); FILE MERGED 2008/03/31 16:55:30 rt 1.11.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd758cdf537e5b25005fc0eb15ae7fe5dcbf4f08]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:37 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f12259e7dd30a16b7789cce9e1f7ded783bef71a]

        INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/31 16:19:06 rt 1.2.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b690c99c21ab33837719cfedaf9ac9313445779]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/31 13:27:59 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1e61a00d37762a1a2a5fa3f1ca555ffc9985251]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 16:03:51 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:13 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86919684087f9ef33c6ed63be3ed2e367f176db8]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:41:37 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e41afcbca53e44f540e040c54e58b46bb0fc6bc4]

        INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/03/31 13:27:59 rt 1.6.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ced54a26313366bd8162301bf248942ddcbe0050]

        INTEGRATION: CWS changefileheader (1.2.56); FILE MERGED 2008/03/31 16:19:05 rt 1.2.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [752e6fcbd89daef0fd46b71927d881b5cf47168a]

        INTEGRATION: CWS changefileheader (1.57.14); FILE MERGED 2008/04/01 15:57:41 thb 1.57.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:38 thb 1.57.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.57.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [593185dc09b1a568a0818d2d604206fd67003b2c]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/03/31 15:33:12 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf50f30a7f269136194c4d7f59e850c1ca3d8d29]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 13:04:49 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee6c2009efa4a050eebe57ded91e014db5e6118e]

        INTEGRATION: CWS changefileheader (1.16.96); FILE MERGED 2008/03/31 13:27:59 rt 1.16.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8345a0aabe7cd1671b67c41501f8dceefa169d8]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:41:37 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18ff2de3ffabdba05bfe5d0d1bb729bb2212cdf9]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 15:57:41 thb 1.8.718.3: #i85898# Stripping all external header guards 2008/04/01 12:54:38 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3aef60c3e63f41e27d902ee4c2fcf637e20dea6]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 16:03:51 thb 1.4.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:09 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:12 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81fdb8888b14accae02e73fb330909b84cba005e]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:04:49 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [787a064e085339011bae36283487200a61fba4c9]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:49:39 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a1cc1c4b3ba7a286409a355d9f49ea4158e4b3e]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:37 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3729d5f4c0533d21aebebaa596f273d73216e73c]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/04/01 12:32:11 thb 1.4.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72f3106a8923fe7c5c7dc3bda8165c3944fe7b57]

        INTEGRATION: CWS changefileheader (1.115.12); FILE MERGED 2008/03/31 13:27:59 rt 1.115.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a40f71ff1568cb23421177ff733acda913fed43]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 12:54:38 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:55:30 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [188921d7646042b17b2a9dab745f469e77f8d28e]

        INTEGRATION: CWS changefileheader (1.11.60); FILE MERGED 2008/03/31 15:33:12 rt 1.11.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfbc63faef77c9557925b720f4bfce1400507b9c]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/04/01 12:31:54 thb 1.4.296.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ede1f9b2510946160e975a2db10d59ef640a570]

        INTEGRATION: CWS changefileheader (1.17.128); FILE MERGED 2008/03/31 13:27:59 rt 1.17.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef37c3dc2885cf41eade2e58363b6f8a89dba824]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:37 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4005d0fe25b67bc9211d209d608b3a0b3fdd4408]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:22:21 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc3c308da6e2b8c1f131efe26748384519538b91]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:57:41 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:38 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [530731e8e4a45c01123a1b003e62737e6bac6751]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 16:03:51 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:12 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [242fd84e3caa0835da45bda63a92bc08739f01db]

        INTEGRATION: CWS changefileheader (1.98.84); FILE MERGED 2008/03/31 13:27:58 rt 1.98.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ef563e4dc6c196746544107fe58da40a733bdad]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:41:37 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdaa78c01392231aec806f820beab3014848e835]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 16:19:05 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1061fdd0009761ae308a92fa6437c978eb618dfe]

        INTEGRATION: CWS changefileheader (1.28.108); FILE MERGED 2008/04/01 15:57:41 thb 1.28.108.3: #i85898# Stripping all external header guards 2008/04/01 12:54:38 thb 1.28.108.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.28.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28e7ccee1b2596619b41f5e6fc741416b2b6a722]

        INTEGRATION: CWS changefileheader (1.5.188); FILE MERGED 2008/03/31 15:52:45 rt 1.5.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9f512759b88728ef53799b286f3b58f3b997170]

        INTEGRATION: CWS changefileheader (1.16.162); FILE MERGED 2008/03/31 13:27:58 rt 1.16.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20203b79a20b0ba4a10c6834a241e5e43dd6c38e]

        INTEGRATION: CWS changefileheader (1.37.54); FILE MERGED 2008/04/01 15:22:21 thb 1.37.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.37.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.37.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73b6742b54a5105306eee531b3a3d131b89b64fb]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:41:37 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f33545e799582cbf425803dba665f20c5e1eb376]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:55:29 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6ed324dd8e082be3caa73444dc7d1768e171d9d]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 16:03:51 thb 1.3.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:09 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:12 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b1dd81a7b237817f5724ffcdc2e015b7c7e9e7d]

        INTEGRATION: CWS changefileheader (1.6.188); FILE MERGED 2008/03/31 15:52:45 rt 1.6.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ebfd4aa9c4e62a76f4acea210bfbfc4e21490dc]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:41:36 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d8f4c3d314a1dcd913014a5b26f5a19c79a2a69]

        INTEGRATION: CWS changefileheader (1.16.98); FILE MERGED 2008/04/01 12:32:11 thb 1.16.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.16.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1def12c4bf65b66e98c8d1705418a7ff4952715d]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 13:04:49 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1587957d58144fa3279397f68f0532ad4e0983d9]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:57:41 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:37 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b70a8eb12a1afc64c151bacb27319f233d10ef4f]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/03/31 15:33:12 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba09816a4e399ebe8da5449882a74a7d513fe621]

        INTEGRATION: CWS changefileheader (1.40.54); FILE MERGED 2008/04/01 15:22:20 thb 1.40.54.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.40.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.40.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b0dd0933d5d2ff993408b8672fc270a78161d8]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:36 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [129cf12cbb539f863426cb298a2c25f6175bd0aa]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:04:49 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dce5867a4892bedb1ae3db7c61a47c84588efd3d]

        INTEGRATION: CWS changefileheader (1.7.656); FILE MERGED 2008/03/31 16:55:29 rt 1.7.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0888f0af246c17998a268cc646e3064f2b51416]

        INTEGRATION: CWS changefileheader (1.41.60); FILE MERGED 2008/03/31 15:33:12 rt 1.41.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8fcb304cc2d565da403859bd19ad1be68ba3c46]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fd0240f450f0d0c712b2b324c9a9e9e95b1d8a9]

        INTEGRATION: CWS changefileheader (1.4.188); FILE MERGED 2008/03/31 15:52:44 rt 1.4.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2f29fa2ef56eeb1a90532a06979f2f7aa84f653]

        INTEGRATION: CWS changefileheader (1.23.98); FILE MERGED 2008/04/01 15:22:20 thb 1.23.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:11 thb 1.23.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.23.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80534ff1655dbe7612108ad191640396ed58b0e2]

        INTEGRATION: CWS changefileheader (1.23.162); FILE MERGED 2008/03/31 13:27:58 rt 1.23.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcecf064e11d09c0441b3d5963e25680911c2b2d]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:41:36 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c32e404ce3052dbf973f0acfe89995643a5b6050]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:04:49 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af76074b75dc8da9aa5325c9bbe82a85d2e7e5a1]

        INTEGRATION: CWS changefileheader (1.44.36); FILE MERGED 2008/04/01 15:57:41 thb 1.44.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:37 thb 1.44.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.44.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee9c49172ebf03abc20901ced1dfed37fd409bf5]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/04/01 16:03:51 thb 1.3.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:12 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4180db9d5a0416b9c1627cd53697750b8398f4e3]

        INTEGRATION: CWS changefileheader (1.3.188); FILE MERGED 2008/03/31 15:52:44 rt 1.3.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39789564f2c4a6eb0f53af14bad00542a5d35fb1]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:41:36 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b28fe51919785f6a39ec4e1e382c33a987ea5e4]

        INTEGRATION: CWS changefileheader (1.22.54); FILE MERGED 2008/04/01 12:32:10 thb 1.22.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.22.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a90d5fb33c79bba9eca619961e65f18a415d7c1e]

        INTEGRATION: CWS changefileheader (1.33.96); FILE MERGED 2008/03/31 13:27:58 rt 1.33.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f90bb69b8089734c065c6d9822d876b2d81a0bda]

        INTEGRATION: CWS changefileheader (1.30.74); FILE MERGED 2008/04/01 15:57:40 thb 1.30.74.3: #i85898# Stripping all external header guards 2008/04/01 12:54:37 thb 1.30.74.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.30.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6016d6964b746435a916bd48f88f8661be226810]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/31 15:33:12 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb106f5d6677cd69e9920ea0d0b01ecca1ced251]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:36 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd680438aab660d058baa738e3831ae613829cfe]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/31 13:27:58 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4071dee2c25d1d10fe50912bb3531931cf4a9a3f]

        INTEGRATION: CWS changefileheader (1.10.98); FILE MERGED 2008/04/01 12:32:10 thb 1.10.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.10.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [113b6711484b3fa36f22cd3a47896a8ee9cd8f2d]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 13:04:48 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4580194881e8932f24dd03315e186dff303df982]

        INTEGRATION: CWS changefileheader (1.82.36); FILE MERGED 2008/04/01 15:57:40 thb 1.82.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:37 thb 1.82.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.82.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84a5d05e712d1c7d585a63b6138bd8b9312bae4b]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/04/01 16:03:50 thb 1.7.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:08 thb 1.7.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:12 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32444d7db3e4f7f7dbf6c9b7eacbc158c80c4bd1]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:36 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [644b7a7d5d7ff1b394911fa500cbd3758576b51f]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:22:20 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bc5c5075df864573184738a2516e0224af7a81c]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/03/31 13:27:58 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a945f604058802b4dfc24c80a23ff72f3eceeea2]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/03/31 13:04:48 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [554d46cc3a4c62cf273a67e305454f6fd8d4ac72]

        INTEGRATION: CWS changefileheader (1.30.188); FILE MERGED 2008/04/01 15:57:40 thb 1.30.188.3: #i85898# Stripping all external header guards 2008/04/01 12:54:36 thb 1.30.188.2: #i85898# Stripping all external header guards 2008/03/31 16:55:29 rt 1.30.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f252cddd71d81f7fdde865c72dd4fb352127404]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:38 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75fc3991ed8b2a1311572f93a17c4329b1aa6064]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:35 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a6c33ba1c3d3538c90e3cad4ea2e25c87a2edb6]

        INTEGRATION: CWS changefileheader (1.38.84); FILE MERGED 2008/03/31 13:27:58 rt 1.38.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34f7d404a307107a3c4db8d98e77b1e546174bf0]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/04/01 15:22:20 thb 1.6.54.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [560137ba3125ca28b1f8d0f0e2199b8684e3d245]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:04:48 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d6026ea8b3f23846db13e989d740d5b58f49da7]

        INTEGRATION: CWS changefileheader (1.40.38); FILE MERGED 2008/04/01 15:57:40 thb 1.40.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:36 thb 1.40.38.2: #i85898# Stripping all external header guards 2008/03/31 16:55:28 rt 1.40.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [982f7bc19ac936113e1b36920f1d6b1d3b97c639]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:38 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [868c5e752b4a31556a6860afada3dad59717baf4]

        INTEGRATION: CWS changefileheader (1.11.98); FILE MERGED 2008/04/01 15:22:20 thb 1.11.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.11.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5206edc1248e2beea08bd541009f1618fbf8b99a]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:35 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a09f5ab5542d880b21b6c3d86d666d8320723352]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:04:48 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4099ff94524b943034b80de55de56d611eef0221]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:57 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2687fe25b20286dc9663ca873d34ff3a6518ce0]

        INTEGRATION: CWS changefileheader (1.22.36); FILE MERGED 2008/04/01 15:57:40 thb 1.22.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:36 thb 1.22.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:28 rt 1.22.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e4aae920045b1ef9356c3b3ddb942ed07ce8335]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 15:22:20 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5125bb10db6dd76b65baedbf7746806f5c0ec0b3]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:35 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be55d56f614292de9e16132e01e1a53554aa9dbe]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:04:48 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcbc6e470eb3c5f7ec1b8a184bba77da8f6b261c]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:27:57 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4158900199a1edd0f1c31936a95949722451f2a]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:24 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91eee5d37aae898f5bbf97b279a9c6c2f965034e]

        INTEGRATION: CWS changefileheader (1.22.242); FILE MERGED 2008/04/01 15:57:40 thb 1.22.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:36 thb 1.22.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:28 rt 1.22.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cbce2f44e62d23c8761d50c823bdede05cd892c]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/04/01 15:22:20 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d009980ee5bb9af634156fcc829183b8b3a9289]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:35 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3c8c64211750c65f48c7fe6f246e0a8820ee073]

        INTEGRATION: CWS changefileheader (1.11.178); FILE MERGED 2008/03/31 13:27:57 rt 1.11.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ce43debcc5fad74620aa6a431a1e3b0a0d2ec55]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 16:49:38 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60938a92ef9d84202f658cd8613597ba55d36b46]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/28 16:08:24 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25509106a046f1889d2af5c9dcbc4062a4a4581d]

        INTEGRATION: CWS changefileheader (1.4.98); FILE MERGED 2008/04/01 15:22:20 thb 1.4.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.4.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79d9395ebee7c2c7f85531dcff665d362794f1d0]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 15:57:40 thb 1.14.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:36 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 16:55:28 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3905928f16858a696ea3ee14e8bdc9280b491aef]

        INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/03/31 13:27:57 rt 1.10.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd194f25f53c471a0aacce0aacd053c3d4506752]

        INTEGRATION: CWS changefileheader (1.3.98); FILE MERGED 2008/04/01 15:22:20 thb 1.3.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.3.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f9fb67bd34947f320bed94b5931076fd4429ba2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:35 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25c6b801ace9982af6a1137c82024a6c077325d6]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:04:48 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce95bd38c22dbfeb6c54acafa1244be10c44da94]

        INTEGRATION: CWS changefileheader (1.15.96); FILE MERGED 2008/03/31 13:27:57 rt 1.15.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4dde2127fd2f7d7039d091ab6befd25ec49bff0]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:55:28 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92ac7b0b3bde6aa3dd2d19dee6b687f83e48e3e2]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 15:22:20 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f31246cfad34a223619af7f7675ce3b86a29bac0]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/28 16:08:24 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ef3ce68678acc6cdf3664d3d828b08067e21255]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 16:03:50 thb 1.2.78.3: #i85898# Stripping all external header guards 2008/04/01 13:00:08 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 15:33:10 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e17501cf49bb654561d0fd4d83b493886d1c426b]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:34 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f688435275f4f9acdf1b5166890b6a7f1a58b64]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 13:04:48 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d73f18c4a953e186746d88a4331e2a927dd0c49b]

        INTEGRATION: CWS changefileheader (1.28.96); FILE MERGED 2008/03/31 13:27:57 rt 1.28.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef9b70128ff36a29b6ea1b951d531c48bbc8dac1]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 12:54:36 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [697137e70739f7105bd9d7155893e2075cc0832d]

        INTEGRATION: CWS changefileheader (1.11.98); FILE MERGED 2008/04/01 15:22:20 thb 1.11.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.11.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.11.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd3a0082029dd99002b1bc36af5d5cbe0eaed532]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:08:24 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57e6fd2e6a6a2ccae6aad17251469a08581c62fc]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:34 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd17e74434c8803c9ad185e6d6bcb2b6ea0687a4]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 15:33:10 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [504010465912167e8231a7d9cfc74bc708a63082]

        INTEGRATION: CWS changefileheader (1.39.32); FILE MERGED 2008/04/01 15:57:39 thb 1.39.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.39.32.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.39.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abbb529f569eb700eb74145ffd5183695a5dfaa8]

        INTEGRATION: CWS changefileheader (1.80.96); FILE MERGED 2008/03/31 13:27:57 rt 1.80.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa7a6808175eadc2f51e1c45013775e23c3e08d0]

        INTEGRATION: CWS changefileheader (1.10.98); FILE MERGED 2008/04/01 15:22:19 thb 1.10.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.10.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.10.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35a42bdd32d4b8727c832737890ebcd663368812]

        INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED 2008/03/28 16:08:23 rt 1.4.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67140aad26a9abc474b905ab09f5f0ed68ea8594]

        INTEGRATION: CWS changefileheader (1.68.2); FILE MERGED 2008/03/31 15:33:10 rt 1.68.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cdf8f74aa44e5fb97a479947376ffb99c5120d1]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:34 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [605672ac3c69051653521bc448fabd0ec0d70127]

        INTEGRATION: CWS changefileheader (1.117.14); FILE MERGED 2008/04/01 15:57:39 thb 1.117.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.117.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.117.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3cd68f1be7f37b260014ea1bfdb8e2d59e1ed66]

        INTEGRATION: CWS changefileheader (1.30.84); FILE MERGED 2008/03/31 13:27:57 rt 1.30.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d8f38063a4a22a858e38c6dc2fe5a71877eb5f9]

        INTEGRATION: CWS changefileheader (1.12.98); FILE MERGED 2008/04/01 15:22:19 thb 1.12.98.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.12.98.2: #i85898# Stripping all external header guards 2008/03/31 16:19:04 rt 1.12.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32315904de93d8dd397cc5d06ebace5953d72be8]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:08:23 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4c2dd96cfaf88c733e2d331422c17660148fc4a]

        INTEGRATION: CWS changefileheader (1.25.2); FILE MERGED 2008/03/31 15:33:10 rt 1.25.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff270ae9a623422fea967ebbe659c0a454acbb6f]

        INTEGRATION: CWS changefileheader (1.23.84); FILE MERGED 2008/03/31 13:27:57 rt 1.23.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [798e0d7be0d7825db16fa99f233b5cb1d2ee9324]

        INTEGRATION: CWS changefileheader (1.80.30); FILE MERGED 2008/04/01 15:57:39 thb 1.80.30.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.80.30.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.80.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fca1b6236cc143bfa77a0c6e74fe113a16e23e4]

        INTEGRATION: CWS changefileheader (1.9.98); FILE MERGED 2008/03/31 16:19:04 rt 1.9.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [250e502994178f94e7a57db209ef5f4771dea81b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25653986c339515615226176f08daca6bf735e54]

        INTEGRATION: CWS changefileheader (1.20.2); FILE MERGED 2008/04/01 16:03:50 thb 1.20.2.3: #i85898# Stripping all external header guards 2008/04/01 13:00:08 thb 1.20.2.2: #i85898# Stripping all external header guards 2008/03/31 15:33:10 rt 1.20.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64943a1490b020bdb752cc57db5cbe9bee1cd3bc]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:04:48 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b29ed8565b6f81da06fadf49b07a31c8293c8820]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:34 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f97abf2edcdc0b7fc4a3b5326190d60be22b011b]

        INTEGRATION: CWS changefileheader (1.42.96); FILE MERGED 2008/03/31 13:27:57 rt 1.42.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [980e952daa7eee7acb97dea07ad87c6d4caa4d2d]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/04/01 15:57:39 thb 1.18.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.18.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dec28fb6fd1bf0efa85080ba5c14419303560d67]

        INTEGRATION: CWS changefileheader (1.66.2); FILE MERGED 2008/04/01 16:03:50 thb 1.66.2.3: #i85898# Stripping all external header guards 2008/04/01 13:00:07 thb 1.66.2.2: #i85898# Stripping all external header guards 2008/03/31 15:33:10 rt 1.66.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [697a53fb336da221d9e563006f8a4d7b06a47e43]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:36 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f659b5c387cabafd3a1b52be619cd8a5fd5297df]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 13:27:57 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4711d6f156673d66f14e3dd89b420d9eb6c1213e]

        INTEGRATION: CWS changefileheader (1.54.30); FILE MERGED 2008/04/01 15:57:38 thb 1.54.30.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.54.30.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.54.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95b6b04e2ae15e5fe07609b6615852163893ad2a]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:59 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d19b971ee010e73c60655f725e44afe7bbb020f5]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 16:08:23 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b8286313123f3b1a0f758cd76d62e10923136cf]

        INTEGRATION: CWS changefileheader (1.16.60); FILE MERGED 2008/03/31 15:33:10 rt 1.16.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1da8e28d56cf6113cf5baed8041d0cb2ca9021d]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:04:47 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e54e8cfcb8f4dfd2338ac0617023b7197862b8c]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:34 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fab4c913684477d67c822c5c3be3e51f9b9987a5]

        INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED 2008/03/31 13:27:57 rt 1.12.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85a68122af4bccf4d39221ef82ed7ab40d0fd98d]

        INTEGRATION: CWS changefileheader (1.58.34); FILE MERGED 2008/04/01 15:57:38 thb 1.58.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.58.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.58.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afc912d75ad243b7e01835116c9da19137daf593]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/31 16:21:59 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96ab76ea2270981c705ad0d6a69a63727f89d612]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:36 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce397ed7597d6683ad0c22a27ae5759d28d42583]

        INTEGRATION: CWS changefileheader (1.3.110); FILE MERGED 2008/04/01 16:03:50 thb 1.3.110.2: #i85898# Stripping all external header guards 2008/03/31 15:33:10 rt 1.3.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ba8ffebaab1dc078460ae1a668f05545966a82b]

        INTEGRATION: CWS changefileheader (1.5.288); FILE MERGED 2008/03/31 13:27:57 rt 1.5.288.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e78991fd3b9b7be4b1aad528c57d7e22572f44]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:41:33 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeffc0c815fe81edf35234bd8751a2d4ccf3d6c7]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 15:57:38 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [685b75dfa3f9b9d19d41f0c36d53de2dc8592b5b]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/28 16:08:23 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27edaeec0d3a85c956a46501f4eee9863ac517ee]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:57 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4f06d45b9f990f33f922a85ce89623881ca940]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/31 15:33:10 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21dc61d78ca6cc1da5b026fb30faa44f2a059e94]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:57 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ea394ab2c8c04e8f22b3a61cedc647e67d4157b]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:33 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c4e68d81ea783d8abaf139acfd672f53f270028]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/04/01 15:57:38 thb 1.7.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:35 thb 1.7.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc9700f82005024cfd75387caac3fa028c50a256]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:49:36 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b478d62b8aef5630c59aee2ca5c095d05386abfa]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/31 13:04:47 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbd7fe14d666d1c3dd3680431f4678a34ab7105a]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/28 16:08:22 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [220e5b8e785c249e23e044c60b6a745bd29f81dd]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/04/01 16:03:50 thb 1.4.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:07 thb 1.4.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:10 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0209f33b3e35e79665e7cef2843e7fcbcc167be]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:33 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05a1d7b13fbc754fcfc586f66974754aeea05a4a]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/31 13:27:57 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [077591957c2f6b6fe84d3c33ac8e832c8a1330b1]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:57:38 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:16 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bea55402ac67aaba30a36c7969e5713abcb01371]

        INTEGRATION: CWS changefileheader (1.6.50); FILE MERGED 2008/03/28 16:08:22 rt 1.6.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb0f67a70229dd2ac14d145ca80b97ac323a3aca]

        INTEGRATION: CWS changefileheader (1.7.50); FILE MERGED 2008/03/31 13:04:47 rt 1.7.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b0e42083c084e224ee46642b9922a707dee7c8]

        INTEGRATION: CWS changefileheader (1.32.60); FILE MERGED 2008/03/31 15:33:09 rt 1.32.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d42e9444ff3c08a5789e0f292c44eae1f7af9f1a]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:56 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f5257db27194d505935b5f5cfae5626d77191f]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:57 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8634d24c555e691d5897033fe9bb1a6c915310b]

        INTEGRATION: CWS changefileheader (1.135.34); FILE MERGED 2008/04/01 15:57:38 thb 1.135.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.135.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.135.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63a07f1e60073443f44e18226985e48a66098aae]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/28 16:08:22 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3c6bed716c8e6caec0bbd4320601ebaa58de30c]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 13:04:47 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5679826915ccbad0f179871ff4814a8d4a2644e9]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/04/01 16:03:49 thb 1.2.160.2: #i85898# Stripping all external header guards 2008/03/31 15:33:09 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93fab47e9cba86ffcc9a3b267df3561441156aab]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/03/28 16:41:33 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d108f8eae989fc079fcdba79b0a231c243ae2b6]

        INTEGRATION: CWS changefileheader (1.40.34); FILE MERGED 2008/04/01 15:57:38 thb 1.40.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.40.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.40.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5281170dcbeb837395719a4f84bde4fa80d79857]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:21 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [710ec265191e16ae93bb7ea043f7a210cfcc32fd]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:04:46 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd44f9bb40db307f5b6677f87355c6f677145f3c]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:56 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37f901c87a02ef6d1c9bc72ff850bb6de9928ace]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/03/31 15:33:09 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e90db6b8348b03835c5659bf7b980773a13ce470]

        INTEGRATION: CWS changefileheader (1.41.34); FILE MERGED 2008/04/01 15:57:38 thb 1.41.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.41.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.41.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d38adb948bbb203eab35baab5ccb8c35b360cdcd]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:08:21 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ed6bd1f5ac5615f5f060ff0a428bd11c46c5215]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/04/01 16:03:49 thb 1.3.60.3: #i85898# Stripping all external header guards 2008/04/01 13:00:06 thb 1.3.60.2: #i85898# Stripping all external header guards 2008/03/31 15:33:09 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcc959bf024a5af453c6517917d70a70e009cfaa]

        INTEGRATION: CWS changefileheader (1.90.36); FILE MERGED 2008/03/31 13:27:57 rt 1.90.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86899dd396195e8ecdaeeb53b6ab5427305ce208]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:32 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0076edb1fa40621bb1277801ba3960ac7f463ffc]

        INTEGRATION: CWS changefileheader (1.40.34); FILE MERGED 2008/04/01 15:57:37 thb 1.40.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.40.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.40.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce85d7f5eddbcff109c01dd1ca2a66f79a6477ff]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:49:36 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86879340b1cdd22f6b85f8a61d41bd5e67f02e95]

        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>  [9a4f8ea777aa0da7d2b2d4f18b814e1b63a4e304]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:49:36 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97280f1df7597068cee49510afe07c8c56040385]

        INTEGRATION: CWS changefileheader (1.68.14); FILE MERGED 2008/04/01 15:57:37 thb 1.68.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.68.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.68.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f493fe1f763771b8d5060f6f5a373f247dd8594]

        INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/03/31 13:27:57 rt 1.9.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c09e159b4016e50adeaa883d659c1295b9c5722]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:32 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f400e628b0ece14db2075811e02f5415fc09daa]

        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>  [b31e70d860f3924b2e34988ce521e4ec074b447e]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/28 16:08:21 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e8cdaf6aebe536413788310f8bb84ccbfd8163c]

        INTEGRATION: CWS changefileheader (1.107.12); FILE MERGED 2008/04/01 15:57:37 thb 1.107.12.3: #i85898# Stripping all external header guards 2008/04/01 12:54:34 thb 1.107.12.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.107.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f299084469a88254b92ba3ca97773968828465e]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:32 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [138c89900811a3156c8d22bd0ef7812daa5a9af4]

        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>  [b399cf51322d47102d7573e4ae2a959cd93c295a]

        INTEGRATION: CWS changefileheader (1.206.28); FILE MERGED 2008/04/01 12:54:33 thb 1.206.28.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.206.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cea698ea406512d8428e0e677fccb110fa349811]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:57 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46e06f4bd62b23ba660fd3ba5703a76538b1aae4]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:04:46 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4273ed4448b8db1e16ef732d86fe4aceec450421]

        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>  [6f65b7ef5219d27084b312506439f7ef1b23c2ba]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:20 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a4c9c0c533fca3bf8d621714ce411c54294118a]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:27:57 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99083a3dae8723471f9619ef29bd01850fb60c46]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:04:46 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd9b64675fd63451cf32551a87d44cfb35d5f315]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:08:20 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [348526bb5e51e5150d5b7596da7748ece483447c]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:04:46 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b09e17c6ba146c15ee4a0db142d0a5dd93db696]

        INTEGRATION: CWS changefileheader (1.66.34); FILE MERGED 2008/04/01 15:57:37 thb 1.66.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:33 thb 1.66.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.66.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83f75525757795bef0b56cb59a181fe20a268902]

        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>  [fc91b14ebad9f3fd19cd37e52408fabcd71d8d16]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:31 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b70ce39cfb3e5b26a4fc8b3ead51aeb63fbff89f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:08:20 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [750c14f6294b65a4f5afb961bcfc39d2bc15c236]

        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>  [16a3dc3a2a272dace03f2565cd3d8ea56474d50a]

        INTEGRATION: CWS changefileheader (1.23.96); FILE MERGED 2008/03/31 13:27:56 rt 1.23.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40382c88027c84e6034a0b839d9653b2b3381c22]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:31 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26c1234298e0f94c5a43faf35eaae1af5c22d28f]

        INTEGRATION: CWS changefileheader (1.30.34); FILE MERGED 2008/04/01 15:57:37 thb 1.30.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:33 thb 1.30.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:15 rt 1.30.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [260c1d3b1e595300eb1817cf3686c566bffcb418]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:35 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ff6bdb1011dbffdf9e97f63a519389beb692cd5]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/31 13:04:46 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677c88c889881f8a53e91f780f45f87695e7a43d]

        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>  [f3c2f1beb12ea1b4a371ead2034864134277398c]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/03/28 16:08:20 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22c8e87661425e84fe13fcc2e815706cf7f6b535]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/31 13:27:56 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae59fa9fd1b58db8e8c66a7aa918461e0ed074f7]

        INTEGRATION: CWS changefileheader (1.119.14); FILE MERGED 2008/04/01 15:57:36 thb 1.119.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:33 thb 1.119.14.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.119.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50cc8a093908a12bf73c35540f59bea99c64809f]

        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>  [b398e1238fa229ade69bffdbab5aedc2d2755e0b]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:31 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dc51b48b085763dd6b67e407feb28055e373c6f]

        INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED 2008/03/31 13:27:56 rt 1.12.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c9e0ec1c5de407dad17e94a15001c2edab36b99]

        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>  [a64699f17a269fe79540e0924c56dc37e478bb19]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:27:56 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [671543369316204a47e989911fb8be65c715247a]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:55 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1a21210b664806890a22da492f968cbf90295c8]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:35 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a8674e27db6b624efe3b0bbc37991541bc2cd93]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 12:54:33 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baca4ddcf5e859883341f108ebd9c02529897d22]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:08:20 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fa23031dba2de618399cdaa4062af43cbf8c6b6]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:31 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f49f78752bfdbb880803148bbf32b530db5d11a0]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 13:04:45 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [327e18befe7cb724677feeae7323fff837fbf117]

        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>  [2eefca3fee684f2a49574da4e64cb6691c40dd52]

        INTEGRATION: CWS changefileheader (1.104.34); FILE MERGED 2008/04/01 15:57:36 thb 1.104.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:33 thb 1.104.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.104.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c033cb04c2213410a779063ce150c71295e82fc]

        INTEGRATION: CWS changefileheader (1.58.96); FILE MERGED 2008/03/31 13:27:56 rt 1.58.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e012c59edabedc2c77697dd92e615fb3e208767]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/31 13:04:45 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebc32586ddb434ff5c673f1a4827f0d379a256f5]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:30 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4684503424a90eba40ba73b8ebe3105043279da0]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:55 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6465a3772ab92ba98a7e7af7c55a131a0fbc1a50]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:19 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0706450dac68aa2627b6505b5514ffb46645bc83]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 13:04:45 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6bc488ce80c15eebdf320ffdb3b8b13026c9fcb]

        INTEGRATION: CWS changefileheader (1.11.258); FILE MERGED 2008/03/31 13:27:56 rt 1.11.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34fe81dfcf9f521ccf59447c60dc2a10fbee8ea9]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:41:30 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1e1cd39b10564d3dd6243622046360300e250c0]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:36 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01f73319854aee7dce1719dceef706292dd5c051]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 13:04:45 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9467a616f86a6c9f71aa6dd3a2fb1ad752ee410c]

        INTEGRATION: CWS changefileheader (1.21.178); FILE MERGED 2008/03/31 13:27:56 rt 1.21.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffa0f7d67b80c91b33c3b9d4d0d936d6c549ace6]

        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>  [06677d16aa4313d7aefc0b64afd003efff251a55]

        INTEGRATION: CWS changefileheader (1.17.32); FILE MERGED 2008/04/01 15:57:36 thb 1.17.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.17.32.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.17.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [321f17dec33f8737bb91f8a3035933efe46f8276]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:30 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a797a8357ebba3a398112096b6064f9909219cba]

        INTEGRATION: CWS changefileheader (1.45.12); FILE MERGED 2008/03/31 13:27:56 rt 1.45.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6b5918f58b75bf237bf51cbf2a0d5f4871da111]

        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>  [5ff1c3c3083657e3d75cc29371a2b6b137bcf654]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:04:45 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3622a9dad2bbfb0988fbb3f17fb763c87ceb0d42]

        INTEGRATION: CWS changefileheader (1.79.34); FILE MERGED 2008/04/01 15:57:36 thb 1.79.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.79.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.79.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c575e51442eec88c9fc39170f19c72bb6ded84d]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:08:19 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a09ed8d39a0d68e76a2bf80f251b31b66e8d69e7]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:30 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ea6ac5b50911f58574b96f751be8a399181dad2]

        INTEGRATION: CWS changefileheader (1.11.162); FILE MERGED 2008/03/31 13:27:56 rt 1.11.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca829348170cd82cf304826ad930f969b5762761]

        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>  [266ffb43cbaf4aa6d2dd84a86527f6293b6749af]

        INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED 2008/03/28 16:08:19 rt 1.5.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1881da1e00236fcddccd58e441f24a037fb6e07a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:27 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8016808f7743d1fa77d1e192c6b7e964360120cc]

        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>  [f2b92139e71d5a6ca3e33080fde7b5efd40b9551]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 13:27:56 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11b1e2ea7deed797ce5e95c0c905bdf2f9cdd262]

        INTEGRATION: CWS changefileheader (1.31.28); FILE MERGED 2008/04/01 15:57:36 thb 1.31.28.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.31.28.2: #i85898# Stripping all external header guards 2008/03/31 16:55:14 rt 1.31.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34a82a5f4094de4888443daf2b2899125a5209c6]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:41:27 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1630eb995e826ddcaf2e99c994ef47ab8c274307]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:18 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23d05202c0156a46684a027cbe4f2b00921f4c3a]

        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>  [ed6770e37ac9698a57e98d5a79f5794f6dce620b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:35 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2277bdf409723f899ad17ba84b9e42e4506b2ca3]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:04:45 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [309e68d1c615b8a837fa9c7a56c50449c55a448c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:27 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b6969d9637b697f6f6253cb9381ff74f0309cb6]

        INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED 2008/03/28 16:08:18 rt 1.4.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fda098cd40802f08cb81595d801b403fd150c955]

        INTEGRATION: CWS changefileheader (1.13.96); FILE MERGED 2008/03/31 13:27:56 rt 1.13.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d1efafdddaf2661a9def84b2dc862890860c7d6]

        INTEGRATION: CWS changefileheader (1.2.428); FILE MERGED 2008/03/31 16:55:14 rt 1.2.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4156b383d81463e2a1c3e274e0bee227b1647237]

        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>  [eef60722a1429b03fe770fec5b418c638a873807]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:04:45 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d9d008d5dfd16d6109b6fc644d76805fafa4b42]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:41:27 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [602df2c12baba523f27d992e0b2d619e8cc84165]

        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>  [e47c3427703416a58194dff96ed3387b434c1226]

        INTEGRATION: CWS changefileheader (1.39.34); FILE MERGED 2008/04/01 15:57:35 thb 1.39.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.39.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.39.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50eb81618554cf8230f70907ea84d3fb25d7741e]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:56 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36ba1bae4c02611b7415c7335fa3994e40e48ccb]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:04:45 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89129d115431e4c57cdcab17928ae0cbdae7972f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:27 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [399d4aac6a83aca46abb99effe3b3598519dfc3b]

        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>  [5ffe58eb6b4be10212c3128a51ce5ddeaf8e4d43]

        INTEGRATION: CWS changefileheader (1.27.12); FILE MERGED 2008/03/31 13:27:55 rt 1.27.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7df5b1aa4bc3f4dc375ef8693786b3be3885dede]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:04:45 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [691b258aa5512c8996cdc2ed19d0540953826bfc]

        INTEGRATION: CWS changefileheader (1.9.718); FILE MERGED 2008/04/01 15:57:35 thb 1.9.718.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.9.718.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.9.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b15eeb34acd2e198941db4c24f56d6419cfb007]

        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>  [79c8302f4e812e5009febdec2eb831fa6a83c6cf]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:27:55 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83042b8c14dd6c9a545bee7bd45781975b43af45]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 15:57:35 thb 1.15.4.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e21f082d81d21552b13e85dfbeb73aec69e1c800]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:41:27 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9ad9687bd954f29e5c47cbe8513b13eb86554e3]

        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>  [4552de3f32a0f5baf75b1ff1558b9a1100b72cfa]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/31 13:27:55 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d367f06f0edf8e9fe957f32b92a67ddff3eefae2]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:41:27 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd0383a0e5a391afdbddc2b82a851814098cc3db]

        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>  [df951413999f6da055c1ecdbe91a63e3daabd110]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:54 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [091d8a78b20110dc7cbb88bd4cfdf017b03eb202]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:29 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76a4c23a8a0f71466010d394867898293fcd0c9e]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:55 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f385743700b50eb2c30318875cb1f8f3a1e0ee1]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:57:35 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bd2625592ea1382a53258f33eb3bedfc4a332bb]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:41:27 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b43586620bf3ebc533693acd329d843e9d636db]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 15:17:42 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78281d429c2c7f2308cd3cfd96cd95be46222fa2]

        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>  [3268ae47ae5bb2610760d7eac58ac9e593220aae]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:28 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [148c4bcea6af74c1106e3b2bdc58057eb348b2af]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:54 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3732531f1776681dd04f6233ef3647eaa94c24e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:26 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8944db3a1a8d8496a41fc5c46d8a498d4e80c863]

        INTEGRATION: CWS changefileheader (1.53.20); FILE MERGED 2008/03/28 15:17:42 rt 1.53.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31684257ec0a933418d3758ebb5b25278119af31]

        INTEGRATION: CWS changefileheader (1.9.402); FILE MERGED 2008/04/01 15:57:35 thb 1.9.402.3: #i85898# Stripping all external header guards 2008/04/01 12:54:32 thb 1.9.402.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.9.402.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcb41e3f22e585cb736afa570384b436fa8ea619]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/03/31 13:27:55 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44eda7baa2933ee501dfe4adac1493ddcc041415]

        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>  [11485115fc8e1fdd89d6770b63de4ebcdf9335d0]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:26 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2f473f7aaf077e15cf3df613e4b16e072cf7cd0]

        INTEGRATION: CWS changefileheader (1.20.58); FILE MERGED 2008/03/31 16:55:13 rt 1.20.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9614ae7710d7933951fa138ca129a7a048d9ea9a]

        INTEGRATION: CWS changefileheader (1.34.12); FILE MERGED 2008/03/31 13:27:55 rt 1.34.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23e1ce9e75d100e4518c1c3c950d0a74539e5fe4]

        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>  [e7e80663006bfd49dcabef1a46530ae179aaa0e5]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:03:04 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7560049dfa8da140c4c7092da83d2527e7e90447]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:26 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6448956a5be4df377deee22f8fb067fbec4259de]

        INTEGRATION: CWS changefileheader (1.3.50); FILE MERGED 2008/03/28 16:08:17 rt 1.3.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [481060934baadf4e198ada7fae93d875f295c2aa]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:03:03 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48afea7388959cd52e43d9eb243c294b5b4505dd]

        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>  [879857fb1174b794dc821085371e065695127b20]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:41:26 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83041afe52a0fa7c6810be190a53279db9612d26]

        INTEGRATION: CWS changefileheader (1.2.428); FILE MERGED 2008/04/01 15:57:35 thb 1.2.428.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.2.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b7c6fcc5093138e2069872e161eca991ea9b4ba]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/28 16:03:03 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d198e0275862277e8e79a5e9d5485595d48031e]

        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>  [28fc1f0f120678a3c317f87680a592ae7a3b8fb0]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:26 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87ffa08f1dd5ebf154b080ba33a3b42bd774f7dc]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:57:34 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6706f33c80f3fc53f9881b71ec2214012a1dba54]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:03:03 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d103834300cd6619647811c13f5d921ec3dd1d3]

        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>  [13b9923da67ab1a38d7a2c447c9e5c89f1423a2e]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/28 16:41:26 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82e35fa244ab6ad6acf6035260b371a60f1c3906]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:54:32 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a7e69fc7f5955e1663739a4e7050f03303fc69a]

        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>  [6521381301675a72b1a80d0753edad2a3b83deda]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:26 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8410b1ac7fe9eb27929f6821e1c3755f9de129c]

        INTEGRATION: CWS changefileheader (1.21.34); FILE MERGED 2008/04/01 15:57:34 thb 1.21.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.21.34.2: #i85898# Stripping all external header guards 2008/03/31 16:55:13 rt 1.21.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c348ee3cf9b306b1b572a7867ee48527315ff91]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:03:02 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6db6d7a726710555e028f28988fba64d7513cc88]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:28 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83175ade4af1ec0186fa29060f9bf1e4ab1e7ac9]

        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>  [e9406546607b882556e361b0ab6938ab6edfe55a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:25 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ea0c5a30667beb0c7893504bc3f2a87195cf676]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/04/01 12:54:31 thb 1.14.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:03 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07aa2e050904ca341a9f6cfd12ac9cfa0f9bf1f0]

        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>  [2a82ba63b6638e2d20418b11683459f2fd56804f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:25 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a478f9a66c2bc71ba832553ffd1ea99b16b6f7de]

        INTEGRATION: CWS changefileheader (1.38.56); FILE MERGED 2008/04/01 15:57:34 thb 1.38.56.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.38.56.2: #i85898# Stripping all external header guards 2008/03/31 16:55:03 rt 1.38.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9afd04de0c758719a4463ee031579b82cb7c6e4]

        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>  [6e8b85ad79aaa8b7aa6aefddb692d78c69ec6b9b]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:03:01 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f568153a10eec88f29fce2697dc5f6aed518776d]

        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>  [fc34f757edcde405cd281e893b039c0287a329a1]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:25 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c69cfcb8a5a53a8a986c2e1f0b55a364dd193d69]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 15:57:34 thb 1.9.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fc3a926bc83d25359c02e001e1a81b65de68350]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:03:01 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48729d663c646a24668fcb5cc4a601fdeb7ceb94]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:25 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66ae000ca386a2af5a0a485428b85436ea0641e0]

        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>  [a64a34854658e3c05aa9fac38400e3626b50358c]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 12:54:31 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d95b8f872a354def2ab2d817aeaaa82e6ecd7cc1]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/03/28 16:41:25 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aafa1d04bf5c7a83c93cbbef2024e90284c5b19c]

        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>  [be14f41ee9724aa066fdf5bf288c24e803ef36d1]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:57:34 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57d7be8b31768548d3ac5eb327d5efb6447416a4]

        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>  [01ef73ec3dce08c7308f7f1d7f0e22f7ff0bda78]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:57:34 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfbc2c95cc31525fabb3f7d24516e81940155949]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/28 16:03:01 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65b60b2f3c3d792bfc3b70c734d0d242390a6e2e]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:41:25 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c7816cac6c79ed64b19cfb99701cd85ff3c60d]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/04/01 15:57:33 thb 1.19.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.19.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dce3db261932b62cc999314fb44a8ac713943fe6]

        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>  [a324ec796a19d976e4ba1f7c8c077e968b8e8107]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:03:00 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [497411c8cfc63ebb853d9cceaed209d7df920477]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:25 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [164738bd4a5fe3c445fe85d6dcbfa745c9d5cb25]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/03/31 13:27:54 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [213eb3dd44c929dca96deb4cc9f276dfb5f5d3ba]

        INTEGRATION: CWS changefileheader (1.5.718); FILE MERGED 2008/03/31 16:55:02 rt 1.5.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [055c8deaea59363e6c2c8a684ecc790aab88fac9]

        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>  [b74192bfcd7908b8c3480c3d56d5a10c12e144a2]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [353da05867f77117113ee7f380879f75d75a03f0]

        INTEGRATION: CWS changefileheader (1.14.120); FILE MERGED 2008/04/01 15:57:33 thb 1.14.120.3: #i85898# Stripping all external header guards 2008/04/01 12:54:31 thb 1.14.120.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.14.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a61580ef227656d992a3a5a61fc2bcc2e28bb47]

        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>  [fbf6b651bee03fef5a7c3a1b22f821ada84db7c5]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:41:24 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8060cebba60c8807cbd800b06297e7c5b26ef51]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 12:54:31 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a25b7c68fcdf217772b7593076d452ca1191dd67]

        INTEGRATION: CWS changefileheader (1.8.258); FILE MERGED 2008/03/31 13:27:54 rt 1.8.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5167262447a885f7c6dd3c0448a34124f638f495]

        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>  [9d87b01c2bcdd0753e5fb4a0fe075b69440493ff]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:24 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01f4b15c117cc66d5dd2cce40f1051c4f364e488]

        INTEGRATION: CWS changefileheader (1.31.164); FILE MERGED 2008/04/01 15:57:33 thb 1.31.164.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.31.164.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.31.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30f8709f887d800995a0dd9123ba1f78b9307baf]

        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>  [0b38f45c3effb20ab56c2496d20fd9dde8bec056]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:03:00 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ae84a6eab898a82bee25fbf203d7dba34463727]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:55:02 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45d1df60449de6ef860172051b82783529053fe8]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/03/31 13:27:54 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71ac1106a7e4ba8e214b7fe70a0c5110ddf3a24]

        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>  [115bc11ef5f46b2aee0d27f281e62c7a6b0ce64e]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:41:24 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [047a64b66b0d2c143a36feaa41d3e75319830243]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:54 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e15c4634be5e65efa39b4cd8e55bcb324440fa82]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:59 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9a3b46ec229abc053eb39682742fa6f478003ba]

        INTEGRATION: CWS changefileheader (1.20.240); FILE MERGED 2008/04/01 15:57:33 thb 1.20.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.20.240.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.20.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11deedec02052624c738ac8cae577fc3b5839cfd]

        INTEGRATION: CWS changefileheader (1.39.12); FILE MERGED 2008/03/31 13:27:54 rt 1.39.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef208e5e82d2ac29fb74b6e6538af202bb2c2c1e]

        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>  [29bce455fb99a447502ad3c5af2730fdf8318f48]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:24 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e52a2b195b6a7c5ac1ab29b57657789e4051497f]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:59 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4212492dc3b5430156b38ca1cf237e0d7edbfdc6]

        INTEGRATION: CWS changefileheader (1.15.162); FILE MERGED 2008/04/01 15:57:33 thb 1.15.162.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.15.162.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.15.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1aa2228ce30ecd52ddc30c7a6480dbd08be5d4f]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:27:54 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34b315f59b5668c4ab85ea5acd972c1847746b0c]

        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>  [e98e2b202479ed63c86e371c46f404e195d558d4]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:53 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bb0cf2c78e291db76349a5f53892e53f35a10ea]

        INTEGRATION: CWS changefileheader (1.24.54); FILE MERGED 2008/04/01 12:54:30 thb 1.24.54.2: #i85898# Stripping all external header guards 2008/03/31 16:55:02 rt 1.24.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57aab84da9b7e38e1e148281b368b82d536ddae2]

        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>  [79d4bd8c2a78ed9d52d7065652bdb7d53efa7217]

        INTEGRATION: CWS changefileheader (1.5.182); FILE MERGED 2008/03/31 13:27:54 rt 1.5.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08c0cf7466b422ee475bd1ed969af595c89a626c]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:53 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f883644d10f27ec865e00c6845265e6cb638976f]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/03/31 16:55:02 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f54b438152dcf1a2388e0df457d967aa8882f971]

        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>  [6a99e2a45bb9985104ad5e5da9eb47e94aebc988]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:27:54 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48ee8e87b062a084ca6929cc3bb00600672eda4a]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:59 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4bf1e1dd1b9d889c0a72ae9d1aec709787ea35f]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:55:01 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4258b8220b96e847ac3add149793bd1041198d2f]

        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>  [f2c8b63372a541100161467c6f48471970690901]

        INTEGRATION: CWS changefileheader (1.79.12); FILE MERGED 2008/03/31 13:27:54 rt 1.79.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [382aafc658f116f0a16c20d9491f5d94ce87d41f]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:23 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [309d1e4ab85e4c4834b3dda5526465da948f2452]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/28 16:02:59 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b0593d8d4830e1432b67e99a2fd28556ba3c6de]

        INTEGRATION: CWS changefileheader (1.25.114); FILE MERGED 2008/04/01 15:57:33 thb 1.25.114.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.25.114.2: #i85898# Stripping all external header guards 2008/03/31 16:55:01 rt 1.25.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e11545d42bcc42e0697ad66786c88db465bcfa6d]

        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>  [c77b23fadbfa5b62f5262e9c762af88a474c7f9d]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:27:54 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09eb7ecc3a8955096f751ab1b26351dcce019f00]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:23 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79f767430fde2e80e4c94eaafe547d06d8f9f474]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:59 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9c43ca7fbc37d1527fd40e3bfad1a9ca188c1b1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:28 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3060a3f3c757602660c817d312a95fa84dacf55f]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/03/31 16:55:01 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a37dca422bf90f4544f5a5aa317c0fb089eb0125]

        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>  [aba381d0f87c9ce8024961a59c567ecb9f92b53b]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:27:54 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [488e6d268c5e06c14b127338af49de83b77c8864]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:58 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c40cef95b67379089979119c35ee42b064f29d7b]

        INTEGRATION: CWS changefileheader (1.18.36); FILE MERGED 2008/04/01 15:57:33 thb 1.18.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.18.36.2: #i85898# Stripping all external header guards 2008/03/31 16:55:01 rt 1.18.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffe522b6eedfa0c313ff8776b7ea2489ccfafb98]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:27:54 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [172d9df47f055d67d7dff8b345327a5c5617a28e]

        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>  [85768c94a02523ac4a2d97b2ef968e1251422bfc]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:41:23 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b560fb11787adde3ff86064c32372bae06f75c81]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:58 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0478a79c5c1128112077084c4664d0b21f580dd]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:53 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2257e57bab2b2cab1e3c6745497310d5e4951fd]

        INTEGRATION: CWS changefileheader (1.22.54); FILE MERGED 2008/04/01 15:57:32 thb 1.22.54.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.22.54.2: #i85898# Stripping all external header guards 2008/03/31 16:55:01 rt 1.22.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55450e33694b74d81cad3b6b8df5653a06c0eba6]

        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>  [d22ba911e5fea808c3200dfa37bf483b4a541fe1]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:27:54 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b29e18e73b85af7f37cdac8cbf978cff5687797]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:58 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4bf8725de980297fb149bd0fae860d618b8e944]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:55:01 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aa7d7a0e94bc6644fbfb3dde8c80b2e03454438]

        INTEGRATION: CWS changefileheader (1.13.178); FILE MERGED 2008/03/31 13:27:54 rt 1.13.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2dfb01ba62e871a118b65191a51a8c4e4317bdd]

        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>  [68e67227a2298b6e66db3c09684e385f4f3ba353]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:23 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14360efa16717a417b92de185ca1db253e454694]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:27 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f90cf2b77118cab4e218cff3cef142713d868286]

        INTEGRATION: CWS changefileheader (1.3.226); FILE MERGED 2008/03/31 13:27:54 rt 1.3.226.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [434a1882fef75a811af95568abfa63d1c6b3d890]

        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>  [9f503d2b5752058b6886f4473aaf420827a0e914]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:23 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48ed74388e892adc84e2b2f80a51941972f293f1]

        INTEGRATION: CWS changefileheader (1.49.82); FILE MERGED 2008/03/31 13:27:53 rt 1.49.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [911d08f041e4e59fa5a0429242233b1891b7132f]

        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>  [40cd79b58473d042f93cc77725b7530422f32dd5]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:58 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e00990bd17dcd40b81164657a873758a2e05932]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:53 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e478f27fe01ca96c66de435f0c91188e51ddfc0]

        INTEGRATION: CWS changefileheader (1.23.242); FILE MERGED 2008/04/01 15:57:32 thb 1.23.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:30 thb 1.23.242.2: #i85898# Stripping all external header guards 2008/03/31 16:55:00 rt 1.23.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d637b858a7d799887a5595884b63eb154751fc]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:21:53 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [563f25a21c5a479b7604701d4f1745e3435af32a]

        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>  [520384fce9c1fd38bb539e4d9ff45a5ace137399]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:58 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5b72486c6a46da0ec2a1341eabf6f98a8ca1efc]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:55:00 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4fcb6a2d3e964101f15378145f674c8b354f189]

        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>  [d6f21ea0745bbe765102452fd9ecb20690a0c4f3]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:22 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5379a885a34255797b922e985105df8375b89efb]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:58 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [237c84dbd9f8a82a8f873442490e5d0b335d97e4]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:55:00 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd7746d0a084026a4d4b331d7f9c60a97e88d324]

        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>  [46dcba6baac88f6eb4039789963b4f578f23393d]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:22 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec6ba4b9338a75bbb5f476a8c77bcf82f7c93c5c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:27 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b0ba370730a7543b803fcdbe874707fde30f5c5]

        INTEGRATION: CWS changefileheader (1.29.36); FILE MERGED 2008/03/31 13:27:53 rt 1.29.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def56ee65ec2f1a3a0e159f8f06606860adf7355]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:52 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e21baef75ab25f88146ce5455ca09cff96d928]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:55:00 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c917ba4b630f529323a6196a1aa4cca0d1831a9d]

        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>  [520f1e29ba2f39f8016339e19577e04a76b05ae3]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:22 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4eeb2b800fd13be068674ef045e5ca5b8e60814]

        INTEGRATION: CWS changefileheader (1.25.36); FILE MERGED 2008/03/31 13:27:53 rt 1.25.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faacd31297146e87f48f206592a8be065c80e809]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:57 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abb8beff35b4161b51b88badd8878328ad622fb8]

        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>  [c704291c7af5bd67939ad0a2c529af48b0033973]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/03/31 16:55:00 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd61bc76cf45add14189e31791f9a3295c70a528]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:22 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1fb5ff2551d49625112f45bf0694870f05c6f4e]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:57 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deaa83e0af75a6beb434c1566818add4ab992336]

        INTEGRATION: CWS changefileheader (1.8.438); FILE MERGED 2008/03/31 16:55:00 rt 1.8.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d6a4f8cb0108b8a0cda2cdb4fa3d50b57840381]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 13:27:53 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [938a48271324e015a1ed64a0544154008716ee91]

        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>  [eef0635de5d032efbfcb558a434eb62516465c2e]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:52 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b31bf0fa687f83b8213c97b0d57468ee4c49dec]

        INTEGRATION: CWS changefileheader (1.56.12); FILE MERGED 2008/03/31 13:27:53 rt 1.56.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1513168f5afc21ec230d050a7ee83dd577bbf693]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:57 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [778b926027f20deb160c3d766a79c2e00a8f6982]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:22 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06f72a1199bf48ff282eca2ef24b53e8534874be]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:57 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cea8e60cc315286133e7f728ac8453e5475b02e]

        INTEGRATION: CWS changefileheader (1.86.34); FILE MERGED 2008/04/01 15:57:32 thb 1.86.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.86.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.86.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7c2914b92b61dab87f237c151424d5467e161d8]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/03/31 16:21:52 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8830b1c8d70dbdd1398c772f9ed9fecba6baad8]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:41:22 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b4088c841b5ef5608ef4af559d2d6dc85492f82]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:51 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7fc0d2f33e8d80345cbe36b22dac5f86346d433]

        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>  [be9eb71a456da630f99b8ee7318c24ce633e9183]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:51 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bb958502ce8355f1f58a3f0b5b52fba8b6e1b48]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:41:22 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93639aea752da3299beb9a63ca6a518719dcf9d1]

        INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/03/31 13:27:53 rt 1.26.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0d3ad1ad6ee7eb101a6151bcd0f0951c0c38578]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:56 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb813f259fe5fe388a1f274e785c0116ff248dc3]

        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>  [dd8d9f31267fdd4592dbfd0ac564d8c3388acc34]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:27 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4649e714a667b7f564307497c768a83988e04b64]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:41:21 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b7613be9593c679c32e2102debefd367e19d399]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:41:21 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb554d910cad223651b4947d4a08f73219d72c9a]

        INTEGRATION: CWS changefileheader (1.19.38); FILE MERGED 2008/04/01 15:57:32 thb 1.19.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.19.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.19.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d7811e565c54d60a224a66aa1b562a521faad0a]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:56 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbb898fe658e8f83f6335f15789f6cee5174e62b]

        INTEGRATION: CWS changefileheader (1.34.36); FILE MERGED 2008/03/31 13:27:53 rt 1.34.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [687daf8ff0d0df6872f8a955886b0a5eea2ae3bd]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:27 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6311dacf7494ef9c26d40a894d5abed5d96537b]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:57:32 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08ed27498dbf6a0bfae6a8d42b1ea40a29fb8431]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:56 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14be9a4badfa83537f5ea4466525fe7e8a8ac1d5]

        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>  [cb4806d199ad20f69e6f6913a9346007089ddff9]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:56 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfccedd4c204a6bb43a23898a418bd6eac204616]

        INTEGRATION: CWS changefileheader (1.11.38); FILE MERGED 2008/04/01 15:57:32 thb 1.11.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.11.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.11.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9a14801462052e063fedafb19c68e1783b825ef]

        INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:27:53 rt 1.4.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [516ea422da98ff52ad81457e669839bf50fe2488]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:21 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c09fec2bd72af95a772749e8a76a765aab2f0bf]

        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>  [8cf32d42711e1957178ee4c901eea5753db40a2e]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/28 16:02:56 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad90d960892e026702800fe5a1dad686f6824078]

        INTEGRATION: CWS changefileheader (1.60.36); FILE MERGED 2008/04/01 15:57:31 thb 1.60.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.60.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.60.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06c9a3d50ac51972be17b77d977e140d6e975aaf]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:21 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dc7009d14bf667f3e87b8d61beb5661b8686e05]

        INTEGRATION: CWS changefileheader (1.77.12); FILE MERGED 2008/03/31 13:27:53 rt 1.77.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4422d08c39bdebad5f2219e659e14f5c6b815460]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/28 16:02:56 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52b6d9fb73929cd794c57816a8b3ba03d4862e07]

        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>  [05ff0d70f49637b2082a2f006fb885ff3799093c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:41:21 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ab7dcdf8e43082845ee4369e3a5075af22de6f2]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e557f8369ad0687f26e86fcf0273a8669cb6dbe]

        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>  [fe46d21581aa1bb4092d6aecfe1280d99963c2e7]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:55 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9156895a8dd17657d7d4cf51b52b9ae17e842a]

        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>  [30aff25881876bc6e4971b9638acc5364f4f38e0]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/28 16:02:55 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52331a0ae3900ffa114c12120d8002e9ea6d9bc3]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:41:20 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [443ac8d70058ddafb24c1c5cf86c42d324a27d05]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:55 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [854f2573f52c0e63054678c879cd6c3561f4630d]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:55 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4e96f6de6ca64642317e3f7786b04ed2753271f]

        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>  [1f86217754845eb5c129f83ebb2a7d85b09b9921]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:50 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ef8a076b8bc8dbcd756cd4a69dda8bbbfd6712d]

        INTEGRATION: CWS changefileheader (1.57.242); FILE MERGED 2008/04/01 15:57:31 thb 1.57.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:29 thb 1.57.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.57.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7333dade71b9055e2305affdb8c33f5e221e6ebc]

        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>  [37a9f5e6c879ce92bd99d7e08304e4fc91a76687]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:54 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0417c9c1ee8dc49ed901d697fb1516252dd8c1e]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:20 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [614083f19975d36daa9be02f25b29c07df11aee3]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/03/31 13:27:53 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc17f38b3e0afa7aea91027fec880e3a053d33b3]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:54 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fb40abf27764c020e5cd5a9404fb55c6278e6e3]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:50 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aad4e0f939e48df177a254ddae0588f946df91ba]

        INTEGRATION: CWS changefileheader (1.36.20); FILE MERGED 2008/03/31 13:27:53 rt 1.36.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9ae81856cdb4f8d9e14acc9bd7619edbc9618ac]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:54 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74bf5f9372eddd810fa050064bb0069bdecd770e]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:20 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [340584b1d5f27273e82dc31017d6c2bb5297007e]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 12:54:29 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:59 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f76552f80776e398f01da97d32e6bf3c95d6528]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:54 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48de221ff58753b1487aa89c0909b439bd893ecb]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:41:18 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4bdace12729f688b3f5067c247cfb7da2e85b4]

        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>  [e91607fe0612ee1144d5b301b8dcf31e788d311b]

        INTEGRATION: CWS changefileheader (1.78.32); FILE MERGED 2008/04/01 15:57:31 thb 1.78.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:28 thb 1.78.32.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.78.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1bffb11b87ac4cde88f90248f1c0da2e1389322]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:49:27 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a751b3f0841674aaafe99a7868ba819b9aad734]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:54 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0352f3fcf086a95aeba403ed35d16e158b2759a8]

        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>  [db6057cabf89246ec4eeab71e65e93362cf21e26]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:50 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebbf4c3f67b51a5edaaac2b41a08a26f503a8cac]

        INTEGRATION: CWS changefileheader (1.11.36); FILE MERGED 2008/03/31 13:27:53 rt 1.11.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319e8755964cc41aef97d7e4cd6c23b2deff24d3]

        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>  [eb800592e336d489fc173ac10c9b3e8694f4b00d]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:49 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67f551278aab732ef43e07eeaf58be5986ce1f6e]

        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>  [7f4a1131e7c2aa88d3ec5d7afc69fbc17d7e5627]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:49 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c87361974fb59f99801ab63e55d43819552d90d]

        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>  [73194759e2423c43d9f924d4e0b0148087a570cf]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [589e03e95365e2f2add41125c815e1866026c99d]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:49 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa95c179b223a31b6b0b650d95bd362723227fe0]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb82eaad0414f02d44fc18fe0292a47071da6f9d]

        INTEGRATION: CWS changefileheader (1.25.36); FILE MERGED 2008/03/31 13:27:53 rt 1.25.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3eb6a12985c71f3cd1b1cde4dc87f251ed8651a1]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:49 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ee55e3e239690293bd27dea03bb1aab05d68c26]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:18 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e749554160a7216d68b5d5152181650296b5972]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:49 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2989115f030c76c9a3dd55616108b1e779665280]

        INTEGRATION: CWS changefileheader (1.13.256); FILE MERGED 2008/03/31 13:27:53 rt 1.13.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3de2ed8f5007284eeda251e65e530f3dfec7c9f]

        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>  [be400405b7fab5f68bdb6c904b4f70564b848d99]

        INTEGRATION: CWS changefileheader (1.14.22); FILE MERGED 2008/03/28 16:02:48 rt 1.14.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [098ff965014f45e71c7c30180088d83afdd16217]

        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>  [f0324bb9e84811f9a1cd04af2e12b0d20dcbead9]

        INTEGRATION: CWS changefileheader (1.2.162); FILE MERGED 2008/03/31 13:27:53 rt 1.2.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f42058ad7272b1a4a555b5169be1898036d2e916]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/28 16:02:48 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de8d467e0e677a11cad6914191ebdd73404386bd]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/03/28 16:41:18 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd64374051c5580765dc015fe75de422d78fc01d]

        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>  [7d653c6f8b5827c2fcf1729cc2c36223810e5e07]

        INTEGRATION: CWS changefileheader (1.33.20); FILE MERGED 2008/03/31 13:27:53 rt 1.33.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [151d92d627cecd149c3d08522b1026dbd9a730a3]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb8f605d1c8ce3fbcfa9eba570c6b146859dd1da]

        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>  [e923a534b49d4dd256e15cdfb7b87a2e02f10077]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:47 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6a6bd1888f668f0d3f81a2e96a4d00ab51106aa]

        INTEGRATION: CWS changefileheader (1.11.164); FILE MERGED 2008/03/31 16:54:58 rt 1.11.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b21380c42d78d04611ca293a0942db0fd3cae236]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/28 16:41:17 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a2f28763446ea1ec90e2282b8fd19f212276b13]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:46 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [928da238222f3a88adcbe64d32f2d5abf6825a4d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:26 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b260fce412ef5eab8dc4a602914b07ece733c28f]

        INTEGRATION: CWS changefileheader (1.19.72); FILE MERGED 2008/04/01 16:02:31 thb 1.19.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:30 thb 1.19.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:34 rt 1.19.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e00b789727480384ca32d42366d45f07135b4b5]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/31 16:54:58 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [005d187ecb0922df9e5fc5b4528a07f232952651]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/28 16:02:45 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7368e26acbf12508e0d6a4f4e8f5f370466a28eb]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/03/31 16:54:58 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d4e16f576245273ccbb236a580dd03392344d83]

        INTEGRATION: CWS changefileheader (1.26.58); FILE MERGED 2008/04/01 15:57:30 thb 1.26.58.3: #i85898# Stripping all external header guards 2008/04/01 12:54:28 thb 1.26.58.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.26.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4efaeb45852280d7e875bb695a8aeba6eeef3059]

        INTEGRATION: CWS changefileheader (1.40.36); FILE MERGED 2008/03/31 13:27:52 rt 1.40.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3e120ae382e11901b61f2f5373d6d6c5578ef03]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:45 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7985a82d658a0c3a0d8dac1f621397076f9e4f09]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:41:17 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ecfcb83eb2ea2312fc4d33f2cba4b96f7346719]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:41:16 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4467b94946e828c3cffc277125995faf0a9e759]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:44 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [432ef5f71a0231491e6dc9e13a4ee49bcd1ca1a7]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:50 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1df150700a64e0a8ac8fc941ef62125e1e0a6cbd]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/03/31 15:30:34 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [657efa9d05bc4f41607a42f87a996e57f8f0f88a]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:43 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8068be3a7382f79f1042199c33313e2c45e1503f]

        INTEGRATION: CWS changefileheader (1.94.38); FILE MERGED 2008/04/01 15:57:30 thb 1.94.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:28 thb 1.94.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.94.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c16fecca9d0de3cc8affe3fb4776c4015ffd830f]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:48 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84bea689238cb628fba7f649f5fa160834677d46]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:31 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:29 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:34 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c286de5f5cff09c77291bfaf6be3670903354917]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:41:16 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23dab8ef8091a9176431e9b7c492dc20b3115f76]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:43 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a79f441db08ca1fa098ca27fd16e5acd8da8bc0c]

        INTEGRATION: CWS changefileheader (1.70.12); FILE MERGED 2008/03/31 13:27:48 rt 1.70.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2eb127ac249574b260ca0f860c0c88443436e7]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:42 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b13e90bbb5e9dbaae4582a17f79726c7060e88d9]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/28 16:41:16 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cbc503886858db2a96897ae8095bd2118d3e665]

        INTEGRATION: CWS changefileheader (1.6.86); FILE MERGED 2008/03/31 15:30:34 rt 1.6.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d6058d92d37cb46e657c94cab16477260b476ea]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:49 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2200fdd78cecad040722b6d22018ce495cbe8018]

        INTEGRATION: CWS changefileheader (1.8.54); FILE MERGED 2008/03/28 16:41:16 rt 1.8.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a423b517de495f772d01e1e30ab6b3fc1e0cf087]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 15:30:34 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9aeaf3ae8b27e8f40014050e1ffa6a238a751cd8]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:42 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fe21b2ea57677853e52fbc05d80a42adf9b847d]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/03/31 13:27:48 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3392b89660aa0cc3ae974e6698b770596e03cf28]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:24 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46c4be1d2653eecb49749b58c7d939854f286a00]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:42 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40c39f22e509f7aff75edf72e6a880bbc596ffaf]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/04/01 16:02:31 thb 1.4.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:29 thb 1.4.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:34 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [416a57be3b802b8de064264bc1e024b023afc242]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:27:48 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc71901cb9a5c66ffb749cc397bd81c8ecb1af87]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 16:49:24 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6605e6def53e5c4b016be757a13078dda605479]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 16:02:31 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f3c8e19433f23e3ad1cbbf47be2bf73a881f215]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:27:48 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d2cbd779805503b1564cb713ce36f6fe130f0d5]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:41:16 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf4471dcf3bcd594ddda03c7f1a16fb10b995251]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 16:02:30 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:29 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [886449da2675bc8ae36f1684de0729748a247b71]

        INTEGRATION: CWS changefileheader (1.8.182); FILE MERGED 2008/03/31 13:27:48 rt 1.8.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8690a310b0441b14b605a8e7c2ec0870e4b6a53a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:24 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9f6afdfb58cdc487915b9665d3f4056ae1fe89b]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:41 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2768464ab3e3a7d594a515e24ad4e16a5d30b8e2]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:57:30 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:28 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b712e9004715b94573164c896786c22a1ef650d]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 16:02:30 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e41d5f64e812fa018e0c5fb8dd648e35f4eb176]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:41:16 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f815317a852866bc1e6cce7cd3c70fe618b6703e]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:48 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2867df6e2dc5886eb28426e7b113b252a57bbdd2]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/03/28 16:02:41 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9df144a70e82eedd7b0837e7788057e09d36c402]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:54:27 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [add39af4a481b15a163a66e66a8b6b89ae92c90b]

        INTEGRATION: CWS changefileheader (1.17.212); FILE MERGED 2008/03/31 13:27:48 rt 1.17.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a72737f74f4e1522769fe2ac85402b5955f1412d]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/04/01 16:02:30 thb 1.4.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:29 thb 1.4.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3323dc7bbbf1c0c4704e45854f5c8323375551c1]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:41:15 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b4187afe379ba804c715f7551e24cd488cae028]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:41 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fea263d98b9bec1de7fd5975ebb196dfff622e7f]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:54:27 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbb3d1efb0d888a6d42fb4abe7b8da73d5c2073a]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 16:02:30 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ba5f982bd967806bfaf13a727fb3b767ab68648]

        INTEGRATION: CWS changefileheader (1.4.308); FILE MERGED 2008/03/31 13:27:48 rt 1.4.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9abc82f73e2bda950c123b1ba88d4ab2fddd4885]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/28 16:41:15 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e88ffbb55d96489c1f0ed21d779ad4759d67b2f2]

        INTEGRATION: CWS changefileheader (1.4.6); FILE MERGED 2008/03/31 16:21:49 rt 1.4.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc1c05eb875c168d074b40c466b8acdb412a2741]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:54:27 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed16b803a3175c6fbacfb86cde2f26b0595bd969]

        INTEGRATION: CWS changefileheader (1.10.54); FILE MERGED 2008/03/28 16:41:15 rt 1.10.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4613ffaf45ed3845ed2abf9bd2b95e8712d6e4c]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:41 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11dbe4b699b7eacc39ce6d44e04fa84898eeda9d]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/04/01 16:02:30 thb 1.3.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:29 thb 1.3.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9e22a48e0c7fcb83d1a0f068c2d5f22868e5495]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:41:14 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2df49dc92558a2a24760b042b6c6bce8a67e282d]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:41 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28823a3c62b072cb98da1e864362e88519ef83f1]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 15:30:33 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90a0f2bf9b3fc2baa55df73e27ca0c649e4871d4]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 13:27:48 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64bada6b37a7c266521025119a1f1d9e240a3e65]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:14 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93d965e80210ce2c552011795522e77ae3370302]

        INTEGRATION: CWS changefileheader (1.3.186); FILE MERGED 2008/03/31 15:30:33 rt 1.3.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9ca3375087610ce58a635a0dbf6787eccc1f144]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:54:27 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:58 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a105eca3c4a087dad456f4e1fd7c2f90a199c7e2]

        INTEGRATION: CWS changefileheader (1.9.246); FILE MERGED 2008/03/31 13:27:48 rt 1.9.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd08df66825ae945e0499cfab844bc5971c2718c]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:14 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe88f0e054ecd2f9e59487110e90e35842ebe090]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:40 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d74c48f81f16e489552e472ec667a190b5766be9]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 12:58:28 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:33 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac5a971fc8f8f39c29648dfe313d7a6c5664547]

        INTEGRATION: CWS changefileheader (1.15.38); FILE MERGED 2008/04/01 12:54:27 thb 1.15.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:57 rt 1.15.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d503cf778cbc5ca43a4d457a133d531eec146458]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/03/31 13:27:47 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [588450a2b938033d74757b2dcaaa2252a1179ee2]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:41:14 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba93b1665afd561cde904a747a6656561f432dcf]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:24 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3f3aef7cb618c843216b5e87fb8026ef1e38ac0]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:40 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [420f7d00d8760ddb6e17ef76ef704eec0a5a0921]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:29 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a80a1f3bfe9d5ea27f77ca7d6bcef678609e62d8]

        INTEGRATION: CWS changefileheader (1.29.30); FILE MERGED 2008/04/01 15:57:30 thb 1.29.30.3: #i85898# Stripping all external header guards 2008/04/01 12:54:27 thb 1.29.30.2: #i85898# Stripping all external header guards 2008/03/31 16:54:57 rt 1.29.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [604a7d7858d549a9d687fc1277c590d7fcd448ae]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:47 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e57662eb6f87d920459f117de63d379f7954993]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 16:02:40 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d5939b149b5a9bb3fb0198cf2e95fda57ce8d82]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:48 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f564ebb1252a09edbbce2225fbe38a7d9c98e251]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:57:30 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:27 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:57 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3e461c67771b44905954e03d22e11f7b0d90da8]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 12:58:28 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e34f9b0d025156c1927068a97b3c46885227b6]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:40 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1dad6a20ee2f84e6787049c6a94ed69171beca9]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:27:47 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c93aa805335dc36c7f79abc146534a64f38c8b83]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:41:13 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e1932f362e644c02a833179f99a3d6e19f2b489]

        INTEGRATION: CWS changefileheader (1.21.38); FILE MERGED 2008/04/01 15:57:29 thb 1.21.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.21.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:57 rt 1.21.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2ef858263a1cb6e420404cff0ee435f8f9f8ac0]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 16:02:29 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20706ca476e975edf99f5433be15f26290e09848]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/28 16:02:40 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [672c0529f66ade6cfa3efd9a565dcb8c6bb907fa]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:23 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [736a300b556006388d8a3f45fe90518eaf4a4117]

        INTEGRATION: CWS changefileheader (1.9.338); FILE MERGED 2008/03/31 13:27:47 rt 1.9.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c16da5bfc021597c885287b482e3fd40cd06438]

        INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/03/28 16:41:13 rt 1.9.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4004f7c5e687134432243945da2c6afabb3044b2]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:54:57 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5476306f6fdb9e4aecbf51bf2d0e81321a1f07e1]

        INTEGRATION: CWS changefileheader (1.19.2); FILE MERGED 2008/04/01 16:02:29 thb 1.19.2.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.19.2.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.19.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d899ac5886d5c3f574c4313cd7a4771bac50099a]

        INTEGRATION: CWS changefileheader (1.14.246); FILE MERGED 2008/03/31 13:27:47 rt 1.14.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [191cf481f7733067c58426e1ff7a864393f3dc47]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:40 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1f2dfb0f65f17a90c921f1d9b6f0af0962c5e29]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:23 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49d27644aca04a964c2ab9cae7ccfa21580ef939]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:41:13 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53593ebf885b69a4dc040d74dbe2101674a678e4]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:57:29 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:42 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [874c426426720035c2ccb4c40b68e3cf3d66d7ce]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 16:02:29 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d248863e75f07177d53d574cf1f9dab21e8084c2]

        INTEGRATION: CWS changefileheader (1.38.84); FILE MERGED 2008/03/31 13:27:47 rt 1.38.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95405837f67e18690b99677f41c0b0538fc3e79e]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:02:40 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81e1b0b265994e3486be34bc8e1b0d2a8c281f3a]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:12 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f27e8104b978da42b344c97cee601217c5572526]

        INTEGRATION: CWS changefileheader (1.7.738); FILE MERGED 2008/03/31 16:54:42 rt 1.7.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [346f84885c58a1ba0d3f129c3574dfa128b2b35e]

        INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/04/01 16:02:29 thb 1.17.62.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.17.62.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.17.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65e4d6aef6ae7c6a5453fbd41f2a36322329607d]

        INTEGRATION: CWS changefileheader (1.8.178); FILE MERGED 2008/03/31 13:27:47 rt 1.8.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9815dae4e0b69e018d07564852f4605c77bc8b6]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:39 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71794717902576cdbb366d640904912200a77371]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:21:48 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a5564bdeee79ea3ca7ab0e0eaa3ba95a5ab0402]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:41:12 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a096a42377a37c937a65cd3e8da0d5310166e45]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:57:29 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b37a3e53f2ba5de3ce6dda4f9c5763e3f610e35]

        INTEGRATION: CWS changefileheader (1.20.72); FILE MERGED 2008/04/01 16:02:28 thb 1.20.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.20.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.20.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [599af91f61235a204189ba2852765e76aab90547]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:47 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15a0b27c502375e0db0c1353cfe3c5b8ea8d85ed]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:39 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73fac74067c461a8006c9ce8235d741c68c5fe3a]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:11 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fcffd38ffd2c05a0d8c95627937fd3db56095d9]

        INTEGRATION: CWS changefileheader (1.29.36); FILE MERGED 2008/04/01 15:57:29 thb 1.29.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.29.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.29.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbff2e8d7bb88d1a8f791be2812e7898cdd727ba]

        INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/04/01 16:02:28 thb 1.22.22.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.22.22.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.22.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb096857a5adec13505eeda8f9945fdc2718b690]

        INTEGRATION: CWS changefileheader (1.3.432); FILE MERGED 2008/03/31 13:27:47 rt 1.3.432.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43af4233ff8a55d44ebaaa814b9768ea547cadd1]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:11 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef6ff62ca252febbb7433505ec79be6f5305ec8f]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:29 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6c487c296c9ee9fb73521a7cf7141bf3b134ef2]

        INTEGRATION: CWS changefileheader (1.8.308); FILE MERGED 2008/03/31 13:27:47 rt 1.8.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8e368219cb9ba7f1f5a2caa3b2f1a2cb35dab87]

        INTEGRATION: CWS changefileheader (1.60.2); FILE MERGED 2008/04/01 16:02:28 thb 1.60.2.3: #i85898# Stripping all external header guards 2008/04/01 12:58:28 thb 1.60.2.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.60.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92453f1443f31293cf5faaaa103b7edf1329c887]

        INTEGRATION: CWS changefileheader (1.10.718); FILE MERGED 2008/03/31 16:54:41 rt 1.10.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69d2495a3c22fcc2fb613288c480d12dea1f63ce]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:47 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97579d148b465dfaac7b59ed2aa62a297d3b3a38]

        INTEGRATION: CWS changefileheader (1.42.16); FILE MERGED 2008/03/31 15:30:32 rt 1.42.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [285a51e99988feed8781a45f8ab31c6c763122f7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59035017f326ae2d8b27920e3012361db3f428db]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:57:29 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afe1ba4c297bf19af1931df8ab9ae59f3aa52173]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:27:47 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81417dca0b14fcb2c705791e3c610cf29500c13b]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 16:02:28 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7661baec703e215982f5b32f60269c4605dc8f22]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:11 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bad5ba57923f9b51126232c0685bfe507af4204e]

        INTEGRATION: CWS changefileheader (1.5.176); FILE MERGED 2008/03/31 13:27:47 rt 1.5.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed3fef986f45eb1a21b9fd160b26d423a6368389]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:39 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e74e7f0535ceafd045d82208c8be333bd51da96d]

        INTEGRATION: CWS changefileheader (1.18.16); FILE MERGED 2008/04/01 16:02:27 thb 1.18.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.18.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:32 rt 1.18.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df2b981df4f7435355b12443aa7bab1177d1378d]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:49:23 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fee8900c24d9148da3fb68881778d4972f87495]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:54:41 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fce1df2a4221052b8cc44a60eca1db7bf9a3ec9c]

        INTEGRATION: CWS changefileheader (1.8.434); FILE MERGED 2008/03/31 13:27:47 rt 1.8.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e9da804d1e07651c04935ca5f8826731f4fccee]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:10 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [423b4757b92ff0c84de260102f071ce5e6ad66fe]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:39 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16be5717fda2936758b39af19be5c61f0580f445]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 12:58:27 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d1490e4e1fea363fc8fcf4ac7cc24ae9250eb5f]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:47 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee70c5bbe48d480f089f9a60a8a5cc2d951e8305]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:10 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f92186746f8dd0e70d734a0af85a0b4f4c44ccf3]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/03/31 13:27:47 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d4cf7d1ed5834dedaaa35ee51ae485816dc43f1]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:38 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9b3564da800d3cbb33e73bfddbfea0321342d19]

        INTEGRATION: CWS changefileheader (1.13.62); FILE MERGED 2008/04/01 16:02:27 thb 1.13.62.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.13.62.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.13.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9864a418f36c0280547d4acb5e708a39c5f9e10a]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:57:29 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2499185aba1e5c3e7269ccda63f568bfb676a9a]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:27:47 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca97ee82da76c11e790c62b4705dbd766b0a1c22]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:38 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dffacffc6557d02f3b458581dd4966ee17fb0a7]

        INTEGRATION: CWS changefileheader (1.23.16); FILE MERGED 2008/04/01 16:02:27 thb 1.23.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.23.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.23.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4621024068cfffc8171d1f613acd461afc0b586]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:21:47 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e930358d4d3288b6871009a9aaed012fab1346e]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:38 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b726e1930d49030f6ec8eedcb83ad877f978beec]

        INTEGRATION: CWS changefileheader (1.12.152); FILE MERGED 2008/04/01 16:02:27 thb 1.12.152.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.12.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a97faafa044ab4391e7e60ea050e6b1a4473a57c]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/28 16:41:10 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d5b90e02af8d27497f055c85e92c4b10d0df452]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:37 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccd441e087d3fd8ff5ccabdf2bff6ef8e2196d13]

        INTEGRATION: CWS changefileheader (1.29.42); FILE MERGED 2008/04/01 16:02:27 thb 1.29.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.29.42.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.29.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67d93250509f478c9620ee197f3046f0fa61ece7]

        INTEGRATION: CWS changefileheader (1.50.242); FILE MERGED 2008/04/01 15:57:29 thb 1.50.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.50.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.50.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [905c5e31c06c952879f5776338659a63eef53bb8]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:47 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [495f6dfd54c2b9a078f0d3d751080cc1156f317b]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:37 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c58a32d937712c86ab40c99e9f553c01cfd38bf9]

        INTEGRATION: CWS changefileheader (1.53.16); FILE MERGED 2008/04/01 16:02:27 thb 1.53.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.53.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.53.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dd0298cdc9f4b7021338d0d70078f240d42af87]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:09 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [041ffd411275d27e4c8ca9d2af8d10e4802b7cc4]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:22 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f424ef01e1bd6d1496d04f66ff1ab4e62e2bf817]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:09 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a45515990c1bb36d9285e9127843099b53197041]

        INTEGRATION: CWS changefileheader (1.7.138); FILE MERGED 2008/04/01 16:02:26 thb 1.7.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:27 thb 1.7.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.7.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b445c18bc43938aa146a93065e48d1eb7dd61485]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 16:49:22 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [579921a247929127f933d2e4bb908551357184b3]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:41:09 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5afbbb4e6014f486d5d9e4713777f8caf22c577]

        INTEGRATION: CWS changefileheader (1.23.16); FILE MERGED 2008/04/01 16:02:26 thb 1.23.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.23.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.23.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c7b7e0526514616698404b16cf06dff9ded0785]

        INTEGRATION: CWS changefileheader (1.8.28); FILE MERGED 2008/03/28 16:41:08 rt 1.8.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d7958001a50aa03663bb8a90e1fc7c03a398025]

        INTEGRATION: CWS changefileheader (1.7.138); FILE MERGED 2008/04/01 16:02:26 thb 1.7.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.7.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.7.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5e8ff5c1211ae26553b66aadec70d8e9cd30f79]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:37 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b38578fd57840296df70cd74fa945908fc14e17]

        INTEGRATION: CWS changefileheader (1.104.38); FILE MERGED 2008/04/01 15:57:28 thb 1.104.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:26 thb 1.104.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.104.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f5d05c344852cd11526b01e6063cb4cc4ea470]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:08 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fd729a8ec375564d204053bfd5799eeb68a2d85]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:15 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1724008ae24448fcc49a77bf806dec227c4f892a]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/04/01 16:02:26 thb 1.10.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e4257f82c507b8360443f7e3a38c46793fd35dd]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:41:08 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dfb3de893a72d01ff8a09f0447e50539168ef8f]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/28 16:02:37 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [269b4605ead2fe66ca916b653ae089bced15c29a]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 12:58:26 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ee50f24cd3a3a019810780be3c6df127d179f8c]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:47 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0343f1c1168b2a5380fceccd760b45b95c98ccd4]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:41:08 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61c552fd0b144048a1972186ee37f4ddb7d4f937]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:36 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93de074397855ab98c1f504eac26f9e8a901ec26]

        INTEGRATION: CWS changefileheader (1.10.16); FILE MERGED 2008/04/01 16:02:26 thb 1.10.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.10.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.10.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7060c836f9a7bfa7faf50e974eb49d68de752054]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:07 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa05b750c82eafa341e622a5795dbb281a15fb5c]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:49:15 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98a1ee0e3696315130121584daa374273512eaf6]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 16:02:26 thb 1.5.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68bf2c25a7e7213da004122bd6220c7af36d65c0]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:46 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fda5ddf145044da3e5b6bd21ae6d9dd8b25f99c]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:07 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eafa03f1dfab3c026eb2a44ce72acaa04ccfa32]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:35 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bd03b6f8499e8d5ee2f380f9e82c1a78f6211a7]

        INTEGRATION: CWS changefileheader (1.16.16); FILE MERGED 2008/04/01 16:02:26 thb 1.16.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.16.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.16.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a4882754b41c71f84011546cd3af362459f24cd]

        INTEGRATION: CWS changefileheader (1.16.36); FILE MERGED 2008/03/31 13:27:46 rt 1.16.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c3041bef820f7cb90e13fe8bae2bc86d0b73b7e]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:41:07 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3d104333aa768f9122da594fd7aa0df034007da]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/03/31 13:27:46 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6d4923e4172b7afb329472c5cffa4c6aed400f6]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:57:28 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:25 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a92a3547c14144b89938d05d4aa7b070c86f56f0]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:41:04 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1edc727963b784c33469744fdc30c3a893ba8084]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 16:02:26 thb 1.15.16.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:31 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0bca6b56977b9eeaa883526ad1dafaadc041300]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:34 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92bcb389db985431f4640cca49b3ccfbe35e2e3f]

        INTEGRATION: CWS changefileheader (1.4.308); FILE MERGED 2008/03/31 13:27:46 rt 1.4.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d81e8c1e883fbdfe0cfd9cc3cb0d771b88c9e26]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:15 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4156ab32474adbc820f3d829dfdb9ded0bc59d6d]

        INTEGRATION: CWS changefileheader (1.63.36); FILE MERGED 2008/04/01 15:57:28 thb 1.63.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:25 thb 1.63.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.63.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a653adb3fdc634b374ce9fd639271eb3d9aa7c5c]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 16:02:25 thb 1.5.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:26 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8be5d92d2b8aca90d2d3912b3aff58ac5893e46]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/03/31 13:27:46 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [812a8395d70144b77501fd82f3887a972644992a]

        INTEGRATION: CWS changefileheader (1.15.16); FILE MERGED 2008/04/01 16:02:25 thb 1.15.16.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.15.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ef168e51ee43f12410c86036af8819a1d04b12a]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:04 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c7146709c12ff337c42771f196a60d6ae8029ff]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:33 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d648e3dcc512ba91343441bdf2956590ba92a1ad]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 16:02:25 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677de9a6e9bf32535bcc4810bf1360b05c51d759]

        INTEGRATION: CWS changefileheader (1.7.54); FILE MERGED 2008/03/31 13:27:46 rt 1.7.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27be737dd933ef33e351acbb7edb5d71fe7b335b]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:33 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c49dc2068da40e209f8688c5cfe3ea81ecd229a5]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 16:02:25 thb 1.7.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a60b8c4a1c97b988c10856ddcc6f61f2262cd2ee]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:32 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54a9d6a57f7e361ceeac602d590b40ed1a5cb2c4]

        INTEGRATION: CWS changefileheader (1.3.82); FILE MERGED 2008/03/31 13:27:46 rt 1.3.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [152c8596a8639abe3372385581a1ac98ae676a44]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 16:02:25 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e6856c0129ba8cf1a88074319e8ced69c334e52]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:32 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5aaf58de8c7d3c8da594952eaf6f5104d3931fe]

        INTEGRATION: CWS changefileheader (1.8.162); FILE MERGED 2008/03/31 13:27:46 rt 1.8.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [642bff19fa85d75c48c3cafef66c445629af9358]

        INTEGRATION: CWS changefileheader (1.12.42); FILE MERGED 2008/04/01 16:02:25 thb 1.12.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.12.42.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.12.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5321ae5def56da16fc05753abd6955f9d974dc6]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:29 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fbc628a54edc8cec80a41159eeb9b4e2c43df5e]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/03/28 16:41:03 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84e6027bf6d9a8633c4129054ab9e9e546ad74f2]

        INTEGRATION: CWS changefileheader (1.13.42); FILE MERGED 2008/04/01 12:58:25 thb 1.13.42.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.13.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68aeff637998422827f50241c1a1b4d44cd75eef]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:29 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [008f7faebb3a8a3a4007e13188cc17fc06fd3649]

        INTEGRATION: CWS changefileheader (1.19.72); FILE MERGED 2008/04/01 16:02:25 thb 1.19.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.19.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.19.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c339c6fec82400c7c1d99607425ab0859cd1e945]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:41:03 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca636e439e67c5d33d6360623daa9474c748ac87]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/04/01 12:54:25 thb 1.27.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:41 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8637047c5c4238f9579e9ff2a5459f67d05e1e7d]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:29 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71829adfff932e38e1477899ab5e74805e9a973c]

        INTEGRATION: CWS changefileheader (1.17.62); FILE MERGED 2008/04/01 16:02:25 thb 1.17.62.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.17.62.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.17.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18d9bc897cf063dd8f1fd6fc498aee5509c99292]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:03 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f5eda7909c1682005f0a68f596f98fabd83163a]

        INTEGRATION: CWS changefileheader (1.8.434); FILE MERGED 2008/03/31 13:27:46 rt 1.8.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec804d16f6083c36b6bd3e429e17b79a95ba1375]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:29 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e430fc14e6ff10196b510de3fbedcb1eda5a470]

        INTEGRATION: CWS changefileheader (1.27.22); FILE MERGED 2008/03/31 15:30:30 rt 1.27.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bdd5cdd7d3a7df1d466195082c45f139e9ec4fd]

        INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/03/28 16:41:03 rt 1.11.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf0926fdd5380a6ec2d1d71afff607aeb449665e]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/04/01 15:57:28 thb 1.26.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:25 thb 1.26.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b54a4ad2a9320f5fca8be786f30a21499e7093d0]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:27:46 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f567a64fcbfa8a2c02e87e0fe1721258bcc4d6a2]

        INTEGRATION: CWS changefileheader (1.8.66); FILE MERGED 2008/03/31 15:30:30 rt 1.8.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01adca257c9457499635a8f871d96c521acb5680]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:03 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cc27ec4fd62d6cb3144e767eda9f23d844ea9a4]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:14 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5182666e4621f001587b0f82a6dceb04d2d938da]

        INTEGRATION: CWS changefileheader (1.8.42); FILE MERGED 2008/04/01 16:02:25 thb 1.8.42.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.8.42.2: #i85898# Stripping all external header guards 2008/03/31 15:30:30 rt 1.8.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3079b6a8bb3003f6f1945547126dbf3e15590072]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 16:02:24 thb 1.4.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:25 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6993b248b995a2c9bb51b661ddc583315e6c3675]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:41:03 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d7d0235f03e64fd6c24d7d6d51c62e53ea838b7]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/04/01 12:58:25 thb 1.5.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a12058c87208b3c0701bb104de622804db63cfb6]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:46 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed48a425b41c88f08faa114cbf81c653230ea172]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:41:02 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14fbadbc3f363076838f2cee977d42590b61ecb2]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:28 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [765c66037363803a9b88afc74e61035d4a53bb5d]

        INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/04/01 16:02:24 thb 1.8.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.8.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b21a72f266cf20de4eecd0f43281ba518606b58]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:40 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a33e9de2ab8a187e94ae76461f982a1fa9aab493]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:02 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f91aee35baed1a91e85e3012881247f9e3f5b56e]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:49:14 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4beb448e97a33a88769c57b11ae82ffe9c12e19]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:28 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d85bb5a4d584ce0a911735fbd5780938816e530]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:46 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae12f26107bc780b09175f0dae9e75d99e8fd350]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:01 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [397b0bd4a579c5456f27480c8eadf159f5a2ddfa]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/03/31 13:27:46 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dabd054b5ebdf0cc7f4be0eaed6598356685d3fa]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 12:58:25 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [292786c86589bbbb58069ae973236c06bf66b388]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:57:28 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c13000774ce48a2ba88531ffd65a2a2385381a71]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:46 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec4de798e1bd27124d42c9279a454d434ac8b171]

        INTEGRATION: CWS changefileheader (1.7.138); FILE MERGED 2008/04/01 16:02:24 thb 1.7.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:24 thb 1.7.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.7.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [925cf5bae6766b6f9d631382a2657d2b55be5d98]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:41:01 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f8280d2e7037d5372d9612df93eee9c1e084c18]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:54:40 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec80156c1635056977db7e82f2621c251f6a30c5]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:27:46 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59b2406b538dd3157dc62df3047b1bb342d269a3]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:28 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5b709c89dcacc781513393e2b37529a1efc778f]

        INTEGRATION: CWS changefileheader (1.11.66); FILE MERGED 2008/04/01 16:02:24 thb 1.11.66.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.11.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da3b0852194398e6ccb7e7942a9a71b680c177de]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:41:00 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf7f25922bde5931b96317dce613eae0142a5886]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:54:40 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2446c4fca36007fef54a419224e7c7c5408cfacf]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:27:46 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d09d7d483e1eb1fc9c0e075fa9572a92d4124f32]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/04/01 16:02:24 thb 1.10.62.3: #i85898# Stripping all external header guards 2008/04/01 12:58:24 thb 1.10.62.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3c8dabcc889eaa44b7ac61587f1910836eea0c0]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:28 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8539d0a91dddb06c5bba68977575c93767f6e048]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:41:00 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27d3de6743d22f3c8cd7c1b62198014d7af188d7]

        INTEGRATION: CWS changefileheader (1.41.240); FILE MERGED 2008/04/01 15:57:28 thb 1.41.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:25 thb 1.41.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.41.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd7f9c2329e59ea83e7cc51e60ee3562a78c55b0]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:27:46 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f1afa30ec515e705618c709a286c8defb8965f7]

        INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 16:02:24 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/31 15:30:29 rt 1.4.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6100b8d42d5af4748a544f81fd31a111c7d243d]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:41:00 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6c9ad84dd631bfc80f7211bfbcd9786c3c508c0]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 15:30:29 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8f0c548e013a6a35ad9e0eda2a2b33802f04584]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:27:46 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c6354fc043fcc2f481983f82261b168951f6c1d]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/03/28 16:41:00 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d3094a6396fa789646edfdd68c8a2991860f54d]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:27 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13c765e7f8272e7a409016cc955e1966ce8d47a9]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:57:27 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8db6d86072a49577074af359539650424d39a2c3]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 13:27:46 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a408a84385dd814bca8b0aef2e0a62f0e9f8989c]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/03/31 15:30:29 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a15e900712b6110bfb99b2cfeec9ef542472673]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:27 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [177d92f63379c6b61622c16d7681616d886e3b4c]

        INTEGRATION: CWS changefileheader (1.9.738); FILE MERGED 2008/04/01 15:57:27 thb 1.9.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.9.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e857a6cf09d9d0e4a18edd3c2f71d95f39cfac8]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:41:00 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e62be4a257596deeb76d9886ce7ca8d0e1f4a3a5]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/03/31 15:30:29 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a0235a0f2da88a5b62d9806a872f97b4f6eda07]

        INTEGRATION: CWS changefileheader (1.103.12); FILE MERGED 2008/03/31 13:27:46 rt 1.103.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e5e893ff615846e16f1c6e1c5b19071a56c1975]

        INTEGRATION: CWS changefileheader (1.50.34); FILE MERGED 2008/04/01 12:54:25 thb 1.50.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.50.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3643010b8732b1ef101009b76d99a579ed4d0e84]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/03/31 15:30:28 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4df59fa823f1d78601efa98344e307bc1cac5093]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:27 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee97fca3a0ca59bce122039ead97dd81a8dee05b]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/03/28 16:40:59 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f839643dd7b35db9139b0db50087c92a69b7abb1]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 15:30:28 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c0ed0337566eef62d36c5858845192fc0b446af]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:46 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fafe01272b60f04f2e3dd89bf1918defc75059c]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:59 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bd1e89e79a8be199bdd2dcf8eb60989bc71db4e]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:27 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8f41dfa56e11b9e493f6e201d66a5cafbfd90ac]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:27:46 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac0fa870d5002a33ab7c28e8681342e6023650e]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 15:30:28 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52de2458a9966e40bd81096bf6237f7e75710d1a]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:59 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58d5d1cd09959ec54dfffd7e8a00f06d4aec1729]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:27:46 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4c80596828ffcbe1f1db295e1c101b374384b4c]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 16:02:24 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:28 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9700702520558e7b3e56718dbb5ea19eaa3c59c]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 12:54:24 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [268881427cd76043696e432c0390532e87d9cfee]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:40:58 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5180befe92de29c9a2cdb4e33b4214179d873980]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/03/31 15:30:28 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5326e9df38a79aff301f4bad3239882a89724f0a]

        INTEGRATION: CWS changefileheader (1.7.82); FILE MERGED 2008/03/31 13:27:46 rt 1.7.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81d1988e4a17e361b0d33a5a765f5e7e822b8f51]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/03/31 16:54:40 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bd7680118fcab91d39dad6e2c5e63489947f224]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:58 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a7433784ee4c7323556d7c131a3ce7ef3eb0403]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:24 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:24 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:28 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4efcaa50d7dea2c1ba3f87a1a893e844b0eca531]

        INTEGRATION: CWS changefileheader (1.15.84); FILE MERGED 2008/03/31 13:27:46 rt 1.15.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80fa8b0eea78f31b472ad200f8aec56dd2983de9]

        INTEGRATION: CWS changefileheader (1.18.738); FILE MERGED 2008/03/31 16:54:40 rt 1.18.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d208f2d55b91e98525d2a64439fac3aeefdedf6d]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 15:30:28 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00ef33d862b0691502f4e614868f031f96fac84c]

        INTEGRATION: CWS changefileheader (1.43.242); FILE MERGED 2008/04/01 15:57:27 thb 1.43.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:24 thb 1.43.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:40 rt 1.43.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5001daa3d5615c19818694753780b57d991bb6b]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:02:27 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67bfadcbaac8e321a8455b176eefa5acb3015a14]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:58 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb4cc52e83e119708f213070207099b72641102c]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 15:30:28 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0050b2f49559e2e855c14becb839127ce181385]

        INTEGRATION: CWS changefileheader (1.4.340); FILE MERGED 2008/03/31 13:27:46 rt 1.4.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96c950d06b69a4bf58b10c5a2c82b212a137c0b3]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:45 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd178e5a91a5e85e1edc387c8013f5bf2d1c4450]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:39 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e02a110c2b813a515ab2089e78b757a8685b7d5]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:57 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [067f537619c14b43809577ed705061a08f700940]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 15:30:28 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f6a012619e2f9986a4a71acaba1126719c8f2c2]

        INTEGRATION: CWS changefileheader (1.11.160); FILE MERGED 2008/03/31 13:27:45 rt 1.11.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a0d68bfd7f3df550aa80b79955873a2856190b3]

        INTEGRATION: CWS changefileheader (1.8.718); FILE MERGED 2008/04/01 12:54:24 thb 1.8.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.8.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e40ffb151faa3f0071e7502d4fd8b0ad4a9dab4]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:40:57 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [039a0fa441f36bb03e9a975caf70536ec986aedb]

        INTEGRATION: CWS changefileheader (1.11.434); FILE MERGED 2008/03/31 13:27:45 rt 1.11.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16d9d78c11b95c9300de4aa49c1adb395a37154a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:13 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2717fa98f74813a5030e9ff557c2a9d3fb34d6ae]

        INTEGRATION: CWS changefileheader (1.25.242); FILE MERGED 2008/03/31 16:54:39 rt 1.25.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c524a6eccbe5c3f1b785c7bd5ea60e376295746b]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:40:57 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1063f18c8fa8ffae2b333101e7afbd0e9624f644]

        INTEGRATION: CWS changefileheader (1.35.96); FILE MERGED 2008/03/31 13:27:45 rt 1.35.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58548a037fbd236f387fcac42a9bd11804e12148]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:27 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbf4aec6c7d3621c327cbc3a80c9fe677d82099c]

        INTEGRATION: CWS changefileheader (1.88.242); FILE MERGED 2008/04/01 15:57:27 thb 1.88.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:23 thb 1.88.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.88.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a28ddbb18c15054f3e7319a53e6f31f70fafc2f]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:57 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9004e9bb7f69ae1d9581b13566e6ed35bfd7fda6]

        INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED 2008/03/31 15:30:28 rt 1.6.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bffd80491f41dd8bdedd3806968d84af690a2223]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:27:45 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9f08fa20f47b66e52b43f5da4b0fb4218e88381]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/03/31 16:54:39 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45115de5df706762dc6e7c3ea7c270eae3139518]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:56 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3699ffe27e416ef1676103cb8695ff6c38e3715a]

        INTEGRATION: CWS changefileheader (1.18.8); FILE MERGED 2008/03/31 15:30:28 rt 1.18.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28bb66c41d16fdaeeb05a456de7e58e79ef189ea]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:45 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1701cf48f29291609d105e01ff212f0f5026f32c]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:26 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d45371473894940c11563843deabe79e4e8e96c]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/04/01 12:54:23 thb 1.26.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c68c5c1a3fba2284bfea566d810dd4114daab8c]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:23 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:24 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:28 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f58feb5ca6ce02295ede9c4423b97f36f59fc5c]

        INTEGRATION: CWS changefileheader (1.13.56); FILE MERGED 2008/03/28 16:40:56 rt 1.13.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [526a7d5ec492e5c5bdf65bbe2c8376bfe038d8ee]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:27:45 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1211ef5f1c2b56921575089e6e536d420829763a]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:26 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4f4ab7941462125b499a375fff5e1703f57f518]

        INTEGRATION: CWS changefileheader (1.23.242); FILE MERGED 2008/04/01 15:57:27 thb 1.23.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:23 thb 1.23.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.23.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1709a1f00670efb5b86c7a17d6eee485a8a90c50]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 15:30:27 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fafe2cc532c226bf952e6a22b0ab6ffea49c0bf]

        INTEGRATION: CWS changefileheader (1.10.28); FILE MERGED 2008/03/28 16:40:56 rt 1.10.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c214cf91cf8516c79fadf88b0839fb8ff4ba05df]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:26 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f6af358a11970dd7cedadd86676c346e2d8ad93]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:13 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [521647d645b288bfc0327aef0968630a7a8e1895]

        INTEGRATION: CWS changefileheader (1.64.242); FILE MERGED 2008/04/01 15:57:27 thb 1.64.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:23 thb 1.64.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.64.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe1c68764ea4cd05a85216bdad186513a49f62a2]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 15:30:27 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7077f0a524850bdd10722c061044ee23e1ad07d]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:40:56 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a05be3465e7e2782df4ae5ecdebc11cff1482f7]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:26 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d534374cd8238aaa5ea5f999b34e0f4aa32ac433]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 16:02:23 thb 1.9.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:23 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a7ed14ed62b6855a44712432ac1d6a9fefcdb43]

        INTEGRATION: CWS changefileheader (1.12.54); FILE MERGED 2008/03/28 16:40:56 rt 1.12.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eda99f5ef3f007dc915e0f87af5db464442374f9]

        INTEGRATION: CWS changefileheader (1.7.178); FILE MERGED 2008/03/31 13:27:45 rt 1.7.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92c28bf8ea281d6f0d2321314f2d654de6c704cb]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:26 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e461cff6fb5bc0e0b1fb5266b895fe8b36ba6c0]

        INTEGRATION: CWS changefileheader (1.7.738); FILE MERGED 2008/03/31 16:54:39 rt 1.7.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b04629a965ec37cbddd3fea804fcc192062b46a]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/03/31 15:30:27 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d72639b35ef47f1317febb44dd630baa1ac84e7]

        INTEGRATION: CWS changefileheader (1.5.428); FILE MERGED 2008/03/31 13:27:45 rt 1.5.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0868ebc443933d97ad8632d50a861438808f768]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 12:54:23 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79520e498b08d84bdd381dc61b89738e301aeb26]

        INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/03/31 15:30:27 rt 1.9.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1796c6dacc6256a99911d587e5aeec93fa6e1ea6]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:55 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb4d8f0dd91cb7055686b1c3dab95bc4aa24ad85]

        INTEGRATION: CWS changefileheader (1.8.178); FILE MERGED 2008/03/31 13:27:45 rt 1.8.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fbd939ce91e3525b0fb07033e2b0d6698596d76]

        INTEGRATION: CWS changefileheader (1.11.38); FILE MERGED 2008/03/31 16:54:39 rt 1.11.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [880da152188a9d34535c3fa67e5a1e9f24a1c95f]

        INTEGRATION: CWS changefileheader (1.9.76); FILE MERGED 2008/04/01 16:02:23 thb 1.9.76.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.9.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [774aba91f83e4c9eeda6d00140d3328321939901]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:40:55 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5b82dc88161aff924917a1e9a58de2b31766c81]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:26 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be17793d38716640f959ba1766facc0a08c9ad20]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:45 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1590a47ad350a611f6b1149fb29c60093394852f]

        INTEGRATION: CWS changefileheader (1.13.738); FILE MERGED 2008/04/01 12:54:23 thb 1.13.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.13.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a00fcc320563d5424ee536ce488f52c5cf7d8e5]

        INTEGRATION: CWS changefileheader (1.20.72); FILE MERGED 2008/03/31 15:30:27 rt 1.20.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9b2b22693a5ab5674b90b474932b97d43a2c2a0]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:55 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e307409a46a915005741ed1865acc50a6fb08378]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:27:45 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12bc51c187d518bd107b2e62014b2799bd92883c]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:26 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b35e764a91d6b1be212c4d3b839f2fa95527f0fc]

        INTEGRATION: CWS changefileheader (1.37.118); FILE MERGED 2008/04/01 15:57:27 thb 1.37.118.3: #i85898# Stripping all external header guards 2008/04/01 12:54:23 thb 1.37.118.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.37.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9736138dad8ea3253abeb7a9e5b266fed76057c5]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 12:58:23 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64f07b09056b8a2a6bd7bbf6def0193540f38275]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:44 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9490e9e2c7c903227bbc00aa7f8ec9d9c09b45]

        INTEGRATION: CWS changefileheader (1.11.52); FILE MERGED 2008/03/28 16:40:54 rt 1.11.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e7a17a83bfedfbde4b4e05b7bc7d6171feceee5]

        INTEGRATION: CWS changefileheader (1.13.178); FILE MERGED 2008/03/31 13:27:45 rt 1.13.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b71394403df7b596e178bdf18e49c2419944731c]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/04/01 12:54:23 thb 1.14.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:39 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01ebbf312c3cb24d0a8b519af0436c0026a0cc27]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:49:13 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [885fac3cf92c5f55c10209f7ce9adee5b1706229]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 16:02:23 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:23 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a849923cb88cb7434f4c7e1c8ef53551158ae9a4]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/03/28 16:02:25 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87d42fb90cdc812ea004c6a7ec57dc6d33f9e1f6]

        INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/03/28 16:40:54 rt 1.9.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ca9673139f9a861bad2e881ed212789d33e796a]

        INTEGRATION: CWS changefileheader (1.40.12); FILE MERGED 2008/03/31 13:27:45 rt 1.40.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0093b33286ab3ec26c2a8f13da11b6efa1d5396]

        INTEGRATION: CWS changefileheader (1.61.38); FILE MERGED 2008/04/01 15:57:26 thb 1.61.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:22 thb 1.61.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.61.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f3f1f2f2afe10c058f965e1961a600033b5a780]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:58:23 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb2e5cecda6e8aff69d303b96c1825685f360440]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:44 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c8ee3a4fa43e3e156a3a802e1ce67e9c9e59048]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:25 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ca933663c6cf90361a322d8bf7681e5c974375b]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:54 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a13052fa49eefb3456f89207f983a99b5b989fa4]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 16:02:23 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:23 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30a7220465aa7158b386871eb1fb500851b59edf]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:54:38 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16cfcafdbb4daa3c417b935ebbebf46884b29dc1]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:02:25 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a04823913534541cc87c83dbdca41b91191bab0]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:40:54 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92bbfdee3e932a99b2fdd00d8bcf7a6a120ba55d]

        INTEGRATION: CWS changefileheader (1.2.248); FILE MERGED 2008/03/31 13:27:45 rt 1.2.248.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41dda1df904735bff24d1dc33651c7336820442e]

        INTEGRATION: CWS changefileheader (1.21.4); FILE MERGED 2008/04/01 16:02:23 thb 1.21.4.3: #i85898# Stripping all external header guards 2008/04/01 12:58:23 thb 1.21.4.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.21.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3ee28795ce41ccde8f4170aa0b7c1404def5b2a]

        INTEGRATION: CWS changefileheader (1.17.58); FILE MERGED 2008/04/01 12:54:22 thb 1.17.58.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.17.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [756524e0eae6034d6637c403e00ce18daa23a9ea]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:44 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf9a5eba1d3dee9d90ab069e5cec9158f818d276]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:25 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eecd89b957f3014527182e39d8c3e47d0f93fe10]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 13:27:45 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eea10cb717478ca17076344592020f076c413331]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:23 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6266a233f3d5714fedfa94b835cc243788bb7819]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:25 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c111168c129361e46434e4b8f350a36cf35d4b73]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 13:27:45 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cde9132a0b51b8c6e3caad5332d8590bed8d067]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:54 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ea0169121cb947fced2bae1dda987a1c7b4dd6d]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:57:26 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a9bcf2c4fdf359ccbca01b1f75cf788b7c75de3]

        INTEGRATION: CWS changefileheader (1.15.72); FILE MERGED 2008/04/01 16:02:23 thb 1.15.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:22 thb 1.15.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.15.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e5e452acbd3fdb26d5813e15d7821d264c6cc8e]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:25 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f12a82dbaac452e29c2b3e001174bebf260805]

        INTEGRATION: CWS changefileheader (1.16.36); FILE MERGED 2008/03/31 13:27:45 rt 1.16.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f89ff24f02c38c71cd5f029dae13be6ea6599e4]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:53 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5c9161f2959c4927a0f5f79453888a92a4c32e0]

        INTEGRATION: CWS changefileheader (1.21.72); FILE MERGED 2008/04/01 16:02:23 thb 1.21.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:22 thb 1.21.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:27 rt 1.21.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cb49813a5ffe14869c299914a311d80e35894c6]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/03/31 16:54:38 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4847051cf160693a593a83eaa3d95e4a43710877]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:24 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f5ca937121150c4c9a7737658fb7599ac0719fb]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:27:45 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36e244a06fab5d6d92de38a95d4d8970a3ae8617]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/03/28 16:40:53 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c20c05ddd73cb76a056c8a656244055d262ebe9f]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/03/31 16:54:38 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3e46509f694003ae647a6e6bae305028df70899]

        INTEGRATION: CWS changefileheader (1.30.72); FILE MERGED 2008/04/01 16:02:22 thb 1.30.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:22 thb 1.30.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.30.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [914f7a6a29dc2b8d94fa3e2133b19fc623fad851]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:24 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4f014ffee18b3eec1ef6fb1c3d71e31dcf8e52e]

        INTEGRATION: CWS changefileheader (1.13.52); FILE MERGED 2008/03/28 16:40:53 rt 1.13.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [508ca5c39887c2cec26bd52479f0b5811caac94e]

        INTEGRATION: CWS changefileheader (1.57.4); FILE MERGED 2008/04/01 16:02:22 thb 1.57.4.3: #i85898# Stripping all external header guards 2008/04/01 12:58:21 thb 1.57.4.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.57.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1b8b6c8dd513241d502cef55517077ecae2dbc5]

        INTEGRATION: CWS changefileheader (1.33.38); FILE MERGED 2008/04/01 15:57:26 thb 1.33.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:22 thb 1.33.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.33.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [753db4a42ffaf44379b5999bcca02a8d717cd363]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:24 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d0d9e49b621189874eb9682036c1a3b15171c5a]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:53 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3acd940d543cc2160c110326fa14311ea69825e5]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:54:38 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [316d547179093d82b0546c5f615f001224c319c4]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/31 15:30:26 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d17e44dcb2a447e4c9bb3e8d15ede30aae644c4f]

        INTEGRATION: CWS changefileheader (1.25.12); FILE MERGED 2008/03/31 13:27:45 rt 1.25.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecbb4655166da9fb90e41e0e3eacafb5cc5c55cc]

        INTEGRATION: CWS changefileheader (1.46.108); FILE MERGED 2008/04/01 15:57:26 thb 1.46.108.3: #i85898# Stripping all external header guards 2008/04/01 12:54:22 thb 1.46.108.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.46.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5da9b5a2d4919474f4f428a07e0f73de78f40f58]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:40:53 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81b8f7c56de90fc57e008ec5a16bd700d9094e41]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 12:58:21 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54f6f9201fd0b720089abea06fe9f0aa356fc1b8]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:27:44 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac325477d7afcdb736dfc7489a4e9098366c43cc]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/03/31 16:54:38 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca8f39b4b213e04c939c883059f82f88ab29faa6]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:52 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20cd2d76787355c074ac8d202495214b7b077b7d]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:22 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:21 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [755a550e6926d05d056fed3c8eabc029b7359df0]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 13:27:44 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc507f86f912c47229ed70e2d26b9aa7fa6a3c50]

        INTEGRATION: CWS changefileheader (1.104.38); FILE MERGED 2008/04/01 15:57:26 thb 1.104.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:22 thb 1.104.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.104.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [923240da079c80a1addc0e1f1c8413a67768301d]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:52 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b9fc1108cf09cd664cfc7f7dd0a1a8fa08ce707]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:24 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a61afef9dc91a6111c8849ad25dee4b5dddd043]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:44 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41168370255703fe108f5dba47d942afddfc4ed8]

        INTEGRATION: CWS changefileheader (1.78.36); FILE MERGED 2008/04/01 15:57:26 thb 1.78.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.78.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:38 rt 1.78.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc887a9eca81117ae3420c45d3066e98f07ab61d]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 16:49:12 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98bd5171d25321ed3099b61a70f101b6c9ab5c08]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/03/31 13:27:44 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51ff1234384b6234f4b9569e47591d6ec6dabcc7]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:24 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2d70d56ca57b53fbbffa70d5da8d0f2df925627]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/04/01 12:54:21 thb 1.19.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [392cad0d9b5f794cedf4f0879648fad9dfe74074]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/04/01 16:02:22 thb 1.8.4.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.8.4.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab3c45879287504d8ae7e9ffbcc71a1a6ab2df4d]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:12 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ff42bb00b183e7ac70b5b1af62a53cbaba5d411]

        INTEGRATION: CWS changefileheader (1.34.12); FILE MERGED 2008/03/31 13:27:44 rt 1.34.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e744154fdfb7bcd789acd325cdd5e8d5d75d4aee]

        INTEGRATION: CWS changefileheader (1.38.240); FILE MERGED 2008/04/01 15:57:25 thb 1.38.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.38.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.38.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b48328b16bd7f68ff684b5b4f4fa3c9ad1c1294f]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:21 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [989d82b617248079156fdac99ba3655c101e440f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:12 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2dc1e5cd911a8cd4078bd84263c988301157223]

        INTEGRATION: CWS changefileheader (1.9.308); FILE MERGED 2008/03/31 13:27:44 rt 1.9.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [439d540a48ad96dac5ee66d14564792c1391e689]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:24 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c69a43036a1aa05c5207e7f04ec60019d26750b4]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:40:51 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b2a6bf1a676d3d161e56287aab488c6cac376a0]

        INTEGRATION: CWS changefileheader (1.23.242); FILE MERGED 2008/04/01 12:54:21 thb 1.23.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.23.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80fdfc1440bf87d5a5b680b8430241c1d89909ce]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 12:58:20 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0bad15688a7c7f68314a2262b49d6c4a3ec34c0]

        INTEGRATION: CWS changefileheader (1.21.120); FILE MERGED 2008/03/31 13:27:44 rt 1.21.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccc8e01397ece9afa9ada3579fe7f8043b80ce71]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:43 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [928115f2d375596c2b48245683d28e7354741fa8]

        INTEGRATION: CWS changefileheader (1.57.38); FILE MERGED 2008/04/01 15:57:25 thb 1.57.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.57.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.57.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d38f49e7cbe60f0b70cc3067fca68b6757ffe5a2]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:40:51 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d474a5acd5f6d315bd2f030f23475042dfe9263]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:12 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ebc16c9e31b39f0ab6fe636a433b91d2eaf225d]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/04/01 16:02:21 thb 1.5.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.5.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:26 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca3c79606ce477fff64064773cca2ab891bac801]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:44 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8b49ed9effb5601ed7d684954a4755311c4ac28]

        INTEGRATION: CWS changefileheader (1.116.38); FILE MERGED 2008/04/01 15:57:25 thb 1.116.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.116.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.116.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53ee1388bcd069c977114b3aec20485532f66de0]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:40:51 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f7cd044bc2673f22d2e0279f2ef20b7fbdf5bc4]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:12 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [870427f9f28b6e863cb62062bf80404608a51acd]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:21 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cbf3d7c57300c3f32e5c4a16683e11292f7a126]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:51 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c75623993dcfece60935f87dd59be088446de1f]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 12:54:21 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0d9a66a3f72a3cd768a473d09b6b8ae3984249c]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 16:02:21 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8736e4501c3ddea346895d4d5df4f0b0cf67927f]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 16:21:43 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8f06e93b0b1dd3ef7a9cbe09d2a7782bd7b809d]

        INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/03/31 13:27:44 rt 1.10.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b2f9fb3df6ed219e183e0d47ba42caffd325951]

        INTEGRATION: CWS changefileheader (1.49.34); FILE MERGED 2008/04/01 15:57:25 thb 1.49.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.49.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.49.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [310b403617c06d69fa50b6218077599956a1bc42]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:21 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [551a15c0523c70fd235a505431243bc035850a66]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:27:44 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65c2359f985a0057aa353c5bcdce6a43620f4245]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:23 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17103454bb6c37f409a08a58ff9472dd38810074]

        INTEGRATION: CWS changefileheader (1.55.54); FILE MERGED 2008/04/01 15:57:25 thb 1.55.54.3: #i85898# Stripping all external header guards 2008/04/01 12:54:21 thb 1.55.54.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.55.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bef83e09ab9970fbfeb2fab34a032a762415f9c4]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:21 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:20 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7d18978527487def2ddb0f2c4b43d1775bea50f]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:23 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffaa647bbaa25cdd1d5d1fb73385953767c6e5d5]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:27:44 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2de1d667697b8b2f3436b5c57fb4cf4118104ee]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:50 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b81595a27020f78773b06ee1c458a44ffe3ee92a]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 12:54:21 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:37 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d31a032deff210dd582bf6a928834197f5f5ef85]

        INTEGRATION: CWS changefileheader (1.18.96); FILE MERGED 2008/03/31 13:27:44 rt 1.18.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d7f78dcbdee05e13411f750048ffc5d62a5376f]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:23 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a4e48eb42bc3a14849c346f6a890656e566c0da]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:21 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:19 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de6c4790c96a8b1143779223c1569117bf23c231]

        INTEGRATION: CWS changefileheader (1.67.36); FILE MERGED 2008/04/01 15:57:25 thb 1.67.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:20 thb 1.67.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.67.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa5c1bbee412f814e9d0beac4ac409d462d11354]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:23 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80c1f53bf683e1ae6625af852d9187a27d0cb4f6]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:50 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3ae8e37b6a11fca9b1073d961558e907cb060f8]

        INTEGRATION: CWS changefileheader (1.3.328); FILE MERGED 2008/03/31 13:27:44 rt 1.3.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eccf3f56728d976a4387b29adaa9726b5dd3c5ee]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:49 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13199bf7c3c28c0d1b9d62cefc69ee67c194ecb5]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:27:44 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ab5103b2d2c2fe78d0608906451985b9d6460e5]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:22:07 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 16:21:43 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [774f7081bde21ae0389ad13efd9f982c4791b799]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:20 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:19 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:25 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fee35ac5bdcb119051a04fbc2cf99d0159fe760]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/03/31 13:27:44 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [030bd9e36825eea7fbc061acf76539b18f815bf9]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:49 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [590843c0bc05b396749f5780d877c14a51d03702]

        INTEGRATION: CWS changefileheader (1.8.178); FILE MERGED 2008/03/31 13:27:44 rt 1.8.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b962b5795b3d9f521d22a6167d2f60822196ff7b]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:40:49 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecac6c62dd6af534a64afb9882b9663e70aec2b7]

        INTEGRATION: CWS changefileheader (1.11.344); FILE MERGED 2008/03/31 13:27:44 rt 1.11.344.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96850cb81014377942a909b12ecfe6afeba5025e]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:40:48 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb36f9a65914d72bbf22f860dc901ceb0b3a568]

        INTEGRATION: CWS changefileheader (1.43.242); FILE MERGED 2008/04/01 15:57:25 thb 1.43.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:20 thb 1.43.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.43.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [076fc7e34d24d7f545e5847df38626e81b876cfe]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:40:47 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0174603ea851b3ab2ab48c55d0ee68f9259ad0a]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/31 13:27:44 rt 1.4.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dbb874533815cc84afbe26780caf9eedcb293c6]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/03/31 15:30:25 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5ae2075e91f368c75479a9986d86778801b4ce8]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:23 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4777756a4344469516450e015642ad1cfbfe5a3]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/03/31 13:27:44 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11b41ae132f274943ffc96082e27b931e01f77f5]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:47 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24d19a524b1a1b25d46a047408d4898cabba9bef]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 15:30:25 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2516104e95de66b421c558616e11aac78292981d]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/31 13:27:44 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f2b6fb87b0446eaf0fdf894591d29e1dccac6ac]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:46 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71fd2d12e6f93dbe4d340b40181d7cd032d5422e]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/03/31 15:30:24 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6078283ebb678d9988a80ce9e50c30a994c7d21]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:22 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd6c866f7c2ca87e02e5dae300682fca6fd57098]

        INTEGRATION: CWS changefileheader (1.38.162); FILE MERGED 2008/03/31 13:27:44 rt 1.38.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f0b26a77573515dcd0d6bc8e78fbc3bc63872b0]

        INTEGRATION: CWS changefileheader (1.4.76); FILE MERGED 2008/04/01 16:02:20 thb 1.4.76.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.4.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [466138b262e183e543c3d69901483e09f5a75bc7]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:22 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03453d9750d1d2d84a12a8a543b8d3356cf9c82a]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:40:46 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9163da9c4bb7431867fb0765de165ac88ee52949]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:24 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3dfb0e246d322840882c7e4d1ede9dd2f2a02cc]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:27:44 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2ac1a5b1ba44e414ec9ff9eba45a6bae4f9c563]

        INTEGRATION: CWS changefileheader (1.10.76); FILE MERGED 2008/03/31 15:30:24 rt 1.10.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdc6922598db3fc1159fb0d7c6c68f3f45c98b15]

        INTEGRATION: CWS changefileheader (1.29.184); FILE MERGED 2008/04/01 15:57:24 thb 1.29.184.3: #i85898# Stripping all external header guards 2008/04/01 12:54:20 thb 1.29.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.29.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcb53b4c9d6e8c6cf7abe59c7cf17cbf523c072b]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 12:58:19 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecf6f75ec2c67c0dac368310ad7ad15a068b7194]

        INTEGRATION: CWS changefileheader (1.7.434); FILE MERGED 2008/03/31 13:27:44 rt 1.7.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f832fba677f9cd6fa8061aa2a455bae0f6c339df]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:22 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6abbd13c93510f46b32a0f719cc4cd81823d194d]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:40:45 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f894abcec7e35215703f623c946968c79a0f26fa]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 16:02:20 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5055b7218bb50f34cbe12e0df46d16c9cca8b1b8]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:44 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cb9e7f9e577840b69b6c6c1b13f40d5a79613a4]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:22 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [749cadc5e249a796ebe26046da1dd8fa1bc63813]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:40:45 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c059c4389c2744d5a318ecc1f546e12ec0773d8e]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/03/31 13:27:44 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f20c1e2c52f17421d85d66e74d447d5abc20dc9f]

        INTEGRATION: CWS changefileheader (1.17.4); FILE MERGED 2008/04/01 16:02:20 thb 1.17.4.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.17.4.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.17.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63b3d5ef50b8c90534fd53c217b9813c512a0f08]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 13:27:44 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be3389b715ff62d8686d4ae1eb3cf24cffcd0228]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 12:54:20 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6be30b9d80094966cede3eb9ad96be68df769589]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:22 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38d3cba1857a9fd7b96f0a75309dd6d7a6ce443f]

        INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/03/31 13:27:43 rt 1.10.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff350ddb7de2bb13701fee5ad4f9bcc3bfe6fc69]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:24 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:20 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89faf0599e629d5659b32c3fda7585f59f460fe1]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:20 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a9da0133b74eea16454c813f16e4b31551ed8e6]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:21 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9308517e9d181f9475735c2dbdf2b618aa76a9da]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:27:43 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70adb0fb82530af6964416d19fc38c8adf4fa4d5]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 16:02:20 thb 1.11.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34e0429d721ab1af82a47f0b06196df4c1c7bd1e]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:21 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53962d650a46e527a3e004d7dbbc6f1c0a296b47]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:11 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ddbbb9a833435fa9e28577163f9f0cbd00aa104]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:44 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d8f3ff600de1aa9cb5c15ba42580ce57f2c5a99]

        INTEGRATION: CWS changefileheader (1.17.96); FILE MERGED 2008/03/31 13:27:43 rt 1.17.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6c077951db51bac0cc049f720f59a8b00c56906]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:11 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [994f30b4210c86974c9663fa64f57d5a0ee8b1eb]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:27:43 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4df09607a90986140e902bfc5ecc0261ad965a0]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 16:02:20 thb 1.2.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [612530d39081433f1a2fb25e31c3add95fc075e5]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:21 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [994c03c55d8447f9513b20ed27b3cb0bf8375432]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:44 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39d461faf9be2fea3656c51eb49356e448fef0fe]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:43 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b675c1b8b340bc8598d0a0117c995b2f69123804]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:42 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b4e026e4498804d36ec9acfb17fe28f98af3e71]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:21 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f4d1093f7269b4d7fba2eb3d18bfbeaa443962d]

        INTEGRATION: CWS changefileheader (1.9.118); FILE MERGED 2008/04/01 16:02:20 thb 1.9.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:18 thb 1.9.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.9.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc02680adbeb2e01d2ac9bc0c7b081531bddb727]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:40:44 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc32622514ef7f71c40a1d2a371698e244758cce]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/31 13:27:43 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18222af6c8655899ad477eaa914fa13c71bc513b]

        INTEGRATION: CWS changefileheader (1.23.36); FILE MERGED 2008/04/01 15:57:24 thb 1.23.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:20 thb 1.23.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.23.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba84af51030f5505dd3f1dfd9c9d284aae7cce94]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:21 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e19f2f373752a17bbdf0a759a9e4211e8fdd9506]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:21 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd4fbd6158d23b6b7c8e418c6800bbe056a5523f]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/31 13:27:43 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [432784ca3ddceb44f113f850d614b3a502b3589c]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:21 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b71f22d3290dea81165f05b8a06c71832a2473e]

        INTEGRATION: CWS changefileheader (1.13.178); FILE MERGED 2008/03/31 13:27:43 rt 1.13.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56b5e45a7c1cc627d6e55893954b62042d96960a]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:20 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f836742c52a90b61b14d5f0fc07f64b9cc2959cc]

        INTEGRATION: CWS changefileheader (1.13.184); FILE MERGED 2008/04/01 16:02:20 thb 1.13.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:17 thb 1.13.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.13.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fb1ba22f31af38f7891283c561cc1cca4b8b92a]

        INTEGRATION: CWS changefileheader (1.10.434); FILE MERGED 2008/03/31 13:27:43 rt 1.10.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266a9af221cb363ef9f7d3e893895a10fe876749]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:43 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [297761307bbcf73f481ea1f725a001421fdc40a8]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 15:22:07 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 16:21:42 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0129b58ce2e9b17f6c85c422b5e8155a27febf4]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/28 16:02:20 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca9f2bde8ee5f897abaa9ab99b069cb42c0946ad]

        INTEGRATION: CWS changefileheader (1.27.72); FILE MERGED 2008/04/01 16:02:20 thb 1.27.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:17 thb 1.27.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.27.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bcbdc916d4dcd44d6b91ad2d06f3462b5a3c23b]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:40:43 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d16ea36f92f3cdc6a8b6fb2801985900e6fcb6c1]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:11 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c463804e5d2856924252fada64efec2a74c8880b]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:20 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4769d6ba4c7503abdef08170c3a2b87078115434]

        INTEGRATION: CWS changefileheader (1.22.96); FILE MERGED 2008/03/31 13:27:43 rt 1.22.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00948867897d2a871af15b1b4df042ab7ede8432]

        INTEGRATION: CWS changefileheader (1.13.14); FILE MERGED 2008/04/01 15:57:24 thb 1.13.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.13.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:36 rt 1.13.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8175bb82c748b8bf6e24079132371c53a6a6a6a]

        INTEGRATION: CWS changefileheader (1.8.36); FILE MERGED 2008/03/31 13:27:43 rt 1.8.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b0c06836fc5286f6568d5fe5d3eb888ee51d3f7]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:02:20 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9f2ffb256d9c3baff37ad830dc07a866e9803b]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:40:43 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03436ef3706d797aad1e09279b1ae04de7574c5c]

        INTEGRATION: CWS changefileheader (1.25.96); FILE MERGED 2008/03/31 13:27:43 rt 1.25.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0329e56fdf26c5db3fa9a810b4121e84d1fae37d]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:19 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efec735914545bf6b21c4f2a0f9354a2d7ee159b]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/04/01 16:02:19 thb 1.8.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:17 thb 1.8.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [372e704bd3c02324d3df30a13fa66a6938fb53f8]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:40:41 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3cd9d637e20d507faaf12de6eb93cbebd8dcf66]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:19 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fda26bc9dcd6538a18032a4856fc220304f41c8]

        INTEGRATION: CWS changefileheader (1.7.308); FILE MERGED 2008/03/31 13:27:43 rt 1.7.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3d0b34d4e1d1f6dd48aa8baa71ddb1f2312ae0c]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:19 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c816c0b2e71c8db88bab32d2f31b24d5b4a8a153]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:41 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1cff40269d38493c73d4d863fb380d0d5b9d9a6]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 16:02:19 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d6a2b1b011bb8e6660da03573ad4c4b98d3e017]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:40:40 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1844363645bc669a8486acadc09fac60c2d01071]

        INTEGRATION: CWS changefileheader (1.23.96); FILE MERGED 2008/03/31 13:27:43 rt 1.23.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d0b0f70f301dcd3ce7dc5f43783793057360c32]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 16:02:19 thb 1.12.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:17 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [002d4f8f6fe5fdc2cda4ea2cb6a684e750b26717]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:02:18 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d42b5df1348ac02a3a9f889e33a30d7b82b8bf32]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:18 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [921442a5c73996232677ba0e0e0432f2a92d4977]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/03/31 13:27:43 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b533ac3074f51a1be05f83414803e8669dc3e074]

        INTEGRATION: CWS changefileheader (1.29.4); FILE MERGED 2008/04/01 16:02:19 thb 1.29.4.3: #i85898# Stripping all external header guards 2008/04/01 12:58:17 thb 1.29.4.2: #i85898# Stripping all external header guards 2008/03/31 15:30:24 rt 1.29.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [febcebe5184d1f15f905d9120f63c172746c6dce]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:18 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4f657fcf7fc491a77eb39c7c728d5c8f41ae51a]

        INTEGRATION: CWS changefileheader (1.2.334); FILE MERGED 2008/03/31 13:27:43 rt 1.2.334.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41820a0694a23a568763775590b4e0a53356a420]

        INTEGRATION: CWS changefileheader (1.11.202); FILE MERGED 2008/03/31 16:54:36 rt 1.11.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5970bd4bc3e2166f65fd38690c8ebec72d5cb881]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:40:40 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b114c5789efe53dc52586d116f8ffd96414ca5dd]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/28 16:02:18 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2a1a7dec7ac50ac2b9fc96f674dbd09143a96cf]

        INTEGRATION: CWS changefileheader (1.6.96); FILE MERGED 2008/03/31 13:27:43 rt 1.6.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1205f6e1c593398c7eb0c55b5c11b16d30433b2a]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:40 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af88680e7b3b53e4f6c3effbed6468d563c1593f]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:18 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9368121f2277cc5897742cf5c14746d4023bb139]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:08 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff4a226020bbc1f8324e84d3501742ecfd645e71]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:18 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef9733c42f596635cd58234473174614e873022]

        INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/03/31 13:27:42 rt 1.15.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b78ebfbb400686883e0c1661d37b33f81e2f8b9]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:08 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f2ebe13b642dbd6d3b916545f0ba1c276989972]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:40:40 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9459564244ebdeddf7c5bf2375c8599a92a4c07f]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:18 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02457fe3d94ebf875e9ce7612843f55a2e00ed1c]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:27:42 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02d889794bd650496097f06b9bb610286d958836]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 16:02:19 thb 1.4.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:16 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:23 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8ec266b0f7c255a0cc2692609d7b6e160d79387]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:40 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b20b8d5ef9f7ac4920761f7fef85345df6aa3bb]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:17 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9797482e3960ea1a94e9382481c13f66e505425]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/03/31 13:27:42 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb6d00cee466a24cdd1574964f66b0f0a49f44be]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:58:15 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:23 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1afba73e7df5de54455c57306ede769c0bea4e09]

        INTEGRATION: CWS changefileheader (1.4.206); FILE MERGED 2008/03/28 16:40:40 rt 1.4.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b9f16363e0ef0f38e6d279ea817c8c33134fa4a]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:02:17 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50e326916d3e5f1187dca0e1a3de12526ac1ee7c]

        INTEGRATION: CWS changefileheader (1.16.178); FILE MERGED 2008/03/31 13:27:42 rt 1.16.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb6f2e6d841dfe28aec3cce80ad684b6cd6efc43]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 16:02:19 thb 1.4.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:14 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:23 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [944fabc1f7d65938580a40e5c2b08f96629f6d9b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:39 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [015cba7a3714809b89d6ee7d36787fbab46a6295]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:42 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c1c9f8f00ed1fc6bda9385e78e130b0bffcea01]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:17 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41f4c771350422df4286563cef4681ae36c609c0]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:54:36 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [797761666859aae0a4e17d8caaab033a1d970bb9]

        INTEGRATION: CWS changefileheader (1.7.162); FILE MERGED 2008/03/31 13:27:42 rt 1.7.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54aee400a10965c51115293ef4fa5500e315fe85]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:19 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:14 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:23 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [250c39b833ab7007f43b5ae2017f74bc23d59c4c]

        INTEGRATION: CWS changefileheader (1.24.242); FILE MERGED 2008/04/01 15:57:23 thb 1.24.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.24.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.24.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de4927f15ef3e42fae03ad12f22ef17e53b554bb]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/28 16:02:17 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [297f6b7b267110d01381afd8ce2cc7874efefb33]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:40:39 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a185e9f141d4fd72f832f16bce7d393208c141ba]

        INTEGRATION: CWS changefileheader (1.3.124); FILE MERGED 2008/03/31 13:27:42 rt 1.3.124.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad2ea8614f40bba6ba478b0fc10d6c41ea167d0b]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:19 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:13 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:23 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20a6f22f421a76a0f61589a8d11f8f5c8e9637cc]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:41 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e4b357fc5bd81b1afe868ed0773e34523b65e2c]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:16 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d96a33c9b13d2c33589d71dc6c04da078766557]

        INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/28 16:40:39 rt 1.19.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02b52f012aab806caab86097686ff477a7d075c1]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/03/31 13:27:42 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d054454e40dce6be1b5e20d805b2731fca3800c5]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 15:30:23 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a057bf39fdb61b8f0bbe5ef274ab2f977cd479a4]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:16 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b87cac60b869e6fc7ef514ac54557d0ee7ff7db]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/31 13:27:42 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ab4541fbbc8d1076da68ee92634412a1f6d737b]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/03/31 15:30:23 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24650de760ec9fdd636a0f7db80be95f3e8b92bb]

        INTEGRATION: CWS changefileheader (1.10.656); FILE MERGED 2008/03/31 16:54:35 rt 1.10.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0c51f20c37b82d1ffa330e55d9f4c267b303288]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:41 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f09881ea7e99242fe2b4dc8493d5475723585aa3]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:38 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b45a5610567468e83fef44b2ced5f5c972de39f]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:27:42 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf0113ead3cc7d247a0d5581a929fdba7e684f23]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:16 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [536d5f2df4e3985753db78f5a56535f9265d3846]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/04/01 15:57:23 thb 1.17.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.17.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9944f4f5b5209852623da6fcf0829e59bd211d6]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:41 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8423c2a3a25f24104c2043bd639a30b35019095e]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:40:38 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1c84572aa628afbcf69ed50dd66e3777c4906c3]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/04/01 16:02:19 thb 1.6.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:12 thb 1.6.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:22 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [161307a251f2ca1c98438a87527c7f4115f2b213]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 16:02:16 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [823e97f4d63a07116d51a822d2353de46db81892]

        INTEGRATION: CWS changefileheader (1.4.308); FILE MERGED 2008/03/31 13:27:42 rt 1.4.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8adcb39e3dbf7585cc2007b00bec5d1cbfcd26c2]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:38 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c9e4795e5981139f00b35f596dcf38eae589ae7]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:19 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:12 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:22 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9c828e59ab0f31f0220aca3ee93d78f5843ac36]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:02:15 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2245f9def5b95cb6e4f3384c97c26fbd9d055fe]

        INTEGRATION: CWS changefileheader (1.10.66); FILE MERGED 2008/04/01 16:02:18 thb 1.10.66.3: #i85898# Stripping all external header guards 2008/04/01 12:58:11 thb 1.10.66.2: #i85898# Stripping all external header guards 2008/03/31 15:30:22 rt 1.10.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [163b0b13d9c9b5729db1642e1f696a39f86afdf0]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:08 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ac4e9ca9ec4e240f33df1a7280373c5510956b8]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:21:41 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d79b57d1497e50ea0b717b0f0a16120d77f3f5f3]

        INTEGRATION: CWS changefileheader (1.38.242); FILE MERGED 2008/04/01 15:57:23 thb 1.38.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.38.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.38.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c049713db2965b8dd0ac5aba31900e2cfe3d919e]

        INTEGRATION: CWS changefileheader (1.5.120); FILE MERGED 2008/03/31 13:27:42 rt 1.5.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2205f8e0462fdaf714d8c8c1faece042e4ee1527]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:15 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f2b401ba6727e1c3971841cbdccc2d0dbb5349e]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 16:02:18 thb 1.4.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:10 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:22 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27f60857135767c79d4d36f5c571a822c98bdf9f]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/03/28 16:40:37 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a939017694c9f60dc669fb3eb5223fa79da04aed]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:15 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e1aaec7f7f9bcde63eec87b5674f2864af67eea]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 15:30:22 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [329f5e785325e7e1923beee263ce43dd0bedd7aa]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:42 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67ffbeb996878b805c78d0025896684d238e3b9e]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:57:23 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f70af16e8ca3e7a6594a402a3d16af85daed839]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:15 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bdb0ebaef57523d85300d812bd3a954802ba0e9]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 15:30:22 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5b20304005999e6cb4542d7cc4df9a1cf2d0769]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:40:37 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3180bd8fd5658c81ea8411f837223dbef55582eb]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/28 16:02:15 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a85e7a259a5201f4c9ba9f134eae2b127df3d427]

        INTEGRATION: CWS changefileheader (1.3.118); FILE MERGED 2008/03/31 15:30:21 rt 1.3.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b86277e8c024c78156b6015ed3e280a945c4d1b2]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/04/01 15:57:23 thb 1.13.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.13.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10f37ab2784cad106630662e358e02a3b2d2f443]

        INTEGRATION: CWS changefileheader (1.7.160); FILE MERGED 2008/03/31 13:27:42 rt 1.7.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deb02655884cea70931df459c9e62f10e285a169]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/28 16:40:37 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bee663549c8393814ef0e37996e02435151f956c]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 15:30:21 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdf1683ab4a99c0dae0d492eb96127505a294335]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:23 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd9d6a70f66f292bb129ed7b3efa96411c1045d2]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:40 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50ea871292f383d5a9f9a4242c42677883f3c05e]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:57:23 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:19 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce7d5171c55d77638911bf09045d87af931cca21]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:37 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c7da39e3c7c161a7e7763c0687a0b94b8c7df97]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:14 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ae2f8cb70785dd62e2efb07e5a7fcc0e6521b86]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 15:30:21 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3cc3b9d136019d06281a582df5589de25a19d09]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:40 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c662309d4567a609c9d6b6cc69d27a95b3464c5]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/28 16:40:36 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b5f8ad201f4770bfe9e89949b9c366fa89e4b9a]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:14 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09baef5e8cbcb8d01a8756131be1dfd1f796449e]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 15:30:21 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcef1d366e2a10ff2d5c819160770ae741e499c9]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:27:23 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33f00d1601834b655191a6fb5a1a3553671d0e92]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:57:22 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:18 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [090bc4b2f1a118383cf8aace7a774e4d6932e870]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:14 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e2a8fe7032c92261714a6c97289114e6996780c]

        INTEGRATION: CWS changefileheader (1.33.12); FILE MERGED 2008/03/31 13:27:23 rt 1.33.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d01bced84b218e48919f0971bcf2d76949b746e]

        INTEGRATION: CWS changefileheader (1.18.42); FILE MERGED 2008/03/31 15:30:21 rt 1.18.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfbb25e4400264078ad66cc3fe0176f9e35997da]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:57:22 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:18 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a79821915735e17f5b32588277b165b43cdc7dde]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:40:36 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21afdd088627203cec84fb1f4a9cb46b99c6160e]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:13 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a247596be40a16be5c73497cee115a4ee6f1c89d]

        INTEGRATION: CWS changefileheader (1.14.138); FILE MERGED 2008/03/31 15:30:21 rt 1.14.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e065905f7c4cfd6ec478554cb4960eff383bb67]

        INTEGRATION: CWS changefileheader (1.47.182); FILE MERGED 2008/03/31 13:27:23 rt 1.47.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84dfb5e2c4198ff12c451524478d95509ed62a28]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:57:22 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:18 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:35 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e2d8936b374533833fac656e12b76d68c9648b6]

        INTEGRATION: CWS changefileheader (1.5.206); FILE MERGED 2008/03/28 16:40:36 rt 1.5.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bd26dc5440f76f56511e0f4aab50dd3cb75ab08]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:13 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8367e08f0199425324e858026c357040b383183]

        INTEGRATION: CWS changefileheader (1.24.72); FILE MERGED 2008/03/31 15:30:21 rt 1.24.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e66481f5b3c1bb4b41bae79f50207b257e6ecf29]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:08 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d136c88cff91610fa33da2dbeca3664269d6731d]

        INTEGRATION: CWS changefileheader (1.6.298); FILE MERGED 2008/03/31 13:27:23 rt 1.6.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c623f918c9ba385f54a6e25838a696a47fe7b0ce]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:13 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d989b7772cf518bbb4fd97932b8b89d8be925dd1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:06 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac47a5867df4b5513c470b99f5af44b881ea689d]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:35 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2ac2d14d2ff2b5970900b03baa7e17d9007efab]

        INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/03/31 15:30:21 rt 1.5.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e87bb703e22e488c19b46e3613238399eea0373]

        INTEGRATION: CWS changefileheader (1.29.12); FILE MERGED 2008/03/31 13:27:23 rt 1.29.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58921729ab432881a2422e132ca72891efb5242a]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:54:34 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1626490cc7b6576896d466dc76d3c07bb737d0bd]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:13 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81a8417208cb61dcd98a9ff38b970d267363c194]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 16:40:35 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40009f8d707b8da38ac33552503bf72609019ee3]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/04/01 12:58:10 thb 1.5.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:21 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c05091eb903cccfdabba22c74d968f5abf530480]

        INTEGRATION: CWS changefileheader (1.12.188); FILE MERGED 2008/04/01 12:54:18 thb 1.12.188.2: #i85898# Stripping all external header guards 2008/03/31 16:54:34 rt 1.12.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1282f07d8e05dc961645fbe54ca7c814dc9de996]

        INTEGRATION: CWS changefileheader (1.33.182); FILE MERGED 2008/03/31 13:27:23 rt 1.33.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8a76028c9ad8221ea34341d271ff28793235dbd]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:12 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9544f2167338d176a791324eb531dbdf555445c5]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 12:58:10 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:21 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c6bf667fc05add3b9506365a05e2d7fe9ddd56]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:34 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6955427c8f455f06b3a11ba9648c3768484d5b1b]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:12 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [362e6e51e9083ef85403e1c14549eb5eb0f84566]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:23 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [656eab24afa812cc1f219fbd24b1d679beaa53b7]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:54:34 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [012c4831855e6d23eec6fb9952095faea11b30c7]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 16:02:18 thb 1.4.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:09 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffa5fc6081c568cb1cdcd00aacb8bdef3d17312e]

        INTEGRATION: CWS changefileheader (1.42.34); FILE MERGED 2008/04/01 15:57:21 thb 1.42.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:18 thb 1.42.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:34 rt 1.42.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc36f1df0cce95227bc6f5c1c601d26d1a26f1ba]

        INTEGRATION: CWS changefileheader (1.20.176); FILE MERGED 2008/03/31 13:27:23 rt 1.20.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25aa7ffd44b7374199b0fdef3e17af4e57e7013c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:06 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39bfa636b114a7ad19720bfa3e7e9bac4900281b]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 16:02:18 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:09 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f570c4c2957a8397ae37b63a962b6d9e078c2565]

        INTEGRATION: CWS changefileheader (1.9.54); FILE MERGED 2008/03/28 16:40:34 rt 1.9.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [229c676f7e2e948e1d9e4f09fb5d8a5ad16a8810]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:12 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09c7710c8a9fa60e6aaff744c8e69a30d2f75ee7]

        INTEGRATION: CWS changefileheader (1.35.182); FILE MERGED 2008/03/31 13:27:23 rt 1.35.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81ec46e28794ba50d4c39862c37a38dcaef7ef5c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:06 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b230573131a313ee01eb0fb208643a50f0873c1]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:12 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0879bebaba91c04de590105c4243a086f96a97d7]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 12:58:09 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cf8a1da38fa8de6eb5adf0b5a67fbe684a4ddbd]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:33 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fd8ea529d8b1db66cc4bdcf3fc40865859c9831]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:12 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [216757c4a553a53d2c4dc201dc5be52b0d44b815]

        INTEGRATION: CWS changefileheader (1.8.72); FILE MERGED 2008/03/31 15:30:20 rt 1.8.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52614057ecef27a94db89fe643ee9c516e55455c]

        INTEGRATION: CWS changefileheader (1.34.162); FILE MERGED 2008/03/31 13:27:23 rt 1.34.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2409ba8ca640505f0f4a285c02c15feca2aad2a]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:40:33 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c180cee06de6b02da01102a49e75ea2b20c8bde2]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:12 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889bc050c36977b6888e07f187ceea00ee11f91d]

        INTEGRATION: CWS changefileheader (1.8.138); FILE MERGED 2008/04/01 16:02:18 thb 1.8.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.8.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86f6cd14de7c8387c0041e64dc4081b71d261350]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:34 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [362329e19b3c06cba612c5ea9d0264ae0d91ffcf]

        INTEGRATION: CWS changefileheader (1.8.166); FILE MERGED 2008/03/28 16:40:32 rt 1.8.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f9126d1bf7815ff063e11ec40275a21504f17de]

        INTEGRATION: CWS changefileheader (1.36.182); FILE MERGED 2008/03/31 13:27:23 rt 1.36.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [953780aaf798f82cf630fb457df2b0db7e40adb2]

        INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED 2008/03/28 16:02:11 rt 1.4.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d25dbb3373386469be68a9bbdfea36a971b5798c]

        INTEGRATION: CWS changefileheader (1.9.118); FILE MERGED 2008/04/01 12:58:09 thb 1.9.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.9.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9c1d2b5fbd77bdfeaddf7cab03eeae8f9634201]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:57:21 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:34 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7e472351703de4ea92823e4767f73680025f820]

        INTEGRATION: CWS changefileheader (1.10.102); FILE MERGED 2008/03/28 16:40:31 rt 1.10.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93cf376c7518dbd7552a2724330cd6f17289393e]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:27:23 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5d1f881848aafdf21e1f238330e9e4c47a7547b]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 16:02:17 thb 1.3.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:09 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:20 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d35a25a01ff8a7f4512c86b85c168bdd0ca67824]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:11 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68114c16f2fde71ef0653354efdc9b2ee052e95e]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:31 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd3f8e922a1a97823b664d1ac57e935e816e9286]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/03/31 13:27:22 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2176b28eeeb4e8dc5b77432a1a5794e17e6c0f6a]

        INTEGRATION: CWS changefileheader (1.4.118); FILE MERGED 2008/03/31 15:30:20 rt 1.4.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c66c33026e420665b503afc7075fddd45438220]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:57:21 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:34 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fc29686ed5f92bd0daae062a01dc4a123c395fe]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:40:30 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17c556484f2478aee032fb35cf55e2c3af620f04]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 13:27:22 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cce5dc183fdf7578a326ed51d2bdd77020f561fe]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:11 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d4406d87205edb5652d30bbd69cafbd425300b2]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/03/31 15:30:19 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffab683210ea2df5d3159e962b0bebe48585c9b2]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:40:29 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66d208c9e8c455be3c539e1c0b4806483d1a2798]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:10 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bce46407c2004cf0825e1ecf96343bef9271c6c]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/04/01 12:58:08 thb 1.8.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:19 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5278a6eb2a78cc38bd770ddde6cd094b651b2b4b]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/03/31 13:27:22 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82094a75f2f46bb4a400b15e8b3d0492194c049c]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/03/31 15:30:19 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7430a0d2413e0ce2abba7303e0216b95b0be0dfb]

        INTEGRATION: CWS changefileheader (1.42.12); FILE MERGED 2008/03/31 13:27:22 rt 1.42.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7eb616931935f2d28f7c0959701ddb424486e43]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:58:08 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:19 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [034425cae566d88edb75eb82dd5fa4637b7c3757]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:28 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f2c9fade0f0326f019670a7b0209d7a29b93d3c]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:10 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bce31ec302d98f6cce6e9d65ca7cc285acd2a02]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 16:02:17 thb 1.6.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:08 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:19 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcd56c1ba243f99443cecfec3fbf763222c83e44]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:39 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aec3a24c7c5286c076420d4e044c9bb1a91a56c4]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:02:10 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b1417dad1b3df4fcbbf2da06ced5c300e9e92b]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/04/01 12:54:17 thb 1.6.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:33 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [435d9faf4eb166e4605306f3c4eb4062b70d26a3]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 16:02:17 thb 1.6.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:08 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:19 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89f6350ad3002196b67e9bfaae41c1be11651c41]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:39 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e193f325b02f45a5875ed4105b79d3b34e810c3b]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:28 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ec9663200b0d6cd1f45175b97f30ead95ee3835]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:06 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35327db576905515ce1b752ce8eb0700b5145fe6]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:09 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d428ff05f23a69a5303d193f930d5438775a5d3]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:57:21 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:33 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a7182df00739fa8a063274c9ae7395615d7ce48]

        INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED 2008/03/31 15:30:19 rt 1.10.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [769035b179ce57465929916d14819dc547bd5a77]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:09 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a12cdb428b3a3c8c75d5e8e4f577acadf90ce27]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/28 16:40:28 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40718348a4076869bff09d873703e9825b2cda84]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:57:20 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:33 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8645164328a3bce112b606a2dee94cbec05ae6a]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 15:30:19 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bda5d0c2a80d01a0b09827ab497cfe644dfdacda]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:09 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b67e9c66779237cd46cfc3512aa7413d9a84a884]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:28 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [062611f631647dcefcd041dd9dfa7a75ab505f27]

        INTEGRATION: CWS changefileheader (1.7.138); FILE MERGED 2008/03/31 15:30:19 rt 1.7.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2137a59f59a670abfdb7fa63082ce0ccfe0b99d]

        INTEGRATION: CWS changefileheader (1.83.36); FILE MERGED 2008/04/01 15:57:20 thb 1.83.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:17 thb 1.83.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.83.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d46bd4e43742e093689231b03902ac6b97d69f1]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:09 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c575441ecc504540b431b2228a05519b7060a47]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:40:28 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6756327948a2dd76f0fad1443f3a18d1caf9e6d]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/03/31 15:30:19 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [959694b2bbfe6777828f3f728b30f7bc57baea1e]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:20 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1004f51dee69b1acca13f1e31f313781b8768e99]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:09 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [692c8fbcfe8c2d2843e03d1bc417c3a5bd5b3765]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:28 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [514c1aafad7b174b24b6b3ba49b87ccc1ee359dc]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:05 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80375d634b822feb974450cb4c9315ae4fe51b04]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:57:19 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b7e2373c237347596f7c366096546e1a6ae19ed]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:08 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64350d3d38bcf525a78743246ec1f4cd984ff5d7]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:40:27 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7caf2db1f190acfb66027dbad68919d2a9313956]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:05 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [830c1f387501a2e2a698b1357b44d4ca22c16408]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/03/31 15:30:19 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1858af01fe8555fedcaa76efb689846d06b5993d]

        INTEGRATION: CWS changefileheader (1.7.184); FILE MERGED 2008/03/31 16:54:24 rt 1.7.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76a3098ce1069c678ae8f4e786cb05a2bd5dfe03]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 16:02:08 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a8750c67002eaf89277f630f774a6c4d79c5242]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/03/31 13:27:17 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f5255b92f448129c494a993c855018d2094c678]

        INTEGRATION: CWS changefileheader (1.28.72); FILE MERGED 2008/04/01 12:58:08 thb 1.28.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:19 rt 1.28.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c57746bf0f280ea989d3e4e05d445de58267365]

        INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED 2008/03/28 16:02:08 rt 1.5.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce7dc96225c832b483917b91989cfa5edf73caf1]

        INTEGRATION: CWS changefileheader (1.61.14); FILE MERGED 2008/04/01 15:57:19 thb 1.61.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:16 thb 1.61.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.61.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19f78c6339cf6eb19d7e867cceed2e39a55e3e7e]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 15:30:19 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aea32f277dca216bdf6c705fc8648c339155f348]

        INTEGRATION: CWS changefileheader (1.46.182); FILE MERGED 2008/03/31 13:27:17 rt 1.46.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32101c4902627fc67867fe445ca2a8954e9a8462]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/28 16:02:08 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [108f0ba6c08445a2f4996443e9d2f7e94b32e30c]

        INTEGRATION: CWS changefileheader (1.103.76); FILE MERGED 2008/04/01 15:57:18 thb 1.103.76.3: #i85898# Stripping all external header guards 2008/04/01 12:54:16 thb 1.103.76.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.103.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [022202f391c0e02e347ce77a539593ffb82595c8]

        INTEGRATION: CWS changefileheader (1.5.338); FILE MERGED 2008/03/31 13:27:17 rt 1.5.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fefac37a443bb3d39b4d542f659d9a1c6b1aea4]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:07 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [726e5cbf51ebf090d95c81dcf3a822252ae3d14a]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:40:27 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26d5a9ca1f0190342a6a3e6f38a8e244430cbe0e]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:39 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99e648cebabf9b412c0fad1f0a8e84b35b4fa94f]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:54:24 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5f415bcafa6a01746aeefd2d753551f0bf6e96e]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:07 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8764455e07a8f739453622d4e4cba16edfa527ba]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/03/31 15:30:19 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90d00d1ff5462d3c820d972514aa74b6bef6ba71]

        INTEGRATION: CWS changefileheader (1.29.162); FILE MERGED 2008/03/31 13:27:17 rt 1.29.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd62ef64026e530f818565d35e2aeee1fba3e6d3]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:26 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c471f253750422b0de5572f6ce03aef5544b1e54]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:49:05 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69682685efcb9ec8e03187c945a96b64197d17ba]

        INTEGRATION: CWS changefileheader (1.49.38); FILE MERGED 2008/04/01 15:57:18 thb 1.49.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:16 thb 1.49.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.49.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3675ee25b2ea0149788be955d548c5b2fecb82e9]

        INTEGRATION: CWS changefileheader (1.2.138); FILE MERGED 2008/03/31 15:30:18 rt 1.2.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77fb0b84b138918fd7bdcd4292841b428a380986]

        INTEGRATION: CWS changefileheader (1.21.36); FILE MERGED 2008/03/31 13:27:17 rt 1.21.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aa96853155386d45598aadf9805630fb7ded3b9]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:40:26 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82fd1021f2ce333bf4b858408c9c830804a4ab8f]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:57:18 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:16 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a822368766f214b12c5f048d25c7be8a6ee6df3]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:07 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ab808ca99350f1d560dd1ce546c0a034f712a1a]

        INTEGRATION: CWS changefileheader (1.24.72); FILE MERGED 2008/04/01 16:02:17 thb 1.24.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:08 thb 1.24.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.24.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c58a5891870acddf799d344d48c4eab9b37c97dd]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:40:26 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [269726f95ca2c57d4fc4aeafc005e7601891e040]

        INTEGRATION: CWS changefileheader (1.55.12); FILE MERGED 2008/03/31 13:27:17 rt 1.55.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [683b93ee2332a7ec8af39c08f12b644da781576f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:05 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f7e0b2f33e8a8555fc0b33473b8b99c4513dd75]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:54:16 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:24 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b2ebcda63e79b186941801ece84a90a40d414e2]

        INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED 2008/03/28 16:02:07 rt 1.10.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52a92999fcab86cd8efb24b0eb7cd5a0070a2e5d]

        INTEGRATION: CWS changefileheader (1.93.46); FILE MERGED 2008/04/01 16:02:16 thb 1.93.46.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.93.46.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.93.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ab8208d6d9f1398a8abc42de40d08b2d662404e]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:26 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5bad16102aca4eebbc276034a0f1aeda179d153]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:17 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48ce7644753d0e45e5416e49ac01548e05b79f33]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:04 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed2cf3f5c263ca738367dcf2b244a635932b658a]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:54:24 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57442089ae2d04433addae0cb7a34ccdd8b9f9bb]

        INTEGRATION: CWS changefileheader (1.6.80); FILE MERGED 2008/03/28 16:02:06 rt 1.6.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f7d1b12aa4d969d5a2a7b410ab67db09a30b97c]

        INTEGRATION: CWS changefileheader (1.15.72); FILE MERGED 2008/04/01 16:02:16 thb 1.15.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.15.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.15.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [919e43a9e57119e4ece67eae6f61740cd4f33c66]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:40:25 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a22cdfcf205f8fea8d210458addef4320deb0eb]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:27:17 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1929cc79be4940c16f68ed686ae978fe7452a8ce]

        INTEGRATION: CWS changefileheader (1.51.224); FILE MERGED 2008/04/01 15:57:18 thb 1.51.224.3: #i85898# Stripping all external header guards 2008/04/01 12:54:16 thb 1.51.224.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.51.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e38077337de45d8041020a4db84f44290b715fe]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 16:02:06 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4878beaeeada0b1d31f2038ccda5080f589d5c2]

        INTEGRATION: CWS changefileheader (1.46.46); FILE MERGED 2008/04/01 16:02:16 thb 1.46.46.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.46.46.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.46.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [125290d5ed6f5aedc31fcb413bfd745ebcc6c156]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:25 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [458e8974afbad2f9045ad758df3543af9c2c2230]

        INTEGRATION: CWS changefileheader (1.44.146); FILE MERGED 2008/03/31 13:27:17 rt 1.44.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f979412e66883b60c23742285bd68866b2640ca]

        INTEGRATION: CWS changefileheader (1.114.38); FILE MERGED 2008/04/01 15:57:17 thb 1.114.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:15 thb 1.114.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.114.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b7c33fee415545e161bdcf59a3ff518f56abcf4]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:06 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [938b41b6c8271b87b776dd7875318e5934c36145]

        INTEGRATION: CWS changefileheader (1.17.20); FILE MERGED 2008/03/31 15:30:18 rt 1.17.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0d06e6e88f631f9809855c6faaf3cdbad4962a1]

        INTEGRATION: CWS changefileheader (1.6.112); FILE MERGED 2008/03/28 16:40:25 rt 1.6.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9542f831133d8dc8f58f15e1f232e757f4440ff]

        INTEGRATION: CWS changefileheader (1.7.146); FILE MERGED 2008/03/31 13:27:17 rt 1.7.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fec8e9840c3ab014d4423856030758698bb439e3]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:06 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79ff927a0ebb7468ef354fae73038543b7dcb22d]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/04/01 15:57:17 thb 1.17.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:15 thb 1.17.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49ce290b19d3e714978840268c3df4d1b656e907]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 16:49:04 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a511a263f2bb55a825fd35c1c41fa8178f3dd5bb]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:24 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bff132a0243bf2b311536efad7a65f96bcd122cd]

        INTEGRATION: CWS changefileheader (1.4.146); FILE MERGED 2008/03/31 13:27:17 rt 1.4.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd92b4522d08906d4d60c7059ce578aac6f0ae82]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:06 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4ccdcfb51382b2e54ce21fc3fd1785c1601aff8]

        INTEGRATION: CWS changefileheader (1.49.36); FILE MERGED 2008/04/01 15:57:17 thb 1.49.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:15 thb 1.49.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.49.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [145165c11aad3e6d8b912dc1baf91944ea69bebf]

        INTEGRATION: CWS changefileheader (1.14.72); FILE MERGED 2008/04/01 12:58:07 thb 1.14.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.14.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a00590899c360f9368fafa7de275d535af9bbab]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:24 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32d9abd4280bc2bb193785f77109dd098bf51f2b]

        INTEGRATION: CWS changefileheader (1.22.82); FILE MERGED 2008/03/31 13:27:17 rt 1.22.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4548d94f15fdbed644cdd82cf37e834752f91690]

        INTEGRATION: CWS changefileheader (1.14.22); FILE MERGED 2008/03/28 16:02:06 rt 1.14.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c752bcc154dc90ab068b9c64aa88ec9e9403b1b]

        INTEGRATION: CWS changefileheader (1.12.20); FILE MERGED 2008/04/01 16:02:16 thb 1.12.20.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.12.20.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.12.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e9bed95b96829216facf918a4266a202a805774]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44d39b5b644c97c84239b09ff2c9dae8cf3b899d]

        INTEGRATION: CWS changefileheader (1.24.82); FILE MERGED 2008/03/31 13:27:17 rt 1.24.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d0ac4f0a7625d7291a831f2a9bc4037268cab4b]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:05 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47733c27352707387ff6e9288f41875ac4e5350b]

        INTEGRATION: CWS changefileheader (1.22.118); FILE MERGED 2008/04/01 16:02:16 thb 1.22.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.22.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.22.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d5806141619cc2c89b59801fe74e2ce161c5de]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:40:24 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67ae7f7f1accf502fa7e5bf373210f54dbc836c5]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/28 16:02:05 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c623ce4857b3fae24fcf2ea1055e882a350a7197]

        INTEGRATION: CWS changefileheader (1.31.182); FILE MERGED 2008/03/31 13:27:17 rt 1.31.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08774db6c3cf6a16c616cb80da0c76b1ec36a3a2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:04 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [800680527b1ea9d4bdae48be0f9e516fa0bb7aec]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:38 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cd8c4e2fe34a1fc11c087b62993740370a975f1]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 16:02:15 thb 1.11.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:18 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [549a59ce2c59ad498c393f79b6f81f747eb2e4b9]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:17 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1aa73e7f7f0bab56a9be98d478e8364532c9a461]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:49:04 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81451bb09309f3f20b5d9f424b2056244d64e86d]

        INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/28 16:40:24 rt 1.10.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06f9fa5e507f516e02ad846ebbe9a1e75cd0b680]

        INTEGRATION: CWS changefileheader (1.20.72); FILE MERGED 2008/04/01 16:02:15 thb 1.20.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:07 thb 1.20.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.20.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [505d84843128cda109d00811336f112eb6416599]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/03/31 13:27:17 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87298930e937d2d9d0e7a1f7706ca53526934422]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:05 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a95046bda714d427d950bfd9f564691e903b73a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:01 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1596edd805217c42a0e6e3cc2bbb3feb57c9a686]

        INTEGRATION: CWS changefileheader (1.45.182); FILE MERGED 2008/03/31 13:27:17 rt 1.45.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14d0849d2158f3fa48ff486543b05355fb2a2d99]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 20:08:37 thb 1.5.72.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:02:15 thb 1.5.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:06 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36d2689c20681d0e3b343aac9ba3fbd782753e74]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:54:23 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a2d05f77244c0eb2a8a6f78d92e9b940a056832]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:23 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b51d385d5072c1f0e7ca9509af58f80a02e212e]

        INTEGRATION: CWS changefileheader (1.7.300); FILE MERGED 2008/03/31 13:27:17 rt 1.7.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fef86a88143f2eb576b452810ac6233b72fa7cc2]

        INTEGRATION: CWS changefileheader (1.9.72); FILE MERGED 2008/04/01 12:58:06 thb 1.9.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.9.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [596c21c73ff38d4db27911333a4701559d6e0ae6]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:05 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ddbc5aeb3ab0703b6490d05014b644020a51b52]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:54:15 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c70c5a1270ca41efe08eff696459c354858b438]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:01 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [140bed952c949bc18a0bb2da75057093a9120c8f]

        INTEGRATION: CWS changefileheader (1.34.84); FILE MERGED 2008/03/31 13:27:16 rt 1.34.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [892a8fd579d7b25a7a30af4843d37c7d18b46f23]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 15:30:17 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba24a5996040e97d94239df1510758b69107681f]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:40:23 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31b157bbb2f34f2eea918601dba631c625be6e9d]

        INTEGRATION: CWS changefileheader (1.9.796); FILE MERGED 2008/04/01 15:57:17 thb 1.9.796.3: #i85898# Stripping all external header guards 2008/04/01 12:54:15 thb 1.9.796.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.9.796.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eea6bbd48645ff055952651471a0528a53f4355f]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:05 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43b96e9a9a077d2a71aa3cd76cebb1c01aa2a06a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:23 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3394315736511c9e0452e203ea6e43431f67f54]

        INTEGRATION: CWS changefileheader (1.32.182); FILE MERGED 2008/03/31 13:27:16 rt 1.32.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4bf0b015fb6b22b62076cdc57f707a9394991c8]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:38 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9e85bb92c217efa136c17f2d8af87db3d84b9da]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 16:02:15 thb 1.4.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:06 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [089d41faf3bca1ef0e1036dd421fe735c64f7c71]

        INTEGRATION: CWS changefileheader (1.23.34); FILE MERGED 2008/04/01 12:54:15 thb 1.23.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.23.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8acfefcd9deaeeef7e4d33a10e8cf32cb9b8b454]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:04 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47d0f4dcdc4137867eb6669d05c0593700e5837e]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:40:23 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7351b0bb12d8915531ba5624a13bfb860ac516c]

        INTEGRATION: CWS changefileheader (1.12.162); FILE MERGED 2008/03/31 13:27:16 rt 1.12.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39c78397e96cca5eeda9acadb939d8510e9b9da9]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 12:58:06 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8742f6269344aec0e9dc7e0290195d06826e1c33]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:02:04 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ba26b6d3603c16d372225ebf5bcb83241913921]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:40:23 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4b1b0be65f0d3be0de0f2a37fa627ada41424cd]

        INTEGRATION: CWS changefileheader (1.25.182); FILE MERGED 2008/03/31 13:27:16 rt 1.25.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffa230c4e08f4dbb598605140d03ae3f4f72b336]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/04/01 16:02:15 thb 1.5.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:06 thb 1.5.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50aa0905fae833bbfc62831a316c891439e4db41]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:40:22 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1688a10eb19c7a8b32014e6bf79c0d2110ab0279]

        INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/03/31 13:27:16 rt 1.3.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [981b67a2aa57647c4ae14c2cc956f16e262b7153]

        INTEGRATION: CWS changefileheader (1.5.72); FILE MERGED 2008/04/01 12:58:06 thb 1.5.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.5.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cf041a0afe01f44710e6edafab30b4bb39e7a83]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:04 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f9c11cc6118fdc26209290ed04f9d62a9859867]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 12:54:15 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78a6bd6127eb19596492676f0654aa3d152045e]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/03/31 13:27:16 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4fa3975377ef24d28b659dfe0fea2f3e000b94c]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 16:02:15 thb 1.3.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:05 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b85df2c161a161d45d70a690befa52ab6067d3b]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:22 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3789a9abf7b1ef23eae203be0c32467477c2c6c2]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 12:54:15 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:23 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a28c1797c106bb2c6bd01193ceb13c3f341899d]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:04 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1e373e6a1aacbd802d8f977e8a322b9d8ea6adc]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 12:58:05 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a73d94f999a0782a47577fbbc8b4b9ebfaa3c738]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:49:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bee440c8ac695f717887a3cf3f3bccec8dbd833]

        INTEGRATION: CWS changefileheader (1.29.12); FILE MERGED 2008/03/31 13:27:16 rt 1.29.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5368888e5bf2084c73c49f79eee988dff0adf16]

        INTEGRATION: CWS changefileheader (1.13.244); FILE MERGED 2008/04/01 12:54:15 thb 1.13.244.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.13.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d2fd8aa087f848eee323fdcee20688dde0f5d8d]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:04 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22402b40d1ca4739636c6c91ee905754d37fa426]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 16:02:15 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 12:58:05 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c1d74ae1b3d13182b00d6bd95494e73fe882f91]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:40:22 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d6951a48768a3dc32e6562694affc15b5bce66b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:49:01 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78f18a035aaf2b2311ea21f1638504398fd45382]

        INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED 2008/03/28 16:02:04 rt 1.8.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dcb4f04546385ede69e13c64266d2cb88e95ba6]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:22 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [415c116a4b37628c0dac7ce1003eea7db60ac8fc]

        INTEGRATION: CWS changefileheader (1.11.118); FILE MERGED 2008/04/01 12:58:05 thb 1.11.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.11.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2a1de9f9b00d1b3d5e195e33b7dedbe90c15d86]

        INTEGRATION: CWS changefileheader (1.51.12); FILE MERGED 2008/03/31 13:27:16 rt 1.51.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095c7b97d9f23f21ab88c09d510b6650d0f5c7f0]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:03 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8b02857df4bcd33b7e0e567abc09779688bd2e3]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/03/31 15:30:17 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e3a6d40039576d4324d30d794a028dad986efbf]

        INTEGRATION: CWS changefileheader (1.31.38); FILE MERGED 2008/04/01 15:57:16 thb 1.31.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:15 thb 1.31.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.31.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d22d55a869f6c26063f68ab63af7d1713c9e8a4d]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:03 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1f0eebc18eb2bdfbc95d164e44c397dea09ac45]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:49:00 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51110e6fb6515cca8b32bcfc0ba8dd1d1cba4fb2]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 16:02:14 thb 1.4.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:05 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27de565cda134a4df3ab48ffb7009a655f1c8591]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 12:58:05 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd00379aff2d77d88bd2ac2dd57a53648ccebe32]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:21 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a1fed702e928809b4c7c0e197c032b35eca60aa]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 12:54:15 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b83c6c162413ab3e57811bef936758fff4c17d1]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:03 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52442393c78405fc964ad7bf4ca31e9437c4a754]

        INTEGRATION: CWS changefileheader (1.32.12); FILE MERGED 2008/03/31 13:27:16 rt 1.32.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79691b82aa537c0c52fb0a4be0ae265b19eea440]

        INTEGRATION: CWS changefileheader (1.10.138); FILE MERGED 2008/04/01 16:02:14 thb 1.10.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:04 thb 1.10.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:17 rt 1.10.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a5a95db9b26e50fe4a32c97f8ed21d1c90cd06e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:21 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7a7314c8ad70c324ab0af8181538e80380a844e]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/03/31 16:54:22 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8cddc9f6c70f33da40d59a18a441849eec76a06]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:03 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a759f27412c61501ba5a8b4a62462b3be579b268]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:49:00 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61ff80823d009ef2b4f633dc2e30c15503d0b300]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/03/31 13:27:16 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5793f67382cef900072c25e6e53d9b5c991b1c28]

        INTEGRATION: CWS changefileheader (1.24.66); FILE MERGED 2008/04/01 16:02:14 thb 1.24.66.3: #i85898# Stripping all external header guards 2008/04/01 12:58:04 thb 1.24.66.2: #i85898# Stripping all external header guards 2008/03/31 15:30:16 rt 1.24.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7ce1bdf8e96fb5cf785e17cffcefc18791c2bd1]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:21 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9c55531461e23d53cbc3b28e7d5d07f94b3fe71]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 12:54:15 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8209ae1ac2282ec95cd4ac71bfb67c7897fd91d]

        INTEGRATION: CWS changefileheader (1.35.182); FILE MERGED 2008/03/31 13:27:16 rt 1.35.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3a1e3e2c8502b8a38fa86e4d8e9ab09c593ff76]

        INTEGRATION: CWS changefileheader (1.9.184); FILE MERGED 2008/03/31 15:30:16 rt 1.9.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26d29d0bfe445a5ca986a431c56486dd08c97e9a]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 16:40:21 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [013a7c944db718e6c7de15dd61b8405d4bdec2bc]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 12:54:15 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bff32abc3211b41a4a053adbe14227e89b006574]

        INTEGRATION: CWS changefileheader (1.8.434); FILE MERGED 2008/03/31 13:27:15 rt 1.8.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf2c5e4a6585f12c937234d2d42c16a821f745ee]

        INTEGRATION: CWS changefileheader (1.5.138); FILE MERGED 2008/04/01 16:02:14 thb 1.5.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:04 thb 1.5.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:16 rt 1.5.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ae430a2aa2dadb9a54ee72217800534c8ce2dc8]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:02:03 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebf91e1894b4f9063cd9ca2fe4bbbe0aa839891a]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:49:00 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5218cbca46f4a99b78f9de9b9eb1b80140ca052]

        INTEGRATION: CWS changefileheader (1.30.240); FILE MERGED 2008/04/01 15:57:16 thb 1.30.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:14 thb 1.30.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.30.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67403fe6dded658ccc49a1a302b3d5269a7c7543]

        INTEGRATION: CWS changefileheader (1.25.162); FILE MERGED 2008/03/31 13:27:15 rt 1.25.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2608122f031000b844d0dd7e4f60fb5bb52ee857]

        INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/03/28 16:40:21 rt 1.4.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c50cf35f94f455710d364f194a2c11051e2e8a11]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 12:58:04 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:16 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ff66897ea7fa935b9234804ba5b352d049bf66b]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:03 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27395f27e925809b77541f5a7aa6f8d865dbe9f0]

        INTEGRATION: CWS changefileheader (1.73.38); FILE MERGED 2008/04/01 15:57:16 thb 1.73.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:14 thb 1.73.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.73.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [077875273237b4ffd9b0b936ad9ef6b681d80939]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 13:27:15 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34351bccb094ba09a82909c9b0b9e1de91ef2e21]

        INTEGRATION: CWS changefileheader (1.13.72); FILE MERGED 2008/04/01 16:02:14 thb 1.13.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:04 thb 1.13.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:16 rt 1.13.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e090cc5c70b963f3f58d00879d68a019e0198773]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:40:21 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b4b1d91575e5a0177ea9a30474b71147977cd5a]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/28 16:02:02 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7bbf646fd6ad5037c9d2705cd617acfcf7859a6]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/04/01 12:54:14 thb 1.26.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [215c20feac74efb09d61f83fb75e7561369f4556]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:15 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3bd1a130561ad98eecb17a2004ba915f6061faa]

        INTEGRATION: CWS changefileheader (1.37.72); FILE MERGED 2008/04/01 16:02:14 thb 1.37.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:03 thb 1.37.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:16 rt 1.37.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b697aa1bf341f4177b1cbd1b556db0edaac8bcc]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:21 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8225c187698332d60f01fbc4096c9b030c289b00]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:02:02 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5790d09baa963f0fd5e5d39aeecf2ea36f39d4c]

        INTEGRATION: CWS changefileheader (1.35.242); FILE MERGED 2008/04/01 12:54:14 thb 1.35.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:22 rt 1.35.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59db2dcdec67d92dfd4dfa59973654d186f8d696]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:37 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0099109a225f6755d143c99ea795287b63ab0ebe]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/31 13:27:15 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57c7a3f964e7a1e57cf3885e9c09cc05f6481673]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 15:30:16 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [896507b7905a51cd57fc4f7671281629aea92a62]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:02:02 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29d2be148126d8900d83e774e88c42e9102a5b17]

        INTEGRATION: CWS changefileheader (1.103.34); FILE MERGED 2008/04/01 15:57:16 thb 1.103.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:14 thb 1.103.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.103.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc624e6e5fe5e8a26a5e607a0f9416d5a4fb7266]

        INTEGRATION: CWS changefileheader (1.158.12); FILE MERGED 2008/03/31 13:27:15 rt 1.158.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94f885eec8898c1281878a404829ffd7678b415f]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/28 16:40:20 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [664f1c46a2e3a49d9f1e685244e47d242464668c]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 15:30:16 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f380e53730d4d915d23a6f0c167ada95fe6ce65]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:02 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5d61cede40537d513dabfd4c4198c98843617d8]

        INTEGRATION: CWS changefileheader (1.5.240); FILE MERGED 2008/04/01 12:54:14 thb 1.5.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.5.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9278af44585aed2420b6a7b7cf93ba6d36504ff1]

        INTEGRATION: CWS changefileheader (1.36.12); FILE MERGED 2008/03/31 13:27:15 rt 1.36.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [651ef8e388fa63bf06444872ef96fea18fb9f345]

        INTEGRATION: CWS changefileheader (1.6.184); FILE MERGED 2008/04/01 16:02:14 thb 1.6.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:03 thb 1.6.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.6.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70dd5f8b98fa4349cee88a0de0bc6e963455e7af]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:40:20 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [937cd7cec5ae580e731764d5d787e6d3dbb6260f]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/28 16:02:02 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff88eaebf99ea837a73d984c8749ece11171bfe0]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:57 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17a237047f44a3878cf97b3cfb9bc3e464761d0b]

        INTEGRATION: CWS changefileheader (1.52.184); FILE MERGED 2008/04/01 15:57:15 thb 1.52.184.3: #i85898# Stripping all external header guards 2008/04/01 12:54:13 thb 1.52.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.52.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c14b515fb0b828008f83076e440db2a60d02cd89]

        INTEGRATION: CWS changefileheader (1.106.12); FILE MERGED 2008/03/31 13:27:15 rt 1.106.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b0dfe253f27cdc4624ae4d280df87a7371949da]

        INTEGRATION: CWS changefileheader (1.17.60); FILE MERGED 2008/04/01 16:02:14 thb 1.17.60.3: #i85898# Stripping all external header guards 2008/04/01 12:58:03 thb 1.17.60.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.17.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16259d08f6c19fa070b85f63f44446009faea6c5]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:20 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e9d4103a1e31c37b0c2dd0a707b5dd4552613b9]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:02 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59aecf04aac3677892fb44cc083893ce27c5c201]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:48:57 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7a9e30f0e160562ddc137e9e798f7d34239e60d]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 12:54:13 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3322559f8ac35327b9a92fa7777f27a14e27ff05]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 13:27:15 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01413a4478f57c3e6a5f554a0c9d56e0dac439c8]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 12:58:03 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccaf795fcd59f973534e1c6a694c198166df07f7]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:20 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aece7779ff37aec471e904d557233fa3e9d35ee]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:02 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6510ccf70cc6288e523b3316354aaf5bed72adb]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:57 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0c24924ee4359d43515e4948b7689c42cf7ef03]

        INTEGRATION: CWS changefileheader (1.64.118); FILE MERGED 2008/04/01 15:57:15 thb 1.64.118.3: #i85898# Stripping all external header guards 2008/04/01 12:54:13 thb 1.64.118.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.64.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [616820ba0e37ea2480b1cf767e8ae2295ca80749]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 13:27:15 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ca7cbc8a0b4c51ecdb9c8f2ec7906517838908c]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 16:02:14 thb 1.4.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:02 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e30c8d156e99de71b6836f3f9b49f7a0aeb8344]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:20 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afe27b1a2dcf360ab5e77e2b1d710cd89e3e9e25]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:02 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdae7d064e77f43483fdec941c5eda11819efaf7]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:37 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73cece5a92331d6e429bdba253e469df74e26e45]

        INTEGRATION: CWS changefileheader (1.89.36); FILE MERGED 2008/04/01 15:57:15 thb 1.89.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:13 thb 1.89.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.89.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da35ffeac2651a393dcc9c0554c260ff31f8f15f]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 13:27:15 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c25d4cae999892aba93649beb4c57f2c029aaaa]

        INTEGRATION: CWS changefileheader (1.12.104); FILE MERGED 2008/04/01 16:02:13 thb 1.12.104.3: #i85898# Stripping all external header guards 2008/04/01 12:58:02 thb 1.12.104.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.12.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4e1372f191bdec0b2380f9d527bc59789606d00]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:20 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cc109b61c35669441e533d626442328b6958820]

        INTEGRATION: CWS changefileheader (1.70.38); FILE MERGED 2008/04/01 15:57:15 thb 1.70.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:13 thb 1.70.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:21 rt 1.70.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1389de366709a1228b8eff375c8434a1466e4e60]

        INTEGRATION: CWS changefileheader (1.3.82); FILE MERGED 2008/03/31 13:27:15 rt 1.3.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed7026b054944be96d5d24d83327973283a0f26c]

        INTEGRATION: CWS changefileheader (1.13.72); FILE MERGED 2008/03/31 15:30:15 rt 1.13.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9e324ebaca31a111999ec149f4cb7f3137eb0a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:19 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89bfd4760981bf62c8e328015a46ebfd6ec834fc]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:02 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6726379058fc83401a52e904c9c7dc6795ec0466]

        INTEGRATION: CWS changefileheader (1.47.38); FILE MERGED 2008/04/01 12:54:13 thb 1.47.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.47.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5cf9633e47bc872633b4597e395a7e14b19e3f6]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:27:15 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [767d80e58251914fe00861a7097f551211bce357]

        INTEGRATION: CWS changefileheader (1.7.110); FILE MERGED 2008/03/28 16:40:19 rt 1.7.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77c7fe50020667d16d9d6343089c533d1f604eb2]

        INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED 2008/04/01 16:02:13 thb 1.7.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:01 thb 1.7.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:15 rt 1.7.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f92dd8fe315cbe2d5954583da3dc2b1c312c774]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:02:01 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fe7b2cf5fcad024f616bd8961e61f27d59ad25f]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:57:14 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:13 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd5af98fafb7358de42e17317e012333b7273b7b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:19 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e732426413ff104cdc58e09314317f718cdc0bae]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 15:30:15 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8928975b9e95fdc4cbcde919cbeb001fc7047256]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:01 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e3f8c57ff953178cd8e8320f0bb30e0436d1a1b]

        INTEGRATION: CWS changefileheader (1.18.240); FILE MERGED 2008/04/01 15:57:14 thb 1.18.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:12 thb 1.18.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.18.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ccd3b9ffdc29eed90d3b3a3c19811fa44fe1e71]

        INTEGRATION: CWS changefileheader (1.32.182); FILE MERGED 2008/03/31 13:27:15 rt 1.32.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465ae09eaeeee293938073d6d4007a322bfcb5b6]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:19 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e264074baeb00f7889f76cca169bb7ce404ef4a]

        INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED 2008/03/31 15:30:14 rt 1.6.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [986fbd1c87fac8def84a93b8334af7be525bc9fb]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:02:01 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17f40bc914a5027f8bea0de0dff15be866d66fb5]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 13:27:15 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a65cd4c7eee553b2f1630ace7cfced86079b78e]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:40:18 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3e4eb9ad6a92af8c0d0e6bce129abfb6d281b70]

        INTEGRATION: CWS changefileheader (1.4.72); FILE MERGED 2008/04/01 16:02:13 thb 1.4.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.4.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [353f61ade3511f66a612dabfaf066af2be1ac2e7]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:02:01 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d3afeb6d5cd2026b2b7ade3f24e6d9f4f881e49]

        INTEGRATION: CWS changefileheader (1.72.38); FILE MERGED 2008/04/01 15:57:14 thb 1.72.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:12 thb 1.72.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.72.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef663b36bc7fae8d4296b7111d57788584e1461c]

        INTEGRATION: CWS changefileheader (1.29.160); FILE MERGED 2008/03/31 13:27:15 rt 1.29.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adfdf5c6079d7cb8900f4d1695b37307552ff451]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:18 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b5a80c61232f4c3422e6f0f5db498d01ed26964]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 16:02:13 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4b38e71684b941161fd9ce8fa52858b8f9cf487]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:40:18 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1dd31b1d02896935981cb82a783be8dbe5b9f72]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 16:02:13 thb 1.6.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:01 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2b79e894889b2841da85f1a629938b6ad85a174]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:01 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7920a81da575ec2b8202e2f7c3b463bf6810f069]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:18 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c43d4d1d4388beefce88668775d2392c753f1bc4]

        INTEGRATION: CWS changefileheader (1.16.118); FILE MERGED 2008/04/01 16:02:12 thb 1.16.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:01 thb 1.16.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.16.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7b2bac6d5a24d19ecf1a9761768cf44b8c3cc0d]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:15 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64ebed18c9b700eb797057078489695b62efb01f]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/31 16:48:57 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a77c9dff021378598a5f383e3d12e82af1493910]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:01 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acff93bc7169b047696bf2d2cf15efd3a88e8170]

        INTEGRATION: CWS changefileheader (1.7.168); FILE MERGED 2008/03/31 13:27:14 rt 1.7.168.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c0a5584032776abf708af73c01850b09ee44739]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/04/01 12:58:01 thb 1.10.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53ba75c7194cfaa9d931ed6c5a24a5692c41e232]

        INTEGRATION: CWS changefileheader (1.3.34); FILE MERGED 2008/03/31 16:48:56 rt 1.3.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dcc1e05d20216d630a236827438343aaded0b37]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:40:17 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97816e836d0bd7c9dc7c48c6d812e0f3a68455e3]

        INTEGRATION: CWS changefileheader (1.69.32); FILE MERGED 2008/04/01 15:57:14 thb 1.69.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:12 thb 1.69.32.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.69.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e814844a7206b14680e360664fd3c969d796c248]

        INTEGRATION: CWS changefileheader (1.34.12); FILE MERGED 2008/03/31 13:27:14 rt 1.34.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7723407ddb194e09ec0fc16428ed25f431e25fe7]

        INTEGRATION: CWS changefileheader (1.3.138); FILE MERGED 2008/04/01 16:02:12 thb 1.3.138.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.3.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.3.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ed61d061e0138158795597a5849e418f4dce6f2]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:53 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2decb8e6e8a64a027a1aba89526de904527e021]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:02:01 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86c7a36d95491531a0dd0bb1942f1a1e8c1b5899]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:17 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ac4e8e33fe73c41502b596e09f28e76c2180e36]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/04/01 16:02:12 thb 1.5.118.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.5.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [547d0fd5244c7fc33279da845c6192d92cf3021b]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:02:00 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4607f077abb431e9df44f13340fa6d0930a4ad03]

        INTEGRATION: CWS changefileheader (1.50.12); FILE MERGED 2008/03/31 13:27:14 rt 1.50.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03c0f58a8c6d207c630ae7ea15bd51bf40582d2e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:53 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51410e0a8a906965fc4812d22a7ac09fac4fefdc]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:02:00 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d1696f2d3e27aec21a1cc548ef598a62628c2df]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 15:30:14 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [185e6e20b7b6abd5b828c5ac5a8cf8b225a593d3]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:15 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [728282437cb5a9010bfa75bd1d5e824117c8ec87]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:21:37 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e17dec70bd2e6dcf6685b4370fc6e1ad20a7b5a]

        INTEGRATION: CWS changefileheader (1.18.22); FILE MERGED 2008/04/01 16:02:12 thb 1.18.22.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.18.22.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.18.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e03ff0fd37bda9877fbf83d96ce926de8224df77]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:14 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7849c02ac24fba8c2abbc5a695c92cc5fc51f197]

        INTEGRATION: CWS changefileheader (1.4.182); FILE MERGED 2008/03/31 13:27:14 rt 1.4.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e854fff5a4e180a6131bd9b1835f36a39d34b7be]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:14 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f74cc4be7f1315d60062fb945476e8d457b5132]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 16:02:12 thb 1.4.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38b935f012b39c555012e6e7209b5909bfd80159]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:14 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c821d81d0e9eecc4817d7604a6b96b966323e13]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:02:00 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0013551527aff0de7a3bf6c14c4665acd7006758]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:13 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41d6545301230b35d8c3d2e3367fb2afcc07bb58]

        INTEGRATION: CWS changefileheader (1.13.96); FILE MERGED 2008/03/31 13:27:14 rt 1.13.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bc911d105baaa533c29ade404fcc8edba5327d0]

        INTEGRATION: CWS changefileheader (1.11.72); FILE MERGED 2008/04/01 16:02:12 thb 1.11.72.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.11.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.11.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c528b1dc6d5a53d1ec78c3127db4af923bb19a92]

        INTEGRATION: CWS changefileheader (1.26.242); FILE MERGED 2008/04/01 15:57:14 thb 1.26.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:12 thb 1.26.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.26.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3218db294cd949a1c55104120d747a2ba6dd350f]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:02:00 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d1fb95838195df65345ce84f0bbddbca9e5bd8]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:40:13 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d86fdb1bc62c11b9720d86c8b62d6b256be86ce]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:36 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80d3b04cac10ae223766b36f2054398184ea1b7e]

        INTEGRATION: CWS changefileheader (1.25.182); FILE MERGED 2008/03/31 13:27:14 rt 1.25.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30846b616ac99ee75ed84832a53971f150f3bedd]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 16:02:12 thb 1.2.184.3: #i85898# Stripping all external header guards 2008/04/01 12:58:00 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3ad677bd36b851b880914731b98718e38d7400f]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:02:00 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bef886b651446efe6231d062d0377d56707e71ad]

        INTEGRATION: CWS changefileheader (1.9.118); FILE MERGED 2008/04/01 16:02:12 thb 1.9.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.9.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:14 rt 1.9.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376bd181446b29eebc574a6d13c789c9c985e6ab]

        INTEGRATION: CWS changefileheader (1.12.52); FILE MERGED 2008/03/28 16:40:12 rt 1.12.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fe35de3069f33580e7a24173d2ef51c6c77040a]

        INTEGRATION: CWS changefileheader (1.6.178); FILE MERGED 2008/03/31 13:27:14 rt 1.6.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [479897996dd683911116b52ce13ac4281245777c]

        INTEGRATION: CWS changefileheader (1.3.72); FILE MERGED 2008/04/01 16:02:12 thb 1.3.72.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.3.72.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.3.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e19915cebef7c0c2b2546d4c422fa508115e303b]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:12 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0944cc87c0ece007622874129d7fc1bd9576495f]

        INTEGRATION: CWS changefileheader (1.24.118); FILE MERGED 2008/04/01 15:57:14 thb 1.24.118.3: #i85898# Stripping all external header guards 2008/04/01 12:54:12 thb 1.24.118.2: #i85898# Stripping all external header guards 2008/03/31 16:54:20 rt 1.24.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac4c8fb9c260364f0979fd1e9105d1ecea41d5c9]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:59 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b6bc00daa19402f2927e7034e1dea6e7baf6c59]

        INTEGRATION: CWS changefileheader (1.19.176); FILE MERGED 2008/03/31 13:27:14 rt 1.19.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06876bafe2b984b50c9c7b087a16adc1ee7046f7]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:48:53 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddbc4e8dc0469fad554988e0e34e5206716d6468]

        INTEGRATION: CWS changefileheader (1.20.72); FILE MERGED 2008/03/31 15:30:13 rt 1.20.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5bc26159408e53d766043a23810bd75392e6524]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:40:11 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b240b4a9decdd70d694825115292c7a0f6cb9961]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:59 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9eb120711ab4f9040ed2d26945100cf7e93c68]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:36 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83b5f1eb217eaa3fe12fb417861dc5961e253d8f]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 16:02:12 thb 1.2.184.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [209ef7d82196c5b5119480a121cac1b66ce9ed67]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:11 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4cd8769d8e4ac75306e51b48b3cd80c84674dc0]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:01:59 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8a7291e766073518eb66f503b743adb2bdd0022]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 13:27:14 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92f752466fde66dbdcbef100c7d1ee367dd16b53]

        INTEGRATION: CWS changefileheader (1.5.118); FILE MERGED 2008/03/31 15:30:13 rt 1.5.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a8df9882cbe4d7616a4fa2b69c9dff554ec0282]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:10 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f70cfeb17f5bb83a8126d1b6d08396ea0141191]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:59 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [599654c708c377c59799692e071853691d566140]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/03/31 15:30:13 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e20727ac5768932fa1c2d38807944be5e3cd7d4]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:54:16 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61b806095d5d100d69b3f5d50e836a9f2c3e3749]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:27:14 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0309ab290d0143fadb934cb235e96075b0d461d4]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:36 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f34cd6150d8ce09cd78b22beacb98a182a7b2df5]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/04/01 16:02:12 thb 1.3.184.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.3.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e84cc7a7df7002d378ac7ca1a71723ce6428cc09]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:01:58 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [314df3fd5739c2c6cf8d27aab5d583bc72a37790]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:10 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e74b07c9d257a170eaa6b93064a870cf7da17a5]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:57:13 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4caa2e961d0f6b0f74930113dadedc76ef90ce05]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 16:48:53 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [160da5411c4f83aae9e5370f31e3a1228dd9a22a]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 16:02:11 thb 1.6.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3ee7ecb04c3a48ae9c372cae2dddc2be6ce4599]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:58 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cc77a78a54dc567ebfc907417d8ab3523c6d237]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:10 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3190868ab895d5a09a13ef0da6d532bd9399be81]

        INTEGRATION: CWS changefileheader (1.35.438); FILE MERGED 2008/04/01 15:57:13 thb 1.35.438.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.35.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbf9f411483ee359645e8a75bb07691a78cdb5ac]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/04/01 16:02:11 thb 1.6.138.3: #i85898# Stripping all external header guards 2008/04/01 12:57:59 thb 1.6.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93d194664d30b19458ef4c6e522cb36582c33d25]

        INTEGRATION: CWS changefileheader (1.6.258); FILE MERGED 2008/03/31 13:27:14 rt 1.6.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1df6f4f4c36c97d1bf69717941e2e13c14ff514]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:01:58 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91408cdc1f08d6d571ab443cf5bdbb05d599da48]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:09 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5beeec9de3d5ab5f959868809bd7988d12e8bd3b]

        INTEGRATION: CWS changefileheader (1.7.118); FILE MERGED 2008/04/01 16:02:11 thb 1.7.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:58 thb 1.7.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.7.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3db62e559865295c8fb565d615e2e057fe88600d]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:57 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a1ae06263a079a78bcf5fee629ac64e58fef45]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:09 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccdf1dc27b87bfec154ee49d6427a3a6ac6d3052]

        INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 16:54:16 rt 1.8.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5562664a4812edd14e3ba6c5ea879b900ce7fe02]

        INTEGRATION: CWS changefileheader (1.40.182); FILE MERGED 2008/03/31 13:27:14 rt 1.40.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bd08aefbce224a523e19057aa505a23f3a876f6]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/03/31 16:48:53 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [398da578792a062d6b7e4a2737ea87dea5e23a5a]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/28 16:01:57 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15cea4d8fc461b88859c4bcb0d87b60c9543b277]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/04/01 12:54:09 thb 1.5.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c65c0315b5c66697df4bf9ef0a2b8c5eff36645]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 12:57:58 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05c679553d17b6a23458509bd551da83f13764d7]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:40:08 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41a050dd73792d66ad8fd731b3057836c51017c1]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:27:14 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8bcd14a5e61d6141153a11fa62545587637e58f3]

        INTEGRATION: CWS changefileheader (1.5.1116); FILE MERGED 2008/03/31 16:54:16 rt 1.5.1116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4be0e704b2cbf3772321360b872930c21ec51b2a]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:57 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [652ade4a9865b0ee63228c17e1260726cc2c2e65]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 12:57:58 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249b63748cc6923260f24278f5c98d425ef2ffff]

        INTEGRATION: CWS changefileheader (1.26.96); FILE MERGED 2008/03/31 13:27:14 rt 1.26.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [003690f7e2dfa3591d4ac495293947fa7edb08df]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:40:08 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376dc71a2be4c2e2b3b6b0bd3adf2976bd6b57e0]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:57 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47ddb0bfb66184bdeac2a59fd52b70926b310b44]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 16:02:11 thb 1.6.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:58 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:13 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52d525802e6227923765a498a1a8806b9d5a84d6]

        INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/03/31 13:27:14 rt 1.4.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39b8dde5e451dbd79db6125f4d5496a551d63994]

        INTEGRATION: CWS changefileheader (1.55.38); FILE MERGED 2008/04/01 15:57:13 thb 1.55.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.55.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb6ea1dfe9ff5574082ad2ff080243ee4c4ab8ff]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:57 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f77de290d56cc98dc8d12b812d6e2f81650ee88]

        INTEGRATION: CWS changefileheader (1.8.148); FILE MERGED 2008/03/28 16:40:07 rt 1.8.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e3ab5e7ad6d74ffd6ed252ca31e3b7032aaa4c]

        INTEGRATION: CWS changefileheader (1.2.162); FILE MERGED 2008/03/31 13:27:14 rt 1.2.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e34f2133548907776df4cc5f1d5af055ee40c73]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:40:07 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7794ca441bf39b3861917afd9a750ec55f8ed011]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:40:06 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3062b4832c62c6aabb714f7d44ad971280be6316]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/31 13:27:14 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a5b476b350c94008980baf5550582d19a2d4277]

        INTEGRATION: CWS changefileheader (1.4.138); FILE MERGED 2008/04/01 12:57:57 thb 1.4.138.2: #i85898# Stripping all external header guards 2008/03/31 15:30:12 rt 1.4.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [644d60f1f52d8fa73045eb0591d4209293a5835d]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:57 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d450d373db52cc47b47d0b9ad32d18c24ef95d2d]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:57:13 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e876ee4acb7da386879b159dbc9787ed65d10132]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:51 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f137c6434e907ff61d759c9903be01acb346466]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 13:27:14 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35d6ab42f7dd740b6e0bd8c2126430f2fc7fc07f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:40:06 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0452ec74454f4a7dd8788e6e30ce9de811bf0b39]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/04/01 16:02:11 thb 1.10.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:57 thb 1.10.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:12 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67a0cea123e22549d3c9460f6b4c9cd7e2ba88b8]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:56 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d837279861ff1fbc75d621e1035147a30a9eec8]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:51 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4f22b9d2acd027de3fdb86a32b11a9d6ea03cd0]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:57:13 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [723b278c457983422c838bb242dc0efb361ab632]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:56 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdddc6f2a2ae6d2c4b7d057b4b798a045b62eb0c]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/03/31 13:27:14 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74c3006feca065773e143c82607e0aca49a7eeb3]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:40:06 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [840bc178f55f453ab1353c27c1faa3f5a9cc5eee]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:54:09 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1c45827fd8e3b6d023781203cc5f2ce557a683a]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/04/01 12:57:57 thb 1.4.184.2: #i85898# Stripping all external header guards 2008/03/31 15:30:12 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c52aee10fed94d809869a2d3ac0e1aca228668a]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:35 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c130caa5000d2bdac1291903e47ceab960cc1b8]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/31 13:27:14 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa45cab9e272fd9b0209c7c2979f8b3083992ca9]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:51 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1216eb6a4f189c4014c6563e813e6297a03da2c3]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:40:06 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f12690074c20d45ceff5c9b3d4779fb6f924577]

        INTEGRATION: CWS changefileheader (1.13.118); FILE MERGED 2008/04/01 16:02:11 thb 1.13.118.3: #i85898# Stripping all external header guards 2008/04/01 12:57:57 thb 1.13.118.2: #i85898# Stripping all external header guards 2008/03/31 15:30:12 rt 1.13.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7ab7f9e1001423c8c19c7a2ee57e8bde6c4e19d]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:13 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c8b5eb724d0540ddfe36e1b955f58fc75a190b4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:40:05 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c90242e098dbee14ff6b2ece128d0af0acdb3477]

        INTEGRATION: CWS changefileheader (1.5.60); FILE MERGED 2008/03/31 15:30:12 rt 1.5.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bd18d46a2847e8b9de63784488ae755fd3e17ef]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 12:54:09 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cf082efb9ac014e7e88c9561be70925f2778805]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:56 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc6fb86416e4e0d06fe33dce174da79e57511fb7]

        INTEGRATION: CWS changefileheader (1.3.60); FILE MERGED 2008/03/31 15:30:12 rt 1.3.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [761a4aa4c194929c2ece56ee549e709069680349]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 16:54:16 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab9fd3434f0fc2f89ef538407e95f7f396e8a3e0]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:13 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90b66aed977d7e628d5db5fa3f1cb4878e2e41be]

        INTEGRATION: CWS changefileheader (1.5.204); FILE MERGED 2008/04/01 12:54:09 thb 1.5.204.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.5.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c5d79f252417bb9e693390ef6a36f483bb19463]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/03/28 16:01:56 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8562be0d14e16b268f52a6f5bb8773cbeb5e98b5]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:05 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f9f5ba127dd6a576a73944831f5fe0f28aec187]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:50 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79583d7f3b544bcd457709969970eecf2efa4d85]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 15:30:11 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36fded91b26054807745c8e6918023fb242c7230]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:55 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47733dc155462edf9aeb372fffddc4b1ebb70579]

        INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/03/28 16:40:05 rt 1.16.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a378719e0814a2e913ff4c5ce08d0f7aac05b0d]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/31 13:27:13 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58fe6370188d20020e697f67589bd30f6d018781]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/04/01 15:57:13 thb 1.19.216.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49f7e5c004c1c9748dd776b4f4403c682af0a022]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:55 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28128b2749ff83d9d08c29aa77b52493e9cc6e0e]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:13 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b802b0a0caff35cc221ae56eaa046784a7089670]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:55 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69e6dc8f9d979415f7535d14aec9e42dbec838e7]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/04/01 15:57:12 thb 1.3.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:16 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f628847103ddf15b76bbe4d15db21721edc64a5e]

        INTEGRATION: CWS changefileheader (1.6.26); FILE MERGED 2008/03/28 16:01:55 rt 1.6.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13654df3fef4941dc0dace0dbf4e14cf02ee10e8]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:54:16 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d504501bc81c444b11ad950a338dc8d61caaf033]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:01:55 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2abe5369d070e55e0e8725d31d2ec45ae3feed02]

        INTEGRATION: CWS changefileheader (1.36.738); FILE MERGED 2008/04/01 15:57:12 thb 1.36.738.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.36.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.36.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80588c753602616a2435aedd34df2440cdd9265c]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:55 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7d90f38a9f5cbda8a7b8ec5999fb531e60f25d3]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 13:27:13 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9530d4b5d5c3442c7211a547d5023e42c14e24e]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:40:04 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aba0b809ec2ab34f76bfc7906ff05db4dbd50a59]

        INTEGRATION: CWS changefileheader (1.7.84); FILE MERGED 2008/03/31 13:27:13 rt 1.7.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bd67b7f9b0d4adc8a37de1d8baa3d33e28bc068]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:55 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b5b79c28960d220a7ae29f405f54d5442b70767]

        INTEGRATION: CWS changefileheader (1.6.178); FILE MERGED 2008/03/31 13:27:13 rt 1.6.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e9ad3958ab832ed0e67805eb2097f73bd636aea]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:48:50 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d38e66701cdbeb7d25feb41db735adf3793f00a]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:57:12 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [376cb2c8841c39b581e69ac33767c136b8bda967]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:27:13 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65f5935d46f13d9b7e769f5faa462515feb51d78]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:40:04 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [967a33830c68a2c7dbb4d53461b22734c35949bc]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:54 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e47185db1719bb25425e1756502c274dc752db4b]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:54:15 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8df0d03b535b8d925bbb09c838ef17b506d66d7b]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/31 13:27:13 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25d17fc4c8eead31585bc905898dc9b558fc080c]

        INTEGRATION: CWS changefileheader (1.6.164); FILE MERGED 2008/03/31 13:27:13 rt 1.6.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [044eb52fe52c0e81ffcd625a69d1db828b50e373]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:57:12 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6280e16c57612ac240582495c8be7ccb9b64ba1]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:40:04 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ba5035eb35ec5ca797acd932439a28ffe9db52c]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/03/31 13:27:13 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f149877cab48be50995401014506f35bfdd8fa0]

        INTEGRATION: CWS changefileheader (1.6.60); FILE MERGED 2008/03/31 15:30:11 rt 1.6.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d8579ec2c27422c06f41fbbee906eae7470bc74]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:54 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b986863e149f81dcb69ed13c033add5f885d2a0]

        INTEGRATION: CWS changefileheader (1.5.438); FILE MERGED 2008/04/01 15:57:12 thb 1.5.438.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.5.438.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.5.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7823003833d1b9ee825f54995bf8c9ff108b2268]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:40:03 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58d62171e9f1f9d8c2f1e8c73eaa3f242362efa7]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:50 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cc4bbbb8929039e261f3db2394b337c0f16de04]

        INTEGRATION: CWS changefileheader (1.6.182); FILE MERGED 2008/03/31 13:27:13 rt 1.6.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ba753e503af06595fe1a0467ad5706fac3b2d52]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:57:11 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7261eed52d2e604af90659dd304d8f07865f432]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:03 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e8202d5a2ed507e2332ee71c4c2b3803758cc27]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:13 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c4fb90ff9942069ece5e7a825cf2557848ffbd2]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:54:15 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cdb241e02fe116ae4f3f991db2fd3ca0459617d]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:40:03 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83f1a715df0a1840838cfcf598228b3e27fd9bfb]

        INTEGRATION: CWS changefileheader (1.9.176); FILE MERGED 2008/03/31 13:27:13 rt 1.9.176.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eef2663e9b69d8155b78d76a0f24e13fdd61902d]

        INTEGRATION: CWS changefileheader (1.11.490); FILE MERGED 2008/04/01 15:57:11 thb 1.11.490.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.11.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9586f59c3f50295ee041d8619d9586e2ba851181]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:34 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0884090dddd81c4fe247254d94f5ebd7667eee45]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:02 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5777db285033fcdf134b75469e6e87e443afeb8c]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/31 15:30:11 rt 1.4.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f76e1295d0bffa42d43c9c4ca0d2a42da2e8c568]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/31 13:27:13 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [856936c05a7800290b9377b922043740e2be18a7]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:11 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65105e953e5264fab3054d6911f2f650184abee9]

        INTEGRATION: CWS changefileheader (1.3.76); FILE MERGED 2008/03/31 15:30:10 rt 1.3.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdb055097c0094fc33281dc5e42605244f805d8a]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:53 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd2af19d73ec9a3a13711a4dd16248edcec1641b]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:02 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de344b6a1e593b4718353d60b4fd223f9fe39bff]

        INTEGRATION: CWS changefileheader (1.19.242); FILE MERGED 2008/04/01 15:57:11 thb 1.19.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.19.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a85d29fe3735344e452ff1bcbb710699f811951]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 15:30:10 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c34c64cc81baf089666ff1f61cae60e34f91352]

        INTEGRATION: CWS changefileheader (1.4.182); FILE MERGED 2008/03/31 13:27:13 rt 1.4.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cbc9a561a7431d92c3cfbacb81c387ac370506c]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:34 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c95e82d0b975e065c1905bc63e3002a686caa230]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:01:53 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09cafaa2246d9a2ac395beaded3b43a08822925d]

        INTEGRATION: CWS changefileheader (1.8.166); FILE MERGED 2008/03/28 16:40:01 rt 1.8.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50e9e43378da173965a158eb87f1e296a7c0da93]

        INTEGRATION: CWS changefileheader (1.2.110); FILE MERGED 2008/03/31 15:30:10 rt 1.2.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbf423b5410e669eea311958d10263c9eea99a35]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:01:53 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4ceef40c2fbd939de66a3a7e142e0ba230ab996]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:40:01 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5aefdf7a2a14add79efc8d9fc0143fcb383e2b37]

        INTEGRATION: CWS changefileheader (1.14.96); FILE MERGED 2008/03/31 13:27:13 rt 1.14.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [905956b94b3d10b9caf16a09e21603fc2695c407]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:53 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [966bd87b0ddfa4772cd2f8a945c6a68bd60fff7c]

        INTEGRATION: CWS changefileheader (1.9.490); FILE MERGED 2008/04/01 15:57:11 thb 1.9.490.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.9.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2111247cb5e6863595ca3db8505cd8479ae466ce]

        INTEGRATION: CWS changefileheader (1.34.182); FILE MERGED 2008/03/31 13:27:13 rt 1.34.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c518701b6915267f4edf25becb52bdcec6b5c25]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [951a2d0882f72100447038824db5640b4801c02f]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:53 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5698e06a7749a67ba3666ae1b9649722495e08e0]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 15:42:45 thb 1.6.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:48 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [141ffb6d2a3647bb6cc787f5528a2acb4b572fa4]

        INTEGRATION: CWS changefileheader (1.27.38); FILE MERGED 2008/03/31 16:54:15 rt 1.27.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d6ad39d214e0fca1921252ad7971f329490a6ee]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:40:01 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79c3e92bee34430e53a67d093f5afd76e1bbb7dd]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:13 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee072001bc9b94085e5f4c8db42b6917e3f4a7d4]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:53 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb879be229675699584d9957c09f3c7f837eadfd]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 15:42:45 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:48 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47884dea55b55b11c0d52476ebe0491f9b2396e9]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:12 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de3861d908ba0fefe26e9ba65faaa003bd667f19]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:40:00 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e903a8e68ea2096d2013f0f40d5217208dcbdcb1]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:11 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:54:09 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b917f8f79343cb30dbe145203d1261124e05f61]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d124df15c06b8f021ba8aca1571c114ded426595]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:40:00 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a938e23587f236aa4ee73cd20a1e2b7237a8465]

        INTEGRATION: CWS changefileheader (1.17.162); FILE MERGED 2008/03/31 13:27:12 rt 1.17.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2252aba6809091729f8449f5a130e741e5dca75]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:01:53 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04db0cb535390d6ec433f9265d803d957a236279]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 15:27:48 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f297e3d40b5d71536572d9300bad02b01d1c39ae]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:27:12 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4d086079432093bc59c02948ec6c2b0b961b1d1]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/04/01 15:57:11 thb 1.3.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba90094ee194504232ec7afaa250c22159904579]

        INTEGRATION: CWS changefileheader (1.23.6); FILE MERGED 2008/03/31 15:27:48 rt 1.23.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [809a2d285a5ac32d4ca619a43d624f5be6d9809c]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:40:00 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef17b6286973412deedbd7b5f26a19d591c73111]

        INTEGRATION: CWS changefileheader (1.26.182); FILE MERGED 2008/03/31 13:27:11 rt 1.26.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86b46961e38abe1ea342b0bef4df09562adfa064]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:53 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88650953bb5a9854065456f0527dea4c5f256049]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:42:44 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32e73d247b8d61fb9f18b6f089e3a8e1e11a828c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:59 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1bdc07b2ff2661dd855eb375dbf5c529298d13b]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:27:11 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53fb6d2faae32a0c392c9676b04a6887d59c94db]

        INTEGRATION: CWS changefileheader (1.2.2472); FILE MERGED 2008/04/01 15:57:11 thb 1.2.2472.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [949c74fbd37a0075ba6e9b029de14704cc3bc34f]

        INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED 2008/03/28 16:01:52 rt 1.4.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [270061398cf37f84e8fc18632a9968f3209571e6]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 15:42:44 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:55 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6229c1bf49f64ef7135c19e5f0f8f298ef582e4]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:39:59 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da1ef2de85352a7ebc324856bd8c07fdad266dc6]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/03/31 13:27:11 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [feb8c593427438ef9f12472dd75a8c4afa6366f3]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:01:52 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7db62208d30c9c2fdb1755e3a4b090917ba11543]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:57:11 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eee0a02469d2efdc2ab6e73a37808d2e0ef9bf74]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:49 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5a5d95b1924fde79a62312139288c0ada61d9d3]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:59 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cdd8437bd735c9867b6f535e15384f4e1b22e76]

        INTEGRATION: CWS changefileheader (1.45.180); FILE MERGED 2008/03/31 13:27:11 rt 1.45.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b10f345e7b705536bad7d2741aeb56df3e66a72e]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:01:52 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95f281399e9092a1030c96213aeb311edc7200b7]

        INTEGRATION: CWS changefileheader (1.23.36); FILE MERGED 2008/04/01 15:57:10 thb 1.23.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.23.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a52a6902e68a14af39cd97806a7769c3cf03866a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:49 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [668a2093a3e9fc5538ad3677180f3e7e5ab2ef9e]

        INTEGRATION: CWS changefileheader (1.3.338); FILE MERGED 2008/03/31 13:27:11 rt 1.3.338.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1e2cf3aa79b80e2b98151622ce613fbd66e7206]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:58 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5b4f8d757f62b45306752134396568266fe6881]

        INTEGRATION: CWS changefileheader (1.35.82); FILE MERGED 2008/03/31 13:27:11 rt 1.35.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5df4748efe668d35fbf74e169106c01775b834c3]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:42:44 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73fd740c53007ba1a64af920ffa3f2cfa7499399]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:52 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9963fb29280ad89888a8ea65915c02a0362f4d7]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 12:32:01 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 16:21:34 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31e8f34d0bc8344c0589f3bd1d427e2672cc4384]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:39:58 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68661416e0ec1bc8ab548289c1aac75efa4cf1bc]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 16:01:51 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db2ac6bfed1a0f517c500e90b8faae076747e6c4]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:42:44 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [470f06534e4163d938735068fb86bc5e37f48f0e]

        INTEGRATION: CWS changefileheader (1.5.162); FILE MERGED 2008/03/31 13:27:11 rt 1.5.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aad682b4ff88fae671b3ac4e8c741bedcb5e01f2]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:10 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:15 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35e572023f792439ef45b2013df87f9518ae750e]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:51 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36813a6a0b4634ee9050a1298015f58afe8a22de]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/31 13:27:11 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3be21e771b621ab8d233b7d4bea93e7c33debf3]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 15:42:43 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e43ccad45af4ca6cd136195aa7aaebcc45dc445]

        INTEGRATION: CWS changefileheader (1.7.438); FILE MERGED 2008/04/01 15:57:10 thb 1.7.438.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.7.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34244e706e4c81709639e694115dff1e1ced9461]

        INTEGRATION: CWS changefileheader (1.5.258); FILE MERGED 2008/03/31 13:27:10 rt 1.5.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c53a6fa89151111d3373c0fe7a21cc5b5f6a8d3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:47 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e115af34b4940c891eafa3270a94848fcd7d5de]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:57 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [826f0a14aef93fbbf257906525ae71b937fb6474]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:42:43 thb 1.5.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [426a45fc6fb10ca4365e383821ab0d3e4b60accd]

        INTEGRATION: CWS changefileheader (1.6.326); FILE MERGED 2008/04/01 12:54:08 thb 1.6.326.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.6.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [065ec550078b094568203be474d63848d90dcfc1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:47 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c036abbd69d4a90b8c2c88928811907535dd465a]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:39:57 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0352940a01d6f69944ff34ed716ed61fa65d37e2]

        INTEGRATION: CWS changefileheader (1.18.160); FILE MERGED 2008/03/31 13:27:10 rt 1.18.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6840a5b72040c3ec681f9a8e55dcb51824e4b03]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:57:10 thb 1.2.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd4a8ec7283ac53078f31dea09022e6f6c88433b]

        INTEGRATION: CWS changefileheader (1.5.38); FILE MERGED 2008/04/01 15:42:43 thb 1.5.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.5.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.5.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a365a55fc0eebf91dde0a9b89a1b27cce4f26acd]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:51 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4988b8ccb24f25067206b38cca2b2669933b562]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:57 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cda89be43e7346ca46e1367c530c7f46f133da70]

        INTEGRATION: CWS changefileheader (1.21.12); FILE MERGED 2008/03/31 13:27:10 rt 1.21.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f9ffd3f69792eac92835a840a7655a7d82de92f]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:54:14 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36aee2933097e33d21b5d439a341ab5c26394f52]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:51 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [969b0ec0e13fc828dfee30b8e62034538b915cc5]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:42:43 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3f3d096e699b03e73317365d3eb9ee5015a853b]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:39:56 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4507a029935509a7e603671a00e7fab9bc937a25]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:10 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f171e95a45a72b872a7deb2bb8254e1267d34ee4]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:01:50 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [910f1daad20e2d60dca57ada00004e1153315323]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 15:42:42 thb 1.7.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cbf832c77a500ac2ad1e146b0b93270ef6cf959]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:39:56 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94a9bbf164cef325e6469f307ad2c4a5635019ee]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:57:10 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1521afce6c0e4edd1b970c1db440fd27f43c7c3]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:50 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61c28bd5fcfafa9dc74a33f792e6dfcfe614c410]

        INTEGRATION: CWS changefileheader (1.9.44); FILE MERGED 2008/04/01 15:42:42 thb 1.9.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.9.44.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.9.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9201a06e2cd5fd7cde637750c1a2d5ce1684a0e]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:56 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ee974999b8cde8b08096d430bc47e7d134c7a9a]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:54:14 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b9ab5366249e01141a99a2e12a5b12eca1454a7]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:50 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad905d5870ddc0a5e9306d259f8e7ea176ffaf5d]

        INTEGRATION: CWS changefileheader (1.11.38); FILE MERGED 2008/04/01 15:42:42 thb 1.11.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.11.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.11.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fc8735d6802549bfbf6351f4c15125b36f3401c]

        INTEGRATION: CWS changefileheader (1.13.8); FILE MERGED 2008/03/28 16:39:56 rt 1.13.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50fbf7af564dac4d8b3f35f8114394104c0ad487]

        INTEGRATION: CWS changefileheader (1.8.738); FILE MERGED 2008/03/31 16:54:14 rt 1.8.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [558b74de8c89329220119d4676afe2b8f8be6709]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:50 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d6b0c0c2817cd119ea3f361acecd5571a9b6789]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:33 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f718a552df3bedf5af9a4289087c23321ae84060]

        INTEGRATION: CWS changefileheader (1.4.38); FILE MERGED 2008/04/01 15:42:41 thb 1.4.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.4.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.4.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b713da857f4066515a5028da72c7e42eeecf7519]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:39:55 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ace0553699083d8e4d9118065001bf823da4d0c]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:50 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1ec6ea7e5be7b49a8810fceb5cb3f7105297484]

        INTEGRATION: CWS changefileheader (1.17.184); FILE MERGED 2008/03/31 16:54:14 rt 1.17.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3424f42bbb9203648e72a2367d31764f713293a9]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:33 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e489104ad3a2e088df28f81f67b24a2bca99184]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 15:42:41 thb 1.9.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [326b6272e2ebd6f9263080ccbbb012f103562c37]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:55 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52e1d9b7a523f5691cf018b0854b0cc19473c0b3]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:50 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff39fa2f63f3655b02ede79ebedcaf99b9529cf0]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:54:14 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [574fa72fde989ec76fe075bed59d55760075a9be]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/03/31 15:27:47 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f8dcc1929d868e5abea4fc26a14862dcd6acc94]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:55 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4056a9cf04c65f251861a71ea57daba26c106a0]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/31 15:27:47 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d3d823c1623b5fb0572b95e367653d1a4ed59bf]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:39:55 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ff90c4ab2e47c743ce85fac075b54cf28c050a9]

        INTEGRATION: CWS changefileheader (1.9.608); FILE MERGED 2008/03/31 16:54:14 rt 1.9.608.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f27976fd39c80589fef759ff91bfd7749398284a]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:49 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ce5dda6d2edfe86afc33fa91b15ceffdb60a73]

        INTEGRATION: CWS changefileheader (1.7.44); FILE MERGED 2008/03/31 15:27:47 rt 1.7.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39e388421b375b388825d5d1706ff710ff396299]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:49 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d87d7ff93334cf1445382a7f96bf4d37c85776ba]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 12:54:08 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af4e6656a7b35d625e090f3b3dbc38d91c89fb0b]

        INTEGRATION: CWS changefileheader (1.18.162); FILE MERGED 2008/03/31 13:27:10 rt 1.18.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bd40ed0224928c18618e37ce1f95ed6309ee43e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:39:55 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4686ca0004fe501eab6ab2509e6bcde02d7e2b2]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/03/31 15:27:47 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e72ff7f04b6e18603ab0011c4c1225627271ea43]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:10 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2b3ef22ea00122d018f0f870440fe8a8b83ed0]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:39:55 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06418719bc9ddc25e91db3797ad7e14988b37244]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 15:27:47 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64fed78614528e481b83c77f78ddb5d214d8f589]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/04/01 12:32:01 thb 1.3.6.2: #i85898# Stripping all external header guards 2008/03/31 16:21:33 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31c8429226a10118b4f8a56561b9c2992ae35888]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:49 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [876a1918f901cc21428db2b5c4fb72b8c9fce185]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:57:10 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:14 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [221e86ed22958165115063d6f49099fc25b07741]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d641b73c4c10f04b88126fa22cdfe5044f6fbaad]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 16:39:54 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1dcc119943ebab91f196c5fbd5c36d7640c4150]

        INTEGRATION: CWS changefileheader (1.16.38); FILE MERGED 2008/04/01 15:42:41 thb 1.16.38.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.16.38.2: #i85898# Stripping all external header guards 2008/03/31 15:27:47 rt 1.16.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e754772afec5fd37076d8a92e468405b2fa24223]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:49 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a145bf26d02a9159a2bcd0592871d363ff66da64]

        INTEGRATION: CWS changefileheader (1.9.490); FILE MERGED 2008/03/31 16:54:14 rt 1.9.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2528e6b153cda5b55a5c674f5b1edcbbdceec647]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84334d2ee933a1365a9476cc147431dfbed0eb8f]

        INTEGRATION: CWS changefileheader (1.12.178); FILE MERGED 2008/03/31 13:27:10 rt 1.12.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b90df22d03ca4f7c42398b67169db8bcc753e80e]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:39:54 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83cfc3b5e91884bfe42cfc806fdcb41aa0a3f7df]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/04/01 15:42:41 thb 1.7.52.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8acfbee0698edf472ead9f2f3f5be2d5cecab63]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e58920883d8046243ccf3ca3504aa12ad95ad74e]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:14 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af1675247ca786a54bf3ede74cad2e7a48b8c4d3]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:54 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4075c3b926bd5540ea7594807fb2b274f2418671]

        INTEGRATION: CWS changefileheader (1.2.14); FILE MERGED 2008/03/31 13:27:10 rt 1.2.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [412a4dced36c5119e20063b764983b000d83aeb8]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:49 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67c4924cff291174ce6f25b36c105f43af3c59d4]

        INTEGRATION: CWS changefileheader (1.3.66); FILE MERGED 2008/03/31 15:27:46 rt 1.3.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [838f98a32889cd3d5096c16906a2da5a7a26d134]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:49 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d21c6dbce0fe24fd51af424b8fbf46104bfef457]

        INTEGRATION: CWS changefileheader (1.27.242); FILE MERGED 2008/03/31 16:54:14 rt 1.27.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79d86515e157ddc967c7c8d8ce0a66a673dd3f91]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 15:42:40 thb 1.4.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:54 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d870f31389fce0789f93f9d73420e2d8da6126a]

        INTEGRATION: CWS changefileheader (1.6.258); FILE MERGED 2008/03/31 13:27:10 rt 1.6.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d55a9441e48fd202800c9c3955d6207318390cd]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:39:53 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11859ec11a4c2018309135cf66b3104dab53ffcc]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:48 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b49024552d5c367959f4cd37c366c3ef22370ec]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 12:41:54 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f96fe3d97db1039ef0ec101862d54a20096cdd09]

        INTEGRATION: CWS changefileheader (1.17.182); FILE MERGED 2008/03/31 13:27:10 rt 1.17.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44766244f9b48c0d1cb7ee4bfff0ef84af620a20]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:53 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9bbd40c10bcf0b02990743b37a1af01b8d3b1fa]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:48 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea1e2a32fec1f31bfddf2b8168d45aea7afea96]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/04/01 15:42:40 thb 1.5.44.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d453fd62328a6c9f1c0f47ce53bf6fdffa4aad1b]

        INTEGRATION: CWS changefileheader (1.13.162); FILE MERGED 2008/03/31 13:27:10 rt 1.13.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad098adabdab81b62b48d414cbd2058a1d6511bc]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:39:53 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e71c32e48d8fba7181f9740e051706f3b8ea6ff]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:48 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [962645e934cb469d68ba8099a8569aaa431b08ad]

        INTEGRATION: CWS changefileheader (1.4.66); FILE MERGED 2008/04/01 15:42:40 thb 1.4.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:53 thb 1.4.66.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.4.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72cefbbefcc803885b38ed043af026657bf8669d]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:54:13 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2795d078d8708b9affff7b570a8fdd5682abe921]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:53 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d5a85e64a069401e4ed711150a88f6c70c61def]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:48 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e66c63de68c9acae517db26d0be694b397a93b79]

        INTEGRATION: CWS changefileheader (1.57.184); FILE MERGED 2008/04/01 15:57:10 thb 1.57.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:13 rt 1.57.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fbbbb4f70f23b8ad92d63dc5f5f3ff2acb7d822]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/04/01 15:42:40 thb 1.5.66.3: #i85898# Stripping all external header guards 2008/04/01 12:41:53 thb 1.5.66.2: #i85898# Stripping all external header guards 2008/03/31 15:27:46 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bc9abcd99ca4e546a6a735e785fae7979555efe]

        INTEGRATION: CWS changefileheader (1.9.258); FILE MERGED 2008/03/31 13:27:10 rt 1.9.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [828f6ef446ba2b167e12998b234ce68dbc982988]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:39:53 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d7769b297f3adc5471b06ec4b90c11d0e2b8c9]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:48 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbcdb7661e4beca3a2cc1d25f7c26a5968ab0597]

        INTEGRATION: CWS changefileheader (1.2.38); FILE MERGED 2008/03/31 15:27:46 rt 1.2.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1a8e9073f640d57ac45b4ce0d9b4bd3c0a0fc1d]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/03/31 13:27:10 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d39632f339170682152704f6ce458c4a998aaa88]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:39:52 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [292f52f079920adfe98d6456cc2503c325739726]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:39:52 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4f4c6c981b58ffb0a9f1428722fa4f2ebb2a674]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 15:27:46 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd2291d87b0544301a94f48798c2953baa7ff878]

        INTEGRATION: CWS changefileheader (1.12.608); FILE MERGED 2008/04/01 15:57:09 thb 1.12.608.2: #i85898# Stripping all external header guards 2008/03/31 16:54:13 rt 1.12.608.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cda396c0e746b45b144815e248e52a042bea4d7]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:39:51 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd89e656a500be20699165a9fa44f05263b705ef]

        INTEGRATION: CWS changefileheader (1.2.66); FILE MERGED 2008/03/31 15:27:45 rt 1.2.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c5116e257a9b97150a5efc880fbd047649cabb]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:33 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3d3c4c081ae6a20031003fb04e42ffd8572d1a9]

        INTEGRATION: CWS changefileheader (1.13.738); FILE MERGED 2008/03/31 16:54:13 rt 1.13.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4d6fad7c34c013d63d39192a69c556b2c3f4315]

        INTEGRATION: CWS changefileheader (1.48.96); FILE MERGED 2008/03/31 13:27:10 rt 1.48.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [254126abc40c911477a41b6e533c7f1b26866ab0]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:47 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bfe0446bbdd478133eb521e8d89fe3d2d576ae5]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:39:51 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d8e8bdf4203030b23c221e46b6b0092506468fb]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:50 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6fbad8fb27f1c0748d4d239dafee7baea1fd4bd]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88c21b9559ae2ed8699f7d6eb2b6db2f0f4eac88]

        INTEGRATION: CWS changefileheader (1.23.184); FILE MERGED 2008/04/01 12:54:08 thb 1.23.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:13 rt 1.23.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f55702ce32a6bba73f2c454bbc3cf3abff7a655]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:47 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465e08c0e04c431a9d1e7ac09388c1833788da6f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:50 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3bd4cc02be0c85f86106a618aaa33fc59d86170]

        INTEGRATION: CWS changefileheader (1.13.490); FILE MERGED 2008/03/31 16:54:13 rt 1.13.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [356205322e7993f48d69079ff674bbbf08ea4fec]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:39:50 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9279a2433c62a7b1f1971633c2c0fccfc4a194f]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:47 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3ead6853ff2e8b448b9483d3b967974cf85b09c]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:21:32 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd319897eeaedcb85cd64fef9ee604b2474cb72b]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:09 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:54:13 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef1778b01d8c46047bed539fbf44a9ebcadcf38c]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:47 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c28d5bf60e95cdc09b756934e163b7079f087c4b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:50 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e198477a0557582a5407edffe974cbe677f70f4]

        INTEGRATION: CWS changefileheader (1.2.6); FILE MERGED 2008/03/31 16:21:32 rt 1.2.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4380ef74ee6e2020bd90cabb158121905927653]

        INTEGRATION: CWS changefileheader (1.8.258); FILE MERGED 2008/03/31 13:27:10 rt 1.8.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2768a5dd8d3de89b158aaf2332a2673767b6963b]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:54:13 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc4d4a763a9342d16dc306a597e395ef6c50ea61]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:49 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bca158ea842e1313f989110e93e6f7aece80c611]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:44 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d1820d714f3ba7abe4896f28ffcff28ad762652]

        INTEGRATION: CWS changefileheader (1.196.12); FILE MERGED 2008/03/31 13:27:08 rt 1.196.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faae67d3082420f4f7ce98c4ec52a642e421d73a]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:09 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:13 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b80f932fe7139245cecf8cd056f1867ec450acf]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:49 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b94c4ee8d718029451054d931b101df07e30e6c]

        INTEGRATION: CWS changefileheader (1.39.58); FILE MERGED 2008/03/31 16:54:13 rt 1.39.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f748b15f6b462954ebeece771f9a6e616a4ee53a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:49 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a41b56aff1e257af29b86076e1b5ffc18459337]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/31 16:21:32 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe5ace0b5b23b9ec4c7c1b4e0dabea85767818cf]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:43 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [387ba965077709ded58a97dae01162e2a9faaebf]

        INTEGRATION: CWS changefileheader (1.19.10); FILE MERGED 2008/03/28 16:39:48 rt 1.19.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ddff4965229a78894cb75aaf442af728ea39427]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:47 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3768d6c84857d13145ebc1cbfe71a22567f0ea4]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 15:22:06 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/31 16:21:32 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa45bdfa0e246c343e5ffb653bf9f06cf98d1fe1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:43 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [079abc2873a71b045d1f02e65d2d8f7f518f9e4b]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:09 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e60bea58f198c5687035119b5d91de959cf5ce82]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:39:48 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e856d47e7b65669c7c3cacae0242e75553c8cfe]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:46 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7edf5cf7ddadb276be16fdc13465da2a551498a]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:57:09 thb 1.4.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19f518cda6af43cafcb6c8c01e9c731b65dfc7ee]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:48 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44ac17b40d6c87cba0b91ea3e8abb0377f63b048]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 13:02:39 thb 1.2.28.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [367cb84f59a14a89c3c231505ab4192c1da2db87]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:46 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c154946b44dc11e4fee0a17d2e5474114e31ac7]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:54:08 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f601fb1cbe65b22e56d23f609767907fc0ca653]

        INTEGRATION: CWS changefileheader (1.6.258); FILE MERGED 2008/03/31 13:27:08 rt 1.6.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36c52916d09663e5716cd0c968d26bd7c8bf8e42]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:39:48 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0c209bbddaa663dbb53052f5a2dea8df31d7e25]

        INTEGRATION: CWS changefileheader (1.2.28); FILE MERGED 2008/04/01 16:06:58 thb 1.2.28.2: #i85898# Stripping all external header guards 2008/04/01 13:02:39 thb 1.2.28.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4dfedec7d88a523ba2a8374d2f8daeb8b76cb1e]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:46 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e975a9f34a99a2da8c23454c6eade20b79d0af3]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 16:06:57 thb 1.4.12.2: #i85898# Stripping all external header guards 2008/04/01 13:02:39 thb 1.4.12.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81bbd46f6b451cbce92419103ba8d6227aa47fe4]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:47 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f2c9d6f7b1a61810978c8663dad18e5e8d44336]

        INTEGRATION: CWS changefileheader (1.57.182); FILE MERGED 2008/03/31 13:27:08 rt 1.57.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [912aad40a455a4ce87b9d4688b80d015253fd958]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:43 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70a8b83cec8477fae7ae5891af4755b4f9577da2]

        INTEGRATION: CWS changefileheader (1.9.644); FILE MERGED 2008/04/01 15:57:09 thb 1.9.644.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.9.644.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cf95cbb281577cb3b470e301caa4c7f26c88b07]

        INTEGRATION: CWS changefileheader (1.83.12); FILE MERGED 2008/03/31 13:27:08 rt 1.83.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50d47cd2448736a5d56bd80aa2a24ee00ab18705]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/04/01 13:02:39 thb 1.4.12.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c618b8d2bab2c5eeced7a701a3e6ce9578322349]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:57:09 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d36200919a2273792bcea57cd56bd79e84cdcbbc]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:39:47 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e5d2d3b6de275e60b6abdd6af92da6163280441]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:12 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2df8c14e435f25f682879d2000365b30b7e206cc]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:46 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbcdb1a38516ac38083595807218591ac357aeb9]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:47 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba1109233f6f751ef18512bbeb7ee2baa939e863]

        INTEGRATION: CWS changefileheader (1.7.6); FILE MERGED 2008/03/28 15:53:09 rt 1.7.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [156424cf17c7d3426a837572d3e696ff94cdaee1]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:54:12 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75255cef8b264abaaf5669c04836cf110cb81055]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:46 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06324c1c127d4c1618be4014a368d15633a469dc]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/03/28 16:39:46 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d56f5154529fe6f6a13acc570439cb64e78b0e4]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:53:09 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d17a74d7932c51b5cefa2e3bd81713c23c6cef0d]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/03/31 16:54:12 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1166501354555b369f9683b655b8731cd22bf911]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:39:46 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9856d1f28502c0d68f83bb23367bf8c66b091e4b]

        INTEGRATION: CWS changefileheader (1.107.12); FILE MERGED 2008/03/31 13:27:08 rt 1.107.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a93ba990ef0e9be15f1078e99bbd7beee9f37761]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 16:06:49 thb 1.4.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:34 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a89107b61808f4a7f54240e3e3f4748789f26824]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:01:46 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36eaeb269b938ac8a93d5ec4b86e8e6b9e25d2e6]

        INTEGRATION: CWS changefileheader (1.7.490); FILE MERGED 2008/04/01 15:57:09 thb 1.7.490.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.7.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [755d5dd5fabc42ecc26922dae15ff03439f0db5b]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:39:46 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5372eef4a4f629c9b3391e764fe4928b60f0ce5a]

        INTEGRATION: CWS changefileheader (1.18.162); FILE MERGED 2008/03/31 13:27:08 rt 1.18.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f42b006479bcb382e98f1efc314f3636dc15b2b7]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 15:53:08 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d041b2570d710e47bb471ac5a08beb925442b6ac]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:45 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5b0532b853e77dc67c0ee18cf24c62efba3ebd8]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:09 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cab74a9a42b30ae6e839919f852167ff28890910]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:45 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d96d3bc2a8f810cc429063642f322a4e7c26ebb]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:45 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f1897321ee030148f9d7de73e816324b115cd11]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 15:53:08 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca4f73d480944b5e1b7a5e08ceb3ce8e39030217]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:57:09 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf577d4487695296b47d247346b35b94eed315b4]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:45 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df2ecf5952c0f2fd3fb692fc01d5c45a888a80c0]

        INTEGRATION: CWS changefileheader (1.84.12); FILE MERGED 2008/03/31 13:27:07 rt 1.84.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3708c81c32bd4d710ad22ec2f12e4506b2f75dce]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:39:45 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15777f353fb2752cc744a1801b3ca53ae5406cde]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 15:53:08 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b32e334b92b5edab0dc91378db151369976bf207]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 12:54:08 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fb4ada21ed09307aa68a8fcaf87364545e861c8]

        INTEGRATION: CWS changefileheader (1.15.36); FILE MERGED 2008/03/31 13:27:07 rt 1.15.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a96338c836ab8d9c418c17ed4570359624a735aa]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:45 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c122c2bed52c39659487a63ab01885afd32ba635]

        INTEGRATION: CWS changefileheader (1.1.36); FILE MERGED 2008/04/01 16:06:49 thb 1.1.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:33 thb 1.1.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.1.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [680833ac52883c1d244d4ede8041c7668e5dac99]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:57:08 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee61998e462efcaf50e714a1ae6f8a41169ab17c]

        INTEGRATION: CWS changefileheader (1.32.12); FILE MERGED 2008/03/31 13:27:07 rt 1.32.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e4a65edb86e2ecad238fee120b8ce6251b47db4]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:45 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0693fbf938e15eff3e8c3e30cd104358ceb5b315]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 16:06:48 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:33 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d7386486038212e80751e93201bfba50b5d6da4]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:45 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7a6d51365bcc01e8ac7fa7f56f0e3c72a97d0fc]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:57:08 thb 1.4.738.3: #i85898# Stripping all external header guards 2008/04/01 12:54:08 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc46d638ccb729da7683d06737bdaf9176e7e895]

        INTEGRATION: CWS changefileheader (1.78.144); FILE MERGED 2008/03/31 13:27:07 rt 1.78.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b492406bf6197d7c9140c0554a4ced748ac02c3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:42 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17364b890d383f0977864d4429137a69e9c2be3b]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 16:06:48 thb 1.2.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:33 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fe7d03485744ee532cd18853de63b33966fd18d]

        INTEGRATION: CWS changefileheader (1.14.438); FILE MERGED 2008/04/01 12:54:08 thb 1.14.438.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.14.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24b86ddcc55a75177be4b40c05134412a893ee06]

        INTEGRATION: CWS changefileheader (1.20.82); FILE MERGED 2008/03/31 13:27:07 rt 1.20.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6fdfd7892f49e4e0a8b1362d392d4904042ff90]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:39:44 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a88636692d0eedde47f6519a8126e7ad453d246]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 16:06:47 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [558d88a6d99df6cf4b6d5d9c632b8fe95de72f94]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:57:08 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:12 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f1d031d2345a8a4c059817574b864a923398cb0]

        INTEGRATION: CWS changefileheader (1.12.178); FILE MERGED 2008/03/31 13:27:07 rt 1.12.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bc62ab9f6e1ddac0b957bcccc44770601a37e82]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:39:44 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfedc0a66bb4ec735641b4715b89848df7bc7859]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/28 15:53:08 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02dcf93eaf196a20393dfbc3d6d1929bf48ac09d]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:57:08 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:54:11 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7419ee9f6b5768b4bf25a30b7735b9ba99ffae34]

        INTEGRATION: CWS changefileheader (1.21.178); FILE MERGED 2008/03/31 13:27:07 rt 1.21.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f86c21e1bb922d1637480e13b42475167d75080]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:42 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0ee1ef475065051343a3c1af9f5466890c182f3]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:44 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c469420bcbd9ac4610ebf8ea204a1a4a8f2b9d7]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 16:06:47 thb 1.4.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:33 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:08 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4115011d32bbd512ed2708208f37336214670511]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:57:08 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:11 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61e4ac30c28f281e554e5f74754bd2676d7194ed]

        INTEGRATION: CWS changefileheader (1.19.144); FILE MERGED 2008/03/31 13:27:07 rt 1.19.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d8695a831035e9bf50bf6af84e35597814105e4]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:39:44 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [444f0f967debe3b365ff4f22a9120d6e0df76c03]

        INTEGRATION: CWS changefileheader (1.5.26); FILE MERGED 2008/03/28 16:01:44 rt 1.5.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4468c060ddc1318021ac76f639c7e8646b1dd160]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/28 15:53:07 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07868ee620a868304f120c7d4dcdb1546ac86801]

        INTEGRATION: CWS changefileheader (1.17.248); FILE MERGED 2008/03/31 13:27:07 rt 1.17.248.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59373a0f04c1768f4d138b8a62aa9f68bd65691f]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:54:11 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db73c4118fdb019367ffc0e76d9c8e017978f73a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:44 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab06ffdff2806ac0c4d20c8fc02107396746ffb3]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/04/01 16:06:47 thb 1.4.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:33 thb 1.4.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:07 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da159430b87a44434ca462bfacbbe3c1dbd1601c]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:44 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fded76cc83157d2b3fe85605cce3995c4e7c98c7]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:54:11 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f642b46b457eab06436cf025d21f1d5bdf6069d1]

        INTEGRATION: CWS changefileheader (1.34.12); FILE MERGED 2008/03/31 13:27:07 rt 1.34.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a59a7c74139b40d5ce296668b0351c944ddc1d6c]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:48:42 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [232f8222e88f610a8d7ecf9ec122b227fbf73eae]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2e44d42f8a6b2212a139eb2072936aa8a863cc9]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:44 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28c96c70ba3fd9c3a044867b5722c289714c7237]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/03/28 15:53:07 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba6f2e817332fb73e326d1a4b8753f8ca67ce801]

        INTEGRATION: CWS changefileheader (1.27.120); FILE MERGED 2008/03/31 13:27:07 rt 1.27.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [632c9e9f0debd1ac9953f00de56dab854c46457d]

        INTEGRATION: CWS changefileheader (1.44.54); FILE MERGED 2008/04/01 15:57:08 thb 1.44.54.3: #i85898# Stripping all external header guards 2008/04/01 12:54:07 thb 1.44.54.2: #i85898# Stripping all external header guards 2008/03/31 16:54:11 rt 1.44.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c3fae2c7c11cb9e87e377979657812af846fca7]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:43 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a88dcbdeefd0472033277e68794620ef65d98793]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 15:53:07 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4254a0749c5137053c44267ba4d40fc191fee92a]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:54:11 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5618d5a5a4cf78ab1207f90943d41300b7f22ce]

        INTEGRATION: CWS changefileheader (1.21.162); FILE MERGED 2008/03/31 13:27:07 rt 1.21.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d0df4de562c59d62dca0cfae76ff9bf8b161264]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:44 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7af2a99ebcb06684b52e2dafc4c792cf22c3a815]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/04/01 13:02:32 thb 1.7.10.2: #i85898# Stripping all external header guards 2008/03/28 15:53:07 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ecee1757c9841876021822533e176afe062b4ae]

        INTEGRATION: CWS changefileheader (1.27.162); FILE MERGED 2008/03/31 13:27:07 rt 1.27.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2e08cd5cdc10186295486d290eb22be9d792cec]

        INTEGRATION: CWS changefileheader (1.14.188); FILE MERGED 2008/04/01 15:57:08 thb 1.14.188.3: #i85898# Stripping all external header guards 2008/04/01 12:54:07 thb 1.14.188.2: #i85898# Stripping all external header guards 2008/03/31 16:54:11 rt 1.14.188.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e262da94aed6cec1d089a3e468aec9901162153]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 16:01:44 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c958df083c5fbdc2f8cd17bf8a757d9e99569fc1]

        INTEGRATION: CWS changefileheader (1.5.2); FILE MERGED 2008/03/28 15:53:07 rt 1.5.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9525f8cb2f9371da9a2409b2a7896e42a68d591]

        INTEGRATION: CWS changefileheader (1.105.12); FILE MERGED 2008/03/31 13:27:06 rt 1.105.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9268f0de6ab01a733433a1fb5ed7d9c38153900d]

        INTEGRATION: CWS changefileheader (1.50.14); FILE MERGED 2008/04/01 15:57:07 thb 1.50.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:07 thb 1.50.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.50.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88c8c27a877b56bc8e2f5b628eeae8e1ea732410]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:43 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e09d3110ce818ea578d701e66314af9b5d13fa5]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 15:53:07 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2a2204282d0df4ba5b5ac5f0c4f08a8639f478b]

        INTEGRATION: CWS changefileheader (1.23.182); FILE MERGED 2008/03/31 13:27:06 rt 1.23.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d18168149ef40c6db0af2b47cda4dcb55eb903]

        INTEGRATION: CWS changefileheader (1.7.108); FILE MERGED 2008/03/31 16:54:06 rt 1.7.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fc041c7c2450e3d6f0b6e92cd4dd48a9eac49f4]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:39:42 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87201b83e140368a5044ef22eed138fb20358849]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/28 15:53:07 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3c92f6bb23d4a04157595be38f854669a5688bf]

        INTEGRATION: CWS changefileheader (1.46.38); FILE MERGED 2008/04/01 15:57:07 thb 1.46.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:07 thb 1.46.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.46.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2010b5bbbb22f678ee27a39fcd9c59e5343c78c]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:06 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aded606bb89e5fa45d72a5243e3227537d4dafc]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:42 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed2153431c0a1f987891fae17441e1c0eb552e86]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/28 15:53:07 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbf026a18a2e72da07e4ea952e9184e1c566f56b]

        INTEGRATION: CWS changefileheader (1.45.36); FILE MERGED 2008/04/01 15:57:07 thb 1.45.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:07 thb 1.45.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.45.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4aa4ba9cb3af0e4a0c2fce2ea29a08cdb16c3e6]

        INTEGRATION: CWS changefileheader (1.4.162); FILE MERGED 2008/03/31 13:27:06 rt 1.4.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9af5dd75169aed7a7bedc80c4aa6cecf3d23ada]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:42 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ada4641f3255e326226a3803cb43132b08cd0f8]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 15:53:07 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcee9e7f8c837241219e6c28ca779733893c9f20]

        INTEGRATION: CWS changefileheader (1.59.14); FILE MERGED 2008/04/01 15:57:06 thb 1.59.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.59.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.59.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e4938bf9951fcb72a2132e9f4692de0502eaff1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86fe13d85e712c78584974569f272bb96a8675c6]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:53:07 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a76bbc1aa40641f29a83220bf31f0bbe16f87349]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:39:42 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1f2df9007ca61a729ab68030e0c3ae79f78ddfe]

        INTEGRATION: CWS changefileheader (1.14.428); FILE MERGED 2008/04/01 15:57:06 thb 1.14.428.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.14.428.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.14.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8fa6f7c9d1272747b13b12081a4d6f35cca8e0b]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:07 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8753e3198a8d431846e2a9eec350f1d29e65750]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:42 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [028c5a1efc093f765dddc5f976e63e7f322c04b5]

        INTEGRATION: CWS changefileheader (1.42.32); FILE MERGED 2008/04/01 15:57:06 thb 1.42.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.42.32.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.42.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1072d8345b1604b92b710dcad1fe1576524a0592]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:39:42 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [581e36492aad7b5be975fa2dbe8bc8f2af7c5d7d]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 15:53:07 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46da3e4c0d31d1f6f02f8aac57c110b307c676b2]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/31 13:27:05 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94fdb4ea27707a58488410e8ba7efd2df6f6c6c4]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:57:06 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:06 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8430aff983be9515faad773e45fe965d4a8a6613]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:39:41 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30b4606469413d06e43d8a78f2c29a39641b6821]

        INTEGRATION: CWS changefileheader (1.49.36); FILE MERGED 2008/04/01 15:57:06 thb 1.49.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.49.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.49.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [839e20c1ac31b746a183bbba7ba9556f0bf371ae]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:41 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ca9226232eea7b06d3f0ee67098581facfe2ff9]

        INTEGRATION: CWS changefileheader (1.9.2); FILE MERGED 2008/03/28 15:53:07 rt 1.9.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2cb0be18592696af850c5707ba445890e7665ae]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:41 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93bce732746a32140468aa7b933edd98846f5212]

        INTEGRATION: CWS changefileheader (1.15.12); FILE MERGED 2008/03/31 13:27:05 rt 1.15.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cc5d680bd67a4d4dd27133908c65804120be3e8]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:39:41 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5062917c21140a20c7b54216175cbe3eb04e7eb]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:39:41 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e61c806d110beb22cd9dff538b9d5ef4b024db8]

        INTEGRATION: CWS changefileheader (1.22.12); FILE MERGED 2008/03/31 13:27:05 rt 1.22.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c456414e4e60185af01075fa22ad1b86bb07213]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:06 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d159890bb9dc79f7ab20c6e88cf13d96922fd97]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44744a6f5ccf4b50fead64c6792099fac74b905a]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/04/01 15:57:06 thb 1.18.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.18.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8b0d69d9d6f91270e06ddceaa6208036f67d494]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/28 15:53:06 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63840c1b24307004715d3cb30f2825ba9aa4e487]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 16:54:05 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d07715d46e58d503d0f14ea55085a527e073c710]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:41 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6d17aa902547bcd760be4626dc00398de0bd151]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:05 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12ea81958c51fcb1ff18ab89b1c2bf393838f498]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:41 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee7878c934bf7a547ec95672529c8842f6e3869e]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 12:54:06 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49f46f00f724702c865d618b457378be8d04fa89]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:05 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46ef6549a098296d4d9b9e8d61e034ad2e46a137]

        INTEGRATION: CWS changefileheader (1.10.162); FILE MERGED 2008/03/31 13:27:05 rt 1.10.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c67098712addd407921804ee78d5a6bf941c763c]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:39:41 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b9b1e055f1129c2c831af4d9cef93df9b524b41]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:57:06 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acba3025a441a89d1b1265789fbaa112f4d80cae]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:27:05 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15bb6d83168a695d5365c364614ce2ff448ac391]

        INTEGRATION: CWS changefileheader (1.45.4); FILE MERGED 2008/04/01 13:02:32 thb 1.45.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:05 rt 1.45.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b7cc0090d0b300709e7d89de72763e4760cfe96]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:40 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6486037116e6a19142ba59657bcb19581b47c5e1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:41 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c986106774e5b567faea34a760f2d876bf1232f]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:40 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f6590c4875e855dabbfddab1ef5720eb0c178d4]

        INTEGRATION: CWS changefileheader (1.13.12); FILE MERGED 2008/03/31 13:27:05 rt 1.13.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4a6d5b82e4fe28bc25a008a6fa1558e201e0c90]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:57:06 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b60ca4d4fc06dc10b234823f6c8d069ac675893]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:41 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec083bd205a6827aa3952ed36ffc751c7d58d9ad]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:40 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d8881d7e8f22eadfeb0fcd2ca6d75bd4a43f856]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:05 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11b225cb3be65a2f4b3287eb0c80d94e8896a523]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:39:40 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c27dd621cf4fec8277c3d196cfadea4ce38c8f70]

        INTEGRATION: CWS changefileheader (1.9.162); FILE MERGED 2008/03/31 13:27:05 rt 1.9.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c56640f9fa4f8ff8782de0402288b20042b52534]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:39:40 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df536232e0e3e5a42e032be97ea560c0a06b612b]

        INTEGRATION: CWS changefileheader (1.18.36); FILE MERGED 2008/03/31 13:27:05 rt 1.18.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4808fdd2a041fc9c58deb39bce45ae59d426fd9a]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/03/31 16:54:05 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e0578e9e29618f1dce25947105bbdf6ef58ef2d]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:53:05 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27183a0c640172ab4e52ea1495115672d2d6ca00]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:39 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcbf7c7009049b88f2e7229e8fd35df856fa87e9]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:57:06 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:06 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec991aab68b081f621b7ecd52c28f28bd7c39065]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:39 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f681648963c552bab402817758f06283bedd641f]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/03/31 13:27:05 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc3edf39941c36480d7f1ff90bbb7fbe23a76a98]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:53:05 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21a80700baf206a2be4e8072e1c044ae10ff027e]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:39 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7018b81f3f9e5c3dd89d4d9b3d88eedebebe842c]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:54:05 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f81f48d6caa9aa40b50e6e3da1f40153ddea8610]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 15:53:05 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87688dff913b79e30731ea85721e65bd4a324f55]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:39 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a42110598607a22e12f52d5fb036fa1ef9aa6508]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:05 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [586e26b2b600131daa6ece66db64bf0b0c9b2d81]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:39 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f6e6a2f0768d7c56548c1be9a00d905d4dd1fd8]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:41 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f726c918dd06726de46b527069cf01e0fb60087a]

        INTEGRATION: CWS changefileheader (1.14.2); FILE MERGED 2008/03/28 15:53:05 rt 1.14.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ddeba35cdd3b33a8d5b131de49256a75cface47]

        INTEGRATION: CWS changefileheader (1.13.186); FILE MERGED 2008/04/01 15:57:05 thb 1.13.186.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.13.186.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.13.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43258d711636aca7084d00c5b25ee817d830fa4f]

        INTEGRATION: CWS changefileheader (1.13.118); FILE MERGED 2008/03/31 13:27:05 rt 1.13.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4b0af95ac7cf053663e45b006fd543d4d464ce8]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:39 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df45e6ee9a9c94ba7a0f82082b5a78e47585a8c6]

        INTEGRATION: CWS changefileheader (1.25.186); FILE MERGED 2008/04/01 15:57:05 thb 1.25.186.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.25.186.2: #i85898# Stripping all external header guards 2008/03/31 16:54:05 rt 1.25.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [720b8c1197a608e033a3014772adb42e86485335]

        INTEGRATION: CWS changefileheader (1.30.12); FILE MERGED 2008/03/31 13:27:05 rt 1.30.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ff7f8aec5ff2b9fdbe0c5d484b84f8e4b42ed2f]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:38 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5d5de8a2240ad562c23e7373279ef14f0dee038]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 15:53:05 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2466f902ba04f88d7f4a681787cf2cd440c72d5b]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:57:05 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [321ebbffdc4c220b3b660a447d99018453e51936]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 16:48:41 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f657d1391a52f6e8f5bfc28fe40b3109c0528e21]

        INTEGRATION: CWS changefileheader (1.32.12); FILE MERGED 2008/03/31 13:27:05 rt 1.32.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d6508792c81c6b90e07667a9f00f443171427ec]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/03/28 16:01:38 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f9e6020b0ae86f296c622668aa48c96e85492d7]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:38 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3c557fc54cc8a6b7539e001633a31ef3bb52668]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:37 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b66eb9fef1012a7f2cc2f03cd6bc42853d59bc7]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/04/01 12:54:05 thb 1.6.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e82310337fc5e9a7fe31c1d42d3d164e9b032fd5]

        INTEGRATION: CWS changefileheader (1.4.290); FILE MERGED 2008/03/28 16:39:38 rt 1.4.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ef98d52fca905dcdd6303961eba40a6efdc74da]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:48:41 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32b2af0ea482a512ddd0b37854f71a1dc23f8a72]

        INTEGRATION: CWS changefileheader (1.26.12); FILE MERGED 2008/03/31 13:27:05 rt 1.26.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1932c0c8b869dfaf1d992a177b1a340075963dd3]

        INTEGRATION: CWS changefileheader (1.18.34); FILE MERGED 2008/04/01 15:57:05 thb 1.18.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.18.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.18.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [593e44fb320c381f5c371bd37b360c0e004eef98]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:38 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ad2a7969c6cf078b8401e4a3c364afafad8d9fa]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/28 16:01:37 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60adfbe1fd459769ae4be26eb7fd3336163aa44f]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:37 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49b82463a68c2264aed5f6c3b443fc25eefc6691]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:39:37 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b7ac845ae901a89156348b864e7ec8b31292367]

        INTEGRATION: CWS changefileheader (1.29.34); FILE MERGED 2008/04/01 15:57:05 thb 1.29.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:05 thb 1.29.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.29.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a07045473141d17253153027598bcdd68a316b24]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:37 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47c318c8c934176b0f8cf00d9c7474a9807b6f7c]

        INTEGRATION: CWS changefileheader (1.25.12); FILE MERGED 2008/03/31 13:27:05 rt 1.25.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18dcf35e0ccd2895061b7cb86853b4d101a26d43]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:36 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf1cc8c7d2aaa5c7175342e2e815935f289ff04e]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:36 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8fdcb74cd94905163f0aec195f2aac67e2acf86]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:36 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ba7f08587d53af90072f3188d0efce4dd73e7ef]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:36 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3484ed87ed6f013ecfa5cc8e455ff3d01dd6e06]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/04/01 12:54:05 thb 1.17.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7059853bb25ec9ee43a3a62cb68ca3cc544d6b46]

        INTEGRATION: CWS changefileheader (1.56.12); FILE MERGED 2008/03/31 13:27:05 rt 1.56.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [536a5463e6aa1081a681289b3a3a7c0b78dcb80a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:36 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fad960237e0a4e287dcb82e026f7774f73553b8d]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/28 16:01:36 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d551507a0b6ad400af869bff13a839ac0b7cb527]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/04/01 12:54:05 thb 1.14.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae904d8746fe61ce5d614ac4eaaf492ba3acac5]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:40 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44a30c605586df9f361c0d544cc9bcf28662a420]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:39:36 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b6e6f2dc90bee28026e90f7a0d858c197d8c679]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:40 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0ba55470923fe628defcb7fd753bc42f802b063]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:36 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2370eff674488a111d419aa9d8871bd931a4c52d]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:35 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc8ada6992d622576f0fc960bfc341d1d756d8c0]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:39:35 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5a21fde7aad7eb99b0f516eb256284e08e12670]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:04 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6ef5df63aabde443b09aed0aa21cdc7dd6ec6c1]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:27:04 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeca7aed51bfdb90e66fb4ba6411b8df37ba1952]

        INTEGRATION: CWS changefileheader (1.47.12); FILE MERGED 2008/03/31 13:27:04 rt 1.47.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cba59c6202c8ed2281f2e36112731c36df059349]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:35 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e036c61fdc9ae4afa83605d5f523d3e55621362c]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:54:04 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83e73da3e58a2ca3b7ce9ce23eb118b4de30fda7]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:35 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f36172fc1777d08febe4aac1cf987590be56fa2a]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:34 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [280d51bda836f19d49dc99ef66ec370d41caba6d]

        INTEGRATION: CWS changefileheader (1.6.354); FILE MERGED 2008/04/01 15:57:04 thb 1.6.354.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.6.354.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.6.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [840b8c8dd017dae975b94cccdfd25d0e6162559c]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:34 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53fa0fb55563e185c2745a0c43a082461889dee4]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/03/31 13:27:04 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e9d545f8232e55044e9cfd45630d535ef54f984]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 15:57:04 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:04 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65013e2cd4789f208e3123ff9834875ec40c8797]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/31 16:48:40 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80441be21490b1f94068b5fba1116a1a1921a3ab]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/03/31 13:27:04 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f11a82223535c3c362442dc206943ac97757974]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:33 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb1966ae836dec1b8c5c22b06f370350365a1858]

        INTEGRATION: CWS changefileheader (1.12.108); FILE MERGED 2008/03/31 16:54:03 rt 1.12.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82fd77108275b3d7278ba9bf36ea0cbcbd6f4d80]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 15:53:04 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2acd786861db3ada048ab757a015fde53ee0b9d5]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:27:04 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa31a52dae64dcbf82af20373ec9dda9702f78e7]

        INTEGRATION: CWS changefileheader (1.12.78); FILE MERGED 2008/04/01 15:57:04 thb 1.12.78.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.12.78.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.12.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d8723588683ff98b90902527d9da94ceac93ff6]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:48:40 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69314c9567e80901fd680db039e7c03d84c45de0]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:33 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0799e5e16f3921375385507e70e8c4df31f28d77]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:35 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7788e2403339c4ef83308a103ab6a6517445377e]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:57:04 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6934c7092e3ba893d3abb46d038036a87c3374bc]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:32 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29b06daba83388c600b81fd26d95a9d44d7cd8ad]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/31 13:27:04 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d511222e87c2503b4454da262b4fd59b4b5ecf62]

        INTEGRATION: CWS changefileheader (1.4.290); FILE MERGED 2008/03/28 16:39:35 rt 1.4.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28de4a99eda67966947ee7d2ee67bb8b9c516d5e]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:57:04 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f75c3b9ff1ae8a1de9ddac65fcc65c8b2412af4]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:32 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78dfe85407bfc48f7633444a85ce67f0e9ee5d6a]

        INTEGRATION: CWS changefileheader (1.8.166); FILE MERGED 2008/03/28 16:39:34 rt 1.8.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28421b9774424c16face04fb99cf58f9153f0876]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:01:32 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d0fbd1a3ec4692206b78b013d15a26774afe82e]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:39:34 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [598561ccb391a3418cc9124c680468803fc0c65d]

        INTEGRATION: CWS changefileheader (1.10.258); FILE MERGED 2008/03/31 13:27:04 rt 1.10.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14af27044ec945280d1993daeace927c05056298]

        INTEGRATION: CWS changefileheader (1.21.38); FILE MERGED 2008/04/01 15:57:04 thb 1.21.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.21.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.21.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f43e342d7bd2e44fc4e337b5b8643153ed883670]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:32 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3096a2e305ae43bee5972080d90c16f0f3875fb2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:33 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17800b946f060ac0d9f5b525b1b8c4458984a560]

        INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/03/31 13:27:04 rt 1.6.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5080ab1c5ed0d17ee2c5cc09dc17cd969defb1ba]

        INTEGRATION: CWS changefileheader (1.11.718); FILE MERGED 2008/04/01 12:54:04 thb 1.11.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.11.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70a456aee74c1cf11ceca187f1374340cc3dff28]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:31 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [073780a31fc48219ddee952bb9288911f915c60e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fa75f210dba61166be0f556a5f203eb9e1f7821]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:57:04 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60ea93b4053c752cb7ced47ee91ba27a639fbe6e]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:39:33 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd3d1cfd15f6a432e35b598a6357f5a9a50aeaa2]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:31 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eab89e84c80f3c71fae9a5b50f42e01a4f70cd2]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 12:54:04 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8bd5abff8cfcade70bbfb92eca4754e8c70717a]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:33 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b9e8b171cc3784e9bc42ba239b14ab25a5f914c]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:27:04 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e04df745c11a6c9824186c9c1ba4d7d0c30cd29]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:39:33 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e66c93b6160d9702a9461aa305b52ce3c2b4f83a]

        INTEGRATION: CWS changefileheader (1.29.38); FILE MERGED 2008/04/01 15:57:03 thb 1.29.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.29.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.29.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [383315c071a97ae36f44279e9e105541ac3283ab]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:30 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [338f2a93ff5c4c8c66aaf79f90089c9738a0eb4b]

        INTEGRATION: CWS changefileheader (1.3.192); FILE MERGED 2008/03/31 13:27:04 rt 1.3.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f1659d90ea937e28aec9cc81374ce6e791e8e67]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:39:33 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [484e91c4da41602a5ab29caf9f8cb982aae413e3]

        INTEGRATION: CWS changefileheader (1.56.14); FILE MERGED 2008/04/01 15:57:03 thb 1.56.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:04 thb 1.56.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.56.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266a7994bef6bb4160acfe4275173c9d496c312f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:40 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5b52d0cecaf0d579443da780a9724aa832ec981]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:39:33 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b7c9bb814160607895d17cf3c0af8f71078599e]

        INTEGRATION: CWS changefileheader (1.16.184); FILE MERGED 2008/04/01 15:57:03 thb 1.16.184.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.16.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.16.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d50b7b81f367b1d18db77a26cee5e57495509aac]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:34 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26e119d123d7991958cc4ed8fa906881400edafb]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:30 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a84685b92d5c26d7de0a94763597a869f95639e]

        INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/31 13:27:03 rt 1.4.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e972a4a2957bfb09d84998a35e7b802fc402f46e]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:32 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c833d368743bbfa369718338c0314579a86264d3]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:54:03 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aa7460132c0dae3f05ac864a8773ae645968e83]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:27:03 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f17cad51168e9a0b4d848d5d84c5cf520dd1d1c]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:30 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [badfa8742002335c3874ff9f817bff5e50bc34c5]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:32 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cda83d76f334584f47b7e45f729c226cb0f3ecaf]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/04/01 12:54:03 thb 1.9.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d46e7bfe654295bc7b2edf8ecdd0ad565748eff]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:29 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73952e58558488c14c6e28971d8971d5b2912b6e]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:27:03 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba83583d595a94791ab339c8577054ebf95c65c7]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/04/01 15:57:03 thb 1.7.34.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.7.34.2: #i85898# Stripping all external header guards 2008/03/31 16:54:03 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [552d6630e9c4f3b3b8572b77b08769c38eacec66]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:27:02 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d56d944737da4b3fc0a7bb7247d876c8af8101c]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:01:29 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89f4683830b050b26419b1dee48f024528b65196]

        INTEGRATION: CWS changefileheader (1.9.132); FILE MERGED 2008/03/28 16:39:32 rt 1.9.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [291de0f1176a0d8a1cc4a5ddbd378f1e15dc9366]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/04/01 15:57:03 thb 1.18.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.18.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43c7b8b599ce09c371abf70a2c800d11e925170]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:27:02 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22c3ae88cc26b16aac9d011389f6e77b78048b6e]

        INTEGRATION: CWS changefileheader (1.10.164); FILE MERGED 2008/04/01 15:57:03 thb 1.10.164.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.10.164.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.10.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5430e531dcaea9dc923f2ed6c150cd631219884]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:29 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4795d8c274535ad22f1ae2f31716139803a79138]

        INTEGRATION: CWS changefileheader (1.3.84); FILE MERGED 2008/03/31 13:27:01 rt 1.3.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0056570e6125eeca9133fd250c7c005c8d28697]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:31 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77c971e8332fd4130140cd6d03b362b0b4d3cf1c]

        INTEGRATION: CWS changefileheader (1.14.184); FILE MERGED 2008/04/01 12:54:03 thb 1.14.184.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.14.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6dc37da1c4725e86f944da3f0c7f9466026b9e5]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:34 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20c2abd9d6c6d06778c57cc3e632365203588f39]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:28 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e2c70c525e155275d15eca8fcfabd3f4c648a81]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 13:27:01 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1864a80df71bf7057b23ac0caf3b3bd53cabe2ad]

        INTEGRATION: CWS changefileheader (1.45.36); FILE MERGED 2008/04/01 15:57:03 thb 1.45.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.45.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.45.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc549cc8d7c07eb9fdd94abfb24bb808adbbe23c]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 16:48:34 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ad9d35b4ec7f743329194b491ff05a5f38781ad]

        INTEGRATION: CWS changefileheader (1.9.132); FILE MERGED 2008/03/28 16:39:31 rt 1.9.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ecb27e7755ab65384d30eed2c79909ca67ab9c6]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/01 12:54:03 thb 1.9.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9df4bfc227a246e5094f7a66c96a0e6db217ed3]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/31 16:48:34 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0a2bb5483700cd56fc996d16dc837cef538b258]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 13:27:01 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [561b32fa18e86a9f6670f9d9802eb243861ad050]

        INTEGRATION: CWS changefileheader (1.39.36); FILE MERGED 2008/04/01 15:57:03 thb 1.39.36.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.39.36.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.39.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66a4fac5507f4348e0a2b96cdd870e518bcb128c]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:27 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8238908ec6a1b674005e17d06d73a0c218654f0]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:27:01 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e120f748558b37a5e5fd6dd330a440a2f519c4de]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:39:30 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [083621c5e494393af9c5b860dc2e48b132343c5f]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:57:03 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:03 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b264f11002f2891b20ed529b2ec38227df87aa0]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:27 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29fbd9e905f079036332a80151cd4a54647b77d4]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:30 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfac052d57ff2b5bf6736109e718ab62cbf95d99]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:54:02 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4fd05dc9c4c98caee87cf5bc3aed05540f2cd49]

        INTEGRATION: CWS changefileheader (1.29.240); FILE MERGED 2008/04/01 15:57:02 thb 1.29.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:02 thb 1.29.240.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.29.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff005c4543b4937c3c68f58e93b489cc1d41d691]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:27:01 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [772b3536a0570a974167e1a9b4269ae03003e223]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:30 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63961cb972e8eecd4daf4087692b2a0ff1840a0b]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:26 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43019faa56abbdb9464b9673cfb774c703375767]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/31 13:27:01 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39968a1d19d81f41ae78ce7ba60957f601d8ad1b]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:29 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5074ee5a9cc694c1f1aa142dbcc352f3fb04ab57]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:26 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [137dde17245491d82a9b930502afc487868d4925]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 16:48:34 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66787bcf2e58eb3fde25cdb3aa580f2875e4d79e]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/28 15:53:03 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58247f42f95a4607d3bedc363d6a82dc65a00c0b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:39:29 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72d68376d4a41cd24896f53207ff0088dd28ebf0]

        INTEGRATION: CWS changefileheader (1.23.242); FILE MERGED 2008/04/01 15:57:02 thb 1.23.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:02 thb 1.23.242.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.23.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b63e0c8357ed030cb630c1cd2deee061df70866e]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:01 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d52ebbac074c712199e8366528f4bca4e3506a09]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:03 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [524936519a0770e446f6f10faa2e5579c976cd1b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:29 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea0e53021239156bbbde8c6c283cb421600a39c6]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/04/01 15:57:02 thb 1.18.38.3: #i85898# Stripping all external header guards 2008/04/01 12:54:02 thb 1.18.38.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5c3050da7153db82fa72413768b81b1fb8a9224]

        INTEGRATION: CWS changefileheader (1.50.12); FILE MERGED 2008/03/31 13:27:01 rt 1.50.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ba21ff9ab274f91383241221147d8ee0498a7e4]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:26 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [449c545a5bf837a2d8e7037127be3873be98178c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:33 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfd060a4ec9a89630e8b52d802dece5b507762b9]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:54:02 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a07e66c4fb0830a00988e0231b37d38ef295d3aa]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:28 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6269286413f0a6005d45399d64c46ae4fca8b0d]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:33 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76835ae49e88c8ab6a8bdc59672fddf5ab4ab95b]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:25 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a667de3d25a9873c2dc4cad14699343c3e8508a]

        INTEGRATION: CWS changefileheader (1.24.72); FILE MERGED 2008/04/01 15:57:02 thb 1.24.72.3: #i85898# Stripping all external header guards 2008/04/01 12:54:02 thb 1.24.72.2: #i85898# Stripping all external header guards 2008/03/31 16:54:02 rt 1.24.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4affe08df0df59df4ff435a5506a7ebb9b35400e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:39:28 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd7d2f878f0e032347ab0f5c858bb2dc00c4b643]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/04/01 16:06:46 thb 1.6.4.3: #i85898# Stripping all external header guards 2008/04/01 13:02:32 thb 1.6.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:03 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d3a0606e8c388141094a655b046c205d54e024]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:25 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76de414d703177e040ea9305d2663734759a6e4f]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/28 15:53:03 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [554f4140fcf9e2adb54357d28fbfdbad47395dd3]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:39:28 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d4828e760dee513ddef2078faa3e5141b6b410d]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:25 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c7849923505f9b0655e293686589bbc0246aebd]

        INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/03/31 13:27:00 rt 1.6.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bb2d271d76ae3eaf28d2a5184e975a4c39ea8ef]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:39:28 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c9364fc2325c574166eafe0d606580abc4f5841]

        INTEGRATION: CWS changefileheader (1.21.4); FILE MERGED 2008/03/28 15:53:03 rt 1.21.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [247f9a30d1e9b85dba732a2e15550e96386af79a]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:01:24 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [572c7fc4e916f7c08eae4631ec35d7256f309aee]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:39:28 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e204835254b4634492bf8fdb9699dd7c7087b748]

        INTEGRATION: CWS changefileheader (1.23.4); FILE MERGED 2008/04/01 13:02:32 thb 1.23.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:03 rt 1.23.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5aa11eb683726f05b91bf769a3b0c89610b2e36]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:27:00 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cfc54463d29255a57c53871999522e91e8f7dac]

        INTEGRATION: CWS changefileheader (1.60.14); FILE MERGED 2008/04/01 15:57:02 thb 1.60.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:02 thb 1.60.14.2: #i85898# Stripping all external header guards 2008/03/31 16:54:01 rt 1.60.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4c5ab66b71033d2838df3d21bf53cabea4ffeee]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:24 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b167f4c5f8560d508fb55d886a9a0397e460d17]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:33 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba374e2e82406aba8eeadb1c34f501594676d57c]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:53:03 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cf5aa2f47b59f3ce3ba7dc1e6dabbd34269eada]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/31 13:27:00 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f4610dbbf4d24b25e2a7904f7297a1556c13020]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:39:27 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1942dd08460a2b7aeb8cd43ab28864ac8cbb1be7]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:24 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37c6212734de0faf169d3317eb55db00a14ad474]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/28 15:53:03 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08788139629361b37b2677fa50431bb94b90fdbf]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:27:00 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c0647ad06e4050a265745e4e5d6801e09213f85]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:27 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [230b0849d50ebbb6261d4a2261a2627ecb6eab45]

        INTEGRATION: CWS changefileheader (1.10.434); FILE MERGED 2008/03/31 13:27:00 rt 1.10.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dda345b0f4796897f22b964d3679a5f6876d2c4]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:31 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9151b21068d725aa8f76f439a8948c6606f6f41f]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:39:27 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [443a66e2581cd5c816a8f495be8f447d0e9a2769]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:27:00 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ffa0088ecbf1daf26faff107682aedd5c0bda40]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:23 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5718698e707b3e5dd419dcc4c922f0c70dfd1c55]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/03/28 16:39:27 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d861d1fedd4c1d11587839b9ba329927df68da9b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:31 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e6a4c3a702dc4872dc1e96f1761cd1717396c30]

        INTEGRATION: CWS changefileheader (1.17.434); FILE MERGED 2008/03/31 13:27:00 rt 1.17.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [195129c6cb657842b2bdf456c2e0f0ee1dad0cf8]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:23 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01555c3363d96b4a9bd985e8578561371b8d4113]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 12:54:01 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2df073603ac8efe279882dfe5e556349f013435]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:39:26 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62a94002fb2a592ef142941243f2fc04c845ffdf]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:23 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07072a633fad100678819c378d7d9c37b976deec]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:39:26 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [667b8873093db4a5e381ba41e95cede542ab5990]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 13:26:56 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea4ddfe17e122c48dc2db7abef6a105e33f160f]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/04/01 13:02:32 thb 1.3.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:03 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a41b8db2f1d406244ab834c72e413b054141bf8]

        INTEGRATION: CWS changefileheader (1.4.80); FILE MERGED 2008/03/28 16:01:22 rt 1.4.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba5378bdba2acef7bd5c620aaa047e8c46b02e21]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/04/01 15:57:01 thb 1.3.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:01 thb 1.3.14.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20181adeb4399016cf41f9b0465882b92a4afb5f]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:22 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0976b1f8569268925ab60237e1a346770fb10ab]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:39:26 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6951a5aa1e7fad08479cde0102f6e9cd036460d7]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/28 15:53:03 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c5235376b133c3f027dc8e6169ba855fa5a1eec]

        INTEGRATION: CWS changefileheader (1.7.32); FILE MERGED 2008/03/31 13:26:56 rt 1.7.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51736201e12c0f9cdb205f58b709d965ff8fd895]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:57:01 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:01 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [768ed16e35a822ce2f4cdaa16c8cab4f46eef31b]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:22 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ea1c60b8fd6581d7fa95f26ca241ff2115043ca]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:39:26 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3b17ca00ea9939e24f00237e26f39f40f08eb9a]

        INTEGRATION: CWS changefileheader (1.18.32); FILE MERGED 2008/03/31 13:26:56 rt 1.18.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bab84c8e3fcb315ff1910aa7a42286d286c67ca7]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/04/01 13:02:31 thb 1.8.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:03 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fb52537bd4cd63afd2f8434a2fd6376a1639720]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:21 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68402164d1064cea9e000794c833997e776cfccf]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:39:25 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58f7f9c21d70ec4639412722df259029e9f0a502]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 13:02:31 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:03 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aed36b8fcccea06c05ade554afcc95003660b6eb]

        INTEGRATION: CWS changefileheader (1.29.120); FILE MERGED 2008/04/01 15:57:01 thb 1.29.120.3: #i85898# Stripping all external header guards 2008/04/01 12:54:01 thb 1.29.120.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.29.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [917b30518bf010a636df5a3dff3cab3b95570ad3]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:01:21 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ae28ffa7f07932cce6216ab951550fe603f7f30]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:39:25 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ca58963547d73603f672f8c27760bf233825755]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:39:25 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5efede1d88dd24c4d0350a1b767a07886a509446]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 15:53:03 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5b7e65c56560287b60549aeba7fb167416a6b49]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/28 16:01:20 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6787887dd5fb2146bcd4e1e19b06b6059d89d981]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:39:25 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fa8882dd95813a0d42cf9d24ab5806a4f666135]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:56 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [411e867dd44f944dcbbeee182a4a4acca0897457]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:20 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dccf9598dd2fe94182f18c35ffa1fcdf1e66222a]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:39:25 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [722f53a12447fbd85144ee8efa8e66915eba311f]

        INTEGRATION: CWS changefileheader (1.5.308); FILE MERGED 2008/03/31 13:26:56 rt 1.5.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31c3dba214f65c96830cfcd19c94a0482b190597]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 15:53:02 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18384abc8f5336a2177bff7027a54f44701baf61]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:39:25 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fea547b05366f83112ddfaa5ae3bcb471cc0edda]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:31 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a848d647c2d484a88424b439dbba44e96f18562d]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:20 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86bbfafc27b93dec851920b461b514f10651600d]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/31 13:26:56 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f708ae37d3fa2aebd8ff9d87efddfc91b0d8bc6f]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 15:57:01 thb 1.2.342.3: #i85898# Stripping all external header guards 2008/04/01 12:54:01 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a619e1b1e329c9c4792fb6733e2fa7c27e7dadb]

        INTEGRATION: CWS changefileheader (1.1.36); FILE MERGED 2008/04/01 16:06:45 thb 1.1.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:31 thb 1.1.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.1.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13f16e51ad284b519e408dafe452538f26eb3b35]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:39:24 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07472f6dbc74d4814070c3ec38314a8e9ec359f7]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:19 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2082be8de0d25928b7b30f81b29b893c14d1540]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12db6538efe0a31581b9eed68246b0443e6293a8]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/04/01 20:10:06 thb 1.2.36.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 16:06:45 thb 1.2.36.3: #i85898# Stripping all external header guards 2008/04/01 13:02:31 thb 1.2.36.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f892d9a7fd25fa72c1ab671759167cf1a4ca3fa]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:01:19 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18341ee3dbbdbec47aae6a48dc6cf5db86fdcd30]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:39:24 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5f22fab76f423f8d4318e78eb10826d390beb64]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/03/31 13:26:56 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8fa3d57262acf042657496da96430c073e92907]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:06:45 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:31 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c0005a6d1ddd5cefc7441a232a5f6cf66347e3e]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:19 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da76e3e03dd8772581bedc53eb0e79506b82b4d6]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:39:24 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81ae38b06888aeca8dfa85c32fdbfde4a43d82ab]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 13:02:31 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40e9d647bf2cb4049068f711909694c58499ae0d]

        INTEGRATION: CWS changefileheader (1.3.432); FILE MERGED 2008/03/31 13:26:56 rt 1.3.432.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07f235347ab6984524291579c6661a49da40e43b]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:19 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1399e5ee2d664bdc6666902095ed26d309986451]

        INTEGRATION: CWS changefileheader (1.30.52); FILE MERGED 2008/04/01 12:54:01 thb 1.30.52.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.30.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [728c0df2b960e3652471619a2cbc2a8ef2aa549d]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:39:24 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095a3ff65e2ada9c488241e35aa700c7e11bcb55]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 16:06:45 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:30 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27533a64e99f02cb55701b502371f38ca3870bba]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:18 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1210b6462c67d959440103909723f8d7182ad3b1]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 13:26:55 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [898215568e4f879e55ceb15f501b93393befe4c4]

        INTEGRATION: CWS changefileheader (1.9.658); FILE MERGED 2008/04/01 12:54:01 thb 1.9.658.2: #i85898# Stripping all external header guards 2008/03/31 16:53:51 rt 1.9.658.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0de7fcc5c7d356ddffb0e290ddc5561d9d6da010]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:39:23 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b48460c2796432d2b31733726edacbcde2b7e472]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/28 15:53:02 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23bb0798e6a333911faa43ce7ed5dd9f2bf9e1bf]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:55 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffdc630cb793f23d8d17ac551655c80e08e7f729]

        INTEGRATION: CWS changefileheader (1.11.70); FILE MERGED 2008/03/28 16:39:23 rt 1.11.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d29168adca321ede8d626eff15c01a3679d00263]

        INTEGRATION: CWS changefileheader (1.42.52); FILE MERGED 2008/04/01 15:57:00 thb 1.42.52.3: #i85898# Stripping all external header guards 2008/04/01 12:54:01 thb 1.42.52.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.42.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be3b14cb16adf6eb2ec01f158a8c03ad754320bf]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:17 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d4123162fc32a177509abfdeaf54f42c4f79f71]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/28 15:53:02 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5c47c6fbdf079fb3df93564010bc1067b8c670d]

        INTEGRATION: CWS changefileheader (1.23.14); FILE MERGED 2008/04/01 15:57:00 thb 1.23.14.3: #i85898# Stripping all external header guards 2008/04/01 12:54:00 thb 1.23.14.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.23.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e3c8e1beb40eb306263a4da5a20fdd2f33dfdb0]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:39:23 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2095c998222a2128b438e2b32dca3de745baa262]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:17 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b901db129530a83e2e485b5650e84c3d3efac6b]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:53:02 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5d4557192ed069d38fb3859daa18b19bfcb2af6]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:30 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88380bff04190f2dfbc1bd84ed4fe2ebc4b01443]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:55 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0becedc2048fa915cec8a824348c692e7fc2729]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:39:23 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3772c7dd3b24ba4903c13f41509c5333ad9f58f5]

        INTEGRATION: CWS changefileheader (1.54.32); FILE MERGED 2008/04/01 15:57:00 thb 1.54.32.3: #i85898# Stripping all external header guards 2008/04/01 12:54:00 thb 1.54.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.54.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [952e6555652212be8dddcff7d6dc54bfd9119c9b]

        INTEGRATION: CWS changefileheader (1.8.82); FILE MERGED 2008/03/31 13:26:55 rt 1.8.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [666ad2b85bace2d61f64370c3c7679d4d71e121a]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:39:23 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81dc25c78e7b519f5aba2b47c7a210c09b6d63a2]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 13:02:30 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b59798e725eff5f170af815aacf98e26b72ede02]

        INTEGRATION: CWS changefileheader (1.32.240); FILE MERGED 2008/04/01 15:57:00 thb 1.32.240.3: #i85898# Stripping all external header guards 2008/04/01 12:54:00 thb 1.32.240.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.32.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bea2a8ef5b6bee8da76d4801957833057a06135d]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/28 16:39:23 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a88e63b75af1344d6405a63b5e0a1756f6b4fb67]

        INTEGRATION: CWS changefileheader (1.20.242); FILE MERGED 2008/04/01 12:54:00 thb 1.20.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.20.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3224cd4607c4c0bccdd5a30f4285c809b2ad46b5]

        INTEGRATION: CWS changefileheader (1.1.36); FILE MERGED 2008/03/28 15:53:02 rt 1.1.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec6de60de0abe2ae37777602629206564a6c1082]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:26:55 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf6fca38baf48a1083e2df0ed41572cd7fecfc40]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:16 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1075b532cfd84859fa83c564f8ce83f97a46623]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 13:02:30 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c0f0941f65d255e258fc531a813b7caef2f16df]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:57:00 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:54:00 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465f91740f54f4b80021b3f868cc17c9251c7eb0]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 13:26:55 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d88e3f385716224d2bc20cf95c24e6378d5be654]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:39:22 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20108e52eb7554993bfc577d8f470f986877f00e]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:16 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d4953f35d7886315a6c25810649ed9af1047e90]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/03/28 15:53:02 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66f8416632145a8f20e060c9bc528b850e0f3daf]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/03/31 16:53:50 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3abc8647a7b8302432bbef893833c52fc4c0252b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:39:22 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ac47efa2d71f1751eff83ef699d962cc87d88d7]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/04/01 13:02:30 thb 1.8.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31d9d59e3f7901be58656fe3910b1c6dc12bb93b]

        INTEGRATION: CWS changefileheader (1.30.54); FILE MERGED 2008/04/01 15:57:00 thb 1.30.54.3: #i85898# Stripping all external header guards 2008/04/01 12:54:00 thb 1.30.54.2: #i85898# Stripping all external header guards 2008/03/31 16:53:50 rt 1.30.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [294aa2116ebf81774d5019afe8b1992b63e3dc08]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:39:22 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3b6514dc70100542fa62e3d17f60e212d22d4b1]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:15 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99825ebd7e70861287414536b2fa8047c0703954]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:53:49 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dba448dff0f35157b6f6fd102565f12df3994d8]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/03/31 13:26:55 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01e6265515c05d5a4e2fd5337fb68f8b22413249]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:39:22 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76abfad05d6cfe381e01edfdf7a4b2037adf6131]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/04/01 12:54:00 thb 1.2.342.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac5ae0c3a3035c7e365944a9128cfe98293d40e5]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:26:55 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87979fd30e2566be99126227df66e096b0c4f647]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:39:22 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a92de2baf78fcc51a7030987fbb62e3f1d57575]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:15 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fee1c3ec21056b40ce8333ce60eb950ad0cd397f]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/03/31 16:53:49 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afe04cc9a5407fac9efd9f6b6c2c1a295dee142e]

        INTEGRATION: CWS changefileheader (1.8.256); FILE MERGED 2008/03/31 13:26:55 rt 1.8.256.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddab6e4b686bb59f79047aa7872bf9315b450e34]

        INTEGRATION: CWS changefileheader (1.9.102); FILE MERGED 2008/03/28 16:39:21 rt 1.9.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a7486c31121c942ef8a50be0c16b9a4229aa6b4]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:39:21 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [690542cebb7f4a9ef87eb63cc291143cfcb80880]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:14 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62c5a70965be590ba260d303ecb64cc297b13f1e]

        INTEGRATION: CWS changefileheader (1.8.240); FILE MERGED 2008/04/01 15:56:59 thb 1.8.240.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.8.240.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.8.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d679aa5ab367313f00c2f967e80be2b81f925af4]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:02 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76d86ea6a3a8fb207233a3fea4c06bcfe4807820]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:26:55 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11e684e4c93ea6f451a74bc7b84d330e0c4d81ee]

        INTEGRATION: CWS changefileheader (1.11.2); FILE MERGED 2008/03/28 15:53:02 rt 1.11.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aab9bec6ad4e41b5a198ef7487f671168fc04f82]

        INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/04/01 15:56:59 thb 1.26.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.26.36.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.26.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd44699f10f77423fd13f8849f7d4c6050228084]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:39:21 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97b1582f6c856bc18b09389cdd75b798a1413139]

        INTEGRATION: CWS changefileheader (1.8.118); FILE MERGED 2008/03/31 13:26:55 rt 1.8.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37035ba6fd4f134f482225457c3d71665ab6c338]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:14 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f93ccef3e9703e1ecafc168d3bedf8507007fc8]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:39:20 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54020d429a793950e2dc3b68b857a9bf00fa4db8]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:56:59 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8027d7ffe4c647dc57f87826afe3adc5fff45c4b]

        INTEGRATION: CWS changefileheader (1.18.36); FILE MERGED 2008/03/31 13:26:55 rt 1.18.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [573f840329a0e9e062754853894675aa3d5a8c9c]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:13 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b6521cfc995c534fe705a5f89b77c70fa8a4817]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/03/28 16:39:20 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [092699b235d82941c17214157ab5f494361e5ba9]

        INTEGRATION: CWS changefileheader (1.5.12); FILE MERGED 2008/03/28 16:01:13 rt 1.5.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [917bc6e555feae84b36cbfab8e17c242f071fddb]

        INTEGRATION: CWS changefileheader (1.21.242); FILE MERGED 2008/04/01 15:56:59 thb 1.21.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.21.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.21.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95f3b9e87adb80405f1626b1138d737484f504f9]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:29 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61b423bb61d0ead5acbd4437ae6c23baeb86d1a8]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:13 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc42c1b0004cda41da1baa54352f677702433cae]

        INTEGRATION: CWS changefileheader (1.6.84); FILE MERGED 2008/03/31 13:26:55 rt 1.6.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aca2432753a5b709e6b9f929a57659ca440b0e4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:29 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [902b90cf5f96eacc1fd692ec385c232598452ce8]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:53:02 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06f20cadb633ca101b3eed53893512a1ea6ff6e4]

        INTEGRATION: CWS changefileheader (1.4.178); FILE MERGED 2008/03/31 13:26:55 rt 1.4.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f549d20352c80a719e177d7428d37ee1c111775]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:12 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bb321e13cd3b291e36639945925355a403f8574]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/28 16:39:20 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fce4e798220bcdb1635816fc9d5fc3c80708247]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 13:26:55 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc8bdf6c9a6df8dba59cfe0d53bbffb1cc4fdeb3]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 13:02:30 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:02 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c381d53f6563e23e11e379dec12af6cb9c615f1]

        INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/03/31 16:53:49 rt 1.2.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d37d97138282fda1bbc1c836e64bf377cb48d94]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/28 16:39:20 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af4aae88bf5c63b81b5050bbff4968b0161633de]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:53:02 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a70d294e5e5a599f42f170aead3c8affb83b666]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:53:58 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:49 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a56a54c8d41d2adc7acb1782b696f026b5f49c8]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/28 16:39:19 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [254a9c9dd75965fcf4c3b1dc4f28ba99118164b7]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/28 15:53:01 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [381bb2e7eb7a9adc65c663d238c71889b71bd9fd]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:11 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5a3739390d317e021e6dfbd7c1f202ac27e1e18]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 15:56:59 thb 1.10.56.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51f8192ddb008de8c628290d48ef645a5ab8e452]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:39:19 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dcb7ea5e1c39d8778aced7ef2d05e623258fa16]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:26:55 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbb05e16f2252d599403bb71284955d3e58fc9b3]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:53:01 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1cdd63413161a65e8d305f9178b4962f3716973]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:59 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:58 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8178bc66bcbaa6818787c9d3ab44963eb0faf0c0]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:26:55 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d36aa0fa760271d0591d1cd8fa1d8cbefa571fcd]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:53:01 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b311edb3149c29bd83b383fe1ffacb4177231730]

        INTEGRATION: CWS changefileheader (1.50.34); FILE MERGED 2008/04/01 15:56:58 thb 1.50.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.50.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.50.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e941055a76c270213d8a64a5bb0b7889f436fcf]

        INTEGRATION: CWS changefileheader (1.48.12); FILE MERGED 2008/04/01 15:56:58 thb 1.48.12.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.48.12.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.48.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61e729a5f5ece4e957c0bde70dfddf0b2bf0945f]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:10 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab100a697fcb87c55da60528a72533aecc71aa3c]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:18 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afd179d9c2878e55cbc9fee6080bb0ccc1533149]

        INTEGRATION: CWS changefileheader (1.9.84); FILE MERGED 2008/03/31 13:26:54 rt 1.9.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9f12242e0bcd5dda74f00a0400884f7ee99d3f3]

        INTEGRATION: CWS changefileheader (1.40.90); FILE MERGED 2008/04/01 15:56:58 thb 1.40.90.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.40.90.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.40.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e41ee3c825a60a493f0ada0638b9203dc6d8cb6]

        INTEGRATION: CWS changefileheader (1.5.84); FILE MERGED 2008/03/31 13:26:54 rt 1.5.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f26c30f50a28bc35ab4211faf1886b9025714ad8]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 13:02:30 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [857f39c7684f2c20050929c8f61d90abd29d6fcd]

        INTEGRATION: CWS changefileheader (1.22.14); FILE MERGED 2008/03/31 16:53:48 rt 1.22.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f8eb3bc0e0cfaa2f435a3cd1d256ff616fb64bc]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:29 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84bf18044d542dc6036f80e81f901287024aa43e]

        INTEGRATION: CWS changefileheader (1.12.36); FILE MERGED 2008/03/31 13:26:54 rt 1.12.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac3a903063861a1d2c2b4cac39f6f447367eda91]

        INTEGRATION: CWS changefileheader (1.8.186); FILE MERGED 2008/03/31 16:53:48 rt 1.8.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d0ce430bbe3d85425059e07a750e43cc70e2756]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:30 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [827675127cf842845e812de2ea7928bc21878c57]

        INTEGRATION: CWS changefileheader (1.15.74); FILE MERGED 2008/04/01 15:56:58 thb 1.15.74.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.15.74.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.15.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f9ad4fb49395b71c4e242db4e228dc93a390169]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:29 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [605cd59c60b9ee320c0f6800c706907db54698e2]

        INTEGRATION: CWS changefileheader (1.4.84); FILE MERGED 2008/03/31 13:26:54 rt 1.4.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d2f22594e8de58b1a0a24d5a832c1975dc58b43]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:56:58 thb 1.7.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4ad90836eb9feb1ea89a25a3dff0c720e6beb96]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:09 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aaa6241fe0e3d5ababed0bc43841a8946a72cbf]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:17 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c164d669877d2300fba2cefc6ba2de36190f5348]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 13:02:30 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e24cb5abe6175aa948875d39d60a863b315949a9]

        INTEGRATION: CWS changefileheader (1.9.240); FILE MERGED 2008/04/01 12:53:57 thb 1.9.240.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.9.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a91f58d25747e01517d0bbb7a1ba50d44430a0ca]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/28 15:53:01 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11d4f631e8ba9ed715cd1aef15fbf0a19f9693ac]

        INTEGRATION: CWS changefileheader (1.25.34); FILE MERGED 2008/04/01 15:56:58 thb 1.25.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.25.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.25.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ecb0250c6a5b58d7c8f2c580aa849c70c5d455f]

        INTEGRATION: CWS changefileheader (1.11.84); FILE MERGED 2008/03/31 13:26:54 rt 1.11.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa7b32c5ece51904f2d2aa7a9048ec59d1080cb8]

        INTEGRATION: CWS changefileheader (1.11.20); FILE MERGED 2008/04/01 13:02:29 thb 1.11.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.11.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0678e3381e21dd497fbfc9a74c3b1c0b9971c0d2]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:56:57 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ceb5c4a61124a49a934aacad7e6a7bd5fd6293a]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:54 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b67888ba5fb42817c605dee8d18003c3447262c]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 15:53:01 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7251ff015270bd11e1da56ca34694c6a71ae203]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:57 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:48 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0beba67e5984eda3f9a0015e2dee6c2578d9bfdb]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 13:02:29 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5808d6f9ea7432593883c8157d46ea14c5b8accf]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:28 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4873fd8294e65f0c24679b9ea6e6ccad1aedb1c1]

        INTEGRATION: CWS changefileheader (1.50.32); FILE MERGED 2008/04/01 15:56:57 thb 1.50.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:57 thb 1.50.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.50.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b5d83cebd610df68f117d517d8cf11d53550065]

        INTEGRATION: CWS changefileheader (1.2.84); FILE MERGED 2008/03/31 13:26:54 rt 1.2.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da8d5e44fa7f4370882b2a0c69a7c95896e26edb]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 15:53:01 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bac455ea2447fd484dbe2e389907312c1a1015e8]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/31 16:48:28 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [618d04d9d413d04277cd7bafdfbb6edb04a5fffe]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:53:57 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2703cb3458212f69a4432d08b662d881dd9c8861]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:29 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1617170a06c980ab4616428dea32f2d80625be0f]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:56:57 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9bdc8861398233d76cc725d606c7bfc270d72cf]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:54 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60f94218fd623c7fe9ca2f38ecae3371da349fa5]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:08 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0151f7c072cb48b8d296d3514135f849a75a88e]

        INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/04/01 15:56:57 thb 1.12.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.12.38.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.12.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4435aade193774b732c02cc65c738e2c26609687]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:28 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e8c0c943b365f3620320c67e1de8d9d12de964b]

        INTEGRATION: CWS changefileheader (1.8.120); FILE MERGED 2008/03/31 13:26:54 rt 1.8.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da5073c29b4aaec105dc22c72b9344aa57d940bc]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:06:45 thb 1.4.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:29 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [951d76804d0f5fdbb7e83837ed6a9c9cf6e960eb]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:26:54 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24c1fc31388d9938a1e06fe0c4fdc2ecfcc2cf0f]

        INTEGRATION: CWS changefileheader (1.47.160); FILE MERGED 2008/04/01 15:56:56 thb 1.47.160.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.47.160.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.47.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16d27411cb457a7e70db542c40d9699f5e42982d]

        INTEGRATION: CWS changefileheader (1.72.32); FILE MERGED 2008/04/01 15:56:56 thb 1.72.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.72.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.72.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35c64bd9ef7a985e48835bd3a7b521e43a312dfb]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:07 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1530465c2e11d4d99d27d51a5c1a6e7c308b13db]

        INTEGRATION: CWS changefileheader (1.8.224); FILE MERGED 2008/03/31 13:26:54 rt 1.8.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c429d3e536b3ce916ef3d75be705d512ec1705ec]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:07 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07cf8ea2f77c27554920a920071bb21b43d75f71]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/03/31 13:26:54 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [147c3bdd6d02537c0f0f346ff0ad1074a5d7c060]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:07 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67fb58f686c83fd66820bfce8f38069410cd5bec]

        INTEGRATION: CWS changefileheader (1.32.32); FILE MERGED 2008/03/31 13:26:54 rt 1.32.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b809a6bb5e7f979b1645d69e39dfa3e9c90b78b5]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/28 15:53:01 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b826a9b2849aaf3386f5aafc3860c067d1fb943]

        INTEGRATION: CWS changefileheader (1.85.36); FILE MERGED 2008/04/01 15:56:56 thb 1.85.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.85.36.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.85.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a408885ef607d3d114be8b8a5331104ab981710]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 16:48:28 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f55abca777af3da8a325146c4e0d70f32dac4a39]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/31 13:26:54 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf2326448de7bd648e8bbeb94c0b5bc129785bf6]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:06 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df85778e9d80f5d2f3cfbd6dd6eeca84db971821]

        INTEGRATION: CWS changefileheader (1.7.120); FILE MERGED 2008/03/31 13:26:53 rt 1.7.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25c0ccd26edbc54704d3cb23fee8ece6a660cc8c]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 15:53:01 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb7e434ea26f7b75ce176b6b432743625394b1b9]

        INTEGRATION: CWS changefileheader (1.2.18); FILE MERGED 2008/03/31 16:48:28 rt 1.2.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cae5631713cc5c8a927baf8c38215c3f167de726]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:06 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ff2d0626b6ebde40dc75e2af48010ad8421ec78]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:26:53 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3448075c14a1357451b6a5f6e6ce79a4cf8b5d0]

        INTEGRATION: CWS changefileheader (1.15.82); FILE MERGED 2008/03/31 13:26:53 rt 1.15.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2a6b245cdc58a74eafe22fae3e2099a772f82f0]

        INTEGRATION: CWS changefileheader (1.54.32); FILE MERGED 2008/04/01 15:56:56 thb 1.54.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.54.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.54.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e562ee998ff46302f2185b48154442fe7602bbb6]

        INTEGRATION: CWS changefileheader (1.8.20); FILE MERGED 2008/04/01 13:02:29 thb 1.8.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.8.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a9d2bb3e0221922168ab6057a84111c9cb77a33]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:06 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf3e19ed1b24fed10dfebd6555b0f657cdf336f6]

        INTEGRATION: CWS changefileheader (1.18.20); FILE MERGED 2008/03/28 15:53:01 rt 1.18.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69c758a2af6499dcb1c4ebe800df8cd485217509]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:05 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b5cd655134a23372baee0862404dfa1f6031ab]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:05 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab8734b8519f43e51ee8dddcd4efb2bbffa4fa85]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:26:53 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [904b3c8cfe7705928972efbc0d5c7336abdf1c22]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 12:53:56 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b11a43b9f16d8536c34566ab54a3e75c038edce4]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:27 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeac726636318fba30252e0227024f149e7b17c8]

        INTEGRATION: CWS changefileheader (1.24.56); FILE MERGED 2008/04/01 15:56:56 thb 1.24.56.3: #i85898# Stripping all external header guards 2008/04/01 12:53:56 thb 1.24.56.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.24.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e67a4d28335af2f110d55774a5d63465093508]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:04 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56ae3fd917d02e849f967260e8f0a980c056bda8]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:01:04 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a009a1753f42cf054289195759fb00c2089d210]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 16:06:45 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:01 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [555eb24e864ca63e10884c78405ca12591ca8328]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/04/01 12:53:55 thb 1.10.56.2: #i85898# Stripping all external header guards 2008/03/31 16:53:47 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319a7f27fb9834d544c16fcb4b13c2b422b28aca]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:03 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c3faa92b5786df4a8cde5d7213f692a3fcdb5c]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:26:52 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dae982c4cd1eb0eedf6a120de211502867af520]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 15:53:00 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79e6bb9e3d6b6c8c37a095f2212627dd9dbacb38]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:29 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [458a54e4ed8843a7d467145465abed90080c98f2]

        INTEGRATION: CWS changefileheader (1.49.34); FILE MERGED 2008/04/01 15:56:55 thb 1.49.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.49.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.49.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80d4f253e48fd4351ce8c43c58dbf169b82b9802]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 16:48:27 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [befc7f8c8fc08c1ede5b426df04d08bacf851a03]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:52 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30857a52b1dce99e005fde180e3e8c6384867061]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:53:00 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bc6fbae94372f115cac42959a97630466eb4480]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:02 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [099b97895d57b554861a81baebd16305c01b431b]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 13:02:29 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36203f510b852a01082b4ce03bc529f8746b43cc]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 15:53:00 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8357dc3fab249e80a55afad99655e5f10cb87a4e]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:02 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6099d88728189c00640cc93b14be03a028717bf]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:27 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca09759f03dd65662d92a709851ee0cf0edb0845]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:27 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aa5d3dcb43797d47d66892c55a99057a4b171a9]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/28 15:53:00 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5e17266b8b6b064646f2c0bdde5d0fc5db33b97]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:01 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c610fa52c4fbff79a3c8408cb7893e30cf7aeb69]

        INTEGRATION: CWS changefileheader (1.32.240); FILE MERGED 2008/04/01 15:56:55 thb 1.32.240.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.32.240.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.32.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0ca83c1f78e321afe632f09e84bdc846d3873a0]

        INTEGRATION: CWS changefileheader (1.14.20); FILE MERGED 2008/03/28 15:53:00 rt 1.14.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a4ab065ede9c94cf7a26a0655bf7cb39633b809]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:01:00 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6dc5687bd4a554c8aa94c22fc9eb455d0831159]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/03/28 15:53:00 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9f307af130931026c9b6471c1175d3b590b9250]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:01:00 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [559c8bc619021c10b49d454216f3dba0f4723e61]

        INTEGRATION: CWS changefileheader (1.32.76); FILE MERGED 2008/04/01 15:56:55 thb 1.32.76.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.32.76.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.32.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ad85f04c72a8b6fb799ed76830a7ad46e751b3a]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 15:53:00 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e6c6b8c2f00b74325b6cd7cba4dc57a3545c505]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:00:59 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96a4077ee143a0eb1fe804bc94c22cb7c5060a1e]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:00:59 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbf72f9b6529047660f78f836a55640dfd8b9aa5]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/28 15:53:00 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f514f01bd9103a3b87355ebe8efa52bb743111]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:00:58 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d801e1cd01a802d8f27048a1c09462d9ba53fa34]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 13:02:28 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7aabe3728a8f8dc3bef3ce14e97d86d7d0c34f97]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/03/28 16:00:58 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7614464430bf21ab549bbb1838cc6646d7815ed]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:53:00 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fcedd12de9c812cad9ed65c5bdb04a3eca0214c]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:00:58 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [121ddcc9e717c8c5becfc4d3d65befe464a54953]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:12 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4805bf53238e35fb5ab1c40f7ae1f8d0a8a4c18f]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:28 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d2aaa80857644553c74cd93cc7f12230e90a610]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:11 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00676add828c755909833a28e2de0338cdb2aa67]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/03/28 15:53:00 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e71517307240257bdc6e3741abd7567bdc78cbd]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 16:00:57 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7780a9bade6c808b4f7ce6510ce7b9d423a7fc3c]

        INTEGRATION: CWS changefileheader (1.43.32); FILE MERGED 2008/04/01 15:56:55 thb 1.43.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.43.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.43.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60d2f4d7cff4c0de63279707edfe14682b17a6c0]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:00:57 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44b14991be478a2d13f779836048000cdf502b03]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/03/28 15:53:00 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [816cdf143ed6dd925b1863c8be9a71f77ee3dea8]

        INTEGRATION: CWS changefileheader (1.31.4); FILE MERGED 2008/03/28 15:53:00 rt 1.31.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f855841b0033bbac28d35eededa7ed2a43b57e2]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:10 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c6018db87504db08a06bf9dcd35a00b4f53ae4e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ee6afd4e4103be9f1192101fd95ab5dd5ee8015]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:00:57 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1f904b2bfe6028912fce2cf5e90b82932020f7b]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 16:48:26 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe637072844ebf2f212dbc06b9263efdaf2ae708]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:52 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8de9948faba2f06c877c273ae617cb34d3a70fde]

        INTEGRATION: CWS changefileheader (1.42.240); FILE MERGED 2008/04/01 15:56:55 thb 1.42.240.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.42.240.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.42.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [258b0497eaa030058c8bfdc05b00536af58e80bc]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 16:00:56 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa90d6d89d2be2509822fecc0ae375286d4b5457]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/04/01 16:06:44 thb 1.15.4.3: #i85898# Stripping all external header guards 2008/04/01 13:02:28 thb 1.15.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f22494818e3b7adcf2a07da927af8f85db9169bb]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/28 16:00:56 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfc9f30991b1f73f4e88320c610153096ae7923a]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:26:52 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd89ac18911bcf9c15ebedd32977ef4b440e1c1d]

        INTEGRATION: CWS changefileheader (1.23.4); FILE MERGED 2008/04/01 13:02:28 thb 1.23.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.23.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83b2d414dded4fa2a19a0c447d29571737fb5dd4]

        INTEGRATION: CWS changefileheader (1.41.14); FILE MERGED 2008/04/01 15:56:55 thb 1.41.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.41.14.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.41.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59b58cbba95a5a6337cd6af2d581732131146b92]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:51 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5539a12442847448790f3142a15f6709ab3e4b3b]

        INTEGRATION: CWS changefileheader (1.25.4); FILE MERGED 2008/03/28 15:53:00 rt 1.25.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afb3c9a048525af3a78459a2f3236057650a8085]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/04/01 15:56:55 thb 1.13.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:55 thb 1.13.58.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [550b048b51d9728b9e70c4464345ba1632fa4aec]

        INTEGRATION: CWS changefileheader (1.28.4); FILE MERGED 2008/04/01 13:02:28 thb 1.28.4.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.28.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c245aa20db61391abb8a8fb878fdb93a2d17d146]

        INTEGRATION: CWS changefileheader (1.12.56); FILE MERGED 2008/04/01 12:53:54 thb 1.12.56.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.12.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a0e2aaa126e64e1d626d77d9243dfdad38497c3]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:26 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a757d253c0bbfb1b97f1010fc7218891a23b06b7]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:09 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [846d77edc9fb2dd09e9502528d1e6a9ab8bceac1]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 13:02:28 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1da677d959438a3dab0077c1e761c1aa01ec67ab]

        INTEGRATION: CWS changefileheader (1.22.58); FILE MERGED 2008/04/01 15:56:54 thb 1.22.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.22.58.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.22.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1a8fdc0ab945cd438184aafb2cd15447d08b93e]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/28 15:53:00 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcd451112d67587f7772d7b12d987c000ca1cf69]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:56:54 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75911536c5c1c8b0b528fec38378edbde25e14a8]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:28 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:53:00 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0288fca2de0075227b599b5ccfbfc1f4e3c6c20b]

        INTEGRATION: CWS changefileheader (1.23.52); FILE MERGED 2008/04/01 15:56:54 thb 1.23.52.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.23.52.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.23.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ffca51a1b95de1fb940cf8808ba72b9fd651968]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/28 15:52:59 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5affca4415ca49ed8a95b90d79d3166e90e6794]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/04/01 15:56:54 thb 1.14.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.14.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:46 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [780f969139ef7019b28b70d8049f75f09b357cf1]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:26:51 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d78b67216b33e6fee16f6d6301c5e311be17e8fb]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/04/01 13:02:27 thb 1.4.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a68ac52c8968f76498b803bb572b74ca20955aff]

        INTEGRATION: CWS changefileheader (1.64.52); FILE MERGED 2008/04/01 15:56:54 thb 1.64.52.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.64.52.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.64.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f4b779b48edd08fbecc44c8197d911a1d70937b]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/04/01 13:02:27 thb 1.6.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05314aa9c2b951f876fdb953223c3a9a8a90465b]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:08 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [057356eab40fbc51e5d96649e5cf182775ed7975]

        INTEGRATION: CWS changefileheader (1.23.76); FILE MERGED 2008/03/31 16:53:45 rt 1.23.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [403db190b0219c1718316650748d4d37c726da54]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/04/01 13:02:27 thb 1.3.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd92e7d634cb359d93d9a8f8eacc827deb8cd5f2]

        INTEGRATION: CWS changefileheader (1.16.38); FILE MERGED 2008/04/01 15:56:54 thb 1.16.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:54 thb 1.16.38.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.16.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [269cf4e22a7bc5096c5b10c0dab79eb3397d9122]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/04/01 13:02:27 thb 1.4.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [584d6e5e016e1af5b8c1ba8edbc8e7ebb770d0e4]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:56:53 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:53 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96753b9c4a503a978fb07adebcc3a1758dbb3e3c]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/28 15:52:59 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5067d58ea0862aea2a8ab489bbc19b2a03c98832]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:07 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb9e3a58de35364ff7c057586248ac441e48d250]

        INTEGRATION: CWS changefileheader (1.29.38); FILE MERGED 2008/04/01 15:56:53 thb 1.29.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:53 thb 1.29.38.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.29.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9e077b7460dc3694ab29f6af470196ea0c5778d]

        INTEGRATION: CWS changefileheader (1.54.84); FILE MERGED 2008/03/31 13:26:51 rt 1.54.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b99951320e4e56b4064879d42098fdcb56b7b62a]

        INTEGRATION: CWS changefileheader (1.11.4); FILE MERGED 2008/04/01 13:02:27 thb 1.11.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.11.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b283b0fb937551283990f1fc23785ad8c181ae]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:26 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debf6a32ff59db0f06d8b1d9ef141a9728764570]

        INTEGRATION: CWS changefileheader (1.16.162); FILE MERGED 2008/04/01 12:53:53 thb 1.16.162.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.16.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4872a15f3214402a028878bc693644ec471d31e]

        INTEGRATION: CWS changefileheader (1.3.192); FILE MERGED 2008/03/31 13:26:50 rt 1.3.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e247b4f4bf87a2d4e0ec2dec07d6954ae5f65ac]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/04/01 13:02:27 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e8d77214b1f3317e5a079b8aa34a70149af0e4b]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:06 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea045490d503232044ac95a8369382c45f9421b2]

        INTEGRATION: CWS changefileheader (1.23.38); FILE MERGED 2008/04/01 15:56:53 thb 1.23.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:53 thb 1.23.38.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.23.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfab5f5e5c558afb8dfa17694201fd7999c6f0ae]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/04/01 13:02:27 thb 1.8.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3093dc38acf76e45495f522f67df4a7e99ef0271]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 12:53:53 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f80baf26603c04dbcc0967bc528f62539a78c43d]

        INTEGRATION: CWS changefileheader (1.23.4); FILE MERGED 2008/04/01 13:02:27 thb 1.23.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.23.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [105374f4b94ecc938d28a224ef1e5423fab03527]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/31 13:26:50 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [330709d7f55f94fc5f989b0221c377b400d22862]

        INTEGRATION: CWS changefileheader (1.11.184); FILE MERGED 2008/04/01 15:56:53 thb 1.11.184.3: #i85898# Stripping all external header guards 2008/04/01 12:53:53 thb 1.11.184.2: #i85898# Stripping all external header guards 2008/03/31 16:53:45 rt 1.11.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e08e5a731999df19118e00603b1cb3e9827e278]

        INTEGRATION: CWS changefileheader (1.23.4); FILE MERGED 2008/03/28 15:52:59 rt 1.23.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f4a44149fa4979a67be9c3597f4e37b82415041]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:05 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [411bc0fd49a96abf477361a8bd24f0f350abbcdf]

        INTEGRATION: CWS changefileheader (1.4.258); FILE MERGED 2008/03/31 13:26:50 rt 1.4.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f33b182394237944527e416c5381561b0509a52]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:53:45 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4522b4b25d8afc8ef5bd3c73e95a4a9234eaeae]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/03/28 15:52:59 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95a33f5cffa0874c9d0e64c9d05a25554058ebcd]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [787ac7269779cdcc410b56cf3fc773225261eac9]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/03/31 13:26:50 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2542228c0fe43e61907bb95aef7387c1e31dbddf]

        INTEGRATION: CWS changefileheader (1.18.20); FILE MERGED 2008/03/28 15:52:59 rt 1.18.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44dd23eefd7bc64ea4632d4a446d5b6a4c5d1b9]

        INTEGRATION: CWS changefileheader (1.58.112); FILE MERGED 2008/04/01 15:56:53 thb 1.58.112.3: #i85898# Stripping all external header guards 2008/04/01 12:53:53 thb 1.58.112.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.58.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e8619ae66a6417dc7ee7c66b30844b3ebcde24a]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:04 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e60912f6dbeb105741b48f18107411b14f1a22f]

        INTEGRATION: CWS changefileheader (1.8.258); FILE MERGED 2008/03/31 13:26:50 rt 1.8.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2de26430e5e11a465c975b0855bbaaefe7856b4]

        INTEGRATION: CWS changefileheader (1.6.20); FILE MERGED 2008/04/01 13:02:27 thb 1.6.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.6.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22cdc6b85e9657e98afa0431fea958bf3d331d00]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/31 13:26:50 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [402f8c9b9124bd185253de47ff8817ed95c8dfa2]

        INTEGRATION: CWS changefileheader (1.13.20); FILE MERGED 2008/03/28 15:52:59 rt 1.13.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce73b5cb2f9109e39275d7e3ae97b15b27be5c4]

        INTEGRATION: CWS changefileheader (1.9.258); FILE MERGED 2008/03/31 13:26:50 rt 1.9.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18e1d3e7f5a6be1f40c985b160e4490b868344bb]

        INTEGRATION: CWS changefileheader (1.65.4); FILE MERGED 2008/04/01 16:06:43 thb 1.65.4.3: #i85898# Stripping all external header guards 2008/04/01 13:02:26 thb 1.65.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.65.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b874dbf5b6a5a94673deda0425c83eec134ac8bf]

        INTEGRATION: CWS changefileheader (1.3.258); FILE MERGED 2008/03/31 13:26:49 rt 1.3.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [066cc52137d9fdaafbab3f25e96cba719456677a]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:03 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dfcba6e385acc8c58efc25512cf89e6baf43f03]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/04/01 16:06:43 thb 1.10.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89c2fe89130ec11298e4fb7dd8e9f93b549dfedb]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 13:26:49 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c101dcdb4c911d4a64e12ff22d6ca59abbfe051]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:25 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a4ee4c64bdb8b8a4e76f7379c458b4e61fe6eb5]

        INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED 2008/04/01 16:06:43 thb 1.10.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:26 thb 1.10.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.10.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea417bc0d0c5eae9d669c3bc5830798dc8d56fa4]

        INTEGRATION: CWS changefileheader (1.18.12); FILE MERGED 2008/03/31 13:26:49 rt 1.18.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ce1d1b0b33fdd8d492de82477e0db4dc7f7a41]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 13:02:26 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d60e9a3773a80b9717cd76b39be44f2dc3dfaa1]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 12:53:52 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d612af53c4327c1fca054d2d5836539ab3fe2249]

        INTEGRATION: CWS changefileheader (1.10.120); FILE MERGED 2008/03/31 13:26:49 rt 1.10.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f94e11e6c746ffcbad98bbe4f8543b12cd83b31]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:02 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52963d14bde645f2e1f138745e2180f1fe275c0b]

        INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED 2008/03/31 13:24:42 rt 1.5.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2da821a6319861a1f89756aafdb240947269dcc6]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 15:52:59 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63fa87812f7796aacf88b6593378ca8c8131cea6]

        INTEGRATION: CWS changefileheader (1.20.242); FILE MERGED 2008/04/01 15:56:53 thb 1.20.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.20.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.20.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [975d638f338823c68330c8fb2f290aa2de67b8b4]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:26:49 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7685a7f4415dafbbc1e59e48d19a38600047306]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:24:41 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76a671824da12039e0f68a5a090edbb5f8a67150]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:25 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a72d80f1ab647a8dcfef596b171f02ed0c7d5dca]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/04/01 13:02:26 thb 1.4.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:59 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfeb45f6b2fb12fee5ff0c5da07e844e9926a96d]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:01 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c06384e991f335bf302abd0b4024b963f89bb75]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:25 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e559e4183f2a5623e5d8f36f19b5cfbffc42d812]

        INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED 2008/03/31 13:24:41 rt 1.5.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fd115708d43393fe131741ff0a625648e789d62]

        INTEGRATION: CWS changefileheader (1.1.36); FILE MERGED 2008/03/28 15:52:58 rt 1.1.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a68be4c4e676fff909bb5f81d4d002b4be7a3875]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/31 16:53:44 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04db031c04cb6e088163dcd418548f042c7b05fb]

        INTEGRATION: CWS changefileheader (1.9.120); FILE MERGED 2008/03/31 13:26:49 rt 1.9.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f027afa84c8cba1e688f561689a0ee101895b03f]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:39:00 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a6572f3b4f41108c422b9ff0f814292e151a175]

        INTEGRATION: CWS changefileheader (1.22.178); FILE MERGED 2008/04/01 15:56:52 thb 1.22.178.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.22.178.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.22.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30bc05717e95b5a6f2cdc7ec7e0f93fb996b18bc]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:24:41 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8124ee9acc58883834af3ca462dec0ecfc51fd9b]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 15:25:10 thb 1.4.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:24 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:41 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d81c47511a3590ac8892db51e2a86a9b910ed21]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/04/01 12:34:24 thb 1.5.234.2: #i85898# Stripping all external header guards 2008/03/31 13:24:41 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0470b9b5348f03c9b6df3ec751dfeab061c4996b]

        INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED 2008/03/31 13:26:49 rt 1.5.298.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21dc15a8f9bef41230c015c1f07b811a8d11d343]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:53:52 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f8d1378b5ee0ca2fc504a9b58b89f4a1c7c4e88]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:24:40 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5ef00176bc11a9c46bfb02d93a637ae1f4ef143]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/03/31 13:26:49 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb51331ef0185da9f63dbbcaa014e64fcff78794]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:52 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad1484ab72a6912a98ceb5eeb3297905320ad2b2]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:26:49 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f5a5804118632786985c4ec4b116afbb5a52b6d]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:48:25 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b9986403549406fa089e7951393780f208947a8]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:59 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [518372c062db563b744f0eca354573df150e60b4]

        INTEGRATION: CWS changefileheader (1.19.14); FILE MERGED 2008/04/01 15:56:52 thb 1.19.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.19.14.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.19.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7c72330772d531a4c069e3f4f3b479e343b5088]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/03/31 13:26:49 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0695d8ded8ab149cd1479741de4ff5e4fb8cea3a]

        INTEGRATION: CWS changefileheader (1.17.54); FILE MERGED 2008/03/31 16:48:25 rt 1.17.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb3cccda176500a9d64b15d356a1a95816699000]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:53:52 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a4a2aec3ef7c6c30267f43e2a5b3f5f5390ed09]

        INTEGRATION: CWS changefileheader (1.28.36); FILE MERGED 2008/03/31 13:26:49 rt 1.28.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a56081c123aa54d21d8f5ccf104da48277fdbe5]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:25 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b77cd829fbeb73f4c422f020e57d2171fd3518e]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:58 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e8436832f3d3965d3ac364a1f49b2b15d882ae6]

        INTEGRATION: CWS changefileheader (1.25.56); FILE MERGED 2008/04/01 15:56:52 thb 1.25.56.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.25.56.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.25.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25c68359b95b5b37d260f88e63a8dbb6ef8d7d86]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/03/28 15:52:57 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b9887df0d171b3d5299bff6442949b6de4b8f6d]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/03/31 13:24:40 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7deb9f0d4c329d100741d34e9ec3505ebfde8de3]

        INTEGRATION: CWS changefileheader (1.29.196); FILE MERGED 2008/03/31 13:26:49 rt 1.29.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [701249f50090b04570841234066c061c996448b6]

        INTEGRATION: CWS changefileheader (1.10.54); FILE MERGED 2008/03/31 16:48:25 rt 1.10.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7850e0fa216b424ae3d8ae12a6986eff4b23fd7]

        INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED 2008/04/01 16:06:42 thb 1.2.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:57 rt 1.2.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67b8ea8bb586897fbd6b8ba78b3b49e1ab115069]

        INTEGRATION: CWS changefileheader (1.71.36); FILE MERGED 2008/04/01 15:56:52 thb 1.71.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:52 thb 1.71.36.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.71.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38209a6f5d51ddc85b171a7bfadd1bc7ff0937d9]

        INTEGRATION: CWS changefileheader (1.10.82); FILE MERGED 2008/03/31 13:26:49 rt 1.10.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65cb2b344740a229971c213d8c69ea82a21fed64]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:24:40 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc74155bb2d3125750380d3ed73cae4b7a6752af]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/31 16:53:44 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58a089fa359cc8b0f54e0b7bad36d75b5ccb3fa4]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:26:49 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e44ff382e4c1a7e57c9e9f839d35dcd2f5fd958]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 12:34:23 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:40 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b2d9ff6fc0e5257ffb2a197d5079ba0e5bc6206]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:57 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0513b39a74a1602d8864d9669d98a13c234bc9bc]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/04/01 12:53:52 thb 1.7.58.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4e44f62ea5f05094af4094f68ffd446fe14b960]

        INTEGRATION: CWS changefileheader (1.14.300); FILE MERGED 2008/03/31 13:26:49 rt 1.14.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21036383a9b631158c67ef26911c58700cdc4cb3]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 15:25:10 thb 1.4.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:23 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:40 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dac141b9458e0a9314b45c4659f055b47b9e690]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:48:25 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f162892352b7ed73aadeb742d1713ba6c97826d0]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/04/01 16:06:41 thb 1.3.10.2: #i85898# Stripping all external header guards 2008/03/28 15:52:57 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b72056c03b1fbaec4e48c494269a88adb82aa286]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:44 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cedd9be42489ccb07c0318b471fcdf2920fba5e]

        INTEGRATION: CWS changefileheader (1.23.300); FILE MERGED 2008/03/31 13:26:48 rt 1.23.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d181d25e96173d7b35c32f59f02fa45ddf6ab6de]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:24:40 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d1da10d203939c2d9f27327053cb1f9306e03fd]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:48:25 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30f40233f7ede94a9892d807b411c70d7090a092]

        INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED 2008/03/28 15:52:57 rt 1.4.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e17ce5c90a3dad697fd7457ab0b7adb26f7c4c4]

        INTEGRATION: CWS changefileheader (1.10.718); FILE MERGED 2008/04/01 12:53:52 thb 1.10.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:44 rt 1.10.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e523bda4d737a03cd1ca30b72d381d992f0cab47]

        INTEGRATION: CWS changefileheader (1.6.434); FILE MERGED 2008/03/31 13:26:48 rt 1.6.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4da0312922a3543787e9b16440877173369d848f]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:25 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ea4bdf062d9e2d09f987f6c096a50757c29ed2a]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:56 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6499c558b250e9616c643cb6f2ce0343c510d880]

        INTEGRATION: CWS changefileheader (1.10.58); FILE MERGED 2008/04/01 12:53:51 thb 1.10.58.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.10.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa4107c2f1755d2c9e256200fc36dd15d7d66db7]

        INTEGRATION: CWS changefileheader (1.2.300); FILE MERGED 2008/03/31 13:26:48 rt 1.2.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16fe5ef73da45f541b9f571a1839c8af991b131d]

        INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED 2008/03/31 16:48:25 rt 1.11.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f71c24e0b961ca7f979dabdf6a3daeaec01ecd8]

        INTEGRATION: CWS changefileheader (1.14.4); FILE MERGED 2008/04/01 16:06:41 thb 1.14.4.3: #i85898# Stripping all external header guards 2008/04/01 13:02:26 thb 1.14.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:57 rt 1.14.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd19acd63ff9ca456acc8f85e667245f807da953]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:53:43 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a7751efd44f926fc2532318398f1ff215db621e]

        INTEGRATION: CWS changefileheader (1.2.434); FILE MERGED 2008/03/31 13:26:48 rt 1.2.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [536a5fbfc50602682f13178f236955bc42e07309]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:24:39 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f84fdead8d4f0443f6c4f4bcd4c5dd0e03150ca]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:48:24 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0875388ab2cd2a9a2dd855009b70f78b3e15da96]

        INTEGRATION: CWS changefileheader (1.7.20); FILE MERGED 2008/04/01 16:06:40 thb 1.7.20.3: #i85898# Stripping all external header guards 2008/04/01 13:02:25 thb 1.7.20.2: #i85898# Stripping all external header guards 2008/03/28 15:52:57 rt 1.7.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53207ef6475217268398749ec4023a87bef80d1f]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 13:26:48 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a4172dee8f8ad38640eed5c3211e3fa93667990]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 15:25:10 thb 1.5.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:23 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:39 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65bdfb9e9545adfcf6cf79b23f53b750c6aa5c8d]

        INTEGRATION: CWS changefileheader (1.21.4); FILE MERGED 2008/04/01 13:02:25 thb 1.21.4.2: #i85898# Stripping all external header guards 2008/03/28 15:52:56 rt 1.21.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b4a9a44b5a780f6068cfc1cf6b28e8a75478974]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:24 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cd482a9800dbe6449bb8b1ba2b3f57598bf9fee]

        INTEGRATION: CWS changefileheader (1.6.162); FILE MERGED 2008/03/31 13:26:48 rt 1.6.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f3c29b14a8f38192897f687138de2fce13ea1d8]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:39 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [338c8b71862ed59115dd55a86220091278510eef]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 16:48:24 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff2feda6855f2a4660c050f566ec65b4d4ad4efb]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/28 15:52:56 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb418b36fb17d37edf821f1a04a95a04bd3e1802]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:53:51 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cf9cfb0369e9ee2ee338f1acb19fbfbc3972616]

        INTEGRATION: CWS changefileheader (1.6.300); FILE MERGED 2008/03/31 13:26:48 rt 1.6.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99d7127cab320f46dc7a55a930af75f8f1f77845]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:55 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [171a7a1884e615ffc409c009f2465d18cc3f674b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:24 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a40ba2f7c3807b56b0fd55abc06087df060e418a]

        INTEGRATION: CWS changefileheader (1.14.178); FILE MERGED 2008/03/31 13:26:48 rt 1.14.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98b1bf8aaf8bcc45f5dadea082713e47d906df48]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 16:06:40 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/28 15:52:56 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37aa51841f7cd8270a61026051d19219878d6562]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/04/01 15:56:48 thb 1.15.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.15.14.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [067657059d9bb6bce639db021e7d188dc36a8fca]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:24:39 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42aa8a5c3b9e0abce0d0ea5f430d0f3a8b8d5f85]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:55 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4304e8ec3243dab23529189082ceb75ad67ae54]

        INTEGRATION: CWS changefileheader (1.4.300); FILE MERGED 2008/03/31 13:26:48 rt 1.4.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c021e87231ba03193fc275aabaeb75d87781534c]

        INTEGRATION: CWS changefileheader (1.7.164); FILE MERGED 2008/04/01 15:56:47 thb 1.7.164.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.7.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [736aef4022eddc5111bf78aa753b29ebd2cc7bdb]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:54 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bffb0ed30ae3d5a6252cd9d7d5c3cc205a063921]

        INTEGRATION: CWS changefileheader (1.15.84); FILE MERGED 2008/03/31 13:26:48 rt 1.15.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c09d4e32197a56e270c57a5888320081f8b6cf11]

        INTEGRATION: CWS changefileheader (1.17.240); FILE MERGED 2008/03/31 16:53:43 rt 1.17.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12db9ae8324a0fea53024e1fd10c9381b202c73c]

        INTEGRATION: CWS changefileheader (1.15.152); FILE MERGED 2008/03/31 13:24:39 rt 1.15.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48fe0c0e954942a5076b15f8d53228a7cbd6472b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c294c99cf185d521a79673d1e6b198adf71a4749]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:56:47 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5dedcc31a2c78e8fe67ecd15e360b97098a22c88]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:24:39 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a1aa5fcd2ceae2f7ba9f004de87800367ec6701]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/31 16:30:02 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ed04bbe6cea478b8b135e26fa9a166db0dba6d4]

        INTEGRATION: CWS changefileheader (1.50.8); FILE MERGED 2008/03/31 13:24:38 rt 1.50.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [569aade2b8cd871e92d192e023ee47ee70cdd3b4]

        INTEGRATION: CWS changefileheader (1.3.278); FILE MERGED 2008/03/31 16:30:02 rt 1.3.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bd7d1d75959b295341886531eb13e2ee0b987f6]

        INTEGRATION: CWS changefileheader (1.5.184); FILE MERGED 2008/03/31 16:53:43 rt 1.5.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f11c1119c5a77d8ea175394efdcf340fd9a36be]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 13:24:38 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bc62d13bdb69c727e3ad7ec8b35b109461a14f2]

        INTEGRATION: CWS changefileheader (1.8.434); FILE MERGED 2008/03/31 13:26:48 rt 1.8.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f596e7dccedba6e78d12b16decd94d5d796123f]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/04/01 15:42:01 thb 1.9.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.9.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30aae3590f24a3f9eeebb5a665e7a434a7b45ca8]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:53 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [849b6ba23614cb26a8d3893d204681728b34001c]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/03/31 16:53:43 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a269cbde811ad719cd3e5ba4e0b4bf25fd9224]

        INTEGRATION: CWS changefileheader (1.29.194); FILE MERGED 2008/03/31 13:26:48 rt 1.29.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34b29fa237f7d00be9713db6dcd9169946410b4e]

        INTEGRATION: CWS changefileheader (1.5.178); FILE MERGED 2008/03/31 13:24:38 rt 1.5.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3706683d1ece52c62f721cb7627ce7a69cd48965]

        INTEGRATION: CWS changefileheader (1.51.44); FILE MERGED 2008/04/01 15:42:00 thb 1.51.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.51.44.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.51.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba5c6e68724158dc7888fb3a907c4f980cbd21f3]

        INTEGRATION: CWS changefileheader (1.64.30); FILE MERGED 2008/04/01 15:56:46 thb 1.64.30.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.64.30.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.64.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bba835878b9bf607132f594f856082f4145aee9]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:24:28 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f18dcebe7c50217a3e4cb3499aeef9bbe622d98a]

        INTEGRATION: CWS changefileheader (1.18.96); FILE MERGED 2008/04/01 15:42:00 thb 1.18.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.18.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca54e444865bf27c811ab463c938e1f31696950e]

        INTEGRATION: CWS changefileheader (1.5.434); FILE MERGED 2008/03/31 13:26:48 rt 1.5.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [556585f791dc6cba66e5f30d6f452344fd29f94a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f4bfb899ea8b0087ad98f363cfe1c4128aed126]

        INTEGRATION: CWS changefileheader (1.47.2); FILE MERGED 2008/04/01 15:42:00 thb 1.47.2.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.47.2.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.47.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3486803e6ce85408cb816972eed3d4a323713187]

        INTEGRATION: CWS changefileheader (1.20.178); FILE MERGED 2008/03/31 13:26:48 rt 1.20.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a84305bf44a61307b6fa8a1ccf8e63720ebf487]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:27 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7296a74c827e9103a80c244a500e3eedc14559fe]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/04/01 15:42:00 thb 1.7.4.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.7.4.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a493fdb7c6695a9fdce69a970f93b2895952314a]

        INTEGRATION: CWS changefileheader (1.8.84); FILE MERGED 2008/03/31 13:26:48 rt 1.8.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b881a09f2ddaeea28ac943d31f3ad345759874eb]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 12:41:40 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d9d7bf7866a0106934b302751064e32dcc06846]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:56:46 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:43 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffcebd84bd2ea566d63fdf295bae78ac28731603]

        INTEGRATION: CWS changefileheader (1.4.164); FILE MERGED 2008/04/01 15:42:00 thb 1.4.164.2: #i85898# Stripping all external header guards 2008/03/31 16:29:48 rt 1.4.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14aeebd262c9f6a83355b4c8358f8fc858f1bf8e]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:48 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ecb59afb71846754270666220f98b28c85d65a7]

        INTEGRATION: CWS changefileheader (1.4.278); FILE MERGED 2008/03/31 16:29:47 rt 1.4.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79f576af677e63aa2e4c14f46e30052da535c908]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/04/01 15:56:46 thb 1.6.718.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.6.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [354c990c1840f46a323be45145e9d47da786e753]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:21 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5125e3bf46d5d3c8343d8629e6ca28f2e74b6790]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:52 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0a391fa0666895bd95344b2883fdd652611951b]

        INTEGRATION: CWS changefileheader (1.22.96); FILE MERGED 2008/04/01 15:42:00 thb 1.22.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.22.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:47 rt 1.22.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df0b9789b55e4233410a4f35e1fed443f9895198]

        INTEGRATION: CWS changefileheader (1.44.186); FILE MERGED 2008/04/01 15:56:45 thb 1.44.186.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.44.186.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.44.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cba706e3db4b8ab36e8cb7c98f9f96b36ad26334]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/31 13:26:48 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd351221b15e9bec1e1b2da6ecfc3a6d147de7ab]

        INTEGRATION: CWS changefileheader (1.52.104); FILE MERGED 2008/03/31 16:29:47 rt 1.52.104.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [470d49710329b8f43d67c16f0cf31d032426c3a3]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:26:48 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f8820849e15bb9e4c381ef75e666c880f43afca]

        INTEGRATION: CWS changefileheader (1.29.96); FILE MERGED 2008/04/01 15:41:59 thb 1.29.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:47 rt 1.29.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e79639240d59d1116a2ee16aac9613e113326176]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:27 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f220b2d22616be3068c004005cc1db5cde9b0ce6]

        INTEGRATION: CWS changefileheader (1.117.70); FILE MERGED 2008/03/31 16:29:47 rt 1.117.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dd6011e90f0a070094718f63af1e4964c58161e]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:26 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4572a38bd762e92c99f40213722aad1c494345c]

        INTEGRATION: CWS changefileheader (1.10.12); FILE MERGED 2008/03/31 13:26:48 rt 1.10.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8035542a7b24046980e44fd8cdd7dfda1a720e9]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:51 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67b2bc3136c2313a5974e34b5f7dc2aa659fdcfc]

        INTEGRATION: CWS changefileheader (1.21.96); FILE MERGED 2008/04/01 15:41:59 thb 1.21.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.21.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:46 rt 1.21.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f330d6ece8d2c64084fba43c67221e34b3e06c62]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:20 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6631a09a7b3a8fa05ecef3a1912f270ec9780643]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 15:56:45 thb 1.15.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:51 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c50d15430295a091daf86d59179a41e74cd77e7]

        INTEGRATION: CWS changefileheader (1.12.164); FILE MERGED 2008/04/01 15:41:59 thb 1.12.164.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.12.164.2: #i85898# Stripping all external header guards 2008/03/31 16:29:46 rt 1.12.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22e895a49912947f441b833c8b781e4635c63306]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:26 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b34bdb7cfe55f10ba95423ffb6281c20d34f964]

        INTEGRATION: CWS changefileheader (1.6.120); FILE MERGED 2008/03/31 13:26:48 rt 1.6.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621ea20bcc42687c1f6443733245a9c19a5bee1e]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:53:42 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1e1b1c6aa123ad54c3fb22e7ded93df9ff9f7af]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:49 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34f0c83493bf8f47585dbada838cef91b9a6c835]

        INTEGRATION: CWS changefileheader (1.3.278); FILE MERGED 2008/04/01 15:41:59 thb 1.3.278.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.3.278.2: #i85898# Stripping all external header guards 2008/03/31 16:29:46 rt 1.3.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42b8bb9b64e09be25ac02e087cc04485d00dd42d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:20 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a1a2deb180f8f84d9c87beac91751598a5ea0b9]

        INTEGRATION: CWS changefileheader (1.3.268); FILE MERGED 2008/04/01 12:34:23 thb 1.3.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:15 rt 1.3.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f6c105d8ef05aa8de76ad3bfbc5310b0ce46558]

        INTEGRATION: CWS changefileheader (1.10.96); FILE MERGED 2008/04/01 15:41:59 thb 1.10.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.10.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:45 rt 1.10.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [749202156bae10066480421972d68cdecf2c5fd5]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:20 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88ed97d7437326e6243f68b6564dbc6c70e52491]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/31 13:26:47 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7142d76d659a9af71e25b258c2b2215c59f0db44]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 12:53:51 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32da7cbe9d4d184bddf5623dcd46c15d4b135409]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/04/01 12:34:23 thb 1.6.118.2: #i85898# Stripping all external header guards 2008/03/31 13:24:15 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83e70a0ae3f815a7adf1ca4164ce2d8ed4f8f4c6]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/04/01 15:41:59 thb 1.13.4.3: #i85898# Stripping all external header guards 2008/04/01 12:41:40 thb 1.13.4.2: #i85898# Stripping all external header guards 2008/03/31 16:29:44 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a31fbda57fcf9e132d0ac5d83687b8c67d94fb5]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/31 13:26:47 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae0177f39fe8c1bb46ea940c4e83581ac07872fc]

        INTEGRATION: CWS changefileheader (1.6.694); FILE MERGED 2008/03/31 16:53:42 rt 1.6.694.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [030730a9d0fd00c4d3365c8180a9a2033a79a09f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:19 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [166871b3a31746e3e49a3c84e95c4be780df3646]

        INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/04/01 12:34:23 thb 1.4.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:14 rt 1.4.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36ec906497f9c81b9f05328a9f81d27570996c02]

        INTEGRATION: CWS changefileheader (1.19.96); FILE MERGED 2008/04/01 15:41:59 thb 1.19.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:44 rt 1.19.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [036c177dc41f3628397187da409cbad5a9b0a416]

        INTEGRATION: CWS changefileheader (1.13.36); FILE MERGED 2008/04/01 15:56:45 thb 1.13.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:50 thb 1.13.36.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.13.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a741456532aacf4f46a429fec50a40dd6400e55]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/31 13:26:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5abb849e94efd46389d4ba5997bed59749fa639e]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:48 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d35c6305b03f78b61dba8284d3fc61e3ce54d545]

        INTEGRATION: CWS changefileheader (1.30.268); FILE MERGED 2008/04/01 12:34:22 thb 1.30.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:14 rt 1.30.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [031d537a92d7fdc4f63430478ac94dddcd5ca86c]

        INTEGRATION: CWS changefileheader (1.34.70); FILE MERGED 2008/04/01 15:41:59 thb 1.34.70.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.34.70.2: #i85898# Stripping all external header guards 2008/03/31 16:29:44 rt 1.34.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cb667d8445dfe1f3d07ebecaab37a55adcc982c]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/31 13:26:47 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53cc0141bc5fa1c1205e557b1f2f328940c093f1]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:53:42 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a37d6c199184c28c62b57f1e4891cbf1752f93e]

        INTEGRATION: CWS changefileheader (1.10.154); FILE MERGED 2008/04/01 12:34:22 thb 1.10.154.2: #i85898# Stripping all external header guards 2008/03/31 13:24:14 rt 1.10.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03dcfcad413c7d331e839e618845168889cb9850]

        INTEGRATION: CWS changefileheader (1.40.96); FILE MERGED 2008/04/01 15:41:59 thb 1.40.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.40.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:43 rt 1.40.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f73df33f453a5625e0f76e437ae5f14bdee22126]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:26:47 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b43dcfbc83a9eba87f5feb757400382306efada0]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/04/01 15:56:44 thb 1.14.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:50 thb 1.14.36.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1326a7eef1b3b8d8df367677d042a60758c7e944]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/04/01 12:34:22 thb 1.5.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:14 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f40a944441209169b3373549a2fb9f39ac181021]

        INTEGRATION: CWS changefileheader (1.3.278); FILE MERGED 2008/03/31 16:29:42 rt 1.3.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb7b7d8e4c09f569abac51be039edc033868b64]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 13:26:47 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [211c60efc26bd04ede52a21f683de1f6807ba35e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:19 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04e029a37e66033d339380ad71544856568ef2f2]

        INTEGRATION: CWS changefileheader (1.15.242); FILE MERGED 2008/04/01 12:53:50 thb 1.15.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.15.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf5bc8b7cadf9be3001cc49241e9855863af3c1c]

        INTEGRATION: CWS changefileheader (1.11.96); FILE MERGED 2008/04/01 12:41:39 thb 1.11.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:42 rt 1.11.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a8832383a8cc873abf0bf223906e42a8fb77b0f]

        INTEGRATION: CWS changefileheader (1.9.268); FILE MERGED 2008/03/31 13:24:14 rt 1.9.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a31adfaee587ecd45531e265f9ba3bfa1c20ecef]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/31 13:26:47 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d63181eff9468a69044a76280e7a826b5e81bd6b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:18 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8026fffced1c62577582ccbc2d57e79689cf52f]

        INTEGRATION: CWS changefileheader (1.8.186); FILE MERGED 2008/04/01 12:53:50 thb 1.8.186.2: #i85898# Stripping all external header guards 2008/03/31 16:53:42 rt 1.8.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90f45ccdcaf8c9039fe438794fc0b8134287e27e]

        INTEGRATION: CWS changefileheader (1.7.154); FILE MERGED 2008/04/01 12:34:22 thb 1.7.154.2: #i85898# Stripping all external header guards 2008/03/31 13:24:14 rt 1.7.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2b02ee1cd6bbf5ddf5aa55b6d280da7d4c8139b]

        INTEGRATION: CWS changefileheader (1.39.84); FILE MERGED 2008/04/01 15:41:58 thb 1.39.84.2: #i85898# Stripping all external header guards 2008/03/31 16:29:42 rt 1.39.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d71639c776f05529b0a1ca94874cd527fd33c5c4]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:47 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c26d65a42313a97c463465e07badf45fe92b9c23]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/03/31 13:26:47 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df51111ab14afea1a8f5ab05dda3f78f532b55ef]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 12:53:50 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:41 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [182a1c2f166f1bc623b357cedb48ad2596b20cca]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:24:14 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ecc8b275eb47ddbc5fdb82cdcfefeb69ca35817]

        INTEGRATION: CWS changefileheader (1.28.270); FILE MERGED 2008/04/01 15:41:58 thb 1.28.270.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.28.270.2: #i85898# Stripping all external header guards 2008/03/31 16:29:42 rt 1.28.270.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ae4a7a46537fd186320836a171e880cc2b9c396]

        INTEGRATION: CWS changefileheader (1.56.12); FILE MERGED 2008/03/31 13:26:47 rt 1.56.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e5fdbf46963d2aa375d3cc9a30c63ba8cf1bee9]

        INTEGRATION: CWS changefileheader (1.5.328); FILE MERGED 2008/04/01 12:53:50 thb 1.5.328.2: #i85898# Stripping all external header guards 2008/03/31 16:53:41 rt 1.5.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e569fd9366d10e2579af9fea87ab44997668bee9]

        INTEGRATION: CWS changefileheader (1.10.378); FILE MERGED 2008/03/31 13:24:14 rt 1.10.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5056e08d0e035b47ea01124e4223d2d6c55d1f7]

        INTEGRATION: CWS changefileheader (1.86.2); FILE MERGED 2008/04/01 15:41:58 thb 1.86.2.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.86.2.2: #i85898# Stripping all external header guards 2008/03/31 16:29:41 rt 1.86.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc99c1adac3de34f8e491d0df2bc08b03c29c698]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/31 13:26:47 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f2184ca201aafe7715b88d124b4505566f73b80]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 12:53:50 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:41 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73a2f5799fc5ef7c9f1184ac5535d59aaf278305]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:24:14 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b99b15ac42fcc08b8098193b0cca50c6c5180f1c]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/31 16:29:41 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38db36f7cd5e959e332ac5f65fe8caddb6f6760e]

        INTEGRATION: CWS changefileheader (1.13.1202); FILE MERGED 2008/03/31 16:53:40 rt 1.13.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cc2023385d037bc7de30ab7cd07cfd5cf6a33d2]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:14 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4d07a8e7084974a45aa637550f545ac6e234de8]

        INTEGRATION: CWS changefileheader (1.33.4); FILE MERGED 2008/03/31 16:29:41 rt 1.33.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a6fed0f6b652bf62b78565ce7c8195edb3930e5]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:46 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91bf6e3b3640710b1e38a323f4d02a590a969020]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:17 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0022f24c992e5d6521f61d02e80c9e71268d39c]

        INTEGRATION: CWS changefileheader (1.25.84); FILE MERGED 2008/03/31 13:26:47 rt 1.25.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3693bbd24afbce0a197dbb0154da32cabb97a243]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:53:46 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:40 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee6626f2e734a350e6ea4cbcca34429031d723d4]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:14 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc19f665dcc53ccaf29b951a39cc729fea154d44]

        INTEGRATION: CWS changefileheader (1.41.12); FILE MERGED 2008/03/31 13:26:47 rt 1.41.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad1852b1f93a23d885433be2f84fc326e9679a57]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:56:44 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:40 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a6f57725d89228af0e31af4bfa97958ec7b71ea]

        INTEGRATION: CWS changefileheader (1.11.378); FILE MERGED 2008/03/31 13:24:14 rt 1.11.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f309d918ad3c3af35472d364fd4e4bf3db9fe035]

        INTEGRATION: CWS changefileheader (1.77.12); FILE MERGED 2008/03/31 13:26:46 rt 1.77.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f989a3d8fb034ef172de7f412eabc34243d1fcdc]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/04/01 12:53:46 thb 1.17.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99991bd3386775e3d849a913fb87a840811bad29]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/31 13:26:46 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a131e473ae438ad8f6978ed5ab9d3e47a3446bf]

        INTEGRATION: CWS changefileheader (1.31.32); FILE MERGED 2008/04/01 15:56:43 thb 1.31.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.31.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.31.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ec9c4fe356edeecf539938a22883a575d14ce5d]

        INTEGRATION: CWS changefileheader (1.40.12); FILE MERGED 2008/03/31 13:26:46 rt 1.40.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c849839d07c664beec83240fb8182cb7828f94d]

        INTEGRATION: CWS changefileheader (1.8.738); FILE MERGED 2008/04/01 12:53:46 thb 1.8.738.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.8.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36464192266a62bd55ae598603ac824c46aa80c3]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/31 13:26:46 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77ffe531b4c6d16541673c564b54c7800a981601]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:16 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [906f496512ea55b8a1a70d06d6530b1b88b15ec0]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:56:43 thb 1.13.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2de9c129af1709f3e3db27d7fc7550a0bd526393]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:45 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbb3d5f622f61b24a067d1fe012dae056908588c]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:13 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aa48023d9d3d05a1decaf662c9ad98773f1b8a7]

        INTEGRATION: CWS changefileheader (1.38.12); FILE MERGED 2008/03/31 13:26:46 rt 1.38.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d3d69a8c21de3f42a342e77ba7101690d37a335]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 12:53:46 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd0b0f539e27526384c14a050a1d4072fe9806d9]

        INTEGRATION: CWS changefileheader (1.13.96); FILE MERGED 2008/04/01 15:41:58 thb 1.13.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.13.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.13.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc1d23f849643b95102077cdf3b503669437d46a]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:16 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5613326529d1cc8b8cbf412a45708bd48af326b7]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/31 13:26:46 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4179ed2af2ced89bca7d444ae2224ddc7b0e5ec9]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:56:43 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1fbccdef9a0c6a9351c518ecb27eb65db91dbc7]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 15:41:58 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b63b75b1bcc994cf8117f0e174ee494314282ac]

        INTEGRATION: CWS changefileheader (1.27.12); FILE MERGED 2008/03/31 13:26:46 rt 1.27.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f1d5b5ae1b84674094810cae0c09e7656e3b7e4]

        INTEGRATION: CWS changefileheader (1.17.438); FILE MERGED 2008/04/01 15:56:43 thb 1.17.438.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.17.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80ad5d214bedba48a481aabe57bb0cc4da945ce0]

        INTEGRATION: CWS changefileheader (1.14.64); FILE MERGED 2008/04/01 12:34:22 thb 1.14.64.2: #i85898# Stripping all external header guards 2008/03/31 13:24:13 rt 1.14.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4da4b9fb975a8833a5746446e90c9d47f45dc7]

        INTEGRATION: CWS changefileheader (1.4.164); FILE MERGED 2008/04/01 15:41:58 thb 1.4.164.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.4.164.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.4.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b99f691655f4af3e4f188d735fb74b6eab79b607]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:44 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5210ffd401d182399c4c563fb3468af817502fb6]

        INTEGRATION: CWS changefileheader (1.55.12); FILE MERGED 2008/03/31 13:26:46 rt 1.55.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53e444209c6d5798dda210f869183883ce7e3565]

        INTEGRATION: CWS changefileheader (1.33.242); FILE MERGED 2008/04/01 15:56:43 thb 1.33.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.33.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.33.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e25561b3f6fbb3081ea619dded84aec12f10ea52]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/31 13:24:13 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9d22cc70168ee3b8b652c1684bff1f347a44684]

        INTEGRATION: CWS changefileheader (1.38.96); FILE MERGED 2008/04/01 15:41:57 thb 1.38.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.38.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.38.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0121a7f4a505bb6d0ad679aa8709991bb3252e8d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:15 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36c9d34406d8fc2ea7e90f27b6155062ae3e9efd]

        INTEGRATION: CWS changefileheader (1.17.36); FILE MERGED 2008/03/31 13:26:46 rt 1.17.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15dec3ce8cea1d00b70c1673d99722e8ea1ab51a]

        INTEGRATION: CWS changefileheader (1.39.242); FILE MERGED 2008/04/01 12:53:46 thb 1.39.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.39.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f783b3cfc8b5215832277b2caf77323d197d07d]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:24:13 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e3409e6efc70f1068b4ff0df30cd17ce38534e8]

        INTEGRATION: CWS changefileheader (1.93.4); FILE MERGED 2008/04/01 15:41:57 thb 1.93.4.3: #i85898# Stripping all external header guards 2008/04/01 12:41:39 thb 1.93.4.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.93.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ae4d5debad1de4173894c980ba71a6500bf516f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:15 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffa6b9f70151ae379a5316ddad9add7e107fe58c]

        INTEGRATION: CWS changefileheader (1.74.34); FILE MERGED 2008/04/01 15:56:42 thb 1.74.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:46 thb 1.74.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.74.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5996ebf005f24f2d3d282a47619dfba664f83458]

        INTEGRATION: CWS changefileheader (1.22.36); FILE MERGED 2008/03/31 13:26:46 rt 1.22.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07b113318aa14d3aef774f518c152fa3397f9fcd]

        INTEGRATION: CWS changefileheader (1.5.278); FILE MERGED 2008/03/31 16:29:36 rt 1.5.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e163027837eb656b9e277352a321720e3c737c9]

        INTEGRATION: CWS changefileheader (1.8.300); FILE MERGED 2008/03/31 13:26:46 rt 1.8.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52da30c3a495a1269eef78b26ecfd9b06f371691]

        INTEGRATION: CWS changefileheader (1.42.12); FILE MERGED 2008/04/01 15:41:57 thb 1.42.12.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.42.12.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.42.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f57aa5d4bcaeaabe05244d62c66f19a16057748]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 16:53:39 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c566eebb8e0c4efa0b9b8cc61049808db8b6e211]

        INTEGRATION: CWS changefileheader (1.15.84); FILE MERGED 2008/03/31 13:26:46 rt 1.15.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44656d27f2ca4bb19fdf8dd057c4a4b1c67314e0]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 15:56:42 thb 1.14.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd2d7c9e916b7aa704ea73005ff8fad32cc338f8]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/04/01 15:41:57 thb 1.5.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.5.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb98150198a12abe1da300e889609079742330cf]

        INTEGRATION: CWS changefileheader (1.7.178); FILE MERGED 2008/03/31 13:26:46 rt 1.7.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30532a94c216a43c8e933e6ba4096dad653eb04d]

        INTEGRATION: CWS changefileheader (1.2.376); FILE MERGED 2008/03/31 13:24:13 rt 1.2.376.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cff62a2faaaa5a386893b339aa70c6ee9495fae6]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:14 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9daa89c29840cb0e21015c364bd33e91088b57b0]

        INTEGRATION: CWS changefileheader (1.11.164); FILE MERGED 2008/04/01 15:41:57 thb 1.11.164.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.11.164.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.11.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26109b400493f7439421b4aac9e01bbda0076442]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:53:45 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d86dacab764bc9ca7bec9bc272a2bff128b04b0]

        INTEGRATION: CWS changefileheader (1.14.178); FILE MERGED 2008/03/31 13:26:46 rt 1.14.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33cfdb5977891a58bf6aa32831801a462d84513a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:14 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eccf1fad29253d7a6f1fcc5ebd004254f2a5355a]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:56:42 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6623a3c505c6a38ec11feab4fa523e5ee6ce9904]

        INTEGRATION: CWS changefileheader (1.30.44); FILE MERGED 2008/03/31 16:29:36 rt 1.30.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7b01358d0e3d33e98e418abbc2689a951e14916]

        INTEGRATION: CWS changefileheader (1.58.34); FILE MERGED 2008/04/01 15:56:42 thb 1.58.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.58.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.58.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c574e51014fe36b800bd1e69e125987d416e0fe]

        INTEGRATION: CWS changefileheader (1.6.308); FILE MERGED 2008/03/31 13:26:46 rt 1.6.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a776e50edc66fa79bb94aeb3cc9462c9358fb4f0]

        INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED 2008/04/01 15:41:57 thb 1.12.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.12.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7f67cfadf7812f2f11f455e25c51d8493871eea]

        INTEGRATION: CWS changefileheader (1.13.212); FILE MERGED 2008/03/31 13:24:12 rt 1.13.212.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42f5c9a48cd8b7a5925035c9824ad87caa2549e9]

        INTEGRATION: CWS changefileheader (1.18.88); FILE MERGED 2008/04/01 15:41:56 thb 1.18.88.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.18.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e91ccdb585461af69c4ceaa1b9232afe4f50b5fd]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:43 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d04739420f7820543307cec9f9c51023a9a594ae]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:24:12 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6566b661500c891761f6a8da2fffbbd10c22f2f]

        INTEGRATION: CWS changefileheader (1.5.258); FILE MERGED 2008/03/31 13:26:45 rt 1.5.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4165a251aaeb2d81822aa7b9c57fdb3d38c7caa]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:13 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8de49d4cdac590b943357f65cb8d426808f9c8f7]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 16:29:36 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02508a4331e65ada7919b9192417b2afe3d98589]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:13 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b38e0d8b155ebc5bea88f73c8dfd09f2e079529]

        INTEGRATION: CWS changefileheader (1.20.12); FILE MERGED 2008/03/31 13:26:45 rt 1.20.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [138bdff490b98212c8214004c5a822aafaeab2cc]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:12 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e37207ffe3e9063c63ad1a3d8a6bf6a7c867d3d5]

        INTEGRATION: CWS changefileheader (1.20.76); FILE MERGED 2008/04/01 15:41:56 thb 1.20.76.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.20.76.2: #i85898# Stripping all external header guards 2008/03/31 16:29:36 rt 1.20.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf0d5a9d6ef6d672e8edd5d4f66b0ba0b091eef6]

        INTEGRATION: CWS changefileheader (1.33.76); FILE MERGED 2008/04/01 15:41:56 thb 1.33.76.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.33.76.2: #i85898# Stripping all external header guards 2008/03/31 16:29:35 rt 1.33.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6d45adf455089b0e6e83f14a58ca8facdbbcd85]

        INTEGRATION: CWS changefileheader (1.3.278); FILE MERGED 2008/03/31 16:29:35 rt 1.3.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b668865d8020a3862d2c4c3f0e65af45aa6fb1b2]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:12 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fa6d96be189258a9ed5f329c6cbc3dcb1459333]

        INTEGRATION: CWS changefileheader (1.25.12); FILE MERGED 2008/03/31 13:26:45 rt 1.25.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54816fb6baf8c8b33b75aa89984df9c7579f6b63]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:42 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [772db042438897970d8c036663e056b662441ebb]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:42 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:53:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0f407ff1a9f054389197ce56eba40c349a03bcd]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:12 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09a2b49a6b56b571c09d5f22fe5aec75ebc9c8d6]

        INTEGRATION: CWS changefileheader (1.9.204); FILE MERGED 2008/03/31 16:29:35 rt 1.9.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83c0dc94451177d294aca9af686626812545e3e3]

        INTEGRATION: CWS changefileheader (1.4.718); FILE MERGED 2008/04/01 12:53:45 thb 1.4.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.4.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c23b4647be69ad8e242ce0ee344e67440550fc0]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:12 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0483ed7a87cd9b5294e97a3482c8483971a770be]

        INTEGRATION: CWS changefileheader (1.10.278); FILE MERGED 2008/03/31 16:29:35 rt 1.10.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98fb7adaac93d71c3aabae34de87d2d9982a051c]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:56:41 thb 1.4.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f82c60e83ae325e5ef0a424ef639f3560909acf3]

        INTEGRATION: CWS changefileheader (1.9.154); FILE MERGED 2008/03/31 13:24:12 rt 1.9.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81a380f26d746816d4522c991871f4e51d0f023b]

        INTEGRATION: CWS changefileheader (1.7.192); FILE MERGED 2008/03/31 16:29:35 rt 1.7.192.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9edb01dea040059e7b1bfe81fabcb3191f147864]

        INTEGRATION: CWS changefileheader (1.8.34); FILE MERGED 2008/04/01 15:56:41 thb 1.8.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.8.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.8.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51ee332bd90b46c0a5fe13969fb0fce410992c3f]

        INTEGRATION: CWS changefileheader (1.8.154); FILE MERGED 2008/03/31 13:24:12 rt 1.8.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0608af8c966416980930f76d25487444aabc58db]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/31 13:26:45 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c938ff1aacdcbc6f8e4a04375abbbea7a2fc9e44]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:11 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c0af4b9dce24a912186ff13f9d1ca55944f36a3]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/03/31 16:53:38 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4993ebb23ecf97202f7a490acbe780cb09655d9f]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/04/01 12:34:22 thb 1.5.154.2: #i85898# Stripping all external header guards 2008/03/31 13:24:12 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f5e2d8e8ac3f920a531864729ca6c1912af48ee]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:11 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11f01ceb81f53a626289ff04135edf1afdb52e66]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 16:29:35 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [962617fb66eea53643718e67868734caaf166116]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:56:41 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [430989f2d64f305203787bae3d87f6ef9feaae23]

        INTEGRATION: CWS changefileheader (1.2.164); FILE MERGED 2008/03/31 16:29:34 rt 1.2.164.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [425ec9701db9892db45a14b1d58e1ca87deb860f]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:53:45 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9116af41247a0a1d3d2ff238a6f409af63c4170]

        INTEGRATION: CWS changefileheader (1.12.178); FILE MERGED 2008/03/31 13:24:11 rt 1.12.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5678b0610872f5cb1f5c73d2c66135a4366dcf9c]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/03/31 13:26:45 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8544a0de65520aab0c12f6666fa55d9b7e3e4176]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:56:40 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:45 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3f25ff8078a52ded51243ad9b1eee326b2e69d7]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:21 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:11 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28d429d74bf435002b2c541600a403855ed6ff60]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:11 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c6ebb0d3fc63b6b726289e04e13fc1afd54bba1]

        INTEGRATION: CWS changefileheader (1.22.78); FILE MERGED 2008/04/01 15:41:56 thb 1.22.78.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.22.78.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.22.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bf6ceaa3143a68d6f5184999083566bbe7a7601]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 12:53:45 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57202a7a1ae6462947a762b142cc340cd07aa94f]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/03/31 13:26:45 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a6dab57f16bda9747f626965f858f7e1559c081]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:11 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4e06ed45c7e2c2ebf2744cac3292f728f228567]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:10 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6f728477abf3a97f82584d46f4cd091fc7ff171]

        INTEGRATION: CWS changefileheader (1.9.96); FILE MERGED 2008/04/01 15:41:55 thb 1.9.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.9.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [176bd38a7b32c8f53103626b4778d6bfd8c46ebb]

        INTEGRATION: CWS changefileheader (1.6.718); FILE MERGED 2008/04/01 12:53:45 thb 1.6.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.6.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2850a197d9e97f4f6b1ea98ac56959b24174d592]

        INTEGRATION: CWS changefileheader (1.27.36); FILE MERGED 2008/03/31 13:26:45 rt 1.27.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [377816a131360d5d60fa5251edb1b50e7dfe18a9]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:24:11 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ce0c73c6bfe48f730ef6e5228b762b6d510ad47]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:41 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f12c0d45404ceadca029f5fd2cf6c15b754f683f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:10 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [655c3c74391f4dd16e582245b1867535d3376f29]

        INTEGRATION: CWS changefileheader (1.12.278); FILE MERGED 2008/04/01 15:41:55 thb 1.12.278.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.12.278.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.12.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab7fcc60c74fb68f6fa5e1e4be3e3be46bb1645c]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 12:53:45 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e117c24041a261e172de580c21c45a4ea6e01bd4]

        INTEGRATION: CWS changefileheader (1.67.36); FILE MERGED 2008/03/31 13:26:45 rt 1.67.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c4e9a43c99a765a9a7569fc34a768ec84b6ca72]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:11 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2872c733693c1ef882491bb43a898b01a876db40]

        INTEGRATION: CWS changefileheader (1.7.182); FILE MERGED 2008/04/01 15:41:55 thb 1.7.182.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.7.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b06cc814b38df7df62a0e3101a481ed36c999afe]

        INTEGRATION: CWS changefileheader (1.7.718); FILE MERGED 2008/04/01 12:53:45 thb 1.7.718.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.7.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dd81662aa70c8974ad2860ed4b9d76ef03f1aaf]

        INTEGRATION: CWS changefileheader (1.60.196); FILE MERGED 2008/03/31 13:26:45 rt 1.60.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319c09493cff06bf8cc493613d9b7246cf0b5449]

        INTEGRATION: CWS changefileheader (1.10.204); FILE MERGED 2008/04/01 15:41:55 thb 1.10.204.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.10.204.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.10.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae205f0d6bb225e82cd42ee3cc541e786e8bd6e8]

        INTEGRATION: CWS changefileheader (1.17.82); FILE MERGED 2008/03/31 13:26:45 rt 1.17.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5db51dbed6e25af06e9b758959c883d51a959455]

        INTEGRATION: CWS changefileheader (1.15.490); FILE MERGED 2008/04/01 12:53:44 thb 1.15.490.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.15.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [060bb7772ec179301a7a9477f7258788db269d0e]

        INTEGRATION: CWS changefileheader (1.6.268); FILE MERGED 2008/04/01 12:34:21 thb 1.6.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:11 rt 1.6.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de4e52beb33cfa05c0ff39c136a4fe1ec782eef5]

        INTEGRATION: CWS changefileheader (1.15.96); FILE MERGED 2008/04/01 15:41:55 thb 1.15.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:38 thb 1.15.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.15.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c813e4e65873a62ab2a747f1b546c57adbce2d1]

        INTEGRATION: CWS changefileheader (1.11.308); FILE MERGED 2008/03/31 13:26:45 rt 1.11.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b884085f9dbe4c5621fe94d22be691da23fe540]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:53:44 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f9e5f70ee3023b0da050f1e35f7cab6801764cf]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:40 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c98969d84ee40fedf10de7c5dd694e98389d128]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:09 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a0251feadb3b419840796d4e336dede13a702af]

        INTEGRATION: CWS changefileheader (1.19.278); FILE MERGED 2008/03/31 16:29:34 rt 1.19.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94602598b2d25b1ee90dd64424b8078912ad70c0]

        INTEGRATION: CWS changefileheader (1.19.146); FILE MERGED 2008/03/31 13:26:45 rt 1.19.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a56a3063b51f63996923141ea1e4a0f13a0b022e]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:53:38 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ac08b58ef0f0159a6eba61a7eb84a1b5484eb1f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:09 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b989cc38d04d06a10ccedf32d7248709c0dbb9e6]

        INTEGRATION: CWS changefileheader (1.17.96); FILE MERGED 2008/04/01 15:41:55 thb 1.17.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.17.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f017aae6a22498148e6de2908bfe39c316a1eb7b]

        INTEGRATION: CWS changefileheader (1.7.308); FILE MERGED 2008/03/31 13:26:44 rt 1.7.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [673893a7fce8bd44182cb33d9fbd1f47426635e5]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 15:56:40 thb 1.12.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac62dc17cb9f338b775582c6e1d97448c362b3b3]

        INTEGRATION: CWS changefileheader (1.9.268); FILE MERGED 2008/04/01 12:34:21 thb 1.9.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:11 rt 1.9.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [698f782ae9b503fc2bf9b49aebf4a83ed73a72da]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:09 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d9116debd12d49ff60022cc43beacc30c0285856]

        INTEGRATION: CWS changefileheader (1.3.278); FILE MERGED 2008/04/01 15:41:55 thb 1.3.278.3: #i85898# Stripping all external header guards 2008/04/01 12:41:37 thb 1.3.278.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.3.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c3beb81f4ba42f7fd5c1d4d305ac4ba43c85332]

        INTEGRATION: CWS changefileheader (1.9.258); FILE MERGED 2008/03/31 13:26:44 rt 1.9.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3d4b610c9255b60d7a2a55cc3e107a08ce62f1e]

        INTEGRATION: CWS changefileheader (1.18.326); FILE MERGED 2008/04/01 15:56:40 thb 1.18.326.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.18.326.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.18.326.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96fce22e9a64fdf87a77a6def3aadb324d35fb7e]

        INTEGRATION: CWS changefileheader (1.5.202); FILE MERGED 2008/04/01 15:41:55 thb 1.5.202.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.5.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f22ef7398bbeb8619246fbf3877fe2b8c5d3754]

        INTEGRATION: CWS changefileheader (1.17.96); FILE MERGED 2008/03/31 13:26:44 rt 1.17.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15b61bd485bec01e04a9f8b736702939feabfcdb]

        INTEGRATION: CWS changefileheader (1.25.242); FILE MERGED 2008/04/01 15:56:40 thb 1.25.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.25.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:38 rt 1.25.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8edd7c1059f342d5d83bcd59a567c98a832060c]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:39 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50b626c6a0a55d198ca5c0fc31f7ed3920cf71b6]

        INTEGRATION: CWS changefileheader (1.33.82); FILE MERGED 2008/03/31 13:26:44 rt 1.33.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03e645e55995f7702431e0cfb21228cf4460595f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:48:08 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b19ba55526fe1a21b030a95a89840354e6c9f20a]

        INTEGRATION: CWS changefileheader (1.26.84); FILE MERGED 2008/03/31 13:26:44 rt 1.26.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c6e53c863c51607a2bd0568529440f044fa06cb]

        INTEGRATION: CWS changefileheader (1.15.34); FILE MERGED 2008/04/01 15:56:39 thb 1.15.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.15.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.15.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3e7b9725faa13a11a5d90dd39317fb0d7f2ac84]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:08 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4cb8030eaea69c50768afd755f861e56840196a7]

        INTEGRATION: CWS changefileheader (1.2.142); FILE MERGED 2008/03/31 16:29:34 rt 1.2.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1f1578d7a4390c6d64828b98c1542bf00b50296]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:53:44 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bcd203f49b8873cc1ecfaccc63f6eee26e9ba41]

        INTEGRATION: CWS changefileheader (1.66.258); FILE MERGED 2008/03/31 13:26:44 rt 1.66.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07a8047b8da6a49ea9eb80665cd24e56de288b28]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:08 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d996d110efa1dd41b88d6808e068704e02fc8bc]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:24:11 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68afdefef4e6d5dac093a38bc0bfd24bd13a4fce]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:38 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a166de45954cb6616ec2be9839a30f61f5f7794a]

        INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/04/01 15:41:55 thb 1.8.78.3: #i85898# Stripping all external header guards 2008/04/01 12:41:37 thb 1.8.78.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.8.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4407b6745e07cd484d692bddca5a93c04327413]

        INTEGRATION: CWS changefileheader (1.10.34); FILE MERGED 2008/04/01 15:56:39 thb 1.10.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.10.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.10.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d71bdcaa518fed15e2789e13b6483a69b016f2ec]

        INTEGRATION: CWS changefileheader (1.19.246); FILE MERGED 2008/03/31 13:26:44 rt 1.19.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c42051a213adf9bfb20c121c0c6b7ab275c0e057]

        INTEGRATION: CWS changefileheader (1.14.96); FILE MERGED 2008/04/01 15:41:55 thb 1.14.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.14.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [898b33920de14149491dd944e8639882845c14c6]

        INTEGRATION: CWS changefileheader (1.34.82); FILE MERGED 2008/03/31 13:26:44 rt 1.34.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f93f14401049fd557cac2be0ceea342daef24d3]

        INTEGRATION: CWS changefileheader (1.22.216); FILE MERGED 2008/04/01 12:53:44 thb 1.22.216.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.22.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf477f2c469f279b9b170f09389a031a5ab461fa]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/04/01 12:34:21 thb 1.8.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87b3780cabe5c35c760271a2c3bbefdce005065b]

        INTEGRATION: CWS changefileheader (1.34.4); FILE MERGED 2008/04/01 15:41:54 thb 1.34.4.3: #i85898# Stripping all external header guards 2008/04/01 12:41:37 thb 1.34.4.2: #i85898# Stripping all external header guards 2008/03/31 16:29:34 rt 1.34.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1340dd435e4b0e0226c32796e129cfaa53cbba91]

        INTEGRATION: CWS changefileheader (1.15.258); FILE MERGED 2008/03/31 13:26:44 rt 1.15.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5a608e56278a13e635d9bb937fb4481e46ff57a]

        INTEGRATION: CWS changefileheader (1.33.34); FILE MERGED 2008/04/01 15:56:39 thb 1.33.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.33.34.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.33.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aaf7d0a5ec828766bc1797a861892ff013b0dbf]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:07 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e4e04b4ed57c802b08755339ef9ddb8293ddcbc]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:10 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86d45424da7fde81d2f72e735891649179dbda0a]

        INTEGRATION: CWS changefileheader (1.20.44); FILE MERGED 2008/04/01 15:41:54 thb 1.20.44.3: #i85898# Stripping all external header guards 2008/04/01 12:41:37 thb 1.20.44.2: #i85898# Stripping all external header guards 2008/03/31 16:29:33 rt 1.20.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58e0a018bc1e1679220d9ec9185fc919d740ec13]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:07 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c73f089d5ccff4cde0a509285a7a0b833c2dd206]

        INTEGRATION: CWS changefileheader (1.14.162); FILE MERGED 2008/03/31 13:26:44 rt 1.14.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db99c9b438d4652a72dbc03e5b29758bf35d74b4]

        INTEGRATION: CWS changefileheader (1.41.242); FILE MERGED 2008/04/01 15:56:39 thb 1.41.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.41.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.41.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [796cfda602d3d0f11de2775f66498e4a8489a48c]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:21 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3b25f70fe6fc617a7baca06b24ebbe87e3b0e8f]

        INTEGRATION: CWS changefileheader (1.4.278); FILE MERGED 2008/04/01 15:41:54 thb 1.4.278.2: #i85898# Stripping all external header guards 2008/03/31 16:29:33 rt 1.4.278.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4cc68ed17d7301a761e0eff8c25c7ddd92d7878]

        INTEGRATION: CWS changefileheader (1.25.120); FILE MERGED 2008/03/31 13:26:44 rt 1.25.120.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40b4d5a921275e63c4a83e31f57b8e6cec04c6cf]

        INTEGRATION: CWS changefileheader (1.57.32); FILE MERGED 2008/04/01 15:56:39 thb 1.57.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.57.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.57.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e25c00fc3339db9467d242217f2e4a7228d91860]

        INTEGRATION: CWS changefileheader (1.5.78); FILE MERGED 2008/04/01 15:41:53 thb 1.5.78.2: #i85898# Stripping all external header guards 2008/03/31 16:29:33 rt 1.5.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a920b93767e48353aad8ac43751117b35c280e2]

        INTEGRATION: CWS changefileheader (1.6.268); FILE MERGED 2008/04/01 12:34:21 thb 1.6.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.6.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b450125bf8d48c0ae179c679d433f638d155f695]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/04/01 15:41:53 thb 1.4.96.3: #i85898# Stripping all external header guards 2008/04/01 12:41:37 thb 1.4.96.2: #i85898# Stripping all external header guards 2008/03/31 16:29:33 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a74e427709fc782674f99f2cf6c74eb373304295]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:07 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64cabd248b99516ab7d23ab660c4b26f50321f39]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:06 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1dadf37a7e8cd1a1aab353b702842ce48ba94307]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/03/31 13:24:10 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [857ec27cde1bebe166cdb84b4318e53873ad9345]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:37 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12d3842380a29b570cc44ee137f07c98b45c8599]

        INTEGRATION: CWS changefileheader (1.26.178); FILE MERGED 2008/03/31 13:26:44 rt 1.26.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a7486b9d1dddd2ce79c3c6a06b6f3b41c023b58]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:06 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a42e76331c699919bcf5880a02fd3c2f54f39db2]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 12:53:44 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03dc5b1ad31c6cc53f3c7065b318238be05676be]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:20 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48beef232bb1e8ebeb51939789ab781c846c4ceb]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:48:06 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6a8e028d3b3f8431aacc98aae00a214c9d2d022]

        INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/04/01 15:21:29 thb 1.2.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:47 thb 1.2.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:39 rt 1.2.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [607793f83c6484e9be855babc1363e227ba47bf2]

        INTEGRATION: CWS changefileheader (1.7.390); FILE MERGED 2008/03/31 13:26:44 rt 1.7.390.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01b2122d4ce5259974e9b532b3790224c91e4a04]

        INTEGRATION: CWS changefileheader (1.7.268); FILE MERGED 2008/04/01 12:34:20 thb 1.7.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.7.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1730eea11ae736e4687a99a4c0112f001211558a]

        INTEGRATION: CWS changefileheader (1.21.32); FILE MERGED 2008/04/01 15:56:39 thb 1.21.32.3: #i85898# Stripping all external header guards 2008/04/01 12:53:44 thb 1.21.32.2: #i85898# Stripping all external header guards 2008/03/31 16:53:37 rt 1.21.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [453e548cf0de518ad342db451b57a4a0bbaf8e05]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:10 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b44b29b282f6c55b80fcb29893c05505ce014e84]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/04/01 15:21:29 thb 1.4.68.3: #i85898# Stripping all external header guards 2008/04/01 12:31:47 thb 1.4.68.2: #i85898# Stripping all external header guards 2008/03/31 16:25:39 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c8786cb7c0ea23413a9fa1c99692f8537596e31]

        INTEGRATION: CWS changefileheader (1.10.258); FILE MERGED 2008/03/31 13:26:44 rt 1.10.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61b14adf2769a0ed2ad9908691cc419599e294c0]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:53:37 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d03ab725a9bb94ab8a47b1fb48855d5d5588e620]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:06 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d11c748a763bb3ba91642983684fbb73f46f2780]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:20 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:10 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39fba03ca999aee0e8c74e7d467cd273cbce34fb]

        INTEGRATION: CWS changefileheader (1.15.14); FILE MERGED 2008/03/31 16:53:37 rt 1.15.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09e0853dfcc45c80014318f17605d430dbe8281b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:05 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfbbe35cbfd9ee7e039f0dac510a54dbf57cfef2]

        INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/04/01 15:21:28 thb 1.3.68.2: #i85898# Stripping all external header guards 2008/03/31 16:25:39 rt 1.3.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c3be857ad7ac6e4b2fee9b32978d2c676112d20]

        INTEGRATION: CWS changefileheader (1.54.196); FILE MERGED 2008/03/31 13:26:44 rt 1.54.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e8e725c3a50ba6ef655fefbc6e109555d7c7bc1]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:05 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [241f2cf3ed4b5cb348c27b04e6437c40c4bb2221]

        INTEGRATION: CWS changefileheader (1.2.114); FILE MERGED 2008/04/01 15:21:28 thb 1.2.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:47 thb 1.2.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:39 rt 1.2.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6887eb1586a40a8d074b812fc726812b0fec2ee]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:24:10 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfed8bd8db6a8387639d938906f61040e6e71ea0]

        INTEGRATION: CWS changefileheader (1.7.258); FILE MERGED 2008/03/31 13:26:43 rt 1.7.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3696c1ded48c85befb88acaa5d2ea0b12cc5fcc4]

        INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/04/01 15:21:28 thb 1.3.68.3: #i85898# Stripping all external header guards 2008/04/01 12:31:47 thb 1.3.68.2: #i85898# Stripping all external header guards 2008/03/31 16:25:39 rt 1.3.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de2511122ca5a66113390d8bc525843d09ee1453]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:24:10 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b53f135d3196d4e625fe11c9111da9a52db9c80a]

        INTEGRATION: CWS changefileheader (1.32.118); FILE MERGED 2008/03/31 13:26:43 rt 1.32.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8639bb02504136549801cc88b1139190613b3db7]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:48:05 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f84f7d79281c5e518d5af0e00b470a7b3b7d37e]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:36 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3c600b34a5bf2eae6b4d338b092230163fc2329]

        INTEGRATION: CWS changefileheader (1.14.36); FILE MERGED 2008/03/31 16:53:37 rt 1.14.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f681881e7ccf944222e857b279ba9909a2ab99b8]

        INTEGRATION: CWS changefileheader (1.9.308); FILE MERGED 2008/03/31 13:26:43 rt 1.9.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [942422e03800e8cdacad9b5e8d504f5a1aaa59fd]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 16:25:39 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a0b7bde540944fe6173a0c57126fe265f620a13]

        INTEGRATION: CWS changefileheader (1.5.154); FILE MERGED 2008/03/31 13:24:10 rt 1.5.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5c8d813e4942cf064b0e50a3b7c368ef5a380ca]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:48:04 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0da7cb0ba2cc443e520dcac04a4f066f5f6b988a]

        INTEGRATION: CWS changefileheader (1.14.372); FILE MERGED 2008/03/31 16:53:36 rt 1.14.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [442591d9acef2bb5d8a8f86adace69bbd8b66259]

        INTEGRATION: CWS changefileheader (1.6.68); FILE MERGED 2008/04/01 15:21:28 thb 1.6.68.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.6.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9218a2b0e8e088688bcd6766cd4d1f197fe7eac5]

        INTEGRATION: CWS changefileheader (1.19.224); FILE MERGED 2008/03/31 13:26:43 rt 1.19.224.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b68d602f06611f5cfd52ed0f62999bba12669284]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/03/31 13:24:07 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [329bd94ec0f218e7c65e26e90095c005361f0580]

        INTEGRATION: CWS changefileheader (1.8.902); FILE MERGED 2008/03/31 16:53:13 rt 1.8.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83c98818125a93c98616a5a2aa834ab54e8ef04c]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/04/01 15:21:28 thb 1.4.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.4.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e38ee7b28c44c710b4bd09202ff9f98259263ba7]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:04 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f997ae0fb4f6fe39d3dbb5acc2a870b528efefa]

        INTEGRATION: CWS changefileheader (1.26.36); FILE MERGED 2008/03/31 13:26:43 rt 1.26.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3361c812c12d3b17fb262128735444ca08eaeb0c]

        INTEGRATION: CWS changefileheader (1.2.202); FILE MERGED 2008/03/31 13:24:07 rt 1.2.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51e6cc63810b38a140b8a249c2997e15e652e884]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:13 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8839c6cdd30b18b73ade290d694ccd4bd40deeb7]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:48:04 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7d68b0ee489841a23a5eb3c413f6e5bb4e58e1e]

        INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/04/01 15:21:28 thb 1.13.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.13.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.13.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d27230289f52471f5e2eb43aa62ddff20ea91b5f]

        INTEGRATION: CWS changefileheader (1.8.308); FILE MERGED 2008/03/31 13:26:43 rt 1.8.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e78232eecf36c52131712bad19db64bd3d37c4c0]

        INTEGRATION: CWS changefileheader (1.20.18); FILE MERGED 2008/03/31 13:24:07 rt 1.20.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [175f771fec2bdb9af02b629672a3ce932b6773ae]

        INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/04/01 15:21:28 thb 1.8.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.8.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.8.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c07ff1cee3776e971d880e08b496a4f5e93aee31]

        INTEGRATION: CWS changefileheader (1.11.288); FILE MERGED 2008/03/31 13:26:43 rt 1.11.288.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e809e6f405d86889840931bcbffd7c162b4ea5be]

        INTEGRATION: CWS changefileheader (1.16.902); FILE MERGED 2008/03/31 16:53:13 rt 1.16.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6278537740309db721f20beb7670834f93c35f5b]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:48:03 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [135dc83b83abaf773c3434cbd8fb07e85882421b]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:24:07 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4b820a60559b791615b4dc51edd98e52e2d1654]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/03/31 16:25:38 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7319ab8926a8aa4915fcdcbe5c45f65044b5a5be]

        INTEGRATION: CWS changefileheader (1.16.258); FILE MERGED 2008/03/31 13:26:43 rt 1.16.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b293dcec0f20443452502e89448746776c60bf2]

        INTEGRATION: CWS changefileheader (1.2.152); FILE MERGED 2008/03/31 13:24:06 rt 1.2.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [244ab0245ae73c189bb3d528bbb2224250837de9]

        INTEGRATION: CWS changefileheader (1.7.18); FILE MERGED 2008/04/01 15:21:28 thb 1.7.18.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.7.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0226bc6d57ea1236a17227f64f735cbe22343761]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:35 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e550f7ba36e6807583794b3d8120be73c40747e]

        INTEGRATION: CWS changefileheader (1.33.84); FILE MERGED 2008/03/31 13:26:43 rt 1.33.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [038625170a62c1ff59dfa24a4385ae026d5d8ebd]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/31 13:24:06 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a434e7b3697e07f5651b956ccf7300c0dd1c8b42]

        INTEGRATION: CWS changefileheader (1.7.40); FILE MERGED 2008/04/01 15:21:28 thb 1.7.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.7.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.7.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4674b6d039c3d834fe516c580df4551f3ab10b0]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:12 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc620a46507eb546e0472092351a9f175fb51d4e]

        INTEGRATION: CWS changefileheader (1.96.36); FILE MERGED 2008/03/31 13:26:43 rt 1.96.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3c3b5c9b48add5cab92efb2d91bad997205f78d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [073fe887fa3326029a9933f1956cd42aa40d974d]

        INTEGRATION: CWS changefileheader (1.22.2); FILE MERGED 2008/04/01 15:21:27 thb 1.22.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.22.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.22.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd94d325ed00aa1c239b3de2a37de02e1b6b008a]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/31 13:24:06 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [449ca97603f87c318062009e30176375b37fb01c]

        INTEGRATION: CWS changefileheader (1.38.84); FILE MERGED 2008/03/31 13:26:43 rt 1.38.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16057049b7583172c94bc179dd4d331794a4674c]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 15:21:27 thb 1.5.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfd3ae1dd74d70a278915722f51fc1259c9ef501]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/31 13:24:06 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e93bc1412eae0dad0f5a6dd67bf26b7bacf20bf]

        INTEGRATION: CWS changefileheader (1.2.2); FILE MERGED 2008/04/01 15:21:27 thb 1.2.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.2.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.2.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [490a274e7ec1794d00571d2bf6d9d6884c4d4172]

        INTEGRATION: CWS changefileheader (1.94.84); FILE MERGED 2008/03/31 13:26:43 rt 1.94.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88a67d306ddf6dbe45a45d554e168486b1094e6f]

        INTEGRATION: CWS changefileheader (1.30.2); FILE MERGED 2008/04/01 15:21:27 thb 1.30.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.30.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.30.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9678cabb980c35d4a57bddb8ea9b03c639d21585]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:53:12 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53f52703a1591330f2ba9ce688c62e83643bec9e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5580a0d8c6b1e3e731484eb1378655dd4327025]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:06 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d77c5d3174948054985375c5e89d362213f1a9b8]

        INTEGRATION: CWS changefileheader (1.50.36); FILE MERGED 2008/03/31 13:26:43 rt 1.50.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c75f91696ad8732fc4530fdf25da786e1e981eb2]

        INTEGRATION: CWS changefileheader (1.25.2); FILE MERGED 2008/03/31 16:25:38 rt 1.25.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d73a4c9f67aba8495189772b5a983001c2d87765]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:34 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9824463b554a941bcb33d03f09185aefe7b095c]

        INTEGRATION: CWS changefileheader (1.155.36); FILE MERGED 2008/03/31 13:26:42 rt 1.155.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [118e498eaa81d042cc9e6f3f3623547df078fdc2]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:24:06 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dcfa5ca72327043fc5b95b10ba122d0ad6bf6a3]

        INTEGRATION: CWS changefileheader (1.9.92); FILE MERGED 2008/04/01 15:21:27 thb 1.9.92.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.9.92.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.9.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d07e9f1b4e4aa81a8b0d7e55f1105cf1c7aefba2]

        INTEGRATION: CWS changefileheader (1.14.38); FILE MERGED 2008/03/31 16:53:12 rt 1.14.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf71c050bbcc753033e66e13dc9b719b07c19885]

        INTEGRATION: CWS changefileheader (1.29.2); FILE MERGED 2008/04/01 15:21:27 thb 1.29.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.29.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.29.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1ece8346ebfd838ab5fdd02cf303e4e1ce74593]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:06 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b69347b9ef9ba546d25bc7597699e95f0c3aed7d]

        INTEGRATION: CWS changefileheader (1.28.36); FILE MERGED 2008/03/31 13:26:42 rt 1.28.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [824fe9f9deb83905305d317fbde50e683fb725e2]

        INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/03/31 13:24:06 rt 1.4.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8b05673ab5d7e8977ae2b06191a29668a83a65d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:48:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [635f2aa9deac2b96267cf806fc0a0671f9610781]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/04/01 15:21:27 thb 1.6.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c1a945467a26d156862690083ceebe389798843]

        INTEGRATION: CWS changefileheader (1.71.12); FILE MERGED 2008/03/31 13:26:42 rt 1.71.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e768db46ae42359b70cf6d9abefd82dc9b8d5bb]

        INTEGRATION: CWS changefileheader (1.15.40); FILE MERGED 2008/04/01 15:21:27 thb 1.15.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.15.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.15.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [203b13b302a9531edb2584be746dbd11c37b89ba]

        INTEGRATION: CWS changefileheader (1.132.78); FILE MERGED 2008/03/31 16:53:11 rt 1.132.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0a6e46dfe9e88a41e5ffdd5822e91347b6152db]

        INTEGRATION: CWS changefileheader (1.17.32); FILE MERGED 2008/04/01 15:21:27 thb 1.17.32.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.17.32.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.17.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f583567e98c33d3fbaaeff88b603295c011b40ef]

        INTEGRATION: CWS changefileheader (1.5.300); FILE MERGED 2008/03/31 13:26:42 rt 1.5.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80401b75d2b6a72882ee672e66a854db389e4a3c]

        INTEGRATION: CWS changefileheader (1.8.78); FILE MERGED 2008/03/31 16:53:11 rt 1.8.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a736a21f9a9663eb3077d669fe27819e7a96acb2]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:21:27 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b719905ee79b3fefa33d3c28375bf0b6baa821ea]

        INTEGRATION: CWS changefileheader (1.6.258); FILE MERGED 2008/03/31 13:26:42 rt 1.6.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d3e03ca0c7162f81381b15fe52eb2907b22f70d]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:53:11 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3995ce8bfca9cd19a7056ece3405b03bbf21e97]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:33 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d8cee623950fc2e4b96e52d55340e2cfe1af708]

        INTEGRATION: CWS changefileheader (1.8.40); FILE MERGED 2008/04/01 15:21:26 thb 1.8.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.8.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [616f3a700ec9d4267ce18727e3d547e01ab2f01e]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/03/31 13:26:42 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0a96ad0fa5e352e484237f59d9a310ce0278e68]

        INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/03/31 13:24:05 rt 1.4.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9088b3bb9e033ffee43a16874a1872ea35ac3760]

        INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/03/31 16:53:11 rt 1.12.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab77ad1dff04c19594115da4e415f91a3ca7b758]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 15:21:26 thb 1.5.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e55e9448b0d0eafcc4c9a5337ec083773c723e52]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:59 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5aea9ba14b1a75c77102a168022520f3cbe1cdc]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/03/31 13:26:42 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec40bb9562e2e75f99093b42818f0d2339ae1486]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:53:11 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae29986d3b7c57e616ff1e4e78ceb0468c6c867]

        INTEGRATION: CWS changefileheader (1.23.2); FILE MERGED 2008/04/01 15:21:26 thb 1.23.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.23.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.23.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0fd2a18fd79a050b43b88f73e2e0319531c5807]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:59 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [022e45ae410be2a2a2b78d83bf8348c98e9074db]

        INTEGRATION: CWS changefileheader (1.44.36); FILE MERGED 2008/03/31 13:26:42 rt 1.44.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22412fd4e52febfa70d219333436f1263479678c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:11 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dee20b92ac51ba3418c10eaef8723e551e3d9220]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 15:21:26 thb 1.3.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9850b17a3a3b2369ff7bcf8301e4bc1248c597b9]

        INTEGRATION: CWS changefileheader (1.16.308); FILE MERGED 2008/03/31 13:26:42 rt 1.16.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffd4e6ef898e643c45f69dc4ee0e7374e9113095]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:32 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34c651465f8190b8b7997fa112a6b794206acf8e]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/04/01 15:21:26 thb 1.8.56.3: #i85898# Stripping all external header guards 2008/04/01 12:31:46 thb 1.8.56.2: #i85898# Stripping all external header guards 2008/03/31 16:25:38 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85268e54a5d452f7d9458e12cdfa7a33b20e1ab9]

        INTEGRATION: CWS changefileheader (1.34.258); FILE MERGED 2008/03/31 13:26:42 rt 1.34.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c00f730f1e825d6ab0cdc714a42275d5e49c566]

        INTEGRATION: CWS changefileheader (1.5.228); FILE MERGED 2008/03/31 13:24:05 rt 1.5.228.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa589c03b6ebe90c488b0e7ba42c407b54e68505]

        INTEGRATION: CWS changefileheader (1.10.78); FILE MERGED 2008/03/31 16:53:11 rt 1.10.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5eaafbdf4e8c101b4419d914582e6cd199f1a7b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:58 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a364f819a3698c1566250253d176459ebe6c63b5]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 16:25:37 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61e15139d3a2b8f2d2e17b995712daa4b240c5fb]

        INTEGRATION: CWS changefileheader (1.10.308); FILE MERGED 2008/03/31 13:26:42 rt 1.10.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [310579557b37d30c6ffe695fafcfb90cc7509f23]

        INTEGRATION: CWS changefileheader (1.15.258); FILE MERGED 2008/03/31 13:26:42 rt 1.15.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddaec397dd7773a7f49eb58dbd21d89707cc8b0a]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:24:05 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [869c9c881028683ea23dd362acab39fe7f44de40]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1964ae76011dd0d8a98206d45ffb82baf9be5eef]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:05 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef9d1ca305fbfa800b3b06db0bf8876d858e0791]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/04/01 15:21:26 thb 1.6.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.6.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e0408c98cb5bbb1bf3c48b1ac546f19320b2f50]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:57 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b409b882aa5a6b25d2e6114042bbf5c9c59c3bdf]

        INTEGRATION: CWS changefileheader (1.20.2); FILE MERGED 2008/04/01 15:21:26 thb 1.20.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.20.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.20.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0872e6015ae7b72775fbad567b70acb5df4ed3e]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:08 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff62dfb6ad5015b8fca185e56e319ace03b7e9ba]

        INTEGRATION: CWS changefileheader (1.8.2); FILE MERGED 2008/04/01 15:21:26 thb 1.8.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.8.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [badcb8240919e2e10aaa465ee210cad8f45a4cc4]

        INTEGRATION: CWS changefileheader (1.23.2); FILE MERGED 2008/04/01 15:21:26 thb 1.23.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.23.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [500b59947531f17457f30c57b0461d1698d7c753]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:31 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2e601cbd93c1640152ab81b216098dbc2571a62]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/03/31 16:25:37 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a471b120ce222886e595182285cea2e55e784ab5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:56 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c58a4624ff4d38908bbd235335cdf8f9beeaf4ab]

        INTEGRATION: CWS changefileheader (1.5.40); FILE MERGED 2008/04/01 15:21:26 thb 1.5.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.5.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.5.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76357d5848761be0ccd0c13a528ffd3bdeb476c2]

        INTEGRATION: CWS changefileheader (1.18.184); FILE MERGED 2008/03/31 16:53:07 rt 1.18.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7760cfb463fcd8d389b8487f335716366468b2e3]

        INTEGRATION: CWS changefileheader (1.9.300); FILE MERGED 2008/03/31 13:26:41 rt 1.9.300.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [523f86f7dad377b2bbd6ac9085cb51895eca0269]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:21:26 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bec614917a7388919fb74e6430eebcfa726d8490]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:07 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [922361cd6d4581fa3592c6a4fced96618ec4412a]

        INTEGRATION: CWS changefileheader (1.18.258); FILE MERGED 2008/03/31 13:26:41 rt 1.18.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6017602c7a45b0ccace2061ff0544b808b0f2adf]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:41 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f745ab375f88b526263ebeb9ae3e413428598e8b]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:53:07 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8d537a235108eab83be74e2ef077d21aeaef77a]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 15:21:26 thb 1.3.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1740c3b5b42e542d82f94dc9fb9d661f3226dbe]

        INTEGRATION: CWS changefileheader (1.10.308); FILE MERGED 2008/03/31 13:26:41 rt 1.10.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaf2f86411df1c76625b8e638778c04096ceeda8]

        INTEGRATION: CWS changefileheader (1.10.2); FILE MERGED 2008/04/01 15:21:26 thb 1.10.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.10.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.10.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60fd9cef45d26bb8c0785a21faf9bb82c00e4afb]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/03/31 16:53:07 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f01b49a4c24a377a526f89fe90bf1cc1439a413]

        INTEGRATION: CWS changefileheader (1.20.36); FILE MERGED 2008/03/31 13:26:41 rt 1.20.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30146a0d14d8fc937752a4da0daefa13d12c843b]

        INTEGRATION: CWS changefileheader (1.4.266); FILE MERGED 2008/03/31 13:24:05 rt 1.4.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd9582ae63bfe731bc4ee4176b61d614953ccce1]

        INTEGRATION: CWS changefileheader (1.10.114); FILE MERGED 2008/04/01 15:21:25 thb 1.10.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.10.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.10.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [830940f1df0ca0f379badc1afaef2eee1f3426f7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:55 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a047fd2949ae70b0315210bcf6dde0fc43d310e6]

        INTEGRATION: CWS changefileheader (1.6.146); FILE MERGED 2008/03/31 13:26:41 rt 1.6.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27af1c03ad33844a90aef25ca7b2d23643ef8cf4]

        INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED 2008/04/01 15:21:25 thb 1.12.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.12.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:37 rt 1.12.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [483ed24ae96a4c8ad375b513ff5074fd4702e718]

        INTEGRATION: CWS changefileheader (1.12.84); FILE MERGED 2008/03/31 13:26:40 rt 1.12.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f432b8fc497b2b968021dc9cfbdb9e073dc1494c]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 16:53:07 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [083febc494142fb264f0ce8cdfda23ef19f2efb9]

        INTEGRATION: CWS changefileheader (1.5.34); FILE MERGED 2008/03/31 16:25:37 rt 1.5.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e73953edc21fbb98ef0d1d2e5bda7632d88b9ae]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/03/31 13:26:40 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f5eaefa23f5fa85b7b17ac510700ce323024901]

        INTEGRATION: CWS changefileheader (1.32.38); FILE MERGED 2008/03/31 16:53:07 rt 1.32.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad5658ef443d5a204e3901a73aba0afbb497a4d6]

        INTEGRATION: CWS changefileheader (1.7.34); FILE MERGED 2008/03/31 16:25:36 rt 1.7.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [895b891e5fe6014419d2aed3fe8bcf02234c8c3f]

        INTEGRATION: CWS changefileheader (1.6.36); FILE MERGED 2008/03/31 13:26:40 rt 1.6.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c99230ae4410a2e0314c9fb57c24e0d09e17d4a4]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:30 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb086d7df1d565e359c545cf96453afb36bcbe1b]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/03/31 16:25:36 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71bc1b9bde4f08053e527856033976fd53ff84ea]

        INTEGRATION: CWS changefileheader (1.3.434); FILE MERGED 2008/03/31 13:26:40 rt 1.3.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [533ac48ed0a1cae36b1a407fa61cb35536206881]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:54 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e0ebaef007184233bcaf1f9d0732c27f08a8979]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:04 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83c689c29aba673e2be3592d2c0f41c103c6421e]

        INTEGRATION: CWS changefileheader (1.2.68); FILE MERGED 2008/03/31 16:25:36 rt 1.2.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe0fd50ee4067c698e37278b69c2d214a27ca757]

        INTEGRATION: CWS changefileheader (1.9.36); FILE MERGED 2008/03/31 13:26:40 rt 1.9.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [530d6d168c0b5abb436d5f7a3f1a4619cd060723]

        INTEGRATION: CWS changefileheader (1.40.182); FILE MERGED 2008/03/31 16:53:07 rt 1.40.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d64b1fa41692dda2b45a146e5a95a60759123b9]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:54 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [644fea286e4a1df761e611e6d3b403d80190ffc1]

        INTEGRATION: CWS changefileheader (1.5.36); FILE MERGED 2008/03/31 13:26:40 rt 1.5.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5f2ff0289cbe971f1ee712dfc9a1dc44cac18f4]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 12:31:45 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f43d7c7d5d36539a4b1d03a3d6af8b13e59c951e]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/04/01 15:21:25 thb 1.4.40.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.4.40.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b80518ac7f1e5f40359ec999f9f399bab39fdf09]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:53 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4231b8865c8b5436f72c8961a94dc50e9d39579]

        INTEGRATION: CWS changefileheader (1.4.36); FILE MERGED 2008/03/31 13:26:40 rt 1.4.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7dffa84299b38a254bd3191f3af6130a8b70994]

        INTEGRATION: CWS changefileheader (1.5.114); FILE MERGED 2008/04/01 12:31:45 thb 1.5.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.5.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe1fe6a6d1667e25cc0f3adf4ae6afcebe426ff2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:53 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b786ac95256ae714962445cbd05a62d28ebf0347]

        INTEGRATION: CWS changefileheader (1.13.902); FILE MERGED 2008/03/31 16:53:07 rt 1.13.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4039ada7d233afd26c68e6a54f1db714f54af73]

        INTEGRATION: CWS changefileheader (1.4.102); FILE MERGED 2008/03/31 13:26:40 rt 1.4.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db25d5ac4a26b46c7c9d8f3dfe4397148776d6b1]

        INTEGRATION: CWS changefileheader (1.4.902); FILE MERGED 2008/03/31 16:53:07 rt 1.4.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [455b5f4694ebd84acc6db58d6217096c82734b18]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:29 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a36897ea208f355fd17858bb153fce26fd3710c6]

        INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/04/01 15:21:25 thb 1.13.2.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.13.2.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.13.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1453ee538ecc47d376d75bad5e0d380e9d5f9168]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:52 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ae3381f88e12e0fdcc5952ee3ff8e26de3ec357]

        INTEGRATION: CWS changefileheader (1.2.258); FILE MERGED 2008/03/31 13:26:40 rt 1.2.258.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b7ef6f32bf3897f74fe8602a653e91ef14d8876]

        INTEGRATION: CWS changefileheader (1.2.60); FILE MERGED 2008/03/31 16:25:36 rt 1.2.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46fe74df74550c836aabe647b142cef9cd4123e5]

        INTEGRATION: CWS changefileheader (1.5.902); FILE MERGED 2008/03/31 16:53:07 rt 1.5.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [179ba60b54b6aa66f013ba10ccb34c961e71a178]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:40 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da2ddbba9b3bf6277917e25d3e4e74aee6cb331a]

        INTEGRATION: CWS changefileheader (1.6.114); FILE MERGED 2008/04/01 15:21:25 thb 1.6.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.6.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc65cfbf7dcc5a11eca95c8b94ef25b8960329e4]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/03/31 13:24:04 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee94a6b3381b65685f619122c98de2fb12c8a0a7]

        INTEGRATION: CWS changefileheader (1.7.902); FILE MERGED 2008/03/31 16:53:07 rt 1.7.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4697c818d4b70fc534d0cc21d71fc96063241fa]

        INTEGRATION: CWS changefileheader (1.2.232); FILE MERGED 2008/03/31 13:26:40 rt 1.2.232.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef9db18738953901aae218dbe1ee18439cfd8cd9]

        INTEGRATION: CWS changefileheader (1.3.114); FILE MERGED 2008/04/01 15:21:25 thb 1.3.114.3: #i85898# Stripping all external header guards 2008/04/01 12:31:45 thb 1.3.114.2: #i85898# Stripping all external header guards 2008/03/31 16:25:36 rt 1.3.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2d722fc83d61a3bb367e7d14768de07f5d0531d]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/31 13:24:04 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [465b64ba8e53e1a49c1f3b89da8be1b185b7ec15]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/31 13:26:39 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cd5753adf104b207929e51bb07447f75c43bbdd]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:51 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37dc7d869aab1c95d4ff467bb580f1f9a2ae2933]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:28 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd41604d5235af2b1ba9a57d3e76078745333298]

        INTEGRATION: CWS changefileheader (1.4.902); FILE MERGED 2008/03/31 16:53:06 rt 1.4.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b161bc8c3de2aeb64c09157829df5ee9040279f]

        INTEGRATION: CWS changefileheader (1.5.228); FILE MERGED 2008/03/31 13:24:04 rt 1.5.228.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4c9c094413320d9824ccca18f164baaeee92650]

        INTEGRATION: CWS changefileheader (1.2.162); FILE MERGED 2008/03/31 13:26:39 rt 1.2.162.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [084f45520da1f0376e22a55ec37c629df1092676]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 15:36:41 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cf2672957d820bd32e4608876cffd0bcfe0b3de]

        INTEGRATION: CWS changefileheader (1.7.622); FILE MERGED 2008/03/31 16:53:06 rt 1.7.622.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58cea2326399690c088c7dbb0aeb71084fbe2140]

        INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/03/31 13:24:04 rt 1.8.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [815f411b2f126d0878fb9c4da7b11f63186a94ca]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:53:06 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff0867d9a8dc53d22bcac213110a9517ca3ef9e7]

        INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED 2008/03/31 13:26:39 rt 1.10.84.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24e1c35712fc3f43d668b018cfd39ba6978c61c8]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/31 13:24:04 rt 1.6.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9ffb8958976df8cf7e6eb60f5a71e5bc8880bbc]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:36:41 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e0213ada71a7f6800d3733ecff34b92fd030c1d]

        INTEGRATION: CWS changefileheader (1.4.228); FILE MERGED 2008/03/31 13:24:04 rt 1.4.228.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d064039ef4cb270b98cfc21ed985fdd7d5aa5ce]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:53:06 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1903975e1f2667d531d06b0f170dd295bb07703]

        INTEGRATION: CWS changefileheader (1.72.20); FILE MERGED 2008/03/31 13:26:39 rt 1.72.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c43d0051afb0a58326c69673b28d7755def3e23]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 15:36:41 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebec2021940e149c5020c6c0ae11ba1409ffa032]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6fd903b5a708192a60b644ec693bdca436aa2f]

        INTEGRATION: CWS changefileheader (1.16.902); FILE MERGED 2008/03/31 16:53:06 rt 1.16.902.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8755b6186cdbcf3bbdf675b721c507e9333e879]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 16:53:06 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f503cffbaa5c128114ffee87ff444513878f6c35]

        INTEGRATION: CWS changefileheader (1.2.12); FILE MERGED 2008/03/31 13:26:39 rt 1.2.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7e06f16581a5b4342998330bd25af0058878881]

        INTEGRATION: CWS changefileheader (1.6.228); FILE MERGED 2008/03/31 13:24:04 rt 1.6.228.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62946ce45292e4ded4ea97d07441712552f11f78]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:36:40 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58a6fd028c46f35ed6c75c43bfbd33879f53bc81]

        INTEGRATION: CWS changefileheader (1.6.328); FILE MERGED 2008/03/31 16:53:06 rt 1.6.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97108f5a2ad6ed340aad5e15044cf1d86c9cebc5]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [301b51aaa3f787313c70227868329b1d13aa1efe]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 15:36:40 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32da2e056724ab66ddd2bd3d3b7dd5f41af54187]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:27 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe5f1c3335bc138ecab8d3f377d7e7b2d6644fc4]

        INTEGRATION: CWS changefileheader (1.2.738); FILE MERGED 2008/03/31 16:53:06 rt 1.2.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6317b356be1b0828b88e2f7167e7b4176f02678a]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:24:04 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdc16af0e6041471e96f118c659b1f439d5c914c]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 15:36:40 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [347c31e78041ae328ce78dbc2b70bd1a721811e8]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8bb0257dfd6c401a5f377a51e1fef3371951a1f]

        INTEGRATION: CWS changefileheader (1.2.250); FILE MERGED 2008/03/31 13:24:03 rt 1.2.250.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bf2f3b8e84664c5527aa93ce3d7e87eb43a1780]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/31 13:26:39 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b2d54b5440aa46283ec4115a7f3e1d87f828319]

        INTEGRATION: CWS changefileheader (1.5.16); FILE MERGED 2008/03/28 15:36:40 rt 1.5.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [595d64f2aeb36da340767d5a9cb660184199f2d8]

        INTEGRATION: CWS changefileheader (1.2.738); FILE MERGED 2008/04/01 15:56:38 thb 1.2.738.2: #i85898# Stripping all external header guards 2008/03/31 16:53:06 rt 1.2.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1f7a8325530ac0f5bc86a8a315e7ba8fde10641]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:49 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d173bfc4fa891d03bf8b8629df8ea3bc68c2b7d]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 13:24:03 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b13967639b4d99709e36c42f97760608b66be5]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/31 13:26:39 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f16d0c1365fc39e092e54eaaa89358ae5e363e7]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:36:40 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14fee32da5c5ff6f3d6b6d2f07e8940e5c77ee55]

        INTEGRATION: CWS changefileheader (1.3.718); FILE MERGED 2008/03/31 16:53:05 rt 1.3.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07d71e74ea3875a18d24a4840cf721b7378c579b]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 13:24:03 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c665628149bde5d43c36e2d450d1a5cc29749643]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/03/28 15:36:40 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [833238444b53bf53d11e9d4d320855552aadafb3]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 13:24:03 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5820863288e0100b403e1414b749f18ce6f6baf0]

        INTEGRATION: CWS changefileheader (1.6.98); FILE MERGED 2008/03/31 13:24:03 rt 1.6.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e3efc77b192b07b6080296a06e209139468f354]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:36:40 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb1cdeb648ea42c7f82eaca64dbb0a15b35ec995]

        INTEGRATION: CWS changefileheader (1.12.154); FILE MERGED 2008/03/31 13:24:03 rt 1.12.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c3b7f7086bf68dff01bddc477318bd3c277f6f2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6ddf5fdcc40ac1c1fd8748791a13dcdc4cdcefe]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:26 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da99952547e02495ee1c8070745a4386a202ac29]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 16:53:05 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4fbbe5594e4c765a646823708d87b007a1e5f61]

        INTEGRATION: CWS changefileheader (1.30.8); FILE MERGED 2008/04/01 12:34:20 thb 1.30.8.2: #i85898# Stripping all external header guards 2008/03/31 13:24:03 rt 1.30.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d74b1131677e2b522d7ee2481bff53546e24fee0]

        INTEGRATION: CWS changefileheader (1.4.12); FILE MERGED 2008/03/28 15:36:40 rt 1.4.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [874b377e0ba7118ba91b178fedea0d4879f752e6]

        INTEGRATION: CWS changefileheader (1.3.328); FILE MERGED 2008/03/31 16:53:05 rt 1.3.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62aaef8aa0affbce33d4e00e48dfb13ec6351a87]

        INTEGRATION: CWS changefileheader (1.7.106); FILE MERGED 2008/04/01 12:34:20 thb 1.7.106.2: #i85898# Stripping all external header guards 2008/03/31 13:24:03 rt 1.7.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b47bb201c0ccd4afef4be1da5d29bcb0ffa7cca]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:36:40 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1eea98c3234d8b5c30ae8e69f2f160297b5a596d]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:09:43 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:50 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:43 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4f324b6d28b384b53861f92d98f89f67bf3f04e]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/31 13:24:03 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8677db4003cc8fbcaec0cdd917c42bb9d0db356]

        INTEGRATION: CWS changefileheader (1.8.146); FILE MERGED 2008/03/28 15:24:43 rt 1.8.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3e43f1cf5e3e58bfe9b08a62d4a4bef4367e220]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/04/01 15:25:09 thb 1.11.234.3: #i85898# Stripping all external header guards 2008/04/01 12:34:20 thb 1.11.234.2: #i85898# Stripping all external header guards 2008/03/31 13:24:03 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04bf3a16a51847fdb1b5a08b83b6f3bd255e1f3e]

        INTEGRATION: CWS changefileheader (1.9.86); FILE MERGED 2008/04/01 15:09:43 thb 1.9.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:50 thb 1.9.86.2: #i85898# Stripping all external header guards 2008/03/28 15:24:43 rt 1.9.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcce874a11779d6e53ac6ee150a653bfd9947eec]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/04/01 12:34:20 thb 1.8.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:03 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1df41000251eb8ea4daba30d05ce13c494cb4566]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:47 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8676c39dffbb26548c4ce82675180244b9d36b71]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:49 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:43 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17eb77fc82ab226ec0c14da63d17634d2202867c]

        INTEGRATION: CWS changefileheader (1.2.110); FILE MERGED 2008/03/31 13:24:03 rt 1.2.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de2ffe0aa02c9b121d1f5c43a8bfec9c3220717b]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:41 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:49 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:43 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5097180c54183eff24d5d85df34dc395e7838970]

        INTEGRATION: CWS changefileheader (1.25.38); FILE MERGED 2008/03/31 13:24:02 rt 1.25.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1243e55e8a004aeffff57e9b4d046729affb17a8]

        INTEGRATION: CWS changefileheader (1.4.328); FILE MERGED 2008/03/31 16:53:02 rt 1.4.328.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b15a8c9da77a145617df0e9d70af6abcc5022ee]

        INTEGRATION: CWS changefileheader (1.4.146); FILE MERGED 2008/03/28 15:24:43 rt 1.4.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07c131541ff59848eae18b6dee00283f30a28737]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/28 16:38:25 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a682dcdf999c017bdbf3101d8be3e88d1b3a346d]

        INTEGRATION: CWS changefileheader (1.18.110); FILE MERGED 2008/04/01 12:34:20 thb 1.18.110.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.18.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a60ed284115c55295f354ffd39cc11810da2e5c6]

        INTEGRATION: CWS changefileheader (1.2.1028); FILE MERGED 2008/03/31 16:53:02 rt 1.2.1028.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21b7b724d06b5446e3ea14585eb909f77fa76634]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:09:38 thb 1.3.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:49 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:43 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3032b8c41dbf4501eb444dc3496e5cd56896786b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:25 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9c7a63dc3ceff0efda2b51cfa9aabf03e56e1e2]

        INTEGRATION: CWS changefileheader (1.4.148); FILE MERGED 2008/04/01 12:34:19 thb 1.4.148.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.4.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b08b97845773007ae2190f02d5ed86d5ec5f3a6b]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:36:39 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [459e0a6b8df0d33af3e5e544ca0337008fe5a71a]

        INTEGRATION: CWS changefileheader (1.4.428); FILE MERGED 2008/03/31 16:53:02 rt 1.4.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2cbc364ed80ebd9dc4430c7e9b93608c2f3dd0e]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:24:02 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2d06e55843f266e8d5fb7e2b3bd3c1bf27bf3f3]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:38:25 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [972fe54c96381849b93c279cc97e8706655db449]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1154530d327d9ac88c71abcfb8d1d02a3092e874]

        INTEGRATION: CWS changefileheader (1.5.146); FILE MERGED 2008/03/28 15:24:42 rt 1.5.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff6cb3ff05a9e31dfe47f6f6ace10869b1b8300a]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 15:36:39 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae3adebb30b7f1dccf8f05e8d304fe0077b740e]

        INTEGRATION: CWS changefileheader (1.2.718); FILE MERGED 2008/03/31 16:53:02 rt 1.2.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dddcb39796cd17c565eb06b00d47d8aefb967c9b]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:19 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52acf05fb8c84751bceebd69dab94888cf38aeb9]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:09:33 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:42 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3062667d101588f1225d3b53fdc109d07b819a09]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:38:25 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [040de1cab01fe1beb9b7a18220c1e7e21989f586]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 12:53:40 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [497dc697decbc0db61f60e43cc8ee8a7ad6572ed]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:24:02 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdde599414d0dfa2214b1b8a530f849d6954f197]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6895add6dd5d57bd7d08d45f028f30824a88f2f]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/28 15:24:42 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9b2eba821adce03ff4104fe1daadda4d7c464f]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:38:24 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17719dc7f09a4ef41563700002656c821e5d6e21]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:52:46 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5167458a08f9fa7ab0357f17a6faee5b465531d3]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 12:34:19 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [094cac1deed65995927b1c8957636d0e028f624c]

        INTEGRATION: CWS changefileheader (1.11.180); FILE MERGED 2008/04/01 10:53:49 thb 1.11.180.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.11.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8006fd3f81abca724547610233b78489d1bda5ea]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:38:24 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f930d27526f792abe7d3c80bc9e2f525905e4906]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/31 16:52:46 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddb33361f5b947bf544691aa796d9afba34392b0]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:36:39 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29c49c4ef495efa9787bc82ff48f22cd1719225e]

        INTEGRATION: CWS changefileheader (1.12.180); FILE MERGED 2008/04/01 10:53:49 thb 1.12.180.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.12.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [925747596c393187fb01c0858ff7e1c7b09e8125]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:38:24 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92ee786fe5e97734c60ebb2fafab805d74a7468b]

        INTEGRATION: CWS changefileheader (1.63.36); FILE MERGED 2008/04/01 15:56:28 thb 1.63.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:40 thb 1.63.36.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.63.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0bcc7a1c3a11446d5fea85cd1a5daaef15c7678]

        INTEGRATION: CWS changefileheader (1.12.234); FILE MERGED 2008/03/31 13:24:02 rt 1.12.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f973f07f955635213aad762c86214882249bf31]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c3aa7126c35c6dc3b0dfe15f699fa106598476c]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:36:39 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4bae3b9d53bc62e8c70a086084640b5b51a0bb]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b0a8b68f20fbfb4ebb8678673b0b0dbd0f8da2c]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:29 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c81eef7e4aff159f078f0df480c58d8b9f77d1ed]

        INTEGRATION: CWS changefileheader (1.35.8); FILE MERGED 2008/03/31 13:24:02 rt 1.35.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f12cf905f9061e54f8e9c1f798576e518f3397d]

        INTEGRATION: CWS changefileheader (1.30.14); FILE MERGED 2008/04/01 15:56:28 thb 1.30.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.30.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.30.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a1579bf31dd3cbdfee75fce3ec1c2bd5a44b1d2]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:38:24 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4f4c562b9747a15671852863a09eb1f55ab170]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:45 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1105d2175ff612484b5c4191fdc59c27aae032d]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:49 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35569b9b84d74f890d1081e25c36dd10202eef94]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 13:24:02 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89c525f7af00def6cadf66300293565c3155ff3e]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:53:39 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [834a3886ec379bab90b67de6f272bf25fba3baa2]

        INTEGRATION: CWS changefileheader (1.5.252); FILE MERGED 2008/03/28 16:38:24 rt 1.5.252.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ca67cc2d05b30c472b14980bcc84434c54c6680]

        INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED 2008/03/28 15:36:39 rt 1.5.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [787d227e63542cb20b774aaf8b969ed17ddb77b4]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:48 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0b5f30f64c631a9e91be029ed56ff63ca0449a1]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/04/01 12:34:19 thb 1.12.64.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4b6c5575b2c4ce4d330e5523e296c8371ac05bd]

        INTEGRATION: CWS changefileheader (1.28.58); FILE MERGED 2008/04/01 15:56:28 thb 1.28.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.28.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.28.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7eafd9cb62001d51063242e4ca170d5a40c1d397]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:38:23 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e573095fdecbbaf8014579e06fe96138a6fc8b]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:53:48 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [026b87e1f53040902ffd469e103cb0888b5801b0]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/04/01 15:56:28 thb 1.3.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.3.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63b448137fd8dc2cbd3b432f2cfe2304a1854aef]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:38:23 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [634fc0a6fe51f3db28c6cf42cafa753f453d7f56]

        INTEGRATION: CWS changefileheader (1.5.180); FILE MERGED 2008/04/01 10:53:48 thb 1.5.180.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.5.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7618303f2f3a5548194678ffaaaa506494e00ee]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/04/01 12:34:19 thb 1.2.148.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25fa0a1f0656d32cd88fd8610b43684f0b3853d4]

        INTEGRATION: CWS changefileheader (1.22.14); FILE MERGED 2008/04/01 15:56:27 thb 1.22.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.22.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:46 rt 1.22.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b06c747642644e80d704e3e225cd8299641ac00b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:44 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d401426ccc75c6f01f17f23bdbe5768d5b0ff5e9]

        INTEGRATION: CWS changefileheader (1.6.180); FILE MERGED 2008/04/01 10:53:48 thb 1.6.180.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.6.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfe0dfee886dbb22a1563a6596285c207fd33cba]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:38:23 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74cd3f5b911127ed0a5765dfbd6f57dac416c53d]

        INTEGRATION: CWS changefileheader (1.4.128); FILE MERGED 2008/04/01 15:25:09 thb 1.4.128.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.4.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99240c54fb7e7fbd3a9eb89f8574912df33b70af]

        INTEGRATION: CWS changefileheader (1.15.630); FILE MERGED 2008/04/01 15:56:27 thb 1.15.630.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.15.630.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.15.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa8cfaed4df064a80f32f0d98da9a09a4c362906]

        INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/28 16:38:23 rt 1.10.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29587672b7cc296b87697323bb24b74ab748919d]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/28 15:24:41 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55442eae15ee3a016ed9d1dbace73295457a5440]

        INTEGRATION: CWS changefileheader (1.2.160); FILE MERGED 2008/03/31 13:24:02 rt 1.2.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debcc0fdd56bcd7c5b1c7b70ef744e152e3bce46]

        INTEGRATION: CWS changefileheader (1.4.1200); FILE MERGED 2008/04/01 15:56:27 thb 1.4.1200.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.4.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.4.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f7a128159f77d554ef9f8c1d2013ec5bf72a1b4]

        INTEGRATION: CWS changefileheader (1.3.58); FILE MERGED 2008/03/28 15:36:38 rt 1.3.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03534397f4d46a400a90654c2f115d7e55ba5954]

        INTEGRATION: CWS changefileheader (1.6.74); FILE MERGED 2008/04/01 10:53:48 thb 1.6.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.6.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc4daeae9132870a550d7801e4e50f966a1a19d8]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/28 16:38:23 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e26152a776a9394237e8ba25a99793fadd2424e]

        INTEGRATION: CWS changefileheader (1.8.378); FILE MERGED 2008/04/01 12:34:19 thb 1.8.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.8.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffcf5161819678c39f95d8e5abe0601bb7bc2b77]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:56:27 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:39 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff25a3893439690dea7a4a97a12baefc477263c0]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:36:38 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3ba358bde08d8aea20031a14eec4d2169c6b390]

        INTEGRATION: CWS changefileheader (1.7.74); FILE MERGED 2008/04/01 10:53:48 thb 1.7.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.7.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f9740dc154719085b679f3741e24524c79c9e30]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:38:23 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12d400d5596e6d50357531c908b886729809db8e]

        INTEGRATION: CWS changefileheader (1.5.178); FILE MERGED 2008/03/31 13:24:02 rt 1.5.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [111b21a71f5cca78d880681ba78437a0aeae829c]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 12:53:39 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0c95f8380de4798f013ee7c99fd80acb1f9d95b]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 15:36:38 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f94a92b02fbdccce6d923c38ce6381041adcc24]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:48 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0461a76bf850cea1d58e3e9c7d914a853e019dc2]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:38:22 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [239d30e61f07e5d71be4aa8a3f11fd6d7b962e74]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:19 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a67db5c1b5000309ea789c2dadbb9accf57b801f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:43 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67e5c04d695349045cac015ce7c2ab2d1364f2dc]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 12:53:39 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db6b25c40ad798750dc3cab4e19932def309153e]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:48 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:41 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9334dcfa1b230570249c61621bb4bc1d379e6ad3]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:38:22 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f9c26263b5f2c46b0ea51a02be53abf22ec866b]

        INTEGRATION: CWS changefileheader (1.10.234); FILE MERGED 2008/03/31 13:24:02 rt 1.10.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbe51b1877f67de794b8dd2db8fea189278cd89a]

        INTEGRATION: CWS changefileheader (1.125.34); FILE MERGED 2008/04/01 15:56:27 thb 1.125.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.125.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.125.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2daddcf8782f2b42f7da9bf40c54b34e4ef7659]

        INTEGRATION: CWS changefileheader (1.11.372); FILE MERGED 2008/03/28 15:24:40 rt 1.11.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27f90d8dcf4047fc3d24f1ef8d5a668726d67802]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:38:22 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc2f42beec423ab3ff26b324afcafdc85b4fa45e]

        INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/04/01 12:34:19 thb 1.4.268.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.4.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be059b8653bd6caa7901fa6b993006c130ed24c5]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:36:38 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5438e64f449739b557d24ea560d5aeee5a7a0518]

        INTEGRATION: CWS changefileheader (1.17.64); FILE MERGED 2008/04/01 15:09:25 thb 1.17.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:48 thb 1.17.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.17.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48b0f00976028d1197a28ee7ab9efb314a6d47de]

        INTEGRATION: CWS changefileheader (1.18.358); FILE MERGED 2008/04/01 15:56:27 thb 1.18.358.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.18.358.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.18.358.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48a588c2a848820b92523000f0597a3b07f8207f]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:38:22 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0e35ba064d09b34f26b53b4176a0988e48b16ee]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/03/31 13:24:02 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ac93d730bd615c91765d21c6a7fa19e796c7e73]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:09:24 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:48 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc3ca808ddb377cdb698a94b39281c6284b9f7ef]

        INTEGRATION: CWS changefileheader (1.45.242); FILE MERGED 2008/04/01 15:56:27 thb 1.45.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.45.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.45.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7186712219a8dd82d37e10af00b1031e9fca14bc]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/28 15:36:38 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca44533c0d4346766e6843908cbaf6b6268481fc]

        INTEGRATION: CWS changefileheader (1.40.8); FILE MERGED 2008/04/01 15:25:08 thb 1.40.8.3: #i85898# Stripping all external header guards 2008/04/01 12:34:19 thb 1.40.8.2: #i85898# Stripping all external header guards 2008/03/31 13:24:02 rt 1.40.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8e73e6688c4a6d77548f7e120f881547e6f0bbe]

        INTEGRATION: CWS changefileheader (1.20.216); FILE MERGED 2008/04/01 15:09:24 thb 1.20.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:48 thb 1.20.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.20.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2384839aecc44278ea169c7552db84eb4ebc9ed1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:42 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8da10c35f8aae6f79fa04ce1595afc53638b72e]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/04/01 12:34:19 thb 1.5.96.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06de53d6e718027108b44588d8bedb56beee539c]

        INTEGRATION: CWS changefileheader (1.10.1202); FILE MERGED 2008/04/01 15:56:26 thb 1.10.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.10.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.10.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad787f19825f73a5b6223bde152f461f0aa838c5]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 10:53:47 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [922d860d7496d7b347d443f22249299d254ff9ec]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:38:21 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76939d28136f5881c9106458e267f287284dc3b2]

        INTEGRATION: CWS changefileheader (1.3.286); FILE MERGED 2008/04/01 12:34:18 thb 1.3.286.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.3.286.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95651257042a1fba2141e5ad8f09ebf594c0257e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:42 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7736e4ad879451d5c60a609fa685a135c8136e4d]

        INTEGRATION: CWS changefileheader (1.18.38); FILE MERGED 2008/03/31 16:52:45 rt 1.18.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [434a257f5e39cc369ccd2e04f4fe694d133e4815]

        INTEGRATION: CWS changefileheader (1.16.216); FILE MERGED 2008/04/01 15:09:24 thb 1.16.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.16.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.16.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e032292ea7a9e017e7952f9d19c8bd35d1a60992]

        INTEGRATION: CWS changefileheader (1.2.292); FILE MERGED 2008/04/01 12:34:18 thb 1.2.292.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.2.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20af9bd01c0241f83b857bf479d324649b7dbac7]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:38:21 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8848fe6c46ec7cca8806808a43d7309336cd5028]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 10:53:47 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a243e6f63fa959ba1caa5d1131b690e81aeff381]

        INTEGRATION: CWS changefileheader (1.61.184); FILE MERGED 2008/04/01 15:56:26 thb 1.61.184.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.61.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b265bbcb73a7eafa728001a80344a0596b129134]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/04/01 12:34:18 thb 1.5.64.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf11ac6adec042ee491919e359a4db3d391672a5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c91174fa0638f04487a92fbfc288f3921dde214]

        INTEGRATION: CWS changefileheader (1.17.216); FILE MERGED 2008/04/01 15:09:24 thb 1.17.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.17.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.17.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5dbffcf07d5691a60160f244631e849bbdcd8fb]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:09:24 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d3dde6579296120b786222d1f0b86b6a8bb9f41]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:56:26 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4d10374e5f26f06bacec488f8cf8edd20db778e]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/04/01 12:34:18 thb 1.5.96.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [646d37efe60daa28b5d527cfccac4cb8d0506e3c]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:09:23 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83fe5d8546dcc931e7f1c835454ab7ad539af81e]

        INTEGRATION: CWS changefileheader (1.8.1200); FILE MERGED 2008/04/01 12:53:38 thb 1.8.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.8.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17f5b964a0449b19c54935b11602fda7f607e581]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:38:21 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7dfec9b2da8111d3562b077456405ef8ae7eba08]

        INTEGRATION: CWS changefileheader (1.19.96); FILE MERGED 2008/04/01 12:34:18 thb 1.19.96.2: #i85898# Stripping all external header guards 2008/03/31 13:24:01 rt 1.19.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a0286c18c6c9725e822855cae2aa0ff09e8bd70]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:41 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f1a1045cbb912fdd682037e45ca5d84078fda7a]

        INTEGRATION: CWS changefileheader (1.17.216); FILE MERGED 2008/04/01 15:09:23 thb 1.17.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.17.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.17.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75c1f32b27e1445e05d127c4d04c65b7d645335a]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:24:01 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6da348909197b4868b1b65a20a556b47041f7fa]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:38:21 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d3fc3a28bf517f916452c618b445411d3cdd6ab]

        INTEGRATION: CWS changefileheader (1.42.154); FILE MERGED 2008/04/01 15:09:23 thb 1.42.154.3: #i85898# Stripping all external header guards 2008/04/01 10:53:47 thb 1.42.154.2: #i85898# Stripping all external header guards 2008/03/28 15:24:40 rt 1.42.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ed8b5e4ee69d482509547aa12a36f98e84e507e]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:24:01 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e70b97cbe279f21fae23efe4a1e5d9cd8c04ada5]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/03/28 15:36:37 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9c503afdfb137747544cd42a78f1388ce6a1a57]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:38:21 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0266c7189feaac1492e8c5faac4987fef6542ea2]

        INTEGRATION: CWS changefileheader (1.21.340); FILE MERGED 2008/04/01 15:56:26 thb 1.21.340.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.21.340.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.21.340.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6699be69ab04f84df5060c627eb911a390e71902]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:38:20 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b36f9d0286e42fa68db7c967786b698fd1d64fc]

        INTEGRATION: CWS changefileheader (1.3.182); FILE MERGED 2008/04/01 10:53:46 thb 1.3.182.2: #i85898# Stripping all external header guards 2008/03/28 15:24:39 rt 1.3.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aacceeb1ac0c332d0fc7b62214f8f05b6d7bb67]

        INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED 2008/03/28 15:36:37 rt 1.5.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4071b078b94ad87d2c41dc5af50aae35d867729]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:24:00 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6caf1c3ddf8083e275e39ddea9f8ad0d5eaf6ab]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/28 15:24:39 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ae100a4b9ec5496fc4e1b15604b7689e3e3138d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8731974325dee6cd68b8d743887361b9a8900066]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:24:00 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c30d95b54db995e45e1757cf84e7d99445bb55b8]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 15:56:26 thb 1.2.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00bf6508258681a3f52b4b5356505c6c2bd74b7a]

        INTEGRATION: CWS changefileheader (1.4.42); FILE MERGED 2008/03/28 15:36:37 rt 1.4.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5354251b581fc267ba167d78eb2a3b3632a8bd28]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 13:24:00 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [679c9fb00a720e12895d1b75bc17adb968ed4799]

        INTEGRATION: CWS changefileheader (1.6.52); FILE MERGED 2008/03/28 16:38:20 rt 1.6.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05cfafab8d81f4a237858cb7cc875ff1aed7a0a5]

        INTEGRATION: CWS changefileheader (1.19.78); FILE MERGED 2008/04/01 12:53:38 thb 1.19.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.19.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2153cfa2ff13a8f4bef4772c29b8942fe74f411]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:38:20 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7a44f424dd26faab812c27838f0d162ed9e4c22]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:24:00 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [832fdf54a37060eede6389b3dd5adbf6b71dce9c]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/28 15:36:37 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45f62fd0c0be1ab34a460bd735a454411d93fac0]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 13:23:59 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b1d5f148f0c82a869282b0467bbb29292d0683]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f9c44f200286b03d72f927cc7a152442c4a8089]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:56:26 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:45 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [774e2ca2892e5c50cd12a9b9677595287d2056cb]

        INTEGRATION: CWS changefileheader (1.3.42); FILE MERGED 2008/03/28 15:36:37 rt 1.3.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d66f6d2a3808a91e1d02b8478c15c00c5876d4d]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:59 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0de346c71c73f938afeec547443b2eb180e6b6c1]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/28 16:38:20 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94fe859ee4f420171de1b09b40918cd2fa3a3042]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/28 15:36:37 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a16d9de0c5302c0a37cb0365654c7b5ca49392c2]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:26 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7849b38fc2c70650196e7140877f39161b391f6c]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:23:59 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e14e563f810bf8a142d06835fad21cca91468298]

        INTEGRATION: CWS changefileheader (1.15.840); FILE MERGED 2008/04/01 15:56:25 thb 1.15.840.3: #i85898# Stripping all external header guards 2008/04/01 12:53:38 thb 1.15.840.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.15.840.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [facfbc1fe983bbede655b1f76c760ae705eb3630]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:19 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a084b0b2d76647d8df0c8dffe6d51a1a4ee6ad77]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 15:19:45 thb 1.2.58.3: #i85898# Stripping all external header guards 2008/04/01 10:58:41 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/28 15:36:37 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a94421b529200d04f778adb8c35a3a168bbb234]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:59 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad0c012139d8b9d9eb0b34d36bdbae758a627c04]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/04/01 10:58:41 thb 1.4.34.2: #i85898# Stripping all external header guards 2008/03/28 15:36:37 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6247073a080feba84ea9845acf8d7cbe9eb0364f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:38 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2d1d5bfa0b24f6d6557fc10de09a827a9fa760d]

        INTEGRATION: CWS changefileheader (1.10.108); FILE MERGED 2008/04/01 12:53:38 thb 1.10.108.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.10.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67f1402d4721d6db6990b9d3f33c6b7e766a61fa]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:19 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [587ff43dc44f419ea216625c4a4e05b1038a6c49]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 15:36:36 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb05a8e96044819c72655688965967aca65f01b3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319b1879c8c621e727249d4c1cec09ff8d543f95]

        INTEGRATION: CWS changefileheader (1.7.94); FILE MERGED 2008/03/28 15:24:39 rt 1.7.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68e32300b61503c440b6f3b16304a4d35b90727d]

        INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/03/31 13:23:59 rt 1.10.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f540d08375ab66543d10d4f9aafc438273252d4]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 12:53:37 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0af58c8f4093b28a4af67a0bd04bfc8a6f317356]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/28 15:36:35 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97ab2f6abe53bd8eafbd48632a9672baeae9c7b9]

        INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED 2008/04/01 12:34:17 thb 1.11.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:59 rt 1.11.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8441151d249ba60b49d5ccde8bb1a07b90da11d6]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/28 15:24:39 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [739ecc708c60563e663118e8206f9f1ccb9ce81d]

        INTEGRATION: CWS changefileheader (1.2.428); FILE MERGED 2008/03/31 16:52:44 rt 1.2.428.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [646ca2685b295e32f7d68a98e47c669333c25e46]

        INTEGRATION: CWS changefileheader (1.2.30); FILE MERGED 2008/03/28 15:36:35 rt 1.2.30.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bcc5bc8955e92f4681099e155c956c68d0f7f5f]

        INTEGRATION: CWS changefileheader (1.24.58); FILE MERGED 2008/04/01 15:56:25 thb 1.24.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:37 thb 1.24.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.24.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2f2131b4f280fa03d19eb43197a9ddfdb08e8d1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:38 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45e08967b81eecb1c74cc04c409e77264a3a677c]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:59 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2c0cc12dfd4f2ed787819db140d0e91889a4f94]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:24:39 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [543bb812e681e6b6c238e77ee87b4a9945c52855]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/03/28 16:38:18 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65e574e902d1ccb8213f83c33b4a7cba188f9e6f]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/03/28 15:24:37 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [900bb28eeacab39feff35c6445d16c6ead04ad31]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:18 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b06534a05df19bd77975bc6593811e8150cbb17]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:37 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8586a18c5cc8f3775795722e73bf858dcdfc3486]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 12:34:17 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:59 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb69311547b5047249209942674cc7fee853ee72]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:24:37 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed42f454a13da35a137ae5f9ae833d0a38ca324b]

        INTEGRATION: CWS changefileheader (1.5.14); FILE MERGED 2008/04/01 15:56:25 thb 1.5.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:37 thb 1.5.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.5.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9d12d2b548d1127c39c56f297c1fd072e0f54f0]

        INTEGRATION: CWS changefileheader (1.53.22); FILE MERGED 2008/04/01 15:09:20 thb 1.53.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:45 thb 1.53.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:37 rt 1.53.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3d550a401dcf18b5c5a0575c55ec085eed35997]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:59 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39cd446ed700ac671163aa0d38836a2e1cb6f18e]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 13:23:58 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f927ccbf19e7dbb7d0df10fed33507f50793297]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:23:58 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90755c297cd4bf0340e7a298d791fd44547837ac]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:25 thb 1.2.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:37 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75d586f15ec6a5be84e33394540172412737a140]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 13:23:58 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fca67139b2e0441a3de3eedd879e81401ba9414e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:37 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [441dd399f30377c5bf5f03e704cb5ced458e1585]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:56:25 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 12:53:37 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1d436ffc3fec4db48987eeb14cab36999083f38]

        INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED 2008/03/31 13:23:58 rt 1.11.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fda5c2c8ebff17431dc03706f010ab72ea244c2d]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:36 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c018e120aec860480cac306e6347100cc58c6c9]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:58 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f7954cabe4143b59018defb2f586ed25f45bfa6]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:36 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea1f690515bad92ce720bb5535ce82fd99ac1fbd]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:17 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [359980ac16b462ba6f49aa5f42ad4e6ad11dcf09]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:58 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b408e9cb2846e14e569bb6dc4fee9465c68c319]

        INTEGRATION: CWS changefileheader (1.56.64); FILE MERGED 2008/04/01 15:09:20 thb 1.56.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:45 thb 1.56.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:37 rt 1.56.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0477261ca09f47dd8d6657fd810c3ca7fadf568e]

        INTEGRATION: CWS changefileheader (1.41.34); FILE MERGED 2008/04/01 15:56:25 thb 1.41.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:37 thb 1.41.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.41.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbad665382e4f51d926575aa4406a8b20e06a5a7]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:17 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5163800fb8a726198223ece83a794b57aff7413d]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:58 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd5d6a10d88684a36019c36e4033fa25d17053f8]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:47:35 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04b2a9d3fe065d9eefb57e763cfd2367d8f7a140]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 12:53:37 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddb4c6599115d329b44c962a94f2ee709834c132]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:35 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fef815a30dfa16ec753f9182a16f17361703a6a6]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:57 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce35a58247aa0e449f5b14d7cf6ecd5f36eac501]

        INTEGRATION: CWS changefileheader (1.33.22); FILE MERGED 2008/03/28 15:24:37 rt 1.33.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec3391270af6b3f18eba830abef4225e0d995788]

        INTEGRATION: CWS changefileheader (1.6.738); FILE MERGED 2008/04/01 12:53:37 thb 1.6.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.6.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb9f8c32f5cdd163de688af121ffcfc28a378a46]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:57 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79ea796d1dc80c966b064bcf210d4f8548e3eccb]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 12:53:36 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f2e88e9ef039902fb36d4013cb661de273d5257]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 13:23:57 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a466398d3b2393723f18e79def6929544f367a8]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:34 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e41858c761de2857332bd2ab7f52907a043d8e7]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:56:25 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:36 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47323860e769fa822251e1639567ac972d41c3c5]

        INTEGRATION: CWS changefileheader (1.62.22); FILE MERGED 2008/03/28 15:24:37 rt 1.62.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e6f52ee33e883d98a19b1dd34aa87a0a4c5e123]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:57 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c5f63f84a13d2263d18f02434a1e3d2c4cbf33c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:34 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [051e07ac084c6170cbf62c327b9e244a84698985]

        INTEGRATION: CWS changefileheader (1.11.630); FILE MERGED 2008/04/01 15:56:24 thb 1.11.630.3: #i85898# Stripping all external header guards 2008/04/01 12:53:36 thb 1.11.630.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.11.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cf446d49ed1a6ecc5ec9565d067046a6de488a5]

        INTEGRATION: CWS changefileheader (1.2.548); FILE MERGED 2008/04/01 12:34:17 thb 1.2.548.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c72ccc05160dfb36151442805051706f3d937b5f]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:16 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15952a5d7a02b84509634da464979399a7567dc4]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 15:56:24 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16db3ba4b7978affc9f5391fc5ebb0a91774a950]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 12:34:17 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:57 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28ac52079a9b9975074266dde92230a758b355f6]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:33 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63b3534c1ba40d0df9cfb45f52c56c347a5a257b]

        INTEGRATION: CWS changefileheader (1.21.216); FILE MERGED 2008/04/01 15:56:24 thb 1.21.216.3: #i85898# Stripping all external header guards 2008/04/01 12:53:36 thb 1.21.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:44 rt 1.21.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5aae3a17d52dd1ce14bbef18182730d73dbe5ef]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:57 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7bfd3cf232991b427a3dec19cb11b22453ce628]

        INTEGRATION: CWS changefileheader (1.7.202); FILE MERGED 2008/04/01 12:34:16 thb 1.7.202.2: #i85898# Stripping all external header guards 2008/03/31 13:23:57 rt 1.7.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99ee9b6840dc76b3b7489a4135418e79bb7ddc07]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:24 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:36 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58c854eb252c34816d04ff5d6e57f7cbf995d90a]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/04/01 12:34:16 thb 1.6.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:57 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c24ebfd9ce1be080c339da367f14508879e870e1]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:23:56 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88e18076183e8e3a9a0c0e424c79bce39358aa6f]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:43 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5a595ac4c929becc42ab23cc87c6efbf51c2fb5]

        INTEGRATION: CWS changefileheader (1.21.32); FILE MERGED 2008/03/28 15:24:37 rt 1.21.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bd6f8cbdbcf8b840cafe6c59ba2b9594562c278]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:56 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c30a57e83137390927ed75557bfd50157df9ff21]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:16 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f5a2d41d572fc0d3a1c9762c99f890210f356ee]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:53:45 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:37 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [001ebf0b0ad5ce50de3790630b7d5ed3de9cba77]

        INTEGRATION: CWS changefileheader (1.19.38); FILE MERGED 2008/04/01 15:56:24 thb 1.19.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:36 thb 1.19.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.19.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c2f3d7294c30f9b1abe4725a46e5a6240d8915a]

        INTEGRATION: CWS changefileheader (1.5.214); FILE MERGED 2008/03/31 13:23:56 rt 1.5.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7ec5510607649b34931da4fc54622f0015c0aeb]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:32 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30d9ee5e86da047406a21b7bed3481a2dba07f54]

        INTEGRATION: CWS changefileheader (1.15.136); FILE MERGED 2008/04/01 15:09:20 thb 1.15.136.3: #i85898# Stripping all external header guards 2008/04/01 10:53:45 thb 1.15.136.2: #i85898# Stripping all external header guards 2008/03/28 15:24:37 rt 1.15.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dccd82a8f1495a567d91e4f0a8f73538f32c4714]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:56:23 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [392ae74a3f58fe1cba3a11eaf8d52278192cee8f]

        INTEGRATION: CWS changefileheader (1.15.8); FILE MERGED 2008/03/31 13:23:56 rt 1.15.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f411db3782c1d967c4dc94c0582ad9ab5403dd4]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:15 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b095cf4268599a37506883483694f865b69ccee6]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/03/28 15:24:36 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b04fb22939276448455d130a44ad275b35a8af47]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:56:23 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [224f5e11691bdbeff03429f1e7d9c1ce2b982d78]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:56 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e27c0a699bd5c72b8e082c97b4a07a02fbfefaeb]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:52:43 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd0f86ae62ad3a95fd91189c03a12df1517ae38f]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 10:53:44 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:36 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d46e753c15a369a37bb22a68f64423745a0756d9]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:56 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29a12b2cf1495672ed72ef541f848b077955065d]

        INTEGRATION: CWS changefileheader (1.8.434); FILE MERGED 2008/04/01 15:56:23 thb 1.8.434.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.8.434.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.8.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d22cf12e8945e58d3a5861f98b8be3c58f15b5fe]

        INTEGRATION: CWS changefileheader (1.17.122); FILE MERGED 2008/04/01 10:53:44 thb 1.17.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:36 rt 1.17.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [874a22ab72919e6f955a17317c196601ea16d3fc]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:56 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18b6f8053e28ef5af840208ef195e57066212fd6]

        INTEGRATION: CWS changefileheader (1.13.122); FILE MERGED 2008/03/28 15:24:36 rt 1.13.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [178a03d21d89f5e74b806df94989c119cebe36a9]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 12:53:35 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f823c7a295346ca54b96d9ad807209f4a6419d46]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:23 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889236ce790f47a6423e20c07dce59d1693cb93f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:31 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a7774552bf34e695534bc6c1c1c8a4ba750fa26]

        INTEGRATION: CWS changefileheader (1.2.182); FILE MERGED 2008/03/28 15:24:36 rt 1.2.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c71df85d8611cc02e0417fb4d940988912271c]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 13:23:55 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb0b429fee8839fdc1cf6c45af322ee8d7becc65]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:23 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fa7f96ab499d96be80a7dc2ce2b6afcc753a98a]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:23:55 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8eaf9678216cf06e9f4d2fba6cefb945bb49a12d]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:15 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b27aa409a13fe36ad0e60e2fbedfcf97406c316]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/03/28 15:24:36 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21c8dde135d20fa17018708ab1bc61237494962f]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:23 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e810030a4d0da2c9aa7b3df32b3435781cfb9a2b]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:55 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [546ee082f8494d3f3d1c82f87567e554482e042e]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:14 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a989c20935618615378341b5a0136980bc9e1c]

        INTEGRATION: CWS changefileheader (1.4.122); FILE MERGED 2008/03/28 15:24:36 rt 1.4.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4462abf21242393417fdc489fef7ae136d5ff34b]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:23:55 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8a859cb69a0b5c473a06f4b0646c864889e16a1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:30 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4030e48d6db805f6d7e743eff4c2a7b623d436f9]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/03/31 16:52:43 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57f10bcd46c6b342d9900d1db8894d7ca5ec560f]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:55 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50035fedc3f1fa32ead10309fe3137b85dc758fb]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:14 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b934bf516f971f2b39fa9436a98f939e95a3d176]

        INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED 2008/03/28 15:24:36 rt 1.2.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dcb70472c0eecc8ccfcaee6b52c69cfd53781b8]

        INTEGRATION: CWS changefileheader (1.26.12); FILE MERGED 2008/04/01 15:56:22 thb 1.26.12.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.26.12.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.26.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d0537219cb3995108ca44e43526493cffde0cf3]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 12:34:16 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:55 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ca664cf5b68491a2f61e00af6b252404a3c741d]

        INTEGRATION: CWS changefileheader (1.12.276); FILE MERGED 2008/04/01 15:09:18 thb 1.12.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:44 thb 1.12.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.12.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94ed63d8f5728fb36d9d5edbfffbec5cf0714582]

        INTEGRATION: CWS changefileheader (1.2.1200); FILE MERGED 2008/04/01 12:53:35 thb 1.2.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.2.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b0b8966badf55f8e9d6dccf61354dc3c24eb3e0]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:55 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3126d547a4d3e7b0c0e4b1c525339a0017082d14]

        INTEGRATION: CWS changefileheader (1.24.62); FILE MERGED 2008/04/01 15:09:18 thb 1.24.62.3: #i85898# Stripping all external header guards 2008/04/01 10:53:44 thb 1.24.62.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.24.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9464b9a176a5a21729e5e8b01157af7564a5e748]

        INTEGRATION: CWS changefileheader (1.25.204); FILE MERGED 2008/04/01 15:56:22 thb 1.25.204.3: #i85898# Stripping all external header guards 2008/04/01 12:53:35 thb 1.25.204.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.25.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c05e24af79c0fc1341aa9c732e03c1237e16969]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:54 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae89b5f39f8542578b1bf27bd38da11d5ae95a3]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:09:18 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:44 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7bed19b2a0c7f1fa1cd10f6020f44be16c8a1922]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:54 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48587c5f5faf54018762d788a62800e51099ee92]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:13 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f9f0edfea3f56c2e77436ca9f1277f751e48f9d]

        INTEGRATION: CWS changefileheader (1.28.86); FILE MERGED 2008/04/01 15:09:18 thb 1.28.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:44 thb 1.28.86.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.28.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a434374d11708c0061007802792d08dd610e188]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:56:22 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [035b5474ae9b7fab46c43156c0922d8cb4bf7a86]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:29 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca4009e28ef4c36cee592df0c312dca9fb552c36]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/04/01 12:34:16 thb 1.4.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:54 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d56fa863301cba59449d761d922f2a35b8ef131c]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:13 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d19894feb900f1aa589f78e36741caca83a1770]

        INTEGRATION: CWS changefileheader (1.13.74); FILE MERGED 2008/04/01 15:09:18 thb 1.13.74.3: #i85898# Stripping all external header guards 2008/04/01 10:53:44 thb 1.13.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.13.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44a8419f9f0e20b24bbb1374dddafd6bcc479d3]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:56:22 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91120170ac747cf897a8fab9a9f7fcc99a4501c8]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:12 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [174e2577d879fce9baaf606c88b689cb7d916e2d]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 15:09:18 thb 1.4.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:43 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61bd34165ffbbab00283c53fd1a4bae590e088a6]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 15:56:22 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [560ca0d5999542e9493b46b5c69b4f7734a93e5b]

        INTEGRATION: CWS changefileheader (1.16.74); FILE MERGED 2008/04/01 15:09:17 thb 1.16.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.16.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d8ee701931e4026bd8d7e5c76213083c6291f7f]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:56:22 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:43 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ec5aed2c2f1ab345f52c260cfa0c87de74cc40]

        INTEGRATION: CWS changefileheader (1.7.276); FILE MERGED 2008/04/01 15:09:17 thb 1.7.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:43 thb 1.7.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:34 rt 1.7.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [978b442ef65c041a97b6f0aad27af96098635be4]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:52:42 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5904e29cfcb9ccef044f2ce179b304affa02d068]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:29 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a58bd1e876a8031cefe4f103eb1993ceb2dca68d]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/28 15:24:33 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46b6a80973b87fe01ca37a515790d59b772e5bf1]

        INTEGRATION: CWS changefileheader (1.33.38); FILE MERGED 2008/04/01 15:56:21 thb 1.33.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.33.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.33.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62e86e9195c1008142102e0ea453bcf992df9a79]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:28 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fce500d2236ba30070b33f0d711efa777fd6328]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:54 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b57a4eb0525249161c6091c558226b692a2f7d9]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:12 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9aa312c988c592bf42f3898d5fe1febd5ddb99d7]

        INTEGRATION: CWS changefileheader (1.12.276); FILE MERGED 2008/04/01 15:09:17 thb 1.12.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:43 thb 1.12.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.12.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4327aa66e6383e042af7bd32a3c7d7dab2361137]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:21 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d70d79ca75d8074df23e1bd309a494f4ef302f73]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:28 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [913dfd238c1c5e90cee9667151b6dc5da8edf5c2]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:12 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a09ec5dc4889ff7d02107e2273ebe35394129449]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/03/31 13:23:53 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60dfd07b67eecac364639c922ec2fc3ced07099b]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 10:53:43 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3275a928a0e8d18cda1e00baf28f6380c0302e29]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:53 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16fd67fd9463e1050efd973d037c4572d7ba4c08]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:56:21 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7703fad9714183a66d8fab6016fccd271abb8326]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/04/01 12:34:15 thb 1.8.8.2: #i85898# Stripping all external header guards 2008/03/31 13:23:53 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23ffce24345bc801e70ccaad07b860fc589c27d7]

        INTEGRATION: CWS changefileheader (1.4.438); FILE MERGED 2008/04/01 15:56:21 thb 1.4.438.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.4.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e20c23b0e42f1ab8ab276c22d9ffe8f1d43e1000]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:53 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afcfa8d0a4ffdb4cc9ab2773a958b18441b24d3f]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:11 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d408b124c83aad22f01bc7a3ee499e0bd445374]

        INTEGRATION: CWS changefileheader (1.5.78); FILE MERGED 2008/04/01 15:56:21 thb 1.5.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.5.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f706680f3a3dd9e9eb327348943166d550a4406b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:27 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3c23ffe07e644a3db96864d66fa0981f6d8e682]

        INTEGRATION: CWS changefileheader (1.23.22); FILE MERGED 2008/04/01 15:09:17 thb 1.23.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:43 thb 1.23.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.23.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d971a6d48d4d4e8d001979960d535102af3dfcdd]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 12:34:15 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:53 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [beca0f34202c6170382f9f7ca12d707b55c5f51d]

        INTEGRATION: CWS changefileheader (1.6.656); FILE MERGED 2008/04/01 15:56:21 thb 1.6.656.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.6.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19d5e82159e8672365cc8e283eaa6a3d0f6b799c]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:53 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1d6b7d9a2c5ea923ebf84f9643f431c32276c0e]

        INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED 2008/04/01 10:53:43 thb 1.4.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.4.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69f7c6516b4dddfe306724d365c5f19eb6306bee]

        INTEGRATION: CWS changefileheader (1.2.1768); FILE MERGED 2008/04/01 15:56:21 thb 1.2.1768.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [504c4ecb94e5802aa9003d37f4e384fab30fc83d]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 13:23:53 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e274faf3c61ff1bb62a7d764cc49e08923c3647]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 15:56:21 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4906d0657748703b0e9371acf031ad13718f73f]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:42 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4d7f7494b53f8f3e9be4a8d338584ccc6e08fa3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:27 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8d7160896a10a1a666ef3e9966b92e876f45958]

        INTEGRATION: CWS changefileheader (1.2.118); FILE MERGED 2008/03/31 13:23:52 rt 1.2.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c577eb3a236bd7450d7553c8880c783b8031e8fe]

        INTEGRATION: CWS changefileheader (1.3.1200); FILE MERGED 2008/03/31 16:52:42 rt 1.3.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67ac016b64b8aa6ff1f7fd2c9d3786d00dada9b2]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:41 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a3dd45c21f5352af6d4abdd0fe66423235b484b]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:56:20 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9db57484d09cd198898a27fe3fceee2e8cd0e94f]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:11 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [013a341f60368f7c83a00c4152d13ee368311e12]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:41 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a1266555f070c0270e39119932496b7bab8ab7b]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:56:20 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [468b74b36583bf941418cb50f478e346c46ab5c7]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:47:26 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70089201325845f9b4505cdcccba1e15310dc67f]

        INTEGRATION: CWS changefileheader (1.5.222); FILE MERGED 2008/04/01 15:09:17 thb 1.5.222.3: #i85898# Stripping all external header guards 2008/04/01 10:53:41 thb 1.5.222.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.5.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9ab6b6dd3e9b4063e80432523d2c5ab4e7bec4]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/04/01 12:34:15 thb 1.5.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:52 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efbdda25dd0a0b91e85074aa42f816de141fbb92]

        INTEGRATION: CWS changefileheader (1.21.184); FILE MERGED 2008/04/01 12:53:34 thb 1.21.184.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.21.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a795f0e45cc0851b61bbe06326857631d012741c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [808964240de47010b0dcb1824ff1d08a9c9ca338]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:52 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e17725901ff2bbf729191b1d1784ea090fd39d6]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:09:17 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:41 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:33 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c14ceef86aa65a11ca84a270cf3904e5da056f2]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:10 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01be40bae79c282bb382ddf84d50c3d4256b7e39]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 12:53:34 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efdbb9d6a2a39ecd40a2e9274260055b1eea07d8]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:23:52 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [878708bcc11f5388bf1f81172470e7c5cc84fca7]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:26 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53b6cd52869316a327d4c4340121c443e40e10fa]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:41 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:32 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e8074a2ed84977ffc0c9ed4950195dfb1babd8d]

        INTEGRATION: CWS changefileheader (1.4.934); FILE MERGED 2008/04/01 15:56:20 thb 1.4.934.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.4.934.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e23e51fae89faef4b9d426daed58876486c58583]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:34:15 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:52 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11c3e13fab08d9a4d815a169f4d1548d75252a8c]

        INTEGRATION: CWS changefileheader (1.9.62); FILE MERGED 2008/03/31 16:47:26 rt 1.9.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02eb9cac24aa418dd084223d116450d09c954efb]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:41 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:32 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [469902ac2335798375971eb105961820a82c9abd]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:10 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b78e78d0e4addcd8d2b11bfcba6d54e14291f280]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:56:20 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6534859ddd77949bc60b633fb1eaccbed0b5e742]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/04/01 12:34:15 thb 1.4.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:52 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0210c9a17675bfdf4b983fbf31d5d6e316f049a6]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:25 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aefbc763b3fa23c916ec20ab17279ebd46f7726]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:24:32 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28bef1e3f6450ac36286c4ef92d9bf488f142fa7]

        INTEGRATION: CWS changefileheader (1.26.184); FILE MERGED 2008/04/01 15:56:20 thb 1.26.184.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.26.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e43b72933bd4020e25f0f238906d6276bcf3d43]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 12:34:15 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:52 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f7875836a7050dff8384559bb3705ee6937c54c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:25 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c366fd627b7190c9620910fca9163e45aded099]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:41 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:32 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfbeb05b952ec1782a7434879664af69cf96d150]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:09 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a83ddf756e9d7e5ad4e4e223eea00836ecfd04a8]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/03/31 13:23:52 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19c3a75f97fc6bdc126209d9d15a1b6d0fde787f]

        INTEGRATION: CWS changefileheader (1.10.372); FILE MERGED 2008/04/01 15:09:16 thb 1.10.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:40 thb 1.10.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:32 rt 1.10.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e2b82e779c2f7ef82419d82dbc7a02773678759]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:56:20 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4721aa30103cc5bf3219b53356eed4c15a38bde]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/28 16:38:07 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f85b08e76486afdb712714ee80888ce613177a0]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 13:23:52 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8777e06ff297e8ebb317b82acfe4fa9984d4e1a3]

        INTEGRATION: CWS changefileheader (1.16.34); FILE MERGED 2008/04/01 15:56:20 thb 1.16.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.16.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:42 rt 1.16.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f7dd67d417b5c5963946909118fba86c1f9fb3]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:40 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d0b0bf5655142b9d2057bf11f7d72578411853]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:07 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fcafd6c913a47d795d63b58bd3e642f33e8d2a0]

        INTEGRATION: CWS changefileheader (1.11.64); FILE MERGED 2008/03/31 13:23:52 rt 1.11.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d293e72db2f79bea601c85848008a90c968dc61]

        INTEGRATION: CWS changefileheader (1.9.372); FILE MERGED 2008/04/01 15:09:16 thb 1.9.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:40 thb 1.9.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.9.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [032bb3174626ea5b4b1adba95f0ac2f1e8994431]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:24 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [770b4972b5bc327511f5d051ab9f553974d79bfe]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:52 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc0db4bf13852f02e29d572caa12d516743d0f54]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:24 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c328bfe4a602cc39fd76e061c54d2efb6e3fcdb]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 15:09:16 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d20b20a57b469717b74cdb424059345c5cb035c]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:51 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f56fbb428299037a5b17b48d3c0e63e04800fb1c]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:38:06 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25b06f69e9996481b91e5144755ff8a843d0963e]

        INTEGRATION: CWS changefileheader (1.14.738); FILE MERGED 2008/03/31 16:52:41 rt 1.14.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e57f0a1ec270398a9655f37fa6df267c54fe62be]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:06 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d11cf9db2295cf204d87873cf79ac47e855904]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:19 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a131e10d05b3514b1c79c4f0136040ac9badd32]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 10:53:40 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec5106d0052ec305e32a6aea9419bcb5d4e247e3]

        INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/03/31 13:23:51 rt 1.10.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed370d64acd15d6218cbc12f972336a23cc92568]

        INTEGRATION: CWS changefileheader (1.3.656); FILE MERGED 2008/03/31 16:52:41 rt 1.3.656.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01835f851e465f1aa7c5334aecff9db2d674abe4]

        INTEGRATION: CWS changefileheader (1.3.12); FILE MERGED 2008/03/28 16:38:06 rt 1.3.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d12ff2f42533f139d79e71b935c1c75d3e286e4f]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/28 15:24:31 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f667476194f7d96de584cbfe8608c0d44c518fcf]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:19 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98519d8514e7a61aef162cf423dd2544f9b2e07e]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:14 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:51 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da32ae8d623d59fbd07665586740c9335e62e353]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:38:06 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [684b1ba9b43afd7328b994151291a33534f6c1d5]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:47:23 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f306d91de5e963b7d333a52636d60a3ad174fce2]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/03/28 15:24:31 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92907007a3362b282d01eaca6c1cb5b9f3d82d91]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/04/01 12:34:14 thb 1.6.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:51 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5b3c036c9b98f2be3cad59e6e022820dedec229]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:56:19 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:34 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff53c21334abf777c71847dda798518f7a2dd65]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:38:05 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db0c262353a8583f7e2c14ae5e1990b5d8a46900]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:40 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32a9a6ae081e18b0748b2424d6a35e02b49a452f]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:51 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6298e427dbd491e69e19b8c2dc43cb5c0d5e87ca]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/04/01 15:56:19 thb 1.6.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a33df25e7f7b911ecd13e3b956cd9f8d03c538af]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:38:05 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60d1ddb1726f6a8e7eab9168c2f47e1a684333bd]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:23 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13eede995c73e8805b602c680faed729d71c63a2]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 15:09:16 thb 1.7.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:40 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdd163c401da0bae016e7918fbd7454fbaaaa74b]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 12:34:14 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:51 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8adfc65fe7f39982a2f9caf49b9bc73c63d518c3]

        INTEGRATION: CWS changefileheader (1.38.14); FILE MERGED 2008/04/01 15:56:19 thb 1.38.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.38.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.38.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13b34c62906f6eaeb5f43eee8277185595a365b5]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:38:05 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de5d3ffeb3fbdf15fc60a5f0a2d6747b3673195e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:23 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebb27a049909bdfd5e21bba261041b11d45c59fd]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 10:53:40 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4dff9854884a1231478e63be220a51bfe4590dc]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/04/01 12:34:14 thb 1.9.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:51 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7e69481273294b1bc2df45b4fe1419d63645247]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:38:05 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5a4604ef029d46f525f1b62dd3ed4485ed7d38d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eff39666c3310417c5fb136919f259b0321d06b5]

        INTEGRATION: CWS changefileheader (1.9.110); FILE MERGED 2008/03/28 16:38:04 rt 1.9.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0577f94f74ac3392daf6c52e236cfb4119f27953]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:22 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed133ace86a601bcbff2238286fc55a4628952f1]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:50 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aed0beb51a655ab1afc7a4c41093ffe2b5a9f93]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f3dc7eb54a6dde0376ff60c1e213bcb4de562df]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:03 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca18cbacc99cc5d3cc99c1e781b6b68209a158af]

        INTEGRATION: CWS changefileheader (1.4.78); FILE MERGED 2008/04/01 15:56:18 thb 1.4.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.4.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79a5ef57eecd55c399291f1c2f3732cdaf4ca5c6]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/03/31 13:23:50 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4908c24d47786b2e4a7951b6981ea13bc33ca03]

        INTEGRATION: CWS changefileheader (1.11.372); FILE MERGED 2008/04/01 10:53:39 thb 1.11.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.11.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6130b98f0de907003eabcb0c5af5e074d046478]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:38:03 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b347710f2058760d44e1dd2a5423988308a0a91]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:41 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d10e934e35e959f2ff7895de88141c3e2804605]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:50 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cd36cceea39a34fdad633e145883210036e53ad]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:39 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcac6558e343552533c8e29e3d448bb2ade14935]

        INTEGRATION: CWS changefileheader (1.6.294); FILE MERGED 2008/03/28 16:38:03 rt 1.6.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49c6347a7c03d4c3c482b78e87651bd3c964c9b6]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/04/01 12:34:13 thb 1.9.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:50 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27caa564c6a232392b8d5fbcc365834dca944570]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:09:15 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b097e9a05d4dc8c39c20610532ea41aad052447a]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:56:18 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb5c96c24ee670e7bb67162943d0d66d6849c10b]

        INTEGRATION: CWS changefileheader (1.9.234); FILE MERGED 2008/04/01 12:34:13 thb 1.9.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:50 rt 1.9.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af17d8da2c385709c813f2f6dd96e9a99b50dafb]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:39 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca435987e4159fbf2bccaf79d9df46d192a9dfb1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:21 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f40f9b01f9e65853b1340bde73058d3714aa4321]

        INTEGRATION: CWS changefileheader (1.13.64); FILE MERGED 2008/03/31 13:23:50 rt 1.13.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6dfb5f1bb6ffc34b87de7bf41b225a2a1780b7c]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:02 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e62d09231026fa3a722d0868e6819808ab9a0b9]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:18 thb 1.2.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e3017475bcc7386d72052b4845968db2cf98c1c]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:34:13 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:50 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0244ac39d4b59b15021c4f9a5417929d6d43f725]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:39 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:31 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f47175f20e109d5103ddfd6d27990f3b71f59eb9]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:47:21 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3df084a68c783fb2ff736585a3ebf75592e872c0]

        INTEGRATION: CWS changefileheader (1.11.56); FILE MERGED 2008/04/01 15:56:18 thb 1.11.56.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.11.56.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.11.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1485fee64657cab6c05cf9f4311529061221214d]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:37 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e19c231f7139a371b0529aace71100e4468d73fe]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/03/31 13:23:50 rt 1.8.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21ceab3be3319295a3e164ad44524a659c90c382]

        INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/28 16:38:02 rt 1.10.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4aa3e8d77eebea567b3a8ce1bf7ef30f4d7200d]

        INTEGRATION: CWS changefileheader (1.3.184); FILE MERGED 2008/03/31 16:52:41 rt 1.3.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Kurt Zenker  <kz@openoffice.org>  [03670fef1c33598558b14c15bba68dee4d20b54c]

        #i88114# accessibility fix

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8c5bf6e60e9212e97ed0ec91bff0b210ac4ee00]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:37 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53e88ca25d171fcb03c9a3e5eae1517042a5795a]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:12 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:49 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20273ef631d4337c201aef46311b8be3af5f662b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:20 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3e8b291522d22af2df10d16091020e795c11144]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:38:02 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b3599dee4cd6e74fa894a91992605df7825b1f7]

        INTEGRATION: CWS changefileheader (1.8.58); FILE MERGED 2008/04/01 12:53:33 thb 1.8.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.8.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebea054ea5cb8aa28206089fb60e6e7761015bba]

        INTEGRATION: CWS changefileheader (1.8.234); FILE MERGED 2008/04/01 12:34:12 thb 1.8.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:49 rt 1.8.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4dd209c8f372fbadbe8768c54952559805939f4]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:38:02 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34be3a730e0c1c475eb7535039a415b09e603154]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:56:18 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:41 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44cbbfc95b4fb3e5f1771f5caaf3ad7246b83bf9]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 15:09:15 thb 1.5.62.3: #i85898# Stripping all external header guards 2008/04/01 10:53:37 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3a47c5310108eada1da4efec6fe954eaeb28a85]

        INTEGRATION: CWS changefileheader (1.10.64); FILE MERGED 2008/03/31 13:23:49 rt 1.10.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ce402e40ef08bbcf16927d19dc54f81d0d859d8]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:20 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcb047c0f347e356d2b5725f785b6064b9511d87]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:02 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e78a95904c34cdf56cb9e8d3af4a497a0715d2d]

        INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED 2008/04/01 15:09:15 thb 1.13.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:37 thb 1.13.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.13.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9918add483e9b971fe90cea429e0b4d27d69ebf]

        INTEGRATION: CWS changefileheader (1.5.234); FILE MERGED 2008/03/31 13:23:49 rt 1.5.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb9a1afb64b4451cc9f0b5104a2c695e1b6dd2c]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:38:02 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48bedcfe3429984acdbe0baeec08e115e1aa7fd1]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/03/31 16:52:41 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64fbb079cb75509a4e5de97afd5ea9f339232ad]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:15 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:37 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37f6230b8ef50f0ba3dd95f244e4a85f835088de]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 12:34:12 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:49 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f906061ff1dc5f82ff47b970deb3a3c9f2dbe77]

        INTEGRATION: CWS changefileheader (1.3.292); FILE MERGED 2008/03/28 16:38:02 rt 1.3.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb119d1edb30dc78f12fc3363b64978e8ab13625]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:56:17 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [813334cac890f888aa165ae1161f77f3c915e280]

        INTEGRATION: CWS changefileheader (1.11.122); FILE MERGED 2008/04/01 10:53:37 thb 1.11.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.11.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d65cbae0d8d16760a6304813f5add6903e3dc9de]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 12:34:12 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:49 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff6500ac2bca793f7fadc7ad3edea0929f59fab9]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:19 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c56be1841b7d15faf9cd5fa03822355238d2c414]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:38:01 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62720464ce6d32bf1c505a1008b1653e8d5ccb92]

        INTEGRATION: CWS changefileheader (1.10.184); FILE MERGED 2008/04/01 15:56:17 thb 1.10.184.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.10.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7cc4a4151bf0a8d119ee90cca6fc5444c1f69c0]

        INTEGRATION: CWS changefileheader (1.3.122); FILE MERGED 2008/04/01 15:09:15 thb 1.3.122.3: #i85898# Stripping all external header guards 2008/04/01 10:53:37 thb 1.3.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.3.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3eb29ad30306864288114e7bbddf52b1e393cca5]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:49 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91c4ea69250c91397cb39e060c3c661661232a49]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:38:01 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a660d21ac094431eaa2e634893577fc1646d32b9]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 15:56:17 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36b4244781c7b7d1bf15bdba54e1f2b075934d83]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:49 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d89076fc6cc7f89ec53c2b03afed59f2a386834]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:56:17 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d51a841ddb914b5a5da95a583cebeaba174654f8]

        INTEGRATION: CWS changefileheader (1.4.52); FILE MERGED 2008/03/28 16:38:01 rt 1.4.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d328b8f17bb964742ec12ac166eef1886f748cf2]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:36 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3dab4d8f65143ac4a85948ff16b6169c766098b]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:23:49 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8b14f16074c13d7c82c266e15cde5f8b2f3aebb]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:38:01 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0902a3a8d480f06e5de17821f233dc777423c43]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:52:40 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a31a97aa9eeb02cd0408dcc92563f1dbb842d29]

        INTEGRATION: CWS changefileheader (1.9.122); FILE MERGED 2008/04/01 15:09:15 thb 1.9.122.3: #i85898# Stripping all external header guards 2008/04/01 10:53:36 thb 1.9.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.9.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ce9d7745ac3d4cb062734bee8a8d10d0fa8ada]

        INTEGRATION: CWS changefileheader (1.5.52); FILE MERGED 2008/03/28 16:38:01 rt 1.5.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8804bd6f2d1e346b969d0fa899ab8d32dea46ee7]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:49 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e68b2183bcbd6f0a170490889534da724a52a9]

        INTEGRATION: CWS changefileheader (1.2.342); FILE MERGED 2008/03/31 16:52:40 rt 1.2.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e54e2fb9ac901a985ebf747fc7e31802de99523]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 10:53:36 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0d70936410fcbc07b63f6025ccba40dae41b476]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:38:01 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff4a429d62dc5f36d61e0bbcdde67b76167a4a2c]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/04/01 12:34:12 thb 1.9.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:48 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa97ac6815b70301b20ff9cdb27355064497b31a]

        INTEGRATION: CWS changefileheader (1.14.738); FILE MERGED 2008/04/01 15:56:17 thb 1.14.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.14.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.14.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce287357c363b57cc598065bb517c8e87e17bae3]

        INTEGRATION: CWS changefileheader (1.3.64); FILE MERGED 2008/04/01 10:53:36 thb 1.3.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:30 rt 1.3.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f47ce3c82d55dda950ab1f96dd91f56db75e1a4]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:38:01 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [801db69cc0e9b89bef556611f4fb8aca2e5af710]

        INTEGRATION: CWS changefileheader (1.13.64); FILE MERGED 2008/04/01 12:34:11 thb 1.13.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:48 rt 1.13.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6182427d294cbedcedc6d350fd774c4506536bf5]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:18 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fdbe45ad97488d61f6a85fd1faa024bf6aa420a]

        INTEGRATION: CWS changefileheader (1.18.14); FILE MERGED 2008/04/01 15:56:17 thb 1.18.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.18.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.18.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af31b7dc57a9cd348c853cb6454ac44ae4f1f104]

        INTEGRATION: CWS changefileheader (1.5.102); FILE MERGED 2008/03/28 16:38:00 rt 1.5.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7716f1bc4512daaa6aadcb348c725925df8bab3]

        INTEGRATION: CWS changefileheader (1.18.22); FILE MERGED 2008/04/01 15:09:14 thb 1.18.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:36 thb 1.18.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:29 rt 1.18.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e36f1630538783308d667d498f61330225bfff1]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/03/31 13:23:48 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [105bc65092a6f5e51c9d2e3a514f85bd95d38975]

        INTEGRATION: CWS changefileheader (1.10.240); FILE MERGED 2008/04/01 15:56:17 thb 1.10.240.2: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.10.240.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da742293c91a110578cbc3e0752b96fff8cefa7a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:38:00 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3d2fb6480a6ecfb1faddfb6636510ea139a3165]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:14 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:36 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:29 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bc2456d7b24bf96a9e425d61bf525f479f2a872]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:11 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:48 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1292f62840a3efbf8f6d033ee4e5e3f16be19532]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:17 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eaa5e9fc977b623f0e51752a8dd0ce9f679bf175]

        INTEGRATION: CWS changefileheader (1.8.122); FILE MERGED 2008/04/01 10:53:36 thb 1.8.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:29 rt 1.8.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21aa723ae716b332b6d8da3cf139c5221744f525]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:38:00 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c0bf729dc634f9085e13c1e16f094bb940842a]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:34:11 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:48 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48158c45e9085ee192554a84634088aa24b39329]

        INTEGRATION: CWS changefileheader (1.11.38); FILE MERGED 2008/04/01 15:56:16 thb 1.11.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.11.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.11.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30b06354e0fd79f2148d67561b92a856926e9d1d]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/28 16:38:00 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb086a217ef215a74ad2b3a8e1421f6989e9b5f6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:18 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f129f967a1a66d665a4bc85c9609694f94b1c1e]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/03/31 13:23:48 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9236376edbf418b2d18cb741e27a931cab3430c]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:09:14 thb 1.2.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:36 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:29 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08fa9863dea45e71e8b733fc10e28947a4b768df]

        INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/28 16:38:00 rt 1.2.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08e81c2de288a057fd1af88146914f8306ac4cc2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:17 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1ca0755d50f04938abebd2d59cf817dc86c3c06]

        INTEGRATION: CWS changefileheader (1.3.592); FILE MERGED 2008/04/01 12:34:11 thb 1.3.592.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc41ac124f9f658b37b0ed9ee4ba48282f2ce2bd]

        INTEGRATION: CWS changefileheader (1.35.36); FILE MERGED 2008/04/01 15:56:16 thb 1.35.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:33 thb 1.35.36.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.35.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d72306cbff50091cc2443d09a076633fbc6fd6d8]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 10:53:35 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:29 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca43bdb01d00d2b6cf02acdf708bf7daae206c11]

        INTEGRATION: CWS changefileheader (1.5.294); FILE MERGED 2008/03/28 16:37:59 rt 1.5.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f0e07405d87c71f4a3d9ec19e091849a725b8e7]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:48 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb9112581beebfb4740819d1b2102e6c41d1b0e4]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 10:53:35 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:27 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b445547b83401964e3531c3fb7788899ca3aef1c]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/28 16:37:59 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94367d76751ce0b6726ce5afd516d5a58287dd00]

        INTEGRATION: CWS changefileheader (1.20.54); FILE MERGED 2008/04/01 15:56:16 thb 1.20.54.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.20.54.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.20.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2eb27cea5165d6d30c94dd05fcb72e0ef644189]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:35 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:27 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21cb5b126142585b8cc3d4ddb25c9f57818f38fc]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/03/31 13:23:48 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [402a885f2f5e6b2e5d268377d3759f154c6f748d]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:59 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e6b96d61bbfb56f8f544aa22418fe3476f8318d]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:56:16 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be57ae6eea284e2c5bd8be50349ee304c4102938]

        INTEGRATION: CWS changefileheader (1.14.64); FILE MERGED 2008/04/01 15:09:13 thb 1.14.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:35 thb 1.14.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:27 rt 1.14.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [287c6d0bbf8fcaf19bedf20ee34007a8a0fa1ed0]

        INTEGRATION: CWS changefileheader (1.12.96); FILE MERGED 2008/03/31 13:23:48 rt 1.12.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d76e3c7dd31204e9ee1b5a69002e9d992f6b226]

        INTEGRATION: CWS changefileheader (1.18.10); FILE MERGED 2008/03/28 16:37:59 rt 1.18.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f79951a06302bc58eb0fa539956481761517ebad]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:16 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3f503f8edb97421e50c2eecce5512e66b1b9855]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:16 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a691eb2355e5da07e2ed01dd71318ff8d222a1a9]

        INTEGRATION: CWS changefileheader (1.15.64); FILE MERGED 2008/04/01 12:34:10 thb 1.15.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:47 rt 1.15.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c972113535249a5b120b9d84426bb6668816b17]

        INTEGRATION: CWS changefileheader (1.55.34); FILE MERGED 2008/04/01 12:53:32 thb 1.55.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.55.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [792e5bb85303350b4a359ee8869cbe5615539c6d]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:34 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:27 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0e67364d1155dbc4b5d78221bbe65efbf2e42fc]

        INTEGRATION: CWS changefileheader (1.18.58); FILE MERGED 2008/04/01 12:53:32 thb 1.18.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.18.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74b9cfc755b4a62b1f3149e7f66379b5118d0fd9]

        INTEGRATION: CWS changefileheader (1.20.10); FILE MERGED 2008/03/28 16:37:58 rt 1.20.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be5cb0c4a86b424be87ebfe86e234ebd79ff73da]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:34 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:26 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7458a08c5f8ce9f15c118a987657b572dbcd1642]

        INTEGRATION: CWS changefileheader (1.12.64); FILE MERGED 2008/03/31 13:23:47 rt 1.12.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3282fd81a4c6ce77a5ec6998eb552eb82c5e140e]

        INTEGRATION: CWS changefileheader (1.9.738); FILE MERGED 2008/03/31 16:52:40 rt 1.9.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f849d63554aa2c645e31d79fe6a1c2d8c301ea9]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:37:58 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d960f79725badab3980fa82c0a55c5d896c20307]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:13 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:34 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:26 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c548260c754e9c05d6f70c4036a6061fcf14fe4]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:47 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96209b635099b4400715e8d03b0a3ea18e80ebc4]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:56:16 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea6ab6b58b6014b51a8be02fc7eae293b72a1c47]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:37:58 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfc5581365f670e8c1db2ae413189a30174c3d18]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:16 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ccd508107f4d3c1136d3af586e103d158cd3753]

        INTEGRATION: CWS changefileheader (1.12.38); FILE MERGED 2008/04/01 15:56:16 thb 1.12.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:40 rt 1.12.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c01816788645d9099995292b3a911da01289c77a]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:37:58 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cddd7a93d43a32aa74ff74a183380882d391e11b]

        INTEGRATION: CWS changefileheader (1.8.276); FILE MERGED 2008/04/01 15:09:13 thb 1.8.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:33 thb 1.8.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:26 rt 1.8.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56d03d0257a6bd341e4872a7840d9773f9abf837]

        INTEGRATION: CWS changefileheader (1.8.64); FILE MERGED 2008/04/01 12:34:10 thb 1.8.64.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d23924e69ddbaabc4056f48619fc489a7b3196c3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:15 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c85bc8378ca679c8a11023e36e990999f2c8aa0]

        INTEGRATION: CWS changefileheader (1.21.58); FILE MERGED 2008/04/01 15:56:15 thb 1.21.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.21.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.21.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b5efc6ea3463ad29be30624c62df68c988460fd]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:24:26 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f47f424e9d2f63227232aac1dd01fc6134bc599a]

        INTEGRATION: CWS changefileheader (1.12.234); FILE MERGED 2008/04/01 12:34:10 thb 1.12.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:47 rt 1.12.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be6cce411fcd946995d06b758b0e3035a630a475]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:58 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40d1022dca2986a09e45b3983415523eeaf6e0cb]

        INTEGRATION: CWS changefileheader (1.18.242); FILE MERGED 2008/04/01 15:56:15 thb 1.18.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.18.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.18.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [509e5ddba4957cb85e2e710c982fa31cb3accd2c]

        INTEGRATION: CWS changefileheader (1.17.64); FILE MERGED 2008/03/31 13:23:47 rt 1.17.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47b3668f148f2c31f50a79147bcf102f84d22356]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:15 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d260354f672db7ed1d61e68a86a82cab9a05d13b]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:56:15 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [360bde66ab687858789188be5d0d845e75f5c0ee]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/31 13:23:47 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebe51c1f50bb2de1c8ded8c14c6b79b8ffd5aa8b]

        INTEGRATION: CWS changefileheader (1.10.52); FILE MERGED 2008/03/28 16:37:57 rt 1.10.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c83681d0a09b5bc516e0b9226704a5de7da04d9]

        INTEGRATION: CWS changefileheader (1.5.64); FILE MERGED 2008/04/01 10:53:31 thb 1.5.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:26 rt 1.5.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b0cc621ea9b8a63421758dace2f1d8b9423907f]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/03/31 13:23:47 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1554807aab5fab118503a216a8184d93bbef93a]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/04/01 15:56:15 thb 1.2.184.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.2.184.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9527b9a46c4b02ecb8a5711791ecd95abc68c02]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:57 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [355489ba3225284651e2a8f264801424ccf3df1e]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:46 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ec1aded949813c086e5110c64054784aca0db7b]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:15 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [105a9a8bd83044712f2512e262d1634a981a1c4e]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:14 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8854380084bd85d10dab8665e6cb25690ac23070]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:37:57 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b05a188d185fa25fbd333682644164fae98dff4]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/03/31 13:23:46 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b723528ab15f812505d34426962f2ac066fa979]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:31 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4832df043ed8a2fde7b86bc2cc48c0763afc45fe]

        INTEGRATION: CWS changefileheader (1.2.664); FILE MERGED 2008/03/31 16:52:39 rt 1.2.664.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d047fe4cd5a14f0e5c876c4cf914a442e28d5df]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:14 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b933aba593fd37bfb41ba42aaf4e45f5c35162f6]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:57 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f5bdc4985fb3a0c40c0f2a610fd2a9f79d26270]

        INTEGRATION: CWS changefileheader (1.19.78); FILE MERGED 2008/03/31 13:23:46 rt 1.19.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0efd2d4e664f13a7ae114ad493199514c9bf190f]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:39 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [661e8ed301aa3660cfcb40a84169a90a333ae15c]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:30 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71e16cb7edec64266a40f0803333e76a4720b5f0]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:57 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69766c96c12f2bbb931a2cad965866c708b0481b]

        INTEGRATION: CWS changefileheader (1.10.152); FILE MERGED 2008/03/31 13:23:46 rt 1.10.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33578632d4ae5563d88a0b02cbe1cec4f95574d9]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:24:25 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8564ec1de284a43a79741a70cb1662f686319d81]

        INTEGRATION: CWS changefileheader (1.6.38); FILE MERGED 2008/04/01 15:56:15 thb 1.6.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.6.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.6.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84ac5c849daa420f22fc23f919ea5797bcb7a18d]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:57 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fead21975f50a05e0655c4772cbc23d2fbd34145]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:52:39 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f289319691062b96f4a8c5a39908201cd19ebacc]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:30 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a38d37cd8d4d485c59826b864dbc3f777725499]

        INTEGRATION: CWS changefileheader (1.13.152); FILE MERGED 2008/03/31 13:23:46 rt 1.13.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a93767e144fc47dbaca762a2f10bf109f377e597]

        INTEGRATION: CWS changefileheader (1.5.366); FILE MERGED 2008/04/01 15:09:12 thb 1.5.366.3: #i85898# Stripping all external header guards 2008/04/01 10:53:30 thb 1.5.366.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.5.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [738d933c6a807dd42dffc619e67bf0f74e18037b]

        INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/03/31 16:52:39 rt 1.2.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2e685ae74586c1f864c3a3cd657cbd1ad8cd464]

        INTEGRATION: CWS changefileheader (1.11.70); FILE MERGED 2008/03/28 16:37:57 rt 1.11.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbc012c81eb31ec1988ba9854f5d202c3e665837]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:13 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abcdac551b277f10ba654bf0e240764ebf37e79f]

        INTEGRATION: CWS changefileheader (1.11.152); FILE MERGED 2008/03/31 13:23:46 rt 1.11.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [672a5c492b617d2cf18dd79140ee37fc6368b5bb]

        INTEGRATION: CWS changefileheader (1.30.14); FILE MERGED 2008/04/01 15:56:15 thb 1.30.14.3: #i85898# Stripping all external header guards 2008/04/01 12:53:32 thb 1.30.14.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.30.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e83a739e160bf2147200968d7c8489ed14f359fe]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 15:09:12 thb 1.7.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:30 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10fdcc725ff0ce64bf8fd43d3bda8cfa1d488b70]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:56 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a95131fcd0b4f9eb140bd1d1edae61e5c0ee442a]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:24:25 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e182852bfda8bebaeee8b206610151d408e2dbb4]

        INTEGRATION: CWS changefileheader (1.3.354); FILE MERGED 2008/04/01 15:56:15 thb 1.3.354.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.3.354.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee77e250230a7f20f4fc7fe0210bc9c59b60396b]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:56 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7121c4b7d4db7350322ddbdf72f0ec31ba3cab43]

        INTEGRATION: CWS changefileheader (1.13.102); FILE MERGED 2008/03/31 13:23:46 rt 1.13.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49432a1cd42abc6a696c8b9184169126c20d7962]

        INTEGRATION: CWS changefileheader (1.3.1060); FILE MERGED 2008/03/31 16:52:39 rt 1.3.1060.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d16e7d5799b203b6e21da07f5af4809c82126118]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:56 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05615ed549baa15bcfb6cf18dd7b06cab1f20f5d]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:23:46 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77bcc72b56d2580bb619063ddc9ebb6a4a3d82ee]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 15:09:12 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:30 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d245f7bf0f29a66a4d47a6689145304c8f5cecfd]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/03/31 16:52:39 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e48dc0b851c448d16c701ef3af611d2bb0834dc]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/28 16:37:56 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71e50210d844bfbe496a3729f8a78a727a4d8baa]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/04/01 12:34:10 thb 1.2.78.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d239fd75ffe5deaa35a262af77168c0827424714]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:14 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2df7657e42cf47c9d7bd7a9e214ecc3f82c0266d]

        INTEGRATION: CWS changefileheader (1.16.268); FILE MERGED 2008/03/31 13:23:46 rt 1.16.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55b041d8b0e1813383a193ab3e4f00f5cccc92d0]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:37:56 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9054486b7fe5661cffc082f0325bad7acb20ced3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:12 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [757ed69e9e20416694a0c61960364970a79387ab]

        INTEGRATION: CWS changefileheader (1.4.64); FILE MERGED 2008/04/01 10:53:29 thb 1.4.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:25 rt 1.4.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [839aec9ffb3afef4600b851f5492cdfda79c1086]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:52:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d877b087767873a74fbc4734d8507cd3e9cb389]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:56 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fafb2b175c89f730dbcab1b4e9209f464e393469]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:29 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:22 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a7624108cbe21288d854133af6e083216f037b6]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/04/01 15:56:14 thb 1.3.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6579a3c32cbadb7930c6d512c18240b8a4720f0]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:37:56 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88d6819eaba35e2669cf3421fbd0fa03c3fc5955]

        INTEGRATION: CWS changefileheader (1.8.96); FILE MERGED 2008/04/01 15:25:06 thb 1.8.96.3: #i85898# Stripping all external header guards 2008/04/01 12:34:10 thb 1.8.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.8.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe166f8625359d4ce45a356d72f1fceb71cfdc97]

        INTEGRATION: CWS changefileheader (1.16.22); FILE MERGED 2008/04/01 15:09:12 thb 1.16.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:29 thb 1.16.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:22 rt 1.16.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52b8d57491e18a3e1b609b1b31dce7384c12e8c4]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 12:53:31 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f212f30580e54312f3ef7d274a9b8e95e0f107de]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:56 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6833919c65ccb2cd1c363f78964c74f55ec3b18c]

        INTEGRATION: CWS changefileheader (1.34.98); FILE MERGED 2008/03/31 13:23:46 rt 1.34.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c0b4fa991053cab735079cb958f5c21213c2a56]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:29 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:22 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53e3f278b119c348226c646d61844bd63c55a4b1]

        INTEGRATION: CWS changefileheader (1.34.342); FILE MERGED 2008/04/01 15:56:14 thb 1.34.342.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.34.342.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.34.342.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f35dc934e485b9efc34b0c1a35c9b7b67b2ed828]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:37:55 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cafe3629366513c5e7001dc87fbc17bf3e2d8186]

        INTEGRATION: CWS changefileheader (1.3.234); FILE MERGED 2008/04/01 15:25:06 thb 1.3.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.3.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b396560bb068d209edf850b2f67e9a379843e526]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 15:09:12 thb 1.6.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:29 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dda66d40e81c8d39ef60b7c7487c3864450cc937]

        INTEGRATION: CWS changefileheader (1.6.1130); FILE MERGED 2008/04/01 15:56:14 thb 1.6.1130.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.6.1130.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.6.1130.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad87902afe14f6ba440ece43ddb7d978523783fb]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:37:55 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac5b9b344fef5403f764439dd74ff35beb6db9d5]

        INTEGRATION: CWS changefileheader (1.19.268); FILE MERGED 2008/03/31 13:23:46 rt 1.19.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94886d8d9179f20b448a751084c8c3d4e25ffb15]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:11 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b7a064fdac5658e86284408e37cdc31a8203260]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:29 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08dc8982bdd5b630168574731efac721d3942d80]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:14 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [629a1ebe6cf863d4d64ce2b76385ba3a83e6eaca]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/04/01 12:34:10 thb 1.5.98.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8810db86e6e28753dde6f523b438a3e8ad92b92]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:55 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67095e04c70604228d9351e60fd0ee5703bbb525]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:12 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:29 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9675b432cd34d3d4f18157e2bf0f2a6f7eb2c1aa]

        INTEGRATION: CWS changefileheader (1.31.58); FILE MERGED 2008/03/31 16:52:39 rt 1.31.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aee548456056159584a7c60f4b011854dbb4a0c7]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:54 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27bf408bfb9f2586ab6d4051381f23904b246891]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 12:34:09 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [154a37688625c180763f87a80865b235e8f0f664]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 10:53:28 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da257cd26edbb8eaca72cfc769abc336ac0cdf0c]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:56:14 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:39 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98d3dae36d86cc9c6d9f0a63f397a8fc57f390d7]

        INTEGRATION: CWS changefileheader (1.5.152); FILE MERGED 2008/04/01 15:25:05 thb 1.5.152.3: #i85898# Stripping all external header guards 2008/04/01 12:34:09 thb 1.5.152.2: #i85898# Stripping all external header guards 2008/03/31 13:23:46 rt 1.5.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6ff7a543250b0c42fa90ba485cc60a990597bcd]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:37:54 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70f56fe7dcab9098a9700692e24401ce944f4ad5]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:28 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4871aa1a6ed59723025457abe146d710d196e3f]

        INTEGRATION: CWS changefileheader (1.11.98); FILE MERGED 2008/03/31 13:23:46 rt 1.11.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0cb49343bb5aea8ce10d1da172b31bf37539622]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:47:11 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [affc762ed372f22037ee7f00d238434d324d0c7a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:54 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0aa74343d66fc3aa23a5ff6129068e645cd92a95]

        INTEGRATION: CWS changefileheader (1.7.1082); FILE MERGED 2008/04/01 12:53:31 thb 1.7.1082.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.7.1082.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0706cb82ec40c1772e35b86fed8f39d74664d36e]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:28 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:21 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [458788649014bd3ba166c6791a7a6868698a0660]

        INTEGRATION: CWS changefileheader (1.17.242); FILE MERGED 2008/03/31 16:52:38 rt 1.17.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd796f14576258be18526d127da129fa3a7bf027]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:10 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [786288a94c90a82c45ae10e7d2c2473634fbf4ed]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:54 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e836b9a1d1422a62c0466b98ece83e799881c31b]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/04/01 15:09:12 thb 1.2.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d5b2bc538ebf7320d5d7fd1131c855f6ae8e3f4]

        INTEGRATION: CWS changefileheader (1.24.34); FILE MERGED 2008/03/31 13:23:46 rt 1.24.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c3c900cd2d54e624b7dd83f535f3d096a3bf263]

        INTEGRATION: CWS changefileheader (1.13.276); FILE MERGED 2008/04/01 10:53:28 thb 1.13.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.13.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [648cd4d02725efdbcc758a696733a210a4a4f5e6]

        INTEGRATION: CWS changefileheader (1.8.38); FILE MERGED 2008/04/01 15:56:14 thb 1.8.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.8.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.8.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a071a57b892992f5f477f31722c1aa6b8cf6ab54]

        INTEGRATION: CWS changefileheader (1.5.98); FILE MERGED 2008/03/31 13:23:46 rt 1.5.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f235bcb23bae320695ef903e0be2abd1581673d4]

        INTEGRATION: CWS changefileheader (1.17.10); FILE MERGED 2008/03/28 16:37:54 rt 1.17.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [651f80265f1678f64bd982a006b9d09e896191fb]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/03/31 16:52:38 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a765089ca3aa482d8a4363c36d54f136609bb7c]

        INTEGRATION: CWS changefileheader (1.6.138); FILE MERGED 2008/03/31 13:23:46 rt 1.6.138.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ae3be5e8a929000275bf73d0de17f84101cf09c]

        INTEGRATION: CWS changefileheader (1.19.276); FILE MERGED 2008/04/01 15:09:11 thb 1.19.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:28 thb 1.19.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.19.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35f17d2df159ac3acadf11e112500694b6946569]

        INTEGRATION: CWS changefileheader (1.14.242); FILE MERGED 2008/04/01 12:53:31 thb 1.14.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.14.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5983910c823dd658325b50950c0ce68a915ea569]

        INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/03/31 13:23:45 rt 1.16.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74e38ea136d5748a48137f5591b41e5f4e1ec0fa]

        INTEGRATION: CWS changefileheader (1.12.276); FILE MERGED 2008/04/01 10:53:27 thb 1.12.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.12.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fc120cce1575812588ad503acd92a205d5ea9a6]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 12:53:31 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ca3b9d57e7ac30ee7185f0c4d8a3740d0734f26]

        INTEGRATION: CWS changefileheader (1.33.8); FILE MERGED 2008/03/31 13:23:45 rt 1.33.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1807db7b6206b45932cccbbec0f6794b0e638364]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:09 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80b4d086d2423f3de14c3be4b7d43410e91ae7c2]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 10:53:27 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9d2b7fc6d9aa6e49fdf5ff40553073cb38f6945]

        INTEGRATION: CWS changefileheader (1.13.152); FILE MERGED 2008/03/31 13:23:45 rt 1.13.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59e009482c63cdc81f086a5432d821cd9e57073c]

        INTEGRATION: CWS changefileheader (1.24.372); FILE MERGED 2008/04/01 15:09:11 thb 1.24.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:27 thb 1.24.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.24.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e668fab77fe02aa9ec10b56219af31b57e3058]

        INTEGRATION: CWS changefileheader (1.30.426); FILE MERGED 2008/04/01 15:56:14 thb 1.30.426.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.30.426.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.30.426.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [028793ebaab3c0224c3273a1f94ba68d9e4ed65e]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 12:34:09 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:45 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0167b4f71f615b7c52e69eeb80de58a540a78960]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:24:20 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b72b83be1fcd6915981b0b2bf03f9e985e9522fc]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:37:54 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [678481457d066be02cdbaca0558c5cd4c68cdec7]

        INTEGRATION: CWS changefileheader (1.15.78); FILE MERGED 2008/03/31 13:23:45 rt 1.15.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8d3413ebe71efc1c976c0b44c6b1c0ad56a30d9]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:53 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8da37625a4299c120bf7558ea9315e24c4ab4af4]

        INTEGRATION: CWS changefileheader (1.3.214); FILE MERGED 2008/03/31 13:23:45 rt 1.3.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73748b875a7ef81f2d3f747e493009b9011047f7]

        INTEGRATION: CWS changefileheader (1.22.276); FILE MERGED 2008/04/01 15:09:11 thb 1.22.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:27 thb 1.22.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:20 rt 1.22.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e25dae86fc57e4d04b3a558d95b2dd49b42d654]

        INTEGRATION: CWS changefileheader (1.6.34); FILE MERGED 2008/04/01 15:56:13 thb 1.6.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.6.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.6.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f493f37ada2fb68c55258ceff8cf377501c702d]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:23:45 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24bbb3c60a937d4c8ccbe59b3f116071d9a43a50]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:47:08 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14e60be5fc72c90009f7472bfc3e3b2975c901a3]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/04/01 15:56:13 thb 1.8.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:31 thb 1.8.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a58637961ce9286298dda7d3d815fe8abf69fed8]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:37:53 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54aec8fe526c0160fe466da5bd7664b55ef7ca76]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:45 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08a8787c694bc9b39d0297d34fa0e2c4740b473a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:08 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35f5a25e303488b29381f4637abeaa2fe3d9cee0]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 15:09:11 thb 1.8.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:27 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fc5642d02d69a264c07b6c57a9c6137b6d21fc0]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:52:38 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05699fd066afbd4f794a8846326538bc35c38818]

        INTEGRATION: CWS changefileheader (1.35.86); FILE MERGED 2008/04/01 15:09:11 thb 1.35.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:27 thb 1.35.86.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.35.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b710eacc58a092fbdf516be8c62515a052c644]

        INTEGRATION: CWS changefileheader (1.2.718); FILE MERGED 2008/03/31 16:52:38 rt 1.2.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca91e22a931863f72c1908f113c1e339cc83c0d5]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/03/31 13:23:45 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d1941f0ca4026a4314e33fc6079f251f02849c8]

        INTEGRATION: CWS changefileheader (1.9.718); FILE MERGED 2008/04/01 15:56:13 thb 1.9.718.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.9.718.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.9.718.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57275be819639f4e42d40085e7ede7a4a3a9adaf]

        INTEGRATION: CWS changefileheader (1.12.214); FILE MERGED 2008/03/31 13:23:45 rt 1.12.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0450e0ac1ef5613b21fd5ae27755096d33f5dd26]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:56:13 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8f72602722c6fadd2fa397b5935e34ba18edd55]

        INTEGRATION: CWS changefileheader (1.11.378); FILE MERGED 2008/03/31 13:23:45 rt 1.11.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ae278505a4d16582d28a2c7f0cd5d1d4832bb15]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:07 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6add040f90c53bd3bb6c8b1b10bb24e8825a336]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:53 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [913e462cd727d396c4b6802c790847d11a6b2197]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:13 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b89e947f7d20260364860b5ef8d06df4bb3a6ea]

        INTEGRATION: CWS changefileheader (1.16.372); FILE MERGED 2008/04/01 10:53:27 thb 1.16.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.16.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22d1c17f7651fe4b4089149cad05869aea6bb202]

        INTEGRATION: CWS changefileheader (1.30.38); FILE MERGED 2008/04/01 12:34:09 thb 1.30.38.2: #i85898# Stripping all external header guards 2008/03/31 13:23:45 rt 1.30.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66199e7036432b3e4db772761f8ae3018fda05d6]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:56:13 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02c1411cdc039ec80c729b714011b80f27cf6948]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:53 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf37a31cac71d2059eacc9c1f30ebc6f074b476b]

        INTEGRATION: CWS changefileheader (1.10.288); FILE MERGED 2008/04/01 12:34:09 thb 1.10.288.2: #i85898# Stripping all external header guards 2008/03/31 13:23:45 rt 1.10.288.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20555077bfecd0642632104d945645f353690062]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:24:19 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c2c495b8fbb31ee25723ad31364b6cbb0eee447]

        INTEGRATION: CWS changefileheader (1.12.738); FILE MERGED 2008/04/01 15:56:13 thb 1.12.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.12.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.12.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd836eaa35300eb28ed5a4dad1fe5a45e61a532e]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:52 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d36d182967d75c144ce0319caed6a89dc8173392]

        INTEGRATION: CWS changefileheader (1.41.32); FILE MERGED 2008/03/31 13:23:45 rt 1.41.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59314b53118ce3c859c779c7d82c1eab428096d7]

        INTEGRATION: CWS changefileheader (1.12.242); FILE MERGED 2008/04/01 15:56:13 thb 1.12.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.12.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.12.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f6f044c5b1fedbdba1c403321496e616f3b6d22]

        INTEGRATION: CWS changefileheader (1.15.116); FILE MERGED 2008/03/31 13:23:45 rt 1.15.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6aac5386ed81844e64b9f5a4744625bbccd45f54]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:52 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54ad6931ff322f6f0298847dfd4bd6a4b9c70752]

        INTEGRATION: CWS changefileheader (1.10.1202); FILE MERGED 2008/04/01 15:56:13 thb 1.10.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.10.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.10.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fecc5e199f9767f84bb802c66a61a0247f42490]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/03/31 13:23:44 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d289531549ffb5a320df039264594b3ff4191701]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:06 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e6a2edb9b2750d24bf1e2c3e2dafe0c583633af]

        INTEGRATION: CWS changefileheader (1.10.738); FILE MERGED 2008/04/01 15:56:12 thb 1.10.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.10.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.10.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68d3181eb2fc67ab1d43c2b42818e5763c67b5f5]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 10:53:27 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84cb130b0faee94b6db6f2256e82f1882ca7fce2]

        INTEGRATION: CWS changefileheader (1.28.116); FILE MERGED 2008/04/01 12:34:09 thb 1.28.116.2: #i85898# Stripping all external header guards 2008/03/31 13:23:44 rt 1.28.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb40efc3dbf13492c78754f4c0456918d1cf719e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:06 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abd722ba79cd93ece15b568ee5ca95f0e2f4de15]

        INTEGRATION: CWS changefileheader (1.8.738); FILE MERGED 2008/04/01 15:56:12 thb 1.8.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.8.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.8.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19a9176627e278f8bdf1d6b11edf69e445e0c2ad]

        INTEGRATION: CWS changefileheader (1.35.64); FILE MERGED 2008/03/31 13:23:44 rt 1.35.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [154033103c4602844afd40278383032c8691c8f4]

        INTEGRATION: CWS changefileheader (1.7.1200); FILE MERGED 2008/04/01 15:56:12 thb 1.7.1200.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.7.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.7.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d9497a5bd95f037bd5a50dddfa5cfa4fb209ae8]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:44 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffcf4ba11ff34c514440853942a1590b78370e41]

        INTEGRATION: CWS changefileheader (1.4.434); FILE MERGED 2008/04/01 15:56:12 thb 1.4.434.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.4.434.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02c1c30d0d6128818ed38a990a0e5de66d4107c9]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:37:52 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [071e949a7540d1eb9c7b66052bd4a787933bca54]

        INTEGRATION: CWS changefileheader (1.26.126); FILE MERGED 2008/03/31 13:23:44 rt 1.26.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90e4ab335e5307de0f8b1dd38fd73698db7ecc42]

        INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/04/01 15:09:11 thb 1.22.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:27 thb 1.22.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.22.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97fb76e9f13708dd81d3cc0e4c8c8997dfa41d5e]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:56:12 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:30 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:38 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc76e191b9730de9357cca7cb0aa7ae8be68276c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:05 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27e9c24e74b18119df5e9d2cb2c99b2ce705d425]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/31 13:23:44 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13aced999bd97e037bd4ec0b46311a590657bd9b]

        INTEGRATION: CWS changefileheader (1.4.290); FILE MERGED 2008/03/28 16:37:52 rt 1.4.290.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a36a6c27473da0d35b43bb4d2208f82822a520a3]

        INTEGRATION: CWS changefileheader (1.10.372); FILE MERGED 2008/04/01 10:53:27 thb 1.10.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.10.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d477327edf0207db13c41a4b7886a026b6d92fab]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:47:05 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5556d671503e2b4a936cd8d69c6590930e944062]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:12 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2148a90d30d725a87d8d4a50bfb6f50abf037f8]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 13:23:44 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [094ac12e380ba49f2e409a8b8cf7bf13736bc225]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:37:52 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [978c75394d3d81a524cfdd797bfc4dec4e54c8c1]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 10:53:26 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0109b89c221df2db0b102f2894299b56f1c1fee5]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:05 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b96dde983d38b52c5e4cb3d4c0ffc3aee67c615f]

        INTEGRATION: CWS changefileheader (1.12.438); FILE MERGED 2008/04/01 15:56:12 thb 1.12.438.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.12.438.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.12.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [674e6c26060901ccffac006bc404d97d555dfb36]

        INTEGRATION: CWS changefileheader (1.18.236); FILE MERGED 2008/03/31 13:23:44 rt 1.18.236.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2780b66516332298f9c014890ae3aaa2b9b5104]

        INTEGRATION: CWS changefileheader (1.16.276); FILE MERGED 2008/04/01 15:09:11 thb 1.16.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:26 thb 1.16.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.16.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31f0552b93e9e06f63d9b936e16cc46aaadef1fd]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:37:51 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86801bde77c99c34b98714de454236a42c77b414]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:23:44 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [775ea7ee34245836bcd3a927bf3be856e29896e3]

        INTEGRATION: CWS changefileheader (1.7.738); FILE MERGED 2008/04/01 15:56:12 thb 1.7.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.7.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.7.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f074d71f7059c496359d08bcc59043fee1276c1b]

        INTEGRATION: CWS changefileheader (1.11.234); FILE MERGED 2008/04/01 12:34:09 thb 1.11.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:44 rt 1.11.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7979dd3e95055e92777f2069d47d768da4987b14]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:37:51 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07afef4b7710c685e9f6b7e238332826cccee48c]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:53:26 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:19 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a90019e12a2280b368afa6dad9a78589a77dec2]

        INTEGRATION: CWS changefileheader (1.4.1200); FILE MERGED 2008/04/01 15:56:12 thb 1.4.1200.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.4.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.4.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd695d52a3c64963d317a33c2ba3cb45c80a9543]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:04 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b53f9d9896fe86226aac21e34170840c3ee7e49]

        INTEGRATION: CWS changefileheader (1.43.154); FILE MERGED 2008/04/01 12:34:09 thb 1.43.154.2: #i85898# Stripping all external header guards 2008/03/31 13:23:44 rt 1.43.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b52280d047ac3519549655e5fe3cf36a02fb4076]

        INTEGRATION: CWS changefileheader (1.39.136); FILE MERGED 2008/04/01 15:09:10 thb 1.39.136.3: #i85898# Stripping all external header guards 2008/04/01 10:53:26 thb 1.39.136.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.39.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfac6ee2df50b3e8e20d48d2cfe754f0027f860a]

        INTEGRATION: CWS changefileheader (1.7.78); FILE MERGED 2008/04/01 15:56:12 thb 1.7.78.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.7.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.7.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9916c021b65685f25061956668514f81f4aa40e0]

        INTEGRATION: CWS changefileheader (1.19.268); FILE MERGED 2008/03/31 13:23:44 rt 1.19.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c037ae9301c54fc81224dca8afe00c2f739a4460]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:11 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83d3fee94dd90b752e307e6ec64cbb50e2aebee2]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:26 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31aae7ddde60d53c599e765cccabc95056abea5c]

        INTEGRATION: CWS changefileheader (1.3.14); FILE MERGED 2008/03/31 13:23:44 rt 1.3.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2014b09b28e24c1b5beebe1ce4640f267036fb44]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/04/01 15:56:11 thb 1.8.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.8.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54ad000115fd5bc1863977c432245d7d16f24616]

        INTEGRATION: CWS changefileheader (1.9.372); FILE MERGED 2008/04/01 15:09:10 thb 1.9.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:26 thb 1.9.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.9.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da37182683be713ec857518f0cc87b71205741b1]

        INTEGRATION: CWS changefileheader (1.35.116); FILE MERGED 2008/03/31 13:23:44 rt 1.35.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e6435cb83d1dad078b3d528548b25e75291da1]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:51 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31e42358201044a7199bd457b48f82a0ee74588d]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:52:37 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db9bb85b7d76a0100ac0e543648798c471683e5d]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:26 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbbe69b5d9cc7bd91d580aa7f51a5e0e821b7acb]

        INTEGRATION: CWS changefileheader (1.14.268); FILE MERGED 2008/03/31 13:23:44 rt 1.14.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db42924ebb44ce4ecfeb5f24365cf767cf8947fe]

        INTEGRATION: CWS changefileheader (1.17.10); FILE MERGED 2008/03/28 16:37:51 rt 1.17.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfeff9e31cdcbc3187fc586d94433b4bb73cce21]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:03 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f718fa77c06eb300fbc845e8dfd9af1c9d23704]

        INTEGRATION: CWS changefileheader (1.11.34); FILE MERGED 2008/04/01 15:56:11 thb 1.11.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.11.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.11.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c11931682b5eb2465f6dcff5ed00eb3be90fea83]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:26 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60639e28bab4d0d213119159cdfc22521e9df750]

        INTEGRATION: CWS changefileheader (1.38.64); FILE MERGED 2008/04/01 12:34:09 thb 1.38.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:44 rt 1.38.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41d9fef9b437c644ef4ffed5bd69429926cd8fbb]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:37:51 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27ed39de234fbd407b70c7ed52d2ba735da5cdfe]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/04/01 15:56:11 thb 1.6.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.6.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee3299af371c7118bd830a52a8c234ac460bb0d2]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:09:10 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [842dfe80b1b491d95e957970df8fe4bd97497be0]

        INTEGRATION: CWS changefileheader (1.33.78); FILE MERGED 2008/03/31 13:23:43 rt 1.33.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [592db45bede187ad43b79f60460129096d92ccbd]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/04/01 15:56:11 thb 1.7.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.7.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53efbce3107c02d49025ce9cdc37af93cf32c55e]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:51 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [384cd15bad71cbe54428d6ddf044c0971245ab61]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:25 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f0ba39e12080490775c65022ce1fe4dfcd7c1bd]

        INTEGRATION: CWS changefileheader (1.13.214); FILE MERGED 2008/03/31 13:23:43 rt 1.13.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a7b95b9ddbc403300f967e9a1ccb2b837dc9bdc]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:56:11 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e140d690dc102358905eb9b671e7e0e478ddebe3]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:03 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11d9564120ae42bb034b326dc429752dac685073]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:25 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb0e31efe3f6498fc66235c2888d4a2bfddb29b3]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:37:51 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c40084a6c5d9a93fcdbaabea7be26b172fc3af3]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:23:43 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f625570a2a6c20728618ad410b3ded9630becb8f]

        INTEGRATION: CWS changefileheader (1.9.738); FILE MERGED 2008/04/01 15:56:11 thb 1.9.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.9.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.9.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8277033162462650588f53e63a828a269d06099d]

        INTEGRATION: CWS changefileheader (1.12.372); FILE MERGED 2008/04/01 10:53:25 thb 1.12.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.12.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3b73ac6037c0fabb2207e5d5bf3a8c692d27c45]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:02 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [335ddcdf67440198b3029a66d16d9685d776aba0]

        INTEGRATION: CWS changefileheader (1.12.34); FILE MERGED 2008/04/01 12:34:08 thb 1.12.34.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.12.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [05f3d9491cc87a01bf4d6a7f8da98db9960f016c]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:51 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5346ff5721d676119739dd67983c1ac6d331008b]

        INTEGRATION: CWS changefileheader (1.2.630); FILE MERGED 2008/04/01 15:56:11 thb 1.2.630.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.2.630.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.2.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a44016abb9426387640529f0a310514e14e5f60]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [232715fc5f558c66d687c4d6c3e8c0c089420217]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:10 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:25 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d80e5abe125c218cc835eb0c6f755673ba21194]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/04/01 12:34:08 thb 1.7.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ba2cbdfa48cc29224395452be2cba82663f6b47]

        INTEGRATION: CWS changefileheader (1.10.438); FILE MERGED 2008/04/01 15:56:11 thb 1.10.438.3: #i85898# Stripping all external header guards 2008/04/01 12:53:29 thb 1.10.438.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.10.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e929b6418b2142371f21edd532664c156b2fb38]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 15:09:10 thb 1.4.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:25 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78fa8fd0ba8c79e202c51acce74498bddff1cb5b]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/04/01 12:34:08 thb 1.5.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03d3c57b673311773c1d0bba3104f0ab14dc23a6]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:50 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f7b5871bc5ad44203ce98cb7682e083c8a46c7c]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:56:11 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [754a68dc66eb1ba4a1ba522efeeb41962bd914c5]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/03/31 13:23:43 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f56a123db5fc628bb344a24e0f7dc3bd4d204b7e]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:09:10 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:25 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f934a52bc4c772c8da30e59e54cbf4abd6cccf1]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:37:50 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac9b70af95638dea1adecf4bac1b5556e57e44de]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:37 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57bd2623e5b00a423dd2951c0707cf2e25628ea8]

        INTEGRATION: CWS changefileheader (1.7.234); FILE MERGED 2008/03/31 13:23:43 rt 1.7.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df7ede2ac7234ef82358d4eede346705795bae25]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:37:50 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4529cc51042bf0cf757b861ad8f75beed119d236]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:08 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27259bad7538c4326956b760937e1940a86b2913]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 10:53:25 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b1ed9544731602e5b4c06bc97ce4b8a985238f]

        INTEGRATION: CWS changefileheader (1.16.10); FILE MERGED 2008/03/28 16:37:50 rt 1.16.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2107def446d09676a1894e0ab703495a7d5da2ad]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfb5dc0da4f5c734766b1bce30d7d24a65b61209]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/31 16:52:37 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [befe454a539b7797dcb081c85976d1557ecfa7e5]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:43 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e39f7939552a450610a0e3e4a865ce3a32787dc]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:25 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87e7b7413fc4546915975a9254264f07dfd326ca]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:37:50 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0c52356b63ed6dd131254afe4f3f819ebf98a0e]

        INTEGRATION: CWS changefileheader (1.17.34); FILE MERGED 2008/04/01 12:34:08 thb 1.17.34.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.17.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8d72c121bfb404833b174cc795c068452348750]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:50 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2d54c67af14320a9ceea5a272883884836f34c5]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:53:25 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9bd83aacc79bd74ee2697ef345fb06cd335efddd]

        INTEGRATION: CWS changefileheader (1.7.242); FILE MERGED 2008/04/01 12:53:28 thb 1.7.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.7.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db27f03d1084917e729c6b67205f61f47a442ff5]

        INTEGRATION: CWS changefileheader (1.23.64); FILE MERGED 2008/04/01 12:34:08 thb 1.23.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.23.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ff5b9b82a9d2d028b096ba2f382ecb639e81fd5]

        INTEGRATION: CWS changefileheader (1.2.370); FILE MERGED 2008/04/01 10:53:24 thb 1.2.370.2: #i85898# Stripping all external header guards 2008/03/28 15:24:18 rt 1.2.370.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5561ed36ff11a78c9f860fbaf24297ca15f50c92]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:37:49 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8120ac432b3e0db51e74b5674892d1c00144ddea]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:01 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b76e616f357a8f2a61290734b413b96b0de78512]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:11 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:37 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc24fa32e0b2aa14ca3eb8bcd04207c30f03655a]

        INTEGRATION: CWS changefileheader (1.7.236); FILE MERGED 2008/04/01 12:34:08 thb 1.7.236.2: #i85898# Stripping all external header guards 2008/03/31 13:23:43 rt 1.7.236.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [293c84846138e2f679867fd0ffb718fdee400ba1]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:24 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:17 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ed020d4c948b763fe331bdb776339171f908239]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:37:49 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5b2464f541d083b9478bbb9e600cf1d28f6af27]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:56:10 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [410487b58b80fc40b410eb63729901e7e66be59c]

        INTEGRATION: CWS changefileheader (1.7.316); FILE MERGED 2008/03/31 13:23:43 rt 1.7.316.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41de2f5b9251d506a2ceceb001dfa221cb9952b9]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:23 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:15 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cc7455830b7de490d828221aea3efe1837de7a4]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:49 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a52d421a0e867b29005ddf95c83428a71e7e049]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:47:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a03388ad9fc5bc1cef87886fb7caf65e0f0175e2]

        INTEGRATION: CWS changefileheader (1.62.38); FILE MERGED 2008/04/01 15:56:10 thb 1.62.38.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.62.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.62.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a79b5e770f20495aeef63a6f77241a76d848b1e]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/04/01 15:09:10 thb 1.10.8.3: #i85898# Stripping all external header guards 2008/04/01 10:53:23 thb 1.10.8.2: #i85898# Stripping all external header guards 2008/03/28 15:24:15 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b07ad93bab4fa5cba8d6193e672f276000c03338]

        INTEGRATION: CWS changefileheader (1.11.208); FILE MERGED 2008/03/31 13:23:43 rt 1.11.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [813f8cc2b26b5b47f253ad5c88add969cb1d286f]

        INTEGRATION: CWS changefileheader (1.8.1200); FILE MERGED 2008/04/01 15:56:10 thb 1.8.1200.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.8.1200.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.8.1200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [daf1007a716e4253e7b22b97a65b5c39c5e022cc]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:22 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:15 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9b2ff1e298cae82cd56f06b758b71a280cd8cd0]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 13:23:43 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf6f3d0bce9ef29a91eeed51a9fb9bd10c0747a3]

        INTEGRATION: CWS changefileheader (1.9.738); FILE MERGED 2008/04/01 15:56:10 thb 1.9.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.9.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.9.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [99000916227d6bba35b1b5e6b523315c0878d109]

        INTEGRATION: CWS changefileheader (1.18.10); FILE MERGED 2008/03/28 16:37:49 rt 1.18.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23a2672107da46f2c5e5f9cc1fcee0eb7e78e40c]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 15:09:10 thb 1.4.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:22 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:15 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef8f0243519ae19fa7ac5bf9991c660be813b867]

        INTEGRATION: CWS changefileheader (1.10.242); FILE MERGED 2008/04/01 15:56:10 thb 1.10.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.10.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.10.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [358defe564108ec606c89efd1281e8360341d8b1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:47:00 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a33cf4b0975ef0c944aaedc7566efc01276c5ef]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:22 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ac031a9d5f7533dba4682604504c2016254a093]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:36 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6257bec5e5191d233006e8714ef0bfa84ad5d4af]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:59 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c460d3c784de0c634d8353ba49360f73ca7e75b6]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:48 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a840a0494971531789947652baac245e09a3fef2]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 13:23:42 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21651c1ecc82868ecd95b2d5f278a1e192233130]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:22 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba9f2490a184dd032834a4a05e28de42c7d3c29b]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:56:10 thb 1.4.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d64fd126e13cb7ed07cc64776c4b4e7ee885769c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:59 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69fdc054960ba1c2e7731a11b7cc02a0bf06de4d]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:48 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e85ea10afd0567914a56a32ef14d09379bca4bd]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 10:53:22 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2ee84e3fd2643b94bc2c57fc6f8150cc87594f6]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/03/31 16:52:36 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e36dc4c293d6888688f43c274816906c6e4dadd9]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:37:48 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b654a3bd07a99a07077ad585bc353c63c46042cf]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/04/01 12:34:08 thb 1.6.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [421ea44fcc6ae55cbf459fd223a7d60a09a46a38]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 10:53:22 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ded69d535105409d73818f30dc38cc0bb59e97ea]

        INTEGRATION: CWS changefileheader (1.66.12); FILE MERGED 2008/04/01 15:56:10 thb 1.66.12.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.66.12.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.66.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9dec82826a79bd9b601069d41c1d228d9e146c93]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:37:48 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f625fa045e450698507b1dd0dbc6fb2c982acfdf]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 12:34:08 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d089a5a32849cebb9a4796705cb2a3a4d1e31b2]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:22 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f45d868c8de4d78548554aa526fc50562e3de9c4]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:37:47 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81e43d399b579693640760358238235ca1886cf7]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:22 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:14 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7127e05989080c93da273cb79301583008d780aa]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:52:36 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8ad9d1ad4a9a79572e0da20e9a0921bd7deec5e]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:47 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d9c91f21cfd83c4d428ec0ae44bec9dee12e86a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:58 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f19ddf86e7ae992483eb0864bb60ccf7a3dc9de]

        INTEGRATION: CWS changefileheader (1.11.266); FILE MERGED 2008/04/01 10:53:22 thb 1.11.266.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.11.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff42de9eb18b01224c0eb6bf3c6a40a77f781fd9]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:56:10 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca6329f5d1f065108bf6df47572847f34d192e3]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/04/01 12:34:07 thb 1.4.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc4138e58faf77a1073217444db06b8e8c3d4a42]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:47 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfa4b57b7ba65e977e46ed46852f8120a101ff55]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/03/28 15:24:13 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b382f7b89b13e6b00404b1ee9cab94321783ad29]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:47 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73ee1ed3a023591cc02da48363c0f0d0ce9f9000]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2ef1e14211d4616a4818027ed28c7a62ad44cb4]

        INTEGRATION: CWS changefileheader (1.5.436); FILE MERGED 2008/03/31 16:52:36 rt 1.5.436.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e07d7f5ab8b42a5dd689c0f30b5f91bf18c29d21]

        INTEGRATION: CWS changefileheader (1.5.840); FILE MERGED 2008/04/01 15:56:10 thb 1.5.840.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.5.840.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5740a2f6d33e6284503b1919c7a45963551e2d3a]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4e51b80c0d97896b11a3e563deaf18a1fe18021]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:23:42 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adcb07c94f5861cafa220e04018963090461bda0]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:46 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52594b64ef646dd83ecd92fa962c3568db27434f]

        INTEGRATION: CWS changefileheader (1.14.58); FILE MERGED 2008/04/01 15:56:10 thb 1.14.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.14.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba1d82eeded4ed6380f62d103d4eeef296b96450]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:46 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c44d035655dfc1288f524237d322e12b25b04fde]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:57 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe60bf3bc32846be0d8dd7dd7ec130e692a63d1]

        INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED 2008/04/01 15:56:09 thb 1.9.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.9.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.9.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d74ab80b1a9e418ec93c479d4155e8049b146549]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/04/01 10:53:21 thb 1.5.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [244e376f5dde680209fed237d2954551276c599d]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:09 thb 1.3.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:36 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1587546cf3356070203f6903a3945c58469faa3c]

        INTEGRATION: CWS changefileheader (1.2.70); FILE MERGED 2008/03/31 13:23:42 rt 1.2.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b48d7f81e3c8d41efacf739bf94b9a33f8a15907]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:37:46 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfa847bd0088d82b74319ad929ebdd081b253ddf]

        INTEGRATION: CWS changefileheader (1.14.266); FILE MERGED 2008/04/01 10:53:21 thb 1.14.266.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.14.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b5e0aade73dee5e5e0ec182f8b1c2ca7c2a32d8]

        INTEGRATION: CWS changefileheader (1.46.34); FILE MERGED 2008/04/01 15:56:09 thb 1.46.34.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.46.34.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.46.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50a57ffe0af08a10e20233269d89d757393c19bf]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:37:46 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f902a65c87d22bbf0ab7290a0946a000a21af15]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:52:35 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9fa09514b74c957b2792dd8b3b028de9bdbd5c5]

        INTEGRATION: CWS changefileheader (1.15.276); FILE MERGED 2008/04/01 10:53:21 thb 1.15.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.15.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5e7fab5cd80ea2f44bbd5fc56dce80d79c45a08]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:09 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5770f6300cf942da39c14be0ab0c52281dbaedbd]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 12:34:07 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2dc43f1d635b241752d538d25958a2a336965d9e]

        INTEGRATION: CWS changefileheader (1.12.128); FILE MERGED 2008/04/01 15:09:09 thb 1.12.128.3: #i85898# Stripping all external header guards 2008/04/01 10:53:21 thb 1.12.128.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.12.128.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff68191fe70ba8a7604fe8423d454fc9ec6cd625]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:46:56 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11baba722ecb30bba9cadb35ea6abb6275151949]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:09 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:28 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86c13f5f14b8c41a46143cd641391313b23a5ada]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/04/01 12:34:07 thb 1.5.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d88651f32149b1f87a845c6b94ed5fa5a1c77ae]

        INTEGRATION: CWS changefileheader (1.11.144); FILE MERGED 2008/04/01 15:09:09 thb 1.11.144.2: #i85898# Stripping all external header guards 2008/03/28 15:24:13 rt 1.11.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [559affe8b6d25288a2ed0eea7717cc1a7df20d09]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:37:45 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29abd66fef2e9a1b07e4f22367e58ad851888551]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:56 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [665f831eef85b2688e2b9718b4cfd07d211bc721]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/04/01 15:25:04 thb 1.2.96.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319959ebca70db2707fbebc13fb8d9675a352941]

        INTEGRATION: CWS changefileheader (1.151.36); FILE MERGED 2008/04/01 15:56:09 thb 1.151.36.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.151.36.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.151.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af642a52f0e3a8b23a968c78234f3f49c16e67f3]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:21 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [648d2d7fc3b173956aa118b38d924351e2fc3e24]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:45 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12f6f5f9a5ef3199a66daae1892c965c2dd8ed45]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:21 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5602a32a84d51a56c3ee8e5e8367ca56dc04596f]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 15:56:09 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ee28fabd1f29d086114498973cc37e319263584]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 12:34:07 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1ee5975160b404c72706b8cc7e311c8e510c615]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:46:56 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [324eff289a2e78cdfc15f24821dc5cc969f4da64]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:45 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fe46f67d2c86fb23c610434d084ac24e8628044]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:09 thb 1.5.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8d0fc1dfeb331edb8b07919f80ae56e46f52c70f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:45 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f986645fbfd5ada45fb17f02df16e47725769b10]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:55 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [672308a99523a976b3a998b6c5d8f5e0df832c43]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:52:35 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [133ea0be578339eb436f03cbc7e84478cafc6511]

        INTEGRATION: CWS changefileheader (1.8.144); FILE MERGED 2008/04/01 10:53:21 thb 1.8.144.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.8.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcbd7b01d2e92b5534d282926a528f6562ceebb8]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 15:25:04 thb 1.3.90.3: #i85898# Stripping all external header guards 2008/04/01 12:34:07 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:42 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8324b31b603ae63a300a19bc2224b9fc06c686aa]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:09 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86daf3151e12655205f155e814ed797e2479a3b5]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 10:53:21 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eae8fbe20cc91b2baa2bd3dc923b9636bba8eeac]

        INTEGRATION: CWS changefileheader (1.4.246); FILE MERGED 2008/03/28 16:37:45 rt 1.4.246.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83d67acb71054e6722c7c0a270230ac8378a3347]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/03/31 13:23:42 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [038db67d2e98db08a96948333490081bde823df4]

        INTEGRATION: CWS changefileheader (1.25.216); FILE MERGED 2008/04/01 15:56:08 thb 1.25.216.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.25.216.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.25.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3bf73d98cc0edac3544e3045770e6ab433ef984]

        INTEGRATION: CWS changefileheader (1.11.144); FILE MERGED 2008/04/01 10:53:21 thb 1.11.144.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.11.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d59d763e30be566f507c9f8918643082cee50a0b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:55 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12445df83000296182599e84bf38bd4e42783ba2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:44 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d641fdfe360e3d631c184e33a38b1b8bd49f021]

        INTEGRATION: CWS changefileheader (1.6.1202); FILE MERGED 2008/03/31 16:52:35 rt 1.6.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e6681af8e99a1a99b6baa7da75013bbe997fb88]

        INTEGRATION: CWS changefileheader (1.9.372); FILE MERGED 2008/04/01 15:09:09 thb 1.9.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:21 thb 1.9.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.9.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4f87de17da7c1cd4fc250c79b67054975078482]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:44 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e94833561d9438e3feedd16859f11292ef4ae284]

        INTEGRATION: CWS changefileheader (1.36.240); FILE MERGED 2008/04/01 15:56:08 thb 1.36.240.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.36.240.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.36.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3664a1f7d8c9fb60eec5fdaba336e578c1d3d26f]

        INTEGRATION: CWS changefileheader (1.5.190); FILE MERGED 2008/04/01 15:09:09 thb 1.5.190.3: #i85898# Stripping all external header guards 2008/04/01 10:53:21 thb 1.5.190.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.5.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c757887c649d4dac50497ba0049931678640f3bf]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:54 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f96289868de0e9196fdae94e57622262b03f7712]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:44 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef84691f3f400f49e64c7a46241f2b7d716575bc]

        INTEGRATION: CWS changefileheader (1.16.738); FILE MERGED 2008/03/31 16:52:35 rt 1.16.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15209176ede364962b7482816f01f8fa2ad25a8f]

        INTEGRATION: CWS changefileheader (1.10.86); FILE MERGED 2008/04/01 15:09:09 thb 1.10.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:21 thb 1.10.86.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.10.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eec2ccfe6a8ff2b4a3c14c7f79de01f0ec1f1dd9]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 13:23:42 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7feb0e20ef4f14ae1698e87c73992332d90cab4]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 12:53:27 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a086de919153a47cac343da0ce2d6a59e4bcf391]

        INTEGRATION: CWS changefileheader (1.9.372); FILE MERGED 2008/04/01 10:53:20 thb 1.9.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.9.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d486ff12ad395581e92d9db40e92e8663815e7]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:23:41 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45cdd42b5243bdbd2651e5eb8a39989e0b07e1c6]

        INTEGRATION: CWS changefileheader (1.8.242); FILE MERGED 2008/04/01 15:56:08 thb 1.8.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.8.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.8.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34654b8682c0f09f750707faad2cfb06e9a06083]

        INTEGRATION: CWS changefileheader (1.9.262); FILE MERGED 2008/04/01 10:53:20 thb 1.9.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.9.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dfb2848e22c2b5ff40c8a6628c71f434fcfb9994]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:54 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8561af8dc96efd6a7c0bcc687308685c9aeb3747]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:43 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d86e26af750be1d8aa83f6ad7fe5ddca4b6a89cc]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/03/31 13:23:41 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a98ba295ef4d3cc707aee58a13cc541b7fafd01]

        INTEGRATION: CWS changefileheader (1.16.242); FILE MERGED 2008/04/01 15:56:08 thb 1.16.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.16.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.16.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e503f2a8ba288dc1b81ee429763e43919dd58d44]

        INTEGRATION: CWS changefileheader (1.5.262); FILE MERGED 2008/04/01 10:53:20 thb 1.5.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.5.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19ebe1d9812d4f47cb526848f63b424109cfbe15]

        INTEGRATION: CWS changefileheader (1.3.90); FILE MERGED 2008/04/01 12:34:07 thb 1.3.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:41 rt 1.3.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9799a2e116ea542fb18c044ed7224ec1a952b5cd]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:43 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c208f9ac8328ca118cd60191188184c0cbf9ba85]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:08 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:35 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3400c04e0c89afec846c7ae0b2e7546d40032c10]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:20 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [099140ee96996570556f1d8425145f1b85608efb]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:43 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49ba732de71bc5d85da99de6b2e2ffd5faeff732]

        INTEGRATION: CWS changefileheader (1.41.78); FILE MERGED 2008/04/01 15:56:08 thb 1.41.78.3: #i85898# Stripping all external header guards 2008/04/01 12:53:27 thb 1.41.78.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.41.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [539de96bd4624258bc09e098af9fa2f4e10de9ba]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:53 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bcb1a7338deb16df8bb844908fcb3c6f0d012c4]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 10:53:20 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:12 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eebc91b55d4c7e56d384057cb8e4ba527123b577]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:43 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a4146a8c419464ad45a499885d7ca9ae51b7919]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 16:52:34 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [038c59929d290c7c7bd52c8488efa12d34486f43]

        INTEGRATION: CWS changefileheader (1.9.262); FILE MERGED 2008/04/01 10:53:20 thb 1.9.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.9.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41da4789d08558af1d60509f4f1b9ed964da5633]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:53 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b68013c28e4ad0ab6be0b1be481f8997589a1232]

        INTEGRATION: CWS changefileheader (1.7.58); FILE MERGED 2008/03/28 16:37:43 rt 1.7.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cf5cba154c76880431fff91049067dbd61a0cd8]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/03/31 16:52:34 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f80eb5ed61e09a95c04868808ba5e4e7c39f5a4c]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fc98870a274230dd1e7b02858b28d8632083895]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:53:20 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eecba7c2f0a9e5f641e5cca9dac884c51633e9da]

        INTEGRATION: CWS changefileheader (1.3.1202); FILE MERGED 2008/04/01 15:56:08 thb 1.3.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.3.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9655e4af311df45252b0a748b802f713dac6e3b2]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:20 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a2265f932aac1bbc4c8de00c0fa35d3c4584d53]

        INTEGRATION: CWS changefileheader (1.76.76); FILE MERGED 2008/04/01 15:56:07 thb 1.76.76.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.76.76.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa283c22f75c03455a393ca8dd7a4a6f7916de5c]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:43 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08706db7bbd7d793d0dbcd8e74dd174cd9fd8a1e]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 10:53:20 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5520e251736b9c2f5e04acee6086f1fb404e0775]

        INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED 2008/04/01 12:34:06 thb 1.4.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:41 rt 1.4.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03d114e8bd380f775dd89c2e75cc9b6917cfecb7]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:52:34 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5301f58092b59c00a654c67b2ad224da52ccd48e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:52 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab2ab8c76069d8bef9ad7045b16783c8681a5600]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:42 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68ab71267ad0db0788ed57963d660034bec42044]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:20 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a1d7a1dd7eeba83a3d9f4596a22ad9ff5b8e340]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 13:23:41 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58e7c96f199b9ede94312930a36297b99d482c0c]

        INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED 2008/04/01 12:53:27 thb 1.7.38.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.7.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5842ae5d5f90d843db86a3a3aa19274b8fb9f136]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:53:20 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c973b623f7f8e2d42ee6b7ce43e4ae2e28a5dbd]

        INTEGRATION: CWS changefileheader (1.5.968); FILE MERGED 2008/04/01 15:56:07 thb 1.5.968.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.5.968.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8114982cc1ac08fe0583100ffd71de544ec08616]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:42 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53fb4526e8c61442ee4a9cc6cd1351e0857a0c73]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:08 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:20 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [97b94adad42e032748ca71548217d0600a0805f9]

        INTEGRATION: CWS changefileheader (1.5.90); FILE MERGED 2008/04/01 12:34:06 thb 1.5.90.2: #i85898# Stripping all external header guards 2008/03/31 13:23:41 rt 1.5.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2f583f1c7293c3643c873c7fb3b2f35b15d94f9]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/03/31 16:52:34 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cb880bb56dbde539b12152a74c9492cdf9a43b4]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf0167f4eef0e5b11349857f65aeedb96e176a40]

        INTEGRATION: CWS changefileheader (1.4.234); FILE MERGED 2008/03/31 13:23:41 rt 1.4.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f292bf3e97a0d2716a27b6176a256c77579c41b8]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:09:08 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:20 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ed4c02ddc6efd030a483beaa13e025390c69f09]

        INTEGRATION: CWS changefileheader (1.3.630); FILE MERGED 2008/04/01 12:53:27 thb 1.3.630.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.3.630.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [574fc0f64bbd6ab7e59e64273ab8e74f39611517]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:37:42 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76ec1f2afacbfc08369c5dffda0882074af94464]

        INTEGRATION: CWS changefileheader (1.8.268); FILE MERGED 2008/03/31 13:23:41 rt 1.8.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e1eaabfa46d2509ece0aa6e1c20d0604cf473fe]

        INTEGRATION: CWS changefileheader (1.12.372); FILE MERGED 2008/04/01 15:09:08 thb 1.12.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:19 thb 1.12.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.12.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87b9210a8c02979ad6168a7747ab1ed1ab285015]

        INTEGRATION: CWS changefileheader (1.14.738); FILE MERGED 2008/04/01 12:53:26 thb 1.14.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.14.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3bfb41c7fc70124f347ebb8c99f9e7ea48ecad9]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:51 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [282efddca328a61b12c173ffbbbb0b8b66cf2353]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:41 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45e90b26345605a0473d94d3628faa17f2cfd752]

        INTEGRATION: CWS changefileheader (1.16.78); FILE MERGED 2008/03/31 13:23:41 rt 1.16.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18df5cd2c827ce13e96ee54f351a8273123bc754]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/04/01 15:56:07 thb 1.4.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e5ab389067461c7e7cd8b4dbbd75f82d08b4c4c]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:37:41 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c726be8e358c70f1f997587cbbc9293fbe4380a]

        INTEGRATION: CWS changefileheader (1.2.78); FILE MERGED 2008/03/31 13:23:41 rt 1.2.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [395a1197314a7e2006c2a5ea58ff2b9d5bfdd362]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 10:53:19 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56a35e6c18e97089128a67dd96ff4dc3ce643eff]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:23:41 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f3b7ca9cf0cd09b4f2d3391b03df90d30fe2497]

        INTEGRATION: CWS changefileheader (1.8.738); FILE MERGED 2008/04/01 15:56:07 thb 1.8.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.8.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.8.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d05eff1fbcd47026aae857ebc0748299f2251737]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:37:41 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06997cf90ca1264b8f33f0440d39d76a00e6cfa4]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/31 13:23:41 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6371357ad181dd04f1b25907d5c21e4ec73666d6]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:41 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a9cd2c97862d77e669b5a39846345df65e2acf4]

        INTEGRATION: CWS changefileheader (1.3.738); FILE MERGED 2008/04/01 15:56:07 thb 1.3.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.3.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.3.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f772978d632b156c4a0629c0f24ca6281b03fbaa]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:51 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [889c0b5c11250152f4a24c489cd8dda7e178383a]

        INTEGRATION: CWS changefileheader (1.8.98); FILE MERGED 2008/03/31 13:23:40 rt 1.8.98.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96e0a928f04b4440b3ffed995124b165819158d9]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:41 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69d523e46b426354fea624468519cade18f29e5b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c3688a7c46d68076f82a9914b2ea198a98353e3]

        INTEGRATION: CWS changefileheader (1.11.240); FILE MERGED 2008/04/01 15:56:07 thb 1.11.240.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.11.240.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.11.240.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca027a4016a8a70e9fdb11643847d12116e4c571]

        INTEGRATION: CWS changefileheader (1.18.22); FILE MERGED 2008/04/01 10:53:19 thb 1.18.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.18.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2ae110035ee79e1a60c55cbeca65509209155c6]

        INTEGRATION: CWS changefileheader (1.11.378); FILE MERGED 2008/03/31 13:23:40 rt 1.11.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5daa7445e4ef85f0819949e3d3c41969bd5b1d77]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:41 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b6356ba0f0c57763e333ee9d07d608fad1c44d6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [552150b32d3bdcbae94322ffd900906bea87c6fe]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/04/01 15:56:07 thb 1.6.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.6.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f9ea6fce95bf4208b62665a240b7af58a3a2034]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:23:40 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4651184a8025bbde3ed9d9ea991057b34e06ca6f]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:19 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08950601c23e8bf191e52bb5030fae574857ba2a]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:39 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [481da89900abb70e433bfc9c1b57a8d419489bdd]

        INTEGRATION: CWS changefileheader (1.11.242); FILE MERGED 2008/04/01 15:56:07 thb 1.11.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.11.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.11.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb22232eb26d3e84fe1c251c5e70e915e5334d83]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:23:40 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c8b2943a44779d81cb3ec917b629bb4e2a1afbc]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 10:53:19 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f146066cc4605c529da3ed817f8725bc0c39908]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:39 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4f513f80f0947a7eb66cc4edfafe0f6450440df]

        INTEGRATION: CWS changefileheader (1.4.738); FILE MERGED 2008/04/01 15:56:06 thb 1.4.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.4.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a9ef4e3d04edfc24d7c64bb65e873121542e42e]

        INTEGRATION: CWS changefileheader (1.13.378); FILE MERGED 2008/03/31 13:23:40 rt 1.13.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfb710a4b85e897ee1009f2c3d1c425ce3392d9e]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:09:08 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:19 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:11 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [200ae507084b758b72dc2cb9c859712781e7cc11]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:39 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b488d9aa35d22f6fcd11acdfdbefedeb6e367d98]

        INTEGRATION: CWS changefileheader (1.9.58); FILE MERGED 2008/04/01 15:56:06 thb 1.9.58.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.9.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [265d402135e8de625e413d22ea4af5c21a7da565]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:19 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:10 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25f4abbe168af376e9340387ee6f98bef6899e82]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:39 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ea1feefe8d3bd2efe4db970d3b0b61474b6af43]

        INTEGRATION: CWS changefileheader (1.4.268); FILE MERGED 2008/03/31 13:23:40 rt 1.4.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a591629f6c3e9f0d781162b01ea10493e688a571]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50fe36080325484b6b3d0b183494e4c18c17d815]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 15:56:06 thb 1.4.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1451d91c8b5968b737033611a71f49a4108f2f9]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:38 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92d01139095f0d6f705afbf998cdd747212d59b7]

        INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED 2008/03/31 13:23:40 rt 1.2.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64d2806ce127e83f7587cb9e73ce8e41beebccfb]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:49 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ad35aa56f82313830b51253c876f046ffa4e6c1]

        INTEGRATION: CWS changefileheader (1.13.242); FILE MERGED 2008/04/01 12:53:26 thb 1.13.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:34 rt 1.13.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc5dbb27335e451b0b1e3b63719845a6793b3496]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:38 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d38ee1fc4819009441b875434c023f2c90adf46]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:19 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c81e9c5fe3bda0387586796b463d2c9e734e3ce8]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/03/31 13:23:40 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04bb62c59c5c8f484d2d08ee60e759570b6e6638]

        INTEGRATION: CWS changefileheader (1.21.438); FILE MERGED 2008/04/01 15:56:06 thb 1.21.438.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.21.438.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.21.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55d30494b0e76cbdb4a2c2bebcf6a2d9e60a0d09]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:37:38 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [055e1a77e0c6aa0335dcf833cccd882f9456d5ab]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:53:19 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0daec8e963b610aa71a6036f4d6ae5a6b8bdc1e9]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:23:40 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69495a6f9ff75f360fdb6c0286d4a84b76f64a07]

        INTEGRATION: CWS changefileheader (1.14.244); FILE MERGED 2008/04/01 15:56:06 thb 1.14.244.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.14.244.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.14.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee12291c16787e550f0b8258995a6ca1f1468858]

        INTEGRATION: CWS changefileheader (1.9.276); FILE MERGED 2008/04/01 10:53:19 thb 1.9.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.9.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efaa4b6469521f6030c477f5191565af64a142d3]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:23:40 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71344b770a2aa5ced0c374d891bcdef4929615e3]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/03/31 16:52:33 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58e9f407c8267450f7ec4b99fdfcc492f8564ecd]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 10:53:19 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa7dc3bd386bb463fa0a7f51caa2f0c8f138b5bc]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:37:38 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bbe264bb5178f8e16863229a65dc89102ed1ed6]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/03/31 13:23:40 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [445263c3fc276f683b6a8a9904906530b324f683]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c770d4fe198020340e283643cb0863441789ba78]

        INTEGRATION: CWS changefileheader (1.28.242); FILE MERGED 2008/04/01 15:56:06 thb 1.28.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:26 thb 1.28.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.28.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9774be6349df4f5db8164992ae5add19eb3a523d]

        INTEGRATION: CWS changefileheader (1.15.276); FILE MERGED 2008/04/01 10:53:19 thb 1.15.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.15.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0def7d19d6b8c6bcfafdb440e7a52e0f8ef9f78]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:37 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7e6df052543d419a488dbb030827b3b0c012669]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:52:33 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6fe2b1ef6189e872c2e6eb72dd03c5240b36f181]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:09:08 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:18 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e252dfa4eddba3e2d848278e77993c317ec267a]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:37:37 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2b0c3f21c834d7f25b26aa1611d4f64988a98e6]

        INTEGRATION: CWS changefileheader (1.33.64); FILE MERGED 2008/03/31 13:23:40 rt 1.33.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eab6288010ab0e51850b8157af8b8d1e3e3c12f1]

        INTEGRATION: CWS changefileheader (1.8.1202); FILE MERGED 2008/03/31 16:52:33 rt 1.8.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa70ad250604d5d92e75efd7d1efd7557276031f]

        INTEGRATION: CWS changefileheader (1.5.204); FILE MERGED 2008/04/01 15:09:08 thb 1.5.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:18 thb 1.5.204.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.5.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9e08491c3a7310c6e54a0ccc70473d94c90ce3]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:37:37 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [871dfe4a2d0f3da95fbf30585bc0eebb837644d6]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/31 13:23:40 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9471a20b314ead81676324de8d0304bb65fd73e0]

        INTEGRATION: CWS changefileheader (1.5.738); FILE MERGED 2008/04/01 15:56:06 thb 1.5.738.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.5.738.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.5.738.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [534aa98664e2684f5fb02f4700341c4952705ad1]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:18 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a6e94838c936f73de2971eae9dc5fc307f721ed]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:37:37 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bd56e97e6a5ee5e4252d8d98a4c98f61aa169b5]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/04/01 12:34:06 thb 1.10.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:40 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f4fd4069295bf0760fbd2be1a1ef5b091380ea3]

        INTEGRATION: CWS changefileheader (1.5.1202); FILE MERGED 2008/04/01 15:56:06 thb 1.5.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.5.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f637af1b64101383a0f5812e9a4e4d4c77b6dbea]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:53:18 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:08 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72c8415fd02cb8fd1840a6b45f5b262ef9753865]

        INTEGRATION: CWS changefileheader (1.7.52); FILE MERGED 2008/03/28 16:37:36 rt 1.7.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5be6634ad95d85602237ce9593ffa97d840bc868]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:47 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e4d1d00e43877c82cfca0a34a3cacb521f2ae6]

        INTEGRATION: CWS changefileheader (1.4.1202); FILE MERGED 2008/04/01 12:53:25 thb 1.4.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.4.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afa18c847f270ce7fdbe0d764f7a69b79c70119d]

        INTEGRATION: CWS changefileheader (1.8.262); FILE MERGED 2008/04/01 10:53:18 thb 1.8.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:07 rt 1.8.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be9eaaa0eedb1120166241492f7e52ce1623d69b]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:37:36 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b30067a381c5ed77d18fea37f2d9a7413819da2]

        INTEGRATION: CWS changefileheader (1.25.70); FILE MERGED 2008/03/31 13:23:39 rt 1.25.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b98882814e89b7148c5faa951ad1b0afe675219c]

        INTEGRATION: CWS changefileheader (1.6.242); FILE MERGED 2008/03/31 16:52:33 rt 1.6.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14312f64cea68368178393bb4b4c5e437ecee188]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:34 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a1596a0fad0b7e256f1140ddf7ae9ece263ec6f]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/03/31 13:23:39 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b54b98247afd5558a905ad5111ed28ba1650eeac]

        INTEGRATION: CWS changefileheader (1.11.70); FILE MERGED 2008/03/31 13:23:39 rt 1.11.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57f5a7d62098b014ba1455bbc522a84e67372553]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:37:34 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b6bc6e66303f115aa3b35b6e4712f36b94cb58e]

        INTEGRATION: CWS changefileheader (1.31.62); FILE MERGED 2008/04/01 12:34:06 thb 1.31.62.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.31.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6e14542992a30ab846d367feaea1dec72c16497]

        INTEGRATION: CWS changefileheader (1.7.1202); FILE MERGED 2008/04/01 15:56:05 thb 1.7.1202.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.7.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.7.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7f82e315af7d591ec62f34746ae476a6b74abf1]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:37:33 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5d9209171b6a67ae737d8fb932f50c23cd66ba5]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 10:53:18 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:07 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe82dcffb820341d34e7ef3d7b5ce149b30a003a]

        INTEGRATION: CWS changefileheader (1.22.8); FILE MERGED 2008/04/01 12:34:05 thb 1.22.8.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.22.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26c487f8a3dca12ee3f78ffcf2c67d1cd50a15b4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [994f397358461e425fd3fd82b5ef1323aac1fe9a]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:56:05 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [446cc881042e15f415e91abb077f33bbb9b517e2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:33 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f41e6329d287ba1f2d99c4644798514324dbfeb4]

        INTEGRATION: CWS changefileheader (1.12.154); FILE MERGED 2008/04/01 12:34:05 thb 1.12.154.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.12.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a301faeca81cabf6693345acaddc0d26cc8b5f43]

        INTEGRATION: CWS changefileheader (1.9.438); FILE MERGED 2008/03/31 16:52:33 rt 1.9.438.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19be0fa6b0ce4cd45ac306d2931a08023cd0cb09]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:18 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:07 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96f5803be8a91fe38e22478d547898017a513289]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:37:33 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cac3ef7df3017c5b373918c5182b219d9cef55cb]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 12:34:05 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d3fcae9fdc90773934ae1848cd8c493e12d16e4]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:18 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:07 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4810076a644a8451f6d2132cfa143bf6bead14ac]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:37:33 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6284143b43dceb801b8de19d7fdaf92cf3c0611]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:33 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68357111e378da635e0bd657a25ed3aca7c0afda]

        INTEGRATION: CWS changefileheader (1.11.118); FILE MERGED 2008/04/01 12:34:05 thb 1.11.118.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.11.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da4b9d29e760a2a4ed44492ab65812907d7f3957]

        INTEGRATION: CWS changefileheader (1.8.14); FILE MERGED 2008/03/31 16:52:33 rt 1.8.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe35a21c02105d1fa08c7fdb3957c1b88272aa75]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:33 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9afc424c23543b4a04bf89c9e59c9205769808d]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 12:34:05 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3bd353492f3cd223223aa2b233c17a506b0d725]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8155e8251fd9028803db7e49f65f0e24d696883]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/31 16:52:33 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae698d45296f981e81ab7c0efd8776b6f824136]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/04/01 15:09:08 thb 1.12.12.3: #i85898# Stripping all external header guards 2008/04/01 10:53:18 thb 1.12.12.2: #i85898# Stripping all external header guards 2008/03/28 15:24:07 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41b95becae4f0691f4ff960f16004d36e7e51918]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:32 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [720d61f4ace9678cb7b372d91ed7f1a939a8dbe9]

        INTEGRATION: CWS changefileheader (1.13.378); FILE MERGED 2008/04/01 12:34:05 thb 1.13.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.13.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe2504066762ebc8a8fcb3a1c598c6523310c7e7]

        INTEGRATION: CWS changefileheader (1.3.242); FILE MERGED 2008/03/31 16:52:33 rt 1.3.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8217ade24cc102c8a3437fe8a2a28f7df4025ff]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:32 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69b5d2d53abcddf3a7d729da860df2aa9acf8d17]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 10:53:17 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5844aa42b5e147301344a16a301ec19645dbfbc0]

        INTEGRATION: CWS changefileheader (1.6.560); FILE MERGED 2008/04/01 12:34:05 thb 1.6.560.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c62ed4a766ad71714dab44124632a6c26998e339]

        INTEGRATION: CWS changefileheader (1.2.184); FILE MERGED 2008/03/31 16:52:33 rt 1.2.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [405ca34dd6e14b96957b8b458705f33d38b46bb7]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:32 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [378cff02ade8510a4b737a18532e7a65640ca065]

        INTEGRATION: CWS changefileheader (1.10.276); FILE MERGED 2008/04/01 15:09:08 thb 1.10.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:17 thb 1.10.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.10.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fc441e4e6a9eb490498037a2717a26be027e4c7]

        INTEGRATION: CWS changefileheader (1.15.378); FILE MERGED 2008/03/31 13:23:39 rt 1.15.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06927f389d3f86f38b7ceac45dd127cb291cf42b]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 10:53:17 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2857e412da080b7d903905ab1dff851a7318a6a9]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:32 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90a65d3aa34247a54d4d58d994f26e363bb5bbc9]

        INTEGRATION: CWS changefileheader (1.5.694); FILE MERGED 2008/03/31 16:52:33 rt 1.5.694.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac95203f7265cdf88658238c942d507780218310]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:53:17 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d198ffb786b9d9c3f53fe68a2903c66dfb39a93c]

        INTEGRATION: CWS changefileheader (1.9.242); FILE MERGED 2008/04/01 15:56:05 thb 1.9.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.9.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.9.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06f9e809e7c76e6195eab43f5ecead2fce30e02b]

        INTEGRATION: CWS changefileheader (1.10.378); FILE MERGED 2008/04/01 12:34:04 thb 1.10.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.10.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f81978e32917596c178293205774003482586eb6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:44 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81ccc4357102a6897a48cf9212ac76aed27cdc2b]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 10:53:17 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9d7de7e41d9e48c587fc25504c325482d9ee5e4]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/03/28 16:37:32 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [409f10a8adb83f6de4d67f64a54aec07c2147892]

        INTEGRATION: CWS changefileheader (1.2.1202); FILE MERGED 2008/04/01 12:53:25 thb 1.2.1202.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.2.1202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a86d0ec7016786b457712a0e49bdf302af0eca1]

        INTEGRATION: CWS changefileheader (1.22.62); FILE MERGED 2008/04/01 12:34:04 thb 1.22.62.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.22.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37d21f1877e4288d8691b43ef463bf14c43fbaf5]

        INTEGRATION: CWS changefileheader (1.2.294); FILE MERGED 2008/03/28 16:37:31 rt 1.2.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [641bb6e5d776b9286dcf1b75bf6f1b04bca18bfa]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:44 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f295e477e44e986a13b4a4d1649a9cdff89ca1d0]

        INTEGRATION: CWS changefileheader (1.9.74); FILE MERGED 2008/04/01 10:53:17 thb 1.9.74.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.9.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b11a39a4c4bdf2712d08371e8bdca87e7ebfaa7]

        INTEGRATION: CWS changefileheader (1.3.36); FILE MERGED 2008/04/01 15:56:05 thb 1.3.36.2: #i85898# Stripping all external header guards 2008/03/31 16:52:33 rt 1.3.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f444922dcdb0c70d09df0b63505702b076da5a4]

        INTEGRATION: CWS changefileheader (1.16.96); FILE MERGED 2008/04/01 12:34:04 thb 1.16.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.16.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a8209dc5235d06e53f00a8a8ec42490f97f8908]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:31 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2bf157d37981ad2598699ca5d776d7545c342a6a]

        INTEGRATION: CWS changefileheader (1.19.8); FILE MERGED 2008/04/01 15:09:07 thb 1.19.8.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.19.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a7bb644d7c9389ea1c2c8b14efc823379d8bcb4]

        INTEGRATION: CWS changefileheader (1.10.154); FILE MERGED 2008/04/01 12:34:04 thb 1.10.154.2: #i85898# Stripping all external header guards 2008/03/31 13:23:39 rt 1.10.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35c5f7e0ed98ba265c3843c2d825158d34cec0b1]

        INTEGRATION: CWS changefileheader (1.3.694); FILE MERGED 2008/03/31 16:52:32 rt 1.3.694.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [912d100bc1555cb9bfd3ea3df6dd303828af896c]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:17 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:06 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e96e4401918a591037dbe00e32bfeee974e1a1c]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:56:05 thb 1.5.242.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1b2d28695981c607b4231d0d94f71547e5e8586]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 12:34:04 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e25e5e728a5e8b07e8242a1e20ea0332639a304]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:37:31 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc169ab98bc0c324d048f3b7f4e284fc64ac2939]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/28 15:24:05 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [927b76ae8e6f803153dc52b9690e5e2edfe23393]

        INTEGRATION: CWS changefileheader (1.7.314); FILE MERGED 2008/04/01 15:25:03 thb 1.7.314.3: #i85898# Stripping all external header guards 2008/04/01 12:34:04 thb 1.7.314.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.7.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d5542f5c6547ea18cebead11ae21028410865d0]

        INTEGRATION: CWS changefileheader (1.4.436); FILE MERGED 2008/03/31 16:52:32 rt 1.4.436.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [488629b733007c6268f268baea875cc873034ddc]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:31 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fbe56e8b8640d381d710f3dc9aa563046877ea71]

        INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED 2008/03/28 15:24:05 rt 1.5.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8897f20de8396c02f92f379348935f0ffbe27a6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:43 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0661830c90b63ae7d63344865cbb576fc9beba89]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 12:34:04 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ad21e47c98b320a54b8404ebcd149dc041a7139]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:23:38 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c15eab113c1da27522d0d5572722adea29135b0]

        INTEGRATION: CWS changefileheader (1.5.58); FILE MERGED 2008/03/31 16:52:32 rt 1.5.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22f6c4ed3a45561fc46bb0f0c95884571dc63267]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 10:53:17 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8553a993ad3e0487bb27b12af2896c10f5b0ad71]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 15:25:02 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab5d9ace7ec62a4804fe1397fe5a59e9959708bd]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:30 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de4e5ecd4bf2b3b608c5831eb667fff310d38d6e]

        INTEGRATION: CWS changefileheader (1.4.242); FILE MERGED 2008/03/31 16:52:32 rt 1.4.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d9831e92e53a542198cf7f3613b5c51e1411a93]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:09:07 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:17 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6778f12b224f4666d160465ef579339dcebaf874]

        INTEGRATION: CWS changefileheader (1.8.114); FILE MERGED 2008/04/01 15:56:05 thb 1.8.114.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.8.114.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.8.114.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4879a953155b6e839776cb3fe9e0deb27eb05416]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:09:07 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb46a8fd3617ba5c1b0d9d70283e6ecbacd7777a]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:23:38 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68112bffa395057967ca775f09d4afbbf84ffedb]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/03/31 16:52:32 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de7dcc0f68e9e7b6f10743e389427f9b6556a5d6]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:17 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0836589e6cf88a618725b2e9b2e800f236f090f6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf42864083339d4e8b40a4da476c1bf0d84b1c7c]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:04 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96e8453ca45118d2ef850173fe022186bf1be22d]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 10:53:16 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5a3ff1193a307939d37de1b159ed4e2fb81cc29a]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/04/01 15:56:05 thb 1.2.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c513b0216342dc2a70359ec91e7238099352c657]

        INTEGRATION: CWS changefileheader (1.9.378); FILE MERGED 2008/04/01 12:34:03 thb 1.9.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.9.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4af1a5cf99e9f03a385fef887e73d9bad30776a8]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:30 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ce30a520174969558e7ea46daebc7a0384fc260]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 15:09:06 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96c5cd6e4f05c4b41591db2298fe810a13338057]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 16:52:32 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d08bd56d70797f6c9cf55db65e396b6df11862f]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 12:34:03 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cac3a6973ee90008fe025e184186f00a15b5050c]

        INTEGRATION: CWS changefileheader (1.4.378); FILE MERGED 2008/04/01 12:34:03 thb 1.4.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.4.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9543479d096bf55b4b42b75737a7c975d8c8de9]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 15:09:06 thb 1.12.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30efbc37e742ffb3980f377358b4665dc1ee807f]

        INTEGRATION: CWS changefileheader (1.5.96); FILE MERGED 2008/04/01 15:25:02 thb 1.5.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.5.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a11caa93c4e75caf292bd7d829eff0d8ed0a2cf]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 15:09:06 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dafd207a7f99801ad8faec01d844672e1be02cf5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:41 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ee960946de84ac023714d33b53c5e7ef304c3e6]

        INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 15:25:01 thb 1.9.42.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.9.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d48d8b37d69764bae2e8c1eab45891d24c74d224]

        INTEGRATION: CWS changefileheader (1.3.694); FILE MERGED 2008/04/01 12:53:25 thb 1.3.694.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.3.694.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd75b60069e9d66bce91872365cffaa0da967a9d]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:29 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7c937ec169c33d079a7a78a15e4f4d62a0e43f9]

        INTEGRATION: CWS changefileheader (1.5.242); FILE MERGED 2008/04/01 15:56:04 thb 1.5.242.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.5.242.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b044fb9860a4a8a84ce2780304fc9209baf9171]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/04/01 12:34:03 thb 1.7.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:38 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dae2dc9495fcbef4aab019917ee36fa070746fd]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:29 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85bb92731451a59588af9a4b3e6972f36b613ee2]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 12:34:03 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e263a6f8ce8d2617d4be2a901d3cd6e29514e1e]

        INTEGRATION: CWS changefileheader (1.10.144); FILE MERGED 2008/04/01 15:09:06 thb 1.10.144.2: #i85898# Stripping all external header guards 2008/03/28 15:24:05 rt 1.10.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14042fabc31ea65a2c3d0108909409151969bd13]

        INTEGRATION: CWS changefileheader (1.3.694); FILE MERGED 2008/04/01 15:56:04 thb 1.3.694.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.3.694.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b28c838fc2f044e74d0f73f7fe7269bca85189f]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 12:34:03 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9c45d98387ffda2b02c2aac0184d4a54824f33]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:09:05 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f25b26680e42f8da8bc01221cc53fb227451503]

        INTEGRATION: CWS changefileheader (1.6.268); FILE MERGED 2008/04/01 12:34:03 thb 1.6.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.6.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c8ceef1b811c01ad30ca7940c8748d36da9ff94]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb14f368a8101adc8872a0ff8402a4f81fd0b28a]

        INTEGRATION: CWS changefileheader (1.5.490); FILE MERGED 2008/03/31 16:52:32 rt 1.5.490.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1d54a522589c98f77b0ddfa10e31a279b523076f]

        INTEGRATION: CWS changefileheader (1.8.378); FILE MERGED 2008/04/01 12:34:03 thb 1.8.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.8.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dff832860679a963e1c76ed1d94363420ec9257b]

        INTEGRATION: CWS changefileheader (1.3.412); FILE MERGED 2008/04/01 15:56:04 thb 1.3.412.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.3.412.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4871a022770108f85543dd89b1bdacd78ef027a5]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/03/31 13:23:37 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d3d2fddf2bdbbdaeb19214725801dc49572c805]

        INTEGRATION: CWS changefileheader (1.6.148); FILE MERGED 2008/03/28 16:37:29 rt 1.6.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b41a299ab99ad944b64a635bf3f56eb3b104903f]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 15:09:05 thb 1.6.122.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [359226fdf2e9a0ce084b03b5c4c3e4ce11a06d40]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/03/31 13:23:37 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6338529d1818ffe8d8d2a825da83e4a471f3010b]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/04/01 15:56:04 thb 1.4.58.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7443d79cda526e6c44a5938069e4c7f88ecd983]

        INTEGRATION: CWS changefileheader (1.14.22); FILE MERGED 2008/04/01 15:09:05 thb 1.14.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.14.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.14.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d72c08813de00bef2dadb8e9c800c28bbfe08508]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/31 13:23:37 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5d7640a3581ac145c95c5de0f30ca6f32d6e776]

        INTEGRATION: CWS changefileheader (1.2.962); FILE MERGED 2008/03/31 16:52:32 rt 1.2.962.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c209b6e96c99d8528bad7ce734f5938b22e896f]

        INTEGRATION: CWS changefileheader (1.8.292); FILE MERGED 2008/04/01 15:25:01 thb 1.8.292.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.8.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4766d4cedbfa88c6e708e5e1524e3d7c78afefd]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b21b4166f3b27c03590ada93be1b327f85e0dfb6]

        INTEGRATION: CWS changefileheader (1.8.108); FILE MERGED 2008/04/01 15:56:04 thb 1.8.108.3: #i85898# Stripping all external header guards 2008/04/01 12:53:25 thb 1.8.108.2: #i85898# Stripping all external header guards 2008/03/31 16:52:32 rt 1.8.108.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04472e57e2d1836116a0a53c1672f2014eb583ef]

        INTEGRATION: CWS changefileheader (1.2.234); FILE MERGED 2008/03/31 13:23:37 rt 1.2.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1e5973de2516c97bf526441e70c2af66093f859]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 15:09:05 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f39a5235bbfd47892b4ee40e20c3474488dde3c9]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:09:05 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a4b74fde44338248fe2355bcb3937d21786584]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/03/31 13:23:37 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0373613c72f24a278f37f916340c6e942bb93dc9]

        INTEGRATION: CWS changefileheader (1.15.144); FILE MERGED 2008/03/28 15:24:04 rt 1.15.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [286c3347600a4590bb58e89d68eabca71efa240d]

        INTEGRATION: CWS changefileheader (1.11.96); FILE MERGED 2008/04/01 12:34:02 thb 1.11.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.11.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f1ff7e281e2304991f026c7ca9c8bd2235d530b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:39 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13d4cf61982fb4c6c77c3270eb319731c1ee3b94]

        INTEGRATION: CWS changefileheader (1.30.112); FILE MERGED 2008/04/01 15:09:05 thb 1.30.112.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.30.112.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.30.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab558a38c797d745bbd08bdc1ea544a10dd3886a]

        INTEGRATION: CWS changefileheader (1.10.118); FILE MERGED 2008/04/01 12:34:02 thb 1.10.118.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.10.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8217db91a3e47b9776ea52a9ad97eb6aa178838d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6aeef40d6fb88bd0d97badcff666ec9756e24c6]

        INTEGRATION: CWS changefileheader (1.10.378); FILE MERGED 2008/04/01 12:34:02 thb 1.10.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:37 rt 1.10.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [560a4b36557800ea2a2f82f82f03e82f7c8a0aa1]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:28 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72ecf7f143ee7a66e4dad4eb79db2d1c9b679d44]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 12:34:02 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0372c70e3b589349bd15ed8bda16c08624e017db]

        INTEGRATION: CWS changefileheader (1.6.268); FILE MERGED 2008/04/01 12:34:02 thb 1.6.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.6.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b2d05e7e2577a832d48250be08cac64f384f530]

        INTEGRATION: CWS changefileheader (1.39.22); FILE MERGED 2008/04/01 15:09:04 thb 1.39.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.39.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.39.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a70a77e325bb98848f07d6e1136df9909b4486aa]

        INTEGRATION: CWS changefileheader (1.9.268); FILE MERGED 2008/04/01 15:25:01 thb 1.9.268.3: #i85898# Stripping all external header guards 2008/04/01 12:34:02 thb 1.9.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.9.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b4c554709d40fd9a4133f2f54daf5fc9f19889a]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/04/01 12:34:02 thb 1.7.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [676552b65ac4628e055d3b08fad97a479457a77d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:37 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afb874ecb017eae0e65770ccca5b560d1ea5e504]

        INTEGRATION: CWS changefileheader (1.8.378); FILE MERGED 2008/03/31 13:23:36 rt 1.8.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25531e5ad6dfd7114cc3256697b525bca1578f3e]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:28 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71590437521d3e3a069ae8efa25f8730eb4b677f]

        INTEGRATION: CWS changefileheader (1.10.268); FILE MERGED 2008/04/01 12:34:02 thb 1.10.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.10.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc35aca18121a2faad44333d392c0ed3339f31d9]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:28 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18be93a39f7372696910e7eb6c0dfeda290461b5]

        INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED 2008/04/01 10:53:16 thb 1.20.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.20.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc8e72ab6bfa08c2c4f427f3508a98072f054f09]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 15:25:01 thb 1.2.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:02 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3084d67878504e897041c9d3484e8b8184928ef7]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:02 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb66c7cd61f8a4fcf62948acb84e26ce60f32d0c]

        INTEGRATION: CWS changefileheader (1.65.22); FILE MERGED 2008/04/01 15:09:04 thb 1.65.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:16 thb 1.65.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:04 rt 1.65.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a51917ca7b64a5735becb495569e3152fc288995]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 15:25:01 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82ee6a31196c7bb8f7cfe27553a5a7c69ebca5b3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:36 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec4e527f8bd50c194018bbf9471dc8a611c9eb79]

        INTEGRATION: CWS changefileheader (1.8.378); FILE MERGED 2008/04/01 12:34:02 thb 1.8.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.8.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0bddecc54850449b518ff2c85cca647b7a6ea0b7]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 15:25:00 thb 1.6.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:02 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7f760c6db726c31f4a9eeddc2a265a5e05898ef]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:28 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0308c4f7c50b4cdff55a214d7f0e3effddf96b8]

        INTEGRATION: CWS changefileheader (1.20.96); FILE MERGED 2008/04/01 15:25:00 thb 1.20.96.3: #i85898# Stripping all external header guards 2008/04/01 12:34:02 thb 1.20.96.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.20.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f7b43a79401e18bcf6be45861f67840895b9044]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:36 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c55ec1512c1595868c6812d9ad889fad47c3086]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/04/01 15:25:00 thb 1.3.378.3: #i85898# Stripping all external header guards 2008/04/01 12:34:02 thb 1.3.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2f482e143c02e4d5e2042bb468dc31086c083e4f]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:53:16 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cef4a9d83a2d4ef47088ec062972b2c1d7e26a6]

        INTEGRATION: CWS changefileheader (1.5.268); FILE MERGED 2008/04/01 12:34:02 thb 1.5.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.5.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f49286b365287fed78743ffd793a59a4e9e68f61]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:27 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [283b85363c0774563c21b789054e5b633d370b05]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:35 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30726b6e25ac11f0ad20becd11b9eaf0178fd330]

        INTEGRATION: CWS changefileheader (1.6.378); FILE MERGED 2008/04/01 15:25:00 thb 1.6.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.6.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fec85980a2cbaf9227170c02e0729b0ba3139704]

        INTEGRATION: CWS changefileheader (1.48.22); FILE MERGED 2008/04/01 15:09:04 thb 1.48.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.48.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.48.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a60714931933da52b183f1ac6f3822426900542c]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 15:25:00 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76cf6c0fa5dbb352b2c8a65214a34d102c3b023f]

        INTEGRATION: CWS changefileheader (1.13.268); FILE MERGED 2008/03/31 13:23:36 rt 1.13.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [675cc5d2b504f5340e74bd22237d34a2b6cca8ac]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:46:35 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b6ad32730013c724118fcca2768543e3ef33c46]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:37:27 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f33d4bf0775cab5e499b9a24735de59d3b30eaf3]

        INTEGRATION: CWS changefileheader (1.8.378); FILE MERGED 2008/04/01 12:34:01 thb 1.8.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.8.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [306c95b931373260d004b74f11506bf4ea1c2a15]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:27 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03770c868c0bd768bf97a7bf33449c34a65038cf]

        INTEGRATION: CWS changefileheader (1.11.78); FILE MERGED 2008/04/01 12:34:01 thb 1.11.78.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.11.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fc59a18b38f95e93725d3ed4249a34730ea9a57]

        INTEGRATION: CWS changefileheader (1.11.36); FILE MERGED 2008/04/01 15:09:04 thb 1.11.36.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.11.36.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.11.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2b6a2c3facecc3c96d917b2e0582059e60e3d2d]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:27 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53a7a2b8bb7189fabf5cd9d93ea369a2bb2ccc1b]

        INTEGRATION: CWS changefileheader (1.17.64); FILE MERGED 2008/04/01 15:24:59 thb 1.17.64.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.17.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0740505385c47ec3856d7ccaeba94f1d7ba5739a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:34 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3161ff4b7244a7546de0717f7a7ffbe7712bd2d1]

        INTEGRATION: CWS changefileheader (1.5.378); FILE MERGED 2008/04/01 12:34:01 thb 1.5.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.5.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1ac76d0ee518cf99bc3b4af9ee907bbe645fd68]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:34 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e391cf3b651d09287790f8e46149baa57f6ccfc]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:37:26 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6fa95a2d588c69f40dcf83595937cb89d46151a]

        INTEGRATION: CWS changefileheader (1.17.22); FILE MERGED 2008/04/01 10:53:15 thb 1.17.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.17.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec534c99b755c5d3a625a724e7731a3b02977486]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/04/01 12:34:01 thb 1.2.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:36 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20d426174e582910b7ec7be0af38e3127929fe9c]

        INTEGRATION: CWS changefileheader (1.34.216); FILE MERGED 2008/04/01 15:09:03 thb 1.34.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.34.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.34.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [666f7dc622a13074634ca4a4315fd42385922f36]

        INTEGRATION: CWS changefileheader (1.36.34); FILE MERGED 2008/04/01 15:24:59 thb 1.36.34.3: #i85898# Stripping all external header guards 2008/04/01 12:34:01 thb 1.36.34.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.36.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d29bdf37b510da22e3e59b3d41335f8547b77c85]

        INTEGRATION: CWS changefileheader (1.3.166); FILE MERGED 2008/03/28 16:37:26 rt 1.3.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24153c889b6a0a446ad2589c19b432da2ef0a75c]

        INTEGRATION: CWS changefileheader (1.32.34); FILE MERGED 2008/04/01 15:24:58 thb 1.32.34.3: #i85898# Stripping all external header guards 2008/04/01 12:34:01 thb 1.32.34.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.32.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2df39a645dea5953995c88cd1430d68367f84164]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:26 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fe94cf31e8bccc4a91b40097717789a8aa7e0e9]

        INTEGRATION: CWS changefileheader (1.10.70); FILE MERGED 2008/04/01 12:34:01 thb 1.10.70.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.10.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc999860d7e377a42b7323db9e6c09bdccc201f8]

        INTEGRATION: CWS changefileheader (1.3.378); FILE MERGED 2008/03/31 13:23:35 rt 1.3.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6d9f33166a8f29ec9b03074d1a375767969dcd0]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:33 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d988dfaca9645a447b9be6abfaa42cc6a13c21fa]

        INTEGRATION: CWS changefileheader (1.34.22); FILE MERGED 2008/04/01 10:53:15 thb 1.34.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.34.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a61a076514696437abc09613740a6a51425d231a]

        INTEGRATION: CWS changefileheader (1.2.252); FILE MERGED 2008/03/31 13:23:35 rt 1.2.252.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c51ec9d213282d6d2296ab5e0a7a72050173d57]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:37:25 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57d466abf70fed2dd3a853b5f2e3a096a4cb1356]

        INTEGRATION: CWS changefileheader (1.9.268); FILE MERGED 2008/04/01 12:34:01 thb 1.9.268.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.9.268.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47d4f5fb76208b81018d902ab2c0e39166be08d6]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:25 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f6e2892a308d72f14cce773888d86de46cbff43]

        INTEGRATION: CWS changefileheader (1.7.378); FILE MERGED 2008/04/01 12:34:01 thb 1.7.378.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.7.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eca4203d1bc85534674c4ce7b9bd4c4e34db650b]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:46:33 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [733e1bbd02ebc3a776a1c47846b5da0c34398848]

        INTEGRATION: CWS changefileheader (1.3.96); FILE MERGED 2008/03/31 13:23:35 rt 1.3.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32257642a2e76fbe0cbff7cca396f5b9d3c3f6b8]

        INTEGRATION: CWS changefileheader (1.2.214); FILE MERGED 2008/03/31 13:23:35 rt 1.2.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74372218c5e3e9d9c3fb3b2414a8f3f40935823b]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:32 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4225fb0354e3cb4c8f034a447d9a743c3daea07c]

        INTEGRATION: CWS changefileheader (1.43.22); FILE MERGED 2008/04/01 15:09:03 thb 1.43.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.43.22.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.43.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d7234570ffd149040f18c410652b29e7c03e676]

        INTEGRATION: CWS changefileheader (1.6.234); FILE MERGED 2008/04/01 12:34:00 thb 1.6.234.2: #i85898# Stripping all external header guards 2008/03/31 13:23:35 rt 1.6.234.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01ed98c9ddaaf9d747a6312f95edfa15b0972ca0]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:32 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d5e083d87055cd3dc5369a7a1b7a32357888789]

        INTEGRATION: CWS changefileheader (1.5.178); FILE MERGED 2008/03/31 13:23:35 rt 1.5.178.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68914a228694e8abbdc19090417bf1adf7c711f9]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:37:25 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c29d668dae9323edf6e5668c4da59867d55489f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:32 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e234c58ac029ffc26ae1056a3e93c0dcd30667a]

        INTEGRATION: CWS changefileheader (1.2.378); FILE MERGED 2008/03/31 13:23:34 rt 1.2.378.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c9b58ebaf0abf862a8ef724a318aa6b6cb12702]

        INTEGRATION: CWS changefileheader (1.3.26); FILE MERGED 2008/03/31 16:08:12 rt 1.3.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0dea2363e836d3f32ace855b93cb07e5cf1e3ede]

        INTEGRATION: CWS changefileheader (1.2.44); FILE MERGED 2008/03/31 16:08:12 rt 1.2.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29d04d2d66f3a1e208d386b99233f69f2eebd4fc]

        INTEGRATION: CWS changefileheader (1.8.146); FILE MERGED 2008/03/28 15:24:03 rt 1.8.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a9ed51b8d839d199090f28aba64d874382287e9]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:09:03 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81eebb847e9fb1f01a31b4e945aea968991ca402]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:31 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8993ca4335972910b73d1036630069cdbcc1913]

        INTEGRATION: CWS changefileheader (1.5.44); FILE MERGED 2008/03/31 16:08:12 rt 1.5.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b618f35fd1e2bc326a25351f2787269700031ff]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:24 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c15b2738206d422bf501def589aa3e0d26bf0350]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:31 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b447cc688169fde2d07537c6d9f5214724dbb21d]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:09:03 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:03 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95cd88225fc29c81d3984b04c036c48b1026a5d8]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:09:03 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:15 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5845b749ab0766a4654cc9256cd6efe109f9d734]

        INTEGRATION: CWS changefileheader (1.31.2); FILE MERGED 2008/03/31 16:08:11 rt 1.31.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6017fe6e6dbec8d2f7127b1c3363572e2db88f51]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:37:24 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e42aa6f953a1084704dec68aa850f81b2e7c60d1]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:14 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [452aae07dcba10092a43775455ba6956a11ded82]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 16:08:11 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d624faa96c2c6f21700279b7a58fabae32c9876]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:09:02 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [420cbe41ce7709ae3ecbdcc9011d67c8c8810047]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/31 16:08:11 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04707de07bef54382dc5c139ac1a0ecb2a6009e5]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4dbadf6f4a753b5b90136ec83b573206327ccc3]

        INTEGRATION: CWS changefileheader (1.11.86); FILE MERGED 2008/04/01 15:09:02 thb 1.11.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.11.86.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.11.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [483bb3adb0bf4655c69fde00419a609f3b9c4776]

        INTEGRATION: CWS changefileheader (1.2.80); FILE MERGED 2008/03/31 16:08:11 rt 1.2.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64128967c8aff1702b4b3bd41277c5d05e133bda]

        INTEGRATION: CWS changefileheader (1.18.216); FILE MERGED 2008/04/01 15:09:02 thb 1.18.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.18.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.18.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36367472e4091bd2065b078288fb13f24a3d436c]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:30 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cda166789a39ff8ab3c6dd16137a39134ef2b08]

        INTEGRATION: CWS changefileheader (1.23.2); FILE MERGED 2008/03/31 13:21:32 rt 1.23.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c13b7c45323a7f8407c6ff44fc41f4d48c986054]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:53:14 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [397296d6c07f41ef4eb63cf4b7d7d1a28681b51b]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:23 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f9a3e2956dde4465064a4ee2d1b2dd02d8da946]

        INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED 2008/03/31 16:08:02 rt 1.3.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3839bc65246f15295f1912ebd54ad5da84edf561]

        INTEGRATION: CWS changefileheader (1.3.134); FILE MERGED 2008/03/31 13:21:31 rt 1.3.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8913d9e47bf1aa9682f50f35e2c8f9bdab4afe30]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 15:09:02 thb 1.7.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/28 15:24:02 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a157e6cb3b777835374f14e0f125cfe2338d99f]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:08:02 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65eb51b771d41b982c5044469c58f5c7a5958e13]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:23 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8994a61400171e6c943cec029da4f59ff7f62abe]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/31 13:21:31 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb3c45b611926633bc1e7b7d95709fbd902af1f1]

        INTEGRATION: CWS changefileheader (1.24.8); FILE MERGED 2008/03/28 15:23:59 rt 1.24.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0cba1af1ea42c39b203338e09a200169dd538b7c]

        INTEGRATION: CWS changefileheader (1.3.88); FILE MERGED 2008/03/31 16:08:01 rt 1.3.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62c695e40e7fa70ad4dc64c79a2348647952cc7b]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:46:30 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93d51f2c211c2aff392074895e9d3e33f4e3b8fb]

        INTEGRATION: CWS changefileheader (1.13.2); FILE MERGED 2008/03/31 13:21:31 rt 1.13.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89951a10b5d622e84151efb94c9a35c8e65bf342]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/03/28 15:23:59 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [01949842d95a7b040cc5463ed36840cb6f14ecb2]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:08:01 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc3fdeb081b63688fe271030c9de37f98ac79aa3]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:23 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2dcb538667d5395ff90383690a85b003f4768d0]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:29 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56f52cf11aef0fe0282a6fe0d5841cffd1c773a9]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:09:01 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:59 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa0891d8510b7c9faf4d17cbcc852189d1c5a6b1]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:08:01 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [343d6e6298f2e9d5df146818eb353c8315e60041]

        INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED 2008/03/28 16:37:22 rt 1.6.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f28cb5a4c551746c2de53a8a6f47cb74496aeed2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:29 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3f0fba8f1b39fce3a8ca293757a580f86162cce0]

        INTEGRATION: CWS changefileheader (1.7.276); FILE MERGED 2008/04/01 15:09:01 thb 1.7.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:14 thb 1.7.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:59 rt 1.7.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1367cfc94a9619e619bea326901924243c14e77d]

        INTEGRATION: CWS changefileheader (1.10.4); FILE MERGED 2008/03/31 16:08:01 rt 1.10.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2faea129dc763e9f9fa89d19578c126e6875b2c4]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:37:22 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8e13b8da51f1a0d26e3fd9660939a67bc6619ec]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/03/31 13:21:31 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b83eb091a25ac9b8221f89fa578bf010753c6178]

        INTEGRATION: CWS changefileheader (1.16.182); FILE MERGED 2008/04/01 10:53:14 thb 1.16.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:59 rt 1.16.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [350fd843ed20b932eb2a8b85773d85c7a20559e6]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:08:01 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8d69cb1af1e1d12be85cb9746e70395426f2d32]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:22 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac4ade089016f43802f04ef7b98c74a59ad13122]

        INTEGRATION: CWS changefileheader (1.15.204); FILE MERGED 2008/04/01 15:09:01 thb 1.15.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.15.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:59 rt 1.15.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [828fbf89cefc26bc37597c106802077642de3e38]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 16:08:01 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06630407a6dc48bd57fc4756c9eec2e61d334517]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:21 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22857505d9af33af5690a4982811f15154fdef08]

        INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED 2008/04/01 10:53:13 thb 1.20.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:59 rt 1.20.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [344211b3d61ea1d939e840caad97918d194bfef5]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/03/31 16:08:01 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f1197a689e3852d80a1df944422b0eed70f0e87]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:21 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f41780d72c7bea850ab3fcb5acdcf5b882aef074]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/31 13:21:31 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [467f293f6eeda7e94f4d13c9ca568ec8011be02e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:28 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bb573eedd7588952203bb99d918be7e0bd40dd0]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/03/28 15:23:58 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfb0d6d7f0ad5ae4e2e5004f47efaa591a2e1d78]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 16:08:01 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8e0110b86560c9567a267addeca8febf1da14d1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:21 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d08ccb5cfb67eee93af0b220ffebb681ef88cfd1]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/03/28 15:23:58 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac02748623d92473dad78acce449986b9ccaf066]

        INTEGRATION: CWS changefileheader (1.7.4); FILE MERGED 2008/03/31 16:08:01 rt 1.7.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dcddddcafe9e0b4fb5a28ccf75d3d3e22eb57f6c]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:37:21 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4896e2296d06774e08f8aea80fc6ec44b6bbd8d0]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:01 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb578afe952d37177fd939b4f9e8fdf55ccc4788]

        INTEGRATION: CWS changefileheader (1.17.2); FILE MERGED 2008/03/31 13:21:31 rt 1.17.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45428a591e8775fe666a5850ac0319f304f46cce]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/03/31 16:08:01 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3968e71b48c4a5949efda4bbae46091381fbd061]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/03/28 16:37:21 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0735b323c2a9bfd2a35f2c3cafa2a3fd81d70245]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:09:01 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d53085193bf53e2a1d3ee8da992281a0acc7f2b0]

        INTEGRATION: CWS changefileheader (1.26.46); FILE MERGED 2008/03/31 13:21:30 rt 1.26.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93c1872eb9b64e2d6f5efc5106ccc65f2ad39539]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:08:01 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86eba29e27d6af05a7f8f759272475df131312eb]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:37:21 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25d03c3c8910c680a542cb8626d30140902022f4]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 15:09:01 thb 1.4.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dac7907afd75a1c093a49fd77a16d6ed3f66bd26]

        INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED 2008/03/31 13:21:30 rt 1.5.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4dd1fa636a7408ba04777435911f8b1cb5da7587]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/03/31 16:08:01 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d227fed9d3e707fa9af0fcad14a4579a4a0bf5e]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:20 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac38f5a0847645c85af4132f02744ef8093c8948]

        INTEGRATION: CWS changefileheader (1.9.182); FILE MERGED 2008/04/01 15:09:01 thb 1.9.182.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.9.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.9.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec0ae2a73508b56c2347c26a8fb371259b848661]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:27 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65a6d7871c788eed5d21ca64bec9f47fe130bd46]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:37:20 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cfdfc84ddb34aa68544675b6bb271fdef027950a]

        INTEGRATION: CWS changefileheader (1.4.58); FILE MERGED 2008/03/31 13:21:30 rt 1.4.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d432a797368b08299551cde1d8baa5da4f884939]

        INTEGRATION: CWS changefileheader (1.11.182); FILE MERGED 2008/03/28 15:23:58 rt 1.11.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75f3a12d53abdf84a7d4c7a48fcf49c1836f4748]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:37:20 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1322b046d2c9d7fb3734ab0405b83073302ef135]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/03/28 15:23:58 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2037e34f1af8ba792066cb791c7f8dccfa0d9e90]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:37:20 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39c83fb10c0b36a342cb5d962a6c146f390ac196]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:08:00 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5c920791922fab0050ded388e777be44af66e52]

        INTEGRATION: CWS changefileheader (1.2.308); FILE MERGED 2008/04/01 15:09:01 thb 1.2.308.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.2.308.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fdf2a6f09f54d654959c457ccfb505cd10ba577]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 16:08:00 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b242b4bedf148ea7d96a458d5cfbc72738a9b19a]

        INTEGRATION: CWS changefileheader (1.11.14); FILE MERGED 2008/03/28 16:37:20 rt 1.11.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [22c32f5391a88d2d889694607e6653f099f5068c]

        INTEGRATION: CWS changefileheader (1.9.276); FILE MERGED 2008/04/01 15:09:01 thb 1.9.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.9.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.9.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf4f50c1e0757c6e082b7b17e6c13c89b35f3e85]

        INTEGRATION: CWS changefileheader (1.15.4); FILE MERGED 2008/03/31 16:08:00 rt 1.15.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e676bcebc606f63969af948eb8c59cbdbb8f2cf]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30760341e326c8052b7ce5f927fac44dd11b2e5b]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:16 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac58bb81c4f96e10797f475de70ea5ef50bfaa29]

        INTEGRATION: CWS changefileheader (1.15.182); FILE MERGED 2008/04/01 15:09:00 thb 1.15.182.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.15.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:58 rt 1.15.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a3c4f528515d30b08c6a8c9fda40609daadf9fb]

        INTEGRATION: CWS changefileheader (1.2.134); FILE MERGED 2008/03/31 13:21:29 rt 1.2.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c299ee0dbf5018f6ecfa9d3a0efc39052416d572]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [708c4b8bbc0544c8c92617ba0ab20a8077d93082]

        INTEGRATION: CWS changefileheader (1.5.110); FILE MERGED 2008/03/28 16:37:16 rt 1.5.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa94290d0569ee54d380ec2045b8353c3e548a17]

        INTEGRATION: CWS changefileheader (1.5.116); FILE MERGED 2008/03/31 16:08:00 rt 1.5.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdceb3abb746db2300fe8fd2704be27bf0084fe6]

        INTEGRATION: CWS changefileheader (1.4.134); FILE MERGED 2008/03/31 13:21:29 rt 1.4.134.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [739d9119edbbcfafc3d730d6bcb53b2d78abcc33]

        INTEGRATION: CWS changefileheader (1.1.364); FILE MERGED 2008/04/01 12:39:58 thb 1.1.364.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5103e180cc4ef46315881b971c86b507c8938163]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:37:16 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42cb0c51299b4468ad2a98b195a11b459969e1f7]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/04/01 12:39:58 thb 1.3.62.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6c85698188d61350ff0788b8ecd9179a5868281]

        INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/28 15:23:56 rt 1.3.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f89f295419722b2802fca372a1d7170931e5cd7]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:37:15 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aae8aef7c2c2a758e139ad01370ee409166e27a0]

        INTEGRATION: CWS changefileheader (1.2.260); FILE MERGED 2008/03/31 16:08:00 rt 1.2.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fccf5c77899445bbdaf8c4aaf8f2675567143621]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:25 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [446fcb92d81c60faef27d33875ccceb21d5d94a8]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:15 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80b6f5688d77ee19d714e8f153ea670c634d3865]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 12:39:58 thb 1.4.62.2: #i85898# Stripping all external header guards 2008/03/31 16:08:00 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d58f01f328fe673f6af45fa8eeca05f2d89bb8cd]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/28 15:23:55 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ec36c3d92e9b6ed215ec3b4ea2de1daf7db401e]

        INTEGRATION: CWS changefileheader (1.2.260); FILE MERGED 2008/04/01 12:39:58 thb 1.2.260.2: #i85898# Stripping all external header guards 2008/03/31 16:08:00 rt 1.2.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b248cf7c3e345d6d52045818e6d18b2d1ae72ac]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:15 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b511ea4e9e3e00b95f54de99e97413c578cb87b]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 12:39:58 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 16:08:00 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd6c1717dc5ab23dbdfc981dd8b57a19813f4cd2]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:25 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe1688b56a76372771370902bdbfca780d95adf6]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:37:15 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45bf6d603c3fc7df982f97b1e60fbfc32aaaf9b0]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/04/01 12:39:58 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 16:07:59 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b90ac599035b87086b6aaf715cea77ef6053df1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:24 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79f4d48d9608c76d8f70b89a41dd9230074055d0]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:15 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeb25176426e43bee82ab7e9a50012b0dc0446ab]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/28 15:23:55 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9309629918bfab8c6906618b430fb65a27a6a62e]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/04/01 12:39:57 thb 1.4.62.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8093d70abb76c6d9c13861c39f13546b832c883]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:09:00 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:55 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [857005eb7fb0b98e7a0b5a06e29581cd3b0e6028]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:14 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a234634105cfa73fdd5dd39c936efb7aa7c722db]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:24 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2ab282579d246f7400131328afeb165478e63ff]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:07:59 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1792dbfd677fc029e37dcb144815aceec9902ada]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:09:00 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:13 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:55 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fdf929d1bea86353ddb9e7f0021affcd7ff3a4dd]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:14 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f4faa5b1ea864a1707dfbd84b20495fc247ff8f]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/04/01 12:39:57 thb 1.7.62.2: #i85898# Stripping all external header guards 2008/03/31 16:07:59 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d5c567a18a45793f0d312df6632b8a266d81daa]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:09:00 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:55 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c766568c7b154a00c21d3be8dd8ebd6cac32f89]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:14 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f35d8a8f781096a05a68206e60d11ac4ab735153]

        INTEGRATION: CWS changefileheader (1.3.112); FILE MERGED 2008/04/01 12:39:57 thb 1.3.112.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c541d0e903eb8f38bb3c31a618c5409df1c156f4]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:13 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:55 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [65f136f2838d6b74f797e7cda0be941ea73dc79a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53614a75aa9883414f5fe2e720fb2fbdcafb987c]

        INTEGRATION: CWS changefileheader (1.2.112); FILE MERGED 2008/04/01 12:39:57 thb 1.2.112.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a1331a8b80f90848408cc16c7889900d7cb331a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:14 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24740a813f0f49708cef31d5dc86f110fd7b2d24]

        INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED 2008/04/01 12:39:57 thb 1.9.42.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a4c9a73fe0ce31ece7f4dd13832b13ba96a58a]

        INTEGRATION: CWS changefileheader (1.6.202); FILE MERGED 2008/04/01 10:53:13 thb 1.6.202.2: #i85898# Stripping all external header guards 2008/03/28 15:23:55 rt 1.6.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [591e5d6c3856f6c34f3951ddf15d75c151a1d6d7]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:07:59 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b7f708d65b9e8777dce38c2fee44d6541562709]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:14 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f6468a896e1d13b6838f5495be1bd45cc04be166]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/04/01 12:39:57 thb 1.6.62.2: #i85898# Stripping all external header guards 2008/03/31 16:07:59 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be0af58086af0cfa771a7684a859e0c4e75e6f98]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/28 15:23:55 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86c7efb3c2076203f01e69b0332dddb6763f2293]

        INTEGRATION: CWS changefileheader (1.9.28); FILE MERGED 2008/03/28 16:37:13 rt 1.9.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4db07e8649bad14d0eb9dd89a5836ba4659c55b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e09dc60d7622fe948541d1d622a7d6997bf95b]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:23:54 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb212cc9a1fcef29b293438afec05c644ef58185]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/04/01 12:39:57 thb 1.4.4.1: #i85898# Stripping all external header guards

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [558121dda8c79419023f65dfee3b9e03ca16e053]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:37:13 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b95b15e5a5425aaa1141d534c8dfb0665cdaf8ab]

        INTEGRATION: CWS changefileheader (1.5.116); FILE MERGED 2008/03/31 16:07:59 rt 1.5.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f77fae545e1380fdddefba5520ecacb763ba915c]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/03/28 15:23:54 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40a66e8b2989a947ee2282e94a4f80c8c0dcb35c]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:13 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66369ecd3b66957698397dae714984b8b038f3a5]

        INTEGRATION: CWS changefileheader (1.8.202); FILE MERGED 2008/04/01 10:53:12 thb 1.8.202.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.8.202.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e10db882992c583304baee568a476861484f650f]

        INTEGRATION: CWS changefileheader (1.2.260); FILE MERGED 2008/03/31 16:07:59 rt 1.2.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed778b6b979753173d2e24022f0a961750c38461]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:13 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cb7b488649581ee2b5d16935c812059dc15b88b]

        INTEGRATION: CWS changefileheader (1.5.66); FILE MERGED 2008/03/31 16:07:59 rt 1.5.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef9256ff2b8dece84d1aa4c97894f1fe46e71f7d]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:13 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [236c6e1e90a4f8cdb05ba5ac6bc348d6cf08a247]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:07:59 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50a7b0b2195070d2c3cfa552601ff2b3f73955c1]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:46:21 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75b43a8c6d0ba6a447c0e7b4e1d554405c04b154]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 10:53:12 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78eb4fbacb50755bd5368fc63864e2cb04fa7437]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:21 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [526c15fca206bd7c686928de863fa2bcfc21cc1a]

        INTEGRATION: CWS changefileheader (1.19.4); FILE MERGED 2008/03/31 16:07:59 rt 1.19.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3da7ff9d3bd014bf02eb14092ec5087f932318ee]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/04/01 15:08:59 thb 1.6.2.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.6.2.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3dd3e05a3f919e1c62817c9b5f3b12e08bfeb14e]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:13 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [681b2e76500e41c62bb12d871ab19d104bb73e6a]

        INTEGRATION: CWS changefileheader (1.14.66); FILE MERGED 2008/03/31 16:07:59 rt 1.14.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdb6b80bf5c1524d8d95683b29586c880be208ef]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:12 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbebd2086bd4a53697d3b12ea00b69d51f842eb3]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:08:59 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b487ff593b2c7aa06c365d516895b01410ac4489]

        INTEGRATION: CWS changefileheader (1.12.4); FILE MERGED 2008/03/31 16:07:58 rt 1.12.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1c2b25ea89dec5591d5b70e38caa9a4f3c2ba48]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:23:54 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [245db5b4d1ef988c2a54e0c84a2fee30bea12c3f]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:12 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2713022441fb73fc73bd004b4fcab6a3e1c062a]

        INTEGRATION: CWS changefileheader (1.9.88); FILE MERGED 2008/03/31 16:07:58 rt 1.9.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8b8175cf6f95a661a112ac490762591ce61213a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:20 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14a941654fba13e267e6f3a2744605ebabcdc22e]

        INTEGRATION: CWS changefileheader (1.4.204); FILE MERGED 2008/04/01 15:08:59 thb 1.4.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.4.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a96b74cc00d3164805b5e0bd3e5217f53175bc10]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:07:58 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e965afdedcecee264d3309a28d08e2c8ccbbb4f6]

        INTEGRATION: CWS changefileheader (1.8.204); FILE MERGED 2008/04/01 15:08:59 thb 1.8.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.8.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.8.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [220adc75a0fc88fdeb7cb580d267092b2c62cf95]

        INTEGRATION: CWS changefileheader (1.4.116); FILE MERGED 2008/03/31 16:07:58 rt 1.4.116.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [452413edfd24381df95b0e6fa20fb77849e667df]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:12 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18b50e14f52f5aa368c64a136b6027500e11ab38]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:59 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c92943714f0ffbc3b7b3a668f49a3e48802a8aa2]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:07:58 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [189c920b7dcee5f851cb578b89389270c9692cbf]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:12 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d879974f10829cd668c17a0f87f5dc24cc463644]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:12 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:54 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f7f22b6f325d6103a00ce4962de70861b5035a8]

        INTEGRATION: CWS changefileheader (1.4.182); FILE MERGED 2008/03/31 16:07:58 rt 1.4.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5fc865da5e39d0d135281b513ec1fd4097451f5]

        INTEGRATION: CWS changefileheader (1.2.276); FILE MERGED 2008/03/28 15:23:52 rt 1.2.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e1d3bf6be127045cf298a509ddfc756429a6d9e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:19 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5d85f7704757d55bd320b0fc49a9574b3b9cf0c]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:12 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23d5499f46c46c29e83c154c9e2dbc49a9588af7]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/03/31 16:07:58 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93159b10d098832953411413a6bb403233d82b21]

        INTEGRATION: CWS changefileheader (1.4.184); FILE MERGED 2008/03/31 16:07:57 rt 1.4.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2674de067dc66f7dc6ee3cb3f5d0ae564f73d22]

        INTEGRATION: CWS changefileheader (1.26.66); FILE MERGED 2008/03/28 15:23:52 rt 1.26.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f970adf6d4ed468a6a65331960a85cc2fa42e491]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:37:12 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9942b37c0dba343e2f67e1eb34033e11d93d9a1]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 16:07:57 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f51dc8d1b03b75c50a3ad4043f85bd72b6d99c56]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:12 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeebe9a37194b8d8bc533b9f7fc11f9b2ebe68ed]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:37:11 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b2a74a509add2eae37b0546342b2bbe2b8ecd4e]

        INTEGRATION: CWS changefileheader (1.8.204); FILE MERGED 2008/04/01 15:08:58 thb 1.8.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.8.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.8.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ce225f72ac78a48e56932ad52a4a66193f4aa7f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:11 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e971f1f893c953cb88b84aaf79d329f162219e50]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/03/31 16:07:57 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b4d8912d59ce49724c64275190f116816994098]

        INTEGRATION: CWS changefileheader (1.5.204); FILE MERGED 2008/04/01 10:53:12 thb 1.5.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.5.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c18ce41e45c0083bde3a99fab040d5d13f3bf31]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:11 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2814abb24fd0f8c2714c4964667100396d14297a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:18 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3f1c8175c62422b61dc9ef00bbd09884a8bf0c0]

        INTEGRATION: CWS changefileheader (1.9.204); FILE MERGED 2008/04/01 15:08:58 thb 1.9.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.9.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.9.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0674879e6fecb1dfd0bb5aa52bb7fa77f8a4def]

        INTEGRATION: CWS changefileheader (1.9.94); FILE MERGED 2008/03/31 16:07:57 rt 1.9.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bbcf37c2480aa4e72a5d141047e4356ed050d80]

        INTEGRATION: CWS changefileheader (1.7.262); FILE MERGED 2008/04/01 15:08:58 thb 1.7.262.3: #i85898# Stripping all external header guards 2008/04/01 10:53:12 thb 1.7.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.7.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62bdefa0343100a3424878861a174732069e9812]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:11 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a1ece28cdef70140ed40c9c67cf6066e0f63dafd]

        INTEGRATION: CWS changefileheader (1.17.28); FILE MERGED 2008/03/31 16:07:57 rt 1.17.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c744b1c5cf93d8a5e85b44c5490468b2b7425ca]

        INTEGRATION: CWS changefileheader (1.17.180); FILE MERGED 2008/04/01 15:08:58 thb 1.17.180.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.17.180.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.17.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [53b1382420bf61f031f0afb2fa22444c2fde7b98]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:37:11 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f1c63c89ea103f3f237e04c5f8b8f11e895d338]

        INTEGRATION: CWS changefileheader (1.3.54); FILE MERGED 2008/03/31 16:07:56 rt 1.3.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2ccc553c9fab34bf33e7f2eb7b2b1d0fe280f08]

        INTEGRATION: CWS changefileheader (1.7.78); FILE MERGED 2008/04/01 15:08:58 thb 1.7.78.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.7.78.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.7.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37f149ed86b41b570ee99ed6f11ad00708d6ed10]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:37:11 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21ba15cdbb5e62e51d9f510f5aa2d8bf69894f03]

        INTEGRATION: CWS changefileheader (1.3.20); FILE MERGED 2008/03/31 16:07:56 rt 1.3.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc6964870d7da30bfb53dfaebce9508c9912419c]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/31 16:25:06 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84b354725c5acabcdc94a53728d2838838e53720]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/04/01 15:08:58 thb 1.5.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.5.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a97d5cce125f14f01ca10dcc7a2fb9955b4b025a]

        INTEGRATION: CWS changefileheader (1.8.110); FILE MERGED 2008/03/28 16:37:11 rt 1.8.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [402886516a2ab6460088513030bb84d33ad7bdf4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:17 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afccb593ba6a020f9f7852d9b8e649111f11f243]

        INTEGRATION: CWS changefileheader (1.3.260); FILE MERGED 2008/03/31 16:07:56 rt 1.3.260.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f896c2221a74179455ed60c1a59cdd4855dbf055]

        INTEGRATION: CWS changefileheader (1.4.144); FILE MERGED 2008/03/31 16:25:06 rt 1.4.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7292e2a5584aac8469f7e2a85cb173d3e876eff]

        INTEGRATION: CWS changefileheader (1.7.204); FILE MERGED 2008/04/01 15:08:58 thb 1.7.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.7.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.7.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1876c69a1d77ae96649c99777e591671903b3ff1]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:37:10 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [73f9ff7bdec48f0393e04d0627ae82c291aaf995]

        INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED 2008/03/31 16:25:06 rt 1.3.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [48390efc5532e6417bd509330f0b89d6b46e0ada]

        INTEGRATION: CWS changefileheader (1.13.262); FILE MERGED 2008/04/01 15:08:57 thb 1.13.262.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.13.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.13.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de56f04ab6ee56ea15a650198cc7dd85aa2c3d8b]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 16:37:10 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d426d0bcb35feb5b158c1bf370922d7474a56231]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:21:15 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:06 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8c0a665d7820e923b55d839be01d11e19b756e9]

        INTEGRATION: CWS changefileheader (1.31.20); FILE MERGED 2008/04/01 15:08:57 thb 1.31.20.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.31.20.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.31.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6b29cd6ce7e27a9dff4f7adb6882f5876f75fda8]

        INTEGRATION: CWS changefileheader (1.45.8); FILE MERGED 2008/03/31 16:07:35 rt 1.45.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d66b329bd111ae0eae1876422c83547b1ecd3322]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:37:10 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a279d00bdc4d52214e03d6ea84dcfa6dca15d88f]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/04/01 15:21:15 thb 1.4.106.3: #i85898# Stripping all external header guards 2008/04/01 12:31:38 thb 1.4.106.2: #i85898# Stripping all external header guards 2008/03/31 16:25:06 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fc757431acaafeeedceebdb274d2e5b298473f6]

        INTEGRATION: CWS changefileheader (1.7.276); FILE MERGED 2008/04/01 15:08:57 thb 1.7.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.7.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.7.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9e305d35f2053e387373bae374529714847e9fc]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 16:07:35 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0b7581b1336d5ab08f1a1d28f2cfa143f056710]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:21:15 thb 1.5.94.3: #i85898# Stripping all external header guards 2008/04/01 12:31:38 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:06 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12c95229d68fc111ea46b046b26b405cd5bb4191]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:08:57 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5392b5d143ab2ae1bf180437b96d0514cc31633]

        INTEGRATION: CWS changefileheader (1.11.152); FILE MERGED 2008/03/31 16:07:35 rt 1.11.152.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07ec325dc8f7160f4aae2315e30c8f6437b861f1]

        INTEGRATION: CWS changefileheader (1.22.10); FILE MERGED 2008/03/28 16:37:10 rt 1.22.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0246656810471a503a73f01de98117b1c46529d3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:16 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [077161dbcb9d2afec85f1e0957c5ae90ba797f24]

        INTEGRATION: CWS changefileheader (1.5.4); FILE MERGED 2008/04/01 15:21:15 thb 1.5.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:38 thb 1.5.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:06 rt 1.5.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a28b0150ff1c9a9bd4c34d22548e51f687b0abc]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:11 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8805a44aa12993cd6595ef2ea142da82980a692]

        INTEGRATION: CWS changefileheader (1.6.1022); FILE MERGED 2008/03/31 16:07:35 rt 1.6.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8964a054c506fbc51ed0ef0926a21ac634306b3a]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:37:10 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f68b7791386fba7f3bb581178b7c909de087147]

        INTEGRATION: CWS changefileheader (1.12.4); FILE MERGED 2008/04/01 15:21:14 thb 1.12.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:38 thb 1.12.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.12.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0c58e60654b537fb1b19a22695c244f8379223b]

        INTEGRATION: CWS changefileheader (1.8.276); FILE MERGED 2008/04/01 15:08:57 thb 1.8.276.3: #i85898# Stripping all external header guards 2008/04/01 10:53:11 thb 1.8.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:51 rt 1.8.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f9d8e16f87dff509adf97bdf9a346121b08eb2f]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:37:09 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccf93b15fcce40bf76ea0b9be5e95a6b7841f0b4]

        INTEGRATION: CWS changefileheader (1.3.144); FILE MERGED 2008/04/01 12:31:37 thb 1.3.144.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.3.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f809b91b0e1e128a036848dd39996068d0384b]

        INTEGRATION: CWS changefileheader (1.18.78); FILE MERGED 2008/04/01 10:53:11 thb 1.18.78.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.18.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df1c044d6ebc001b1a869d00b33428d2170b9983]

        INTEGRATION: CWS changefileheader (1.15.154); FILE MERGED 2008/03/31 16:07:35 rt 1.15.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b977ad5f040496fa040da5a7ac3ba2bf7b900b12]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/28 16:37:09 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cda1df2e3bf912db164edd63493dc7bdc3c337ad]

        INTEGRATION: CWS changefileheader (1.5.94); FILE MERGED 2008/04/01 15:21:14 thb 1.5.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.5.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [918b533f4c18ca0de4f12ab73ae1ad096f5bc0c4]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 10:53:11 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d599c93ebf998b4a3c7127f11e3a376750fc0c83]

        INTEGRATION: CWS changefileheader (1.7.408); FILE MERGED 2008/03/31 16:07:34 rt 1.7.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f497b4b95b91fa7c33dfa2362875dec4fbe705da]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:08 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ec9921d8f0d092d982c7a76833b0e7d7169ca01]

        INTEGRATION: CWS changefileheader (1.13.4); FILE MERGED 2008/03/31 16:25:05 rt 1.13.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7425e3699aed96828ae0adf75bdc7f48884dab90]

        INTEGRATION: CWS changefileheader (1.15.22); FILE MERGED 2008/04/01 10:53:11 thb 1.15.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.15.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b969468e8ff5efb9e6037a98d4041577545dc07]

        INTEGRATION: CWS changefileheader (1.12.174); FILE MERGED 2008/03/31 16:07:34 rt 1.12.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [213158515e9c0f97a6b6062980e18b293f0f4e52]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:08 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [446de2d3785715870e9e336cb5f43cbbb7b0555e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:15 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7ea3c4cabbcf424648fa66a17fdb0f7495f666e]

        INTEGRATION: CWS changefileheader (1.9.4); FILE MERGED 2008/04/01 15:21:14 thb 1.9.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:37 thb 1.9.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.9.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a55a4a3dd3b3bbfc78f66bf8c839ce0e6fe8179e]

        INTEGRATION: CWS changefileheader (1.17.22); FILE MERGED 2008/04/01 15:08:57 thb 1.17.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:10 thb 1.17.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.17.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf973858c669dfbd1d3a3d6074f808b4df0482f0]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:34 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d15694efcbe58cc4fd9e5faae85322b293e07d]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:08 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4a3c7e87722b5092a15d5c6cb6a77d364314df2]

        INTEGRATION: CWS changefileheader (1.19.4); FILE MERGED 2008/04/01 15:21:14 thb 1.19.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:37 thb 1.19.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.19.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4499fda9f957acdf1636b95e135dc756d246a6af]

        INTEGRATION: CWS changefileheader (1.27.22); FILE MERGED 2008/04/01 15:08:56 thb 1.27.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:10 thb 1.27.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.27.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2a4749b0bdb74da257c918ede703a4e3d555aad0]

        INTEGRATION: CWS changefileheader (1.23.8); FILE MERGED 2008/03/31 16:07:34 rt 1.23.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dbdcdf53f6cffacc8534ff8fa5aed19046f6fab2]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:37:08 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7510dd5e2ef53996af4446dac97fa3f65a31aa2]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/04/01 15:21:14 thb 1.7.46.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32d6e778ab0e7e70e06ef1451ff2bc32beecee8f]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 15:08:56 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfae3044bafe4a2dea7b4c3ddbc0b9cfb22db28b]

        INTEGRATION: CWS changefileheader (1.5.1022); FILE MERGED 2008/03/31 16:07:34 rt 1.5.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4103a1de2843ae2575c4dafc45b7c1c9e5f56d4a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:15 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afe816d188fb090cccf9d1d198ef21b2365b7e7f]

        INTEGRATION: CWS changefileheader (1.5.106); FILE MERGED 2008/04/01 15:21:14 thb 1.5.106.3: #i85898# Stripping all external header guards 2008/04/01 12:31:37 thb 1.5.106.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.5.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6e30f32c3f3cf47d07762e532b2c22f217c31e08]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:53:10 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fa2f0698b613c560890ce68b552db2cd41599e9]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:07 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [827aa28fb3e7fca292d847f1417cabf65e03e58c]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 15:21:14 thb 1.6.94.3: #i85898# Stripping all external header guards 2008/04/01 12:31:37 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69771ed6e81954a93033be740128b7503a65a803]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:53:10 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [369b26d005d3e84e81372a004cc1aa65cd46e106]

        INTEGRATION: CWS changefileheader (1.5.144); FILE MERGED 2008/04/01 12:31:37 thb 1.5.144.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.5.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6621cf584a575fab885ddf0321d794f5451fb189]

        INTEGRATION: CWS changefileheader (1.6.204); FILE MERGED 2008/04/01 15:08:56 thb 1.6.204.3: #i85898# Stripping all external header guards 2008/04/01 10:53:10 thb 1.6.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.6.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3381a358f5f1babdc6a2cd424470bfa6ee5c0c3]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:07 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d6592331a7299e6785ca5fd3a1e49c350f2314c]

        INTEGRATION: CWS changefileheader (1.3.204); FILE MERGED 2008/04/01 15:08:56 thb 1.3.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.3.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [837210f3f5ae80c07be8272fffa08d524f37523c]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 15:21:14 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:05 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e98a3c137b3453289911cb235e6cd60e118d26ec]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:14 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82983c519330067a70f056167b208146a0b492eb]

        INTEGRATION: CWS changefileheader (1.9.204); FILE MERGED 2008/04/01 10:53:10 thb 1.9.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.9.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a986aca59835aedaaff974a114b08bc543f04d97]

        INTEGRATION: CWS changefileheader (1.19.4); FILE MERGED 2008/03/31 16:25:05 rt 1.19.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aca8797d472811fc8f484fa7f043185cbc1f98d3]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:07:34 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68479111cdf52e0f95c02c6f36e7d67998b7ff4a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:07 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b244689ee76fdebb1ce058268383d32af3e19c4]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/04/01 15:21:13 thb 1.2.46.3: #i85898# Stripping all external header guards 2008/04/01 12:31:37 thb 1.2.46.2: #i85898# Stripping all external header guards 2008/03/31 16:25:04 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d0f4969736c616d13c482903bd9c1ffac0d5976]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:53:10 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58e7c470053a476dfd9ef09da4f385e9db2b2b26]

        INTEGRATION: CWS changefileheader (1.35.8); FILE MERGED 2008/03/31 16:07:34 rt 1.35.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bafec3e42f5743e08ec751c2a317f43c85d0aa8d]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:37:07 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ed65b459147c44ec84591e6f8fde9bb06514a6e]

        INTEGRATION: CWS changefileheader (1.3.1022); FILE MERGED 2008/03/31 16:07:34 rt 1.3.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea1457d71ea907ebf9c2e71cef29415e392bc529]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:56 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:10 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:50 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d21722a7060ea650ba41486eb50f9b6b3998f488]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/04/01 12:31:37 thb 1.2.46.2: #i85898# Stripping all external header guards 2008/03/31 16:25:04 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5494153c84d819252ed091e6e523cc9e337f5cce]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa9edfb38f24fafc45d16ca21131eb5934a6cfd7]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/04/01 15:21:13 thb 1.2.46.2: #i85898# Stripping all external header guards 2008/03/31 16:25:04 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6aeb3e32042e9719e6c54965c6063bfdfbde6e2]

        INTEGRATION: CWS changefileheader (1.5.198); FILE MERGED 2008/03/31 16:07:34 rt 1.5.198.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a06ccda01aab314cf9c52dad36558554238f4b5f]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 10:53:10 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae2cdff294b0834f6eccb249dbc8f6e15c513771]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:13 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1129dde161be7dddea2c699c1c9bbaa9be75bad2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:06 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1901a0f937bf6fb903f8ad5f3a7a86690f73145]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:25:04 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d35d11983b6db35063942b5a992b0b1b995e663d]

        INTEGRATION: CWS changefileheader (1.4.1022); FILE MERGED 2008/03/31 16:07:34 rt 1.4.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2af59e1706ce37ba7be5e78f3bef0218ef868e7c]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:55 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:10 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94efedb2d56e7c7ec9a4086241bf2f725ef722e6]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/04/01 15:21:13 thb 1.3.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.3.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:04 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac6c0383c9389c57647490bf83b23052314312cc]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 10:53:09 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [62d5482f0c2baa4615096cd06dc274f46b6361a8]

        INTEGRATION: CWS changefileheader (1.4.4); FILE MERGED 2008/04/01 15:21:13 thb 1.4.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.4.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:04 rt 1.4.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acb4676bd8d28a226b60e3c053908e06dab646bb]

        INTEGRATION: CWS changefileheader (1.6.674); FILE MERGED 2008/03/31 16:07:34 rt 1.6.674.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21e9dd0fdec97ebfc0351e185b9ca68690b3a2ac]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:06 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8e36c6852afccc57251737a839e59c8fcadf0b9]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 16:07:33 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8931050a279f5209eb72a502100bff465c781fb5]

        INTEGRATION: CWS changefileheader (1.8.88); FILE MERGED 2008/03/31 16:07:33 rt 1.8.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cae2f561e1ec914764363835b640c72639cf0e69]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:12 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68e8843baf3b44f899af229009fc755443ef3715]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:55 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:09 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ca51f1ba8749d2a24d28ce0b6086c061a8bac0e]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:37:06 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28914f327ee4b3f1c7706b76b18f164eb74e5042]

        INTEGRATION: CWS changefileheader (1.4.1022); FILE MERGED 2008/03/31 16:07:33 rt 1.4.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92db862c6ac0a86af89e264c3d195493d7078763]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:06 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [64cceda20ba773b62012166a9fa4090d0cf842df]

        INTEGRATION: CWS changefileheader (1.6.90); FILE MERGED 2008/03/31 16:07:33 rt 1.6.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [24693d6214b563ec6c8ab816725adf8be3d3e49d]

        INTEGRATION: CWS changefileheader (1.2.92); FILE MERGED 2008/03/31 16:07:33 rt 1.2.92.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c73ed9cda34ed8796b242fdf862fb75f5b36bcd]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:11 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2079297d7b43368674e842cc9744bd5289d653b6]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:06 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [311bd82b986b219b7e943e5f02d487d2d4123790]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:07:33 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32c568ebf84da5c6e71d7e422f9c5476b2d7296e]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:55 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:48 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8c4758927ceb26b876d2e84027e6a896b83f6b2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:37:05 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4bd30758dedfd63dd7a1df9b8a3bdaa205365fcd]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/03/31 16:25:03 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8e32c17325f85a18895d6368fea19138a99454f]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:54 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:09 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4499d13130d4716dd36f5c5a1fb7e240e7e6adc1]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/04/01 15:21:12 thb 1.2.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.2.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:03 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5702034424aa09122974940a183d9f993e312e29]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:37:05 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3d8e44d46a176de1297869a3b2b7b3f130d252e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:10 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [908212c59a7a8a6e1eaeb6552a956995aab04ac8]

        INTEGRATION: CWS changefileheader (1.2.4); FILE MERGED 2008/04/01 15:21:12 thb 1.2.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:03 rt 1.2.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29f643c0b78c2978b177b0ef02edca0b9836d1ed]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:10 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ef29d4efd0c8d82de1e4675759ed9031be1052c]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:37:05 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [867b6262798086443779e27a363d190d00ccf1f5]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:25:03 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eeee621f282f26c511fb157f8e6a12c278ba652c]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 10:53:09 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3e9d9cbe359589b172a368a06512b2394e28914]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:37:05 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41197090fefcf2824effa2f908755999b74ad2d6]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:07:33 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67c47158245dc6d271ca63c0f84dac8d4a79e1bf]

        INTEGRATION: CWS changefileheader (1.4.68); FILE MERGED 2008/03/31 16:25:03 rt 1.4.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2fd840c2e1a0c671d8f8342a884a934282d44724]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:07:33 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea4ad74d8d2ac6826ca50f353401d0e1d7245c0d]

        INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008/03/31 16:25:03 rt 1.5.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3789d3d6cd6e2f2eacd0b933200d8c53ccad5993]

        INTEGRATION: CWS changefileheader (1.4.90); FILE MERGED 2008/03/31 16:07:32 rt 1.4.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f67660832cef7ccb9cd14bf7d9970d9e7d2d5875]

        INTEGRATION: CWS changefileheader (1.6.4); FILE MERGED 2008/04/01 15:21:12 thb 1.6.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:03 rt 1.6.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aefb4e01327dda5c20fc7b77c1bc5245568d4960]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:09 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb17b379cddf20b71835acace8b7624bbec91d59]

        INTEGRATION: CWS changefileheader (1.2.928); FILE MERGED 2008/03/31 16:07:32 rt 1.2.928.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f0a2ec49fba20a3d0af170298d0204dd557f418e]

        INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/03/31 16:25:03 rt 1.3.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5fa02e6426d6b07c0806ee6f256e97b81b8f35f2]

        INTEGRATION: CWS changefileheader (1.3.1022); FILE MERGED 2008/03/31 16:07:32 rt 1.3.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3ac93c470789d07efa5c8542de4b6b364676152]

        INTEGRATION: CWS changefileheader (1.5.18); FILE MERGED 2008/03/31 16:25:03 rt 1.5.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d140e5b326c93f3446c8ef5ed522e7d125c490c]

        INTEGRATION: CWS changefileheader (1.8.12); FILE MERGED 2008/03/28 16:37:04 rt 1.8.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7773adbfb37cfab5d18ce3d986b0489d8d70ac2c]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:32 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a04f607499ca51d00328b2eb967c9f7a3c5c85f]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:37:01 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fc8998def9c2607f633a4e6724fdb9f9fbecb8c]

        INTEGRATION: CWS changefileheader (1.9.196); FILE MERGED 2008/03/31 16:07:32 rt 1.9.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81c97682067899f2c18be8e63ad64a65448e496f]

        INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED 2008/04/01 12:31:36 thb 1.6.32.2: #i85898# Stripping all external header guards 2008/03/31 16:25:03 rt 1.6.32.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4326ecac021b3f0827a9e806347554fb5d023bc1]

        INTEGRATION: CWS changefileheader (1.8.800); FILE MERGED 2008/03/31 16:07:32 rt 1.8.800.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de50bd4d3bba45a712ced9daeb63d59ab5fc17d6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:08 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccf1ca4a2f70aab6010e15f7d5fdfcdba4d50ab1]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:54 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38cc47f8a274f5d8a0759aeb0d39e73fc5a71f7d]

        INTEGRATION: CWS changefileheader (1.18.4); FILE MERGED 2008/03/31 16:25:02 rt 1.18.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [236163c3fe8b075b24a12110822a6fefb5f689fe]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:37:01 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af41d444ac0359ed5aa8b2df13f24b475ba34a85]

        INTEGRATION: CWS changefileheader (1.8.4); FILE MERGED 2008/04/01 15:21:11 thb 1.8.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.8.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:02 rt 1.8.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02d15a77a31f6bc7d7c532f22657b705f216de5a]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 10:53:09 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b1f5a46301c774dcc238bf21cb40f5b80066808]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:37:01 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f156cc2a1437945d87a6c46445385e7ac3cf24d]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:08 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09842df5d4004b0178d8cd7b3b4eec210efcd862]

        INTEGRATION: CWS changefileheader (1.22.4); FILE MERGED 2008/04/02 15:27:23 rt 1.22.4.4: RESYNC: (1.22-1.23); FILE MERGED 2008/04/01 15:21:11 thb 1.22.4.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.22.4.2: #i85898# Stripping all external header guards 2008/03/31 16:25:02 rt 1.22.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c279668854682c764426f0e9c8d61bd7719c3fc]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:37:01 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe1dceef557a8762297b11ed0ea3ff41ca752a93]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:54 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:08 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b994ee34f4ea44320f797ddcf28595c2e56b2a1b]

        INTEGRATION: CWS changefileheader (1.6.94); FILE MERGED 2008/04/01 15:21:11 thb 1.6.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:02 rt 1.6.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac1469bdabde8061a485bf1d18fe3ddd35a77828]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 10:53:08 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cb3b3c01e57fe3abb3c26f47d6d77d7c99ae8a5]

        INTEGRATION: CWS changefileheader (1.5.292); FILE MERGED 2008/03/28 16:37:00 rt 1.5.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a05cdd4c370ae5f5f0f2d1f8cb97e5331785084b]

        INTEGRATION: CWS changefileheader (1.7.88); FILE MERGED 2008/04/01 15:21:11 thb 1.7.88.3: #i85898# Stripping all external header guards 2008/04/01 12:31:36 thb 1.7.88.2: #i85898# Stripping all external header guards 2008/03/31 16:25:02 rt 1.7.88.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [826197e7cfba47cf6390bd5b1ae634f52bd00f72]

        INTEGRATION: CWS changefileheader (1.5.674); FILE MERGED 2008/03/31 16:07:32 rt 1.5.674.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10e967331b914c70e085f17aa780faf9e1d2a08a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:07 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e63658f239b79bfe6a728017ea0a28d576d752a1]

        INTEGRATION: CWS changefileheader (1.7.94); FILE MERGED 2008/04/01 15:21:11 thb 1.7.94.3: #i85898# Stripping all external header guards 2008/04/01 12:31:35 thb 1.7.94.2: #i85898# Stripping all external header guards 2008/03/31 16:25:02 rt 1.7.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3cfd4494d1ca1eabb7a0ae433e69a649d2cbfe1b]

        INTEGRATION: CWS changefileheader (1.3.68); FILE MERGED 2008/03/31 16:25:02 rt 1.3.68.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [648d711dc5edf21b177a8dc17e3f127d0bfa0670]

        INTEGRATION: CWS changefileheader (1.9.180); FILE MERGED 2008/03/31 16:07:32 rt 1.9.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da9157f284bb89aee78a4643ecc0efbaa7522ac4]

        INTEGRATION: CWS changefileheader (1.2.94); FILE MERGED 2008/03/31 16:25:02 rt 1.2.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [beb4f34b89f34e166c2f1d62b54464a9188b2f83]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/04/01 10:53:08 thb 1.3.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:47 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2863273a1ad7822e47321e4e27920dbcedc1a08]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 16:07:32 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c580c932bdc0d1c650a4f5e3f7127b6b48814907]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/31 16:25:01 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [270043e3c3460ff2d614c77be9d058d7ce73d54d]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 16:07:32 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [818361f9d0767af2cbee75d34c280ff448c1f6f8]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 10:53:08 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:46 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [019c9044615cca16e432fa4d3ef99faa458193e2]

        INTEGRATION: CWS changefileheader (1.8.408); FILE MERGED 2008/03/31 16:07:32 rt 1.8.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfaf46d70059212296156ec7b54e2669bc8ace66]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:06 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ce682e562caff5c8a26ec873ba35fd91262e152c]

        INTEGRATION: CWS changefileheader (1.11.194); FILE MERGED 2008/03/31 16:07:32 rt 1.11.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab0bc1e784f220b91fbe9037d1d48838878b8dee]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/04/01 15:08:54 thb 1.2.86.3: #i85898# Stripping all external header guards 2008/04/01 10:53:08 thb 1.2.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:46 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [589324c86ad2241e0d83daa50dc3ad31b1b140a4]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:37:00 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c328ca9c48c571efbef8c0992756b832203e1d00]

        INTEGRATION: CWS changefileheader (1.13.842); FILE MERGED 2008/03/31 16:07:31 rt 1.13.842.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37c7c7da92422fcfb21d84ee2a5c3e13a3c1f4e0]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:58 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87a18b5848db3897c2536d6a7e7c42e41b82328d]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:46:06 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd67a7e4d8465e659435cbda76b6bed4033859e9]

        INTEGRATION: CWS changefileheader (1.3.78); FILE MERGED 2008/04/01 15:08:54 thb 1.3.78.3: #i85898# Stripping all external header guards 2008/04/01 10:53:08 thb 1.3.78.2: #i85898# Stripping all external header guards 2008/03/28 15:23:46 rt 1.3.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17ee8c6357359d71bd23e7d0ff4d24837d1a231e]

        INTEGRATION: CWS changefileheader (1.7.70); FILE MERGED 2008/03/28 16:36:58 rt 1.7.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d363f7a3a84795ad1347975a762c0c796c950553]

        INTEGRATION: CWS changefileheader (1.17.8); FILE MERGED 2008/03/31 16:07:31 rt 1.17.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a9a45b72f8684671cfe558ee1cca66e24bf6f31]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:57 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [affc3ab9692696c962d17ddae6faca16c07d268e]

        INTEGRATION: CWS changefileheader (1.20.8); FILE MERGED 2008/03/31 16:07:16 rt 1.20.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5a0f136488b60b01514bf46c3fed7dd34a1793a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:05 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf275bbb5729c489ccf5197759c82b00ef549202]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:57 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [88c9391c592dbe92a03da05b702a39fd8618a129]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:07:16 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7cc6a784553e51078274a61a4ba72c82aa2efe47]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 10:53:08 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:46 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8109e4d0964faa4082729abe2672c6cdbe0119e0]

        INTEGRATION: CWS changefileheader (1.2.1022); FILE MERGED 2008/03/31 16:07:16 rt 1.2.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a53fb5ce1787c4237392be3fe72f71b3218169f]

        INTEGRATION: CWS changefileheader (1.26.8); FILE MERGED 2008/03/31 16:07:16 rt 1.26.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ea0c76584872f1ba236e29e4631af6bbd40b817]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:04 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0198ffddccb753a6d0442a169c94e539a98ed45]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:57 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86ecb05355a97430361e509fc989be871574d101]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/04/01 15:08:54 thb 1.3.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:08 thb 1.3.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:46 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c514a251b06b5225fea8f287225ce35bac613765]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/31 16:07:15 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa799c59bd3aedc7396ee633323888608d6c5ed7]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:36:57 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e032ab2da3dda98a4992b34c8856f6de7c39a38]

        INTEGRATION: CWS changefileheader (1.9.408); FILE MERGED 2008/03/31 16:07:15 rt 1.9.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21dd3b9502fee9b1b1e2eaecd41e4ec6dafa7ee7]

        INTEGRATION: CWS changefileheader (1.23.8); FILE MERGED 2008/03/31 16:07:15 rt 1.23.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c31914ce0c90d7b155a2cc640206ea148b03fbc5]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:56 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [549321776a7c6c507aa22d2260f8993d14cabea5]

        INTEGRATION: CWS changefileheader (1.57.6); FILE MERGED 2008/03/31 16:07:15 rt 1.57.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0d4699946a865d503e1e6e6559bb4bfb09fc60c]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:56 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f66b5bb20c0f7f1fd55b28d56066370e6efd2dc]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:07:15 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5e3ea8ce808a0781f2bdd48d4d623144f24f5c1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:03 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb9b2813c5e51df7f0979a062358416193ba549a]

        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>  [ecfb2d45a903388f9bd91a8df10c2ea50c4c7ed1]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:07:15 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deafb39116776ccbb7055595f2abd610e09d836f]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:56 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c499ab43ca91537a9205cf3c3b03ce020089e88]

        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>  [269b15860847f8e3063593fb984d7f6082e76807]

        INTEGRATION: CWS changefileheader (1.3.408); FILE MERGED 2008/03/31 16:07:15 rt 1.3.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea5c4376d7427220eb7edb1f49d561b4155e1af]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:56 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57a410e5d353768a8ad6a03cd6edaf6b29537a97]

        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>  [bb2d7dcc3cca93381918dbad5af619c2cfefd86a]

        INTEGRATION: CWS changefileheader (1.3.462); FILE MERGED 2008/03/31 16:07:15 rt 1.3.462.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47623fbdbc50bc08bc1186577f53583fb73b5351]

        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>  [89e25765423d19f19a59cbdc361093bde072ed75]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:15 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86660ef668779e2489ea828e6a1e38b9c1f8f7e1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1582d657814963736997d8ed8947272da64e7133]

        INTEGRATION: CWS changefileheader (1.7.60); FILE MERGED 2008/03/28 15:23:45 rt 1.7.60.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5e2aadffb9c55eb26111ba8331d39663a3c420e]

        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>  [ba913054fff05a541b24d2657c8b1b926003291b]

        INTEGRATION: CWS changefileheader (1.5.196); FILE MERGED 2008/03/31 16:07:15 rt 1.5.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6a9b1f21332f6a996177b88273eba042cfb4b82]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:08:54 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff0007849c107c239968b33b955a9cfb7812c850]

        INTEGRATION: CWS changefileheader (1.8.142); FILE MERGED 2008/03/31 16:07:15 rt 1.8.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff58a34b11c6810abdcc2a93e97c67ed4e9b4d92]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:07 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f57548f61ad32a8d1052dc2948c6a77c384a23a6]

        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>  [35b9c95f2dca1c7bf48a252e7de81a64d0136e65]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/02 12:44:08 rt 1.4.244.4: #i85898# Include corrected. 2008/04/01 15:08:53 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 10:53:07 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4af79d2efaddcef511c054a893dd98d8345ae60b]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 16:36:55 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd54282ba410612c753f9161dfb0e6ad25165e8c]

        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>  [9b75cbe10e5cdb9dd20888f2f2c575d6f8135587]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/03/31 16:07:15 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6846b8c6d0bb7f5041460ca5e8f2bfcd85c77e22]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/03/28 15:23:45 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af09e149391ba24ac674aea1a5a71e7c4ca9d941]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:36:55 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [981071f187e3cf6e3ae625ae71f6f92c86094820]

        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>  [12ba8d92c58ee9b8a6d68bd381b634bcdae8af66]

        INTEGRATION: CWS changefileheader (1.5.200); FILE MERGED 2008/03/31 16:07:15 rt 1.5.200.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb00cb5a410b327a8f2793ab60ed2148a3e5bed8]

        INTEGRATION: CWS changefileheader (1.4.244); FILE MERGED 2008/04/01 15:08:53 thb 1.4.244.3: #i85898# Stripping all external header guards 2008/04/01 10:53:07 thb 1.4.244.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.4.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c31dba81035036b004e83fca9debaa9a0a6f54c]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:55 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ddfe29f1dec70c91e42287b4df7c249b37b8c69]

        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>  [37e340a3183883cc91bc5de5368a780ece891523]

        INTEGRATION: CWS changefileheader (1.7.196); FILE MERGED 2008/03/31 16:07:15 rt 1.7.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b232a636a7fde28922769ca36ade1a189fae0879]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67c70ccbf0e4fe0583bad892ff3fdce93c7090a9]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:55 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ddfca6c3e15820a1024403115224e815399651ff]

        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>  [92640b7922ec77c50ebd7d57cfc357ed08c14506]

        INTEGRATION: CWS changefileheader (1.2.348); FILE MERGED 2008/04/01 10:53:07 thb 1.2.348.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.2.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fea0b7bec1383992413fa234fe4db91c8e14523a]

        INTEGRATION: CWS changefileheader (1.91.2); FILE MERGED 2008/03/31 16:07:15 rt 1.91.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52e7484e22157bd07eb0f79783fa868fb11aebab]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:55 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8a585398f7c24713068999f34db67bdd3841504]

        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>  [46efaf6fd65da969502542b0475abfd393c72211]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 15:08:53 thb 1.3.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:07 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af95461b24d87bbcc3ff3376d39794ce0a8a0310]

        INTEGRATION: CWS changefileheader (1.3.348); FILE MERGED 2008/03/31 16:07:15 rt 1.3.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [493619a80abb8f34623a9bb2fc57b8aed42219ae]

        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>  [87e93689232fef49b4603ea7da452f83d8409a9e]

        INTEGRATION: CWS changefileheader (1.6.196); FILE MERGED 2008/03/31 16:07:15 rt 1.6.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6da8ae4925c03d08759b702ca437ff5bc7bfe0ce]

        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>  [f753455d3521e1a9e2eeb2c07c3f045f4b8217a6]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:53:07 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ffe3832597851114b9f3fcb811d41225afba186]

        INTEGRATION: CWS changefileheader (1.2.132); FILE MERGED 2008/03/31 16:07:15 rt 1.2.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4cad4c91668375a57a382a7b6ba15f3ef7ee39e]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:55 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fde8eb68700d362e7f94472addcc0323b4ded62b]

        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>  [9580810eb3694b76329a95d189f827957f2e39a0]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:08:53 thb 1.3.266.3: #i85898# Stripping all external header guards 2008/04/01 10:53:07 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2303bb57bbe05009e00162fdc456ab9fcc8caea]

        INTEGRATION: CWS changefileheader (1.65.2); FILE MERGED 2008/03/31 16:07:15 rt 1.65.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00c2c720d5b9451e912ceb3c7a4cae67cd7e5461]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:46:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c81fd845cacfc317e7ac1fe6aec9a7b4fdd51aa2]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:55 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2745c9b8ab6129db92ee9896c7e8fca31bd7033f]

        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>  [fa3e44aac9136ed825b5978a21e4e4bfd4b91196]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 10:53:07 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:45 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [635afee0c1d8c90176d5624b939bc7d9d8682166]

        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>  [70df80898d6f05d0454378a0614660cc17dc3dff]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:54 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d0489bd192a7749691277ca46f4600e498c556]

        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>  [a3deedc37f4863ab45b799adaa870fb0bb3b9c07]

        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>  [603d8aeb4e35f365999630d740769d2905f73c3d]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:53 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adc5dfd1655fc0d8f95267e923af40dfe2858184]

        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>  [8643d13552bd8ee671e07282f8fd4ed78a453fcb]

        INTEGRATION: CWS changefileheader (1.2.348); FILE MERGED 2008/04/01 15:08:53 thb 1.2.348.3: #i85898# Stripping all external header guards 2008/04/01 10:53:07 thb 1.2.348.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.2.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2689778494aef2dc1a60dfacdcedab8c12f571b]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:54 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d399b97f45b060e98ee1c54e2c248fc41272a41]

        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>  [2f53aa528d3965b68719131bb7c42772f5bf7902]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:54 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4973fa90083c3371abf3cf8f241e0a7c5c469c2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:59 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [86896cbab1941ea1abbc4a4005f4d0cb4da7ea57]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:07 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1be8e8dbe8dca82752bdeb3c8a6db3e8d40ba00b]

        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>  [06db212b49ff65f8fac4323bb03235880dcffd0e]

        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>  [b918c3df583b97e323053499771cca931f9d200b]

        INTEGRATION: CWS changefileheader (1.5.244); FILE MERGED 2008/04/01 15:08:52 thb 1.5.244.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.5.244.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.5.244.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [033836827f4d76bd2298a517d2d5798e67710744]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:54 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [91e3641d3c1eecc49b01796e995218eace293ca8]

        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>  [de475219784a155353b59b31e525d0aa1ea2d4c2]

        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>  [dd4d423f97eaa211cce9e6f44b7a845101e1c4f4]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 10:53:06 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1483f7b38adc31f02c4b2196888e7b918c14662c]

        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>  [089c987b6f26c7ec908e68c3713b498c3307d5f1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:58 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c38fea2e1448a3a50cdfb1276748f2e4abc00f7c]

        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>  [d0142f28c0efbf20484a67c36145a5e67f978813]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:53 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83eee130d9332eac967bc1f17a525e0ffb475ecd]

        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>  [9ff9685e11fb5cd3d18bf45ebb7c9f67ab6ed2dd]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:53 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc6560073244542fe43379929ddf629d4c96541f]

        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>  [a1fb32bc0ade15b6c89c64912543bac4c4dc78d2]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:53 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5e71181d6f561ce9ec80849bd078aa37eb9cc5d]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/04/01 15:08:52 thb 1.3.266.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.3.266.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8a829a50409fccda9dbf5f159f0439fb400bacf]

        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>  [e9cd714d4860510be5f7ae3b5c79facc40b31ac8]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:53 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8813a573c6065acd486e4725d0ddab11ae3fb1a3]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:06 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e007f366b0c60164fe450f9f069bb8d522d524e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:57 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47f4e02475685c81bbc7ab37471aa580978283d9]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 16:36:53 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87d24ffe76b278a051f6b0dbd14739bfec3de299]

        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>  [03129b07fa78779d335d20c3566f65fd2b9aaa3e]

        INTEGRATION: CWS changefileheader (1.3.332); FILE MERGED 2008/04/01 15:08:52 thb 1.3.332.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.3.332.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.3.332.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23cb22ee3566a656212bb4cb620e2c33a595491e]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:36:53 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [771ff24e530354b6925c518339944d7f4dbe9ffa]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:07:13 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d73f393188c3b03ebc207fe2e551c4f9ee948504]

        INTEGRATION: CWS changefileheader (1.9.78); FILE MERGED 2008/04/01 15:08:52 thb 1.9.78.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.9.78.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.9.78.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ee16c1d914ed54670426dafca7ef76a91a88002]

        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>  [02dbde82b673bc980d6442c562b533d472821d01]

        INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED 2008/03/31 16:07:13 rt 1.7.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ecf5d1e848dcf55e8647e8d4188d5a304400db7]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:52 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be95197fa6476d16b05eb20f4cb7f77f71f40e7b]

        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>  [4760814f948fe755bfaaac25a25ce2940ecf4181]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 16:07:13 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5d023cc465a16bb006af9d2250cfb3d8ec905374]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:56 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bbdd3334cfcea826d6c149cd80910a0655803726]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:52 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c4106d88a8b1b674f34cdb3346968a879a994f3]

        INTEGRATION: CWS changefileheader (1.3.1022); FILE MERGED 2008/03/31 16:07:13 rt 1.3.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0df61df0aab15edfb893eafff5dc1d0b51e76514]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:52 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e522b006189aad1071a88d3b69179eb1aaa94b07]

        INTEGRATION: CWS changefileheader (1.62.8); FILE MERGED 2008/03/31 16:07:13 rt 1.62.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ad32b565a3c51ff8b979935a9061fb7bcc47470]

        INTEGRATION: CWS changefileheader (1.2.348); FILE MERGED 2008/04/01 15:08:52 thb 1.2.348.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.2.348.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.2.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf01fa689e1eb96147e0aa31f0669216fb01740a]

        INTEGRATION: CWS changefileheader (1.235.2); FILE MERGED 2008/03/31 16:07:13 rt 1.235.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4505bdbffa09afe66f41d976e4a3e90c616b6dc7]

        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>  [d7986ec83e88e075908c963cabe63a248444612e]

        INTEGRATION: CWS changefileheader (1.283.2); FILE MERGED 2008/03/31 16:07:13 rt 1.283.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f8a6b14f6a1b7467a6514b688f11b169dcb46e54]

        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>  [37aa2e30ecd9ab7568d3ccea84babd6a91774f36]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:52 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd308d676021590fcdc92470b0243adcf424a5bc]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:55 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9736ee8d35755610879399f40b25dfdc15f4353]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:08:52 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79b6addf3dd07ff22470f164323ee12a1786f16e]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:07:12 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a0d97424d748e2a1bc8ddc02077d6116b7f0154]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:52 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3e0df32c6e6c86b8610447b63a9d3a6f7da62b5]

        INTEGRATION: CWS changefileheader (1.4.82); FILE MERGED 2008/03/31 16:07:12 rt 1.4.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e86fbc2b5feb3ad57a46551f11b9e4ae6e69e830]

        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>  [3035347187b2c0e5213c342417dfaa50aadae6c2]

        INTEGRATION: CWS changefileheader (1.29.272); FILE MERGED 2008/03/31 16:07:12 rt 1.29.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80dcf2160b18fd234fee47310f43652f8b0c55c7]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:12 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8fac95704a5d09260f86d681d4b1c0b8c118666]

        INTEGRATION: CWS changefileheader (1.3.266); FILE MERGED 2008/03/28 15:23:44 rt 1.3.266.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec6841224c84884a5e6abed782889e9cab4faf4c]

        INTEGRATION: CWS changefileheader (1.44.8); FILE MERGED 2008/03/31 16:07:12 rt 1.44.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a3ac117e83675ae2ced9d3fbfbda3c143c82b8ab]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:36:52 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74586a1354a4515c9ccd826eee78fcb148cd3e6f]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:52 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b84d3abf50fa4ccb059d6b27ec46e17af84a76da]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:54 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a16da18785fff4cf354d32aa8dbe241d77496a6c]

        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>  [5bf68190950a2591f2e5ee6580b924a31585633b]

        INTEGRATION: CWS changefileheader (1.2.1022); FILE MERGED 2008/03/31 16:07:12 rt 1.2.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8c40768fa75f0282ccc8f62a83562d250655455d]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:36:51 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [753319439c57bd990a48a4872710a7e19e63de46]

        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>  [e0d6223ab96bc5a5c1ebb6ad2052b1b373e01ea4]

        INTEGRATION: CWS changefileheader (1.3.332); FILE MERGED 2008/04/01 15:08:51 thb 1.3.332.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.3.332.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.3.332.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a8b4fcfc8f64e192f5afb3d6195f838a5d328486]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:07:12 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5540c0c0a7b5d0d7af1515e945b54c6604b923bb]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:51 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [26841030d02810444a1774584b59ddf6cc2c0cee]

        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>  [126860a792b98c4106685851d1e7363b8ddae41e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:51 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:06 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac6be2b8af4e664d132ae4a8ff839642dcdf1f11]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:51 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79ff8b15c1ddd08a85497806aa9410c1e40c9a06]

        INTEGRATION: CWS changefileheader (1.3.408); FILE MERGED 2008/03/31 16:07:12 rt 1.3.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a08e1433aa8ddf3eba4905a006a475910a94ae6a]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:51 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c65a7179e44450b49bf0a71ddf2fd1ff1301d7ed]

        INTEGRATION: CWS changefileheader (1.2.348); FILE MERGED 2008/04/01 10:53:06 thb 1.2.348.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.2.348.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c88b20d3be765db6e6988d73d2ada996befd0d6]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 16:07:12 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c852f71b563c75bf1864b38c57b08de1b335119]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:53 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ede2ba479b2bf8315b6baff2fcabc54716d0924]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:53:06 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:44 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [02da257dafc5ed72ac536fbf37b3e6a80790f05a]

        INTEGRATION: CWS changefileheader (1.2.616); FILE MERGED 2008/03/31 16:07:12 rt 1.2.616.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da444b81a38fe132e181b84ac68b9181e3242fd2]

        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>  [8f2e1e3d97fe82d7aa75a0ef16a9fcc641cd21f5]

        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>  [6d0d47489645fae88061e880b79f314425fcf3c5]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:53:06 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d792851606b27ea5bf6635b6386e7d7d53609941]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/31 16:07:12 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6fa7f2f93bfade4146464bf2c561a38d19f7e0d]

        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>  [26194d3f3926da18194316b9193c7826b11334b6]

        INTEGRATION: CWS changefileheader (1.28.22); FILE MERGED 2008/04/01 10:53:05 thb 1.28.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.28.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78ce3607d8f9cdec2147f6f75fbb0195eb472041]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:11 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5003559ca4a70b11067222c78651c2777ed8224d]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:50 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82de6a0dcb08af439ecd6d9c43980566dc542f30]

        INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/03/28 15:23:43 rt 1.22.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [298b0663214ab7ae48291eb3095491fdf052829a]

        INTEGRATION: CWS changefileheader (1.12.174); FILE MERGED 2008/03/31 16:07:11 rt 1.12.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07de26dd726974e98fb2b5a5020c1e70476abcf7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:52 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebc0fb8d18f6201f19582cc1c180bae9745ce4ac]

        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>  [c32f27ad3bc78165761d3a648a0f29401d197ddf]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:50 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bac5822debaa0c9dba6b5b48cf60171701a94bf6]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:08:51 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:05 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec95a3c98f0c348442094c1472a1438f00644f9d]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:11 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e9c52c6d9c950a083eb22933d8b737538605c06]

        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>  [8e4f5fa9336da73c9d3d58734fa149ceb2cea5fa]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:50 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6825bc65cb3038e0d01631950dbbd59b554da19a]

        INTEGRATION: CWS changefileheader (1.16.216); FILE MERGED 2008/04/01 15:08:51 thb 1.16.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:05 thb 1.16.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.16.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54cd8f714fb216aa71836d2ba9d0ea4af90a313f]

        INTEGRATION: CWS changefileheader (1.17.8); FILE MERGED 2008/03/31 16:07:11 rt 1.17.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fd76673cee0ae3ce8e4367d3006657ca2373b83]

        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>  [33b6837e58b11f5b92751dabd9685c5166270169]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:05 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f318dc963e41a29199e01d54db2af88e22bcfa50]

        INTEGRATION: CWS changefileheader (1.8.1022); FILE MERGED 2008/03/31 16:07:11 rt 1.8.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d97188e0fac25204cff059691aa83d4e8f707407]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:52 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51b1be7d2096c1304d7e3303aee56ffbffe86c33]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:53:05 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcfbcd0d88b3b612f3076350da762a45745bdbd5]

        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>  [c66ba3e486bac90017974091e5bdb40cbd2154ce]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:05 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [934f6b9f3724fa1acdaae0089aa726f80a6fdb36]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 16:07:11 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df2b579048e9a32b603055eb3fa1e37f9c035e22]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:51 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5b502dbb8316473ffaee5ed7a55d65c97b47bc5]

        INTEGRATION: CWS changefileheader (1.12.86); FILE MERGED 2008/04/01 10:53:05 thb 1.12.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.12.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [250bd5e682746fad3f87951187c441014c722de2]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:07:11 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba7aa8176994844235793716c8f90fcb7ab4f60a]

        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>  [f4e8f1f4f2883e5e49cdfb3a1e912023ad8d1c14]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:51 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9cf1d9eec7ba17a7c5688165c6681d7dc95d2c2]

        INTEGRATION: CWS changefileheader (1.12.62); FILE MERGED 2008/04/01 10:53:05 thb 1.12.62.2: #i85898# Stripping all external header guards 2008/03/28 15:23:43 rt 1.12.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9dcd750dfade1fc1085fc91940d1ccd40a5657e]

        INTEGRATION: CWS changefileheader (1.35.8); FILE MERGED 2008/03/31 16:07:11 rt 1.35.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [164f62973b0c9a6435de79e758e0fdc6e4451acf]

        INTEGRATION: CWS changefileheader (1.34.22); FILE MERGED 2008/04/01 15:08:51 thb 1.34.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:05 thb 1.34.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.34.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8835912b154935b2b1e7477b31d341fe3e17c09a]

        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>  [7a13ce0ffaa287403f6582c893d270bd15222cd6]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:50 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87342a9345b3a14f359882d497dd91d5b795053f]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:05 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b198a57dd71b6d3ff2e2c53fde5ba53ddb755d67]

        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>  [b4ace5b6588a61874736967f9c0d9b0f3e21e850]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:49 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a2e01861235c8db3aead6892d509ad49a4bee8b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f72914bcce7dc2762aa05ef487e74cb55aa33069]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/04/01 10:53:05 thb 1.11.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b42ce2cba21cefbfb4bd587681d4c2ef84cd9ad6]

        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>  [aeada658de36b47c5f69219ca52b4fbf7523b34a]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:49 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4b57dbc4e684e8eeef65a4f9caa8c652e3f0ec9]

        INTEGRATION: CWS changefileheader (1.2.26); FILE MERGED 2008/03/31 16:07:10 rt 1.2.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5450bad800b7e1e1676a48baa46b2d1f889546ac]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14ebae3c5b7e0c14bc82f04421b6cce986b9ba2b]

        INTEGRATION: CWS changefileheader (1.23.22); FILE MERGED 2008/04/01 15:08:51 thb 1.23.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:05 thb 1.23.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.23.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11474806387f310a87124ff1bdb6977a41163a74]

        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>  [69704175e3f2f5b87aa4e028c26880dee08a08e7]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:49 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [def3680e2a551181c18859d013cbc7575c3994d5]

        INTEGRATION: CWS changefileheader (1.23.122); FILE MERGED 2008/04/01 15:08:51 thb 1.23.122.3: #i85898# Stripping all external header guards 2008/04/01 10:53:04 thb 1.23.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.23.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe498fed1ca700502427c774d7a600b5e7ceb6d1]

        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>  [352a1b93dab0625c111a0cbc7ef258190df1c115]

        INTEGRATION: CWS changefileheader (1.5.312); FILE MERGED 2008/03/31 16:07:10 rt 1.5.312.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b08393c12a9c66d0cae2148e9a5e8b05628c234d]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:49 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59980518bea0a9b02dc683c9fa6cea992edd06c3]

        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>  [ed3d1cb4942ffa2ac4d096993299d604d42142c5]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 15:08:50 thb 1.6.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:04 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cc282d46306c467827a2d71937d764b40f67898]

        INTEGRATION: CWS changefileheader (1.6.196); FILE MERGED 2008/03/31 16:07:10 rt 1.6.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bde013e46ef6e587890a12f0f9f517643a1dfd1d]

        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>  [16230651343ed7a63279aea9ae888baf14f56827]

        INTEGRATION: CWS changefileheader (1.42.22); FILE MERGED 2008/04/01 15:08:50 thb 1.42.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:04 thb 1.42.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.42.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5bf1f418c8a635065b71eded1f6522c5d46505bb]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e2a6747730ebdf190879a4c7ac21510e683e9f13]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:49 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e69398d949cc195547939b77e3f4a087041108bc]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 10:53:04 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [113dab60a95452b630b5fdc17f850b020a508734]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:49 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [374d4a6156943c3e34c5fed0866be2dbef6a0b11]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/28 15:23:42 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c01489dd0ccc10675c4d8ae0ec91e66643690f30]

        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>  [8cb9b0a8ddbf176aee58ba22ecb71bce64051aeb]

        INTEGRATION: CWS changefileheader (1.4.142); FILE MERGED 2008/03/31 16:07:10 rt 1.4.142.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca3c496e394bb6c3a1cb4f05e4fea6751a43f481]

        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>  [ec7accb4fe8d293b3bac5f8dfb4176648cbed21f]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:10 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10f5e5d7fe87387daec8bbdd9c030a0ffb0269dc]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:23:42 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46f37f350fc727d6578ba3bafdd4091873199164]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:48 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f150d99ac7366a655e7b716ddba2d206161e151e]

        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>  [272d10ecf2439e6e81e729cc2d8750cc0fa60ec3]

        INTEGRATION: CWS changefileheader (1.2.1022); FILE MERGED 2008/03/31 16:07:10 rt 1.2.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0309cd120a43234e250531a4bd315fae60848977]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:36:48 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [19be24b2eb720b74bb1ac3adf6797403080884af]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 10:53:04 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68baaca3ddc501d44d23306a6d60d3a9830a06eb]

        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>  [7a8ea2aad158abc3264488853fb12a5c970e4129]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d46d0e3f36b6778773d28a1e1b0ab27e18d8d36d]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 10:53:04 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:42 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a886e190ada550a5ac3f149df9caaae192bae7d]

        INTEGRATION: CWS changefileheader (1.8.196); FILE MERGED 2008/03/31 16:07:10 rt 1.8.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad9b560417f693d8908ba49218b9884575d4aa96]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:53:04 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [921d6d07e5b90c0901f25d086f5df7fa826c184c]

        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>  [02594cc94c9c70de88cb92bbf42230d4389a468f]

        INTEGRATION: CWS changefileheader (1.7.1022); FILE MERGED 2008/03/31 16:07:10 rt 1.7.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a2d804b20753a81b957b9e842c7e970cb75ef4d]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:48 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [751fba14760fa6b65b74689d055655d1470236a5]

        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>  [d61f88574c16a4400908c599f060277e6c46fa2d]

        INTEGRATION: CWS changefileheader (1.28.22); FILE MERGED 2008/04/01 15:08:50 thb 1.28.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:04 thb 1.28.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.28.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cc54f363869e640bff3aefbdc5a5e82b9712270]

        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>  [970fd3600d659ddf483de3c958138fd9c7148a63]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:23:41 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f613c3c9385eaef7e71fe58bfb0f2c6734e244eb]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:48 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a37240ee7fe36eb4842cbe321cf964e04607320]

        INTEGRATION: CWS changefileheader (1.13.958); FILE MERGED 2008/03/31 16:07:09 rt 1.13.958.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5df8e5b9c2c2139887cbc2f94e87f1940bdffcf9]

        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>  [a6cefc18c7f4c8f09bd2e422afe100ba7c5509f3]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 10:53:04 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ebee748eb13fd906c0fbbcd54b5042b0e475ce5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:47 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5d9a6cddf5990414f10e6efe397745ae27a4914]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:48 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d381cb65f309b4c7b605a9e65bd85ad2b70246d]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:09 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0edcf5ae58b59e4cbae61d192c921cdaa37c0ce4]

        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>  [d9d3d54c11e9cc5eebab1244bd9509a4cdd94d47]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:04 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe4fb4f4b4a40ddeb63932689e28aba5749c2133]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [60acf2db9e6189791e6b394bd27cfc39416c0f11]

        INTEGRATION: CWS changefileheader (1.12.174); FILE MERGED 2008/03/31 16:07:09 rt 1.12.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7727e73a46789321342b91bb1860826bbebca859]

        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>  [7c9e15bda80f9f2c049b9afe55dba2eb65711f95]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:08:50 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:04 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e04c8f7ad3dabaaf594aa3b9da7db205f70aa7f3]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:36:47 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f732ed92ea820e71480f2f499ef85ed542152429]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:09 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7de5af8da7b562421bee6ec1acec31d39d2cbeb]

        INTEGRATION: CWS changefileheader (1.19.22); FILE MERGED 2008/04/01 15:08:50 thb 1.19.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:03 thb 1.19.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.19.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d2f365727814822aa8ad3bddc9b1f496773af5af]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:36:47 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e11eef73257eb0704bd8e776162b1954163e7f0]

        INTEGRATION: CWS changefileheader (1.17.8); FILE MERGED 2008/03/31 16:07:09 rt 1.17.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d69a4ad1c723ca4879c100752ef70cc7560fd9d5]

        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>  [2dce2b25a8881cc3643a12a05700f977bc381ccf]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:53:03 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [baa752a25ecab828d637cd8f0938f9f4174349bd]

        INTEGRATION: CWS changefileheader (1.5.1022); FILE MERGED 2008/03/31 16:07:09 rt 1.5.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc4e04b772817e08c83bf7b1b2e7d95d76c31d0d]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/04/01 10:53:03 thb 1.11.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:41 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12d882bb407e2f9a2e11986e8408ed13b01f39a7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3299dd044ed659b969473d622d3c2fad0a315ba7]

        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>  [c0414bd2e625dfeea2ffd8da6fe4dabd97f51ca2]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:03 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:40 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b49e660f1fd54b37dc9c654cce91415236b7e938]

        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>  [fccf1806e447a86d1d8864ddaa384fdd6b354786]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:36:47 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6959a2830b282d18803c67d4552cac801a7c734]

        INTEGRATION: CWS changefileheader (1.13.62); FILE MERGED 2008/03/28 15:23:40 rt 1.13.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6bb2c44ea6a5714f3c9cd5aadf19d320e939372]

        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>  [bab7eb24c41c077fe2c49cd6f10d652db5ac55a0]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:47 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14c4ff5dd7c7cf8ba220523dc8763aff80c3827d]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:07:09 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ce2b388d489c5a5a86507267645195081a8c365]

        INTEGRATION: CWS changefileheader (1.2.206); FILE MERGED 2008/03/28 15:23:40 rt 1.2.206.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b855ccbfc09eb7cb7b9b4170275467b5bc8ef8d]

        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>  [68f2c39badcece4040a4b6d9c630bb4ffa4bb174]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:36:47 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [770acbf68a0ce6b4ea6eb0343ddd5cacf9f97d44]

        INTEGRATION: CWS changefileheader (1.32.8); FILE MERGED 2008/03/31 16:07:09 rt 1.32.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cd4b21e5145979e48aad4d92da81e5383b8aa5b]

        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>  [cfc2da06ecf498301c70ac57478be602081ec181]

        INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED 2008/03/28 16:36:47 rt 1.5.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d5e0c2e550448db8cfef70e24f0577227e48f6ab]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:08 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a6aa9dd8db98973d9d645ed5cd684de4b240ddc8]

        INTEGRATION: CWS changefileheader (1.4.366); FILE MERGED 2008/04/01 15:08:50 thb 1.4.366.2: #i85898# Stripping all external header guards 2008/03/28 15:23:40 rt 1.4.366.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f347ee0044e8de092539ead6b6acec341d2dced7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9c561397d827a379fd52d9a499f94b60a2fa6ed]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:46 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb60b1874c90786abdd55883d9bbed87ddbfea82]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:03 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:40 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1116e769f89fb77d696216d6073332f8875f10d1]

        INTEGRATION: CWS changefileheader (1.5.196); FILE MERGED 2008/03/31 16:07:08 rt 1.5.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e36b309be29fe3ddbc92be4d099deb6e01198074]

        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>  [8d536d7d9b85eda611b61d35c531b3024ec94fdb]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:46 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b813b80b1a257be11f45ed4dd58101ffdc826c09]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 15:08:49 thb 1.10.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:03 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:40 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61fde1d8b89c3418d98fe7c7b7bd333fef6595cf]

        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>  [00a0f9106f9500b581c17367c4caff4f37afa999]

        INTEGRATION: CWS changefileheader (1.4.1022); FILE MERGED 2008/03/31 16:07:08 rt 1.4.1022.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4f9c3274b9ea0e6edde21c3ad4d72601c74da12]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:46 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c563a115cf7bd95ae368b48b542c127abb226c3]

        INTEGRATION: CWS changefileheader (1.10.156); FILE MERGED 2008/04/01 15:08:49 thb 1.10.156.3: #i85898# Stripping all external header guards 2008/04/01 10:53:03 thb 1.10.156.2: #i85898# Stripping all external header guards 2008/03/28 15:23:39 rt 1.10.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6bee16fdc3273d2f3b1c55192d3144ca93a4aba7]

        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>  [451968bdc9bd6f67caeee608bf785169378e6a4f]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:46 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5d62d9fa3b479851e87f5da0e208233f1a01007]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:03 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:39 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4af981979539acee8e9403cfd2956022f157c1a5]

        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>  [807e4aea04e6cd9afca3b9ac8aca84126d8d6222]

        INTEGRATION: CWS changefileheader (1.11.674); FILE MERGED 2008/03/31 16:07:08 rt 1.11.674.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67bd5a5450c09589918316e262acffa1d3b67683]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:44 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de66012408eb55bccffb8e4e4a1fbb2debb120e1]

        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>  [a88542ec4bfeed1c00e196e274a459c8dccf93c7]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:49 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:39 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c6286885b6ac37037417e9cba02e67a5a33a7b6]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:45 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e667a65fcc70f99c02c3ce9efeef9bb05a9d004]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:08 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0a7d2dad15de745011c38f45060c85b92ee9591]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 15:08:49 thb 1.7.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:38 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94a3a984e1aff03656132b70f51f6a7bba67f192]

        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>  [d7382da899ea9b499c1424987bb95a74db1c2f14]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:45 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7880360d7a623fddd79f7d95ef973c647b59b12]

        INTEGRATION: CWS changefileheader (1.9.90); FILE MERGED 2008/03/31 16:07:08 rt 1.9.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c29cb22af97d352544d1b4ba0564613c3c66e13]

        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>  [680a28c23a89943a67609ebd5b12221ec585be51]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:23:38 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [031c8d0b039c322071ecb050fa881af5cc1eae6e]

        INTEGRATION: CWS changefileheader (1.5.502); FILE MERGED 2008/03/31 16:07:08 rt 1.5.502.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e533eed7496dc8c9f40dc11f36ba2c7559aaab5a]

        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>  [417e8c77217e7a944cc89faddb6472d8a43f4b93]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:49 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:38 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [37716c460bb5f0ff15d7f627f5ac6a3ecb702692]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:45 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3e936f460ed3ae0697a82fc8c129af244b2fb9e]

        INTEGRATION: CWS changefileheader (1.5.674); FILE MERGED 2008/03/31 16:07:07 rt 1.5.674.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c5abd832b474b8741fbc21c2b0e259f64ed10a7]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:53:02 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1be03620d7bb86ef86190f426678214779fd0494]

        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>  [9cb753ff764d2b02dec582acb226107598636d7f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:43 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3a82c184d4d4e402bb39cc80d6df3e0f8b43ed8]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:45 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2051595e2a67931fb86d341a92b368b88465f5e1]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:07 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72911ca6dbc68bbb4b4a7097c28974d55e0f0676]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:23:37 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba0eb7b6d4ce1e57e5ca6672cab89e13f4f45734]

        INTEGRATION: CWS changefileheader (1.13.174); FILE MERGED 2008/03/31 16:07:07 rt 1.13.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad713ce10b29fc17e2c46f8cf81f462775b58899]

        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>  [7a2c58030fc2f18228c4657b584644017ffc7251]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:08:49 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f9f804559650db5171ba743d86e44ee7d4c52a72]

        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>  [658315bf59bc5a4c1b4934478e627b9ede0761a8]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:07 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b79b0e2e66df9de8ea4da6a4c486a8150629a5a]

        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>  [39bfc8c59df9e3067c6aa031e8c2d20f8bf3b508]

        INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/03/31 16:07:07 rt 1.16.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b73f00d88ba3ca3b509f42ac41913e58f46ca37d]

        INTEGRATION: CWS changefileheader (1.9.64); FILE MERGED 2008/04/01 15:08:49 thb 1.9.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.9.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.9.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f914c6bba086a489c3dfa8fa79e966eaf3a03b40]

        INTEGRATION: CWS changefileheader (1.5.1024); FILE MERGED 2008/03/31 16:07:07 rt 1.5.1024.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [101b5d1548788929ba70102d6ba373bd404a25c4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15db53dfa720d176c5ebbe296c436793d49d4203]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/28 16:36:45 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1bda4833d25423ff1fcf7d5ede53708b713eb026]

        INTEGRATION: CWS changefileheader (1.12.72); FILE MERGED 2008/04/01 15:08:49 thb 1.12.72.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.12.72.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.12.72.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66ed5dd45308c24a0b4797df8cfffadbb5347512]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:44 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [438da6fccd41193e4c884351643a49a764f6bfc7]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 15:08:49 thb 1.12.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b4ab78218724375f15e7010ae035e4d7729915f]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:44 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21027bc8243d0ea548bffbc837311bfdcdcce270]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:07:07 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb25bf9fada92a0751da3963ae0696ecf625ea5c]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:36:44 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [328045c16b6fa5674a2ed7a0c584c84739742aae]

        INTEGRATION: CWS changefileheader (1.26.8); FILE MERGED 2008/03/31 16:07:07 rt 1.26.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33c7c154c8e2cd5869a8d8f4504258db6c3e9754]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 15:08:48 thb 1.12.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:37 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50238109bd54c22a88cba4b0a22b58660111f854]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:41 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3712ad3bf614e9cbe0142a8645b2bc6f4cf57a9]

        INTEGRATION: CWS changefileheader (1.5.882); FILE MERGED 2008/03/31 16:07:07 rt 1.5.882.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df3c436b6e1fc7ae3f9d7abd74d79e54f2a85324]

        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>  [0f6243bd7a8082ad0403012188d82a01a8ea57ea]

        INTEGRATION: CWS changefileheader (1.2.1024); FILE MERGED 2008/03/31 16:07:07 rt 1.2.1024.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9576554420f948efe03f32e8ab8266eddc3e656e]

        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>  [af0fe059aef98287676811acd1a730a31ffb0a1e]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 16:07:07 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1606a11aff63a8a4d226584aa4b4d41ad2062be4]

        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>  [14b2eb32b373d2a9348f1971c98e282a70b9f421]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:48 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d2d22d9a4edd4b7b7d1ef1c977afb2425b85adf]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:44 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30fc8d4b10cf0167bda62c7dedbd201c6b230f18]

        INTEGRATION: CWS changefileheader (1.3.938); FILE MERGED 2008/03/31 16:07:06 rt 1.3.938.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4bf572d45faba17202a08a03af471c241c01831]

        INTEGRATION: CWS changefileheader (1.27.20); FILE MERGED 2008/04/01 15:08:48 thb 1.27.20.3: #i85898# Stripping all external header guards 2008/04/01 10:53:02 thb 1.27.20.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.27.20.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c70d205bf50da3b0f846ef435a68142c8894e40d]

        INTEGRATION: CWS changefileheader (1.6.154); FILE MERGED 2008/03/31 16:07:06 rt 1.6.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f8264f02a8d7bf79359381f2105ae9ecdd87fe9]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [399d4adab4c1b9411478884d6d2b41fea512fc70]

        INTEGRATION: CWS changefileheader (1.5.82); FILE MERGED 2008/03/31 16:07:06 rt 1.5.82.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fafdd53c2d75dc5c1f9660867254ea82a2de2c84]

        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>  [df8813b78391c8efe665729b480352a3c7c42e96]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:40 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb5f34cd2220f21ec2429b9b5f3c395f1dfb1e0d]

        INTEGRATION: CWS changefileheader (1.9.154); FILE MERGED 2008/03/31 16:07:06 rt 1.9.154.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0414c7f90c3fcf4029d92f633fc3476f78e97457]

        INTEGRATION: CWS changefileheader (1.3.506); FILE MERGED 2008/03/31 16:07:06 rt 1.3.506.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0af272aad41f57a1a8929749a38689ce133b5d31]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:44 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0880da51b389d57f0f874442d9b973f787bf8130]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 15:23:36 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ef322beac095cbcc5cf4ab5a9681d9084bfda10]

        INTEGRATION: CWS changefileheader (1.6.408); FILE MERGED 2008/03/31 16:07:06 rt 1.6.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [443f874a677a86e3a15a6344145f06679f63d5a3]

        INTEGRATION: CWS changefileheader (1.12.174); FILE MERGED 2008/03/31 16:07:06 rt 1.12.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff336d4cfa75e504757c91dfd4051a18619dbeaa]

        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>  [fd3ba7b991490a55e1808b743f934b3226c701a6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:39 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1aa5a01b45f347347c2b7fb30be38b4181602a39]

        INTEGRATION: CWS changefileheader (1.7.408); FILE MERGED 2008/03/31 16:07:06 rt 1.7.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [392a73cb247e215954b7377af11f8462359fd810]

        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>  [48735d1169eda656cde3b32b713cded32216059c]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 10:53:01 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63fb64fa66fa6f4b87a062a8034c195215d31deb]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:43 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f48a575730355be8bd24b607bd5820ed28f8de8a]

        INTEGRATION: CWS changefileheader (1.21.8); FILE MERGED 2008/03/31 16:07:06 rt 1.21.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [897db92709c2873fecf4669482b9263af5cb6351]

        INTEGRATION: CWS changefileheader (1.7.64); FILE MERGED 2008/04/01 15:08:48 thb 1.7.64.3: #i85898# Stripping all external header guards 2008/04/01 10:53:01 thb 1.7.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.7.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ed956e584ac36c89a519ae7341bd142b6cda7f29]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:39 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78be0ac8ec9f2ae28dac34a7e58b0604e63217c8]

        INTEGRATION: CWS changefileheader (1.6.1024); FILE MERGED 2008/03/31 16:07:05 rt 1.6.1024.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e15ca1743b4f092f11b44dc5353298112647164b]

        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>  [3435f11ba71c5225260cb5fc87a006d463ecc993]

        INTEGRATION: CWS changefileheader (1.19.12); FILE MERGED 2008/03/28 15:23:36 rt 1.19.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad18b9772048728e84c05de2ad772b8c7aba611a]

        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>  [48ff7e9838d88ef5cc3502896c90ede7ae979ec1]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:48 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:01 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d1c471ae84ed9e75ac1ab1cd0f2bca9473c589]

        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>  [a1c99a94d5dab112ec6416a6f36d841d2c7741b4]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:43 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9166ee49b424b0d891cd8a214e1d855c6e7d0f89]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc22729956d43c1970b31669a5313189ba8ae8e6]

        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>  [3ff80fd207a3d65fe3a78826dff7ea331d2eea6d]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:08:48 thb 1.14.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:01 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bdb7f33e5ba018030ab57e1ecd0a7271af98fb4e]

        INTEGRATION: CWS changefileheader (1.60.8); FILE MERGED 2008/04/01 15:08:48 thb 1.60.8.3: #i85898# Stripping all external header guards 2008/04/01 10:53:01 thb 1.60.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:36 rt 1.60.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [555cfa9ece6979e3e302e8964cb3f109f15dc6e2]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/28 16:36:43 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d28e96285e753e12ef777db3aa90febfcede9d1f]

        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>  [856126d7fcaa9848d8eb74efc110a78fde409e9f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:43 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f261ac75396c313650f5709c620881e004f96b16]

        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>  [f8e7c8ad54ebb971a799bc5b0e2e63aa5e523e57]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:38 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ffaeb0541abcf327d81ebe449e6d3a15b3bc79af]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:43 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c9acaa4c1ce6f609a6a4339e85b78b38d5fb797]

        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>  [362bd5b7c51ec2d728af915b0e8dd5122354600e]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:53:01 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7ee9c4bfdc015b083e959ff0ac8d5d2ff939491]

        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>  [2f82082f05e4b7f9a2d26e3bd1220b296a88419f]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:42 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df332b9a0559922922a9466adaec9cd8bc736756]

        INTEGRATION: CWS changefileheader (1.21.216); FILE MERGED 2008/04/01 15:08:48 thb 1.21.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:01 thb 1.21.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.21.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ea83733ebac30a05e8d32aa8d7c30184d8cb53d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:37 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e48d1cf8ea9652deb0639f4beaf92bee713c8e7]

        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>  [733490e9453851250215bbc1c8ca553c7e6a3098]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:42 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [608b65cec70c4bd38da787b14365fbe7caba41e6]

        #i87925# Applied patch for 'workaround ver. 2.0'.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a61c7aa00506ed06c97fb429154bb127b4f246a]

        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>  [fd111319414e8ea9b1004ae984c8781cd0822964]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:42 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4860102ec24f0b5da7db0b8b77b7c33f692a3f6b]

        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>  [abdb95e4941009d2ba27e13592c9a25576d5ff03]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 10:53:01 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cec5d6419e628ca375abd541af3946ce57b29a53]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:05 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da885be32b18f8b92ef1acd16eb425abafffae32]

        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>  [f763789a846eea81a981865ffa346aad689eab47]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:42 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b31b4124f627c956845b286b1979f0532feae523]

        INTEGRATION: CWS changefileheader (1.7.272); FILE MERGED 2008/03/31 16:07:05 rt 1.7.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55241b43561a6a197ca1dec4bbc15385a59145fc]

        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>  [06633eb3b7541508d9206723080bd4a1337d7ea2]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:48 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:53:00 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621cbb7e651d392205824e70a97b4133ec907287]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 16:36:42 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be92513750ee316bddde55d86d7565faadcd3bc3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:36 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3379e8c1606650c139191d9a38ca643f7c3eb76d]

        INTEGRATION: CWS changefileheader (1.39.8); FILE MERGED 2008/03/31 16:07:05 rt 1.39.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20b1eb4eb6ba1d01ac51cbc64791b80e02ca2dc1]

        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>  [ae586b29ff2b49ce134940976d84dd3d34e73731]

        INTEGRATION: CWS changefileheader (1.9.12); FILE MERGED 2008/03/28 16:36:42 rt 1.9.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38fb329901f5edcb4d398b6c0b4bde239ffedf1d]

        INTEGRATION: CWS changefileheader (1.19.22); FILE MERGED 2008/04/01 15:08:48 thb 1.19.22.3: #i85898# Stripping all external header guards 2008/04/01 10:53:00 thb 1.19.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.19.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [10ccec262355f524b3397f68d4bc37fc0cfd4855]

        INTEGRATION: CWS changefileheader (1.4.408); FILE MERGED 2008/03/31 16:07:05 rt 1.4.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa4f63a0a3ecb92e6d36742eb8e6e14be4198189]

        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>  [b3884ab1ff3dd460eb77bc23615065b89811ccf4]

        INTEGRATION: CWS changefileheader (1.7.174); FILE MERGED 2008/03/31 16:07:05 rt 1.7.174.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2a96d36f1e0a60ba322f0b9a1f5c3588e393479]

        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>  [693374b682f593dbb8276d9cbb4d8434be987eab]

        INTEGRATION: CWS changefileheader (1.16.182); FILE MERGED 2008/04/01 15:08:47 thb 1.16.182.3: #i85898# Stripping all external header guards 2008/04/01 10:53:00 thb 1.16.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.16.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50249cc754526dd249c82c6c8fc247de7c8a20e6]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:53:00 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ef8ee59a55b56c1bc7c7a34e1947c83d69199c]

        INTEGRATION: CWS changefileheader (1.14.8); FILE MERGED 2008/03/31 16:07:05 rt 1.14.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7839399a22b643c0c53bda966df8131ca394fbfc]

        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>  [4f12fdf381a17eab8fbed7f625af65b375f4840e]

        INTEGRATION: CWS changefileheader (1.6.118); FILE MERGED 2008/03/31 16:07:05 rt 1.6.118.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b10d6d56e37feb6197583a5b37911a0dc8ed8918]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:35 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f14dd218666bdef11c8db7bb98a1cdca8b097cb]

        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>  [7f67663a78d957781fcf8baf03296a08bb69e013]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:41 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c9cf815ec1872ddc5a56abd1bc0a57ebde9c758]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:53:00 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:35 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74f64a039cc580f322b78bcadf6fc902e8bf2e43]

        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>  [39ecbfcd1674e2456f0d074f9622c87a1e94b591]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:41 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c9c82d10f79c87e28c6e187635722bb2eb70e71]

        INTEGRATION: CWS changefileheader (1.17.12); FILE MERGED 2008/03/28 15:23:35 rt 1.17.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [249e2a7eb0c2c6dfc401bff4f71033ed9c4da22a]

        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>  [e747489720f85ecabeb2a3076ba7d7f9f04e0a34]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:41 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8b1a9dc318425f8d7b02c1886e4deb404e9b9035]

        INTEGRATION: CWS changefileheader (1.28.74); FILE MERGED 2008/04/01 15:08:47 thb 1.28.74.3: #i85898# Stripping all external header guards 2008/04/01 10:53:00 thb 1.28.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.28.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [864bdcaf02158f8e188f84aa061efc666838e8aa]

        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>  [90a1a4b81508cf2d54d99d8603a74dfefc841edb]

        INTEGRATION: CWS changefileheader (1.4.272); FILE MERGED 2008/03/31 16:07:05 rt 1.4.272.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a22cae3f028f79bf1f4f8e49baef681a713008f6]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:41 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [707bf36ebfc2e1130c75f9b88373060aaab20255]

        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>  [c0568be07133801a3573c1558dc79dd6496f884d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:34 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21310f337b6285d3e40133aac76e1d6ee0ebdc31]

        INTEGRATION: CWS changefileheader (1.25.8); FILE MERGED 2008/03/31 16:07:05 rt 1.25.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c80bfc540fe8940ae17a7d22405fb22b5c31c0ee]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:41 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5ac19fc9a3bf7966d3e681d8153bf4e147dd47be]

        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>  [e7eb3152a99bce7d80daf5c2f3a43fb8d629ab38]

        INTEGRATION: CWS changefileheader (1.5.408); FILE MERGED 2008/03/31 16:07:04 rt 1.5.408.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f98f0dde4332a0969fe26f73b812340ab4fe7b2a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:41 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [471d8aabf5de17c20a01a08762707bcc299c2ef9]

        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>  [8e623167bfda57f3e2d7bce4014b522a4375a6a4]

        INTEGRATION: CWS changefileheader (1.30.38); FILE MERGED 2008/04/01 15:08:47 thb 1.30.38.3: #i85898# Stripping all external header guards 2008/04/01 10:53:00 thb 1.30.38.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.30.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7357d3b74beab8e7c5b57b42392f593a8663b0a9]

        INTEGRATION: CWS changefileheader (1.6.196); FILE MERGED 2008/03/31 16:07:04 rt 1.6.196.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f52d80118f8c4d4fbb7dd061b88514e5dacb5cc3]

        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>  [3814509e982e21a287cd14ad0426eca1e4934835]

        INTEGRATION: CWS changefileheader (1.5.1024); FILE MERGED 2008/03/31 16:07:04 rt 1.5.1024.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [87cc03cfbb0c15e1d958833a1f67652b98e9c9c1]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/28 16:36:40 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [98566c5811ff805fb01d27c117baccd6dcc08e15]

        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>  [83d7f9321d5a4d38eeb871545778ac6665fb0f12]

        INTEGRATION: CWS changefileheader (1.25.74); FILE MERGED 2008/04/01 15:08:47 thb 1.25.74.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.25.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.25.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [677a31c60badc48b46422e7de3be8ceec7a6f84e]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:40 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b80b6a8ea829f4a3fb3859aa71efcc200d86bf4]

        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>  [559b5898ae4bb99ff5f9c3e7a10282a4a14b190b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:33 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ccf0bacb6298b0ccfde3cbfeee6b8574051b54a3]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:36:40 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8859c5d6139ff3286f519adb583dde6a2b5d577b]

        INTEGRATION: CWS changefileheader (1.8.710); FILE MERGED 2008/03/31 16:07:04 rt 1.8.710.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adaa2b286425ead812971300da60cac7c6f1772d]

        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>  [86a1c8da6a895e67b12bf93ffc5ed1ba95f52694]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:52:59 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82b0f5223ee65617714a00167b07eb3c1eadf2a8]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:36:40 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e6e9c5eb1590e01c31c840abd7170cb259892a7]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:07:04 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f6eeb14f1d2dd82886ffbecde7af6f624ad0d69]

        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>  [eec157348f9304f23029002521443ed4e54a41ca]

        INTEGRATION: CWS changefileheader (1.23.216); FILE MERGED 2008/04/01 15:08:47 thb 1.23.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.23.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.23.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [28f80882bdf5f9f0820a1d0fbd08940f14ad906d]

        INTEGRATION: CWS changefileheader (1.3.44); FILE MERGED 2008/03/31 16:45:33 rt 1.3.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [728a6f95a36fe72e13ce019c7eadf7d7fecb150d]

        INTEGRATION: CWS changefileheader (1.8.90); FILE MERGED 2008/03/31 16:07:04 rt 1.8.90.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9726d04cf673b94b8837987ce52675aaa35d529a]

        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>  [648c8c91b95a464cdd58ef6cd22401f3d808f100]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:23:34 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a3ab664997ea671c786d3a1ccfe88305e067226]

        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>  [7a1a2ae3cb4f507c6a4f5500113799cffc7e44d8]

        INTEGRATION: CWS changefileheader (1.43.180); FILE MERGED 2008/04/01 15:08:47 thb 1.43.180.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.43.180.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.43.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d4f07293c43c7fb096a595b807a61ae719ab260]

        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>  [2a1408dc061b7551783a415dd1960425c8305633]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:39 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7455fcc7bd8933e28d5012f1cb774f8302076fee]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:32 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a03c1f154f866a48658c73bee0b2e40d7831b6e4]

        INTEGRATION: CWS changefileheader (1.18.42); FILE MERGED 2008/03/31 16:06:01 rt 1.18.42.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8ae6abf200755482cb4ac2dc5f1dcf2961dc0e5]

        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>  [6ce1bcebbfafc7c5f03ec5a7d92e0ef35603ddf5]

        INTEGRATION: CWS changefileheader (1.10.38); FILE MERGED 2008/04/04 07:21:18 mh 1.10.38.1: #i87440# update license from LGPLv2 to v3

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [690fb04ad0c6423d6496f5f563d4b1167441f59f]

        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>  [febe56bd726abea176f448bca28b80463eda57d1]

        INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/04/04 07:24:53 mh 1.8.80.1: #i87440# update license from LGPLv2 to v3

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7a73ddd9be72b339a83382e834f744c0471ea32]

        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>  [47b1be4575aa5304b3367f20251ffba094f887fe]

        INTEGRATION: CWS changefileheader (1.20.216); FILE MERGED 2008/04/01 15:08:46 thb 1.20.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.20.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.20.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f4e2232dc42f1a5dd566b0126adb0c7baf89ec8]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:39 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21bd36041d9a39e672f1499060f57f78ba7d3a5b]

        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>  [c0349404aa8ef55777ef2c8fb2de444d0ffaed30]

        INTEGRATION: CWS changefileheader (1.8.80); FILE MERGED 2008/04/04 07:28:44 mh 1.8.80.1: #i87440# update license from LGPLv2 to v3

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [997cf5bae82c21e8455d921d5261399e8867938e]

        INTEGRATION: CWS changefileheader (1.100.22); FILE MERGED 2008/04/01 15:08:46 thb 1.100.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.100.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.100.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef1cf61706e80bbf7a221fbd50643427a079efa2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:31 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cdabdc5fa665de65be0becfbb3080999b1b72eaf]

        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>  [819a36059838cedfae0978b9499a21bb26eddc20]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/04 07:30:39 mh 1.9.38.1: #i87440# update license from LGPLv2 to v3

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b87068da35e30709a655e0b7b5fdc05324ca3ed8]

        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>  [9f965b4dcb940179fcfad51b875f17436c805d09]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:38 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad04910b6aad8a6aa3f0205e4e098380b4813de9]

        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>  [6d38bd559b44e9175d3579c459b4e65915edcea0]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/04/04 07:19:09 mh 1.9.38.1: #i87440# update license from LGPLv2 to v3

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da6adbe5f969b76652abe65112e9724d8be75ca6]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:38 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0632e5bc8116eefd809783336900a3093cdf690e]

        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>  [5fb2e9069d8826e0859d55d4045d0145ac4070de]

        INTEGRATION: CWS changefileheader (1.5.48); FILE MERGED 2008/03/31 16:06:01 rt 1.5.48.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27b3504e16c7985a0e77d85bc67aa221e22503e2]

        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>  [c1d8ee366636d8bb7572b10244eb7e12696f7bc5]

        INTEGRATION: CWS changefileheader (1.6.66); FILE MERGED 2008/03/31 16:05:47 rt 1.6.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [585f7836e02bac77d2eb3598fab6d1326121f0bb]

        INTEGRATION: CWS changefileheader (1.41.22); FILE MERGED 2008/04/01 15:08:46 thb 1.41.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.41.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.41.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [718103a71a886781477a2e3cacae82b7bcc2e2c1]

        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>  [fa1f1e1dee0aa6b309cd69aab4625afcb2d760b7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:30 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4736a76b2ea79b8c09612cd78a0600e97144d96f]

        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>  [4e0aabf299570b6f90ea053811b5a4b779709453]

        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>  [0629e744d6ee049ff7aff693b944914a80fd907e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/03/28 15:23:34 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5d3b2cf17939b899bcb8caead764b7c4753877a]

        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>  [2bdd07d1f9b527fcd213619df322295fdee9cddd]

        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>  [d7687ee3958e533d23fe7d58cf2843495a3f1ca5]

        INTEGRATION: CWS changefileheader (1.11.122); FILE MERGED 2008/04/01 15:08:46 thb 1.11.122.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.11.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:34 rt 1.11.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [219aeb5ef56c41798d459d4fe5be8b5c5988d14b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [31085d893340b95bc2588a9fa6dc2cb63aef715c]

        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>  [15dd400c8a188a71af6506ee5489ee05a8aac9d8]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:08:46 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:59 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e10059bdd05a1cc529ae2ed4e4921c1758453c5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:29 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2942d19f2d0f4e1bdab820ac79ee2ae0f9910ed0]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:37 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6cab379e19e1a1ca17dca4f991628a03c6d4003]

        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>  [6278f16c5d14856d36f75c6c88a8018414473874]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:37 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [42ed316d08a5ce9d92a42e5c5cea67f661c46f4f]

        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>  [0c6fa49ef35aef0247b6295351155a6f2245cb42]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:08:46 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d047fa1eb191c6e483a465d3577cf40ce9380e42]

        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>  [fc18cc51a366d2721114735ed4d66360ab1d0fdf]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:37 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e090eb40381d23952291973f62ec57972ad3d66f]

        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>  [5f38622330f69d2cbb4b82423a9076f0b16e0311]

        INTEGRATION: CWS changefileheader (1.35.22); FILE MERGED 2008/04/01 15:08:46 thb 1.35.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:58 thb 1.35.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.35.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c6115356d83b3a8e85e8b714142c8a1634842f0]

        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>  [598f7e1e79d6b29bb88ebe2c65714807f7f52647]

        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>  [a2858ea2ca5d3f034656d1be37f583a4f23fc0f8]

        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>  [eb75ad8f61034af944456fbc83f00d45e7f6578b]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:37 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc6871d18dc70c900a9eec74d020e6c8ec419b4c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:28 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ee235e2f9f3331b97ac92df96df5e41ac4e8881]

        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>  [76e59a1b3e6d05262e28ede49e39a01faacb9a9a]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:36 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8622898f90fa4dd52b6713f9aacf8a6f1361294]

        INTEGRATION: CWS changefileheader (1.49.22); FILE MERGED 2008/04/01 15:08:46 thb 1.49.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:58 thb 1.49.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.49.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b2f83d655f92a101383ceb07359f081f140e8b66]

        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>  [7904e4d23ee4f36d62199e7299ae10ef14de2548]

        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>  [f6ae84aefdadda1e9f47e012fc74a015b99a1066]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:08:46 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:58 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae3eee32fec3f883aa8b92525ecfd51decde0c2f]

        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>  [3c6e4fb938166566208eeded9a65d947ef0c707a]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 10:52:58 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [941509c7597d6bbbee800f2001b9402e6cf8da8a]

        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>  [72e6217da9df73ab559d3e9f468012ae8e2a6018]

        INTEGRATION: CWS changefileheader (1.9.52); FILE MERGED 2008/03/28 16:36:36 rt 1.9.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3901b3d79127d7ef12115bc87de8c511fbfc7209]

        INTEGRATION: CWS changefileheader (1.6.12); FILE MERGED 2008/03/28 15:23:33 rt 1.6.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8fc0edf3cdb017efe9d24a47f8ab4a817cb7dd7e]

        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>  [c57bc11a9a822266e316bb004c179279263ef202]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:45:28 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c9e84266e049aa9efca367dd20e749fb946837a4]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:52:58 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a906e6dbc4193099206c9add5ee91d9e82203e4d]

        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>  [7536a9075a077d704d9785b91a7919d73c2290ac]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:28 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6931dcc56914f6a82b783a780b6fcfb3737b9984]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:45 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:58 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6cc9db8e17f9dc3d63b87513d3760ee689689064]

        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>  [c357d801f6af88642ae9e0709964f60ad9c2e137]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:27 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6c537b8a4c824f5dd310455cecc67e1c92c47c7]

        INTEGRATION: CWS changefileheader (1.2.314); FILE MERGED 2008/04/01 10:52:58 thb 1.2.314.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.2.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b1c109bf6536f405c7554d0e93919c231035ace]

        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>  [6cfa5cb458e7878971f3c63f4f5d4dbe3da9bcc0]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:36:35 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fdc5b8666aec5b7367fde8e69ab4df3b90f261e]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:52:58 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:33 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5854d61b7c193f400d0675042166b5fcb8164585]

        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>  [7aa5fbd069273b857234ff456b16e215b0c77a94]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:45 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:58 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18056599d4f014dba1a58d58bdcc446e7100b9c7]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:35 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f788d4c1a7cc459d85b7576757fa5cf82b91270b]

        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>  [686ecfb05a19002033523dcdcb3ab506a7260337]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:45 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [070c7958dd13c3f7724451c1991f0f0e942d40a8]

        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>  [b809683fb29d366096672b9cf2cd125065b2a4f0]

        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>  [a97a9e29c33fda0815069a17eb59571f78d6e699]

        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>  [253dad2e7364ddcdd80ea6fdab5a65595d5756d2]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cf12fc36fbf46da5fc494bae94de72c377e911e]

        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>  [c22ec4382f96c1fc43d22b547a113b2611014d94]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:45 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6ea815df3cf5937cc75d39b7733a80ca94774df]

        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>  [c0c50dcb55ffe1a0d869a7a5711c8a452d69b03b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:34 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d0d5104e4b14f9971b262f1030ca9178d949d464]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/04/01 15:08:45 thb 1.4.314.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.4.314.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d4583e1c1b9482c0ad7541d703cb5981ed7ce330]

        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>  [e137380fa5ebc26752fd7e7cd60c301da59c3ff2]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:34 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3954f01ee0ae847b9a9fca4e19e9f77b2ddf539]

        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>  [6cc97f49352a6bb3ffa87a68eeed2a9bbf23da5f]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:52:57 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf62df689e81be0643afa3ddbd130377bbf14ebd]

        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>  [086b2f3a3bc30cd34af9606d8da2571b39063442]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:45 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e55a8783a6fb2d58318707f0f209250276c568c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:25 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4d7d878931b2ef10b596e88ebe74a196010184c]

        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>  [e72492474111d4756ba9822ced5da54061ee3690]

        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>  [6ee4df7875dd656773675c297bd21e2b4bc7a46b]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:45:25 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [faf7ab59fc26dee0a0007eda8e2fbdb8ae215837]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:45 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8055217e81b0de9f422c5b7ed11bc37111a5ce4a]

        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>  [2560d2efa5d9146b6f7cab6835f400eaac5c0774]

        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>  [03a7351e76dab2cffb37c389a57e0be978262dd0]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:34 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebe033369aafc29920b9d5298219e3289bf7b207]

        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>  [a9c235eb1fa8e505c14af5b9360910d9306c68c9]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:33 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a77a7e76554aa5c757829e6c23b5a6edc0dd2594]

        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>  [4f6cbc491d24a66019ac8a2e8ebe0309075121e2]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:36:33 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3bf43c998baced7ee9ec4480a879a2b6335788a0]

        INTEGRATION: CWS changefileheader (1.4.222); FILE MERGED 2008/04/01 10:52:57 thb 1.4.222.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.4.222.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [371a8bd3db0ac34117ddd77c8505e012cbf30a4f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:24 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d5d3fac0f74085079a6c02c24a16e6fd48bf955]

        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>  [6beeefaaf5595bfac4d8e815535f557efce422c0]

        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>  [8ec1d46210624cb28ef86831d59c3f96002210c3]

        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>  [e9ea227c90153744decb1c45cbc725a725bc4a89]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:33 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16acfd72bfcd6577dfbb6febdccb11675c787d99]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:44 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a64469a64625beaedbbca008b26b014034b81511]

        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>  [901b184a3a39653e06076e7b5fc5103079a3ffd8]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:33 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef4c9e3ef5895bad2d4df4b61b757cec2eb24927]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:44 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:57 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e96255263e2d40347697b1ed2de874e3f493032d]

        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>  [9681b4358d8c3475e7a04d0afe7c8962c2255a66]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1af426df5173f4e877604193d5ee4b07cebe33cd]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:32 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [042e043d1af7ebe4bba03e3b9ff55e0e8a92505f]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:08:44 thb 1.4.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:56 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5f6f18b1bf8043c53344fa8a3fafc157d7b87b9]

        INTEGRATION: CWS changefileheader (1.2.16); FILE MERGED 2008/03/31 16:05:03 rt 1.2.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f3da38d7733f9988715cfba332925bd37ccc8a8]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:32 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51e9b32bdd51f3943f632a987d9389d3ec7ada22]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 10:52:56 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd12201caf0136e837291f2987077e4169234fa2]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:32 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7fb3e9f3f80b63fa3b41cfd9c47d28dce9b5668a]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/04/01 10:52:56 thb 1.10.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cb15f9cf119525e13d7c12de1ba8c3bcd019d29]

        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>  [f277ada71d14aff2fb15852a3b8ac75dfcde588d]

        INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED 2008/03/31 16:05:03 rt 1.4.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d9b987dded2c9a88ed587a44da955fad83b091f]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:32 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abe93300df906e707a18ba95323323496c4fbdf0]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/04/01 15:08:44 thb 1.5.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:56 thb 1.5.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4575d2249c479d0a56c77fab0f337935eb64eec5]

        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>  [44d6641884d9956e23cdddc3c121e3ae50835cf1]

        INTEGRATION: CWS changefileheader (1.9.38); FILE MERGED 2008/03/31 16:05:03 rt 1.9.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [04ea2bcbcbe11be70fddbe7e81825f3e82ccdca3]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 15:08:43 thb 1.9.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:56 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d58444937742eaa9746c6760fed3f4fa854f07f]

        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>  [717f43d1b6f18a066113e162c3ae438762c92e19]

        INTEGRATION: CWS changefileheader (1.2.96); FILE MERGED 2008/03/31 16:05:03 rt 1.2.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [868322bca572956192032954c12d7013700a7f1f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b97cb5bf587ed8ceb8a38dd6bafe64c816145d4]

        INTEGRATION: CWS changefileheader (1.2.314); FILE MERGED 2008/04/01 10:52:56 thb 1.2.314.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.2.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [936eaa186a37929d28a32ecc4f0faa35e7e76629]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 16:05:03 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec063f3d7aee316d75ebb0ec91d9aa9e290cdd5d]

        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>  [3aa2286880e9569cb94c5ddacab03b1ba2c1cc2d]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:31 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1956518a5e795ecab169550c6e1d4249fae47572]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:52:56 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:32 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92ac4f87cca33b2268dcabfc717161bf25d311ff]

        INTEGRATION: CWS changefileheader (1.3.38); FILE MERGED 2008/03/31 16:05:02 rt 1.3.38.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c22d5f3a4b4d87e8ef9ff94bdf77ace4c1ee3ba]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/04/01 10:52:56 thb 1.4.314.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [501c7dcf1d431b375380ce2b64bf0f2aabaf374f]

        INTEGRATION: CWS changefileheader (1.7.96); FILE MERGED 2008/03/31 16:05:02 rt 1.7.96.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fec4696c69d261a50855f9ca7808fdff9f757bb]

        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>  [92e9b18866929815b7ee42d12865c3f9c6a99549]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:31 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d7a8c6bbf6908269e3750ec20d6f4ff5a29b0e1]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:52:56 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [369f75b84e045077c3ff078241ee3d82a44a51bf]

        INTEGRATION: CWS changefileheader (1.4.314); FILE MERGED 2008/03/28 15:23:31 rt 1.4.314.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0eab0750a1f2dd72b01822011fdfccbca524ff11]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:21 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [09636a28ece9a5cf67da352ca609500d671a9552]

        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>  [77b27f2b7bc82d7dadcf85919f5fcf0ae07917b0]

        INTEGRATION: CWS changefileheader (1.12.14); FILE MERGED 2008/03/31 16:05:02 rt 1.12.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3671b6b257188f08a8851b1b9bc04c40e5fc290b]

        INTEGRATION: CWS changefileheader (1.7.156); FILE MERGED 2008/04/01 10:52:56 thb 1.7.156.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.7.156.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a7bda6ccb07ca185ac7390d0e6c246a6f0b6839]

        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>  [cd4320b699777ee67f8b4e2338d4160c9ba80ab5]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:31 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f124f169fa5c95c1dd7ae3edd3cfba67dc40d267]

        INTEGRATION: CWS changefileheader (1.7.12); FILE MERGED 2008/03/28 15:23:31 rt 1.7.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b223aa33c654be4ef3428f9d4a244d2171095fc3]

        INTEGRATION: CWS changefileheader (1.3.4); FILE MERGED 2008/03/31 16:04:53 rt 1.3.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f4fd53f2a81d6098764e54eda5599179003f1f81]

        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>  [b151de78492f461f33ca8da093687303124cad06]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:31 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cabd2b84af2602e1fe88c3120f1b3ce8b55f892f]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:52:56 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f309ec95cd5a8ec098ff3b8a24e4af55ec8ea986]

        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>  [56e44f2fba57c62054fecb94408c45fb06be5418]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:45 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92eb7a1e2d8a2dd1bff82eee5bf8058c8757f782]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:30 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [113bd6dc0f8605f709e36b41a2d7be3b274b646d]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:43 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:56 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7414e47d1529bb3a1376c00f3dde52a3d2d1b7e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:21 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ca2dff27486fcc29fdb44b060a9613bf8b6bddca]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:08:43 thb 1.6.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [507a305d8686b04e7cbb534b621152822c260c93]

        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>  [d1c1f7270e601c123c59a0895f88c5fa1cd855bf]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:20 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fc30e41296fadb069e13e88fb54a175174262366]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 16:04:45 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b1c1517635e36819a2d086bbcc626302b6fd5570]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:36:30 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f66ec23d9bf6b2d2c4c214d2819ed1505176b9ba]

        INTEGRATION: CWS changefileheader (1.17.8); FILE MERGED 2008/04/01 15:08:43 thb 1.17.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.17.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.17.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [78e24f0a5a24978eacd8af9da5f2805627f7202c]

        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>  [ac6cc810a75d455c33edbea8d11c0eac546e5f31]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:30 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa0377b2aa85f0e0b5cc44e12278735e9ef87389]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:52:55 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06ecb50d5ae90390318cdf84ad30eea19d0083ee]

        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>  [3ec4e407260a96eecaf2fe4eb9561635efa0aac2]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:52:55 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84cd0ded5f05562cbd11c2f37b5e1eb35fa27c81]

        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>  [a5138c664c25cfc770fe6a4b825ad1d729588d05]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:43 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bad0b7d180c4098e4b46355898208aa8df8704cf]

        INTEGRATION: CWS changefileheader (1.5.24); FILE MERGED 2008/03/31 16:04:44 rt 1.5.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b10b74e86a74b4629903e8083c3e057de4bd5723]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:43 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b99b1173780453d18a32027482ab0f5d56f4a8a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:19 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a37bb98009111de1980d6cc00febba7e839f66ea]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:44 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9c1394494d683ee7c0d229c0ea4fa5d0d7cc704]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:30 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee51c6063ac39d13ec5b4965c0d6499fa2290c16]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:42 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:31 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a0c4b3f269ceab3f28f1ff7925cbf7197cb3c18]

        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>  [9650360b58c7b140b2f0c74184840f9096cad1ab]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 16:04:44 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8305bd9d193e6c54b3dda2db8510ae2fcb61be6a]

        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>  [939e216f1188d1901546a13032d9fc44d68b3937]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 16:04:44 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [63b161409a397375f337c9a8e4a2ea5c2ead371f]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:29 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d1b99f02cdad00e9bd1b132b781f9c48d2669d3]

        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>  [5a5dfb4f9e356745679900c53cdee2ec2c229d42]

        INTEGRATION: CWS changefileheader (1.4.294); FILE MERGED 2008/03/28 16:36:29 rt 1.4.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0924728a6383e6416c4f90022936e077ae1f9e03]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:52:55 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b353c5bc45e8f55032e9bc5b07cc679defa0b4db]

        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>  [46cdf3860feab686fed98c5a16dc28e5a757e550]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:36:29 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82bfcb2d3c9561537fde746cde4e6dc240a2367f]

        INTEGRATION: CWS changefileheader (1.5.276); FILE MERGED 2008/04/01 15:08:42 thb 1.5.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.5.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.5.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2587ce895c5684ef70dd999087ce1010e0bb7329]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:18 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [920450b96f1533c79026fd3752c3241842b5aa61]

        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>  [e1673ccc933390b5a6ae02bf7b270fe030aebfeb]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:29 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [745b0bc0609dd3326aea7ef70fd47a672990ffb3]

        INTEGRATION: CWS changefileheader (1.13.8); FILE MERGED 2008/04/01 15:08:42 thb 1.13.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:55 thb 1.13.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.13.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [102518281061d1b559e19601fa615c8edc0704ae]

        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>  [2a418318c3ebbfd8ab85636eec074fd857dbb50b]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/31 16:04:44 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0faa71f2136d2d670bda284ed5886b08a5a5fe2d]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:08:42 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:54 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aeff40b6e3a4002fef0fced1832bcbc7c9ea9220]

        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>  [2fcc416bdbb82d49722cf2d8d5c9947cc5a8916d]

        INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED 2008/04/01 15:08:42 thb 1.8.126.3: #i85898# Stripping all external header guards 2008/04/01 10:52:54 thb 1.8.126.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.8.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00560a38d3562655d5bc0f161d23c4bef62ab4e6]

        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>  [3262ff64139205dbbb6c5d6d116ace3137e09689]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:43 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e90c7fd6d3253dad9f0363eb56e99af0fc1a948b]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:29 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e61a05d825d9a9ad067d0d8f2a8d1f38933c76b2]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 15:08:42 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [81bed272a624c5ca5601a50567b2945484219e76]

        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>  [c3af5207a2d1766a749a2b8310c4331f63b6cb64]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 15:08:42 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [308b3c6c28eedf8bdf5f69871e3948dde0838766]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:17 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90d9bf16c8f6c0bf773f5e58dc2edd43c52f38e5]

        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>  [6f1594e5655b3d2c1c34c5c91b305518c20695d2]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:28 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba73de86d86c1bbbbec2ded9429c6e8f0fb7c59e]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/04/01 10:52:54 thb 1.4.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e9ca55d1e5a2595ba0d6d5305670ed65495351a]

        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>  [9547645ee20436e992b91d31b85933b3d605594a]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 16:04:43 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [34031de4c8a3eeeb91522647be8b1b6c3d5ec07c]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/04/01 15:08:41 thb 1.7.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:54 thb 1.7.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c91a4356dd14a056c638a40a8ae144889fecddb2]

        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>  [826a66544efbed3190914e7f46474a4c352fe51f]

        INTEGRATION: CWS changefileheader (1.4.372); FILE MERGED 2008/04/01 10:52:54 thb 1.4.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.4.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0343928c24f2b9a545c1e98ad964626b9582519e]

        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>  [e76bd9c73f440cc986fab345499d11fac9b61514]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 16:04:43 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14faccad6ba7def009a0b7a4591e020227174a4d]

        INTEGRATION: CWS changefileheader (1.11.182); FILE MERGED 2008/04/01 15:08:41 thb 1.11.182.3: #i85898# Stripping all external header guards 2008/04/01 10:52:54 thb 1.11.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.11.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f54eaa7b1a74356954e23ccb20220d859847dc7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:16 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b08fcb86fd05e942c5f87e59a3eca5b3f1d231f]

        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>  [6638b22a5843ed6fa81931ff725750b29d68f81d]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:36:28 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92357475fd77e2f2b73e9471219395b44adf53db]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:52:54 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe16a3c71688b5c697d33b388ec72637b5a2b923]

        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>  [52969f2d6cbb77972239b4b9404c5d0d34fc5df3]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:52:54 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:30 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b2257b33d2497c5e205d9f6bd62ee6ce5463a3f]

        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>  [784b36587a0560d1329d377987c13467cff2df26]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:28 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b14ed5c067169d7d9d859e157ee394e1ce117b2]

        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>  [3bcb571badda9c4adbbcb0a1d108cb154568cf62]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:15 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70cc79184d13e319f03fd0e8a6397460259d5b0f]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/03/31 16:04:43 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8038489ad18c04d6c2730df9b21c726349d79bde]

        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>  [294c6a15a1e38f8f668f60bb147044269b1761e1]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:41 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d647863720ace6fa7f6ec19c72e3e4f77479d444]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:36:28 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f59e119d7e24c6e3df6f54bbe3e9cf030a766f01]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:45:15 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [92bc9a475b00fe8845edcf9bcb72c6b588fab9b1]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:04:42 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5cfeb6207996f40da6b007bb793ff2ae15917097]

        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>  [568caae86f1f7f6003e034f507152dc6e479f694]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:52:54 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ade087f2745bc989822497202b9dd73eb2eac26]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:42 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30d4995e4510328b374b363d49506102aa336c05]

        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>  [fdc6ebcf5cc66c50e73713348901b4b970897e43]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:52:54 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [864cf9f2224d199cd6520040e8578062a0628739]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:27 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcbbde9e8c7b0a8604d67a5cad4c1913048e2f8b]

        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>  [28ba2c07f849b3e00ee218c2baaf5fc09292d3fa]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:14 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [768a5c630a2c50197c8753f354c1a1cbfb45fad9]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:52:53 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [29baa4629b907a15fb031f1891987f4325c80ad5]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:27 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [69bd9ac8e409845f3ddeee8bc8eee597c53ceef8]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 16:04:42 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d36d5073d45a7a3ded9bb06d6aba579978b7aff]

        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>  [73e7e64812c1ee9256abbe3ab7ef258917440d76]

        INTEGRATION: CWS changefileheader (1.27.12); FILE MERGED 2008/03/28 15:23:29 rt 1.27.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b95986cc2476b9eac507cf78d54b9510f6da338f]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:27 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d8dbb2f14541dfa9f4ced9136139d414f2776d4]

        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>  [5a87f015fa1669bbff51146914bc620a72313f02]

        INTEGRATION: CWS changefileheader (1.20.216); FILE MERGED 2008/04/01 15:08:41 thb 1.20.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.20.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.20.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38b95a12625626b0b6420dac0a8fc1ddf9b4f4be]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:13 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe081a098327a18dcb0c2e362b0eb5735354d2e0]

        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>  [dac07f60548e3210d19e79251b99d55a20347762]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:41 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace7ff5f2f56b4c2c6d4d7a3fb18cfe0a393cd01]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:27 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b28d2edb5d5bb9a61fa712dc934675dd5fff0fe]

        INTEGRATION: CWS changefileheader (1.26.216); FILE MERGED 2008/04/01 15:08:41 thb 1.26.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.26.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.26.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ad29128cf9d076357e226e3a064382710bf0b99]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:26 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f2dd83e6650b54f1aea5372cc70619c5efc626e]

        INTEGRATION: CWS changefileheader (1.104.22); FILE MERGED 2008/04/01 15:08:41 thb 1.104.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.104.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.104.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a984dca40097d1284ed783306d8b4ce4413a3585]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:12 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a796dd0c043694ef407dcd6dc4b4f17c7d2d3e1]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:26 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [984d376b9304c3bbaa49e08cbb52cd10adcfac6f]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:26 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4c1b7dc103799f487b91f418d4cd8a283e495f43]

        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>  [c34ec4c5f6e05f380e1070905f66501e479c49b8]

        INTEGRATION: CWS changefileheader (1.24.216); FILE MERGED 2008/04/01 15:08:40 thb 1.24.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.24.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.24.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b11d7c359fc959514897d91b7de7518a8aa30fe]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [3dc443a26b5f3748d22cf0b3709a30b67362c510]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:26 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc8f73107f01eeb3055238949658747d49eeb22a]

        INTEGRATION: CWS changefileheader (1.19.214); FILE MERGED 2008/04/01 15:08:40 thb 1.19.214.3: #i85898# Stripping all external header guards 2008/04/01 10:52:53 thb 1.19.214.2: #i85898# Stripping all external header guards 2008/03/28 15:23:29 rt 1.19.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5d44c41b70821db0354ad63c4d0bf64140b9337]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 16:04:41 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70cde5854e0c0ea6dcfe5528c4292c52a4bd1884]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:11 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b51331e5eb9cc18c25a3df5ade53dafe581da0a2]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:41 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9268e7fab60b733e9691d5eceadbb51c27193fe6]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:25 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d3e64c9f80e6f74922a30744b2303fc5d578386c]

        INTEGRATION: CWS changefileheader (1.17.216); FILE MERGED 2008/04/01 19:56:13 thb 1.17.216.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:08:40 thb 1.17.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.17.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.17.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4915f2ad68913e1a5ef161fdd955170592f91d21]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:25 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30ec1d7f065a1f5dc63d4b0babfd4eedd217345b]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:52:52 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ca3e18b167b76ceec09aed73ffd840d1ea77240]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:25 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f676c06945fcb6abf24db5fa3720912436d9529b]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:10 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b55035787b2473d15a1b8322c41e2638bb6ac095]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:08:40 thb 1.14.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e72ecf9f6887032ba824e8521fa80ca719a7f43c]

        INTEGRATION: CWS changefileheader (1.42.126); FILE MERGED 2008/04/01 15:08:40 thb 1.42.126.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.42.126.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.42.126.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84d575d5d9279b5ad6620cd143f012122ff93dfd]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:25 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa567dd597194d6e13244e0d38ec4fc72be5faf1]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:24 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06c561d962236df838ad0049b1c519abf84d69be]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:24 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fe71d066d1301e572c447c878a3554cf68c8144]

        INTEGRATION: CWS changefileheader (1.3.2); FILE MERGED 2008/03/31 16:04:41 rt 1.3.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b30432999f96df53ddf47de69cf3b2b12d1e2131]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:24 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad1b253dbce9aac77500ca0c97f3a17ee3dc55a7]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 10:52:52 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6ee97541f54b2f532e7bc725adb750fbeb8680c]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:09 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc28c5f6890d2323506b835666d9903e16e5c295]

        INTEGRATION: CWS changefileheader (1.34.22); FILE MERGED 2008/04/01 15:08:40 thb 1.34.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.34.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.34.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90e8433690dcd2112f9612fa092198efa0a03912]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:36:24 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49258d2bf21e9d3d0cea86c425c0b67776b341e9]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/28 16:36:23 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e9750bfbbc0c564ad7ef449948a7dac9647bbfe]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:09 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [eb706e267b4fecaaf653253ce39fb9b65e652247]

        INTEGRATION: CWS changefileheader (1.19.182); FILE MERGED 2008/04/01 15:08:40 thb 1.19.182.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.19.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.19.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa9ad2c72c57d047663056ec943242221f8fc033]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:04:41 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5736d4716ab004488290b5fbe17041b5a32eab8b]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:36:23 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abddbf5281c31610810ac6c4fa0a3df39ba9d6b3]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 15:08:40 thb 1.15.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:52 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aaca598afb55110ab4206ff52841881fe67da276]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:08 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dccba8498e84f7b842fc83e8b458c39e3467140c]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 10:52:51 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fba553b3e14a0ac20e96d24d3900b623544c140]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:23 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c97a79112a5f9045637c1a29285209b342b4111]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:23 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [049901fd8a860da89e4d994b73baf149c65baaf9]

        INTEGRATION: CWS changefileheader (1.11.12); FILE MERGED 2008/03/28 15:23:28 rt 1.11.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea8899d9c4690be6b96390bd5fc74123de4570ed]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:40 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f8e8e267c94fdd146b03e3a1a894cfd45371468]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:23 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4bf206b262c25b5a7c5107b837775ad34f547c3]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:40 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef64c37b29986e9737e14eef85a952e622962337]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/04/01 15:08:39 thb 1.11.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.11.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30e07f10b85487eddec3d1fa04347d216cc6f2ba]

        INTEGRATION: CWS changefileheader (1.3.16); FILE MERGED 2008/03/31 16:04:40 rt 1.3.16.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e120a7904cac11bb93bb4b009ecde09239d12f15]

        INTEGRATION: CWS changefileheader (1.32.8); FILE MERGED 2008/04/01 15:08:39 thb 1.32.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.32.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.32.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43aca070a6a13f56d89861d3e3cb4164e5cbab5f]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:22 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [090a3c0edc4f7193dc8c007787e32da95c279edb]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 16:04:40 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2adc086318ff91199776c7fb2435568b03b1bb94]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:07 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8963af37ab2d9e2d9a1aa379ad4de1e0bf1c1f3a]

        INTEGRATION: CWS changefileheader (1.4.216); FILE MERGED 2008/04/01 10:52:51 thb 1.4.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.4.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0a498c0c1076406c05cea3681be19ba952e9cead]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:22 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a68140d7b231acfbda7775f95aeb48ff6332f4c9]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:08:39 thb 1.14.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da7a9df2de2c18e1a8abaaa8a35e2f39dd862a56]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:07 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5f2f11d007c37b71cf945aa281f142137f61b83a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:22 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08c3af080bfc2b65121fcf63511724f4cf1d5935]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:52:51 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:28 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e3fd10f99a9abe4d73c218a4368d28a31a05264e]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:22 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea037fb1ce16c555158cb14dd63a34c936116688]

        INTEGRATION: CWS changefileheader (1.19.8); FILE MERGED 2008/04/01 15:08:39 thb 1.19.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.19.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.19.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7022d1e6b0c70432ceecc3352931c5bf88f8b82]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:22 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aee1f7eef1d2ce84c1c24fd56940dee6fc6ae7d9]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:06 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [25629144669e94df89cd536218cf6fa9eaf268ad]

        INTEGRATION: CWS changefileheader (1.16.8); FILE MERGED 2008/04/01 15:08:39 thb 1.16.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:51 thb 1.16.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.16.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d431dc650e10d22b1b4130c3cf438c3badc9b6b]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:21 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a91499888f3f880101f72e9040eccdbc1f5de00c]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 10:52:51 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace7d49d5cdfc368add10cb2c05da84893934ae5]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:21 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [207b1699beb9ecf90fde63df83abb1434bd442a7]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:04:40 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9512bcea7ba59872e8ea515a1f5b3a6f21104721]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/04/01 10:52:51 thb 1.6.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18d21f0780c228b624c54035db7cd15bd912c6d7]

        INTEGRATION: CWS changefileheader (1.15.2); FILE MERGED 2008/03/28 15:23:27 rt 1.15.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [260306eb98abf2d4c0aa2193006ec371d988afd1]

        INTEGRATION: CWS changefileheader (1.3.52); FILE MERGED 2008/03/31 16:04:39 rt 1.3.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fce06705c600cc47aecf4c1c3cf2f90cd112920]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:21 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [303dbca4ce045c0ec07a0ca95238016cf8b21987]

        INTEGRATION: CWS changefileheader (1.16.190); FILE MERGED 2008/04/01 15:08:38 thb 1.16.190.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.16.190.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.16.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bce23023e92cf7af5e32d77c84f43ad0448187a6]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:36:21 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe3fdef1d4ed48246a86842a2d1c45074b08b0c4]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:05 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ad010d15810677cb6a81c8e3af15854c9e0b0a84]

        INTEGRATION: CWS changefileheader (1.3.86); FILE MERGED 2008/03/28 15:23:27 rt 1.3.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54d780c9025d20f2e2121b80f404f3cc3e3e60f3]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:39 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [407c3c0fa7ec56cf8f1adeb114e26498b0a74c36]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:20 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0080afc3d708fea47e9aa46bb11375b14c1fc09c]

        INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED 2008/03/31 16:04:39 rt 1.4.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2d63ccf1025b5e22a8ce346bd0ef24f19da1e21]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:20 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1d91b29757d2453355bbc0e1fe6c68a2ec7e06b]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/04/01 15:08:38 thb 1.19.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.19.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13935c210395cf1ed36a6637325249b18630a1a3]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:20 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d7683077bc4f1b39d60737cbed1d3e6b104fd0b0]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:38 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a52af83be6e3574b78288957b543fc381b257ac8]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:04:39 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cf4a793ef05a6b91efb2bc7da29c5eed68b1c396]

        INTEGRATION: CWS changefileheader (1.14.144); FILE MERGED 2008/04/01 10:52:50 thb 1.14.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.14.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c59033dc9f0a200222c0711f2b75dc1a6609d2e]

        INTEGRATION: CWS changefileheader (1.3.8); FILE MERGED 2008/03/31 16:04:39 rt 1.3.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7999bce921ea2546a1025d54cbfde4b55db24861]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:20 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b448c502896f4f2f653e59ddeeca8d709484e9f5]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:04 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6c275ee01aa53b4050212e305946c77e08e18bc7]

        INTEGRATION: CWS changefileheader (1.16.216); FILE MERGED 2008/04/01 15:08:38 thb 1.16.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.16.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.16.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11a4c37f10a34b065ef1c56a2bfeed15b22786b5]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:19 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c1e49a5b0e1f005466f4ea1c76d65d1d56936d3]

        INTEGRATION: CWS changefileheader (1.16.144); FILE MERGED 2008/04/01 15:08:37 thb 1.16.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.16.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.16.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4ed1e5047c2be774df68338296c16c3c156be3b]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:19 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ecb3a51472130104741dd36efa6a1639969b9387]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:08:37 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11bef2178249b50a770fb916136e69061948d465]

        INTEGRATION: CWS changefileheader (1.19.144); FILE MERGED 2008/04/01 15:08:37 thb 1.19.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.19.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.19.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d23b7df75fe4dafaca2dd7140012e62563cdc26e]

        INTEGRATION: CWS changefileheader (1.2.52); FILE MERGED 2008/03/31 16:04:38 rt 1.2.52.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dd621ccfba6d30ed9c1b8b926f4e3ef2640ce5d1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:04 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [391cb555ea6de019efedda63d93410ba265ee729]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:19 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe0c675a355b11cd254150d588eeb7eecd1000ff]

        INTEGRATION: CWS changefileheader (1.20.204); FILE MERGED 2008/04/01 15:08:37 thb 1.20.204.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.20.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.20.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b145a8e19533266af2fb9a5c9e9a72357007702]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:03 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8cc379013c7fc0de443e43bbaddd57be0fc9292a]

        INTEGRATION: CWS changefileheader (1.31.144); FILE MERGED 2008/04/01 15:08:37 thb 1.31.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:50 thb 1.31.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.31.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c1cf2d6cfd538ee9d8073b1e32d70942c403fff1]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:19 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1a3effbc4562ed61eb4889f7c8771c22a0e0e12b]

        INTEGRATION: CWS changefileheader (1.6.2); FILE MERGED 2008/03/31 16:04:38 rt 1.6.2.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77ef81e19d810562efaf50884fead7dd7cdd3a7c]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:18 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3b8a93f69c7ca868fb13fecdc88ca684562f9c12]

        INTEGRATION: CWS changefileheader (1.27.74); FILE MERGED 2008/04/01 15:08:37 thb 1.27.74.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.27.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.27.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [be566016c3bf0770a400d02aeb066fcebf8d7b7b]

        INTEGRATION: CWS changefileheader (1.7.102); FILE MERGED 2008/03/28 16:36:18 rt 1.7.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ecf875469904c46728d8e6a928afb95d79db8eb]

        INTEGRATION: CWS changefileheader (1.8.102); FILE MERGED 2008/03/28 16:36:18 rt 1.8.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0180effdec37450c0a9ac967f275f7a29cf72ab]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:36:17 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21f84f1ef08ca4745abc1e62bff1911071cace99]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:02 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e25e1f2a0e7a3e0d05493e4950e031a3491e287b]

        INTEGRATION: CWS changefileheader (1.12.190); FILE MERGED 2008/04/01 10:52:49 thb 1.12.190.2: #i85898# Stripping all external header guards 2008/03/28 15:23:27 rt 1.12.190.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0f7a258e8cd9d14fc7898473de12c487cedfed7e]

        INTEGRATION: CWS changefileheader (1.23.144); FILE MERGED 2008/04/01 15:08:37 thb 1.23.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.23.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.23.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [feedeb2a7fcd165e5353968737a507aecab9ba88]

        INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED 2008/03/28 16:36:17 rt 1.6.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e9ee5290f4f1815d264d7b4c4cd4fe1ab49ef2d]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:36:17 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8e356eb8bb88ce55a564b4f4eb81747e355e3bcf]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:02 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4d2bbdbf2d3c6575ab9fe06719ef5ca1f00845d]

        INTEGRATION: CWS changefileheader (1.85.4); FILE MERGED 2008/03/31 16:04:19 rt 1.85.4.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a79940be3751103371f6623fee2c4226508df66]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:17 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ec886360f8eb9625b9b84357c40def89ebd5f78]

        INTEGRATION: CWS changefileheader (1.4.160); FILE MERGED 2008/03/31 16:04:19 rt 1.4.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [47936780230168576b167e4c137ec1baaaf3bda5]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:36:17 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c81edf39cdf0652bed792beff7df2ee494f68b4]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:01 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9c5d2481b023df7654f05d567d7891335681cbfb]

        INTEGRATION: CWS changefileheader (1.3.160); FILE MERGED 2008/03/31 16:04:19 rt 1.3.160.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bee537f2c96f688a8ad20890a8daba9d1d6dc674]

        INTEGRATION: CWS changefileheader (1.25.22); FILE MERGED 2008/04/01 15:08:36 thb 1.25.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.25.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.25.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4335bce7d7b4cffba7f5de161199ddfcad1097bb]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:17 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3ce7a81237f6127c5b8671200e6b1dc8f10a30b5]

        INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED 2008/03/31 16:04:19 rt 1.7.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61b8842f0bf41fe3548bc1ded114be961b8bec43]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:16 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c3a53a5aa26944de440e656e4076f878d39965e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:01 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d28a5f94d09705805e304ceeb5a64efc93255a3c]

        INTEGRATION: CWS changefileheader (1.2.182); FILE MERGED 2008/03/31 16:04:18 rt 1.2.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cc3f7bb69d489bfe2a7d1467178e2354c2aaf355]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:36:16 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcbb3a956b42271b28510e66d3e0c6a47295196b]

        INTEGRATION: CWS changefileheader (1.8.186); FILE MERGED 2008/03/31 16:03:42 rt 1.8.186.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ff7a14b0ad0b443d52934eade2a7e6a41e14123]

        INTEGRATION: CWS changefileheader (1.19.204); FILE MERGED 2008/04/01 15:08:36 thb 1.19.204.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.19.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.19.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b22300ed1a7defc25a885dc6ab7b7259d1770b1]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 10:52:49 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c8de9f05c6d0e9b2d176d2a5d0fe2d52479f786]

        INTEGRATION: CWS changefileheader (1.3.294); FILE MERGED 2008/03/28 16:36:16 rt 1.3.294.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [244abb00a2d9a326aa7448eaebe3d31286024726]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:45:00 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ff341c1c8f0b38738b81b65a3a7a674b78656c7a]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/03/28 15:23:26 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [35f950790be55cd41994635b281c7592e1ec5ce1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:45:00 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [38429e1fceda3a6caba27c2b9b1e7515ad4cfb52]

        INTEGRATION: CWS changefileheader (1.21.144); FILE MERGED 2008/04/01 15:08:36 thb 1.21.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.21.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.21.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f7b7511e8a40ff070b7553e8dcf0df19149a03d4]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:16 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [14b076722c105ad9f569259dae6e943ffcd6701f]

        INTEGRATION: CWS changefileheader (1.16.216); FILE MERGED 2008/04/01 15:08:36 thb 1.16.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.16.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.16.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [472f4484999339be4e1e27e9dcf6110664f5404e]

        INTEGRATION: CWS changefileheader (1.22.144); FILE MERGED 2008/04/01 15:08:36 thb 1.22.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.22.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.22.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3efa1479a404111cf3a47b5254c657fdb139b7ea]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:16 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [18016b5c2c40c9568cf8cc9fa6477beb2266c3f7]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:59 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [125cc8d427fe8fda6b100f8e5470097196cb170e]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:08:35 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2ee823eb92f4cc9d1d9d4917d53470984f41c365]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:44:59 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [213fbfb9b21116af254dd9e3d5ce2b649c22b63c]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:15 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [834d4526e090f8523f67941a4b3c5199dec8c65a]

        INTEGRATION: CWS changefileheader (1.19.144); FILE MERGED 2008/04/01 15:08:35 thb 1.19.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.19.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.19.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8aaea372fd9d6986ae472d43a5a37d077743e51b]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:59 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82c2e83ed6c24bb24a0c2f7e00604dbdb0735ed2]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:15 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e9f0f137a1f76c9444f3adda5866bc2c24b6cd3]

        INTEGRATION: CWS changefileheader (1.18.216); FILE MERGED 2008/04/01 10:52:49 thb 1.18.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:26 rt 1.18.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0710f006f76ced9c0f6aea00cce7b79646949cb5]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/28 16:36:15 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb273d5af8558d4dc93a4801ff80b689a87aa6b0]

        INTEGRATION: CWS changefileheader (1.10.216); FILE MERGED 2008/04/01 10:52:49 thb 1.10.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.10.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5753b7dcc7d60efb3d8e17b4177d68ebc5555fff]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:15 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [872416424aa9b93874179f522624c8c13d71c2fa]

        INTEGRATION: CWS changefileheader (1.23.144); FILE MERGED 2008/04/01 15:08:35 thb 1.23.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.23.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.23.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa8dda5be646fa8a9ba91a529b9def4c0f18573c]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:58 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43fd3034d4d4560d1aabafbe71f038a41d006a6d]

        INTEGRATION: CWS changefileheader (1.13.10); FILE MERGED 2008/03/28 16:36:14 rt 1.13.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b021736e387c710dac9e327909d9a8f48ce7fc48]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/04/01 10:52:49 thb 1.9.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [397d7297b039d77eeb3b171f2ae46f0f6ee317fb]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:58 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [00c0aa8c1d07ad18fa896d95b406a3902ead7c1f]

        INTEGRATION: CWS changefileheader (1.8.56); FILE MERGED 2008/03/28 16:36:14 rt 1.8.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ab86129717043d56e69c305f25051c41448f9a4]

        INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/04/01 15:08:35 thb 1.22.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:49 thb 1.22.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.22.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5f6765a85e4716668208c93a8354eeba20004e9]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:14 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcb6cc58e8a21d91aef8169a340f02934bcbd9ce]

        INTEGRATION: CWS changefileheader (1.4.40); FILE MERGED 2008/03/31 16:03:33 rt 1.4.40.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bf6b55bfe4ace31133fe22011f507a2b03d5a02a]

        INTEGRATION: CWS changefileheader (1.29.22); FILE MERGED 2008/04/01 15:08:35 thb 1.29.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.29.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.29.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f1e4d758c7f322cd478aeb6bd0ac84ed5dca8cad]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:14 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50a9f2959f3d225dabc4e83672892e246dce6b29]

        INTEGRATION: CWS changefileheader (1.21.204); FILE MERGED 2008/04/01 15:08:35 thb 1.21.204.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.21.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.21.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [419ac7d2b9c615142457299d733f0cae893f13fe]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:14 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ae046882e6f8c21a8ed7dd80fbaec16def6cdaaa]

        INTEGRATION: CWS changefileheader (1.26.144); FILE MERGED 2008/04/01 15:08:35 thb 1.26.144.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.26.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.26.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b9fcb1b87b63ea71a7422dda0042dca563c71d7a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:57 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4b6e1b92da83c4c1ee525edec04c9ddfc7cfd970]

        INTEGRATION: CWS changefileheader (1.13.34); FILE MERGED 2008/03/28 15:28:54 rt 1.13.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e842f9453dccafbb2e0b66b73375ae4f46f43414]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 10:52:48 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c0fac83d87fecfed73b0225872ee3a179bd07e2]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:14 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2349389880bf1d451bef1815879605cedc3e6332]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:28:53 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c3b7ff018a996c6bdf3d43c08c7d68b66d9cf9a4]

        INTEGRATION: CWS changefileheader (1.9.144); FILE MERGED 2008/04/01 10:52:48 thb 1.9.144.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.9.144.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c8e1b00bb8535fd8fc3c2757bc2ed6366404d9c]

        INTEGRATION: CWS changefileheader (1.7.56); FILE MERGED 2008/03/28 16:36:13 rt 1.7.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f0cca3748cf395906059c1712176e6db0757e29]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:28:52 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [40357af78ac1353af3bea510f94e27b0146a1fe2]

        INTEGRATION: CWS changefileheader (1.28.12); FILE MERGED 2008/03/28 15:23:25 rt 1.28.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5391293c2dd94454f9a678be2333569feb7e671]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:13 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [82d35df171ef1e7fa471349ae6935837db7b46af]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:35 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:25 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [edd2e6fbe71049f77fdbfaa79ccab3a7cebbb567]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:13 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df8f4160e808a31d9998028cead23689ad2738d0]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:28:51 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [200d351280a1396134f64859a765ed29d310c7fd]

        INTEGRATION: CWS changefileheader (1.19.216); FILE MERGED 2008/04/01 15:08:35 thb 1.19.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.19.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.19.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac5cb9a7e09d41fc4f0219aa42f894505565909e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:56 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c81ce54974ca125ad485c4937b5dbc1cd2c698b]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:13 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [df285e6b6b5d777cfd4c7d277a9d7d7c69fde856]

        INTEGRATION: CWS changefileheader (1.18.216); FILE MERGED 2008/04/01 15:08:35 thb 1.18.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.18.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.18.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9d4de144e7796f5cb44622f39750f22a448ed7c6]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:13 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0ffc0c3b70b76e50ab59e77f904e88d6fa4ad220]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:50 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [57aff53322ad475f66c1eaab7a70d003b059ac5f]

        INTEGRATION: CWS changefileheader (1.16.216); FILE MERGED 2008/04/01 10:52:48 thb 1.16.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.16.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9442233f5dd70de6c795e8eda14316987c67dc22]

        INTEGRATION: CWS changefileheader (1.35.216); FILE MERGED 2008/04/01 15:08:35 thb 1.35.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.35.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.35.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f8cadd2e84b691756100fd6ac9187d6702da91a]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:49 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [650767246b7297e6323fede886a89231dba3ad9e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:55 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8ffff289758cde3d5fd3926485161619124dc58]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:12 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e870ab0e0cfadec7ece4e48bf80593ee974f247]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/28 15:28:49 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fcd21f3f4aab6658f15c7cbd05ef87a7c179141d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:55 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [50c14c7da0134a438117b113a3edede116f2c08d]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:36:12 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43b51950226e9ac9f93b9fdf2789d68fd924f0e0]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:48 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75488d934a38823e2ed4b117e3149a3e21611ca0]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:28:47 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6593a24a3d1e3e427555ff158dd30e851fa154ab]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:12 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6ee8bb00d80f38d9a023db67ec33a92ba8b0d68]

        INTEGRATION: CWS changefileheader (1.35.216); FILE MERGED 2008/04/01 15:08:34 thb 1.35.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:48 thb 1.35.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.35.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b7f44cd2e57c32b88c0ded0e9f20ab70fc5f2a77]

        INTEGRATION: CWS changefileheader (1.10.94); FILE MERGED 2008/03/28 15:28:46 rt 1.10.94.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67e4b1874f761b2cd5c6f4c2db9e10443dcbc94a]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:54 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a2a2753a93787a5dfa5e3ed3b5ccd347851131f4]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:12 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c8abecd0d996db2978bab014253fe5f3abedbe90]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/28 15:28:46 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adcb978be6b1746868a31d74429e8c210822a9cc]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:52:48 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3235da01d9da65ebe81d198f7595bfdbf68c9902]

        INTEGRATION: CWS changefileheader (1.9.204); FILE MERGED 2008/04/01 10:52:48 thb 1.9.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.9.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c060856e5d2e38b671a5ae2b4ed35e59892b2869]

        INTEGRATION: CWS changefileheader (1.4.106); FILE MERGED 2008/03/28 15:28:45 rt 1.4.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bac09cc6461e60379d59c97b50ca6bd8cad4cb13]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:12 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [33cadce4703ab3dbe977c9788753d67449bc57ca]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:53 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3d9c94edb21034b7fea7ad84b4f253e31de79c9e]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 10:52:48 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [20010e5a2d45e6ecbe2759cd6ecf358a3123bed8]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:45 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [151b0c4aceda05ab8e9b14de618cabe3ae199a6c]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:44 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f47e238d0af15623be0e33c5d771dae0edc083a5]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:52:47 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d534f384ca68f3192898a0011617185d9a28320d]

        INTEGRATION: CWS changefileheader (1.23.216); FILE MERGED 2008/04/01 15:08:34 thb 1.23.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.23.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:24 rt 1.23.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e36d1c4bc315b54f5b8e088683107c3fc03dd0d]

        INTEGRATION: CWS changefileheader (1.6.58); FILE MERGED 2008/03/28 16:36:11 rt 1.6.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8942492de5849ea5dae7d6c77390ded8ba72110]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:43 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a06b5078053e0906a09a3c0875cabe894dbfe313]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:52 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4d070202c39ce33b9dd74144d2231420eb17ba1f]

        INTEGRATION: CWS changefileheader (1.6.102); FILE MERGED 2008/03/28 16:36:11 rt 1.6.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [befa3f6453d5a2d192fdaee25e96c37f01e5f332]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:42 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af25b86a386fb63e7d76f2b0294c4bc57cf5e61b]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:11 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9cdab6aeb5b06ec6a8df62241c1a6e7f64e63c27]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:41 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8dfddbd8d9be82f0846712a1e2f285e6e9b43fd5]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:36:11 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16a3ed46819a6cd3e01d5a8daf3e9be7e30d0d75]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:51 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5898202be07cca454027e49405f15e210e92ca16]

        INTEGRATION: CWS changefileheader (1.12.216); FILE MERGED 2008/04/01 15:08:34 thb 1.12.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.12.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.12.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d50ee06118e67b395259940254c11d0cfb8d41ad]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:11 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [621d147ca200cd42db448a6003fd8bedce6233b3]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/28 15:28:40 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66c5b0017ce5d0c057bfcb1dec600ed5bec2a570]

        INTEGRATION: CWS changefileheader (1.14.216); FILE MERGED 2008/04/01 15:08:34 thb 1.14.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.14.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.14.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef00ce1b59502d217ffe959218709fcb61468ff7]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 19:56:13 thb 1.13.216.4: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:08:34 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9e00343742acc60ebd2206921546a928f0e65589]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:11 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5704fc5c404f65e77596f08e440ee4c9bd4a6eba]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:08:34 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68f53980a58ea2b1d47bedc8824a2896923a42be]

        INTEGRATION: CWS changefileheader (1.7.216); FILE MERGED 2008/04/01 15:08:34 thb 1.7.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.7.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.7.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21d5f8ec73507df22370dee36added9595d54906]

        INTEGRATION: CWS changefileheader (1.5.56); FILE MERGED 2008/03/28 16:36:10 rt 1.5.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8828343c0f06048c75ad54cc35df5860aea4d27]

        INTEGRATION: CWS changefileheader (1.10.106); FILE MERGED 2008/03/28 15:28:39 rt 1.10.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fff5398fc58524feb28ef3dfde3b90e1a5fd1149]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:50 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b48991a6d843349139e404fa2c154d61c2e595a]

        INTEGRATION: CWS changefileheader (1.10.10); FILE MERGED 2008/03/28 16:36:10 rt 1.10.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c506ea77dd876e0f767e15217f43622ee363813]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:39 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6ba86c734d5bc497f61e3796ad2e6e53294319f3]

        INTEGRATION: CWS changefileheader (1.23.12); FILE MERGED 2008/04/01 15:08:33 thb 1.23.12.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.23.12.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.23.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da96e3cbf978b8e4bfb4657a41d9c306610963c8]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:10 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dd6d31dd4939416be43eac8edcef67274043c6c]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:38 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b47941bbb86fa999e46a54ce22b04a00cef07c8]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:10 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [dc2b080f61ce74af444e17039664ebf60049c512]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:50 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9633dc442112ca0fddb30d320f1e1ec5a68b76bc]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:37 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7d8067b436f3d9ccabb91d15cf7faf19af2f402e]

        INTEGRATION: CWS changefileheader (1.15.10); FILE MERGED 2008/03/28 16:36:10 rt 1.15.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1202069e193c2952de8bbd53a6b001caf3e97955]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:49 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [833c3c45ead595238ad0f9112d163520b3ad8233]

        INTEGRATION: CWS changefileheader (1.7.10); FILE MERGED 2008/03/28 16:36:10 rt 1.7.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9175883338219286b1025f6270097d669af5842b]

        INTEGRATION: CWS changefileheader (1.12.22); FILE MERGED 2008/04/01 10:52:47 thb 1.12.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.12.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b503738a4e1277f2fcedef8cd667f48b8bb9dcad]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:49 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3a055f4d62d57ff8c0f98b33650c1370c604f88f]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:36:10 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [421f18ecfc1755e1dc63b403497ab821d6443fb3]

        INTEGRATION: CWS changefileheader (1.2.106); FILE MERGED 2008/03/28 15:28:36 rt 1.2.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [200c040035b881d45839506242da5f322a1acc8a]

        INTEGRATION: CWS changefileheader (1.25.22); FILE MERGED 2008/04/01 15:08:33 thb 1.25.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.25.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.25.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e34aacb24718470b1dccd79da3c03daddac98ad2]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:36:09 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa0c703a906fb27fb1867e9d4955ffe508fc1103]

        INTEGRATION: CWS changefileheader (1.21.204); FILE MERGED 2008/04/01 15:08:33 thb 1.21.204.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.21.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.21.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f130e0aba41aca6f3ee9422df908cc0518156406]

        INTEGRATION: CWS changefileheader (1.6.106); FILE MERGED 2008/03/28 15:28:35 rt 1.6.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6003f93061a2a46352fd8e86ec811f76adda95e]

        INTEGRATION: CWS changefileheader (1.9.10); FILE MERGED 2008/03/28 16:36:09 rt 1.9.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e49cd015e9534c676812ae414707e85c58ea0ace]

        INTEGRATION: CWS changefileheader (1.7.14); FILE MERGED 2008/03/28 15:28:35 rt 1.7.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9ecef33bfab68537bac257dbf2fb71fda989727a]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:09 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bb727ce1d090cde9ed32778148cd55fb9c5d25db]

        INTEGRATION: CWS changefileheader (1.15.216); FILE MERGED 2008/04/01 15:08:33 thb 1.15.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:47 thb 1.15.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:23 rt 1.15.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bfd95899a5898f16ae88b1555f4dce86e0a29898]

        INTEGRATION: CWS changefileheader (1.3.106); FILE MERGED 2008/03/28 15:28:34 rt 1.3.106.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a7c462ad3c14e0488ab2aff6c798e2865715bcfc]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:48 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7445394ff0109855b34981d393e0c0d7e0cc547]

        INTEGRATION: CWS changefileheader (1.14.12); FILE MERGED 2008/03/28 15:23:23 rt 1.14.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d74612d48de3728c72192056e44eda3a7f15819d]

        INTEGRATION: CWS changefileheader (1.10.56); FILE MERGED 2008/03/28 16:36:09 rt 1.10.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f32024c2e675f4bcb85e1ba9a8ea56d26e8a39c3]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:48 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6d49211e5ba9d466d38ebd072844d4946af9e5e]

        INTEGRATION: CWS changefileheader (1.9.146); FILE MERGED 2008/03/28 15:23:22 rt 1.9.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ea410a3da5d50301b15b7d6616da93e30314ba9f]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:33 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab904a3a801435644443821626bdc3ab80621c88]

        INTEGRATION: CWS changefileheader (1.9.56); FILE MERGED 2008/03/28 16:36:08 rt 1.9.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [784f1da2fd8d2ce48016ebb24f6a3207ad3facb7]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:33 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4564ae4f020a383268a991523ade3cfcb37d42e4]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:36:08 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0e3dbb288b2d5f3fb3ee6b40402151906c4f3df2]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3fd083ba303635fa6627a95d2d2c623316ce9195]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:33 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bd1fdabcc571a63b80fc20cec7948bc5ece33882]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:08 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [021c8ca2fa45c5461d76b3f53f6536de4030b746]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:47 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b9327bfd5f4880114df9c2801c0800516aed56c]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 15:08:33 thb 1.6.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e9d8235edc87412999f0f78605fb5e543a565552]

        INTEGRATION: CWS changefileheader (1.12.112); FILE MERGED 2008/04/01 15:08:33 thb 1.12.112.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.12.112.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.12.112.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [21b28654fec8748920259e813107b86814033583]

        INTEGRATION: CWS changefileheader (1.6.56); FILE MERGED 2008/03/28 16:36:08 rt 1.6.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [588739c62fb7c92973a4d60d446152ceed0ab966]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b66fae53fdf5c338fdabef4181587e135d76fc3b]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:08:32 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b0abcab2fce6f8f55e12d4964401820c7b05e620]

        INTEGRATION: CWS changefileheader (1.6.216); FILE MERGED 2008/04/01 15:08:32 thb 1.6.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.6.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.6.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1fdf94013a2884c02d4ce4c3b338c1a1faeed823]

        INTEGRATION: CWS changefileheader (1.9.70); FILE MERGED 2008/03/28 16:36:07 rt 1.9.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b0c38a15458fa7ea0b34d937ac1a4b206837f64]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 15:08:32 thb 1.7.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [510149089e44f498c7296f740c2896e70aacc39f]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:36:07 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f16a6c901278e5b9fd5bcbf8a8f5446c2753b616]

        INTEGRATION: CWS changefileheader (1.2.296); FILE MERGED 2008/03/28 16:36:07 rt 1.2.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db7e82cb6c70c56b0690eda13c651d90bb624a14]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:32 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac92027540c08cc92b30c58b4e03f03465073c27]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:45 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a4d584554f32f7cfe86ec497b81e1ab1f09fee77]

        INTEGRATION: CWS changefileheader (1.9.276); FILE MERGED 2008/04/01 15:08:32 thb 1.9.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.9.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.9.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [412bd31f79b2101a02712c6b3d9ecb481884d835]

        INTEGRATION: CWS changefileheader (1.17.10); FILE MERGED 2008/03/28 16:36:07 rt 1.17.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c559d8e97aafa7a5830d3ceb8119edbf516eb5e8]

        INTEGRATION: CWS changefileheader (1.14.10); FILE MERGED 2008/03/28 16:36:06 rt 1.14.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0c2353539de17e7a407f68e952d5ae99cf95a6ba]

        INTEGRATION: CWS changefileheader (1.18.216); FILE MERGED 2008/04/01 15:08:32 thb 1.18.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:46 thb 1.18.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:22 rt 1.18.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e34fccd4d438134a51f9531e2aac2e0e62eed04f]

        INTEGRATION: CWS changefileheader (1.12.12); FILE MERGED 2008/03/28 16:36:06 rt 1.12.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fb40f8b9c119e05219ddac5174464cc57468872]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 10:52:45 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa894fd96759b4e61f147a17e67d42be4d99979b]

        INTEGRATION: CWS changefileheader (1.4.14); FILE MERGED 2008/03/28 16:36:06 rt 1.4.14.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1f6f19e1910783e933c95916e5e5c8cd06d8ee93]

        INTEGRATION: CWS changefileheader (1.3.22); FILE MERGED 2008/03/28 15:23:21 rt 1.3.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afdace5c0dd866826d8726f61c8557f50bca255a]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:36:06 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d43df4c7af4a4d5fef2d22a415d59bac7d2791f8]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/28 15:23:21 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [055c6f521ff4bb137d0279336dec0abf8eea4ac1]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:44 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd85b568db8d2aecc5b44f7dd9faedf175893f39]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:36:05 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [36a65ac7430e5d69a6e3a3267aa88e06aca99b3b]

        INTEGRATION: CWS changefileheader (1.9.180); FILE MERGED 2008/04/01 15:08:32 thb 1.9.180.3: #i85898# Stripping all external header guards 2008/04/01 10:52:45 thb 1.9.180.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.9.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [602f66bd2ee6442c2fecf4fe793470fa71e38db3]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 10:52:45 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55e0fa9a33322588323e89d38cd32a259abd8699]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 10:52:45 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d4a994ddf97a835329229888f82d7150838bc91]

        INTEGRATION: CWS changefileheader (1.34.8); FILE MERGED 2008/03/28 15:23:21 rt 1.34.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3517ade93a8b898737a335cacd17146c3614916d]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/28 15:23:21 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e10a08565885eaf34cb9e940532be88b74597c59]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:36:05 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77e2e4b56440b0b9f98959dc4ef5b4781d057c4e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:43 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6a113cef7870c086dd9d310fd6eadfc40e9b107c]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:08:32 thb 1.2.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:45 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0da78fb27fedd4f1f928b2e941eba416ef9a0f2]

        INTEGRATION: CWS changefileheader (1.26.24); FILE MERGED 2008/04/01 10:52:45 thb 1.26.24.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.26.24.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08d21b13703f973710e51cc803974b0ad9706a0a]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:36:05 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [de5ab69988b070b5db32be54e7dc02e9023bd357]

        INTEGRATION: CWS changefileheader (1.72.6); FILE MERGED 2008/03/28 15:23:21 rt 1.72.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [775a2690c9cd0e712c6e4222d33316d5c3a4758b]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:36:04 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [593d2e279ccbff1605eac27fdf11ff3ce73bf209]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 15:23:21 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3ae736274e1dfe90656e9dd6d859ae2c01f35c3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:42 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8eede1c33fa05d8357e2e7a3951be7857cd2438]

        INTEGRATION: CWS changefileheader (1.22.22); FILE MERGED 2008/04/01 15:08:32 thb 1.22.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:45 thb 1.22.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.22.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d75224e8040ea39b6d803c2a6a931ab4fe11cb96]

        INTEGRATION: CWS changefileheader (1.2.148); FILE MERGED 2008/03/28 16:36:04 rt 1.2.148.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1b3f6ea7f025caec2a0ac7096f573a5f2e7a4f29]

        INTEGRATION: CWS changefileheader (1.28.158); FILE MERGED 2008/04/01 15:08:32 thb 1.28.158.3: #i85898# Stripping all external header guards 2008/04/01 10:52:45 thb 1.28.158.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.28.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e6c770b5eb5db87d712fcd31d70b1327ec9fefd4]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:36:04 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c45dd2ccc976ff7ffcb341684a90e014b021891]

        INTEGRATION: CWS changefileheader (1.11.216); FILE MERGED 2008/04/01 15:08:31 thb 1.11.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.11.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:21 rt 1.11.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3c197b749300e70159bb70d205150c619f62102f]

        INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED 2008/03/28 16:36:03 rt 1.3.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c71b0936ba5eb90cd9eaeff511ec04ca27af4911]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 15:08:31 thb 1.8.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8df62e6c5d5a500c6c512d669415e5f3878b4e33]

        INTEGRATION: CWS changefileheader (1.8.204); FILE MERGED 2008/04/01 15:08:31 thb 1.8.204.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.8.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.8.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [658fe1092d3a7390d8f498684ba3ecbb6eb0d089]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:41 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5087c7f2e4261a223e6b10c20d59e37eb6409cc1]

        INTEGRATION: CWS changefileheader (1.8.216); FILE MERGED 2008/04/01 10:52:44 thb 1.8.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.8.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0761304cdb0222472365a3a0de2624b85c9a7ec5]

        INTEGRATION: CWS changefileheader (1.12.10); FILE MERGED 2008/03/28 16:36:03 rt 1.12.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [493eebb6c2ac099c426f6a20b53b56a48448a6bc]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:31 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c32af59f10ac72581e076ae8742d1dfa69de662c]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:36:02 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7c1082000592e2af6c6e622dce11d8d892eec893]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/04/01 10:52:44 thb 1.6.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb8b330c63973678bd4d863b82fff2fbebd747ff]

        INTEGRATION: CWS changefileheader (1.4.292); FILE MERGED 2008/03/28 16:36:02 rt 1.4.292.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5b9f3d2a3d671702c1e682a8ca705b96fede524]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:40 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d8ca72ae61de3ccaf64056e40e8504087469c711]

        INTEGRATION: CWS changefileheader (1.11.86); FILE MERGED 2008/04/01 15:08:31 thb 1.11.86.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.11.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.11.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4e978651b8a14bd5318ed1e6f2f83e9c8976e54]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:40 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e4dbe8f59b79f4b7975762dbb77ff62972cec8b]

        INTEGRATION: CWS changefileheader (1.5.216); FILE MERGED 2008/04/01 15:08:31 thb 1.5.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.5.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.5.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0471ffd485c35aecbcecd6cb5553b346d060c575]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:36:02 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8a4a31d0f429718e5128235c7cead97ed39f1929]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:52:44 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c0859731450bd1d9d6d8d55f2dc26365f021d5bc]

        INTEGRATION: CWS changefileheader (1.5.208); FILE MERGED 2008/03/28 16:36:02 rt 1.5.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6daafd3b8992d8c38a1993b579bba914236a55ab]

        INTEGRATION: CWS changefileheader (1.11.158); FILE MERGED 2008/04/01 15:08:31 thb 1.11.158.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.11.158.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.11.158.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1c7ec2157ef9c8feb21f9408d9a1d65e01630884]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:36:02 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ebd0e504b7ecb351b6fbeeb625c96550f574ec1a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:39 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66ab3076869b52831bcc7f0b0fbcc762a1a64be7]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/04/01 15:08:31 thb 1.7.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:44 thb 1.7.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ba39605f45c32c57c2138a7a21bf1b974130cd96]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:36:01 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e612e87c812f858d21b60b243013e6c7ff76fc1e]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:38 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2322ca1870f1e7e16c034265d6d13e890d619e4e]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:38 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a9078d1a5bb0bab0f57e978c3fcf4eda5ebedfe4]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:01 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5282637bc15063155c329e44bfedf7ba4a0c00e9]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/04/01 15:08:31 thb 1.8.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.8.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a3ba2d08834056529a5c488c1d321ad1ccbf5e0]

        INTEGRATION: CWS changefileheader (1.9.216); FILE MERGED 2008/04/01 15:08:31 thb 1.9.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.9.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.9.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d01bb9f1b0ae751e1b3684c29a1ed9a94934d31]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/04/01 15:08:31 thb 1.2.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.2.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [af6620e20eba4f233ca5bfee6937cacb206ceaba]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:37 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6e490be22e1369531cc01bad4ab7916c7d86854]

        INTEGRATION: CWS changefileheader (1.32.22); FILE MERGED 2008/04/01 10:52:43 thb 1.32.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:20 rt 1.32.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [426df1564f0f0e02a83d3726bf987c693b96600d]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:36:01 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b799c0bddeff8d72eadc654bb92d510d85f0a915]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:37 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b989782cd548a30fd6a13c5c456e4424198f4d3]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:37 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cc3e4fb4d427b3051bc751f34c5f10cf9c75d6f]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:36 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd9ba9f417c29ac58adf8218d4fb0515e30652ae]

        INTEGRATION: CWS changefileheader (1.6.122); FILE MERGED 2008/04/01 10:52:43 thb 1.6.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.6.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7df1cf055e3908631335d93ae3cc1ad1bacff13f]

        INTEGRATION: CWS changefileheader (1.4.166); FILE MERGED 2008/03/28 16:36:01 rt 1.4.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7a807c9c9aad8dc0f515c9fb1bb263be54ff62a1]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:36 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c08b9536e31c79d2487d3294919ac3e1e792a1ca]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:36:00 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efcd5ad6bd1770a2bf6d9648c27ea7bf46da0195]

        INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED 2008/03/28 16:36:00 rt 1.6.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [257d7528565a70b455e2a2d95cb0d7b9075f01cc]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:36:00 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32433503f200bf7291eec8cea405a5801daa3857]

        INTEGRATION: CWS changefileheader (1.21.22); FILE MERGED 2008/04/01 15:08:30 thb 1.21.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.21.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.21.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f8db9d9fb5799bc0630ca04f262120ab73730aa]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:35 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [71ad72f40a0f839f71cc7761ba2895d5cf0fb482]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:36:00 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [84da87a477df163135247f354c264bab77856e38]

        INTEGRATION: CWS changefileheader (1.17.74); FILE MERGED 2008/04/01 15:08:30 thb 1.17.74.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.17.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.17.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9a098e2c676b7c54a962e0f1226621817aa34981]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:35 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a5f1c35cb1f8cf506110c990fde4e910b7856ea4]

        INTEGRATION: CWS changefileheader (1.13.216); FILE MERGED 2008/04/01 15:08:30 thb 1.13.216.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.13.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.13.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e4a2c61989fb955193e6fc6456fc82177acecab6]

        INTEGRATION: CWS changefileheader (1.25.184); FILE MERGED 2008/04/01 15:08:30 thb 1.25.184.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.25.184.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.25.184.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27ff0d21b2f2e7bfb3c1f4e86d748d41d6f10b83]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:34 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93a8a84d6ca233cc43bdee3d171c3f3571392bcd]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:35:59 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ac13c775c6dd49ac76ec154a44059fd9a67230ad]

        INTEGRATION: CWS changefileheader (1.3.216); FILE MERGED 2008/04/01 10:52:43 thb 1.3.216.2: #i85898# Stripping all external header guards 2008/03/28 15:23:19 rt 1.3.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efe600a20113328c611749d912576613ca511092]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:34 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ee79d39e3de782990e4e7c3d02579740a604ce0]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:59 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6281d9112f2cdbc3736e823fd486864aef6324c0]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:23:19 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [41b7b77f945f43a0febada099999d99c480eed98]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:34 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [826bfc9459251a24e06fa5b5345f1ba652c3c4c0]

        INTEGRATION: CWS changefileheader (1.6.110); FILE MERGED 2008/03/28 16:35:59 rt 1.6.110.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9f1c4065766a525344af504160d1b787eccfb455]

        INTEGRATION: CWS changefileheader (1.6.182); FILE MERGED 2008/03/28 15:23:18 rt 1.6.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1702ad727a9203d834c32cb79b3a77ee0a77207f]

        INTEGRATION: CWS changefileheader (1.6.208); FILE MERGED 2008/03/28 16:35:59 rt 1.6.208.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef02d36d1bcfaf64969a5625b4f86d3a5ec57141]

        INTEGRATION: CWS changefileheader (1.4.44); FILE MERGED 2008/03/31 16:44:34 rt 1.4.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7355119af780d68eb3689f7a4a27ce6cfb0917a9]

        INTEGRATION: CWS changefileheader (1.4.86); FILE MERGED 2008/03/28 15:23:18 rt 1.4.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f863879be82a967b7d9197246408298376dd5ba]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:35:59 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1625fdb1ec0df4856099933699a41e235df94f4]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:33 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8ba33dd68e75a800470b6c76702bb692df8221db]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:35:58 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b1e14da7739283ebbe90b949de0b38bdfe15f2b]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/03/28 15:23:18 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80e489be5134b12eebd522f23f483ccdea3641b6]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:33 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [370f7a11c3da4dc719abfe3c6c46c222899a0900]

        INTEGRATION: CWS changefileheader (1.4.214); FILE MERGED 2008/03/28 16:35:58 rt 1.4.214.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16f1a63ad3bcc5507141b7ac545d3cdbd95d507e]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:44:33 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1ae77338fe390d201fa9be5fd6b4d1d3b41b871e]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:58 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cd06ed08937aeb549a67e13dcdb8d685475a589f]

        INTEGRATION: CWS changefileheader (1.7.66); FILE MERGED 2008/03/28 15:23:18 rt 1.7.66.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55424d218d0a25b16a91ef0c485d3cb5b5e83997]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:57 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b12b6b1f8ba8cf532782f7b756235aa5409201e4]

        INTEGRATION: CWS changefileheader (1.2.262); FILE MERGED 2008/03/28 15:23:18 rt 1.2.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8883d6b9de2c0b0feee1222a7086cedf73840212]

        INTEGRATION: CWS changefileheader (1.6.132); FILE MERGED 2008/03/28 16:35:57 rt 1.6.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79ccc156de0bb48e95e5808747df9e23d1a98126]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:57 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0b96bd30c87cc2163be172a27a8b2b5240a4c086]

        INTEGRATION: CWS changefileheader (1.3.262); FILE MERGED 2008/03/28 15:23:18 rt 1.3.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1200e01128b89e058d8328db93d1fc7b4aa125a3]

        INTEGRATION: CWS changefileheader (1.10.22); FILE MERGED 2008/03/28 16:35:57 rt 1.10.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b0dc0e8271b8b5ff1c7745837e7bb7b9c2ae3c8]

        INTEGRATION: CWS changefileheader (1.15.8); FILE MERGED 2008/03/31 16:44:33 rt 1.15.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [642938664759dfdf2d8d8c23a403f6553f27fa59]

        INTEGRATION: CWS changefileheader (1.6.140); FILE MERGED 2008/03/28 16:35:56 rt 1.6.140.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [46970e0a46a806583db6fbccccf9352f1a8a3097]

        INTEGRATION: CWS changefileheader (1.9.26); FILE MERGED 2008/03/31 16:44:33 rt 1.9.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d9cb2615c85f8a74ebb7834f1c9853086a17123]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:35:56 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbdeb46009786f2525d4436a645b3155e314dc5c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:32 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e192fe452e692e8f97dc3ebbc620bef3cbaedcd5]

        INTEGRATION: CWS changefileheader (1.2.86); FILE MERGED 2008/03/28 15:23:17 rt 1.2.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [61d82bfe10a9c4cd29c998887e8219fdf70dde83]

        INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED 2008/03/28 16:35:56 rt 1.8.70.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [85962208ac4ab5c3b3a047a22fe52461f15d9f80]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:32 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [49f6afcaad9de5c142a89fd1bf158ab9031a7416]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:56 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [741abb82dad1055fd5edda27eba8eb57faad00c8]

        INTEGRATION: CWS changefileheader (1.3.136); FILE MERGED 2008/03/28 15:23:17 rt 1.3.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a83c09ac40436c97fec054c58eba6d9a6d43f60c]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:35:56 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [491f34331d22bc65c7e8f93898ff256dd39d442b]

        INTEGRATION: CWS changefileheader (1.2.216); FILE MERGED 2008/03/28 15:23:17 rt 1.2.216.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [27476dd328831adfb62ef8261cdda994481614eb]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 15:08:30 thb 1.8.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:17 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a0469bbeefa91ac6a35d4e19c2a65f29df8054d9]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:35:55 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03830e742e2171c5b11f4492564e08cf40de48fe]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:32 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e1c72183088cd49443c4b06bc74c3691aab7b803]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:55 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4fac6e89652abb961daae0597b5adf6061948e44]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 15:08:30 thb 1.3.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:43 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:17 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6ca2d96741a0dc61c8dcb9897e233672674938f]

        INTEGRATION: CWS changefileheader (1.13.276); FILE MERGED 2008/04/01 15:08:29 thb 1.13.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.13.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:17 rt 1.13.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54ec37511519a6cc8bfb4859a71a31b6d9c68319]

        INTEGRATION: CWS changefileheader (1.11.10); FILE MERGED 2008/03/28 16:35:55 rt 1.11.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c6884ea9159d961659030ae7d23c50e2897738a8]

        INTEGRATION: CWS changefileheader (1.7.372); FILE MERGED 2008/04/01 10:52:42 thb 1.7.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:17 rt 1.7.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da6f98be85d116ad28dd16fca8fd02c2db11ea08]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:44:32 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a48a3734bd681e4493054baee99f3f2872efbf14]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:35:54 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [552a48321c12599a72c4057afeba55275e12f815]

        INTEGRATION: CWS changefileheader (1.10.372); FILE MERGED 2008/04/01 15:08:29 thb 1.10.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.10.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.10.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7e800937e9159b18095fddd3124c2f4733b3e850]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:54 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e3876197ab2c7ce8256a3a84cf9becae6cf74d7]

        INTEGRATION: CWS changefileheader (1.6.372); FILE MERGED 2008/04/01 10:52:42 thb 1.6.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.6.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [638404165aa1d6b3723b60691740c2904fc63ce3]

        INTEGRATION: CWS changefileheader (1.8.22); FILE MERGED 2008/03/28 16:35:54 rt 1.8.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [68aa69bc8c53ce72be271a382ce7f1839eb1e725]

        INTEGRATION: CWS changefileheader (1.8.372); FILE MERGED 2008/04/01 15:08:29 thb 1.8.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.8.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.8.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [8f995efeee538a9840af6e1e4a821fe70fbc6a51]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:54 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f3f37228e3f60d380f7fb923632c828c4cf8f47c]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:54 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5904c14394472bac0a3fbcb9fc414e934aaacb1c]

        INTEGRATION: CWS changefileheader (1.10.18); FILE MERGED 2008/03/31 16:44:32 rt 1.10.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e7a91455cebe7affd15825f552084f165551a21a]

        INTEGRATION: CWS changefileheader (1.10.262); FILE MERGED 2008/04/01 15:08:29 thb 1.10.262.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.10.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.10.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [deba4d07b1e5d594c97dc20fd1a2b6d4b751aa49]

        INTEGRATION: CWS changefileheader (1.13.276); FILE MERGED 2008/04/01 15:08:29 thb 1.13.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.13.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.13.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2575057866910fc506ae256df70fcb10b1c06aa3]

        INTEGRATION: CWS changefileheader (1.9.166); FILE MERGED 2008/03/28 16:35:53 rt 1.9.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1905fb63ebc473c93b230692d3649445d7eb1452]

        INTEGRATION: CWS changefileheader (1.24.262); FILE MERGED 2008/04/01 15:08:29 thb 1.24.262.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.24.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.24.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [74b38c96cfea1d470d63e33617aa0094aa4d6393]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:53 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c827618c306afdaae44cbe31d12362ddb9a8d7a]

        INTEGRATION: CWS changefileheader (1.17.10); FILE MERGED 2008/03/28 16:35:53 rt 1.17.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f140ac863c6e0ade6df5024ad1e1e5c14ef22d0f]

        INTEGRATION: CWS changefileheader (1.9.372); FILE MERGED 2008/04/01 15:08:29 thb 1.9.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.9.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.9.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1649b0cd74919d325c542ec3a055986e4b12da84]

        INTEGRATION: CWS changefileheader (1.3.372); FILE MERGED 2008/04/01 10:52:42 thb 1.3.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.3.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe79b8162246b45c20b5630dfc72e4b093376660]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:35:53 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1cc9e7bd66ac519c8a5aec1690eb0fe437f4efc6]

        INTEGRATION: CWS changefileheader (1.14.74); FILE MERGED 2008/04/01 15:08:28 thb 1.14.74.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.14.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.14.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b870c85230f08e31693fd4559e05433ef913b9f]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/28 16:35:52 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [611e929fd4d90ae1a0351b988f72181570d765cb]

        INTEGRATION: CWS changefileheader (1.9.18); FILE MERGED 2008/03/31 16:44:32 rt 1.9.18.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3aa77495597b6635e50845c650b6df30789ebcc5]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:35:52 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [70111a91cb01a2c6518b26854b8896124baa031e]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 10:52:42 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [081bc68afe1bed2d9ff844868e17116c646a95ac]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:52 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b639e02a12c5fecf3ec785fda155534306b77b1]

        INTEGRATION: CWS changefileheader (1.22.64); FILE MERGED 2008/04/01 15:08:28 thb 1.22.64.3: #i85898# Stripping all external header guards 2008/04/01 10:52:42 thb 1.22.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.22.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e8b982a5b53149beb5a017c9999ec6457d975c78]

        INTEGRATION: CWS changefileheader (1.8.10); FILE MERGED 2008/03/28 16:35:52 rt 1.8.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [44b7e132e13abe4ae0b932e99c25732c2c13c258]

        INTEGRATION: CWS changefileheader (1.21.74); FILE MERGED 2008/04/01 15:08:28 thb 1.21.74.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.21.74.2: #i85898# Stripping all external header guards 2008/03/28 15:23:16 rt 1.21.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [56d9e0fb13bbf3d30bb65994eeeab4ef6213fbd8]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:51 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b8dd3186b68dc385ad3eeab93a59e692f5ebd74]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 16:44:31 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06a15836449ba36dd4f7571a7158a2d98cf2606b]

        INTEGRATION: CWS changefileheader (1.4.132); FILE MERGED 2008/03/28 16:35:51 rt 1.4.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [266e0a3d11b0ad97dfde62ffbed2573fb7babf9d]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:31 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5146ad54d9ab4db813946ee6379822192ae16a19]

        INTEGRATION: CWS changefileheader (1.23.180); FILE MERGED 2008/04/01 15:08:28 thb 1.23.180.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.23.180.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.23.180.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [afd9009694a916f923fef68e9e230eb9f102d99f]

        INTEGRATION: CWS changefileheader (1.2.64); FILE MERGED 2008/03/28 15:23:15 rt 1.2.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [66b50144025e09e90e5b00c788021d8bde2dc83f]

        INTEGRATION: CWS changefileheader (1.4.296); FILE MERGED 2008/03/28 16:35:50 rt 1.4.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06d13f4e62e33a66c3aa4f06c541d0f066ea1c4f]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:31 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2850c07d78972ad3e4b37612567657307f3a8d56]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 10:52:41 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f2c1cde2a5c608a561dd37f499b15d65bd426a3f]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:50 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e201591c4d143c1a3e5927e1aaf515a20bf61ca9]

        INTEGRATION: CWS changefileheader (1.2.122); FILE MERGED 2008/04/01 10:52:41 thb 1.2.122.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.2.122.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b21771b6ea862c60c8c654fcfacfa0a731970433]

        INTEGRATION: CWS changefileheader (1.7.166); FILE MERGED 2008/03/28 16:35:50 rt 1.7.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b77c0b1592b8704301e792234b8d07fdff8caf41]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:31 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2b4fe544e17b5d15f7b87a3ab209126ca61d7c0b]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 10:52:41 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03f38ebcbe7e52736d5cdfe3a2f93824a8fede83]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:50 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [30c0889a7e913cffee9dafd75cd53292d4ecbd76]

        INTEGRATION: CWS changefileheader (1.9.22); FILE MERGED 2008/03/31 16:44:31 rt 1.9.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [08989cb6cff0169a1ad47d93a5b4c1f1d41484f7]

        INTEGRATION: CWS changefileheader (1.2.74); FILE MERGED 2008/03/28 15:23:15 rt 1.2.74.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4495c00182bbf6d53186604b02e4e8a9a014c06d]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:49 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13196477bde69b49ccd4035024443250cbe2df36]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:49 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fae99af0beb5bc541fdc8183f3edd16cff04f51d]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/04/01 15:08:28 thb 1.2.8.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.2.8.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f13d76875451807434be34283d59315a0693dafd]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:44:31 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06dd2add123de165c9aa695f6a1845222717792e]

        INTEGRATION: CWS changefileheader (1.5.132); FILE MERGED 2008/03/28 16:35:49 rt 1.5.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bcf124300fd361449bebfba2aa0bb5da2394320e]

        INTEGRATION: CWS changefileheader (1.35.22); FILE MERGED 2008/04/01 15:08:27 thb 1.35.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.35.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.35.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ab41ffb3995d6c0241aeece4456b2d70aa2c7d16]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:49 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43349500a365519ac636fb4bc024faa24413c459]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:48 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [319b1b6b8144d53e66ac9fae4cbedfe43cb36822]

        INTEGRATION: CWS changefileheader (1.2.58); FILE MERGED 2008/03/31 16:44:31 rt 1.2.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [12ccf6ed6060f9cca81e0d875d4f6c5abd919e1e]

        INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED 2008/04/01 10:52:41 thb 1.7.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.7.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9fac13c628aab8ce90e0ac4a72bbef5e65fabf77]

        INTEGRATION: CWS changefileheader (1.6.166); FILE MERGED 2008/03/28 16:35:48 rt 1.6.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2e90d080b1535d2a91af8e0e48696fb62232ed05]

        INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED 2008/04/01 10:52:41 thb 1.20.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.20.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [83b340b3a4df6e4cb4e1b85859ef49fdf97b7b26]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:48 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bafeaf2e734d57f72ffc4d9adbc0d1e63f2f9b5a]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 16:44:31 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fd0b97bea59f2ac6c71de7ee020d736cc99e9e99]

        INTEGRATION: CWS changefileheader (1.14.182); FILE MERGED 2008/04/01 15:08:27 thb 1.14.182.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.14.182.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.14.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cebf5ec23fd70b325ac62337725f32c111b089d8]

        INTEGRATION: CWS changefileheader (1.11.22); FILE MERGED 2008/03/31 16:44:31 rt 1.11.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d21b7f788e19882bc5b5b2b04b638b91464cb48b]

        INTEGRATION: CWS changefileheader (1.6.276); FILE MERGED 2008/04/01 15:08:27 thb 1.6.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.6.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2c3b2df1ac3636708f147c8d15f9611bfaad56d5]

        INTEGRATION: CWS changefileheader (1.8.132); FILE MERGED 2008/03/28 16:35:48 rt 1.8.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [297f6742b6c371ac094a32527c3ce97c37db04bf]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:08:27 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [90d084b648baf38a68b46bad1677b1f799aa2a8b]

        INTEGRATION: CWS changefileheader (1.3.296); FILE MERGED 2008/03/28 16:35:47 rt 1.3.296.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d39171988434e4f8f1e13ea70ee4e3d1d78184bd]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:44:30 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d1d011f13d8f2db1534402c49df4d4f3b8af9be0]

        INTEGRATION: CWS changefileheader (1.5.166); FILE MERGED 2008/03/28 16:35:47 rt 1.5.166.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6e3ab4c4be32b9a1c821ce0c739ef6cfa94cb91]

        INTEGRATION: CWS changefileheader (1.5.204); FILE MERGED 2008/04/01 10:52:41 thb 1.5.204.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.5.204.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a0c933861450159da6c5e259fdc84f13b4c1302]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:44:30 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a32b9e224103c0bcbb5be301afd375a5a1ba2b3]

        INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED 2008/03/28 16:35:47 rt 1.7.132.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [708ae9e8d9520d53dd01a3b8c01ea8396bbad9ad]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:30 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [39233f27ebcc157bb08c57611f1e1f48f7fd5759]

        INTEGRATION: CWS changefileheader (1.5.86); FILE MERGED 2008/04/01 10:52:41 thb 1.5.86.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.5.86.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6541bc21e688d22fcf2a28bf38966c2fe7fa2e76]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/31 16:44:30 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c7cc3efbae8a62d628f4626a6b781f91be32a7c1]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:52:41 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [021cdb089da92a7d4188e045eac294b67328ad02]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:52:41 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:15 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0126a926c43f15b72a29dcd938ceb2f2be41d4f6]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:44:30 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [23ce24d31ec0b4f197f75272df71c5eda0d80b76]

        INTEGRATION: CWS changefileheader (1.4.262); FILE MERGED 2008/04/01 10:52:41 thb 1.4.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.4.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c105238842a8a4e8c96a5752ebfc8eb7467ba300]

        INTEGRATION: CWS changefileheader (1.6.10); FILE MERGED 2008/03/28 16:35:46 rt 1.6.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e0ba9d29a67c1bc07c849526387d1fcf9ac61f4f]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:35:46 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b3188515c1fdda02f16a69492992e728d9cc072]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:30 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [778d8463686380a8d6696190a4c3d6a7ba706765]

        INTEGRATION: CWS changefileheader (1.2.372); FILE MERGED 2008/04/01 10:52:41 thb 1.2.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.2.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [adce0fddacc89f92d01f35634e73cf821cbdc88b]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:46 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bc5a74e5a96ad6f03644d2c283ccf6a20bad293e]

        INTEGRATION: CWS changefileheader (1.6.262); FILE MERGED 2008/04/01 10:52:41 thb 1.6.262.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.6.262.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5714380772d0333efc943a2561ebb4cb37723ba9]

        INTEGRATION: CWS changefileheader (1.3.276); FILE MERGED 2008/04/01 15:08:27 thb 1.3.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.3.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [598c5b8e4fb10bdca9f0765a624b831989182063]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:35:46 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c5efb4a7c94803424f74d272c22e24a709caab99]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/28 15:23:14 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b3c9901b72ef14fcda78bdd4189737c82c54e1cd]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:35:45 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ace5a79397cc5c9597a779e015862873c5020c00]

        INTEGRATION: CWS changefileheader (1.15.136); FILE MERGED 2008/04/01 15:08:27 thb 1.15.136.3: #i85898# Stripping all external header guards 2008/04/01 10:52:41 thb 1.15.136.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.15.136.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e13cb63c004d86641894bd4bd9ab1157508a17c5]

        INTEGRATION: CWS changefileheader (1.6.64); FILE MERGED 2008/04/01 15:08:27 thb 1.6.64.3: #i85898# Stripping all external header guards 2008/04/01 10:52:40 thb 1.6.64.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.6.64.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [16795c486ed14258f63302dee064a45306638dca]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:35:45 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1e35e138a9802b6176fc1f2509e55cc6bb24b8c2]

        INTEGRATION: CWS changefileheader (1.15.22); FILE MERGED 2008/04/01 15:08:27 thb 1.15.22.3: #i85898# Stripping all external header guards 2008/04/01 10:52:40 thb 1.15.22.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.15.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7967b43b9408923ba6c40b28566a847aca43f977]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:45 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e772aa106463c7d2af8078ac934a3a74f2bc7ef]

        INTEGRATION: CWS changefileheader (1.4.276); FILE MERGED 2008/04/01 10:52:40 thb 1.4.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.4.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [76b1c8b2c5d00a90a112063e8b0a83ace352fbc7]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:29 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7b86da59a54eb8fcdd3a1d64702df3dca821e7ed]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:35:45 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [07ad05f3ab2df53686effbe57d539fa2894352fe]

        INTEGRATION: CWS changefileheader (1.5.372); FILE MERGED 2008/04/01 15:08:26 thb 1.5.372.3: #i85898# Stripping all external header guards 2008/04/01 10:52:40 thb 1.5.372.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.5.372.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0fc99bd6b48a415101528a4c7086db4429b64a86]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:35:44 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fe54b0ec1a8601f3bf4cd9f3babff12095629eec]

        INTEGRATION: CWS changefileheader (1.18.276); FILE MERGED 2008/04/01 15:08:26 thb 1.18.276.3: #i85898# Stripping all external header guards 2008/04/01 10:52:40 thb 1.18.276.2: #i85898# Stripping all external header guards 2008/03/28 15:23:14 rt 1.18.276.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b6d05b0d695202bc773693d1a6d84575367e4ff7]

        INTEGRATION: CWS changefileheader (1.8.62); FILE MERGED 2008/03/31 16:44:29 rt 1.8.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [745b3aeee7b02faf527ffe77706a29879cd62611]

        INTEGRATION: CWS changefileheader (1.2.194); FILE MERGED 2008/03/28 15:23:14 rt 1.2.194.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbf033af9a07ec183028419005d20ed6537d88b6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:29 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4ec1414ed0d3378930a07d8c4750c3b9c438a574]

        INTEGRATION: CWS changefileheader (1.14.34); FILE MERGED 2008/03/28 15:23:13 rt 1.14.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3287fa11085cd63e6f3461c5e6da9e918e03af82]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:44 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5b448b2f9689f88598703512989cd7f754291eed]

        INTEGRATION: CWS changefileheader (1.10.36); FILE MERGED 2008/03/28 15:23:13 rt 1.10.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [15fbb111c848c9ac409eba76552dcb1e7340b034]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:44:29 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [45b4f2154feca3ab01c6616c38c485b6b71fb13e]

        INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED 2008/03/28 16:35:44 rt 1.3.80.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [03f6a296f7c894347434dd74ba023b18a168a91d]

        INTEGRATION: CWS changefileheader (1.5.146); FILE MERGED 2008/03/28 15:23:13 rt 1.5.146.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4da685e394d7b6f623c5e92c87c4ba5d836c33bc]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:44:29 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [54ea3b83919c9c8e07504e3315742422a589afac]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/28 16:35:43 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [aa633fa6e2269aafc76703ec2a326864e16e9ea6]

        INTEGRATION: CWS changefileheader (1.7.36); FILE MERGED 2008/03/28 15:23:13 rt 1.7.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e5a1e15c10104d3eaa3ce24bc2efa8831f4ee94d]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:29 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7baac182f70275bd40b938cece14cf2f0dd867d9]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:35:43 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fa4926ba6ad88f4c84597e5e0c8888b5ddea48e2]

        INTEGRATION: CWS changefileheader (1.2.36); FILE MERGED 2008/03/28 15:23:13 rt 1.2.36.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [06c4f48ca0a9d5b171bf320fe4da2abeac9709fb]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:35:43 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5c096403d6cf5a4dcf09bb18f98939d4bea978db]

        INTEGRATION: CWS changefileheader (1.2.182); FILE MERGED 2008/03/28 15:23:13 rt 1.2.182.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [59b7c089abdf81e7d4a00b7020c6cae0247f7fcb]

        INTEGRATION: CWS changefileheader (1.16.12); FILE MERGED 2008/03/28 15:23:13 rt 1.16.12.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a427090faa0f86242cf4db4a549d114d6ab5b93e]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:44:29 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cb870a6514a30c79c838e5c809dd0d6e25ee4aee]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:43 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec833e8a4ca23e28a4f7a38ea7c2bd139df5b400]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:28 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d471e0e8a1bc95dc302dd0b16a34350a0958a4a7]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:42 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [72bd74ed9c33ea8148209d0fff89dcd75b0c16d2]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:28 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [426c5418d339a6b78594ca2ecc9f2651d0df0631]

        INTEGRATION: CWS changefileheader (1.3.46); FILE MERGED 2008/03/28 16:35:42 rt 1.3.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e89df4cfd0a84075e1fb13a638e70b2e6cf8a839]

        INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED 2008/03/28 16:35:42 rt 1.4.28.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55061ef1408a36c741d4f7d4269dc49dbf152699]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:41 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6f0fa23bd337710eedd1b68ca29713e8ea22e76d]

        INTEGRATION: CWS changefileheader (1.6.46); FILE MERGED 2008/03/31 16:44:28 rt 1.6.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e8df3abdcdd8ece866c9dae7786467d203b767a]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:28 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c4bc41eba5d08a174b769e111a30d0fad6dcec7f]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/28 16:35:41 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6d50a1db0dfcaf553489e1bb4f5ae14249bc21e0]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:40 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [51e4176a832772879c72b34d4b855b2dc3674cd9]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:44:28 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6dececc88a4d6b33a7d8f066f34e0c325abfeb8d]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:27 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [d6cc216ef17357045cc237ce6d512f3e98f78d6c]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:44:27 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f64f10b557b3f0f9c060a29711065640020108c]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:44:27 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2efb930f6e30a730daba5d5620c17e105621dc59]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:39 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a22d203b1f0f8e37b3c17e33b14a301e7195340e]

        INTEGRATION: CWS changefileheader (1.2.50); FILE MERGED 2008/03/31 16:44:27 rt 1.2.50.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [94a9808218da483f0a41f128467ff123afb2efae]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:44:27 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5acd8765a7402b3ef5c984fe272d76e93b68b67b]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 16:44:27 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [58574e380b2273d06cb2a8068084b8e4deec0a9d]

        INTEGRATION: CWS changefileheader (1.20.8); FILE MERGED 2008/03/31 16:44:27 rt 1.20.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4e3fbf52caf59e6436951be054bcbfafc3ff6f50]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:38 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4280f34fc132ce4288afb326bf31fd84539989c4]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 16:44:27 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [da277729940f561fedfddfde81fb6ff13801a144]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:26 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5734905ec1489bd0d451ed4ca3cf425aafda733b]

        INTEGRATION: CWS changefileheader (1.5.8); FILE MERGED 2008/03/31 16:44:26 rt 1.5.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [79374de9b17cc31a89990b423cb9525f6e0cc53a]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/28 16:35:38 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b4a95274f57089ba21597f006d1aab37f966d446]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:44:26 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [abb6030e835b5906b35116d01c049dbc3fc32022]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:37 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [929df3a53acce3833911781fb3d6b879c9ab0c19]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:26 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [a83376d018357b5a7a8f17d525b85e98c3d53115]

        INTEGRATION: CWS changefileheader (1.4.10); FILE MERGED 2008/03/28 16:35:37 rt 1.4.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f5db9fbe56c58b42c349d05bcfb596d403470610]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 16:44:26 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [debc885e85bb7c6934756683ad0b02c5fd5caabc]

        INTEGRATION: CWS changefileheader (1.10.62); FILE MERGED 2008/03/31 16:44:26 rt 1.10.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [75de6521b643d97f3841f00ab36cd8ed9486b85e]

        INTEGRATION: CWS changefileheader (1.3.56); FILE MERGED 2008/03/28 16:35:37 rt 1.3.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b992424ab062831ba8cb0bfe01e4059e810bb375]

        INTEGRATION: CWS changefileheader (1.4.56); FILE MERGED 2008/03/28 16:35:36 rt 1.4.56.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [11eabc4745096d74ee7eb68bd9508bafd1936d9b]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:36 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5515dac3c9e99ff110710f307a54bc193a36dd89]

        INTEGRATION: CWS changefileheader (1.13.8); FILE MERGED 2008/03/31 16:44:26 rt 1.13.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [095747266f4a4562d9cc586c82005184b6f15a36]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:44:25 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [cbb12a06640ee119ca1699a42a911818d4e5bdab]

        INTEGRATION: CWS changefileheader (1.2.102); FILE MERGED 2008/03/28 16:35:35 rt 1.2.102.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55ba2dbb996f5bd25e14cef12bf09236105df0d5]

        INTEGRATION: CWS changefileheader (1.2.54); FILE MERGED 2008/03/31 16:44:25 rt 1.2.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [006eae7c6ea765ac8f5e6ce7695d71b6179d2986]

        INTEGRATION: CWS changefileheader (1.3.10); FILE MERGED 2008/03/28 16:35:35 rt 1.3.10.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [32bd806af91353571013b9de47b136b10e44c9f7]

        INTEGRATION: CWS changefileheader (1.2.46); FILE MERGED 2008/03/31 16:44:25 rt 1.2.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [13b6075ec0666b15c9e14523dedd47b187d9481d]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:44:25 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e267eba838e4026a05879ef6811c0b9707816806]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:25 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e460610b2d81f5e4869c696ad09ae1d7347cf918]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 16:44:25 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [5e17ae5ddb6201c24ea54c09cbfd242fe016f07a]

        INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED 2008/03/31 16:44:25 rt 1.2.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4a659706d287642575ded7066092897f933e66d7]

        INTEGRATION: CWS changefileheader (1.3.6); FILE MERGED 2008/03/31 16:44:25 rt 1.3.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1443f5781ab332d01668c81a36adeb2459519883]

        INTEGRATION: CWS changefileheader (1.11.8); FILE MERGED 2008/03/31 16:44:25 rt 1.11.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c2c4f9953f4e72f93c698c30a1920a749d585f61]

        INTEGRATION: CWS changefileheader (1.9.8); FILE MERGED 2008/03/31 16:44:25 rt 1.9.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [740d4709f02c1ee24654cc9053bda4f175784309]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:25 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [3e1abae3469808ae631f3ad051e49d7729531205]

        INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED 2008/03/31 16:44:25 rt 1.4.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2d72ea3968df954d84c7b15b8e5e13025719f00c]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 16:44:25 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [96a2214afdcd6d1c90270b78c029c470d50b9f8e]

        INTEGRATION: CWS changefileheader (1.5.22); FILE MERGED 2008/03/31 16:44:24 rt 1.5.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [67233503cf0fa58bba52b09a80b3193b2246f4c9]

        INTEGRATION: CWS changefileheader (1.4.54); FILE MERGED 2008/03/31 16:44:24 rt 1.4.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [80f69fbe867e3f7744cb5da347763a794134110e]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:44:24 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [95654cdac65e761057432556b255ba7c21ff363d]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/31 16:44:24 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [974476113ce4ae4a190a596c0d61c97e3accff08]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:24 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b5004847824b4c67c622033422ac42132acbb415]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 16:44:24 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [17ab1edbbdccb3dcfe1900ed426457db128c269f]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:44:24 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [9b16308eabf1d8ec04064b838fb944529148f17a]

        INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED 2008/03/31 16:44:24 rt 1.7.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [4f2e5c298c976b16e52ea3bcaaab716e2932e764]

        INTEGRATION: CWS changefileheader (1.4.22); FILE MERGED 2008/03/31 16:44:24 rt 1.4.22.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [89394f2d3094770d8a4da1bc3d5428a6d325ef7a]

        INTEGRATION: CWS changefileheader (1.6.54); FILE MERGED 2008/03/31 16:44:24 rt 1.6.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [1518a09b8a523e2e5154c7c983cddd31f5edacdc]

        INTEGRATION: CWS changefileheader (1.7.8); FILE MERGED 2008/03/31 16:44:24 rt 1.7.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [52c02ff9d3b905c287994bf80a2217a9bf276e37]

        INTEGRATION: CWS changefileheader (1.6.8); FILE MERGED 2008/03/31 16:44:24 rt 1.6.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db3ae9e8e255b6dc5e71c91393f6b59dba827238]

        INTEGRATION: CWS changefileheader (1.4.34); FILE MERGED 2008/03/31 16:44:24 rt 1.4.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [e52f65be372c2b1209682ffdb7e2ddd77a730869]

        INTEGRATION: CWS changefileheader (1.2.8); FILE MERGED 2008/03/31 16:44:24 rt 1.2.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [efeb062692c7883e9418160d9c77ddd8931f91e1]

        INTEGRATION: CWS changefileheader (1.4.8); FILE MERGED 2008/03/31 16:44:24 rt 1.4.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [c90e670b3417045cea305f07cb98f021260f0553]

        INTEGRATION: CWS changefileheader (1.2.34); FILE MERGED 2008/03/31 16:44:24 rt 1.2.34.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [f342848e70521bd7a9e058f869c6bece6a73b6ca]

        INTEGRATION: CWS changefileheader (1.10.8); FILE MERGED 2008/03/31 16:44:24 rt 1.10.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [77b75897994bf33db113eaac4b5e1febd9c5de12]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:24 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ab8cb320558b1755d60ea76af581c7fa5b18363]

        INTEGRATION: CWS changefileheader (1.8.8); FILE MERGED 2008/03/31 16:44:23 rt 1.8.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7ef10df2f5b461d6ce78d9752fa8c22f95e581a2]

        INTEGRATION: CWS changefileheader (1.5.54); FILE MERGED 2008/03/31 16:44:23 rt 1.5.54.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b296db5011febcd52f50092c5ac06ce9986c9751]

        INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED 2008/03/31 16:44:23 rt 1.5.46.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [55191996e7e276a993875f31e2d43d18e22425d2]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:23 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [2cf9df54e5a106d96c07dedc699a683ecbe2341a]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:44:23 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [6507115d886d9bd367c039e740ab61a1c9965aa9]

        INTEGRATION: CWS changefileheader (1.14.6); FILE MERGED 2008/03/31 16:44:23 rt 1.14.6.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7f7785a4514f5571d3885ac11e5dcfc5f878000c]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:23 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ec254c0fd5f57f4f43ff5142aab668659755a173]

        INTEGRATION: CWS changefileheader (1.6.44); FILE MERGED 2008/03/31 16:44:23 rt 1.6.44.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [bab2e629a49e6e4834218ddbe4a875010c4f78e3]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:23 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [7693562131cc4ba3641b05431fada4fa422946b7]

        INTEGRATION: CWS changefileheader (1.6.62); FILE MERGED 2008/03/31 16:44:22 rt 1.6.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [43cfa7f3daa13bc08530dee898af2ad2850517c3]

        INTEGRATION: CWS changefileheader (1.7.62); FILE MERGED 2008/03/31 16:44:22 rt 1.7.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [b8aa477cab5234bac3f2eed22979573ad99302f7]

        INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED 2008/03/31 16:44:22 rt 1.4.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [299dc20dea823060c565874dcdd9f5c1689d5893]

        INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED 2008/03/31 16:44:22 rt 1.3.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [db12c1c1776d332eb5df0ef9ef419ef1bf853da6]

        INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED 2008/03/31 16:44:22 rt 1.2.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [93e42b0bf0720b5a3128f7599a55307488eed28d]

        INTEGRATION: CWS changefileheader (1.13.58); FILE MERGED 2008/03/31 16:44:22 rt 1.13.58.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [ee7093a70dd7e958f24bc167404191ecf757c0c0]

        INTEGRATION: CWS changefileheader (1.12.8); FILE MERGED 2008/03/31 16:44:22 rt 1.12.8.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [0d052209623f50899dd1d59b13192603c5aaf960]

        INTEGRATION: CWS changefileheader (1.5.62); FILE MERGED 2008/03/31 16:44:22 rt 1.5.62.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [fb38e1278ac631123d2efd06b21c705315963468]

        INTEGRATION: CWS changefileheader (1.13.26); FILE MERGED 2008/03/31 16:44:22 rt 1.13.26.1: #i87441# Change license header to LPGL v3.

2008-04-10  Rüdiger Timm  <rt@openoffice.org>  [acf2b0e1af7a98c4d8dadf19e9fd3a69acbc6f8e]

        INTEGRATION: CWS changefileheader (1.5.10); FILE MERGED 2008/03/31 16:44:21 rt 1.5.10.1: #i87441# Change license header to LPGL v3.

2008-04-09  Kurt Zenker  <kz@openoffice.org>  [f089450db95ec3633c7cf94153cb569d227f1013]

        #i88067# set default ENABLE_MINIMIZER=YES

2008-04-09  Kurt Zenker  <kz@openoffice.org>  [c7aa61983ffafc8ae72ed484c9adc1848ac2fee0]

        #i88094# fixes

2008-04-08  Vladimir Glazounov  <vg@openoffice.org>  [7e42791dd6500744112629e28797cea368120468]

        #i10000# ENABLE_MINIMIZER missing

2008-04-08  Kurt Zenker  <kz@openoffice.org>  [ba62de72233fd9241a583ec8968bb6b646503212]

        #i10000# rebuild tarball because solaris can't untar it

2008-04-08  Kurt Zenker  <kz@openoffice.org>  [13cbab354542d926e545b0e3fb6435c355e89dea]

        #i87913# buildfixes

2008-04-08  Kurt Zenker  <kz@openoffice.org>  [6dcbb8a16037b59e065916d309feadb0f557674a]

        #i88015# buildfixes

2008-04-08  Kurt Zenker  <kz@openoffice.org>  [a2339a45d4bacc3bb86d9a7e31473b61a4aace93]

        #i87913# buildfixes

2008-04-08  Vladimir Glazounov  <vg@openoffice.org>  [106f31491bbd82a157250d720a12a0f5736738f4]

        #i10000# buildfixes

2008-04-08  Kurt Zenker  <kz@openoffice.org>  [63a5851db8193af617e6e3000e6f391c43131f73]

        #i88015# buildfixes

2008-04-08  Armin Weiss  <aw@openoffice.org>  [c26daed09eec42ad007cc94cc145b60325fcd289]

        #i39532# warning change to constructor

2008-04-08  Armin Weiss  <aw@openoffice.org>  [2dbb46309996a3649e78884eadf15a53a793a860]

        #i39532# table borders as primitives completed

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [581f71d412ecd650887949c5a7f3c48a129f6dc4]

        #i10000# fix typo

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [e516c78e674950b44d2dbd0e567c14e91ef4c224]

        #i87927# WaE fixes

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [72a72ed2408e1a5cc7752e81729061efd379e516]

        #i87946# disable ENABLE_LAYOUT if not TRUE

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [2e1d05b1d447ea53084e0d244d5422f09d7b6b29]

        #i87946# disable ENABLE_LAYOUT if not TRUE

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [c7fdf47bdf1e0b8a61c522d3f12e43c93bb9eb56]

        #i87926# corrected merge conflict

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [4f108a0bdc7784bdf6996076cec0146e9554f4c3]

        #i87923# fixes for macosx

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [e7da5542a8ec5f23a97df8889871c360141d1b90]

        #i87920# mrSlideSorter

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [e698a016b19ab1760d2e7b0e9097ebf5fe07e859]

        #i87917# solve merge conflicts

2008-04-07  Kurt Zenker  <kz@openoffice.org>  [62fb7a2caf2746666944ff23aa78f8d09a1e951f]

        #i87915# cast correct type

2008-04-07  Rüdiger Timm  <rt@openoffice.org>  [c1d7736c2e2bb9263c11525266e519d77d748f7b]

        #i87924# Add dummy for SetScreenNumber (pl).

2008-04-04  Mox Soini  <mox@openoffice.org>  [ba66e1a1f95c2c73a2e0a12ddbac47560e6642ae]

        Initial cairo source to OOo CVS part I

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3542a3fecd5c1ef3ff937636659b3b395b9fdce4]

        DEV300

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [a856574ffd542dc5a9e50f7df346c65c0ebc0f24]

        INTEGRATION: CWS pdfimport (1.8.66); FILE MERGED 2008/01/23 14:39:32 akhva 1.8.66.1: #i80285# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [184d4998da6130e26cb9e10ba6ebe5f6e42f4a21]

        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>  [a66c09e3c8b67294adc3363d6f81b04043187961]

        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>  [3fd23ba159322e815496f91d454647cf037e4399]

        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>  [cb0486e9b8ef08ee56b78729563ef5a47e8e2283]

        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>  [46efe8d2060687fada952b64fe723a271823f755]

        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>  [483d6dd9c96a427023713912ad00536d70c1fbae]

        INTEGRATION: CWS pdfimport (1.6.184); FILE MERGED 2008/04/02 10:47:12 akhva 1.6.184.3: #i80285# 2008/03/31 13:59:14 thb 1.6.184.2: Reverting back to master branch (mostly) - adding ARGBColor only 2008/03/28 09:33:51 akhva 1.6.184.1: #i80285# ARGBColor problem bei pdfimport

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [0feed59ab852eb11689308b9694df91456741228]

        INTEGRATION: CWS pdfimport (1.3.492); FILE MERGED 2008/03/31 13:59:13 thb 1.3.492.2: Reverting back to master branch (mostly) - adding ARGBColor only 2008/03/28 09:33:49 akhva 1.3.492.1: #i80285# ARGBColor problem bei pdfimport

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7ea791b8eac0ae397c2f994f8d0ff1c408731e83]

        INTEGRATION: CWS pdfimport (1.1.6); FILE ADDED 2008/04/02 11:42:26 akhva 1.1.6.5: merge with picom 2008/04/02 11:11:07 akhva 1.1.6.4: #i80285 2008/03/31 13:59:12 thb 1.1.6.3: Reverting back to master branch (mostly) - adding ARGBColor only 2008/03/28 09:55:42 akhva 1.1.6.2: #i80285# ARGBColor problem bei pdfimport 2007/08/02 13:56:51 akhva 1.1.6.1: file BlendMode.idl was added on branch cws_src680_pdfimport on 2008-03-28 09:55:42 +0000

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [ce4dcfd233a93c23fffa45199dc9f1a1c47554c5]

        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>  [3efe68473fb1d04b879f80fe175af3d52cbc1a15]

        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>  [eb55df8e5d203a316cf8c6199c1348bedc6bf4c2]

        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>  [62ca1f10dfa3c0fcdd1921cc9d41a21832f78d3d]

        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>  [39ec8f9c2b05e4a818ce79fef202ebc0424d33b3]

        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>  [c26262440227da0ac0e2982cce052d486f7d81c5]

        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>  [8e96527f33387d40ac78df6492da3e2868636a09]

        INTEGRATION: CWS pdfimport (1.163.68); FILE MERGED 2008/01/23 14:32:52 akhva 1.163.68.1: #i83405# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e5d098544c7e6a406ff1a450948da75589777473]

        #i10000# generate new configure

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [200164b5de8c9957545c2a32a04ce6362aceb8e4]

        INTEGRATION: CWS pdfimport (1.28.10); FILE MERGED 2008/03/28 11:45:15 akhva 1.28.10.2: RESYNC: (1.28-1.31); FILE MERGED 2008/01/23 15:16:32 akhva 1.28.10.1: #80825# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3af3ad5cd3ff9f09cfe22ee421389660f8e66f10]

        INTEGRATION: CWS pdfimport (1.26.44); FILE MERGED 2008/01/23 15:16:31 akhva 1.26.44.1: #80825# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [573de75322fd1bd1fa50bcbd5fcf5682b7cf3d5b]

        INTEGRATION: CWS pdfimport (1.25.100); FILE MERGED 2008/01/23 15:16:31 akhva 1.25.100.1: #80825# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [2f5a78360b6358d900839cff910c72768d2d29c0]

        INTEGRATION: CWS pdfimport (1.26.122); FILE MERGED 2008/03/28 11:45:10 akhva 1.26.122.3: RESYNC: (1.26-1.27); FILE MERGED 2008/03/28 11:26:19 akhva 1.26.122.2: adding xpdf to the filter list 2008/01/23 15:16:31 akhva 1.26.122.1: #80825# merge from picom

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [acbadea195baba5725ebaf3cf9e7a9cf9e2af8e0]

        INTEGRATION: CWS titles02 (1.129.56); FILE MERGED 2008/02/29 11:02:33 as 1.129.56.4: RESYNC: (1.135-1.136); FILE MERGED 2008/02/12 13:28:56 as 1.129.56.3: RESYNC: (1.131-1.135); FILE MERGED 2007/12/04 10:09:42 as 1.129.56.2: RESYNC: (1.129-1.131); FILE MERGED 2007/10/12 13:09:26 as 1.129.56.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [41191096e80a1ab5c94cde4e4b4afcdc729b0b65]

        INTEGRATION: CWS titles02 (1.8.72); FILE MERGED 2008/02/29 11:02:30 as 1.8.72.3: RESYNC: (1.9-1.10); FILE MERGED 2007/12/04 10:09:26 as 1.8.72.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/12 13:09:26 as 1.8.72.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [60cf1c03a5b0e62c1376bdb80eac9e7a49dfb0cf]

        INTEGRATION: CWS titles02 (1.4.82); FILE MERGED 2008/02/12 13:27:21 as 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/12 13:06:39 as 1.4.82.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [a82a14f0b70201e36afcdd54c4ef6970670010b5]

        INTEGRATION: CWS titles02 (1.21.172); FILE MERGED 2008/04/02 12:40:05 as 1.21.172.1: BackingComponent uses default title handling instead of own one

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [fd71a1dbffb39aad3dc650e0d571b5ed244a4532]

        INTEGRATION: CWS titles02 (1.31.38); FILE MERGED 2007/10/12 13:06:38 as 1.31.38.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6997dc231e3e55349124e064a292ee9a6bc129c3]

        INTEGRATION: CWS titles02 (1.6.6); FILE MERGED 2008/02/29 11:01:37 as 1.6.6.4: RESYNC: (1.8-1.10); FILE MERGED 2008/02/12 13:26:53 as 1.6.6.3: RESYNC: (1.6-1.8); FILE MERGED 2007/12/17 15:25:05 oj 1.6.6.2: #i45617# return correct report titles as well 2007/12/10 11:36:17 oj 1.6.6.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7f17594af905563674e5ae6c190fa62aadedff83]

        INTEGRATION: CWS titles02 (1.3.58); FILE MERGED 2008/02/12 13:26:50 as 1.3.58.3: RESYNC: (1.3-1.4); FILE MERGED 2007/12/17 15:25:04 oj 1.3.58.2: #i45617# return correct report titles as well 2007/12/10 11:36:17 oj 1.3.58.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e425d4e7734ad51872fb42b6b8f8a31aacc06aad]

        INTEGRATION: CWS titles02 (1.5.8); FILE MERGED 2007/12/10 11:36:17 oj 1.5.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c5f4e57e3d2be1748e7b98d485fc51cc817044a8]

        INTEGRATION: CWS titles02 (1.3.58); FILE MERGED 2007/12/10 11:36:17 oj 1.3.58.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [0f1b227ee617bb90c85d009f4ff731a7dde95888]

        #i10000# conflicts fixed

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7fc1b3490bc18eb8cd82172656038ef77b6470fa]

        INTEGRATION: CWS titles02 (1.32.10); FILE MERGED 2008/02/29 11:01:14 as 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2007/12/10 11:37:34 oj 1.32.10.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [f6316f1e685cc8037b7c819b2951d206fe6d2758]

        INTEGRATION: CWS titles02 (1.22.58); FILE MERGED 2008/03/13 10:45:32 oj 1.22.58.3: #i45909# #i45617# #i71469# title changes 2007/12/17 15:29:55 oj 1.22.58.2: #i45617# title feature 2007/12/10 11:39:01 oj 1.22.58.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [59dc80ba2e985a9448e4d0cfe7a6fab0e61ba00e]

        INTEGRATION: CWS titles02 (1.69.42); FILE MERGED 2007/12/10 11:39:01 oj 1.69.42.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [dbe8a32a1019ec5307fb1c670d48770e83b7baed]

        INTEGRATION: CWS titles02 (1.81.18); FILE MERGED 2008/03/13 10:45:31 oj 1.81.18.3: #i45909# #i45617# #i71469# title changes 2007/12/17 15:29:54 oj 1.81.18.2: #i45617# title feature 2007/12/10 11:38:43 oj 1.81.18.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [dc16dfdd3e153b831e863b1f882592ee13827e0e]

        INTEGRATION: CWS titles02 (1.31.28); FILE MERGED 2008/02/12 13:24:57 as 1.31.28.2: RESYNC: (1.31-1.32); FILE MERGED 2007/12/17 15:29:54 oj 1.31.28.1: #i45617# title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c2e97a11204218eec0cc59a7d56d12042074cb1e]

        INTEGRATION: CWS titles02 (1.22.8); FILE MERGED 2008/03/13 10:45:31 oj 1.22.8.3: #i45909# #i45617# #i71469# title changes 2008/02/12 13:24:51 as 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2007/12/10 11:38:43 oj 1.22.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7d43c5383a445dc977991a8fd16b9e744ccfaf2a]

        INTEGRATION: CWS titles02 (1.50.8); FILE MERGED 2008/03/13 10:45:30 oj 1.50.8.3: #i45909# #i45617# #i71469# title changes 2008/02/12 13:24:48 as 1.50.8.2: RESYNC: (1.50-1.53); FILE MERGED 2007/12/10 11:38:43 oj 1.50.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d93c6a92b9b93c8acfdb172ba374157075709ceb]

        INTEGRATION: CWS titles02 (1.50.8); FILE MERGED 2008/03/13 10:45:30 oj 1.50.8.5: #i45909# #i45617# #i71469# title changes 2008/02/29 11:00:59 as 1.50.8.4: RESYNC: (1.53-1.54); FILE MERGED 2008/02/12 13:24:26 as 1.50.8.3: RESYNC: (1.50-1.53); FILE MERGED 2007/12/17 15:29:54 oj 1.50.8.2: #i45617# title feature 2007/12/10 11:38:16 oj 1.50.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [598c1c4cc261ccce8e3e26862c7d45df27ffe173]

        INTEGRATION: CWS titles02 (1.14.18); FILE MERGED 2008/02/12 13:24:23 as 1.14.18.3: RESYNC: (1.14-1.15); FILE MERGED 2007/12/17 15:29:54 oj 1.14.18.2: #i45617# title feature 2007/12/10 11:38:16 oj 1.14.18.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [2ada0149a179ba6eec7bf96ca4ba2f1a41bf2075]

        INTEGRATION: CWS titles02 (1.36.8); FILE MERGED 2008/02/12 13:24:20 as 1.36.8.3: RESYNC: (1.36-1.37); FILE MERGED 2007/12/17 15:29:53 oj 1.36.8.2: #i45617# title feature 2007/12/10 11:38:15 oj 1.36.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e93f406613e71e435c9d3457220b276e5384d2a5]

        INTEGRATION: CWS titles02 (1.5.42); FILE MERGED 2007/12/20 09:26:10 oj 1.5.42.2: titles 2007/12/10 11:37:48 oj 1.5.42.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [2fd538ed2fdaa04b1b635af8454eed5a7cb7d30c]

        INTEGRATION: CWS titles02 (1.2.58); FILE MERGED 2007/12/20 09:26:10 oj 1.2.58.2: titles 2007/12/10 11:37:49 oj 1.2.58.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1744ac079597764debd9c8b0b945c2efc5abd4e4]

        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>  [6b4dec49fb632b6d23dd2032941ed570fd83eae0]

        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>  [562164808908655eceb49b567753380738e16318]

        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>  [e4a65588edf63b98370469604c4571878b7f1e4e]

        INTEGRATION: CWS titles02 (1.91.72); FILE MERGED 2008/02/12 13:28:59 as 1.91.72.3: RESYNC: (1.92-1.94); FILE MERGED 2007/12/04 10:09:45 as 1.91.72.2: RESYNC: (1.91-1.92); FILE MERGED 2007/10/12 13:09:26 as 1.91.72.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [afd6f98f63da16fce6294199a6722d6d5725610a]

        INTEGRATION: CWS titles02 (1.73.58); FILE MERGED 2007/10/12 13:09:26 as 1.73.58.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [0a2eb9ea4165f14765585dc7ecccf86a9ed1fccf]

        INTEGRATION: CWS titles02 (1.78.2); FILE MERGED 2008/03/14 10:08:18 as 1.78.2.1: #116375# use new title API

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [85f32380d394580a631400f248ae8f84409d0501]

        INTEGRATION: CWS titles02 (1.57.58); FILE MERGED 2007/10/17 08:11:42 as 1.57.58.1: #116375# use new XTitle API for setting help title

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c860183005e5e623b086db303bab792d30eeacc8]

        INTEGRATION: CWS titles02 (1.127.58); FILE MERGED 2007/12/19 12:31:02 as 1.127.58.2: warning free 2007/10/17 08:11:42 as 1.127.58.1: #116375# use new XTitle API for setting help title

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5288816fb666e90a7c5cd1e4c0d5708c9c94488c]

        INTEGRATION: CWS titles02 (1.2.148); FILE MERGED 2007/10/12 13:09:26 as 1.2.148.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5dd701007add940c41200bda133208ff521913a4]

        INTEGRATION: CWS titles02 (1.115.36); FILE MERGED 2008/02/29 11:01:57 as 1.115.36.3: RESYNC: (1.116-1.117); FILE MERGED 2007/12/04 10:03:18 as 1.115.36.2: RESYNC: (1.115-1.116); FILE MERGED 2007/10/12 13:06:39 as 1.115.36.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [40feb80c7b829196ba1290a106dfcb039fe743d2]

        INTEGRATION: CWS titles02 (1.104.30); FILE MERGED 2008/04/02 12:40:05 as 1.104.30.3: BackingComponent uses default title handling instead of own one 2007/10/17 08:10:03 as 1.104.30.2: #116375# improve title generation; make autorecovery working (related to titles) 2007/10/12 13:06:39 as 1.104.30.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [460ab8e396ae6b46f5981c200f43ed428831d423]

        INTEGRATION: CWS titles02 (1.62.38); FILE MERGED 2007/10/12 13:06:39 as 1.62.38.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [878b6df7239388a049063cfa402c476d79e9d82d]

        INTEGRATION: CWS titles02 (1.24.30); FILE MERGED 2008/02/29 11:01:54 as 1.24.30.2: RESYNC: (1.24-1.25); FILE MERGED 2007/10/17 08:10:03 as 1.24.30.1: #116375# improve title generation; make autorecovery working (related to titles)

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [ea22629abd56527f5369cda891a44ba8e55e21e0]

        INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2008/04/02 09:57:56 as 1.1.2.8: support PRODUCTEXTENSION inside title 2008/04/01 08:41:45 as 1.1.2.7: make title-number-release explicit (weak references are not updated always) 2008/03/14 09:46:48 as 1.1.2.6: #116375# handle HTTP URLs better 2008/03/13 10:46:27 oj 1.1.2.5: #i45909# #i45617# #i71469# show the number only when > 1 2008/02/29 08:25:09 as 1.1.2.4: better title algorithm differ between file and other URLs 2007/12/10 14:35:18 as 1.1.2.3: #116375# use UI encoding for generating title from URL 2007/10/17 08:10:02 as 1.1.2.2: #116375# improve title generation; make autorecovery working (related to titles) 2007/10/12 12:59:14 as 1.1.2.1: #116375# new helper for updating title bar and building title values for different components

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6b70e0f44e1ac3e6d98a33cdfab468f185b7c14f]

        INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2007/10/17 08:10:02 as 1.1.2.2: #116375# improve title generation; make autorecovery working (related to titles) 2007/10/12 12:58:54 as 1.1.2.1: #116375# new helper for updating title bar and building title values for different components

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [594c4effbe1cf6b2dfce3d5b48575afa299f173e]

        INTEGRATION: CWS titles02 (1.36.28); FILE MERGED 2007/12/04 10:03:15 as 1.36.28.2: RESYNC: (1.36-1.37); FILE MERGED 2007/10/12 13:06:38 as 1.36.28.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9624717cdde68ddb9ac6fb5533f39cea4d24d079]

        INTEGRATION: CWS titles02 (1.37.86); FILE MERGED 2007/10/12 13:06:38 as 1.37.86.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [479f989a8709d5b37ecfc7d7ce9c4253495bbcb4]

        INTEGRATION: CWS titles02 (1.3.82); FILE MERGED 2008/02/12 13:27:18 as 1.3.82.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/12 13:06:37 as 1.3.82.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d201266a84914afb6af8232ebaf8b53a643c1cf5]

        INTEGRATION: CWS titles02 (1.39.82); FILE MERGED 2007/10/12 13:06:37 as 1.39.82.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d51a0b178338dab281ba82b0faaaab73566e2d27]

        INTEGRATION: CWS titles02 (1.23.38); FILE MERGED 2007/10/12 13:06:37 as 1.23.38.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [916c2ba5d49137ce3d56d49b8a24dff1ce58cf41]

        INTEGRATION: CWS titles02 (1.7.230); FILE MERGED 2007/10/12 13:06:37 as 1.7.230.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e12c07b22f2372ad836f336b47a88feaffd4e6d5]

        INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2008/04/02 09:57:55 as 1.1.2.3: support PRODUCTEXTENSION inside title 2007/10/17 08:10:02 as 1.1.2.2: #116375# improve title generation; make autorecovery working (related to titles) 2007/10/12 12:59:03 as 1.1.2.1: #116375# new helper for updating title bar and building title values for different components

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cf3004e152e1bcabee9487af6fcc682c6e7547bf]

        INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2007/10/17 08:10:02 as 1.1.2.2: #116375# improve title generation; make autorecovery working (related to titles) 2007/10/12 12:58:42 as 1.1.2.1: #116375# new helper for updating title bar and building title values for different components

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1e60874077680399318a5ad9edfe4825adca6f75]

        INTEGRATION: CWS titles02 (1.17.36); FILE MERGED 2007/12/04 10:03:12 as 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2007/10/12 13:06:36 as 1.17.36.1: #116375# support new title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9bac17dda52aba6b280d1de7699e9c3e7b9cd64e]

        INTEGRATION: CWS titles02 (1.13.174); FILE MERGED 2008/02/12 13:27:15 as 1.13.174.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/17 08:10:02 as 1.13.174.1: #116375# improve title generation; make autorecovery working (related to titles)

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [16ad879cc12a4e6e3419268621760b54bdc0ca87]

        INTEGRATION: CWS titles02 (1.9.8); FILE MERGED 2008/02/29 11:01:40 as 1.9.8.3: RESYNC: (1.12-1.13); FILE MERGED 2008/02/12 13:26:56 as 1.9.8.2: RESYNC: (1.9-1.12); FILE MERGED 2007/12/10 11:36:16 oj 1.9.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [28f2b307ea4bd75d74e634141b3b2b1082f4ef2a]

        INTEGRATION: CWS titles02 (1.8.14); FILE MERGED 2007/12/17 15:35:48 oj 1.8.14.1: #i45617# remove set title prop

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1d7fad42a74a8d93e8515878d982cd43e9d94506]

        INTEGRATION: CWS titles02 (1.45.14); FILE MERGED 2008/02/12 13:26:19 as 1.45.14.2: RESYNC: (1.45-1.46); FILE MERGED 2007/12/12 09:22:17 as 1.45.14.1: #116375# use new title feature in basic ide too

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [39d251a6176e3671395e61b1cdd4f78bcb30d76d]

        INTEGRATION: CWS titles02 (1.22.2); FILE MERGED 2007/12/12 09:22:17 as 1.22.2.1: #116375# use new title feature in basic ide too

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [b97041d3a6e086b31f3c88d7ac552cc9fc9c4e71]

        INTEGRATION: CWS titles02 (1.114.26); FILE MERGED 2008/02/12 13:25:53 as 1.114.26.3: RESYNC: (1.114-1.116); FILE MERGED 2007/12/17 15:29:56 oj 1.114.26.2: #i45617# title feature 2007/12/10 11:39:02 oj 1.114.26.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7b1e0cd3f5516f303aaf77913b94b088aede0d4a]

        INTEGRATION: CWS titles02 (1.49.26); FILE MERGED 2008/02/12 13:25:50 as 1.49.26.2: RESYNC: (1.49-1.50); FILE MERGED 2007/12/10 11:39:02 oj 1.49.26.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3c51112a1423c6f0f6c467d809e17c60ce090020]

        INTEGRATION: CWS titles02 (1.112.8); FILE MERGED 2008/02/12 13:25:42 as 1.112.8.3: RESYNC: (1.112-1.114); FILE MERGED 2007/12/17 15:29:55 oj 1.112.8.2: #i45617# title feature 2007/12/10 11:39:02 oj 1.112.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [116bae24956938b1993941bbf0b6a3c55dce0151]

        INTEGRATION: CWS titles02 (1.25.18); FILE MERGED 2008/02/12 13:25:39 as 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2007/12/17 15:29:55 oj 1.25.18.1: #i45617# title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [19af6824b3083fd6f1fd524bb7419c2d84ebe8f8]

        INTEGRATION: CWS titles02 (1.6.8); FILE MERGED 2008/02/12 13:25:35 as 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/17 15:29:55 oj 1.6.8.1: #i45617# title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [de942601f99f79e79ec0139be5bc16a802b5e22a]

        INTEGRATION: CWS titles02 (1.38.10); FILE MERGED 2007/12/17 15:29:55 oj 1.38.10.2: #i45617# title feature 2007/12/10 11:39:01 oj 1.38.10.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [91d2791831511ec053f9acb1175812579e8085a1]

        INTEGRATION: CWS titles02 (1.4.242); FILE MERGED 2007/12/10 11:39:01 oj 1.4.242.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9b37d2c9f2dbf34b87004353aacde9064cbb178b]

        INTEGRATION: CWS titles02 (1.38.58); FILE MERGED 2007/12/10 11:39:01 oj 1.38.58.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [35d0f11d0644b761e52679e7b1f3f969f7185ff1]

        INTEGRATION: CWS titles02 (1.17.26); FILE MERGED 2007/12/10 11:39:01 oj 1.17.26.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [239174ebff106449af5d3292027d8bbf3447190b]

        INTEGRATION: CWS titles02 (1.5.18); FILE MERGED 2008/03/13 10:45:31 oj 1.5.18.1: #i45909# #i45617# #i71469# title changes

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5934fb94ed7b92c1de1b15d83e23f6698ab856d3]

        INTEGRATION: CWS titles02 (1.192.8); FILE MERGED 2008/02/12 13:25:00 as 1.192.8.3: RESYNC: (1.192-1.193); FILE MERGED 2007/12/17 15:29:55 oj 1.192.8.2: #i45617# title feature 2007/12/10 11:38:44 oj 1.192.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [bf7b7c9ce6e38de21b74507923edaf831ca55e30]

        INTEGRATION: CWS titles02 (1.106.80); FILE MERGED 2007/12/10 11:38:44 oj 1.106.80.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [2dd45bc8d14508846b38db486fc4e898957f4aef]

        INTEGRATION: CWS titles02 (1.28.18); FILE MERGED 2008/02/29 11:01:11 as 1.28.18.3: RESYNC: (1.30-1.31); FILE MERGED 2008/02/12 13:24:54 as 1.28.18.2: RESYNC: (1.28-1.30); FILE MERGED 2007/12/10 11:38:43 oj 1.28.18.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c50a2d3f2c6739f7bb89a88293c0b904fc8a62c7]

        INTEGRATION: CWS titles02 (1.44.8); FILE MERGED 2008/02/29 11:01:08 as 1.44.8.3: RESYNC: (1.45-1.46); FILE MERGED 2008/02/12 13:24:44 as 1.44.8.2: RESYNC: (1.44-1.45); FILE MERGED 2007/12/10 11:38:43 oj 1.44.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1a281753c686190591ff439b7ddba437ec1d8464]

        INTEGRATION: CWS titles02 (1.14.8); FILE MERGED 2008/02/12 13:24:41 as 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/17 15:29:54 oj 1.14.8.1: #i45617# title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [156fb62ff9e676dffc47b1d378d8909063667c0d]

        INTEGRATION: CWS titles02 (1.47.8); FILE MERGED 2008/02/12 13:24:35 as 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2007/12/10 11:38:42 oj 1.47.8.1: #i45909# #i45617# #i71469# change title handling

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [1399b63766edb32c752311186cd667057a8ca827]

        INTEGRATION: CWS titles02 (1.14.8); FILE MERGED 2008/02/12 13:24:32 as 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/17 15:29:54 oj 1.14.8.1: #i45617# title feature

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e7239129dbcaaf454129b570f92da4551b20da55]

        INTEGRATION: CWS titles02 (1.33.66); FILE MERGED 2007/10/12 08:41:12 as 1.33.66.1: #116375# new title interfaces

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [8de473ee893ed056682ef03951afe8aac30207c2]

        INTEGRATION: CWS titles02 (1.1.2); FILE ADDED 2007/10/12 08:43:02 as 1.1.2.1: #116375# new title interfaces

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [ab190026283c715ba8c5837a31e68e3679a0a6f3]

        INTEGRATION: CWS titles02 (1.1.4); FILE ADDED 2007/10/12 08:43:02 as 1.1.4.2: #116375# new title interfaces 2006/10/30 11:37:10 as 1.1.4.1: file XTitleChangeListener.idl was added on branch cws_src680_titles02 on 2007-10-12 08:43:02 +0000

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cab8802ce45e45371d2d5328594e1282d8ef2621]

        INTEGRATION: CWS titles02 (1.1.4); FILE ADDED 2007/10/12 08:43:02 as 1.1.4.2: #116375# new title interfaces 2006/10/30 11:37:19 as 1.1.4.1: file TitleChangedEvent.idl was added on branch cws_src680_titles02 on 2007-10-12 08:43:02 +0000

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [4e7e737c111698f32c8b81e2a73f828db02c60ef]

        INTEGRATION: CWS titles02 (1.34.82); FILE MERGED 2007/12/17 15:28:00 oj 1.34.82.2: #i45617# new design view 2007/12/11 13:27:44 oj 1.34.82.1: #i45909# #i45617# #i71469# change title

2008-04-04  Oliver Bolte  <obo@openoffice.org>  [501f6b585ccca8297b8ef827ada0c8fe60d93ffa]

        #i10000# -incremental not supported by csc Framework 3.5

2008-04-04  Oliver Bolte  <obo@openoffice.org>  [b7c0b88813f8523ef37a6ddb3e5aeae277dbc272]

        #i10000# -incremental not supported by csc Framework 3.5

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [09cf7189dfcc87ac77846f5d748cf6ce701bfbe3]

        INTEGRATION: CWS impress140 (1.68.40); FILE MERGED 2008/04/03 15:10:39 cl 1.68.40.1: #i87804# reverted faulty optimization for custom shapes setPropertyValue

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e59d4f7d6d8d07e755de00127fac9fff0f758f50]

        INTEGRATION: CWS impress140 (1.86.38); FILE MERGED 2008/04/01 11:29:45 cl 1.86.38.1: #i87556# re get para outliner obj after changing objects itemset

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d9148ed37190812ff5db0786a404e9924ff1832a]

        INTEGRATION: CWS impress140 (1.6.40); FILE MERGED 2008/04/03 15:11:39 cl 1.6.40.1: #i87804# reverted faulty optimization for custom shapes setPropertyValue

2008-04-04  Oliver Bolte  <obo@openoffice.org>  [7dfaac8efb0c42b9445013c9f849cfdc11bf5798]

        #i10000# adapt path for Framework SDK to new Platform SDK / Framework 3.5

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [9b9a30d885ea9be28ad6822403d74418e273e85e]

        INTEGRATION: CWS impress140 (1.29.102); FILE MERGED 2008/04/03 13:10:30 cl 1.29.102.1: #i87071# add a name to background picture so it gets exported

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [310f2a3ef40ec28a695cbe36b50e69ce1244e04e]

        INTEGRATION: CWS impress140 (1.21.18); FILE MERGED 2008/04/03 09:31:41 cl 1.21.18.1: #i87588# fixed empty api name problem and set parent problem

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [e21a73d985d48eb655c336896371ed5b43e24fb0]

        INTEGRATION: CWS impress140 (1.64.16); FILE MERGED 2008/04/03 12:39:01 cl 1.64.16.1: #i82598# do not detect plugins&applets and frames as ole object

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [fbfef94f70f59da45406564c21e8cde0cad780ea]

        INTEGRATION: CWS impress140 (1.4.18); FILE MERGED 2008/04/03 09:32:19 cl 1.4.18.1: #i87588# fixed empty api name problem and set parent problem

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [d0f3ae46aef1078a4ee48e08f2711dd0c752c14f]

        INTEGRATION: CWS impress140 (1.22.22); FILE MERGED 2008/04/01 11:15:33 cl 1.22.22.1: #i87243# do not crash on missing style family

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [7e6978d31f5379ffc812dc4cf0141fed6b833d87]

        INTEGRATION: CWS aquavcl06 (1.216.2); FILE MERGED 2008/03/12 16:54:51 pl 1.216.2.1: #i86247# do not fail on missing Jobs.xcu

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [2ffb4768d915ff44c0ed97fcd736239730e867f1]

        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>  [b5204d0b2fa4d34f08625842aaa6f4d78bd6fed9]

        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>  [b9c33f75fc05a2653b77ef40a36868a02ee719c1]

        INTEGRATION: CWS chart23 (1.8.44); FILE MERGED 2008/03/05 08:52:31 iha 1.8.44.2: #i86579# Can't change Asian fonts in Charts 2008/03/05 08:42:13 iha 1.8.44.1: #i86579# Can't change Asian fonts in Charts

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [3533a840e2119bfe84d0fa5ca4f8a324eedc0efa]

        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>  [1ad18670f9eaab4f423b4017929479f22127c88a]

        INTEGRATION: CWS chart23 (1.25.44); FILE MERGED 2008/03/12 14:06:01 iha 1.25.44.3: RESYNC: (1.25-1.26); FILE MERGED 2008/03/07 16:04:24 iha 1.25.44.2: #i85934#,#i82456# don't use hard coded default fonts 2008/03/07 13:49:51 iha 1.25.44.1: #i84964# missing font language

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [f0b5ab48b3a15817d1ae97d97a8641327ea7917a]

        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>  [4a885dff87a7f6333ff1b3c4cef8487fd8d8baa3]

        INTEGRATION: CWS chart23 (1.7.44); FILE MERGED 2008/03/12 10:33:58 iha 1.7.44.1: #i86661# Logarithmic regression equations are displaying log(x) instead of ln(x)

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [f344a1693befcd7c16ff241f9f785400eb5a6c67]

        INTEGRATION: CWS chart23 (1.14.30); FILE MERGED 2008/03/12 14:05:58 iha 1.14.30.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/12 09:31:41 iha 1.14.30.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [872782b2dc546e837730d961ed77ed11a90a264c]

        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>  [044e52b176c20200e9c8a152faaf8c4294ee990a]

        INTEGRATION: CWS chart23 (1.8.44); FILE MERGED 2008/03/12 09:30:45 iha 1.8.44.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c9968a447bb102c12162e83e2490b7c45674e37e]

        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>  [064c3d3215577551e6748563f12e8138caf7e953]

        INTEGRATION: CWS chart23 (1.18.6); FILE MERGED 2008/03/12 09:32:26 iha 1.18.6.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6ad297013712c444df5587aa20a2c7400b89fcf0]

        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>  [e60ae9e09ab8f876a3ee49611d1d08868a11d248]

        INTEGRATION: CWS chart23 (1.7.54); FILE MERGED 2008/03/10 16:07:53 iha 1.7.54.3: #i85934#,#i82456# don't use hard coded default fonts 2008/03/07 16:05:33 iha 1.7.54.2: #i85934#,#i82456# don't use hard coded default fonts 2008/03/07 13:51:19 iha 1.7.54.1: #i84964# missing font language

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [dfb4b73b7d77c3425300cd0ba8deef0c74e86850]

        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>  [3099afdbad5b60238d4cb16ac0bd3b67c0023744]

        INTEGRATION: CWS chart23 (1.10.44); FILE MERGED 2008/03/12 09:34:11 iha 1.10.44.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [43949bd43a8a4904346dd804891d62d57b0a6ce2]

        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>  [394977a796dca0a035769a9faacc2c9af0604cad]

        INTEGRATION: CWS chart23 (1.18.44); FILE MERGED 2008/03/12 09:34:56 iha 1.18.44.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [b409c259507eab4b5ee092cd006b3bfe930dbd42]

        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>  [56e5408927a00d74f2a153389e41186cdbdbd3cb]

        INTEGRATION: CWS chart23 (1.6.30); FILE MERGED 2008/03/12 09:29:36 iha 1.6.30.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [51507502eb42a629badf94458b960e405a1b5696]

        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>  [1757164de02fce705de2e1082259d41d1ac7e148]

        INTEGRATION: CWS chart23 (1.4.100); FILE MERGED 2008/03/12 09:22:02 iha 1.4.100.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [95f6b6a12c3f00e976bf00f9e26811f870dbbd3e]

        INTEGRATION: CWS chart23 (1.6.44); FILE MERGED 2008/02/22 11:51:54 iha 1.6.44.1: #i79262# Rotated Titles get an offset

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [94ccea6794d20479af5aab0c116b3e8b348c71a9]

        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>  [a87dddb90e874187bc102df7889c6030b497f91d]

        INTEGRATION: CWS chart23 (1.27.6); FILE MERGED 2008/03/12 14:05:44 iha 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2008/02/22 13:55:18 iha 1.27.6.1: #i86355# crash in debug version when moving chart elements via mouse

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5d03ae09407c54495d5b82d809ff0ab2c662ac44]

        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>  [198f8a15e1e77f5b9e573ca166601d1328c7d770]

        INTEGRATION: CWS chart23 (1.9.78); FILE MERGED 2008/02/22 12:22:12 iha 1.9.78.1: #i26488# disable sizing controls for Title and Legend as long as those functions are not available

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [a9a6cb8d22a4d0742f3e0cbee80913084d36f312]

        INTEGRATION: CWS dv03 (1.16.6); FILE MERGED 2008/04/01 09:19:30 dv 1.16.6.1: #i85765# Changed RemoveBubbleWindow to always remove icon

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [457e4df25af3547befb210160dab8cbf93be662d]

        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>  [eeb3b37fa76dfb3647dc851a7e0f82f92be91bf4]

        INTEGRATION: CWS chart23 (1.11.78); FILE MERGED 2008/03/07 13:52:15 iha 1.11.78.1: #i84964# missing font language

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [bc15e9e9f6dc5788b78121ace97e4fcb2f1bf20e]

        INTEGRATION: CWS dv03 (1.5.28); FILE MERGED 2008/03/20 10:07:07 dv 1.5.28.1: #i85374# #i85375# Fixed some minor UI glitches

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5a0d48d287a5fb98c6ce2b0369d78cc41c2df1e8]

        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>  [b0ef78445cdf5f0c15d99111747612e3df4cbf45]

        INTEGRATION: CWS vq41 (1.33.20); FILE MERGED 2008/03/23 05:13:04 vq 1.33.20.1: #i87346# Make OOo/DEV300 be buildable with .NET2005/2008.

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [4ea622e0930d760c3a8e91064a9e3b34a89d8fcc]

        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>  [8dd92b3eb5151c99fb0e864961552a97d0c535b1]

        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>  [ca8cb3eb95d4490ce71582cbe9e7d12c8ed109d3]

        INTEGRATION: CWS vq41 (1.1.2); FILE ADDED 2008/03/23 05:13:04 vq 1.1.2.1: #i87346# Make OOo/DEV300 be buildable with .NET2005/2008.

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [55d0497cc625f6d5d83e568b7997a58716675b6f]

        INTEGRATION: CWS chart23 (1.13.6); FILE MERGED 2008/03/12 09:39:34 iha 1.13.6.1: #i85803# save and load stacking mode correctly

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [88657f429e558c4fa0dc2b944ad00d4eedbd7dd4]

        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>  [57f53a5ca32116e0f042bd79312a4a150b47481d]

        INTEGRATION: CWS chart23 (1.2.78); FILE MERGED 2008/03/12 13:39:50 iha 1.2.78.1: corrected binary file

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [c016e89a100d2dace9469680f82a5bbc796da544]

        INTEGRATION: CWS vq41 (1.178.10); FILE MERGED 2008/03/23 13:49:34 vq 1.178.10.2: #i87346# Automatically set WINDOWS_VISTA_PSDK depending on the used SDK. 2008/03/23 05:13:04 vq 1.178.10.1: #i87346# Make OOo/DEV300 be buildable with .NET2005/2008.

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [6f927d13426e15889caf9f05ba29ebe065b19049]

        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>  [8a557806b4518d152a45716a4bf532762b162a21]

        INTEGRATION: CWS vq41 (1.252.6); FILE MERGED 2008/03/25 15:51:13 vq 1.252.6.6: Add missing Windows guard. 2008/03/25 02:02:20 vq 1.252.6.5: #i87378# Make configure accept mixed mode paths under cygwin. 2008/03/23 14:40:19 vq 1.252.6.4: #i87346# Fix another typo. 2008/03/23 13:49:33 vq 1.252.6.3: #i87346# Automatically set WINDOWS_VISTA_PSDK depending on the used SDK. 2008/03/23 13:24:39 vq 1.252.6.2: #i87346# Fix dll name. 2008/03/23 05:13:03 vq 1.252.6.1: #i87346# Make OOo/DEV300 be buildable with .NET2005/2008.

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [af2e9fd0af9aaba243b358dcd116bd2e44ddf309]

        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>  [fd2a495512fa2edf3db262d119f6f1d84ea4a06f]

        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>  [bffd18042725966124a7ca89d6556d173425ac97]

        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>  [12f00f8d2fd3e72ff5b0c26e41f5ea20a623d530]

        INTEGRATION: CWS aquavcl06 (1.6.2); FILE MERGED 2008/03/20 17:43:59 ericb 1.6.2.1: #i87245# correct value for letter wizard. A better fix must be provided later by wizards owner

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [5dc6c5079de969a913960dda300bb8b14715bbff]

        INTEGRATION: CWS chart23 (1.10.288); FILE MERGED 2008/02/29 10:33:39 iha 1.10.288.1: #i26488# disable sizing controls for Title and Legend as long as those functions are not available

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [07b539f0df71d8063d30111769ddca21e1b8a61d]

        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>  [016c2ae43aa651ec4dfcc3244a5d9b3a8ecfaa17]

        INTEGRATION: CWS chart23 (1.31.288); FILE MERGED 2008/02/29 10:33:54 iha 1.31.288.1: #i26488# disable sizing controls for Title and Legend as long as those functions are not available

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [69c3becf354a279316618f3708da24eb1e21c5bf]

        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-04  Kurt Zenker  <kz@openoffice.org>  [4033bb16d14ed02e8c685e060e699303729fc157]

        INTEGRATION: CWS aquavcl06 (1.3.6); FILE MERGED 2008/03/19 18:29:58 pl 1.3.6.1: #i86773# no border for backing window since it has a gradient background

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [cfe8b67f8661718336109c9a1a375c0b318483a5]

        INTEGRATION: CWS aquavcl06 (1.3.4); FILE MERGED 2008/03/12 16:44:08 pl 1.3.4.1: #i86966# change ResMgr creation

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [b17d633ecc8e9259bcfb962f08a047317db561d7]

        INTEGRATION: CWS wikiext01_DEV300 (1.161.6); FILE MERGED 2008/02/11 15:52:38 rene 1.161.6.2: #i10000# adapt configure to new Sun default, add APACHE_COMMONS and TOMCAT to Suns BUILD_TYPE 2008/02/11 13:40:05 mav 1.161.6.1: #i85633# add mediawiki in the build

2008-04-04  Kurt Zenker  <kz@openoffice.org>  [73d48121890122cdd36ba1d98afb34d5479be08b]

        INTEGRATION: CWS wikiext01_DEV300 (1.35.4); FILE MERGED 2008/02/01 10:21:43 rene 1.35.4.1: #i85747# --enable-mediawiki and --with-system-apache-commons

2008-04-04  Armin Weiss  <aw@openoffice.org>  [ca3f68ae3f24447043de522429c01ab10fc44d5a]

        #i39532# added borderline primitive for table support

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [22bc23e7d092de47f5b43f82683087735035ac50]

        INTEGRATION: CWS wikiext01_DEV300 (1.12.12); FILE MERGED 2008/02/12 17:15:21 mav 1.12.12.1: #i85726# fix from RT

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ac7d33d323a2c2fc1f0bde2cc00b40463aa34873]

        INTEGRATION: CWS wikiext01_DEV300 (1.169.10); FILE MERGED 2008/02/06 12:58:53 mav 1.169.10.3: RESYNC: (1.169-1.171); FILE MERGED 2008/02/04 09:02:12 rene 1.169.10.2: Issue number: Submitted by: Reviewed by: #i85726# don't ship binary-only jars, build them 2008/02/01 10:21:43 rene 1.169.10.1: #i85747# --enable-mediawiki and --with-system-apache-commons

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [06e576cb852f217a8390d9d76fc412846bc8864a]

        INTEGRATION: CWS wikiext01_DEV300 (1.241.10); FILE MERGED 2008/02/11 15:52:37 rene 1.241.10.4: #i10000# adapt configure to new Sun default, add APACHE_COMMONS and TOMCAT to Suns BUILD_TYPE 2008/02/06 12:58:50 mav 1.241.10.3: RESYNC: (1.241-1.248); FILE MERGED 2008/02/04 09:02:12 rene 1.241.10.2: Issue number: Submitted by: Reviewed by: #i85726# don't ship binary-only jars, build them 2008/02/01 10:21:42 rene 1.241.10.1: #i85747# --enable-mediawiki and --with-system-apache-commons

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fe6330f1b0759287f7c6382974f205f2b72a363f]

        INTEGRATION: CWS vcl87 (1.252.2); FILE MERGED 2008/03/12 18:47:41 pl 1.252.2.1: #i76650# RandR support

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d7067acf00664381d6e3a8008e6685e1be873088]

        INTEGRATION: CWS vcl87 (1.1.118); FILE MERGED 2008/03/10 12:27:23 hdu 1.1.118.1: #i86875# update xrender headers

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c39e861d2970a217f9130debc46e5acf58cf2c5d]

        INTEGRATION: CWS vcl87 (1.1.2); FILE ADDED 2008/03/10 11:57:56 pl 1.1.2.1: #i76650# randr header

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1b8b16b3ae86fe2279eefb64fe0ce3b323b3db79]

        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>  [ea7f27248c9b2fdc1bca4c700ab1d228863127c1]

        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>  [b4216fe4ae9c2e612f63dc544317d04e8b77fdd1]

        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>  [c06e8c540d3e71d207da30f18b3c89145924b07e]

        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>  [ebb2250180ec7a4cd668d67d0cd7bf0cfc932042]

        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>  [ba4bad0ff5864999aecd073a8ce6be8b303b340c]

        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>  [ac5cee223a4474ef61e7721e540ff13b6c7d1c9a]

        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>  [c7d7c90a5708433ee417252ca965fdaa5c900c24]

        INTEGRATION: CWS vcl87 (1.178.4); FILE MERGED 2008/03/12 18:47:41 pl 1.178.4.1: #i76650# RandR support

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fc2404afc7621dcd1f5642c60ab0224c4114ebfc]

        INTEGRATION: CWS vcl87 (1.7.10); FILE MERGED 2008/03/12 17:35:59 pl 1.7.10.1: #i76650# enable RANDR

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e03a88d06d091c49b87920221cd98c919d309b9a]

        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>  [6fae27d1a70a094259ae346c3f1f209bb835aa03]

        INTEGRATION: CWS vcl87 (1.3.2); FILE MERGED 2008/03/18 15:30:35 pl 1.3.2.6: #i87065# initControls only after menubar is set in attachFrame 2008/03/17 16:45:37 pl 1.3.2.5: #i87124# reuse menu file open implementation via dispatch 2008/03/17 15:59:34 pl 1.3.2.4: #i87056# accelerator handling in StartCenter 2008/03/17 13:00:48 pl 1.3.2.3: #i87065# lazy initControls to get menu bar accelerators 2008/03/15 15:34:44 pl 1.3.2.2: #i86671# create mnemonics on the fly 2008/03/15 14:49:15 pl 1.3.2.1: #i86929# change tab order in StartCenter

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4d309bbaee8b56d202b46b349254e1536b1f50fa]

        INTEGRATION: CWS vcl87 (1.3.2); FILE MERGED 2008/03/19 09:03:00 pl 1.3.2.9: #i87210# position controls initially in initControls 2008/03/18 15:30:35 pl 1.3.2.8: #i87065# initControls only after menubar is set in attachFrame 2008/03/18 11:18:50 pl 1.3.2.7: #i86276# assign help ids 2008/03/18 11:16:35 pl 1.3.2.6: #i86276# assign help ids 2008/03/17 16:45:37 pl 1.3.2.5: #i87124# reuse menu file open implementation via dispatch 2008/03/17 15:59:34 pl 1.3.2.4: #i87056# accelerator handling in StartCenter 2008/03/17 13:00:48 pl 1.3.2.3: #i87065# lazy initControls to get menu bar accelerators 2008/03/15 15:34:44 pl 1.3.2.2: #i86671# create mnemonics on the fly 2008/03/15 14:49:15 pl 1.3.2.1: #i86929# change tab order in StartCenter

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5a9cebf53a758a6ee83fd277e9fa367073f0ec89]

        INTEGRATION: CWS vcl87 (1.22.6); FILE MERGED 2008/03/17 15:59:33 pl 1.22.6.2: #i87056# accelerator handling in StartCenter 2008/03/17 13:04:34 pl 1.22.6.1: remove now useless ColorListener

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2693d74915ef31d7a421a9ed113107ab727e693f]

        INTEGRATION: CWS vcl87 (1.7.448); FILE MERGED 2008/03/17 15:59:33 pl 1.7.448.1: #i87056# accelerator handling in StartCenter

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8f0fb563dbefde88e238e99d90837c008520a341]

        INTEGRATION: CWS vcl87 (1.20.58); FILE MERGED 2008/03/12 09:36:19 pl 1.20.58.2: RESYNC: (1.20-1.21); FILE MERGED 2008/02/18 13:03:44 pl 1.20.58.1: #i86124# fix securtiy page handling (thanks beppec56)

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [51668f9d18ca4f5f9c1739a4c980442b8b3824b5]

        INTEGRATION: CWS vcl87 (1.28.30); FILE MERGED 2008/03/12 09:36:22 pl 1.28.30.2: RESYNC: (1.28-1.31); FILE MERGED 2008/02/18 13:03:43 pl 1.28.30.1: #i86124# fix securtiy page handling (thanks beppec56)

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b87191aaf0c4e45cead0ceafad6b1b0992774a86]

        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>  [01dfa203f5613c89304fe3a8570f0e8911c26ad9]

        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>  [e83f96bb5236a5a0b38bf90e665b47aacdd3f3a9]

        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>  [a8d4242cd75b1326f2cbcbedb7f21d9cc2618cb4]

        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>  [3a6984aabe7c8910122caba81d14ff4c92984abd]

        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>  [3cb90222e89c21f8cf6d851df26b3b5239d4efdc]

        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>  [a8b450ce9773e604c77eadde5fc7b6089eb089d1]

        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>  [ddd528111536c9940f108ecdb4e5939fc79949c7]

        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>  [98468607f7a8d0b1f5f7e3ecd09f756aea904d00]

        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>  [b4add5170e0eab7e1e8ce341afa61bc961ae73be]

        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>  [66ef6cf5df18559034fc04b63ccbcaf84ee4cd96]

        INTEGRATION: CWS sw30bf02 (1.205.18); FILE MERGED 2008/03/19 14:28:13 mba 1.205.18.1: #152862#: ODF version for 3.0 is 1.2

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [150cb4ab0384a05cb1300ff29931853d39a3bcfc]

        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>  [61bd14ae3dcb8a9f18fde09113125fc741babd24]

        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>  [dbbf365921b50009db8ea86b90c99f3a26c467bc]

        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>  [4fe61deeebd918eec377fff36a3d3203c000b1c5]

        INTEGRATION: CWS sw30bf02 (1.13.32); FILE MERGED 2008/03/20 09:59:45 mba 1.13.32.1: #i86131#: handle built-in props of document summary info in word import of text

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [29c743a121279ec8a01d8c17f897634ca4706c07]

        INTEGRATION: CWS sw30bf02 (1.152.12); FILE MERGED 2008/03/20 10:53:07 mba 1.152.12.3: #i1035#: special treatment for writing english text with latin keyboards 2008/03/18 12:20:58 ama 1.152.12.2: RESYNC: (1.152-1.154); FILE MERGED 2008/03/06 15:16:04 mba 1.152.12.1: #i1035#: use input locale for all languages

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [abc5392f4b4b0a859e40014f7793c5eb226b9d93]

        INTEGRATION: CWS vcl87 (1.84.2); FILE MERGED 2008/03/17 11:44:01 pl 1.84.2.1: #i86904# no logo images.zip (thanks ause)

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2da8ee94453909f3d21beacae37e90be0ab6f81c]

        INTEGRATION: CWS vcl87 (1.23.338); FILE MERGED 2008/03/03 14:43:49 pl 1.23.338.1: #i76307# take RTL UI into account

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [036e58246619206681f2862aee1f6fdb10da6044]

        INTEGRATION: CWS sw30bf02 (1.2.16); FILE MERGED 2008/03/18 12:21:05 ama 1.2.16.3: RESYNC: (1.2-1.3); FILE MERGED 2008/03/12 13:44:00 ama 1.2.16.2: #i84849#: Avoid new undo strings 2008/03/07 12:01:24 ama 1.2.16.1: Fix #i85839#: Undo-strings for deleting notes

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [251a51e756b4c480d5ddac10bebc6b5ac06b058d]

        INTEGRATION: CWS vcl87 (1.28.322); FILE MERGED 2008/03/03 14:43:49 pl 1.28.322.1: #i76307# take RTL UI into account

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [874e029179bc3968664c04ee148867f3e2182e16]

        INTEGRATION: CWS sw30bf02 (1.117.8); FILE MERGED 2008/03/19 09:16:18 od 1.117.8.1: #i87233# method <SwTransferable::PrivateDrop(..)> 	 - On setting cursor for drop position assure that in block mode 	   the order of cursors is preserved. 	   Do perform the corresponding code snippet only in block mode.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [85f6665aac33a96bb6bb9a7b3f5305c8397248f3]

        INTEGRATION: CWS vcl87 (1.33.326); FILE MERGED 2008/03/03 14:43:48 pl 1.33.326.1: #i76307# take RTL UI into account

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [95b27401c9a91a423f193c8db27124727dbe1aee]

        INTEGRATION: CWS sw30bf02 (1.16.148); FILE MERGED 2008/03/25 06:40:36 os 1.16.148.1: #153290# make sure address block index and count are correct

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [aa8354245e45c0976e83b70205c591c99b48cbe5]

        INTEGRATION: CWS sw30bf02 (1.22.12); FILE MERGED 2008/03/25 06:39:58 os 1.22.12.1: #153290# make sure address block index and count are correct

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2d38034e0b1baeedeb87f8889ef9b1ee2b5e817b]

        INTEGRATION: CWS sw30bf02 (1.106.60); FILE MERGED 2008/03/20 09:59:45 mba 1.106.60.1: #i86131#: handle built-in props of document summary info in word import of text

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [28b0b5eb8257bef3245f06a9932dcffca5d78596]

        INTEGRATION: CWS sw30bf02 (1.14.74); FILE MERGED 2008/03/12 13:16:37 ama 1.14.74.2: #i84546#: Change undo string 2008/03/06 14:55:27 ama 1.14.74.1: Fix #i84546#: Undo strings for num rule changes

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [281f986d1f760ddac525d94952b0243710c28f33]

        INTEGRATION: CWS sw30bf02 (1.9.16); FILE MERGED 2008/03/20 14:16:32 ama 1.9.16.2: Warning removed 2008/03/07 12:08:09 ama 1.9.16.1: Fix #i85840#: Undo-string for edit notes

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6c9dd4147d8a0e66c2377386f8f64b20daa8594e]

        INTEGRATION: CWS sw30bf02 (1.78.10); FILE MERGED 2008/03/19 10:18:14 od 1.78.10.1: #i87154# method <SwTxtNode::HasVisibleNumberingOrBullet()> 	 Correction of #newlistlevelattrs#: The numbering type has to be 	 checked for bullet lists.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c19e5b1576f324eafbf5274a61f0a0e76ed3963b]

        INTEGRATION: CWS sw30bf02 (1.49.12); FILE MERGED 2008/03/19 11:46:15 fme 1.49.12.1: #i87116# Suppress window invalidation during root frame creation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5963628da181c51d517920a7d98f2f0ea2e81496]

        INTEGRATION: CWS sw30bf02 (1.51.8); FILE MERGED 2008/03/20 09:59:45 mba 1.51.8.1: #i86131#: handle built-in props of document summary info in word import of text

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c723098e29d0859d5a41b269011a26d5e63300f3]

        INTEGRATION: CWS sw30bf02 (1.30.200); FILE MERGED 2008/03/18 12:20:38 ama 1.30.200.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/10 10:50:34 od 1.30.200.1: #i85634# class <SwAccessibleContext> 	 - introduce method <RemoveFrmFromAccessibleMap()> in order to 	   replace direct calls to method <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce member <bRegisteredAtAccessibleMap>, which indicates, 	   if in general the <SwAccessibleContext> instance is registered 	   at the accessible map. This is the default. 	 - usage of <bRegisteredAtAccessibleMap> in method 	   <RemoveFrmFromAccessibleMap()> to control call to 	   <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce method <NotRegisteredAtAccessibleMap> to indicate 	   that a certain instance is not registered at the accessible map. 	 class <SwAccessibleTableColHeaders> 	 - indicate in contructor that instances of this class are NOT 	   registered at the accessible map.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [297a9491ca005d610630f2c40a547faf77072831]

        INTEGRATION: CWS vcl87 (1.1.2); FILE ADDED 2008/03/17 11:42:47 pl 1.1.2.1: #i86904# no logo images for StartCenter contributed by ace_dent

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [441ecb7a3b52e7c2e4d197b67de0009d64e71b43]

        INTEGRATION: CWS sw30bf02 (1.74.8); FILE MERGED 2008/03/19 13:44:03 fme 1.74.8.1: #i55981# off by one problem solved

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e4026f38a195a9a5e31af05020f6a4a449f00c0f]

        INTEGRATION: CWS sw30bf02 (1.41.202); FILE MERGED 2008/03/10 10:50:33 od 1.41.202.1: #i85634# class <SwAccessibleContext> 	 - introduce method <RemoveFrmFromAccessibleMap()> in order to 	   replace direct calls to method <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce member <bRegisteredAtAccessibleMap>, which indicates, 	   if in general the <SwAccessibleContext> instance is registered 	   at the accessible map. This is the default. 	 - usage of <bRegisteredAtAccessibleMap> in method 	   <RemoveFrmFromAccessibleMap()> to control call to 	   <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce method <NotRegisteredAtAccessibleMap> to indicate 	   that a certain instance is not registered at the accessible map. 	 class <SwAccessibleTableColHeaders> 	 - indicate in contructor that instances of this class are NOT 	   registered at the accessible map.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4c2a6f135d37bf909897cad0c4758f74de3a229d]

        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>  [292230d559a9059cf27c1ccdcca664f1e56e4f85]

        INTEGRATION: CWS sw30bf02 (1.56.200); FILE MERGED 2008/03/18 12:20:28 ama 1.56.200.2: RESYNC: (1.56-1.57); FILE MERGED 2008/03/10 10:50:33 od 1.56.200.1: #i85634# class <SwAccessibleContext> 	 - introduce method <RemoveFrmFromAccessibleMap()> in order to 	   replace direct calls to method <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce member <bRegisteredAtAccessibleMap>, which indicates, 	   if in general the <SwAccessibleContext> instance is registered 	   at the accessible map. This is the default. 	 - usage of <bRegisteredAtAccessibleMap> in method 	   <RemoveFrmFromAccessibleMap()> to control call to 	   <SwAccessibleMap::RemoveContext( SwFrm )> 	 - introduce method <NotRegisteredAtAccessibleMap> to indicate 	   that a certain instance is not registered at the accessible map. 	 class <SwAccessibleTableColHeaders> 	 - indicate in contructor that instances of this class are NOT 	   registered at the accessible map.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3f89fbf1cf7a8ae948c44fb2690756f9e593d991]

        INTEGRATION: CWS s390xport01 (1.10.6); FILE MERGED 2008/03/26 12:42:51 cmc 1.10.6.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [84439a0620c39d35dc24bcfe7548f3c61564af42]

        INTEGRATION: CWS sw30bf02 (1.40.60); FILE MERGED 2008/03/18 12:21:31 ama 1.40.60.3: RESYNC: (1.40-1.41); FILE MERGED 2008/03/12 13:20:23 ama 1.40.60.2: #i84546#: Avoid new undo strings 2008/03/06 14:52:57 ama 1.40.60.1: Fix #i84546#: Undo strings for num rule changes

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a498c685e77b022588790b7ec2e568d2e1fbccda]

        INTEGRATION: CWS dbodf11 (1.38.20); FILE MERGED 2008/04/01 11:11:50 oj 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2008/01/31 07:47:46 oj 1.38.20.1: #i85757# as odf 1.2 form

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [be376e53cd0e7303efa083d64510f732a1c4f60a]

        INTEGRATION: CWS s390xport01 (1.179.4); FILE MERGED 2008/03/26 12:41:24 cmc 1.179.4.1: #i87464# add support for s390x and an extra visibility test found during that port

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e7b85deaf8a6b42779741ca76d0222839bc152e9]

        INTEGRATION: CWS sw30bf02 (1.14.32); FILE MERGED 2008/03/20 09:44:00 mba 1.14.32.1: #i86131#: handle built-in props of document summary info in word import of text

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [642207afaad5cf40ceca29cef66f6460b485d342]

        INTEGRATION: CWS dbodf11 (1.1.2); FILE ADDED 2008/04/01 11:05:34 oj 1.1.2.2: add changes from 1.26 2008/01/31 07:48:12 oj 1.1.2.1: #i85757# moved from ui/inc

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3e800103a7105c20b5e5700071889d78de3cb755]

        INTEGRATION: CWS s390xport01 (1.254.4); FILE MERGED 2008/03/26 12:41:24 cmc 1.254.4.1: #i87464# add support for s390x and an extra visibility test found during that port

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e90821722f2f58bdfc500e655fe7a118886f1279]

        INTEGRATION: CWS sw30bf02 (1.6.202); FILE MERGED 2008/03/07 11:55:16 ama 1.6.202.1: Fix #85840#: Undo-string for edit notes

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b6f56979b508de7c368481302a4dd99a711a4b9e]

        INTEGRATION: CWS dbodf11 (1.17.22); FILE MERGED 2008/01/31 07:47:45 oj 1.17.22.1: #i85757# as odf 1.2 form

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9db24e7912fcea8f0e19a477d9f204d92aa261a1]

        INTEGRATION: CWS s390xport01 (1.224.4); FILE MERGED 2008/03/26 12:41:20 cmc 1.224.4.1: #i87464# add support for s390x and an extra visibility test found during that port

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [17b4c54417ae359ae0360f0bfc99ec5fbb8e6993]

        INTEGRATION: CWS dbodf11 (1.4.258); FILE MERGED 2007/02/02 12:09:14 oj 1.4.258.1: export ODF format

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3d0487c639779e964dd11ee26952c23e26fba803]

        INTEGRATION: CWS dbodf11 (1.8.76); FILE MERGED 2007/02/02 12:09:14 oj 1.8.76.1: export ODF format

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [63d022c8aafff8cf74011fd58a8a63c94509c130]

        INTEGRATION: CWS dbodf11 (1.2.22); FILE MERGED 2008/04/01 11:11:33 oj 1.2.22.4: RESYNC: (1.2-1.4); FILE MERGED 2008/01/31 07:47:45 oj 1.2.22.3: #i85757# as odf 1.2 form 2008/01/28 13:16:16 oj 1.2.22.2: use constant 2008/01/28 13:14:04 oj 1.2.22.1: remove duplicate ado entry

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c609d43bc5f625566fce865c2b85c8b721dbc9aa]

        INTEGRATION: CWS s390xport01 (1.1.2); FILE ADDED 2008/03/26 13:04:20 cmc 1.1.2.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3045d768f468eae4cc07eda92d1b95933b8d02c8]

        INTEGRATION: CWS dbodf11 (1.7.86); FILE MERGED 2008/01/31 07:47:45 oj 1.7.86.3: #i85757# as odf 1.2 form 2007/10/22 13:03:09 oj 1.7.86.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/02 12:09:14 oj 1.7.86.1: export ODF format

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bbae79cd71221a14fc1ae731007068a76efbdafb]

        INTEGRATION: CWS dbodf11 (1.14.76); FILE MERGED 2008/04/01 11:11:30 oj 1.14.76.7: RESYNC: (1.17-1.18); FILE MERGED 2008/01/31 07:47:45 oj 1.14.76.6: #i85757# as odf 1.2 form 2008/01/28 12:29:33 oj 1.14.76.5: namespace corrected 2007/12/19 12:49:15 oj 1.14.76.4: RESYNC: (1.16-1.17); FILE MERGED 2007/10/23 11:47:07 oj 1.14.76.3: merge 2007/10/22 13:03:06 oj 1.14.76.2: RESYNC: (1.14-1.16); FILE MERGED 2007/02/02 12:09:13 oj 1.14.76.1: export ODF format

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [553c268bc871f14fa3fa96b8ca496b6091b02a01]

        INTEGRATION: CWS dbodf11 (1.7.22); FILE MERGED 2008/04/02 04:33:27 oj 1.7.22.3: use correct lib name 2008/04/01 11:11:25 oj 1.7.22.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/31 07:47:45 oj 1.7.22.1: #i85757# as odf 1.2 form

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e13adc214a8fbfab51a101d9828893743945f643]

        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>  [923bf8e347b4ae009fe7d2fe88c1b98fa2968630]

        INTEGRATION: CWS dbodf11 (1.31.22); FILE MERGED 2008/01/31 07:47:45 oj 1.31.22.1: #i85757# as odf 1.2 form

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6b64b52355c66adcc58d9fc35278e85d0a202369]

        INTEGRATION: CWS s390xport01 (1.6.2); FILE MERGED 2008/03/26 13:04:20 cmc 1.6.2.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1e52a34b463c746f6bb313fc74e88a48e2b56e47]

        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>  [aa94c3098a26ba6b2b8e4d17009c9cbba0cb7ece]

        INTEGRATION: CWS dbodf11 (1.12.44); FILE MERGED 2008/04/01 11:11:14 oj 1.12.44.2: RESYNC: (1.12-1.14); FILE MERGED 2008/01/31 07:47:45 oj 1.12.44.1: #i85757# as odf 1.2 form

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3ed64381ccc766fb45b75e2339192930e1b3eaa8]

        INTEGRATION: CWS s390xport01 (1.45.10); FILE MERGED 2008/03/26 13:04:19 cmc 1.45.10.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8046a87ecc879651ee9cf344211cdd198a419cab]

        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>  [708b2a9e639c3d2a709d9e0a0356d30c6c29479a]

        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>  [55e28e8d42c648f9670ce3b58f9e71f1be58c03c]

        INTEGRATION: CWS s390xport01 (1.1.2); FILE ADDED 2008/03/26 12:56:28 cmc 1.1.2.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [91d6ff624ac8e296318260aab428f067f2dd6f48]

        INTEGRATION: CWS vcl87 (1.1.4); FILE MERGED 2008/03/17 11:43:37 pl 1.1.4.1: #i86904# no logo images.zip (thanks ause)

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b420d3bc76087841b37d17fbe467aa18eaa9cea4]

        INTEGRATION: CWS s390xport01 (1.19.10); FILE MERGED 2008/03/26 12:56:09 cmc 1.19.10.1: #i87464# add support for s390x and merge sb's LINK changes into the other minor ports

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ae582160d00985be2fb33106f0ee1200e2d35376]

        INTEGRATION: CWS vcl87 (1.2.4); FILE MERGED 2008/03/17 11:43:37 pl 1.2.4.1: #i86904# no logo images.zip (thanks ause)

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [db15a3490fe5e5267ce8c984b6f3a3b1757ecd18]

        INTEGRATION: CWS s390xport01 (1.17.154); FILE MERGED 2008/03/26 12:56:09 cmc 1.17.154.1: #i87464# add support for s390x and merge sb's LINK changes into the other minor ports

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a2aba5ab02b88d8c46bce7e72433e3cb107f51f4]

        INTEGRATION: CWS vcl87 (1.11.38); FILE MERGED 2008/03/12 09:35:55 pl 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/26 16:54:33 pl 1.11.38.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ffa81dbc0353093c20142da5221cd1b47780181d]

        INTEGRATION: CWS s390xport01 (1.2.202); FILE MERGED 2008/03/26 12:56:09 cmc 1.2.202.1: #i87464# add support for s390x and merge sb's LINK changes into the other minor ports

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [198cd1f1983318a0403814a028985155d962bb05]

        INTEGRATION: CWS vcl87 (1.25.38); FILE MERGED 2008/03/12 09:35:58 pl 1.25.38.2: RESYNC: (1.25-1.26); FILE MERGED 2008/02/26 16:54:32 pl 1.25.38.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3bc95259549ee27ce52b74773c6fecf176b6e831]

        INTEGRATION: CWS s390xport01 (1.36.46); FILE MERGED 2008/03/26 12:56:09 cmc 1.36.46.1: #i87464# add support for s390x and merge sb's LINK changes into the other minor ports

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [56d069fd47a5938ef2aa611f855d41fee30f3538]

        INTEGRATION: CWS dbodf11 (1.19.48); FILE MERGED 2007/10/23 11:09:57 oj 1.19.48.3: merge 2007/10/22 13:01:56 oj 1.19.48.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/02 12:10:47 oj 1.19.48.1: some new tokens for db

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fb0df46d7cebef3c4331d033d24812d7e3d0d209]

        INTEGRATION: CWS vcl87 (1.5.184); FILE MERGED 2008/02/26 16:54:32 pl 1.5.184.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9eac7365dccaa1e57e5a47fe92efae14fbabe876]

        INTEGRATION: CWS s390xport01 (1.77.10); FILE MERGED 2008/03/27 08:48:55 cmc 1.77.10.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bb9c4485d5d8ae55b290864f24d4e731c5af74b1]

        INTEGRATION: CWS dbodf11 (1.100.64); FILE MERGED 2008/04/01 11:10:19 oj 1.100.64.4: RESYNC: (1.115-1.123); FILE MERGED 2007/12/19 12:49:02 oj 1.100.64.3: RESYNC: (1.112-1.115); FILE MERGED 2007/10/22 13:01:53 oj 1.100.64.2: RESYNC: (1.100-1.112); FILE MERGED 2007/02/02 12:10:46 oj 1.100.64.1: some new tokens for db

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d78feb9254c3582f9ce453294b9020a84c5bf5d2]

        INTEGRATION: CWS sw30bf02 (1.35.4); FILE MERGED 2008/03/19 08:05:32 od 1.35.4.1: #i86058# Only check explicit versions on UPD.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9d4c939197d528674279e00db235f2870c9c8663]

        INTEGRATION: CWS vcl87 (1.7.88); FILE MERGED 2008/02/26 16:54:32 pl 1.7.88.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [897cb075d06fad86ce1b8c9842b5cb9fafa0195d]

        INTEGRATION: CWS sw30bf02 (1.138.4); FILE MERGED 2008/03/19 08:05:32 od 1.138.4.1: #i86058# Only check explicit versions on UPD.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d7e78cfad2dfd774596661bb9fea2d9b9b8fcbdc]

        INTEGRATION: CWS dbodf11 (1.9.24); FILE MERGED 2008/04/01 11:10:10 oj 1.9.24.3: RESYNC: (1.12-1.20); FILE MERGED 2007/12/19 12:48:59 oj 1.9.24.2: RESYNC: (1.9-1.12); FILE MERGED 2007/10/23 10:42:31 oj 1.9.24.1: merge

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [382f94424019b8e5a223b1d5b42aebf68b9fa1d4]

        INTEGRATION: CWS vcl87 (1.6.128); FILE MERGED 2008/02/26 16:54:32 pl 1.6.128.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [54ef8fcabf47afbd993090022c9b571d77dac52b]

        INTEGRATION: CWS vcl87 (1.22.12); FILE MERGED 2008/02/26 16:54:32 pl 1.22.12.1: #i86358# remove unused code

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [efc83dfc17f5559e59e02f291f2778b62942599e]

        INTEGRATION: CWS s390xport01 (1.2.46); FILE MERGED 2008/03/26 12:42:03 cmc 1.2.46.1: #i87464# add support for s390x

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f24ee9a9ceebc5ebc12e10af30aef4b97062e203]

        #i84791# applied patch

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a4058a122ad3508f4a172e9294ac9bb87b73f3fd]

        #i84791 applied patch

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4b8948bb2f380200df2664116d6ad74ab80c0ca8]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/25 10:01:34 af 1.1.2.5: #i18486# Impress.xcu 2008/01/09 18:36:42 cl 1.1.2.4: #i18486# trigger extension as a job for onDocumentOpened event 2007/11/19 09:51:14 af 1.1.2.3: #i18486# Added various xcu/xcs files. 2007/10/24 15:51:47 af 1.1.2.2: #i18486# Removed unused Impress.xcs. 2007/10/24 12:31:55 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [386d413278b2a28b0010511f3234569dbd79d73a]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/04/02 15:07:13 af 1.1.2.13: #i84791# Changed default for conditional build. 2008/04/02 15:02:16 af 1.1.2.12: #i84791# Conditional build depending on configure options. 2008/02/28 16:57:53 af 1.1.2.11: #i18486# Removed unnecessary PresenterSubController. 2008/02/26 14:53:03 af 1.1.2.10: #i18486# Added PresenterSpritePane 2008/01/23 12:23:05 af 1.1.2.9: #i18486# Moved several files here from the sd project.  Impress.xcs no longer used. 2008/01/09 18:36:42 cl 1.1.2.8: #i18486# trigger extension as a job for onDocumentOpened event 2008/01/07 14:15:59 af 1.1.2.7: #i18486# Using licinserter for choosing the right set of licenses. 2007/12/14 09:38:39 af 1.1.2.6: #i18486# Resolved resync problems. 2007/11/19 09:50:21 af 1.1.2.5: #i18486# Added PresenterProtocolHandler class and xcu/xcs files. 2007/10/25 07:54:54 af 1.1.2.4: #i18486# Added description.xml to ZIP1DEPS. 2007/10/24 15:51:18 af 1.1.2.3: #i18486# Fixed ZIP1DEPS target. 2007/10/24 12:37:00 af 1.1.2.2: #i18486# Removed unused Impress.xcs 2007/10/24 12:30:51 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8e18607966f4d014cc788e98dbca21c009921982]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/10/24 12:32:07 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5b516e8db512a2ddbbd75d8e850e8476781432bc]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/07 14:13:37 af 1.1.2.3: #i18486# Using licinserter for choosing the right set of licenses. 2007/11/19 09:49:24 af 1.1.2.2: #i18486# Fixed namespace in dependencies list. 2007/10/24 12:31:41 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [82fc5aaeeba80f6c7654b81d196c00bdb9b1b192]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/10/24 13:10:08 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3a53c219b7ca1d471b2b85164a7638acc60e4524]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:38:57 af 1.1.2.8: #i18486# Added support for animated panes. 2008/01/29 14:47:29 af 1.1.2.7: #i18486# Border painter moved from window manager to PresenterController. 2008/01/23 12:21:36 af 1.1.2.6: #i18486# Use rtl::Reference to have direct access to border painter. 2008/01/21 15:37:55 af 1.1.2.5: #i18486# Moved several class from sd to sdext. 2007/12/12 15:58:55 af 1.1.2.4: #i18486# Taking advantage of all children using the same canvas for rendering. 2007/11/19 09:46:10 af 1.1.2.3: #i18486# Implementing focus listener. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:29:14 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [54752765148a63c550f02353f5c1f158e144d15b]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:15:25 af 1.1.2.11: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/27 09:11:10 af 1.1.2.10: #i18486# Resolved resync problems. 2008/02/26 15:38:48 af 1.1.2.9: #i18486# Added support for animated panes. 2008/01/29 14:47:09 af 1.1.2.8: #i18486# Border painter moved from window manager to PresenterController. 2008/01/24 09:47:40 af 1.1.2.7: #i18486# Fixed usage of clip rectangles. 2008/01/23 15:21:16 af 1.1.2.6: #i18486# Fixed Linux compilation problems. 2008/01/23 12:22:15 af 1.1.2.5: #i18486# Use rtl::Reference to have direct access to border painter. 2008/01/21 15:36:02 af 1.1.2.4: #i18486# Moved several class from sd to sdext. 2007/12/12 16:00:34 af 1.1.2.3: #i18486# Taking advantage of all children using the same canvas for rendering. 2007/11/19 09:48:29 af 1.1.2.2: #i18486# Implementing focus listener. 2007/10/24 12:29:02 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [37c436043573c9e11f5cc3becd8875808b41bc0d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:35:04 af 1.1.2.4: #i18486# Replaced PresenterSlideSorterView with PresenterSlideSorter. 2008/01/21 15:31:12 af 1.1.2.3: #i18486# Code cleanup. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:26:33 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b561e658ebed8cfcfd18dc90bd25de9134341fb3]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:15:25 af 1.1.2.11: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/26 15:35:43 af 1.1.2.10: #i18486# Replaced PresenterSlideSorterView with PresenterSlideSorter. 2008/01/30 15:09:07 af 1.1.2.9: #i18486# Fixed repainting of the preview. 2008/01/23 15:21:16 af 1.1.2.8: #i18486# Fixed Linux compilation problems. 2008/01/21 15:33:01 af 1.1.2.7: #i18486# Code cleanup. 2008/01/09 18:36:57 cl 1.1.2.6: #i18486# use new slideshow api 2007/12/12 15:55:26 af 1.1.2.5: #i18486# Code cleanup. 2007/11/19 09:45:33 af 1.1.2.4: #i18486# Passing XComponentContext to some more view constructors. 2007/10/25 09:51:08 af 1.1.2.3: #i18486# Avoid IndexOutOfBoundsException. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:26:56 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [40427a71e22ae43dd857b64a56e4a3516b13d805]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:33:48 af 1.1.2.6: #i18486# Factored out management of theme bitmaps to PresenterBitmapContainer. 2008/01/30 11:54:44 af 1.1.2.5: #i18486# Added guards againts missing canvas. 2008/01/21 15:28:28 af 1.1.2.4: #i18486# Using PresenterHelper for loading bitmaps.  Code cleanup. 2007/12/12 15:32:45 af 1.1.2.3: #i18486# Using canvas for rendering. 2007/11/19 09:44:01 af 1.1.2.2: #i18486# Added isAnchorOnly() method.  Added initial theming support. 2007/10/24 12:24:50 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [775a3213c55becc6cd2943bd6bb770dd7e87c946]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:34:21 af 1.1.2.8: #i18486# Factored out management of theme bitmaps to PresenterBitmapContainer. 2008/01/30 11:54:28 af 1.1.2.7: #i18486# Added guards againts missing canvas. 2008/01/21 15:26:59 af 1.1.2.6: #i18486# Using PresenterHelper for loading bitmaps.  Code cleanup. 2008/01/09 18:36:57 cl 1.1.2.5: #i18486# use new slideshow api 2007/12/14 09:38:39 af 1.1.2.4: #i18486# Resolved resync problems. 2007/12/12 15:31:19 af 1.1.2.3: #i18486# Using canvas for rendering. 2007/11/19 09:44:32 af 1.1.2.2: #i18486# Added isAnchorOnly() method.  Added initial theming support. 2007/10/24 12:25:07 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [97b9b3308bcd402b860e194b88388c0acc70e36e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/23 12:19:19 af 1.1.2.2: #i18486# Canvas can be supplied after PresenterTheme object has been created.  Give direct access to pane and view style names. 2008/01/21 15:55:32 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [405451ce720564a936341ca24868a8ba1138ea5f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/23 12:20:35 af 1.1.2.2: #i18486# Canvas can be supplied after PresenterTheme object has been created.  Give direct access to pane and view style names. 2008/01/21 15:56:14 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [53df1d98b9d1a5843beee1c8a668be5b9fa49d12]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:10 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:35:25 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [31bef27063bc75bdc9e5362a75cb6c1c796767a6]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:35:42 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bc3c90a6730750c42df55ae9e3ba2170d70da462]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:32:42 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [674bc63d4ed4766693884658db16591cb6d9c9dc]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:32:59 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1695912dc772dfa8e4628b505c6b97b8ac25fbb4]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:25:54 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a0884c69004fbc7b595f4ab5474b045629ebf0c2]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:25:40 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [92fc891fcd4695f3520e322fac069c839ce7b115]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:31:32 af 1.1.2.6: #i18486# Added ForceRepaint() method. 2008/01/30 15:08:28 af 1.1.2.5: #i18486# Fixed repainting of the preview. 2008/01/24 09:46:16 af 1.1.2.4: #i18486# Remember background polygon. 2007/12/12 15:28:08 af 1.1.2.3: #i18486# Code cleanup. 2007/11/19 09:42:49 af 1.1.2.2: #i18486# Added isAnchorOnly() method. 2007/10/24 12:17:19 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2f93f42c3b95ffaad6386b7987d5441c2223ece7]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:32:12 af 1.1.2.8: #i18486# Added ForceRepaint() method. 2008/01/30 15:07:11 af 1.1.2.7: #i18486# Fixed repainting of the preview. 2008/01/24 09:46:59 af 1.1.2.6: #i18486# Remember background polygon. 2008/01/23 12:09:25 af 1.1.2.5: #i18486# Make use of XPresenterHelper. 2008/01/09 18:36:57 cl 1.1.2.4: #i18486# use new slideshow api 2007/12/12 15:26:51 af 1.1.2.3: #i18486# Code cleanup. 2007/11/19 09:43:13 af 1.1.2.2: #i18486# Added isAnchorOnly() method. 2007/10/24 12:17:06 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0e6997e3c77cf6bbe9d0df0d1c341621fdbb80cd]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/30 11:52:17 af 1.1.2.5: #i18486# Added mxPane member.  Demoted mxCanvas from XSpriteCanvas to XCanvas. 2007/12/12 15:20:38 af 1.1.2.4: #i18486# Using canvas for rendering. 2007/11/19 09:41:30 af 1.1.2.3: #i18486# Added isAnchorOnly() method. 2007/10/25 09:54:45 af 1.1.2.2: #i18486# Removed meSlide member. 2007/10/24 12:15:05 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2cd7e62fefac42c34feae3a02d4572e2aaedb5fb]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/30 15:06:20 af 1.1.2.7: #i18486# Avoid re-creation of preview bitmap when only its position but not its size changes. 2008/01/30 11:53:12 af 1.1.2.6: #i18486# Added mxPane member.  Demoted mxCanvas from XSpriteCanvas to XCanvas. 2008/01/21 15:10:00 af 1.1.2.5: #i18486# Code cleanup. 2007/12/12 15:23:36 af 1.1.2.4: #i18486# Using canvas for rendering. 2007/11/19 09:42:08 af 1.1.2.3: #i18486# Added isAnchorOnly() method. 2007/10/25 09:53:57 af 1.1.2.2: #i18486# Removed meSlide member. 2007/10/24 12:14:53 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5fd0b93a6972e1115e7881864f8c35bab65351bf]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:23:53 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4a4653189dc2413b1de04189200b30a2a16888a5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:23:39 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7b6a008fb4f09e3c76db637d2d4f2d1bb8a8132f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:29:26 af 1.1.2.7: #i18486# Code cleanup. 2008/01/21 15:06:53 af 1.1.2.6: #i18486# Initialization changed.  Uses XJob interface. 2008/01/09 18:36:57 cl 1.1.2.5: #i18486# use new slideshow api 2007/12/12 15:17:50 af 1.1.2.4: #i18486# Code cleanup. 2007/11/19 09:40:54 af 1.1.2.3: #i18486# Deactivating Impress panes explicitly. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:06:16 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b553f8a7430ff52df5f6d8ebfb46cbdbbf290ac4]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/03 15:36:32 af 1.1.2.11: #i18486# Do not hide existing panes or views. 2008/02/28 16:15:25 af 1.1.2.10: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/12 10:22:08 af 1.1.2.9: #i18486# Avoid access to sd dll when not necessary. 2008/01/24 09:45:32 af 1.1.2.8: #i18486# Passing component context to constructor of PresenterPaneContainer. 2008/01/23 15:21:16 af 1.1.2.7: #i18486# Fixed Linux compilation problems. 2008/01/23 12:02:49 af 1.1.2.6: #i18486# Removed mxPresentationViewResourceId member. 2008/01/21 15:07:48 af 1.1.2.5: #i18486# Initialization changed.  Uses XJob interface. 2008/01/09 18:36:57 cl 1.1.2.4: #i18486# use new slideshow api 2007/12/12 15:18:59 af 1.1.2.3: #i18486# Code cleanup. 2007/11/19 09:40:19 af 1.1.2.2: #i18486# Moved some frequently used drawing framework strings to PresenterHelper.  Deactivating Impress panes explicitly. 2007/10/24 12:06:28 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [03c1ca8b83e64d846d5c1f03aab5b55ec0da462c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/19 09:28:58 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5344afd62abcbb687be635385caf9984e755ea20]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/14 09:38:39 af 1.1.2.2: #i18486# Resolved resync problems. 2007/11/19 09:29:11 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ff3dc02e6bf2b6bac84f967b3333a3dfd8462d89]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:28:53 af 1.1.2.4: #i18486# Added support for sprite panes. 2008/01/21 14:56:46 af 1.1.2.3: #i18486# Code cleanup. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:09:57 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2d8feda621a6513986c8b33578172e5a09301915]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:28:38 af 1.1.2.9: #i18486# Added support for sprite panes. 2008/01/29 14:41:01 af 1.1.2.8: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/23 15:21:16 af 1.1.2.7: #i18486# Fixed Linux compilation problems. 2008/01/23 12:00:25 af 1.1.2.6: #i18486# Releasing a pane disposes the border window and removes it from pane container. 2008/01/21 14:58:03 af 1.1.2.5: #i18486# Code cleanup. 2007/12/12 15:28:51 af 1.1.2.4: #i18486# Code cleanup. 2007/11/19 09:38:17 af 1.1.2.3: #i18486# Code cleanup. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 12:10:10 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8b50be41bab3afd71cad8b2e3fbc60dd6b87fa81]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:15:25 af 1.1.2.7: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/26 15:13:11 af 1.1.2.6: #i18486# Panes are stored as rtl References.  Added activation state, access to sprites for each pane. 2008/01/24 09:44:50 af 1.1.2.5: #i18486# Using XPresenterHelper to improve ToTop(). 2008/01/21 14:54:58 af 1.1.2.4: #i18486# Support of border windows separated from the panes. 2007/12/14 09:38:39 af 1.1.2.3: #i18486# Resolved resync problems. 2007/12/12 15:13:31 af 1.1.2.2: #i18486# Added ToTop() and Find() variant.  Listening for disposing of windows. 2007/10/24 12:00:40 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b0e1ec3d6e1a92f46287d7684af5bf199986f5a3]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/03 17:17:58 af 1.1.2.8: #i18486# Fixed StorePane to returns the right pane. 2008/02/28 16:15:25 af 1.1.2.7: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/26 15:13:45 af 1.1.2.6: #i18486# Panes are stored as rtl References.  Added activation state, access to sprites for each pane. 2008/01/24 09:44:34 af 1.1.2.5: #i18486# Using XPresenterHelper to improve ToTop(). 2008/01/21 14:53:13 af 1.1.2.4: #i18486# Support of border windows separated from the panes. 2007/12/14 09:38:39 af 1.1.2.3: #i18486# Resolved resync problems. 2007/12/12 15:15:41 af 1.1.2.2: #i18486# Added ToTop() and Find() variant.  Listening for disposing of windows. 2007/10/24 12:00:27 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ed4653ebd6b9066a38027517323607e941923aed]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/26 15:37:44 cl 1.1.2.3: added missing interface methods 2008/01/23 11:57:02 af 1.1.2.2: #i18486# Adaption to changes in the XPaneBorderPainter interface. 2008/01/21 15:47:24 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [dcdd74efa08ddf80d1333fb39e93a5c4bfefe2c6]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/26 15:37:44 cl 1.1.2.5: added missing interface methods 2008/02/26 15:11:43 af 1.1.2.4: #i18486# Code cleanup. 2008/01/24 09:43:15 af 1.1.2.3: #i18486# Code cleanup. 2008/01/23 11:58:32 af 1.1.2.2: #i18486# Adaption to changes in the XPaneBorderPainter interface. 2008/01/21 15:48:12 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e10038fcef1dca982c90e733dcc60c9a165ce631]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 15:40:34 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [da9acaf848c36deb03ccdacf664b84c59992abbe]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:10:30 af 1.1.2.3: #i18486# Removed OSL_TRACEs. 2008/01/23 15:16:53 af 1.1.2.2: #i18486# Fixed Linux compilation problems. 2008/01/21 15:41:19 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a1d83436aaee9642ed0e1d610179fecf4e24c2da]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:18:29 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cae42307c6c6a58a1bbae827d846d300652013bc]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/26 15:37:44 cl 1.1.2.2: added missing interface methods 2008/02/26 16:18:46 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d0362d11fa74b33bf63b72ea2a650bd97e2af3c2]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:17:21 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cdef2dc05b53fe6737a4da604764982777f686a5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:15:24 af 1.1.2.3: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:17:44 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0a7be25f092df96c48304b1fc37eeb48d47e7a81]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:09:16 af 1.1.2.2: #i18486# Factored out base class PresenterPaneBase. 2008/01/21 15:43:34 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [06c6d2ec935f8d7720164f02bd946048fe8fc72c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:09:42 af 1.1.2.3: #i18486# Factored out base class PresenterPaneBase. 2008/01/29 14:39:05 af 1.1.2.2: #i18486# Code cleanup. 2008/01/21 15:43:54 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [feb5fb2eb21178a5b40af1ca3585b1afec739f7c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:07:00 af 1.1.2.6: #i18486# Added vertical scroll bar. 2008/01/21 14:50:40 af 1.1.2.5: #i18486# Added vertical scrolling. 2007/12/12 15:44:52 af 1.1.2.4: #i18486# Using canvas and PresenterTextView for rendering. 2007/11/19 09:37:11 af 1.1.2.3: #i18486# Added isAnchorOnly() method.  Added XComponentContext argument to constructor, storing it as member. 2007/10/24 13:12:20 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 11:56:13 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [af2cad61832c118f872d6d29c545362ccedbd9f4]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:55:22 af 1.1.2.7: #i18486# Scroll bar is updated when font size changes. 2008/02/27 09:11:09 af 1.1.2.6: #i18486# Resolved resync problems. 2008/02/26 15:08:31 af 1.1.2.5: #i18486# Added vertical scroll bar. 2008/01/21 14:49:00 af 1.1.2.4: #i18486# Added vertical scrolling. 2007/12/12 15:46:58 af 1.1.2.3: #i18486# Using canvas and PresenterTextView for rendering. 2007/11/19 09:37:37 af 1.1.2.2: #i18486# Added isAnchorOnly() method.  Added XComponentContext argument to constructor, storing it as member. 2007/10/24 11:56:27 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [75a1099d9580845c70b039c27a0cfdb9f630d82e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/23 11:51:52 af 1.1.2.5: #i18486# Added strings for the default pane and view style. 2008/01/09 18:36:57 cl 1.1.2.4: #i18486# use new slideshow api 2007/12/12 15:10:06 af 1.1.2.3: #i18486# Code cleanup. 2007/11/19 09:33:30 af 1.1.2.2: #i18486# Added frequently used strings of the drawing framework. 2007/10/24 11:49:41 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [edd089cf40cc38b3597a0aa7a8461507b20a6458]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/23 11:53:24 af 1.1.2.4: #i18486# Added strings for the default pane and view style. 2008/01/09 18:36:57 cl 1.1.2.3: #i18486# use new slideshow api 2007/11/19 09:34:03 af 1.1.2.2: #i18486# Added frequently used strings of the drawing framework. 2007/10/24 11:49:52 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0cf14d5f634d00fda214e5e603542a7bf3849f1f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:05:44 af 1.1.2.6: #i18486# Added ProvideCanvas(). 2008/01/23 11:49:33 af 1.1.2.5: #i18486# Code cleanup. 2007/12/12 15:39:42 af 1.1.2.4: #i18486# Removed support for background bitmap. 2007/12/12 15:08:19 af 1.1.2.3: #i18486# Changed the painting of the content window. 2007/11/19 09:31:45 af 1.1.2.2: #i18486# Added isAnchorOnly() method.  Added XComponentContext argument to constructor, storing it as member. 2007/10/24 11:50:48 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f237718a6d99304e230d67007914d9e92b16ec1f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:06:28 af 1.1.2.7: #i18486# Added ProvideCanvas(). 2008/01/23 15:16:53 af 1.1.2.6: #i18486# Fixed Linux compilation problems. 2008/01/23 11:47:39 af 1.1.2.5: #i18486# Code cleanup. 2007/12/12 15:39:18 af 1.1.2.4: #i18486# Removed support for background bitmap. 2007/12/12 15:06:41 af 1.1.2.3: #i18486# Changed the painting of the content window. 2007/11/19 09:32:24 af 1.1.2.2: #i18486# Added isAnchorOnly() method.  Added XComponentContext argument to constructor, storing it as member. 2007/10/24 11:50:35 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3a2cfefd529482ca42da1db9fb54f09681977b25]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:04:29 af 1.1.2.3: #i18486# Added Intersection(), IsInside(), CreatePolygon() variant. 2008/01/23 10:59:55 af 1.1.2.2: #i18486# Added CreatePolygon() method for multiple rectangles. 2008/01/21 15:51:43 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e45fd0752afc52e9aa2d6195d0698a1e5de04f01]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 15:05:08 af 1.1.2.3: #i18486# Added Intersection(), IsInside(), CreatePolygon() variant. 2008/01/23 11:00:19 af 1.1.2.2: #i18486# Added CreatePolygon() method for multiple rectangles. 2008/01/21 15:54:02 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [32a9cf504ebdea5ba336d3c35e68661ef68e2e65]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:15:47 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6be398c9f1cb7a4d48d1acf333acf34fe8e5a21f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:11:09 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 16:16:00 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f586d3d585a5bdcf0e4ea487d9819ad575a342b3]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:36:57 cl 1.1.2.3: #i18486# use new slideshow api 2007/12/14 09:38:38 af 1.1.2.2: #i18486# Resolved resync problems. 2007/10/24 11:45:12 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6496e5e2c8272c23e3b6b99bf16b9ff6b6579460]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:36:57 cl 1.1.2.2: #i18486# use new slideshow api 2007/10/24 11:45:24 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d479afc12915c912f6cc4e07ee0a1d7ffb0976b7]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:15:24 af 1.1.2.8: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/26 15:02:26 af 1.1.2.7: #i18486# Added support for pane animations, background bitmaps. 2008/01/29 14:37:25 af 1.1.2.6: #i18486# Border painter moved from window manager to PresenterController. 2008/01/21 14:42:35 af 1.1.2.5: #i18486# PresenterTheme is not a UNO object anymore. 2008/01/09 18:36:57 cl 1.1.2.4: #i18486# use new slideshow api 2007/12/12 15:04:17 af 1.1.2.3: #i18486# Added ToggleSlideSorter() method. 2007/10/24 13:12:19 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 11:44:01 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2565c9de4b9f0db6c986fd47e9063f71151b252d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 17:08:28 af 1.1.2.14: #i18486# Hide the slide sorter when the current slide changes. 2008/02/28 16:57:52 af 1.1.2.13: #i18486# Removed unnecessary PresenterSubController. 2008/02/28 16:15:24 af 1.1.2.12: #i18486# Find... methods of pane container now return SharedPaneDescriptor. 2008/02/26 15:02:00 af 1.1.2.11: #i18486# Added support for pane animations, background bitmaps. 2008/01/30 15:03:02 af 1.1.2.10: #i18486# Code cleanup. 2008/01/29 14:37:53 af 1.1.2.9: #i18486# Border painter moved from window manager to PresenterController. 2008/01/24 09:42:05 af 1.1.2.8: #i18486# Check for existence of mxSlideShowController. 2008/01/23 10:58:42 af 1.1.2.7: #i18486# Use default view style when no view style is explicitly defined in the configuration. 2008/01/21 14:40:42 af 1.1.2.6: #i18486# PresenterTheme is not a UNO object anymore.  Explicitly dispose some members in dispose(). 2008/01/09 18:36:57 cl 1.1.2.5: #i18486# use new slideshow api 2007/12/14 09:38:38 af 1.1.2.4: #i18486# Resolved resync problems. 2007/12/12 14:59:43 af 1.1.2.3: #i18486# Added ToggleSlideSorter() method. 2007/11/19 09:30:45 af 1.1.2.2: #i18486# Added initial support for slide sorter overlay pane. 2007/10/24 11:43:49 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fd3836ed69626c5513f6f40ec1dbdd5494a8a032]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/19 09:27:29 af 1.1.2.2: #i18486# Added XComponentContext argument to constructor.  Storing it as member. 2007/10/24 11:42:23 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9e0d410b14dbcdfb195084489fa7fafd7a246201]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/14 09:38:38 af 1.1.2.4: #i18486# Resolved resync problems. 2007/11/19 09:28:07 af 1.1.2.3: #i18486# Added XComponentContext argument to constructor.  Storing it as member. 2007/10/24 13:12:19 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 11:42:11 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3c321610011760f6818c8f5c2c8f2c5a3c5f6ef6]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 14:33:50 af 1.1.2.3: #i18486# GetConfigurationNode accepts empty path to node. 2007/11/19 09:25:50 af 1.1.2.2: #i18486# Made GetConfigurationNode(,) static.  Added Find() method. 2007/10/24 11:41:26 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [19df9515a3e2239c05802333c3856c81eaa6fabf]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 14:33:04 af 1.1.2.3: #i18486# GetConfigurationNode accepts empty path to node. 2007/11/19 09:26:17 af 1.1.2.2: #i18486# Made GetConfigurationNode(,) static.  Added Find() method. 2007/10/24 11:41:14 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [daa9af12d84a0b201f9986d57ba5df831e5fe119]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/14 09:38:38 af 1.1.2.2: #i18486# Resolved resync problems. 2007/10/24 12:30:27 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d0a94721ee02610d402b55ee3fa2ed5a91e742d6]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 14:58:06 af 1.1.2.4: #i18486# Added PresenterSpritePane 2008/01/21 14:32:00 af 1.1.2.3: #i18486# Added PresenterPane and PresenterPaneBorderManager. 2007/11/19 09:24:48 af 1.1.2.2: #i18486# Added PresenterProtocolHandler. 2007/10/24 12:29:51 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e76074e33df4428a7f0f20cb3e51c24dee040a14]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/12 14:54:19 af 1.1.2.4: #i18486# Improved use of the XCanvas. 2007/11/19 09:23:15 af 1.1.2.3: #i18486# Added isAnchorOnly() method to XResource interface. 2007/10/25 10:11:58 af 1.1.2.2: #i18486# Made display of seconds a global attribute. 2007/10/24 11:39:29 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8f092d9fd8eab436eb3d3f5364e5dd9af01012b5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 14:54:49 af 1.1.2.8: #i18486# Prevent AnalogBitmapPainter from crashing when bitmaps are missing. 2008/01/29 14:35:51 af 1.1.2.7: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/23 10:56:23 af 1.1.2.6: #i18486# Adding poor-mans antialiasing. 2007/12/12 14:53:45 af 1.1.2.5: #i18486# Improved use of the XCanvas. 2007/11/19 09:24:06 af 1.1.2.4: #i18486# Added isAnchorOnly() method to XResource interface.  Added simple theming. 2007/10/25 10:11:39 af 1.1.2.3: #i18486# Made display of seconds a global attribute. 2007/10/24 13:12:19 af 1.1.2.2: #i18486# Fixed inital compilation problems. 2007/10/24 11:39:42 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [47330cb8eae678a332c30edf691ad9c3f73d13cc]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:10:43 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b56e182db90df654eb6f45c0b98c83dc27b4f4ca]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:11:02 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cedbbf9bcce05c3fb86bca9baab0530700c5db1e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:04:52 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f5f98003089a1ddcc1946833874348b86991a28c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:04:38 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [76d42b4da7d3ca68e4fcfe0b4cd397bb00f80d6d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:00:44 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b47ad04e2dbab17bda9d3ff392a356b8a3a2883d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 16:01:04 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f20d98291722410a837a9a382d520ac39ffaccbd]

        INTEGRATION: CWS presenterview (1.7.2); FILE MERGED 2008/04/02 15:08:53 af 1.7.2.2: #i84791# Changed default for conditional build. 2008/04/02 14:59:31 af 1.7.2.1: #i84791# Conditional build depending on configure options.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d2fbb2733b91f8ff6ceb560182dfc62745740829]

        INTEGRATION: CWS presenterview (1.2.4); FILE MERGED 2007/10/24 12:38:55 af 1.2.4.1: #i18486# Added presenter-screen extension.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [359b3163fe476ba243ceb2e88156a5845308fe29]

        INTEGRATION: CWS presenterview (1.3.4); FILE MERGED 2007/12/14 09:38:38 af 1.3.4.3: #i18486# Resolved resync problems. 2007/12/13 10:31:33 af 1.3.4.2: RESYNC: (1.3-1.6); FILE MERGED 2007/10/24 12:38:55 af 1.3.4.1: #i18486# Added presenter-screen extension.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [edf3f23909cd1491aace795a57ed72116cb3e8e4]

        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>  [f2b4f7bc5be9f0cc3718ed88e18ba41b48e97288]

        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>  [b13e331c52176da50070f74a2cd7539bf658d4d4]

        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>  [f44e48b2ce28f1df7e264fa6ed04bb682b882ec3]

        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>  [bb453dd59d9de67cda92ef2858be6d34273beefe]

        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>  [ef4c9179e238b8507f66301af1803cbd1934e5f3]

        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>  [eb03395d268229155da305d39d87436ffa9382d4]

        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>  [aab79df7c58aafdf3d8f86ccede3bfba656e547e]

        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>  [7efae57c06b87ed45b6f1e5bdc5466f37f51d0ad]

        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>  [675420b402cb9cdf8880f08f4cda3287abc856df]

        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>  [4bf12cba85869110be8b65042e4cf327503e2852]

        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>  [6b5b23a68aa745f12ba7a630c14208eedc40674c]

        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>  [ddcfa3dd9d4411699dd73a0c5781e35f62929eb8]

        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>  [bb9f83787197fbc3b8da1ff3e0229a791a8d6871]

        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>  [f7be39169fef0823e04f556cc9c9fdcda34d8685]

        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>  [605319a871a0ec9df954ee43ccda4e25eb09cb14]

        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>  [33e3e4369fa5aaf28375c7fd4fa440709bfd74ce]

        INTEGRATION: CWS presenterview (1.8.6); FILE MERGED 2008/03/26 10:48:59 cl 1.8.6.2: RESYNC: (1.8-1.10); FILE MERGED 2008/01/09 18:14:04 cl 1.8.6.1: #i15900# moved slideshow api to offapi

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b05a9213af43f9f4880068287d3ebc1502681266]

        INTEGRATION: CWS presenterview (1.8.4); FILE MERGED 2008/01/09 18:11:26 cl 1.8.4.2: #i15900# moved slideshow api to offapi 2007/10/12 14:00:33 cl 1.8.4.1: #i40844# add notifySlideTransitionStarted()

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6fa7f2a262cc3a7a943cd744924429a110ec2bee]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:11:45 cl 1.1.2.1: #i15900# moved slideshow api to offapi

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d16ba2f2561f8aa22da9c7bb10058ee55c817f04]

        INTEGRATION: CWS presenterview (1.5.2); FILE MERGED 2008/02/26 09:05:07 af 1.5.2.5: RESYNC: (1.6-1.7); FILE MERGED 2008/01/11 14:15:06 cl 1.5.2.4: notify endEvent also on frozen 2008/01/09 18:11:56 cl 1.5.2.3: #i15900# moved slideshow api to offapi 2007/12/13 10:30:50 af 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/12 14:03:09 cl 1.5.2.1: #i40844# add notifySlideTransitionStarted and animation events

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7a652a043d3604028dd1c17c0cff30006ff01156]

        INTEGRATION: CWS presenterview (1.9.6); FILE MERGED 2007/12/13 12:36:21 af 1.9.6.1: #i18486# Added b2drange include.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8d411d0d043083a7c2b14d109bb7b84864626776]

        INTEGRATION: CWS presenterview (1.15.6); FILE MERGED 2008/01/09 18:11:56 cl 1.15.6.1: #i15900# moved slideshow api to offapi

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5514fc00bdc977ebb3eaef8ce5610d48324b2404]

        INTEGRATION: CWS presenterview (1.13.4); FILE MERGED 2008/01/11 14:13:51 cl 1.13.4.3: check if view is still available to prevent possible gpf 2008/01/09 18:11:56 cl 1.13.4.2: #i15900# moved slideshow api to offapi 2007/10/12 14:01:31 cl 1.13.4.1: #i40844# add notifySlideTransitionStarted()

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b1ccee455fdbfe0db2ca7eaecbd5f19473c1f7e1]

        INTEGRATION: CWS presenterview (1.7.10); FILE MERGED 2008/03/26 10:48:55 cl 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/09 18:06:59 cl 1.7.10.1: #i15900# moved slideshow api to offapi

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [daea7c40ae7c8a9a6bea586e60bdfff2841f0803]

        INTEGRATION: CWS presenterview (1.13.60); FILE MERGED 2008/01/09 18:24:23 cl 1.13.60.2: #i15900# moved slideshow api to offapi 2007/02/27 09:04:51 cl 1.13.60.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ef3eb684e2babd8d85ce79075c4af5e800b9b985]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:21:35 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/12/13 13:28:20 cl 1.1.4.1: file XTransitionFactory.idl was added on branch cws_src680_presenterview on 2008-01-09 18:21:35 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9839af909a1b76510f810d6f230cafb1d63c4dbe]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:21:25 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/12/13 13:28:06 cl 1.1.4.1: file XTransition.idl was added on branch cws_src680_presenterview on 2008-01-09 18:21:25 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fb5ffefcdee1ab20571adfd62e6f250fb05e46fd]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:21:11 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/11/14 12:16:57 cl 1.1.4.1: file XSlideShowView.idl was added on branch cws_src680_presenterview on 2008-01-09 18:21:11 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [95945d41e0c5acf5aaf8ed142ab16967193385af]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:21:01 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/11/14 12:17:25 cl 1.1.4.1: file XSlideShowListener.idl was added on branch cws_src680_presenterview on 2008-01-09 18:21:01 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a3071747ec4c5990eb5d7f460959f79234c6600b]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:24:23 cl 1.1.2.3: #i15900# moved slideshow api to offapi 2007/03/21 15:32:24 cl 1.1.2.2: #i71351# added XIndexAccess for slides in presentation and XComponent 2007/02/27 08:58:42 cl 1.1.2.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4c624fb8b7c7495017e24107185db7ad9e56529f]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:20:51 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/11/14 12:17:15 cl 1.1.4.1: file XSlideShow.idl was added on branch cws_src680_presenterview on 2008-01-09 18:20:51 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ce6e02a5d89d5987d29278be27723b76d9d22c65]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:20:39 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/11/14 12:17:06 cl 1.1.4.1: file XShapeEventListener.idl was added on branch cws_src680_presenterview on 2008-01-09 18:20:39 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e090c32ecad0360baf22f227ec7845c9611bbf52]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:17:08 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/12/11 14:47:29 cl 1.1.4.1: file XPresentation2.idl was added on branch cws_src680_presenterview on 2008-01-09 18:17:08 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a803f0937e347e25376cb62edf6fb0fdbca5aa19]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/09 18:16:58 cl 1.1.4.2: #i15900# moved slideshow api to offapi 2007/12/11 14:47:40 cl 1.1.4.1: file Presentation2.idl was added on branch cws_src680_presenterview on 2008-01-09 18:16:58 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d662f725c5bd211792ef68628454197475b4c31b]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2008/01/21 10:00:18 af 1.2.24.2: #i18486# Added XPaneBorderPainter. 2007/06/11 09:21:41 af 1.2.24.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [27c59a5da40548e3017bf03324960b6eb7bff7d0]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2007/06/11 09:21:41 af 1.2.24.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e3eaa121f8086771003a1ffc2c74be49ef47c80f]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2008/02/26 09:04:39 af 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/11 09:21:41 af 1.2.24.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2a931d0aad457ee816f2057b186f6d12cf7c562e]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2008/01/21 09:59:47 af 1.2.24.3: #i18486# Added getFullResourceURL. 2007/12/12 14:06:47 af 1.2.24.2: #i18486# Made documentation of compareTo() more specific. 2007/06/11 09:21:41 af 1.2.24.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [73d81a1a79902a88f1f1dc8b1ac38b251932f065]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/06/11 09:21:08 af 1.1.2.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b64e0cc49060131990642e74917064ebf971bc3e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/06/11 09:20:58 af 1.1.2.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [296a9690f151032f8092b47e9aa29f423f7cf58b]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2007/12/12 14:05:35 af 1.2.24.2: #i18486# Added isAnchorOnly() method. 2007/06/11 09:21:41 af 1.2.24.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7f76cdfd48df944ba83f8185c8a9c948b7c40753]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/25 15:39:46 af 1.1.2.2: #18486# Add support for a callout. 2008/01/21 09:54:39 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5a3e9fc1dd19bb0489e1f12fd6c50e9321356bf8]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2007/12/12 14:02:52 af 1.2.24.1: #i18486# Made comment in getResources() more specific.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cf7c3154dd22f6d8dee9f69e6a9b5db5219680d6]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/06/11 09:20:48 af 1.1.2.1: #i18486# Removed unnecessary interfaces.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [39e199c78b1562bc596718b2c03a4eb947e8b9cf]

        INTEGRATION: CWS presenterview (1.2.24); FILE MERGED 2007/09/12 09:08:33 af 1.2.24.2: #i18486# Added a link to the wiki page of the drawing framework. 2007/09/12 08:49:50 af 1.2.24.1: #i18486# Fixed a typo.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [65b49c6355d987f8053a3fc52d41f6505e784efc]

        INTEGRATION: CWS presenterview (1.26.60); FILE MERGED 2008/03/26 10:48:31 cl 1.26.60.7: RESYNC: (1.27-1.28); FILE MERGED 2008/02/25 16:03:36 af 1.26.60.6: #i18486# Added XSlidePreviewCache. 2008/01/21 09:55:32 af 1.26.60.5: #i18486# Added XPresenterHelper. 2007/12/13 10:30:37 af 1.26.60.4: RESYNC: (1.26-1.27); FILE MERGED 2007/09/12 11:15:59 af 1.26.60.3: #i18486# Added XDrawSubController. 2007/07/18 08:26:56 af 1.26.60.2: #i75317# Added SlideSorter. 2007/07/12 14:40:38 af 1.26.60.1: #i18486# Introduced new XSlideRenderer interface and SlideRenderer service.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [38968c84baa3f9ab90795819f459896c43b63d97]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/30 10:14:47 af 1.1.2.5: #i18486# createPreviewForCanvas can now work with XCanvas instead of XSpriteCanvas. 2007/12/12 14:00:28 af 1.1.2.4: #i18486# Added createPreviewForCanvas() method. 2007/10/16 15:46:53 af 1.1.2.3: #i18486# Added nSuperSampleFactor argument to createPreview() method. 2007/07/24 11:05:05 af 1.1.2.2: #i18486# Added calculatePreviewSize() method. 2007/07/12 14:39:59 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [78aeac578f7df1db4ed12bea066e74db79a90e6f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/25 16:02:43 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bc119d5f60e9148c34b82c9a04ad9894c4ce716a]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/25 16:04:30 af 1.1.2.3: #i18486# Added createSharedCanvas() method. 2008/01/30 10:13:00 af 1.1.2.2: #i18486# Added getWindowExtentsRelative method.  Added argument to createCanvas. 2008/01/21 09:33:28 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b26aa4513d87b4a6bdf7f66995499ca0754d7ff5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/12 08:50:33 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1bfb829dfc72ee68b040e18c33f2b7c1ea5b9260]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/12 08:42:44 af 1.1.2.4: #i18486# Added attributes IsShowFocus and IsUIReadOnly. 2007/08/13 14:24:20 af 1.1.2.3: #i18486# Added attributes for some colors. 2007/07/24 10:59:22 af 1.1.2.2: #i18486# Added IsSmoothScrolling attribute. 2007/07/18 08:26:27 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [03ef8e3d1a81d0f6c85809349b5b16004a655b58]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/07/12 14:40:15 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ea85c014cb5a62d013c26483788149ca19799c5d]

        INTEGRATION: CWS presenterview (1.14.36); FILE MERGED 2007/09/12 08:43:47 af 1.14.36.1: #i18486# Added documentation for SubController property.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1c07824d33213f6c07de0738afff2f40d27b46a9]

        INTEGRATION: CWS presenterview (1.4.60); FILE MERGED 2008/01/09 18:16:31 cl 1.4.60.2: #i15900# moved slideshow api to offapi 2007/03/21 15:23:15 cl 1.4.60.1: #i71351# added initial draft for animation listeners

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a07215c4797fa4741106616fd56d9137f880d049]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:16:31 cl 1.1.2.2: #i15900# moved slideshow api to offapi 2007/03/21 15:31:02 cl 1.1.2.1: #i71351# added initial draft for animation listeners

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e69060a498eebda4ba10c13172f75b3561d90138]

        INTEGRATION: CWS presenterview (1.48.22); FILE MERGED 2008/03/28 10:58:28 cl 1.48.22.5: RESYNC: (1.53-1.54); FILE MERGED 2008/03/26 10:47:49 cl 1.48.22.4: RESYNC: (1.51-1.53); FILE MERGED 2007/07/24 10:58:30 af 1.48.22.3: #i18486# Fixed resync problems. 2007/07/11 09:14:17 af 1.48.22.2: RESYNC: (1.48-1.51); FILE MERGED 2007/06/19 15:49:49 af 1.48.22.1: #i18486# Removed directories for resource controllers.  Added directory for framework factories.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6666a5b3de18ce6506ae6a7a63d7deba788a7b7d]

        INTEGRATION: CWS presenterview (1.3.388); FILE MERGED 2008/01/09 18:28:28 cl 1.3.388.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [963c6dca8a951fa710a232b0b306d2cdcc99a11a]

        INTEGRATION: CWS presenterview (1.65.22); FILE MERGED 2008/03/26 10:47:46 cl 1.65.22.5: RESYNC: (1.67-1.68); FILE MERGED 2008/01/09 18:28:27 cl 1.65.22.4: #i15900# slideshow api consolidation 2007/11/15 13:35:38 af 1.65.22.3: #i18486# Code cleanup. 2007/07/24 12:00:41 af 1.65.22.2: RESYNC: (1.66-1.67); FILE MERGED 2007/07/10 13:26:55 af 1.65.22.1: #i18486# Converted ViewShellManager and ToolBarManager of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3e9b7a3858e8f5287b9ca6085074c550f396cc9f]

        INTEGRATION: CWS presenterview (1.53.52); FILE MERGED 2008/03/26 10:47:41 cl 1.53.52.4: RESYNC: (1.55-1.56); FILE MERGED 2007/07/11 09:13:44 af 1.53.52.3: RESYNC: (1.54-1.55); FILE MERGED 2007/04/19 16:11:46 af 1.53.52.2: RESYNC: (1.53-1.54); FILE MERGED 2007/03/12 14:23:16 af 1.53.52.1: #i74730# Removed unused SlideViewShell inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b0d01444a5a4907446b7b075fa52261daf3a0626]

        INTEGRATION: CWS presenterview (1.53.6); FILE MERGED 2008/03/26 10:47:38 cl 1.53.6.3: RESYNC: (1.54-1.55); FILE MERGED 2008/02/26 09:04:09 af 1.53.6.2: RESYNC: (1.53-1.54); FILE MERGED 2008/01/09 18:28:27 cl 1.53.6.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c9fb6e631b014840a5085ec7bb6ecddee234068b]

        INTEGRATION: CWS presenterview (1.31.54); FILE MERGED 2008/03/26 10:47:35 cl 1.31.54.3: RESYNC: (1.32-1.33); FILE MERGED 2007/09/11 15:32:50 af 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/21 13:24:51 af 1.31.54.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [42d513653be09b3e9cdbb6336006f9639e83c82c]

        INTEGRATION: CWS presenterview (1.71.52); FILE MERGED 2008/03/26 10:47:32 cl 1.71.52.3: RESYNC: (1.72-1.73); FILE MERGED 2007/07/11 09:13:28 af 1.71.52.2: RESYNC: (1.71-1.72); FILE MERGED 2007/02/21 13:24:51 af 1.71.52.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d95a881c2e45c2c027bef1bdd49a416510fe9577]

        INTEGRATION: CWS presenterview (1.55.54); FILE MERGED 2008/03/26 10:47:29 cl 1.55.54.5: RESYNC: (1.57-1.58); FILE MERGED 2008/01/09 18:28:27 cl 1.55.54.4: #i15900# slideshow api consolidation 2007/09/11 15:32:43 af 1.55.54.3: RESYNC: (1.56-1.57); FILE MERGED 2007/07/11 09:13:21 af 1.55.54.2: RESYNC: (1.55-1.56); FILE MERGED 2007/03/12 14:22:42 af 1.55.54.1: #i74730# Removed unused SlideView inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cc54c739d247a09d28151f8b5e2aefdfae86fab1]

        INTEGRATION: CWS presenterview (1.57.46); FILE MERGED 2008/03/26 10:47:26 cl 1.57.46.5: RESYNC: (1.60-1.62); FILE MERGED 2008/02/26 09:04:05 af 1.57.46.4: RESYNC: (1.59-1.60); FILE MERGED 2007/07/24 12:00:33 af 1.57.46.3: RESYNC: (1.58-1.59); FILE MERGED 2007/07/11 09:13:13 af 1.57.46.2: RESYNC: (1.57-1.58); FILE MERGED 2007/07/10 13:28:22 af 1.57.46.1: #i18486# Converted ViewShellManager, ToolBarManager, and EventMultiplexer of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a3b855e2c35f2711d8563a8c6121afef2c2f50d6]

        INTEGRATION: CWS presenterview (1.36.52); FILE MERGED 2008/01/09 18:28:27 cl 1.36.52.4: #i15900# slideshow api consolidation 2007/12/13 10:30:10 af 1.36.52.3: RESYNC: (1.37-1.38); FILE MERGED 2007/04/19 16:10:51 af 1.36.52.2: RESYNC: (1.36-1.37); FILE MERGED 2007/03/12 14:21:57 af 1.36.52.1: #i75320# Moved code for starting a presentation to PresentationStarter.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [263b757f611f6c81a8d2729bfac0e21cc54a9158]

        INTEGRATION: CWS presenterview (1.45.54); FILE MERGED 2007/07/11 09:13:05 af 1.45.54.2: RESYNC: (1.45-1.47); FILE MERGED 2007/07/10 13:29:43 af 1.45.54.1: #i18486# Converted ViewShellManager, ToolBarManager, and EventMultiplexer of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3131783a4e07d4a53711c836a8c00d29834df110]

        INTEGRATION: CWS presenterview (1.86.66); FILE MERGED 2008/03/26 10:47:23 cl 1.86.66.2: RESYNC: (1.86-1.87); FILE MERGED 2007/09/11 13:02:36 af 1.86.66.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [daf07bf2f6bf9f2e9e0d48ceffa67771550f9c05]

        INTEGRATION: CWS presenterview (1.26.52); FILE MERGED 2008/01/09 18:28:27 cl 1.26.52.4: #i15900# slideshow api consolidation 2007/07/11 09:12:52 af 1.26.52.3: RESYNC: (1.27-1.28); FILE MERGED 2007/04/19 16:10:32 af 1.26.52.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/12 14:17:03 af 1.26.52.1: #i75320# Moved code for starting a presentation to PresentationStarter.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e11e32b58b05b0b9cfa78bc72950dd1dec7646fc]

        INTEGRATION: CWS presenterview (1.29.52); FILE MERGED 2008/01/09 18:28:27 cl 1.29.52.3: #i15900# slideshow api consolidation 2007/04/19 16:10:24 af 1.29.52.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/21 13:24:51 af 1.29.52.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bb971f1bfaeb1203efa0ec559ad80387c4b1a22a]

        INTEGRATION: CWS presenterview (1.33.18); FILE MERGED 2007/12/13 10:30:07 af 1.33.18.5: RESYNC: (1.35-1.36); FILE MERGED 2007/09/11 15:32:23 af 1.33.18.4: RESYNC: (1.34-1.35); FILE MERGED 2007/04/26 08:48:06 af 1.33.18.3: #i18486# Resolved resync problems. 2007/04/19 16:10:16 af 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2007/03/12 14:15:11 af 1.33.18.1: #i74730# Remove unused SlideViewShell inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [338d3dbea16adb76d72fc9ec7ac97e05fc6d5029]

        INTEGRATION: CWS presenterview (1.10.122); FILE MERGED 2008/01/09 18:28:27 cl 1.10.122.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fca93d7e1e6173e3ae676be354d149101852d835]

        INTEGRATION: CWS presenterview (1.19.54); FILE MERGED 2008/03/26 10:47:20 cl 1.19.54.3: RESYNC: (1.20-1.21); FILE MERGED 2007/07/11 09:12:33 af 1.19.54.2: RESYNC: (1.19-1.20); FILE MERGED 2007/07/10 13:38:04 af 1.19.54.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5b0f1c16597145d55d956970f6a7a5f8df3f2697]

        INTEGRATION: CWS presenterview (1.64.52); FILE MERGED 2008/03/26 10:47:16 cl 1.64.52.10: RESYNC: (1.72-1.75); FILE MERGED 2008/02/26 09:04:01 af 1.64.52.9: RESYNC: (1.71-1.72); FILE MERGED 2008/01/09 18:28:27 cl 1.64.52.8: #i15900# slideshow api consolidation 2007/10/17 15:16:42 af 1.64.52.7: RESYNC: (1.70-1.71); FILE MERGED 2007/09/11 15:32:16 af 1.64.52.6: RESYNC: (1.68-1.70); FILE MERGED 2007/07/24 12:00:26 af 1.64.52.5: RESYNC: (1.67-1.68); FILE MERGED 2007/07/11 09:12:25 af 1.64.52.4: RESYNC: (1.65-1.67); FILE MERGED 2007/07/10 13:40:50 af 1.64.52.3: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/04/19 16:10:07 af 1.64.52.2: RESYNC: (1.64-1.65); FILE MERGED 2007/03/12 14:13:15 af 1.64.52.1: #i75320# Moved code for starting a presentation to PresentationStarter.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0f6bd6de5cf9469297e2baad7b4643385fe0dcbe]

        INTEGRATION: CWS presenterview (1.11.54); FILE MERGED 2008/01/09 18:28:26 cl 1.11.54.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d584dcaf8067ff573fa4f2c3e92edfe66f9d0256]

        INTEGRATION: CWS presenterview (1.27.54); FILE MERGED 2007/07/11 09:12:11 af 1.27.54.3: RESYNC: (1.27-1.29); FILE MERGED 2007/07/10 13:45:41 af 1.27.54.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/03/12 14:05:59 af 1.27.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ed72d0ea98596af5f0d0a4ce9c61cba04519c313]

        INTEGRATION: CWS presenterview (1.47.66); FILE MERGED 2008/01/09 18:28:26 cl 1.47.66.3: #i15900# slideshow api consolidation 2007/09/25 08:04:04 af 1.47.66.2: #i18486# Cleanup. 2007/09/11 13:01:09 af 1.47.66.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8a0e8ac7f9fb68c27837945078bddba30f388d89]

        INTEGRATION: CWS presenterview (1.72.48); FILE MERGED 2008/03/26 10:47:13 cl 1.72.48.5: RESYNC: (1.74-1.76); FILE MERGED 2008/01/09 18:28:26 cl 1.72.48.4: #i15900# slideshow api consolidation 2007/12/13 10:30:04 af 1.72.48.3: RESYNC: (1.73-1.74); FILE MERGED 2007/07/11 09:11:52 af 1.72.48.2: RESYNC: (1.72-1.73); FILE MERGED 2007/07/10 13:46:49 af 1.72.48.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5248f04379cf867bfce5e1dbdd5cab3a2917a549]

        INTEGRATION: CWS presenterview (1.50.22); FILE MERGED 2008/01/09 18:28:26 cl 1.50.22.3: #i15900# slideshow api consolidation 2007/12/13 10:30:01 af 1.50.22.2: RESYNC: (1.50-1.51); FILE MERGED 2007/07/10 13:48:27 af 1.50.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [46d1e0c4e1a37a91da4c47be063f57cbce38128b]

        INTEGRATION: CWS presenterview (1.38.6); FILE MERGED 2008/03/26 10:47:10 cl 1.38.6.3: RESYNC: (1.38-1.39); FILE MERGED 2008/02/20 09:21:50 af 1.38.6.2: #i86240# Re-enabled context menus. 2008/01/09 18:28:26 cl 1.38.6.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [59d889dbd77e5c84945aca77e66f41085545d051]

        INTEGRATION: CWS presenterview (1.41.22); FILE MERGED 2008/01/09 18:28:26 cl 1.41.22.3: #i15900# slideshow api consolidation 2007/07/11 09:11:40 af 1.41.22.2: RESYNC: (1.41-1.42); FILE MERGED 2007/07/10 13:50:08 af 1.41.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4bd4196dbed0173afb20b08da180f50d6e9788b1]

        INTEGRATION: CWS presenterview (1.53.12); FILE MERGED 2008/01/09 18:28:26 cl 1.53.12.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c3d37a1e87b0e1f969723e8782c43d31f9dbd6d6]

        INTEGRATION: CWS presenterview (1.75.22); FILE MERGED 2008/03/05 17:26:12 af 1.75.22.4: #i86733# Set the new current page at the frame view. 2008/01/09 18:28:26 cl 1.75.22.3: #i15900# slideshow api consolidation 2007/09/11 15:31:46 af 1.75.22.2: RESYNC: (1.76-1.77); FILE MERGED 2007/07/10 13:52:01 af 1.75.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b64a8f0f103343206ea9e87128228c7b52b19cd3]

        INTEGRATION: CWS presenterview (1.45.40); FILE MERGED 2008/03/26 10:47:07 cl 1.45.40.2: RESYNC: (1.45-1.47); FILE MERGED 2008/01/09 18:28:26 cl 1.45.40.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d2076884b9b4f7b4e241fce196d149e72b64ac44]

        INTEGRATION: CWS presenterview (1.9.54); FILE MERGED 2008/01/09 18:28:26 cl 1.9.54.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [45d60b130feaa46c66fd5773d65628224e2cd8e6]

        INTEGRATION: CWS presenterview (1.12.22); FILE MERGED 2007/11/15 13:31:36 af 1.12.22.2: #i18486# Added isAnchorOnly() method. 2007/06/19 15:48:41 af 1.12.22.1: #i18486# TabControl not a base class of ViewTabBar anymore.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [eba71f016ec33b039a08010b46ec184f25082b11]

        INTEGRATION: CWS presenterview (1.23.22); FILE MERGED 2008/02/26 09:03:56 af 1.23.22.5: RESYNC: (1.24-1.25); FILE MERGED 2007/07/11 09:11:09 af 1.23.22.4: RESYNC: (1.23-1.24); FILE MERGED 2007/07/10 14:37:27 af 1.23.22.3: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 15:45:55 af 1.23.22.2: #i18486# Code cleanup. 2007/04/26 08:48:06 af 1.23.22.1: #i18486# Resolved resync problems.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [51f699d58efcb1cdc23c42e5ff2d4c80459403ca]

        INTEGRATION: CWS presenterview (1.36.20); FILE MERGED 2008/01/09 18:28:26 cl 1.36.20.5: #i15900# slideshow api consolidation 2007/08/01 11:46:53 af 1.36.20.4: #i18486# Fixed typo in comment. 2007/07/24 11:59:55 af 1.36.20.3: RESYNC: (1.37-1.39); FILE MERGED 2007/07/10 14:36:53 af 1.36.20.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 15:44:33 af 1.36.20.1: #i18486# TabControl not a base class of ViewTabBar anymore.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [aff08cb6ba37a842a9133aae0ece2051f616a741]

        INTEGRATION: CWS presenterview (1.7.20); FILE MERGED 2008/03/26 10:47:04 cl 1.7.20.5: RESYNC: (1.8-1.9); FILE MERGED 2008/03/25 15:48:07 af 1.7.20.4: #i87413# Code cleanup. 2007/07/11 09:10:57 af 1.7.20.3: RESYNC: (1.7-1.8); FILE MERGED 2007/07/10 14:36:20 af 1.7.20.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 15:41:33 af 1.7.20.1: #i18486# Removed unused event registrations.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1e8b5927cc240d6741cd2d21f9458cc0aded5d9a]

        INTEGRATION: CWS presenterview (1.14.16); FILE MERGED 2008/03/26 10:47:01 cl 1.14.16.7: RESYNC: (1.19-1.20); FILE MERGED 2007/12/13 10:29:58 af 1.14.16.6: RESYNC: (1.18-1.19); FILE MERGED 2007/09/11 15:31:39 af 1.14.16.5: RESYNC: (1.17-1.18); FILE MERGED 2007/07/24 11:59:48 af 1.14.16.4: RESYNC: (1.16-1.17); FILE MERGED 2007/07/11 09:10:50 af 1.14.16.3: RESYNC: (1.15-1.16); FILE MERGED 2007/04/19 16:06:42 af 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/21 13:24:51 af 1.14.16.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [062e5f70267c492fd3be78f72cca7442146cba88]

        INTEGRATION: CWS presenterview (1.31.22); FILE MERGED 2008/03/26 10:46:57 cl 1.31.22.4: RESYNC: (1.33-1.34); FILE MERGED 2007/07/11 09:10:42 af 1.31.22.3: RESYNC: (1.31-1.33); FILE MERGED 2007/07/10 13:56:38 af 1.31.22.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/04/26 08:48:06 af 1.31.22.1: #i18486# Resolved resync problems.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4483e33296174e9f2931ef4f5eec0dc04f7ddc29]

        INTEGRATION: CWS presenterview (1.10.22); FILE MERGED 2007/07/10 13:55:11 af 1.10.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.  Storing main view shell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f38bb209c58a2404f32484225bde1aa79edf45e5]

        INTEGRATION: CWS presenterview (1.86.20); FILE MERGED 2008/03/26 10:46:54 cl 1.86.20.6: RESYNC: (1.91-1.93); FILE MERGED 2008/02/26 09:03:53 af 1.86.20.5: RESYNC: (1.89-1.91); FILE MERGED 2007/09/11 15:31:13 af 1.86.20.4: RESYNC: (1.88-1.89); FILE MERGED 2007/07/24 11:59:40 af 1.86.20.3: RESYNC: (1.87-1.88); FILE MERGED 2007/07/11 09:10:30 af 1.86.20.2: RESYNC: (1.86-1.87); FILE MERGED 2007/02/27 09:12:10 cl 1.86.20.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [31c5cadb006b2ef4d0fc9f2334aba8757bc7298e]

        INTEGRATION: CWS presenterview (1.57.20); FILE MERGED 2008/03/26 10:46:51 cl 1.57.20.3: RESYNC: (1.58-1.59); FILE MERGED 2007/09/11 15:31:05 af 1.57.20.2: RESYNC: (1.57-1.58); FILE MERGED 2007/02/27 09:12:09 cl 1.57.20.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1b4b908e210f8db0975c42b9af92441db40e993e]

        INTEGRATION: CWS presenterview (1.99.18); FILE MERGED 2008/03/26 10:46:48 cl 1.99.18.9: RESYNC: (1.106-1.108); FILE MERGED 2008/02/26 09:03:46 af 1.99.18.8: RESYNC: (1.105-1.106); FILE MERGED 2008/01/09 18:28:25 cl 1.99.18.7: #i15900# slideshow api consolidation 2007/12/13 10:29:55 af 1.99.18.6: RESYNC: (1.102-1.105); FILE MERGED 2007/07/24 11:59:33 af 1.99.18.5: RESYNC: (1.101-1.102); FILE MERGED 2007/07/11 09:10:23 af 1.99.18.4: RESYNC: (1.100-1.101); FILE MERGED 2007/04/19 16:05:11 af 1.99.18.3: RESYNC: (1.99-1.100); FILE MERGED 2007/02/27 09:24:40 cl 1.99.18.2: #i71351# added api draft for a slideshow controller 2007/02/27 09:12:09 cl 1.99.18.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4cfbe80234e1f5cdabdfaf5312c8782fdb68e932]

        INTEGRATION: CWS presenterview (1.21.54); FILE MERGED 2008/03/03 17:05:15 af 1.21.54.8: #i18486# Reinserted TYPEINIT definition. 2008/02/26 12:30:15 af 1.21.54.7: #i18486# Dropped the use of templates for implementing cache classes. 2008/02/26 09:03:29 af 1.21.54.6: RESYNC: (1.22-1.23); FILE MERGED 2007/08/01 11:43:24 af 1.21.54.5: #i18486# Tell highlight object about modified device transformation. 2007/07/25 14:38:40 af 1.21.54.4: #i18486# Added AddSdrObject() method. 2007/07/11 09:09:12 af 1.21.54.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/27 11:07:17 af 1.21.54.2: #i75317# Separation of SlideSorter and ViewShell. 2007/03/12 15:35:37 af 1.21.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e4df376aed3d9c4eb3450c1904e94cb167b99b97]

        INTEGRATION: CWS presenterview (1.18.8); FILE MERGED 2008/03/26 10:46:44 cl 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/27 09:12:09 cl 1.18.8.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a99bcca7d9f919d36e1b89af0da37b9a626e9740]

        INTEGRATION: CWS presenterview (1.12.22); FILE MERGED 2008/03/26 10:46:41 cl 1.12.22.8: RESYNC: (1.12-1.13); FILE MERGED 2008/02/26 12:32:02 af 1.12.22.7: #i18486# Added PresenterPreviewCache. 2008/02/12 10:19:19 af 1.12.22.6: #i18486# Make sure that the sd dll is initialized. 2008/01/21 14:00:39 af 1.12.22.5: #i18486# Updated the set of supported services. 2007/12/12 13:49:54 af 1.12.22.4: #i18486# Added PresenterCanvas and PresenterTextView services. 2007/11/15 13:30:00 af 1.12.22.3: #i18486# Added PresenterWorkaroundService. 2007/09/11 12:54:51 af 1.12.22.2: #i18486# Added PresenterTheme service. 2007/06/19 15:34:00 af 1.12.22.1: #i18486# Removed PaneController, ViewController, ToolBarController, CommandController, TaskPaneService. Added Configuration, TaskPanelFactory, PresentationFactoryProvider, SlideShowView, SlideRenderer, SlideSorterService.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bc609feed41014ae5166a732cef81a4f154901d6]

        INTEGRATION: CWS presenterview (1.15.20); FILE MERGED 2007/09/11 11:26:05 af 1.15.20.3: #i18486# Turned SubControllers into components. 2007/04/27 11:27:51 af 1.15.20.2: #i75317# Using new SelectionManager. 2007/03/12 14:01:05 af 1.15.20.1: #i75316# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e7638e28564f70621f506c6a5b4246cc1e057402]

        INTEGRATION: CWS presenterview (1.19.54); FILE MERGED 2007/09/25 08:03:14 af 1.19.54.2: #i18486# Removed unreachable breaks.  Added disposing() method. 2007/09/11 11:22:49 af 1.19.54.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [872d9b47de12d3cd8b0025f0ccff2f11d254013f]

        INTEGRATION: CWS presenterview (1.33.20); FILE MERGED 2007/09/25 08:02:35 af 1.33.20.2: #i18486# Removed unreachable breaks. 2007/09/11 11:16:36 af 1.33.20.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [04f7a49b8ab56dc83e6406ea751b94a55d4ea268]

        INTEGRATION: CWS presenterview (1.22.22); FILE MERGED 2008/01/11 14:35:36 cl 1.22.22.7: #i18486# forbid the closing of the frame that started a fullscreen slideshow 2007/09/25 08:01:54 af 1.22.22.6: #i18486# Cleanup. 2007/09/11 12:53:52 af 1.22.22.5: #i18486# Turned SubControllers into components that can be accessed as property. 2007/07/24 10:58:29 af 1.22.22.4: #i18486# Fixed resync problems. 2007/07/11 09:10:00 af 1.22.22.3: RESYNC: (1.22-1.24); FILE MERGED 2007/07/10 14:35:34 af 1.22.22.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 08:55:55 af 1.22.22.1: #i18486# Adaption to recent drawing framework API changes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [425abae0a8a73916d3c08d0cc252b4b283f41b75]

        INTEGRATION: CWS presenterview (1.11.22); FILE MERGED 2007/09/11 12:51:52 af 1.11.22.1: #i18486# Added PropertySet.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b46a51b70a5f8e36065123a4c065cbf587f7b656]

        INTEGRATION: CWS presenterview (1.6.22); FILE MERGED 2008/01/23 10:53:10 af 1.6.22.1: #i18486# Added support UNO object resources.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [96d279576d885395dc91a5ee08adade3121bfc14]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/25 08:01:22 af 1.1.2.2: #i18486# Cleanup. 2007/09/11 10:53:38 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a2e6eae0a75a5e7a98ce660bd54ad9f2223e63a5]

        INTEGRATION: CWS presenterview (1.13.22); FILE MERGED 2008/02/26 09:03:40 af 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/26 09:23:00 af 1.13.22.1: #i75317# Fixed wrong frame handling.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0500b154a4531e2a23dd7cf0c24a787f1770e165]

        INTEGRATION: CWS presenterview (1.10.22); FILE MERGED 2008/01/09 18:28:25 cl 1.10.22.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7c5b8bcfa9fe23091d54097f2a42b7bb6267620c]

        INTEGRATION: CWS presenterview (1.15.22); FILE MERGED 2007/06/19 08:58:20 af 1.15.22.1: #i18486# Added EID_CONFIGURATION_UPDATED.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fe410189c0b526399f1b15bfb1d15131cedef29e]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/11/15 13:28:06 af 1.2.22.5: #i18486# Reimplemented GetConfigurationNode() in terms of the other, static GetConfigurationNode() variant. 2007/10/16 16:00:12 af 1.2.22.4: #i18486# Minor optimization in GetConfigurationNode() for empty path. 2007/09/11 12:51:09 af 1.2.22.3: #i18486# Added GetConfigurationNode() variant. 2007/08/13 09:28:11 af 1.2.22.2: #i18486# GetConfigurationNode returns Any. 2007/06/19 15:26:18 af 1.2.22.1: #i18486# Supply callbacks with entry names.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1827fd59217e7581b4a1d21602f18f9238de36d0]

        INTEGRATION: CWS presenterview (1.7.54); FILE MERGED 2007/03/12 15:46:20 af 1.7.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3b8b6287ee3bca044e2c17f517ae8a150440c3f2]

        INTEGRATION: CWS presenterview (1.9.54); FILE MERGED 2007/03/12 15:45:54 af 1.9.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4a73284787b2ef490ba3a01c23119d141f83c76a]

        INTEGRATION: CWS presenterview (1.11.54); FILE MERGED 2007/03/12 15:43:06 af 1.11.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [54ddf214fa0c8ce5a6fa2f26d8a8e6548a88d4d1]

        INTEGRATION: CWS presenterview (1.19.52); FILE MERGED 2007/04/19 16:02:10 af 1.19.52.2: RESYNC: (1.19-1.20); FILE MERGED 2007/03/12 15:41:27 af 1.19.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e1f2b7701ea64a82532faa4b881c140bf3386218]

        INTEGRATION: CWS presenterview (1.2.216); FILE MERGED 2007/03/12 15:39:39 af 1.2.216.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5acc2b871537e7e4a88c8dffc5cd074863297849]

        INTEGRATION: CWS presenterview (1.4.54); FILE MERGED 2008/03/26 10:46:00 cl 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/12 15:37:34 af 1.4.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [82f5358d557a73cf16bbf055e1d26252f437bea3]

        INTEGRATION: CWS presenterview (1.9.110); FILE MERGED 2007/07/10 14:35:13 af 1.9.110.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ba0ba4f683c27b4ae578754a58aafbcf3d487c62]

        INTEGRATION: CWS presenterview (1.8.22); FILE MERGED 2007/06/19 15:23:04 af 1.8.22.1: #i18486# Removed TaskPaneService.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [74397b28c1103c4fa5a73e4932f8392910a40bc8]

        INTEGRATION: CWS presenterview (1.17.22); FILE MERGED 2008/03/26 10:45:57 cl 1.17.22.5: RESYNC: (1.17-1.18); FILE MERGED 2007/09/11 12:49:33 af 1.17.22.4: #i18486# Turned SubControllers into components. 2007/08/03 08:33:03 af 1.17.22.3: #i18486# Added ExpandPanel() and CollapsePanel() methods. 2007/07/10 14:33:55 af 1.17.22.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 09:03:59 af 1.17.22.1: #i18486# Added HidePanel() method.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a7b2a8ccc1044dd2e12d295542407ae5a661b734]

        INTEGRATION: CWS presenterview (1.4.256); FILE MERGED 2007/07/10 14:34:14 af 1.4.256.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a04b546bd74177f87241eab419c0a82ad5a7920d]

        INTEGRATION: CWS presenterview (1.9.54); FILE MERGED 2007/07/10 15:03:01 af 1.9.54.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [eec06eb6e05a1bf724924aca78e6a368b1eda80a]

        INTEGRATION: CWS presenterview (1.10.54); FILE MERGED 2007/07/10 14:33:23 af 1.10.54.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b7aa271f265656f9dc1ff422143ea1feaf794b6d]

        INTEGRATION: CWS presenterview (1.20.52); FILE MERGED 2008/03/26 10:45:54 cl 1.20.52.5: RESYNC: (1.22-1.23); FILE MERGED 2007/07/11 09:09:32 af 1.20.52.4: RESYNC: (1.21-1.22); FILE MERGED 2007/07/10 15:01:14 af 1.20.52.3: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/04/19 16:00:09 af 1.20.52.2: RESYNC: (1.20-1.21); FILE MERGED 2007/03/12 15:38:23 af 1.20.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [22d31af85bbef8e7a5d166765092310a891d7485]

        INTEGRATION: CWS presenterview (1.2.12); FILE MERGED 2008/03/26 15:40:16 cl 1.2.12.1: fixed merge conflict

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8c60d5f91718664ef860cf831161e90595299552]

        INTEGRATION: CWS presenterview (1.7.8); FILE MERGED 2008/02/26 12:45:34 af 1.7.8.2: #i18486# Added SlsViewCacheContext. 2007/07/25 12:26:17 af 1.7.8.1: #i18486# Added HighlightObject.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9244986c6c4bbad35ba456be0598ce364e83ef30]

        INTEGRATION: CWS presenterview (1.12.54); FILE MERGED 2008/02/27 09:14:42 af 1.12.54.4: #i18486# Resolved resync problems. 2008/02/26 09:03:37 af 1.12.54.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/26 08:48:06 af 1.12.54.2: #i18486# Resolved resync problems. 2007/03/12 15:35:38 af 1.12.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cd361fde6a8033015a589531992e3d37c10e6f05]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:44:50 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1d9d01690ef4c6485570bd58ed3574ad79846826]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:44:38 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3c40cce099e8f4a079c9f77464958fbd057ac11e]

        INTEGRATION: CWS presenterview (1.18.52); FILE MERGED 2008/02/27 09:14:42 af 1.18.52.11: #i18486# Resolved resync problems. 2008/02/26 09:03:33 af 1.18.52.10: RESYNC: (1.19-1.20); FILE MERGED 2007/09/25 08:00:32 af 1.18.52.9: #i18486# Removed shortwiring return from PaintBackground(). 2007/09/11 12:48:55 af 1.18.52.8: #i18486# Do not paint selection or focus indicators when corresponding flags are set. 2007/08/13 09:25:54 af 1.18.52.7: #i18486# Use new Colors in Properties. 2007/08/01 11:46:01 af 1.18.52.6: #i18486# Added opacity argument to GetColor() method. 2007/07/25 12:27:41 af 1.18.52.5: #i18486# Disabled PaintBackground(). 2007/07/24 10:58:29 af 1.18.52.4: #i18486# Fixed resync problems. 2007/07/20 09:51:56 af 1.18.52.3: #i75317# Removed dependency on ObjectContactOfPageView. 2007/07/11 09:09:24 af 1.18.52.2: RESYNC: (1.18-1.19); FILE MERGED 2007/04/26 14:18:39 af 1.18.52.1: #i75317# Using shared_ptr for PageDescriptor.  Current slide can be painted highlighted.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [aa4fa50532cb24fa1f150ff546ef977c4d8725a5]

        INTEGRATION: CWS presenterview (1.7.22); FILE MERGED 2007/04/26 12:54:18 af 1.7.22.1: #i75317# Using shared_ptr for PageDescriptor.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ae4a5071e5b8d4fcf920850108e8faa082c3f788]

        INTEGRATION: CWS presenterview (1.5.54); FILE MERGED 2007/04/26 12:49:11 af 1.5.54.1: #i75317# Using shared_ptr for PageDescriptor.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [21b4af168836780fd911e7d88fcfe812c3233707]

        INTEGRATION: CWS presenterview (1.9.122); FILE MERGED 2007/04/27 11:14:31 af 1.9.122.3: #i75317# Renamed ...Desired... to ...Preferred... 2007/04/27 11:12:30 af 1.9.122.2: #i75317# Removed unused method. 2007/03/12 15:35:38 af 1.9.122.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b18194c582f2475366bfc521f6b7aef7753df086]

        INTEGRATION: CWS presenterview (1.4.8); FILE MERGED 2007/06/19 15:20:48 af 1.4.8.2: #i18486# Added SlideSorterService. 2007/03/12 15:35:37 af 1.4.8.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e4dff3edb2ef4f871aab7bf1437321879a3780d0]

        INTEGRATION: CWS presenterview (1.25.52); FILE MERGED 2007/12/13 10:29:51 af 1.25.52.8: RESYNC: (1.28-1.29); FILE MERGED 2007/09/11 12:47:29 af 1.25.52.7: #i18486# Turned SubControllers into components. 2007/07/10 14:32:04 af 1.25.52.6: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 15:17:06 af 1.25.52.5: #i18486# Added Create() method. 2007/04/27 11:01:03 af 1.25.52.4: #i75317# Separation of SlideSorter and ViewShell. 2007/04/26 08:48:05 af 1.25.52.3: #i18486# Resolved resync problems. 2007/04/19 15:59:23 af 1.25.52.2: RESYNC: (1.25-1.26); FILE MERGED 2007/03/12 15:35:37 af 1.25.52.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a36c26ec8b152221f3f1be92832e8251264903c1]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/12 13:43:53 af 1.1.2.6: #i18486# Support of new XResourceId::isAnchotOnly() method. 2007/09/11 12:46:44 af 1.1.2.5: #i18486# Added IsShowFocus and IsUIReadOnly attributes. 2007/08/13 09:18:29 af 1.1.2.4: #i18486# Added some colors to the Properties. 2007/07/25 12:25:46 af 1.1.2.3: #i18486# Added IsSmoothScrolling attribute. 2007/07/18 08:29:57 af 1.1.2.2: #i75317# Turned properties into attributes. 2007/06/18 15:45:56 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8c4d7aa42dd4b3b08c3b4a9e4ba772737b7bd0c4]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 13:59:40 af 1.1.2.8: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/12/12 13:46:39 af 1.1.2.7: #i18486# Support of new XResourceId::isAnchorOnly() method. 2007/09/11 12:46:13 af 1.1.2.6: #i18486# Added IsShowFocus and IsUIReadOnly attributes. 2007/08/13 09:20:08 af 1.1.2.5: #i18486# Added some color attributes. Cleanup. 2007/08/03 08:31:44 af 1.1.2.4: #i18486# Force model change update when IsHighlightCurrentSlide attribute is modified. 2007/07/25 12:25:10 af 1.1.2.3: #i18486# Added IsSmoothScrolling attribute. 2007/07/18 08:27:48 af 1.1.2.2: #i75317# Turned properties into attributes. 2007/06/18 15:46:55 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f92aed12be09c6f8c3fc936ecb9b1345d9d454df]

        INTEGRATION: CWS presenterview (1.4.122); FILE MERGED 2007/09/11 12:44:56 af 1.4.122.7: #i18486# ContentWindow does not acquire focus. 2007/08/01 11:42:03 af 1.4.122.6: #i18486# Added IsValid() method.  Reordered destruction of windows and model,view,controller in destructor. 2007/07/10 14:59:21 af 1.4.122.5: #i18486# Code cleanup. 2007/06/19 15:16:00 af 1.4.122.4: #i18486# Removed Resize() method.  Properly connecting and disconnection listeners to scroll bars. 2007/04/26 09:34:24 af 1.4.122.3: #i75317# Added SetCurrentFunction() method. 2007/04/26 08:48:05 af 1.4.122.2: #i18486# Resolved resync problems. 2007/03/12 14:45:57 af 1.4.122.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [abe0a3ca751947ed4cdb815f910dc501e2fd3958]

        INTEGRATION: CWS presenterview (1.4.8); FILE MERGED 2007/04/27 09:46:53 af 1.4.8.1: #i75317# Added entry for the PageEnumerationProvider.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0e106967e84daaf439f61a407eb980ac84fbf24e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/04/26 14:58:11 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d8bed4e3b8dcf4a8f31151196d3d0bf28f4e5a4c]

        INTEGRATION: CWS presenterview (1.6.54); FILE MERGED 2007/04/26 14:55:01 af 1.6.54.1: #i75317# Changed the way that predicates are handled.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e23833fac138f7c22259d10d55b818e61fd2e6bb]

        INTEGRATION: CWS presenterview (1.5.122); FILE MERGED 2008/03/19 10:46:01 af 1.5.122.2: #i87200# Had to add SdPage pointer for cases where it can not be determined via rxPage. 2007/04/26 14:29:54 af 1.5.122.1: #i75317# Added access to page index and XDrawPage object.  Added current page state.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [834905dfdf7c20604b8ff35b0444355b62c12d48]

        INTEGRATION: CWS presenterview (1.8.54); FILE MERGED 2008/03/19 10:44:23 af 1.8.54.5: #i87200# Provide PageDescriptor constructor with SdPage pointer. 2008/01/21 13:58:24 af 1.8.54.4: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/07/18 08:40:35 af 1.8.54.3: #i75317# Added GetDocumentSlides(). 2007/06/19 15:09:31 af 1.8.54.2: #i18486# Code cleanup. 2007/04/26 14:32:40 af 1.8.54.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ffbcedf137b967871e1cb8fc9f570b46120d8b6d]

        INTEGRATION: CWS presenterview (1.7.234); FILE MERGED 2008/02/26 09:03:21 af 1.7.234.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/12 15:35:36 af 1.7.234.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4b74424fae447bd712993763ddc237fd7c1f64c0]

        INTEGRATION: CWS presenterview (1.10.354); FILE MERGED 2008/02/26 09:03:25 af 1.10.354.5: RESYNC: (1.10-1.11); FILE MERGED 2007/08/01 11:39:26 af 1.10.354.4: #i18486# Added nOpacity argument to GetColor(). 2007/07/26 08:35:00 af 1.10.354.3: #i18486# Resolved resync conflict. 2007/07/24 10:58:29 af 1.10.354.2: #i18486# Fixed resync problems. 2007/04/26 14:23:54 af 1.10.354.1: #i75317# Using shared_ptr for PageDescriptor.  Current slide can be painted highlighted.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4e0b8347aceda1b87f956809da54a8ed0a46923b]

        INTEGRATION: CWS presenterview (1.6.22); FILE MERGED 2007/04/26 12:55:30 af 1.6.22.1: #i75317# Using shared_ptr for PageDescriptor.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fc7f3a91a74b39468ed97a6a163fefae03cf705e]

        INTEGRATION: CWS presenterview (1.3.388); FILE MERGED 2007/04/26 12:49:31 af 1.3.388.1: #i75317# Using shared_ptr for PageDescriptor.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5e10de22889055b1edd40f4c54d4ef34a619c9e4]

        INTEGRATION: CWS presenterview (1.6.354); FILE MERGED 2007/04/27 11:14:48 af 1.6.354.2: #i75317# Renamed ...Desired... to ...Preferred... 2007/03/12 15:35:36 af 1.6.354.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9df4011948ec7c1e4da9cb8872cf9ec3ab2cb775]

        INTEGRATION: CWS presenterview (1.11.54); FILE MERGED 2008/03/03 17:08:31 af 1.11.54.4: #i18486# Reinserted TYPEINFO declaration. 2007/07/25 12:24:14 af 1.11.54.3: #i18486# Added AddSdrObject() method. 2007/07/10 14:31:28 af 1.11.54.2: #i18486# Added SlideSorter member. 2007/03/12 15:35:35 af 1.11.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8b6844e0837809fffa47a7c6492edfef23e8f76e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/04/26 14:57:48 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [07a791d2417037ec25bea9ec851501a24394c96d]

        INTEGRATION: CWS presenterview (1.5.54); FILE MERGED 2007/04/26 14:55:25 af 1.5.54.1: #i75317# Changed the way that predicates are handled.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [891b300605e39f16706ade63f82bf02612446a6c]

        INTEGRATION: CWS presenterview (1.6.388); FILE MERGED 2008/03/19 10:42:52 af 1.6.388.2: #i87200# Had to add SdPage pointer for cases where it can not be determined via rxPage. 2007/04/26 14:30:40 af 1.6.388.1: #i75317# Added access to page index and XDrawPage object.  Added current page state.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5fffb9618a4f1c865f4929745dc66a868093d438]

        INTEGRATION: CWS presenterview (1.5.234); FILE MERGED 2007/07/18 08:43:14 af 1.5.234.3: #i75317# Added GetDocumentSlides(). 2007/06/19 14:53:48 af 1.5.234.2: #i18486# Made UpdatePageList() public. 2007/04/26 14:33:11 af 1.5.234.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9905cc79d19b63837434f764ec2e4649c44ff5fd]

        INTEGRATION: CWS presenterview (1.4.320); FILE MERGED 2007/03/12 15:35:35 af 1.4.320.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b32f569434b81dc7c871ecc74275148b7097ad88]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/04/26 15:34:16 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [27179d8ec49e8901f3104c28d9fbb93b5098031b]

        INTEGRATION: CWS presenterview (1.12.54); FILE MERGED 2008/03/05 17:25:12 af 1.12.54.3: #i86733# Reintroduced SetCurrentPage() method that not only switches to a page but also selects it. 2007/04/26 16:03:26 af 1.12.54.2: #i75317# Using the new CurrentSlideManager class. 2007/03/12 15:35:35 af 1.12.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [78ddb2579e8d378cb88fa49716da61edce9af996]

        INTEGRATION: CWS presenterview (1.5.388); FILE MERGED 2007/09/25 07:59:36 af 1.5.388.5: #i18486# Removed duplicate Connect() and Disconnect() declarations. 2007/09/11 15:30:41 af 1.5.388.4: RESYNC: (1.5-1.6); FILE MERGED 2007/06/19 09:37:00 af 1.5.388.3: #i18486# Added Connect() and Disconnect() methods. 2007/04/26 15:31:46 af 1.5.388.2: #i75317# Added SetLeft() method. 2007/03/12 15:35:34 af 1.5.388.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f58b46e6f9325f8bd1f5f9e093cfa85b2fe348fd]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/11 11:59:52 af 1.1.2.3: #i18486# Added properties that control showing the focus and modifiability. 2007/08/13 14:03:45 af 1.1.2.2: #i18486# Added color properties. 2007/04/25 15:45:38 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [819e1dc29b2a182aa9340ee392d5f8fdf781afd6]

        INTEGRATION: CWS presenterview (1.7.234); FILE MERGED 2007/06/19 14:45:07 af 1.7.234.3: #i18486# Comment update. 2007/04/26 15:52:45 af 1.7.234.2: #i75317# Moved code for setting current slide to new CurrentSlideManager class. 2007/03/12 15:35:34 af 1.7.234.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [945835c95b16d75515d8984f30dcc0b7daef387e]

        INTEGRATION: CWS presenterview (1.4.354); FILE MERGED 2007/04/26 14:27:34 af 1.4.354.1: #i75317# Using shared_ptr for PageDescriptor.  Passing Properties to page objects.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1988670abf002391a1c8832ef55d34f2442c95d0]

        INTEGRATION: CWS presenterview (1.7.234); FILE MERGED 2007/03/12 15:35:34 af 1.7.234.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bb273cf6fd43e1831cb91e736576cb4b186d9f43]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 13:37:39 af 1.1.2.5: #i18486# Dropped the use of XDrawPage references in order to properly work with slideshows that have multiple references to one slide. 2007/12/12 13:41:02 af 1.1.2.4: #i18486# Added PrepareModelChange() method. 2007/08/01 11:37:36 af 1.1.2.3: #i18486# Added HandleModelChange() method. 2007/06/19 14:39:58 af 1.1.2.2: #i18486# Removed unused function. 2007/04/26 12:22:14 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8369eb2513c2495f4d7a69faf8fc1d1b8c9c362d]

        INTEGRATION: CWS presenterview (1.8.380); FILE MERGED 2007/03/12 15:35:34 af 1.8.380.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b36f37e6a9af1720b7042679d3a1762f57e5e7ea]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/28 13:33:18 af 1.1.2.3: #i18486# ServeAnimations operates on copy of animation container. 2007/08/13 14:01:48 af 1.1.2.2: #i18486# Handling Animations more centralized. 2007/07/25 11:58:11 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d013078d29e37b22889e4fbac1e73ee217788a27]

        INTEGRATION: CWS presenterview (1.15.12); FILE MERGED 2007/12/12 13:39:20 af 1.15.12.4: #i18486# Minor optimazation. 2007/07/25 12:18:49 af 1.15.12.3: #i18486# Added Animator and HighlightObject. 2007/04/26 12:19:30 af 1.15.12.2: #i75317# Reorganized code for managing the selection and the current slide into their own classes. 2007/03/12 15:35:34 af 1.15.12.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d419296ba52570e4f5476eb87a9c99d53d315f7f]

        INTEGRATION: CWS presenterview (1.5.204); FILE MERGED 2008/02/26 12:26:50 af 1.5.204.1: #i18486# Dropped the use of templates for implementing cache classes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [589cd12809cddccf1230d2e7fe1604605cade51a]

        INTEGRATION: CWS presenterview (1.4.354); FILE MERGED 2008/02/26 12:26:21 af 1.4.354.2: #i18486# Dropped the use of templates for implementing cache classes. 2007/04/26 15:40:06 af 1.4.354.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e0acde4215d8cbc41620ae12111973a9ef1caad0]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:43:08 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ec1c69e4b1a0e332203f387055e7e7407f4f99f2]

        INTEGRATION: CWS presenterview (1.7.8); FILE MERGED 2007/07/25 12:23:01 af 1.7.8.2: #i18486# Added Animator. 2007/04/27 09:44:00 af 1.7.8.1: #i75317# Added entries for CurrentSlideManager and Properties.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b5acb3e2f4454274990b0a68bfde8df6e4031725]

        INTEGRATION: CWS presenterview (1.27.52); FILE MERGED 2008/02/26 09:03:10 af 1.27.52.10: RESYNC: (1.30-1.31); FILE MERGED 2008/01/21 13:57:06 af 1.27.52.9: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2008/01/09 18:28:25 cl 1.27.52.8: #i15900# slideshow api consolidation 2007/12/13 10:29:48 af 1.27.52.7: RESYNC: (1.29-1.30); FILE MERGED 2007/07/24 10:58:29 af 1.27.52.6: #i18486# Fixed resync problems. 2007/07/11 09:08:20 af 1.27.52.5: RESYNC: (1.28-1.29); FILE MERGED 2007/04/27 09:41:16 af 1.27.52.4: #i75317# Modified function handling to allow the use of the SelectionFunction without ViewShell. 2007/04/26 08:48:05 af 1.27.52.3: #i18486# Resolved resync problems. 2007/04/19 15:59:05 af 1.27.52.2: RESYNC: (1.27-1.28); FILE MERGED 2007/03/12 15:35:33 af 1.27.52.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9a6f434e7e61d3876768d1541a4c51adc1e64fb7]

        INTEGRATION: CWS presenterview (1.6.54); FILE MERGED 2007/03/12 15:35:33 af 1.6.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [210b3ad10bd8e97ae6b97816bfb8358fbe48717e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/25 15:46:31 af 1.1.2.5: #i87413# Use indices to store pages that are to be selected later. 2007/08/13 09:11:37 af 1.1.2.4: #i18486# Adaption to changes in Animator. 2007/08/01 11:36:23 af 1.1.2.3: #i18486# Fixed include statement. 2007/07/25 12:22:32 af 1.1.2.2: #i18486# Added support for smooth scrolling. 2007/04/26 15:33:59 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f9a4d344b29259d9853a947a305658e162e2cbc7]

        INTEGRATION: CWS presenterview (1.31.10); FILE MERGED 2008/03/25 15:45:42 af 1.31.10.10: #i87413# Code cleanup. 2008/03/05 17:24:22 af 1.31.10.9: #i86733# Reintroduced SetCurrentPage() method that not only switches to a page but also selects it. 2008/02/26 09:03:18 af 1.31.10.8: RESYNC: (1.32-1.33); FILE MERGED 2008/01/21 13:51:55 af 1.31.10.7: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/09/11 12:41:28 af 1.31.10.6: #i18486# Added support for UIReadOnly property. 2007/08/01 11:35:36 af 1.31.10.5: #i18486# In destructor of SubstitutionHandler check validity of SlideSorter prior to accessing it. 2007/04/26 16:03:01 af 1.31.10.4: #i75317# Using the new CurrentSlideManager class. 2007/04/26 08:48:05 af 1.31.10.3: #i18486# Resolved resync problems. 2007/04/19 15:58:58 af 1.31.10.2: RESYNC: (1.31-1.32); FILE MERGED 2007/03/12 15:35:33 af 1.31.10.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a5e7ef6b2d5410a9bddd7428f1bdc2c8262aa0fe]

        INTEGRATION: CWS presenterview (1.3.388); FILE MERGED 2008/03/25 15:44:44 af 1.3.388.4: #i87413# Use indices to store pages that are to be selected later. 2008/01/21 13:49:47 af 1.3.388.3: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/04/26 15:21:58 af 1.3.388.2: #i75317# Using the new CurrentSlideManager. 2007/03/12 15:35:33 af 1.3.388.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [77afe898661729db408100f30ce1dcc594b9a3e3]

        INTEGRATION: CWS presenterview (1.6.54); FILE MERGED 2008/03/25 15:44:20 af 1.6.54.4: #i87413# Use indices to store pages that are to be selected later. 2008/01/21 13:48:34 af 1.6.54.3: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/04/26 15:19:58 af 1.6.54.2: #i75317# Using the new CurrentSlideManager. 2007/03/12 15:35:33 af 1.6.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [08cca4a734774a716be1d921817058d9a449e545]

        INTEGRATION: CWS presenterview (1.9.54); FILE MERGED 2008/02/26 09:03:14 af 1.9.54.5: RESYNC: (1.10-1.11); FILE MERGED 2007/09/11 15:30:33 af 1.9.54.4: RESYNC: (1.9-1.10); FILE MERGED 2007/06/19 09:36:19 af 1.9.54.3: #i18486# Added Connect() and Disconnect() methods. 2007/04/26 15:31:15 af 1.9.54.2: #i75317# Added SetLeft() method. 2007/03/12 15:35:32 af 1.9.54.1: #i75317# Remove dependecy of slide sorter on SlideSorterViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b7b28fc471dd282650e67aeb8bf51bfb7cd1a248]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/11 11:58:39 af 1.1.2.3: #i18486# Added properties that control showing the focus and modifiability. 2007/08/13 08:50:13 af 1.1.2.2: #i18486# Added some colors to the Properties. 2007/04/25 15:46:03 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b48be33474e443995fb5c7c11a2b971c60158b83]

        INTEGRATION: CWS presenterview (1.8.120); FILE MERGED 2007/04/26 15:52:16 af 1.8.120.3: #i75317# Moved code for setting current slide to new CurrentSlideManager class. 2007/04/26 08:48:04 af 1.8.120.2: #i18486# Resolved resync problems. 2007/03/12 15:34:06 af 1.8.120.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1ecad406e29fa5947c25269c8daddd81d9179b33]

        INTEGRATION: CWS presenterview (1.5.122); FILE MERGED 2007/04/26 14:25:46 af 1.5.122.1: #i75317# Using shared_ptr for PageDescriptor.  Passing Properties to page objects.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1e155491dee6745bbc09f05a3cbeb4d5c6be3749]

        INTEGRATION: CWS presenterview (1.6.256); FILE MERGED 2007/07/10 14:30:49 af 1.6.256.3: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/04/26 12:38:21 af 1.6.256.2: #i75317# Concentrated code for updating the edit mode in new UpdateEditMode() method. 2007/03/12 15:32:39 af 1.6.256.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [954a57067e872f1d6f02f096671d5005008652f9]

        INTEGRATION: CWS presenterview (1.15.18); FILE MERGED 2008/03/19 10:40:48 af 1.15.18.6: #i87200# Added validity check when HINT_PAGEORDERCHG is notified. 2008/01/21 13:47:23 af 1.15.18.5: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/07/10 14:30:29 af 1.15.18.4: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/04/26 12:37:02 af 1.15.18.3: #i75317# Concentrated code for updating the edit mode in new UpdateEditMode() method. 2007/04/26 08:48:04 af 1.15.18.2: #i18486# Resolved resync problems. 2007/03/12 15:31:50 af 1.15.18.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [15cc2a499dc5b291ae63f98c2c9216015746a477]

        INTEGRATION: CWS presenterview (1.5.54); FILE MERGED 2007/04/26 12:28:21 af 1.5.54.2: #i75317# Adaption to SlideSorterController reorganization. 2007/03/12 15:30:33 af 1.5.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [33e34b731c724fb87832f91d32c3e7a915dcf494]

        INTEGRATION: CWS presenterview (1.8.54); FILE MERGED 2007/04/26 12:27:49 af 1.8.54.2: #i75317# Adaption to SlideSorterController reorganization. 2007/03/12 15:29:52 af 1.8.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [cce95cf30c474b9d13f16cca825047d1ce95ce21]

        INTEGRATION: CWS presenterview (1.11.54); FILE MERGED 2007/04/26 12:16:38 af 1.11.54.2: #i75317# Addaption to SlideSorterController reorganization. 2007/03/12 15:27:35 af 1.11.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c20893d9531ac56780e110bb7ab3f5b134995d64]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/19 10:38:40 af 1.1.2.7: #i18486# Handle correctly the case of the slide sorter in the cente pane. 2008/03/05 17:22:34 af 1.1.2.6: #i86733# Code cleanup. 2008/01/21 13:45:57 af 1.1.2.5: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/12/12 13:37:14 af 1.1.2.4: #i18486# Added PrepareModelChange(). 2007/08/01 11:32:58 af 1.1.2.3: #i18486# Added HandleModelChange() method. 2007/07/25 12:21:13 af 1.1.2.2: #i18486# Added support for highlight object. 2007/04/26 12:21:51 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bd1ad7e45024f28d1804794d9bd9605a43191c2d]

        INTEGRATION: CWS presenterview (1.23.52); FILE MERGED 2008/01/21 13:41:45 af 1.23.52.6: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/07/24 10:58:29 af 1.23.52.5: #i18486# Fixed resync problems. 2007/07/11 09:08:13 af 1.23.52.4: RESYNC: (1.24-1.25); FILE MERGED 2007/04/26 12:14:52 af 1.23.52.3: #i75317# Addaption to SlideSorterController reorganization. 2007/04/26 08:48:04 af 1.23.52.2: #i18486# Resolved resync problems. 2007/03/12 15:25:32 af 1.23.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [31bed72ba67195f8a742ffac1f89a3060a79097e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/28 13:34:10 af 1.1.2.5: #i18486# ServeAnimations operates on copy of animation container. 2007/08/13 14:00:29 af 1.1.2.4: #i18486# Removed unused IsActive() and IsPainting() methods. 2007/08/13 08:48:27 af 1.1.2.3: #i18486# Have Animations managed more centralized. 2007/08/01 11:32:15 af 1.1.2.2: #i18486# Cleanup. 2007/07/25 12:01:42 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f6ebf227cd1496ab422894dfaf95c3b05f33ceb6]

        INTEGRATION: CWS presenterview (1.39.10); FILE MERGED 2008/01/21 13:40:41 af 1.39.10.14: #i18486# Dropped the use of XDrawPage references by SlsCurrentSlideManager in order to properly work with slideshows that have multiple references to one slide. 2007/12/12 13:35:53 af 1.39.10.13: #i18486# Optimizations and cleanup. 2007/09/11 15:30:25 af 1.39.10.12: RESYNC: (1.40-1.41); FILE MERGED 2007/08/14 09:17:54 af 1.39.10.11: #i18486# Using the WindowTextColor from StyleSettings as text color. 2007/08/13 08:47:25 af 1.39.10.10: #i18486# Added some colors to the Properties.  Animator is initialized with SlideSorter. 2007/08/03 08:30:16 af 1.39.10.9: #i18486# Removed erronously inserted comments. 2007/08/01 11:31:36 af 1.39.10.8: #i18486# Added highlight object. 2007/07/25 12:16:46 af 1.39.10.7: #i18486# Added Animator and HighlightObject. 2007/07/10 14:58:20 af 1.39.10.6: #i18486# Refactored WindowEventHandler. 2007/06/19 09:30:30 af 1.39.10.5: #i18486# Adaption to recent drawing framework API changes. 2007/04/26 12:19:00 af 1.39.10.4: #i75317# Reorganized code for managing the selection and the current slide into their own classes. 2007/04/26 08:48:04 af 1.39.10.3: #i18486# Resolved resync problems. 2007/04/19 15:58:22 af 1.39.10.2: RESYNC: (1.39-1.40); FILE MERGED 2007/03/12 15:22:29 af 1.39.10.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9e7a140154f9f1f52110bb7ac3aae881c9930d0a]

        INTEGRATION: CWS presenterview (1.6.8); FILE MERGED 2008/02/26 13:58:04 af 1.6.8.1: #i18486# Dropped the use of templates for implementing the preview cache.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c0c23599b415850566e879abbbf1245a990f4fd5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 13:57:27 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a1e7222273e96d6e9ebdf10c06b2d5300d81fc38]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 13:54:20 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [250d985771e8e61fa7923fd1d3b4d835b22945e0]

        INTEGRATION: CWS presenterview (1.6.74); FILE MERGED 2008/02/26 12:25:31 af 1.6.74.2: #i18486# Dropped the use of templates for implementing cache classes. 2007/04/26 15:41:42 af 1.6.74.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8122b2e8a9386073611d6621bda3e8a08d39770c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 13:53:55 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [38ff517301a4446d99a494d3935956d016508071]

        INTEGRATION: CWS presenterview (1.15.54); FILE MERGED 2008/02/26 12:23:35 af 1.15.54.4: #i18486# Dropped the use of templates for implementing cache classes. 2008/02/26 09:03:06 af 1.15.54.3: RESYNC: (1.16-1.17); FILE MERGED 2007/07/11 09:08:04 af 1.15.54.2: RESYNC: (1.15-1.16); FILE MERGED 2007/04/26 15:41:21 af 1.15.54.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1e6c04a8bd9ab555c73ae1ae39ead86061bd063c]

        INTEGRATION: CWS presenterview (1.8.54); FILE MERGED 2008/02/26 12:17:38 af 1.8.54.1: #i18486# Dropped the use of templates for implementing cache classes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [41622d70157da426de62d9504ee42f59ef9ba7a4]

        INTEGRATION: CWS presenterview (1.8.54); FILE MERGED 2008/02/27 09:14:42 af 1.8.54.2: #i18486# Resolved resync problems. 2008/02/26 12:15:12 af 1.8.54.1: #i18486# Dropped the use of templates for implementing cache classes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1fae1af40d689becbcf6d78f08260583e72bbb32]

        INTEGRATION: CWS presenterview (1.7.122); FILE MERGED 2008/02/26 12:14:31 af 1.7.122.2: #i18486# Dropped the use of templates for implementing cache classes. 2007/04/26 15:39:25 af 1.7.122.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fd0bdc36ba4dca1902e23c375a83fc5d4af6d0f1]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:59:17 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e34bf48cd2867fe089c6eddfeb40819e52906274]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:59:05 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a5b7c52dc3d5801a2b69a242b07aa3bb83598a80]

        INTEGRATION: CWS presenterview (1.9.210); FILE MERGED 2008/02/26 12:07:56 af 1.9.210.2: #i18486# Dropped the use of templates for implementing cache classes. 2007/04/26 15:38:54 af 1.9.210.1: #i75317# Separation of SlideSorter from ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [10ef66afb988cd3081b71fa7b4ac2b39102bf842]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/27 09:14:42 af 1.1.2.2: #i18486# Resolved resync problems. 2008/02/26 12:58:07 af 1.1.2.1: #i18486# Moved here from SlsGenericPageCache.hxx.  Dropped the use of templates for implementing this class.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c5448f1237499be809e01ec6c82fadec5330fdd1]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:56:34 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7a8372ca2ad32d768df51425497b9704e505bbd1]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:56:20 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [536498c88913d19505cf7d2d93a445503d215b05]

        INTEGRATION: CWS presenterview (1.4.354); FILE MERGED 2008/02/26 12:06:31 af 1.4.354.1: #i18486# Maximal cache size can be provided via constructor argument.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [86096b65e3aec1544e182b53c3c9e2a721dd0df1]

        INTEGRATION: CWS presenterview (1.7.122); FILE MERGED 2008/02/26 12:06:03 af 1.7.122.1: #i18486# Maximal cache size can be provided via constructor argument.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c266b495b63758bbd647c87ef79b95fbe71e7087]

        INTEGRATION: CWS presenterview (1.11.12); FILE MERGED 2008/01/09 18:28:25 cl 1.11.12.3: #i15900# slideshow api consolidation 2007/12/13 10:29:45 af 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/21 16:01:36 cl 1.11.12.1: #i71351# added XIndexAccess for slides in presentation and XComponent plus making deactivate async

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [78ea459374c1966f4a5245734989d3857775f573]

        INTEGRATION: CWS presenterview (1.18.12); FILE MERGED 2008/01/09 18:28:25 cl 1.18.12.4: #i15900# slideshow api consolidation 2007/08/01 11:30:38 af 1.18.12.3: #i18486# In getTransformation() return a properly initialized matrix for windows with zero width or height. 2007/07/24 11:59:16 af 1.18.12.2: RESYNC: (1.18-1.19); FILE MERGED 2007/03/21 16:01:36 cl 1.18.12.1: #i71351# added XIndexAccess for slides in presentation and XComponent plus making deactivate async

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9df39dbf35239d70f34cf67e0baa48b986ad0960]

        INTEGRATION: CWS presenterview (1.22.10); FILE MERGED 2008/03/26 10:45:50 cl 1.22.10.11: RESYNC: (1.24-1.25); FILE MERGED 2008/03/11 14:26:41 cl 1.22.10.10: #i83331# switch restore slide on correct viewshell 2008/01/24 12:19:37 af 1.22.10.9: #i18486# Fixed Linux compilation problems. 2008/01/11 14:20:52 cl 1.22.10.8: #i18486# fullscreen slideshow fix 2008/01/09 18:28:25 cl 1.22.10.7: #i15900# slideshow api consolidation 2007/12/13 10:26:48 af 1.22.10.6: RESYNC: (1.23-1.24); FILE MERGED 2007/10/26 12:26:39 af 1.22.10.5: #i18486# Added dummy implementations for new interface methods. 2007/10/10 14:25:07 cl 1.22.10.4: #i71351# removed busy loop 2007/04/19 15:58:14 af 1.22.10.3: RESYNC: (1.22-1.23); FILE MERGED 2007/03/21 16:01:36 cl 1.22.10.2: #i71351# added XIndexAccess for slides in presentation and XComponent plus making deactivate async 2007/02/27 09:09:00 cl 1.22.10.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [808a70e2198b15fe24233874b542547cec3325bb]

        INTEGRATION: CWS presenterview (1.40.10); FILE MERGED 2008/03/26 10:45:46 cl 1.40.10.20: RESYNC: (1.50-1.52); FILE MERGED 2008/03/11 14:26:41 cl 1.40.10.19: #i83331# switch restore slide on correct viewshell 2008/01/24 16:14:51 af 1.40.10.18: #i18486# Fixed use of XAnimationListener methods. 2008/01/24 12:19:37 af 1.40.10.17: #i18486# Fixed Linux compilation problems. 2008/01/11 14:20:52 cl 1.40.10.16: #i18486# fullscreen slideshow fix 2008/01/09 18:28:24 cl 1.40.10.15: #i15900# slideshow api consolidation 2007/12/13 10:17:04 af 1.40.10.14: RESYNC: (1.46-1.50); FILE MERGED 2007/10/26 12:26:21 af 1.40.10.13: #i18486# Added dummy implementations for new interface methods. 2007/10/10 14:25:07 cl 1.40.10.12: #i71351# removed busy loop 2007/09/11 15:30:17 af 1.40.10.11: RESYNC: (1.45-1.46); FILE MERGED 2007/07/24 11:59:11 af 1.40.10.10: RESYNC: (1.44-1.45); FILE MERGED 2007/07/24 10:58:28 af 1.40.10.9: #i18486# Fixed resync problems. 2007/07/11 09:07:55 af 1.40.10.8: RESYNC: (1.41-1.44); FILE MERGED 2007/07/10 14:51:32 af 1.40.10.7: #i18486# Avoid infinite recursion in getNextSlideByIndex(). 2007/04/26 08:48:03 af 1.40.10.6: #i18486# Resolved resync problems. 2007/04/19 15:58:07 af 1.40.10.5: RESYNC: (1.40-1.41); FILE MERGED 2007/03/21 16:05:07 cl 1.40.10.4: #i71351# added notification for started and ended 2007/03/21 16:01:36 cl 1.40.10.3: #i71351# added XIndexAccess for slides in presentation and XComponent plus making deactivate async 2007/03/12 15:20:06 af 1.40.10.2: #i75317# Remove dependency between slide sorter and ViewShell. 2007/02/27 09:08:59 cl 1.40.10.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bda4e0f19c8dd987caace616906ebcbe51a30688]

        INTEGRATION: CWS presenterview (1.9.52); FILE MERGED 2008/03/11 14:48:09 af 1.9.52.10: #i83331# Fixed typo. 2008/03/11 14:26:41 cl 1.9.52.9: #i83331# switch restore slide on correct viewshell 2008/03/06 10:30:54 af 1.9.52.8: #i86733# Be more carefull with shared_ptr to ViewShell before closing the frame. 2008/03/06 10:18:24 af 1.9.52.7: #i86733# Be more carefull with shared_ptr to ViewShell before closing the frame. 2008/01/24 12:19:37 af 1.9.52.6: #i18486# Fixed Linux compilation problems. 2008/01/11 14:20:52 cl 1.9.52.5: #i18486# fullscreen slideshow fix 2008/01/09 18:28:24 cl 1.9.52.4: #i15900# slideshow api consolidation 2007/04/19 15:57:59 af 1.9.52.3: RESYNC: (1.9-1.10); FILE MERGED 2007/03/21 16:01:35 cl 1.9.52.2: #i71351# added XIndexAccess for slides in presentation and XComponent plus making deactivate async 2007/02/27 09:08:59 cl 1.9.52.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [dcdc3f83e29edee6d6c3253cf5f00d5de31d0e4b]

        INTEGRATION: CWS presenterview (1.1.4); FILE ADDED 2008/01/11 14:20:52 cl 1.1.4.3: #i18486# fullscreen slideshow fix 2008/01/09 18:28:24 cl 1.1.4.2: #i15900# slideshow api consolidation 2007/12/11 14:40:44 cl 1.1.4.1: file showwindow.hxx was added on branch cws_src680_presenterview on 2008-01-09 18:28:24 +0000

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [01190b4b46093f40d078a4a6c0777fa37facc964]

        INTEGRATION: CWS presenterview (1.14.12); FILE MERGED 2008/03/31 15:17:45 cl 1.14.12.5: #i87400# no duplicate forewarding of keys 2008/03/25 14:53:34 cl 1.14.12.4: #i87400 do not foreward mouse events to viewshell anymore 2008/01/11 14:20:52 cl 1.14.12.3: #i18486# fullscreen slideshow fix 2008/01/09 18:28:24 cl 1.14.12.2: #i15900# slideshow api consolidation 2007/03/12 15:18:58 af 1.14.12.1: #i74730# Removed references to unused SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fcf8b7150e12e0a5f40a6aa11952973b2628983e]

        INTEGRATION: CWS presenterview (1.3.388); FILE MERGED 2008/01/09 18:28:24 cl 1.3.388.3: #i15900# slideshow api consolidation 2007/04/19 15:57:51 af 1.3.388.2: RESYNC: (1.3-1.4); FILE MERGED 2007/03/12 15:15:49 af 1.3.388.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5b021f79295c3f52fb5d8f63b579fb0d2ecf2264]

        INTEGRATION: CWS presenterview (1.3.120); FILE MERGED 2008/01/09 18:28:24 cl 1.3.120.5: #i15900# slideshow api consolidation 2007/06/19 09:11:25 af 1.3.120.4: #i18486# Adaption to recent drawing framework API changes. 2007/04/26 08:48:03 af 1.3.120.3: #i18486# Resolved resync problems. 2007/04/19 15:57:42 af 1.3.120.2: RESYNC: (1.3-1.4); FILE MERGED 2007/03/12 15:15:04 af 1.3.120.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7c03751838df193ccc8d53ab23329beb19d5b06c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:55:24 af 1.1.2.6: #i18486# Removed PresenterCanvasFactory.  Added CanvasUpdateRequester and PresenterPreviewCache. 2008/01/21 13:33:55 af 1.1.2.5: #i18486# Moved PresenterCanvas, PresenterTheme, PresenterPaneDecoration, SlideShowView to sdext.  Created PresenterHelper and integrated PresenterWorkaroundService into that. 2007/12/12 13:33:30 af 1.1.2.4: #i18486# Added PresenterCanvas, PresenterCanvasFactory, PresenterTextView. 2007/11/15 13:20:53 af 1.1.2.3: #i18486# Added PresenterWorkaroundService. 2007/09/11 11:56:02 af 1.1.2.2: #i18486# Added PresenterTheme. 2007/07/12 12:51:41 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4e7c922e8891de0a4936691f013d0713cc94eb82]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/29 14:34:40 af 1.1.2.8: #i18486# Be content with bitmap canvas instead of sprite canvas. 2007/12/12 13:28:52 af 1.1.2.7: #i18486# Added implementation for new createPreviewForCanvas() method. 2007/10/16 15:57:31 af 1.1.2.6: #i18486# Added nSuperSampleFactor argument to createPreview() method. 2007/07/26 08:30:12 af 1.1.2.5: #i18486# Resolved resync conflict. 2007/07/25 12:10:05 af 1.1.2.4: #i18486# Added calculatePreviewSize(). 2007/07/24 10:58:28 af 1.1.2.3: #i18486# Fixed resync problems. 2007/07/12 14:38:01 af 1.1.2.2: #i18486# Initial revision. 2007/07/12 13:04:58 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4302d812af52c41aa1e6ddfad60126c46ff19381]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/29 14:34:33 af 1.1.2.10: #i18486# Be content with bitmap canvas instead of sprite canvas. 2007/12/14 09:36:40 af 1.1.2.9: #i18486# Resolved resync problems. 2007/12/12 13:30:29 af 1.1.2.8: #i18486# Added implementation for new createPreviewForCanvas() method. 2007/10/16 15:57:08 af 1.1.2.7: #i18486# Added nSuperSampleFactor argument to createPreview() method. 2007/08/01 11:28:21 af 1.1.2.6: #i18486# Added missing throw statement. 2007/07/26 08:28:12 af 1.1.2.5: #i18486# Resolved resync conflict. 2007/07/25 12:11:58 af 1.1.2.4: #i18486# Added calculatePreviewSize(). 2007/07/24 10:58:28 af 1.1.2.3: #i18486# Fixed resync problems. 2007/07/12 14:39:26 af 1.1.2.2: #i18486# Introduced new XSlideRenderer interface. 2007/07/12 13:05:12 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6b9920c1a6d6e9b64892c4f59e6050bcfd979087]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/12 12:45:02 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [8eb793ffe72fd43af88db95dbb64105e5452076d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/19 10:37:08 af 1.1.2.7: #i18486# Enabled transparent background. 2008/02/28 16:53:43 af 1.1.2.6: #i18486# TotalHeight property is updated when font size changes. 2008/02/26 12:02:34 af 1.1.2.5: #i18486# Added TotalHeight property. 2008/01/29 14:34:20 af 1.1.2.4: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/21 13:21:16 af 1.1.2.3: #i18486# Addeded support for vertical scrolling. 2007/12/14 09:36:40 af 1.1.2.2: #i18486# Resolved resync problems. 2007/12/12 12:45:29 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ffc1eae3219be86c739b109c29fae1d4cb8bc48e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:52:22 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [63d56b1cd3776969e4b86578d61a197553b42ba4]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:52:35 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [68355190cb0b5d94834f3c51d810817f3f799028]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:01:14 af 1.1.2.3: #i18486# Added createSharedCanvas() moved implementation of createCanvas() here from PresenterCanvasFactory. 2008/01/29 14:34:10 af 1.1.2.2: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/21 10:28:33 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [179bac2f554207515d5b3dbd9ed22dda87a931d2]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:00:56 af 1.1.2.4: #i18486# Added createSharedCanvas() moved implementation of createCanvas() here from PresenterCanvasFactory. 2008/01/29 14:34:03 af 1.1.2.3: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/24 12:19:37 af 1.1.2.2: #i18486# Fixed Linux compilation problems. 2008/01/21 10:29:21 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1206dd7dc9aa938e4475b23df1250bf840b19aa0]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 10:50:04 af 1.1.2.10: #i18486# Not used anymore.  Some functionality moved to PresenterHelper. 2008/01/30 12:06:55 af 1.1.2.9: #i18486# Code cleanup. 2008/01/30 11:46:45 af 1.1.2.8: #i18486# Removed support for canvases for sprites. 2008/01/29 14:33:52 af 1.1.2.7: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/24 12:19:37 af 1.1.2.6: #i18486# Fixed Linux compilation problems. 2008/01/21 13:16:37 af 1.1.2.5: #i18486# Addeded argument to GetCanvas() to allow creation of specific canvas.  Update flag is honored by UpdateRequester.  AddSharedWindow() accepts existing canvas. 2008/01/09 18:28:24 cl 1.1.2.4: #i15900# slideshow api consolidation 2007/12/14 09:36:39 af 1.1.2.3: #i18486# Resolved resync problems. 2007/12/12 13:10:18 af 1.1.2.2: #i18486# Moved PresenterCanvas declaration and definition to its own file. 2007/11/28 13:43:14 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b80950d1bf59f5362bcdb8db2d30e1edfa5c9cdc]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 11:03:32 af 1.1.2.6: #i18486# Supporting different canvas for sharing and sprite construction. 2008/01/30 15:24:47 af 1.1.2.5: #i18486# Fixed repainting of the preview. 2008/01/21 11:02:38 af 1.1.2.4: #i18486# Track changes of the window offset. 2008/01/09 15:35:10 af 1.1.2.3: #i18486# Added support for css::rendering::XBitmap. 2007/12/14 09:36:39 af 1.1.2.2: #i18486# Resolved resync problems. 2007/12/12 12:24:27 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fb4dc431053c207fd29ceb143b6c1c1bf69f9d26]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 10:53:23 af 1.1.2.6: #i18486# Supporting different canvas for sharing and sprite construction. 2008/01/30 15:15:47 af 1.1.2.5: #i18486# Fixed repainting of the preview. 2008/01/21 11:01:28 af 1.1.2.4: #i18486# Track changes of the window offset. 2008/01/09 15:33:53 af 1.1.2.3: #i18486# Added support for css::rendering::XBitmap. 2007/12/14 09:36:39 af 1.1.2.2: #i18486# Resolved resync problems. 2007/12/12 12:30:58 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4eb00aecbc14ca5594397821a9b7723f05aaa89d]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:48:37 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [480f36eb5e938fc8852427127636413ca67c4424]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/26 12:49:05 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [64e65b8cf7cc7b364173b11bbbe08ebf294e83cc]

        INTEGRATION: CWS presenterview (1.4.216); FILE MERGED 2008/01/23 10:52:16 af 1.4.216.1: #i18486# Added support UNO object resources.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a6cd7d477c1ca6984981b763a9356757acbf2cdb]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/11 10:52:57 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a03b6be5111a2851876326ee33658ea509dd8c4b]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/11/15 12:58:25 af 1.2.22.5: #i18486# Made GetConfigurationNode(,) static. 2007/09/11 11:37:41 af 1.2.22.4: #i18486# Added GetConfigurationNode variant that takes additional node parameter from which to search relatively. 2007/08/13 08:33:43 af 1.2.22.3: #i18486# GetConfigurationNode returns Any. 2007/07/11 09:07:27 af 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/19 09:10:44 af 1.2.22.1: #i18486# Pass element names to functor in ForAll.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [629e39fa0f5adace1778721794735c03e96ec521]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/11/15 12:56:16 af 1.2.22.1: #i18486# Added isAnchorOnly() method.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e8f7afa602685906306dfa258d37882779d40166]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/01/23 10:46:44 af 1.2.22.1: #i18486# Added support for arguments to the resource URL.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e5d6affc71eaad07052fa9570ad1decede3d5fe5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/11 11:33:58 af 1.1.2.2: #i18486# Added mxController member. 2007/07/12 12:36:42 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [17836c1d7b7f103e28458495d735502cea253742]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/12/12 13:08:39 af 1.2.22.3: #i18486# Added overloadable CreateCanvas() method. 2007/11/15 12:46:24 af 1.2.22.2: #i18486# Added isAnchorOnly() method. 2007/06/19 09:08:20 af 1.2.22.1: #i18486# Code cleanup.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a69788495e730704d2887fae1fd32dad7a888980]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/07/10 14:29:14 af 1.2.22.2: #i18486# Typos. 2007/06/19 08:14:07 af 1.2.22.1: #i18486# Added code for instantiating services at framework startup.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [218d25133b7e86ff72d328794dec00cedcbc9181]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/03/26 10:45:43 cl 1.2.22.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/19 08:48:29 af 1.2.22.1: #i18486# Adaption to recent framework API changes.  Cleanup of callback code.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [179480129a469e21773d78767733238d83bf84e5]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/18 14:46:06 af 1.2.22.1: #i18486# Adaption to API changes.  Moved member variables into Implementation class.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2d3e47bc130b4a14c149d2a14fde63cf3e08bbb0]

        INTEGRATION: CWS presenterview (1.30.54); FILE MERGED 2008/03/26 10:45:39 cl 1.30.54.5: RESYNC: (1.32-1.33); FILE MERGED 2008/01/09 18:28:24 cl 1.30.54.4: #i15900# slideshow api consolidation 2007/12/13 10:17:00 af 1.30.54.3: RESYNC: (1.31-1.32); FILE MERGED 2007/07/24 11:59:05 af 1.30.54.2: RESYNC: (1.30-1.31); FILE MERGED 2007/02/27 09:08:27 cl 1.30.54.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7daa0c274b86db62071a67a53ec72d0ed84851eb]

        INTEGRATION: CWS presenterview (1.4.388); FILE MERGED 2008/01/11 14:19:04 cl 1.4.388.4: #i18486# fullscreen slideshow fix 2008/01/09 18:28:24 cl 1.4.388.3: #i15900# slideshow api consolidation 2007/04/19 15:52:53 af 1.4.388.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/27 09:08:27 cl 1.4.388.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f330401116f2b8522cb7669d44a90ec2f8e2659a]

        INTEGRATION: CWS presenterview (1.12.14); FILE MERGED 2008/01/09 18:28:24 cl 1.12.14.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9e3aa53361ef4fce52e8c0fe660a23231facb0e8]

        INTEGRATION: CWS presenterview (1.8.388); FILE MERGED 2008/01/09 18:28:24 cl 1.8.388.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [86090efcbbe3beaa52ef21d22e0a2de7c296265d]

        INTEGRATION: CWS presenterview (1.5.22); FILE MERGED 2007/11/15 12:55:21 af 1.5.22.2: #i18486# Added isAnchorOnly() method. 2007/06/19 09:06:15 af 1.5.22.1: #i18486# TabControl is now a member, not a base class.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b1a9f15ed0aed0cd9df2d36fa21f996cc74ad79b]

        INTEGRATION: CWS presenterview (1.9.22); FILE MERGED 2007/07/10 14:28:15 af 1.9.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [60b62639328e254ed86eb58ae54084526a6b3201]

        INTEGRATION: CWS presenterview (1.9.98); FILE MERGED 2008/02/26 09:03:03 af 1.9.98.3: RESYNC: (1.10-1.11); FILE MERGED 2007/07/11 09:06:26 af 1.9.98.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/10 14:28:00 af 1.9.98.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [668493b8d95fc5b7ae6f7d7c97bba153bc928956]

        INTEGRATION: CWS presenterview (1.18.20); FILE MERGED 2008/01/09 18:28:24 cl 1.18.20.3: #i15900# slideshow api consolidation 2007/07/24 11:58:12 af 1.18.20.2: RESYNC: (1.19-1.21); FILE MERGED 2007/07/10 14:27:44 af 1.18.20.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [01444eb5b3caba3fda7d177176efec5365be143a]

        INTEGRATION: CWS presenterview (1.21.52); FILE MERGED 2008/01/09 18:28:24 cl 1.21.52.5: #i15900# slideshow api consolidation 2007/09/11 11:32:23 af 1.21.52.4: #i18486# Turned SubControllers into components. 2007/07/11 09:06:04 af 1.21.52.3: RESYNC: (1.22-1.23); FILE MERGED 2007/04/19 15:52:01 af 1.21.52.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/12 15:13:57 af 1.21.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f9f2f4674bc3feaf319cbd7c03ba94526a1bf968]

        INTEGRATION: CWS presenterview (1.4.20); FILE MERGED 2008/03/26 10:45:36 cl 1.4.20.3: RESYNC: (1.5-1.6); FILE MERGED 2007/07/11 09:05:56 af 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/10 14:27:27 af 1.4.20.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4ac55df03f498274c43f5cac63aa5799f623aad7]

        INTEGRATION: CWS presenterview (1.9.22); FILE MERGED 2008/03/26 10:45:32 cl 1.9.22.4: RESYNC: (1.9-1.10); FILE MERGED 2007/09/11 11:30:07 af 1.9.22.3: #i18486# Turned SubControllers into components. 2007/08/03 08:28:50 af 1.9.22.2: #i18486# Added ExpandPanel() and CollapsePanel() methods. 2007/06/19 09:03:01 af 1.9.22.1: #i18486# Added HidePanel() method.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [929d6ae60ee5b3f8e85cb7438bc8a6ec1ff11f9e]

        INTEGRATION: CWS presenterview (1.10.54); FILE MERGED 2007/09/11 11:28:46 af 1.10.54.4: #i18486# Turned SubControllers into components. 2007/06/19 09:01:50 af 1.10.54.3: #i18486# Added static Create() method. 2007/04/19 15:51:07 af 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2007/03/12 15:12:24 af 1.10.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c95a9fda34b87c04ba527590446b888631d1bc8b]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/08/01 11:22:45 af 1.1.2.5: #i18486# Added IsValid() method. 2007/06/19 09:00:28 af 1.1.2.4: #i18486# Removed Resize() method. 2007/04/26 09:34:42 af 1.1.2.3: #i75317# Added SetCurrentFunction() method. 2007/04/26 08:48:03 af 1.1.2.2: #i18486# Resolved resync problems. 2007/03/12 14:43:40 af 1.1.2.1: #i75317# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [2598f63ef166961ba02d8ad8d8905e604b905761]

        INTEGRATION: CWS presenterview (1.9.256); FILE MERGED 2007/09/11 11:26:40 af 1.9.256.2: #i18486# Turned SubControllers into components. 2007/03/12 15:10:50 af 1.9.256.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [55d9da492fbe6c184e9026d5f1936470ee131b59]

        INTEGRATION: CWS presenterview (1.13.256); FILE MERGED 2007/09/25 07:43:46 af 1.13.256.2: #i18486# Added disposing(). 2007/09/11 11:23:17 af 1.13.256.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c160a47b3697a9f7a14e18fc081fdf0c830d3a1e]

        INTEGRATION: CWS presenterview (1.14.210); FILE MERGED 2007/09/11 11:21:13 af 1.14.210.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fe27f3d21d7dd12937658069a7d5f64f064f1e4b]

        INTEGRATION: CWS presenterview (1.4.216); FILE MERGED 2007/04/26 09:24:44 af 1.4.216.1: #i75317# Fixed wrong frame handling.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7d4ea159605c0573a14bae31c477cbd8053aecbb]

        INTEGRATION: CWS presenterview (1.6.52); FILE MERGED 2008/01/09 18:28:24 cl 1.6.52.4: #i15900# slideshow api consolidation 2007/04/26 08:48:03 af 1.6.52.3: #i18486# Resolved resync problems. 2007/04/19 15:50:49 af 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/12 15:09:58 af 1.6.52.1: #i75320# Moved code for starting a presentation to PresentationStarter.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [30b7d12c70c1107bcf69c9d31ad48014aeb03d61]

        INTEGRATION: CWS presenterview (1.13.22); FILE MERGED 2007/09/11 11:19:42 af 1.13.22.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b8b420c7372d236d20d5b5aef2b9664b7a8e5753]

        INTEGRATION: CWS presenterview (1.8.22); FILE MERGED 2007/07/10 14:26:54 af 1.8.22.1: #i18486# Storing main view shell window.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [de4fd38ccecc7361c24ac68b06f74983e212028a]

        INTEGRATION: CWS presenterview (1.5.216); FILE MERGED 2007/06/19 08:57:29 af 1.5.216.1: #i18486# Added EID_CONFIGURATION_UPDATED.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e665b99098e23d7be3577147c3355c0deb1a1297]

        INTEGRATION: CWS presenterview (1.23.12); FILE MERGED 2008/03/26 10:45:29 cl 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2007/09/11 11:18:22 af 1.23.12.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ef96868a8b413bec17e840a8364012580b2bab21]

        INTEGRATION: CWS presenterview (1.4.256); FILE MERGED 2007/09/11 11:14:38 af 1.4.256.1: #i18486# Turned SubControllers into components.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [13f05e4a755ae59b9e5249b075cd08b8b5c2d3fa]

        INTEGRATION: CWS presenterview (1.14.22); FILE MERGED 2008/01/11 14:18:20 cl 1.14.22.5: #i18486# forbid the closing of the frame that started a fullscreen slideshow 2007/09/25 07:43:01 af 1.14.22.4: #i18486# Replaced const static ints with enum to avoid compiler problems. 2007/09/11 11:09:17 af 1.14.22.3: #i18486# Turned SubControllers into components.  Changed property ids from enum into constants. 2007/07/11 09:05:30 af 1.14.22.2: RESYNC: (1.14-1.16); FILE MERGED 2007/06/19 08:54:54 af 1.14.22.1: #i18486# Adaption to recent drawing framework API changes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f49e8cadd76b783bf9e7128dfe8d88e30ec78e86]

        INTEGRATION: CWS presenterview (1.5.54); FILE MERGED 2007/03/12 15:08:43 af 1.5.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d7eb9bd40f4a0400f22ca9b643883cbd2a5c1296]

        INTEGRATION: CWS presenterview (1.5.54); FILE MERGED 2007/03/12 15:08:04 af 1.5.54.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [03a3d53b71d29a1beaa9289f1fc13c3b2214dc9f]

        INTEGRATION: CWS presenterview (1.19.370); FILE MERGED 2007/07/24 11:57:24 af 1.19.370.3: RESYNC: (1.20-1.21); FILE MERGED 2007/07/11 09:04:48 af 1.19.370.2: RESYNC: (1.19-1.20); FILE MERGED 2007/04/26 08:48:02 af 1.19.370.1: #i18486# Resolved resync problems.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [206c802526e394f58b8a43d8f804a1fc4566f4a5]

        INTEGRATION: CWS presenterview (1.48.18); FILE MERGED 2008/03/26 10:45:23 cl 1.48.18.4: RESYNC: (1.50-1.53); FILE MERGED 2008/01/09 18:28:23 cl 1.48.18.3: #i15900# slideshow api consolidation 2007/07/11 09:04:04 af 1.48.18.2: RESYNC: (1.48-1.50); FILE MERGED 2007/07/10 14:26:00 af 1.48.18.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [eb81fa0f603a4ab904166bec8c23ddbc47b99094]

        INTEGRATION: CWS presenterview (1.11.54); FILE MERGED 2007/07/11 09:03:51 af 1.11.54.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/21 13:24:50 af 1.11.54.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9b4bdecaac925c8d016b712eea16dd2b60731d44]

        INTEGRATION: CWS presenterview (1.48.54); FILE MERGED 2008/01/09 18:28:23 cl 1.48.54.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ea62523b55a5feb872e75ae230c1e36eb59ef011]

        INTEGRATION: CWS presenterview (1.33.12); FILE MERGED 2008/01/09 18:28:23 cl 1.33.12.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c361e283d50731f5dfdb8d0f93fd427afa104afc]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:51:01 af 1.2.22.1: #i18486# Renamed FrameworkContainer to ../configuration/ResourceFactoryManager.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [169febba0e131f3eb072398aa2ee4231c917272d]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/03/26 10:45:17 cl 1.2.22.4: RESYNC: (1.2-1.3); FILE MERGED 2008/01/11 14:17:44 cl 1.2.22.3: #i18486# do not loop endlessly if there is no event comming 2007/11/15 12:53:34 af 1.2.22.2: #i18486# Changed pane URLs to use .../pane/... instead of .../floater/... 2007/06/19 08:48:45 af 1.2.22.1: #i18486# Adaption to recent framework API changes.  Cleanup of callback code.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [ff887378f66e399ddca97426d0d0bcbae43e9561]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/02/26 09:02:57 af 1.2.22.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/24 10:58:28 af 1.2.22.2: #i18486# Fixed resync problems. 2007/06/19 08:34:55 af 1.2.22.1: #i18486# Added ToolBarModule.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [450e3d5c39aa5a8bfde8ec9364408ae559494a00]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:31:32 af 1.2.22.1: #i18486# Use the resource object provided by an event to improve behaviour during configuration update

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5e298b852b52e1666417557617d89bf1570ef53c]

        INTEGRATION: CWS presenterview (1.3.22); FILE MERGED 2007/06/19 08:32:35 af 1.3.22.1: #i18486# Use the resource object provided by an event to improve behaviour during configuration update

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [bc9474642046d1f56d90d1349c9e533ee9fd069f]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/06/18 15:15:39 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3fd17a6d7fec0aeb408dd3a42188adb0fe5662d5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/07/10 14:48:52 af 1.1.2.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/18 15:15:52 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a872beb42646fd7a5f47581a7baf15a789f2f7bb]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:27:38 af 1.2.22.1: #i18486# The task pane service is not used anymore.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6e6d316b95b4bac47dd510c625946d2726fe9369]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:25:05 af 1.2.22.1: #i18486# Use the resource object provided by an event to improve behaviour during configuration update

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [765b5f301841b452d3ed667f6e419d858d7b03d0]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:25:55 af 1.2.22.1: #i18486# Use the resource object provided by an event to improve behaviour during configuration update

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b5a0efbccac8cbc33f0363a7bbb0346b684431bb]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:19:44 af 1.2.22.1: #i18486# Handle a missing center pane correctly.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3853082aef5d6c80ba68b0087126959285cc1f97]

        INTEGRATION: CWS presenterview (1.3.22); FILE MERGED 2007/06/19 08:21:33 af 1.3.22.1: #i18486# Handle a missing center pane correctly.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [15684671238f0be95b8ceb3707ed534bf33cb93d]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/10/16 15:28:38 af 1.2.22.3: #i18486# Put code in ProcessStartupService in try/catch block. 2007/06/19 14:37:08 af 1.2.22.2: #i18486# Code cleanup. 2007/06/19 08:05:58 af 1.2.22.1: #i18486# Added code for instantiating services at framework startup.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4d788463cb16f7bff16cfe5bf9dedd9ee03eda37]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/02/26 09:03:00 af 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/19 08:02:55 af 1.2.22.1: #i18486# Added use of ToolBarModule.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9bc60205e79bb03e3ea0620dfc19b2eded70d8ba]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:02:24 af 1.2.22.1: #i18486# Added use of ToolBarModule.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9762590ecaaa2bff002cc1d14431a99b931202d2]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/19 08:01:19 af 1.2.22.1: #i18486# Adaption to recent framework API changes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a451882d23fd2685ab42500a71e7d22d2a09a9e7]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/07/10 14:24:33 af 1.2.22.2: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/19 08:01:42 af 1.2.22.1: #i18486# Adaption to recent framework API changes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9d986e3393e2f15b3581672543665e5e11e558fa]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/07/10 15:06:04 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a573f260457354abe75642eac61407d8fbd68c2b]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/15 12:50:25 af 1.1.2.3: #i18486# Added isAnchorOnly() method. 2007/09/25 07:41:27 af 1.1.2.2: #i18486# Using VCLUnoHelper instead of tunnel to obtain Window pointer for XWindow reference. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6c8afa46b40357d0beaa95c65ef70d666a3be7e1]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0c5ca28461b582b283cb155c342abbdb0251cb2c]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/19 10:34:29 af 1.1.2.4: #i18486# Show AND expand activated resources. 2007/11/15 12:49:35 af 1.1.2.3: #i18486# Added isAnchorOnly() method. 2007/08/03 08:27:28 af 1.1.2.2: #i18486# Panels are collapsed not hidden when deactivated. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d8b1c1ca589c141cfc983d96cf88eb3b3ce9378e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/09 18:28:23 cl 1.1.2.6: #i15900# slideshow api consolidation 2007/11/15 12:48:00 af 1.1.2.5: #i18486# Added isAnchorOnly() method. 2007/10/26 12:23:07 af 1.1.2.4: #i18486# Removed dependency from one static OUString to another in another module. 2007/09/11 11:07:09 af 1.1.2.3: #i18486# Deactivation of the presentation marker stops the slide show. 2007/07/25 12:14:55 af 1.1.2.2: #i18486# Added documentation. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [504019c936052e487276f65758e10ece574b9c3e]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/12 13:06:26 af 1.1.2.4: #i18486# Added overloadable CreateCanvas() method. 2007/11/15 12:44:12 af 1.1.2.3: #i18486# Added isAnchorOnly() method. 2007/09/11 11:06:04 af 1.1.2.2: #i18486# Cleanup. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d137f17c21e6ad3c2d68b0341dc39151226dd0ca]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/03 15:34:35 af 1.1.2.10: #i18486# Code cleanup. 2008/02/28 16:26:09 af 1.1.2.9: #i18486# FullScreenPane creates a new top-level window. 2008/02/26 10:46:30 af 1.1.2.8: #i18486# Creating canvas directly without CanvasFactory. 2008/01/21 10:50:47 af 1.1.2.7: #i18486# Added support for arguments of the resource URL. 2007/12/12 12:53:58 af 1.1.2.6: #i18486# Added CreateCanvas() mathod. 2007/11/15 12:51:01 af 1.1.2.5: #i18486# Added mnSavedBorderStyle member. 2007/09/25 07:38:56 af 1.1.2.4: #i18486# Added disposing(). 2007/07/20 07:37:56 af 1.1.2.3: #i18486# Added GetWorkWindow() method. 2007/07/18 09:36:38 af 1.1.2.2: #i18486# Hide layout manager. 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9f789cbf7aefb29fac2c0f1507abd6195f487afe]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:26:09 af 1.1.2.10: #i18486# FullScreenPane creates a new top-level window. 2008/02/26 10:46:17 af 1.1.2.9: #i18486# Creating canvas directly without CanvasFactory. 2008/01/29 14:33:15 af 1.1.2.8: #i18486# Be content with bitmap canvas instead of sprite canvas. 2008/01/21 10:50:18 af 1.1.2.7: #i18486# Added support for arguments of the resource URL. 2007/12/12 13:03:07 af 1.1.2.6: #i18486# Added support for shared canvas via the PresenterCanvasFactory. 2007/11/15 12:51:49 af 1.1.2.5: #i18486# Added mnSavedBorderStyle member. 2007/09/25 07:40:04 af 1.1.2.4: #i18486# Added disposing(). 2007/07/20 07:36:22 af 1.1.2.3: #i18486# Added GetWorkWindow() method. 2007/07/18 09:35:34 af 1.1.2.2: #i18486# Hide layout manager. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6914a390f7efdeebf432d8c754778b0d59a4bdb7]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/15 12:43:24 af 1.1.2.3: #i18486# Corrected documentation. 2007/11/15 12:42:29 af 1.1.2.2: #i18486# Added isAnchorOnly() method. 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0f4a0a45de9dfdd9343480ac8425eb70aa00c8ca]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/11/15 12:43:00 af 1.1.2.2: #i18486# Added isAnchorOnly() method. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [90f91d2a4b67ccbdd6775781da5f02c90f0acf78]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/25 07:37:35 af 1.1.2.2: #i18486# Added overload of getWindow(). 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [653d3f891475fc4f10bc4d7148fb3d272b88fddd]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/12/13 09:43:53 af 1.1.2.4: #i18486# Merged in changes made in other CWSs (before file was moved.) 2007/09/25 07:36:21 af 1.1.2.3: #i18486# Added overload of getWindow(). 2007/09/11 15:03:28 af 1.1.2.2: #i79703# Do not dispose the pane when the window is disposed. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9b9160e9c29d38c83d94e71e5ce7b98a696c1b16]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/25 07:35:21 af 1.1.2.2: #i18486# Cleanup. 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [512c724e487318253a6fc46763476b15d615f6f3]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/09/25 07:34:17 af 1.1.2.3: #i18486# Using VCLUnoHelper instead of tunnel to obtain Window pointer for XWindow reference. 2007/09/11 11:02:38 af 1.1.2.2: #i18486# Turned SubControllers into components. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [01ab5dd9993dadb778f09f7591340b2363fd5545]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e226edcc46f766b7ced11fd8f9f405ecc5dc6245]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:26:09 af 1.1.2.5: #i18486# FullScreenPane creates a new top-level window. 2008/02/26 10:44:22 af 1.1.2.4: #i18486# Passing XComponentContext to constructor of FullScreenPane. 2007/11/15 12:40:19 af 1.1.2.3: #i18486# Removed CheckEmptyChildWindows() method. 2007/11/15 12:32:42 af 1.1.2.2: #i18486# Changed pane URLs to use .../pane/... instead of .../floater/... 2007/07/10 15:05:42 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [165871f075bac4a3a24641197840f792d35b70be]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/02/28 16:26:09 af 1.1.2.6: #i18486# FullScreenPane creates a new top-level window. 2008/02/26 10:43:55 af 1.1.2.5: #i18486# Passing XComponentContext to constructor of FullScreenPane. 2007/12/14 09:36:39 af 1.1.2.4: #i18486# Resolved resync problems. 2007/12/13 09:41:07 af 1.1.2.3: #i18486# Merged in changes made in other CWSs (before file was moved.) 2007/11/15 12:38:07 af 1.1.2.2: #i18486# Removed CheckEmptyChildWindows() method. 2007/07/10 15:05:27 af 1.1.2.1: #i18486# Moved here from ..\module

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f5f2ce6fabf292c8a3a3cb78bf5c51ac131b25ac]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/18 15:06:57 af 1.2.22.1: #i18486# Added ConfigurationControllerResourceManager and ResourceFactoryManager.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d3b7879ba6ae2614733c09c834f41ea3fd6f3f60]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/01/23 10:45:39 af 1.2.22.2: #i18486# Added support for arguments to the resource URL. 2007/11/15 12:30:12 af 1.2.22.1: #i18486# Changed comparison to double lexicographic order.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [9b02236e37394afed10d2deecc99101c877c804a]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 10:38:14 af 1.1.2.2: #i18486# Added support for arguments of the resource URL. 2007/06/18 15:14:07 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [73528c6142c59917e6950c749424e42fddae216a]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/01/21 10:35:38 af 1.1.2.2: #i18486# Added support for arguments of the resource URL. 2007/06/18 15:14:22 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f8596622deb084050b426e904fcdfa4a10029c7e]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/18 15:05:05 af 1.2.22.1: #i18486# Code and comment cleanup.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f91d218475314b4013b15cdfe0b4008938c9f4ef]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/07/24 10:58:28 af 1.2.22.1: #i18486# Fixed resync problems.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b2c3b511465ee11f7205150fd93cb1296a4d7415]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/12/12 12:51:27 af 1.2.22.4: #i18486# Added GetRequestedConfiguration() method. 2007/11/28 13:48:22 af 1.2.22.3: #i18486# Code cleanup. 2007/11/15 12:22:54 af 1.2.22.2: #i18486# Added CheckPureAnchors() method. 2007/06/18 15:02:10 af 1.2.22.1: #i18486# Added arguments to constructor.  Moved resource activation and deactivation to ResourceManager.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [23f12e55edcfdc65a9206a2c443335d75ac8c45b]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/02/27 09:14:41 af 1.2.22.6: #i18486# Resolved resync problems. 2008/02/26 09:02:53 af 1.2.22.5: RESYNC: (1.2-1.3); FILE MERGED 2007/12/12 12:52:36 af 1.2.22.4: #i18486# Added GetRequestedConfiguration() method. 2007/11/28 13:47:51 af 1.2.22.3: #i18486# Code cleanup. 2007/11/15 12:07:11 af 1.2.22.2: #i18486# Added CheckPureAnchors() method. 2007/06/18 15:03:24 af 1.2.22.1: #i18486# Added arguments to constructor.  Moved resource activation and deactivation to ResourceManager.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b210da69911a1064ab9fd0adfba18c1196ae12f5]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2007/06/15 14:14:00 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b1c4410bdbd74b043dd7b5dd669b1bb57cf65d44]

        INTEGRATION: CWS presenterview (1.1.2); FILE ADDED 2008/03/19 10:31:54 af 1.1.2.4: #i18486# Do not remove resource factories for DisposedExceptions of different origin. 2007/09/25 07:31:28 af 1.1.2.3: #i18486# Catching Exceptions when activating resources. 2007/07/10 14:47:37 af 1.1.2.2: #i18486# Fixed the resource deactivation order. 2007/06/15 14:13:47 af 1.1.2.1: #i18486# Initial revision.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [0cdf453f95098ae6a34d69c8eb60c24b5f4611dc]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/18 14:58:38 af 1.2.22.1: #i18486# Added a variant of NotifyListeners.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [902a6f7688376a5a63d936a4ceb193bc525cbe2e]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/06/18 14:59:54 af 1.2.22.1: #i18486# Added a variant of NotifyListeners.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [4627f5baaca47784f25391c8f3fcec7619834925]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2008/01/21 10:33:25 af 1.2.22.3: #i18486# Added some guards against mpImplementation being NULL. 2007/12/12 12:50:07 af 1.2.22.2: #i18486# Fixed the disposing of the ConfigurationController to avoid crashes when reloading. 2007/06/18 14:50:18 af 1.2.22.1: #i18486# Adaption to API changes.  Moved member variables into Implementation class.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [e6b89ae8c003541a7b555d2971f09554792560bc]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/11/15 12:04:39 af 1.2.22.2: #i18486# Using modified resource id comparison. 2007/06/15 14:37:15 af 1.2.22.1: #i18486# Added global functions that make this class a UNO service.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [1b722dd0e730f622d2a73b96bdaefdfefca43c7b]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/12/12 12:47:10 af 1.2.22.3: #i18486# Added Clear() method. 2007/09/11 15:28:39 af 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/15 14:35:48 af 1.2.22.1: #i18486# Added ProcessUntilEmpty() method.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b79c7bee135a24fdafaf51d56a04b6b006510374]

        INTEGRATION: CWS presenterview (1.2.22); FILE MERGED 2007/12/12 12:48:13 af 1.2.22.2: #i18486# Added Clear() method.  Added some mutex guards. 2007/06/15 14:33:20 af 1.2.22.1: #i18486# Added ProcessUntilEmpty() method.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [f957c8e34077bf12b442edb74ecb0605a42e3b3c]

        INTEGRATION: CWS presenterview (1.21.66); FILE MERGED 2008/03/26 10:45:14 cl 1.21.66.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/09 18:28:23 cl 1.21.66.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b8729295416dcec962ff3119e373b39f12c8e47d]

        INTEGRATION: CWS presenterview (1.38.10); FILE MERGED 2008/04/01 08:04:22 af 1.38.10.2: #i87402# Taking care of synchronous shutdown of the slide show. 2008/01/09 18:28:23 cl 1.38.10.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [44567de16a3f7e20541c73abde3c72464cbeedee]

        INTEGRATION: CWS presenterview (1.23.14); FILE MERGED 2008/01/09 18:28:22 cl 1.23.14.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d9331ddc21f4bc12d8bdfbad52f661d86a8a990d]

        INTEGRATION: CWS presenterview (1.15.22); FILE MERGED 2007/07/10 14:22:30 af 1.15.22.1: #i18486# Removed unused headers.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7955dcde934fae96b2c7c9f8bddc34e2039a5e93]

        INTEGRATION: CWS presenterview (1.46.42); FILE MERGED 2008/03/26 10:45:11 cl 1.46.42.3: RESYNC: (1.47-1.48); FILE MERGED 2008/02/26 09:02:50 af 1.46.42.2: RESYNC: (1.46-1.47); FILE MERGED 2008/01/09 18:28:22 cl 1.46.42.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fda8cb2a13a3e7ac4368e77c34d7ad43634397eb]

        INTEGRATION: CWS presenterview (1.31.64); FILE MERGED 2008/03/26 10:45:08 cl 1.31.64.3: RESYNC: (1.32-1.33); FILE MERGED 2007/12/13 10:16:57 af 1.31.64.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/24 10:58:27 af 1.31.64.1: #i18486# Fixed resync problems.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c208622a01c100b9fd9c0934bd624ed794ecd4cb]

        INTEGRATION: CWS presenterview (1.15.120); FILE MERGED 2008/03/26 10:45:05 cl 1.15.120.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/19 15:30:35 af 1.15.120.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/21 13:24:50 af 1.15.120.1: #i74730# Remove unused SlideView and SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7ebc7aff7550e608b16b0f7620ff28cf02fcee69]

        INTEGRATION: CWS presenterview (1.7.216); FILE MERGED 2007/07/10 14:46:01 af 1.7.216.2: #i18486# Handling main view shell change more asynchronously. 2007/03/12 15:04:26 af 1.7.216.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [a4983063ce00c26f4c510ee75c2f77e4e33592eb]

        INTEGRATION: CWS presenterview (1.15.16); FILE MERGED 2008/01/09 18:28:22 cl 1.15.16.5: #i15900# slideshow api consolidation 2007/07/11 08:53:33 af 1.15.16.4: RESYNC: (1.16-1.17); FILE MERGED 2007/07/10 14:45:29 af 1.15.16.3: #i18486# Handling main view shell change more asynchronously. 2007/04/19 15:30:27 af 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/12 15:02:22 af 1.15.16.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [60574d4608fcb92dd412854c4e72faf84935873c]

        INTEGRATION: CWS presenterview (1.26.22); FILE MERGED 2008/01/09 18:28:22 cl 1.26.22.4: #i15900# slideshow api consolidation 2007/09/11 15:25:49 af 1.26.22.3: RESYNC: (1.27-1.29); FILE MERGED 2007/07/24 11:55:22 af 1.26.22.2: RESYNC: (1.26-1.27); FILE MERGED 2007/07/10 14:20:45 af 1.26.22.1: #i18486# Converted several members of ViewShellBase to shared_ptrs.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [178b0f79a4fdb982e4e9310cce0c1c4bf7b9ea7b]

        INTEGRATION: CWS presenterview (1.3.388); FILE MERGED 2007/06/11 12:12:13 af 1.3.388.1: #i18486# Fixed handling of view shell changes.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [602fdb4ab7e6eafdfea82834d14cd91fa03bb50e]

        INTEGRATION: CWS presenterview (1.6.52); FILE MERGED 2007/07/10 14:20:17 af 1.6.52.4: #i18486# Converted several members of ViewShellBase to shared_ptrs. 2007/06/11 12:11:04 af 1.6.52.3: #i18486# Fixed handling of view shell changes. 2007/04/19 15:29:52 af 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/12 14:59:03 af 1.6.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fc7d0ffaffe10775f3e28b4dedf6172345e424ca]

        INTEGRATION: CWS presenterview (1.15.388); FILE MERGED 2007/03/12 14:57:00 af 1.15.388.1: #i74730# Removed unused accessibility support for unused SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [3bd431401615276186f22f5f056a49f79fc780e3]

        INTEGRATION: CWS presenterview (1.11.52); FILE MERGED 2007/04/26 15:35:36 af 1.11.52.2: #i75317# Using the new SelectionManager. 2007/03/12 14:56:13 af 1.11.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [c14698695243add83e9473b426907b8a6502555b]

        INTEGRATION: CWS presenterview (1.9.52); FILE MERGED 2007/03/12 14:55:14 af 1.9.52.1: #i75317# Remove dependency between slide sorter and ViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [b1ea980329a43f8f55bfa17ebbc0429f5a07c871]

        INTEGRATION: CWS presenterview (1.65.250); FILE MERGED 2008/03/26 10:44:55 cl 1.65.250.4: RESYNC: (1.67-1.68); FILE MERGED 2007/09/11 15:23:03 af 1.65.250.3: RESYNC: (1.66-1.67); FILE MERGED 2007/07/11 08:49:50 af 1.65.250.2: RESYNC: (1.65-1.66); FILE MERGED 2007/03/12 14:47:56 af 1.65.250.1: #i74730# Removed unused SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7363ae67d3341573584e11877de416a3fb6ce634]

        INTEGRATION: CWS presenterview (1.5.18); FILE MERGED 2008/01/09 18:28:22 cl 1.5.18.1: #i15900# slideshow api consolidation

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [6744088c95121d9d47cd8745b6d21422add726c1]

        INTEGRATION: CWS presenterview (1.9.388); FILE MERGED 2008/03/26 10:44:52 cl 1.9.388.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/12 14:27:59 af 1.9.388.1: #i74730# Removed unused SlideViewShell inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [decf2a3e75390dce1e6cc9e5d779f93a522874a2]

        INTEGRATION: CWS presenterview (1.7.388); FILE MERGED 2008/03/26 10:44:49 cl 1.7.388.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/12 14:25:28 af 1.7.388.1: #i74730# Removed unused SlideViewShell inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [96082c281e3486607cf94af81d186482ed6e35fc]

        INTEGRATION: CWS presenterview (1.9.388); FILE MERGED 2008/03/26 10:44:46 cl 1.9.388.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/12 14:28:48 af 1.9.388.1: #i74730# Removed unused SlideViewShell inclusion.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [86f058d13c2dbc8b31f192eea35e64bb9d12760f]

        INTEGRATION: CWS presenterview (1.16.22); FILE MERGED 2008/03/26 15:40:35 cl 1.16.22.5: sd now depends on canvas 2008/03/26 10:44:43 cl 1.16.22.4: RESYNC: (1.17-1.18); FILE MERGED 2008/01/09 18:29:19 cl 1.16.22.3: #i15900# slideshow api consolidation 2007/07/11 08:46:22 af 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2007/06/11 12:08:09 af 1.16.22.1: #i18486# Removed pane, view, toolbar, and command sub directories of framework and instead added factories sub directory.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [5fb4c8a2a196fd1375e4e375da59cdd2e81bc148]

        INTEGRATION: CWS presenterview (1.9.388); FILE MERGED 2008/03/26 10:44:40 cl 1.9.388.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/19 15:28:33 af 1.9.388.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/12 14:30:42 af 1.9.388.1: #i74730# Removed unused SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [02a3360818d5c230b59b7c4b8e442f674b467709]

        INTEGRATION: CWS presenterview (1.19.170); FILE MERGED 2008/03/26 10:44:34 cl 1.19.170.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/19 15:28:25 af 1.19.170.2: RESYNC: (1.19-1.20); FILE MERGED 2007/03/12 14:29:51 af 1.19.170.1: #i74730# Removed unused SlideViewShell.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [7f983ceb506fe212620d51f68c828a5d174e8460]

        INTEGRATION: CWS presenterview (1.46.18); FILE MERGED 2008/03/26 10:44:37 cl 1.46.18.3: RESYNC: (1.46-1.47); FILE MERGED 2008/01/09 18:27:01 cl 1.46.18.2: #i15900# slideshow api consolidation 2007/02/27 09:05:49 cl 1.46.18.1: #i71351# added api draft for a slideshow controller

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [986f2cd4080f9590e8ce366ea810fb543828ca4d]

        INTEGRATION: CWS presenterview (1.179.10); FILE MERGED 2008/04/02 14:57:10 af 1.179.10.1: #i84791# Added support for minimizer and presenter screen.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [87c8b83eeb3a6d5f4b4a5b9693dd08c258612c5e]

        INTEGRATION: CWS presenterview (1.254.10); FILE MERGED 2008/04/02 14:56:26 af 1.254.10.1: #i84791# Added support for minimizer and presenter screen.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [d9d32fac51daef07d3ff3a20be9e233bf6a4737b]

        INTEGRATION: CWS presenterview (1.224.10); FILE MERGED 2008/04/02 14:55:31 af 1.224.10.1: #i84791# Added support for minimizer and presenter screen.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [69bf02d52d55687e2d9997c2b8b26ebdc34ab460]

        INTEGRATION: CWS presenterview (1.29.10); FILE MERGED 2008/03/26 10:43:25 cl 1.29.10.6: RESYNC: (1.30-1.32); FILE MERGED 2008/02/26 10:13:37 af 1.29.10.5: #i18486# Moved PresenterScreen specific definitions to sdext project. 2008/02/26 09:02:06 af 1.29.10.4: RESYNC: (1.29-1.30); FILE MERGED 2007/10/23 11:41:44 af 1.29.10.3: #i18486# Reorganized the theme structure. 2007/09/12 08:56:04 af 1.29.10.2: #i18486# Added schema entries for the presenter. 2007/08/13 14:18:38 af 1.29.10.1: #i18486# Added declaration of startup services and presenter theming.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [fb78cbe9b35f16d13aed102f2972ac95cc51f897]

        INTEGRATION: CWS presenterview (1.2.64); FILE MERGED 2007/12/12 13:57:43 af 1.2.64.2: #i18486# Renamed .../floater/... to .../pane/... 2007/08/13 14:17:40 af 1.2.64.1: #i18486# Added factories for TaskPane.  Added startup services.

2008-04-03  Kurt Zenker  <kz@openoffice.org>  [95dcd3be5893122db297d2828f70cd3852f66911]

        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>  [8e7f7d0ea05bbbd36f5e32b8c830c826d28dfbcc]

        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>  [d767c954bf316cbf15382f4a2d35ffc5ddf54c3d]

        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-03  Kurt Zenker  <kz@openoffice.org>  [0289bb4a63060e3e820906aa51f5daf97ddb627c]

        INTEGRATION: CWS native135 (1.8.60); FILE MERGED 2008/03/04 16:49:38 is 1.8.60.1: #i86686# Solaris language selection broken

2008-04-03  Vladimir Glazounov  <vg@openoffice.org>  [e2f70f685d0437d9004b8dc28e925da585e2992f]

        #i87533#

2008-04-03  Rüdiger Timm  <rt@openoffice.org>  [3887f88b28d069d2eb3b1771d9a3839720c850ac]

        #b6682714# Better font substitution for Arial Narrow

2008-04-02  Vladimir Glazounov  <vg@openoffice.org>  [0c05a7e0cafe160075b104fe96beff2d933657b1]

        #i87533#

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [6e53e4986b294b3c36efb8df5e7c35ddcb6b7246]

        INTEGRATION: CWS native135 (1.6.68); FILE MERGED 2008/03/04 16:51:00 is 1.6.68.1: #152842# online udpate in user installation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [27d3604ac62f69877b3d466c7e01e5dafcf88a92]

        INTEGRATION: CWS native135 (1.5.6); FILE MERGED 2008/03/04 14:54:18 is 1.5.6.1: #i79534# installation in sparse zones with root privileges

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [4a11557b3b89d676534f06f8f7d9e26bdf9929e3]

        INTEGRATION: CWS native135 (1.3.14); FILE MERGED 2008/03/04 14:54:18 is 1.3.14.1: #i79534# installation in sparse zones with root privileges

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [858467baecab512ec354775cd1c8cd268b683e15]

        INTEGRATION: CWS native135 (1.4.6); FILE MERGED 2008/03/04 14:54:18 is 1.4.6.1: #i79534# installation in sparse zones with root privileges

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [2dd55c41876338dc41aa80fe1137ee26417e4ffe]

        INTEGRATION: CWS native135 (1.14.98); FILE MERGED 2008/03/04 16:49:38 is 1.14.98.1: #i86686# Solaris language selection broken

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [da85908b0b640d14cd49d63c275b95cfd6ff28a4]

        INTEGRATION: CWS native135 (1.76.6); FILE MERGED 2008/03/05 11:37:55 is 1.76.6.2: #i84752# setting time stamp for pkginfo after faspc 2008/03/05 11:37:28 is 1.76.6.1: #i84752# setting time stamp for pkginfo after faspc

2008-04-02  Vladimir Glazounov  <vg@openoffice.org>  [dc11911123254b5fb69cac5017aa1163b3dfe977]

        #i87533#

2008-04-02  Vladimir Glazounov  <vg@openoffice.org>  [1711e671089d8f28cb1e714e65bd360072fd641b]

        #i87533#

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [da8750e6716079654ef6ac5e1dbd6076051c7f3d]

        INTEGRATION: CWS native137 (1.12.194); FILE MERGED 2008/03/20 15:28:22 is 1.12.194.1: #i87293# no upgrade for OOo 3.0 Beta and SO 9 Beta

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [3d6f5c0685488459e704e8e2a1eac3dad42ef8f4]

        INTEGRATION: CWS impress139 (1.14.324); FILE MERGED 2008/03/17 12:49:32 cl 1.14.324.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/12 16:59:06 cl 1.14.324.1: #i79933# no defaults for presentation objects

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [cf939ca11c12b54c9520b9f28f0e9051cfe0e0ad]

        INTEGRATION: CWS impress139 (1.17.324); FILE MERGED 2008/03/13 12:18:00 cl 1.17.324.1: #i82439# enabled shadow tabpage for only line shapes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [69dbb2e3351c7f8362783b981a6d2b58118c2668]

        INTEGRATION: CWS impress139 (1.42.82); FILE MERGED 2008/03/13 12:18:00 cl 1.42.82.2: #i82439# enabled shadow tabpage for only line shapes 2008/03/12 17:25:58 cl 1.42.82.1: #b6249908# disable line end ui if the line end is none

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [a9ee9a04ec6854e500247b9b92b0045053b156ef]

        INTEGRATION: CWS impress139 (1.30.166); FILE MERGED 2008/03/13 12:18:00 cl 1.30.166.1: #i82439# enabled shadow tabpage for only line shapes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [4bbd7f2460d50ae92bcb1d305ff587d1be8061d6]

        INTEGRATION: CWS impress139 (1.43.324); FILE MERGED 2008/03/27 15:03:35 cl 1.43.324.2: #i87506# removed color tab page again since it is not working for line style 2008/03/13 12:18:00 cl 1.43.324.1: #i82439# enabled shadow tabpage for only line shapes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [cc15f38a529dfa184e3b9d8741481d894dabb4c0]

        INTEGRATION: CWS impress139 (1.10.324); FILE MERGED 2008/03/27 15:03:35 cl 1.10.324.3: #i87506# removed color tab page again since it is not working for line style 2008/03/26 15:03:16 cl 1.10.324.2: #i87467# remove shadow tabpage if not used 2008/03/13 12:18:00 cl 1.10.324.1: #i82439# enabled shadow tabpage for only line shapes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [99eba782b4173c018611c9ce2c65c7d7a59d36f7]

        INTEGRATION: CWS impress139 (1.10.88); FILE MERGED 2008/03/13 12:18:00 cl 1.10.88.1: #i82439# enabled shadow tabpage for only line shapes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [bad700f9f1356b7686a96a70964a0e9e71791ef1]

        INTEGRATION: CWS cairoquartz01 (1.30.4); FILE MERGED 2008/01/14 20:57:41 mox 1.30.4.5: Use static cairo libraries for prebuilt cairo. 2007/08/11 18:44:24 mox 1.30.4.4: RESYNC: (1.32-1.33); FILE MERGED 2007/06/23 07:55:15 mox 1.30.4.3: Fix deliver bugs in Windows builds. 2007/06/20 15:14:22 mox 1.30.4.2: RESYNC: (1.30-1.32); FILE MERGED 2007/04/13 06:10:08 mox 1.30.4.1: Issue number: #74170# Prebuilt cairo library support for Mac OS X

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [95813f516d4192ffa69d23c737e1874b0af4e07c]

        INTEGRATION: CWS cairoquartz01 (1.16.4); FILE MERGED 2007/04/13 06:10:07 mox 1.16.4.1: Issue number: #74170# Prebuilt cairo library support for Mac OS X

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [4c5ed818d4c0088e68d640350422bbdae8949e6e]

        INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDED 2008/01/14 20:57:41 mox 1.1.2.5: Use static cairo libraries for prebuilt cairo. 2007/06/20 19:47:30 mox 1.1.2.4: Change Mac OS X prebuilt URL to point to a permanent location. 2007/06/20 15:38:01 mox 1.1.2.3: Update URLs for prebuilt Cairo Win32 library 2007/06/03 08:07:47 mox 1.1.2.2: Enable downloading prebuilt cairo on Windows 2007/04/13 06:10:07 mox 1.1.2.1: Issue number: #74170# Prebuilt cairo library support for Mac OS X

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [f36527b1a938758d8c0355d7a688148a2734423d]

        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>  [43278de443f6bcc1cea76f36abe84fcdd0bd39c9]

        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>  [1c923c7c3003c8515ee5fc79ef441e6290c99c42]

        INTEGRATION: CWS impress139 (1.20.202); FILE MERGED 2008/03/17 12:48:05 cl 1.20.202.2: RESYNC: (1.20-1.21); FILE MERGED 2008/03/10 15:05:35 cl 1.20.202.1: #i86789# using selected text as names for new hyperlinks

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [42bab7a647b5ffd09f5021fe383c18632d6bbac4]

        INTEGRATION: CWS impress139 (1.45.86); FILE MERGED 2008/03/17 12:48:10 cl 1.45.86.2: RESYNC: (1.45-1.47); FILE MERGED 2008/03/12 17:17:26 cl 1.45.86.1: #i79933# put items for title style correctly

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [bedef98c24ef9ada6aaffe9bc5284d9759a31a9a]

        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>  [f0c96746a2da03e9b35a9743736c30b5ffd4e2ef]

        INTEGRATION: CWS impress139 (1.23.22); FILE MERGED 2008/03/26 15:06:19 cl 1.23.22.1: #i87250# fixed assertion

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [59144104b3f91a2e6ed816f0bde0fdb91ea218d7]

        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>  [8cf80719a44f4f133304eebd4399baa126b39882]

        INTEGRATION: CWS cairoquartz01 (1.198.2); FILE MERGED 2008/03/25 19:40:50 mox 1.198.2.19: Refine comment 2008/03/25 19:35:28 mox 1.198.2.18: Three times the charm... On linux, default to system cairo 2008/03/17 19:18:59 mox 1.198.2.17: Revert duplicate code and revert configure -file to contain only CWS changes. 2008/03/17 15:23:53 thb 1.198.2.16: Forgot about the system-libs all-inclusive switch 2008/03/17 14:33:01 thb 1.198.2.15: Actually made the check work (for defaulting to system cairo) 2008/03/17 13:52:53 thb 1.198.2.14: Make system cairo the default on linux 2008/03/10 21:53:00 mox 1.198.2.13: Remove forced test builds.
        
        This CWS is now ready for QA and integration.
        2008/03/08 12:26:09 mox 1.198.2.12: RESYNC: (1.249-1.252); FILE MERGED
        2008/03/01 08:45:41 mox 1.198.2.11: TESTING: force-enable cairo on supported platforms to get more build
        testing on the CWS. Force system-cairo for Linux platform.
        TO BE REMOVED when this CWS goes to integration.
        2008/02/29 06:28:16 mox 1.198.2.10: TESTING: force-enable cairo on supported platforms to get more build
        testing on the CWS. TO BE REMOVED when this CWS goes to integration.
        2008/02/23 13:13:13 mox 1.198.2.9: RESYNC: (1.241-1.249); FILE MERGED
        2008/01/16 19:18:31 mox 1.198.2.8: RESYNC: (1.232-1.241); FILE MERGED
        2007/12/10 17:46:16 mox 1.198.2.7: RESYNC: (1.221-1.232); FILE MERGED
        2007/10/14 19:16:18 mox 1.198.2.6: RESYNC: (1.216-1.221); FILE MERGED
        2007/08/11 18:12:42 mox 1.198.2.5: RESYNC: (1.213-1.216); FILE MERGED
        2007/07/11 18:15:03 mox 1.198.2.4: RESYNC: (1.208-1.213); FILE MERGED
        2007/06/20 15:12:51 mox 1.198.2.3: RESYNC: (1.198-1.208); FILE MERGED
        2007/06/01 18:04:43 thb 1.198.2.2: #i70519# The remainder from tml's wincairo patches - enable cairo support for Windows builds
        2007/04/14 07:09:10 mox 1.198.2.1: Issue number:  #69066# update configure.in to support Cairo Quartz implementation

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [53898493f118bc8fd9a64df188361db92359ad02]

        INTEGRATION: CWS impress139 (1.11.282); FILE MERGED 2008/03/26 15:12:16 cl 1.11.282.1: #i87250# fixed assertion

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [d19726f82ffb54c994e3c9b1bda69343af65a40c]

        INTEGRATION: CWS impress139 (1.1.2); FILE ADDED 2008/03/11 16:11:20 cl 1.1.2.1: #i75690# added status bar control for styles

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [d395b1eec34432595bcfb5ac099eb1ecb67ccb3a]

        INTEGRATION: CWS impress139 (1.14.282); FILE MERGED 2008/03/17 12:48:14 cl 1.14.282.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/11 16:11:39 cl 1.14.282.1: #i75690# added status bar control for styles

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [0a5f5e5a1c9bb66adc392907e9309ec9f6665518]

        INTEGRATION: CWS impress139 (1.9.282); FILE MERGED 2008/03/13 12:46:58 cl 1.9.282.1: #i86291# set modified flag even if dialog is closed with closer

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [36a3b1a1310a559750896d6d0797b754917a961e]

        INTEGRATION: CWS impress139 (1.12.204); FILE MERGED 2008/03/17 14:14:21 cl 1.12.204.1: #i83076# enable insert special character for outline view

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [035b89b727ef48ed448727a50f010914a35778c0]

        INTEGRATION: CWS i18n40 (1.86.4); FILE MERGED 2008/03/19 11:38:03 fme 1.86.4.2: #i80815# New word count algorithm 2008/03/18 08:57:44 fme 1.86.4.1: #i80815# Changed word count algorithm

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [811e5bb524a2a4eca830a69f4e9e2d04c69a211e]

        INTEGRATION: CWS impress139 (1.1.2); FILE ADDED 2008/03/17 15:11:28 cl 1.1.2.2: fixed linux build problem 2008/03/11 16:10:45 cl 1.1.2.1: #i75690# added status bar control for styles

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [5b424977e4ad32a5acf7f9e57aac0d852a5e4680]

        INTEGRATION: CWS obo24 (1.5.24); FILE MERGED 2008/03/14 08:39:48 obo 1.5.24.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [953b2e556e3b430602ef477c54cfb96819ff833e]

        INTEGRATION: CWS impress139 (1.32.76); FILE MERGED 2008/03/17 12:47:23 cl 1.32.76.2: RESYNC: (1.32-1.33); FILE MERGED 2008/03/11 16:19:57 cl 1.32.76.1: #i75690# added status bar control for styles

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [9d12d00b636470c6d9c5ed04c99cceadaa87bd3d]

        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>  [e9914e86655101ab4420969042442534f89815e3]

        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>  [b448adf11ad95b88ace3e5ffc6dce18b4f8e6ca1]

        INTEGRATION: CWS impress139 (1.16.80); FILE MERGED 2008/03/17 12:47:20 cl 1.16.80.2: RESYNC: (1.16-1.17); FILE MERGED 2008/03/11 16:11:04 cl 1.16.80.1: #i75690# added status bar control for styles

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [7d43c14d80c3c4a7ac294883af007a56ad67eaab]

        INTEGRATION: CWS i18n40 (1.64.224); FILE MERGED 2008/03/19 11:38:03 fme 1.64.224.1: #i80815# New word count algorithm

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [793284ab1919899468f8d57290e08e188c978237]

        INTEGRATION: CWS obo24 (1.4.214); FILE MERGED 2008/03/13 15:26:36 obo 1.4.214.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [09b60f8f4bab7f38daf5028a559b45776837271e]

        INTEGRATION: CWS impress139 (1.6.168); FILE MERGED 2008/03/12 13:14:10 cl 1.6.168.1: #i86959# delete key only deletes effect now

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [ac0256a3baa3cd776ed9bbe4dfb25bd6d44be75d]

        INTEGRATION: CWS obo24 (1.5.120); FILE MERGED 2008/03/13 15:26:36 obo 1.5.120.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [dc486f39bae34e71d928fad5e8e85e3a3f4d1687]

        INTEGRATION: CWS i18n40 (1.19.224); FILE MERGED 2008/03/19 11:38:03 fme 1.19.224.1: #i80815# New word count algorithm

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [79fbdc571f3cdfbffd338e31b761204833271a1c]

        INTEGRATION: CWS impress139 (1.29.118); FILE MERGED 2008/03/17 15:01:58 cl 1.29.118.3: fixing linux build problem 2008/03/13 15:03:48 cl 1.29.118.2: #i69364# disable animate form for invisible textboxes 2008/03/12 12:25:14 cl 1.29.118.1: #i67343# display currently selected effect when changing effect

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [a42c6fa1b56802a5e4cd0cda3d45928739757736]

        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>  [91e54c9e3465eb98530459cfba9db864ac49eb86]

        INTEGRATION: CWS obo24 (1.3.214); FILE MERGED 2008/03/13 15:26:36 obo 1.3.214.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [99be42f7fde0ef4d42df22341d65067a53297296]

        INTEGRATION: CWS i18n40 (1.42.26); FILE MERGED 2008/03/19 11:38:02 fme 1.42.26.1: #i80815# New word count algorithm

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [4eb43e86607768ceb4df4f218f0dfc3d8640370c]

        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>  [11d5a9c66d5b7f9d5ad175d63366c58fff873a8c]

        INTEGRATION: CWS impress139 (1.12.168); FILE MERGED 2008/03/12 13:14:10 cl 1.12.168.1: #i86959# delete key only deletes effect now

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [49a28775f3e60924fb1daf68e5279f4cda013fd9]

        INTEGRATION: CWS obo24 (1.5.64); FILE MERGED 2008/03/13 15:26:36 obo 1.5.64.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [98542e1aa0eb83645118f490b4777bf21a68c251]

        INTEGRATION: CWS impress139 (1.6.282); FILE MERGED 2008/03/13 15:03:48 cl 1.6.282.1: #i69364# disable animate form for invisible textboxes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [73b6be0712abe9305e4d8e4f1860ad563c001b90]

        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>  [c47d4af5dec94901cc4c6e1a6df05afd7ed41685]

        INTEGRATION: CWS obo24 (1.6.80); FILE MERGED 2008/03/13 15:26:36 obo 1.6.80.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [7a56e5ab47ee7694c0f050c0149851814f181939]

        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>  [93d7539c992b059e72a74a59371403209e783c43]

        INTEGRATION: CWS impress139 (1.19.76); FILE MERGED 2008/03/17 12:47:26 cl 1.19.76.2: RESYNC: (1.19-1.20); FILE MERGED 2008/03/13 15:03:48 cl 1.19.76.1: #i69364# disable animate form for invisible textboxes

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [79e1e36bc6ad386aa53520bf224cbd6acfd46f54]

        INTEGRATION: CWS obo24 (1.4.214); FILE MERGED 2008/03/13 15:26:35 obo 1.4.214.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [8bd075fd841ae860d4cb20d74862512663553bc5]

        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>  [e02cf45eee9d904faeb1fcd60b4907d3db6c72ed]

        INTEGRATION: CWS impress139 (1.7.150); FILE MERGED 2008/03/12 12:25:14 cl 1.7.150.1: #i67343# display currently selected effect when changing effect

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [b83826ea45179c12518fcb032d26019c743986d2]

        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>  [a0234a1cc11fd9954574cd632bad4e2ab542f8d9]

        INTEGRATION: CWS obo24 (1.11.74); FILE MERGED 2008/03/13 15:26:35 obo 1.11.74.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [93d4b34d1b20f56e0e9eec9eb2736189e5295ae4]

        INTEGRATION: CWS impress139 (1.11.150); FILE MERGED 2008/03/17 12:47:29 cl 1.11.150.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/12 12:25:14 cl 1.11.150.1: #i67343# display currently selected effect when changing effect

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [f2ed42d5dbcd98a34864a448db34429a27929548]

        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>  [0fdcfc5f31478e63b766a7ccbdfafb7bff4e9a09]

        INTEGRATION: CWS obo24 (1.3.214); FILE MERGED 2008/03/13 15:26:35 obo 1.3.214.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [324bef24db1549607327df4dd516209e090a0614]

        INTEGRATION: CWS impress139 (1.20.80); FILE MERGED 2008/03/11 09:36:40 cl 1.20.80.1: #i82043# fixed inconsistent capitalization

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [5f4d27ad6c6f6fbccb22e8000ecd2e0270e2141e]

        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>  [b552633b17f821621cf60e5c6ead5bf49c8f4f44]

        INTEGRATION: CWS obo24 (1.4.38); FILE MERGED 2008/03/13 15:26:34 obo 1.4.38.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [7b2c017bfd36f50229c79c1edfbb940332cf58dc]

        INTEGRATION: CWS impress139 (1.12.172); FILE MERGED 2008/03/18 15:49:59 cl 1.12.172.3: #i80568# disable quality control if initial format is not jpeg 2008/03/17 14:12:49 cl 1.12.172.2: #i80568# disable quality control if initial format is not jpeg 2008/03/12 14:12:16 cl 1.12.172.1: #i82044# setting initial focus on next button

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [61aa15fb181d7cce08fd7123f9b38c64b9527f3b]

        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>  [86afc1bd073f1a02ad7825c8a66bc9aa9ff2929d]

        INTEGRATION: CWS obo24 (1.6.38); FILE MERGED 2008/03/13 15:26:34 obo 1.6.38.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [fbdb1721a6ec750d877ab0d19f9958deaff71c9a]

        INTEGRATION: CWS impress139 (1.43.150); FILE MERGED 2008/03/12 14:03:36 cl 1.43.150.1: #i39395# apply previous animation timings to newly created slide

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [5f5eabfdbb00f4e2e2631c8f92560e402e258fe0]

        INTEGRATION: CWS obo24 (1.7.12); FILE MERGED 2008/03/14 08:41:24 obo 1.7.12.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [8aeca3d74e1716ffe9ebb0f654796f504d896451]

        INTEGRATION: CWS impress139 (1.36.32); FILE MERGED 2008/03/17 12:48:37 cl 1.36.32.2: RESYNC: (1.36-1.38); FILE MERGED 2008/03/12 15:21:09 cl 1.36.32.1: #i75914# marked editing slots as disabled for read only mode

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [4e693302051eec55c1a384f2d5de34037a5ed6d6]

        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>  [eedc11634b4d831d09c9341731a672c38e5efb7f]

        INTEGRATION: CWS obo24 (1.11.4); FILE MERGED 2008/03/14 09:21:38 obo 1.11.4.2: fix for x64 2008/03/14 08:05:57 obo 1.11.4.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [96b86aa73c6fcd7cb91f2c03946c236f2c942233]

        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>  [fabdadb77413098921ab75988cf7c1ffb30918f5]

        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>  [086185b39824af76724769ce97856c56e1e4d2d7]

        INTEGRATION: CWS obo24 (1.1.2); FILE ADDED 2008/03/13 14:39:57 obo 1.1.2.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [43c19c6c224ec98c4f457a5f37515ed107533bb8]

        INTEGRATION: CWS obo24 (1.205.8); FILE MERGED 2008/03/13 14:43:03 obo 1.205.8.1: #i75046# additional build for 64 bit shell extension (Windows Vista)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [6d54198b1677cb558de0694ba80ee99cb609e929]

        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>  [1fd44dd0ea7fded6c1ddf623553abbc8066cec6f]

        INTEGRATION: CWS obo24 (1.7.6); FILE MERGED 2008/03/13 11:26:27 obo 1.7.6.1: COMPROOT added for Windows 64bit compiler (used by shell extension)

2008-04-02  Kurt Zenker  <kz@openoffice.org>  [b3b6e725c265e89590b010bcd391bb40e1596d81]

        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>  [2bfb25f3d229a2b223725f0b71cda8cc52c3f338]

        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>  [47378fbec35a53ea989752684440fc80f3b6fb05]

        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-04-02  Oliver Bolte  <obo@openoffice.org>  [54d495363634297ae2a9325799f353e45db942b3]

        #i87531# WaE: too few arguments for format

2008-04-01  Mikhail Voitenko  <mav@openoffice.org>  [ae2a0b99e2c5064c972e2b720bf8544f7d6f7a40]

        set the version

2008-04-01  Mikhail Voitenko  <mav@openoffice.org>  [41798186f1500636540cb3de0f95f691c857446a]

        #i10000# let be built when WITH_LANG is not set

2008-03-31  Kurt Zenker  <kz@openoffice.org>  [f9ae9556b8409851dc6ee134ffec553a0e6927b0]

        #i87647# replacements in lingumodule (is)

2008-03-31  Kurt Zenker  <kz@openoffice.org>  [4f7c515d9be638f99766ebcdb610fea55e34f4aa]

        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>  [0fbf6d96748a8b0cb5b0cb78dd51af64eba31b2c]

        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>  [50db46f7fc333d59ebbadcc97090d1555c3e4514]

        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>  [870d487af68d0e413a2831809c1324b328703ec6]

        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>  [069ababf76b57f73d162731588d081daea95c210]

        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>  [27afa06d674283ecaad93a3cb310e6c0378f12c0]

        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>  [4a4c12731e5ce3dd27ba3b0f0a8689da8eb24552]

        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>  [de5002527605d2e8a98ad70084c3e5939860651a]

        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>  [66eaf1da57106fe842607ea3b2308dc574a285f6]

        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  Oliver Bolte  <obo@openoffice.org>  [f2e73c6e14e635eac497de9053a37a95bd763ae4]

        #i10000# MACOSX_DEPLOYMENT_TARGET added (unxmacxi)

2008-03-31  Kurt Zenker  <kz@openoffice.org>  [abb0c53efc1465087e1573702450c06d41815874]

        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>  [3b8cd58852080fe237bb5f92fcdd5d8ca021de39]

        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>  [dec2890df34145b6b55b9b1f57606a13a69e41d8]

        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>  [3645fd49bb4714c9fa9da4e2d243294f33e06ac7]

        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>  [b0d841aaa52bec7c7f40bf2093c7df2f4f10db30]

        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>  [74a1cd2175f6f56f0dea11994b7fd4636fce6ff2]

        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>  [4fca7ff160f141fa498ee824e7843e349dfb1089]

        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>  [5a09e619a14000e8c03d1215b94c2621d89863c1]

        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>  [ff4663132137fbf985cb8856faa158959ac85db9]

        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>  [59374407f713d19d62f51d4fdd5ccce99720c459]

        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>  [e49bc0c28821900dec5f5c00fb3ed25ba8a4aea9]

        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>  [d3f6e315b81ad34c59668c4bf47fc4ebf6623a7e]

        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>  [cc8f01922fd05429cb776aaa75975d91fc7d4b59]

        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>  [62f30d0c00ef8f1f6f9b15d65e2bd03a2e17dfe7]

        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>  [f59793207664c2422da336a22d15eb6e0e93bc25]

        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>  [8df8c25cfd94a7cf5d257c91490e978fceb7bd42]

        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>  [3ca472e1a0c41c752ba7edb04f4388a5744cfc2e]

        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>  [403d994157f7b983fccbb2333373e9f455cb572b]

        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>  [b708ba7401015548df65ade6ff9f9d3f09b36e79]

        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>  [2695ed86d07aa717b21da71442889534cdae6bf2]

        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-31  Oliver Bolte  <obo@openoffice.org>  [2c84e839adec0c96a5ecb8d432ece466c69b2a5b]

        #i10000# MACOSX_DEPLOYMENT_TARGET 10.4 added for unxmacxi

2008-03-31  René Engelhard  <rene@openoffice.org>  [6f9de13392a96daf92e28e851b80611e455246c8]

        #i10000# we need readlicense_oo

2008-03-27  Oliver Bolte  <obo@openoffice.org>  [e00ab016897b93efd1f3aaf1b9abbaae3a0aa2d4]

        #i10000# readded rev 1.3, deleted by accident (cws tl41)

2008-03-27  Mikhail Voitenko  <mav@openoffice.org>  [0146010b58aed7882fd7bd7819b4d725f549ba7d]

        Thirdparty license

2008-03-27  Mikhail Voitenko  <mav@openoffice.org>  [3564b1935806461c026dfad45f18eb996ceb0cfe]

        new version

2008-03-27  Mikhail Voitenko  <mav@openoffice.org>  [fdbdcb9abc92b30d2eb60b0e126cda915fd7bdaf]

        use wiki-publisher.oxt file name

2008-03-27  Mikhail Voitenko  <mav@openoffice.org>  [2307f4dee94f1e9e6f49d81a1218495e2249261d]

        allow easy id change

2008-03-27  Oliver Bolte  <obo@openoffice.org>  [a703dc94b6eb0f70ff32174d576b8e52c8ea6157]

        #i10000# rev 1.2.6.1 joined (fix by sb)

2008-03-27  Oliver Bolte  <obo@openoffice.org>  [ef9835a75808d7a791c710f23e8f3739f87f40d1]

        #i10000# operator == is included form lingutil.hxx

2008-03-26  Mikhail Voitenko  <mav@openoffice.org>  [a3067553cc5e6608a29ef12262950b872d47d336]

        add some info

2008-03-26  Mikhail Voitenko  <mav@openoffice.org>  [1070e7af9b01574c13e9bee5a202d8e7ed39536a]

        allow easy name change

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [ec28cacfef4b23ade476cbf1212294264a21ddb9]

        DEV300

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [d5e8a3aa5d193681ed53acebf675d54e140d9d8b]

        INTEGRATION: CWS obo25 (1.62.58); FILE MERGED 2008/03/20 11:22:06 obo 1.62.58.1: #i87279# remove DISABLE_ADO switch

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [cfa95b95509eacb2f4b9a8ed8d688284c5949063]

        INTEGRATION: CWS obo25 (1.281.4); FILE MERGED 2008/03/20 11:23:23 obo 1.281.4.1: #i87279# remove DISABLE_ADO switch

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [903f3bdc28d1634f452852fac011e2b906de2a43]

        INTEGRATION: CWS obo25 (1.4.4); FILE MERGED 2008/03/20 14:04:11 obo 1.4.4.1: #i87098# remove special char from comment in v3_pci.c and v3_pcia.c

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [277355d942d7bd6e74ae0e4435b7cb80320b68c2]

        INTEGRATION: CWS obo25 (1.14.124); FILE MERGED 2008/03/20 11:08:10 obo 1.14.124.1: #i87279# remove DISABLE_ADO switch

2008-03-26  Rüdiger Timm  <rt@openoffice.org>  [cb4c1c772e75afecef03d1690eff2224f6e6bad7]

        #i10000# Correct CVS keyword.

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [2879c3db6f16e6d5c309005f407ddb5ac8409165]

        INTEGRATION: CWS mav30_DEV300 (1.198.28.4.4); FILE MERGED 2008/03/14 17:40:03 mav 1.198.28.4.4.1: #i87034# check only normal StoreTo scenario

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [33f39d47e3330eeafacd905e9f0e3fdde910286f]

        INTEGRATION: CWS tl51_DEV300 (1.12.52); FILE MERGED 2007/11/15 12:53:37 tl 1.12.52.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [6c9f21fbd251cd13a56cf7274593d1d2548dec16]

        INTEGRATION: CWS tl51_DEV300 (1.20.12.1.2); FILE MERGED 2007/11/15 12:53:37 tl 1.20.12.1.2.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [bb0da42292de549c9e9d5a437ca3857616f43ab9]

        INTEGRATION: CWS tl51_DEV300 (1.28.22); FILE MERGED 2007/11/15 12:53:37 tl 1.28.22.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [d0bf6035f727ec905d44471d6b3b840bfef0ebda]

        INTEGRATION: CWS tl51_DEV300 (1.27.24); FILE MERGED 2007/11/15 12:53:37 tl 1.27.24.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [ac567ecc7d1d461865638a0cd270fc2f85abfd10]

        INTEGRATION: CWS tl51_DEV300 (1.21.24); FILE MERGED 2007/11/15 12:53:37 tl 1.21.24.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [ba986b6e3f30fecaea35b805207992d1c9e08063]

        INTEGRATION: CWS tl51_DEV300 (1.11.22); FILE MERGED 2007/11/15 12:53:37 tl 1.11.22.1: #150990# catch exception from createInstance(WithArguments) calls

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [54270eb105547f2928937e4975e77e56f36c7f2f]

        INTEGRATION: CWS tl51_DEV300 (1.58.78); FILE MERGED 2008/02/21 10:13:57 tl 1.58.78.2: RESYNC: (1.58-1.60); FILE MERGED 2008/01/14 10:04:39 tl 1.58.78.1: #114333# supported service list clean-up

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [2b1d80c08692557811ed6d75d37866fb94ddf3ce]

        INTEGRATION: CWS tl51_DEV300 (1.12.78); FILE MERGED 2008/01/08 11:10:36 tl 1.12.78.1: #i84607# patch to build with g++ 3.3.5

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [87d30919399df92fbf5db17b8d343055dad1f453]

        INTEGRATION: CWS tl51_DEV300 (1.5.28); FILE MERGED 2008/02/25 09:12:47 tl 1.5.28.1: #i86307# source of assertion fixed

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [6af85e25722fd1784a700338dcf7f0935e8d2ecd]

        INTEGRATION: CWS tl51_DEV300 (1.45.20); FILE MERGED 2008/02/21 10:13:36 tl 1.45.20.3: RESYNC: (1.45-1.46); FILE MERGED 2008/01/16 11:04:49 tl 1.45.20.2: #i67283# recalc vis-area after format/property changes 2008/01/16 10:52:42 tl 1.45.20.1: #i67283# recalc vis-area after format/property changes

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [05d8a675805cc0e356a493b3f422c99d74e124cd]

        INTEGRATION: CWS tl51_DEV300 (1.84.60); FILE MERGED 2008/01/08 14:11:12 tl 1.84.60.1: #i78549# fix crash when reading file written with KOffice

2008-03-26  Oliver Bolte  <obo@openoffice.org>  [554aa66081ca468f2dd428e0962b05c793645ff9]

        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>  [39056a591c0095f2f89e7492906e6d65838cd4aa]

        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>  [e79e2908f6557a40171acdb43dbf2f2307af9fc9]

        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>  [cf2abafd001fff13cd4c7cc96bc11c4edb1993e5]

        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>  [7fb71600497a8b7d5c19595daa1b2ef349861055]

        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-26  Rüdiger Timm  <rt@openoffice.org>  [76f5e37fe834ca98219975aa93e6c4d39477b82b]

        One license header should be sufficient

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [0b251cdd4c8468ef3d8d006c7c1cec672b127cb4]

        INTEGRATION: CWS tl41_DEV300 (1.82.2); FILE MERGED 2008/02/15 10:12:06 tl 1.82.2.2: RESYNC: (1.82-1.85); FILE MERGED 2008/02/07 12:09:39 tl 1.82.2.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [721813e3cc3195ccf74f7644cfd27773c085ccef]

        INTEGRATION: CWS tl41_DEV300 (1.226.8); FILE MERGED 2008/02/26 14:31:08 tl 1.226.8.3: #i80287# fixed destination directory for xcu files 2008/02/15 10:12:02 tl 1.226.8.2: RESYNC: (1.226-1.228); FILE MERGED 2008/02/07 12:09:39 tl 1.226.8.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [3559a8314c102dd44c1062255f3f11de96b4c53c]

        INTEGRATION: CWS tl41_DEV300 (1.71.20); FILE MERGED 2007/08/06 11:25:20 tl 1.71.20.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [25d9cd5ab7e519cbc446e7cf2802af3e11cf3ead]

        INTEGRATION: CWS tl41_DEV300 (1.4.56); FILE MERGED 2008/01/18 15:02:38 tl 1.4.56.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [743760087f8f16d35d33c3a40cdb8213bf4b2e58]

        INTEGRATION: CWS tl41_DEV300 (1.10.6); FILE MERGED 2008/02/05 16:00:03 tl 1.10.6.5: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/01/18 15:02:38 tl 1.10.6.4: #i81365# provide dictionaries as extensions 2008/01/16 11:03:18 tl 1.10.6.3: warning-free code 2008/01/07 15:35:47 tl 1.10.6.2: #i81365# provide dictionaries as extensions 2007/08/10 10:04:23 tl 1.10.6.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [24204c109e616280fa93fa08adfb53deaf14ec72]

        INTEGRATION: CWS tl41_DEV300 (1.11.2); FILE MERGED 2008/01/07 15:35:47 tl 1.11.2.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [4b6152229612f2b041fccc6b2c53702f45136a22]

        INTEGRATION: CWS tl41_DEV300 (1.8.78); FILE MERGED 2008/01/18 15:02:37 tl 1.8.78.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6d17e32fc747ead57a022a1dd67bf149f92f835c]

        INTEGRATION: CWS tl41_DEV300 (1.18.44); FILE MERGED 2008/02/05 16:00:03 tl 1.18.44.5: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/01/18 15:02:37 tl 1.18.44.4: #i81365# provide dictionaries as extensions 2008/01/16 11:03:18 tl 1.18.44.3: warning-free code 2008/01/07 15:36:50 tl 1.18.44.2: #i81365# provide dictionaries as extensions 2007/08/10 10:04:41 tl 1.18.44.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [8d99085e69a8db454793aa64d3ae0e1d23529d73]

        INTEGRATION: CWS tl41_DEV300 (1.17.2); FILE MERGED 2008/01/07 15:36:50 tl 1.17.2.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [0cf1243d0ec308064d5edf1f04a71131a57ec3df]

        INTEGRATION: CWS tl41_DEV300 (1.2.6); FILE MERGED 2008/01/18 15:02:37 tl 1.2.6.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [8ba3f77936d83ab43f56648341bb5584f1fd1146]

        INTEGRATION: CWS tl41_DEV300 (1.7.18); FILE MERGED 2008/02/19 08:24:05 tl 1.7.18.2: #81365# enabling exceptions in the makefile 2008/01/18 15:02:37 tl 1.7.18.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [60de6fa0d0fde7a0fa42de7173085478314aadda]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/05 16:00:02 tl 1.1.2.2: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/01/18 15:01:55 tl 1.1.2.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2510cb176d645515320072b0e6f5abaf658194ae]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/11 09:35:37 tl 1.1.2.5: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/02/11 09:33:28 tl 1.1.2.4: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/02/11 09:32:29 tl 1.1.2.3: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/02/05 16:00:02 tl 1.1.2.2: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/01/18 15:01:55 tl 1.1.2.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [c0cd8d87745cb2a48307411df7ae996a447f30e0]

        INTEGRATION: CWS tl41_DEV300 (1.15.2); FILE MERGED 2008/01/15 11:58:02 tl 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/07 15:34:12 tl 1.15.2.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ee18d2be80c3377a2e3bcc32f84e5cac86e255cf]

        INTEGRATION: CWS tl41_DEV300 (1.7.68); FILE MERGED 2008/01/18 15:02:37 tl 1.7.68.1: #i81365# provide dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [a66222ae251e49a308ff48483c70ce8c69d4a2ba]

        INTEGRATION: CWS tl41_DEV300 (1.20.38); FILE MERGED 2008/02/05 16:00:02 tl 1.20.38.6: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2008/01/18 15:02:37 tl 1.20.38.5: #i81365# provide dictionaries as extensions 2008/01/15 11:58:05 tl 1.20.38.4: RESYNC: (1.20-1.21); FILE MERGED 2008/01/07 15:34:12 tl 1.20.38.3: #i81365# provide dictionaries as extensions 2007/10/02 10:06:57 tl 1.20.38.2: remove warnings after resync 2007/08/10 10:04:06 tl 1.20.38.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [c5a79eeb80e55e2d8e4a996be48facb4fb85b644]

        INTEGRATION: CWS tl41_DEV300 (1.16.6); FILE MERGED 2008/02/07 12:08:03 tl 1.16.6.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1c5d16884deada606437cb58029b7a0c3fb421d2]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/07 12:07:38 tl 1.1.2.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ac64cc4f39b7f8eecfb7bf9f29aa37c7c6550316]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/07 12:07:24 tl 1.1.2.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [539ff6d60ac403c6c9ddfa3d4cd72bd409a66074]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/07 12:07:11 tl 1.1.2.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bf3af9796e952565fcacaf67a2b161077deb5373]

        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>  [a76deeef82bb67d4196b4e5be2fd901d4ecdaf9d]

        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>  [b0554db9dd5c875ccff4185c2deaf4d38687ee35]

        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>  [4e534b3eded521c63d750bdf9dffbb65efab5048]

        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>  [892bf05a67b34b8205a0624a4d392b81da6a18c3]

        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>  [fb7f9e46d160975846b7ba2173bbfaed4852f978]

        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>  [ff419a8f4e91e98a5850aef19f228a37c46564e1]

        INTEGRATION: CWS tl41_DEV300 (1.2.38); FILE MERGED 2008/02/15 10:11:01 tl 1.2.38.2: RESYNC: (1.2-1.4); FILE MERGED 2008/02/07 12:10:48 tl 1.2.38.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [5624e7809a288ba2a391dc525cd8e7761fac033d]

        INTEGRATION: CWS tl41_DEV300 (1.52.72); FILE MERGED 2007/12/03 10:13:10 tl 1.52.72.2: RESYNC: (1.52-1.53); FILE MERGED 2007/08/06 14:53:56 tl 1.52.72.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6b58f399c30d3bc4e689e679803ddad0b2d86b34]

        INTEGRATION: CWS tl41_DEV300 (1.64.74); FILE MERGED 2008/02/18 16:05:26 tl 1.64.74.1: #i81365# change the tab-page implementation in respect to the other changes

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [3b225bb97ecbb572000870a04d13da07b9b1bb6b]

        INTEGRATION: CWS tl41_DEV300 (1.36.74); FILE MERGED 2008/02/21 14:49:34 tl 1.36.74.8: #i81365# check supported locales always for the time being when linguistic is used for the first time 2008/02/21 14:44:18 tl 1.36.74.7: #i81365# check supported locales always for the time being when linguistic is used for the first time 2008/02/21 10:44:16 tl 1.36.74.6: #i81365# check supported locales alway for the time being 2008/02/21 10:12:43 tl 1.36.74.5: #i81365# check supported locales alway for the time being 2008/01/31 14:58:36 tl 1.36.74.4: #i80286# use multi-path to get directories to check for chnage files 2007/08/10 10:02:31 tl 1.36.74.3: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 12:33:44 tl 1.36.74.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:29:05 tl 1.36.74.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [055660f4b384bd41ba4dd34c071c43ec33bff448]

        INTEGRATION: CWS tl41_DEV300 (1.44.74); FILE MERGED 2008/02/15 10:09:59 tl 1.44.74.6: RESYNC: (1.51-1.53); FILE MERGED 2008/01/15 11:56:27 tl 1.44.74.5: RESYNC: (1.50-1.51); FILE MERGED 2007/12/03 10:13:07 tl 1.44.74.4: RESYNC: (1.48-1.50); FILE MERGED 2007/10/09 09:47:03 tl 1.44.74.3: RESYNC: (1.44-1.48); FILE MERGED 2007/08/06 12:08:02 tl 1.44.74.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:29:05 tl 1.44.74.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [197ca562d6698efdec35e91e3adabc9d9fa94587]

        INTEGRATION: CWS tl41_DEV300 (1.22.74); FILE MERGED 2007/08/06 11:29:05 tl 1.22.74.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [b68b92bcae8850206a408487576e6cdb46543ac3]

        INTEGRATION: CWS tl41_DEV300 (1.10.74); FILE MERGED 2007/08/06 12:08:02 tl 1.10.74.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:29:05 tl 1.10.74.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [7ec752f9071ff571e7edd0664fb2d0da75b32e67]

        INTEGRATION: CWS tl41_DEV300 (1.19.74); FILE MERGED 2007/08/06 12:00:49 tl 1.19.74.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:29:05 tl 1.19.74.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [634116c312025981f4abdd57245d0bc9f5f151fa]

        INTEGRATION: CWS tl41_DEV300 (1.15.304); FILE MERGED 2007/08/06 11:28:54 tl 1.15.304.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [89c1e1c965822e7165d0fae39fe951c42d086c32]

        INTEGRATION: CWS tl41_DEV300 (1.8.356); FILE MERGED 2007/08/06 12:38:51 tl 1.8.356.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [5f97590cd1482c5f60ee6ce957e6e9b3eddcb543]

        INTEGRATION: CWS tl41_DEV300 (1.7.8); FILE MERGED 2008/02/05 15:33:11 tl 1.7.8.7: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2007/08/07 10:53:11 tl 1.7.8.6: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 14:20:18 tl 1.7.8.5: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 14:19:26 tl 1.7.8.4: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 13:01:29 tl 1.7.8.3: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:50:17 tl 1.7.8.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:22:18 tl 1.7.8.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [67a35c100ea5f7f976fd6f2e74abf0273913981e]

        INTEGRATION: CWS tl41_DEV300 (1.1.2); FILE ADDED 2008/02/05 15:34:09 tl 1.1.2.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6c81a0f5208d309fc4a1cb71e11ec04887cca6b3]

        INTEGRATION: CWS tl41_DEV300 (1.28.8); FILE MERGED 2007/08/06 11:22:18 tl 1.28.8.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ffbd98dd22cabd3142625620d173297a0d3a2ff6]

        INTEGRATION: CWS tl41_DEV300 (1.21.10); FILE MERGED 2008/02/15 10:09:28 tl 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED 2008/02/05 15:33:11 tl 1.21.10.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [b152af0fd6037de6875a943fc8de54013dfbd08a]

        INTEGRATION: CWS tl41_DEV300 (1.27.10); FILE MERGED 2008/02/05 15:33:11 tl 1.27.10.1: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [a2587cbece122617fc85e2fce7e51fd97a561f65]

        INTEGRATION: CWS tl41_DEV300 (1.21.10); FILE MERGED 2007/08/10 10:03:02 tl 1.21.10.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1daa14a46539e5850bb268d78b5504bf6fa25469]

        INTEGRATION: CWS tl41_DEV300 (1.5.10); FILE MERGED 2008/02/14 15:31:05 tl 1.5.10.1: #i80286# make dictionaries read-only if not in writeable path

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6e09386f98eeef0d8923c84ea32036c864b57b94]

        INTEGRATION: CWS tl41_DEV300 (1.19.8); FILE MERGED 2008/03/06 09:55:27 tl 1.19.8.5: #ii80286# issue with writeable flag fixed 2008/02/18 14:27:39 tl 1.19.8.4: #i83165# fixing Solaris compile problem 2008/02/14 15:31:05 tl 1.19.8.3: #i80286# make dictionaries read-only if not in writeable path 2008/02/05 15:33:10 tl 1.19.8.2: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2007/08/06 11:22:18 tl 1.19.8.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [adfc47ab29f668c593e72faf8ae57e9606f16775]

        INTEGRATION: CWS tl41_DEV300 (1.7.10); FILE MERGED 2008/02/14 15:31:05 tl 1.7.10.1: #i80286# make dictionaries read-only if not in writeable path

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [38f9f7086821259ed6adef2cb7f13ebb65140843]

        INTEGRATION: CWS tl41_DEV300 (1.22.8); FILE MERGED 2008/02/14 15:48:26 tl 1.22.8.4: #i80286# make dictionaries read-only if not in writeable path 2008/02/14 15:48:03 tl 1.22.8.3: #i80286# make dictionaries read-only if not in writeable path 2008/02/14 15:47:12 tl 1.22.8.2: #i80286# make dictionaries read-only if not in writeable path 2008/02/14 15:31:05 tl 1.22.8.1: #i80286# make dictionaries read-only if not in writeable path

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [0d628578370f8b08cbcbb98edfef118e7c00acda]

        INTEGRATION: CWS tl41_DEV300 (1.9.8); FILE MERGED 2007/08/06 11:22:17 tl 1.9.8.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ddf277d27548c3251c198503cbbb371dc8b28a36]

        INTEGRATION: CWS tl41_DEV300 (1.12.48); FILE MERGED 2008/02/05 15:32:56 tl 1.12.48.2: #i80287#, #i81365# changes to linguistic.xcu and for dictionaries as extensions 2007/08/06 11:22:06 tl 1.12.48.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2b3cf6bf1361573658d02cb2c90c756086d4acb3]

        INTEGRATION: CWS tl41_DEV300 (1.61.128); FILE MERGED 2007/12/03 10:11:21 tl 1.61.128.2: RESYNC: (1.61-1.62); FILE MERGED 2007/08/10 10:01:27 tl 1.61.128.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1faae0cc08cacd4e1425c5ab3a19288b6b9a4c67]

        INTEGRATION: CWS tl41_DEV300 (1.33.58); FILE MERGED 2007/12/07 09:07:08 tl 1.33.58.5: #i80286# SvxAddEntryToDic moved to linguistic project 2007/12/03 10:11:15 tl 1.33.58.4: RESYNC: (1.34-1.36); FILE MERGED 2007/10/01 13:32:44 tl 1.33.58.3: RESYNC: (1.33-1.34); FILE MERGED 2007/08/06 12:28:51 tl 1.33.58.2: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic' 2007/08/06 11:31:20 tl 1.33.58.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [92ff0880fb430efc568580ba5096e51f9125c382]

        INTEGRATION: CWS tl41_DEV300 (1.21.414); FILE MERGED 2008/01/15 09:27:48 tl 1.21.414.5: #i80287# use list of disabled dictionaries instead of active ones 2007/12/21 09:36:42 tl 1.21.414.4: #i80287# change to configuration entry for 'Dictionary'. 2007/12/10 11:15:19 tl 1.21.414.3: #i80287# new linguistic entries to allow for dictionaries as extensions 2007/12/10 11:11:14 tl 1.21.414.2: #i80287# new linguistic entries to allow for dictionaries as extensions 2007/12/10 10:47:00 tl 1.21.414.1: #i80287# new linguistic entries to allow for dictionaries as extensions

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [57e4871972097dd8c02138b57e5f73f8d1691a27]

        INTEGRATION: CWS tl41_DEV300 (1.19.24); FILE MERGED 2008/01/15 11:01:43 tl 1.19.24.1: #i80287# make new configuration entries for linguistic services

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2f80ae36504683c78c127b1d82a653ae357613dc]

        INTEGRATION: CWS tl41_DEV300 (1.8.54); FILE MERGED 2008/02/05 14:23:54 tl 1.8.54.2: #i80286# pathes for 'Linguistic' and 'Dictionary' changed 2007/08/06 11:24:32 tl 1.8.54.1: #i80286# use multi-pathes for 'Dictionary' and 'Linguistic'

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2868eff437df1437ce7e7b02f7824861e3d82644]

        INTEGRATION: CWS tl41_DEV300 (1.3.414); FILE REMOVED 2008/02/05 14:27:58 tl 1.3.414.3: #i80286# Linguistic.xcu removed - wrong place to add those entries 2008/01/15 11:01:43 tl 1.3.414.2: #i80287# make new configuration entries for linguistic services 2008/01/15 11:00:11 tl 1.3.414.1: #i80287# make new configuration entries for linguistic services

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [fbea250f1d78d403847641d8e921abffd584ab41]

        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>  [35d00fe6e16aa166c6770a0ec1efe00639da5695]

        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>  [e750099c0c10dfde71baf87263bd7aa92c279c9f]

        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>  [94324c66cdac1984cbaac182e46347ee324b358d]

        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>  [535480ab35663df6a967508ec0d7b51d5c3dec2f]

        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>  [4b2b50eb5f6c35d1b6774de5e4a510e0a4aa0d2c]

        INTEGRATION: CWS ucbfixes06 (1.1.2); FILE ADDED 2008/01/21 15:30:22 kso 1.1.2.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6b2679ea7d720018bdd4dfa78485fc57179ef5ca]

        INTEGRATION: CWS ucbfixes06 (1.41.10); FILE MERGED 2008/01/21 15:30:22 kso 1.41.10.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ef5aa09d61e615121f430fda380f6c37495252ae]

        INTEGRATION: CWS ucbfixes06 (1.6.36); FILE MERGED 2008/01/21 15:30:22 kso 1.6.36.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bd2a8f307cf3eab67b7161f2a51308f2f149eceb]

        INTEGRATION: CWS ucbfixes06 (1.6.62); FILE MERGED 2008/01/21 15:30:22 kso 1.6.62.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [44edd72c0ca0b06dac60d10b54f9cad986f6ecb1]

        INTEGRATION: CWS ucbfixes06 (1.14.62); FILE MERGED 2008/01/21 15:30:22 kso 1.14.62.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6e3d07bdeba9ba5218c2cafc08e67f0df182cdf4]

        INTEGRATION: CWS ucbfixes06 (1.1.2); FILE ADDED 2008/01/21 15:30:21 kso 1.1.2.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ac3abd8052e939e759ffede688cd3bee4347a909]

        INTEGRATION: CWS ucbfixes06 (1.8.36); FILE MERGED 2008/01/21 15:30:21 kso 1.8.36.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2c8beaad80eee6f2bb17fe6171dc82238278c1a2]

        INTEGRATION: CWS ucbfixes06 (1.4.64); FILE MERGED 2008/01/21 15:30:21 kso 1.4.64.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [7ee70d73d2f4413b28a66537b07b05ffc59b9764]

        INTEGRATION: CWS ucbfixes06 (1.23.10); FILE MERGED 2008/01/21 15:30:21 kso 1.23.10.2: #i85425# - cleanup of CVS module. 2008/01/21 12:24:49 kso 1.23.10.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [926c7b208317e2e69ee45103b807ace45a57cb6f]

        INTEGRATION: CWS ucbfixes06 (1.18.40); FILE MERGED 2008/01/21 15:30:21 kso 1.18.40.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [7226bd3f30e97d0aeb56387580e97b361ba15bb4]

        INTEGRATION: CWS ucbfixes06 (1.1.2); FILE ADDED 2008/03/06 17:38:44 kso 1.1.2.2: took over latest changesdone on MWS after file was moved. Issue number: Submitted by: Reviewed by: 2008/01/21 15:30:21 kso 1.1.2.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [126aa2a0761a4c3a3221bbf5348663c53ae893b8]

        INTEGRATION: CWS ucbfixes06 (1.49.10); FILE MERGED 2008/03/06 15:48:22 kso 1.49.10.2: RESYNC: (1.49-1.51); FILE MERGED 2008/01/21 15:30:21 kso 1.49.10.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [83477b9a0f813a2754d57317c75d7c0a10293e1d]

        INTEGRATION: CWS ucbfixes06 (1.10.36); FILE MERGED 2008/01/21 15:30:21 kso 1.10.36.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [8f37d7786500fb46150cb186feb0454e9903006d]

        INTEGRATION: CWS ucbfixes06 (1.19.36); FILE MERGED 2008/01/21 15:30:21 kso 1.19.36.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [6780e091184d646befa7b4dc90915765ed8a3a48]

        INTEGRATION: CWS ucbfixes06 (1.3.64); FILE MERGED 2008/01/21 15:30:21 kso 1.3.64.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ddf5d8d556a445c942b520f709d98c18242f9577]

        INTEGRATION: CWS ucbfixes06 (1.1.2); FILE ADDED 2008/01/21 15:30:20 kso 1.1.2.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [003d34e3c30c1e7dc1f08f7737cedef79be3b15f]

        INTEGRATION: CWS ucbfixes06 (1.1.2); FILE ADDED 2008/01/21 15:30:19 kso 1.1.2.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [d9b65dc3e392bf12eba106e3792e5e25051df837]

        INTEGRATION: CWS ucbfixes06 (1.18.50); FILE REMOVED 2008/01/21 15:30:19 kso 1.18.50.1: #i85425# - cleanup of CVS module.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [71ccce6c74e6e9124b39a2b1dbed4b51ca40cca7]

        INTEGRATION: CWS ucbfixes06 (1.15.34); FILE MERGED 2008/01/21 15:30:18 kso 1.15.34.1: #i85425# - cleanup of CVS module.

2008-03-25  Rüdiger Timm  <rt@openoffice.org>  [249dcff832d32427c8496c8ea33ca03ff088b3a8]

        Typo?

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [09506d2a230e454973b19d9db4c1b17fe895daeb]

        INTEGRATION: CWS ucbfixes06 (1.18.54); FILE MERGED 2008/01/21 12:23:02 kso 1.18.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [36c4d854aebc82a699689dacda3d2acf721e2adf]

        INTEGRATION: CWS ucbfixes06 (1.58.2); FILE MERGED 2008/03/06 15:48:07 kso 1.58.2.2: RESYNC: (1.58-1.59); FILE MERGED 2008/01/21 12:23:02 kso 1.58.2.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1316f7144f8cb09e46ae93a026c335ecedd1f1a4]

        INTEGRATION: CWS ucbfixes06 (1.9.54); FILE MERGED 2008/01/21 12:23:02 kso 1.9.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [7a88e0acab93b50b8a619f07fd6b6e6194384c09]

        INTEGRATION: CWS ucbfixes06 (1.13.54); FILE MERGED 2008/01/21 12:23:01 kso 1.13.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [bb0f4d1e0e800e8357ec7043e2033422167904b1]

        INTEGRATION: CWS ucbfixes06 (1.20.54); FILE MERGED 2008/01/21 12:23:01 kso 1.20.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [94e5a3d3e2813e8d09157a6626310cf8f399fa62]

        INTEGRATION: CWS ucbfixes06 (1.56.54); FILE MERGED 2008/01/21 12:23:01 kso 1.56.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [354e8570e8a5816eee3c83e48ff7b36c6120ed6f]

        INTEGRATION: CWS ucbfixes06 (1.7.54); FILE MERGED 2008/01/21 12:23:01 kso 1.7.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [80a7ec3ae12dc3646113b5468a18a6b544c3649e]

        INTEGRATION: CWS ucbfixes06 (1.16.54); FILE MERGED 2008/01/21 12:23:01 kso 1.16.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [906fa4f51648a2eada2ff905b0717bea2cde6786]

        INTEGRATION: CWS ucbfixes06 (1.28.54); FILE MERGED 2008/01/21 12:23:01 kso 1.28.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [76f45013da608d3e98a188ca1c0bc1e7ed2e8754]

        INTEGRATION: CWS ucbfixes06 (1.7.48); FILE MERGED 2008/01/21 12:23:00 kso 1.7.48.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [4fb74e872e6ca76b2349242a5547ac80f6b185f4]

        INTEGRATION: CWS ucbfixes06 (1.12.54); FILE MERGED 2008/01/21 12:23:00 kso 1.12.54.1: #i85139# - Adapted to changed ucbhelper API.

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [4868cba7b357ca733bd60cb0b1ff2c01d6405180]

        INTEGRATION: CWS winordinals (1.62.184); FILE MERGED 2008/03/07 15:16:58 vg 1.62.184.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [3a694dd0323d7a057753a2547a06aad6cce36263]

        INTEGRATION: CWS winordinals (1.44.134); FILE MERGED 2008/03/07 15:19:56 vg 1.44.134.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [0594a3a88f964e25c130ac7a87c765adcad5c5f1]

        INTEGRATION: CWS winordinals (1.51.196); FILE MERGED 2008/03/07 15:16:42 vg 1.51.196.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [c91e5ef4f0188eff0ad90b2355f3df76792c730b]

        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>  [e4be3e607aa6bfeeb4fe52a0b1560ab66e74fc15]

        INTEGRATION: CWS winordinals (1.49.86); FILE MERGED 2008/03/07 15:20:39 vg 1.49.86.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [b3e6e1fe1b24acd759768f29732d18fb512e9823]

        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>  [f80e1c1610c7ad89530e02cb48ddb400e460a361]

        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>  [6a4729b731b1ca0bd5d957f0c3e287df24f5d76f]

        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>  [331780c496eca3a37ff4f69b564af52d24661822]

        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>  [145b887a2789a6da5f24c937afd6eddc3e31e29a]

        INTEGRATION: CWS winordinals (1.118.114); FILE MERGED 2008/03/18 12:50:56 vg 1.118.114.2: #i86800# switch to symbol-exporting scheme 2008/03/14 10:35:57 vg 1.118.114.1: #i86800# switch to symbol-exporting linking for windows

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1075e8e5cdc534d80fd817baa54e2b656d8314dc]

        INTEGRATION: CWS winordinals (1.45.86); FILE MERGED 2008/03/07 14:56:14 vg 1.45.86.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1ce43382f449b1c6b69b9770c0e2f9d75f934186]

        INTEGRATION: CWS winordinals (1.69.150); FILE MERGED 2008/03/14 10:35:56 vg 1.69.150.1: #i86800# switch to symbol-exporting linking for windows

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [a8b7587aaeba053e5e679ed5aa71912b20cc7c6f]

        INTEGRATION: CWS winordinals (1.114.114); FILE MERGED 2008/03/18 12:50:56 vg 1.114.114.2: #i86800# switch to symbol-exporting scheme 2008/03/14 10:35:55 vg 1.114.114.1: #i86800# switch to symbol-exporting linking for windows

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [d1f1fbb51194e594475c9f74f26472252b9231c3]

        INTEGRATION: CWS winordinals (1.44.86); FILE MERGED 2008/03/07 14:56:14 vg 1.44.86.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [2a03fe4dc8143c0f7f8e1381aa5745e538e5f2ef]

        INTEGRATION: CWS winordinals (1.64.150); FILE MERGED 2008/03/14 10:35:54 vg 1.64.150.1: #i86800# switch to symbol-exporting linking for windows

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [ad23d1cbdaf8e9ed4438d7eda28ffe593f35e0a2]

        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>  [64b6bc5bc5d4ff1bffb4ae7268945a1efdd2279f]

        INTEGRATION: CWS winordinals (1.12.14); FILE MERGED 2008/03/07 15:18:44 vg 1.12.14.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [792339e0fe0260fe9b7e87db226845b804dc38e0]

        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>  [a9c4bfd81dac138b01b6cf2102a17031396e7e6d]

        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>  [2fb4806bfb2f4bd94c61a170f32ce31d238e5781]

        INTEGRATION: CWS winordinals (1.32.68); FILE MERGED 2008/03/07 15:18:05 vg 1.32.68.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [5be5e985944bb6ff3201bb0c0a8a7e72ec2dcde3]

        INTEGRATION: CWS winordinals (1.53.170); FILE MERGED 2008/03/07 15:17:41 vg 1.53.170.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [cf743b33d0e7748d69ec5eca6352fb1f4417c237]

        INTEGRATION: CWS winordinals (1.2.14); FILE MERGED 2008/03/07 15:17:20 vg 1.2.14.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [1076d97fc8828f0d024bab108cda8b94dbf3f8ce]

        INTEGRATION: CWS winordinals (1.4.20); FILE MERGED 2008/03/14 10:36:34 vg 1.4.20.1: #i86800# switch to symbol-exporting linking for windows

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [79dce48ec9c08c1ecb59040ad429520f6b544824]

        INTEGRATION: CWS winordinals (1.17.20); FILE MERGED 2008/03/14 10:36:34 vg 1.17.20.2: #i86800# switch to symbol-exporting linking for windows 2008/03/07 15:17:11 vg 1.17.20.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [fae34352374d7cd91b40e3b60ecd7341331bb8d9]

        INTEGRATION: CWS winordinals (1.28.86); FILE MERGED 2008/03/07 15:16:30 vg 1.28.86.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [b8005f75ef083d8472ca553e16aef389a7b7c8d6]

        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-25  Oliver Bolte  <obo@openoffice.org>  [bb09ed87556dfa82e81564a9aa66075959a3af94]

        INTEGRATION: CWS winordinals (1.3.6); FILE MERGED 2008/03/07 15:16:17 vg 1.3.6.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [080317ab96d5bd346c020cd19f78326471a4835c]

        INTEGRATION: CWS winordinals (1.7.6); FILE MERGED 2008/03/07 15:16:16 vg 1.7.6.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [60a2d73ca6cffb5ec0e4aca7492f3ce348bf75d7]

        INTEGRATION: CWS winordinals (1.12.6); FILE MERGED 2008/03/07 15:16:16 vg 1.12.6.1: #i86800# switch to symbol-exporting scheme

2008-03-25  Oliver Bolte  <obo@openoffice.org>  [f10c4832eec8eb512e49796afc1e62cb884f70ac]

        INTEGRATION: CWS winordinals (1.9.6); FILE MERGED 2008/03/07 15:16:16 vg 1.9.6.1: #i86800# switch to symbol-exporting scheme

2008-03-20  Rüdiger Timm  <rt@openoffice.org>  [4a94b432162366e7e7beedeb60b65fc46e321693]

        #i87297# Initialize variable.

2008-03-20  Rüdiger Timm  <rt@openoffice.org>  [3bdde59e5667d8122bcc273f00f10cb0587e9d69]

        License header added

2008-03-20  Rüdiger Timm  <rt@openoffice.org>  [d0711b086bfff08c55190152f65cbe47d92f83b0]

        #i10000# Do not append 'Beta' extension to install dir name.

2008-03-20  Vladimir Glazounov  <vg@openoffice.org>  [6fc5eab5e70969a44437d06488414a3af871bd67]

        #i10000# right fix for conflict

2008-03-20  Rüdiger Timm  <rt@openoffice.org>  [c97a878df09f25196b2d1f7d54184be709ec33a5]

        #i10000# 'gid_File_Bin_Soffice' and 'gid_File_Desktophelper_Txt' moved to brand layer.

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [550f0a4f96a6e9e0ada0d65dfbe4b0e537bf68d3]

        #i10000# fix for mac-nonpro

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [a7a2d2a63e7eb34d032f874adcf953786cda5ea1]

        #i10000# avoid problems with --without-stlport combined with --with-x

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [ee301088cefeacba40d27ef11287f90c799ba090]

        #i10000# restore lost changes from sb83

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [b118210f6adab17f1db74c4d36461f8dbd114e74]

        #i10000# restore lost changes from sb83

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [f06a216819b8a0746dc2fd79cb9b5d420978c4bc]

        #i10000# remove not tested changes from mod@openoffice.org

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [7db22c85f75ba9dc02b60ef2590442ed4c00b57b]

        #i10000# new macro name

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [7015e5255e230bf8876a60197619a57926318355]

        #i10000# fix for Mac OSX gcc-4.0.1 breaker

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [6b0acb8f67d382ff7ae20712877c17e520969b9f]

        #i10000# regenerated for new configure.in

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [6f85f57e3fa28b7c24e3a38e234cf8bd25262665]

        #i10000# new macro name

2008-03-19  Rüdiger Timm  <rt@openoffice.org>  [08e750a63ec752bc7766b506e0cc1191d811b23b]

        #i10000# CWS sb83 changed 'PKGCONFIG' into 'PKG_CONFIG' (in solenv/inc/pkg_config.mk).

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [b114f66e32c336fe311ba63049fa2132d362ee60]

        INTEGRATION: CWS impress138_DEV300 (1.165.16); FILE MERGED 2008/02/18 12:53:05 sj 1.165.16.2: RESYNC: (1.165-1.166); FILE MERGED 2008/01/31 10:27:16 sj 1.165.16.1: #i85724# added XEnhancedCustomShapeDefaulter to TypeSequence

2008-03-19  Vladimir Glazounov  <vg@openoffice.org>  [00b169c409a27b1339645f86789f5b77cd9d76e2]

        DEV300

2008-03-19  Armin Weiss  <aw@openoffice.org>  [f5fddf97cf351c7348ffc0e3f5cbfc45877e9de0]

        #i39532# dll name adaption

2008-03-19  Armin Weiss  <aw@openoffice.org>  [746ce24e03faa4d4d4bc117985717d4acd329231]

        #i39532# chart adaptions for 3D

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8b48a2008d1ec41f73592928b57c3fbb63d88539]

        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>  [ce2d2b93fcbea1936439f8ba5a99b5e7a0d822d6]

        INTEGRATION: CWS impress138_DEV300 (1.73.234); FILE MERGED 2008/01/31 17:13:17 sj 1.73.234.1: #i85516# fixed problem with 100 transparence fillings exporting to msoffice

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b6452a6d8d558c6ac2fe116e8e7b101905ce447c]

        INTEGRATION: CWS impress138_DEV300 (1.20.148); FILE MERGED 2008/01/31 16:40:25 sj 1.20.148.1: #i85678# added geometry to the ellipse/circle object

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [01a689cf9c5350ec62c2cc6d7df152098ca14efc]

        INTEGRATION: CWS impress138_DEV300 (1.29.232); FILE MERGED 2008/01/31 16:40:25 sj 1.29.232.1: #i85678# added geometry to the ellipse/circle object

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9f2d8cac0f82eae7e64f3925b58cc4171d186abf]

        INTEGRATION: CWS impress138_DEV300 (1.8.74); FILE MERGED 2008/01/31 16:41:47 sj 1.8.74.1: #i85678# added geometry for the circle object

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3b17e6abc837036ce30ba3030ab141f94fce8f80]

        INTEGRATION: CWS impress138_DEV300 (1.11.74); FILE MERGED 2008/01/31 16:41:47 sj 1.11.74.1: #i85678# added geometry for the circle object

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d3727786bd23bb72b9d3da457c65d191345d2f2c]

        INTEGRATION: CWS impress138_DEV300 (1.9.74); FILE MERGED 2008/01/31 16:41:47 sj 1.9.74.1: #i85678# added geometry for the circle object

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eed8e772305309e0183a22948084008c30f1c632]

        INTEGRATION: CWS impress138_DEV300 (1.114.86); FILE MERGED 2008/01/31 15:05:49 sj 1.114.86.1: #i85773# removed assertion, clip board pages do not support property sets

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0c8a64b9473ce990a358989c508463a17bfea6f3]

        INTEGRATION: CWS tkr11_DEV300 (1.31.80); FILE MERGED 2008/02/28 13:10:51 tkr 1.31.80.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a5fec548844474d68132696a26588ac1f5c70fac]

        INTEGRATION: CWS tkr11_DEV300 (1.14.80); FILE MERGED 2008/03/03 08:18:29 tkr 1.14.80.2: #154182# new property to set standard dir on open/save dialog 2008/02/28 13:10:51 tkr 1.14.80.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6af932fc932cf870f56ce847b104c627bbd00d95]

        INTEGRATION: CWS tkr11_DEV300 (1.138.14); FILE MERGED 2008/03/04 14:09:23 tkr 1.138.14.3: #154182# new property to set standard dir on open/save dialog 2008/03/03 08:18:11 tkr 1.138.14.2: #154182# new property to set standard dir on open/save dialog 2008/02/28 13:10:51 tkr 1.138.14.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [af3802e21176ac16c8e125ace2e6eab70f7bbe12]

        INTEGRATION: CWS tkr11_DEV300 (1.127.36); FILE MERGED 2008/02/28 13:10:50 tkr 1.127.36.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2c0dbbb6491336c472fae124f73b13ccab7d2d96]

        INTEGRATION: CWS tkr11_DEV300 (1.116.80); FILE MERGED 2008/02/28 13:10:50 tkr 1.116.80.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [93e880fabe9f4df200412a078ef5318ca5513940]

        INTEGRATION: CWS tkr11_DEV300 (1.9.42); FILE MERGED 2008/02/28 13:10:50 tkr 1.9.42.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2207e361fea02b7f516936f00406e4b07fa19e67]

        INTEGRATION: CWS tkr11_DEV300 (1.4.80); FILE MERGED 2008/02/28 13:10:50 tkr 1.4.80.1: #154182# new property to set standard dir on open/save dialog

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9381a3beca3680624da76ffc4dbb5c5b698bfbdc]

        INTEGRATION: CWS tkr11_DEV300 (1.6.126); FILE MERGED 2008/02/28 13:08:15 tkr 1.6.126.1: #154182# new member for standard dir

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c9ff9861532b274f89387a39a1f0ab4eaed376cc]

        INTEGRATION: CWS tkr11_DEV300 (1.14.18); FILE MERGED 2008/03/05 09:06:36 tkr 1.14.18.3: #154182# new property to set standard dir on open/save dialog 2008/03/03 08:13:43 tkr 1.14.18.2: #154182# new property to set standard dir on open/save dialog 2008/02/28 13:08:14 tkr 1.14.18.1: #154182# new member for standard dir

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2ed2e35e3cf3c7ba6046d4246d590f4e47ae5237]

        INTEGRATION: CWS swnotescolor (1.9.28); FILE MERGED 2007/12/02 23:10:53 mod 1.9.28.1: removing variable

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5c2010f02f9e9a838e86d8b5efde2f4fdf0410de]

        INTEGRATION: CWS swnotescolor (1.44.128); FILE MERGED 2007/12/10 11:12:43 mod 1.44.128.3: remove gap 2007/12/02 20:42:27 mod 1.44.128.2: fix 2007/12/02 20:28:08 mod 1.44.128.1: remove note color indicator from option menu

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e6284313a64245a23cf44dfe5e714e1f7b511d1c]

        INTEGRATION: CWS swnotescolor (1.16.6); FILE MERGED 2007/12/02 20:28:07 mod 1.16.6.1: remove note color indicator from option menu

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7348c19a13114710b3f41df7bae77d3833bed743]

        INTEGRATION: CWS swnotescolor (1.5.206); FILE MERGED 2007/12/02 20:28:07 mod 1.5.206.1: remove note color indicator from option menu

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fd3db27fb5f4abad6b8ee22aa1a7e8e1679c9be4]

        INTEGRATION: CWS swnotescolor (1.29.6); FILE MERGED 2008/03/05 09:26:55 mba 1.29.6.5: RESYNC: (1.29-1.30); FILE MERGED 2007/12/06 15:48:10 mod 1.29.6.4: only draw if it is a script 2007/12/02 23:18:45 mod 1.29.6.3: remove warning 2007/12/02 23:11:48 mod 1.29.6.2: remove warning 2007/12/02 20:27:10 mod 1.29.6.1: remove note color indicator from option menu

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d64104edc9e66ca4ec0fc05eae58676f58bac080]

        INTEGRATION: CWS swnotescolor (1.27.6); FILE MERGED 2008/03/05 09:26:52 mba 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2007/12/02 20:27:10 mod 1.27.6.1: remove note color indicator from option menu

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2b280e9a881a8d220463f1c7761d98369950d69e]

        INTEGRATION: CWS unoapi3 (1.4.60); FILE MERGED 2008/01/08 15:13:32 cn 1.4.60.1: #i84995# fill lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fc8b26811222ce8e8415c259852451a42c02297c]

        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>  [d914d50f76ecfadc8e86a427d5a4a4b497a30f28]

        INTEGRATION: CWS unoapi3 (1.8.68); FILE MERGED 2008/03/07 12:58:29 cn 1.8.68.2: #i84995 update issues 2008/03/07 12:47:33 cn 1.8.68.1: #i84995 update issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [40fbaabf437a433e7a4dec08a4d0a683ab2b13b4]

        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>  [456b392ea4baef1c933d4f519aa35bbcee730d81]

        INTEGRATION: CWS unoapi3 (1.4.12); FILE MERGED 2008/01/07 16:55:15 cn 1.4.12.1: #i84995# update lists with issuesi84995

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [357242f62aacc136641fbe6b45e31fa180ea9cc9]

        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>  [181f50617b8d8a34b4a26c286532c708ea053e37]

        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>  [e418f84b43da446b1675bb9719018900b108c656]

        INTEGRATION: CWS unoapi3 (1.2.486); FILE MERGED 2008/01/14 15:34:12 cn 1.2.486.1: #i84995# update list

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [93a8a96fec1a28b3c0c9dbd8462bc8920434cd99]

        INTEGRATION: CWS unoapi3 (1.2.292); FILE MERGED 2008/03/03 09:29:22 cn 1.2.292.2: #i84995 update lists with issues 2008/02/28 20:44:41 cn 1.2.292.1: #i84995 update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [49b4ed8a04b16fbf0f3d09558e0a6f95c4b346fb]

        INTEGRATION: CWS unoapi3 (1.6.116); FILE MERGED 2008/01/24 19:48:15 cn 1.6.116.2: #i84995# update lists with issues 2008/01/24 09:42:19 cn 1.6.116.1: #i84995# update ists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [918ec70df773faa4887e911a680751cf76ffd017]

        INTEGRATION: CWS unoapi3 (1.8.116); FILE MERGED 2008/01/24 19:48:15 cn 1.8.116.3: #i84995# update lists with issues 2008/01/24 19:18:30 cn 1.8.116.2: #i84995# update lists with issues 2008/01/24 09:42:19 cn 1.8.116.1: #i84995# update ists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [34bb4e11f1c161217478f726333e6938f09e09e5]

        INTEGRATION: CWS sw30bf01 (1.134.144); FILE MERGED 2008/03/06 10:16:21 hbrinkm 1.134.144.2: RESYNC: (1.134-1.135); FILE MERGED 2008/01/18 10:47:33 hbrinkm 1.134.144.1: #i84879# applied patch, added length check

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [378bba4956c3bee4951f0a7f38ee4abbc69609a3]

        INTEGRATION: CWS sw30bf01 (1.177.76); FILE MERGED 2008/02/01 13:42:11 hbrinkm 1.177.76.2: RESYNC: (1.177-1.178); FILE MERGED 2008/01/18 10:47:33 hbrinkm 1.177.76.1: #i84879# applied patch, added length check

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [35baac4ab18a22de6c94744b450038f80eb15b27]

        INTEGRATION: CWS sw30bf01 (1.135.2); FILE MERGED 2008/03/06 10:16:07 hbrinkm 1.135.2.3: RESYNC: (1.136-1.137); FILE MERGED 2008/02/01 13:42:07 hbrinkm 1.135.2.2: RESYNC: (1.135-1.136); FILE MERGED 2008/01/18 10:47:33 hbrinkm 1.135.2.1: #i84879# applied patch, added length check

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [31e76344368b76bcb285f3f98ed655cc7158c680]

        INTEGRATION: CWS sw30bf01 (1.11.146); FILE MERGED 2008/01/10 08:26:39 fme 1.11.146.1: #i64391# Correct adjustment of surrounding table cells when changing columns in old table model

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [aaaac3275c16a3e70fb7d5e2f87cec1ed5db82b8]

        INTEGRATION: CWS sw30bf01 (1.20.146); FILE MERGED 2008/02/01 13:42:04 hbrinkm 1.20.146.2: RESYNC: (1.20-1.22); FILE MERGED 2008/01/21 07:54:33 fme 1.20.146.1: #i54248# lijian/fme: Restore table alignment setting after automatic table column adjustment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c52b63467c85e6f46a8bba8be789dc47ff605dab]

        INTEGRATION: CWS unoapi3 (1.3.16); FILE MERGED 2008/01/14 11:13:51 cn 1.3.16.1: #i84995# update issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [30a44be843ea4f773bccfc0ed85d1cd4f15ba34d]

        INTEGRATION: CWS unoapi3 (1.1.2); FILE ADDED 2008/01/14 11:12:47 cn 1.1.2.1: #i84995# new knownissue list

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9a11a60a40d362a138b645fe84d6e2de1048d25f]

        INTEGRATION: CWS unoapi3 (1.7.146); FILE MERGED 2008/03/05 20:11:27 cn 1.7.146.2: #i84995 update lists with issues 2008/01/29 09:18:05 cn 1.7.146.1: #i84995# update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cb8c919ba1e2a6f8d01188156d71ea7bcc4de158]

        INTEGRATION: CWS unoapi3 (1.7.146); FILE MERGED 2008/03/05 20:11:27 cn 1.7.146.4: #i84995 update lists with issues 2008/03/03 22:02:01 cn 1.7.146.3: #i84995 update lists with issues 2008/03/03 19:19:28 cn 1.7.146.2: #i84995 update lists with issues 2008/01/29 09:18:05 cn 1.7.146.1: #i84995# update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [04ba7e7c85b1f4bb8cf58aa26799c00fc5a34ce7]

        INTEGRATION: CWS unoapi3 (1.8.64); FILE MERGED 2008/01/04 15:03:27 cn 1.8.64.1: #i84995# update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b3882d40302c680077f34d4d804f08185bf66ccc]

        INTEGRATION: CWS unoapi3 (1.9.64); FILE MERGED 2008/01/04 15:03:27 cn 1.9.64.1: #i84995# update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [86b0d89aa1be34d82d9f2994b05f2edf7819d30a]

        INTEGRATION: CWS unoapi3 (1.3.92); FILE MERGED 2008/02/28 21:35:44 cn 1.3.92.1: #i84995 update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3d0b297c2d273645c6d58321fc48c7c840e30ccd]

        INTEGRATION: CWS unoapi3 (1.2.826); FILE MERGED 2008/02/28 21:35:44 cn 1.2.826.1: #i84995 update lists with issues

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b5dd1d1db391ab39375398f5055b21be08a26f57]

        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>  [89c9f5e4c5840437aeddd8d6be75f3c6e8e476a2]

        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>  [4b95ec7f3c77e711cf98627cee5a86714ff6dd79]

        INTEGRATION: CWS s390port01 (1.9.10); FILE MERGED 2008/02/29 23:19:13 cmc 1.9.10.1: #i86425# fix up s309

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [df8b4980aa82afc9ce1dd855def5e2b959ae409f]

        INTEGRATION: CWS s390port01 (1.174.4); FILE MERGED 2008/02/29 14:47:00 cmc 1.174.4.1: #i86425# allow non -gnu linux

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f4c9efc99e7c10b02704d97165affe1dfaf484e3]

        INTEGRATION: CWS s390port01 (1.249.10); FILE MERGED 2008/03/06 12:37:36 cmc 1.249.10.1: #i85398# better test and workaround for failing visibility

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cf597d5265fcca6af1e3ada034400b76a9c2f012]

        INTEGRATION: CWS sw8u10bf05 (1.112.74); FILE MERGED 2008/02/25 08:28:33 od 1.112.74.3: RESYNC: (1.112-1.113); FILE MERGED 2008/02/19 12:58:59 ama 1.112.74.2: Fix #85182#: Remove unused methods 2008/01/24 10:57:18 ama 1.112.74.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4974be9dd68bd25ac5de8ea79c150d625e6fd74c]

        INTEGRATION: CWS s390port01 (1.4.92); FILE MERGED 2008/02/29 14:56:00 cmc 1.4.92.1: #i86425# fix up s390

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [922ef67778291c5c02ca154f30d4ccbb81fb0c76]

        INTEGRATION: CWS s390port01 (1.3.162); FILE MERGED 2008/02/29 14:56:00 cmc 1.3.162.1: #i86425# fix up s390

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [144fd16ace6ae36d37094b8d7f3096a9dca680b3]

        INTEGRATION: CWS s390port01 (1.5.24); FILE MERGED 2008/02/29 14:56:00 cmc 1.5.24.1: #i86425# fix up s390

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f66f31c2676d00e8b6497224b50468ad9ec82178]

        INTEGRATION: CWS s390port01 (1.5.92); FILE MERGED 2008/03/04 19:49:29 rene 1.5.92.3: consistency with other files 2008/03/04 10:14:37 rene 1.5.92.2: #i10000# two missing #include <string.h>'s for g++ 4.3 2008/02/29 14:56:00 cmc 1.5.92.1: #i86425# fix up s390

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [afb3cf21fe8063472aa1a4e760c41a2a7035e1d2]

        INTEGRATION: CWS s390port01 (1.4.92); FILE MERGED 2008/03/04 10:14:37 rene 1.4.92.2: #i10000# two missing #include <string.h>'s for g++ 4.3 2008/02/29 14:56:00 cmc 1.4.92.1: #i86425# fix up s390

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [270daf7d1c0181d9b95ebc46fd869d034ec45f17]

        INTEGRATION: CWS s390port01 (1.18.124); FILE MERGED 2008/02/29 14:49:56 cmc 1.18.124.1: #i86425# fix up s309

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [53fa730472f6be6ec2f6b6a7c130785ba2cbfd55]

        INTEGRATION: CWS sw8u10bf05 (1.65.138); FILE MERGED 2008/02/14 13:59:13 os 1.65.138.1: #i19414# patch: wheel scrolling in page view

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6741ca764f5016f08cd09c94cfdb967b127672f2]

        INTEGRATION: CWS s390port01 (1.37.2); FILE MERGED 2008/03/01 15:16:43 cmc 1.37.2.1: #i86425# fix up s309

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ad329e7028db38c9d97aa110f0096807ad71b5ca]

        INTEGRATION: CWS sw8u10bf05 (1.43.136); FILE MERGED 2008/01/24 10:47:50 ama 1.43.136.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1979a7f1ebbfd7764e165e5dbfe92f44f646004a]

        INTEGRATION: CWS sw8u10bf05 (1.13.1098); FILE MERGED 2008/01/24 10:48:29 ama 1.13.1098.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4a81b2c026487ddf247fbd79450bc67ca4845f41]

        INTEGRATION: CWS sw8u10bf05 (1.34.80); FILE MERGED 2008/01/24 10:49:30 ama 1.34.80.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5ed14025645200c77249da364870f5772c01df17]

        INTEGRATION: CWS sw8u10bf05 (1.149.68); FILE MERGED 2008/02/25 08:28:19 od 1.149.68.2: RESYNC: (1.149-1.152); FILE MERGED 2008/02/04 13:14:31 ama 1.149.68.1: Fix #i28595#: Select text if object is in background

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [402adb33844b7cee0d34f497ee066b0d5a67f0e9]

        INTEGRATION: CWS sw8u10bf05 (1.11.138); FILE MERGED 2008/02/25 08:28:15 od 1.11.138.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/23 15:50:22 ama 1.11.138.1: Fix #i85365#: Uninitialized variable

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [123a0a61701eeae59556eb812dd1dc24fed7b808]

        INTEGRATION: CWS chartmappingfix (1.6.134); FILE MERGED 2008/02/01 13:39:27 bm 1.6.134.1: #b6656350# take row-mapping and column-mapping into account for charts with own data

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e9d3701741a312a2f0ad638c1e07360162fa1662]

        INTEGRATION: CWS sw8u10bf05 (1.8.110); FILE MERGED 2008/01/25 11:15:21 ama 1.8.110.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f1f98b537135f979aa3c23da8f87a20b4e7510e2]

        INTEGRATION: CWS chartmappingfix (1.18.52); FILE MERGED 2008/02/07 10:47:55 bm 1.18.52.2: RESYNC: (1.18-1.19); FILE MERGED 2008/02/01 13:39:27 bm 1.18.52.1: #b6656350# take row-mapping and column-mapping into account for charts with own data

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4e626100dcf0022cbc892548e98b1c6bd67b8ab7]

        INTEGRATION: CWS sw8u10bf05 (1.21.80); FILE MERGED 2008/01/25 11:15:13 ama 1.21.80.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d137de584989f66c699a6920846f5b81fdba5ee8]

        INTEGRATION: CWS sw8u10bf05 (1.31.136); FILE MERGED 2008/01/24 12:09:30 ama 1.31.136.1: Fix #i77784#: Pasting text frames RTF formatted into tables

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a278846f7d39a4aa45169afbbbff6781ee713cec]

        INTEGRATION: CWS sw8u10bf05 (1.70.108); FILE MERGED 2008/01/24 10:51:38 ama 1.70.108.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [77f9be0935ba136775455f258f8ecd454322165e]

        INTEGRATION: CWS sw8u10bf05 (1.12.552); FILE MERGED 2008/01/24 10:50:38 ama 1.12.552.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3052286d34f3893c7b0f56ecb217d863cb112397]

        INTEGRATION: CWS sw8u10bf05 (1.53.30); FILE MERGED 2008/01/25 10:43:08 ama 1.53.30.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [67c27d7855bc3a80dbdd36a45f785d07bcd8581d]

        INTEGRATION: CWS sw8u10bf05 (1.53.136); FILE MERGED 2008/02/25 08:28:22 od 1.53.136.2: RESYNC: (1.53-1.54); FILE MERGED 2008/01/24 10:51:05 ama 1.53.136.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [68572a393cb6d68f7ba7b9827421f243457f7411]

        INTEGRATION: CWS sw8u10bf05 (1.64.64); FILE MERGED 2008/02/25 08:28:35 od 1.64.64.2: RESYNC: (1.64-1.65); FILE MERGED 2008/01/24 10:57:08 ama 1.64.64.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [adbb36de3be5ed20312a2760c7af81803e3546c0]

        INTEGRATION: CWS sw8u10bf05 (1.103.66); FILE MERGED 2008/01/24 10:57:00 ama 1.103.66.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dd1685747e02b5e275ab3403d06128aab5106936]

        INTEGRATION: CWS sw8u10bf05 (1.115.94); FILE MERGED 2008/02/25 08:28:29 od 1.115.94.2: RESYNC: (1.115-1.117); FILE MERGED 2008/01/23 15:43:00 ama 1.115.94.1: Fix #i85379#: Wrong ID

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [99dec3a7a4e61820216f88693b9a5552d0cefe6c]

        INTEGRATION: CWS sw8u10bf05 (1.12.76); FILE MERGED 2008/02/19 12:58:13 ama 1.12.76.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e7b769f0a4d6718bdc99a13fee48c9789e148b3d]

        INTEGRATION: CWS sw8u10bf05 (1.58.72); FILE MERGED 2008/01/14 08:25:02 fme 1.58.72.1: #151012# Made code robust

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [559d79ed3c3e1f814d92e90c1247297600c40a32]

        INTEGRATION: CWS chartmappingfix (1.3.70); FILE MERGED 2008/02/07 15:43:55 bm 1.3.70.1:  #i85913# Sequence Mapping is not needed for internal data

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fe95014929c2d4e1bab6023f29c1d0b8f43a227c]

        INTEGRATION: CWS sw8u10bf05 (1.2.236); FILE MERGED 2008/01/25 10:38:42 ama 1.2.236.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7877e6cee7ae143536a7392787703cd1c6e88b79]

        INTEGRATION: CWS sw8u10bf05 (1.2.236); FILE MERGED 2008/01/24 10:55:25 ama 1.2.236.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ab5818a2c026a222ea23d819265c2b4a74482ac5]

        INTEGRATION: CWS sw8u10bf05 (1.48.136); FILE MERGED 2008/02/25 08:28:45 od 1.48.136.2: RESYNC: (1.48-1.49); FILE MERGED 2008/02/19 12:59:41 ama 1.48.136.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0f8fb216958f08d5ce600e29c47c0458b76e8b90]

        INTEGRATION: CWS chartmappingfix (1.39.64); FILE MERGED 2008/02/26 15:01:38 bm 1.39.64.3: #i85913# do not apply column/row mapping for stock charts and donut charts with special handling 2008/02/06 16:45:42 bm 1.39.64.2: #i85913# only apply column- or row-mapping for charts with own data when they were not copied from Calc or Writer where they got the data from the container document 2008/02/01 13:39:26 bm 1.39.64.1: #b6656350# take row-mapping and column-mapping into account for charts with own data

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [323f8a3748fed3b6ec4318a28c2fd764bc0d0307]

        INTEGRATION: CWS sw8u10bf05 (1.58.136); FILE MERGED 2008/02/25 10:25:19 od 1.58.136.2: solve compiler warning 2008/02/04 13:15:10 ama 1.58.136.1: Fix #i28595#: Select text if object is in background

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d2f18c34c8ef599cce1eb08c2f7d783ab6863ab7]

        INTEGRATION: CWS sw8u10bf05 (1.52.70); FILE MERGED 2008/02/25 08:28:38 od 1.52.70.2: RESYNC: (1.52-1.53); FILE MERGED 2008/01/24 10:54:55 ama 1.52.70.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f90b3fcf837c0dfdec1e9f312dd0b7d33b323ec1]

        INTEGRATION: CWS sw8u10bf05 (1.59.70); FILE MERGED 2008/02/18 14:48:48 od 1.59.70.1: #i79400# method <SwDrawContact::_Changed(..)> 	 - always invalidate object rectangle inclusive spaces on change 	   of corresponding <SdrObject> instance

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a55a54045f3cfef001b0653d912ff612a2c3b41b]

        INTEGRATION: CWS sw8u10bf05 (1.2.236); FILE MERGED 2008/01/25 10:38:24 ama 1.2.236.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6cdf2863078e8df4cc770021da06f5862822fb1c]

        INTEGRATION: CWS sw8u10bf05 (1.2.236); FILE MERGED 2008/01/24 10:54:17 ama 1.2.236.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ddd71a5f02a6e77a2030ab6584eab80b679d18c9]

        INTEGRATION: CWS sw8u10bf05 (1.44.78); FILE MERGED 2008/01/25 10:37:44 ama 1.44.78.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6d70534237637b4754a14a3e4c477f30607981ae]

        INTEGRATION: CWS sw8u10bf05 (1.20.138); FILE MERGED 2008/01/25 10:32:27 ama 1.20.138.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fd76945e8135ab986ac8eb387cd035bbbe1d7a0a]

        INTEGRATION: CWS sw8u10bf05 (1.39.134); FILE MERGED 2008/02/20 08:35:58 ama 1.39.134.2: Fix #85182#: Remove unused methods 2008/01/25 10:45:41 ama 1.39.134.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7087eb75b0e88429d5d2410c1aef54f30a86c560]

        INTEGRATION: CWS sw8u10bf05 (1.18.44); FILE MERGED 2008/01/11 07:57:23 ama 1.18.44.1: Fix #b6640846#: Don't skip empty paragraphs

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2422b24cdd3ad5692a5237c5dd061987739d69fc]

        INTEGRATION: CWS sw8u10bf05 (1.14.138); FILE MERGED 2008/02/19 12:55:27 ama 1.14.138.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0a5ece6d12087496312fecc72a21e67b332372de]

        INTEGRATION: CWS sw8u10bf05 (1.12.120); FILE MERGED 2008/02/25 08:28:41 od 1.12.120.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/25 10:40:46 ama 1.12.120.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8643abc4807a1d6a12f449615fbaf1e557264436]

        INTEGRATION: CWS sw8u10bf05 (1.21.110); FILE MERGED 2008/02/19 12:54:44 ama 1.21.110.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f1e296ae5fb8ec7db34145d99815ffeb268bd8d9]

        INTEGRATION: CWS sw8u10bf05 (1.4.222); FILE MERGED 2008/02/19 12:54:32 ama 1.4.222.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b53636bbcdee2dda46de80f78480c754fc566c5b]

        INTEGRATION: CWS sw8u10bf05 (1.24.138); FILE MERGED 2008/02/19 12:55:00 ama 1.24.138.1: Fix #85182#: Remove unused methods

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6bca2b8bb7be12041b32129f65dc836b9677d697]

        INTEGRATION: CWS sw8u10bf05 (1.36.110); FILE MERGED 2008/02/25 08:28:54 od 1.36.110.2: RESYNC: (1.36-1.37); FILE MERGED 2008/01/24 10:45:58 ama 1.36.110.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [796dc2140cde1976ba424581249aa5284d1c8fb8]

        INTEGRATION: CWS sw8u10bf05 (1.17.138); FILE MERGED 2008/01/11 08:03:28 ama 1.17.138.1: Fix #b6640846#: Don't skip empty paragraphs

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f27ecb975a7b72937eac77f51f620f4b16987baf]

        INTEGRATION: CWS sw8u10bf05 (1.28.138); FILE MERGED 2008/02/25 08:28:48 od 1.28.138.2: RESYNC: (1.28-1.29); FILE MERGED 2008/01/24 10:43:22 ama 1.28.138.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cf2b2e05b4d4e7c6aa89992cc7bd6a85854d6a99]

        INTEGRATION: CWS sw8u10bf05 (1.62.30); FILE MERGED 2008/01/24 10:42:59 ama 1.62.30.1: Fix #i85182#: Remove unused code

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cff2d6258fa020ebe49e798c72eda89d5f6ff903]

        INTEGRATION: CWS sw8u10bf05 (1.5.334); FILE MERGED 2008/02/25 08:28:51 od 1.5.334.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/25 10:39:16 ama 1.5.334.1: Fix #85182#: Remove unused functions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a97054f2f1aaff5b01abe0e3cb625f621a9a806d]

        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>  [cc44de7ee9dac9bd14940d9dde455525f52f42be]

        INTEGRATION: CWS cwsattach2 (1.1.410); FILE MERGED 2008/03/03 14:48:51 bei 1.1.410.1: #i86647# check SOLARENV

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7731325860d6120a4e8e8b7eb9e6665e106e984f]

        INTEGRATION: CWS cwsattach2 (1.1.2); FILE ADDED 2008/03/03 14:48:09 bei 1.1.2.1: #i86646# cwsattach for windows

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [08b2b29f8b90fc17f2aa5c74e72a3ef1d1e7d544]

        INTEGRATION: CWS dr60 (1.2.222); FILE MERGED 2008/03/07 17:41:13 dr 1.2.222.1: #i85166# missing properties/docs

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d2d6b0e25f326f219121dafb91bea92e59c5b8cc]

        INTEGRATION: CWS dr60 (1.3.120); FILE MERGED 2008/03/07 17:41:13 dr 1.3.120.1: #i85166# missing properties/docs

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c1e014252418cae9b983eefc690631715e651524]

        INTEGRATION: CWS dr60 (1.37.62); FILE MERGED 2008/03/10 12:06:43 dr 1.37.62.1: #i28752# show correct icon for transparent background

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7fb97dc54c6a8ba91a175bff604ea59845d35509]

        INTEGRATION: CWS dr60 (1.7.300); FILE MERGED 2008/03/10 11:27:35 dr 1.7.300.1: #i51462# handle Enter key in Navigator scenario listbox

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0f29aba98766ad35fc044991090799a11cd06e4c]

        INTEGRATION: CWS dr60 (1.8.300); FILE MERGED 2008/03/10 11:51:38 dr 1.8.300.1: #i10755# remember listbox position in name list

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [25ae8a7fa6f82b14308268bc046d0d74a64acba5]

        INTEGRATION: CWS dr60 (1.11.56); FILE MERGED 2008/03/10 11:11:33 dr 1.11.56.2: #i85166# set Excel's 3D defaults in pie charts 2008/03/07 17:44:11 dr 1.11.56.1: #i85166# #i85167# pie rotation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d6b4d006326f748871fadad3b02d3e4c237c1f33]

        INTEGRATION: CWS dr60 (1.10.56); FILE MERGED 2008/03/07 17:44:11 dr 1.10.56.1: #i85166# #i85167# pie rotation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fbddb900b2f7881c36f419bf8c27d1f8be41dd40]

        INTEGRATION: CWS dr60 (1.4.56); FILE MERGED 2008/03/07 17:44:10 dr 1.4.56.1: #i85166# #i85167# pie rotation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [150dcf3b5260f0ee38510a62db3c698b0deef62a]

        INTEGRATION: CWS dr60 (1.17.56); FILE MERGED 2008/03/10 11:13:00 dr 1.17.56.3: #i85166# set Excel's 3D defaults in pie charts 2008/03/10 11:11:58 dr 1.17.56.2: #i85166# set Excel's 3D defaults in pie charts 2008/03/07 17:44:11 dr 1.17.56.1: #i85166# #i85167# pie rotation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [689960ccdabe86e76d97fdefd528a1b55b1a0cd1]

        INTEGRATION: CWS dr60 (1.6.56); FILE MERGED 2008/03/07 17:44:11 dr 1.6.56.1: #i85166# #i85167# pie rotation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eaa6148d343bdfdac9d50819c31deefe2f887601]

        INTEGRATION: CWS ause092 (1.36.2); FILE MERGED 2008/03/12 11:22:26 hjs 1.36.2.1: #i86954# get flags passed to the compiler...

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [543ce2d665138be99180049579bdb0da1e7cc0d5]

        INTEGRATION: CWS ause092 (1.2.2); FILE MERGED 2008/03/13 11:05:55 hjs 1.2.2.1: #i86967# remove dmake warning

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5e0085449de15691e883b02a1a3b7488e0af7f22]

        INTEGRATION: CWS ause092 (1.39.6); FILE MERGED 2008/03/12 09:38:57 hjs 1.39.6.1: #i86946# remove debug output

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [429a78c4e532d7794159b566a385926e65eb5f1c]

        INTEGRATION: CWS ause092 (1.35.6); FILE MERGED 2008/03/12 09:38:57 hjs 1.35.6.1: #i86946# remove debug output

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6428e734ce9e1c551e12507321fd532a86b2bce1]

        INTEGRATION: CWS mingwport12 (1.45.8); FILE MERGED 2008/03/17 10:43:23 vg 1.45.8.1: #i86795# fix for mingw

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0fe9f02677c56802e6df5701e85ac526dbddebc7]

        INTEGRATION: CWS obo23 (1.2.4); FILE MERGED 2008/03/13 10:09:14 obo 1.2.4.2: #i85989# lpsolve doesnt honour configured compiler 2008/03/07 09:19:42 obo 1.2.4.1: #155512# fix for setsolar environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [80b23f3b799008455930abf3a4ea2f68513f610e]

        INTEGRATION: CWS mingwport12 (1.11.4); FILE MERGED 2008/03/17 10:43:37 vg 1.11.4.1: #i86795# fix for mingw

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6b049efa8ba849a03ed347940fce34385a138f61]

        INTEGRATION: CWS obo23 (1.38.4); FILE MERGED 2008/03/12 11:28:44 obo 1.38.4.2: #153712# fix for unxmacxi environment 2008/03/11 14:14:13 obo 1.38.4.1: #153712# fix for unxmacxi environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b44a636973f7fb4c6d5b29fad543e2c25d307078]

        INTEGRATION: CWS sb83 (1.28.4); FILE MERGED 2008/03/18 12:42:34 sb 1.28.4.5: clean DYLD_LIBRARY_PATH on MACOSX 2008/03/18 09:55:15 sb 1.28.4.4: starting .../program/soffice.bin on Mac OS X fails, but .../MacOS/soffice.bin works 2008/03/17 08:53:43 sb 1.28.4.3: RESYNC: (1.28-1.29); FILE MERGED 2008/02/11 13:42:16 is 1.28.4.2: #i85112# smoketest for layered office 2008/02/04 17:06:57 sb 1.28.4.1: #i84200# adapted to three layer office structure

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eddc8cd7588f65c75f14b73986bd12c30076cba7]

        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>  [30d9c254fa9b30c19c655bcd205635636dc79a9b]

        INTEGRATION: CWS sb83 (1.35.108); FILE MERGED 2008/03/17 09:15:39 sb 1.35.108.2: RESYNC: (1.35-1.36); FILE MERGED 2008/01/23 15:34:37 sb 1.35.108.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eee98956afba29acc035fcc3f31c62406e2b55c2]

        INTEGRATION: CWS sb83 (1.44.94); FILE MERGED 2008/03/17 11:01:32 sb 1.44.94.4: fixed previous fix 2008/03/17 10:11:01 sb 1.44.94.3: #i84200# avoid build break on Mac OS X (see commit comment for 1.44.94.1) 2008/03/17 09:14:26 sb 1.44.94.2: RESYNC: (1.44-1.45); FILE MERGED 2008/03/07 08:22:41 sb 1.44.94.1: #i84200# marked the shared lib that goes into oovbaapi.oxt as RPATH=OXT, though that is not enought to make it work, at least on Mac OS X, as the lib links against non-URE libs (like VCLLIB)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [545512fb42ba6cb05a13a36542aca77596513d29]

        INTEGRATION: CWS sb83 (1.25.22); FILE MERGED 2008/03/17 09:11:14 sb 1.25.22.4: RESYNC: (1.28-1.29); FILE MERGED 2008/02/22 11:12:03 sb 1.25.22.3: RESYNC: (1.26-1.28); FILE MERGED 2008/02/01 13:31:07 sb 1.25.22.2: RESYNC: (1.25-1.26); FILE MERGED 2008/01/11 09:14:32 sb 1.25.22.1: made code warning free (on unxmacxi.pro)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [aca5d822f17d74e2975eba3b5e6f6f3ad2a16fd0]

        INTEGRATION: CWS sb83 (1.248.4); FILE MERGED 2008/03/17 09:10:48 sb 1.248.4.3: RESYNC: (1.249-1.252); FILE MERGED 2008/02/22 11:11:52 sb 1.248.4.2: RESYNC: (1.248-1.249); FILE MERGED 2008/02/04 10:43:00 sb 1.248.4.1: #i84200# introduced PKG_CHECK_MODULES_MACHACK to use system-provided specific bins instead of (MacPorts provided) pkg-check for libxml2/libxslt; make --with-system-libxml and --with-system-libxslt default on MACOSX; make --without-stlport default on MACOSX by applying <http://www.openoffice.org/nonav/issues/showattachment.cgi/51318/darwin_systemstl.patch>

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e74df5c0a7b5de6f3dd7199cb94a372a5ca539ba]

        INTEGRATION: CWS sb83 (1.220.4); FILE MERGED 2008/03/17 09:10:35 sb 1.220.4.3: RESYNC: (1.221-1.222); FILE MERGED 2008/02/22 11:11:37 sb 1.220.4.2: RESYNC: (1.220-1.221); FILE MERGED 2008/02/04 10:42:54 sb 1.220.4.1: #i84200# introduced PKG_CHECK_MODULES_MACHACK to use system-provided specific bins instead of (MacPorts provided) pkg-check for libxml2/libxslt; make --with-system-libxml and --with-system-libxslt default on MACOSX; make --without-stlport default on MACOSX by applying <http://www.openoffice.org/nonav/issues/showattachment.cgi/51318/darwin_systemstl.patch>

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0ce21d3d7057b6cdd6df8a369c9077127decd72c]

        INTEGRATION: CWS sb83 (1.2.248); FILE MERGED 2008/02/04 10:40:30 sb 1.2.248.1: #i84200# introduced PKG_CHECK_MODULES_MACHACK to use system-provided specific bins instead of (MacPorts provided) pkg-check for libxml2/libxslt

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c08b1feded19bfd085e7c959ba382ec27a9175ab]

        INTEGRATION: CWS sb83 (1.10.4); FILE MERGED 2007/12/21 14:50:38 sb 1.10.4.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [96a8addfa61c65ea8de84a6152de22073ddebf14]

        INTEGRATION: CWS sb83 (1.10.4); FILE MERGED 2007/12/21 14:50:37 sb 1.10.4.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5af5ccca36402495e2cd1d493c7a6451c98ae7e4]

        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>  [bd7bf10a5aa5e0ea3231b6b5bf773852ca1694d8]

        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>  [962f311136a72ffc8359a375f18541746bea07a2]

        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>  [5a6b506cfeec8464cdf2f9de7e9ff00685edb318]

        INTEGRATION: CWS sb83 (1.16.6); FILE MERGED 2008/03/17 09:04:00 sb 1.16.6.3: RESYNC: (1.17-1.18); FILE MERGED 2008/02/01 13:30:17 sb 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/21 14:51:31 sb 1.16.6.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d34ec51b2ecc644365f18ed017a00f6e1aa712eb]

        INTEGRATION: CWS sb83 (1.7.10); FILE MERGED 2007/12/21 14:51:31 sb 1.7.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4ebb0d5661c9a19b5e31106cab7ecc6e82731aa6]

        INTEGRATION: CWS sb83 (1.9.10); FILE MERGED 2007/12/21 14:51:31 sb 1.9.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9be197f391f6a4f457542255486b8f052c2464d9]

        INTEGRATION: CWS sb83 (1.12.10); FILE MERGED 2007/12/21 14:51:30 sb 1.12.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d6488be5199b424ed517d52e8b4ec85639254f08]

        INTEGRATION: CWS sb83 (1.8.10); FILE MERGED 2007/12/21 14:51:30 sb 1.8.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [399171104ded1294060ea43b59d44e0a28338ac4]

        INTEGRATION: CWS sb83 (1.21.16); FILE MERGED 2008/02/01 13:30:08 sb 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/25 16:14:19 sb 1.21.16.1: #i84200# tunnel macosx-dylib-link-list for (potentially) OOo-built libs this module links against into this module's external build machinery (change to configure not reflected in configure.in---would be a waste of time)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [99d14ded017af12887d71ec6473359429997b3f0]

        INTEGRATION: CWS sb83 (1.3.22); FILE MERGED 2008/02/06 14:17:51 sb 1.3.22.1: #i84200# streamlined processing of image sets

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5f300ddaf821c7866ad004474401540bbeaa16aa]

        INTEGRATION: CWS sb83 (1.29.174); FILE MERGED 2008/02/22 11:11:00 sb 1.29.174.2: RESYNC: (1.29-1.30); FILE MERGED 2008/02/07 12:46:25 sb 1.29.174.1: #i84200# removed apparently unused viewdoc script

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d98e0058f929d706db5ee997d3f5c7007644d2b9]

        INTEGRATION: CWS sb83 (1.18.10); FILE MERGED 2008/02/07 12:46:25 sb 1.18.10.1: #i84200# removed apparently unused viewdoc script

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3ca632fc509aa9162bb4badd56966c48dfee9ff1]

        INTEGRATION: CWS sb83 (1.18.22); FILE MERGED 2008/03/11 09:21:20 obr 1.18.22.1: #i86878# adapt to new package structure

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5c10d4af0c6d694c0e1173ee633596a669170ccc]

        INTEGRATION: CWS sb83 (1.3.66); FILE MERGED 2008/03/11 09:21:20 obr 1.3.66.1: #i86878# adapt to new package structure

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [77c52217238b6a1b08b74852aa79163306c688a9]

        INTEGRATION: CWS sb83 (1.14.2); FILE MERGED 2008/01/29 14:43:46 sb 1.14.2.1: #i84200# cuiloader was not used at all, cuiloader/genericloader.cxx has been moved to guiloader/genericloader.cxx' cuiloader"

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [423414fdc4f208e133053af71dab4cd300a36d4a]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 12:37:33 sb 1.1.2.3: #i84200# loaders no longer link against uwinapi.dll 2008/01/29 14:42:29 sb 1.1.2.2: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer; guistdio.exe and unopkgio.exe were identical and have been unified 2007/12/21 14:53:38 sb 1.1.2.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4654ded036e5d0a3a9fdccaed6c033ce1e7bfdb0]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/01/29 14:42:29 sb 1.1.2.2: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer; guistdio.exe and unopkgio.exe were identical and have been unified 2007/12/21 14:53:16 sb 1.1.2.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6850b074f4c7ac4d9ded695ffe449d09f8a98e92]

        INTEGRATION: CWS sb83 (1.2.34); FILE MERGED 2008/02/07 12:37:33 sb 1.2.34.3: #i84200# loaders no longer link against uwinapi.dll 2008/01/29 14:43:46 sb 1.2.34.2: #i84200# cuiloader was not used at all, cuiloader/genericloader.cxx has been moved to guiloader/genericloader.cxx' cuiloader" 2007/12/21 14:55:53 sb 1.2.34.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5e86c382c4f382fc1655cd6e5acaf5a8be26f208]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/01/30 12:47:11 sb 1.1.2.2: #i84200# pass INIFILEPATH to .bin executable 2008/01/29 14:44:29 sb 1.1.2.1: #i84200# cuiloader was not used at all, cuiloader/genericloader.cxx has been moved to guiloader/genericloader.cxx

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [01a81759ed5dc891afb809e306a0980015b9b366]

        INTEGRATION: CWS sb83 (1.5.482); FILE MERGED 2008/02/14 10:52:26 sb 1.5.482.1: #i84200# no access to uwinapi.dll from brand layer launchers

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1a76c6b3853d9a03defa20839d949035bbc43d9d]

        INTEGRATION: CWS sb83 (1.8.94); FILE MERGED 2008/02/14 10:52:25 sb 1.8.94.1: #i84200# no access to uwinapi.dll from brand layer launchers

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0df825ea7eef0f74965276a958ad2bab1dd2caf3]

        INTEGRATION: CWS sb83 (1.2.34); FILE MERGED 2008/01/29 14:43:46 sb 1.2.34.2: #i84200# cuiloader was not used at all, cuiloader/genericloader.cxx has been moved to guiloader/genericloader.cxx' cuiloader" 2007/11/22 09:45:46 sb 1.2.34.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eaf5648be922217834da6c0bf5c3854bb6ab708c]

        INTEGRATION: CWS sb83 (1.2.34); FILE MERGED 2008/02/08 09:17:00 sb 1.2.34.5: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/01/29 14:43:46 sb 1.2.34.4: #i84200# cuiloader was not used at all, cuiloader/genericloader.cxx has been moved to guiloader/genericloader.cxx' cuiloader" 2007/12/21 16:21:29 sb 1.2.34.3: #i84200# fail with message 2007/12/21 14:55:38 sb 1.2.34.2: #i84200# Extend PATH with both basis-link and ure-link. 2007/11/22 09:45:46 sb 1.2.34.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [98228ef875e341849396c7c87146c1fd6b859b85]

        INTEGRATION: CWS sb83 (1.74.34); FILE MERGED 2008/02/08 09:17:00 sb 1.74.34.7: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:22:45 sb 1.74.34.6: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/01 13:29:35 sb 1.74.34.5: RESYNC: (1.75-1.77); FILE MERGED 2008/01/29 14:46:29 sb 1.74.34.4: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer 2008/01/23 15:19:23 sb 1.74.34.3: #i84200# moved executables from brand layer to basis layer 2007/12/21 14:59:06 sb 1.74.34.2: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms). 2007/12/03 13:46:30 sb 1.74.34.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f6d0134f73b6b55da57383878953e53f9b5f044d]

        INTEGRATION: CWS sb83 (1.3.232); FILE MERGED 2007/12/10 14:44:20 sb 1.3.232.1: #i84309# Completely removed deprecated pkgchk tool.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6692fc7f41d7c1f9906ebe69c626ee69b603fb63]

        INTEGRATION: CWS sb83 (1.28.36); FILE MERGED 2008/01/23 15:18:54 sb 1.28.36.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [640daa60fb35824e585aaae85a9ba4e73f4313cc]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:26:45 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [64daf7ab5636d4dd735ab89356f4c441f463957c]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:27:04 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6eae9eee732f35f8ed7381e66c0836722e2cd5e4]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:26:54 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [88fe9e8bef04d20c65d3801dd00017737cae3e69]

        INTEGRATION: CWS sb83 (1.8.32); FILE MERGED 2008/02/07 16:22:45 sb 1.8.32.3: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2007/12/03 14:01:22 sb 1.8.32.2: RESYNC: (1.8-1.10); FILE MERGED 2007/11/22 09:45:46 sb 1.8.32.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [772fd0220b9d2bd35b5990010d15d2769b35254c]

        INTEGRATION: CWS sb83 (1.10.24); FILE MERGED 2008/03/17 09:02:16 sb 1.10.24.7: RESYNC: (1.11-1.12); FILE MERGED 2008/03/13 14:48:03 sb 1.10.24.6: mingw problems (tono) 2008/02/08 09:17:00 sb 1.10.24.5: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:22:45 sb 1.10.24.4: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/01 13:29:26 sb 1.10.24.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/23 15:19:22 sb 1.10.24.2: #i84200# moved executables from brand layer to basis layer 2007/12/10 14:43:40 sb 1.10.24.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [18a5b88ff821e887475950552fbe17329b45516a]

        INTEGRATION: CWS sb83 (1.13.128); FILE MERGED 2008/01/23 15:18:11 sb 1.13.128.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [15effaaf687d8a08676e51cb5460e5e06abf2757]

        INTEGRATION: CWS sb83 (1.11.128); FILE MERGED 2008/01/23 15:18:11 sb 1.11.128.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [544f1d2694b2fe2522ae9d0c8691f880d55a969c]

        INTEGRATION: CWS sb83 (1.15.16); FILE MERGED 2008/01/23 15:18:11 sb 1.15.16.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a155dae45600dfbffbe1624d0debbea845ab29a2]

        INTEGRATION: CWS sb83 (1.7.86); FILE MERGED 2008/01/23 15:18:11 sb 1.7.86.2: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions 2007/12/18 08:54:29 sb 1.7.86.1: #i84200# typo

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2362bfcd69caba26ca116fffb351af569abfc6e8]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:25:55 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c7e6a5bee352ab92f34ad200f21f1478ede15074]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:25:46 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8dce393df1aa3126dc81d5edb7883cc860e53445]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:25:27 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7a911549acebf980db555816e9e2073fce20bc44]

        INTEGRATION: CWS sb83 (1.38.4); FILE MERGED 2008/03/17 09:35:29 sb 1.38.4.2: merge conflicts 2008/02/07 16:22:45 sb 1.38.4.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c5d7f152c85df902c72332b111b52d4e2c3bb697]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/07 16:25:37 sb 1.1.2.1: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d71cb0cca6a313262dcfd27a96e827e237c53bf5]

        INTEGRATION: CWS sb83 (1.2.4); FILE MERGED 2008/03/17 09:02:13 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/14 12:11:08 sb 1.2.4.1: #i84200# license files have moved from basis to brand layer

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [675580f35f8c7b11790aac79a12d17793f87d580]

        INTEGRATION: CWS sb83 (1.6.34); FILE MERGED 2008/03/04 16:23:41 sb 1.6.34.10: missing export 2008/02/14 13:05:19 sb 1.6.34.9: #i84200# for now, move crash reporter to brand layer 2008/02/12 08:44:09 sb 1.6.34.8: #i84200# lots of cleanup 2008/02/08 11:12:48 sb 1.6.34.7: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/01 13:29:23 sb 1.6.34.6: RESYNC: (1.7-1.9); FILE MERGED 2008/01/23 15:16:33 sb 1.6.34.5: #i84200# moved executables from brand layer to basis layer 2008/01/21 15:13:48 sb 1.6.34.4: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified 2008/01/07 15:27:10 sb 1.6.34.3: #i84985# added URE_OVERRIDE_JAVA_JFW_SHARED|USER_DATA 2008/01/02 12:26:02 sb 1.6.34.2: #i84200# First step of basis/brand split.# 2007/11/22 09:45:46 sb 1.6.34.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [56e2cda2b13e648e3e59d1345b95608a60e621e2]

        INTEGRATION: CWS sb83 (1.28.34); FILE MERGED 2008/03/17 09:02:10 sb 1.28.34.13: RESYNC: (1.29-1.30); FILE MERGED 2008/03/04 16:23:41 sb 1.28.34.12: missing export 2008/02/14 13:05:19 sb 1.28.34.11: #i84200# for now, move crash reporter to brand layer 2008/02/12 12:44:26 sb 1.28.34.10: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script 2008/02/12 08:44:08 sb 1.28.34.9: #i84200# lots of cleanup 2008/02/08 11:12:48 sb 1.28.34.8: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/01/23 15:16:33 sb 1.28.34.7: #i84200# moved executables from brand layer to basis layer 2008/01/21 15:13:48 sb 1.28.34.6: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified 2008/01/07 15:27:10 sb 1.28.34.5: #i84985# added URE_OVERRIDE_JAVA_JFW_SHARED|USER_DATA 2008/01/02 16:19:04 sb 1.28.34.4: #i84200# simplified search for pagein again, as basis-link is now also available in good old monolithic OOo 2008/01/02 12:27:01 sb 1.28.34.3: #i84200# typo (missing .../bin/...) 2007/12/03 13:46:29 sb 1.28.34.2: #i84200# First step of basis/brand split. 2007/11/22 09:45:46 sb 1.28.34.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a52c8c68dac917033650ea7d7533ad99ca882034]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/19 16:25:38 is 1.1.2.2: #i85112#_changing_windows_directory_structure 2008/01/31 16:59:44 is 1.1.2.1: #i85112# new basis  link

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9697be1528fc35b3aca0ce602519ff197381ae09]

        INTEGRATION: CWS sb83 (1.11.184); FILE MERGED 2008/02/12 12:44:26 sb 1.11.184.4: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script 2008/01/31 17:00:15 is 1.11.184.3: #i85112# new basis  link 2008/01/11 14:22:02 sb 1.11.184.2: #i84200# build basis-link only on Windows (some Solaris sed complains about missing line end, and this basis-link is not needed there, anyway) 2007/12/27 12:26:15 sb 1.11.184.1: #i84200# The version number in basis-link needs to be abstracted over.  TODO: The for-now explicit 2.4 needs to come from somewhere else!

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [724c24e668e4a24dfb87457ef47b82152e42ded9]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/19 16:25:38 is 1.1.2.4: #i85112#_changing_windows_directory_structure 2008/01/31 17:00:15 is 1.1.2.3: #i85112# new basis  link 2007/12/27 12:25:30 sb 1.1.2.2: #i84200# The version number in basis-link needs to be abstracted over. 2007/12/21 14:58:11 sb 1.1.2.1: #i84200# Added preliminary Windows basis-link (which still needs to be fixed).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8a8d3d2313bc8ae0b476114ab5a2aabf465ba532]

        INTEGRATION: CWS sb83 (1.58.16); FILE MERGED 2008/02/22 11:10:45 sb 1.58.16.14: RESYNC: (1.59-1.61); FILE MERGED 2008/02/18 10:29:58 is 1.58.16.13: #i85112# creating directories 2008/02/12 12:44:25 sb 1.58.16.12: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script 2008/02/08 13:14:27 is 1.58.16.11: #i85916# different basis links 2008/02/08 11:15:01 sb 1.58.16.10: #i84200# deliver isoffice.lib 2008/02/07 16:22:44 sb 1.58.16.9: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/01 15:50:59 sb 1.58.16.8: #i85112# windows-specific stuff (is) 2008/01/31 17:00:15 is 1.58.16.7: #i85112# new basis  link 2008/01/30 11:58:41 sb 1.58.16.6: #i85112# ure-link-admin 2008/01/29 14:45:59 sb 1.58.16.5: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer; guistdio.exe and unopkgio.exe were identical and have been unified 2007/12/27 12:29:14 sb 1.58.16.4: #i84200# The version number in basis-link needs to be abstracted over; provide a fake basis-link for good old monolithic OOo, to keep it running for now. 2007/12/21 14:57:29 sb 1.58.16.3: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms); added preliminary Windows basis-link (which still needs to be fixed). 2007/12/10 14:42:05 sb 1.58.16.2: #i84309# Completely removed deprecated pkgchk tool. 2007/11/22 09:45:45 sb 1.58.16.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [05a2e564f32d413e63834c9261fd0bd37c68b479]

        INTEGRATION: CWS sb83 (1.46.8); FILE MERGED 2008/03/18 08:12:52 sb 1.46.8.9: merge conflict 2008/02/22 11:10:42 sb 1.46.8.8: RESYNC: (1.48-1.49); FILE MERGED 2008/02/01 13:29:20 sb 1.46.8.7: RESYNC: (1.47-1.48); FILE MERGED 2008/01/31 17:00:15 is 1.46.8.6: #i85112# new basis  link 2008/01/29 14:45:22 sb 1.46.8.5: #i84200# cuiloader was not used at all 2008/01/09 10:52:48 sb 1.46.8.4: RESYNC: (1.46-1.47); FILE MERGED 2007/12/27 12:28:09 sb 1.46.8.3: #i84200# The version number in basis-link needs to be abstracted over. 2007/12/21 14:56:35 sb 1.46.8.2: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms). 2007/12/10 14:42:05 sb 1.46.8.1: #i84309# Completely removed deprecated pkgchk tool.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ac99b4b4ed1cc7e483fd9bd91e7e4cee7c867b2e]

        INTEGRATION: CWS sb83 (1.42.22); FILE MERGED 2008/03/17 09:02:01 sb 1.42.22.8: RESYNC: (1.43-1.44); FILE MERGED 2008/02/14 11:05:31 is 1.42.22.7: '#i86068#_readmes_into_brand_language_pack' 2008/02/06 14:06:50 sb 1.42.22.6: #i84200# moved image sets to brand layer 2008/01/30 12:02:25 sb 1.42.22.5: #i84200# changes for MACOSX; additions to SCP1FILES missing from SCP2FILES 2008/01/30 09:39:44 sb 1.42.22.4: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:28 sb 1.42.22.3: #i85112# merged in cws_src680_native121 2008/01/09 10:52:32 sb 1.42.22.2: RESYNC: (1.42-1.43); FILE MERGED 2007/12/10 14:49:25 sb 1.42.22.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [83248c9c64bee9a153957e3fd749fdfe78fef2c3]

        INTEGRATION: CWS sb83 (1.20.2); FILE MERGED 2008/03/17 09:01:58 sb 1.20.2.6: RESYNC: (1.21-1.22); FILE MERGED 2008/02/22 08:50:51 sb 1.20.2.5: RESYNC: (1.20-1.21); FILE MERGED 2008/02/19 15:41:14 is 1.20.2.4: #i85112# new ure module structure 2008/02/13 16:00:56 is 1.20.2.3: #i86068# brand application modules 2008/01/29 17:08:25 sb 1.20.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:27 sb 1.20.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [eab5c19b90e2eee718a121456344d543838bf530]

        INTEGRATION: CWS sb83 (1.34.18); FILE MERGED 2008/02/13 17:04:22 is 1.34.18.2: '#i86068#' 2008/01/29 17:08:25 sb 1.34.18.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [45ee3ee2472127ddeac557e647a438f1a430a031]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:27 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:02:00 sb 1.1.4.1: file module_langpack_writer.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:27 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [202dc9ad1903a4f96183d83d8d327a5f442916e3]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/02/13 12:49:07 is 1.1.4.5: #i86068# language specific files in brand package 2008/01/31 09:41:41 is 1.1.4.4: #i85112# language modules with names and descriptions 2008/01/30 09:29:31 sb 1.1.4.3: #i85112# merged in cws_src680_native121 2008/01/29 16:00:27 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:01:48 sb 1.1.4.1: file module_langpack_root.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:27 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ddb5e5a445fbba21aff7f6ef493741995d593df5]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:27 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:01:35 sb 1.1.4.1: file module_langpack_onlineupdate.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:27 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4ab63e68d2343d1d958be8cfbd8241536efd8197]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:27 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:01:22 sb 1.1.4.1: file module_langpack_math.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:27 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2602e720405b07952963bc2c2b021ff16e3b5620]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:27 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:01:11 sb 1.1.4.1: file module_langpack_impress.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:27 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [caa311e1f673943640aaeccd174e3fd90d2d9f92]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:26 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:00:59 sb 1.1.4.1: file module_langpack_draw.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:26 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b5e1ecb13352bfa72389376df633a87a29bc8683]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:26 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 15:00:05 sb 1.1.4.1: file module_langpack_calc.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:26 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [37f1ae330066306bdf98f10adccbc67c9cc8ad48]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/01/29 16:00:26 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 14:59:47 sb 1.1.4.1: file module_langpack_base.sct was added on branch cws_src680_sb83 on 2008-01-29 16:00:26 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3a2f2f4f9a01cd0d5eff8dcd8840334f587b6b22]

        INTEGRATION: CWS sb83 (1.2.2); FILE MERGED 2008/02/22 08:50:47 sb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2008/01/31 09:41:41 is 1.2.2.3: #i85112# language modules with names and descriptions 2008/01/30 09:29:31 sb 1.2.2.2: #i85112# merged in cws_src680_native121 2008/01/29 16:00:26 sb 1.2.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [feecbd0fb4dc1192fa206d871ea91440eac7fea0]

        INTEGRATION: CWS sb83 (1.2.2); FILE MERGED 2008/02/06 14:07:23 sb 1.2.2.4: #i84200# streamlined image set processing 2008/01/31 09:41:41 is 1.2.2.3: #i85112# language modules with names and descriptions 2008/01/30 09:29:31 sb 1.2.2.2: #i85112# merged in cws_src680_native121 2008/01/29 16:00:26 sb 1.2.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d997504de335b07f100457fcd81a90116cff01d4]

        INTEGRATION: CWS sb83 (1.4.86); FILE MERGED 2008/01/29 16:00:25 sb 1.4.86.2: #i85112# merged in cws_src680_native121 2007/12/10 14:48:11 sb 1.4.86.1: #152274# Include PyUno in StarOffice.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f4c4bef094203268b636f7a0a0500c68e3dbd3ba]

        INTEGRATION: CWS sb83 (1.16.644); FILE MERGED 2007/12/10 14:48:11 sb 1.16.644.1: #152274# Include PyUno in StarOffice.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [38017045323698a262304241f938a85b833d1e00]

        INTEGRATION: CWS sb83 (1.19.22); FILE MERGED 2008/02/11 13:44:14 is 1.19.22.4: #i85916# language pack in multilayered office 2008/02/01 15:51:32 sb 1.19.22.3: #i85112# windows-specific stuff (is) 2008/01/31 11:05:05 is 1.19.22.2: #i85112# using ooo package versions for SO 2008/01/29 16:00:25 sb 1.19.22.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e87e15fa59333c77a39477cf1f13099b9f64a4d8]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/02/19 17:25:42 is 1.1.4.7: #i85112# defining pathes in scp2 also for Unix 2008/02/19 15:41:14 is 1.1.4.6: #i85112# new ure module structure 2008/02/19 14:58:47 is 1.1.4.5: #i85112#_changing_windows_directory_structure 2008/02/14 13:19:16 is 1.1.4.4: #i86068# thirdparty license also in brand layer 2008/02/08 11:19:29 is 1.1.4.3: #i85916# new installlocation 2008/01/29 16:00:24 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/09 16:36:55 sb 1.1.4.1: file ure_standalone.scp was added on branch cws_src680_sb83 on 2008-01-29 16:00:24 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ae154025483997fa56d392c9a01c4d4a78dd7b4d]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/02/19 17:25:42 is 1.1.4.10: #i85112# defining pathes in scp2 also for Unix 2008/02/19 15:09:10 is 1.1.4.9: #i85112#_changing_windows_directory_structure 2008/02/19 14:58:47 is 1.1.4.8: #i85112#_changing_windows_directory_structure 2008/02/04 16:59:00 sb 1.1.4.7: #i84200# fixed ure-link symlink 2008/02/01 15:51:32 sb 1.1.4.6: #i85112# windows-specific stuff (is) 2008/01/30 12:02:40 sb 1.1.4.5: #i84200# changes for MACOSX 2008/01/30 07:42:29 sb 1.1.4.4: #i85112# after-merge adjustments 2008/01/29 17:08:25 sb 1.1.4.3: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:24 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/09 16:37:05 sb 1.1.4.1: file ure_into_ooo.scp was added on branch cws_src680_sb83 on 2008-01-29 16:00:24 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a08a8c2a3a271b8845146831652ac847d3545366]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/03/17 09:31:21 sb 1.1.4.12: merge conflicts 2008/02/20 16:35:12 is 1.1.4.11: #i86278# msvc libraries into all layers 2008/02/19 15:09:10 is 1.1.4.10: #i85112#_changing_windows_directory_structure 2008/02/14 13:19:15 is 1.1.4.9: #i86068# thirdparty license also in brand layer 2008/02/06 13:51:20 is 1.1.4.8: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 15:51:31 sb 1.1.4.7: #i85112# windows-specific stuff (is) 2008/02/01 14:28:15 sb 1.1.4.6: fixes after resync to SRC680_m245 2008/02/01 11:05:01 sb 1.1.4.5: #i84200# on MACOSX, cleanup soffice/unopkg executables and add urelibs links to let libs in extensions find the URE libs 2008/01/30 12:02:40 sb 1.1.4.4: #i84200# changes for MACOSX 2008/01/30 07:40:38 sb 1.1.4.3: #i85112# typo 2008/01/29 16:00:24 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/09 16:36:44 sb 1.1.4.1: file ure.scp was added on branch cws_src680_sb83 on 2008-01-29 16:00:24 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7a4e729e4a35de60e25e0ba088739f735f51c4c1]

        INTEGRATION: CWS sb83 (1.25.98); FILE MERGED 2008/02/25 15:50:13 is 1.25.98.3: #i85112# spadmin link into brand package 2008/01/29 16:00:24 sb 1.25.98.2: #i85112# merged in cws_src680_native121 2007/12/10 14:53:15 sb 1.25.98.1: #i84309# Completely removed deprecated pkgchk tool.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [82dcfc12cad01d5055876de4c45a3402ec16189b]

        INTEGRATION: CWS sb83 (1.10.26); FILE MERGED 2008/01/30 09:47:34 is 1.10.26.2: #i85112# no language selection dialog 2008/01/29 16:00:23 sb 1.10.26.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [108af321aa69a4e00ef76b0b49a26452700d5bc1]

        INTEGRATION: CWS sb83 (1.22.54); FILE MERGED 2008/02/11 13:44:14 is 1.22.54.2: #i85916# language pack in multilayered office 2008/02/06 13:51:20 is 1.22.54.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fdbd413f13127ca3896652be38ded504480cc9ce]

        INTEGRATION: CWS sb83 (1.53.20); FILE MERGED 2008/02/11 13:44:14 is 1.53.20.6: #i85916# language pack in multilayered office 2008/01/29 17:08:24 sb 1.53.20.5: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:23 sb 1.53.20.4: #i85112# merged in cws_src680_native121 2008/01/23 15:21:32 sb 1.53.20.3: #i84200# for code simplification, have all of URE_BIN_DIR, OOO_BASE_DIR, BRAND_BASE_DIR also available in good-old monolithic OOo 2007/12/03 14:01:14 sb 1.53.20.2: RESYNC: (1.53-1.54); FILE MERGED 2007/11/22 09:44:10 sb 1.53.20.1: Merged in CWS sb80.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [39087ce21d69d28177b7050f129775bce1b2c172]

        INTEGRATION: CWS sb83 (1.9.818); FILE MERGED 2008/01/29 17:08:24 sb 1.9.818.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:23 sb 1.9.818.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [30f9bd55740c38f26391af64948d8a87a238e969]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/19 14:58:47 is 1.1.2.11: #i85112#_changing_windows_directory_structure 2008/02/18 14:13:28 sb 1.1.2.10: #i84200# reverted last change again 2008/02/15 16:04:46 sb 1.1.2.9: #i84200# URE_MORE_TYPES is brand specific 2008/02/13 12:49:07 is 1.1.2.8: #i86068# language specific files in brand package 2008/02/08 14:06:20 is 1.1.2.7: #i85916# supporting also broffice 2008/02/06 14:08:42 sb 1.1.2.6: #i84200# moved image sets to brand layer 2008/02/06 13:51:20 is 1.1.2.5: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 15:51:31 sb 1.1.2.4: #i85112# windows-specific stuff (is) 2008/01/30 09:39:43 sb 1.1.2.3: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2007/12/12 08:56:53 sb 1.1.2.2: #i84200# All of share/xdg/ goes into the brand layer. 2007/12/10 14:51:23 sb 1.1.2.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f588960bbc34b8fbd656aa64c813826eadcf9378]

        INTEGRATION: CWS sb83 (1.8.2); FILE MERGED 2008/02/22 08:50:44 sb 1.8.2.4: RESYNC: (1.8-1.9); FILE MERGED 2008/01/31 09:41:41 is 1.8.2.3: #i85112# language modules with names and descriptions 2008/01/30 09:30:51 sb 1.8.2.2: #i85112# merged in cws_src680_native121 2008/01/29 16:00:23 sb 1.8.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [94f39729c9d085d6cacf8dad430001148e37b151]

        INTEGRATION: CWS sb83 (1.3.2); FILE MERGED 2008/03/17 09:01:54 sb 1.3.2.4: RESYNC: (1.4-1.8); FILE MERGED 2008/02/13 16:00:55 is 1.3.2.3: #i86068# brand application modules 2008/02/13 12:49:07 is 1.3.2.2: #i86068# language specific files in brand package 2008/01/30 09:30:51 sb 1.3.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6d2d7f10ce91006e17404375b8b83fcc2ed790c5]

        INTEGRATION: CWS sb83 (1.81.14); FILE MERGED 2008/03/17 09:01:51 sb 1.81.14.16: RESYNC: (1.85-1.89); FILE MERGED 2008/02/15 09:54:09 sb 1.81.14.15: #154657# drop apoc integration 2008/02/14 13:19:15 is 1.81.14.14: #i86068# thirdparty license also in brand layer 2008/02/14 13:06:15 sb 1.81.14.13: #i84200# for now, move crash reporter to brand layer 2008/02/08 09:19:25 sb 1.81.14.12: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:20:15 sb 1.81.14.11: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/07 12:47:05 sb 1.81.14.10: #i84200# removed apparently unused viewdoc script 2008/02/06 14:08:42 sb 1.81.14.9: #i84200# moved image sets to brand layer 2008/02/05 10:55:29 is 1.81.14.8: #i85112# ooo repackaging 2008/02/01 13:29:04 sb 1.81.14.7: RESYNC: (1.82-1.85); FILE MERGED 2008/01/29 17:08:24 sb 1.81.14.6: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:23 sb 1.81.14.5: #i85112# merged in cws_src680_native121 2008/01/21 15:14:31 sb 1.81.14.4: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified 2008/01/11 14:11:31 sb 1.81.14.3: #i84200# For now, include a fake ure-link/lib in traditional OOo on Mac OS X to make it still work with new dylib install_names. 2008/01/09 10:52:29 sb 1.81.14.2: RESYNC: (1.81-1.82); FILE MERGED 2007/12/10 14:52:47 sb 1.81.14.1: #i84200# First step of basis/brand split.  #i84309# Completely removed deprecated pkgchk tool.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c085988ef232be7c8e5828b00c723f29a64d0e02]

        INTEGRATION: CWS sb83 (1.58.10); FILE MERGED 2008/02/14 11:05:30 is 1.58.10.6: '#i86068#_readmes_into_brand_language_pack' 2008/02/06 14:08:42 sb 1.58.10.5: #i84200# moved image sets to brand layer 2008/02/01 13:29:00 sb 1.58.10.4: RESYNC: (1.61-1.62); FILE MERGED 2008/01/29 16:00:22 sb 1.58.10.3: #i85112# merged in cws_src680_native121 2008/01/09 10:52:27 sb 1.58.10.2: RESYNC: (1.58-1.61); FILE MERGED 2007/12/10 14:52:00 sb 1.58.10.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0bf46053cc13b2ac96735d577648d21ed71d3454]

        INTEGRATION: CWS sb83 (1.9.90); FILE MERGED 2008/01/29 16:00:22 sb 1.9.90.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8eac47c313fd3ee88119024e7125742052e9163b]

        INTEGRATION: CWS sb83 (1.58.80); FILE MERGED 2008/03/17 09:01:48 sb 1.58.80.2: RESYNC: (1.58-1.61); FILE MERGED 2008/02/13 16:00:55 is 1.58.80.1: #i86068# brand application modules

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [37e82d58b2e26472a3dafc07ab11375142a5afed]

        INTEGRATION: CWS sb83 (1.226.14); FILE MERGED 2008/03/18 08:14:05 sb 1.226.14.21: work around vbaobj on Mac OS X problem 2008/03/17 09:01:45 sb 1.226.14.20: RESYNC: (1.229-1.233); FILE MERGED 2008/02/22 08:59:20 sb 1.226.14.19: resync aftermath 2008/02/22 08:50:41 sb 1.226.14.18: RESYNC: (1.227-1.229); FILE MERGED 2008/02/14 13:19:14 is 1.226.14.17: #i86068# thirdparty license also in brand layer 2008/02/14 11:05:08 sb 1.226.14.16: #i84200# just put THIRDPARTYLICENSEREADME.html somewhere for now on MACOSX 2008/02/13 12:49:07 is 1.226.14.15: #i86068# language specific files in brand package 2008/02/08 09:19:24 sb 1.226.14.14: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:20:14 sb 1.226.14.13: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/07 12:47:05 sb 1.226.14.12: #i84200# removed apparently unused viewdoc script 2008/02/06 14:09:09 sb 1.226.14.11: #i84200# moved image sets to brand layer 2008/02/01 15:51:31 sb 1.226.14.10: #i85112# windows-specific stuff (is) 2008/02/01 13:28:57 sb 1.226.14.9: RESYNC: (1.226-1.227); FILE MERGED 2008/02/01 11:05:00 sb 1.226.14.8: #i84200# on MACOSX, cleanup soffice/unopkg executables and add urelibs links to let libs in extensions find the URE libs 2008/01/29 17:08:24 sb 1.226.14.7: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:22 sb 1.226.14.6: #i85112# merged in cws_src680_native121 2008/01/23 15:21:32 sb 1.226.14.5: #i84200# for code simplification, have all of URE_BIN_DIR, OOO_BASE_DIR, BRAND_BASE_DIR also available in good-old monolithic OOo 2008/01/21 15:14:30 sb 1.226.14.4: #i84200# have a fake ure-link in all Unix good-old monolithic OOos, so that start-script javaldx execution can be simplified 2008/01/11 14:11:31 sb 1.226.14.3: #i84200# For now, include a fake ure-link/lib in traditional OOo on Mac OS X to make it still work with new dylib install_names. 2007/12/27 12:31:41 sb 1.226.14.2: #i84200# Provide a (nonfunctional) ure-link and a fake basis-link for good old monolithic OOo, to keep it running for now. 2007/12/10 14:46:58 sb 1.226.14.1: #i84200# First step of basis/brand split.  #i84309# Completely removed deprecated pkgchk tool.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ae2c867b02a862e80ae32c1e284dcd3d3c7d985a]

        INTEGRATION: CWS sb83 (1.270.2); FILE MERGED 2008/03/18 08:29:53 sb 1.270.2.5: work around vbaobj on Mac OS X problem 2008/03/17 09:01:42 sb 1.270.2.4: RESYNC: (1.273-1.281); FILE MERGED 2008/02/07 16:20:14 sb 1.270.2.3: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/01 13:28:53 sb 1.270.2.2: RESYNC: (1.270-1.273); FILE MERGED 2008/01/29 16:00:21 sb 1.270.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b63592439138b068e7795c2779b68e0fc84a431e]

        INTEGRATION: CWS sb83 (1.9.90); FILE MERGED 2008/02/06 17:10:49 is 1.9.90.1: #154180# removing adabas

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3321c93139b341b90f49007dc8461e96122218df]

        INTEGRATION: CWS sb83 (1.42.14); FILE MERGED 2008/02/25 12:57:58 is 1.42.14.11: #i85112# directories to packages 2008/02/22 08:50:38 sb 1.42.14.10: RESYNC: (1.42-1.43); FILE MERGED 2008/02/19 17:25:42 is 1.42.14.9: #i85112# defining pathes in scp2 also for Unix 2008/02/19 16:16:20 is 1.42.14.8: #i85112# new ure module structure 2008/02/19 14:58:47 is 1.42.14.7: #i85112#_changing_windows_directory_structure 2008/02/13 12:49:07 is 1.42.14.6: #i86068# language specific files in brand package 2008/02/06 13:51:20 is 1.42.14.5: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 15:51:31 sb 1.42.14.4: #i85112# windows-specific stuff (is) 2008/01/30 12:02:40 sb 1.42.14.3: #i84200# changes for MACOSX 2008/01/29 17:08:24 sb 1.42.14.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2007/12/10 14:53:48 sb 1.42.14.1: #i84200# Dead gid_Dir_Share_Uno_Packages_Office.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b94d4ef042cfda2048b0657cb6b9c4fde124e2ce]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/14 11:06:26 is 1.1.2.1: '#i86068#_readmes_into_brand_language_pack'

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5294d02dc3b36e0ef2474101e042a3dd259ccb42]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/03/17 09:31:21 sb 1.1.2.35: merge conflicts 2008/03/05 16:07:42 sb 1.1.2.34: #i86723# dedicated spadmin start script needed 2008/02/25 15:50:13 is 1.1.2.33: #i85112# spadmin link into brand package 2008/02/25 15:22:44 is 1.1.2.32: #i85112# install-me into brand package 2008/02/22 08:59:20 sb 1.1.2.31: resync aftermath 2008/02/20 16:35:12 is 1.1.2.30: #i86278# msvc libraries into all layers 2008/02/19 17:25:42 is 1.1.2.29: #i85112# defining pathes in scp2 also for Unix 2008/02/18 16:55:37 is 1.1.2.28: #i85112# repackaging 2008/02/18 14:13:28 sb 1.1.2.27: #i84200# reverted last change again 2008/02/15 16:04:46 sb 1.1.2.26: #i84200# URE_MORE_TYPES is brand specific 2008/02/14 13:19:14 is 1.1.2.25: #i86068# thirdparty license also in brand layer 2008/02/14 13:06:15 sb 1.1.2.24: #i84200# for now, move crash reporter to brand layer 2008/02/14 11:05:30 is 1.1.2.23: '#i86068#_readmes_into_brand_language_pack' 2008/02/13 17:31:47 is 1.1.2.22: #i86068# 2008/02/13 13:27:46 is 1.1.2.21: #i86068# language specific brand files 2008/02/13 12:49:07 is 1.1.2.20: #i86068# language specific files in brand package 2008/02/08 09:19:24 sb 1.1.2.19: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:20:14 sb 1.1.2.18: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/06 14:10:45 sb 1.1.2.17: #i84200# moved image sets to brand layer; added items available in only some brand layers to gid_Module_Root_Brand nonetheless 2008/02/05 10:55:29 is 1.1.2.16: #i85112# ooo repackaging 2008/02/01 15:51:31 sb 1.1.2.15: #i85112# windows-specific stuff (is) 2008/02/01 14:28:15 sb 1.1.2.14: fixes after resync to SRC680_m245 2008/02/01 11:05:00 sb 1.1.2.13: #i84200# on MACOSX, cleanup soffice/unopkg executables and add urelibs links to let libs in extensions find the URE libs 2008/01/31 17:02:56 is 1.1.2.12: #i85112# basis dir below ooo dir 2008/01/31 17:01:02 is 1.1.2.11: #i85112# new basis  link 2008/01/30 13:37:50 sb 1.1.2.10: #i84200# redirect(rc|.ini) on all platforms but MACOSX 2008/01/30 13:03:19 is 1.1.2.9: #i85112# additional flags for brand module 2008/01/30 12:02:40 sb 1.1.2.8: #i84200# changes for MACOSX 2008/01/30 09:39:43 sb 1.1.2.7: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/23 15:23:01 sb 1.1.2.6: #i84200# moved executables from brand layer to basis layer 2008/01/07 15:25:34 sb 1.1.2.5: #i84985# added URE_OVERRIDE_JAVA_JFW_SHARED|USER_DATA 2007/12/21 15:00:21 sb 1.1.2.4: #i84200# Windows-specific fixes. 2007/12/18 08:57:14 sb 1.1.2.3: #i84200# dropped Mac OS X specifics for now 2007/12/12 08:56:53 sb 1.1.2.2: #i84200# All of share/xdg/ goes into the brand layer. 2007/12/10 14:51:12 sb 1.1.2.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [83c0a8436dc25bde38a92b46e49d0fe50824197e]

        INTEGRATION: CWS sb83 (1.6.2); FILE MERGED 2008/01/29 16:00:21 sb 1.6.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3329a0374298816f5a46bcce7629303e3bf5a38f]

        INTEGRATION: CWS sb83 (1.15.2); FILE MERGED 2008/02/22 08:50:34 sb 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2008/02/13 16:00:55 is 1.15.2.3: #i86068# brand application modules 2008/01/29 17:08:24 sb 1.15.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:21 sb 1.15.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d208deca2d7b6cab492efaf36dee90a66e0b10d7]

        INTEGRATION: CWS sb83 (1.34.154); FILE MERGED 2008/02/13 17:04:22 is 1.34.154.2: '#i86068#' 2008/01/29 17:08:23 sb 1.34.154.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ec4d7c75e268bb6d9b738b55f245d23a69d43e8d]

        INTEGRATION: CWS sb83 (1.15.2); FILE MERGED 2008/02/22 08:50:31 sb 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2008/02/13 16:00:55 is 1.15.2.3: #i86068# brand application modules 2008/01/29 17:08:23 sb 1.15.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:19 sb 1.15.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b79ff5c94aa93cc8dd813a71a8233fdf32aa6e9d]

        INTEGRATION: CWS sb83 (1.30.154); FILE MERGED 2008/03/17 09:01:39 sb 1.30.154.3: RESYNC: (1.30-1.31); FILE MERGED 2008/02/13 17:04:22 is 1.30.154.2: '#i86068#' 2008/01/29 17:08:23 sb 1.30.154.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e28ad954f53775dd28323dd86233350c1ff91fb3]

        INTEGRATION: CWS sb83 (1.14.2); FILE MERGED 2008/02/22 08:50:28 sb 1.14.2.4: RESYNC: (1.14-1.15); FILE MERGED 2008/02/13 16:00:55 is 1.14.2.3: #i86068# brand application modules 2008/01/29 17:08:23 sb 1.14.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:18 sb 1.14.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1455d721f6fcd5c1595af6d5a86ddb45b5052ec0]

        INTEGRATION: CWS sb83 (1.25.154); FILE MERGED 2008/02/13 17:04:22 is 1.25.154.2: '#i86068#' 2008/01/29 17:08:23 sb 1.25.154.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d0edbca379dce6bbd5a4fd41e699a05006b2d644]

        INTEGRATION: CWS sb83 (1.4.820); FILE MERGED 2008/02/14 13:06:14 sb 1.4.820.1: #i84200# for now, move crash reporter to brand layer

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [04434cc38b2553ea938e484925cd3ad14cef2885]

        INTEGRATION: CWS sb83 (1.17.2); FILE MERGED 2008/02/22 08:59:19 sb 1.17.2.5: resync aftermath 2008/02/22 08:50:25 sb 1.17.2.4: RESYNC: (1.17-1.20); FILE MERGED 2008/02/13 16:00:55 is 1.17.2.3: #i86068# brand application modules 2008/01/29 17:08:23 sb 1.17.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:17 sb 1.17.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [087f2f153539de811befb1e9a28d5d1fa840fca0]

        INTEGRATION: CWS sb83 (1.37.154); FILE MERGED 2008/02/22 08:50:22 sb 1.37.154.3: RESYNC: (1.37-1.38); FILE MERGED 2008/02/13 17:04:21 is 1.37.154.2: '#i86068#' 2008/01/29 17:08:22 sb 1.37.154.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1e2d77670195fc1b7a71507b8368e2e145d6899c]

        INTEGRATION: CWS sb83 (1.11.2); FILE MERGED 2008/03/17 09:31:21 sb 1.11.2.6: merge conflicts 2008/03/17 09:01:35 sb 1.11.2.5: RESYNC: (1.12-1.13); FILE MERGED 2008/02/22 08:50:19 sb 1.11.2.4: RESYNC: (1.11-1.12); FILE MERGED 2008/02/13 16:00:54 is 1.11.2.3: #i86068# brand application modules 2008/01/29 17:08:22 sb 1.11.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 16:00:17 sb 1.11.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [24e307f1eaf0557541b1b2eca7589947d5027d13]

        INTEGRATION: CWS sb83 (1.23.18); FILE MERGED 2008/03/17 09:01:32 sb 1.23.18.3: RESYNC: (1.23-1.24); FILE MERGED 2008/02/13 17:04:21 is 1.23.18.2: '#i86068#' 2008/01/29 17:08:22 sb 1.23.18.1: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [89f0d683db10d9c0e87a3a7dd5733b96d145586f]

        INTEGRATION: CWS sb83 (1.7.54); FILE MERGED 2008/01/29 16:00:17 sb 1.7.54.2: #i85112# merged in cws_src680_native121 2007/12/10 14:54:28 sb 1.7.54.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1b498bea277c79ed2a7c26c747f9ba73d4298cb9]

        INTEGRATION: CWS sb83 (1.24.54); FILE MERGED 2008/03/17 09:01:29 sb 1.24.54.4: RESYNC: (1.25-1.26); FILE MERGED 2008/01/29 16:00:17 sb 1.24.54.3: #i85112# merged in cws_src680_native121 2008/01/09 10:52:23 sb 1.24.54.2: RESYNC: (1.24-1.25); FILE MERGED 2007/12/10 14:54:28 sb 1.24.54.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [65611adcb2f1f4acfa934794f505aceec7ebceec]

        INTEGRATION: CWS sb83 (1.11.2); FILE MERGED 2008/02/06 14:06:05 sb 1.11.2.2: #i84200# streamlined image set processing 2008/01/29 16:00:16 sb 1.11.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [476ea8100eedce3a93ed6ec5b0f6c6b38df2e6f5]

        INTEGRATION: CWS sb83 (1.16.100); FILE MERGED 2008/03/17 09:01:25 sb 1.16.100.4: RESYNC: (1.16-1.17); FILE MERGED 2008/02/13 12:49:06 is 1.16.100.3: #i86068# language specific files in brand package 2008/01/29 16:00:16 sb 1.16.100.2: #i85112# merged in cws_src680_native121 2007/12/03 13:44:04 sb 1.16.100.1: #i84200# Use new feature of automatically merged adjacent string literals.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [111291a728aed9f7583b86fad0494e83af4f4e99]

        INTEGRATION: CWS sb83 (1.62.24); FILE MERGED 2007/12/18 15:26:23 sb 1.62.24.1: #i84200# New rtl_convertStringToUString.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0ef1a84e56d83ca40ceefe6283b0be2f85174cc2]

        INTEGRATION: CWS sb83 (1.47.12); FILE MERGED 2008/02/01 13:28:42 sb 1.47.12.2: RESYNC: (1.48-1.49); FILE MERGED 2007/12/21 14:49:24 sb 1.47.12.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ea49658163c4f6761e126cc637a06cbbf54bca68]

        INTEGRATION: CWS sb83 (1.5.26); FILE MERGED 2007/12/21 14:49:24 sb 1.5.26.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fff79f1b3c23d06125636f661397c4c0737bdda4]

        INTEGRATION: CWS sb83 (1.6.26); FILE MERGED 2007/12/21 14:49:24 sb 1.6.26.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1a3417435a9877b840037e59bbb4752ce9b007cc]

        INTEGRATION: CWS sb83 (1.29.60); FILE MERGED 2008/01/29 14:35:07 sb 1.29.60.2: set pInfo on every branch through rtl_string2UString_status 2007/12/18 15:26:51 sb 1.29.60.1: #i84200# New rtl_convertStringToUString.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7e13630e78a0e1c37737cab80b9ce66cf776e1ad]

        INTEGRATION: CWS sb83 (1.10.60); FILE MERGED 2007/12/21 12:52:07 sb 1.10.60.1: #i84200# in joinPaths, segments . and .. within rBasePath are not removed by segments .. within rRelPath.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ed130b0040f713061b5b5ec8f3501255c6e83c97]

        INTEGRATION: CWS sb83 (1.33.14); FILE MERGED 2007/12/21 14:48:05 sb 1.33.14.2: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms). 2007/12/18 15:36:49 sb 1.33.14.1: #i84200# Refactored expandMacros so that I could add support for a ${.link:...} hack to simulate symbolic links under Windows.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [53f9a3d139a3ac461419f5e5911b150b54620140]

        INTEGRATION: CWS sb83 (1.8.10); FILE MERGED 2008/03/17 09:01:16 sb 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/18 15:36:49 sb 1.8.10.1: #i84200# Refactored expandMacros so that I could add support for a ${.link:...} hack to simulate symbolic links under Windows.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4a415c4c5af68a8b492e845dd7d5b6d0948f0b54]

        INTEGRATION: CWS sb83 (1.39.26); FILE MERGED 2008/01/29 14:35:32 sb 1.39.26.3: #i84200# link files are always in UTF-8 2008/01/07 15:28:07 sb 1.39.26.2: #i84985# new (for now internal-only) feature of INIFILEPATH (similar to INIFILENAME, but a system path and not a URL) 2007/12/18 15:36:49 sb 1.39.26.1: #i84200# Refactored expandMacros so that I could add support for a ${.link:...} hack to simulate symbolic links under Windows.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cae424b8833dcc68172763ca6c4ee65f43e1ee27]

        INTEGRATION: CWS sb83 (1.7.70); FILE MERGED 2007/12/21 12:52:07 sb 1.7.70.1: #i84200# in joinPaths, segments . and .. within rBasePath are not removed by segments .. within rRelPath.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [11d2272b888cb40e9928b204c5da70560374036a]

        INTEGRATION: CWS sb83 (1.13.8); FILE MERGED 2008/02/01 13:28:39 sb 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2007/12/18 15:26:02 sb 1.13.8.1: #i84200# Made tests compile/succeed again; new rtl_convertStringToUString.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [496fdbc3aec08e138d845d4642df79d77e248076]

        INTEGRATION: CWS sb83 (1.7.10); FILE MERGED 2007/12/19 14:08:32 sb 1.7.10.2: #i84200# quoting gotcha 2007/12/18 15:47:23 sb 1.7.10.1: #i84200# Made tests compile/succeed again; refactored expandMacros so that I could add support for a ${.link:...} hack to simulate symbolic links under Windows.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [7c3e1e14f7d2f8827396dfb209d3db0367d0224e]

        INTEGRATION: CWS sb83 (1.29.10); FILE MERGED 2007/12/21 14:49:23 sb 1.29.10.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a445cb2005381c21a8ed954e923430ca370b4374]

        INTEGRATION: CWS sb83 (1.28.26); FILE MERGED 2007/12/21 14:49:23 sb 1.28.26.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop; moved everything relevant from module sal there) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [82e8526cfe15115d2a1b6cf607a5ae5a824b767d]

        INTEGRATION: CWS sb83 (1.14.90); FILE MERGED 2008/02/01 13:28:32 sb 1.14.90.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/31 12:59:51 sb 1.14.90.1: #i84200# silently ignore excess slashes in the middle of file URL paths

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a3ddf908fded24cc2e5b057abc2f9e572a8b6c94]

        INTEGRATION: CWS sb83 (1.31.24); FILE MERGED 2008/02/01 13:28:36 sb 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED 2007/12/21 14:47:36 sb 1.31.24.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms); cleaned up.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6de04b300c4705771fe7e3a973c29643919f2db2]

        INTEGRATION: CWS sb83 (1.21.44); FILE MERGED 2007/12/18 15:24:57 sb 1.21.44.1: #i84200# New rtl_convertStringToUString.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c2b4ae23b8a92b0df4caa94314490450f9ba199d]

        INTEGRATION: CWS sb83 (1.41.14); FILE MERGED 2008/01/11 14:13:15 sb 1.41.14.1: #i84200# improved USE_SYSTEM_STL=YES handling

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [86748347b5a108b525cd0c23048fee1ad7ca720f]

        INTEGRATION: CWS sb83 (1.2.46); FILE MERGED 2008/03/10 14:51:56 sb 1.2.46.1: #i86870# pass -env args on to javaldx (BROKEN, NEEDS A BETTER FIX; but already extensively used in desktop/scripts/, anyway)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4a08e1de52ea4932af2495c677ee44c3e796a5cc]

        INTEGRATION: CWS sb83 (1.2.4); FILE MERGED 2008/01/07 15:24:45 sb 1.2.4.1: #i84985# added URE_OVERRIDE_JAVA_JFW_SHARED|USER_DATA

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [b487c0bdc9c8c9a157fa4823b77ff78fcfe9f7f4]

        INTEGRATION: CWS sb83 (1.14.4); FILE MERGED 2008/01/07 15:24:45 sb 1.14.4.1: #i84985# added URE_OVERRIDE_JAVA_JFW_SHARED|USER_DATA

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f65ba4fb315e72c2c55487af22c5388365a783b7]

        INTEGRATION: CWS sb83 (1.34.48); FILE MERGED 2008/03/17 09:00:50 sb 1.34.48.5: RESYNC: (1.39-1.41); FILE MERGED 2008/02/01 13:28:18 sb 1.34.48.4: RESYNC: (1.38-1.39); FILE MERGED 2008/01/29 14:38:05 sb 1.34.48.3: #i84200# /DELAYLOAD:uwinapi.dll is not used at all any longer 2008/01/09 10:51:56 sb 1.34.48.2: RESYNC: (1.34-1.38); FILE MERGED 2007/12/21 14:45:45 sb 1.34.48.1: #i84200# Delayloading of uwinapi.dll is only needed in a few specific executables (loaders in module desktop) (but needed on all Windows platforms).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a0f160be42fcbfce34a2ce3852fe5250aab81a49]

        INTEGRATION: CWS sb83 (1.45.50); FILE MERGED 2008/02/01 13:28:14 sb 1.45.50.4: RESYNC: (1.46-1.47); FILE MERGED 2008/02/01 11:02:16 sb 1.45.50.3: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:50 sb 1.45.50.2: RESYNC: (1.45-1.46); FILE MERGED 2007/12/03 13:42:36 sb 1.45.50.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [02b80d9d2c56668b9ba4d4adabe621e24c3b4848]

        INTEGRATION: CWS sb83 (1.39.50); FILE MERGED 2008/02/01 13:28:11 sb 1.39.50.4: RESYNC: (1.40-1.41); FILE MERGED 2008/02/01 11:02:16 sb 1.39.50.3: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:47 sb 1.39.50.2: RESYNC: (1.39-1.40); FILE MERGED 2007/12/03 13:42:36 sb 1.39.50.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c8ec0f9e4c78a8039553ffeba148a41634297e69]

        INTEGRATION: CWS sb83 (1.22.14); FILE MERGED 2008/03/17 09:00:44 sb 1.22.14.6: RESYNC: (1.27-1.28); FILE MERGED 2008/02/01 13:28:08 sb 1.22.14.5: RESYNC: (1.24-1.27); FILE MERGED 2008/02/01 11:02:16 sb 1.22.14.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/11 14:15:37 sb 1.22.14.3: #i84200# make --without-stlport the default for unxmacx 2008/01/09 10:51:44 sb 1.22.14.2: RESYNC: (1.22-1.24); FILE MERGED 2008/01/09 09:42:37 sb 1.22.14.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3af1671e6917ec3eef1db381a0a78c1281c8d3d7]

        INTEGRATION: CWS sb83 (1.12.18); FILE MERGED 2008/02/01 11:02:16 sb 1.12.18.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:41 sb 1.12.18.3: RESYNC: (1.12-1.13); FILE MERGED 2007/12/19 10:36:17 sb 1.12.18.2: #i84200# typo 2007/12/03 13:42:36 sb 1.12.18.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [810cbf7e0f976974df286662916bce024aa6a0a3]

        INTEGRATION: CWS sb83 (1.22.52); FILE MERGED 2008/02/01 11:02:16 sb 1.22.52.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:38 sb 1.22.52.3: RESYNC: (1.22-1.23); FILE MERGED 2007/12/19 10:36:17 sb 1.22.52.2: #i84200# typo 2007/12/03 13:42:36 sb 1.22.52.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9fc71afb7cd31b79cfe73f170241f6d00f05fa26]

        INTEGRATION: CWS sb83 (1.29.52); FILE MERGED 2008/02/01 11:02:16 sb 1.29.52.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:34 sb 1.29.52.3: RESYNC: (1.29-1.30); FILE MERGED 2007/12/19 10:36:17 sb 1.29.52.2: #i84200# typo 2007/12/03 13:42:36 sb 1.29.52.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0e689647326860ca5f78ff1b90f6e954f1b85471]

        INTEGRATION: CWS sb83 (1.41.50); FILE MERGED 2008/02/01 13:28:05 sb 1.41.50.5: RESYNC: (1.42-1.43); FILE MERGED 2008/02/01 11:02:16 sb 1.41.50.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:31 sb 1.41.50.3: RESYNC: (1.41-1.42); FILE MERGED 2007/12/19 10:36:17 sb 1.41.50.2: #i84200# typo 2007/12/03 13:42:36 sb 1.41.50.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [04b7445b78730ebb28f58f5bf1bb158a0e88c6e7]

        INTEGRATION: CWS sb83 (1.44.52); FILE MERGED 2008/02/01 11:02:16 sb 1.44.52.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:28 sb 1.44.52.3: RESYNC: (1.44-1.45); FILE MERGED 2007/12/19 10:36:17 sb 1.44.52.2: #i84200# typo 2007/12/03 13:42:35 sb 1.44.52.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [96d9e8861da358bd88ec80f1f6b56a9f6cc0c1c3]

        INTEGRATION: CWS sb83 (1.5.52); FILE MERGED 2008/02/01 11:02:16 sb 1.5.52.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:25 sb 1.5.52.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/19 10:36:17 sb 1.5.52.2: #i84200# typo 2007/12/03 13:42:35 sb 1.5.52.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [15b845ba5e5f77e2d629f2f38082e15cc8df9197]

        INTEGRATION: CWS sb83 (1.13.52); FILE MERGED 2008/02/01 11:02:16 sb 1.13.52.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:22 sb 1.13.52.3: RESYNC: (1.13-1.14); FILE MERGED 2007/12/19 10:36:16 sb 1.13.52.2: #i84200# typo 2007/12/03 13:42:35 sb 1.13.52.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [bfacd5cd774249862ca0ee7be1cadcd3ea8ad06d]

        INTEGRATION: CWS sb83 (1.116.20); FILE MERGED 2008/03/17 09:00:41 sb 1.116.20.4: RESYNC: (1.118-1.119); FILE MERGED 2008/01/10 14:59:54 sb 1.116.20.3: parallel builds race on $(MISC)$/symbols-regexp.tmp solved 2008/01/09 10:51:19 sb 1.116.20.2: RESYNC: (1.116-1.118); FILE MERGED 2008/01/09 09:42:37 sb 1.116.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [118145972b366614a35c370e619cada1c1aaa7f8]

        INTEGRATION: CWS sb83 (1.81.4); FILE MERGED 2008/03/17 09:00:38 sb 1.81.4.3: RESYNC: (1.81-1.84); FILE MERGED 2008/01/18 09:57:09 sb 1.81.4.2: #i84200# improved previous change, moved work to macosx-change-install-names.pl 2008/01/14 16:37:31 sb 1.81.4.1: #i84200# For external modules, use the install_name_tool -id feature together with new EXTRPATH (similar to APP|SHLnRPATH) to adapt install names of built dynamic libraries in a postprocess step.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [aa6487453657c3b0fb4682ed49bb96aa0f104236]

        INTEGRATION: CWS sb83 (1.69.20); FILE MERGED 2008/03/17 09:00:34 sb 1.69.20.2: RESYNC: (1.69-1.70); FILE MERGED 2008/01/09 09:42:37 sb 1.69.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c8fcc5730a7db4b86970ea9a516869c27b624cb1]

        INTEGRATION: CWS sb83 (1.221.18); FILE MERGED 2008/03/17 09:00:31 sb 1.221.18.7: RESYNC: (1.225-1.228); FILE MERGED 2008/02/06 14:11:50 sb 1.221.18.6: #i84200# streamlined image set processing 2008/02/01 13:28:02 sb 1.221.18.5: RESYNC: (1.224-1.225); FILE MERGED 2008/02/01 11:02:16 sb 1.221.18.4: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/09 10:51:16 sb 1.221.18.3: RESYNC: (1.222-1.224); FILE MERGED 2007/12/03 14:01:03 sb 1.221.18.2: RESYNC: (1.221-1.222); FILE MERGED 2007/12/03 13:42:35 sb 1.221.18.1: #i84200# Added LINKFLAGSRUNPATH_BRAND.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [62e5894bc767fc440c8d11d4f04cd327f6a2bbc5]

        INTEGRATION: CWS sb83 (1.4.20); FILE MERGED 2008/01/28 11:18:28 sb 1.4.20.1: adapted to scenarios where a PKG_CONFIG environment variable is already set (typically to build moz)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5f61c7be71bcb4851a5035e896b2f175ed88926d]

        INTEGRATION: CWS sb83 (1.123.22); FILE MERGED 2008/03/17 09:00:28 sb 1.123.22.7: RESYNC: (1.125-1.129); FILE MERGED 2008/03/13 14:46:11 sb 1.123.22.6: mingw problems (tono) 2008/02/22 06:18:38 sb 1.123.22.5: RESYNC: (1.124-1.125); FILE MERGED 2008/02/08 09:17:50 sb 1.123.22.4: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 16:19:44 sb 1.123.22.3: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on Windows (similar to Mac OS X, albeit for different reasons), are in the brand layer, where they can include brand-specific icons (read by vcl; potentially visible in Windows Explorer according to hro). 2008/02/01 13:27:59 sb 1.123.22.2: RESYNC: (1.123-1.124); FILE MERGED 2008/01/14 12:52:43 sb 1.123.22.1: make sure to choose a static neon library if not SYSTEM_NEON (to avoid picking up a wrong dynamic library from somewhere on the system; on Mac OS X there seems to be no appropriate ld command line switch to fore a static library, so we have to give its full path explicitly as a workaround for now)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [97dd0b9380fbd431722ed2577726c0ec15edf069]

        INTEGRATION: CWS sb83 (1.7.218); FILE MERGED 2007/12/18 11:47:16 sb 1.7.218.1: #i84200# On Linux, start testshl2 with full path, so that osl_getModuleURLFromAddress for symbol main returns the correct path of the executable.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ad76315ef352902bd61c07a4ac3e9dced47f9594]

        INTEGRATION: CWS sb83 (1.112.20); FILE MERGED 2008/03/17 09:00:24 sb 1.112.20.4: RESYNC: (1.114-1.115); FILE MERGED 2008/01/10 14:59:54 sb 1.112.20.3: parallel builds race on $(MISC)$/symbols-regexp.tmp solved 2008/01/09 10:51:12 sb 1.112.20.2: RESYNC: (1.112-1.114); FILE MERGED 2008/01/09 09:42:37 sb 1.112.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ac3bb2600684f414d51750359a6fedca40c58c85]

        INTEGRATION: CWS sb83 (1.64.20); FILE MERGED 2008/03/17 08:58:23 sb 1.64.20.2: RESYNC: (1.64-1.65); FILE MERGED 2008/01/09 09:42:37 sb 1.64.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9439e16a2c87ab89462e62a7497d2d9ac28a33e0]

        INTEGRATION: CWS sb83 (1.6.218); FILE MERGED 2007/12/18 11:47:16 sb 1.6.218.1: #i84200# On Linux, start testshl2 with full path, so that osl_getModuleURLFromAddress for symbol main returns the correct path of the executable.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [499e6bbd8fc7fc4f67c417f768b1f66afaa96f77]

        INTEGRATION: CWS sb83 (1.1.2); FILE MERGED 2008/03/17 08:58:16 sb 1.1.2.2: RESYNC: (1.1-1.7); FILE MERGED 2008/02/22 08:47:34 sb 1.1.2.1: merged in ssrc680.ini.1.155.4.3

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dc85d8690ef2217d71cb082c99bdc34e86b05d2f]

        INTEGRATION: CWS sb83 (1.9.566); FILE MERGED 2007/12/19 15:18:34 sb 1.9.566.2: #i84200# make sure there is an even number of double quotes before the two string literals to concatenate 2007/12/03 13:41:53 sb 1.9.566.1: #i84200# Allow for adjacent string literals in scp files that are automatically merged into single string literals.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [309b814d1aea078786a1bc73c6fb9fea161c95d6]

        INTEGRATION: CWS sb83 (1.12.18); FILE MERGED 2008/03/17 08:58:13 sb 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/06 13:52:41 is 1.12.18.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [94987e91dc230d8d274fcd66f89ba368c63be277]

        INTEGRATION: CWS sb83 (1.13.18); FILE MERGED 2008/02/21 12:42:13 is 1.13.18.2: #i85112# more specific component names required for uninstallation 2008/02/06 13:52:41 is 1.13.18.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f8ab0f7a59e1d100320f9e72aef81b126118cc02]

        INTEGRATION: CWS sb83 (1.18.36); FILE MERGED 2008/03/17 08:58:10 sb 1.18.36.4: RESYNC: (1.18-1.20); FILE MERGED 2008/02/07 17:15:04 is 1.18.36.3: #i85112# introducing component conditions 2008/02/06 13:52:41 is 1.18.36.2: #i85916# INSTALLLOCATION no longer only valid path 2008/01/29 15:12:28 sb 1.18.36.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [38f10836307fc41d23c28ed4f97672f629c79546]

        INTEGRATION: CWS sb83 (1.4.478); FILE MERGED 2008/02/11 14:14:46 is 1.4.478.2: #i85916# language pack in multilayered office 2008/02/06 13:52:41 is 1.4.478.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4f7d8e31b2e22c52e42e362477fac3a0ccbbca5a]

        INTEGRATION: CWS sb83 (1.44.28); FILE MERGED 2008/03/17 08:58:07 sb 1.44.28.3: RESYNC: (1.44-1.46); FILE MERGED 2008/01/31 10:30:29 is 1.44.28.2: #i85112# using ooo package versions for SO 2008/01/29 15:12:28 sb 1.44.28.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [480c2e94571cbd0928af51f89400a1dcf584039f]

        INTEGRATION: CWS sb83 (1.38.28); FILE MERGED 2008/03/17 08:58:04 sb 1.38.28.7: RESYNC: (1.40-1.42); FILE MERGED 2008/02/22 06:18:31 sb 1.38.28.6: RESYNC: (1.38-1.40); FILE MERGED 2008/02/20 12:53:35 is 1.38.28.5: #i85112# 2008/02/08 10:04:32 is 1.38.28.4: #i85916# new installlocation 2008/02/07 13:50:16 is 1.38.28.3: #154180# new jre path settings 2008/02/06 13:52:41 is 1.38.28.2: #i85916# INSTALLLOCATION no longer only valid path 2008/01/29 15:12:28 sb 1.38.28.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [fb0b83103be21e55e7615072e12f2de150e6b0ce]

        INTEGRATION: CWS sb83 (1.18.4); FILE MERGED 2008/03/17 08:58:01 sb 1.18.4.6: RESYNC: (1.18-1.19); FILE MERGED 2008/02/18 12:13:11 is 1.18.4.5: #i85112# improving log file info 2008/02/18 12:10:54 is 1.18.4.4: #i85112# improving_log_file_info 2008/02/07 17:15:04 is 1.18.4.3: #i85112# introducing component conditions 2008/02/01 15:53:36 sb 1.18.4.2: #i85112# windows-specific stuff (is) 2008/01/29 15:12:28 sb 1.18.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [13f52a3ca81366bdce4351f3903f80aed3eb7f6f]

        INTEGRATION: CWS sb83 (1.20.4); FILE MERGED 2008/03/17 08:57:58 sb 1.20.4.4: RESYNC: (1.21-1.22); FILE MERGED 2008/02/22 06:18:25 sb 1.20.4.3: RESYNC: (1.20-1.21); FILE MERGED 2008/01/31 10:19:04 is 1.20.4.2: #i85112# checking for name at feature 2008/01/29 15:12:28 sb 1.20.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [454902173c0e1b4f95f00fac4a3d361287499a14]

        INTEGRATION: CWS sb83 (1.25.18); FILE MERGED 2008/03/17 08:57:56 sb 1.25.18.6: RESYNC: (1.26-1.27); FILE MERGED 2008/02/07 17:15:04 is 1.25.18.5: #i85112# introducing component conditions 2008/02/06 13:52:40 is 1.25.18.4: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 15:53:36 sb 1.25.18.3: #i85112# windows-specific stuff (is) 2008/02/01 13:27:52 sb 1.25.18.2: RESYNC: (1.25-1.26); FILE MERGED 2008/01/29 15:12:28 sb 1.25.18.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [a395ff3b1784d3595b4e2b9bb0b970fafcf51905]

        INTEGRATION: CWS sb83 (1.11.18); FILE MERGED 2008/02/07 17:15:04 is 1.11.18.4: #i85112# introducing component conditions 2008/02/06 14:52:10 is 1.11.18.3: #i85916# INSTALLLOCATION no longer only valid path 2008/02/06 13:52:40 is 1.11.18.2: #i85916# INSTALLLOCATION no longer only valid path 2008/01/29 15:12:28 sb 1.11.18.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c84e2976919d3ea6d735614ad6dc5b4b0cfc2f95]

        INTEGRATION: CWS sb83 (1.7.4); FILE MERGED 2008/02/22 06:18:22 sb 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/29 15:12:27 sb 1.7.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e92369ef12b9775fb6228f1433f6adc21a1bfc3a]

        INTEGRATION: CWS sb83 (1.58.4); FILE MERGED 2008/02/06 13:52:40 is 1.58.4.2: #i85916# INSTALLLOCATION no longer only valid path 2008/01/29 15:12:27 sb 1.58.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [12e6b9fb16ccb9a5150050f7fdfa268a09d9e12c]

        INTEGRATION: CWS sb83 (1.10.4); FILE MERGED 2008/02/22 06:18:17 sb 1.10.4.4: RESYNC: (1.11-1.12); FILE MERGED 2008/02/20 16:02:52 is 1.10.4.3: #i85112# path to unopkg.exe 2008/02/01 13:27:48 sb 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/29 15:12:27 sb 1.10.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d8998a24d9aefcd004b80e4834697d5bbb279cd7]

        INTEGRATION: CWS sb83 (1.15.18); FILE MERGED 2008/03/17 08:57:53 sb 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/20 13:17:24 is 1.15.18.1: #i85112# avoiding whitespaces at end of value

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [18aa14ca0f80ad80ec8ec5df2e3bad865ea435c5]

        INTEGRATION: CWS sb83 (1.30.28); FILE MERGED 2008/03/17 08:57:50 sb 1.30.28.2: RESYNC: (1.30-1.31); FILE MERGED 2008/01/29 15:12:27 sb 1.30.28.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5a28658ea231c88c1c513f71b3bcbb09f97a046d]

        INTEGRATION: CWS sb83 (1.41.4); FILE MERGED 2008/03/17 08:57:47 sb 1.41.4.6: RESYNC: (1.41-1.42); FILE MERGED 2008/02/25 13:01:10 is 1.41.4.5: #i85112# directories to packages 2008/02/20 15:45:21 is 1.41.4.4: #i85112# new style for sun directory 2008/02/13 17:48:03 is 1.41.4.3: #i86068# 2008/02/12 16:39:45 is 1.41.4.2: #i85112# three layer office 2008/01/29 15:12:27 sb 1.41.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [11d8dc5510af8ba3451f1700f1f7c850f75a0bdf]

        INTEGRATION: CWS sb83 (1.12.4); FILE MERGED 2008/01/29 15:12:27 sb 1.12.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d61c93416a4b54caeb410e3cc2ab94d7338924c0]

        INTEGRATION: CWS sb83 (1.5.52); FILE MERGED 2008/01/29 15:12:27 sb 1.5.52.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5ad28ea3d2e37b36e65c2c201384fa4c4c96f011]

        INTEGRATION: CWS sb83 (1.7.18); FILE MERGED 2008/01/29 15:12:27 sb 1.7.18.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3599f68bb4892ba1bbcd004292e118859466da78]

        INTEGRATION: CWS sb83 (1.14.4); FILE MERGED 2008/02/25 13:01:10 is 1.14.4.5: #i85112# directories to packages 2008/02/21 17:09:17 is 1.14.4.4: #i85112# force rootdirectories into root package 2008/02/18 15:39:03 is 1.14.4.3: #i85112# improve file info logfile 2008/02/05 10:57:05 is 1.14.4.2: #i85112# ooo repackaging 2008/01/29 15:12:27 sb 1.14.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [adbc29a98c628d1f41166ae24faa5dc18abb59c8]

        INTEGRATION: CWS sb83 (1.14.4); FILE MERGED 2008/02/15 11:53:03 is 1.14.4.2: #i86125# language pack support 2008/01/29 15:12:27 sb 1.14.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ee3dcb30548544fe52f5cb5ce1a22540d93ebbee]

        INTEGRATION: CWS sb83 (1.82.4); FILE MERGED 2008/03/17 08:57:41 sb 1.82.4.12: RESYNC: (1.85-1.90); FILE MERGED 2008/02/22 06:18:13 sb 1.82.4.11: RESYNC: (1.84-1.85); FILE MERGED 2008/02/20 15:45:21 is 1.82.4.10: #i85112# new style for sun directory 2008/02/18 15:39:03 is 1.82.4.9: #i85112# improve file info logfile 2008/02/18 12:10:53 is 1.82.4.8: #i85112# improving_log_file_info 2008/02/13 17:48:03 is 1.82.4.7: #i86068# 2008/02/12 15:38:19 is 1.82.4.6: #i85112# three layer office 2008/02/11 14:14:46 is 1.82.4.5: #i85916# language pack in multilayered office 2008/02/07 17:15:03 is 1.82.4.4: #i85112# introducing component conditions 2008/02/06 13:52:40 is 1.82.4.3: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 13:27:41 sb 1.82.4.2: RESYNC: (1.82-1.84); FILE MERGED 2008/01/29 15:12:26 sb 1.82.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5df4e71b230e52124419cb15a1cfad6b7835a94d]

        INTEGRATION: CWS sb83 (1.75.30); FILE MERGED 2008/03/17 08:57:38 sb 1.75.30.3: RESYNC: (1.75-1.76); FILE MERGED 2008/02/20 17:41:00 is 1.75.30.2: #i85112# exclude simple opt from epmlist 2008/02/20 15:45:21 is 1.75.30.1: #i85112# new style for sun directory

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [83d9030c0901d79f0c219f650c1e67eb9d3b2018]

        INTEGRATION: CWS sb83 (1.14.322); FILE MERGED 2008/02/25 13:01:08 is 1.14.322.2: #i85112# directories to packages 2008/02/15 12:24:44 is 1.14.322.1: #i85112#

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0a09e63d7d90172092506a9c1e8e99184f020672]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/03/14 09:54:41 sb 1.1.2.2: improved diagnostic output 2008/02/25 15:44:51 sb 1.1.2.1: #i84200# fixed parsing of otool -D output

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5486ecc210877da98f383e445afb14122215e63c]

        INTEGRATION: CWS sb83 (1.100.4); FILE MERGED 2008/03/17 08:57:29 sb 1.100.4.17: RESYNC: (1.102-1.103); FILE MERGED 2008/02/26 09:38:13 is 1.100.4.16: #i85112# directories to packages 2008/02/25 13:01:08 is 1.100.4.15: #i85112# directories to packages 2008/02/22 06:18:10 sb 1.100.4.14: RESYNC: (1.101-1.102); FILE MERGED 2008/02/20 17:40:59 is 1.100.4.13: #i85112# exclude simple opt from epmlist 2008/02/20 15:45:20 is 1.100.4.12: #i85112# new style for sun directory 2008/02/19 17:23:26 is 1.100.4.11: #i85112# complete pathes in fileinfo log file no longer required 2008/02/19 16:43:59 is 1.100.4.10: #i85112# complete pathes in fileinfo log file no longer required 2008/02/18 15:39:02 is 1.100.4.9: #i85112# improve file info logfile 2008/02/15 11:53:02 is 1.100.4.8: #i86125# language pack support 2008/02/12 16:39:45 is 1.100.4.7: #i85112# three layer office 2008/02/12 15:34:16 is 1.100.4.6: #i85112# three layer office 2008/02/08 10:04:32 is 1.100.4.5: #i85916# new installlocation 2008/02/07 17:15:03 is 1.100.4.4: #i85112# introducing component conditions 2008/02/06 13:52:40 is 1.100.4.3: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 13:27:38 sb 1.100.4.2: RESYNC: (1.100-1.101); FILE MERGED 2008/01/29 15:12:26 sb 1.100.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4c3cf67024f04d536f333e45e6a7090efded1ec7]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/25 15:44:32 sb 1.1.2.4: #i84200# fixed parsing of otool -D output 2008/01/25 16:04:22 sb 1.1.2.3: #i84200# tunnel -dylib_file via -Wl 2008/01/18 09:53:30 sb 1.1.2.2: #i84200# untabified 2008/01/09 09:44:26 sb 1.1.2.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment; improved macosx-dylib-link-list to macosx-dylib-link-list.pl (take care of multiple occurences of a library with different install_names)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c7aaadd0f518fd1885df62e0e4cbd9584d4a66e9]

        INTEGRATION: CWS sb83 (1.3.440); FILE MERGED 2008/01/09 09:35:44 sb 1.3.440.1: #i84200# removed change of install_name (whatever it was intended to be good for)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ed7681ba1e7f8f53552be3294f7be6e863c0947a]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/25 15:44:32 sb 1.1.2.6: #i84200# fixed parsing of otool -D output 2008/02/01 11:02:16 sb 1.1.2.5: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs) 2008/01/25 16:05:11 sb 1.1.2.4: #i84200# do normal shl processing for extshl as well 2008/01/18 09:57:44 sb 1.1.2.3: #i84200# untabified 2008/01/18 09:54:51 sb 1.1.2.2: #i84200# added extshl support 2008/01/09 09:43:01 sb 1.1.2.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ff200c8d389b1c247c8dec128086fe639af6796b]

        INTEGRATION: CWS sb83 (1.9.14); FILE MERGED 2008/02/06 13:53:31 is 1.9.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6f2f31df9863b6362fe67d10e9fea918f1223579]

        INTEGRATION: CWS sb83 (1.1.4); FILE ADDED 2008/02/01 15:55:32 sb 1.1.4.3: #i85112# windows-specific stuff (is) 2008/01/29 15:19:35 sb 1.1.4.2: #i85112# merged in cws_src680_native121 2008/01/29 14:55:28 sb 1.1.4.1: file setadmininstall.cxx was added on branch cws_src680_sb83 on 2008-01-29 15:19:35 +0000

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ad1fdc39e7da58e927098753579c996452ae59a1]

        INTEGRATION: CWS sb83 (1.8.4); FILE MERGED 2008/02/08 11:12:18 sb 1.8.4.5: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2008/02/07 13:37:07 is 1.8.4.4: #i85112# preparing custom actions 2008/02/06 13:53:31 is 1.8.4.3: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 15:55:32 sb 1.8.4.2: #i85112# windows-specific stuff (is) 2008/01/29 15:19:35 sb 1.8.4.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [e4ca0b89be26a2692091b86888ff41e2de7ff729]

        INTEGRATION: CWS sb83 (1.7.14); FILE MERGED 2008/02/06 13:53:31 is 1.7.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c466d86c4661043049a85fd98d8058a6fc8471bd]

        INTEGRATION: CWS sb83 (1.6.14); FILE MERGED 2008/02/06 13:53:31 is 1.6.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dd6d7b20046d3eb7bae30beba5077caac8b18cf1]

        INTEGRATION: CWS sb83 (1.14.14); FILE MERGED 2008/01/29 15:19:35 sb 1.14.14.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4626425ce5fcaffd2816ba80a663a34a0f343ff9]

        INTEGRATION: CWS sb83 (1.8.44); FILE MERGED 2008/02/01 15:55:32 sb 1.8.44.2: #i85112# windows-specific stuff (is) 2008/01/29 15:19:35 sb 1.8.44.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d51c5b57829c8f6ae816f54e95697dbd72469e11]

        INTEGRATION: CWS sb83 (1.4.14); FILE MERGED 2008/02/06 13:53:31 is 1.4.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cd4d6ea99163f25fea0dd22c090eac37302b0c35]

        INTEGRATION: CWS sb83 (1.14.14); FILE MERGED 2008/02/06 15:59:10 is 1.14.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [aa0d42d857a2c05a41a76d33e224117394770ef3]

        INTEGRATION: CWS sb83 (1.3.160); FILE MERGED 2008/02/06 13:53:31 is 1.3.160.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6d8e44ed9e5f4508fa6a2baaa2ef7581980821b6]

        INTEGRATION: CWS sb83 (1.18.14); FILE MERGED 2008/02/06 15:59:09 is 1.18.14.2: #i85916# INSTALLLOCATION no longer only valid path 2008/02/06 13:53:30 is 1.18.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [30204e12f8b897c9264727d499122a4beb3b7cf5]

        INTEGRATION: CWS sb83 (1.11.14); FILE MERGED 2008/02/11 14:15:29 is 1.11.14.2: #i85916# language pack in multilayered office 2008/02/06 13:53:30 is 1.11.14.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dd21387b82c04e8e7b7ea6933b5906f0b215f5cf]

        INTEGRATION: CWS sb83 (1.2.14); FILE MERGED 2008/02/11 09:28:41 sb 1.2.14.3: #i84200# fixed further misuses of 2008/02/08 11:12:18 sb 1.2.14.2: #i84200# extract all the meat from (soffice|unkpkg).bin into (soffice|unkpkg).dll, where the .dll are in the basis layer and the .bin, on all plattforms, are in the brand layer, where they can include brand-specific icons on Windows (read by vcl; potentially visible in Windows Explorer according to hro) 2007/12/10 15:03:50 sb 1.2.14.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5248e3c4ee647147fe7da63f3288c85249a141a9]

        INTEGRATION: CWS sb83 (1.2.14); FILE MERGED 2008/02/20 09:10:10 is 1.2.14.2: #i85112# defining installation pathes in scp2 2008/01/29 15:19:35 sb 1.2.14.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d51f9b75e0b61d75adef28d0b357e0b6d0fcf30e]

        INTEGRATION: CWS sb83 (1.2.14); FILE MERGED 2008/01/29 15:19:35 sb 1.2.14.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3e228220b1a3179c2873222941b42cbe01eaa8f7]

        INTEGRATION: CWS sb83 (1.3.2); FILE MERGED 2008/02/20 10:23:17 is 1.3.2.7: #i85112# defining installation pathes in scp2 2008/02/20 09:10:10 is 1.3.2.6: #i85112# defining installation pathes in scp2 2008/01/31 16:27:18 is 1.3.2.5: #i85112# basis dir below ooo dir 2008/01/30 14:00:21 is 1.3.2.4: #i85112#fix packagenames for OpenOffice packages 2008/01/30 13:13:33 is 1.3.2.3: #i85112#fix packagenames for OpenOffice packages 2008/01/30 12:54:40 is 1.3.2.2: #i85112# basis directory also for language modules 2008/01/29 15:19:34 sb 1.3.2.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3aad28fbaafb8147001df50458f9565868111940]

        INTEGRATION: CWS sb83 (1.2.14); FILE MERGED 2008/02/20 10:23:17 is 1.2.14.7: #i85112# defining installation pathes in scp2 2008/02/20 09:10:10 is 1.2.14.6: #i85112# defining installation pathes in scp2 2008/01/31 16:27:18 is 1.2.14.5: #i85112# basis dir below ooo dir 2008/01/30 14:00:20 is 1.2.14.4: #i85112#fix packagenames for OpenOffice packages 2008/01/30 13:13:33 is 1.2.14.3: #i85112#fix packagenames for OpenOffice packages 2008/01/30 09:38:53 sb 1.2.14.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2008/01/29 15:19:34 sb 1.2.14.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8f3f38ff8d9b4cacb71ee2b9fc83cd59f6762941]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/20 09:10:10 is 1.1.2.5: #i85112# defining installation pathes in scp2 2008/02/13 16:01:53 is 1.1.2.4: #i86068# brand application modules 2008/02/13 12:50:04 is 1.1.2.3: #i86068# language specific files in brand package 2008/01/30 09:38:53 sb 1.1.2.2: #i84200# dissolve source/ooo/ooobasis.scp into native121 OOo scp files 2007/12/10 15:01:24 sb 1.1.2.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6d0f39164705fa186f3630bbbb2903254f5a1c80]

        INTEGRATION: CWS sb83 (1.6.262); FILE MERGED 2008/02/21 15:24:45 is 1.6.262.2: #i85112# linux langpack 2008/02/15 11:55:35 is 1.6.262.1: #i86125# language pack support

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3f58729cfa3859ef756f33e401b491278b4b1e7c]

        INTEGRATION: CWS sb83 (1.20.14); FILE MERGED 2008/02/20 14:51:44 sb 1.20.14.5: #i84200# fixed -l switch 2008/02/06 14:22:13 sb 1.20.14.4: #i84200# further adaptions to new three-layer products; dropped unnecessary sfw stuff (already addressed via vcl RPATH) 2007/12/19 10:42:00 sb 1.20.14.3: #i84200# align with install_linux.sh in that -a can also be used for a fresh installation 2007/12/10 15:07:01 sb 1.20.14.2: #i84200# Added an -a switch to install multiple products next to each other; use sh -e for better error checking. 2007/12/03 13:33:57 sb 1.20.14.1: #i84200# Allow for multiple BASEDIRs.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dca08e99aaf97a37d81e2fb2cb26d3a5f004424d]

        INTEGRATION: CWS sb83 (1.18.36); FILE MERGED 2008/02/20 14:51:43 sb 1.18.36.4: #i84200# fixed -l switch 2008/02/06 17:10:37 sb 1.18.36.3: #i84200# further adjustments to new three-layer products 2008/02/01 13:27:23 sb 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2007/12/19 10:43:15 sb 1.18.36.1: #i84200# added --add to allow installation of (experimental) layered ure/basis/brand products

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c23b9746947d3c6d757af45cc653f7553b3f0aee]

        INTEGRATION: CWS sb83 (1.65.16); FILE MERGED 2008/03/17 08:56:10 sb 1.65.16.13: RESYNC: (1.67-1.71); FILE MERGED 2008/02/22 06:04:46 sb 1.65.16.12: RESYNC: (1.66-1.67); FILE MERGED 2008/02/20 15:47:18 is 1.65.16.11: #i85112# new style for sun directory 2008/02/20 10:28:47 is 1.65.16.10: #i85112# defining installation pathes in scp2 2008/02/11 14:19:25 is 1.65.16.9: #i85916# language pack in multilayered office 2008/02/08 11:18:21 is 1.65.16.8: #i85916# new installlocation 2008/02/08 10:05:08 is 1.65.16.7: #i85916# new installlocation 2008/02/06 14:05:12 sb 1.65.16.6: #i84200# removed no longer needed experimental basis/brand products again 2008/02/01 15:52:16 sb 1.65.16.5: #i85112# windows-specific stuff (is) 2008/01/29 15:24:38 sb 1.65.16.4: #i85112# merged in cws_src680_native121 2008/01/09 10:50:33 sb 1.65.16.3: RESYNC: (1.65-1.66); FILE MERGED 2007/12/27 12:35:06 sb 1.65.16.2: #i84200# Provide a fake basis-link for good old monolithic OOo, to keep it running for now. 2007/12/10 15:11:27 sb 1.65.16.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8b15a93e8aad753774a95b8c6e54122296ead8ab]

        INTEGRATION: CWS sb83 (1.80.8); FILE MERGED 2008/03/17 08:56:07 sb 1.80.8.6: RESYNC: (1.82-1.84); FILE MERGED 2008/02/06 14:05:12 sb 1.80.8.5: #i84200# removed no longer needed experimental basis/brand products again 2008/02/04 16:58:16 sb 1.80.8.4: #i84200# for now, there is no standalone URE for Mac OS X 2008/01/29 15:24:38 sb 1.80.8.3: #i85112# merged in cws_src680_native121 2008/01/09 10:50:30 sb 1.80.8.2: RESYNC: (1.80-1.82); FILE MERGED 2007/12/10 15:11:27 sb 1.80.8.1: #i84200# First step of basis/brand split (OOo w/o URE changed into OOo Basis).

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [55e87b6e7149bdd0bf9cf733d239231cff2c9414]

        INTEGRATION: CWS sb83 (1.3.320); FILE MERGED 2008/02/08 11:18:21 is 1.3.320.1: #i85916# new installlocation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9abf92056b42da8ea4f20a7ce65f114bdb307057]

        INTEGRATION: CWS sb83 (1.4.146); FILE MERGED 2008/02/08 11:18:21 is 1.4.146.1: #i85916# new installlocation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [580f152f8513639df6893ce21f5113c8d8d434ba]

        INTEGRATION: CWS sb83 (1.3.232); FILE MERGED 2008/02/08 11:18:21 is 1.3.232.1: #i85916# new installlocation

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2e3f8f490643d4e6289864e5309c2cde86954b13]

        INTEGRATION: CWS sb83 (1.3.412); FILE MERGED 2008/02/06 13:55:07 is 1.3.412.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cf21a4b0d3559c351ae491eb8dd225d754437e17]

        INTEGRATION: CWS sb83 (1.4.146); FILE MERGED 2008/02/06 13:55:07 is 1.4.146.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [49df3634744723f26583ecda8b015ed3eeeca966]

        INTEGRATION: CWS sb83 (1.4.444); FILE MERGED 2008/02/22 06:01:00 sb 1.4.444.2: RESYNC: (1.4-1.5); FILE MERGED 2008/01/29 15:24:38 sb 1.4.444.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [51d9627325d40073a2c94e82773d69729d69b27f]

        INTEGRATION: CWS sb83 (1.4.146); FILE MERGED 2008/02/22 06:00:57 sb 1.4.146.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/06 13:55:07 is 1.4.146.1: #i85916# INSTALLLOCATION no longer only valid path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [adabf8ed6e22a76532af3087076a87a9e6801154]

        INTEGRATION: CWS sb83 (1.3.326); FILE MERGED 2008/02/22 06:00:54 sb 1.3.326.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/06 13:55:07 is 1.3.326.2: #i85916# INSTALLLOCATION no longer only valid path 2008/01/29 15:24:38 sb 1.3.326.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4ebbfa1d9713736e804267edd0d817ccbddf2eb3]

        INTEGRATION: CWS sb83 (1.10.50); FILE MERGED 2008/03/17 08:55:57 sb 1.10.50.3: RESYNC: (1.11-1.12); FILE MERGED 2008/02/22 06:00:51 sb 1.10.50.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/29 15:24:38 sb 1.10.50.1: #i85112# merged in cws_src680_native121

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [01a83d76b8f38f58fd6dc3149ab2d8a48891bff5]

        INTEGRATION: CWS sb83 (1.4.146); FILE MERGED 2008/02/11 14:19:25 is 1.4.146.1: #i85916# language pack in multilayered office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [cc7a49823b3f83f53906f88a3cd8d9d80f7f3ba7]

        INTEGRATION: CWS sb83 (1.7.138); FILE MERGED 2008/02/11 14:19:25 is 1.7.138.1: #i85916# language pack in multilayered office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0f1dd0dc5718f26deb5fb92dcb3a7722b7a72b0e]

        INTEGRATION: CWS sb83 (1.10.114); FILE MERGED 2008/02/01 13:25:37 sb 1.10.114.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/23 15:31:12 sb 1.10.114.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f6eb05c81c610f9c5924983f35f3bdcae4be4091]

        INTEGRATION: CWS sb83 (1.35.162); FILE MERGED 2008/01/23 15:31:11 sb 1.35.162.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ec21509a051577b6aa5811c459d3bfe22618510f]

        INTEGRATION: CWS sb83 (1.5.636); FILE MERGED 2008/02/14 13:04:07 sb 1.5.636.2: #i84200# for now, move crash reporter to brand layer 2008/02/12 08:41:58 sb 1.5.636.1: #i84200# call crash_report with full path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [870bd84b9b3c90cb955bd6c3205295a673c9a99b]

        INTEGRATION: CWS sb83 (1.19.114); FILE MERGED 2008/02/01 13:25:33 sb 1.19.114.2: RESYNC: (1.19-1.20); FILE MERGED 2008/01/23 15:31:11 sb 1.19.114.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d95aa8a2e2cedbefe8d91da8e386dcd9f2ed5da2]

        INTEGRATION: CWS sb83 (1.22.34); FILE MERGED 2008/01/23 15:33:51 sb 1.22.34.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [41066c7af966c03c88f33911995454a9960a2f9a]

        INTEGRATION: CWS sb83 (1.12.34); FILE MERGED 2008/02/14 13:02:33 sb 1.12.34.1: #i84200# for now, move crash reporter to brand layer

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [2ac9d684bcf35308af506408dfddbeb13fe439b0]

        INTEGRATION: CWS sb83 (1.16.126); FILE MERGED 2008/02/14 13:02:32 sb 1.16.126.1: #i84200# for now, move crash reporter to brand layer

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c88a84b449e8bd7543854b421b38fc57649c6208]

        INTEGRATION: CWS sb83 (1.5.168); FILE MERGED 2008/02/12 08:38:34 sb 1.5.168.1: #i86002# use explicit path instead of OPENOFFICE_MOZILLA_FIVE_HOME

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1a55a8d3b593e3fcae08c583174acc06f947b6b4]

        INTEGRATION: CWS sb83 (1.10.4); FILE MERGED 2008/03/17 08:54:45 sb 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/08 16:37:52 sb 1.10.4.1: #i84200# changing LINKFLAGSRUNPATH superseded by APPnRPATH

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [258e186dd9f7e62306f722b3c455e8ea3fb0753b]

        INTEGRATION: CWS sb83 (1.20.4); FILE MERGED 2008/02/22 05:59:55 sb 1.20.4.3: RESYNC: (1.20-1.21); FILE MERGED 2008/01/21 09:13:11 sb 1.20.4.2: #i84200# support for Mac OS X 10.5 2008/01/17 08:19:40 sb 1.20.4.1: #i85264# fixed broken quoting of Solaris RPATH introduced in 1.4

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c7c6561c11c5c5f71f1639794237af94fb2e79a6]

        INTEGRATION: CWS sb83 (1.11.28); FILE MERGED 2008/01/23 11:12:44 sb 1.11.28.2: #i84200# improved previous change 2008/01/21 08:55:17 sb 1.11.28.1: #i84200# For external modules, use the install_name_tool -id feature to adapt install names of built dynamic libraries in a postprocess step.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dd16733b7bee21c13273338fae564c51ab0b95db]

        INTEGRATION: CWS sb83 (1.14.2); FILE MERGED 2008/02/12 12:45:17 sb 1.14.2.1: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d4d7d5a90b8aee18a9d1ccd84f998b202f7185a6]

        INTEGRATION: CWS sb83 (1.4.64); FILE MERGED 2008/02/12 12:45:17 sb 1.4.64.1: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [226a2259a779ce93ce73089366e77671154f99b2]

        INTEGRATION: CWS sb83 (1.3.64); FILE MERGED 2008/02/12 12:45:17 sb 1.3.64.1: #i86041# do not add Mozilla library directory to LD_LIBRARY_PATH in soffice start script

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [ddebf8293a314b79ef9f77d3418375533ce2a6f7]

        INTEGRATION: CWS sb83 (1.17.40); FILE MERGED 2007/12/10 15:12:03 sb 1.17.40.1: #i84200# First step of basis/brand split.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [06a49668b37b048762f6c0093be052687e204cff]

        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>  [dc852d4c737ad2eb21f738ef25ec858b6f279d37]

        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>  [58bc88bccf7581c23ddfb608ef609b63cc5ad4a3]

        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>  [40c3966925d000e0d9110f7224993a0af00fa56c]

        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>  [0cddf53d5910d7816c35f60a74644ff42fd33979]

        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>  [7d6c35026ff2fd79814bd839ecc7bf0bf05a4418]

        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>  [406c2d1dfe5e81f8313341c8ee6ebde98df76d45]

        INTEGRATION: CWS sb83 (1.28.4); FILE MERGED 2008/03/18 09:55:15 sb 1.28.4.4: starting .../program/soffice.bin on Mac OS X fails, but .../MacOS/soffice.bin works 2008/03/17 08:53:43 sb 1.28.4.3: RESYNC: (1.28-1.29); FILE MERGED 2008/02/11 13:42:16 is 1.28.4.2: #i85112# smoketest for layered office 2008/02/04 17:06:57 sb 1.28.4.1: #i84200# adapted to three layer office structure

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [4e7dc25833d107ea7479b26c3d5099d96c14a038]

        INTEGRATION: CWS sb83 (1.2.78); FILE MERGED 2008/02/04 16:59:34 sb 1.2.78.1: #i84200# better error detection

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9a9e6f013d7e2dfd9919c0f93c31fb2248c99abc]

        INTEGRATION: CWS sb83 (1.18.2); FILE MERGED 2008/01/14 16:37:51 sb 1.18.2.2: #i84200# For external modules, use the install_name_tool -id feature together with new EXTRPATH (similar to APP|SHLnRPATH) to adapt install names of built dynamic libraries in a postprocess step. 2008/01/14 14:12:24 sb 1.18.2.1: #i10000# merged in 1.19

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [070eeb3ec58f5520ac7e5d9691df028e8b2e391d]

        INTEGRATION: CWS sb83 (1.6.22); FILE MERGED 2008/02/01 11:02:46 sb 1.6.22.1: #i84200# added SHLnRPATH=OXT for libraries within extensions (that only link against URE libs)

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [341620341171b0ba49231b50a1939d8e2abe693a]

        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>  [0c6d923d6a758d0c34d9e058671aaa39fb5ec0b9]

        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>  [4b875d6b04d93dd924cf655e6afb89050140dcae]

        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>  [bd76e4945aa41f118efc3a72c67e6df8a16b1a79]

        INTEGRATION: CWS sb83 (1.10.32); FILE MERGED 2008/01/07 15:26:30 sb 1.10.32.1: #i84985# support multiple URLs in UNO_JAVA_JFW_USER|SHARED_DATA, ignoring all but the first

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d4e31822af121cd4c3fd2eb0b5001a46071d2e2e]

        INTEGRATION: CWS sb83 (1.21.16); FILE MERGED 2008/02/14 15:38:18 sb 1.21.16.1: #i84200# use standard OOo javavendors.xml for StarOffice, too

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [68d036e6ae10c6f33205d8ab8a2fe3a21d81f8d2]

        INTEGRATION: CWS sb83 (1.14.18); FILE MERGED 2008/02/14 15:38:18 sb 1.14.18.1: #i84200# use standard OOo javavendors.xml for StarOffice, too

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d235a7673a90fb28662232da02899f18a82629cc]

        INTEGRATION: CWS sb83 (1.7.16); FILE MERGED 2008/02/14 15:38:18 sb 1.7.16.1: #i84200# use standard OOo javavendors.xml for StarOffice, too

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [70ed307db7c14f1700effb3a7ecc3430bcd8a6b7]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/14 15:39:26 sb 1.1.2.1: #i84200# moved here from dead ../StarOffice/ sibling

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d65f042da48fd468fecc5d05352b358afabb41e1]

        INTEGRATION: CWS sb83 (1.1.2); FILE ADDED 2008/02/14 15:39:38 sb 1.1.2.1: #i84200# moved here from dead ../StarOffice/ sibling

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [86d929492aad312a89ccde7545176aa463092a5c]

        INTEGRATION: CWS sb83 (1.17.198); FILE MERGED 2008/02/22 05:56:37 sb 1.17.198.2: RESYNC: (1.17-1.18); FILE MERGED 2007/12/04 08:25:03 sb 1.17.198.1: #i84200# Compute $(prog) as $(inst) + /program.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [f697e7be0b1ec98684d0b2d0ab1606dc1b7646a3]

        INTEGRATION: CWS sb83 (1.7.36); FILE MERGED 2008/01/23 15:31:45 sb 1.7.36.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [9e2d0f6541756b79f6a4efbb406ea8f783e08947]

        INTEGRATION: CWS sb83 (1.8.36); FILE MERGED 2008/01/23 15:31:45 sb 1.8.36.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6f895e61ac7afe5cf17136ffbd6b39359852ea77]

        INTEGRATION: CWS sb83 (1.17.32); FILE MERGED 2008/02/01 13:23:37 sb 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2008/01/23 15:31:44 sb 1.17.32.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [3813a9b87235dcbf4dcecbaff8962b4e37e230e2]

        INTEGRATION: CWS sb83 (1.12.16); FILE MERGED 2008/02/12 08:36:10 sb 1.12.16.1: #i86033# call pluginapp.bin with full path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [5dee8aac0d9ea4f3c79031747862413524adacd5]

        INTEGRATION: CWS sb83 (1.8.16); FILE MERGED 2008/02/12 08:36:10 sb 1.8.16.1: #i86033# call pluginapp.bin with full path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6c1121f370898b43fb5b3acb10fc7ce5fd3950ca]

        INTEGRATION: CWS sb83 (1.4.388); FILE MERGED 2008/02/12 08:36:10 sb 1.4.388.1: #i86033# call pluginapp.bin with full path

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0efa82218eb644c94099f0f875189be11195fa54]

        INTEGRATION: CWS sb83 (1.2.48); FILE MERGED 2008/02/11 16:07:21 is 1.2.48.1: #i86012# Java GUI Installer and three layer office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0a21ba770b9799a976fe9953f5b979caca028adb]

        INTEGRATION: CWS sb83 (1.4.8); FILE MERGED 2008/02/22 05:55:23 sb 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/11 16:07:21 is 1.4.8.1: #i86012# Java GUI Installer and three layer office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c9905b3b5f45f3e8e73dc9c9dbcf1574826b2ac2]

        INTEGRATION: CWS sb83 (1.2.48); FILE MERGED 2008/02/11 16:07:20 is 1.2.48.1: #i86012# Java GUI Installer and three layer office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [dc5735b424cb0c752933706c04097a7905d3f7a1]

        INTEGRATION: CWS sb83 (1.3.4); FILE MERGED 2008/02/25 14:59:52 is 1.3.4.1: #i85112# check only in multilingual installation sets

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [d9591206dfe2f9a8650950296e8347811a97cc99]

        INTEGRATION: CWS sb83 (1.4.8); FILE MERGED 2008/02/22 05:55:16 sb 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/11 16:07:20 is 1.4.8.1: #i86012# Java GUI Installer and three layer office

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [920ca9e7dfb85f1d85e71572bb4f0f9ac44ef111]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [d6c0bc2477681c408a7d4cabc8a7432374f3a207]

        INTEGRATION: CWS sb83 (1.31.64); FILE MERGED 2008/01/23 15:32:45 sb 1.31.64.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [550a7d516842e41cd698f3ace1d15d23074808b8]

        INTEGRATION: CWS sb83 (1.4.64); FILE MERGED 2008/01/23 15:32:45 sb 1.4.64.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [8e40176c2ab103a92bdbddd75202a4fa8d6c4d41]

        INTEGRATION: CWS sb83 (1.10.100); FILE MERGED 2008/03/17 08:38:22 sb 1.10.100.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/23 15:32:44 sb 1.10.100.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [c10e875d188c680ed7d09a0f36ad19bba4fa3e4a]

        INTEGRATION: CWS sb83 (1.7.100); FILE MERGED 2008/01/23 15:32:44 sb 1.7.100.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [6dc3b0d1bae5881d08bc022336cd04ea6763d4a1]

        INTEGRATION: CWS sb83 (1.3.144); FILE MERGED 2008/01/23 15:32:43 sb 1.3.144.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [1607eebdd3df4ce77b2cc2c1f6c33805958baa36]

        INTEGRATION: CWS sb83 (1.4.144); FILE MERGED 2008/01/23 15:32:43 sb 1.4.144.1: #i84200# access files in various layers via explicit (OOO|BRAND)_BASE_DIR expansions

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [53ca21081cad4ed31bc150252895f5b0cd68a3c8]

        INTEGRATION: CWS sb83 (1.30.42); FILE MERGED 2008/03/17 08:38:02 sb 1.30.42.2: RESYNC: (1.30-1.31); FILE MERGED 2008/02/20 12:45:19 sb 1.30.42.1: #i86260#, #i86264# fixed bad uses of $ORIGIN

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [469c4331307f9d1e060a6ffce4a2451776a588e5]

        INTEGRATION: CWS sb83 (1.11.26); FILE MERGED 2008/03/17 08:34:58 sb 1.11.26.2: RESYNC: (1.11-1.13); FILE MERGED 2007/12/10 14:30:25 sb 1.11.26.1: #i84200# ooowoure-legacy_binfilters.rdb can now completely replace the original legacy_binfilters.rdb.

2008-03-18  Vladimir Glazounov  <vg@openoffice.org>  [0bd689a9f6dd5c0118eb70777f359f96f7660f35]

        INTEGRATION: CWS sb83 (1.3.26); FILE MERGED 2007/12/10 14:30:25 sb 1.3.26.1: #i84200# ooowoure-legacy_binfilters.rdb can now completely replace the original legacy_binfilters.rdb.

2008-03-17  Rüdiger Timm  <rt@openoffice.org>  [5718769fe7ce5703ce2baaef797f8fdb8fe199bc]

        #i87080# Missing comma in string constant array added (patch by tono).

2008-03-17  Rüdiger Timm  <rt@openoffice.org>  [99391a602b4b8ad14e52948164fd43c739870394]

        #i87045# Initialize variable 'bnew' to avoid compiler warning.

2008-03-14  Rüdiger Timm  <rt@openoffice.org>  [5b8cb996f4a5787d71596d40edd4ef2d579a029b]

        #i87043# Fix 'uninitialized'  warning.

2008-03-14  Rüdiger Timm  <rt@openoffice.org>  [4379f3df4e96a88b933de20e90c054c829ac765f]

        mail.pm

2008-03-14  Rüdiger Timm  <rt@openoffice.org>  [581ebcf8ce830e98dc110ae3064c70b3ee3a686f]

        #i87016# Fix 64bit build breakage (cl / pjanik)

2008-03-14  Rüdiger Timm  <rt@openoffice.org>  [c31ae5ea766881a3ec01bba9053a7a9fc04ca4d5]

        #i87015# Disregard warnings.

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [e0f76d5000892cbab299b1c1e9590596f500d882]

        #i10000# One step back, to support Hamburg environment (explicitly call mkdir.exe instead of macro MKDIRHIER).

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [4f1566bb6240c0f6902c3ae3fd690be5fef411a3]

        #i10000# Include vcl/sysdata.hxx for WNT only, as it was before CWS impresstables2.

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [54dea27b94bc813a7c97f0cf860a10a94e82c004]

        #i10000# No UPD in library names any more.

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [271349ba0fc057b42f8ad9029ab622a7bff13b56]

        #i10000# 'Beta' added at even more places.

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [dd3171340f843492844870bf95fdb19eada06d42]

        #i10000# Apply change of CWS impreesstables2 to changes from m2 (CWS swnewlistlevelattrs_DEV300).

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [b4f3a73ecb2e40e99b37810b5d27ae40a16a3168]

        #i10000# 'SfxObjectShell* pPersist' replaced with '::comphelper::IEmbeddedHelper* pPersist'.

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [4d3e620f8057491ab6748fcf1932fec9011f051a]

        #i10000# Change 'Execute' from USHORT to short (see change in VclAbstractDialog::Execute by CWS impresstables2).

2008-03-13  Armin Weiss  <aw@openoffice.org>  [bb2e524fed39bf1dc9d8adaa86511816f8170e13]

        #i39532# diverse support for chart2

2008-03-13  Rüdiger Timm  <rt@openoffice.org>  [2145488ff3217b40dc49069d4d91b399c579c3bc]

        #i10000# Duplicate entries removed.

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41d1cb6bebbbd53994e35dedc3cea9948e5dc10d]

        #i10000# No UPD in library names any more.

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25e6d9bfe6ee7145faf96dfff036b6cb606d890d]

        #i10000# Typo fixed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [80605a51734bc155315e9b9982ee8a8da2557e06]

        #i10000# Typo corrected.

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78f1c1d48f14de3c0e86a8692e930b4b4626000c]

        DEV300

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c80b95652373dc7c0caae66eee1bf20fe6053b4]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/03/11 18:13:16 cl 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/13 11:30:15 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a26229351854eab8f9a193a4c27932d1d007c9c6]

        INTEGRATION: CWS impresstables2 (1.20.18); FILE MERGED 2008/02/13 11:36:42 cl 1.20.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f92fa23cf19457b4d8e75741981e133e12c339d5]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/03/11 18:12:24 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 11:36:53 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b28258eb9e21968506324c442ef02f632df3a131]

        INTEGRATION: CWS impresstables2 (1.2.382); FILE MERGED 2008/02/22 23:37:11 cl 1.2.382.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd861acc3591a9a04af0b2fcc02cfa48a553aa80]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:37:11 cl 1.5.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2a4b69391f888ad113afea4b10166600dab49426]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:11 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b5c992d49dffdcf1db86ba100c04b91d801776cc]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/22 23:37:11 cl 1.3.230.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:27 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b3bac33e1b0017e97f8c057de75660d4a98c13bf]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:27 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b0982f4d713025e4ca61d990ea55dd43fb3b086]

        INTEGRATION: CWS impresstables2 (1.4.16); FILE MERGED 2008/02/22 23:37:11 cl 1.4.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9536ab5ad45266d1ab17992dd5f0c3298f74257a]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/22 23:37:09 cl 1.8.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a8b4487d96c88a5991dfaed033f101ca63c50eff]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:37:09 cl 1.6.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64268a1bc04ac7cf85537b689f9aff20a99e9db2]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:37:09 cl 1.6.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4be001a29d372a7b528f0399026148f6c2896d8]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 11:17:25 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [07b5075d52143330f835ac9ed774b75a0097629d]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:37:09 cl 1.4.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a5f0f64cf4391b06b49fc72ef3fd85c100bf10dd]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:09 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [30ad0d87bafeea33831480995d7609c046232735]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:09 cl 1.7.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4655c2e1e4a056860c2e64d0abc59777e0800fd6]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:25 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8fbf44ef939452d6c8edba5aa27aebe51e49e3b8]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:25 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [091a21869c1d25fb6931a5dcd97636d9b1b47265]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:25 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9036cd8a136609dc0a72ae6f859489898d1dfe42]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:25 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d1cc74253273b0a9faaa9d07a9a96a96ec498bfb]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:09 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [094c9660878dd2372f92c789b392f0b0e1c3b92e]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 11:17:25 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bf6fde317763d2ec98612bfef7f1c392b7ed32ef]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:37:09 cl 1.6.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [db73f49e08217f3335e30e342b4477946062bc75]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:09 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [03e8c84b3d5f9934cb6c3bae108be14d5720c48a]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 11:17:25 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d11ed198b8d8ecb90c0983c7d787629fe46c54df]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:37:09 cl 1.4.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bf721056c6a8447fe51015be76aa37499503a57f]

        INTEGRATION: CWS impresstables2 (1.6.92); FILE MERGED 2008/02/22 23:37:09 cl 1.6.92.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.6.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f428f1d3b027786ff0cf553700f72a9ab3734861]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:37:09 cl 1.5.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [052786484e409b8d1a7bb3f5ede116b0e329cbf7]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:25 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8283b0ad2515dc52ba430f37b7532fee36197251]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:37:09 cl 1.7.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:25 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bd91a20ed573dcb33e5d09cdc48fa1fcd3e92010]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:09 cl 1.7.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [666f510f2c0a4dd264902ea7080d457dfec5ded3]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:24 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df7e553d8128abd390f6df911f98db54365e650e]

        INTEGRATION: CWS impresstables2 (1.6.92); FILE MERGED 2008/02/13 11:17:24 cl 1.6.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71f55740b402e6002a98306f1d129c4a9cbe14da]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/22 23:37:09 cl 1.8.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [37a7102425fd074be8bbb0be8c08b1355aab77f1]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:37:09 cl 1.9.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e266168c14ff2aa01b9f0dd309f7987c53e9372c]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/22 23:37:08 cl 1.4.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb582a682835697a11a87617abf2893dc56bc148]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:08 cl 1.7.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:24 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3d12286ea09a505229146685606b7fcdf1a47558]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:08 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:24 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5eef31464c2964b88c9c36a1868bd158555550b2]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:08 cl 1.7.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4a8e55cffa2cb6b3dcdc30f072fad18c2a6140a2]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:08 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ddac1a679cfe360cb82135da257b8fee0290046]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:37:08 cl 1.5.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [212754f7acd80d4198e6b6371628ccd1840ae8d9]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:24 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4b094007c4a39702cc12bee88ea7b3832d107f9]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:37:08 cl 1.9.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca5fc2bcbe67a8ddc2faf9a1e52c4761c297c135]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:08 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6588b0a9930c17992e60e1d3e430996ca58d3805]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:24 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [05478833814db7806f70dbed11e8f0ea3a693984]

        INTEGRATION: CWS impresstables2 (1.8.92); FILE MERGED 2008/02/13 11:17:24 cl 1.8.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f29624f978e6ee8b446baa1204cad306d892e47b]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:37:08 cl 1.6.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [545056827504d603a1a84746713d727b3647a663]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:08 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8c7aa7ee5018d8e5ab8d6eaf1fb54df5d5cea53c]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:24 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4630df84622932eea9f03714aab271c56525da38]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 11:17:24 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a7ee087fdf219bba5a0a9e9d371bf7b7ee6b4d8f]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/22 23:37:08 cl 1.7.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:24 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ab11ef01137cb8fd9fe169abf0b412d05d87381]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/13 11:17:24 cl 1.4.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e8763f45f0b0e31b1b565680a2188e0696f39abd]

        INTEGRATION: CWS impresstables2 (1.7.92); FILE MERGED 2008/02/13 11:17:24 cl 1.7.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cf2e13c3a9f53e932683fcfdfde9c6e74cd13b1f]

        INTEGRATION: CWS impresstables2 (1.5.230); FILE MERGED 2008/02/13 11:17:24 cl 1.5.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b3c7333cbf18ab352a342c3d20f7a79d050180a7]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:37:08 cl 1.6.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:24 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ee20ad593df0b4dafe95e95a3db567838f5e32ea]

        INTEGRATION: CWS impresstables2 (1.4.16); FILE MERGED 2008/02/13 11:17:24 cl 1.4.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da374f3837a451f90e410cc9a8816f45456df387]

        INTEGRATION: CWS impresstables2 (1.9.104); FILE MERGED 2008/02/22 23:37:08 cl 1.9.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [26c2aa7bda0b56d5b3de584ae0798d007d887cde]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:37:08 cl 1.5.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64fb1842af6007446cd5d9d205cffef5ad838280]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:24 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f1719948c5612610dbb386115ecd800b3d9e9856]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:37:08 cl 1.7.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:23 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df066a2ea0cc37b61847ac90507e3d20e9153807]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:23 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8dea74ec7c2b4619fd45c8fa6268a30a2a4b2139]

        INTEGRATION: CWS impresstables2 (1.8.16); FILE MERGED 2008/02/13 11:17:23 cl 1.8.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dee13dea6c1804da0e65a0981f89f0efb670a6e8]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/13 11:17:23 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [99fb0e7dfcdc2fb3ee478ca0d61557d61bb9bbdc]

        INTEGRATION: CWS impresstables2 (1.14.4); FILE MERGED 2008/02/22 23:37:08 cl 1.14.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:23 cl 1.14.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [acfcac4c79d7291aa53c6c1aa3dfba3a40a408f2]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:37:08 cl 1.5.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e0900a732ef34ff3a11034ecca99e9f35f01023]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:37:08 cl 1.6.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:23 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b6e4abff7714a7421b73844c1e46cb7772154d1a]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/22 23:37:08 cl 1.9.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fec637ac1c22a4a9b1f2ef9a6db78df13bf33cba]

        INTEGRATION: CWS impresstables2 (1.6.92); FILE MERGED 2008/02/13 11:17:23 cl 1.6.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0dd72acf5da0f47115dc8d881aac611829d91c07]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/02/13 11:17:23 cl 1.6.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bda709c7581b6fcfb3076e0a6d9f2fedcabbf043]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/22 23:37:08 cl 1.3.230.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c39945a5a7548294d97b62b3a74186156e0318e8]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 11:17:23 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb15663eb1c4f5c1d3534055d7bd9caf9da0be42]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:08 cl 1.7.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:23 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28efab0465cdf76843b5546c11842966d541df55]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/22 23:37:08 cl 1.4.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b62d1f187f44178da9a61808f1668c7a94ea20bc]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:20 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c42da53375ae8f92037c9f87dd8c6a0f56f8e01f]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:20 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b8eacf297c1d6400c29d177a8b3018bc59cca5f1]

        INTEGRATION: CWS impresstables2 (1.4.16); FILE MERGED 2008/02/13 11:17:20 cl 1.4.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d6cc82b4e48669f5306d437288afaddb0ee76977]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:05 cl 1.7.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2e5558bc258d7425da58a715506adbdc2788f25f]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:05 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b75c33237fa690c0d6403b09adb89602b37cf4d9]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/22 23:37:05 cl 1.6.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c35b2f544c55bff0fa40a1995ce14a041885e099]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:20 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3d7b5b443a491a607497b926be004f05164f2c76]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:05 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:20 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3940f44210a26a36b674d0fb4b55f737a9de3191]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:05 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:20 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9be58c377c47546582730cbb4cfeffe31019425b]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:19 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43bcf71a09819162bd5ac584c3000702da4e7d13]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:19 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7bc4a83e23e23d88ce2dde720a0b06fc2585489e]

        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>  [3d47436437977b8d316867584947ecdd30bcb84d]

        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>  [e1127bb75d8e30a8d1336b825be413863e77780f]

        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>  [d3b9f7d614c47ab64ce17cf5a8a73cd480542cc4]

        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>  [b33e5032d546cfcf1848ab7f06863dd737692155]

        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>  [66b0f154bee81750dadd3e27fe8faa1d54a74d48]

        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>  [ce897c7194fc780412419ba92bea5fd69d07ea55]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:19 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da049f9b92c692c603f49317ba999a22979c0863]

        INTEGRATION: CWS impresstables2 (1.71.62); FILE MERGED 2008/03/11 19:31:55 cl 1.71.62.3: RESYNC: (1.72-1.73); FILE MERGED 2008/01/30 13:29:29 cl 1.71.62.2: RESYNC: (1.71-1.72); FILE MERGED 2007/10/12 12:26:02 cl 1.71.62.1: #i68103# SfxStyleSheetBase does not support Erase anymore -> Remove

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc2e734f81e2ab05a5bc560068e1fb87b3619b73]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:19 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [81127c660eaddf47b5d96a97a74a11ddc8d675fe]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 11:17:19 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [60fcac278206b9135bc5a93922192db30e7cd0d8]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:37:05 cl 1.4.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:19 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [54e083c197e7b5f2d5cd4f3894c0cb6666614f57]

        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>  [5c275369c64f5ae7ee434b55ed451d8de67ec379]

        INTEGRATION: CWS impresstables2 (1.12.4); FILE MERGED 2008/02/22 23:37:05 cl 1.12.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:19 cl 1.12.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [69660d70cd5c9a528b937164724829e311533dcf]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:19 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [db5e4d49a9b6a934326226c6603b08f914ed7c04]

        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>  [8100c369e34ecfa2c5c0bfad03e8e8eb72faf22f]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:05 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b89a0040eb2cd2a5fdcbaa579d5b1d0b155c8fc6]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 11:17:19 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc59dad62116aaf9469c8e57db09d5ae865d9b27]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:05 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0e7302308afa482ffef274341b7924abf034058b]

        INTEGRATION: CWS impresstables2 (1.37.38); FILE MERGED 2008/02/24 00:24:53 cl 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2008/02/20 17:04:33 cl 1.37.38.1: #i68103# use rtf as default paste format for drawing tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [13208f7bc499d2680ef2ac7114eef76fe32521ae]

        INTEGRATION: CWS impresstables2 (1.35.64); FILE MERGED 2008/01/30 13:28:19 cl 1.35.64.3: RESYNC: (1.36-1.37); FILE MERGED 2007/08/01 22:51:57 cl 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2007/07/26 21:40:58 cl 1.35.64.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aead12449dd890a474349b3ed48e37d0f720320e]

        INTEGRATION: CWS impresstables2 (1.39.66); FILE MERGED 2008/02/20 17:53:16 cl 1.39.66.3: RESYNC: (1.40-1.41); FILE MERGED 2008/01/30 13:28:26 cl 1.39.66.2: RESYNC: (1.39-1.40); FILE MERGED 2007/07/26 21:40:58 cl 1.39.66.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [617c9ef2177b9fab1a4ae77cea97a9930eacb837]

        INTEGRATION: CWS impresstables2 (1.8.104); FILE MERGED 2008/02/22 23:37:05 cl 1.8.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:19 cl 1.8.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [281873be2b32837ac7f14f08ed532c0b415ea0f3]

        INTEGRATION: CWS impresstables2 (1.21.40); FILE MERGED 2007/07/30 14:39:33 cl 1.21.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c5501cea44b0d489409d7f4d047052e6d3dc0c7e]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 11:17:19 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [23cc750488293493cd9813812e076c63a40aa478]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2007/07/30 14:39:33 cl 1.7.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [622728bf38a41cb2a2a245120b5ac3fbe5f4884f]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:19 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a240b5fc03ac21e7f54124739f4c103d8fbd2c40]

        INTEGRATION: CWS impresstables2 (1.103.54); FILE MERGED 2008/03/11 19:24:07 cl 1.103.54.6: RESYNC: (1.110-1.111); FILE MERGED 2008/02/20 17:53:30 cl 1.103.54.5: RESYNC: (1.109-1.110); FILE MERGED 2008/01/30 13:28:22 cl 1.103.54.4: RESYNC: (1.108-1.109); FILE MERGED 2008/01/02 11:15:42 cl 1.103.54.3: RESYNC: (1.107-1.108); FILE MERGED 2007/08/01 22:50:11 cl 1.103.54.2: RESYNC: (1.103-1.107); FILE MERGED 2007/07/26 21:40:58 cl 1.103.54.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4d159c2d16823aeac30bfb70ac92df7717eac49]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:05 cl 1.7.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:18 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [53a9c69d33105a336bce99a10d238818b4d982d4]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:18 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bfc11fdc382ed7da38469fc2d8f3e5b1444fe3a7]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 11:17:18 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [834227a7db532f0755a709003dc47c674445ef9b]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2007/07/26 21:40:57 cl 1.7.40.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d5a369dc5802c16060e8c46c789f1a403d0ce066]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:18 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bcda9c6a377898e1193e68b3877ba5ebb4507844]

        INTEGRATION: CWS impresstables2 (1.6.158); FILE MERGED 2008/02/22 23:37:05 cl 1.6.158.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:18 cl 1.6.158.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cce32023cbf44de24cda5775e5151f5cffb114cc]

        INTEGRATION: CWS impresstables2 (1.8.40); FILE MERGED 2007/07/26 21:40:57 cl 1.8.40.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [21854a420c1718c7e9383528c5e93a5c94437b78]

        INTEGRATION: CWS impresstables2 (1.5.6); FILE MERGED 2008/02/13 11:17:18 cl 1.5.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6efb608ccd51284b5f2075d9205e2d9b87ce83d2]

        INTEGRATION: CWS impresstables2 (1.12.54); FILE MERGED 2007/10/15 10:29:02 cl 1.12.54.1: #i68103# changed return type of Execute()

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a1977218b18cea9d919ccd4a91b6736960f4b21]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:18 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4f6d75cbb13dab416fc8d52bda4c71ba64022ba]

        INTEGRATION: CWS impresstables2 (1.66.34); FILE MERGED 2008/03/11 19:28:01 cl 1.66.34.2: RESYNC: (1.66-1.67); FILE MERGED 2008/01/01 18:43:37 cl 1.66.34.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [16c844287b010cf3f6f72b4a2f01e4059f85ae3a]

        INTEGRATION: CWS impresstables2 (1.59.40); FILE MERGED 2008/03/11 19:28:09 cl 1.59.40.3: RESYNC: (1.60-1.61); FILE MERGED 2008/02/20 17:52:59 cl 1.59.40.2: RESYNC: (1.59-1.60); FILE MERGED 2007/07/30 14:39:33 cl 1.59.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e1dba61b77a8ab503a145dcbc4fa102a591a122]

        INTEGRATION: CWS impresstables2 (1.4.16); FILE MERGED 2008/02/13 11:17:18 cl 1.4.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45580d23339029b4a902595db661faed0e3b6398]

        INTEGRATION: CWS impresstables2 (1.12.40); FILE MERGED 2007/07/30 14:39:32 cl 1.12.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [39569cb38db02e6377b9c15a4181d21ac20e0c1c]

        INTEGRATION: CWS impresstables2 (1.15.40); FILE MERGED 2007/07/30 14:39:32 cl 1.15.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8332c5d5dc37b34975df333f4d71c9acb5c80e6b]

        INTEGRATION: CWS impresstables2 (1.44.40); FILE MERGED 2007/07/30 14:39:32 cl 1.44.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71f8463f33ad0dc29017592ca1ffa33a5e91db10]

        INTEGRATION: CWS impresstables2 (1.5.16); FILE MERGED 2008/02/13 11:17:18 cl 1.5.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4db36ca480b7f92da354bb353bdb88d3c0a079ab]

        INTEGRATION: CWS impresstables2 (1.15.58); FILE MERGED 2007/07/30 14:39:32 cl 1.15.58.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [97fc36c174e2de94a6eac0fce99061a94c343ba6]

        INTEGRATION: CWS impresstables2 (1.27.58); FILE MERGED 2007/07/30 14:39:32 cl 1.27.58.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [14a41a4f4a1ad08f13f028153fb25b0c5d0098ff]

        INTEGRATION: CWS impresstables2 (1.10.58); FILE MERGED 2007/07/30 14:39:32 cl 1.10.58.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3159b96692a4c8e0f2cef3e093b2e57d29e69595]

        INTEGRATION: CWS impresstables2 (1.9.40); FILE MERGED 2007/07/30 14:39:32 cl 1.9.40.1: fixed namespace errors

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [032fce8a509ba801d39ef64473ab7aca6e6beffa]

        INTEGRATION: CWS impresstables2 (1.17.22); FILE MERGED 2008/03/11 19:24:11 cl 1.17.22.5: RESYNC: (1.21-1.23); FILE MERGED 2008/02/20 17:53:06 cl 1.17.22.4: RESYNC: (1.20-1.21); FILE MERGED 2007/10/12 02:32:25 cl 1.17.22.3: RESYNC: (1.19-1.20); FILE MERGED 2007/08/01 22:27:24 cl 1.17.22.2: RESYNC: (1.17-1.19); FILE MERGED 2007/07/26 21:40:57 cl 1.17.22.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b099ccbfdf075f3685f5b819968f740539ec9cbf]

        INTEGRATION: CWS impresstables2 (1.4.408); FILE MERGED 2007/07/26 21:40:57 cl 1.4.408.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3850a5929472c548dd6e6d112f06a9f00c458970]

        INTEGRATION: CWS impresstables2 (1.16.68); FILE MERGED 2007/07/26 21:40:56 cl 1.16.68.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f09b3829d76c730b15cbcb1c37d02c4fcaae3ec2]

        INTEGRATION: CWS impresstables2 (1.6.200); FILE MERGED 2007/07/26 21:40:56 cl 1.6.200.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [351377566a969c48ce91861478346e027d47449e]

        INTEGRATION: CWS impresstables2 (1.3.104); FILE MERGED 2008/02/13 11:17:18 cl 1.3.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e225813ed45fcec2732ee629b64733630a2ac677]

        INTEGRATION: CWS impresstables2 (1.3.406); FILE MERGED 2007/07/26 21:40:27 cl 1.3.406.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc2169742f42ec0258d258c9dd671e68e45cf796]

        INTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED 2007/07/26 21:40:27 cl 1.4.40.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85d2461226e0d2a5a8f1636e9fff567082f7ad0b]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 11:17:18 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a3b57eb667c2ac9d7be39366069f0252b80874bb]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:05 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:18 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e032429863d671bd8f6801dab0dafb8bc867d54b]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:37:05 cl 1.7.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:18 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a671c5ddcf1052b8670b5cb74ecbdc7b6899c9d5]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 11:17:18 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [36c8e0cc0eaad7d6c8a88864de9f7872527fdd47]

        INTEGRATION: CWS impresstables2 (1.6.16); FILE MERGED 2008/02/22 23:37:05 cl 1.6.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ea1c0b15f548cdd6ed9977758b1ef3e56e8eff5b]

        INTEGRATION: CWS impresstables2 (1.4.6); FILE MERGED 2008/02/13 11:17:17 cl 1.4.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9dbe6a19be5a55a03320c3f177bb851044e2e992]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:37:05 cl 1.7.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72865d95214357d86ab2a7a3dfd86b6a44218714]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:05 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8afad1be231d01d7d40ad73c243ed4e4c72f8d31]

        INTEGRATION: CWS impresstables2 (1.9.78); FILE MERGED 2008/02/22 23:37:05 cl 1.9.78.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:17 cl 1.9.78.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb5652491ce43792dd65b0ac50ae35ef323ee3bf]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:05 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [29cbe43afd4c95cf04da86e1c5786edda19452f5]

        INTEGRATION: CWS impresstables2 (1.6.98); FILE MERGED 2008/02/22 23:37:05 cl 1.6.98.6: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:17 cl 1.6.98.5: merged svtools in and stripped 2008/01/30 13:21:13 cl 1.6.98.4: RESYNC: (1.8-1.9); FILE MERGED 2007/12/01 19:17:29 cl 1.6.98.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/01 12:40:14 cl 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:16:15 cl 1.6.98.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cc0f7638caa4c9383b460c5672b1ce95cd23979]

        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>  [cdf90701797951e17e78ebc92444f67132288ebe]

        INTEGRATION: CWS impresstables2 (1.7.86); FILE MERGED 2008/02/13 11:17:17 cl 1.7.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7c03ed3904a9f199e69696d5fa15de146f649e44]

        INTEGRATION: CWS impresstables2 (1.9.16); FILE MERGED 2008/02/22 23:37:05 cl 1.9.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f1ec687efb65c0f256fa87b46f7d155f95135a12]

        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>  [5420fbd0d722754e4e01e48d661f0ee082caef56]

        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>  [f13dba1b0c184d25cbec5f60a26efb5462397fe9]

        INTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED 2008/02/13 11:17:17 cl 1.4.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ecb67c593fdda4daebacff96a83a1db8e5fe6b4c]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:17 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b6d09bbb1648bc01df31daa4603db20b2ed736ef]

        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>  [af12b76377063d7e919e54f64af686365b6195ad]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:17 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [276e022262b9979b1962f9e7fa10968c24135732]

        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>  [3d76d92632df800aa59da1043dc32b8dc43eb8e9]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:17 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [24a1f1637e8e6f9ac312ce4434f7cdb86d9b3e02]

        INTEGRATION: CWS impresstables2 (1.5.16); FILE MERGED 2008/02/13 11:17:17 cl 1.5.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd8592ba428658b7f97f1d7716b1ef59d41d37bc]

        INTEGRATION: CWS impresstables2 (1.2.30); FILE MERGED 2007/07/26 22:11:25 cl 1.2.30.1: worked on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [75e699bae34a3dc85441bffb1f2a3505f9c5abe5]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:17 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d88e4c25ca35f122f8b8adb01d4a58069da4886a]

        INTEGRATION: CWS impresstables2 (1.4.16); FILE MERGED 2008/02/13 11:17:17 cl 1.4.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a8aa17887095a1f43d5198d3fe3c3283084041de]

        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>  [46e497ef1ed01178c7d1256b861be09bf1c4f16c]

        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>  [87396072d9e33a1586eebc1520be81949ac4cb9a]

        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>  [1ed8e752764e77da7b5c0339f32a05ec276d870c]

        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>  [60444e6b5aaf9f813f19e752c7fc93d52f974623]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:17 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [100df996a332059870017cfa4a5643bdde4ff70a]

        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>  [777d9a1a9ec08d4bb4559d49ac8d12c1802124ad]

        INTEGRATION: CWS impresstables2 (1.5.86); FILE MERGED 2008/02/13 11:17:17 cl 1.5.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d7a20eeffc9376b4b32f05474f33f757395e1bd]

        INTEGRATION: CWS impresstables2 (1.5.16); FILE MERGED 2008/02/13 11:17:16 cl 1.5.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9759de869da17bb7db321966abafa91dad1a685b]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:16 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6586e9546efb4387e52d9f31eedc53def0a61168]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 11:17:16 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d242df51c4a60eaa4336831b3a65943602cd1bf5]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 11:17:16 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4007aa41999deb5338c715a6867a5797c9f2896]

        INTEGRATION: CWS impresstables2 (1.8.54); FILE MERGED 2007/06/27 16:27:54 cl 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/20 09:49:03 cl 1.8.54.1: fixed a namespace clash

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45268e62afcd2a822474b34de3073e8f126ce2ba]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:16 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [222dab1039ac35e87a5ace27a5b76b1d0ee7752b]

        INTEGRATION: CWS impresstables2 (1.61.112); FILE MERGED 2008/03/11 19:19:02 cl 1.61.112.3: RESYNC: (1.62-1.65); FILE MERGED 2007/12/01 19:23:22 cl 1.61.112.2: RESYNC: (1.61-1.62); FILE MERGED 2007/10/15 11:35:02 cl 1.61.112.1: #i40844# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [abeab55c91724e94e9657016a308fbf6b7af0dbb]

        INTEGRATION: CWS impresstables2 (1.12.400); FILE MERGED 2007/10/12 00:42:11 cl 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 14:24:25 cl 1.12.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46de45bd073c9b183aa9b094a6120b0f4692b5de]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 11:17:16 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [16751367b6ad3674cf14b3b6f12e5ca3466d29c4]

        INTEGRATION: CWS impresstables2 (1.26.120); FILE MERGED 2007/12/01 19:23:16 cl 1.26.120.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/12 00:39:17 cl 1.26.120.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 14:23:37 cl 1.26.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [edcaf034c6166fd478c89b8aa72deb1c270ce178]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/22 23:37:05 cl 1.3.230.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:16 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [37940f0b7267c0040baec3d8b9c497148d56e4b8]

        INTEGRATION: CWS impresstables2 (1.7.120); FILE MERGED 2007/10/12 00:38:32 cl 1.7.120.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 14:23:37 cl 1.7.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7a22689615590136adc03d6eb31d3b9e8437ab12]

        INTEGRATION: CWS impresstables2 (1.36.82); FILE MERGED 2007/12/01 19:23:13 cl 1.36.82.3: RESYNC: (1.37-1.38); FILE MERGED 2007/10/12 00:37:05 cl 1.36.82.2: RESYNC: (1.36-1.37); FILE MERGED 2007/10/11 14:23:37 cl 1.36.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ef5e83365cdbb06ba1ef4f634ad04d07f80e809]

        INTEGRATION: CWS impresstables2 (1.10.400); FILE MERGED 2007/10/12 00:36:41 cl 1.10.400.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:23:37 cl 1.10.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c39927385929385d072cf62ecd9885e1dad457ca]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:37:05 cl 1.6.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:16 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0e1b7393457742774c29435cf5ff39da981b5fd2]

        INTEGRATION: CWS impresstables2 (1.37.82); FILE MERGED 2008/03/11 18:51:43 cl 1.37.82.3: RESYNC: (1.38-1.39); FILE MERGED 2007/10/12 00:34:37 cl 1.37.82.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/11 14:22:52 cl 1.37.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4a8d4183fcbbb5d5bc6f577b4688eb0daf0c3da]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/22 23:37:05 cl 1.9.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [280f616662af71ddc9f8ef483114e63ea06992d9]

        INTEGRATION: CWS impresstables2 (1.10.400); FILE MERGED 2007/10/12 00:34:31 cl 1.10.400.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:22:52 cl 1.10.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2003e6219c683131c15a4cf018087bd91890fe67]

        INTEGRATION: CWS impresstables2 (1.10.60); FILE MERGED 2007/10/12 00:34:15 cl 1.10.60.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:22:52 cl 1.10.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e22f9fecd6ab30341a527ba68bca2fd589004dde]

        INTEGRATION: CWS impresstables2 (1.6.400); FILE MERGED 2007/10/12 00:33:58 cl 1.6.400.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 14:22:52 cl 1.6.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fe6e16f558588bcc3a92ae05bc3505c186d11547]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:37:05 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5841c556cfa93fba1aaf194bb5d883e295bac805]

        INTEGRATION: CWS impresstables2 (1.7.400); FILE MERGED 2007/12/01 19:23:11 cl 1.7.400.3: RESYNC: (1.8-1.9); FILE MERGED 2007/10/12 00:33:52 cl 1.7.400.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 14:22:52 cl 1.7.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7c769fa2f8a7a68918506f71de742a46c6b7d40c]

        INTEGRATION: CWS impresstables2 (1.56.20); FILE MERGED 2008/03/11 18:51:37 cl 1.56.20.7: RESYNC: (1.60-1.61); FILE MERGED 2008/03/06 18:17:18 cl 1.56.20.6: fixing merge errors 2008/02/20 17:47:39 cl 1.56.20.5: RESYNC: (1.59-1.60); FILE MERGED 2008/01/30 13:23:15 cl 1.56.20.4: RESYNC: (1.58-1.59); FILE MERGED 2007/12/01 19:23:08 cl 1.56.20.3: RESYNC: (1.57-1.58); FILE MERGED 2007/10/12 00:33:27 cl 1.56.20.2: RESYNC: (1.56-1.57); FILE MERGED 2007/10/11 14:22:52 cl 1.56.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f21ec7a8f41435c58fccadad18759f639e4db8dd]

        INTEGRATION: CWS impresstables2 (1.77.34); FILE MERGED 2008/03/11 18:50:32 cl 1.77.34.4: RESYNC: (1.80-1.82); FILE MERGED 2007/12/01 19:23:05 cl 1.77.34.3: RESYNC: (1.78-1.80); FILE MERGED 2007/10/12 00:31:21 cl 1.77.34.2: RESYNC: (1.77-1.78); FILE MERGED 2007/10/11 14:21:51 cl 1.77.34.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9ec1be03f44b54421cd07088671bd98277551391]

        INTEGRATION: CWS impresstables2 (1.22.60); FILE MERGED 2008/02/24 00:23:03 cl 1.22.60.3: RESYNC: (1.23-1.24); FILE MERGED 2007/10/12 00:31:14 cl 1.22.60.2: RESYNC: (1.22-1.23); FILE MERGED 2007/10/11 14:21:51 cl 1.22.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c77bbeaba4b78226af0ffe109deb334a32f86221]

        INTEGRATION: CWS impresstables2 (1.53.20); FILE MERGED 2008/03/11 18:50:21 cl 1.53.20.3: RESYNC: (1.54-1.56); FILE MERGED 2007/10/12 00:30:47 cl 1.53.20.2: RESYNC: (1.53-1.54); FILE MERGED 2007/10/11 14:21:51 cl 1.53.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6b031e46bc6092a0241a4523cb09c228fe0944c]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:16 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48aa4ce24823568ebfb7153c99ba4b8bdf562dff]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:37:05 cl 1.5.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5a1538b252565e63aa091bb44e06af3066a570fa]

        INTEGRATION: CWS impresstables2 (1.6.112); FILE MERGED 2007/10/15 11:32:06 cl 1.6.112.2: #i40844# moved split table dialog to svx 2007/10/11 14:20:42 cl 1.6.112.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8b99361a42ae3f11bd5fbc7953d82c2961b853e1]

        INTEGRATION: CWS impresstables2 (1.16.110); FILE MERGED 2007/10/12 00:27:45 cl 1.16.110.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 14:20:59 cl 1.16.110.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df460f2dbfe5aa9a07f106d429997bf2f2c81603]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:05 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:16 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da79afdaa7d1fdcb11ed7347fed11e759c0fd285]

        INTEGRATION: CWS impresstables2 (1.55.2); FILE MERGED 2008/03/11 18:50:13 cl 1.55.2.5: RESYNC: (1.59-1.60); FILE MERGED 2008/01/30 13:23:11 cl 1.55.2.4: RESYNC: (1.58-1.59); FILE MERGED 2007/12/01 19:23:01 cl 1.55.2.3: RESYNC: (1.56-1.58); FILE MERGED 2007/10/12 00:26:14 cl 1.55.2.2: RESYNC: (1.55-1.56); FILE MERGED 2007/10/11 14:18:40 cl 1.55.2.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a0958cbd9c1709184de728a0712626a8267997bf]

        INTEGRATION: CWS impresstables2 (1.11.400); FILE MERGED 2008/03/11 18:50:16 cl 1.11.400.3: RESYNC: (1.12-1.13); FILE MERGED 2007/10/12 00:25:38 cl 1.11.400.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/11 14:18:40 cl 1.11.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [861a6361c46caba6ca3bf3a29c5efdf25cbf4a09]

        INTEGRATION: CWS impresstables2 (1.42.118); FILE MERGED 2007/10/15 11:31:43 cl 1.42.118.3: #i68103# fixed merge error 2007/10/12 00:25:32 cl 1.42.118.2: RESYNC: (1.42-1.43); FILE MERGED 2007/10/11 14:18:10 cl 1.42.118.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f3a48b4416861a724bce5d460db9769c47032a89]

        INTEGRATION: CWS impresstables2 (1.18.326); FILE MERGED 2007/10/11 14:18:40 cl 1.18.326.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c15e635593f7d1ae8519f8694c59c283d40fdb7]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:16 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c9d50d0bdbff1c3d84de2290a342f5e96b3986cb]

        INTEGRATION: CWS impresstables2 (1.14.82); FILE MERGED 2007/10/12 00:23:49 cl 1.14.82.2: RESYNC: (1.14-1.15); FILE MERGED 2007/10/11 14:18:39 cl 1.14.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [acb933758a3c683658f54b320b9cf21fc38f3878]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:37:04 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f2dfc8d64f451e9bdc2a54ea00ab966645104f40]

        INTEGRATION: CWS impresstables2 (1.30.120); FILE MERGED 2007/10/12 00:23:03 cl 1.30.120.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 14:17:19 cl 1.30.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [469a951a058d93dd7f0fe52d95bd2d65b692e051]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:15 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b035fd776f37b4ff2425e9d156af6795d116a3ca]

        INTEGRATION: CWS impresstables2 (1.17.120); FILE MERGED 2007/10/12 00:20:57 cl 1.17.120.2: RESYNC: (1.17-1.18); FILE MERGED 2007/10/11 14:16:59 cl 1.17.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48a13b1eb5653a01408f762a96223b1071245585]

        INTEGRATION: CWS impresstables2 (1.46.80); FILE MERGED 2007/10/12 00:18:58 cl 1.46.80.2: RESYNC: (1.46-1.47); FILE MERGED 2007/10/11 14:16:59 cl 1.46.80.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f470ba441bb5b9d1575f971b59706ff7d44f7e9e]

        INTEGRATION: CWS impresstables2 (1.5.78); FILE MERGED 2008/02/13 11:17:15 cl 1.5.78.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [543fec138f6c0569545fd5f8bd6dea4fef209f1c]

        INTEGRATION: CWS impresstables2 (1.9.120); FILE MERGED 2007/10/12 00:18:03 cl 1.9.120.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 14:16:27 cl 1.9.120.2: #i68103# fixed namespace issues 2007/07/26 21:52:41 cl 1.9.120.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ae30d90e39f3c35049c9d926df82cf9b293edf0]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:15 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f64e3eba9deaee7cfec40252a950fb924ef50ecc]

        INTEGRATION: CWS impresstables2 (1.33.60); FILE MERGED 2007/12/01 19:22:59 cl 1.33.60.3: RESYNC: (1.34-1.36); FILE MERGED 2007/10/12 00:17:56 cl 1.33.60.2: RESYNC: (1.33-1.34); FILE MERGED 2007/10/11 14:16:27 cl 1.33.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cad191834a789c19236368aba50eed653d93230e]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:15 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c75758836c908947c68eade7bf03ecb21563a933]

        INTEGRATION: CWS impresstables2 (1.10.400); FILE MERGED 2007/10/15 11:14:05 cl 1.10.400.3: #i68103# removed duplicate macro 2007/10/12 00:17:32 cl 1.10.400.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:16:27 cl 1.10.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8e1f60d14bce714b3503d4a5fdcd4fa50ada9934]

        INTEGRATION: CWS impresstables2 (1.5.16); FILE MERGED 2008/02/22 23:37:04 cl 1.5.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [287001aabbde3c16560719f07bd65d1a9ce9fff1]

        INTEGRATION: CWS impresstables2 (1.16.118); FILE MERGED 2008/03/11 18:51:50 cl 1.16.118.3: RESYNC: (1.17-1.18); FILE MERGED 2007/10/12 00:17:39 cl 1.16.118.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 14:16:27 cl 1.16.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a4574e3c7fd383786bf0964f01a71c94a216f6f]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:15 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d95d531bc5430f01e61c26ddde5d29b1697c5b5]

        INTEGRATION: CWS impresstables2 (1.8.120); FILE MERGED 2008/03/11 18:52:10 cl 1.8.120.4: RESYNC: (1.10-1.11); FILE MERGED 2007/12/01 19:22:56 cl 1.8.120.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/12 00:17:15 cl 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 14:15:48 cl 1.8.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [984bfdc8fe730e90426fbefca7a96dfe3e4dd028]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:37:04 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7715837129d3134e37d191345f0b262b506396b]

        INTEGRATION: CWS impresstables2 (1.72.80); FILE MERGED 2008/03/11 18:52:28 cl 1.72.80.4: RESYNC: (1.74-1.75); FILE MERGED 2007/12/01 19:22:53 cl 1.72.80.3: RESYNC: (1.73-1.74); FILE MERGED 2007/10/12 00:16:21 cl 1.72.80.2: RESYNC: (1.72-1.73); FILE MERGED 2007/10/11 14:15:48 cl 1.72.80.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [896548eea0658157801d5b45004a1e2f744bb0b6]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:37:04 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:15 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [880a50949f3bc409765e4ed42ccc9e899a81ee9d]

        INTEGRATION: CWS impresstables2 (1.8.104); FILE MERGED 2008/02/22 23:37:04 cl 1.8.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:15 cl 1.8.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [97760f79224d17e7240a7f3a0e2e6ad9b32ec552]

        INTEGRATION: CWS impresstables2 (1.11.400); FILE MERGED 2007/10/12 00:16:14 cl 1.11.400.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/11 14:15:48 cl 1.11.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9edf8030147b33f88aa20d6c92f7238ace4d2d6e]

        INTEGRATION: CWS impresstables2 (1.62.30); FILE MERGED 2007/10/12 00:14:58 cl 1.62.30.2: RESYNC: (1.62-1.64); FILE MERGED 2007/10/11 14:14:54 cl 1.62.30.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9bd32fc53f9a958fc6067ced7ff88113eec01075]

        INTEGRATION: CWS impresstables2 (1.47.20); FILE MERGED 2008/03/11 18:51:27 cl 1.47.20.5: RESYNC: (1.50-1.51); FILE MERGED 2008/02/24 00:23:00 cl 1.47.20.4: RESYNC: (1.49-1.50); FILE MERGED 2007/12/01 19:22:46 cl 1.47.20.3: RESYNC: (1.48-1.49); FILE MERGED 2007/10/12 00:11:20 cl 1.47.20.2: RESYNC: (1.47-1.48); FILE MERGED 2007/10/11 14:14:14 cl 1.47.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c82448ae69ca39e584bb2b2328dcb9d8d34fca9c]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:37:04 cl 1.7.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c80f3fc9b3b96340df055682932d0f5cbac2c62]

        INTEGRATION: CWS impresstables2 (1.8.400); FILE MERGED 2007/10/12 00:08:09 cl 1.8.400.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 14:13:52 cl 1.8.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8deb9d6170ba80df4561897c934f18a856ec2995]

        INTEGRATION: CWS impresstables2 (1.109.20); FILE MERGED 2008/03/11 18:52:03 cl 1.109.20.6: RESYNC: (1.114-1.116); FILE MERGED 2008/02/20 17:47:42 cl 1.109.20.5: RESYNC: (1.113-1.114); FILE MERGED 2008/02/20 16:57:25 cl 1.109.20.4: #i68103# use rtf as default paste format for drawing tables 2007/12/01 19:22:43 cl 1.109.20.3: RESYNC: (1.110-1.113); FILE MERGED 2007/10/12 00:05:17 cl 1.109.20.2: RESYNC: (1.109-1.110); FILE MERGED 2007/10/11 14:13:16 cl 1.109.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fee0935cfb18dadafbc4da32757855d5f7ffce62]

        INTEGRATION: CWS impresstables2 (1.6.16); FILE MERGED 2008/02/22 23:37:04 cl 1.6.16.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:15 cl 1.6.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cac2a1c45fffc9bda091a304b760ccdf0d61f896]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/22 23:37:04 cl 1.9.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d844791d7b71ebf1147724dc9cf7a978145f41f]

        INTEGRATION: CWS impresstables2 (1.10.38); FILE MERGED 2007/10/15 10:58:48 cl 1.10.38.3: #i68103# changed return type of Execute() 2007/10/12 00:04:01 cl 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:12:24 cl 1.10.38.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e2646d6fdc1bdfb3d4633a2f29d0690c1722ec3]

        INTEGRATION: CWS impresstables2 (1.14.38); FILE MERGED 2007/10/12 00:03:55 cl 1.14.38.2: RESYNC: (1.14-1.15); FILE MERGED 2007/10/11 14:12:11 cl 1.14.38.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [095318e5287c6458e9e02ad3148a188beb22664a]

        INTEGRATION: CWS impresstables2 (1.6.86); FILE MERGED 2008/02/13 11:17:15 cl 1.6.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b83e34f44668a5ec76f9d47af34811ffd4aecda5]

        INTEGRATION: CWS impresstables2 (1.6.16); FILE MERGED 2008/02/13 11:17:15 cl 1.6.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4c6a9d529f7a2fc7e54cfa948fb8cd5f2fe8a22]

        INTEGRATION: CWS impresstables2 (1.8.120); FILE MERGED 2008/03/11 18:50:36 cl 1.8.120.4: RESYNC: (1.10-1.11); FILE MERGED 2007/10/15 10:56:54 cl 1.8.120.3: #i68103# removed duplicate macro 2007/10/12 00:01:52 cl 1.8.120.2: RESYNC: (1.8-1.10); FILE MERGED 2007/10/11 14:11:03 cl 1.8.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48f568477d758c50ee0b9f91e6c7ecd24ebae189]

        INTEGRATION: CWS impresstables2 (1.6.24); FILE MERGED 2008/02/22 23:37:04 cl 1.6.24.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59e27c9e0a4e401f42d50df57eb3fec51ac19095]

        INTEGRATION: CWS impresstables2 (1.12.376); FILE MERGED 2008/01/02 11:12:53 cl 1.12.376.3: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 23:59:36 cl 1.12.376.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 14:11:03 cl 1.12.376.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9ef75b2bac700782f686f1f0b99099ad092780b2]

        INTEGRATION: CWS impresstables2 (1.6.86); FILE MERGED 2008/02/22 23:37:04 cl 1.6.86.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0a2de929ceab3b28ce968feb3cd9c2b1a5c2a135]

        INTEGRATION: CWS impresstables2 (1.10.150); FILE MERGED 2007/12/01 19:22:40 cl 1.10.150.3: RESYNC: (1.11-1.13); FILE MERGED 2007/10/11 23:56:57 cl 1.10.150.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:10:30 cl 1.10.150.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c55d7f0897fde74a2bdca89c27492c9736eb23cf]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:15 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65607d3971f69c90dc2fefd4ccfbd4c6fc5e9f86]

        INTEGRATION: CWS impresstables2 (1.13.34); FILE MERGED 2007/10/11 23:56:30 cl 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 14:10:30 cl 1.13.34.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ba72a9635cc68b98fad25d2c891d4b83899f51c7]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 11:17:15 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d2fac636f3a3e6ef100eff01e31c88e6cae2098c]

        INTEGRATION: CWS impresstables2 (1.26.400); FILE MERGED 2007/12/01 19:22:37 cl 1.26.400.3: RESYNC: (1.27-1.29); FILE MERGED 2007/10/11 23:56:18 cl 1.26.400.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 14:10:30 cl 1.26.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5bc404959f657e28e02e6682482cb46768ff0b12]

        INTEGRATION: CWS impresstables2 (1.8.120); FILE MERGED 2007/10/11 23:56:03 cl 1.8.120.2: RESYNC: (1.8-1.10); FILE MERGED 2007/10/11 14:10:30 cl 1.8.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f90208e20170534c1fd465218846815c90005483]

        INTEGRATION: CWS impresstables2 (1.21.400); FILE MERGED 2007/10/11 23:55:45 cl 1.21.400.2: RESYNC: (1.21-1.22); FILE MERGED 2007/10/11 14:10:30 cl 1.21.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0b1b7f1bd87a77382e3b7cad21ec72be392aa358]

        INTEGRATION: CWS impresstables2 (1.6.400); FILE MERGED 2007/10/11 23:55:38 cl 1.6.400.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 14:10:29 cl 1.6.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [31753bfda61f6c7b6014797e4c75f6b5fe159a70]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 11:17:15 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a15a221481ffef54de263d89a93a2bd52f8d2f94]

        INTEGRATION: CWS impresstables2 (1.8.120); FILE MERGED 2007/12/01 19:22:34 cl 1.8.120.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 23:55:21 cl 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 14:10:29 cl 1.8.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25fad03f2b367384986cfffd2f7de57f32827336]

        INTEGRATION: CWS impresstables2 (1.39.60); FILE MERGED 2008/03/11 18:50:55 cl 1.39.60.4: RESYNC: (1.41-1.42); FILE MERGED 2008/02/24 00:22:55 cl 1.39.60.3: RESYNC: (1.40-1.41); FILE MERGED 2007/10/11 23:35:27 cl 1.39.60.2: RESYNC: (1.39-1.40); FILE MERGED 2007/10/11 14:09:19 cl 1.39.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ad7095c1c03d6b685f68dcb198289059a6d3f6e1]

        INTEGRATION: CWS impresstables2 (1.4.230); FILE MERGED 2008/02/22 23:37:04 cl 1.4.230.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:15 cl 1.4.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9c5c9f7896fcd1372e9defe4210b82c86169992d]

        INTEGRATION: CWS impresstables2 (1.27.116); FILE MERGED 2008/03/11 18:50:50 cl 1.27.116.5: RESYNC: (1.29-1.30); FILE MERGED 2008/02/20 17:47:46 cl 1.27.116.4: RESYNC: (1.28-1.29); FILE MERGED 2008/02/15 14:26:11 cl 1.27.116.3: #i68103# fixed refcounted styles 2007/10/11 23:34:47 cl 1.27.116.2: RESYNC: (1.27-1.28); FILE MERGED 2007/07/26 21:51:55 cl 1.27.116.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2081c30657236b91b83dc52165e447360a2602cc]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/22 23:37:04 cl 1.3.230.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:15 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c54b3135ee2e2ed6c8ae259166004a5e1bcb37bc]

        INTEGRATION: CWS impresstables2 (1.28.120); FILE MERGED 2008/03/06 18:16:26 cl 1.28.120.5: fixing merge errors 2008/01/02 11:12:49 cl 1.28.120.4: RESYNC: (1.29-1.30); FILE MERGED 2007/10/15 10:53:54 cl 1.28.120.3: #i68103# fixed merge problem 2007/10/11 23:34:41 cl 1.28.120.2: RESYNC: (1.28-1.29); FILE MERGED 2007/07/26 21:51:55 cl 1.28.120.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [711c283bdd09d944d8d77716153103a919fbab45]

        INTEGRATION: CWS impresstables2 (1.5.86); FILE MERGED 2008/02/13 11:17:15 cl 1.5.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [30ce1ca09195ce0d99f6fa31006247c1f84fded4]

        INTEGRATION: CWS impresstables2 (1.60.108); FILE MERGED 2008/03/11 18:51:18 cl 1.60.108.6: RESYNC: (1.61-1.64); FILE MERGED 2008/02/15 14:26:10 cl 1.60.108.5: #i68103# fixed refcounted styles 2007/10/15 10:52:02 cl 1.60.108.4: #i68103# removed duplicate macro 2007/10/11 23:34:34 cl 1.60.108.3: RESYNC: (1.60-1.61); FILE MERGED 2007/10/11 14:09:19 cl 1.60.108.2: #i68103# fixed namespace issues 2007/07/26 21:51:55 cl 1.60.108.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [49131b5f512cfb1018b02bf4e17d83bb574b6db6]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 11:17:15 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12082734fcc3b4a3b529cf970a32919cac774ea7]

        INTEGRATION: CWS impresstables2 (1.93.30); FILE MERGED 2008/03/11 18:51:04 cl 1.93.30.6: RESYNC: (1.99-1.101); FILE MERGED 2008/02/24 00:22:52 cl 1.93.30.5: RESYNC: (1.98-1.99); FILE MERGED 2007/12/01 19:22:31 cl 1.93.30.4: RESYNC: (1.97-1.98); FILE MERGED 2007/10/11 23:34:19 cl 1.93.30.3: RESYNC: (1.96-1.97); FILE MERGED 2007/08/01 16:05:47 cl 1.93.30.2: RESYNC: (1.93-1.96); FILE MERGED 2007/07/26 21:51:55 cl 1.93.30.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3bed45fc1e7e7c0bcc65515d811b9cdb84463781]

        INTEGRATION: CWS impresstables2 (1.69.30); FILE MERGED 2008/03/11 18:51:12 cl 1.69.30.7: RESYNC: (1.75-1.77); FILE MERGED 2008/01/30 13:23:19 cl 1.69.30.6: RESYNC: (1.74-1.75); FILE MERGED 2007/12/01 19:22:28 cl 1.69.30.5: RESYNC: (1.73-1.74); FILE MERGED 2007/10/11 23:34:12 cl 1.69.30.4: RESYNC: (1.71-1.73); FILE MERGED 2007/10/11 14:09:19 cl 1.69.30.3: #i68103# fixed namespace issues 2007/08/01 16:05:39 cl 1.69.30.2: RESYNC: (1.69-1.71); FILE MERGED 2007/07/26 21:51:55 cl 1.69.30.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43ca2103a6c879d7bdd944e099a5d74c350016f2]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:14 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c4fd3c6f1eee16c5243fe9772d6ee84491e1846]

        INTEGRATION: CWS impresstables2 (1.30.118); FILE MERGED 2007/10/11 23:33:56 cl 1.30.118.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 14:09:19 cl 1.30.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ad843c7a53c2450fc6a15f39a3535b9d115a32f]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 11:17:14 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff082191f4f492c6337cc7a824cd2d7150c7b267]

        INTEGRATION: CWS impresstables2 (1.49.82); FILE MERGED 2008/01/30 13:24:00 cl 1.49.82.3: RESYNC: (1.51-1.52); FILE MERGED 2007/10/11 23:33:11 cl 1.49.82.2: RESYNC: (1.49-1.51); FILE MERGED 2007/10/11 14:08:35 cl 1.49.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dd1bf62149a9739c429bb957d4494cb583a66915]

        INTEGRATION: CWS impresstables2 (1.44.60); FILE MERGED 2008/02/20 17:47:36 cl 1.44.60.4: RESYNC: (1.46-1.47); FILE MERGED 2007/12/01 19:22:26 cl 1.44.60.3: RESYNC: (1.45-1.46); FILE MERGED 2007/10/11 23:33:04 cl 1.44.60.2: RESYNC: (1.44-1.45); FILE MERGED 2007/10/11 14:08:35 cl 1.44.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c6a68b9f82f4e42faf512ab8471fe4cff3fe7578]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:14 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [530d95cf7ed45de14d372afe3e188bd74dca9436]

        INTEGRATION: CWS impresstables2 (1.13.400); FILE MERGED 2007/10/11 23:32:57 cl 1.13.400.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 14:08:35 cl 1.13.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9143b7fe495b13165cace16599c2e2c6967cab1a]

        INTEGRATION: CWS impresstables2 (1.58.20); FILE MERGED 2008/01/30 13:23:57 cl 1.58.20.3: RESYNC: (1.60-1.62); FILE MERGED 2007/10/11 23:32:41 cl 1.58.20.2: RESYNC: (1.58-1.60); FILE MERGED 2007/10/11 14:08:35 cl 1.58.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [18845bc0c32e7eeab125fc2db4cab1e0856016d7]

        INTEGRATION: CWS impresstables2 (1.42.38); FILE MERGED 2007/12/01 19:22:23 cl 1.42.38.3: RESYNC: (1.43-1.45); FILE MERGED 2007/10/11 23:32:35 cl 1.42.38.2: RESYNC: (1.42-1.43); FILE MERGED 2007/10/11 14:08:35 cl 1.42.38.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb4d2d99c13ec87e9a178fabd291a95d4de7e8da]

        INTEGRATION: CWS impresstables2 (1.6.400); FILE MERGED 2008/03/11 19:18:37 cl 1.6.400.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 23:32:27 cl 1.6.400.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 14:08:35 cl 1.6.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56cbf1a410bf7945b77b252adf2b0f4a96e577d8]

        INTEGRATION: CWS impresstables2 (1.15.400); FILE MERGED 2008/03/11 19:18:40 cl 1.15.400.3: RESYNC: (1.17-1.20); FILE MERGED 2007/10/11 23:32:21 cl 1.15.400.2: RESYNC: (1.15-1.17); FILE MERGED 2007/10/11 14:08:35 cl 1.15.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f28eaf437f6d6ab9e1a72fb9c37bb2872fc54cba]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:37:04 cl 1.4.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [368c16a41c52fdcb302fdb6271f8fdd331019af2]

        INTEGRATION: CWS impresstables2 (1.3.400); FILE MERGED 2007/10/11 14:08:35 cl 1.3.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [50793e6b2b633d69bc24109c98d132dddf3ea761]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78ec67f73cd541d8a1274aca68186143b69fcaf7]

        INTEGRATION: CWS impresstables2 (1.7.130); FILE MERGED 2007/10/11 23:32:14 cl 1.7.130.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 14:08:35 cl 1.7.130.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d62943723be72f263e1be605a6fdbfc3dd3e70dc]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ee9dce4226b564610639207e251eda56aa7c97c]

        INTEGRATION: CWS impresstables2 (1.10.400); FILE MERGED 2007/12/01 19:22:20 cl 1.10.400.3: RESYNC: (1.11-1.12); FILE MERGED 2007/10/11 23:31:57 cl 1.10.400.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 14:08:35 cl 1.10.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [743f1d1cfc39a104c6bd978b179c9e3875f3eff6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:33 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c67954bd54231631852583ae60564a52ae56ae50]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:24 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9a96798f2a60847abee1be4f9754ff22a1ff5ba4]

        INTEGRATION: CWS impresstables2 (1.16.400); FILE MERGED 2007/10/11 23:31:51 cl 1.16.400.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 14:08:34 cl 1.16.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f8187e894ba91142535ec6edd88fd7f864e340cd]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45dae0079d7156d321926140b2c6795d49cd461c]

        INTEGRATION: CWS impresstables2 (1.4.400); FILE MERGED 2007/10/11 23:31:44 cl 1.4.400.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/11 14:08:34 cl 1.4.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [347321339ee9a36d1b6b70f033cc232f13f5fa81]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e012094456bc477c512963788004e592053d216d]

        INTEGRATION: CWS impresstables2 (1.19.118); FILE MERGED 2007/10/11 23:31:38 cl 1.19.118.2: RESYNC: (1.19-1.20); FILE MERGED 2007/10/11 14:08:34 cl 1.19.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eee07b4daf2c5afb5bf79d26c2a0e65c406c3924]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:10:00 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0726c597984a0bbbeb1132599d6cd86413e83e67]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:53 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9113718284eadf835f8713e883f380b0c5185cbb]

        INTEGRATION: CWS impresstables2 (1.101.70); FILE MERGED 2008/03/06 18:14:07 cl 1.101.70.3: fixing merge errors 2007/10/11 23:31:22 cl 1.101.70.2: RESYNC: (1.101-1.103); FILE MERGED 2007/10/11 14:08:34 cl 1.101.70.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [460d0fc82372f0b62a79067c66bd7b9b562f121e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:45 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce8ce57058a5cab899689d5e9107b90d185c775c]

        INTEGRATION: CWS impresstables2 (1.46.312); FILE MERGED 2008/03/11 19:18:43 cl 1.46.312.4: RESYNC: (1.48-1.49); FILE MERGED 2008/01/30 13:24:03 cl 1.46.312.3: RESYNC: (1.47-1.48); FILE MERGED 2007/10/11 23:31:06 cl 1.46.312.2: RESYNC: (1.46-1.47); FILE MERGED 2007/10/11 14:06:10 cl 1.46.312.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61a5e756562e4e93f71ca52853909610f307941f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28c83844c86b8e66f140b5c0b588dc09ac6f25d7]

        INTEGRATION: CWS impresstables2 (1.36.38); FILE MERGED 2007/10/11 23:30:59 cl 1.36.38.2: RESYNC: (1.36-1.38); FILE MERGED 2007/10/11 14:06:10 cl 1.36.38.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [93873c6f8ed90204aac649a735fd551c315b94b8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac2a480d28b373bee88eaf03ffdd04e38ad7310d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:22 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cf50d961265628ddc7139dfb0fa8a8b8d3ce581a]

        INTEGRATION: CWS impresstables2 (1.21.118); FILE MERGED 2007/10/11 23:30:43 cl 1.21.118.2: RESYNC: (1.21-1.23); FILE MERGED 2007/10/11 14:06:10 cl 1.21.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6a95896a20f9e00b76da01e4578f8c6c6abb9a83]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:37:00 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e803bb0a46084d472b43fe7c1ac69e356266b32d]

        INTEGRATION: CWS impresstables2 (1.86.20); FILE MERGED 2007/12/01 19:22:17 cl 1.86.20.3: RESYNC: (1.87-1.88); FILE MERGED 2007/10/11 23:30:36 cl 1.86.20.2: RESYNC: (1.86-1.87); FILE MERGED 2007/10/11 14:05:05 cl 1.86.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a18f9cdb1a261190056b9496a96dec3c99efeda0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:09:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [102c6b3b37939650d3a7b557bb8d1c237d8920b7]

        INTEGRATION: CWS impresstables2 (1.13.400); FILE MERGED 2007/10/11 23:30:29 cl 1.13.400.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 14:05:05 cl 1.13.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a6ead5b3fc54953b470bdb22581cc0ed72ad394]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8f84882093a1e8e8f5cdc2228c49d7d62d69fc18]

        INTEGRATION: CWS impresstables2 (1.58.60); FILE MERGED 2008/01/01 18:42:48 cl 1.58.60.3: #i68103# working on tables 2007/10/11 23:30:08 cl 1.58.60.2: RESYNC: (1.58-1.59); FILE MERGED 2007/10/11 14:05:05 cl 1.58.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [671a761dbd4056b3f9c96792c612897a7ec1ca8b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:48 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9035146f20156c9b20e78308e6ae1ffb922e3ef2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [52357adae6e74be4729ed141decf0fb24dabf328]

        INTEGRATION: CWS impresstables2 (1.78.38); FILE MERGED 2008/02/20 17:47:33 cl 1.78.38.3: RESYNC: (1.79-1.80); FILE MERGED 2007/10/11 23:30:01 cl 1.78.38.2: RESYNC: (1.78-1.79); FILE MERGED 2007/10/11 14:06:10 cl 1.78.38.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4c17fc3a2b1b1bbe4a2d08db4af8d2cd9ba9a42]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5a2d45a57e66e2bc0886264f37bd69faa2dbd1e8]

        INTEGRATION: CWS impresstables2 (1.175.20); FILE MERGED 2008/03/11 19:18:31 cl 1.175.20.5: RESYNC: (1.178-1.179); FILE MERGED 2008/01/30 13:23:54 cl 1.175.20.4: RESYNC: (1.177-1.178); FILE MERGED 2007/12/01 19:22:14 cl 1.175.20.3: RESYNC: (1.176-1.177); FILE MERGED 2007/10/11 23:28:36 cl 1.175.20.2: RESYNC: (1.175-1.176); FILE MERGED 2007/10/11 14:04:12 cl 1.175.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [87d0733913026aee76936af9638c9f421d1c7fca]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c3fe43e5aee5817c40fd751eec133ae1aa742142]

        INTEGRATION: CWS impresstables2 (1.30.60); FILE MERGED 2007/10/11 23:21:10 cl 1.30.60.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 14:03:29 cl 1.30.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4da9384ddf03795238f21101362a03b3a87c6307]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb5221a772fa8cd82d5f16b07907124048c897b1]

        INTEGRATION: CWS impresstables2 (1.20.82); FILE MERGED 2007/10/11 23:17:25 cl 1.20.82.2: RESYNC: (1.20-1.21); FILE MERGED 2007/10/11 14:02:57 cl 1.20.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5e574dff72c8c0435011fdc1d7a009ba0f47e304]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:08:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fe343edaa39167cf6809ee93875412a6fc0b327e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:53 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9eff09ae96358854fecf063ac2eff6c6b98099dc]

        INTEGRATION: CWS impresstables2 (1.22.82); FILE MERGED 2008/03/11 19:18:02 cl 1.22.82.3: RESYNC: (1.23-1.24); FILE MERGED 2007/10/11 23:17:18 cl 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2007/10/11 14:02:57 cl 1.22.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aed9dec848d50c1a82a61d4f014f2ac362738293]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:07:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d878d0e6c2f8e9108e015ce6716d7aac8ed612d]

        INTEGRATION: CWS impresstables2 (1.52.34); FILE MERGED 2008/03/11 19:17:51 cl 1.52.34.4: RESYNC: (1.54-1.55); FILE MERGED 2008/02/20 17:47:30 cl 1.52.34.3: RESYNC: (1.53-1.54); FILE MERGED 2007/10/11 23:15:17 cl 1.52.34.2: RESYNC: (1.52-1.53); FILE MERGED 2007/10/11 14:02:28 cl 1.52.34.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [69557d9d30fa10fe95de12d435b8d11342ca171b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eaeb4431ebeec519cc7ddcbbb50f1437fc8d5869]

        INTEGRATION: CWS impresstables2 (1.32.20); FILE MERGED 2008/03/11 18:47:32 cl 1.32.20.5: RESYNC: (1.35-1.38); FILE MERGED 2008/01/30 13:23:33 cl 1.32.20.4: RESYNC: (1.34-1.35); FILE MERGED 2007/12/01 19:22:10 cl 1.32.20.3: RESYNC: (1.33-1.34); FILE MERGED 2007/10/11 23:13:11 cl 1.32.20.2: RESYNC: (1.32-1.33); FILE MERGED 2007/10/11 14:01:41 cl 1.32.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [81d63c03bf0dbfc7829a572495183ddb533b541a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [67f1e37e0be9d847d03b86afd826dca052272770]

        INTEGRATION: CWS impresstables2 (1.107.20); FILE MERGED 2008/03/11 18:47:55 cl 1.107.20.5: RESYNC: (1.113-1.115); FILE MERGED 2008/01/30 13:23:36 cl 1.107.20.4: RESYNC: (1.112-1.113); FILE MERGED 2007/12/01 19:22:07 cl 1.107.20.3: RESYNC: (1.109-1.112); FILE MERGED 2007/10/11 23:13:04 cl 1.107.20.2: RESYNC: (1.107-1.109); FILE MERGED 2007/10/11 14:01:41 cl 1.107.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9b2acd5b9a82fd9b2934ec8d924212ee814b941]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41f5da8c9a8f3b5c9fdb1dc5ebd757d9581973c4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45c24a6b0e60e51d6b5e44702ec1a88b79b6f0e9]

        INTEGRATION: CWS impresstables2 (1.72.80); FILE MERGED 2008/03/11 18:47:29 cl 1.72.80.9: RESYNC: (1.78-1.79); FILE MERGED 2008/01/30 13:23:46 cl 1.72.80.8: RESYNC: (1.77-1.78); FILE MERGED 2008/01/02 11:12:45 cl 1.72.80.7: RESYNC: (1.76-1.77); FILE MERGED 2007/12/01 19:22:03 cl 1.72.80.6: RESYNC: (1.75-1.76); FILE MERGED 2007/10/15 10:46:13 cl 1.72.80.5: #i68103# fixed merge conflict 2007/10/11 23:12:57 cl 1.72.80.4: RESYNC: (1.73-1.75); FILE MERGED 2007/10/11 14:01:41 cl 1.72.80.3: #i68103# fixed namespace issues 2007/08/01 15:55:32 cl 1.72.80.2: RESYNC: (1.72-1.73); FILE MERGED 2007/07/26 21:49:53 cl 1.72.80.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c27d6443dcd41dc2e4858bd801c81947d24abd01]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:07:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [00d6a99bd6fe9a7b61e851b5dbd4118fb2b8d76a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:54 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0df216490a40e395af2e8a1fb346cc8675c8b583]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:45 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c2e5ee9bb87da3e1b5fecf806b81a9c3a4f90bd4]

        INTEGRATION: CWS impresstables2 (1.16.80); FILE MERGED 2007/10/11 23:12:50 cl 1.16.80.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 14:01:40 cl 1.16.80.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [542abd3c476e4a91a5478320cb7dba0ad09bdd44]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7f920f1eb11c2045d0bd1129f3f22018720712d3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59c9b87726c8cdf10bf6f1651a0ac78025134b75]

        INTEGRATION: CWS impresstables2 (1.49.118); FILE MERGED 2008/03/11 18:47:14 cl 1.49.118.5: RESYNC: (1.52-1.53); FILE MERGED 2008/01/30 13:23:43 cl 1.49.118.4: RESYNC: (1.51-1.52); FILE MERGED 2007/12/01 19:22:00 cl 1.49.118.3: RESYNC: (1.50-1.51); FILE MERGED 2007/10/11 23:12:43 cl 1.49.118.2: RESYNC: (1.49-1.50); FILE MERGED 2007/10/11 14:01:40 cl 1.49.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [93f5fabaec44daeb135e7c77011774f31e7b00f3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ba59458e3023eadb37c24f6745d08a863ebe159]

        INTEGRATION: CWS impresstables2 (1.56.82); FILE MERGED 2007/10/11 23:12:36 cl 1.56.82.2: RESYNC: (1.56-1.57); FILE MERGED 2007/10/11 14:01:40 cl 1.56.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ced2fed0b56ead9b1efbd6baef303eff77c918b7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [965e225466be1accce64d215439a171a19e48016]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:06:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b8769c38903f3a0a69f668236bd4b5dbe5fc090a]

        INTEGRATION: CWS impresstables2 (1.13.82); FILE MERGED 2008/03/11 18:47:59 cl 1.13.82.3: RESYNC: (1.14-1.15); FILE MERGED 2007/10/11 23:12:29 cl 1.13.82.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 14:01:40 cl 1.13.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7821ba3776bc826f7ca0b4e4bcec8e950c660398]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:05:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bcb4ac195ef860ddf1c65945fb7a83a8a29941b2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:05:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e9bd0dd445a9079d5de42bd3a5cc30aec1c9044c]

        INTEGRATION: CWS impresstables2 (1.5.82); FILE MERGED 2007/10/11 23:12:23 cl 1.5.82.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/11 14:01:40 cl 1.5.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b06cfe574a594fb323e3bda271df44fd6c108d5b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:05:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4949a7bdcce21381e7059e6327e42a8b5a84daec]

        INTEGRATION: CWS impresstables2 (1.30.82); FILE MERGED 2007/10/11 23:12:16 cl 1.30.82.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 14:01:40 cl 1.30.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [86d2c5cc15f0c84d01fb9f584ccfcaa5ee45eb41]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.3: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 12:55:12 cl 1.1.2.2: merged svtools in and stripped 2008/02/13 11:05:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f0698573e74d5ac4946be512a6489f6b6b26c03b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:05:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85c57c78cf78d3a98247804d81a7de21ccc10e49]

        INTEGRATION: CWS impresstables2 (1.35.172); FILE MERGED 2008/03/11 18:47:39 cl 1.35.172.5: RESYNC: (1.38-1.39); FILE MERGED 2008/01/30 13:23:26 cl 1.35.172.4: RESYNC: (1.37-1.38); FILE MERGED 2007/10/11 23:12:09 cl 1.35.172.3: RESYNC: (1.36-1.37); FILE MERGED 2007/08/01 15:55:16 cl 1.35.172.2: RESYNC: (1.35-1.36); FILE MERGED 2007/07/26 21:49:53 cl 1.35.172.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [05d3e7a08a5585d586302024f0036ae693fde58b]

        INTEGRATION: CWS impresstables2 (1.39.38); FILE MERGED 2007/10/11 23:12:02 cl 1.39.38.2: RESYNC: (1.39-1.40); FILE MERGED 2007/10/11 14:01:40 cl 1.39.38.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e8e0476d6c65ad4669385f596a4aacc870921f58]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:05:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5db4ff186a5f98e5c01d2eec14243a1b12e59f4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:53 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78dd6f854eae5b5de7bd26dad6c2477f36a47c88]

        INTEGRATION: CWS impresstables2 (1.37.82); FILE MERGED 2008/03/11 18:47:50 cl 1.37.82.3: RESYNC: (1.38-1.39); FILE MERGED 2007/10/11 23:11:55 cl 1.37.82.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/11 14:01:40 cl 1.37.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c2823ba59a20cd851b47f28646af99247cd380d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [21ca494a304b0a905f0022a7f3f82d71b62ead2f]

        INTEGRATION: CWS impresstables2 (1.60.20); FILE MERGED 2008/03/11 18:47:17 cl 1.60.20.5: RESYNC: (1.65-1.66); FILE MERGED 2008/02/20 17:47:14 cl 1.60.20.4: RESYNC: (1.64-1.65); FILE MERGED 2007/12/01 19:21:57 cl 1.60.20.3: RESYNC: (1.62-1.64); FILE MERGED 2007/10/11 23:11:48 cl 1.60.20.2: RESYNC: (1.60-1.62); FILE MERGED 2007/10/11 14:01:40 cl 1.60.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6d434f9db1be0a06b5f8ce0f9d9832f499f1382]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [122d009cfc80123f9b2ab5245e52827e623db5fe]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:26 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3b02fd22400dbcd96091f323242ddfea36a2ee59]

        INTEGRATION: CWS impresstables2 (1.99.230); FILE MERGED 2008/03/11 18:47:43 cl 1.99.230.6: RESYNC: (1.103-1.105); FILE MERGED 2007/12/01 19:21:54 cl 1.99.230.5: RESYNC: (1.101-1.103); FILE MERGED 2007/10/11 23:11:41 cl 1.99.230.4: RESYNC: (1.100-1.101); FILE MERGED 2007/10/11 14:01:39 cl 1.99.230.3: #i68103# fixed namespace issues 2007/08/01 15:54:50 cl 1.99.230.2: RESYNC: (1.99-1.100); FILE MERGED 2007/07/26 21:49:53 cl 1.99.230.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46c6e77545a4311a9bf0ce5f7c162eefc9157293]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/23 22:39:07 cl 1.1.2.3: fixed linux build problems 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43b5901dd5939245d2873e29a78a2a24224b830c]

        INTEGRATION: CWS impresstables2 (1.199.20); FILE MERGED 2008/03/11 18:47:21 cl 1.199.20.7: RESYNC: (1.204-1.205); FILE MERGED 2008/02/24 00:22:40 cl 1.199.20.6: RESYNC: (1.203-1.204); FILE MERGED 2008/02/20 17:47:24 cl 1.199.20.5: RESYNC: (1.202-1.203); FILE MERGED 2008/01/30 13:23:29 cl 1.199.20.4: RESYNC: (1.201-1.202); FILE MERGED 2007/12/01 19:21:51 cl 1.199.20.3: RESYNC: (1.200-1.201); FILE MERGED 2007/10/11 23:11:33 cl 1.199.20.2: RESYNC: (1.199-1.200); FILE MERGED 2007/10/11 14:01:39 cl 1.199.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c9102eef081aa7e65fcb030d4295cb9afdf38fc]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:04:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7c2805ba506ddbae26beb4a2398dca170ca7b7d4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:03:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [18f3712361523292794a9161c4a75988a4978013]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:03:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [74641d49fb84c09a3ddacb13715aff4ec2cd29e4]

        INTEGRATION: CWS impresstables2 (1.61.82); FILE MERGED 2008/03/11 18:47:24 cl 1.61.82.4: RESYNC: (1.63-1.65); FILE MERGED 2007/12/01 19:21:48 cl 1.61.82.3: RESYNC: (1.62-1.63); FILE MERGED 2007/10/11 23:11:26 cl 1.61.82.2: RESYNC: (1.61-1.62); FILE MERGED 2007/10/11 14:01:39 cl 1.61.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ba067208e0dcd4fc870ec001695788425fd8310c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:03:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [84af587e39a784d856873e3a619bd7f3164932c5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:03:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [82a29e73ccde863a584bfbef62982817b804fe79]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:03:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8002d328d459208d5ed82d84c2c92b738f3ea860]

        INTEGRATION: CWS impresstables2 (1.26.20); FILE MERGED 2008/03/11 18:48:02 cl 1.26.20.4: RESYNC: (1.28-1.29); FILE MERGED 2008/02/20 17:47:17 cl 1.26.20.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/11 23:11:19 cl 1.26.20.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 14:01:39 cl 1.26.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [04a2a9434ee45a3678d0bcb08eb894ee8e6445d1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:03:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [902eab6b32f3981d271efe7f6d1df45a2d783cde]

        INTEGRATION: CWS impresstables2 (1.111.80); FILE MERGED 2008/02/20 17:47:27 cl 1.111.80.6: RESYNC: (1.115-1.117); FILE MERGED 2007/12/01 19:21:45 cl 1.111.80.5: RESYNC: (1.113-1.115); FILE MERGED 2007/10/11 23:11:12 cl 1.111.80.4: RESYNC: (1.112-1.113); FILE MERGED 2007/10/11 14:01:39 cl 1.111.80.3: #i68103# fixed namespace issues 2007/08/01 15:54:24 cl 1.111.80.2: RESYNC: (1.111-1.112); FILE MERGED 2007/07/26 21:49:53 cl 1.111.80.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [21bcd6b42e03147d36386fedd9bb206fee307c53]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:02:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [042e4d995cfc463e30be0f5a1e0320ec4117c515]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:02:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6eecbef11842f5e054d474057374e6813bc53bb7]

        INTEGRATION: CWS impresstables2 (1.97.20); FILE MERGED 2008/03/11 18:47:35 cl 1.97.20.5: RESYNC: (1.102-1.103); FILE MERGED 2008/02/24 00:22:47 cl 1.97.20.4: RESYNC: (1.101-1.102); FILE MERGED 2007/12/01 19:21:41 cl 1.97.20.3: RESYNC: (1.99-1.101); FILE MERGED 2007/10/11 23:11:05 cl 1.97.20.2: RESYNC: (1.97-1.99); FILE MERGED 2007/10/11 14:01:39 cl 1.97.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eac29249cc17a85f80076c603a386d43d820c25c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:02:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d0ea055d2b798aaf8f8a08c71f3f16c4faad2cd4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:02:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac9cfe3f79873b54c0b40bb1f6627ed0da735f5f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:02:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a946ef75875d85256971ea316766fe2747801e7f]

        INTEGRATION: CWS impresstables2 (1.15.400); FILE MERGED 2007/10/11 23:10:49 cl 1.15.400.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/26 21:49:53 cl 1.15.400.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c8288a59746f70789f21ea2892b28ad83fabb3fa]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:02:09 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2e1639b317eeb3baacd25b67a65227fff6ddc5f6]

        INTEGRATION: CWS impresstables2 (1.26.82); FILE MERGED 2008/03/11 18:47:10 cl 1.26.82.5: RESYNC: (1.29-1.30); FILE MERGED 2008/02/20 17:47:20 cl 1.26.82.4: RESYNC: (1.28-1.29); FILE MERGED 2008/01/30 13:23:39 cl 1.26.82.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/11 23:10:32 cl 1.26.82.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 14:01:39 cl 1.26.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a0bc71d443f6981c5cb07df41da48da1d521db53]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:59 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3a36ce9c8b3c33785acc7cc7b60f201b3ee42862]

        INTEGRATION: CWS impresstables2 (1.34.110); FILE MERGED 2008/03/11 18:48:36 cl 1.34.110.5: RESYNC: (1.37-1.38); FILE MERGED 2008/02/24 00:22:29 cl 1.34.110.4: RESYNC: (1.36-1.37); FILE MERGED 2007/12/01 19:21:38 cl 1.34.110.3: RESYNC: (1.35-1.36); FILE MERGED 2007/10/11 23:10:25 cl 1.34.110.2: RESYNC: (1.34-1.35); FILE MERGED 2007/10/11 14:01:39 cl 1.34.110.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [98c9a3960db6f3cee50cb5aed2e3f46439524925]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:48 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58e63161757644bdd8236769ceea87cd3b66a20f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:40 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1f8f963b1fa4f8d6e9b0e34be30cf4686b64b6a8]

        INTEGRATION: CWS impresstables2 (1.6.2); FILE MERGED 2007/12/01 19:21:35 cl 1.6.2.3: RESYNC: (1.10-1.12); FILE MERGED 2007/10/11 23:10:18 cl 1.6.2.2: RESYNC: (1.6-1.10); FILE MERGED 2007/10/11 14:01:38 cl 1.6.2.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [36c4c150e81ca112a1cd2fdef5350108d6807e17]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:01:31 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9ffb7accd95460ff455076dac315523d790c6f2a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d77c998601da890ece59a196cab32b63bbe1d82]

        INTEGRATION: CWS impresstables2 (1.12.400); FILE MERGED 2008/03/11 18:47:46 cl 1.12.400.3: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 23:10:11 cl 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 13:56:56 cl 1.12.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b05f00dc901cda315133a4a0f94407353bf26d21]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59f0c39c3092c2af9f4b28ce1e5325107ee88c59]

        INTEGRATION: CWS impresstables2 (1.19.400); FILE MERGED 2007/10/15 10:51:08 cl 1.19.400.4: #i68103# added missing namespace 2007/10/11 23:09:35 cl 1.19.400.3: RESYNC: (1.19-1.20); FILE MERGED 2007/10/11 13:56:56 cl 1.19.400.2: #i68103# fixed namespace issues 2007/07/26 21:49:53 cl 1.19.400.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [32b1d6e2bab6a3d241392969fdf85f69bd8dae7b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:01:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d55888f3ab5838eea532666153d7678651547cf5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [44a0addc8d4671b62a973e44b70b9bb69f285681]

        INTEGRATION: CWS impresstables2 (1.81.20); FILE MERGED 2008/03/11 18:49:30 cl 1.81.20.4: RESYNC: (1.84-1.85); FILE MERGED 2008/01/02 11:12:41 cl 1.81.20.3: RESYNC: (1.83-1.84); FILE MERGED 2007/10/11 23:05:14 cl 1.81.20.2: RESYNC: (1.81-1.83); FILE MERGED 2007/10/11 13:55:50 cl 1.81.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [49f0e8f4fa514e54cb27fd7f0351ce4ce7738df2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cbb665ca2ec7de31658563c341e023f2d264e91d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8fc22d939c8964562b2bc79dfeaaf9b4fcae368e]

        INTEGRATION: CWS impresstables2 (1.26.312); FILE MERGED 2007/12/01 19:21:32 cl 1.26.312.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/11 23:03:28 cl 1.26.312.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 13:55:50 cl 1.26.312.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c64ff66dc645ca9fb93f0567d222587a9f9a2a1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e56e9899b44478cb9466cecf7200a235e57b3ccb]

        INTEGRATION: CWS impresstables2 (1.26.400); FILE MERGED 2008/03/11 18:50:04 cl 1.26.400.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/11 23:02:20 cl 1.26.400.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 13:55:15 cl 1.26.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc368ed17023b064bf357c7688f347639f60d121]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c18f29e57385f34f0f8213a1752604efcc937e7d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:00:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [721bfdec14996b5489327db30a8429059a3dc33a]

        INTEGRATION: CWS impresstables2 (1.23.198); FILE MERGED 2007/10/11 23:00:42 cl 1.23.198.2: RESYNC: (1.23-1.24); FILE MERGED 2007/10/11 13:54:55 cl 1.23.198.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6636e29c41ad4897f01e255b632319804c9e7fca]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1272e96778148481c4cd9c74cc61cdcf342d5a78]

        INTEGRATION: CWS impresstables2 (1.48.48); FILE MERGED 2008/03/11 18:49:45 cl 1.48.48.2: RESYNC: (1.48-1.49); FILE MERGED 2007/10/15 10:30:15 cl 1.48.48.1: #i68103# added missing using namespace

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac9e486edb3d02610fef5ec44c677f2501eadc0d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:50 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ef95152e75bab57e6564f8250bb6da208c3baea4]

        INTEGRATION: CWS impresstables2 (1.10.420); FILE MERGED 2007/10/11 13:54:55 cl 1.10.420.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7d87f8bce8f3e0db50211a294ce99a4cf54f9d28]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cc089ddecc2ba4205f0987c06f9b01f63a35f19]

        INTEGRATION: CWS impresstables2 (1.47.34); FILE MERGED 2007/10/11 22:54:14 cl 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2007/10/11 13:54:55 cl 1.47.34.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fa5db7ec64345cc139de1e51f3457c5dfa425d93]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f887d862c6c0b2dcda26c01d29dd5a11cbcb085]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc311f55a7169ab38328c65b1fd50e03b9c4e264]

        INTEGRATION: CWS impresstables2 (1.15.82); FILE MERGED 2007/10/11 22:51:57 cl 1.15.82.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/11 13:54:05 cl 1.15.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3af9ccbf08448b1af697eb4b2211acdf7f5c6f1b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [60821cdef30323135754051873e0a5608ec33a68]

        INTEGRATION: CWS impresstables2 (1.9.82); FILE MERGED 2007/10/11 22:51:40 cl 1.9.82.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 13:54:05 cl 1.9.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca9000cbb173f0b83b92495f5669998052f1f23b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 00:02:46 cl 1.1.2.4: added namespace binfilter to bf_svtools and bf_so3 2008/02/23 22:39:07 cl 1.1.2.3: fixed linux build problems 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3fd5dab4ce5b6a1ac52cc0af8edb6d8bcbdc668c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3cc207d405425aa07e85a934ca8856784b7cc88e]

        INTEGRATION: CWS impresstables2 (1.11.82); FILE MERGED 2007/10/11 22:51:33 cl 1.11.82.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/11 13:54:05 cl 1.11.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [474cf1b39e95c181b2ecea06bc0b4f24274840b0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:39 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72d84a7fc04b977b7e3802e1939cf12fdeff70a7]

        INTEGRATION: CWS impresstables2 (1.10.82); FILE MERGED 2007/10/11 22:51:27 cl 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:54:05 cl 1.10.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [26b754e0539c9c8f598a957d7ac804eff2c94281]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2aa92f20fc75d9085a70d88159edcf50b73fedfc]

        INTEGRATION: CWS impresstables2 (1.12.400); FILE MERGED 2007/10/11 22:51:20 cl 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 13:54:05 cl 1.12.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0cfbe37f6fdae017ce15923f491a39f919e0bb38]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a099dbd707281e9f81e30b8324f7bc59420599ca]

        INTEGRATION: CWS impresstables2 (1.38.82); FILE MERGED 2008/03/11 18:49:39 cl 1.38.82.4: RESYNC: (1.40-1.41); FILE MERGED 2007/12/01 19:21:29 cl 1.38.82.3: RESYNC: (1.39-1.40); FILE MERGED 2007/10/11 22:50:43 cl 1.38.82.2: RESYNC: (1.38-1.39); FILE MERGED 2007/10/11 13:52:50 cl 1.38.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1baac8802314bd47c80d9d18c83fde13cd55a3b6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fccbf13c40049d33fb3ef6d4212975aba3ebd6e8]

        INTEGRATION: CWS impresstables2 (1.10.122); FILE MERGED 2007/12/01 19:21:27 cl 1.10.122.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:52:18 cl 1.10.122.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73db47c5d99f46e00e70f6408b94e4c2b484936a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cdcb010e52a2198a48f390c37fc0cc9de8393ffb]

        INTEGRATION: CWS impresstables2 (1.20.400); FILE MERGED 2007/12/01 19:21:23 cl 1.20.400.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/11 22:48:09 cl 1.20.400.2: RESYNC: (1.20-1.21); FILE MERGED 2007/10/11 13:52:18 cl 1.20.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2542dfa5793d65dbe2906220321d409ec3995bad]

        INTEGRATION: CWS impresstables2 (1.63.20); FILE MERGED 2008/03/11 18:49:23 cl 1.63.20.5: RESYNC: (1.67-1.68); FILE MERGED 2008/02/20 17:47:08 cl 1.63.20.4: RESYNC: (1.66-1.67); FILE MERGED 2007/12/01 19:21:20 cl 1.63.20.3: RESYNC: (1.65-1.66); FILE MERGED 2007/10/11 22:44:28 cl 1.63.20.2: RESYNC: (1.63-1.65); FILE MERGED 2007/10/11 13:52:18 cl 1.63.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a20ab49973a5cc2626aa76738a5b5ee8bca83984]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [97573b76cc6870ecd8c1c2494dfac282ecb82544]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8cb8e24a2e69e8c58da11848a881d3c6084eb68b]

        INTEGRATION: CWS impresstables2 (1.40.60); FILE MERGED 2007/10/11 22:36:27 cl 1.40.60.2: RESYNC: (1.40-1.41); FILE MERGED 2007/10/11 13:51:10 cl 1.40.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [990e67016c29af3d0c268099d49e291d319e149b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41d88340a6d28ab232ae79071233a66126cfa81f]

        INTEGRATION: CWS impresstables2 (1.15.120); FILE MERGED 2007/12/01 19:21:17 cl 1.15.120.3: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 22:35:50 cl 1.15.120.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/11 13:50:38 cl 1.15.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8b13ec0cb6edf47cec1b7755dae5bc82066d7a1f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:57:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71ebb9769b7f09906b7064871e0248131953074f]

        INTEGRATION: CWS impresstables2 (1.13.400); FILE MERGED 2007/12/01 19:21:14 cl 1.13.400.3: RESYNC: (1.14-1.15); FILE MERGED 2007/10/11 22:35:44 cl 1.13.400.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 13:50:38 cl 1.13.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9887e6c2c2b34f89d332fc86edb7bff65e7fcbc4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:56:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [09f2f18211883f3898a9d1ed58c691aba5d2ef4b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:56:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2763147d58840eb1f7ced85de47daff06882701e]

        INTEGRATION: CWS impresstables2 (1.9.400); FILE MERGED 2007/10/11 22:35:37 cl 1.9.400.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 13:50:37 cl 1.9.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12d0f1aa8ed0b30de5a5a57ab5825718f28ed1a4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:56:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f29d72799c4593b93526237d2bd5454997423a13]

        INTEGRATION: CWS impresstables2 (1.20.400); FILE MERGED 2008/03/11 18:49:12 cl 1.20.400.4: RESYNC: (1.22-1.24); FILE MERGED 2007/12/01 19:21:11 cl 1.20.400.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/11 22:35:31 cl 1.20.400.2: RESYNC: (1.20-1.21); FILE MERGED 2007/10/11 13:50:37 cl 1.20.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [95ac91110aba915b48597ded31d595b17701f4be]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:56:26 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5299bf62a14170c9bd3553f23b6e2011ba3737c4]

        INTEGRATION: CWS impresstables2 (1.10.400); FILE MERGED 2007/10/11 22:35:07 cl 1.10.400.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:50:37 cl 1.10.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [468bcdf76a014d6d98d52f0e9483e9e0cf1b8d88]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:56:16 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [20e5d564da1743a94b0634beb269c8e4d730dba5]

        INTEGRATION: CWS impresstables2 (1.26.158); FILE MERGED 2008/03/11 18:49:02 cl 1.26.158.5: RESYNC: (1.29-1.31); FILE MERGED 2008/02/24 00:22:24 cl 1.26.158.4: RESYNC: (1.28-1.29); FILE MERGED 2007/12/01 19:21:08 cl 1.26.158.3: RESYNC: (1.27-1.28); FILE MERGED 2007/10/11 22:34:21 cl 1.26.158.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 13:50:37 cl 1.26.158.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fb64561cb791325a2a6d6c7c9762c7558ebb1836]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:56:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [80213e9320a3548b6fc706a77b618c9b0f4f815f]

        INTEGRATION: CWS impresstables2 (1.43.20); FILE MERGED 2008/03/11 18:48:50 cl 1.43.20.6: RESYNC: (1.49-1.50); FILE MERGED 2008/02/24 00:22:20 cl 1.43.20.5: RESYNC: (1.48-1.49); FILE MERGED 2008/01/02 11:12:38 cl 1.43.20.4: RESYNC: (1.46-1.48); FILE MERGED 2007/12/01 19:21:05 cl 1.43.20.3: RESYNC: (1.44-1.46); FILE MERGED 2007/10/11 22:34:14 cl 1.43.20.2: RESYNC: (1.43-1.44); FILE MERGED 2007/10/11 13:50:37 cl 1.43.20.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca52f4d01bd0e4e0ba875396f48c4fff1927ba0a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b136dde0d72fc9c19f4bba19683ad40f7f5bdf21]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [830026587c14ca8b6915d205932de2b47e99a9bd]

        INTEGRATION: CWS impresstables2 (1.15.118); FILE MERGED 2008/03/11 18:48:41 cl 1.15.118.3: RESYNC: (1.16-1.17); FILE MERGED 2007/10/11 22:34:08 cl 1.15.118.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/11 13:50:37 cl 1.15.118.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [671effc6792f91920f6d2188a59adf823f735103]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:40 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c6e7fa74cc30309e64297338b2200a0dad50cae3]

        INTEGRATION: CWS impresstables2 (1.25.120); FILE MERGED 2007/12/01 19:21:02 cl 1.25.120.3: RESYNC: (1.26-1.28); FILE MERGED 2007/10/11 22:34:01 cl 1.25.120.2: RESYNC: (1.25-1.26); FILE MERGED 2007/10/11 13:50:37 cl 1.25.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58c6e0bed1003ffad08649d6eec157cec0b328be]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:33 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0628cbb734467f4b49ac4d1be50e509d296962e0]

        INTEGRATION: CWS impresstables2 (1.29.120); FILE MERGED 2007/12/01 19:20:59 cl 1.29.120.3: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 22:33:35 cl 1.29.120.2: RESYNC: (1.29-1.30); FILE MERGED 2007/10/11 13:50:36 cl 1.29.120.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e864002bd6625e3b58f16693c04dbb27c9aa19e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d23f9520eff937646fefb54ae7357c07af928479]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:55:16 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a592c40c061d7e98fd2e8688368f4e4ed34c13d4]

        INTEGRATION: CWS impresstables2 (1.6.82); FILE MERGED 2007/10/11 13:48:57 cl 1.6.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1566221f9f3b187cd81cc5180e40709cdd7dfe67]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:55:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [36658f104814055a7a08527939d721543a433bc5]

        INTEGRATION: CWS impresstables2 (1.50.2); FILE MERGED 2008/01/02 11:12:35 cl 1.50.2.4: RESYNC: (1.52-1.53); FILE MERGED 2007/12/01 19:20:56 cl 1.50.2.3: RESYNC: (1.51-1.52); FILE MERGED 2007/10/11 22:23:48 cl 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED 2007/10/11 13:48:15 cl 1.50.2.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bba68c3ff2ab7e62fb9d36cb3b7c3711dd90f99d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eaebe1f6ebfab025637007f79c7f66b7b290a295]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:58 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c7645970d94c32afee3929a09f9dd85cbf5d51b6]

        INTEGRATION: CWS impresstables2 (1.35.92); FILE MERGED 2008/03/11 18:49:58 cl 1.35.92.6: RESYNC: (1.40-1.42); FILE MERGED 2008/02/20 17:47:11 cl 1.35.92.5: RESYNC: (1.39-1.40); FILE MERGED 2008/01/30 13:23:22 cl 1.35.92.4: RESYNC: (1.37-1.39); FILE MERGED 2008/01/02 11:12:31 cl 1.35.92.3: RESYNC: (1.36-1.37); FILE MERGED 2007/10/11 22:22:42 cl 1.35.92.2: RESYNC: (1.35-1.36); FILE MERGED 2007/10/11 13:48:15 cl 1.35.92.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4dea3dfee9810aa006bd7b707700f8c78a878561]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cf096fcd3ee50397d9f61dbd1263de4869578671]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [83e27e37460b50d032f66a5583f749cde6f89f5c]

        INTEGRATION: CWS impresstables2 (1.12.400); FILE MERGED 2007/10/11 22:21:26 cl 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 13:48:15 cl 1.12.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8b1244c915465eb861e79fb603cf7d3050b74021]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0f61fd4698a2e97f63fccf5cd89e4fc4e8e95c76]

        INTEGRATION: CWS impresstables2 (1.61.60); FILE MERGED 2008/02/15 14:25:53 cl 1.61.60.4: #i68103# fixed refcounted styles 2007/12/01 19:20:53 cl 1.61.60.3: RESYNC: (1.62-1.63); FILE MERGED 2007/10/11 22:16:32 cl 1.61.60.2: RESYNC: (1.61-1.62); FILE MERGED 2007/10/11 13:47:16 cl 1.61.60.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b4a3deac15e6140f9ed1d124e17f74f31d22486]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:16 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c59b0284ea27c5846af858d62d24677a74286ef9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a2a3a97619adafa04fdedc8f3a1580ac739b58c6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:54:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1b64e53c2bc0759eac52d0bef3509e3d4828b6a]

        INTEGRATION: CWS impresstables2 (1.13.82); FILE MERGED 2007/10/11 22:14:38 cl 1.13.82.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 13:43:44 cl 1.13.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9f7e02f9825371d9c62a61c7e59cef09133bc99]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:53:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f50e676906f8b0be355af66fd7b0b7c58d10a33]

        INTEGRATION: CWS impresstables2 (1.28.82); FILE MERGED 2007/10/11 22:14:21 cl 1.28.82.2: RESYNC: (1.28-1.30); FILE MERGED 2007/10/11 13:46:25 cl 1.28.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [79e00d13286d414a9ae1d0f2728970ec931571df]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:53:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c62952be9c73626f988a7e487cc3d0f161c308d]

        INTEGRATION: CWS impresstables2 (1.70.82); FILE MERGED 2008/01/02 11:12:28 cl 1.70.82.3: RESYNC: (1.72-1.73); FILE MERGED 2007/10/11 22:13:34 cl 1.70.82.2: RESYNC: (1.70-1.72); FILE MERGED 2007/10/11 13:46:25 cl 1.70.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [787dfc08dfdf5553f9b10a50553aa87b656d451e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:53:26 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df23f15d9c106056ff3c07db0fd0a59c3aa40850]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:53:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8484ba5464392cc598c22f7338a2b7d5b13f2876]

        INTEGRATION: CWS impresstables2 (1.10.82); FILE MERGED 2007/10/11 22:12:55 cl 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:46:25 cl 1.10.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9cc8f9e31e6798b0825eaa901b9c2d0049973d28]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:53:09 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8eae34f5a76d52255dfd484c3d4cb1f691f19cd5]

        INTEGRATION: CWS impresstables2 (1.54.82); FILE MERGED 2008/02/20 17:47:05 cl 1.54.82.3: RESYNC: (1.56-1.57); FILE MERGED 2007/10/11 22:12:48 cl 1.54.82.2: RESYNC: (1.54-1.56); FILE MERGED 2007/10/11 13:46:25 cl 1.54.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56528e4acaba70ad198a489419a5a97808759d78]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1531a876dbc53c6df3a3a28b974b6733b0553ca6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b929aaf340a09813f3f45f3a95f1e4d0f0cdca70]

        INTEGRATION: CWS impresstables2 (1.6.82); FILE MERGED 2007/10/11 22:12:42 cl 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 13:46:24 cl 1.6.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [08428946cd5e26f14ec49222454017f64d034e3f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d6248303358f513fff003d27f3b341681f15ce3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7a4cd47585bd5fcae5a45dfdae1621ce94a95805]

        INTEGRATION: CWS impresstables2 (1.13.400); FILE MERGED 2007/10/11 22:12:26 cl 1.13.400.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 13:46:24 cl 1.13.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4129ebeccab93bb33119bd80346b858a3b466e3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9a0068d281dbc77ca18403acc047d8570a3bbd43]

        INTEGRATION: CWS impresstables2 (1.8.400); FILE MERGED 2007/10/11 22:12:08 cl 1.8.400.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 13:46:24 cl 1.8.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6b1021c440d3f14a085354e18430c4f51825886]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:18 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cddc5d566939f05ed7cffb8ab9d0c4b66bcd655a]

        INTEGRATION: CWS impresstables2 (1.10.82); FILE MERGED 2007/10/11 22:11:41 cl 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/11 13:46:24 cl 1.10.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43023e1123065fca68a241f19d379f4f8d1193ae]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28107ba2e7844b49159b31c7e1ec344ce5f7b03f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:52:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46e7d9bb4b33edfb46cd6a7131da2ae1878ff3d8]

        INTEGRATION: CWS impresstables2 (1.12.400); FILE MERGED 2008/03/11 18:49:33 cl 1.12.400.3: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 22:11:04 cl 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 13:46:24 cl 1.12.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c510df23fa0e329932f23b5b81dbba137b861af0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [70755c8762ad7cf700cc4319777eaf1bdccfcfd5]

        INTEGRATION: CWS impresstables2 (1.8.400); FILE MERGED 2007/10/11 22:10:48 cl 1.8.400.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 13:46:24 cl 1.8.400.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71086284b4cb00c7f25f14e85d23db034a88e6ea]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d86a6699876be7568a7d0dc9375e0923d914e3f1]

        INTEGRATION: CWS impresstables2 (1.30.82); FILE MERGED 2008/01/30 13:23:50 cl 1.30.82.3: RESYNC: (1.31-1.32); FILE MERGED 2007/10/11 22:10:31 cl 1.30.82.2: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 13:43:27 cl 1.30.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ecce096fb90298fae5c11b3d9c8af8a8c9110a05]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:51:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28bcb70a511db5587bc3b3192083062bb45e71ab]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/23 22:39:07 cl 1.1.2.3: fixed linux build problems 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [441e44b33f4f75eb65a94c78cc4767efe75e69a4]

        INTEGRATION: CWS impresstables2 (1.55.82); FILE MERGED 2007/10/11 22:10:14 cl 1.55.82.2: RESYNC: (1.55-1.56); FILE MERGED 2007/10/11 13:43:27 cl 1.55.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7904c62cd1c3065e452c3695272e89f0062d1ed0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac7b8dd61e0505053db4fe82e5d86f6481474de9]

        INTEGRATION: CWS impresstables2 (1.18.82); FILE MERGED 2007/12/01 19:20:46 cl 1.18.82.3: RESYNC: (1.19-1.20); FILE MERGED 2007/10/11 22:09:57 cl 1.18.82.2: RESYNC: (1.18-1.19); FILE MERGED 2007/10/11 13:43:27 cl 1.18.82.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [96665e52599eca656481fafc6c9e47b53df7c406]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e5254fbcb26a2e3846cdb694df672e0b77969e7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:51:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9d61e91929b40bc621f46551895e0312dccab54]

        INTEGRATION: CWS impresstables2 (1.15.48); FILE MERGED 2007/10/15 11:08:42 cl 1.15.48.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c4f84f044fd0eff9c4a8f22fd6143e566de27f4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:50:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [abc7e8e3c6aa3044cfa726be587762d662cffe86]

        INTEGRATION: CWS impresstables2 (1.4.886); FILE MERGED 2007/12/01 19:20:37 cl 1.4.886.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/11 13:42:20 cl 1.4.886.1: #i68103# fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6635d4d5a799c9be9b25090cd0c0cc7b67e01169]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:50:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da025f4a195a520ccd7bc5d52882a61b2d24d76b]

        INTEGRATION: CWS impresstables2 (1.5.420); FILE MERGED 2008/03/11 19:18:56 cl 1.5.420.5: RESYNC: (1.7-1.8); FILE MERGED 2008/02/15 14:25:32 cl 1.5.420.4: #i68103# fixed refcounted styles 2007/12/01 19:20:34 cl 1.5.420.3: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 21:54:16 cl 1.5.420.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/26 21:46:51 cl 1.5.420.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0a2dd49002305da27a7d516fcb5d46d6daa785c0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:50:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4b6c3daf8a36898446845a00166eedb507fa2fc5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:50:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1e31f3500a783b4238f93a00c7cdba37ef00d5a]

        INTEGRATION: CWS impresstables2 (1.40.108); FILE MERGED 2008/03/11 19:18:46 cl 1.40.108.5: RESYNC: (1.43-1.45); FILE MERGED 2007/12/01 19:20:31 cl 1.40.108.4: RESYNC: (1.42-1.43); FILE MERGED 2007/10/11 21:54:09 cl 1.40.108.3: RESYNC: (1.41-1.42); FILE MERGED 2007/08/01 15:28:28 cl 1.40.108.2: RESYNC: (1.40-1.41); FILE MERGED 2007/07/26 21:46:51 cl 1.40.108.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d7ede0bbe40491cfc40bb8882c20b58ad8ba7e40]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:50:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41a5998048073a9d31fdfcc16a0c1a5533e70c47]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:50:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d2e3edc1590d4b8e52805524f8fdabc91829e70f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:50:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [be6e8719f0d8e1080e8e470346cb0b298991d196]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [98c92aee0da1915508c781a2ccf1b71a7c497a31]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:49:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [74393908d8c627f826cbd98e0c8bc5469b29751d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d7f6848ff834ad32a706b5fab7a2e2662d4d51e9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:31 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f7cac3913d67af43e7045476fe142f1d8bdfc6c4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:22 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b48a04772baee6f0db311226810e923ad5a523e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41c1349939cc64f48d0a898f72ee3c800215eb69]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:49:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f2f3c5dc570945f7d779a00dab6bbb1db6eb911]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5bf81deabfde5fe7f276e5b6fc7ae2ec5fe8239d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [91c5cf63d039a96d1c291d65c386ab12aa203338]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e17477e8b40687ee482091de88249dc94aecba40]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eefe0f1100a17a08e1c1054d53ec67c7503d5902]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [79f48ef60cb5b03e2357c539289b31f5ff219fb1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [86e7c9fdd7002c121d5c1d8efeba219bbaf987a8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:57 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:48:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c5732f91b8f9e491e3c811e0ae61160e58c161ca]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [47e000adae108fce15838b54372b7bd94b24b34f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:50 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4c656373f499fe9e6ea69b3f7328663bd179d4b]

        INTEGRATION: CWS impresstables2 (1.48.6); FILE MERGED 2008/03/11 18:46:48 cl 1.48.6.4: RESYNC: (1.51-1.52); FILE MERGED 2007/10/11 15:37:04 cl 1.48.6.3: #i68103# initial table style implemenation 2007/06/27 15:22:00 cl 1.48.6.2: RESYNC: (1.48-1.51); FILE MERGED 2007/04/13 09:48:49 cl 1.48.6.1: #i68103# draft table user interface

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5a7fe88c484d8806a55a3dc11f9065a4409928f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [99eba13b90b11810cb04effdb63271ac9bdbf111]

        INTEGRATION: CWS impresstables2 (1.17.4); FILE MERGED 2008/03/03 16:49:45 cl 1.17.4.1: #i68103# fixed help id for table design panel

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [818e77f7b354d4a201eda092f9793e9b2211b477]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7172b2ad2bce3bb449f405d784691e8e5d6f7230]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:25:17 cl 1.1.2.4: #i68103# fixing fill color slot in draw 2008/01/14 13:47:09 cl 1.1.2.3: #i68103# removed sort and sum entries for now 2007/12/14 14:21:13 cl 1.1.2.2: #i68103# working on tables 2007/05/07 09:39:39 cl 1.1.2.1: #i68103# added table toolbars

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85817607611b76cd84b810f64853a061cddbb156]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:47:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff8f99634676a69afad1b0da4b783e41ee5d5542]

        INTEGRATION: CWS impresstables2 (1.7.546); FILE MERGED 2007/04/13 09:42:32 cl 1.7.546.1: #i68103# switched from insertSpreadsheet to insertTable

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bce5c92b1a008509a294b39d86c08c06e45d8980]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [727f411ec47e684e2b4898981bfcb325034ff5de]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d7fbe4c81c5e7b571855536c66dbd88d9e66ade]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/01 18:40:03 cl 1.1.2.2: #i68103# working on tables 2007/05/07 09:39:12 cl 1.1.2.1: #i68103# added table toolbars

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [51b3e7a95f309d39230657750b77c63c37839371]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:47:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cafa3a0de272badf753b8697b37bf6b97c4ca57c]

        INTEGRATION: CWS impresstables2 (1.5.546); FILE MERGED 2008/03/11 18:46:38 cl 1.5.546.3: RESYNC: (1.6-1.7); FILE MERGED 2007/08/01 15:23:29 cl 1.5.546.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/13 09:42:32 cl 1.5.546.1: #i68103# switched from insertSpreadsheet to insertTable

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cfe0ac7fde6d72124a56efc600a552a030ce1055]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6a7dcf4c5320ef7b2b38e426dc846a5c81bcaf80]

        INTEGRATION: CWS impresstables2 (1.31.30); FILE MERGED 2008/03/11 18:46:41 cl 1.31.30.2: RESYNC: (1.31-1.33); FILE MERGED 2008/01/21 15:50:23 cl 1.31.30.1: #i68103# replaced insert spreadsheet with insert table

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb707e20d721fb3e469fb1d15f0fc55aab166ba7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc0b0d4a45712ace4d3266cbbd72bfac7be8fab9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:25:16 cl 1.1.2.4: #i68103# fixing fill color slot in draw 2008/01/14 13:47:24 cl 1.1.2.3: #i68103# removed sort and sum entries for now 2007/12/14 14:21:13 cl 1.1.2.2: #i68103# working on tables 2007/05/07 09:38:26 cl 1.1.2.1: #i68103# added table toolbars

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [67faaaf0e294f7a64ffbdcb702da26fd18119052]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ad8c62836b793362c36c87d4ed7952d61f6adf4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/01 18:40:03 cl 1.1.2.2: #i68103# working on tables 2007/05/07 09:38:17 cl 1.1.2.1: #i68103# added table toolbars

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d0be19a9ea89bda1ffb35ab449edd61dca0e6c57]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f7266d597fd8c2cfd26ea7acb9bb2ee39747e203]

        INTEGRATION: CWS impresstables2 (1.5.546); FILE MERGED 2008/03/11 18:46:35 cl 1.5.546.3: RESYNC: (1.6-1.7); FILE MERGED 2007/08/01 15:23:22 cl 1.5.546.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/13 09:42:44 cl 1.5.546.1: #i68103# switched from insertSpreadsheet to insertTable

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c22a11e63243fbc6f28e29a9852c22c4df77a835]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [74e43a75756566c0b39563acab69e093135e39b0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0958de0d0636c0458b0d96ab1fc2a5caa62637a5]

        INTEGRATION: CWS impresstables2 (1.27.30); FILE MERGED 2008/03/11 18:46:31 cl 1.27.30.2: RESYNC: (1.27-1.29); FILE MERGED 2008/01/21 15:50:23 cl 1.27.30.1: #i68103# replaced insert spreadsheet with insert table

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ffd1c1ccb4ba23be8f7bd68383413577b7ea2123]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:46:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e7f81cea239dcf10570fe3025f3eb66d9f83804]

        INTEGRATION: CWS impresstables2 (1.65.6); FILE MERGED 2007/08/01 15:23:15 cl 1.65.6.2: RESYNC: (1.65-1.67); FILE MERGED 2007/05/03 09:18:36 cl 1.65.6.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f90be9a2ea141607f23479594b2232454f122dc9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3609816124810332401da659253054c348e21ffa]

        INTEGRATION: CWS impresstables2 (1.55.8); FILE MERGED 2007/07/26 18:03:58 cl 1.55.8.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f55ebe01ba8627095d3225d61d2344aa854944d3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [53a258b056c7f22bf5c54a13700156dfd42cfe0d]

        INTEGRATION: CWS impresstables2 (1.72.50); FILE MERGED 2008/02/27 12:09:03 cl 1.72.50.2: #i68103# fixed clipboard 2008/02/22 23:45:31 cl 1.72.50.1: fixed rtf clipboard pasting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dca4526ceb839cdc647b003d3ced28f1db101ab5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5489e863e9aba24ba13c8bf81abc8e5045f893bf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e974e5fa475f75b709eeb504b335d35055861e4]

        INTEGRATION: CWS impresstables2 (1.57.36); FILE MERGED 2008/01/01 18:40:31 cl 1.57.36.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [89cba6743751131b8038819dcd80240b7bda2166]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6d2198ceddea79be14e962afe5250f5906772d46]

        INTEGRATION: CWS impresstables2 (1.57.38); FILE MERGED 2008/03/11 18:45:46 cl 1.57.38.6: RESYNC: (1.60-1.61); FILE MERGED 2008/03/04 18:29:17 cl 1.57.38.5: #i68103# fixing auto color 2008/02/20 17:46:29 cl 1.57.38.4: RESYNC: (1.59-1.60); FILE MERGED 2007/08/01 15:22:47 cl 1.57.38.3: RESYNC: (1.57-1.59); FILE MERGED 2007/05/03 09:18:35 cl 1.57.38.2: new table toolbar 2007/04/18 15:18:06 cl 1.57.38.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ef0683f92c21676c35bf6f050ac10e486e3cdbff]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ddeaa80dbb0b26d022c2d096ed87673fe5cb301]

        INTEGRATION: CWS impresstables2 (1.86.52); FILE MERGED 2007/10/11 15:42:31 cl 1.86.52.2: #i68103# added undo for tables 2007/07/26 18:03:58 cl 1.86.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5cea7781a51cf63e2ec7a765e55ab135b37df802]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff8c2015e88b98cac21d6d7c24c15315dcf080ee]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7d2a1c0115b0033ab0ab2deee0090ce8ec113346]

        INTEGRATION: CWS impresstables2 (1.21.52); FILE MERGED 2008/02/28 15:59:42 cl 1.21.52.1: #i68103# disable text and line dialog for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a72271f18a69a319fe5bd73f30f9d780f87ee159]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:40 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bafc03428772979285a29b2f6852ca2b2131a227]

        INTEGRATION: CWS impresstables2 (1.20.52); FILE MERGED 2007/07/26 18:03:58 cl 1.20.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc86162cf97b23b7e4873ac63fed191351c46874]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:33 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4134b0ab1db91e47607617c943c1c60d6314228f]

        INTEGRATION: CWS impresstables2 (1.65.6); FILE MERGED 2008/03/11 18:45:43 cl 1.65.6.7: RESYNC: (1.72-1.74); FILE MERGED 2008/01/24 17:14:07 cl 1.65.6.6: #i68103# clear undo stack after xml import 2007/12/01 19:20:00 cl 1.65.6.5: RESYNC: (1.70-1.71); FILE MERGED 2007/10/11 21:44:05 cl 1.65.6.4: RESYNC: (1.68-1.70); FILE MERGED 2007/08/01 15:22:30 cl 1.65.6.3: RESYNC: (1.66-1.68); FILE MERGED 2007/06/27 15:19:20 cl 1.65.6.2: RESYNC: (1.65-1.66); FILE MERGED 2007/04/18 15:18:05 cl 1.65.6.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [107b202d7f87763c061478e29d2fba052475b2b6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:24 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [79307dd537d729252964e41db57ad83dc88c895d]

        INTEGRATION: CWS impresstables2 (1.31.42); FILE MERGED 2008/02/20 17:46:25 cl 1.31.42.4: RESYNC: (1.32-1.33); FILE MERGED 2007/07/26 18:03:58 cl 1.31.42.3: #i68103# added cell styles 2007/05/07 17:09:26 cl 1.31.42.2: RESYNC: (1.31-1.32); FILE MERGED 2007/04/13 09:46:24 cl 1.31.42.1: #i68103# added insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [741abf04230374f7474d7377c7b5e0fabd299e82]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:44:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58a2498658f678a3958a47060ff14343a363d593]

        INTEGRATION: CWS impresstables2 (1.74.4); FILE MERGED 2008/03/11 18:45:37 cl 1.74.4.2: RESYNC: (1.74-1.75); FILE MERGED 2008/02/28 15:59:42 cl 1.74.4.1: #i68103# disable text and line dialog for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [70c0beff3333332afaa5614008745096357eb3a0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2099ccc76c4e77835236f096c1b1d9e1b200b52d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ed6eec8ffecc7aaf8bf5d1cb1228457b1023e5b]

        INTEGRATION: CWS impresstables2 (1.37.52); FILE MERGED 2007/10/11 21:43:49 cl 1.37.52.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/11 15:42:07 cl 1.37.52.1: #i68103# added table shape context menu

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c274145c2004bdfe78b9ae409642de576d4a900]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f15a2b07b269a33ef386758ca16a0993143b2f8f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b3ba39c3981141b48ccc95eea7c12d21f4b56d19]

        INTEGRATION: CWS impresstables2 (1.44.50); FILE MERGED 2008/03/11 18:45:40 cl 1.44.50.3: RESYNC: (1.45-1.46); FILE MERGED 2007/12/01 19:19:58 cl 1.44.50.2: RESYNC: (1.44-1.45); FILE MERGED 2007/07/26 18:03:58 cl 1.44.50.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7569bddc39491a988a44badabb7831a475ca3f46]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8da8769aed5ebe6dd6c88ba92e10b08112b5fccb]

        INTEGRATION: CWS impresstables2 (1.6.42); FILE MERGED 2007/08/07 12:37:33 cl 1.6.42.6: fixed merge conflicts 2007/08/01 15:21:13 cl 1.6.42.5: RESYNC: (1.7-1.8); FILE MERGED 2007/05/03 09:18:35 cl 1.6.42.4: new table toolbar 2007/04/13 09:46:24 cl 1.6.42.3: #i68103# added insert table slot 2007/04/12 16:59:33 cl 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/16 12:10:43 cl 1.6.42.1: #i68103# added table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [184a2dd5bf0e18287ab6da13d00d65e441b45fa6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f00eb4b2504a3de995428497f974977071ec2e5e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [107f0e9ab78c3731b3756c0d94d566cc4a32e968]

        INTEGRATION: CWS impresstables2 (1.7.44); FILE MERGED 2007/07/26 18:02:32 cl 1.7.44.1: #i68103# added cell text to search & spellchecking

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59d6441e6cfaa7e2dc6aa59ff26f2eaddb865728]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:39 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8501a2597a339a637e4c840bebc9f77bd6188a5f]

        INTEGRATION: CWS impresstables2 (1.31.6); FILE MERGED 2007/08/01 15:20:56 cl 1.31.6.4: RESYNC: (1.32-1.33); FILE MERGED 2007/07/26 18:02:32 cl 1.31.6.3: #i68103# added cell text to search & spellchecking 2007/06/27 15:16:59 cl 1.31.6.2: RESYNC: (1.31-1.32); FILE MERGED 2007/04/18 15:18:05 cl 1.31.6.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a7e65f8208708821a14065b4070a95fa253c5d1a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:30 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [214b329ea2fc1863c8d2065c21698f87730e00e6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c60ca14dd589f64a8b33b090b6236c793c53644f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:42:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4454a3387dd9b00035726fc2e791bb6ab3678845]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:41:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [443f1e24ca10be0c9b651ba24c044316ba26638b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:41:50 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43ff346167c4b4212b4a5b35acd8e1f0003d3297]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:41:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [50f93c9e3369b4c2e779edb0bcb4b3fbf35d17de]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:41:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fe10be9568e11d3bb28211f6e186808573eb845c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:41:22 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72f1f22c81f6568ae38a5c9200ed6e82bfbaa026]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:56 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:41:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [244764bcb709461bde2bd4d09ac0d48022f5cb1c]

        INTEGRATION: CWS impresstables2 (1.86.12); FILE MERGED 2008/03/11 18:45:24 cl 1.86.12.6: RESYNC: (1.91-1.92); FILE MERGED 2008/02/20 17:46:17 cl 1.86.12.5: RESYNC: (1.90-1.91); FILE MERGED 2008/01/30 13:22:38 cl 1.86.12.4: RESYNC: (1.89-1.90); FILE MERGED 2007/10/11 21:43:14 cl 1.86.12.3: RESYNC: (1.88-1.89); FILE MERGED 2007/08/01 15:20:48 cl 1.86.12.2: RESYNC: (1.86-1.88); FILE MERGED 2007/07/26 18:12:08 cl 1.86.12.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [050d5e07056ce2fec757ff5367c21825e0805e25]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:41:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cecd4bd48d9052af878e31da6d0492f11a201bf0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7c42e13b9fd957f8d3665991a0e9c140b15c266e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [544145db431aaee37a7e4dfb5806ba0eb8bdaf8f]

        INTEGRATION: CWS impresstables2 (1.57.12); FILE MERGED 2008/02/29 15:54:37 cl 1.57.12.5: #i68103# fixed dynamic_cast error on linux 2008/01/31 13:46:15 cl 1.57.12.4: #i68103# use optional tunnel for safer cast to SfxStyleSheet from XStyle 2007/10/11 21:43:07 cl 1.57.12.3: RESYNC: (1.57-1.58); FILE MERGED 2007/07/31 11:21:40 cl 1.57.12.2: fixing linux build problems 2007/07/26 18:12:25 cl 1.57.12.1: #i68103# moved implementation of api sheets to core

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fe0768a34056458e609131d5a6f53d942a69b1f8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/23 22:39:07 cl 1.1.2.3: fixed linux build problems 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ba361a83e445cfbf4a881fed164cf7667f80a0ae]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25f3a26ecd90af9cd7428b31145c3088e0477216]

        INTEGRATION: CWS impresstables2 (1.100.18); FILE MERGED 2008/03/11 18:45:21 cl 1.100.18.10: RESYNC: (1.106-1.107); FILE MERGED 2008/02/21 14:39:59 cl 1.100.18.9: #i68103# fixed a wrong lenght 2008/02/20 17:46:13 cl 1.100.18.8: RESYNC: (1.105-1.106); FILE MERGED 2008/02/13 20:18:55 cl 1.100.18.7: #i68103# import table shapes only in impress and draw 2007/12/01 19:19:54 cl 1.100.18.6: RESYNC: (1.102-1.105); FILE MERGED 2007/08/07 12:37:33 cl 1.100.18.5: fixed merge conflicts 2007/08/01 15:20:41 cl 1.100.18.4: RESYNC: (1.101-1.102); FILE MERGED 2007/07/26 18:12:25 cl 1.100.18.3: #i68103# moved implementation of api sheets to core 2007/06/27 15:16:39 cl 1.100.18.2: RESYNC: (1.100-1.101); FILE MERGED 2007/04/18 15:17:01 cl 1.100.18.1: #i72702# updated api for table shapes

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [86a5e8ed3495f6051c0c8cf80dca51f395b7244e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:18 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c89c2233f2112d274dfa5d38ada31e68dd529714]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:40:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8060e46925c5fdc61d73a9fb1f52639985999b6e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1ed31bbcb6213204bdc8e853dddbc6ec77f45d22]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:50 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4d5cc6f72695ca786ccfc89167674c4ccfa72b8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c74ec68b4c89555f661bf5f800d6bd349454a71]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff6dfe8cb39015283835ccd6029e2a5ce4d7e7b1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ffbf07fee6c76ca69fbf36e1c8f7d11a3852c015]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:16 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6fcec4f030140a1faedfd8d418a45525dcf01d5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:39:06 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9545d2d4b3c595bd1f6177b7117722ff418b14ef]

        INTEGRATION: CWS impresstables2 (1.18.48); FILE MERGED 2007/07/26 18:12:25 cl 1.18.48.1: #i68103# moved implementation of api sheets to core

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [531257ed2a7cc90e7570973b710750dbd1448c79]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:38:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6d2ba06158edf5dad4ebd619a59fad813b2049a2]

        INTEGRATION: CWS impresstables2 (1.8.48); FILE MERGED 2007/10/11 15:45:10 cl 1.8.48.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc430886d86593b6153469c2eccabfc703732de3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:59:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [66d36b252c8dc57f749fa8964fa9e623bbc53c4c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:45:51 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5e739079b29bb419ccc1dc1a9a9968837dadded]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:58:21 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb23a819f4959afa9c9649dbcce0c756fd2b446b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:45:40 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a4d8604406c5951142d27a27e2242a32fb592b7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:45:30 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [11bf63579bb27c8854225ba23bb653b4b3ca2e10]

        INTEGRATION: CWS impresstables2 (1.4.44); FILE MERGED 2007/07/26 18:18:16 cl 1.4.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [808d82a96d40d6a4221ee08f5329db8f2c83c5c5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:55 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:43:34 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6f5028d8fb450915a6c2e2b31e0c391d2e455fa0]

        INTEGRATION: CWS impresstables2 (1.17.6); FILE MERGED 2008/03/03 16:50:02 cl 1.17.6.2: #i68103# fixed help id for table design panel 2007/10/11 15:45:10 cl 1.17.6.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [055345ebf7c8b3f8a447309f9d3e54ff6c16c52f]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:14 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [62e667d871a6d617a95545043cd3133c9a7b678e]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:14 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7a09801d172d8e9ae19ee34e9d8a6430730059b4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:21:24 cl 1.1.2.2: #i68103# working on tables 2007/05/03 09:26:11 cl 1.1.2.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61a4bc1a574a5120cb74fc3ce0440477ecfc7b51]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/22 23:36:55 cl 1.6.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:14 cl 1.6.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [32be4983e56eb38f1f18314afd22f76dc4578cfc]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/28 08:18:24 cl 1.1.2.6: #i68103# beware that selection might change during slot execution 2008/01/24 17:14:42 cl 1.1.2.5: #i68103# use slots to change table design 2008/01/01 18:40:31 cl 1.1.2.4: #i68103# working on tables 2007/12/14 14:21:24 cl 1.1.2.3: #i68103# working on tables 2007/08/06 19:41:40 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/05/03 09:25:53 cl 1.1.2.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c2b0b60b3950a6dc585607511b3a0103b48e146e]

        INTEGRATION: CWS impresstables2 (1.5.6); FILE MERGED 2008/02/13 11:17:14 cl 1.5.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48e237d98cc371e468b8d8d63dba71df75d63452]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:30:04 cl 1.1.2.14: #i68103# adding table design dialog for draw 2008/02/22 23:45:23 cl 1.1.2.13: fixed rtf clipboard pasting 2008/01/28 08:17:45 cl 1.1.2.12: #i68103# create new table if table style is selected without selected table 2008/01/21 15:53:31 cl 1.1.2.11: #i68103# added dialog for 'Insert Table' in impress/draw 2008/01/02 17:04:13 cl 1.1.2.10: #i68103# fixed linux compile warning 2007/12/14 14:21:24 cl 1.1.2.9: #i68103# working on tables 2007/12/01 15:36:44 cl 1.1.2.8: #i68103# working on table designs 2007/11/29 19:07:18 cl 1.1.2.7: #i68103# working on table templates 2007/10/11 15:48:57 cl 1.1.2.6: #i68103# initial table style implemenation 2007/08/06 19:41:40 cl 1.1.2.5: #i68103# worked on cell merging for tables in impress&draw 2007/07/31 11:21:40 cl 1.1.2.4: fixing linux build problems 2007/07/26 18:17:39 cl 1.1.2.3: #i68103# added cell styles 2007/04/18 18:47:45 cl 1.1.2.2: added missing precompiled header directive 2007/04/13 09:48:05 cl 1.1.2.1: #i68103# draft table user interface

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd32d6277a9099114baf1426dfb037c88ebdaa31]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/22 23:36:55 cl 1.8.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:14 cl 1.8.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b0ef21a33a8657d7ee079f046041b592a591713]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/01 20:32:13 cl 1.1.2.4: fixing unix compile problem 2007/10/11 15:48:57 cl 1.1.2.3: #i68103# initial table style implemenation 2007/05/03 09:26:27 cl 1.1.2.2: new table toolbar 2007/04/13 09:47:52 cl 1.1.2.1: #i68103# draft table user interface

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [35afe36ffb0c80bd468b95a84bea99ea2ccf067b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:30:04 cl 1.1.2.4: #i68103# adding table design dialog for draw 2008/02/28 15:58:54 cl 1.1.2.3: #i68103# some table design pane rework 2007/12/01 20:31:04 cl 1.1.2.2: fixing unix compile problem 2007/10/11 15:48:33 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4415919bdbf48ef0258d4c378ad854443680d74b]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:36:55 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:14 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ebcdf19a6f40ce791eba6a85b5a3141d61cd43e0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:30:04 cl 1.1.2.6: #i68103# adding table design dialog for draw 2008/02/28 15:58:54 cl 1.1.2.5: #i68103# some table design pane rework 2008/01/23 10:51:20 cl 1.1.2.4: #i68103# added undo for changing table style settings 2007/12/01 20:29:31 cl 1.1.2.3: fixing unix compile problem 2007/11/29 19:07:18 cl 1.1.2.2: #i68103# working on table templates 2007/10/11 15:48:22 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a146f769ed916b4223216dc0039797f23552689d]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:36:55 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c893f61f5361ca6385d1c5fa358c047aef49e3a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:30:04 cl 1.1.2.3: #i68103# adding table design dialog for draw 2008/02/28 15:58:54 cl 1.1.2.2: #i68103# some table design pane rework 2007/10/11 15:48:06 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ddf8fca7cfb5d5636f04d0b7875ba6d9a5a07ba2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:30:04 cl 1.1.2.14: #i68103# adding table design dialog for draw 2008/02/28 16:15:09 cl 1.1.2.13: #i68103# some table design pane rework 2008/02/28 15:58:54 cl 1.1.2.12: #i68103# some table design pane rework 2008/01/31 18:06:37 cl 1.1.2.11: #i68103# new defaults for table style settings 2008/01/31 14:02:49 cl 1.1.2.10: #i68103# use optional tunnel for safer cast to SfxStyleSheet from XStyle 2008/01/31 13:45:49 cl 1.1.2.9: #i68103# use optional tunnel for safer cast to SfxStyleSheet from XStyle 2008/01/28 08:38:35 cl 1.1.2.8: #i68103# free resources 2008/01/28 08:17:20 cl 1.1.2.7: #i68103# create new table if table style is selected without selected table 2008/01/24 17:14:34 cl 1.1.2.6: #i68103# use slots to change table design 2008/01/23 10:51:20 cl 1.1.2.5: #i68103# added undo for changing table style settings 2007/12/01 20:30:33 cl 1.1.2.4: fixing unix compile problem 2007/12/01 15:36:44 cl 1.1.2.3: #i68103# working on table designs 2007/11/29 19:07:18 cl 1.1.2.2: #i68103# working on table templates 2007/10/11 15:47:56 cl 1.1.2.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d60a926f8bce183a200394e7d7e3d87f4d08c604]

        INTEGRATION: CWS impresstables2 (1.50.18); FILE MERGED 2008/03/11 18:45:17 cl 1.50.18.2: RESYNC: (1.50-1.51); FILE MERGED 2008/03/03 10:59:00 cl 1.50.18.1: #i68103# fixing testtool crash in updatehdl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [210da4c164d0ff44b13aecfa4cc3ef78e8cc64a3]

        INTEGRATION: CWS impresstables2 (1.2.6); FILE MERGED 2007/12/01 19:19:51 cl 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/11 15:52:13 cl 1.2.6.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d0a5a33c5df0e73d53be14ff53acb68d5a14645]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:36:54 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7de80ccadeaca7f45e9228452ea79c7fbb3308ed]

        INTEGRATION: CWS impresstables2 (1.30.44); FILE MERGED 2007/12/01 19:19:49 cl 1.30.44.3: RESYNC: (1.31-1.32); FILE MERGED 2007/08/01 15:19:02 cl 1.30.44.2: RESYNC: (1.30-1.31); FILE MERGED 2007/07/26 18:00:48 cl 1.30.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e2ba33febfcff5b6c0da65e7c9efeedfff772072]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:36:54 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:14 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0bcfe3e44eb68b4d9730c99f17862a449494ac20]

        INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED 2007/07/26 18:00:48 cl 1.3.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b34fe1c76ac015c6da0acbdbcddc201748694c7f]

        INTEGRATION: CWS impresstables2 (1.30.168); FILE MERGED 2008/03/11 18:45:56 cl 1.30.168.5: RESYNC: (1.32-1.33); FILE MERGED 2007/12/01 19:19:46 cl 1.30.168.4: RESYNC: (1.31-1.32); FILE MERGED 2007/10/11 21:41:39 cl 1.30.168.3: RESYNC: (1.30-1.31); FILE MERGED 2007/07/26 18:00:48 cl 1.30.168.2: #i68103# added cell styles 2007/03/16 12:14:31 cl 1.30.168.1: #i68103# added table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [84a6c5bd82708df8561c4b8e1d697aa3f00a6a8b]

        INTEGRATION: CWS impresstables2 (1.17.44); FILE MERGED 2008/02/13 20:18:37 cl 1.17.44.1: #i68103# export table to rtf for clipboard

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da2242d64c8be2154024aa6316e6da6f67ffa248]

        INTEGRATION: CWS impresstables2 (1.17.380); FILE MERGED 2008/03/11 18:45:52 cl 1.17.380.4: RESYNC: (1.18-1.19); FILE MERGED 2007/12/01 19:19:43 cl 1.17.380.3: RESYNC: (1.17-1.18); FILE MERGED 2007/10/11 15:47:24 cl 1.17.380.2: #i68103# added table shape context menu 2007/07/26 18:00:48 cl 1.17.380.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [87bec41b0a5148bd392d2e57663fbcc414473884]

        INTEGRATION: CWS impresstables2 (1.7.312); FILE MERGED 2007/05/03 09:23:28 cl 1.7.312.2: new table toolbar 2007/04/18 15:16:33 cl 1.7.312.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3220fb965ebd557ec91cf5e17fba09ebe8c61b4b]

        INTEGRATION: CWS impresstables2 (1.4.380); FILE MERGED 2007/03/16 12:14:04 cl 1.4.380.1: #i68103# added table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6123fa7071810e1e4ca76fe17cd5d52d5b64a69]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/07/26 17:59:39 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [21999aa2fb51fdf0759caa7bf9f01e9fde5d3f8d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/07/26 17:59:29 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [129ffde109b18dc9d98b096c66f236b6a66505cc]

        INTEGRATION: CWS impresstables2 (1.17.44); FILE MERGED 2008/02/24 12:24:26 cl 1.17.44.3: #i68103# working on table clipboard 2007/08/01 15:16:09 cl 1.17.44.2: RESYNC: (1.17-1.18); FILE MERGED 2007/04/18 15:16:33 cl 1.17.44.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45cff8a27da9c913e18fc2573e2fd1cfe5be1ba0]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 00:02:46 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/22 23:36:54 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1b5ecd8837d8e0494b25613bd11d266bc22f78f7]

        INTEGRATION: CWS impresstables2 (1.3.16); FILE MERGED 2008/02/22 23:36:54 cl 1.3.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a64f4c3abc15c8b5e2f9c08564275938598c7906]

        INTEGRATION: CWS impresstables2 (1.3.72); FILE MERGED 2007/08/01 15:16:50 cl 1.3.72.3: RESYNC: (1.4-1.5); FILE MERGED 2007/04/12 16:36:18 cl 1.3.72.2: RESYNC: (1.3-1.4); FILE MERGED 2007/03/16 12:12:27 cl 1.3.72.1: #i68103# added table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bf26457c7c3fe8ee2d5d27774da91b06b2d4f6e]

        INTEGRATION: CWS impresstables2 (1.9.6); FILE MERGED 2007/10/11 15:47:04 cl 1.9.6.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [53d94ec469ba26b4dcb3b38298dc9f64d07c9209]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 16:15:38 cl 1.2.18.3: fixed solaris build problem 2008/02/22 23:36:54 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:13 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ca52ec6fdf4d3378317be0f14ea809ef8e9b361]

        INTEGRATION: CWS impresstables2 (1.4.44); FILE MERGED 2007/07/26 18:00:48 cl 1.4.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5d41a917bec947310efb55f1b5cdd26ce0b6ccd8]

        INTEGRATION: CWS impresstables2 (1.13.34); FILE MERGED 2008/02/20 17:46:21 cl 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2008/01/24 17:13:26 cl 1.13.34.1: #i68103# clear undo stack after xml import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ad621a699cc493a4f0f1e173c747f97cb5333bb]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:36:54 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:13 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e5dc9dbb66aee8005ea26f63e414c0bb55886b6]

        INTEGRATION: CWS impresstables2 (1.22.6); FILE MERGED 2007/08/01 15:16:25 cl 1.22.6.2: RESYNC: (1.22-1.23); FILE MERGED 2007/04/13 09:46:53 cl 1.22.6.1: #i68103# added insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [42fb4abb06e476f6c0704badc59e8fc3b384af45]

        INTEGRATION: CWS impresstables2 (1.6.44); FILE MERGED 2007/07/26 18:07:11 cl 1.6.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b225e71afaadff65577742c9a68ed04ed9a77acc]

        INTEGRATION: CWS impresstables2 (1.7.44); FILE MERGED 2007/05/03 09:23:07 cl 1.7.44.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c0e197a8484c3bd80db0730d9f096b259848e3bc]

        INTEGRATION: CWS impresstables2 (1.58.44); FILE MERGED 2007/08/07 12:37:33 cl 1.58.44.6: fixed merge conflicts 2007/08/01 15:15:20 cl 1.58.44.5: RESYNC: (1.59-1.61); FILE MERGED 2007/07/26 18:07:01 cl 1.58.44.4: #i68103# repick handle before BegDragObj because it could be invalid already 2007/06/27 15:13:51 cl 1.58.44.3: RESYNC: (1.58-1.59); FILE MERGED 2007/05/03 09:23:06 cl 1.58.44.2: new table toolbar 2007/04/18 15:16:12 cl 1.58.44.1: #i72702# reworked SdrBeginTextEdit to be virtual at last!

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d81af838bf9f146c418b23a91a7534a908626601]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/13 11:17:08 cl 1.4.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12f11cf35496699a7450cf36e9c99f284a4a4c91]

        INTEGRATION: CWS impresstables2 (1.4.4); FILE MERGED 2008/02/22 23:36:54 cl 1.4.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:08 cl 1.4.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eeebf5175fa489358af406ffddf67deab22a9052]

        INTEGRATION: CWS impresstables2 (1.25.52); FILE MERGED 2008/01/29 18:09:38 cl 1.25.52.2: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/07/26 18:07:11 cl 1.25.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [914e728bdd58c8457510c9e5fc541eb67bf4369e]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:36:54 cl 1.7.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:08 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c560ce321271584261cba5a62e04bc106b97c5f]

        INTEGRATION: CWS impresstables2 (1.50.32); FILE MERGED 2008/03/11 18:45:34 cl 1.50.32.2: RESYNC: (1.50-1.52); FILE MERGED 2008/03/04 18:28:46 cl 1.50.32.1: #i68103# fixing table text edit in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [defd1361513800466f83732c9854c58831a9f2f1]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:08 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46fa49ce8e84019defb70a2e57a61c6890ebe3fa]

        INTEGRATION: CWS impresstables2 (1.8.44); FILE MERGED 2007/07/26 18:07:11 cl 1.8.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [078ab211d31badec74708a360bafc1fb93bd995d]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 11:17:07 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7bf1d06345f2bfa0c0b2b151fa8b2ffead092cfc]

        INTEGRATION: CWS impresstables2 (1.14.44); FILE MERGED 2007/07/26 18:07:11 cl 1.14.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eafe04dc9383692f6ecbbf2437b66516d88a801c]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:07 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [993c68c4470e198d36dc793a1e24ef7d83537f9d]

        INTEGRATION: CWS impresstables2 (1.14.52); FILE MERGED 2007/07/26 18:07:11 cl 1.14.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6727143ae5afa3fb0e3b36c3b7e416ebb53acdb0]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:07 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0506620b846f58f98f9d5c21083cae0b0dea0a48]

        INTEGRATION: CWS impresstables2 (1.17.44); FILE MERGED 2007/07/26 18:07:11 cl 1.17.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ad54f87280349ce837425b9c53807167cef073b]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/22 23:36:54 cl 1.6.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [22245a8e12d8bb45099213460b49af4a979a76ab]

        INTEGRATION: CWS impresstables2 (1.30.52); FILE MERGED 2007/08/01 15:14:15 cl 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2007/07/26 18:07:11 cl 1.30.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64b42d37bb893b2b64527625427e20382695605f]

        INTEGRATION: CWS impresstables2 (1.5.4); FILE MERGED 2008/02/22 23:36:54 cl 1.5.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5a7c6a4e4456184281583807f815aa4dc2595dc5]

        INTEGRATION: CWS impresstables2 (1.2.6); FILE MERGED 2007/10/11 15:44:00 cl 1.2.6.1: #i68103# initial table style implemenation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3c34258dcbc18b55db36d3884724b3227396a899]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/13 11:17:07 cl 1.5.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [205f84616d41b353ca273c54f77f0a1373f6380b]

        INTEGRATION: CWS impresstables2 (1.12.52); FILE MERGED 2008/03/11 18:45:27 cl 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/26 18:04:28 cl 1.12.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1c2d5b0ef8dcff5c19ea8772dbeca77ed94d392]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:36:54 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [29ef940042052f9117b155ddd072f683a084627a]

        INTEGRATION: CWS impresstables2 (1.21.52); FILE MERGED 2007/07/26 18:04:28 cl 1.21.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [176c31f9cd96e86a3672aff42b94c5b5b7161566]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:07 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [94df84352db4039f2ab6a7cd115063762b68d10e]

        INTEGRATION: CWS impresstables2 (1.7.44); FILE MERGED 2007/12/01 19:19:40 cl 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/26 18:08:21 cl 1.7.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cbe2030c7504f2475456276fd6d57da3e0a73674]

        INTEGRATION: CWS impresstables2 (1.6.16); FILE MERGED 2008/02/13 11:17:07 cl 1.6.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [521f0948e6c58fa634546f39b8a77fab3794be22]

        INTEGRATION: CWS impresstables2 (1.7.44); FILE MERGED 2008/01/29 18:09:11 cl 1.7.44.4: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/10/11 15:41:25 cl 1.7.44.3: #i68103# changing execute return type 2007/08/01 15:13:10 cl 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/26 18:08:04 cl 1.7.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [35709035744f76e7d6a65aaf794f01f9476bf8dc]

        INTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED 2008/02/22 23:36:54 cl 1.4.40.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.4.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10160df32824bd63e8f1dc648cf0d610ed863141]

        INTEGRATION: CWS impresstables2 (1.9.44); FILE MERGED 2008/01/29 18:09:11 cl 1.9.44.3: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/08/01 15:13:03 cl 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/26 18:08:04 cl 1.9.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2104f1f69fc5af396b9f0abeb97cd0c21aa099d3]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:36:54 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [89ec8af640a9e298389bff421ef9d7285bbaa07c]

        INTEGRATION: CWS impresstables2 (1.17.52); FILE MERGED 2007/07/26 18:08:40 cl 1.17.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3479d3c36e9a85fcb1b40fae632b83993ed07d43]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:36:54 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a3046026fb739337e946e73f8cdb1e8cd82f4dde]

        INTEGRATION: CWS impresstables2 (1.12.52); FILE MERGED 2007/07/26 18:09:04 cl 1.12.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10848971870ce4d9addc3db43c6e4d121af86f4e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/07/26 18:07:46 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4077883069833693aaf777e81d97ffc77ec5d7cf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/07/26 18:07:36 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [99e52bba9931651e2f5dfda4e625f2ffd132b5ab]

        INTEGRATION: CWS impresstables2 (1.8.4); FILE MERGED 2008/02/22 23:36:54 cl 1.8.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.8.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [191492d077cb6a8c961bf8ec3488139a487c3dd4]

        INTEGRATION: CWS impresstables2 (1.21.44); FILE MERGED 2007/05/07 17:04:31 cl 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/16 12:15:04 cl 1.21.44.1: #i68103# added table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bbedc306d90a0f257abe19fe7468937dc15057c6]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:36:54 cl 1.7.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.7.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ddd1ddc72b0f699f817cd6de4afd580fc7afe4e4]

        INTEGRATION: CWS impresstables2 (1.118.18); FILE MERGED 2008/03/11 18:46:06 cl 1.118.18.5: RESYNC: (1.120-1.121); FILE MERGED 2007/12/01 19:19:37 cl 1.118.18.4: RESYNC: (1.119-1.120); FILE MERGED 2007/10/11 21:38:56 cl 1.118.18.3: RESYNC: (1.118-1.119); FILE MERGED 2007/10/11 15:40:35 cl 1.118.18.2: #i68103# initial table style implemenation 2007/07/26 18:01:54 cl 1.118.18.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2efa7abb847e84f7c78eadc8c2541fc9e32d004e]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:07 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [373003f833927cdbd8a212ce9113fb83163d2fc4]

        INTEGRATION: CWS impresstables2 (1.56.52); FILE MERGED 2008/02/14 10:16:43 cl 1.56.52.4: added missing newline at eof 2008/02/13 20:18:29 cl 1.56.52.3: #i68103# export table to rtf for clipboard 2007/10/11 15:40:12 cl 1.56.52.2: #i68103# initial table style implemenation 2007/07/26 18:01:54 cl 1.56.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58ff9edcf0e9dea1a0cbb5ad891d662a0bb42883]

        INTEGRATION: CWS impresstables2 (1.4.4); FILE MERGED 2008/02/13 11:17:07 cl 1.4.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b5feff9539d9bbc8b884d491528c3d3311da444]

        INTEGRATION: CWS impresstables2 (1.30.6); FILE MERGED 2007/12/01 19:19:34 cl 1.30.6.4: RESYNC: (1.31-1.32); FILE MERGED 2007/06/27 15:06:20 cl 1.30.6.3: RESYNC: (1.30-1.31); FILE MERGED 2007/05/07 09:40:23 cl 1.30.6.2: #i68103# added table toolbars 2007/04/13 09:45:33 cl 1.30.6.1: #i68103# added insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7a3e7ecf131dc697ddfb517b28a077366a05a73]

        INTEGRATION: CWS odfversion12_DEV300 (1.5.182); FILE MERGED 2008/03/03 16:27:24 pb 1.5.182.1: fix: #i86649# controls renamed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb39dfdc5f294d1767f734674b40a098614e333f]

        INTEGRATION: CWS impresstables2 (1.5.4); FILE MERGED 2008/02/22 23:36:53 cl 1.5.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.5.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e74a232cbe695793cdf523d54a4bce0b35199f7]

        INTEGRATION: CWS impresstables2 (1.16.6); FILE MERGED 2007/05/03 09:20:09 cl 1.16.6.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [136480cc6c83a9cb0b2b2950656eb21f4af2a682]

        INTEGRATION: CWS odfversion12_DEV300 (1.6.234); FILE MERGED 2008/03/03 16:30:53 pb 1.6.234.1: fix: #i86649# test changed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2773ad64b18eb40db2147f997e8ed276dc585f27]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:36:53 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:07 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [167ad9228539257270a42fdfc57807cac1b3e290]

        INTEGRATION: CWS odfversion12_DEV300 (1.4.698); FILE MERGED 2008/03/03 16:30:00 pb 1.4.698.1: fix: #i86649# height of a row fixed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2df348cd462bf9e6b50c735786d38531c98c1079]

        INTEGRATION: CWS impresstables2 (1.50.18); FILE MERGED 2008/03/11 18:46:09 cl 1.50.18.5: RESYNC: (1.52-1.53); FILE MERGED 2007/12/01 19:19:30 cl 1.50.18.4: RESYNC: (1.51-1.52); FILE MERGED 2007/10/11 21:38:49 cl 1.50.18.3: RESYNC: (1.50-1.51); FILE MERGED 2007/07/31 11:21:40 cl 1.50.18.2: fixing linux build problems 2007/07/26 18:01:54 cl 1.50.18.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5e2647c430f844dfd1741512dab8ffd8f66f029]

        INTEGRATION: CWS odfversion12_DEV300 (1.9.182); FILE MERGED 2008/03/03 16:28:54 pb 1.9.182.1: fix: #i86649# controls renamed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ee92d4ccbe82971a72982a0d7787f15465c89df4]

        INTEGRATION: CWS impresstables2 (1.9.42); FILE MERGED 2008/03/11 18:46:02 cl 1.9.42.3: RESYNC: (1.9-1.10); FILE MERGED 2008/02/27 10:45:46 cl 1.9.42.2: #i68103# fixed context menu handling for tables 2007/10/11 15:39:49 cl 1.9.42.1: #i68103# added table shape context menu

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dad74af524941bd50631de7eeb313fc07a394d59]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:06 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [708bf0e4bc0b62f434455fca59d8670553c412dd]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/20 16:55:51 cl 1.6.18.1: #i68103# some work on usability

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58a5d7a4eea00aa6b21faa2b25390e3677a65f71]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/02/22 23:36:53 cl 1.6.40.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:06 cl 1.6.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a8d320819af04f12e8c5dabc69782234315315ca]

        INTEGRATION: CWS impresstables2 (1.4.380); FILE MERGED 2008/02/20 16:55:51 cl 1.4.380.1: #i68103# some work on usability

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ba4ea5913ceeb00c03aeda47b5a1ba8a4b15eac8]

        INTEGRATION: CWS impresstables2 (1.5.4); FILE MERGED 2008/02/13 11:17:06 cl 1.5.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ee6d41a9fa6d27101afedf03374dfd3351b6321]

        INTEGRATION: CWS impresstables2 (1.11.64); FILE MERGED 2008/02/20 16:55:51 cl 1.11.64.1: #i68103# some work on usability

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1bb44af78204101da19d9878cf12bb538cfafc50]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:36:53 cl 1.7.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:06 cl 1.7.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [102770c4a824bd8a2498a411b21daa8b16e152bf]

        INTEGRATION: CWS impresstables2 (1.66.64); FILE MERGED 2008/01/24 17:12:31 cl 1.66.64.2: #i68103# clear undo stack after xml import 2008/01/01 18:40:31 cl 1.66.64.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [166848401ce9fc7a44fa6ee84d941e7f4e272fb4]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/13 11:17:06 cl 1.5.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [045fc76a229655e131553e3a69ea54f91654d6a9]

        INTEGRATION: CWS odfversion12_DEV300 (1.80.294); FILE MERGED 2008/03/03 15:43:56 pb 1.80.294.1: fix: #i86209# new controls for ODF default version

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [74061a90eef4467cf5a5e0b939c6edcd1c9c11ed]

        INTEGRATION: CWS impresstables2 (1.12.12); FILE MERGED 2007/03/20 09:48:00 cl 1.12.12.1: changed getOutlinerParaObject to GetOutlinerParaObject()

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e56242062444e5f05db1b80dd4cc2b6a2f9d9f28]

        INTEGRATION: CWS odfversion12_DEV300 (1.9.294); FILE MERGED 2008/03/03 15:44:47 pb 1.9.294.1: fix: #i86209# new controls for ODF default version

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ffa1e6ebeed4b7de0d3be6d774c7c37c278e744b]

        INTEGRATION: CWS impresstables2 (1.100.64); FILE MERGED 2008/01/31 10:17:52 cl 1.100.64.3: fixed compiler warnings 2008/01/28 16:33:51 sj 1.100.64.2: added table export 2008/01/23 17:45:00 sj 1.100.64.1: added export of tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a8e4aba042af90f8d36920ca1d38ce50d1d23d1]

        INTEGRATION: CWS odfversion12_DEV300 (1.19.200); FILE MERGED 2008/03/03 17:07:09 pb 1.19.200.2: fix: #i86209# syntax error fixed 2008/03/03 15:46:00 pb 1.19.200.1: fix: #i86209# new controls for ODF default version

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5bf732e34609d4256308915d898ada85016539b9]

        INTEGRATION: CWS impresstables2 (1.43.44); FILE MERGED 2008/03/11 18:46:20 cl 1.43.44.2: RESYNC: (1.43-1.44); FILE MERGED 2008/01/28 16:33:50 sj 1.43.44.1: added table export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e8dfb599e0e4af1230c4c96743ca3594338afe16]

        INTEGRATION: CWS impresstables2 (1.85.50); FILE MERGED 2008/03/11 18:46:12 cl 1.85.50.4: RESYNC: (1.89-1.90); FILE MERGED 2007/10/11 21:36:15 cl 1.85.50.3: RESYNC: (1.88-1.89); FILE MERGED 2007/08/01 15:06:29 cl 1.85.50.2: RESYNC: (1.85-1.88); FILE MERGED 2007/07/26 17:58:48 cl 1.85.50.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c6e15a674ba2275b6b944ee15c9774ebdad830d2]

        INTEGRATION: CWS odfversion12_DEV300 (1.59.130); FILE MERGED 2008/03/03 15:53:13 pb 1.59.130.1: fix: #i86209# SLOFILES filled with mission opt*.objs

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [baafb0ebff630fc35d7ca2068791ff14570406e6]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:36:53 cl 1.5.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:06 cl 1.5.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bc16ec6c04d7360cb7b197eb8e8c8ec0bddcb536]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 11:17:06 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7fe2da954c970f239ff8bb8cfb3ac1a8cc5d6ef]

        INTEGRATION: CWS odfversion12_DEV300 (1.7.294); FILE MERGED 2008/03/03 15:42:21 pb 1.7.294.1: fix: #i86209# LB_ODF_VERSION and other ids added

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64f06358dcdf6310e6c2adf9862e7fba0b2ea12e]

        INTEGRATION: CWS impresstables2 (1.4.44); FILE MERGED 2007/10/11 15:38:28 cl 1.4.44.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca8e8e5a56bcd265a704a37c420120af6eb3ebb1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 11:15:50 cl 1.1.2.1: Issue number: Submitted by: Reviewed by:

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [47cf7292b2c7c1f2c05b643740823eb109ddac1c]

        INTEGRATION: CWS impresstables2 (1.3.114); FILE MERGED 2008/02/27 10:45:30 cl 1.3.114.1: #i68103# fixed context menu handling for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bd093d18638380c033859b840246729103dc3882]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:06 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b8eeed88ad1b0a61fa53dd88463b98a921e51e20]

        INTEGRATION: CWS impresstables2 (1.3.114); FILE MERGED 2007/10/11 15:38:28 cl 1.3.114.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [34b433121d010db8aee90b70690fcc8e9f600ed1]

        INTEGRATION: CWS impresstables2 (1.12.114); FILE MERGED 2007/06/27 15:03:40 cl 1.12.114.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/03 09:31:25 cl 1.12.114.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ef507148a75ba37c130896057a0a78af3633302c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/12 19:33:23 cl 1.1.2.1: moved

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [231b646a04fbf893abffa384d806e7246800acb2]

        INTEGRATION: CWS impresstables2 (1.17.52); FILE MERGED 2008/02/29 12:33:40 cl 1.17.52.11: #i68103# fixing a dynamic_cast problem under linux 2008/02/20 17:46:32 cl 1.17.52.10: RESYNC: (1.19-1.20); FILE MERGED 2008/02/14 09:41:57 cl 1.17.52.9: fixed a unix compile warning 2008/02/07 20:08:25 cl 1.17.52.8: #i68103# add XModifyBroadcaster to SdStyleSheet 2008/01/29 18:05:38 cl 1.17.52.7: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/12/01 19:19:24 cl 1.17.52.6: RESYNC: (1.18-1.19); FILE MERGED 2007/12/01 15:36:24 cl 1.17.52.5: #i68103# working on table designs 2007/11/29 19:07:04 cl 1.17.52.4: #i68103# working on table templates 2007/10/11 21:36:08 cl 1.17.52.3: RESYNC: (1.17-1.18); FILE MERGED 2007/07/31 11:21:40 cl 1.17.52.2: fixing linux build problems 2007/07/26 17:52:18 cl 1.17.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a736c1131bd4d95c4c1b20f904028776e9e8c05c]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/13 11:17:06 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a476d7bd7874b02da3cc9388ed866c4cdb85b4bf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:36:53 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:15:38 cl 1.1.2.1: Issue number: Submitted by: Reviewed by:

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f51fae354a379873b517836d69e72b39c5662d5]

        INTEGRATION: CWS impresstables2 (1.35.52); FILE MERGED 2008/02/29 12:33:40 cl 1.35.52.5: #i68103# fixing a dynamic_cast problem under linux 2008/01/01 18:40:31 cl 1.35.52.4: #i68103# working on tables 2007/10/11 15:38:41 cl 1.35.52.3: #i68103# initial table style implemenation 2007/08/06 19:41:19 cl 1.35.52.2: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 17:52:18 cl 1.35.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ddc8a3fa62416aba8445f7801332dcb83ef8677f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/29 12:33:40 cl 1.1.2.6: #i68103# fixing a dynamic_cast problem under linux 2008/01/29 18:05:38 cl 1.1.2.5: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/11/29 19:07:04 cl 1.1.2.4: #i68103# working on table templates 2007/10/11 15:38:41 cl 1.1.2.3: #i68103# initial table style implemenation 2007/07/31 11:21:39 cl 1.1.2.2: fixing linux build problems 2007/07/26 17:51:56 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a099881609b9e23698b27d09cecc282eb829380f]

        INTEGRATION: CWS impresstables2 (1.14.114); FILE MERGED 2007/07/31 11:21:39 cl 1.14.114.1: fixing linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [14d9055f1deef98ffd7a02d5603f2392c06c1320]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:06 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0861ad106ecfd0e48b06bf8b6bef0d498979fe18]

        INTEGRATION: CWS impresstables2 (1.32.44); FILE MERGED 2007/10/11 21:36:02 cl 1.32.44.3: RESYNC: (1.34-1.35); FILE MERGED 2007/08/01 15:06:13 cl 1.32.44.2: RESYNC: (1.32-1.34); FILE MERGED 2007/07/26 17:58:05 cl 1.32.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9fa4657de7207b8e80fccd5619f6ec9f8f8e43a6]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 11:17:06 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d36889a0c24dadacbebba9feb8dc97bcb75948d4]

        INTEGRATION: CWS impresstables2 (1.59.50); FILE MERGED 2008/03/11 18:46:27 cl 1.59.50.4: RESYNC: (1.62-1.63); FILE MERGED 2007/10/11 21:35:55 cl 1.59.50.3: RESYNC: (1.61-1.62); FILE MERGED 2007/08/01 15:06:03 cl 1.59.50.2: RESYNC: (1.59-1.61); FILE MERGED 2007/07/26 17:58:05 cl 1.59.50.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b744fba2fd97d2e57a2014ec714bfb666617f98]

        INTEGRATION: CWS impresstables2 (1.12.300); FILE MERGED 2007/07/26 17:52:18 cl 1.12.300.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a42c0e06b1ccce6c5c9aa781eebadc283e5ca19a]

        INTEGRATION: CWS impresstables2 (1.5.4); FILE MERGED 2008/02/13 11:17:06 cl 1.5.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dd5c974c7579d013cb31b4097ce30893a65ad38d]

        INTEGRATION: CWS impresstables2 (1.65.242); FILE MERGED 2007/10/11 21:35:10 cl 1.65.242.4: RESYNC: (1.66-1.67); FILE MERGED 2007/07/26 17:52:35 cl 1.65.242.3: #i68103# added cell styles 2007/05/07 17:01:45 cl 1.65.242.2: RESYNC: (1.65-1.66); FILE MERGED 2007/05/03 09:31:25 cl 1.65.242.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bf69945b123febfd2d8f4c9acc6126fc84df67d4]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/22 23:36:53 cl 1.6.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7c6348f89d8f13623ce3f086304ddc3524cc47e1]

        INTEGRATION: CWS impresstables2 (1.53.52); FILE MERGED 2008/03/04 18:30:37 cl 1.53.52.12: #i68103# adding a black and white table style 2008/02/29 16:33:41 cl 1.53.52.11: #i68103# added further table styles from extras team 2008/02/28 15:57:24 cl 1.53.52.10: #i68103# added new table style designs from extras team 2008/02/27 10:45:12 cl 1.53.52.9: #i68103# fixed context menu handling for tables 2008/01/31 15:59:30 cl 1.53.52.8: #i68103# use optional tunnel for safer cast to SfxStyleSheet from XStyle 2008/01/29 18:05:38 cl 1.53.52.7: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/12/01 15:36:24 cl 1.53.52.6: #i68103# working on table designs 2007/11/29 19:07:04 cl 1.53.52.5: #i68103# working on table templates 2007/10/11 21:35:38 cl 1.53.52.4: RESYNC: (1.53-1.54); FILE MERGED 2007/10/11 15:38:41 cl 1.53.52.3: #i68103# initial table style implemenation 2007/08/06 19:41:19 cl 1.53.52.2: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 17:56:31 cl 1.53.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [237c80992a7b50aeade23ee57e15f957a11b2533]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/22 23:36:53 cl 1.9.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [24d43c0420c8f969804b63434521cf3676e5ecdb]

        INTEGRATION: CWS impresstables2 (1.47.38); FILE MERGED 2007/10/11 21:35:32 cl 1.47.38.3: RESYNC: (1.48-1.49); FILE MERGED 2007/08/01 15:05:43 cl 1.47.38.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/26 17:56:31 cl 1.47.38.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ff22d362ee5fe4a9344bfd7b162c5fabe8f081f]

        INTEGRATION: CWS impresstables2 (1.82.52); FILE MERGED 2007/10/11 21:35:17 cl 1.82.52.4: RESYNC: (1.83-1.84); FILE MERGED 2007/10/11 15:38:40 cl 1.82.52.3: #i68103# initial table style implemenation 2007/08/01 15:05:37 cl 1.82.52.2: RESYNC: (1.82-1.83); FILE MERGED 2007/07/26 17:56:31 cl 1.82.52.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5a04097ee8ceea2823b6d2d6f969c29063c92846]

        INTEGRATION: CWS impresstables2 (1.1.4); FILE ADDED 2008/01/01 18:39:54 cl 1.1.4.4: #i68103# working on tables 2007/12/14 14:21:05 cl 1.1.4.3: #i68103# working on tables 2007/05/03 09:13:59 cl 1.1.4.2: new table toolbar 2007/01/29 13:09:07 cl 1.1.4.1: file tables.sdi was added on branch cws_src680_impresstables2 on 2007-05-03 09:13:59 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e059ae4a81eead9aafc04b4bca8fad8b010478a5]

        INTEGRATION: CWS impresstables2 (1.9.380); FILE MERGED 2007/05/03 09:14:54 cl 1.9.380.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [501d98366cfc62fa4ce888c177db2252848367a1]

        INTEGRATION: CWS impresstables2 (1.31.42); FILE MERGED 2008/03/11 18:45:11 cl 1.31.42.5: RESYNC: (1.36-1.37); FILE MERGED 2008/02/20 17:46:36 cl 1.31.42.4: RESYNC: (1.35-1.36); FILE MERGED 2008/01/01 18:39:54 cl 1.31.42.3: #i68103# working on tables 2007/12/01 19:19:21 cl 1.31.42.2: RESYNC: (1.32-1.35); FILE MERGED 2007/05/03 09:14:54 cl 1.31.42.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [208ca3370e48b941a010b6e0b169320f401d0222]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:36:53 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:06 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ce07b93dc05ff083f98e83c17e72c5a78245d3f]

        INTEGRATION: CWS impresstables2 (1.7.380); FILE MERGED 2007/05/03 09:14:54 cl 1.7.380.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6213d80851ca17e26e0b18afc863551929134ddc]

        INTEGRATION: CWS impresstables2 (1.5.86); FILE MERGED 2008/02/22 23:36:53 cl 1.5.86.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d553f4f5058057e68297f4790588e6d36462d49]

        INTEGRATION: CWS impresstables2 (1.16.202); FILE MERGED 2007/07/26 17:41:55 cl 1.16.202.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [09151e1ceecfb85b42ce54ae1ca5071e48a40a83]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:36:53 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:06 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [02de9cdd65341b2afb0f44e82ad291c23ad5fec6]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:05 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9b75771270ab9da994b2d9be53b46297a6df07bc]

        INTEGRATION: CWS impresstables2 (1.39.42); FILE MERGED 2008/03/11 18:45:14 cl 1.39.42.6: RESYNC: (1.41-1.42); FILE MERGED 2007/12/14 14:21:05 cl 1.39.42.5: #i68103# working on tables 2007/12/01 19:19:18 cl 1.39.42.4: RESYNC: (1.39-1.41); FILE MERGED 2007/07/26 17:41:55 cl 1.39.42.3: #i68103# added cell styles 2007/05/03 09:14:54 cl 1.39.42.2: new table toolbar 2007/04/13 09:50:49 cl 1.39.42.1: #i68103# added insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [636e9d86e6dd00ef6f340e4beb756c1d146d605a]

        INTEGRATION: CWS impresstables2 (1.3.230); FILE MERGED 2008/02/13 11:17:05 cl 1.3.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [734ee8f0e419d89d23787ea24b976e2c42a6b9ee]

        INTEGRATION: CWS impresstables2 (1.16.6); FILE MERGED 2007/06/27 15:01:56 cl 1.16.6.2: RESYNC: (1.16-1.17); FILE MERGED 2007/04/13 09:48:24 cl 1.16.6.1: #i68103# added insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca7517f8a004b3aaed033a45bd404eb898117898]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:05 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8074ada3a599da182cd93287a19fe76aeeb13491]

        INTEGRATION: CWS impresstables2 (1.3.44); FILE MERGED 2007/10/11 15:53:26 cl 1.3.44.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc62c07d856c183e7b3063343a4afcd2bd43a5a0]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:36:52 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3e6be8905f71e02c0456b18eaade127c65c062d7]

        INTEGRATION: CWS impresstables2 (1.2.300); FILE MERGED 2007/10/11 15:53:26 cl 1.2.300.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [add369ef493b7465021c96695f3128dcd0b2d24b]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:05 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [92e33606e48917573ab27958462244995bbe1db4]

        INTEGRATION: CWS impresstables2 (1.3.378); FILE MERGED 2008/02/07 20:07:59 cl 1.3.378.3: #i68103# add XModifyBroadcaster to SdStyleSheet 2008/01/29 18:02:17 cl 1.3.378.2: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2007/07/26 17:47:06 cl 1.3.378.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3706adf87fe0cf03845d3ef32fadb4a4fd4efbe3]

        INTEGRATION: CWS impresstables2 (1.5.44); FILE MERGED 2007/10/11 15:36:46 cl 1.5.44.2: #i68103# initial table style implemenation 2007/07/26 17:47:06 cl 1.5.44.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9603118538a52f56927f78ce68db18224a179d0b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/07/26 17:46:52 cl 1.1.2.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71832bda9597ae59756ba277bfe5cd46dd57efc0]

        INTEGRATION: CWS impresstables2 (1.16.102); FILE MERGED 2008/03/03 16:58:33 cl 1.16.102.5: #i68103# fixed help id for table design panel 2008/03/03 16:49:26 cl 1.16.102.4: #i68103# fixed help id for table design panel 2007/12/01 19:19:14 cl 1.16.102.3: RESYNC: (1.17-1.18); FILE MERGED 2007/10/11 21:35:03 cl 1.16.102.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/26 17:49:12 cl 1.16.102.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f0a6e5fc0cd6ef5475dd2c06c6219d375483923a]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/22 23:36:52 cl 1.6.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [24fab348ac503c32f30eb71e9be7b932dc56d7fe]

        INTEGRATION: CWS impresstables2 (1.8.4); FILE MERGED 2008/02/22 23:36:52 cl 1.8.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [15627a635b30c4a66dd388a0d3c72b070d0be4c8]

        INTEGRATION: CWS impresstables2 (1.10.6); FILE MERGED 2007/07/26 17:48:42 cl 1.10.6.2: #i68103# added cell styles 2007/05/03 09:15:42 cl 1.10.6.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b7615c608696cbbff3221c7a1e94fc7875c4be43]

        INTEGRATION: CWS impresstables2 (1.20.6); FILE MERGED 2007/10/11 15:36:46 cl 1.20.6.3: #i68103# initial table style implemenation 2007/07/26 17:48:28 cl 1.20.6.2: #i68103# added cell styles 2007/05/03 09:15:42 cl 1.20.6.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59ceb4d85646ebaee44823c5d206ac5ebc34ae4f]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:36:52 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:05 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1756ebc5e7ce48acd4af8dfb91750be4e24f2375]

        INTEGRATION: CWS impresstables2 (1.46.10); FILE MERGED 2007/07/26 17:48:10 cl 1.46.10.1: #i68103# added cell styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [de0e1a8eb6d9a40d53bd61c6b5668cb05a2e2151]

        INTEGRATION: CWS impresstables2 (1.22.42); FILE MERGED 2008/03/11 18:46:45 cl 1.22.42.5: RESYNC: (1.27-1.28); FILE MERGED 2007/12/01 19:19:11 cl 1.22.42.4: RESYNC: (1.24-1.27); FILE MERGED 2007/08/01 15:01:54 cl 1.22.42.3: RESYNC: (1.23-1.24); FILE MERGED 2007/06/27 15:01:21 cl 1.22.42.2: RESYNC: (1.22-1.23); FILE MERGED 2007/05/03 09:15:42 cl 1.22.42.1: new table toolbar

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46defce5a7ef9a19f4a5be350fdcf06ed8e23eed]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:36:52 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:05 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aed524fe0309511ba43db9994fa31613434af5e8]

        INTEGRATION: CWS impresstables2 (1.4.380); FILE MERGED 2007/07/26 17:47:51 cl 1.4.380.1: #i68103# added cell text to search & spellchecking

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [19ee7b4161e9aa32a701e6d9076172b8f0ae7f8a]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:36:52 cl 1.7.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:05 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5b00c453d3d1d37af3acf42ad663de25086c026d]

        INTEGRATION: CWS impresstables2 (1.14.6); FILE MERGED 2007/08/01 15:02:15 cl 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/26 17:47:43 cl 1.14.6.1: #i68103# added cell text to search & spellchecking

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e1e1acae009e1b80adbc9082ece2938bbd6cb3cb]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:36:52 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5361ddb2a67636a2358ca18ed0c05d39046cce1]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:05 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e8ac7376e76b5efad13bbec80329f07dd0d027d0]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:36:52 cl 1.6.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:05 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b742f050489a287d970690730c07b5253b04c7c1]

        INTEGRATION: CWS odfversion12_DEV300 (1.144.14); FILE MERGED 2008/03/03 15:34:02 pb 1.144.14.1: fix: #i86209# Save/ODF/DefaultVersion added

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [00771eb1bb878265ce97c7014108ad6fba941750]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/22 23:36:52 cl 1.9.4.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58ed1f9a0a51906c5c7b6072c0e65776c7c9c2a1]

        INTEGRATION: CWS impresstables2 (1.26.6); FILE MERGED 2008/03/11 18:21:15 cl 1.26.6.4: RESYNC: (1.28-1.29); FILE MERGED 2007/12/01 19:18:55 cl 1.26.6.3: RESYNC: (1.27-1.28); FILE MERGED 2007/08/01 15:01:37 cl 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2007/05/31 11:09:19 cl 1.26.6.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e019a10e7af435c73848fac4b4473206f54971e6]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:59:13 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:10:00 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [820155bde5013317ad2ed77af22cb74c7881881d]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 11:17:04 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46f10545dab74f6d79a250f92dedced6ce025525]

        INTEGRATION: CWS odfversion12_DEV300 (1.41.12); FILE MERGED 2008/03/03 15:31:36 pb 1.41.12.1: fix: #i86209# Save/ODF/DefaultVersion added

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb1a323ad715cac2cc36768393f29a04abe56487]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8e9831c4c0924943242a3a479c5ed4c368ef8b8f]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 11:17:04 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d066bf857b361a2fbce1fe543626aa251997365]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/08/01 14:57:35 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e710f1a68b878e9b27a2fb58613e00dcad87cc67]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/08/01 14:57:18 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6882792afa32b105c9887de31a0a6e97dea1e31]

        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>  [5eaf27b0302e3d85e2a8422ebdaa78c82de6cb62]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 11:17:04 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58bf3527c6bef3b432343406bbfbd9a5beb227aa]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/08/01 14:57:12 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a617ec52edba1c2bcbea4d8b6eb128026c539ddc]

        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-12  Rüdiger Timm  <rt@openoffice.org>  [40d067f3c5ccf13189b9741db126572c0099d5a2]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:36:52 cl 1.4.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:04 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9c2d6a09b29dcdc3de3c5871c2ed7633dcba76c4]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:56:55 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:10:00 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78f35e197f076ab2e6013938c55efe7eeb5b0262]

        INTEGRATION: CWS impresstables2 (1.11.4); FILE MERGED 2008/02/22 23:36:52 cl 1.11.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:04 cl 1.11.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5e76807d0d4edde209a1c65877e31140175a999a]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:56:21 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:10:00 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f2ddf075f840f7cc7419d7dd27a2bb1762a508cb]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 11:17:04 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3479212ccd9b7cc1992d76ffb7a295bc0e360528]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/07/27 09:10:00 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [354cd11ff527c1ca8aca07b95e7f7e9b499ee57f]

        INTEGRATION: CWS impresstables2 (1.8.12); FILE MERGED 2007/07/27 09:10:00 cl 1.8.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ea6217033b801a1bd60dd392c62b57ad04b92a9a]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/07/27 09:10:00 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [99d1c925607d4173f77f19f5a9ee96e4b24a8b01]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/10/11 21:34:00 cl 1.4.80.3: RESYNC: (1.5-1.6); FILE MERGED 2007/08/01 14:55:26 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:10:00 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aba816b82194ca79afb598ff93929730597e40b8]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 11:17:04 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45a5425401b8cae2f5e512a42d0e4b9bcdf34e20]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/07/27 09:09:59 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c44de2ef6a95571f09ac853cf6920a71f4551273]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/07/27 09:09:59 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a2046d1303ec7da0d8c456cd39ff16256eccf2d2]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/07/27 09:09:59 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cec8ce30fede69a37c04fbcf489f4662b1eff8f2]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:36:52 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7473116324f1fa8e9db06210954ebf1128740d07]

        INTEGRATION: CWS impresstables2 (1.31.10); FILE MERGED 2008/02/20 17:45:55 cl 1.31.10.4: RESYNC: (1.33-1.34); FILE MERGED 2007/10/11 21:33:54 cl 1.31.10.3: RESYNC: (1.32-1.33); FILE MERGED 2007/08/01 14:54:42 cl 1.31.10.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/27 09:09:57 cl 1.31.10.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aaf07e6daa62864ed628dd87d1a296df6f33bf61]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/13 11:17:04 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ff010840d7f08ce76550d81e614d03db806edd5]

        INTEGRATION: CWS impresstables2 (1.32.36); FILE MERGED 2008/02/20 17:45:58 cl 1.32.36.3: RESYNC: (1.33-1.34); FILE MERGED 2007/08/01 14:54:35 cl 1.32.36.2: RESYNC: (1.32-1.33); FILE MERGED 2007/07/27 09:09:57 cl 1.32.36.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [faca17e3ced161ae46d5587122ed3322ba3d0826]

        INTEGRATION: CWS impresstables2 (1.23.80); FILE MERGED 2007/08/01 14:54:29 cl 1.23.80.2: RESYNC: (1.23-1.24); FILE MERGED 2007/07/27 09:09:57 cl 1.23.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cf2a41a69a3ce36b2e1e7a61f6a031d05fd6b23c]

        INTEGRATION: CWS impresstables2 (1.36.70); FILE MERGED 2008/01/30 13:22:21 cl 1.36.70.3: RESYNC: (1.37-1.38); FILE MERGED 2007/08/01 14:53:51 cl 1.36.70.2: RESYNC: (1.36-1.37); FILE MERGED 2007/07/27 09:09:57 cl 1.36.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [37d34df43a4ecbef24d1290462c9ba616c51130b]

        INTEGRATION: CWS impresstables2 (1.8.40); FILE MERGED 2007/12/02 01:05:01 cl 1.8.40.1: fixing namespace problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e0755637818052f28973c8f3e8f5b146de2a796f]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:36:52 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e4c08afe5506253a6073e90ffaa004961d0af16]

        INTEGRATION: CWS impresstables2 (1.58.58); FILE MERGED 2008/01/30 13:22:15 cl 1.58.58.4: RESYNC: (1.64-1.65); FILE MERGED 2007/10/11 21:33:28 cl 1.58.58.3: RESYNC: (1.61-1.64); FILE MERGED 2007/08/01 14:53:24 cl 1.58.58.2: RESYNC: (1.58-1.61); FILE MERGED 2007/07/27 09:09:57 cl 1.58.58.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64a0c56c1abe77f8d2f7359237939f67b72e3ad3]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:36:52 cl 1.6.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:04 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bdb6f4523bfd0b394d83ce4d0f82311d1b655d8]

        INTEGRATION: CWS impresstables2 (1.136.34); FILE MERGED 2008/02/24 00:21:58 cl 1.136.34.4: RESYNC: (1.140-1.141); FILE MERGED 2008/01/30 13:22:18 cl 1.136.34.3: RESYNC: (1.138-1.140); FILE MERGED 2007/08/01 14:53:18 cl 1.136.34.2: RESYNC: (1.136-1.138); FILE MERGED 2007/07/27 09:09:57 cl 1.136.34.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a821c2f4d6d69c16e87682ec2e3ab81ace3b1f02]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/13 11:17:04 cl 1.4.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f25179b687b5b6b1bef8bf6c362bbb0ce1c63b31]

        INTEGRATION: CWS impresstables2 (1.21.58); FILE MERGED 2007/08/01 14:53:03 cl 1.21.58.2: RESYNC: (1.21-1.22); FILE MERGED 2007/07/27 09:09:56 cl 1.21.58.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [05933a877435455101df6600c5d07bb253c78373]

        INTEGRATION: CWS impresstables2 (1.127.12); FILE MERGED 2008/03/11 18:22:12 cl 1.127.12.6: RESYNC: (1.135-1.137); FILE MERGED 2008/02/20 17:45:52 cl 1.127.12.5: RESYNC: (1.134-1.135); FILE MERGED 2008/01/30 13:22:24 cl 1.127.12.4: RESYNC: (1.132-1.134); FILE MERGED 2007/10/11 21:33:22 cl 1.127.12.3: RESYNC: (1.129-1.132); FILE MERGED 2007/08/01 14:52:56 cl 1.127.12.2: RESYNC: (1.127-1.129); FILE MERGED 2007/07/27 09:09:56 cl 1.127.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9831c3c54c316346f4cded48ad6b8e8611a5a3ae]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:36:52 cl 1.7.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cb0ed1b9c4345265c68ee23f40aac0b897fbb0f]

        INTEGRATION: CWS impresstables2 (1.21.34); FILE MERGED 2007/08/01 14:52:49 cl 1.21.34.2: RESYNC: (1.21-1.22); FILE MERGED 2007/07/27 09:09:56 cl 1.21.34.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [39303e5578fc747240fdfefd6ff9c2b25088f5a6]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:36:52 cl 1.5.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5aec5ed309d510de46490d3cff902a5038424cbc]

        INTEGRATION: CWS impresstables2 (1.63.50); FILE MERGED 2008/03/11 18:22:08 cl 1.63.50.6: RESYNC: (1.67-1.69); FILE MERGED 2008/02/24 00:21:45 cl 1.63.50.5: RESYNC: (1.66-1.67); FILE MERGED 2007/12/01 19:18:52 cl 1.63.50.4: RESYNC: (1.65-1.66); FILE MERGED 2007/10/11 21:33:15 cl 1.63.50.3: RESYNC: (1.64-1.65); FILE MERGED 2007/08/01 14:52:43 cl 1.63.50.2: RESYNC: (1.63-1.64); FILE MERGED 2007/07/27 09:09:56 cl 1.63.50.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [44d4032137a8081f9914a0e9bc497919316489c5]

        INTEGRATION: CWS impresstables2 (1.73.32); FILE MERGED 2008/03/11 18:22:04 cl 1.73.32.6: RESYNC: (1.80-1.82); FILE MERGED 2008/02/24 00:21:52 cl 1.73.32.5: RESYNC: (1.79-1.80); FILE MERGED 2007/12/01 19:18:49 cl 1.73.32.4: RESYNC: (1.77-1.79); FILE MERGED 2007/10/11 21:33:09 cl 1.73.32.3: RESYNC: (1.75-1.77); FILE MERGED 2007/08/01 14:52:36 cl 1.73.32.2: RESYNC: (1.73-1.75); FILE MERGED 2007/07/27 09:09:56 cl 1.73.32.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b09176856b5463a9ce44be1e856045fdfc36e548]

        INTEGRATION: CWS impresstables2 (1.2.86); FILE MERGED 2008/02/13 11:17:03 cl 1.2.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1212aad80b348012737890390db46a85cf9e158b]

        INTEGRATION: CWS impresstables2 (1.36.12); FILE MERGED 2007/08/01 14:52:20 cl 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2007/07/27 09:09:56 cl 1.36.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [27c2c54b0b891cfb74f482053c38a40ffc8f4de1]

        INTEGRATION: CWS impresstables2 (1.2.40); FILE MERGED 2008/02/22 23:36:52 cl 1.2.40.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d8e5192bbbe93b32b7200f128f9d1150403fbbe9]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:52:13 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:56 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4b9c82a7346fd1915b580398b1617d3c160df807]

        INTEGRATION: CWS impresstables2 (1.2.40); FILE MERGED 2008/02/13 11:17:03 cl 1.2.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [95a55f6929c7e2d5bb3ca735ebe52247a425cc6c]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:52:06 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:56 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [690b8012afbaae6e74af7d7b67d9472e7e037676]

        INTEGRATION: CWS impresstables2 (1.3.80); FILE MERGED 2007/08/01 14:50:21 cl 1.3.80.2: RESYNC: (1.3-1.4); FILE MERGED 2007/07/27 09:09:56 cl 1.3.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aa677e173f4fe605eef03b836618898785499bbe]

        INTEGRATION: CWS impresstables2 (1.2.40); FILE MERGED 2008/02/22 23:36:52 cl 1.2.40.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 11:17:03 cl 1.2.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d65459b780116c29c82d54d7fd0e5ada8d1dac0a]

        INTEGRATION: CWS impresstables2 (1.10.80); FILE MERGED 2007/08/01 14:51:40 cl 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:56 cl 1.10.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a34e3d388c0f6b411e8c6c8608bbf36311923f92]

        INTEGRATION: CWS impresstables2 (1.14.70); FILE MERGED 2007/08/01 14:51:34 cl 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:56 cl 1.14.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f67e9b78d13ebe5b7c0fa596db602a665bfb1b3e]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/03/11 18:13:06 cl 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/13 11:57:49 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aaa5c528c2dd1137cbe2fa37fba03033ad824beb]

        INTEGRATION: CWS impresstables2 (1.13.80); FILE MERGED 2007/08/01 14:51:19 cl 1.13.80.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/27 09:09:56 cl 1.13.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1567c0dff88c75bd802063de198ba17486e4ae92]

        INTEGRATION: CWS impresstables2 (1.9.16); FILE MERGED 2008/02/13 11:57:49 cl 1.9.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [173a756af3152dfb0567877fc7f76873acbcfb64]

        INTEGRATION: CWS impresstables2 (1.11.70); FILE MERGED 2007/07/27 09:09:56 cl 1.11.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cda6c7e22871c127e9846a4e07e9b35e070f5910]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/03/11 18:13:03 cl 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 11:57:49 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6bff0cc776e0a900fe3159d6714c3a8f07a107b9]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:51:12 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:56 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c419b860df77157d4c2091b2876cffa4647b245a]

        INTEGRATION: CWS impresstables2 (1.10.18); FILE MERGED 2008/02/22 23:40:02 cl 1.10.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9702c975474f2eae0fd9022e2dc0189c85c175c8]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2007/08/01 14:51:05 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:56 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [afe795b3e8284ef0be6c430590ad44105816ebd2]

        INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED 2007/08/01 14:50:59 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:56 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [815a68b02c6c117b091263975aa779d413959564]

        INTEGRATION: CWS impresstables2 (1.8.92); FILE MERGED 2008/03/11 18:13:10 cl 1.8.92.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/13 11:37:20 cl 1.8.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [137a2a8455bcc7040845e32013ecb0fc2bc0067e]

        INTEGRATION: CWS impresstables2 (1.9.80); FILE MERGED 2007/10/11 21:33:02 cl 1.9.80.3: RESYNC: (1.10-1.11); FILE MERGED 2007/08/01 14:50:43 cl 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:56 cl 1.9.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb0a09c460b3a0cc15cf875e761c1b919ac2eb3a]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 11:37:20 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1ecc335fe4c1eecd5d5adbb0a6c7b0cb654e67b3]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/03/11 18:13:25 cl 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 10:38:29 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5af6557233b0b4cdc2b34f06a910d2fcd7833951]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:50:28 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:56 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5eb4407df726189c01b3b2099bab9b8412cf69bb]

        INTEGRATION: CWS impresstables2 (1.5.12); FILE MERGED 2008/02/13 10:37:28 cl 1.5.12.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d859669334f4caca051e7807a90bfbb6ee92d10]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2007/08/01 14:50:04 cl 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:56 cl 1.8.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ca0037d7fa2079e32cf33ad691b07c81a610aea]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2007/08/01 14:49:57 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:56 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [062159b8edfd3c95cd0fad1631020418b37dfec9]

        INTEGRATION: CWS impresstables2 (1.9.12); FILE MERGED 2008/02/13 10:37:28 cl 1.9.12.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c7388f5b15380be7ce47ab800ae734d9f86eb386]

        INTEGRATION: CWS impresstables2 (1.10.80); FILE MERGED 2007/08/01 14:49:51 cl 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:56 cl 1.10.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [093121b39fa69da83e70d27433c3c0ba7568a3b3]

        INTEGRATION: CWS impresstables2 (1.5.16); FILE MERGED 2008/02/13 10:37:28 cl 1.5.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3672c32fb02fa434d546d273ef5b29c21716aa2b]

        INTEGRATION: CWS impresstables2 (1.11.80); FILE MERGED 2007/08/01 14:49:34 cl 1.11.80.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 09:09:56 cl 1.11.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17279bc69aa8b48499763f8a51600dda28f1307a]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:37:28 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5cf0529ad8797a3c393283fb9cd88f2fd527b493]

        INTEGRATION: CWS impresstables2 (1.71.30); FILE MERGED 2007/08/01 14:49:17 cl 1.71.30.2: RESYNC: (1.71-1.72); FILE MERGED 2007/07/27 09:09:56 cl 1.71.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c05031febb920f02cc6789ddcab60c2e26fce68e]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:37:28 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8f2ce4efa39e733bfd19093924d5a0375291ac4c]

        INTEGRATION: CWS impresstables2 (1.12.12); FILE MERGED 2007/08/01 14:48:36 cl 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/26 16:52:53 cl 1.12.12.1: #i68103# removed usage of using namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [23bc71669c40d404a36be5ab21eaca2835e56484]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:37:28 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e077f9fb0859a1143b7349465dcc947edb55f845]

        INTEGRATION: CWS impresstables2 (1.15.80); FILE MERGED 2007/08/01 14:49:11 cl 1.15.80.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/27 09:09:56 cl 1.15.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6e547305a5d1fefd31318a49e3aa8e92ef088a9a]

        INTEGRATION: CWS impresstables2 (1.8.16); FILE MERGED 2008/02/13 10:37:28 cl 1.8.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [efb8eeeeb1c2d277757e9afbdc4ae9cf9a194f3e]

        INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED 2007/08/01 14:41:29 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:56 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce474696a65a034c1cff9a87795f3ba7dbd3ba2e]

        INTEGRATION: CWS impresstables2 (1.18.80); FILE MERGED 2007/08/01 14:41:22 cl 1.18.80.2: RESYNC: (1.18-1.19); FILE MERGED 2007/07/27 09:09:55 cl 1.18.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bbd98c85ddd8ef2c4e0ddbf4839ffe0fa462f4a]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 10:37:28 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4cc55f73fbf7ce4de2f12afccad3248eac45367]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:39:16 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:55 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7a8a283713d85352b363058c7e7ba66ebd9ae62]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:35:28 cl 1.6.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:37:28 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3ecf63dc8b77ed00078738bce89fae92a700c46f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/11/29 18:51:19 cl 1.1.2.1: #i68103# working on table templates

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dfd20ccfa771fc2c4ea6736e7ae1ac4bd22e236f]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:35:28 cl 1.7.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1737046296001b027deef55be395e4d26a55203d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/11/29 18:51:08 cl 1.1.2.1: #i68103# working on table templates

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b4e0cd4a675cbb3d3a3e9c9ca6511c026001d43f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/05/07 10:25:32 larsbehr 1.1.2.1: initial impress table support

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [acd0bff585b23c68bef97a677e5af67950873999]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/02 01:05:01 cl 1.1.2.5: fixing namespace problems 2007/11/29 18:51:29 cl 1.1.2.4: #i68103# working on table templates 2007/07/27 09:28:58 cl 1.1.2.3: added missing pch include 2007/05/31 11:07:12 cl 1.1.2.2: working on tables in drawings 2007/05/07 10:24:23 larsbehr 1.1.2.1: initial impress table support

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b5978285dc635efdad7b459cf3a16b746f3d74b5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/01 15:33:42 cl 1.1.2.7: #i68103# only export used styles 2007/11/29 18:51:29 cl 1.1.2.6: #i68103# working on table templates 2007/09/20 15:13:32 cl 1.1.2.5: #i68103# table templates import 2007/07/27 09:09:55 cl 1.1.2.4: fixed build issues due to pch and namespace ::rtl 2007/07/26 16:55:17 cl 1.1.2.3: #i68103# working on tables in draw 2007/05/31 11:07:12 cl 1.1.2.2: working on tables in drawings 2007/05/07 10:24:23 larsbehr 1.1.2.1: initial impress table support

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [09e3f3eec45a7e167526e84cdeccac28a5d03bf2]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 10:37:28 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f7e990c5b0b874a3755a529117670b2f1abeaff3]

        INTEGRATION: CWS impresstables2 (1.14.80); FILE MERGED 2007/08/01 14:37:22 cl 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:55 cl 1.14.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fec8ca5de47641c8802e763a13550af79d43a1a5]

        INTEGRATION: CWS impresstables2 (1.13.80); FILE MERGED 2007/08/01 14:37:15 cl 1.13.80.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/27 09:09:55 cl 1.13.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a77713c2f99b4db981bb1ae2a44a1c448c4bf4b8]

        INTEGRATION: CWS impresstables2 (1.3.70); FILE MERGED 2008/02/13 10:37:27 cl 1.3.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8ca86feff6c1232b6d16ad51e59d70973b0f1902]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/22 23:35:27 cl 1.6.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e96f83ef0e6979791f497a2f05824cf73a8e6b25]

        INTEGRATION: CWS impresstables2 (1.41.36); FILE MERGED 2008/03/11 18:21:33 cl 1.41.36.4: RESYNC: (1.43-1.44); FILE MERGED 2007/11/29 18:50:47 cl 1.41.36.3: #i68103# working on table templates 2007/08/01 14:37:07 cl 1.41.36.2: RESYNC: (1.41-1.43); FILE MERGED 2007/07/27 09:09:55 cl 1.41.36.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e863671ade41b8bcd70e99d82706f07b9ddd654]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2007/08/01 14:36:59 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:55 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [05c2a9a7f5b3403c5e0ebe492deaebcd6295b593]

        INTEGRATION: CWS impresstables2 (1.5.10); FILE MERGED 2008/02/13 10:37:27 cl 1.5.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6a15949aeec369b650cae91cd5b19dab2ef524c6]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:36:40 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:55 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ef1cb30296d894c5244f9748678d569baecabba]

        INTEGRATION: CWS impresstables2 (1.2.230); FILE MERGED 2008/02/22 23:35:27 cl 1.2.230.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a045ee6057dbe516b1b8e837546c056abcf38af6]

        INTEGRATION: CWS impresstables2 (1.39.58); FILE MERGED 2008/03/11 18:21:37 cl 1.39.58.3: RESYNC: (1.40-1.41); FILE MERGED 2007/08/01 14:36:33 cl 1.39.58.2: RESYNC: (1.39-1.40); FILE MERGED 2007/07/27 09:09:55 cl 1.39.58.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6cb52ec97adff5f798ec8679368044e312d0076d]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/22 23:35:27 cl 1.2.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0a45787efd239c62deecff187ff6875c3d12071e]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:37:27 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8befb399158db675b4ae7a117e6c2e5f92e69236]

        INTEGRATION: CWS impresstables2 (1.45.70); FILE MERGED 2007/08/01 14:36:25 cl 1.45.70.2: RESYNC: (1.45-1.46); FILE MERGED 2007/07/27 09:09:55 cl 1.45.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7dc43ffe2a415aec7347f32102fd905a36490012]

        INTEGRATION: CWS impresstables2 (1.8.16); FILE MERGED 2008/02/22 23:35:27 cl 1.8.16.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:37:27 cl 1.8.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [711d2a6e9478ebe3b7381aa99e4a412e6ec24e43]

        INTEGRATION: CWS impresstables2 (1.47.46); FILE MERGED 2007/08/01 14:36:19 cl 1.47.46.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/27 09:09:55 cl 1.47.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [749b514efc98c09306edce6a349485bf0ec16abf]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:35:27 cl 1.9.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e5aed0d7228b1666242982d5504900f56f5be6db]

        INTEGRATION: CWS impresstables2 (1.28.70); FILE MERGED 2008/03/11 18:21:30 cl 1.28.70.3: RESYNC: (1.29-1.30); FILE MERGED 2007/08/01 14:36:11 cl 1.28.70.2: RESYNC: (1.28-1.29); FILE MERGED 2007/07/27 09:09:55 cl 1.28.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6e14ed732f465f257d85c62403a1e51d456fb8a]

        INTEGRATION: CWS impresstables2 (1.3.158); FILE MERGED 2008/02/13 10:37:27 cl 1.3.158.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a1a4d0044c99250b080ed30f5649edb80a94bff4]

        INTEGRATION: CWS impresstables2 (1.39.18); FILE MERGED 2007/08/01 14:36:04 cl 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2007/07/27 09:09:55 cl 1.39.18.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b28c4d2f9c73ee899c52ac014b121522a92d9bec]

        INTEGRATION: CWS impresstables2 (1.17.18); FILE MERGED 2008/03/11 18:12:55 cl 1.17.18.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/13 10:36:58 cl 1.17.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56cae27df6c91a165e41901a4a238d3989519a35]

        INTEGRATION: CWS impresstables2 (1.47.80); FILE MERGED 2007/08/01 14:35:56 cl 1.47.80.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/27 09:09:55 cl 1.47.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [22aac8a174352800c5a6ee38cd4ab39cfb396115]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/13 10:36:12 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [edde3331be41c6a4114c0ac1956e65ff03cd8b21]

        INTEGRATION: CWS impresstables2 (1.24.46); FILE MERGED 2007/10/11 21:32:46 cl 1.24.46.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/01 14:35:37 cl 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/27 09:09:55 cl 1.24.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [16b78a575eb9fedc333a37c944839611ee60cbad]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/13 10:36:12 cl 1.8.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e3b63fbd2156aee7e8682046172ce0c72b68bc48]

        INTEGRATION: CWS impresstables2 (1.23.36); FILE MERGED 2007/08/01 14:35:30 cl 1.23.36.2: RESYNC: (1.23-1.24); FILE MERGED 2007/07/27 09:09:54 cl 1.23.36.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1adf15448166081b44d7557d459ef3fea7159169]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:35:03 cl 1.7.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d0b5355424048fed96512603f662c18b2c56dc94]

        INTEGRATION: CWS impresstables2 (1.8.46); FILE MERGED 2007/08/01 14:35:13 cl 1.8.46.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:54 cl 1.8.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3c495c0ba9d33bc736b798f2dd82adde08a99c7e]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/13 10:36:11 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0dfa4bfb14f43f70ac18d82c9f34f523c525f604]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2007/08/01 14:34:44 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2e7889d2a3642c1a17f05ef24d1b2ec3dc359c89]

        INTEGRATION: CWS impresstables2 (1.5.90); FILE MERGED 2008/02/13 10:36:11 cl 1.5.90.4: merged svtools in and stripped 2007/10/11 21:12:20 cl 1.5.90.3: RESYNC: (1.6-1.7); FILE MERGED 2007/08/01 12:07:38 cl 1.5.90.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:04 cl 1.5.90.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1fa250154673f7dc5ecaed02d51a148f59089cf3]

        INTEGRATION: CWS impresstables2 (1.19.12); FILE MERGED 2007/08/01 14:34:27 cl 1.19.12.2: RESYNC: (1.19-1.21); FILE MERGED 2007/07/27 09:09:54 cl 1.19.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aa7f0df460ea3de45cdfdebcb17d7d9d9464620b]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:34:11 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:54 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [703610f62fe0b39436f4b010e0c4844a32647ca6]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2007/08/01 14:33:54 cl 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:54 cl 1.5.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [630c60afad4da58c511de5f9d87fcfc78bf0d565]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:36:11 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7e43d1bff71ff0472f87d759c10eb4379e73c82d]

        INTEGRATION: CWS impresstables2 (1.16.36); FILE MERGED 2007/08/01 14:33:47 cl 1.16.36.2: RESYNC: (1.16-1.18); FILE MERGED 2007/07/27 09:09:54 cl 1.16.36.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8ad1d211e2d15b5da69e0ad98eb317e2dcf8b078]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2008/02/22 23:35:03 cl 1.7.40.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c784a653c0e4d7b6c16d36621afc5c8d0742763f]

        INTEGRATION: CWS impresstables2 (1.7.46); FILE MERGED 2007/08/01 14:33:18 cl 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:54 cl 1.7.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8d20822d0c40b506b38cf6b7b5b7ca2b9b9f3a9b]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:36:11 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc405fa839be65a41831f7ab763cd7a0c1bd2544]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:32:59 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:54 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f41f6ee57bde38765c939cfd3774cd3e019d7b56]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:36:11 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4eb463786175e39e689ccdb4b24161a3170f0883]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2007/08/01 14:32:32 cl 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:54 cl 1.6.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [81ec44205b26f0f1d33f6f256456100433c3e045]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:36:11 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [98cdc1b7dfa4039deb7f7c918e11ded5e58ede37]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:32:15 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:54 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b9b0da883e7af788834a6bd16bbc0921d8bf9582]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:35:03 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b42abc1d69e6be0ca5603739baabe7efb91a1181]

        INTEGRATION: CWS impresstables2 (1.21.36); FILE MERGED 2007/08/01 14:31:58 cl 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2007/07/27 09:09:54 cl 1.21.36.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c3b97f6e19404b6c69820249bd9d317e2bd2ea0a]

        INTEGRATION: CWS impresstables2 (1.12.70); FILE MERGED 2007/08/01 14:31:34 cl 1.12.70.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:54 cl 1.12.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8afa9709d1f4e2ab829128847a20eb9bc43dbc67]

        INTEGRATION: CWS impresstables2 (1.8.46); FILE MERGED 2007/08/01 14:31:18 cl 1.8.46.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:54 cl 1.8.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [776671fda910e60920bac41cda2963291cf3e54e]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:35:03 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc0567e526757b2a08a56dccefcbeb6b87fae338]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:31:03 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:54 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e4f6178ad793ff66e82a1debea5a4ebeb1e148ba]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/13 10:36:11 cl 1.7.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c87ad6378eb3caa12084acdd15cd646481d1c60]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2007/08/01 14:30:48 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d3525ee7d3555e7156aa075bed142ce797735b4]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2007/08/01 14:30:32 cl 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:54 cl 1.7.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d5397e7d15d9b4892d35b97acf63a2222fb02afb]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2007/08/01 14:30:15 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25bcf106cba7df1c2bf53a9e5435aae93ca44b3c]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:35:03 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b54139c3fa3d789461097d2700d0468d69cac604]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2007/08/01 14:29:58 cl 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [af6826c30522eb8f3dccf2ef9f6e68a08e6f96e8]

        INTEGRATION: CWS impresstables2 (1.5.40); FILE MERGED 2008/02/13 10:36:11 cl 1.5.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c83d8f2e2bc94b58703d158a00e32a3c7728db02]

        INTEGRATION: CWS impresstables2 (1.9.46); FILE MERGED 2007/08/01 14:29:43 cl 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17df219b4c468696784f067a68e8045d4e693554]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2007/08/01 14:29:26 cl 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:54 cl 1.8.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [20a143c191751deea3dcd12134880fb5e52a6e42]

        INTEGRATION: CWS impresstables2 (1.9.46); FILE MERGED 2007/08/01 14:29:09 cl 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:54 cl 1.9.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b371d1f7e524459bd0ac60a897da3b4a8a3befe4]

        INTEGRATION: CWS impresstables2 (1.10.12); FILE MERGED 2007/08/01 14:23:33 cl 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:54 cl 1.10.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71f2978666e3b6c4f50d8ed845af19e1d3c005aa]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:35:03 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:11 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0396e1991c43706638d5122865dfdb277acdcddd]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:29:02 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:54 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [417c4ef4045a89cee4b36346d329563673b0cadd]

        INTEGRATION: CWS impresstables2 (1.4.46); FILE MERGED 2007/08/01 14:28:53 cl 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:09:54 cl 1.4.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3c9273ae2d42cd0f726365a7acf7faa537cee8ee]

        INTEGRATION: CWS impresstables2 (1.15.80); FILE MERGED 2008/03/11 18:21:23 cl 1.15.80.3: RESYNC: (1.17-1.18); FILE MERGED 2007/08/01 14:28:47 cl 1.15.80.2: RESYNC: (1.15-1.17); FILE MERGED 2007/07/27 09:09:54 cl 1.15.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [869f16b691658e1ba354829297d9e49bceb52cf7]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/07/27 09:09:54 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [01c7bd9fc6e06cc0548d173ad677c25c09cdb134]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2008/03/11 18:21:27 cl 1.8.80.3: RESYNC: (1.9-1.10); FILE MERGED 2007/08/01 14:28:12 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:54 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [516a409bfdf0ad323d7a7c3e349769bbd8f63259]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2007/08/01 14:28:05 cl 1.8.80.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 09:09:54 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [294fbb3016341321f4b70e5838f1553f4dbb5d60]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:36:10 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [703672616597a13f6f7daab3978b8146d037d01a]

        INTEGRATION: CWS impresstables2 (1.6.46); FILE MERGED 2007/08/01 14:27:58 cl 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:54 cl 1.6.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b1d60f2822d08a2f37fe1813faad0251d9233b99]

        INTEGRATION: CWS impresstables2 (1.6.86); FILE MERGED 2008/02/22 23:35:03 cl 1.6.86.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:10 cl 1.6.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4705697e5ada9a08796cae37e8c0d6bc97fd5eea]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/07/27 09:09:53 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [953fd13e00b11b924e40d00af524a49f779288da]

        INTEGRATION: CWS impresstables2 (1.11.68); FILE MERGED 2008/02/13 10:36:10 cl 1.11.68.5: merged svtools in and stripped 2007/12/01 19:17:26 cl 1.11.68.4: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 21:10:32 cl 1.11.68.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/01 12:05:36 cl 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 15:17:04 cl 1.11.68.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [53749f614963d1469be3bf4a86b1ae2ee51de898]

        INTEGRATION: CWS impresstables2 (1.7.46); FILE MERGED 2007/08/01 14:27:51 cl 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:53 cl 1.7.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f582063e0f21cf4a9e0ed619729ebfb0b68459d]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 10:36:10 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [38d894468fe413036e011b2d9122dd802b7146ff]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:35:03 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:10 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [33a4d83a1aa1439c77c8df24b1a5b0a1c4e073c7]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2007/08/01 14:27:45 cl 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:53 cl 1.5.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f5a63a799695c651a8fe429765b42b38b8ba6bb]

        INTEGRATION: CWS impresstables2 (1.6.46); FILE MERGED 2007/08/01 14:27:38 cl 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:53 cl 1.6.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [52dfe0f153c047cfcf3233b432c3f1412987ff5f]

        INTEGRATION: CWS impresstables2 (1.6.80); FILE MERGED 2007/08/01 14:27:07 cl 1.6.80.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 09:09:53 cl 1.6.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5d6d47d97279be8854b392048de9c601393186c2]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 10:36:10 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ac3ed8f3389ec970dc245db2405970f135967fd]

        INTEGRATION: CWS impresstables2 (1.6.38); FILE MERGED 2008/02/13 10:36:07 cl 1.6.38.4: merged svtools in and stripped 2007/10/11 21:09:01 cl 1.6.38.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/01 12:04:44 cl 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:04 cl 1.6.38.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e5ef11416ba9500ab7f1b0b9b69e3302f770df4]

        INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED 2007/08/01 14:27:01 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:53 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2bbed54452e21d3d5fcabcab363839d989e8eb0f]

        INTEGRATION: CWS impresstables2 (1.15.70); FILE MERGED 2007/08/01 14:26:54 cl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/27 09:09:53 cl 1.15.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8bafeb74def52fc0019ca94acf57430ebe88bb14]

        INTEGRATION: CWS impresstables2 (1.10.38); FILE MERGED 2008/02/13 10:36:07 cl 1.10.38.4: merged svtools in and stripped 2007/10/11 21:08:54 cl 1.10.38.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/01 12:04:38 cl 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:17:04 cl 1.10.38.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e0bedde90293e04c0653f7f315ca62ee51f9286c]

        INTEGRATION: CWS impresstables2 (1.15.70); FILE MERGED 2007/08/01 14:26:19 cl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/27 09:09:53 cl 1.15.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0df62aff8ab53e99b70f7bb5bf0aa48ee66205c5]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/13 10:36:07 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61fabec1921b16e6afcdb1b4c19339f781112a17]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/13 10:36:07 cl 1.7.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d71a703a78b888cb29f0d9186a00855c7fe4bbdf]

        INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED 2007/08/01 14:26:12 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:53 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b49432d99723498c60887dc701219dbb7c49898c]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:36:07 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ac9ec4b08d56d7f8404c9af60daee8c61affe48]

        INTEGRATION: CWS impresstables2 (1.9.80); FILE MERGED 2007/08/01 14:25:28 cl 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 09:09:53 cl 1.9.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f91aabc7442372fc770c66f015fe69118f004c1a]

        INTEGRATION: CWS impresstables2 (1.10.92); FILE MERGED 2008/02/13 10:36:07 cl 1.10.92.3: merged svtools in and stripped 2007/10/11 21:08:28 cl 1.10.92.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:17:04 cl 1.10.92.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2ea9610a0c086288dad62378242007c7af658d11]

        INTEGRATION: CWS impresstables2 (1.14.46); FILE MERGED 2007/08/01 14:25:12 cl 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:53 cl 1.14.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1b6e912b4534a7d7b5ce0cf0baf990daa8a61a10]

        INTEGRATION: CWS impresstables2 (1.13.38); FILE MERGED 2008/02/13 10:36:07 cl 1.13.38.4: merged svtools in and stripped 2007/12/01 19:17:23 cl 1.13.38.3: RESYNC: (1.14-1.15); FILE MERGED 2007/08/01 12:03:31 cl 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/27 15:17:04 cl 1.13.38.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d53b523f1a3b10481c0c73b0ddf4c7e99a33dd1a]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:23:46 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:53 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc8c1330ccfe0d6fb047a1fb9b5645a3fb9a735e]

        INTEGRATION: CWS impresstables2 (1.11.38); FILE MERGED 2008/02/22 23:35:02 cl 1.11.38.7: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:07 cl 1.11.38.6: merged svtools in and stripped 2008/01/30 13:21:10 cl 1.11.38.5: RESYNC: (1.14-1.15); FILE MERGED 2007/12/01 19:17:20 cl 1.11.38.4: RESYNC: (1.13-1.14); FILE MERGED 2007/10/11 21:08:12 cl 1.11.38.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/01 12:03:25 cl 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 15:17:04 cl 1.11.38.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [93c484d7bb324b10ab9d7ff9a23450a6f91a71fd]

        INTEGRATION: CWS impresstables2 (1.13.70); FILE MERGED 2007/08/01 14:23:39 cl 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/27 09:09:53 cl 1.13.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ba9ef65fdda39df665434f9dbd3e9bf1d952cd1]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/22 23:35:02 cl 1.12.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:07 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6d83a522dc21e1b574141ee36dac12bb02d40607]

        INTEGRATION: CWS impresstables2 (1.12.80); FILE MERGED 2007/08/01 14:23:26 cl 1.12.80.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 09:09:53 cl 1.12.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [79ca34ad26a2d827b921e01920e28d564aa4f50f]

        INTEGRATION: CWS impresstables2 (1.15.70); FILE MERGED 2007/08/01 14:22:34 cl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/27 09:09:53 cl 1.15.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca18ec0b1ed3e6278fa05646b3578e3c23b109e6]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/13 10:36:07 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [486fd26b288496317c02795b0c61caacdb36e189]

        INTEGRATION: CWS impresstables2 (1.15.70); FILE MERGED 2007/08/01 14:23:20 cl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2007/07/27 09:09:53 cl 1.15.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [13d26450b221f99a47d4ea0c7f24a14bf47017e2]

        INTEGRATION: CWS impresstables2 (1.5.230); FILE MERGED 2008/02/13 10:36:06 cl 1.5.230.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1edd7b2374279ae6c92df453b0609098fe6b94d2]

        INTEGRATION: CWS impresstables2 (1.10.80); FILE MERGED 2007/08/01 14:23:05 cl 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:53 cl 1.10.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61922ee08ad6aa41caa107e66620f34e105c9f46]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/22 23:35:02 cl 1.4.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2e2c129ab0bd498d54b5517d0b2d4044461e3343]

        INTEGRATION: CWS impresstables2 (1.7.46); FILE MERGED 2007/08/01 14:22:58 cl 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:53 cl 1.7.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8cc653ffc51b0f44321147dc33e7d7f909545418]

        INTEGRATION: CWS impresstables2 (1.10.46); FILE MERGED 2007/08/01 14:22:41 cl 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:53 cl 1.10.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d8f9ebf549590389ff760a3b35cbdb38ab6dd9b6]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:35:02 cl 1.5.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b993e76b2cca10bc7552f70b340367833d77b33]

        INTEGRATION: CWS impresstables2 (1.14.80); FILE MERGED 2007/08/01 14:22:28 cl 1.14.80.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:53 cl 1.14.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d8d6052bd7f936223fb9179a6c7c4129fae36d94]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2007/07/27 09:09:53 cl 1.5.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c042a2a949907d27ff113bc900bc2fa36c156b50]

        INTEGRATION: CWS impresstables2 (1.9.104); FILE MERGED 2008/02/22 23:35:02 cl 1.9.104.4: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:06 cl 1.9.104.3: merged svtools in and stripped 2007/12/01 19:17:17 cl 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/27 15:17:03 cl 1.9.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [55f3a5e8fbb4b2aadb5f366bc2efd23816c8f846]

        INTEGRATION: CWS impresstables2 (1.14.40); FILE MERGED 2007/12/02 01:05:00 cl 1.14.40.1: fixing namespace problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8e160753204efa3e3fcbf6cffe069da2377efbee]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/22 23:35:02 cl 1.7.104.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:06 cl 1.7.104.4: merged svtools in and stripped 2007/12/01 19:17:14 cl 1.7.104.3: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 21:07:56 cl 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 15:17:03 cl 1.7.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f48be9ed44cb8dc32b169ff3085efffb8b95ac25]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/03/11 18:21:52 cl 1.6.70.3: RESYNC: (1.8-1.9); FILE MERGED 2007/08/01 14:20:45 cl 1.6.70.2: RESYNC: (1.6-1.8); FILE MERGED 2007/07/26 16:53:33 cl 1.6.70.1: #i68103# removed usage of using namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [08c286272716beccfaaf22c9ad467e537c2e47c5]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:18:26 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:52 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc137eeafa06c7e88ef631ea0bc98f93702a770b]

        INTEGRATION: CWS impresstables2 (1.6.230); FILE MERGED 2008/02/22 23:35:02 cl 1.6.230.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:06 cl 1.6.230.4: merged svtools in and stripped 2007/12/01 19:17:11 cl 1.6.230.3: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 21:07:42 cl 1.6.230.2: RESYNC: (1.6-1.8); FILE MERGED 2007/07/27 15:17:03 cl 1.6.230.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5104c990d0e7a8f169c8e0318f9b59756be1f72f]

        INTEGRATION: CWS impresstables2 (1.12.112); FILE MERGED 2007/08/01 14:16:08 cl 1.12.112.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/26 17:10:57 cl 1.12.112.1: #i68103# working on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc8e26fdf509a92bb7debaa7a91e9ada17a6b17e]

        INTEGRATION: CWS impresstables2 (1.8.154); FILE MERGED 2008/02/22 23:35:02 cl 1.8.154.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:06 cl 1.8.154.4: merged svtools in and stripped 2007/12/01 19:17:08 cl 1.8.154.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 21:07:35 cl 1.8.154.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 15:17:03 cl 1.8.154.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [21ff69e4fbc6ff73f8d33dbac6c6b25d44ef9d16]

        INTEGRATION: CWS impresstables2 (1.49.80); FILE MERGED 2008/03/11 18:21:59 cl 1.49.80.7: RESYNC: (1.50-1.51); FILE MERGED 2008/02/13 20:09:57 cl 1.49.80.6: #i68103# import table shapes only in impress and draw 2008/01/01 18:32:44 cl 1.49.80.5: #i68103# export preview image for draw tables 2007/11/29 18:50:29 cl 1.49.80.4: #i68103# working on table templates 2007/08/01 14:16:02 cl 1.49.80.3: RESYNC: (1.49-1.50); FILE MERGED 2007/07/27 09:09:52 cl 1.49.80.2: fixed build issues due to pch and namespace ::rtl 2007/07/26 17:13:25 cl 1.49.80.1: #i68103# working on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2248c068c9441dd50d831b7ec8b120d66ce6fe4e]

        INTEGRATION: CWS impresstables2 (1.10.80); FILE MERGED 2007/08/01 14:15:45 cl 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 09:09:52 cl 1.10.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [35fd22350aa6e8c90c81990a752a4e27e544ce4c]

        INTEGRATION: CWS impresstables2 (1.44.30); FILE MERGED 2008/02/13 20:09:57 cl 1.44.30.4: #i68103# import table shapes only in impress and draw 2007/11/29 18:50:29 cl 1.44.30.3: #i68103# working on table templates 2007/08/01 14:15:38 cl 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2007/04/18 14:51:18 cl 1.44.30.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0260358ca5df57ce3ca0b3a3872da55b89c9c9fd]

        INTEGRATION: CWS impresstables2 (1.117.30); FILE MERGED 2008/03/11 18:21:55 cl 1.117.30.9: RESYNC: (1.122-1.124); FILE MERGED 2008/02/13 20:09:57 cl 1.117.30.8: #i68103# import table shapes only in impress and draw 2007/12/01 19:18:46 cl 1.117.30.7: RESYNC: (1.121-1.122); FILE MERGED 2007/11/29 18:50:28 cl 1.117.30.6: #i68103# working on table templates 2007/08/01 14:15:31 cl 1.117.30.5: RESYNC: (1.119-1.121); FILE MERGED 2007/07/27 09:09:52 cl 1.117.30.4: fixed build issues due to pch and namespace ::rtl 2007/06/27 14:57:57 cl 1.117.30.3: RESYNC: (1.118-1.119); FILE MERGED 2007/05/07 17:00:24 cl 1.117.30.2: RESYNC: (1.117-1.118); FILE MERGED 2007/04/18 14:51:18 cl 1.117.30.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5b34e33f03c8090606fac0f12a8c79c169e9f932]

        INTEGRATION: CWS impresstables2 (1.17.80); FILE MERGED 2007/10/11 21:32:10 cl 1.17.80.3: RESYNC: (1.18-1.19); FILE MERGED 2007/08/01 14:15:16 cl 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/27 09:09:52 cl 1.17.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ae47630912aa5c5387f436ffaa0a6a16073e1f4]

        INTEGRATION: CWS impresstables2 (1.8.154); FILE MERGED 2008/02/13 10:36:06 cl 1.8.154.3: merged svtools in and stripped 2007/10/11 21:06:58 cl 1.8.154.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 15:17:03 cl 1.8.154.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [03436e1ab2e5402e049bea2adf6a8ff891c64625]

        INTEGRATION: CWS impresstables2 (1.11.80); FILE MERGED 2007/07/27 09:09:52 cl 1.11.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1b2644a0f2f3709800f4f853cb21122363ee415a]

        INTEGRATION: CWS impresstables2 (1.17.30); FILE MERGED 2007/08/01 14:14:48 cl 1.17.30.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/27 09:09:52 cl 1.17.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [162e1d1df1d58872c274922fbf3b81e276e76bd1]

        INTEGRATION: CWS impresstables2 (1.5.230); FILE MERGED 2008/02/13 10:36:06 cl 1.5.230.3: merged svtools in and stripped 2007/10/11 21:06:35 cl 1.5.230.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:03 cl 1.5.230.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c2a53a85cd8a4e726891ad49cf75c287ad4f998]

        INTEGRATION: CWS impresstables2 (1.32.48); FILE MERGED 2007/08/01 14:14:11 cl 1.32.48.2: RESYNC: (1.32-1.34); FILE MERGED 2007/07/27 09:09:52 cl 1.32.48.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e3a46f4fe2237e8fc9e0e0ef04fdee7149ea65f]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 10:36:06 cl 1.6.104.2: merged svtools in and stripped 2007/07/27 15:17:03 cl 1.6.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bb7000101860aadb1d0502ec54828f7e2565bb0a]

        INTEGRATION: CWS impresstables2 (1.21.30); FILE MERGED 2007/08/01 14:13:53 cl 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2007/07/27 09:09:52 cl 1.21.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [08d2c666d4908e0dc1c2a8b24ecab58f468baeb0]

        INTEGRATION: CWS impresstables2 (1.11.48); FILE MERGED 2007/08/01 14:13:37 cl 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 09:09:52 cl 1.11.48.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [973c390dd4228d5ca771da80a8ede387a64ca805]

        INTEGRATION: CWS impresstables2 (1.5.154); FILE MERGED 2008/02/13 10:36:06 cl 1.5.154.3: merged svtools in and stripped 2007/10/11 21:06:15 cl 1.5.154.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:03 cl 1.5.154.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ff4ed5270c99f49a62459fa3caad43c7dd30d25]

        INTEGRATION: CWS impresstables2 (1.24.48); FILE MERGED 2007/12/01 19:18:43 cl 1.24.48.4: RESYNC: (1.26-1.27); FILE MERGED 2007/10/11 21:31:56 cl 1.24.48.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/01 14:13:29 cl 1.24.48.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/27 09:09:52 cl 1.24.48.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4c120d898ba77da8e8b00f3a4c0d18684b50d34]

        INTEGRATION: CWS impresstables2 (1.5.152); FILE MERGED 2008/02/13 10:36:05 cl 1.5.152.4: merged svtools in and stripped 2007/10/11 21:05:59 cl 1.5.152.3: RESYNC: (1.6-1.7); FILE MERGED 2007/08/01 12:01:42 cl 1.5.152.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:03 cl 1.5.152.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9fc067fde8cc6c62d4fdb330d05cce68d3f88931]

        INTEGRATION: CWS impresstables2 (1.63.80); FILE MERGED 2008/02/13 20:09:57 cl 1.63.80.6: #i68103# import table shapes only in impress and draw 2007/11/29 18:50:28 cl 1.63.80.5: #i68103# working on table templates 2007/08/01 14:13:02 cl 1.63.80.4: RESYNC: (1.64-1.65); FILE MERGED 2007/07/27 09:09:51 cl 1.63.80.3: fixed build issues due to pch and namespace ::rtl 2007/05/07 17:00:17 cl 1.63.80.2: RESYNC: (1.63-1.64); FILE MERGED 2007/04/18 14:51:18 cl 1.63.80.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c8574df251a0d5c105e9927b3e047577feb2cc1e]

        INTEGRATION: CWS impresstables2 (1.16.30); FILE MERGED 2008/02/29 16:03:34 cl 1.16.30.10: #i68103# fixed problem with presentation calc shape 2008/01/01 18:32:44 cl 1.16.30.9: #i68103# export preview image for draw tables 2007/11/29 18:50:28 cl 1.16.30.8: #i68103# working on table templates 2007/10/11 21:32:03 cl 1.16.30.7: RESYNC: (1.17-1.18); FILE MERGED 2007/08/01 14:12:54 cl 1.16.30.6: RESYNC: (1.16-1.17); FILE MERGED 2007/07/27 09:09:51 cl 1.16.30.5: fixed build issues due to pch and namespace ::rtl 2007/07/26 17:13:24 cl 1.16.30.4: #i68103# working on tables in draw 2007/05/07 10:20:25 larsbehr 1.16.30.3: initial impress table support 2007/04/18 15:07:46 cl 1.16.30.2: #i68103# draft code for table shape import and export 2007/04/18 14:51:17 cl 1.16.30.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f411e8d6ed5210bdaec99cf434c486ede0c5d385]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:36:05 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c6c148d7746608bf0799d9bf2fef9ac6d205a192]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/22 23:35:02 cl 1.11.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:05 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d6dadea83f1e2ea2fffb0a1ba3877ee8af71a5f7]

        INTEGRATION: CWS impresstables2 (1.20.30); FILE MERGED 2007/08/01 14:12:46 cl 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2007/07/27 09:09:51 cl 1.20.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3de68c4e7ebff18cf1c977505a99037f669b98f0]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:36:05 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [54b198a76158e1fc01c51b6ca9fb3cc65a2fa311]

        INTEGRATION: CWS impresstables2 (1.57.30); FILE MERGED 2008/02/29 16:03:34 cl 1.57.30.6: #i68103# fixed problem with presentation calc shape 2007/10/11 21:31:49 cl 1.57.30.5: RESYNC: (1.61-1.63); FILE MERGED 2007/08/01 14:12:38 cl 1.57.30.4: RESYNC: (1.59-1.61); FILE MERGED 2007/07/27 09:09:51 cl 1.57.30.3: fixed build issues due to pch and namespace ::rtl 2007/05/07 17:00:11 cl 1.57.30.2: RESYNC: (1.57-1.59); FILE MERGED 2007/04/18 14:51:17 cl 1.57.30.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc691e836b9746a1fe7d0f0acb556f2ed3d19af6]

        INTEGRATION: CWS impresstables2 (1.11.8); FILE MERGED 2008/02/13 10:36:05 cl 1.11.8.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5243710d3b6153b31e6bbdf987c01796ecf1905c]

        INTEGRATION: CWS impresstables2 (1.76.36); FILE MERGED 2008/02/29 16:03:34 cl 1.76.36.6: #i68103# fixed problem with presentation calc shape 2007/08/01 14:12:31 cl 1.76.36.5: RESYNC: (1.76-1.78); FILE MERGED 2007/07/27 09:09:51 cl 1.76.36.4: fixed build issues due to pch and namespace ::rtl 2007/07/26 17:13:24 cl 1.76.36.3: #i68103# working on tables in draw 2007/05/07 10:20:25 larsbehr 1.76.36.2: initial impress table support 2007/04/18 14:51:16 cl 1.76.36.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [039287a8fb41135b85c6a77fd795ee1db69cc458]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 10:36:05 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5aefec0efdd534495536bb57b9923020d8c63563]

        INTEGRATION: CWS impresstables2 (1.52.8); FILE MERGED 2008/03/06 18:14:05 cl 1.52.8.4: fixing merge errors 2008/02/13 20:09:57 cl 1.52.8.3: #i68103# import table shapes only in impress and draw 2007/08/01 14:12:14 cl 1.52.8.2: RESYNC: (1.52-1.54); FILE MERGED 2007/07/27 09:09:51 cl 1.52.8.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6dd09147655f0316daaa992871ca69421d110cc1]

        INTEGRATION: CWS impresstables2 (1.11.70); FILE MERGED 2008/02/22 23:35:01 cl 1.11.70.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:04 cl 1.11.70.4: merged svtools in and stripped 2007/12/01 19:17:05 cl 1.11.70.3: RESYNC: (1.12-1.13); FILE MERGED 2007/10/11 21:03:46 cl 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 15:17:02 cl 1.11.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1da4de1ac84708399d8668c9149960b6c86792b8]

        INTEGRATION: CWS impresstables2 (1.111.12); FILE MERGED 2008/03/06 18:14:05 cl 1.111.12.4: fixing merge errors 2007/10/11 21:31:32 cl 1.111.12.3: RESYNC: (1.113-1.114); FILE MERGED 2007/08/01 14:11:55 cl 1.111.12.2: RESYNC: (1.111-1.113); FILE MERGED 2007/07/26 17:13:24 cl 1.111.12.1: #i68103# working on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc66ca8ee14543aae2360c65d569fc4024004e9a]

        INTEGRATION: CWS impresstables2 (1.9.16); FILE MERGED 2008/02/22 23:35:01 cl 1.9.16.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [319cc61f086a565ac673d646ae41396fa5e1c136]

        INTEGRATION: CWS impresstables2 (1.38.40); FILE MERGED 2007/11/29 18:50:28 cl 1.38.40.1: #i68103# working on table templates

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0bd256b4c29ded80f8b01e06b854c2a1b4cb7ac2]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:36:04 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b7c623ca1f969b1b8ac236936848738ddbc2dc3a]

        INTEGRATION: CWS impresstables2 (1.95.12); FILE MERGED 2007/11/29 18:50:28 cl 1.95.12.3: #i68103# working on table templates 2007/08/01 14:11:39 cl 1.95.12.2: RESYNC: (1.95-1.96); FILE MERGED 2007/07/27 09:09:51 cl 1.95.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d61012af1eee65701799974cbc6ea56c34f7d443]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:35:01 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca35f57541549ac0edfbbe79c79887fd5ea8ddba]

        INTEGRATION: CWS impresstables2 (1.14.46); FILE MERGED 2007/08/01 14:11:22 cl 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:51 cl 1.14.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0e2bc27b40ecd34a4d118c19dcc44da15ae65106]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 10:36:04 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ca20998e02ec5f35f2359ef558ba61d8a94cb6a]

        INTEGRATION: CWS impresstables2 (1.8.80); FILE MERGED 2007/08/01 14:10:55 cl 1.8.80.2: RESYNC: (1.8-1.11); FILE MERGED 2007/07/27 09:09:51 cl 1.8.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [796aff70050d985e3c67625d4745eb8ed34ba470]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/22 23:35:01 cl 1.8.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cfbff7d9d97f9fbace36368865e8ff21c44aba9]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:10:47 cl 1.7.80.2: RESYNC: (1.7-1.9); FILE MERGED 2007/07/27 09:09:51 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [039df7a6e66a0813a53987359b999dce07d51d7d]

        INTEGRATION: CWS impresstables2 (1.7.84); FILE MERGED 2008/02/22 23:35:01 cl 1.7.84.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:04 cl 1.7.84.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f8a117319ddcfe2942b27c70290be2548b18b620]

        INTEGRATION: CWS impresstables2 (1.13.80); FILE MERGED 2007/08/01 14:10:28 cl 1.13.80.2: RESYNC: (1.13-1.15); FILE MERGED 2007/07/27 09:09:51 cl 1.13.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4f59d71ae53e5701f25953cd96b1ceca8c37fc09]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/22 23:35:01 cl 1.6.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:04 cl 1.6.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [18afec7ef740465c53225ab5845bf2c1c3fb9d76]

        INTEGRATION: CWS impresstables2 (1.2.30); FILE MERGED 2007/08/01 14:10:10 cl 1.2.30.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/27 09:09:51 cl 1.2.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17477f201768078edbd5513092f34ccf1967d5b1]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/13 10:36:04 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5070f34a30f3591f4bef12d4ec9ffceb167c9816]

        INTEGRATION: CWS impresstables2 (1.17.80); FILE MERGED 2007/08/01 14:10:03 cl 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/27 09:09:51 cl 1.17.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [215f4f1f84fe279e845478375b06fd78fa3c1683]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:36:04 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bccd94400acfb0e74756d4794ce70a3fcd6dbbf9]

        INTEGRATION: CWS impresstables2 (1.20.46); FILE MERGED 2007/08/01 14:09:54 cl 1.20.46.2: RESYNC: (1.20-1.21); FILE MERGED 2007/07/27 09:09:51 cl 1.20.46.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [681cdc1f196c7da7a955af5aa7fb5729b18d63d5]

        INTEGRATION: CWS impresstables2 (1.10.12); FILE MERGED 2007/10/11 21:31:25 cl 1.10.12.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/01 14:09:47 cl 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED 2007/07/27 09:09:51 cl 1.10.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cdde9173c2948c8d70d9241b7fe44146d3ac9707]

        INTEGRATION: CWS impresstables2 (1.8.74); FILE MERGED 2008/02/22 23:35:01 cl 1.8.74.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c1a152a5ef06df7b5257508408a93c384643a21]

        INTEGRATION: CWS impresstables2 (1.11.12); FILE MERGED 2007/10/11 21:31:18 cl 1.11.12.3: RESYNC: (1.13-1.15); FILE MERGED 2007/08/01 14:09:31 cl 1.11.12.2: RESYNC: (1.11-1.13); FILE MERGED 2007/07/27 09:09:51 cl 1.11.12.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8f643e9a3a96b33fa6c821b4c84c3090e4d1ea33]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/13 10:36:04 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [388753a47cfb469ba48355d7102f6c45d387c066]

        INTEGRATION: CWS impresstables2 (1.16.30); FILE MERGED 2007/08/01 14:09:39 cl 1.16.30.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/27 09:09:51 cl 1.16.30.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1be277dbaa3fc49df43065bbdd0571609cd42bf]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/22 23:35:01 cl 1.12.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:36:04 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [faf1d5c4205122b25fd0527f85ed53fa9d74a079]

        INTEGRATION: CWS impresstables2 (1.7.80); FILE MERGED 2007/08/01 14:09:22 cl 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:51 cl 1.7.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8159256f4c81784a958ff4789fcc68b02e0e0d84]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 10:36:04 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10f9e4379c9f08527c7235684d24616f363c3733]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:08:33 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 09:09:51 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3968b61ecf53341142e6dd4f9d78a05fd9ededde]

        INTEGRATION: CWS impresstables2 (1.109.30); FILE MERGED 2008/03/11 18:22:17 cl 1.109.30.7: RESYNC: (1.116-1.122); FILE MERGED 2008/03/06 18:12:11 cl 1.109.30.6: fixing merge errors 2008/02/24 00:21:38 cl 1.109.30.5: RESYNC: (1.115-1.116); FILE MERGED 2007/12/01 19:18:40 cl 1.109.30.4: RESYNC: (1.112-1.115); FILE MERGED 2007/11/29 18:50:16 cl 1.109.30.3: #i68103# working on table templates 2007/10/11 21:31:11 cl 1.109.30.2: RESYNC: (1.109-1.112); FILE MERGED 2007/09/20 15:11:47 cl 1.109.30.1: #i68103# table templates import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [62830b5934805f7e380bd56474c99d6da745a1e0]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:35:54 cl 1.6.70.4: merged svtools in and stripped 2007/12/01 19:17:02 cl 1.6.70.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 21:00:10 cl 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:02 cl 1.6.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d9435dd21e7823e8df62508dd7b775662e6760f]

        INTEGRATION: CWS impresstables2 (1.97.44); FILE MERGED 2008/03/06 18:12:11 cl 1.97.44.6: fixing merge errors 2008/02/20 17:45:49 cl 1.97.44.5: RESYNC: (1.101-1.103); FILE MERGED 2008/02/13 20:09:57 cl 1.97.44.4: #i68103# import table shapes only in impress and draw 2008/01/30 13:22:27 cl 1.97.44.3: RESYNC: (1.99-1.101); FILE MERGED 2007/08/01 14:07:56 cl 1.97.44.2: RESYNC: (1.97-1.99); FILE MERGED 2007/07/27 09:09:50 cl 1.97.44.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f6ca3874c56ce5193d773c132a9ba3837174c8b2]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 10:35:54 cl 1.5.70.4: merged svtools in and stripped 2007/12/01 19:16:59 cl 1.5.70.3: RESYNC: (1.6-1.7); FILE MERGED 2007/10/11 21:00:02 cl 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:02 cl 1.5.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9272708b8d55e11e63c3d9fd21f6f4c309e6a21e]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/08/01 14:07:49 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:09:50 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [636594086efeb2dab07a17af82f08c095e208f19]

        INTEGRATION: CWS impresstables2 (1.126.70); FILE MERGED 2008/03/06 18:12:10 cl 1.126.70.10: fixing merge errors 2008/01/01 18:32:20 cl 1.126.70.9: #i68103# export preview image for draw tables 2007/12/01 19:18:36 cl 1.126.70.8: RESYNC: (1.132-1.133); FILE MERGED 2007/10/11 21:31:03 cl 1.126.70.7: RESYNC: (1.130-1.132); FILE MERGED 2007/08/01 14:07:42 cl 1.126.70.6: RESYNC: (1.129-1.130); FILE MERGED 2007/07/26 16:51:24 cl 1.126.70.5: #i68103# removed usage of using namespace ::rtl 2007/06/27 14:57:23 cl 1.126.70.4: RESYNC: (1.128-1.129); FILE MERGED 2007/05/07 16:59:30 cl 1.126.70.3: RESYNC: (1.126-1.128); FILE MERGED 2007/05/07 10:20:24 larsbehr 1.126.70.2: initial impress table support 2007/04/18 14:56:24 cl 1.126.70.1: #i68103# draft code for table shape import and export

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5d1ba105f3a5ab4811d09f69a60eece613672e6e]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 10:35:54 cl 1.7.70.3: merged svtools in and stripped 2007/10/11 20:59:49 cl 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 15:17:02 cl 1.7.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10089a547807c9abcdc74bf0de3c37652103b6d4]

        INTEGRATION: CWS impresstables2 (1.14.70); FILE MERGED 2007/08/01 14:07:34 cl 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/27 09:09:50 cl 1.14.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb69bdddc10bae8d373d2e507beba9e83c6c30a0]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2007/08/01 14:07:16 cl 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 09:09:50 cl 1.7.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f574a6f1b840530a5de3611d101fd46f5d2b37b]

        INTEGRATION: CWS impresstables2 (1.6.146); FILE MERGED 2008/02/22 23:35:00 cl 1.6.146.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:54 cl 1.6.146.4: merged svtools in and stripped 2007/12/01 19:16:56 cl 1.6.146.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 20:59:42 cl 1.6.146.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:02 cl 1.6.146.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [11b4c157906a7d9520a377a4722851cfbfbf035a]

        INTEGRATION: CWS impresstables2 (1.12.70); FILE MERGED 2007/08/01 14:05:59 cl 1.12.70.2: RESYNC: (1.12-1.14); FILE MERGED 2007/07/27 09:09:50 cl 1.12.70.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b56ef43b15605c57849db62a6c32b51337555da4]

        INTEGRATION: CWS impresstables2 (1.13.80); FILE MERGED 2007/10/11 21:30:56 cl 1.13.80.3: RESYNC: (1.15-1.16); FILE MERGED 2007/08/01 14:06:43 cl 1.13.80.2: RESYNC: (1.13-1.15); FILE MERGED 2007/07/27 09:09:50 cl 1.13.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb0c6106dbf65905cd32c1bc65cdb4bc4dc1e052]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/07/27 09:09:50 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9b475fbfde7327ffa010ba65f980ed5f3f37ca26]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 10:35:54 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [716527603429953fcd497f8e06a75258534fe8bb]

        INTEGRATION: CWS impresstables2 (1.4.80); FILE MERGED 2007/08/01 14:06:35 cl 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 09:09:50 cl 1.4.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e945b9cd8910ffef01ee4638ae86be96bb3f5aae]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/08/01 14:06:28 cl 1.5.80.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/26 16:50:38 cl 1.5.80.1: #i68103# removed usage of using namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bac607574e7e5b6ace9885095ff81d7976fc4939]

        INTEGRATION: CWS impresstables2 (1.4.232); FILE MERGED 2008/02/13 10:35:54 cl 1.4.232.3: merged svtools in and stripped 2007/10/11 20:58:52 cl 1.4.232.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/27 15:17:01 cl 1.4.232.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0645c1d0ac9d6ee5d9079868699cff04c8fdff02]

        INTEGRATION: CWS impresstables2 (1.5.80); FILE MERGED 2007/07/27 09:09:50 cl 1.5.80.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e69b3782dc072b37317d3c9bd59113257b1d0f65]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 10:35:54 cl 1.8.70.4: merged svtools in and stripped 2007/12/01 19:16:53 cl 1.8.70.3: RESYNC: (1.9-1.10); FILE MERGED 2007/10/11 20:58:45 cl 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 15:17:01 cl 1.8.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b5ed8f3e405e1e8d4dd1d226f3bbfc94bd1c383f]

        INTEGRATION: CWS impresstables2 (1.3.40); FILE MERGED 2008/01/31 10:06:04 cl 1.3.40.2: fixed namespace problems after resync 2007/12/02 01:05:00 cl 1.3.40.1: fixing namespace problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd906f6af4b5f04ebc425d2f8db6f86c7a3ad7a0]

        INTEGRATION: CWS impresstables2 (1.10.70); FILE MERGED 2008/02/13 10:35:54 cl 1.10.70.4: merged svtools in and stripped 2007/12/01 19:16:50 cl 1.10.70.3: RESYNC: (1.11-1.12); FILE MERGED 2007/10/11 20:58:39 cl 1.10.70.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:17:01 cl 1.10.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a41d0e9fcae6036f1e417484272a43234fc587f5]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/03/11 18:21:41 cl 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/02 01:05:00 cl 1.6.40.1: fixing namespace problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7759b3cc32e06ac90f4077241c9b51a0c5ea819f]

        INTEGRATION: CWS impresstables2 (1.37.4); FILE MERGED 2008/03/11 18:21:44 cl 1.37.4.3: RESYNC: (1.37-1.39); FILE MERGED 2008/01/31 10:06:04 cl 1.37.4.2: fixed namespace problems after resync 2007/12/02 01:05:00 cl 1.37.4.1: fixing namespace problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71e0efe7a13025a93a1684cda5c352c871272820]

        INTEGRATION: CWS impresstables2 (1.87.18); FILE MERGED 2008/03/11 18:21:48 cl 1.87.18.8: RESYNC: (1.94-1.96); FILE MERGED 2008/02/24 00:21:29 cl 1.87.18.7: RESYNC: (1.93-1.94); FILE MERGED 2008/01/31 10:06:04 cl 1.87.18.6: fixed namespace problems after resync 2008/01/30 13:22:31 cl 1.87.18.5: RESYNC: (1.92-1.93); FILE MERGED 2007/12/01 19:18:33 cl 1.87.18.4: RESYNC: (1.90-1.92); FILE MERGED 2007/10/11 21:29:39 cl 1.87.18.3: RESYNC: (1.89-1.90); FILE MERGED 2007/08/01 14:01:12 cl 1.87.18.2: RESYNC: (1.87-1.89); FILE MERGED 2007/07/27 09:09:50 cl 1.87.18.1: fixed build issues due to pch and namespace ::rtl

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41b1c5484b2e157b2bb50a4f0c260b5036df8014]

        INTEGRATION: CWS impresstables2 (1.6.230); FILE MERGED 2008/02/22 23:35:00 cl 1.6.230.4: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:53 cl 1.6.230.3: merged svtools in and stripped 2007/10/11 20:58:04 cl 1.6.230.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:01 cl 1.6.230.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48a89cae2647f2ea64d761d1daca30ebfa9c5990]

        INTEGRATION: CWS impresstables2 (1.53.18); FILE MERGED 2007/08/01 13:59:47 cl 1.53.18.3: RESYNC: (1.54-1.55); FILE MERGED 2007/06/27 14:49:48 cl 1.53.18.2: RESYNC: (1.53-1.54); FILE MERGED 2007/05/31 11:04:35 cl 1.53.18.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [951493b63acf211692e31650241f79b604e701a5]

        INTEGRATION: CWS impresstables2 (1.5.10); FILE MERGED 2008/02/13 10:35:53 cl 1.5.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8371a63269909a00a2a65d64d8d4bf3e12f5c709]

        INTEGRATION: CWS impresstables2 (1.13.56); FILE MERGED 2007/05/31 11:04:35 cl 1.13.56.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4b0d032b0d273b4ca6f8554b02409c1a6a634803]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/11/29 18:49:55 cl 1.1.2.5: #i68103# working on table templates 2007/08/02 10:29:47 cl 1.1.2.4: fixed merge problem 2007/07/27 09:09:23 cl 1.1.2.3: fixed build issues due to pch and namespace ::rtl 2007/07/26 16:47:21 cl 1.1.2.2: #i68103# working on tables in draw 2007/05/31 12:21:54 cl 1.1.2.1: #i68103# working on tables for drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4cf538a934d5c6e72aa4e5ed75373e1c07cb6551]

        INTEGRATION: CWS impresstables2 (1.6.230); FILE MERGED 2008/02/22 23:35:00 cl 1.6.230.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:53 cl 1.6.230.4: merged svtools in and stripped 2007/12/01 19:16:44 cl 1.6.230.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/11 20:57:31 cl 1.6.230.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:01 cl 1.6.230.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6aac3089748ebed92f91dc620181b7ec977944d6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/11/29 18:49:55 cl 1.1.2.4: #i68103# working on table templates 2007/09/20 15:16:05 cl 1.1.2.3: #i68103# table templates import 2007/07/26 16:47:21 cl 1.1.2.2: #i68103# working on tables in draw 2007/05/31 12:21:44 cl 1.1.2.1: #i68103# working on tables for drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1becbfc371516aee09e7adcd3fec1045db3469cd]

        INTEGRATION: CWS impresstables2 (1.6.30); FILE MERGED 2008/03/11 18:21:18 cl 1.6.30.7: RESYNC: (1.13-1.19); FILE MERGED 2008/03/06 18:09:45 cl 1.6.30.6: fixing merge errors 2008/02/24 00:21:21 cl 1.6.30.5: RESYNC: (1.12-1.13); FILE MERGED 2007/12/01 19:18:30 cl 1.6.30.4: RESYNC: (1.9-1.12); FILE MERGED 2007/11/29 18:49:42 cl 1.6.30.3: #i68103# working on table templates 2007/10/11 21:29:10 cl 1.6.30.2: RESYNC: (1.6-1.9); FILE MERGED 2007/09/20 15:10:46 cl 1.6.30.1: #i68103# table templates import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7817a24c7e9d462c2abf5e80fd9321925d0b7c69]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 10:35:53 cl 1.5.70.3: merged svtools in and stripped 2007/10/11 20:57:25 cl 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:01 cl 1.5.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [22a1f2181c1b3bb5fa55ee8afc2330018a4fe4f1]

        INTEGRATION: CWS impresstables2 (1.3.46); FILE MERGED 2008/03/06 18:09:45 cl 1.3.46.3: fixing merge errors 2008/02/20 17:46:01 cl 1.3.46.2: RESYNC: (1.3-1.5); FILE MERGED 2008/02/13 20:09:03 cl 1.3.46.1: #i68103# import table shapes only in impress and draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f137d71969a90b834a838770795614ef10d4d411]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:53 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [475a9396462aae14b738ffb7f24054db788928d5]

        INTEGRATION: CWS impresstables2 (1.4.12); FILE MERGED 2007/12/21 13:47:25 cl 1.4.12.4: #i68103# create replacement graphics for draw tables 2007/10/11 21:29:04 cl 1.4.12.3: RESYNC: (1.4-1.5); FILE MERGED 2007/07/26 16:47:06 cl 1.4.12.2: #i68103# working on tables in draw 2007/05/31 11:03:20 cl 1.4.12.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [47eccc810acc4f453805f217c5067feac1772d2b]

        INTEGRATION: CWS impresstables2 (1.2.20); FILE MERGED 2007/11/29 18:49:32 cl 1.2.20.2: #i68103# working on table templates 2007/05/31 11:03:20 cl 1.2.20.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fa1c36e062efc3d057fada222f43ba4fa396b262]

        INTEGRATION: CWS impresstables2 (1.2.20); FILE MERGED 2008/02/29 16:03:19 cl 1.2.20.4: #i68103# fixed problem with presentation calc shape 2007/08/01 13:58:57 cl 1.2.20.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/26 16:47:06 cl 1.2.20.2: #i68103# working on tables in draw 2007/05/31 11:03:20 cl 1.2.20.1: working on tables in drawings

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bc8dc391fe3f2d1704ce3c3c26b897e3a955c23d]

        INTEGRATION: CWS impresstables2 (1.2.20); FILE MERGED 2007/11/29 18:48:58 cl 1.2.20.1: #i68103# working on table templates

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2394695f01794927ee5c06f48fab4a9207a37b47]

        INTEGRATION: CWS impresstables2 (1.5.10); FILE MERGED 2008/02/13 10:35:52 cl 1.5.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6d42354b30ba2e921bf731b465f749440a45ed2a]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:35:52 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71ee22b74ef0a63b7f1cbe34595b3b52cdb647c8]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:35:00 cl 1.7.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:52 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [496a77c8f17fede66e1d103bf6e907a2253e4fb5]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 10:35:52 cl 1.7.104.3: merged svtools in and stripped 2007/10/11 20:52:41 cl 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 15:17:01 cl 1.7.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c1b025f7729905abeccc38ea9a9274f0fa394d7]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:35:52 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72d54037ac07b3bb9537eaf84ba94cbfdeec9168]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 10:35:52 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f3292c8ee2da426144b83263284a1f1da7d3535]

        INTEGRATION: CWS impresstables2 (1.3.26); FILE MERGED 2008/03/11 18:21:00 cl 1.3.26.3: RESYNC: (1.4-1.7); FILE MERGED 2008/02/20 17:55:22 cl 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 14:33:30 cl 1.3.26.1: moved svtools into binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a59170a9829cf8a67eed475514d5045ea8532c04]

        INTEGRATION: CWS impresstables2 (1.85.26); FILE MERGED 2008/03/11 18:20:57 cl 1.85.26.2: RESYNC: (1.85-1.88); FILE MERGED 2008/02/13 14:33:30 cl 1.85.26.1: moved svtools into binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ffd293245f0557391a6734b168911a6fbdf25dbd]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:51 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4079572bf1b422ea2705f111944352a36ffd0113]

        INTEGRATION: CWS impresstables2 (1.58.152); FILE MERGED 2008/03/11 18:21:04 cl 1.58.152.2: RESYNC: (1.58-1.60); FILE MERGED 2008/02/13 14:33:30 cl 1.58.152.1: moved svtools into binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48a19b2963b94e99e666e31c807ce1b2730781fd]

        INTEGRATION: CWS impresstables2 (1.272.20); FILE MERGED 2008/03/11 18:20:53 cl 1.272.20.3: RESYNC: (1.273-1.280); FILE MERGED 2008/02/20 17:55:27 cl 1.272.20.2: RESYNC: (1.272-1.273); FILE MERGED 2008/02/13 14:33:29 cl 1.272.20.1: moved svtools into binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9585a89e4a0bc34fe12ea21e166f37ebda489956]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:35:00 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:51 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [84436345ef7dd83824f72c93c66e9f116b06ceb0]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:35:51 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e2a0243bba4e28c13df00629c905198ca478fadf]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:35:00 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a82d169b3cb403a67693c41608937e06910b3007]

        INTEGRATION: CWS impresstables2 (1.124.32); FILE MERGED 2008/03/11 18:20:28 cl 1.124.32.4: RESYNC: (1.125-1.128); FILE MERGED 2008/03/06 18:07:01 cl 1.124.32.3: fixing merge errors 2008/02/20 17:52:45 cl 1.124.32.2: RESYNC: (1.124-1.125); FILE MERGED 2008/02/11 17:25:09 cl 1.124.32.1: moved svtools to binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8f3d97a644c6911544ba77423426512dd8a17cdd]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/13 10:35:51 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b701fc7deccd1318f268478d10fce3b8f296a8a]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:35:00 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:51 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [27091be54420b5bf829c35c64aa425f4b1cdbac7]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:35:51 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [462dd0436acf74f87dd68ae678eb82d65c6cc68b]

        INTEGRATION: CWS impresstables2 (1.2.38); FILE MERGED 2007/10/15 12:38:52 cl 1.2.38.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ec4da79afb1d2da5de2ff28e677dd790eef7a12d]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/22 23:34:59 cl 1.8.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bf4822c009ab1cc78f89b53f438e6dfd90656a63]

        INTEGRATION: CWS impresstables2 (1.2.38); FILE MERGED 2007/10/15 12:38:43 cl 1.2.38.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dab709fdb3830bf3897b0d44a50972db71f9c69f]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 10:35:51 cl 1.6.104.3: merged svtools in and stripped 2007/10/11 20:40:53 cl 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:00 cl 1.6.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [da5507c388d8f9620707996a1275f67da136dd24]

        INTEGRATION: CWS impresstables2 (1.6.92); FILE MERGED 2008/02/22 23:34:59 cl 1.6.92.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:51 cl 1.6.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [910efe245e57d5134168ee1d8f1630cd2f6c5eab]

        INTEGRATION: CWS impresstables2 (1.9.104); FILE MERGED 2008/02/13 10:35:51 cl 1.9.104.3: merged svtools in and stripped 2007/10/11 20:40:26 cl 1.9.104.2: RESYNC: (1.9-1.11); FILE MERGED 2007/07/27 15:17:00 cl 1.9.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0fe33ae9b458745a4390c0949cc19938d5f1bf92]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/22 23:34:59 cl 1.12.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [009f77e13e004ad1552021fcbf01142482d754d0]

        INTEGRATION: CWS impresstables2 (1.47.130); FILE MERGED 2008/03/11 18:18:43 cl 1.47.130.6: RESYNC: (1.53-1.55); FILE MERGED 2007/12/01 19:26:06 cl 1.47.130.5: RESYNC: (1.52-1.53); FILE MERGED 2007/08/01 19:06:38 cl 1.47.130.4: RESYNC: (1.51-1.52); FILE MERGED 2007/06/27 18:12:07 cl 1.47.130.3: RESYNC: (1.48-1.51); FILE MERGED 2007/04/12 20:40:15 cl 1.47.130.2: RESYNC: (1.47-1.48); FILE MERGED 2007/03/15 17:21:59 cl 1.47.130.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [656da2e2116f1d2983261510cffcd8330cf50df9]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/02/22 23:34:59 cl 1.13.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45cce64d924fa77bf8065699adda864bbddcbd7d]

        INTEGRATION: CWS impresstables2 (1.10.200); FILE MERGED 2008/03/11 18:15:51 cl 1.10.200.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/01 19:02:40 cl 1.10.200.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 11:52:44 cl 1.10.200.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [992c6ad22b3f740c10431353514fd7055e5f624c]

        INTEGRATION: CWS impresstables2 (1.15.18); FILE MERGED 2008/02/22 23:34:59 cl 1.15.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.15.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [96811913a935c9785589d2c992e46eca8fc78481]

        INTEGRATION: CWS impresstables2 (1.29.232); FILE MERGED 2007/08/01 19:01:02 cl 1.29.232.2: RESYNC: (1.29-1.31); FILE MERGED 2007/03/15 17:31:21 cl 1.29.232.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0356aa5725febcfb8c5dacf8d45b3ea472351c6d]

        INTEGRATION: CWS impresstables2 (1.57.136); FILE MERGED 2007/08/01 18:59:51 cl 1.57.136.3: RESYNC: (1.57-1.58); FILE MERGED 2007/05/03 09:05:14 cl 1.57.136.2: #i68103# more table work 2007/03/15 16:40:02 cl 1.57.136.1: #i68103# moved SetNotifyHdl( Link() ) call to outliner cache

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c3451c50afdcc9b2140f74aee910b0689f455559]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/22 23:34:59 cl 1.11.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9088f8cc0053e9538d9a924c57d41e446c134e3a]

        INTEGRATION: CWS impresstables2 (1.154.82); FILE MERGED 2008/03/06 18:04:55 cl 1.154.82.10: fixing merge errors 2008/02/20 17:50:00 cl 1.154.82.9: RESYNC: (1.165-1.166); FILE MERGED 2008/01/30 13:25:24 cl 1.154.82.8: RESYNC: (1.164-1.165); FILE MERGED 2007/10/12 01:06:15 cl 1.154.82.7: RESYNC: (1.160-1.164); FILE MERGED 2007/08/07 12:01:34 cl 1.154.82.6: fixed merge conflicts 2007/08/01 18:59:33 cl 1.154.82.5: RESYNC: (1.156-1.160); FILE MERGED 2007/06/27 18:09:57 cl 1.154.82.4: RESYNC: (1.154-1.156); FILE MERGED 2007/05/03 09:05:13 cl 1.154.82.3: #i68103# more table work 2007/03/20 09:57:52 cl 1.154.82.2: fixed unix compile errors 2007/03/15 16:41:18 cl 1.154.82.1: #i68103# added (get/set)PropertyValueImpl to SvxShape and derivations

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [186112eecfc65f0e55cceba7c07423c130799224]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 10:35:50 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b97c3461e56ad7f6a003c14621dd01e77b60a2b]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/13 10:35:50 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [abe0e649690769a2cd932561878d6f73e23f2d18]

        INTEGRATION: CWS impresstables2 (1.28.202); FILE MERGED 2008/03/06 18:04:55 cl 1.28.202.6: fixing merge errors 2008/01/31 13:34:22 cl 1.28.202.5: #i85768# removed hack properties introduced by #i75867# 2008/01/30 13:25:27 cl 1.28.202.4: RESYNC: (1.30-1.32); FILE MERGED 2007/08/07 12:01:34 cl 1.28.202.3: fixed merge conflicts 2007/08/01 18:59:26 cl 1.28.202.2: RESYNC: (1.28-1.30); FILE MERGED 2007/03/15 16:41:17 cl 1.28.202.1: #i68103# added (get/set)PropertyValueImpl to SvxShape and derivations

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c9ce9bdbaf6db39b015928320d38e1a88a8063b6]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:50 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [154843853b90d99785da6fae765ea0c1bf569c51]

        INTEGRATION: CWS impresstables2 (1.27.136); FILE MERGED 2008/02/20 16:49:30 cl 1.27.136.4: #i68103# fixed compiler warning 2007/08/07 12:01:33 cl 1.27.136.3: fixed merge conflicts 2007/08/01 18:59:19 cl 1.27.136.2: RESYNC: (1.27-1.29); FILE MERGED 2007/03/15 16:41:17 cl 1.27.136.1: #i68103# added (get/set)PropertyValueImpl to SvxShape and derivations

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1ffd7e1accbee482d4bb6698d4ad145d8a6a780d]

        INTEGRATION: CWS impresstables2 (1.60.8); FILE MERGED 2008/02/21 07:10:45 cl 1.60.8.10: #i68103# fixed merge error 2008/02/20 17:49:57 cl 1.60.8.9: RESYNC: (1.66-1.67); FILE MERGED 2008/02/14 15:00:32 cl 1.60.8.8: #i68103# do not throw illegal argument exception for package stream url 2007/12/01 19:26:02 cl 1.60.8.7: RESYNC: (1.65-1.66); FILE MERGED 2007/08/07 12:01:33 cl 1.60.8.6: fixed merge conflicts 2007/08/01 18:59:11 cl 1.60.8.5: RESYNC: (1.62-1.65); FILE MERGED 2007/07/26 20:27:31 cl 1.60.8.4: #i68103# fixed merge error 2007/06/27 18:09:48 cl 1.60.8.3: RESYNC: (1.61-1.62); FILE MERGED 2007/05/07 20:01:22 cl 1.60.8.2: RESYNC: (1.60-1.61); FILE MERGED 2007/03/15 16:41:17 cl 1.60.8.1: #i68103# added (get/set)PropertyValueImpl to SvxShape and derivations

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aaf83c3c4aef408486a74023548b2add1196c13f]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:35:50 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [55b2f39ebbe484942c8a5e81bd61280942da9c4e]

        INTEGRATION: CWS impresstables2 (1.66.84); FILE MERGED 2008/02/13 20:14:31 cl 1.66.84.7: #i68103# import table shapes only in impress and draw 2008/01/01 18:39:05 cl 1.66.84.6: #i68103# working on tables 2007/11/29 19:03:42 cl 1.66.84.5: #i68103# working on table templates 2007/08/01 18:59:03 cl 1.66.84.4: RESYNC: (1.67-1.69); FILE MERGED 2007/06/27 18:09:41 cl 1.66.84.3: RESYNC: (1.66-1.67); FILE MERGED 2007/04/18 15:10:19 cl 1.66.84.2: #i72702# updated api for table shapes 2007/03/15 16:38:46 cl 1.66.84.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bded46fbec2f2bc12a09ff2267dd44945e67d8ff]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:35:50 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1b302524b3e412650f5d1ebad31ed9753f7a6d07]

        INTEGRATION: CWS impresstables2 (1.40.134); FILE MERGED 2008/03/11 18:18:24 cl 1.40.134.5: RESYNC: (1.43-1.44); FILE MERGED 2008/02/13 20:14:31 cl 1.40.134.4: #i68103# import table shapes only in impress and draw 2007/10/12 01:06:06 cl 1.40.134.3: RESYNC: (1.42-1.43); FILE MERGED 2007/08/01 18:58:46 cl 1.40.134.2: RESYNC: (1.40-1.42); FILE MERGED 2007/03/15 16:38:01 cl 1.40.134.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac7aa13a081c61a26e332001d2dddf57f0cf091f]

        INTEGRATION: CWS impresstables2 (1.11.16); FILE MERGED 2008/02/22 23:34:59 cl 1.11.16.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.11.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5d20a47c3d50d0a88543b2355ec7340fc7455984]

        INTEGRATION: CWS impresstables2 (1.20.136); FILE MERGED 2007/08/01 18:58:19 cl 1.20.136.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/18 15:10:19 cl 1.20.136.1: #i72702# updated api for table shapes

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4652dfa2c44957a5b31c4800fe85e8e9cb624ab9]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/22 23:34:59 cl 1.7.70.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:50 cl 1.7.70.4: merged svtools in and stripped 2007/12/01 19:16:41 cl 1.7.70.3: RESYNC: (1.8-1.9); FILE MERGED 2007/10/11 20:37:38 cl 1.7.70.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 15:16:59 cl 1.7.70.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ea7de6461038071573a7f84366eeb498c5b4063]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/01 18:39:05 cl 1.1.2.5: #i68103# working on tables 2007/11/29 19:03:42 cl 1.1.2.4: #i68103# working on table templates 2007/08/07 12:01:33 cl 1.1.2.3: fixed merge conflicts 2007/04/18 15:10:19 cl 1.1.2.2: #i72702# updated api for table shapes 2007/03/15 16:36:45 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [88c2e8d05cd7e66012a6cd28abee59758be93e2f]

        INTEGRATION: CWS startcenterfix (1.2.4); FILE MERGED 2008/03/10 19:05:37 pl 1.2.4.2: #i86881# changes to spec implemented 2008/03/10 18:42:48 pl 1.2.4.1: #i86881# changes to spec implemented

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f6c8e6f55a48d4238e46045189f7bcdbfd9114f7]

        INTEGRATION: CWS impresstables2 (1.6.758); FILE MERGED 2007/11/29 19:03:42 cl 1.6.758.3: #i68103# working on table templates 2007/08/01 18:56:42 cl 1.6.758.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/15 16:37:37 cl 1.6.758.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc60813f1f3792bc4ee6e08b5f03404b1aaf581c]

        INTEGRATION: CWS startcenterfix (1.2.4); FILE MERGED 2008/03/10 18:42:48 pl 1.2.4.1: #i86881# changes to spec implemented

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d92f31794abeb7f88c73168a8cc635bc7c29ee0f]

        INTEGRATION: CWS impresstables2 (1.15.8); FILE MERGED 2007/03/15 16:37:02 cl 1.15.8.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ea27215419773a207d3fc125c9cb2294e434b8f]

        INTEGRATION: CWS startcenterfix (1.2.4); FILE MERGED 2008/03/11 14:27:35 pl 1.2.4.3: #i86931# catch exception for unknown configuration node 2008/03/10 19:55:42 pl 1.2.4.2: #i86881# fix a paint problem 2008/03/10 18:42:48 pl 1.2.4.1: #i86881# changes to spec implemented

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8773a63b3605b58bcc1d78e33ad876a18a39eee7]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:49 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e377d05eb95b583c9dc1f4a95cd69a8abf0ef965]

        INTEGRATION: CWS impresstables2 (1.35.8); FILE MERGED 2008/02/20 17:49:53 cl 1.35.8.7: RESYNC: (1.39-1.40); FILE MERGED 2008/01/02 16:42:04 cl 1.35.8.6: #i68103# added a missing new line for solaris 2008/01/01 18:39:05 cl 1.35.8.5: #i68103# working on tables 2007/08/01 18:55:54 cl 1.35.8.4: RESYNC: (1.37-1.39); FILE MERGED 2007/07/26 20:27:41 cl 1.35.8.3: #i68103# fixed merge error 2007/06/27 18:08:20 cl 1.35.8.2: RESYNC: (1.35-1.37); FILE MERGED 2007/05/31 11:52:14 cl 1.35.8.1: #i68103# fixed a namespace problem

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [588ef6e0a9fe3aa0977c45f17370a848b86a12c5]

        INTEGRATION: CWS impresstables2 (1.21.32); FILE MERGED 2007/12/02 01:58:04 cl 1.21.32.1: fixed a namespace issue

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b2da84f3dea1ae7b0a123e8b4fbec1d519388f7]

        INTEGRATION: CWS impresstables2 (1.77.104); FILE MERGED 2007/12/01 19:26:00 cl 1.77.104.4: RESYNC: (1.81-1.82); FILE MERGED 2007/10/12 01:05:15 cl 1.77.104.3: RESYNC: (1.80-1.81); FILE MERGED 2007/08/01 18:53:32 cl 1.77.104.2: RESYNC: (1.77-1.80); FILE MERGED 2007/07/27 11:52:43 cl 1.77.104.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3b7a16fbdca810f4fb56b11ca8ba6f031ba507c8]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 10:35:49 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2a0b1d3c80cfb789a43af93fc5c8d8e96d177d52]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:35:49 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [06bcbb56a8a0e80507f355bf7cd0758c2f0b68e9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/05/07 09:25:07 cl 1.1.2.1: #i68103# added generic sub toolbar controler

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9dda75304362e317d88d516cf42d5e0a2d2c4bd9]

        INTEGRATION: CWS impresstables2 (1.11.758); FILE MERGED 2007/12/01 19:25:56 cl 1.11.758.5: RESYNC: (1.13-1.14); FILE MERGED 2007/10/12 01:05:08 cl 1.11.758.4: RESYNC: (1.12-1.13); FILE MERGED 2007/08/07 12:02:30 cl 1.11.758.3: fixed merge conflicts 2007/08/01 18:53:25 cl 1.11.758.2: RESYNC: (1.11-1.12); FILE MERGED 2007/05/07 09:25:20 cl 1.11.758.1: #i68103# added generic sub toolbar controler

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3a1f83479aa86a271b2677342b4f14267afa76a2]

        INTEGRATION: CWS impresstables2 (1.37.8); FILE MERGED 2007/08/01 18:52:08 cl 1.37.8.3: RESYNC: (1.38-1.39); FILE MERGED 2007/06/27 18:06:29 cl 1.37.8.2: RESYNC: (1.37-1.38); FILE MERGED 2007/05/31 11:46:43 cl 1.37.8.1: #i68103# fixed a namespace problem

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73ce523427f7d45d4043bee5f5faaeeb22ce2e1d]

        INTEGRATION: CWS impresstables2 (1.10.86); FILE MERGED 2008/02/13 10:35:49 cl 1.10.86.3: merged svtools in and stripped 2007/10/11 20:32:53 cl 1.10.86.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:16:59 cl 1.10.86.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7664271a9b49f8c93bab24aec4949588539c6e7c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:17:28 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4f898bb52e74681fc592ff5fe3a81c7a73bc04a6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/07 12:00:12 cl 1.1.2.2: fixed merge conflicts 2007/03/15 17:17:14 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c15145913951340b0b50d3fb385e8684ec42e579]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:35:49 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6d9d10b8046323c0671cc99ca775c0253aafe2c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/06 12:13:30 cl 1.1.2.3: #i68103# undo action for new/removed columns/rows now dispose owning objects on destruction 2008/01/23 10:50:30 cl 1.1.2.2: #i68103# added undo for changing table style settings 2007/10/11 15:17:12 cl 1.1.2.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dbb9e1b2f5fc5bed0fe568e0fa31049258e8b938]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:35:49 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7d792adda58902ee0985a9543dee6c15e0d387d0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/06 12:13:30 cl 1.1.2.6: #i68103# undo action for new/removed columns/rows now dispose owning objects on destruction 2008/01/23 14:54:40 cl 1.1.2.5: #i68103# implementing border properties for tables 2008/01/23 10:50:30 cl 1.1.2.4: #i68103# added undo for changing table style settings 2007/12/14 14:18:26 cl 1.1.2.3: #i68103# working on tables 2007/11/29 19:03:16 cl 1.1.2.2: #i68103# working on table templates 2007/10/11 15:17:02 cl 1.1.2.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [350a01ce80eb226f406b3a8cb8654952fd83d2ea]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:35:49 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ed4f869b7003e84c4ed44a03c901b8b6c94ac9c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 12:19:56 cl 1.1.2.3: #i68103# working on clipboard 2008/02/24 12:15:26 cl 1.1.2.2: #i68103# working on clipboard 2008/02/24 12:08:51 cl 1.1.2.1: #i68103# working on clipboard

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [977c06bd5f0132341d8471ea7ec06a3b7155c444]

        INTEGRATION: CWS impresstables2 (1.5.92); FILE MERGED 2008/02/22 23:34:59 cl 1.5.92.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:49 cl 1.5.92.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [08ef26730c9fecde13f4525c432b08d6196f4765]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/20 17:05:19 cl 1.1.2.3: #i68103# fixed rtf table width 2008/02/15 14:22:23 cl 1.1.2.2: #i68103# 2008/02/13 20:15:02 cl 1.1.2.1: #i68103# export table to rtf for clipboard

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1fa3e709e2314736705fffec3f327e977991ce87]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:34:59 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7fc86967856ec0f9869c677b6c86fe17dbc32f04]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:17:02 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bb3f04b5cac4cb8845addc3a4b7a30826579438]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:34:58 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bc8b9fe5e1ca7373f45d86bbf178b9046a12ef64]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:16:48 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2af4f789d38bcb32d11becaa31c6d30e72266137]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 11:57:22 cl 1.1.2.4: #i68103# fixed clipboard 2007/10/11 15:18:52 cl 1.1.2.3: #i68103# added undo for tables 2007/03/20 12:54:52 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:16:34 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4449034c2521912418a782cfa2cd889f66613aa5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 11:57:22 cl 1.1.2.8: #i68103# fixed clipboard 2008/02/15 14:22:23 cl 1.1.2.7: #i68103# 2008/01/24 17:07:52 cl 1.1.2.6: #i68103# reworked table layouter 2008/01/13 19:57:16 cl 1.1.2.5: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.4: #i68103# working on tables 2007/10/11 15:18:52 cl 1.1.2.3: #i68103# added undo for tables 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:16:20 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fe3048fd413f0929317c128e9073acb6df8a5c3d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/15 14:22:23 cl 1.1.2.6: #i68103# 2008/02/06 18:18:49 cl 1.1.2.5: #i68103# fixing some split/merge issues 2007/10/15 09:00:34 cl 1.1.2.4: fixed merge errors 2007/10/11 15:18:52 cl 1.1.2.3: #i68103# added undo for tables 2007/08/06 19:38:04 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/15 17:16:06 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [efcb2e25b751192e00aa6bd33176cb311436bf33]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 11:57:22 cl 1.1.2.13: #i68103# fixed clipboard 2008/02/15 14:22:23 cl 1.1.2.12: #i68103# 2008/02/14 09:41:08 cl 1.1.2.11: fixed a unix compile warning 2008/02/06 18:18:49 cl 1.1.2.10: #i68103# fixing some split/merge issues 2008/01/31 10:13:07 cl 1.1.2.9: fixed namespace problems after resync 2008/01/24 17:07:52 cl 1.1.2.8: #i68103# reworked table layouter 2008/01/01 18:37:42 cl 1.1.2.7: #i68103# working on tables 2007/11/29 19:03:16 cl 1.1.2.6: #i68103# working on table templates 2007/10/11 15:18:51 cl 1.1.2.5: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.4: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.3: #i68103# worked on cell merging for tables in impress&draw 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:15:54 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b6ccc85e1da31f15138caf0a16e52e6b2b6a198b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/15 14:22:23 cl 1.1.2.11: #i68103# 2008/02/01 17:58:26 cl 1.1.2.10: #i68103# reworked bidi support 2008/01/24 17:07:52 cl 1.1.2.9: #i68103# reworked table layouter 2008/01/13 19:57:16 cl 1.1.2.8: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.7: #i68103# working on tables 2007/12/01 15:35:20 cl 1.1.2.6: #i68103# working on layout 2007/11/29 19:03:16 cl 1.1.2.5: #i68103# working on table templates 2007/10/11 15:18:51 cl 1.1.2.4: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.3: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/15 17:15:40 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [966cce07b0a78c7447a4c19199d549cf8abeb8ec]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/22 23:34:58 cl 1.6.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:49 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a47addc2a4424632eb8552e15b6deaa5e761854f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 12:02:18 cl 1.1.2.16: #i68103# fixed clipboard 2008/02/25 14:19:19 cl 1.1.2.15: #i68103# fixed table borders in rtl mode 2008/02/15 14:22:23 cl 1.1.2.14: #i68103# 2008/02/01 17:58:26 cl 1.1.2.13: #i68103# reworked bidi support 2008/01/29 13:25:48 cl 1.1.2.12: #i68103# fixed compile error 2008/01/28 18:08:41 cl 1.1.2.11: #i68103# working on i18n 2008/01/24 17:07:52 cl 1.1.2.10: #i68103# reworked table layouter 2008/01/13 19:57:16 cl 1.1.2.9: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.8: #i68103# working on tables 2007/12/01 15:35:20 cl 1.1.2.7: #i68103# working on layout 2007/11/29 19:03:16 cl 1.1.2.6: #i68103# working on table templates 2007/10/11 15:18:51 cl 1.1.2.5: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.4: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.3: #i68103# worked on cell merging for tables in impress&draw 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:15:26 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aa1db6077e51728e0d24bf8e389a4b1f380bd429]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:34:58 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:49 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [edda95d34f8664ebb58724b2e4eaa371913b3583]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/07 12:00:12 cl 1.1.2.3: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/15 17:15:13 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e29425194e8f8ecb0bc6d82617fbaad757e25a1a]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:34:58 cl 1.5.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:49 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c13913be7e729309f6436d975d053602d251690]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/07 12:00:12 cl 1.1.2.6: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.5: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 21:24:07 cl 1.1.2.4: #i68103# working on tables in draw 2007/05/03 09:05:13 cl 1.1.2.3: #i68103# more table work 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:15:00 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [35c3ca201427b9a2acff8c47ce12fb02166d4810]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/07 20:06:07 cl 1.1.2.4: #i68103# add XModifyBroadcaster to SdStyleSheet 2008/01/01 18:37:42 cl 1.1.2.3: #i68103# working on tables 2007/12/01 15:35:20 cl 1.1.2.2: #i68103# working on layout 2007/10/11 15:16:02 cl 1.1.2.1: #i68103# working on table styles Issue number: Submitted by: Reviewed by:

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [55e1a3a2e641e2848d68974602ae16eb214ac0d6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/20 16:52:05 cl 1.1.2.8: #i68103# some work on notifications 2008/02/07 20:05:01 cl 1.1.2.7: #i68103# fixed selection and cell moving with merged cells 2008/01/31 18:08:34 cl 1.1.2.6: #i68103# listen for table model changes and correct selection if needed 2008/01/28 18:08:41 cl 1.1.2.5: #i68103# working on i18n 2008/01/23 10:50:30 cl 1.1.2.4: #i68103# added undo for changing table style settings 2008/01/01 18:37:42 cl 1.1.2.3: #i68103# working on tables 2007/12/16 17:52:44 cl 1.1.2.2: #i72702# working on table clipboard 2007/12/12 11:00:51 cl 1.1.2.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8ec8b512f14513415bb1a7a54308d47ae88101dd]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 10:35:49 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [505ef4a8b4b5341144fced36ccb5b9376d08f316]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/03 17:47:19 cl 1.1.2.34: #i68103# right click on table always opens context menu 2008/02/28 15:55:05 cl 1.1.2.33: #i68103# fixes in mousebutton handling 2008/02/27 10:42:48 cl 1.1.2.32: #i68103# fixed context menu handling for tables 2008/02/20 16:52:05 cl 1.1.2.31: #i68103# some work on notifications 2008/02/15 14:22:23 cl 1.1.2.30: #i68103# 2008/02/07 20:05:01 cl 1.1.2.29: #i68103# fixed selection and cell moving with merged cells 2008/02/06 18:18:48 cl 1.1.2.28: #i68103# fixing some split/merge issues 2008/02/06 13:54:39 cl 1.1.2.27: #i68103# preserve colors when changing border size 2008/02/06 12:42:11 cl 1.1.2.26: #i68103# end text editing before moving to another cell 2008/02/01 17:58:26 cl 1.1.2.25: #i68103# reworked bidi support 2008/01/31 18:08:34 cl 1.1.2.24: #i68103# listen for table model changes and correct selection if needed 2008/01/28 18:08:41 cl 1.1.2.23: #i68103# working on i18n 2008/01/28 08:13:06 cl 1.1.2.22: #i68103# only delete cells or rows if tables are selected 2008/01/24 17:07:52 cl 1.1.2.21: #i68103# reworked table layouter 2008/01/23 14:54:39 cl 1.1.2.20: #i68103# implementing border properties for tables 2008/01/23 10:50:30 cl 1.1.2.19: #i68103# added undo for changing table style settings 2008/01/14 16:21:56 cl 1.1.2.18: #i68103# insert column and row should insert only one if no cell is selected 2008/01/13 19:57:16 cl 1.1.2.17: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.16: #i68103# working on tables 2007/12/16 17:52:44 cl 1.1.2.15: #i72702# working on table clipboard 2007/12/14 14:18:26 cl 1.1.2.14: #i68103# working on tables 2007/12/12 11:08:54 cl 1.1.2.13: #i68103# added accessible api to tables 2007/11/29 19:03:16 cl 1.1.2.12: #i68103# working on table templates 2007/10/15 09:00:34 cl 1.1.2.11: fixed merge errors 2007/10/11 15:18:51 cl 1.1.2.10: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.9: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.8: #i68103# worked on cell merging for tables in impress&draw 2007/07/27 11:52:43 cl 1.1.2.7: fixed linux build problems 2007/07/26 21:24:07 cl 1.1.2.6: #i68103# working on tables in draw 2007/05/31 11:45:04 cl 1.1.2.5: #i68103# added TableControler 2007/05/07 09:22:42 cl 1.1.2.4: #i68103# added format cells dialog for drawing layer tables 2007/05/03 09:05:13 cl 1.1.2.3: #i68103# more table work 2007/04/18 16:12:18 cl 1.1.2.2: #i72702# added a controller for tables 2007/04/18 15:05:50 cl 1.1.2.1: #i72702 added a controller for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e4ef2123341538f0250139ae97888082355ed527]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:35:48 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [91c4c48e14193067a9598af381ac688a7638ed66]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:14:47 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d5583423688c5a1a80c3c5f7477a98a870d546ba]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:35:48 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ddb9940686d171bb78743b92d4f8b5322eff97d8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:14:35 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6149e1fafb701e0a100aaea25ddd3d3857041018]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:34:58 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9815adeadb17801e645b662ae73daa9cf90aaa05]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 11:57:22 cl 1.1.2.4: #i68103# fixed clipboard 2007/10/11 15:18:51 cl 1.1.2.3: #i68103# added undo for tables 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:14:21 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce1e1b0063708108f5a45e30f7f311523b3a628f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 11:57:22 cl 1.1.2.8: #i68103# fixed clipboard 2008/02/15 14:22:23 cl 1.1.2.7: #i68103# 2008/01/24 17:07:52 cl 1.1.2.6: #i68103# reworked table layouter 2008/01/13 19:57:16 cl 1.1.2.5: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.4: #i68103# working on tables 2007/10/11 15:18:51 cl 1.1.2.3: #i68103# added undo for tables 2007/03/20 12:54:51 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:14:07 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [67c94fc3a8159cff425fbc9a723736b4ef60373c]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:35:48 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7fa809e698f3885bdaff57d292c95d5430c7b5dd]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:17:26 cl 1.1.2.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fd7faacf9213e78d5867fcef36b230f4070ef8fd]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/02/22 23:34:58 cl 1.13.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:48 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48ea88c8c8194d65105aa22108583369575926e1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/04 18:06:57 cl 1.1.2.35: #i68103# fixing auto color 2008/02/29 11:49:43 cl 1.1.2.34: #i68103# fixed vertical alignment 2008/02/28 16:01:37 cl 1.1.2.33: #i68103# fixes in mousebutton handling 2008/02/28 15:55:05 cl 1.1.2.32: #i68103# fixes in mousebutton handling 2008/02/27 10:42:48 cl 1.1.2.31: #i68103# fixed context menu handling for tables 2008/02/25 14:19:18 cl 1.1.2.30: #i68103# fixed table borders in rtl mode 2008/02/24 12:09:09 cl 1.1.2.29: #i68103# working on clipboard 2008/02/20 16:52:05 cl 1.1.2.28: #i68103# some work on notifications 2008/02/15 14:22:22 cl 1.1.2.27: #i68103# 2008/02/07 20:05:30 cl 1.1.2.26: #i68103# fixed assign operator 2008/02/06 18:18:48 cl 1.1.2.25: #i68103# fixing some split/merge issues 2008/02/01 17:58:26 cl 1.1.2.24: #i68103# reworked bidi support 2008/01/31 18:08:11 cl 1.1.2.23: #i68103# new defaults for table style settings 2008/01/30 11:22:52 cl 1.1.2.22: #i68103# added XUnoTunnel to SfxUnoStyleSheet for safer conversion 2008/01/29 18:12:42 cl 1.1.2.21: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2008/01/28 18:08:41 cl 1.1.2.20: #i68103# working on i18n 2008/01/24 17:07:52 cl 1.1.2.19: #i68103# reworked table layouter 2008/01/23 14:54:39 cl 1.1.2.18: #i68103# implementing border properties for tables 2008/01/13 19:57:16 cl 1.1.2.17: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.16: #i68103# working on tables 2007/12/16 17:52:44 cl 1.1.2.15: #i72702# working on table clipboard 2007/12/14 14:18:26 cl 1.1.2.14: #i68103# working on tables 2007/12/12 12:48:45 cl 1.1.2.13: #i68103# added name for table shapes 2007/12/02 01:51:11 cl 1.1.2.12: fixed merge conflict 2007/12/02 01:45:08 cl 1.1.2.11: fixed merge conflict 2007/12/01 15:35:20 cl 1.1.2.10: #i68103# working on layout 2007/11/29 19:03:16 cl 1.1.2.9: #i68103# working on table templates 2007/10/11 15:18:51 cl 1.1.2.8: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.7: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.6: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 21:24:07 cl 1.1.2.5: #i68103# working on tables in draw 2007/05/03 09:05:13 cl 1.1.2.4: #i68103# more table work 2007/04/18 15:06:56 cl 1.1.2.3: #i72702# updated api for table shapes 2007/03/20 12:54:50 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:13:54 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85bc16451742a9bb09dd0389e53b423197992b41]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:13:40 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [592ae6f7d3e583e66448f91c1cc468e3a543607f]

        INTEGRATION: CWS impresstables2 (1.8.104); FILE MERGED 2008/02/13 10:35:48 cl 1.8.104.3: merged svtools in and stripped 2007/10/11 20:31:19 cl 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/27 15:16:59 cl 1.8.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df07986ab203c7f9da89f5938dded5596b71b151]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 17:13:27 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4a4788aaaa90e0e27a9184ee88e907c59d564d9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 12:09:09 cl 1.1.2.8: #i68103# working on clipboard 2008/02/13 20:14:46 cl 1.1.2.7: #i68103# export table to rtf for clipboard 2007/12/12 11:08:54 cl 1.1.2.6: #i68103# added accessible api to tables 2007/10/11 15:16:33 cl 1.1.2.5: #i68103# working on table styles 2007/08/06 19:38:03 cl 1.1.2.4: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 21:24:07 cl 1.1.2.3: #i68103# working on tables in draw 2007/04/18 15:06:14 cl 1.1.2.2: #i72702 added a controller for tables 2007/03/15 17:13:03 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1dd6b98390356a7849def6904dd36fc4bb22d9f8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/01 18:10:12 cl 1.1.2.4: #i68103# fixed RangeIterator::next() 2008/02/01 17:58:26 cl 1.1.2.3: #i68103# reworked bidi support 2007/12/01 15:35:20 cl 1.1.2.2: #i68103# working on layout 2007/03/15 17:12:50 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [980294f1db190e928a250cd4b4f5d85463509895]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:18:51 cl 1.1.2.3: #i68103# added undo for tables 2007/08/06 19:38:03 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/15 17:12:37 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85caedbef6ba65207fa7df452efd4fc013dd15dc]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:18:50 cl 1.1.2.3: #i68103# added undo for tables 2007/08/06 19:38:03 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/15 17:12:22 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [88c6f4b9e65c4e6c46fa87639cd2e5b9b900ea21]

        INTEGRATION: CWS impresstables2 (1.4.10); FILE MERGED 2008/02/13 10:35:48 cl 1.4.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1999806dd7b687a3bcc362fe7df3bce4e136bbb8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/07 12:00:12 cl 1.1.2.2: fixed merge conflicts 2007/03/15 17:11:54 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [01f516c63ef52af167e9fc01e06b4d7c7a016d8c]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:35:47 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3797c4f26d28e78f5238a95292790e8a4964714d]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:35:47 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [88f009f53cc0d6fc45cb745dee24a91b7e94ae01]

        INTEGRATION: CWS impresstables2 (1.11.8); FILE MERGED 2008/02/13 10:35:47 cl 1.11.8.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4409d3ef83ce6aa103195fd551dcf699b284658d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/07 12:00:12 cl 1.1.2.2: fixed merge conflicts 2007/03/15 17:11:41 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [300fbcb2458df49cb2ef6944f946c46b213eaca0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:18:50 cl 1.1.2.2: #i68103# added undo for tables 2007/08/06 19:37:47 cl 1.1.2.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0854ebca7497bcc16d6014158d3f786ade11c1bf]

        INTEGRATION: CWS impresstables2 (1.10.102); FILE MERGED 2008/02/22 23:34:58 cl 1.10.102.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:47 cl 1.10.102.4: merged svtools in and stripped 2007/10/11 20:30:08 cl 1.10.102.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/01 12:00:31 cl 1.10.102.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:16:58 cl 1.10.102.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [67f52684fa60c6176600ed21b7c60755734e76d3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/20 16:50:34 cl 1.1.2.6: #i68103# notify table model about modifications 2008/02/07 20:25:32 cl 1.1.2.5: #i68103# merge text of merged cells to origin cell 2008/02/06 18:18:47 cl 1.1.2.4: #i68103# fixing some split/merge issues 2007/11/29 19:03:16 cl 1.1.2.3: #i68103# working on table templates 2007/10/11 15:18:50 cl 1.1.2.2: #i68103# added undo for tables 2007/08/06 19:37:36 cl 1.1.2.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17ccef4f27cc0d00734e73a52370d50111c9c99b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 10:42:48 cl 1.1.2.12: #i68103# fixed context menu handling for tables 2008/02/24 12:09:09 cl 1.1.2.11: #i68103# working on clipboard 2008/01/23 10:50:30 cl 1.1.2.10: #i68103# added undo for changing table style settings 2007/12/14 14:18:26 cl 1.1.2.9: #i68103# working on tables 2007/11/29 19:03:16 cl 1.1.2.8: #i68103# working on table templates 2007/10/11 15:18:50 cl 1.1.2.7: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.6: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.5: #i68103# worked on cell merging for tables in impress&draw 2007/05/07 09:22:42 cl 1.1.2.4: #i68103# added format cells dialog for drawing layer tables 2007/05/03 09:05:13 cl 1.1.2.3: #i68103# more table work 2007/03/20 12:54:50 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:35:02 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c991f2a389f0f58a1d2d5de4dd038382e9158c29]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:34:58 cl 1.7.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [75f7adefa186bb120a8e77b5872d6d5cb086a6f8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/27 10:42:48 cl 1.1.2.23: #i68103# fixed context menu handling for tables 2008/02/24 12:09:09 cl 1.1.2.22: #i68103# working on clipboard 2008/02/20 16:50:00 cl 1.1.2.21: #i68103# fixed text merge 2008/02/13 20:14:45 cl 1.1.2.20: #i68103# export table to rtf for clipboard 2008/02/07 20:25:32 cl 1.1.2.19: #i68103# merge text of merged cells to origin cell 2008/01/30 11:22:52 cl 1.1.2.18: #i68103# added XUnoTunnel to SfxUnoStyleSheet for safer conversion 2008/01/29 18:12:42 cl 1.1.2.17: #i68103# added SfxUnoStyleSheet to fix a dynamic_cast issue under linux 2008/01/23 14:54:39 cl 1.1.2.16: #i68103# implementing border properties for tables 2008/01/23 10:50:30 cl 1.1.2.15: #i68103# added undo for changing table style settings 2008/01/14 16:09:00 cl 1.1.2.14: #i68103# added missing properties 2008/01/13 19:57:16 cl 1.1.2.13: #i68103# working on i18n 2008/01/01 18:37:42 cl 1.1.2.12: #i68103# working on tables 2007/12/14 14:18:26 cl 1.1.2.11: #i68103# working on tables 2007/11/29 19:03:16 cl 1.1.2.10: #i68103# working on table templates 2007/10/15 09:00:34 cl 1.1.2.9: fixed merge errors 2007/10/11 15:18:50 cl 1.1.2.8: #i68103# added undo for tables 2007/08/07 12:00:12 cl 1.1.2.7: fixed merge conflicts 2007/08/06 19:38:03 cl 1.1.2.6: #i68103# worked on cell merging for tables in impress&draw 2007/07/26 21:24:07 cl 1.1.2.5: #i68103# working on tables in draw 2007/05/07 09:22:42 cl 1.1.2.4: #i68103# added format cells dialog for drawing layer tables 2007/05/03 09:05:13 cl 1.1.2.3: #i68103# more table work 2007/03/20 12:54:50 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:11:23 cl 1.1.2.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b97a1b6b1485005ef3addbb0a96cc1a2c275f78d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/12 11:00:42 cl 1.1.2.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [520c15b0176641e923a53a98a9c90a8f7f6d036f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/29 13:25:48 cl 1.1.2.3: #i68103# fixed compile error 2007/12/12 12:48:59 cl 1.1.2.2: #i68103# removed states 2007/12/12 11:00:34 cl 1.1.2.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [779ff2e4a47cb819771641ccf06370071f9a348c]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:47 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9fb09f3f9f5ad79bd99927e94a43bc2982975bb3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/02 16:54:16 cl 1.1.2.3: #i68103# fixed linux compile warning 2007/12/12 12:48:59 cl 1.1.2.2: #i68103# removed states 2007/12/12 11:00:25 cl 1.1.2.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [06467e24e4d47567adbd3a0cce02a76d0fd6fde0]

        INTEGRATION: CWS impresstables2 (1.31.72); FILE MERGED 2008/01/01 18:37:13 cl 1.31.72.2: #i68103# working on tables 2007/12/16 17:59:09 cl 1.31.72.1: #i72702# working on table clipboard

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46d7a15ec95197d6af303fd2531ca24deca76b70]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/22 23:34:57 cl 1.8.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7b86ed28116ab3a82bfb39b8d406dd319536ab05]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/22 23:34:57 cl 1.8.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:46 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9bfb709dcfa88807a032a8e2dd51cf21761dadf3]

        INTEGRATION: CWS impresstables2 (1.20.134); FILE MERGED 2008/03/11 18:16:50 cl 1.20.134.10: RESYNC: (1.23-1.25); FILE MERGED 2008/02/27 12:19:29 cl 1.20.134.9: #i68103# fixed context menu handling for tables 2008/02/27 10:41:46 cl 1.20.134.8: #i68103# fixed context menu handling for tables 2007/08/07 12:01:07 cl 1.20.134.7: fixed merge conflicts 2007/08/01 18:49:17 cl 1.20.134.6: RESYNC: (1.22-1.23); FILE MERGED 2007/07/26 21:07:37 cl 1.20.134.5: #i68103# working on tables in draw 2007/06/27 18:05:06 cl 1.20.134.4: RESYNC: (1.20-1.22); FILE MERGED 2007/05/03 09:05:13 cl 1.20.134.3: #i68103# more table work 2007/04/18 15:11:50 cl 1.20.134.2: #i72702# added a controller for tables 2007/03/15 16:55:27 cl 1.20.134.1: #i68103# added table context and pointer handling for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aa8cf571d79357866c6c1da0116d5d11beb59efc]

        INTEGRATION: CWS impresstables2 (1.28.56); FILE MERGED 2008/03/11 18:16:29 cl 1.28.56.3: RESYNC: (1.28-1.29); FILE MERGED 2008/02/15 14:21:26 cl 1.28.56.2: #i68103# fixed table text undo 2007/10/11 15:22:09 cl 1.28.56.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3f25b69df90de435c6faf6c32c4284f228e53a22]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/22 23:34:57 cl 1.12.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:46 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7983622afa325fecf0382b743fc75ece3a28b424]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:35:46 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bd48f6749d24fefa688f8ae3274ed1773b5e973d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:21:48 cl 1.1.2.4: #i68103# added undo for tables 2007/08/07 12:01:07 cl 1.1.2.3: fixed merge conflicts 2007/07/26 21:08:32 cl 1.1.2.2: #i68103# fixed merge error 2007/03/15 16:45:42 cl 1.1.2.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d6032912c99fb3bf94936cc0ff68ac7413f7ecfd]

        INTEGRATION: CWS impresstables2 (1.90.56); FILE MERGED 2008/03/11 18:16:59 cl 1.90.56.6: RESYNC: (1.90-1.92); FILE MERGED 2008/03/06 17:41:37 cl 1.90.56.5: fixing merge errors 2008/01/23 15:09:28 cl 1.90.56.4: #i68103# undo strings for tables 2008/01/01 18:37:13 cl 1.90.56.3: #i68103# working on tables 2007/12/12 12:47:26 cl 1.90.56.2: #i68103# added name for table shapes 2007/10/11 15:21:16 cl 1.90.56.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [74e80cedf585a51f11d82061f10773e73fca2c84]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/13 10:35:46 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce5a5f2c9c3036b65d77941c1c0658c5e815055a]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:34:57 cl 1.7.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [603c23cd2c794674afacad284e9aa1f74ade1ab9]

        INTEGRATION: CWS impresstables2 (1.4.234); FILE MERGED 2007/08/01 18:47:20 cl 1.4.234.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/15 16:55:58 cl 1.4.234.1: #i68103# moved SetNotifyHdl( Link() ) call to outliner cache

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9273f417257e100f4379ec6b9fdcbfbc310d19f1]

        INTEGRATION: CWS impresstables2 (1.10.4); FILE MERGED 2008/02/13 10:35:46 cl 1.10.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [122e5a1351b116ed665e71bfdf2dab836c4127a3]

        INTEGRATION: CWS impresstables2 (1.15.72); FILE MERGED 2008/02/29 11:28:16 cl 1.15.72.1: #i68103# fixed crash due to recursive use of GetDrawOutliner()

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [267a39cad2b9817e049b06b05874199633cde1cc]

        INTEGRATION: CWS impresstables2 (1.18.136); FILE MERGED 2007/08/01 18:46:24 cl 1.18.136.3: RESYNC: (1.18-1.19); FILE MERGED 2007/05/03 09:05:13 cl 1.18.136.2: #i68103# more table work 2007/03/15 17:08:17 cl 1.18.136.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d62d88f0e70b76d92242c233ef3cef48655a2cd6]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/02/22 23:34:57 cl 1.13.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:35:46 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [635b102a4ccd5dd60589b9573be7354a01ec78da]

        INTEGRATION: CWS impresstables2 (1.28.234); FILE MERGED 2007/12/14 14:17:31 cl 1.28.234.5: #i68103# working on tables 2007/08/01 18:46:07 cl 1.28.234.4: RESYNC: (1.29-1.30); FILE MERGED 2007/06/27 18:04:33 cl 1.28.234.3: RESYNC: (1.28-1.29); FILE MERGED 2007/05/03 09:05:12 cl 1.28.234.2: #i68103# more table work 2007/03/15 17:08:17 cl 1.28.234.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce79c8785730da18c7592bf3c2337865dbb4ccbd]

        INTEGRATION: CWS impresstables2 (1.79.118); FILE MERGED 2008/02/29 11:28:16 cl 1.79.118.10: #i68103# fixed crash due to recursive use of GetDrawOutliner() 2007/12/12 12:47:46 cl 1.79.118.9: #i68103# renamed SdrText method 2007/12/01 19:25:53 cl 1.79.118.8: RESYNC: (1.84-1.85); FILE MERGED 2007/10/12 01:03:21 cl 1.79.118.7: RESYNC: (1.83-1.84); FILE MERGED 2007/08/06 19:33:44 cl 1.79.118.6: #i68103# worked on cell merging for tables in impress&draw 2007/08/01 18:46:00 cl 1.79.118.5: RESYNC: (1.81-1.83); FILE MERGED 2007/06/27 18:04:25 cl 1.79.118.4: RESYNC: (1.80-1.81); FILE MERGED 2007/05/03 09:05:12 cl 1.79.118.3: #i68103# more table work 2007/04/12 20:38:01 cl 1.79.118.2: RESYNC: (1.79-1.80); FILE MERGED 2007/03/15 17:08:17 cl 1.79.118.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61ed09d29d65455ca0fa22423433d66632d844b9]

        INTEGRATION: CWS impresstables2 (1.29.118); FILE MERGED 2007/12/01 19:25:50 cl 1.29.118.4: RESYNC: (1.31-1.32); FILE MERGED 2007/08/01 18:45:02 cl 1.29.118.3: RESYNC: (1.30-1.31); FILE MERGED 2007/06/27 18:03:53 cl 1.29.118.2: RESYNC: (1.29-1.30); FILE MERGED 2007/03/15 17:05:59 cl 1.29.118.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [910b6c3ce8e1120589b18727b4e64c06a225bad5]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:35:46 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [276e25d0bd9ec78b01e18b78f5d9789dc60ab6d6]

        INTEGRATION: CWS impresstables2 (1.10.18); FILE MERGED 2008/02/22 23:34:57 cl 1.10.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [df64bd535f01aa264dc4b0c7abfdaeff299fb482]

        INTEGRATION: CWS impresstables2 (1.87.8); FILE MERGED 2008/03/11 18:16:41 cl 1.87.8.11: RESYNC: (1.93-1.94); FILE MERGED 2007/12/01 19:25:47 cl 1.87.8.10: RESYNC: (1.92-1.93); FILE MERGED 2007/11/29 19:02:55 cl 1.87.8.9: #i68103# working on table templates 2007/10/12 01:03:02 cl 1.87.8.8: RESYNC: (1.91-1.92); FILE MERGED 2007/10/11 15:20:54 cl 1.87.8.7: #i68103# added undo for tables 2007/08/07 12:01:07 cl 1.87.8.6: fixed merge conflicts 2007/08/01 18:43:46 cl 1.87.8.5: RESYNC: (1.88-1.91); FILE MERGED 2007/07/27 11:52:43 cl 1.87.8.4: fixed linux build problems 2007/07/26 21:13:57 cl 1.87.8.3: #i68103# working on tables in draw 2007/04/12 20:37:00 cl 1.87.8.2: RESYNC: (1.87-1.88); FILE MERGED 2007/03/15 17:07:03 cl 1.87.8.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb8c08672d5cf650bfac400a9aafb3f01e334902]

        INTEGRATION: CWS impresstables2 (1.38.92); FILE MERGED 2007/12/01 19:25:44 cl 1.38.92.6: RESYNC: (1.45-1.46); FILE MERGED 2007/10/12 01:02:55 cl 1.38.92.5: RESYNC: (1.43-1.45); FILE MERGED 2007/08/01 18:43:12 cl 1.38.92.4: RESYNC: (1.40-1.43); FILE MERGED 2007/06/27 18:03:07 cl 1.38.92.3: RESYNC: (1.39-1.40); FILE MERGED 2007/04/12 20:36:51 cl 1.38.92.2: RESYNC: (1.38-1.39); FILE MERGED 2007/03/15 17:05:04 cl 1.38.92.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45f91d86972d015893f427ba6acd49118bb368da]

        INTEGRATION: CWS impresstables2 (1.32.94); FILE MERGED 2008/03/11 18:18:19 cl 1.32.94.4: RESYNC: (1.35-1.37); FILE MERGED 2007/10/12 01:02:47 cl 1.32.94.3: RESYNC: (1.34-1.35); FILE MERGED 2007/08/01 18:42:53 cl 1.32.94.2: RESYNC: (1.32-1.34); FILE MERGED 2007/03/15 17:04:11 cl 1.32.94.1: #i68103# no frame border for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e05481101cf30bb18d312c53eb55b9b137b02880]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:35:45 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [432e748fda60071c2c2849d30562b35c8d97d1ca]

        INTEGRATION: CWS impresstables2 (1.73.94); FILE MERGED 2008/03/11 18:17:20 cl 1.73.94.4: RESYNC: (1.75-1.77); FILE MERGED 2008/02/29 11:28:16 cl 1.73.94.3: #i68103# fixed crash due to recursive use of GetDrawOutliner() 2007/08/01 18:42:46 cl 1.73.94.2: RESYNC: (1.73-1.75); FILE MERGED 2007/07/26 21:05:59 cl 1.73.94.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [69460868204fa22cfe22531a03cdb8ebcce548e0]

        INTEGRATION: CWS impresstables2 (1.17.18); FILE MERGED 2008/03/11 18:12:05 cl 1.17.18.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/13 10:33:33 cl 1.17.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ef5e4bb4caae3bcb191441794e7226de2bde5cb5]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/13 10:30:31 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0b90b3941098b64ab51dc067d13610901d9deeba]

        INTEGRATION: CWS impresstables2 (1.24.94); FILE MERGED 2008/03/11 18:17:39 cl 1.24.94.5: RESYNC: (1.29-1.30); FILE MERGED 2008/01/30 13:25:34 cl 1.24.94.4: RESYNC: (1.28-1.29); FILE MERGED 2007/08/01 18:41:38 cl 1.24.94.3: RESYNC: (1.25-1.28); FILE MERGED 2007/05/07 19:58:59 cl 1.24.94.2: RESYNC: (1.24-1.25); FILE MERGED 2007/03/15 16:59:50 cl 1.24.94.1: #i68103# adding support for handles that are forced outside (for frame selections)

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [04ccd88077ae5701db62757d3b690ca91f6f9bb1]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 10:30:31 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8a9db00bfc64e64faa56910973621e0056b0a4f0]

        INTEGRATION: CWS impresstables2 (1.154.102); FILE MERGED 2008/03/11 18:18:11 cl 1.154.102.9: RESYNC: (1.156-1.157); FILE MERGED 2008/02/20 17:49:46 cl 1.154.102.8: RESYNC: (1.154-1.156); FILE MERGED 2008/02/13 20:16:04 cl 1.154.102.7: #i68103# use api to set fill bitmap 2008/01/29 13:23:59 cl 1.154.102.6: #i68103# fixed compile error 2008/01/24 15:30:41 sj 1.154.102.5: fixed small table import problem 2008/01/21 15:16:55 sj 1.154.102.4: fixed import of tables if importing only one row/column 2008/01/17 13:28:42 sj 1.154.102.3: added some (fill/border) cell properties 2008/01/11 15:19:58 sj 1.154.102.2: added cell merging vor ppt table import 2008/01/11 14:50:57 sj 1.154.102.1: initial PPT table import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d7f8ce3b59a174846acdddde6c331379870f579]

        INTEGRATION: CWS impresstables2 (1.9.40); FILE MERGED 2008/02/13 10:30:31 cl 1.9.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a672530628774b50fcb526839aeb4cd69b0df18a]

        INTEGRATION: CWS impresstables2 (1.55.92); FILE MERGED 2008/02/15 14:21:26 cl 1.55.92.12: #i68103# fixed table text undo 2007/12/14 14:16:19 cl 1.55.92.11: #i68103# working on tables 2007/12/01 19:25:40 cl 1.55.92.10: RESYNC: (1.57-1.58); FILE MERGED 2007/10/11 15:20:18 cl 1.55.92.9: #i68103# added undo for tables 2007/08/07 12:01:06 cl 1.55.92.8: fixed merge conflicts 2007/08/01 18:40:32 cl 1.55.92.7: RESYNC: (1.56-1.57); FILE MERGED 2007/07/26 21:14:29 cl 1.55.92.6: #i68103# reworked styles to use refcounting 2007/06/27 18:01:57 cl 1.55.92.5: RESYNC: (1.55-1.56); FILE MERGED 2007/05/31 11:41:12 cl 1.55.92.4: #i68103# added TableControler 2007/05/03 09:05:12 cl 1.55.92.3: #i68103# more table work 2007/04/18 15:11:50 cl 1.55.92.2: #i72702# added a controller for tables 2007/03/15 17:01:58 cl 1.55.92.1: #i68103# adding cell support for ImpGetTextEditBackgroundColor and forewarded OutlinerStatusEvent to active SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eecbe94f1dc4bc7404d15bd3a9257f3c20f9287c]

        INTEGRATION: CWS impresstables2 (1.9.8); FILE MERGED 2008/02/22 23:33:42 cl 1.9.8.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:31 cl 1.9.8.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [180c54693276ee3c9f173c7c3a0af8d7992d8d95]

        INTEGRATION: CWS impresstables2 (1.17.94); FILE MERGED 2008/03/11 18:17:29 cl 1.17.94.5: RESYNC: (1.22-1.24); FILE MERGED 2007/12/01 19:25:38 cl 1.17.94.4: RESYNC: (1.21-1.22); FILE MERGED 2007/08/01 18:39:56 cl 1.17.94.3: RESYNC: (1.17-1.21); FILE MERGED 2007/07/26 21:20:41 cl 1.17.94.2: #i68103# working on tables in draw 2007/04/18 15:11:50 cl 1.17.94.1: #i72702# added a controller for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7797687ca667adf19ca8060c4f71153534cb9e68]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2008/02/13 10:30:31 cl 1.7.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0473177a5ec663233a36074a8ddab3909f6d5a22]

        INTEGRATION: CWS impresstables2 (1.14.136); FILE MERGED 2008/03/11 18:17:12 cl 1.14.136.5: RESYNC: (1.17-1.18); FILE MERGED 2008/01/01 18:37:13 cl 1.14.136.4: #i68103# working on tables 2007/08/01 18:39:48 cl 1.14.136.3: RESYNC: (1.14-1.17); FILE MERGED 2007/07/31 11:23:50 cl 1.14.136.2: fixing linux build problems 2007/04/18 15:11:50 cl 1.14.136.1: #i72702# added a controller for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fc26715c0a19ad2f5a448cb22a097bf16e357345]

        INTEGRATION: CWS impresstables2 (1.31.106); FILE MERGED 2007/10/11 15:19:51 cl 1.31.106.4: #i68103# removed table border shadow attribute 2007/08/06 19:33:44 cl 1.31.106.3: #i68103# worked on cell merging for tables in impress&draw 2007/08/01 18:39:11 cl 1.31.106.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/26 21:04:41 cl 1.31.106.1: #i68103# added attributes for cells

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1bbad5c28ba7db3b2aacabb65283907298c1c492]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 10:30:30 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cf6b5c16c1619cf7c5fccc7f74e1fe54fa1f8093]

        INTEGRATION: CWS impresstables2 (1.7.86); FILE MERGED 2008/02/13 10:30:30 cl 1.7.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a81d64895a42dc067c4c0a007e7fd83494b0d69b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/16 17:59:09 cl 1.1.2.2: #i72702# working on table clipboard 2007/07/26 21:01:19 cl 1.1.2.1: #i68103# working on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9bfd7afadf7758bdab44afd03be64512b6ab74b3]

        INTEGRATION: CWS impresstables2 (1.21.132); FILE MERGED 2008/01/30 13:25:30 cl 1.21.132.6: RESYNC: (1.23-1.24); FILE MERGED 2007/08/07 12:01:06 cl 1.21.132.5: fixed merge conflicts 2007/08/01 18:38:17 cl 1.21.132.4: RESYNC: (1.22-1.23); FILE MERGED 2007/07/26 21:01:34 cl 1.21.132.3: #i68103# working on tables in draw 2007/06/27 18:01:10 cl 1.21.132.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/15 16:59:11 cl 1.21.132.1: #i68103# starting to seperate the text from the SdrTextObj

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65a853b7463025034c529a03d72580aed5332a8c]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/13 10:30:30 cl 1.8.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bdac3f7fadb175ab51bca8751d0796e3a4d74d07]

        INTEGRATION: CWS impresstables2 (1.13.16); FILE MERGED 2007/08/01 18:37:51 cl 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2007/03/15 16:57:05 cl 1.13.16.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4819d55ec6c77324b8fb2c8b03c50dde9ebdeaac]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 10:30:30 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [838c0fa8228f4ca656a264f6a5610c337ebf4fef]

        INTEGRATION: CWS impresstables2 (1.14.72); FILE MERGED 2008/02/15 14:20:42 cl 1.14.72.4: #i68103# let SdrTextObj know about new OutlinerParaObject 2008/01/23 15:09:07 cl 1.14.72.3: #i68103# set text objects with multiple text to default correctly 2007/12/14 14:20:12 cl 1.14.72.2: #i68103# working on tables 2007/08/06 19:39:26 cl 1.14.72.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b1dfc12f1690e7bd49da2e0fa1fb055b78bd377d]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:30:30 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [23a77f1de886688534d16d9bb244865bedcf7f7d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/20 12:52:44 cl 1.1.2.2: fixed unix compile errors 2007/03/15 17:09:01 cl 1.1.2.1: #i68103# moved cell overlay from sc project to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6a4eceabf3ba4944aa0a0aec934402d8b56bec2]

        INTEGRATION: CWS impresstables2 (1.3.136); FILE MERGED 2007/03/15 17:09:18 cl 1.3.136.1: #i68103# moved cell overlay from sc project to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e905202b7c6aa658e6211116e619098e62cf8bd]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 10:30:30 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [09807aebaf9f5c9975745246bd03567efc168e78]

        INTEGRATION: CWS impresstables2 (1.8.202); FILE MERGED 2007/08/01 18:25:42 cl 1.8.202.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/26 19:59:54 cl 1.8.202.1: #i68103# removed stuff that is not needed anymore since binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5be0b50f84167cb333dfa45978999dd0b4c22977]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:30:30 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12ea9c83dbc481c416c113e7e5206a58e181c096]

        INTEGRATION: CWS impresstables2 (1.73.102); FILE MERGED 2008/01/24 11:24:58 sj 1.73.102.1: added export of tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1c396f3df7035668db106fb758f6aced704232a5]

        INTEGRATION: CWS impresstables2 (1.4.10); FILE MERGED 2008/02/13 10:30:30 cl 1.4.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9c9e98560ce2c672a43b404a4e2d55504e498bbe]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:30:30 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [de8c2e2e690206e945bc67877a482e75744e03c2]

        INTEGRATION: CWS impresstables2 (1.48.72); FILE MERGED 2007/12/01 15:39:02 cl 1.48.72.4: #i68103# fixed HasPriority in case the borders are equal 2007/11/29 19:02:27 cl 1.48.72.3: #i68103# working on table templates 2007/10/12 00:58:08 cl 1.48.72.2: RESYNC: (1.48-1.49); FILE MERGED 2007/08/06 19:37:14 cl 1.48.72.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6548d6b107afc27125b16998a242d2b1e21be230]

        INTEGRATION: CWS impresstables2 (1.9.134); FILE MERGED 2007/12/01 19:25:35 cl 1.9.134.3: RESYNC: (1.10-1.11); FILE MERGED 2007/08/01 18:12:27 cl 1.9.134.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/15 17:28:59 cl 1.9.134.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bf45d03521a6e1da1bbdb9e85f3d9fc97bd4210b]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/22 23:33:42 cl 1.11.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:30 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [393f0ba9301bdc152c356b64c9c39521de33bee5]

        INTEGRATION: CWS impresstables2 (1.11.202); FILE MERGED 2007/08/01 17:56:21 cl 1.11.202.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 11:52:43 cl 1.11.202.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc79eb098c31de5fa877ea77f55dd9e44a978c48]

        INTEGRATION: CWS impresstables2 (1.7.86); FILE MERGED 2008/02/22 23:33:42 cl 1.7.86.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:30 cl 1.7.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ad6604c4cfa6018ee05b462dcf5586f7140bc359]

        INTEGRATION: CWS impresstables2 (1.69.104); FILE MERGED 2007/10/12 00:55:16 cl 1.69.104.3: RESYNC: (1.72-1.73); FILE MERGED 2007/08/01 17:55:44 cl 1.69.104.2: RESYNC: (1.69-1.72); FILE MERGED 2007/07/26 19:28:30 cl 1.69.104.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f53c11c3ee3d9cf2ebaf0efa018ba35bc9bfdcd7]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:30:30 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8eb62172a7cfe22a39e5f588740f9beaabbb9ec4]

        INTEGRATION: CWS impresstables2 (1.115.94); FILE MERGED 2008/02/20 17:49:50 cl 1.115.94.4: RESYNC: (1.118-1.119); FILE MERGED 2007/10/12 00:55:10 cl 1.115.94.3: RESYNC: (1.117-1.118); FILE MERGED 2007/08/01 17:55:37 cl 1.115.94.2: RESYNC: (1.115-1.117); FILE MERGED 2007/07/27 11:52:42 cl 1.115.94.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [785bab8497a5c537416dfb77de3237dd1b156a3c]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:30:29 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [22124138eabb45c1238ecc192b73c86429c9e118]

        INTEGRATION: CWS impresstables2 (1.12.202); FILE MERGED 2007/08/01 17:54:14 cl 1.12.202.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/27 11:52:42 cl 1.12.202.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cf00f199aa5c72390abeb5a3062ddd0b55b3b2e]

        INTEGRATION: CWS impresstables2 (1.7.6); FILE MERGED 2008/02/13 10:30:29 cl 1.7.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ceb87917f0407d0ad596380a2e062b8219827d9d]

        INTEGRATION: CWS impresstables2 (1.45.32); FILE MERGED 2007/12/01 19:25:32 cl 1.45.32.3: RESYNC: (1.47-1.49); FILE MERGED 2007/08/01 17:54:07 cl 1.45.32.2: RESYNC: (1.45-1.47); FILE MERGED 2007/07/27 11:52:42 cl 1.45.32.1: fixed linux build problems

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5c8f88888741f5a83efe1ab861a03aeffe3ebe59]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/13 10:30:29 cl 1.9.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1cc0d285601ef654d2495428194409f5cafed2ff]

        INTEGRATION: CWS impresstables2 (1.10.202); FILE MERGED 2007/08/01 17:53:31 cl 1.10.202.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/26 19:29:27 cl 1.10.202.1: #i68103# removed stuff that is not needed anymore since binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [381fecd1604e49a4663e5cf4ee60890dcc5ab2c9]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:30:29 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e30930a9e3006f14f9201d2badcb9332732a2615]

        INTEGRATION: CWS impresstables2 (1.26.202); FILE MERGED 2007/08/01 17:53:25 cl 1.26.202.2: RESYNC: (1.26-1.27); FILE MERGED 2007/07/26 19:29:27 cl 1.26.202.1: #i68103# removed stuff that is not needed anymore since binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e8b5941aceaf6b020c56a844135661056a412fef]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:33:42 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [119c327a52add4d51e39b4753daa4f4cb7800350]

        INTEGRATION: CWS impresstables2 (1.109.32); FILE MERGED 2008/01/01 18:35:59 cl 1.109.32.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce82011781019bbbc4a3b7ecfc47e0b9128f9d18]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:33:42 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [58777ceb79b31146bfdb62ead803a55c7fe10399]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:24:01 cl 1.1.2.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ad715e734484a6f5f1b99bb763587e81e09d360]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:33:42 cl 1.9.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d0961bfd3e22cb87d49731f7e491c73d00f3d7f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:23:51 cl 1.1.2.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8951916eb40ebbfe40f4458b628d8d0126b517d6]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:33:42 cl 1.7.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65438092d40c1876af51de94d0442f55ea849ea4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:23:42 cl 1.1.2.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d7797598a2ac61fd449029c41611efd476fa661a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/01 20:36:27 cl 1.1.2.2: fixing unix compile problem 2007/10/11 15:23:33 cl 1.1.2.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3b990a6e1e322023ec0635e3e3afbfe284fb4c0e]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 10:30:29 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7500b0710aa412ad1ccb99c4076e1f8451a78750]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/05/07 09:24:01 cl 1.1.2.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [845cf2e9d5dd587268099f0b3c862f66c89d78f2]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/22 23:33:42 cl 1.9.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [27a9430c075a47a952db0f85dc9c2f2aa10e8ee6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:28:04 cl 1.1.2.2: #i68103# changing execute return type 2007/05/07 09:23:52 cl 1.1.2.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7bd5a3fa8677cc5f12bd7d9bc8d851d90aa5928b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:28:04 cl 1.1.2.4: #i68103# changing execute return type 2007/08/07 11:59:55 cl 1.1.2.3: fixed merge conflicts 2007/06/28 15:44:34 cl 1.1.2.2: fixed merge conflicts 2007/05/07 09:23:43 cl 1.1.2.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c02d6e727fa7c7c1affccfdeedfd3da7a0459066]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/22 23:33:41 cl 1.8.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.8.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d80503dbf8b966f91f9f9f197284f209bea6324]

        INTEGRATION: CWS impresstables2 (1.9.758); FILE MERGED 2007/10/11 15:28:04 cl 1.9.758.1: #i68103# changing execute return type

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [51fcc273f1619cdaec473d02a2fb0194ff898ff1]

        INTEGRATION: CWS impresstables2 (1.20.72); FILE MERGED 2008/03/11 18:16:17 cl 1.20.72.3: RESYNC: (1.21-1.22); FILE MERGED 2007/12/01 19:25:28 cl 1.20.72.2: RESYNC: (1.20-1.21); FILE MERGED 2007/10/11 15:28:04 cl 1.20.72.1: #i68103# changing execute return type

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6097a20e25123c0dfbf35e2d029cc0de2cd8b0a]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 10:30:29 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ee487c87f8928bbb43935ba249a7390033fa4c74]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/21 15:47:23 cl 1.1.2.1: #i68103# added dialog for 'Insert Table' in impress/draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [59dbb10aca4c0c2c3848dfaee9c684dda09ceecc]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/13 10:30:29 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [80e6ae83cf938b0ab05c0901e8e926c8dc1852a5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/21 15:47:12 cl 1.1.2.1: #i68103# added dialog for 'Insert Table' in impress/draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73a8509ca4d5f9e2c32d00d085b4bbf7f44d6179]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/21 15:47:03 cl 1.1.2.1: #i68103# added dialog for 'Insert Table' in impress/draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0f76b78456225c38a026c55678b55fd705866718]

        INTEGRATION: CWS tl52_DEV300 (1.118.144); FILE MERGED 2008/03/10 11:33:25 tl 1.118.144.1: #b6668980# crash with hypehnation fixed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [01d6f36a0d1dc1db88f75583b9ee1906b81a2cb4]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 10:30:29 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0be1bcefe59e30e522ff38d21aed307a3bb34e12]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/01/21 15:46:53 cl 1.1.2.1: #i68103# added dialog for 'Insert Table' in impress/draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [40c8b9c4282e4d13164d483fe4232ba72a5ed584]

        INTEGRATION: CWS impresstables2 (1.10.18); FILE MERGED 2008/02/22 23:33:41 cl 1.10.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.10.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72778c4966237b54c6d8c4482d32a12d8f7468ab]

        INTEGRATION: CWS impresstables2 (1.52.202); FILE MERGED 2008/03/11 18:16:03 cl 1.52.202.9: RESYNC: (1.59-1.61); FILE MERGED 2008/01/21 15:47:40 cl 1.52.202.8: #i68103# added dialog for 'Insert Table' in impress/draw 2007/12/01 19:25:25 cl 1.52.202.7: RESYNC: (1.56-1.59); FILE MERGED 2007/10/12 00:52:34 cl 1.52.202.6: RESYNC: (1.54-1.56); FILE MERGED 2007/10/11 15:24:31 cl 1.52.202.5: #i68103# moved split table dialog to svx 2007/08/01 17:30:07 cl 1.52.202.4: RESYNC: (1.53-1.54); FILE MERGED 2007/06/28 15:44:34 cl 1.52.202.3: fixed merge conflicts 2007/06/27 17:32:13 cl 1.52.202.2: RESYNC: (1.52-1.53); FILE MERGED 2007/05/07 09:23:25 cl 1.52.202.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a1ef578924d69311e8d1a2325dff19740c9310d0]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/02/22 23:33:41 cl 1.13.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:29 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [822f0559c5379a33c5ca4fa7ab8f9e4631cf99dc]

        INTEGRATION: CWS impresstables2 (1.26.84); FILE MERGED 2008/03/11 18:15:58 cl 1.26.84.9: RESYNC: (1.32-1.33); FILE MERGED 2008/01/30 13:25:41 cl 1.26.84.8: RESYNC: (1.31-1.32); FILE MERGED 2008/01/21 15:47:40 cl 1.26.84.7: #i68103# added dialog for 'Insert Table' in impress/draw 2007/10/12 00:50:14 cl 1.26.84.6: RESYNC: (1.30-1.31); FILE MERGED 2007/10/11 15:25:37 cl 1.26.84.5: #i68103# moved split table dialog to svx 2007/08/01 17:17:34 cl 1.26.84.4: RESYNC: (1.28-1.30); FILE MERGED 2007/06/27 17:29:45 cl 1.26.84.3: RESYNC: (1.27-1.28); FILE MERGED 2007/05/07 19:39:42 cl 1.26.84.2: RESYNC: (1.26-1.27); FILE MERGED 2007/05/07 09:23:25 cl 1.26.84.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0be3ec64d1d7ad5f08e25946608f1360a35e852c]

        INTEGRATION: CWS impresstables2 (1.35.84); FILE MERGED 2008/03/11 18:16:11 cl 1.35.84.10: RESYNC: (1.44-1.45); FILE MERGED 2008/01/30 13:25:37 cl 1.35.84.9: RESYNC: (1.43-1.44); FILE MERGED 2008/01/21 15:47:39 cl 1.35.84.8: #i68103# added dialog for 'Insert Table' in impress/draw 2007/12/01 19:25:22 cl 1.35.84.7: RESYNC: (1.41-1.43); FILE MERGED 2007/10/12 00:50:05 cl 1.35.84.6: RESYNC: (1.40-1.41); FILE MERGED 2007/10/11 15:25:37 cl 1.35.84.5: #i68103# moved split table dialog to svx 2007/08/01 17:17:28 cl 1.35.84.4: RESYNC: (1.38-1.40); FILE MERGED 2007/06/27 17:29:36 cl 1.35.84.3: RESYNC: (1.36-1.38); FILE MERGED 2007/05/07 19:39:35 cl 1.35.84.2: RESYNC: (1.35-1.36); FILE MERGED 2007/05/07 09:23:25 cl 1.35.84.1: #i68103# added format cells dialog for drawing layer tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b365b4e8786ddadc4df8d573757e678d4fba2758]

        INTEGRATION: CWS impresstables2 (1.34.72); FILE MERGED 2007/10/11 15:26:04 cl 1.34.72.1: #i68103# hide border ui for draw tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [512c447d38aafe5aa73bb71fac59b6ef6385b4fc]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 10:30:28 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd12231dd79a77e9dcff9b9faf6170798b00659b]

        INTEGRATION: CWS impresstables2 (1.14.72); FILE MERGED 2007/12/12 10:55:46 cl 1.14.72.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ed93ff3af84f73ea1e6b6fdc3cd162dd12b69c06]

        INTEGRATION: CWS impresstables2 (1.15.10); FILE MERGED 2008/02/22 23:33:41 cl 1.15.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:28 cl 1.15.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d3eb7b917a646b90a3c27483ba1971bf7a7f30b]

        INTEGRATION: CWS impresstables2 (1.23.136); FILE MERGED 2007/08/01 17:03:37 cl 1.23.136.2: RESYNC: (1.23-1.24); FILE MERGED 2007/05/31 11:13:58 cl 1.23.136.1: #i68103# merging changes for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [059df9057a53f4e905a59b70cac235d0b69fa110]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/02/13 10:30:28 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0b1699543fd99ba37aefbe2e44bbf30053ecdab0]

        INTEGRATION: CWS impresstables2 (1.50.136); FILE MERGED 2007/08/01 17:01:51 cl 1.50.136.3: RESYNC: (1.50-1.51); FILE MERGED 2007/05/31 11:13:58 cl 1.50.136.2: #i68103# merging changes for tables 2007/05/03 09:05:12 cl 1.50.136.1: #i68103# more table work

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78192f31b5a8b0e2bdd07651db88b34d21e8d721]

        INTEGRATION: CWS impresstables2 (1.10.104); FILE MERGED 2008/02/13 10:30:28 cl 1.10.104.3: merged svtools in and stripped 2007/12/01 19:16:38 cl 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:18:10 cl 1.10.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3604e77b2d420c256c471b402bac1aeaf505e51b]

        INTEGRATION: CWS impresstables2 (1.6.118); FILE MERGED 2007/08/01 17:00:24 cl 1.6.118.2: RESYNC: (1.6-1.8); FILE MERGED 2007/05/03 09:05:12 cl 1.6.118.1: #i68103# more table work

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f59e2acffe213301b914d0bbafdce42ca2f89f3a]

        INTEGRATION: CWS impresstables2 (1.9.24); FILE MERGED 2008/03/11 18:11:58 cl 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2008/02/13 10:30:28 cl 1.9.24.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [be570ee1ad2a2aa9b26a0105af9567a10241c55f]

        INTEGRATION: CWS impresstables2 (1.70.58); FILE MERGED 2008/03/11 18:18:48 cl 1.70.58.9: RESYNC: (1.75-1.76); FILE MERGED 2008/02/20 17:50:04 cl 1.70.58.8: RESYNC: (1.74-1.75); FILE MERGED 2008/01/23 15:07:52 cl 1.70.58.7: #i68103# implementing border properties for tables 2008/01/23 10:50:16 cl 1.70.58.6: #i68103# added undo for changing table style settings 2007/12/14 14:14:07 cl 1.70.58.5: #i68103# working on tables 2007/12/01 19:25:13 cl 1.70.58.4: RESYNC: (1.72-1.74); FILE MERGED 2007/08/01 16:59:18 cl 1.70.58.3: RESYNC: (1.70-1.72); FILE MERGED 2007/05/03 09:04:53 cl 1.70.58.2: #i68103# more table work 2007/03/15 17:21:21 cl 1.70.58.1: #i68103# adding insert table slot

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c2542db16cb3787ee3053bf7b1daa2a50fe7be36]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 10:30:28 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [061817ff037153cde1693698c241f7988f37f048]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 10:30:28 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f68f381d9d9d15689b6a283c005a637f319792f]

        INTEGRATION: CWS impresstables2 (1.122.82); FILE MERGED 2008/03/11 18:19:15 cl 1.122.82.11: RESYNC: (1.133-1.135); FILE MERGED 2008/01/30 13:25:16 cl 1.122.82.10: RESYNC: (1.132-1.133); FILE MERGED 2007/12/01 19:25:09 cl 1.122.82.9: RESYNC: (1.129-1.132); FILE MERGED 2007/10/11 15:13:55 cl 1.122.82.8: #i68103# working on table styles 2007/08/01 16:58:54 cl 1.122.82.7: RESYNC: (1.126-1.129); FILE MERGED 2007/07/26 21:28:13 cl 1.122.82.6: #i68103# working on tables in draw 2007/06/27 17:23:17 cl 1.122.82.5: RESYNC: (1.123-1.126); FILE MERGED 2007/05/07 19:35:35 cl 1.122.82.4: RESYNC: (1.122-1.123); FILE MERGED 2007/05/07 09:22:21 cl 1.122.82.3: #i68103# added generic sub toolbar controler 2007/04/18 15:08:32 cl 1.122.82.2: #i72702# added a controller for tables 2007/03/15 17:20:06 cl 1.122.82.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [044318235a8ede9df22e19978bd3f2c17cb4f920]

        INTEGRATION: CWS impresstables2 (1.7.104); FILE MERGED 2008/03/11 18:12:02 cl 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2008/02/13 10:30:28 cl 1.7.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [69bdce5e37b049e33067b9732dae632834a16b29]

        INTEGRATION: CWS impresstables2 (1.24.134); FILE MERGED 2007/12/01 19:25:06 cl 1.24.134.3: RESYNC: (1.26-1.27); FILE MERGED 2007/08/01 16:59:01 cl 1.24.134.2: RESYNC: (1.24-1.26); FILE MERGED 2007/03/15 17:20:05 cl 1.24.134.1: #i68103# adding a shape for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10037f45f3e1fb041a654e85c8cfbd8322605f30]

        INTEGRATION: CWS impresstables2 (1.10.40); FILE MERGED 2007/07/27 15:18:10 cl 1.10.40.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f01488865fb29b54ad4c374c8be7760ede0699df]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:13:20 cl 1.1.2.1: #i68103# working on table styles

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [db15ebf7c925c73a4ea19ae0eff011f840aad018]

        INTEGRATION: CWS impresstables2 (1.12.40); FILE MERGED 2008/02/13 10:30:28 cl 1.12.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9b9cf7537de6e8a3bc5a063f7e1528f872bc82d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/20 09:55:24 cl 1.1.2.2: fixed unix compile errors 2007/03/15 16:25:17 cl 1.1.2.1: #i68103# moved cell overlay from sc project to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f9f717346ed6747e96e7f3a8bd1ff6a4a43a701c]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [117d9132eae638a7e696ab3d5fa1257f4715014f]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:30:28 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7441763e2d8a862b2c9a12e386c5e6371ef8ed7e]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/01/23 14:54:05 cl 1.2.58.3: #i68103# implementing border properties for tables 2007/11/29 19:02:02 cl 1.2.58.2: #i68103# working on table templates 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [66a2b18f4ddea3224dffb8b9325cd8a589c38927]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/02/13 10:30:28 cl 1.6.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fa73438e444e32a706e7437db6a257f8171c82e8]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 10:30:28 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28a14ee71e33bd66b03a8c0e003224d6eba6d79e]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/12/01 19:25:03 cl 1.2.58.4: RESYNC: (1.4-1.5); FILE MERGED 2007/08/01 16:56:28 cl 1.2.58.3: RESYNC: (1.3-1.4); FILE MERGED 2007/06/27 17:21:20 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [77b74f70c241b11a4ac7cc62bd9b834f9496c91a]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/22 23:33:41 cl 1.12.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:27 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1fcf8d3374114438d6339113b018b1839c5ed8a8]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/08/01 16:56:21 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7ab2f1174e04431e1a88ed49219a07ddce6a31cd]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 10:30:27 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [656d73288733d4ca8188aa872b1bd957c73270b6]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/03/11 18:19:08 cl 1.2.58.7: RESYNC: (1.6-1.7); FILE MERGED 2008/01/23 10:58:35 cl 1.2.58.6: #i68103# added undo for changing table style settings 2008/01/01 18:35:29 cl 1.2.58.5: #i68103# working on tables 2007/12/14 14:12:54 cl 1.2.58.4: #i68103# working on tables 2007/12/01 19:25:00 cl 1.2.58.3: RESYNC: (1.4-1.6); FILE MERGED 2007/08/01 16:55:19 cl 1.2.58.2: RESYNC: (1.2-1.4); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5df9d2b2181b30a6c318b5bc394bea3508c3fa4a]

        INTEGRATION: CWS impresstables2 (1.8.40); FILE MERGED 2008/02/22 23:33:41 cl 1.8.40.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:27 cl 1.8.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ec9d302247fca337d4bfd79491701c3cb18b7fb4]

        INTEGRATION: CWS impresstables2 (1.3.8); FILE MERGED 2008/03/11 18:18:58 cl 1.3.8.6: RESYNC: (1.5-1.6); FILE MERGED 2008/01/21 15:45:45 cl 1.3.8.5: #i68103# added dialog for 'Insert Table' in impress/draw 2007/10/12 00:48:18 cl 1.3.8.4: RESYNC: (1.4-1.5); FILE MERGED 2007/10/11 15:11:16 cl 1.3.8.3: #i68103# moved split table dialog to svx 2007/08/01 16:55:12 cl 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2007/05/31 11:11:36 cl 1.3.8.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1d0ae778a0486b74948d4a4ff8c12fcfb8dd4cf]

        INTEGRATION: CWS impresstables2 (1.18.18); FILE MERGED 2008/02/22 23:33:41 cl 1.18.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:27 cl 1.18.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5d8d74c89af6efc92901c238d3ecfa054534e672]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/08/01 16:55:06 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [42f07ff1e93718536e080f2b125fe86e4d8f54e7]

        INTEGRATION: CWS impresstables2 (1.3.56); FILE MERGED 2007/10/11 15:10:57 cl 1.3.56.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10d4a4a538526c5ecf08e678254815262431d20f]

        INTEGRATION: CWS impresstables2 (1.14.18); FILE MERGED 2008/02/22 23:33:41 cl 1.14.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:27 cl 1.14.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [492ee94eb408a207c820a58428600ae77e5fa6b7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:10:26 cl 1.1.2.2: #i68103# working on tables 2007/05/31 12:00:19 cl 1.1.2.1: #i68103# moved from svx/inc

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c5e6f26114295fb07d6146ea11867bc20f5e9baf]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:30:27 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [52e0052542c2348302047c0e84baff5877cabe63]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/02/29 11:26:19 cl 1.2.58.8: #i68103# fixed crash due to recursive use of GetDrawOutliner() 2008/02/22 23:46:44 cl 1.2.58.7: fixed rtf clipboard pasting 2008/02/13 20:14:08 cl 1.2.58.6: #i68103# export table to rtf for clipboard 2008/01/23 14:54:05 cl 1.2.58.5: #i68103# implementing border properties for tables 2007/12/14 14:12:54 cl 1.2.58.4: #i68103# working on tables 2007/12/12 12:46:36 cl 1.2.58.3: #i68103# renamed SdrText method 2007/08/06 19:33:01 cl 1.2.58.2: #i68103# worked on cell merging for tables in impress&draw 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [540332a6af8f61e63e053f37e23763976cc43742]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:46:44 cl 1.1.2.15: fixed rtf clipboard pasting 2008/02/15 14:20:05 cl 1.1.2.14: #i68103# added shadow support 2008/02/13 20:14:08 cl 1.1.2.13: #i68103# export table to rtf for clipboard 2008/02/01 18:00:15 cl 1.1.2.12: #i68103# reworked bidi support 2008/01/28 18:11:07 cl 1.1.2.11: #i68103# working on i18n 2008/01/23 14:54:05 cl 1.1.2.10: #i68103# implementing border properties for tables 2008/01/13 19:54:22 cl 1.1.2.9: #i68103# working on i18n 2008/01/01 18:35:29 cl 1.1.2.8: #i68103# working on tables 2007/12/12 10:59:44 cl 1.1.2.7: #i68103# added accessible api to tables 2007/12/01 15:34:54 cl 1.1.2.6: #i68103# working on layout 2007/11/29 19:02:02 cl 1.1.2.5: #i68103# working on table templates 2007/10/11 15:09:03 cl 1.1.2.4: #i68103# working on table styles 2007/08/06 19:33:01 cl 1.1.2.3: #i68103# worked on cell merging for tables in impress&draw 2007/07/27 11:52:24 cl 1.1.2.2: fixed linux build problems 2007/05/31 12:00:10 cl 1.1.2.1: #i68103# moved from svx/inc

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [20326dbd74a356f34a6552ef6305a50b6705908f]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/12/01 19:24:57 cl 1.2.58.4: RESYNC: (1.5-1.6); FILE MERGED 2007/10/12 00:47:49 cl 1.2.58.3: RESYNC: (1.4-1.5); FILE MERGED 2007/08/01 16:54:14 cl 1.2.58.2: RESYNC: (1.2-1.4); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e3cbc58e189e1c5f2923389dc34e6a74d16b7eb5]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 10:30:27 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [92711db167be35d88da94623c49a3f60a68cc93c]

        INTEGRATION: CWS impresstables2 (1.3.56); FILE MERGED 2007/12/12 11:28:24 cl 1.3.56.1: fixed solaris compile error

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [134222f94226f39246e18ad3af6bbf2596dd0d3b]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 10:30:27 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5da39021f042ea0676370915a003c727757933c8]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:33:41 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:27 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [228d66abd673d8a24da27659443930c4dd148afc]

        INTEGRATION: CWS impresstables2 (1.4.32); FILE MERGED 2008/02/27 10:40:53 cl 1.4.32.1: #i68103# fixed context menu handling for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8cf20179e5f5bff302eef93a7df4548185f4bf3d]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:33:41 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b8b2aea1c965f669cf4aabc65bca2341b4c38e0e]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/03/11 18:19:05 cl 1.2.58.4: RESYNC: (1.4-1.5); FILE MERGED 2008/02/29 11:26:19 cl 1.2.58.3: #i68103# fixed crash due to recursive use of GetDrawOutliner() 2007/08/01 16:53:50 cl 1.2.58.2: RESYNC: (1.2-1.4); FILE MERGED 2007/07/26 19:05:38 cl 1.2.58.1: #i68103# reworked styles to use refcounting

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [909bcec81a74967e5dd0a39de8ac7df76c860a27]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:30:27 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [905d84256a4abd8aafea1cfeee92ff7bba0501e9]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/03/11 18:19:12 cl 1.2.58.3: RESYNC: (1.3-1.4); FILE MERGED 2007/08/01 16:53:25 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:36 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b67968e92be28a51a54a0cc90c41bcdca7427ed9]

        INTEGRATION: CWS impresstables2 (1.3.106); FILE MERGED 2008/01/11 14:50:38 sj 1.3.106.1: initial PPT table import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9acae321cd8fa919f065d6254dacaf39f65d73d3]

        INTEGRATION: CWS impresstables2 (1.9.40); FILE MERGED 2008/02/13 10:30:27 cl 1.9.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4e3303a4fe9e59d34f1f6e51d62765375444aae]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/05/31 11:11:35 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3bd34cfc73b7ee57ba23d4910babc15198ecca2e]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 10:30:26 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e0f7cb9460a24a23c2039ab499ae90a7f8c1784b]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/12/02 01:04:17 cl 1.2.58.3: fixing merge conflict 2007/12/01 19:24:54 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/26 21:25:32 cl 1.2.58.1: #i68103# working on tables in draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8f8b0b6c40a9a23a5507f37f03da5f080b0bf164]

        INTEGRATION: CWS impresstables2 (1.11.68); FILE MERGED 2008/02/22 23:33:40 cl 1.11.68.5: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:26 cl 1.11.68.4: merged svtools in and stripped 2007/10/11 20:01:44 cl 1.11.68.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/01 11:38:29 cl 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/27 15:18:10 cl 1.11.68.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [36cd177993f4eb62c53270e3815a20720907373a]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/10/11 15:08:34 cl 1.2.58.2: #i68103# working on tables 2007/07/26 19:03:43 cl 1.2.58.1: #i68103# added attributes for cells

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [20f8fccf5eaaf0ba85cf94e1807e15c7a16dce26]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/22 23:33:40 cl 1.12.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:26 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [570e0c5efcf0b912e1dee7f52ff53dddce8b7cd3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/05/07 09:21:59 cl 1.1.2.1: #i68103# added generic sub toolbar controler

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b51c16408258a5a7185cfc7f85426045e4194fb4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 15:12:11 cl 1.1.2.1: #i68103# moved split table dialog to svx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9619ff4f94753cd35cf34018c04a32a2570e37f8]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 10:30:26 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [559c6858cd0873b8000eb0d5c4bb4963e99d7f75]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/16 17:50:20 cl 1.1.2.5: #i72702# working on table clipboard 2007/07/26 19:06:15 cl 1.1.2.4: #i68103# added style support for cells 2007/05/07 09:21:30 cl 1.1.2.3: #i68103# added format cells dialog for drawing layer tables 2007/05/03 09:04:40 cl 1.1.2.2: #i68103# more table work 2007/04/18 15:10:07 cl 1.1.2.1: #i72702 added a controller for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3bc0389fbbef7234694ba0f0eb4f9e2d3645ea2d]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/03/11 18:11:50 cl 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/13 10:30:26 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [03be265e6c2034c1f410c9fb58d5474b6762362d]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/07/26 19:03:11 cl 1.2.58.1: #i68103# removed stuff that is not needed anymore since binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [914e07ce73929bb0337e0eb0ae41bb6c4a111309]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 10:30:26 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [29b227196182034190250b2b8ad7d73d69c1390a]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/01/11 14:50:38 sj 1.2.58.1: initial PPT table import

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3936eb780025c51977684cd56cefac2d1b65b76f]

        INTEGRATION: CWS impresstables2 (1.13.16); FILE MERGED 2008/02/13 10:30:26 cl 1.13.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b01a96b5e18ad24325e5ca3edf18bcb9cc1029eb]

        INTEGRATION: CWS impresstables2 (1.4.36); FILE MERGED 2008/01/24 11:24:17 sj 1.4.36.1: added export of tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2d129d0d8692b1ea4d4354995313dc2609a39d2b]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 10:30:26 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [30253766077a627112fd6f3a8261863a05685784]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/07/26 19:02:39 cl 1.2.58.1: #i68103# removed stuff that is not needed anymore since binfilter

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0567fe97b58580d9a4179cf252529134ec239758]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/22 23:33:40 cl 1.9.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:30:26 cl 1.9.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65bd8472abd48d879390923b98a5d5f2efd1fb6f]

        INTEGRATION: CWS impresstables2 (1.3.32); FILE MERGED 2008/01/01 18:35:29 cl 1.3.32.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1eb8b7a149e7983e9495e2373affc4a79fcd26b1]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:33:40 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78c41a453ecc9123d16253c934ed0cf01a1beca8]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2008/03/11 18:19:02 cl 1.2.58.8: RESYNC: (1.10-1.11); FILE MERGED 2008/01/30 13:25:20 cl 1.2.58.7: RESYNC: (1.9-1.10); FILE MERGED 2008/01/21 15:45:45 cl 1.2.58.6: #i68103# added dialog for 'Insert Table' in impress/draw 2007/12/01 19:24:51 cl 1.2.58.5: RESYNC: (1.5-1.9); FILE MERGED 2007/10/11 15:07:12 cl 1.2.58.4: #i68103# moved split table dialog to svx 2007/08/01 16:52:14 cl 1.2.58.3: RESYNC: (1.3-1.5); FILE MERGED 2007/06/27 17:11:02 cl 1.2.58.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 11:11:35 cl 1.2.58.1: #i68103# merging changes to moved header files for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [156bb8e97e6b3b2b4dbaae0df9273444e77147a6]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 10:30:26 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3a4264bccb372b8a36cd221ebe907e07c8e3bc39]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/11/29 19:01:36 cl 1.2.58.3: #i68103# working on table templates 2007/08/07 11:59:36 cl 1.2.58.2: fixed merge conflicts 2007/08/06 19:33:01 cl 1.2.58.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [966b2c706968ffe2fcaeeb9baf8afef80b296e7d]

        INTEGRATION: CWS impresstables2 (1.8.4); FILE MERGED 2008/02/13 10:30:26 cl 1.8.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c5bfa0c3525a276388325f825067dab9f1f1127]

        INTEGRATION: CWS impresstables2 (1.2.58); FILE MERGED 2007/12/12 10:56:31 cl 1.2.58.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d0f177ee19a293a593eaaa34266d2006baa5af8]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 10:30:26 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [02fd36e061a9b90aaf2885a76f191aca9b32f200]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:43:18 cl 1.1.2.3: fixing solaris build problem 2007/12/14 14:12:43 cl 1.1.2.2: #i68103# working on tables svdotext.hxx svxids.hrc 2007/12/12 10:56:19 cl 1.1.2.1: #i68103# added accessible api to tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b400d6f8045d35117c0491e97a19c4723a84bf70]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:29:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [672674176bfa3c911f31228bf9128a9ba59d1add]

        INTEGRATION: CWS impresstables2 (1.15.56); FILE MERGED 2008/03/11 18:18:55 cl 1.15.56.6: RESYNC: (1.15-1.16); FILE MERGED 2008/03/06 17:39:09 cl 1.15.56.5: fixing merge errors 2008/01/23 10:50:00 cl 1.15.56.4: #i68103# added undo for changing table style settings 2008/01/01 18:34:35 cl 1.15.56.3: #i68103# working on tables 2007/12/12 12:47:06 cl 1.15.56.2: #i68103# added name for table shapes 2007/10/11 15:06:47 cl 1.15.56.1: #i68103# added undo for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e4a93fd18e02535e556da98d7f71c83ecd85f2c8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/18 12:19:41 cl 1.1.2.2: fixed missing resource 2008/02/13 10:28:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [01e67ea14c0939f85f30a74d2ee970e04051ec9f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:34 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:26:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f3aaf20ba53998ebae9cb780f0aa5b51b12537a9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:34 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:26:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [00af176bee442a3ba8e819678bbd0c4873215c0d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:34 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:26:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6bbf84c6729612e5076decd4b777efb52c10d0c1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:26:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f06c32758f2bb851019514d66a5d4a5ca0755f82]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:34 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:26:06 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bc8af17b4e7430d8507942d88df32dfa7763630]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:25:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6cd5f0bab273668e164c6e2d7de70709fc994f08]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:34 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:25:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b69ccbadbcf67d0e2faca5d31152ad6f3a61f18d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:25:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c35e4587fdb3db773e58f67f2c772b9bf5f59fa5]

        INTEGRATION: CWS impresstables2 (1.29.16); FILE MERGED 2008/02/15 14:33:22 cl 1.29.16.1: #i68103# new interface XBroadcaster

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ec3ce4e7565612d919fc982366270bc88e1aa794]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/15 14:33:38 cl 1.1.2.1: #i68103# new interface XBroadcaster

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c0194fb42a5d5dc5299634211da321511f9b8b1a]

        INTEGRATION: CWS impresstables2 (1.13.68); FILE MERGED 2007/08/06 19:40:16 cl 1.13.68.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/16 09:25:26 cl 1.13.68.1: #i68103# new api for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [091e015d167baf1c168f47008b55de69ae5ff80c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/08/06 19:40:44 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/03/16 09:25:10 cl 1.1.2.1: #i68103# new api for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce581325459d6df74907982fb35d91866651f7b1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/10/11 13:26:35 cl 1.1.2.2: #i68103# worked on cell merging for tables in impress&draw 2007/08/06 19:39:54 cl 1.1.2.1: #i68103# worked on cell merging for tables in impress&draw

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b1133297dbcb1b5760f6473043e74dd2ef334a1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/16 09:25:01 cl 1.1.2.1: #i68103# new api for tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb5bf1031390d7f3b2733aa677eb5488d1ee149a]

        INTEGRATION: CWS impresstables2 (1.26.68); FILE MERGED 2007/12/01 19:24:35 cl 1.26.68.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/15 16:10:52 cl 1.26.68.1: #i68103# added a draft interface for api functions in drawing applications

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e2f51112c037fef2807fb6166f17f7ee36813a92]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 16:10:35 cl 1.1.2.1: #i68103# added a draft interface for api functions in drawing applications

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a1c8a32f35d332318f98f43fe523ad3668367868]

        INTEGRATION: CWS impresstables2 (1.40.60); FILE MERGED 2008/03/11 18:15:24 cl 1.40.60.6: RESYNC: (1.45-1.46); FILE MERGED 2008/02/20 17:49:18 cl 1.40.60.5: RESYNC: (1.44-1.45); FILE MERGED 2008/01/30 13:25:05 cl 1.40.60.4: RESYNC: (1.42-1.44); FILE MERGED 2007/12/01 19:24:33 cl 1.40.60.3: RESYNC: (1.41-1.42); FILE MERGED 2007/06/27 16:30:18 cl 1.40.60.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/15 16:09:57 cl 1.40.60.1: #i68103# added new XMouseMotionHandler

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [970e167833015f7ccba536144e1ccfc008227f75]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/03/15 16:09:35 cl 1.1.2.1: #i68103# added new XMouseMotionHandler

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ce2c5e8e306019a7661008261542d057c95b7e2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:17:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [973f5005005e7e070864fdc73c0ae8985d41085d]

        INTEGRATION: CWS impresstables2 (1.7.272); FILE MERGED 2007/03/15 16:11:37 cl 1.7.272.1: #i68103# fixed documentation

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1dc22d78d2475c8f39e24e584e77ebbb1b442fd8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:17:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4ddcd68e53d13fbc538b9f9820164bcd438cb3f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:17:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0f59db03fb160d94e0f7c081a233264afa815555]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:54 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0be8d70feaddf8fc55bc5ba8e3813b2ba31cbde7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4fbf63a563914ec9959c7a543d23b36a8a70f1d8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7f218ce59ec4e92fba3618d962e1b669202819eb]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff018d0caeeb58b573b4f6964e13bbc0eb17c864]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3115244a963f89f20680aea1d4a88a4cbaca2d66]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d764d56054017c992b48a7632ab8f46e17d77c15]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:16:01 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d03acb64f29baeffca909c56caaf953ffb62c0e4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.3: added namespace binfilter to bf_svtools and bf_so3 2008/02/21 14:39:10 cl 1.1.2.2: #i68103# added application data for binfilter svtools 2008/02/13 10:15:54 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46884f21ff76e3ab1f994afe2697854f952728b3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:15:45 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f3f360fd0ec5632f728f04b95b13217f56835a36]

        INTEGRATION: CWS impresstables2 (1.8.8); FILE MERGED 2008/03/03 15:32:42 cl 1.8.8.1: #i68103# fixed a threading problem

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0f56ddfefa9211587f0817a697d61d3f0af737ad]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:26 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:15:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d30e694e09d1f61a1ffebd9a04c888da847e54a5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:15:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [92bb069809f442187a90a2abc57ec6fdf1a1539b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:15:21 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4427e8c4af9dd4dd4ee38e7a39ac470f7d2fea46]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:15:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [92bb4d6596c48d9ef5bb4e9f1404caed39145d89]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:15:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f9cf5fa0260869726afea8abab2e63fc6352dede]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2cc6e2066a27606204f6f1e0ac890e993e1ae625]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d5e048c68c448d3bf2cc46466de12c9788bbf1d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/06 17:05:06 cl 1.1.2.1: #i68103# new images for moved split cell dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [06afe3f20d83ac8c03c3f108508ae594bb88cb61]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [05ace9f74ccacf754cf8a78988b96160c8d27a3b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/06 17:04:33 cl 1.1.2.1: #i68103# new images for moved split cell dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [201609cadb8b9a41d99e392dde7fbeff3805e83e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/06 17:07:45 cl 1.1.2.1: #i68103# new images for moved split cell dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46073501513b13020cce2f76b1ef3f42439d269a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/03/06 17:05:38 cl 1.1.2.1: #i68103# new images for moved split cell dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bcdea1cdf899ce403a30c24989694fb757addaa6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:26 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2374b7b8a6ea1ea9a75aee5fcc14ef6087d34663]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:29:39 cl 1.1.2.1: #i68103# new slot bitmaps for table designs

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [206362e1856cfb2738a82cb301cd008eddf0c578]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:29:51 cl 1.1.2.1: #i68103# new slot bitmaps for table designs

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c4be3f718ce4d9192ec9f54834845329f3c64a0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bb7ecde97e3651519664a148323b6e756c69de1f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:29:18 cl 1.1.2.1: #i68103# new slot bitmaps for table designs

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [15b21a73e6c4c3c5660a77aff341625acdb58aad]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2007/12/14 14:29:28 cl 1.1.2.1: #i68103# new slot bitmaps for table designs

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f5efe018ed1f606d5403b5db2295fa9766714115]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:13:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f574c9d4752a8b8c87ac041ebb738656d7b74fb]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:48 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bb3488d8393356f153826c5dff02966dd21bec0d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [81937be95c249cd5e11af72981a90afc37afa520]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:31 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [076dc88f13852ee2edaf2d6cc460acbb63efb013]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:22 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3e715db6ee15fad9d3e8c861572ea24008dc6301]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1f91098eb62e09b15afa5fcef511fd7cfd872bc1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:12:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e08f13b4ee8d4d63902fa629602647dec353ffe2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:11:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d537385c8957e41db5e26d0585ef3b2029a65bcf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:11:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [977b27cdebccd7a76401d898f09f2b3a8e578934]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:10:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3b15f51b2b2134d8fc1b995921406bd94b4a124a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:10:00 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12b4090a3caa7e0d7d976bd2cc7ef1c8ea119bf2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a3483267e9743582e6c35604d2ca343418131c0f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f1578436430956437a3093d8c3fa85298f5f77c0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:25 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c4a85abd27a357318ad178ee81e0a25608a4d7a0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [db98e7f2ffd7127fc0972bbef1ee7f1d2c5db5a7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [917ca64788dbce5be00d1175cf3389462f1615de]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bc1f816c01d907c98e22eb5f6f4613c9080f6cae]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:09:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12725ffc8b66315f827ed79beb084bb33129c31d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:08:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bb03bedb9453b2e59ff57cc6465f7d2c5657b18f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:08:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73dd5070903b8f27361ba55b81af52a3d3e21ed1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:08:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f0ae7f681496eaa0ecda348ceaf11b2603eb6532]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.4: added namespace binfilter to bf_svtools and bf_so3 2008/02/21 14:38:55 cl 1.1.2.3: #i68103# added application data for binfilter svtools 2008/02/13 12:55:03 cl 1.1.2.2: merged svtools in and stripped 2008/02/13 10:07:31 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [001d4c3ee93b4826f47ab893eec5ef35ea984308]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:07:24 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4b84f50dd01290743c5e27803ecfb6dc06fb5fd]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:07:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b9d4fea52f4891dc0cc021927d8641b5d494024]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:06:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bbf66a26d87a0c0e5a457735ea20939a76beee83]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:06:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6322e547e872e36c32d357b156efddf7c7390b13]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:06:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7081c1ee80fbfd1e3bd110118719b58ba72b85bd]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:06:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [919fbccf6b94d448798ffa1f41bce7ae89dfd4ff]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:05:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e26af46a996595b1f54cdc9e73ac83022f0848f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:05:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1b82fb05568135d52e5c6c9dd8b4b56879775f9f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:07:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48942541e5586d1120754649de08ece66b4abfb3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:05:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6626400e34b8de314d454c9c6098f8004318215]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.3: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 12:55:03 cl 1.1.2.2: merged svtools in and stripped 2008/02/13 10:04:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1cd616480a3d767e9899429b25758b02c772d37e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:48 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61b973873069043e5762f9eb9694a1ca11ea9ef9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca43ca93bf74f5f704756ac190f3b1755cde0db4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:30 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65dd305d3ef5d4988e1084bbc9c5d4076fdaa2be]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:24 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:21 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [64127edd1a446209988028ed7831922d180d8dda]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [684c5d778e14bc93ad190fac32982e808aa23d88]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:04:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b8f8e741277bc76852571fb91187e7d70748a335]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e1742eb6ba8dcf30e8036046a33e9f7d7adf6865]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65d7a8411fc038a79a5d5c1d57be14ac8da4a66d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ab113804d261f127e1e1227857220e9cc05510f]

        INTEGRATION: CWS impresstables2 (1.31.62); FILE MERGED 2008/01/14 13:45:09 cl 1.31.62.1: #i68103# removed sort and sum entries for now

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4985db0adb5d33a517a38379ed97044ffe5b4b7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48159fca14526accc9e18529063788a51edbe2bc]

        INTEGRATION: CWS impresstables2 (1.61.4); FILE MERGED 2008/03/11 18:14:05 cl 1.61.4.2: RESYNC: (1.61-1.64); FILE MERGED 2008/01/01 18:44:34 cl 1.61.4.1: #i68103# working on tables

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cd62d25409fee6e7cbc00da309a7fced9e7a0581]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5dc22ef1cd9addf7ab2774e237c0040d84bd96b7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:03:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [917a2bf187bb2a80bc81350ddd0d53cd04062c00]

        INTEGRATION: CWS impresstables2 (1.21.44); FILE MERGED 2008/02/27 10:38:08 cl 1.21.44.3: #i68103# added slots for row and column spacing 2007/05/07 16:32:01 cl 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/15 16:17:36 cl 1.21.44.1: #i68103# added commands for table support

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a4938e8630ad307cab8fedfb72ce6cbda655440a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:02:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bffdcf2ceecd1fa1a7f5d414491d511d13e9c8e2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:02:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0005a1ac77666181a565ff0cbbf04b4a3207d381]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/21 14:38:26 cl 1.1.2.2: #i68103# add missing .src file 2008/02/13 10:02:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3de8886e3ec1a0b2a8d9fd08546ebe1c4f3f814d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:02:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a95d18ae6bc8f16a9de07917f0bfc22678a4e821]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:02:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dd89553f1080d2eda6a10b5eb91eebf45b0a7fa8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:23 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 10:00:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [016afcc976230a1175f32ae4793ce122414bff9b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 10:00:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5926d89271e788f6708ae7cfb9315bc6cddc3117]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:59:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [664073d46ed3b1aa73ded7f1270dafbb0646d32a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:59:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [80045d351ba2bf70e3f1ac54669059e66fd65a0e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78d1e86a1ef6e1f782950861d9ee5d775e0a0342]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b94e95c774d1ef2533bef59bf94d25c20b575610]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:45 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bfc88f58fc3e158fa41df2fb8018fb213c10107b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:21 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8102fcedfa4dc696a339ce204e6eb733676eeb12]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:29 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9c881dca7e5ccd11bc3481039c72a39971ff74cb]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1c8fa726bef4af03b5f22521085abbf75659d241]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dbc767bc304152e5b0a565965553a45a357cc8c2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:58:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [82de74497779c42236a5cd128a429a41cd7090b8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 15:14:39 cl 1.1.2.3: fixing solaris compile errors 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d656dc506fc510b749d23cc2b97fee82f6dd85c7]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:57:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc7c9d1dd0decc3d6446ce457be44d8b296d563b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [606f231465642d44f48f6062d9e86bfcc6f363d9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ae0190fc87519efabf53a64168b9c795ac1dc38c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:18 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e819dcf3e3d06fd97d2f25160219516fa2c1d7ab]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:09 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7fec5607d8bee1f89ef06e28f212e1ad2e6a3099]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 15:14:39 cl 1.1.2.3: fixing solaris compile errors 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:57:00 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e1895e70a5bfad7117e2844c5163b8ea122f7e3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56db58ac1c248209bb2a4b6dc691f5e6c6e9bef9]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:44 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dcd7cd685af4bf109ab3f8f2192a125fe2dc4916]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [db1a04f62ff00feaab0f040ce93fa25303298006]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a95cd99f45ac5619e5b0d3b2a22d8d2b5e885020]

        INTEGRATION: CWS newregdlg (1.5.170); FILE MERGED 2008/03/05 13:18:53 pb 1.5.170.1: fix: #i86683# STR_REGISTRATION_OOO added

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ef52ad06e11cf748624943419e7b0b6d4921a82]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:18 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [839f44a787060f5bdff2ff3f65299eef4ca1eb7a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:11 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc5d228aa929b546597d2a1125110e4a33231793]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:56:02 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4ac72d5e84391e66851e1949face8edef9aab38]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:55:53 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c3ccd0cc3f5cf3326b205a04298614c961136459]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:55:45 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [49620d8d0a2e12df1f9b86c9f5dfe28f8ea19c24]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:55:36 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dfe5c15158ed3761569a7765ee69090dbf172c4d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:55:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8eb7316dab4a51de7178df84a6342d7c94b83e96]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:55:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [76b61150fdd3f9cfa262041fa5ed1d121680fddf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:54:09 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [02332739ebb9b164aaaf707ad57c2cc496e94e7d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:54:00 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ad66e59039265fef23850d6f68f19203a7a519a1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:52 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [589441df53eedcb789193542213d8515bbd52886]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c9992088e7f2d8eda29ac01e89b63a5d78be6b55]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:53:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [432ad3188aa0e71b34c34080f5f9908d567611a3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b4276019b2712c1adafd3f790b201e1f8e495bd8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cdb80b44e755d4c23b3cba9bf8d4735d1b478200]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1dcfff9dc5ba1b671756f2fab3f51f99f77ad64d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 15:14:38 cl 1.1.2.3: fixing solaris compile errors 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:53:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e1be6951f18c0a307481d07e1ef0b90ae33f2f35]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/24 00:02:34 cl 1.1.2.4: added namespace binfilter to bf_svtools and bf_so3 2008/02/23 22:39:26 cl 1.1.2.3: fixed linux build problems 2008/02/22 23:29:20 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:52:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e822e3621c1015a21f3c6f7778eef1aec05bfc87]

        INTEGRATION: CWS newregdlg (1.16.126); FILE MERGED 2008/03/05 13:21:24 pb 1.16.126.1: fix: #i86683# STR_REGISTRATION_OOO added

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [61f4518a48cac5a0fa34b7f136f49b8e5a10c417]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:52:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aca7664b82a572c7600a5ffbefa323a11c0f657f]

        INTEGRATION: CWS newregdlg (1.11.20); FILE MERGED 2008/03/05 13:34:10 pb 1.11.20.2: fix: #i86683# syntax error fixed 2008/03/05 13:22:25 pb 1.11.20.1: fix: #i86683# Registration tabpage changed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [919a11e01a2339e6891aa8f0a3c533868139420d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:52:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f324750bd581a2b318392a40bc200126e7196475]

        INTEGRATION: CWS newregdlg (1.19.20); FILE MERGED 2008/03/05 13:23:09 pb 1.19.20.1: fix: #i86683# Registration tabpage changed

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8d969d5661d9aeb8934960abe6a0cab0384f1c76]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:52:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bd5f62db6174e91851177321111c04a013c339b2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:51:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e15014e54d6588d05a037cd319f34e59746633cb]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:51:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e08c6adab3395cd8b981a1e0ee8902b88d912150]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:50:22 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e199e53c725a9df77fb010a6f5122e3c548461aa]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:50:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e422291bab1a68c460bebe80f11e9fa50e71f84f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:49:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9f1a4fca70e7b810d7d14ea495080d4bccff6108]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:49:00 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [55633ab0a22cf2c383fdb140f0404056ef4c3c3b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:51 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [50dd4a40fb9718df9e2c0dcf4eeb366a23a81eda]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:43 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1ea88179f81bae3cade58ce4a5db2cbf45567171]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:35 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [75aa602923dbbf6aba8e5b923aaf0c39c3043e05]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [93d69a65c3dd0432da8244fa9567f6eccc5080a2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a3b9f46500cc930b6f9d378bf362a438651540ee]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:48:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [512ebe433c895654bb6306cebf4e75ff1c156eb8]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:47:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [91399a6c2c7fe135f30e30b18106a6bd937e9dd0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:47:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f68ffa0ca289520b939ed8f99d0b00837918ef13]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:19 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:47:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [178d3721e13dc3259d6e47bc12031ceb5f1b6b36]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:47:13 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b2dbf5615932b405069eb331aeeed9edab1f7e66]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:47:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [42ea008eaa43ff408c9165f106fc1dde61efc675]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:46:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [714cbe8dbdc9891b56718ca3e9d2715657cc2dfb]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:46:26 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f7cc3d3555f430fc1fa207063fffb51ed86c4b1c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:46:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [368c4b0b88dff4306094f8b4f88d96ce89f4c37b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:46:08 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [099ad983c89750713c5fbbe4762f0721e7a638cd]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:45:39 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ed14a1e659dd62d98446a9b617aa91f5cf2a6dce]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:45:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f8d14ebc3383ebefb7e573dee8cb616f403eb2d1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:43:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b72e88d29db624511ca0ac54b35364f7d6aef8c3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:43:33 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [014cf57fd0728b7fd424b3c8863d787eb3926a22]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:43:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e1392b1a8b3e294f3b899f5affb356dcd5b7863]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:43:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [09434cfcc81090cac6ba16989f35770b42b6a617]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d99d6bdb1ce18df3f215a747ee15c3f8e7885ae]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:40 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [570aac7fe8458ad517b6717ba8bb94d906b9be7a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0b231429a5fd65822872ad9d31367e719cd5e1ac]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:18 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:24 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a813749f27920b063d8078c18cc45da575d36d8b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [390bb3979a9724be80f4e27cbc801dbce690595c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:41:06 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43f81bd18b396d6f2e1a212d8c2ce03f707bd48d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:40:41 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [28a45f3561295b3f412df4a74c43c6ffeba1c842]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:40:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b01cb83978ae56bd625487346a9678205849bb61]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:40:58 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8821c2953366ee44c995b32086da8c16369877a3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:40:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [94884d4266ace8e34c72c7707b4997126720482b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:40:24 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [347b5a6b85ce3ba19fc76d1d11c862e92958f172]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:40:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e6be6c52140306505bd72fc70f44203e0f6491a4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:40:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e698d1629be33d04ec4cd4dc7d33fd049bf19521]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:39:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a3178db885b53e68e5622264972cf4310bc5fe5e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:39:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2863af16bf0b43f18f436bd72b441f2b1cfcaa11]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:36:25 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f45ec73b8a92b812b874da25f3440cfa6a6596e1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:36:17 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ea813b77f938c4c99df6297d3daa735ace33d3b4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:36:06 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2607d3b11729a352c7099b9dc780cb041ac4c23c]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff94619bfeac334772943f68166485ae7343ad0e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:49 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eb8944dd2c9a30f78d2e11bc4eb11947da8b774e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:40 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6f97e506e93c631b0caba8838b997b16418487d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:31 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [10390de65aac0e19ce5cfacf539cf49813c2a17e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [40432198267352f8266f1ceb00040a2e9fea3837]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cbcf775872aff7ff6cf4cabfa663be55eef648de]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:35:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [169c423fdc9b45fbf83ea6d08de46bb9de0e1384]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:34:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bd1e31459b34360af7b94752dfb765b15d26a5ce]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:34:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b67961a3adb82162e8d557407aad9b919caf5b5a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:17 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:34:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [648b7306f7b9b42159069fa62866f47d222138f5]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:34:10 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d0c4e9a8fe436efdbe8c5a06aed05a6aa81ae5f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0f7bb3c370719589c747d16d3d0283ed06f05b0f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:50 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2922be92397c015460f97e42ec4082f951641212]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:42 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [83d75b615d3744db8116bf6903537aed8809db14]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:32 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [be94f67978b9bb0d275cddc12d17d4059b02e36e]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:23 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [606737eab4a4ae71ca618e77c6f53b7b5e3cae80]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:15 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9109a4496237a82401bf996c089ac6be3c7a208]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:33:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a2d6d1db37204fec6d15d4ecd6abe343df94569f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:32:59 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d5e72c8147ae7b7f0d2dcac30b8f163ee2418f1]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:32:48 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fa75d9540e1e6ca8c685b6bf028fc68793527f9f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:32:30 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5df434f288a498b0a846a2f23c8ab57516e52997]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:32:14 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0a2de494686790e4b87952838252fb81515c06e4]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:32:05 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b521c9b1a741836154900eb2ea2f3f67c6bc7c0f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:31:56 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2aeffd94546e350359cb8ff3c8d84f777751b35f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:31:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e50956b297fdd62e9a7988fec46ff77abfd8315]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:31:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1297bf9a97993754e4b94ef729bbd455074cd422]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:31:20 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f09157952fc238c7f2bd3950ee98c5c67ba1a4a2]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:31:04 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73921d5f8656975ac9b6fb16af352a685142d59d]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6c03f75f702abd9d47ead8686ba1a9d17ff7d081]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2a94ceb415409e7ff11687757acb8d1926dcd0a3]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [efd6f0e0b89c2fa7f6b2036de2a99688e4c64a99]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:27 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d510c7a06721c1c273d939da9e9244212f1707f]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:19 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [850e9a1399210f445f1abc454c6819085558b24b]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:30:07 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3993f5f27b7970abc82b08cd2cc499ea75472276]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:29:57 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9e93715a100f5a069a5e2d6e24e2ce5b8d22b577]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:29:47 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4dcc7e7a87fa97db67339ab939a76932bf9893f6]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:29:37 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d9aaafddaec9839fb144710a5e4b6070a04f17cf]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:29:28 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e64424193402c9c4d7c0980b951690bfb1853ab0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:29:12 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d049158d023dd678b53e850092323ebed13f8cae]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/13 09:29:03 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3413d0c4d83f57d93b0e7c718ade126b2bcedac0]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:28:55 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7463639eb62f0512dce3a4f7bb09ecc46a716a79]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:16 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:28:46 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0529247bb25d236d9009936627e63b901ecee01a]

        INTEGRATION: CWS impresstables2 (1.1.2); FILE ADDED 2008/02/22 23:29:15 cl 1.1.2.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:28:38 cl 1.1.2.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4168409ea193d00e633080028b6e0e00eb047d2]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/03/11 18:12:34 cl 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2008/02/13 09:25:46 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a0ab0893ddba4caf7453719ab99900d9fba49422]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:25:22 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4a7c2cf3c44830aa894b7ea0b28a292ba2bbfbd3]

        INTEGRATION: CWS impresstables2 (1.4.10); FILE MERGED 2008/02/13 09:25:22 cl 1.4.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [26e93df0a27c71e3ad627707c699d4c368e5509c]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:27:45 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:25:21 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [04d252544357a3d0d68705f327c4045d4eba03bf]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 09:25:21 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3dd47e4173fd6f4778d27d4938a460fd2d8e5317]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/22 23:27:45 cl 1.11.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:25:21 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2ca0382a67a0e16c0003a3468aab5001e2b01ed9]

        INTEGRATION: CWS impresstables2 (1.7.12); FILE MERGED 2008/02/13 09:25:21 cl 1.7.12.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7107002163149136b894a7389aadccabbdca9aef]

        INTEGRATION: CWS impresstables2 (1.14.18); FILE MERGED 2008/02/22 23:27:45 cl 1.14.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:25:21 cl 1.14.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [04be60440bf39693585bea823abeb0e2be18762b]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:25:21 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7d263f752b0f9ad7332e11ec5fdb722cbf1a787b]

        INTEGRATION: CWS impresstables2 (1.6.190); FILE MERGED 2008/02/22 23:27:45 cl 1.6.190.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ecfe0f9c0d0a72c3301cd504cfe708a0c55c8114]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:25:21 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [349c0c81293d79d7137550d26a075aae4a5a5740]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/03/11 18:12:51 cl 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/13 09:24:47 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [afa2b37aba0bf5fe90ca763da901cb2f7a235637]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:30 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:03 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2a06ad36ccfa981223e7ce685178fd5d64ba9867]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:30 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6ca9c70f3c3e561bbbe6eecf0c6a1da2acae618d]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:29 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e3ad3050b3491456de0ad47882a0c64b437db681]

        INTEGRATION: CWS impresstables2 (1.3.12); FILE MERGED 2008/02/22 23:27:29 cl 1.3.12.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:03 cl 1.3.12.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7336d47a9a8727f0fcabbfa5088a2f8aa9be6da4]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:29 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:03 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca13df482a6cbc0eb993bd4db2082b5f2de2855b]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 15:14:14 cl 1.2.18.2: fixing solaris compile errors 2008/02/22 23:27:29 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e58eb8760665eaa4db16a4fa65178a095e4d5081]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 15:14:14 cl 1.2.18.3: fixing solaris compile errors 2008/02/22 23:27:28 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:03 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c1c0c7a93dba15fd2fc1e335d6850ced7008afe3]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/03/11 18:12:48 cl 1.2.18.3: RESYNC: (1.2-1.3); FILE MERGED 2008/02/22 23:27:28 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:02 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [40b42a13e79ea746c99e4b56ec78ff960b905753]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:28 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6dd469adda8ad53f064ed5c346394bf7b1ac01c5]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:28 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:02 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [71787aa31e8a1019de200553138f39c3c9b9ebba]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 15:14:13 cl 1.2.18.2: fixing solaris compile errors 2008/02/22 23:27:28 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a7ceb0e01b0b768878ded1e9a8cada50653b276a]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 15:14:13 cl 1.2.18.3: fixing solaris compile errors 2008/02/22 23:27:27 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:02 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5ebce259415bde6ffeaa30d99deb85ca2f912288]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 15:14:13 cl 1.2.18.2: fixing solaris compile errors 2008/02/22 23:27:27 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25d2ac9ad4a69b8eb9595717703afc1c2513cf2e]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:27 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8dee52a99c24d974130ff784f1ecb122e2767d37]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 00:02:19 cl 1.2.18.3: added namespace binfilter to bf_svtools and bf_so3 2008/02/22 23:27:27 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:02 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fce20e5fb9f5d207ec06168d7a1c1ac00447c0f9]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/22 23:27:27 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:01 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3dd58ad7eace7e3f449faa6b4834108105f8ac37]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 00:02:10 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ff4b0d267bf7bd1c781f30aac3b47bf50131df36]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 16:15:18 cl 1.2.18.2: fixed solaris build problem 2008/02/24 00:02:10 cl 1.2.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5b87855f07cf100411c45dcd58ea14fd75ae0be1]

        INTEGRATION: CWS impresstables2 (1.2.18); FILE MERGED 2008/02/24 00:02:10 cl 1.2.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:24:31 cl 1.2.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b37b834f2cf1b15d8278ac9b32012502709334a0]

        INTEGRATION: CWS impresstables2 (1.8.40); FILE MERGED 2008/02/13 09:23:26 cl 1.8.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7e596707519a2a8ee262615c29fa03fd6d4eedcc]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/13 09:23:26 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e903b7f787506e76bc88fb9f9ed42443a5395a9c]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:27:00 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:26 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7e60d14312e4373af4023353ddc94604310f93d]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:27:00 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [35a61ab5a88c78fb7cea5ffc068d5e7840902efc]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:27:00 cl 1.5.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:26 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e825c0e483a61abdcc756ec939e9e5b1d26a0c91]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:23:26 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [690af7e1f9feef53da6837acf5cf1c6e738fae69]

        INTEGRATION: CWS impresstables2 (1.4.4); FILE MERGED 2008/02/22 23:27:00 cl 1.4.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:26 cl 1.4.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3ee6b41e3691017caed5d211bc9ecca9cbaa2d89]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/02/13 09:23:25 cl 1.6.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [894ee963c6c19693f28531aaf8f4d2485695c45a]

        INTEGRATION: CWS impresstables2 (1.15.4); FILE MERGED 2008/02/13 09:23:25 cl 1.15.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b26a5330f52665fd27d7f2b6355fb70475caecf2]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/13 09:23:25 cl 1.5.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f451095c73b53d5d22aac4dc5ab4ee4fc71052d3]

        INTEGRATION: CWS impresstables2 (1.17.18); FILE MERGED 2008/02/22 23:27:00 cl 1.17.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:25 cl 1.17.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [afd3b9c8e7424dc94592d750708198fbba99a847]

        INTEGRATION: CWS impresstables2 (1.19.16); FILE MERGED 2008/02/22 23:27:00 cl 1.19.16.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:25 cl 1.19.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bbb9fe2c64385178d7aa6e08b6ab59d5510ab391]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/02/22 23:27:00 cl 1.13.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:25 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [623a5427211d926d232f44af00c8a7163c07c3b6]

        INTEGRATION: CWS impresstables2 (1.14.16); FILE MERGED 2008/02/13 09:23:25 cl 1.14.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0d7a1de2d62620bb06d1834310a8bc95b1be99c5]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/24 15:15:12 cl 1.11.18.2: fixing solaris compile errors 2008/02/13 09:23:25 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17ebe9ac2edb60fb7e45cf985053a9c0b2eb1c7c]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/22 23:27:00 cl 1.11.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:25 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c65c4bccfae270b3e72dd1ba2d64d4a23037fbc2]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:23:25 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4f8755db366fe2f7bbe279d02c48a6160d54162b]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 09:23:25 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [383f07bf35445940e6e3c5fea6a856481eda8019]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:26:59 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:24 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0aaf6e66ab2ba3b75848b15a95336c46b72ab311]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 09:23:24 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [13076943adcd78ba6bdda91d4c7159a49ddb13e1]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:23:24 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [908583770c08ca2e159807bed24c048ff77226d7]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:23:24 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ad3a63568a2aea6207c7ee98e00bb1a94de8a303]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/13 09:23:24 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ccaeb4423a89b06e0cc5793808aa77ef012c17b5]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:23:24 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0bcac9d9819d2ec5fd8218856673a17218463ef0]

        INTEGRATION: CWS impresstables2 (1.16.4); FILE MERGED 2008/02/13 09:23:24 cl 1.16.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9bc433be0fb8d9229324a33d3c393449556fadca]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/13 09:23:23 cl 1.9.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ac3617665aa75254925457c5276dcba2f4fb53e2]

        INTEGRATION: CWS impresstables2 (1.11.4); FILE MERGED 2008/02/13 09:23:23 cl 1.11.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [01ff731c80d6c5b285b51cacde754334d7923358]

        INTEGRATION: CWS impresstables2 (1.13.10); FILE MERGED 2008/02/13 09:23:23 cl 1.13.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c9a33bf7f08a970f86f75007a7b604b9c4196633]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 09:23:23 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1599ede975018fab013e2d133b1e7df114a6fc04]

        INTEGRATION: CWS impresstables2 (1.16.18); FILE MERGED 2008/02/13 09:23:23 cl 1.16.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [86ffe1133362be6d1b7949c3514ad363b56cbfaa]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 09:23:23 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ceca8d4f38ba157621c2dafdaf04879f40d52938]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/22 23:26:59 cl 1.11.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:23 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [655adaa72fbaa5b46eab9599a065edc5af28db10]

        INTEGRATION: CWS impresstables2 (1.14.16); FILE MERGED 2008/02/13 09:23:23 cl 1.14.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [de887ccac6275e67edec20e0f690adc5b2f24aa3]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:26:59 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:23:23 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b944894ef2b5bc0fe0880fde676e1b65122ba22f]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:23:23 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f5dcd418f6bf31ef107ba38e592898364a6e6892]

        INTEGRATION: CWS impresstables2 (1.14.18); FILE MERGED 2008/02/13 09:23:23 cl 1.14.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0ed05293a1bbeac809a45a9674fb42b53acc7376]

        INTEGRATION: CWS impresstables2 (1.14.18); FILE MERGED 2008/03/11 18:12:11 cl 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2008/02/13 09:23:23 cl 1.14.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4a6f5ddb3f3be2dca1bc98894f81331fd84d584f]

        INTEGRATION: CWS impresstables2 (1.16.18); FILE MERGED 2008/03/11 18:13:19 cl 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2008/02/13 09:22:26 cl 1.16.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4bd7ffaa3270aa40e0df4eda802dbcd118d658be]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/13 09:22:05 cl 1.6.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7bef11042ad1febb94f72e57728c838cddb4d0b0]

        INTEGRATION: CWS impresstables2 (1.9.4); FILE MERGED 2008/02/13 09:22:05 cl 1.9.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7cf62f0080df8968976d2095b4b5493e9207b68]

        INTEGRATION: CWS impresstables2 (1.10.4); FILE MERGED 2008/02/13 09:22:05 cl 1.10.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b223c57d09840fd5bbe28f47cd4bb7ed0b664874]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:26:42 cl 1.3.232.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:22:05 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b9b66a5bc21b99067e4aa6f969e6b36f82cc8bba]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:26:42 cl 1.5.70.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:22:05 cl 1.5.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f16d62aef8663e5c9b1f48bbc3034bb86fea315c]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/22 23:26:42 cl 1.3.232.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [743f9eb1a4a7b8cce842d0eaa2cc9816c3b30cbf]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:22:05 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [55031f53e847a9d5305222ac6d6d4be6f618410b]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:26:42 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6b11f9dc0dfc6959435c8f96368e079fcd2cf70]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/13 09:22:05 cl 1.4.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [68c7026bc5d5c7dc8d45b3086bfefb692fcb8aaf]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:22:05 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c02d493e9af0925808c932201609447cef697bb]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/13 09:22:05 cl 1.6.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d04d455c4638733c185de12fbd6b3d7ea396d0ec]

        INTEGRATION: CWS impresstables2 (1.8.4); FILE MERGED 2008/02/13 09:22:04 cl 1.8.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ca2771ec24a4dc9758acd10336249460fb3bf866]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/13 09:22:04 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [13ed118d03db62bbd6cb97e43195322fd6ba1813]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:22:04 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [259e3f7035904805f62ec59994ab8a527868a283]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:22:04 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b37799fad018dbc191da2312548c7b2f9806c5a4]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:22:04 cl 1.5.104.3: merged svtools in and stripped 2007/10/11 19:50:10 cl 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:22 cl 1.5.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0585ee01e1e57477f93eac3a25c6da212946c5e0]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:22:04 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [90eefea66bf54bc954038cc45a47846ffb50eb88]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 09:22:04 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [23978a1bc8e50f88296d208291e102cf67f3d86f]

        INTEGRATION: CWS hro34 (1.9.88); FILE MERGED 2008/03/07 10:36:24 hro 1.9.88.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [12e8c9806b70bdf855760039f8d52dc3ddc4860c]

        INTEGRATION: CWS hro34 (1.5.64); FILE MERGED 2008/03/07 10:36:24 hro 1.5.64.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73ac9ecd72ff6619168e491a4e7c642cfa391526]

        INTEGRATION: CWS hro34 (1.15.64); FILE MERGED 2008/03/07 10:36:23 hro 1.15.64.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8e40c2acc9c42d2c39f684312816802c2c96c0d4]

        INTEGRATION: CWS hro34 (1.9.84); FILE MERGED 2008/03/07 10:36:23 hro 1.9.84.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2d949b66c6cd9b6a073979e9ff486365707a8db1]

        INTEGRATION: CWS hro34 (1.1.790); FILE MERGED 2008/03/07 10:36:23 hro 1.1.790.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7e7964a6df0147fa05ce77c8954c0891814c1f35]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:36:23 hro 1.1.4.2: #i72556# Added Auto COM PTR and Vista APIs to uwinapi 2007/07/19 07:33:09 hro 1.1.4.1: file SHCreateItemFromParsingName.cpp was added on branch cws_dev300_hro34 on 2008-03-07 10:36:23 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3dec6c1b1929777a05cc480685353f5a43a97f8d]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 09:22:03 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5eb507c6fe9fb3dbac9eb3512798dfa0dd478d39]

        INTEGRATION: CWS hro34 (1.4.120); FILE MERGED 2008/03/07 10:36:23 hro 1.4.120.1: #i72556# Added Auto COM PTR and Vista APIs to uwinapi

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [563c1c677119bf0a34cf3a642e02bb819df57715]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:36:22 hro 1.1.4.2: #i72556# Added Auto COM PTR and Vista APIs to uwinapi 2007/07/19 08:50:24 hro 1.1.4.1: file comptr.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:36:22 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1ec90ab3f255bf42d52ec98d62dc70a970b96652]

        INTEGRATION: CWS hro34 (1.13.100); FILE MERGED 2008/03/07 10:38:16 hro 1.13.100.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a14ed964a4d64a2d93c5ab7d6ef3e3bc9b6889ee]

        INTEGRATION: CWS hro34 (1.7.144); FILE MERGED 2008/03/07 10:38:16 hro 1.7.144.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1040dd168a0048afa0b0076f90882405f02f9c02]

        INTEGRATION: CWS hro34 (1.10.120); FILE MERGED 2008/03/07 10:38:16 hro 1.10.120.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e3c20ccc69948d2821597a79c19e08798c6ace99]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:16 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:10:22 hro 1.1.4.1: file vistatypes.h was added on branch cws_dev300_hro34 on 2008-03-07 10:38:16 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [29d0eb4208e6b90661f4b02e429a7e0826f2b32e]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:10 hro 1.1.4.1: file shared.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48bc9a164eaaf7fd43b59c4d6495c70581d67520]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:00 hro 1.1.4.1: file propmap.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4e30ead6c455dbafc244aa974de2d49eb3cfa971]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/13 09:22:03 cl 1.8.18.2: merged svtools in and stripped 2008/02/12 18:24:55 cl 1.8.18.1: stripping sd_docshel4.cxx sd_docshel2.cxx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c69a2750ac4241993521525db90435530fab513d]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:08:50 hro 1.1.4.1: file platform_xp.h was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cc219f14d166202895d5074e0c0f56f54f774bd9]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/13 09:22:03 cl 1.7.18.2: merged svtools in and stripped 2008/02/12 18:24:54 cl 1.7.18.1: stripping sd_docshel4.cxx sd_docshel2.cxx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [387f288ce2b3f635de0fd0f55512fb962c1103dd]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:08:39 hro 1.1.4.1: file platform_vista.h was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4d4579c44ce3665c24172a29c191d2bb5bb60aac]

        INTEGRATION: CWS hro34 (1.13.148); FILE MERGED 2008/03/07 10:38:15 hro 1.13.148.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b5891930b004afbf01f0f6d26c27a33e7984c145]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:08:29 hro 1.1.4.1: file comptr.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [144791a51743c516d4c5f4165d7d5baa22c731c8]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:08:19 hro 1.1.4.1: file asyncrequests.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9edbbd805abc406ad9b0181fbc5375254827041e]

        INTEGRATION: CWS impresstables2 (1.9.40); FILE MERGED 2008/02/12 18:24:54 cl 1.9.40.1: stripping sd_docshel4.cxx sd_docshel2.cxx

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2d13b1fd20f9c19db66bafb251f07a8e33805541]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:08:09 hro 1.1.4.1: file asyncrequests.cxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [273dde64a84c59337eb146af8beaafbde75eabc7]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:22:02 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [afba7aa448dff7bd6b42b2896756d251781ddeea]

        INTEGRATION: CWS hro34 (1.9.144); FILE MERGED 2008/03/07 10:38:15 hro 1.9.144.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [23987d11b8f899d676359d383959c4ca1918044f]

        INTEGRATION: CWS hro34 (1.14.144); FILE MERGED 2008/03/07 10:38:15 hro 1.14.144.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e9f9b877f4f1857a4871fa3331ebc9ef130d58f7]

        INTEGRATION: CWS impresstables2 (1.5.10); FILE MERGED 2008/02/13 09:22:02 cl 1.5.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [668a90d10980930fc1855639e75f95d15100e86e]

        INTEGRATION: CWS hro34 (1.28.42); FILE MERGED 2008/03/07 10:38:15 hro 1.28.42.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f388d40f39d5cc52486adbbe084c2adab6b796bf]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:10:11 hro 1.1.4.1: file VistaFilePickerImpl.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:15 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [af2878e40b428ede5711703aeec9d405ab99fa03]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:22:02 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d4e9cdb5193bb75a5618a9a5278369c5026a5be0]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:15 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:10:00 hro 1.1.4.1: file VistaFilePickerImpl.cxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:14 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85b7306abea262df44e10a07d1473c4ae6e50f40]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:14 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:50 hro 1.1.4.1: file VistaFilePickerEventHandler.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:14 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9fad39088d0fa6c2f3a560f01339271a9be2a031]

        INTEGRATION: CWS impresstables2 (1.11.16); FILE MERGED 2008/02/13 09:22:02 cl 1.11.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [45d864a3610beec238b8354acec73200ed8ee157]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:14 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:40 hro 1.1.4.1: file VistaFilePickerEventHandler.cxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:14 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [38a5f6c5ed4180efca9df242e26c34f8ffd92823]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:14 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:30 hro 1.1.4.1: file VistaFilePicker.hxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:14 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [603d566d8a95931fce40b8899e87bfb3f470afa6]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:22:02 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [46e1adb545ff94031dfa7e5028449d26c7fb2223]

        INTEGRATION: CWS hro34 (1.1.4); FILE ADDED 2008/03/07 10:38:14 hro 1.1.4.2: #i78851# #i72556# Implemented Vista style File Dialog 2007/08/30 14:09:20 hro 1.1.4.1: file VistaFilePicker.cxx was added on branch cws_dev300_hro34 on 2008-03-07 10:38:14 +0000

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25f0701ddff52728bd5649af09d8ca948906a210]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 09:22:02 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb541ba2a6b371bfc37b1bf872462ee0464633a3]

        INTEGRATION: CWS hro34 (1.4.186); FILE MERGED 2008/03/07 10:38:14 hro 1.4.186.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c9fbb836918e035d06e53953f1cf0f483d6a117c]

        INTEGRATION: CWS impresstables2 (1.12.4); FILE MERGED 2008/03/11 18:13:22 cl 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2008/02/13 09:22:02 cl 1.12.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cff3986a8bfeefe3e6569b84f9f692094e0c9922]

        INTEGRATION: CWS hro34 (1.5.144); FILE MERGED 2008/03/07 10:38:14 hro 1.5.144.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [48ac148611f2c78ec19c3791559013f12ae681a9]

        INTEGRATION: CWS hro34 (1.9.144); FILE MERGED 2008/03/07 10:38:14 hro 1.9.144.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dd0a38f5a9bc9f4fc9ee42633e0841d845433af7]

        INTEGRATION: CWS hro34 (1.5.42); FILE MERGED 2008/03/07 10:38:14 hro 1.5.42.1: #i78851# #i72556# Implemented Vista style File Dialog

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cb00026542df8b1810123915b574f0ebecfd4422]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/13 09:22:02 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [44f395e17c3ef3cd9735ef2f1391f30cdcce192b]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/13 09:22:02 cl 1.6.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b122c9688caba40aa1aaef2fd36c67c8791271f3]

        INTEGRATION: CWS impresstables2 (1.4.4); FILE MERGED 2008/02/13 09:22:01 cl 1.4.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5bc6a58ffa835521449ec299db28811b72a1308b]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:22:01 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [87ac9d4af2f7a273262ae4808593acc64b65141d]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:22:01 cl 1.6.104.3: merged svtools in and stripped 2007/10/11 19:48:16 cl 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:22 cl 1.6.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [22288427fb35b76f8a87eb0b58671b98402234a7]

        INTEGRATION: CWS impresstables2 (1.11.18); FILE MERGED 2008/02/22 23:26:41 cl 1.11.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:22:01 cl 1.11.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3d103cefe2751b18b6ced7b2544afb9ffe905ae9]

        INTEGRATION: CWS impresstables2 (1.10.104); FILE MERGED 2008/02/13 09:22:01 cl 1.10.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [65c74dbd0ce708e41cfad483cccf1f881db74285]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2008/02/13 09:22:01 cl 1.7.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0089e52b54a884dd38f72e8bf0eabcad248740ae]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:22:01 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aaac6714864120b63280c96cf4127c4db5fa4e9d]

        INTEGRATION: CWS impresstables2 (1.8.4); FILE MERGED 2008/02/13 09:22:01 cl 1.8.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1e7b0c9cfb1c501c67bdd1a5f9df5cf38875a50f]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 08:55:22 cl 1.7.10.2: fixed access to null pointer after printer removal 2008/02/13 09:22:01 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4ff8011186fab9a003a6bf04ec95cfae1630051e]

        INTEGRATION: CWS impresstables2 (1.10.38); FILE MERGED 2008/02/13 09:22:01 cl 1.10.38.4: merged svtools in and stripped 2007/12/01 19:16:35 cl 1.10.38.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/01 10:33:52 cl 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/27 15:17:22 cl 1.10.38.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eee15c40e2b04f69a488c88d66f53158f267fb79]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/22 23:26:41 cl 1.8.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:22:01 cl 1.8.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a6aeb2d0c46a11de6688a7ec5aeba85ab55b171b]

        INTEGRATION: CWS impresstables2 (1.13.18); FILE MERGED 2008/03/11 18:13:12 cl 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2008/02/13 09:19:02 cl 1.13.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [00c670db948d0ccbcabc74bd3dd1ef254200243b]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:18:41 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [43c4168e88f423b897aad46af94ef83ba83744a3]

        INTEGRATION: CWS impresstables2 (1.7.86); FILE MERGED 2008/02/13 09:18:41 cl 1.7.86.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [172cf2dd60b15d0c7d1f5529f696ffcd3052a096]

        INTEGRATION: CWS impresstables2 (1.8.70); FILE MERGED 2008/02/13 09:18:41 cl 1.8.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9aea1dfb5c84a5b5ea3c6589b01cb3046863462b]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/13 09:18:41 cl 1.6.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [483acd5c99ddfa619ddb5df592de114fff8bf487]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:18:41 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [63d1b9d36ca72743e979fe2b28f411be389c2d7b]

        INTEGRATION: CWS impresstables2 (1.2.232); FILE MERGED 2008/02/13 09:18:41 cl 1.2.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [25b970c1495576f360d783b86fb284b3319e8263]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 09:18:41 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [79e442df9484cff43fa1f764a1c2c88af3e7f9a9]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:18:40 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [558949d794f68a57be9e82778992619173c529ed]

        INTEGRATION: CWS impresstables2 (1.3.234); FILE MERGED 2008/02/13 09:18:40 cl 1.3.234.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [17e268c93c577cbe39b34efbe50772e01ee1c568]

        INTEGRATION: CWS impresstables2 (1.6.4); FILE MERGED 2008/02/13 09:18:40 cl 1.6.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4bd7f168fa4bc669901f794484febd646f3c770]

        INTEGRATION: CWS impresstables2 (1.13.40); FILE MERGED 2008/02/13 09:18:40 cl 1.13.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [eba6dac7ac8113aa571749025a4c27babdf3ddfa]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:18:40 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c014066347fceee5ecadb210ef77efc8c704f788]

        INTEGRATION: CWS impresstables2 (1.7.102); FILE MERGED 2008/02/13 09:18:40 cl 1.7.102.4: merged svtools in and stripped 2007/10/11 19:44:30 cl 1.7.102.3: RESYNC: (1.8-1.9); FILE MERGED 2007/08/01 10:25:59 cl 1.7.102.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/27 15:18:37 cl 1.7.102.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [98f4f543f46cc3439b9fe5271b724ab04a45f869]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:18:40 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f96382c984e2fb6ace68083cdd0ed7a42b652262]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:18:40 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f3440ca72151cd5112b1ce44efa3f733b264484f]

        INTEGRATION: CWS impresstables2 (1.8.104); FILE MERGED 2008/02/13 09:18:40 cl 1.8.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [00b5fdac97296540f57e482cc62741bf8e946a51]

        INTEGRATION: CWS impresstables2 (1.12.16); FILE MERGED 2008/02/13 09:18:40 cl 1.12.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [34b3629db2f8c4d97913d4368e87121d4d562daa]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:18:39 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [aaafc696ce7fb13a1971435abed5996d11b300dd]

        INTEGRATION: CWS impresstables2 (1.9.70); FILE MERGED 2008/02/13 09:18:39 cl 1.9.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9488865431011c59bd153310f7a67cc9b183e04a]

        INTEGRATION: CWS impresstables2 (1.8.104); FILE MERGED 2008/02/13 09:18:39 cl 1.8.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56046990494d0a1fc212245189e0fc37a396ca66]

        INTEGRATION: CWS impresstables2 (1.10.16); FILE MERGED 2008/02/13 09:18:39 cl 1.10.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [4be1e55ffd440d1871ee99ec3838728c8028ff2d]

        INTEGRATION: CWS impresstables2 (1.20.18); FILE MERGED 2008/03/11 18:13:00 cl 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2008/02/13 09:18:03 cl 1.20.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d6015671e2376bfe51ffbf43ae1ef153d32b155d]

        INTEGRATION: CWS impresstables2 (1.12.10); FILE MERGED 2008/02/13 09:17:50 cl 1.12.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [cfdad44f01e3666c8ff08015aeb57875b608b3ad]

        INTEGRATION: CWS impresstables2 (1.9.16); FILE MERGED 2008/02/13 09:17:46 cl 1.9.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [be2273c227437c607ac226e8e7c682d8418b58ec]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:17:46 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6334f6c7fa9d89b79364884d5b53d35997710e23]

        INTEGRATION: CWS impresstables2 (1.6.102); FILE MERGED 2008/02/13 09:17:46 cl 1.6.102.4: merged svtools in and stripped 2007/10/11 19:42:18 cl 1.6.102.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/01 10:14:52 cl 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:48 cl 1.6.102.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [85078797d38c1db42fbb5671f62e94ed96a6bd15]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:46 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b595c043f46b72228b202d469cdfd6d027375c37]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:17:45 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9d128747395aad8351bd1c5df15caea01fdaefbe]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:25:59 cl 1.7.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [210910eeb4934a20bdcaf6e1fa91ff0ca9403791]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:17:45 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [651892129ea3c1e4e0a57645d2a8e7bcf70cda34]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:45 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b26c939a01d5f390d3990e757f2c0a7190ce6408]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:25:59 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:45 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7d802fe423c4474323e16ef5ff03cd0961ff595f]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:25:58 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c8eb7937ee1e67f289719d6252f89c376309029c]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 09:17:45 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c55e5d64e00d1db3ed58dfa1d56276cee6469f7]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:17:45 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [606659eb4529fcf945be4b15055c9b68a305458a]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 09:17:45 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78b1cf358ee2721bd6945a3f76b008b74d1ae523]

        INTEGRATION: CWS impresstables2 (1.3.232); FILE MERGED 2008/02/13 09:17:45 cl 1.3.232.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [fece6a32f5c436acc340724ac052fc04e8809cdb]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:25:58 cl 1.7.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6242d42fd929764290c01c58948a410dcba8d70b]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:25:58 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9beb702af0acc1ed310739af5eced189836407d3]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:25:58 cl 1.5.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [149f9c7f81e265f04d28149b3b7ac3f011b586ff]

        INTEGRATION: CWS impresstables2 (1.5.4); FILE MERGED 2008/02/13 09:17:45 cl 1.5.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ce955b6da1fa15ed6862be279aa9660c57ceedaa]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 09:17:44 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e63d1026215930f908088a5923d6caeaddb2576b]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:17:44 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9aafcddda2c8aa0560f41088c2168383b93711f7]

        INTEGRATION: CWS impresstables2 (1.6.18); FILE MERGED 2008/02/13 09:17:44 cl 1.6.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c7c8caa9a278abe9cd516f5681affb8c5cc8be64]

        INTEGRATION: CWS impresstables2 (1.7.4); FILE MERGED 2008/02/22 23:25:58 cl 1.7.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.7.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a0b780281eda48422bb2f4558a714d058b4d4967]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:25:58 cl 1.4.104.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ba03b99bd622271054ff4fe56ebf4f274ee53c59]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/22 23:25:58 cl 1.4.104.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c0fec90f0358878a40ba4612f150523de4ccd947]

        INTEGRATION: CWS impresstables2 (1.3.234); FILE MERGED 2008/02/13 09:17:44 cl 1.3.234.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ee84050d25a77d0ff745ec4e4ba80db89f1eb083]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:25:58 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [588c76db178eb2090e91463f601f0105550f3a01]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 09:17:44 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d54a8af25c5e24536aaf55d368d11904e8cc8561]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/22 23:25:58 cl 1.9.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [401a0ca4de0b6c7a111bac6c6e1c2d80c17611c5]

        INTEGRATION: CWS impresstables2 (1.10.8); FILE MERGED 2008/02/13 09:17:44 cl 1.10.8.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a9ba0243001fc99ab65d102834a66edabc4b2d3c]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:44 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a956fc99ee5348f06b3d62ed50bb26c44fbed7f6]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:17:44 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c38421cb2a0630d1aaa6e6573234b9b4f6912116]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/22 23:25:58 cl 1.12.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bfeeb842ebcf96d2984f3d8fc62ba8b42d608e6e]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:25:58 cl 1.7.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:44 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [56fa42b5dc9f691f42c5800c9e4293a17a7b4753]

        INTEGRATION: CWS impresstables2 (1.5.10); FILE MERGED 2008/02/13 09:17:43 cl 1.5.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [68abdf8c683611e2d084d291731032fc08ce7981]

        INTEGRATION: CWS impresstables2 (1.10.4); FILE MERGED 2008/02/22 23:25:58 cl 1.10.4.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:43 cl 1.10.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [971d98baecc4ac9209111da1825db3622cef032d]

        INTEGRATION: CWS impresstables2 (1.9.18); FILE MERGED 2008/02/13 09:17:43 cl 1.9.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [68f800044c7a1a4cfcbe38cdc7783aeac4c5db0b]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:17:43 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f1b961bc5f897116f4a433493af5856f1ece25b6]

        INTEGRATION: CWS impresstables2 (1.5.70); FILE MERGED 2008/02/22 23:25:57 cl 1.5.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a7ea12ad71ef89c6fd0045043a58967fd4658463]

        INTEGRATION: CWS impresstables2 (1.6.70); FILE MERGED 2008/02/22 23:25:57 cl 1.6.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5a744919796ca2e1bb2495886b906e4bb3219ef0]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:43 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1af712f2ba2729c1307798f01eaaf7fd5fe28808]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/13 09:17:43 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1d4eefbbc8fec2742478c3a98ed841d2735eb79c]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:17:43 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bac35719387f1b47a774da0d024acf18f8abc4f2]

        INTEGRATION: CWS impresstables2 (1.7.70); FILE MERGED 2008/02/13 09:17:43 cl 1.7.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f4ffbbe5efc8118edf1eaa1f26621e24551f6a55]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:17:37 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dc3211ba52b8e3380c084066494a807f00850fa3]

        INTEGRATION: CWS impresstables2 (1.7.8); FILE MERGED 2008/02/13 09:17:37 cl 1.7.8.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [dbe8524e26a1cf2e02caa38db319279147b287fd]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/13 09:17:37 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c8481bef148fc65df6689cf7a14453a2861c50e2]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/22 23:25:57 cl 1.10.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:37 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [bb9d4715222100f71bfd2f1953d458ae733ff168]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:17:37 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c65901e41597413c2c544844ea123bcdffbf6db3]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:25:57 cl 1.9.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:37 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [1c0ffc716706b48c0a59140551213befbfc43f4f]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:37 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c2c23871580feeb247201359abb5c7b5b58c34c3]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/22 23:25:57 cl 1.8.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:36 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [ea31668b1d16655f2a4597c080a8397558d36ccc]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:25:57 cl 1.7.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:36 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [305f550aba4b5492c39c104975fb19c5485747b8]

        INTEGRATION: CWS impresstables2 (1.13.10); FILE MERGED 2008/02/13 09:17:36 cl 1.13.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [172868c0caa3b2f515344d0a4f1bfe158ebf66d1]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:17:36 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c5f2d17d761d136eefb4c16ad63b6ba52b32b501]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:17:36 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e834c582428f4b60ced6d9ddbfd9d7ac94c3428b]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:36 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [67567c51c20b77e832659514c8b58074dea1445a]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/22 23:25:57 cl 1.5.104.3: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:36 cl 1.5.104.2: merged svtools in and stripped 2007/07/27 15:17:48 cl 1.5.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f0fa28c5f49c22d15dd46c740a37dedb3fd1a291]

        INTEGRATION: CWS impresstables2 (1.4.234); FILE MERGED 2008/02/22 23:25:57 cl 1.4.234.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [19d805d9041e518c8ccbb26c4d7d3ebbdd9e2157]

        INTEGRATION: CWS impresstables2 (1.5.18); FILE MERGED 2008/02/22 23:25:57 cl 1.5.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:36 cl 1.5.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b45f76f6ae29cd5f0b07918e544c951aca124dc1]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:17:36 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [f9d5750d2de848b35493044413f2b41d2a8a6678]

        INTEGRATION: CWS impresstables2 (1.4.104); FILE MERGED 2008/02/13 09:17:36 cl 1.4.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2b031a9dc3d8f76f46fb037ca51f02b2d81dffbb]

        INTEGRATION: CWS impresstables2 (1.8.18); FILE MERGED 2008/02/22 23:25:57 cl 1.8.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [82a83bf24ba418ac640c78f760a7b4d740c40d54]

        INTEGRATION: CWS impresstables2 (1.12.18); FILE MERGED 2008/02/22 23:25:56 cl 1.12.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:36 cl 1.12.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [b3e127a3af26f003c8d69bab6267ca90c9422f0a]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:17:36 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [78a5ecb0839499e0a2ebdd9cf3dd970251d7e381]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/02/13 09:17:36 cl 1.6.104.3: merged svtools in and stripped 2007/10/11 19:16:49 cl 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/27 15:17:48 cl 1.6.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [49dcb08000ad0430c34b0dc756af0cf863824cfd]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:17:36 cl 1.5.104.3: merged svtools in and stripped 2007/10/11 19:16:33 cl 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 15:17:48 cl 1.5.104.1: fixed namespace issues

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [13dcbd848c0ce3a966199b8e378335bbdecf5041]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/22 23:25:56 cl 1.7.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:35 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e7dabd333087b2380ec04dcb11472bac386d2d81]

        INTEGRATION: CWS impresstables2 (1.7.16); FILE MERGED 2008/02/13 09:17:35 cl 1.7.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [39c8517e52644eced46016fec60830c72a40b195]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/13 09:17:35 cl 1.9.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0161b2b3d906f271122562a445903fce7a510960]

        INTEGRATION: CWS impresstables2 (1.11.10); FILE MERGED 2008/02/13 09:17:35 cl 1.11.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0c39889bac90105dc977b19b0fe7f52118fa473b]

        INTEGRATION: CWS impresstables2 (1.8.10); FILE MERGED 2008/02/13 09:17:35 cl 1.8.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [524a57453e857973152ee6c57f78eda2f19b0662]

        INTEGRATION: CWS impresstables2 (1.6.40); FILE MERGED 2008/02/13 09:17:35 cl 1.6.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8d347c7ada17d1dd9563a6404bc29586955d425f]

        INTEGRATION: CWS impresstables2 (1.7.40); FILE MERGED 2008/02/13 09:17:35 cl 1.7.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [34780b6befee6035a5941b25df65c97059598201]

        INTEGRATION: CWS impresstables2 (1.14.10); FILE MERGED 2008/02/13 09:17:35 cl 1.14.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [812250e9e3c6ac8f87b758b1a9e87fae01d4f673]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/13 09:17:35 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [44da21c2a0ac672b566a2647853bd811e820e1cb]

        INTEGRATION: CWS impresstables2 (1.10.10); FILE MERGED 2008/02/22 23:25:56 cl 1.10.10.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:17:35 cl 1.10.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [0205381f56502df804614b26981f1e9b99171e6b]

        INTEGRATION: CWS impresstables2 (1.9.10); FILE MERGED 2008/02/22 23:25:56 cl 1.9.10.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [545ad82b3ac7a413b9e36dc77e16f43284e44da4]

        INTEGRATION: CWS impresstables2 (1.7.10); FILE MERGED 2008/02/13 09:17:35 cl 1.7.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6764311dc0445085f920cc831c51fbc98ce570c6]

        INTEGRATION: CWS impresstables2 (1.6.10); FILE MERGED 2008/02/13 09:17:35 cl 1.6.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [6cf1267ee2827e0f3e78ab9de40633dd8c0fbcfc]

        INTEGRATION: CWS impresstables2 (1.4.40); FILE MERGED 2008/02/13 09:17:35 cl 1.4.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [9be74a0c023fd37c501dc399e11346db7465f2c3]

        INTEGRATION: CWS impresstables2 (1.15.18); FILE MERGED 2008/03/11 18:12:37 cl 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/13 09:16:19 cl 1.15.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [5b4e79008c8a141a63d8342a0f1d0ab5e62fa565]

        INTEGRATION: CWS impresstables2 (1.13.4); FILE MERGED 2008/02/13 09:15:59 cl 1.13.4.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [7cdd2f174c6cd2917fdb95a1f80a4a03a973436c]

        INTEGRATION: CWS impresstables2 (1.10.18); FILE MERGED 2008/03/11 18:12:31 cl 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2008/02/13 09:15:26 cl 1.10.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [69b3a7fa1a3482e4ea3a23f44da8734b026a1bd7]

        INTEGRATION: CWS impresstables2 (1.6.104); FILE MERGED 2008/03/11 18:12:28 cl 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2008/02/13 09:15:08 cl 1.6.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a2cdd05602292f9f1185403d1fe18583066aa3d8]

        INTEGRATION: CWS impresstables2 (1.2.234); FILE MERGED 2008/02/13 09:15:08 cl 1.2.234.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [221a16bac95730e5b748a9b988e6b0f9bb96cbb5]

        INTEGRATION: CWS impresstables2 (1.4.70); FILE MERGED 2008/02/22 23:24:30 cl 1.4.70.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [c0b5b0d350c35b26d1cbdfdfa8ee2fcc4356fcfd]

        INTEGRATION: CWS impresstables2 (1.7.6); FILE MERGED 2008/02/22 23:24:30 cl 1.7.6.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:15:08 cl 1.7.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [178e145953639c5642153b54a9061b2d44487977]

        INTEGRATION: CWS impresstables2 (1.7.18); FILE MERGED 2008/02/22 23:24:30 cl 1.7.18.1: added namespace binfilter to bf_svtools and bf_so3

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [72d36bf21f6cd071c03f6a3bd04a7452bb00abc6]

        INTEGRATION: CWS impresstables2 (1.10.70); FILE MERGED 2008/02/13 09:15:08 cl 1.10.70.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [73680191ec975fd1f5390f1b868775a502f48507]

        INTEGRATION: CWS impresstables2 (1.16.18); FILE MERGED 2008/02/22 23:24:30 cl 1.16.18.2: added namespace binfilter to bf_svtools and bf_so3 2008/02/13 09:15:07 cl 1.16.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [33511dcce82a0799759964645c505f092c061a52]

        INTEGRATION: CWS impresstables2 (1.5.104); FILE MERGED 2008/02/13 09:15:07 cl 1.5.104.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [a1a1b319da31b19818034c06b1fde770633464d5]

        INTEGRATION: CWS impresstables2 (1.4.18); FILE MERGED 2008/03/11 18:12:40 cl 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2008/02/13 09:14:49 cl 1.4.18.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [8cc3c5b6ae46903e54bc6fd40f23f1ac73b5ece3]

        INTEGRATION: CWS impresstables2 (1.3.16); FILE MERGED 2008/02/13 09:14:24 cl 1.3.16.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [e09e49b2556456b55c14fb006daa634578d79e8c]

        INTEGRATION: CWS impresstables2 (1.4.6); FILE MERGED 2008/02/13 09:14:24 cl 1.4.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [93c4341f5a75b3ddab3fff18386685dc1d01216a]

        INTEGRATION: CWS impresstables2 (1.2.40); FILE MERGED 2008/02/13 09:14:24 cl 1.2.40.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [d70c45828ec354bfa45cdc6afca73bd8e20a1434]

        INTEGRATION: CWS impresstables2 (1.3.6); FILE MERGED 2008/02/13 09:14:24 cl 1.3.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [57dc0ac1e79da6a1ab297f3ba9edc38a1b1d324f]

        INTEGRATION: CWS impresstables2 (1.4.10); FILE MERGED 2008/02/13 09:14:23 cl 1.4.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [3d98f540dec1cf55e7a012ce61904992e3f17f3f]

        INTEGRATION: CWS impresstables2 (1.3.10); FILE MERGED 2008/02/13 09:14:23 cl 1.3.10.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [41ee19e7348c48ce9199c3ce4758d4254e71344d]

        INTEGRATION: CWS impresstables2 (1.3.6); FILE MERGED 2008/02/13 09:14:23 cl 1.3.6.1: merged svtools in and stripped

2008-03-12  Rüdiger Timm  <rt@openoffice.org>  [2c1cbfe55623064ed87414d33aec293955cf1fc9]

        INTEGRATION: CWS impresstables2 (1.2.40); FILE MERGED 2008/02/13 09:14:23 cl 1.2.40.1: merged svtools in and stripped

2008-03-11  Rüdiger Timm  <rt@openoffice.org>  [9ecd082daa741f1416705a9390114a7f1ff3022e]

        #i86849# Fix parallel build issue.

2008-03-11  Kurt Zenker  <kz@openoffice.org>  [f17a3e335cc39ae1855efa1bdf7d4c036e66d57b]

        #i10000# add patchcodefile (is)

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [99f2e391306d1b5fc557f786c2d5d174670f90ac]

        #i10000# parse problem

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [ea8592610543306feccf877295e27ba5108a57df]

        #i10000# fix for solaris

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [136e74a4f0856d31a917964bf2525c509e946e52]

        #i10000# fix for solaris

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [df48a20145f87efd134e06e8a7f454c7a6900e5a]

        #i10000# colon

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [52400bad951931a6620befdff19a08cd68f9a0e3]

        #i10000# fix for solaris

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [1983605f5d5444fabfa1ddc9f84f5a1174d39b01]

        #i10000# pragma warning added for solaris

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [1597ea89cc8b516e4809b8278a9b3122534d3b50]

        #i86824#

2008-03-11  Oliver Bolte  <obo@openoffice.org>  [1f01a1a6473bb8c8768d0834d3a2341203060848]

        #i86883# parse problem with Solaris compiler

2008-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a8308bacac148715275f244a9d3e63a1732d0718]

        #i85207# - stay with 4nt internal mkdir command in SO env due to broken mkdir.exe in path

2008-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9f263486ce4d28bbde3a6a8f3f679d5dbeee56da]

        #i10000# - WAE on windows - unreferenced variable

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [cc8b1368761c0e19953d255436b37733efc84202]

        #i86824#

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [b455293ff1d4599d11beb2edb8a1fd2a933e80c1]

        #i86825# for macosx

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [b2c73a1d9f136fcacced7571f61f0563d26e0a86]

        #i86824#

2008-03-10  Rüdiger Timm  <rt@openoffice.org>  [382443638f6cbe1ad1ea9023e115841c71d970bc]

        #i86766# Printing in mail merge dialog fixed (by OS).

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [e3659cb918e40310c0641f3e08c00bb293f926bf]

        #i10000# merge problem

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [2b444505a481c19bf94130834ea9ead92fbf265b]

        #i10000# bAlreadyKnown declared twice

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [011d4e50ae596225a81489597ac8adbfbb7b4388]

        #i86837# some lines commented out

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [1a13d453ecb65028c9058157b5530df6aad41b2f]

        #i86816# comma missing

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [d2e015973d900180da19dfebb2340e32eb3f47f8]

        #i86817# include numrule.hxx

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [47e35e23345650cfb6d74a17334781c118ee53d0]

        #i86833# patch for system stl

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [eafea4cbe0eead5775956659a6ed323ac9c0c046]

        #i86826#

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [68ae14a2b9aaba1beb152d186894eb4d464f39f5]

        #i86826#

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [f816c04d15d60fea0e5c565c76bf25b5ca60210a]

        #i86819#

2008-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3df5a3e74f33202b03146d9956c8db4e63a47846]

        #i86815# remove UPD from name

2008-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5bc837aa1f48399444152edb264c04f574da81a9]

        #i86815# remove SOLARUPD from name

2008-03-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d93fb90e5110741f39d26bb05d0cb14f17fccf05]

        #i86813# - add makefile change that got lost on initegration

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [6b2eb6c86aa1d506ce8f4e2890e015d8fbb1ce88]

        #i86814# missing dependency

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [267b75b1250e0de35d8ec5ee28fe2d9489a3704f]

        #i86844# move textconnectionsettings.obj to exception files

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [e8a207e7e37bb00e43ca3bee2150f3ab6ffcd662]

        #i86846# initialize value

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [ab5abed12d35e7a7d7fcd8058f320bdc08e15b9a]

        #i10000# return impl_createInstance( 0 ) removed

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [d294bd73954628b09fd63a9cb5eaf5d9aef80759]

        #i86847# initialize value

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [aa85ed8ce8c1164f5e5ece036162659331e92e9c]

        #i10000# remove include salsound.h

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [d3aef04968b53259757a67552a61b56ee5cbb367]

        #i10000# colon removed

2008-03-10  Oliver Bolte  <obo@openoffice.org>  [e6ea031aee62ef5294751f6647df9d6b8858c8cd]

        #i10000# m_xContext added (from CWS rptchart01_DEV300, OJ)

2008-03-09  Kurt Zenker  <kz@openoffice.org>  [a1bfe4a3b387bd509cf6e7c670ebd159bdb576fe]

        INTEGRATION: CWS odff (1.51.56); FILE MERGED 2008/02/20 16:41:50 er 1.51.56.21: #i32340# ISBLANK needs to distinguish between inherited / non-inherited emptiness; corrected ISNUMBER and ISTEXT/ISNONTEXT handling of svEmptyCell 2008/02/07 13:10:02 er 1.51.56.20: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 10:16:23 er 1.51.56.19: for clarity and safety on signed types, comparison on >0 2008/02/05 17:59:05 er 1.51.56.18: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/31 22:15:16 er 1.51.56.17: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 20:05:33 er 1.51.56.16: now that we have error token: some PopError() instead of Pop() and some PushError(...) instead of SetError(...) 2008/01/31 15:34:23 er 1.51.56.15: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:41 er 1.51.56.14: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/24 16:41:01 er 1.51.56.13: #i32340# variable cell result ScFormulaResult, second wave 2008/01/17 17:31:34 er 1.51.56.12: #i32340# variable cell result ScFormulaResult, first wave 2008/01/11 19:54:56 er 1.51.56.11: ScErrorToken matrix cases 2008/01/10 16:54:27 er 1.51.56.10: introduce ScErrorToken, get rid of secondary error stack 2008/01/08 21:09:27 er 1.51.56.9: rename StackVar svErr to svUnknown 2008/01/04 19:37:56 er 1.51.56.8: #i32341# ScUnionFunc: set #REF! if needed 2008/01/04 18:43:15 er 1.51.56.7: #i32341# make AREAS() handle RefList 2007/12/20 19:35:08 er 1.51.56.6: ConvertMatrixParameter: svRefList is error if no reference is expected 2007/12/19 20:15:02 er 1.51.56.5: #i32341# ocUnion: functions handling svRefList 2007/12/17 15:59:34 er 1.51.56.4: #i32341# union / range list operator ocUnion; first wave 2007/11/29 19:06:46 er 1.51.56.3: #i4904# range operator ocRange 2007/10/23 13:30:56 er 1.51.56.2: RESYNC: (1.51-1.52); FILE MERGED 2007/08/30 09:57:29 er 1.51.56.1: resynced to cws xmlfilter02

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [357a573d0903fffe25d20bc6e54ae28f35e636d6]

        DEV300

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e651226b65a1f4769235daeb737ad510c61772b7]

        #i10000# generate new configure

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d4beb79f7607ad176131a6f0aaab79ab05215a50]

        INTEGRATION: CWS unifysound01_DEV300 (1.117.36); FILE MERGED 2008/01/15 16:09:24 cmc 1.117.36.5: RESYNC: (1.122-1.123); FILE MERGED 2007/12/03 10:08:58 cmc 1.117.36.4: RESYNC: (1.119-1.122); FILE MERGED 2007/10/30 15:19:17 cmc 1.117.36.3: RESYNC: (1.118-1.119); FILE MERGED 2007/10/23 09:06:05 cmc 1.117.36.2: RESYNC: (1.117-1.118); FILE MERGED 2007/08/31 10:00:02 cmc 1.117.36.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d1a9eaad449096c03aeffe7fea8a4d8c576bb7cc]

        INTEGRATION: CWS unifysound01_DEV300 (1.131.14); FILE MERGED 2008/01/15 16:09:05 cmc 1.131.14.6: RESYNC: (1.151-1.156); FILE MERGED 2007/12/03 10:08:51 cmc 1.131.14.5: RESYNC: (1.138-1.151); FILE MERGED 2007/10/30 15:19:14 cmc 1.131.14.4: RESYNC: (1.134-1.138); FILE MERGED 2007/10/23 09:06:02 cmc 1.131.14.3: RESYNC: (1.133-1.134); FILE MERGED 2007/10/04 11:38:12 cmc 1.131.14.2: RESYNC: (1.131-1.133); FILE MERGED 2007/08/31 10:00:02 cmc 1.131.14.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [bd7999f7b4bcaba93ff0e97825a2fc8cae5c4be4]

        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>  [a0b4d0cb25233164d9a47d82ff27da5b347f5d02]

        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>  [44e5734cb9a94af6d6c737d83d2e051047ff629c]

        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>  [1c93303ea96a157da7fd3633331ff33a0034052e]

        INTEGRATION: CWS unifysound01_DEV300 (1.255.18); FILE MERGED 2008/01/15 15:59:02 cmc 1.255.18.5: RESYNC: (1.265-1.270); FILE MERGED 2007/12/03 10:15:31 cmc 1.255.18.4: RESYNC: (1.262-1.265); FILE MERGED 2007/10/30 15:15:01 cmc 1.255.18.3: RESYNC: (1.260-1.262); FILE MERGED 2007/10/04 10:45:49 cmc 1.255.18.2: RESYNC: (1.255-1.260); FILE MERGED 2007/08/10 11:16:01 cmc 1.255.18.1: #i80570# make avmedia into a uno service providing .so

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [eeeffef622f61ea09ad1c099bcad3eea1b79ecf5]

        INTEGRATION: CWS unifysound01_DEV300 (1.8.12); FILE MERGED 2007/08/29 14:52:39 cmc 1.8.12.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5a71c2b9a7a06636cc23289bde4728287f558a61]

        INTEGRATION: CWS unifysound01_DEV300 (1.2.14); FILE MERGED 2008/01/15 16:05:42 cmc 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/29 14:52:39 cmc 1.2.14.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3b1990f01f49608ce7f890b222d1eea4a437ef62]

        INTEGRATION: CWS unifysound01_DEV300 (1.8.14); FILE MERGED 2007/10/04 11:24:15 cmc 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2007/08/29 14:52:39 cmc 1.8.14.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4d81c2a42c8a2a4a8bdb0efbf4b9dcffcfac3b79]

        INTEGRATION: CWS unifysound01_DEV300 (1.6.12); FILE MERGED 2007/12/03 10:15:14 cmc 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2007/08/29 14:52:39 cmc 1.6.12.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [adc2fd62cfb8492f0633769ce3d153227e93e89e]

        INTEGRATION: CWS unifysound01_DEV300 (1.11.236); FILE MERGED 2007/08/30 09:22:04 cmc 1.11.236.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [66c72584116b5b465b609309bee904c5221472a0]

        INTEGRATION: CWS unifysound01_DEV300 (1.4.68); FILE MERGED 2007/10/23 15:09:37 cmc 1.4.68.3: #i80570# move SoundHandler from framework to avmedia 2007/10/23 15:08:36 cmc 1.4.68.2: #i80570# move SoundHandler from framework to avmedia 2007/10/23 08:44:58 cmc 1.4.68.1: #i80570# move SoundHandler from framework to avmedia

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2dd4a1dd127e3eeff0eaf2ecfd709e1cab80022b]

        INTEGRATION: CWS unifysound01_DEV300 (1.3.138); FILE MERGED 2007/08/29 13:24:44 cmc 1.3.138.1: #i81119# fix makefile.mk to allow building if someone tries it

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e3b78a72326a958870cfb93381ceaf310bcd9a3a]

        INTEGRATION: CWS unifysound01_DEV300 (1.1.2); FILE ADDED 2007/08/30 15:56:28 cmc 1.1.2.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a629c9aa371d85cbaab81d44ccb0679911356466]

        INTEGRATION: CWS unifysound01_DEV300 (1.1.2); FILE ADDED 2007/11/27 12:56:30 cmc 1.1.2.2: #i81144# revert to original mutexes 2007/08/30 15:56:28 cmc 1.1.2.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7d9b44af77b7031b77d15e850a10f02f19cc4109]

        INTEGRATION: CWS unifysound01_DEV300 (1.1.2); FILE ADDED 2008/01/14 17:25:10 cmc 1.1.2.6: #i81144# figure out the windows mystery as to failure to play files 2007/12/03 07:59:10 cmc 1.1.2.5: #i81144# kendy is my hero 2007/11/27 12:56:30 cmc 1.1.2.4: #i81144# revert to original mutexes 2007/08/31 13:23:50 cmc 1.1.2.3: #i80570# move SoundHandler from framework to avmedia 2007/08/31 08:15:33 cmc 1.1.2.2: #i80570# move SoundHandler from framework to avmedia 2007/08/30 15:56:28 cmc 1.1.2.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [58f9552afb867fe61e041e3efe1dd17a8e07e372]

        INTEGRATION: CWS unifysound01_DEV300 (1.3.22); FILE MERGED 2007/08/30 15:56:28 cmc 1.3.22.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [dd3c59825778443610201520fce79c794214f933]

        INTEGRATION: CWS unifysound01_DEV300 (1.3.12); FILE MERGED 2007/08/29 13:27:06 cmc 1.3.12.1: #i81119# fix makefile.mk to allow building if someone tries it

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a89825c888c4350195ba77e809058a234d3671de]

        INTEGRATION: CWS unifysound01_DEV300 (1.156.12); FILE MERGED 2008/01/15 15:31:15 cmc 1.156.12.6: RESYNC: (1.164-1.168); FILE MERGED 2007/12/03 10:13:40 cmc 1.156.12.5: RESYNC: (1.158-1.164); FILE MERGED 2007/10/30 15:09:59 cmc 1.156.12.4: RESYNC: (1.157-1.158); FILE MERGED 2007/10/09 08:08:11 cmc 1.156.12.3: RESYNC: (1.156-1.157); FILE MERGED 2007/08/31 10:14:41 cmc 1.156.12.2: #i81172# death to vcl sound 2007/08/31 09:50:49 cmc 1.156.12.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [41f21b36207961c41c01eb1f17186495554bed47]

        INTEGRATION: CWS unifysound01_DEV300 (1.216.10); FILE MERGED 2008/01/15 15:37:28 cmc 1.216.10.6: RESYNC: (1.232-1.237); FILE MERGED 2007/12/03 10:14:15 cmc 1.216.10.5: RESYNC: (1.223-1.232); FILE MERGED 2007/10/30 15:10:26 cmc 1.216.10.4: RESYNC: (1.221-1.223); FILE MERGED 2007/10/09 08:08:38 cmc 1.216.10.3: RESYNC: (1.220-1.221); FILE MERGED 2007/10/04 08:26:58 cmc 1.216.10.2: RESYNC: (1.216-1.220); FILE MERGED 2007/08/31 09:50:49 cmc 1.216.10.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [274aea8fd06cb86ef08e63fb1edbc95d1b35e6da]

        INTEGRATION: CWS unifysound01_DEV300 (1.20.36); FILE MERGED 2008/01/15 16:09:12 cmc 1.20.36.4: RESYNC: (1.22-1.24); FILE MERGED 2007/12/03 10:08:55 cmc 1.20.36.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/16 08:33:09 cmc 1.20.36.2: RESYNC: (1.20-1.21); FILE MERGED 2007/08/31 10:00:02 cmc 1.20.36.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [51ed0a7a9b338d115a0ccfcbab5e1177e50236ef]

        INTEGRATION: CWS unifysound01_DEV300 (1.7.178); FILE MERGED 2007/08/31 10:00:02 cmc 1.7.178.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [204c012c01fa33b79df96af1a5fed727796f5eba]

        INTEGRATION: CWS unifysound01_DEV300 (1.9.178); FILE MERGED 2007/08/31 10:00:02 cmc 1.9.178.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [47962380747bfc88ec2884f8758ae4db7f19f0d3]

        INTEGRATION: CWS unifysound01_DEV300 (1.65.38); FILE MERGED 2008/01/15 16:08:46 cmc 1.65.38.4: RESYNC: (1.69-1.73); FILE MERGED 2007/12/03 10:08:47 cmc 1.65.38.3: RESYNC: (1.68-1.69); FILE MERGED 2007/10/30 15:19:09 cmc 1.65.38.2: RESYNC: (1.65-1.68); FILE MERGED 2007/08/31 10:00:02 cmc 1.65.38.1: #i81172# death to vcl sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [036c2ed6658989badbe86ff703aca7bba7d22d9a]

        INTEGRATION: CWS unifysound01_DEV300 (1.115.14); FILE MERGED 2007/12/03 10:08:34 cmc 1.115.14.2: RESYNC: (1.115-1.116); FILE MERGED 2007/08/30 15:00:10 cmc 1.115.14.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2a4c2a2d6b7551f846c0c04cdb6df1925466596b]

        INTEGRATION: CWS unifysound01_DEV300 (1.12.400); FILE MERGED 2007/08/30 15:00:09 cmc 1.12.400.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [16a30a2ef17b3fccdb334c76a9bbb26546549e16]

        INTEGRATION: CWS unifysound01_DEV300 (1.39.4); FILE MERGED 2007/12/03 10:08:30 cmc 1.39.4.2: RESYNC: (1.39-1.40); FILE MERGED 2007/08/30 15:00:09 cmc 1.39.4.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1eb586aea40143e636823fe92e77a041379eaaf9]

        INTEGRATION: CWS unifysound01_DEV300 (1.13.26); FILE MERGED 2007/08/30 15:00:08 cmc 1.13.26.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [65083e9945f08bb07cf15522bc037cedb3b24ec6]

        INTEGRATION: CWS cjksp1_DEV300 (1.31.286); FILE MERGED 2008/01/09 14:23:23 pflin 1.31.286.5: Issue number: #i76247# Submitted by:  pflin Reviewed by:   cloph Fixed for the warning message 2007/12/17 02:48:13 pflin 1.31.286.4: RESYNC: (1.33-1.35); FILE MERGED 2007/10/23 06:04:07 pflin 1.31.286.3: RESYNC: (1.32-1.33); FILE MERGED 2007/09/27 04:29:54 pflin 1.31.286.2: RESYNC: (1.31-1.32); FILE MERGED 2007/04/23 08:01:38 pflin 1.31.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [295607e865f1187487cc1e5a4cc1ffb06fe0951b]

        INTEGRATION: CWS unifysound01_DEV300 (1.7.400); FILE MERGED 2007/10/30 15:11:51 cmc 1.7.400.2: RESYNC: (1.7-1.8); FILE MERGED 2007/08/30 15:00:08 cmc 1.7.400.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [39f9483dfb70512494eed0dec9f20944f69eb8e2]

        INTEGRATION: CWS unifysound01_DEV300 (1.44.4); FILE MERGED 2007/12/03 10:08:37 cmc 1.44.4.2: RESYNC: (1.44-1.45); FILE MERGED 2007/08/30 15:00:07 cmc 1.44.4.1: remove SoundHandler from framework

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6b6e691ed756fe4b5e0a3d467e38e307b03aad60]

        INTEGRATION: CWS unifysound01_DEV300 (1.5.368); FILE MERGED 2007/08/10 10:50:41 cmc 1.5.368.1: #i80565# Add DetectService for .wavs

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b81d19c61795de2b9bbf24b44afc55e68524558a]

        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>  [6247b8693acf59c0117d31701ee3a3c16bfa3c0f]

        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>  [b18e59a655b8ff7c094f3ad73e486e7abae48383]

        INTEGRATION: CWS cjksp1_DEV300 (1.46.198); FILE MERGED 2007/10/23 06:06:03 pflin 1.46.198.2: RESYNC: (1.46-1.47); FILE MERGED 2007/04/23 08:01:36 pflin 1.46.198.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b4b79c885a656f8c6b22ae6fed5c1589fef476c3]

        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>  [346bac027162f8afec4b7bc4e07fd493ca619a44]

        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>  [6fbe6e35de6609b2a5b2e4a4d27055137791de84]

        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>  [37d2491aa6f39cecc6f34c4c6a9c5a46ce6ed7bc]

        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>  [3dcf3e0c69fb8f4f23045772d1ae6c9f95c9f0ec]

        INTEGRATION: CWS cjksp1_DEV300 (1.128.52); FILE MERGED 2007/11/11 03:11:02 pflin 1.128.52.4: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:30:33 pflin 1.128.52.3: RESYNC: (1.129-1.130); FILE MERGED 2007/07/03 05:12:55 pflin 1.128.52.2: RESYNC: (1.128-1.129); FILE MERGED 2007/04/23 08:01:35 pflin 1.128.52.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7541ce68b7805eef2094f970810ff76bd549f5ab]

        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>  [252e31dc20254b69cce6a3757d25aa514911d8cd]

        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>  [6d907fd8fd2ea52cd018bd8d06d7e04a7b833ce7]

        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>  [b3bc4190b2c7598e2aeca2796e5a493eac7f0182]

        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>  [0b1a7f40e61903b2dac0bc07ce7c5ecdf800e956]

        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>  [c6f1323e4c4b4e501abcc41514564a3a976357a8]

        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>  [761c7393b01d445fe1cadbb8517c3c849fab3185]

        INTEGRATION: CWS cjksp1_DEV300 (1.119.52); FILE MERGED 2007/11/11 03:11:00 pflin 1.119.52.4: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:29:25 pflin 1.119.52.3: RESYNC: (1.120-1.121); FILE MERGED 2007/07/03 04:44:42 pflin 1.119.52.2: RESYNC: (1.119-1.120); FILE MERGED 2007/04/23 08:01:32 pflin 1.119.52.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [cd0e251a5b41de1678dbc3aa299e9bc59fe7a3f5]

        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>  [692feed910beb45c1f29377ab9552de25ce3af10]

        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>  [1db79a2984867a4212a310eefeee377d9721b873]

        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>  [eeb4fb112882ed7382fe7b0a2993a06409511f76]

        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>  [f8503a8e352acaae1186b6e8c834f0c5dac886d1]

        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>  [a9b065b65334a990308a43894bf128a81fc97dc5]

        INTEGRATION: CWS cjksp1_DEV300 (1.133.74); FILE MERGED 2007/12/17 02:47:38 pflin 1.133.74.8: RESYNC: (1.142-1.144); FILE MERGED 2007/10/23 06:03:29 pflin 1.133.74.7: RESYNC: (1.141-1.142); FILE MERGED 2007/09/27 04:29:33 pflin 1.133.74.6: RESYNC: (1.137-1.141); FILE MERGED 2007/07/11 03:46:09 pflin 1.133.74.5: remove the codes of compatability options 2007/07/09 03:02:48 pflin 1.133.74.4: Issue number: #i78591# Submitted by:  pflin, word compatibility options enhancement Reviewed by:   fme 2007/07/03 04:45:18 pflin 1.133.74.3: RESYNC: (1.134-1.137); FILE MERGED 2007/05/08 10:14:54 pflin 1.133.74.2: RESYNC: (1.133-1.134); FILE MERGED 2007/04/23 08:01:31 pflin 1.133.74.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7aedb182e72b0ada66d28cda1dbe7081cc0087f2]

        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>  [d97e0d625b4620eb991bbc32fd27435da66088eb]

        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>  [1c12aabb24f27749eeb7ffe0d2809a93d0e226bb]

        INTEGRATION: CWS unifysound01_DEV300 (1.25.86); FILE MERGED 2007/08/10 12:01:32 cmc 1.25.86.1: #i80571# remove unused aSound member

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d36049309cf47145fe037722f24503fd0805a53e]

        INTEGRATION: CWS unifysound01_DEV300 (1.6.432); FILE MERGED 2007/08/10 12:01:32 cmc 1.6.432.1: #i80571# remove unused aSound member

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [afb6cb6c5f9eaa3a96bc33886f796427323d76de]

        INTEGRATION: CWS cjksp1_DEV300 (1.22.756); FILE MERGED 2007/05/11 08:16:35 pflin 1.22.756.3: Issue number: i#76247 Submitted by:  Fong Lin, Remove the assertions in non-product build and rescover the old tab page Reviewed by:   Fong Lin 2007/05/08 10:23:38 pflin 1.22.756.2: RESYNC: (1.22-1.23); FILE MERGED 2007/04/23 08:01:39 pflin 1.22.756.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4181986709c6ab4277b35fad105f88c982e8441a]

        INTEGRATION: CWS cjksp1_DEV300 (1.2.774); FILE MERGED 2007/04/23 08:01:39 pflin 1.2.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3d9a708fb6bc78173a5519536b05fab06d6bb377]

        INTEGRATION: CWS cjksp1_DEV300 (1.14.286); FILE MERGED 2007/11/13 05:00:55 pflin 1.14.286.7: fix for fme's comments 2007/11/11 03:11:02 pflin 1.14.286.6: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:00 pflin 1.14.286.5: RESYNC: (1.16-1.17); FILE MERGED 2007/07/03 04:53:13 pflin 1.14.286.4: RESYNC: (1.15-1.16); FILE MERGED 2007/05/11 08:16:35 pflin 1.14.286.3: Issue number: i#76247 Submitted by:  Fong Lin, Remove the assertions in non-product build and rescover the old tab page Reviewed by:   Fong Lin 2007/05/08 10:23:31 pflin 1.14.286.2: RESYNC: (1.14-1.15); FILE MERGED 2007/04/23 08:01:39 pflin 1.14.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7f4bfd52878150ab5617789642d607de605f300b]

        INTEGRATION: CWS cjksp1_DEV300 (1.10.774); FILE MERGED 2007/12/17 02:47:57 pflin 1.10.774.4: RESYNC: (1.12-1.13); FILE MERGED 2007/10/23 06:03:57 pflin 1.10.774.3: RESYNC: (1.11-1.12); FILE MERGED 2007/09/27 04:29:47 pflin 1.10.774.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/23 08:01:38 pflin 1.10.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a7457adc97e6501d0b5f3e123a06d256767b4c4c]

        INTEGRATION: CWS cjksp1_DEV300 (1.6.774); FILE MERGED 2007/12/17 02:47:50 pflin 1.6.774.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/23 06:03:54 pflin 1.6.774.2: RESYNC: (1.6-1.7); FILE MERGED 2007/04/23 08:01:38 pflin 1.6.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [31e431d7b6d912ff02ac1cf61df9f6d4da23c354]

        INTEGRATION: CWS cjksp1_DEV300 (1.9.774); FILE MERGED 2007/12/17 02:47:54 pflin 1.9.774.3: RESYNC: (1.10-1.11); FILE MERGED 2007/07/03 04:50:56 pflin 1.9.774.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/24 08:42:52 pflin 1.9.774.1: Issue number: #i76247 Submitted by: Fong Lin Reviewed by:  Fong Lin, File missed to check in

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e2ae1524e587fb7b6eac64256907513cd74eeb44]

        INTEGRATION: CWS cjksp1_DEV300 (1.73.756); FILE MERGED 2007/12/17 02:48:09 pflin 1.73.756.4: RESYNC: (1.75-1.76); FILE MERGED 2007/07/03 04:56:41 pflin 1.73.756.3: RESYNC: (1.74-1.75); FILE MERGED 2007/05/08 10:27:48 pflin 1.73.756.2: RESYNC: (1.73-1.74); FILE MERGED 2007/04/23 08:01:38 pflin 1.73.756.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [97251720aedc69a13405b9a7da080a5f956ac74f]

        INTEGRATION: CWS cjksp1_DEV300 (1.8.774); FILE MERGED 2007/12/17 02:48:17 pflin 1.8.774.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/23 08:01:37 pflin 1.8.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [01db2ad5456f565d2ecd45f86f3ba997c9bb535f]

        INTEGRATION: CWS cjksp1_DEV300 (1.26.286); FILE MERGED 2007/12/17 02:48:05 pflin 1.26.286.7: RESYNC: (1.29-1.30); FILE MERGED 2007/10/23 06:04:04 pflin 1.26.286.6: RESYNC: (1.28-1.29); FILE MERGED 2007/07/09 02:59:52 pflin 1.26.286.5: Issue number: #i76247# Submitted by:  pflin, fix merge error Reviewed by:   fme 2007/07/03 04:56:35 pflin 1.26.286.4: RESYNC: (1.27-1.28); FILE MERGED 2007/05/11 08:16:34 pflin 1.26.286.3: Issue number: i#76247 Submitted by:  Fong Lin, Remove the assertions in non-product build and rescover the old tab page Reviewed by:   Fong Lin 2007/05/08 10:27:42 pflin 1.26.286.2: RESYNC: (1.26-1.27); FILE MERGED 2007/04/23 08:01:37 pflin 1.26.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [dfc7332d271dbe0771e5537435e998e993a9537b]

        INTEGRATION: CWS cjksp1_DEV300 (1.36.286); FILE MERGED 2007/10/23 06:03:48 pflin 1.36.286.5: RESYNC: (1.39-1.40); FILE MERGED 2007/09/27 04:29:40 pflin 1.36.286.4: RESYNC: (1.38-1.39); FILE MERGED 2007/07/03 04:50:19 pflin 1.36.286.3: RESYNC: (1.37-1.38); FILE MERGED 2007/05/08 10:21:04 pflin 1.36.286.2: RESYNC: (1.36-1.37); FILE MERGED 2007/04/23 08:01:37 pflin 1.36.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9744333788e3e177b1257dab874ba93bd2fd3e9e]

        INTEGRATION: CWS cjksp1_DEV300 (1.57.188); FILE MERGED 2007/10/23 06:03:44 pflin 1.57.188.4: RESYNC: (1.60-1.61); FILE MERGED 2007/07/03 04:49:58 pflin 1.57.188.3: RESYNC: (1.58-1.60); FILE MERGED 2007/05/08 10:20:56 pflin 1.57.188.2: RESYNC: (1.57-1.58); FILE MERGED 2007/04/23 08:01:37 pflin 1.57.188.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [737275412904f44f2924b26d65b0b922da1157bb]

        INTEGRATION: CWS unifysound01_DEV300 (1.11.460); FILE MERGED 2007/10/04 15:21:23 cmc 1.11.460.2: RESYNC: (1.11-1.12); FILE MERGED 2007/08/30 09:34:26 cmc 1.11.460.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d2f9f60907904b199d5801b592d751ea91a85cc4]

        INTEGRATION: CWS cjksp1_DEV300 (1.172.198); FILE MERGED 2007/12/17 02:48:53 pflin 1.172.198.8: RESYNC: (1.176-1.177); FILE MERGED 2007/12/13 14:55:06 pflin 1.172.198.7: Issue number: 76247 Submitted by:  Fong Lin. Fix for build break on Win32 Reviewed by:   fme 2007/10/23 06:05:24 pflin 1.172.198.6: RESYNC: (1.175-1.176); FILE MERGED 2007/09/27 04:31:25 pflin 1.172.198.5: RESYNC: (1.174-1.175); FILE MERGED 2007/07/03 05:18:33 pflin 1.172.198.4: RESYNC: (1.173-1.174); FILE MERGED 2007/06/14 06:50:36 pflin 1.172.198.3: Issue number: i#76247 Submitted by:  Fong Lin, Fix the bug during importing ms word document Reviewed by:   fme 2007/05/08 10:34:23 pflin 1.172.198.2: RESYNC: (1.172-1.173); FILE MERGED 2007/04/23 08:01:36 pflin 1.172.198.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8e10bc1a0d5e58db9179af8ae61949ba8a0d7aad]

        INTEGRATION: CWS cjksp1_DEV300 (1.100.40); FILE MERGED 2007/10/23 06:05:31 pflin 1.100.40.4: RESYNC: (1.108-1.109); FILE MERGED 2007/09/27 04:31:31 pflin 1.100.40.3: RESYNC: (1.104-1.108); FILE MERGED 2007/07/03 05:19:03 pflin 1.100.40.2: RESYNC: (1.100-1.104); FILE MERGED 2007/04/23 08:01:36 pflin 1.100.40.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [076d55d0af9cfc2b4765eef7744456f4383bd0b0]

        INTEGRATION: CWS cjksp1_DEV300 (1.69.50); FILE MERGED 2007/10/23 06:05:59 pflin 1.69.50.3: RESYNC: (1.72-1.73); FILE MERGED 2007/07/03 05:20:30 pflin 1.69.50.2: RESYNC: (1.69-1.72); FILE MERGED 2007/04/23 08:01:36 pflin 1.69.50.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d16697e95a327c5fc2222f7ce6374b426c788194]

        INTEGRATION: CWS cjksp1_DEV300 (1.196.50); FILE MERGED 2007/12/17 02:48:45 pflin 1.196.50.7: RESYNC: (1.200-1.201); FILE MERGED 2007/11/13 05:00:54 pflin 1.196.50.6: fix for fme's comments 2007/11/11 03:11:02 pflin 1.196.50.5: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:05:11 pflin 1.196.50.4: RESYNC: (1.199-1.200); FILE MERGED 2007/09/27 04:30:40 pflin 1.196.50.3: RESYNC: (1.198-1.199); FILE MERGED 2007/07/03 05:15:42 pflin 1.196.50.2: RESYNC: (1.196-1.198); FILE MERGED 2007/04/23 08:01:35 pflin 1.196.50.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2d47bc49228a36ecc5ec85bf0ebcac209a0d9757]

        INTEGRATION: CWS unifysound01_DEV300 (1.31.184); FILE MERGED 2007/10/04 11:11:33 cmc 1.31.184.2: RESYNC: (1.31-1.32); FILE MERGED 2007/08/30 08:28:00 cmc 1.31.184.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5aeb58ff902e1ff5de70c2b7e731aea541486730]

        INTEGRATION: CWS cjksp1_DEV300 (1.87.176); FILE MERGED 2007/11/13 05:00:54 pflin 1.87.176.7: fix for fme's comments 2007/11/11 03:11:02 pflin 1.87.176.6: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:05:02 pflin 1.87.176.5: RESYNC: (1.90-1.91); FILE MERGED 2007/09/27 04:30:29 pflin 1.87.176.4: RESYNC: (1.87-1.90); FILE MERGED 2007/05/15 09:12:30 pflin 1.87.176.3: Issue number: i#76247 Submitted by:  Fong Lin, Bug fix when the character doesn't snap to grid Reviewed by:   Fong Lin 2007/04/24 06:51:08 pflin 1.87.176.2: Issue number:i#76247 Submitted by: Fong Lin Reviewed by: Fong Lin, Add build break fix in 64-bit system 2007/04/23 08:01:35 pflin 1.87.176.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [082298c4a9a20673f1ee3c9d89835e70d95acb6e]

        INTEGRATION: CWS unifysound01_DEV300 (1.69.34); FILE MERGED 2007/10/16 08:44:30 cmc 1.69.34.3: RESYNC: (1.70-1.71); FILE MERGED 2007/10/04 11:11:05 cmc 1.69.34.2: RESYNC: (1.69-1.70); FILE MERGED 2007/08/30 08:34:56 cmc 1.69.34.1: #i81145# move from Sound::IsSoundFile to ::avmedia::MediaWindow::isMediaURL

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f995053a060ff90fe19c63f7fe5141ef91a9c14c]

        INTEGRATION: CWS cjksp1_DEV300 (1.61.212); FILE MERGED 2007/11/11 03:11:02 pflin 1.61.212.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:30 pflin 1.61.212.2: RESYNC: (1.61-1.62); FILE MERGED 2007/04/23 08:01:34 pflin 1.61.212.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [016005f09b1d631ffe923f796246c2855dae1cae]

        INTEGRATION: CWS unifysound01_DEV300 (1.32.120); FILE MERGED 2007/08/30 08:28:00 cmc 1.32.120.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a39dbee12c57fdb00a899755a78bc5011d47f714]

        INTEGRATION: CWS unifysound01_DEV300 (1.23.120); FILE MERGED 2007/12/03 10:04:24 cmc 1.23.120.2: RESYNC: (1.23-1.24); FILE MERGED 2007/08/29 14:40:07 cmc 1.23.120.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0f34d11e23b91abe4d2feac65ab81307d5b01598]

        INTEGRATION: CWS cjksp1_DEV300 (1.30.286); FILE MERGED 2007/11/13 05:00:54 pflin 1.30.286.3: fix for fme's comments 2007/10/23 06:04:25 pflin 1.30.286.2: RESYNC: (1.30-1.31); FILE MERGED 2007/04/23 08:01:34 pflin 1.30.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [32bcf89eecb37748170a5f8c9b3103c6a9aeaf76]

        INTEGRATION: CWS cjksp1_DEV300 (1.99.108); FILE MERGED 2007/11/11 03:11:01 pflin 1.99.108.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:35 pflin 1.99.108.2: RESYNC: (1.99-1.100); FILE MERGED 2007/04/23 08:01:34 pflin 1.99.108.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5643373e749df04612751568149002d478bef141]

        INTEGRATION: CWS unifysound01_DEV300 (1.10.182); FILE MERGED 2007/08/30 08:28:00 cmc 1.10.182.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6f833bc3785bbadcdb116cc7c1b5fa97c5deedfa]

        INTEGRATION: CWS unifysound01_DEV300 (1.7.442); FILE MERGED 2007/08/30 08:28:00 cmc 1.7.442.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c8d56566abedeab0c0c51e78a89142eb52de81a4]

        INTEGRATION: CWS cjksp1_DEV300 (1.101.76); FILE MERGED 2007/11/11 03:11:01 pflin 1.101.76.5: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:43 pflin 1.101.76.4: RESYNC: (1.107-1.108); FILE MERGED 2007/09/27 04:30:11 pflin 1.101.76.3: RESYNC: (1.102-1.107); FILE MERGED 2007/07/03 05:11:30 pflin 1.101.76.2: RESYNC: (1.101-1.102); FILE MERGED 2007/04/23 08:01:33 pflin 1.101.76.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [88857a5b19526be66a92020ff4057c91c45ad2ae]

        INTEGRATION: CWS unifysound01_DEV300 (1.6.442); FILE MERGED 2007/08/30 08:28:00 cmc 1.6.442.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1035e8b6f002cad88656b84f88745d72ed16e71e]

        INTEGRATION: CWS cjksp1_DEV300 (1.43.176); FILE MERGED 2007/11/11 03:11:01 pflin 1.43.176.4: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:52 pflin 1.43.176.3: RESYNC: (1.44-1.45); FILE MERGED 2007/05/08 10:33:48 pflin 1.43.176.2: RESYNC: (1.43-1.44); FILE MERGED 2007/04/23 08:01:33 pflin 1.43.176.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [72697c209f8612a47275eab99908171b42f1dd8b]

        INTEGRATION: CWS unifysound01_DEV300 (1.50.64); FILE MERGED 2008/01/14 17:27:26 cmc 1.50.64.2: #i81144# use throw varient to pick up on failure to find any backend 2007/08/30 08:27:59 cmc 1.50.64.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9d7e0b57df72cc6ce02c2fbe662b9c6e18b8f9f8]

        INTEGRATION: CWS cjksp1_DEV300 (1.66.76); FILE MERGED 2007/10/23 06:04:48 pflin 1.66.76.3: RESYNC: (1.67-1.69); FILE MERGED 2007/09/27 04:30:17 pflin 1.66.76.2: RESYNC: (1.66-1.67); FILE MERGED 2007/04/23 08:01:33 pflin 1.66.76.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [98ebfbe399f955463366e548ebe6837c52c0cb03]

        INTEGRATION: CWS unifysound01_DEV300 (1.17.66); FILE MERGED 2008/01/14 17:27:25 cmc 1.17.66.3: #i81144# use throw varient to pick up on failure to find any backend 2007/11/27 12:24:48 cmc 1.17.66.2: #i81144# windows sound seems seems a little different to the java one 2007/08/30 08:27:59 cmc 1.17.66.1: #i81144# move filepicker from vcl sound to avmedia sound

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a1bc9002b04349bc848745099aab384cf87c8f21]

        INTEGRATION: CWS cjksp1_DEV300 (1.59.286); FILE MERGED 2007/12/31 04:16:59 pflin 1.59.286.12: Issue number: i76247 Submitted by:  pflin, fixed for build break Reviewed by:   cloph 2007/12/17 10:37:05 pflin 1.59.286.11: Issue number: 76247 Submitted by:  pflin, fix resync issue Reviewed by:   fme 2007/12/17 02:48:34 pflin 1.59.286.10: RESYNC: (1.65-1.66); FILE MERGED 2007/11/11 03:11:01 pflin 1.59.286.9: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:04:57 pflin 1.59.286.8: RESYNC: (1.64-1.65); FILE MERGED 2007/09/27 04:30:23 pflin 1.59.286.7: RESYNC: (1.62-1.64); FILE MERGED 2007/07/03 05:12:06 pflin 1.59.286.6: RESYNC: (1.60-1.62); FILE MERGED 2007/06/14 06:52:38 pflin 1.59.286.5: Issue number: i#76247 Submitted by:  Fong Lin, Fix the bug of default number changes when switch the page mode Reviewed by:   fme 2007/05/31 03:37:02 pflin 1.59.286.4: Issue number: i#76247 Submitted by:  Fong Lin. Bug fix for page margin changing and inconsistent default page mode Reviewed by:   fmt 2007/05/11 08:16:34 pflin 1.59.286.3: Issue number: i#76247 Submitted by:  Fong Lin, Remove the assertions in non-product build and rescover the old tab page Reviewed by:   Fong Lin 2007/05/08 10:33:58 pflin 1.59.286.2: RESYNC: (1.59-1.60); FILE MERGED 2007/04/23 08:01:33 pflin 1.59.286.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f571629787b5c6edef6a46931938e08feca5a39d]

        INTEGRATION: CWS unifysound01_DEV300 (1.18.108); FILE MERGED 2007/08/29 14:49:32 cmc 1.18.108.2: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer 2007/08/29 14:40:07 cmc 1.18.108.1: #i81129# move from AVMEDIA_MANAGER_SERVICE_NAME to avmedia::MediaWindow::createPlayer

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2c86c45cde0f6ca2a76a6f69ebe540b23670a782]

        INTEGRATION: CWS cjksp1_DEV300 (1.19.176); FILE MERGED 2007/12/17 02:48:26 pflin 1.19.176.3: RESYNC: (1.19-1.20); FILE MERGED 2007/12/13 14:55:06 pflin 1.19.176.2: Issue number: 76247 Submitted by:  Fong Lin. Fix for build break on Win32 Reviewed by:   fme 2007/11/11 03:11:01 pflin 1.19.176.1: not write layout-grid-standard-mode inside the <style:page-layout>

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [85c56696df2ce17a9521eda48bccef6480108d7d]

        INTEGRATION: CWS cjksp1_DEV300 (1.37.262); FILE MERGED 2007/11/13 05:00:53 pflin 1.37.262.5: fix for fme's comments 2007/10/23 06:04:11 pflin 1.37.262.4: RESYNC: (1.38-1.39); FILE MERGED 2007/07/03 05:02:38 pflin 1.37.262.3: RESYNC: (1.37-1.38); FILE MERGED 2007/05/31 03:38:36 pflin 1.37.262.2: Issue number: i#76247 Submitted by:  Fong Lin, Accept the suggestion of fme Reviewed by:   fme 2007/04/23 08:01:32 pflin 1.37.262.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e533ecf7fce25f1ee3f44e0b6b4666d4c79b8dba]

        INTEGRATION: CWS cjksp1_DEV300 (1.16.774); FILE MERGED 2007/11/11 03:11:00 pflin 1.16.774.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:03:38 pflin 1.16.774.2: RESYNC: (1.16-1.17); FILE MERGED 2007/04/23 08:01:32 pflin 1.16.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [28752cbb4f7eaf8cd7e55dd6b5049200c44cf750]

        INTEGRATION: CWS cjksp1_DEV300 (1.6.774); FILE MERGED 2007/11/11 03:11:00 pflin 1.6.774.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/10/23 06:03:24 pflin 1.6.774.2: RESYNC: (1.6-1.7); FILE MERGED 2007/04/23 08:01:32 pflin 1.6.774.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4a98c4c2923eb7f053035da7bbc4100b50b82cfb]

        INTEGRATION: CWS cjksp1_DEV300 (1.28.306); FILE MERGED 2007/10/23 06:03:35 pflin 1.28.306.5: RESYNC: (1.31-1.32); FILE MERGED 2007/09/27 04:29:37 pflin 1.28.306.4: RESYNC: (1.30-1.31); FILE MERGED 2007/07/03 04:45:38 pflin 1.28.306.3: RESYNC: (1.29-1.30); FILE MERGED 2007/05/08 10:15:02 pflin 1.28.306.2: RESYNC: (1.28-1.29); FILE MERGED 2007/04/23 08:01:32 pflin 1.28.306.1: Text grid enhancement: grid layout refactor

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1510b656d2eb0db251307852ca65a079bd4b599c]

        INTEGRATION: CWS cjksp1_DEV300 (1.41.74); FILE MERGED 2007/09/27 04:28:28 pflin 1.41.74.2: RESYNC: (1.41-1.43); FILE MERGED 2007/04/23 07:58:08 pflin 1.41.74.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [603381a64ca93edc6257ac60b07d3b2b4b41b1f1]

        INTEGRATION: CWS cjksp1_DEV300 (1.15.112); FILE MERGED 2007/12/13 10:33:03 pflin 1.15.112.4: Issue number: 76247 Submitted by:  Fong Lin for export issue Reviewed by:   fme 2007/11/11 03:10:32 pflin 1.15.112.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:28:32 pflin 1.15.112.2: RESYNC: (1.15-1.17); FILE MERGED 2007/04/23 07:58:08 pflin 1.15.112.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e6dec43c9e851f2c59555c637d4e7e6a2b595833]

        INTEGRATION: CWS cjksp1_DEV300 (1.30.112); FILE MERGED 2007/11/13 05:01:13 pflin 1.30.112.4: fix for fme's comments 2007/11/11 03:10:32 pflin 1.30.112.3: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:28:24 pflin 1.30.112.2: RESYNC: (1.30-1.31); FILE MERGED 2007/04/23 07:58:08 pflin 1.30.112.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2e3c42fbd9eafbc93bd981aa6b1801f5213960d9]

        INTEGRATION: CWS cjksp1_DEV300 (1.12.112); FILE MERGED 2007/09/27 04:28:35 pflin 1.12.112.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/23 07:58:07 pflin 1.12.112.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ab98995a04286f5bee90b63789b4303b2cbc69f2]

        INTEGRATION: CWS cjksp1_DEV300 (1.21.64); FILE MERGED 2007/11/13 05:01:13 pflin 1.21.64.2: fix for fme's comments 2007/11/11 03:10:32 pflin 1.21.64.1: not write layout-grid-standard-mode inside the <style:page-layout>

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4dcc88680aaf369c5c781893e82ffc5ba3ecc293]

        INTEGRATION: CWS cjksp1_DEV300 (1.103.14); FILE MERGED 2007/12/17 02:47:20 pflin 1.103.14.6: RESYNC: (1.112-1.115); FILE MERGED 2007/11/11 03:10:31 pflin 1.103.14.5: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:28:18 pflin 1.103.14.4: RESYNC: (1.105-1.112); FILE MERGED 2007/07/03 04:39:37 pflin 1.103.14.3: RESYNC: (1.104-1.105); FILE MERGED 2007/05/08 10:13:28 pflin 1.103.14.2: RESYNC: (1.103-1.104); FILE MERGED 2007/04/23 07:58:07 pflin 1.103.14.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [67a0b2fa184be8af822a3ae0c9e703d3d76e1209]

        INTEGRATION: CWS cjksp1_DEV300 (1.2.22); FILE MERGED 2007/12/17 02:47:13 pflin 1.2.22.5: RESYNC: (1.9-1.12); FILE MERGED 2007/11/11 03:10:31 pflin 1.2.22.4: not write layout-grid-standard-mode inside the <style:page-layout> 2007/09/27 04:28:11 pflin 1.2.22.3: RESYNC: (1.3-1.9); FILE MERGED 2007/07/03 04:38:38 pflin 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/11 08:18:41 pflin 1.2.22.1: Issue number: i#76247 Submitted by:  Fong Lin, Solve resync conflicts Reviewed by:   Fong Lin.

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [60c22a5715a3d60e7ef768d2228489d41a9fff43]

        INTEGRATION: CWS cjksp1_DEV300 (1.2.22); FILE MERGED 2007/05/11 08:18:41 pflin 1.2.22.1: Issue number: i#76247 Submitted by:  Fong Lin, Solve resync conflicts Reviewed by:   Fong Lin.

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [42e57b285b2763e421901d433b112809d68f489a]

        INTEGRATION: CWS cjksp1_DEV300 (1.2.22); FILE MERGED 2007/09/27 04:28:07 pflin 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/11 08:18:41 pflin 1.2.22.1: Issue number: i#76247 Submitted by:  Fong Lin, Solve resync conflicts Reviewed by:   Fong Lin.

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f24e9febac3aa63ec9add81b939595b368e75c50]

        INTEGRATION: CWS cjksp1_DEV300 (1.2.22); FILE MERGED 2007/11/13 05:01:13 pflin 1.2.22.2: fix for fme's comments 2007/11/11 03:10:31 pflin 1.2.22.1: not write layout-grid-standard-mode inside the <style:page-layout>

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6ed51f35618eedd190318a5107e61b92457ba031]

        INTEGRATION: CWS cjksp1_DEV300 (1.4.262); FILE MERGED 2007/09/27 04:28:04 pflin 1.4.262.2: RESYNC: (1.4-1.5); FILE MERGED 2007/04/23 07:58:06 pflin 1.4.262.1: Text grid enhancement: support xml filter

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c9f1441a7d933c3a6f7be3772c67e13b0f9b0258]

        INTEGRATION: CWS cjksp1_DEV300 (1.46.24); FILE MERGED 2007/12/17 02:46:29 pflin 1.46.24.4: RESYNC: (1.47-1.48); FILE MERGED 2007/10/23 06:01:36 pflin 1.46.24.3: RESYNC: (1.46-1.47); FILE MERGED 2007/05/16 06:33:22 pflin 1.46.24.2: Issue number: i#76247 Submitted by:  Fong Lin. Chnage the default paper mode into square mode Reviewed by:   Fong Lin 2007/04/23 07:55:20 pflin 1.46.24.1: Text grid enhancement: default page mode setting

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a5ad23285a2970218825453f4255528a9f84f665]

        INTEGRATION: CWS unifysound01_DEV300 (1.14.84); FILE MERGED 2007/08/10 11:03:44 cmc 1.14.84.1: #i80567# Add a play button the gtk fpicker

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7309b939e007e8a520961148bfdc163b31fe5d79]

        INTEGRATION: CWS unifysound01_DEV300 (1.10.110); FILE MERGED 2007/12/03 10:02:57 cmc 1.10.110.3: RESYNC: (1.10-1.11); FILE MERGED 2007/08/13 09:58:19 cmc 1.10.110.2: #i80567# provide non-stock play and stop buttons for older gtk releases 2007/08/10 11:03:44 cmc 1.10.110.1: #i80567# Add a play button the gtk fpicker

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [296429d27f525a83bb90ea12e83637ca6dfc9ae8]

        INTEGRATION: CWS unifysound01_DEV300 (1.23.4); FILE MERGED 2007/12/03 10:02:54 cmc 1.23.4.3: RESYNC: (1.23-1.25); FILE MERGED 2007/08/13 09:58:19 cmc 1.23.4.2: #i80567# provide non-stock play and stop buttons for older gtk releases 2007/08/10 11:03:44 cmc 1.23.4.1: #i80567# Add a play button the gtk fpicker

2008-03-07  Rüdiger Timm  <rt@openoffice.org>  [b487c7fc08acb0137fe5edb02b22869e7f6d8fdf]

        #i86268# Add missing visibility markup for class DbException (patch by cmc).

2008-03-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [619b46df1ccaf88f77fd91b32a6ff6a46d16fc25]

        #i85207# - too much cleanup

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [60001f46f0f5d2edb4392bac49752f66cc69d216]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/02/29 08:04:14 fme 1.1.2.9: #i1598# Build break on gcc 4.3 2008/01/31 16:22:32 fme 1.1.2.8: #i1598# Multiple page view - zoom slider painting changed 2008/01/31 09:25:47 fme 1.1.2.7: #i1598# Multiple page view - minor changes visual appearence 2008/01/29 11:38:21 fme 1.1.2.6: #i1598# Multiple page view - optimization 2008/01/14 16:06:56 fme 1.1.2.5: #i1598# Multiple page view - Paint slider before executing command - optimization 2008/01/08 16:06:01 fme 1.1.2.4: #i1598# Multiple page view - minor positioning tweaks 2008/01/07 13:44:48 fme 1.1.2.3: #i1598# Multiple page view - zoom slider epsilon 2007/12/13 14:55:16 fme 1.1.2.2: #i1598# Multiple page view - zoom slider 2007/12/13 13:24:13 fme 1.1.2.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e7327a5685a06345d108d7944fac22ef79fa8e11]

        INTEGRATION: CWS pages01_DEV300 (1.32.196); FILE MERGED 2008/01/10 09:21:39 fme 1.32.196.3: RESYNC: (1.32-1.33); FILE MERGED 2008/01/07 13:43:08 fme 1.32.196.2: #i1598# Multiple page view - new images 2007/12/13 13:29:17 fme 1.32.196.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e59ae444ef136b1f44057fe95dde0db097fc38ab]

        INTEGRATION: CWS pages01_DEV300 (1.5.96); FILE MERGED 2008/01/10 18:01:09 fme 1.5.96.2: #i1598# Multiple Page View 2007/12/13 13:29:17 fme 1.5.96.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [111dfe926996baf2f12e1fb59cf03e74301b0050]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/13 13:23:56 fme 1.1.2.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [56c29fd6beba1e47fe4ad20b0e1271f28e44bdc1]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/06 14:07:30 fme 1.1.2.2: #i1598# Multiple Page View - ViewLayout slot 2007/11/22 16:11:51 fme 1.1.2.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ad6bf7f52c191544bb6e1c01be65a183f7a8eb7e]

        INTEGRATION: CWS pages01_DEV300 (1.17.198); FILE MERGED 2007/12/13 13:29:03 fme 1.17.198.2: #i1598# Multiple page view - zoom slider 2007/11/22 16:16:29 fme 1.17.198.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9978c6100089691f7b37bbf2196d5040f24baf16]

        INTEGRATION: CWS pages01_DEV300 (1.28.198); FILE MERGED 2008/01/14 14:58:15 fme 1.28.198.4: #i1598# Multiple page view - Mnemonics adjusted 2008/01/07 13:42:36 fme 1.28.198.3: #i1598# Multiple page view - zoom dialog 2007/12/13 13:28:48 fme 1.28.198.2: #i1598# Multiple page view - zoom slider 2007/11/22 16:12:18 fme 1.28.198.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2d5b87de5131378b55921ad45b9acb088e4e9193]

        INTEGRATION: CWS pages01_DEV300 (1.3.1088); FILE MERGED 2007/12/13 13:28:48 fme 1.3.1088.2: #i1598# Multiple page view - zoom slider 2007/11/22 16:12:18 fme 1.3.1088.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [05fbdfcb5a20ae85764d7d8e302358675713543c]

        INTEGRATION: CWS pages01_DEV300 (1.9.198); FILE MERGED 2007/12/13 13:28:48 fme 1.9.198.5: #i1598# Multiple page view - zoom slider 2007/12/06 14:07:07 fme 1.9.198.4: #i1598# Multiple Page View - ViewLayout slot 2007/12/03 11:35:38 fme 1.9.198.3: #i1598# Disable view layout controls in browse view 2007/11/29 16:02:44 fme 1.9.198.2: #i1598# Multiple Page View 2007/11/22 16:12:18 fme 1.9.198.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [12ce0cced075e0c7f3400f868b3eb059f2a81220]

        INTEGRATION: CWS pages01_DEV300 (1.30.192); FILE MERGED 2007/12/13 13:27:59 fme 1.30.192.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [57e9aa243ff084a9b7ffbc01e3a089c612008bf0]

        INTEGRATION: CWS pages01_DEV300 (1.72.188); FILE MERGED 2008/02/04 11:28:25 fme 1.72.188.3: RESYNC: (1.74-1.75); FILE MERGED 2008/01/10 09:21:29 fme 1.72.188.2: RESYNC: (1.72-1.74); FILE MERGED 2007/12/13 13:27:59 fme 1.72.188.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f4195c4ee11f2eb912d8e3a46704ae2932605bea]

        INTEGRATION: CWS pages01_DEV300 (1.129.172); FILE MERGED 2008/02/04 11:28:21 fme 1.129.172.5: RESYNC: (1.132-1.133); FILE MERGED 2008/01/10 09:21:25 fme 1.129.172.4: RESYNC: (1.131-1.132); FILE MERGED 2007/12/13 13:27:12 fme 1.129.172.3: #i1598# Multiple page view - zoom slider 2007/11/29 15:17:30 fme 1.129.172.2: RESYNC: (1.129-1.131); FILE MERGED 2007/11/22 16:11:13 fme 1.129.172.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ed64bd7748040210943737e1b8bbdda46871163a]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/13 13:23:39 fme 1.1.2.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4b064a882975b4066e011a4aab8814c5888c4d58]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/13 13:23:38 fme 1.1.2.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c37818d7378ff63851a618213c062195225af97a]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/06 14:05:22 fme 1.1.2.2: #i1598# Multiple Page View - ViewLayout slot 2007/11/22 16:09:23 fme 1.1.2.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [47b951bf96b6ecf51e21c24783c0d0df18712f18]

        INTEGRATION: CWS pages01_DEV300 (1.4.188); FILE MERGED 2008/01/10 09:21:22 fme 1.4.188.4: RESYNC: (1.4-1.6); FILE MERGED 2007/12/13 13:26:19 fme 1.4.188.3: #i1598# Multiple page view - zoom slider 2007/12/06 14:05:22 fme 1.4.188.2: #i1598# Multiple Page View - ViewLayout slot 2007/11/22 16:08:57 fme 1.4.188.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [65400c851b71878e54b953f93d92eed8bd972faa]

        INTEGRATION: CWS pages01_DEV300 (1.5.186); FILE MERGED 2008/01/10 09:21:19 fme 1.5.186.2: RESYNC: (1.5-1.10); FILE MERGED 2007/12/13 13:25:58 fme 1.5.186.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [73b2623c77a73a322b68b64e3b645f00ca2e6349]

        INTEGRATION: CWS pages01_DEV300 (1.3.152); FILE MERGED 2008/01/30 15:43:35 fme 1.3.152.5: #i1598# Multiple page view - new icons 2008/01/10 09:19:30 fme 1.3.152.4: RESYNC: (1.3-1.4); FILE MERGED 2008/01/08 15:26:30 fme 1.3.152.3: #i1598# Multiple page view - position of status bar controls 2007/12/13 13:35:07 fme 1.3.152.2: #i1598# Multiple page view - zoom slider 2007/12/10 10:16:18 fme 1.3.152.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7be7a3bc715d8436a1dabdd455ffc4d839c13289]

        INTEGRATION: CWS pages01_DEV300 (1.3.152); FILE MERGED 2008/01/10 09:19:27 fme 1.3.152.3: RESYNC: (1.3-1.4); FILE MERGED 2008/01/08 15:26:17 fme 1.3.152.2: #i1598# Multiple page view - position of status bar controls 2007/12/13 13:34:43 fme 1.3.152.1: #i1598# Multiple page view - zoom slider

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [274de9931986caf16b938d00f7d04bbbe2bc3719]

        INTEGRATION: CWS pages01_DEV300 (1.30.12); FILE MERGED 2008/01/10 09:19:24 fme 1.30.12.2: RESYNC: (1.30-1.31); FILE MERGED 2007/12/04 15:42:24 fme 1.30.12.1: #i1598# Multiple Page View - Table row/column selection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a4a0a2850bcfdfd25cd3a4327c94f3afca915609]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/31 09:26:27 fme 1.1.2.5: #i1598# Multiple page view - new icons 2008/01/30 15:42:24 fme 1.1.2.4: #i1598# Multiple page view - new icons 2008/01/07 13:38:12 fme 1.1.2.3: #i1598# Multiple page view - new images 2007/12/13 13:33:15 fme 1.1.2.2: #i1598# Multiple page view - zoom slider 2007/12/10 10:21:02 fme 1.1.2.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [da641280fd42026c4ee9933dcca388b915ff6456]

        INTEGRATION: CWS pages01_DEV300 (1.50.232); FILE MERGED 2008/01/30 15:42:24 fme 1.50.232.5: #i1598# Multiple page view - new icons 2008/01/10 09:19:21 fme 1.50.232.4: RESYNC: (1.50-1.51); FILE MERGED 2008/01/07 13:13:48 fme 1.50.232.3: #i1598# Multiple page view - new images 2007/12/13 13:33:15 fme 1.50.232.2: #i1598# Multiple page view - zoom slider 2007/12/10 10:16:55 fme 1.50.232.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f21ea46d1e40ee474fc676c49341c5a7e51f6a94]

        INTEGRATION: CWS pages01_DEV300 (1.13.152); FILE MERGED 2007/12/10 10:16:55 fme 1.13.152.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3dc4a716eb486e8a6aed6958fa0a2ebf173c5399]

        INTEGRATION: CWS pages01_DEV300 (1.65.12); FILE MERGED 2007/11/29 15:16:26 fme 1.65.12.2: RESYNC: (1.65-1.66); FILE MERGED 2007/10/24 15:00:21 fme 1.65.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8dfe65889b4596dacaf6598a2c172c02d6c74777]

        INTEGRATION: CWS pages01_DEV300 (1.37.10); FILE MERGED 2008/02/04 11:27:30 fme 1.37.10.3: RESYNC: (1.38-1.39); FILE MERGED 2007/11/29 15:16:23 fme 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/24 15:00:20 fme 1.37.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [123944076ee6224ae1f97421565adc815069b246]

        INTEGRATION: CWS pages01_DEV300 (1.39.12); FILE MERGED 2007/10/24 15:00:20 fme 1.39.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [67ca600358295d688529c62ae10f5a91293cb8e3]

        INTEGRATION: CWS pages01_DEV300 (1.43.10); FILE MERGED 2008/02/21 12:44:47 fme 1.43.10.4: RESYNC: (1.43-1.44); FILE MERGED 2008/01/29 11:30:12 fme 1.43.10.3: #i1598# Multiple page view - some cursor related stuff 2007/12/13 13:32:50 fme 1.43.10.2: #i1598# Multiple page view - zoom slider 2007/10/24 15:00:20 fme 1.43.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4eb5bf34df824bc12bf42ba9ae3dbc83f1d2dfde]

        INTEGRATION: CWS pages01_DEV300 (1.19.10); FILE MERGED 2008/02/21 12:44:43 fme 1.19.10.7: RESYNC: (1.19-1.20); FILE MERGED 2007/12/13 14:27:57 fme 1.19.10.6: #i1598# Multiple page view - zoom slider 2007/12/13 14:16:03 fme 1.19.10.5: #i1598# Multiple page view - zoom slider 2007/12/03 11:45:30 fme 1.19.10.4: #i1598# Multiple Page View - Configuration 2007/11/28 16:02:52 fme 1.19.10.3: #i1598# Multiple Page View - Dynamic Zoom factors in automatic view layout 2007/11/19 12:32:54 fme 1.19.10.2: #i1598# Multiple page view 2007/10/24 15:00:20 fme 1.19.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [64585c9fda2a7a127961621b8f423783e18c8011]

        INTEGRATION: CWS pages01_DEV300 (1.78.12); FILE MERGED 2008/02/26 10:15:23 fme 1.78.12.12: #i1598# Multiple page view - sync with new notes feature 2008/01/15 13:04:04 fme 1.78.12.11: #i1598# Multiple page view - zoom slider in page preview 2008/01/10 09:19:17 fme 1.78.12.10: RESYNC: (1.78-1.80); FILE MERGED 2007/12/13 14:27:31 fme 1.78.12.9: #i1598# Multiple page view - zoom slider 2007/12/13 14:16:03 fme 1.78.12.8: #i1598# Multiple page view - zoom slider 2007/12/13 13:55:03 fme 1.78.12.7: #i1598# Multiple page view - zoom slider 2007/12/13 13:32:50 fme 1.78.12.6: #i1598# Multiple page view - zoom slider 2007/12/10 10:17:21 fme 1.78.12.5: #i1598# Multiple page view - view layout status bar control 2007/12/06 14:30:28 fme 1.78.12.4: #i1598# Multiple Page View - ViewLayout slot 2007/12/03 11:44:37 fme 1.78.12.3: #i1598# Disable view layout controls in browse view 2007/11/29 16:01:06 fme 1.78.12.2: #i1598# Multiple Page View - Restore settings 2007/11/19 12:32:54 fme 1.78.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4ef9c9458d7d862a129eb76400b74c871b33d0e2]

        INTEGRATION: CWS pages01_DEV300 (1.106.10); FILE MERGED 2008/02/21 12:44:40 fme 1.106.10.3: RESYNC: (1.106-1.107); FILE MERGED 2007/12/03 11:45:10 fme 1.106.10.2: #i1598# Multiple Page View - Configuration 2007/11/29 16:01:06 fme 1.106.10.1: #i1598# Multiple Page View - Restore settings

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1e81cc00e4a779c92c2c5895124980ef8a8b0b04]

        INTEGRATION: CWS pages01_DEV300 (1.65.12); FILE MERGED 2008/01/15 13:04:03 fme 1.65.12.1: #i1598# Multiple page view - zoom slider in page preview

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [93db19039c440b5963d502adbe010a9ef87fb1da]

        INTEGRATION: CWS pages01_DEV300 (1.28.12); FILE MERGED 2007/12/13 13:33:58 fme 1.28.12.2: #i1598# Multiple page view - zoom slider 2007/12/06 14:30:04 fme 1.28.12.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7bc35d2cee4f488cb0a54e65c99920ebe5ff6a1e]

        INTEGRATION: CWS pages01_DEV300 (1.40.54); FILE MERGED 2008/02/21 12:44:37 fme 1.40.54.3: RESYNC: (1.41-1.42); FILE MERGED 2008/01/10 09:19:14 fme 1.40.54.2: RESYNC: (1.40-1.41); FILE MERGED 2007/12/04 15:41:42 fme 1.40.54.1: #i1598# Multiple Page View - Table row/column selection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [47662670529251283beef0520bd69b7e2952bcfd]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2007/12/13 13:33:50 fme 1.1.2.2: #i1598# Multiple page view - zoom slider 2007/12/10 10:20:26 fme 1.1.2.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [355008a93c0421ffed73af8713e207c2d0f4b5c9]

        INTEGRATION: CWS pages01_DEV300 (1.56.56); FILE MERGED 2008/02/26 10:15:23 fme 1.56.56.3: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:44:33 fme 1.56.56.2: RESYNC: (1.56-1.57); FILE MERGED 2007/12/03 11:43:37 fme 1.56.56.1: #i1598# Disable view layout controls in browse view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [73d7861d7f7ff0b92b31de9dababd86e5e109bb5]

        INTEGRATION: CWS pages01_DEV300 (1.6.986); FILE MERGED 2008/01/30 15:42:08 fme 1.6.986.2: #i1598# Multiple page view - new icons 2007/12/10 10:17:52 fme 1.6.986.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [178c20651333dd3d969c89e9bc1a1cc7e23f713a]

        INTEGRATION: CWS pages01_DEV300 (1.147.64); FILE MERGED 2008/02/21 12:44:30 fme 1.147.64.5: RESYNC: (1.151-1.152); FILE MERGED 2008/02/15 10:58:58 fme 1.147.64.4: RESYNC: (1.150-1.151); FILE MERGED 2008/02/04 11:27:27 fme 1.147.64.3: RESYNC: (1.149-1.150); FILE MERGED 2008/01/10 09:19:07 fme 1.147.64.2: RESYNC: (1.147-1.149); FILE MERGED 2007/12/04 15:41:30 fme 1.147.64.1: #i1598# Multiple Page View - Table row/column selection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e5335cbc38490bbc14c8139a4a40291c0b8451f1]

        INTEGRATION: CWS pages01_DEV300 (1.2.4); FILE MERGED 2008/02/26 10:15:22 fme 1.2.4.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2962a007a74dcb3bf0170b4b7c7cade448d3b440]

        INTEGRATION: CWS pages01_DEV300 (1.17.12); FILE MERGED 2007/10/24 15:00:20 fme 1.17.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b603c72c90c627acbfb498d0a49e071c5aec1671]

        INTEGRATION: CWS pages01_DEV300 (1.28.12); FILE MERGED 2008/02/21 12:44:26 fme 1.28.12.4: RESYNC: (1.29-1.30); FILE MERGED 2008/01/10 09:19:03 fme 1.28.12.3: RESYNC: (1.28-1.29); FILE MERGED 2007/11/19 11:12:33 fme 1.28.12.2: #i1598# Multiple page view 2007/11/09 09:33:04 fme 1.28.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a8fbc6de86435950bf8069bd84c67418b51bcf5e]

        INTEGRATION: CWS pages01_DEV300 (1.35.16); FILE MERGED 2007/12/03 11:46:35 fme 1.35.16.1: #i1598# Multiple Page View - Configuration

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f40ffabf4925a302a6ef2418a23d09ade95033f6]

        INTEGRATION: CWS pages01_DEV300 (1.63.10); FILE MERGED 2008/02/21 12:44:22 fme 1.63.10.4: RESYNC: (1.64-1.65); FILE MERGED 2008/01/10 09:19:00 fme 1.63.10.3: RESYNC: (1.63-1.64); FILE MERGED 2007/12/13 13:33:39 fme 1.63.10.2: #i1598# Multiple page view - zoom slider 2007/12/10 10:18:14 fme 1.63.10.1: #i1598# Multiple page view - view layout status bar control

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [28d621f2a8b1d36cab530247dd504e6597b5957e]

        INTEGRATION: CWS pages01_DEV300 (1.98.34); FILE MERGED 2008/02/26 10:15:22 fme 1.98.34.3: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:44:17 fme 1.98.34.2: RESYNC: (1.98-1.99); FILE MERGED 2007/12/03 11:42:55 fme 1.98.34.1: #i1598# Disable view layout controls in browse view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9e76c52914f0fee3cc2fc7c5defe3a0bb6f0018d]

        INTEGRATION: CWS pages01_DEV300 (1.73.12); FILE MERGED 2008/01/10 09:18:57 fme 1.73.12.3: RESYNC: (1.74-1.75); FILE MERGED 2007/11/29 15:16:20 fme 1.73.12.2: RESYNC: (1.73-1.74); FILE MERGED 2007/10/24 15:00:20 fme 1.73.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f7f1f60ebb7c1b510933ad81a58870dc9d679321]

        INTEGRATION: CWS pages01_DEV300 (1.101.10); FILE MERGED 2008/02/21 12:44:12 fme 1.101.10.3: RESYNC: (1.102-1.103); FILE MERGED 2008/02/04 11:27:23 fme 1.101.10.2: RESYNC: (1.101-1.102); FILE MERGED 2007/10/24 15:00:19 fme 1.101.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [52767443e6a2028d986b94b330bc1e426dc22f18]

        INTEGRATION: CWS pages01_DEV300 (1.42.12); FILE MERGED 2008/01/10 09:18:54 fme 1.42.12.3: RESYNC: (1.42-1.43); FILE MERGED 2007/11/22 16:07:21 fme 1.42.12.2: #i1598# Multiple Page View 2007/10/24 15:00:19 fme 1.42.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6d129e3746abacfcdd1d71cd76fc12997b195f8c]

        INTEGRATION: CWS pages01_DEV300 (1.76.10); FILE MERGED 2008/02/26 10:15:22 fme 1.76.10.10: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:44:07 fme 1.76.10.9: RESYNC: (1.79-1.80); FILE MERGED 2008/02/04 11:27:20 fme 1.76.10.8: RESYNC: (1.77-1.79); FILE MERGED 2008/01/10 09:18:51 fme 1.76.10.7: RESYNC: (1.76-1.77); FILE MERGED 2007/11/30 08:03:16 fme 1.76.10.6: #i1598# Multiple Page View 2007/11/28 12:46:14 fme 1.76.10.5: #i1598# Multiple Page View - Repaint issues with multiple views 2007/11/22 16:07:21 fme 1.76.10.4: #i1598# Multiple Page View 2007/11/19 11:10:06 fme 1.76.10.3: #i1598# Multiple page view 2007/11/09 09:30:25 fme 1.76.10.2: #i1598# Multiple page view 2007/10/24 15:00:19 fme 1.76.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d8e7a9059f065b5586a4f74189354fad0bd0a0b9]

        INTEGRATION: CWS pages01_DEV300 (1.39.82); FILE MERGED 2008/02/26 10:15:21 fme 1.39.82.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [284bd871db74093b3b253e93be52e949ac7cff26]

        INTEGRATION: CWS pages01_DEV300 (1.21.12); FILE MERGED 2007/10/24 15:00:19 fme 1.21.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [26311dba6fd3253addd57c4f2d44a553dd4e96fa]

        INTEGRATION: CWS pages01_DEV300 (1.13.12); FILE MERGED 2008/02/26 10:15:21 fme 1.13.12.3: #i1598# Multiple page view - sync with new notes feature 2007/11/29 15:58:21 fme 1.13.12.2: #i1598# Multiple Page View - RTL 2007/11/22 16:07:21 fme 1.13.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [831a4b5462e25847eefd074b8fa52bc2f326b43d]

        INTEGRATION: CWS pages01_DEV300 (1.10.4); FILE MERGED 2008/02/26 10:15:21 fme 1.10.4.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7b55c4460cafdd621131bd11f334f3e77d7347e0]

        INTEGRATION: CWS pages01_DEV300 (1.13.4); FILE MERGED 2008/02/26 10:15:21 fme 1.13.4.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [74f1923157fded1a0ee07a62f991803f837a5652]

        INTEGRATION: CWS pages01_DEV300 (1.11.12); FILE MERGED 2007/12/06 14:23:49 fme 1.11.12.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b94ba295099db6ccc6f21d378165cb78f8994258]

        INTEGRATION: CWS pages01_DEV300 (1.80.12); FILE MERGED 2008/02/21 12:44:04 fme 1.80.12.4: RESYNC: (1.80-1.81); FILE MERGED 2007/11/19 11:09:19 fme 1.80.12.3: #i1598# Multiple page view 2007/11/09 09:22:33 fme 1.80.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.80.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [877b32c8e3914e85813288b0b495e366ee66f2fe]

        INTEGRATION: CWS pages01_DEV300 (1.57.12); FILE MERGED 2008/01/10 09:18:48 fme 1.57.12.3: RESYNC: (1.57-1.58); FILE MERGED 2007/11/19 11:08:56 fme 1.57.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.57.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [229afed8125569c8cca747ec9bd72743d2296b75]

        INTEGRATION: CWS pages01_DEV300 (1.108.10); FILE MERGED 2008/02/26 10:15:20 fme 1.108.10.13: #i1598# Multiple page view - sync with new notes feature 2008/02/22 08:12:23 fme 1.108.10.12: Resolved resync conflicts 2008/02/21 12:43:59 fme 1.108.10.11: RESYNC: (1.111-1.112); FILE MERGED 2008/02/04 11:27:16 fme 1.108.10.10: RESYNC: (1.109-1.111); FILE MERGED 2008/01/29 11:28:39 fme 1.108.10.9: #i1598# Multiple page view - some cursor related stuff 2008/01/10 18:08:26 fme 1.108.10.8: #i1598# Multiple page view - resolve merge conflicts 2008/01/10 18:06:37 fme 1.108.10.7: #i1598# Multiple page view - resolve merge conflicts 2008/01/10 09:18:45 fme 1.108.10.6: RESYNC: (1.108-1.109); FILE MERGED 2007/11/30 08:03:29 fme 1.108.10.5: #i1598# Multiple Page View 2007/11/29 15:58:54 fme 1.108.10.4: #i1598# Multiple Page View - RTL 2007/11/28 12:47:09 fme 1.108.10.3: #i1598# Multiple Page View - No empty pages during printing 2007/11/22 16:02:55 fme 1.108.10.2: #i1598# Multiple Page View 2007/10/24 15:00:18 fme 1.108.10.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e6c7aa59cfd3831f6203e187962c84b23b78d8f2]

        INTEGRATION: CWS pages01_DEV300 (1.45.12); FILE MERGED 2008/02/26 10:15:20 fme 1.45.12.17: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:43:55 fme 1.45.12.16: RESYNC: (1.46-1.47); FILE MERGED 2008/02/15 10:58:54 fme 1.45.12.15: RESYNC: (1.45-1.46); FILE MERGED 2008/01/09 11:57:46 fme 1.45.12.14: #i1598# Multiple page view - Accessibility 2008/01/08 15:24:03 fme 1.45.12.13: #i1598# Multiple page view - centering behavior of last row 2007/12/06 14:23:48 fme 1.45.12.12: #i1598# Multiple Page View - ViewLayout slot 2007/12/04 15:39:56 fme 1.45.12.11: #i1598# Multiple Page View - Table row/column selection 2007/12/03 11:39:25 fme 1.45.12.10: #i1598# Disable view layout controls in browse view 2007/11/29 15:59:11 fme 1.45.12.9: #i1598# Multiple Page View - RTL 2007/11/28 16:02:22 fme 1.45.12.8: #i1598# Multiple Page View - RTL 2007/11/28 12:46:48 fme 1.45.12.7: #i1598# Multiple Page View - Repaint issues with multiple views 2007/11/22 16:03:29 fme 1.45.12.6: #i1598# Multiple Page View 2007/11/19 13:20:16 fme 1.45.12.5: #i1598# Multiple page view 2007/11/19 13:18:31 fme 1.45.12.4: #i1598# Multiple page view 2007/11/19 11:08:26 fme 1.45.12.3: #i1598# Multiple page view 2007/11/09 09:23:51 fme 1.45.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.45.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9ee4a46f24f26143812f13e64fa07e0293d4728c]

        INTEGRATION: CWS pages01_DEV300 (1.29.12); FILE MERGED 2008/02/26 10:15:20 fme 1.29.12.5: #i1598# Multiple page view - sync with new notes feature 2007/12/06 14:22:24 fme 1.29.12.4: #i1598# Multiple Page View - ViewLayout slot 2007/11/09 09:24:27 fme 1.29.12.3: #i1598# Multiple page view 2007/11/09 09:19:04 fme 1.29.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.29.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [80d04650070b4ba3b88234100065084b8f750031]

        INTEGRATION: CWS pages01_DEV300 (1.16.12); FILE MERGED 2008/01/10 09:18:41 fme 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2007/11/30 09:01:35 fme 1.16.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0a290318f97fca889c735cd65176f10a5f81858c]

        INTEGRATION: CWS pages01_DEV300 (1.70.12); FILE MERGED 2008/02/26 10:15:20 fme 1.70.12.7: #i1598# Multiple page view - sync with new notes feature 2008/02/21 12:43:52 fme 1.70.12.6: RESYNC: (1.71-1.72); FILE MERGED 2008/01/10 09:18:38 fme 1.70.12.5: RESYNC: (1.70-1.71); FILE MERGED 2007/12/04 15:39:56 fme 1.70.12.4: #i1598# Multiple Page View - Table row/column selection 2007/11/28 16:02:02 fme 1.70.12.3: #i1598# Multiple Page View - RTL 2007/11/19 13:11:02 fme 1.70.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.70.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [12bb32bac1ff56175c2b69f1ea57d8388406287f]

        INTEGRATION: CWS pages01_DEV300 (1.100.12); FILE MERGED 2008/02/15 10:58:50 fme 1.100.12.3: RESYNC: (1.100-1.101); FILE MERGED 2008/01/29 11:28:38 fme 1.100.12.2: #i1598# Multiple page view - some cursor related stuff 2007/11/19 11:07:03 fme 1.100.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4ed7049205dd7604457ad526be1ff2a03bbf88f8]

        INTEGRATION: CWS pages01_DEV300 (1.86.12); FILE MERGED 2008/02/21 12:43:49 fme 1.86.12.3: RESYNC: (1.87-1.88); FILE MERGED 2008/02/04 11:27:13 fme 1.86.12.2: RESYNC: (1.86-1.87); FILE MERGED 2007/11/19 11:06:27 fme 1.86.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a8f70774639b95f78635988372cada2ffb16b7ce]

        INTEGRATION: CWS pages01_DEV300 (1.44.12); FILE MERGED 2008/02/15 10:58:46 fme 1.44.12.4: RESYNC: (1.45-1.46); FILE MERGED 2007/11/29 15:16:16 fme 1.44.12.3: RESYNC: (1.44-1.45); FILE MERGED 2007/11/19 11:06:05 fme 1.44.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.44.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e1191a0dba5c747052842838701d1d41328493ba]

        INTEGRATION: CWS pages01_DEV300 (1.69.12); FILE MERGED 2008/02/21 12:43:45 fme 1.69.12.5: RESYNC: (1.70-1.71); FILE MERGED 2008/01/10 09:18:35 fme 1.69.12.4: RESYNC: (1.69-1.70); FILE MERGED 2007/11/19 11:05:39 fme 1.69.12.3: #i1598# Multiple page view 2007/11/09 09:21:52 fme 1.69.12.2: #i1598# Multiple page view 2007/10/24 15:00:18 fme 1.69.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [dbd054704ed772956580dc8a7179f05b817f87b0]

        INTEGRATION: CWS pages01_DEV300 (1.25.218); FILE MERGED 2008/02/26 10:15:20 fme 1.25.218.7: #i1598# Multiple page view - sync with new notes feature 2008/01/10 09:18:32 fme 1.25.218.6: RESYNC: (1.25-1.26); FILE MERGED 2007/12/06 14:22:02 fme 1.25.218.5: #i1598# Multiple Page View - ViewLayout slot 2007/11/28 16:01:42 fme 1.25.218.4: #i1598# Multiple Page View - RTL 2007/11/19 11:04:35 fme 1.25.218.3: #i1598# Multiple page view 2007/11/09 09:16:37 fme 1.25.218.2: #i1598# Multiple page view 2007/10/24 15:00:17 fme 1.25.218.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [deb2db87669b8089bb206393754f9ca6eeed3b8a]

        INTEGRATION: CWS pages01_DEV300 (1.19.390); FILE MERGED 2008/02/26 10:15:20 fme 1.19.390.7: #i1598# Multiple page view - sync with new notes feature 2008/02/22 08:12:37 fme 1.19.390.6: Resolved resync conflicts 2008/02/21 12:43:42 fme 1.19.390.5: RESYNC: (1.20-1.21); FILE MERGED 2008/01/10 09:18:28 fme 1.19.390.4: RESYNC: (1.19-1.20); FILE MERGED 2007/11/29 15:59:52 fme 1.19.390.3: #i1598# Multiple Page View - RTL 2007/11/22 16:01:05 fme 1.19.390.2: #i1598# Multiple Page View 2007/10/24 15:00:17 fme 1.19.390.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5427e31d08c95f4ab35e6c9256aa475b1df2570b]

        INTEGRATION: CWS pages01_DEV300 (1.44.12); FILE MERGED 2008/01/10 09:18:19 fme 1.44.12.3: RESYNC: (1.44-1.45); FILE MERGED 2007/11/19 11:03:47 fme 1.44.12.2: #i1598# Multiple page view 2007/11/09 08:59:29 fme 1.44.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ac35355618212c2c711db922b770ce146bb5de7a]

        INTEGRATION: CWS pages01_DEV300 (1.43.12); FILE MERGED 2008/01/10 09:18:25 fme 1.43.12.5: RESYNC: (1.43-1.44); FILE MERGED 2007/12/13 15:15:42 fme 1.43.12.4: #i1598# Multiple page view - enhanced table selection correction 2007/12/10 10:19:17 fme 1.43.12.3: #i1598# Multiple page view - enhanced table selection 2007/12/04 15:38:51 fme 1.43.12.2: #i1598# Multiple Page View - Table row/column selection 2007/10/24 15:00:17 fme 1.43.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5faedbaa26fc96b088410c4f6ba2e8981bde0071]

        INTEGRATION: CWS pages01_DEV300 (1.47.12); FILE MERGED 2008/01/10 09:18:22 fme 1.47.12.2: RESYNC: (1.47-1.48); FILE MERGED 2007/11/19 11:03:47 fme 1.47.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d10f683ed967c2eb02d5491e01ed7705a8b68ea4]

        INTEGRATION: CWS pages01_DEV300 (1.16.12); FILE MERGED 2008/01/10 09:18:16 fme 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/24 15:00:17 fme 1.16.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9e8b667fdcdfa85581244690fd6a86f65580b2c9]

        INTEGRATION: CWS pages01_DEV300 (1.48.12); FILE MERGED 2008/01/10 09:18:12 fme 1.48.12.3: RESYNC: (1.51-1.52); FILE MERGED 2007/11/29 15:16:13 fme 1.48.12.2: RESYNC: (1.48-1.51); FILE MERGED 2007/10/24 15:00:17 fme 1.48.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e6f2ee0570b22f02a3be020d3b9f35fa711d07b7]

        INTEGRATION: CWS pages01_DEV300 (1.25.34); FILE MERGED 2007/12/06 14:21:39 fme 1.25.34.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [58db5a7d73417d55af6ff3c869722987b77d1a87]

        INTEGRATION: CWS pages01_DEV300 (1.28.82); FILE MERGED 2008/01/29 11:26:52 fme 1.28.82.1: #i1598# Multiple page view - some cursor related stuff

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7a8d9202e68b5e12e395f1e7612301ddb5f9dbce]

        INTEGRATION: CWS pages01_DEV300 (1.21.12); FILE MERGED 2008/01/29 11:26:52 fme 1.21.12.4: #i1598# Multiple page view - some cursor related stuff 2007/11/29 15:16:10 fme 1.21.12.3: RESYNC: (1.21-1.22); FILE MERGED 2007/11/02 18:14:39 fme 1.21.12.2: #i1598# Multiple Page View 2007/10/24 15:00:16 fme 1.21.12.1: #i1598# Multiple Page View

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3b7beafdef18d7fd43094fb49d31c555088ecc7f]

        INTEGRATION: CWS pages01_DEV300 (1.68.4); FILE MERGED 2008/02/21 12:43:39 fme 1.68.4.2: RESYNC: (1.68-1.69); FILE MERGED 2008/01/29 11:26:51 fme 1.68.4.1: #i1598# Multiple page view - some cursor related stuff

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6e3b81876283f4203e27a6231fa178c1e18222c2]

        INTEGRATION: CWS pages01_DEV300 (1.13.686); FILE MERGED 2008/01/15 13:03:51 fme 1.13.686.1: #i1598# Multiple page view - zoom slider in page preview

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4ad65905d064a67f9d6cb02234faac837e93a72b]

        INTEGRATION: CWS pages01_DEV300 (1.66.150); FILE MERGED 2008/02/21 12:43:35 fme 1.66.150.4: RESYNC: (1.68-1.69); FILE MERGED 2008/01/10 09:18:09 fme 1.66.150.3: RESYNC: (1.66-1.68); FILE MERGED 2007/12/13 13:32:16 fme 1.66.150.2: #i1598# Multiple page view - zoom slider 2007/12/06 14:20:46 fme 1.66.150.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [de30a80f66c9e204f496854f31d25facda72172f]

        INTEGRATION: CWS pages01_DEV300 (1.11.986); FILE MERGED 2007/12/06 14:20:46 fme 1.11.986.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6a611eba45d873c65e9438aca46f894e2c42fa72]

        INTEGRATION: CWS pages01_DEV300 (1.30.152); FILE MERGED 2008/02/21 12:43:31 fme 1.30.152.3: RESYNC: (1.30-1.31); FILE MERGED 2007/12/13 13:32:16 fme 1.30.152.2: #i1598# Multiple page view - zoom slider 2007/12/06 14:20:46 fme 1.30.152.1: #i1598# Multiple Page View - ViewLayout slot

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [85cf31795da2f1ce31f839fad3113d287f6ea7a2]

        INTEGRATION: CWS pages01_DEV300 (1.61.4); FILE MERGED 2008/02/26 10:15:01 fme 1.61.4.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b65cef009bde5553b4d6924845b5617dbdc2cd97]

        INTEGRATION: CWS pages01_DEV300 (1.26.12); FILE MERGED 2008/02/21 12:43:28 fme 1.26.12.4: RESYNC: (1.27-1.28); FILE MERGED 2008/01/10 09:17:59 fme 1.26.12.3: RESYNC: (1.26-1.27); FILE MERGED 2007/11/19 11:02:32 fme 1.26.12.2: #i1598# Multiple page view 2007/11/09 08:58:52 fme 1.26.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d69df5edf9b5adf3b1fd08559037270bfbdb609a]

        INTEGRATION: CWS placeholders_DEV300 (1.19.54); FILE MERGED 2008/01/04 22:20:53 ihi 1.19.54.3: RESYNC: (1.22-1.23); FILE MERGED 2007/06/18 20:17:48 ihi 1.19.54.2: RESYNC: (1.19-1.22); FILE MERGED 2006/11/27 11:53:50 aw 1.19.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0fdab2ef90ff7ef7ad3ebfa35dc88915e232fdce]

        INTEGRATION: CWS pages01_DEV300 (1.24.12); FILE MERGED 2007/12/04 15:38:24 fme 1.24.12.1: #i1598# Multiple Page View - Table row/column selection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a19ccf4fbf6286a58850dbd961a6f17e2e2918cd]

        INTEGRATION: CWS pages01_DEV300 (1.59.12); FILE MERGED 2008/01/10 09:17:55 fme 1.59.12.5: RESYNC: (1.60-1.61); FILE MERGED 2007/12/04 15:38:24 fme 1.59.12.4: #i1598# Multiple Page View - Table row/column selection 2007/11/29 15:16:06 fme 1.59.12.3: RESYNC: (1.59-1.60); FILE MERGED 2007/11/09 09:39:55 fme 1.59.12.2: #i1598# Multiple page view 2007/11/09 08:58:52 fme 1.59.12.1: #i1598# Multiple page view

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1e78ca3ffee4c7b1801c61162dc099004d86a5db]

        INTEGRATION: CWS placeholders_DEV300 (1.24.54); FILE MERGED 2008/01/04 22:20:41 ihi 1.24.54.3: RESYNC: (1.26-1.28); FILE MERGED 2007/06/18 20:17:42 ihi 1.24.54.2: RESYNC: (1.24-1.26); FILE MERGED 2006/11/27 11:53:50 aw 1.24.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e1868e332729bb60bd5c8b7f953e6247c6a31ad7]

        INTEGRATION: CWS pages01_DEV300 (1.2.4); FILE MERGED 2008/02/26 10:15:00 fme 1.2.4.1: #i1598# Multiple page view - sync with new notes feature

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [313001ca9adfef274973a09678078860e22baa0f]

        INTEGRATION: CWS placeholders_DEV300 (1.88.616); FILE MERGED 2008/01/04 22:19:55 ihi 1.88.616.3: RESYNC: (1.89-1.90); FILE MERGED 2007/06/18 20:17:03 ihi 1.88.616.2: RESYNC: (1.88-1.89); FILE MERGED 2006/11/27 11:53:49 aw 1.88.616.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7fdc2c4956d141f068685ce25eef74b06c74e3eb]

        INTEGRATION: CWS placeholders_DEV300 (1.33.54); FILE MERGED 2008/01/04 22:16:49 ihi 1.33.54.3: RESYNC: (1.41-1.48); FILE MERGED 2007/06/18 20:14:12 ihi 1.33.54.2: RESYNC: (1.33-1.41); FILE MERGED 2006/11/27 11:53:49 aw 1.33.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e65f7dfe5fc5c676d06b726842bab679854a866b]

        INTEGRATION: CWS placeholders_DEV300 (1.83.54); FILE MERGED 2008/01/04 22:14:55 ihi 1.83.54.3: RESYNC: (1.88-1.93); FILE MERGED 2007/06/18 20:12:36 ihi 1.83.54.2: RESYNC: (1.83-1.88); FILE MERGED 2006/11/27 11:53:48 aw 1.83.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d667f3f2ce715891c7a98d8772dc1c62cd40a7ab]

        INTEGRATION: CWS placeholders_DEV300 (1.30.54); FILE MERGED 2008/01/04 22:14:17 ihi 1.30.54.3: RESYNC: (1.32-1.35); FILE MERGED 2007/06/18 20:11:59 ihi 1.30.54.2: RESYNC: (1.30-1.32); FILE MERGED 2006/11/27 11:53:48 aw 1.30.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b3d061ab93890c76377135d9d7430be393e54625]

        INTEGRATION: CWS placeholders_DEV300 (1.67.54); FILE MERGED 2008/01/04 22:14:11 ihi 1.67.54.3: RESYNC: (1.73-1.75); FILE MERGED 2007/06/18 20:11:53 ihi 1.67.54.2: RESYNC: (1.67-1.73); FILE MERGED 2006/11/27 11:53:48 aw 1.67.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [db4e1ab95a7d785c566f19462e6ba88497ab45e3]

        INTEGRATION: CWS placeholders_DEV300 (1.10.54); FILE MERGED 2008/01/04 22:14:04 ihi 1.10.54.2: RESYNC: (1.10-1.15); FILE MERGED 2006/11/27 11:53:47 aw 1.10.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8a9bdf23529286a0d9b6cf38abb86adf73273bfd]

        INTEGRATION: CWS placeholders_DEV300 (1.15.54); FILE MERGED 2008/01/04 22:11:19 ihi 1.15.54.3: RESYNC: (1.17-1.22); FILE MERGED 2007/06/18 20:09:22 ihi 1.15.54.2: RESYNC: (1.15-1.17); FILE MERGED 2006/11/27 11:53:47 aw 1.15.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2a936008ffceeedb0249ee85f87590cfb8fb0c04]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/30 15:15:40 fme 1.1.2.1: #i1598# Multiple page view - new icons

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3c22a11353ba44c3dda3a7e72f47a39ed69d10a2]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/30 15:15:28 fme 1.1.2.1: #i1598# Multiple page view - new icons

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d981008ecbcffdcd79e2e330989b2ed66ab07c2e]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/30 15:15:51 fme 1.1.2.1: #i1598# Multiple page view - new icons

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [cc91b5fcef9fcd30a9fece6a8c578fc9ce99946b]

        INTEGRATION: CWS placeholders_DEV300 (1.73.616); FILE MERGED 2008/01/04 20:06:11 ihi 1.73.616.3: RESYNC: (1.74-1.75); FILE MERGED 2007/06/18 18:26:52 ihi 1.73.616.2: RESYNC: (1.73-1.74); FILE MERGED 2006/11/27 11:53:47 aw 1.73.616.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [74b5a91b7ee11601d475f4787a1e6f9acb23b418]

        INTEGRATION: CWS placeholders_DEV300 (1.90.54); FILE MERGED 2008/01/04 20:05:51 ihi 1.90.54.3: RESYNC: (1.94-1.97); FILE MERGED 2007/06/18 18:26:44 ihi 1.90.54.2: RESYNC: (1.90-1.94); FILE MERGED 2006/11/27 11:53:47 aw 1.90.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9733bb12693297d2766d198ccf2d1f672499cd97]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/07 14:21:09 fme 1.1.2.1: #i1598# Multiple page view - new icons

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6862ab189cc095faaa711b5b9f4a744f5887ee72]

        INTEGRATION: CWS pages01_DEV300 (1.1.2); FILE ADDED 2008/01/07 14:21:00 fme 1.1.2.1: #i1598# Multiple page view - new icons

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8a30efe2d3bfe80627f5098befb88ff7f2e75446]

        INTEGRATION: CWS pages01_DEV300 (1.47.44); FILE MERGED 2008/02/15 10:58:01 fme 1.47.44.3: RESYNC: (1.48-1.49); FILE MERGED 2008/01/10 09:16:56 fme 1.47.44.2: RESYNC: (1.47-1.48); FILE MERGED 2007/12/04 15:17:32 fme 1.47.44.1: #i1598# Multiple Page View - Configuration

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a8b7773cbc83e23fba6452a4f5d76e5841a44ad5]

        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>  [d23b6b13aec99503ab47ee4ce8764ed27528bd4b]

        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>  [3c8a19ccc46ef153da7604656b74b7e79c07dff3]

        INTEGRATION: CWS placeholders_DEV300 (1.41.54); FILE MERGED 2008/01/04 19:22:13 ihi 1.41.54.3: RESYNC: (1.44-1.45); FILE MERGED 2007/06/18 11:15:05 ihi 1.41.54.2: RESYNC: (1.41-1.44); FILE MERGED 2006/11/27 11:54:59 aw 1.41.54.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e28dc02722d928008dc7aca83064a646de58b9a9]

        INTEGRATION: CWS placeholders_DEV300 (1.47.36); FILE MERGED 2007/06/18 09:55:00 ihi 1.47.36.2: RESYNC: (1.47-1.48); FILE MERGED 2006/11/27 11:54:59 aw 1.47.36.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9cade04b37ecebe706c3385680ab543d39ee7927]

        INTEGRATION: CWS placeholders_DEV300 (1.9.36); FILE MERGED 2007/06/18 09:54:51 ihi 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/27 11:54:58 aw 1.9.36.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7d8190fa1ad10b7d36ded139282f0a8542402216]

        INTEGRATION: CWS pages01_DEV300 (1.8.204); FILE MERGED 2007/12/10 08:19:07 fme 1.8.204.1: #i84413# SfxStatusBarControl::mouseButtonDown not called

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9676fb7dadca448eaf2b5959db897b5deee25ff0]

        INTEGRATION: CWS pages01_DEV300 (1.6.260); FILE MERGED 2007/12/10 08:18:57 fme 1.6.260.1: #i84413# SfxStatusBarControl::mouseButtonDown not called

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7b313287bead966338b47cbccbb5b04dc018555e]

        INTEGRATION: CWS pages01_DEV300 (1.3.400); FILE MERGED 2007/12/10 08:18:57 fme 1.3.400.1: #i84413# SfxStatusBarControl::mouseButtonDown not called

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [eec05464fa55680816a226d29f8e825ba740a5e1]

        INTEGRATION: CWS beppec56index01_DEV300 (1.130.204); FILE MERGED 2008/02/15 10:56:33 fme 1.130.204.2: RESYNC: (1.130-1.131); FILE MERGED 2008/02/10 22:44:57 beppec56 1.130.204.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Added few comments, generation of Table of objects fixed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f165bf1a3a523fd50823317878c62c6a001be713]

        INTEGRATION: CWS beppec56index01_DEV300 (1.121.204); FILE MERGED 2008/02/15 10:56:39 fme 1.121.204.2: RESYNC: (1.121-1.122); FILE MERGED 2008/02/07 16:59:37 beppec56 1.121.204.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [34974d2b94b65d79b0cd484188d82c859137e485]

        INTEGRATION: CWS calcshare_DEV300 (1.43.56); FILE MERGED 2008/02/28 13:21:28 tbe 1.43.56.7: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/20 12:40:31 tbe 1.43.56.6: ##i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/20 11:52:06 mav 1.43.56.5: #i8811# title related fixes 2008/02/04 10:30:45 tbe 1.43.56.4: RESYNC: (1.43-1.44); FILE MERGED 2007/12/13 09:50:33 tbe 1.43.56.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/11 15:34:51 tbe 1.43.56.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:18:17 tbe 1.43.56.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f03822a676f4aa4132974441ee790f311cc0d4d7]

        INTEGRATION: CWS calcshare_DEV300 (1.8.306); FILE MERGED 2007/12/04 13:17:30 tbe 1.8.306.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c031a3a792683afea5044b9dcbea08f9cbea29e9]

        INTEGRATION: CWS calcshare_DEV300 (1.74.56); FILE MERGED 2008/02/04 10:30:23 tbe 1.74.56.2: RESYNC: (1.74-1.75); FILE MERGED 2007/12/04 13:01:18 tbe 1.74.56.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c0d3100ce07129cc701c6d1cb728d41410e5a800]

        INTEGRATION: CWS calcshare_DEV300 (1.56.14); FILE MERGED 2008/02/23 18:46:26 tbe 1.56.14.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:43:54 tbe 1.56.14.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/06 11:03:00 tbe 1.56.14.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/04 10:30:20 tbe 1.56.14.3: RESYNC: (1.56-1.57); FILE MERGED 2008/01/30 12:55:55 tbe 1.56.14.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:00:21 tbe 1.56.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6ba167e2ec2ac9199db7ac64b1d46b29cf15836a]

        INTEGRATION: CWS calcshare_DEV300 (1.19.14); FILE MERGED 2008/02/26 19:07:33 tbe 1.19.14.11: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 12:01:02 tbe 1.19.14.10: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:22:20 tbe 1.19.14.9: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 15:27:39 tbe 1.19.14.8: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 18:45:44 tbe 1.19.14.7: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 16:21:44 tbe 1.19.14.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 13:44:08 tbe 1.19.14.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 11:41:00 tbe 1.19.14.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:11:06 tbe 1.19.14.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/13 14:07:08 tbe 1.19.14.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 12:59:44 tbe 1.19.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [440ca9782d04958357c9c5349ee7fba29f84af32]

        #i10000# insert changes from nowrapcmd2 (hjs)

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7ccaaa42866d82dc6fa0677aa52b9540743afcf0]

        INTEGRATION: CWS calcshare_DEV300 (1.40.8); FILE MERGED 2008/02/20 11:32:08 mav 1.40.8.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9be722cb92e4bd3c953b0da876d753506e7ac0e8]

        INTEGRATION: CWS calcshare_DEV300 (1.77.8); FILE MERGED 2008/02/25 14:48:34 mav 1.77.8.5: #i8811# fix the file handling 2008/02/25 13:37:25 mav 1.77.8.4: #i8811# fix the title and file handling 2008/02/25 11:32:02 mav 1.77.8.3: #i8811# fix the namespace 2008/02/25 09:41:24 mav 1.77.8.2: #i8811# the helper accessing the sharing control file 2008/02/20 11:32:08 mav 1.77.8.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [05856705d87112e9e647c3f62685b9159c041872]

        INTEGRATION: CWS calcshare_DEV300 (1.96.8); FILE MERGED 2008/02/25 13:37:25 mav 1.96.8.5: #i8811# fix the title and file handling 2008/02/25 11:32:02 mav 1.96.8.4: #i8811# fix the namespace 2008/02/25 09:41:24 mav 1.96.8.3: #i8811# the helper accessing the sharing control file 2008/02/20 12:31:53 mav 1.96.8.2: #i10000# adopt for linux 2008/02/20 11:32:08 mav 1.96.8.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [117456a0a2e95a9e81f137568470b082951d3caa]

        INTEGRATION: CWS calcshare_DEV300 (1.194.22); FILE MERGED 2007/12/04 12:45:01 tbe 1.194.22.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/03 17:11:31 tbe 1.194.22.5: RESYNC: (1.194-1.196); FILE MERGED 2007/12/03 15:32:45 tbe 1.194.22.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/03 15:17:59 tbe 1.194.22.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/17 12:05:04 mav 1.194.22.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/10 15:05:55 tbe 1.194.22.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [50f986812d8406116e06259f374ebc6110b50996]

        INTEGRATION: CWS calcshare_DEV300 (1.91.72); FILE MERGED 2008/02/26 10:03:15 mav 1.91.72.3: #i8811# adjust the string 2008/02/25 14:52:36 mav 1.91.72.2: #i8811# adjust the string 2008/02/20 11:32:07 mav 1.91.72.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5b9008467adcf159bb278022ab68e75f7a9f34b7]

        INTEGRATION: CWS calcshare_DEV300 (1.2.122); FILE MERGED 2008/02/20 11:31:38 mav 1.2.122.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [58c69f0c208b0ed65c07e6f58030fef855531665]

        INTEGRATION: CWS calcshare_DEV300 (1.7.8); FILE MERGED 2008/02/20 11:31:38 mav 1.7.8.1: #i8811# title related fixes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [89f09d3ea98a236cbc5ace35a7d90e47c686e482]

        INTEGRATION: CWS calcshare_DEV300 (1.5.40); FILE MERGED 2007/12/04 12:44:01 tbe 1.5.40.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/03 15:35:04 tbe 1.5.40.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/17 12:05:04 mav 1.5.40.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/09/10 15:05:24 tbe 1.5.40.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e00cdc5ce07d7566331556bcb54a51ae7910097c]

        INTEGRATION: CWS calcshare_DEV300 (1.42.90); FILE MERGED 2008/02/27 09:37:50 mav 1.42.90.1: #i8811# LockedDocumentRequest

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [791c0e4be01ee5905f09af1a324b8abc4aee06b1]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 09:38:12 mav 1.1.2.1: #i8811# LockedDocumentRequest

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d7445f0b5da0d4b49542f4481e2ec891cdd98aca]

        INTEGRATION: CWS jl89_DEV300 (1.2.398); FILE MERGED 2008/02/15 15:54:22 jl 1.2.398.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4194426cd6851755f0189365f478ee93c37c53ca]

        INTEGRATION: CWS jl89_DEV300 (1.3.128); FILE MERGED 2008/02/15 15:54:22 jl 1.3.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [324978eb4e9e84507af93b702c41d529bfd6fb32]

        INTEGRATION: CWS jl89_DEV300 (1.7.128); FILE MERGED 2008/02/15 15:54:21 jl 1.7.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [87a774e32e48db71ac9b30432bf7db848fe74eba]

        INTEGRATION: CWS jl89_DEV300 (1.30.128); FILE MERGED 2008/02/15 15:54:21 jl 1.30.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e159ddfa5779859fdec7959af560535ab924b86c]

        INTEGRATION: CWS jl89_DEV300 (1.2.398); FILE MERGED 2008/02/15 15:54:21 jl 1.2.398.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2947c15a47b45d653b15ddff879a4dc53512031e]

        INTEGRATION: CWS jl89_DEV300 (1.3.128); FILE MERGED 2008/02/15 15:54:21 jl 1.3.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [132273d17a9457949bd3a9b80d29855ab5939adc]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/03/03 13:15:46 mav 1.1.2.3: #i8811# fix typo 2008/03/03 13:14:07 mav 1.1.2.2: #i8811# fix typo 2008/02/27 12:39:25 mav 1.1.2.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b29392ab156ff6ba5574f0c7cef95994b3c27e60]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 12:39:25 mav 1.1.2.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3ebaa110fe9125cdfdb9b0356d3f50182be534f1]

        INTEGRATION: CWS jl89_DEV300 (1.3.128); FILE MERGED 2008/02/15 15:54:20 jl 1.3.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [fc3ce0b4e3c195dc881dca979ff22dcdf078eb15]

        INTEGRATION: CWS calcshare_DEV300 (1.10.22); FILE MERGED 2008/02/27 12:38:55 mav 1.10.22.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e502fcb91f96763c381cfd8c0ea9a118f5e395d2]

        INTEGRATION: CWS calcshare_DEV300 (1.24.22); FILE MERGED 2008/02/27 12:38:54 mav 1.24.22.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0b29d4afea5828cfe5f5c9164da719bf7de0a476]

        INTEGRATION: CWS jl89_DEV300 (1.26.128); FILE MERGED 2008/02/15 15:54:20 jl 1.26.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b13318e999282a6cb293ca493b665eac35f628d0]

        INTEGRATION: CWS calcshare_DEV300 (1.19.22); FILE MERGED 2008/02/27 12:38:54 mav 1.19.22.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a98aa5d97de9638bf662e051212365e0a64c2a39]

        INTEGRATION: CWS calcshare_DEV300 (1.65.22); FILE MERGED 2008/02/27 12:38:54 mav 1.65.22.1: #i8811# LockedDocumentRequest handling

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [fd613d7a36521d4cb6d8fa82fa97c1abb2c3507f]

        INTEGRATION: CWS jl89_DEV300 (1.4.1358); FILE MERGED 2008/02/15 15:54:20 jl 1.4.1358.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b6bde8aa4c07cc9887f45ed5943e22844bf9831b]

        INTEGRATION: CWS jl89_DEV300 (1.7.128); FILE MERGED 2008/02/15 15:54:20 jl 1.7.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d125de709a8c050cc801943bc18f9fa4ee76fe7a]

        INTEGRATION: CWS jl89_DEV300 (1.27.128); FILE MERGED 2008/02/15 15:54:20 jl 1.27.128.1: #i86118# removing Insert->Object->Applet menu item

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [7584bf5825e0f6123debe91e60348f5da21ad4cb]

        INTEGRATION: CWS calcshare_DEV300 (1.29.6); FILE MERGED 2008/02/26 12:04:49 tbe 1.29.6.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:39:40 tbe 1.29.6.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a055d38ce70f8e5d5a3d55ced78739e40f117961]

        INTEGRATION: CWS calcshare_DEV300 (1.15.124); FILE MERGED 2007/12/04 13:39:01 tbe 1.15.124.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3013b468283df48dae4df5db866c4fb348dac962]

        INTEGRATION: CWS calcshare_DEV300 (1.22.70); FILE MERGED 2007/12/14 13:11:04 tbe 1.22.70.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:38:24 tbe 1.22.70.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ac78c170751bf72eab6666fbf060b6e06c6fa0f7]

        INTEGRATION: CWS calcshare_DEV300 (1.28.14); FILE MERGED 2008/02/04 10:30:48 tbe 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2007/12/04 13:37:38 tbe 1.28.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [18abc83d8198a8dcf314e80e9c3070bd458d97cb]

        INTEGRATION: CWS calcshare_DEV300 (1.70.14); FILE MERGED 2008/02/27 17:00:56 tbe 1.70.14.12: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:16:02 tbe 1.70.14.11: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 12:03:48 tbe 1.70.14.10: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:27:27 tbe 1.70.14.9: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 15:30:41 tbe 1.70.14.8: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 18:48:57 tbe 1.70.14.7: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 16:23:42 tbe 1.70.14.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 13:47:20 tbe 1.70.14.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 11:44:20 tbe 1.70.14.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:15:58 tbe 1.70.14.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/13 14:14:03 tbe 1.70.14.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:36:50 tbe 1.70.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2fda03bbf8ef371b83f022adb7d3b867de267516]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 11:45:44 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:15:22 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:26:41 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:42:35 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [708dd9a2da14672da27d0b2afb87ddce77943d92]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 11:45:16 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:14:49 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:25:59 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:42:07 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b51ad5aa9f1692ddc4b30e22f38f1609b5ec67be]

        INTEGRATION: CWS calcshare_DEV300 (1.8.116); FILE MERGED 2008/02/26 12:02:51 tbe 1.8.116.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:47:15 tbe 1.8.116.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/30 12:57:12 tbe 1.8.116.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/19 14:26:17 tbe 1.8.116.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:35:39 tbe 1.8.116.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6149d754cfb70a0173174b82334ec5be7b919727]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/26 19:13:55 tbe 1.1.2.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 18:48:05 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:15:06 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/07 18:40:58 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/30 12:54:53 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [21f44bff9b4b2c2673912cf5f14e5c5b5a782218]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/26 19:13:22 tbe 1.1.2.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 11:43:22 tbe 1.1.2.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/18 12:58:13 tbe 1.1.2.4: ##i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:14:20 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/07 18:41:51 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/30 12:54:24 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8bfc598a0a2c4ba30d1faeaf9b1e167171b6d5eb]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 11:44:38 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:12:30 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:25:07 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:41:04 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6779699a731340b6c73f1d5961ccffd656bf854c]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/27 11:44:09 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:11:51 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:24:28 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:40:34 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1b9bffacefa649b03a044d407e297191a767d2cc]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/26 19:11:10 tbe 1.1.2.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:13:20 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/07 18:39:55 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/30 12:53:36 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a69604f5d41dbd40b713d5455a1565804dc63e52]

        INTEGRATION: CWS calcshare_DEV300 (1.1.2); FILE ADDED 2008/02/26 19:10:30 tbe 1.1.2.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/07 18:38:49 tbe 1.1.2.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/30 12:52:57 tbe 1.1.2.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c5dedfd51ece33655baad47bbe1b2435b130a472]

        INTEGRATION: CWS calcshare_DEV300 (1.57.14); FILE MERGED 2008/02/26 19:09:31 tbe 1.57.14.11: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 12:02:05 tbe 1.57.14.10: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 18:23:39 tbe 1.57.14.9: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 16:22:47 tbe 1.57.14.8: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 13:46:14 tbe 1.57.14.7: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 09:46:21 tbe 1.57.14.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/20 11:52:06 mav 1.57.14.5: #i8811# title related fixes 2008/02/04 10:30:42 tbe 1.57.14.4: RESYNC: (1.57-1.58); FILE MERGED 2007/12/14 13:10:30 tbe 1.57.14.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/11 15:34:06 tbe 1.57.14.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:17:01 tbe 1.57.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [580a0790a35cacd5a2d1956244b4cba726c65db2]

        INTEGRATION: CWS calcshare_DEV300 (1.30.52); FILE MERGED 2008/02/28 13:20:30 tbe 1.30.52.12: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 11:42:08 tbe 1.30.52.11: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/20 12:41:48 tbe 1.30.52.10: ##i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/15 16:12:11 tbe 1.30.52.9: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/06 11:04:06 tbe 1.30.52.8: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/04 10:30:38 tbe 1.30.52.7: RESYNC: (1.30-1.32); FILE MERGED 2008/01/30 12:56:35 tbe 1.30.52.6: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/01/09 16:09:08 tbe 1.30.52.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/19 14:21:43 tbe 1.30.52.4: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/13 09:49:49 tbe 1.30.52.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/11 15:33:29 tbe 1.30.52.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:16:18 tbe 1.30.52.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [c043dad1266a37256d7f88878e89f0a277b97902]

        INTEGRATION: CWS calcshare_DEV300 (1.93.44); FILE MERGED 2008/02/27 19:09:33 tbe 1.93.44.11: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/26 19:08:39 tbe 1.93.44.10: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/25 15:29:51 tbe 1.93.44.9: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 18:47:15 tbe 1.93.44.8: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/23 13:45:23 tbe 1.93.44.7: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/20 11:52:06 mav 1.93.44.6: #i8811# title related fixes 2008/02/13 14:11:06 tbe 1.93.44.5: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2008/02/04 10:30:36 tbe 1.93.44.4: RESYNC: (1.93-1.95); FILE MERGED 2007/12/14 13:10:06 tbe 1.93.44.3: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/11 15:32:26 tbe 1.93.44.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:15:09 tbe 1.93.44.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [78e6573b8165d5d2dad8bfe86fa16a3ae016dc8b]

        INTEGRATION: CWS jl89_DEV300 (1.4.202); FILE MERGED 2008/02/18 14:38:49 jl 1.4.202.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [08b7e9b774bb0bd74cde3083ab473e5361a5fcd9]

        INTEGRATION: CWS jl89_DEV300 (1.30.18); FILE MERGED 2008/02/18 14:38:49 jl 1.30.18.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [34cb6f30e05d0a49a8074f9f5898957d59e2baf3]

        INTEGRATION: CWS calcshare_DEV300 (1.55.14); FILE MERGED 2008/02/04 10:30:32 tbe 1.55.14.2: RESYNC: (1.55-1.56); FILE MERGED 2007/12/04 13:14:12 tbe 1.55.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [cd6a5a6978d29412032767b9975f109d378e725f]

        INTEGRATION: CWS calcshare_DEV300 (1.25.28); FILE MERGED 2008/02/04 10:30:29 tbe 1.25.28.2: RESYNC: (1.25-1.27); FILE MERGED 2007/12/04 13:06:54 tbe 1.25.28.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [82377e53a163eedc5236a1584b9d7b446051da6a]

        INTEGRATION: CWS calcshare_DEV300 (1.6.156); FILE MERGED 2007/12/04 13:06:17 tbe 1.6.156.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [dee1cccfc3b0b19cc8026f5f6530fd970310c684]

        INTEGRATION: CWS calcshare_DEV300 (1.26.156); FILE MERGED 2008/02/04 10:30:26 tbe 1.26.156.2: RESYNC: (1.26-1.27); FILE MERGED 2007/12/04 13:05:44 tbe 1.26.156.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f8c616d32411f935ec1d5e7224b2d4fb14b37f33]

        INTEGRATION: CWS calcshare_DEV300 (1.10.14); FILE MERGED 2008/02/25 15:29:02 tbe 1.10.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a11ca92fab675ded0520a628bcb2d6976b286b74]

        INTEGRATION: CWS calcshare_DEV300 (1.36.6); FILE MERGED 2008/02/23 09:45:00 tbe 1.36.6.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 13:03:09 tbe 1.36.6.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a88bb52ea97379bd291a8a1b7afb348b883b5c99]

        INTEGRATION: CWS calcshare_DEV300 (1.9.376); FILE MERGED 2007/12/04 13:02:34 tbe 1.9.376.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [37033611ceb7ae5df8271073292e59286b688bf6]

        INTEGRATION: CWS jl89_DEV300 (1.6.166); FILE MERGED 2008/02/18 15:12:49 jl 1.6.166.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [04bd80bc987ddf6556050b07d399732731867c89]

        INTEGRATION: CWS calcshare_DEV300 (1.22.126); FILE MERGED 2007/12/04 13:00:51 tbe 1.22.126.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [760f047ebc29474a81fdb1be1316670b33c22790]

        INTEGRATION: CWS jl89_DEV300 (1.31.186); FILE MERGED 2008/02/18 15:12:49 jl 1.31.186.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e49c74797d4d807156b3021a351144448860ed8c]

        INTEGRATION: CWS calcshare_DEV300 (1.4.524); FILE MERGED 2007/12/04 12:59:09 tbe 1.4.524.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [862954d653310980551ef4cb5105e4d31084c750]

        INTEGRATION: CWS jl89_DEV300 (1.27.186); FILE MERGED 2008/02/18 15:12:49 jl 1.27.186.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [48199e15f39f76322ed451814f47d67d6780c94a]

        INTEGRATION: CWS calcshare_DEV300 (1.28.146); FILE MERGED 2007/12/04 12:58:26 tbe 1.28.146.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [920e6faf4bcaf2cb4c99e4ccfab67efca97a6053]

        INTEGRATION: CWS calcshare_DEV300 (1.8.14); FILE MERGED 2008/02/25 15:27:00 tbe 1.8.14.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4648d93c24ce987aac49a30efe8b9b0ecf0a2213]

        INTEGRATION: CWS calcshare_DEV300 (1.20.10); FILE MERGED 2008/02/25 15:24:51 tbe 1.20.10.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [36b3a3f6803495fca9cca250df26dbf240a56655]

        INTEGRATION: CWS calcshare_DEV300 (1.61.10); FILE MERGED 2008/02/26 11:49:29 tbe 1.61.10.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0962840144b06dd00c34d25e2d03d76a0ba1e4d2]

        INTEGRATION: CWS calcshare_DEV300 (1.26.6); FILE MERGED 2008/02/22 20:07:45 tbe 1.26.6.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing 2007/12/04 12:41:38 tbe 1.26.6.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a70655b5ab68e025af5f7a62526eae67126f80ad]

        INTEGRATION: CWS beppec56index01_DEV300 (1.9.458); FILE MERGED 2008/02/12 08:21:23 beppec56 1.9.458.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Added changes and clarifications to API

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [51d5d211f14e757d63d6ef45c6ea9dac31d60b68]

        INTEGRATION: CWS beppec56index01_DEV300 (1.8.458); FILE MERGED 2008/02/12 08:21:23 beppec56 1.8.458.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Added changes and clarifications to API

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [45137b48dd3e440fe2c80ff1ce1a43689c6c6c50]

        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>  [003a895d2b7dc2ed86358326fe59dd68543203c2]

        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>  [b6a77874465842d97a59dba2aea705aa7d9e8987]

        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>  [1bb329a1f6d50eaaa11ad17be3a9d8ada5737f8b]

        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-07  Kurt Zenker  <kz@openoffice.org>  [92a35fc8db9a6e6cb3d022a71db816f6173d91a9]

        INTEGRATION: CWS beppec56index01_DEV300 (1.75.316); FILE MERGED 2008/01/29 10:11:17 fme 1.75.316.3: #i53420# Remove compiler wanings 2007/12/02 18:44:48 beppec56 1.75.316.2: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering. German strings deleted from dialogs 2007/12/02 18:28:12 beppec56 1.75.316.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d31727aac641139f7086cad05a6ea0db0ca03f7a]

        INTEGRATION: CWS beppec56index01_DEV300 (1.8.1068); FILE MERGED 2007/12/02 18:28:12 beppec56 1.8.1068.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0539b522dd67ee429387bcd6b9c1b6bb1307e54f]

        INTEGRATION: CWS beppec56index01_DEV300 (1.74.18); FILE MERGED 2008/01/29 10:11:17 fme 1.74.18.2: #i53420# Remove compiler wanings 2007/12/02 18:28:11 beppec56 1.74.18.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [927d5655db46a29aeac4152af2c9a9974a9d4b5f]

        INTEGRATION: CWS beppec56index01_DEV300 (1.5.56); FILE MERGED 2007/12/02 18:28:11 beppec56 1.5.56.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0bb37354e5e59cb0683fd3583ad22f331f529279]

        INTEGRATION: CWS beppec56index01_DEV300 (1.63.18); FILE MERGED 2008/02/10 22:44:57 beppec56 1.63.18.4: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Added few comments, generation of Table of objects fixed 2008/02/07 16:59:38 beppec56 1.63.18.3: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property 2008/01/29 10:00:08 fme 1.63.18.2: #i53420# Remove compiler wanings 2007/12/02 18:28:11 beppec56 1.63.18.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0ea90ffe86aa564fc3db7c80bbe7cfe3121fa3c8]

        INTEGRATION: CWS beppec56index01_DEV300 (1.74.36); FILE MERGED 2008/01/29 09:59:13 fme 1.74.36.2: #i53420# Remove compiler wanings 2007/12/02 18:28:11 beppec56 1.74.36.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5781e9a3619db5c9f0be44f2b38bc132ae95874d]

        INTEGRATION: CWS beppec56index01_DEV300 (1.20.110); FILE MERGED 2008/01/29 09:58:33 fme 1.20.110.2: #i53420# Remove compiler wanings 2007/12/02 18:28:10 beppec56 1.20.110.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1cb43288c06f6f35ef9a856d7872c50a22a32ff7]

        INTEGRATION: CWS beppec56index01_DEV300 (1.15.18); FILE MERGED 2008/02/16 13:32:08 beppec56 1.15.18.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Changed chapter field formatting generation functions

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [736fdee84af72808ab4ef423429d608af874f216]

        INTEGRATION: CWS jl89_DEV300 (1.61.82); FILE MERGED 2008/02/18 15:53:53 jl 1.61.82.1: #i86188# remove insert applet menu entries

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a11c426e2586fcd1a720afb893f6f02a8a67d15e]

        INTEGRATION: CWS beppec56index01_DEV300 (1.44.18); FILE MERGED 2008/01/29 09:57:53 fme 1.44.18.1: #i53420# Remove compiler wanings

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [db42b12a6180ef0dba25917163f0cd0e4d29c6c2]

        INTEGRATION: CWS beppec56index01_DEV300 (1.47.110); FILE MERGED 2008/02/16 13:32:08 beppec56 1.47.110.5: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Changed chapter field formatting generation functions 2008/02/15 10:56:36 fme 1.47.110.4: RESYNC: (1.47-1.48); FILE MERGED 2008/02/10 22:44:56 beppec56 1.47.110.3: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Added few comments, generation of Table of objects fixed 2008/01/29 09:57:53 fme 1.47.110.2: #i53420# Remove compiler wanings 2007/12/02 18:28:10 beppec56 1.47.110.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4abaa0a5fba18c8f3276a7370e40369ebaa5376e]

        INTEGRATION: CWS beppec56index01_DEV300 (1.18.110); FILE MERGED 2007/12/02 18:28:10 beppec56 1.18.110.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [09ce26bb05565a1900321037d3c4e73428054442]

        INTEGRATION: CWS beppec56index01_DEV300 (1.51.58); FILE MERGED 2008/01/29 09:57:26 fme 1.51.58.2: #i53420# Remove compiler wanings 2007/12/02 18:28:10 beppec56 1.51.58.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4bf12db1f31e96685ec6812eb593ec1b4ce3268c]

        INTEGRATION: CWS beppec56index01_DEV300 (1.6.110); FILE MERGED 2008/02/16 13:32:07 beppec56 1.6.110.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Changed chapter field formatting generation functions

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [714aef80c9d08ea57a4269a37d965d85dc0d76a1]

        INTEGRATION: CWS beppec56index01_DEV300 (1.45.100); FILE MERGED 2008/02/07 16:59:38 beppec56 1.45.100.2: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property 2007/12/02 18:28:12 beppec56 1.45.100.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [08e26e6a8bd72116cff17f212f416bf67c01f806]

        INTEGRATION: CWS beppec56index01_DEV300 (1.7.100); FILE MERGED 2008/02/07 16:59:38 beppec56 1.7.100.2: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property 2007/12/02 18:28:12 beppec56 1.7.100.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f9bb0db7ac2e22d410c0c516f81ed0bd337d75a2]

        INTEGRATION: CWS beppec56index01_DEV300 (1.12.100); FILE MERGED 2008/02/07 16:59:38 beppec56 1.12.100.3: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property 2008/01/29 09:47:49 fme 1.12.100.2: #i53420# Add chapter info 2007/12/02 18:28:12 beppec56 1.12.100.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5af7de6a97eb103098362e92e9336ebfc40423fa]

        INTEGRATION: CWS beppec56index01_DEV300 (1.3.386); FILE MERGED 2007/12/02 18:28:12 beppec56 1.3.386.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d95a4c6ad8f1492e4d001e186e85258869219337]

        INTEGRATION: CWS beppec56index01_DEV300 (1.8.100); FILE MERGED 2008/02/07 16:59:38 beppec56 1.8.100.2: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: added ChapterLevel index property 2007/12/02 18:28:12 beppec56 1.8.100.1: Issue number: #i53420# Submitted by: beppec56 Reviewed by: beppec56 Index generation: add option to chapter numbering

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [20e192b55a9db8e0860834b7f4ea6c7f689d5222]

        INTEGRATION: CWS jl91_DEV300 (1.5.82); FILE MERGED 2008/02/27 12:59:41 jl 1.5.82.1: #i79333# added localized string for the case when there is already an unopkg running

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [670159333add9b44a801259d411a6a87b4e9cd40]

        INTEGRATION: CWS jl91_DEV300 (1.12.20); FILE MERGED 2008/02/28 11:48:46 jl 1.12.20.5: #i86189# extension update dialog does not show publisher name for a disabled update 2008/02/27 08:07:39 jl 1.12.20.4: #i85373# added string Version after the name of the extension in the update dialog 2008/02/26 14:52:03 jl 1.12.20.3: #i80423# warning box for modifying shared extensions will ony be shown once 2008/02/22 08:18:11 jl 1.12.20.2: #i81474# message box redesign -> WarningBox 2008/02/20 10:34:14 jl 1.12.20.1: i81174# the warning about updatig a shared extension is now only displayed when the user presses the install button

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9cae66b593ae07c9bf617f5fb882d1f591c5c69e]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:56:50 fs 1.1.2.1: #i86720# UNO service for a dialog which allows entering text/csv settings

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [787a95a1ab26f0c38a796971838c32c69cffe19d]

        INTEGRATION: CWS textconnectionsettings (1.14.28); FILE MERGED 2008/03/05 12:57:00 fs 1.14.28.1: #i86720# +textconnectionsettings_uno

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f42fecdd0f6a9a29030a837e997f679840338ee0]

        INTEGRATION: CWS textconnectionsettings (1.26.26); FILE MERGED 2008/03/05 12:57:34 fs 1.26.26.1: #i86720#

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6c16c773992c3e32aec289a244987b3d7c982f4e]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:52:31 fs 1.1.2.1: #i86720# helper for routing property access to an SfxItemSet

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [48ebe3350964627fa2a50583e5cc9c19788359fd]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:53:13 fs 1.1.2.1: #i86720# stand-alone dialog for entering settings for a text/csv connection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [798d6e4e5d86466d80591310c1fe26339c5a2131]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:52:28 fs 1.1.2.1: #i86720# helper for routing property access to an SfxItemSet

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [daa271823667becc04d81756a23c93f23f48142f]

        INTEGRATION: CWS textconnectionsettings (1.100.24); FILE MERGED 2008/03/05 12:54:51 fs 1.100.24.1: #i86720# +DLG_TEXT_CONNECTION_SETTINGS

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ddd90c0578c2e37f6e406e467827300ebdb86dd6]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:51:52 fs 1.1.2.1: #i86720# dedicated class for displaying a list of Base-supported character sets

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0bf0593b4b8e3186730a0c1b901b901f940ac76b]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:53:53 fs 1.1.2.1: #i86720# stand-alone dialog for entering settings for a text/csv connection

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [16bfe16f63558b946480449276b0e04bfc62fa61]

        INTEGRATION: CWS textconnectionsettings (1.38.84); FILE MERGED 2008/03/05 12:55:51 fs 1.38.84.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [278ebd17eb7771fdf6b0cf275d2f5fa9b906c377]

        INTEGRATION: CWS odff02 (1.27.30); FILE MERGED 2008/02/29 23:55:45 er 1.27.30.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:32 er 1.27.30.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e2a388a5cc3b96801749e28cdcf401059b67f247]

        INTEGRATION: CWS odff02 (1.40.4); FILE MERGED 2008/02/28 16:19:51 er 1.40.4.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1e975b57d1f1a32f38a512621c421c4765647a68]

        INTEGRATION: CWS textconnectionsettings (1.27.82); FILE MERGED 2008/03/05 12:55:51 fs 1.27.82.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d575399831cd009651552d93ff291ea5c98ef65b]

        INTEGRATION: CWS textconnectionsettings (1.49.70); FILE MERGED 2008/03/05 12:55:51 fs 1.49.70.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9486b612e4f4fdcbb00ffd487a5981ef77e50605]

        INTEGRATION: CWS odff02 (1.37.4); FILE MERGED 2008/02/28 16:19:50 er 1.37.4.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [25bb24deca4d4d5c25697894429a8d5baa42fd87]

        INTEGRATION: CWS textconnectionsettings (1.8.170); FILE MERGED 2008/03/05 12:55:51 fs 1.8.170.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a2d797a6f9a6c9b9d1480604c43143d7cd36cfb4]

        INTEGRATION: CWS odff02 (1.22.294); FILE MERGED 2008/02/28 16:19:50 er 1.22.294.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e8d3d4e77b23cd2d78a010c7cee5a3d2b0d566d1]

        INTEGRATION: CWS textconnectionsettings (1.157.80); FILE MERGED 2008/03/05 12:55:51 fs 1.157.80.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [88fbaea1216daf21316e0c55df9cafd1aa58326b]

        INTEGRATION: CWS odff02 (1.92.210); FILE MERGED 2008/02/29 23:55:43 er 1.92.210.5: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:30 er 1.92.210.4: #i86514# prepare functions UNICODE and UNICHAR, suppressed 2008/02/28 18:12:50 er 1.92.210.3: removed FIXME test case 2008/02/28 18:10:40 er 1.92.210.2: #i86514# ADDRESS: inserted suppressed 4th parameter; INDIRECT: appended suppressed 2nd parameter 2008/02/28 16:19:48 er 1.92.210.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [676ed34c104dcb94d0b39e02dc081b6975a601e3]

        INTEGRATION: CWS textconnectionsettings (1.35.82); FILE MERGED 2008/03/05 13:10:43 fs 1.35.82.2: #i10000# 2008/03/05 12:55:51 fs 1.35.82.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [bf258165fda87dd638c7275cd762f4be26f80fa2]

        INTEGRATION: CWS textconnectionsettings (1.5.166); FILE MERGED 2008/03/05 12:55:50 fs 1.5.166.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2f9b6d82e912fcd7fa5f945be8bc771887bb1c75]

        INTEGRATION: CWS textconnectionsettings (1.13.28); FILE MERGED 2008/03/05 13:10:43 fs 1.13.28.2: #i10000# 2008/03/05 12:55:50 fs 1.13.28.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [af54767274ce32acfdc2a9a5e71f14bd193accea]

        INTEGRATION: CWS odff02 (1.70.100); FILE MERGED 2008/03/02 18:33:21 er 1.70.100.2: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/25 18:55:55 er 1.70.100.1: Adjust descriptional strings of errors defined for ERROR.TYPE before UI freeze; usage of error codes to be aligned with ODFF later

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0d11ae7853b019cb967aeed4a07777ca25c31f2f]

        INTEGRATION: CWS textconnectionsettings (1.15.72); FILE MERGED 2008/03/05 12:55:50 fs 1.15.72.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9d4a03cdff8f7fb75c30299bf88f330cf3b393e6]

        INTEGRATION: CWS odff02 (1.3.666); FILE MERGED 2008/02/28 16:19:48 er 1.3.666.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e9f4024859b736787b224f35562579d7abde5b25]

        INTEGRATION: CWS textconnectionsettings (1.9.170); FILE MERGED 2008/03/05 12:55:50 fs 1.9.170.1: #i86720# some re-factoring, owed to the fact that we now have a stand-alone dialog for entering text/csv settings, which re-uses existing functionality

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0ba2d8a3866ed0a056fd3458fdf65ccfb6ca8f1c]

        INTEGRATION: CWS odff02 (1.5.296); FILE MERGED 2008/02/28 16:19:48 er 1.5.296.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [bce1791890265b2886c51bd75fd7aa24c0f148c5]

        INTEGRATION: CWS odff02 (1.8.296); FILE MERGED 2008/02/28 17:44:19 er 1.8.296.2: insert space before (optional) or (required) against ugliness 2008/02/28 16:19:47 er 1.8.296.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b70ec49c483b4de27b6c9909b3dc9e5344830997]

        INTEGRATION: CWS textconnectionsettings (1.20.150); FILE MERGED 2008/03/05 13:01:59 fs 1.20.150.1: #i86720# +charsetlistbox

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [48af3fa210cdeea9f34607aa337cf1e201b8f18f]

        INTEGRATION: CWS odff02 (1.3.666); FILE MERGED 2008/03/02 20:35:34 er 1.3.666.1: unxsols4 needs exceptions turned on when using STL vector

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [04176d250b03494fd73db13870efbf4e575989fb]

        INTEGRATION: CWS textconnectionsettings (1.1.2); FILE ADDED 2008/03/05 12:51:55 fs 1.1.2.1: #i86720# dedicated class for displaying a list of Base-supported character sets

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [319ba1fa4fd3478175f3ed4bfabf9d4653b81e22]

        INTEGRATION: CWS odff02 (1.5.296); FILE MERGED 2008/02/28 16:19:47 er 1.5.296.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a87873cfa101d34c6a16963a8f480c198499eee2]

        INTEGRATION: CWS odff02 (1.16.46); FILE MERGED 2008/02/28 16:19:47 er 1.16.46.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [08b35a464b27c40a6922b3b3c7081ee6aa358290]

        INTEGRATION: CWS odff02 (1.13.266); FILE MERGED 2008/02/28 16:19:47 er 1.13.266.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [8da8250360ed0e11eb586ad79001e435260db489]

        INTEGRATION: CWS odff02 (1.54.190); FILE MERGED 2008/02/28 16:19:47 er 1.54.190.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f775618f7dee6df5d673a56ec7554e727ff88a4a]

        INTEGRATION: CWS odff02 (1.75.46); FILE MERGED 2008/02/28 16:19:47 er 1.75.46.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d448c2fe8c86641d2789bb83e174848dc7be4ef9]

        INTEGRATION: CWS odff02 (1.21.44); FILE MERGED 2008/03/02 18:33:21 er 1.21.44.1: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [3725bc077ca9c69d52fd526459f7dc20f094cef8]

        INTEGRATION: CWS odff02 (1.9.54); FILE MERGED 2008/03/02 18:33:20 er 1.9.54.2: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/28 16:19:47 er 1.9.54.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [65bd30cc8bb196953d29cdeb32dbb3fc8b8f0416]

        INTEGRATION: CWS textconnectionsettings (1.42.330); FILE MERGED 2008/03/05 13:30:45 os 1.42.330.1: #i86724# label changed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [b17fb0c65ca49ebe9fa73149ff96129e3ef0a64b]

        INTEGRATION: CWS odff02 (1.73.44); FILE MERGED 2008/03/05 13:55:47 er 1.73.44.2: oops, broke functions without parameters 2008/03/02 18:33:20 er 1.73.44.1: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a88f012b01e5c83333a63a066d7b8d9c6e060820]

        INTEGRATION: CWS textconnectionsettings (1.127.130); FILE MERGED 2008/03/05 19:07:58 os 1.127.130.1: #i86747# use css.sdb.TextConnectionSettings to configure .txt and .csv data sources

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [1913ad7421fb13640dd909e7570ae5c4f8bc913d]

        INTEGRATION: CWS odff02 (1.24.46); FILE MERGED 2008/02/28 16:19:47 er 1.24.46.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e83e027679fcbf19b1aefca1eff32855433cf712]

        INTEGRATION: CWS odff02 (1.55.54); FILE MERGED 2008/03/02 18:33:20 er 1.55.54.3: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/29 23:55:42 er 1.55.54.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:30 er 1.55.54.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [43b4191461e31d8b353ffff602b5fe926de3ecca]

        INTEGRATION: CWS odff02 (1.22.22); FILE MERGED 2008/03/02 19:37:46 er 1.22.22.1: unxsols4 needs exceptions turned on when using STL vector

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e52e71fb011dfd38fbeca5c95536e09b8b2f81a4]

        INTEGRATION: CWS odff02 (1.53.54); FILE MERGED 2008/03/02 18:33:19 er 1.53.54.2: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/28 16:19:46 er 1.53.54.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2298459b16b5ee4e53dfee8357ca0191bac19e6b]

        INTEGRATION: CWS odff02 (1.12.210); FILE MERGED 2008/02/29 23:55:42 er 1.12.210.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:29 er 1.12.210.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [543804351ca2f21165b07c010c309fb3f99ad2aa]

        INTEGRATION: CWS odff02 (1.20.54); FILE MERGED 2008/03/02 18:33:19 er 1.20.54.3: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/29 23:55:42 er 1.20.54.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:29 er 1.20.54.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [5eae953c8b7ed86ccf891f05b2501dd53f8a61a2]

        INTEGRATION: CWS odff02 (1.19.100); FILE MERGED 2008/03/02 18:33:19 er 1.19.100.2: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/28 16:19:46 er 1.19.100.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [9add3a1420ff5816a01ba636ea4215a239485cbd]

        INTEGRATION: CWS odff02 (1.51.98); FILE MERGED 2008/02/28 16:19:46 er 1.51.98.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [2d5200c2d044395db85580349d1d96b74fa71199]

        INTEGRATION: CWS jl91_DEV300 (1.2.304); FILE MERGED 2008/02/28 12:32:30 jl 1.2.304.1: #i86189# update information contain now publisher and release informatione

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d93d781e063b52917e6cd374507a5b15c53d45eb]

        INTEGRATION: CWS odff02 (1.1.2); FILE ADDED 2008/02/28 16:19:46 er 1.1.2.1: #i86514# preparation for additional functions and parameters not yet implemented but to be added as string resources, suppress in UI

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e2eda6f502cb9eb02a348bb1ea2d7d3b0baae5a0]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/28 12:30:18 jl 1.1.2.1: #i86189# adding publischer name and release notes to the test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [0f49e9b9571043da46c32e6bc5cab503fca19e7d]

        INTEGRATION: CWS odff02 (1.18.54); FILE MERGED 2008/03/02 18:33:19 er 1.18.54.3: #i86514# move short error strings from globstr.src to compiler.src in preparation of support for error constants in formulas 2008/02/29 23:55:42 er 1.18.54.2: #i86514# prepare functions EUROCONVERT and NUMBERVALUE, suppressed 2008/02/29 21:13:29 er 1.18.54.1: #i86514# prepare functions UNICODE and UNICHAR, suppressed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [025f2639156d329d1ca31dc2b57c13817c50469f]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/28 12:30:29 jl 1.1.2.1: #i86189# adding publischer name and release notes to the test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [224efa2b99bd42893021e7ba758357835c11f335]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:08 jl 1.1.2.2: added identifier 2008/02/20 16:08:48 jl 1.1.2.1: #86271# new test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [f1856aaa26e617b74be5c7c06a3cb69bfe196a96]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:08 jl 1.1.2.2: added identifier 2008/02/20 16:08:24 jl 1.1.2.1: #86271#

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [bc04d5ba1e92bcfaf701b7f52fa93c59d4d961f1]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:07 jl 1.1.2.2: added identifier 2008/02/20 16:07:45 jl 1.1.2.1: #86271# new test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [67904a5fa78ad599c0ce9e80b546c59a8639ec17]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:07 jl 1.1.2.2: added identifier 2008/02/20 16:08:01 jl 1.1.2.1: #86271#

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d5ce42e4fff03ba427f3d323a5fcaa9b9bc63dfb]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:06 jl 1.1.2.2: added identifier 2008/02/20 16:07:21 jl 1.1.2.1: #86271# new test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [68f75c2f7051d8201720d7b14698f52aa4024637]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:49 jl 1.1.2.1: #86271# new test

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [a2d18d5e63a9ab16fd8a5ca9f6fc2157b657bdde]

        INTEGRATION: CWS jl91_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:18:06 jl 1.1.2.2: added identifier 2008/02/20 16:06:43 jl 1.1.2.1: #86271#

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [30c3712c0ece4d264798f7741721682296dc60a7]

        INTEGRATION: CWS jl91_DEV300 (1.12.82); FILE MERGED 2008/02/27 12:59:41 jl 1.12.82.1: #i79333# added localized string for the case when there is already an unopkg running

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ad943a16333d211e3ba971f0b7e8d42963b0b223]

        INTEGRATION: CWS jl91_DEV300 (1.4.168); FILE MERGED 2008/02/27 13:07:22 jl 1.4.168.1: #i79333# addin string for warning box for the case when there is already an unopkg running

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [68272acdd179c602df63324af199757556e55166]

        INTEGRATION: CWS jl91_DEV300 (1.2.72); FILE MERGED 2008/02/26 11:14:44 jl 1.2.72.1: #i85327# remove assertion

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [672a2d5691f70260268cc34bf3008ce3d14a42b2]

        INTEGRATION: CWS jl91_DEV300 (1.5.168); FILE MERGED 2008/02/21 11:38:36 jl 1.5.168.3: #74231# #86271# change resid name for the message box 2008/02/21 11:13:09 jl 1.5.168.2: #74231# #86271# redesign message boxes 2008/02/20 12:08:36 jl 1.5.168.1: #i86252# changing message box strings. These boxes are used when installing an extension and a previous, same, or later version is already installed

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [ad6154b2d3e15494288a8f6cedf02a339caf4855]

        INTEGRATION: CWS jl91_DEV300 (1.3.220); FILE MERGED 2008/02/26 11:26:00 jl 1.3.220.1: #i86468# changing button label: Cancel Update

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [4968a7f812b9ab06b7c5645a6301ff0ded266a3e]

        INTEGRATION: CWS jl91_DEV300 (1.8.82); FILE MERGED 2008/02/27 08:07:39 jl 1.8.82.4: #i85373# added string Version after the name of the extension in the update dialog 2008/02/26 11:03:10 jl 1.8.82.3: #81174# string change in messgebox 2008/02/22 08:19:28 jl 1.8.82.2: #i81474# message box redesign -> WarningBox, string 2008/02/20 10:34:14 jl 1.8.82.1: i81174# the warning about updatig a shared extension is now only displayed when the user presses the install button

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [6109d6c6268faee5f32ee1ff8dcddc5eae19e606]

        INTEGRATION: CWS jl91_DEV300 (1.6.82); FILE MERGED 2008/02/28 14:51:10 jl 1.6.82.4: #86468# build problem on unix 2008/02/28 11:48:46 jl 1.6.82.3: #i86189# extension update dialog does not show publisher name for a disabled update 2008/02/27 08:07:39 jl 1.6.82.2: #i85373# added string Version after the name of the extension in the update dialog 2008/02/26 14:52:03 jl 1.6.82.1: #i80423# warning box for modifying shared extensions will ony be shown once

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [81fe180caedcc77792116aff58a2ad99d91ee59e]

        INTEGRATION: CWS jl91_DEV300 (1.20.82); FILE MERGED 2008/02/27 16:39:12 jl 1.20.82.1: #i70558# setting application name when unopkg runs as standalone program. Then all message boxes have this name as title

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [bb8a6fde66c31061747c954d5d9e3875525e8896]

        INTEGRATION: CWS jl91_DEV300 (1.16.120); FILE MERGED 2008/02/27 13:03:07 jl 1.16.120.7: #i79333# removed warning box for the case when there is already an unopkg running 2008/02/22 08:27:49 jl 1.16.120.6: #i81474# adding more  message boxes 2008/02/21 11:34:03 jl 1.16.120.5: #74231# #86271# change resid name for the message box 2008/02/21 11:02:46 jl 1.16.120.4: #74231# message box telling the user that they are about to install an extension redesigned 2008/02/20 11:45:01 jl 1.16.120.3: #74231# changed message box string 2008/02/20 11:10:01 jl 1.16.120.2: #i74231# messagebox which comes up when double clicking an extension shall have the ok button focused 2008/02/20 10:34:14 jl 1.16.120.1: i81174# the warning about updatig a shared extension is now only displayed when the user presses the install button

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [eb0d3163b212939521bbee3a4cb69d4a1fdbde1f]

        INTEGRATION: CWS jl91_DEV300 (1.32.8); FILE MERGED 2008/02/26 16:01:40 jl 1.32.8.3: #i80423# warning box for modifying shared extensions will ony be shown once 2008/02/26 14:52:03 jl 1.32.8.2: #i80423# warning box for modifying shared extensions will ony be shown once 2008/02/22 08:28:35 jl 1.32.8.1: #i81474# adding more  message boxes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [322f755f55017f7252ece818545c2ff50c16cf47]

        INTEGRATION: CWS jl91_DEV300 (1.11.82); FILE MERGED 2008/02/26 11:03:10 jl 1.11.82.1: #81174# string change in messgebox

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [d3850ebe1f63715066f3df5664a46fefd35eb3c4]

        INTEGRATION: CWS jl91_DEV300 (1.15.168); FILE MERGED 2008/02/22 08:25:25 jl 1.15.168.4: #i81474# Calling DialogImpl::errbox with a window argument, because the error box could appear as modal child window of the progress dialog 2008/02/21 11:38:35 jl 1.15.168.3: #74231# #86271# change resid name for the message box 2008/02/21 11:34:03 jl 1.15.168.2: #74231# #86271# change resid name for the message box 2008/02/21 11:13:08 jl 1.15.168.1: #74231# #86271# redesign message boxes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [e6872d76f8dced55787b599cf78a029596eb7b93]

        INTEGRATION: CWS jl91_DEV300 (1.13.82); FILE MERGED 2008/02/28 14:51:10 jl 1.13.82.8: #86468# build problem on unix 2008/02/27 13:03:07 jl 1.13.82.7: #i79333# removed warning box for the case when there is already an unopkg running 2008/02/27 08:07:39 jl 1.13.82.6: #i85373# added string Version after the name of the extension in the update dialog 2008/02/22 08:12:48 jl 1.13.82.5: #i81474# adding more detailed message boxes 2008/02/21 11:38:35 jl 1.13.82.4: #74231# #86271# change resid name for the message box 2008/02/21 11:34:03 jl 1.13.82.3: #74231# #86271# change resid name for the message box 2008/02/21 11:13:08 jl 1.13.82.2: #74231# #86271# redesign message boxes 2008/02/20 10:34:14 jl 1.13.82.1: i81174# the warning about updatig a shared extension is now only displayed when the user presses the install button

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [16258d5d5eb64898373fff637891f562e3d47f64]

        INTEGRATION: CWS jl91_DEV300 (1.20.82); FILE MERGED 2008/02/26 16:01:40 jl 1.20.82.3: #i80423# warning box for modifying shared extensions will ony be shown once 2008/02/26 14:50:33 jl 1.20.82.2: #i80423# warning box for modifying shared extensions will ony be shown once 2008/02/22 08:11:55 jl 1.20.82.1: #i81474# adding more detailed message boxes

2008-03-07  Kurt Zenker  <kz@openoffice.org>  [aeaf201f7f516c85aac94035b69ab5e71fc09289]

        INTEGRATION: CWS jl91_DEV300 (1.4.82); FILE MERGED 2008/02/27 12:58:39 jl 1.4.82.1: #i79333# removing a warning and added string for the case when there is already an unopkg running

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [868f7a54f560e35768e078488fa286d2ae44df52]

        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>  [48328e7989ea79d3d0badcfac3ab5f8a0622aec9]

        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>  [64b0d617700b2bbfe6852118ebd4ab8476af73d9]

        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>  [bd03d1bd5b4cbaec47f1322c35d722a14574aa33]

        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>  [7cf8fe21346d64e010e70a13ae0736d7875bafbc]

        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>  [4ff1a53524e6057c4da8aa2044ba2c01474fde2f]

        INTEGRATION: CWS odbmacros2 (1.79.8); FILE MERGED 2007/12/22 13:50:29 fs 1.79.8.6: #i49133# using SetCurrentDocument means the explicit SfxObjectShell::SetCurrentComponent is not needed anymore 2007/12/22 13:41:06 fs 1.79.8.5: #i49133# +SetCurrentDocument 2007/12/21 20:53:44 fs 1.79.8.4: #i10000# 2007/12/21 20:51:22 fs 1.79.8.3: #i49133# new: virtual GetCurrentDocument 2007/12/20 10:21:49 fs 1.79.8.2: during #i49133#: never set the CurrentComponent (formerly WorkingDocument) to NULL. The general pattern is that every component sets the CurrentComponent to itself upon activation only. Else, we'll have a hard time to a) also support non-SFX documents and b) ensure that the CurrentComponent stays untouched when switching from another document to the Basic IDE 2007/12/18 21:16:02 fs 1.79.8.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ba443cb08a579a8343f1fb1deca9cd7278c4de2f]

        INTEGRATION: CWS odbmacros2 (1.30.44); FILE MERGED 2007/12/18 21:16:02 fs 1.30.44.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c05c6b99dbe8b2d139048a2011e5de9e7aef5143]

        INTEGRATION: CWS odbmacros2 (1.39.2); FILE MERGED 2008/03/04 12:12:04 fs 1.39.2.3: RESYNC: (1.40-1.41); FILE MERGED 2008/02/04 13:15:52 fs 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED 2007/12/12 14:43:12 fs 1.39.2.1: bIsBasicDefault is not used

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [303b4a5abd07db4ddab213bac105151261233c3d]

        INTEGRATION: CWS odbmacros2 (1.16.2); FILE MERGED 2008/02/04 13:15:50 fs 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/18 21:15:15 fs 1.16.2.1: #i49133# m_xThisDocument is superfluous, it is always the same as SfxObjectShell's WorkingDocument (which has just been renamed to CurrentComponent)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6c247ca5d0e404c9cfbeb381a4509fcc6aea9365]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2007/12/22 13:40:45 fs 1.1.2.3: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/18 07:32:07 fs 1.1.2.2: #i10000# 2007/12/11 22:42:49 fs 1.1.2.1: #i49133# helper for creating a service factory for SfxBaseModel-derived classes

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [94eaed4274a278307647a4d01fbfffa1648dbc2d]

        INTEGRATION: CWS odbmacros2 (1.131.2); FILE MERGED 2008/03/04 12:12:01 fs 1.131.2.7: RESYNC: (1.134-1.136); FILE MERGED 2008/02/04 13:15:47 fs 1.131.2.6: RESYNC: (1.131-1.134); FILE MERGED 2008/01/08 15:01:02 fs 1.131.2.5: #i68333# allow UI configuration for embedded objects, too 2008/01/02 20:50:22 fs 1.131.2.4: ModifiableDocument renamed to IModifiableDocument 2008/01/02 20:44:40 fs 1.131.2.3: #i49133# OStorageModifyListen_Impl now known as ::sfx2::DocumentStorageModifyListener (class is now re-used outside sfx2) 2007/12/17 12:40:06 fs 1.131.2.2: #i49133# implement XScriptInvocationContext 2007/12/11 22:46:41 fs 1.131.2.1: #i49133# getScriptProvider: if we ourself do not support scripts, but one of our ancestors does, use this ancestor's script provider

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [de6f03d26df6ca020d8360ad6ae7028f9c7b645f]

        INTEGRATION: CWS odbmacros2 (1.76.2); FILE MERGED 2008/03/04 12:11:58 fs 1.76.2.9: RESYNC: (1.77-1.78); FILE MERGED 2008/02/14 22:07:43 fs 1.76.2.8: #i49133# lcl_getBasicManagerForDocument: it's allowed (and even necessary) to call InitBasicManager_Impl when the document iself has Basic/Script capabilities 2008/02/04 13:15:44 fs 1.76.2.7: RESYNC: (1.76-1.77); FILE MERGED 2008/01/08 12:29:44 fs 1.76.2.6: corrected previous patch to avoid some recursions ... 2008/01/06 20:31:48 fs 1.76.2.5: #i49133# GetBasicManager/GetDialogContainer/GetBasicContainer: respect XScriptInvocationContext presence 2007/12/21 20:37:42 fs 1.76.2.4: #i49133# GetModel made const (want to use it in a const context, and have an incompatible build, anyway) 2007/12/19 15:28:56 fs 1.76.2.3: some debug traces in SetCurrentComponent 2007/12/18 21:16:01 fs 1.76.2.2: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent 2007/12/12 14:43:41 fs 1.76.2.1: #i49133# condensed the ThisComponent handling, by using new helpers at the BasicManager

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [10293907ad70e481b41c5affe1c8dbe7894d8f58]

        INTEGRATION: CWS odbmacros2 (1.198.2); FILE MERGED 2008/03/04 12:11:54 fs 1.198.2.3: RESYNC: (1.200-1.203); FILE MERGED 2008/02/04 13:15:41 fs 1.198.2.2: RESYNC: (1.198-1.200); FILE MERGED 2007/12/12 14:44:18 fs 1.198.2.1: #i49133# do various Basic-related activities (such as storing the respective containers) only when we actually have Basic (HasBasic())

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [437528911ad3f6175f1f0e71c0d3442521f5b796]

        INTEGRATION: CWS odbmacros2 (1.94.2); FILE MERGED 2008/03/04 12:11:50 fs 1.94.2.10: RESYNC: (1.96-1.97); FILE MERGED 2008/02/04 13:15:37 fs 1.94.2.9: RESYNC: (1.94-1.96); FILE MERGED 2008/01/23 14:17:35 fs 1.94.2.8: proper calculation of bIsDocumentScript 2008/01/06 21:50:12 fs 1.94.2.7: #i49133# static CallXScript version taking an ScriptDocument (not necessarily a document) now 2007/12/19 14:51:25 fs 1.94.2.6: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/17 12:40:26 fs 1.94.2.5: GetScriptableDocument not needed anymore 2007/12/12 14:44:33 fs 1.94.2.4: bIsBasicDefault is not used 2007/12/12 08:47:11 fs 1.94.2.3: #i10000# 2007/12/11 23:11:22 fs 1.94.2.2: #i49133# lcl_isScriptAccessAllowed: use SfxObjectShell::GetScriptableDocument to obtain the actual XModel which needs to be asked for macro execution allowance 2007/12/11 22:45:21 fs 1.94.2.1: #i49133# static version of CallXScript

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3d7d7b0d25672f7d2303cdbaa6bda37160f9cffe]

        INTEGRATION: CWS odbmacros2 (1.29.2); FILE MERGED 2008/03/04 12:11:47 fs 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2008/01/02 20:46:28 fs 1.29.2.2: #i49133# +docstoragemodifylistener, -stormodifylistener (class is now exported from sfx2) 2007/12/11 22:43:37 fs 1.29.2.1: #i49133# +sfxmodelfactory

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [29da4dc36bad6f825ebfe25622fa963feaaab80a]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/02 20:50:22 fs 1.1.2.2: ModifiableDocument renamed to IModifiableDocument 2008/01/02 20:42:46 fs 1.1.2.1: formerly known as stormodifylistener.cxx. Now ready to be exported and re-used

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8c16c2fa8ba43f41a0261594cf538893d595460c]

        INTEGRATION: CWS odbmacros2 (1.62.44); FILE MERGED 2008/03/04 12:11:44 fs 1.62.44.6: RESYNC: (1.62-1.63); FILE MERGED 2007/12/19 20:09:59 fs 1.62.44.5: #i49133# GetCurrentComponent should not be needed anymore, all known clients pass a valid XFrame now 2007/12/18 21:16:01 fs 1.62.44.4: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent 2007/12/17 12:40:51 fs 1.62.44.3: #i49133# use XScriptInvocationContext 2007/12/11 23:10:40 fs 1.62.44.2: #i49133# 2007/12/10 08:55:02 fs 1.62.44.1: #i49133# use SfxObjectShell::GetWorkingDocument as fallback only, as first step, use our frame's document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [882baf7bc4f4c2af2a568271bb6012b3f83096fc]

        INTEGRATION: CWS odbmacros2 (1.23.44); FILE MERGED 2007/12/19 14:51:25 fs 1.23.44.2: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/12 14:42:57 fs 1.23.44.1: #i49133# condensed the ThisComponent handling, by using new helpers at the BasicManager

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b7c3701fed59f9f0a5e0fb9a5e339c4c256afad7]

        INTEGRATION: CWS odbmacros2 (1.126.2); FILE MERGED 2008/03/04 12:11:41 fs 1.126.2.5: RESYNC: (1.127-1.128); FILE MERGED 2008/02/04 13:15:33 fs 1.126.2.4: RESYNC: (1.126-1.127); FILE MERGED 2007/12/19 14:51:25 fs 1.126.2.3: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/12 22:00:16 fs 1.126.2.2: properly reset ThisComponent 2007/12/12 14:42:32 fs 1.126.2.1: #i49133# condensed the ThisComponent handling, by using new helpers at the BasicManager

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [802c3b6ae6c50a0d96c90528fe698ef09bbac497]

        INTEGRATION: CWS odbmacros2 (1.71.38); FILE MERGED 2008/03/04 12:11:38 fs 1.71.38.8: RESYNC: (1.72-1.73); FILE MERGED 2008/02/04 13:15:30 fs 1.71.38.7: RESYNC: (1.71-1.72); FILE MERGED 2008/01/24 11:19:51 fs 1.71.38.6: during #i49133#: give the script selector dialog a proper parent 2008/01/06 21:50:59 fs 1.71.38.5: #i49133# RUNMACRO: use the frame's model or controller (if there is no model) as script context when executing the selected macro 2007/12/11 23:22:44 fs 1.71.38.4: #i10000# 2007/12/11 22:44:26 fs 1.71.38.3: #i49133# SID_RUNMACRO: use the new SfxObjectShell::CallXScript, together with the ScriptSelector's GetContextDocument 2007/12/10 10:54:33 fs 1.71.38.2: #i49133# OfaExec_Impl( SID_RUNMACRO ): the code for executing macros in non-SFX documents was simply broken. Fixed it, and unified the code, so no there isn't a distinction SFX-doc <-> non-SFX-doc anymore 2007/12/10 08:54:34 fs 1.71.38.1: #i49133# CreateScriptSelectorDialog taking a frame now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [69cfcd75e21c91aaf6e099eae1619e15ce45b190]

        INTEGRATION: CWS odbmacros2 (1.27.2); FILE MERGED 2008/02/04 13:15:28 fs 1.27.2.4: RESYNC: (1.27-1.28); FILE MERGED 2007/12/19 14:51:24 fs 1.27.2.3: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/18 21:15:35 fs 1.27.2.2: #i49133# m_xThisDocument is superfluous, it is always the same as SfxObjectShell's WorkingDocument (which has just been renamed to CurrentComponent) 2007/12/12 14:42:09 fs 1.27.2.1: #i49133# use SfxObjectShell::GetWorkingDocument as ThisComponent, not SfxObjectShell::Current

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [97a50ab4ddd99cd4e67c557748c6b40a59ebb75d]

        INTEGRATION: CWS odbmacros2 (1.49.116); FILE MERGED 2008/03/04 12:11:35 fs 1.49.116.2: RESYNC: (1.49-1.50); FILE MERGED 2007/12/12 14:41:28 fs 1.49.116.1: GetBasic_Impl is not used

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [07a2c8e48941b6f2dc51e78f0a5a37d7829432ce]

        INTEGRATION: CWS odbmacros2 (1.109.38); FILE MERGED 2008/03/04 12:11:32 fs 1.109.38.5: RESYNC: (1.109-1.110); FILE MERGED 2007/12/22 13:40:24 fs 1.109.38.4: #i49133# SfxApplication::SetViewFrame_Impl: even if the frame actually didn't change, ensure its document is forwarded to SfxObjectShell::SetCurrentComponent. 2007/12/20 10:20:42 fs 1.109.38.3: #i49133# there's a better fix - reverted the previous change 2007/12/19 20:03:08 fs 1.109.38.2: #i49133# SfxApplication::SetViewFrame_Impl: even if the frame actually didn't change, ensure its document is forwarded to SfxObjectShell::SetCurrentComponent. 2007/12/10 08:54:33 fs 1.109.38.1: #i49133# CreateScriptSelectorDialog taking a frame now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d049cee1c6340f4b276866725d526b49fb2b6a9b]

        INTEGRATION: CWS odbmacros2 (1.38.2); FILE MERGED 2008/03/04 12:11:29 fs 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2008/01/02 20:47:33 fs 1.38.2.2: #i49133# deliver docstoragemodifylistener.hxx 2007/12/11 22:43:02 fs 1.38.2.1: #i49133# deliver sfxmodelfactory.hxx

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [66091e12e0ed4402864e52638e9aa232d3fa7d1e]

        INTEGRATION: CWS odbmacros2 (1.3.116); FILE MERGED 2007/12/22 13:39:32 fs 1.3.116.2: #i49133# +SetCurrentDocument 2007/12/21 20:50:40 fs 1.3.116.1: #i49133# new: virtual GetCurrentDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f47bb00258fbe6474f78e072573d83687c437dce]

        INTEGRATION: CWS odbmacros2 (1.3.116); FILE MERGED 2007/12/21 20:50:18 fs 1.3.116.2: oops. reverted the previous change, the new method belongs to the SfxViewShell, not the SfxViewFrame 2007/12/21 20:26:15 fs 1.3.116.1: #i49133# new: virtual GetCurrentDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [03910de31f697edc5596ce33a741e97b66db4df5]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2007/12/22 13:39:08 fs 1.1.2.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/11 22:37:16 fs 1.1.2.1: #i49133# helper for creating a service factory for SfxBaseModel-derived classes

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [933a235856545d35f3157011cab7f77c128330b6]

        INTEGRATION: CWS odbmacros2 (1.4.138); FILE MERGED 2008/02/04 13:15:25 fs 1.4.138.4: RESYNC: (1.4-1.5); FILE MERGED 2008/01/06 21:49:47 fs 1.4.138.3: #i49133# GetContextDocument not needed anymore 2007/12/11 22:24:39 fs 1.4.138.2: #i49133# +AbstractScriptSelectorDialog::GetContextDocument 2007/12/10 08:53:40 fs 1.4.138.1: #i49133# pass a frame to CreateScriptSelectorDialog

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6f18ede1058291b8581e3909893658facb5d11bc]

        INTEGRATION: CWS odbmacros2 (1.9.44); FILE MERGED 2008/03/04 21:00:46 fs 1.9.44.4: #i10000# 2008/03/04 12:11:26 fs 1.9.44.3: RESYNC: (1.9-1.10); FILE MERGED 2008/01/02 20:45:34 fs 1.9.44.2: #i49133# StorageIsModified_Impl superseded by IMPL_SfxBaseModel_DataContainer::storageIsModified 2007/12/17 12:39:48 fs 1.9.44.1: #i49133# implement XScriptInvocationContext

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eedb9580133378bcd38de3b1641682b767082b52]

        INTEGRATION: CWS odbmacros2 (1.6.2); FILE MERGED 2008/03/04 12:11:23 fs 1.6.2.8: RESYNC: (1.7-1.8); FILE MERGED 2008/02/04 13:15:22 fs 1.6.2.7: RESYNC: (1.6-1.7); FILE MERGED 2008/01/06 21:47:50 fs 1.6.2.6: #i49133# static CallXScript version taking an ScriptDocument (not necessarily a document) now 2007/12/21 20:37:50 fs 1.6.2.5: #i49133# GetModel made const (want to use it in a const context, and have an incompatible build, anyway) 2007/12/18 21:09:14 fs 1.6.2.4: #i49133# WorkingDocument (XModel) replaced with CurrentComponent (XInterface) 2007/12/17 12:38:50 fs 1.6.2.3: GetScriptableDocument not needed anymore 2007/12/11 23:10:17 fs 1.6.2.2: #i49133# GetScriptableDocument 2007/12/11 22:20:35 fs 1.6.2.1: #i49133# +CallXScript (static version)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [553057eec5c8452e901f1f533322cbcdc4eda999]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/02 21:23:09 fs 1.1.2.3: Sigh. Declare the DocumentStorageModifyListener class to be SFX2_DLLPUBLIC 2008/01/02 20:50:19 fs 1.1.2.2: ModifiableDocument renamed to IModifiableDocument 2008/01/02 20:42:29 fs 1.1.2.1: formerly known as ../../source/doc/stormodifylistener.hxx. Now ready to be exported and re-used

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0325de6f63c41623fb03dea90083bb6ad3469f8b]

        INTEGRATION: CWS odbmacros2 (1.2.190); FILE MERGED 2008/02/04 13:15:19 fs 1.2.190.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/12 14:41:19 fs 1.2.190.1: GetBasic_Impl is not used

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [629c83e514fa5179acfcb43481585bb15872032e]

        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>  [fd59faa53b2b7f4950dd58a2b45f23881a8a15a2]

        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>  [6fff6ddeda8db7e32a8e07433c35423fce4b432b]

        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>  [1a3f353a459a89faacc4d7a000dbc1652f98199a]

        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>  [60e8c61471e8d26f7b57a653160547e57ee69181]

        INTEGRATION: CWS odbmacros2 (1.5.30); FILE MERGED 2008/03/05 10:51:47 fs 1.5.30.1: hard-wired resource ID changed

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [94a93589d4cb6bf3b22477a049954e878d8ef6ec]

        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>  [1152e2ce67126ec58b142dd27916894295a42cea]

        INTEGRATION: CWS odbmacros2 (1.4.68); FILE MERGED 2008/02/04 13:14:00 fs 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/18 21:17:36 fs 1.4.68.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [997c2a8297a739c0536e25b856c9879c9ddec4f5]

        INTEGRATION: CWS odbmacros2 (1.9.238); FILE MERGED 2007/12/22 13:36:50 fs 1.9.238.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:17:59 fs 1.9.238.1: #i49133# allow creating documents which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9ec137b766ef418326e6f62af5ce8b6bd98dab82]

        INTEGRATION: CWS odbmacros2 (1.22.238); FILE MERGED 2007/12/22 13:36:50 fs 1.22.238.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:17:59 fs 1.22.238.1: #i49133# allow creating documents which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [953c48ed7101311d379962cfc2122bac05548d69]

        INTEGRATION: CWS odbmacros2 (1.43.142); FILE MERGED 2008/03/04 12:10:39 fs 1.43.142.3: RESYNC: (1.44-1.45); FILE MERGED 2008/02/04 13:13:57 fs 1.43.142.2: RESYNC: (1.43-1.44); FILE MERGED 2007/12/12 11:17:32 fs 1.43.142.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c7bac0c65243b36e67e22e107e0b046bf7cb0ab9]

        INTEGRATION: CWS odbmacros2 (1.93.60); FILE MERGED 2008/03/04 12:10:36 fs 1.93.60.3: RESYNC: (1.95-1.96); FILE MERGED 2008/02/04 13:13:55 fs 1.93.60.2: RESYNC: (1.93-1.95); FILE MERGED 2007/12/12 11:17:34 fs 1.93.60.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [619a755d7b410d82171b17481cfd0e99efbfba0a]

        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>  [5651d29bec5e65832f84394e35963d8fd16b0de8]

        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>  [4fac88cd826cd25ecb3a28c4438fc3ec751f2dc8]

        INTEGRATION: CWS odbmacros2 (1.19.10); FILE MERGED 2008/03/06 09:44:37 fs 1.19.10.2: manual resync to 1.20 to prevent conflicts at integration time 2007/12/11 22:18:45 fs 1.19.10.1: #i49133# m_bEmbeddedScriptSupport

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f11ddb715e28831b2dc5f6d6b4451e56a865e307]

        INTEGRATION: CWS odbmacros2 (1.33.2); FILE MERGED 2008/02/18 21:13:19 fs 1.33.2.2: #i49133# also allow a sequence of named values for the OutplaceFrameProperties 2007/12/11 22:19:27 fs 1.33.2.1: #i49133# support for embedded documents which do not support embedded scripts

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5eb0765012de27e078dac21353fe5b0ebdb414df]

        INTEGRATION: CWS odbmacros2 (1.22.10); FILE MERGED 2007/12/11 22:19:27 fs 1.22.10.1: #i49133# support for embedded documents which do not support embedded scripts

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d18f8f65bdf21155a3f0c804c9770e7732929a93]

        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>  [66ce40d3c0af4dab8602a62a5231933e5f85deb6]

        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>  [b154a643e7106a7dbc0a5f3679659ffe294391ca]

        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>  [7fedd68c94fb7e4e82c1df6a7c45022df19265f3]

        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>  [2e686009e5bbceb0c565a7c5e78562f85f897d1d]

        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>  [db48010f42c81ac7d92dd49d8403d015503338ae]

        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>  [5fe666641d63673ee9eafd4350fa85a7bd29dfc0]

        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>  [fbc6671941bed69f4268bc4c54df87a9a555e978]

        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>  [93bd20a7c539126d56a24aae8fe784c243c32883]

        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>  [d01951cd8e7d93d75442eeeb536e16cd914a2d80]

        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>  [de94a4d6f2e31f1975e4ec3423889ee66f2157ad]

        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>  [0ec7c089c07b0e21ec461a13a34fef7ec9d25a37]

        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>  [2de3c36bdb7285df3f559af4b3382234e83b05df]

        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>  [3337535a723f861989daf1219c4f7b3aba851244]

        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>  [68c1059c746ee60c914aca7f711de0ccf285cdbc]

        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>  [9c597029375643356f83fe41a66f5d7fbf70f70e]

        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>  [8ae94e14efd1b6cebaeb0f67e1bd569e67f9ff73]

        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>  [506f34919d3ee54e1f75561c42d31a54ee341504]

        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>  [e5b2cd80b01490a7172ae3a2fab82ab305ca8375]

        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>  [9440f42a02c786a8b16fe869e32a2d98e37799cd]

        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>  [60b2032bcb241f49ff9f43a074d457588bc8d79d]

        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>  [567f062fc0b6ef6f0bf1b30f4793e771a13bdcf0]

        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>  [dcfe91aa8a4ea8d25c0cd5e336247947e1a2744b]

        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>  [d673d4a848bc782300f300e34a20691ea807dc36]

        INTEGRATION: CWS odbmacros2 (1.17.10); FILE MERGED 2007/12/10 11:35:58 fs 1.17.10.1: #i49133# getDocumentId: when the document does not have a RuntimeUID property, and we use its 'this' pointer as fallback, ensure it is really the same even for different interfaces to the same object

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [611597e3343330253660daa11839cd21630381bb]

        INTEGRATION: CWS odbmacros2 (1.5.18); FILE MERGED 2008/03/04 12:09:49 fs 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/15 09:56:41 fs 1.5.18.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4f1dae914666d4223361e8210368f5ca13452eb8]

        INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED 2008/01/15 09:55:46 fs 1.2.90.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2495b03453e358b8cbfd0011332abc746c30520f]

        INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED 2008/02/11 11:13:08 fs 1.2.90.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:56 fs 1.2.90.2: canAdvance made const 2008/01/15 09:55:46 fs 1.2.90.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [996838d3fd5190fa87bdde5240c708ce6c54b353]

        INTEGRATION: CWS odbmacros2 (1.3.56); FILE MERGED 2008/03/04 12:09:42 fs 1.3.56.4: RESYNC: (1.3-1.4); FILE MERGED 2008/02/11 11:13:08 fs 1.3.56.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:56 fs 1.3.56.2: canAdvance made const 2008/01/15 09:55:46 fs 1.3.56.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [db6e9452cf9b6161dc2bf428627e3832e68dce9b]

        INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED 2008/01/30 13:21:56 fs 1.2.90.2: canAdvance made const 2008/01/15 09:55:46 fs 1.2.90.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b18ff768ba17f4515108199d2e6456868d2a47b5]

        INTEGRATION: CWS odbmacros2 (1.2.90); FILE MERGED 2008/02/11 11:13:08 fs 1.2.90.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [16e4ab5c5f5066bbeab71d101f9d0e8bb78b1bba]

        INTEGRATION: CWS odbmacros2 (1.6.28); FILE MERGED 2008/02/11 11:13:07 fs 1.6.28.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c30b5dcab6fc6f8852c54063d4753d6882b7f65d]

        INTEGRATION: CWS odbmacros2 (1.3.56); FILE MERGED 2008/01/15 09:55:46 fs 1.3.56.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6341357120dc50e4ade65d1db09b84c20058e196]

        INTEGRATION: CWS odbmacros2 (1.3.28); FILE MERGED 2008/01/15 09:55:46 fs 1.3.28.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [519e8bd7e3950d10fee9477a86f19e4776b52c13]

        INTEGRATION: CWS odbmacros2 (1.6.70); FILE MERGED 2008/02/25 13:27:34 fs 1.6.70.1: #i86427# pass a ContextDocument to the to-be-created property browser controller

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6860ae26c0d633f92ed0adc4fd1dc035ad2610c6]

        INTEGRATION: CWS odbmacros2 (1.7.16); FILE MERGED 2008/02/25 13:26:53 fs 1.7.16.2: #i86427# GetCurrentDocument made public 2007/12/22 13:32:23 fs 1.7.16.1: #i49133# overload GetCurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4100f202203a886e74eb7e7d570116c874895d76]

        INTEGRATION: CWS odbmacros2 (1.27.40); FILE MERGED 2008/02/25 15:00:27 fs 1.27.40.2: #i10000# 2008/02/25 13:27:42 fs 1.27.40.1: #i86427# pass a ContextDocument to the to-be-created property browser controller

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3a9b056f652e96eea21170b3670c5e940a79bd91]

        INTEGRATION: CWS odbmacros2 (1.52.20); FILE MERGED 2008/02/25 13:28:14 fs 1.52.20.1: #i86427# PropBrw::Update changed signature

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9aef3e1507e96e12f9fe1db8f57f7f2b04777df7]

        INTEGRATION: CWS odbmacros2 (1.4.16); FILE MERGED 2007/12/12 14:39:23 fs 1.4.16.1: #i49133# getObjectNames: don't assert when the library actually doesn't exist

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [610d391bfe659199a8d2e76abda659489feede05]

        INTEGRATION: CWS odbmacros2 (1.34.32); FILE MERGED 2008/01/05 23:05:10 fs 1.34.32.1: #i49133# when limiting the chose macro to a certain document, respect the XScriptInvocationContext presence

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5d59b648835e5dc5098a959bf660148db846f392]

        INTEGRATION: CWS odbmacros2 (1.45.16); FILE MERGED 2007/12/22 13:34:36 fs 1.45.16.2: during #i49133#: don't reset the CurrentComponent 2007/12/18 21:14:02 fs 1.45.16.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [aa4e35234ae77267c12a386e20154d75fe784253]

        INTEGRATION: CWS odbmacros2 (1.16.66); FILE MERGED 2008/02/25 13:28:21 fs 1.16.66.1: #i86427# PropBrw::Update changed signature

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1a9dd5ab0351e030cb3703b94837d131194dc495]

        INTEGRATION: CWS odbmacros2 (1.53.16); FILE MERGED 2007/12/22 13:33:55 fs 1.53.16.3: #i49133# overload GetCurrentComponent, returning the current document in the IDE, to be set as SfxObjectShell::SetCurrentComponent 2007/12/20 10:17:11 fs 1.53.16.2: during #i49133#: never set the CurrentComponent (formerly WorkingDocument) to NULL. The general pattern is that it is set to a non-NULL component upon activation only. Else, we'll have a hard time to a) also support non-SFX documents and b) ensure that the CurrentComponent stays untouched when switching from another document to the Basic IDE 2007/12/18 21:14:02 fs 1.53.16.1: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f1766560cc002fc74d87fcf429b1878a16a4c41c]

        INTEGRATION: CWS odbmacros2 (1.41.6); FILE MERGED 2008/02/25 13:28:41 fs 1.41.6.1: #i86427# PropBrw::Update changed signature

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a2b62053bb7e1c2a060b518c7ca60671454e1702]

        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>  [bd2e6e10fa8243d560db0943a5af001b15e42646]

        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>  [0fb62c8de7618b404d7a76be3b4da676fca217b0]

        INTEGRATION: CWS odbmacros2 (1.17.126); FILE MERGED 2007/12/22 13:38:10 fs 1.17.126.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:12:52 fs 1.17.126.1: #i49133# allow creating text documents which do not support scripting.
        
        For this purpose, use a SwDocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments"

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5b22075ca32caa2a213816eef3172e37bc52f74]

        INTEGRATION: CWS odbmacros2 (1.8.126); FILE MERGED 2007/12/22 13:38:10 fs 1.8.126.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:12:52 fs 1.8.126.1: #i49133# allow creating text documents which do not support scripting.
        
        For this purpose, use a SwDocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments"

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3bf92148097a058ef39a983cba626cf9917be444]

        INTEGRATION: CWS odbmacros2 (1.7.88); FILE MERGED 2008/01/15 11:50:41 fs 1.7.88.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [778a9d979a7b1c13b45888f77fb13462604d8e66]

        INTEGRATION: CWS odbmacros2 (1.3.1082); FILE MERGED 2008/02/11 11:13:29 fs 1.3.1082.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c9c89ac9aecb594209a4b14a7dbcf238fa218324]

        INTEGRATION: CWS odbmacros2 (1.10.124); FILE MERGED 2008/02/11 11:13:29 fs 1.10.124.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [217444be990cda6f88b25395f9d837c744934148]

        INTEGRATION: CWS odbmacros2 (1.8.126); FILE MERGED 2008/01/30 13:31:34 fs 1.8.126.2: canAdvance made const 2008/01/15 11:50:41 fs 1.8.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3849aa10bf9a6b6db4139e11a322fd0df670a100]

        INTEGRATION: CWS odbmacros2 (1.20.122); FILE MERGED 2008/02/04 13:11:25 fs 1.20.122.3: RESYNC: (1.20-1.21); FILE MERGED 2008/01/30 13:31:34 fs 1.20.122.2: canAdvance made const 2008/01/15 11:50:41 fs 1.20.122.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [03d1c163453ef4e4cdcb3987a07bcead2ef03208]

        INTEGRATION: CWS odbmacros2 (1.17.126); FILE MERGED 2008/02/11 11:13:29 fs 1.17.126.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f6c91e6a9747c5674a8f258089af1a547c3699fe]

        INTEGRATION: CWS odbmacros2 (1.4.952); FILE MERGED 2008/02/11 11:13:29 fs 1.4.952.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9c3b41531daea81b6a856eac9db449ff56542b96]

        INTEGRATION: CWS odbmacros2 (1.13.126); FILE MERGED 2008/02/11 11:13:29 fs 1.13.126.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [47cbd9ff2ae900345acb7ed347c2a26df5419d04]

        INTEGRATION: CWS odbmacros2 (1.4.840); FILE MERGED 2008/02/11 11:13:29 fs 1.4.840.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3df4613321bfe28e704258523a57727e7edc611b]

        INTEGRATION: CWS odbmacros2 (1.13.124); FILE MERGED 2008/02/11 11:13:29 fs 1.13.124.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b00950f05a86b40ac8858f2322c7d05209aeaef3]

        INTEGRATION: CWS odbmacros2 (1.8.88); FILE MERGED 2008/02/11 11:13:29 fs 1.8.88.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:31:34 fs 1.8.88.2: canAdvance made const 2008/01/15 11:50:41 fs 1.8.88.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [41fe4ce60e881fa427238d821be99a840ecbef7c]

        INTEGRATION: CWS odbmacros2 (1.21.52); FILE MERGED 2008/02/11 11:13:29 fs 1.21.52.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:31:34 fs 1.21.52.2: canAdvance made const 2008/01/15 11:50:41 fs 1.21.52.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e465a07a5815678875ca2dc307e84c068903a00f]

        INTEGRATION: CWS odbmacros2 (1.5.330); FILE MERGED 2008/01/15 11:50:41 fs 1.5.330.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [881f611d39d12793cf5c4d26d2192c46a4e88bd7]

        INTEGRATION: CWS odbmacros2 (1.3.1082); FILE MERGED 2008/01/15 11:50:41 fs 1.3.1082.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7edfb1e90e122d64c63d4f5bfc62b1c10c44fd78]

        INTEGRATION: CWS odbmacros2 (1.14.126); FILE MERGED 2008/02/11 11:13:29 fs 1.14.126.2: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/15 11:50:40 fs 1.14.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a9e553b2692b47b5879037f36c57f54b009550e5]

        INTEGRATION: CWS odbmacros2 (1.61.122); FILE MERGED 2008/03/04 12:06:00 fs 1.61.122.2: RESYNC: (1.61-1.62); FILE MERGED 2007/12/12 11:10:34 fs 1.61.122.1: #i49133# non-copy-ctor now takes (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6679eaeee046647efd2c3efdda0b931a9e846a1b]

        INTEGRATION: CWS odbmacros2 (1.43.86); FILE MERGED 2008/03/04 12:05:56 fs 1.43.86.2: RESYNC: (1.43-1.44); FILE MERGED 2007/12/12 11:10:03 fs 1.43.86.1: #i49133# non-copy-ctor now takes (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0690af9d75f4b8eaa36e2a1854b0efee886f401e]

        INTEGRATION: CWS odbmacros2 (1.10.240); FILE MERGED 2007/12/22 13:38:14 fs 1.10.240.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:15:45 fs 1.10.240.1: #i49133# allow creating text which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2c0be4402ab0cad638cb46491bef78633ffbfdd2]

        INTEGRATION: CWS odbmacros2 (1.12.178); FILE MERGED 2007/12/22 13:38:14 fs 1.12.178.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:15:44 fs 1.12.178.1: #i49133# allow creating text which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a19463e3da06b1f91007092cf2518d92a5267363]

        INTEGRATION: CWS odbmacros2 (1.5.240); FILE MERGED 2007/12/12 11:14:02 fs 1.5.240.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9e5094e36b63b12e36d92081d6038f2c6022cbca]

        INTEGRATION: CWS odbmacros2 (1.14.240); FILE MERGED 2008/02/04 13:10:59 fs 1.14.240.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/12 11:14:01 fs 1.14.240.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0185e0138c8e624bccdbd89c317894df1659e813]

        INTEGRATION: CWS odbmacros2 (1.12.164); FILE MERGED 2007/12/12 11:15:10 fs 1.12.164.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [73371998a17c98f936e5e4c5924db411c7462e75]

        INTEGRATION: CWS odbmacros2 (1.44.126); FILE MERGED 2008/02/04 13:10:56 fs 1.44.126.2: RESYNC: (1.44-1.45); FILE MERGED 2007/12/12 11:15:10 fs 1.44.126.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01406e653cd8858e726e79eb83bc1b4f20cdb77e]

        INTEGRATION: CWS odbmacros2 (1.8.52); FILE MERGED 2008/02/20 14:37:07 fs 1.8.52.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f2d331f304da5dee39e24ae1060d1070d177e1b4]

        INTEGRATION: CWS odbmacros2 (1.10.52); FILE MERGED 2008/03/04 12:05:14 fs 1.10.52.4: RESYNC: (1.10-1.11); FILE MERGED 2008/02/20 14:37:07 fs 1.10.52.3: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage() 2007/12/19 09:21:03 fs 1.10.52.2: #i49133# storeLibraries_impl: don't loose the libraries if we store to our current root storage 2007/12/06 13:29:54 fs 1.10.52.1: #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5bae6e114337c4508c0978182bbc3e7b2f6402eb]

        INTEGRATION: CWS odbmacros2 (1.7.42); FILE MERGED 2008/02/20 14:37:07 fs 1.7.42.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [34cc79656725ee4e19409bac2fde8b0ecb43c711]

        INTEGRATION: CWS odbmacros2 (1.6.52); FILE MERGED 2008/02/20 14:37:07 fs 1.6.52.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [209d94aee7be235f9c2fb3ef1df1883a36874ab8]

        INTEGRATION: CWS odbmacros2 (1.2.72); FILE MERGED 2008/02/20 14:37:07 fs 1.2.72.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0c4803a11c1e50b0972a75d0d2e8c9e365226447]

        INTEGRATION: CWS odbmacros2 (1.6.72); FILE MERGED 2008/02/20 14:37:07 fs 1.6.72.1: cosmetic change: implSetStorage(XStorage) -> onNewRootStorage()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [12f11ee67e8499c4c77820ce25b3fe821e395afb]

        INTEGRATION: CWS odbmacros2 (1.42.28); FILE MERGED 2007/12/19 14:50:14 fs 1.42.28.3: #i49133# *GlobalUNOConstant consolidated into SetGlobalUNOConstant 2007/12/13 11:28:43 fs 1.42.28.2: SetGlobalUNOVariable: search for SbxClass_PROPERTY, not SbxClass_OBJECT 2007/12/12 12:22:32 fs 1.42.28.1: #i49133# Re/SetGlobalUNOConstant

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [47f7b76d3bc4a7f595c65fad97e59dd57dfc8061]

        INTEGRATION: CWS odbmacros2 (1.7.20); FILE MERGED 2008/03/04 12:05:07 fs 1.7.20.3: RESYNC: (1.7-1.8); FILE MERGED 2007/12/19 14:50:49 fs 1.7.20.2: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/06 13:29:33 fs 1.7.20.1: #i49133# don't assume an XDocumentInfoSupplier interface

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0cf34de25e2c76e31930f81aff250b640e94ad96]

        INTEGRATION: CWS odbmacros2 (1.2.68); FILE MERGED 2007/12/19 14:49:52 fs 1.2.68.1: #i49133# export sbxToUnoValue (was declared extern in various other modules, anyway)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ec658f8fe4d5c40f47d4de71775a4d4640229ff7]

        INTEGRATION: CWS odbmacros2 (1.3.28); FILE MERGED 2007/12/19 14:47:48 fs 1.3.28.2: #i49133# *GlobalUNOConstant consolidated into SetGlobalUNOConstant 2007/12/12 12:20:17 fs 1.3.28.1: #i49133# Re/SetGlobalUNOConstant

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3bdf171c8f649308cc93264ddca61cbde1c22467]

        INTEGRATION: CWS odbmacros2 (1.2.68); FILE MERGED 2007/12/19 09:38:47 fs 1.2.68.1: typo

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e42a32b1e495922ae5590982aa563fd55b6bc4bb]

        INTEGRATION: CWS odbmacros2 (1.16.82); FILE MERGED 2008/01/15 09:53:32 fs 1.16.82.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f7ee1244eaae9dc90ab26a8e66a0d628d9357937]

        INTEGRATION: CWS odbmacros2 (1.8.126); FILE MERGED 2008/02/04 13:10:31 fs 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/15 09:53:32 fs 1.8.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1f08455f72845c0fd12b3769309efad363395823]

        INTEGRATION: CWS odbmacros2 (1.5.126); FILE MERGED 2008/01/15 09:53:32 fs 1.5.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eba34edf4f58c7f21e10bda5267954c98f66b1bf]

        INTEGRATION: CWS odbmacros2 (1.17.52); FILE MERGED 2008/03/04 12:04:38 fs 1.17.52.3: RESYNC: (1.18-1.19); FILE MERGED 2008/02/04 13:10:28 fs 1.17.52.2: RESYNC: (1.17-1.18); FILE MERGED 2008/01/15 09:53:32 fs 1.17.52.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fbc36cefd4bba489e7b0a153d65ff54be036bd0a]

        INTEGRATION: CWS odbmacros2 (1.9.312); FILE MERGED 2008/03/04 21:32:42 fs 1.9.312.6: #i10000# 2008/03/04 12:04:34 fs 1.9.312.5: RESYNC: (1.10-1.11); FILE MERGED 2008/02/11 11:12:38 fs 1.9.312.4: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 13:10:25 fs 1.9.312.3: RESYNC: (1.9-1.10); FILE MERGED 2008/01/30 13:22:16 fs 1.9.312.2: canAdvance made const 2008/01/15 09:53:32 fs 1.9.312.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [77350d0d69ab9d27d308065098c5fb87f766ffb3]

        INTEGRATION: CWS odbmacros2 (1.17.126); FILE MERGED 2008/03/04 21:32:41 fs 1.17.126.7: #i10000# 2008/03/04 12:04:31 fs 1.17.126.6: RESYNC: (1.18-1.19); FILE MERGED 2008/02/11 11:12:38 fs 1.17.126.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 19:56:46 fs 1.17.126.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:10:22 fs 1.17.126.3: RESYNC: (1.17-1.18); FILE MERGED 2008/01/30 13:22:16 fs 1.17.126.2: canAdvance made const 2008/01/15 09:53:32 fs 1.17.126.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c5fe5bd64bbc2bf6858c0c7e4f7171b95fd18ceb]

        INTEGRATION: CWS odbmacros2 (1.3.36); FILE MERGED 2008/03/04 12:02:11 fs 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED 2008/02/06 16:13:58 fs 1.3.36.1: #i49133# add 'dbmm' lib/res

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [863bd454e827177109e6f21ef3dabaa018e98ab5]

        INTEGRATION: CWS odbmacros2 (1.85.20); FILE MERGED 2008/03/04 12:02:07 fs 1.85.20.2: RESYNC: (1.85-1.86); FILE MERGED 2008/02/06 16:13:58 fs 1.85.20.1: #i49133# add 'dbmm' lib/res

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [273d6a40f03bfd39563036028ec8f6b962b5027c]

        INTEGRATION: CWS odbmacros2 (1.58.146); FILE MERGED 2008/02/06 16:13:58 fs 1.58.146.1: #i49133# add 'dbmm' lib/res

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8e4f99e7b9cf01d79bacd5578cb0c05e06a7b820]

        INTEGRATION: CWS odbmacros2 (1.273.4); FILE MERGED 2008/03/04 12:01:57 fs 1.273.4.2: RESYNC: (1.273-1.276); FILE MERGED 2008/02/06 16:13:58 fs 1.273.4.1: #i49133# add 'dbmm' lib/res

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ac5140c7e398136593dcfe44dbd184957a23fe46]

        INTEGRATION: CWS odbmacros2 (1.67.12); FILE MERGED 2008/01/24 13:51:56 fs 1.67.12.1: #i52392#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [118f0042f62a3f85cf2482fbdd8a5d6edfb98542]

        INTEGRATION: CWS odbmacros2 (1.6.60); FILE MERGED 2007/12/22 13:39:56 fs 1.6.60.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:22:57 fs 1.6.60.1: #i49133# allow creating documents which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [301c6a1557e9eb26e1cb195b52d40e3904da0ea8]

        INTEGRATION: CWS odbmacros2 (1.12.60); FILE MERGED 2007/12/22 13:39:56 fs 1.12.60.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/12 11:22:56 fs 1.12.60.1: #i49133# allow creating documents which do not support scripting.
        
        For this purpose, use a DocShell ctor which allows disabling scripting,
        plus a service factory creator (::sfx2::createSfxModelFacrtory instead
        of ::cppu::createSingleFactory) which extracts this setting from the
        arguments given to createInstanceWithArguments

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [586eda8a7f07306014cdcfb4bfa70976ff20d9da]

        INTEGRATION: CWS odbmacros2 (1.91.42); FILE MERGED 2008/03/04 12:01:44 fs 1.91.42.2: RESYNC: (1.91-1.92); FILE MERGED 2007/12/12 11:22:28 fs 1.91.42.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [362996a225ea77ab4fef50ea08a8ba81702309d2]

        INTEGRATION: CWS odbmacros2 (1.32.48); FILE MERGED 2008/03/04 12:01:39 fs 1.32.48.2: RESYNC: (1.32-1.33); FILE MERGED 2007/12/12 11:22:14 fs 1.32.48.1: #i49133# ctor now takes new (defaulted) argument which allows to switch off scripting support (by calling SfxObjectShell::SetHasNoBasic)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0050329bd9160e18977b7a2d69a86525d7e7518d]

        INTEGRATION: CWS odbmacros2 (1.6.34); FILE MERGED 2008/03/04 12:01:31 fs 1.6.34.4: RESYNC: (1.8-1.10); FILE MERGED 2008/02/06 21:46:22 fs 1.6.34.3: #i49133# some initialization-related re-factoring 2008/02/04 13:09:53 fs 1.6.34.2: RESYNC: (1.6-1.8); FILE MERGED 2008/01/28 11:39:42 fs 1.6.34.1: new include necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fceda111658b3935f387ff72180939f6868f0932]

        INTEGRATION: CWS odbmacros2 (1.5.38); FILE MERGED 2008/01/28 11:39:19 fs 1.5.38.1: new include necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [889cb1ecdefe8b0ab61c61f6c034a9c7d13eb17c]

        INTEGRATION: CWS odbmacros2 (1.47.8); FILE MERGED 2008/02/04 13:09:29 fs 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2008/01/16 16:01:25 fs 1.47.8.1: .

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e95ab660785188b345fecb75bae747fc57365b34]

        INTEGRATION: CWS odbmacros2 (1.4.260); FILE MERGED 2008/02/04 13:09:25 fs 1.4.260.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/12 14:36:05 fs 1.4.260.1: #i49133# when invoking the macro assignment dialog, pass it the frame of our context document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c13153dfd0fcc200b3f0e2e4b1839a5e49f8969a]

        INTEGRATION: CWS odbmacros2 (1.10.8); FILE MERGED 2008/02/04 13:09:22 fs 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/12 14:36:04 fs 1.10.8.1: #i49133# when invoking the macro assignment dialog, pass it the frame of our context document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e811f031cfb312112d9d46d82254840046836f3e]

        INTEGRATION: CWS odbmacros2 (1.7.424); FILE MERGED 2008/02/11 11:14:56 fs 1.7.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:51 fs 1.7.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.7.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [692d62dfbcf349f4e7716ccce00b792b61ca81f9]

        INTEGRATION: CWS odbmacros2 (1.19.114); FILE MERGED 2008/02/11 11:14:56 fs 1.19.114.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 20:02:16 fs 1.19.114.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:09:19 fs 1.19.114.3: RESYNC: (1.19-1.20); FILE MERGED 2008/01/30 13:19:51 fs 1.19.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.19.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d9618ff4379f12ac23a655cd19f6101433d6c735]

        INTEGRATION: CWS odbmacros2 (1.8.424); FILE MERGED 2008/02/11 11:14:56 fs 1.8.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:50 fs 1.8.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.8.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cf392325ca52d5d04c15422dfb195f2a63d9692f]

        INTEGRATION: CWS odbmacros2 (1.17.114); FILE MERGED 2008/02/11 11:14:55 fs 1.17.114.4: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 13:09:16 fs 1.17.114.3: RESYNC: (1.17-1.18); FILE MERGED 2008/01/30 13:19:50 fs 1.17.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.17.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [88c134e8f50b1d57ae26cbfdfb780db6e9711b16]

        INTEGRATION: CWS odbmacros2 (1.4.424); FILE MERGED 2008/02/11 11:14:55 fs 1.4.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:50 fs 1.4.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.4.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [58b8937f85d0caec9ce26a9c4dcd46914164e074]

        INTEGRATION: CWS odbmacros2 (1.16.114); FILE MERGED 2008/02/11 11:14:55 fs 1.16.114.4: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 13:09:12 fs 1.16.114.3: RESYNC: (1.16-1.17); FILE MERGED 2008/01/30 13:19:50 fs 1.16.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.16.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1feefba22c7f56e001734f5100bc4ce4137e7375]

        INTEGRATION: CWS odbmacros2 (1.6.424); FILE MERGED 2008/02/11 11:14:55 fs 1.6.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:19:50 fs 1.6.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.6.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [82c4cc44c7343f9bb0e424caab2df8a0ca810b9f]

        INTEGRATION: CWS odbmacros2 (1.15.114); FILE MERGED 2008/02/11 11:14:55 fs 1.15.114.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 20:02:16 fs 1.15.114.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:09:09 fs 1.15.114.3: RESYNC: (1.15-1.16); FILE MERGED 2008/01/30 13:19:50 fs 1.15.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.15.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a2589bb51b4e59dc360f2202b09f41b7cd76f909]

        INTEGRATION: CWS odbmacros2 (1.9.228); FILE MERGED 2008/01/15 07:18:39 fs 1.9.228.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e3154d8e86c8d601759c652bd21a84601694281c]

        INTEGRATION: CWS odbmacros2 (1.10.44); FILE MERGED 2008/02/11 11:14:55 fs 1.10.44.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:09 fs 1.10.44.2: canAdvance made const 2008/01/15 09:52:42 fs 1.10.44.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [415cc5cdeee9e506c019d98035959923d0d2915a]

        INTEGRATION: CWS odbmacros2 (1.13.44); FILE MERGED 2008/02/11 11:14:55 fs 1.13.44.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 20:02:16 fs 1.13.44.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:09:06 fs 1.13.44.3: RESYNC: (1.13-1.14); FILE MERGED 2008/01/30 13:21:09 fs 1.13.44.2: canAdvance made const 2008/01/15 09:52:42 fs 1.13.44.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1907c2a1161a431c0c78436d2f76b8f61a260874]

        INTEGRATION: CWS odbmacros2 (1.4.424); FILE MERGED 2008/02/11 11:14:55 fs 1.4.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:21:09 fs 1.4.424.2: canAdvance made const 2008/01/15 09:52:42 fs 1.4.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9fa6c9bc01e20e1ff5c4266ebc29861e62b238a9]

        INTEGRATION: CWS odbmacros2 (1.7.114); FILE MERGED 2008/02/11 11:14:55 fs 1.7.114.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 20:02:16 fs 1.7.114.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:09:03 fs 1.7.114.3: RESYNC: (1.7-1.8); FILE MERGED 2008/01/30 13:21:09 fs 1.7.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.7.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [39d46129b77da801648324b5bc9d3bb074662666]

        INTEGRATION: CWS odbmacros2 (1.10.334); FILE MERGED 2008/03/04 12:01:14 fs 1.10.334.3: RESYNC: (1.11-1.12); FILE MERGED 2008/02/04 13:09:00 fs 1.10.334.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/30 13:21:09 fs 1.10.334.1: canAdvance made const

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [95cf3f443994a773f5587a1c9098d513141825cb]

        INTEGRATION: CWS odbmacros2 (1.5.424); FILE MERGED 2008/02/11 11:14:55 fs 1.5.424.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3fa480214786ec96a1db2163b61ef1a6cb3d99a9]

        INTEGRATION: CWS odbmacros2 (1.11.18); FILE MERGED 2008/02/11 11:14:55 fs 1.11.18.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [47caced60cf69eadef42afc38ddb7acca9981363]

        INTEGRATION: CWS odbmacros2 (1.6.228); FILE MERGED 2008/01/15 07:18:39 fs 1.6.228.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a47165150fad2579116a4eb070968696f75b4ecc]

        INTEGRATION: CWS odbmacros2 (1.9.44); FILE MERGED 2008/01/15 07:18:39 fs 1.9.44.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f1cd874e2c74d7fa511d2ddeef9e58239434181d]

        INTEGRATION: CWS odbmacros2 (1.12.44); FILE MERGED 2008/02/04 13:08:56 fs 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/15 07:18:39 fs 1.12.44.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c7c9422ef94addc26c700dbfbb70acacff7dba47]

        INTEGRATION: CWS odbmacros2 (1.7.114); FILE MERGED 2008/02/11 11:14:55 fs 1.7.114.5: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 20:02:16 fs 1.7.114.4: more roadmap/wizard re-factoring: implUpdateNextButton superseded by update(Dialog)TravelUI 2008/02/04 13:08:53 fs 1.7.114.3: RESYNC: (1.7-1.8); FILE MERGED 2008/01/30 13:21:09 fs 1.7.114.2: canAdvance made const 2008/01/15 09:52:42 fs 1.7.114.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f17a8dbaebdb50ec7bf5d9eb2562f0d676e4144f]

        INTEGRATION: CWS odbmacros2 (1.58.44); FILE MERGED 2008/01/30 13:21:08 fs 1.58.44.2: canAdvance made const 2008/01/15 07:18:39 fs 1.58.44.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1eefefa496f3a13fe1b4abeba6631013b185901a]

        INTEGRATION: CWS odbmacros2 (1.5.372); FILE MERGED 2008/01/15 09:52:42 fs 1.5.372.2: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133# 2008/01/15 07:18:39 fs 1.5.372.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [32322d9210224c6413263836aee3d69235f8ef31]

        INTEGRATION: CWS odbmacros2 (1.16.44); FILE MERGED 2008/02/05 07:31:15 fs 1.16.44.4: #i10000# 2008/02/04 13:08:50 fs 1.16.44.3: RESYNC: (1.16-1.17); FILE MERGED 2008/01/15 09:52:42 fs 1.16.44.2: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133# 2008/01/15 07:18:39 fs 1.16.44.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d3d04fb38f5771b715a0f93193870709a719127f]

        INTEGRATION: CWS odbmacros2 (1.13.44); FILE MERGED 2008/01/30 13:21:08 fs 1.13.44.2: canAdvance made const 2008/01/15 07:18:39 fs 1.13.44.1: #i67987# use a roadmap in this wizard

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eb0cce55ad5e38842ccce4395da56741ff26a618]

        INTEGRATION: CWS odbmacros2 (1.5.424); FILE MERGED 2008/02/11 11:14:55 fs 1.5.424.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:20:59 fs 1.5.424.2: #i49133# outsourced the handling of the location of the new database to a dedicated class (::svx::DatabaseLocationInputController) 2008/01/15 09:52:42 fs 1.5.424.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6c303ea0a4c6927f791c973ae685390293738f6f]

        INTEGRATION: CWS odbmacros2 (1.9.112); FILE MERGED 2008/02/11 11:14:55 fs 1.9.112.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/30 13:20:59 fs 1.9.112.2: #i49133# outsourced the handling of the location of the new database to a dedicated class (::svx::DatabaseLocationInputController) 2008/01/15 09:52:42 fs 1.9.112.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [936540093db8f05d74f408ad5de20ee5d313b1de]

        INTEGRATION: CWS odbmacros2 (1.32.2); FILE MERGED 2008/03/04 12:00:54 fs 1.32.2.2: RESYNC: (1.32-1.33); FILE MERGED 2007/12/19 09:49:52 fs 1.32.2.1: #i49133# link DBA lib with BASIC lib

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2d1e7c4d2fa14ff9c38d62c37576c588330ffff7]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/02/18 13:48:37 fs 1.1.2.1: #i10000# Our framework needs a "menubar" folder for each module's description (modules/dbbrowser/menubar in this case), even if it doesn't contain a menubar.xml. Otherwise, it will fail to load all UI elements for this module. Unfortunately, the place where our uiconfig.zip is packaged doesn't respect empty folders, so we need to have a folder with a dummy file - "preserve.txt", in this case.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [49b4c2da4345c2aa8ed0020bda66afd3f4fa8141]

        INTEGRATION: CWS odbmacros2 (1.12.196); FILE MERGED 2007/12/06 13:34:07 fs 1.12.196.1: during #i49133#: support a HelpURL property

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4c822a8b57db279875c8cfe8b6d7335e92647ad8]

        INTEGRATION: CWS odbmacros2 (1.7.98); FILE MERGED 2008/01/24 14:10:20 fs 1.7.98.1: during #i49133#: its not necessary at all to have an own implementation for the authentication request - the generic interaction handler can easily do this

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b9ee95e8b7b00c2878cd210a612a8ff052d2a1f1]

        INTEGRATION: CWS odbmacros2 (1.15.196); FILE MERGED 2008/02/20 13:28:05 fs 1.15.196.2.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/04 13:08:26 fs 1.15.196.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/24 14:10:20 fs 1.15.196.1: during #i49133#: its not necessary at all to have an own implementation for the authentication request - the generic interaction handler can easily do this

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3357270be3c77c9ed71211700a3f871b6f844816]

        INTEGRATION: CWS odbmacros2 (1.114.20); FILE MERGED 2008/02/20 13:28:05 fs 1.114.20.3.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 21:45:11 fs 1.114.20.3: #i49133# some initialization-related re-factoring 2008/02/04 13:08:22 fs 1.114.20.2: RESYNC: (1.114-1.116); FILE MERGED 2007/12/13 11:22:40 fs 1.114.20.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a00036be618dfa3c97882aeee1961ee842671e65]

        INTEGRATION: CWS odbmacros2 (1.50.10); FILE MERGED 2008/02/20 13:28:04 fs 1.50.10.1.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 21:45:28 fs 1.50.10.1: #i49133# some initialization-related re-factoring

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [038b757918a66f6d732eb9c64f6bb7b715a061b8]

        INTEGRATION: CWS odbmacros2 (1.112.2); FILE MERGED 2008/02/20 13:28:04 fs 1.112.2.5.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/11 11:17:17 fs 1.112.2.5: replace ShowTreeView/Button with (Enable|Show)Browser 2008/02/06 21:45:06 fs 1.112.2.4: #i49133# some initialization-related re-factoring 2008/02/04 13:08:19 fs 1.112.2.3: RESYNC: (1.112-1.114); FILE MERGED 2008/01/26 21:22:24 fs 1.112.2.2: new include necessary 2007/12/13 11:22:17 fs 1.112.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [067eae0892a30d71bd02d9bd8d346d68d11dcf6e]

        INTEGRATION: CWS odbmacros2 (1.43.20); FILE MERGED 2008/02/04 13:08:16 fs 1.43.20.2: RESYNC: (1.43-1.44); FILE MERGED 2008/01/26 21:22:23 fs 1.43.20.1: new include necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [73cb775b7d33f2c1f4e9229692a666c5fbdc9a57]

        INTEGRATION: CWS odbmacros2 (1.22.98); FILE MERGED 2008/02/20 13:28:03 fs 1.22.98.6.2.2: some DBG_UNHANDLED_EXCEPTIONs 2008/02/14 12:35:31 fs 1.22.98.6.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/14 08:37:41 fs 1.22.98.6: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate 2008/02/11 13:49:01 fs 1.22.98.5: #i10000# 2008/02/06 21:43:23 fs 1.22.98.4: #i49133# don't support XScriptInvocationContext if our associated document does not support XEmbeddedScripts 2008/01/26 21:22:12 fs 1.22.98.3: m_aModelConnector not used anymore 2007/12/18 21:25:10 fs 1.22.98.2: #i49133# some re-factoring 2007/12/13 11:21:27 fs 1.22.98.1: #i49133# +getAssociatedModel / some minor refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [178ed5a28cc9d699b99f30fb5db3aaf9104064f6]

        INTEGRATION: CWS odbmacros2 (1.32.2); FILE MERGED 2007/12/13 11:20:38 fs 1.32.2.1: #i49133# +controllerframe

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e6813106d68f2cabb19590f0d230deda6b434664]

        INTEGRATION: CWS odbmacros2 (1.13.82); FILE MERGED 2008/01/24 14:12:01 fs 1.13.82.2: #i49133# connect: use the document's interaction handler, if there is one 2007/12/19 13:26:25 fs 1.13.82.1: m_xDatabaseContext is not needed

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6cd12f7735623e46f6d9f7e458602de948123561]

        INTEGRATION: CWS odbmacros2 (1.7.10); FILE MERGED 2008/02/20 13:28:02 fs 1.7.10.1.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/11 11:17:43 fs 1.7.10.1: replace ShowTreeView/Button with (Enable|Show)Browser

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [955dff950c56eec59e0098d11ac0c914db9ab408]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/02 20:27:38 fs 1.1.2.7: #i49133# don't rely on frame notifications for activity: window events seem to be more reliable 2007/12/22 13:35:53 fs 1.1.2.6: #i49133# just learned that the ActiveFrame attribute of a frames collection is maintained by the framework itself, no need to update it manually 2007/12/20 10:19:28 fs 1.1.2.5: #i49133# never reset the CurrentComponent to NULL. Even upon deactivation, it stays untouched, until another component is activated and sets it to itself. / #i84767# set the parent frame's active frame 2007/12/19 15:04:22 fs 1.1.2.4: comment corrected 2007/12/19 11:29:40 fs 1.1.2.3: thread safety 2007/12/18 21:24:51 fs 1.1.2.2: #i49133# set the XController as CurrentComponent (i.e. AppBasic's ThisComponent) if it has no model 2007/12/13 11:20:32 fs 1.1.2.1: encapsultaing the frame which a controller is attached to

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [891135eff417d4d537274521b039b3c35720ae84]

        INTEGRATION: CWS odbmacros2 (1.75.2); FILE MERGED 2008/02/20 13:28:02 fs 1.75.2.2.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/04 13:08:13 fs 1.75.2.2: RESYNC: (1.75-1.76); FILE MERGED 2007/12/19 13:25:50 fs 1.75.2.1: getDataSourceName_displayError: database context arg is not necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a2df32db9ec4a059c5b6b4517928f6bced3c634a]

        INTEGRATION: CWS odbmacros2 (1.6.98); FILE MERGED 2007/12/06 13:33:47 fs 1.6.98.1: during #i49133#: support a HelpURL property

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f3fca5d6299812d4a1b02c09603e204496fb1b7e]

        INTEGRATION: CWS odbmacros2 (1.69.82); FILE MERGED 2008/02/06 21:44:22 fs 1.69.82.5: #i49133# don't support XScriptInvocationContext if our associated document does not support XEmbeddedScripts, or if we cannot unambiguously be associated with with a dooc 2008/01/24 10:08:19 fs 1.69.82.4: implDirectSQL was never used 2007/12/19 07:20:35 fs 1.69.82.3: #i10000# 2007/12/19 06:12:01 fs 1.69.82.2: #i49133# +m_xCurrentDatabaseDocument 2007/12/18 21:21:23 fs 1.69.82.1: #i49133# implement XScriptInvocationContext

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eb37a67b101b21637b7644e4155e0fbc3325bd1c]

        INTEGRATION: CWS odbmacros2 (1.6.116); FILE MERGED 2007/12/06 13:33:47 fs 1.6.116.1: during #i49133#: support a HelpURL property

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e7df4bbdb5a6c75e545ced594143db4269438687]

        INTEGRATION: CWS odbmacros2 (1.12.20); FILE MERGED 2008/01/15 09:50:01 fs 1.12.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [05ff491a59b985391f5931c4a1fff38936e2707d]

        INTEGRATION: CWS odbmacros2 (1.7.20); FILE MERGED 2008/01/15 09:50:00 fs 1.7.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9325a46cf8b30bb2f0945e4dc89ef58e1d1cc3ac]

        INTEGRATION: CWS odbmacros2 (1.99.4); FILE MERGED 2008/02/04 13:08:10 fs 1.99.4.2: RESYNC: (1.99-1.100); FILE MERGED 2008/01/26 21:21:40 fs 1.99.4.1: #i49133# new ids

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [296990dc438464755948882aa065a85b3418a6b9]

        INTEGRATION: CWS odbmacros2 (1.6.82); FILE MERGED 2007/12/19 13:26:09 fs 1.6.82.1: m_xDatabaseContext is not needed

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3ad12e3d38d9cbf213767bad681efa672744bfad]

        INTEGRATION: CWS odbmacros2 (1.7.376); FILE MERGED 2007/12/13 11:22:37 fs 1.7.376.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [767b26badff4106a6a5684d8fea638ef0c118954]

        INTEGRATION: CWS odbmacros2 (1.38.98); FILE MERGED 2008/02/20 13:28:02 fs 1.38.98.3.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 08:30:58 fs 1.38.98.3: copying the fix for #i85879# into this CWS: cleanup the toolbar mess in the data source browser 2007/12/18 21:21:43 fs 1.38.98.2: #i49133# some re-factoring 2007/12/13 11:22:37 fs 1.38.98.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ba61e3262eeb708c108b73350dd0390b28086a99]

        INTEGRATION: CWS odbmacros2 (1.38.98); FILE MERGED 2008/01/24 10:08:04 fs 1.38.98.1: #i49133# +ID_MIGRATE_SCRITPS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [570cc31c9b77dc880a1520848e924a2c1c7a23cb]

        INTEGRATION: CWS odbmacros2 (1.32.116); FILE MERGED 2008/02/04 13:08:07 fs 1.32.116.2: RESYNC: (1.32-1.33); FILE MERGED 2007/12/19 13:25:34 fs 1.32.116.1: getDataSourceName_displayError: database context arg is not necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [531799bf525c0876a07ff1eaed855fbab8f33b28]

        INTEGRATION: CWS odbmacros2 (1.30.98); FILE MERGED 2008/02/20 13:28:01 fs 1.30.98.1.2.1: some DBG_UNHANDLED_EXCEPTIONs 2007/12/06 13:34:15 fs 1.30.98.1: during #i49133#: support a HelpURL property

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7f1f315c08aa47c988db150a7fea70cd4be75c3f]

        INTEGRATION: CWS odbmacros2 (1.28.2); FILE MERGED 2008/01/23 14:40:49 fs 1.28.2.2: #i49133# respect our help URL 2007/12/06 13:34:15 fs 1.28.2.1: during #i49133#: support a HelpURL property

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [95f67ba85fbd6f162a361ac8e93f9638592a49f8]

        INTEGRATION: CWS odbmacros2 (1.29.2); FILE MERGED 2008/01/15 09:50:00 fs 1.29.2.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f53cd5bca580f925b43edd661363f8aeaa3195a0]

        INTEGRATION: CWS odbmacros2 (1.18.2); FILE MERGED 2008/01/15 09:50:00 fs 1.18.2.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bbd8b337a7ce83125a0fdf0ad07facf38f922de3]

        INTEGRATION: CWS odbmacros2 (1.13.20); FILE MERGED 2008/01/15 09:50:00 fs 1.13.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e5506f9dce42981b2a08b85302fbf362cf382ee7]

        INTEGRATION: CWS odbmacros2 (1.5.20); FILE MERGED 2008/01/15 09:50:00 fs 1.5.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ccbf4e4ed7775bb1a8485260b069a741b808da2b]

        INTEGRATION: CWS odbmacros2 (1.32.20); FILE MERGED 2008/02/11 11:17:53 fs 1.32.20.3: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/02/04 13:08:04 fs 1.32.20.2: RESYNC: (1.32-1.33); FILE MERGED 2008/01/15 09:50:00 fs 1.32.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f539180fa0d9c4261845224ad7dcc9d7b3571284]

        INTEGRATION: CWS odbmacros2 (1.49.20); FILE MERGED 2008/02/11 11:17:53 fs 1.49.20.2: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS 2008/01/15 09:50:00 fs 1.49.20.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8916aa9b37b71bf283125f71cb4470e437641b4c]

        INTEGRATION: CWS odbmacros2 (1.6.116); FILE MERGED 2008/02/11 11:17:52 fs 1.6.116.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eebc6d7831ab8cc4ca1f150d037fda36e043c6b8]

        INTEGRATION: CWS odbmacros2 (1.10.98); FILE MERGED 2008/02/11 11:17:52 fs 1.10.98.1: IWizardPage is COMMIT_REASON is deprecated - replace usages with CommitPageReason, while I have an svtools-incompatible CWS

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ee7cd6d9e574242c02a3d85e506dd5dce68241e2]

        INTEGRATION: CWS odbmacros2 (1.192.2); FILE MERGED 2008/03/06 09:59:17 fs 1.192.2.14: manual resync to 1.195 to prevent conflicts at integration time 2008/02/18 13:56:24 fs 1.192.2.13: corrected calculation of bHideTreeView 2008/02/20 13:28:00 fs 1.192.2.12.2.3: some DBG_UNHANDLED_EXCEPTIONs 2008/02/18 14:01:03 fs 1.192.2.12.2.2: 'resync': merge changes 1.192.2.12->1.192.2.13 2008/02/14 12:25:00 fs 1.192.2.12.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/14 08:36:55 fs 1.192.2.12: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate 2008/02/11 13:42:13 fs 1.192.2.11: #i10000# 2008/02/11 11:16:47 fs 1.192.2.10: replace ShowTreeView/Button with (Enable|Show)Browser 2008/02/06 21:44:26 fs 1.192.2.9: #i49133# don't support XScriptInvocationContext if our associated document does not support XEmbeddedScripts, or if we cannot unambiguously be associated with with a dooc 2008/02/06 08:35:51 fs 1.192.2.8: copying the fix for #i85879# into this CWS: cleanup the toolbar mess in the data source browser 2008/02/04 22:35:43 fs 1.192.2.7: #i10000# 2008/02/04 13:08:01 fs 1.192.2.6: RESYNC: (1.192-1.193); FILE MERGED 2008/01/24 10:08:47 fs 1.192.2.5: implDirectSQL was never used / since rebuilding the connection is not implemented, remove it from the menu 2007/12/19 13:26:52 fs 1.192.2.4: getDataSourceName_displayError: database context arg is not necessary 2007/12/19 06:12:22 fs 1.192.2.3: #i49133# +m_xCurrentDatabaseDocument 2007/12/18 21:23:20 fs 1.192.2.2: removed an obsolete friend declaration 2007/12/13 11:22:06 fs 1.192.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0e1ac78405e1795cbbd039d9e8f78bbaee1501aa]

        INTEGRATION: CWS odbmacros2 (1.106.120); FILE MERGED 2008/01/24 10:09:00 fs 1.106.120.1: since rebuilding the connection is not implemented, remove it from the menu

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [55bb5a456fe3bd63e7122aff6cef4053f237d3d2]

        INTEGRATION: CWS odbmacros2 (1.81.56); FILE MERGED 2008/02/20 13:28:00 fs 1.81.56.6.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 08:35:28 fs 1.81.56.6: slight refactoring during #i49133# 2008/01/24 10:39:06 fs 1.81.56.5: respect the new 'invisible' flag also when checking the cache 2008/01/24 10:31:37 fs 1.81.56.4: #i49133# support for making features invisible (i.e. they disappear from their menu/toolbar) 2007/12/19 07:14:27 fs 1.81.56.3: #i10000# 2007/12/18 21:23:48 fs 1.81.56.2: #i49133# some re-factoring 2007/12/13 11:22:06 fs 1.81.56.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cb7fc3d98a2db6d0476ffa895453514a02277efc]

        INTEGRATION: CWS odbmacros2 (1.30.198); FILE MERGED 2008/02/20 13:28:00 fs 1.30.198.2.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/04 13:07:57 fs 1.30.198.2: RESYNC: (1.30-1.31); FILE MERGED 2007/12/13 11:22:06 fs 1.30.198.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a45486cb02a87a3dfabe431483ee400f8ef49d20]

        INTEGRATION: CWS odbmacros2 (1.31.64); FILE MERGED 2008/02/11 11:16:47 fs 1.31.64.7: replace ShowTreeView/Button with (Enable|Show)Browser 2008/02/07 15:49:08 fs 1.31.64.6: #i10000# 2008/02/06 08:35:12 fs 1.31.64.5: copying the fix for #i85879# into this CWS: cleanup the toolbar mess in the data source browser 2007/12/19 19:53:01 fs 1.31.64.4: #i10000# 2007/12/19 13:27:08 fs 1.31.64.3: #i49133# some tweaking 2007/12/19 07:17:36 fs 1.31.64.2: #i10000# 2007/12/19 06:13:26 fs 1.31.64.1: #i49133# don't attach the DBDoc model to the loaded controllers, this is not supported by them (they don't have own models, and attaching the database document is wrong, speaking strictly)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1fd3fddca0ce8e6da03788fe7edb03e7210a52bd]

        INTEGRATION: CWS odbmacros2 (1.102.2); FILE MERGED 2008/03/06 10:17:57 fs 1.102.2.6: manual resync to 1.104 to prevent conflicts at integration time 2008/02/20 13:28:00 fs 1.102.2.5.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 08:34:36 fs 1.102.2.5: copying the fix for #i85879# into this CWS: cleanup the toolbar mess in the data source browser 2008/02/04 13:07:54 fs 1.102.2.4: RESYNC: (1.102-1.103); FILE MERGED 2008/01/26 21:21:25 fs 1.102.2.3: spelling 2007/12/18 21:23:48 fs 1.102.2.2: #i49133# some re-factoring 2007/12/13 11:22:06 fs 1.102.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [173558fbbcc11f58ea4e59558413db872e4490cd]

        INTEGRATION: CWS odbmacros2 (1.6.198); FILE MERGED 2008/01/26 21:17:14 fs 1.6.198.1: some re-factoring

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4411287395e5e955dcd1e9fe9679750865f72337]

        INTEGRATION: CWS odbmacros2 (1.15.2); FILE MERGED 2008/01/26 21:19:45 fs 1.15.2.1: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [178a56cae4efd0f022f434a208027eded0626586]

        INTEGRATION: CWS odbmacros2 (1.14.56); FILE MERGED 2008/01/28 11:34:57 fs 1.14.56.1: during #i49133#: changeContainer->selectContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7d27f8296a8ca471aa018f3eaf04726279ad6935]

        INTEGRATION: CWS odbmacros2 (1.21.56); FILE MERGED 2008/02/20 13:28:00 fs 1.21.56.1.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/01/28 11:34:57 fs 1.21.56.1: during #i49133#: changeContainer->selectContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0209af3801071696a644ccd0ba6b094929741a30]

        INTEGRATION: CWS odbmacros2 (1.6.100); FILE MERGED 2008/01/28 11:35:21 fs 1.6.100.1: during #i49133#: changeContainer->selectContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0db3cca5bd7a75209a5da37232de30f988f66221]

        INTEGRATION: CWS odbmacros2 (1.12.98); FILE MERGED 2008/02/19 08:54:16 fs 1.12.98.2: don't remember E_NONE as last type 2008/01/28 11:35:21 fs 1.12.98.1: during #i49133#: changeContainer->selectContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8bc0f28c50281638d9960c42d9e166e61c0f2cac]

        INTEGRATION: CWS odbmacros2 (1.28.8); FILE MERGED 2008/03/04 12:00:51 fs 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2008/02/26 14:15:46 fs 1.28.8.1.2.2: during #i49133#: for consistency, renamed getdocumentinfo to getDocumentInfo 2008/02/20 13:28:00 fs 1.28.8.1.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 08:34:45 fs 1.28.8.1: #i49133#

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [61a2b21eb27753e24dc9b11eac9b570ce1d1563b]

        INTEGRATION: CWS odbmacros2 (1.28.56); FILE MERGED 2008/03/04 12:00:46 fs 1.28.56.7: RESYNC: (1.30-1.31); FILE MERGED 2008/02/20 13:28:00 fs 1.28.56.6.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 08:34:02 fs 1.28.56.6: slight refactoring during #i49133# 2008/02/04 22:31:46 fs 1.28.56.5: #i10000# 2008/02/04 13:07:51 fs 1.28.56.4: RESYNC: (1.28-1.30); FILE MERGED 2008/01/28 11:35:59 fs 1.28.56.3: #i49133# implement new XDatabaseDocumentUI methods 2008/01/26 21:19:10 fs 1.28.56.2: #new include necessary 2007/12/13 11:21:52 fs 1.28.56.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bf83110e7dcacf664d01d4fcb1fd86481714ea3e]

        INTEGRATION: CWS odbmacros2 (1.23.2); FILE MERGED 2008/03/06 10:45:47 fs 1.23.2.6: manual resync to 1.25 to prevent conflicts at integration time 2008/02/20 13:27:59 fs 1.23.2.5.2.1: some DBG_UNHANDLED_EXCEPTIONs 2008/02/06 21:45:57 fs 1.23.2.5: #i49133# use our document's isModified instead of m_bCurrentlyModified - the lattter is only for controllers which do not have an own model 2008/02/04 22:31:46 fs 1.23.2.4: #i10000# 2008/02/04 13:07:47 fs 1.23.2.3: RESYNC: (1.23-1.24); FILE MERGED 2008/01/26 21:18:52 fs 1.23.2.2: #new include necessary 2007/12/19 13:26:40 fs 1.23.2.1: getDataSourceName_displayError: database context arg is not necessary

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2f3b9c1375c588b3461a4352504b01fd106b4811]

        INTEGRATION: CWS odbmacros2 (1.22.2); FILE MERGED 2008/02/06 21:45:57 fs 1.22.2.6: #i49133# use our document's isModified instead of m_bCurrentlyModified - the lattter is only for controllers which do not have an own model 2008/01/28 11:35:59 fs 1.22.2.5: #i49133# implement new XDatabaseDocumentUI methods 2008/01/26 21:19:45 fs 1.22.2.4: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning 2008/01/24 10:09:35 fs 1.22.2.3: #i49133# support for script/macro migration 2007/12/18 21:22:31 fs 1.22.2.2: removed an obsolete friend declaration 2007/12/13 11:21:52 fs 1.22.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7e7000c6ccb7d50c9d579156d605d14216f7b3db]

        INTEGRATION: CWS odbmacros2 (1.50.2); FILE MERGED 2008/02/20 13:27:59 fs 1.50.2.8.2.2: some DBG_UNHANDLED_EXCEPTIONs 2008/02/14 12:35:42 fs 1.50.2.8.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/14 08:38:01 fs 1.50.2.8: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate 2008/02/06 21:45:57 fs 1.50.2.7: #i49133# use our document's isModified instead of m_bCurrentlyModified - the lattter is only for controllers which do not have an own model 2008/02/04 13:07:44 fs 1.50.2.6: RESYNC: (1.50-1.53); FILE MERGED 2008/01/28 11:35:59 fs 1.50.2.5: #i49133# implement new XDatabaseDocumentUI methods 2008/01/26 21:19:45 fs 1.50.2.4: #i49133# when connecting to a document which contains macros/scripts in a form/report, then show a warning 2008/01/24 10:33:50 fs 1.50.2.3: #i49133# make the 'migration scripts and macros' item invisible when it's disabled 2008/01/24 10:09:35 fs 1.50.2.2: #i49133# support for script/macro migration 2007/12/13 11:21:51 fs 1.50.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f9f7d65f57b04e346ef09cd93dc6f1b557731b7c]

        INTEGRATION: CWS odbmacros2 (1.45.10); FILE MERGED 2008/03/04 12:00:42 fs 1.45.10.2: RESYNC: (1.45-1.46); FILE MERGED 2008/02/11 11:17:30 fs 1.45.10.1: replace ShowTreeView/Button with (Enable|Show)Browser

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4b27de88993b98a7d2371e5e3c2ff1cbf310b704]

        INTEGRATION: CWS odbmacros2 (1.14.2); FILE MERGED 2008/02/04 13:07:41 fs 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/06 13:34:48 fs 1.14.2.1: #i49133# +PROPERTY_HELP_URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2dcc4f7551641181cab3f0ec481f6b2a57adf3f2]

        INTEGRATION: CWS odbmacros2 (1.47.2); FILE MERGED 2008/02/11 11:17:21 fs 1.47.2.3: replace ShowTreeView/Button with (Enable|Show)Browser 2008/02/04 13:07:35 fs 1.47.2.2: RESYNC: (1.47-1.48); FILE MERGED 2007/12/06 13:34:44 fs 1.47.2.1: #i49133# +PROPERTY_HELP_URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [362fb62830232199e2be1d69d50860fa1299e2da]

        INTEGRATION: CWS odbmacros2 (1.14.2); FILE MERGED 2008/02/04 13:07:33 fs 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/06 13:34:44 fs 1.14.2.1: #i49133# +PROPERTY_HELP_URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [00f99142adfef77b8eb662fb780ab6e7d738ccd5]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 22:25:00 fs 1.1.4.1: file rangeprogressbar.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:48 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7fec8bd2a24c6b1f374cdfcbc296d9bd01d4c20e]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:40:31 fs 1.1.4.1: file progresscapture.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:48 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c9b1c17c0fbc4f2a859f8ce3e671449519deb6da]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:40:31 fs 1.1.4.1: file progresscapture.cxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:48 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4d31bcba605c86e8caf659aec826d8b40b32ccbd]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:13:31 fs 1.1.4.3: #i10000# 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 22:25:00 fs 1.1.4.1: file migrationprogress.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:48 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [79f143407e3e97f84ac7aa4ca2670cc735f35cd8]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:39:43 fs 1.1.4.1: file migrationlog.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:48 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7a88856a3a6ebddf894b9158e46e6954d1c4ef57]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:48 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:39:43 fs 1.1.4.1: file migrationlog.cxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:47 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3eb562ceba74baa2354c3a47b66d2c405f536238]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:47 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 12:16:19 fs 1.1.4.1: file migrationengine.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:47 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ae56326aacec8a183cfa635242c393d38fe6eb7e]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:47 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 12:16:19 fs 1.1.4.1: file migrationengine.cxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:47 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5ca6fbb5c27d2b841e303161821b2c1a457af81]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.4: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/03/05 06:17:48 fs 1.1.2.3: #i10000# 2008/02/27 14:42:56 fs 1.1.2.2.2.2: new files 2008/02/14 12:16:43 fs 1.1.2.2.2.1: '#' 2008/01/30 13:50:48 fs 1.1.2.2: #i49133# working on Step 2 of the migration: use an URL Box for inputting the backup location 2008/01/16 15:53:46 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f2aa1459ea018603cbe62601908eaaadbdbd8754]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/28 11:36:27 fs 1.1.2.4: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/24 10:12:40 fs 1.1.2.3: prototype changes as defined in the iTeam / support for initializing the dialog with a database document 2008/01/21 11:25:40 fs 1.1.2.2: #i10000# precompiled headers 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bc9ca29feb0588e3716c9e02ad5fa073a234cc0e]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.7: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:41:47 fs 1.1.2.6.2.3: 'Update' after progress changes, and take the final summary from outside 2008/02/14 22:25:00 fs 1.1.2.6.2.2: #i49133# ingegrate the migration engine (though not yet finished) into the wizard 2008/02/14 12:16:43 fs 1.1.2.6.2.1: '#' 2008/02/11 11:18:26 fs 1.1.2.6: #i49133# proper travel handling on the second page 2008/02/05 09:12:46 fs 1.1.2.5: migration step two: backup the document 2008/01/30 13:50:48 fs 1.1.2.4: #i49133# working on Step 2 of the migration: use an URL Box for inputting the backup location 2008/01/28 11:36:27 fs 1.1.2.3: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/21 10:16:21 fs 1.1.2.2: some more prototype details 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [87a01a894ed043e36d2da20ba411d93aa51b2612]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.9: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:41:47 fs 1.1.2.8.2.3: 'Update' after progress changes, and take the final summary from outside 2008/02/14 22:25:00 fs 1.1.2.8.2.2: #i49133# ingegrate the migration engine (though not yet finished) into the wizard 2008/02/14 12:16:43 fs 1.1.2.8.2.1: '#' 2008/02/11 11:18:26 fs 1.1.2.8: #i49133# proper travel handling on the second page 2008/02/04 22:39:08 fs 1.1.2.7: #i10000# 2008/01/30 13:50:48 fs 1.1.2.6: #i49133# working on Step 2 of the migration: use an URL Box for inputting the backup location 2008/01/28 11:36:27 fs 1.1.2.5: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/24 10:12:40 fs 1.1.2.4: prototype changes as defined in the iTeam / support for initializing the dialog with a database document 2008/01/21 11:25:40 fs 1.1.2.3: #i10000# precompiled headers 2008/01/21 10:16:21 fs 1.1.2.2: some more prototype details 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5ef47ffd7d48d516ce589879e832e808ddc4c65]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.5: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:42:50 fs 1.1.2.4.2.2: some logging; proper final summary (provided by the logger) 2008/02/14 22:25:00 fs 1.1.2.4.2.1: #i49133# ingegrate the migration engine (though not yet finished) into the wizard 2008/02/05 09:12:46 fs 1.1.2.4: migration step two: backup the document 2008/01/30 13:50:48 fs 1.1.2.3: #i49133# working on Step 2 of the migration: use an URL Box for inputting the backup location 2008/01/28 11:36:27 fs 1.1.2.2: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ba2bcae45af0d98492aec0c7f08d499517f448f3]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.9: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:42:49 fs 1.1.2.8.2.3: some logging; proper final summary (provided by the logger) 2008/02/14 22:25:00 fs 1.1.2.8.2.2: #i49133# ingegrate the migration engine (though not yet finished) into the wizard 2008/02/14 12:16:43 fs 1.1.2.8.2.1: '#' 2008/02/13 11:50:07 fs 1.1.2.8: added a note 2008/02/11 11:18:26 fs 1.1.2.7: #i49133# proper travel handling on the second page 2008/02/07 15:58:45 fs 1.1.2.6: #i10000# 2008/02/05 09:12:46 fs 1.1.2.5: migration step two: backup the document 2008/01/28 11:36:27 fs 1.1.2.4: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/24 10:12:40 fs 1.1.2.3: prototype changes as defined in the iTeam / support for initializing the dialog with a database document 2008/01/21 11:25:40 fs 1.1.2.2: #i10000# precompiled headers 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [007cad695f40ea61a820d2e0b5237f88a9524bae]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.6: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:42:08 fs 1.1.2.5.2.3: more strings 2008/02/14 22:25:00 fs 1.1.2.5.2.2: #i49133# ingegrate the migration engine (though not yet finished) into the wizard 2008/02/14 12:16:43 fs 1.1.2.5.2.1: '#' 2008/01/30 13:50:48 fs 1.1.2.5: #i49133# working on Step 2 of the migration: use an URL Box for inputting the backup location 2008/01/28 11:36:27 fs 1.1.2.4: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/24 10:12:40 fs 1.1.2.3: prototype changes as defined in the iTeam / support for initializing the dialog with a database document 2008/01/21 10:16:21 fs 1.1.2.2: some more prototype details 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d0f1754c711692c44ae1ec92029da9799c7db6a2]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:47 fs 1.1.2.5: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 12:16:43 fs 1.1.2.4.2.1: '#' 2008/01/28 11:36:27 fs 1.1.2.4: #i49133# implement closing the sub docs, using a new method at the XDatabaseDocumentUI 2008/01/24 10:12:40 fs 1.1.2.3: prototype changes as defined in the iTeam / support for initializing the dialog with a database document 2008/01/21 10:16:21 fs 1.1.2.2: some more prototype details 2008/01/16 15:53:36 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cd02e93cfef29a289ac6742772b7208713b12987]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:47 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 12:15:24 fs 1.1.4.1: file docerrorhandling.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:47 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3f77c352bbf60689116ca9ce84dcd696caa5e3e2]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:47 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/14 12:15:24 fs 1.1.4.1: file docerrorhandling.cxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:47 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [95064f85e8c00c7cdd25960868acf2ebfdfbd65d]

        INTEGRATION: CWS odbmacros2 (1.1.4); FILE ADDED 2008/03/05 21:03:47 fs 1.1.4.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:38:33 fs 1.1.4.1: file dbmm_types.hxx was added on branch cws_src680_odbmacros2 on 2008-03-05 21:03:46 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5ae37fc78b845f7431347672ca94ab3d6ea15970]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/21 11:25:40 fs 1.1.2.2: #i10000# precompiled headers 2008/01/16 16:00:29 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [44ba66584e7a377af91d20da0aa6ef4d6cb07a3e]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/16 16:00:29 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4287e2de251b626aa6b67b0f5a51184a1ff323b6]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/03/05 21:03:46 fs 1.1.2.2: ongoing work - merge all the changes which so far happened on the intermediate branch 'odbmacros_2_5' 2008/02/27 14:41:05 fs 1.1.2.1.2.2: more strings 2008/02/14 12:16:43 fs 1.1.2.1.2.1: '#' 2008/01/16 16:00:29 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2d95324ed6f5de217b9f06ee0c8bcf6caa66914e]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/16 15:53:26 fs 1.1.2.1: initial checkin. The whole dialog is a prototype by now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1da3b800d126ce9f98f377e204536ec154a9c50d]

        INTEGRATION: CWS odbmacros2 (1.9.2); FILE MERGED 2007/12/12 09:53:50 fs 1.9.2.1: #i49133# getStorage is not used here

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [15cd6a5694ef1edd9187fb448527878b85a89d55]

        INTEGRATION: CWS odbmacros2 (1.24.2); FILE MERGED 2008/03/04 12:00:32 fs 1.24.2.3: RESYNC: (1.26-1.27); FILE MERGED 2008/02/27 14:38:06 fs 1.24.2.2.2.1: when copying a document, load it with disabled macros, to prevent the macro security message 2008/02/04 13:07:27 fs 1.24.2.2: RESYNC: (1.24-1.26); FILE MERGED 2007/12/12 09:54:56 fs 1.24.2.1: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b7cb5fa4536856fb1729b4cef6c38fb75682369b]

        INTEGRATION: CWS odbmacros2 (1.50.2); FILE MERGED 2008/03/04 12:00:29 fs 1.50.2.7: RESYNC: (1.53-1.54); FILE MERGED 2008/02/18 21:11:06 fs 1.50.2.6: pass the OutplaceFrameProperties as named values 2008/02/27 14:38:06 fs 1.50.2.5.2.4: when copying a document, load it with disabled macros, to prevent the macro security message 2008/02/26 14:13:46 fs 1.50.2.5.2.3: #i49133# support a 'Hidden' flag 2008/02/20 14:47:36 fs 1.50.2.5.2.2: 'resync' copy changes 1.50.2.5->1.5.2.6 onto branch odbmacros_2_5 2008/02/14 12:18:07 fs 1.50.2.5.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/14 08:22:19 fs 1.50.2.5: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate 2008/02/04 22:27:21 fs 1.50.2.4: #i10000 2008/02/04 13:07:23 fs 1.50.2.3: RESYNC: (1.50-1.53); FILE MERGED 2008/01/06 21:13:01 fs 1.50.2.2: #i49133# allow form/report-macros if and only if there already is *any* form/report which contains macros 2007/12/12 09:54:56 fs 1.50.2.1: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6a59fda4eea0f7268c532c5356fc68d2b3d59d93]

        INTEGRATION: CWS odbmacros2 (1.13.2); FILE MERGED 2007/12/12 09:54:56 fs 1.13.2.1: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [878f8c16f330de19bbf84333b93342b534afb54a]

        INTEGRATION: CWS odbmacros2 (1.26.2); FILE MERGED 2008/02/04 13:07:20 fs 1.26.2.3: RESYNC: (1.26-1.27); FILE MERGED 2008/01/23 14:21:05 fs 1.26.2.2: loadComponentFromURL: better error message for non-existent components 2007/12/12 09:54:56 fs 1.26.2.1: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7bb65cf5ed879af3dd736f45291b7bc6c7e3082f]

        INTEGRATION: CWS odbmacros2 (1.37.208); FILE MERGED 2008/02/04 13:07:17 fs 1.37.208.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/24 10:05:09 fs 1.37.208.1: #i49133# some const-ness

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [13956a308deeb3643d6b70726091e2ea39df77ef]

        INTEGRATION: CWS odbmacros2 (1.74.2); FILE MERGED 2008/02/18 10:32:18 fs 1.74.2.5: #i86178# when connecting using an interaction handler, pass the PWD which previously failed (if any). This ensures the handler's (which is a new one since CWS odbmacros2) password cache doesn't interfere 2008/02/04 13:07:14 fs 1.74.2.4: RESYNC: (1.74-1.75); FILE MERGED 2008/01/24 14:09:38 fs 1.74.2.3: during #i49133#: the authentication continuation does not need the 'data source is read-only' flag 2008/01/24 10:05:09 fs 1.74.2.2: #i49133# some const-ness 2007/12/06 13:32:54 fs 1.74.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [78bc483b7eae90074fc71a5f542dabe5235d8dc2]

        INTEGRATION: CWS odbmacros2 (1.14.56); FILE MERGED 2008/03/06 09:34:34 fs 1.14.56.9: manual resync to 1.16 to prevent conflicts at integration time 2008/02/26 14:04:46 fs 1.14.56.8: removed unused method 2008/02/26 14:08:11 fs 1.14.56.7.2.1: removed unused method 2008/02/06 08:33:03 fs 1.14.56.7: #i49133# when we have an interaction handler, then use it when storing the document fails 2008/02/04 13:07:11 fs 1.14.56.6: RESYNC: (1.14-1.15); FILE MERGED 2008/01/24 10:06:42 fs 1.14.56.5: #i49133# don't support XEmbeddedScripts and XScriptInvocationContext if we already have forms/reports with macros 2007/12/17 13:05:33 fs 1.14.56.4: #i49133# implement XScriptInvocationContext 2007/12/10 14:16:39 fs 1.14.56.3: #i49133# cache the script provider as weak ref, sounds cheaper 2007/12/10 14:03:09 fs 1.14.56.2: #i49133# implement XScriptProviderSupplier 2007/12/06 13:32:54 fs 1.14.56.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f02e1a0abc42870dd863b53af0d9eb9c3e7f8bc8]

        INTEGRATION: CWS odbmacros2 (1.36.2); FILE MERGED 2008/02/26 14:05:34 fs 1.36.2.16: additional comment 2008/02/26 14:07:44 fs 1.36.2.15.2.2: additional comment 2008/02/14 12:18:07 fs 1.36.2.15.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/14 08:36:45 fs 1.36.2.15: typo 2008/02/14 08:22:19 fs 1.36.2.14: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate 2008/02/06 21:43:37 fs 1.36.2.13: some less ModifyLocks 2008/02/06 08:33:02 fs 1.36.2.12: #i49133# when we have an interaction handler, then use it when storing the document fails 2008/02/04 13:07:08 fs 1.36.2.11: RESYNC: (1.36-1.37); FILE MERGED 2008/01/26 21:18:31 fs 1.36.2.10: slight code re-arrangement 2008/01/24 10:06:42 fs 1.36.2.9: #i49133# don't support XEmbeddedScripts and XScriptInvocationContext if we already have forms/reports with macros 2008/01/02 21:29:39 fs 1.36.2.8: #i49133# let the DatabaODatabaseModelImpl be an XModifyListener at the document storage (via ::sfx2::DocumentStorageModifyListener) 2007/12/17 12:41:39 fs 1.36.2.7: #i49133# implement XScriptInvocationContext 2007/12/10 14:16:39 fs 1.36.2.6: #i49133# cache the script provider as weak ref, sounds cheaper 2007/12/10 14:03:09 fs 1.36.2.5: #i49133# implement XScriptProviderSupplier 2007/12/10 08:04:12 fs 1.36.2.4: recognize (and properly handle) empty salvage URLs 2007/12/06 20:34:30 fs 1.36.2.3: impl_storeAs_throw: don't expect an existing storage 2007/12/06 20:17:16 fs 1.36.2.2: impl_storeAs_throw: don't expect an existing storage 2007/12/06 13:32:54 fs 1.36.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ad08e64350ebc18280d9ad4d3c7667eecc3aa3f2]

        INTEGRATION: CWS odbmacros2 (1.14.236); FILE MERGED 2008/02/19 08:32:36 fs 1.14.236.3: #i86178# also remember the 'AuthenticationFailedpassword' when remembering transient data source properties 2008/02/04 13:07:05 fs 1.14.236.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/19 09:50:29 fs 1.14.236.1: #i49133# add a ThisDatabaseDocument variable to the newly created BasicManager of a database document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0715a2876e698af994485d3fe115d22d91ee3413]

        INTEGRATION: CWS odbmacros2 (1.36.102); FILE MERGED 2008/02/19 08:41:51 fs 1.36.102.6: #i10000# 2008/02/19 08:32:36 fs 1.36.102.5: #i86178# also remember the 'AuthenticationFailedpassword' when remembering transient data source properties 2008/02/04 13:07:02 fs 1.36.102.4: RESYNC: (1.36-1.37); FILE MERGED 2007/12/19 14:51:33 fs 1.36.102.3: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/19 09:50:29 fs 1.36.102.2: #i49133# add a ThisDatabaseDocument variable to the newly created BasicManager of a database document 2007/12/06 13:32:54 fs 1.36.102.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6f62627963f9390ad8c6b8df113aa85388f6dac6]

        INTEGRATION: CWS odbmacros2 (1.16.2); FILE MERGED 2008/02/18 10:32:18 fs 1.16.2.11: #i86178# when connecting using an interaction handler, pass the PWD which previously failed (if any). This ensures the handler's (which is a new one since CWS odbmacros2) password cache doesn't interfere 2008/02/06 08:31:41 fs 1.16.2.10: #i49133# added possibility to lock the modification flag 2008/02/04 22:23:53 fs 1.16.2.9: #i10000# 2008/02/04 13:06:59 fs 1.16.2.8: RESYNC: (1.16-1.19); FILE MERGED 2008/01/24 10:04:47 fs 1.16.2.7: #i49133# some const-ness 2008/01/06 21:13:01 fs 1.16.2.6: #i49133# allow form/report-macros if and only if there already is *any* form/report which contains macros 2008/01/06 21:00:41 fs 1.16.2.5: #i49133# reset the Basic and Library containers when the model is being disposed 2008/01/02 21:29:39 fs 1.16.2.4: #i49133# let the DatabaODatabaseModelImpl be an XModifyListener at the document storage (via ::sfx2::DocumentStorageModifyListener) 2007/12/12 09:54:55 fs 1.16.2.3: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some) 2007/12/06 20:34:30 fs 1.16.2.2: impl_storeAs_throw: don't expect an existing storage 2007/12/06 13:32:54 fs 1.16.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e2ea2cc49ff62991d2f479ba04d2f407d128ab07]

        INTEGRATION: CWS odbmacros2 (1.21.2); FILE MERGED 2008/02/26 14:14:28 fs 1.21.2.11.2.2: #i49133# don't rebase the script storages if the new root storage would be NULL 2008/02/14 12:18:07 fs 1.21.2.11.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2 2008/02/06 08:31:59 fs 1.21.2.11: #i49133# added possibility to lock the modification flag 2008/02/04 13:06:56 fs 1.21.2.10: RESYNC: (1.21-1.24); FILE MERGED 2008/01/24 14:11:18 fs 1.21.2.9: #i49133# properly set the m_bReadOnly flag, so it is correct if we read from a read-only document/storage 2008/01/06 21:13:01 fs 1.21.2.8: #i49133# allow form/report-macros if and only if there already is *any* form/report which contains macros 2008/01/06 21:00:41 fs 1.21.2.7: #i49133# reset the Basic and Library containers when the model is being disposed 2008/01/02 21:29:39 fs 1.21.2.6: #i49133# let the DatabaODatabaseModelImpl be an XModifyListener at the document storage (via ::sfx2::DocumentStorageModifyListener) 2007/12/19 11:05:46 fs 1.21.2.5: objectHasMacros: catch exceptions 2007/12/19 11:03:45 fs 1.21.2.4: objectHasMacros: care for non-existent storages 2007/12/12 09:54:55 fs 1.21.2.3: #i49133# when loading an embedded object, prohibit it to have embedded scripts/macros (unless it already has some) 2007/12/12 08:47:16 fs 1.21.2.2: #i10000# 2007/12/06 13:32:53 fs 1.21.2.1: #i49133# support Script/DialogLibraryContainers in database documents, implement XEmbeddedScripts/XStorageBasedDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e64d36261fa56ca31b4bd679d9bf54972da10f2e]

        INTEGRATION: CWS odbmacros2 (1.10.2); FILE MERGED 2007/12/12 09:54:02 fs 1.10.2.1: #i49133# getStorage is not used here

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [63685ee56fc54c41d3d888a47cce5c6bece41586]

        INTEGRATION: CWS odbmacros2 (1.12.82); FILE MERGED 2008/03/04 12:00:23 fs 1.12.82.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/16 15:59:54 fs 1.12.82.1: #i49133# +source/ext/macromigration

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [50dbcf059265d2c8cd6b99267a33363b1f4c03fe]

        INTEGRATION: CWS odbmacros2 (1.2.98); FILE MERGED 2008/02/06 21:43:12 fs 1.2.98.3: #i49133# don't support XScriptInvocationContext if our associated document does not support XEmbeddedScripts 2007/12/18 21:20:41 fs 1.2.98.2: #i49133# some re-factoring 2007/12/13 11:19:36 fs 1.2.98.1: #i49133# +getAssociatedModel

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [46c263ea49393f80fba79919cf819a85f70c1c3a]

        INTEGRATION: CWS odbmacros2 (1.5.82); FILE MERGED 2008/01/26 21:17:51 fs 1.5.82.5: removed unused n_aAsyncLoadSafety 2008/01/24 10:31:26 fs 1.5.82.4: #i49133# support for making features invisible (i.e. they disappear from their menu/toolbar) 2007/12/19 07:14:07 fs 1.5.82.3: #i10000# 2007/12/18 21:20:41 fs 1.5.82.2: #i49133# some re-factoring 2007/12/13 11:19:22 fs 1.5.82.1: #i49133# replaced m_xCurrentFrame with m_aCurrentFrame of type ControllerFrame, to have a central place for handling the global WorkingDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8cfba7c78f37411521772367fe4c9b489f5b2af7]

        INTEGRATION: CWS chart20_DEV300 (1.7.4); FILE MERGED 2008/02/21 15:59:29 bm 1.7.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [41e905dff1425ab01c7fe7ba2dc4bf5caf1e8406]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2007/12/13 11:20:25 fs 1.1.2.1: encapsultaing the frame which a controller is attached to

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cfab998853f4ef775f2f7ee525a76ddea47e3bfc]

        INTEGRATION: CWS chart20_DEV300 (1.40.28); FILE MERGED 2008/02/21 15:59:28 bm 1.40.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [29dbcf4f28190c2b1174ce3131b7717656c61640]

        INTEGRATION: CWS odbmacros2 (1.2.98); FILE MERGED 2007/12/18 21:20:03 fs 1.2.98.2: #i49133# +getXController 2007/12/13 11:18:31 fs 1.2.98.1: #i49133# getAssociatedModel

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5d88708e7b2d6287aa6903cf0565299ce8f5d8e]

        INTEGRATION: CWS chart20_DEV300 (1.5.28); FILE MERGED 2008/02/21 15:59:28 bm 1.5.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8cd82d4fed977cd233adf27e60309315d427d8f8]

        INTEGRATION: CWS chart20_DEV300 (1.4.152); FILE MERGED 2008/02/22 17:13:24 bm 1.4.152.3: #i366# unused variable 2008/02/22 16:51:39 bm 1.4.152.2: #i366# +removeErrorBars() 2008/02/21 15:59:28 bm 1.4.152.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [65e5c88ae0a5274eb4d53e34faa332311a7aa27f]

        INTEGRATION: CWS odbmacros2 (1.2.98); FILE MERGED 2008/01/26 21:17:05 fs 1.2.98.1: some re-factoring

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4e19d948a794a78ef6e8bc5d989182a590e48ed4]

        INTEGRATION: CWS chart20_DEV300 (1.4.76); FILE MERGED 2008/02/21 15:59:28 bm 1.4.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [64d18e4a2d1e545f94fc7aff30559532d51a3955]

        INTEGRATION: CWS chart20_DEV300 (1.3.76); FILE MERGED 2008/02/22 14:53:19 bm 1.3.76.2: #i366# unused code removal, introduce an appendSequence() method rather than using magic numbers (that are btw. valid for normal use) 2008/02/21 15:59:28 bm 1.3.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [00943fc98c4b99ee2b390a7a36c7f9fa4a24bd30]

        INTEGRATION: CWS odbmacros2 (1.27.26); FILE MERGED 2008/01/30 13:30:38 fs 1.27.26.1: #i49133# RID_STR_ALREADYEXISTOVERWRITE

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [83fb43ee7db7d8e4b89b0a89427851d72af21040]

        INTEGRATION: CWS chart20_DEV300 (1.9.28); FILE MERGED 2008/02/21 15:59:28 bm 1.9.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [51c971c5318727381830dd8e4164866b7c1a1bc3]

        INTEGRATION: CWS odbmacros2 (1.32.24); FILE MERGED 2008/01/30 13:30:04 fs 1.32.24.1: #i49133# +databaselocationinput

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c8fdd303e4932f2d934eda004b0106640959c9da]

        INTEGRATION: CWS chart20_DEV300 (1.14.28); FILE MERGED 2008/02/21 15:59:28 bm 1.14.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [84046f99d6de981ac28a344719265fde43c19206]

        INTEGRATION: CWS odbmacros2 (1.73.26); FILE MERGED 2008/01/30 13:30:23 fs 1.73.26.1: #i49133# RID_STR_ALREADYEXISTOVERWRITE

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eed00dc7acf339f9a99ac6df88babf082b08ee26]

        INTEGRATION: CWS chart20_DEV300 (1.3.76); FILE MERGED 2008/02/21 15:59:28 bm 1.3.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b406310287a0d91f19e3d845856dc37806ace1b1]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/02/11 11:18:59 fs 1.1.2.2: minor change 2008/01/30 13:29:40 fs 1.1.2.1: #i49133# helper class for inputting a location of a to-be-saved database document (outsourced from extensions/source/abpilot into a dedicated class)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [64f6ab6cf102915b851d402d111b682100d80001]

        INTEGRATION: CWS odbmacros2 (1.13.90); FILE MERGED 2008/01/06 21:52:54 fs 1.13.90.2: #i49133# ContextDocument/WorkingDocument not needed anymore 2007/12/11 22:50:53 fs 1.13.90.1: #i49133# ScriptSelectorDialog now supports obtaining the document which it used as WorkingDocument

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [21951ebac533414fd0d8de023051f0c143ab7720]

        INTEGRATION: CWS chart20_DEV300 (1.15.28); FILE MERGED 2008/02/21 15:59:28 bm 1.15.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c9e017711a0a65f6f7b74989e6d87189f3ab1017]

        INTEGRATION: CWS odbmacros2 (1.25.90); FILE MERGED 2008/01/06 21:52:54 fs 1.25.90.6: #i49133# ContextDocument/WorkingDocument not needed anymore 2007/12/19 20:09:53 fs 1.25.90.5: #i49133# GetCurrentComponent should not be needed anymore, all known clients pass a valid XFrame now 2007/12/18 21:16:55 fs 1.25.90.4: #i49133# SfxObjectShell's WorkingDocument changed to CurrentComponent 2007/12/17 12:41:11 fs 1.25.90.3: #i49133# use XScriptInvocationContext 2007/12/11 22:50:53 fs 1.25.90.2: #i49133# ScriptSelectorDialog now supports obtaining the document which it used as WorkingDocument 2007/12/10 09:21:59 fs 1.25.90.1: #i49133# use SfxObjectShell::GetWorkingDocument as fallback only, as first step, use our frame's document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f51ee21db91034d1b802faae15ad43c7cebd1637]

        INTEGRATION: CWS chart20_DEV300 (1.9.28); FILE MERGED 2008/02/21 15:59:28 bm 1.9.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ea1643f26b0874f3871b034ea5d275f1862a907d]

        INTEGRATION: CWS odbmacros2 (1.19.90); FILE MERGED 2008/02/04 13:05:47 fs 1.19.90.2: RESYNC: (1.19-1.20); FILE MERGED 2007/12/12 14:27:33 fs 1.19.90.1: #i49133# pass an XFrame to the SvxMacroAssignDlg and the SvxMacroTabPage

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2c6d21d79b3e2d3a406301cb59af4ac33f456a93]

        INTEGRATION: CWS odbmacros2 (1.31.172); FILE MERGED 2008/02/04 13:05:44 fs 1.31.172.5: RESYNC: (1.31-1.32); FILE MERGED 2008/01/06 21:52:54 fs 1.31.172.4: #i49133# ContextDocument/WorkingDocument not needed anymore 2007/12/12 14:32:08 fs 1.31.172.3: #i49133# pass an XFrame to CreateSvxMacroAssignDlg 2007/12/11 22:50:53 fs 1.31.172.2: #i49133# ScriptSelectorDialog now supports obtaining the document which it used as WorkingDocument 2007/12/10 09:21:34 fs 1.31.172.1: #i49133# CreateScriptSelectorDialog taking a frame now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ae0d0bb3d2828235346e8f85d90e892bcc8039fa]

        INTEGRATION: CWS chart20_DEV300 (1.4.52); FILE MERGED 2008/02/21 15:59:28 bm 1.4.52.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5117960ec671d2925c5eba0f14b1461175c635e5]

        INTEGRATION: CWS odbmacros2 (1.43.24); FILE MERGED 2008/02/04 13:05:41 fs 1.43.24.5: RESYNC: (1.43-1.44); FILE MERGED 2008/01/06 21:52:54 fs 1.43.24.4: #i49133# ContextDocument/WorkingDocument not needed anymore 2007/12/12 14:32:03 fs 1.43.24.3: #i49133# pass an XFrame to CreateSvxMacroAssignDlg 2007/12/11 22:50:52 fs 1.43.24.2: #i49133# ScriptSelectorDialog now supports obtaining the document which it used as WorkingDocument 2007/12/10 09:21:34 fs 1.43.24.1: #i49133# CreateScriptSelectorDialog taking a frame now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b22549c87cd187dbf7a8e161bfc9db35cab27b1c]

        INTEGRATION: CWS chart20_DEV300 (1.7.28); FILE MERGED 2008/02/21 15:59:28 bm 1.7.28.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8ed5fbd1b19b7a862aa5bc02197c6a63a843ae09]

        INTEGRATION: CWS odbmacros2 (1.132.22); FILE MERGED 2008/02/04 13:05:38 fs 1.132.22.2: RESYNC: (1.132-1.133); FILE MERGED 2008/01/30 13:31:19 fs 1.132.22.1: #i49133# +databaselocationinput

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b94bb2cffe8e7e0267f0762929fd13f54812ce78]

        INTEGRATION: CWS chart20_DEV300 (1.5.4); FILE MERGED 2008/02/21 15:59:27 bm 1.5.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [41c4d717aa64564d00b84f3f60b0d485c0e0f9fb]

        INTEGRATION: CWS chart20_DEV300 (1.13.6); FILE MERGED 2008/02/21 15:59:48 bm 1.13.6.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5eed47c1132489ed4a996fac170c76ae54a8d4a3]

        INTEGRATION: CWS odbmacros2 (1.5.172); FILE MERGED 2007/12/12 14:31:51 fs 1.5.172.2: #i49133# pass an XFrame to CreateSvxMacroAssignDlg 2007/12/10 09:21:24 fs 1.5.172.1: #i49133# CreateScriptSelectorDialog taking a frame now

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [89143347dcd09dc42d5f0c3da364896e0df6c3b0]

        INTEGRATION: CWS chart20_DEV300 (1.116.6); FILE MERGED 2008/02/21 15:59:49 bm 1.116.6.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e3cdae89a5b8a2a3d2cdf5574c122961191725d8]

        INTEGRATION: CWS chart20_DEV300 (1.2.108); FILE MERGED 2008/02/21 15:59:27 bm 1.2.108.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5cbcae259d0e0bcccac093484f0ed74d82eb05a1]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/30 13:29:28 fs 1.1.2.1: #i49133# helper class for inputting a location of a to-be-saved database document (outsourced from extensions/source/abpilot into a dedicated class)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b5000abba6b78e7201bb7902263c601239a07ccf]

        INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED 2008/02/21 15:59:27 bm 1.6.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [789f9973ba2d0138b69cd335a6681a15794bb83f]

        INTEGRATION: CWS odbmacros2 (1.9.560); FILE MERGED 2007/12/12 14:27:16 fs 1.9.560.1: #i49133# pass an XFrame to the SvxMacroAssignDlg and the SvxMacroTabPage

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d2296d00564eb4427084d1b47252db90a18320f1]

        INTEGRATION: CWS chart20_DEV300 (1.2.228); FILE MERGED 2008/02/22 16:51:28 bm 1.2.228.2: #i366# +removeErrorBars() 2008/02/21 15:59:27 bm 1.2.228.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4a6b423438ff5e3941f78ee9cbc165245aa8a583]

        INTEGRATION: CWS chart20_DEV300 (1.2.108); FILE MERGED 2008/02/21 15:59:27 bm 1.2.108.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e1181e8106556300125805c005bbb35b1e7468f8]

        INTEGRATION: CWS chart20_DEV300 (1.4.22); FILE MERGED 2008/02/22 14:53:41 bm 1.4.22.2: #i366# introduce an appendSequence() method rather than using magic numbers (that are btw. valid for normal use) 2008/02/21 15:59:27 bm 1.4.22.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [88cc962325e4197253c4249edfc3e0d8aa22c093]

        INTEGRATION: CWS chart20_DEV300 (1.5.76); FILE MERGED 2008/02/21 15:59:27 bm 1.5.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ad7b4ac452958c901463039c4b6aa45b5b5e7ddd]

        INTEGRATION: CWS odbmacros2 (1.7.430); FILE MERGED 2007/12/10 09:24:41 fs 1.7.430.1: doc syntax

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d80660a096f08eaa67f6df5bba6ca50b5f77152b]

        INTEGRATION: CWS chart20_DEV300 (1.5.42); FILE MERGED 2008/02/21 15:59:27 bm 1.5.42.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [992d1b060d1be654b5a00ec7cfeb70d83be576d8]

        INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED 2008/02/22 16:52:19 bm 1.6.4.2: #i366# commands for deleting statistics objects 2008/02/21 15:59:27 bm 1.6.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [51507b34797a760e016e8494ae41eadbcbdd293b]

        INTEGRATION: CWS odbmacros2 (1.4.430); FILE MERGED 2008/02/04 13:05:14 fs 1.4.430.2: RESYNC: (1.4-1.5); FILE MERGED 2008/01/30 07:28:23 fs 1.4.430.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e47f302c21091632562b220952839b371ceb081f]

        INTEGRATION: CWS chart20_DEV300 (1.27.4); FILE MERGED 2008/02/22 16:52:19 bm 1.27.4.2: #i366# commands for deleting statistics objects 2008/02/21 15:59:27 bm 1.27.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [28112ed8a2c6c6e988471f6289749c068a480cbf]

        INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED 2008/02/21 15:59:27 bm 1.6.4.2: #i366# error bars from ranges 2008/02/21 15:07:44 bm 1.6.4.1: #i85441# remove selection after deleting objects

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8ffa62dc1c40b0dd9446f2b368c82b7ea0b1aa81]

        INTEGRATION: CWS odbmacros2 (1.18.222); FILE MERGED 2008/01/08 09:19:37 fs 1.18.222.1: removed wrong documentation about type sequences being <NULL/>

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3b817019e61a05eb2e33903d46bba494e7bcd7d3]

        INTEGRATION: CWS chart20_DEV300 (1.31.4); FILE MERGED 2008/02/21 15:59:27 bm 1.31.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bd9b603077d44ceb1d8149e087dca4e16fcc8868]

        INTEGRATION: CWS odbmacros2 (1.3.96); FILE MERGED 2008/01/30 07:27:25 fs 1.3.96.2: since tag 2008/01/28 11:32:18 fs 1.3.96.1: #i49133# +(close)SubComponents

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8193acfc0f0cc35419737db9b4d482e685d4c558]

        INTEGRATION: CWS chart20_DEV300 (1.14.4); FILE MERGED 2008/02/22 16:52:19 bm 1.14.4.2: #i366# commands for deleting statistics objects 2008/02/21 15:59:27 bm 1.14.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d6c8913f3b1820e0f546c969c29b34ea3717e885]

        INTEGRATION: CWS odbmacros2 (1.22.8); FILE MERGED 2008/02/26 14:00:28 fs 1.22.8.1: +DefinitionContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [24edef4de0cfd8959f0a3d1567a0bdc954c49e75]

        INTEGRATION: CWS chart20_DEV300 (1.10.4); FILE MERGED 2008/02/22 16:52:19 bm 1.10.4.3: #i366# commands for deleting statistics objects 2008/02/21 15:59:27 bm 1.10.4.2: #i366# error bars from ranges 2008/02/21 15:07:44 bm 1.10.4.1: #i85441# remove selection after deleting objects

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e72af45dde0436e208d18e8a69326424bdb3069f]

        INTEGRATION: CWS chart20_DEV300 (1.27.4); FILE MERGED 2008/02/22 16:52:19 bm 1.27.4.2: #i366# commands for deleting statistics objects 2008/02/21 15:59:26 bm 1.27.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bb9c37c43275dc6b12b8234a0cfa2fda8ab68630]

        INTEGRATION: CWS odbmacros2 (1.5.424); FILE MERGED 2007/12/10 14:20:45 fs 1.5.424.2: #i10000# 2007/12/10 14:19:46 fs 1.5.424.1: #i49133# now implements XEmbeddedScripts and XScriptProviderSupplier

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5f5110b890796b1c6985a489635355b91d032333]

        INTEGRATION: CWS odbmacros2 (1.11.430); FILE MERGED 2008/01/05 22:15:04 fs 1.11.430.1: +HelpURL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [92cf5e2c6c9af6975f5baac371b005f2e8c13ad8]

        INTEGRATION: CWS chart20_DEV300 (1.8.42); FILE MERGED 2008/02/21 15:59:26 bm 1.8.42.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [74b4851c6a34603995f2093f8b566a40b9d47d22]

        INTEGRATION: CWS odbmacros2 (1.11.430); FILE MERGED 2008/02/26 13:59:46 fs 1.11.430.1: better documentation of the Content aspect

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bb86b66dd6614b61049c5206a71abd6f6e3d54d8]

        INTEGRATION: CWS chart20_DEV300 (1.19.4); FILE MERGED 2008/02/22 15:14:44 bm 1.19.4.2: #i366# use appendSequence() instead of insertSequence( magic ) 2008/02/21 15:59:26 bm 1.19.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9a6cfffa71bbf565a6c77d0b5c92a92983986354]

        INTEGRATION: CWS odbmacros2 (1.4.430); FILE MERGED 2008/02/26 14:10:11 fs 1.4.430.2: #i10000# 2008/02/26 13:59:46 fs 1.4.430.1: better documentation of the Content aspect

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2a0dd485e89376cdff8d77bc0246e3cc8c9caa34]

        INTEGRATION: CWS chart20_DEV300 (1.7.4); FILE MERGED 2008/02/21 15:59:26 bm 1.7.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a55ec971537f076f3850f79ad15ba8027a70ddc3]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/02/26 13:59:19 fs 1.1.2.1: common functionality of DocumentDefinition and DocumentContainer

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2a271458b18dd6b562646c834a1522477d9c7568]

        INTEGRATION: CWS chart20_DEV300 (1.3.4); FILE MERGED 2008/02/21 15:59:26 bm 1.3.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5ddd7584cfdfa9f3717e4db9b44e291c1361d5c4]

        INTEGRATION: CWS odbmacros2 (1.10.200); FILE MERGED 2008/02/26 14:00:07 fs 1.10.200.1: this thing is deprecated

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [95cd6e300ac7ec1b82bbeaea9ba0e250d53987ae]

        INTEGRATION: CWS chart20_DEV300 (1.1.2); FILE ADDED 2008/02/22 15:15:03 bm 1.1.2.2: #i366# use appendSequence() instead of insertSequence( magic ) 2008/02/21 22:12:25 bm 1.1.2.1: #i366# converter for error bar properties

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [09383fc314aa657dcf4d2df3f391a4c9c15f00ec]

        INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED 2008/02/29 16:17:47 bm 1.2.4.3: #i10000# declaring Dialog forward. Tinderbox breakage 2008/02/22 16:52:33 bm 1.2.4.2: #i366# correct handling for Writer: uses ranges from outside, but has no range chooser 2008/02/21 15:59:26 bm 1.2.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c77254e136d91b906ba1511c5faa37d7e376db45]

        INTEGRATION: CWS odbmacros2 (1.12.430); FILE MERGED 2008/02/11 09:39:27 fs 1.12.430.2: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type 2008/02/11 08:56:35 fs 1.12.430.1: some more documentation

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [73b394190a50fab48fb19ed2ace24ba9b33478f4]

        INTEGRATION: CWS chart20_DEV300 (1.9.4); FILE MERGED 2008/02/21 15:59:26 bm 1.9.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d3568bf9229b9164c12449aaf2c1b3d0762dc825]

        INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED 2008/02/21 15:59:26 bm 1.2.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6a773997350059adf3ae2b437ff0feaeca7b8ca3]

        INTEGRATION: CWS odbmacros2 (1.3.430); FILE MERGED 2008/01/02 14:42:33 fs 1.3.430.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [304fdb4083612afa8d26f9dcfd73a952fdf7933d]

        INTEGRATION: CWS chart20_DEV300 (1.1.4); FILE ADDED 2008/02/21 16:01:01 bm 1.1.4.2: #i366# moved to inc for broader access 2004/03/19 14:27:54 bm 1.1.4.1: file RangeSelectionListener.hxx was added on branch cws_src680_chart20 on 2008-02-21 16:01:01 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3066706161b18d5373cdfcc13f5bad9620e19d8d]

        INTEGRATION: CWS chart20_DEV300 (1.1.2); FILE ADDED 2008/02/21 16:00:48 bm 1.1.2.1: #i366# moved to inc for broader access

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ef531afe6214397dac01b05a0de65ec3f257667f]

        INTEGRATION: CWS odbmacros2 (1.2.180); FILE MERGED 2007/12/10 09:23:21 fs 1.2.180.1: @raises is invalid, @throws instead

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eb248ec2c1213fbcfa97049c523b2d99d7efa841]

        INTEGRATION: CWS chart20_DEV300 (1.1.2); FILE ADDED 2008/02/21 16:00:39 bm 1.1.2.1: #i366# moved to inc for broader access

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [54db2fa6cf507f7bf88612496d7bc2be062a525a]

        INTEGRATION: CWS chart20_DEV300 (1.1.2); FILE ADDED 2008/02/21 22:12:04 bm 1.1.2.1: #i366# converter for error bar properties

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fe4b550e9657541b7564c7055134e63144fa88b2]

        INTEGRATION: CWS odbmacros2 (1.4.174); FILE MERGED 2008/02/04 13:05:10 fs 1.4.174.2: RESYNC: (1.4-1.5); FILE MERGED 2008/01/30 07:28:23 fs 1.4.174.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [666eff3aa04d79ea5a13078c5bbbee3ee4af6f15]

        INTEGRATION: CWS odbmacros2 (1.2.174); FILE MERGED 2008/01/30 07:28:23 fs 1.2.174.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0c3b3a7f4b1d85907f57380d99fbbb564d1de0d0]

        INTEGRATION: CWS impresshandouts01 (1.54.52); FILE MERGED 2008/03/05 13:49:30 cl 1.54.52.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2e96a94c9603c0908132f3622999618168a8678f]

        INTEGRATION: CWS odbmacros2 (1.42.24); FILE MERGED 2008/03/04 11:55:31 fs 1.42.24.2: RESYNC: (1.42-1.43); FILE MERGED 2007/12/17 12:38:20 fs 1.42.24.1: #i49133# +XScriptInvocationContext

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8e14f0144f82eb84a853ce5dd1915518e74f7924]

        INTEGRATION: CWS impresshandouts01 (1.60.34); FILE MERGED 2008/03/05 13:48:02 cl 1.60.34.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [52b1fe9a3838bc7a498d9e820d9b5ca76c47a00d]

        INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDED 2008/01/16 16:33:22 fs 1.1.2.2: #i10000# 2007/12/17 12:37:55 fs 1.1.2.1: interface which indicates support for executing scripts contained in a, possibly foreign, document

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4b11c6c34fd9ea0f96a639129cc921ca325112d7]

        INTEGRATION: CWS impresshandouts01 (1.19.82); FILE MERGED 2008/03/05 13:46:36 cl 1.19.82.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ceb7c09d385bda9b457f68d47e6222c82d1792c0]

        INTEGRATION: CWS impresshandouts01 (1.36.46); FILE MERGED 2008/03/05 13:52:23 cl 1.36.46.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3b68d94f9a6a1d6b56460e48c4df5af3d3f32314]

        INTEGRATION: CWS odbmacros2 (1.6.430); FILE MERGED 2008/01/30 07:28:22 fs 1.6.430.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01164e8c1f702050a958ceb66cdbac1d7888f862]

        INTEGRATION: CWS impresshandouts01 (1.22.206); FILE MERGED 2008/03/05 13:53:15 cl 1.22.206.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1d8860973c89b261678be74eef9495982b8c4b50]

        INTEGRATION: CWS odbmacros2 (1.3.96); FILE MERGED 2008/01/30 07:28:22 fs 1.3.96.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [98ae49c87ada541c58e52103d0ef27d152332753]

        INTEGRATION: CWS impresshandouts01 (1.32.84); FILE MERGED 2008/03/05 13:33:14 cl 1.32.84.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e5c4c25efb850c9e69660dd9343aa4417e0cd831]

        INTEGRATION: CWS odbmacros2 (1.2.166); FILE MERGED 2008/01/30 07:28:22 fs 1.2.166.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b895d38fa30c5a31af02ef386a074b49f7389720]

        INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED 2008/02/25 15:43:24 bm 1.2.4.3: #i366# remove fixed info text 2008/02/25 13:27:32 bm 1.2.4.2: #i366# adapted some field widths, added info text for using error bars from data  using own data table 2008/02/21 15:59:26 bm 1.2.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3bee430a9ef45ecbfd293065e1fb5fe060db4949]

        INTEGRATION: CWS impresshandouts01 (1.18.84); FILE MERGED 2008/03/05 13:33:58 cl 1.18.84.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7ca90224ca5e7ab4720ccc56d2bad963e2791081]

        INTEGRATION: CWS odbmacros2 (1.3.24); FILE MERGED 2008/01/30 07:28:22 fs 1.3.24.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1156c16ab79ae6020ca4da9e0c335b81b9b0733b]

        INTEGRATION: CWS chart20_DEV300 (1.3.4); FILE MERGED 2008/02/21 15:59:26 bm 1.3.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b032afdf3940d0c04805108aa30bb99e327cccb4]

        INTEGRATION: CWS chart20_DEV300 (1.3.4); FILE MERGED 2008/02/25 15:41:28 bm 1.3.4.3: #i366# hide parameters fixed-line when there are no parameters 2008/02/22 16:51:03 bm 1.3.4.2: #i366# correct handling for Writer: uses ranges from outside, but has no range chooser 2008/02/21 15:59:25 bm 1.3.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [531c3c5ed456133611d328fdbd5a86542cf92eff]

        INTEGRATION: CWS impresshandouts01 (1.1.4); FILE ADDED 2008/03/05 13:43:57 cl 1.1.4.2: #i85355# enhanced handout printing 2008/01/18 11:40:13 cl 1.1.4.1: file printdialog.hxx was added on branch cws_dev300_impresshandouts01 on 2008-03-05 13:43:57 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [876cbdeffebcf5c51617ace543c0cfaae3fc1194]

        INTEGRATION: CWS odbmacros2 (1.3.170); FILE MERGED 2008/01/30 07:28:22 fs 1.3.170.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7d277575c277b6209476f194deb0876096e9af75]

        INTEGRATION: CWS chart20_DEV300 (1.21.4); FILE MERGED 2008/02/21 15:59:25 bm 1.21.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0d97af17eee5271e4069f0837a6030bb602d7759]

        INTEGRATION: CWS impresshandouts01 (1.27.86); FILE MERGED 2008/03/05 13:43:05 cl 1.27.86.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ed2ada93ed3512a268cbff8fb22886bdbb1061ae]

        INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED 2008/02/21 15:59:25 bm 1.2.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b80017c4c8f389cabdc98685ffc4f402dbe8235e]

        INTEGRATION: CWS impresshandouts01 (1.8.168); FILE MERGED 2008/03/05 13:32:21 cl 1.8.168.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ad3017b8db1238e162e936c2abef93d534db0087]

        INTEGRATION: CWS impresshandouts01 (1.13.286); FILE MERGED 2008/03/05 15:31:18 cl 1.13.286.3: #i85355# added handout layout with 9 slides per handout 2008/03/05 14:26:47 cl 1.13.286.2: fixed linux build error 2008/03/05 13:57:45 cl 1.13.286.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e09d425490182bfc283409c54984a51681cfec45]

        INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED 2008/02/25 15:39:20 bm 1.6.4.2: from data -> from data table 2008/02/21 15:59:25 bm 1.6.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d15aaa7dd66c5e0286066b0d165495b2d9c8093c]

        INTEGRATION: CWS impresshandouts01 (1.1.4); FILE ADDED 2008/03/05 13:50:15 cl 1.1.4.2: #i85355# enhanced handout printing 2008/01/18 11:41:47 cl 1.1.4.1: file printdialog.src was added on branch cws_dev300_impresshandouts01 on 2008-03-05 13:50:14 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2e6bd78158fcb37bfaaa6823ac5e7ea88e7db6a9]

        INTEGRATION: CWS chart20_DEV300 (1.10.4); FILE MERGED 2008/02/21 15:59:25 bm 1.10.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d5b5a8b9b271190da13d054f586e330fd512ed69]

        INTEGRATION: CWS impresshandouts01 (1.1.4); FILE ADDED 2008/03/05 13:50:14 cl 1.1.4.2: #i85355# enhanced handout printing 2008/01/18 11:41:36 cl 1.1.4.1: file printdialog.hrc was added on branch cws_dev300_impresshandouts01 on 2008-03-05 13:50:14 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [72c850077e6922ef9f954593e980c907fab3c0b8]

        INTEGRATION: CWS odbmacros2 (1.11.54); FILE MERGED 2007/12/17 12:43:37 fs 1.11.54.1: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [827664d4ca84c40d8983ad3207978be98003f2a7]

        INTEGRATION: CWS impresshandouts01 (1.1.4); FILE ADDED 2008/03/05 14:37:08 cl 1.1.4.3: fixed merge problem 2008/03/05 13:50:14 cl 1.1.4.2: #i85355# enhanced handout printing 2008/01/18 11:41:25 cl 1.1.4.1: file printdialog.cxx was added on branch cws_dev300_impresshandouts01 on 2008-03-05 13:50:14 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a732de23545e188942f53a6b432e40af4bcaba52]

        INTEGRATION: CWS impresshandouts01 (1.37.12); FILE MERGED 2008/03/05 13:51:22 cl 1.37.12.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1b15d686bf0fc076061c4ecff17d94ddf8c7b000]

        INTEGRATION: CWS odbmacros2 (1.9.54); FILE MERGED 2007/12/17 12:43:37 fs 1.9.54.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/10 11:08:56 fs 1.9.54.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [481a4499ff2037f8ebdf0ce2d1d9ff5a904ff0db]

        INTEGRATION: CWS impresshandouts01 (1.120.84); FILE MERGED 2008/03/05 13:30:03 cl 1.120.84.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a043d16097c53b799f9434b661036eb87ade4c1a]

        INTEGRATION: CWS odbmacros2 (1.13.66); FILE MERGED 2007/12/17 12:43:37 fs 1.13.66.1: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bafc1ca9fd5c48a85e54513b3234c2386606bcc9]

        INTEGRATION: CWS impresshandouts01 (1.52.84); FILE MERGED 2008/03/05 14:06:42 cl 1.52.84.2: #i85355# added handout layout with 9 slides per handout 2008/03/05 13:31:21 cl 1.52.84.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b2601a17c9523772bc01255fb719ee7029111621]

        INTEGRATION: CWS odbmacros2 (1.21.10); FILE MERGED 2007/12/17 12:43:37 fs 1.21.10.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/10 21:31:05 fs 1.21.10.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [95008361fd4ce0c8bfa859f3504bfa053582af6b]

        INTEGRATION: CWS impresshandouts01 (1.41.86); FILE MERGED 2008/03/05 13:29:10 cl 1.41.86.1: #i85355# enhanced handout printing

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1a81bd8e2d7adacd72a00a77fa98021f6efaf7bc]

        INTEGRATION: CWS chart20_DEV300 (1.4.56); FILE MERGED 2008/02/21 15:59:25 bm 1.4.56.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6be6953378cc9e67958e76f5a3578e78b7fe2b0a]

        INTEGRATION: CWS odbmacros2 (1.11.54); FILE MERGED 2008/02/04 13:05:02 fs 1.11.54.4: RESYNC: (1.11-1.12); FILE MERGED 2007/12/20 09:38:18 fs 1.11.54.3: getAllBrowseNodes: check for XembeddedScripts only, not for XScriptInvocationContext 2007/12/17 12:43:37 fs 1.11.54.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/11 22:48:59 fs 1.11.54.1: #i49133# don't create a provider for a document which is not able to contain macros/scripts

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [715dba899383392acf10ad512d017e7a9fa0dff2]

        INTEGRATION: CWS odbmacros2 (1.9.66); FILE MERGED 2007/12/17 12:43:37 fs 1.9.66.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/10 21:31:05 fs 1.9.66.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [aa775d66b5121e0d422d48157bb7676d00e00483]

        INTEGRATION: CWS impresshandouts01 (1.62.150); FILE MERGED 2008/03/05 13:27:12 cl 1.62.150.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5fbee461188789312facf197e100718f609c7460]

        INTEGRATION: CWS chart20_DEV300 (1.4.98); FILE MERGED 2008/02/21 15:59:25 bm 1.4.98.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fb34c990c238a0fee4f42509405ea1bdef2d4856]

        INTEGRATION: CWS odbmacros2 (1.13.54); FILE MERGED 2007/12/18 07:34:02 fs 1.13.54.3: #i10000# 2007/12/17 12:43:37 fs 1.13.54.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/10 21:31:05 fs 1.13.54.1: #i49133# don't create script providers for documents which do not support the XEmbeddedScripts interface

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [57bc0fc56aa08b2844b228064c13ff51507c1745]

        INTEGRATION: CWS chart20_DEV300 (1.3.76); FILE MERGED 2008/02/21 15:59:25 bm 1.3.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3b48343de44c80c833a282802a182f302bca5911]

        INTEGRATION: CWS impresshandouts01 (1.30.176); FILE MERGED 2008/03/05 13:25:45 cl 1.30.176.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d5cde0e07248fcde1200aca1d34d8ff1a7fa8af5]

        INTEGRATION: CWS odbmacros2 (1.8.66); FILE MERGED 2007/12/17 12:43:37 fs 1.8.66.1: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [92438bdf2370a214a577326914e20f5e4d86d574]

        INTEGRATION: CWS chart20_DEV300 (1.5.4); FILE MERGED 2008/02/21 15:59:25 bm 1.5.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d146dac8415bc7789064e9fb0592b6e8b036efaf]

        INTEGRATION: CWS impresshandouts01 (1.7.286); FILE MERGED 2008/03/05 13:25:45 cl 1.7.286.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [22047757033ef5e658adc721a310be96ff046a0e]

        INTEGRATION: CWS odff (1.39.4); FILE MERGED 2008/02/27 18:35:28 er 1.39.4.3: RESYNC: (1.39-1.40); FILE MERGED 2008/02/15 14:23:08 er 1.39.4.2: #i81063# grammar here, grammar there, grammar everywhere 2008/01/25 14:19:42 er 1.39.4.1: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d4b50d3da5a01d326e1006755d5150f726e52142]

        INTEGRATION: CWS chart20_DEV300 (1.4.4); FILE MERGED 2008/02/21 15:59:25 bm 1.4.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [83b9cd4fd3ab75379fd317d43560737a5139b203]

        INTEGRATION: CWS odbmacros2 (1.27.10); FILE MERGED 2007/12/17 12:43:37 fs 1.27.10.3: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/12 14:40:38 fs 1.27.10.2: #i49133# properly obtain the scriptable document, whose script provider should execute the script 2007/12/10 11:08:55 fs 1.27.10.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cdea05ce5f0758d6a3c931bd34108adac24b6902]

        INTEGRATION: CWS odff (1.49.128); FILE MERGED 2008/02/27 18:35:25 er 1.49.128.3: RESYNC: (1.50-1.51); FILE MERGED 2007/08/28 12:55:18 er 1.49.128.2: #i81063# use OpCode 2007/08/27 15:24:21 er 1.49.128.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0f330ef3c8ea927f943acaf85ee7e9f037124d43]

        INTEGRATION: CWS chart20_DEV300 (1.6.4); FILE MERGED 2008/02/21 15:59:25 bm 1.6.4.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d4cd4a34e3f5ce09d8d1aa3bded1cd061281ad17]

        INTEGRATION: CWS odbmacros2 (1.5.64); FILE MERGED 2008/03/04 11:55:23 fs 1.5.64.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/10 11:08:55 fs 1.5.64.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2acdc1431fe187855953420c98f7337680e48562]

        INTEGRATION: CWS odff (1.83.8); FILE MERGED 2008/02/27 18:35:21 er 1.83.8.5: RESYNC: (1.89-1.91); FILE MERGED 2008/01/21 18:51:45 er 1.83.8.4: RESYNC: (1.85-1.89); FILE MERGED 2007/10/23 13:39:23 er 1.83.8.3: RESYNC: (1.83-1.85); FILE MERGED 2007/08/28 12:55:17 er 1.83.8.2: #i81063# use OpCode 2007/08/27 15:24:21 er 1.83.8.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [dec929c2b7d3cb0102f5581da5627dca563f2a18]

        INTEGRATION: CWS chart20_DEV300 (1.5.54); FILE MERGED 2008/02/21 15:59:25 bm 1.5.54.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c90cc293ba0d0ee1a93e291b22dc32e5dff368f3]

        INTEGRATION: CWS odbmacros2 (1.12.2); FILE MERGED 2008/02/04 13:05:00 fs 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2007/12/10 11:08:55 fs 1.12.2.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [efb1ba52dd3835923a90df3594bd9a53532c3a81]

        INTEGRATION: CWS impresshandouts01 (1.50.152); FILE MERGED 2008/03/05 14:01:18 cl 1.50.152.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5ffd1bbc10afa8ff5504baf421fb62dfc4541420]

        INTEGRATION: CWS chart20_DEV300 (1.2.108); FILE MERGED 2008/02/21 15:59:25 bm 1.2.108.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d81336b080ecd4736cf717a07e4c87e03d988c2c]

        INTEGRATION: CWS odff (1.5.38); FILE MERGED 2008/02/27 18:35:18 er 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2008/02/11 18:33:46 er 1.5.38.1: applied gcc 4.1.2 build issue patch from Kohei

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3157848a0bb563569c77967dfa1c8b5cb9594f7d]

        INTEGRATION: CWS odbmacros2 (1.6.90); FILE MERGED 2007/12/19 13:24:57 fs 1.6.90.1: #i49133# when invoking a script, temporarily set the XScriptInvocationContext as ThisComponent at the script

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ff26ec5b780ae2e7a235aa220fd7cbc397edff44]

        INTEGRATION: CWS chart20_DEV300 (1.3.76); FILE MERGED 2008/02/21 15:59:25 bm 1.3.76.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [17278e537c71c6168dd5d207de17ad9d67f9e31c]

        INTEGRATION: CWS impresshandouts01 (1.115.6); FILE MERGED 2008/03/05 14:02:42 cl 1.115.6.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bef555e4aa2250bef503885020d95e607ab1378c]

        INTEGRATION: CWS odbmacros2 (1.14.54); FILE MERGED 2007/12/19 14:53:50 fs 1.14.54.2: #i49133# BasicManager::Insert/Set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/19 13:24:57 fs 1.14.54.1: #i49133# when invoking a script, temporarily set the XScriptInvocationContext as ThisComponent at the script

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d2e8b8c4ae3484ef5aa90c59c80fcfaa7ad6f774]

        INTEGRATION: CWS odff (1.2.4); FILE MERGED 2008/01/21 21:29:54 er 1.2.4.1: ScCompiler::SetCompileEnglish() is gone, adapt to new SetFormulaLanguage() concept

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [92969c19498fccaa8c07d4091225f4e0fcc2a96c]

        INTEGRATION: CWS chart20_DEV300 (1.5.56); FILE MERGED 2008/02/21 15:59:25 bm 1.5.56.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [de29c5a217a5bbb4f38a20fb8e35cee1ae3e5e81]

        INTEGRATION: CWS odbmacros2 (1.9.90); FILE MERGED 2007/12/19 13:24:57 fs 1.9.90.1: #i49133# when invoking a script, temporarily set the XScriptInvocationContext as ThisComponent at the script

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e4574832fc78c73652d443dc9a661996423a3ebd]

        INTEGRATION: CWS odff (1.16.158); FILE MERGED 2008/02/15 14:23:08 er 1.16.158.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:51:42 er 1.16.158.2: RESYNC: (1.16-1.17); FILE MERGED 2007/09/06 10:43:10 er 1.16.158.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2892f44e7b45c12820100f3f3fb62540cf9222d0]

        INTEGRATION: CWS odbmacros2 (1.19.54); FILE MERGED 2007/12/22 13:37:26 fs 1.19.54.4: changed error message when no script found 2007/12/19 13:24:57 fs 1.19.54.3: #i49133# when invoking a script, temporarily set the XScriptInvocationContext as ThisComponent at the script 2007/12/17 12:43:37 fs 1.19.54.2: #i49133# allow to create script providers for documents which do not support embedded scripts themselves (i.e. don't have the XEmbeddedScripts interface), but are able to point to such a do cument (via XScriptInvocationContext) whose scripts they can execute 2007/12/10 11:08:55 fs 1.19.54.1: #i49133# don't use an SfxObjectShell, there's UNO equivalents nowadays, which also includes non-SFX documents then

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c1f163b2297d379198475e4b13fe3b04d6b73ce2]

        INTEGRATION: CWS odff (1.18.60); FILE MERGED 2008/02/15 14:23:08 er 1.18.60.2: #i81063# grammar here, grammar there, grammar everywhere 2007/08/27 15:24:21 er 1.18.60.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c93a300e168c90679b13c574e764af327fe2b671]

        INTEGRATION: CWS impresshandouts01 (1.1.4); FILE ADDED 2008/03/05 14:04:00 cl 1.1.4.2: #i85355# added handout layout with 9 slides per handout 2008/01/18 12:00:59 cl 1.1.4.1: file foilh09.png was added on branch cws_dev300_impresshandouts01 on 2008-03-05 14:04:00 +0000

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2d4f7b9e4cfb542d58689f3e3f34711c479e109d]

        INTEGRATION: CWS odff (1.14.158); FILE MERGED 2008/02/18 12:44:28 er 1.14.158.4: Mac OSX gcc-4.0.1 does not realize that a variable is not used uninitialized ion this case ... 2008/02/15 14:23:08 er 1.14.158.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:51:39 er 1.14.158.2: RESYNC: (1.14-1.15); FILE MERGED 2007/09/06 10:43:10 er 1.14.158.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1a49a9f8fc687476c27a056c636be77280097df6]

        INTEGRATION: CWS odbmacros2 (1.3.134); FILE MERGED 2008/01/02 14:42:13 fs 1.3.134.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a5a9605eee027f31b7f1cba2ce6a969070ff7725]

        INTEGRATION: CWS chart20_DEV300 (1.13.42); FILE MERGED 2008/02/21 15:59:25 bm 1.13.42.1: #i366# error bars from ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9f9849348398875f91c414842427d007dde2e05b]

        INTEGRATION: CWS odff (1.107.34); FILE MERGED 2008/02/27 18:35:14 er 1.107.34.4: RESYNC: (1.109-1.110); FILE MERGED 2008/02/15 14:23:07 er 1.107.34.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:51:36 er 1.107.34.2: RESYNC: (1.107-1.109); FILE MERGED 2007/09/06 10:43:10 er 1.107.34.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [78f8e10b69ef42e4ff2947755e4f6b3a5bda0b35]

        INTEGRATION: CWS odbmacros2 (1.8.90); FILE MERGED 2008/01/02 14:42:13 fs 1.8.90.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [44c695a9483e59f9d7280d6b21b7d4434fa23163]

        INTEGRATION: CWS impresshandouts01 (1.2.116); FILE MERGED 2008/03/05 14:03:59 cl 1.2.116.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fa6b3ddec92cdb02e3b6f1ac4363dc0dfbfa67a0]

        INTEGRATION: CWS ause084_DEV300 (1.79.44); FILE MERGED 2008/01/24 17:37:52 hjs 1.79.44.2: RESYNC: (1.79-1.81); FILE MERGED 2007/12/14 15:21:58 hjs 1.79.44.1: #i77992# dmake 4.11 now in place and 4.12 around the corner

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [29f79c7b7ce36092f9fac90ecf28c6e0c5adf008]

        INTEGRATION: CWS odff (1.16.4); FILE MERGED 2008/02/15 14:23:07 er 1.16.4.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e1bcf39a877cd84c0d59e173757107cf4da8d358]

        INTEGRATION: CWS chart20_DEV300 (1.7.392); FILE MERGED 2008/02/22 12:20:48 bm 1.7.392.2: #i366# adapt CHERROR_COUNT to new count for error kind item 2008/02/21 15:52:50 bm 1.7.392.1: #i366# value FROM_DATA for error bars

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6d407bc3cae88d01659b39ce5fdb099c0ba5a4a1]

        INTEGRATION: CWS odff (1.40.8); FILE MERGED 2008/02/15 14:23:07 er 1.40.8.2: #i81063# grammar here, grammar there, grammar everywhere 2007/09/06 10:43:10 er 1.40.8.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ad49c1f96894bfb882f816c844d3a6d627edf51f]

        INTEGRATION: CWS odbmacros2 (1.3.134); FILE MERGED 2008/01/02 14:42:12 fs 1.3.134.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b7029f8f6167a7de4b436d9e3f2284704235a24a]

        INTEGRATION: CWS odbmacros2 (1.9.90); FILE MERGED 2008/01/02 14:42:12 fs 1.9.90.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [91fd084de2823fd2daa5c47b46d85e722b082a12]

        INTEGRATION: CWS odff (1.31.4); FILE MERGED 2008/02/27 18:35:10 er 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2008/02/15 14:23:07 er 1.31.4.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1a7caf65c1d49b23675325dd584d9c85ea35c05b]

        INTEGRATION: CWS odff (1.66.62); FILE MERGED 2008/02/15 14:23:07 er 1.66.62.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:51:32 er 1.66.62.2: RESYNC: (1.66-1.67); FILE MERGED 2007/09/06 10:43:09 er 1.66.62.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a0b8de11cb6910f82a2e790a652191745c351dfa]

        INTEGRATION: CWS odbmacros2 (1.10.90); FILE MERGED 2008/01/02 14:42:12 fs 1.10.90.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b09f9b56a632e9ba7f3dce274f88b98cd8091e14]

        INTEGRATION: CWS odff (1.71.148); FILE MERGED 2008/02/27 18:35:06 er 1.71.148.2: RESYNC: (1.71-1.73); FILE MERGED 2008/02/11 18:33:05 er 1.71.148.1: applied gcc 4.1.2 build issue patch from Kohei

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [afe3330c3eacbd80274f7777207dbb9807b0c7f6]

        INTEGRATION: CWS odff (1.29.158); FILE MERGED 2008/02/27 18:35:03 er 1.29.158.2: RESYNC: (1.29-1.30); FILE MERGED 2008/02/15 14:23:06 er 1.29.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [28a02480c52cfd3ea24410b709491740a7393d61]

        INTEGRATION: CWS odbmacros2 (1.4.90); FILE MERGED 2008/01/02 14:42:12 fs 1.4.90.1: #i49133# allow script providers to be created with an XScriptInvocationContext instead of a mere TDOC URL

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [422d5fd8d7c05a975c4aaac9b2cfa0f44c568c31]

        INTEGRATION: CWS chart20_DEV300 (1.2.212); FILE MERGED 2008/02/22 10:31:49 bm 1.2.212.2: #i366# offer an appendSequence method for internal data 2008/02/21 15:49:14 bm 1.2.212.1: #i366# +ErrorBarStyle constant group containing FROM_DATA

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [311a61e0c2a621a199b7f98d20d5750a320c2ac7]

        INTEGRATION: CWS odff (1.47.158); FILE MERGED 2008/02/15 14:23:06 er 1.47.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d0037f47530637463cb5abe440038ca31a6d3202]

        INTEGRATION: CWS odff (1.25.158); FILE MERGED 2008/02/27 18:35:00 er 1.25.158.3: RESYNC: (1.25-1.26); FILE MERGED 2008/02/19 08:43:00 erack 1.25.158.2: conditional true-formula doesn't need to be preparsed 2008/02/15 14:23:06 er 1.25.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [22d8b4df174f23db1fad7a5c2ded5b511b23fc5d]

        INTEGRATION: CWS chart20_DEV300 (1.2.212); FILE MERGED 2008/02/21 15:49:14 bm 1.2.212.1: #i366# +ErrorBarStyle constant group containing FROM_DATA

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8c00b7d1d25ae0c4f5cdfa9d1793581498e10b13]

        INTEGRATION: CWS odff (1.59.158); FILE MERGED 2008/02/27 18:34:57 er 1.59.158.3: RESYNC: (1.59-1.60); FILE MERGED 2008/02/19 08:43:00 erack 1.59.158.2: conditional true-formula doesn't need to be preparsed 2008/02/15 14:23:06 er 1.59.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c7f716cf72dd88d9db7c4a70d55dd93d35d5b41c]

        INTEGRATION: CWS chart20_DEV300 (1.9.6); FILE MERGED 2008/02/21 15:49:14 bm 1.9.6.1: #i366# +ErrorBarStyle constant group containing FROM_DATA

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c35f45136fc0e64df042eb964cd1f99e2afbc114]

        INTEGRATION: CWS odff (1.66.118); FILE MERGED 2008/02/15 14:23:06 er 1.66.118.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7509269a83bd57f3ab55791229ac842880b9de97]

        INTEGRATION: CWS chart20_DEV300 (1.1.2); FILE ADDED 2008/02/21 16:01:20 bm 1.1.2.1: #i366# constant group for error bar style containing FROM_DATA

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2b508834e4eb931f95ae30c67e9344e945856edc]

        INTEGRATION: CWS odff (1.16.158); FILE MERGED 2008/02/19 08:33:14 erack 1.16.158.2: simple table:cell-range-address is not a formula expression, no brackets used in range 2008/02/15 14:23:06 er 1.16.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b1235cfb0c5cf477e9d0d9762cfd17efbf78887f]

        INTEGRATION: CWS chart20_DEV300 (1.9.472); FILE MERGED 2008/02/21 15:49:14 bm 1.9.472.1: #i366# +ErrorBarStyle constant group containing FROM_DATA

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5dffe2189045135d0b9114a5045252c42ac1c1a9]

        INTEGRATION: CWS impresshandouts01 (1.30.58); FILE MERGED 2008/03/05 14:06:03 cl 1.30.58.1: #i85355# added handout layout with 9 slides per handout

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b02243f0237c080f075eabd75b675e2f2e49a303]

        INTEGRATION: CWS odff (1.92.388); FILE MERGED 2008/02/27 18:34:54 er 1.92.388.2: RESYNC: (1.92-1.93); FILE MERGED 2008/02/15 14:23:06 er 1.92.388.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [97b2c6cdf9c4c5c1d48f15501ea88cfdf3bc1657]

        INTEGRATION: CWS odff (1.127.60); FILE MERGED 2008/02/27 18:34:51 er 1.127.60.3: RESYNC: (1.127-1.128); FILE MERGED 2008/02/19 08:33:14 erack 1.127.60.2: simple table:cell-range-address is not a formula expression, no brackets used in range 2008/02/15 14:23:06 er 1.127.60.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [39fb0a54494afb76d21f61e1fea1fdcbcce36d50]

        INTEGRATION: CWS odff (1.207.60); FILE MERGED 2008/02/27 18:34:46 er 1.207.60.6: RESYNC: (1.208-1.209); FILE MERGED 2008/02/15 14:23:06 er 1.207.60.5: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:08 er 1.207.60.4: #i81063# introduce StorageGrammar per document 2008/01/21 18:51:29 er 1.207.60.3: RESYNC: (1.207-1.208); FILE MERGED 2007/11/23 15:34:42 er 1.207.60.2: WriteNamedExpressions: remove superfluous duplicated getContent of symbols 2007/09/06 10:43:09 er 1.207.60.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8d52d22ffa2454c8ed446803af2af9b24476a261]

        INTEGRATION: CWS iconunify_DEV300 (1.19.160); FILE MERGED 2008/02/25 09:49:33 hjs 1.19.160.1: #i86362# extract icon theme packing to own module

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e58d311bd46338443fc50bdecb99b6be0583afa4]

        INTEGRATION: CWS odff (1.25.158); FILE MERGED 2008/02/15 14:23:06 er 1.25.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f052377145c5466ab86574ae95a6d498dc56be06]

        INTEGRATION: CWS odff (1.24.158); FILE MERGED 2008/02/15 14:23:06 er 1.24.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d7af7e1384583d286e164c2d363e26a73e5fa419]

        INTEGRATION: CWS chart20_DEV300 (1.10.74); FILE MERGED 2008/02/25 17:19:50 bm 1.10.74.2: #i366# fixed a bug for charts with own data 2008/02/21 15:59:49 bm 1.10.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a3e3baad384228c8dc323ca569e1208b2db39c4e]

        INTEGRATION: CWS odff (1.93.158); FILE MERGED 2008/02/27 18:34:01 er 1.93.158.2: RESYNC: (1.93-1.94); FILE MERGED 2008/02/15 14:23:06 er 1.93.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cac9f699ceeca6a3679d5ee9899538c11676ae10]

        INTEGRATION: CWS chart20_DEV300 (1.6.74); FILE MERGED 2008/02/21 15:59:49 bm 1.6.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bf135343fcd3f4037a32b73d1972498b220908f0]

        INTEGRATION: CWS odff (1.28.8); FILE MERGED 2008/02/27 18:34:31 er 1.28.8.2: RESYNC: (1.28-1.29); FILE MERGED 2008/02/15 14:23:05 er 1.28.8.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f3dac30821a52ee184845028af2d26635b9147e2]

        INTEGRATION: CWS chart20_DEV300 (1.6.74); FILE MERGED 2008/02/22 14:48:20 bm 1.6.74.2: #i366# reset CachedXMLRange property by setting an empty string, XPropertyState is not supported by UncachedDataSequence 2008/02/21 15:59:49 bm 1.6.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [749d2db9666f8125de58e55060d4abcd5cdc0625]

        INTEGRATION: CWS odff (1.48.118); FILE MERGED 2008/02/27 18:34:21 er 1.48.118.2: RESYNC: (1.48-1.49); FILE MERGED 2008/02/15 14:23:05 er 1.48.118.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [60f51de1b9f4582550c6bae1e9ab092762f5e25e]

        INTEGRATION: CWS odff (1.15.326); FILE MERGED 2008/02/27 18:34:15 er 1.15.326.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/15 14:23:05 er 1.15.326.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [599807a7b1d15d0d0349d116a163dc975f137a9f]

        INTEGRATION: CWS chart20_DEV300 (1.6.142); FILE MERGED 2008/02/25 17:19:50 bm 1.6.142.2: #i366# fixed a bug for charts with own data 2008/02/21 15:59:49 bm 1.6.142.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5e022341d82e285a631df1b6ec5aa6c2e6a65255]

        INTEGRATION: CWS odff (1.26.118); FILE MERGED 2008/02/27 18:34:12 er 1.26.118.3: RESYNC: (1.26-1.27); FILE MERGED 2008/02/15 14:23:05 er 1.26.118.2: #i81063# grammar here, grammar there, grammar everywhere 2007/09/06 10:43:09 er 1.26.118.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fe8fbca774df1b4709d95581a3ef85eb4a7094e7]

        INTEGRATION: CWS chart20_DEV300 (1.19.32); FILE MERGED 2008/02/25 17:19:50 bm 1.19.32.5: #i366# fixed a bug for charts with own data 2008/02/22 15:34:59 bm 1.19.32.4: #i366# use old assignment method in postProcessTable() if no mapping is available 2008/02/22 14:46:51 bm 1.19.32.3: #i366# cleanup of unused function 2008/02/22 14:29:31 bm 1.19.32.2: #i366# passing temporary as ref ... oops 2008/02/21 15:59:49 bm 1.19.32.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [24273698f2471d24969a72a2f893a84a7bff6109]

        INTEGRATION: CWS odff (1.30.8); FILE MERGED 2008/02/27 18:34:07 er 1.30.8.4: RESYNC: (1.30-1.31); FILE MERGED 2008/02/15 14:23:05 er 1.30.8.3: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:08 er 1.30.8.2: #i81063# introduce StorageGrammar per document 2007/09/06 10:43:09 er 1.30.8.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5b544f1874248f02e64bfb9bb04c98ca5f467a36]

        INTEGRATION: CWS chart20_DEV300 (1.5.74); FILE MERGED 2008/02/21 15:59:49 bm 1.5.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [996b62387136093d1f4f62d77b7eb8084fff8639]

        INTEGRATION: CWS chart20_DEV300 (1.5.74); FILE MERGED 2008/02/25 17:19:50 bm 1.5.74.2: #i366# fixed a bug for charts with own data 2008/02/21 15:59:49 bm 1.5.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ac8a4d453c4126a11dd50e881d37b0e4e1a1cc80]

        INTEGRATION: CWS odff (1.21.68); FILE MERGED 2008/02/27 18:33:55 er 1.21.68.2: RESYNC: (1.21-1.23); FILE MERGED 2008/02/15 14:23:05 er 1.21.68.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c0350e1704c7179e8e8d2ea95aa712f278e1d52f]

        INTEGRATION: CWS odff (1.6.60); FILE MERGED 2008/02/27 18:33:45 er 1.6.60.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/19 20:05:23 er 1.6.60.1: #i32341# renamed some ugly German opcodes of functions touched for ocUnion

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d7bbae72ba2ee6decd5cae45d19a38390970c88e]

        INTEGRATION: CWS chart20_DEV300 (1.24.74); FILE MERGED 2008/02/21 15:59:48 bm 1.24.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d15aa5e14b75c1229eca4117b743700cf1605ade]

        INTEGRATION: CWS odff (1.13.58); FILE MERGED 2007/12/19 20:05:23 er 1.13.58.1: #i32341# renamed some ugly German opcodes of functions touched for ocUnion

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [98dc77674c785fd75cd37310a25fa0e8872999f3]

        INTEGRATION: CWS chart20_DEV300 (1.44.6); FILE MERGED 2008/02/21 15:59:48 bm 1.44.6.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [632f0991f1b690b3680e01a724966e94494f29de]

        INTEGRATION: CWS ause084_DEV300 (1.151.24); FILE MERGED 2008/02/14 16:36:02 hjs 1.151.24.3: RESYNC: (1.160-1.163); FILE MERGED 2008/01/24 17:38:01 hjs 1.151.24.2: RESYNC: (1.151-1.160); FILE MERGED 2007/12/18 12:43:29 hjs 1.151.24.1: #i77202# set OOODMAKEMODE

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [59bed4178f9d58791512a49233fd93a235ec93f1]

        INTEGRATION: CWS odff (1.12.90); FILE MERGED 2008/01/10 14:40:27 dr 1.12.90.1: import/export error codes

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0b6cf9b4daa621f7fac4c30debd0afbb9e5cdc09]

        INTEGRATION: CWS odff (1.19.90); FILE MERGED 2008/02/15 13:07:24 dr 1.19.90.2: '#i67777#' 2007/11/29 19:06:47 er 1.19.90.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cb0fabc9e07561ed7a17fb0df377999328ebd217]

        INTEGRATION: CWS odff (1.24.60); FILE MERGED 2007/12/19 20:05:22 er 1.24.60.1: #i32341# renamed some ugly German opcodes of functions touched for ocUnion

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fc725f2aa05e52453be72bd2f11b2ad63f023e12]

        INTEGRATION: CWS chart20_DEV300 (1.4.142); FILE MERGED 2008/02/21 15:59:48 bm 1.4.142.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [100562d019861cd91fa0eb8d46810457ac199413]

        INTEGRATION: CWS chart20_DEV300 (1.6.142); FILE MERGED 2008/02/21 15:59:48 bm 1.6.142.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d6cab66aaf8090786f07e3a972d90397a2124940]

        INTEGRATION: CWS chart20_DEV300 (1.94.6); FILE MERGED 2008/02/21 15:59:48 bm 1.94.6.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [cd475b0a92250448a2572bdd54f9929fe1048f24]

        INTEGRATION: CWS odff (1.15.156); FILE MERGED 2008/02/27 18:33:40 er 1.15.156.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/15 14:23:05 er 1.15.156.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0d37d9bb4ebae8d7e9d6c2f79259a0edd141585c]

        INTEGRATION: CWS odff (1.22.64); FILE MERGED 2008/02/15 14:23:05 er 1.22.64.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [69290394a8b7705e7cb3239a77cf53c23a4da02b]

        INTEGRATION: CWS chart20_DEV300 (1.16.74); FILE MERGED 2008/02/21 15:59:48 bm 1.16.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ba890cfcea06bebf3a2869bb57c3f721cf573929]

        INTEGRATION: CWS odff (1.20.8); FILE MERGED 2008/02/27 18:33:35 er 1.20.8.5: RESYNC: (1.20-1.21); FILE MERGED 2008/01/25 14:19:42 er 1.20.8.4: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/10 14:40:48 dr 1.20.8.3: import/export error codes 2008/01/08 21:09:27 er 1.20.8.2: rename StackVar svErr to svUnknown 2007/09/06 10:43:09 er 1.20.8.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [71427d392223a69202616a782e3e8d01aa0f302f]

        INTEGRATION: CWS chart20_DEV300 (1.39.74); FILE MERGED 2008/02/21 15:59:48 bm 1.39.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b910dbc0ff04f722657b23867d88883b4a67a645]

        INTEGRATION: CWS odff (1.12.90); FILE MERGED 2008/01/18 20:45:34 er 1.12.90.2: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/10 14:40:48 dr 1.12.90.1: import/export error codes

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [464ac430756ae8727fc9c78965ae90cd53232ee5]

        INTEGRATION: CWS chart20_DEV300 (1.51.74); FILE MERGED 2008/02/21 15:59:48 bm 1.51.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [589960c8ff30f39af57280d665a6280cb765aeb9]

        INTEGRATION: CWS odff (1.90.68); FILE MERGED 2008/02/27 18:33:23 er 1.90.68.2: RESYNC: (1.90-1.91); FILE MERGED 2008/02/15 14:23:05 er 1.90.68.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fd394c2fb98c698fe0fe87580244ea83c4a3610d]

        INTEGRATION: CWS chart20_DEV300 (1.30.6); FILE MERGED 2008/02/21 15:59:48 bm 1.30.6.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01e5be3389388ad70b8f8cbc207c5baf3c47e42d]

        INTEGRATION: CWS odff (1.44.60); FILE MERGED 2008/02/27 18:33:16 er 1.44.60.3: RESYNC: (1.44-1.45); FILE MERGED 2008/01/10 14:40:48 dr 1.44.60.2: import/export error codes 2007/11/29 19:06:47 er 1.44.60.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [32eaa74ed7fa27083cda0c664209d2d3b0a04a06]

        INTEGRATION: CWS chart20_DEV300 (1.4.74); FILE MERGED 2008/02/21 15:59:48 bm 1.4.74.1: #i366# error bars from cell ranges

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5b760bf19581e5cbd4436c95ac9dc2d2e02d4af5]

        INTEGRATION: CWS odff (1.48.60); FILE MERGED 2008/02/27 18:33:09 er 1.48.60.6: RESYNC: (1.48-1.49); FILE MERGED 2008/02/15 14:23:05 er 1.48.60.5: #i81063# grammar here, grammar there, grammar everywhere 2008/02/15 13:07:24 dr 1.48.60.4: '#i67777#' 2008/01/25 14:19:42 er 1.48.60.3: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/10 14:40:48 dr 1.48.60.2: import/export error codes 2007/11/29 19:06:47 er 1.48.60.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6ff9ba2998178fa1e8b8fb2eeae034dc50a12041]

        INTEGRATION: CWS odff (1.29.30); FILE MERGED 2008/02/27 18:33:02 er 1.29.30.23: RESYNC: (1.29-1.30); FILE MERGED 2008/02/20 16:41:51 er 1.29.30.22: #i32340# ISBLANK needs to distinguish between inherited / non-inherited emptiness; corrected ISNUMBER and ISTEXT/ISNONTEXT handling of svEmptyCell 2008/02/15 14:23:04 er 1.29.30.21: #i81063# grammar here, grammar there, grammar everywhere 2008/02/06 16:34:49 er 1.29.30.20: Non-const GetMatrix() is private and unused but must be implemented to satisfy vtable linkage 2008/02/05 17:59:06 er 1.29.30.19: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/31 15:34:23 er 1.29.30.18: #i32340# ScFormulaResult, third wave 2008/01/24 20:42:17 er 1.29.30.17: #i32340# ScFormulaResult, handle error code and matrix clone 2008/01/24 16:41:01 er 1.29.30.16: #i32340# variable cell result ScFormulaResult, second wave 2008/01/21 19:53:59 er 1.29.30.15: IF_NOT_OPCODE_ERROR macro has parameters, also if expanded empty in PRODUCT version 2008/01/18 20:45:34 er 1.29.30.14: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/17 17:31:34 er 1.29.30.13: #i32340# variable cell result ScFormulaResult, first wave 2008/01/10 16:54:28 er 1.29.30.12: introduce ScErrorToken, get rid of secondary error stack 2008/01/10 13:45:12 dr 1.29.30.11: #i10000# wntmsci10.pro compiler warning 2008/01/08 21:09:27 er 1.29.30.10: rename StackVar svErr to svUnknown 2008/01/08 20:44:14 er 1.29.30.9: get rid of distracting binfilter legacy 2008/01/08 19:45:44 er 1.29.30.8: get rid of distracting binfilter legacy 2008/01/08 19:30:27 er 1.29.30.7: get rid of distracting binfilter legacy 2007/12/17 15:59:34 er 1.29.30.6: #i32341# union / range list operator ocUnion; first wave 2007/12/05 22:13:38 er 1.29.30.5: #i4904# ocRange: treat Flag3D as expected by stringizer and UI 2007/12/05 13:30:38 er 1.29.30.4: ExtendRangeReference: don't reuse shared references 2007/12/05 11:52:59 er 1.29.30.3: #i4904# ocRange: merge tokenized SingleRef+ocRange+SingleRef into DoubleRef to save memory 2007/11/30 18:30:55 er 1.29.30.2: #i4904# ocRange: if sheet reference not given adjust inherited from first SingleRef 2007/11/29 19:06:47 er 1.29.30.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [88e329c57d03e09c52337a5add40f7a355f121aa]

        INTEGRATION: CWS chart20_DEV300 (1.8.4); FILE MERGED 2008/02/22 16:24:21 bm 1.8.4.2: #i366# commands for deleting error bars, mean value line or trendline 2008/02/21 15:51:56 bm 1.8.4.1: #i366# entries for error bars

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3c725fd6347061ad7b8712185a997d9da246b377]

        INTEGRATION: CWS odff (1.5.318); FILE MERGED 2008/02/07 13:10:02 er 1.5.318.4: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2007/12/05 22:13:38 er 1.5.318.3: #i4904# ocRange: treat Flag3D as expected by stringizer and UI 2007/11/30 18:30:55 er 1.5.318.2: #i4904# ocRange: if sheet reference not given adjust inherited from first SingleRef 2007/11/29 19:06:46 er 1.5.318.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f1d75266fa6b020d171824ef27dff3b571245905]

        INTEGRATION: CWS odff (1.24.158); FILE MERGED 2008/02/27 21:07:17 er 1.24.158.7: IsReference: adapt to changes, ScCompiler SetCompileEnglish() and SetCompileXML() are gone 2008/02/27 18:32:54 er 1.24.158.6: RESYNC: (1.25-1.26); FILE MERGED 2008/01/25 14:19:41 er 1.24.158.5: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/08 19:45:44 er 1.24.158.4: get rid of distracting binfilter legacy 2008/01/08 19:30:27 er 1.24.158.3: get rid of distracting binfilter legacy 2007/09/06 10:43:08 er 1.24.158.2: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ... 2007/08/27 15:24:20 er 1.24.158.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [215809b58f0019fc823474f0cf90559f5177d784]

        INTEGRATION: CWS odff (1.8.126); FILE MERGED 2007/12/19 20:15:02 er 1.8.126.4: #i32341# ocUnion: functions handling svRefList 2007/10/23 16:56:05 er 1.8.126.3: resync to xmlfilter02 2007/08/31 10:13:27 er 1.8.126.2: resync to cws xmlfilter02 2007/08/27 15:24:20 er 1.8.126.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [bbb79a21c872782385f155bfd9b075463fc85d48]

        INTEGRATION: CWS odff (1.22.32); FILE MERGED 2008/01/21 20:08:58 er 1.22.32.4: unxsols4: STL needs exceptions turned on 2008/01/21 18:51:23 er 1.22.32.3: RESYNC: (1.24-1.27); FILE MERGED 2007/10/23 13:31:14 er 1.22.32.2: RESYNC: (1.22-1.24); FILE MERGED 2007/08/27 15:24:20 er 1.22.32.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [16aaacda90379ba8b79c29aad956799301e6328c]

        INTEGRATION: CWS odff (1.5.156); FILE MERGED 2008/02/07 13:10:02 er 1.5.156.1: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d5614ad955c3c6a19ad889ccb4974583e530ba40]

        INTEGRATION: CWS odff (1.27.34); FILE MERGED 2008/02/20 16:41:51 er 1.27.34.10: #i32340# ISBLANK needs to distinguish between inherited / non-inherited emptiness; corrected ISNUMBER and ISTEXT/ISNONTEXT handling of svEmptyCell 2008/02/07 13:10:02 er 1.27.34.9: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 21:26:12 er 1.27.34.8: #i8946# FREQUENCY sort arbitrary bins; applied patch from <kohei> with slight modifications 2008/02/06 10:16:23 er 1.27.34.7: for clarity and safety on signed types, comparison on >0 2008/01/31 22:15:17 er 1.27.34.6: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 20:05:33 er 1.27.34.5: now that we have error token: some PopError() instead of Pop() and some PushError(...) instead of SetError(...) 2008/01/31 15:34:23 er 1.27.34.4: #i32340# ScFormulaResult, third wave 2008/01/21 18:51:20 er 1.27.34.3: RESYNC: (1.27-1.29); FILE MERGED 2008/01/10 16:54:28 er 1.27.34.2: introduce ScErrorToken, get rid of secondary error stack 2007/12/19 20:15:02 er 1.27.34.1: #i32341# ocUnion: functions handling svRefList

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [dc39f793b9ab915d05a649ae83bdb1f83811914a]

        INTEGRATION: CWS odff (1.20.30); FILE MERGED 2008/02/13 15:50:10 dr 1.20.30.10: 'warnings' 2008/02/07 13:10:02 er 1.20.30.9: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 23:37:34 er 1.20.30.8: #i8946# QuickSort: when shuffling sort array, index order has to follow 2008/02/06 21:26:12 er 1.20.30.7: #i8946# FREQUENCY sort arbitrary bins; applied patch from <kohei> with slight modifications 2008/02/06 10:16:23 er 1.20.30.6: for clarity and safety on signed types, comparison on >0 2008/02/05 17:59:05 er 1.20.30.5: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/31 22:15:16 er 1.20.30.4: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 20:05:33 er 1.20.30.3: now that we have error token: some PopError() instead of Pop() and some PushError(...) instead of SetError(...) 2008/01/10 16:54:27 er 1.20.30.2: introduce ScErrorToken, get rid of secondary error stack 2007/12/19 20:15:02 er 1.20.30.1: #i32341# ocUnion: functions handling svRefList

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0b7c82a34f94ce7f46934b175532efba39f0ce8b]

        INTEGRATION: CWS odff (1.33.56); FILE MERGED 2008/02/27 18:32:49 er 1.33.56.13: RESYNC: (1.33-1.34); FILE MERGED 2008/02/07 13:10:02 er 1.33.56.12: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 10:16:23 er 1.33.56.11: for clarity and safety on signed types, comparison on >0 2008/01/31 22:15:16 er 1.33.56.10: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 20:05:33 er 1.33.56.9: now that we have error token: some PopError() instead of Pop() and some PushError(...) instead of SetError(...) 2008/01/31 15:34:23 er 1.33.56.8: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:41 er 1.33.56.7: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/10 16:54:27 er 1.33.56.6: introduce ScErrorToken, get rid of secondary error stack 2008/01/08 21:09:27 er 1.33.56.5: rename StackVar svErr to svUnknown 2008/01/04 19:37:56 er 1.33.56.4: #i32341# ScUnionFunc: set #REF! if needed 2007/12/19 20:15:02 er 1.33.56.3: #i32341# ocUnion: functions handling svRefList 2007/12/17 15:59:34 er 1.33.56.2: #i32341# union / range list operator ocUnion; first wave 2007/11/29 19:06:46 er 1.33.56.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2091b3c8b14b2345098d0b4d318332cd4e886c70]

        INTEGRATION: CWS odff (1.51.38); FILE MERGED 2008/02/27 18:32:38 er 1.51.38.21: RESYNC: (1.53-1.55); FILE MERGED 2008/02/20 16:41:50 er 1.51.38.20: #i32340# ISBLANK needs to distinguish between inherited / non-inherited emptiness; corrected ISNUMBER and ISTEXT/ISNONTEXT handling of svEmptyCell 2008/02/13 15:50:10 dr 1.51.38.19: 'warnings' 2008/02/12 11:21:12 er 1.51.38.18: #i77280# make CHOOSE() select an endpoint path in case of error so ISERROR(CHOOSE()) yields TRUE 2008/02/07 13:10:02 er 1.51.38.17: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 22:27:46 er 1.51.38.16: #i8947# MATCH with array/matrix as lookup parameter; applied patch from <kohei> 2008/02/06 10:16:22 er 1.51.38.15: for clarity and safety on signed types, comparison on >0 2008/01/31 22:15:16 er 1.51.38.14: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 20:05:32 er 1.51.38.13: now that we have error token: some PopError() instead of Pop() and some PushError(...) instead of SetError(...) 2008/01/31 15:34:23 er 1.51.38.12: #i32340# ScFormulaResult, third wave 2008/01/21 18:51:17 er 1.51.38.11: RESYNC: (1.51-1.53); FILE MERGED 2008/01/11 19:54:56 er 1.51.38.10: ScErrorToken matrix cases 2008/01/10 16:54:27 er 1.51.38.9: introduce ScErrorToken, get rid of secondary error stack 2008/01/08 15:39:30 er 1.51.38.8: #i38759# ScMin/ScMax: for MS-Excel interoperability the result of an empty set (no value at all in the arguments given) is zero instead of error; even if that could be regarded as mathematical nonsense..; patch from Lv Yue <lvyue>, slightly modified 2008/01/07 19:42:01 er 1.51.38.7: #i85000# shrinking the source range is the better approach 2008/01/07 13:11:42 er 1.51.38.6: #i85000# ScSumIf: Xcl silent cutaway style ignoring out-of-sheet-bounds 2008/01/07 11:37:32 er 1.51.38.5: #i85000# ScSumIf: if 3rd parameter use only upper left and take geometry from 1st parameter; patch from Kohei 2008/01/04 18:43:15 er 1.51.38.4: #i32341# make AREAS() handle RefList 2008/01/04 16:45:15 er 1.51.38.3: #i32341# get rid of INDEX() special treatment and use RefList instead 2007/12/19 20:15:02 er 1.51.38.2: #i32341# ocUnion: functions handling svRefList 2007/12/17 15:59:34 er 1.51.38.1: #i32341# union / range list operator ocUnion; first wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f273b8e07c477bbebb6c3eb703ae2936ceac4025]

        INTEGRATION: CWS odff (1.70.56); FILE MERGED 2008/02/27 18:32:10 er 1.70.56.25: RESYNC: (1.72-1.73); FILE MERGED 2008/02/15 15:49:13 er 1.70.56.24: experimental English function names and separators in UI 2008/02/15 14:23:04 er 1.70.56.23: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.70.56.22: #i81063# introduce StorageGrammar per document 2008/02/07 13:10:01 er 1.70.56.21: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 11:14:22 er 1.70.56.20: #i77280# Factor: no restriction on the position where an ocBad can occur; if no ocOpen follows it is a plain bad name, anywhere. 2008/02/05 17:59:05 er 1.70.56.19: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/25 14:19:41 er 1.70.56.18: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/18 20:45:34 er 1.70.56.17: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/10 13:39:24 dr 1.70.56.16: #i10000# wntmsci10.pro compiler warning 2008/01/04 16:45:14 er 1.70.56.15: #i32341# get rid of INDEX() special treatment and use RefList instead 2007/12/19 20:15:02 er 1.70.56.14: #i32341# ocUnion: functions handling svRefList 2007/12/17 15:59:33 er 1.70.56.13: #i32341# union / range list operator ocUnion; first wave 2007/12/06 16:41:05 er 1.70.56.12: range operator is SC_COMPILER_C_CHAR, don't fall into i18n 2007/12/05 11:52:59 er 1.70.56.11: #i4904# ocRange: merge tokenized SingleRef+ocRange+SingleRef into DoubleRef to save memory 2007/11/30 18:30:54 er 1.70.56.10: #i4904# ocRange: if sheet reference not given adjust inherited from first SingleRef 2007/11/29 19:06:46 er 1.70.56.9: #i4904# range operator ocRange 2007/11/23 15:20:53 er 1.70.56.8: correct convention for A1_ODF 2007/10/23 13:30:32 er 1.70.56.7: RESYNC: (1.70-1.71); FILE MERGED 2007/10/12 15:53:43 er 1.70.56.6: resync to cws xmlfilter02 2007/09/06 11:44:52 er 1.70.56.5: resynced to cws xmlfilter02 2007/09/06 10:43:08 er 1.70.56.4: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ... 2007/08/30 14:42:56 er 1.70.56.3: resynced to cws xmlfilter02 2007/08/29 14:33:51 er 1.70.56.2: #i81063# SetFormulaLanguage, prepare replacement of SetCompileEnglish and SetCompileXML 2007/08/27 15:24:20 er 1.70.56.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5c614f6a0326feab2afa905659a9f6feca9867e8]

        INTEGRATION: CWS ause084_DEV300 (1.11.10); FILE MERGED 2008/02/15 12:15:14 hjs 1.11.10.1: #i86127# minor cleanup

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [44d163266ffe7eb5c22759ac32565574c01507b9]

        INTEGRATION: CWS odff (1.26.158); FILE MERGED 2008/02/27 18:31:51 er 1.26.158.2: RESYNC: (1.26-1.27); FILE MERGED 2008/02/15 14:23:04 er 1.26.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [109ccce88ca0b933929f426aaa94ae99fa2db9ea]

        INTEGRATION: CWS ause084_DEV300 (1.5.110); FILE MERGED 2008/02/15 12:15:14 hjs 1.5.110.1: #i86127# minor cleanup

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e87dd47b037bcaa4952cd4b4c9af46f3e9a6a015]

        INTEGRATION: CWS odff (1.5.318); FILE MERGED 2008/01/31 15:34:22 er 1.5.318.1: #i32340# ScFormulaResult, third wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [09a49a0228ccf11470013d9ed38aab6334f7f76f]

        INTEGRATION: CWS ause084_DEV300 (1.15.28); FILE MERGED 2008/02/15 12:15:14 hjs 1.15.28.1: #i86127# minor cleanup

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [69dd7d34af8bec2abc1dd787a58178da6fe9fd2e]

        INTEGRATION: CWS odff (1.54.64); FILE MERGED 2008/01/03 20:27:43 er 1.54.64.3: looks like we should continue to support MULTIRANGE for legacy reasons 2007/12/17 15:59:33 er 1.54.64.2: #i32341# union / range list operator ocUnion; first wave 2007/12/07 14:35:27 er 1.54.64.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0d6a4013aecfa8b1aa0d5ffa27c5e1d8d039da47]

        INTEGRATION: CWS ause084_DEV300 (1.13.28); FILE MERGED 2008/02/15 12:15:14 hjs 1.13.28.1: #i86127# minor cleanup

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [97a02660b732025e7870562956702159950e1392]

        INTEGRATION: CWS odff (1.31.38); FILE MERGED 2008/02/07 13:10:01 er 1.31.38.12: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 21:26:12 er 1.31.38.11: #i8946# FREQUENCY sort arbitrary bins; applied patch from <kohei> with slight modifications 2008/02/05 17:59:04 er 1.31.38.10: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/31 22:15:16 er 1.31.38.9: more consistent error codes, IllegalArgument vs. IllegalParameter 2008/01/31 15:34:22 er 1.31.38.8: #i32340# ScFormulaResult, third wave 2008/01/17 17:31:33 er 1.31.38.7: #i32340# variable cell result ScFormulaResult, first wave 2008/01/11 19:54:56 er 1.31.38.6: ScErrorToken matrix cases 2008/01/10 16:54:26 er 1.31.38.5: introduce ScErrorToken, get rid of secondary error stack 2008/01/04 18:43:15 er 1.31.38.4: #i32341# make AREAS() handle RefList 2007/12/19 20:15:01 er 1.31.38.3: #i32341# ocUnion: functions handling svRefList 2007/12/17 15:59:33 er 1.31.38.2: #i32341# union / range list operator ocUnion; first wave 2007/11/29 19:06:46 er 1.31.38.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [058080300c8c4b076d5cd625062e8111e390a8e3]

        INTEGRATION: CWS odff (1.21.62); FILE MERGED 2008/02/15 14:23:04 er 1.21.62.2: #i81063# grammar here, grammar there, grammar everywhere 2007/09/06 10:43:08 er 1.21.62.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ae91ce9243089fa38eeea57b993abf7f918613ef]

        INTEGRATION: CWS ause084_DEV300 (1.228.10); FILE MERGED 2008/02/22 12:23:38 hjs 1.228.10.1: #i74563# change name for packing accordingly

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4e0b8146ed804f8c82e0f0305231d58b7da04162]

        INTEGRATION: CWS odff (1.14.60); FILE MERGED 2008/02/27 18:31:26 er 1.14.60.4: RESYNC: (1.15-1.16); FILE MERGED 2008/02/15 14:23:04 er 1.14.60.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:51:12 er 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2007/09/06 10:43:08 er 1.14.60.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [46d206ad79c02f07a4315f63fd5a92745dc2361d]

        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>  [099ec6f528324260a9bb0dec5a0e6d20f16fab82]

        INTEGRATION: CWS odff (1.81.4); FILE MERGED 2008/02/27 18:31:20 er 1.81.4.2: RESYNC: (1.81-1.84); FILE MERGED 2008/01/31 15:34:22 er 1.81.4.1: #i32340# ScFormulaResult, third wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [dd29cf158c97ecffb8934c10f3e152c97a273ba3]

        INTEGRATION: CWS odff (1.18.158); FILE MERGED 2008/02/27 18:31:06 er 1.18.158.6: RESYNC: (1.19-1.20); FILE MERGED 2008/02/15 14:23:04 er 1.18.158.5: #i81063# grammar here, grammar there, grammar everywhere 2008/01/18 20:45:34 er 1.18.158.4: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/17 17:31:33 er 1.18.158.3: #i32340# variable cell result ScFormulaResult, first wave 2007/08/28 12:55:17 er 1.18.158.2: #i81063# use OpCode 2007/08/27 15:24:20 er 1.18.158.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b5155f94df16a19a0a65eab200e46cc0da295700]

        INTEGRATION: CWS odff (1.67.38); FILE MERGED 2008/02/27 18:31:00 er 1.67.38.4: RESYNC: (1.68-1.70); FILE MERGED 2008/02/07 19:37:07 er 1.67.38.3: #i81063# introduce StorageGrammar per document 2008/01/21 18:51:08 er 1.67.38.2: RESYNC: (1.67-1.68); FILE MERGED 2008/01/08 19:45:44 er 1.67.38.1: get rid of distracting binfilter legacy

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4924129fdc79c9bdc7103ed4b230310debb6cb75]

        INTEGRATION: CWS ause084_DEV300 (1.15.246); FILE MERGED 2007/12/18 10:09:34 hjs 1.15.246.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4a4baacf33e0900be5321a1ded055718364b0a73]

        INTEGRATION: CWS odff (1.19.158); FILE MERGED 2008/01/31 15:34:22 er 1.19.158.2: #i32340# ScFormulaResult, third wave 2008/01/08 22:19:49 er 1.19.158.1: #i38759# value iterator's GetFirst/GetNext: correct behavior does not reset double& rValue to 0.0 if no value found

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a02b047f4cd385cd8ec377eb72eadb7e5097f43e]

        INTEGRATION: CWS ause084_DEV300 (1.18.206); FILE MERGED 2008/01/24 17:38:26 hjs 1.18.206.2: RESYNC: (1.18-1.19); FILE MERGED 2007/12/18 10:09:33 hjs 1.18.206.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6b1b7551fcadf0b920eacae087ef2357aaa4bdb1]

        INTEGRATION: CWS odff (1.21.158); FILE MERGED 2008/02/27 18:30:53 er 1.21.158.5: RESYNC: (1.22-1.23); FILE MERGED 2008/02/15 14:23:03 er 1.21.158.4: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.21.158.3: #i81063# introduce StorageGrammar per document 2008/01/21 18:51:05 er 1.21.158.2: RESYNC: (1.21-1.22); FILE MERGED 2007/09/06 10:43:08 er 1.21.158.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5e2494afadeea3154cb6a57669a13b5e2bbd2a2f]

        INTEGRATION: CWS ause084_DEV300 (1.4.246); FILE MERGED 2007/12/18 10:09:33 hjs 1.4.246.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0ea81dc469d0a0335fcc585b6aa1e9621e188d9d]

        INTEGRATION: CWS odff (1.24.158); FILE MERGED 2008/02/27 18:30:45 er 1.24.158.2: RESYNC: (1.24-1.25); FILE MERGED 2008/02/15 14:23:03 er 1.24.158.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [b8d3d08e2dfeeee0eb6f34526411d34f0ea72487]

        INTEGRATION: CWS ause084_DEV300 (1.5.614); FILE MERGED 2007/12/18 10:09:33 hjs 1.5.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8f37bdd9fdb4b97a95301f0814f56d6a0849fa5e]

        INTEGRATION: CWS odff (1.29.124); FILE MERGED 2008/02/27 18:30:33 er 1.29.124.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/08 19:30:27 er 1.29.124.1: get rid of distracting binfilter legacy

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [43d61a6e44087245007e20f06f51a8a87e3ff115]

        INTEGRATION: CWS ause084_DEV300 (1.4.614); FILE MERGED 2007/12/18 10:09:33 hjs 1.4.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0928346d901c5003ca1cccd10f8b9e404f33e095]

        INTEGRATION: CWS odff (1.25.36); FILE MERGED 2008/02/27 18:30:25 er 1.25.36.2: RESYNC: (1.25-1.28); FILE MERGED 2008/01/25 14:19:41 er 1.25.36.1: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [829a68ac128952f9ce7a44b6b283b26c7be2a4c1]

        INTEGRATION: CWS odff (1.30.90); FILE MERGED 2008/02/27 18:30:17 er 1.30.90.8: RESYNC: (1.30-1.31); FILE MERGED 2008/02/15 14:23:03 er 1.30.90.7: #i81063# grammar here, grammar there, grammar everywhere 2008/01/31 15:34:22 er 1.30.90.6: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:41 er 1.30.90.5: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/24 20:42:16 er 1.30.90.4: #i32340# ScFormulaResult, handle error code and matrix clone 2008/01/24 16:41:00 er 1.30.90.3: #i32340# variable cell result ScFormulaResult, second wave 2008/01/17 17:31:33 er 1.30.90.2: #i32340# variable cell result ScFormulaResult, first wave 2007/09/06 10:43:07 er 1.30.90.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ed46e87cce967f865f628c96257c2e086db8337d]

        INTEGRATION: CWS ause084_DEV300 (1.4.614); FILE MERGED 2007/12/18 10:09:32 hjs 1.4.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5abe30ec926be293dabb1551016fcc3f4dbacf71]

        INTEGRATION: CWS ause084_DEV300 (1.2.614); FILE MERGED 2007/12/18 10:09:32 hjs 1.2.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6938e140b1c9635fd9f86f7a2ab43e6a47fa73ad]

        INTEGRATION: CWS odff (1.39.60); FILE MERGED 2008/02/27 18:30:09 er 1.39.60.12: RESYNC: (1.39-1.40); FILE MERGED 2008/02/15 14:23:03 er 1.39.60.11: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.39.60.10: #i81063# introduce StorageGrammar per document 2008/01/31 15:34:22 er 1.39.60.9: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:41 er 1.39.60.8: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/24 20:42:16 er 1.39.60.7: #i32340# ScFormulaResult, handle error code and matrix clone 2008/01/24 16:41:00 er 1.39.60.6: #i32340# variable cell result ScFormulaResult, second wave 2008/01/21 23:07:27 er 1.39.60.5: GetResultDimensions: MSVC didn't get it that pMat _can't_ be used unitialized here 2008/01/17 17:31:33 er 1.39.60.4: #i32340# variable cell result ScFormulaResult, first wave 2008/01/08 19:30:27 er 1.39.60.3: get rid of distracting binfilter legacy 2007/11/29 19:06:46 er 1.39.60.2: #i4904# range operator ocRange 2007/09/06 10:43:07 er 1.39.60.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [36b7e07ba1fe766157182ac725b45b9713d5dabc]

        INTEGRATION: CWS ause084_DEV300 (1.8.208); FILE MERGED 2008/02/14 16:36:26 hjs 1.8.208.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/18 10:09:32 hjs 1.8.208.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8eb75ad97ae0d6e12dc42a6c2d6442cbc4d64d92]

        INTEGRATION: CWS odff (1.9.40); FILE MERGED 2008/01/30 14:57:29 er 1.9.40.1: AreaBroadcast: increment iterator before it may get invalidated during broadcast if a Notify() calls EndlisteningArea()

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [79f7b7669d0ad022c7d0e6989ff79ede1af804fd]

        INTEGRATION: CWS ause084_DEV300 (1.3.614); FILE MERGED 2007/12/18 10:09:32 hjs 1.3.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [62d9399935f87597721f3589ed10871ef8bfcb01]

        INTEGRATION: CWS odff (1.13.64); FILE MERGED 2007/09/06 10:43:07 er 1.13.64.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [345dae574710059125b568f09978c6300d43bf3c]

        INTEGRATION: CWS ause084_DEV300 (1.8.614); FILE MERGED 2007/12/18 10:09:31 hjs 1.8.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [de688ad78c2deca01e9f116e521d7d1deaee5e15]

        INTEGRATION: CWS odff (1.75.4); FILE MERGED 2008/02/27 18:30:01 er 1.75.4.2: RESYNC: (1.75-1.76); FILE MERGED 2008/02/15 14:23:03 er 1.75.4.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3a4f4b8954180d093a3d180afceb1073d709e9a7]

        INTEGRATION: CWS odff (1.10.30); FILE MERGED 2008/01/25 14:19:40 er 1.10.30.5: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/18 20:45:33 er 1.10.30.4: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/08 19:30:26 er 1.10.30.3: get rid of distracting binfilter legacy 2007/12/05 11:52:58 er 1.10.30.2: #i4904# ocRange: merge tokenized SingleRef+ocRange+SingleRef into DoubleRef to save memory 2007/11/29 19:06:45 er 1.10.30.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [42b329032d42b856abe0c00cdb94435d1f855d98]

        INTEGRATION: CWS ause084_DEV300 (1.8.396); FILE MERGED 2008/02/14 16:36:30 hjs 1.8.396.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/18 10:09:31 hjs 1.8.396.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e636afc92e1c16528d712c0dcfe50307f3899b3a]

        INTEGRATION: CWS odff (1.13.60); FILE MERGED 2008/02/20 16:41:50 er 1.13.60.18: #i32340# ISBLANK needs to distinguish between inherited / non-inherited emptiness; corrected ISNUMBER and ISTEXT/ISNONTEXT handling of svEmptyCell 2008/02/15 14:23:03 er 1.13.60.17: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 13:10:01 er 1.13.60.16: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/02/06 16:15:17 er 1.13.60.15: warning-free 2008/02/05 17:59:04 er 1.13.60.14: #i77280# treat undefined name as usual ocBad ScStringOpToken, so ISERROR(undefinedname) yields TRUE; => ocBad doesn't terminate compilation anymore. 2008/01/31 15:34:21 er 1.13.60.13: #i32340# ScFormulaResult, third wave 2008/01/24 20:42:16 er 1.13.60.12: #i32340# ScFormulaResult, handle error code and matrix clone 2008/01/24 16:41:00 er 1.13.60.11: #i32340# variable cell result ScFormulaResult, second wave 2008/01/21 20:07:30 er 1.13.60.10: satisfy compilers 2008/01/21 19:58:40 er 1.13.60.9: make 'enum is int' conditional return happy 2008/01/18 20:45:33 er 1.13.60.8: ScToken base class without OpCode member but implicit ocPush, derived ScOpToken class to inherit from if explicit OpCode needed; this saves 2 bytes on each (!) allocation of ScDoubleToken, ScStringToken, ScSingleRefToken, ScDoubleRefToken. And there are zillions.. 2008/01/17 17:31:33 er 1.13.60.7: #i32340# variable cell result ScFormulaResult, first wave 2008/01/10 16:54:26 er 1.13.60.6: introduce ScErrorToken, get rid of secondary error stack 2008/01/08 21:09:26 er 1.13.60.5: rename StackVar svErr to svUnknown 2008/01/08 20:44:14 er 1.13.60.4: get rid of distracting binfilter legacy 2008/01/08 19:30:26 er 1.13.60.3: get rid of distracting binfilter legacy 2007/12/17 15:59:33 er 1.13.60.2: #i32341# union / range list operator ocUnion; first wave 2007/11/29 19:06:45 er 1.13.60.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [47f32a10143ed6ca15372c7c6136dd5e8bf6fb2c]

        INTEGRATION: CWS ause084_DEV300 (1.9.246); FILE MERGED 2007/12/18 10:09:31 hjs 1.9.246.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1dd831b0bc5e78f0b9c5995a52f7d849b2234b1c]

        INTEGRATION: CWS odff (1.8.90); FILE MERGED 2008/01/31 15:34:21 er 1.8.90.3: #i32340# ScFormulaResult, third wave 2008/01/24 20:42:16 er 1.8.90.2: #i32340# ScFormulaResult, handle error code and matrix clone 2007/08/30 09:57:29 er 1.8.90.1: resynced to cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6d251e393d96aea108f4b2b81fe3ede5e333e9bc]

        INTEGRATION: CWS ause084_DEV300 (1.5.614); FILE MERGED 2007/12/18 10:09:31 hjs 1.5.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fd26fb886fd4a2d5ee452c0980fb22753eca2dea]

        INTEGRATION: CWS ause084_DEV300 (1.4.354); FILE MERGED 2007/12/18 10:09:30 hjs 1.4.354.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1c8554a5b72748e8d64c65f8d385b836ee063271]

        INTEGRATION: CWS odff (1.5.526); FILE MERGED 2008/02/07 13:10:01 er 1.5.526.3: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2007/12/17 15:59:33 er 1.5.526.2: #i32341# union / range list operator ocUnion; first wave 2007/11/29 19:06:45 er 1.5.526.1: #i4904# range operator ocRange

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [91c63d0827f57abe54dae56c9bd0aeca5b4f0df8]

        INTEGRATION: CWS ause084_DEV300 (1.16.614); FILE MERGED 2007/12/18 10:09:30 hjs 1.16.614.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e7e3c2fb2b58efff252e797083d8e393da07f413]

        INTEGRATION: CWS odff (1.4.498); FILE MERGED 2008/01/17 17:31:33 er 1.4.498.1: #i32340# variable cell result ScFormulaResult, first wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [717b42efbe1af5283d68e98e202559fe0c14adaa]

        INTEGRATION: CWS odff (1.12.158); FILE MERGED 2008/02/27 18:29:45 er 1.12.158.4: RESYNC: (1.13-1.14); FILE MERGED 2008/01/21 18:50:59 er 1.12.158.3: RESYNC: (1.12-1.13); FILE MERGED 2008/01/08 19:45:43 er 1.12.158.2: get rid of distracting binfilter legacy 2007/09/06 10:43:07 er 1.12.158.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [518955cefadd2f179d1c3ffcdf47d9cf7b62f1d4]

        INTEGRATION: CWS odff (1.19.60); FILE MERGED 2007/12/19 20:05:55 er 1.19.60.2: #i32341# renamed some ugly German opcodes of functions touched for ocUnion 2007/08/27 15:24:19 er 1.19.60.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1e05560e79196505f104b5da0769bb413a9296e3]

        INTEGRATION: CWS odff (1.5.4); FILE MERGED 2008/02/15 14:23:03 er 1.5.4.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f0a5d78f7c73c637f1ed0f5041dd2f28cffac8eb]

        INTEGRATION: CWS odff (1.1.2); FILE ADDED 2008/02/15 14:23:03 er 1.1.2.4: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.1.2.3: #i81063# introduce StorageGrammar per document 2007/11/23 13:54:44 er 1.1.2.2: extractRefConvention: there's kEnglishBit ... 2007/09/06 10:40:21 er 1.1.2.1: new ScGrammar, grammars digested by ScCompiler

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [393a7fa141826a31fc9c5d78da52e3a7139ea1aa]

        INTEGRATION: CWS ause084_DEV300 (1.164.12); FILE MERGED 2008/02/14 16:36:11 hjs 1.164.12.3: RESYNC: (1.169-1.172); FILE MERGED 2008/01/24 17:38:16 hjs 1.164.12.2: RESYNC: (1.164-1.169); FILE MERGED 2007/12/18 12:51:12 hjs 1.164.12.1: #i77202# set OOODMAKEMODE

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0e7fc5e93f092c4c162820fa4d47374c1e7829f9]

        INTEGRATION: CWS odff (1.1.2); FILE ADDED 2008/02/15 14:23:03 er 1.1.2.6: #i81063# grammar here, grammar there, grammar everywhere 2008/01/31 15:34:21 er 1.1.2.5: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:40 er 1.1.2.4: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/24 20:42:16 er 1.1.2.3: #i32340# ScFormulaResult, handle error code and matrix clone 2008/01/24 16:41:00 er 1.1.2.2: #i32340# variable cell result ScFormulaResult, second wave 2008/01/17 17:31:33 er 1.1.2.1: #i32340# variable cell result ScFormulaResult, first wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fe8494fc6676235285bf9f6c55a83bdb1782ab8c]

        INTEGRATION: CWS odff (1.7.526); FILE MERGED 2008/02/15 14:23:03 er 1.7.526.3: #i81063# grammar here, grammar there, grammar everywhere 2008/01/21 18:50:56 er 1.7.526.2: RESYNC: (1.7-1.8); FILE MERGED 2007/09/06 10:43:07 er 1.7.526.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7cdcde15f255f300f02bdcb293b930324bb486dd]

        INTEGRATION: CWS ause084_DEV300 (1.22.44); FILE MERGED 2008/02/29 12:29:49 hjs 1.22.44.3: #i77992# remove PWD 2008/01/24 17:37:58 hjs 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2007/12/14 15:40:00 hjs 1.22.44.1: #i77992# dmake 4.11 now in place and 4.12 around the corner

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f59929ed5e51405e22d1f3fe245194b19ed1c190]

        INTEGRATION: CWS odff (1.106.4); FILE MERGED 2008/02/27 18:29:41 er 1.106.4.4: RESYNC: (1.106-1.107); FILE MERGED 2008/02/15 14:23:03 er 1.106.4.3: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.106.4.2: #i81063# introduce StorageGrammar per document 2008/01/31 15:34:21 er 1.106.4.1: #i32340# ScFormulaResult, third wave

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2d995a23b2a6ba5cfd8a1afd183d3bbd7f19b1c3]

        INTEGRATION: CWS ause084_DEV300 (1.19.20); FILE MERGED 2008/01/30 11:52:37 hjs 1.19.20.1: #i78233# change debug switches to avoid collisions when building with debug

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6df1fb713c2005eb0b0917b5c2e809c31bfd3025]

        INTEGRATION: CWS odff (1.7.158); FILE MERGED 2008/01/08 22:19:48 er 1.7.158.1: #i38759# value iterator's GetFirst/GetNext: correct behavior does not reset double& rValue to 0.0 if no value found

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9eab349264324be6b15f6809257c0c4f8828c5d9]

        INTEGRATION: CWS ause084_DEV300 (1.39.20); FILE MERGED 2008/01/30 11:52:37 hjs 1.39.20.1: #i78233# change debug switches to avoid collisions when building with debug

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6fb2ff3cb562be92b10c7b4a7b9d3a700c4c1efe]

        INTEGRATION: CWS ause084_DEV300 (1.37.46); FILE MERGED 2007/12/20 15:12:58 hjs 1.37.46.3: #i77202# COMMONBIN won't work when changing common_build_zip in local makefile 2007/12/17 16:37:46 hjs 1.37.46.2: #i77202# minor cleanup using variables supplied by settings.mk 2007/12/17 16:31:06 hjs 1.37.46.1: #i77202# removed specialcasing of PRJ=.; less copying around of archives

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6053ef8070f9cf9720bee949e231b2a8fb91fbda]

        INTEGRATION: CWS odff (1.10.158); FILE MERGED 2008/02/15 14:23:03 er 1.10.158.4: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:07 er 1.10.158.3: #i81063# introduce StorageGrammar per document 2008/01/21 18:50:53 er 1.10.158.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/06 10:43:07 er 1.10.158.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [01f2bcc9a04417028f39ed6a58a89c7979aaed95]

        INTEGRATION: CWS odff (1.32.36); FILE MERGED 2008/02/15 14:23:03 er 1.32.36.14: #i81063# grammar here, grammar there, grammar everywhere 2008/02/07 19:37:06 er 1.32.36.13: #i81063# introduce StorageGrammar per document 2008/02/07 13:10:01 er 1.32.36.12: Always wanted to do this, now I'm taking the opportunity: :retab on selected files and all tabs are gone, producing hopefully easier to read diffs in future. 2008/01/21 18:50:50 er 1.32.36.11: RESYNC: (1.33-1.34); FILE MERGED 2008/01/08 19:30:26 er 1.32.36.10: get rid of distracting binfilter legacy 2007/12/17 15:59:33 er 1.32.36.9: #i32341# union / range list operator ocUnion; first wave 2007/11/30 18:30:54 er 1.32.36.8: #i4904# ocRange: if sheet reference not given adjust inherited from first SingleRef 2007/11/29 19:06:45 er 1.32.36.7: #i4904# range operator ocRange 2007/10/23 17:02:20 er 1.32.36.6: resync to xmlfilter02 2007/10/23 13:26:34 er 1.32.36.5: RESYNC: (1.32-1.33); FILE MERGED 2007/09/06 11:44:52 er 1.32.36.4: resynced to cws xmlfilter02 2007/09/06 10:43:07 er 1.32.36.3: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ... 2007/08/29 14:33:51 er 1.32.36.2: #i81063# SetFormulaLanguage, prepare replacement of SetCompileEnglish and SetCompileXML 2007/08/27 15:24:19 er 1.32.36.1: #i81063# OpCodeMap: update/join/merge relevant parts from cws xmlfilter02

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [095e4e45e3cf697558bb81f6c8db6c64c57fd57e]

        INTEGRATION: CWS ause084_DEV300 (1.222.24); FILE MERGED 2008/01/24 17:37:55 hjs 1.222.24.2: RESYNC: (1.222-1.225); FILE MERGED 2007/12/17 17:58:05 hjs 1.222.24.1: #i84663# product.mk and usage gone

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [87d5a25d596f6e531906d032fc8cf3aa92c12cad]

        INTEGRATION: CWS odff (1.31.4); FILE MERGED 2008/02/15 14:23:03 er 1.31.4.1: #i81063# grammar here, grammar there, grammar everywhere

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6439592ae69409e6301e0d9374e02d236f25f50e]

        INTEGRATION: CWS ause084_DEV300 (1.34.46); FILE MERGED 2007/12/20 15:12:58 hjs 1.34.46.3: #i77202# COMMONBIN won't work when changing common_build_zip in local makefile 2007/12/17 16:37:46 hjs 1.34.46.2: #i77202# minor cleanup using variables supplied by settings.mk 2007/12/17 16:31:06 hjs 1.34.46.1: #i77202# removed specialcasing of PRJ=.; less copying around of archives

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [648e392ad9ff8e4b7ec9a29cc624ac4126f09ccd]

        INTEGRATION: CWS odff (1.25.64); FILE MERGED 2008/02/27 20:48:07 er 1.25.64.10: erroneously removed grammar.hxx during resync 2008/02/27 18:29:10 er 1.25.64.9: RESYNC: (1.25-1.27); FILE MERGED 2008/02/15 14:23:02 er 1.25.64.8: #i81063# grammar here, grammar there, grammar everywhere 2008/02/01 16:40:18 er 1.25.64.7: clarify on SetDouble()/SetString() usage; no SetHybrid() necessary/possible as investigation showed 2008/01/31 15:34:21 er 1.25.64.6: #i32340# ScFormulaResult, third wave 2008/01/25 14:19:40 er 1.25.64.5: #i32340# ScFormulaResult, start differentiating between compiler/code token error and interpreter/result error; make iterations work with result errors 2008/01/24 16:41:00 er 1.25.64.4: #i32340# variable cell result ScFormulaResult, second wave 2008/01/17 17:31:33 er 1.25.64.3: #i32340# variable cell result ScFormulaResult, first wave 2008/01/08 19:30:26 er 1.25.64.2: get rid of distracting binfilter legacy 2007/09/06 10:43:07 er 1.25.64.1: #i81063# new ScGrammar; get rid of SetCompileEnglish, SetCompileXML, GetEnglishFormula, ...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [f4ce467dcadc8d6060ae5b5241db25d4b4b4ac26]

        INTEGRATION: CWS odff (1.13.90); FILE MERGED 2008/02/27 18:29:21 er 1.13.90.3: RESYNC: (1.14-1.15); FILE MERGED 2007/10/23 13:26:12 er 1.13.90.2: RESYNC: (1.13-1.14); FILE MERGED 2007/08/29 14:33:51 er 1.13.90.1: #i81063# SetFormulaLanguage, prepare replacement of SetCompileEnglish and SetCompileXML

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [49d8dd5278d5f80320691bd8be6b3910ec4bc7b5]

        INTEGRATION: CWS ause084_DEV300 (1.4.72); FILE MERGED 2007/12/18 10:43:40 hjs 1.4.72.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [13a1d9ba7f0666287adbdd4015a045f179c35f19]

        INTEGRATION: CWS ause084_DEV300 (1.31.44); FILE MERGED 2007/12/18 10:43:19 hjs 1.31.44.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e59ef2b5e7b4703e7139c47e6dde9e411b507178]

        INTEGRATION: CWS ause084_DEV300 (1.4.138); FILE MERGED 2007/12/18 10:10:16 hjs 1.4.138.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [501c1698858ed13b14b5198c51e3e4926b226489]

        INTEGRATION: CWS ause084_DEV300 (1.6.146); FILE MERGED 2007/12/18 10:10:16 hjs 1.6.146.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c15eb8e216a8129174b859c4029a608016b68f1c]

        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>  [bd1d85706e12416173e07123bf371b5b4497e9cf]

        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>  [8f54c5482317f86289f7aad99e0d4ca3d7718bd3]

        INTEGRATION: CWS ause084_DEV300 (1.3.32); FILE MERGED 2007/12/18 10:31:52 hjs 1.3.32.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0657a82e2dfb9f3ae93b7a590b9be8ba7e978419]

        INTEGRATION: CWS ause084_DEV300 (1.14.18); FILE MERGED 2008/01/24 17:36:19 hjs 1.14.18.3: RESYNC: (1.16-1.17); FILE MERGED 2007/12/05 10:40:54 hjs 1.14.18.2: RESYNC: (1.14-1.16); FILE MERGED 2007/07/13 15:53:42 hjs 1.14.18.1: #i79548# remove obsolete define and more...

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e520f98d7711b475ca935984480ef7b0fc5cc951]

        INTEGRATION: CWS ause084_DEV300 (1.5.4); FILE MERGED 2008/02/15 12:14:46 hjs 1.5.4.1: #i86127#minor cleanup

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5ce31ced5fa0eba95a2e1ef96fc488f7014d378f]

        INTEGRATION: CWS ause084_DEV300 (1.28.56); FILE MERGED 2008/02/21 10:58:16 hjs 1.28.56.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2506aef1c5b538e28e121cee935d8da95b075511]

        INTEGRATION: CWS ause084_DEV300 (1.7.2); FILE MERGED 2008/02/21 10:58:16 hjs 1.7.2.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8689a4f63c12a52222b3f3adfc1c3223fb000a44]

        INTEGRATION: CWS ause084_DEV300 (1.23.6); FILE MERGED 2008/02/25 13:56:46 obr 1.23.6.3: #i74563# keep variables for delivered .desktop files 2008/02/21 17:16:34 hjs 1.23.6.2: #i74563# different workingdirs for mime and menu 2008/02/21 10:58:15 hjs 1.23.6.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3facb0e5e61a8c9a3f68b561bb96a36ae0171c6d]

        INTEGRATION: CWS ause084_DEV300 (1.27.56); FILE MERGED 2008/02/21 10:58:15 hjs 1.27.56.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7cd110f830204d0c0739f405a548699e851729b6]

        INTEGRATION: CWS ause084_DEV300 (1.12.56); FILE MERGED 2008/02/25 13:57:47 obr 1.12.56.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [6a3cee5cd8cd29f7d4929bdff827c3ed5b209c68]

        INTEGRATION: CWS ause084_DEV300 (1.3.70); FILE MERGED 2008/02/25 13:57:47 obr 1.3.70.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ccb22d67f19190cba56f4855088d60c88168fb50]

        INTEGRATION: CWS ause084_DEV300 (1.5.282); FILE MERGED 2008/02/25 13:57:47 obr 1.5.282.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d26dcd84ec1c87139d2e007680d31e0c9729dfcd]

        INTEGRATION: CWS ause084_DEV300 (1.8.56); FILE MERGED 2008/02/25 13:57:47 obr 1.8.56.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0f6343a720025b7aa6fbb78fd9ced27c23c71b21]

        INTEGRATION: CWS ause084_DEV300 (1.10.56); FILE MERGED 2008/02/25 13:57:47 obr 1.10.56.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7ec262b785a7f9547bbb49979108ffe814ca5353]

        INTEGRATION: CWS ause084_DEV300 (1.9.56); FILE MERGED 2008/02/25 13:57:47 obr 1.9.56.1: #i85816# fixed validation errors and warnings

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [0083c326070f4c9e4a26cd4d6d001446f58a1051]

        INTEGRATION: CWS ause084_DEV300 (1.17.56); FILE MERGED 2008/02/21 10:58:15 hjs 1.17.56.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [577d31e300432701493e60ebe0b7f54992f30056]

        INTEGRATION: CWS ause084_DEV300 (1.17.56); FILE MERGED 2008/02/21 10:58:14 hjs 1.17.56.1: #i74563# avoid identical names; remove unused icons

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [77d77a94c21888b04cedd8c144262b90f6087ab6]

        INTEGRATION: CWS ause084_DEV300 (1.2.274); FILE MERGED 2007/12/18 10:44:43 hjs 1.2.274.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [eee10de9dc59ecafd97b84e0a7bf919477ea31e1]

        INTEGRATION: CWS ause084_DEV300 (1.10.50); FILE MERGED 2007/12/18 10:44:43 hjs 1.10.50.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ab158e79b5e974b9addd14c5587dce6b8f8b2f0e]

        INTEGRATION: CWS ause084_DEV300 (1.7.50); FILE MERGED 2007/12/18 10:44:43 hjs 1.7.50.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [e4d0f1bc669d6eea3ea0b95e9c9240f92dcade84]

        INTEGRATION: CWS ause084_DEV300 (1.8.82); FILE MERGED 2007/12/18 10:44:43 hjs 1.8.82.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [020148d5f85bde3734ab123aa9d1aabd8e1aeeb3]

        INTEGRATION: CWS ause084_DEV300 (1.8.50); FILE MERGED 2007/12/18 10:44:42 hjs 1.8.50.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4585e39f4b2ab30c8637891cdef81ab95e0628c3]

        INTEGRATION: CWS ause084_DEV300 (1.9.50); FILE MERGED 2007/12/18 10:44:42 hjs 1.9.50.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [876b0adb3e8aec05649d649c7d306a089f501e90]

        INTEGRATION: CWS ause084_DEV300 (1.10.50); FILE MERGED 2007/12/18 10:44:42 hjs 1.10.50.1: #i78233# remove PDBTARGET and friends

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [15478cad95c184aa7b9bdc71a17360a7640858fd]

        INTEGRATION: CWS ause084_DEV300 (1.23.6); FILE MERGED 2008/02/22 13:59:47 hjs 1.23.6.2: #i79548# remove obsolete define - with cleanup 2008/02/22 13:58:56 hjs 1.23.6.1: #i79548# remove obsolete define

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [30f5bb07b7c68b647f0905da7150ddcb4a548e6d]

        INTEGRATION: CWS ause084_DEV300 (1.11.6); FILE MERGED 2008/02/22 13:59:47 hjs 1.11.6.2: #i79548# remove obsolete define - with cleanup 2008/02/22 13:58:56 hjs 1.11.6.1: #i79548# remove obsolete define

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [7e5fa07e12c17632ff3818ccca07da50ed92a93c]

        INTEGRATION: CWS layout_DEV300 (1.124.34); FILE MERGED 2008/02/13 12:20:37 jcn 1.124.34.1: Add LAYOUTLIB to libs.mk.

2008-03-06  Rüdiger Timm  <rt@openoffice.org>  [7ec4323a441d821ff536a6aca57ac31c12dc1608]

        #i85986# Require 'sccomp' instead of 'scext'.

2008-03-06  Rüdiger Timm  <rt@openoffice.org>  [eb20f1549ea67965fd7a7353d77ab06a01e84556]

        #i10000# We are sccomp now, not scext

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a8eeca45171ee3d2522221c38da8ddfb084db933]

        INTEGRATION: CWS layout_DEV300 (1.43.36); FILE MERGED 2008/02/12 11:48:34 jcn 1.43.36.1: Initial import of layout-dialogs-config_office-scp2.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fea3dfff1f4483baf3790473aa29fc4f472c1872]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:49:32 jcn 1.1.2.1: Initial import of layout-dialogs-config_office-scp2.diff.  Add source/layout.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [52c10a636ea4acb08a0056184004e79f2a612aa6]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:50:07 jcn 1.1.2.2: Use new tklayout lib name (WAS: layout). 2008/02/12 11:49:32 jcn 1.1.2.1: Initial import of layout-dialogs-config_office-scp2.diff.  Add source/layout.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [14dc083e58be8b110ac55cadde07664255baa3bd]

        INTEGRATION: CWS layout_DEV300 (1.25.36); FILE MERGED 2008/02/12 11:48:34 jcn 1.25.36.1: Initial import of layout-dialogs-config_office-scp2.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [4d1f6930bda33e6e1d919b27943ec3ef95cc20a1]

        INTEGRATION: CWS layout_DEV300 (1.53.136); FILE MERGED 2008/02/12 12:43:52 jcn 1.53.136.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8d8941b869ff18a5eb863a271eecc10d57aa67ac]

        INTEGRATION: CWS layout_DEV300 (1.3.1188); FILE MERGED 2008/02/12 12:43:51 jcn 1.3.1188.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c45c380824c9ee1c0bf16c08f0177cf1a3f1a8b4]

        INTEGRATION: CWS layout_DEV300 (1.9.302); FILE MERGED 2008/02/12 12:43:51 jcn 1.9.302.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fd7db6e703cd4f3e989ac0d3e4c60e045c91b2e9]

        INTEGRATION: CWS layout_DEV300 (1.59.122); FILE MERGED 2008/02/12 12:43:51 jcn 1.59.122.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d5b98322e0967c06039bbe18f4b9f358df30de0c]

        INTEGRATION: CWS layout_DEV300 (1.45.16); FILE MERGED 2008/02/11 15:14:37 jcn 1.45.16.1: Do not compile and layout code unless ENABLE_LAYOUT==TRUE.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [2dba1223127f35e49d625df7c61516592dfe4869]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/08 18:46:21 jcn 1.1.2.1: Initial offapi import from ee9a2fcc29d7e2f01cc80ef7c13bf7bc7d55ae7e.
        
            layout/source/api -> offapi
        
        That's ooo-build trunk r11539 @ ooh680-m5/src680-m245.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ffadf10e41161d1296088647b7992975a849d8b5]

        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>  [ac57921945a1b29ab817dd3afa7ab63efc0b12e4]

        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>  [d078467028cb9d00e361915ea8b40c19609aed30]

        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>  [26c88df0c93e0cee4b61cb0f1a7b6b2ae43e88ac]

        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>  [d941671e07abd94dbdb20ab5abba172b32315b6e]

        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>  [dd5ec8fb32087867d2da205a24a381f591278d1a]

        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>  [010e1ec5b90f084c95328f987c11ea7738dc29a1]

        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>  [dbe38d5c1f074a539aa5992bcb9fa58414cbcfe9]

        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>  [01e73e8f19f090697645af8be36d87ea5f1a4677]

        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>  [388483d5d796c498b769e63508151d55f406f772]

        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>  [6137794a2f977a962862a53eb19cdfc4f2d71cf4]

        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>  [69a67bffb86e63766cc0f9fe6af9f219a9211cc8]

        INTEGRATION: CWS layout_DEV300 (1.62.164); FILE MERGED 2008/02/12 12:42:47 jcn 1.62.164.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [8dadfe6139f2dff51012f0bb1d553d8abd7e13ed]

        INTEGRATION: CWS layout_DEV300 (1.3.1148); FILE MERGED 2008/02/12 12:42:47 jcn 1.3.1148.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [00e79f6df93e14f4b33dfab7e7a68ec91c05bd04]

        INTEGRATION: CWS layout_DEV300 (1.8.186); FILE MERGED 2008/02/12 12:42:46 jcn 1.8.186.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [59c997c8edd5c883daf8b85ba941009f1617ab72]

        INTEGRATION: CWS layout_DEV300 (1.19.186); FILE MERGED 2008/02/12 12:42:46 jcn 1.19.186.1: Initial import of layout-dialogs-svx-sw.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [399dab3225b97befd8203c6272dad72d41e887bf]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 09:00:15 jcn 1.1.2.1: Add icon set for layout by Jakub Steiner.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [df1dff9e36e989dddebd00e2b5f9653879f4760f]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 09:00:14 jcn 1.1.2.1: Add icon set for layout by Jakub Steiner.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [fdd06eedb153f0a7f9a1234c4b89afb153223c0f]

        INTEGRATION: CWS layout_DEV300 (1.171.6); FILE MERGED 2008/02/12 11:50:44 jcn 1.171.6.1: Initial import of layout-dialogs-config_office-scp2.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [a1ecfcc32e9d2ddb8d81bbf4859460df05761497]

        INTEGRATION: CWS layout_DEV300 (1.52.338); FILE MERGED 2008/02/19 09:59:21 jcn 1.52.338.3: Oops, use WITH_LANG iso my fixed list. 2008/02/13 10:38:27 jcn 1.52.338.2: Fix for install: copy instsetoo_native/*/bin to solver. 2008/02/13 08:36:05 jcn 1.52.338.1: Add toplever install target.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [1529ba63011b1fb99301ae5d41d9d4ed74e38ec7]

        INTEGRATION: CWS layout_DEV300 (1.248.6); FILE MERGED 2008/02/12 11:50:44 jcn 1.248.6.1: Initial import of layout-dialogs-config_office-scp2.diff.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [85b46d032c683af5bfd46c7a0e0659ffdac6c4ae]

        INTEGRATION: CWS layout_DEV300 (1.1.2); FILE ADDED 2008/02/13 08:59:20 jcn 1.1.2.1: Add icon set for layout by Jakub Steiner.

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [9c80128592d816cb13e48bf95d1d1cf3839ca5bf]

        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>  [54b55bf1bf90d8c8d15bd14d3726179a38f9b6e8]

        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>  [bac89d12c2d2bd794009be7d831e06d456f8b49b]

        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>  [6ba3bd2d5d02a6b15b66763aa0c969957e14965d]

        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>  [2e8f518768ba1f0854a4b6ce24a87f70e305cb11]

        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>  [4fec1e0cc1564945454c524076e76629410a0e24]

        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>  [d40d69fa1c843b1c4d7183bf0074e73b4328e842]

        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>  [8783a4a12f4b1f78dfb609a962c38b361082bd14]

        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>  [1d230c2b96b61cddad4478ad57d4a9f29f4c8791]

        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>  [f9e7564defe441530698e328cd4f2c2d3d5ee79c]

        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>  [0ef878a5d321cf7d485388e2f35d6b756e82e5d2]

        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>  [6c3eb0f507e45e254a2fa66487341f0cfe4cde13]

        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>  [c343e69f71681e0d555df42362971a822cf9f2d4]

        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>  [17eed69bd56a8169a3ec9139445f8c35300d6de7]

        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>  [fb0b1ebf8dc5eb04bfd7c3620e61e5de6eb81d9c]

        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>  [cfe76a1a305a9f1410a909f7ee8a4f3497b66868]

        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>  [50d29b9f9253b0ec0f8e314343262b1043d06b24]

        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>  [672dde158f1a0b1d7e66d87fabc64cbf0a8b7182]

        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>  [e17ddba9755523f757f624e58fdbc86fe3c07844]

        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>  [c4a9531d2dfaaca9a7b664b2a75233738808c45b]

        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>  [9b495893e89fa0a00e586f8582fa745f4460510a]

        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>  [476342c742f74883d7c6f5d55a3644fb8b4d48ff]

        INTEGRATION: CWS oowintool01 (1.4.52); FILE MERGED 2008/02/28 22:09:51 thb 1.4.52.1: #i86556# Added support for VC8.0

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [dc0f4040eb9c23da03414a06f04467db51bd642a]

        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>  [8725d0132c3a2cae87e030f1db0b4db48ebc1270]

        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>  [f82df298b6c8183bffb6d77e340f9e0be71495ee]

        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>  [3160bc4514539846192afb36041d5c274234ea31]

        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>  [c2e7390bf647d181cc8006bd81d5e800056a3ca4]

        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>  [f8cd96c9c20c7003c9e62297834fadb6cc5ecb2f]

        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>  [958c1ad81838b3e2df5cea303e58b0921a88835b]

        INTEGRATION: CWS t602import01 (1.17.110); FILE MERGED 2008/02/19 10:19:18 mba 1.17.110.4: RESYNC: (1.18-1.21); FILE MERGED 2007/10/13 18:43:47 pjanik 1.17.110.3: RESYNC: (1.17-1.18); FILE MERGED 2007/04/13 08:44:51 fridrich_strba 1.17.110.2: package t602 resource file + some fixes of names 2007/04/12 10:25:09 fridrich_strba 1.17.110.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [aea0305e28cc72d203de0fb28cb7db1bbfe69529]

        INTEGRATION: CWS t602import01 (1.4.12); FILE MERGED 2008/02/19 15:51:31 mba 1.4.12.1: #i78569#: adapt t602 filter to new language packs

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [d62f99fa6b85b59d3fec505cdc54740f56eff2c7]

        INTEGRATION: CWS t602import01 (1.50.76); FILE MERGED 2007/10/13 18:43:44 pjanik 1.50.76.4: RESYNC: (1.57-1.58); FILE MERGED 2007/08/22 20:20:46 pjanik 1.50.76.3: RESYNC: (1.53-1.57); FILE MERGED 2007/06/13 11:31:52 pjanik 1.50.76.2: RESYNC: (1.50-1.53); FILE MERGED 2007/04/13 08:44:51 fridrich_strba 1.50.76.1: package t602 resource file + some fixes of names

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [99424695db45102f334b3222284175381c5fd8ce]

        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>  [9463e92d022b498f10e39834f557c5bd8c1f40de]

        INTEGRATION: CWS t602import01 (1.227.4); FILE MERGED 2008/02/19 10:19:15 mba 1.227.4.7: RESYNC: (1.262-1.273); FILE MERGED 2007/11/04 15:39:34 pjanik 1.227.4.6: RESYNC: (1.260-1.262); FILE MERGED 2007/10/13 18:43:42 pjanik 1.227.4.5: RESYNC: (1.255-1.260); FILE MERGED 2007/08/22 20:20:43 pjanik 1.227.4.4: RESYNC: (1.241-1.255); FILE MERGED 2007/06/13 11:31:39 pjanik 1.227.4.3: RESYNC: (1.227-1.241); FILE MERGED 2007/04/13 08:44:50 fridrich_strba 1.227.4.2: package t602 resource file + some fixes of names 2007/04/12 10:25:08 fridrich_strba 1.227.4.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [111e4cd0f5fcda92c1da0cffcf675a8cf8ac3f49]

        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>  [16746913f7e706270b67dfcff1ef87a03b7804ec]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2007/11/04 15:52:37 pjanik 1.1.2.8: #i78569#: Remove German strings. 2007/08/23 12:41:20 fridrich_strba 1.1.2.7: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:19:40 fridrich_strba 1.1.2.6: updating license headers 2007/04/17 07:44:59 fridrich_strba 1.1.2.5: adding German strings 2007/04/17 07:27:37 fridrich_strba 1.1.2.4: remove languages that will be taken care of by localization teams 2007/04/16 09:35:54 fridrich_strba 1.1.2.3: cancel button should cancel the conversion 2007/04/13 08:47:03 fridrich_strba 1.1.2.2: fix the name of the resource manager 2007/04/13 08:04:23 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [ed4f069f76282c44576b4ba0436059b96ba7965c]

        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>  [b7e2722c3c174341c071f0b75bbd553cc88b20d7]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2007/04/13 08:04:23 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [3f20812b584aadb74818202bcaae2aa9275ca5f6]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2008/02/20 18:58:09 mba 1.1.2.7: #i78569##: fixed warnings; implemented Optionsdialog as UNO service 2007/11/04 16:05:36 pjanik 1.1.2.6: #i78569#: Translate Czech comments into German^WEnglish. 2007/08/23 12:41:20 fridrich_strba 1.1.2.5: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:21:34 fridrich_strba 1.1.2.4: Milan's web-page states 2004-2007 copyright, so do the same in the headers 2007/08/23 12:19:40 fridrich_strba 1.1.2.3: updating license headers 2007/04/16 09:35:54 fridrich_strba 1.1.2.2: cancel button should cancel the conversion 2007/04/13 08:04:23 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [453c01a6c176ae43b4b6738816489c94c47461b9]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2007/08/23 12:41:20 fridrich_strba 1.1.2.3: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:19:40 fridrich_strba 1.1.2.2: updating license headers 2007/04/13 08:04:22 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [5257600b115746f0b4dad90374ed1143b5b1596d]

        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>  [c605522ca663b0c4dea1360cd84d905b292ae758]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2008/02/28 17:45:22 mba 1.1.2.12: warning on Solaris 2008/02/28 17:30:34 mba 1.1.2.11: missing return statement 2008/02/20 21:52:42 mba 1.1.2.10: #i78569#: import context for text:span was never closed 2008/02/20 19:35:02 mba 1.1.2.9: #i78569#: wrong attribute in autostyle 2008/02/20 18:58:09 mba 1.1.2.8: #i78569##: fixed warnings; implemented Optionsdialog as UNO service 2007/08/23 12:41:20 fridrich_strba 1.1.2.7: and the copyright holder is not me, but my distinguished employer 2007/08/23 12:21:34 fridrich_strba 1.1.2.6: Milan's web-page states 2004-2007 copyright, so do the same in the headers 2007/08/23 12:19:40 fridrich_strba 1.1.2.5: updating license headers 2007/08/22 20:31:31 pjanik 1.1.2.4: #i10000#: fix to compile... 2007/04/16 09:35:53 fridrich_strba 1.1.2.3: cancel button should cancel the conversion 2007/04/13 08:47:03 fridrich_strba 1.1.2.2: fix the name of the resource manager 2007/04/13 08:04:22 fridrich_strba 1.1.2.1: adding localizable dialogue (still fixing it)

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [61cc80c9a3987c3bfadd236d7310b05af9394b2c]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2007/08/23 12:19:40 fridrich_strba 1.1.2.3: updating license headers 2007/04/13 08:04:21 fridrich_strba 1.1.2.2: adding localizable dialogue (still fixing it) 2007/04/12 10:27:52 fridrich_strba 1.1.2.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [93e23bd230c8207fd7fe2d0458be1b980b8a2f5f]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2008/02/20 18:58:09 mba 1.1.2.6: #i78569##: fixed warnings; implemented Optionsdialog as UNO service 2007/11/04 15:53:40 pjanik 1.1.2.5: Remove redundant whitespaces. 2007/04/16 09:35:53 fridrich_strba 1.1.2.4: cancel button should cancel the conversion 2007/04/13 08:04:21 fridrich_strba 1.1.2.3: adding localizable dialogue (still fixing it) 2007/04/12 10:32:16 fridrich_strba 1.1.2.2: fix the license headers 2007/04/12 10:27:52 fridrich_strba 1.1.2.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [91685dfbc3bd528968a6c0f4fece90581bcefb89]

        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>  [e57f8a245e25f633148cac19e60e99634e62459b]

        INTEGRATION: CWS t602import01 (1.1.2); FILE ADDED 2007/04/12 10:27:50 fridrich_strba 1.1.2.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [65757214becde2f659cabdfd8e2f03a624da80c1]

        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>  [a4255bfd25e07ea7eec7abf8f6eb8b743605a054]

        INTEGRATION: CWS t602import01 (1.9.136); FILE MERGED 2008/02/19 10:18:59 mba 1.9.136.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/12 10:27:50 fridrich_strba 1.9.136.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [caddfe487df246d58520df624df86c13fef69f03]

        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>  [fd77ffeeafbc8477f6e106079e892a4276e91337]

        INTEGRATION: CWS t602import01 (1.25.88); FILE MERGED 2007/06/13 11:12:03 pjanik 1.25.88.3: RESYNC: (1.25-1.26); FILE MERGED 2007/04/13 08:04:20 fridrich_strba 1.25.88.2: adding localizable dialogue (still fixing it) 2007/04/12 10:27:49 fridrich_strba 1.25.88.1: t602 importer initial commit

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [276f7021f14a70ac4ffc7afc53096bcfe3aaf3e3]

        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>  [25a32506d80e4dcb9b463afc3b22aa3e51f2f3a5]

        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>  [e364a8ee9a3589d192ba5adcdcd668a93cba545a]

        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>  [83302b39a3167387c6cc762071df481d2a3ceae9]

        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>  [741931d7a2f9de564a959097664c2d81bad15504]

        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>  [68efaefe7c7b1f6727a74f580762dc67e9e99390]

        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>  [f7557d48e1235fae7c991b7da2879b6422ce3658]

        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-06  Kurt Zenker  <kz@openoffice.org>  [dc9f8321e687f425b5226e1a2f8d7902c1d09ffb]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.43.114); FILE MERGED 2008/01/18 07:49:01 od 1.43.114.1: #i85348# adjustments for new constant groups LabelFollow and PositionAndSpaceMode

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [c2f1c964e1972b638b5ebaa210ae818f7bb113e9]

        #i10000# conflict fixed

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [739df3d2ce540f8579a4794de6347d999e00b6a6]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.115.32); FILE MERGED 2008/01/18 08:04:19 od 1.115.32.1: #i85348# tokens for new list level attributes

2008-03-06  Kurt Zenker  <kz@openoffice.org>  [609f02727859167f346f1008a33226d502f5bc3a]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.32); FILE MERGED 2008/01/18 08:02:40 od 1.12.32.1: #i85348# adding tokens for new list level attributes

2008-03-06  Oliver Bolte  <obo@openoffice.org>  [3155957a36540216d9bc72a3aae9b4297326d97c]

        product readded

2008-03-06  Armin Weiss  <aw@openoffice.org>  [807dd3bfeafb2ec63bce04f9cc38efe481afe6ff]

        added support for structured pdf tags

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3b78c15165be1c1f58fa36050d844e46d5331013]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.165.2); FILE MERGED 2008/02/18 16:18:34 dr 1.165.2.2: RESYNC: (1.165-1.166); FILE MERGED 2008/01/29 15:20:52 sj 1.165.2.1: #i81673# Reverted an optimization that does not take SwXShape objects into account

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [871a79aa8354581792c94c75a7d1528e6e6c2a2e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/13 15:34:18 dr 1.2.4.3: merge error 2008/02/13 15:31:13 dr 1.2.4.2: change </true> to <true/> and </false> to <false/> 2008/01/23 12:10:39 hbrinkm 1.2.4.1: setInputStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c50af8468a5a33482e3c0c5df97ab329320b78dc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/13 15:31:13 dr 1.2.4.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3043ca174cb605d784cede6fe075a62caa78cf69]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.448); FILE MERGED 2008/02/13 15:31:13 dr 1.3.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [846b03546b6c384ea9eec222b8dcf91a466d084b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.8.448); FILE MERGED 2008/02/13 15:31:13 dr 1.8.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [85388276ec6ed02e68013297f411deed4e05f281]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.448); FILE MERGED 2008/02/13 15:31:13 dr 1.6.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [513caa13f7c0b427bb82866c2da7b70b300ae0f7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.8.448); FILE MERGED 2008/02/13 15:31:12 dr 1.8.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aa787ae848cf0170ee3b75ba2a52d5fe7535b83e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.448); FILE MERGED 2008/02/13 15:31:12 dr 1.6.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [45bb50458d4057ffbcdfa5e9a2333eb91dae16fc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.12.218); FILE MERGED 2008/02/13 15:31:12 dr 1.12.218.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [282773776b8689000707212d2c53030060215ab6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.22.124); FILE MERGED 2008/02/13 15:31:12 dr 1.22.124.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [089d3ac3323549f4d3310c833fe72943a716586f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.9.448); FILE MERGED 2008/01/30 11:44:42 dr 1.9.448.1: typo

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [953c5dd52db8d318e9c02869337ae452999cdc9f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.7.4); FILE MERGED 2008/02/06 10:58:41 dr 1.7.4.1: shared formula property for defined names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b6bf269a97509959f93930fe2d4dd184afe46d85]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.5.428); FILE MERGED 2008/02/13 15:31:11 dr 1.5.428.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1c8bdb6d10ed486511b7f6e7defd458cfee7b5ee]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.11.448); FILE MERGED 2008/02/13 15:31:11 dr 1.11.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e536ed2765b472986b45182ba3cf88a35a743bd]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.116); FILE MERGED 2008/02/13 15:31:11 dr 1.3.116.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cc82118ddc0dca3119be902ca9de3a99cbe1e916]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.186); FILE MERGED 2008/02/13 15:31:11 dr 1.2.186.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2821e62dfdb7efbbdae58b407a4a5624fca95111]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.116); FILE MERGED 2008/02/13 15:31:11 dr 1.2.116.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [683cf712b8f4a3fca61fd2324fd3195a73889f84]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.60); FILE MERGED 2008/02/13 15:31:11 dr 1.3.60.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b84a23b526862a7aecf540617a2f0f40c3d92572]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.4.60); FILE MERGED 2008/02/13 15:31:11 dr 1.4.60.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [40f32bdf89567e9222d02f92c8216e8878d250df]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.448); FILE MERGED 2008/02/13 15:31:10 dr 1.3.448.1: change </true> to <true/> and </false> to <false/>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fcbc03e8cdcf2a136c5dd1ab36071e884121f540]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:43:30 dr 1.2.4.1: starting charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [15d439e97308880ea277fccfad6717f008f6fd81]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:13 dr 1.2.4.2: import chart sheet fragment 2008/02/07 10:36:06 dr 1.2.4.1: more sheet types

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ccf5762e9fab75499b1256a0b0dedbb2724bbe48]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:16 dr 1.2.4.12: handle drawing fragment in WorksheetHelper 2008/02/07 13:41:52 dr 1.2.4.11: add fragment base path to relations, import page background 2008/02/07 10:36:06 dr 1.2.4.10: more sheet types 2008/02/06 16:12:08 dr 1.2.4.9: fix BIFF hyperlink import 2008/02/05 14:08:07 dr 1.2.4.8: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/01 09:55:36 dr 1.2.4.7: addShape() code cleanup, started xlsx drawing import 2008/01/29 10:16:53 dr 1.2.4.6: errors in row/column offset calculation 2008/01/28 09:48:48 dr 1.2.4.5: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements 2008/01/25 15:50:40 dr 1.2.4.4: helpers to get row/col positions 2008/01/25 14:24:18 dr 1.2.4.3: drawing import: anchors 2008/01/24 16:22:36 dr 1.2.4.2: preparations for DrawingML import 2008/01/24 14:58:36 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [803b2f5ddae7e5169cfdb420ab54dffc7e506d0f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:16 dr 1.2.4.16: handle drawing fragment in WorksheetHelper 2008/02/12 10:55:13 dr 1.2.4.15: import chart sheet fragment 2008/02/11 10:28:09 dr 1.2.4.14: comments 2008/02/07 14:47:18 dr 1.2.4.13: more page background graphic 2008/02/07 13:41:52 dr 1.2.4.12: add fragment base path to relations, import page background 2008/02/07 10:36:06 dr 1.2.4.11: more sheet types 2008/02/06 16:12:08 dr 1.2.4.10: fix BIFF hyperlink import 2008/02/05 14:08:07 dr 1.2.4.9: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.2.4.8: rework of fragment handler/context handler base classes 2008/02/01 09:55:36 dr 1.2.4.7: addShape() code cleanup, started xlsx drawing import 2008/01/28 15:40:55 dr 1.2.4.6: BIFF stream handling 2008/01/28 14:33:40 dr 1.2.4.5: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/25 12:53:11 dr 1.2.4.4: simplified OoxContextHelper interface 2008/01/24 16:22:35 dr 1.2.4.3: preparations for DrawingML import 2008/01/24 15:49:41 dr 1.2.4.2: minor changes 2008/01/24 14:58:36 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c8dd5af0b9a4ea0c710cd7a00ea56ba61fed608e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e5715152478a7d3265cd08ef89bd25f6327fcb67]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:16 dr 1.2.4.4: handle drawing fragment in WorksheetHelper 2008/02/07 13:41:52 dr 1.2.4.3: add fragment base path to relations, import page background 2008/01/28 15:40:55 dr 1.2.4.2: BIFF stream handling 2008/01/25 12:53:11 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [52ef0041d766d311c0e2d614f158337073a3ebae]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:13 dr 1.2.4.9: import chart sheet fragment 2008/02/11 10:28:09 dr 1.2.4.8: comments 2008/02/07 10:36:06 dr 1.2.4.7: more sheet types 2008/02/05 14:08:07 dr 1.2.4.6: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.2.4.5: rework of fragment handler/context handler base classes 2008/01/28 15:40:55 dr 1.2.4.4: BIFF stream handling 2008/01/28 14:33:40 dr 1.2.4.3: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/25 12:53:11 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [671b97d257a47e258c076a29a5a6144fcad7e4a7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:13 dr 1.2.4.3: import chart sheet fragment 2008/02/05 14:08:07 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/28 14:33:40 dr 1.2.4.1: load macro enabled spreadsheets, and xm:macrosheet sheets

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ba2f0cf358726d6a9ccc4a37b4c58668dd9c4008]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/28 09:48:48 dr 1.2.4.1: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c183446b77dd568b26bdabae78d64206a3c7adf0]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:33:19 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aadec79000849157f26d4975b9e72db897769a0c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:09 dr 1.2.4.4: comments 2008/02/05 14:08:07 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:53:11 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d9806712d3c1b7918adb8a8a2d938c7abd4c0182]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/28 09:48:48 dr 1.2.4.3: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements 2008/01/24 15:38:40 dr 1.2.4.2: #i84690# auto-linebreak in vertically distributed/justified cells/styles 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8a4d4a34120319e09718a222c73e92aed659200b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:08 dr 1.2.4.6: comments 2008/02/05 14:08:07 dr 1.2.4.5: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.2.4.4: rework of fragment handler/context handler base classes 2008/02/01 09:55:36 dr 1.2.4.3: addShape() code cleanup, started xlsx drawing import 2008/01/25 12:53:11 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d7b29d5f21dd3ae0fcce13d1fc8ef7960fd9a797]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:08 dr 1.2.4.5: comments 2008/02/05 14:08:07 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/01 09:55:36 dr 1.2.4.3: addShape() code cleanup, started xlsx drawing import 2008/01/25 12:53:11 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3f5116d1c646b5c883975e480bf74e38e545fe38]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 11:00:57 dr 1.2.4.1: shared formula property for defined names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e8300072534565349a9b0035f0bbfe294c2d1bbf]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:08 dr 1.2.4.3: comments 2008/02/05 14:08:07 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:53:11 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [550ecfd108a59d9f9da5a088059eae8e50bf4f65]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c347d117c7b1749a60eaf4c780a9d2002f9f7e18]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:53:11 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [04bdbf319203c3fd1f828102c9b35ca8ef47e643]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:13 dr 1.2.4.8: import chart sheet fragment 2008/02/07 14:47:18 dr 1.2.4.7: more page background graphic 2008/02/07 13:41:52 dr 1.2.4.6: add fragment base path to relations, import page background 2008/02/07 10:36:05 dr 1.2.4.5: more sheet types 2008/02/05 14:08:07 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/28 15:40:55 dr 1.2.4.3: BIFF stream handling 2008/01/28 14:33:40 dr 1.2.4.2: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/28 09:48:48 dr 1.2.4.1: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70fe27112310f029824a5d1f377900e48dcdd094]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:13 dr 1.2.4.3: import chart sheet fragment 2008/02/05 14:08:07 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 14:24:18 dr 1.2.4.1: drawing import: anchors

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3acee71273c5081ddd646c7a30fc288531705938]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:08 dr 1.2.4.5: comments 2008/02/05 14:08:07 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/01 09:55:36 dr 1.2.4.3: addShape() code cleanup, started xlsx drawing import 2008/01/25 12:53:10 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83817ef28332782baa4561f8492a3fb395401903]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e06ade356e253decc95d2686d6bea88691f2282]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/05 14:08:07 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3b1c97a50fbece5f227355a22641cff617c4a046]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:33:19 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/01/30 11:36:41 dr 1.2.4.2: more dumper changes 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [72dbf5ebc54cf484d9d95c721dbb66ad526192ea]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/11 10:28:08 dr 1.1.2.10: comments 2008/02/08 11:49:44 dr 1.1.2.9: correct shape positioning in sheet 2008/02/06 15:46:14 dr 1.1.2.8: shape positions in EMUs 2008/02/06 10:11:48 dr 1.1.2.7: handle all shape types 2008/02/05 14:08:07 dr 1.1.2.6: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.1.2.5: rework of fragment handler/context handler base classes 2008/02/01 10:42:46 dr 1.1.2.4: typo 2008/02/01 09:55:36 dr 1.1.2.3: addShape() code cleanup, started xlsx drawing import 2008/01/28 09:48:48 dr 1.1.2.2: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements 2008/01/25 14:24:18 dr 1.1.2.1: drawing import: anchors

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6dfc9ffdfd97478a208e00813377380ff90d299f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/28 15:40:55 dr 1.2.4.2: BIFF stream handling 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dee696ff92776fda0543b9a360251743dc3a240e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:08:07 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:53:10 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [71481d27a7376ba61859e7d80263e3dfb1138412]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:28:08 dr 1.2.4.4: comments 2008/02/05 14:08:07 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:33:19 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/25 12:53:10 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cfb1a88bca70a5a4894b4cd7eea9b1b6981d8e8d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/01 09:55:36 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [834c3bcafb4b9d325f16bdbce68112826b9a9e5c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:33:16 dr 1.1.2.2: handle drawing fragment in WorksheetHelper 2008/02/12 10:55:12 dr 1.1.2.1: import chart sheet fragment

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ff4a46199db4f70f440807f04015d3e4989c97ce]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/28 15:40:55 dr 1.2.4.2: BIFF stream handling 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [98a8d76f7666c0e076a3cb242942a6405c49d49a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:36:05 dr 1.2.4.2: more sheet types 2008/01/28 14:33:40 dr 1.2.4.1: load macro enabled spreadsheets, and xm:macrosheet sheets

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0a8aa18637d5053af207eea15bed26b6f5f484a2]

        INTEGRATION: CWS native133 (1.8.42); FILE MERGED 2008/02/29 11:13:42 is 1.8.42.1: #i86059# changing bitmaps for OOo 3

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a048c478efeb3178c6153eaf7428036494ecfbfe]

        INTEGRATION: CWS native133 (1.10.52); FILE MERGED 2008/02/29 11:49:01 is 1.10.52.1: #i85657# fix for new nsis version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [68d6e5893ff0b260f78aebdbcb2b1653d8216eb9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 14:58:35 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a6fbf0584ddad2486be45617177aba60ec6f5fbe]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/26 13:03:25 hbrinkm 1.2.4.3: undone changes aimed for xmlfilter04 2008/02/25 09:47:02 hbrinkm 1.2.4.2: cleanups, use mxShape instead of local instance 2008/02/15 14:57:10 sj 1.2.4.1: inor changes to bring forward the word vml import of shapes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [059d1f8f84e17ef62bf76172ad95d394632fae67]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:33:11 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0059e3ee8749099a6a8e80038e83437ef655c646]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:10:57 dr 1.2.4.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7dad01ec87e5e5618a4057b1c27ca4f571e2426a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 12:56:35 dr 1.2.4.3: fixed FastTokenHandler::getIdentifier() 2008/01/28 14:33:25 dr 1.2.4.2: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/23 09:00:23 hbrinkm 1.2.4.1: new token element

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3f538cfae38289c6c1c6f3a2bfa7d3f821ffdd28]

        INTEGRATION: CWS native133 (1.67.12); FILE MERGED 2008/02/29 11:31:23 is 1.67.12.2: #i86059# changing urn for OOo 3 beta 2008/02/27 11:24:38 is 1.67.12.1: #i86059# preparing OOo 3.0 and SO 9

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d0f8f7f41b0750811e2a52345ff94c051a9f4c8a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 12:56:35 dr 1.2.4.2: fixed FastTokenHandler::getIdentifier() 2008/01/28 14:33:25 dr 1.2.4.1: load macro enabled spreadsheets, and xm:macrosheet sheets

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [444866aec1c7b304282894c6391fe0e1465ccc5e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 12:56:35 dr 1.2.4.2: fixed FastTokenHandler::getIdentifier() 2008/01/23 13:35:11 fridrich_strba 1.2.4.1: backporting changes from xf02bigcleanup

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f7d5f6ae9c747e585e4bd1178b1af69411b2d709]

        INTEGRATION: CWS native133 (1.3.10); FILE MERGED 2008/02/29 11:18:51 is 1.3.10.1: #i86059# changing bitmaps for OOo 3

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2220a4eba54ca05d3456bee13cb20683ab36a443]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/23 08:11:11 hbrinkm 1.2.4.1: removed "class FragmentHandler", importDocument and exportDocument return true.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e1c2a84ff0e5ddf9b0a9b43cd591bbc752f1dc27]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/26 13:03:25 hbrinkm 1.2.4.6: undone changes aimed for xmlfilter04 2008/02/25 09:45:49 hbrinkm 1.2.4.5: use namespace specific context handlers 2008/02/15 14:57:10 sj 1.2.4.4: inor changes to bring forward the word vml import of shapes 2008/02/04 13:33:04 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:55:28 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/23 08:10:01 hbrinkm 1.2.4.1: multiple

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a68e07b994a02ced1ee447350340d9fe25638bd3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/26 13:03:25 hbrinkm 1.2.4.6: undone changes aimed for xmlfilter04 2008/02/25 09:45:49 hbrinkm 1.2.4.5: use namespace specific context handlers 2008/02/15 14:57:10 sj 1.2.4.4: inor changes to bring forward the word vml import of shapes 2008/02/04 13:33:04 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:55:28 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/23 08:08:47 hbrinkm 1.2.4.1: multiple

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d78212357ee136212bee067e19f7ca90a8c6de1f]

        INTEGRATION: CWS native133 (1.2.18); FILE MERGED 2008/02/29 11:29:58 is 1.2.18.1: #i86059# changing bitmaps for OOo 3

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c93756b73120c70cfb24f410c8cbd5edc14ee359]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:49 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2a9e6889304850d0f53e39519c78b3de0ad6cef4]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:10:27 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:49 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [530fd3bf670c0146ce77e3dde046c827205300a8]

        INTEGRATION: CWS native133 (1.2.24); FILE MERGED 2008/02/29 11:18:50 is 1.2.24.1: #i86059# changing bitmaps for OOo 3

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [26f51d64b510b23cff0fccc020795c62db239f96]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:48 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c411921c2b4bf2b19d572e318953f3f8afb1ace]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:10:27 dr 1.2.4.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [67549ac395be2e09438965af017ee4a3bc14ed18]

        INTEGRATION: CWS native133 (1.4.10); FILE MERGED 2008/02/29 11:18:49 is 1.4.10.1: #i86059# changing bitmaps for OOo 3

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [81775b4d14b5e2dd10137d6dc7d7bad7fd5a73f1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/14 18:48:00 sj 1.2.4.3: completet gradient/tile fill 2008/02/04 13:32:48 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/02/01 09:55:19 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [76a616c506ab2ba0ebed0289e525d626244eea7c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:18 dr 1.2.4.2: implement ThemeFragmentHandler using FragmentHandler2 2008/02/04 13:32:48 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4b25f4d14207409e05abaec1d599ef6e53e08767]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:41:15 dr 1.2.4.3: add fragment base path to relations 2008/02/04 13:32:48 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/02/01 09:55:19 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d304cf886c05566b84c859a82db33711f3dac6b3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:48 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/02/01 09:55:19 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ab0bf275faf6c49f9c4361c57c00f6a39864bab9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:48 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/01/30 11:36:54 dr 1.2.4.2: more dumper changes 2008/01/30 09:16:32 dr 1.2.4.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5cac391aa0ae018e271ac25f2b4217ec91397462]

        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>  [629f253a1bbfe0361643e6af7fa6fc86fa056afd]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:48 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/29 15:25:27 fridrich_strba 1.2.4.1: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f051d304c81456a0c64f71d08365a1d08fb0f7c8]

        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>  [6fd0e37127ffa1b406a786e8870e6b92db98d365]

        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>  [fc53cf943856a31fc2715c03366d081886c8368c]

        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>  [218e5abf5d6a7568b0c96ed7c5a6be1c017af5d5]

        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>  [0f9eb230cbf919e7d475028017a425a136896b66]

        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>  [8f7f439d6ef0253d2f62caa03d4c2e60f81f600d]

        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>  [0f1ddddcc0899696b6053d2f8f45c5ff41e07ad4]

        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>  [1e3cbd2cfa0a8b301cd9e57191d709aa65642d4d]

        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>  [0f09450687bd02bab1292bfd5b0ccfad5e8b542f]

        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>  [e7320b05a179e6f8c250bda5a244d42aa95d46d6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/01 09:55:09 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [92486298de93d2a4dd18abefd7170a88a278c54a]

        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>  [68efbf21f7a18ac4a8ba51dc952e52f269a85d92]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:02 dr 1.2.4.5: import chart sheet fragment 2008/02/07 13:42:11 dr 1.2.4.4: page background 2008/01/30 11:34:38 dr 1.2.4.3: more dumper changes 2008/01/30 09:40:23 dr 1.2.4.2: add XML pretty printer for OOXML dumpers, add PPTX dumper 2008/01/24 14:58:00 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c387abb394a70c9886b617ab4402cfe4de971abe]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:55:02 dr 1.2.4.6: import chart sheet fragment 2008/02/07 13:42:11 dr 1.2.4.5: page background 2008/02/07 10:21:58 dr 1.2.4.4: vml fixes 2008/02/05 14:07:57 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/30 09:40:23 dr 1.2.4.2: add XML pretty printer for OOXML dumpers, add PPTX dumper 2008/01/24 14:58:00 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aaf1dda6af355f01b21f15717665b93159cf91f2]

        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>  [37662795d466204f440f0959cc2c3f240e069fb8]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/01/30 11:34:38 dr 1.1.2.1: more dumper changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dc7f4832891f051db0b90d2a8e99c87f1a0c070c]

        INTEGRATION: CWS dmake412_DEV300 (1.8.2); FILE MERGED 2008/02/26 23:37:50 vq 1.8.2.3: #i83497# Release dmake 4.12. 2007/11/11 00:03:34 vq 1.8.2.2: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h. 2007/11/09 15:50:51 vq 1.8.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [29b71e7fcc1c55dcdbd2dcaaac8f8fa3df5813f3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/07 10:21:58 dr 1.1.2.2: vml fixes 2008/01/30 09:40:23 dr 1.1.2.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a4ed05876c25ae8364469937033751f9ff7294d8]

        INTEGRATION: CWS dmake412_DEV300 (1.1.1.1.176); FILE MERGED 2007/11/11 00:03:34 vq 1.1.1.1.176.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6bd2f86c0d535e4bc73af4e50b88c1f89cfb1f9e]

        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>  [342f180ba1689c14d995f0d1eaa635ff2ac42e0f]

        INTEGRATION: CWS dmake412_DEV300 (1.4.32); FILE MERGED 2007/11/28 04:08:41 vq 1.4.32.2: #i83540# A parallel runargv needs a corresponding rmprq. 2007/11/12 00:12:03 vq 1.4.32.1: #i83540# Make dmake buildable with .NET 2003 again.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e9e331a54ea6ba5dfb0ab11eb5bc2e04ce81308c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/30 09:40:23 dr 1.2.4.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5d4069835ca3b2009a614657bf3b4928bdb54932]

        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>  [2feba7476fbc280adf88d541e43a3559d3567dc3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/30 11:34:38 dr 1.2.4.1: more dumper changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2fc1d0c104d5ef5a8121feacf0cac2dd32fb2bb5]

        INTEGRATION: CWS dmake412_DEV300 (1.4.26); FILE MERGED 2007/11/12 00:12:02 vq 1.4.26.2: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:49 vq 1.4.26.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9919b82eb29783f44ceff70834481a52da060d07]

        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>  [835d31d66bf1992d80944313705a71421f057198]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:11:24 dr 1.2.4.3: trim element text 2008/01/30 11:34:38 dr 1.2.4.2: more dumper changes 2008/01/30 09:40:23 dr 1.2.4.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [84121310af43afc825347a69db9b2bc273b6d080]

        INTEGRATION: CWS dmake412_DEV300 (1.2.32); FILE MERGED 2007/11/28 20:18:19 vq 1.2.32.2: #i83540# Fix dmake's own makefile to build itself. 2007/11/12 00:12:02 vq 1.2.32.1: #i83540# Make dmake buildable with .NET 2003 again.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d56407609ac6541f6547c256db0a5c1534af5633]

        INTEGRATION: CWS dmake412_DEV300 (1.13.2); FILE MERGED 2008/02/26 23:37:50 vq 1.13.2.3: #i83497# Release dmake 4.12. 2007/11/11 00:03:34 vq 1.13.2.2: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h. 2007/11/09 15:50:51 vq 1.13.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b669e43a2c662ba833b24b94541dcbe66bb15500]

        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>  [d86061ef54af9dd1b0278732b97b865ba3226420]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 14:47:09 dr 1.2.4.4: more page background graphic 2008/02/07 10:21:58 dr 1.2.4.3: vml fixes 2008/01/30 11:34:38 dr 1.2.4.2: more dumper changes 2008/01/24 14:58:00 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [51b38d832595d3a4298e2d990e8953fb2dfb5d44]

        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>  [c6d6764c83387eea0bdc886deecf9d5aad22b009]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:35:53 dr 1.2.4.3: more sheet types 2008/01/30 11:34:38 dr 1.2.4.2: more dumper changes 2008/01/24 14:58:00 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0264595816e7bcc562f549273813de87d9c1e1b5]

        INTEGRATION: CWS native133 (1.18.118); FILE MERGED 2008/02/27 13:00:23 is 1.18.118.1: #i86059# adding extension to Windows productname

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b0eeebac709d3fd21cf47e6a9fc103eb8ebf7f03]

        INTEGRATION: CWS dmake412_DEV300 (1.13.2); FILE MERGED 2008/01/22 05:34:44 vq 1.13.2.9: #i83540# Separate error handling from pid. 2008/01/08 01:36:07 vq 1.13.2.8: #i83540# Add diagnostics for WaitForMultipleObjects() calls. 2008/01/06 21:21:09 vq 1.13.2.7: #i85014# Let master targets for targets with multiple (::) rules inherit the newest time stamp of their "sub"-rules. Make runargv() indicate that it finished the command when it had to wait for its completion. 2007/11/26 14:23:19 vq 1.13.2.6: #i83540# Return the pid that was waited for. 2007/11/26 03:37:50 vq 1.13.2.5: #i83540# Fix handle inheritance for native W32 process spawning. 2007/11/22 15:27:11 vq 1.13.2.4: #i83540# Avoid conflict on solaris, rename NOPID to DMNOPID. 2007/11/12 00:12:02 vq 1.13.2.3: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:49 vq 1.13.2.2: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.) 2007/11/10 01:54:08 vq 1.13.2.1: #i10000# Small clean up.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0a628b9a338e03f057fbda683fe53996e7741504]

        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>  [844c9fcbb856dee48f0926ff4aa8074d6168ed37]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [76a2aa25592d4438c45e5910e19767947385f9f0]

        INTEGRATION: CWS native133 (1.85.46); FILE MERGED 2008/02/29 11:49:45 is 1.85.46.1: #i85657# fix for new nsis version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f8b22fc6ec827b7644a870152a89804dee83e09f]

        INTEGRATION: CWS dmake412_DEV300 (1.1.2); FILE ADDED 2008/02/05 22:02:17 vq 1.1.2.1: #i84800# Add testcase.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd7adde742951fdf962af8796b0d5903787e28bb]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:09:01 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6bfcd4d4a302e5c79ffd89425cc28f93c1b3136e]

        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>  [13b83ba8d55a311070b446d75aed99b52b682b73]

        INTEGRATION: CWS dmake412_DEV300 (1.8.2); FILE MERGED 2008/02/05 22:02:17 vq 1.8.2.1: #i84800# Add testcase.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [850aaa0cd633164fe1ec962a7693d9a20817c2c6]

        INTEGRATION: CWS native133 (1.35.86); FILE MERGED 2008/02/29 11:49:44 is 1.35.86.1: #i85657# fix for new nsis version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7d66a640b91ca7dccc90e3cffa6c7d405cf9c905]

        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>  [54a079c7c8bf552e0c8e613f1764fe1c43732fcf]

        INTEGRATION: CWS dmake412_DEV300 (1.9.2); FILE MERGED 2007/11/09 15:50:50 vq 1.9.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [27f6954dec519aed667d1709a15bdf1804304b73]

        INTEGRATION: CWS native133 (1.25.30); FILE MERGED 2008/02/27 11:25:18 is 1.25.30.1: #i86059# preparing OOo 3.0 and SO 9

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c7cd04f5b4c78c321ba9315e1ae8d3a84fe9e7b5]

        INTEGRATION: CWS dmake412_DEV300 (1.1.1.1.176); FILE MERGED 2007/11/11 00:03:33 vq 1.1.1.1.176.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b29527af6d5c1161c68ec3074c11762df7c58c3c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 22:01:50 hub 1.2.4.1: More work on SmartArt. Non-functionnal layout.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [daf53892b70a4eb5047fa58d1b8401e5ae0c42d6]

        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>  [5a8d8a994da86f4992ad106c86f3629bb8c4b1d6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:36 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/24 22:01:50 hub 1.2.4.1: More work on SmartArt. Non-functionnal layout.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1197cbed6f793a1b6420a2c76e2c64b2ca1a4cf7]

        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>  [b0049b8599c80058b7365b5aed981216c169a90c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/19 09:00:53 dr 1.1.2.7: #i10000# gcc warnings 2008/02/18 14:40:21 dr 1.1.2.6: layout/axes 2008/02/15 16:25:18 dr 1.1.2.5: axis start 2008/02/15 15:41:51 dr 1.1.2.4: chart types 2008/02/13 14:38:30 dr 1.1.2.3: new base classes 2008/02/12 16:05:42 dr 1.1.2.2: data series 2008/02/12 14:38:00 dr 1.1.2.1: type group

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [48cdffad4f8ab112bd90353e502584f790061c7b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.4: layout/axes 2008/02/15 15:41:51 dr 1.1.2.3: chart types 2008/02/13 14:38:30 dr 1.1.2.2: new base classes 2008/02/12 16:05:42 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7d8addda8a30d99df8da36acba3f035ac25b180d]

        INTEGRATION: CWS dmake412_DEV300 (1.1.1.1.176); FILE MERGED 2007/11/11 00:03:32 vq 1.1.1.1.176.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7aef6ce74c7f6ff034a150374815177f32dd2b9c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.4: layout/axes 2008/02/13 14:38:30 dr 1.1.2.3: new base classes 2008/02/13 13:23:35 dr 1.1.2.2: series source 2008/02/12 16:05:42 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6d0978319e2f5bd9dd37982612cdcab861ae5279]

        INTEGRATION: CWS dmake412_DEV300 (1.5.2); FILE MERGED 2007/11/11 23:05:48 vq 1.5.2.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7612f2330483214d23c3545666d645cf0d0563bd]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.5: layout/axes 2008/02/15 15:41:51 dr 1.1.2.4: chart types 2008/02/13 14:38:30 dr 1.1.2.3: new base classes 2008/02/13 13:23:35 dr 1.1.2.2: series source 2008/02/12 16:05:42 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d2ca1432e59b6f8bd07026ff686766417d3591b5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.9: layout/axes 2008/02/15 16:25:18 dr 1.1.2.8: axis start 2008/02/15 15:41:51 dr 1.1.2.7: chart types 2008/02/13 14:38:30 dr 1.1.2.6: new base classes 2008/02/13 13:23:35 dr 1.1.2.5: series source 2008/02/12 16:05:42 dr 1.1.2.4: data series 2008/02/12 14:38:00 dr 1.1.2.3: type group 2008/02/12 12:03:03 dr 1.1.2.2: more chart stuff 2008/02/11 13:15:10 dr 1.1.2.1: legend/plot area

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [377862e9474508066792b22ef6ad6190ec6ff765]

        INTEGRATION: CWS dmake412_DEV300 (1.1.1.1.176); FILE MERGED 2007/11/28 04:08:41 vq 1.1.1.1.176.1: #i83540# A parallel runargv needs a corresponding rmprq.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4240996f39435f859998da521ca893130b08c27c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.7: layout/axes 2008/02/15 16:25:18 dr 1.1.2.6: axis start 2008/02/15 15:41:51 dr 1.1.2.5: chart types 2008/02/13 14:38:30 dr 1.1.2.4: new base classes 2008/02/13 13:23:35 dr 1.1.2.3: series source 2008/02/12 16:05:42 dr 1.1.2.2: data series 2008/02/11 13:15:10 dr 1.1.2.1: legend/plot area

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [eeacf10898588b052cdf3c6e8fbbbef87d5e4493]

        INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED 2008/02/26 23:37:49 vq 1.12.2.3: #i83497# Release dmake 4.12. 2008/02/07 19:50:02 vq 1.12.2.2: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. 2007/11/09 15:50:50 vq 1.12.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [533bb1f79362a1492ea7f36ae2b92ae67ca8dfe6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:21 dr 1.1.2.11: layout/axes 2008/02/15 16:25:18 dr 1.1.2.10: axis start 2008/02/15 15:41:51 dr 1.1.2.9: chart types 2008/02/13 14:38:30 dr 1.1.2.8: new base classes 2008/02/13 13:23:35 dr 1.1.2.7: series source 2008/02/12 16:05:42 dr 1.1.2.6: data series 2008/02/12 14:38:00 dr 1.1.2.5: type group 2008/02/12 12:56:35 dr 1.1.2.4: type info provider 2008/02/12 12:03:03 dr 1.1.2.3: more chart stuff 2008/02/11 13:15:10 dr 1.1.2.2: legend/plot area 2008/02/11 10:43:13 dr 1.1.2.1: starting charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [540df8ab44f31e050471ebefb1d0423560034580]

        INTEGRATION: CWS dmake412_DEV300 (1.10.2); FILE MERGED 2008/02/26 23:39:50 vq 1.10.2.3: #i83497# Release dmake 4.12. 2008/02/07 19:50:01 vq 1.10.2.2: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. 2007/11/09 15:50:50 vq 1.10.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d09487675d0f9ca0acff97910b95040b7c707422]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/19 09:00:53 dr 1.1.2.3: #i10000# gcc warnings 2008/02/18 14:40:20 dr 1.1.2.2: layout/axes 2008/02/15 16:25:18 dr 1.1.2.1: axis start

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bd936edb7b93c0c9b63ed3cf0a0d816bd546c8bc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:40:20 dr 1.1.2.2: layout/axes 2008/02/15 16:25:18 dr 1.1.2.1: axis start

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5e1786865f7eb59294d5c2404720b2ff8128b6c9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:26 dr 1.2.4.2: implement ThemeFragmentHandler using FragmentHandler2 2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd072e8a9ea4f209848ac28f602aa988cf9009aa]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 15:18:19 sj 1.2.4.3: fixed some fill/line property problems 2008/02/06 10:11:26 dr 1.2.4.2: implement ThemeFragmentHandler using FragmentHandler2 2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c9b7646e583d99804f0c1288fe68e0195a58ed94]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:36 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3804621a95fb06aa902238274f41faa3c1400962]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4aabc7987f9175ca3ec9130e0e4e1e9b66fd306a]

        INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED 2008/02/07 19:50:01 vq 1.12.2.4: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. 2007/11/12 00:12:02 vq 1.12.2.3: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:48 vq 1.12.2.2: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.) 2007/11/11 00:19:15 vq 1.12.2.1: #i83523# Post-rename clean up.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1772f6594ed053e4a4de9d2c7d72517a67e967a7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/01 09:54:59 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a741df961132d928c7b5ba64b53e39097d13e1e1]

        INTEGRATION: CWS dmake412_DEV300 (1.7.2); FILE MERGED 2008/01/08 00:31:31 vq 1.7.2.1: #i83540# Prevent possible invinite loop when aborting.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [044f4362e7775d4de054c9d9bd22fd7227dbada2]

        INTEGRATION: CWS dmake412_DEV300 (1.5.2); FILE MERGED 2008/01/07 06:07:15 vq 1.5.2.1: #i84800# Do not collaps the foo/.. entries if foo is '.' or '..'.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4bd90d554d7abb3f32a20f28da89d3b451290a38]

        #i10000# switch to dmake412

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [af338a3228a157d9305cc30d6cf2f13a75e5a4a3]

        INTEGRATION: CWS dmake412_DEV300 (1.11.2); FILE MERGED 2008/02/04 21:05:42 vq 1.11.2.2: #i85381# Fix possible heap corruption for the cygwin dmake version. 2008/01/06 21:21:09 vq 1.11.2.1: #i85014# Let master targets for targets with multiple (::) rules inherit the newest time stamp of their "sub"-rules. Make runargv() indicate that it finished the command when it had to wait for its completion.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [95fc9367a75074a85d0c3a4bc3c4399f001d8c89]

        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>  [542120e5d9210e506960321516e9b1181cd51d76]

        INTEGRATION: CWS dmake412_DEV300 (1.8.2); FILE MERGED 2007/11/12 00:12:02 vq 1.8.2.2: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:48 vq 1.8.2.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [360ef49ee9320864d86ef1ed59f2d684383831d1]

        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>  [7e0d741a6fe72c62d9eb3efa48beb63fd7ef7389]

        INTEGRATION: CWS dmake412_DEV300 (1.11.2); FILE MERGED 2008/02/07 19:50:01 vq 1.11.2.2: #i83940# Make the result of $(mktmp ..) aware of the .WINPATH setting. 2007/11/11 00:03:32 vq 1.11.2.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [462bad194b4407e6e2f14b3808bfb49a200b8b57]

        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>  [acb382e25e38b41cedced953e14acd3609ffd105]

        INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED 2007/11/12 00:12:02 vq 1.12.2.3: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:48 vq 1.12.2.2: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.) 2007/11/11 00:03:31 vq 1.12.2.1: #i83523# Rename macro PVOID to DMPVOID to avoid problems when including windows.h.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a6b96a95e3438847efb071388dbcf7da1ef7dae6]

        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>  [3572004480dedda4c1d753f054a998c654250720]

        INTEGRATION: CWS dmake412_DEV300 (1.12.2); FILE MERGED 2008/02/07 15:42:37 vq 1.12.2.4: #i85136# The content of INCFILENAME needs no further expansion. 2008/02/07 15:28:42 vq 1.12.2.3: #i85136# Prevent filenames from being expanded if they already are. 2008/02/06 22:22:18 vq 1.12.2.2: #i85136# Do not expand ABSMAKECMD and MAKECMD macros. 2007/11/11 23:05:48 vq 1.12.2.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3be4750adc7388ec4a340d74f40810b8b3f1a9ce]

        INTEGRATION: CWS dmake412_DEV300 (1.11.2); FILE MERGED 2007/11/12 00:12:02 vq 1.11.2.2: #i83540# Make dmake buildable with .NET 2003 again. 2007/11/11 23:05:48 vq 1.11.2.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0445cc7d42235a29161a01a6e74f94b270adc63e]

        INTEGRATION: CWS rptchart01_DEV300 (1.198.32); FILE MERGED 2008/03/05 09:14:17 oj 1.198.32.6: RESYNC: (1.202-1.203); FILE MERGED 2008/02/19 08:39:27 oj 1.198.32.5: #i85225# method renamed 2008/02/18 13:07:53 oj 1.198.32.4: RESYNC: (1.199-1.202); FILE MERGED 2008/01/28 11:17:10 oj 1.198.32.3: merge conflict 2008/01/28 06:35:27 oj 1.198.32.2: RESYNC: (1.198-1.199); FILE MERGED 2008/01/14 11:42:29 oj 1.198.32.1: #i85225# impl new interface and make use of comphelper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4583b158cd8e6b0d874a5d8220f2e0eecf90108d]

        INTEGRATION: CWS dmake412_DEV300 (1.31.2); FILE MERGED 2008/02/26 23:37:49 vq 1.31.2.2: #i83497# Release dmake 4.12. 2007/11/09 15:50:50 vq 1.31.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83003e48978dfc0837583b03d77ddaab7d3144ca]

        INTEGRATION: CWS dmake412_DEV300 (1.23.2); FILE MERGED 2008/02/26 23:37:49 vq 1.23.2.2: #i83497# Release dmake 4.12. 2007/11/09 15:50:49 vq 1.23.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f710afe1aaef83ee70194d4d7993c0a4fd6795c7]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.34); FILE MERGED 2008/03/05 09:14:09 oj 1.6.34.4: RESYNC: (1.7-1.8); FILE MERGED 2008/02/18 13:07:51 oj 1.6.34.3: RESYNC: (1.6-1.7); FILE MERGED 2008/02/18 13:06:29 oj 1.6.34.2: #85225# new method impl 2008/01/14 11:42:29 oj 1.6.34.1: #i85225# impl new interface and make use of comphelper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ddf29e102929bb72ef845764154a1d4fcecf7c1f]

        INTEGRATION: CWS dmake412_DEV300 (1.10.2); FILE MERGED 2008/02/26 23:37:49 vq 1.10.2.3: #i83497# Release dmake 4.12. 2007/11/25 17:53:28 vq 1.10.2.2: #i83540# Add NEWS entry about parallel builds with native W32 dmake. 2007/11/09 15:50:49 vq 1.10.2.1: #i83497# Bump version to 4.12-cvs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [17ab464b12c856aea93e998b260b15be7c970d6a]

        INTEGRATION: CWS dmake412_DEV300 (1.14.12); FILE MERGED 2008/02/26 23:37:49 vq 1.14.12.3: #i83497# Release dmake 4.12. 2007/11/28 04:08:41 vq 1.14.12.2: #i83540# A parallel runargv needs a corresponding rmprq. 2007/11/11 23:05:48 vq 1.14.12.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b2266ed082076b1e5ddbcf3f2f6e289dfad60aee]

        INTEGRATION: CWS dmake412_DEV300 (1.11.12); FILE MERGED 2007/11/28 04:08:41 vq 1.11.12.2: #i83540# A parallel runargv needs a corresponding rmprq. 2007/11/11 23:05:48 vq 1.11.12.1: #i83540# Enable parallel builds with native W32 dmake. (First MinGW only.)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [078eeeaea899ba92b0a05c344627cca0fc30987b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:09:00 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [668f6fa8a7e4fae336b18b8bab18fe9d3773fc93]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:26 dr 1.2.4.3: implement ThemeFragmentHandler using FragmentHandler2 2008/02/05 14:09:00 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [44a65ef41a699c912ec2a07fa31b6520dfd34206]

        INTEGRATION: CWS dmake412_DEV300 (1.9.2); FILE MERGED 2008/02/26 23:42:31 vq 1.9.2.4: #i10000# Update ChangeLog. 2008/02/04 21:08:01 vq 1.9.2.3: #i10000# Update ChangeLog. 2007/11/25 18:01:51 vq 1.9.2.2: #i10000# Update ChangeLog. 2007/11/12 19:58:14 vq 1.9.2.1: #i10000# Update ChangeLog.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [65611b3cee02be600ae1ba3ecd538219299d97a9]

        INTEGRATION: CWS rptchart01_DEV300 (1.19.14); FILE MERGED 2008/01/23 08:40:00 mav 1.19.14.1: #i85495# allow to specify a filter name for an embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0f0cfc0595ce6fed08686ff00e3cfe84ce2d0a43]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/14 18:48:00 sj 1.2.4.5: completet gradient/tile fill 2008/02/07 15:18:19 sj 1.2.4.4: fixed some fill/line property problems 2008/02/04 13:32:35 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:54:59 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/23 08:05:07 hbrinkm 1.2.4.1: pushToPropertySet: new parameter xShape

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c090327566dcd791736ed7bd82b2c5f5fdb032ab]

        INTEGRATION: CWS rptchart01_DEV300 (1.33.6); FILE MERGED 2008/01/23 08:40:00 mav 1.33.6.1: #i85495# allow to specify a filter name for an embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [73962b21701760b126457d639594afcaa09ca08b]

        INTEGRATION: CWS rptchart01_DEV300 (1.22.14); FILE MERGED 2008/01/23 08:39:59 mav 1.22.14.1: #i85495# allow to specify a filter name for an embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [636058cd0a00fd2772d4f6e464143ecee069351d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 14:52:38 sj 1.2.4.2: added fill/line transparency color 2008/02/07 15:18:19 sj 1.2.4.1: fixed some fill/line property problems

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c15a4d3ed6aab5cfb398a7f836519a5cae80f55]

        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>  [4d935e1632ebf89c24fc7c7b9cc70c328c75ec6f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 20:51:11 hub 1.2.4.6: using get() to check a shared_ptr nullness is just bad style. 2008/02/05 14:09:00 dr 1.2.4.5: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:35 dr 1.2.4.4: rework of fragment handler/context handler base classes 2008/01/31 10:22:50 hbrinkm 1.2.4.3: handle vml shapes 2008/01/30 15:32:41 sj 1.2.4.2: using unique names for ole container 2008/01/24 22:01:50 hub 1.2.4.1: More work on SmartArt. Non-functionnal layout.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8233f1b7854eae90fe4f482110d18914ad81d22c]

        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>  [143c300d4dc4609c6b8f59738c3cb2db44a89ce5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/14 18:48:00 sj 1.2.4.3: completet gradient/tile fill 2008/02/12 17:40:59 sj 1.2.4.2: added gradient fillstyle 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b2c2dfb183e7e1c0fa1cf12b66502c4f23710436]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 14:52:39 sj 1.2.4.5: added fill/line transparency color 2008/02/14 18:48:00 sj 1.2.4.4: completet gradient/tile fill 2008/02/13 14:40:58 sj 1.2.4.3: added/fixed gradient import 2008/02/12 17:40:59 sj 1.2.4.2: added gradient fillstyle 2008/02/07 15:18:19 sj 1.2.4.1: fixed some fill/line property problems

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [328563234e7bc7d8e605a77c423d74cb6fc86edf]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/23 12:44:06 hbrinkm 1.2.4.2: removed unnecessary includes 2008/01/23 11:59:41 hbrinkm 1.2.4.1: pushToPropertySet: new parameter xShape

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [89677643a79a2420ddaf4e6796ba86c84392a1af]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:35 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/22 16:48:00 hbrinkm 1.2.4.1: GetShapeType made public

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fc436cf65e95bde2d4160ce3852141c786703b01]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.102); FILE MERGED 2008/01/24 14:31:27 oj 1.3.102.1: #i85225# add new mediatype and filter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [106ba5cee7cf3e10b1fede9cfd47e8efb0fbfe7c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:26 dr 1.2.4.3: implement ThemeFragmentHandler using FragmentHandler2 2008/02/05 14:09:00 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [130c3f06ad9ef4e1b698e20f027496814ace773b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/19 15:11:21 sj 1.2.4.2: added some color transformations 2008/02/04 13:32:35 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7dd50f994831b7b1a4d78b5ab5aa1be8b25223a5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/19 15:11:21 sj 1.2.4.1: added some color transformations

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a3e08c56c83a54eb78bfd043c6663c528516c8fa]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 09:55:09 dr 1.2.4.1: wrong mapping of bg1,bg2,tx1,tx2

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0eb7d8f8d7c8d455195dd53142317b9ea7e207a1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:41:01 dr 1.2.4.7: add fragment base path to relations 2008/02/07 10:00:33 dr 1.2.4.6: lost namespaces, added chart namespace 2008/02/05 14:06:50 dr 1.2.4.5: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:26 dr 1.2.4.4: rework of fragment handler/context handler base classes 2008/01/28 14:33:05 dr 1.2.4.3: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/25 09:11:15 dr 1.2.4.2: new namespace 'xdr:' for SpreadsheetDrawingML 2008/01/24 14:57:38 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c497b9cac70ea55af901330aff9dd21acfed521a]

        INTEGRATION: CWS rptchart01_DEV300 (1.11.4); FILE MERGED 2008/03/05 09:13:38 oj 1.11.4.3: RESYNC: (1.12-1.13); FILE MERGED 2008/02/19 17:19:00 oj 1.11.4.2: remove localize 2008/02/19 06:42:52 oj 1.11.4.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6c014b1616257aa84474129e4a4afedf9fb33ac4]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:26 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f282e43c5c0233d4ecb9049ddc38c94e30b50669]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/02/19 09:23:11 oj 1.3.20.4: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:52 oj 1.3.20.3: #i85225# ongoing work 2008/01/25 13:57:45 oj 1.3.20.2: #i85225# two new aatributes for master detail 2008/01/24 13:03:33 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0a7aeac728d2867c0722d88e504f9878536d5a56]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:41:01 dr 1.2.4.2: add fragment base path to relations 2008/02/04 13:32:26 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [295f618b5e4655fb43521fd14ae334846e7e237c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.18); FILE MERGED 2008/01/24 13:03:33 oj 1.3.18.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [417d6248987ae6174a131c0b9e6c1e3fb2a0bfe5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:41:01 dr 1.2.4.1: add fragment base path to relations

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [82477aecb301d62909d927968e3f63c22d660bc4]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED 2008/02/25 08:49:00 oj 1.3.36.2: change error strings 2008/02/20 11:19:37 oj 1.3.36.1: #i85225# execute report is now always enabled, but with error message

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [77b5fa4afaae02943ccd8cfa998860b9010533da]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:26 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/24 14:57:38 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f2ce0243eceb2e8d2b033682cd2140c626d751aa]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.16); FILE MERGED 2008/02/20 11:19:37 oj 1.4.16.1: #i85225# execute report is now always enabled, but with error message

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ce83be50897ac8fe403084652f4100872a88be9d]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 12:39:33 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2b2542ecb510175d1ac3fdb13e318895f5267736]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.62); FILE MERGED 2008/02/21 10:00:11 oj 1.5.62.4: #i85225# create DatabaseDataProvider in factory 2008/02/19 17:11:38 oj 1.5.62.3: merge conflict 2008/02/19 09:23:08 oj 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/24 12:39:33 oj 1.5.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [33e68f138804d6b75b6ae5f88dcddf48a99b1ad3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:06:50 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:26 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/24 14:57:38 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [337215f26ef1aef61a83ae0ee88fd58ae8c31b8b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/05 14:06:50 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [db67a57e9880ba09ec7eb937959eb42612db7c75]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.18); FILE MERGED 2008/02/19 09:23:05 oj 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2008/01/24 12:39:33 oj 1.6.18.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d3871687f49324fbe92abec7f9e247183ec03a54]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:26 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:54:51 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/24 14:57:38 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8aa76b47ecc16686dc6199d1bd55f4d728b2d3ec]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/28 14:33:05 dr 1.2.4.1: load macro enabled spreadsheets, and xm:macrosheet sheets

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b0190447fd79cbeb3e94d10214b4d866a4d95afd]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.16); FILE MERGED 2008/02/20 11:49:56 oj 1.6.16.8: #i85225# execute report is now always enabled, but with error message 2008/02/20 11:25:56 oj 1.6.16.7: #i85225# execute report is now always enabled, but with error message 2008/02/20 11:19:37 oj 1.6.16.6: #i85225# execute report is now always enabled, but with error message 2008/02/20 07:37:25 oj 1.6.16.5: check if chart is enabled 2008/02/19 17:09:52 oj 1.6.16.4: missing eol 2008/02/19 09:23:02 oj 1.6.16.3: RESYNC: (1.6-1.10); FILE MERGED 2008/02/19 06:42:52 oj 1.6.16.2: #i85225# ongoing work 2008/01/24 12:39:33 oj 1.6.16.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a6a265cc26bd95187f65cc10931fcc0aa003cda0]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/19 08:57:39 dr 1.2.4.3: #i10000# gcc warnings 2008/02/06 16:10:57 dr 1.2.4.2: special cases while converting rel to abs URL 2008/02/06 10:10:18 dr 1.2.4.1: rel to abs URL, step1

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5067e9b5d510459e75070cf738b006ffd0ffe8fa]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/11 10:43:07 dr 1.1.2.2: starting charts 2008/02/05 14:06:50 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4a29fceb89114f5549894dde427f7d14a793b1fd]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:00:11 oj 1.1.2.3: #i85225# create DatabaseDataProvider in factory 2008/01/30 11:29:45 oj 1.1.2.2: missing eof 2008/01/24 13:02:18 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d8caa6375753a5c7b2cadaf27b4a334f2536c8f9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/07 13:41:01 dr 1.1.2.5: add fragment base path to relations 2008/02/06 10:10:18 dr 1.1.2.4: rel to abs URL, step1 2008/02/05 21:07:24 hub 1.1.2.3: Fix warning about baseclass needing to be explicitely initialized in copy constructor. 2008/02/05 14:06:50 dr 1.1.2.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:26 dr 1.1.2.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f99046868b0b5feba9713e77bdd7aaefc1c943d1]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED 2008/01/24 12:39:33 oj 1.3.36.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [31cf6ae94f6b8f1e28cf63e7a55cc6df1f344e0c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/01/24 12:39:33 oj 1.3.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e2ec185a41426c549106263e888cd3eadf43f64f]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/19 09:22:59 oj 1.4.20.4: RESYNC: (1.4-1.5); FILE MERGED 2008/02/19 06:42:52 oj 1.4.20.3: #i85225# ongoing work 2008/01/25 13:57:56 oj 1.4.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:33 oj 1.4.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [589c0aac3422c4dac2d2e9a88abdf13a9a6b2d26]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/18 16:17:46 dr 1.2.4.3: RESYNC: (1.2-1.4); FILE MERGED 2008/02/11 10:43:00 dr 1.2.4.2: starting charts 2008/01/23 13:35:10 fridrich_strba 1.2.4.1: backporting changes from xf02bigcleanup

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0134551e0ac78fab09e845002b2ff542b45bb7f6]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/01/24 12:39:33 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a67367f3cca49107383260e11f31a160c11e1a00]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:54:47 dr 1.2.4.1: import chart sheet fragment

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e7d890b7cb9a541b19fbc9293e975707c8ab62c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:09 dr 1.2.4.9: handle drawing fragment in WorksheetHelper 2008/02/07 13:41:40 dr 1.2.4.8: add fragment base path to relations, import page background 2008/02/07 10:35:33 dr 1.2.4.7: more sheet types 2008/02/01 09:54:44 dr 1.2.4.6: addShape() code cleanup, started xlsx drawing import 2008/01/28 15:40:38 dr 1.2.4.5: BIFF stream handling 2008/01/28 14:32:48 dr 1.2.4.4: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/25 15:50:16 dr 1.2.4.3: helpers to get row/col positions 2008/01/24 16:22:19 dr 1.2.4.2: preparations for DrawingML import 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [236ea59a14e33d90457dbeea9365ab534331e8b1]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.20); FILE MERGED 2008/02/19 06:42:52 oj 1.5.20.3: #i85225# ongoing work 2008/01/25 13:57:55 oj 1.5.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:33 oj 1.5.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b931e9ad1e91018d90eb2112def3a1df97a28c89]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:09 dr 1.2.4.9: handle drawing fragment in WorksheetHelper 2008/02/12 10:54:47 dr 1.2.4.8: import chart sheet fragment 2008/02/11 10:27:57 dr 1.2.4.7: comments 2008/02/07 13:41:40 dr 1.2.4.6: add fragment base path to relations, import page background 2008/02/05 14:05:43 dr 1.2.4.5: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:29 dr 1.2.4.4: simplified OoxContextHelper interface 2008/01/24 16:22:19 dr 1.2.4.3: preparations for DrawingML import 2008/01/24 15:49:00 dr 1.2.4.2: minor changes 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [af649f9637db14edcac59e03f5c838f6a6173b4c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 11:33:09 dr 1.2.4.1: handle drawing fragment in WorksheetHelper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7dcd6dcab55ec8b0ec9bf0992246d23890cbd857]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 09:22:56 oj 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/24 12:39:33 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a345ee3021839a263558adb8cd7acf384f2e318d]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 09:52:44 oj 1.1.2.5: master detail handling 2008/02/19 06:42:52 oj 1.1.2.4: #i85225# ongoing work 2008/02/13 07:12:47 oj 1.1.2.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:57:55 oj 1.1.2.2: #i85225# two new aatributes for master detail 2008/01/24 12:40:56 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a443a0cee2773e07e2ee29adab70e2deecd97add]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.4: comments 2008/02/05 14:05:43 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:29 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ebd290da4f2af723839a45922b731d61def03aad]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/19 06:42:52 oj 1.4.20.3: #i85225# ongoing work 2008/01/25 13:57:55 oj 1.4.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:32 oj 1.4.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70d96923998817304a3dc7104c09dee2ca69471f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/28 09:48:39 dr 1.2.4.1: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5224d7cdaf7c5f0cf776080dc902022d3423f5c4]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/20 11:49:56 oj 1.3.62.4: #i85225# execute report is now always enabled, but with error message 2008/02/19 09:22:53 oj 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:51 oj 1.3.62.2: #i85225# ongoing work 2008/01/24 12:39:32 oj 1.3.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [78a55bbe6c0d649a67ba72c167462c6f9507111c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:17 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [00da0a7d9ba9da45067fcda84c2c595d8ffbed67]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/21 10:00:10 oj 1.1.2.2: #i85225# create DatabaseDataProvider in factory 2008/01/24 13:00:46 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9c92fe3b545b897e8355925d3ad8e5b3057551ad]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 09:52:44 oj 1.1.2.4: master detail handling 2008/02/13 07:12:47 oj 1.1.2.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:57:55 oj 1.1.2.2: #i85225# two new aatributes for master detail 2008/01/24 12:41:13 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3dd51bbfe5896449f2ef6ca1b82780a38aa660b1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.4: comments 2008/02/05 14:05:42 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:29 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f20b8c3b2634d619c1f424ec65e5dc67ec070c9d]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 13:00:36 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b5dddd639a9993529b8c5df5050eb14b991e4f4a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.5: comments 2008/02/05 14:05:42 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:17 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/01/25 12:51:29 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c7ec57b80901065d86a052cc42ee559e4f1c42bb]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/19 06:42:51 oj 1.4.20.2: #i85225# ongoing work 2008/01/24 12:39:32 oj 1.4.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cbbcf0168fba5745f82392a229e491c08b2b7579]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/01/25 13:57:55 oj 1.4.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:32 oj 1.4.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4cb41f1a0515e16b33b28dab7736770c131e798b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 11:00:50 dr 1.2.4.1: shared formula property for defined names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5950c95cd5fb3ec286d9c08b1a9d64f1e25de6c5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.4: comments 2008/02/05 14:05:42 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:17 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/25 12:51:29 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3fd51f233874eb186ee71ceaf1d4b3f8b328c602]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [42bc4c42faf70c9b1dde15f106f18172fcea1e7e]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED 2008/01/24 12:39:32 oj 1.3.36.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7a261af499556765674487cddb145c57b8fe3d2b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.3: comments 2008/02/05 14:05:42 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:29 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [64adaf47500bc7767270d2a712987f73ebe15a97]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.18); FILE MERGED 2008/02/19 09:22:50 oj 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2008/01/25 13:56:00 oj 1.5.18.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.5.18.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [afa3574aebb7df4e12586d83aebccea4e0be32db]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.3: comments 2008/02/05 14:05:42 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:28 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7237b8c50ef447ca94e17d5546f422722415a8ab]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:12:30 oj 1.2.70.2: #i85225# impl sub-document 2008/01/25 13:56:45 oj 1.2.70.1: #i85225# removed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4665b7323dae345b690873a92c3f1b97592141bb]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED 2008/02/13 07:12:21 oj 1.3.36.2: #i85225# impl sub-document 2008/01/25 13:56:45 oj 1.3.36.1: #i85225# removed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2a79df4f59130648db5303c8ff4fbad467df7022]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:54:46 dr 1.2.4.3: import chart sheet fragment 2008/02/07 14:47:02 dr 1.2.4.2: more page background graphic 2008/02/07 13:41:40 dr 1.2.4.1: add fragment base path to relations, import page background

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [63710c22fedae212366692172b57c96a6f60ecd1]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:11:53 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fe57147109e3620dee9b1266f6e43694db62d420]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/13 07:11:53 oj 1.3.62.2: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.3.62.1: #i85225# export master detail different now

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c022551c3e108da23958e93416eca9590df96b1]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.20); FILE MERGED 2008/01/25 13:56:00 oj 1.5.20.1: #i85225# export master detail different now

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [17f8bac534cd29126fa2564b5cfa14327673ee83]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:11:53 oj 1.2.70.2: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.2.70.1: #i85225# export master detail different now

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [78e7bdd60991ad3b53e199847b9af31be7129a71]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/13 07:11:53 oj 1.4.20.2: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.4.20.1: #i85225# export master detail different now

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9008ada33a129acd87990f2eac10e9c1ddfe54d1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.4: comments 2008/02/05 14:05:42 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/25 12:51:28 dr 1.2.4.2: simplified OoxContextHelper interface 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cf44fd66b47270d8351404e28cb782264fb67dc6]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/25 13:56:00 oj 1.1.2.2: #i85225# export master detail different now 2008/01/24 12:40:38 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cd96c3e61564590645aaf6dd5f29f418125512a6]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/13 07:11:53 oj 1.1.2.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.1.2.2: #i85225# export master detail different now 2008/01/24 12:40:30 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0de15503cd31568ee01a01c1124a8e5727622725]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/11 10:42:48 dr 1.1.2.2: starting charts 2008/02/05 14:05:42 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6093a2c1f26ca8a68e4ddbe0b8e9400c8a0c7923]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 09:22:40 oj 1.2.70.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/25 13:56:00 oj 1.2.70.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [006f6fbb02e2007d0f84bd86b6d781eec17810c0]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.62); FILE MERGED 2008/02/19 09:22:37 oj 1.4.62.4: RESYNC: (1.4-1.5); FILE MERGED 2008/02/13 07:11:53 oj 1.4.62.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.4.62.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.4.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [48a593e052d9ba898ee67c99062b5d32be7c4cb0]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/11 10:27:57 dr 1.1.2.6: comments 2008/02/06 15:46:24 dr 1.1.2.5: shape positions in EMUs 2008/02/05 14:05:42 dr 1.1.2.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/01 09:54:44 dr 1.1.2.3: addShape() code cleanup, started xlsx drawing import 2008/01/28 09:48:39 dr 1.1.2.2: unit converter with unit enum; xdr:pos and xdr:ext use attributes, not child elements 2008/01/25 14:24:05 dr 1.1.2.1: drawing import: anchors

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd988dafc45efa4457f7dd4ecf49d164a8eda155]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 12:40:20 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [37c18662276f5497f5e23398f064047094bb193a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/28 15:40:38 dr 1.2.4.2: BIFF stream handling 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6a99fb854a63bf25154d3a711180709851269a49]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/13 07:11:53 oj 1.1.2.5: #i85225# impl chart readhandler and oleproducer 2008/01/31 10:51:24 oj 1.1.2.4: compile error 2008/01/31 09:32:04 oj 1.1.2.3: export chart 2008/01/25 13:56:00 oj 1.1.2.2: #i85225# export master detail different now 2008/01/24 12:40:10 oj 1.1.2.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [abc521d3ad7430e7abaee3d9991db2948f02d1b1]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.24); FILE MERGED 2008/02/13 07:11:53 oj 1.6.24.2: #i85225# impl chart readhandler and oleproducer 2008/01/24 12:39:32 oj 1.6.24.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6999499260f74b632c31fd42fb425fe18e4eea0b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/11 10:27:57 dr 1.2.4.4: comments 2008/02/05 14:05:42 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:32:17 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/25 12:51:28 dr 1.2.4.1: simplified OoxContextHelper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4a969032c80b3932714a0722d51b1839fcc6611d]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.20); FILE MERGED 2008/02/22 07:33:21 oj 1.6.20.7: #i85255# export sub-document when element is a model 2008/02/19 16:59:28 oj 1.6.20.6: merge conflict 2008/02/19 09:22:34 oj 1.6.20.5: RESYNC: (1.6-1.7); FILE MERGED 2008/02/19 06:42:51 oj 1.6.20.4: #i85225# ongoing work 2008/02/13 07:11:53 oj 1.6.20.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.6.20.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.6.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [38d0387899d5e3ad5e7ea3e90320414c1930143e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/12 11:33:09 dr 1.1.2.2: handle drawing fragment in WorksheetHelper 2008/02/12 10:54:46 dr 1.1.2.1: import chart sheet fragment

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8cb0c63637e597e7b40aad2fa7d3f3b13af126c1]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/02/13 07:11:53 oj 1.3.20.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.3.20.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1e449d4a0a10943b4103950441e6f59f83e3bece]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.20); FILE MERGED 2008/02/13 07:11:53 oj 1.5.20.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.5.20.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.5.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e717542e8d776dac48441ccc2e86a9eac87ac41f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/12 10:54:46 dr 1.2.4.5: import chart sheet fragment 2008/02/07 14:47:02 dr 1.2.4.4: more page background graphic 2008/02/07 13:41:40 dr 1.2.4.3: add fragment base path to relations, import page background 2008/02/05 14:05:42 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [41d5289d84bf497c0949307164ebd404495dfa5c]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:11:53 oj 1.2.70.3: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.2.70.2: #i85225# export master detail different now 2008/01/24 12:39:32 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d2cdbba5b29f57debe95dffa4f98f265f85bba06]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/19 09:22:31 oj 1.3.62.2: RESYNC: (1.3-1.5); FILE MERGED 2008/01/24 12:39:31 oj 1.3.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [47a44e3528a43a7b99f10cbadf9a4576eb75e72d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:35:33 dr 1.2.4.2: more sheet types 2008/01/28 14:32:48 dr 1.2.4.1: load macro enabled spreadsheets, and xm:macrosheet sheets

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a25bd06cad84c3c0dff5e09cee50bc152a86f4f7]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.20); FILE MERGED 2008/01/24 12:39:31 oj 1.6.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2b2446a21ced3a759e77d31abfb570e193574c5b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/01 09:54:44 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/24 14:57:20 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d73d5cfd6ea7ab87a0618d28cd95fc01e43f58e2]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 12:39:31 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d2ebe24b6a8aabd3913e3f4a88953bd8966dc0f1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/19 09:03:32 dr 1.2.4.2: #i10000# suncc warnings 2008/02/15 14:57:10 sj 1.2.4.1: inor changes to bring forward the word vml import of shapes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [09d8a341da7887e329395851a4d5a8049b9ca785]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/01/24 12:39:31 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [faa05b1e0e8498b215c2ffcc0195798423731a18]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:32:06 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8832dff6cb1b2bf5a181c63f797cb074016a4838]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:51 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb67864e2bc9bc70b581cce0f30874486183da19]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:51 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/02/01 09:54:34 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d6c844c70ea50f99f2d605681eb5f860ae4393a4]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/13 07:12:47 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f6e5f4c827c103eb5e49bcd39654afed0dff09b2]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:12:47 oj 1.2.70.2: #i85225# impl chart readhandler and oleproducer 2008/01/24 12:39:31 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dfee191eb67abafc2317f907469e86b51b92df30]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 11:00:34 dr 1.2.4.2: handle all shape types 2008/02/04 13:31:51 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7aeb4911c0836efde23428eb3c0e35065b1c8480]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:12:47 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bdc6f852e1c29e2cbeffe0afe30d7faff2bb6254]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/13 07:12:47 oj 1.3.62.2: #i85225# impl chart readhandler and oleproducer 2008/01/24 12:39:31 oj 1.3.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ebe048437691a62371668829914293436814d691]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.62); FILE MERGED 2008/01/24 12:39:31 oj 1.4.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [af34da238dd55505f25e7d037b301c01e8c599f2]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/05 14:05:25 dr 1.2.4.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/01 09:54:25 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [177678e51296635864ed521f5d146f625fbcc404]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.18); FILE MERGED 2008/02/19 09:22:28 oj 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2008/02/13 07:12:47 oj 1.5.18.2: #i85225# impl chart readhandler and oleproducer 2008/01/24 12:39:31 oj 1.5.18.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [777f0b06fe74d44578c378f83b37bc70fe6bcc99]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 14:56:58 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8b14618f8e28e3368debc5b7f9e15bbacb0ec853]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.20); FILE MERGED 2008/02/21 10:00:10 oj 1.5.20.7: #i85225# create DatabaseDataProvider in factory 2008/02/19 06:42:50 oj 1.5.20.6: #i85225# ongoing work 2008/02/13 07:12:47 oj 1.5.20.5: #i85225# impl chart readhandler and oleproducer 2008/01/31 09:32:40 oj 1.5.20.4: remove unused code 2008/01/29 09:26:23 oj 1.5.20.3: compile eror 2008/01/25 13:57:55 oj 1.5.20.2: #i85225# two new aatributes for master detail 2008/01/24 12:39:30 oj 1.5.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [836fff50cbce40965889832312e7252f3d0f25c6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/01/30 09:11:24 dr 1.1.2.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7008ff042b74e2ee36ed7660c0de036e091a6da3]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/13 07:12:46 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6994bb7dcf7fb5e867f5ec1c63987832fd739776]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/30 11:36:01 dr 1.2.4.2: more dumper changes 2008/01/30 09:11:24 dr 1.2.4.1: add XML pretty printer for OOXML dumpers, add PPTX dumper

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7426edb7c19145e2df0d6acea4736729b3a62a25]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 12:39:30 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dd6f564e414b2b008dc2004636dedbdcf166fbbb]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:35:24 dr 1.2.4.3: more sheet types 2008/01/30 11:36:01 dr 1.2.4.2: more dumper changes 2008/01/24 14:56:58 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f4f65abf3717ac4f7c2bff3c45d507f9d3139d06]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:34 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a17dbb4c0cddc26de806e56e3a3bed521bd0eebc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 22:01:50 hub 1.2.4.1: More work on SmartArt. Non-functionnal layout.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c383febbe38d3e6cccf2fc3bbdf8bdb5c9d76d47]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:12:46 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9e3549abee9a5dd4edeeb71b4dee41e696e95810]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/19 09:01:16 dr 1.1.2.6: #i10000# gcc warnings 2008/02/18 14:39:45 dr 1.1.2.5: layout/axes 2008/02/15 15:41:43 dr 1.1.2.4: chart types 2008/02/13 14:37:30 dr 1.1.2.3: new base classes 2008/02/12 16:05:04 dr 1.1.2.2: data series 2008/02/12 14:37:37 dr 1.1.2.1: type group

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5fe04665aa1f0036a747a7d1f2503fea32b12d4d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:39:45 dr 1.1.2.4: layout/axes 2008/02/15 15:41:43 dr 1.1.2.3: chart types 2008/02/13 14:37:30 dr 1.1.2.2: new base classes 2008/02/12 16:05:04 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [94e1ad3655d8bb55efe043d331e45cb53cf767ac]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/13 07:12:46 oj 1.4.20.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9eb379f4e50a59bcc5e5815ffea223eedc91562c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.4); FILE MERGED 2008/02/19 06:42:50 oj 1.3.4.2: #i85225# ongoing work 2008/02/18 09:44:25 oj 1.3.4.1: #i85225# remove loclized product name

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9208f7cb726c4a619fabb50573079ffc0e1e54ea]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/25 07:59:42 oj 1.1.2.3: disable chart 2008/02/20 07:27:34 oj 1.1.2.2: typo 2008/02/19 17:14:01 oj 1.1.2.1: ReportDesign options

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3650f2748de0ced0965dae244f86e2a290047e4f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:39:45 dr 1.1.2.5: layout/axes 2008/02/15 15:41:43 dr 1.1.2.4: chart types 2008/02/13 14:37:30 dr 1.1.2.3: new base classes 2008/02/13 13:22:41 dr 1.1.2.2: series source 2008/02/12 16:05:03 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4e49ad6ccc74e6170e72b2d5a25a4e807d5b85a6]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.18); FILE MERGED 2008/02/19 06:42:50 oj 1.2.18.2: #i85225# ongoing work 2008/02/18 09:44:25 oj 1.2.18.1: #i85225# remove loclized product name

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4d7870649a866bed61fc8b3297f66373ee664b57]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/15 15:41:43 dr 1.1.2.3: chart types 2008/02/13 14:37:30 dr 1.1.2.2: new base classes 2008/02/12 16:05:03 dr 1.1.2.1: data series

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d6d7832f47f2dbef005a743560b1e4d339354f19]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:39:45 dr 1.1.2.8: layout/axes 2008/02/15 16:24:52 dr 1.1.2.7: axis start 2008/02/15 15:41:43 dr 1.1.2.6: chart types 2008/02/13 14:37:30 dr 1.1.2.5: new base classes 2008/02/13 13:22:41 dr 1.1.2.4: series source 2008/02/12 14:37:37 dr 1.1.2.3: type group 2008/02/12 12:02:54 dr 1.1.2.2: more chart stuff 2008/02/11 13:13:52 dr 1.1.2.1: legend/plot area

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a52e343e3b8369371be7b65b9076ab779ce5f14d]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.4); FILE MERGED 2008/02/13 07:04:24 oj 1.6.4.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [efe0df1f198d10a18e27a37829332bd732c54c97]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/15 15:41:43 dr 1.1.2.4: chart types 2008/02/13 14:37:30 dr 1.1.2.3: new base classes 2008/02/12 12:02:54 dr 1.1.2.2: more chart stuff 2008/02/11 13:13:52 dr 1.1.2.1: legend/plot area

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c1d59fe2c0b7eb88e9d3f07f437a0d07d7f7eaaf]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/19 07:29:07 oj 1.1.2.1: #i85225# new readhandler

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9e780e5ea2f2f2105a0ccf6da9fcbce2177b0eaa]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:39:45 dr 1.1.2.3: layout/axes 2008/02/15 15:41:43 dr 1.1.2.2: chart types 2008/02/13 14:37:30 dr 1.1.2.1: new base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0f866869377faeb624d08283f672425dcf2851ef]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 06:42:50 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f8019a581215f8798843dd8434bf6c019283453b]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:26 oj 1.2.70.1: #i85225# fixes found with PMD

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c4c96dd02b81dd102e9c2986d48d7d816d78f6c4]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:26 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:58 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [42b8a9fc1f1bf59497a4627eb2d457bd00f7d50c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/20 10:52:58 oj 1.3.62.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fb651385475142866f2c58af89490edc37735fe7]

        INTEGRATION: CWS aquavcl05_DEV300 (1.72.150); FILE MERGED 2008/02/14 21:39:04 pl 1.72.150.5: #i85963# StartCenter moved into backing component 2008/02/14 08:19:03 pl 1.72.150.4: #i85963# add accelerators 2008/02/13 12:04:57 pl 1.72.150.3: #i85963# new icons 2008/02/12 20:40:14 pl 1.72.150.2: #i85963# new layout 2008/02/08 10:23:06 pl 1.72.150.1: #i85963# new startup dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [99f4e33e47dc58b1226fd51b4ee1f5c4deb86120]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.62); FILE MERGED 2008/02/20 10:52:58 oj 1.2.62.2: format changes 2008/02/13 07:04:23 oj 1.2.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3516c2172b3cc56a08ce7105728945087b8f88ec]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:58 oj 1.1.2.2: format changes 2008/02/19 07:28:02 oj 1.1.2.1: #i85225# new TableRowsReadHandler

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [05ac1e336efb1a6312946d917e9843f52db79268]

        INTEGRATION: CWS aquavcl05_DEV300 (1.34.28); FILE MERGED 2008/02/05 17:19:42 pl 1.34.28.1: #i67502# quickstarter on QUARTZ

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d35071f912fcff338494d1cc9497633ce3b84871]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/13 14:37:30 dr 1.1.2.1: new base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c17e3943f470b42555ee7be3b37dc7b1dd1f7e36]

        INTEGRATION: CWS aquavcl05_DEV300 (1.211.8); FILE MERGED 2008/02/18 12:03:18 pl 1.211.8.7: #i85963# no backing component if loading file 2008/02/14 21:39:04 pl 1.211.8.6: #i85963# StartCenter moved into backing component 2008/02/14 15:57:50 pl 1.211.8.5: RESYNC: (1.211-1.213); FILE MERGED 2008/02/12 09:38:15 pl 1.211.8.4: #i85963# no startup dlg if command line has an application already 2008/02/08 10:23:06 pl 1.211.8.3: #i85963# new startup dialog 2008/02/07 13:29:46 pl 1.211.8.2: #i67502# new INPUT_APPEVENT 2008/02/06 10:07:11 pl 1.211.8.1: #i67502# evaluate application event for SHOWDIALOG (sent in case no frame available)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [76dc011f2ff9086714e1ccbd72431186c0509d1a]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:58 oj 1.2.70.2: format changes 2008/02/19 06:42:50 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b68142da921b52dca13c5ed4bfae1efe5a844d4f]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/19 09:01:15 dr 1.1.2.3: #i10000# gcc warnings 2008/02/18 14:39:45 dr 1.1.2.2: layout/axes 2008/02/15 16:24:52 dr 1.1.2.1: axis start

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [502fa22516f8ded4310106c139bdfd6c8252c1a1]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:57 oj 1.2.70.2: format changes 2008/02/19 06:42:50 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6cc5f817b8f000fe44c7d74ec8f2ea4872d05f8e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/18 14:39:45 dr 1.1.2.2: layout/axes 2008/02/15 16:24:51 dr 1.1.2.1: axis start

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [95127d0a1b9a25c99140cd0765c832526eee7813]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:10 dr 1.2.4.2: implement ThemeFragmentHandler using FragmentHandler2 2008/02/04 13:31:34 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e1d78816001e7688702d6b50af35e0074a7d004]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/20 10:52:57 oj 1.3.62.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8ebb372fe5e2c83eb78cb09f10ab781af64fd4d1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:34 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [692a733bcfd4e69ae648959ae50960a1822f2948]

        INTEGRATION: CWS aquavcl05_DEV300 (1.85.12); FILE MERGED 2008/03/03 17:31:04 is 1.85.12.3: #i86640# desktop link and startmenu link 2008/02/14 16:50:35 pl 1.85.12.2: #i85963# backing component for QUARTZ after all 2008/02/07 14:07:34 pl 1.85.12.1: #i67502# make StartModule optional

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7102873968a372e9118e6d1c660141c0b93814dd]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:57 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [651dd699294b917576644aec2e8f640bb5557fb6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/01 09:54:06 dr 1.2.4.1: addShape() code cleanup, started xlsx drawing import

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cff0a6ec5d9acac7b7dc04ce960bd24d906bb4f8]

        INTEGRATION: CWS aquavcl05_DEV300 (1.6.354); FILE MERGED 2008/03/03 17:31:04 is 1.6.354.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c013d37a05c8d188c6c4129dfef5079f1aae4b15]

        INTEGRATION: CWS aquavcl05_DEV300 (1.6.968); FILE MERGED 2008/03/03 17:31:03 is 1.6.968.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bc8a5d2b959fb406a6de5bae2524fbaad82a01a8]

        INTEGRATION: CWS aquavcl05_DEV300 (1.227.16); FILE MERGED 2008/03/03 17:31:03 is 1.227.16.5: #i86640# desktop link and startmenu link 2008/02/14 16:50:35 pl 1.227.16.4: #i85963# backing component for QUARTZ after all 2008/02/14 15:57:28 pl 1.227.16.3: RESYNC: (1.227-1.228); FILE MERGED 2008/02/07 14:07:34 pl 1.227.16.2: #i67502# make StartModule optional 2008/01/29 19:01:19 pl 1.227.16.1: #i79755# add macosx specific configuration

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4fd1c772c08d39edb256cb3c032331a07e1d035c]

        INTEGRATION: CWS aquavcl05_DEV300 (1.273.10); FILE MERGED 2008/02/14 18:16:55 pl 1.273.10.1: #i85739# remove nonexistant library

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fc24e65b5f804df7cc8742a6e822aef4d9f3ac8a]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:25 oj 1.2.70.1: #i85225# fixes found with PMD

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c15143fc728b84e29d5b11a37ada43304376ec82]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:57 oj 1.1.2.2: format changes 2008/02/13 07:06:54 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6ccec360dda099a6da2ec9360353a6f928ad63bd]

        INTEGRATION: CWS aquavcl05_DEV300 (1.2.94); FILE MERGED 2008/01/29 09:08:08 ericb 1.2.94.1: #i81024# fix leak

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5d941ba2ad3d31b9504e84bd004599b5cd313798]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:25 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:57 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bd79b7be79cc01b44ceaa102de3f1a5e48477e99]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:57 oj 1.1.2.2: format changes 2008/02/13 07:06:45 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [68ffb2b9c695cda18b76fe0ae5eba580c401f640]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.25.144); FILE MERGED 2008/02/13 12:12:01 od 1.25.144.4: #i85348# handling new optional parameter <eDefaultNumberFormatPositionAndSpaceMode> 	 in constructor of <SvxNumRule> 2008/02/05 10:50:13 od 1.25.144.3: #i85348# - adjust creation of default SvxNumberRule due to new list level attributes. 2008/01/23 14:25:51 od 1.25.144.2: #i85348# added some debug assertions 2008/01/18 07:56:22 od 1.25.144.1: #i85348# class SvxNumberFormat 	 - implementation for new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a345abd1589c0e7330dacdba574754f66fa6e604]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.24); FILE MERGED 2008/02/21 09:57:25 oj 1.3.24.2: #i85225# fixes found with PMD 2008/02/20 10:52:57 oj 1.3.24.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [60bb94249797a333853ce575520362d78ae7d503]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.62.252); FILE MERGED 2008/01/18 08:00:16 od 1.62.252.1: #i85348# dialog adjustments for editing the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [32908fd854ff526f07ad3373706fa13fc5a6424a]

        INTEGRATION: CWS aquavcl05_DEV300 (1.49.66); FILE MERGED 2008/01/30 16:37:35 pl 1.49.66.1: #i85739# add documents to macosx recent items list

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c251d4fc3c5bf9374a3581f7a55782ef886b295]

        INTEGRATION: CWS aquavcl05_DEV300 (1.45.114); FILE MERGED 2008/02/07 15:02:29 pl 1.45.114.1: #i67502# fix impress URL

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9cb45daa38d1d0434c33011c0f873252bdbcca74]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 15:18:19 sj 1.2.4.4: fixed some fill/line property problems 2008/02/04 13:31:34 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:54:06 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/22 16:42:13 hbrinkm 1.2.4.1: GetShapeType

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [202cb231c8b768d64a1fd2e406f57f553371a969]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.7.252); FILE MERGED 2008/02/06 07:55:14 od 1.7.252.3: RESYNC: (1.7-1.8); FILE MERGED 2008/01/31 14:04:17 od 1.7.252.2: #i85348# minor refinement for new list level attributes 2008/01/18 08:00:16 od 1.7.252.1: #i85348# dialog adjustments for editing the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d830c516b2515d730ca95943e75e76fcfd15cd7d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:33 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4e37781e778583ec8f895d1683766bc3974b210e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.5.588); FILE MERGED 2008/01/18 08:00:16 od 1.5.588.1: #i85348# dialog adjustments for editing the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ba57ba32e8054ecf57a65c66646c8422d6e42fa7]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/13 15:23:22 pl 1.1.2.3: #i67502# add key equivalents to menu entries 2008/02/05 17:21:00 pl 1.1.2.2: #i67502# quickstarter should report to be installed 2008/02/05 10:59:13 pl 1.1.2.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [55af9c09f070cb1fed70a2f8c9ea624825bfbcd0]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.59.144); FILE MERGED 2008/02/18 13:04:10 od 1.59.144.11: #i85348# consider metric at new metric fields 2008/02/13 12:13:10 od 1.59.144.10: #i85348# consideration of actual position-and-space mode of list style 	 on handling of Default button on position tab page 2008/02/07 14:22:59 od 1.59.144.9: #i85348# numbering position tab page 	 - correct visibility of control for minimal distance between 	   list label and text 2008/02/06 10:19:36 od 1.59.144.8: #i85348# minor correction 2008/02/06 07:55:11 od 1.59.144.7: RESYNC: (1.59-1.60); FILE MERGED 2008/02/05 10:49:11 od 1.59.144.6: #i85348# - adjust handling of default-Button on position tab page 	   due to new list level attributes. 2008/02/04 14:42:03 od 1.59.144.5: #i85348# another minor refinement for new list level attributes 2008/01/31 14:04:17 od 1.59.144.4: #i85348# minor refinement for new list level attributes 2008/01/23 14:26:57 od 1.59.144.3: #i85348# further adjustments for new list level attributes 2008/01/23 12:16:49 od 1.59.144.2: #i85348# remove test code 2008/01/18 08:00:16 od 1.59.144.1: #i85348# dialog adjustments for editing the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c186493c25a90f736cecb22ede861e1f97801e9e]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 06:42:49 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e2fa6ce7ab8d0f5440c6cfdb9ffaec7e1a27c09]

        INTEGRATION: CWS aquavcl05_DEV300 (1.25.76); FILE MERGED 2008/02/07 15:02:29 pl 1.25.76.2: #i67502# fix impress URL 2008/02/05 10:59:13 pl 1.25.76.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b2c998cee9caf8fa479e804deb49e79855d9ac7d]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:57 oj 1.1.2.2: format changes 2008/02/13 07:08:50 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [880c3fe9d495ae7ef03bdca756208dac5953f7b2]

        INTEGRATION: CWS aquavcl05_DEV300 (1.61.76); FILE MERGED 2008/02/05 10:59:13 pl 1.61.76.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [498d15098348ed0ace6b61fdaa7f668fb5fcb995]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/14 18:47:59 sj 1.2.4.3: completet gradient/tile fill 2008/02/12 17:40:58 sj 1.2.4.2: added gradient fillstyle 2008/02/04 13:31:33 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bbdec9a0bbccdf3a16d736fa6b6cc1b77b764a68]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:56 oj 1.2.70.2: format changes 2008/02/13 07:04:23 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d2d454966f4e7b181492993ec17f8b2b4b2c3581]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/14 18:47:59 sj 1.2.4.2: completet gradient/tile fill 2008/02/12 17:40:58 sj 1.2.4.1: added gradient fillstyle

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [449290bd8ac2d7739c2b7e401ead8886f0f039f1]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/21 09:57:25 oj 1.1.2.2: #i85225# fixes found with PMD 2008/02/19 07:28:58 oj 1.1.2.1: #i85225# new readhandler

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [88177e2394d8acf23c454a5c8849d7f5cb698ea6]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:56 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8cc874643e70c80d7aaa8c205f5f70b9e340c27a]

        INTEGRATION: CWS aquavcl05_DEV300 (1.77.64); FILE MERGED 2008/01/25 16:12:24 pl 1.77.64.1: #i83126# avoid deadlocks

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [423e0afdd5d740966e60ef62b05c6be09f6972de]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/22 16:41:23 hbrinkm 1.2.4.1: pushToPropertySet: new parameter xShape

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [236192a6c3a5a18827499e4c3a59f0a453e1af14]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:25 oj 1.3.62.6: #i85225# fixes found with PMD 2008/02/20 10:52:56 oj 1.3.62.5: format changes 2008/02/19 11:40:41 oj 1.3.62.4: #i85225# ongoing work 2008/02/19 09:22:25 oj 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:49 oj 1.3.62.2: #i85225# ongoing work 2008/02/13 07:04:23 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0605fc265ea228700ca405af67cacef20ae0ea9c]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.3.144); FILE MERGED 2008/02/13 12:10:35 od 1.3.144.2: #i85348# class <SvXNumRule> 	 - enhance constructor by optional parameter <eDefaultNumberFormatPositionAndSpaceMode> 2008/01/18 07:52:00 od 1.3.144.1: #i85348# class SvxNumberFormat 	 - add new list level attributes 	 classes SvxNumberFormat, SvxNumRule and SvxNumBulletItem 	 - remove unused methods

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f3853bef49e5e932d6bb9f6d380d690202875708]

        INTEGRATION: CWS aquavcl05_DEV300 (1.52.114); FILE MERGED 2008/02/05 10:59:13 pl 1.52.114.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [26669a820faddd667ee5e0903ed204c460fc1dce]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/06 10:11:10 dr 1.2.4.2: implement ThemeFragmentHandler using FragmentHandler2 2008/02/04 13:31:33 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [69dd1768e19a31ef412b05332725e980f1710330]

        INTEGRATION: CWS aquavcl05_DEV300 (1.119.114); FILE MERGED 2008/02/05 10:59:13 pl 1.119.114.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e942974f88c429fac206fc608cde5d8d53efc537]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:25 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/13 07:04:23 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d019206a83003c6edd27a1b8086c26d842e09c1c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/19 15:11:20 sj 1.2.4.1: added some color transformations

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e6ba906942421adba82efd240109054e0f0a7f94]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:25 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:56 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6926b2a17de4be0dfc815ab13b3e6d4f241f4021]

        INTEGRATION: CWS aquavcl05_DEV300 (1.46.64); FILE MERGED 2008/02/05 10:59:13 pl 1.46.64.1: #i67502# implement quickstarter for aqua

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [afbd61d7397407063177e800e744578ddf7ee179]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/01/24 14:56:41 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ad86345f05de101f36aa51d0ec8908835a14c75a]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:24 oj 1.3.62.3: #i85225# fixes found with PMD 2008/02/19 09:22:22 oj 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 07:04:23 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5859a943668a7f7e1967f65b03e88f209ddb708c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:15 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [11f4a6d59e70f850c525ccaa89db688ee7f1e932]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:40:49 dr 1.2.4.2: add fragment base path to relations 2008/02/04 13:31:15 dr 1.2.4.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a39c14ba054c6a38acba33d2c472726e862c6475]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:24 oj 1.3.62.2: #i85225# fixes found with PMD 2008/02/13 07:04:23 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1ba6780b8c08e5fdc8d9c9f348bafaa4c0fc6011]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/04 13:31:15 dr 1.2.4.2: rework of fragment handler/context handler base classes 2008/01/24 14:56:41 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6090d9b538089634774105d45be22b7f46d6519a]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:56 oj 1.1.2.2: format changes 2008/02/13 07:08:40 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [126e1927ad9cb5dbb18bb10905bcf62925b3f67a]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:56 oj 1.1.2.2: format changes 2008/02/13 07:08:31 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ef7d107eaf1e2ca72f38d40e06dc358254254ba7]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:24 oj 1.3.62.3: #i85225# fixes found with PMD 2008/02/19 09:22:19 oj 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 07:04:22 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f1d2961163e2f4ff5a1c55fd8a0a57c4c22244a4]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 10:00:20 dr 1.2.4.4: lost namespaces, added chart namespace 2008/02/05 14:05:05 dr 1.2.4.3: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/01/28 14:32:34 dr 1.2.4.2: load macro enabled spreadsheets, and xm:macrosheet sheets 2008/01/25 09:10:41 dr 1.2.4.1: new namespace 'xdr:' for SpreadsheetDrawingML

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [335b9bf48d88f0af5daff8c2d5cd634048897a82]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/19 06:42:49 oj 1.1.2.2: #i85225# ongoing work 2008/02/13 07:06:35 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [adb0d1779881dea8db557943ec5c2cfd72faf8b1]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/05 14:05:05 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [630d10f42fa6597e9e88ba3bc922ca479782bca7]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:24 oj 1.3.62.6: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.3.62.5: format changes 2008/02/19 11:40:40 oj 1.3.62.4: #i85225# ongoing work 2008/02/19 09:22:16 oj 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:49 oj 1.3.62.2: #i85225# ongoing work 2008/02/13 07:04:22 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ebf072c1eb54c99eb5393a896e4cdccae0d29bff]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/07 13:40:49 dr 1.2.4.5: add fragment base path to relations 2008/02/05 14:05:05 dr 1.2.4.4: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:31:15 dr 1.2.4.3: rework of fragment handler/context handler base classes 2008/02/01 09:53:54 dr 1.2.4.2: addShape() code cleanup, started xlsx drawing import 2008/01/24 14:56:40 dr 1.2.4.1: OOBIN additions, BIFF string handling

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [41d08b76d05cd27e9c1bae348ecc72d88cc83f3d]

        INTEGRATION: CWS aquavcl05_DEV300 (1.9.36); FILE MERGED 2008/01/30 16:37:11 pl 1.9.36.1: #i85739# add documents to macosx recent items list

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d55a6b8f19224d90c2a696029f68141aadb3fb58]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED 2008/02/15 12:56:11 dr 1.2.4.1: fixed FastTokenHandler::getIdentifier()

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7f622d685bb2eed05551855246cd0e5abe795899]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/13 07:04:22 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fa6642a90be5ccc8e84d40974eff4e52c344d44c]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/01/30 16:37:11 pl 1.1.2.1: #i85739# add documents to macosx recent items list

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b312b5807673ef7c68c2f2dfa12af76cb32b58a8]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/11 10:42:25 dr 1.1.2.2: starting charts 2008/02/05 14:05:05 dr 1.1.2.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8bf100e62aaf8d3fb5e396df278f8f5f5bc36311]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:24 oj 1.2.70.1: #i85225# fixes found with PMD

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b70bbc1d377177d2ef60e4f226dfee93a35d1538]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/05 14:05:05 dr 1.1.2.2: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience 2008/02/04 13:31:15 dr 1.1.2.1: rework of fragment handler/context handler base classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1068046cbe2c8e7864d17bf02fdc0572a33f198b]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 06:42:49 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a33ae22067b77eecf12e3ae96947b88cf17e97ed]

        INTEGRATION: CWS aquavcl05_DEV300 (1.34.30); FILE MERGED 2008/01/30 16:37:11 pl 1.34.30.1: #i85739# add documents to macosx recent items list

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [611f140fe216697efe137eecad7f05755f4e1dc4]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.1.2); FILE ADDED 2008/01/18 07:46:13 od 1.1.2.1: #i85348# new constants group com::sun::star::text::PositionAndSpaceMode

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1da1d478a6dd487fe3176c17ce145f67a599de10]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/19 06:42:49 oj 1.3.62.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6fa9956ddf7d7de2098e3ca0b12cbe16f198951a]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.9.338); FILE MERGED 2008/01/18 07:47:49 od 1.9.338.1: #i85348# adding new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b04fc44f59d89dff6477e1abd390190efad8a6f9]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.1.2); FILE ADDED 2008/01/18 07:45:18 od 1.1.2.1: #i85348# new constants group com::sun::star::text::LabelFollow

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a7b643c15cb5f0def931f1b5014fc17f2bd2f08b]

        INTEGRATION: CWS aquavcl05_DEV300 (1.64.12); FILE MERGED 2008/02/14 15:55:10 pl 1.64.12.2: RESYNC: (1.64-1.65); FILE MERGED 2008/02/11 10:06:37 nn 1.64.12.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cc3d5c3977988411fbda10207b047c1761c3d552]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/13 07:06:27 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0cedf7185e8f70e192a420f403d0a18957856ab3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.35.2); FILE MERGED 2008/01/22 13:10:53 os 1.35.2.1: minimize creation of SwIndexes in convertToTextFrame

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e1fc0873cbc088ad54bb9ba680e675cafb32ba1]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:24 oj 1.2.70.4: #i85225# fixes found with PMD 2008/02/20 07:41:32 oj 1.2.70.3: check if section is null 2008/02/19 09:22:13 oj 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/19 06:42:48 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8cc1c98a72e1f1eca4f45bd63be4e8ff744b7c91]

        INTEGRATION: CWS aquavcl05_DEV300 (1.44.24); FILE MERGED 2008/02/14 15:55:00 pl 1.44.24.2: RESYNC: (1.44-1.45); FILE MERGED 2008/02/11 10:06:37 nn 1.44.24.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [11841937114b3f75ccd73d04147620b57b3b4bad]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 09:22:09 oj 1.2.70.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/19 06:42:48 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9508501b274bb6b879ceb802f6feeb7c78b7e45b]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.113.2); FILE MERGED 2008/01/22 13:08:49 os 1.113.2.1: don't call SetTabCols() if only one column is available

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1efcadfdc373dc340d61d70cbbd6cf9930aaa7b3]

        INTEGRATION: CWS aquavcl05_DEV300 (1.17.6); FILE MERGED 2008/02/14 15:55:14 pl 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2008/02/11 10:06:36 nn 1.17.6.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6d640b8f62874ba971b843117f64198c4ec21bda]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:55 oj 1.1.2.3: format changes 2008/02/19 06:42:48 oj 1.1.2.2: #i85225# ongoing work 2008/02/13 07:06:18 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [888d74254b39db3692e45067e393c503f624d594]

        INTEGRATION: CWS aquavcl05_DEV300 (1.47.286); FILE MERGED 2008/02/11 10:06:36 nn 1.47.286.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e0ade69def4d38460ba56eec07f4279ab950c27]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.22); FILE MERGED 2008/02/19 09:22:07 oj 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2008/02/13 07:04:22 oj 1.3.22.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c532abc4a8d1a632b09609f7ce7724e74c9e55ac]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.78.104); FILE MERGED 2008/02/04 11:32:04 os 1.78.104.2: AnchorType and TextRange: as character now correctly handled 2008/01/31 10:06:25 hbrinkm 1.78.104.1: SwXDrawPage::add: allow repeated add of same shape

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0f55ebf5bd1e69cc3c672427c9ed9199dfb944ca]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.16); FILE MERGED 2008/02/21 09:57:24 oj 1.4.16.1: #i85225# fixes found with PMD

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [60c9b29e5412000dd79669370dd52e7e4d6b3dc0]

        INTEGRATION: CWS aquavcl05_DEV300 (1.90.14); FILE MERGED 2008/02/14 15:54:55 pl 1.90.14.2: RESYNC: (1.90-1.91); FILE MERGED 2008/02/11 10:06:36 nn 1.90.14.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70f85044ef656caa114ce8a5e71e4e8d6bd3f971]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.1: #i85225# fixes found with PMD

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2d9ad1c6ca57f453486fee110ecee51ffe27c817]

        INTEGRATION: CWS aquavcl05_DEV300 (1.21.38); FILE MERGED 2008/02/14 15:55:19 pl 1.21.38.2: RESYNC: (1.21-1.23); FILE MERGED 2008/02/11 10:06:35 nn 1.21.38.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d03b67a2a3c92f1928bbd6e8919e131172d9b5a2]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/19 06:42:48 oj 1.3.62.2: #i85225# ongoing work 2008/02/13 07:04:22 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3913a043f77705a44d74d593f629d6d847d7a8b4]

        INTEGRATION: CWS aquavcl05_DEV300 (1.81.12); FILE MERGED 2008/02/14 15:55:29 pl 1.81.12.2: RESYNC: (1.81-1.84); FILE MERGED 2008/02/11 10:06:35 nn 1.81.12.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [41282d3c078dc521a5d0c078eaf0ebb40deeba38]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.47.160); FILE MERGED 2008/02/18 16:15:53 dr 1.47.160.2: RESYNC: (1.47-1.48); FILE MERGED 2008/01/22 14:21:14 os 1.47.160.1: calculation right aligned tab stops depending on compatibility option

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [27eb2262b8b7c358077d49d5ed999caa035e2890]

        INTEGRATION: CWS aquavcl05_DEV300 (1.32.130); FILE MERGED 2008/02/14 15:55:41 pl 1.32.130.2: RESYNC: (1.32-1.33); FILE MERGED 2008/02/11 10:06:35 nn 1.32.130.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fac833c35d7126bb75929e8b143cf3418e1c3951]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.4: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.2.70.3: format changes 2008/02/19 06:42:48 oj 1.2.70.2: #i85225# ongoing work 2008/02/13 07:04:22 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [817114603856353779254ae6eeb48a47461ea51e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.66.72); FILE MERGED 2008/02/13 11:10:22 od 1.66.72.3: #i85348# reset of indent attributes on applying a list style on paragraphs 2008/02/06 07:54:05 od 1.66.72.2: RESYNC: (1.66-1.67); FILE MERGED 2008/01/23 14:39:54 od 1.66.72.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [73d488609f3c711a1c25852a8ffa93bea42a6b32]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.3: #i85225# fixes found with PMD 2008/02/19 06:42:48 oj 1.2.70.2: #i85225# ongoing work 2008/02/13 07:04:22 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd3a85e7aff4d5e03ba9b388b0baa2e683adc44d]

        INTEGRATION: CWS aquavcl05_DEV300 (1.24.248); FILE MERGED 2008/02/11 10:06:35 nn 1.24.248.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3b8558b622022c1fd98589657761f6498485b37d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.18.74); FILE MERGED 2008/01/23 14:39:54 od 1.18.74.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [37d343fde06dabed28abac54018999fc3a991bdb]

        INTEGRATION: CWS aquavcl05_DEV300 (1.106.12); FILE MERGED 2008/02/14 15:55:36 pl 1.106.12.2: RESYNC: (1.106-1.107); FILE MERGED 2008/02/11 10:06:35 nn 1.106.12.1: #i85992# single progress for updating row heights of all sheets after loading

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cc7c32b502cecb9498d1130cf40147d8ea82d927]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.23.142); FILE MERGED 2008/01/23 14:40:30 od 1.23.142.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [11b2842acddd9e79d5c8ca180b31cd9ff3d3425f]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:55 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3190b3295e962beb0ca22e91316d1743a326adf5]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.84); FILE MERGED 2008/01/31 12:26:24 od 1.12.84.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b3fee29cbb63b076e4f0f49b2f388545f9f028f7]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2b2014f114c877aadbc5d9dc86176cf37201c99c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:23 oj 1.3.62.2: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.3.62.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [508b2b9d33b696709a9588a22af5af2b6d60d47c]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.125.76); FILE MERGED 2008/01/31 12:26:24 od 1.125.76.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3b915d420eaaa8edeac6d70ca16d48a629d9d4e4]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/13 07:04:22 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [20b7b0f8ee774949ecfe17cfd38db5e8692ef06c]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.8); FILE MERGED 2008/02/13 07:04:21 oj 1.5.8.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2d06e8976b0860cfcbb4d35773933fe03b9a036a]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.38.80); FILE MERGED 2008/02/06 07:53:59 od 1.38.80.2: RESYNC: (1.38-1.39); FILE MERGED 2008/01/23 14:41:24 od 1.38.80.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1b9feb6b3f112cec28ec834a64dcc98e3a8a4186]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/21 09:57:23 oj 1.3.62.3: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.3.62.2: format changes 2008/02/13 07:04:21 oj 1.3.62.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c3c40faf6c1a80723421c82031494525e609bcd8]

        INTEGRATION: CWS aquavcl05_DEV300 (1.2.6); FILE MERGED 2007/12/25 03:49:56 msicotte 1.2.6.1: #i84458# allow spaces in url

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2bf9c27109844f35d669efe0bfcc59830689f04d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.80.74); FILE MERGED 2008/01/23 14:41:24 od 1.80.74.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [014ccaa4e73878f2b6f953685faf1e317bb57aa7]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.22); FILE MERGED 2008/02/21 09:57:23 oj 1.3.22.3: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.3.22.2: format changes 2008/02/13 07:04:21 oj 1.3.22.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4a5d4414c95632a17db583473ef215e2e7b74748]

        INTEGRATION: CWS aquavcl05_DEV300 (1.3.6); FILE MERGED 2007/12/25 03:49:56 msicotte 1.3.6.1: #i84458# allow spaces in url

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7509e87e917223c46a7161146c35171cf396174a]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.142); FILE MERGED 2008/01/23 14:41:24 od 1.10.142.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [caf498c77ed544ee0d2b434af3afb709db401837]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.4: #i85225# fixes found with PMD 2008/02/20 10:52:55 oj 1.2.70.3: format changes 2008/02/19 08:46:58 oj 1.2.70.2: #i85225# wrong para name 2008/02/19 06:42:48 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b0c38ce621bd8b16977a04e514fc59b3e7124ae7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.17.2); FILE MERGED 2008/02/06 10:59:49 dr 1.17.2.1: shared formula property for defined names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7b51bba1035468cb7ece57b6cbe35f852c46ed34]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.14.142); FILE MERGED 2008/02/13 11:13:26 od 1.14.142.2: #i85348# adjustment due to adjusted constructor of class <SwNumRule> 2008/02/06 13:03:43 od 1.14.142.1: #i85348# minor correction due to missing cvs commit

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d9d817e7b32cb2859ac5a81a887eebcb6eddb5b6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.75.2); FILE MERGED 2008/02/18 16:14:07 dr 1.75.2.2: RESYNC: (1.75-1.76); FILE MERGED 2008/02/06 10:59:37 dr 1.75.2.1: shared formula property for defined names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [871fda29cecf3511c9eedd6f513234cbfde9595f]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/20 10:52:54 oj 1.1.2.2: format changes 2008/02/13 07:06:08 oj 1.1.2.1: #i85225# new classes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2efa086d481e260c662e7fea8acf0b354300b20b]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.25.84); FILE MERGED 2008/02/13 11:13:26 od 1.25.84.2: #i85348# adjustment due to adjusted constructor of class <SwNumRule> 2008/02/06 13:03:43 od 1.25.84.1: #i85348# minor correction due to missing cvs commit

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e1be03c59cf3d1c7caf6bd212071562ddb6be38]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.63.32); FILE MERGED 2008/02/14 16:11:50 od 1.63.32.2: RESYNC: (1.63-1.64); FILE MERGED 2008/02/06 13:03:43 od 1.63.32.1: #i85348# minor correction due to missing cvs commit

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [55f4d60203404348709173c5bf7359effb0d51f1]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:54 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a36b9c1039301f1f7119a29e43dc88052f1997e2]

        INTEGRATION: CWS aquavcl05_DEV300 (1.12.154); FILE MERGED 2008/03/03 17:35:44 is 1.12.154.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ee208c01925482591c1443c77267dfbcab5d9f7d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.59.36); FILE MERGED 2008/02/06 13:03:43 od 1.59.36.1: #i85348# minor correction due to missing cvs commit

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e24bd2b9974cf72edbb91e8e0212bfbf7117d5b2]

        INTEGRATION: CWS aquavcl05_DEV300 (1.18.132); FILE MERGED 2008/03/03 17:50:48 is 1.18.132.2: #i86640# desktop link and startmenu link 2008/03/03 17:35:44 is 1.18.132.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c8be76bf387f85660df94e528c57b506444a13b0]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/21 09:57:23 oj 1.2.70.2: #i85225# fixes found with PMD 2008/02/20 10:52:54 oj 1.2.70.1: format changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1004110c55de28fbc48978c7546ccadb7848dcf3]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.34.140); FILE MERGED 2008/02/06 13:03:43 od 1.34.140.1: #i85348# minor correction due to missing cvs commit

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [add3ed3d643af06b6b73d85d80c3ac2a6ffbd4f8]

        INTEGRATION: CWS aquavcl05_DEV300 (1.15.154); FILE MERGED 2008/03/03 17:34:31 is 1.15.154.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1330d4def71b6baa110b57137a61fd17709343fb]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.29.18); FILE MERGED 2008/02/06 12:51:15 od 1.29.18.1: #i85348# minor correction

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [87f48ffc754a5c9ae6cf46bdfa731eda00ad05d6]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 06:42:48 oj 1.2.70.2: #i85225# ongoing work 2008/02/13 07:04:21 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [711c1f8a637e8008937f73ead2b05034ac666bc9]

        INTEGRATION: CWS aquavcl05_DEV300 (1.85.56); FILE MERGED 2008/03/03 17:34:31 is 1.85.56.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ecab8b8f4ac3234d48fa6ba53956146744398310]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.83.142); FILE MERGED 2008/02/06 12:39:52 od 1.83.142.1: #i85348# minor correction

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9c2cd26972dedd9e08775c0b10a2d8d550d00796]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.37.142); FILE MERGED 2008/02/06 12:15:39 od 1.37.142.2: #i85348# minor correction 2008/02/05 10:55:43 od 1.37.142.1: #i85348# adjustment of numbering position tab page due to new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [eeead4997d8d6ab805dc839704e388a87efa9927]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.37.348); FILE MERGED 2008/02/05 10:55:43 od 1.37.348.1: #i85348# adjustment of numbering position tab page due to new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [989b59536269b405216779a89b7d9824703ae267]

        INTEGRATION: CWS aquavcl05_DEV300 (1.116.50); FILE MERGED 2008/02/14 21:37:17 pl 1.116.50.2: #i85963# implement StartCenter 2008/02/05 15:35:48 as 1.116.50.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [21f865b9eee088c9fab98a8f7d28b98f2930b41d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.3.1102); FILE MERGED 2008/02/05 10:55:43 od 1.3.1102.1: #i85348# adjustment of numbering position tab page due to new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e9222454143dd878a283a0f38bd4de6c680105ab]

        INTEGRATION: CWS aquavcl05_DEV300 (1.5.14); FILE MERGED 2008/02/05 15:35:48 as 1.5.14.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [30b0df7b15f17469235f7ba196c6f5fc47f30854]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.18.142); FILE MERGED 2008/02/18 13:02:47 od 1.18.142.3: #i85348# consider metric for new metric fields 2008/02/13 11:14:23 od 1.18.142.2: #i85348# correct consideration of actual position-and-space mode of 	 list style on handling of Default button 2008/02/05 10:55:43 od 1.18.142.1: #i85348# adjustment of numbering position tab page due to new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a020c8a2f9e357dc2911a74a92184a604f9d7b22]

        INTEGRATION: CWS aquavcl05_DEV300 (1.26.104); FILE MERGED 2008/02/14 21:37:17 pl 1.26.104.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f64729e73cdfb9c476fa188f2afbf7d9500bfe89]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.142); FILE MERGED 2008/01/23 14:41:50 od 1.12.142.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ae808171a7029af617b4bdbfd42166bd269c4cb6]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/20 10:52:54 oj 1.2.70.2: format changes 2008/02/13 07:04:21 oj 1.2.70.1: #i85225# impl chart readhandler and oleproducer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1cafa1052d7f80469ff83901d6e301f8cf45c090]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/19 17:29:36 pl 1.1.2.4: #i85963# add two buttons, layout columns independently 2008/02/18 18:20:57 pl 1.1.2.3: #i85963# add backing window graphics parts 2008/02/15 13:33:05 pl 1.1.2.2: #i85963# add extension button 2008/02/14 21:37:17 pl 1.1.2.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8ee002273bbbbd18e237181c825894799e7c7e6e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.17.140); FILE MERGED 2008/01/23 14:42:11 od 1.17.140.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0b668096f495e66aeed5252256a9c7835b3e59d6]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.82); FILE MERGED 2008/01/23 14:42:31 od 1.10.82.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [75666f2ca20e6f29f4cd6fa31196cf07de90cd6a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/25 15:49:52 dr 1.2.2.2: wrong word filter name 2008/02/20 14:56:29 dr 1.2.2.1: #i75573# final filter names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [72cb21b2339250f21b1fb340ef4d8cbd84e61091]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/19 18:40:15 pl 1.1.2.8: fix a warning 2008/02/19 17:29:36 pl 1.1.2.7: #i85963# add two buttons, layout columns independently 2008/02/19 11:14:25 pl 1.1.2.6: #i85963# keep BackingWindow inner pace below 800x600 with normal fonts 2008/02/18 18:20:57 pl 1.1.2.5: #i85963# add backing window graphics parts 2008/02/15 15:34:22 pl 1.1.2.4: #i85963# nicer gradient 2008/02/15 13:33:05 pl 1.1.2.3: #i85963# add extension button 2008/02/15 08:40:22 pl 1.1.2.2: #i85963# add dialog control bit for tab handling 2008/02/14 21:37:17 pl 1.1.2.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [96d1ec500aa0192b7c69ab803a14686fa198a7fa]

        INTEGRATION: CWS aquavcl05_DEV300 (1.21.236); FILE MERGED 2008/02/18 13:41:43 pl 1.21.236.2: #i85963# no standardbar and statusbar in backing component 2008/02/14 21:37:17 pl 1.21.236.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [46562976161c719c50ec0a67c17d5d0a4fdce145]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.114); FILE MERGED 2008/02/05 10:55:43 od 1.10.114.1: #i85348# adjustment of numbering position tab page due to new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [03d9bfce52154d3110d27bbd64a60745f30ad40d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.322); FILE MERGED 2008/02/18 17:15:05 dr 1.6.322.2: restore old MS binary filters 2008/01/21 13:53:03 dr 1.6.322.1: enable new filters

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a2412d3ef1c5e784ca6073456d22cd308b1f9823]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.149.72); FILE MERGED 2008/02/14 16:20:13 od 1.149.72.3: RESYNC: (1.150-1.151); FILE MERGED 2008/02/06 07:53:56 od 1.149.72.2: RESYNC: (1.149-1.150); FILE MERGED 2008/01/23 14:42:55 od 1.149.72.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd92eff754d4d30663bf8364ab75abc5ef4c3283]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/05 15:34:54 as 1.1.2.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dafd34362e8acbae05ff12e8b2ec5e3c73bf84f9]

        INTEGRATION: CWS aquavcl05_DEV300 (1.31.104); FILE MERGED 2008/02/05 15:35:48 as 1.31.104.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0b491114c5e995214b9c0c004ebfc8d5a1ca5272]

        INTEGRATION: CWS ause090_DEV300 (1.81.64); FILE MERGED 2008/02/25 12:21:39 hjs 1.81.64.3: #i68535# deal with patch names that contain directory portion 2008/02/25 12:01:34 hjs 1.81.64.2: #i40959# switch to unified diff for new ones 2008/02/22 16:14:48 hjs 1.81.64.1: #i68917# apply patch; prepare reduced verbosity for untar

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb5837b8692799456b6192278795305600582d5a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.322); FILE MERGED 2008/02/18 17:15:05 dr 1.6.322.2: restore old MS binary filters 2008/01/21 13:53:02 dr 1.6.322.1: enable new filters

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b203d0365e79dbef4a3a0260eeb023701729137e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.142); FILE MERGED 2008/02/13 11:15:06 od 1.13.142.1: #i85348# adjustment due to changed constructor of class <SwNumRule>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7171f1b98b7648c5f24815004236b9fadad67445]

        INTEGRATION: CWS aquavcl05_DEV300 (1.20.72); FILE MERGED 2008/02/21 12:48:29 pl 1.20.72.3: #i67502# support disabled quickstarter 2008/02/14 21:37:16 pl 1.20.72.2: #i85963# implement StartCenter 2008/02/07 14:05:07 pl 1.20.72.1: #i67502# support no backing component case

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3f16928001b5923687c01cab1790dbcdb2554b52]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.30.74); FILE MERGED 2008/01/31 12:26:23 od 1.30.74.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5281c6d0bc5b522818fa63e836b3904bac09f860]

        INTEGRATION: CWS aquavcl05_DEV300 (1.34.298); FILE MERGED 2008/02/14 21:37:16 pl 1.34.298.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c4d0010efd6bdf9056f4fb8266170c5b3d594ab7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/20 14:55:52 dr 1.2.2.1: #i75573# final filter names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a811123f0847fd4a28010962f21e83aede70a9d7]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.20.142); FILE MERGED 2008/01/23 14:43:13 od 1.20.142.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c41c42da854a4aaae4e726c48d660091b477038c]

        INTEGRATION: CWS aquavcl05_DEV300 (1.4.14); FILE MERGED 2008/02/05 15:35:48 as 1.4.14.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [230dc0fa8e1efac49e33cfb839b202a9697cb926]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.28.140); FILE MERGED 2008/02/13 11:29:01 od 1.28.140.3: #i85348# - adjustments due to reset indent attribute on applying 	   a list style at a paragraph 	 - merging of list level indent attributes into item set of 	   paragraph style for editing 2008/02/06 07:54:02 od 1.28.140.2: RESYNC: (1.28-1.29); FILE MERGED 2008/01/31 12:26:23 od 1.28.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [81293104aee3fbce2671bda6c1ca2fdb0136b0fe]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/05 15:34:43 as 1.1.2.1: #i85727# tag frame window if model was modified

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cd334585e860a0dcf8cc58291a8f4a822c51144e]

        INTEGRATION: CWS aquavcl05_DEV300 (1.2.434); FILE MERGED 2008/02/19 17:29:36 pl 1.2.434.4: #i85963# add two buttons, layout columns independently 2008/02/18 18:20:57 pl 1.2.434.3: #i85963# add backing window graphics parts 2008/02/15 13:33:05 pl 1.2.434.2: #i85963# add extension button 2008/02/14 21:37:16 pl 1.2.434.1: #i85963# implement StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d462eba40ecef8161b1399be23e505e217b44b4a]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.30.32); FILE MERGED 2008/02/13 11:29:01 od 1.30.32.1: #i85348# - adjustments due to reset indent attribute on applying 	   a list style at a paragraph 	 - merging of list level indent attributes into item set of 	   paragraph style for editing

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [abf8ac3438a515611a43d94293b6e8b6325d9fff]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/02/19 17:06:57 oj 1.3.20.5: merge conflict 2008/02/19 09:22:03 oj 1.3.20.4: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:48 oj 1.3.20.3: #i85225# ongoing work 2008/01/25 13:57:27 oj 1.3.20.2: #i85225# two new aatributes for master detail 2008/01/24 13:03:32 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c6ad3a9ab7c70e4d91dad23d3ef324f4d822da3d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.134.82); FILE MERGED 2008/02/13 11:15:36 od 1.134.82.3: #i85348# adjustment due to changed constructor of class <SwNumRule> 2008/02/06 07:53:40 od 1.134.82.2: RESYNC: (1.134-1.136); FILE MERGED 2008/01/31 12:25:47 od 1.134.82.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [89d7f63a2b747595a06e6e4e4ced0c10f1043c6c]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.20); FILE MERGED 2008/02/20 11:18:38 oj 1.3.20.4: #i85225# new error strings 2008/02/19 06:42:48 oj 1.3.20.3: #i85225# ongoing work 2008/01/25 13:57:27 oj 1.3.20.2: #i85225# two new aatributes for master detail 2008/01/24 13:03:32 oj 1.3.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c799af1840a0ed7deda9a5f131a895eca48dd696]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/01/24 13:03:32 oj 1.4.20.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c150a7a752d7052fa7b3f0fd7356dd95d27f56f]

        INTEGRATION: CWS aquavcl05_DEV300 (1.17.32); FILE MERGED 2008/02/15 12:22:58 gh 1.17.32.1: #i85769#refine ResetSafeReschedule to count executes on modaldialogs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [543e07132363baac7e6b7baf7079139085cdcd16]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.41.140); FILE MERGED 2008/02/13 11:15:36 od 1.41.140.1: #i85348# adjustment due to changed constructor of class <SwNumRule>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [33d1c5d84786433304ae78980984ac1f7575ebde]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/20 14:48:26 dr 1.2.2.1: #i75573# final filter names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b74dc947b71e8f95701fafe9a42980cb474347b0]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/01/24 13:03:32 oj 1.2.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [90f643e0812b864492d6514da3e1b53d8bd39cd4]

        INTEGRATION: CWS aquavcl05_DEV300 (1.25.32); FILE MERGED 2008/02/15 12:22:58 gh 1.25.32.1: #i85769#refine ResetSafeReschedule to count executes on modaldialogs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [889820a43b382bc9acb88dc980266327cc1305da]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.101.140); FILE MERGED 2008/02/06 07:53:46 od 1.101.140.2: RESYNC: (1.101-1.102); FILE MERGED 2008/01/31 12:25:47 od 1.101.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [161dae6260f2d311e39f56941baa93b0eb59ed5b]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.70); FILE MERGED 2008/01/24 13:03:32 oj 1.3.70.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [86f87059cbf5972f492bffdef7c7a2f8901b92a9]

        INTEGRATION: CWS aquavcl05_DEV300 (1.19.30); FILE MERGED 2008/02/15 12:22:57 gh 1.19.30.1: #i85769#refine ResetSafeReschedule to count executes on modaldialogs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5d774af25018a98550d6071f5ebefccaf8744ddb]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.25.142); FILE MERGED 2008/02/06 07:53:43 od 1.25.142.2: RESYNC: (1.25-1.26); FILE MERGED 2008/01/31 12:25:47 od 1.25.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [13c44df44a24b81afbf19d5a647f709ae5372e44]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED 2008/02/19 06:42:48 oj 1.2.70.1: #i85225# ongoing work

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3fefe2c063a475bb118f7d21af6562a96d8cc273]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.21.142); FILE MERGED 2008/02/06 07:53:49 od 1.21.142.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/31 12:25:47 od 1.21.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5f372b45237251132d56d66e8db8385afabfb80a]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/19 06:42:48 oj 1.3.62.3: #i85225# ongoing work 2008/01/25 13:57:27 oj 1.3.62.2: #i85225# two new aatributes for master detail 2008/01/24 13:03:32 oj 1.3.62.1: #i85225# changes for chart

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9d5fc0c4a89943dd5f38425c753bd1f9806af9cb]

        INTEGRATION: CWS aquavcl05_DEV300 (1.12.54); FILE MERGED 2008/02/19 10:59:58 pl 1.12.54.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [53e80e2fdb50419365288c7d70513bded49f86a9]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.23.140); FILE MERGED 2008/02/06 07:53:52 od 1.23.140.2: RESYNC: (1.23-1.25); FILE MERGED 2008/01/31 12:25:47 od 1.23.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4aeb023ed878f15dc283312116406d7d4e28d624]

        INTEGRATION: CWS aquavcl05_DEV300 (1.62.8); FILE MERGED 2008/02/19 10:59:58 pl 1.62.8.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1924c9ba6fc1f5c3b11942ac0f9f75c02f33de97]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/20 14:57:04 dr 1.2.2.1: #i75573# final filter names

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bf5ada056e5e378628d2f2f86a38ed0dde8b5e4c]

        INTEGRATION: CWS aquavcl05_DEV300 (1.37.38); FILE MERGED 2008/02/19 10:59:58 pl 1.37.38.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [453bf4a1681ca6fb6639f2fb33da6ebbf388c091]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.28); FILE MERGED 2008/01/25 08:31:23 oj 1.4.28.1: #i85225# allow CachedDataSequence to be created as uno service

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e4591c0c3ffafc61d036c76b7af4bae50dc37d68]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.24.142); FILE MERGED 2008/02/13 11:15:36 od 1.24.142.1: #i85348# adjustment due to changed constructor of class <SwNumRule>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6c3b11621150d329a0e9c03b0b95813ddbbb17fe]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/25 15:49:51 dr 1.2.2.1: wrong word filter name

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [201647ac2b6263db7ce7eb0aedd8a0d9cad93f7f]

        INTEGRATION: CWS aquavcl05_DEV300 (1.20.54); FILE MERGED 2008/02/19 10:59:58 pl 1.20.54.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [be8e7833ed3a0d3377ea7c3eb5e873432b4aec13]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.44); FILE MERGED 2008/01/29 06:55:47 oj 1.3.44.3: compile error 2008/01/28 06:27:47 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/25 08:31:22 oj 1.3.44.1: #i85225# allow CachedDataSequence to be created as uno service

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [50f1bb40a08621703e084082e5754bd3a8a3e9ba]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.10.38); FILE MERGED 2008/01/21 13:52:35 dr 1.10.38.1: enable new filters

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fb02ced29f86c6966b2802641adcddd84ca97762]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.22.140); FILE MERGED 2008/01/31 12:25:47 od 1.22.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e85f58dccd76f99ac30150e15dddf597f49a2665]

        INTEGRATION: CWS aquavcl05_DEV300 (1.13.54); FILE MERGED 2008/02/19 10:59:58 pl 1.13.54.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4e2874a83c53490acfd12c7e7390366eefc8b607]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.64); FILE MERGED 2008/01/25 08:32:20 oj 1.6.64.1: #i85225# allow dochandler and new filter for report chart filtering

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [422665bad23240cc9420180e1f0c828b3f28e317]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.8.2); FILE MERGED 2008/01/21 13:52:35 dr 1.8.2.1: enable new filters

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1ca5506facedf90c4b83e0268449e647b21e110d]

        INTEGRATION: CWS aquavcl05_DEV300 (1.28.22); FILE MERGED 2008/02/19 18:31:18 pl 1.28.22.2: fix a warning 2008/02/19 10:59:58 pl 1.28.22.1: #i85195# report potential problems during PDF export

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [892d24c6206a5bea122d934fc8975a4dda2ae4a8]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.24.142); FILE MERGED 2008/01/31 12:25:47 od 1.24.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [84e694881bf0578d384d36dca76a59f678279dfb]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.76); FILE MERGED 2008/01/25 08:32:20 oj 1.3.76.1: #i85225# allow dochandler and new filter for report chart filtering

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [257ae6c7b24e8d7cdece34d2590fb428430747a6]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.9.2); FILE MERGED 2008/01/21 13:52:35 dr 1.9.2.1: enable new filters

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8a1250aca5455f03e8e190a2702d20d333fdc404]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.38.142); FILE MERGED 2008/01/31 12:25:46 od 1.38.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [824e839b91348e82acb5a89afc6c32d1f49a8d8d]

        INTEGRATION: CWS aquavcl05_DEV300 (1.5.442); FILE MERGED 2008/01/30 14:04:37 pl 1.5.442.1: #i78936# recognize PCT files also with pict extension

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [62c238681b6fcc9d9b08e912d07ca694079157e7]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.40.142); FILE MERGED 2008/01/31 12:25:46 od 1.40.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [50269942c763d79508c9645ffd9ad4387f6731f6]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.78); FILE MERGED 2008/01/28 06:27:44 oj 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/25 08:30:26 oj 1.3.78.1: #i85225# allow CachedDataSequence to be created as uno service

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f559383379ba06b524baf64a1c8f163455016e39]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.35.28); FILE MERGED 2008/02/13 11:16:57 od 1.35.28.1: #i85348# adjustments due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4034f1994081455494d704101ccdb460e7ac93a6]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.98); FILE MERGED 2008/01/25 08:30:25 oj 1.4.98.1: #i85225# allow CachedDataSequence to be created as uno service

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [890caa426ae16e63da75828d4e50523930bec50e]

        INTEGRATION: CWS dba30a (1.14.96); FILE MERGED 2008/02/04 13:52:04 fs 1.14.96.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/23 14:45:57 fs 1.14.96.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [53a8df3ef5fe6c76bda24838b5f2ba34e4ab39a9]

        INTEGRATION: CWS rptchart01_DEV300 (1.6.64); FILE MERGED 2008/01/25 06:58:30 oj 1.6.64.1: #i85225# new uno dialog for chart type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [948954250c246b609314857539be82f5bed2ac2b]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.77.32); FILE MERGED 2008/02/06 07:53:30 od 1.77.32.2: RESYNC: (1.77-1.78); FILE MERGED 2008/01/31 12:35:52 od 1.77.32.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dc77f749615d5872412ba2a40789de204f7c2183]

        INTEGRATION: CWS dba30a (1.19.104); FILE MERGED 2008/01/23 14:45:57 fs 1.19.104.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7b0232a290d9b32a2186afb7d82560173271d773]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/29 06:55:47 oj 1.1.2.2: compile error 2008/01/25 06:58:50 oj 1.1.2.1: #i85225# new uno dialog for chart type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [66a1b11eecf9ddc0804c8efc58084b8d7f411608]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.51.80); FILE MERGED 2008/02/13 11:16:26 od 1.51.80.5: #i85348# adjustment due to changed constructor of class <SwNumRule> 2008/02/06 07:53:23 od 1.51.80.4: RESYNC: (1.51-1.52); FILE MERGED 2008/01/31 12:35:51 od 1.51.80.3: #i85348# refactoring: adjust includes 2008/01/23 14:48:37 od 1.51.80.2: #i85348# minor adjustment to uno api for new list level attributes 2008/01/18 08:21:28 od 1.51.80.1: #i85348# uno api for new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8346bfcf9a42ae67cbb44636909ae09f12a909e0]

        INTEGRATION: CWS dba30a (1.38.96); FILE MERGED 2008/02/04 13:52:01 fs 1.38.96.2: RESYNC: (1.38-1.39); FILE MERGED 2008/01/23 14:45:57 fs 1.38.96.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [648651773bfa56467da8e7331f14c52b94dfd53f]

        INTEGRATION: CWS rptchart01_DEV300 (1.16.26); FILE MERGED 2008/03/05 09:13:08 oj 1.16.26.2: RESYNC: (1.16-1.17); FILE MERGED 2008/01/25 06:58:30 oj 1.16.26.1: #i85225# new uno dialog for chart type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4fdb47d17b2111b5ee498c676ddf28c441006cac]

        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>  [d9c8b659271d00ce7bd754f021ea29e4ad7073fc]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.14.140); FILE MERGED 2008/01/31 12:35:51 od 1.14.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ce504d4c2ac4e2b1e0335f0a738f1940c1a7192a]

        INTEGRATION: CWS dba30a (1.6.104); FILE MERGED 2008/01/23 14:45:57 fs 1.6.104.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d4d83609d0896dc3a4a59341909456072b13d5c4]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/25 06:58:59 oj 1.1.2.1: #i85225# new uno dialog for chart type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [60e77951389472ff005d865da78be6d6cd37380b]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.130.236); FILE MERGED 2008/02/06 07:53:36 od 1.130.236.2: RESYNC: (1.130-1.131); FILE MERGED 2008/01/18 08:13:31 od 1.130.236.1: #i85348# uno names for new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [69680a0fcd0888dfaef32ad7ea7f0c9b1de850a5]

        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>  [61ea54f0125dc5b9b6e4fae59a0c3c7bd23a7f2d]

        INTEGRATION: CWS dba30a (1.7.104); FILE MERGED 2008/01/23 14:45:57 fs 1.7.104.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [941ced7a8113f99bb6b600643b0608da3050e304]

        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>  [f43892d5f67b97404ca92eed4082fe02ae1067f4]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.38.140); FILE MERGED 2008/02/13 11:16:57 od 1.38.140.1: #i85348# adjustments due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f0b36425c1c3b04aba3d68c4043a544677b5d0f0]

        INTEGRATION: CWS dba30a (1.10.90); FILE MERGED 2008/01/23 14:45:57 fs 1.10.90.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9f3cb618470f07be998a5a792713d5a5fa2779e6]

        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>  [4b130347e036b52075b51a9aa5b8aa70567504d2]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.103.70); FILE MERGED 2008/02/13 11:16:57 od 1.103.70.1: #i85348# adjustments due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5e61e555482d9baa81c183068a6b42e3a34ed33a]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.18); FILE MERGED 2008/01/23 14:46:05 os 1.2.18.2: include inc/writerfilter.mk 2008/01/23 13:54:35 fridrich_strba 1.2.18.1: crossmerging changes from xf02bigcleanup

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d89e7239746109d154799c8a944da829b50d6fa6]

        INTEGRATION: CWS dba30a (1.16.82); FILE MERGED 2008/02/04 13:51:58 fs 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED 2008/01/23 14:45:57 fs 1.16.82.1: support for non-numeric HelpURLs

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [43f73419d1d5ca0f3541e299de99b0dfc5f99abe]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.63.82); FILE MERGED 2008/01/31 12:35:51 od 1.63.82.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4c01b3b22a97ceb8237786f87a729c13ff71bc2e]

        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>  [45cf5b45b8b1abb79918cb3bae0899346e7d4908]

        INTEGRATION: CWS rptchart01_DEV300 (1.9.112); FILE MERGED 2008/01/31 09:37:43 oj 1.9.112.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4b7d74adc0dc9be75ee8c8507f75ce52ebc8cade]

        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>  [538a41874fb371023176f4c527c2e689ffe0e663]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.18); FILE MERGED 2008/01/25 09:16:54 hbrinkm 1.1.18.2: merged changes from xf02bigcleanup 2008/01/23 13:54:35 fridrich_strba 1.1.18.1: crossmerging changes from xf02bigcleanup

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [76ea700d91ade6be956cf646f1270cb5fbabdb98]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.27.140); FILE MERGED 2008/02/06 07:53:33 od 1.27.140.2: RESYNC: (1.27-1.28); FILE MERGED 2008/01/31 12:35:51 od 1.27.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2a163e7965e6088082e60974499f017c8962303c]

        INTEGRATION: CWS rptchart01_DEV300 (1.20.142); FILE MERGED 2008/03/05 09:12:17 oj 1.20.142.2: RESYNC: (1.20-1.21); FILE MERGED 2008/01/31 09:37:43 oj 1.20.142.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb30932bbcec6d5b3fa76aca0340fd8cae6cb93c]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.27.140); FILE MERGED 2008/02/13 11:16:57 od 1.27.140.3: #i85348# adjustments due to changed method name at class <SwDoc> 2008/02/06 07:53:26 od 1.27.140.2: RESYNC: (1.27-1.29); FILE MERGED 2008/01/31 12:35:51 od 1.27.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [24acb8c13cc102761ae7deeca1135c172cd4ceb5]

        INTEGRATION: CWS dba30a (1.227.26); FILE MERGED 2008/02/25 08:01:44 fs 1.227.26.2: RESYNC: (1.227-1.229); FILE MERGED 2008/02/05 21:02:23 fs 1.227.26.1: #i85879# DbTableDataWindowState

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f866c538222b2b125103f199fc8a16fe067aa615]

        INTEGRATION: CWS rptchart01_DEV300 (1.7.148); FILE MERGED 2008/02/19 07:27:10 oj 1.7.148.1: #i85225# allow strings as arguments

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2294146c6c574707fc2f2aafc98723241feaa6b1]

        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>  [419f1f336553fd9e591375e2fb5d54cd9b158c44]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/01/30 08:55:01 fridrich_strba 1.1.2.4: fix some warnings on 64bit - using SAL_PRI* macros is advised 2008/01/23 14:48:37 fridrich_strba 1.1.2.3: fixing warnings on gcc 4.1.2 linux x86 2008/01/23 14:17:07 os 1.1.2.2: include WW8ResourceModel.hxx to export logger()-symbol 2008/01/22 09:58:36 hbrinkm 1.1.2.1: new object util.obj

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bc6fe08fd8206ba90804af8d9d6c27d2e7bfa73d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.32); FILE MERGED 2008/02/13 11:18:32 od 1.13.32.1: #i85348# adjustments due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [47a09240da42e46d4f629937ff65a2d006904f31]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.452); FILE MERGED 2008/02/20 10:43:10 oj 1.3.452.3: i85225 handle para strings 2008/02/19 07:27:10 oj 1.3.452.2: #i85225# allow strings as arguments 2008/01/31 09:37:43 oj 1.3.452.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c271004448f485cb603b674ce7efb3b8b6c1858c]

        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>  [2cd33ef2812562655e9ad13307f5d2510a5a3424]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.2); FILE MERGED 2008/01/31 08:10:00 os 1.6.2.6: '$' added to path separator 2008/01/25 09:15:20 hbrinkm 1.6.2.5: merged changes from xf02bigcleanup 2008/01/24 07:48:06 os 1.6.2.4: path separator has to be '$/' 2008/01/23 14:42:50 os 1.6.2.3: include inc/writerfilter.mk 2008/01/23 13:54:34 fridrich_strba 1.6.2.2: crossmerging changes from xf02bigcleanup 2008/01/22 09:58:17 hbrinkm 1.6.2.1: new object util.obj

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cfedfb64bf8b567450644c73d07de6ad39cabd6b]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/05 21:31:55 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [172b0d90b4150c003109ddb0fdeda54de2056635]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.8.142); FILE MERGED 2008/02/13 11:18:32 od 1.8.142.1: #i85348# adjustments due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [593400d6b74767f69719d9979b9cafbf8abf8ad3]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.452); FILE MERGED 2008/02/19 07:27:10 oj 1.3.452.1: #i85225# allow strings as arguments

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [653d77959b3bf9fdd40646f2892e165e023972a9]

        #i86741# catch libxml exception

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [21f007e8f0e850ae4f88a7b68fdb90cb085c7c68]

        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>  [36e1e79c7941872fdd0438e9660b09c8cfcccc82]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/01/25 09:15:54 hbrinkm 1.3.2.2: merged changes from xf02bigcleanup 2008/01/22 09:59:37 hbrinkm 1.3.2.1: moved logger and propertysettostring to new object util.obj

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fd976e69286d58958a80f8e1f402d4397c920b31]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/22 12:47:48 oj 1.1.2.3: #100251# #100250#  two new commands for the dbtdata menu 2008/02/11 13:49:27 fs 1.1.2.2: unify the help menu 2008/02/05 21:31:55 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a78ea6815fc9c5882eaaacf7d350db0e8a914081]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.17.140); FILE MERGED 2008/02/13 11:18:00 od 1.17.140.1: #i85348# - implemetation of class <SwUndoFmtResetAttr> 	 - adjustments due to changed method name at <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70478ecb777fcf35e2d14abaa6b3d3500ece85d6]

        INTEGRATION: CWS rptchart01_DEV300 (1.12.14); FILE MERGED 2008/02/20 10:43:09 oj 1.12.14.4: i85225 handle para strings 2008/02/19 07:27:09 oj 1.12.14.3: #i85225# allow strings as arguments 2008/01/31 11:38:34 oj 1.12.14.2: small compile errors 2008/01/31 09:37:43 oj 1.12.14.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [15096ad2f7f038874cf12473f2cbff93f9516bff]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/05 21:31:54 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [84b123e80ee099420ccc8e428110c32e8deb1952]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.44.2); FILE MERGED 2008/02/26 13:08:26 hbrinkm 1.44.2.6: undone changes aimed for xmlfilter04 2008/02/25 10:01:27 hbrinkm 1.44.2.5: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/15 09:05:16 hbrinkm 1.44.2.4: handle checkId and setXNoteId actions on attributes 2008/02/13 17:59:52 hbrinkm 1.44.2.3: handle OLE, no " ," in value names 2008/01/29 16:53:47 hbrinkm 1.44.2.2: tokenproperty 2008/01/22 09:57:30 hbrinkm 1.44.2.1: multiple changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [79ba6cfa1d147abb62db4104bf02ac47264ac3b4]

        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>  [57225d0b8f773201ce80fa65ef4f44469a7225d8]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.18.142); FILE MERGED 2008/01/31 12:36:38 od 1.18.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c28d52dba3a70a421d0a5309ed18fdeb56e272db]

        INTEGRATION: CWS rptchart01_DEV300 (1.14.14); FILE MERGED 2008/01/31 09:37:43 oj 1.14.14.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a1c4adde2f0bbdc22f48b90cc0eb2d60a797fa4d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/02/13 17:23:49 hbrinkm 1.3.2.2: no " ," in value names 2008/01/23 09:10:50 hbrinkm 1.3.2.1: faulty cleanup.xsl removed fasttokens

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a5d7395b1eb120cae72c80320710ff16c1c20b3e]

        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>  [603db67577faa5812579938d0cb6eafe718184fe]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.57.30); FILE MERGED 2008/02/13 11:25:04 od 1.57.30.3: #i85348# removing header guard 2008/02/06 07:53:13 od 1.57.30.2: RESYNC: (1.57-1.58); FILE MERGED 2008/01/23 14:53:00 od 1.57.30.1: #i85348# class <SwTxtNode> 	 - adjustment to method <GetAttr(..)> 	 - implementation of new methods for new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cac028e7781b8b6629d4e0d2655fc1a03d0fc3e5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/01/22 09:38:36 hbrinkm 1.3.2.1: added some braces

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8aaf77731a0d74c38f03286ef11edd0b4306bddb]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.360); FILE MERGED 2008/01/31 09:37:43 oj 1.4.360.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d62c007e5bffaab0945b9ebaab35d4d051f8c937]

        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>  [5d178a451c874d2aa39e3aacc4499a1a218ddea3]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.74.96); FILE MERGED 2008/02/28 09:42:00 od 1.74.96.5: #i85348# - method <SwTxtNode::HasVisibleNumberingOrBullet() 	 -- correction: check concrete list label string 	 - methods <SwTxtNode::GetListTabStopPosition(..)> and 	   <SwTxtNode::GetLabelFollowedBy()> 	 -- correct condition under which the list tab stop position 	    resp. the character following the list label are provided. 2008/02/07 13:45:15 od 1.74.96.4: #i85348# method <SwTxtNode::GetListTabStopPosition(..)> 	 - adjustments due to i24363 2008/02/05 10:57:05 od 1.74.96.3: #i85348# adjustment of new method <SwTxtNode::GetListTabStopPosition(..)> 2008/01/31 12:36:38 od 1.74.96.2: #i85348# refactoring: adjust includes 2008/01/23 14:53:00 od 1.74.96.1: #i85348# class <SwTxtNode> 	 - adjustment to method <GetAttr(..)> 	 - implementation of new methods for new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e95fdb8beaba7be6489437c8621c47adf44b735]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/19 07:27:09 oj 1.1.2.2: #i85225# allow strings as arguments 2008/01/31 09:38:17 oj 1.1.2.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7192c6b430ee575ef990d0520485efe418c09891]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.67.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.67.2.8: undone changes aimed for xmlfilter04 2008/02/25 09:51:07 hbrinkm 1.67.2.7: new namespace vml-wordprocessingDrawing 2008/02/15 08:50:59 hbrinkm 1.67.2.6: footnote/ennote corrections 2008/02/13 17:22:47 hbrinkm 1.67.2.5: OLE, cleanups 2008/01/31 10:01:44 hbrinkm 1.67.2.4: resynced with oox's token.txt 2008/01/29 16:51:01 hbrinkm 1.67.2.3: redlining 2008/01/23 09:10:36 hbrinkm 1.67.2.2: faulty cleanup.xsl removed fasttokens 2008/01/22 09:37:43 hbrinkm 1.67.2.1: multiple additions/cleanups

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cfeb69a98d36b3593a578fdbbf01474ce69d4802]

        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>  [2e008190257acc759e7c0b828f172b5a45ed8a12]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/05 21:31:53 fs 1.1.2.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e7ac1d085d051e704fca3f6eb74bb7b0ac939d6]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/19 07:27:09 oj 1.1.2.3: #i85225# allow strings as arguments 2008/01/31 11:38:34 oj 1.1.2.2: small compile errors 2008/01/31 09:38:06 oj 1.1.2.1: separate formlink dialog into uno dialog

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e3334b1d0b47cbb788d08bfb5f57a436bb87f2a8]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.27.140); FILE MERGED 2008/01/31 12:36:56 od 1.27.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c68e9a7bb1f1dd1c7ca6edbee2469782ee1b2893]

        INTEGRATION: CWS dba30a (1.10.134); FILE MERGED 2008/02/11 13:49:27 fs 1.10.134.1: unify the help menu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [48d4dfd33db88a89372f3d1dbff0e7dca72335ed]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.9.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.9.2.10: undone changes aimed for xmlfilter04 2008/02/25 09:50:04 hbrinkm 1.9.2.9: new namespace vml-wordprocessingDrawing 2008/02/18 16:12:53 dr 1.9.2.8: RESYNC: (1.9-1.12); FILE MERGED 2008/02/13 17:21:17 hbrinkm 1.9.2.7: new files necessary for OLE 2008/01/29 16:45:00 hbrinkm 1.9.2.6: some cleanups 2008/01/29 15:27:08 fridrich_strba 1.9.2.5: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes + be a bit defensive in coding and prevent null pointer crashes 2008/01/23 14:50:21 os 1.9.2.4: include inc/writerfilter.mk 2008/01/23 13:54:34 fridrich_strba 1.9.2.3: crossmerging changes from xf02bigcleanup 2008/01/23 09:09:32 hbrinkm 1.9.2.2: last changes did not work 2008/01/22 09:34:49 hbrinkm 1.9.2.1: commented out targets that are build in resourcemodel

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [914890f772d7e1e76b36944c2834792bcb24aeff]

        INTEGRATION: CWS dba30a (1.11.134); FILE MERGED 2008/02/11 13:49:27 fs 1.11.134.1: unify the help menu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dc953ad0810eedfc050919524f8b0223924e4c80]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.27.142); FILE MERGED 2008/02/07 13:47:46 od 1.27.142.4: #i85348# method <SwTxtFormatter::NewTabPortion(..)> 	 - adjustments and corrections due to i24363 2008/02/06 07:52:58 od 1.27.142.3: RESYNC: (1.27-1.28); FILE MERGED 2008/02/05 11:05:41 od 1.27.142.2: #i85348# adjustments for correct consideration of list tab stop of 	 new list level attributes 2008/01/23 15:04:06 od 1.27.142.1: #i85348# SwTxtFormatter::NewTabPortion(..) 	 - adjustments for new list level attributes: 	 -- consideration of list indent values for correct tab stop processing.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dd61a6ef9a7ea055ca559226b37f9f3a5c264af1]

        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>  [bee61d955d5f018879874e6efc45649bd3b041f5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/25 09:56:46 hbrinkm 1.1.2.1: new namespace vml-wordprocessingDrawing

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f3bded45e97a7c6b07690d9c69cab494e0449e50]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.102.76); FILE MERGED 2008/02/05 11:07:25 od 1.102.76.1: #i85348# implementation of method <SwTxtFrm::CalcAdditionalFirstLineOffset()>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e55d9d6305b20167dd0dd367bcad5734573dd376]

        INTEGRATION: CWS dba30a (1.11.134); FILE MERGED 2008/02/11 13:49:26 fs 1.11.134.1: unify the help menu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [12053b6e19b540f7d7a2136e8b863906a1e8d6af]

        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>  [0b4d53efe659164489a3152fdce72c79daf577ad]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/13 17:20:17 hbrinkm 1.1.2.1: new files necessary for OLE

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [560954c6c1647a799986de56c0f4b23adc0ff1e1]

        INTEGRATION: CWS rptchart01_DEV300 (1.81.70); FILE MERGED 2008/02/18 09:52:50 oj 1.81.70.1: #i85225# fix for visibility of commands

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [be1b15c2363f5b3b15304fe5b4b84df9956d9f88]

        INTEGRATION: CWS dba30a (1.4.540); FILE MERGED 2008/02/05 21:28:38 fs 1.4.540.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4c500930054c86764f1b7063a4375c6d3c4ddbd5]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.26.76); FILE MERGED 2008/02/28 09:38:00 od 1.26.76.2: #i85348# method <SwTxtFormatter::NewNumberPortion(..)> 	 - correction: add character following the list label only if the 	   list label will contain some text. 2008/02/05 11:13:25 od 1.26.76.1: #i85348# adjustment to the number portions due to the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb8b2d4f5d05d9086164082f4368add2de482e9c]

        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>  [2a6aa212b3af82717bcf82e8060a223262d69d40]

        INTEGRATION: CWS rptchart01_DEV300 (1.53.14); FILE MERGED 2008/02/21 09:58:49 oj 1.53.14.1: #i85225# code format

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4d7df0e82b351a1b1d2e352fa4273abdce64c5eb]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/25 09:56:29 hbrinkm 1.1.2.1: new namespace vml-wordprocessingDrawing

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1cadda91991e5027a0f0229f6d9defb3df2e4646]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.142); FILE MERGED 2008/02/05 11:13:25 od 1.10.142.1: #i85348# adjustment to the number portions due to the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dd5c56dcec0af0884ba20610bb88246968600021]

        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>  [ca1e85a1ed35342d1a4efbb91a3c1f4aee691551]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/02/13 17:19:52 hbrinkm 1.1.2.1: new files necessary for OLE

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1f36ae72c2f2df24a077169e1434d23b9cdcc66a]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.32); FILE MERGED 2008/02/13 07:45:17 oj 1.3.32.1: #i85225# impl new method

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [40bc6b6162992c87e777542a409efb8c355591c4]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.76); FILE MERGED 2008/02/05 11:13:25 od 1.13.76.1: #i85348# adjustment to the number portions due to the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e7ec6a22e0963e0cef349327dc8d17f9e04b0d98]

        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>  [052df58c1a68075a180c00d5d6c87cf65f45c98a]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.32); FILE MERGED 2008/02/13 07:45:17 oj 1.4.32.1: #i85225# impl new method

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4b6707c5263214aa6f0bf52d34b5b608e1a6f095]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.60.76); FILE MERGED 2008/02/05 11:13:25 od 1.60.76.1: #i85348# adjustment to the number portions due to the new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ba40cdc71abc6a6c6482f8882f6ead62250e3cba]

        INTEGRATION: CWS dba30a (1.1.4); FILE ADDED 2008/03/05 10:34:46 fs 1.1.4.2: copying herein from CWS odbmacros 2008/02/19 07:56:27 fs 1.1.4.1: file compat.xml was added on branch cws_src680_dba30a on 2008-03-05 10:34:46 +0000

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [eed3b3872f50749b4db5022ef2a63041b0f41a81]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.5.2); FILE MERGED 2008/01/22 09:56:21 hbrinkm 1.5.2.1: new: getDocumentStream, setInputStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [468d7fbdacca488313173f3de584e5f97c336602]

        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>  [52d3896ebb0983c7c5846ed91c38442c549ac326]

        INTEGRATION: CWS dba30a (1.12.116); FILE MERGED 2008/02/11 13:49:26 fs 1.12.116.1: unify the help menu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3387ea0ae70ea718cbf80d8dc1f1f7318bb39234]

        INTEGRATION: CWS rptchart01_DEV300 (1.14.70); FILE MERGED 2008/03/05 09:12:02 oj 1.14.70.3: RESYNC: (1.15-1.16); FILE MERGED 2008/02/19 07:34:54 oj 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/24 12:15:10 oj 1.14.70.1: #i85225# new dataprovider for charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0c4565e2fd38bca658c68abd40eb6a31b4fbf510]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.31.140); FILE MERGED 2008/02/05 11:08:09 od 1.31.140.2: #i85348# adjustments for correct consideration of list tab stop of 	 new list level attributes 2008/01/23 14:59:00 od 1.31.140.1: #i85348# adjust initialization method call for <SwLineInfo> instance

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d8c993dbdacc4a769425fc8ab2421e15bb7959e5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.9.2); FILE MERGED 2008/01/22 09:54:55 hbrinkm 1.9.2.1: getInputStream .-> getDocumentStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ddfe85a4fcbfa038e78b51b33af586b0c07c81e0]

        INTEGRATION: CWS dba30a (1.8.134); FILE MERGED 2008/02/20 21:31:57 fs 1.8.134.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [537053baae4ea25c7a04857a6fcfb7e9b20fff2e]

        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>  [3da8eed223da0905f9e15fae0524c37d9d3017ac]

        INTEGRATION: CWS rptchart01_DEV300 (1.15.130); FILE MERGED 2008/03/05 09:11:59 oj 1.15.130.3: RESYNC: (1.16-1.17); FILE MERGED 2008/02/19 07:34:51 oj 1.15.130.2: RESYNC: (1.15-1.16); FILE MERGED 2008/01/24 12:15:10 oj 1.15.130.1: #i85225# new dataprovider for charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ce14ee8c4235390e07d780420e3147638e0a107f]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.100.138); FILE MERGED 2008/02/06 07:53:07 od 1.100.138.2: RESYNC: (1.100-1.101); FILE MERGED 2008/02/05 11:06:20 od 1.100.138.1: #i85348# adjust method comment

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cf5e84595587eaaa28582a32c7ead45e0a38c365]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.20.2); FILE MERGED 2008/02/13 17:58:07 hbrinkm 1.20.2.1: OOXMLInputStreamValue

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [55dd20b772364c962ffca08160b9ebfeb2fb4c0e]

        INTEGRATION: CWS dba30a (1.12.134); FILE MERGED 2008/02/20 21:31:57 fs 1.12.134.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [18806bb88ac5f53411a54b2efd6862fef8954fc4]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/02/21 09:59:24 oj 1.1.2.5: #i85225# return empty sequence when not bound yet 2008/02/19 16:40:11 oj 1.1.2.4: wrong props 2008/01/29 07:27:17 oj 1.1.2.3: compile error 2008/01/25 13:58:34 oj 1.1.2.2: #i85225# add two new attributes 2008/01/24 12:14:38 oj 1.1.2.1: #i85225# new dataprovider for charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1b79a0e92cf358d938192059a1de53e16f03b7c5]

        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>  [b04275137e24be9dcf4b0f4c3ea9b1baac1464ac]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.77.76); FILE MERGED 2008/02/05 11:10:35 od 1.77.76.2: #i85348# - correct calculation of <nLeft> in R2L layout 	 - adjusted calculation of <nFirst> for new list level attributes 	 - adjusted calculation of cursor rectangle for new list level attributes 2008/01/23 14:57:57 od 1.77.76.1: #i85348# correct consideration of list indents in R2L-layout

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f543c1c6d418a064ba554ca2a06f490ed07725a3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.21.2); FILE MERGED 2008/02/13 17:57:41 hbrinkm 1.21.2.3: OOXMLInputStreamValue 2008/02/01 12:21:00 hbrinkm 1.21.2.2: debugging code, sanity checks 2008/01/25 09:14:58 hbrinkm 1.21.2.1: merged changes from xf02bigcleanup

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d86b79212d695d285a0813a38b6aa876dcf22608]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/25 13:58:35 oj 1.1.2.2: #i85225# add two new attributes 2008/01/24 12:14:50 oj 1.1.2.1: #i85225# new dataprovider for charts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83ddfe2ac16d34026e8925d8ca267e46b6511012]

        INTEGRATION: CWS dba30a (1.38.34); FILE MERGED 2008/02/14 08:37:49 oj 1.38.34.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b2fb063c5b5fa0aad377a15cb124fd507e032a5f]

        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>  [3debd4302be3a7a3346f499fd90b06c4ec941208]

        INTEGRATION: CWS rptchart01_DEV300 (1.50.28); FILE MERGED 2008/03/05 09:11:49 oj 1.50.28.3: RESYNC: (1.53-1.54); FILE MERGED 2008/02/19 07:34:48 oj 1.50.28.2: RESYNC: (1.50-1.53); FILE MERGED 2008/02/13 07:45:37 oj 1.50.28.1: #i85225# impl new method

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7f6e4946d8647ce233ad18dd9629f8ea3bf3fb50]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.54.142); FILE MERGED 2008/02/06 07:53:01 od 1.54.142.3: RESYNC: (1.54-1.55); FILE MERGED 2008/02/05 11:05:41 od 1.54.142.2: #i85348# adjustments for correct consideration of list tab stop of 	 new list level attributes 2008/01/23 14:57:09 od 1.54.142.1: #i85348# class <SwLineInfo> 	 - merge list tab stop into retrieved <SvxTapStopItem>, if needed.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f3c47b45026992e71ffeac8ff868fe8122c4fa62]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.2.2.3: undone changes aimed for xmlfilter04 2008/02/25 09:59:33 hbrinkm 1.2.2.2: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/01/22 09:53:22 hbrinkm 1.2.2.1: table properties

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fdf1009a439e3de43eb17e0cff3e8ef3396eed19]

        INTEGRATION: CWS dba30a (1.5.12); FILE MERGED 2008/02/20 21:31:56 fs 1.5.12.2: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org 2008/02/14 08:37:49 oj 1.5.12.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8686618c9a6109b6002565a8170ca0fe529b360a]

        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>  [92886ca7c77457f92876d21b679c61a1e8ef61c0]

        INTEGRATION: CWS rptchart01_DEV300 (1.37.222); FILE MERGED 2008/02/19 07:34:42 oj 1.37.222.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/24 12:19:14 oj 1.37.222.1: #i85225# removed duplicate header

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d8bf824631e359231ef60016e492ddbaec213abf]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.112.98); FILE MERGED 2008/02/18 07:18:04 od 1.112.98.4: #i85348# clear default tab stop at position 0 in case of absolute tab stops 2008/02/06 07:53:10 od 1.112.98.3: RESYNC: (1.112-1.113); FILE MERGED 2008/02/05 11:05:41 od 1.112.98.2: #i85348# adjustments for correct consideration of list tab stop of 	 new list level attributes 2008/01/23 14:57:09 od 1.112.98.1: #i85348# class <SwLineInfo> 	 - merge list tab stop into retrieved <SvxTapStopItem>, if needed.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2e5b0ceb42e181712793755e6e9f3f3cb11fa2d0]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.2.2.5: undone changes aimed for xmlfilter04 2008/02/25 09:59:33 hbrinkm 1.2.2.4: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/15 09:01:36 hbrinkm 1.2.2.3: set/get XNoteId: use document 2008/02/01 12:20:21 hbrinkm 1.2.2.2: debugging code 2008/01/22 09:53:22 hbrinkm 1.2.2.1: table properties

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e7614af72497d37c6b281245241e76e5e12a9ef3]

        INTEGRATION: CWS dba30a (1.3.216); FILE MERGED 2008/02/20 21:31:56 fs 1.3.216.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6d9dee375a04863805add208555457a3c1214f7f]

        INTEGRATION: CWS rptchart01_DEV300 (1.25.202); FILE MERGED 2008/02/19 07:34:39 oj 1.25.202.2: RESYNC: (1.25-1.26); FILE MERGED 2008/02/13 07:45:37 oj 1.25.202.1: #i85225# impl new method

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c434332416c55dfcee480d9f4626dafd4ad9aea5]

        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>  [44c02ce0e9b20e486e89132c4943221fdabfe89e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.66.142); FILE MERGED 2008/02/05 11:03:46 od 1.66.142.1: #i85348# method <SwTxtFrm::Format()> 	 - call new method <SwTxtFrm::CalcAdditionalFirstLineOffset()> 	   before the intrinsic formatting

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b02c4ecf74ec369740b4226ce590f20af941a471]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.2.2.3: undone changes aimed for xmlfilter04 2008/02/25 09:59:00 hbrinkm 1.2.2.2: debug code cleanups 2008/01/29 16:52:55 hbrinkm 1.2.2.1: newProperty from integer, debugging code

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cad0b76534bfe08e28f65a1a4e747191dd57ddf4]

        INTEGRATION: CWS dba30a (1.78.36); FILE MERGED 2008/02/14 08:37:48 oj 1.78.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [725272f8925e898e900490deb2ac1a48657d78e6]

        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>  [b4b2967059cd9fb55fe596589ec38f073ce4ed4c]

        INTEGRATION: CWS rptchart01_DEV300 (1.53.32); FILE MERGED 2008/02/19 07:34:35 oj 1.53.32.2: RESYNC: (1.53-1.54); FILE MERGED 2008/02/13 07:45:37 oj 1.53.32.1: #i85225# impl new method

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cba8a92c7be88658947343ceca5646020a28cef7]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.19.72); FILE MERGED 2008/02/06 07:53:04 od 1.19.72.2: RESYNC: (1.19-1.20); FILE MERGED 2008/01/31 12:41:26 od 1.19.72.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e3bb1589ef4c2d0b1d6e19d100bb293c68014252]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/15 09:00:28 hbrinkm 1.2.2.5: OOXMLFastContextHandlerXNote: new member msMyXNoteId 2008/02/13 17:56:54 hbrinkm 1.2.2.4: handleOLE, resolveOLE 2008/02/01 12:19:53 hbrinkm 1.2.2.3: OOXMLFastContextHandlerStream::getProperty 2008/01/29 16:52:12 hbrinkm 1.2.2.2: bFallback 2008/01/22 09:52:41 hbrinkm 1.2.2.1: sal_uInt32->Token_t, and more

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [520a37423b8874aa7513ee95cc0d0c76db6a24e5]

        INTEGRATION: CWS dba30a (1.12.36); FILE MERGED 2008/02/14 08:37:48 oj 1.12.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [86bb35bd5cabec2b3e3558a9516f11eb04467e10]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.96); FILE MERGED 2008/02/18 09:52:50 oj 1.5.96.1: #i85225# fix for visibility of commands

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [22326a5539c6b8ac107e84ddb818230868bee71e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.80.142); FILE MERGED 2008/01/31 12:37:23 od 1.80.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [54eac92cf3163376e067b212fff5637d3eb78010]

        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>  [6ae2e8d406bacf9a54b521950dea819879d52952]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.4.2); FILE MERGED 2008/02/26 13:24:42 os 1.4.2.10: #i86455# alignment errors fixed 2008/02/26 13:08:25 hbrinkm 1.4.2.9: undone changes aimed for xmlfilter04 2008/02/25 09:58:16 hbrinkm 1.4.2.8: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/19 12:15:31 dr 1.4.2.7: #i10000# gcc warnings 2008/02/15 08:58:12 hbrinkm 1.4.2.6: debug information, correct XNoteHandling 2008/02/13 17:56:21 hbrinkm 1.4.2.5: clean up debug code, handleOLE, resolveOLE 2008/02/01 12:18:46 hbrinkm 1.4.2.4: debugging code 2008/01/29 16:51:56 hbrinkm 1.4.2.3: bFallback, debugging code 2008/01/25 09:11:46 hbrinkm 1.4.2.2: merged changes from xf02bigcleanup 2008/01/22 09:51:39 hbrinkm 1.4.2.1: multiple changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a36aa0108917febd705f41fec89afd7ef9ddace2]

        INTEGRATION: CWS dba30a (1.55.12); FILE MERGED 2008/02/20 21:31:56 fs 1.55.12.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d7805d81faa01184b667ba00e49a80e039997ca7]

        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>  [94530e399fa4ba6bd9dc227e75627fd146d62cb2]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.58.76); FILE MERGED 2008/01/31 12:37:23 od 1.58.76.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ac4dc0919036042d14f426f21492f1376f1eae90]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.7.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.7.2.5: undone changes aimed for xmlfilter04 2008/02/25 09:57:46 hbrinkm 1.7.2.4: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/15 08:51:33 hbrinkm 1.7.2.3: set/get XNoteId 2008/02/13 17:55:12 hbrinkm 1.7.2.2: getInputStreamForId 2008/01/22 09:41:59 hbrinkm 1.7.2.1: new method getInputStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7fea8b86dc1c89a6be4766aee933b038047a3922]

        INTEGRATION: CWS dba30a (1.27.12); FILE MERGED 2008/02/26 09:11:01 oj 1.27.12.1: #100251# delete selected rows or the current one

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83c05bb4e4987dc08a302dd811385a5241c8e4dc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.14.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.14.2.6: undone changes aimed for xmlfilter04 2008/02/25 09:57:46 hbrinkm 1.14.2.5: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/15 08:58:45 hbrinkm 1.14.2.4: include clean up 2008/02/15 08:51:33 hbrinkm 1.14.2.3: set/get XNoteId 2008/02/13 17:54:43 hbrinkm 1.14.2.2: getInputStreamForId 2008/01/22 09:41:27 hbrinkm 1.14.2.1: use getDocumentStream instead of getInputStream, new method getInputStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [102b31dd5f81e951046df8a0bf2e687dcb54e3cf]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.48.142); FILE MERGED 2008/01/31 12:37:22 od 1.48.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [22983142c95ed182ddee4e351234387c57093b13]

        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>  [65ec72b7a88fb1dd92e5d1e5fb98707f3d5741ab]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.29.140); FILE MERGED 2008/01/31 12:37:22 od 1.29.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5fd6d14e2c98ed68ded8ab8aad67dc252a279219]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/01/29 15:27:08 fridrich_strba 1.2.2.2: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes + be a bit defensive in coding and prevent null pointer crashes 2008/01/22 09:40:32 hbrinkm 1.2.2.1: read: use getDocumentStream instead of getInputStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3a15eeb8f8e4a8fe359898c4bc7c71f90efc7207]

        INTEGRATION: CWS dba30a (1.3.34); FILE MERGED 2008/02/20 21:31:56 fs 1.3.34.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bacd439012299802823f5b8000629f0c2082a58b]

        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>  [9f36474d6004c9d72daebd84302172cb7d14151b]

        INTEGRATION: CWS rptchart01_DEV300 (1.11.234); FILE MERGED 2008/01/24 14:39:33 oj 1.11.234.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3d54e8f6242548b99e2ae0befe9823e0d4bb1979]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.100.140); FILE MERGED 2008/02/14 16:20:28 od 1.100.140.2: RESYNC: (1.100-1.101); FILE MERGED 2008/01/23 14:47:09 od 1.100.140.1: #i85348# class <SwBorderAttrs> 	 - correct consideration of the list indents in R2L-layout

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5ca7e571f6f7f3f991fbc04d3ef285bc524f2eec]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/02/13 17:20:49 hbrinkm 1.2.2.1: OOXMLOLEHandler

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c6faf9daf638ed47d2b06166036260573a1bb932]

        INTEGRATION: CWS dba30a (1.100.10); FILE MERGED 2008/02/14 08:37:48 oj 1.100.10.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8ce5e01072ad06df0b6e1f67f547ba458d74ee1a]

        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>  [c8c842c44aec6ed95d66f8edd0f675cd55fc4848]

        INTEGRATION: CWS rptchart01_DEV300 (1.23.8); FILE MERGED 2008/01/24 14:39:33 oj 1.23.8.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [276bada01cb099e9b5d5ed054f42fa7dc0a948e2]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.54.76); FILE MERGED 2008/02/05 10:59:05 od 1.54.76.1: #i85348# class <swTxtFrm> - enhancements for new list level attributes: 	 - member <mnAdditionalFirstLineOffset> 	 - methods <CalcAdditionalFirstLineOffset()> and <GetAdditionalFirstLineOffset()>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8e69820c163d1ed6c7f1dab2fd799fc0288bf7ae]

        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>  [5ed42bfa9364f8d02007cb7e9e74eab7b7be5698]

        INTEGRATION: CWS dba30a (1.38.116); FILE MERGED 2008/02/05 21:38:28 fs 1.38.116.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5d580c6379460f83c761ce657540498ef81e182e]

        INTEGRATION: CWS rptchart01_DEV300 (1.164.132); FILE MERGED 2008/02/18 13:46:43 oj 1.164.132.3: RESYNC: (1.165-1.166); FILE MERGED 2008/01/28 06:26:39 oj 1.164.132.2: RESYNC: (1.164-1.165); FILE MERGED 2008/01/24 14:39:32 oj 1.164.132.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f50295bb0c1372b31add8b7827abbc25940d9139]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.28.78); FILE MERGED 2008/01/31 12:37:44 od 1.28.78.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7e9262ee7eda63b1f1d9bde0fdc2697a93701b60]

        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>  [b03f270bd0c66219470c6b5eed19e5348a13196d]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.229.2); FILE MERGED 2008/02/23 10:54:46 pl 1.229.2.1: #i86329# mac specific common xcu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83a4b873631704f6691abef17838ad071afde8e8]

        INTEGRATION: CWS dba30a (1.38.116); FILE MERGED 2008/02/22 12:47:47 oj 1.38.116.1: #100251# #100250#  two new commands for the dbtdata menu

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fac87fbcb8086b1c0b5fc6b2def2f63248c3e246]

        INTEGRATION: CWS rptchart01_DEV300 (1.30.234); FILE MERGED 2008/02/18 13:37:12 oj 1.30.234.3: #85225# new method impl 2008/01/28 06:26:36 oj 1.30.234.2: RESYNC: (1.30-1.32); FILE MERGED 2008/01/24 14:39:32 oj 1.30.234.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4e8e51836a012f7544aa39af268ddc77b0a13db7]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.16.138); FILE MERGED 2008/01/31 12:37:44 od 1.16.138.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [13a34f8b13c6a796c0b47b7447ea5b28f48f17ed]

        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>  [557b89fabc3ce8e430a2072e996fe96735ab7faf]

        INTEGRATION: CWS dba30a (1.24.12); FILE MERGED 2008/02/20 21:31:56 fs 1.24.12.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1e8dd21ce848ea6136ffd659f8e6a6399a8b9578]

        INTEGRATION: CWS rptchart01_DEV300 (1.43.182); FILE MERGED 2008/01/24 14:39:32 oj 1.43.182.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c7d14f1695ac333e7333d4d8c0c59490dc560a33]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.15.84); FILE MERGED 2008/01/31 12:37:44 od 1.15.84.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d0392deda01fba100a8499788289bce7bc223d78]

        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>  [7d7e173d7d06f17f1c0e62936d665da502c69552]

        INTEGRATION: CWS dba30a (1.5.48); FILE MERGED 2008/02/20 21:31:56 fs 1.5.48.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b7efe27aba2be447698328aecbcc4a9baeb55292]

        INTEGRATION: CWS rptchart01_DEV300 (1.83.8); FILE MERGED 2008/02/18 13:46:36 oj 1.83.8.3: RESYNC: (1.84-1.85); FILE MERGED 2008/01/28 06:26:33 oj 1.83.8.2: RESYNC: (1.83-1.84); FILE MERGED 2008/01/24 14:39:32 oj 1.83.8.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f6b067d470a9d8ddda534c3c5252c546f2a066a9]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.142); FILE MERGED 2008/01/31 12:37:44 od 1.13.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [958dc9cf49ee67473c6062c4a577e767f92fff34]

        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>  [a7b0bc74e65c7fc0788dbeb61690d595ea7db5bc]

        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>  [b0ea26db80b677b0fbe7d7f65a4953f4878403ed]

        INTEGRATION: CWS dba30a (1.13.132); FILE MERGED 2008/02/20 21:31:56 fs 1.13.132.2: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org 2008/01/14 09:12:24 fs 1.13.132.1: remove unused code Issue number:  #i85177# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d6df49ec9003bc7e4a20e8359f633f1dcabf051c]

        INTEGRATION: CWS rptchart01_DEV300 (1.75.220); FILE MERGED 2008/01/24 14:39:32 oj 1.75.220.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8e8d7271cc4e4678aabf77df24684c1abc2a5846]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.20.100); FILE MERGED 2008/01/31 12:38:06 od 1.20.100.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [03df6c1121e0082387b8bf30b1ce2e81e6556a16]

        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>  [473056a93c5db7d0c25f4d7d498622957f9aa357]

        INTEGRATION: CWS dba30a (1.30.116); FILE MERGED 2008/02/20 21:31:55 fs 1.30.116.2: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org 2008/01/14 09:12:24 fs 1.30.116.1: remove unused code Issue number:  #i85177# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fc7da270e55e6535cd94e0532ff6543a266a3a51]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.23.142); FILE MERGED 2008/02/13 11:19:24 od 1.23.142.2: #i85348# reset of indent attributes on applying list style at paragraphs 2008/01/31 12:38:06 od 1.23.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fb6436fcb2b80b51b29bfd4e04233e732fc48278]

        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>  [319afc3433a9833c532dc98205521b5fd69bb178]

        INTEGRATION: CWS rptchart01_DEV300 (1.154.186); FILE MERGED 2008/02/18 13:46:30 oj 1.154.186.2: RESYNC: (1.154-1.156); FILE MERGED 2008/01/24 14:39:32 oj 1.154.186.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [78f9b57e87a25705b4258121728d90abd735d303]

        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>  [5babafbc8bddb28ae275317905f3e7e5dd5535fc]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.18); FILE MERGED 2008/01/23 14:42:59 os 1.3.18.1: include inc/writerfilter.mk

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3248ed671e01ee5143b43576224619b1288272b7]

        INTEGRATION: CWS dba30a (1.54.12); FILE MERGED 2008/02/14 08:37:48 oj 1.54.12.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c17d523cbd2b127948cfec616f58ecaacc85c690]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.28.140); FILE MERGED 2008/01/23 14:39:22 od 1.28.140.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e26cbcd6bff208984dd2a3fa4c3fc55879511fef]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.18); FILE MERGED 2008/01/22 16:12:54 hbrinkm 1.3.18.1: performance optimizations

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [88bd8d383783b10bad9fe3dec8f53c126ce56d60]

        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>  [a5d24dcde3cafe6fb38c28f2295d51a72bd1f931]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.340); FILE MERGED 2008/01/24 14:39:44 oj 1.2.340.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4575d51436872e56eb71afb6eaf4541eb722b683]

        INTEGRATION: CWS dba30a (1.27.46); FILE MERGED 2008/02/14 08:37:48 oj 1.27.46.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d501da1e857336f0ecb9aa570b81cb672a93e479]

        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>  [ba1878569b1d838dd95a681630b7558c8e1ed21c]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.52.74); FILE MERGED 2008/02/06 07:52:52 od 1.52.74.2: RESYNC: (1.52-1.53); FILE MERGED 2008/01/31 12:38:06 od 1.52.74.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ab2664c1f55aa05ada662327dcfed1dab8f12ce7]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.19.2); FILE MERGED 2008/01/22 16:10:42 hbrinkm 1.19.2.1: clean up

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f26bd453bf2acf2f99fab43e8a54982e6a2d59c5]

        INTEGRATION: CWS rptchart01_DEV300 (1.4.216); FILE MERGED 2008/01/24 14:39:44 oj 1.4.216.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c6a34e1da008075a0245a0028da46722baac2af3]

        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>  [9686083c75ecc617b601bc568b63590240398515]

        INTEGRATION: CWS dba30a (1.49.34); FILE MERGED 2008/02/14 08:37:48 oj 1.49.34.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d5a459d4a38983670b1f39b3cb84b71e89affcf0]

        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>  [2ebf182cbc2101f74a4d1e32a7eb57a529f554c7]

        INTEGRATION: CWS dba30a (1.29.36); FILE MERGED 2008/02/14 08:37:48 oj 1.29.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2cf125ef7397c4904e259bcc113df212733fdb4c]

        INTEGRATION: CWS rptchart01_DEV300 (1.12.780); FILE MERGED 2008/01/24 14:39:43 oj 1.12.780.1: #i85225# changes for embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b00c36d547c0ae517da8f35860307bd466b05d20]

        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>  [1da0b7c0900001a227b8638c841e79f355b5198a]

        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>  [7bf55bdff0e838e82227fe1da21422cee1d965b4]

        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>  [bfed419334b229f08a25438d1869a5c00b7661ae]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.8.398); FILE MERGED 2008/01/23 14:39:22 od 1.8.398.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [09e8b5293f060c3c850dee90643ef91b55125b57]

        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>  [23960dce073a85b78884824e7a124fc73901d642]

        INTEGRATION: CWS dba30a (1.18.36); FILE MERGED 2008/02/14 08:37:48 oj 1.18.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e61d7958b8f6d9b849cddef3ca16423c80b41ec8]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.17.142); FILE MERGED 2008/01/31 12:38:06 od 1.17.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [028b7d9d7858b37c21f6c085c063d79e1cbed463]

        INTEGRATION: CWS dba30a (1.13.48); FILE MERGED 2008/02/14 08:37:48 oj 1.13.48.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5434b659ad09ba24937b2f1db35fa2b512abe82c]

        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>  [d653fda7e26caa6241def2b3a41d9a7889e1e228]

        INTEGRATION: CWS dba30a (1.5.48); FILE MERGED 2008/02/14 08:37:48 oj 1.5.48.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [117d30b0e3c97ab3f479e2317885cfc7ae2b4843]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.42.140); FILE MERGED 2008/01/31 12:38:05 od 1.42.140.2: #i85348# refactoring: adjust includes 2008/01/23 14:39:22 od 1.42.140.1: #i85348# adjustments due to changed method <SwEditShell::GetCurAttr(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [002cabc1074191dcc6d8641a6f26c78258fb08da]

        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>  [2bbeb4911ad81fe0cb3bdc929841c107fb831845]

        INTEGRATION: CWS dba30a (1.105.34); FILE MERGED 2008/02/14 08:37:47 oj 1.105.34.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dab0c9f3f1664a637a2c519a807370bb4e9d1c90]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.8.76); FILE MERGED 2008/02/13 11:19:59 od 1.8.76.1: #i85348# - adjustment due to changed constructor of class <SwNumRule> 	 - adjustment due to changed method name at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [046bc84c6c9cbe36f807d6dac1811b701e5bd44a]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.30.68); FILE MERGED 2008/02/22 13:00:38 pl 1.30.68.5: #i86352# add options button in PrinterSetupDialog 2008/01/13 21:28:14 ericb 1.30.68.4: RESYNC: (1.32-1.33); FILE MERGED 2007/12/12 21:07:41 ericb 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2007/12/12 20:29:50 ericb 1.30.68.2: solve conflict with kprinter 2007/11/23 21:47:56 ericb 1.30.68.1: #i77579# add kprinter changes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3d721e508d82007d8f9e577450f2f50412d8eef9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.7.2); FILE MERGED 2008/02/18 16:12:50 dr 1.7.2.6: RESYNC: (1.7-1.9); FILE MERGED 2008/01/25 09:06:42 hbrinkm 1.7.2.5: merged changes from xf02bigcleanup 2008/01/23 14:49:48 os 1.7.2.4: include inc/writerfilter.mk 2008/01/23 13:54:33 fridrich_strba 1.7.2.3: crossmerging changes from xf02bigcleanup 2008/01/23 09:11:27 hbrinkm 1.7.2.2: last changes did not work 2008/01/22 09:34:08 hbrinkm 1.7.2.1: commented out targets that are build in resourcemodel

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2dc5eb23c446b1ff63f46fb7c2c98017cf973ef5]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.38.84); FILE MERGED 2008/02/13 11:19:59 od 1.38.84.2: #i85348# - adjustment due to changed constructor of class <SwNumRule> 	 - adjustment due to changed method name at class <SwDoc> 2008/01/31 12:38:05 od 1.38.84.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [00d973af2e019dbe55cd55d52461eac30a0e4124]

        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>  [f2d4eb27939431284bd25888cb2e90b3936afe6b]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.326); FILE MERGED 2008/02/19 07:40:18 oj 1.2.326.1: #i85225# return XSingleSelectQueryComposer

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5710807cdd6d90d5ee980deff4ccdcd30bd86550]

        INTEGRATION: CWS dba30a (1.7.46); FILE MERGED 2008/02/14 08:37:47 oj 1.7.46.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e0a19145ca8b4c37f2b40586ee7c792362aa3001]

        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>  [89d9f339af92001550ed9ea3f76a383d15df7a22]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.53.122); FILE MERGED 2008/02/26 14:17:44 pl 1.53.122.1: #i77579# print progress should get a different text in case of native print dialog after the job

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [75259d3484d0d2c210994ef8696a8d82652d3752]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.124); FILE MERGED 2008/01/24 14:44:04 oj 1.2.124.1: #i85225# add some props

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d07ba22bdefe0f924546c732227d4143d3f07651]

        INTEGRATION: CWS dba30a (1.14.12); FILE MERGED 2008/02/14 08:37:47 oj 1.14.12.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c08493747fe5454c41ca5fa7452f164e5b1a79e1]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.49.142); FILE MERGED 2008/02/13 11:22:54 od 1.49.142.3: #i85348# usage of new list level attributes of build-in list styles 2008/02/04 14:49:01 od 1.49.142.2: #i85348# - consider new list level attributes 2008/01/31 12:38:29 od 1.49.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3428f43323ce69664b2c06b72f8011ecacd40ecf]

        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>  [83ac06d80cb19db5aa0a172347e2dd9c1dd30d1a]

        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>  [2f57562903b389d29430cf485a964d74d731dfc9]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:44:27 oj 1.1.2.1: #i85225# add new data provider for database

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [df722ee5e8e08ee9cbd8df5940b9cc5ff4aaad67]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.10.122); FILE MERGED 2008/02/26 14:17:44 pl 1.10.122.1: #i77579# print progress should get a different text in case of native print dialog after the job

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d6a9f8a5f20947776fc46c2d916e5fe0e25d20fb]

        INTEGRATION: CWS dba30a (1.22.12); FILE MERGED 2008/02/14 08:37:47 oj 1.22.12.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [80b0d8d452e182faf4c00bb88532b4f1b1788a5f]

        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>  [765390193ecd2d2cf6cc935716596f9f968e3c32]

        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>  [2b527593b273de4e9b310fc91b4d14cdb299902f]

        INTEGRATION: CWS rptchart01_DEV300 (1.3.110); FILE MERGED 2008/01/24 14:44:04 oj 1.3.110.1: #i85225# add some props

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c5bf3d02c8e9f013679e9228272d11146acb2f1]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.44.82); FILE MERGED 2008/02/13 11:23:47 od 1.44.82.3: #i85348# adjustments due to allow <SwNumRule> creation using existing 	 list level attributes 2008/01/31 12:38:28 od 1.44.82.2: #i85348# refactoring: adjust includes 2008/01/23 14:46:08 od 1.44.82.1: #i85348# new default list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [281849fe0be5b0e52407d2e5e009bb5d49e5a82a]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.23.122); FILE MERGED 2008/02/26 14:17:44 pl 1.23.122.3: #i77579# print progress should get a different text in case of native print dialog after the job 2007/11/26 20:14:37 ericb 1.23.122.2: #i77579# another change avoiding the fake printing 2007/11/26 19:55:37 ericb 1.23.122.1: #i77579# a try to hide the old dialog box

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [46a84d7437eac718d2845f09eff4a093d2cd1495]

        INTEGRATION: CWS dba30a (1.6.134); FILE MERGED 2008/02/14 08:37:47 oj 1.6.134.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3f029bd400ba39349bcb9c33708177de96012fbf]

        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>  [c04ad977b913678e88900d5942c16a0659a443be]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.8.2); FILE MERGED 2008/01/23 14:42:01 os 1.8.2.1: include inc/writerfilter.mk

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [92accf1854938033e9a5d65c06c2dec11fbe054b]

        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>  [3cadb65c2e2c93340af52f471f7cff89dda69ad5]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.124); FILE MERGED 2008/02/19 07:38:56 oj 1.2.124.2: #i85225# move detail and master field into upper interface 2008/01/25 13:55:28 oj 1.2.124.1: #i85225# add two new attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2769388e1f68891a75bbd2728eccb4acf26f63ad]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.24.18); FILE MERGED 2008/02/13 11:21:37 od 1.24.18.1: #i85348# implementation of method <SwTxtFmtColl::AreListLevelIndentsApplicable()>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4817eccfa4432952dd263ae7f26604e080408f18]

        INTEGRATION: CWS dba30a (1.15.36); FILE MERGED 2008/02/14 08:37:47 oj 1.15.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4d89c3d6188c34536864bfbfe76527af6df8caba]

        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>  [be62374c7235416ff5061b8eeea3d34639dda86e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.5.2); FILE MERGED 2008/01/22 09:53:15 os 1.5.2.1: asserts fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b49a441fad13a1ac4709fbf1a532263f15c9e44f]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.124); FILE MERGED 2008/02/19 07:38:56 oj 1.2.124.1: #i85225# move detail and master field into upper interface

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5afe3c26f23a987265104e9df224f8bef2fd287b]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.11.142); FILE MERGED 2008/02/13 11:24:32 od 1.11.142.1: #i85348# adjustment due to changed method names at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a92af7b8c41b14e4e6f345f69528ca793baf892d]

        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>  [d0cb21b812d2fffcb85ce572ec8d682360f46339]

        INTEGRATION: CWS dba30a (1.22.36); FILE MERGED 2008/02/14 08:37:47 oj 1.22.36.1: #i86088# add url handling for sdbc:mysqlc:

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ca982498056063611b1e90fe5adf7825fb059aa9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.14.2); FILE MERGED 2008/02/06 14:05:10 os 1.14.2.3: creating CharStyles for numbering/list symbols 2008/01/24 14:47:39 os 1.14.2.2: support automatic width of frames 2008/01/22 09:54:29 os 1.14.2.1: FindStyleSheetByStyleName added

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ffd592f33300deb4930978012317a82f3d127086]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.68.142); FILE MERGED 2008/02/13 11:26:30 od 1.68.142.3: #i85348# - reset of indent attributes on applying list style at paragraphs          - adjustment due to changed constructor of class <SwNumRule> 2008/02/06 07:53:19 od 1.68.142.2: RESYNC: (1.68-1.70); FILE MERGED 2008/01/23 14:45:13 od 1.68.142.1: #i85348# remove unnecessary code

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [17f1dd8adf38ff86b699a2264997a4de8703619f]

        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>  [4522dac5d7776ccd6e3d24373517149f6577117e]

        INTEGRATION: CWS rptchart01_DEV300 (1.2.180); FILE MERGED 2008/01/24 14:43:25 oj 1.2.180.1: #i85225# add new data provider for database

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [03aae1b580b4224dff34e0bb786f87076c4e8a23]

        INTEGRATION: CWS dba30a (1.22.48); FILE MERGED 2008/02/20 21:31:55 fs 1.22.48.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a62799867cf914f9ca50f8e073c10833027cbb2e]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.27.318); FILE MERGED 2008/02/21 21:45:02 pl 1.27.318.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aa395206f2a5e8af2666eceae2ffee70905bdd12]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.30.2); FILE MERGED 2008/02/06 14:05:10 os 1.30.2.3: creating CharStyles for numbering/list symbols 2008/01/24 14:47:39 os 1.30.2.2: support automatic width of frames 2008/01/22 09:54:11 os 1.30.2.1: set defaults of heading styles; FindStyleSheetByStyleName added

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4ba604318440e20d0fd27fc3cacf817d5fb1f759]

        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>  [c0f19b8f2d19e5af9341f96ca745472dd7f6c792]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.80.66); FILE MERGED 2008/02/13 11:25:25 od 1.80.66.3: #i85348# adjustment due to changed constructor of class <SwNumRule> 2008/02/06 07:53:16 od 1.80.66.2: RESYNC: (1.80-1.81); FILE MERGED 2008/01/31 12:38:28 od 1.80.66.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cb92c1a96129e71d440c328de128728531b07881]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/25 13:55:28 oj 1.1.2.2: #i85225# add two new attributes 2008/01/24 14:43:43 oj 1.1.2.1: #i85225# add new data provider for database

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [981453ea910c0a1c8cd2379f5e6c190cb42af03f]

        INTEGRATION: CWS dba30a (1.193.10); FILE MERGED 2008/02/05 21:38:27 fs 1.193.10.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [af9630804ffa8a82e0612c8692d32a07801380b9]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.20.318); FILE MERGED 2008/02/21 21:45:02 pl 1.20.318.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e08e2b9507451e47d2f032c552131ca671a4a204]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.14.2); FILE MERGED 2008/02/06 14:05:10 os 1.14.2.2: creating CharStyles for numbering/list symbols 2008/01/22 11:38:17 os 1.14.2.1: frame property support

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8d3271d1ba40bc647c1d009504dc2d2b45265ea8]

        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>  [b2c62833ea8b3e7b829fb03aeb9905ca45770841]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.48.32); FILE MERGED 2008/02/13 11:20:48 od 1.48.32.1: #i85348# implementation of method <SwDoc::ResetAttrAtFormat(..)>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [686ce40f2e1a59bc3c3197f969cbf4bb1e6d7445]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/03/03 17:32:15 is 1.1.2.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [83a853b7172ce377ec911e713e33df7358683bab]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.19.420); FILE MERGED 2008/02/21 21:45:02 pl 1.19.420.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [28ac6721003dfb4b553fd46707e4c8d91903a3c0]

        INTEGRATION: CWS dba30a (1.82.6); FILE MERGED 2008/02/26 09:10:48 oj 1.82.6.1: #100251# delete selected rows or the current one

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9986d434c0105df17e7de1c668fabd7e9d7bd247]

        INTEGRATION: CWS aquavcl05_DEV300 (1.21.40); FILE MERGED 2008/03/03 17:31:44 is 1.21.40.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7da27fa35b8430691dce74012aee84ce8f61f0b5]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.22.2); FILE MERGED 2008/01/23 14:48:36 fridrich_strba 1.22.2.2: fixing warnings on gcc 4.1.2 linux x86 2008/01/22 11:38:17 os 1.22.2.1: frame property support

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [68cac69adfafbdf00fca383edfd43119ebe8a39a]

        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>  [e5d4218ceb57746209fc8b69e10be6a05d0e9807]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.40.16); FILE MERGED 2008/02/13 11:24:32 od 1.40.16.1: #i85348# adjustment due to changed method names at class <SwDoc>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [112456f042667fd7e0ab6c1402ff6e9457d71a76]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.46.144); FILE MERGED 2008/02/21 21:45:02 pl 1.46.144.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c560490510767224d97e8326c2185aeb338e6217]

        INTEGRATION: CWS dba30a (1.81.74); FILE MERGED 2008/02/05 21:38:27 fs 1.81.74.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6b071ec4fb4d6017a05b86bbfcfaafd43adffc64]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.24.2); FILE MERGED 2008/02/06 14:05:10 os 1.24.2.3: creating CharStyles for numbering/list symbols 2008/01/24 14:47:39 os 1.24.2.2: support automatic width of frames 2008/01/22 11:37:00 os 1.24.2.1: Reference fields

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [67fd69c93a5fabc2ea86e9ff410f15aaeb34728f]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.15.142); FILE MERGED 2008/01/31 12:38:28 od 1.15.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5548d0e8c7d319cd475240f5dabe620c2c1f3ab3]

        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>  [f24ea75ee0ea13d91fd9374cff123e10321787b9]

        INTEGRATION: CWS dba30a (1.32.10); FILE MERGED 2008/02/25 13:23:50 fs 1.32.10.2: #i10000# 2008/02/05 21:38:27 fs 1.32.10.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4f992b880658a51b43c8324395dece79f2bbefb9]

        INTEGRATION: CWS aquavcl05_DEV300 (1.67.6); FILE MERGED 2008/02/19 18:26:02 pl 1.67.6.1: #i85963# add URLs for StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0b133ea1e366855af5cf1213146f7c7282d60e88]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.27.2); FILE MERGED 2008/02/06 14:05:10 os 1.27.2.3: creating CharStyles for numbering/list symbols 2008/01/24 14:47:39 os 1.27.2.2: support automatic width of frames 2008/01/22 11:37:00 os 1.27.2.1: Reference fields

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1a38f7b9aea5d36570ef045cb13e0a4ad1446c7b]

        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>  [b3a3d768de66b1447320a7c08218fda392eaf67d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.67.72); FILE MERGED 2008/02/06 07:52:55 od 1.67.72.2: RESYNC: (1.67-1.68); FILE MERGED 2008/01/31 12:39:06 od 1.67.72.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7fc6651e4e39e3307d25fa1ffeeffc3fda8b44fd]

        INTEGRATION: CWS dba30a (1.103.10); FILE MERGED 2008/03/05 10:56:21 oj 1.103.10.5: #100250# move to last row before move to insert row 2008/02/26 09:10:48 oj 1.103.10.4: #100251# delete selected rows or the current one 2008/02/25 13:50:56 fs 1.103.10.3: #i10000# 2008/02/22 12:47:47 oj 1.103.10.2: #100251# #100250#  two new commands for the dbtdata menu 2008/02/05 21:38:27 fs 1.103.10.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7c15012aace643712dbae293705fa7753492136a]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.588); FILE MERGED 2008/03/03 17:37:11 is 1.1.588.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [987faae3ffa731c10512dc3bd7c6f79ad95ef281]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.2.2); FILE MERGED 2008/01/22 11:44:45 os 1.2.2.1: remove timing changed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fce59829526e672fe40a445d3b23cd4775704187]

        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>  [671e1aa32727445b075039bd549ea112c95ff509]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.142); FILE MERGED 2008/01/31 12:39:23 od 1.12.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ced5993f457e7e14acbdd9dde590ee78e7bcacf2]

        INTEGRATION: CWS aquavcl05_DEV300 (1.11.6); FILE MERGED 2008/03/03 17:37:11 is 1.11.6.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c2d8c1aa90911779b6aec905f50dffd2fbd64ff3]

        INTEGRATION: CWS dba30a (1.24.10); FILE MERGED 2008/02/20 21:31:55 fs 1.24.10.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [54b8105ed576c6cc5792213b6961c16a7a36d9be]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.4.2); FILE MERGED 2008/01/22 11:44:05 os 1.4.2.1: asserts fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ea4638fc7ef0eccd34efbb29a04452d64797f3fe]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.142); FILE MERGED 2008/01/31 12:39:23 od 1.13.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7c4b2626237c13400466118c279a3b1f9ec3ccd5]

        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>  [d34d1557f073225cf9c8babc38a82a3cb5e3dc93]

        INTEGRATION: CWS dba30a (1.23.8); FILE MERGED 2008/02/20 21:31:55 fs 1.23.8.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [31664c27d8463e26062e1a3fa44fc728f613c9b0]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.5.2); FILE MERGED 2008/02/19 16:40:05 dr 1.5.2.5: #i10000# suncc warnings 2008/02/06 14:05:10 os 1.5.2.4: creating CharStyles for numbering/list symbols 2008/01/28 14:45:42 os 1.5.2.3: fixed char/para property handling 2008/01/28 12:44:35 os 1.5.2.2: list indent fixed - paragraph indent still applied 2008/01/22 11:46:35 os 1.5.2.1: character attributes of symbol excluded

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f20983bcc1c9e548eca2193741448e7a8708f04f]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.140); FILE MERGED 2008/01/31 12:39:46 od 1.13.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [069703cc6570c28bff2297799cda32116f51d19b]

        INTEGRATION: CWS aquavcl05_DEV300 (1.13.6); FILE MERGED 2008/03/03 17:37:11 is 1.13.6.1: #i86640# desktop link and startmenu link

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ab424b37b08995e8f6440d8c40fd116bf195f128]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/01/22 11:46:49 os 1.3.2.1: asserts fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [975236711d49b82212b41f129036dc997e48812d]

        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>  [2825d7799e5281713614d3e88adeaacf340e4c35]

        INTEGRATION: CWS dba30a (1.2.36); FILE MERGED 2008/02/20 21:31:55 fs 1.2.36.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [15a1c4c5e56966acd19d2bbf9729ffcb19772e50]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.12.140); FILE MERGED 2008/01/31 12:27:13 od 1.12.140.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8a19df22e4334821098b643a6280c33e924627b8]

        INTEGRATION: CWS rptchart01_DEV300 (1.14.26); FILE MERGED 2008/01/24 14:41:00 oj 1.14.26.1: #i85225# moved filtermanager und parameter to connectivity

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4d251f9ed39ffdd4180a2210acc72b596980510d]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.2); FILE MERGED 2008/02/06 14:05:10 os 1.6.2.2: creating CharStyles for numbering/list symbols 2008/01/23 14:40:55 os 1.6.2.1: forward fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [103ebaa82d9bdf0d2139df8e7f96dbb44fec2906]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.121.236); FILE MERGED 2008/02/06 07:52:48 od 1.121.236.2: RESYNC: (1.121-1.122); FILE MERGED 2008/01/18 08:12:32 od 1.121.236.1: #i85348# uno names of new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e2d5cadf62ba861e53c81d5d94e1911671514d76]

        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>  [46883dc083dd7a84f14ef9e08de171943b8eb9f3]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.9.2); FILE MERGED 2008/02/06 14:05:10 os 1.9.2.4: creating CharStyles for numbering/list symbols 2008/01/29 15:27:07 fridrich_strba 1.9.2.3: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes + be a bit defensive in coding and prevent null pointer crashes 2008/01/22 11:47:45 os 1.9.2.2: asserts fixed 2008/01/22 09:28:20 hbrinkm 1.9.2.1: import shape size, debug information

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1bb064ca2018f00fc1929e4cc9b8234e8b1e9004]

        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>  [04181713c7a13e82d78cd0d2e6e3fe8fe5f3665e]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.40.18); FILE MERGED 2008/02/13 11:07:12 od 1.40.18.1: #i85348# new class <SwUndoFmtResetAttr> for undo/redo of reset of format 	 attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4948464078ebdf02f432c5480c3f1dae317f23e5]

        INTEGRATION: CWS dba30a (1.2.36); FILE MERGED 2008/02/25 08:01:31 fs 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2008/02/20 21:31:55 fs 1.2.36.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0aa6d5a043f0b84c6f9d2f9763d74e87939dc15c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.7.2); FILE MERGED 2008/01/22 11:45:03 os 1.7.2.1: asserts fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ec900d1760d0eb443f7f7ca0e02c139b20446fbe]

        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>  [4cb85b23eda1c14714dbf8ef5f2cb20390ba10dd]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.142); FILE MERGED 2008/01/31 12:23:06 od 1.10.142.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b84f75b50a259d698d1d0f5c5847aacf5d092917]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.21.2); FILE MERGED 2008/02/13 07:42:07 os 1.21.2.5: paragraph styles cannot be applied to page styles 2008/02/06 14:05:09 os 1.21.2.4: creating CharStyles for numbering/list symbols 2008/01/29 15:27:07 fridrich_strba 1.21.2.3: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes + be a bit defensive in coding and prevent null pointer crashes 2008/01/28 14:45:10 os 1.21.2.2: list properties as context 2008/01/22 11:48:26 os 1.21.2.1: bookmark insertion fixed; frames in text supported

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9634fdd60d9f85dc3dcf756b65c8ad2b784942f5]

        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>  [dce737adb26372178dfc6ab1059a87cb6c7f90d2]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.33.112); FILE MERGED 2008/02/13 11:06:09 od 1.33.112.1: #i85348# class <SwNumRule> 	 - adjustments to allow creation of a list style using by default 	   the existing list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [614f53dda31f14fe89303dc1809fc29350c1ba29]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.22.2); FILE MERGED 2008/02/06 14:05:09 os 1.22.2.8: creating CharStyles for numbering/list symbols 2008/01/28 14:45:10 os 1.22.2.7: list properties as context 2008/01/28 12:47:30 os 1.22.2.6: auto width of frames fixed 2008/01/25 09:05:42 hbrinkm 1.22.2.5: resolved signed/unsigned warnings 2008/01/24 14:47:39 os 1.22.2.4: support automatic width of frames 2008/01/23 14:48:36 fridrich_strba 1.22.2.3: fixing warnings on gcc 4.1.2 linux x86 2008/01/22 11:50:50 os 1.22.2.2: bookmark insertion fixed; frames in text supported;reference field support 2008/01/22 09:26:09 hbrinkm 1.22.2.1: read shape, debug information

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fa971796561751b14d9dcf1f52fa9f942d4aa593]

        INTEGRATION: CWS dba30a (1.2.36); FILE MERGED 2008/02/20 21:31:54 fs 1.2.36.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [13fa50895538f9a247917ce0ecf392f1430c1405]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.51.112); FILE MERGED 2008/02/05 10:51:32 od 1.51.112.3: #i85348# adjustment of new method <SwTxtNode::GetListTabStopPosition(..)> 2008/01/31 12:23:06 od 1.51.112.2: #i85348# refactoring: adjust includes 2008/01/23 14:34:50 od 1.51.112.1: #i85348# class <SwTxtNode> 	 - method <GetAttr(..)> 	 -- added optional parameter <bMergeIndentValuesOfNumRule> 	 - new methods <AreListLevelIndentsApplicable()>, 	   <GetListTabStopPosition()> and <GetLabelFollowedBy()>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f0e316ced25f122a0409a4ea9d35c658a10c607b]

        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>  [948f007f827a7241cd887e0c48f844b7600ea1a2]

        INTEGRATION: CWS rptchart01_DEV300 (1.34.24); FILE MERGED 2008/01/24 14:41:00 oj 1.34.24.1: #i85225# moved filtermanager und parameter to connectivity

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70bd734d4ae93f67ba8f2c6655949fe1379553b9]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.64.2); FILE MERGED 2008/02/13 14:57:34 os 1.64.2.10: reset current tab stop after use 2008/02/13 07:42:07 os 1.64.2.9: paragraph styles cannot be applied to page styles 2008/02/06 14:05:09 os 1.64.2.8: creating CharStyles for numbering/list symbols 2008/01/30 09:30:20 fridrich_strba 1.64.2.7: fix debug build 2008/01/29 15:27:07 fridrich_strba 1.64.2.6: fix compiler errors with recent gcc 4.3 snapshot due to some missing includes + be a bit defensive in coding and prevent null pointer crashes 2008/01/28 14:46:26 os 1.64.2.5: list properties as context 2008/01/25 09:05:16 hbrinkm 1.64.2.4: resolved signed/unsigned warnings 2008/01/24 14:47:39 os 1.64.2.3: support automatic width of frames 2008/01/23 14:48:36 fridrich_strba 1.64.2.2: fixing warnings on gcc 4.1.2 linux x86 2008/01/22 11:51:39 os 1.64.2.1: bookmark insertion fixed; frames in text supported

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fa21c8e6c0a9efabd8df1cab68213b5d2e262034]

        INTEGRATION: CWS dba30a (1.38.10); FILE MERGED 2008/02/20 21:31:54 fs 1.38.10.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5f9046c370b8f8e0560e4d797e26df8ea073cf61]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.338); FILE MERGED 2008/02/06 07:52:46 od 1.10.338.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/31 12:23:06 od 1.10.338.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [51bccaa25ed14d886ca698c1ded133dd0322256d]

        INTEGRATION: CWS rptchart01_DEV300 (1.84.24); FILE MERGED 2008/01/24 14:41:00 oj 1.84.24.1: #i85225# moved filtermanager und parameter to connectivity

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f55b0ce300e5b4fea0c0b8dc96a253d10bff7abb]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.5.638); FILE MERGED 2008/01/31 12:23:06 od 1.5.638.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d3cda6f32ecd3959f89c4fa7c82a5d11207f3520]

        INTEGRATION: CWS dba30a (1.75.10); FILE MERGED 2008/02/20 21:31:54 fs 1.75.10.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2a4e820be34d34cdc50736360ad645db8b3c7147]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/01/22 09:52:59 os 1.3.2.1: asserts fixed

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [01478a28babb38cdba86c4fd17ab129850f07400]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.60.16); FILE MERGED 2008/02/28 15:20:14 pl 1.60.16.1: #86352# set decent default options on SfxPrinter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [dca5be3c2e1ed39b417a4a24f7f013b761cf2c7b]

        INTEGRATION: CWS dba30a (1.15.10); FILE MERGED 2008/02/20 21:31:54 fs 1.15.10.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f207ca3c427f0c88ae4c2ba9bd84e92e6822beaa]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.7.114); FILE MERGED 2008/01/31 12:23:06 od 1.7.114.1: #i85348# refactoring: adjust includes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3b3670da2212b944262bd38abcab6a9861b376c3]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/15 13:34:24 pl 1.1.2.1: #i85963# add extension button

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2d7e5d2c8a3eff14b11586eefd20e985355d9cc4]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.3.2); FILE MERGED 2008/01/22 09:52:43 os 1.3.2.1: line distance added

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [28a299459856edb5f36e2749b72730c9dec36c17]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.39.40); FILE MERGED 2008/02/22 16:12:14 pl 1.39.40.1: #i86352# add options button in PrinterSetupDialog, update print settings on doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [58253aa55092a99b9da30cc1e92154a884e0019f]

        INTEGRATION: CWS rptchart01_DEV300 (1.105.56); FILE MERGED 2008/02/18 13:03:14 oj 1.105.56.2: RESYNC: (1.105-1.106); FILE MERGED 2008/01/29 08:57:26 oj 1.105.56.1: merge conflict

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [74aab129d9d1d961dc0ddd3b944c1a3862ec00f5]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.10.142); FILE MERGED 2008/02/13 10:57:15 od 1.10.142.1: #i85348# class <SwTxtFmtColl> 	 - new method <AreListLevelIndentsApplicable()>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [64e850ee616380aa81bb4c20ffaf5d05f412b43b]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/18 18:18:29 pl 1.1.2.1: #i85963# add backing window graphics parts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [611362c311bbff87d5d9baa47d53a1862229ed44]

        INTEGRATION: CWS dba30a (1.69.12); FILE MERGED 2008/02/25 08:01:28 fs 1.69.12.2: RESYNC: (1.69-1.70); FILE MERGED 2008/02/20 21:31:54 fs 1.69.12.1: remove unused code Issue number:  #i86284# Submitted by:  cmc@openoffice.org Reviewed by:   fs@openoffice.org

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [06fa030254dd625ae1de5be4a956da38eb293807]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.6.2); FILE MERGED 2008/01/22 09:52:43 os 1.6.2.1: line distance added

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [17ffa82132e5852c2584518a10a84e08da52e865]

        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>  [21fb8390c0ff75c6efda5b12cfd57b056b99009a]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.7.600); FILE MERGED 2008/02/22 16:12:14 pl 1.7.600.1: #i86352# add options button in PrinterSetupDialog, update print settings on doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [926417b2e896448cb485afdd346aebc0cd9eb6d8]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/19 17:31:02 pl 1.1.2.1: #i85963# add two buttons

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7b15cb14fff924ec24e96740c99c886255b837a9]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.62.34); FILE MERGED 2008/02/13 10:55:52 od 1.62.34.2: #i85348# method <SwEditShell::SetCurNumRule(..)> 	 - parameter <bResetIndentAttrs> 2008/01/23 14:32:30 od 1.62.34.1: #i85348# method <SwEditShell::GetCurAttr(..)> 	 - renamed from <GetAttr(..)> 	 - added 2nd optional parameter <bMergeIndentValuesOfNumRule>

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c364780ae5fa67ae49b29bf7c95d0f6f2d0e0702]

        INTEGRATION: CWS dba30a (1.22.116); FILE MERGED 2008/03/05 10:36:12 fs 1.22.116.2: copying changes from odbmacros2 herein 2008/02/05 21:38:27 fs 1.22.116.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cc564b03f234b80dbdc6f34cc95eb4615c0458ab]

        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>  [3e8595e85929ea6f5d982ee823c2a9574fcba535]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.13.2); FILE MERGED 2008/02/26 13:08:25 hbrinkm 1.13.2.5: undone changes aimed for xmlfilter04 2008/02/25 09:48:18 hbrinkm 1.13.2.4: additionally use type of footnote/endnote to specify which footnote/endnote to use 2008/02/15 08:49:37 hbrinkm 1.13.2.3: set/get XNoteId 2008/02/13 17:18:47 hbrinkm 1.13.2.2: getInputStreamForId 2008/01/22 09:13:38 hbrinkm 1.13.2.1: new method: getDocumentStream

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [98726a271fd94ada7c42877d3cd5e43a1d1c312a]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.54.102); FILE MERGED 2008/02/22 16:12:14 pl 1.54.102.1: #i86352# add options button in PrinterSetupDialog, update print settings on doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c11ecc5046a35002a78cd1658d0bd848b0623ac3]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.7.112); FILE MERGED 2008/02/13 10:54:43 od 1.7.112.1: #i85348# class <SwDocStyleSheet> 	 - adjustments for new list level attributes 	 -- reset of indent attributes on applying list style to paragraph style 	 -- merging of list level indent attributes into paragraph style's 	    item set for editing

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9c770341b9dfca7f3c7242e283c1944a29f9c69d]

        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>  [ba306b3c75434d19b4e7379f9563ba861f1c3d24]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.65.106); FILE MERGED 2008/02/22 16:12:14 pl 1.65.106.1: #i86352# add options button in PrinterSetupDialog, update print settings on doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3a4abe627bf05642bb2b476e6e363000c1cf318c]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.146.28); FILE MERGED 2008/02/13 10:52:45 od 1.146.28.1: #i85348# class <SwDoc> 	 - further adjustments for new list level attributes: 	 -- reset of indent attributes on applying list style at 	    paragraph respectively paragraph style

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [baa936d9e263c529158536bf716a4a519dfe7706]

        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>  [e0200ef442915230c9a9e2839bf70747f652d02f]

        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>  [ae9406c2071ca760e6fb5c84dafacb87dab0c672]

        INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDED 2008/02/19 12:16:09 pl 1.1.2.2: #i85963# repaired shadows 2008/02/18 18:18:29 pl 1.1.2.1: #i85963# add backing window graphics parts

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a12e0ce6bbfc1aad2b78428f948b495da3888009]

        INTEGRATION: CWS rptchart01_DEV300 (1.132.44); FILE MERGED 2008/03/05 09:10:29 oj 1.132.44.4: RESYNC: (1.135-1.136); FILE MERGED 2008/02/18 12:57:51 oj 1.132.44.3: RESYNC: (1.134-1.135); FILE MERGED 2008/01/28 06:26:14 oj 1.132.44.2: RESYNC: (1.132-1.134); FILE MERGED 2008/01/24 13:26:35 oj 1.132.44.1: change PTR_CAST calls

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8e59fa20db4ff9a30b8f75ac64db1c8bab3a3907]

        INTEGRATION: CWS rptchart01_DEV300 (1.9.114); FILE MERGED 2008/01/24 13:26:34 oj 1.9.114.1: change PTR_CAST calls

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d070fd68530f73f138dad3c537f5cfddb7f8024c]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.20.2); FILE MERGED 2008/02/06 19:16:56 hub 1.20.2.3: fix build breakage on gcc 4.2.1 2008/02/06 14:05:36 os 1.20.2.2: creating CharStyles for numbering/list symbols 2008/01/28 14:46:36 os 1.20.2.1: list properties as context

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1f8542b2d809f67086e6d36c1ef3a9d7b83e26ef]

        INTEGRATION: CWS vcl86_DEV300 (1.143.60); FILE MERGED 2008/01/29 14:15:11 pl 1.143.60.1: #i85443# per default skip empty pages

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [31160bc08560e633a8f0517933612635a2dd1f71]

        INTEGRATION: CWS rptchart01_DEV300 (1.122.54); FILE MERGED 2008/03/05 09:10:23 oj 1.122.54.2: RESYNC: (1.122-1.123); FILE MERGED 2008/01/24 13:26:34 oj 1.122.54.1: change PTR_CAST calls

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [941004612902d044a36f1c97f9a0e046e1f8604e]

        INTEGRATION: CWS xmlfilter03_DEV300 (1.1.2); FILE ADDED 2008/01/23 14:41:30 os 1.1.2.1: central mk include

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e1b2c0d260c34c40322acd5b77af261ceeb65ac3]

        INTEGRATION: CWS rptchart01_DEV300 (1.133.54); FILE MERGED 2008/03/05 09:10:17 oj 1.133.54.2: RESYNC: (1.133-1.134); FILE MERGED 2008/01/24 13:26:16 oj 1.133.54.1: #i85225# add rpt namespace

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e0df3c2eb75b27a4a87417234b0a779d5f3fa499]

        INTEGRATION: CWS dba30a (1.7.456); FILE MERGED 2008/02/11 08:56:06 fs 1.7.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b7474318342bde14ff49c9cafe7146069108868f]

        INTEGRATION: CWS rptchart01_DEV300 (1.37.48); FILE MERGED 2008/03/05 09:10:11 oj 1.37.48.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/24 13:25:43 oj 1.37.48.1: #i85225# create dataprovider only when not already set

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2c9acbedc3066fb0332862127401f3ad0215d846]

        INTEGRATION: CWS dba30a (1.3.456); FILE MERGED 2008/02/11 08:56:06 fs 1.3.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6e339818171fe4a47accfc67ac236f926f8e9641]

        INTEGRATION: CWS vcl86_DEV300 (1.60.26); FILE MERGED 2008/02/09 12:04:23 pl 1.60.26.2: RESYNC: (1.60-1.62); FILE MERGED 2008/01/29 14:15:58 pl 1.60.26.1: #i85443# per default skip empty pages

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [70fd145460b30296f02ff8056881b349cd03c42e]

        INTEGRATION: CWS dba30a (1.5.456); FILE MERGED 2008/02/11 08:56:06 fs 1.5.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9fa0bb372b1e3c28239b4a7dd0e846a18e127077]

        INTEGRATION: CWS vcl86_DEV300 (1.37.8); FILE MERGED 2008/01/08 11:07:37 pl 1.37.8.1: #i67517# change empty field text

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a0698d299fd6a2ca5fe782b9ca2e69783eb9805f]

        INTEGRATION: CWS dba30a (1.7.456); FILE MERGED 2008/02/11 08:56:03 fs 1.7.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [351876ca66f85a03db87982cfd5b0e68caf45c42]

        INTEGRATION: CWS vcl86_DEV300 (1.27.26); FILE MERGED 2008/02/09 12:04:20 pl 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2008/01/29 14:15:58 pl 1.27.26.1: #i85443# per default skip empty pages

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [420c7215ad52ce0a2fc652c9b537af20c80e86f0]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.134.22); FILE MERGED 2008/02/11 17:38:41 fheckl 1.134.22.2: RESYNC: (1.134-1.138); FILE MERGED 2008/01/14 08:40:47 fheckl 1.134.22.1: Allowing for corrrect fpicker init on MacOSX

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [baf36e2d3d255cc278fa74dbf9ff3cfee3a90b43]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.71.12); FILE MERGED 2008/02/05 19:19:51 ericb 1.71.12.2: RESYNC: (1.71-1.72); FILE MERGED 2008/02/05 17:30:58 ericb 1.71.12.1: #i77579# fix the issue where only the selected sheet was printed (all sheets appear now)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ab24ece51cd364485c10d630640ce16f4019ece1]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.520); FILE MERGED 2008/01/23 08:48:27 mav 1.5.520.1: #i85495# allow to specify a filter name for an embedded object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [20f0eba7bcbdc16ebfe7bb926c2711a8ef44b68d]

        INTEGRATION: CWS dba30a (1.12.456); FILE MERGED 2008/02/11 08:56:03 fs 1.12.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ecf7aa63c79115778dc8fb00017ba2ec91218596]

        INTEGRATION: CWS rptchart01_DEV300 (1.40.46); FILE MERGED 2008/02/18 13:02:36 oj 1.40.46.3: #85225# allow userdata 2008/02/18 09:35:43 oj 1.40.46.2: #i85225# make the group extensible 2008/02/18 09:26:39 oj 1.40.46.1: #i85225# make the group extensible

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e5efdadff20d0e6f70b06624bae4194b65443b6c]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.40.14); FILE MERGED 2008/02/21 09:48:01 pl 1.40.14.3: RESYNC: (1.41-1.42); FILE MERGED 2008/02/05 19:19:48 ericb 1.40.14.2: RESYNC: (1.40-1.41); FILE MERGED 2008/02/05 17:30:58 ericb 1.40.14.1: #i77579# fix the issue where only the selected sheet was printed (all sheets appear now)

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c433297f092b8b56917a4a31728225668197c728]

        INTEGRATION: CWS dba30a (1.12.456); FILE MERGED 2008/02/11 08:56:02 fs 1.12.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [167acdad920fad0bfababaa501ec9077c6d6f3b9]

        INTEGRATION: CWS rptchart01_DEV300 (1.12.124); FILE MERGED 2008/01/24 14:30:35 oj 1.12.124.2: #i85225# add new mediatype 2008/01/23 09:18:04 mav 1.12.124.1: #i85495# introduce a registration for database report chart object

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e22d07ec89384b6bb11821923d452abe2ff09ce3]

        INTEGRATION: CWS dba30a (1.16.126); FILE MERGED 2008/02/11 08:56:02 fs 1.16.126.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0fc7bde5a753eeedf82df00b3fc7b9c7212342f3]

        INTEGRATION: CWS dba30a (1.7.456); FILE MERGED 2008/02/11 08:56:02 fs 1.7.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [664f6d10a3968a505a60d5a63e64cc9d365e2a5d]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.40.110); FILE MERGED 2008/01/18 08:10:15 od 1.40.110.1: #i85348# export and import of new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [66a2ca969fbeb6a368955b5816bfc189af62afd4]

        INTEGRATION: CWS dba30a (1.5.34); FILE MERGED 2008/02/11 08:56:01 fs 1.5.34.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [2a6fa6e54a853613ba0f2a4205c13fe56f5b0114]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.8.204); FILE MERGED 2008/01/02 18:49:39 fheckl 1.8.204.1: introducing BOOL

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [814325d5b5c3703b9d5f551680cdf036732517f8]

        INTEGRATION: CWS rptchart01_DEV300 (1.17.112); FILE MERGED 2008/01/24 14:48:27 oj 1.17.112.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [403a4ace751ec7bedc8ac349cb2f1d43bff3ab7f]

        INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.29.110); FILE MERGED 2008/02/06 10:20:17 od 1.29.110.2: #i85348# minor correction 2008/01/18 08:10:15 od 1.29.110.1: #i85348# export and import of new list level attributes

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d0c0ce88cbd1db05a487ea0cd2695d2ee42bd36f]

        INTEGRATION: CWS dba30a (1.8.454); FILE MERGED 2008/02/11 08:56:01 fs 1.8.454.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b7e74df3c791699ef699aa2200fd41660832069f]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.8.204); FILE MERGED 2008/01/02 18:50:03 fheckl 1.8.204.1: introducing BOOL

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e3e5aa4ab7c4db7dd3adcf5d4c8814f299763ba7]

        INTEGRATION: CWS dba30a (1.8.456); FILE MERGED 2008/02/11 08:55:59 fs 1.8.456.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [02c8a45927dc789c6b0862b760a23911139f04cf]

        INTEGRATION: CWS rptchart01_DEV300 (1.5.112); FILE MERGED 2008/01/24 14:47:19 oj 1.5.112.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6cb4cd16b438e35e0a9a1a0cbe360eebe7fb224e]

        INTEGRATION: CWS dba30a (1.2.150); FILE MERGED 2008/02/11 08:55:58 fs 1.2.150.1: <service> is not recognized (and not even warned about) by autodoc. <type> is to be used to generate a link to this type

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ed69250e61e3cea8b724a56e746fd7978b1dbcd6]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:46:22 oj 1.1.2.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a3d4fe29d6eec080a15ce2d0ee572051f3c91225]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.144.24); FILE MERGED 2008/02/21 21:42:15 pl 1.144.24.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d3c35773f6edece383a1e503e4eec63143fbf62e]

        INTEGRATION: CWS rptchart01_DEV300 (1.32.32); FILE MERGED 2008/02/18 13:01:33 oj 1.32.32.2: RESYNC: (1.32-1.33); FILE MERGED 2008/01/24 14:47:19 oj 1.32.32.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [68985eb3fb45473d3e4630030f3465e554706fa3]

        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>  [6fce31cb89bb53730eaaaa8ab185bc06b9fa74b0]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:46:12 oj 1.1.2.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [52deace0578540c0ef4556d29b015bdc7b31ab5a]

        INTEGRATION: CWS nativeprintdlg01_DEV300 (1.41.22); FILE MERGED 2008/02/21 21:42:42 pl 1.41.22.1: #i86329# add system print dialog property

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bb4748ec3cb40f0d46e40aedc10a193e8f297fe3]

        INTEGRATION: CWS aquavcl05_DEV300 (1.144.2); FILE MERGED 2008/02/19 18:25:15 pl 1.144.2.1: #i85963# add URLs for StartCenter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c997891d98406f7e4347c4b26340ed3c81ea6c0d]

        INTEGRATION: CWS rptchart01_DEV300 (1.70.30); FILE MERGED 2008/02/18 13:01:30 oj 1.70.30.2: RESYNC: (1.70-1.71); FILE MERGED 2008/01/24 14:47:19 oj 1.70.30.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [fea6e2bf842b44a0e870cc460dee981819456936]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:46:01 oj 1.1.2.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [93a979a7c2177e5c1d6b26e597c38f7b6f746286]

        INTEGRATION: CWS aquavcl05_DEV300 (1.6.224); FILE MERGED 2008/02/18 13:42:32 pl 1.6.224.1: #i85963# no standardbar and statusbar in backing component

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c15220ca3835817821bb451f95c77f9a6f4803ae]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:45:41 oj 1.1.2.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [10450dbc35d99f7a15042de4d93d7c4d1406b0b2]

        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>  [0cddab8377dbcad38e8dac3842d994d0d86e8b0c]

        INTEGRATION: CWS aquavcl05_DEV300 (1.19.80); FILE MERGED 2008/01/29 19:00:53 pl 1.19.80.1: #i79755# add macosx specific configuration

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7d625ea86475991690d67d10f83d7f2865bb7d62]

        INTEGRATION: CWS rptchart01_DEV300 (1.1.2); FILE ADDED 2008/01/24 14:45:51 oj 1.1.2.1: #i85225# mved fromforms

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3d21d1f1e9661ce430f4d0e11a865e25a8e1469a]

        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>  [033c4981e654cde310c079df09ba48fca6ede3d2]

        INTEGRATION: CWS aquavcl05_DEV300 (1.40.68); FILE MERGED 2008/02/21 13:57:16 pl 1.40.68.4: #i79755# simplify ShowIconsInMenus 2008/02/19 18:25:15 pl 1.40.68.3: #i85963# add URLs for StartCenter 2008/02/14 15:50:46 pl 1.40.68.2: RESYNC: (1.40-1.41); FILE MERGED 2008/01/29 19:00:53 pl 1.40.68.1: #i79755# add macosx specific configuration

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [65d687beb46c791fc9f18eacd31b237945bd7429]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.1.2); FILE ADDED 2007/11/18 19:35:37 fheckl 1.1.2.1: initial version to support Objective-C++

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8a39c3ee01a342512a87e324067acf586ba410b3]

        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>  [ea3546331cb6ca2fb921c0dc775a437adb176b48]

        INTEGRATION: CWS aquavcl05_DEV300 (1.12.170); FILE MERGED 2008/02/07 14:07:01 pl 1.12.170.1: #i67502# make StartModule optional

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [cdde0986f6732e3b6272f539796dbda3d996b2fd]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.5.62); FILE MERGED 2008/02/12 07:48:32 fheckl 1.5.62.1: Adding 'File type' as normal string resource

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [02c10e45f043454db4a29ef62846e7f69ffb23db]

        INTEGRATION: CWS aquavcl05_DEV300 (1.59.16); FILE MERGED 2008/02/12 15:34:23 hdu 1.59.16.3: #i85925# added hiragino*pro and meiryo fallbacks 2008/02/12 14:45:01 hdu 1.59.16.2: #i85925# added japanese Mac fonts as fallback to Win fonts 2008/02/11 12:12:17 hdu 1.59.16.1: #i85712# added japanese default fonts for MacOSX

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6ddeb3681bab3dbbe00673559f06998a8344927b]

        INTEGRATION: CWS nowrapcmd2 (1.27.10); FILE MERGED 2008/02/29 19:19:11 vq 1.27.10.1: #i86498# Fix W32-4nt build problem.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [171ab8fdeb737c86ea5036ad2aba1841bbc0ac74]

        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>  [60c23d489d507be3de321375bab5130db9172fd1]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:24 fheckl 1.2.40.2: Code cleanup and some implementation details 2008/01/02 18:25:59 fheckl 1.2.40.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [361ba7117de014bbe99e947c1cdfc987c1a64723]

        INTEGRATION: CWS nowrapcmd2 (1.24.2); FILE MERGED 2008/03/01 00:45:32 vq 1.24.2.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e408cdb2ec5084a1668258e1e9f45d819c1ce6b2]

        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>  [8c0f8695fe4e3f205106a2c548429f6c5b154281]

        INTEGRATION: CWS aquavcl05_DEV300 (1.34.114); FILE MERGED 2008/02/07 14:07:01 pl 1.34.114.1: #i67502# make StartModule optional

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e99476be5f0f21fc4cf7776e93dbe6ca3456d362]

        INTEGRATION: CWS nowrapcmd2 (1.20.28); FILE MERGED 2008/03/01 00:45:31 vq 1.20.28.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4fd50f1553125778f645181761182467a632571c]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/14 17:28:45 fheckl 1.2.40.4: Further changes concerning Autoextension 2008/01/14 08:23:24 fheckl 1.2.40.3: Code cleanup and some implementation details 2008/01/02 18:25:59 fheckl 1.2.40.2: issue #80399 more Cocoa 2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5fc77f83194633ceaeab90ca89e726a97414ce38]

        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>  [f16daff033a4ebe5e9acddcc532fd16af85671c3]

        INTEGRATION: CWS dba30a (1.13.178); FILE MERGED 2008/02/05 21:23:36 fs 1.13.178.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ba82d185a6c8b8660e3a61f3227d0b51cf228e50]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/05 21:24:33 fs 1.1.2.1: #i85879# window state for the toolbars in the table data view

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [66ba422ba323f903174d25199fcc0e9678b5d882]

        INTEGRATION: CWS dba30a (1.4.546); FILE MERGED 2008/02/05 21:23:36 fs 1.4.546.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [32d3e61df6763d72b141289f95b25430edb0aba3]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:24 fheckl 1.2.40.3: Code cleanup and some implementation details 2008/01/02 18:25:59 fheckl 1.2.40.2: issue #80399 more Cocoa 2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [40773d9b269d2977fd3d32df9b6e7a2598f4b004]

        INTEGRATION: CWS aquavcl05_DEV300 (1.2.74); FILE MERGED 2008/01/29 09:09:59 ericb 1.2.74.1: #i83707# fix potential crash. Fixes proposed by P. Luby

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [29690ce6a461c8f4d89b1d8b52d8d401926226fb]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/15 14:22:07 pl 1.2.40.9: saved some merge problems 2008/02/14 17:28:45 fheckl 1.2.40.8: Further changes concerning Autoextension 2008/02/14 08:30:02 fheckl 1.2.40.7: small implementation changes 2008/02/12 07:55:17 fheckl 1.2.40.6: a little cleanup 2008/01/14 08:23:24 fheckl 1.2.40.5: Code cleanup and some implementation details 2008/01/02 18:51:11 fheckl 1.2.40.4: removing NSInteger 2008/01/02 18:25:59 fheckl 1.2.40.3: issue #80399 more Cocoa 2007/11/18 20:55:02 fheckl 1.2.40.2: making save panel work temporarily 2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [885d587c22fed90974028ce76ce315764e3458f6]

        INTEGRATION: CWS dba30a (1.15.178); FILE MERGED 2008/02/05 21:23:35 fs 1.15.178.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0384bf2c2768d6807c01628c31b39998e4201372]

        INTEGRATION: CWS aquavcl05_DEV300 (1.2.74); FILE MERGED 2008/01/29 09:17:56 ericb 1.2.74.2: #i83707# cosmetic 2008/01/29 09:09:40 ericb 1.2.74.1: #i83707# fix potential crash. Fixes proposed by P. Luby

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8c056940656e71bda218f4ac6bee602854e0304f]

        INTEGRATION: CWS nowrapcmd2 (1.82.34); FILE MERGED 2008/03/01 00:48:51 vq 1.82.34.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e4579877f543c91cc1e824dd7e90fd0ed180d331]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:24 fheckl 1.2.40.1: Code cleanup and some implementation details

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a918cd478568f04d099ccf81775e439584ed1683]

        INTEGRATION: CWS ause090_DEV300 (1.2.98); FILE MERGED 2008/02/22 18:00:57 hjs 1.2.98.1: #i40959# make aware of unified patches

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aa22ccf09d83e93fa6fe6a0c487868a2f84be6db]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/13 07:54:42 fheckl 1.2.40.4: Making Aqua Folder Picker work a little more correctly 2008/02/11 17:37:37 fheckl 1.2.40.3: RESYNC: (1.2-1.3); FILE MERGED 2008/01/14 08:23:24 fheckl 1.2.40.2: Code cleanup and some implementation details 2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [35863a08f69be12d36045e4aff3fb76945310d05]

        INTEGRATION: CWS ause090_DEV300 (1.2.978); FILE MERGED 2008/02/25 11:56:50 hjs 1.2.978.1: #i40959# make aware of unified patches

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1608ec79c8f1d05c3bb0e0def594b80f4e7b735b]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/14 17:28:45 fheckl 1.2.40.5: Further changes concerning Autoextension 2008/02/14 08:30:02 fheckl 1.2.40.4: small implementation changes 2008/01/14 08:23:24 fheckl 1.2.40.3: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.2.40.2: issue #80399 more Cocoa 2007/11/18 19:36:37 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d4046dad90ad746d1c10379f8aa7200ce2778ba1]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/15 14:22:07 pl 1.2.40.9: saved some merge problems 2008/02/14 17:28:45 fheckl 1.2.40.8: Further changes concerning Autoextension 2008/02/14 08:30:02 fheckl 1.2.40.7: small implementation changes 2008/02/13 08:02:50 fheckl 1.2.40.6: small change in execute to throw exception on unknown dialog result 2008/01/14 08:23:24 fheckl 1.2.40.5: Code cleanup and some implementation details 2008/01/02 18:51:39 fheckl 1.2.40.4: removing NSInteger 2008/01/02 18:25:58 fheckl 1.2.40.3: issue #80399 more Cocoa 2007/11/18 20:56:33 fheckl 1.2.40.2: making SavePanel work temporarily 2007/11/18 19:36:36 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [b37d03553dbe8540f49d43225045ad6312e6603b]

        INTEGRATION: CWS nowrapcmd2 (1.168.24); FILE MERGED 2008/03/01 23:59:27 vq 1.168.24.3: #i84631# Do not remove leading '//'. 2008/02/29 18:55:59 vq 1.168.24.2: RESYNC: (1.168-1.174); FILE MERGED 2008/01/16 05:08:37 vq 1.168.24.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [9e68fcdab2f662eb7279ac71cc163eb90d148184]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/02 18:25:58 fheckl 1.2.40.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ff54bf0601077c0468dc13ab5967684144eb3835]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.1.2); FILE ADDED 2008/01/14 08:23:24 fheckl 1.1.2.2: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.1.2.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [89e97f42e25c47b47c231efb0cfbb95b6fe7aca4]

        INTEGRATION: CWS nowrapcmd2 (1.237.22); FILE MERGED 2008/02/29 18:55:56 vq 1.237.22.2: RESYNC: (1.237-1.249); FILE MERGED 2008/01/16 05:08:36 vq 1.237.22.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [96808291d1337ef505c1b1bcdc0687b30ea72392]

        INTEGRATION: CWS nowrapcmd2 (1.23.46); FILE MERGED 2008/01/16 05:08:37 vq 1.23.46.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1bcf4b5cab91f86f782a9242730441530b912d7b]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:24 fheckl 1.2.40.2: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.2.40.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [123d6e44d8315c31be4fed935a749a8da81f4241]

        INTEGRATION: CWS nowrapcmd2 (1.21.4); FILE MERGED 2008/02/29 23:38:26 vq 1.21.4.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [43760f4842a79e943dbb27cec2f81439a557e37d]

        INTEGRATION: CWS nowrapcmd2 (1.39.80); FILE MERGED 2008/02/29 23:38:26 vq 1.39.80.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [7d72ebb6bc88e860b8a244ae1f5277a7415de998]

        INTEGRATION: CWS nowrapcmd2 (1.6.16); FILE MERGED 2008/02/29 23:38:26 vq 1.6.16.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [0789c3d9ece3862b50cda8de945d376375b13d77]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/14 17:28:45 fheckl 1.2.40.3: Further changes concerning Autoextension 2008/01/14 08:23:23 fheckl 1.2.40.2: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.2.40.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4aa34f5d12d126e2094d0b31d3a2f9c2df1f456a]

        INTEGRATION: CWS nowrapcmd2 (1.82.84); FILE MERGED 2008/02/29 23:38:26 vq 1.82.84.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [14bc62ad0d9e0179f4178d2913ebba7abf99755e]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/02/14 17:28:45 fheckl 1.2.40.5: Further changes concerning Autoextension 2008/02/14 08:30:02 fheckl 1.2.40.4: small implementation changes 2008/02/12 07:52:47 fheckl 1.2.40.3: corrected user pane layout added preview checkbox behavior 2008/01/14 08:23:23 fheckl 1.2.40.2: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.2.40.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [718e6cc6f53f48e98b07482c89bec294a29584d7]

        INTEGRATION: CWS nowrapcmd2 (1.55.80); FILE MERGED 2008/03/03 04:57:26 vq 1.55.80.4: #i86498# Only define if not already set. 2008/03/03 04:41:41 vq 1.55.80.3: #i86498# Always define DELAY. 2008/02/29 23:38:26 vq 1.55.80.2: #i85207# Remove WRAPCMDs. 2008/02/29 19:19:10 vq 1.55.80.1: #i86498# Fix W32-4nt build problem.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [abfc54dda96e119e91a6aa2420a98279c040dd52]

        INTEGRATION: CWS dba30a (1.14.178); FILE MERGED 2008/02/22 13:03:31 oj 1.14.178.1: #100250# insert insertRecord and deleteRecord commands

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f371c0dc538504c94c5b6114209576b40e43deb8]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:23 fheckl 1.2.40.3: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.2.40.2: issue #80399 more Cocoa 2007/11/18 19:36:36 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [551c783691645a8d585db48b25e78ad162486d8f]

        INTEGRATION: CWS nowrapcmd2 (1.37.94); FILE MERGED 2008/03/01 00:41:48 vq 1.37.94.1: #i85207# Unroll and fix oversight in tg_zip.mk.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [49ef2d79baf4bc329c89e5935eaf17c71a9c40af]

        INTEGRATION: CWS dba30a (1.1.2); FILE ADDED 2008/02/05 21:25:37 fs 1.1.2.1: #i85879# window state for the toolbars in the table data view

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [bd8ed8888da146b0c3644e26096fea103371e923]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED 2008/01/14 08:23:23 fheckl 1.2.40.2: Code cleanup and some implementation details 2007/11/18 19:36:36 fheckl 1.2.40.1: initial support for Cocoa version

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [65ba6d4135b327b1bdc660f1b4c417f33ef032f4]

        INTEGRATION: CWS nowrapcmd2 (1.24.372); FILE MERGED 2008/02/29 23:10:49 vq 1.24.372.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [86792168b45e472d2bc291604e3cdf1570973db8]

        INTEGRATION: CWS dba30a (1.8.232); FILE MERGED 2008/02/05 21:23:13 fs 1.8.232.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8a657e92b961a9667fb45874d7a80ad49195ac7c]

        INTEGRATION: CWS aquafilepicker02_DEV300 (1.1.2); FILE ADDED 2008/01/14 08:23:23 fheckl 1.1.2.2: Code cleanup and some implementation details 2008/01/02 18:25:58 fheckl 1.1.2.1: issue #80399 more Cocoa

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [aafb475093e151fda4995cb46eb32c0cf58be5f8]

        INTEGRATION: CWS directsbasemacros_DEV300 (1.29.66); FILE MERGED 2008/03/03 22:06:53 fs 1.29.66.2: #i10000# (NamedValueCollection::getPropertyValues does not yet exist on this branch) 2008/03/03 22:03:23 fs 1.29.66.1: #i86585# pass an InteractionHandler and a MacroExecMode when loading an existing DB doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [f4eb81c4360ddec7a25f5efb9c73523936e248de]

        INTEGRATION: CWS nowrapcmd2 (1.81.18); FILE MERGED 2008/02/29 19:10:47 vq 1.81.18.2: #i86497# Avoid usage of `gunzip` - it's a script on *NIX - use `gzip -d`. 2008/01/16 05:08:37 vq 1.81.18.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [157094aa4511c1d349d4cede5e44d3d87e701fcb]

        INTEGRATION: CWS dba30a (1.34.120); FILE MERGED 2008/02/05 21:23:13 fs 1.34.120.1: #i85879# cleanup the toolbar mess in the data source browser

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [250a14392022d5bedc5037241d094cf31940870e]

        INTEGRATION: CWS nowrapcmd2 (1.19.94); FILE MERGED 2008/03/01 00:35:42 vq 1.19.94.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [265f21bd933da1f163ff6e431d371818c48c6a85]

        INTEGRATION: CWS directsbasemacros_DEV300 (1.192.18.1.8); FILE MERGED 2008/03/03 22:08:03 fs 1.192.18.1.8.2: #i10000# (NamedValueCollection::getPropertyValues does not yet exist on this branch) 2008/03/03 22:02:35 fs 1.192.18.1.8.1: #i86585# #i85010# pass an InteractionHandler and a MacroExecMode when loading a DB doc

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [484d879af744172d43a1d134f89d0c9055848458]

        INTEGRATION: CWS nowrapcmd2 (1.69.94); FILE MERGED 2008/03/01 00:35:42 vq 1.69.94.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [00c64df75da96ad2dd9852d3045edb423c47cb53]

        INTEGRATION: CWS nowrapcmd2 (1.204.4); FILE MERGED 2008/03/01 00:35:41 vq 1.204.4.2: #i85207# Remove WRAPCMDs. 2008/02/29 23:10:49 vq 1.204.4.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a0e7aafa5b12b1412e00c633ac0d4d5d287955e1]

        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-03-05  Kurt Zenker  <kz@openoffice.org>  [884210780402e47a20995bd57821cd269927d596]

        INTEGRATION: CWS dba30a (1.9.352); FILE MERGED 2008/02/14 09:51:47 oj 1.9.352.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [c90d2df24714e52f8d20181a5a33848a5650c1b5]

        INTEGRATION: CWS dba30a (1.2.352); FILE MERGED 2008/02/14 09:51:47 oj 1.2.352.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6ab4e6af1aee332c05406cbc919a6c27dff16034]

        INTEGRATION: CWS nowrapcmd2 (1.226.4); FILE MERGED 2008/03/01 00:35:41 vq 1.226.4.2: #i85207# Remove WRAPCMDs. 2008/02/29 23:38:25 vq 1.226.4.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ba72d47a5438a38e33e676d795dc96f49c35ec2d]

        INTEGRATION: CWS dba30a (1.59.6); FILE MERGED 2008/02/19 12:31:32 oj 1.59.6.1: correct locale

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [48f21d06676ae5cdc9960021bd4e508dfd6764b5]

        INTEGRATION: CWS rptwizres2b (1.78.2); FILE MERGED 2008/03/04 09:36:15 lla 1.78.2.1: #i86675# new strings for report builder wizard

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [57b54705dba1a7c631aeeef6ba3f359241bdc715]

        INTEGRATION: CWS nowrapcmd2 (1.95.78); FILE MERGED 2008/02/29 23:38:25 vq 1.95.78.3: #i85207# Remove WRAPCMDs. 2008/02/29 23:10:49 vq 1.95.78.2: #i85207# Remove WRAPCMDs. 2008/02/29 19:19:10 vq 1.95.78.1: #i86498# Fix W32-4nt build problem.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [a5ff845ef44cc3850f93628edce45ca0c678650d]

        INTEGRATION: CWS dba30a (1.16.102); FILE MERGED 2008/02/19 12:31:32 oj 1.16.102.1: correct locale

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e7b806046126fb43c6d88936fe40f2a2858b5eed]

        INTEGRATION: CWS nowrapcmd2 (1.34.384); FILE MERGED 2008/02/29 23:30:28 vq 1.34.384.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [39fc4841419682c425db71d10ecb10e05fd99178]

        INTEGRATION: CWS nowrapcmd2 (1.13.372); FILE MERGED 2008/02/29 23:10:48 vq 1.13.372.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3cbac7fd2d6f09ec6688780b33c2ffb530236413]

        INTEGRATION: CWS nowrapcmd2 (1.64.94); FILE MERGED 2008/03/01 00:41:47 vq 1.64.94.1: #i85207# Unroll and fix oversight in tg_zip.mk.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [16e87c8c29ced51736fe26f7ffa14cf3783db897]

        INTEGRATION: CWS dba30a (1.12.102); FILE MERGED 2008/02/19 12:31:32 oj 1.12.102.1: correct locale

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [ceca1564e1d0dbf791d42cd75524bc95d2a022ae]

        INTEGRATION: CWS dba30a (1.10.194); FILE MERGED 2008/02/14 09:51:46 oj 1.10.194.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [d09a65024e72e54c5427d46084848bb125faccc8]

        INTEGRATION: CWS nowrapcmd2 (1.30.44); FILE MERGED 2008/02/29 19:07:00 vq 1.30.44.1: #i85208# Remove guw.exe usage.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [86c92fae94be3bd6ce8337498687194164dbdea3]

        INTEGRATION: CWS dba30a (1.31.100); FILE MERGED 2008/02/14 09:51:46 oj 1.31.100.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [84d63f34d2e4431fb1955dd67786e3f7c7f76a86]

        INTEGRATION: CWS dba30a (1.18.6); FILE MERGED 2008/02/14 09:51:46 oj 1.18.6.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [3d446937ebb1eb5fd10f1ae8f49bef242eef4fb4]

        INTEGRATION: CWS nowrapcmd2 (1.87.4); FILE MERGED 2008/02/29 21:54:52 vq 1.87.4.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [21761584f1dc7fe4456ac1991185c5cbea47d9b9]

        INTEGRATION: CWS dba30a (1.15.114); FILE MERGED 2008/02/14 09:51:46 oj 1.15.114.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [8aa8c30aee188ff05a2cf75725ce0d972b314944]

        INTEGRATION: CWS dba30a (1.5.194); FILE MERGED 2008/02/14 09:51:46 oj 1.5.194.1: #i9899# refcount of doc inside the connection, will be released when the last table has gone

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [5d78e5e1aa6dbb041bb78a6dd2d18f1986b85958]

        INTEGRATION: CWS nowrapcmd2 (1.37.16); FILE MERGED 2008/02/29 19:07:00 vq 1.37.16.1: #i85208# Remove guw.exe usage.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [1f771f8b589dd505bb66a0fadd83b9296fac228e]

        INTEGRATION: CWS nowrapcmd2 (1.9.250); FILE MERGED 2008/02/29 21:54:52 vq 1.9.250.1: #i85207# Remove WRAPCMDs.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [e300bc782a7a360d793e5055234cffc68e680c46]

        INTEGRATION: CWS nowrapcmd2 (1.2.358); FILE MERGED 2008/02/29 19:06:59 vq 1.2.358.1: #i85208# Remove guw.exe usage.

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [6691d2d04e70d2ae4d188ac52fff2995f0bda156]

        INTEGRATION: CWS smoketest18 (1.6.30); FILE MERGED 2008/02/18 18:55:53 kz 1.6.30.1: #i75077# handle new quickstarter

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [64169b7b4709dd068bbcaee027dc29b9a9f65199]

        INTEGRATION: CWS smoketest18 (1.1.86); FILE MERGED 2007/11/29 15:03:31 kz 1.1.86.1: #i75077# support for MacOS

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [96f65d22538d882ecafa1b5393c51f80ae8f4e4d]

        INTEGRATION: CWS smoketest18 (1.26.4); FILE MERGED 2008/03/03 10:07:51 kz 1.26.4.8: RESYNC: (1.27-1.28); FILE MERGED 2008/02/19 18:53:45 kz 1.26.4.7: #i75077# correct restriction to found an insallation set 2008/02/19 16:40:51 kz 1.26.4.6: #i75077# handle one space in filename correct 2008/01/02 16:11:19 kz 1.26.4.5: RESYNC: (1.26-1.27); FILE MERGED 2007/12/11 14:05:12 kz 1.26.4.4: #i75077# fix to found the installset correct 2007/12/07 16:48:57 kz 1.26.4.3: #i75077# some fixes 2007/12/05 15:04:52 kz 1.26.4.2: #i75077# add image support and new install structure 2007/11/29 15:03:30 kz 1.26.4.1: #i75077# support for MacOS

2008-03-05  Kurt Zenker  <kz@openoffice.org>  [4b018f668c104ded438733d2b06c3d874ba6cecb]

        INTEGRATION: CWS smoketest18 (1.6.2); FILE MERGED 2007/11/29 15:03:30 kz 1.6.2.1: #i75077# support for MacOS

2008-03-05  Armin Weiss  <aw@openoffice.org>  [55ec4ad5b4ea261bac8e0750760a0e5e0c8d3619]

        #i39532# added precompiled header mechanism to drawinglayer

2008-03-05  Rüdiger Timm  <rt@openoffice.org>  [924e7258a963e2d3c32d466092dd5ca9256b78af]

        #i86696# Remove SISSL.

2008-03-05  Armin Weiss  <aw@openoffice.org>  [dd00bcda4b6ee482743d3085ce4f253fb2120dba]

        #i39532# prettyprinter support

2008-03-04  Oliver Bolte  <obo@openoffice.org>  [8080fe8704e7b37abd76475e6ecaf76565df76e7]

        #i10000# unxmacxi: rename no_hids to NO_HIDS

2008-03-03  Vladimir Glazounov  <vg@openoffice.org>  [9fd82b101d6f118f18a069ed5127961273a1e173]

        #100000# CVS_HEAD DEV300

2008-03-03  Rüdiger Timm  <rt@openoffice.org>  [00883b713a8613245b5058b32f41516bc225ecfd]

        #i86590# Patch by mst: remove unwanted fprintf statement.

2008-03-03  Rüdiger Timm  <rt@openoffice.org>  [9f1625f0af33cc1d13587f00fac6c458ebc509f5]

        #i86588# Fix warning in unxlngx6 environment: 'cannot convert...' (patch by mst).

2008-03-03  Rüdiger Timm  <rt@openoffice.org>  [82a55e50a8fab8898ab0d59639e7ab6266eda4a2]

        #i86587# Fix 'may be used uninitialized in this function' warning.

2008-03-03  Oliver Bolte  <obo@openoffice.org>  [4246abca8751e2d5b96acf787e1bbe29ba2cbe35]

        #i86604# WaE initialize variable gcc-4.0.2

2008-03-03  Oliver Bolte  <obo@openoffice.org>  [cbe1d08b78267592d7962e16d12bae1ef1367f10]

        #i86604# WaE initialize variable gcc-4.0.2

2008-03-03  Oliver Bolte  <obo@openoffice.org>  [9b700999c71755a5350e3240474f9a390278abee]

        #i86604# WaE initialize variable gcc-4.0.2

2008-02-29  jobin  <jobin@openoffice.org>  [47c2770ce907bb389be68212c838dc3d44b21b8c]

        reverting back the changes in the file for issue 86571 by Jobin from Collabnet Support -Please ignore

2008-02-29  jobin  <jobin@openoffice.org>  [a2675d9a8cb318714abfd554e2d20da7b402a6cf]

        testing by changing the alignment of an asterix in the file for issue 86571 by Jobin from Collabnet Support -Please ignore

2008-02-29  Oliver Bolte  <obo@openoffice.org>  [740be727c25b55921716fa1c851d19148f050856]

        #i10000# enable openofficedev for unxmacxi.pro

2008-02-28  Oliver Bolte  <obo@openoffice.org>  [9a68eb9a5a85cd21837514c397cab019b237c3ac]

        #i10000# remove UPD from target name

2008-02-28  Oliver Bolte  <obo@openoffice.org>  [1da959133143687b76278c114ac05370a47188ac]

        #i10000# remove UPD from target name

2008-02-28  Mikhail Voitenko  <mav@openoffice.org>  [48b3f36cd336f9cf9d2c48c37e2d43ff9128c696]

        #i10000# introduce licenses

2008-02-28  Oliver Bolte  <obo@openoffice.org>  [d27351da817207c331b7758c810ce207b3cfe136]

        #i10000# problem with unix platforms

2008-02-28  Oliver Bolte  <obo@openoffice.org>  [6aa21f242edd16f2724aaf583dd5407a59b13bf2]

        #i10000# merge problem

2008-02-28  Oliver Bolte  <obo@openoffice.org>  [1f54716c3487b0fe5eab1aacf8113ea3294ae94e]

        #i10000# bracket missing

2008-02-28  Kai Ahrens  <ka@openoffice.org>  [e98e2c2a19f7715e1407d7dd4080db3906c61bd2]

        revert changes till new images*.zip will be packed

2008-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2e8d5e43ba4dd72e7bd97381d605362ea6bae7a7]

        #i10000# No UPD any more in resource file name.

2008-02-27  Lars Langhans  <lla@openoffice.org>  [188ad9a68eb53811650d86d37957fbfe5991a7c8]

        #i86509#

2008-02-27  Lars Langhans  <lla@openoffice.org>  [382793c36084eba887adb753ce59fe0f6d602417]

        #i86509#

2008-02-27  Lars Langhans  <lla@openoffice.org>  [62ba68b37b32ea5241d00ac3c94da9883fd56d9a]

        #i86509#

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [d3e7879ad2cfdf04dd8e0f2d14af01c47f8bb73e]

        DEV300

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [cff69ac8977809cf86d8790d76465675d51c7c8b]

        INTEGRATION: CWS ab47_DEV300 (1.10.180.1.4); FILE MERGED 2008/02/22 08:32:36 ab 1.10.180.1.4.1: #i86265# Removed patches i79918, i80532

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [e764ca84b9139a1b541ccb45de903607d26218ee]

        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>  [a3dda5596a8e24e0ba1a36f0fd45db1fc118d6d5]

        INTEGRATION: CWS ab47_DEV300 (1.19.58.1.4); FILE MERGED 2008/02/22 08:35:03 ab 1.19.58.1.4.1: #i86265# Removed patches i79918, i80532

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [4aaf3f0067290beb12d9fb5f7b1cea3406cf0f5d]

        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>  [a51db1b15ab1d304c1f22e28cf7beac7a01cba15]

        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>  [fdfb84e126987bafb3cf120d741c80500ed91352]

        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>  [a90c5fa073903bb79880cd96dde9018c4cc4abe5]

        INTEGRATION: CWS ab46_DEV300 (1.49.18); FILE MERGED 2008/02/21 11:41:50 ab 1.49.18.1: #i84550# Caching help related information about extensions

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [fbf7c0ad62001993a6409f0f4d835907070d6f39]

        INTEGRATION: CWS reglater2_DEV300 (1.74.48.1.14); FILE MERGED 2008/02/22 12:00:05 pb 1.74.48.1.14.1: fix: #i85445# pages.obj is needed

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [f097529635e533c9c839b27ee458ba2358141563]

        INTEGRATION: CWS reglater2_DEV300 (1.211.22.2.6); FILE MERGED 2008/02/22 12:02:11 pb 1.211.22.2.6.1: fix: #i85445# Registration later support

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [0c01e12afe1e7360ad81c2eeb8f6b80cb90677cf]

        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>  [cd86ce7769b73b8903dca3d5230fbe58de4ca2a3]

        INTEGRATION: CWS fwk81_DEV300 (1.19.112); FILE MERGED 2008/02/06 12:18:59 cd 1.19.112.1: #i83555# Support image import with preserving aspect ratio scaling

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [c79bb720ae3833136d1aa48ba40a83e7c90f3657]

        INTEGRATION: CWS fwk81_DEV300 (1.15.112); FILE MERGED 2008/02/06 12:18:59 cd 1.15.112.1: #i83555# Support image import with preserving aspect ratio scaling

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [ccc9bcc2e97093574143fb688d66301fef6debf0]

        INTEGRATION: CWS fwk81_DEV300 (1.7.112); FILE MERGED 2008/02/06 12:18:59 cd 1.7.112.1: #i83555# Support image import with preserving aspect ratio scaling

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [037019f8a89a3c533ad834d3bdc41cdc9f6d8dee]

        INTEGRATION: CWS fwk81_DEV300 (1.44.112); FILE MERGED 2008/02/14 10:00:31 mav 1.44.112.3: #i10000# adopt for linux 2008/02/13 09:29:09 mav 1.44.112.2: RESYNC: (1.44-1.45); FILE MERGED 2008/02/06 12:18:58 cd 1.44.112.1: #i83555# Support image import with preserving aspect ratio scaling

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [82f85922eabf412900f91b81713c51ac4527fe46]

        INTEGRATION: CWS jl92_DEV300 (1.20.108); FILE MERGED 2008/02/22 10:55:28 jl 1.20.108.1: #i86347# prevent double insertion of typedescriptionprovider

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [a1f6024f8c26352ac22fce819e57036d957ca6e3]

        INTEGRATION: CWS jl92_DEV300 (1.24.8.1.4); FILE MERGED 2008/02/22 14:30:16 jl 1.24.8.1.4.2: #i86304# build problem on linux 2008/02/22 14:17:08 jl 1.24.8.1.4.1: #i86304# prevent deadlocks when updating the progress bar

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [67ff35e904f00bdd0e899704b03f09927bb61036]

        INTEGRATION: CWS jl92_DEV300 (1.11.86); FILE MERGED 2008/02/22 14:24:52 jl 1.11.86.2: #i86304# prevent deadlocks when updating the progress bar 2008/02/22 14:17:08 jl 1.11.86.1: #i86304# prevent deadlocks when updating the progress bar

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [90bf46ed13a975d2c6e7fdc8c905c8cebab5671d]

        INTEGRATION: CWS jl92_DEV300 (1.15.172); FILE MERGED 2008/02/22 14:17:08 jl 1.15.172.1: #i86304# prevent deadlocks when updating the progress bar

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [2fe6a4a34b38c05e252c71f4d2f18e4a90e61b29]

        INTEGRATION: CWS jl92_DEV300 (1.10.80); FILE MERGED 2008/02/25 16:08:12 jl 1.10.80.1: #i86424# removing lock use of solar mutex, it is not necessary here and may cause deadlocks

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [6f67c1b6f7fb76e886c341c3209ec05294320a7e]

        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>  [964b9a31227620c096d6025022ad9e51ed38f6d7]

        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>  [3101a8a9e895e2276c844a8d2e0049fe7f754a9a]

        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>  [2771561ccad0945fc1c682be3485c7d11de24964]

        INTEGRATION: CWS jl90_DEV300 (1.11.22.1.16); FILE MERGED 2008/02/18 12:54:41 jl 1.11.22.1.16.1: #i86172# Crash when pressing Show all button

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [75a342d9d517778a7647ffffd53036cd1a41e7d5]

        INTEGRATION: CWS ia64port01_DEV300 (1.34.56); FILE MERGED 2008/02/16 15:27:58 cmc 1.34.56.1: #i84999# add tests for struct returning rules in registers depending on size and other characteristics, e.g. x86_64 and ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [928121f3fa1b97ae930c9d004315dbb5a63559f4]

        INTEGRATION: CWS ia64port01_DEV300 (1.19.64); FILE MERGED 2008/02/16 15:27:58 cmc 1.19.64.1: #i84999# add tests for struct returning rules in registers depending on size and other characteristics, e.g. x86_64 and ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [94b14bd1b2335f478382aace9d321918e170df92]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.130); FILE MERGED 2008/02/16 15:27:58 cmc 1.3.130.1: #i84999# add tests for struct returning rules in registers depending on size and other characteristics, e.g. x86_64 and ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [2f274a72d09e04cfff67f3e4bdedc60424dd3fa9]

        INTEGRATION: CWS ia64port01_DEV300 (1.4.182); FILE MERGED 2008/02/14 09:28:39 cmc 1.4.182.1: #i84999# ia64 characteristics

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [f2d8a5e5770ebb22d08e70b0bff4c7b92878da15]

        INTEGRATION: CWS ia64port01_DEV300 (1.8.20); FILE MERGED 2008/01/04 19:04:40 cmc 1.8.20.1: #i84999# add ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [ba82aee3e23b6a92c042b8b1a3e104d978a23f08]

        INTEGRATION: CWS ia64port01_DEV300 (1.9.4); FILE MERGED 2008/01/04 19:05:43 cmc 1.9.4.1: #i84999# add ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [54e42f25ae8cc9b70c60e94c9392b8e1f29920fb]

        INTEGRATION: CWS ia64port01_DEV300 (1.168.8); FILE MERGED 2008/02/14 09:47:05 cmc 1.168.8.2: RESYNC: (1.168-1.172); FILE MERGED 2008/01/04 17:37:55 cmc 1.168.8.1: #i84999# add ia64 to set_soenv.in

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [3da03f5235024f2bec139c9d7a390b0234290f0c]

        INTEGRATION: CWS ia64port01_DEV300 (1.9.22); FILE MERGED 2008/02/18 10:40:38 cmc 1.9.22.2: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_* 2008/01/04 19:09:58 cmc 1.9.22.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [dec9aeb53f3b0ce95c3c1cfc16652ca28f8dd8c8]

        INTEGRATION: CWS ia64port01_DEV300 (1.17.82); FILE MERGED 2008/02/18 11:20:25 cmc 1.17.82.1: #i84999# follow sb's suggested pattern

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [6b050d5a1eb456a4434b6658b1c0acc14112ba05]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.34); FILE MERGED 2008/02/18 11:16:17 cmc 1.3.34.1: #i84999# follow sb's suggested pattern, stage 1, mingw_intel

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [156092bda60c1ce7b68fa2b278c9506c96a64773]

        INTEGRATION: CWS ia64port01_DEV300 (1.6.82); FILE MERGED 2008/02/18 11:05:04 cmc 1.6.82.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_solaris_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [75f8c42dafaae1f8d376a5cd11f4d33e8a05fe2b]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.20); FILE MERGED 2008/02/18 11:07:00 cmc 1.3.20.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_os2_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [5d9c5ce4d098e200fedd2630a185ecafb7d800bc]

        INTEGRATION: CWS ia64port01_DEV300 (1.9.54); FILE MERGED 2008/02/18 11:01:40 cmc 1.9.54.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_macosx_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [e2f3a5356cd6f91e17d8d7f2269e6dd19cccdc88]

        INTEGRATION: CWS ia64port01_DEV300 (1.5.82); FILE MERGED 2008/02/18 11:01:40 cmc 1.5.82.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_macosx_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [9371d8d32b15d3992e507784bc739433ea9f58bb]

        INTEGRATION: CWS ia64port01_DEV300 (1.7.8); FILE MERGED 2008/02/18 10:40:38 cmc 1.7.8.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [a3cc5c3d1d7d0b269196286c207f91ca42bad820]

        INTEGRATION: CWS ia64port01_DEV300 (1.12.66); FILE MERGED 2008/02/18 10:40:38 cmc 1.12.66.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [6322a9028bd01cc18307f5c1507bf7d53ff06c70]

        INTEGRATION: CWS ia64port01_DEV300 (1.2.32); FILE MERGED 2008/01/04 19:09:58 cmc 1.2.32.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [5e91656d17663c75364034cc394fbf6627862f6c]

        INTEGRATION: CWS ia64port01_DEV300 (1.2.32); FILE MERGED 2008/02/18 10:40:37 cmc 1.2.32.2: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_* 2008/01/04 19:09:57 cmc 1.2.32.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [c95e6ebaca09d9d8650a1cc38133586510a209cd]

        INTEGRATION: CWS ia64port01_DEV300 (1.10.4); FILE MERGED 2008/02/18 10:40:37 cmc 1.10.4.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [6254095dccfdb725324b1f33b6d4497dcd7d84ff]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.8); FILE MERGED 2008/02/18 10:40:37 cmc 1.3.8.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [23f730a64fb173b91c8d11d1e345aa3a456e27a5]

        INTEGRATION: CWS ia64port01_DEV300 (1.12.82); FILE MERGED 2008/02/18 10:40:37 cmc 1.12.82.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [a65aa17f2e167169a1f4eaf39d5f0b11b0676ae4]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/15 19:22:43 cmc 1.1.2.3: #i84999# and sort out setting the correct return area for struct returning 2008/02/15 17:36:56 cmc 1.1.2.2: #i84999# struct returning rules 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [02e68cb334f424742453b07f243a49a2a87f63c9]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/18 10:40:37 cmc 1.1.2.3: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_* 2008/02/15 17:36:56 cmc 1.1.2.2: #i84999# struct returning rules 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [690c265416f916266662a3106e24f7c4d6640ee4]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [47096a9b107023248bcc9befcc4daea3384f996d]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/15 17:36:56 cmc 1.1.2.2: #i84999# struct returning rules 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [0c25631972809c752624b4883c71671c8e83e797]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/18 10:40:37 cmc 1.1.2.3: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_* 2008/02/15 17:36:55 cmc 1.1.2.2: #i84999# struct returning rules 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [9147cd86c5715af18a439b173807d1be4ba70739]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/15 17:36:55 cmc 1.1.2.2: #i84999# struct returning rules 2008/01/04 19:09:57 cmc 1.1.2.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [4a22f421e4aa0658696e30be5a19f846dfaa831d]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.6); FILE MERGED 2008/02/18 10:40:36 cmc 1.3.6.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [3270380c4c94d406ab9be60761624f457c11edd3]

        INTEGRATION: CWS ia64port01_DEV300 (1.3.82); FILE MERGED 2008/02/18 10:47:02 cmc 1.3.82.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_freebsd_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [262f592965de07d25e264c385e7b10f098b4e20a]

        INTEGRATION: CWS ia64port01_DEV300 (1.10.32); FILE MERGED 2008/02/18 10:47:02 cmc 1.10.32.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_freebsd_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [b2abf01b67c9b73617a681cf707970c5d6c29d76]

        INTEGRATION: CWS ia64port01_DEV300 (1.23.42); FILE MERGED 2008/02/18 11:14:13 cmc 1.23.42.1: #i84999# follow sb's suggested pattern, stage 1, cc50_solaris_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [3c915987faf7b88f56194eae151daeab528f4be6]

        INTEGRATION: CWS ia64port01_DEV300 (1.15.82); FILE MERGED 2008/02/18 11:14:12 cmc 1.15.82.1: #i84999# follow sb's suggested pattern, stage 1, cc50_solaris_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [fa2a5e403d429eb96fb44c002e0c84f86f002f4c]

        INTEGRATION: CWS ia64port01_DEV300 (1.44.8); FILE MERGED 2008/01/04 19:09:57 cmc 1.44.8.1: first cut at ia64 bridge

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [a5434601950b5e57dc79452dd44ccc1aa308a069]

        INTEGRATION: CWS ia64port01_DEV300 (1.5.116); FILE MERGED 2008/02/18 10:40:36 cmc 1.5.116.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [eea6268c7c566ccfda635e12f16566d8c7d065d3]

        INTEGRATION: CWS ia64port01_DEV300 (1.4.104); FILE MERGED 2008/02/18 10:40:36 cmc 1.4.104.1: #i84999# follow sb's suggested pattern, stage 1, gcc3_linux_*

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [233ecbece80749d0a26b16d3e2bebfdcbfa78908]

        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-27  Oliver Bolte  <obo@openoffice.org>  [e010554b3b37e63e9683c47b2d167a2e7a296cc3]

        INTEGRATION: CWS ia64port01_DEV300 (1.1.2); FILE ADDED 2008/02/26 16:23:14 sb 1.1.2.2: added stuff that will be necessary once CWS sb83 is integrated 2008/01/04 18:52:35 cmc 1.1.2.1: #i84999# add ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [fd23ea841a72b12f8e68e24b247bc8d66ac05239]

        INTEGRATION: CWS ia64port01_DEV300 (1.35.92); FILE MERGED 2008/01/04 18:52:35 cmc 1.35.92.1: #i84999# add ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [44145f5afc7cd430fa12e8d7f7aeb83de94b23ee]

        INTEGRATION: CWS ia64port01_DEV300 (1.36.6); FILE MERGED 2008/01/08 08:25:51 cmc 1.36.6.1: #i84999# add ia64

2008-02-27  Oliver Bolte  <obo@openoffice.org>  [89db197b61582a2e8a634dc09a50bd1d0f0f459d]

        #i10000# changes by OJ for CWS eoladabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [67b7a42819093fe655fcc31602db2ef8374be475]

        INTEGRATION: CWS eoladabas_DEV300 (1.29.30); FILE MERGED 2008/02/13 10:26:57 oj 1.29.30.1: #149980# source adabasrc

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d47bb544570b55d9ce7a71ccb8134e11e80bf27d]

        INTEGRATION: CWS eoladabas_DEV300 (1.3.16); FILE MERGED 2008/01/24 12:36:31 oj 1.3.16.2: #149980# moved some adabas features into OOo 2008/01/23 15:19:11 oj 1.3.16.1: #149980# moved some adabas features into OOo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2e991783e6bcd4a0f25c7fcd700972d84fba258b]

        INTEGRATION: CWS eoladabas_DEV300 (1.85.2); FILE MERGED 2008/01/24 12:36:31 oj 1.85.2.2: #149980# moved some adabas features into OOo 2008/01/23 13:42:08 oj 1.85.2.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [82e664ba0fc33478beab9d4e3a19280ae7f553b9]

        INTEGRATION: CWS eoladabas_DEV300 (1.272.4); FILE MERGED 2008/01/23 13:42:08 oj 1.272.4.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [73f8d12e9cac88ec79a444600055cc548febfb20]

        INTEGRATION: CWS eoladabas_DEV300 (1.11.12); FILE MERGED 2008/01/23 13:42:08 oj 1.11.12.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [39990b313e12a5aa9af7cca82c16e6b65219db95]

        INTEGRATION: CWS eoladabas_DEV300 (1.23.38); FILE MERGED 2008/01/23 13:42:08 oj 1.23.38.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [992764eb50a3f2586f374797a12ed1feab60f9ad]

        INTEGRATION: CWS eoladabas_DEV300 (1.44.66); FILE MERGED 2008/01/24 12:30:18 oj 1.44.66.1: #149980# remove adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [22bdafd4796b9c0e6ea6d8f3d5af421dcd997941]

        INTEGRATION: CWS eoladabas_DEV300 (1.38.66); FILE MERGED 2008/01/24 12:30:18 oj 1.38.66.1: #149980# remove adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b437b97dd5a4f30999bc45fd7a394d2822162f5d]

        INTEGRATION: CWS eoladabas_DEV300 (1.18.34); FILE MERGED 2008/01/24 12:30:18 oj 1.18.34.1: #149980# remove adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [91ab90197a4c132896cea2f1e253a7bf744bba18]

        INTEGRATION: CWS eoladabas_DEV300 (1.84.14); FILE MERGED 2008/01/24 12:30:18 oj 1.84.14.1: #149980# remove adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [389bfde007e9a5a3399b84e9b4d8397dbeb5fc7b]

        INTEGRATION: CWS eoladabas_DEV300 (1.67.42); FILE MERGED 2008/01/23 13:25:52 oj 1.67.42.1: #149980# add adabas creation ui

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fd0ffea0a009f1fa796dafa571157f4bd159b600]

        INTEGRATION: CWS eoladabas_DEV300 (1.44.40); FILE MERGED 2008/01/24 12:23:37 oj 1.44.40.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [80c819858167970abf0d094773b0a6fcfe7d476b]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/25 07:49:11 oj 1.1.2.2: wrong name 2008/01/23 13:29:14 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c235f3a5fba592530fd3fe095710ccaa35a85194]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:29:32 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f5ef67b544eb4d7547608354b3690f8c6459d16a]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:31:14 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bf6f0359e6a3c365e51ae41dbc5c8e737ad4bc5f]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:31:05 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f5daea18d6342632f2fffa084610817497fb8006]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:30:01 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a355eb7043157f58b031b1a42ed0d00db6353968]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:29:51 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cc424a74915f13887410f7413030256cc3333e3a]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:29:40 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9c1da08eb36740d6af6dfcaa5fb425856f92dff9]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:30:13 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0183dd19e7d0f8f850b5f2f79dc2e0330518b245]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:29:22 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [791dc8d83480252ca68bd60b2d7ed8120a048717]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:29 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a3c4dbfda161e637ad5a7fb38c44c9c8e0134b9c]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:20 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [320616af4284cf157874fcecbac95832c56ff606]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:08 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [23983dc022b5781147b0c6f65c93c9bd714f164d]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:27:59 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9614d6dfad1d2dc3f46ef3d675987d43279a5aa0]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:27:49 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [798a409cd0e912a38c99c3b5e331d2f91a70ba80]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:27:41 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [92805451381c0da3ea8e7ec8903ee9ea2561ff92]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:27:32 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3155cf0d10a0cdb4eea8a2f24f790df6342fe337]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:37 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [048f2e5ab10f092abd8fa4f29fba453c84dadd8e]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:47 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a3fcd3bd6e1515a534fe39f9581d6078dc1e6139]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:29:04 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f2cf82f7f81026b0d1f66ee1bd5a7b2a17c9c8fe]

        INTEGRATION: CWS eoladabas_DEV300 (1.1.2); FILE ADDED 2008/01/23 13:28:56 oj 1.1.2.1: #149980# new dialog to create adabas dbs

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [aeb72760766737b69bbbb67544cbe01c3a8e22ca]

        INTEGRATION: CWS eoladabas_DEV300 (1.12.106); FILE MERGED 2008/01/23 13:25:52 oj 1.12.106.1: #149980# add adabas creation ui

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ff6a96f52dcc0772d8b591c944597c4733a216b2]

        INTEGRATION: CWS eoladabas_DEV300 (1.71.42); FILE MERGED 2008/01/23 13:25:52 oj 1.71.42.1: #149980# add adabas creation ui

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [022136347d95ef8655e4f8740976cde2be2218a1]

        INTEGRATION: CWS eoladabas_DEV300 (1.25.66); FILE MERGED 2008/01/24 12:19:30 oj 1.25.66.1: #149980# some changes for adabas

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8ea0b0766cf7bd67dbe4b6c9858b6efe9be1de25]

        INTEGRATION: CWS eoladabas_DEV300 (1.11.256); FILE MERGED 2008/01/23 13:33:52 oj 1.11.256.1: #149980# add adabas creation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [49770f446609f261f8095bc40a8d65cee289a21b]

        INTEGRATION: CWS eoladabas_DEV300 (1.17.116); FILE MERGED 2008/01/23 13:33:52 oj 1.17.116.1: #149980# add adabas creation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fa36b1ab8d8779343d2e0440e9be642c5f15433d]

        INTEGRATION: CWS eoladabas_DEV300 (1.26.126); FILE MERGED 2008/01/25 06:30:48 oj 1.26.126.3: little correction 2008/01/23 13:41:07 oj 1.26.126.2: #149980# change name of dll 2008/01/23 13:33:52 oj 1.26.126.1: #149980# add adabas creation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7ad419b7f67c9cb92061d2ca2cc5b98071c2f6a1]

        INTEGRATION: CWS eoladabas_DEV300 (1.22.196); FILE MERGED 2008/01/23 13:33:52 oj 1.22.196.1: #149980# add adabas creation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fec7f9fde42e1e02b613a391f5572ef75c95aff5]

        INTEGRATION: CWS eoladabas_DEV300 (1.15.62); FILE MERGED 2008/01/23 13:41:22 oj 1.15.62.1: #149980# change name of dll

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4c076d57ff35fc97fb47abe43c0787d792fb5197]

        INTEGRATION: CWS custommeta (1.25.30); FILE MERGED 2008/01/25 11:48:20 mst 1.25.30.2: - sw/inc/unotxdoc.hxx, sw/source/filter/html/{htmlbas.cxx,htmlform.cxx}:   + remove unneeded includes 2008/01/17 16:14:30 mst 1.25.30.1: - sw/inc/unotxdoc.hxx, sw/source/ui/uno/unotxdoc.cxx:   + remove override of method getDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [398a73b8e4d5e484b17cc52f0606e63a8bbf2422]

        INTEGRATION: CWS custommeta (1.10.18); FILE MERGED 2008/01/21 15:18:31 mst 1.10.18.1: - sdext/source/minimizer/impoptimizer.cxx:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [65795cf11735c3711598fb987d3ef6b97fb00d21]

        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>  [093faca06ba4385be2f622a3ba70d761d7d29a07]

        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>  [be5168bfb9757d7293398f07615e204b89c0020e]

        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>  [e6d9e0b2a029aa12c0fb6776e3efd4425a8eeb6d]

        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>  [a7b158bf1a373f104741debb106e69e07b539365]

        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>  [795637347a00c1a6074aa9629c8cbb6126cb9ec1]

        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>  [3a9721b3d4fab6abc14a9e56ae8e70b4851eca9c]

        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>  [5db3463334e46ec99b8da42c8745bb4448f4a7d0]

        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>  [12de3a9ddef93887b69d859bdee3ec2c1994c756]

        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>  [e851c0a855d2b182cfb3f43be916a168bf7309d8]

        INTEGRATION: CWS custommeta (1.49.26); FILE MERGED 2008/02/04 17:36:44 mst 1.49.26.1: fix issue #i82777# - source/doc/REMOVEME.cxx:   + remove, finally! - sfx2/source/doc/SfxDocumentMetaData.cxx:   + use sax/converter.hxx (finally arrived on master) - sfx2/util/makefile.mk:   + link libsfx2 against libsax - sfx2/prj/build.lst:   + add sax to build dependencies

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9e8d5cfbb65e2cd88d24cc027748c63bb4306888]

        INTEGRATION: CWS custommeta (1.31.20); FILE MERGED 2008/02/01 10:39:20 mst 1.31.20.4: RESYNC: (1.31-1.33); FILE MERGED 2008/01/29 17:27:00 mst 1.31.20.3: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 18:44:38 mst 1.31.20.2: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove obsolete class SfxDocumentInfo 2008/01/25 16:14:17 mst 1.31.20.1: - sfx2/source/appl/{appopen.cxx,sfxpicklist.cxx},   sfx2/source/view/viewprn.cxx:   + adapt to new SfxDocumentInfoHint   + use XDocumentProperties instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [628ff4eb24ae9798ae61baf0488ed332b334471d]

        INTEGRATION: CWS custommeta (1.4.74); FILE MERGED 2008/02/01 16:23:33 mst 1.4.74.1: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [718f42be1385d60d71406d241f97437a76ef66dd]

        INTEGRATION: CWS custommeta (1.39.20); FILE MERGED 2008/02/01 10:39:17 mst 1.39.20.3: RESYNC: (1.39-1.40); FILE MERGED 2008/01/25 18:25:35 mst 1.39.20.2: - sfx2/source/inc/objshimp.hxx, sfx2/source/doc/objxtor.cxx:   + add m_xDocInfoListener member to SfxObjectShell_Impl   + move class SfxDocInfoListener_Impl to objxtor.cxx   + attach listener to the XDocumentProperties of the XModel in     SfxObjectShell::SetModel   + detach and destroy listener in SfxObjectShell::Close 2008/01/25 16:13:42 mst 1.39.20.1: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2290ddd87a00dc50bb37ada68ef3af51de40efbc]

        INTEGRATION: CWS custommeta (1.39.60); FILE MERGED 2008/01/22 09:33:44 mst 1.39.60.1: - sfx2/source/inc/cfg.hxx, sfx2/source/dialog/cfg.cxx:   + remove method SfxConfigGroupListBox_Impl::xModelToDocTitle;     call ::comphelper::DocumentInfo::getDocumentTitle instead

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0462acfb742127be4a1100d2c45e3e06e2d369c0]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2007/12/07 16:39:13 mst 1.1.2.2: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier 2007/10/31 12:50:45 mst 1.1.2.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx:   added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk:   build/register new service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4d885c478cfe571790905474e5cb60c6cc6d82c5]

        INTEGRATION: CWS custommeta (1.129.50); FILE MERGED 2008/02/26 10:41:29 mst 1.129.50.9: RESYNC: (1.134-1.135); FILE MERGED 2008/02/01 16:23:33 mst 1.129.50.8: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 10:39:14 mst 1.129.50.7: RESYNC: (1.131-1.134); FILE MERGED 2008/01/29 17:26:59 mst 1.129.50.6: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 16:13:43 mst 1.129.50.5: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem 2008/01/16 15:34:09 mst 1.129.50.4: - sfx2/source/doc/objstor.cxx:   + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo     to delay initialization of the latter 2007/12/11 12:56:47 mst 1.129.50.3: - sfx2/source/doc/sfxbasemodel.cxx:     msci10 warning fixes 2007/12/10 10:32:45 mst 1.129.50.2: RESYNC: (1.129-1.131); FILE MERGED 2007/12/07 16:39:13 mst 1.129.50.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0d8e885e6c953298934719b23fcfd8cafd19e3ea]

        INTEGRATION: CWS custommeta (1.2.66); FILE MERGED 2008/01/23 13:46:55 mst 1.2.66.2: interface change: SaveOlePropertySet - sfx2/source/doc/oleprops.{hxx,cxx}:   + new constant PROPTYPE_BLOB   + new class SfxOleBlobProperty   + new method SfxOleSection::SetBlobValue   + class SfxOleThumbnailProperty now stores a Sequence<uInt8>   + parameter type of SfxOleSection::SetThumbnailValue changed accordingly - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SaveOlePropertySet: parameter type of thumbnail is now Sequence<uInt8>;     new parameters for GUID blob and Hyperlinks blob   + SaveOlePropertySet: write _PID_GUID and _PID_HLINKS properties;     do not write TRANSIENT user-defined properties   + new helper convertMetaFile to convert GDIMetaFile to Sequence<uInt8> 2008/01/16 15:30:42 mst 1.2.66.1: - sfx2/source/doc/oleprops.{hxx,cxx}:   + refactor GetFileTimeValue and SetFileTimeValue to work on     css::util::DateTime instead of ::DateTime

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ba1ac7e15fbf187597ee6c0542061947c4b8e71d]

        INTEGRATION: CWS custommeta (1.3.34); FILE MERGED 2008/01/31 15:19:22 mst 1.3.34.4: - sfx2/source/doc/docinf.cxx:   + store editing duration as datetime with offset 1601-01-01 - sfx2/source/doc/oleprops.cxx:   + add heuristic: datetime values with year 1601 are not converted to/from     local timezone, because they are likely to be editing durations 2008/01/25 14:19:27 mst 1.3.34.3: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus 2008/01/23 13:46:55 mst 1.3.34.2: interface change: SaveOlePropertySet - sfx2/source/doc/oleprops.{hxx,cxx}:   + new constant PROPTYPE_BLOB   + new class SfxOleBlobProperty   + new method SfxOleSection::SetBlobValue   + class SfxOleThumbnailProperty now stores a Sequence<uInt8>   + parameter type of SfxOleSection::SetThumbnailValue changed accordingly - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SaveOlePropertySet: parameter type of thumbnail is now Sequence<uInt8>;     new parameters for GUID blob and Hyperlinks blob   + SaveOlePropertySet: write _PID_GUID and _PID_HLINKS properties;     do not write TRANSIENT user-defined properties   + new helper convertMetaFile to convert GDIMetaFile to Sequence<uInt8> 2008/01/16 15:30:42 mst 1.3.34.1: - sfx2/source/doc/oleprops.{hxx,cxx}:   + refactor GetFileTimeValue and SetFileTimeValue to work on     css::util::DateTime instead of ::DateTime

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [acd0703d563fbea843d0d3162b534baf6e9a56ad]

        INTEGRATION: CWS custommeta (1.76.20); FILE MERGED 2008/02/01 10:39:10 mst 1.76.20.3: RESYNC: (1.76-1.77); FILE MERGED 2008/01/25 18:25:36 mst 1.76.20.2: - sfx2/source/inc/objshimp.hxx, sfx2/source/doc/objxtor.cxx:   + add m_xDocInfoListener member to SfxObjectShell_Impl   + move class SfxDocInfoListener_Impl to objxtor.cxx   + attach listener to the XDocumentProperties of the XModel in     SfxObjectShell::SetModel   + detach and destroy listener in SfxObjectShell::Close 2008/01/25 16:13:43 mst 1.76.20.1: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2512e0fdf77a279e0e0c280d1bcf7e742adff3fa]

        INTEGRATION: CWS custommeta (1.35.66); FILE MERGED 2008/02/01 10:39:07 mst 1.35.66.8: RESYNC: (1.36-1.39); FILE MERGED 2008/01/29 12:54:56 mst 1.35.66.7: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 14:49:21 mst 1.35.66.6: - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + mark SfxDocumentInfoObject as DLL private   + SfxDocumentInfoObject now implements XDocumentPropertiesSupplier 2007/12/21 13:31:44 mst 1.35.66.5: - sfx2/source/doc/objuno.cxx:   + adjustments for latest XDocumentProperties interface change 2007/12/11 12:45:42 mst 1.35.66.4: - sfx2/source/doc/objuno.cxx:     msci10 warning fixes 2007/12/11 09:55:51 mst 1.35.66.3: - sfx2/source/doc/{SfxDocumentMetaData.cxx,objuno.cxx}:   gcc compile fixes 2007/12/10 10:32:42 mst 1.35.66.2: RESYNC: (1.35-1.36); FILE MERGED 2007/12/07 16:39:13 mst 1.35.66.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [18f6ad7d1f55aeb923b57ab149376456956a1cf4]

        INTEGRATION: CWS custommeta (1.198.18); FILE MERGED 2008/02/26 10:41:25 mst 1.198.18.7: RESYNC: (1.200-1.202); FILE MERGED 2008/02/01 16:23:32 mst 1.198.18.6: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 16:03:04 mst 1.198.18.5: - sfx2/source/doc/{objmisc.cxx,objstor.cxx}:   + fix merged junk from cwsresync 2008/02/01 10:39:04 mst 1.198.18.4: RESYNC: (1.198-1.200); FILE MERGED 2008/01/29 12:54:56 mst 1.198.18.3: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 16:13:43 mst 1.198.18.2: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem 2008/01/16 15:34:08 mst 1.198.18.1: - sfx2/source/doc/objstor.cxx:   + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo     to delay initialization of the latter

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [18b233e6e7b5a1a2bc05131bde408f7dd9ec2a47]

        INTEGRATION: CWS custommeta (1.101.20); FILE MERGED 2008/01/29 12:54:56 mst 1.101.20.4: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem 2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:   + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo     to delay initialization of the latter 2007/12/18 18:00:54 mst 1.101.20.1: interface change: remove assignment operator of SfxDocumentInfo - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:   + removed SfxDocumentInfo::operator= and operator==     the assignment operator cannot be implemented reliably anymore   + changed semantics of copy constructor!     now it creates a clone of the contained XDocumentInfo object

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9308726744a1d03ee373cdfdc01951cf038099be]

        INTEGRATION: CWS custommeta (1.94.20); FILE MERGED 2008/02/01 16:03:04 mst 1.94.20.4: - sfx2/source/doc/{objmisc.cxx,objstor.cxx}:   + fix merged junk from cwsresync 2008/02/01 10:39:01 mst 1.94.20.3: RESYNC: (1.94-1.96); FILE MERGED 2008/01/29 17:26:59 mst 1.94.20.2: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 16:13:42 mst 1.94.20.1: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5f1994593c59a7110604e169340ed8104fda42fb]

        INTEGRATION: CWS custommeta (1.71.52); FILE MERGED 2008/02/01 16:23:32 mst 1.71.52.4: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 10:38:58 mst 1.71.52.3: RESYNC: (1.71-1.72); FILE MERGED 2008/01/25 16:13:42 mst 1.71.52.2: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem 2007/12/21 13:31:24 mst 1.71.52.1: - sfx2/source/doc/objcont.cxx:   + fix UpdateTime_Impl, which incorrectly assumed that the Time constructor     takes seconds as argument, instead of the, umm, don't get me started...

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [451c8114485ef9c0855b4acf13654190553dae27]

        INTEGRATION: CWS custommeta (1.19.74); FILE MERGED 2008/02/01 16:23:32 mst 1.19.74.3: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/01/25 14:19:27 mst 1.19.74.2: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus 2008/01/24 10:42:34 mst 1.19.74.1: - sfx2/inc/sfx2/new.hxx, sfx2/source/doc/new.cxx:   + remove unused flag SFXWB_DOCINFO and all supporting code

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [eee0c9b3642b1da4936b9afb4b031d4b0f5524b1]

        INTEGRATION: CWS custommeta (1.28.66); FILE MERGED 2007/12/10 10:32:39 mst 1.28.66.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/31 12:50:45 mst 1.28.66.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx:   added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk:   build/register new service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [48380183bbf8e9e756b25d31404f3bcf396a6d63]

        INTEGRATION: CWS custommeta (1.31.20); FILE MERGED 2008/01/25 17:15:52 mst 1.31.20.1: - sfx2/inc/guisaveas.hxx, sfx2/source/doc/guisaveas.cxx:   + use XDocumentInfo instead of SfxDocumentInfo   + remove unused methods SfxStoringHelper::FillCopy and PrepareDocInfoForStore

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [09c0c1bd087ec3281f6669eaed9138f84c3f8356]

        INTEGRATION: CWS custommeta (1.74.74); FILE MERGED 2008/01/22 10:12:38 mst 1.74.74.1: - sfx2/source/doc/doctempl.cxx:   + use XDocumentProperties instead of XDocumentInfo   + fix bug in CopyFrom: "Title" is not a user defined field

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bdbfb47c7d3c280333d3058213c0e3b8df0c1e52]

        INTEGRATION: CWS custommeta (1.50.66); FILE MERGED 2008/02/06 09:51:18 mst 1.50.66.12: - sfx2/source/dialog/dinfdlg.cxx, sfx2/source/doc/docinf.cxx:   + wntmsci11 warning fix 2008/02/01 16:05:50 mst 1.50.66.11: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + put all functions in namespace sfx2 2008/01/31 15:19:22 mst 1.50.66.10: - sfx2/source/doc/docinf.cxx:   + store editing duration as datetime with offset 1601-01-01 - sfx2/source/doc/oleprops.cxx:   + add heuristic: datetime values with year 1601 are not converted to/from     local timezone, because they are likely to be editing durations 2008/01/29 17:27:42 mst 1.50.66.9: interface change: SfxDocumentInfoHint - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove SfxDocumentInfoHint 2008/01/29 12:54:56 mst 1.50.66.8: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 18:44:38 mst 1.50.66.7: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove obsolete class SfxDocumentInfo 2008/01/25 16:10:49 mst 1.50.66.6: interface change: SfxDocumentInfoHint - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + mark SfxDocumentInfo as DLL private   + re-implement class SfxDocumentInfoHint 2008/01/23 13:46:55 mst 1.50.66.5: interface change: SaveOlePropertySet - sfx2/source/doc/oleprops.{hxx,cxx}:   + new constant PROPTYPE_BLOB   + new class SfxOleBlobProperty   + new method SfxOleSection::SetBlobValue   + class SfxOleThumbnailProperty now stores a Sequence<uInt8>   + parameter type of SfxOleSection::SetThumbnailValue changed accordingly - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SaveOlePropertySet: parameter type of thumbnail is now Sequence<uInt8>;     new parameters for GUID blob and Hyperlinks blob   + SaveOlePropertySet: write _PID_GUID and _PID_HLINKS properties;     do not write TRANSIENT user-defined properties   + new helper convertMetaFile to convert GDIMetaFile to Sequence<uInt8> 2008/01/16 15:32:04 mst 1.50.66.4: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + add two functions convertCommaSeparated   + add functions LoadOlePropertySet and SaveOlePropertySet   + remove SfxDocumentInfo::LoadPropertySet and SavePropertySet 2007/12/18 18:00:54 mst 1.50.66.3: interface change: remove assignment operator of SfxDocumentInfo - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:   + removed SfxDocumentInfo::operator= and operator==     the assignment operator cannot be implemented reliably anymore   + changed semantics of copy constructor!     now it creates a clone of the contained XDocumentInfo object 2007/12/10 10:32:36 mst 1.50.66.2: RESYNC: (1.50-1.52); FILE MERGED 2007/12/07 16:39:13 mst 1.50.66.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3271b0504c54ca83593dc3bc7958994179480966]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2008/02/07 15:08:05 mst 1.1.2.13: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + fix setModified(false)   + remove dead code - sfx2/qa/complex/DocumentMetaData.java:   + use getOfficeTemp instead of getOfficeTempDir 2008/02/04 17:36:43 mst 1.1.2.12: fix issue #i82777# - source/doc/REMOVEME.cxx:   + remove, finally! - sfx2/source/doc/SfxDocumentMetaData.cxx:   + use sax/converter.hxx (finally arrived on master) - sfx2/util/makefile.mk:   + link libsfx2 against libsax - sfx2/prj/build.lst:   + add sax to build dependencies 2008/02/04 17:05:07 mst 1.1.2.11: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + remove obsolete class UserDefinedPropertiesListener   + take advantage of PropertyBag's new XModifyBroadcaster implementation,     finally giving a complete implementation of that interface for     SfxDocumentMetaData itself 2008/01/31 16:42:48 mst 1.1.2.10: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + use undocumented feature of PropertyBag to limit allowed types of     property values - sfx2/qa/complex/Attic/DocumentMetaData.java:   + test for inserting properties of invalid type   + test for notifications via XModifyListener 2008/01/23 14:31:41 mst 1.1.2.9: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + implement new method resetUserData 2008/01/18 13:11:25 mst 1.1.2.8: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + do not store user-defined properties that have the TRANSIENT attribute 2008/01/16 14:25:27 mst 1.1.2.7: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + all elements that have attributes are now no longer updated directly in the     DOM tree; they are stored as members instead, and updated only when storing   + ensure that we do not write elements that do not contain any text   + handle the media descriptor parameter in storeToMedium and loadFromMedium - sfx2/qa/complex/DocumentMetaData.java:   + test media descriptor parameters, and use proper URLs for file names 2007/12/18 16:24:08 mst 1.1.2.6: - sfx2/source/doc/SfxDocumentMetaData.cxx,   sfx2/qa/complex/DocumentMetaData.java:   + remove XMaterialHolder interface; replaced by XSAXWritable   + implement dispose()   + loadFromStorage does no longer resolve relative URLs;     this is done in the importer now     also, members m_BaseURL and GetAbsoluteReference removed   + loadFromStorage and storeToStorage pass an additional argument     containing the base URL to the filter   + fix duplicate modification notification in some cases   + portably encode umlauts in unit test 2007/12/11 11:58:04 mst 1.1.2.5: - sfx2/source/doc/SfxDocumentMetaData.cxx:     msci10 warning fixes 2007/12/11 09:55:51 mst 1.1.2.4: - sfx2/source/doc/{SfxDocumentMetaData.cxx,objuno.cxx}:   gcc compile fixes 2007/12/07 14:46:37 mst 1.1.2.3: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + service implements additional interfaces:     XComponent, XCloneable, XModifiable, XMaterialHolder,     XSAXSerializable   + refactor initialization: now sole responsibility of init()   + add GetAbsoluteReference method (from SvXMLImport)   + loadFromStorage, storeToStorage: use xmloff services   + other refactorings 2007/11/01 14:45:16 mst 1.1.2.2: - source/doc/SfxDocumentMetaData.cxx:   remove dead code; improve exception handling 2007/10/31 12:50:45 mst 1.1.2.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx:   added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk:   build/register new service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [71e485f67f2ee09963673e96693d9250d0716257]

        INTEGRATION: CWS custommeta (1.42.66); FILE MERGED 2008/02/06 09:51:18 mst 1.42.66.5: - sfx2/source/dialog/dinfdlg.cxx, sfx2/source/doc/docinf.cxx:   + wntmsci11 warning fix 2008/01/29 12:54:57 mst 1.42.66.4: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 16:12:10 mst 1.42.66.3: interface change: SfxDocumentInfoItem - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:   + use XDocumentProperties instead of SfxDocumentInfo   + also use XDocumentInfo for additional weirdness   + use UNO types in SfxDocumentInfoItem 2007/12/21 13:30:24 mst 1.42.66.2: - sfx2/source/dialog/dinfdlg.cxx:   call EnableReload after setting reload url and delay, not before 2007/12/18 17:43:39 mst 1.42.66.1: - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:   + SfxDocumentInfoItem no longer keeps a DocumentInfo reference;     instead, it has all the individual properties as members   + new method updateDocumentInfo   + new method resetUserData   + fixed bug: editing duration not properly displayed

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [08543366e5612362993cc7f569c1c186c47c55af]

        INTEGRATION: CWS custommeta (1.62.60); FILE MERGED 2008/01/22 09:33:44 mst 1.62.60.1: - sfx2/source/inc/cfg.hxx, sfx2/source/dialog/cfg.cxx:   + remove method SfxConfigGroupListBox_Impl::xModelToDocTitle;     call ::comphelper::DocumentInfo::getDocumentTitle instead

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [32c1fbf5ec9dd72920eeb98f87c5161539eb66b9]

        INTEGRATION: CWS custommeta (1.29.74); FILE MERGED 2008/01/25 14:19:27 mst 1.29.74.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [54395f7238a1bba0fa555c7c22bcc4b1bc7c10a9]

        INTEGRATION: CWS custommeta (1.21.66); FILE MERGED 2008/01/29 12:54:57 mst 1.21.66.2: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/16 17:04:21 mst 1.21.66.1: interface change: Out_DocInfo and ParseMetaOptions - sfx2/inc/sfx2/sfxhtml.hxx, source/bastyp/sfxhtml.cxx:   + SfxHTMLParser::ParseMetaOptions takes a XDocumentProperties parameter     instead of SfxDocumentInfo; also remove the now obsolete counter parameter - sfx2/inc/sfx2/{frmhtml.hxx,frmhtmlw.hxx}, source/bastyp/frmhtmlw.cxx:   + SfxFrameHTMLWriter::Out_DocInfo takes a XDocumentProperties parameter     instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4070554211c8f7c92145ac62d1237767d476ef29]

        INTEGRATION: CWS custommeta (1.17.66); FILE MERGED 2008/01/29 12:54:57 mst 1.17.66.2: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/16 17:04:21 mst 1.17.66.1: interface change: Out_DocInfo and ParseMetaOptions - sfx2/inc/sfx2/sfxhtml.hxx, source/bastyp/sfxhtml.cxx:   + SfxHTMLParser::ParseMetaOptions takes a XDocumentProperties parameter     instead of SfxDocumentInfo; also remove the now obsolete counter parameter - sfx2/inc/sfx2/{frmhtml.hxx,frmhtmlw.hxx}, source/bastyp/frmhtmlw.cxx:   + SfxFrameHTMLWriter::Out_DocInfo takes a XDocumentProperties parameter     instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [286438d49d007093babb83327aaa55ea8e025464]

        INTEGRATION: CWS custommeta (1.12.74); FILE MERGED 2008/01/25 14:19:27 mst 1.12.74.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [91e80509b0f59aad27e2612cecbd196d3b522b5b]

        INTEGRATION: CWS custommeta (1.77.74); FILE MERGED 2008/01/25 14:19:27 mst 1.77.74.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ee69597b90f1ee4e1682e5b0f253a2a6b326905c]

        INTEGRATION: CWS custommeta (1.31.70); FILE MERGED 2008/01/29 17:27:00 mst 1.31.70.2: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 16:14:17 mst 1.31.70.1: - sfx2/source/appl/{appopen.cxx,sfxpicklist.cxx},   sfx2/source/view/viewprn.cxx:   + adapt to new SfxDocumentInfoHint   + use XDocumentProperties instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [aa8e7c645494a2785ee217e7fe652738c2444be4]

        INTEGRATION: CWS custommeta (1.124.66); FILE MERGED 2008/02/01 10:38:55 mst 1.124.66.4: RESYNC: (1.126-1.127); FILE MERGED 2007/12/10 10:32:20 mst 1.124.66.3: RESYNC: (1.124-1.126); FILE MERGED 2007/11/01 14:45:15 mst 1.124.66.2: - source/doc/SfxDocumentMetaData.cxx:   remove dead code; improve exception handling 2007/10/31 12:50:45 mst 1.124.66.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx:   added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk:   build/register new service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8851281de9e67c716e52c97e67ea4d6407c79b14]

        INTEGRATION: CWS custommeta (1.71.54); FILE MERGED 2008/02/01 10:38:52 mst 1.71.54.2: RESYNC: (1.71-1.72); FILE MERGED 2008/01/25 14:19:26 mst 1.71.54.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c928ceabc6525c4baf0a9e652e08ccccc792c774]

        INTEGRATION: CWS custommeta (1.116.20); FILE MERGED 2008/01/29 17:26:59 mst 1.116.20.2: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 16:14:17 mst 1.116.20.1: - sfx2/source/appl/{appopen.cxx,sfxpicklist.cxx},   sfx2/source/view/viewprn.cxx:   + adapt to new SfxDocumentInfoHint   + use XDocumentProperties instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7dba7ae1b7fa6232a63c9bea020c7f7a76ca9bb6]

        INTEGRATION: CWS custommeta (1.33.70); FILE MERGED 2008/02/01 10:38:49 mst 1.33.70.2: RESYNC: (1.33-1.34); FILE MERGED 2008/01/25 14:19:26 mst 1.33.70.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b877d16c94f6d4f95ee8ddfa3d2bf7d32610d8fa]

        INTEGRATION: CWS custommeta (1.71.64); FILE MERGED 2008/01/25 14:19:26 mst 1.71.64.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fd8be238c76790ceddfd5a5936c9da0582902cfc]

        INTEGRATION: CWS custommeta (1.49.66); FILE MERGED 2008/01/25 14:19:26 mst 1.49.66.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b0bb33aaa37d7d02c31e900386b43831d8cf74f1]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2007/10/31 13:14:57 mst 1.1.2.1: - qa/complex/DocumentMetaData.java:   new test for service css.document.DocumentProperties - qa/complex/testdocuments/TEST.odt: test input - qa/complex/{makefile.mk,tests.sce}: move tests into sce file

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [01d418744c8f8aa77d76592b1d8cc23824f4cae0]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2007/12/07 15:03:18 mst 1.1.2.1: - sfx2/qa/complex/DocumentMetaData.java:   add more tests

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c79c357f711db5fb14f84f39f58b6b3631666983]

        INTEGRATION: CWS custommeta (1.6.56); FILE MERGED 2007/10/31 13:14:57 mst 1.6.56.1: - qa/complex/DocumentMetaData.java:   new test for service css.document.DocumentProperties - qa/complex/testdocuments/TEST.odt: test input - qa/complex/{makefile.mk,tests.sce}: move tests into sce file

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cbef592ca62b28647b7ccca2680bda306e6ec042]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2008/02/07 15:08:05 mst 1.1.2.6: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + fix setModified(false)   + remove dead code - sfx2/qa/complex/DocumentMetaData.java:   + use getOfficeTemp instead of getOfficeTempDir 2008/01/31 16:42:48 mst 1.1.2.5: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + use undocumented feature of PropertyBag to limit allowed types of     property values - sfx2/qa/complex/Attic/DocumentMetaData.java:   + test for inserting properties of invalid type   + test for notifications via XModifyListener 2008/01/16 14:25:27 mst 1.1.2.4: - sfx2/source/doc/SfxDocumentMetaData.cxx:   + all elements that have attributes are now no longer updated directly in the     DOM tree; they are stored as members instead, and updated only when storing   + ensure that we do not write elements that do not contain any text   + handle the media descriptor parameter in storeToMedium and loadFromMedium - sfx2/qa/complex/DocumentMetaData.java:   + test media descriptor parameters, and use proper URLs for file names 2007/12/18 16:24:08 mst 1.1.2.3: - sfx2/source/doc/SfxDocumentMetaData.cxx,   sfx2/qa/complex/DocumentMetaData.java:   + remove XMaterialHolder interface; replaced by XSAXWritable   + implement dispose()   + loadFromStorage does no longer resolve relative URLs;     this is done in the importer now     also, members m_BaseURL and GetAbsoluteReference removed   + loadFromStorage and storeToStorage pass an additional argument     containing the base URL to the filter   + fix duplicate modification notification in some cases   + portably encode umlauts in unit test 2007/12/07 15:03:18 mst 1.1.2.2: - sfx2/qa/complex/DocumentMetaData.java:   add more tests 2007/10/31 13:14:57 mst 1.1.2.1: - qa/complex/DocumentMetaData.java:   new test for service css.document.DocumentProperties - qa/complex/testdocuments/TEST.odt: test input - qa/complex/{makefile.mk,tests.sce}: move tests into sce file

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c9a0afd6248961cfd528616b454d40e7d3d1a669]

        INTEGRATION: CWS custommeta (1.38.20); FILE MERGED 2008/01/25 14:45:29 mst 1.38.20.1: - sfx2/prj/d.lst:   + do not export objuno.hxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [425725900d73dd2a909bc9d8a4bab3eccbe4bb8a]

        INTEGRATION: CWS custommeta (1.13.238); FILE MERGED 2008/02/04 17:36:44 mst 1.13.238.1: fix issue #i82777# - source/doc/REMOVEME.cxx:   + remove, finally! - sfx2/source/doc/SfxDocumentMetaData.cxx:   + use sax/converter.hxx (finally arrived on master) - sfx2/util/makefile.mk:   + link libsfx2 against libsax - sfx2/prj/build.lst:   + add sax to build dependencies

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [84e2ce876eebc13c2058114a00e00fa786cb6967]

        INTEGRATION: CWS custommeta (1.2.142); FILE MERGED 2008/01/25 14:19:26 mst 1.2.142.2: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},   sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},   sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,   sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:   + remove unneeded includes and assorted detritus 2008/01/16 17:04:21 mst 1.2.142.1: interface change: Out_DocInfo and ParseMetaOptions - sfx2/inc/sfx2/sfxhtml.hxx, source/bastyp/sfxhtml.cxx:   + SfxHTMLParser::ParseMetaOptions takes a XDocumentProperties parameter     instead of SfxDocumentInfo; also remove the now obsolete counter parameter - sfx2/inc/sfx2/{frmhtml.hxx,frmhtmlw.hxx}, source/bastyp/frmhtmlw.cxx:   + SfxFrameHTMLWriter::Out_DocInfo takes a XDocumentProperties parameter     instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e85ea1b48df340213816834cc041fa583f35b6c8]

        INTEGRATION: CWS custommeta (1.8.66); FILE MERGED 2007/12/10 10:32:17 mst 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/07 16:39:13 mst 1.8.66.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4f1830b70f4ff9006f584cdbbee388df842a122f]

        INTEGRATION: CWS custommeta (1.3.66); FILE MERGED 2008/01/25 14:49:21 mst 1.3.66.2: - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + mark SfxDocumentInfoObject as DLL private   + SfxDocumentInfoObject now implements XDocumentPropertiesSupplier 2007/12/07 16:39:12 mst 1.3.66.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fe74b5d167f8606a8cfd42cb42e1a1ac04dbc50c]

        INTEGRATION: CWS custommeta (1.6.20); FILE MERGED 2008/02/01 16:23:32 mst 1.6.20.4: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx,   sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}:   + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr;     likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx:   + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 10:38:45 mst 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED 2008/01/29 17:26:58 mst 1.6.20.2: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx,   sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx,   sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx:   + new template method SfxObjectShell::DoFlushDocInfo   + remove broadcast of SfxDocumentInfoHint   + remove superfluous calls to FlushDocInfo 2008/01/25 16:13:42 mst 1.6.20.1: interface change: SfxObjectShell::GetDocInfo - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,   sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:   + remove SfxDocumentInfo member   + remove method SfxObjectShell::GetDocInfo   + add method SfxObjectShell::getDocProperties   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to new SfxDocumentInfoItem - sfx2/source/doc/sfxbasemodel.cxx:   + move creation of backup of document meta-data in case of     saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store   + adapt to new SfxDocumentInfoItem

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [318ae12597715ae41e4b5a734578ac1fab07b509]

        INTEGRATION: CWS custommeta (1.2.142); FILE MERGED 2008/01/24 10:42:33 mst 1.2.142.1: - sfx2/inc/sfx2/new.hxx, sfx2/source/doc/new.cxx:   + remove unused flag SFXWB_DOCINFO and all supporting code

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bbed55bc17bcd02a502bbb141058b7a986dc2fac]

        INTEGRATION: CWS custommeta (1.2.142); FILE MERGED 2008/01/16 17:04:21 mst 1.2.142.1: interface change: Out_DocInfo and ParseMetaOptions - sfx2/inc/sfx2/sfxhtml.hxx, source/bastyp/sfxhtml.cxx:   + SfxHTMLParser::ParseMetaOptions takes a XDocumentProperties parameter     instead of SfxDocumentInfo; also remove the now obsolete counter parameter - sfx2/inc/sfx2/{frmhtml.hxx,frmhtmlw.hxx}, source/bastyp/frmhtmlw.cxx:   + SfxFrameHTMLWriter::Out_DocInfo takes a XDocumentProperties parameter     instead of SfxDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a9e2b570646a5091dd515754a80cc41dc32afe8c]

        INTEGRATION: CWS custommeta (1.5.66); FILE MERGED 2008/02/01 16:05:50 mst 1.5.66.10: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + put all functions in namespace sfx2 2008/01/29 17:27:42 mst 1.5.66.9: interface change: SfxDocumentInfoHint - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove SfxDocumentInfoHint 2008/01/29 12:54:55 mst 1.5.66.8: interface change: convertCommaSeparated - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove functions convertCommaSeparated (moved to comphelper/string.hxx) - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},   sfx2/source/dialog/dinfdlg.cxx,   sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/25 18:44:38 mst 1.5.66.7: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + remove obsolete class SfxDocumentInfo 2008/01/25 16:10:49 mst 1.5.66.6: interface change: SfxDocumentInfoHint - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + mark SfxDocumentInfo as DLL private   + re-implement class SfxDocumentInfoHint 2008/01/23 13:46:55 mst 1.5.66.5: interface change: SaveOlePropertySet - sfx2/source/doc/oleprops.{hxx,cxx}:   + new constant PROPTYPE_BLOB   + new class SfxOleBlobProperty   + new method SfxOleSection::SetBlobValue   + class SfxOleThumbnailProperty now stores a Sequence<uInt8>   + parameter type of SfxOleSection::SetThumbnailValue changed accordingly - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SaveOlePropertySet: parameter type of thumbnail is now Sequence<uInt8>;     new parameters for GUID blob and Hyperlinks blob   + SaveOlePropertySet: write _PID_GUID and _PID_HLINKS properties;     do not write TRANSIENT user-defined properties   + new helper convertMetaFile to convert GDIMetaFile to Sequence<uInt8> 2008/01/16 15:32:04 mst 1.5.66.4: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + add two functions convertCommaSeparated   + add functions LoadOlePropertySet and SaveOlePropertySet   + remove SfxDocumentInfo::LoadPropertySet and SavePropertySet 2007/12/18 18:00:54 mst 1.5.66.3: interface change: remove assignment operator of SfxDocumentInfo - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:   + removed SfxDocumentInfo::operator= and operator==     the assignment operator cannot be implemented reliably anymore   + changed semantics of copy constructor!     now it creates a clone of the contained XDocumentInfo object 2007/12/10 10:32:15 mst 1.5.66.2: RESYNC: (1.5-1.7); FILE MERGED 2007/12/07 16:39:12 mst 1.5.66.1: various refactorings to use DocumentProperties service: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:   + SetReloadDelay: fix setting of reload delay in the properties dialog     (signed vs. unsigned mismatch)   + change initialization of SfxDocumentObject (needs DocumentProperties) - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:   + refactor so that SfxDocumentInfoObject is just a wrapper around     an instance of XDocumentProperties   + implement additional interfaces: XInitialization, XCloneable   + fix exception specifications on numerous methods - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:   + implement additional interface: XDocumentPropertiesSupplier

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [87274d36e03cd07003aae2afc11571719e8971e6]

        INTEGRATION: CWS custommeta (1.4.66); FILE MERGED 2008/01/28 10:15:28 mst 1.4.66.3: - sfx2/inc/sfx2/dinfdlg.hxx:   + add missing include 2008/01/25 16:12:10 mst 1.4.66.2: interface change: SfxDocumentInfoItem - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:   + use XDocumentProperties instead of SfxDocumentInfo   + also use XDocumentInfo for additional weirdness   + use UNO types in SfxDocumentInfoItem 2007/12/18 17:43:39 mst 1.4.66.1: - sfx2/inc/sfx2/dinfdlg.hxx, sfx2/source/dialog/dinfdlg.cxx:   + SfxDocumentInfoItem no longer keeps a DocumentInfo reference;     instead, it has all the individual properties as members   + new method updateDocumentInfo   + new method resetUserData   + fixed bug: editing duration not properly displayed

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a39ceeacb3022b242f747a945bb3a6993ca229ca]

        INTEGRATION: CWS custommeta (1.10.52); FILE MERGED 2008/01/25 17:15:52 mst 1.10.52.1: - sfx2/inc/guisaveas.hxx, sfx2/source/doc/guisaveas.cxx:   + use XDocumentInfo instead of SfxDocumentInfo   + remove unused methods SfxStoringHelper::FillCopy and PrepareDocInfoForStore

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8f604202b7db7ab7e991cb8319c06d71585c0580]

        INTEGRATION: CWS custommeta (1.8.386); FILE MERGED 2008/02/26 10:40:59 mst 1.8.386.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/21 11:47:04 mst 1.8.386.1: - sc/source/ui/docshell/docsh3.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sc/source/core/data/drwlayer.cxx, sc/source/filter/xml/xmlwrap.cxx:   + remove unneeded includes - sc/source/ui/docshell/makefile.mk:   + enable exceptions for docsh3.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cc648ab9b45b4b15025fdc7b4a7e7fc68aef874e]

        INTEGRATION: CWS custommeta (1.30.140); FILE MERGED 2008/02/01 10:37:20 mst 1.30.140.2: RESYNC: (1.30-1.32); FILE MERGED 2008/01/21 11:47:04 mst 1.30.140.1: - sc/source/ui/docshell/docsh3.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sc/source/core/data/drwlayer.cxx, sc/source/filter/xml/xmlwrap.cxx:   + remove unneeded includes - sc/source/ui/docshell/makefile.mk:   + enable exceptions for docsh3.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b74a40b865342d850fe646b93fba0cacb319fd29]

        INTEGRATION: CWS custommeta (1.66.146); FILE MERGED 2008/01/21 11:47:03 mst 1.66.146.1: - sc/source/ui/docshell/docsh3.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sc/source/core/data/drwlayer.cxx, sc/source/filter/xml/xmlwrap.cxx:   + remove unneeded includes - sc/source/ui/docshell/makefile.mk:   + enable exceptions for docsh3.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d1579336b4121fd5c802bb072bf38270e0272959]

        INTEGRATION: CWS custommeta (1.92.466); FILE MERGED 2008/02/01 10:37:16 mst 1.92.466.2: RESYNC: (1.92-1.93); FILE MERGED 2007/12/21 12:12:35 mst 1.92.466.1: refactoring for XDocumentProperties import/export: calc - sc/source/filter/xml/xmlimprt.{hxx,cxx}:   + ScXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class ScXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from ScXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor ScXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - sc/source/filter/xml/xmlexprt.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c7ecea57a69227e49d0b1a143fedd7dfee8122cd]

        INTEGRATION: CWS custommeta (1.127.142); FILE MERGED 2008/02/01 10:37:06 mst 1.127.142.2: RESYNC: (1.127-1.128); FILE MERGED 2007/12/21 12:12:35 mst 1.127.142.1: refactoring for XDocumentProperties import/export: calc - sc/source/filter/xml/xmlimprt.{hxx,cxx}:   + ScXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class ScXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from ScXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor ScXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - sc/source/filter/xml/xmlexprt.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fedc3e3739150886ab3d3b62e881301854daaf24]

        INTEGRATION: CWS custommeta (1.207.142); FILE MERGED 2008/02/01 10:37:02 mst 1.207.142.2: RESYNC: (1.207-1.209); FILE MERGED 2007/12/21 12:12:35 mst 1.207.142.1: refactoring for XDocumentProperties import/export: calc - sc/source/filter/xml/xmlimprt.{hxx,cxx}:   + ScXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class ScXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from ScXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor ScXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - sc/source/filter/xml/xmlexprt.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3efdb03976bd2af77864001bccd40571162bee28]

        INTEGRATION: CWS custommeta (1.4.236); FILE MERGED 2008/01/16 17:07:07 mst 1.4.236.1: - sc/source/filter/html/{htmlpars.cxx,htmlexp.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/html/makefile.mk:   + enable exceptions for htmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2b66083cae8417f5295b231253494b1f54e7d02b]

        INTEGRATION: CWS custommeta (1.31.206); FILE MERGED 2008/02/01 10:36:59 mst 1.31.206.2: RESYNC: (1.31-1.32); FILE MERGED 2008/01/16 17:07:07 mst 1.31.206.1: - sc/source/filter/html/{htmlpars.cxx,htmlexp.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/html/makefile.mk:   + enable exceptions for htmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b123de30b1d19543a604dd818f432632853d09f9]

        INTEGRATION: CWS custommeta (1.35.142); FILE MERGED 2008/02/01 10:36:55 mst 1.35.142.2: RESYNC: (1.35-1.36); FILE MERGED 2008/01/16 17:07:07 mst 1.35.142.1: - sc/source/filter/html/{htmlpars.cxx,htmlexp.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/html/makefile.mk:   + enable exceptions for htmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c52ca89debf2310bf2bdc58c196ed2bbd8f7a62e]

        INTEGRATION: CWS custommeta (1.40.170); FILE MERGED 2008/01/16 15:51:56 mst 1.40.170.1: - sc/source/filter/excel/{excimp8.cxx,expop2.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/excel/makefile.mk:   + enable exceptions for excimp8.cxx, expop2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [aa7bfe92a0b1cdc91d2c82e506bc13fca61d54ee]

        INTEGRATION: CWS custommeta (1.31.142); FILE MERGED 2008/02/01 17:28:43 mst 1.31.142.3: - sc/source/filter/excel/{excimp8.cxx,expop2.cxx}:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/01/23 13:48:57 mst 1.31.142.2: - sc/source/filter/excel/expop2.cxx:   + adapt to SaveOlePropertySet interface change 2008/01/16 15:51:56 mst 1.31.142.1: - sc/source/filter/excel/{excimp8.cxx,expop2.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/excel/makefile.mk:   + enable exceptions for excimp8.cxx, expop2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c85ef3265fcc15e4161ed7d36d164a41491b5d45]

        INTEGRATION: CWS custommeta (1.120.142); FILE MERGED 2008/02/01 17:28:43 mst 1.120.142.4: - sc/source/filter/excel/{excimp8.cxx,expop2.cxx}:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/02/01 10:36:52 mst 1.120.142.3: RESYNC: (1.120-1.122); FILE MERGED 2008/01/16 15:51:56 mst 1.120.142.2: - sc/source/filter/excel/{excimp8.cxx,expop2.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting - sc/source/filter/excel/makefile.mk:   + enable exceptions for excimp8.cxx, expop2.cxx 2007/12/18 18:09:58 mst 1.120.142.1: - sc/source/filter/excel/excimp8.cxx:   adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7bb242e00216d85335e5999065f654b341b13dcf]

        INTEGRATION: CWS custommeta (1.52.58); FILE MERGED 2008/02/01 10:36:49 mst 1.52.58.2: RESYNC: (1.52-1.53); FILE MERGED 2008/01/21 11:47:03 mst 1.52.58.1: - sc/source/ui/docshell/docsh3.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sc/source/core/data/drwlayer.cxx, sc/source/filter/xml/xmlwrap.cxx:   + remove unneeded includes - sc/source/ui/docshell/makefile.mk:   + enable exceptions for docsh3.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a83d8e0f575c2d41ddc6dd60b873c35be668c4ae]

        INTEGRATION: CWS custommeta (1.24.198); FILE MERGED 2008/01/25 11:55:52 mst 1.24.198.1: - sc/inc/docuno.hxx:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0e2b2c10aef10e8cce53f90ca25afde97ee06b50]

        INTEGRATION: CWS custommeta (1.5.62); FILE MERGED 2008/02/01 10:36:41 mst 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/07 14:05:56 mst 1.5.62.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c1ebb911c1436573691561d02f747713fe7e1555]

        INTEGRATION: CWS custommeta (1.5.42); FILE MERGED 2007/12/07 14:05:56 mst 1.5.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [384a4a3ae754ec81b9f0201f67a44900def1c264]

        INTEGRATION: CWS custommeta (1.6.10); FILE MERGED 2008/02/07 15:11:33 mst 1.6.10.1: - unoxml/source/dom/{document.cxx,element.cxx,saxbuilder.cxx}:   + remove debugging printf calls (and worse...)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [40411f70d507fd7a9a920823a94bc56616ca6015]

        INTEGRATION: CWS custommeta (1.4.62); FILE MERGED 2008/02/01 10:36:38 mst 1.4.62.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/10 10:28:26 mst 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/07 14:05:56 mst 1.4.62.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9a3da14aeda3b281a7dcb90750dc9962ee9e5e8c]

        INTEGRATION: CWS custommeta (1.6.42); FILE MERGED 2008/02/26 10:40:51 mst 1.6.42.3: RESYNC: (1.7-1.8); FILE MERGED 2008/02/01 10:36:35 mst 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/07 14:05:56 mst 1.6.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4f8bf4ff6a763ffe936150078a3f3cc323111827]

        INTEGRATION: CWS custommeta (1.8.42); FILE MERGED 2008/02/01 10:36:32 mst 1.8.42.4: RESYNC: (1.9-1.10); FILE MERGED 2007/12/11 09:40:20 mst 1.8.42.3: - unoxml/source/dom/node.hxx:   fix mismerge 2007/12/10 10:28:23 mst 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED 2007/12/07 14:05:56 mst 1.8.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6493f003c036fa4db608df2e4c46add78fcb62b5]

        INTEGRATION: CWS custommeta (1.11.20); FILE MERGED 2008/02/26 10:40:48 mst 1.11.20.4: RESYNC: (1.13-1.14); FILE MERGED 2008/02/01 10:36:29 mst 1.11.20.3: RESYNC: (1.12-1.13); FILE MERGED 2007/12/10 10:28:20 mst 1.11.20.2: RESYNC: (1.11-1.12); FILE MERGED 2007/12/07 14:05:56 mst 1.11.20.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [60046cfbd90360c8a6fb0d6a8c66642cf54a085c]

        INTEGRATION: CWS custommeta (1.5.42); FILE MERGED 2008/02/01 10:36:26 mst 1.5.42.3: RESYNC: (1.6-1.7); FILE MERGED 2007/12/10 10:28:17 mst 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/07 14:05:56 mst 1.5.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9f892eb3a4434b80a752b5162a932b6dff1ddcc2]

        INTEGRATION: CWS custommeta (1.10.30); FILE MERGED 2008/02/26 10:40:45 mst 1.10.30.5: RESYNC: (1.11-1.12); FILE MERGED 2008/02/07 15:11:33 mst 1.10.30.4: - unoxml/source/dom/{document.cxx,element.cxx,saxbuilder.cxx}:   + remove debugging printf calls (and worse...) 2008/02/01 10:36:23 mst 1.10.30.3: RESYNC: (1.10-1.11); FILE MERGED 2008/01/03 14:21:15 mst 1.10.30.2: - unoxml/source/dom/element.cxx:   + found another implementation of xml::sax::XAttributeList in comphelper     good thing there's so many of them to choose from... - unoxml/source/dom/REMOVEME.cxx:   + remove... 2007/12/07 14:05:56 mst 1.10.30.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c1187e64f0c0d49444ad2516a929811249e58fcd]

        INTEGRATION: CWS custommeta (1.7.42); FILE MERGED 2008/02/01 10:36:20 mst 1.7.42.3: RESYNC: (1.8-1.9); FILE MERGED 2007/12/10 10:28:14 mst 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/12/07 14:05:56 mst 1.7.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fb36368a163f93cb0d6672d52a6e78d7153887f9]

        INTEGRATION: CWS custommeta (1.10.42); FILE MERGED 2008/02/26 10:40:42 mst 1.10.42.5: RESYNC: (1.12-1.13); FILE MERGED 2008/02/07 15:11:33 mst 1.10.42.4: - unoxml/source/dom/{document.cxx,element.cxx,saxbuilder.cxx}:   + remove debugging printf calls (and worse...) 2008/02/01 10:36:17 mst 1.10.42.3: RESYNC: (1.11-1.12); FILE MERGED 2007/12/10 10:28:11 mst 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/07 14:05:56 mst 1.10.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3d35ea3dd0ca96ed9a669a87a5be530b1a7a2b6c]

        INTEGRATION: CWS custommeta (1.4.62); FILE MERGED 2008/02/01 10:36:14 mst 1.4.62.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/10 10:28:08 mst 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/07 14:05:56 mst 1.4.62.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6f7ee381be52db7a803119fd460bcd70db723673]

        INTEGRATION: CWS custommeta (1.4.42); FILE MERGED 2007/12/07 14:05:56 mst 1.4.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cd6f21fa5d8f89d8355da23db53178b99fe5116d]

        INTEGRATION: CWS custommeta (1.4.62); FILE MERGED 2008/02/01 10:36:11 mst 1.4.62.3: RESYNC: (1.5-1.6); FILE MERGED 2007/12/10 10:28:05 mst 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/07 14:05:56 mst 1.4.62.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a21020c017420f49d2333c0dd38195cd15a3bb94]

        INTEGRATION: CWS custommeta (1.6.42); FILE MERGED 2008/02/01 10:36:08 mst 1.6.42.3: RESYNC: (1.7-1.8); FILE MERGED 2007/12/10 10:28:01 mst 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/07 14:05:56 mst 1.6.42.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [65b5bac8fa8ee85a54674bbca19b6eba9fb8a3d3]

        INTEGRATION: CWS custommeta (1.6.58); FILE MERGED 2008/02/26 10:40:38 mst 1.6.58.3: RESYNC: (1.7-1.8); FILE MERGED 2008/02/01 10:36:04 mst 1.6.58.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/07 14:05:56 mst 1.6.58.1: - unoxml/source/dom/document.{hxx,cxx}:   implement interface css::xml::sax::XSAXSerializable - unoxml/source/dom/*.{hxx,cxx}:   add virtual method saxify() on all subclasses of CNode   add missing implementations of getLocalName()

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ba0ef811c5a2d8dc7c591718fc8bb311b7192108]

        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>  [20aac9dd910ed0c7ad557786a93b1c255abc9da3]

        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>  [a7cfb150bda8d3103df9ddd0114f15e68499cb2f]

        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>  [d74fb65bb72240791bc1d33e04e78509eaf4c9a9]

        INTEGRATION: CWS custommeta (1.24.76); FILE MERGED 2008/01/21 15:01:11 mst 1.24.76.1: - framework/source/services/autorecovery.cxx:   + use XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7d14620eea3fbe685a22ef6cb487e8883ea764d8]

        INTEGRATION: CWS custommeta (1.84.54); FILE MERGED 2007/12/21 11:49:45 mst 1.84.54.1: refactoring for XDocumentProperties import/export - starmath/source/mathml.cxx:   + SmXMLOfficeContext_Impl virtually inherits from SvXMLImportContext   + new class SmXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SmXMLOfficeContext_Impl and SvXMLMetaDocumentContext   + refactor SmXMLImport::CreateContext to use SvXMLMetaDocumentContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e16cfd7d58f1700a52cc9f2a61a436871bc5d8d6]

        INTEGRATION: CWS custommeta (1.15.16); FILE MERGED 2008/01/23 17:11:39 mst 1.15.16.1: - starmath/inc/document.hxx, starmath/source/document.cxx:   + use XDocumentProperties instead of SfxDocumentInfo   + SmDocShell::GetComment returns String instead of String&   + fix bug: GetComment used a static variable to store document-specific data

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ccf9b9195b25e0616ab82f79bf2a2dd0a4e5d728]

        INTEGRATION: CWS custommeta (1.91.48); FILE MERGED 2008/01/23 17:11:39 mst 1.91.48.1: - starmath/inc/document.hxx, starmath/source/document.cxx:   + use XDocumentProperties instead of SfxDocumentInfo   + SmDocShell::GetComment returns String instead of String&   + fix bug: GetComment used a static variable to store document-specific data

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0d5a055994c52595e93a9e039fdce73e8b94f02d]

        INTEGRATION: CWS custommeta (1.41.12); FILE MERGED 2008/01/24 09:33:17 mst 1.41.12.1: - starmath/source/dialog.cxx:   + fix debug-only warning

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4d7f6fa9abc8539c481ccf6a9bb16cf559bc65c5]

        INTEGRATION: CWS custommeta (1.32.54); FILE MERGED 2008/01/23 17:11:39 mst 1.32.54.1: - starmath/inc/document.hxx, starmath/source/document.cxx:   + use XDocumentProperties instead of SfxDocumentInfo   + SmDocShell::GetComment returns String instead of String&   + fix bug: GetComment used a static variable to store document-specific data

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [aa35e73cf10487a5d2c021e607492a4e76f4577d]

        INTEGRATION: CWS custommeta (1.12.124); FILE MERGED 2008/01/21 15:08:43 mst 1.12.124.1: - filter/source/pdf/pdfexport.cxx,   filter/source/placeware/{exporter.cxx,placeware.xml},   filter/source/xsltdialog/xmlfiltertestdialog.cxx:   + use XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [77ae55ae9d9fa8c60c637a977ac720c6a36943c0]

        INTEGRATION: CWS custommeta (1.1.932); FILE MERGED 2008/01/21 15:08:43 mst 1.1.932.1: - filter/source/pdf/pdfexport.cxx,   filter/source/placeware/{exporter.cxx,placeware.xml},   filter/source/xsltdialog/xmlfiltertestdialog.cxx:   + use XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6a1acdd23b8b837099c81af9726c26fd33ee7c0a]

        INTEGRATION: CWS custommeta (1.12.184); FILE MERGED 2008/01/21 15:08:42 mst 1.12.184.1: - filter/source/pdf/pdfexport.cxx,   filter/source/placeware/{exporter.cxx,placeware.xml},   filter/source/xsltdialog/xmlfiltertestdialog.cxx:   + use XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [45a161ab1e2f2bb0659e4cf7fb8a2f928386bcbd]

        INTEGRATION: CWS custommeta (1.60.4); FILE MERGED 2008/02/01 10:34:46 mst 1.60.4.3: RESYNC: (1.60-1.62); FILE MERGED 2008/01/29 12:56:26 mst 1.60.4.2: - filter/source/pdf/pdfexport.cxx:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/21 15:08:42 mst 1.60.4.1: - filter/source/pdf/pdfexport.cxx,   filter/source/placeware/{exporter.cxx,placeware.xml},   filter/source/xsltdialog/xmlfiltertestdialog.cxx:   + use XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e2a08789c2814ca37ac0c3d2320bd79528e06c7f]

        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>  [be593b74dac0be5d7d8227b5cdaa03340fef7138]

        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>  [044ddb2b26d021e50dc67ba23228568ecbe4588a]

        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>  [c2802407eae613505cd4cd67e3fcf411b3edd4fe]

        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>  [27b61e161e5b58a250f8af7fc527f8b312e48b60]

        INTEGRATION: CWS custommeta (1.34.68); FILE MERGED 2008/02/01 10:34:00 mst 1.34.68.2: RESYNC: (1.34-1.35); FILE MERGED 2008/01/16 17:15:33 mst 1.34.68.1: - dbaccess/source/ui/misc/{HtmlReader.cxx,TokenWriter.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [37b36de3537dd63adfc6732f21532ed32859977d]

        INTEGRATION: CWS custommeta (1.31.28); FILE MERGED 2008/02/01 10:33:57 mst 1.31.28.2: RESYNC: (1.31-1.32); FILE MERGED 2008/01/16 17:15:33 mst 1.31.28.1: - dbaccess/source/ui/misc/{HtmlReader.cxx,TokenWriter.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo when importing and     exporting

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6565794eb920af87b479a064cef5bb08ee2f1200]

        INTEGRATION: CWS custommeta (1.27.68); FILE MERGED 2008/02/01 10:33:53 mst 1.27.68.2: RESYNC: (1.27-1.28); FILE MERGED 2008/01/29 13:14:58 mst 1.27.68.1: - dbaccess/source/ui/app/AppDetailPageHelper.cxx:   + adapt to ODocumentInfoPreview interface change   + use XDocumentProperties instead of XDocumentInfo   + incidentally, fixes bug: document information was not displayed at all - dbaccess/source/core/dataaccess/documentdefinition.{hxx,cxx}:   + renamed ODocumentDefinition::onCommandGetDocumentInfo to     onCommandGetDocumentProperties

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [091f6aa8ab0e9f04e19cc7caa288ca3a9e1b6d29]

        INTEGRATION: CWS custommeta (1.15.4); FILE MERGED 2008/02/05 10:57:13 mst 1.15.4.1: move service PropertyBag from dbaccess to comphelper - dbaccess/source/core/misc/propertybag.{hxx,cxx}:   + remove (moved to comphelper) - dbaccess/source/core/misc/makefile.mk:   + remove propertybag.cxx - dbaccess/source/core/misc/services.cxx:   + remove PropertyBag service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6aefdebe6647fb5c6bea5152b4ccf9c307857c8c]

        INTEGRATION: CWS custommeta (1.16.4); FILE MERGED 2008/02/05 10:57:13 mst 1.16.4.1: move service PropertyBag from dbaccess to comphelper - dbaccess/source/core/misc/propertybag.{hxx,cxx}:   + remove (moved to comphelper) - dbaccess/source/core/misc/makefile.mk:   + remove propertybag.cxx - dbaccess/source/core/misc/services.cxx:   + remove PropertyBag service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6a1cf3dfb7732eea631184bc11d1cee81f414885]

        INTEGRATION: CWS custommeta (1.24.26); FILE MERGED 2008/02/01 10:33:44 mst 1.24.26.2: RESYNC: (1.24-1.26); FILE MERGED 2008/01/29 13:14:59 mst 1.24.26.1: - dbaccess/source/ui/app/AppDetailPageHelper.cxx:   + adapt to ODocumentInfoPreview interface change   + use XDocumentProperties instead of XDocumentInfo   + incidentally, fixes bug: document information was not displayed at all - dbaccess/source/core/dataaccess/documentdefinition.{hxx,cxx}:   + renamed ODocumentDefinition::onCommandGetDocumentInfo to     onCommandGetDocumentProperties

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c369845d338ad0be3679a3f8631074af853594c5]

        INTEGRATION: CWS custommeta (1.50.26); FILE MERGED 2008/02/01 10:33:41 mst 1.50.26.2: RESYNC: (1.50-1.53); FILE MERGED 2008/01/29 13:14:59 mst 1.50.26.1: - dbaccess/source/ui/app/AppDetailPageHelper.cxx:   + adapt to ODocumentInfoPreview interface change   + use XDocumentProperties instead of XDocumentInfo   + incidentally, fixes bug: document information was not displayed at all - dbaccess/source/core/dataaccess/documentdefinition.{hxx,cxx}:   + renamed ODocumentDefinition::onCommandGetDocumentInfo to     onCommandGetDocumentProperties

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0335636eddd6823899105c95694b4119c4ae752d]

        INTEGRATION: CWS custommeta (1.31.214); FILE MERGED 2008/02/01 10:32:15 mst 1.31.214.3: RESYNC: (1.31-1.32); FILE MERGED 2008/01/29 12:58:16 mst 1.31.214.2: - svx/source/svrtf/svxrtf.cxx:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/16 17:50:14 mst 1.31.214.1: interface change: SvxRTFParser - svx/inc/svxrtf.hxx, svx/source/svrtf/svxrtf.cxx,   svx/source/editeng/eertfpar.cxx:   + SvxRTFParser::SvxRTFParser takes a XDocumentProperties parameter     instead of SfxDocumentInfo   + remove method SvxRTFParser::GetDocInfo - svx/source/svrtf/makefile.mk:   + enable exceptions for svxrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2afc41e42839e3dcf09a3f9321b4de7eb8df4419]

        INTEGRATION: CWS custommeta (1.3.1134); FILE MERGED 2008/01/16 17:50:14 mst 1.3.1134.1: interface change: SvxRTFParser - svx/inc/svxrtf.hxx, svx/source/svrtf/svxrtf.cxx,   svx/source/editeng/eertfpar.cxx:   + SvxRTFParser::SvxRTFParser takes a XDocumentProperties parameter     instead of SfxDocumentInfo   + remove method SvxRTFParser::GetDocInfo - svx/source/svrtf/makefile.mk:   + enable exceptions for svxrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [171201bc46a48d371b4f85c55aa1d46e73a6a6bb]

        INTEGRATION: CWS custommeta (1.13.242); FILE MERGED 2008/01/16 17:50:13 mst 1.13.242.1: interface change: SvxRTFParser - svx/inc/svxrtf.hxx, svx/source/svrtf/svxrtf.cxx,   svx/source/editeng/eertfpar.cxx:   + SvxRTFParser::SvxRTFParser takes a XDocumentProperties parameter     instead of SfxDocumentInfo   + remove method SvxRTFParser::GetDocInfo - svx/source/svrtf/makefile.mk:   + enable exceptions for svxrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [32cf270fb2d421fa0a5cebb0bf436cad3aac2594]

        INTEGRATION: CWS custommeta (1.18.242); FILE MERGED 2008/01/16 16:18:11 mst 1.18.242.1: - svx/source/editeng/eehtml.cxx:   + bug fix: do not skip the </TITLE> tag

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1e5cda8fc21a32e81d7cd7b629742c9cf534d069]

        INTEGRATION: CWS custommeta (1.25.114); FILE MERGED 2008/01/21 11:56:28 mst 1.25.114.1: - svx/source/dialog/{scriptdlg.cxx,selector.cxx}:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [44c7a53d5ccf5e46825eab31661640e26e43d5ea]

        INTEGRATION: CWS custommeta (1.21.112); FILE MERGED 2008/01/21 11:56:27 mst 1.21.112.1: - svx/source/dialog/{scriptdlg.cxx,selector.cxx}:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0993c353fbec81080a91c2d9e93372ee59d0cbc2]

        INTEGRATION: CWS custommeta (1.21.518); FILE MERGED 2008/01/16 17:50:13 mst 1.21.518.1: interface change: SvxRTFParser - svx/inc/svxrtf.hxx, svx/source/svrtf/svxrtf.cxx,   svx/source/editeng/eertfpar.cxx:   + SvxRTFParser::SvxRTFParser takes a XDocumentProperties parameter     instead of SfxDocumentInfo   + remove method SvxRTFParser::GetDocInfo - svx/source/svrtf/makefile.mk:   + enable exceptions for svxrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cdb1eb9c79f61c05ddc7980a3677b4ce8dc0fe41]

        INTEGRATION: CWS custommeta (1.6.196); FILE MERGED 2008/02/01 10:31:45 mst 1.6.196.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/07 14:15:49 mst 1.6.196.1: - offapi/com/sun/star/xml/sax/XSAXSerializable.idl:   new interface to serialize stuff via SAX events

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a13d0297e8a8857f3744dd4d2a22d7ce1b9a49a0]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2007/12/07 14:15:49 mst 1.1.2.1: - offapi/com/sun/star/xml/sax/XSAXSerializable.idl:   new interface to serialize stuff via SAX events

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0d96edfaf93fdf6c8b2ccefee48d428dd50a242f]

        INTEGRATION: CWS custommeta (1.40.40); FILE MERGED 2007/12/10 10:31:50 mst 1.40.40.2: RESYNC: (1.40-1.42); FILE MERGED 2007/11/16 14:46:35 mst 1.40.40.1: - offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl:   added new interface (similar to XDocumentInfoSupplier)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7d73754246b2f932417fd1f4da32873c8a4eb06b]

        INTEGRATION: CWS custommeta (1.8.396); FILE MERGED 2007/11/26 14:05:50 mst 1.8.396.1: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1b5a0ca1262c8443f0bfe1dcc018fda2d8838ff9]

        INTEGRATION: CWS custommeta (1.1.2); FILE ADDED 2007/11/26 14:05:50 mst 1.1.2.2: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation 2007/11/16 14:46:35 mst 1.1.2.1: - offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl:   added new interface (similar to XDocumentInfoSupplier)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [459ed6f5032a9a22bd9efe5dd1fa7c887ddfa397]

        INTEGRATION: CWS custommeta (1.2.70); FILE MERGED 2008/01/18 15:27:52 mst 1.2.70.9: - offapi/com/sun/star/document/XDocumentProperties.idl:   + add new method resetUserData 2007/12/18 16:01:09 mst 1.2.70.8: - offapi/com/sun/star/document/XDocumentProperties.idl:   + unfortunately, loadFromStorage and storeToStorage require a     MediaDescriptor parameter 2007/12/07 14:13:48 mst 1.2.70.7: - offapi/com/sun/star/document/XDocumentProperties.idl:   store methods do not throw WrongFormatException 2007/11/26 14:05:50 mst 1.2.70.6: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation 2007/11/16 14:46:35 mst 1.2.70.5: - offapi/com/sun/star/document/XDocumentPropertiesSupplier.idl:   added new interface (similar to XDocumentInfoSupplier) 2007/11/01 14:33:30 mst 1.2.70.4: XDocumentPropteries.idl: improve exception specifications 2007/10/31 12:30:50 mst 1.2.70.3: XDocumentProperties.idl: removed MIMEType from the interface DocumentProperties.idl: removed second constructor with MIMEType parameter 2007/10/24 14:32:26 mst 1.2.70.2: XDocumentProperties.idl: added missing attributes 2007/10/22 08:37:13 mst 1.2.70.1: properly formatted, fixed spelling and grammar

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [89f227f88e396a837467fceb7caa3d5e3ab6651d]

        INTEGRATION: CWS custommeta (1.9.396); FILE MERGED 2007/11/26 14:05:50 mst 1.9.396.1: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [28eac07ee221ab7dc88acb3b20b166661488096d]

        INTEGRATION: CWS custommeta (1.2.70); FILE MERGED 2007/11/26 14:05:50 mst 1.2.70.2: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation 2007/10/31 12:30:49 mst 1.2.70.1: XDocumentProperties.idl: removed MIMEType from the interface DocumentProperties.idl: removed second constructor with MIMEType parameter

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [05662cee351a81cc912afc7e088d0edddbb3cb8b]

        INTEGRATION: CWS custommeta (1.12.70); FILE MERGED 2007/11/26 14:05:49 mst 1.12.70.1: - com/sun/star/document/{X,XStandalone,,Standalone}DocumentInfo.idl,   com/sun/star/document/XDocumentInfoSupplier.idl:     mark as deprecated - com/sun/star/document/{X,}DocumentProperties.idl,   com/sun/star/document/XDocumentPropertiesSupplier.idl:     improve documentation

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f385e66063bf73285a74961ad3bcca05227db82e]

        INTEGRATION: CWS custommeta (1.29.78); FILE MERGED 2008/02/26 10:37:24 mst 1.29.78.2: RESYNC: (1.29-1.30); FILE MERGED 2008/01/17 17:35:20 mst 1.29.78.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5843eeff80dc110a48ded5d064da6e6c7f07e6d4]

        INTEGRATION: CWS custommeta (1.6.1032); FILE MERGED 2008/01/17 17:35:20 mst 1.6.1032.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ac0c9af1ece89e13dcc4cbd77a94e2c51a21b1a8]

        INTEGRATION: CWS custommeta (1.41.186); FILE MERGED 2008/01/18 10:24:10 mst 1.41.186.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [66597629cb462d0499492492196f09f2530cfd4c]

        INTEGRATION: CWS custommeta (1.125.30); FILE MERGED 2008/01/17 16:14:30 mst 1.125.30.1: - sw/inc/unotxdoc.hxx, sw/source/ui/uno/unotxdoc.cxx:   + remove override of method getDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7dd9eebdfc12f4a55dc6db7db3e414843f126056]

        INTEGRATION: CWS custommeta (1.106.76); FILE MERGED 2008/02/26 10:37:19 mst 1.106.76.2: RESYNC: (1.106-1.107); FILE MERGED 2008/01/17 17:35:20 mst 1.106.76.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [645663c1f89509e5b69b454f26dcbc243189889e]

        INTEGRATION: CWS custommeta (1.54.74); FILE MERGED 2008/01/17 17:35:20 mst 1.54.74.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7689c2ffca6a13f0f862eda952f743e9600a96b5]

        INTEGRATION: CWS custommeta (1.10.78); FILE MERGED 2008/01/17 17:35:20 mst 1.10.78.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8d73aef03723a23252864fca770f930ebd7bc601]

        INTEGRATION: CWS custommeta (1.6.1032); FILE MERGED 2008/01/18 10:24:10 mst 1.6.1032.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2f74fedf2eeb1a97103a58d6b8be5cc4c6de4c32]

        INTEGRATION: CWS custommeta (1.8.1032); FILE MERGED 2008/01/18 10:24:11 mst 1.8.1032.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [da0987ab59860b5c1d2a3e426b27f7d7acf2afac]

        INTEGRATION: CWS custommeta (1.19.30); FILE MERGED 2008/01/18 10:24:11 mst 1.19.30.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6f0cdbfcdc4382f3fb33fd0c709b5ebd6b0bf464]

        INTEGRATION: CWS custommeta (1.49.28); FILE MERGED 2008/02/26 10:37:07 mst 1.49.28.2: RESYNC: (1.49-1.50); FILE MERGED 2008/01/18 10:24:11 mst 1.49.28.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5eff89dafd8833e2d2a3a3184afe88d18af48c1d]

        INTEGRATION: CWS custommeta (1.18.30); FILE MERGED 2008/01/18 10:24:10 mst 1.18.30.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c86ad8a5047f62a0d083ca486748cbf78e1897a8]

        INTEGRATION: CWS custommeta (1.12.30); FILE MERGED 2008/01/18 10:24:10 mst 1.12.30.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [82366fce0ad11e5937599609d53f09aaf13492ab]

        INTEGRATION: CWS custommeta (1.113.26); FILE MERGED 2008/02/01 10:30:35 mst 1.113.26.2: RESYNC: (1.113-1.114); FILE MERGED 2008/01/17 17:35:20 mst 1.113.26.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [660ebbd6d36bb2d2c164bdc49d7b94343849f361]

        INTEGRATION: CWS custommeta (1.61.74); FILE MERGED 2008/01/17 17:35:19 mst 1.61.74.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fc7564dfd7897b5018b624c1eb9eb8c499dd8ee4]

        INTEGRATION: CWS custommeta (1.98.60); FILE MERGED 2008/02/26 10:36:59 mst 1.98.60.3: RESYNC: (1.98-1.99); FILE MERGED 2008/01/29 17:28:41 mst 1.98.60.2: - sw/inc/docsh.hxx, sw/source/ui/app/docsh2.cxx:   + implement SwDocShell::DoFlushDocInfo   + remove handling of SfxDocumentInfoHint 2008/01/17 17:35:19 mst 1.98.60.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a3f645aa3cddc011daa6537cb559eae75e22fc7a]

        INTEGRATION: CWS custommeta (1.74.58); FILE MERGED 2008/02/01 10:30:31 mst 1.74.58.2: RESYNC: (1.74-1.75); FILE MERGED 2008/01/17 17:35:19 mst 1.74.58.1: - sw/source/ui/app/{docsh.cxx,docsh2.cxx,docshini.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/{srcview.cxx,view.cxx}:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/uiview/makefile.mk:   + enable exceptions for view.cxx - sw/source/ui/wrtsh/wrtsh2.cxx:   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/ui/wrtsh/makefile.mk:   + enable exceptions for wrtsh2.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e53a1bfde88797df147941e1fb503d62deac26a4]

        INTEGRATION: CWS custommeta (1.7.76); FILE MERGED 2008/01/17 17:02:29 mst 1.7.76.1: - sw/source/filter/xml/{xmlimp.cxx,xmlscript.cxx}:   + adapt to SwDoc interface change

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [360d1da42c6039d33a1b469c92acfba99caa429e]

        INTEGRATION: CWS custommeta (1.17.76); FILE MERGED 2007/12/18 18:30:32 mst 1.17.76.4: - sw/source/filter/xml/xmlmeta.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export 2007/12/11 16:21:40 mst 1.17.76.3: - sw/source/filter/xml/xmlmeta.cxx:   rename struct stat to statistic 2007/12/11 09:45:29 mst 1.17.76.2: - sw/source/filter/xml:   gcc build fix 2007/12/07 18:23:34 mst 1.17.76.1: changes related to new XDocumentProperties (import) - sw/source/filter/xml/xmlimp.{hxx,cxx}, sw/source/filter/xml/xmlmeta.cxx:   + SwXMLDocContext_Impl virtually inherits from SvXMLImportContext   + SwXMLOfficeDocContext_Impl multiply inherits from     SwXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SwXMLImport to use SvXMLMetaDocumentContext   + SwXMLImport::endDocument initializes DocumentInfo   + replace method SetStatisticAttributes with SetStatistics

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9db6be623c107f6234fa85ba1e865c2f2f5ff2ee]

        INTEGRATION: CWS custommeta (1.32.154); FILE MERGED 2007/12/07 18:23:34 mst 1.32.154.1: changes related to new XDocumentProperties (import) - sw/source/filter/xml/xmlimp.{hxx,cxx}, sw/source/filter/xml/xmlmeta.cxx:   + SwXMLDocContext_Impl virtually inherits from SvXMLImportContext   + SwXMLOfficeDocContext_Impl multiply inherits from     SwXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SwXMLImport to use SvXMLMetaDocumentContext   + SwXMLImport::endDocument initializes DocumentInfo   + replace method SetStatisticAttributes with SetStatistics

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [422fe4b837b30726f2bd3669654a25be5edcab2d]

        INTEGRATION: CWS custommeta (1.103.76); FILE MERGED 2008/01/17 17:02:29 mst 1.103.76.2: - sw/source/filter/xml/{xmlimp.cxx,xmlscript.cxx}:   + adapt to SwDoc interface change 2007/12/07 18:23:34 mst 1.103.76.1: changes related to new XDocumentProperties (import) - sw/source/filter/xml/xmlimp.{hxx,cxx}, sw/source/filter/xml/xmlmeta.cxx:   + SwXMLDocContext_Impl virtually inherits from SvXMLImportContext   + SwXMLOfficeDocContext_Impl multiply inherits from     SwXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SwXMLImport to use SvXMLMetaDocumentContext   + SwXMLImport::endDocument initializes DocumentInfo   + replace method SetStatisticAttributes with SetStatistics

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1a997b8c977a7e74bd49d14d8f2a287afe5b5cf1]

        INTEGRATION: CWS custommeta (1.134.46); FILE MERGED 2008/02/01 10:30:28 mst 1.134.46.3: RESYNC: (1.134-1.136); FILE MERGED 2008/01/17 16:42:27 mst 1.134.46.2: - sw/source/filter/ww8/{wrtww8.cxx,ww8par.cxx,ww8par2.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo   + moved SwWW8ImplReader::ReadDocInfo from ww8par2.cxx to ww8par.cxx 2007/12/18 18:31:05 mst 1.134.46.1: - sw/source/filter/html/swhtml.cxx, sw/source/filter/ww1/w1filter.cxx,   sw/source/filter/ww8/ww8par2.cxx, sw/source/core/doc/doc.cxx:     adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e4cabc938fe1080d55eb13d9a7a137116b8f6e0f]

        INTEGRATION: CWS custommeta (1.185.28); FILE MERGED 2008/02/26 10:36:48 mst 1.185.28.4: RESYNC: (1.186-1.187); FILE MERGED 2008/02/01 17:25:27 mst 1.185.28.3: - sw/source/filter/ww8/{wrtww8.cxx,ww8par.cxx}:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/02/01 10:30:24 mst 1.185.28.2: RESYNC: (1.185-1.186); FILE MERGED 2008/01/17 16:42:27 mst 1.185.28.1: - sw/source/filter/ww8/{wrtww8.cxx,ww8par.cxx,ww8par2.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo   + moved SwWW8ImplReader::ReadDocInfo from ww8par2.cxx to ww8par.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4fda6ef4940a140276c828208e0cbaa1db0b5bef]

        INTEGRATION: CWS custommeta (1.86.60); FILE MERGED 2008/02/26 10:36:28 mst 1.86.60.4: RESYNC: (1.86-1.87); FILE MERGED 2008/02/01 17:25:27 mst 1.86.60.3: - sw/source/filter/ww8/{wrtww8.cxx,ww8par.cxx}:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/01/23 13:50:47 mst 1.86.60.2: - sw/source/filter/ww8/wrtww8.cxx:   + adapt to SaveOlePropertySet interface change 2008/01/17 16:42:27 mst 1.86.60.1: - sw/source/filter/ww8/{wrtww8.cxx,ww8par.cxx,ww8par2.cxx}:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo   + moved SwWW8ImplReader::ReadDocInfo from ww8par2.cxx to ww8par.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f480133d0a3240d436792c389245e2878931a908]

        INTEGRATION: CWS custommeta (1.18.30); FILE MERGED 2008/01/29 13:01:42 mst 1.18.30.3: - sw/source/core/fields/docufld.cxx, sw/source/filter/rtf/wrtrtf.cxx,   sw/source/filter/ww1/w1filter.cxx:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/17 16:26:57 mst 1.18.30.2: - sw/source/filter/ww1/w1filter.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/ww1/makefile.mk:   + enable exceptions for w1filter.cxx 2007/12/18 18:31:05 mst 1.18.30.1: - sw/source/filter/html/swhtml.cxx, sw/source/filter/ww1/w1filter.cxx,   sw/source/filter/ww8/ww8par2.cxx, sw/source/core/doc/doc.cxx:     adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a6881bb1c5dc46262a96148d1089d2a2f477dab9]

        INTEGRATION: CWS custommeta (1.10.82); FILE MERGED 2008/02/06 17:33:58 mst 1.10.82.1: - sw/source/filter/ww1/w1class.hxx:   + fix to make it compile on wntmsci11 (absolutely no idea why it broke...)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [091cc9ec6d1e69b96f5b0d579e830e7c443c3047]

        INTEGRATION: CWS custommeta (1.4.78); FILE MERGED 2008/01/17 16:26:56 mst 1.4.78.1: - sw/source/filter/ww1/w1filter.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/ww1/makefile.mk:   + enable exceptions for w1filter.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [dd3fb7723bdc456db2748730561c6439984ed8a0]

        INTEGRATION: CWS custommeta (1.16.78); FILE MERGED 2008/01/17 16:57:31 mst 1.16.78.1: - sw/source/filter/rtf/{swparrtf.{hxx,cxx},wrtrtf.{hxx,cxx}}:   + adapt to SwDoc interface change   + adapt to SvxRTFParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/rtf/makefile.mk:   + enable exceptions for wrtrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b77b4f07ac3c116596c1eea24224902b4e3600e3]

        INTEGRATION: CWS custommeta (1.39.76); FILE MERGED 2008/01/29 13:01:42 mst 1.39.76.3: - sw/source/core/fields/docufld.cxx, sw/source/filter/rtf/wrtrtf.cxx,   sw/source/filter/ww1/w1filter.cxx:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/18 11:22:30 mst 1.39.76.2: - sw/source/filter/rtf/wrtrtf.cxx:   + remove erroneous assertion 2008/01/17 16:57:31 mst 1.39.76.1: - sw/source/filter/rtf/{swparrtf.{hxx,cxx},wrtrtf.{hxx,cxx}}:   + adapt to SwDoc interface change   + adapt to SvxRTFParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/rtf/makefile.mk:   + enable exceptions for wrtrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [31d283b5820770e81c1c373a67e96f7ce8006df7]

        INTEGRATION: CWS custommeta (1.32.78); FILE MERGED 2008/01/17 16:57:31 mst 1.32.78.1: - sw/source/filter/rtf/{swparrtf.{hxx,cxx},wrtrtf.{hxx,cxx}}:   + adapt to SwDoc interface change   + adapt to SvxRTFParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/rtf/makefile.mk:   + enable exceptions for wrtrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [af3fb65d02e84b0bd08da20d3899267f70053801]

        INTEGRATION: CWS custommeta (1.75.44); FILE MERGED 2008/02/01 10:30:20 mst 1.75.44.2: RESYNC: (1.75-1.77); FILE MERGED 2008/01/17 16:57:31 mst 1.75.44.1: - sw/source/filter/rtf/{swparrtf.{hxx,cxx},wrtrtf.{hxx,cxx}}:   + adapt to SwDoc interface change   + adapt to SvxRTFParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/rtf/makefile.mk:   + enable exceptions for wrtrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bc52e063cc401cadde2b56247dff4878b6cbd583]

        INTEGRATION: CWS custommeta (1.70.82); FILE MERGED 2008/01/22 14:49:08 mst 1.70.82.1: - sw/source/filter/rtf/rtfatr.cxx:   + fix bug: use operator delete[] on arrays

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8231120ca411c6dd919756a91a02e2b80d4bb48f]

        INTEGRATION: CWS custommeta (1.4.78); FILE MERGED 2008/01/17 16:57:31 mst 1.4.78.1: - sw/source/filter/rtf/{swparrtf.{hxx,cxx},wrtrtf.{hxx,cxx}}:   + adapt to SwDoc interface change   + adapt to SvxRTFParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/rtf/makefile.mk:   + enable exceptions for wrtrtf.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6f28e672557cc2be01aa184bd4ae4c801a0b0c1b]

        INTEGRATION: CWS custommeta (1.36.76); FILE MERGED 2008/02/01 10:30:17 mst 1.36.76.2: RESYNC: (1.36-1.37); FILE MERGED 2008/01/18 11:00:09 mst 1.36.76.1: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ac0ffd2a490a43466e2568b95abfecfed143ad66]

        INTEGRATION: CWS custommeta (1.44.28); FILE MERGED 2008/02/26 10:36:20 mst 1.44.28.4: RESYNC: (1.45-1.46); FILE MERGED 2008/02/01 10:30:14 mst 1.44.28.3: RESYNC: (1.44-1.45); FILE MERGED 2008/01/18 11:00:09 mst 1.44.28.2: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx 2007/12/18 18:31:04 mst 1.44.28.1: - sw/source/filter/html/swhtml.cxx, sw/source/filter/ww1/w1filter.cxx,   sw/source/filter/ww8/ww8par2.cxx, sw/source/core/doc/doc.cxx:     adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2fccdae8b7017dd3a7c6f1859b93cddec35586b9]

        INTEGRATION: CWS custommeta (1.8.1032); FILE MERGED 2008/01/18 11:00:09 mst 1.8.1032.1: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [629b9436a04091d90bb45322cf641e3e5748a9eb]

        INTEGRATION: CWS custommeta (1.23.76); FILE MERGED 2008/01/25 11:48:20 mst 1.23.76.1: - sw/inc/unotxdoc.hxx, sw/source/filter/html/{htmlbas.cxx,htmlform.cxx}:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [df8d586bfd89ca622ffb65c4a4622f3f80ae9297]

        INTEGRATION: CWS custommeta (1.12.78); FILE MERGED 2008/01/18 11:00:09 mst 1.12.78.1: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4118f0affb4e84ffaff08a81246de548fdf52d9c]

        INTEGRATION: CWS custommeta (1.2.1032); FILE MERGED 2008/01/18 11:00:09 mst 1.2.1032.1: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a6feb2e67dbd9a7f6413a45104ca08210c948ef7]

        INTEGRATION: CWS custommeta (1.14.30); FILE MERGED 2008/02/26 10:35:58 mst 1.14.30.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/18 11:00:09 mst 1.14.30.1: file format change: writer html document info fields - sw/source/filter/html/{htmlfld.{hxx,cxx},htmlfldw.cxx,swhtml.cxx,wrthtml.cxx}:   + introduce constants DI_INFO[1-4], necessary for backwards compatibility   + convert DI_INFO[1-4] to DI_CUSTOM on import   + add new document info field subtype CUSTOM, with attribute NAME   + remove export of field subtypes DI_INFO[1-4]   + add export of field subtype DI_CUSTOM   + adapt to SwDoc interface change   + adapt to SfxHTMLParser interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/filter/html/makefile.mk:   + enable exceptions for htmlfld.cxx, swhtml.cxx, wrthtml.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [de0e9d6fb36853f1ba5e44a8875950491f48d105]

        INTEGRATION: CWS custommeta (1.14.546); FILE MERGED 2008/01/25 11:48:20 mst 1.14.546.1: - sw/inc/unotxdoc.hxx, sw/source/filter/html/{htmlbas.cxx,htmlform.cxx}:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [02128b8c6ae21becb5723472391ae4e7ba13fd08]

        INTEGRATION: CWS custommeta (1.53.76); FILE MERGED 2008/02/01 10:30:10 mst 1.53.76.2: RESYNC: (1.53-1.54); FILE MERGED 2008/01/18 11:02:13 mst 1.53.76.1: - sw/inc/swgpar.hxx, sw/source/filter/basflt/fltini.cxx:   + remove unused file swgpar.hxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8d3ade1a2e8c1e263c6ca1adcb44f872f4e94da1]

        INTEGRATION: CWS custommeta (1.112.44); FILE MERGED 2008/02/01 10:30:06 mst 1.112.44.2: RESYNC: (1.112-1.113); FILE MERGED 2008/01/18 11:00:51 mst 1.112.44.1: - sw/source/core/unocore/unotbl.cxx:   + fix debug-only warning

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [57a1bdf394c2d2aeb71930a5b7da6eabcb505caa]

        INTEGRATION: CWS custommeta (1.101.28); FILE MERGED 2008/02/26 10:35:54 mst 1.101.28.2: RESYNC: (1.101-1.102); FILE MERGED 2008/01/18 10:26:33 mst 1.101.28.1: remove support for services "com.sun.star.text.textfield.docinfo.Info[0-3]" - sw/inc/unocoll.hxx, sw/source/core/unocore/{unocoll.cxx,unofield.cxx}:   + replace SW_SERVICE_FIELDTYPE_DOCINFO_INFO_[0-3] with     SW_SERVICE_FIELDTYPE_DUMMY_[O-3]   + remove CSS_TEXT_TEXTFIELD_DOCINFO_INFO[0-3]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [366f2989d72d8555dc87cd11bd05d69b7fa1bb54]

        INTEGRATION: CWS custommeta (1.36.28); FILE MERGED 2008/02/26 10:35:40 mst 1.36.28.2: RESYNC: (1.36-1.37); FILE MERGED 2008/01/18 10:26:33 mst 1.36.28.1: remove support for services "com.sun.star.text.textfield.docinfo.Info[0-3]" - sw/inc/unocoll.hxx, sw/source/core/unocore/{unocoll.cxx,unofield.cxx}:   + replace SW_SERVICE_FIELDTYPE_DOCINFO_INFO_[0-3] with     SW_SERVICE_FIELDTYPE_DUMMY_[O-3]   + remove CSS_TEXT_TEXTFIELD_DOCINFO_INFO[0-3]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e2184e3b36a7382077b1c6270957df7a285c9ab9]

        INTEGRATION: CWS custommeta (1.41.78); FILE MERGED 2008/02/01 10:30:01 mst 1.41.78.2: RESYNC: (1.41-1.42); FILE MERGED 2008/01/17 16:06:05 mst 1.41.78.1: - sw/source/core/doc/{doccomp.cxx,docglbl.cxx,docglos.cxx},   sw/source/core/graphic/ndgrf.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/core/doc/makefile.mk:   + enable exceptions for dbgoutsw.cxx, doccomp.cxx, docglbl.cxx, docglos.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f27e36e19494513685e5cd10c4825321f6e66bf8]

        INTEGRATION: CWS custommeta (1.46.28); FILE MERGED 2008/02/26 10:35:29 mst 1.46.28.4: RESYNC: (1.48-1.49); FILE MERGED 2008/02/22 09:32:57 mst 1.46.28.3: - sw/source/core/fields/docufld.cxx:   + fix regression (lost modification text field updates)     by removing code that no one understands 2008/01/29 13:01:42 mst 1.46.28.2: - sw/source/core/fields/docufld.cxx, sw/source/filter/rtf/wrtrtf.cxx,   sw/source/filter/ww1/w1filter.cxx:   + adapt to convertCommaSeparated change (moved to comphelper) 2008/01/18 10:24:09 mst 1.46.28.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [255e35cecb604221c5147ecd409f7a869354c9ba]

        INTEGRATION: CWS custommeta (1.52.30); FILE MERGED 2008/02/01 10:29:56 mst 1.52.30.2: RESYNC: (1.52-1.53); FILE MERGED 2008/01/17 15:40:23 mst 1.52.30.1: interface change: - sw/inc/editsh.hxx, sw/source/core/edit/editsh.cxx:   + remove unused method GetInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [07e85e1026c97e7ca75b5dc7bb62932a9322bf10]

        INTEGRATION: CWS custommeta (1.20.78); FILE MERGED 2008/01/17 16:06:05 mst 1.20.78.1: - sw/source/core/doc/{doccomp.cxx,docglbl.cxx,docglos.cxx},   sw/source/core/graphic/ndgrf.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/core/doc/makefile.mk:   + enable exceptions for dbgoutsw.cxx, doccomp.cxx, docglbl.cxx, docglos.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4135f93567399d5d70aaa8dce15789ccd09ee7b6]

        INTEGRATION: CWS custommeta (1.80.28); FILE MERGED 2008/02/26 10:35:17 mst 1.80.28.3: RESYNC: (1.81-1.82); FILE MERGED 2008/02/01 10:29:51 mst 1.80.28.2: RESYNC: (1.80-1.81); FILE MERGED 2008/01/17 15:36:37 mst 1.80.28.1: interface change: IDocumentStatistics, SwDoc - sw/inc/IDocumentStatistics.hxx:   + remove methods GetDocumentInfo, GetpInfo, SetDocumentInfo   + method DocInfoChgd no longer takes a parameter - sw/inc/doc.hxx:   + remove MAINTAINABILITY-HORROR: SwDoc no longer has a SfxDocumentInfo member

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ad0eb35e54c2c606d9afc8f207df962d5a28dd4c]

        INTEGRATION: CWS custommeta (1.8.78); FILE MERGED 2008/01/17 16:06:05 mst 1.8.78.1: - sw/source/core/doc/{doccomp.cxx,docglbl.cxx,docglos.cxx},   sw/source/core/graphic/ndgrf.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/core/doc/makefile.mk:   + enable exceptions for dbgoutsw.cxx, doccomp.cxx, docglbl.cxx, docglos.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e852feabdce9a994ba1c1950ba338e169bb0cbf9]

        INTEGRATION: CWS custommeta (1.23.78); FILE MERGED 2008/01/17 16:06:05 mst 1.23.78.1: - sw/source/core/doc/{doccomp.cxx,docglbl.cxx,docglos.cxx},   sw/source/core/graphic/ndgrf.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/core/doc/makefile.mk:   + enable exceptions for dbgoutsw.cxx, doccomp.cxx, docglbl.cxx, docglos.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [34534bbde2e4b90acf39420723841189c4296294]

        INTEGRATION: CWS custommeta (1.21.78); FILE MERGED 2008/01/17 16:06:05 mst 1.21.78.1: - sw/source/core/doc/{doccomp.cxx,docglbl.cxx,docglos.cxx},   sw/source/core/graphic/ndgrf.cxx:   + adapt to SwDoc interface change   + use XDocumentProperties instead of SfxDocumentInfo - sw/source/core/doc/makefile.mk:   + enable exceptions for dbgoutsw.cxx, doccomp.cxx, docglbl.cxx, docglos.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [51c983b546ba160b3f147798f13192c94f696c85]

        INTEGRATION: CWS custommeta (1.60.76); FILE MERGED 2008/02/01 10:29:46 mst 1.60.76.3: RESYNC: (1.60-1.61); FILE MERGED 2008/01/17 15:36:37 mst 1.60.76.2: interface change: IDocumentStatistics, SwDoc - sw/inc/IDocumentStatistics.hxx:   + remove methods GetDocumentInfo, GetpInfo, SetDocumentInfo   + method DocInfoChgd no longer takes a parameter - sw/inc/doc.hxx:   + remove MAINTAINABILITY-HORROR: SwDoc no longer has a SfxDocumentInfo member 2007/12/18 18:31:05 mst 1.60.76.1: - sw/source/filter/html/swhtml.cxx, sw/source/filter/ww1/w1filter.cxx,   sw/source/filter/ww8/ww8par2.cxx, sw/source/core/doc/doc.cxx:     adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a7ba8786e19366f4b3f9fff3d8bf32ff6b01863d]

        INTEGRATION: CWS custommeta (1.7.78); FILE MERGED 2008/01/21 11:53:01 mst 1.7.78.1: - sw/source/core/bastyp/makefile.mk:   + enable exceptions for SwBitArray.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d1ffa930c537f02862033bfb28f3f2baeed9acb9]

        INTEGRATION: CWS custommeta (1.23.30); FILE MERGED 2008/01/18 10:26:33 mst 1.23.30.1: remove support for services "com.sun.star.text.textfield.docinfo.Info[0-3]" - sw/inc/unocoll.hxx, sw/source/core/unocore/{unocoll.cxx,unofield.cxx}:   + replace SW_SERVICE_FIELDTYPE_DOCINFO_INFO_[0-3] with     SW_SERVICE_FIELDTYPE_DUMMY_[O-3]   + remove CSS_TEXT_TEXTFIELD_DOCINFO_INFO[0-3]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0a59a9f8b1c4edb345a51d536989757d7a483076]

        INTEGRATION: CWS custommeta (1.61.28); FILE MERGED 2008/02/01 10:29:41 mst 1.61.28.2: RESYNC: (1.61-1.62); FILE MERGED 2008/01/17 15:40:23 mst 1.61.28.1: interface change: - sw/inc/editsh.hxx, sw/source/core/edit/editsh.cxx:   + remove unused method GetInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [09c918f5fab7f74fed0497257dc2c8e7de629eb3]

        INTEGRATION: CWS custommeta (1.12.30); FILE MERGED 2008/02/26 10:35:11 mst 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/18 10:24:09 mst 1.12.30.1: remove support for field types DI_INFO[1-4] - sw/inc/docufld.hxx, sw/source/core/fields/docufld.cxx:   + nsSwDocInfoSubType: removed constants DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + adapt to SwDoc interface change - sw/source/ui/fldui/{flddinf.cxx,fldedt.cxx,fldmgr.cxx,fldtdlg.cxx}:   + remove support for field types DI_INFO[1-4]   + use XDocumentProperties instead of SfxDocumentInfo   + fix bug in SwFldDokInfPage::FillItemSet: name of custom property was lost - sw/source/ui/fldui/makefile.mk:   + enable exceptions for fldedt.cxx, fldtdlg.cxx - sw/source/ui/inc/utlui.hrc, sw/source/ui/utlui/initui.src:   + remove FLD_DOCINFO_INFO[1-4]

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b4b5cb2fc86686995c4a4bf9d54212ce040eefea]

        INTEGRATION: CWS custommeta (1.43.80); FILE MERGED 2008/01/29 17:28:41 mst 1.43.80.1: - sw/inc/docsh.hxx, sw/source/ui/app/docsh2.cxx:   + implement SwDocShell::DoFlushDocInfo   + remove handling of SfxDocumentInfoHint

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0b85b055ca404e55f88b9eb1f292267e454976f7]

        INTEGRATION: CWS custommeta (1.144.28); FILE MERGED 2008/02/26 10:35:05 mst 1.144.28.3: RESYNC: (1.146-1.147); FILE MERGED 2008/02/01 10:29:36 mst 1.144.28.2: RESYNC: (1.144-1.146); FILE MERGED 2008/01/17 15:36:36 mst 1.144.28.1: interface change: IDocumentStatistics, SwDoc - sw/inc/IDocumentStatistics.hxx:   + remove methods GetDocumentInfo, GetpInfo, SetDocumentInfo   + method DocInfoChgd no longer takes a parameter - sw/inc/doc.hxx:   + remove MAINTAINABILITY-HORROR: SwDoc no longer has a SfxDocumentInfo member

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0c37bc8371dc0139524eab4cb144ce91e596e42b]

        INTEGRATION: CWS custommeta (1.4.170); FILE MERGED 2008/01/17 15:36:36 mst 1.4.170.1: interface change: IDocumentStatistics, SwDoc - sw/inc/IDocumentStatistics.hxx:   + remove methods GetDocumentInfo, GetpInfo, SetDocumentInfo   + method DocInfoChgd no longer takes a parameter - sw/inc/doc.hxx:   + remove MAINTAINABILITY-HORROR: SwDoc no longer has a SfxDocumentInfo member

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0409e21c7c059824b7cdfbc72e0f7fd16e3afe64]

        INTEGRATION: CWS custommeta (1.18.22); FILE MERGED 2008/02/04 15:23:31 mst 1.18.22.1: new interface: new OPropertySetHelper constructor - cppuhelper/inc/cppuhelper/propshlp.hxx,cppuhelper/source/propshlp.cxx:   + new interface IEventNotificationHook   + new constructor for OPropertySetHelper, taking an IEventNotificationHook   + OPropertySetHelper::fire calls given IEventNotificationHook - cppuhelper/source/{cc5_solaris_sparc.map,gcc3.map}:   + export new OPropertySetHelper constructor

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [35ad68d70234a26c5ee0602564570fdaa671c407]

        INTEGRATION: CWS custommeta (1.19.16); FILE MERGED 2008/02/05 16:44:35 mst 1.19.16.1: - cppuhelper/source/msvc_win32_intel.map:   + export new OPropertySetHelper constructor

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [68f6e36a6f9d4d993d298c0cab22bb777bd81e24]

        INTEGRATION: CWS custommeta (1.3.16); FILE MERGED 2008/02/04 15:23:31 mst 1.3.16.1: new interface: new OPropertySetHelper constructor - cppuhelper/inc/cppuhelper/propshlp.hxx,cppuhelper/source/propshlp.cxx:   + new interface IEventNotificationHook   + new constructor for OPropertySetHelper, taking an IEventNotificationHook   + OPropertySetHelper::fire calls given IEventNotificationHook - cppuhelper/source/{cc5_solaris_sparc.map,gcc3.map}:   + export new OPropertySetHelper constructor

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4a9cb361483acf0045881d43aa3f33ecd76d620d]

        INTEGRATION: CWS custommeta (1.19.16); FILE MERGED 2008/02/04 15:23:31 mst 1.19.16.1: new interface: new OPropertySetHelper constructor - cppuhelper/inc/cppuhelper/propshlp.hxx,cppuhelper/source/propshlp.cxx:   + new interface IEventNotificationHook   + new constructor for OPropertySetHelper, taking an IEventNotificationHook   + OPropertySetHelper::fire calls given IEventNotificationHook - cppuhelper/source/{cc5_solaris_sparc.map,gcc3.map}:   + export new OPropertySetHelper constructor

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f8805c44cdd689ca3f9a178c529b0cc08407a09e]

        INTEGRATION: CWS custommeta (1.14.44); FILE MERGED 2008/02/04 15:23:30 mst 1.14.44.1: new interface: new OPropertySetHelper constructor - cppuhelper/inc/cppuhelper/propshlp.hxx,cppuhelper/source/propshlp.cxx:   + new interface IEventNotificationHook   + new constructor for OPropertySetHelper, taking an IEventNotificationHook   + OPropertySetHelper::fire calls given IEventNotificationHook - cppuhelper/source/{cc5_solaris_sparc.map,gcc3.map}:   + export new OPropertySetHelper constructor

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2a45ae955d09a89d909c2be1e80e0d526da6e02b]

        INTEGRATION: CWS custommeta (1.90.22); FILE MERGED 2008/02/26 10:34:42 mst 1.90.22.2: RESYNC: (1.90-1.91); FILE MERGED 2008/02/01 17:31:46 mst 1.90.22.1: - sd/source/filter/pptin.cxx, sd/source/filter/eppt/eppt.cxx,   sd/source/ui/unoidl/unopage.cxx:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [79ded4a52cc83d813b41c736cd5a0adcf708ffa1]

        INTEGRATION: CWS custommeta (1.8.236); FILE MERGED 2008/01/21 11:36:39 mst 1.8.236.1: - sd/source/ui/slidesorter/model/SlideSorterModel.cxx:   + fix debug-only warning

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9469ec4fa68159b2b328700607c93b1eaa4cb745]

        INTEGRATION: CWS custommeta (1.44.32); FILE MERGED 2008/01/21 11:38:12 mst 1.44.32.1: - sd/source/ui/app/sdmod1.cxx, sd/source/ui/accessibility/:   + use XDocumentProperties instead of SfxDocumentInfo   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2814cd7d3cb802789e5f13c2d2c87c6a9c0b7ada]

        INTEGRATION: CWS custommeta (1.46.34); FILE MERGED 2008/02/01 10:28:41 mst 1.46.34.2: RESYNC: (1.46-1.47); FILE MERGED 2008/01/21 11:38:12 mst 1.46.34.1: - sd/source/ui/app/sdmod1.cxx, sd/source/ui/accessibility/:   + use XDocumentProperties instead of SfxDocumentInfo   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d8584a8a37482078ee802e6a8dd400e03b25e9fd]

        INTEGRATION: CWS custommeta (1.16.160); FILE MERGED 2008/01/21 11:38:12 mst 1.16.160.1: - sd/source/ui/app/sdmod1.cxx, sd/source/ui/accessibility/:   + use XDocumentProperties instead of SfxDocumentInfo   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b92cf1071588b12448408ea1607bf045c808c258]

        INTEGRATION: CWS custommeta (1.27.160); FILE MERGED 2008/01/21 11:38:12 mst 1.27.160.1: - sd/source/ui/app/sdmod1.cxx, sd/source/ui/accessibility/:   + use XDocumentProperties instead of SfxDocumentInfo   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6667d3e06a24e854aca0df89aa11d3088012b88f]

        INTEGRATION: CWS custommeta (1.11.280); FILE MERGED 2008/01/23 14:18:25 mst 1.11.280.1: remove homegrown implementation of ms office meta-data export from impress - sd/source/filter/eppt/eppt.{hxx,cxx}:   + remove PPTWriter::ImplCreateSummaryInformation   + re-implement PPTWriter::ImplCreateDocumentSummaryInformation     using SaveOlePropertySet - sd/source/filter/eppt/dinfos2.{hxx,cxx}:   + no longer needed, remove - sd/source/filter/eppt/makefile.mk:   + link libemp against libsfx2

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e4906141f307762123c69f5e4c74fafe9499c8de]

        INTEGRATION: CWS custommeta (1.43.236); FILE MERGED 2008/01/23 14:18:25 mst 1.43.236.1: remove homegrown implementation of ms office meta-data export from impress - sd/source/filter/eppt/eppt.{hxx,cxx}:   + remove PPTWriter::ImplCreateSummaryInformation   + re-implement PPTWriter::ImplCreateDocumentSummaryInformation     using SaveOlePropertySet - sd/source/filter/eppt/dinfos2.{hxx,cxx}:   + no longer needed, remove - sd/source/filter/eppt/makefile.mk:   + link libemp against libsfx2

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b4645fe486c51ce190ffc1728febda2fdd1e714a]

        INTEGRATION: CWS custommeta (1.58.122); FILE MERGED 2008/02/01 17:31:46 mst 1.58.122.3: - sd/source/filter/pptin.cxx, sd/source/filter/eppt/eppt.cxx,   sd/source/ui/unoidl/unopage.cxx:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/02/01 10:28:36 mst 1.58.122.2: RESYNC: (1.58-1.59); FILE MERGED 2008/01/23 14:18:25 mst 1.58.122.1: remove homegrown implementation of ms office meta-data export from impress - sd/source/filter/eppt/eppt.{hxx,cxx}:   + remove PPTWriter::ImplCreateSummaryInformation   + re-implement PPTWriter::ImplCreateDocumentSummaryInformation     using SaveOlePropertySet - sd/source/filter/eppt/dinfos2.{hxx,cxx}:   + no longer needed, remove - sd/source/filter/eppt/makefile.mk:   + link libemp against libsfx2

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [79264f516fa049f4d0a102cd7fea2f6d4cfa6d31]

        INTEGRATION: CWS custommeta (1.89.98); FILE MERGED 2008/02/01 17:31:45 mst 1.89.98.3: - sd/source/filter/pptin.cxx, sd/source/filter/eppt/eppt.cxx,   sd/source/ui/unoidl/unopage.cxx:   + adapt to sfx2 namespace and GetPreviewMetaFile interface change 2008/01/16 15:42:24 mst 1.89.98.2: - sd/source/filter/pptin.cxx:   + use XDocumentProperties instead of SfxDocumentInfo when importing 2007/12/18 18:10:54 mst 1.89.98.1: - sd/source/filter/pptin.cxx:   adapt to removal of SfxDocumentInfo::operator=

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3c92200a391f07afef1cbcfd0aeb991157d0224c]

        INTEGRATION: CWS custommeta (1.132.40); FILE MERGED 2008/02/01 10:28:06 mst 1.132.40.2: RESYNC: (1.132-1.135); FILE MERGED 2008/01/16 14:56:55 mst 1.132.40.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [87d1b122933e7aa781ddc5f9c9712c4c5af7563f]

        INTEGRATION: CWS custommeta (1.66.14); FILE MERGED 2008/02/26 10:34:04 mst 1.66.14.3: RESYNC: (1.66-1.67); FILE MERGED 2008/01/21 11:25:52 mst 1.66.14.2: - xmloff/source/text/{txtflde.cxx,txtfldi.cxx}:   + remove unneeded includes 2008/01/16 14:56:55 mst 1.66.14.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d06b9d95bf7413c71e8ad29cb72d2e7966ef2fb3]

        INTEGRATION: CWS custommeta (1.79.14); FILE MERGED 2008/02/26 10:33:47 mst 1.79.14.3: RESYNC: (1.79-1.80); FILE MERGED 2008/01/21 11:25:52 mst 1.79.14.2: - xmloff/source/text/{txtflde.cxx,txtfldi.cxx}:   + remove unneeded includes 2008/01/16 14:54:26 mst 1.79.14.1: remove export of user-defined document info text fields - xmloff/inc/txtflde.hxx:   + remove FIELD_ID_DOCINFO_INFORMATION[0-3] from enum FieldIdEnum - xmloff/source/text/txtflde.cxx:   + remove export of the 4 document information text fields

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [38ce789de32962b8845b3cb172c2e6eebac7d159]

        INTEGRATION: CWS custommeta (1.8.64); FILE MERGED 2007/12/18 15:53:50 mst 1.8.64.1: - xmloff/inc/xmloff/xmlmetae.hxx, xmloff/source/meta/xmlmetae.cxx,   xmloff/source/meta/xmlversion.cxx:   + remove class SfxXMLMetaExport; replaced by SvXMLMetaExport   + SvXMLMetaExport::_Export replaces SfxXMLMetaExport::Export,     uses XDocumentProperties instead of XDocumentInfo

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [178ed218d556327cfa47aa00106a564df1ff581e]

        INTEGRATION: CWS custommeta (1.26.66); FILE MERGED 2007/12/21 13:21:43 mst 1.26.66.3: - xmloff/inc/xmloff/xmlimp.hxx:   + remove method SvXMLImport::SetStatisticAttributes - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + remove obsolete class SfxXMLMetaContext 2007/12/18 15:54:43 mst 1.26.66.2: - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + add method SvXMLMetaDocumentContext::setBuildId, to initialize     BuildId property   + convert relative URLs on import 2007/12/07 17:45:40 mst 1.26.66.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a1368d065cc0eb97997afcda9dd6c6228e2d2544]

        INTEGRATION: CWS custommeta (1.23.66); FILE MERGED 2008/02/07 15:09:06 mst 1.23.66.8: - xmloff/source/meta/xmlmetae.cxx:   + remove debugging printf calls 2008/02/01 10:28:01 mst 1.23.66.7: RESYNC: (1.23-1.25); FILE MERGED 2007/12/21 13:20:44 mst 1.23.66.6: - xmloff/source/meta/xmlmetae.cxx:   in SvXMLMetaExport::_Export, only export elements if they actually   contain text 2007/12/18 15:53:49 mst 1.23.66.5: - xmloff/inc/xmloff/xmlmetae.hxx, xmloff/source/meta/xmlmetae.cxx,   xmloff/source/meta/xmlversion.cxx:   + remove class SfxXMLMetaExport; replaced by SvXMLMetaExport   + SvXMLMetaExport::_Export replaces SfxXMLMetaExport::Export,     uses XDocumentProperties instead of XDocumentInfo 2007/12/11 17:47:29 mst 1.23.66.4: - xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/{xmlmetae.cxx,MetaExportComponent.cxx}:     note to self: do not allocate uno objects on the stack, idiot! 2007/12/11 10:32:38 mst 1.23.66.3: - xmloff/inc/xmloff/xmlmetai.hxx,xmloff/source/core/ProgressBarHelper.cxx,   xmloff/source/meta/xmlmetae.cxx:     work around msci10's lack of standard compliance by not using     the c++ version of c standard library headers 2007/12/11 09:42:19 mst 1.23.66.2: - xmloff/source/meta/xmlmetae.cxx:   gcc build fix 2007/12/07 18:51:48 mst 1.23.66.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [73f060b9dd0f0a9583b2a1041c96019324dc9988]

        INTEGRATION: CWS custommeta (1.12.82); FILE MERGED 2007/12/07 17:45:40 mst 1.12.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [11c0f5ae8b3d3460082d795d6f488f20a2c1adb5]

        INTEGRATION: CWS custommeta (1.16.82); FILE MERGED 2008/02/05 11:19:33 mst 1.16.82.4: interface change: SvXMLExport - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/MetaExportComponent.cxx:   + remove SvXMLExport::GetProductName (now in unotools)   + use DocInfoHelper instead 2007/12/11 17:47:29 mst 1.16.82.3: - xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/{xmlmetae.cxx,MetaExportComponent.cxx}:     note to self: do not allocate uno objects on the stack, idiot! 2007/12/10 10:27:49 mst 1.16.82.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/07 18:51:48 mst 1.16.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [de4025a6f3d2174a812254dc14335c2bcb0ad2fc]

        INTEGRATION: CWS custommeta (1.121.80); FILE MERGED 2007/12/10 10:27:46 mst 1.121.80.2: RESYNC: (1.121-1.122); FILE MERGED 2007/12/07 17:50:00 mst 1.121.80.1: - xmloff/source/chart/SchXMLImport.cxx, source/draw/ximpshap.cxx:   isGraphicLoadOnDemmandSupported has been renamed

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [616cfba53f2723e428f6de1f4547452080d1d233]

        INTEGRATION: CWS custommeta (1.29.82); FILE MERGED 2007/12/21 12:20:14 mst 1.29.82.1: refactoring for XDocumentProperties import/export: draw - xmloff/source/draw/sdxmlimp.{hxx,cxx}:   + SdXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class SdXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SdXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SdXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - xmloff/source/draw/sdxmlexp.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8e3a24d009f154b16307829e5bc1370783e0a5a8]

        INTEGRATION: CWS custommeta (1.54.80); FILE MERGED 2007/12/21 12:20:14 mst 1.54.80.1: refactoring for XDocumentProperties import/export: draw - xmloff/source/draw/sdxmlimp.{hxx,cxx}:   + SdXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class SdXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SdXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SdXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - xmloff/source/draw/sdxmlexp.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c0e7fa526f67ee0e717476f7d43e0c707c4317f8]

        INTEGRATION: CWS custommeta (1.114.40); FILE MERGED 2007/12/21 12:20:14 mst 1.114.40.1: refactoring for XDocumentProperties import/export: draw - xmloff/source/draw/sdxmlimp.{hxx,cxx}:   + SdXMLDocContext_Impl virtually inherits from SvXMLImportContext   + new class SdXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SdXMLDocContext_Impl and SvXMLMetaDocumentContext   + refactor SdXMLImport::CreateContext to use SvXMLMetaDocumentContext   + replace method SetStatisticAttributes with SetStatistics - xmloff/source/draw/sdxmlexp.cxx:   + remove the statistics export in _ExportMeta;     this is done in SvXMLMetaExport::Export   + call XDocumentProperties::setDocumentStatistics in _ExportMeta

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a294f08b818ec781579e75b51f86327f9a84653d]

        INTEGRATION: CWS custommeta (1.115.12); FILE MERGED 2008/02/26 10:33:32 mst 1.115.12.2: RESYNC: (1.115-1.116); FILE MERGED 2008/01/16 14:56:55 mst 1.115.12.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1404a02eda0fcab14fd3769c53b7c43bb86efc30]

        INTEGRATION: CWS custommeta (1.99.74); FILE MERGED 2008/02/01 10:27:57 mst 1.99.74.2: RESYNC: (1.99-1.103); FILE MERGED 2007/12/07 17:45:40 mst 1.99.74.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [52b46bb2b634e940b6fbf274d5832d7a009a695b]

        INTEGRATION: CWS custommeta (1.132.56); FILE MERGED 2008/02/05 11:19:33 mst 1.132.56.4: interface change: SvXMLExport - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/MetaExportComponent.cxx:   + remove SvXMLExport::GetProductName (now in unotools)   + use DocInfoHelper instead 2007/12/11 17:47:29 mst 1.132.56.3: - xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/{xmlmetae.cxx,MetaExportComponent.cxx}:     note to self: do not allocate uno objects on the stack, idiot! 2007/12/10 10:27:42 mst 1.132.56.2: RESYNC: (1.132-1.133); FILE MERGED 2007/12/07 18:51:48 mst 1.132.56.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a2c243ae9b434c37b383faf2bd6784f0f71584f8]

        INTEGRATION: CWS custommeta (1.21.82); FILE MERGED 2007/12/11 10:32:38 mst 1.21.82.2: - xmloff/inc/xmloff/xmlmetai.hxx,xmloff/source/core/ProgressBarHelper.cxx,   xmloff/source/meta/xmlmetae.cxx:     work around msci10's lack of standard compliance by not using     the c++ version of c standard library headers 2007/12/07 16:43:13 mst 1.21.82.1: - xmloff/source/core/ProgressBarHelper.cxx:   workaround for toolchain bug on solaris/x86 Sun C++ 5.5

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c829d1bec8d097f3fb02bb91f45292c68c0ad276]

        INTEGRATION: CWS custommeta (1.4.82); FILE MERGED 2007/12/21 12:28:07 mst 1.4.82.1: refactoring for XDocumentProperties import/export: chart - xmloff/source/chart/SchXML{Export,Import}.cxx,   xmloff/source/chart/contexts.{hxx,cxx}:   + SchXMLDocContext virtually inherits from SvXMLImportContext   + new class SchXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SchXMLDocContext and SvXMLMetaDocumentContext   + refactor SchXMLImport::CreateContext to use SvXMLMetaDocumentContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8006193852899746abe369c4f7bcdc584d2ee24c]

        INTEGRATION: CWS custommeta (1.12.82); FILE MERGED 2007/12/21 12:28:07 mst 1.12.82.1: refactoring for XDocumentProperties import/export: chart - xmloff/source/chart/SchXML{Export,Import}.cxx,   xmloff/source/chart/contexts.{hxx,cxx}:   + SchXMLDocContext virtually inherits from SvXMLImportContext   + new class SchXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SchXMLDocContext and SvXMLMetaDocumentContext   + refactor SchXMLImport::CreateContext to use SvXMLMetaDocumentContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a88855c8bea8972e26989a30f955f031e932a495]

        INTEGRATION: CWS custommeta (1.36.82); FILE MERGED 2007/12/21 12:28:07 mst 1.36.82.3: refactoring for XDocumentProperties import/export: chart - xmloff/source/chart/SchXML{Export,Import}.cxx,   xmloff/source/chart/contexts.{hxx,cxx}:   + SchXMLDocContext virtually inherits from SvXMLImportContext   + new class SchXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SchXMLDocContext and SvXMLMetaDocumentContext   + refactor SchXMLImport::CreateContext to use SvXMLMetaDocumentContext 2007/12/10 10:27:39 mst 1.36.82.2: RESYNC: (1.36-1.37); FILE MERGED 2007/12/07 17:50:00 mst 1.36.82.1: - xmloff/source/chart/SchXMLImport.cxx, source/draw/ximpshap.cxx:   isGraphicLoadOnDemmandSupported has been renamed

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [75c7a3b132b8d17a679d94413eb7133a7bff622a]

        INTEGRATION: CWS custommeta (1.92.14); FILE MERGED 2008/02/26 10:33:10 mst 1.92.14.3: RESYNC: (1.93-1.94); FILE MERGED 2008/02/01 10:27:54 mst 1.92.14.2: RESYNC: (1.92-1.93); FILE MERGED 2007/12/21 12:28:07 mst 1.92.14.1: refactoring for XDocumentProperties import/export: chart - xmloff/source/chart/SchXML{Export,Import}.cxx,   xmloff/source/chart/contexts.{hxx,cxx}:   + SchXMLDocContext virtually inherits from SvXMLImportContext   + new class SchXMLFlatDocContext_Impl for flat file ODF;     multiply inherits from SchXMLDocContext and SvXMLMetaDocumentContext   + refactor SchXMLImport::CreateContext to use SvXMLMetaDocumentContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ae7875b07f8707a7ec4e4c208c54d1bf8fb40ee0]

        INTEGRATION: CWS custommeta (1.12.12); FILE MERGED 2008/02/26 10:32:52 mst 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/16 14:56:55 mst 1.12.12.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [75fc945548a644c9ef2d256e0738a90647943f3f]

        INTEGRATION: CWS custommeta (1.2.132); FILE MERGED 2007/12/21 13:21:43 mst 1.2.132.4: - xmloff/inc/xmloff/xmlimp.hxx:   + remove method SvXMLImport::SetStatisticAttributes - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + remove obsolete class SfxXMLMetaContext 2007/12/18 15:54:42 mst 1.2.132.3: - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + add method SvXMLMetaDocumentContext::setBuildId, to initialize     BuildId property   + convert relative URLs on import 2007/12/11 10:32:38 mst 1.2.132.2: - xmloff/inc/xmloff/xmlmetai.hxx,xmloff/source/core/ProgressBarHelper.cxx,   xmloff/source/meta/xmlmetae.cxx:     work around msci10's lack of standard compliance by not using     the c++ version of c standard library headers 2007/12/07 17:45:39 mst 1.2.132.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ae522cb7beeef0c39fba6ad8303db08245557f1e]

        INTEGRATION: CWS custommeta (1.2.132); FILE MERGED 2007/12/18 15:53:49 mst 1.2.132.2: - xmloff/inc/xmloff/xmlmetae.hxx, xmloff/source/meta/xmlmetae.cxx,   xmloff/source/meta/xmlversion.cxx:   + remove class SfxXMLMetaExport; replaced by SvXMLMetaExport   + SvXMLMetaExport::_Export replaces SfxXMLMetaExport::Export,     uses XDocumentProperties instead of XDocumentInfo 2007/12/07 18:51:47 mst 1.2.132.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b8a33300d5850f905db69311c5a0f2260814f6e8]

        INTEGRATION: CWS custommeta (1.3.122); FILE MERGED 2008/02/01 10:27:50 mst 1.3.122.3: RESYNC: (1.3-1.5); FILE MERGED 2007/12/21 13:21:43 mst 1.3.122.2: - xmloff/inc/xmloff/xmlimp.hxx:   + remove method SvXMLImport::SetStatisticAttributes - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + remove obsolete class SfxXMLMetaContext 2007/12/07 17:45:39 mst 1.3.122.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5fa915e7f0ac0b5c15d7e5800fdbcd79260fb3d9]

        INTEGRATION: CWS custommeta (1.5.56); FILE MERGED 2008/02/05 11:19:33 mst 1.5.56.3: interface change: SvXMLExport - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx,   xmloff/source/meta/MetaExportComponent.cxx:   + remove SvXMLExport::GetProductName (now in unotools)   + use DocInfoHelper instead 2007/12/18 15:56:10 mst 1.5.56.2: - inc/xmloff/xmlexp.hxx:   + make method GetProductName public 2007/12/07 18:51:47 mst 1.5.56.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [11962270eb9611fc0d49cd9aec33a1a9e71729d1]

        INTEGRATION: CWS custommeta (1.7.42); FILE MERGED 2008/02/01 10:27:47 mst 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2008/01/16 14:56:55 mst 1.7.42.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e6ac3d33671ceb13dfccd598cc2205702480abfa]

        INTEGRATION: CWS custommeta (1.174.58); FILE MERGED 2008/01/16 14:56:54 mst 1.174.58.1: remove import of obsolete text:user-info-0 elements cvs archeology revealed these have never been written by a published OOo version - xmloff/source/core/xmltoken.cxx, xmloff/inc/{xmlkywd.hxx,txtimp.hxx},   xmloff/inc/xmloff/xmltoken.hxx, xmloff/source/text/txtimp.cxx:   + remove tokens user-info-[0-3]   + remove XML_TOK_TEXT_DOCUMENT_INFORMATION_[0-3] from enum XMLTextPElemTokens   + remove XML_USER_INFO[0-3] - xmloff/source/text/txtfldi.cxx:   + remove all handling of user-info-[0-3] tokens   + fix bug: the fixed attribute of text:user-defined fields was ignored

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [670ff1e4b3863ade4216e5ff3c86e42017e9111d]

        INTEGRATION: CWS custommeta (1.37.18); FILE MERGED 2008/02/26 10:32:41 mst 1.37.18.2: RESYNC: (1.37-1.38); FILE MERGED 2008/01/16 14:54:25 mst 1.37.18.1: remove export of user-defined document info text fields - xmloff/inc/txtflde.hxx:   + remove FIELD_ID_DOCINFO_INFORMATION[0-3] from enum FieldIdEnum - xmloff/source/text/txtflde.cxx:   + remove export of the 4 document information text fields

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [22835dfbe88056be4a0abf3d190eaa84c9d861ba]

        INTEGRATION: CWS custommeta (1.6.82); FILE MERGED 2007/12/07 17:45:39 mst 1.6.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document import: - xmloff/inc/xmloff/xmlimp.hxx, xmloff/source/core/xmlimp.cxx:   + make the service factory member protected   + rename member isGraphicLoadOnDemmandSupported to something     less orthographically questionable   + add method SetStatistics, to eventually replace SetStatisticAttributes - xmloff/inc/MetaImportComponent.hxx,   xmloff/source/meta/MetaImportComponent.cxx:   + refactor to use XDocumentProperties instead of XDocumentInfo   + move SvXMLMetaDocumentContext over to header xmlmetai.hxx - xmloff/inc/xmloff/xmlmetai.hxx, xmloff/source/meta/xmlmetai.cxx:   + new class XMLDocumentBuilderContext, to eventually replace     SfxXMLMetaContext   + SvXMLMetaDocumentContext virtually inherits from SvXMLImportContext

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7e4cf52aa8cdbb62c4eeef2ea795cbf9502f05f7]

        INTEGRATION: CWS custommeta (1.8.82); FILE MERGED 2007/12/07 18:51:47 mst 1.8.82.1: refactoring to use XDocumentProperties instead of XDocumentInfo on document export: - xmloff/inc/xmloff/xmlexp.hxx, xmloff/source/core/xmlexp.cxx:   + turn lcl_GetProductName into static method SvXMLExport::GetProductName   + updating of Generator string is now done in _ExportMeta - xmloff/inc/MetaExportComponent.hxx, source/meta/MetaExportComponent.cxx:   + use XDocumentProperties instead of XDocumentInfo   + override _ExportMeta - xmloff/inc/xmloff/xmlmetae.hxx, source/meta/xmlmetae.cxx:   + new class SvXMLMetaExport, to eventually replace SfxXMLMetaExport   + move lcl_GetProductName to xmlexp.cxx

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [eb02193b503029d5309d5a34ff65e5b4f4450cf4]

        INTEGRATION: CWS custommeta (1.7.38); FILE MERGED 2008/01/21 15:45:28 mst 1.7.38.1: - basic/source/basmgr/basicmanagerrepository.cxx:   + remove method ImplRepository::impl_getDocumentTitle_nothrow;     call ::comphelper::DocumentInfo::getDocumentTitle instead

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c83e8c7ab0e0b754bd21c59dab349c8a59487834]

        INTEGRATION: CWS custommeta (1.10.18); FILE MERGED 2008/01/21 15:29:28 mst 1.10.18.1: - scripting/source/inc/util/MiscUtils.hxx:   + remove unneeded includes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [eaf943c308405a58e694595e9cb6ba5bc25461d4]

        INTEGRATION: CWS swcrossref01_DEV300 (1.111.4); FILE MERGED 2007/12/03 09:26:23 od 1.111.4.3: RESYNC: (1.112-1.115); FILE MERGED 2007/10/01 10:51:47 od 1.111.4.2: RESYNC: (1.111-1.112); FILE MERGED merge conflict resolved. 2007/09/17 12:41:52 od 1.111.4.1: #i81002# new strng for new XML tokens XML_NUMBER_NO_SUPERIOR and 	 XML_NUMBER_ALL_SUPERIOR

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [eed346ecd859ece59400f5e2c6c9257af6290267]

        INTEGRATION: CWS swcrossref01_DEV300 (1.8.4); FILE MERGED 2007/12/03 09:26:20 od 1.8.4.3: RESYNC: (1.9-1.12); FILE MERGED 2007/10/01 10:51:22 od 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED merge conflict resolved. 2007/09/17 12:40:59 od 1.8.4.1: #i81002# new XML token XML_NUMBER_NO_SUPERIOR and XML_NUMBER_ALL_SUPERIOR

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [af762f56c412e80c61c0ff9369f3642f06764421]

        INTEGRATION: CWS swcrossref01_DEV300 (1.6.364); FILE MERGED 2007/09/14 07:46:24 od 1.6.364.1: #i81002# constants ReferenceFieldPart is extended by new values NUMBER, 	 NUMBER_NO_CONTEXT and NUMBER_FULL_CONTEXT

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [45fdd2221bb5f7b901dd1883993d9d0e13340a33]

        INTEGRATION: CWS swcrossref01_DEV300 (1.61.156); FILE MERGED 2007/12/03 09:24:47 od 1.61.156.2: RESYNC: (1.61-1.62); FILE MERGED 2007/11/22 13:41:05 od 1.61.156.1: #i83479# consider new object file <FldRefTreeListBox.obj> for UI library

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d20a2c9a5391aa9c2d1dfd6ebd93a4104e67ecef]

        INTEGRATION: CWS swcrossref01_DEV300 (1.41.76); FILE MERGED 2007/09/17 12:36:56 od 1.41.76.1: #i81002# new string for missing reference/bookmark

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [90c90243ed70c7c3656f16dc232f1ea77f2f61ad]

        INTEGRATION: CWS swcrossref01_DEV300 (1.4.94); FILE MERGED 2007/09/17 12:36:56 od 1.4.94.1: #i81002# new string for missing reference/bookmark

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bc2f08e3ff278ce054726a067a1f0d75bfc08f72]

        INTEGRATION: CWS swcrossref01_DEV300 (1.13.92); FILE MERGED 2007/10/01 15:35:28 od 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED merge conflict resolved. 2007/09/17 12:36:56 od 1.13.92.1: #i81002# new string for missing reference/bookmark

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7df75cd5344a290d8b33d4a4cadb05c726f5bdb2]

        INTEGRATION: CWS swcrossref01_DEV300 (1.47.18); FILE MERGED 2008/02/01 08:14:07 od 1.47.18.2: RESYNC: (1.47-1.48); FILE MERGED 2007/11/22 13:42:56 od 1.47.18.1: #i83479# usage of new interface <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [88082aa57ac6740816c74c7664f3c8a3916877fd]

        INTEGRATION: CWS swcrossref01_DEV300 (1.64.162); FILE MERGED 2007/12/03 09:24:41 od 1.64.162.3: RESYNC: (1.65-1.66); FILE MERGED 2007/10/01 15:34:07 od 1.64.162.2: RESYNC: (1.64-1.65); FILE MERGED 2007/09/28 10:24:04 od 1.64.162.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6e1a3bd88632c84d57a343bc1b2f41e326c73729]

        INTEGRATION: CWS swcrossref01_DEV300 (1.37.126); FILE MERGED 2007/10/01 15:32:16 od 1.37.126.2: RESYNC: (1.37-1.38); FILE MERGED merge conflict resolved. 2007/09/28 10:24:04 od 1.37.126.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8955bb31861ffe5a9cdf53e706798d9e26fbfec3]

        INTEGRATION: CWS swcrossref01_DEV300 (1.15.20); FILE MERGED 2007/11/22 13:42:56 od 1.15.20.1: #i83479# usage of new interface <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e0084e97e3d06f6c3be95ab5b566eb9a724e1907]

        INTEGRATION: CWS swcrossref01_DEV300 (1.37.20); FILE MERGED 2007/11/22 13:42:55 od 1.37.20.1: #i83479# usage of new interface <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [acc337866ae905be28d2e0764f8a6aefee2a115f]

        INTEGRATION: CWS swcrossref01_DEV300 (1.8.930); FILE MERGED 2007/11/22 13:51:59 od 1.8.930.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [969b913e0b641cc4da0e7af91585e094e3fdd608]

        INTEGRATION: CWS swcrossref01_DEV300 (1.54.20); FILE MERGED 2007/12/03 09:24:35 od 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2007/11/22 13:51:58 od 1.54.20.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [aaf1d81b091e30925e6f9ce637958caa796470d5]

        INTEGRATION: CWS swcrossref01_DEV300 (1.25.176); FILE MERGED 2007/11/22 13:51:58 od 1.25.176.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9c9375d52dda091a1e861566be0ae44e5b0a735d]

        INTEGRATION: CWS swcrossref01_DEV300 (1.5.930); FILE MERGED 2007/11/22 13:51:58 od 1.5.930.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d040f1099262fbf4bc73a302b2056ef75f99e66f]

        INTEGRATION: CWS swcrossref01_DEV300 (1.27.176); FILE MERGED 2008/01/09 07:35:11 od 1.27.176.2: #i85091# - adjust string "Numbered Paragraphs" instead of "Numbered Items" 2007/11/22 13:51:58 od 1.27.176.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f3a6db29a8bf106750961c0f3a95d03377bd809e]

        INTEGRATION: CWS swcrossref01_DEV300 (1.2.930); FILE MERGED 2007/12/05 10:46:25 od 1.2.930.3: #i83479# - minor adjustments deu to code review with OS 2007/11/23 10:23:35 od 1.2.930.2: #i83479# - further improvement on restoring selected item after 	   update of selection list for headings and numbered items 2007/11/22 13:51:58 od 1.2.930.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ef9088037e848aa44738d09f86a93784e6874d34]

        INTEGRATION: CWS swcrossref01_DEV300 (1.10.20); FILE MERGED 2007/12/05 10:46:25 od 1.10.20.4: #i83479# - minor adjustments deu to code review with OS 2007/12/03 12:48:05 od 1.10.20.3: #i83479# - minor adjustments deu to warning-free code 2007/11/23 10:23:35 od 1.10.20.2: #i83479# - further improvement on restoring selected item after 	   update of selection list for headings and numbered items 2007/11/22 13:51:58 od 1.10.20.1: #i83479# - extend cross-reference dialog pane for direct cross-references 	   to headings and numbered items. redesign of this dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0d27650fbe5aac105ee8858756c4a1b4c3de6fdd]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/22 13:48:54 od 1.1.2.1: #i83479# new treelistbox for cross-reference dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [867c117ca67aa12057de4bc83022b56919fa3784]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/22 13:48:37 od 1.1.2.1: #i83479# implementation of new treelistbox for cross-reference dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1db2e6da3253fa692f078bd7ebeb1ac5ef429069]

        INTEGRATION: CWS swcrossref01_DEV300 (1.25.10); FILE MERGED 2008/01/09 10:25:21 od 1.25.10.1: #i85090# method <SwEditWin::RequestHelp(..)> 	 - special tooltip for reference fields to cross-reference bookmarks

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2d96c1b4dfb2507b9fd73903be12eb19cee10e24]

        INTEGRATION: CWS swcrossref01_DEV300 (1.109.50); FILE MERGED 2008/02/01 08:14:04 od 1.109.50.4: RESYNC: (1.113-1.114); FILE MERGED 2007/12/03 09:24:31 od 1.109.50.3: RESYNC: (1.110-1.113); FILE MERGED 2007/10/01 14:33:17 od 1.109.50.2: RESYNC: (1.109-1.110); FILE MERGED 2007/09/17 12:00:00 od 1.109.50.1: #i81002# method <SwTrnsfrDdeLink::SwTrnsfrDdeLink(..)> 	 - remove unnecessary bookmark type HIDDEN_BOOKMARK

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [401fbab60a41564bd201a5710c18042bd2865f5e]

        INTEGRATION: CWS swcrossref01_DEV300 (1.18.162); FILE MERGED 2007/10/01 14:32:24 od 1.18.162.2: RESYNC: (1.18-1.19); FILE MERGED merge conflict resolved. 2007/09/28 10:24:04 od 1.18.162.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9974d0368508c96016fd92bb0acb9e75cf60bc8b]

        INTEGRATION: CWS swcrossref01_DEV300 (1.181.2); FILE MERGED 2008/02/01 08:14:00 od 1.181.2.4: RESYNC: (1.185-1.186); FILE MERGED 2007/12/03 09:24:28 od 1.181.2.3: RESYNC: (1.182-1.185); FILE MERGED 2007/10/01 14:07:29 od 1.181.2.2: RESYNC: (1.181-1.182); FILE MERGED 2007/09/28 10:24:03 od 1.181.2.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [89dfff50a9af223879481819c2dcf1290296df69]

        INTEGRATION: CWS swcrossref01_DEV300 (1.84.2); FILE MERGED 2007/12/03 09:24:24 od 1.84.2.3: RESYNC: (1.85-1.86); FILE MERGED 2007/10/01 14:06:07 od 1.84.2.2: RESYNC: (1.84-1.85); FILE MERGED 2007/09/28 10:24:03 od 1.84.2.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f3e2f9bf1febaea5d27a90574e34f8453083842e]

        INTEGRATION: CWS swcrossref01_DEV300 (1.23.162); FILE MERGED 2007/10/01 14:01:12 od 1.23.162.2: RESYNC: (1.23-1.24); FILE MERGED 2007/09/28 10:24:03 od 1.23.162.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c08952c242d92afe95e2d022658cb3a8b275c979]

        INTEGRATION: CWS swcrossref01_DEV300 (1.38.52); FILE MERGED 2007/10/01 14:00:52 od 1.38.52.2: RESYNC: (1.38-1.39); FILE MERGED 2007/09/28 10:24:02 od 1.38.52.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0386edec8bc599c45e51486291080b6251102c6d]

        INTEGRATION: CWS swcrossref01_DEV300 (1.35.68); FILE MERGED 2008/02/01 08:13:56 od 1.35.68.3: RESYNC: (1.36-1.37); FILE MERGED 2007/10/01 13:59:01 od 1.35.68.2: RESYNC: (1.35-1.36); FILE MERGED 2007/09/28 10:24:02 od 1.35.68.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [00a8c7f00f867da5eee1b30f2c35bc2f32fd0a87]

        INTEGRATION: CWS swcrossref01_DEV300 (1.42.52); FILE MERGED 2008/02/01 08:13:53 od 1.42.52.4: RESYNC: (1.44-1.45); FILE MERGED 2007/12/03 09:24:21 od 1.42.52.3: RESYNC: (1.43-1.44); FILE MERGED 2007/10/01 13:58:40 od 1.42.52.2: RESYNC: (1.42-1.43); FILE MERGED 2007/09/28 10:24:02 od 1.42.52.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b11349c8158af42ced7e7d44aa634c4620f4a6e3]

        INTEGRATION: CWS swcrossref01_DEV300 (1.21.162); FILE MERGED 2007/10/10 12:39:56 od 1.21.162.3: #i81002# further refactoring for <SwBookmark> 	 - simplification by using <SwBookmark::BookmarkStart()/BookmarkEnd()> 	 - do not directly manipulate members of <SwBookmark> 2007/10/01 13:56:32 od 1.21.162.2: RESYNC: (1.21-1.22); FILE MERGED 2007/09/28 10:24:02 od 1.21.162.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4b5df1900b53be8befc3fffe0ef6c55c329cc0ef]

        INTEGRATION: CWS swcrossref01_DEV300 (1.76.18); FILE MERGED 2008/02/01 08:13:49 od 1.76.18.3: RESYNC: (1.77-1.79); FILE MERGED 2007/12/03 09:24:18 od 1.76.18.2: RESYNC: (1.76-1.77); FILE MERGED 2007/11/22 13:57:01 od 1.76.18.1: #i83479# accessors to interface <IDocumentListItems> and <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1e2c297b47d952cd174455497a24f528fcb16e98]

        INTEGRATION: CWS swcrossref01_DEV300 (1.32.50); FILE MERGED 2008/02/01 08:13:46 od 1.32.50.5: RESYNC: (1.34-1.35); FILE MERGED 2007/12/03 09:24:15 od 1.32.50.4: RESYNC: (1.33-1.34); FILE MERGED 2007/10/01 13:49:48 od 1.32.50.3: RESYNC: (1.32-1.33); FILE MERGED merge conflicts resolved. 2007/09/28 10:24:02 od 1.32.50.2: #i81002# adjustments due to refactoring of class <SwBookmark> 2007/09/26 12:20:41 od 1.32.50.1: #i81002# minor adjustments due to changed method names of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a5159abb164513272ab642512bf5d4ce6c3a4827]

        INTEGRATION: CWS swcrossref01_DEV300 (1.36.72); FILE MERGED 2008/02/01 08:13:43 od 1.36.72.4: RESYNC: (1.37-1.38); FILE MERGED 2007/10/24 09:19:03 od 1.36.72.3: #i81002# method <lcl_FillBookmarkArray(..)> 	 - include new bookmark types <SwCrossRefBookmark> into array 	   of bookmark to assure that these new bookmarks are written 	   into the OpenDocument file format as normal bookmarks marking 	   the complete paragraph. 2007/10/01 13:48:03 od 1.36.72.2: RESYNC: (1.36-1.37); FILE MERGED merge conflict resolved. 2007/09/28 10:24:02 od 1.36.72.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [15278e40983c1c3c28f1a6b94986b5ca34d6009b]

        INTEGRATION: CWS swcrossref01_DEV300 (1.61.28); FILE MERGED 2008/02/01 08:13:40 od 1.61.28.5: RESYNC: (1.64-1.65); FILE MERGED 2007/12/03 09:24:11 od 1.61.28.4: RESYNC: (1.62-1.64); FILE MERGED 2007/10/01 13:47:32 od 1.61.28.3: RESYNC: (1.61-1.62); FILE MERGED 2007/09/28 10:24:02 od 1.61.28.2: #i81002# adjustments due to refactoring of class <SwBookmark> 2007/09/26 12:20:41 od 1.61.28.1: #i81002# minor adjustments due to changed method names of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9d8e0f69ccb56e589336fac32d12b2db36611078]

        INTEGRATION: CWS swcrossref01_DEV300 (1.100.88); FILE MERGED 2007/12/03 09:24:08 od 1.100.88.3: RESYNC: (1.101-1.103); FILE MERGED 2007/10/01 13:47:23 od 1.100.88.2: RESYNC: (1.100-1.101); FILE MERGED 2007/09/28 10:24:01 od 1.100.88.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1b277ec8d04a2a25510fb33ee7c4e13b14e938b5]

        INTEGRATION: CWS swcrossref01_DEV300 (1.12.444); FILE MERGED 2007/10/25 06:38:28 od 1.12.444.4: #i81002# method <SwXBookmark::attachToRange(..)> 	 - usage of new method <IDocumentBookmarkAccess::isCrossRefBookmarkName(..)> 2007/10/24 09:32:07 od 1.12.444.3: #i81002# method <SwXBookmark::attachToRange(..)> 	 - if the proposed bookmark name matches schema 	   "_Ref[Heading|NumPara]_[number]" it's inserted as a 	   <SwCrossRefBookmark> 2007/10/01 13:45:00 od 1.12.444.2: RESYNC: (1.12-1.13); FILE MERGED 2007/09/28 10:24:01 od 1.12.444.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [50cc79827eb20eb5ad765b1e1940522d694cc2e0]

        INTEGRATION: CWS swcrossref01_DEV300 (1.34.20); FILE MERGED 2008/02/01 08:13:37 od 1.34.20.3: RESYNC: (1.35-1.37); FILE MERGED 2007/12/03 09:24:05 od 1.34.20.2: RESYNC: (1.34-1.35); FILE MERGED 2007/10/18 08:04:50 od 1.34.20.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d4186bd4f27b36e59d214a1e6d7586985ff3ed05]

        INTEGRATION: CWS swcrossref01_DEV300 (1.22.434); FILE MERGED 2007/10/18 13:22:39 od 1.22.434.3: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/10/01 13:41:56 od 1.22.434.2: RESYNC: (1.22-1.23); FILE MERGED merge conflicts resolved. 2007/09/28 10:24:01 od 1.22.434.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9c90b1fceef85a760d71875da2f504a280560bb5]

        INTEGRATION: CWS swcrossref01_DEV300 (1.7.444); FILE MERGED 2007/10/01 13:41:36 od 1.7.444.2: RESYNC: (1.7-1.8); FILE MERGED merge conflict resolved. 2007/09/28 10:24:01 od 1.7.444.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fbc6f63e3c654ed549ce085fdb88d275135b4c55]

        INTEGRATION: CWS swcrossref01_DEV300 (1.19.34); FILE MERGED 2008/02/01 08:13:33 od 1.19.34.5: RESYNC: (1.20-1.21); FILE MERGED 2007/10/18 13:22:39 od 1.19.34.4: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/10/10 12:39:56 od 1.19.34.3: #i81002# further refactoring for <SwBookmark> 	 - simplification by using <SwBookmark::BookmarkStart()/BookmarkEnd()> 	 - do not directly manipulate members of <SwBookmark> 2007/10/01 13:40:56 od 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED merge conflict resolved. 2007/09/28 10:24:01 od 1.19.34.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1c36717714d943c91e7106c170124988ebcd98e8]

        INTEGRATION: CWS swcrossref01_DEV300 (1.72.34); FILE MERGED 2007/12/03 09:24:02 od 1.72.34.6: RESYNC: (1.73-1.74); FILE MERGED 2007/11/22 15:43:31 od 1.72.34.5: #i83479# method <SwTxtNode::GetExpandTxt(..)> 	 - two space in front of expanded text for each list level 2007/11/22 13:58:11 od 1.72.34.4: #i83479# extension of method <SwTxtNode::GetExpandTxt(..)> 2007/10/18 08:03:58 od 1.72.34.3: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..) 2007/10/01 13:38:09 od 1.72.34.2: RESYNC: (1.72-1.73); FILE MERGED 2007/09/26 12:20:41 od 1.72.34.1: #i81002# minor adjustments due to changed method names of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8b90bbc691fc2f17946f6703dbcb592060d34584]

        INTEGRATION: CWS swcrossref01_DEV300 (1.11.444); FILE MERGED 2007/10/01 13:35:57 od 1.11.444.2: RESYNC: (1.11-1.12); FILE MERGED 2007/09/17 12:25:50 od 1.11.444.1: #i81002# method <SwFmtFld::Modify(..)> 	 - consider changes synopsis of method <SwGetRefField::UpdateField(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8f598e0efaf66e5bebdaaa1456f8ee8d32283ad5]

        INTEGRATION: CWS swcrossref01_DEV300 (1.18.16); FILE MERGED 2008/02/01 08:13:30 od 1.18.16.3: RESYNC: (1.19-1.20); FILE MERGED 2007/12/03 09:23:59 od 1.18.16.2: RESYNC: (1.18-1.19); FILE MERGED 2007/11/22 13:46:17 od 1.18.16.1: #i83479# usage of new interface <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6e5e6c48947dc066e68696325ff2eef7b33772d0]

        INTEGRATION: CWS swcrossref01_DEV300 (1.39.20); FILE MERGED 2007/12/03 09:23:56 od 1.39.20.2: RESYNC: (1.39-1.40); FILE MERGED 2007/10/18 08:03:59 od 1.39.20.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [10ad90ac7043f6125c997e41fa877072402ef0d1]

        INTEGRATION: CWS swcrossref01_DEV300 (1.41.20); FILE MERGED 2008/02/01 08:13:27 od 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2007/10/18 08:03:58 od 1.41.20.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b8cf0615e36bbf90466239ae62977cc12376f7be]

        INTEGRATION: CWS swcrossref01_DEV300 (1.20.444); FILE MERGED 2008/01/09 10:14:26 od 1.20.444.10: #i85090# class <SwGetRefField> 	 - implementation of new method <GetExpandedTxtOfReferencedTxtNode()> 2007/12/03 13:19:09 od 1.20.444.9: #i83479# class <SwGetRefField> 	 - destructor 2007/12/03 09:23:53 od 1.20.444.8: RESYNC: (1.21-1.22); FILE MERGED 2007/11/22 14:01:17 od 1.20.444.7: #i83479# - adjustments due to refactoring at <SwTxtNode> 	 - class <SwGetRefField>: 	 -- implementation of new methods <IsRefToHeadingCrossRefBookmark()>,  	    <IsRefToNumItemCrossRefBookmark()> and <GetReferencedTxtNode()> 2007/10/18 13:21:30 od 1.20.444.6: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/10/10 12:39:56 od 1.20.444.5: #i81002# further refactoring for <SwBookmark> 	 - simplification by using <SwBookmark::BookmarkStart()/BookmarkEnd()> 	 - do not directly manipulate members of <SwBookmark> 2007/10/02 09:38:13 od 1.20.444.4: #i81002# method <SwGetRefField::MakeNumRefStr(..)> 	 - rename parameter to avoid variable hiding 2007/10/01 12:02:00 od 1.20.444.3: RESYNC: (1.20-1.21); FILE MERGED 2007/09/28 10:04:14 od 1.20.444.2: #i81002# class <SwGetRefField> 	 - adjustment due to refactoring of class <SwBookmark> 	 - minor adjustment to fullfill code guidelines 2007/09/17 12:23:59 od 1.20.444.1: #i81002# class <SwGetRefField> 	 - implementation of new reference format types NUMBER, 	   NUMBER_NO_CONTEXT and NUMBER_FULL_CONTEXT

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [76c0c54a175a4ab520b98a3a5ef0b147a9413dc8]

        INTEGRATION: CWS swcrossref01_DEV300 (1.27.18); FILE MERGED 2007/12/03 09:23:49 od 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2007/11/22 14:01:17 od 1.27.18.1: #i83479# - adjustments due to refactoring at <SwTxtNode> 	 - class <SwGetRefField>: 	 -- implementation of new methods <IsRefToHeadingCrossRefBookmark()>,  	    <IsRefToNumItemCrossRefBookmark()> and <GetReferencedTxtNode()>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [440207ad1ad3707362c0b0873189d77a04f084f9]

        INTEGRATION: CWS swcrossref01_DEV300 (1.23.20); FILE MERGED 2007/11/22 13:44:46 od 1.23.20.1: #i83479# class <SwEditShell> 	 - remove accessor methods to outline nodes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a14259f18cd22c12909466afc450d8604b3a0854]

        INTEGRATION: CWS swcrossref01_DEV300 (1.42.18); FILE MERGED 2007/11/22 13:44:11 od 1.42.18.1: #i83479# adjustment due to refactoring at <SwTxtNode>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [198f11c682610a59ccd56a525156fc38d7e5942f]

        INTEGRATION: CWS swcrossref01_DEV300 (1.27.20); FILE MERGED 2007/12/03 09:23:46 od 1.27.20.2: RESYNC: (1.27-1.28); FILE MERGED 2007/10/18 08:03:10 od 1.27.20.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [13fdb166609b50bda3d78234eef5713a5de47a48]

        INTEGRATION: CWS swcrossref01_DEV300 (1.38.20); FILE MERGED 2008/02/01 08:13:24 od 1.38.20.2: RESYNC: (1.38-1.40); FILE MERGED 2007/11/22 13:57:00 od 1.38.20.1: #i83479# accessors to interface <IDocumentListItems> and <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [934a9415f51ce3269133e9ddd02935bb3c0623b2]

        INTEGRATION: CWS swcrossref01_DEV300 (1.48.20); FILE MERGED 2007/12/03 09:23:43 od 1.48.20.2: RESYNC: (1.48-1.52); FILE MERGED 2007/10/18 08:03:10 od 1.48.20.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a02ffce2c9d52c78e4f0acc84d1e72261891131a]

        INTEGRATION: CWS swcrossref01_DEV300 (1.27.90); FILE MERGED 2007/12/03 09:23:40 od 1.27.90.3: RESYNC: (1.28-1.29); FILE MERGED 2007/10/01 11:52:58 od 1.27.90.2: RESYNC: (1.27-1.28); FILE MERGED 2007/09/28 10:24:01 od 1.27.90.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9e483cb93322ba8e85a4d497ca68781025093dea]

        INTEGRATION: CWS swcrossref01_DEV300 (1.8.444); FILE MERGED 2007/10/01 11:51:27 od 1.8.444.2: RESYNC: (1.8-1.9); FILE MERGED 2007/09/28 10:24:00 od 1.8.444.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [65efedfe983c771b4d02c6ad4a8720f32dbe5690]

        INTEGRATION: CWS swcrossref01_DEV300 (1.40.164); FILE MERGED 2007/12/03 09:23:37 od 1.40.164.6: RESYNC: (1.41-1.44); FILE MERGED 2007/11/22 15:42:12 od 1.40.164.5: #i81002# method <SwNumRule::MakeRefNumStr> 	 - correction of defect, that no <RefNumStr> is made for text nodes 	   on first list level 2007/11/22 14:07:06 od 1.40.164.4: #i83479# method <SwNumRule::MakeRefNumString(..)> 	 - correct handling of phantons 2007/10/01 11:50:54 od 1.40.164.3: RESYNC: (1.40-1.41); FILE MERGED 2007/09/28 10:05:03 od 1.40.164.2: #i81002# method <SwNumRule::MakeRefNumString(..)> now constant 2007/09/17 12:35:52 od 1.40.164.1: #i81002# class <SwNumRule> 	 - implementation of new method <swNumRule::MakeRefNumString(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4034ffd0796a42a6ceaea0664aefd50f2323b910]

        INTEGRATION: CWS swcrossref01_DEV300 (1.68.20); FILE MERGED 2008/02/01 08:13:20 od 1.68.20.3: RESYNC: (1.68-1.70); FILE MERGED 2007/12/03 12:21:32 od 1.68.20.2: #i83479# - minor adjustment due to warning-free code 2007/11/22 14:03:41 od 1.68.20.1: #i83479# class <SwDoc> 	 - implementation of interfaces <IDocumentListItems> and <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3203433ca9d2119861a3933ad9bf76651d80b015]

        INTEGRATION: CWS swcrossref01_DEV300 (1.79.18); FILE MERGED 2008/02/01 08:13:17 od 1.79.18.3: RESYNC: (1.80-1.81); FILE MERGED 2007/12/03 09:23:33 od 1.79.18.2: RESYNC: (1.79-1.80); FILE MERGED 2007/11/22 14:03:41 od 1.79.18.1: #i83479# class <SwDoc> 	 - implementation of interfaces <IDocumentListItems> and <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f749a59aea521517d8f779c018879c121385f5d2]

        INTEGRATION: CWS swcrossref01_DEV300 (1.9.20); FILE MERGED 2008/01/09 09:58:58 od 1.9.20.1: #i81002# methods <SwDoc::SetFtnInfo(..)> and <SwDoc::SetEndNoteInfo(..)> 	 - do not update reference fields during loading

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8d937f0e51a53fd37e2c29dac5be5cda27780359]

        INTEGRATION: CWS swcrossref01_DEV300 (1.35.136); FILE MERGED 2008/02/01 08:13:13 od 1.35.136.4: RESYNC: (1.36-1.40); FILE MERGED 2007/10/18 08:02:34 od 1.35.136.3: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..) 2007/10/01 11:46:34 od 1.35.136.2: RESYNC: (1.35-1.36); FILE MERGED 2007/09/28 10:24:00 od 1.35.136.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9f34fe0583501ce6731d0421e83051ac7aa337f8]

        INTEGRATION: CWS swcrossref01_DEV300 (1.11.444); FILE MERGED 2007/10/01 11:46:01 od 1.11.444.2: RESYNC: (1.11-1.12); FILE MERGED 2007/09/28 10:24:00 od 1.11.444.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fcba350253845390796f959293fd8f7f7b632475]

        INTEGRATION: CWS swcrossref01_DEV300 (1.10.164); FILE MERGED 2007/10/01 11:45:53 od 1.10.164.3: RESYNC: (1.10-1.11); FILE MERGED 2007/09/28 10:24:00 od 1.10.164.2: #i81002# adjustments due to refactoring of class <SwBookmark> 2007/09/26 15:31:13 od 1.10.164.1: #i81002# refactoring of class <SwBookmark> 	 - adjustments, because <SwDoc> is no longer friend of <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [00f617d27e83187166e86ede82e883cf418a841c]

        INTEGRATION: CWS swcrossref01_DEV300 (1.20.444); FILE MERGED 2008/02/01 08:13:10 od 1.20.444.13: RESYNC: (1.21-1.22); FILE MERGED 2007/11/23 10:21:47 od 1.20.444.12: #i83479# - minor syntax correction 2007/11/22 14:05:59 od 1.20.444.11: #i83479# - implementation of bookmark helper functions in namespace <bookmarkfunc> 	 - implementation of methods <IDocumentBookmarkAccess::getCrossRefBookmarkName(..)> 	   and <IDocumentBookmarkAccess::makeCrossRefBookmark(..)> 2007/10/25 06:36:47 od 1.20.444.10: #i81002# implementation of new method <SwDoc::isCrossRefBookmarkName(..)> 2007/10/24 09:13:45 od 1.20.444.9: #i81002# further adjustments for new bookmark type <SwCrossRefBookmark> 2007/10/18 13:20:48 od 1.20.444.8: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/10/18 09:59:25 od 1.20.444.7: #i81002# refactoring: 	 - no direct manipulation of <SwBookmark> member 2007/10/10 12:39:55 od 1.20.444.6: #i81002# further refactoring for <SwBookmark> 	 - simplification by using <SwBookmark::BookmarkStart()/BookmarkEnd()> 	 - do not directly manipulate members of <SwBookmark> 2007/10/02 09:36:47 od 1.20.444.5: #i81002# further adjustment due to refactoring of <SwBookmark> afer cwsresync 2007/10/01 11:45:23 od 1.20.444.4: RESYNC: (1.20-1.21); FILE MERGED merge conflicts resolved. 2007/09/28 10:24:00 od 1.20.444.3: #i81002# adjustments due to refactoring of class <SwBookmark> 2007/09/26 15:08:30 od 1.20.444.2: #i81002# refactoring <SwBookmark>: 	 - usage of new <SwBookmark> constructor 	 - remove code to validate <SwBookmark> members after creation 	   of a certain <SwBookmark> instance - this is now done in the 	   <SwBookmark> constructor 2007/09/17 11:58:05 od 1.20.444.1: #i81002# method <SwDoc::makeBookmark(..)> 	 - remove unnecessary bookmark type HIDDEN_BOOKMARK

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8e94d7c7acfb8cbfdafae4fef415e0471232176d]

        INTEGRATION: CWS swcrossref01_DEV300 (1.60.18); FILE MERGED 2008/02/01 08:13:07 od 1.60.18.3: RESYNC: (1.60-1.61); FILE MERGED 2007/11/22 14:02:18 od 1.60.18.2: #i83479# minor correction of previous made comment 2007/10/18 08:01:45 od 1.60.18.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7b0ef93a9cc83d1336e64e90a2c7a92f79a9037a]

        INTEGRATION: CWS swcrossref01_DEV300 (1.5.20); FILE MERGED 2007/12/03 09:23:30 od 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/18 13:18:55 od 1.5.20.1: #i81002# introduction of new bookmark type <SwCrossRefBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e923b156dfc2056930c6f1860bc14f3333bc1932]

        INTEGRATION: CWS swcrossref01_DEV300 (1.22.20); FILE MERGED 2008/02/01 08:13:03 od 1.22.20.3: RESYNC: (1.23-1.24); FILE MERGED 2007/12/03 09:23:27 od 1.22.20.2: RESYNC: (1.22-1.23); FILE MERGED 2007/11/22 13:55:03 od 1.22.20.1: #i83479# - adjustments due to refactoring of <SwTxtNode>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c7eaaf2393107442f92c3fdee02532c0af34d521]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/23 10:21:47 od 1.1.2.3: #i83479# - minor syntax correction 2007/11/22 13:55:57 od 1.1.2.2: #i83479# class <SwCrossRefBookmark> 	 - implementation for new member <mnSubType> 2007/10/18 13:17:53 od 1.1.2.1: #i81002# introduction of new bookmark type <SwCrossRefBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [07dfe70a9df1713f28c008a2737ba252557796cd]

        INTEGRATION: CWS swcrossref01_DEV300 (1.5.444); FILE MERGED 2007/10/10 12:39:55 od 1.5.444.3: #i81002# further refactoring for <SwBookmark> 	 - simplification by using <SwBookmark::BookmarkStart()/BookmarkEnd()> 	 - do not directly manipulate members of <SwBookmark> 2007/10/01 11:40:42 od 1.5.444.2: RESYNC: (1.5-1.6); FILE MERGED merge conflict resolved. 2007/09/28 10:24:00 od 1.5.444.1: #i81002# adjustments due to refactoring of class <SwBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ff52eacc15d3081a4bf0417482e1d01174490187]

        INTEGRATION: CWS swcrossref01_DEV300 (1.9.444); FILE MERGED 2007/10/18 13:18:55 od 1.9.444.4: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/09/28 10:24:00 od 1.9.444.3: #i81002# adjustments due to refactoring of class <SwBookmark> 2007/09/26 15:05:12 od 1.9.444.2: #i81002# refactoring class <SwBookmark> and its sub classes 	 - implementation of new constructor 	 - validation of members <pPos1> and <pPos2> in constructor 2007/09/26 12:19:21 od 1.9.444.1: #i81002# class <SwBookmark> 	 - implementation of new methods <SetBookmarkPos1(..)> and 	   <SetBookmarkPos2(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [73939c748c614924329a9268bf9590b01fee049c]

        INTEGRATION: CWS swcrossref01_DEV300 (1.10.164); FILE MERGED 2008/02/01 08:13:00 od 1.10.164.4: RESYNC: (1.12-1.13); FILE MERGED 2007/12/03 09:23:24 od 1.10.164.3: RESYNC: (1.11-1.12); FILE MERGED 2007/10/01 11:23:42 od 1.10.164.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/17 12:20:16 od 1.10.164.1: #i81002# class <SwNumberTreeNode> 	 - implementation of new method <GetPrecedingNodeOf(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [17694bf4b62b46c2b6273d5bdd10d3b51b9e829a]

        INTEGRATION: CWS swcrossref01_DEV300 (1.11.52); FILE MERGED 2007/11/22 13:54:06 od 1.11.52.3: #i83479# class <SwNodeNum> 	 - override <SwNumberTree::AddChild(..)> and adjust <RemoveChild(..)> 	   in order to provide data for <IDocumentListItems> interface. 2007/10/01 11:23:34 od 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2007/09/17 12:17:07 od 1.11.52.1: #i81002# class <SwNodeNum> 	 - implementation of new method <GetPrecedingNodeNumOf(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [2e71363355038476cffd9ae2da204f4e18098246]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/09 08:15:40 od 1.1.2.1: #i81002# test document for new UNO-API test CheckCrossReferences

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [33a3e2ab9b532e5b38a58f6a89e29f16c05c84cd]

        INTEGRATION: CWS swcrossref01_DEV300 (1.3.36); FILE MERGED 2007/11/09 08:14:18 od 1.3.36.1: #i81002# include new UNO-API test CheckCrossReferences

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8a075449f566cddab1159e8eb096c921f0133676]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/09 08:11:47 od 1.1.2.1: #i81002# initial complex UNO-API test for the new cross-references features

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9bee1f774f0c9cf15db5db9a1a3f58a928389440]

        INTEGRATION: CWS swcrossref01_DEV300 (1.59.18); FILE MERGED 2008/02/01 08:12:57 od 1.59.18.2: RESYNC: (1.59-1.60); FILE MERGED 2007/11/22 13:34:57 od 1.59.18.1: #i83479# introduce accessors for interfaces <IDocumentListItems> and 	 <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d2357140d8bcb37946b68233e3f47af4ddbad5d7]

        INTEGRATION: CWS swcrossref01_DEV300 (1.4.92); FILE MERGED 2007/10/01 11:12:52 od 1.4.92.2: RESYNC: (1.4-1.5); FILE MERGED 2007/09/17 12:09:39 od 1.4.92.1: #i81002# struct <ShellResource> 	 - new member <aGetRefFld_RefItemNotFound> containing string for 	   missing reference/bookmark

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6d2bbab94a91485843930a82bb299e8f95bfbefa]

        INTEGRATION: CWS swcrossref01_DEV300 (1.9.18); FILE MERGED 2008/02/01 08:12:54 od 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/18 13:16:48 od 1.9.18.1: #i81002# introduction of new bookmark type <SwCrossRefBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [15cf0106ac6f968684ee9c0e666b19ad80c77f6f]

        INTEGRATION: CWS swcrossref01_DEV300 (1.6.464); FILE MERGED 2008/01/09 10:13:33 od 1.6.464.8: #i85090# class <SwGetRefField> 	 - new method <GetExpandedTxtOfReferencedTxtNode()> 2007/12/03 13:44:08 od 1.6.464.7: #i83479# adjustment due to exported class <SwGetrefField> 2007/12/03 13:18:28 od 1.6.464.6: #i83479# class <SwGetRefField> 	 - export class 	 - introduce destructor 2007/11/22 13:36:19 od 1.6.464.5: #i83479# class <SwGetRefField> 	 - new methods <IsRefToHeadingCrossRefBookmark()>, 	   <IsRefToNumItemCrossRefBookmark()> and <GetReferencedTxtNode()> 2007/10/02 09:34:47 od 1.6.464.4: #i81002# method <SwGetRefField::MakeRefNumStr(..)> 	 - rename parameter to avoid variable hiding 2007/10/01 11:11:58 od 1.6.464.3: RESYNC: (1.6-1.7); FILE MERGED 2007/09/28 10:01:06 od 1.6.464.2: #i81002# method <SwGetRefField::MakeRefNumStr(..)> now constant 2007/09/17 12:05:41 od 1.6.464.1: #i81002# - enumeration <REFERENCEMARK> 	 -- extend by new reference format types NUMBER, NUMBER_NO_CONTEXT, 	   NUMBER_FULL_CONTEXT 	 - class <SwGetRefField> 	 -- new method <MakeRefNumStr(..)> for new reference format types 	 -- add parameter to method <UpdateField(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [961e07f760b96d9602430d51385499d39918b165]

        INTEGRATION: CWS swcrossref01_DEV300 (1.30.164); FILE MERGED 2007/12/03 09:23:15 od 1.30.164.4: RESYNC: (1.31-1.33); FILE MERGED 2007/10/01 11:10:13 od 1.30.164.3: RESYNC: (1.30-1.31); FILE MERGED 2007/09/28 10:01:56 od 1.30.164.2: #i81002# method <SwNumRule::MakeRefNumString(..)> now constant 2007/09/17 12:07:34 od 1.30.164.1: #i81002# class <SwNumRule> 	 - new method <MakeRefNumString(..)> to provide reference numbering string

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [741b57fef53aacb8a0836e9f7ac7c53548a4948e]

        INTEGRATION: CWS swcrossref01_DEV300 (1.19.242); FILE MERGED 2007/11/22 13:34:57 od 1.19.242.2: #i83479# introduce accessors for interfaces <IDocumentListItems> and 	 <IDocumentOutlineNodes> 2007/10/18 07:59:18 od 1.19.242.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [10a6d9a6a62242d61e6355a57b4726c5709fdff5]

        INTEGRATION: CWS swcrossref01_DEV300 (1.50.18); FILE MERGED 2007/12/03 09:23:12 od 1.50.18.3: RESYNC: (1.50-1.51); FILE MERGED 2007/11/22 13:33:09 od 1.50.18.2: #i83479# class <SwTxtNode> 	 - extend method <ExpandTxt(..)> 	 - minor refactorings 2007/10/18 07:59:18 od 1.50.18.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f8104452a0c5a41996b2b5b44b0ec43eee8f70cc]

        INTEGRATION: CWS swcrossref01_DEV300 (1.16.18); FILE MERGED 2007/12/03 09:23:09 od 1.16.18.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/18 07:59:18 od 1.16.18.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ac145167116e03a43e7499e9c63c6328f1e5d2f9]

        INTEGRATION: CWS swcrossref01_DEV300 (1.20.54); FILE MERGED 2007/10/18 07:59:19 od 1.20.54.1: #i81002# minor refactoring: 	 - rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0ba11a9c0f0bab377f0b4d394d6176d8be411480]

        INTEGRATION: CWS swcrossref01_DEV300 (1.30.334); FILE MERGED 2007/11/22 13:39:31 od 1.30.334.1: #i83479# new help ID <HID_REFSELECTION_TOOLTIP> for treelistbox in 	 cross-reference dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [34b16a1a9aaaba647cc2ffaeff3479d3508ab51f]

        INTEGRATION: CWS swcrossref01_DEV300 (1.4.18); FILE MERGED 2007/12/03 09:23:06 od 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/22 13:38:11 od 1.4.18.1: #i83479# new defines FMT_REF_NUMBER, FMT_REF_NUMBER_NO_CONTEXT and 	 FMT_REF_NUMBER_FULL_CONTEXT for cross-reference dialog pane

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [64f030d53b9bcafe52d04dbfee346a6d8e0052e1]

        INTEGRATION: CWS swcrossref01_DEV300 (1.59.18); FILE MERGED 2008/02/01 08:12:51 od 1.59.18.3: RESYNC: (1.61-1.62); FILE MERGED 2007/12/03 09:23:03 od 1.59.18.2: RESYNC: (1.59-1.61); FILE MERGED 2007/11/22 13:31:48 od 1.59.18.1: #i83479# class <SwEditShell> 	 - remove accessor methods to outline nodes

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ceb30110bf5f63fddd6431b4b3e1d407060d362c]

        INTEGRATION: CWS swcrossref01_DEV300 (1.142.16); FILE MERGED 2008/02/01 08:12:48 od 1.142.16.4: RESYNC: (1.144-1.146); FILE MERGED 2007/12/03 09:22:59 od 1.142.16.3: RESYNC: (1.142-1.144); FILE MERGED 2007/11/22 13:30:46 od 1.142.16.2: #i83479# class <SwDoc> 	 - implement new interfaces <IDocumentListItems> and <IDocumentOutlineNodes> 2007/10/25 06:35:33 od 1.142.16.1: #i81002# interface <IDocumentBookmarkAccess> and class <SwDoc> 	 - new method <isCrossRefBookmarkName(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f69539283df09c2a51a79f0fd798fc2a58272d21]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/22 13:29:28 od 1.1.2.2: #i83479# class <SwCrossRefBookmark> 	 - introduce <mnSubType> inclusive accessor 2007/10/18 13:16:33 od 1.1.2.1: #i81002# introduction of new bookmark type <SwCrossRefBookmark>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3dba61f663ec1adb5c4af20850dfe1a90e54f5dc]

        INTEGRATION: CWS swcrossref01_DEV300 (1.8.382); FILE MERGED 2007/10/18 13:16:48 od 1.8.382.6: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/09/28 10:16:56 od 1.8.382.5: #i81002# class <SwBookmark> 	 - revise names for new methods for setting <pPos1> and <pPos2> 2007/09/28 09:59:38 od 1.8.382.4: #i81002# refactoring of class <SwBookmark> 	 - rename methods <GetPos()> and <GetOtherPos()> to 	   <GetBookmarkPos()> and <GetOtherBookmarkPos()> 2007/09/26 15:02:09 od 1.8.382.3: #i81002# refactoring of class <SwBookmark> and its sub classes 	 - provide constructor, which takes a <SwPaM> instance to 	   retrieve on its own the values of members <pPos1> and <pPos2> 	 - remove friend class declaration from class <SwBookmark> 2007/09/26 12:17:25 od 1.8.382.2: #i81002# class <SwBookmark> 	 - rename methods <Start()> and <End()> to <BookmarkStart()> and 	   <BookmarkEnd()> 	 - introduce virtual methods <SetBookmarkPos1(..)> and 	   <SetBookmarkPos2(..)> to apply new Pos1 and Pos2 to the bookmark. 2007/09/17 11:49:11 od 1.8.382.1: #i81002# class <SwBookmark> 	 - remove unnecessary bookmark type HIDDEN_BOOKMARK

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c094304e47606d6ea513f797c1ba4db95587e160]

        INTEGRATION: CWS swcrossref01_DEV300 (1.5.166); FILE MERGED 2008/02/01 08:12:45 od 1.5.166.3: RESYNC: (1.5-1.6); FILE MERGED 2007/11/22 13:27:21 od 1.5.166.2: #i83479# classes <SwNumberTree> and <SwNodeNum> 	 - minor refactorings 	 - made <SwNumberTree::AddChild(..)> virtual and override it in 	   sub class <SwNodeNum> 2007/09/17 12:13:35 od 1.5.166.1: #i81002# class <SwNumberTreeNode> 	 new method <GetPrecedingNodeOf(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [59c64c4646162bd3d3954bfa83e645d4e2cc36c3]

        INTEGRATION: CWS swcrossref01_DEV300 (1.7.166); FILE MERGED 2007/11/22 13:27:21 od 1.7.166.2: #i83479# classes <SwNumberTree> and <SwNodeNum> 	 - minor refactorings 	 - made <SwNumberTree::AddChild(..)> virtual and override it in 	   sub class <SwNodeNum> 2007/09/17 12:12:05 od 1.7.166.1: #i81002# class <SwNodeNum> 	 - new method <GetPrecedingNodeNumOf(..)>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b79954777dfc2550ae9c8e97b1056208441bbb00]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/22 13:22:09 od 1.1.2.1: #i83479# new interface <IDocumentOutlineNodes>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d2d66d7882d1cb30de8f015c7f7d9674f00555ae]

        INTEGRATION: CWS swcrossref01_DEV300 (1.1.2); FILE ADDED 2007/11/22 13:21:38 od 1.1.2.1: #i83479# new interface <IDocumentListItems>

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [27a63adf01d9664ba6171dc86d4920fd3bfe159d]

        INTEGRATION: CWS swcrossref01_DEV300 (1.3.420); FILE MERGED 2007/11/23 10:20:12 od 1.3.420.5: #i83479# - minor syntax correction 2007/11/22 13:24:54 od 1.3.420.4: #i83479# interface <IDocumentBookmarkAccess> 	 - new enumeration type <CrossReferenceBookmarkSubType> 	 - new methods <getCrossReferenceBookmarkName(..)> and 	   <makeCrossReferenceBookmark(..)> 	 new namespace <bookmarkfunc> with a couple of helper functions 2007/10/25 06:35:33 od 1.3.420.3: #i81002# interface <IDocumentBookmarkAccess> and class <SwDoc> 	 - new method <isCrossRefBookmarkName(..)> 2007/10/18 13:16:48 od 1.3.420.2: #i81002# introduction of new bookmark type <SwCrossRefBookmark> 2007/09/17 11:47:13 od 1.3.420.1: #i81002# enumeration type IDocumentBookmarkAccess::BookmarkType> 	 - remove unnecessary type HIDDEN_BOOKMARK

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [318038ef90e737d29efea66f4860f28becda7b28]

        INTEGRATION: CWS swcrossref01_DEV300 (1.65.18); FILE MERGED 2007/12/03 09:26:30 od 1.65.18.2: RESYNC: (1.65-1.66); FILE MERGED 2007/09/17 12:48:09 od 1.65.18.1: #i81002# array <lcl_aReferenceTypeTokenMap> 	 - extend by new reference format types in order to import these

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7644133760e538915989f985ecb631717e97dba2]

        INTEGRATION: CWS swcrossref01_DEV300 (1.77.18); FILE MERGED 2007/12/03 09:26:27 od 1.77.18.2: RESYNC: (1.77-1.79); FILE MERGED 2007/09/17 12:46:54 od 1.77.18.1: #i81002# method <XMLTextFieldExport::MapReferenceType(..)> 	 - consider new reference format types in order to export these.

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [067c4621fddd203158834856dfc9e18ea1000a65]

        INTEGRATION: CWS gcframework_DEV300 (1.43.46); FILE MERGED 2007/09/18 14:22:03 fme 1.43.46.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4ecc7bbec080de067d54a293a92f195fcbbc5e3a]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/09/26 10:45:35 fme 1.1.2.3: ## New grammar checking API 2007/09/25 08:19:52 fme 1.1.2.2: ## New grammar checking API 2007/09/20 14:04:16 cd 1.1.2.1: ## Fix typo in IDL description

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0c0e1ea17e1d48ecad815229a6c8bf73a95dabca]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/09/25 08:19:52 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:21:15 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [43f37e4657948996a14cab6122ef3739c18ea76f]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/09/25 10:54:02 fme 1.1.2.3: ## New grammar checking API 2007/09/25 08:19:52 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:20:59 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f47bc09798bb186db9efc91b1d96802e5b559d08]

        INTEGRATION: CWS gcframework_DEV300 (1.13.82); FILE MERGED 2007/10/17 07:40:47 tl 1.13.82.3: API for gcframework 2007/09/20 14:02:34 cd 1.13.82.2: ## Fixed some problems with IDL files and added service for GrammarCheckingIterator 2007/09/18 14:23:45 fme 1.13.82.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [af458d2de9f60f0c8283c1982609d62165e7c334]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/09/25 10:54:11 fme 1.1.2.3: ## New grammar checking API 2007/09/25 08:24:41 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:23:20 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8047f4ea62614a34bf8224e265abc3c31e4ba503]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/12/05 11:39:11 tl 1.1.2.4: #i83776# grammar checking framework 2007/11/20 10:00:01 tl 1.1.2.3: #i83776# grammar checking framework 2007/09/25 08:24:41 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:23:20 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c116dc56d989b632e24ed7361c760f76c8b927f9]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/12/05 11:39:11 tl 1.1.2.4: #i83776# grammar checking framework 2007/11/20 10:00:01 tl 1.1.2.3: #i83776# grammar checking framework 2007/09/25 08:24:41 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:23:02 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [19d18cd7f292aa5ec7a0eb302833d8e287e0b94e]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/12/05 11:39:11 tl 1.1.2.4: #i83776# grammar checking framework 2007/11/20 10:00:01 tl 1.1.2.3: #i83776# grammar checking framework 2007/09/25 08:24:41 fme 1.1.2.2: ## New grammar checking API 2007/09/18 14:22:36 fme 1.1.2.1: ## New grammar checking interfaces committed for Lili

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9ce8e45833c73f4a94ad067342cb2dd2f129deb3]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/09/25 08:24:41 fme 1.1.2.2: ## New grammar checking API 2007/09/20 14:05:24 cd 1.1.2.1: ## Added GrammarCheckingIterator service

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1bbcbdef7f4f6628f631641f8f12bfffdad291ab]

        INTEGRATION: CWS gcframework_DEV300 (1.21.18); FILE MERGED 2008/02/06 10:13:52 tl 1.21.18.5: RESYNC: (1.21-1.22); FILE MERGED 2007/12/05 12:04:17 tl 1.21.18.4: #i83776# grammar checking framework 2007/12/05 11:55:34 tl 1.21.18.3: #i83776# grammar checking framework 2007/12/05 11:50:08 tl 1.21.18.2: #i83776# grammar checking framework 2007/10/17 11:49:37 tl 1.21.18.1: new files for grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e17b59b7c7d3f1ef788232507fac5b70434e8f4f]

        INTEGRATION: CWS gcframework_DEV300 (1.5.18); FILE MERGED 2007/10/17 11:49:36 tl 1.5.18.1: new files for grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f976a06f7b08347f676e51b6aba775255a2c1a82]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2008/02/19 13:22:15 tl 1.1.2.3: #i83776# fixed compile issue 2008/01/08 09:36:28 tl 1.1.2.2: #i83776# grammar checking framework 2007/12/05 12:03:11 tl 1.1.2.1: #i83776# grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fdf9bd0d63cc3c6485ca9562e919c890ba0a3c72]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2008/01/08 16:31:56 tl 1.1.2.3: case in include statement fixed 2008/01/08 09:36:28 tl 1.1.2.2: #i83776# grammar checking framework 2007/12/05 12:03:11 tl 1.1.2.1: #i83776# grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [51c2d310ac91710988b131060ce1a42e35704036]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2008/02/13 09:44:27 tl 1.1.2.3: #i83776# tinderbox build errors fixed 2008/01/08 09:36:28 tl 1.1.2.2: #i83776# grammar checking framework 2007/12/05 11:49:19 tl 1.1.2.1: #i83776# grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e0b0e700317916aff4589c966368edc03c35b851]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2008/01/08 09:36:28 tl 1.1.2.5: #i83776# grammar checking framework 2007/12/05 13:19:52 tl 1.1.2.4: #i83776# grammar checking framework 2007/12/05 12:04:17 tl 1.1.2.3: #i83776# grammar checking framework 2007/12/05 12:01:46 tl 1.1.2.2: #i83776# grammar checking framework 2007/12/05 11:49:33 tl 1.1.2.1: #i83776# grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [c6a48485678a24ba382f36a6e5b9a6fb76711c14]

        INTEGRATION: CWS gcframework_DEV300 (1.121.90); FILE MERGED 2008/01/08 10:05:30 tl 1.121.90.2: RESYNC: (1.121-1.125); FILE MERGED 2007/09/26 10:52:52 fme 1.121.90.1: ## New grammar checking API

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [8afa2af8591cfaa797f28bf1d28b793e2f989a07]

        INTEGRATION: CWS gcframework_DEV300 (1.18.960); FILE MERGED 2007/09/26 10:52:52 fme 1.18.960.2: ## New grammar checking API 2007/09/18 14:27:36 fme 1.18.960.1: ## New grammar checking interfaces

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9c4fb5110e5df6d8f87de7c140aa0e35a9539897]

        INTEGRATION: CWS gcframework_DEV300 (1.3.76); FILE MERGED 2007/11/26 09:14:33 tl 1.3.76.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ba76230f6f677774b0d333da946a7e487acbeb0b]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2008/01/09 07:40:46 tl 1.1.2.5: fixing exception specifications 2007/12/05 11:42:39 tl 1.1.2.4: #i83776# grammar checking framework 2007/11/26 09:14:33 tl 1.1.2.3: #i83776# get SwXTextMarkup::commitTextMarkup working 2007/11/21 13:31:59 tl 1.1.2.2: #i83776# grammar checking framework 2007/09/26 10:52:22 fme 1.1.2.1: ## New grammar checking API

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [6d364ef65fccda9039ca7029d1cb83eb14635ed5]

        INTEGRATION: CWS gcframework_DEV300 (1.19.124); FILE MERGED 2007/09/26 10:52:38 fme 1.19.124.1: ## New grammar checking API

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1f88470ec42b437690a697d632e01c4c389445c8]

        INTEGRATION: CWS gcframework_DEV300 (1.82.66); FILE MERGED 2008/01/08 10:05:20 tl 1.82.66.2: RESYNC: (1.82-1.84); FILE MERGED 2007/11/26 09:14:33 tl 1.82.66.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fea13a4385c6f3e0427152e056528c96785cbe1f]

        INTEGRATION: CWS gcframework_DEV300 (1.72.74); FILE MERGED 2008/01/08 10:05:17 tl 1.72.74.2: RESYNC: (1.72-1.74); FILE MERGED 2007/11/26 09:14:33 tl 1.72.74.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ddfae2abcfd4d6e4a63c79f97ab512b659a8f616]

        INTEGRATION: CWS gcframework_DEV300 (1.23.364); FILE MERGED 2008/01/08 10:05:14 tl 1.23.364.2: RESYNC: (1.23-1.25); FILE MERGED 2007/11/26 09:14:33 tl 1.23.364.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4a5b61e5b7e6281ea0c8e0efa6671c1603f70e2a]

        INTEGRATION: CWS gcframework_DEV300 (1.89.104); FILE MERGED 2008/02/06 10:12:51 tl 1.89.104.4: RESYNC: (1.91-1.92); FILE MERGED 2008/01/08 16:49:34 tl 1.89.104.3: warning free code 2008/01/08 10:05:11 tl 1.89.104.2: RESYNC: (1.89-1.91); FILE MERGED 2007/11/26 09:14:32 tl 1.89.104.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0dfabbe62a6a15d7576c690afc127f4e3413c5e5]

        INTEGRATION: CWS gcframework_DEV300 (1.99.90); FILE MERGED 2008/01/08 10:05:08 tl 1.99.90.2: RESYNC: (1.99-1.102); FILE MERGED 2007/11/26 09:14:32 tl 1.99.90.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cfd2bb57fe6bd4e1f813604ecfac666fdada0cde]

        INTEGRATION: CWS gcframework_DEV300 (1.47.104); FILE MERGED 2008/01/08 10:05:05 tl 1.47.104.2: RESYNC: (1.47-1.48); FILE MERGED 2007/11/26 09:14:32 tl 1.47.104.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [76cdae649df70a7e8e1d823b636a9ce8e08e907a]

        INTEGRATION: CWS gcframework_DEV300 (1.15.268); FILE MERGED 2008/01/08 10:05:02 tl 1.15.268.2: RESYNC: (1.15-1.16); FILE MERGED 2007/11/26 09:14:32 tl 1.15.268.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b4b73b2acc2f014d359717b54ec3b3001d678695]

        INTEGRATION: CWS gcframework_DEV300 (1.53.268); FILE MERGED 2008/02/06 10:12:48 tl 1.53.268.4: RESYNC: (1.54-1.55); FILE MERGED 2008/01/08 16:25:35 tl 1.53.268.3: merge problem resolved 2008/01/08 10:04:59 tl 1.53.268.2: RESYNC: (1.53-1.54); FILE MERGED 2007/11/26 09:14:32 tl 1.53.268.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1fcd0648e3b4d4dfbcb77d70971708ed8b8743cd]

        INTEGRATION: CWS gcframework_DEV300 (1.110.120); FILE MERGED 2008/02/06 10:12:45 tl 1.110.120.4: RESYNC: (1.112-1.113); FILE MERGED 2008/01/08 16:37:57 tl 1.110.120.3: merge problem from resync fixed 2008/01/08 10:04:56 tl 1.110.120.2: RESYNC: (1.110-1.112); FILE MERGED 2007/11/26 09:14:32 tl 1.110.120.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [10b7d5b56926a24011a2b226f97e1fab88c12e60]

        INTEGRATION: CWS gcframework_DEV300 (1.52.364); FILE MERGED 2008/02/06 10:12:42 tl 1.52.364.3: RESYNC: (1.53-1.54); FILE MERGED 2008/01/08 10:04:52 tl 1.52.364.2: RESYNC: (1.52-1.53); FILE MERGED 2007/11/26 09:14:32 tl 1.52.364.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bba54c16d99d5fc6e361ee819e1a62f5c1a287b8]

        INTEGRATION: CWS gcframework_DEV300 (1.37.364); FILE MERGED 2008/01/08 10:04:49 tl 1.37.364.2: RESYNC: (1.37-1.38); FILE MERGED 2007/11/26 09:14:31 tl 1.37.364.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9ab90d3df1d0f4e6c3baf3fe7eed64ca85422c93]

        INTEGRATION: CWS gcframework_DEV300 (1.37.74); FILE MERGED 2008/02/06 10:12:39 tl 1.37.74.3: RESYNC: (1.38-1.40); FILE MERGED 2008/01/08 10:04:40 tl 1.37.74.2: RESYNC: (1.37-1.38); FILE MERGED 2007/11/26 09:14:31 tl 1.37.74.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [032439d9dedf6414cb9409af5fdb4e8fdb4ef4ae]

        INTEGRATION: CWS gcframework_DEV300 (1.59.64); FILE MERGED 2008/02/06 10:12:36 tl 1.59.64.3: RESYNC: (1.60-1.61); FILE MERGED 2008/01/08 10:04:37 tl 1.59.64.2: RESYNC: (1.59-1.60); FILE MERGED 2007/11/26 09:14:31 tl 1.59.64.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3630911b7066aa9a386338bc6aec99bd39e4da98]

        INTEGRATION: CWS gcframework_DEV300 (1.22.90); FILE MERGED 2008/01/09 07:48:52 tl 1.22.90.4: defines fixed 2008/01/08 10:04:28 tl 1.22.90.3: RESYNC: (1.22-1.25); FILE MERGED 2007/09/26 10:46:06 fme 1.22.90.2: ## New grammar checking API 2007/09/18 14:24:40 fme 1.22.90.1: ## New grammar checking interfaces

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b79884c5f95f4948a80d263623b63443d85fb556]

        INTEGRATION: CWS gcframework_DEV300 (1.2.124); FILE MERGED 2007/11/21 13:31:43 tl 1.2.124.1: #i83776# grammar checking framework

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [677eba2322d2753951024c688d59553182bf2fbd]

        INTEGRATION: CWS gcframework_DEV300 (1.1.2); FILE ADDED 2007/12/05 11:41:56 tl 1.1.2.3: #i83776# grammar checking framework 2007/11/21 13:31:43 tl 1.1.2.2: #i83776# grammar checking framework 2007/09/26 12:30:43 fme 1.1.2.1: ## New grammar checking API

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [fcae83a1e47928812e684d4a5e538e343bd833e1]

        INTEGRATION: CWS gcframework_DEV300 (1.49.108); FILE MERGED 2008/01/08 10:04:25 tl 1.49.108.2: RESYNC: (1.49-1.51); FILE MERGED 2007/11/26 09:09:03 tl 1.49.108.1: #i83776# get SwXTextMarkup::commitTextMarkup working

2008-02-26  Armin Weiss  <aw@openoffice.org>  [57cc1366165559c8a958486c12af08790e6995f9]

        removals, OLE, optimizations for primitives

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e43b0bd9cea31746008b96f1c60c2bfc05949515]

        INTEGRATION: CWS rt26 (1.7.10); FILE MERGED 2008/02/13 16:01:31 rt 1.7.10.1: #i86065# Take own header appdef.hxx.

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [75804e8ca4f1a1f07b842cbfe533b371369d7ea6]

        INTEGRATION: CWS rt26 (1.3.24); FILE MERGED 2008/02/13 13:30:11 rt 1.3.24.2: #i86065# There is no /develop5/update any more. 2008/02/13 13:15:26 rt 1.3.24.1: #i86065# cleanup path to b_server directory.

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [3f23f0d4eb15d205dacb47a43fb68d91148d22f0]

        INTEGRATION: CWS rt26 (1.2.36); FILE MERGED 2008/02/13 16:01:31 rt 1.2.36.1: #i86065# Take own header appdef.hxx.

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ca4d39e5fba87a6eecd2d31850f280df98c2afcb]

        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>  [4663fe69c226a076d6908c74d5de63d4211ec41c]

        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-26  Oliver Bolte  <obo@openoffice.org>  [76c00fa68a5356d7b77850500f74c8d2ecbcc555]

        INTEGRATION: CWS rptwizres (1.77.50); FILE MERGED 2008/02/25 14:19:47 fs 1.77.50.2: 'single column' -> 'single-column' 2008/02/25 12:05:08 lla 1.77.50.1: #i86433# new strings for new report wizard

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5816f7ff67d77d62936a9f04bbcb616a56069ecb]

        INTEGRATION: CWS cwsattach_DEV300 (1.1.2); FILE ADDED 2008/02/19 15:47:38 bei 1.1.2.1: cwsattach

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f07660ed593ad3d6cd90ec6f4237bdefb20fc049]

        INTEGRATION: CWS cwsattach_DEV300 (1.1.2); FILE ADDED 2008/02/19 16:14:01 bei 1.1.2.2: fixed typo 2008/02/19 15:48:23 bei 1.1.2.1: cwsattach

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b0715c1b30dde301c49a74e3f95faac475f7ae3c]

        INTEGRATION: CWS cwsattach_DEV300 (1.1.2); FILE ADDED 2008/02/19 15:48:23 bei 1.1.2.1: cwsattach

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ad11ccc35353ba2ecf795ac65bb858b115dea7bf]

        INTEGRATION: CWS mav28_DEV300 (1.28.20.1.2); FILE MERGED 2008/02/12 16:07:06 mav 1.28.20.1.2.1: #i86031# merge only necessary MediaDescriptor entries from the model

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [15f6b8a5e71d06e5dbbd5d11ce1d9bfa093f5b15]

        INTEGRATION: CWS ab45_DEV300 (1.2.76); FILE MERGED 2008/02/18 08:27:11 ab 1.2.76.1: #i83624# Adapted error message for tree file errors

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [878ab5b5f711306df72e25c327c91c2606e545f2]

        INTEGRATION: CWS ab45_DEV300 (1.12.82); FILE MERGED 2008/02/18 09:41:07 ab 1.12.82.1: #i83624# TreeFileIterator

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [112831aeb8b1a0d410e24df2181cbcedfc2960c7]

        INTEGRATION: CWS ab45_DEV300 (1.22.64); FILE MERGED 2008/02/18 09:57:10 ab 1.22.64.1: #i83624# TreeFileIterator

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [92f4850fa719c6819852d816dd667bedad4e92da]

        INTEGRATION: CWS ab45_DEV300 (1.6.114); FILE MERGED 2008/02/18 09:22:42 ab 1.6.114.1: #i83624# Added comphelper lib

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [446a7de02aa2bb4c8740b244d90e7c22be74ddd1]

        INTEGRATION: CWS ab45_DEV300 (1.30.18); FILE MERGED 2008/02/18 09:20:03 ab 1.30.18.1: #i83624# Parse help tree file

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4b66b10e371e91b7eb371bd7352b91651adcaffc]

        INTEGRATION: CWS ab45_DEV300 (1.10.18); FILE MERGED 2008/02/20 09:47:35 ab 1.10.18.3: RESYNC: (1.10-1.11); FILE MERGED 2008/02/18 10:35:59 ab 1.10.18.2: #i83624# Removed warning 2008/02/18 09:18:43 ab 1.10.18.1: #i83624# Parse help tree file

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [dc1fddc142ab438775e2c1bae4a0e148d263ce0d]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.23.210); FILE MERGED 2007/11/24 21:16:22 cl 1.23.210.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [68565d3683841a4d95a49fbaaf62fa211061bc4b]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.90.200); FILE MERGED 2007/12/06 09:27:12 cl 1.90.200.3: #i83933# added croping 2007/12/05 19:58:02 cl 1.90.200.2: #i83933# added croping handles 2007/11/25 11:25:29 cl 1.90.200.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [56c646875853ec209c921b2a4daa7efe774e382a]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.35.112); FILE MERGED 2007/12/05 19:58:52 cl 1.35.112.2: #i83933# added croping handles 2007/11/24 21:16:22 cl 1.35.112.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [5bb318721ba3c7622d6be46b475388e6beae1a32]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.28.184); FILE MERGED 2008/02/11 13:35:38 cl 1.28.184.3: RESYNC: (1.28-1.29); FILE MERGED 2007/12/05 20:29:49 cl 1.28.184.2: #i83933# added croping 2007/12/05 19:58:25 cl 1.28.184.1: #i83933# added croping handles

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ec46ad44ca9101ebc769700955cb7957770349b9]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.21.184); FILE MERGED 2007/12/10 18:06:50 cl 1.21.184.2: RESYNC: (1.21-1.22); FILE MERGED 2007/11/24 21:16:22 cl 1.21.184.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0b9af09017c97dad729437a4a17ef76eaf723dfe]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.17.184); FILE MERGED 2007/12/05 20:03:15 cl 1.17.184.3: #i83933# added croping handles 2007/11/25 02:11:48 cl 1.17.184.2: #i83933# added interactive graphic cropping 2007/11/24 21:16:22 cl 1.17.184.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [ca4f5748ec5557c8a4394269eaa10aa5eeb26110]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.9.200); FILE MERGED 2007/11/24 21:16:22 cl 1.9.200.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1fc4c2fe0c4ce49a57b07f4e29076f308244a6b2]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.2.318); FILE MERGED 2007/11/24 21:15:46 cl 1.2.318.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [910e4ffb4332314fa7728778b51c35e8e98f0bff]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.3.198); FILE MERGED 2007/12/05 19:57:20 cl 1.3.198.1: #i83933# added croping handles

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [7eab0038abd56f4a806789e25b2749505c34de11]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.15.200); FILE MERGED 2007/12/05 19:56:23 cl 1.15.200.2: #i83933# added croping handles 2007/11/25 11:24:49 cl 1.15.200.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [06b8c9a2e52bc9d1a9ba50128836dbbf283a3fa5]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.6.686); FILE MERGED 2007/11/24 18:58:31 cl 1.6.686.1: #i83933# moved cropping dialog to menu and added interactive cropping to toolbar

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d8039797d19995ee4e7f03062796a85234299912]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.31.102); FILE MERGED 2007/11/24 18:58:30 cl 1.31.102.1: #i83933# moved cropping dialog to menu and added interactive cropping to toolbar

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [e6eb852da24b98b291ecac0ffb9795781be1b43c]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.8.686); FILE MERGED 2007/11/24 18:58:30 cl 1.8.686.1: #i83933# moved cropping dialog to menu and added interactive cropping to toolbar

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1b7c3ebf3673db843fdf03d985c8b7a599d3feee]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.27.102); FILE MERGED 2007/11/24 18:58:30 cl 1.27.102.1: #i83933# moved cropping dialog to menu and added interactive cropping to toolbar

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [cd17cbfc239a8eb100f9d54b76cefba384fa2408]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.70.10); FILE MERGED 2008/02/11 13:35:11 cl 1.70.10.3: RESYNC: (1.71-1.72); FILE MERGED 2007/11/24 19:38:55 cl 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2007/11/24 19:00:15 cl 1.70.10.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [f0792125ffcfc7c41d3e4dcef0a9d0ce9c5c690b]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.73.116); FILE MERGED 2007/12/10 18:06:21 cl 1.73.116.4: RESYNC: (1.73-1.74); FILE MERGED 2007/12/10 17:49:27 cl 1.73.116.3: #i83933# disable cropping if no single graphic is selected 2007/12/05 20:21:14 cl 1.73.116.2: #i83933# added croping 2007/11/24 19:00:15 cl 1.73.116.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [d652934100f70a6d6c39a6d8324f646e9270d911]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.50.74); FILE MERGED 2007/11/24 19:00:37 cl 1.50.74.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [173f1c1efb7b16c1ae94003fe3307bb9c36d90da]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.20.254); FILE MERGED 2007/11/24 18:59:58 cl 1.20.254.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [db7f9b7d1a07b4fba956cfa03ea4a51da27124a7]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.9.192); FILE MERGED 2007/11/24 18:59:58 cl 1.9.192.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [4179148ba7cbd29f1a8768955cfc8c73e292d7d6]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.16.124); FILE MERGED 2007/12/10 18:06:18 cl 1.16.124.3: RESYNC: (1.16-1.17); FILE MERGED 2007/12/05 20:19:23 cl 1.16.124.2: #i83933# added croping 2007/11/24 18:59:58 cl 1.16.124.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [9af10ca0c0d475d620075a2006c3ae0e7ab00fa3]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.32.70); FILE MERGED 2008/02/11 13:35:08 cl 1.32.70.4: RESYNC: (1.35-1.36); FILE MERGED 2007/12/10 18:06:11 cl 1.32.70.3: RESYNC: (1.33-1.35); FILE MERGED 2007/11/24 19:38:52 cl 1.32.70.2: RESYNC: (1.32-1.33); FILE MERGED 2007/11/24 19:00:51 cl 1.32.70.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [bb533e5f2bc92e721cb3e7709cba6a230513f9bd]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.39.192); FILE MERGED 2007/12/10 18:06:08 cl 1.39.192.2: RESYNC: (1.39-1.41); FILE MERGED 2007/11/24 19:00:51 cl 1.39.192.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [b1a16a81f7680e900d5dd8f70c5039c9fa693064]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.24.70); FILE MERGED 2007/12/10 18:06:05 cl 1.24.70.3: RESYNC: (1.25-1.27); FILE MERGED 2007/11/24 19:38:49 cl 1.24.70.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/24 18:59:03 cl 1.24.70.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [931ce58d67a96fec4a4dfe3a5505b20cbb31b726]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/12/10 17:48:23 cl 1.1.2.2: #i83933# new colors 2007/12/05 20:06:17 cl 1.1.2.1: #i83933# added croping images

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [1158c7898e8bf0581d92eb1b3c9a1e40520e5e54]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/12/10 17:48:23 cl 1.1.2.2: #i83933# new colors 2007/12/05 20:05:57 cl 1.1.2.1: #i83933# added croping images

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [505eb90392551a498a9532aaf019cfffebc14de8]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/12/10 17:48:23 cl 1.1.2.2: #i83933# new colors 2007/12/05 20:06:07 cl 1.1.2.1: #i83933# added croping images

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [a06cf5ff6b2ba9beca7a2593fffc4680fd7e3662]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/11/24 21:35:21 cl 1.1.2.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [35a701d366d01a4046cb5d27bd020596ddf3d944]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/11/24 21:34:58 cl 1.1.2.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [0f74925fb2ec674fd4085f7ea64fc8de81bdebb2]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/11/24 21:35:12 cl 1.1.2.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [84b52bd8d333bb5507a797e74dc549d254b8acb9]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.1.2); FILE ADDED 2007/11/24 21:34:49 cl 1.1.2.1: #i83933# added interactive graphic cropping

2008-02-26  Oliver Bolte  <obo@openoffice.org>  [83a6b4ae9c57ca7a0202e6338c717d29144c180b]

        INTEGRATION: CWS cropmaster2000_DEV300 (1.60.30); FILE MERGED 2007/12/10 18:05:49 cl 1.60.30.2: RESYNC: (1.60-1.61); FILE MERGED 2007/12/05 20:08:09 cl 1.60.30.1: #i83933# added croping

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e327752f12c7a05153dce1d171123204f6c20bfb]

        INTEGRATION: CWS supdremove02 (1.4.14); FILE MERGED 2008/01/31 13:51:35 rt 1.4.14.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [345f8ba2a07c59aa2533e60ea87506ff8bea16b3]

        INTEGRATION: CWS supdremove02 (1.13.24); FILE MERGED 2008/01/28 15:32:34 rt 1.13.24.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c6d637b7392de59e48b8505022f2176d7cf61efc]

        INTEGRATION: CWS supdremove02 (1.2.34); FILE MERGED 2008/01/28 15:32:34 rt 1.2.34.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [83daac08d790660f65e807c5d4c4aead403fe4b1]

        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>  [be77732bd1e81cd1f38f2bb78d9d23b1a20b7e3a]

        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>  [d3184b059d2d2ecd4a728cea648e2c11fe3ebfde]

        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>  [d6afcaf247cafdefc58ea7fb3ac51b67ca955eb8]

        INTEGRATION: CWS supdremove02 (1.49.56); FILE MERGED 2008/01/28 16:02:03 rt 1.49.56.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5c069a68701138a1d9606c396c35b171db1b2419]

        INTEGRATION: CWS supdremove02 (1.39.54); FILE MERGED 2008/01/28 16:02:01 rt 1.39.54.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [44e277d24579360f236940db57e2fcebae7bb42b]

        INTEGRATION: CWS supdremove02 (1.35.104); FILE MERGED 2008/01/21 12:56:01 rt 1.35.104.1: #i83674# Remove obsolete code.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [222fb1ad62ddfd323d6569706c1b745a6995e592]

        INTEGRATION: CWS supdremove02 (1.52.104); FILE MERGED 2008/01/28 16:02:02 rt 1.52.104.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e2e6a4ceec8b69ebb0067a2e3e0708e145e8a9b0]

        INTEGRATION: CWS supdremove02 (1.109.84); FILE MERGED 2008/01/31 13:51:20 rt 1.109.84.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [33196b4f57c81ed5b118cfd23a15e38200cebe39]

        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>  [d3ee45a70fb3ef5b916a7258508b71089d5d9518]

        INTEGRATION: CWS supdremove02 (1.19.10); FILE MERGED 2008/02/04 11:54:54 rt 1.19.10.1: #i85482# Remove UPD from library name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3b0c476d4ae2ef542e17e4e29f8a8c34b3713be3]

        INTEGRATION: CWS supdremove02 (1.4.10); FILE MERGED 2008/02/04 11:54:54 rt 1.4.10.1: #i85482# Remove UPD from library name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [02b42bcbe7c743550ce143ae9561a1a3e8dff8c4]

        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>  [4cb5976b16ea21362e6990969c35ee248c02d9f9]

        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>  [cfccb064e1537dc8123546ab02cd584d9f14792d]

        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>  [18bceab035184e9bfb4d0d0319074d69a9a52704]

        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>  [b409d7c56a70b049bcdf581ca68e5db48b651128]

        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>  [045eb83c4f89a2461ab8820964331f99270f5bed]

        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>  [fef4cb484d3f55298a2c774683c4fa9fc89b5c8c]

        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>  [25c0301d3be2b8de85f8e561e85b5453e2fa3c37]

        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>  [9db87ada5bf8c4a83ff34e9949e24dc7151eae68]

        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>  [9f2b377afa032807028a15c9c8fa9253f2031890]

        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>  [ff87d5f5e062ac565e7fd7a9a5819d666aba7895]

        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>  [5e6552c3e8e70ce0dabf7c6ce2def1b696097678]

        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>  [f9513db12e7b9bb35cbf62a8b48b1c848d8472a2]

        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>  [858503a8e27eabfae39f597fcaa956bec194baf1]

        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>  [03b8f0e8aa231289a3abbe0130a6f536c1c6c7bb]

        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>  [c0ad287c37b6c522872355e1dc0330916e55661f]

        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>  [046b3be7fe773ed05d00a55e13c810a9c7ee1b79]

        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>  [b25237c51966701806be5d2c05506b35b511e85e]

        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>  [e115732a5098935a0e3c53f4850e030f3833cd76]

        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>  [5c31b011f2851b043043052f01f773e49f5748a3]

        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>  [31a3828960a03f7d146787eb5511d7d2b7ba5778]

        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>  [f380d170ea676ebb4cfebac03f87a6111db92882]

        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>  [a55c78cca5ee929278713a8bada06de9291c746a]

        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>  [29634254327ed870a40633345dc0665b410326aa]

        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>  [6e94280f3005b3e4bd9ef7056164f1d34b7a73bd]

        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>  [87e1c440bd84cee95dc463cb80233bc591b1f919]

        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>  [7ee2c6f7246451d4730d69438b208a0b732b16d6]

        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>  [df5b1ae5e2d981a703e3891e7ce31552a1a67f20]

        INTEGRATION: CWS supdremove02 (1.6.224); FILE MERGED 2008/01/25 15:50:22 rt 1.6.224.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a3eb17a4493a1534f3dc0a5f5e742d5c6f5b24d3]

        INTEGRATION: CWS supdremove02 (1.44.108); FILE MERGED 2008/01/25 15:50:22 rt 1.44.108.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b8cc43f85ca8914697d01d504f74fdcb6066b3df]

        INTEGRATION: CWS supdremove02 (1.53.10); FILE MERGED 2008/01/25 15:50:21 rt 1.53.10.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6451dc7e24d60e3514cd2f468fe1a14db6d46206]

        INTEGRATION: CWS supdremove02 (1.12.260); FILE MERGED 2008/01/25 15:50:20 rt 1.12.260.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b2e2c591b01390922839505890ff89270bfd293f]

        INTEGRATION: CWS supdremove02 (1.13.118); FILE MERGED 2008/01/25 15:50:19 rt 1.13.118.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1f06939777cd4659698dc1510b06ecedf04838f3]

        INTEGRATION: CWS supdremove02 (1.171.2); FILE MERGED 2008/02/22 12:53:11 rt 1.171.2.2: RESYNC: (1.171-1.172); FILE MERGED 2008/02/04 10:01:50 rt 1.171.2.1: #i85482# SOLARUPD is not used any more.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1e00fb6e2ad46586dff62569016c5f1ed516f209]

        INTEGRATION: CWS supdremove02 (1.14.16); FILE MERGED 2008/01/29 08:55:35 rt 1.14.16.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [827f2a9152eabf5c88948c2f0dfec682deab64c0]

        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>  [e911b0d09b70d4db34c7368d591074c5e8c23515]

        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>  [88cd612fffe3ac2d5b0d9e61c0c8bedf7c0477c6]

        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>  [ef851a74b039584a7150d59a75170bb11b13234a]

        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>  [257b98e12bf0155687b4174cfeb9280c3b828987]

        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>  [160c3d24015d19fa4ba71611e561778ed7595cea]

        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>  [cab856eadacf475745c56ee524be22f8dc5b80ab]

        INTEGRATION: CWS supdremove02 (1.3.6); FILE MERGED 2008/01/29 08:21:05 rt 1.3.6.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5fcb9dc1191e371e9d3c9774d3a55ef65dbafd70]

        INTEGRATION: CWS supdremove02 (1.2.92); FILE MERGED 2008/01/28 10:59:31 rt 1.2.92.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e68ee8db5a6c9eebbf272757d12b593d52d257ea]

        INTEGRATION: CWS supdremove02 (1.6.34); FILE MERGED 2008/01/28 10:59:31 rt 1.6.34.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [656d3458ed2825d7216b41b30a64c36527cbede8]

        INTEGRATION: CWS supdremove02 (1.8.92); FILE MERGED 2008/01/28 10:59:31 rt 1.8.92.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a0f6b59c921684aecb5d3a2dafd3c8fc6175c3d7]

        INTEGRATION: CWS supdremove02 (1.25.22); FILE MERGED 2008/01/28 10:59:30 rt 1.25.22.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [71a3a77e46534779116efc4a74bbbd321cd1c03a]

        INTEGRATION: CWS supdremove02 (1.5.92); FILE MERGED 2008/01/28 10:59:30 rt 1.5.92.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [86424355106a5dde77a30237e86d0c41080446bf]

        INTEGRATION: CWS supdremove02 (1.10.92); FILE MERGED 2008/01/28 10:59:30 rt 1.10.92.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [7cf6cc2a6c4c019eaffa6e15d5a0ec5aeaff810f]

        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>  [6598bdbf5c17058a7f12dfa0c1e234774ea8b318]

        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>  [07e525d2cdc0b12fe91fe591386704b02eaebc2a]

        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>  [bc48a3036a252c89a61bf4fcd54c2f626029bb68]

        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>  [b8832de40626406f392c5b677391f8e69492acb0]

        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>  [0714219d5cc1d79b5271d21bfa88b28861ec282b]

        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>  [b09e8589f9794d7208640130e750bc43438836ce]

        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>  [dc34950a22d17838088d0f48fcc592d0aee2270a]

        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>  [1c1b08a57b351c0ffae4027f8c2ff712606e9be1]

        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>  [1bb67456042816e2af04e549b399366886b6407a]

        INTEGRATION: CWS supdremove02 (1.10.24); FILE MERGED 2008/01/29 08:52:17 rt 1.10.24.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f78c9d4283f862f35e452869e14424f500b77a79]

        INTEGRATION: CWS supdremove02 (1.28.64); FILE MERGED 2008/01/28 10:43:13 rt 1.28.64.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b1e088d273f741528138d4877f5997fc91141cb4]

        INTEGRATION: CWS supdremove02 (1.11.66); FILE MERGED 2008/01/28 10:43:13 rt 1.11.66.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ece1ea8af3098c1dba09a66334cb83a2475b2649]

        INTEGRATION: CWS supdremove02 (1.22.84); FILE MERGED 2008/01/29 08:10:17 rt 1.22.84.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4001fe8d9275a1c132661f08e51cf4bb3798f6a4]

        INTEGRATION: CWS supdremove02 (1.6.8); FILE MERGED 2008/01/29 09:04:46 rt 1.6.8.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e60e4ee9a54c6f201820f9497da216efc7f8ca98]

        INTEGRATION: CWS supdremove02 (1.10.168); FILE MERGED 2008/02/22 12:48:57 rt 1.10.168.2: RESYNC: (1.10-1.11); FILE MERGED 2008/01/28 10:39:36 rt 1.10.168.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4a5a9e17ac3cadcd443f0bf8aa5a79dde181bbf9]

        INTEGRATION: CWS supdremove02 (1.5.54); FILE MERGED 2008/01/31 13:50:07 rt 1.5.54.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e4eea99552b53e2a6fd24b03290a668c16e8a594]

        INTEGRATION: CWS supdremove02 (1.9.326); FILE MERGED 2008/01/28 10:37:51 rt 1.9.326.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2a2c8d1e6bc68c74c971f1f19bf06e174e9b5591]

        INTEGRATION: CWS supdremove02 (1.7.558); FILE MERGED 2008/01/28 10:37:51 rt 1.7.558.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4d728474d3d1348012a28a12a94ad0b7fafb7fb2]

        INTEGRATION: CWS supdremove02 (1.17.64); FILE MERGED 2008/01/31 16:11:31 rt 1.17.64.2: RESYNC: (1.17-1.18); FILE MERGED 2008/01/31 13:50:07 rt 1.17.64.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2b3d36ae64124f3cdb154a64cc57d7983f1f8abe]

        INTEGRATION: CWS supdremove02 (1.5.474); FILE MERGED 2008/01/29 15:45:20 rt 1.5.474.1: #i85484# RSCUPDVER not needed here.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6ef9699252de35ef37cc5074f8efe054deb2b88e]

        INTEGRATION: CWS supdremove02 (1.14.64); FILE MERGED 2008/01/28 10:37:51 rt 1.14.64.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5d5a2bc3251cf5877f196e258dc5433025a290c8]

        INTEGRATION: CWS supdremove02 (1.17.54); FILE MERGED 2008/01/31 13:50:06 rt 1.17.54.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [392bc0a2837716c280464217f03b8fa8dba65544]

        INTEGRATION: CWS supdremove02 (1.4.64); FILE MERGED 2008/01/28 10:37:51 rt 1.4.64.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [7c95a68e745ad97a89d8905c324a4383aee0e777]

        INTEGRATION: CWS supdremove02 (1.15.54); FILE MERGED 2008/01/28 10:37:50 rt 1.15.54.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [30741b0a360498c8bda08b4a45c1c74ae366d55d]

        INTEGRATION: CWS supdremove02 (1.5.192); FILE MERGED 2008/01/31 13:50:06 rt 1.5.192.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [483598c4308c5ae704e37e1293945535af877f3d]

        INTEGRATION: CWS supdremove02 (1.31.54); FILE MERGED 2008/02/22 12:48:29 rt 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2008/01/31 13:50:06 rt 1.31.54.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f6ef542b8a21f7d47e55381527e86ad3d802957f]

        INTEGRATION: CWS supdremove02 (1.15.36); FILE MERGED 2008/01/28 10:37:50 rt 1.15.36.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [eba2213c7c65dedce5dc6a8828d56ea60e475860]

        INTEGRATION: CWS supdremove02 (1.2.2); FILE MERGED 2008/02/01 15:16:14 rt 1.2.2.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ce84ffa5876a304d6d898daa034215917cc5170b]

        INTEGRATION: CWS supdremove02 (1.211.54); FILE MERGED 2008/02/22 12:48:54 rt 1.211.54.3: RESYNC: (1.212-1.213); FILE MERGED 2008/01/31 16:11:34 rt 1.211.54.2: RESYNC: (1.211-1.212); FILE MERGED 2008/01/31 13:50:06 rt 1.211.54.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [33baed717c7a454c6bb0f1dca9286b59b4fac08b]

        INTEGRATION: CWS supdremove02 (1.272.10); FILE MERGED 2008/02/05 08:28:59 rt 1.272.10.3: #i85482# Remove UPD from library and resource name 2008/01/31 16:11:09 rt 1.272.10.2: RESYNC: (1.272-1.273); FILE MERGED 2008/01/24 15:51:17 rt 1.272.10.1: #i85484# Unify naming: use 'OFFICEUPD' everywhere instead of 'SUPD'.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [940579ace907532622ed6efc08ffeb0661408686]

        INTEGRATION: CWS supdremove02 (1.30.206); FILE MERGED 2008/02/05 08:35:18 rt 1.30.206.1: #i85482# Without UPD there is no difference between LIBSHORTNAME and LIBNAME any more. Consolidate, i.e. remove macro LIBSHORTNAME.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6c2027d3bf61d33f6c497c883d0e1d7cb33b4129]

        INTEGRATION: CWS supdremove02 (1.16.150); FILE MERGED 2008/02/05 08:35:18 rt 1.16.150.2: #i85482# Without UPD there is no difference between LIBSHORTNAME and LIBNAME any more. Consolidate, i.e. remove macro LIBSHORTNAME. 2008/02/05 08:28:59 rt 1.16.150.1: #i85482# Remove UPD from library and resource name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c605f330b7ff1024e1a90b099ba55d526aebb506]

        INTEGRATION: CWS supdremove02 (1.19.152); FILE MERGED 2008/01/28 14:35:21 rt 1.19.152.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1d4338aa97efba464dbd723183415bb80ac9f6b8]

        INTEGRATION: CWS supdremove02 (1.8.42); FILE MERGED 2008/01/29 08:07:40 rt 1.8.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5ea30437567e364dbc8d16d4d661b1c3afbe0379]

        INTEGRATION: CWS supdremove02 (1.3.44); FILE MERGED 2008/01/29 08:07:39 rt 1.3.44.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a72811cd8d61e222eca4435597d1aabfab75c353]

        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>  [6c0870e16ca62d5154fe6f2d031b4bf87ebd2b2e]

        INTEGRATION: CWS supdremove02 (1.19.4); FILE MERGED 2008/02/01 13:24:59 rt 1.19.4.1: #i85484# Remove obsolete stuff

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b467e6591b23d5dc6bbfbb52c6ccbd5a75574246]

        INTEGRATION: CWS supdremove02 (1.118.56); FILE MERGED 2008/02/05 16:03:47 rt 1.118.56.3: #i85482# Remove UPD from library name. Undo temporary hack introduced with previous revision. 2008/01/28 12:51:28 rt 1.118.56.2: #i85482# Remove UPD from library name. For now just strip UPD from macros. Of course for a correct handling all makefiles have to be changed so that UPD does not get added to naming scheme at all. This will be done. This change here is just for getting first results fast. 2008/01/25 15:03:54 rt 1.118.56.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [887478e27d38e4d1f7e2d5a4ac9787b89031c413]

        INTEGRATION: CWS supdremove02 (1.24.376); FILE MERGED 2008/01/31 15:25:35 rt 1.24.376.1: #i85482# Remove UPD from resource name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [74f8c344ca4c58d6c64b43575a301cef450aef00]

        INTEGRATION: CWS supdremove02 (1.203.4); FILE MERGED 2008/02/05 16:16:12 rt 1.203.4.6: #i85482# RESLIB?VERSION is not used any more. 2008/02/05 15:59:13 rt 1.203.4.5: #i85482# Remove UPD from library name. Remove temporary hack of rev. 1.203.4.1 2008/02/01 13:19:33 rt 1.203.4.4: #i85484# Remove obsolete stuff, needed for WIN16 only. 2008/02/01 12:03:17 rt 1.203.4.3: #i85482# Remove UPD from library name. 2008/01/31 13:49:42 rt 1.203.4.2: #i85482# Remove UPD from resource name. 2008/01/28 12:47:57 rt 1.203.4.1: #i85482# Remove UPD from library name. For now just strip UPD from macros. Of course for a correct handling all makefiles have to be changed so that UPD does not get added to naming scheme at all. This will be done. This change here is just for getting first results fast.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cc69d3870a3d60e4f4703666c3b9721d5eb6ec4c]

        INTEGRATION: CWS supdremove02 (1.225.4); FILE MERGED 2008/02/05 16:19:26 rt 1.225.4.3: #i85482# Remove obsolete defines. 2008/01/31 13:49:42 rt 1.225.4.2: #i85482# Remove UPD from resource name. 2008/01/25 15:03:53 rt 1.225.4.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6e78f5d8173d4231ff4997eda472e0c289fdbe3e]

        INTEGRATION: CWS supdremove02 (1.124.4); FILE MERGED 2008/02/22 12:47:11 rt 1.124.4.2: RESYNC: (1.124-1.125); FILE MERGED 2008/01/25 15:03:53 rt 1.124.4.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6c5bb0905f92108bb9aeeb74e3cdfd4035330106]

        INTEGRATION: CWS supdremove02 (1.114.56); FILE MERGED 2008/02/05 16:03:47 rt 1.114.56.3: #i85482# Remove UPD from library name. Undo temporary hack introduced with previous revision. 2008/01/28 12:51:28 rt 1.114.56.2: #i85482# Remove UPD from library name. For now just strip UPD from macros. Of course for a correct handling all makefiles have to be changed so that UPD does not get added to naming scheme at all. This will be done. This change here is just for getting first results fast. 2008/01/25 15:03:54 rt 1.114.56.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5521e01c9933b313804e8f74582eaffc5df216c2]

        INTEGRATION: CWS supdremove02 (1.22.376); FILE MERGED 2008/01/31 15:25:35 rt 1.22.376.1: #i85482# Remove UPD from resource name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4c6a1eebbcbbd9a436dbdc45115f414c379be5d6]

        INTEGRATION: CWS supdremove02 (1.74.2); FILE MERGED 2008/02/01 09:14:36 rt 1.74.2.1: #i85482# Reset SOLARUPD

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e269655a4b12611d346d5db8eac889f911d72665]

        INTEGRATION: CWS supdremove02 (1.1.4); FILE MERGED 2008/02/22 16:22:42 rt 1.1.4.1: #i85482# SOLARUPD is not used any more. Merge changes from ssrc680.ini.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e08f8c5cd6f7b2319fa4dc5ad1231ed1633a334c]

        INTEGRATION: CWS supdremove02 (1.18.100); FILE MERGED 2008/01/28 16:08:56 rt 1.18.100.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6fd03b6c87a45bd82179cbd185d1e781155e3f16]

        INTEGRATION: CWS supdremove02 (1.31.66); FILE MERGED 2008/01/28 16:08:55 rt 1.31.66.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [569adb57c1726c52cc37bd44573f9f9b2e0a82dd]

        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>  [b4fa4bf2242a9fbd89b0e3fc25cddd24654a0001]

        INTEGRATION: CWS supdremove02 (1.18.218); FILE MERGED 2008/01/25 16:13:30 rt 1.18.218.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cf712866b2bd25bb8186e3c36ed6f30e9ee1d7f9]

        INTEGRATION: CWS supdremove02 (1.9.192); FILE MERGED 2008/01/31 13:49:28 rt 1.9.192.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [37f042596ccaacc89798a6eb627c05ffca8a9b8f]

        INTEGRATION: CWS supdremove02 (1.6.406); FILE MERGED 2008/01/25 16:13:32 rt 1.6.406.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2f89acdc979261aa00e825eaf22dd65f9c9cd39e]

        INTEGRATION: CWS supdremove02 (1.5.276); FILE MERGED 2008/01/25 16:13:30 rt 1.5.276.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [672e75a709b356bccb2afbc50d39a5b4cf5aceeb]

        INTEGRATION: CWS supdremove02 (1.9.276); FILE MERGED 2008/01/25 16:13:31 rt 1.9.276.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d90fea69ccb7d6905460a1f682a6d0cf19ba9059]

        INTEGRATION: CWS supdremove02 (1.12.160); FILE MERGED 2008/01/25 16:13:31 rt 1.12.160.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5a656ac1fd8250f188aa7530072c3771cc6579be]

        INTEGRATION: CWS supdremove02 (1.61.16); FILE MERGED 2008/01/31 16:10:20 rt 1.61.16.2: RESYNC: (1.61-1.62); FILE MERGED 2008/01/31 13:49:28 rt 1.61.16.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ae5b7923ebaa5207fab6ab8e660c6a8e59484360]

        INTEGRATION: CWS supdremove02 (1.11.146); FILE MERGED 2008/01/31 13:49:28 rt 1.11.146.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [54a6e6ef08d64926157343608b028a7684812bbd]

        INTEGRATION: CWS supdremove02 (1.12.304); FILE MERGED 2008/01/25 16:13:30 rt 1.12.304.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9049fe8b0f4d0ccdcaecd3066891a3193515e2e7]

        INTEGRATION: CWS supdremove02 (1.28.14); FILE MERGED 2008/01/31 13:49:28 rt 1.28.14.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [390658b771633a40c70300038cd2eb490c96d9a0]

        INTEGRATION: CWS supdremove02 (1.5.276); FILE MERGED 2008/01/25 16:13:32 rt 1.5.276.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5d2d652d20adcbd9090ddd3291ff36a185eb9e82]

        INTEGRATION: CWS supdremove02 (1.4.228); FILE MERGED 2008/01/31 13:49:27 rt 1.4.228.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [96ebdca4c41ee246f59d6046a52ef9f4b4c115b7]

        INTEGRATION: CWS supdremove02 (1.14.162); FILE MERGED 2008/01/25 16:13:31 rt 1.14.162.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cc8a34c95dcd9b7d9b1563543165640b8c3f361d]

        INTEGRATION: CWS supdremove02 (1.5.276); FILE MERGED 2008/01/25 16:13:31 rt 1.5.276.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ab0999b29c49af1751819443f6771d3454696bee]

        INTEGRATION: CWS supdremove02 (1.11.6); FILE MERGED 2008/01/31 16:10:01 rt 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2008/01/28 08:18:58 rt 1.11.6.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ef58e1cbb9f3c0dfc9344f97f45f8c522f84e754]

        INTEGRATION: CWS supdremove02 (1.2.86); FILE MERGED 2008/01/31 13:49:17 rt 1.2.86.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [aa766327277d97d1e0050bbb56788dbeba4491cd]

        INTEGRATION: CWS supdremove02 (1.5.102); FILE MERGED 2008/01/29 16:34:37 rt 1.5.102.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [31ff2ba14be6f5ade3bb718871a5f187aa4489d3]

        INTEGRATION: CWS supdremove02 (1.32.50); FILE MERGED 2008/01/28 08:04:42 rt 1.32.50.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2d4cf6b7e5154025a37345778fa546d273b75758]

        INTEGRATION: CWS supdremove02 (1.5.226); FILE MERGED 2008/01/31 13:49:03 rt 1.5.226.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a529c993141eb97b03e0adabbc65e7a1dbe84ad6]

        INTEGRATION: CWS supdremove02 (1.7.50); FILE MERGED 2008/01/28 08:04:42 rt 1.7.50.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [daf2077ca35a5ff3a7dc0703ba2f17c268c964ed]

        INTEGRATION: CWS supdremove02 (1.4.282); FILE MERGED 2008/01/28 08:04:41 rt 1.4.282.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8ee397c3bdd3fde22091ea729ee360337c4d845e]

        INTEGRATION: CWS supdremove02 (1.9.228); FILE MERGED 2008/01/31 13:49:03 rt 1.9.228.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3d82259b0c30a78309fe01299420a6dd14a5db49]

        INTEGRATION: CWS supdremove02 (1.53.118); FILE MERGED 2008/01/28 13:58:45 rt 1.53.118.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [125dea4edd4584d3e4aac272f9e18eb6f6e45c2f]

        INTEGRATION: CWS supdremove02 (1.5.366); FILE MERGED 2008/01/31 13:48:53 rt 1.5.366.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [db4ec3c7bde382c3ceea00b25eb1e4a48ebcebdc]

        INTEGRATION: CWS supdremove02 (1.9.106); FILE MERGED 2008/01/28 13:58:45 rt 1.9.106.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9d19b4a50984ad8b0f8eb78e3ca391cabb9b71be]

        INTEGRATION: CWS supdremove02 (1.6.176); FILE MERGED 2008/01/28 13:58:45 rt 1.6.176.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5b720baa0a42dde7add7c067bac30a5974f8d0b0]

        INTEGRATION: CWS supdremove02 (1.32.106); FILE MERGED 2008/01/31 13:48:52 rt 1.32.106.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9c279e177df055d08f165e9010ba0c3256a9b2b0]

        INTEGRATION: CWS supdremove02 (1.6.176); FILE MERGED 2008/01/28 13:58:44 rt 1.6.176.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4d7d8be237d75d8db88110cebb57bf82247e581d]

        INTEGRATION: CWS supdremove02 (1.26.282); FILE MERGED 2008/01/31 13:48:52 rt 1.26.282.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a7a61c11fd3ff7def182f0c80a06f9b132801e9a]

        INTEGRATION: CWS supdremove02 (1.44.268); FILE MERGED 2008/01/31 13:48:52 rt 1.44.268.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [fe49ab8ea1d3f36908ee4d068e3c6c635e8a8ced]

        INTEGRATION: CWS supdremove02 (1.15.280); FILE MERGED 2008/01/31 13:48:52 rt 1.15.280.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [28162a4ea64b7efaab75ced00619eab5be8f8ad9]

        INTEGRATION: CWS supdremove02 (1.28.282); FILE MERGED 2008/01/31 13:48:52 rt 1.28.282.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b1d6a0137a8900a692ea5b5afddb8d98e827de88]

        INTEGRATION: CWS supdremove02 (1.52.14); FILE MERGED 2008/02/22 12:45:55 rt 1.52.14.2: RESYNC: (1.52-1.53); FILE MERGED 2008/01/31 13:48:51 rt 1.52.14.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ab5b57116c45fbe9c1ce3fbd646698eb899dc1de]

        INTEGRATION: CWS supdremove02 (1.9.282); FILE MERGED 2008/01/31 13:48:51 rt 1.9.282.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [55e713802e1c35e91819d6784ea77da1e3bd62af]

        INTEGRATION: CWS supdremove02 (1.59.104); FILE MERGED 2008/01/28 13:58:45 rt 1.59.104.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [21e6d3d3d8949f7e4b4be87a4ba337b64b4165d3]

        INTEGRATION: CWS supdremove02 (1.14.174); FILE MERGED 2008/02/05 15:48:46 rt 1.14.174.2: #i85482# Remove UPD from resource name. 2008/01/31 13:48:51 rt 1.14.174.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8b93c43189f87203bb9c0731686b79934334ef7b]

        INTEGRATION: CWS supdremove02 (1.7.282); FILE MERGED 2008/01/31 13:48:51 rt 1.7.282.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [610feb9d97da4e1d5689c54382703cd819279538]

        INTEGRATION: CWS supdremove02 (1.6.32); FILE MERGED 2008/01/29 08:44:56 rt 1.6.32.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3ce8a0eb783b5069ed49781cbec7fb7ddaa5cf0c]

        INTEGRATION: CWS supdremove02 (1.21.38); FILE MERGED 2008/01/31 16:07:52 rt 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2008/01/29 08:44:56 rt 1.21.38.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2e228999a277d0458d1cc93c2169b63c858ff9e2]

        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>  [749f5206644d2bb10c1e8c664988e7bb7a012478]

        INTEGRATION: CWS supdremove02 (1.18.134); FILE MERGED 2008/01/28 14:58:13 rt 1.18.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [7b6c3f1a898821513c3c28f997f1035ca35cdd36]

        INTEGRATION: CWS supdremove02 (1.16.134); FILE MERGED 2008/01/28 14:58:13 rt 1.16.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ea511afe8f6a06f56a3ae71fcc88a2f6afb8d4ea]

        INTEGRATION: CWS supdremove02 (1.5.134); FILE MERGED 2008/01/28 14:58:13 rt 1.5.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [37ee87ff755723b1027277ea7f9c9bc2daf1d808]

        INTEGRATION: CWS supdremove02 (1.6.134); FILE MERGED 2008/01/28 14:58:12 rt 1.6.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9432ae1d079b5af488f301ecd0e7cfaa7cbc52a1]

        INTEGRATION: CWS supdremove02 (1.26.134); FILE MERGED 2008/01/28 14:58:12 rt 1.26.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [0248d248160d64852dfb428c508c79442559194c]

        INTEGRATION: CWS supdremove02 (1.10.134); FILE MERGED 2008/01/28 14:58:13 rt 1.10.134.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [71458397cff2d87594f12ef2d0cd27d1a54fa749]

        INTEGRATION: CWS supdremove02 (1.13.56); FILE MERGED 2008/01/28 14:58:13 rt 1.13.56.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6c3183c1e69b20ed32deb7c8e8918ffe4b874660]

        INTEGRATION: CWS supdremove02 (1.6.12); FILE MERGED 2008/01/28 15:14:08 rt 1.6.12.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5bc41de739143ab25405ba06edfda90c2ce7d12b]

        INTEGRATION: CWS supdremove02 (1.10.12); FILE MERGED 2008/01/28 15:14:08 rt 1.10.12.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [65d7d56cbed67265815f02367c7441229695c5bc]

        INTEGRATION: CWS supdremove02 (1.3.34); FILE MERGED 2008/01/29 07:59:28 rt 1.3.34.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [28db40e5c3396727bb2af3333585ec473d84912f]

        INTEGRATION: CWS supdremove02 (1.3.40); FILE MERGED 2008/01/29 07:59:28 rt 1.3.40.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [934ec26ab9ef2dad805f419fdf305bf54c3676ab]

        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>  [d0ce59033702f00dfc22f531fc960fa4097f4373]

        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>  [139e12ef38f9670f7bd9cbf8c79cb1ba27008c1f]

        INTEGRATION: CWS supdremove02 (1.8.14); FILE MERGED 2008/01/29 09:00:51 rt 1.8.14.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9585ab624b31b883af8c0bc11076fcb61e1c75fc]

        INTEGRATION: CWS supdremove02 (1.30.16); FILE MERGED 2008/01/29 08:47:43 rt 1.30.16.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3735eb1d25102e448bb31cbfa22f9826c93a459c]

        INTEGRATION: CWS supdremove02 (1.4.100); FILE MERGED 2008/01/28 14:23:45 rt 1.4.100.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [44d64c6b69eb371e797d6fbf13c192fc3622a10f]

        INTEGRATION: CWS supdremove02 (1.2.22); FILE MERGED 2008/01/28 14:23:45 rt 1.2.22.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [68b002a038222c1818a639112f13ae2f7a7b02ae]

        INTEGRATION: CWS supdremove02 (1.2.134); FILE MERGED 2008/01/31 13:48:16 rt 1.2.134.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5a3fa4ff3a667b89b149ba3435f8831d72d9447c]

        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>  [eb6dd08b3fb6e68e682a2ffccab13e1713e53c0e]

        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>  [93d13297621ecf7b965a72c7f1abd317fb054051]

        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>  [116323861c66359aaccab3eff8cd82be96df9183]

        INTEGRATION: CWS supdremove02 (1.25.38); FILE MERGED 2008/01/28 14:30:58 rt 1.25.38.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [52dc2cf3650c0db4d01eb34818c028bb98bc121b]

        INTEGRATION: CWS supdremove02 (1.22.192); FILE MERGED 2008/01/28 07:57:22 rt 1.22.192.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8d433ea2754c7fd84d312baf224b02a411f9a583]

        INTEGRATION: CWS supdremove02 (1.26.30); FILE MERGED 2008/01/28 07:57:22 rt 1.26.30.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [72e0e33526c828ed1fc4516145f602f761b1f5b9]

        INTEGRATION: CWS supdremove02 (1.23.70); FILE MERGED 2008/01/31 13:47:55 rt 1.23.70.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e8e4442697ac27eb2b8eb4ec0f9503261d3a13c6]

        INTEGRATION: CWS supdremove02 (1.9.16); FILE MERGED 2008/01/28 16:19:59 rt 1.9.16.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [360cd7ca60dbfd2153693a29dc29093731f38092]

        INTEGRATION: CWS supdremove02 (1.2.26); FILE MERGED 2008/02/04 10:13:43 rt 1.2.26.1: #i85484# Useless include path remove: 'SOLARVER' already contains 'UPD', therefor 'SOLARVER/UPD' points to nowhere.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e2259bd75291b0be4fa86144added5fce306f2ad]

        INTEGRATION: CWS supdremove02 (1.4.26); FILE MERGED 2008/02/04 10:13:42 rt 1.4.26.1: #i85484# Useless include path remove: 'SOLARVER' already contains 'UPD', therefor 'SOLARVER/UPD' points to nowhere.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [41d2fc3dd1688087819904aed873befae5ffc423]

        INTEGRATION: CWS supdremove02 (1.18.34); FILE MERGED 2008/01/28 14:14:01 rt 1.18.34.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8ccad05c698fb21fd1709e2d55cd8652a6344da6]

        INTEGRATION: CWS supdremove02 (1.6.124); FILE MERGED 2008/01/31 13:47:48 rt 1.6.124.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [83d1b35ea9f0261fbaa7ddb60f8116709e5e4ce1]

        INTEGRATION: CWS supdremove02 (1.27.100); FILE MERGED 2008/02/05 08:58:35 rt 1.27.100.1: *** empty log message ***

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d7b926293a300f5c4c872da85c6a817efacb1fda]

        INTEGRATION: CWS supdremove02 (1.62.154); FILE MERGED 2008/01/28 15:48:13 rt 1.62.154.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [934c06a1a603ee29a9ec751fd0ae89b059754bf2]

        INTEGRATION: CWS supdremove02 (1.19.176); FILE MERGED 2008/01/28 15:48:14 rt 1.19.176.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8dadae9042cf872574fd1aca16e5d83a8828bd36]

        INTEGRATION: CWS supdremove02 (1.19.752); FILE MERGED 2008/01/29 15:40:02 rt 1.19.752.1: #i85484# RSCUPDVER is obsolete here since app.src revision 1.111, i.e. 2004/12/10.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3cbd26a2b79974226e0b417571e3852f6241aec4]

        INTEGRATION: CWS supdremove02 (1.7.408); FILE MERGED 2008/01/28 15:48:14 rt 1.7.408.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [afc91dbcc9a162ab85f2e19786afab2fb1486f69]

        INTEGRATION: CWS supdremove02 (1.1.1.1.1538); FILE MERGED 2008/01/25 15:56:06 rt 1.1.1.1.1538.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [845780b0470cce0950a316a784f762971c266487]

        INTEGRATION: CWS supdremove02 (1.51.180); FILE MERGED 2008/01/25 15:56:06 rt 1.51.180.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8359e4595e92c72178a81311c392132fae8851c2]

        INTEGRATION: CWS supdremove02 (1.50.44); FILE MERGED 2008/01/31 13:47:32 rt 1.50.44.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [68932ed620cea8c2d7a464ce1177518c9f4c5360]

        INTEGRATION: CWS supdremove02 (1.36.154); FILE MERGED 2008/01/25 15:56:06 rt 1.36.154.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9b922d75d7ab0170d9aac9cb50714e9a32a4aef3]

        INTEGRATION: CWS supdremove02 (1.16.62); FILE MERGED 2008/01/25 15:56:05 rt 1.16.62.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4e1512263d3d911f0064aec4a72b480734d82dc0]

        INTEGRATION: CWS supdremove02 (1.11.312); FILE MERGED 2008/01/25 15:56:05 rt 1.11.312.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a4a3cfffcb52e06733599364b85f7a02f53f03ed]

        INTEGRATION: CWS supdremove02 (1.5.28); FILE MERGED 2008/01/31 16:04:43 rt 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/01/29 09:11:45 rt 1.5.28.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5ce3b4852ca6bf68c15bd5d7c52f59b0ec9f13d5]

        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>  [c5590bc677ec208eeeaeb21a28d67308ac6ee4aa]

        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>  [3f3191414254b4f7026ac54b410fbe955e41f0b5]

        INTEGRATION: CWS supdremove02 (1.8.14); FILE MERGED 2008/01/29 08:55:14 rt 1.8.14.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [1c54f9954effc424f6547002f38394a9a966bb4e]

        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>  [30fd61417b09820b6fcc4c4d02f38aee6942cdde]

        INTEGRATION: CWS supdremove02 (1.11.32); FILE MERGED 2008/01/28 16:15:25 rt 1.11.32.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [10999d6d2fbca7dd98fa4d05f286d8e930105b97]

        INTEGRATION: CWS supdremove02 (1.17.32); FILE MERGED 2008/01/28 16:15:24 rt 1.17.32.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a4160f5012f360925aab480175df9c9e4da79854]

        INTEGRATION: CWS supdremove02 (1.2.36); FILE MERGED 2008/01/28 16:15:24 rt 1.2.36.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [7c99d7b84e0f57f9f569f9879dcf82c291ee5627]

        INTEGRATION: CWS supdremove02 (1.3.36); FILE MERGED 2008/01/31 16:01:50 rt 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2008/01/28 16:15:24 rt 1.3.36.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a123a27239557b3ab8b857c91ecd9a2bd46ed8d9]

        INTEGRATION: CWS supdremove02 (1.16.14); FILE MERGED 2008/01/28 16:15:23 rt 1.16.14.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e7f052a80a1aad04fae68742537cf1b18df14b73]

        INTEGRATION: CWS supdremove02 (1.7.12); FILE MERGED 2008/01/29 14:00:11 rt 1.7.12.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4a7162cd0b4b00958e4ec206638ae5c6929e452e]

        INTEGRATION: CWS supdremove02 (1.10.12); FILE MERGED 2008/01/29 14:00:11 rt 1.10.12.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4c19c05aa692a39b2548c909daa75a70afaf49b2]

        INTEGRATION: CWS supdremove02 (1.13.12); FILE MERGED 2008/01/29 14:00:10 rt 1.13.12.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [69318332b046f41a3b96f17ab918af47953d9ecc]

        INTEGRATION: CWS supdremove02 (1.22.6); FILE MERGED 2008/01/29 15:06:49 rt 1.22.6.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c5ca59c38e09d15745ffd860ace5bc5f4b8373c4]

        INTEGRATION: CWS supdremove02 (1.10.116); FILE MERGED 2008/01/29 14:00:10 rt 1.10.116.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c3cde7e8cbcdf468217cbda6103cba0f1c38bec9]

        INTEGRATION: CWS supdremove02 (1.5.22); FILE MERGED 2008/01/28 08:09:32 rt 1.5.22.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5df228d957accfd915dae077c3c2f01a056418a4]

        INTEGRATION: CWS supdremove02 (1.5.22); FILE MERGED 2008/01/28 08:09:31 rt 1.5.22.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5d9c1339bf46161f9bdd4b508b86d7a756e2c5ea]

        INTEGRATION: CWS supdremove02 (1.12.56); FILE MERGED 2008/01/31 13:47:01 rt 1.12.56.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [bde67b6c0fab8e5d4ef68bbc8645d6d92777a363]

        INTEGRATION: CWS supdremove02 (1.116.38); FILE MERGED 2008/01/28 10:53:50 rt 1.116.38.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c176f1d6ba6f7e9c9e8c9b335fb4838bab68fe74]

        INTEGRATION: CWS supdremove02 (1.8.132); FILE MERGED 2008/01/31 13:46:54 rt 1.8.132.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [120ee42e8c47ca95cc0a51b5bfaf6788df88c4c4]

        INTEGRATION: CWS supdremove02 (1.10.58); FILE MERGED 2008/01/31 13:46:54 rt 1.10.58.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [48fb77a7fe7b5b386cfbe11ae8a3e0a7f1732959]

        INTEGRATION: CWS supdremove02 (1.6.134); FILE MERGED 2008/01/31 13:46:54 rt 1.6.134.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4cd6b03c2a6e00b54341dc74bab514b7beb4a344]

        INTEGRATION: CWS supdremove02 (1.14.42); FILE MERGED 2008/01/28 10:40:57 rt 1.14.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [14628901725810c325bdf1de8c76171e69744e2f]

        INTEGRATION: CWS supdremove02 (1.13.36); FILE MERGED 2008/01/31 13:46:40 rt 1.13.36.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a8f0b97ed73402d4db5906eec69704a5dd61c9ca]

        INTEGRATION: CWS supdremove02 (1.17.18); FILE MERGED 2008/01/28 10:40:57 rt 1.17.18.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d4e0f02c0361ce4db44ecc2d9f9e69bedefec01f]

        INTEGRATION: CWS supdremove02 (1.43.64); FILE MERGED 2008/01/31 16:01:22 rt 1.43.64.2: RESYNC: (1.43-1.44); FILE MERGED 2008/01/31 13:46:40 rt 1.43.64.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3624cbd0511147551f01b964c60c8a2b7bc0de63]

        INTEGRATION: CWS supdremove02 (1.3.158); FILE MERGED 2008/01/25 15:58:55 rt 1.3.158.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8986ac712f5e0d3097edb20d990b050d6da72bb5]

        INTEGRATION: CWS supdremove02 (1.3.158); FILE MERGED 2008/01/25 15:58:56 rt 1.3.158.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [aeefec8ca7d2250ae2b6b212dfc10578ab96615e]

        INTEGRATION: CWS supdremove02 (1.7.450); FILE MERGED 2008/01/25 16:00:12 rt 1.7.450.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [612d3c1eb6a9b00537ea91e4c124cef5fd0b4eb0]

        INTEGRATION: CWS supdremove02 (1.14.8); FILE MERGED 2008/01/31 16:01:10 rt 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2008/01/31 13:46:33 rt 1.14.8.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [fb6b87ae84aab8b5d30ea36a01d0fece49755c37]

        INTEGRATION: CWS supdremove02 (1.4.94); FILE MERGED 2008/01/25 16:00:13 rt 1.4.94.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3a48af3dc03dab45594fe4556eedb6e7f19d8e57]

        INTEGRATION: CWS supdremove02 (1.6.450); FILE MERGED 2008/01/25 16:00:13 rt 1.6.450.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [92a37c7d3c32b985c5957894a07bad2ef10372e1]

        INTEGRATION: CWS supdremove02 (1.14.8); FILE MERGED 2008/01/31 13:46:33 rt 1.14.8.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [834b2d1793fb8a53093aa83110775ed0966b812f]

        INTEGRATION: CWS supdremove02 (1.16.74); FILE MERGED 2008/01/25 16:00:13 rt 1.16.74.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [f8ce8c171747a1c7ddf7f5e915ad8847d2566944]

        INTEGRATION: CWS supdremove02 (1.12.8); FILE MERGED 2008/01/31 13:46:33 rt 1.12.8.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4d2aca3a56351cf764df7e26d541689e7f91b395]

        INTEGRATION: CWS supdremove02 (1.3.254); FILE MERGED 2008/01/31 13:46:33 rt 1.3.254.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6459cb928ea92d9bfa3d552c2372ed276ea60177]

        INTEGRATION: CWS supdremove02 (1.10.350); FILE MERGED 2008/01/25 15:58:29 rt 1.10.350.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c50d7a2159f9558102428698239e0abe929e0e75]

        INTEGRATION: CWS supdremove02 (1.20.140); FILE MERGED 2008/01/25 15:58:28 rt 1.20.140.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [2bbdc7764f3ee4b353d7bbc33b8b2763365595b4]

        INTEGRATION: CWS supdremove02 (1.6.450); FILE MERGED 2008/01/25 15:58:28 rt 1.6.450.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8d9a9bce380b5de9a3e03d996268c868f3fc6e34]

        INTEGRATION: CWS supdremove02 (1.15.108); FILE MERGED 2008/01/25 15:58:28 rt 1.15.108.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9793a437015d3c4082a5b08e8632ac614e776d25]

        INTEGRATION: CWS supdremove02 (1.2.110); FILE MERGED 2008/01/25 15:58:28 rt 1.2.110.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9b8e207c8c0dc76fa182635dfacc8d02b1079ce8]

        INTEGRATION: CWS supdremove02 (1.5.450); FILE MERGED 2008/01/31 13:46:32 rt 1.5.450.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [bff5e419eec9be0aa41641dc5a95b40d3b2c0d2d]

        INTEGRATION: CWS supdremove02 (1.8.310); FILE MERGED 2008/01/25 15:58:27 rt 1.8.310.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [fcee289a6b1c1a7a4202a98908140c603f3319b4]

        INTEGRATION: CWS supdremove02 (1.21.422); FILE MERGED 2008/01/25 15:58:27 rt 1.21.422.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [78fcc0c2cb6df8d318c5a414569c0019761a42e5]

        INTEGRATION: CWS supdremove02 (1.10.142); FILE MERGED 2008/01/31 13:46:32 rt 1.10.142.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c403c391ff9e1b92352337ccbfb8da830b1f26a0]

        INTEGRATION: CWS supdremove02 (1.11.8); FILE MERGED 2008/01/25 15:58:27 rt 1.11.8.1: #i85482# Remove UPD from library names.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [ca281915f533b2bcff891b830deb5f914570f2a8]

        INTEGRATION: CWS supdremove02 (1.3.40); FILE MERGED 2008/01/28 13:12:31 rt 1.3.40.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6e5714c7232afd66d02968b18211857260bac491]

        INTEGRATION: CWS supdremove02 (1.5.40); FILE MERGED 2008/01/28 13:12:31 rt 1.5.40.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [5ea67ae8d13011ee3f58696072c6af530ae0def3]

        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>  [b37b0793456d91a39493e52670d0ef75efb6242a]

        INTEGRATION: CWS supdremove02 (1.14.18); FILE MERGED 2008/01/29 08:31:19 rt 1.14.18.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c7eef20eccc5d47a5744fb5e358604cca42ac7c4]

        INTEGRATION: CWS supdremove02 (1.2.10); FILE MERGED 2008/01/28 14:38:00 rt 1.2.10.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [404d16290c5ca1c74d73f4058c61a25ec9c67e5c]

        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>  [d6cf0f1baa1deff5c8c9db4968776a256c1c9b33]

        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>  [c514dd7687fc8f3d4da3b9198a312e4feb20aa18]

        INTEGRATION: CWS supdremove02 (1.7.104); FILE MERGED 2008/01/28 15:57:02 rt 1.7.104.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6deb607d6d0051367bfac1a8ed5cb234fe46b18d]

        INTEGRATION: CWS supdremove02 (1.2.62); FILE MERGED 2008/01/28 15:57:01 rt 1.2.62.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [cbb4debf0cf5372dc38ca762bcd82d481d268373]

        INTEGRATION: CWS supdremove02 (1.6.80); FILE MERGED 2008/01/28 15:57:01 rt 1.6.80.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [10dcb8f2ac57adf64bc940ebbadde201188c9ba9]

        INTEGRATION: CWS supdremove02 (1.5.78); FILE MERGED 2008/01/28 15:57:02 rt 1.5.78.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [480b473bd3410cfca0f75c700203f0682e33a9d5]

        INTEGRATION: CWS supdremove02 (1.7.80); FILE MERGED 2008/01/28 15:57:01 rt 1.7.80.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b41b0858982d6964dae701a86dc38d254b549eda]

        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>  [e365f541c92943ad0c18bfa9029c3c35a867651b]

        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-25  Oliver Bolte  <obo@openoffice.org>  [fd9efc2cea24be8ad58e31f061936c9da33eb09d]

        INTEGRATION: CWS supdremove02 (1.11.42); FILE MERGED 2008/01/28 08:29:28 rt 1.11.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c11e6d3be6c4bc6d2329037a640fc5b326eca2a8]

        INTEGRATION: CWS supdremove02 (1.7.90); FILE MERGED 2008/01/28 08:29:28 rt 1.7.90.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [6110c8ad153ce1c6d9172b72dea07b396abc5440]

        INTEGRATION: CWS supdremove02 (1.9.122); FILE MERGED 2008/02/13 09:04:53 rt 1.9.122.1: #i85482# No UPD in library names any more.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4127a5514a861c21198a7bc56c74eec0aa44a67e]

        INTEGRATION: CWS supdremove02 (1.12.42); FILE MERGED 2008/02/04 10:39:19 rt 1.12.42.2: #i85484# No resources get built here, so we do not need RSCUPDVER. 2008/01/28 08:29:58 rt 1.12.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3abfd1e2ede8bb43a5ccd16da0d5df06c2a3d13a]

        INTEGRATION: CWS supdremove02 (1.9.42); FILE MERGED 2008/01/28 08:29:58 rt 1.9.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [62ac9d550fd12009ec3c2c6e643842a871ce3b40]

        INTEGRATION: CWS supdremove02 (1.8.144); FILE MERGED 2008/01/28 08:29:27 rt 1.8.144.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [385bd51f65e6609931946a9357439e365eb49cae]

        INTEGRATION: CWS supdremove02 (1.9.42); FILE MERGED 2008/01/28 08:29:28 rt 1.9.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [0cb85de1200c8300a03719522e671b0da8440578]

        INTEGRATION: CWS supdremove02 (1.17.42); FILE MERGED 2008/01/28 15:30:24 rt 1.17.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [d5b71db63e28dfa55966c9047f09b350df894485]

        INTEGRATION: CWS supdremove02 (1.11.60); FILE MERGED 2008/01/28 08:29:57 rt 1.11.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [81947ff054580409db52c29813768c8069452d26]

        INTEGRATION: CWS supdremove02 (1.17.42); FILE MERGED 2008/01/28 08:29:28 rt 1.17.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [3f835412692658500b879fbc4d8fa90dcde7c533]

        INTEGRATION: CWS supdremove02 (1.9.76); FILE MERGED 2008/01/31 13:45:59 rt 1.9.76.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a302229a2ed4518712bb23616509af11e50f2045]

        INTEGRATION: CWS supdremove02 (1.7.156); FILE MERGED 2008/01/31 13:45:59 rt 1.7.156.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9da76b19f8e86c39db3605d6ef9db8cefeb4f985]

        INTEGRATION: CWS supdremove02 (1.8.46); FILE MERGED 2008/01/31 13:45:59 rt 1.8.46.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [431408908af6d17660c1cb6a0c6bc376296ed83c]

        INTEGRATION: CWS supdremove02 (1.10.60); FILE MERGED 2008/01/28 08:29:28 rt 1.10.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [7094ff016037e25dadbc25af577fe7f86e6f6603]

        INTEGRATION: CWS supdremove02 (1.11.42); FILE MERGED 2008/01/28 08:29:29 rt 1.11.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [34c388b5ba73a63d378270087e38ea8aacf9802f]

        INTEGRATION: CWS supdremove02 (1.7.46); FILE MERGED 2008/01/31 13:45:59 rt 1.7.46.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [84d84bec481d416dd05dedf96e8be7eeb14cc18f]

        INTEGRATION: CWS supdremove02 (1.10.60); FILE MERGED 2008/01/28 08:29:29 rt 1.10.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [be91a1f2d150129dc582c67e2e5f4804e01786ff]

        INTEGRATION: CWS supdremove02 (1.2.42); FILE MERGED 2008/01/28 08:29:57 rt 1.2.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [64443d1fc180b944a15e79b7f6cc28103134f958]

        INTEGRATION: CWS supdremove02 (1.2.42); FILE MERGED 2008/01/31 13:45:58 rt 1.2.42.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b33e99717b25176efa01531af03670b0794df154]

        INTEGRATION: CWS supdremove02 (1.14.42); FILE MERGED 2008/01/31 13:45:58 rt 1.14.42.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [67c8933ed54059cbf30ada2bd8b393d996c6786d]

        INTEGRATION: CWS supdremove02 (1.16.42); FILE MERGED 2008/01/28 08:29:29 rt 1.16.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [fb805281a602972f6e4113220dd4de671d8f1516]

        INTEGRATION: CWS supdremove02 (1.12.60); FILE MERGED 2008/01/28 08:29:30 rt 1.12.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4a282321b750b1a95ddd25c1091aedb01a77dbbb]

        INTEGRATION: CWS supdremove02 (1.13.42); FILE MERGED 2008/02/01 13:21:22 rt 1.13.42.2: #i85484# Remove obsolete stuff, needed for WIN16 only. 2008/01/28 08:29:58 rt 1.13.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [9b248708ce45e355c223558754682945e5b2d0c5]

        INTEGRATION: CWS supdremove02 (1.10.60); FILE MERGED 2008/01/28 08:29:57 rt 1.10.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [e48ae61c8deb31e4fc80fd8ada9166b6a4f6d02f]

        INTEGRATION: CWS supdremove02 (1.20.42); FILE MERGED 2008/01/28 08:29:56 rt 1.20.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4dafd8e016d2461c3acfb768714ad629f38726b6]

        INTEGRATION: CWS supdremove02 (1.9.60); FILE MERGED 2008/01/28 08:29:56 rt 1.9.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [924baf015a3a21bf65e2a3bd9a07947f3c87330c]

        INTEGRATION: CWS supdremove02 (1.5.198); FILE MERGED 2008/01/28 15:31:31 rt 1.5.198.1: #i85484# Clean up

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [59a1c6e4b69a72ff2f7246b3d509b0b656bb9c00]

        INTEGRATION: CWS supdremove02 (1.15.42); FILE MERGED 2008/01/28 08:29:58 rt 1.15.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [4377e287b4a83376adf7cfc672f56ba174020f3e]

        INTEGRATION: CWS supdremove02 (1.10.60); FILE MERGED 2008/02/04 10:39:19 rt 1.10.60.2: #i85484# No resources get built here, so we do not need RSCUPDVER. 2008/01/28 08:29:58 rt 1.10.60.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [c77963e98b3afb5a2c2803a45a129653f0c257a7]

        INTEGRATION: CWS supdremove02 (1.3.100); FILE MERGED 2008/01/28 08:29:57 rt 1.3.100.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [a04b8fe014f3296c236fb00f1fe109ab2dbbd1b1]

        INTEGRATION: CWS supdremove02 (1.10.42); FILE MERGED 2008/01/28 08:29:29 rt 1.10.42.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [91e62128ccfdf7e7ab62b9305b834036d31eda9c]

        INTEGRATION: CWS supdremove02 (1.6.156); FILE MERGED 2008/01/31 13:45:58 rt 1.6.156.1: #i85482# Remove UPD from resource name.

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [dbf53165bfdfb0b9c7a9d8a74d685a5d35562bbe]

        INTEGRATION: CWS supdremove02 (1.4.70); FILE MERGED 2008/01/28 08:29:56 rt 1.4.70.1: #i85482# Remove UPD from library name

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [8d1e32362e21e838d60648b0818a3cd7de69779e]

        INTEGRATION: CWS obo22 (1.273.16); FILE MERGED 2008/02/19 10:04:49 obo 1.273.16.1: #i85885# wntmsci11/12: rename stlport_vc8 to stlport_vc71 because of UNO compatibility

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [13f7768885baa3b87d3702bb06121817768bfb12]

        INTEGRATION: CWS obo22 (1.22.6); FILE MERGED 2008/02/19 15:12:34 obo 1.22.6.1: #i10000# use CCNUMVER instead of COMEX

2008-02-25  Oliver Bolte  <obo@openoffice.org>  [b8bbd2fbd18802cceb55a8aa937b9e7644ff1508]

        INTEGRATION: CWS obo22 (1.19.52); FILE MERGED 2008/02/19 09:45:20 obo 1.19.52.1: #i85885# wntmsci11/12: rename stlport_vc8 to stlport_vc71 because of UNO compatibility

2008-02-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [115c8c7b9a45e99b2f5ea50a07292608f770f4a0]

        #i86362# extract icon theme packing to own module

2008-02-21  Rüdiger Timm  <rt@openoffice.org>  [f8fa3e3f40eb5dec79c42398c030dd80ed3aad12]

        #i10000# Handle case of milestones without any integrated childworkspaces.

2008-02-21  Rüdiger Timm  <rt@openoffice.org>  [3163cee3a279a02147cdc591ff74dd52f59a3cd2]

        Setsolar ini file for DEV300. Equals to ssrc680.ini revision 1.163 except that some obsolete platforms have been removed.

2008-02-21  Rüdiger Timm  <rt@openoffice.org>  [536a25ef680b7a3756c3f5050eba3cbbcfff50d1]

        DEV300

2008-02-20  Rüdiger Timm  <rt@openoffice.org>  [3d34acd2ebb5e08dd3eec05be6b81302ad035589]

        #i10000# OUStringToOString is namespace rtl

2008-02-20  Rüdiger Timm  <rt@openoffice.org>  [d4fa53a95356eaa4502b36869c3871f776adfbdc]

        #i10000# Get fix from CWS sb83 for empty path elements (rev. 1.14.322.1)

2008-02-20  Rüdiger Timm  <rt@openoffice.org>  [c79bb6481425fb2e3e18694313bdff3b033912cf]

        SRC680

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8d2bb13afd460ff8dcea45e877337db3404bea7e]

        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>  [6a652a281b618f8cc721c224d9db8da57ed390ca]

        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>  [99cc13da949c683dd86265a59b035ae742cf5d1c]

        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>  [d988dcfed31cdd6f4d27dcd9952895d19e2832ce]

        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>  [b690dd076467ec6618a65f5255d7e002a8956229]

        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>  [c1f2883885f245b36a0499e4830f15f49dc65249]

        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>  [962620e7b9c94fb0b3603c489c1e49abec05f2aa]

        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>  [7ef178f926a3996d7e9a018b2ffa5d43837b840c]

        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>  [264ead7bacc8e76a11cd4a841aae2c24101a7ea2]

        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>  [ffe6af0aeebe0552cf6510d33d3028d292e80099]

        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>  [be84b6da891d0b748ba76f8884dd21becf4348d4]

        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>  [92b30d90001375f27f93b8f9d468b48a6c6b7125]

        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>  [99ebf87df72e2e4c9f2f7e0f25fac1495cc49bb8]

        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>  [7c71fca205281edc118c27d68808803076b157b5]

        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>  [8080f15512a1542459da7fd015fb87f6adb9b595]

        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>  [88980c8dabf8eff5179c145716421f0366a50331]

        INTEGRATION: CWS calcselection (1.39.36); FILE MERGED 2008/02/13 19:54:22 nn 1.39.36.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [db131d0a3907f6af6c548429c2ca51740b01e2f3]

        INTEGRATION: CWS calcselection (1.37.108); FILE MERGED 2008/02/13 19:54:21 nn 1.37.108.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [af8ff7f584bd3516968cbac026246ee4605df9e2]

        INTEGRATION: CWS calcselection (1.36.66); FILE MERGED 2008/02/13 19:54:21 nn 1.36.66.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7678b1add8b929b4236c67e300aea63329fc147d]

        INTEGRATION: CWS calcselection (1.22.84); FILE MERGED 2008/02/13 13:56:00 nn 1.22.84.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ade525449ce90ac27eb4280ff7caf5ef92b49293]

        INTEGRATION: CWS calcselection (1.9.382); FILE MERGED 2008/02/13 19:54:21 nn 1.9.382.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [12326da5640d75bf45f640cfa9b7a9f4da87ef2d]

        INTEGRATION: CWS calcselection (1.64.18); FILE MERGED 2008/02/13 19:54:21 nn 1.64.18.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6265d94eb5e124478d025a90085ebf5bc16e78d7]

        INTEGRATION: CWS calcselection (1.34.84); FILE MERGED 2008/02/13 13:56:00 nn 1.34.84.2: #i86069# transparent cell selection 2008/02/13 13:00:39 nn 1.34.84.1: #i86069# new look for column/row headers

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [0ac0c3e0aa55e3229be1c83fb64eef3668e2f023]

        INTEGRATION: CWS calcselection (1.5.358); FILE MERGED 2008/02/13 13:56:00 nn 1.5.358.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [15c375aed29de95175926ee724ba8355c44f1226]

        INTEGRATION: CWS calcselection (1.19.282); FILE MERGED 2008/02/13 13:00:39 nn 1.19.282.1: #i86069# new look for column/row headers

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [13fd195b1567435d7bc7dbdba529463dad79b695]

        INTEGRATION: CWS calcselection (1.37.18); FILE MERGED 2008/02/13 13:56:00 nn 1.37.18.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [063c18cedc931dfbd5986250545bb6c41ac6cfcf]

        INTEGRATION: CWS calcselection (1.90.18); FILE MERGED 2008/02/13 13:55:59 nn 1.90.18.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8b4d1f46aa6758f1ddb51ae69d1aec644ab30d7e]

        INTEGRATION: CWS calcselection (1.15.82); FILE MERGED 2008/02/13 19:54:21 nn 1.15.82.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6be0e4c249be23f1e3a620aa0848f9b17dd95955]

        INTEGRATION: CWS calcselection (1.34.84); FILE MERGED 2008/02/13 19:54:21 nn 1.34.84.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [22ca89184a3b52008899fdf2289e38e882c56224]

        INTEGRATION: CWS calcselection (1.6.282); FILE MERGED 2008/02/13 19:54:21 nn 1.6.282.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [cc3c4dc76a81d3d547e8b5b3d8cfa0192a44ec4d]

        INTEGRATION: CWS calcselection (1.17.18); FILE MERGED 2008/02/13 19:54:21 nn 1.17.18.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7b14095ea5c4139577e1bdbe5152ff040811a5c9]

        INTEGRATION: CWS calcselection (1.20.18); FILE MERGED 2008/02/13 19:54:20 nn 1.20.18.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9c9777d67fb76f59dad23f4bfbfd792a614af6ba]

        INTEGRATION: CWS calcselection (1.10.282); FILE MERGED 2008/02/13 19:54:20 nn 1.10.282.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [af165b0b058f0f029de8ad4fd49fb676d384968b]

        INTEGRATION: CWS calcselection (1.25.282); FILE MERGED 2008/02/13 19:54:20 nn 1.25.282.1: #i86069# update selection overlay after direct changes to mark data

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f8fc2583238200032918e02374b12e4e9b82282f]

        INTEGRATION: CWS calcselection (1.26.84); FILE MERGED 2008/02/13 19:54:20 nn 1.26.84.2: #i86069# update selection overlay after direct changes to mark data 2008/02/13 13:55:59 nn 1.26.84.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [bab7012219925168558514025234e8a43e8c0be3]

        INTEGRATION: CWS calcselection (1.4.652); FILE MERGED 2008/02/13 13:00:17 nn 1.4.652.1: #i86069# new look for column/row headers

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ae323a318e999e009fb692552f1d6dd85cce9f32]

        INTEGRATION: CWS calcselection (1.27.128); FILE MERGED 2008/02/13 13:55:59 nn 1.27.128.1: #i86069# transparent cell selection

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [29f37f149ba217b6bf19fc1a925cf6c79e90382a]

        INTEGRATION: CWS notes2 (1.45.28); FILE MERGED 2008/01/25 17:46:11 mod 1.45.28.13: View - Notes 2007/12/18 18:00:04 mba 1.45.28.12: use sub resources 2007/12/18 10:19:48 mod 1.45.28.11: fix two crashes related to SwEditWin::GetFocus changes 2007/10/16 22:55:56 mod 1.45.28.10: strings for navigator 2007/10/12 22:30:12 mod 1.45.28.9: fix for overlays, layout algorithm fix, patch for ww8 import 2007/09/28 16:33:48 mod 1.45.28.8: RESYNC: (1.46-1.47); FILE MERGED 2007/07/09 13:07:52 mod 1.45.28.7: work on SwAnnotationShell continues 2007/07/04 12:51:03 mod 1.45.28.6: RESYNC: (1.45-1.46); FILE MERGED 2007/06/22 20:59:57 mba 1.45.28.5: fixing some problems with dependencies 2007/06/13 10:39:46 mod 1.45.28.4: spelling 2007/06/13 08:56:10 mod 1.45.28.3: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:30 mod 1.45.28.2: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/05/24 04:34:45 mod 1.45.28.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [204a7410edc8c1555500e2bfa9045273427518c9]

        INTEGRATION: CWS notes2 (1.144.56); FILE MERGED 2008/01/29 20:22:37 mba 1.144.56.11: shortcut for InsertAnnotation now in accelerator config 2007/12/15 16:16:23 mod 1.144.56.10: RESYNC: (1.146-1.149); FILE MERGED 2007/11/29 10:53:54 mba 1.144.56.9: #i84074#: postits should be deactivated only explicitly; otherwise using dropdown toolbar buttons won't work 2007/11/13 16:43:09 mod 1.144.56.8: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/04 21:43:00 mod 1.144.56.7: completly new layout code by page 2007/10/12 22:30:11 mod 1.144.56.6: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/06 17:14:48 mod 1.144.56.5: fix for different page widths 2007/10/04 10:18:02 mod 1.144.56.4: first sidebar code 2007/10/03 11:51:40 mod 1.144.56.3: fix for inline function 2007/09/28 16:33:08 mod 1.144.56.2: RESYNC: (1.144-1.146); FILE MERGED 2007/09/06 21:29:35 mod 1.144.56.1: Gradient for text, no notes for print view

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e6090be9a13b4e3b8b2eb3c1d98ab856b62e4c00]

        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>  [6973738508e38caa9fe818e27ee2a001e7554d21]

        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>  [8e81cda13f105ad7d16c0164b367fd89d0d3a193]

        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>  [367d0524bacf276d1ecec32f618717b449542663]

        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>  [19585db8f4d559ffacf43a967aedab73aba51a04]

        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>  [042adcec04286edf885256fb23862c8f1c74eed3]

        INTEGRATION: CWS notes2 (1.3.48); FILE MERGED 2008/01/25 17:46:12 mod 1.3.48.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [5fe21cd88ae99591fa2a583d93562ee72ad7cff3]

        INTEGRATION: CWS notes2 (1.4.48); FILE MERGED 2008/01/29 20:25:35 mba 1.4.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d4d890840e0462c49cb1c01f588f2a487598f29b]

        INTEGRATION: CWS notes2 (1.4.48); FILE MERGED 2008/01/29 20:25:34 mba 1.4.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8f7bf722c00fe20e612a0f62edec8a00f6b8da05]

        INTEGRATION: CWS notes2 (1.30.48); FILE MERGED 2008/01/25 17:46:12 mod 1.30.48.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b3fd2882134b030494949402d108cba335ec7c75]

        INTEGRATION: CWS notes2 (1.7.48); FILE MERGED 2008/01/29 20:25:34 mba 1.7.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c15429dd5d4baf98badc8a06f4e5abda2e420971]

        INTEGRATION: CWS notes2 (1.10.48); FILE MERGED 2008/01/29 20:25:33 mba 1.10.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [cccbed3dab51d835439fe1132c30b7d6d0e74619]

        INTEGRATION: CWS notes2 (1.7.48); FILE MERGED 2008/01/29 20:25:33 mba 1.7.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ea16608d0b66a621408a4fadfcd573752edef926]

        INTEGRATION: CWS notes2 (1.4.48); FILE MERGED 2008/01/29 20:25:33 mba 1.4.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [49e2c40a82df9db772bcbbe0ed2e654f51e253e2]

        INTEGRATION: CWS notes2 (1.4.48); FILE MERGED 2008/01/29 20:25:32 mba 1.4.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9bcb82f4b0ed917c41cc6ea2d583fe1745e32907]

        INTEGRATION: CWS notes2 (1.4.48); FILE MERGED 2008/01/29 20:25:31 mba 1.4.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [04d26d5a87cf1dcf4bd8e8689300128139849ef8]

        INTEGRATION: CWS notes2 (1.26.48); FILE MERGED 2008/01/25 17:46:11 mod 1.26.48.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ef1ca8c0c0681d569f4d60a715617904abdbeeeb]

        INTEGRATION: CWS notes2 (1.7.48); FILE MERGED 2008/01/29 20:25:31 mba 1.7.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [67298ce951fcf34d9aaba23d2ba35067b085851c]

        INTEGRATION: CWS notes2 (1.10.48); FILE MERGED 2008/01/29 20:25:31 mba 1.10.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c597721de27b30cc9b426d74bbfa9a03ef9d70f1]

        INTEGRATION: CWS notes2 (1.7.48); FILE MERGED 2008/01/29 20:25:30 mba 1.7.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [2004f2d8e1325c5fe8ef33f83de562964d1ac133]

        INTEGRATION: CWS notes2 (1.27.48); FILE MERGED 2008/01/25 17:46:11 mod 1.27.48.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [62748f2f7c1ece4220eb88decf600b43970cdac4]

        INTEGRATION: CWS notes2 (1.11.48); FILE MERGED 2008/01/29 20:25:30 mba 1.11.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b13e0ac0f7468b1278ea92fb21b8702e3d269568]

        INTEGRATION: CWS notes2 (1.7.48); FILE MERGED 2008/01/29 20:25:29 mba 1.7.48.1: shortcut for InsertAnnotation now in accelerator config

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1438accda3b315e24d084232f6890e58de411690]

        INTEGRATION: CWS notes2 (1.11.28); FILE MERGED 2007/09/28 16:33:58 mod 1.11.28.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/24 17:39:58 mod 1.11.28.1: new improved layout algorithm, no lower border

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f05bbc995d39382d63a2880f438fba0bbc67e488]

        INTEGRATION: CWS notes2 (1.29.2); FILE MERGED 2007/10/02 16:51:34 mod 1.29.2.1: bugfixing; adding of ChangeDocSize in appropiate places

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [75e24589d177846e207187b329d8a34238ee0f7c]

        INTEGRATION: CWS notes2 (1.61.86); FILE MERGED 2007/12/15 16:16:58 mod 1.61.86.6: RESYNC: (1.63-1.66); FILE MERGED 2007/12/07 19:47:35 mod 1.61.86.5: fix crashes related to focus receival after destroying of a note 2007/09/29 16:07:10 mod 1.61.86.4: fixing resync errors 2007/09/28 16:33:55 mod 1.61.86.3: RESYNC: (1.62-1.63); FILE MERGED 2007/09/01 14:22:06 mod 1.61.86.2: RESYNC: (1.61-1.62); FILE MERGED 2007/07/04 15:42:23 mba 1.61.86.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e94f2f767d83f08ee308b0db45d3e5eac94a8e4c]

        INTEGRATION: CWS notes2 (1.16.104); FILE MERGED 2007/12/15 16:16:53 mod 1.16.104.3: RESYNC: (1.17-1.18); FILE MERGED 2007/09/28 16:33:51 mod 1.16.104.2: RESYNC: (1.16-1.17); FILE MERGED 2007/09/01 13:06:09 mod 1.16.104.1: new colors,bugfix for delete note

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [2b8392879d1a3f81e0040bd0798b50193f8c637d]

        INTEGRATION: CWS notes2 (1.14.2); FILE MERGED 2008/01/21 10:40:00 mba 1.14.2.1: #i85390#: no shell change in WebWriter when Annotation context is activated

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [319412d3cdd2394456feafb52493379ead10936d]

        INTEGRATION: CWS notes2 (1.10.2); FILE MERGED 2008/01/21 14:50:01 mba 1.10.2.1: #i85390#: text toolbar should have same ID in Writer an Writer/Web

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b01d4c0ec89d9efb4e370f2fa9ff15965bb6da87]

        INTEGRATION: CWS notes2 (1.58.46); FILE MERGED 2007/12/18 17:32:15 mba 1.58.46.4: some cleanups 2007/12/17 23:10:08 mba 1.58.46.3: superfluous empty lines 2007/10/17 15:50:58 mod 1.58.46.2: bend anchor either at frame of page 2007/10/16 22:55:56 mod 1.58.46.1: strings for navigator

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6b9546e0a9c46e44a0f797d3c50c93c034db40f3]

        INTEGRATION: CWS notes2 (1.4.808); FILE MERGED 2008/01/31 13:05:16 mba 1.4.808.2: warnings fixed 2007/10/16 22:55:56 mod 1.4.808.1: strings for navigator

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fa679df285865d88ae161b52a18bd37ddbbf5891]

        INTEGRATION: CWS notes2 (1.23.2); FILE MERGED 2008/01/31 13:05:15 mba 1.23.2.1: warnings fixed

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [39dcf90b308623dc64ded2afa17585ad39b97918]

        INTEGRATION: CWS notes2 (1.41.74); FILE MERGED 2007/12/18 19:55:15 mod 1.41.74.16: yet another web layout fix 2007/12/18 17:32:15 mba 1.41.74.15: some cleanups 2007/12/17 17:33:52 mba 1.41.74.14: #i6193#: solved reentrance problems in PostItMgr 2007/12/10 20:46:02 mba 1.41.74.13: #i6193#: fixed some problems and crashes for notes pane in web layout 2007/11/05 15:56:29 mod 1.41.74.12: fix for note's visibility comparision 2007/11/04 21:43:01 mod 1.41.74.11: completly new layout code by page 2007/10/22 10:04:25 mod 1.41.74.10: fix for centered zoom; new buttons inside meta area 2007/10/17 15:50:57 mod 1.41.74.9: bend anchor either at frame of page 2007/10/12 22:30:12 mod 1.41.74.8: fix for overlays, layout algorithm fix, patch for ww8 import 2007/09/28 16:33:43 mod 1.41.74.7: RESYNC: (1.41-1.43); FILE MERGED 2007/09/25 17:48:28 mod 1.41.74.6: resize() 2007/09/24 13:49:52 mod 1.41.74.5: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/07/01 16:22:33 mod 1.41.74.4: no relayout in Paint(), but seperately in appropiate places 2007/06/29 19:02:15 mod 1.41.74.3: Fix for Undo/Redo of Insert Field and Modify Field 2007/06/17 10:33:08 mba 1.41.74.2: member initialization missing 2007/06/16 20:14:16 mba 1.41.74.1: Recalc positions of PostIts after changing size of view

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b941215f931dd9160a8de638a611af28b2f5cf34]

        INTEGRATION: CWS notes2 (1.16.318); FILE MERGED 2007/12/21 16:42:54 mba 1.16.318.10: #i6193#: scale notes with zoom factor of edit window 2007/12/18 19:55:15 mod 1.16.318.9: yet another web layout fix 2007/12/17 17:33:52 mba 1.16.318.8: #i6193#: solved reentrance problems in PostItMgr 2007/12/17 09:00:12 mod 1.16.318.7: fixes for web layout and seperater between sidebar 2007/11/04 21:43:01 mod 1.16.318.6: completly new layout code by page 2007/09/28 16:33:39 mod 1.16.318.5: RESYNC: (1.18-1.19); FILE MERGED 2007/09/25 17:48:28 mod 1.16.318.4: resize() 2007/09/01 14:18:58 mod 1.16.318.3: RESYNC: (1.17-1.18); FILE MERGED 2007/07/04 12:47:26 mod 1.16.318.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/01 16:22:33 mod 1.16.318.1: no relayout in Paint(), but seperately in appropiate places

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [eff2d0c29a3641d48844846eadcfba71e670aabe]

        INTEGRATION: CWS notes2 (1.23.2); FILE MERGED 2008/01/29 19:39:59 mod 1.23.2.2: spellchecking and context menu 2008/01/25 17:46:11 mod 1.23.2.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ca8866504613ac590b2b70ce40b7e84ee024bc2f]

        INTEGRATION: CWS notes2 (1.100.70); FILE MERGED 2007/11/04 21:43:01 mod 1.100.70.13: completly new layout code by page 2007/10/02 16:51:34 mod 1.100.70.12: bugfixing; adding of ChangeDocSize in appropiate places 2007/09/29 16:07:10 mod 1.100.70.11: fixing resync errors 2007/09/28 16:33:36 mod 1.100.70.10: RESYNC: (1.104-1.106); FILE MERGED 2007/09/01 14:18:45 mod 1.100.70.9: RESYNC: (1.103-1.104); FILE MERGED 2007/07/05 18:47:32 mod 1.100.70.8: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/04 15:42:23 mba 1.100.70.7: new shell for editing notes 2007/07/04 12:46:20 mod 1.100.70.6: RESYNC: (1.100-1.103); FILE MERGED 2007/06/22 20:59:57 mba 1.100.70.5: fixing some problems with dependencies 2007/06/17 10:33:08 mba 1.100.70.4: member initialization missing 2007/06/13 10:39:46 mod 1.100.70.3: spelling 2007/06/08 16:48:19 mod 1.100.70.2: Hiding and deleting of notes #i6193# 2007/05/24 04:34:45 mod 1.100.70.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [53edb2031f4818b9e2beea0c24ba01a5f5bc7c17]

        INTEGRATION: CWS notes2 (1.32.26); FILE MERGED 2008/01/27 15:57:10 mba 1.32.26.16: #i84074#: better update procedure when content of notes is changed 2008/01/26 10:06:32 mod 1.32.26.15: fix for undo crash after Delete All 2007/12/17 09:00:11 mod 1.32.26.14: fixes for web layout and seperater between sidebar 2007/11/08 08:17:41 mba 1.32.26.13: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/06 16:06:37 mod 1.32.26.12: mba patch: undo/redo cut/copy/paste 2007/09/29 16:07:10 mod 1.32.26.11: fixing resync errors 2007/09/28 16:33:31 mod 1.32.26.10: RESYNC: (1.33-1.34); FILE MERGED 2007/09/24 13:49:52 mod 1.32.26.9: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/14 15:49:59 mod 1.32.26.8: remove unneccessary code from SwTextShell::ExecField 2007/07/05 18:47:32 mod 1.32.26.7: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/04 12:39:17 mod 1.32.26.6: RESYNC: (1.32-1.33); FILE MERGED 2007/06/24 17:39:58 mod 1.32.26.5: new improved layout algorithm, no lower border 2007/06/17 19:27:20 mod 1.32.26.4: AddPostIts only if there is a new postit, sorting of postits 2007/06/13 08:56:10 mod 1.32.26.3: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:29 mod 1.32.26.2: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/05/29 08:24:32 mod 1.32.26.1: Collecting notes in notify, positioning in paint

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [2551a076f5d7216c4acfa6cc290a010aaa16feb7]

        INTEGRATION: CWS notes2 (1.11.808); FILE MERGED 2007/07/04 15:42:23 mba 1.11.808.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9b67ca9c73b72a889811123269854ab2ca89d6a9]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/27 15:56:58 mba 1.1.2.25: #i84074#: improved undo implementation 2008/01/18 10:58:03 mba 1.1.2.24: build problems on Solaris 2007/12/28 11:20:08 mba 1.1.2.23: #i6193#: AnnotationShell must handle UndoManager itself as it stays as DispatcherStack when ActivePostit is changed 2007/12/27 17:55:12 mod 1.1.2.22: #i6193# bugfix 2007/12/17 17:33:51 mba 1.1.2.21: #i6193#: solved reentrance problems in PostItMgr 2007/12/17 09:00:11 mod 1.1.2.20: fixes for web layout and seperater between sidebar 2007/12/06 21:21:40 mba 1.1.2.19: resetting of attributes should retain default attributes 2007/12/02 15:13:28 mod 1.1.2.18: fix for url click and format reset 2007/11/30 15:13:36 mod 1.1.2.17: code cleanup and removing of flickering 2007/11/29 10:51:44 mba 1.1.2.16: #i84074#: use DrawText toolbar; fixed undo/redo state 2007/11/28 12:55:11 mba 1.1.2.15: undo/redo fixed 2007/11/22 11:40:25 mod 1.1.2.14: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/16 16:06:51 mod 1.1.2.13: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/13 16:43:10 mod 1.1.2.12: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/04 21:43:01 mod 1.1.2.11: completly new layout code by page 2007/10/22 10:04:24 mod 1.1.2.10: fix for centered zoom; new buttons inside meta area 2007/10/17 15:50:57 mod 1.1.2.9: bend anchor either at frame of page 2007/10/16 15:26:22 mod 1.1.2.8: several improvements and fixes for layout algorithm 2007/09/30 09:47:17 mod 1.1.2.7: fixing warnings in AnnotationShell 2007/09/25 17:48:28 mod 1.1.2.6: resize() 2007/09/05 10:16:25 mod 1.1.2.5: Options-Writer-View-Notes;EnableInput and colors for meta information, start of RTL code 2007/09/03 15:06:26 mod 1.1.2.4: SwAnnotationShell, MultiLineEdit for meta information 2007/07/09 13:07:52 mod 1.1.2.3: work on SwAnnotationShell continues 2007/07/05 18:47:32 mod 1.1.2.2: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/04 15:42:23 mba 1.1.2.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [96f8f232499afaf0c770bc5043a45352cc89f7cb]

        INTEGRATION: CWS notes2 (1.37.86); FILE MERGED 2007/12/15 16:16:50 mod 1.37.86.5: RESYNC: (1.39-1.41); FILE MERGED 2007/09/29 16:07:10 mod 1.37.86.4: fixing resync errors 2007/09/28 16:33:28 mod 1.37.86.3: RESYNC: (1.38-1.39); FILE MERGED 2007/09/01 14:16:21 mod 1.37.86.2: RESYNC: (1.37-1.38); FILE MERGED 2007/07/04 15:42:22 mba 1.37.86.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d7e3c9166f74cea51b2ee8c2a28ea5b511f6dbfe]

        INTEGRATION: CWS notes2 (1.50.26); FILE MERGED 2007/12/15 16:16:46 mod 1.50.26.7: RESYNC: (1.55-1.56); FILE MERGED 2007/09/29 16:07:09 mod 1.50.26.6: fixing resync errors 2007/09/28 16:33:25 mod 1.50.26.5: RESYNC: (1.53-1.55); FILE MERGED 2007/09/24 13:49:52 mod 1.50.26.4: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/01 14:16:15 mod 1.50.26.3: RESYNC: (1.51-1.53); FILE MERGED 2007/07/04 12:29:10 mod 1.50.26.2: RESYNC: (1.50-1.51); FILE MERGED 2007/06/08 16:48:18 mod 1.50.26.1: Hiding and deleting of notes #i6193#

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8c81a55c4c8d3994cc66fc8c34a34ca9408dd509]

        INTEGRATION: CWS notes2 (1.13.624); FILE MERGED 2007/09/28 16:33:21 mod 1.13.624.2: RESYNC: (1.13-1.14); FILE MERGED 2007/09/24 13:49:52 mod 1.13.624.1: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [4513fcf8c43dfbff067732c5cf9eade7bc8689c5]

        INTEGRATION: CWS notes2 (1.13.8); FILE MERGED 2007/11/22 11:40:25 mod 1.13.8.1: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [edc79cc3bee84ec796725b1f4b1b6b222a5ce8ce]

        INTEGRATION: CWS notes2 (1.3.808); FILE MERGED 2007/12/15 16:16:42 mod 1.3.808.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/22 10:04:24 mod 1.3.808.2: fix for centered zoom; new buttons inside meta area 2007/07/04 15:42:22 mba 1.3.808.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [848b5f4b2d6bc21daad7f54053fa7b8bac2eb180]

        INTEGRATION: CWS notes2 (1.10.96); FILE MERGED 2007/12/18 18:00:14 mba 1.10.96.1: use sub resources

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8455060ad5bfb0b31553dc0dc4c408a71ad823b1]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/18 10:00:33 mba 1.1.2.5: build problem on Solaris 2007/12/28 11:19:57 mba 1.1.2.4: #i6193#: AnnotationShell must handle UndoManager itself as it stays as DispatcherStack when ActivePostit is changed 2007/09/03 15:06:26 mod 1.1.2.3: SwAnnotationShell, MultiLineEdit for meta information 2007/07/09 13:07:51 mod 1.1.2.2: work on SwAnnotationShell continues 2007/07/04 15:42:22 mba 1.1.2.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e963d1787dbda6869e6f11214348f305ad8850c8]

        INTEGRATION: CWS notes2 (1.46.320); FILE MERGED 2007/12/15 16:16:36 mod 1.46.320.5: RESYNC: (1.48-1.49); FILE MERGED 2007/09/28 16:33:16 mod 1.46.320.4: RESYNC: (1.47-1.48); FILE MERGED 2007/09/06 21:29:35 mod 1.46.320.3: Gradient for text, no notes for print view 2007/09/01 14:14:28 mod 1.46.320.2: RESYNC: (1.46-1.47); FILE MERGED 2007/06/10 15:59:29 mod 1.46.320.1: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e554db344c4506710c0ac62f5aadddd99b6eb3c1]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/30 18:01:00 mod 1.1.2.94: #i6193# high contrast mode 2008/01/30 17:26:41 mod 1.1.2.93: #i6193# readonly state send to notes, swicht to next postit 2008/01/29 21:09:34 mba 1.1.2.92: Invalidate after setting text; Outliner seems not to be able to handle that correctly 2008/01/29 19:39:59 mod 1.1.2.91: spellchecking and context menu 2008/01/28 20:58:29 mod 1.1.2.90: yet another SetActivePostit bug 2008/01/28 11:50:39 mod 1.1.2.89: ux: meta area and popup during read-only 2008/01/28 09:50:09 mba 1.1.2.88: #i6193#: use locale from configuration to display date and time 2008/01/27 21:02:11 mba 1.1.2.87: #i84074#: improved undo implementation 2008/01/27 15:56:30 mba 1.1.2.86: #i84074#: better update procedure when content of notes is changed 2008/01/25 17:46:10 mod 1.1.2.85: View - Notes 2008/01/20 15:32:08 mod 1.1.2.84: fix for #i85392# 2008/01/18 21:02:24 mod 1.1.2.83: #i85064# scrolling inside notes 2008/01/18 17:08:47 mod 1.1.2.82: fix crash #i85375# 2008/01/18 09:58:19 mba 1.1.2.81: build problems on Solaris 2008/01/18 09:54:29 mba 1.1.2.80: build problems on Solaris 2008/01/18 09:36:35 mba 1.1.2.79: build problem on Solaris 2008/01/16 15:15:18 mod 1.1.2.78: fixes 2008/01/10 17:34:01 mod 1.1.2.77: show notes always right side, do not show popup for read only notes 2008/01/09 17:40:41 mod 1.1.2.76: scaling of scrollbar and sidebarwidth depending on zoom value 2008/01/09 16:36:24 mba 1.1.2.75: Complete rescaling of Postits 2008/01/09 15:52:04 mba 1.1.2.74: Complete rescaling of Postits 2008/01/09 13:19:20 mod 1.1.2.73: move of define 2008/01/09 07:55:06 mba 1.1.2.72: Button menu shouldn't close when mouse button is released 2008/01/07 16:08:43 mod 1.1.2.71: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/21 16:42:54 mba 1.1.2.70: #i6193#: scale notes with zoom factor of edit window 2007/12/20 14:45:39 mod 1.1.2.69: center sidebar scrollbuttons fix 2007/12/17 09:00:11 mod 1.1.2.68: fixes for web layout and seperater between sidebar 2007/12/12 19:42:02 mod 1.1.2.67: fix for Delete Author's notes 2007/12/11 16:25:15 mod 1.1.2.66: ankor 2007/12/11 15:19:13 mod 1.1.2.65: various fixes and double ankor 2007/12/07 19:47:35 mod 1.1.2.64: fix crashes related to focus receival after destroying of a note 2007/12/06 21:21:16 mba 1.1.2.63: resetting of attributes should retain default attributes 2007/12/06 21:05:17 mod 1.1.2.62: we still need PaintPostIts for RES_SCRIPT 2007/12/02 15:26:05 mod 1.1.2.61: fix for url click and format reset 2007/12/02 15:13:28 mod 1.1.2.60: fix for url click and format reset 2007/12/02 14:04:57 mba 1.1.2.59: handling of hyperlinks 2007/11/29 14:47:00 mod 1.1.2.58: enable popup, bugfix for Ctrl-Alt-N 2007/11/29 10:53:54 mba 1.1.2.57: #i84074#: postits should be deactivated only explicitly; otherwise using dropdown toolbar buttons won't work 2007/11/29 00:12:02 mod 1.1.2.56: notes grow automatically till next note or page border 2007/11/27 14:55:32 mod 1.1.2.55: yet another layout fix; read only notes fix: copy/paste possible now; paint fix, patch by od 2007/11/22 12:09:40 mod 1.1.2.54: relayout every time note had focus, as the size could have changed 2007/11/22 11:40:24 mod 1.1.2.53: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/18 13:04:39 mod 1.1.2.52: yet another layout fix 2007/11/16 16:06:51 mod 1.1.2.51: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/15 17:03:13 mod 1.1.2.50: improved auto scrolling of document and notes sidebar 2007/11/13 16:43:09 mod 1.1.2.49: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/05 21:05:04 mod 1.1.2.48: remove uneccessary variables 2007/11/04 21:43:00 mod 1.1.2.47: completly new layout code by page 2007/10/22 15:43:19 mod 1.1.2.46: added handler for ESCAPE 2007/10/22 10:04:24 mod 1.1.2.45: fix for centered zoom; new buttons inside meta area 2007/10/15 17:33:02 mod 1.1.2.44: fix for SwRootFrm::paint bug 2007/10/12 22:30:12 mod 1.1.2.43: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:18 mod 1.1.2.42: paint of sidebar; notes scrollbars fixed 2007/10/08 17:18:31 mod 1.1.2.41: meta information not shown 2007/10/08 16:53:25 mod 1.1.2.40: fix for meta information tooltip, fix for localisation of date and time, assertion: object deleted is in use fix, fix for focus issue 2007/10/06 17:14:48 mod 1.1.2.39: fix for different page widths 2007/10/05 15:36:03 mod 1.1.2.38: fix for RightToLeft, fix for sidebar drawing 2007/10/04 14:23:07 mod 1.1.2.37: change fixed values to defines 2007/10/02 16:51:34 mod 1.1.2.36: bugfixing; adding of ChangeDocSize in appropiate places 2007/10/01 13:00:16 mod 1.1.2.35: fix for overlays, they are working now :-) 2007/09/29 21:53:55 mod 1.1.2.34: fix warnings 2007/09/27 14:42:57 mod 1.1.2.33: bugfix for smoketest, removal of warnings, cleanup 2007/09/25 17:48:28 mod 1.1.2.32: resize() 2007/09/25 15:37:33 mod 1.1.2.31: bugfix 2007/09/25 15:11:35 mod 1.1.2.30: cleanups and optimization 2007/09/24 13:49:51 mod 1.1.2.29: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/14 15:49:58 mod 1.1.2.28: remove unneccessary code from SwTextShell::ExecField 2007/09/10 23:14:53 mod 1.1.2.27: m 2007/09/07 16:49:23 mod 1.1.2.26: Page_Frm bug fix 2007/09/06 21:29:35 mod 1.1.2.25: Gradient for text, no notes for print view 2007/09/05 10:16:25 mod 1.1.2.24: Options-Writer-View-Notes;EnableInput and colors for meta information, start of RTL code 2007/09/03 15:06:26 mod 1.1.2.23: SwAnnotationShell, MultiLineEdit for meta information 2007/09/01 13:06:07 mod 1.1.2.22: new colors,bugfix for delete note 2007/07/09 13:07:51 mod 1.1.2.21: work on SwAnnotationShell continues 2007/07/06 09:28:07 mba 1.1.2.20: fixed problem with font sizes 2007/07/05 18:47:31 mod 1.1.2.19: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/04 15:42:22 mba 1.1.2.18: new shell for editing notes 2007/07/01 16:22:33 mod 1.1.2.17: no relayout in Paint(), but seperately in appropiate places 2007/06/29 19:02:15 mod 1.1.2.16: Fix for Undo/Redo of Insert Field and Modify Field 2007/06/26 16:34:51 mod 1.1.2.15: navigation for notes 2007/06/23 02:49:10 mod 1.1.2.14: beauty update: round corners, bold meta text 2007/06/22 20:59:57 mba 1.1.2.13: fixing some problems with dependencies 2007/06/21 07:43:12 mod 1.1.2.12: first code for layout algorithm, use of IsReadOnly and SetModified 2007/06/17 19:27:20 mod 1.1.2.11: AddPostIts only if there is a new postit, sorting of postits 2007/06/16 08:26:01 mod 1.1.2.10: #i6193# seperation of coordinate's rect and layout 2007/06/13 10:39:46 mod 1.1.2.9: spelling 2007/06/13 08:56:10 mod 1.1.2.8: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:29 mod 1.1.2.7: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/06/08 16:48:18 mod 1.1.2.6: Hiding and deleting of notes #i6193# 2007/05/31 07:54:58 mod 1.1.2.5: #i6193# Use of overlayobject for ankor 2007/05/29 08:24:32 mod 1.1.2.4: Collecting notes in notify, positioning in paint 2007/05/29 07:53:18 fme 1.1.2.3: #i6193# New notes - moved defines from hxx to cxx 2007/05/25 06:54:01 fme 1.1.2.2: #i6193# New notes - forward declarations 2007/05/24 04:36:31 mod 1.1.2.1: Add new files

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [0e6eef40e5446cf7c9fec70b1c65e69cbca6af34]

        INTEGRATION: CWS notes2 (1.5.808); FILE MERGED 2008/01/18 10:12:35 mba 1.5.808.3: build problem found on Solaris 2007/06/14 08:31:34 mod 1.5.808.2: spelling 2007/05/24 04:34:45 mod 1.5.808.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ffc47c01e67b6672a1c58499244c3ef9cccea08a]

        INTEGRATION: CWS notes2 (1.20.244); FILE MERGED 2007/12/15 16:16:26 mod 1.20.244.10: RESYNC: (1.24-1.25); FILE MERGED 2007/12/11 15:19:13 mod 1.20.244.9: various fixes and double ankor 2007/12/06 21:05:17 mod 1.20.244.8: we still need PaintPostIts for RES_SCRIPT 2007/11/13 16:43:09 mod 1.20.244.7: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/09/28 16:33:12 mod 1.20.244.6: RESYNC: (1.23-1.24); FILE MERGED 2007/09/01 14:13:35 mod 1.20.244.5: RESYNC: (1.22-1.23); FILE MERGED 2007/07/04 12:19:19 mod 1.20.244.4: RESYNC: (1.20-1.22); FILE MERGED 2007/06/13 08:56:10 mod 1.20.244.3: #i6193# Navigator improvements, KeyHandling SwPostit 2007/05/31 07:54:58 mod 1.20.244.2: #i6193# Use of overlayobject for ankor 2007/05/29 08:24:32 mod 1.20.244.1: Collecting notes in notify, positioning in paint

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [65b0eb0d02e6c5895b82f99135789392be949089]

        INTEGRATION: CWS notes2 (1.48.96); FILE MERGED 2008/01/28 11:50:39 mod 1.48.96.1: ux: meta area and popup during read-only

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e7216bc9282782ced9169de0bc1380335641e539]

        INTEGRATION: CWS notes2 (1.8.8); FILE MERGED 2008/01/28 11:50:39 mod 1.8.8.1: ux: meta area and popup during read-only

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6ad651ef55dde1989820c659fd1c80c9d0c5ec0b]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/31 12:06:53 mba 1.1.2.129: warnings fixed 2008/01/31 10:08:58 mod 1.1.2.128: #i6193# fix for crash, optimization included 2008/01/30 18:01:00 mod 1.1.2.127: #i6193# high contrast mode 2008/01/30 17:26:41 mod 1.1.2.126: #i6193# readonly state send to notes, swicht to next postit 2008/01/30 09:56:31 mba 1.1.2.125: #i6193#: notification when layout is complete 2008/01/29 19:39:59 mod 1.1.2.124: spellchecking and context menu 2008/01/28 20:58:29 mod 1.1.2.123: yet another SetActivePostit bug 2008/01/28 11:50:38 mod 1.1.2.122: ux: meta area and popup during read-only 2008/01/27 22:26:55 mod 1.1.2.121: fix for wrong painting of scrollis 2008/01/27 15:56:30 mba 1.1.2.120: #i84074#: better update procedure when content of notes is changed 2008/01/26 11:42:34 mod 1.1.2.119: fix for undo crash after Delete All 2008/01/26 10:06:32 mod 1.1.2.118: fix for undo crash after Delete All 2008/01/25 17:46:10 mod 1.1.2.117: View - Notes 2008/01/20 15:32:08 mod 1.1.2.116: fix for #i85392# 2008/01/18 17:08:47 mod 1.1.2.115: fix crash #i85375# 2008/01/18 09:58:19 mba 1.1.2.114: build problems on Solaris 2008/01/18 09:54:29 mba 1.1.2.113: build problems on Solaris 2008/01/18 09:40:23 mba 1.1.2.112: fixed broken line ends 2008/01/16 17:00:34 mod 1.1.2.111: fix for changing of zoom value, scroll value could be too big 2008/01/16 15:15:18 mod 1.1.2.110: fixes 2008/01/12 10:08:28 mod 1.1.2.109: make code warning free 2008/01/12 09:35:19 mod 1.1.2.108: fix sidebar scrollareas 2008/01/11 17:59:52 mod 1.1.2.107: reduced popup menu 2008/01/10 17:34:01 mod 1.1.2.106: show notes always right side, do not show popup for read only notes 2008/01/09 19:37:45 mba 1.1.2.105: Complete rescaling of Postits 2008/01/09 17:40:41 mod 1.1.2.104: scaling of scrollbar and sidebarwidth depending on zoom value 2008/01/09 16:36:24 mba 1.1.2.103: Complete rescaling of Postits 2008/01/09 15:52:04 mba 1.1.2.102: Complete rescaling of Postits 2008/01/07 16:08:43 mod 1.1.2.101: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/28 00:25:25 mod 1.1.2.100: #i6193# warning free code 2007/12/27 17:55:11 mod 1.1.2.99: #i6193# bugfix 2007/12/21 16:42:54 mba 1.1.2.98: #i6193#: scale notes with zoom factor of edit window 2007/12/20 14:45:39 mod 1.1.2.97: center sidebar scrollbuttons fix 2007/12/18 19:55:15 mod 1.1.2.96: yet another web layout fix 2007/12/18 17:32:15 mba 1.1.2.95: some cleanups 2007/12/17 20:46:30 mod 1.1.2.94: small fixes 2007/12/17 17:33:50 mba 1.1.2.93: #i6193#: solved reentrance problems in PostItMgr 2007/12/17 15:40:42 mod 1.1.2.92: various layout fixed for web layout 2007/12/17 10:02:42 mod 1.1.2.91: fix for web layout calculation 2007/12/17 09:00:11 mod 1.1.2.90: fixes for web layout and seperater between sidebar 2007/12/12 19:42:02 mod 1.1.2.89: fix for Delete Author's notes 2007/12/11 15:19:13 mod 1.1.2.88: various fixes and double ankor 2007/12/10 20:47:04 mba 1.1.2.87: #i6193#: fixed some problems and crashes for notes pane in web layout 2007/12/10 20:46:02 mba 1.1.2.86: #i6193#: fixed some problems and crashes for notes pane in web layout 2007/12/10 10:51:27 mba 1.1.2.85: #i6193#: notes in Web Layout 2007/12/10 08:41:11 mba 1.1.2.84: #i6193#: notes in Web Layout 2007/12/07 21:52:43 mod 1.1.2.83: make new notes visible 2007/11/30 15:13:36 mod 1.1.2.82: code cleanup and removing of flickering 2007/11/29 15:53:36 mod 1.1.2.81: invalidate only scrollbar and not complete editwin, otherwise there is flickering 2007/11/29 10:56:50 mba 1.1.2.80: #i84074#: missing return statement 2007/11/29 00:12:02 mod 1.1.2.79: notes grow automatically till next note or page border 2007/11/27 14:55:32 mod 1.1.2.78: yet another layout fix; read only notes fix: copy/paste possible now; paint fix, patch by od 2007/11/22 12:09:40 mod 1.1.2.77: relayout every time note had focus, as the size could have changed 2007/11/22 11:40:24 mod 1.1.2.76: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/18 13:04:39 mod 1.1.2.75: yet another layout fix 2007/11/17 22:07:12 mod 1.1.2.74: fix for layout assertions 2007/11/17 12:29:39 mod 1.1.2.73: layout when a note is set to be hidden 2007/11/17 12:00:36 mod 1.1.2.72: different colors for scrollbar arrows based on scrolling offset value; fix for last note overlapping border 2007/11/16 16:06:51 mod 1.1.2.71: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/15 17:48:39 mod 1.1.2.70: Will anyone understand this code ever again 2007/11/15 17:03:13 mod 1.1.2.69: improved auto scrolling of document and notes sidebar 2007/11/13 16:43:09 mod 1.1.2.68: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/08 08:17:41 mba 1.1.2.67: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/06 18:16:45 mod 1.1.2.66: fixes for hiding note, showing all, deletion of note and sidepane scrolling 2007/11/06 16:06:36 mod 1.1.2.65: mba patch: undo/redo cut/copy/paste 2007/11/06 07:58:36 mod 1.1.2.64: remove variables second try 2007/11/06 07:57:50 mod 1.1.2.63: remove variables second try 2007/11/05 21:07:41 mod 1.1.2.62: remove uneccessary variables 2007/11/05 21:05:04 mod 1.1.2.61: remove uneccessary variables 2007/11/05 16:21:51 mod 1.1.2.60: onyl relayout if field rect changes 2007/11/05 15:56:28 mod 1.1.2.59: fix for note's visibility comparision 2007/11/04 21:43:00 mod 1.1.2.58: completly new layout code by page 2007/10/23 21:28:58 mod 1.1.2.57: take it back, does not work always 2007/10/23 15:58:21 mod 1.1.2.56: paint borders and shadows 2007/10/22 10:04:24 mod 1.1.2.55: fix for centered zoom; new buttons inside meta area 2007/10/17 15:50:57 mod 1.1.2.54: bend anchor either at frame of page 2007/10/16 15:26:21 mod 1.1.2.53: several improvements and fixes for layout algorithm 2007/10/15 17:33:02 mod 1.1.2.52: fix for SwRootFrm::paint bug 2007/10/15 17:09:37 mba 1.1.2.51: warnings removed 2007/10/14 17:22:07 mod 1.1.2.50: fix for Note - Edit 2007/10/12 22:30:11 mod 1.1.2.49: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:17 mod 1.1.2.48: paint of sidebar; notes scrollbars fixed 2007/10/08 16:53:25 mod 1.1.2.47: fix for meta information tooltip, fix for localisation of date and time, assertion: object deleted is in use fix, fix for focus issue 2007/10/06 17:14:48 mod 1.1.2.46: fix for different page widths 2007/10/06 10:40:54 mod 1.1.2.45: fix for #i48150 2007/10/05 15:36:03 mod 1.1.2.44: fix for RightToLeft, fix for sidebar drawing 2007/10/04 14:23:07 mod 1.1.2.43: change fixed values to defines 2007/10/04 10:18:02 mod 1.1.2.42: first sidebar code 2007/10/02 16:51:34 mod 1.1.2.41: bugfixing; adding of ChangeDocSize in appropiate places 2007/09/29 21:53:54 mod 1.1.2.40: fix warnings 2007/09/27 14:42:57 mod 1.1.2.39: bugfix for smoketest, removal of warnings, cleanup 2007/09/25 17:48:28 mod 1.1.2.38: resize() 2007/09/25 15:37:33 mod 1.1.2.37: bugfix 2007/09/25 15:11:35 mod 1.1.2.36: cleanups and optimization 2007/09/24 13:49:51 mod 1.1.2.35: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/14 15:49:58 mod 1.1.2.34: remove unneccessary code from SwTextShell::ExecField 2007/09/10 23:14:53 mod 1.1.2.33: m 2007/09/07 16:49:23 mod 1.1.2.32: Page_Frm bug fix 2007/09/06 21:29:34 mod 1.1.2.31: Gradient for text, no notes for print view 2007/09/05 10:16:25 mod 1.1.2.30: Options-Writer-View-Notes;EnableInput and colors for meta information, start of RTL code 2007/09/03 15:06:26 mod 1.1.2.29: SwAnnotationShell, MultiLineEdit for meta information 2007/09/01 13:06:07 mod 1.1.2.28: new colors,bugfix for delete note 2007/07/09 13:07:51 mod 1.1.2.27: work on SwAnnotationShell continues 2007/07/05 18:47:31 mod 1.1.2.26: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/05 12:20:28 mba 1.1.2.25: bWaitingForCalcRects stayed true if no PostIts are added 2007/07/04 15:42:22 mba 1.1.2.24: new shell for editing notes 2007/07/01 16:22:33 mod 1.1.2.23: no relayout in Paint(), but seperately in appropiate places 2007/06/29 19:02:15 mod 1.1.2.22: Fix for Undo/Redo of Insert Field and Modify Field 2007/06/26 16:34:51 mod 1.1.2.21: navigation for notes 2007/06/24 17:39:58 mod 1.1.2.20: new improved layout algorithm, no lower border 2007/06/23 02:49:10 mod 1.1.2.19: beauty update: round corners, bold meta text 2007/06/22 20:59:28 mba 1.1.2.18: never call CalcRects directly if you don't know for sure that it doesn't create problems 2007/06/21 07:43:12 mod 1.1.2.17: first code for layout algorithm, use of IsReadOnly and SetModified 2007/06/17 19:27:20 mod 1.1.2.16: AddPostIts only if there is a new postit, sorting of postits 2007/06/17 10:49:52 mba 1.1.2.15: EventId should be kept for removal in case view is destroyed before event is called 2007/06/17 10:32:43 mba 1.1.2.14: better default for mbWaitingForCalcRects 2007/06/16 19:16:18 mba 1.1.2.13: Force Layout after ReCalc; suppress Layout while Rects are invalid 2007/06/16 08:26:01 mod 1.1.2.12: #i6193# seperation of coordinate's rect and layout 2007/06/16 02:14:30 mod 1.1.2.11: #16193# move LayoutPostIts() in application event 2007/06/14 08:31:34 mod 1.1.2.10: spelling 2007/06/13 10:39:46 mod 1.1.2.9: spelling 2007/06/13 08:56:10 mod 1.1.2.8: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:29 mod 1.1.2.7: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/06/08 16:48:18 mod 1.1.2.6: Hiding and deleting of notes #i6193# 2007/05/31 07:54:58 mod 1.1.2.5: #i6193# Use of overlayobject for ankor 2007/05/29 08:24:32 mod 1.1.2.4: Collecting notes in notify, positioning in paint 2007/05/25 06:54:01 fme 1.1.2.3: #i6193# New notes - forward declarations 2007/05/24 09:19:56 mod 1.1.2.2: *** empty log message *** 2007/05/24 04:36:31 mod 1.1.2.1: Add new files

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [8d2d47f55785c9c55b7909eb244012e884128d55]

        INTEGRATION: CWS notes2 (1.28.2); FILE MERGED 2007/12/15 16:16:10 mod 1.28.2.2: RESYNC: (1.28-1.29); FILE MERGED 2007/12/06 21:05:16 mod 1.28.2.1: we still need PaintPostIts for RES_SCRIPT

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [40d8cbe4acb9a47bd653072f7797a1b794cc0b57]

        INTEGRATION: CWS notes2 (1.61.8); FILE MERGED 2007/12/15 16:16:06 mod 1.61.8.3: RESYNC: (1.63-1.64); FILE MERGED 2007/09/28 16:33:02 mod 1.61.8.2: RESYNC: (1.61-1.63); FILE MERGED 2007/07/05 12:22:03 mba 1.61.8.1: Register new interface

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fef376ad5ecdd6a680b0842b88c9e94d43adba28]

        INTEGRATION: CWS notes2 (1.39.8); FILE MERGED 2008/01/31 13:05:15 mba 1.39.8.6: warnings fixed 2008/01/26 10:06:31 mod 1.39.8.5: fix for undo crash after Delete All 2008/01/25 17:46:10 mod 1.39.8.4: View - Notes 2007/09/28 16:32:59 mod 1.39.8.3: RESYNC: (1.39-1.40); FILE MERGED 2007/09/24 13:49:51 mod 1.39.8.2: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/01 13:06:06 mod 1.39.8.1: new colors,bugfix for delete note

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [42ca334fd7a007da18fdd79f286e6b77e6b18c06]

        INTEGRATION: CWS notes2 (1.47.46); FILE MERGED 2008/01/29 19:39:59 mod 1.47.46.10: spellchecking and context menu 2008/01/25 17:46:10 mod 1.47.46.9: View - Notes 2008/01/16 15:15:18 mod 1.47.46.8: fixes 2008/01/11 17:59:52 mod 1.47.46.7: reduced popup menu 2007/12/11 15:19:12 mod 1.47.46.6: various fixes and double ankor 2007/11/29 14:46:59 mod 1.47.46.5: enable popup, bugfix for Ctrl-Alt-N 2007/11/14 17:05:21 mod 1.47.46.4: mod is really stupid 2007/10/22 10:04:24 mod 1.47.46.3: fix for centered zoom; new buttons inside meta area 2007/09/28 16:32:56 mod 1.47.46.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/04 15:42:22 mba 1.47.46.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7262932905e7a5be5ee366649086943a82b26d2a]

        INTEGRATION: CWS notes2 (1.90.22); FILE MERGED 2007/12/17 09:52:14 mod 1.90.22.7: fix for wrong fix for merge conflict 2007/12/15 16:16:03 mod 1.90.22.6: RESYNC: (1.97-1.98); FILE MERGED 2007/09/28 16:32:52 mod 1.90.22.5: RESYNC: (1.96-1.97); FILE MERGED 2007/09/01 14:10:58 mod 1.90.22.4: RESYNC: (1.95-1.96); FILE MERGED 2007/07/05 12:19:22 mba 1.90.22.3: HINT_DOCCHANGED was never sent 2007/07/04 12:07:58 mod 1.90.22.2: RESYNC: (1.90-1.95); FILE MERGED 2007/05/24 04:34:45 mod 1.90.22.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b173ac608bcb0454200012d6e0047740ef7c54ff]

        INTEGRATION: CWS notes2 (1.117.56); FILE MERGED 2008/01/26 10:06:31 mod 1.117.56.1: fix for undo crash after Delete All

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f19c0ced33328b3aad46b572fbf9a04482ea0c1f]

        INTEGRATION: CWS notes2 (1.134.2); FILE MERGED 2008/01/31 13:05:14 mba 1.134.2.2: warnings fixed 2007/10/12 22:30:11 mod 1.134.2.1: fix for overlays, layout algorithm fix, patch for ww8 import

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [67acdd65658abfa94850248ca7caa6d8d1f650f9]

        INTEGRATION: CWS notes2 (1.185.44); FILE MERGED 2007/12/17 20:46:29 mod 1.185.44.1: small fixes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [378b2289f14e431590fa792521ce1ae24d0eec4d]

        INTEGRATION: CWS notes2 (1.99.130); FILE MERGED 2008/01/18 09:03:14 mba 1.99.130.3: build problem on Solaris 2007/09/28 16:32:15 mod 1.99.130.2: RESYNC: (1.99-1.100); FILE MERGED 2007/05/24 04:34:44 mod 1.99.130.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [4027ce8605db08a163e2e41df61f148ef0a96ab2]

        INTEGRATION: CWS notes2 (1.38.320); FILE MERGED 2007/09/28 16:32:48 mod 1.38.320.4: RESYNC: (1.40-1.41); FILE MERGED 2007/09/01 14:07:09 mod 1.38.320.3: RESYNC: (1.39-1.40); FILE MERGED 2007/07/04 11:57:56 mod 1.38.320.2: RESYNC: (1.38-1.39); FILE MERGED 2007/05/24 04:34:44 mod 1.38.320.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [6b683ee72303481999b1c013b1b04a44efa694d5]

        INTEGRATION: CWS notes2 (1.92.102); FILE MERGED 2007/09/28 16:32:45 mod 1.92.102.3: RESYNC: (1.100-1.101); FILE MERGED 2007/07/04 11:57:41 mod 1.92.102.2: RESYNC: (1.92-1.100); FILE MERGED 2007/05/24 04:34:44 mod 1.92.102.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1e378c2747b9633d7b36b295f4060912a3be7c3a]

        INTEGRATION: CWS notes2 (1.21.224); FILE MERGED 2007/09/28 16:32:40 mod 1.21.224.3: RESYNC: (1.24-1.25); FILE MERGED 2007/09/01 14:06:56 mod 1.21.224.2: RESYNC: (1.21-1.24); FILE MERGED 2007/05/24 04:34:44 mod 1.21.224.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [578ab8b68a9577376b633dd680c018521f4726cf]

        INTEGRATION: CWS notes2 (1.44.46); FILE MERGED 2007/12/18 09:21:37 mod 1.44.46.1: use DateTime for word and html import

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c1a0635a058979a361b8473415f3bc124c02534d]

        INTEGRATION: CWS notes2 (1.14.48); FILE MERGED 2007/12/18 09:21:37 mod 1.14.48.1: use DateTime for word and html import

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7b61dab509a7c0e013a092031f2c7b68245ddfc5]

        INTEGRATION: CWS notes2 (1.28.2); FILE MERGED 2007/12/15 16:15:58 mod 1.28.2.2: RESYNC: (1.28-1.29); FILE MERGED 2007/12/10 08:41:10 mba 1.28.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c7306a313cb5b7e47d7b02309c1bfd1a45112f64]

        INTEGRATION: CWS notes2 (1.75.54); FILE MERGED 2008/01/18 17:08:47 mod 1.75.54.14: fix crash #i85375# 2008/01/09 13:19:19 mod 1.75.54.13: move of define 2008/01/07 16:08:43 mod 1.75.54.12: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/17 09:00:11 mod 1.75.54.11: fixes for web layout and seperater between sidebar 2007/12/15 16:15:55 mod 1.75.54.10: RESYNC: (1.76-1.77); FILE MERGED 2007/12/10 08:41:10 mba 1.75.54.9: #i6193#: notes in Web Layout 2007/11/22 11:40:24 mod 1.75.54.8: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/07 13:21:55 mod 1.75.54.7: fix repaint issue and flickering in sidebar 2007/10/22 10:04:23 mod 1.75.54.6: fix for centered zoom; new buttons inside meta area 2007/10/12 22:30:11 mod 1.75.54.5: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:17 mod 1.75.54.4: paint of sidebar; notes scrollbars fixed 2007/10/02 16:51:33 mod 1.75.54.3: bugfixing; adding of ChangeDocSize in appropiate places 2007/09/28 16:32:36 mod 1.75.54.2: RESYNC: (1.75-1.76); FILE MERGED 2007/09/24 13:49:51 mod 1.75.54.1: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ed2a50a18eef5dd2925993bc8f6ca68a133e3997]

        INTEGRATION: CWS notes2 (1.199.72); FILE MERGED 2007/12/15 16:15:48 mod 1.199.72.4: RESYNC: (1.200-1.201); FILE MERGED 2007/11/29 10:49:32 mba 1.199.72.3: #i84074#: store text of annotations with rich formatting 2007/09/28 16:32:31 mod 1.199.72.2: RESYNC: (1.199-1.200); FILE MERGED 2007/09/14 15:49:58 mod 1.199.72.1: remove unneccessary code from SwTextShell::ExecField

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [bee628de971c6ab540876f54c491d6d065b98f6b]

        INTEGRATION: CWS notes2 (1.95.82); FILE MERGED 2007/12/19 08:56:18 mba 1.95.82.11: #i6193#: access text in TextApiObject as string; make copy ctor of EditSource warning free 2007/12/15 16:15:33 mod 1.95.82.10: RESYNC: (1.99-1.101); FILE MERGED 2007/11/29 10:49:32 mba 1.95.82.9: #i84074#: store text of annotations with rich formatting 2007/09/28 16:32:24 mod 1.95.82.8: RESYNC: (1.98-1.99); FILE MERGED 2007/09/24 13:49:50 mod 1.95.82.7: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/14 15:52:37 mod 1.95.82.6: cleanup, annotation have date and time now 2007/09/14 15:49:58 mod 1.95.82.5: remove unneccessary code from SwTextShell::ExecField 2007/09/01 14:01:44 mod 1.95.82.4: RESYNC: (1.96-1.98); FILE MERGED 2007/07/04 11:33:48 mod 1.95.82.3: RESYNC: (1.95-1.96); FILE MERGED 2007/05/31 07:54:58 mod 1.95.82.2: #i6193# Use of overlayobject for ankor 2007/05/24 04:34:44 mod 1.95.82.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [21eed6e4606f7fadf0e80604204070b5c146257a]

        INTEGRATION: CWS notes2 (1.35.2); FILE MERGED 2007/12/15 16:15:24 mod 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/29 10:49:32 mba 1.35.2.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fde63b2c0626b2a13fd10faa5e7ee900bab70fca]

        INTEGRATION: CWS notes2 (1.8.2); FILE MERGED 2007/12/10 20:46:01 mba 1.8.2.1: #i6193#: fixed some problems and crashes for notes pane in web layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fe6b48e08d314f73cbe39689afeb299c12ed0017]

        INTEGRATION: CWS notes2 (1.9.320); FILE MERGED 2007/10/12 22:30:10 mod 1.9.320.1: fix for overlays, layout algorithm fix, patch for ww8 import

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [05a401fb8dcc566b79cf1d97e98ea31477c06c80]

        INTEGRATION: CWS notes2 (1.54.2); FILE MERGED 2008/01/27 15:56:06 mba 1.54.2.5: #i84074#: better update procedure when content of notes is changed 2007/12/15 16:15:19 mod 1.54.2.4: RESYNC: (1.54-1.57); FILE MERGED 2007/11/08 08:17:41 mba 1.54.2.3: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/07 18:00:47 mod 1.54.2.2: fix: DocShell Broadcast only if SwPostItField 2007/11/06 16:06:36 mod 1.54.2.1: mba patch: undo/redo cut/copy/paste

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [b4e0fb051f3cf35ab87c300a247cb190219ce167]

        INTEGRATION: CWS notes2 (1.11.320); FILE MERGED 2008/01/31 11:43:56 mba 1.11.320.7: warning about copy ctor 2008/01/27 15:55:44 mba 1.11.320.6: #i84074#: better update procedure when content of notes is changed 2007/11/08 08:17:41 mba 1.11.320.5: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/06 16:06:36 mod 1.11.320.4: mba patch: undo/redo cut/copy/paste 2007/10/12 22:30:10 mod 1.11.320.3: fix for overlays, layout algorithm fix, patch for ww8 import 2007/09/28 16:32:18 mod 1.11.320.2: RESYNC: (1.11-1.12); FILE MERGED 2007/09/24 13:49:50 mod 1.11.320.1: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [3455936053af2d1dc21e9daf9dbf9a979653aa5b]

        INTEGRATION: CWS notes2 (1.109.126); FILE MERGED 2007/12/15 16:15:13 mod 1.109.126.6: RESYNC: (1.111-1.112); FILE MERGED 2007/12/06 21:05:15 mod 1.109.126.5: we still need PaintPostIts for RES_SCRIPT 2007/10/12 22:30:10 mod 1.109.126.4: fix for overlays, layout algorithm fix, patch for ww8 import 2007/09/28 16:32:11 mod 1.109.126.3: RESYNC: (1.110-1.111); FILE MERGED 2007/07/04 11:21:24 mod 1.109.126.2: RESYNC: (1.109-1.110); FILE MERGED 2007/05/24 04:34:44 mod 1.109.126.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e68ea76ad3628aa1800e51cfd1054b97c8187099]

        INTEGRATION: CWS notes2 (1.17.104); FILE MERGED 2007/12/15 16:15:08 mod 1.17.104.3: RESYNC: (1.18-1.19); FILE MERGED 2007/09/28 16:32:07 mod 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED 2007/05/24 04:34:43 mod 1.17.104.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [3aee2e82c033b69d47632e7aa00ce774b987fa4e]

        INTEGRATION: CWS notes2 (1.80.2); FILE MERGED 2007/12/10 08:41:10 mba 1.80.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [4456a3c8ef2eef16ea5a0a8519e331886527f0bd]

        INTEGRATION: CWS notes2 (1.99.2); FILE MERGED 2007/12/15 16:15:02 mod 1.99.2.2: RESYNC: (1.99-1.101); FILE MERGED 2007/12/10 08:41:10 mba 1.99.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [56863d44d7c14caeacc732ad23dc5fc8ebe94dd3]

        INTEGRATION: CWS notes2 (1.101.100); FILE MERGED 2008/01/30 18:01:00 mod 1.101.100.36: #i6193# high contrast mode 2008/01/18 17:08:46 mod 1.101.100.35: fix crash #i85375# 2008/01/12 09:35:19 mod 1.101.100.34: fix sidebar scrollareas 2008/01/09 20:24:22 mod 1.101.100.33: margin side 2008/01/09 19:37:45 mba 1.101.100.32: Complete rescaling of Postits 2008/01/07 16:08:42 mod 1.101.100.31: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/20 14:45:38 mod 1.101.100.30: center sidebar scrollbuttons fix 2007/12/18 19:55:14 mod 1.101.100.29: yet another web layout fix 2007/12/17 20:46:29 mod 1.101.100.28: small fixes 2007/12/17 09:00:10 mod 1.101.100.27: fixes for web layout and seperater between sidebar 2007/12/15 16:14:50 mod 1.101.100.26: RESYNC: (1.108-1.109); FILE MERGED 2007/11/30 15:13:35 mod 1.101.100.25: code cleanup and removing of flickering 2007/11/22 11:40:23 mod 1.101.100.24: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/16 16:06:50 mod 1.101.100.23: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/07 14:22:14 mod 1.101.100.22: small fix 2007/11/06 18:16:44 mod 1.101.100.21: fixes for hiding note, showing all, deletion of note and sidepane scrolling 2007/11/04 21:43:00 mod 1.101.100.20: completly new layout code by page 2007/10/23 17:18:12 mod 1.101.100.19: shadow/border code cleanup 2007/10/23 15:58:21 mod 1.101.100.18: paint borders and shadows 2007/10/22 10:04:23 mod 1.101.100.17: fix for centered zoom; new buttons inside meta area 2007/10/15 17:33:02 mod 1.101.100.16: fix for SwRootFrm::paint bug 2007/10/10 21:32:17 mod 1.101.100.15: paint of sidebar; notes scrollbars fixed 2007/10/06 17:14:47 mod 1.101.100.14: fix for different page widths 2007/10/05 15:36:03 mod 1.101.100.13: fix for RightToLeft, fix for sidebar drawing 2007/10/04 10:18:01 mod 1.101.100.12: first sidebar code 2007/09/28 16:32:02 mod 1.101.100.11: RESYNC: (1.106-1.108); FILE MERGED 2007/09/24 13:49:50 mod 1.101.100.10: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/03 15:06:25 mod 1.101.100.9: SwAnnotationShell, MultiLineEdit for meta information 2007/09/01 13:58:50 mod 1.101.100.8: RESYNC: (1.104-1.106); FILE MERGED 2007/07/04 11:15:42 mod 1.101.100.7: RESYNC: (1.101-1.104); FILE MERGED 2007/07/01 16:22:32 mod 1.101.100.6: no relayout in Paint(), but seperately in appropiate places 2007/06/29 19:02:14 mod 1.101.100.5: Fix for Undo/Redo of Insert Field and Modify Field 2007/06/17 19:27:19 mod 1.101.100.4: AddPostIts only if there is a new postit, sorting of postits 2007/06/13 10:39:45 mod 1.101.100.3: spelling 2007/06/08 16:48:17 mod 1.101.100.2: Hiding and deleting of notes #i6193# 2007/05/29 08:24:31 mod 1.101.100.1: Collecting notes in notify, positioning in paint

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [dfac3a7b405adc75e96722b6e1974b40a72ff599]

        INTEGRATION: CWS notes2 (1.45.2); FILE MERGED 2008/01/10 17:34:01 mod 1.45.2.3: show notes always right side, do not show popup for read only notes 2008/01/09 13:19:19 mod 1.45.2.2: move of define 2008/01/07 16:08:42 mod 1.45.2.1: side of margin for each page individually, end of ankor if note is hidden at correct location

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fcd0924223b584b495f5fc108a075e2aec0463c6]

        INTEGRATION: CWS notes2 (1.70.2); FILE MERGED 2008/01/30 09:56:30 mba 1.70.2.9: #i6193#: notification when layout is complete 2008/01/07 16:08:42 mod 1.70.2.8: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/17 09:00:10 mod 1.70.2.7: fixes for web layout and seperater between sidebar 2007/12/15 16:14:37 mod 1.70.2.6: RESYNC: (1.70-1.71); FILE MERGED 2007/11/27 14:55:32 mod 1.70.2.5: yet another layout fix; read only notes fix: copy/paste possible now; paint fix, patch by od 2007/11/05 15:56:28 mod 1.70.2.4: fix for note's visibility comparision 2007/11/04 21:43:00 mod 1.70.2.3: completly new layout code by page 2007/10/12 22:30:09 mod 1.70.2.2: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:17 mod 1.70.2.1: paint of sidebar; notes scrollbars fixed

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [16a55964d8444437b3e6690a79db87a93ed9095b]

        INTEGRATION: CWS notes2 (1.86.2); FILE MERGED 2007/12/18 17:32:15 mba 1.86.2.2: some cleanups 2007/12/10 08:41:10 mba 1.86.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7162dcf8dbead3cf47996230366339a3a8313d10]

        INTEGRATION: CWS notes2 (1.69.2); FILE MERGED 2008/01/31 11:47:46 mba 1.69.2.3: warning about copy ctor 2007/12/18 17:32:15 mba 1.69.2.2: some cleanups 2007/12/10 08:41:10 mba 1.69.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1fdee09b1cac805947e1146dbd9a346c0323ddd5]

        INTEGRATION: CWS notes2 (1.7.2); FILE MERGED 2007/11/29 10:49:15 mba 1.7.2.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c4463014ad9d604722b4369e3479694c3adb0c4f]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2007/12/19 08:56:17 mba 1.1.2.3: #i6193#: access text in TextApiObject as string; make copy ctor of EditSource warning free 2007/11/29 15:18:24 mba 1.1.2.2: #i84074#: missing exception spec 2007/11/29 10:49:57 mba 1.1.2.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [0dcb6b5e1efb7d69260a809e19582222a8b54377]

        INTEGRATION: CWS notes2 (1.19.210); FILE MERGED 2008/01/07 16:08:42 mod 1.19.210.6: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/15 16:14:29 mod 1.19.210.5: RESYNC: (1.19-1.20); FILE MERGED 2007/11/16 16:06:50 mod 1.19.210.4: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/04 21:42:59 mod 1.19.210.3: completly new layout code by page 2007/10/23 15:58:21 mod 1.19.210.2: paint borders and shadows 2007/06/29 19:02:14 mod 1.19.210.1: Fix for Undo/Redo of Insert Field and Modify Field

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [3a08fe4de389fae0add26bb64a4567b70d1bb91c]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2007/12/20 14:43:32 mod 1.1.2.5: center sidebar scrollbuttons 2007/12/19 08:56:17 mba 1.1.2.4: #i6193#: access text in TextApiObject as string; make copy ctor of EditSource warning free 2007/12/17 22:17:46 mba 1.1.2.3: missing precompiled headers diretive 2007/11/29 15:18:16 mba 1.1.2.2: #i84074#: missing exception spec 2007/11/29 10:48:31 mba 1.1.2.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c5b9450b786fb860e5a99a537c6dad6115196d2d]

        INTEGRATION: CWS notes2 (1.7.2); FILE MERGED 2007/12/15 16:14:26 mod 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/29 10:48:31 mba 1.7.2.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [a346d9ee2e83b9474c75d6cbe67556ffa642d612]

        INTEGRATION: CWS notes2 (1.26.84); FILE MERGED 2007/12/18 17:32:14 mba 1.26.84.4: some cleanups 2007/12/15 16:14:23 mod 1.26.84.3: RESYNC: (1.27-1.28); FILE MERGED 2007/09/28 16:31:49 mod 1.26.84.2: RESYNC: (1.26-1.27); FILE MERGED 2007/05/24 04:34:43 mod 1.26.84.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [bd2c9c9ee9a18501b18066bf95a04506a1863147]

        INTEGRATION: CWS notes2 (1.42.320); FILE MERGED 2007/12/15 16:14:19 mod 1.42.320.14: RESYNC: (1.44-1.48); FILE MERGED 2007/11/29 10:46:46 mba 1.42.320.13: #i84074#: store text of annotations with rich formatting 2007/10/16 10:19:15 mba 1.42.320.12: warning because of shadowed memeber var 2007/10/10 21:32:16 mod 1.42.320.11: paint of sidebar; notes scrollbars fixed 2007/09/29 10:32:22 mod 1.42.320.10: fix left over from mergin 2007/09/28 16:31:45 mod 1.42.320.9: RESYNC: (1.43-1.44); FILE MERGED 2007/09/24 13:49:49 mod 1.42.320.8: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/14 15:49:58 mod 1.42.320.7: remove unneccessary code from SwTextShell::ExecField 2007/09/06 21:29:34 mod 1.42.320.6: Gradient for text, no notes for print view 2007/09/01 13:55:56 mod 1.42.320.5: RESYNC: (1.42-1.43); FILE MERGED 2007/06/21 07:43:12 mod 1.42.320.4: first code for layout algorithm, use of IsReadOnly and SetModified 2007/06/08 16:48:17 mod 1.42.320.3: Hiding and deleting of notes #i6193# 2007/05/29 08:24:31 mod 1.42.320.2: Collecting notes in notify, positioning in paint 2007/05/24 04:34:43 mod 1.42.320.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9dc3c82c4834ddea4737cb1e95bffe473a098ea6]

        INTEGRATION: CWS notes2 (1.10.2); FILE MERGED 2007/12/15 16:14:14 mod 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2007/11/04 21:42:59 mod 1.10.2.1: completly new layout code by page

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f1739062ff7d8535abc347b743e35e634d3b7d54]

        INTEGRATION: CWS notes2 (1.41.320); FILE MERGED 2007/09/28 16:31:41 mod 1.41.320.2: RESYNC: (1.41-1.42); FILE MERGED 2007/05/24 04:34:43 mod 1.41.320.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9ea086ab9fcad2091f286c421410f5d3d8341aa7]

        INTEGRATION: CWS notes2 (1.23.2); FILE MERGED 2007/12/18 17:32:14 mba 1.23.2.2: some cleanups 2007/12/10 08:41:09 mba 1.23.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [471ebd7c317d3f276f047ee2bd51db0177edd1c8]

        INTEGRATION: CWS notes2 (1.27.2); FILE MERGED 2007/12/15 16:14:11 mod 1.27.2.6: RESYNC: (1.27-1.28); FILE MERGED 2007/11/14 17:05:20 mod 1.27.2.5: mod is really stupid 2007/11/13 16:43:09 mod 1.27.2.4: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/08 08:17:40 mba 1.27.2.3: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/06 18:16:44 mod 1.27.2.2: fixes for hiding note, showing all, deletion of note and sidepane scrolling 2007/11/06 16:06:36 mod 1.27.2.1: mba patch: undo/redo cut/copy/paste

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1ad09f08e056753152408a33596a85512c970589]

        INTEGRATION: CWS notes2 (1.14.2); FILE MERGED 2007/12/10 08:41:09 mba 1.14.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [963a374890ff237b0abf2be324acc6d406890c44]

        INTEGRATION: CWS notes2 (1.72.22); FILE MERGED 2007/12/15 16:14:05 mod 1.72.22.7: RESYNC: (1.79-1.80); FILE MERGED 2007/09/28 16:31:35 mod 1.72.22.6: RESYNC: (1.78-1.79); FILE MERGED 2007/09/01 13:52:33 mod 1.72.22.5: RESYNC: (1.74-1.78); FILE MERGED 2007/07/04 10:58:13 mod 1.72.22.4: RESYNC: (1.72-1.74); FILE MERGED 2007/06/13 10:39:45 mod 1.72.22.3: spelling 2007/06/08 16:48:17 mod 1.72.22.2: Hiding and deleting of notes #i6193# 2007/05/24 04:34:43 mod 1.72.22.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [09d8eb42cf13968ec433029933531c545c0ec72c]

        INTEGRATION: CWS notes2 (1.28.310); FILE MERGED 2007/12/18 17:32:14 mba 1.28.310.8: some cleanups 2007/12/15 16:13:53 mod 1.28.310.7: RESYNC: (1.30-1.31); FILE MERGED 2007/12/10 20:46:01 mba 1.28.310.6: #i6193#: fixed some problems and crashes for notes pane in web layout 2007/11/08 08:17:40 mba 1.28.310.5: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/09/28 16:31:27 mod 1.28.310.4: RESYNC: (1.29-1.30); FILE MERGED 2007/09/24 13:49:49 mod 1.28.310.3: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/01 13:51:59 mod 1.28.310.2: RESYNC: (1.28-1.29); FILE MERGED 2007/06/29 19:02:13 mod 1.28.310.1: Fix for Undo/Redo of Insert Field and Modify Field

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [249b32949ce7c4be7680a5778d645e662dd3d7cf]

        INTEGRATION: CWS notes2 (1.20.232); FILE MERGED 2007/09/28 16:31:18 mod 1.20.232.3: RESYNC: (1.21-1.22); FILE MERGED 2007/09/01 13:51:37 mod 1.20.232.2: RESYNC: (1.20-1.21); FILE MERGED 2007/06/08 16:48:16 mod 1.20.232.1: Hiding and deleting of notes #i6193#

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d630989136d25e0b197a329d9f61fb813b498623]

        INTEGRATION: CWS notes2 (1.63.24); FILE MERGED 2007/12/15 16:13:47 mod 1.63.24.9: RESYNC: (1.66-1.67); FILE MERGED 2007/12/11 15:19:12 mod 1.63.24.8: various fixes and double ankor 2007/11/04 21:42:59 mod 1.63.24.7: completly new layout code by page 2007/10/22 10:04:22 mod 1.63.24.6: fix for centered zoom; new buttons inside meta area 2007/10/16 10:18:08 mba 1.63.24.5: warning for missing end of file 2007/09/28 16:31:14 mod 1.63.24.4: RESYNC: (1.65-1.66); FILE MERGED 2007/07/04 10:51:49 mod 1.63.24.3: RESYNC: (1.63-1.65); FILE MERGED 2007/06/17 19:27:19 mod 1.63.24.2: AddPostIts only if there is a new postit, sorting of postits 2007/05/31 07:54:57 mod 1.63.24.1: #i6193# Use of overlayobject for ankor

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f835008fffe8e08fc311f6e75d9c8a884464898e]

        INTEGRATION: CWS notes2 (1.131.6); FILE MERGED 2008/01/25 17:46:09 mod 1.131.6.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [4ec5e03e16d23f995d7429fa478f3bd206dc5423]

        INTEGRATION: CWS notes2 (1.7.808); FILE MERGED 2007/07/04 15:39:16 mba 1.7.808.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e0e2e911b27a91015a26df2feefab9807092751b]

        INTEGRATION: CWS notes2 (1.66.6); FILE MERGED 2008/01/25 17:46:09 mod 1.66.6.3: View - Notes 2007/12/15 16:13:33 mod 1.66.6.2: RESYNC: (1.66-1.67); FILE MERGED 2007/07/04 15:39:16 mba 1.66.6.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [391fba378e3b4e79bf4ef6d3d2466b27a17a492a]

        INTEGRATION: CWS notes2 (1.9.466); FILE MERGED 2007/07/04 15:39:15 mba 1.9.466.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fb2341917eb2510c06b5e8188c857b9054ae147e]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2007/11/29 10:46:09 mba 1.1.2.6: #i84074#: slots for richt text editing of notes 2007/11/15 17:03:13 mod 1.1.2.5: improved auto scrolling of document and notes sidebar 2007/11/13 16:43:09 mod 1.1.2.4: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/10/23 21:28:58 mod 1.1.2.3: take it back, does not work always 2007/07/09 13:07:51 mod 1.1.2.2: work on SwAnnotationShell continues 2007/07/04 15:39:15 mba 1.1.2.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [15e2a88231335a377982039eb30e5f7671db7498]

        INTEGRATION: CWS notes2 (1.30.6); FILE MERGED 2008/01/25 17:46:09 mod 1.30.6.1: View - Notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [94f7a80008b269c481da28ea664afdfbe8cf6683]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2007/11/29 10:46:09 mba 1.1.2.5: #i84074#: slots for richt text editing of notes 2007/11/29 00:12:02 mod 1.1.2.4: notes grow automatically till next note or page border 2007/11/13 16:43:09 mod 1.1.2.3: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/07/09 13:07:51 mod 1.1.2.2: work on SwAnnotationShell continues 2007/07/04 15:39:15 mba 1.1.2.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [810c354e374fa207928f3210fb79d3006107ab72]

        INTEGRATION: CWS notes2 (1.59.2); FILE MERGED 2007/12/10 08:40:51 mba 1.59.2.1: #i6193#: notes in Web Layout

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [3b19b18b8f9ddc0fabf468066ec9dcbcbeb64ee1]

        INTEGRATION: CWS notes2 (1.26.2); FILE MERGED 2007/12/15 16:13:01 mod 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/06 10:40:53 mod 1.26.2.1: fix for #i48150

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [c5820afab4de5dc1e02e44e0220a24574dd2eb68]

        INTEGRATION: CWS notes2 (1.18.74); FILE MERGED 2007/11/29 10:45:38 mba 1.18.74.1: #i84074#: store text of annotations with rich formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [13370459f8daab4c896607e4ce75557128f11a43]

        INTEGRATION: CWS notes2 (1.4.808); FILE MERGED 2008/01/30 09:56:20 mba 1.4.808.1: #i6193#: notification when layout is complete

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [5dbd7a36260deee32e6d5bbe7aa6697e77626c9c]

        INTEGRATION: CWS notes2 (1.3.808); FILE MERGED 2007/07/04 15:42:21 mba 1.3.808.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [19abfbe633184fc5ec7b07b7d5e62295e4caee92]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/30 17:26:41 mod 1.1.2.49: #i6193# readonly state send to notes, swicht to next postit 2008/01/29 19:39:58 mod 1.1.2.48: spellchecking and context menu 2008/01/27 15:54:41 mba 1.1.2.47: #i84074#: better update procedure when content of notes is changed 2008/01/18 10:11:14 mba 1.1.2.46: build problems on Solaris 2008/01/18 09:58:30 mba 1.1.2.45: build problems on Solaris 2008/01/18 09:54:02 mba 1.1.2.44: build problems on Solaris 2008/01/18 09:36:13 mba 1.1.2.43: build problem on Solaris 2008/01/16 15:15:18 mod 1.1.2.42: fixes 2008/01/09 17:40:40 mod 1.1.2.41: scaling of scrollbar and sidebarwidth depending on zoom value 2008/01/09 16:36:31 mba 1.1.2.40: Complete rescaling of Postits 2008/01/09 15:52:20 mba 1.1.2.39: Complete rescaling of Postits 2008/01/09 13:19:18 mod 1.1.2.38: move of define 2008/01/09 07:56:15 mba 1.1.2.37: Button menu shouldn't close when mouse button is released 2008/01/07 16:08:41 mod 1.1.2.36: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/21 16:41:52 mba 1.1.2.35: #i6193#: scale notes with zoom factor of edit window 2007/12/02 15:13:27 mod 1.1.2.34: fix for url click and format reset 2007/11/29 00:12:02 mod 1.1.2.33: notes grow automatically till next note or page border 2007/11/22 12:09:39 mod 1.1.2.32: relayout every time note had focus, as the size could have changed 2007/11/15 17:03:13 mod 1.1.2.31: improved auto scrolling of document and notes sidebar 2007/11/05 21:05:04 mod 1.1.2.30: remove uneccessary variables 2007/11/04 21:42:59 mod 1.1.2.29: completly new layout code by page 2007/10/22 10:04:22 mod 1.1.2.28: fix for centered zoom; new buttons inside meta area 2007/10/12 22:30:09 mod 1.1.2.27: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:16 mod 1.1.2.26: paint of sidebar; notes scrollbars fixed 2007/10/05 15:36:03 mod 1.1.2.25: fix for RightToLeft, fix for sidebar drawing 2007/10/04 14:23:07 mod 1.1.2.24: change fixed values to defines 2007/09/27 14:42:57 mod 1.1.2.23: bugfix for smoketest, removal of warnings, cleanup 2007/09/25 15:37:32 mod 1.1.2.22: bugfix 2007/09/25 15:11:34 mod 1.1.2.21: cleanups and optimization 2007/09/24 13:49:49 mod 1.1.2.20: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/07 16:49:23 mod 1.1.2.19: Page_Frm bug fix 2007/09/06 21:29:34 mod 1.1.2.18: Gradient for text, no notes for print view 2007/09/03 15:06:25 mod 1.1.2.17: SwAnnotationShell, MultiLineEdit for meta information 2007/09/01 13:06:03 mod 1.1.2.16: new colors,bugfix for delete note 2007/07/05 18:47:31 mod 1.1.2.15: Bugfixes: spellchecking works again as well as some crashes fixed 2007/07/04 15:42:21 mba 1.1.2.14: new shell for editing notes 2007/07/01 16:22:32 mod 1.1.2.13: no relayout in Paint(), but seperately in appropiate places 2007/06/26 16:34:51 mod 1.1.2.12: navigation for notes 2007/06/22 20:59:57 mba 1.1.2.11: fixing some problems with dependencies 2007/06/21 07:43:12 mod 1.1.2.10: first code for layout algorithm, use of IsReadOnly and SetModified 2007/06/16 08:26:01 mod 1.1.2.9: #i6193# seperation of coordinate's rect and layout 2007/06/13 08:56:09 mod 1.1.2.8: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:28 mod 1.1.2.7: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/06/08 16:48:16 mod 1.1.2.6: Hiding and deleting of notes #i6193# 2007/05/31 07:54:57 mod 1.1.2.5: #i6193# Use of overlayobject for ankor 2007/05/29 08:24:30 mod 1.1.2.4: Collecting notes in notify, positioning in paint 2007/05/29 07:53:28 fme 1.1.2.3: #i6193# New notes - moved defines from hxx to cxx 2007/05/25 06:52:10 fme 1.1.2.2: #i6193# New notes - forward declarations 2007/05/24 04:36:31 mod 1.1.2.1: Add new files

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [ef0c8d0c61ec2750e31009a465a6b5163fe0823e]

        INTEGRATION: CWS notes2 (1.6.806); FILE MERGED 2008/01/27 15:53:58 mba 1.6.806.4: #i84074#: better update procedure when content of notes is changed 2007/11/08 08:15:50 mba 1.6.806.3: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/06 16:06:36 mod 1.6.806.2: mba patch: undo/redo cut/copy/paste 2007/10/12 22:30:09 mod 1.6.806.1: fix for overlays, layout algorithm fix, patch for ww8 import

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7691e3c8ee99563749d00edadfd49b73e41429eb]

        INTEGRATION: CWS notes2 (1.10.340); FILE MERGED 2008/01/27 15:53:48 mba 1.10.340.12: #i84074#: better update procedure when content of notes is changed 2007/12/15 16:12:56 mod 1.10.340.11: RESYNC: (1.11-1.12); FILE MERGED 2007/11/29 10:45:04 mba 1.10.340.10: #i84074#: store text of annotations with rich formatting 2007/09/29 16:07:09 mod 1.10.340.9: fixing resync errors 2007/09/28 16:31:01 mod 1.10.340.8: RESYNC: (1.10-1.11); FILE MERGED 2007/09/24 13:49:49 mod 1.10.340.7: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/06 21:29:34 mod 1.10.340.6: Gradient for text, no notes for print view 2007/06/10 15:59:28 mod 1.10.340.5: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/06/08 16:48:16 mod 1.10.340.4: Hiding and deleting of notes #i6193# 2007/05/29 08:24:30 mod 1.10.340.3: Collecting notes in notify, positioning in paint 2007/05/25 06:52:10 fme 1.10.340.2: #i6193# New notes - forward declarations 2007/05/24 04:34:42 mod 1.10.340.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [71ae19dba4823ebb119111b417dd4370e8ff692b]

        INTEGRATION: CWS notes2 (1.134.20); FILE MERGED 2007/12/18 17:31:04 mba 1.134.20.8: some cleanups 2007/12/15 16:12:52 mod 1.134.20.7: RESYNC: (1.142-1.145); FILE MERGED 2007/09/28 16:30:57 mod 1.134.20.6: RESYNC: (1.141-1.142); FILE MERGED 2007/09/01 13:45:59 mod 1.134.20.5: RESYNC: (1.138-1.141); FILE MERGED 2007/07/04 10:27:48 mod 1.134.20.4: RESYNC: (1.134-1.138); FILE MERGED 2007/06/08 16:48:15 mod 1.134.20.3: Hiding and deleting of notes #i6193# 2007/05/25 06:52:10 fme 1.134.20.2: #i6193# New notes - forward declarations 2007/05/24 04:34:42 mod 1.134.20.1: Initial checking, do not use

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [365d2747f4efb23aed3140adccbe8eecf493f8db]

        INTEGRATION: CWS notes2 (1.36.26); FILE MERGED 2007/12/15 16:12:46 mod 1.36.26.4: RESYNC: (1.38-1.40); FILE MERGED 2007/09/28 16:30:53 mod 1.36.26.3: RESYNC: (1.37-1.38); FILE MERGED 2007/07/04 10:27:29 mod 1.36.26.2: RESYNC: (1.36-1.37); FILE MERGED 2007/05/31 07:54:57 mod 1.36.26.1: #i6193# Use of overlayobject for ankor

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e6d949efc7483a064f54ce2211fbeaeb89b5428c]

        INTEGRATION: CWS notes2 (1.72.4); FILE MERGED 2008/01/25 17:46:08 mod 1.72.4.4: View - Notes 2007/12/15 16:12:42 mod 1.72.4.3: RESYNC: (1.73-1.74); FILE MERGED 2007/09/01 13:45:38 mod 1.72.4.2: RESYNC: (1.72-1.73); FILE MERGED 2007/07/04 15:42:21 mba 1.72.4.1: new shell for editing notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [d332cf68bf802948969385d54a7ee86778c9d3e5]

        INTEGRATION: CWS notes2 (1.1.2); FILE ADDED 2008/01/31 10:08:57 mod 1.1.2.56: #i6193# fix for crash, optimization included 2008/01/30 17:26:41 mod 1.1.2.55: #i6193# readonly state send to notes, swicht to next postit 2008/01/29 19:39:58 mod 1.1.2.54: spellchecking and context menu 2008/01/25 17:46:08 mod 1.1.2.53: View - Notes 2008/01/18 09:51:34 mba 1.1.2.52: fixed broken line ends 2008/01/12 09:35:18 mod 1.1.2.51: fix sidebar scrollareas 2008/01/10 17:34:00 mod 1.1.2.50: show notes always right side, do not show popup for read only notes 2008/01/09 19:37:29 mba 1.1.2.49: Complete rescaling of Postits 2008/01/09 16:36:31 mba 1.1.2.48: Complete rescaling of Postits 2008/01/09 15:52:19 mba 1.1.2.47: Complete rescaling of Postits 2008/01/07 16:08:41 mod 1.1.2.46: side of margin for each page individually, end of ankor if note is hidden at correct location 2007/12/21 16:41:52 mba 1.1.2.45: #i6193#: scale notes with zoom factor of edit window 2007/12/17 17:33:35 mba 1.1.2.44: #i6193#: solved reentrance problems in PostItMgr 2007/12/17 09:00:10 mod 1.1.2.43: fixes for web layout and seperater between sidebar 2007/11/30 15:13:35 mod 1.1.2.42: code cleanup and removing of flickering 2007/11/29 00:12:02 mod 1.1.2.41: notes grow automatically till next note or page border 2007/11/22 12:09:39 mod 1.1.2.40: relayout every time note had focus, as the size could have changed 2007/11/22 11:40:22 mod 1.1.2.39: fix for scrolling behaviour in VisPortChg, register text toolbar instead of draw 2007/11/17 22:07:12 mod 1.1.2.38: fix for layout assertions 2007/11/17 12:00:35 mod 1.1.2.37: different colors for scrollbar arrows based on scrolling offset value; fix for last note overlapping border 2007/11/16 16:06:49 mod 1.1.2.36: fixes for keyboard shortcut popup and PreparePageContainer() 2007/11/15 17:03:13 mod 1.1.2.35: improved auto scrolling of document and notes sidebar 2007/11/13 16:43:08 mod 1.1.2.34: no doc context menu on sidebar, new keyboard shortcuts, improved sidebar scrolling, no richtext 2007/11/08 08:15:50 mba 1.1.2.33: #i6193#: improved and more notifications about removed and inserted PostItFields 2007/11/05 16:21:51 mod 1.1.2.32: onyl relayout if field rect changes 2007/11/04 21:42:59 mod 1.1.2.31: completly new layout code by page 2007/10/23 15:58:21 mod 1.1.2.30: paint borders and shadows 2007/10/22 10:04:22 mod 1.1.2.29: fix for centered zoom; new buttons inside meta area 2007/10/17 15:50:57 mod 1.1.2.28: bend anchor either at frame of page 2007/10/16 15:26:21 mod 1.1.2.27: several improvements and fixes for layout algorithm 2007/10/16 10:19:59 mba 1.1.2.26: warning for missing end of file 2007/10/12 22:30:09 mod 1.1.2.25: fix for overlays, layout algorithm fix, patch for ww8 import 2007/10/10 21:32:16 mod 1.1.2.24: paint of sidebar; notes scrollbars fixed 2007/10/06 17:14:47 mod 1.1.2.23: fix for different page widths 2007/10/05 15:36:03 mod 1.1.2.22: fix for RightToLeft, fix for sidebar drawing 2007/10/04 14:23:06 mod 1.1.2.21: change fixed values to defines 2007/09/24 13:49:49 mod 1.1.2.20: notes are now collected inside SwTxtFld::SwTxtFld, IsInVisibleArea added to PostItMg, new colors for change tracking 2007/09/06 21:29:34 mod 1.1.2.19: Gradient for text, no notes for print view 2007/09/01 13:06:02 mod 1.1.2.18: new colors,bugfix for delete note 2007/07/04 15:42:21 mba 1.1.2.17: new shell for editing notes 2007/07/01 16:22:32 mod 1.1.2.16: no relayout in Paint(), but seperately in appropiate places 2007/06/26 16:34:51 mod 1.1.2.15: navigation for notes 2007/06/24 17:39:57 mod 1.1.2.14: new improved layout algorithm, no lower border 2007/06/22 20:59:56 mba 1.1.2.13: fixing some problems with dependencies 2007/06/21 07:43:12 mod 1.1.2.12: first code for layout algorithm, use of IsReadOnly and SetModified 2007/06/17 19:27:18 mod 1.1.2.11: AddPostIts only if there is a new postit, sorting of postits 2007/06/17 10:50:03 mba 1.1.2.10: EventId should be kept for removal in case view is destroyed before event is called 2007/06/16 19:16:30 mba 1.1.2.9: Force Layout after ReCalc; suppress Layout while Rects are invalid 2007/06/16 08:26:01 mod 1.1.2.8: #i6193# seperation of coordinate's rect and layout 2007/06/16 02:14:29 mod 1.1.2.7: #16193# move LayoutPostIts() in application event 2007/06/13 08:56:09 mod 1.1.2.6: #i6193# Navigator improvements, KeyHandling SwPostit 2007/06/10 15:59:28 mod 1.1.2.5: #i6193# Navigator: Hide,Show,Delete / SwPostIt: Author,Date 2007/06/08 16:48:15 mod 1.1.2.4: Hiding and deleting of notes #i6193# 2007/05/29 08:24:30 mod 1.1.2.3: Collecting notes in notify, positioning in paint 2007/05/25 06:52:10 fme 1.1.2.2: #i6193# New notes - forward declarations 2007/05/24 04:36:31 mod 1.1.2.1: Add new files

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [fa0f1304ce7a42ab17e0f59bdfd30ab8d9897833]

        INTEGRATION: CWS notes2 (1.138.48); FILE MERGED 2007/11/29 11:07:28 mba 1.138.48.1: #i84074#: load and save annotations with rich text formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [217892008c1019a273053412d03461ecdd2ffd1c]

        INTEGRATION: CWS notes2 (1.65.24); FILE MERGED 2008/01/09 12:54:00 mba 1.65.24.4: TextImportHelper is not reentrant 2007/12/15 16:12:24 mod 1.65.24.3: RESYNC: (1.65-1.66); FILE MERGED 2007/11/29 11:07:28 mba 1.65.24.2: #i84074#: load and save annotations with rich text formatting 2007/09/14 14:31:09 mod 1.65.24.1: show/import/export time and date in notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [842160190e2996efbd936191eed787f3f79ed7b7]

        INTEGRATION: CWS notes2 (1.77.24); FILE MERGED 2007/12/15 16:12:11 mod 1.77.24.3: RESYNC: (1.77-1.79); FILE MERGED 2007/11/29 11:07:28 mba 1.77.24.2: #i84074#: load and save annotations with rich text formatting 2007/09/14 14:31:09 mod 1.77.24.1: show/import/export time and date in notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [f631376c7d500730763222ac383eb7c4a23b7b03]

        INTEGRATION: CWS notes2 (1.35.56); FILE MERGED 2008/01/09 12:54:19 mba 1.35.56.3: TextImportHelper is not reentrant 2007/12/15 16:12:04 mod 1.35.56.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/29 11:07:28 mba 1.35.56.1: #i84074#: load and save annotations with rich text formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [5de7669d6679b8b098a4d1c13c5015b332f35f87]

        INTEGRATION: CWS notes2 (1.36.56); FILE MERGED 2007/12/15 16:12:00 mod 1.36.56.2: RESYNC: (1.36-1.37); FILE MERGED 2007/11/29 11:07:28 mba 1.36.56.1: #i84074#: load and save annotations with rich text formatting

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [769db34559f65038675c681c30707c529b654a49]

        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-19  Rüdiger Timm  <rt@openoffice.org>  [96d6530c8c4cccf1553d0c1c96b4821a6a508f37]

        INTEGRATION: CWS notes2 (1.32.62); FILE MERGED 2008/01/27 15:45:10 mba 1.32.62.1: #i85561#: new menu entry to show notes

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [9bcaec6bc5ed4a029a3637dc4362b71eb5130dd3]

        INTEGRATION: CWS cmcfixes42 (1.11.306); FILE MERGED 2008/02/15 10:36:40 cmc 1.11.306.1: #i85931# inconsistent GetEntryPos return value

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e475e35b4e9fefe208b7399666cc7511b82e259a]

        INTEGRATION: CWS cmcfixes42 (1.248.12); FILE MERGED 2008/02/19 10:35:50 cmc 1.248.12.1: #ii86224# remove misleading help text

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [978b29543311992a942963e78e0951bd005e2c1d]

        INTEGRATION: CWS cmcfixes42 (1.220.12); FILE MERGED 2008/02/19 10:35:46 cmc 1.220.12.1: #ii86224# remove misleading help text

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [426957ef95174d9583a7b6fefd1852a614140971]

        INTEGRATION: CWS cmcfixes42 (1.41.26); FILE MERGED 2008/02/15 10:51:05 cmc 1.41.26.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [2e2b6ba36a94c76d1bcb896927541f96992b88e9]

        INTEGRATION: CWS cmcfixes42 (1.17.20); FILE MERGED 2008/02/15 10:51:05 cmc 1.17.20.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [00a14566e693846baab77d985f9f5841eb20c35d]

        INTEGRATION: CWS cmcfixes42 (1.22.12); FILE MERGED 2008/02/15 10:51:05 cmc 1.22.12.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [e19e152f21414c9c912cb63ef554a6d954f40c91]

        INTEGRATION: CWS cmcfixes42 (1.52.20); FILE MERGED 2008/02/15 10:51:05 cmc 1.52.20.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [20463830d072c8c07b3636d87f3ca07961634f33]

        INTEGRATION: CWS cmcfixes42 (1.9.20); FILE MERGED 2008/02/15 10:51:05 cmc 1.9.20.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [57b549b5a6bfee4d676c724574c3188beaf8e8bb]

        INTEGRATION: CWS cmcfixes42 (1.15.20); FILE MERGED 2008/02/15 10:51:05 cmc 1.15.20.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [7e1824019322c62d9f67979654463d75e97d2120]

        INTEGRATION: CWS cmcfixes42 (1.14.20); FILE MERGED 2008/02/15 10:51:05 cmc 1.14.20.1: #i86123# use hex prefix to avoid octal problem

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [87cbbbaea87b6a015fc08787e27a98cfbe00c4b6]

        INTEGRATION: CWS native131_SRC680 (1.58.34.1.18); FILE MERGED 2008/02/05 09:38:06 is 1.58.34.1.18.1: #i79970# soffice.bin.manifest for OOo

2008-02-19  Rüdiger Timm  <rt@openoffice.org>  [1736fd631fa4421edddf78977a41790727e4e1ad]

        INTEGRATION: CWS native131_SRC680 (1.226.30.1.4); FILE MERGED 2008/02/04 17:08:08 is 1.226.30.1.4.1: #i79970# soffice.bin.manifest for OOo

2008-02-19  René Engelhard  <rene@openoffice.org>  [06cc978028abcabc8be548628bd9ee24e58b2dc4]

        update to hyphen 2.3.1

2008-02-18  Oliver Bolte  <obo@openoffice.org>  [0543f4f218e2fff4e4fcbd7f5d7fbd5194b422c8]

        #i10000# don't deliver libtests.dylib

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1de98079a18240dd3bd384e8fb0115b99c4ea3cc]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2008/01/11 15:52:16 bm 1.2.78.3: #i44768# "Trendlines" for "Insert" menu, "Insert Trendline" for context menu of data series 2007/12/20 21:21:56 bm 1.2.78.2: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/11/20 16:52:14 iha 1.2.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [a95c5b2170dc46d0b20db4ec23e79927f837dc59]

        INTEGRATION: CWS chart19 (1.27.10); FILE MERGED 2007/12/18 13:45:23 bm 1.27.10.2: RESYNC: (1.27-1.28); FILE MERGED 2007/12/15 14:28:31 iha 1.27.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7102e085d321ae3cb81288f036aaccf45c7e6471]

        INTEGRATION: CWS chart19 (1.40.10); FILE MERGED 2008/01/18 15:08:50 iha 1.40.10.4: RESYNC: (1.41-1.42); FILE MERGED 2007/12/18 13:45:26 bm 1.40.10.3: RESYNC: (1.40-1.41); FILE MERGED 2007/12/15 14:30:56 iha 1.40.10.2: #i16776# starting angle for pie charts 2007/11/20 16:55:19 iha 1.40.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [3d20a34a3957b588d229b7886a9c01fb13a13338]

        INTEGRATION: CWS chart19 (1.5.10); FILE MERGED 2008/01/08 12:14:59 iha 1.5.10.3: #i37823# clockwise pie charts 2007/12/18 13:45:20 bm 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/15 13:00:58 iha 1.5.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [e65854906ffeff61e2c9ebebfbd4578d32f9dc0d]

        INTEGRATION: CWS chart19 (1.17.10); FILE MERGED 2007/12/18 13:45:14 bm 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2007/12/15 14:27:02 iha 1.17.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [2af7e6091b0a78e68ad03754522cc04fc5c0e4fc]

        INTEGRATION: CWS chart19 (1.16.44); FILE MERGED 2008/01/18 15:08:47 iha 1.16.44.4: RESYNC: (1.17-1.18); FILE MERGED 2008/01/08 16:33:06 iha 1.16.44.3: #i37823# clockwise pie charts - adapt best fit algorithm 2007/12/18 13:45:17 bm 1.16.44.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/15 14:31:48 iha 1.16.44.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c229a5ae0267c3d3c237d4eba8c8c43f934ec241]

        INTEGRATION: CWS chart19 (1.8.22); FILE MERGED 2007/11/20 16:38:35 iha 1.8.22.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [e85969e577647f512cc08be258567d9b9e80870c]

        INTEGRATION: CWS chart19 (1.12.8); FILE MERGED 2008/01/14 16:08:55 bm 1.12.8.2: #i44768# +getRegressionCurveIndex 2008/01/11 15:58:43 bm 1.12.8.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [fc8a029bc51160d586ce3b0d9609ffdff60e32d3]

        INTEGRATION: CWS chart19 (1.4.18); FILE MERGED 2008/01/14 16:08:08 bm 1.4.18.3: #i44768# +getSeriesParticleFromCID 2007/12/18 13:46:10 bm 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/20 16:51:11 iha 1.4.18.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [411fe0e765363e3196d2c19f75d2e2b30ac3df0e]

        INTEGRATION: CWS chart19 (1.16.12); FILE MERGED 2007/12/18 13:46:13 bm 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2007/12/15 13:05:51 iha 1.16.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [533d475eb7e598bf04d3377859614d693746af3b]

        INTEGRATION: CWS chart19 (1.13.18); FILE MERGED 2008/01/08 13:09:35 iha 1.13.18.4: #i16776# starting angle for pie charts - correct import of old 3D pie charts 2008/01/08 12:28:38 iha 1.13.18.3: #i37823# clockwise pie charts 2007/12/18 13:46:26 bm 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2007/12/15 14:32:30 iha 1.13.18.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ef451a0340bf1339ca2ac5460822499557070e6d]

        INTEGRATION: CWS chart19 (1.19.12); FILE MERGED 2008/01/18 15:09:06 iha 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED 2007/12/15 13:07:10 iha 1.19.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [a4ad1dcf7e692c5469f47eeeef0b914bdb9a0d49]

        INTEGRATION: CWS chart19 (1.3.10); FILE MERGED 2008/01/08 12:14:26 iha 1.3.10.3: #i37823# clockwise pie charts 2007/12/18 13:46:23 bm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/15 12:59:11 iha 1.3.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [2b4a9d5c96349d5cd5053026f434cb615cccf349]

        INTEGRATION: CWS chart19 (1.5.78); FILE MERGED 2007/11/20 16:38:15 iha 1.5.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [b4e7f700a87e69dd9055c9f6cee24bc75c3a67cf]

        INTEGRATION: CWS chart19 (1.4.10); FILE MERGED 2008/01/15 08:19:29 bm 1.4.10.5: #i44768# some string adaptions for trendlines 2007/12/20 16:15:13 bm 1.4.10.4: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:46:16 bm 1.4.10.3: RESYNC: (1.4-1.5); FILE MERGED 2007/12/10 11:39:23 bm 1.4.10.2: #i79739# warn user about incorrect input 2007/11/20 16:32:38 iha 1.4.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [2901052174aaaee2101019211117a63078c35a4e]

        INTEGRATION: CWS chart19 (1.9.8); FILE MERGED 2008/01/14 16:08:42 bm 1.9.8.2: #i44768# +getRegressionCurveIndex 2008/01/11 15:58:43 bm 1.9.8.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [29bc206956d5ecfa99c248c33730d58a3bceffa4]

        INTEGRATION: CWS chart19 (1.4.8); FILE MERGED 2008/01/14 16:08:19 bm 1.4.8.1: #i44768# +getSeriesParticleFromCID

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [d53e55bccfa64e629f3b7e174059e8d59494d10c]

        INTEGRATION: CWS chart19 (1.11.12); FILE MERGED 2007/12/18 13:46:19 bm 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2007/12/15 13:05:10 iha 1.11.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1e8f33d3920ffb82043cbb75bb8a9ae333b98707]

        INTEGRATION: CWS chart19 (1.3.44); FILE MERGED 2008/01/18 15:08:53 iha 1.3.44.7: RESYNC: (1.4-1.5); FILE MERGED 2008/01/15 12:37:33 bm 1.3.44.6: #i44768# only allow adding trendlines and mean values lines for chart types that support them 2008/01/14 13:46:10 bm 1.3.44.5: #i44768# insert/delete mean value lines via menu commands 2008/01/11 15:58:43 bm 1.3.44.4: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:27 bm 1.3.44.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:39 bm 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/20 17:07:18 iha 1.3.44.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [94f566731f78302a5c607938bb39b83eb334da56]

        INTEGRATION: CWS chart19 (1.26.8); FILE MERGED 2008/01/14 13:46:10 bm 1.26.8.1: #i44768# insert/delete mean value lines via menu commands

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [a644fdc9bd730394480e9a6ed8595f616acb12b8]

        INTEGRATION: CWS chart19 (1.5.8); FILE MERGED 2008/01/15 07:46:45 bm 1.5.8.2: #i44768# allow deleting a trendline with pressing deleting its legend key 2008/01/14 13:46:10 bm 1.5.8.1: #i44768# insert/delete mean value lines via menu commands

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [b86de05abe2a64906d62f030cb2f6082cf5e6de3]

        INTEGRATION: CWS chart19 (1.29.10); FILE MERGED 2008/01/11 15:58:43 bm 1.29.10.4: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:27 bm 1.29.10.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:33 bm 1.29.10.2: RESYNC: (1.29-1.30); FILE MERGED 2007/11/20 17:06:29 iha 1.29.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [4009435efa1c9270f6bf67e76865e06124edfacb]

        INTEGRATION: CWS chart19 (1.13.8); FILE MERGED 2008/01/15 08:19:42 bm 1.13.8.7: #i44768# some string adaptions for trendlines 2008/01/14 17:14:50 bm 1.13.8.6: #i44768# executeDispatch_InsertTrendline: commit changes when property dialog  was quit with OK without having changed anything in the dialog. 2008/01/14 16:09:37 bm 1.13.8.5: #i44768# set correct CID for properties dialog for trendline 2008/01/14 13:46:10 bm 1.13.8.4: #i44768# insert/delete mean value lines via menu commands 2008/01/14 12:15:56 bm 1.13.8.3: #i44768# optimize width of trendline dialog 2008/01/11 15:58:43 bm 1.13.8.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:27 bm 1.13.8.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ea589973f41e519a1ac08f84bfa689bb88f2272e]

        INTEGRATION: CWS chart19 (1.9.8); FILE MERGED 2008/01/14 13:46:09 bm 1.9.8.3: #i44768# insert/delete mean value lines via menu commands 2008/01/11 15:58:43 bm 1.9.8.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:27 bm 1.9.8.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [088698eaa387bdb90616239f4cf5e76c6c364167]

        INTEGRATION: CWS chart19 (1.24.18); FILE MERGED 2008/01/18 15:08:56 iha 1.24.18.6: RESYNC: (1.25-1.26); FILE MERGED 2008/01/14 13:46:09 bm 1.24.18.5: #i44768# insert/delete mean value lines via menu commands 2008/01/11 15:58:43 bm 1.24.18.4: #i44768# make it easier to add and modify trendlines 2007/12/20 16:15:26 bm 1.24.18.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:36 bm 1.24.18.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/20 17:05:55 iha 1.24.18.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [8b00642418bc388a6043fd4558d8bcc765ed5c76]

        INTEGRATION: CWS chart19 (1.18.8); FILE MERGED 2008/01/11 15:58:42 bm 1.18.8.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [65752baea12a5d54a36717c7a64725d6b0b005d5]

        INTEGRATION: CWS chart19 (1.4.12); FILE MERGED 2008/02/01 10:22:35 iha 1.4.12.3: #i85718# Undo for the new features Rotation direction and starting angle 2008/01/08 12:21:24 iha 1.4.12.2: #i37823# clockwise pie charts 2007/12/15 13:03:04 iha 1.4.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1ca474009239e452c776cd438ab7f9c154acd4ea]

        INTEGRATION: CWS chart19 (1.5.10); FILE MERGED 2008/01/11 15:58:42 bm 1.5.10.4: #i44768# make it easier to add and modify trendlines 2008/01/08 12:17:14 iha 1.5.10.3: #i37823# clockwise pie charts 2007/12/18 13:46:07 bm 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/15 13:02:24 iha 1.5.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [6950f6d82f0e9e5c445ddd68df4a1f19e89df26d]

        INTEGRATION: CWS chart19 (1.2.8); FILE MERGED 2008/01/11 15:58:42 bm 1.2.8.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7043319e894cd5f0dc25b7ff51ca494336dc0afc]

        INTEGRATION: CWS chart19 (1.12.12); FILE MERGED 2007/12/18 13:46:04 bm 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2007/11/20 17:05:14 iha 1.12.12.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [5f6aa837701b7b02727ab7fb579e8ea29030e49c]

        INTEGRATION: CWS chart19 (1.12.12); FILE MERGED 2008/01/11 15:58:42 bm 1.12.12.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7de4b96e490f42216fa7ac425aa3098eea2485ab]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:19:19 bm 1.1.2.1: #i84801# moved header from dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f13c5aaf3ef217568ec89a056250a48315d28503]

        INTEGRATION: CWS chart19 (1.8.12); FILE MERGED 2008/01/14 17:13:42 bm 1.8.12.2: #i44768# allow getting the information if OK was pressed, although nothing was changed 2007/12/15 13:04:04 iha 1.8.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c394edc0314c8d0a909bfbcf7f95d9bcacfa5910]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/14 12:15:56 bm 1.1.2.2: #i44768# optimize width of trendline dialog 2007/12/20 16:19:59 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [b25ea65d87cff10dfe31ba2123ba4b59f5ffc48c]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:19:49 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [2a56ae1ed9679b11640d807bd5f86c6b3411034c]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2007/12/10 11:39:22 bm 1.2.78.1: #i79739# warn user about incorrect input

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [509a17ece7dd5d10f1670deb61d0333e59cee835]

        INTEGRATION: CWS chart19 (1.3.12); FILE MERGED 2008/01/08 12:18:34 iha 1.3.12.2: #i37823# clockwise pie charts 2007/12/15 13:03:34 iha 1.3.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [183ab127ba2bfcc2f55861ad0ae25a05d3e38ab9]

        INTEGRATION: CWS chart19 (1.8.78); FILE MERGED 2008/01/11 15:58:42 bm 1.8.78.1: #i44768# make it easier to add and modify trendlines

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [87310fd9104064b29fa0e15743513ebc30f076c6]

        INTEGRATION: CWS chart19 (1.4.12); FILE MERGED 2008/01/14 17:35:51 bm 1.4.12.5: #i44768# add help ids for trendline template 2008/01/14 17:32:11 bm 1.4.12.4: #i44768# add help ids for trendline template 2008/01/10 10:03:05 iha 1.4.12.3: #i16776# starting angle for pie charts - use dial control 2007/12/18 13:46:01 bm 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/20 16:33:57 iha 1.4.12.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [47a10d30fb4bb006d95801cdff5fdadfe521bd78]

        INTEGRATION: CWS chart19 (1.3.22); FILE MERGED 2008/01/14 15:51:31 iha 1.3.22.2: #1163# nicer look for insert title dialog 2007/11/20 17:11:54 iha 1.3.22.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [feeed0894065c50ec5b96d4cc8d082edad2638af]

        INTEGRATION: CWS chart19 (1.3.44); FILE MERGED 2007/11/20 17:12:15 iha 1.3.44.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [3bd54e61baa8c875031e79558ddf9e30492de31d]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:18:43 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1055926ce5483bc65daa7cdf3e9ebb19d1401a2d]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:18:43 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [691b98084a826137dc75e94e762f9f63e0dbb890]

        INTEGRATION: CWS chart19 (1.8.20); FILE MERGED 2007/12/18 14:57:04 bm 1.8.20.1: #i84587# make label controls larger to prevent problems with localizations

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [baaf46fe75ffe0611fbf29012c2bc408f7903baa]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/10 10:05:02 iha 1.1.2.3: #i16776# starting angle for pie charts - use dial control 2008/01/08 12:24:13 iha 1.1.2.2: #i37823# clockwise pie charts 2007/12/15 12:56:15 iha 1.1.2.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [45b604989c1be8578469596a93d12d5019086a49]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/10 10:06:12 iha 1.1.2.3: #i16776# starting angle for pie charts - use dial control 2008/01/08 12:24:32 iha 1.1.2.2: #i37823# clockwise pie charts 2007/12/15 12:55:27 iha 1.1.2.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1dee797a2424bc6f4fc9a9867be2a125a43feb92]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/10 10:04:17 iha 1.1.2.3: #i16776# starting angle for pie charts - use dial control 2008/01/08 12:23:55 iha 1.1.2.2: #i37823# clockwise pie charts 2007/12/15 12:55:58 iha 1.1.2.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [736fad7e38d1c1f3e2b43daf68956a9cfab57b79]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/15 19:19:15 iha 1.1.2.4: #i16776#,#i37823# don't offer pie options for single pie pieces 2008/01/10 10:07:18 iha 1.1.2.3: #i16776# starting angle for pie charts - use dial control 2008/01/08 12:25:05 iha 1.1.2.2: #i37823# clockwise pie charts 2007/12/15 12:55:43 iha 1.1.2.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ff1eebed50abc387ec34fa5e3783f1f9f1a4090d]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:18:32 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [3b28b8fe691e2b042a6afa29723904431e08f998]

        INTEGRATION: CWS chart19 (1.8.18); FILE MERGED 2007/12/18 14:55:50 bm 1.8.18.1: #i84587# make label controls larger to prevent problems with localizations

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [60d52b2926c4849c8c2bcc4b8f9aa8397af08f0d]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/15 09:25:42 bm 1.1.2.5: #i44768# duplicate mnemonics 2008/01/15 08:19:55 bm 1.1.2.4: #i44768# some string adaptions for trendlines 2008/01/14 17:32:45 bm 1.1.2.3: #i44768# add help ids for trendline template 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:20:49 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [9d8d757e597b3b06a912498182a481847d1eda8f]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:20:38 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [571d9f810e66c4b5a1a17e02c056ea808727eff4]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/14 12:15:55 bm 1.1.2.3: #i44768# optimize width of trendline dialog 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:18:11 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [396e3d987232446e564222d1241654a89671fb2b]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/14 12:27:44 bm 1.1.2.4: #i44768# leave some more space after the longest text 2008/01/14 12:15:55 bm 1.1.2.3: #i44768# optimize width of trendline dialog 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:18:11 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [d66d99979c48a5db1dcf09051a08bb829d093ae5]

        INTEGRATION: CWS chart19 (1.2.22); FILE MERGED 2008/01/14 15:48:53 iha 1.2.22.2: #1163# nicer look for insert title dialog 2007/11/20 17:15:38 iha 1.2.22.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [57fcd804269a6886c0502f01c4b9bb85a6066452]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2008/01/14 15:49:28 iha 1.2.78.2: #1163# nicer look for insert title dialog 2007/11/20 17:14:29 iha 1.2.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [5fb4c4a1035e924eaddc93f0c81fcf09f1245179]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2008/01/14 15:48:18 iha 1.2.78.2: #1163# nicer look for insert title dialog 2007/11/20 17:14:58 iha 1.2.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [5ac3204136405e6274d575efdff881dfeb5874c7]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2008/01/14 15:49:47 iha 1.2.78.2: #1163# nicer look for insert title dialog 2007/11/20 17:16:43 iha 1.2.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [27bc785f812b3ce8ea741733fbc178b04e20c1f8]

        INTEGRATION: CWS chart19 (1.5.78); FILE MERGED 2007/12/18 14:53:34 bm 1.5.78.1: #i84587# make label controls larger to prevent problems with localizations

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f9804ae4f717b04dae9671a9a1684203b36cb477]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/09 16:36:14 bm 1.1.2.2: #i84801# place negative constant value field below positive value field 2007/12/20 16:20:26 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [660858ad4e139ca5bcc7292832c7b20f09522996]

        INTEGRATION: CWS chart19 (1.2.44); FILE MERGED 2007/12/20 16:14:49 bm 1.2.44.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [fa2c289618ee2e7c3388db02fa250561756e36db]

        INTEGRATION: CWS chart19 (1.2.44); FILE MERGED 2008/01/09 11:54:17 bm 1.2.44.3: #i84801# handle CHERROR_NONE correctly 2007/12/20 16:14:49 bm 1.2.44.2: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 08:38:49 bm 1.2.44.1: #i44768# rename error indicator icons (and add those for x-errors)

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [4eb63267a814afab129385153aedf04034bf9310]

        INTEGRATION: CWS chart19 (1.15.10); FILE MERGED 2008/01/14 16:06:23 bm 1.15.10.4: #i44768# tp_RegressionOptions became obsolete 2007/12/20 16:14:49 bm 1.15.10.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:45 bm 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2007/12/15 12:58:00 iha 1.15.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f01d74af0b15156ec6c0c25f361c8513c537eb5f]

        INTEGRATION: CWS chart19 (1.3.12); FILE MERGED 2008/01/14 17:37:01 bm 1.3.12.5: #i44768# add help ids for trendline template 2008/01/14 17:32:23 bm 1.3.12.4: #i44768# add help ids for trendline template 2008/01/10 10:03:36 iha 1.3.12.3: #i16776# starting angle for pie charts - use dial control 2007/12/18 13:45:55 bm 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/20 16:34:34 iha 1.3.12.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [77ef91305ebf7f0cf0be94a18c88010da658907e]

        INTEGRATION: CWS chart19 (1.19.10); FILE MERGED 2008/01/15 19:18:28 iha 1.19.10.9: #i16776#,#i37823# don't offer pie options for single pie pieces 2008/01/15 08:19:54 bm 1.19.10.8: #i44768# some string adaptions for trendlines 2008/01/14 17:13:26 bm 1.19.10.7: #i44768# allow getting the information if OK was pressed, although nothing was changed 2008/01/14 16:19:19 bm 1.19.10.6: #i44768# tp_RegressionOptions became obsolete 2008/01/14 16:10:28 bm 1.19.10.5: #i44768# tp_RegressionOptions became obsolete 2008/01/11 15:58:42 bm 1.19.10.4: #i44768# make it easier to add and modify trendlines 2007/12/20 16:14:49 bm 1.19.10.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:52 bm 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2007/12/15 13:04:45 iha 1.19.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [e52bc41a765b8b2c4e76048549ce000082852cd8]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/14 12:15:55 bm 1.1.2.3: #i44768# optimize width of trendline dialog 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:16:55 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [cb8be52098337c8f90b1b8a8983ed58f22deadb4]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:16:55 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [efc5771fc6308c3f38569c510279604f18ca8005]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/15 08:19:54 bm 1.1.2.4: #i44768# some string adaptions for trendlines 2008/01/14 12:15:55 bm 1.1.2.3: #i44768# optimize width of trendline dialog 2008/01/11 15:58:42 bm 1.1.2.2: #i44768# make it easier to add and modify trendlines 2007/12/20 16:16:55 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c6ab0cc5439c61adb1ea45c2b41a94890308f38c]

        INTEGRATION: CWS chart19 (1.6.22); FILE MERGED 2008/01/14 15:50:45 iha 1.6.22.2: #1163# nicer look for insert title dialog 2007/11/20 17:17:45 iha 1.6.22.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [9879b9fe02d68a9757d9c6422c1249a1ad67b015]

        INTEGRATION: CWS chart19 (1.6.78); FILE MERGED 2007/11/20 17:17:18 iha 1.6.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [6d135604a888e8ee3c6d26a65626f83db87a92e7]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/20 16:16:37 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ebd5651ecb83a4262a7906972b3e79417a67aafd]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2008/01/09 16:36:34 bm 1.1.2.2: #i84801# correct title of dialog 2007/12/20 16:16:37 bm 1.1.2.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [6c4e13c2cff4ee5c19a277f1ab3e7dfbf1891904]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2007/12/10 11:39:22 bm 1.2.78.1: #i79739# warn user about incorrect input

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c63acec4cb69fa175c139aa3d800a24528218e09]

        INTEGRATION: CWS chart19 (1.2.78); FILE MERGED 2007/11/20 17:11:12 iha 1.2.78.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c72ab14b2d31bae157d7495c4008a3ba386f62cd]

        INTEGRATION: CWS chart19 (1.5.78); FILE MERGED 2008/01/11 14:12:03 bm 1.5.78.2: #i85102# regression types case mismatch 2007/12/20 16:14:49 bm 1.5.78.1: #i84801# split up statistic dialog into error bar dialog and trendline dialog

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [ba1d4e4186737e021b416d4eac3e04f3eda4d08b]

        INTEGRATION: CWS chart19 (1.6.78); FILE MERGED 2008/01/11 14:11:40 bm 1.6.78.1: #i85102# percent stacked case mismatch

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [4010533737bffa3c1a5ca02756e5fbd8bc6fdc4f]

        INTEGRATION: CWS chart19 (1.8.10); FILE MERGED 2008/01/15 15:45:28 bm 1.8.10.8: #i44768# STR_OBJECT_CURVE_WITH_PARAMETERS: Trend Line -> Trend line 2008/01/15 15:13:15 bm 1.8.10.7: #i44768# trendline -> trend line 2008/01/15 10:42:35 bm 1.8.10.6: #i44768# average value -> mean value for consistency 2008/01/15 08:19:54 bm 1.8.10.5: #i44768# some string adaptions for trendlines 2007/12/20 16:14:49 bm 1.8.10.4: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:42 bm 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2007/12/10 11:39:22 bm 1.8.10.2: #i79739# warn user about incorrect input 2007/11/20 16:33:08 iha 1.8.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c04f75aa1d73812e753e9d7ce317859d310799b7]

        INTEGRATION: CWS chart19 (1.3.10); FILE MERGED 2008/01/14 16:10:06 bm 1.3.10.4: #i44768# tp_RegressionOptions became obsolete 2007/12/20 16:14:49 bm 1.3.10.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:45:58 bm 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/15 12:57:30 iha 1.3.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [fe8de4e7b39da8c39ba7fde4b2f29fc137cdd35a]

        INTEGRATION: CWS chart19 (1.6.10); FILE MERGED 2007/12/18 13:45:49 bm 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2007/11/20 17:07:55 iha 1.6.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7ab4c27389a3d97cd37f67f2072d5ceab895d314]

        INTEGRATION: CWS chart19 (1.3.18); FILE MERGED 2007/12/10 11:39:22 bm 1.3.18.1: #i79739# warn user about incorrect input

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [1492c652811d4999e3b705033d717823b85b995f]

        INTEGRATION: CWS chart19 (1.4.44); FILE MERGED 2007/12/10 14:40:03 bm 1.4.44.2: #i79739# initializer order 2007/12/10 11:39:22 bm 1.4.44.1: #i79739# warn user about incorrect input

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [e96a21eba5a31f39c1dc7a3e2806fbdac1e145f6]

        INTEGRATION: CWS chart19 (1.3.78); FILE MERGED 2007/12/18 08:37:43 bm 1.3.78.1: #i44768# rename error indicator icons (and add those for x-errors)

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [8e772eaeb9ce3ba724b22055d65547cb8364adc4]

        INTEGRATION: CWS chart19 (1.3.78); FILE MERGED 2007/12/18 08:37:18 bm 1.3.78.1: #i44768# rename error indicator icons (and add those for x-errors)

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [25da5b7811f2e1b5cbd90b9d000e003763112881]

        INTEGRATION: CWS chart19 (1.5.78); FILE MERGED 2007/12/18 08:37:58 bm 1.5.78.1: #i44768# rename error indicator icons (and add those for x-errors)

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [582414527587a40866281b51f484a82e919a47f5]

        INTEGRATION: CWS chart19 (1.3.78); FILE MERGED 2007/12/18 08:35:46 bm 1.3.78.1: #i44768# rename error indicator icons (and add those for x-errors)

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [503909155cf0c6fe3ed048ece592347612f127fc]

        INTEGRATION: CWS chart19 (1.4.40); FILE MERGED 2007/12/18 13:45:29 bm 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2007/11/20 17:02:48 iha 1.4.40.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [7d2e380dcb1e78f172a6ffe109f4fb3a3c4ec1a1]

        INTEGRATION: CWS chart19 (1.5.22); FILE MERGED 2007/11/20 16:56:51 iha 1.5.22.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [cf5edb6135ca64eec506eeb2d51e545105f15e97]

        INTEGRATION: CWS chart19 (1.11.12); FILE MERGED 2008/01/18 15:09:02 iha 1.11.12.3: RESYNC: (1.11-1.12); FILE MERGED 2007/12/15 13:06:35 iha 1.11.12.2: #i16776# starting angle for pie charts 2007/11/20 16:57:32 iha 1.11.12.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c6713719d15759be16abf595c99eb70fc831170b]

        INTEGRATION: CWS chart19 (1.7.224); FILE MERGED 2007/12/18 13:44:51 bm 1.7.224.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/20 16:07:43 iha 1.7.224.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [866d67e3d850373a6a26c7be299c0ce6357d018c]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/11/20 16:07:15 iha 1.1.2.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f80b525278e641d33a3c0bd8e5c45404d25014eb]

        INTEGRATION: CWS chart19 (1.113.10); FILE MERGED 2007/12/18 13:44:21 bm 1.113.10.2: RESYNC: (1.113-1.115); FILE MERGED 2007/12/15 14:35:10 iha 1.113.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [47ffb847d54fb42f8d15b2c3245b0fd94c9b6879]

        INTEGRATION: CWS chart19 (1.41.54); FILE MERGED 2008/01/31 16:05:35 iha 1.41.54.4: RESYNC: (1.42-1.43); FILE MERGED 2008/01/08 13:10:40 iha 1.41.54.3: #i16776# starting angle for pie charts - correct import of old 3D pie charts 2007/12/18 13:44:11 bm 1.41.54.2: RESYNC: (1.41-1.42); FILE MERGED 2007/11/20 16:30:30 iha 1.41.54.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [71ed924eb0731c54f13b79cdc71665379c9afcf3]

        INTEGRATION: CWS chart19 (1.91.10); FILE MERGED 2008/01/18 15:08:22 iha 1.91.10.3: RESYNC: (1.92-1.93); FILE MERGED 2007/12/18 13:44:14 bm 1.91.10.2: RESYNC: (1.91-1.92); FILE MERGED 2007/11/20 16:27:15 iha 1.91.10.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [c0c8497dbf6153c0e748077c7749de1c6280cd9e]

        INTEGRATION: CWS chart19 (1.28.12); FILE MERGED 2007/12/18 13:44:17 bm 1.28.12.2: RESYNC: (1.28-1.29); FILE MERGED 2007/12/15 14:35:59 iha 1.28.12.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f85ce89ef8ca8a29f4c168fb74a5f59de0653d99]

        INTEGRATION: CWS chart19 (1.10.10); FILE MERGED 2007/12/18 13:44:08 bm 1.10.10.2: RESYNC: (1.10-1.12); FILE MERGED 2007/12/15 14:34:39 iha 1.10.10.1: #i16776# starting angle for pie charts

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [b05e428e00ee6cd8e34b5dc358d5384e5b104862]

        INTEGRATION: CWS chart19 (1.3.136); FILE MERGED 2007/11/20 16:21:50 iha 1.3.136.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [0c63fe2e475bd8acc299b82fe6ae6af916d7c521]

        INTEGRATION: CWS chart19 (1.1.2); FILE ADDED 2007/12/17 17:12:23 bm 1.1.2.1: #i44768# add horizontal error bar icons, rename others from indi... to error...

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [9071a181b04442f91d4dca6c6ce7832a3f1ea191]

        INTEGRATION: CWS chart19 (1.6.164); FILE MERGED 2008/01/15 15:12:40 bm 1.6.164.9: #i44768# trendline -> trend line 2008/01/15 13:47:51 bm 1.6.164.8: #i44768# error bars without hyphen 2008/01/15 13:47:23 bm 1.6.164.7: #i44768# duplicate mnemonics 2008/01/15 10:41:57 bm 1.6.164.6: #i44768# duplicate mnemonics 2008/01/15 07:56:36 bm 1.6.164.5: #i44768# inserting mean values has no dialog, +insert mean value line for context menu 2008/01/11 15:51:17 bm 1.6.164.4: #i44768# "Trendlines" for "Insert" menu, "Insert Trendline" for context menu of data series 2007/12/20 21:22:31 bm 1.6.164.3: #i84801# split up statistic dialog into error bar dialog and trendline dialog 2007/12/18 13:43:10 bm 1.6.164.2: RESYNC: (1.6-1.7); FILE MERGED 2007/11/20 16:16:26 iha 1.6.164.1: #1163# title for secondary axes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [0c29bdee0f77f55750775a4164de6b62951fcd1a]

        INTEGRATION: CWS l10ntooling11 (1.1.2); FILE ADDED 2008/02/11 16:52:56 ihi 1.1.2.1: #i85733# skip all sub dirs if the file no_localization is found

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [f1e18d905fc7354487be200649b810ef4cecc57f]

        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>  [14ac84ddad6c8a9c21766afe86252eebae91d566]

        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>  [2a5e8aa77381f786500db53c7904e1ed68320b23]

        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>  [83b09f53d976fc611909b9d4361f1b61ac48e0ce]

        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>  [117a9cd7f7dc5870174e2e3dcb0554a97f3b6e20]

        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>  [4c6fcb70225820f97fb1d04330baad1cd1ffe038]

        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>  [b21d305b855e30b285e1aae1d166aeb788b00c95]

        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>  [482fd559c870347fd834c5181d5785a4bef835cb]

        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>  [b881c83bff423da5878d1fb0bd6d1179ddc9d621]

        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>  [7ad94be86589406aba5216a6a5a76f3f920083ed]

        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>  [a32a2965a7ee6f9f9c82d720aca1993232fa6f02]

        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>  [920913265d846aac7f774d7254963927b6606944]

        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>  [7dd5eb99a6c868b48232378d7ca708df42e84b45]

        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>  [b0a732f74bb8912a002488cd5000d60fd60f3dd5]

        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>  [09a8ddf9c803921ccf758a7c180704df7993f8be]

        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>  [2423f28f6ea6951d9f37f7ca8528d3c7d111ec71]

        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>  [9a7c7bfbbc58932a2b77fa514228ba517c762af8]

        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>  [5533ed07efd3712d729468957b2f342a43af644c]

        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>  [9760b7fd837e4f3fd9bd7d4f991a10c6fc4fc629]

        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>  [2846f8f410b9f0878a14225f2162ef64e699b1c2]

        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-18  Martin Hollmichel  <mh@openoffice.org>  [9d600790d6cd5befaab42ae2dbc47e0278a26821]

        also generate hyph_en_US.dic

2008-02-18  René Engelhard  <rene@openoffice.org>  [5b249fcf57b099a4ed998661681f400d16490676]

        fix name

2008-02-18  René Engelhard  <rene@openoffice.org>  [1873c533a4ad9be80cb9745aaca4984a4304ff39]

        deliver hyphen.lib

2008-02-18  René Engelhard  <rene@openoffice.org>  [3264e58f8c52aed44494ca2f6c5bf244fe4057d9]

        (windows) build fixes

2008-02-18  René Engelhard  <rene@openoffice.org>  [d3c19b7e05560b153435374bd7f9310a266ba11a]

        (windows) build fixes

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [b1ceb058437918ee8bbeb5a2413288927638c913]

        INTEGRATION: CWS rt27 (1.21.202); FILE MERGED 2008/02/15 13:10:28 rt 1.21.202.1: #i86128# New SOAP api to set master and milestone simultaneously.

2008-02-18  Rüdiger Timm  <rt@openoffice.org>  [d8825492e3be14e7f7f212a4285947edf5a0b6af]

        INTEGRATION: CWS rt27 (1.33.172); FILE MERGED 2008/02/15 13:10:28 rt 1.33.172.1: #i86128# New SOAP api to set master and milestone simultaneously.

2008-02-15  Niklas Nebel  <nn@openoffice.org>  [6ba90804b5da7b7e5f2bf752da433aaae16c975b]

        moved from module scext

2008-02-15  Gregor Hartmann  <gh@openoffice.org>  [2e778c48f99150d23f7e5e3dfc8abaca57a5861c]

        undo previous checkin since it was not intended

2008-02-15  Gregor Hartmann  <gh@openoffice.org>  [2815aaeb30c5795526124c428ab0442d342b3148]

        #i85769#refine ResetSafeReschedule to count executes on modaldialogs

2008-02-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa2c8b407621e6486a58976cdde809ee0661ea16]

        #i10000#: fixed broken binary

2008-02-14  Rüdiger Timm  <rt@openoffice.org>  [c412c44ff6a203c1d1c7334b1ac865695367c7ff]

        #i10000# Correct Header

2008-02-13  Mikhail Voitenko  <mav@openoffice.org>  [a9c6be78e170c7aa14bbf4e95a4ed044f379c832]

        new version

2008-02-13  Vladimir Glazounov  <vg@openoffice.org>  [ed8c328c032047abf8f6fbab7cc513ba24320862]

        #i10000# get rid of warning

2008-02-13  Mikhail Voitenko  <mav@openoffice.org>  [9bf27e5a0d5dfd22a2c622c58ff50f7486e809cb]

        show master password dialog on demand

2008-02-13  Mikhail Voitenko  <mav@openoffice.org>  [b80b0da0d5cfdca02e51e6d2709344fc386eab3c]

        xml-apis.jar is not used

2008-02-13  Mikhail Voitenko  <mav@openoffice.org>  [2c06f16dccb0325220ab29d4acb811a216d293d1]

        fix the edit box; let the save password checkbox remember the state

2008-02-13  Vladimir Glazounov  <vg@openoffice.org>  [c5c3071ccb34b2db8ae62b591e1e8c715f4495d7]

        SRC680

2008-02-12  Mikhail Voitenko  <mav@openoffice.org>  [20865907304e831c85e603df169f2df4afd85c8a]

        new version

2008-02-12  Mikhail Voitenko  <mav@openoffice.org>  [61be50dfcb6c0ba6db30ee462eaedbaad02a15d8]

        start the browser in correct thread

2008-02-12  Mikhail Voitenko  <mav@openoffice.org>  [d5699b27db478065e4224a48367ee678e18768f0]

        fix build of the help; use merged version of xcu if there is one

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e1adf90d36ced3e3935bc2197f7b3b4bc9316b4b]

        INTEGRATION: CWS fwk84_SRC680 (1.211.62); FILE MERGED 2008/02/05 16:20:52 cd 1.211.62.4: #i10000# Fix build problem 2008/02/05 15:25:22 cd 1.211.62.3: #153869# Use TemplateURL configuration property to create registration URL 2008/02/01 13:14:17 cd 1.211.62.2: #153869# Create a instance uuid for every product version 2008/01/30 15:25:56 cd 1.211.62.1: #153869# Create instance URN on startup and adapt registration URL and job

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [21f6a2e8908d84e0ef6456180473d734336b0b02]

        INTEGRATION: CWS fwk84_SRC680 (1.32.330); FILE MERGED 2008/02/01 13:14:16 cd 1.32.330.2: #153869# Create a instance uuid for every product version 2008/01/30 15:25:56 cd 1.32.330.1: #153869# Create instance URN on startup and adapt registration URL and job

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [889c47dab12d08228eceb4f7ab03dd28a6535d94]

        INTEGRATION: CWS fwk84_SRC680 (1.3.22); FILE MERGED 2008/02/01 13:00:37 cd 1.3.22.1: #153871# Make argument -i <instance urn> optional. Check error code of stclient

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c7d5db2e3afc4919e51f57fa037d45934fdc6695]

        INTEGRATION: CWS fwk84_SRC680 (1.3.34); FILE MERGED 2008/02/04 11:55:14 obr 1.3.34.2: #153871# support for instance urn(s) 2008/01/25 09:56:19 obr 1.3.34.1: #153306# stclient interface change

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [21e45ba78d82034f6706ebd6e332e4aa55713e57]

        INTEGRATION: CWS fwk84_SRC680 (1.2.34); FILE MERGED 2008/01/30 08:39:24 as 1.2.34.3: #153305# new STClient argument INSTANCE_URN 2008/01/29 07:37:44 as 1.2.34.2: #153305# dont quote arguments; make sure we use URLs instead system paths 2008/01/25 15:25:00 as 1.2.34.1: #153305, 153306# trigger stclient again by using a NEW job; use new features of ShellExecution Job

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [8da4a52c44d9bb9f2768b4ed7cd746845d0bc18d]

        INTEGRATION: CWS fwk84_SRC680 (1.66.26); FILE MERGED 2008/02/01 13:23:06 cd 1.66.26.2: #153869# Updated registration URL 2008/01/30 15:24:49 cd 1.66.26.1: #153870# New registration URL for OpenOffice.org

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [fcdac9db2f94c92fa768dcfe5f92e85ce1c8de4d]

        INTEGRATION: CWS fwk84_SRC680 (1.143.66); FILE MERGED 2008/02/05 15:26:12 cd 1.143.66.3: #153869# Use TemplateURL configuration to provide a registration URL with place holders 2008/02/01 13:12:21 cd 1.143.66.2: #153869# Control a instance uuid for every product version 2008/01/30 15:53:13 cd 1.143.66.1: #153869# New property for instance uuid

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4816389f6f6b92f5ce20e3ea49eeddd72c18ba54]

        INTEGRATION: CWS fwk84_SRC680 (1.40.70); FILE MERGED 2008/02/05 15:26:12 cd 1.40.70.2: #153869# Use TemplateURL configuration to provide a registration URL with place holders 2008/02/01 13:12:21 cd 1.40.70.1: #153869# Control a instance uuid for every product version

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5629b13246496eba9cee2a91279efcb61af39464]

        INTEGRATION: CWS fwk84_SRC680 (1.3.44); FILE MERGED 2008/01/29 09:38:01 as 1.3.44.4: #153305# wait till external programm was finished 2008/01/29 07:29:16 as 1.3.44.3: #153305# osl_executeProcess supports file URLs only 2008/01/28 10:20:32 as 1.3.44.2: #153305# check empty arguments list explicitely 2008/01/25 15:27:10 as 1.3.44.1: #153305, 153306# use osl_executeProcess instead of SystemShellExecute

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [918d281ec34a8a20afd28c4185e2b2034a9ec7f5]

        INTEGRATION: CWS fwk84_SRC680 (1.2.92); FILE MERGED 2008/01/29 07:29:53 as 1.2.92.2: #153305# osl_executeProcess supports file URLs only 2008/01/25 15:27:09 as 1.2.92.1: #153305, 153306# use osl_executeProcess instead of SystemShellExecute

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c87cc24101cb30fe9e64ee3c1d33191a0ac81034]

        INTEGRATION: CWS aw054 (1.39.110); FILE MERGED 2007/11/07 16:37:06 aw 1.39.110.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [b1446bad268eb78031e2532b84d373e807e2f35b]

        INTEGRATION: CWS aw054 (1.15.134); FILE MERGED 2007/11/16 11:36:56 aw 1.15.134.1: #i83671# used the wrong point index in SdrPolyEditView::ImpTransformMarkedPoints

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [fe79c3140115f8d08c99424e701d283c5f782911]

        INTEGRATION: CWS aw054 (1.62.64); FILE MERGED 2007/11/07 16:36:27 aw 1.62.64.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Dependent from that AutoColor matching for BackgroundColor can be suppressed.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [a640aec0cb55edbc3d6e63f5689f808caf5f8d7d]

        INTEGRATION: CWS aw054 (1.3.404); FILE MERGED 2007/11/05 19:30:38 aw 1.3.404.1: #i82889# In OverlayObject::ImpDrawStripes do not just paint from start point to end point assuming that each partial Polygon contains a single line. Instead, paint the whole polygon

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [7639d8e1fbc374c5fef6ed0f9f0d93440524a1dc]

        INTEGRATION: CWS aw054 (1.13.160); FILE MERGED 2007/11/05 17:39:50 aw 1.13.160.1: #i83183# need to use original target PaintWindow in getWindow(), may be called inside paint (SW and SC do that)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [7905fa16efa6786c3521c2bdd11d0bb65335bf57]

        INTEGRATION: CWS aw054 (1.118.108); FILE MERGED 2007/11/07 16:35:44 aw 1.118.108.1: #i75566# Do not use AutoColor when printing OR Pdf export for font color

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [86995ab37c99c899ee4087941c648aed5e35951d]

        INTEGRATION: CWS aw054 (1.3.64); FILE MERGED 2008/01/21 21:02:16 aw 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2007/11/07 16:34:59 aw 1.3.64.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [d29e46bc91a44ac33828873dfce358eb825587b4]

        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>  [3555b22d6cb34e846882aa9497aa320a33358c9d]

        INTEGRATION: CWS aw054 (1.59.78); FILE MERGED 2007/11/07 16:40:33 aw 1.59.78.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Hint value is filled where needed for printing and PDF export.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [8872751ece74e17a781d04d9ae8840ee0e53651f]

        INTEGRATION: CWS aw054 (1.89.34); FILE MERGED 2008/01/21 21:00:04 aw 1.89.34.2: RESYNC: (1.89-1.90); FILE MERGED 2007/11/07 16:40:33 aw 1.89.34.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Hint value is filled where needed for printing and PDF export.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c3962204dc5f83db9027ce5c2912ac849607a017]

        INTEGRATION: CWS aw054 (1.102.74); FILE MERGED 2007/12/03 09:41:33 aw 1.102.74.2: RESYNC: (1.102-1.105); FILE MERGED 2007/11/07 16:40:33 aw 1.102.74.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Hint value is filled where needed for printing and PDF export.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [3830048593a9120012a4bd802d02a891f62d513c]

        INTEGRATION: CWS aw054 (1.13.140); FILE MERGED 2007/11/07 16:40:33 aw 1.13.140.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Hint value is filled where needed for printing and PDF export.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5d969720840baf94e4ea0a487c4e53021d2c3e0a]

        INTEGRATION: CWS aw054 (1.13.138); FILE MERGED 2007/10/17 13:26:32 af 1.13.138.1: #i82710# Using overlay support of drawing layer for painting overlays.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [438752a6823687982dd31699192657ef93c1c875]

        INTEGRATION: CWS aw054 (1.19.84); FILE MERGED 2007/10/17 13:25:19 af 1.19.84.1: #i82710# GetBoundingBox() replaces all bounding box related query methods.  Made PaintMouseOverEffect() public.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [ce101a43c0434f641dcba67f659265a0d5325779]

        INTEGRATION: CWS aw054 (1.22.124); FILE MERGED 2007/10/17 13:24:13 af 1.22.124.1: #i82710# Removed HideAndSave() and Restore() methods from the overlay manager.  Replaced GetFadeEffectIndicatorArea() with GetBoundingBox() in PageObjectViewObjectContact.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1db6c677422cd8af00c7ed0cf8921ddd79f0993e]

        INTEGRATION: CWS aw054 (1.7.374); FILE MERGED 2007/10/17 13:22:12 af 1.7.374.1: #i82710# Using overlay support of drawing layer for painting overlays.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [63e313648e4af3b9c6c6d499ec9255bef937bc4d]

        INTEGRATION: CWS aw054 (1.10.494); FILE MERGED 2007/10/17 13:20:35 af 1.10.494.1: #i82710# GetBoundingBox() replaces all bounding box related query methods.  Made PaintMouseOverEffect() public.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [087d20d480417723ebff722801e8ede395a42344]

        INTEGRATION: CWS aw054 (1.32.138); FILE MERGED 2007/10/17 13:17:41 af 1.32.138.1: #i82710# Removed HideAndSave(), Restore(), and Paint() methods from the overlay manager.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [19843720998abb97ad5ff1d63de615f1d4a85a56]

        INTEGRATION: CWS aw054 (1.10.42); FILE MERGED 2007/10/17 13:16:26 af 1.10.42.1: #i82710# Removed HideAndSave() and Restore() methods from the overlay manager.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [acb2023e698655d8ec063f4d9e0c89f2e2536b3b]

        INTEGRATION: CWS aw054 (1.16.86); FILE MERGED 2007/12/03 17:14:04 aw 1.16.86.2: #i82710# for unix compilers, PageObjectViewObjectContact needed to be known 2007/10/17 13:14:42 af 1.16.86.1: #i82710# PageObjectViewObjectContact::GetPreviewPixelBox replaced by GetBoundingBox.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [07ed0ce5820181119b33d0e1e3bcd5855b37bc9d]

        INTEGRATION: CWS aw054 (1.31.88); FILE MERGED 2007/11/07 16:40:32 aw 1.31.88.1: #i75566# Changed name from GetBackgroundColor to GetPageBackgroundColor (to be able to distinct it) and added a hint value if target is screen display. Hint value is filled where needed for printing and PDF export.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [7f34c0d698a2f7bdae6eef4af6747b66cc941b2e]

        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>  [d364b56c06cc5b1eac38c1230266feea5ab68ee3]

        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>  [61db58881e1dfcb4b012dbbf411c4957533e2513]

        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>  [ed6ea9aceab4bef40314f95d4462b23be033d051]

        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>  [830555bc0cdfff057d3c484cda9d48fab153502f]

        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>  [9081fc384b2333e5a83d8eb23aca8f4e85615111]

        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>  [48a87c887ae149f0f18be2298cf54b8532717d58]

        INTEGRATION: CWS jl87_SRC680 (1.13.130); FILE MERGED 2008/01/21 10:10:17 jl 1.13.130.1: #i85290# office also freezes when extensions are removed

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [52ec13f93adda74fc10f041de73adbd2575da095]

        INTEGRATION: CWS jl87_SRC680 (1.26.90.1.12); FILE MERGED 2008/01/22 11:35:16 jl 1.26.90.1.12.3: #i85466# do not add extension to db if the installation was cancelled 2008/01/21 10:10:17 jl 1.26.90.1.12.2: #i85290# office also freezes when extensions are removed 2008/01/18 16:56:35 jl 1.26.90.1.12.1: #i85290# office also freezes when extensions are removed

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [36c2c00b408e046a47fc6b8dd8813dd7599ec9ab]

        INTEGRATION: CWS jl87_SRC680 (1.5.272); FILE MERGED 2008/01/22 15:00:24 jl 1.5.272.1: #i80684# licence dialog will be executed in main thread

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [9e6b3b2391684a1ce7e6fac046fa5dc6aafaa033]

        INTEGRATION: CWS jl87_SRC680 (1.7.44); FILE MERGED 2008/01/22 15:00:24 jl 1.7.44.1: #i80684# licence dialog will be executed in main thread

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [61f6572401f57032e4266845d5801a6998f5680d]

        INTEGRATION: CWS jl87_SRC680 (1.24.30); FILE MERGED 2008/01/18 16:56:35 jl 1.24.30.2: #i85290# office also freezes when extensions are removed 2008/01/18 14:00:51 jl 1.24.30.1: #i85290# office freezes when NodeImpl::modifed is called from the extension updates installation thread

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [cc4a19387193b9ed9f2f77503a61464d8ce2c9eb]

        INTEGRATION: CWS jl87_SRC680 (1.31.44); FILE MERGED 2008/01/22 14:53:30 jl 1.31.44.1: #i85290# added comment

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4f2395e507137aa8ca15a1632df9bd73e12a09c0]

        INTEGRATION: CWS jl87_SRC680 (1.18.8.2.2); FILE MERGED 2008/02/06 15:21:52 jl 1.18.8.2.2.1: #i85859# certificate chain checking was broken

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [2e94ebf6116b0fb4a987697126ede783e54b9245]

        INTEGRATION: CWS pagemargins (1.4.768); FILE MERGED 2008/02/01 14:10:56 nn 1.4.768.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [ffec1ed1239749f20fb7b13a7d9c3faff3f1079f]

        INTEGRATION: CWS pagemargins (1.54.8); FILE MERGED 2008/02/01 14:45:26 nn 1.54.8.2: #i51656# make warning-clean 2008/02/01 14:10:56 nn 1.54.8.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [510ca2262f7b2a20f85397908578833766f2accc]

        INTEGRATION: CWS pagemargins (1.41.8); FILE MERGED 2008/02/01 14:10:56 nn 1.41.8.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c9d443d189b58aa48b6d74fa97838a5020145ef4]

        INTEGRATION: CWS pagemargins (1.32.250); FILE MERGED 2008/02/01 14:45:26 nn 1.32.250.2: #i51656# make warning-clean 2008/02/01 14:10:56 nn 1.32.250.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [23802eb52aaec71dfd4c80b61276101bf2231e92]

        INTEGRATION: CWS pagemargins (1.12.650); FILE MERGED 2008/02/01 14:10:55 nn 1.12.650.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [0d9665af44b38f68f3caa5004678ce8357002965]

        INTEGRATION: CWS pagemargins (1.9.280); FILE MERGED 2008/02/01 14:10:55 nn 1.9.280.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [f55fda3f03202edf81fd57279b4d7723e098ac3e]

        INTEGRATION: CWS pagemargins (1.36.140); FILE MERGED 2008/02/01 14:10:55 nn 1.36.140.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [ffa5ff653eff652808dfe5b53b35c9e5d580c328]

        INTEGRATION: CWS pagemargins (1.5.650); FILE MERGED 2008/02/01 14:10:55 nn 1.5.650.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1d0ce7ad357966dba0777c6d8eac24a3c6e5a976]

        INTEGRATION: CWS pagemargins (1.57.26); FILE MERGED 2008/02/01 14:10:55 nn 1.57.26.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [37bf7f8ffebc9aa2cdffc7174a1e459441ebd54a]

        INTEGRATION: CWS sw24bf03_SRC680 (1.45.178); FILE MERGED 2008/01/30 16:48:52 od 1.45.178.1: #i82258# method <SwPageFrm::PreparePage(..)> 	 - first register anchored objects before format.

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4d6e827c14dd78c1eb2b1dad41427022f4064d31]

        INTEGRATION: CWS sw24bf03_SRC680 (1.100.178); FILE MERGED 2008/01/30 16:46:52 od 1.100.178.1: #i82258# method <Notify_Background(..)> 	 - make code robust

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [ca35517ea8b211758e84dc849597e3ae6b16b30f]

        INTEGRATION: CWS sw24bf03_SRC680 (1.38.130.1.18); FILE MERGED 2008/01/30 11:08:39 od 1.38.130.1.18.1: #i85717# method <SwNoTxtFrm::PaintPicture(..)> 	 - correct condition to check, if no graphic is available

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [54591421d48be7ca76dee300a4f3085f977076df]

        INTEGRATION: CWS pagemargins (1.26.118); FILE MERGED 2008/02/01 14:09:12 nn 1.26.118.1: #i51656# page margins in page preview (patch from maoyg)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [8cf0e565693192806c5c016c861a62ec0483b6ff]

        INTEGRATION: CWS mingwport11 (1.6.8); FILE MERGED 2008/02/08 17:44:01 vg 1.6.8.1: #i85952# catch-up fix for mingwport

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [0942e37bd716f15e01ffdbc22a12d8cc3964abd3]

        INTEGRATION: CWS mingwport11 (1.2.4); FILE MERGED 2008/02/08 17:44:42 vg 1.2.4.1: #i85952# catch-up fix for mingwport

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [6305e40668403dabac8c8e7f6d923528372c0d6c]

        INTEGRATION: CWS mingwport11 (1.3.2); FILE MERGED 2008/02/11 14:47:06 vg 1.3.2.1: #i85952# catch-up fix for mingwport

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [191a601568fe297387ac5798c6986734e1d14a27]

        INTEGRATION: CWS mingwport11 (1.1.2); FILE MERGED 2008/02/11 14:47:06 vg 1.1.2.1: #i85952# catch-up fix for mingwport

2008-02-12  Mikhail Voitenko  <mav@openoffice.org>  [0b07164c327b79a212419a4839336b24b549c5cf]

        fix pathes

2008-02-12  Mikhail Voitenko  <mav@openoffice.org>  [a0f9dfe0ebce9fd4d29e306212bfb67e564c1a50]

        use UPDMINOREXT variable

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [39c051de460220220ea37c47cbc9bcdc4aaf0042]

        INTEGRATION: CWS calccolumns (1.21.62); FILE MERGED 2008/02/06 09:41:02 nn 1.21.62.1: #i85906# don't try to load more columns than there are in the file

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [73268bb245e3fc554c2d8b3f1b6554bab9d199ca]

        INTEGRATION: CWS calccolumns (1.31.232); FILE MERGED 2008/01/23 13:29:35 nn 1.31.232.1: #i31612# don't limit page number to USHORT

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [72bcae94739b6b359dcf92b026f7de9bd80f1d92]

        INTEGRATION: CWS calccolumns (1.20.262); FILE MERGED 2008/01/28 18:09:47 nn 1.20.262.2: RESYNC: (1.20-1.21); FILE MERGED 2008/01/23 13:28:48 nn 1.20.262.1: #i31612# limit GetPrintArea, performance of SetOptimalHeight

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [411338563290eae68fe50443b23b6a2546eada2c]

        INTEGRATION: CWS calccolumns (1.9.262); FILE MERGED 2008/01/28 10:30:26 nn 1.9.262.1: #i31612# save performance with increased column count

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [b5b72fda594f74343e4e656664defaea8ae50101]

        INTEGRATION: CWS calccolumns (1.13.262); FILE MERGED 2008/01/28 10:30:26 nn 1.13.262.1: #i31612# save performance with increased column count

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [03cd0edd1687e71203a025dfd6c308d622aa4269]

        INTEGRATION: CWS calccolumns (1.80.108); FILE MERGED 2008/01/28 18:09:44 nn 1.80.108.2: RESYNC: (1.80-1.81); FILE MERGED 2008/01/28 10:30:26 nn 1.80.108.1: #i31612# save performance with increased column count

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [02367e9e270f612cc9d8336076e9d9c6f4b962de]

        INTEGRATION: CWS sw24bf04_SRC680 (1.73.180); FILE MERGED 2008/02/05 10:04:52 hbrinkm 1.73.180.1: #i85624# applied patch

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c3b7c3211c8f428f6f1c62eb7a2c70f79abf8588]

        INTEGRATION: CWS calccolumns (1.25.28); FILE MERGED 2008/01/28 10:30:26 nn 1.25.28.1: #i31612# save performance with increased column count

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [ab694f19334aea1919808dd54eb94dd54449054a]

        INTEGRATION: CWS sw24bf04_SRC680 (1.86.136); FILE MERGED 2008/02/05 10:04:51 hbrinkm 1.86.136.1: #i85624# applied patch

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [7748a676e4e1bc79d00d42df82346f7585fda048]

        INTEGRATION: CWS calccolumns (1.4.632); FILE MERGED 2008/01/28 10:30:26 nn 1.4.632.1: #i31612# save performance with increased column count

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [f4ee7fa086a3f3903f8d458c987311e1a03972cb]

        INTEGRATION: CWS sw24bf04_SRC680 (1.43.130.1.12); FILE MERGED 2008/02/05 10:04:51 hbrinkm 1.43.130.1.12.1: #i85624# applied patch

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [8439aa582399866813175780405b85e7470ec678]

        INTEGRATION: CWS calccolumns (1.14.106); FILE MERGED 2008/01/23 13:27:26 nn 1.14.106.1: #i31612# 1024 columns

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4500d37a778d525bf3ccae6e34b16be34965ceba]

        INTEGRATION: CWS obr07 (1.59.6); FILE MERGED 2008/01/24 20:30:14 obr 1.59.6.2: moved macosxrc to vcl/unx/source/gdi 2008/01/24 08:08:19 obr 1.59.6.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [44d6285c222bd2887e94b44f82e107df793d3af2]

        INTEGRATION: CWS obr07 (1.47.34); FILE MERGED 2008/01/24 20:30:14 obr 1.47.34.1: moved macosxrc to vcl/unx/source/gdi

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [014215185777a3b9f6e40661b842b4ebbeaa727f]

        INTEGRATION: CWS obr07 (1.227.8); FILE MERGED 2008/01/25 10:46:24 obr 1.227.8.2: moved Info.plist to sysui/desktop/macosx 2008/01/24 13:59:43 obr 1.227.8.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [7ada6787fb873289a968a77f86e7f131ef055585]

        INTEGRATION: CWS obr07 (1.42.64); FILE MERGED 2008/02/05 09:27:15 obr 1.42.64.1: #i85858# moved version from bundle to disk image name

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [3e06d5a6db2d9da76eabee131389da5aee8ea0a7]

        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>  [d3d8a4cfc121e1c484e7f3aa0a828443e86d679c]

        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>  [ac9f8b36f4e6be5224b41cff7148452b1788310e]

        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>  [1034bc3dc44979c7467e06f98f3f14aea1ef9b8e]

        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>  [c31877f80ef4a12dafcdc25640f188f0f3f3b8be]

        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>  [8d6de7a447cb026a2e6352db4b4410dc134dc197]

        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>  [d810ab946cd202c49999e7a40629026c4b5745d6]

        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>  [59f6b28b71496bb6b4912158ce5cbdd8d72e7b4c]

        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>  [01e449f33542c5c07bab27d7443bdc1430560f8a]

        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>  [a69dfd2ef2fcb0797875be914fbd12daa1d9240c]

        INTEGRATION: CWS obr07 (1.6.2); FILE MERGED 2008/01/25 10:46:50 obr 1.6.2.2: moved Info.plist to sysui/desktop/macosx 2008/01/24 13:59:10 obr 1.6.2.1: moved MacOS X specific resources (cursor/nib) to vcl/aqua

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [15e46c9ff4df8ec5a80657351819ec7ffaa57357]

        INTEGRATION: CWS obr07 (1.11.30); FILE MERGED 2008/02/05 09:49:06 obr 1.11.30.1: #i85858# moved version from bundle to disk image name

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [55eab0254841c592232a395588c7ebbba5efa292]

        INTEGRATION: CWS obr07 (1.29.168); FILE MERGED 2008/01/31 09:53:48 obr 1.29.168.2: deliver zip files to bin 2008/01/25 10:46:39 obr 1.29.168.1: moved Info.plist to sysui/desktop/macosx

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [54a1633ee7c544768ed3beab0e70d5b10f8bf559]

        INTEGRATION: CWS obr07 (1.44.22); FILE MERGED 2008/01/24 08:08:02 obr 1.44.22.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1d8f55811f3b45dc14277452e26d531126634cfc]

        INTEGRATION: CWS obr07 (1.3.60); FILE MERGED 2008/01/29 12:50:35 obr 1.3.60.1: handle uncompressed Solaris packages

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [27cee73d9ac5eb72d36726d984d2d1bc2f2a4e08]

        INTEGRATION: CWS obr07 (1.6.14); FILE MERGED 2008/02/03 20:55:22 obr 1.6.14.1: #i84571# applied latest patch

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [9b6f7bf20eff50b3b552941171f0a92d1538ff2b]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/02/06 21:03:07 obr 1.1.2.5: XML::Parser not a default module on OSX 2008/02/05 09:24:48 obr 1.1.2.4: #i85858# added extended version info and removed non-existing chart document type 2008/01/25 13:40:18 obr 1.1.2.3: only package the icons referenced in Info.plist 2008/01/25 10:46:39 obr 1.1.2.2: moved Info.plist to sysui/desktop/macosx 2008/01/24 08:09:02 obr 1.1.2.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1374c883470c6abc1ca6f4c1035bb1528fddb57c]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/02/06 21:03:07 obr 1.1.2.1: XML::Parser not a default module on OSX

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [d54c727905bd4f3ac86c7df09efb6d0081410536]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 08:09:02 obr 1.1.2.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5c8d7059f9819837b4548900b47e1ae9ddd81142]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/02/05 09:24:48 obr 1.1.2.3: #i85858# added extended version info and removed non-existing chart document type 2008/01/25 13:40:18 obr 1.1.2.2: only package the icons referenced in Info.plist 2008/01/25 10:46:38 obr 1.1.2.1: moved Info.plist to sysui/desktop/macosx

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [8f75b35ce7cb90fbc7d6b410ceaf07f551745324]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 08:08:01 obr 1.1.2.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [92a1a5d6571d04c3b8bc5d0b08f5b36ee53d26ca]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 08:08:00 obr 1.1.2.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e04553b3d0da728220238da76066f3b93fae05d8]

        INTEGRATION: CWS sw8u10stopper_SRC680 (1.45.152); FILE MERGED 2008/01/31 15:28:29 ama 1.45.152.1: Fix #i85619#: New tables with merged cells in repeated header

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [f17581cee7f2c1188962ccd51697c033efbefa1d]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/25 13:40:18 obr 1.1.2.1: only package the icons referenced in Info.plist

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [d2bed1218d84cd3a92a05bc2a064d31215a5df25]

        INTEGRATION: CWS dba24g_SRC680 (1.28.64.2.6); FILE MERGED 2008/01/28 09:35:14 oj 1.28.64.2.6.1: #i83805# change order of calls

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e41b78469cc5dab0402537a6bc84f87162f7ee49]

        INTEGRATION: CWS dba24g_SRC680 (1.6.52); FILE MERGED 2008/01/31 07:40:19 oj 1.6.52.1: import of odf12 for db files

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e78663c74b6520c21a3d65debc8824cde2295b4f]

        INTEGRATION: CWS sheetdrag (1.21.14); FILE MERGED 2008/01/31 16:04:31 nn 1.21.14.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [b87e614858dadd01b90de9c023d1389c0a3cf4e1]

        INTEGRATION: CWS dba24g_SRC680 (1.17.52); FILE MERGED 2008/01/31 07:40:19 oj 1.17.52.1: import of odf12 for db files

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [005cb06a114d17e3039a73a472b2d03f559031db]

        INTEGRATION: CWS sheetdrag (1.21.276); FILE MERGED 2008/01/31 17:34:53 nn 1.21.276.1: #b6632130# exceptions

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e06b31e1691604511a9fd8d66b7f245ed2757a32]

        INTEGRATION: CWS dba24g_SRC680 (1.2.52); FILE MERGED 2008/01/28 13:13:25 oj 1.2.52.1: remove duplicate ado entry

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [5165563be3f71c28cc54adcb755f29c0fc86fc74]

        INTEGRATION: CWS sheetdrag (1.81.14); FILE MERGED 2008/01/31 16:20:40 nn 1.81.14.2: RESYNC: (1.81-1.82); FILE MERGED 2008/01/31 16:04:29 nn 1.81.14.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [930ace511452899d9c33eec0235f3a89795a34ee]

        INTEGRATION: CWS dba24g_SRC680 (1.31.52); FILE MERGED 2008/01/31 07:40:19 oj 1.31.52.1: import of odf12 for db files

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [69bc28de840ba683545e5730c263b54ce101cbca]

        INTEGRATION: CWS obr07 (1.1.2); FILE ADDED 2008/01/24 08:07:59 obr 1.1.2.1: moved MacOS X desktop intergration icons to sysui beside those for the other platforms and renamed them

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [19d9e625667f9d1caf7ef10414cc323ae76ba81c]

        INTEGRATION: CWS sheetdrag (1.68.12); FILE MERGED 2008/01/31 16:20:36 nn 1.68.12.2: RESYNC: (1.68-1.69); FILE MERGED 2008/01/31 16:04:27 nn 1.68.12.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [4ebed92d2be05a3c41331bafa5a53eb2e6c0c282]

        INTEGRATION: CWS sheetdrag (1.25.46); FILE MERGED 2008/01/31 16:20:33 nn 1.25.46.2: RESYNC: (1.25-1.26); FILE MERGED 2008/01/31 16:04:26 nn 1.25.46.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c2e6f2d33161aaf7d0a23a30ee99c6d6e8e4b3d1]

        INTEGRATION: CWS sheetdrag (1.30.210); FILE MERGED 2008/01/31 16:04:24 nn 1.30.210.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c58437c62e43fa5c0238834809b11bc7db203cec]

        INTEGRATION: CWS sheetdrag (1.32.118); FILE MERGED 2008/01/31 16:04:23 nn 1.32.118.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [d03646133924979bfcbaee94992bf1bb785e53ad]

        INTEGRATION: CWS sheetdrag (1.18.290); FILE MERGED 2008/01/31 16:20:30 nn 1.18.290.2: RESYNC: (1.18-1.19); FILE MERGED 2008/01/31 16:04:22 nn 1.18.290.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [e7aafabecc3c0fcf5136f0b035c4bb00f3ebde04]

        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>  [e3b9352f708ff92debb0233cc0942a4c4ac80c45]

        INTEGRATION: CWS sheetdrag (1.25.188); FILE MERGED 2008/01/31 16:20:27 nn 1.25.188.2: RESYNC: (1.25-1.26); FILE MERGED 2008/01/31 16:04:22 nn 1.25.188.1: #b6632130# find used named ranges in only one loop

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [a65e362b0e0404c634f3f7e38a0153a43d24cd87]

        INTEGRATION: CWS dba24g_SRC680 (1.32.58); FILE MERGED 2008/01/30 08:26:22 oj 1.32.58.2: #i85508# change ; into {} to make it work again with 2.5.33 2008/01/29 08:47:12 oj 1.32.58.1: #i85371# change getc to increment pos

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c07c60aed0a24135ddd67b70ac64e82700a67496]

        INTEGRATION: CWS dba24g_SRC680 (1.45.26.1.2); FILE MERGED 2008/01/29 10:53:01 oj 1.45.26.1.2.1: #i85639# convert value into string

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [f5682cca5995370c135e09eab32574e7f0c5071e]

        INTEGRATION: CWS dba24g_SRC680 (1.6.12.2.2); FILE MERGED 2008/01/30 12:43:02 lla 1.6.12.2.2.1: #i85662# D&D loop fix

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [1e63c22ae21ff2fcca61c3d3287ea29b8d3ff7dc]

        INTEGRATION: CWS dba24g_SRC680 (1.2.68.1.2); FILE MERGED 2008/01/30 12:43:02 lla 1.2.68.1.2.1: #i85662# D&D loop fix

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [535f5f53fe8d0707399cb5227742d744a3b0d399]

        INTEGRATION: CWS mav27_SRC680 (1.198.28.2.2); FILE MERGED 2008/01/31 18:43:30 mav 1.198.28.2.2.1: #i85749# a document created from template has no name

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c39bb83e19675a4f2ac1edda4a2f85fc2b27e153]

        INTEGRATION: CWS odfversionfix_SRC680 (1.198.28.2.6); FILE MERGED 2008/02/05 13:54:19 mba 1.198.28.2.6.1: #i85734#: Itchitaro filter uses ODFVersion 0.9

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [099e2bfe4f979446cf3b7cdc6babcfc852c3889a]

        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>  [71bb5055e38e390fddb2e0f1aa37f66872e11376]

        INTEGRATION: CWS odfversionfix_SRC680 (1.2.72); FILE MERGED 2008/02/05 13:49:27 mba 1.2.72.1: #i85734#: don't crash when no frame exists

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [450b4c31a08c676baa0faf5890f1de8b443e34b7]

        INTEGRATION: CWS dba24h_SRC680 (1.6.12.2.4); FILE MERGED 2008/02/04 12:34:13 fs 1.6.12.2.4.1: #i85822# properly initialize pRanges (0-terminated)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [c57e8e70fdeb6c5081f454e692b931def4f650ab]

        INTEGRATION: CWS fwk85_SRC680 (1.28.52); FILE MERGED 2008/01/30 15:06:22 mav 1.28.52.1: #i85687# commit the fix from AS

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [9fd9692d75f981d87febb13dbb670ded12e7fc54]

        INTEGRATION: CWS dba24h_SRC680 (1.2.68.1.4); FILE MERGED 2008/02/04 12:33:56 fs 1.2.68.1.4.1: #i85822# properly initialize pRanges (0-terminated)

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [455b4081d0375e88d7f32c2e5cf448efd400a57f]

        INTEGRATION: CWS dba24h_SRC680 (1.2.92); FILE MERGED 2008/02/05 08:48:58 oj 1.2.92.1: #i80479# fix currency format

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [67fdef0ae8cd35f0a5da3b06cd3bf048da937f0c]

        INTEGRATION: CWS dba24h_SRC680 (1.3.84); FILE MERGED 2008/02/05 08:48:58 oj 1.3.84.1: #i80479# fix currency format

2008-02-12  Vladimir Glazounov  <vg@openoffice.org>  [cd44be240447609224c86282b2fab5f16b546833]

        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>  [107112d106eddea93264eaef025df54fe6bf4761]

        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>  [e87460e67509c003a731c3bf91f9beaddb06505a]

        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-11  René Engelhard  <rene@openoffice.org>  [adde7156e5ff2423f0365cb0eda6dc97715f3738]

        #i10000# we need officecfg for component-description.dtd

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [7990cb5b55223c304985a20b8f3aa0a8aa87a64a]

        add scrollbar

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [681ee8e3600ae84e1526f30b052ff1959df1125b]

        fix from HJS

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [cb3ae0d19b4db03ddb0e602ebf813f67cad46970]

        change build.xml

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [04b02af33b58679d8300a10a13dca900c0ea9568]

        global settings

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [4eef907a3573385515fc6801f530283509734f93]

        use default help button; set the new version

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [96645e805008b8befab15c3ab5be74dc8cffe46b]

        add global dialog help

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [dd58971fa01923051208ffc6c0ce8a4569933bf4]

        store the user name

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [1abd836201dd66b93a648c58ee929cfc45e170d7]

        change user and password handling

2008-02-11  Mikhail Voitenko  <mav@openoffice.org>  [1b9a822eead9e30267f3425d67e8f9b56169113d]

        fix makefiles

2008-02-10  Mikhail Voitenko  <mav@openoffice.org>  [97112b0ee3445deb19adf87c7cf482360733bd37]

        Let the dialogs stay open in case of error

2008-02-10  Mikhail Voitenko  <mav@openoffice.org>  [dd41994364df5aa3ffcc97081bb1ccf51b869763]

        add help

2008-02-10  Mikhail Voitenko  <mav@openoffice.org>  [db9d34c3d944e51b14ce1fb1d8806a5bb1fbe2f5]

        build the extension only when the variable is set

2008-02-08  Mikhail Voitenko  <mav@openoffice.org>  [3f589cc777a0614ecb7e71db09109f0b64728691]

        move the extension configuration to let it be correctly built

2008-02-08  Mikhail Voitenko  <mav@openoffice.org>  [2a64ec13a6a4f9c55245212661b1892906a05ef3]

        create the configuration hierarchy to let it be built correctly

2008-02-08  Mikhail Voitenko  <mav@openoffice.org>  [9553a92031fa843107f8d424754996b747fef96f]

        move the extension configuration to let it be correctly built

2008-02-08  Armin Weiss  <aw@openoffice.org>  [eddd2149beaa3c70e23edb10c8864260972a2d2f]

        order of initialisation changed due to warning free code

2008-02-07  Martin Hollmichel  <mh@openoffice.org>  [512eb3d106ae2e08b9cc6196dae467db47680512]

        #i10000# remove dead file to avoid dead links: DevelopersGuide_intro.html

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [d4b949ae89d440808e48bf13b4a2fd2870ba0d90]

        handle the message box return values correctly

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [4cc055670445fc66fbf9a074c4efe3c4352b791b]

        adjust the help ID

2008-02-07  Armin Weiss  <aw@openoffice.org>  [42b6b472aef0e9a7e6496979182cfaca1c597394]

        stable version from working GIT repository for unxlngi6 build

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [d23306e12ad4a32271b14a166caef9ba4727d964]

        adjust the UI

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [24676eea47056c29524b98a26a7ce2f611ec89ff]

        add the display name

2008-02-07  Rüdiger Timm  <rt@openoffice.org>  [693d7c1abf23746ecc354d1724e69f684ddcde2b]

        #i85927# Resource into language module.

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [96463b0c49d7d5f737976faa30764f56e89acccb]

        add help IDs

2008-02-07  Mikhail Voitenko  <mav@openoffice.org>  [591b2a221ef303798360786e57688814f490ace9]

        adopt to the new notification behavior

2008-02-06  Ivo Hinkelmann  <ihi@openoffice.org>  [7a7c1dcb9bfb49b38b7ea6bb276c5189262773c0]

        #i10000# master fix , build fix

2008-02-06  Ivo Hinkelmann  <ihi@openoffice.org>  [69347168ef0e06193a188b5000128f9ff1549023]

        #i10000# master fix , build fix

2008-02-06  Ivo Hinkelmann  <ihi@openoffice.org>  [015f1417376c6dd4bbf9d484e9a1a30d7aaa3e64]

        SRC680

2008-02-06  Ivo Hinkelmann  <ihi@openoffice.org>  [5bf51eb31f0b46ba2a3fed093d7dd66f5671d375]

        SRC680

2008-02-06  Mikhail Voitenko  <mav@openoffice.org>  [5809c95793202755f00e9cd559aefa7f1140c283]

        fix requested version

2008-02-06  Mikhail Voitenko  <mav@openoffice.org>  [729cad1b28b312b8744e9723719c9b5109224258]

        remove unused dialog

2008-02-05  Mikhail Voitenko  <mav@openoffice.org>  [1834cd20a769227dfcb2036d47304f174db99382]

        fix possible deadlocks

2008-02-05  Mikhail Voitenko  <mav@openoffice.org>  [e13029b3e6569a852d7a37df1283f74e04310384]

        set the focus to cancel before disabling of controls

2008-02-05  Mikhail Voitenko  <mav@openoffice.org>  [18f05c538971907325d02eb0946e4faab41418d8]

        introduce the new dialogs

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9914106d5aad573d37438572d2260bc7fb8a2533]

        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>  [e7551bce3a5232f3726fc3050ca3dcaf9260deac]

        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>  [9237486e9fe627ead5e4c239db7d6f04cb856c76]

        INTEGRATION: CWS calcsolver (1.16.106); FILE MERGED 2007/12/19 20:12:16 nn 1.16.106.1: #i8808# solver files

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cdb5ba11d021ae5e58ef4c6f475df43d17976767]

        INTEGRATION: CWS calcsolver (1.34.4); FILE MERGED 2007/12/19 19:47:21 nn 1.34.4.1: #i8808# scext dependency

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fe84f8049ae837f4b1bf10a858849e7488006344]

        INTEGRATION: CWS calcsolver (1.24.132); FILE MERGED 2007/12/19 10:24:45 nn 1.24.132.3: RESYNC: (1.24-1.25); FILE MERGED 2007/12/18 20:50:25 nn 1.24.132.2: #i8808# solver messages 2007/12/05 17:59:18 nn 1.24.132.1: #i8808 solver API

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4f72afd353b236ded3143866a7cfd80c24aacc4a]

        INTEGRATION: CWS calcsolver (1.37.174); FILE MERGED 2007/12/19 20:12:16 nn 1.37.174.1: #i8808# solver files

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5835c91c7efb8318f8e8e0900328bff887f6f721]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/19 17:16:14 nn 1.1.2.2: include 2007/12/18 20:50:25 nn 1.1.2.1: #i8808# solver messages

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2763b6cdd2ba0344b2e955330ea76e1e9d22383a]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:25 nn 1.1.2.2: #i8808# solver messages 2007/12/05 17:59:18 nn 1.1.2.1: #i8808 solver API

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4ce2b86238c52fc3fdf2c2a7b2ac55d96a2d34e3]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:25 nn 1.1.2.2: #i8808# solver messages 2007/12/05 17:59:17 nn 1.1.2.1: #i8808 solver API

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bd37d6c805a63a34367b4309d7392ef6c718d501]

        INTEGRATION: CWS calcsolver (1.26.110); FILE MERGED 2007/12/14 18:48:33 nn 1.26.110.1: #i8808# solver options

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e112aff05acd6ccf49b5971d23d412a9f14f4aef]

        INTEGRATION: CWS calcsolver (1.29.64); FILE MERGED 2007/12/05 18:02:59 nn 1.29.64.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bc6bc5b9cf776f8a17344d39f2baa3e32ad28144]

        INTEGRATION: CWS calcsolver (1.11.162); FILE MERGED 2007/12/05 18:02:59 nn 1.11.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c76e8d594c27a3cdd3925fb660e34da033aa78f1]

        INTEGRATION: CWS calcsolver (1.12.162); FILE MERGED 2007/12/05 18:02:59 nn 1.12.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2330ff3ab868d11e8ad9af7ca792b0ab0e727998]

        INTEGRATION: CWS calcsolver (1.10.162); FILE MERGED 2007/12/05 18:02:59 nn 1.10.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9dad802d3392f2e8a604b3000afe58c5c87b52d6]

        INTEGRATION: CWS calcsolver (1.22.162); FILE MERGED 2007/12/05 18:02:59 nn 1.22.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5e9994399327dc84778339e4e61aafc55c2120f7]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/17 18:55:09 nn 1.1.2.2: #i8808# solver interaction 2007/12/14 18:48:33 nn 1.1.2.1: #i8808# solver options

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [57da0dd685b866bf0693827bbaa847569027c6a9]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/20 16:34:58 nn 1.1.2.4: #i8808# DefButton 2007/12/18 20:50:42 nn 1.1.2.3: #i8808# solver messages 2007/12/17 18:55:09 nn 1.1.2.2: #i8808# solver interaction 2007/12/05 18:02:58 nn 1.1.2.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7b9ef1e10ac4763d785dc2cc044dab246ad72154]

        INTEGRATION: CWS calcsolver (1.9.162); FILE MERGED 2007/12/14 18:48:32 nn 1.9.162.2: #i8808# solver options 2007/12/05 18:02:58 nn 1.9.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [69a15d45cb1892e9887d390a52439477e310c296]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:41 nn 1.1.2.3: #i8808# solver messages 2007/12/17 18:55:09 nn 1.1.2.2: #i8808# solver interaction 2007/12/14 18:48:32 nn 1.1.2.1: #i8808# solver options

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [46a8f19cf3141473ce765b6b61fa26f750364fe2]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/21 10:31:52 nn 1.1.2.7: #i8808# format cursor pos as absolute ref 2007/12/21 10:14:50 nn 1.1.2.6: #i8808# integer/binary conditions don't need a value 2007/12/20 14:15:11 nn 1.1.2.5: #i8808# try to make sure the progress dialog is painted before solving 2007/12/18 20:50:41 nn 1.1.2.4: #i8808# solver messages 2007/12/17 18:55:09 nn 1.1.2.3: #i8808# solver interaction 2007/12/14 18:48:32 nn 1.1.2.2: #i8808# solver options 2007/12/05 18:02:58 nn 1.1.2.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9d26e0138859ea2026a58c1f97602f4841f0fcf9]

        INTEGRATION: CWS calcsolver (1.8.162); FILE MERGED 2007/12/14 18:48:32 nn 1.8.162.2: #i8808# solver options 2007/12/05 18:02:58 nn 1.8.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c360f0ce0b1686bd62184406a241755bf7837ce5]

        INTEGRATION: CWS calcsolver (1.19.162); FILE MERGED 2007/12/05 18:02:58 nn 1.19.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b395c45faf8a5c70088106d3cc9979a66c768d91]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:41 nn 1.1.2.3: #i8808# solver messages 2007/12/17 18:55:08 nn 1.1.2.2: #i8808# solver interaction 2007/12/14 18:48:32 nn 1.1.2.1: #i8808# solver options

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0b85832f27c5045f6c1ad12034e9e5627866b6d0]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/14 18:48:32 nn 1.1.2.1: #i8808# solver options

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [959a360eff474aaeb2c1e01ff676dca801756f14]

        INTEGRATION: CWS calcsolver (1.5.162); FILE MERGED 2007/12/05 18:02:57 nn 1.5.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9fbc2301c5b155911d9b27b65ab2d09e99d64bb5]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:41 nn 1.1.2.4: #i8808# solver messages 2007/12/17 18:55:08 nn 1.1.2.3: #i8808# solver interaction 2007/12/14 18:48:32 nn 1.1.2.2: #i8808# solver options 2007/12/05 18:02:57 nn 1.1.2.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b6d7bb4ebfeee5e84bd6d883ee5bfcfbe6aeba65]

        INTEGRATION: CWS calcsolver (1.1.2); FILE ADDED 2007/12/18 20:50:41 nn 1.1.2.3: #i8808# solver messages 2007/12/17 18:55:08 nn 1.1.2.2: #i8808# solver interaction 2007/12/05 18:02:57 nn 1.1.2.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [854b52506330f1faf9cb468d64a0d0008f891bad]

        INTEGRATION: CWS calcsolver (1.43.104); FILE MERGED 2007/12/05 18:02:57 nn 1.43.104.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1980bbe3c5c1c9dadbc18d9d9c0450f4f9d2b1f9]

        INTEGRATION: CWS calcsolver (1.9.200); FILE MERGED 2007/12/05 18:02:57 nn 1.9.200.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [979cfc03fb3d3a2ffb780fdc61decba08bec10cb]

        INTEGRATION: CWS calcsolver (1.8.350); FILE MERGED 2007/12/20 09:42:54 nn 1.8.350.1: exceptions

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [150cca1be72d28ee1ab0f6e63d4fda1c1ebecc7d]

        INTEGRATION: CWS calcsolver (1.92.86); FILE MERGED 2007/12/19 10:23:38 nn 1.92.86.2: RESYNC: (1.92-1.93); FILE MERGED 2007/12/05 18:02:57 nn 1.92.86.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [de40f47ade126fc6a33f7e0432e8394ed5f51a49]

        INTEGRATION: CWS calcsolver (1.41.106); FILE MERGED 2007/12/19 10:23:35 nn 1.41.106.2: RESYNC: (1.41-1.42); FILE MERGED 2007/12/05 18:02:56 nn 1.41.106.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a6bed9a04a2f8af7e0f251655fd25aeb099070ca]

        INTEGRATION: CWS calcsolver (1.36.64); FILE MERGED 2007/12/05 18:02:56 nn 1.36.64.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d507f5c930e09c9355374005900301d68a104eb0]

        INTEGRATION: CWS calcsolver (1.15.162); FILE MERGED 2007/12/05 18:02:56 nn 1.15.162.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [47406d26ecf1cae27f24822142e13ccf7b3bde96]

        INTEGRATION: CWS calcsolver (1.19.106); FILE MERGED 2007/12/05 18:02:56 nn 1.19.106.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ec04a43edea1ac72913f721d74bea34484e43417]

        INTEGRATION: CWS calcsolver (1.22.64); FILE MERGED 2007/12/05 18:02:56 nn 1.22.64.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c23b86fc6089e0b28ba831cddedd0cffca01a746]

        INTEGRATION: CWS calcsolver (1.74.104); FILE MERGED 2007/12/17 18:55:08 nn 1.74.104.1: #i8808# solver interaction

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [49afa02ba1b1403016b0db3eedd5f8f7f9822dc1]

        INTEGRATION: CWS calcsolver (1.55.40); FILE MERGED 2007/12/19 10:23:32 nn 1.55.40.4: RESYNC: (1.55-1.56); FILE MERGED 2007/12/17 18:55:08 nn 1.55.40.3: #i8808# solver interaction 2007/12/14 18:48:32 nn 1.55.40.2: #i8808# solver options 2007/12/05 18:02:56 nn 1.55.40.1: #i8808 solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0599c63e078a4e7e99f50f0a038415d75b8cc493]

        INTEGRATION: CWS calcsolver (1.26.50); FILE MERGED 2007/12/05 18:08:04 nn 1.26.50.1: #i8808# solver dialog

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [581bdee9c73b3d9c40fc1d945c1fec4334c3c140]

        INTEGRATION: CWS calcsolver (1.118.4); FILE MERGED 2007/12/19 10:22:32 nn 1.118.4.2: RESYNC: (1.118-1.123); FILE MERGED 2007/12/05 18:41:07 nn 1.118.4.1: #i8808# LPSOLVELIB

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3cbc31afddb0b7688939a3c74054a290da1df661]

        INTEGRATION: CWS native127 (1.20.16); FILE MERGED 2008/01/28 16:01:48 is 1.20.16.1: #i85474# avoid deselection of all application modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1cf3edec26bbd3cfe018660aa6d2c96624ea0066]

        INTEGRATION: CWS native127 (1.2.18); FILE MERGED 2008/01/25 10:02:39 is 1.2.18.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fa0eb5c4f5d29009dc1415e965eeeb120f2eb687]

        INTEGRATION: CWS native127 (1.8.16); FILE MERGED 2008/01/25 10:02:39 is 1.8.16.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ce61f0368632f70c8115e086677342411fdca22b]

        INTEGRATION: CWS native127 (1.15.16); FILE MERGED 2008/01/28 16:01:48 is 1.15.16.1: #i85474# avoid deselection of all application modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fbd1797e6c97f8f88b658945650d44694d4b7ac3]

        INTEGRATION: CWS native127 (1.14.16); FILE MERGED 2008/01/28 16:01:47 is 1.14.16.1: #i85474# avoid deselection of all application modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2e3cc087a392c1e20b0427b43268d2c9db303fd3]

        INTEGRATION: CWS native127 (1.17.16); FILE MERGED 2008/01/28 16:01:47 is 1.17.16.1: #i85474# avoid deselection of all application modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [027ab2e2e98131267dcdbbca41c4fc36c9359253]

        INTEGRATION: CWS native127 (1.11.14); FILE MERGED 2008/01/28 16:01:47 is 1.11.14.1: #i85474# avoid deselection of all application modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [28b73b02bdc077866dee7aa9b27c6e1be4d9bfcc]

        INTEGRATION: CWS native127 (1.4.460); FILE MERGED 2008/01/28 16:04:03 is 1.4.460.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e02b4a2fc5840519f14f8678a0d7249c4ba0ea4d]

        INTEGRATION: CWS native127 (1.4.162); FILE MERGED 2008/01/28 16:04:03 is 1.4.162.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b9d3235de61a599377359b3f920f21f1ddb7c28c]

        INTEGRATION: CWS native127 (1.3.342); FILE MERGED 2008/01/29 11:15:22 is 1.3.342.2: #i85474# maintenance mode 2008/01/28 16:04:03 is 1.3.342.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [deb631a6120929045632886e519de34d1e7e0113]

        INTEGRATION: CWS native127 (1.10.66); FILE MERGED 2008/01/28 16:04:03 is 1.10.66.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bf569badf954c34423169673944f5f987a33833e]

        INTEGRATION: CWS native127 (1.12.54); FILE MERGED 2008/01/28 16:04:03 is 1.12.54.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4bc6e87cc24883107314a8aba5ba7e2a31276cac]

        INTEGRATION: CWS native127 (1.3.4); FILE MERGED 2008/01/28 16:00:45 is 1.3.4.3: #i85281# improve performance 2008/01/25 16:23:57 is 1.3.4.2: #i85474# not all language modules deselectable 2008/01/25 11:30:18 is 1.3.4.1: #i85474# not all language modules deselectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5d8a394c3de371577aacb0014509400214ab5496]

        INTEGRATION: CWS native127 (1.5.4); FILE MERGED 2008/01/28 16:00:45 is 1.5.4.3: #i85281# improve performance 2008/01/25 16:23:57 is 1.5.4.2: #i85474# not all language modules deselectable 2008/01/25 11:30:18 is 1.5.4.1: #i85474# not all language modules deselectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b61f10b60f35ae1cc201628302dcc642b9cb6570]

        INTEGRATION: CWS native127 (1.4.6); FILE MERGED 2008/01/28 16:00:44 is 1.4.6.4: #i85281# improve performance 2008/01/25 16:23:57 is 1.4.6.3: #i85474# not all language modules deselectable 2008/01/25 11:29:29 is 1.4.6.2: #i85474# not all language modules deselectable 2008/01/25 09:56:19 is 1.4.6.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e000c184a4932edc05d25f5789a6ca4ed4042556]

        INTEGRATION: CWS native127 (1.4.4); FILE MERGED 2008/01/25 09:56:19 is 1.4.4.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6aa922721858dd3f7b05319c85180861555947e7]

        INTEGRATION: CWS native127 (1.3.4); FILE MERGED 2008/01/28 16:00:44 is 1.3.4.2: #i85281# improve performance 2008/01/25 09:56:19 is 1.3.4.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [775efb75d1fee92de3ed34cc0aec3d7514e760ac]

        INTEGRATION: CWS native127 (1.3.6); FILE MERGED 2008/01/28 16:00:44 is 1.3.6.1: #i85281# improve performance

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e7d8b2f094d16a0b92462629f153faf029c3c1e7]

        INTEGRATION: CWS native127 (1.3.44); FILE MERGED 2008/01/28 16:00:44 is 1.3.44.1: #i85281# improve performance

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0eff8d0c57d84edd8c3edfd4bba0aa1f05c99183]

        INTEGRATION: CWS native127 (1.3.4); FILE MERGED 2008/01/25 11:31:06 is 1.3.4.2: #i85474# not all language modules deselectable 2008/01/25 09:56:18 is 1.3.4.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ab515f799ca6f94a12604695146d55a6eb492d59]

        INTEGRATION: CWS native127 (1.2.44); FILE MERGED 2008/01/28 16:00:44 is 1.2.44.2: #i85281# improve performance 2008/01/25 16:23:57 is 1.2.44.1: #i85474# not all language modules deselectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e94ffa347040716fe5b8eb5199c863dc909838]

        INTEGRATION: CWS native127 (1.3.4); FILE MERGED 2008/01/28 16:00:44 is 1.3.4.1: #i85281# improve performance

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d3bcc5e448d3d623a0568978379259787be0fb01]

        INTEGRATION: CWS native127 (1.2.44); FILE MERGED 2008/01/28 16:00:44 is 1.2.44.3: #i85281# improve performance 2008/01/25 16:23:56 is 1.2.44.2: #i85474# not all language modules deselectable 2008/01/25 11:29:28 is 1.2.44.1: #i85474# not all language modules deselectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [56bc8a85f94236ef82a7d2943579eebb03fb2e96]

        INTEGRATION: CWS native127 (1.4.4); FILE MERGED 2008/01/28 16:00:43 is 1.4.4.3: #i85281# improve performance 2008/01/25 11:29:28 is 1.4.4.2: #i85474# not all language modules deselectable 2008/01/25 09:56:18 is 1.4.4.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5e14561035dfc1260faa2c9289a5bb74df098542]

        INTEGRATION: CWS native127 (1.38.68); FILE MERGED 2008/01/28 16:02:46 is 1.38.68.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ac68e5828228b7aa0c508f9d5be06b17a68daa1d]

        INTEGRATION: CWS native127 (1.20.36); FILE MERGED 2008/01/28 16:02:46 is 1.20.36.2: #i85474# avoid deselection of all application modules and language modules 2008/01/25 09:57:26 is 1.20.36.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cb1dfcf466adc8dbda876130a2344b0c424711cb]

        INTEGRATION: CWS native127 (1.7.36); FILE MERGED 2008/01/28 16:02:46 is 1.7.36.2: #i85474# avoid deselection of all application modules and language modules 2008/01/25 09:57:26 is 1.7.36.1: #i85474# one and only language not selectable

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7ab7d334feedcb947f4d930d45d717d3e440ff03]

        INTEGRATION: CWS native127 (1.84.16); FILE MERGED 2008/01/28 16:02:46 is 1.84.16.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f943be1f080ecf857f72a29bca46bbf4988335b7]

        INTEGRATION: CWS native127 (1.101.16); FILE MERGED 2008/01/28 16:02:46 is 1.101.16.1: #i85474# avoid deselection of all application modules and language modules

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fdb20ac81d5c06bf6e824bf1a963b8f6a437766e]

        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>  [8d437dc3723ea460fc3d7648f71b4c4b36f72910]

        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>  [ee553cd00df8767c91ad157f002f5f77b21e81c8]

        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>  [416c8d8c4c21a487a07f0928db6d301d57ee0839]

        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>  [6772f4fe0ac17da3dd65e4ba6fd72c2d6e85bc84]

        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>  [e2ea4bfbe1e121c9ec236bcbcc55cb63241ea2ca]

        INTEGRATION: CWS l10ntooling10 (1.4.6); FILE MERGED 2008/01/04 13:07:09 ihi 1.4.6.1: #i84991# Fixed several nfs multi plattform build issues

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [95f5eb938993ed96510f4ffe01ca7dc7f8208126]

        INTEGRATION: CWS fwk83_SRC680 (1.16.230); FILE MERGED 2008/01/17 06:51:45 pb 1.16.230.1: fix: #i85134# update

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [71219e6e358fc2ae2f3d0d77a8c0c0c88999739c]

        INTEGRATION: CWS fwk83_SRC680 (1.131.26.1.6); FILE MERGED 2008/01/24 12:01:43 mav 1.131.26.1.6.1: #i85334# do not ignore warnings from SfxMedium

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [855e7dd754c078255201d3adecb35d32684c1124]

        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>  [cb3560b23f98b77a197734d3d9b3dbec1112a626]

        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>  [3b40f502341272e989ae5266a1f8a03f2736449b]

        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>  [dcf65731dbc9d7f5a4c18ad9ed247e6885dd55d6]

        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>  [a1cbbd113da4ce3d5342d9ae5ff1c8d2137aa59c]

        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>  [3f1afd178875babe7ab79d22ab260221665bfb3f]

        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-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3d4e4d90d68df8da9656adac7aabd2680e7cf132]

        INTEGRATION: CWS fwk83_SRC680 (1.196.44); FILE MERGED 2008/01/24 12:01:43 mav 1.196.44.1: #i85334# do not ignore warnings from SfxMedium

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5aa53b52e3e04042c50d35845f432e077bc62360]

        INTEGRATION: CWS fwk83_SRC680 (1.50.42.1.8); FILE MERGED 2008/01/21 12:28:13 pb 1.50.42.1.8.2: RESYNC: (1.50.42.1-1.50.42.2); FILE MERGED 2008/01/21 12:13:51 pb 1.50.42.1.8.1: fix: #i85431# more ooo-node-names fixed

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [498c1fb37b912ea5a8190cf4bb8fcf3940889a8b]

        INTEGRATION: CWS fwk83_SRC680 (1.62.90); FILE MERGED 2008/01/23 07:42:51 os 1.62.90.1: #i85464# Format/DefaultFormatting: use of full reset range - exclude language attributes only

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6cc73635f4b678ee9676699fd5e795a91ebbd27d]

        INTEGRATION: CWS fwk83_SRC680 (1.5.82); FILE MERGED 2008/01/15 08:02:06 pb 1.5.82.1: fix; #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7b630bb7d83935a186202ca0dbeddada38e531f2]

        INTEGRATION: CWS fwk83_SRC680 (1.9.130); FILE MERGED 2008/01/15 08:00:35 pb 1.9.130.1: fix; #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fab4d44b4229b8e0cb90af34e14f5199a82442f8]

        INTEGRATION: CWS fwk83_SRC680 (1.5.112); FILE MERGED 2008/01/15 07:59:06 pb 1.5.112.1: fix; #i85134# impl_getStaticSupportedServiceNames() without dialogs.FolderPicker

2008-02-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eb67fb28fbc28fe499200cedc27eccd25d276388]

        INTEGRATION: CWS fwk83_SRC680 (1.2.54); FILE MERGED 2008/01/15 07:50:18 pb 1.2.54.1: fix: #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [55788e182402e482a3ab2ee39344c1afd46a727d]

        INTEGRATION: CWS loc27pl_SRC680 (1.23.274); FILE MERGED 2008/01/24 15:09:40 mh 1.23.274.1: update year of copyright, #i85138#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9b64e358da1a36e0c96a1540a1e491ed28cd3d4d]

        INTEGRATION: CWS loc27pl_SRC680 (1.16.314); FILE MERGED 2008/01/24 15:10:02 mh 1.16.314.1: update year of copyright, #i85138#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [380aa2bdeaa13484e397b2cd2df34868c4ae1b45]

        INTEGRATION: CWS loc27pl_SRC680 (1.16.246); FILE MERGED 2008/01/24 15:08:54 mh 1.16.246.1: update list of contributors, #i85138#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bee0076e19feec9a5bc11777e4d7870754f90fde]

        INTEGRATION: CWS registerlater_SRC680 (1.10.162); FILE MERGED 2008/01/24 09:10:22 pb 1.10.162.1: fix: #i85445# added sfx lib

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9815c7bc24e0b77d3069e84b79fc95c7b9ea46b1]

        INTEGRATION: CWS registerlater_SRC680 (1.6.132); FILE MERGED 2008/02/01 10:00:04 pb 1.6.132.2: RESYNC: (1.6-1.6.106.1); FILE MERGED 2008/01/24 09:09:31 pb 1.6.132.1: fix: #i85445# call RegistrationPage in single mode if the user clicked 'Register later'

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8f2fadc8ea48127af9c00a449a3fd19595440a1f]

        INTEGRATION: CWS registerlater_SRC680 (1.9.318); FILE MERGED 2008/02/01 10:00:01 pb 1.9.318.2: RESYNC: (1.9-1.9.292.1); FILE MERGED 2008/01/24 09:07:22 pb 1.9.318.1: fix: #i85445# RegistrationPage: added support for SfxSingleTabDialog-Mode

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [624a47b8c18b282536643f8fd692456ecb1a1f25]

        INTEGRATION: CWS registerlater_SRC680 (1.17.132); FILE MERGED 2008/02/01 09:59:58 pb 1.17.132.2: RESYNC: (1.17-1.17.106.1); FILE MERGED 2008/01/24 09:07:22 pb 1.17.132.1: fix: #i85445# RegistrationPage: added support for SfxSingleTabDialog-Mode

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fd3fc8a29cec0d5aae41424f04afc74f9e6495bf]

        INTEGRATION: CWS registerlater_SRC680 (1.29.160); FILE MERGED 2008/02/01 09:59:41 pb 1.29.160.2: RESYNC: (1.29-1.29.132.1); FILE MERGED 2008/01/24 09:01:02 pb 1.29.160.1: fix: #i85445# added support of TabPages to SfxSingleTabDialog

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a3b523f2cf6154b548244cbed061d593e9bf13d6]

        INTEGRATION: CWS registerlater_SRC680 (1.2.226); FILE MERGED 2008/02/01 09:59:38 pb 1.2.226.2: RESYNC: (1.2-1.2.198.1); FILE MERGED 2008/01/24 08:59:51 pb 1.2.226.1: fix: #i85445# added support of TabPages to SfxSingleTabDialog

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5ac619514d6505db806e590520b08fe3cb08782e]

        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>  [f93386fc2edc89077d272afbf29344f915bf2c30]

        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>  [fb0cd345dc653ff1acef668c48c522b2467da8dd]

        INTEGRATION: CWS gcc430icc (1.5.2); FILE MERGED 2008/01/31 14:56:10 rene 1.5.2.1: #i85771# gcc 4.3.0 buildfix for icc from pmladek

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6b585f9f87de967b905418e5ec2686332be245f1]

        INTEGRATION: CWS gcc430icc (1.4.2); FILE MERGED 2008/01/31 14:56:10 rene 1.4.2.1: #i85771# gcc 4.3.0 buildfix for icc from pmladek

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [09585531011618dbdeef7c88f4566134aa405f43]

        INTEGRATION: CWS os110_SRC680 (1.9.278); FILE MERGED 2008/01/24 12:37:16 os 1.9.278.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1c3d98db45c198c69090a075e6bb6e2e31aa1663]

        INTEGRATION: CWS os110_SRC680 (1.5.1168); FILE MERGED 2008/01/24 12:37:16 os 1.5.1168.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f8590ecba227efd7160164d10d1da77b4f1382cc]

        INTEGRATION: CWS os110_SRC680 (1.10.168); FILE MERGED 2008/01/24 12:35:22 os 1.10.168.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aa12b99990427f2676a3d71b7ad0bc4b3b09a750]

        INTEGRATION: CWS os110_SRC680 (1.7.168); FILE MERGED 2008/01/24 12:35:22 os 1.7.168.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [71d07935f01561ec0167c25e77ab8b3e23356f49]

        INTEGRATION: CWS os110_SRC680 (1.30.106); FILE MERGED 2008/01/24 12:35:21 os 1.30.106.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2b8cfa40cb35879139f01b25ba288cc61b85b8f9]

        INTEGRATION: CWS os110_SRC680 (1.48.54); FILE MERGED 2008/01/24 12:30:57 os 1.48.54.1: #b6633427# configuration of AutoText search strategy

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [09ebcc450e9a4bb3ca4b2514c12b8446e4247683]

        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>  [d60b8defe911bc711ce9a290636b015223e16e32]

        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>  [5393076a8e596f3b49b670013b4c3daa8c3eb984]

        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>  [847732eb2000638bd216ff83b3e3160cbf52ff9e]

        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>  [9b7d8ab79bd47e8c3e8b6375a1c6da6d126ad650]

        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>  [0453852653760f1564381945ff4cf01151ecf6a2]

        INTEGRATION: CWS vclshowstop12_SRC680 (1.149.48.1.12); FILE MERGED 2008/01/23 12:41:47 pl 1.149.48.1.12.1: #i85494# repair old ControlMod handling

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ef2434d2a789de42cfedb0d3d5c0c24d7a6259ef]

        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>  [0fbd44ceec88ba604c487e5f0836ff32bbaf661a]

        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>  [600cfb1f0530bfc76b98805a41a8018d992d821b]

        INTEGRATION: CWS icuregexpatch_SRC680 (1.10.12); FILE MERGED 2008/01/28 22:57:06 er 1.10.12.2: #i85632# MSVC does not cope with escaped backslash 2008/01/28 21:03:22 er 1.10.12.1: Applied patch from ICU changeset 23292 against regular expression's memory mismanagement. http://bugs.icu-project.org/trac/changeset/23292?format=3Ddiff
        
        Description from
        http://sourceforge.net/mailarchive/forum.php?thread_name=d03a2ffb0801221538x68825e42xb4a4aaf0fcccecbd%40mail.gmail.com&forum_name=icu-support
        
        A regular expression pattern that contains a back reference to capture
        group zero, \0, may cause references to random memory addresses, with
        unpredictable results.
        
        The backtracking stack used during matching operations has no upper
        limit on its size. Internally to the match engine, the stack implementation
        uses heap memory, and unconstrained growth may cause problems with heap
        failures, thrashing or exhausted swap space.

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b5d0b6abca16350c81387df21d62f925c52e28e3]

        INTEGRATION: CWS icuregexpatch_SRC680 (1.10.12); FILE MERGED 2008/01/28 22:57:06 er 1.10.12.2: #i85632# MSVC does not cope with escaped backslash 2008/01/28 21:03:22 er 1.10.12.1: Applied patch from ICU changeset 23292 against regular expression's memory mismanagement. http://bugs.icu-project.org/trac/changeset/23292?format=3Ddiff
        
        Description from
        http://sourceforge.net/mailarchive/forum.php?thread_name=d03a2ffb0801221538x68825e42xb4a4aaf0fcccecbd%40mail.gmail.com&forum_name=icu-support
        
        A regular expression pattern that contains a back reference to capture
        group zero, \0, may cause references to random memory addresses, with
        unpredictable results.
        
        The backtracking stack used during matching operations has no upper
        limit on its size. Internally to the match engine, the stack implementation
        uses heap memory, and unconstrained growth may cause problems with heap
        failures, thrashing or exhausted swap space.

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [db1664774a14dfe5e72a0d3e39b67bed4788fb3d]

        INTEGRATION: CWS native128_SRC680 (1.38.62); FILE MERGED 2008/01/25 16:29:34 is 1.38.62.4: #153212# using SPONSORS instead of SP3OFF 2008/01/25 15:23:12 is 1.38.62.3: #153212# using qb instead of qr 2008/01/24 10:05:36 is 1.38.62.2: #153212# also adding DISABLEAD=1 2008/01/23 12:49:14 is 1.38.62.1: #153212# SP3OFF=1 instead of SP3=0

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cb1d586092ec3dddbb1940650bf588e2517b1ca8]

        INTEGRATION: CWS autoextension01_SRC680 (1.136.28.1.4); FILE MERGED 2008/01/17 14:01:35 as 1.136.28.1.4.1: #i78854# improve auto-extension feature

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [48675d16041a8cc5cd29678f2587263b0460122f]

        INTEGRATION: CWS autoextension01_SRC680 (1.13.24); FILE MERGED 2008/01/21 14:52:02 as 1.13.24.1: #cwsaddtask i85044#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b3fbdaabf9272e5e19b5d0e7c81c5ff9c8481120]

        INTEGRATION: CWS autoextension01_SRC680 (1.9.24); FILE MERGED 2008/01/21 14:52:01 as 1.9.24.1: #cwsaddtask i85044#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f13494e6a4cdde797d6faa8e0406a55c6e0e2c42]

        INTEGRATION: CWS autoextension01_SRC680 (1.7.24); FILE MERGED 2008/01/21 14:52:01 as 1.7.24.1: #cwsaddtask i85044#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1a6ec253d260e7682d2b1ecc1b2f7fa9df1cb810]

        INTEGRATION: CWS autoextension01_SRC680 (1.4.24); FILE MERGED 2008/01/21 14:52:01 as 1.4.24.1: #cwsaddtask i85044#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7b80b43338460e25b3798f9ecd2de2b7ed74978f]

        INTEGRATION: CWS autoextension01_SRC680 (1.20.10.1.4); FILE MERGED 2008/01/21 14:52:01 as 1.20.10.1.4.1: #cwsaddtask i85044#

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d66a6fb67c53404aec3b9fc8de933b4764ff0fff]

        INTEGRATION: CWS gcc430two (1.12.54); FILE MERGED 2008/01/28 09:53:09 rene 1.12.54.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a1dac990bb65a228368da91f5be8f22e79f51743]

        INTEGRATION: CWS gcc430two (1.5.64); FILE MERGED 2008/01/28 09:53:09 rene 1.5.64.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8e7964895b527af967ef7094070478080fe4fe57]

        INTEGRATION: CWS gcc430two (1.11.10); FILE MERGED 2008/01/28 09:53:10 rene 1.11.10.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [97b8826cf8409411bdf9f2a4c4dd65a2572c345d]

        INTEGRATION: CWS gcc430two (1.3.38); FILE MERGED 2008/01/28 09:53:06 rene 1.3.38.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2268f951e5ed311f2aa2e960292c375fdee9b85c]

        INTEGRATION: CWS gcc430two (1.9.56); FILE MERGED 2008/01/28 09:53:11 rene 1.9.56.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dc18b39788591f9d129b89a36fc5ecdb43af3621]

        INTEGRATION: CWS gcc430two (1.13.56); FILE MERGED 2008/01/28 09:53:10 rene 1.13.56.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1b19eff02c1d627f42660e8f2749eed424d80f70]

        INTEGRATION: CWS gcc430two (1.7.6); FILE MERGED 2008/01/28 09:53:12 rene 1.7.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e6b72a1529f9b4d9bce6520c1e0ac613768395cb]

        INTEGRATION: CWS gcc430two (1.3.68); FILE MERGED 2008/01/28 09:53:12 rene 1.3.68.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a1aec13bb12ef368d988090b51be1de37fad2976]

        INTEGRATION: CWS gcc430two (1.13.6); FILE MERGED 2008/01/28 09:53:12 rene 1.13.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a29e3d667411adf7865945100a2c7bae956e6a5e]

        INTEGRATION: CWS gcc430two (1.4.48); FILE MERGED 2008/01/28 09:53:12 rene 1.4.48.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [abd9224930e94a4f3ebbc555c8a690f294f6d155]

        INTEGRATION: CWS gcc430two (1.5.48); FILE MERGED 2008/01/28 09:53:12 rene 1.5.48.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0730e954f613fbba6a110d425acf4d00343e8e00]

        INTEGRATION: CWS gcc430two (1.11.6); FILE MERGED 2008/01/28 09:53:12 rene 1.11.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f671e9dac14d1ae5d903545519402b826eebafb9]

        INTEGRATION: CWS gcc430two (1.12.6); FILE MERGED 2008/01/28 09:53:12 rene 1.12.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f1389dcd827bc7a4a1e86aaad87723c311381b8c]

        INTEGRATION: CWS gcc430two (1.9.6); FILE MERGED 2008/01/28 09:53:11 rene 1.9.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1e142b663b47f8939b2e4066b4a0a7a6290d8328]

        INTEGRATION: CWS gcc430two (1.4.48); FILE MERGED 2008/01/28 09:53:11 rene 1.4.48.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [177ff6f07111d1b480edfb362da0ceabf84815b4]

        INTEGRATION: CWS gcc430two (1.7.6); FILE MERGED 2008/01/28 09:53:11 rene 1.7.6.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7b285ac3dbf28fa34372d87ec003a475ccae395e]

        INTEGRATION: CWS gcc430two (1.49.14); FILE MERGED 2008/01/28 09:53:14 rene 1.49.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7e32e3acd8ad33ca94bf6ba79d161f022070de57]

        INTEGRATION: CWS gcc430two (1.10.14); FILE MERGED 2008/01/28 09:53:14 rene 1.10.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [381c0ff0ece326081f030d275feb1e0280ae0ae4]

        INTEGRATION: CWS gcc430two (1.4.14); FILE MERGED 2008/01/28 09:53:14 rene 1.4.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [13239a440e5669a92a344da1fb387054635c4f43]

        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>  [9c22d1c5c7d252d4dd800f5e896b0a5898faa646]

        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>  [b3d3cca992079a9bf79ac96595aa98a56651aee5]

        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>  [5f5d654695c1463da8ad94d2fb8875e28a91ebe8]

        INTEGRATION: CWS gcc430two (1.4.24); FILE MERGED 2008/01/28 09:53:14 rene 1.4.24.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [58c0dcca8b618ed794207677f5e0e267630ef6d9]

        INTEGRATION: CWS gcc430two (1.3.8); FILE MERGED 2008/01/28 09:53:14 rene 1.3.8.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ecb5430f5453bff039568acc8e663bac6d4a2369]

        INTEGRATION: CWS gcc430two (1.38.28); FILE MERGED 2008/01/28 09:53:06 rene 1.38.28.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ab35e2dded810707461f8a8f2ad8a09db803a067]

        INTEGRATION: CWS gcc430two (1.9.268); FILE MERGED 2008/01/28 09:53:15 rene 1.9.268.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dd5693e0d5c4c23de326106c43ea7d1199707149]

        INTEGRATION: CWS gcc430two (1.2.180); FILE MERGED 2008/01/28 09:53:14 rene 1.2.180.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [72d33f7f9cda31c5cffb4879f8b899fc0280666c]

        INTEGRATION: CWS gcc430two (1.6.26); FILE MERGED 2008/01/28 09:53:13 rene 1.6.26.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [65f6e4d637a3756003a57754ab593bb57ea19518]

        INTEGRATION: CWS gcc430two (1.7.16); FILE MERGED 2008/01/28 09:53:13 rene 1.7.16.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ad69dd22b62b80b3ad878a1054b70941e037c30e]

        INTEGRATION: CWS gcc430two (1.9.10); FILE MERGED 2008/01/28 09:53:13 rene 1.9.10.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fa5263d3600f015d9492c2e12ee2a8865fbdb29c]

        INTEGRATION: CWS gcc430two (1.2.10); FILE MERGED 2008/01/28 09:53:13 rene 1.2.10.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [890024c6a9b7580c32223f93b6da20657a4baa73]

        INTEGRATION: CWS gcc430two (1.9.10); FILE MERGED 2008/01/28 09:53:12 rene 1.9.10.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [394118c8bfc7491b255b8e0322a1e154925587cd]

        INTEGRATION: CWS gcc430two (1.21.10); FILE MERGED 2008/01/28 09:53:12 rene 1.21.10.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1abed706332319be8fb1874674a478d2f9740e28]

        INTEGRATION: CWS gcc430two (1.7.328); FILE MERGED 2008/01/28 09:53:05 rene 1.7.328.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a652fd1337a2892928d984844e79ab26c6350b65]

        INTEGRATION: CWS gcc430two (1.7.24); FILE MERGED 2008/01/28 09:53:10 rene 1.7.24.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [38fa19de56600b41486151d1ef24814c0c1f5460]

        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>  [e40fa1dd1f09aadb082d28740ae320168f0a1c69]

        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>  [b2708d53ccce52472d92efbf5b6fd378dda2c0d1]

        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>  [009c056d51a6c6a87f689b8c6afe9d09d289396b]

        INTEGRATION: CWS gcc430two (1.27.24); FILE MERGED 2008/01/28 09:53:08 rene 1.27.24.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [610c3dbbddad87481c89c10470ceecd2d43a17c6]

        INTEGRATION: CWS gcc430two (1.19.38); FILE MERGED 2008/01/28 09:53:07 rene 1.19.38.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f3a1836cea0885e9e9b1d8c99b3fbdd4f7a523c9]

        INTEGRATION: CWS gcc430two (1.14.14); FILE MERGED 2008/01/28 09:53:07 rene 1.14.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9c2347b66e76c7bf6eb9c5a571b830c2ddb2dce0]

        INTEGRATION: CWS gcc430two (1.23.16); FILE MERGED 2008/01/28 09:53:07 rene 1.23.16.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5e14c0f6f7746817ec066c90cf31bdde0844a603]

        INTEGRATION: CWS gcc430two (1.6.30); FILE MERGED 2008/01/28 09:53:09 rene 1.6.30.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e21c3fa0d0b6e02adf0b3b7bb421361eec5742ca]

        INTEGRATION: CWS gcc430two (1.15.14); FILE MERGED 2008/01/28 09:53:07 rene 1.15.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b291f268a93eec2f06be0a1a854dbfefc71916bf]

        INTEGRATION: CWS gcc430two (1.22.14); FILE MERGED 2008/01/28 09:53:07 rene 1.22.14.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1aee21b5e5edecbbd1c636c495121eb73d2ec1cf]

        INTEGRATION: CWS gcc430two (1.4.56); FILE MERGED 2008/01/28 09:53:08 rene 1.4.56.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b7145689edb12a86b9b3f3412b867a5003422340]

        INTEGRATION: CWS gcc430two (1.7.156); FILE MERGED 2008/01/28 09:53:02 rene 1.7.156.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5ebdae45f4f1ce7a749dff5e22c80ff5e08e936f]

        INTEGRATION: CWS gcc430two (1.10.86); FILE MERGED 2008/01/28 09:53:02 rene 1.10.86.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5a9d5f22e687246afbadbd7dee59caeaf4b5606f]

        INTEGRATION: CWS gcc430two (1.6.12); FILE MERGED 2008/01/28 09:53:02 rene 1.6.12.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2049d810d76f9e3251ddcb1b8be5945e44c4506f]

        INTEGRATION: CWS gcc430two (1.9.86); FILE MERGED 2008/01/28 09:53:02 rene 1.9.86.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [28f33c5650c961b2b0fa1ac09dee41bbff3c0d85]

        INTEGRATION: CWS gcc430two (1.6.94); FILE MERGED 2008/01/28 09:53:15 rene 1.6.94.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f6cdf919223b90c7ba30890725fc494517fc89d2]

        INTEGRATION: CWS gcc430two (1.17.230); FILE MERGED 2008/01/28 09:53:06 rene 1.17.230.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [47f8fa4f33737f452ff3bbf0d7da6cba7c12a36c]

        INTEGRATION: CWS gcc430two (1.9.64); FILE MERGED 2008/01/28 09:53:06 rene 1.9.64.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3dd8d24e23394614fdfab05d044bfd34914a0890]

        INTEGRATION: CWS gcc430two (1.18.194); FILE MERGED 2008/01/28 09:53:05 rene 1.18.194.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4ff6ecf6e843af07a531e1dec0c77384182e6d1b]

        INTEGRATION: CWS gcc430two (1.6.166); FILE MERGED 2008/01/28 09:53:05 rene 1.6.166.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0d069ad5facf54610cbd0676888b023f4d758b3b]

        INTEGRATION: CWS gcc430two (1.7.22); FILE MERGED 2008/01/28 09:53:01 rene 1.7.22.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9e81145f1e0b51f569b6aef82fc9117b8cc98bde]

        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>  [9c7332b5ba8b054a83285c461b2ad146ce0642a3]

        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>  [c41ea87a1e276a3c468987e5df2d5b19c8db3dd5]

        INTEGRATION: CWS gcc430two (1.68.46); FILE MERGED 2008/01/28 09:53:05 rene 1.68.46.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [43978cd852c39b1137a03ef48b2e9de528b4ad7a]

        INTEGRATION: CWS gcc430two (1.5.618); FILE MERGED 2008/01/28 09:53:11 rene 1.5.618.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ce9aaed9eb17138701f2f38beef5a6fd9c370c55]

        INTEGRATION: CWS gcc430two (1.2.8); FILE MERGED 2008/01/28 09:53:09 rene 1.2.8.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0eacfb3566c41c8118ff3cf089093a75e9e01955]

        INTEGRATION: CWS gcc430two (1.2.8); FILE MERGED 2008/01/28 09:53:08 rene 1.2.8.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fb0ea3786c0df92ab9467683dbc356bbf8aa8d7a]

        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-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5b6698e364add339101c35327161ab10d6175992]

        INTEGRATION: CWS gcc430two (1.6.124); FILE MERGED 2008/01/28 09:53:02 rene 1.6.124.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [31fccc09e168e136583cbf1dc2120abd6bd17136]

        INTEGRATION: CWS gcc430two (1.3.286); FILE MERGED 2008/01/28 09:53:02 rene 1.3.286.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [beff7a8a795036d3fc8fa2748527c06ad6460397]

        INTEGRATION: CWS gcc430two (1.7.158); FILE MERGED 2008/01/28 09:53:01 rene 1.7.158.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cc01d57596475fd099de58a5526497a4980f195b]

        INTEGRATION: CWS gcc430two (1.3.12); FILE MERGED 2008/01/28 09:53:01 rene 1.3.12.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b4896923430d89e83b2289f620054cb4424c0f54]

        INTEGRATION: CWS gcc430two (1.50.42); FILE MERGED 2008/01/28 09:53:04 rene 1.50.42.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1d0b3942ef88c1ce9b5253591dfa8c1252594232]

        INTEGRATION: CWS gcc430two (1.60.42); FILE MERGED 2008/01/28 09:53:04 rene 1.60.42.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [64ec77c5fc2961a54b0306c1496bf3574e420c81]

        INTEGRATION: CWS gcc430two (1.45.52); FILE MERGED 2008/01/28 09:53:04 rene 1.45.52.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [73530be2bb1c32847c99de9f7d352ac63f21a869]

        INTEGRATION: CWS gcc430two (1.41.96); FILE MERGED 2008/01/28 09:53:04 rene 1.41.96.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a890c063ffba04788a05e878a2743aaf74ec144d]

        INTEGRATION: CWS gcc430two (1.32.42); FILE MERGED 2008/01/28 09:53:04 rene 1.32.42.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [69450e448c2fdadda1c67dae9823e52440811e07]

        INTEGRATION: CWS gcc430two (1.10.202); FILE MERGED 2008/01/28 09:53:04 rene 1.10.202.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [319747632fda93a1a7e5909267f89c67b437f2f4]

        INTEGRATION: CWS gcc430two (1.20.42); FILE MERGED 2008/01/28 09:53:04 rene 1.20.42.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b5e5a7ab17de9c0d5352215c4e4d0f4144b7902a]

        INTEGRATION: CWS gcc430two (1.5.42); FILE MERGED 2008/01/28 09:53:04 rene 1.5.42.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f474db505aa93cce1401c3f6ada651b6c73c39be]

        INTEGRATION: CWS gcc430two (1.11.202); FILE MERGED 2008/01/28 09:53:04 rene 1.11.202.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [99ac7e87a094219857f4be94df1df15c0819bad4]

        INTEGRATION: CWS gcc430two (1.18.106); FILE MERGED 2008/01/28 09:53:04 rene 1.18.106.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e4966540862e97b74c865699de71dc8fd0b09925]

        INTEGRATION: CWS gcc430two (1.11.202); FILE MERGED 2008/01/28 09:53:03 rene 1.11.202.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8943c44bf013e924dbd32365cef8f81de26e7782]

        INTEGRATION: CWS gcc430two (1.6.202); FILE MERGED 2008/01/28 09:53:03 rene 1.6.202.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3d16bf4a81ffb530ef414cd353c56a3f7f078979]

        INTEGRATION: CWS gcc430two (1.23.96); FILE MERGED 2008/01/28 09:53:03 rene 1.23.96.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [271804b94124c5a100d4b619266b3537641d32d8]

        INTEGRATION: CWS gcc430two (1.2.44); FILE MERGED 2008/01/28 09:53:03 rene 1.2.44.1: more gcc 4.3.0 things

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [81cd20db1b9fe430e91405662337d87e608f950d]

        INTEGRATION: CWS mingwport10 (1.7.22); FILE MERGED 2008/01/28 15:31:33 vg 1.7.22.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f287d156b493a03f7c6778b3239c0124cfc42515]

        INTEGRATION: CWS mingwport10 (1.25.100); FILE MERGED 2008/01/28 15:32:54 vg 1.25.100.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c6de08b7d77642b4fadc027fad926300fec56ea1]

        INTEGRATION: CWS mingwport10 (1.20.2); FILE MERGED 2008/01/28 15:32:54 vg 1.20.2.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [eea4710d0b335da02a0e555792d983870bd54351]

        INTEGRATION: CWS mingwport10 (1.20.2); FILE MERGED 2008/01/16 12:35:25 vg 1.20.2.1: #i85165# catch up fixes for MinGW port

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a22d3f6c84cf8d1e0c044ed0026a220794c9bbd5]

        INTEGRATION: CWS mingwport10 (1.4.14); FILE MERGED 2008/01/16 12:35:04 vg 1.4.14.1: #i85165# catch up fixes for MinGW port

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9c8f43392845279032831626e11b5869c6b0bcbe]

        INTEGRATION: CWS mingwport10 (1.35.6); FILE MERGED 2008/01/16 12:35:54 vg 1.35.6.1: #i85165# catch up fixes for MinGW port

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d48018fdc8ca68d6713017a65535ff6c6d407e17]

        INTEGRATION: CWS mingwport10 (1.20.8); FILE MERGED 2008/01/16 12:35:54 vg 1.20.8.1: #i85165# catch up fixes for MinGW port

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4bd0d90d73683a65c1ff807c9715039d7d837a25]

        INTEGRATION: CWS mingwport10 (1.2.4); FILE MERGED 2008/01/28 15:32:40 vg 1.2.4.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [71285c39368db9bd4dabd88d4d4acfe00453a619]

        INTEGRATION: CWS mingwport10 (1.168.22); FILE MERGED 2008/01/22 14:18:50 vg 1.168.22.2: RESYNC: (1.168-1.169); FILE MERGED 2008/01/16 12:34:50 vg 1.168.22.1: #i85165# catch up fixes for MinGW port

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ba3648abf5ad257592318b9e010d605235a62b5d]

        INTEGRATION: CWS mingwport10 (1.10.10); FILE MERGED 2008/01/28 15:33:28 vg 1.10.10.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [735349679f92f3980ac87572c56b906cb5de8bbc]

        INTEGRATION: CWS mingwport10 (1.2.6); FILE MERGED 2008/01/28 15:31:33 vg 1.2.6.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8f3110e9c74a3900ef5cfc6f4838cad1228e1dea]

        INTEGRATION: CWS mingwport10 (1.9.6); FILE MERGED 2008/01/28 15:31:33 vg 1.9.6.1: #i85437# catch-up fixes for m243

2008-02-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a3aa9b233e4c3023f86975a273848aee4188251f]

        INTEGRATION: CWS mingwport10 (1.7.6); FILE MERGED 2008/01/28 15:31:33 vg 1.7.6.1: #i85437# catch-up fixes for m243

2008-02-04  René Engelhard  <rene@openoffice.org>  [ad1f290140dbf7e58c01b4e127ce044a3d6f0638]

        Issue number: Submitted by: Reviewed by: #i85726# don't ship binary-only jars, build them

2008-02-04  Mikhail Voitenko  <mav@openoffice.org>  [f2fe8c6aad0d44c85b1c22dbdff656c8a9d3fcb0]

        let the dialog closing be handled the same way as cancel

2008-02-04  Mikhail Voitenko  <mav@openoffice.org>  [a65d87ff2b75a93a1529b267859701a1c2783533]

        update the minimal version

2008-02-01  Mikhail Voitenko  <mav@openoffice.org>  [6042ca024579c1e1675ec32a5f356007af1acf26]

        Update the cached configuration data

2008-02-01  Mikhail Voitenko  <mav@openoffice.org>  [a294c354cd3e6fd5961d4d21f8e0575520b640b2]

        the same classpath will be generated even in case of system jar-files, since the files from the package should be used

2008-02-01  Vladimir Glazounov  <vg@openoffice.org>  [fdc0c9754034e775d0f785ef4ae3dff0ca211c5d]

        new version for OOH680

2008-02-01  René Engelhard  <rene@openoffice.org>  [c09219d5ed9ff8b25b7c0cecb490d098ab42941c]

        #i85747# --enable-mediawiki and --with-system-apache-commons

2008-01-31  Rüdiger Timm  <rt@openoffice.org>  [0ddb36960d41d3112959397fdb73c8746c713967]

        INTEGRATION: CWS grepcheck (1.216.2); FILE MERGED 2008/01/31 01:20:31 rene 1.216.2.3: #i10000# AC_PROG_GREP is autoconf >= 2.60 only 2008/01/29 15:39:20 rene 1.216.2.2: #i85610# remove debugging info, add AC_PROG_GREP for safety, too 2008/01/29 15:01:14 rene 1.216.2.1: #i85610# AC_PROG_EGREP

2008-01-31  Rüdiger Timm  <rt@openoffice.org>  [e6b1219a4cf46356816aff7efaf904e1586368b9]

        INTEGRATION: CWS grepcheck (1.245.2); FILE MERGED 2008/01/31 01:20:36 rene 1.245.2.3: #i10000# AC_PROG_GREP is autoconf >= 2.60 only 2008/01/29 15:39:29 rene 1.245.2.2: #i85610# remove debugging info, add AC_PROG_GREP for safety, too 2008/01/29 15:01:19 rene 1.245.2.1: #i85610# AC_PROG_EGREP

2008-01-31  Rüdiger Timm  <rt@openoffice.org>  [8e473e4d49be1285ef6aa42f4e5d3052b6476cf9]

        #i85736# Add argument so sprintf (patch by pmladek).

2008-01-30  René Engelhard  <rene@openoffice.org>  [45f52179f470ade2fd620eb31cf1af63e7ac98e1]

        not yet...

2008-01-30  René Engelhard  <rene@openoffice.org>  [9414fec997e5d9aa07969f35d03e4a6369131098]

        Tidy.jar was removed, remove it from build.xml, too

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [e9a361bc9c1a6387151d7b1f33ae0cc957355002]

        react on actions

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6717cc723f0967215b20bb5aa8a2124738c8eb4d]

        #i10000# We get no 'using namespace std' any more, therefore use '::std::map' instead of 'map'.

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [ce3035900899cce324433457e77929fa4991ffae]

        adopt for https proxy

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1d386987f6385e6a157cab418e1a13b29f11e85f]

        #i10000# 'vector' is '::std::vector'

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6f8af825701ca442ec624b159e81c2c43d6923d7]

        #i10000# For now better suppress warnings.

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [584a6016824ea9d6b455c1f5a00eaee726be4b47]

        #i10000# Restrict javadoc to java files.

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [adb2bb9865b3fa89b3ed4fb34ac332dbc58c8db4]

        set the default button

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [3d667d241d836ae680e5cd217e9858b323be7f80]

        allow to provide special settings for hosts

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c31a04ecb3ac7069bf1b5dd7ed33b302244c803c]

        #i85720# Correct license header (no SISSL any more).

2008-01-30  Armin Weiss  <aw@openoffice.org>  [10aa61df3071f40c43735b8f8690cef0668bff03]

        Adaptions for strippings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [01b5c9c79e066404564ad06a2b6f44b433a8801a]

        #i85287# No dependency on 'core08' any more.

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6bf7f9ff541a1ed2dc65eb55a6a2401f9f88a145]

        SRC680

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8a07299fc0caa963cc43d42422cb2270cc105aaa]

        INTEGRATION: CWS dba24d (1.29.140); FILE MERGED 2007/11/12 10:49:25 fs 1.29.140.2: #i83519# (contributed by cmc@openoffice.org) 2007/11/06 09:07:49 oj 1.29.140.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a1089ea96618f66f739b9dfa2d318b301811b0be]

        INTEGRATION: CWS dba24d (1.38.54); FILE MERGED 2007/12/01 13:36:33 fs 1.38.54.4: RESYNC: (1.38-1.40); FILE MERGED 2007/11/21 13:58:37 oj 1.38.54.3: #i68854# some clean ups 2007/11/21 12:40:51 oj 1.38.54.2: #i68854# impl TypeSettingInfo for Oracle and some clean up 2007/11/06 09:04:43 oj 1.38.54.1: #i11746# new property to turn of currency from meta data

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [2e6d128db4c8c116cc9e69597c9e7730219271ef]

        Fix error messages with arguments

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [af644b8f0d291b27f76d195ab3f367ad6680fc5f]

        INTEGRATION: CWS dba24d (1.6.152); FILE MERGED 2007/11/28 09:30:14 oj 1.6.152.2: #i58268# cache some databasemetadata 2007/11/21 12:43:22 oj 1.6.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d56e219f11ef4761363748439d260fa6c8559253]

        INTEGRATION: CWS dba24d (1.12.50); FILE MERGED 2007/11/21 12:11:32 fs 1.12.50.1: added various flavours of assureEquals, modeled after jUnit's assertEquals

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4438d2d96a17aa3825903a806e29aaaeef141e85]

        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>  [afdc929f584ca5293a061c72819c3e5e85a616d9]

        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>  [d89a61b84fe15af5cbc1a50a06f069669621af92]

        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>  [3c5175ec726d9b32e35d6fbd89a7deea7489512e]

        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>  [48d64f3c5deb44008a3ceffff360c210bf596a91]

        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>  [22d25746a38685c3650cd991d6eb5f6906ef55b3]

        INTEGRATION: CWS dba24d (1.8.78); FILE MERGED 2007/11/08 21:33:56 fs 1.8.78.1: #i81658# NotInitializedException - used to indicate the a component was not initialized, yet, but an attempt to use it was made

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8c14ad5e0de50cecfea09bb1eb6ba96a6895aa3e]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/08 21:33:56 fs 1.1.2.1: #i81658# NotInitializedException - used to indicate the a component was not initialized, yet, but an attempt to use it was made

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f12bf21f9d42b7914e198261c0403ee928bf3c6c]

        INTEGRATION: CWS dba24d (1.7.20); FILE MERGED 2007/11/06 10:58:54 oj 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/01 12:22:39 oj 1.7.20.1: #i81262# correct for loop

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7a8df6f0ae7ef72250551199d75ba9e47979f976]

        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>  [5acba3fde03b8e4b9dc050d0bf3e0b4bc42e1b18]

        INTEGRATION: CWS dba24d (1.3.30); FILE MERGED 2007/11/22 13:03:05 fs 1.3.30.1: #i81658# +OLegacySingleRegistration

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [95692662c16f0aff363aacfc474d1e8130aefcce]

        store checkbox state in configuration

2008-01-30  Mikhail Voitenko  <mav@openoffice.org>  [19e7dac1f498aa77b75aa37c4493eb3581b37f72]

        set new version

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0862d2850c01a5a166c0d6ca0893eff8934a4bc6]

        #i10000#: disable use of dpms on SOLARIS (as done on mws_ooh680).

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [989bb2136ce41b1ff9baf8a586f5e8067aa52aaf]

        #i10000# Fix warning.

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a871a721e62a299fd2d6d452a0d71c284dc92e79]

        #i85399# prevent warnings (patch by pjanik).

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [85c1b003b7aaf8570bfe550f51b260bfa0f1c2f6]

        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-30  Rüdiger Timm  <rt@openoffice.org>  [3c7791ed5533cb4ffba35c85643765c259f513fa]

        INTEGRATION: CWS dba24d (1.4.54); FILE MERGED 2007/12/01 13:42:05 fs 1.4.54.2: RESYNC: (1.4-1.6); FILE MERGED 2007/11/22 11:56:09 oj 1.4.54.1: #i83805# suspend now return true

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d088520e4299733825661d117b8b208fdc6a3248]

        INTEGRATION: CWS dba24d (1.12.70); FILE MERGED 2007/11/16 12:56:32 fs 1.12.70.2: RESYNC: (1.12-1.13); FILE MERGED 2007/11/08 14:18:24 fs 1.12.70.1: #i81658# +copytablewizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0aa22743ed89bab5acca7b355c61a630a69d03bc]

        INTEGRATION: CWS dba24d (1.15.168); FILE MERGED 2007/11/15 10:06:46 fs 1.15.168.2: corrected assertion 2007/11/12 16:14:34 fs 1.15.168.1: #i81658# support for disapproval

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2c9bc2958f9d167ba5678217b5521f413ae7aab0]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/12/05 15:46:11 fs 1.1.2.17: #i81658# ConnectionInfo 2007/11/26 14:23:46 fs 1.1.2.16: #i81658# allow to throw SQLExceptions from the ctors 2007/11/19 10:55:04 fs 1.1.2.15: #i81658# if the user cancelled the parameter request, return RET_CANCEL as overall execution result 2007/11/19 09:49:49 fs 1.1.2.14: #i81658# re-use the prepared statement already created by the CopyTableSource implementation, instead of creating a new one 2007/11/19 08:55:13 fs 1.1.2.13: more settings which are not allowed (read: not yet implemented) in the copy source descriptor 2007/11/19 08:39:01 fs 1.1.2.12: don't allow result sets as copy source, this is not yet supported 2007/11/19 08:32:25 fs 1.1.2.11: don't overwrite an externally-provided interaction handler with the one from the destination document 2007/11/17 21:12:51 fs 1.1.2.10: #i81658# disallow views when target connection does not support creating them / load some error strings from resource 2007/11/15 15:17:51 fs 1.1.2.9: #i81658# also allow to copy a table from an SDBC level connection 2007/11/15 10:08:01 fs 1.1.2.8: #i81658# in preparation of supporting SDBC-level source objects (DataAccessDescriptor::ConnectionResource), the wizard dialog has been re-worked to take an abstract ICopyTableSourceObject interface describing the to-be-copied object 2007/11/14 10:37:55 fs 1.1.2.7: #i81658# some dtor safety 2007/11/14 10:30:25 fs 1.1.2.6: #i81658# some dtor safety 2007/11/14 10:21:07 fs 1.1.2.5: #i81658# consistent interaction handler usage 2007/11/12 16:14:57 fs 1.1.2.4: #i81658# use an InteractionHandler for asking the user whether to continue copying 2007/11/12 12:14:45 fs 1.1.2.3: #i81658# call the listeners 2007/11/08 21:30:20 fs 1.1.2.2: some resource ids for the strings which are to be put into a resource (which happens in CWS dba24lms) 2007/11/08 14:18:16 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [78f01fe2b56b51992c320ef1c9c907286a3b919d]

        INTEGRATION: CWS dba24d (1.8.168); FILE MERGED 2007/11/08 14:18:29 fs 1.8.168.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [41f1343a6fd517fa70ec59024b96b704e38c1709]

        INTEGRATION: CWS dba24d (1.8.170); FILE MERGED 2007/11/08 14:18:29 fs 1.8.170.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d04e69e07742d0e892a590602c01710a40a64d38]

        INTEGRATION: CWS dba24d (1.7.170); FILE MERGED 2007/11/08 14:18:29 fs 1.7.170.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a676358ec3b3a638755ac5dec23b5ea04ba29aae]

        INTEGRATION: CWS dba24d (1.6.170); FILE MERGED 2007/11/08 14:18:29 fs 1.6.170.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bd4ff88b231aaca6e87863ea14c86cd7856ddfda]

        INTEGRATION: CWS dba24d (1.114.2); FILE MERGED 2007/11/08 14:16:46 fs 1.114.2.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2bc51e76cef18ec373bad71f62ee213f8f21091a]

        INTEGRATION: CWS dba24d (1.19.158); FILE MERGED 2007/11/08 14:16:06 fs 1.19.158.1: EditMode is unused

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [38206e90465f1596d302ebfba17ba85df9ec95c5]

        INTEGRATION: CWS dba24d (1.26.70); FILE MERGED 2007/11/26 15:14:16 oj 1.26.70.3: #i49703# copy table settings 2007/11/15 15:17:33 fs 1.26.70.2: #i81658# copy-ctor: properly initialize m_nType / also init the TypeName when constructing from a property set 2007/11/15 10:06:31 fs 1.26.70.1: #i81658# also obtain the type name in ctor

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a613d414f1a792193c90b07cb3e8a6d69544dcb1]

        INTEGRATION: CWS dba24d (1.49.2); FILE MERGED 2007/11/08 14:16:50 fs 1.49.2.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bc8aa2e103fd32d91dd0dbe3989388f20bebe38e]

        INTEGRATION: CWS dba24d (1.111.2); FILE MERGED 2007/12/01 21:23:12 fs 1.111.2.5: #i10000# 2007/12/01 21:19:23 fs 1.111.2.4: #i10000# 2007/12/01 13:41:47 fs 1.111.2.3: RESYNC: (1.111-1.112); FILE MERGED 2007/11/19 21:48:03 fs 1.111.2.2: nicer UI for the ID_EDIT_QUERY_DESIGN feature 2007/11/08 14:17:19 fs 1.111.2.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [80d033973b3e4d159ee1e3cf6f02488090e16877]

        INTEGRATION: CWS dba24d (1.88.2); FILE MERGED 2007/11/26 07:31:07 oj 1.88.2.2: #i83810# parse statement and compress it 2007/11/22 13:20:23 oj 1.88.2.1: #i83769# check for the same column in the search_condition

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a4c1ae0997b26ec1b38131f2983e62cbb7e82a21]

        INTEGRATION: CWS dba24d (1.43.2); FILE MERGED 2007/11/22 11:48:56 oj 1.43.2.1: #i83805# check if enbled before setting title for add tables dlg

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [51aac403027238a2e43b09243190da98c035e5ca]

        INTEGRATION: CWS dba24d (1.25.28); FILE MERGED 2007/11/08 14:22:28 fs 1.25.28.1: #i81658# +service for the UNO version of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c0628eef3729fed8754cc6800e78ca2e245d4469]

        INTEGRATION: CWS dba24d (1.24.32); FILE MERGED 2007/12/01 21:14:30 fs 1.24.32.3: #i10000# 2007/12/01 13:41:44 fs 1.24.32.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/08 14:24:01 fs 1.24.32.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fcc2e0c6e3f5ce1b2921c8511108b5aa193510c7]

        INTEGRATION: CWS dba24d (1.2.2); FILE MERGED 2007/12/01 13:41:38 fs 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2007/11/07 08:29:34 oj 1.2.2.1: merge conflicts

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b85c3247f04b657ac81adf1788c85e2f63fc6649]

        INTEGRATION: CWS dba24d (1.5.70); FILE MERGED 2007/12/01 21:13:21 fs 1.5.70.3: #i10000# 2007/12/01 13:41:35 fs 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/11/08 14:22:14 fs 1.5.70.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1ca69a917c88862a7e94b01a63b71e7a87eae318]

        INTEGRATION: CWS dba24d (1.27.70); FILE MERGED 2007/12/01 13:41:29 fs 1.27.70.2: RESYNC: (1.27-1.28); FILE MERGED 2007/11/08 14:25:11 fs 1.27.70.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fdd3c7e1fe3e9cc735d2a57a7cf1bc2ea0d7e8ed]

        INTEGRATION: CWS dba24d (1.24.28); FILE MERGED 2007/11/08 14:25:11 fs 1.24.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [dc4139a08a2601785b8054aea8ce2b008f817190]

        INTEGRATION: CWS dba24d (1.7.170); FILE MERGED 2007/11/08 14:25:11 fs 1.7.170.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [37ca814cf0b83cab3d0a63515c469bbf71b4d3e2]

        INTEGRATION: CWS dba24d (1.53.28); FILE MERGED 2007/12/05 14:37:03 fs 1.53.28.10: #i81658# m_aColumnInfo should not be sorted by name 2007/12/05 13:42:17 fs 1.53.28.9: impl_ensureColumnInfo throws now, to detect wrong table names at construction time 2007/11/26 15:14:16 oj 1.53.28.8: #i49703# copy table settings 2007/11/26 12:05:07 fs 1.53.28.7: #i81658# fix setting the PK after the wizard dialog has been created 2007/11/19 09:49:10 fs 1.53.28.6: #i81658# NamedTableCopySource: fill the field description from a ResultSetMetaData instance, this allows for more information (such as the auto-increment flag) 2007/11/18 12:48:20 fs 1.53.28.5: don't allow creating views if source and target DB differ 2007/11/17 21:13:41 fs 1.53.28.4: #i81658# disallow views when target connection does not support creating them 2007/11/15 15:16:46 fs 1.53.28.3: #i81658# also allow to copy a table from an SDBC level connection 2007/11/15 10:04:59 fs 1.53.28.2: #i81658# removed m_xSourceObject, hide it behind some ICopyTableSourceObject, to allow copying tables at SDBC level where we cannot describe the source as object, but as table name only 2007/11/08 14:25:11 fs 1.53.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [00625d045f8b5bbf1c1683e52aadb652bde5e70f]

        INTEGRATION: CWS dba24d (1.25.70); FILE MERGED 2007/11/08 14:25:10 fs 1.25.70.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [419f0af34bc3dca527cd653a81a76aa5b575c00d]

        INTEGRATION: CWS dba24d (1.31.28); FILE MERGED 2007/12/01 13:41:26 fs 1.31.28.4: RESYNC: (1.31-1.33); FILE MERGED 2007/11/26 12:05:07 fs 1.31.28.3: #i81658# fix setting the PK after the wizard dialog has been created 2007/11/15 10:05:57 fs 1.31.28.2: #i81658# OCopyTableWizard::loadData signature changed 2007/11/08 14:25:10 fs 1.31.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2ce363ab8632a0aaf0229bef8f6c1d38263f1f80]

        INTEGRATION: CWS dba24d (1.74.2); FILE MERGED 2007/11/15 10:02:31 fs 1.74.2.2: #i81658# added createView taking a command (instead of the object) 2007/11/08 14:24:15 fs 1.74.2.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e9ff7458e46aae191b11c2652f504dcc468cbb76]

        INTEGRATION: CWS dba24d (1.34.28); FILE MERGED 2007/11/08 14:24:49 fs 1.34.28.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0c51db84589d48a18e985771b708fe70f78f2543]

        INTEGRATION: CWS dba24d (1.10.28); FILE MERGED 2007/11/22 13:11:01 fs 1.10.28.3: #i81658# DataAccessDescriptor is no service anymore, instead there is a (singleton) DataAccessDescriptorFactory which can create it 2007/11/15 10:05:27 fs 1.10.28.2: #i81658# insertTable: properly set the source connection 2007/11/08 14:23:05 fs 1.10.28.1: #i81658# now using the UNO version of the Copy Table wizard, which does what we previously did herein

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ecfc9a616fc0766f62fcfb1adc57f227d8df1f1b]

        INTEGRATION: CWS dba24d (1.23.70); FILE MERGED 2007/12/01 13:41:22 fs 1.23.70.2: RESYNC: (1.23-1.24); FILE MERGED 2007/11/08 14:25:10 fs 1.23.70.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a669261641cbfa4cfd146befb74eb73f6793244a]

        INTEGRATION: CWS dba24d (1.30.86); FILE MERGED 2007/12/01 13:41:20 fs 1.30.86.2: RESYNC: (1.30-1.31); FILE MERGED 2007/11/08 14:25:10 fs 1.30.86.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4d873b5e48910fb7c10fadcfa8c50fa3a2b6f115]

        INTEGRATION: CWS dba24d (1.38.28); FILE MERGED 2007/12/01 13:41:17 fs 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2007/11/08 14:25:10 fs 1.38.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ab6f36f9a105d449b39e959cd095dc3897a80780]

        INTEGRATION: CWS dba24d (1.97.70); FILE MERGED 2007/11/16 12:56:29 fs 1.97.70.3: RESYNC: (1.98-1.99); FILE MERGED 2007/11/06 10:59:49 oj 1.97.70.2: RESYNC: (1.97-1.98); FILE MERGED 2007/11/06 09:20:50 oj 1.97.70.1: #i11746# new property IgnoreCurrency

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a47ac5e43d669b68c638d7496dc07300da9ae40e]

        INTEGRATION: CWS dba24d (1.14.88); FILE MERGED 2007/12/01 13:41:11 fs 1.14.88.2: RESYNC: (1.14-1.15); FILE MERGED 2007/11/08 14:21:04 fs 1.14.88.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [afd6f8cbf2ab0fbd4fa23823ab3d78bd893c691a]

        INTEGRATION: CWS dba24d (1.4.88); FILE MERGED 2007/11/08 14:21:04 fs 1.4.88.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [74f35e0770bf47981b73c6e55164cc512b2fb0bb]

        INTEGRATION: CWS dba24d (1.4.348); FILE MERGED 2007/11/08 14:21:04 fs 1.4.348.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [811a6dccb860260014a195809b7541220e090756]

        INTEGRATION: CWS dba24d (1.22.28); FILE MERGED 2007/12/05 14:36:57 fs 1.22.28.9: #i81658# m_aColumnInfo should not be sorted by name 2007/12/05 13:41:48 fs 1.22.28.8: impl_ensureColumnInfo throws now 2007/12/01 13:41:08 fs 1.22.28.7: RESYNC: (1.22-1.23); FILE MERGED 2007/11/26 15:14:17 oj 1.22.28.6: #i49703# copy table settings 2007/11/19 09:48:30 fs 1.22.28.5: #i81658# +ICopyTableSourceObject::getPreparedSelectStatement, to re-use the statement already created by some implementations 2007/11/17 21:13:15 fs 1.22.28.4: #i81658# 2007/11/15 15:16:41 fs 1.22.28.3: #i81658# also allow to copy a table from an SDBC level connection 2007/11/15 10:04:51 fs 1.22.28.2: #i81658# removed m_xSourceObject, hide it behind some ICopyTableSourceObject, to allow copying tables at SDBC level where we cannot describe the source as object, but as table name only 2007/11/08 14:21:04 fs 1.22.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0dce985322176b0797b53e5e5269b8f4b8a21c4f]

        INTEGRATION: CWS dba24d (1.8.158); FILE MERGED 2007/11/08 14:21:04 fs 1.8.158.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a069861a7034675f3ea965b1bf8d774d98beac18]

        INTEGRATION: CWS dba24d (1.7.28); FILE MERGED 2007/11/26 12:05:06 fs 1.7.28.2: #i81658# fix setting the PK after the wizard dialog has been created 2007/11/08 14:21:04 fs 1.7.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [9da05bdb3578803fff531ac31ec3e41958c36aad]

        INTEGRATION: CWS dba24d (1.32.88); FILE MERGED 2007/11/15 10:02:10 fs 1.32.88.1: #i81658# added createView taking a command (instead of the object)

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e769bd422f0b3b4095c453a5cd28d11a7f15f393]

        INTEGRATION: CWS dba24d (1.6.28); FILE MERGED 2007/11/08 14:21:04 fs 1.6.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ef8b6b6e37b2f4b3896fa55e6ba8976180dec652]

        INTEGRATION: CWS dba24d (1.9.240); FILE MERGED 2007/11/08 14:21:04 fs 1.9.240.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a67fa1ebc81b11e645b1cf345ff8952cbf2e9c2a]

        INTEGRATION: CWS dba24d (1.7.2); FILE MERGED 2007/11/08 14:20:55 fs 1.7.2.1: remove unused types

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d0919409b84833f0b8e4ab053ecfaf97017ab277]

        INTEGRATION: CWS dba24d (1.13.158); FILE MERGED 2007/12/01 13:41:05 fs 1.13.158.2: RESYNC: (1.13-1.14); FILE MERGED 2007/11/08 14:21:04 fs 1.13.158.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6be4d17f142a8a0901c63e4097c897b95ea73698]

        INTEGRATION: CWS dba24d (1.13.88); FILE MERGED 2007/11/15 15:16:13 fs 1.13.88.1: #i81658#

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [15e9f8534859e3bdfbd81e5e6854d68d0c4ec302]

        INTEGRATION: CWS dba24d (1.18.28); FILE MERGED 2007/12/01 13:40:59 fs 1.18.28.2: RESYNC: (1.18-1.19); FILE MERGED 2007/11/08 14:21:04 fs 1.18.28.1: #i81658# re-factoring of the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6069bacd79f70c7ad2be4db16e23536329cd9033]

        INTEGRATION: CWS dba24d (1.22.2); FILE MERGED 2007/11/28 11:19:02 oj 1.22.2.1: #i50435# use system textencoding

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [11995d10794fadbb19f877196bdc2870ddfc35f7]

        INTEGRATION: CWS dba24d (1.19.2); FILE MERGED 2007/12/01 13:40:55 fs 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2007/11/19 11:16:38 fs 1.19.2.1: #i83593# filter embedded HSQL from the list of database types to connect to

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a1c0ce94f21022bc05514ccb76f89f974dd5cab8]

        INTEGRATION: CWS dba24d (1.52.2); FILE MERGED 2007/12/01 13:40:52 fs 1.52.2.2: RESYNC: (1.52-1.53); FILE MERGED 2007/11/19 11:16:37 fs 1.52.2.1: #i83593# filter embedded HSQL from the list of database types to connect to

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [93664f610afc4642cc647a7c129510b26850a51d]

        INTEGRATION: CWS dba24d (1.2.2); FILE MERGED 2007/12/01 13:40:43 fs 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/11/07 07:51:25 oj 1.2.2.1: merge conflicts

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8099b9f9b4a398a32a4da11b3e85303c9687dac0]

        INTEGRATION: CWS dba24d (1.12.70); FILE MERGED 2007/11/28 11:03:40 oj 1.12.70.1: #i53608# accept  extensions like *.abc as well

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [64f0f154c49008a8b2f1829a1946e2977b9e2606]

        INTEGRATION: CWS dba24d (1.8.26); FILE MERGED 2007/12/01 13:40:40 fs 1.8.26.5: RESYNC: (1.9-1.13); FILE MERGED 2007/11/21 12:37:34 oj 1.8.26.4: #i68854# impl TypeSettingInfo for Oracle 2007/11/07 07:47:05 oj 1.8.26.3: merge conflicts 2007/11/06 10:59:21 oj 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2007/11/06 09:21:00 oj 1.8.26.1: #i11746# new property IgnoreCurrency

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e7239492a7de240cf7be8ecbba6cad4f900c9a2f]

        INTEGRATION: CWS dba24d (1.18.70); FILE MERGED 2007/12/01 13:40:38 fs 1.18.70.5: RESYNC: (1.19-1.21); FILE MERGED 2007/11/21 20:54:19 fs 1.18.70.4: #i10000# 2007/11/21 12:37:34 oj 1.18.70.3: #i68854# impl TypeSettingInfo for Oracle 2007/11/06 10:59:18 oj 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED 2007/11/06 09:21:00 oj 1.18.70.1: #i11746# new property IgnoreCurrency

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [280e3cf8c036febb676dcd09dd7659458f54317e]

        INTEGRATION: CWS dba24d (1.191.54); FILE MERGED 2007/12/01 13:40:35 fs 1.191.54.2: RESYNC: (1.191-1.192); FILE MERGED 2007/11/08 14:15:25 fs 1.191.54.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [77c47efe96ad3339622ae7631ded5328c03d25fd]

        INTEGRATION: CWS dba24d (1.31.38); FILE MERGED 2007/11/08 14:15:25 fs 1.31.38.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [3e10b8c4967909cddc7ed2fbbd55b491f23fb6f4]

        INTEGRATION: CWS dba24d (1.100.54); FILE MERGED 2007/11/28 10:47:30 oj 1.100.54.3: #i55076# add .uno:Save to supported features 2007/11/16 12:56:26 fs 1.100.54.2: RESYNC: (1.100-1.101); FILE MERGED 2007/11/08 14:15:25 fs 1.100.54.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b369968a5bdcefb3cd3a7b90f7ca6825db0674a1]

        INTEGRATION: CWS dba24d (1.17.28); FILE MERGED 2007/11/07 14:54:00 oj 1.17.28.1: #i78231# use treelistbox as drag window and not the parent

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c344d4f79d3f15e87c9b506e28be45b11cb9239f]

        INTEGRATION: CWS dba24d (1.25.28); FILE MERGED 2007/11/07 14:54:00 oj 1.25.28.1: #i78231# use treelistbox as drag window and not the parent

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [5bdbf8614dce31a2499325d6963b2575cb4f6240]

        INTEGRATION: CWS dba24d (1.27.28); FILE MERGED 2007/11/07 14:54:00 oj 1.27.28.1: #i78231# use treelistbox as drag window and not the parent

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fc028dafacefe81b9673d01c195e3212f6b99ba3]

        INTEGRATION: CWS dba24d (1.28.28); FILE MERGED 2007/11/22 11:47:45 oj 1.28.28.2: #i83805# new command to suspend and shutdown the emebedded object 2007/11/08 14:13:49 fs 1.28.28.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [da832aa4efe20f674c3cb20f8bfe708da9b5bd85]

        INTEGRATION: CWS dba24d (1.20.22); FILE MERGED 2007/12/01 13:40:27 fs 1.20.22.2: RESYNC: (1.20-1.22); FILE MERGED 2007/11/22 11:47:45 oj 1.20.22.1: #i83805# new command to suspend and shutdown the emebedded object

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7b032d613ae0892ee68f407d5ebe0f6fad68f204]

        INTEGRATION: CWS dba24d (1.48.2); FILE MERGED 2007/12/01 13:40:24 fs 1.48.2.4: RESYNC: (1.48-1.50); FILE MERGED 2007/11/29 08:50:12 oj 1.48.2.3: #i84051# return title when state is asked for OpenURL 2007/11/08 14:14:39 fs 1.48.2.2: #i81658# re-factoring of the Copy Table wizard 2007/11/07 14:54:00 oj 1.48.2.1: #i78231# use treelistbox as drag window and not the parent

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7391786cddc157903361e78cc06c2817e6e2e6b5]

        INTEGRATION: CWS dba24d (1.42.2); FILE MERGED 2007/12/05 15:45:55 fs 1.42.2.4: #i81658# ConnectionInfo 2007/12/01 13:40:21 fs 1.42.2.3: RESYNC: (1.43-1.44); FILE MERGED 2007/11/16 12:56:23 fs 1.42.2.2: RESYNC: (1.42-1.43); FILE MERGED 2007/11/08 14:06:52 fs 1.42.2.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f0519ecfc8f50b5491985f5ba21bb16edbbfd93b]

        INTEGRATION: CWS dba24d (1.13.28); FILE MERGED 2007/11/22 13:07:27 fs 1.13.28.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ad848532c467e8887e5127e87adac92b0ef704f6]

        INTEGRATION: CWS dba24d (1.8.212); FILE MERGED 2007/11/22 13:08:11 fs 1.8.212.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a3e444417d7467112d87b388da113808474b6f0e]

        INTEGRATION: CWS dba24d (1.13.70); FILE MERGED 2007/12/01 13:40:18 fs 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2007/11/08 14:06:52 fs 1.13.70.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ea936048579db3b169d4f96acff4f7f3aaf06bee]

        INTEGRATION: CWS dba24d (1.4.170); FILE MERGED 2007/11/08 14:06:52 fs 1.4.170.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [51bc76528e562cefc8608ba6bd98751b517efa6a]

        INTEGRATION: CWS dba24d (1.3.170); FILE MERGED 2007/11/22 13:11:55 fs 1.3.170.1: removed unused includes

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [daec0188e33d1b56a3c5c391e2cf079b68ff9b7d]

        INTEGRATION: CWS dba24d (1.45.2); FILE MERGED 2007/12/05 15:23:50 fs 1.45.2.4: #i81658# ConnectionInfo 2007/12/01 13:40:15 fs 1.45.2.3: RESYNC: (1.46-1.47); FILE MERGED 2007/11/16 12:56:20 fs 1.45.2.2: RESYNC: (1.45-1.46); FILE MERGED 2007/11/08 14:06:06 fs 1.45.2.1: during #i81658#: string cleanup stringconstants.hrc

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b810d2c72ee07f27682157db0df4f9aa9c614fd6]

        INTEGRATION: CWS dba24d (1.5.348); FILE MERGED 2007/11/22 13:07:17 fs 1.5.348.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [100de61da7a79139e17fc4aeb7269c12550b58ee]

        INTEGRATION: CWS dba24d (1.13.70); FILE MERGED 2007/12/01 13:40:12 fs 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2007/11/08 14:05:09 fs 1.13.70.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6a070dd78420de5c70d0ff9a5d703948bea62301]

        INTEGRATION: CWS dba24d (1.3.348); FILE MERGED 2007/11/08 14:05:09 fs 1.3.348.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c19be5eb2e48282791e6af7d8eddc189456bcca0]

        INTEGRATION: CWS dba24d (1.16.68); FILE MERGED 2007/11/21 12:37:25 oj 1.16.68.2: #i68854# impl TypeSettingInfo for Oracle 2007/11/08 14:12:15 fs 1.16.68.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d7170971a78e15ffbe2a9748cbb0e263b5b1d8d0]

        INTEGRATION: CWS dba24d (1.11.2); FILE MERGED 2007/11/21 12:37:25 oj 1.11.2.1: #i68854# impl TypeSettingInfo for Oracle

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [857754fecc03b48b293ed87b79531089b7f30f3d]

        INTEGRATION: CWS dba24d (1.14.28); FILE MERGED 2007/11/22 13:09:38 fs 1.14.28.2: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx 2007/11/08 14:11:32 fs 1.14.28.1: #i81658# +DataAccessDescriptor implementation

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [259c751627c026e1cb3d6e73e706c263d4064a48]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:09:38 fs 1.1.2.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bb3761d69c9307aadb5fc971f9e08d6799903688]

        INTEGRATION: CWS dba24d (1.15.88); FILE MERGED 2007/11/22 13:09:38 fs 1.15.88.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e8a091c2f674777e95ac69126f778a311b26c8df]

        INTEGRATION: CWS dba24d (1.15.212); FILE MERGED 2007/12/04 09:24:09 oj 1.15.212.3: #i81644# add new common var to block elementInserted events 2007/12/01 13:40:09 fs 1.15.212.2: RESYNC: (1.15-1.16); FILE MERGED 2007/11/23 12:52:12 oj 1.15.212.1: #i81644# elementRemoved impl

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c678eb0ec4df6f3153a4cb425509b03e78507476]

        INTEGRATION: CWS dba24d (1.27.158); FILE MERGED 2007/12/04 09:24:09 oj 1.27.158.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [77884a80d56c4a4487381667f271b45560da2f0a]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:12:17 fs 1.1.2.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c6a98b89c42bbc0a089a1614808a84a5c6710bae]

        INTEGRATION: CWS dba24d (1.6.348); FILE MERGED 2007/12/04 09:24:09 oj 1.6.348.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [98fb1034e5c85daa8037a63e46619dbdf397cc37]

        INTEGRATION: CWS dba24d (1.8.348); FILE MERGED 2007/11/08 14:08:21 fs 1.8.348.1: #i81658# +dataaccessdescriptor

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b3b0a4d8454f834dd4d8c69182002b0720acccdf]

        INTEGRATION: CWS dba24d (1.23.28); FILE MERGED 2007/12/01 13:40:06 fs 1.23.28.2: RESYNC: (1.23-1.24); FILE MERGED 2007/11/22 13:10:40 fs 1.23.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [66de7dc15ba8e6f04eccd755fcc7494e98ffd46d]

        INTEGRATION: CWS dba24d (1.48.6); FILE MERGED 2007/12/01 21:17:37 fs 1.48.6.5: #i10000# 2007/12/01 13:40:03 fs 1.48.6.4: RESYNC: (1.49-1.50); FILE MERGED 2007/11/22 11:47:22 oj 1.48.6.3: #i83805# new command to suspend and shutdown the emebedded object 2007/11/16 12:56:17 fs 1.48.6.2: RESYNC: (1.48-1.49); FILE MERGED 2007/11/08 14:09:22 fs 1.48.6.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a04b6440fd4e248d061a28c51dba0b8fbc4c1b2b]

        INTEGRATION: CWS dba24d (1.25.6); FILE MERGED 2007/12/01 13:40:00 fs 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2007/11/08 14:09:22 fs 1.25.6.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [563648537f8a0d1d33e79b1cf4d9c5ee6ac13465]

        INTEGRATION: CWS dba24d (1.37.180); FILE MERGED 2007/11/22 13:10:40 fs 1.37.180.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fb12455debec1783a89648dccaf7221de62da0ec]

        INTEGRATION: CWS dba24d (1.73.54); FILE MERGED 2007/12/01 13:39:57 fs 1.73.54.2: RESYNC: (1.73-1.74); FILE MERGED 2007/11/22 13:10:40 fs 1.73.54.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8958728450a865e7002f2f2d21fab1639cfa8b18]

        INTEGRATION: CWS dba24d (1.14.28); FILE MERGED 2007/11/22 13:10:40 fs 1.14.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fab1b249b1311ee8aa51aa7b574bfc9804dc6615]

        INTEGRATION: CWS dba24d (1.35.2); FILE MERGED 2007/12/01 13:39:54 fs 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/22 13:10:40 fs 1.35.2.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d34959639eedc7f225bc7f8658462966c921ca7d]

        INTEGRATION: CWS dba24d (1.14.208); FILE MERGED 2007/11/22 13:10:40 fs 1.14.208.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e6b96bed67ca0d531e98a031caccacbda13c6d21]

        INTEGRATION: CWS dba24d (1.36.74); FILE MERGED 2007/11/22 13:10:40 fs 1.36.74.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2faca3100866749043d45d25648b4fc9fb892e37]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/12/05 15:38:51 fs 1.1.2.4: #i81658# ConnectionInfo 2007/11/22 13:10:28 fs 1.1.2.3: #i81658# DataAccessDescriptor is no service anymore, instead there is a (singleton) DataAccessDescriptorFactory which can create it 2007/11/08 14:58:55 fs 1.1.2.2: #i10000# 2007/11/08 14:02:42 fs 1.1.2.1: #i81658# dedicated implementation for a css.sdb.DataAccessdescriptor

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [23e028d70ce6506954c4985cad8fcef258aec836]

        INTEGRATION: CWS dba24d (1.25.160); FILE MERGED 2007/12/04 09:24:09 oj 1.25.160.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d76c39b0e827110e5d7706b97a277a8358d44685]

        INTEGRATION: CWS dba24d (1.53.4); FILE MERGED 2007/12/04 09:24:09 oj 1.53.4.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [79cfe42cbc8e65cc3145f0e1163b321160254845]

        INTEGRATION: CWS dba24d (1.16.212); FILE MERGED 2007/11/22 13:10:39 fs 1.16.212.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [236ddc87f83b754fd6a3e97b8f985a56c5d667a8]

        INTEGRATION: CWS dba24d (1.20.106); FILE MERGED 2007/11/22 13:10:39 fs 1.20.106.2: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx 2007/11/08 14:07:44 fs 1.20.106.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e07fc3658acbe9f05727a280eb0843f2841df489]

        INTEGRATION: CWS dba24d (1.15.54); FILE MERGED 2007/12/01 21:06:38 fs 1.15.54.3: #i10000# 2007/12/01 13:39:51 fs 1.15.54.2: RESYNC: (1.15-1.16); FILE MERGED 2007/11/22 13:10:39 fs 1.15.54.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [29cbf7fb9e872ca985b5127f985d7d2d579f0f7a]

        INTEGRATION: CWS dba24d (1.19.54); FILE MERGED 2007/12/01 13:39:48 fs 1.19.54.4: RESYNC: (1.19-1.21); FILE MERGED 2007/11/21 20:53:47 fs 1.19.54.3: #i10000# 2007/11/21 12:37:17 oj 1.19.54.2: #i68854# impl TypeSettingInfo for Oracle 2007/11/06 09:20:13 oj 1.19.54.1: #i11746# new property IgnoreCurrency

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [96b5e173bcac47dcb86c59a8f24999376b7421e5]

        INTEGRATION: CWS dba24d (1.9.28); FILE MERGED 2007/11/22 13:10:39 fs 1.9.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [18208fdb29a5f305867e36eccb6ed8af25d0d02c]

        INTEGRATION: CWS dba24d (1.13.28); FILE MERGED 2007/11/22 13:10:39 fs 1.13.28.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8400b26b72e40bd0aa4864308eae6aee4be1aa21]

        INTEGRATION: CWS dba24d (1.25.170); FILE MERGED 2007/12/04 09:24:09 oj 1.25.170.3: #i81644# add new common var to block elementInserted events 2007/12/01 13:39:45 fs 1.25.170.2: RESYNC: (1.25-1.26); FILE MERGED 2007/11/23 12:52:12 oj 1.25.170.1: #i81644# elementRemoved impl

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6a87785cb223a55efcc6febcd4d5d9b5fc941b1e]

        INTEGRATION: CWS dba24d (1.66.4); FILE MERGED 2007/12/04 09:24:09 oj 1.66.4.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [dd61e0152ce8db859cd43eefe418f2e46802cfd6]

        INTEGRATION: CWS dba24d (1.24.26); FILE MERGED 2007/12/01 13:39:42 fs 1.24.26.4: RESYNC: (1.24-1.25); FILE MERGED 2007/11/26 07:30:10 oj 1.24.26.3: #i83810# assertion changed 2007/11/21 21:08:16 fs 1.24.26.2: #i82233# some debugging code 2007/11/08 14:10:56 fs 1.24.26.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1bccfd495f0db7d743e78cdbe4935a362f6daaa5]

        INTEGRATION: CWS dba24d (1.94.86); FILE MERGED 2007/12/01 13:39:08 fs 1.94.86.2: RESYNC: (1.94-1.95); FILE MERGED 2007/11/27 08:23:17 oj 1.94.86.1: #151645# check also the XRowLocate interface

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [770e7e20fc98ed82c019d390719597ecce511555]

        INTEGRATION: CWS dba24d (1.48.70); FILE MERGED 2007/12/04 09:24:09 oj 1.48.70.3: #i81644# add new common var to block elementInserted events 2007/12/01 13:39:05 fs 1.48.70.2: RESYNC: (1.48-1.49); FILE MERGED 2007/11/22 13:09:41 fs 1.48.70.1: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [990b673b9722d34bcddc76c652762b08b347a983]

        INTEGRATION: CWS dba24d (1.153.70); FILE MERGED 2007/12/04 09:24:08 oj 1.153.70.4: #i81644# add new common var to block elementInserted events 2007/12/01 13:39:02 fs 1.153.70.3: RESYNC: (1.153-1.154); FILE MERGED 2007/11/22 13:09:41 fs 1.153.70.2: #i81658# moved the DBA services to use the helpers in unotools/componentresmodule resp. comphelper/componentmodule. Those helpers allow for old- and new-style singletons to co-exist, which wasn't the case for the old helpers previously found in dba_reghelper.hxx 2007/11/08 14:10:57 fs 1.153.70.1: during #i81658#: string cleanup

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [cb2c34b61ed40ec71aef43ef027dc1acdf404208]

        INTEGRATION: CWS dba24d (1.27.180); FILE MERGED 2007/11/06 09:19:38 oj 1.27.180.1: #i51965# use scale for update

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [971948b61e430e431e0e27eed17a3a96c88cb8ff]

        INTEGRATION: CWS dba24d (1.67.136); FILE MERGED 2007/12/01 13:38:58 fs 1.67.136.2: RESYNC: (1.67-1.68); FILE MERGED 2007/11/06 09:19:38 oj 1.67.136.1: #i51965# use scale for update

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [77cefcd0b4628df633940bee855eabfa3c56d0a3]

        INTEGRATION: CWS dba24d (1.9.170); FILE MERGED 2007/12/04 09:24:08 oj 1.9.170.1: #i81644# add new common var to block elementInserted events

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [cd06f21d6579851b9ff8dd86b335ee05245df0a7]

        INTEGRATION: CWS dba24d (1.19.220); FILE MERGED 2007/11/06 09:19:38 oj 1.19.220.1: #i51965# use scale for update

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [5afffde5665ee0252400ee551c8c71cd16bd0453]

        INTEGRATION: CWS dba24d (1.43.170); FILE MERGED 2008/01/14 06:04:28 oj 1.43.170.2: compile error 2007/11/06 09:19:38 oj 1.43.170.1: #i51965# use scale for update

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fbee093c956f7414cb2dccfd2bbf470d7c4f6055]

        INTEGRATION: CWS dba24d (1.19.170); FILE MERGED 2007/11/06 09:19:38 oj 1.19.170.1: #i51965# use scale for update

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8245f7c87b02991ee1545f27a45450baed6ae33d]

        INTEGRATION: CWS dba24d (1.2.28); FILE MERGED 2007/11/21 07:47:26 fs 1.2.28.1: silence some NetBeans 6 warnings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [317a102fa008c0293b445cc8fbb947b9880b9af0]

        INTEGRATION: CWS dba24d (1.5.212); FILE MERGED 2007/11/21 12:12:47 fs 1.5.212.2: #i82233# new test case: testDisjunctiveNormalForm 2007/11/21 07:47:26 fs 1.5.212.1: silence some NetBeans 6 warnings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f3ddd04819c5dfc55e16346090fcc977621ece52]

        INTEGRATION: CWS dba24d (1.8.70); FILE MERGED 2007/11/21 07:47:26 fs 1.8.70.1: silence some NetBeans 6 warnings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8981875f97f0227ee04812d3cb74db36b8eb7b2d]

        INTEGRATION: CWS dba24d (1.3.106); FILE MERGED 2007/11/21 08:12:46 fs 1.3.106.2: silence some NetBeans 6 warnings 2007/11/21 08:12:16 fs 1.3.106.1: copying changes from CWS dba24c herein (premature resync)

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fc08f1b7743313f5fdce5e95e5f0bdf5f3b44f50]

        INTEGRATION: CWS dba24d (1.3.70); FILE MERGED 2007/11/21 08:12:16 fs 1.3.70.2: copying changes from CWS dba24c herein (premature resync) 2007/11/21 07:47:26 fs 1.3.70.1: silence some NetBeans 6 warnings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [174e7d76fcde2273b75350e76be436911685a002]

        INTEGRATION: CWS dba24d (1.3.156); FILE MERGED 2007/11/21 07:47:26 fs 1.3.156.1: silence some NetBeans 6 warnings

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [65b4f462da62d3a7d209f434687ab3da33f6a83a]

        INTEGRATION: CWS dba24d (1.2.70); FILE MERGED 2007/11/18 12:46:55 fs 1.2.70.1: removed useless access modifier

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [745e654a008c1a4654c13b213a44fef096b08d9b]

        INTEGRATION: CWS dba24d (1.8.204); FILE MERGED 2007/11/19 12:04:19 fs 1.8.204.4: oops 2007/11/19 12:02:37 fs 1.8.204.3: oops 2007/11/19 08:29:44 fs 1.8.204.2: catch exceptions in ShouldPaintObject, to be on the safe side 2007/11/18 21:47:14 fs 1.8.204.1: ShouldPaintObject: respect the control's visibility flag (which is only a workaround until we have a visibility flag at the control model) Issue number:  #i83611# Submitted by:  npower@openoffice.org Reviewed by:   fs@openoffice.org

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f295a2b0a06e1b11a55555c65bbe7f9f33e04243]

        INTEGRATION: CWS dba24d (1.19.478); FILE MERGED 2007/11/20 09:11:51 fs 1.19.478.1: #i82233# use as SingleSelectQueryComposer instead of an SQLQueryComposer

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6d5fdb415e12ef8e024ee65900aa16de347270d5]

        INTEGRATION: CWS dba24d (1.66.158); FILE MERGED 2007/12/01 21:05:54 fs 1.66.158.3: #i10000# 2007/12/01 13:37:54 fs 1.66.158.2: RESYNC: (1.66-1.67); FILE MERGED 2007/11/20 09:12:04 fs 1.66.158.1: #i82233# use as SingleSelectQueryComposer instead of an SQLQueryComposer

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [378dd42a736affe30fa0c8a85f1606be6358035c]

        INTEGRATION: CWS dba24d (1.8.94); FILE MERGED 2007/11/27 15:00:13 fs 1.8.94.1: #i84011# catch exceptions when revoking a data source

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1c54c21f6c27e877b56b67362fda11686bef331e]

        INTEGRATION: CWS dba24d (1.3.400); FILE MERGED 2007/11/30 21:39:44 fs 1.3.400.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1501e17b889b28e7394596ce4f98eab1c5b00d8f]

        INTEGRATION: CWS dba24d (1.2.92); FILE MERGED 2007/11/30 21:02:40 fs 1.2.92.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6069dfda29e1da4c4fd8f33d3e335f34f94dc503]

        INTEGRATION: CWS dba24d (1.3.400); FILE MERGED 2007/11/30 21:02:40 fs 1.3.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f0877a99bc2d74222d76a58a7984331399e1effb]

        INTEGRATION: CWS dba24d (1.12.400); FILE MERGED 2007/11/30 21:02:40 fs 1.12.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [daf9737b10518528fa1f745af476212f93e11eee]

        INTEGRATION: CWS dba24d (1.13.400); FILE MERGED 2007/11/30 21:02:40 fs 1.13.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f2f5d350e0b130700fd77fd28438691513b6ec0c]

        INTEGRATION: CWS dba24d (1.10.168); FILE MERGED 2007/11/30 21:02:40 fs 1.10.168.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [69ab5e221cfd0266cb94eade3f24dd22a1c0d08c]

        INTEGRATION: CWS dba24d (1.2.196); FILE MERGED 2007/11/30 21:39:44 fs 1.2.196.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bbbce04b62617269e04914e81d23da23514e92eb]

        INTEGRATION: CWS dba24d (1.4.400); FILE MERGED 2007/11/30 21:02:39 fs 1.4.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [3c2450d127fbe38f386f9357e19f3b9aa35f61c6]

        INTEGRATION: CWS dba24d (1.7.150); FILE MERGED 2007/12/04 10:43:42 oj 1.7.150.2: #i68854# add new property to change typeinfos 2007/11/21 08:00:16 fs 1.7.150.1: copying changes from CWS dba24c herein (premature resync)

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b1c4dfea194c070594ff6f1fcbc3a608cbae5866]

        INTEGRATION: CWS dba24d (1.2.282); FILE MERGED 2007/11/30 13:31:59 fs 1.2.282.1: @seealso doesn't exist, @see is what's needed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ec1663a747123d694815ba0bbba9a1ca3ef3e951]

        INTEGRATION: CWS dba24d (1.3.196); FILE MERGED 2007/11/08 14:56:37 fs 1.3.196.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [3976a84073855a8258c2267e7c9c0337a96c4636]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/08 14:56:20 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [877009805b3bff5bfe0608a5d5c77eaa3a01e29d]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/26 14:24:13 fs 1.1.2.2: #i81658# docu error 2007/11/08 14:56:11 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [59eeba24a29c09cce92531542550be43a9244ee5]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/12/05 15:43:47 fs 1.1.2.10: #i81658# ConnectionInfo 2007/11/30 21:39:43 fs 1.1.2.9: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed 2007/11/29 20:49:57 fs 1.1.2.8: nicer autodoc result (work around issue 84098) 2007/11/26 14:52:14 fs 1.1.2.7: #i10000# 2007/11/26 14:23:09 fs 1.1.2.6: #i81658# some more documentation of the Destination / allow to throw SQLExceptions from the ctors 2007/11/19 10:36:31 fs 1.1.2.5: spelling 2007/11/19 10:34:41 fs 1.1.2.4: clarify supported data access descriptor settings 2007/11/18 22:35:41 fs 1.1.2.3: #i10000# 2007/11/14 09:51:55 fs 1.1.2.2: #i81658# interaction handler support 2007/11/08 14:56:02 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [199c5da7e34e1438e6833f2d6a7a61f5c7f5d041]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/08 14:55:53 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ecc66ff09a90f6b92b37eea13ed8d4372239159c]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/08 14:55:44 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a5f3d8fb933ff945e3e660af8566b619a1023001]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/08 14:55:35 fs 1.1.2.1: #i81658# UNO wrapper for the Copy Table wizard

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e8f982129ee64d6f7ec764dcfbc10a385f3f28f4]

        INTEGRATION: CWS dba24d (1.20.200); FILE MERGED 2007/12/01 13:37:27 fs 1.20.200.3: RESYNC: (1.20-1.21); FILE MERGED 2007/11/22 13:15:03 fs 1.20.200.2: #i81658# +[X]DataAccessDescriptorFactory 2007/11/21 07:59:11 fs 1.20.200.1: copying changes from CWS dba24c herein (premature resync)

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e92407a511a710efec9c80eda716b1a4d721beb9]

        INTEGRATION: CWS dba24d (1.5.284); FILE MERGED 2007/11/30 21:39:43 fs 1.5.284.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [05cfdefd0d6dc60f8fb83f4c97487628a84f97e1]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:13:18 fs 1.1.2.1: #i81658# singleton service to create full-blown data access descriptor instances

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d48c82179f1a89c50bed9f8cf66144571a86b1e6]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/22 13:13:09 fs 1.1.2.1: #i81658# singleton service to create full-blown data access descriptor instances

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7c10993e6cc505bb839a8a34bab6293e5db02c7f]

        INTEGRATION: CWS dba24d (1.7.400); FILE MERGED 2007/12/05 15:43:16 fs 1.7.400.4: #i81658# ConnectionInfo 2007/12/05 15:41:28 fs 1.7.400.3: #i81658# ConnectionInfo 2007/11/21 07:59:11 fs 1.7.400.2: copying changes from CWS dba24c herein (premature resync) 2007/11/08 14:57:06 fs 1.7.400.1: added Order, HavingClause, and GroupBy

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fb961fcf1804380a0099d6690be713e879c8b923]

        INTEGRATION: CWS dba24d (1.4.380); FILE MERGED 2007/11/30 21:02:39 fs 1.4.380.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ba1a8707e33a1fe80e84be0f7947144ccfa92d89]

        INTEGRATION: CWS dba24d (1.5.72); FILE MERGED 2007/11/30 21:39:43 fs 1.5.72.2: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed 2007/11/30 21:02:39 fs 1.5.72.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [5fe7bc2d30d407153a6de49edf79c027b385f861]

        INTEGRATION: CWS dba24d (1.6.196); FILE MERGED 2007/11/30 21:02:39 fs 1.6.196.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [810245360fc529485e02649e5d21f6ef03984d46]

        INTEGRATION: CWS dba24d (1.6.354); FILE MERGED 2007/11/30 21:02:39 fs 1.6.354.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [32d6dcb7e64d13071d70aeecc2f01a0aef0637b9]

        INTEGRATION: CWS dba24d (1.4.400); FILE MERGED 2007/11/30 21:39:43 fs 1.4.400.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bb09d8b51a0ebceb05366a634d0a3a63a84ab52c]

        INTEGRATION: CWS dba24d (1.10.400); FILE MERGED 2007/11/30 21:39:43 fs 1.10.400.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0052fd50cdff0840dca46666050b8adf71eaf43d]

        INTEGRATION: CWS dba24d (1.4.282); FILE MERGED 2007/11/30 21:39:43 fs 1.4.282.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8a5c4eed96b4e97ff2a395678f33bc21d8776ebb]

        INTEGRATION: CWS dba24d (1.5.282); FILE MERGED 2007/11/30 21:02:38 fs 1.5.282.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7a31dc435cba41b3083319ae0863b927f4197ee8]

        INTEGRATION: CWS dba24d (1.2.92); FILE MERGED 2007/11/30 13:31:59 fs 1.2.92.1: @seealso doesn't exist, @see is what's needed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0112c84f53a900b84c9d4436be89caafae095568]

        INTEGRATION: CWS dba24d (1.4.196); FILE MERGED 2007/11/30 21:02:38 fs 1.4.196.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a8b9cb3797238c480c51fd9ba162890bfa643b38]

        INTEGRATION: CWS dba24d (1.4.400); FILE MERGED 2007/11/30 21:02:38 fs 1.4.400.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [525810e567a5049cfbfa12179538d16f395aceb7]

        INTEGRATION: CWS dba24d (1.12.264); FILE MERGED 2007/11/30 21:39:42 fs 1.12.264.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0af866b0e83535e96950fa75538c696bc2ccd863]

        INTEGRATION: CWS dba24d (1.2.148); FILE MERGED 2007/11/30 21:39:42 fs 1.2.148.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0206c86a19bbaf7b2b3b35d6eb33c87822ed5cd6]

        INTEGRATION: CWS dba24d (1.3.18); FILE MERGED 2007/11/30 21:02:37 fs 1.3.18.1: warning-free autodoc: 'Incorrectly Written Const Symbols' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [72de3f8d7bf98a3dc7ec8d2cd62dbcb1329a2acd]

        INTEGRATION: CWS dba24d (1.2.92); FILE MERGED 2007/11/30 21:39:42 fs 1.2.92.1: warning-free autodoc: 'Confusion or Misuse of <Type> vs. <Member>' warning cause fixed

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [313c29e2d475daeab6b397b62a8ccfae69df24aa]

        INTEGRATION: CWS dba24d (1.6.400); FILE MERGED 2007/11/29 12:54:30 fs 1.6.400.1: spelling

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d27d9dddb161dc7447cb24ad60dbec7291660484]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/19 13:45:54 fs 1.1.2.1: contributed by Daniel Vogelheim: XForms UBL demo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [7347d66f12b131dca72cb463ab30b0237e94a473]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/19 13:44:33 fs 1.1.2.1: contributed by Lars Oppermann: sample XForm documents

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [26f3b65972222e5500273d5ec01ec435f849e9c2]

        INTEGRATION: CWS dba24d (1.15.6); FILE MERGED 2007/11/20 11:51:54 fs 1.15.6.1: #i83774# +PROPERTY_IMAGE_POSITION

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b62450495fed49c86b1cc2f065efa25168217f34]

        INTEGRATION: CWS dba24d (1.25.52); FILE MERGED 2007/11/20 11:52:08 fs 1.25.52.1: #i83774# strip ImageURL and ImagePosition

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8fc4594caaf8108b3757ff25c8299f96abcd4ae9]

        INTEGRATION: CWS dba24d (1.46.94); FILE MERGED 2007/11/20 11:51:23 fs 1.46.94.1: #i83774# don't export ImagePosition if it is not present

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1315d2cea91c541d0407b7a0e623653e3d2214c9]

        INTEGRATION: CWS dba24d (1.49.2); FILE MERGED 2007/12/01 13:37:01 fs 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2007/11/26 07:29:01 oj 1.49.2.1: #i83810# normalize nodes

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2b41ea6d9d7d55af9e7336fb1ac14d4bb91c507c]

        INTEGRATION: CWS dba24d (1.59.2); FILE MERGED 2007/12/01 13:36:58 fs 1.59.2.2: RESYNC: (1.59-1.60); FILE MERGED 2007/11/28 12:18:08 oj 1.59.2.1: #i18201# handle reduce reduce conflict for is true

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f490cade20377fb763a0de665494848cac51af83]

        INTEGRATION: CWS dba24d (1.8.212); FILE MERGED 2007/11/28 09:30:17 oj 1.8.212.2: #i58268# cache some databasemetadata 2007/11/21 12:39:25 oj 1.8.212.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [22c2612eae708a0e0fff00bf69baa219c33c5d22]

        INTEGRATION: CWS dba24d (1.22.116); FILE MERGED 2007/11/21 12:39:25 oj 1.22.116.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [5b98291ae013b484a703c79db3e8053d22e8ce24]

        INTEGRATION: CWS dba24d (1.7.310); FILE MERGED 2007/11/21 12:39:25 oj 1.7.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a74efb5e7dfcefb4a2eac3ae92f1dc209c6bf2c2]

        INTEGRATION: CWS dba24d (1.11.54); FILE MERGED 2007/11/06 09:06:16 oj 1.11.54.1: #i11746# new property to turn of currency from meta data

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a70dec747596ed3706bd7e6fef44c6897e088b41]

        INTEGRATION: CWS dba24d (1.4.54); FILE MERGED 2007/11/28 09:30:16 oj 1.4.54.2: #i58268# cache some databasemetadata 2007/11/21 12:39:25 oj 1.4.54.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6b89d231e533489156a0043c802de8eb2f83c5ab]

        INTEGRATION: CWS dba24d (1.15.54); FILE MERGED 2007/12/01 20:57:35 fs 1.15.54.5: #i10000# 2007/12/01 13:36:54 fs 1.15.54.4: RESYNC: (1.15-1.17); FILE MERGED 2007/11/21 13:58:38 oj 1.15.54.3: #i68854# some clean ups 2007/11/21 12:39:25 oj 1.15.54.2: #i68854# impl TypeSettingInfo for Oracle and some clean up 2007/11/06 09:06:16 oj 1.15.54.1: #i11746# new property to turn of currency from meta data

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [9ac11d8e93b75c610d22ffc0c4815a0a9dd3bc91]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/06 09:05:49 oj 1.1.2.1: #i51965# impl BigDecimal

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [be84b3958817ea6a6e6912381650cc43e0e4b8cc]

        INTEGRATION: CWS dba24d (1.5.142); FILE MERGED 2007/11/28 09:31:07 oj 1.5.142.1: #i51355# check if stream exists when read-only

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [9672d8f48e870362f48ba8768f80a7a9884ca29e]

        INTEGRATION: CWS dba24d (1.15.212); FILE MERGED 2007/11/26 07:52:24 oj 1.15.212.1: #i31385# read multiline string

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1ba706f960de8fafaf3d12d037fda9c70cd3fa1f]

        INTEGRATION: CWS dba24d (1.3.310); FILE MERGED 2007/11/21 12:39:25 oj 1.3.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1598fbffcea674ec0beb5f890636d566d5b4e839]

        INTEGRATION: CWS dba24d (1.8.310); FILE MERGED 2007/11/28 09:30:16 oj 1.8.310.2: #i58268# cache some databasemetadata 2007/11/21 12:39:24 oj 1.8.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [673c2d192ebeb3cef1bb5b2ae1b3fa64f8a96947]

        INTEGRATION: CWS dba24d (1.21.310); FILE MERGED 2007/11/21 12:39:24 oj 1.21.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [12edf7697b1531cac0ac5a8169f93a1c5cda5abc]

        INTEGRATION: CWS dba24d (1.7.310); FILE MERGED 2007/11/21 12:39:24 oj 1.7.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bc15f30342ae5073a51c645a71875d74fc29bb23]

        INTEGRATION: CWS dba24d (1.8.310); FILE MERGED 2007/11/21 12:39:24 oj 1.8.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d321d1c49309cf184d0e466068967fdbde88be05]

        INTEGRATION: CWS dba24d (1.2.310); FILE MERGED 2007/11/21 12:39:24 oj 1.2.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [26c830d9c525a60d013538186502ea176f1baa67]

        INTEGRATION: CWS dba24d (1.4.310); FILE MERGED 2007/11/28 09:30:16 oj 1.4.310.2: #i58268# cache some databasemetadata 2007/11/21 12:39:24 oj 1.4.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c7255a4f8720318e55de7a206484c3ba9cb9afdc]

        INTEGRATION: CWS dba24d (1.17.78); FILE MERGED 2007/11/21 12:39:24 oj 1.17.78.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [05a93efa66fe7a70d486f3778e69167f45f589d9]

        INTEGRATION: CWS dba24d (1.5.310); FILE MERGED 2007/11/21 12:39:23 oj 1.5.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [989e41a7af41f203aa34317f0e4c99f67673ded5]

        INTEGRATION: CWS dba24d (1.4.116); FILE MERGED 2007/11/28 09:30:16 oj 1.4.116.2: #i58268# cache some databasemetadata 2007/11/21 12:39:23 oj 1.4.116.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4e7d20d0b70a6aabd71837885375d1328fc9e3e1]

        INTEGRATION: CWS dba24d (1.11.310); FILE MERGED 2007/11/21 12:39:23 oj 1.11.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [22000a3645f41f43e6ada63d9e68564cdd78fcc8]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/21 12:39:13 oj 1.1.2.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [519238e52962fb034eea57d0c9e5963a7c0051fe]

        INTEGRATION: CWS c17v002_SRC680 (1.112.24.1.4); FILE MERGED 2008/01/10 09:43:54 os 1.112.24.1.4.1: #b6637795# save alternative text of embedded objects

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2b5a50c148d662d3b7b67bf50c0191f3349740c6]

        INTEGRATION: CWS dba24d (1.13.212); FILE MERGED 2007/12/05 13:26:23 fs 1.13.212.2: during i81658: +m_bEOF 2007/11/21 12:39:23 oj 1.13.212.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8042f2343387d22c52aa08563f46d5374ffadbeb]

        INTEGRATION: CWS dba24d (1.37.152); FILE MERGED 2007/12/01 15:15:16 fs 1.37.152.3: #i10000# 2007/12/01 13:36:51 fs 1.37.152.2: RESYNC: (1.37-1.38); FILE MERGED 2007/11/06 09:07:48 oj 1.37.152.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [622e7a4fe56e82a6631f9d75b16053eb09d6da1a]

        INTEGRATION: CWS dba24d (1.44.18); FILE MERGED 2007/11/06 10:58:40 oj 1.44.18.2: RESYNC: (1.44-1.45); FILE MERGED 2007/11/06 09:07:49 oj 1.44.18.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ae336b25fcbfb72bcdfeba6416dcf6e903b93f14]

        INTEGRATION: CWS dba24d (1.33.116); FILE MERGED 2007/11/28 09:30:15 oj 1.33.116.2: #i58268# cache some databasemetadata 2007/11/21 12:41:17 oj 1.33.116.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [cf5c66df44de6b8a06a0a73ed046c7019d5dd531]

        INTEGRATION: CWS dba24d (1.41.44); FILE MERGED 2007/11/21 12:41:17 oj 1.41.44.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ebecf1d2999b5e1da80c0ad606fb7a56412d07f3]

        INTEGRATION: CWS dba24d (1.3.310); FILE MERGED 2007/11/28 09:30:15 oj 1.3.310.2: #i58268# cache some databasemetadata 2007/11/21 12:42:26 oj 1.3.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e264f92a210ae680fde9d79a771d978709dede97]

        INTEGRATION: CWS dba24d (1.14.140); FILE MERGED 2007/11/28 09:30:15 oj 1.14.140.2: #i58268# cache some databasemetadata 2007/11/21 12:42:26 oj 1.14.140.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [6e8f27455d255bb64f538a8283c52680acb1ddee]

        INTEGRATION: CWS dba24d (1.16.78); FILE MERGED 2007/11/21 12:42:26 oj 1.16.78.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [67a98c17f3c31ff2e26c84650296cef2178dfcff]

        INTEGRATION: CWS dba24d (1.26.78); FILE MERGED 2007/11/21 12:42:26 oj 1.26.78.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [1f92e82d7409bd904c22acf9c0c79ecb7a03a44d]

        INTEGRATION: CWS dba24d (1.2.20); FILE MERGED 2008/01/11 05:56:49 oj 1.2.20.3: compile errorr 2008/01/10 06:44:40 oj 1.2.20.2: compile error 2007/11/21 12:42:03 oj 1.2.20.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e7163ed4dabaf2dc89d854b93d5bd71f39937638]

        INTEGRATION: CWS dba24d (1.2.20); FILE MERGED 2008/01/11 10:20:51 oj 1.2.20.3: compile error 2008/01/11 10:13:07 oj 1.2.20.2: compile error 2007/11/21 12:42:02 oj 1.2.20.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [84c531a4cf2c7707921b57980e06dcd90cd17cd2]

        INTEGRATION: CWS dba24d (1.2.20); FILE MERGED 2008/01/14 06:00:46 oj 1.2.20.2: compile error 2008/01/11 10:13:07 oj 1.2.20.1: compile error

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b7974bf73ee1f39820a760b35d9fe6fa62cb9746]

        INTEGRATION: CWS dba24d (1.7.152); FILE MERGED 2007/11/21 13:58:38 oj 1.7.152.2: #i68854# some clean ups 2007/11/21 12:43:39 oj 1.7.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b72f94c675d9dda3d8a08877c74058cb1ec03e20]

        INTEGRATION: CWS dba24d (1.25.80); FILE MERGED 2007/12/01 13:36:48 fs 1.25.80.2: RESYNC: (1.25-1.26); FILE MERGED 2007/11/21 12:40:51 oj 1.25.80.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [8f424ac393ecac7ffc7cfafb7fd1dcc5be633002]

        INTEGRATION: CWS dba24d (1.20.54); FILE MERGED 2007/12/01 13:36:45 fs 1.20.54.2: RESYNC: (1.20-1.21); FILE MERGED 2007/11/06 09:04:02 oj 1.20.54.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f6e1fb193a0c7c88495e580bbe474a338aa964ce]

        INTEGRATION: CWS dba24d (1.31.54); FILE MERGED 2007/11/06 09:04:02 oj 1.31.54.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0962c6833e75f9348c1cbe1e9123045d19b3b921]

        INTEGRATION: CWS dba24d (1.18.54); FILE MERGED 2007/12/01 13:36:42 fs 1.18.54.3: RESYNC: (1.18-1.20); FILE MERGED 2007/11/09 13:32:39 oj 1.18.54.2: #i56643# wrong check 2007/11/06 09:04:02 oj 1.18.54.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [26843cea83292632b4ed92dfd1b3da9a46c12995]

        INTEGRATION: CWS dba24d (1.6.18); FILE MERGED 2007/12/01 20:57:56 fs 1.6.18.7: #i10000# 2007/12/01 13:36:36 fs 1.6.18.6: RESYNC: (1.7-1.11); FILE MERGED 2007/11/26 21:09:58 fs 1.6.18.5: #i10000# 2007/11/26 14:35:02 fs 1.6.18.4: during #i81658#, upon user request: better error about inability to load driver class 2007/11/21 12:40:51 oj 1.6.18.3: #i68854# impl TypeSettingInfo for Oracle and some clean up 2007/11/06 10:58:37 oj 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2007/11/06 09:04:43 oj 1.6.18.1: #i11746# new property to turn of currency from meta data

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [82c7069cce71d72dffd3a6d076b88acd832277a9]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2007/11/06 09:05:07 oj 1.1.2.1: #i51965# impl BigDecimal

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [85b7475289f8a942d02392f010834148c17f9d72]

        INTEGRATION: CWS dba24d (1.26.44); FILE MERGED 2007/11/28 09:30:15 oj 1.26.44.3: #i58268# cache some databasemetadata 2007/11/21 12:40:51 oj 1.26.44.2: #i68854# impl TypeSettingInfo for Oracle and some clean up 2007/11/06 09:04:02 oj 1.26.44.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2ad580f3581869836fc3cd06f97a8bc6bd9d88ef]

        INTEGRATION: CWS dba24d (1.11.152); FILE MERGED 2007/11/27 07:32:30 oj 1.11.152.1: #i51355# check if stream exists when read-only

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [785f19530d3d352a8f0dce2f7d34baadfc1f8aa1]

        INTEGRATION: CWS dba24d (1.24.22); FILE MERGED 2007/12/01 13:36:27 fs 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/23 12:14:15 oj 1.24.22.1: #i81896# throw an exception when the url is not a system file path

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [37a3c2dd2380ca8cda222a995ce7ab82a9f42c04]

        INTEGRATION: CWS dba24d (1.8.142); FILE MERGED 2007/12/01 13:36:30 fs 1.8.142.2: RESYNC: (1.8-1.9); FILE MERGED 2007/11/27 07:32:30 oj 1.8.142.1: #i51355# check if stream exists when read-only

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [a3f6d6941be7d5d249ce37fd4d59ba343e75149e]

        INTEGRATION: CWS dba24d (1.58.20); FILE MERGED 2007/11/26 12:40:26 fs 1.58.20.2: #i10000# 2007/11/26 07:52:25 oj 1.58.20.1: #i31385# read multiline string

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0545471c380fd20a053a5aa6e5e65169f2e8509d]

        INTEGRATION: CWS dba24d (1.18.152); FILE MERGED 2007/11/21 12:42:52 oj 1.18.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [206be77054a379844131906e4fa5f4fe7898db9f]

        INTEGRATION: CWS dba24d (1.98.20); FILE MERGED 2007/11/27 08:08:40 oj 1.98.20.1: #i57380# check correct select values

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [bf7431f1d284343585f41709d1984ed36c924d73]

        INTEGRATION: CWS c17v002_SRC680 (1.154.204); FILE MERGED 2008/01/09 10:40:35 sj 1.154.204.1: #b6634729# fixed header footer problem (header footer field on master not imported if header/footer object were missing)

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4c9829c827977ac855aa37d543593547b39389db]

        INTEGRATION: CWS dba24d (1.40.20); FILE MERGED 2007/11/06 09:07:49 oj 1.40.20.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0ad8034814e551afbf75aa147bed8c738ff9c925]

        INTEGRATION: CWS dba24d (1.34.58); FILE MERGED 2007/11/28 09:30:15 oj 1.34.58.2: #i58268# cache some databasemetadata 2007/11/21 12:40:09 oj 1.34.58.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [57ed4e404644d21e40b028221b2cf7a5ea64ff41]

        INTEGRATION: CWS dba24d (1.48.58); FILE MERGED 2007/11/21 12:40:09 oj 1.48.58.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [420f8851ec213f28e08e9eed4f8f56d36c9cbf95]

        INTEGRATION: CWS dba24d (1.7.158); FILE MERGED 2007/11/28 09:30:14 oj 1.7.158.2: #i58268# cache some databasemetadata 2007/11/21 12:43:22 oj 1.7.158.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [935641cdc3e2a819b97edb1c4908fcc80bc0f465]

        INTEGRATION: CWS dba24d (1.4.286); FILE MERGED 2007/11/21 12:43:22 oj 1.4.286.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [208c578e8aa13e92421db636ecf7f8b6de247313]

        INTEGRATION: CWS dba24d (1.8.118); FILE MERGED 2007/11/21 12:43:22 oj 1.8.118.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [fa67b3f4cd699d5d8a808af7e8668874d260d551]

        INTEGRATION: CWS dba24d (1.3.310); FILE MERGED 2007/11/21 12:41:50 oj 1.3.310.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2400560a089847458d3b1f2d61d9af9b84d26a53]

        INTEGRATION: CWS dba24d (1.6.152); FILE MERGED 2007/11/21 13:40:00 oj 1.6.152.4: #i68854# some clean ups 2007/11/21 13:38:27 oj 1.6.152.3: #i68854# impl TypeSettingInfo for Oracle 2007/11/21 13:37:40 oj 1.6.152.2: #i68854# impl TypeSettingInfo for Oracle 2007/11/21 12:41:50 oj 1.6.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4929a613abc63c5e7cca40fc04f8d9ba9c6b3ebc]

        INTEGRATION: CWS dba24d (1.103.20); FILE MERGED 2007/11/08 13:47:06 oj 1.103.20.1: #i83401# fix anz if it is zero but the data tells a different story

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [12b01fe8fd5305076708091a5004a501a24380b5]

        INTEGRATION: CWS dba24d (1.33.58); FILE MERGED 2007/11/21 12:43:01 oj 1.33.58.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [f1adf33ea7ca15ecbb5d8ba4e9083c51cc7bfc00]

        INTEGRATION: CWS dba24d (1.17.118); FILE MERGED 2007/11/21 12:42:41 oj 1.17.118.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4c96a1e25487d07b58dab2473ef24bd84d16dcfd]

        INTEGRATION: CWS dba24d (1.24.20); FILE MERGED 2007/11/06 09:07:49 oj 1.24.20.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [163941978eae8181c653a1d41d08ae17ee729ddb]

        INTEGRATION: CWS dba24d (1.8.152); FILE MERGED 2007/11/21 12:40:39 oj 1.8.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ad844571972c132e99a1f7dddc8994e2b7e74749]

        INTEGRATION: CWS dba24d (1.21.152); FILE MERGED 2007/11/28 09:30:14 oj 1.21.152.2: #i58268# cache some databasemetadata 2007/11/21 12:40:39 oj 1.21.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [cfc650a39efc5d048cbe929ea65dc2a229409f40]

        INTEGRATION: CWS dba24d (1.28.78); FILE MERGED 2007/11/21 12:40:39 oj 1.28.78.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [0ba655a8e750e8131546bb5c5aeb12b5ef75e3f1]

        INTEGRATION: CWS dba24d (1.11.152); FILE MERGED 2007/11/21 12:40:25 oj 1.11.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [343964ced8495fb37dd8c65dca5b71a53025d839]

        INTEGRATION: CWS dba24d (1.23.44); FILE MERGED 2007/11/21 12:40:25 oj 1.23.44.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [30aa7bc21c75434d0e2d0d302bdd1fbc79be4c14]

        INTEGRATION: CWS dba24d (1.31.2); FILE MERGED 2008/01/09 07:49:47 oj 1.31.2.4: compile error 2008/01/08 07:51:43 oj 1.31.2.3: compile error 2007/12/01 13:36:24 fs 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2007/11/21 12:38:41 oj 1.31.2.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [b14e617e3aa7b08f021658a468d6453fe772b96d]

        INTEGRATION: CWS dba24d (1.68.54); FILE MERGED 2007/12/01 13:36:21 fs 1.68.54.4: RESYNC: (1.68-1.70); FILE MERGED 2007/11/19 10:55:43 fs 1.68.54.3: copying the changes from CWS reportdesign01 herein 2007/11/15 10:01:37 fs 1.68.54.2: #i81658# +createUniqueName taking a string sequence 2007/11/06 09:07:50 oj 1.68.54.1: #i51965# impl updateNumericObject and setObjectWithInfo

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2adabd1d82927c4a043732f84e6f980410c391ad]

        INTEGRATION: CWS dba24d (1.20.44); FILE MERGED 2007/12/01 13:36:18 fs 1.20.44.2: RESYNC: (1.20-1.21); FILE MERGED 2007/11/08 14:26:07 fs 1.20.44.1: #i81658# +SQL_INVALID_SQL_DATA_TYPE

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [59f2122ba8d48da34749ad01cf745c431db9c0fe]

        INTEGRATION: CWS dba24d (1.5.152); FILE MERGED 2007/12/05 14:15:43 fs 1.5.152.2: next: don't call the base classes 'next' when it just returned FALSE - it will throw nowadays in case of such a wrong usage 2007/11/21 12:38:41 oj 1.5.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [4597ec6763e87b565b8f521749d78bbaae02e389]

        INTEGRATION: CWS dba24d (1.6.116); FILE MERGED 2007/11/28 09:36:45 oj 1.6.116.4: #i58268# cache some databasemetadata 2007/11/28 09:30:13 oj 1.6.116.3: #i58268# cache some databasemetadata 2007/11/21 13:29:27 oj 1.6.116.2: build problems solved spirit 2007/11/21 12:38:41 oj 1.6.116.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [e4a46fb268a3728b257bd55153ebf0818b4b7ce3]

        INTEGRATION: CWS dba24d (1.7.152); FILE MERGED 2007/11/21 12:38:41 oj 1.7.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [80e42c2faff36a23e08a280cd31f0e999a4168a1]

        INTEGRATION: CWS dba24d (1.1.2); FILE ADDED 2008/01/08 14:35:15 oj 1.1.2.6: compile error 2008/01/08 07:54:45 oj 1.1.2.5: compile error 2008/01/07 14:31:35 oj 1.1.2.4: compile error 2008/01/07 11:36:33 oj 1.1.2.3: remove stdio 2007/11/21 13:29:27 oj 1.1.2.2: build problems solved spirit 2007/11/21 12:38:58 oj 1.1.2.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [aa6a4b3663d43144b75c2cac74ff311d0c324aca]

        INTEGRATION: CWS dba24d (1.30.152); FILE MERGED 2007/12/12 10:10:54 fs 1.30.152.3: #i10000# warning-freeness on unxmacxp 2007/12/01 13:36:15 fs 1.30.152.2: RESYNC: (1.30-1.31); FILE MERGED 2007/11/21 12:38:41 oj 1.30.152.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [2d10878b3589dd0d1b5cf683236be4d125061a1e]

        INTEGRATION: CWS dba24d (1.20.152); FILE MERGED 2007/12/05 14:15:00 fs 1.20.152.2: next: correctly set m_bEOF 2007/12/05 13:27:00 fs 1.20.152.1: during i81658: +m_bEOF / throw FunctionSequenceException in getValue if we're before the first or after the last row

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [00b808877eee1c2fc927d54780dfe608bc7eec05]

        INTEGRATION: CWS dba24d (1.32.116); FILE MERGED 2007/12/01 13:36:12 fs 1.32.116.2: RESYNC: (1.32-1.33); FILE MERGED 2007/11/15 10:01:24 fs 1.32.116.1: #i81658# +createUniqueName taking a string sequence

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [918084be45488a66c4cff4fc316653eda3da600b]

        INTEGRATION: CWS dba24d (1.17.118); FILE MERGED 2007/12/01 15:08:48 fs 1.17.118.4: #i10000# 2007/12/01 13:36:09 fs 1.17.118.3: RESYNC: (1.17-1.19); FILE MERGED 2007/11/19 10:55:34 fs 1.17.118.2: copying the changes from CWS reportdesign01 herein 2007/11/08 14:25:49 fs 1.17.118.1: #i81658# +SQL_INVALID_SQL_DATA_TYPE

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [c57a00343beb02a4dcc259d5c2b6f16842aa552d]

        INTEGRATION: CWS dba24d (1.14.212); FILE MERGED 2007/11/21 12:38:02 oj 1.14.212.1: #i68854# impl TypeSettingInfo for Oracle and some clean up

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [eaf83d319a4b7ae9a2b01b377d2a7c8732ad32a1]

        INTEGRATION: CWS cmcfixes40 (1.7.16); FILE MERGED 2008/01/08 09:21:16 cmc 1.7.16.1: #i85071 add BOOST prefix

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [ab39eaad7093a6ccb87083629ec275607951c7b3]

        INTEGRATION: CWS cmcfixes40 (1.47.18); FILE MERGED 2008/01/08 09:20:38 cmc 1.47.18.1: #i85071 add BOOST prefix

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [066cf4bab0b182fcfacbd7b4d98da453e805dcea]

        INTEGRATION: CWS cmcfixes40 (1.9.238); FILE MERGED 2007/12/20 10:48:51 cmc 1.9.238.1: #i84770# fix some ULONG/sal_uInt32 event mismatches

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [06f1197b95398da74cc53faccd270d003abd250c]

        INTEGRATION: CWS cmcfixes40 (1.16.54); FILE MERGED 2007/12/20 10:48:51 cmc 1.16.54.1: #i84770# fix some ULONG/sal_uInt32 event mismatches

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [174110ac24bd7c27794b6f1117d6dcc72b965784]

        INTEGRATION: CWS cmcfixes40 (1.19.512); FILE MERGED 2007/12/20 10:48:51 cmc 1.19.512.1: #i84770# fix some ULONG/sal_uInt32 event mismatches

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [85275a3dd2d89651c6300de36c609be8f0208023]

        INTEGRATION: CWS cmcfixes40 (1.59.130); FILE MERGED 2008/01/08 15:10:20 cmc 1.59.130.1: #i85086# valgrind warning

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [3b2dd65bd682bfa81592836f7a13a80730fa904a]

        INTEGRATION: CWS cmcfixes40 (1.21.10); FILE MERGED 2007/12/18 11:03:28 cmc 1.21.10.1: #i69368# allow libxmlsec to build against system nss/nspr

2008-01-30  Rüdiger Timm  <rt@openoffice.org>  [d85caabbf20410cdb5e089a8b93fe82e302fa2ea]

        INTEGRATION: CWS cmcfixes40 (1.6.14); FILE MERGED 2008/01/08 09:20:58 cmc 1.6.14.1: #i85071 add BOOST prefix

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [191a33b20c7f4e5b560b4ce0f693f1aaa7209dc0]

        INTEGRATION: CWS oj30 (1.3.52); FILE MERGED 2008/01/10 14:34:37 oj 1.3.52.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e3912627636c86432b1f4c807db682349ff398e4]

        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>  [06006294651734035917eedb78f611ee37489efa]

        INTEGRATION: CWS oj30 (1.88.46); FILE MERGED 2008/01/10 14:19:02 oj 1.88.46.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [70ba998e2dc6d01efdfb8126720823ce2d2a0e22]

        INTEGRATION: CWS oj30 (1.26.132); FILE MERGED 2008/01/10 14:19:02 oj 1.26.132.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7366c799ee1363acbdbfdc8391079130428c7fa1]

        INTEGRATION: CWS oj30 (1.32.46); FILE MERGED 2008/01/10 14:19:01 oj 1.32.46.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3132e6660b730ab5d27029e92782512eed045c57]

        INTEGRATION: CWS oj30 (1.14.114); FILE MERGED 2008/01/10 14:19:01 oj 1.14.114.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fc0138fe579c0762525d8d5eed0c1a498c61de1d]

        INTEGRATION: CWS oj30 (1.32.242); FILE MERGED 2008/01/10 08:26:57 oj 1.32.242.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e05d98975cbaccbd53fd10a436e53496fe58b144]

        INTEGRATION: CWS oj30 (1.19.528); FILE MERGED 2008/01/10 08:26:57 oj 1.19.528.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d8fff039af18358512610cfc6877a369b375f7dc]

        INTEGRATION: CWS oj30 (1.17.492); FILE MERGED 2008/01/10 08:26:57 oj 1.17.492.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f1056bbfd0c7896a312108d764390087b497ec76]

        INTEGRATION: CWS oj30 (1.65.76); FILE MERGED 2008/01/10 08:26:57 oj 1.65.76.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e2d7f95c941992f0d3ada5ea8eeb5d21f2b6babc]

        INTEGRATION: CWS oj30 (1.86.76); FILE MERGED 2008/01/10 08:26:57 oj 1.86.76.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3690f0e964635f98898375378b5c0a68b2b30740]

        INTEGRATION: CWS oj30 (1.67.74); FILE MERGED 2008/01/10 08:26:57 oj 1.67.74.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [29b7237227acae56f07d87dd5a589807e365ff9f]

        INTEGRATION: CWS oj30 (1.46.256); FILE MERGED 2008/01/10 08:26:56 oj 1.46.256.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [eae00510a760630e7525224436ca09691ea750ef]

        INTEGRATION: CWS oj30 (1.38.98); FILE MERGED 2008/01/10 07:59:45 oj 1.38.98.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dee77c54a06e0db6b10c5ed6477041ddd837777d]

        INTEGRATION: CWS oj30 (1.7.114); FILE MERGED 2008/01/11 07:27:40 oj 1.7.114.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b958b17ed4738b5de89d97873a1d2cc8919236d1]

        INTEGRATION: CWS oj30 (1.6.114); FILE MERGED 2008/01/11 07:27:40 oj 1.6.114.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [55982a9bb86edb81f380bb7e65264c87d7da0519]

        INTEGRATION: CWS oj30 (1.27.90); FILE MERGED 2008/01/10 14:27:04 oj 1.27.90.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [be6f7274f3f3d8e64dfa9087f407985ed14d66fa]

        INTEGRATION: CWS oj30 (1.9.58); FILE MERGED 2008/01/10 14:27:04 oj 1.9.58.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3cc36206f35ab04c61a17b8a64062f381c2599ec]

        INTEGRATION: CWS oj30 (1.55.16); FILE MERGED 2008/01/10 14:27:03 oj 1.55.16.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6bf3229137707ea40f5e9e3f1853c2a0433818ab]

        INTEGRATION: CWS oj30 (1.11.16); FILE MERGED 2008/01/10 14:27:03 oj 1.11.16.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9099285392c28dce7eb72a2c70294b1cd27d9ff1]

        INTEGRATION: CWS oj30 (1.38.16); FILE MERGED 2008/01/10 14:27:03 oj 1.38.16.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4a782442936b75999d5a12309cfdec8c9fd3f1a0]

        INTEGRATION: CWS oj30 (1.56.146); FILE MERGED 2008/01/11 06:54:16 oj 1.56.146.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cc3f091b1e9645928954f20b228a3b9b89a8432a]

        INTEGRATION: CWS oj30 (1.5.20); FILE MERGED 2008/01/11 06:58:09 oj 1.5.20.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [603175341dba095f39826b2ef8694b74d6680161]

        INTEGRATION: CWS oj30 (1.71.244); FILE MERGED 2008/01/11 06:58:09 oj 1.71.244.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ee244882e2dbfe8d91f9ee3bdd1e283ff01fc079]

        INTEGRATION: CWS oj30 (1.5.114); FILE MERGED 2008/01/09 09:43:56 oj 1.5.114.1: #i85085# add std namespace

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [60bcf35ef8aecd98e56740f19bdfb9b34699b629]

        INTEGRATION: CWS oj30 (1.18.114); FILE MERGED 2008/01/09 09:43:56 oj 1.18.114.1: #i85085# add std namespace

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d257a257460e78a5d70cb725b3d2a1595787a5c7]

        INTEGRATION: CWS oj30 (1.5.152); FILE MERGED 2008/01/10 10:16:46 oj 1.5.152.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6ddb7f48183936b3f9bee43be30b4d7d25ddef1b]

        INTEGRATION: CWS oj30 (1.9.152); FILE MERGED 2008/01/10 10:16:46 oj 1.9.152.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6115b37a52643fcdeffe47a2553aea35e592a41a]

        INTEGRATION: CWS oj30 (1.9.152); FILE MERGED 2008/01/10 10:16:45 oj 1.9.152.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9425ebc5625c129267d49679103bd25780422e06]

        INTEGRATION: CWS oj30 (1.7.118); FILE MERGED 2008/01/10 10:16:45 oj 1.7.118.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [05df3e178aa014e813ea7df8f05edcf0a749c12b]

        INTEGRATION: CWS oj30 (1.7.152); FILE MERGED 2008/01/10 10:16:45 oj 1.7.152.1: #i85085# add std

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1ec44229db461a1b3bfb4499384da84376c4b561]

        INTEGRATION: CWS oj30 (1.19.170); FILE MERGED 2008/01/09 08:37:31 oj 1.19.170.1: #i85085# add std namespace

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b64fdc5bf8065e910148130928c6ddc2a41ec7ba]

        INTEGRATION: CWS oj30 (1.98.48); FILE MERGED 2008/01/09 08:37:30 oj 1.98.48.1: #i85085# add std namespace

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8d13a50c4ea266884b34dea61361c5a4f964c6fa]

        INTEGRATION: CWS fwk82_SRC680 (1.74.58); FILE MERGED 2008/01/09 08:28:55 as 1.74.58.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [574787bbefc53ae86c2e25bc332efd7d08a29b30]

        INTEGRATION: CWS fwk82_SRC680 (1.6.116); FILE MERGED 2008/01/09 08:28:55 as 1.6.116.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [825d8eea7825e3703b38e9bd228b840d87769e1b]

        INTEGRATION: CWS fwk82_SRC680 (1.8.116); FILE MERGED 2008/01/09 08:28:55 as 1.8.116.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8918a5c0f6d4dd596b95fbb1da06c6003d27874d]

        INTEGRATION: CWS fwk82_SRC680 (1.17.44); FILE MERGED 2008/01/09 08:28:55 as 1.17.44.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [eeca96277a5b9330b3485f5700da61ccec5a0240]

        INTEGRATION: CWS fwk82_SRC680 (1.9.302); FILE MERGED 2008/01/09 08:28:54 as 1.9.302.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c9a9e1a7d0d54957acea59a3b2d677cb28a2698d]

        INTEGRATION: CWS fwk82_SRC680 (1.17.116); FILE MERGED 2008/01/09 08:28:54 as 1.17.116.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1ec2f9bd6ed7c644c68f27bdb1856ce61b195206]

        INTEGRATION: CWS fwk82_SRC680 (1.37.536); FILE MERGED 2008/01/09 08:28:54 as 1.37.536.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dadb9d0095d9ed2250fbc8bc3ca653eaf91d9bac]

        INTEGRATION: CWS fwk82_SRC680 (1.1.2); FILE ADDED 2008/01/09 08:27:45 as 1.1.2.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d4b3fbc10bcaf14661d6c9256135cb4705d401cc]

        INTEGRATION: CWS fwk82_SRC680 (1.211.34); FILE MERGED 2008/01/09 08:28:54 as 1.211.34.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [271b459e7f74010bde3c9089b8df71a7dbc75b62]

        INTEGRATION: CWS fwk82_SRC680 (1.32.300); FILE MERGED 2008/01/09 08:28:53 as 1.32.300.1: #i84169# optimize startup wizard

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6752a0e10dd486c2379e8ab99d143ade10935bd9]

        INTEGRATION: CWS fwk82_SRC680 (1.93.22); FILE MERGED 2008/01/15 17:15:09 mba 1.93.22.1: #i83763#: load view settings for hidden views

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a061197b6e346b2f354fddb05e0bf651faf92ab5]

        INTEGRATION: CWS fwk82_SRC680 (1.131.36); FILE MERGED 2008/01/08 16:48:34 mav 1.131.36.1: #i82059# do not use standard interaction handler by default in API scenario

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d7885b17cac375ddd0661a762cdde248937d3d90]

        INTEGRATION: CWS fwk82_SRC680 (1.36.26.2.2); FILE MERGED 2008/01/15 17:13:16 mba 1.36.26.2.2.1: #152862#: read ODFVersion on Import

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7ef0d37fbeeec4ea0630a4d36543a7f75f114f84]

        INTEGRATION: CWS fwk82_SRC680 (1.198.28.1.2); FILE MERGED 2008/01/15 17:13:42 mba 1.198.28.1.2.1: #152862#: ODFVersion check finally done on ODFVersion property

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4bd28a2fee0d36c67911019eeb7d934838e27cad]

        INTEGRATION: CWS fwk82_SRC680 (1.45.138); FILE MERGED 2008/01/07 14:57:58 cd 1.45.138.1: #i63848# Include modeless dialog class and resize operation into the asynchronous processing of window attribute persistence (Views.xcu)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6b30ba5c8dabe8c143f5077b36c22f5ff9a216aa]

        INTEGRATION: CWS fwk82_SRC680 (1.29.142); FILE MERGED 2008/01/17 12:46:20 as 1.29.142.2: #i85320# create links related to right class 2008/01/07 14:57:58 cd 1.29.142.1: #i63848# Include modeless dialog class and resize operation into the asynchronous processing of window attribute persistence (Views.xcu)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ea12ed408b6edcb76cf04cb32a8c103f3d564857]

        INTEGRATION: CWS fwk82_SRC680 (1.2.208); FILE MERGED 2008/01/07 14:57:58 cd 1.2.208.1: #i63848# Include modeless dialog class and resize operation into the asynchronous processing of window attribute persistence (Views.xcu)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [695abef1c2676db0ac3d7ebf98c128ba90e741d4]

        INTEGRATION: CWS vcl85_SRC680 (1.209.4); FILE MERGED 2007/12/21 13:30:54 pl 1.209.4.2: updated configure 2007/12/03 16:24:06 pl 1.209.4.1: #i84179# remove libsn

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [54b5cc5cb04f3d93fceee796af8b164c8702c1fd]

        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>  [024c0e6293fd54956e28e575ac273c97297d5dcc]

        INTEGRATION: CWS fwk82_SRC680 (1.58.90); FILE MERGED 2008/01/11 13:35:45 mav 1.58.90.1: #i82141# do not allow to set printer on embedded object

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [65d6a0f34518353d085bbf4e36de1e016e969790]

        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>  [35b0b3e6e3dc53b78367e4349fd6f73d185034d4]

        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>  [1806769ebe491bfcab4d080f1deded63e7ad0cc0]

        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>  [7bf89fd6a1870458c84f81d1adb1320ca86ddb84]

        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>  [807d9a7d1f82566da4f08ee8e35e066f61051347]

        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>  [c42534aa6bea3a4b72328e0959320be8e264b00c]

        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>  [6ed16db1c9425599afa89a742f954ca3c9032389]

        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>  [0f6fdd20f889f0d43d202d1858b0025a39dfc8ef]

        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>  [ccbda90301a67cc3c06c26a4e92eb54d141f1fba]

        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>  [befd1fcbb5838b670811ff353b4deb435ff37166]

        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>  [20a1ac70d8d2858b287b83c65f0177d2ca954c6e]

        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>  [78cdc13aa43fb49c9667f44a7e19afcfc0bceef8]

        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>  [e9cb118e6e98eb13b3ad1901c8c912bed674f096]

        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>  [add7b140b7c79b57218d4f7bd80716d940debdfd]

        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>  [a403873f28238782ca9f8d9be68cb877170db952]

        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>  [a06758b2abe1fcdcf32e8a5ac95752740f04c8e6]

        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>  [68b8ad9b93808371c0af3883b443469b15d58ef9]

        INTEGRATION: CWS fwk82_SRC680 (1.28.60); FILE MERGED 2008/01/11 13:49:25 mav 1.28.60.1: #i82141# do not allow to set printer on embedded object

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0e424faf94ce10be903dcb29c1b2abd2c1887b5b]

        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>  [185069a7e9d8223c7a74aaba856d87c6ee383772]

        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>  [b53f76259f3ca01ded7053cd35291ba9b18a8d67]

        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>  [d244ed210bed17c4e46b19c41f844b23a161483b]

        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>  [dba8b58ae5c962a4909744c35f17f3727dd840bd]

        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>  [c317029d5f49312519051f75ffb9ae7207f251b5]

        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>  [426631e095405a1eedcf6055af34fd3c64f4ca9f]

        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>  [98493b29516c8898b043d4931a3fe9cc8b67c9e9]

        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>  [b8b86f8e60b0e8cb3c749045d9970073fee60718]

        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>  [955398eca46b4c2e565affec0bc0a9c20c72be8e]

        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>  [12a56017aa2b473e19e0a8ba0948fac2bdea82ce]

        INTEGRATION: CWS fwk82_SRC680 (1.35.130); FILE MERGED 2008/01/11 13:47:42 mav 1.35.130.1: #i82141# do not allow to set printer on embedded object

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7461c408e54fee206813e5035c9dc8e216d709d3]

        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>  [80c1443946b8fc2ec745fe212f811843a1f89384]

        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>  [bd45c56a07e77662570f9dd5dc1710f8f9ca0e3b]

        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>  [5e3a3f4a12e84006cbdb96bf490ea2dbe7325949]

        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>  [8bdc9ab165291aac5ebf946fd42abe95eaf87695]

        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>  [64e9f811df803ae6b7bf4338d94f821bd6960a59]

        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>  [e0ec48376d8af9b5738c417e8fa59653d2f67fea]

        INTEGRATION: CWS vcl85_SRC680 (1.13.28); FILE MERGED 2008/01/14 09:52:03 obr 1.13.28.1: #b6565805# quote the argument of echo to avoid multiple spaces being merged to one

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c9c62727e40912af866fc14d5f34f2642f6dbdec]

        INTEGRATION: CWS fwk82_SRC680 (1.26.92.2.4); FILE MERGED 2008/01/18 09:25:49 as 1.26.92.2.4.2: #i85351# ask for info props before using it 2008/01/15 17:12:58 mba 1.26.92.2.4.1: #152862#: read ODFVersion on Import

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3878634cc681ce21d0b52d9d8a1fcd55d0b09762]

        INTEGRATION: CWS fwk82_SRC680 (1.99.108); FILE MERGED 2008/01/15 17:12:58 mba 1.99.108.1: #152862#: read ODFVersion on Import

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5845c34a274ad54cd52deeaa2618aa1fab9ebae0]

        INTEGRATION: CWS fwk82_SRC680 (1.3.160); FILE MERGED 2008/01/15 17:12:57 mba 1.3.160.1: #152862#: read ODFVersion on Import

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6496761564f1314f266363bd2bc2391a6875ac98]

        INTEGRATION: CWS fwk82_SRC680 (1.9.146); FILE MERGED 2008/01/09 15:56:44 cd 1.9.146.1: #i85083# Added missing 'ContextSensitive' property

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [645237708c4cccfce1ba4cce5e573ec4f78326e1]

        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>  [2cf419524285b2729975d952dd27d32e9b15d6ea]

        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>  [1f3a91cf2ace315fb332c0149808a2433eb9ae71]

        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>  [bebd5c0553dc951690170ce50e93dd58283ef0bf]

        INTEGRATION: CWS vcl85_SRC680 (1.164.6); FILE MERGED 2007/12/21 13:05:16 pl 1.164.6.2: RESYNC: (1.164-1.168); FILE MERGED 2007/12/03 16:24:09 pl 1.164.6.1: #i84179# remove libsn

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [282c75becd801620eaa0946ae5389d8cd73fb2eb]

        INTEGRATION: CWS fwk82_SRC680 (1.2.24); FILE MERGED 2008/01/15 08:33:01 tl 1.2.24.1: #i85162#, #i84940#, #i84939# fix language guessing and disbale menus for non-text content

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9acc75c9b19607d3490ad29a8b232fcc16fb7d9c]

        INTEGRATION: CWS vcl85_SRC680 (1.232.4); FILE MERGED 2007/12/21 13:05:23 pl 1.232.4.2: RESYNC: (1.232-1.237); FILE MERGED 2007/12/03 16:24:08 pl 1.232.4.1: #i84179# remove libsn

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b421533c4a1fa1d071b774feead323f46c66d811]

        INTEGRATION: CWS fwk82_SRC680 (1.2.24); FILE MERGED 2008/01/15 08:33:17 tl 1.2.24.1: #i85162#, #i84940#, #i84939# fix language guessing and disbale menus for non-text content

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8b60389d7c3665e17a989b8baff837900308a009]

        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>  [eed9ff83d140cef2bc7faeaf1e8cd733eb68d508]

        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>  [3d8d21e126eef6545ec8a76b43737ca7a22ee605]

        INTEGRATION: CWS fwk82_SRC680 (1.45.22); FILE MERGED 2008/01/11 14:08:14 mav 1.45.22.1: #i82141# do not allow to set printer on embedded object

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [15758e985a08388c87ff2ceeea6046154a3c24cf]

        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>  [b8c2adff4a849ab882682cef52104ceb4b7d5a73]

        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>  [5f90a9533e5fb69971071daf6a487a3e3d542c79]

        INTEGRATION: CWS dr58_SRC680 (1.71.12); FILE MERGED 2008/01/10 21:16:34 er 1.71.12.1: #i82644# signed values in array constants

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d9a9f178e349a0d756deada41da6e0e08419bfb7]

        INTEGRATION: CWS dr58_SRC680 (1.39.156); FILE MERGED 2007/12/14 10:51:02 nn 1.39.156.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2875de43dfca43b256b474bb9aa7fd6d67f4e135]

        INTEGRATION: CWS dr58_SRC680 (1.152.198); FILE MERGED 2008/01/08 12:48:39 dr 1.152.198.1: #i84812# prefix 0x02 inside color properties means BGR color value

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e9e28f6bfe4b07134b6de534eb27b1c8c35aa6e6]

        INTEGRATION: CWS jl85_SRC680 (1.29.46); FILE MERGED 2008/01/11 15:02:11 jl 1.29.46.1: #152845# the submitter name is taken from the embedded certificate rather then from X509IssuerName element

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5eb42cd4da3389e56cb435bf38c78fd8cad0ef95]

        INTEGRATION: CWS dr58_SRC680 (1.49.158); FILE MERGED 2007/12/21 17:01:53 er 1.49.158.2: #i74225# PasteDataFormat: Text Import dialog only if more than one line 2007/12/14 10:51:03 nn 1.49.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ad2606ab3577c586be54d1dd965d524d50ce199d]

        INTEGRATION: CWS dr58_SRC680 (1.60.24); FILE MERGED 2008/01/14 13:07:06 nn 1.60.24.4: #i84689# handle hidden rows at the end of the sheet correctly 2008/01/11 13:25:30 dr 1.60.24.3: RESYNC: (1.60-1.61); FILE MERGED 2008/01/10 19:59:41 nn 1.60.24.2: #i84689# skip multiple hidden rows also in GetScrPos 2008/01/09 19:45:45 nn 1.60.24.1: #i84689# improve performance of repaint notifications from conditional formats

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8782cdcb10b4cb79665075fd2a7c1202eb5770a3]

        INTEGRATION: CWS dr58_SRC680 (1.14.188); FILE MERGED 2007/12/14 10:51:03 nn 1.14.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [982288f7e0cba28339d85b39c25c82d8ff07c8d9]

        INTEGRATION: CWS dr58_SRC680 (1.11.158); FILE MERGED 2007/12/14 10:51:03 nn 1.11.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e70f25add85c9fca4411e5e792a843aee67278a0]

        INTEGRATION: CWS dr58_SRC680 (1.36.40); FILE MERGED 2007/12/14 10:51:03 nn 1.36.40.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [af5b743a5e30b11faadd1bd8cb8156f6f691a96d]

        INTEGRATION: CWS dr58_SRC680 (1.11.188); FILE MERGED 2008/01/09 19:45:45 nn 1.11.188.1: #i84689# improve performance of repaint notifications from conditional formats

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [76496ef780177f2d44cee0d9110963eebcadff30]

        INTEGRATION: CWS dr58_SRC680 (1.70.26); FILE MERGED 2007/12/14 10:51:03 nn 1.70.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b0d7fa669cb19ee14725bbdb5442f3f2fe64fa72]

        INTEGRATION: CWS dr58_SRC680 (1.62.22); FILE MERGED 2008/01/11 13:25:27 dr 1.62.22.2: RESYNC: (1.62-1.63); FILE MERGED 2008/01/09 19:45:45 nn 1.62.22.1: #i84689# improve performance of repaint notifications from conditional formats

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4da0c2e2fc395672a60b98dd14c08b146df76232]

        INTEGRATION: CWS dr58_SRC680 (1.15.188); FILE MERGED 2008/01/11 12:50:46 nn 1.15.188.1: #i83005# ExecuteDrop: don't move to the same position

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0da66d78242b0bb61c1806f3fa44df154c999adc]

        INTEGRATION: CWS dr58_SRC680 (1.53.30); FILE MERGED 2008/01/11 12:49:59 dr 1.53.30.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [27d215389b28e8d61a007f19a091d4b1939c94b1]

        INTEGRATION: CWS dr58_SRC680 (1.40.26); FILE MERGED 2007/12/14 10:51:03 nn 1.40.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d1a5323ffc1a8f41c5b1314928ea70ab97efc784]

        INTEGRATION: CWS dr58_SRC680 (1.54.156); FILE MERGED 2007/12/14 10:51:02 nn 1.54.156.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [25031518584a39e99adde2fc573a5a1ed7e06b32]

        INTEGRATION: CWS dr58_SRC680 (1.31.96); FILE MERGED 2008/01/11 13:25:23 dr 1.31.96.2: RESYNC: (1.31-1.32); FILE MERGED 2008/01/11 12:49:59 dr 1.31.96.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [102807d4f7d834983d79ed4c388fbce370b93c33]

        INTEGRATION: CWS dr58_SRC680 (1.21.94); FILE MERGED 2008/01/11 12:49:58 dr 1.21.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [566d62fdcbc980c892bee1bab543b337c44d3b96]

        INTEGRATION: CWS dr58_SRC680 (1.36.94); FILE MERGED 2007/12/14 10:51:02 nn 1.36.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [12d902ba95b6d15e1097bed8ebe20578436d6b2e]

        INTEGRATION: CWS dr58_SRC680 (1.14.158); FILE MERGED 2007/12/14 10:51:02 nn 1.14.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5f6fd1d20d68df9ffa27db8d7750b10277ae74e4]

        INTEGRATION: CWS dr58_SRC680 (1.87.18); FILE MERGED 2008/01/11 13:25:20 dr 1.87.18.2: RESYNC: (1.87-1.88); FILE MERGED 2007/12/14 10:51:02 nn 1.87.18.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bef2336feaa774407a477e599f294825a9a7cc18]

        INTEGRATION: CWS dr58_SRC680 (1.48.40); FILE MERGED 2008/01/11 12:49:58 dr 1.48.40.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:51:02 nn 1.48.40.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bac07ed88b0c5a1c801059d41ccace8ae9e5a2be]

        INTEGRATION: CWS dr58_SRC680 (1.30.56); FILE MERGED 2007/12/14 10:51:02 nn 1.30.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ee8cdde5a4c6f7f5584f1f0eb93c0365d21ad5bf]

        INTEGRATION: CWS dr58_SRC680 (1.48.24); FILE MERGED 2007/12/14 10:51:02 nn 1.48.24.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [45fe9965641cd1640d327388a9330f64e5078484]

        INTEGRATION: CWS dr58_SRC680 (1.44.30); FILE MERGED 2008/01/11 12:49:58 dr 1.44.30.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ec9958dbf2783912c8f3e53c7edb4c4c7f108097]

        INTEGRATION: CWS dr58_SRC680 (1.3.34); FILE MERGED 2008/01/11 16:17:17 dr 1.3.34.1: #i10000# missing includes

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c5811fe6f42ee97bfd1af6591824dede6f1f1d52]

        INTEGRATION: CWS dr58_SRC680 (1.5.26); FILE MERGED 2008/01/11 16:17:16 dr 1.5.26.2: #i10000# missing includes 2008/01/11 16:07:15 dr 1.5.26.1: #i10000# missing include

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [25bfd542e772b4765b4af1111ad211326f02ea1e]

        INTEGRATION: CWS dr58_SRC680 (1.19.94); FILE MERGED 2007/12/14 10:51:02 nn 1.19.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a1e6f334984f2db873304c4979bf91cca4942df7]

        INTEGRATION: CWS dr58_SRC680 (1.9.188); FILE MERGED 2007/12/14 10:51:02 nn 1.9.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5d8c2c7f8523525ba7cf27c82438e41f7c839d3f]

        INTEGRATION: CWS dr58_SRC680 (1.63.26); FILE MERGED 2007/12/14 10:51:01 nn 1.63.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2553731b71042473a5008cdc0ca9ccf19ad9e4c0]

        INTEGRATION: CWS dr58_SRC680 (1.107.74); FILE MERGED 2008/01/11 13:25:17 dr 1.107.74.3: RESYNC: (1.107-1.108); FILE MERGED 2008/01/11 12:49:58 dr 1.107.74.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:51:01 nn 1.107.74.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e211f1694e26e85ceb98318f45332427422d61fa]

        INTEGRATION: CWS dr58_SRC680 (1.16.188); FILE MERGED 2007/12/14 10:51:01 nn 1.16.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [eec35807d8a810c99ca4247491bda846c37c5a05]

        INTEGRATION: CWS dr58_SRC680 (1.10.150); FILE MERGED 2007/12/14 10:51:01 nn 1.10.150.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6f94bd7e44b351bf41a432009e4b21fd902e4b43]

        INTEGRATION: CWS dr58_SRC680 (1.13.158); FILE MERGED 2007/12/14 10:51:01 nn 1.13.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1c325bb2d3583f9af9d364354af59f59f6ddf745]

        INTEGRATION: CWS dr58_SRC680 (1.19.188); FILE MERGED 2008/01/11 12:49:58 dr 1.19.188.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:51:01 nn 1.19.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4eca1128c85cc24cad06405466c01181a766b8aa]

        INTEGRATION: CWS dr58_SRC680 (1.9.188); FILE MERGED 2007/12/14 10:51:01 nn 1.9.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0fdcbc5db28dea7ab9e6fc4b4650fdfc8c6eb143]

        INTEGRATION: CWS dr58_SRC680 (1.23.188); FILE MERGED 2008/01/11 12:49:57 dr 1.23.188.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:51:00 nn 1.23.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [367e1aff2ab13b3c97c64b22cf318bc95d2655e8]

        INTEGRATION: CWS dr58_SRC680 (1.4.188); FILE MERGED 2007/12/21 16:25:41 er 1.4.188.1: remove superfluous SC_MAXFIELDS

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1c7cfc67bf0103ce6c40b3521b95ceb505c89fee]

        INTEGRATION: CWS dr58_SRC680 (1.5.556); FILE MERGED 2007/12/21 16:26:42 er 1.5.556.1: #i30977# allow all columns in Sort and Subtotals

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ec21057acab571318304ecd9dddaf5a9a2e39b5a]

        INTEGRATION: CWS dr58_SRC680 (1.7.188); FILE MERGED 2007/12/21 16:26:41 er 1.7.188.1: #i30977# allow all columns in Sort and Subtotals

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bed6312fd4fa271a06fa1bfd1018227342dc07f8]

        INTEGRATION: CWS dr58_SRC680 (1.15.188); FILE MERGED 2008/01/11 12:49:57 dr 1.15.188.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2008/01/09 12:02:46 dr 1.15.188.1: #i75893# decode URLs in reference input

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e16b77e8e99a2ebe0beaecfce07a709f2bd45177]

        INTEGRATION: CWS dr58_SRC680 (1.12.262); FILE MERGED 2008/01/11 13:25:12 dr 1.12.262.2: RESYNC: (1.12-1.13); FILE MERGED 2008/01/11 12:49:57 dr 1.12.262.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [00e0e9fcc7009d70f151b409776b455819f910a2]

        INTEGRATION: CWS dr58_SRC680 (1.23.94); FILE MERGED 2008/01/11 12:49:57 dr 1.23.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8192e4a15aa4ead82dbda7c85fc5fcb66b93466e]

        INTEGRATION: CWS dr58_SRC680 (1.35.94); FILE MERGED 2008/01/11 12:49:57 dr 1.35.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [afb365d78a9cd2152e78e945ddc12ace45212314]

        INTEGRATION: CWS dr58_SRC680 (1.17.188); FILE MERGED 2007/12/14 10:51:00 nn 1.17.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [eda1418eeaa0d8d7dfa5b6b0bfc3d22a356fc045]

        INTEGRATION: CWS dr58_SRC680 (1.57.26); FILE MERGED 2007/12/14 10:51:00 nn 1.57.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2d58c45b1ffd3c01b22297164bb00c7b264f62cc]

        INTEGRATION: CWS dr58_SRC680 (1.30.92); FILE MERGED 2007/12/14 10:51:00 nn 1.30.92.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7dc708b2e3fc101dbd1d0c22c0161d7b6b5fd2bf]

        INTEGRATION: CWS dr58_SRC680 (1.93.56); FILE MERGED 2007/12/14 10:51:00 nn 1.93.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [93c48108330ccc878c7ba5e7c2a1e7845ce2e0e7]

        INTEGRATION: CWS dr58_SRC680 (1.22.178); FILE MERGED 2007/12/14 10:51:00 nn 1.22.178.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [83b356ed5c55a5d2586fc883332c421eade68380]

        INTEGRATION: CWS dr58_SRC680 (1.18.30); FILE MERGED 2007/12/14 10:51:00 nn 1.18.30.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a8a51b7fe7e79d3f0472f6e2566a1d9df60bf1b6]

        INTEGRATION: CWS dr58_SRC680 (1.14.188); FILE MERGED 2007/12/14 10:51:00 nn 1.14.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [755ec5adb49d2954fc21a18e89785f13988a7b6d]

        INTEGRATION: CWS dr58_SRC680 (1.7.188); FILE MERGED 2007/12/14 10:50:59 nn 1.7.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d4e86858c0a99b248aed27cf3cdc37da7617a06f]

        INTEGRATION: CWS dr58_SRC680 (1.55.26); FILE MERGED 2007/12/14 10:50:59 nn 1.55.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [27a451321ec2a849f1d97ede7cde6c7f948278ec]

        INTEGRATION: CWS dr58_SRC680 (1.74.14); FILE MERGED 2008/01/11 12:49:56 dr 1.74.14.3: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2008/01/09 12:02:02 dr 1.74.14.2: #i75893# decode URLs in reference input 2007/12/14 10:50:59 nn 1.74.14.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [49356c7e5350d0011a516c2172af9e6f105ec14e]

        INTEGRATION: CWS dr58_SRC680 (1.39.158); FILE MERGED 2007/12/14 10:50:59 nn 1.39.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5fc5ee87f139b9fac4cbb8b1f1f83156f83fd351]

        INTEGRATION: CWS dr58_SRC680 (1.49.94); FILE MERGED 2007/12/14 10:50:59 nn 1.49.94.2: #i84560# braces for gcc 4.2.1 warnings (patch fom hub) 2007/12/10 14:47:42 dr 1.49.94.1: #i82409# always update active cell on selection event

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ba4f48167ba4f98012f1dca34859fa2f88e83de3]

        INTEGRATION: CWS dr58_SRC680 (1.36.158); FILE MERGED 2008/01/11 12:49:56 dr 1.36.158.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:59 nn 1.36.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9902ac53ecf13e17901c94acfff5d0b3e0f1a9ad]

        INTEGRATION: CWS dr58_SRC680 (1.71.178); FILE MERGED 2007/12/14 10:50:59 nn 1.71.178.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [df26935f2701f3a4c983db6f55dc0524564caf92]

        INTEGRATION: CWS dr58_SRC680 (1.13.188); FILE MERGED 2007/12/14 10:50:59 nn 1.13.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [03be125a413cc14f926278825d798ebcb8cca115]

        INTEGRATION: CWS dr58_SRC680 (1.29.188); FILE MERGED 2008/01/11 12:49:19 dr 1.29.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3171649413ecf796be95314ed1d50df8d3aaceab]

        INTEGRATION: CWS dr58_SRC680 (1.25.188); FILE MERGED 2008/01/11 12:49:19 dr 1.25.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8f44cc69a1310b36b6befd82ed02cbd6aad5deae]

        INTEGRATION: CWS dr58_SRC680 (1.59.188); FILE MERGED 2007/12/14 10:50:58 nn 1.59.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f5da0cb9a3831b246932907818fc2d25dffe7dee]

        INTEGRATION: CWS dr58_SRC680 (1.92.418); FILE MERGED 2008/01/11 12:49:19 dr 1.92.418.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [feafc4997bec0ed96454fdcb7a1d5f6edadc350f]

        INTEGRATION: CWS dr58_SRC680 (1.127.94); FILE MERGED 2008/01/11 12:49:19 dr 1.127.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [006907a906e25b5ce9b366e849b4451abe47149e]

        INTEGRATION: CWS dr58_SRC680 (1.207.94); FILE MERGED 2008/01/11 13:25:09 dr 1.207.94.2: RESYNC: (1.207-1.208); FILE MERGED 2008/01/11 12:49:19 dr 1.207.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d043bfb91fae19ecf5eced5bb7bafb2eceafb272]

        INTEGRATION: CWS dr58_SRC680 (1.93.188); FILE MERGED 2008/01/11 12:49:19 dr 1.93.188.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:58 nn 1.93.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [41dd326397fdfdd63090b95a72c8fca7032c4d6e]

        INTEGRATION: CWS dr58_SRC680 (1.28.56); FILE MERGED 2007/12/14 10:50:58 nn 1.28.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [26632158455fff5ba83dd9fa62f22f8632b6cbe9]

        INTEGRATION: CWS dr58_SRC680 (1.11.556); FILE MERGED 2008/01/11 12:49:19 dr 1.11.556.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [89b96971625947527d33f3e5e0b20192009baef8]

        INTEGRATION: CWS dr58_SRC680 (1.29.80); FILE MERGED 2007/12/14 10:50:58 nn 1.29.80.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9d2c2f8398210ed6e75016ed32b4fa9d920e11b5]

        INTEGRATION: CWS dr58_SRC680 (1.8.556); FILE MERGED 2008/01/11 12:49:19 dr 1.8.556.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e58c97af548de065a391c4e92882938ab9bef2bc]

        INTEGRATION: CWS dr58_SRC680 (1.20.188); FILE MERGED 2007/12/14 10:50:58 nn 1.20.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8a898c09ff61224d7f502de8124ee3b7b4b26ab9]

        INTEGRATION: CWS dr58_SRC680 (1.27.188); FILE MERGED 2008/01/11 12:49:19 dr 1.27.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [406752aef4c7b7488f92824497dc0a6b4feeb737]

        INTEGRATION: CWS dr58_SRC680 (1.48.150); FILE MERGED 2007/12/14 10:50:58 nn 1.48.150.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f309876e69999b50856b2296a3bfb9e718d70cf9]

        INTEGRATION: CWS dr58_SRC680 (1.31.188); FILE MERGED 2008/01/11 12:49:19 dr 1.31.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [99c7e62f4b80656968995d4142b973fe402ade59]

        INTEGRATION: CWS dr58_SRC680 (1.10.556); FILE MERGED 2008/01/11 12:49:19 dr 1.10.556.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dbd49206c346dcdebe7932d96b9c316879a277a6]

        INTEGRATION: CWS dr58_SRC680 (1.9.556); FILE MERGED 2008/01/11 12:49:19 dr 1.9.556.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [797a020ff7d6d39044e6315212a22b962d9ba259]

        INTEGRATION: CWS dr58_SRC680 (1.15.356); FILE MERGED 2008/01/11 12:49:19 dr 1.15.356.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bd198d1531d9e378480c3cdd01c464894e361580]

        INTEGRATION: CWS dr58_SRC680 (1.26.150); FILE MERGED 2007/12/14 10:50:58 nn 1.26.150.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [635bacd2fb9a61ca0b6aa4d1d9c9df5667f9488a]

        INTEGRATION: CWS dr58_SRC680 (1.15.556); FILE MERGED 2008/01/11 12:49:19 dr 1.15.556.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [11fed7a4e31893230740b8d87b2458992dbeb496]

        INTEGRATION: CWS dr58_SRC680 (1.30.56); FILE MERGED 2007/12/14 10:50:58 nn 1.30.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a95ffe2b39530b41d6d082bb74a39b190f7a78f1]

        INTEGRATION: CWS dr58_SRC680 (1.21.24); FILE MERGED 2008/01/11 12:48:45 dr 1.21.24.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0cd9d58257fe7f6552cc645e9617fae4a9946b0d]

        INTEGRATION: CWS dr58_SRC680 (1.4.348); FILE MERGED 2007/12/12 16:55:11 dr 1.4.348.1: #i84496# import lotus sheet names, patch by kohei

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0ad8062231a332a1bced12d1b49c9ad53836b7aa]

        INTEGRATION: CWS dr58_SRC680 (1.16.92); FILE MERGED 2008/01/11 12:46:17 dr 1.16.92.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/12 16:55:11 dr 1.16.92.1: #i84496# import lotus sheet names, patch by kohei

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bddce64b78344d91cff16fc7d83d108444a104ca]

        INTEGRATION: CWS dr58_SRC680 (1.8.188); FILE MERGED 2007/12/18 10:42:50 dr 1.8.188.1: #i76299# do not rely on SvStream::IsEof

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [55c213603774d294318485f5ac0d238b2f4ca7bb]

        INTEGRATION: CWS dr58_SRC680 (1.10.356); FILE MERGED 2007/12/14 14:43:48 dr 1.10.356.1: #i84562# do not try to load ODBC connections

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9407f7feb3d7fef13a21d082bb3c77f86d29eb44]

        INTEGRATION: CWS dr58_SRC680 (1.10.56); FILE MERGED 2008/01/08 13:03:59 dr 1.10.56.7: #i84812# import/export solid fill including transparency from Escher property set 2007/12/18 09:20:05 dr 1.10.56.6: #i83151# hairlines only in 3d bar/pie charts 2007/12/17 15:55:02 dr 1.10.56.5: #i81392# better 3d light, import/export data label number format 2007/12/17 13:49:39 dr 1.10.56.4: #i83372# import/export of data label placement 2007/12/17 11:58:10 dr 1.10.56.3: #i83372# import of data label placement 2007/12/14 14:18:22 dr 1.10.56.2: #i83100# export of trendline equations, default text handling 2007/12/13 15:21:29 dr 1.10.56.1: #i83100# import trendline equation settings

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5a5d4560dc9b45c3da8720a681cea90c7e5c2104]

        INTEGRATION: CWS dr58_SRC680 (1.14.94); FILE MERGED 2007/12/12 13:22:21 dr 1.14.94.1: #i81154# replace special characters in sheet names in hyperlinks, patch by kohei

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0273392f0a6f142dce21cdd458828a9f8b6f4076]

        INTEGRATION: CWS dr58_SRC680 (1.9.98); FILE MERGED 2007/12/18 09:20:05 dr 1.9.98.5: #i83151# hairlines only in 3d bar/pie charts 2007/12/17 15:55:02 dr 1.9.98.4: #i81392# better 3d light, import/export data label number format 2007/12/17 13:49:38 dr 1.9.98.3: #i83372# import/export of data label placement 2007/12/14 14:18:22 dr 1.9.98.2: #i83100# export of trendline equations, default text handling 2007/12/13 15:21:28 dr 1.9.98.1: #i83100# import trendline equation settings

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [921854e47921c219768bc5698428f59f02050e8d]

        INTEGRATION: CWS dr58_SRC680 (1.9.150); FILE MERGED 2007/12/10 17:07:30 dr 1.9.150.1: #i48182# set manual row height for merged cells with automatic linebreak

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ba2a2607682b678d9e81e673fb54ba321c4b538c]

        INTEGRATION: CWS dr58_SRC680 (1.18.150); FILE MERGED 2007/12/10 17:07:30 dr 1.18.150.1: #i48182# set manual row height for merged cells with automatic linebreak

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [54c93f959b26b4f222349cac06c4c5abca343c36]

        INTEGRATION: CWS dr58_SRC680 (1.3.98); FILE MERGED 2008/01/08 13:03:59 dr 1.3.98.4: #i84812# import/export solid fill including transparency from Escher property set 2007/12/17 15:55:02 dr 1.3.98.3: #i81392# better 3d light, import/export data label number format 2007/12/17 13:49:38 dr 1.3.98.2: #i83372# import/export of data label placement 2007/12/14 14:18:21 dr 1.3.98.1: #i83100# export of trendline equations, default text handling

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [250cc5d047b84a3c1ed9cd231a53e74c0edd55e4]

        INTEGRATION: CWS dr58_SRC680 (1.3.556); FILE MERGED 2007/12/12 16:55:10 dr 1.3.556.1: #i84496# import lotus sheet names, patch by kohei

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9f5d5351a91364aa8ebf7d450acbba915fb126e6]

        INTEGRATION: CWS dr58_SRC680 (1.13.188); FILE MERGED 2008/01/14 15:14:08 dr 1.13.188.1: #i84878# shared formulas still broken sometimes

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e5d991d18b419ce2c2201008e01adcf2fde4e7c3]

        INTEGRATION: CWS fwk80_SRC680 (1.88.128); FILE MERGED 2008/01/02 12:28:23 mav 1.88.128.1: #i84941# to handle the macro execution mode use MediaDescriptor only

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c291742bea91eda728da3c678893138412525f52]

        INTEGRATION: CWS dr58_SRC680 (1.68.186); FILE MERGED 2008/01/07 14:34:43 dr 1.68.186.1: #i38093# #i70026# do not set CR_FILTERED flags for unfiltered autofilter ranges

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3da239190469e5f5c591bfbd331a05733d470165]

        INTEGRATION: CWS fwk80_SRC680 (1.39.16); FILE MERGED 2008/01/02 12:28:23 mav 1.39.16.1: #i84941# to handle the macro execution mode use MediaDescriptor only

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8f9b17ae47bb71b8e71c1fe1d19ffafeca3e05e3]

        INTEGRATION: CWS dr58_SRC680 (1.31.158); FILE MERGED 2007/12/14 10:50:58 nn 1.31.158.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a1d77f29b598a959d8968f304cb6b105225aed0d]

        INTEGRATION: CWS fwk80_SRC680 (1.131.14); FILE MERGED 2008/01/24 07:53:28 pb 1.131.14.3: RESYNC: (1.131-1.131.26.1); FILE MERGED 2008/01/16 07:29:31 mav 1.131.14.2: #i84941# allow to use interaction handler if the document has one 2008/01/04 11:49:55 mav 1.131.14.1: #i81702# disconnect from template after the loading has finished

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e0b316cd2736d29ae71345596225557ff8a90979]

        INTEGRATION: CWS dr58_SRC680 (1.8.348); FILE MERGED 2007/12/14 10:50:57 nn 1.8.348.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [431bc3d566b393aa19121a7397b495acb83bd830]

        INTEGRATION: CWS fwk80_SRC680 (1.94.16); FILE MERGED 2008/01/04 11:49:55 mav 1.94.16.2: #i81702# disconnect from template after the loading has finished 2008/01/02 12:28:23 mav 1.94.16.1: #i84941# to handle the macro execution mode use MediaDescriptor only

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [38245f494d3ef9e535de1080d9e9f046c5e4beed]

        INTEGRATION: CWS dr58_SRC680 (1.11.76); FILE MERGED 2007/12/17 11:58:42 dr 1.11.76.1: #i83372# import of data label placement

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8828a7c542b29d834e0c1cd952307f20a95125dc]

        INTEGRATION: CWS fwk80_SRC680 (1.2.16); FILE MERGED 2008/01/02 12:28:22 mav 1.2.16.1: #i84941# to handle the macro execution mode use MediaDescriptor only

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [19049c1be44a1828737b1e7fde4f96b922284410]

        INTEGRATION: CWS dr58_SRC680 (1.16.76); FILE MERGED 2007/12/17 11:58:42 dr 1.16.76.3: #i83372# import of data label placement 2007/12/14 14:18:32 dr 1.16.76.2: #i83100# export of trendline equations, default text handling 2007/12/13 12:48:21 dr 1.16.76.1: #i84527# BIFF5/8 differences in import/export of constant arrays

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3da86f7a035c13cb1fd20aae16e2f58af7a48323]

        INTEGRATION: CWS fwk80_SRC680 (1.6.16); FILE MERGED 2008/01/04 11:49:55 mav 1.6.16.1: #i81702# disconnect from template after the loading has finished

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [76e5f777e53b6f183c5fcf246fb29a660e9ac427]

        INTEGRATION: CWS dr58_SRC680 (1.8.150); FILE MERGED 2008/01/08 13:03:30 dr 1.8.150.4: #i84812# import/export solid fill including transparency from Escher property set 2007/12/17 13:49:57 dr 1.8.150.3: #i83372# import/export of data label placement 2007/12/17 11:58:42 dr 1.8.150.2: #i83372# import of data label placement 2007/12/14 14:18:32 dr 1.8.150.1: #i83100# export of trendline equations, default text handling

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d29823816377f7b5075021fca633aeca89e3537e]

        INTEGRATION: CWS fwk80_SRC680 (1.2.16); FILE MERGED 2008/01/02 12:28:08 mav 1.2.16.1: #i84941# to handle the macro execution mode use MediaDescriptor only

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2eae31e2276a87b976c6fa83c6c28e0e4c40a158]

        INTEGRATION: CWS dr58_SRC680 (1.7.150); FILE MERGED 2007/12/19 13:52:28 dr 1.7.150.1: #i4140# handle automatic axis line color

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [06463ea61974c351c7dd6ece332607fe8335d2c0]

        INTEGRATION: CWS dr58_SRC680 (1.35.98); FILE MERGED 2007/12/18 10:07:24 dr 1.35.98.1: #i74508# auto-wrap for specific vertical alignments

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c65375a49c8cf7383fd1c9184deea1edd1b07dff]

        INTEGRATION: CWS dr58_SRC680 (1.15.186); FILE MERGED 2008/01/11 12:46:04 dr 1.15.186.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/19 14:45:41 dr 1.15.186.1: #i80222# no assertion for empty fields

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e5c32ddad4e6ba3249182249c5095a78182e7bcb]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/21 08:29:53 pb 1.1.2.1: fix: #i83756# class VCLXAccessibleFixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4a1affa1cebc1271b4bce7f70484a16148c9bbaf]

        INTEGRATION: CWS dr58_SRC680 (1.16.98); FILE MERGED 2007/12/14 10:50:57 nn 1.16.98.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [41610dd92c95c53fca24f4b31dd34b4853a6e46d]

        INTEGRATION: CWS fwk80_SRC680 (1.2.36); FILE MERGED 2008/01/21 08:30:22 pb 1.2.36.1: fix: #i83756# vclxaccessiblefixedhyperlink.obj

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e08e36d6e5f849cf9c8d8d17d1b59003258e0d77]

        INTEGRATION: CWS dr58_SRC680 (1.54.94); FILE MERGED 2008/01/11 12:46:04 dr 1.54.94.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:57 nn 1.54.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fccefb26ac24d191067f39f698a21faed37657da]

        INTEGRATION: CWS fwk80_SRC680 (1.3.36); FILE MERGED 2008/01/21 08:32:08 pb 1.3.36.1: fix: #i83756# createAccessibleContext( VCLXFixedHyperlink* )

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8c9fe235f19cfeafbab492c70f524690926e62e0]

        INTEGRATION: CWS dr58_SRC680 (1.29.76); FILE MERGED 2007/12/14 14:50:05 dr 1.29.76.3: #i84562# do not try to load ODBC connections 2007/12/14 10:50:57 nn 1.29.76.2: #i84560# braces for gcc 4.2.1 warnings (patch fom hub) 2007/12/12 13:22:21 dr 1.29.76.1: #i81154# replace special characters in sheet names in hyperlinks, patch by kohei

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0ee7f14a3cfe6cf6abf1e486663d5747fc6ddba6]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/21 08:28:47 pb 1.1.2.1: fix: #i83756# class VCLXAccessibleFixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [11e9dde459666dc9ca39f9b6b160d78eaae01b3e]

        INTEGRATION: CWS dr58_SRC680 (1.16.56); FILE MERGED 2007/12/19 13:52:28 dr 1.16.56.7: #i4140# handle automatic axis line color 2007/12/18 09:20:21 dr 1.16.56.6: #i83151# hairlines only in 3d bar/pie charts 2007/12/17 15:54:39 dr 1.16.56.5: #i81392# better 3d light, import/export data label number format 2007/12/17 13:49:57 dr 1.16.56.4: #i83372# import/export of data label placement 2007/12/17 11:58:42 dr 1.16.56.3: #i83372# import of data label placement 2007/12/14 14:18:32 dr 1.16.56.2: #i83100# export of trendline equations, default text handling 2007/12/13 15:21:51 dr 1.16.56.1: #i83100# import trendline equation settings

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a1e5ccf262a0b80e3682d54ee844bb2b4cf6f374]

        INTEGRATION: CWS dr58_SRC680 (1.16.150); FILE MERGED 2007/12/11 16:02:09 dr 1.16.150.2: #i79416# add note for cells with multiple hyperlinks, again 2007/12/10 17:06:36 dr 1.16.150.1: #i48182# set manual row height for merged cells with automatic linebreak

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [afc173a6528bdd5c9e268d2ff22befc75f86f686]

        INTEGRATION: CWS fwk80_SRC680 (1.19.14); FILE MERGED 2008/01/02 12:24:04 mav 1.19.14.1: #i84941# use the MediaDescriptor only to handle the macro execution

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4d137e99babe1b549818a3112cedf5889ee5ad73]

        INTEGRATION: CWS dr58_SRC680 (1.30.92); FILE MERGED 2007/12/10 17:06:36 dr 1.30.92.1: #i48182# set manual row height for merged cells with automatic linebreak

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5f5171f1db85db9ef4a5bccb820e29b4227812a9]

        INTEGRATION: CWS fwk80_SRC680 (1.29.14); FILE MERGED 2008/01/02 12:24:04 mav 1.29.14.1: #i84941# use the MediaDescriptor only to handle the macro execution

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fb6a137a774ea24ba6805b300b3848aa595cd891]

        INTEGRATION: CWS dr58_SRC680 (1.20.54); FILE MERGED 2008/01/10 14:31:44 dr 1.20.54.2: typo... 2007/12/13 12:48:20 dr 1.20.54.1: #i84527# BIFF5/8 differences in import/export of constant arrays

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ac952e72fc2bf5c818ec41c26629ccef3aff058f]

        INTEGRATION: CWS dr58_SRC680 (1.22.76); FILE MERGED 2008/01/11 12:46:04 dr 1.22.76.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/11 16:02:09 dr 1.22.76.1: #i79416# add note for cells with multiple hyperlinks, again

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fc404fd899a8279f9e4d8e600e3b234198c32fb7]

        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>  [21a25514257a5ec3026ad3a0e8062404491fb443]

        INTEGRATION: CWS dr58_SRC680 (1.21.150); FILE MERGED 2007/12/14 14:50:05 dr 1.21.150.1: #i84562# do not try to load ODBC connections

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [91729bcea6d6586b7e658bce91e61fafcb3b48e8]

        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>  [3b7c2f8eaaef39116f574f797587d7adc515cc1c]

        INTEGRATION: CWS dr58_SRC680 (1.5.56); FILE MERGED 2008/01/08 13:03:30 dr 1.5.56.4: #i84812# import/export solid fill including transparency from Escher property set 2007/12/17 15:54:39 dr 1.5.56.3: #i81392# better 3d light, import/export data label number format 2007/12/17 13:49:57 dr 1.5.56.2: #i83372# import/export of data label placement 2007/12/14 14:18:32 dr 1.5.56.1: #i83100# export of trendline equations, default text handling

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8d5c5519fa88253e0a07ee954548e3f0ce5b5ac0]

        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>  [df7339e72a0f25db5efdb7061cee1faa0b735a7f]

        INTEGRATION: CWS dr58_SRC680 (1.68.98); FILE MERGED 2007/12/18 14:43:38 dr 1.68.98.1: #i81389# recalc after filters

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [20d35767e6327b6b7ab1050df15ed440fe2a834f]

        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>  [24e1b952c800879c4f3b5491f3812e8c727c5529]

        INTEGRATION: CWS dr58_SRC680 (1.24.188); FILE MERGED 2008/01/14 15:14:19 dr 1.24.188.2: #i84878# shared formulas still broken sometimes 2008/01/10 10:00:25 dr 1.24.188.1: #i84878# clear shared formula buffer for every sheet

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1965af6a036e3c09f446af67b81921c4dfb168ea]

        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>  [7e2563fd1dcddb7fe945e8ed0548b57935ca8bc9]

        INTEGRATION: CWS dr58_SRC680 (1.90.24); FILE MERGED 2008/01/14 15:14:19 dr 1.90.24.4: #i84878# shared formulas still broken sometimes 2008/01/11 12:46:03 dr 1.90.24.3: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2008/01/10 10:00:25 dr 1.90.24.2: #i84878# clear shared formula buffer for every sheet 2008/01/07 14:34:33 dr 1.90.24.1: #i38093# #i70026# do not set CR_FILTERED flags for unfiltered autofilter ranges

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [023e99a43f42c44425cc84b3db67b83910bac630]

        INTEGRATION: CWS dr58_SRC680 (1.120.94); FILE MERGED 2008/01/11 13:25:05 dr 1.120.94.2: RESYNC: (1.120-1.121); FILE MERGED 2008/01/07 14:34:33 dr 1.120.94.1: #i38093# #i70026# do not set CR_FILTERED flags for unfiltered autofilter ranges

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c9e1f79c403595b2c6863cdfa9ea2722b65f8c09]

        INTEGRATION: CWS dr58_SRC680 (1.44.94); FILE MERGED 2007/12/13 12:48:20 dr 1.44.94.1: #i84527# BIFF5/8 differences in import/export of constant arrays

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [313a793f1e925c4491905779a0102f259d5f327e]

        INTEGRATION: CWS dr58_SRC680 (1.48.94); FILE MERGED 2008/01/09 09:53:34 dr 1.48.94.2: #i84758# correct size of additional data of NLR tokens 2007/12/13 12:48:20 dr 1.48.94.1: #i84527# BIFF5/8 differences in import/export of constant arrays

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4939fe9653430ae002056ca1481aa1716da1b368]

        INTEGRATION: CWS dr58_SRC680 (1.32.188); FILE MERGED 2008/01/07 14:34:33 dr 1.32.188.2: #i38093# #i70026# do not set CR_FILTERED flags for unfiltered autofilter ranges 2007/10/25 10:41:26 dr 1.32.188.1: #i81396# do not hide rows with default height

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4ddd1e548d7ed763ebcdf41954d30c1e09329bdf]

        INTEGRATION: CWS dr58_SRC680 (1.29.14); FILE MERGED 2008/01/10 21:16:52 er 1.29.14.1: #i82644# signed values in array constants; parse away spaces too

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4b14ea272d7ade1ab883ba3256b4843596202969]

        INTEGRATION: CWS fwk80_SRC680 (1.67.56); FILE MERGED 2008/01/14 06:23:52 mav 1.67.56.4: RESYNC: (1.67-1.67.64.1); FILE MERGED 2007/12/18 09:34:53 cd 1.67.56.3: #i84351# Fix wrong assertion code 2007/12/10 10:50:08 cd 1.67.56.2: #i84351# Small code refactoring to prevent duplicate entries in user interface element list 2007/12/07 17:49:26 cd 1.67.56.1: #i84351# Don't insert a ui element more than once into the element vector

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d9d283be0db32f669467f67fee447f0c5b519a5e]

        INTEGRATION: CWS dr58_SRC680 (1.15.120); FILE MERGED 2007/12/14 10:50:57 nn 1.15.120.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [38f563199d23ea868c2069ffcd98ea8a2bb20f94]

        INTEGRATION: CWS fwk80_SRC680 (1.31.102); FILE MERGED 2008/01/14 06:23:48 mav 1.31.102.3: RESYNC: (1.31-1.31.110.1); FILE MERGED 2007/12/10 10:50:08 cd 1.31.102.2: #i84351# Small code refactoring to prevent duplicate entries in user interface element list 2007/12/07 17:49:25 cd 1.31.102.1: #i84351# Don't insert a ui element more than once into the element vector

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [702cc8c1158cb22d25fbf6e5a83b758e382caa0a]

        INTEGRATION: CWS dr58_SRC680 (1.33.90); FILE MERGED 2008/01/11 12:45:44 dr 1.33.90.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [27bff86c91f2316ea1c1cc2025e112ad89b17396]

        INTEGRATION: CWS dr58_SRC680 (1.53.36); FILE MERGED 2008/01/11 18:54:37 er 1.53.36.4: /me sleepy, cast double 2008/01/11 18:20:01 er 1.53.36.3: ScRand: +1 2007/12/21 16:39:09 er 1.53.36.2: #i53642# RAND() [0;1[ not including 1 ... 2007/12/14 10:50:57 nn 1.53.36.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d059e62732f862c9b4eeee7a44b92459efb7e1bf]

        INTEGRATION: CWS dr58_SRC680 (1.27.188); FILE MERGED 2008/01/11 12:45:44 dr 1.27.188.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:57 nn 1.27.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3b9d489e04a09ad2f0c20ccd484463b3da900ced]

        INTEGRATION: CWS fwk80_SRC680 (1.6.106); FILE MERGED 2007/12/10 12:18:44 mav 1.6.106.1: #i81832# fix the typo

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ed6155554147d2dbc847ac4cf4a429a4242f01b2]

        INTEGRATION: CWS dr58_SRC680 (1.26.188); FILE MERGED 2007/12/14 10:50:57 nn 1.26.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8b71fc8039b954a158fbfa7a58654ff6e4ff23f1]

        INTEGRATION: CWS fwk80_SRC680 (1.3.18); FILE MERGED 2007/12/07 10:31:58 mav 1.3.18.1: #i82978#,#i81833# integrate the patches

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9eafb9761a705f839d3119633e7ae68f35fe62ff]

        INTEGRATION: CWS dr58_SRC680 (1.2.76); FILE MERGED 2008/01/11 12:45:44 dr 1.2.76.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [852154eed3892654579cb11b5383ad58d820f517]

        INTEGRATION: CWS dr58_SRC680 (1.22.94); FILE MERGED 2007/12/14 10:50:56 nn 1.22.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fb325b795fe48e76c3ce70f49c94a5be74334899]

        INTEGRATION: CWS dr58_SRC680 (1.10.94); FILE MERGED 2007/12/14 10:50:56 nn 1.10.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c95b99a32cbf36de5a0b4ed3521ce10934100f47]

        INTEGRATION: CWS dr58_SRC680 (1.14.94); FILE MERGED 2008/01/11 13:25:02 dr 1.14.94.3: RESYNC: (1.14-1.15); FILE MERGED 2008/01/11 12:45:26 dr 1.14.94.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:56 nn 1.14.94.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5597786d731000a7954eb677eab3c2df85e3ba14]

        INTEGRATION: CWS dr58_SRC680 (1.21.38); FILE MERGED 2007/12/14 10:50:56 nn 1.21.38.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cb9e09bacac326e6d403bcf846da69eabbcc5417]

        INTEGRATION: CWS dr58_SRC680 (1.38.28); FILE MERGED 2008/01/11 12:45:26 dr 1.38.28.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:56 nn 1.38.28.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [df9a77acc56fbd4d6c22cfd1bebd59af61a4d64f]

        INTEGRATION: CWS dr58_SRC680 (1.5.188); FILE MERGED 2008/01/11 13:24:59 dr 1.5.188.2: RESYNC: (1.5-1.6); FILE MERGED 2007/12/14 10:50:56 nn 1.5.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bd9cfb74d18921e870aa7b8f93062b62ced070a7]

        INTEGRATION: CWS dr58_SRC680 (1.10.28); FILE MERGED 2007/12/14 10:50:56 nn 1.10.28.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [601db232f337265e2d64d430b090a1f68149949e]

        INTEGRATION: CWS dr58_SRC680 (1.8.188); FILE MERGED 2007/12/14 10:50:56 nn 1.8.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a07b56a7ea21a3628d245d74c9f33c1500c03cb8]

        INTEGRATION: CWS dr58_SRC680 (1.21.188); FILE MERGED 2007/12/14 10:50:56 nn 1.21.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3051a5445094515160c4b8c77a1c8ac7101ca1d2]

        INTEGRATION: CWS dr58_SRC680 (1.52.56); FILE MERGED 2008/01/11 12:45:26 dr 1.52.56.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:56 nn 1.52.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f71b8096acb25fc55430ccc721e26fee42984b7e]

        INTEGRATION: CWS dr58_SRC680 (1.22.24); FILE MERGED 2008/01/11 12:45:26 dr 1.22.24.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [25ef47dd75e749391eee86528210dc0ceb35d167]

        INTEGRATION: CWS dr58_SRC680 (1.80.30); FILE MERGED 2008/01/11 12:45:25 dr 1.80.30.4: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2008/01/10 19:03:58 nn 1.80.30.3: #i83784# use ScBulkBroadcast in BroadcastFromClip 2008/01/09 19:45:45 nn 1.80.30.2: #i84689# improve performance of repaint notifications from conditional formats 2007/12/14 10:50:56 nn 1.80.30.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b54a39d684cd656bd718d1240a7f04cba72f4d0d]

        INTEGRATION: CWS dr58_SRC680 (1.40.56); FILE MERGED 2008/01/11 12:45:25 dr 1.40.56.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:56 nn 1.40.56.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [16c4b72019294caddae6e4cbc8c03283f79b2da2]

        INTEGRATION: CWS fwk80_SRC680 (1.16.12); FILE MERGED 2008/01/24 07:52:13 pb 1.16.12.2: RESYNC: (1.16-1.16.18.2); FILE MERGED 2008/01/02 12:19:06 mav 1.16.12.1: #i84941# use the MediaDescriptor only to handle the macro execution

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6be3aef3ca4cdf38bbbb70995e905ac9f97452c6]

        INTEGRATION: CWS dr58_SRC680 (1.50.26); FILE MERGED 2007/12/14 10:50:55 nn 1.50.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [88e53e905fb40afdb24284103e9b74a41e6a6d52]

        INTEGRATION: CWS fwk80_SRC680 (1.21.12); FILE MERGED 2008/01/24 07:52:10 pb 1.21.12.2: RESYNC: (1.21-1.21.18.2); FILE MERGED 2008/01/02 12:19:06 mav 1.21.12.1: #i84941# use the MediaDescriptor only to handle the macro execution

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [444bcc3ca9404b233de2ab540a33d39f1842b1db]

        INTEGRATION: CWS dr58_SRC680 (1.18.188); FILE MERGED 2007/12/14 10:50:55 nn 1.18.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [407d277786681c6f1f70f4a5045d1c4aa10bb8d1]

        INTEGRATION: CWS dr58_SRC680 (1.38.32); FILE MERGED 2008/01/11 12:45:25 dr 1.38.32.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:55 nn 1.38.32.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2dec0c605804704ffa99eaf8fa5319fdfef13e06]

        INTEGRATION: CWS dr58_SRC680 (1.67.28); FILE MERGED 2008/01/11 12:45:25 dr 1.67.28.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:55 nn 1.67.28.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f64b3e1a6da2b835b401ed338691d8d3be28f86b]

        INTEGRATION: CWS dr58_SRC680 (1.21.188); FILE MERGED 2007/12/14 10:50:55 nn 1.21.188.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [85b954681d985bbb5edd69c6cb02e722188b6cdc]

        INTEGRATION: CWS dr58_SRC680 (1.24.188); FILE MERGED 2008/01/11 12:45:25 dr 1.24.188.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [11bc3bb675fc18c6a5ba8bee449063c17406b970]

        INTEGRATION: CWS dr58_SRC680 (1.29.156); FILE MERGED 2008/01/11 12:45:25 dr 1.29.156.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a88e2c480115a3b46db51fd28377d6ca2d8f3895]

        INTEGRATION: CWS fwk80_SRC680 (1.95.32); FILE MERGED 2008/01/03 09:25:16 mav 1.95.32.1: #152518# use correct product name

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f1d695584f283964294b8c089c1764e10e09fd9b]

        INTEGRATION: CWS dr58_SRC680 (1.24.30); FILE MERGED 2008/01/11 13:24:56 dr 1.24.30.3: RESYNC: (1.24-1.25); FILE MERGED 2008/01/11 12:45:24 dr 1.24.30.2: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header 2007/12/14 10:50:55 nn 1.24.30.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b96066a6e82f6e0295c5061bca4963023d2dc1e8]

        INTEGRATION: CWS fwk80_SRC680 (1.44.32); FILE MERGED 2007/12/20 16:54:34 cd 1.44.32.2: #i84780# Update list boxes before the new toolbar is inserted to prevent inserting the same oolbar twice 2007/12/13 10:30:54 cd 1.44.32.1: #i80531# Now the customization dialog uses a random number to create a unique custom toolbar name. That should help to prevent this kind of problem.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [72c3e3c5a5ffb55c9466f3d4a6f2b3746aec0dce]

        INTEGRATION: CWS dr58_SRC680 (1.39.94); FILE MERGED 2008/01/11 12:45:24 dr 1.39.94.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [42e6cd3d8eda52c2ca8966cbc34daa242de908ee]

        INTEGRATION: CWS dr58_SRC680 (1.17.26); FILE MERGED 2007/12/14 10:50:55 nn 1.17.26.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e57f72e2902e407872952fbbbce4a3e331f7e0b1]

        INTEGRATION: CWS dr58_SRC680 (1.23.188); FILE MERGED 2008/01/09 19:45:45 nn 1.23.188.1: #i84689# improve performance of repaint notifications from conditional formats

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [fbb698889843230aea808ac3ff53d46d58e6681b]

        INTEGRATION: CWS dr58_SRC680 (1.105.30); FILE MERGED 2008/01/11 15:10:07 dr 1.105.30.1: #i10000# missing include

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3767684725b3b623c1a170d5d6b74d7a51dfe8bd]

        INTEGRATION: CWS dr58_SRC680 (1.18.202); FILE MERGED 2008/01/11 12:41:39 dr 1.18.202.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e4ea7d766ab50d34aeeca4efd48d90934c0b6179]

        INTEGRATION: CWS dr58_SRC680 (1.25.98); FILE MERGED 2008/01/11 12:41:39 dr 1.25.98.1: #i84412# set note visibility when copying cells, remove global depenencies from postit.hxx header

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8805afcfdc1e083f9daa0e8ebe012fcd7e9774c4]

        INTEGRATION: CWS fwk80_SRC680 (1.42.4); FILE MERGED 2008/01/11 09:36:48 tkr 1.42.4.1: #i83756# provide xml im- and export for FixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ed41ac991ec69d0f01cace08021744bbf0135acb]

        INTEGRATION: CWS fwk80_SRC680 (1.38.12); FILE MERGED 2008/01/11 09:36:47 tkr 1.38.12.1: #i83756# provide xml im- and export for FixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8f358bb76078fcfba85835090f311309e9f51a1d]

        INTEGRATION: CWS fwk80_SRC680 (1.36.4); FILE MERGED 2008/01/11 09:36:47 tkr 1.36.4.1: #i83756# provide xml im- and export for FixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [005075bd47d6262dfe4f8172154abf3b0bdfce84]

        INTEGRATION: CWS dr58_SRC680 (1.55.22); FILE MERGED 2007/12/10 12:25:06 dr 1.55.22.1: #i84395# loop in ERF/ERFC with argument 0.65

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4dd71ec7501828eaa72d86a2ae4b6fa031bceacd]

        INTEGRATION: CWS fwk80_SRC680 (1.27.12); FILE MERGED 2008/01/11 09:36:47 tkr 1.27.12.1: #i83756# provide xml im- and export for FixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c293e2688c7d77f8546c95c8a650566de83be67a]

        INTEGRATION: CWS dr58_SRC680 (1.43.54); FILE MERGED 2008/01/11 10:31:26 dr 1.43.54.1: #i75536# handling of negative values in QUOTIENT function

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2c6ca8b7a1e20af613132175a05576174dc28abf]

        INTEGRATION: CWS fwk80_SRC680 (1.19.12); FILE MERGED 2008/01/11 09:36:47 tkr 1.19.12.1: #i83756# provide xml im- and export for FixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a0cc88e15f91f6d7ec164d777ba7552471415ef3]

        INTEGRATION: CWS fwk80_SRC680 (1.42.26); FILE MERGED 2008/01/24 07:51:08 pb 1.42.26.2: RESYNC: (1.42-1.42.38.1); FILE MERGED 2008/01/11 14:34:27 pb 1.42.26.1: fix: #i83756# new files

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4f61335b6be216b10b2f9dbe7c465f0275f4f4d8]

        INTEGRATION: CWS fwk80_SRC680 (1.3.138); FILE MERGED 2007/12/10 13:09:50 cd 1.3.138.1: #i79327# Update IDL documentation to better describe that a info box shows only a OK button.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [97cd973ea2d14117a09d6a56946e40e374b067b6]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/11 14:33:05 pb 1.1.2.1: fix: #i83756# interface XFixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2e0623d92750f20aa07d72ee324392b7e3afebf2]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/11 14:31:36 pb 1.1.2.1: fix: #i83756# service UnoControlFixedHyperlinkModel

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [50d1f5a846b30d7452ab1fcff2388df65cded253]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2008/01/11 14:30:43 pb 1.1.2.1: fix: #i83756# service UnoControlFixedHyperlink

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0e8d68a903e74f322782161fd0d4e95bae94fdc4]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2007/12/11 14:25:29 cd 1.1.2.1: #i82512# Added missing service descriptions for MenuBar and PopupMenu

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [053c3f8a1c48f56887c29a5f5f09dae37de6b369]

        INTEGRATION: CWS fwk80_SRC680 (1.1.2); FILE ADDED 2007/12/11 14:25:20 cd 1.1.2.1: #i82512# Added missing service descriptions for MenuBar and PopupMenu

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9d98c3e6a8a230001e1ffa197c998731677a1749]

        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>  [d171f580eea0a01d9a254c6bf0e8ec0a5b939945]

        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>  [2500fd6bc0e71b8cea79551b8fa4f5f3cd1f0f40]

        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>  [5246e741b92e1b9e37008cceb4565505696db7b8]

        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>  [aee3d3cf7c5d7373f803996ca55be889b20c564f]

        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>  [dadab253ddf685d210a8922012a50e3dee6664fa]

        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>  [5499a7e8eb8aecce7647c70fb1d04f1ac3dccd62]

        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>  [0f534be41e7c2c9ec1706eb1fde56c50a595fe82]

        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>  [ea665e6fe7af34fcdcefd73bc05c68eb88e42073]

        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>  [3dd792c1f4bb11aa9fe9037e60a2c85582167a66]

        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>  [ad8f334384e48c4ade57c3533745c289155beab5]

        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>  [539afa89737c24d670405485703b80f07f3136de]

        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>  [fb3628fd2412bb03b4582bad00952673670ed28e]

        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>  [141b6a5e78454071306eda12e043e72f442448de]

        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>  [a84f51080aaf8dbcba14f6dc429d24228f2db103]

        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>  [14d39c26e384db37cf5e0c8f9c0ed1e5b9608e72]

        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>  [e1554fea717925621c9c88a7a74cb09bd08c4b0b]

        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>  [a71e6910c6207fe93c3e00c1a5ff40d5105dc6fa]

        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>  [9df3fc5ab873181d9be18ddd443bf751334c4715]

        INTEGRATION: CWS hro24 (1.29.64); FILE MERGED 2007/10/23 10:10:03 hro 1.29.64.2: RESYNC: (1.29-1.31); FILE MERGED 2007/08/24 15:05:52 hro 1.29.64.1: #143061# SEC correupted heap on shutdown

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [efd7cebcb4ad1a0c5d545193fe53f41f0115609a]

        INTEGRATION: CWS hro24 (1.38.28); FILE MERGED 2008/01/15 17:07:08 sb 1.38.28.3: #i84361# fixed apparent 1.38.28.2 merge conflict 2007/12/14 15:34:07 hro 1.38.28.2: RESYNC: (1.38-1.40); FILE MERGED 2007/12/10 09:30:20 sb 1.38.28.1: #i84361# No need to include <asm/sigcontext.h>.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f2176f0d5f629ff01b9678286daad55cae26b322]

        INTEGRATION: CWS pj89 (1.23.14); FILE MERGED 2008/01/11 16:57:40 pjanik 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2007/12/22 09:38:28 pjanik 1.23.14.1: #i70664#: autodoc is WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bb433c2ead48bbd21806b0d3cd092dd2c2d87345]

        INTEGRATION: CWS pj89 (1.21.30); FILE MERGED 2007/12/23 13:53:43 pjanik 1.21.30.1: #i84856#: WaE clean up.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8d381dc1c8d871ce6c462b665f6f32a6cfe8c174]

        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>  [a0d2c8cdfcfff8d5739ea36d8f5ca52ed11178e0]

        INTEGRATION: CWS pj89 (1.3.28); FILE MERGED 2007/12/23 13:54:30 pjanik 1.3.28.1: #i84856#: WaE clean up.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [460d6787feff5dba163149a25ea24b9ca020d32a]

        INTEGRATION: CWS pj89 (1.5.40); FILE MERGED 2007/12/23 09:46:54 pjanik 1.5.40.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5cf82363a25cb504bc51509e06bc7b526a3a789c]

        INTEGRATION: CWS pj89 (1.12.80); FILE MERGED 2007/12/23 09:52:41 pjanik 1.12.80.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c43a97079b146ddbe0ceb4a8a19e5523485f50a0]

        INTEGRATION: CWS pj89 (1.11.80); FILE MERGED 2007/12/23 09:52:27 pjanik 1.11.80.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [96f419fcef5b5c73acc428e5319e4632ccdd6a90]

        INTEGRATION: CWS pj89 (1.10.80); FILE MERGED 2007/12/23 10:14:28 pjanik 1.10.80.2: #i84856#: Make bridges WaE clean. 2007/12/23 09:52:06 pjanik 1.10.80.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [23a304ff3ad15620597b7db11b60d69532bbb1a2]

        INTEGRATION: CWS pj89 (1.12.80); FILE MERGED 2007/12/23 09:50:52 pjanik 1.12.80.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [1cf91ac47e5ad127cf5072e705cad02c510ff854]

        INTEGRATION: CWS pj89 (1.12.40); FILE MERGED 2007/12/23 09:48:58 pjanik 1.12.40.1: #i84856#: bridges is completely WaE clean now.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [287dfc7cb35df15f3e34761ddf85d2b07d457275]

        INTEGRATION: CWS pj89 (1.18.16); FILE MERGED 2008/01/11 16:43:45 pjanik 1.18.16.1: #i81417#: Initialize variable to prevent warnings.

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8c51fd7d01985d1b1b0ebd5a172306218ceedb53]

        INTEGRATION: CWS dba24f_SRC680 (1.20.20); FILE MERGED 2008/01/14 10:31:33 fs 1.20.20.1: #i85215# don't reset m_aValueSeq prematurely

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [89abc2a286693997a4b9efc9583efbeb85cb6626]

        INTEGRATION: CWS dba24f_SRC680 (1.55.18); FILE MERGED 2008/01/14 10:31:32 fs 1.55.18.1: #i85215# don't reset m_aValueSeq prematurely

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b08258a6585b2a60bb90c7f050722dedca08c744]

        INTEGRATION: CWS pentaho2_SRC680 (1.3.74); FILE MERGED 2008/01/21 09:00:25 oj 1.3.74.1: #i79173# #i78502# import changes from pentaho1

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [145952f458b5cff0508dfb4f9511cb3e4de3873e]

        INTEGRATION: CWS pentaho2_SRC680 (1.3.74); FILE MERGED 2008/01/21 09:00:24 oj 1.3.74.1: #i79173# #i78502# import changes from pentaho1

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [143ed52d115bb23b08e38b636f6f7a8886706be5]

        INTEGRATION: CWS pentaho2_SRC680 (1.2.82); FILE MERGED 2008/01/21 09:00:24 oj 1.2.82.1: #i79173# #i78502# import changes from pentaho1

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6eec32cf5cfb2d9149f028d60588034016936cb0]

        INTEGRATION: CWS pentaho2_SRC680 (1.1.4); FILE ADDED 2008/01/21 09:00:24 oj 1.1.4.2: #i79173# #i78502# import changes from pentaho1 2008/01/15 13:46:50 oj 1.1.4.1: file OfficePageSectionLayoutController.java was added on branch cws_ooh680_pentaho2 on 2008-01-21 09:00:24 +0000

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0b2eeec302a1a5864a48f0a67140b77932a84dd1]

        INTEGRATION: CWS reportdesign02 (1.47.22); FILE MERGED 2007/12/20 11:49:14 oj 1.47.22.4: merge conflicts resolved 2007/12/20 07:51:04 oj 1.47.22.3: RESYNC: (1.47-1.50); FILE MERGED 2007/11/07 12:14:20 oj 1.47.22.2: #i78387# new menu entry for saveas for reports 2007/10/26 11:05:05 oj 1.47.22.1: #i82914# check report engine service name

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2828f034677daa0d7bd0cdbca145f0e5f45d7cb6]

        INTEGRATION: CWS reportdesign02 (1.2.10); FILE MERGED 2008/01/15 06:24:18 oj 1.2.10.2: #i85249# set build source to 1.3 2008/01/07 14:28:54 oj 1.2.10.1: merge cws pentaho1 into reportdesign02 to avoid blocking

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [394776c6b72d98a88818f7e31702dab08052922e]

        INTEGRATION: CWS reportdesign02 (1.8.12); FILE MERGED 2008/01/08 13:39:27 oj 1.8.12.4: wrong define name 2008/01/07 14:20:23 oj 1.8.12.3: merge cws pentaho1 into reportdesign02 to avoid blocking 2007/12/20 07:48:35 oj 1.8.12.2: RESYNC: (1.8-1.10); FILE MERGED 2007/10/26 10:42:11 oj 1.8.12.1: #i82914# add configuration entry

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [41b8e583c2f988739526e64d66949b09389605b2]

        INTEGRATION: CWS networkrepair_SRC680 (1.14.100); FILE MERGED 2008/01/09 14:03:08 hro 1.14.100.1: #i82375# Mapped Win32 broken network connextion error code 0x3B to new OSL file error code

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ff29ba271c6b00f13f6453ea16785708e0e8b33d]

        INTEGRATION: CWS networkrepair_SRC680 (1.35.174); FILE MERGED 2008/01/14 06:43:26 mav 1.35.174.2: fix typo 2008/01/09 14:03:28 hro 1.35.174.1: #i82375# Mapped Win32 broken network connextion error code 0x3B to new OSL file error code

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3ec7e33fc4edb25a3881284031c62063a3fd0c18]

        INTEGRATION: CWS networkrepair_SRC680 (1.31.340); FILE MERGED 2008/01/09 14:03:28 hro 1.31.340.1: #i82375# Mapped Win32 broken network connextion error code 0x3B to new OSL file error code

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [55ea4ef8f6574cab23122db6222714a6101b1abc]

        INTEGRATION: CWS networkrepair_SRC680 (1.16.46); FILE MERGED 2008/01/10 18:11:00 mav 1.16.46.1: #i73979# try to repair the filehandle

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [436717248c2c06b4da261c1efb9e08e7cd9b02e4]

        INTEGRATION: CWS networkrepair_SRC680 (1.11.114); FILE MERGED 2008/01/10 18:11:00 mav 1.11.114.1: #i73979# try to repair the filehandle

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e21139d1b43dfd06387b26040bd2e926f9e75772]

        INTEGRATION: CWS networkrepair_SRC680 (1.1.2); FILE ADDED 2008/01/14 15:49:22 mav 1.1.2.2: #i73979# try to repair the filehandle 2008/01/10 18:12:21 mav 1.1.2.1: #i73979# try to repair the filehandle

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d93a0a62188baeecbfc83a6f1f904d8abbbfeb06]

        INTEGRATION: CWS networkrepair_SRC680 (1.1.2); FILE ADDED 2008/01/15 11:14:04 mav 1.1.2.5: #i73979# sometimes it is possible to get E_INVAL error if the handle is broken 2008/01/14 15:49:22 mav 1.1.2.4: #i73979# try to repair the filehandle 2008/01/14 06:58:02 mav 1.1.2.3: add precompiled headers syntax 2008/01/11 07:40:06 mav 1.1.2.2: #i73979# getPos should not try to repair 2008/01/10 18:12:09 mav 1.1.2.1: #i73979# try to repair the filehandle

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7f4f1b15ce001a6d2d0f3ebd6b9d84ff251539bb]

        INTEGRATION: CWS networkrepair_SRC680 (1.6.114); FILE MERGED 2008/01/10 18:11:00 mav 1.6.114.1: #i73979# try to repair the filehandle

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d483e8ff4312cc57ca8cfa6ca08d556d971b877f]

        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>  [5464c4956219804764ab8d5d6f65496d47c436cf]

        INTEGRATION: CWS reportdesign02 (1.25.24); FILE MERGED 2007/10/26 11:05:06 oj 1.25.24.1: #i82914# check report engine service name

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9c8c1f641ab68d9248b9e016c39aa9616320030a]

        INTEGRATION: CWS reportdesign02 (1.28.24); FILE MERGED 2007/11/07 12:14:21 oj 1.28.24.1: #i78387# new menu entry for saveas for reports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [add1473666020c675db428c2b411e1b5e4fb292f]

        INTEGRATION: CWS reportdesign02 (1.47.16); FILE MERGED 2007/12/20 08:29:32 oj 1.47.16.3: #i82914# check report engine service name 2007/12/20 07:51:10 oj 1.47.16.2: RESYNC: (1.47-1.50); FILE MERGED 2007/10/26 11:05:06 oj 1.47.16.1: #i82914# check report engine service name

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [24ef551441cf5d17cf6df7350db8b781c142e982]

        INTEGRATION: CWS reportdesign02 (1.8.166); FILE MERGED 2007/11/07 12:14:20 oj 1.8.166.1: #i78387# new menu entry for saveas for reports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [47fb5627db8ffc35ab17526ab634fdea360a922c]

        INTEGRATION: CWS reportdesign02 (1.23.24); FILE MERGED 2007/12/20 11:49:14 oj 1.23.24.3: merge conflicts resolved 2007/12/20 07:51:07 oj 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2007/11/07 12:14:20 oj 1.23.24.1: #i78387# new menu entry for saveas for reports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0354f013e9a82279b28b9edc5144329382928caf]

        INTEGRATION: CWS reportdesign02 (1.37.120); FILE MERGED 2007/12/20 07:50:00 oj 1.37.120.2: RESYNC: (1.37-1.38); FILE MERGED 2007/10/29 11:40:31 oj 1.37.120.1: #i77919# enable view to draw only left and right border, used by the report builder

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [89af717ba173dde19d1e298cd3586555386c562e]

        INTEGRATION: CWS reportdesign02 (1.21.170); FILE MERGED 2007/10/29 11:40:31 oj 1.21.170.1: #i77919# enable view to draw only left and right border, used by the report builder

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7782fad061ba9e6b5f079e46496b90734b80cee1]

        INTEGRATION: CWS reportdesign02 (1.12.170); FILE MERGED 2007/10/29 11:40:31 oj 1.12.170.1: #i77919# enable view to draw only left and right border, used by the report builder

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b8344d04684051e020dcaeeb678828c59ce62edb]

        INTEGRATION: CWS reportdesign02 (1.7.1064); FILE MERGED 2007/10/29 11:40:31 oj 1.7.1064.1: #i77919# enable view to draw only left and right border, used by the report builder

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cda1d9bd4c20675edb74c46750ab57becb464ad4]

        INTEGRATION: CWS reportdesign02 (1.4.120); FILE MERGED 2007/12/20 07:49:51 oj 1.4.120.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/29 11:40:31 oj 1.4.120.1: #i77919# enable view to draw only left and right border, used by the report builder

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [7318c02c362d9ce6c4c6fbfeaeee2af86b9bf626]

        INTEGRATION: CWS c16v002_SRC680 (1.14.134); FILE MERGED 2007/12/03 14:42:54 bc 1.14.134.1: #b6633533# Replaced deprecated service call

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d35659adba37f4c3f8cfe873275e667eaac3bebe]

        INTEGRATION: CWS c16v002_SRC680 (1.45.114); FILE MERGED 2007/12/03 14:43:56 bc 1.45.114.1: #b6633533# Replaced deprecated service call

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a6bfe65c0da9155cd22a3428384dac9738e7b11a]

        INTEGRATION: CWS c16v002_SRC680 (1.26.134); FILE MERGED 2007/12/03 14:41:15 bc 1.26.134.1: #b6633533# Replaced deprecated service call

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cf14019e64827db3dadf6fe8906ae2b78b22663d]

        INTEGRATION: CWS reportdesign02 (1.7.210); FILE MERGED 2007/10/26 12:02:54 oj 1.7.210.1: #i61881# use odbc type instead of jdbc type

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [aff09984052092a7478c5aedeefca051d6b47093]

        INTEGRATION: CWS reportdesign02 (1.19.150); FILE MERGED 2007/10/26 12:02:53 oj 1.19.150.1: #i61881# use odbc type instead of jdbc type

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cd226f0722cbb95e2236ed448c850be4694edab0]

        INTEGRATION: CWS reportdesign02 (1.64.150); FILE MERGED 2007/10/26 12:02:53 oj 1.64.150.1: #i61881# use odbc type instead of jdbc type

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [03499712c26686ba2dd9c9554dbfcdebc2ca459d]

        INTEGRATION: CWS reportdesign02 (1.32.114); FILE MERGED 2007/12/20 07:48:48 oj 1.32.114.2: RESYNC: (1.32-1.33); FILE MERGED 2007/10/26 11:04:12 oj 1.32.114.1: #i82914# new function to ask for the report engine service name

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b06a98a66a880c1a9408ebc0437c29f2456a9057]

        INTEGRATION: CWS reportdesign02 (1.3.18); FILE MERGED 2008/01/15 11:52:19 oj 1.3.18.2: change help ids 2008/01/15 11:48:45 oj 1.3.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0c84b1b6ab8b8a0b09c1dac76897af1a985c891c]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/10/26 12:31:37 oj 1.3.36.1: #i77919# use of SplitWindow

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3ce58b55aa65fb130066bd98fc7fbb958fd7f2c0]

        INTEGRATION: CWS reportdesign02 (1.5.36); FILE MERGED 2007/11/28 15:19:29 lla 1.5.36.2: #i80260# with pressed ctrl key it isn't possible to move the object out of the section. 2007/11/26 06:24:44 lla 1.5.36.1: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [30f74793701408589527511bde620d0d245ca951]

        INTEGRATION: CWS reportdesign02 (1.5.10); FILE MERGED 2008/01/15 11:50:21 oj 1.5.10.7: change helpid names 2007/12/20 07:48:32 oj 1.5.10.6: RESYNC: (1.5-1.6); FILE MERGED 2007/11/28 15:19:29 lla 1.5.10.5: #i80260# with pressed ctrl key it isn't possible to move the object out of the section. 2007/11/26 06:24:44 lla 1.5.10.4: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section 2007/11/08 13:06:04 oj 1.5.10.3: #i77063# some adjustments to the splitter 2007/10/30 06:56:29 oj 1.5.10.2: #i78939# change pos and size when control is outside page 2007/10/26 12:31:37 oj 1.5.10.1: #i77919# use of SplitWindow

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [de8b9c39b912f471a3f52c62904a7cbb6a1dffc6]

        INTEGRATION: CWS reportdesign02 (1.4.18); FILE MERGED 2008/01/15 11:50:21 oj 1.4.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [8966f8ccf4dd2c97550bf34b7557288fe564a448]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/10/29 11:41:19 oj 1.4.36.1: #i77919# enable view to draw only left and right border

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0887bc70b177013f83d76ab121dbecb62cb88e39]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/10/26 12:31:37 oj 1.4.36.1: #i77919# use of SplitWindow

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [5df417ebda5d5231847eeacd99f465269f1b4a07]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2008/01/15 11:50:21 oj 1.3.36.3: change helpid names 2007/12/20 07:48:29 oj 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/26 12:31:37 oj 1.3.36.1: #i77919# use of SplitWindow

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2f1e50b76b2f47e4d28ed7917a81e531f40fb725]

        INTEGRATION: CWS reportdesign02 (1.5.18); FILE MERGED 2007/12/20 07:48:26 oj 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2007/11/26 06:24:44 lla 1.5.18.2: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section 2007/10/30 06:56:29 oj 1.5.18.1: #i78939# change pos and size when control is outside page

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [eafd77e5c584bff9acee80db20fa3d5f5db3514e]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/12/20 07:48:23 oj 1.4.36.5: RESYNC: (1.4-1.6); FILE MERGED 2007/11/07 08:55:03 oj 1.4.36.4: #i77751# remove dosave 2007/11/05 13:07:28 oj 1.4.36.3: #i83316 new drawbar 2007/10/30 06:56:29 oj 1.4.36.2: #i78939# change pos and size when control is outside page 2007/10/26 11:26:00 oj 1.4.36.1: #i77086# enable execute button ony when at least one field exists

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [783e44113af114b1fc6dbdff60cc3ffbf13cd496]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2008/01/15 11:50:21 oj 1.2.44.2: change helpid names 2007/11/08 13:06:04 oj 1.2.44.1: #i77063# some adjustments to the splitter

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [e0888856057aec0fb554f3f0a022bd2bd6971d6c]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2008/01/15 11:50:21 oj 1.3.36.2: change helpid names 2007/10/26 12:31:37 oj 1.3.36.1: #i77919# use of SplitWindow

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0919af9fb636efda0a7767ca82937f706e95c3ea]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/12/20 07:47:47 oj 1.2.44.2: merge change 2007/10/30 06:56:28 oj 1.2.44.1: #i78939# change pos and size when control is outside page

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bb2d5b2110bce1d98606a3e6134a6d861d717e46]

        INTEGRATION: CWS reportdesign02 (1.4.18); FILE MERGED 2008/01/15 11:50:31 oj 1.4.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [69e3a457505406b5c5ecd383b5748f38f135cd62]

        INTEGRATION: CWS reportdesign02 (1.5.18); FILE MERGED 2008/01/15 11:50:31 oj 1.5.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [16e71d09bcf82d8c07edca746f8a684f59afcd0d]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2008/01/15 11:50:30 oj 1.2.44.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d8f9462bd3478859dc750a583c738a0a3c9a2cc7]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/11/26 06:24:44 lla 1.4.36.1: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ae5248b9a91a252a756626ea481ca91dec656027]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/11/28 15:19:29 lla 1.4.36.2: #i80260# with pressed ctrl key it isn't possible to move the object out of the section. 2007/11/26 06:24:44 lla 1.4.36.1: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [17b06f3b3ded2ac66c90cf7fe1f3af08d48be634]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/10/30 06:56:28 oj 1.2.44.1: #i78939# change pos and size when control is outside page

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9eccae6d3f41cf86755e61a45667b556d1c3d901]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/11/07 08:55:03 oj 1.3.36.1: #i77751# remove dosave

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [de2cb68dc70e654efd2b2c5763933a90a5208b1b]

        INTEGRATION: CWS reportdesign02 (1.3.12); FILE MERGED 2008/01/15 11:49:49 oj 1.3.12.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [563cefdb74009af6e1b18e5bd3ddcfb3735f2dad]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/12/20 07:48:19 oj 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/30 06:56:28 oj 1.3.36.1: #i78939# change pos and size when control is outside page

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b60aba3cdd26a9213af0b655bba43ad10c1a7c72]

        INTEGRATION: CWS reportdesign02 (1.4.18); FILE MERGED 2008/01/15 11:49:49 oj 1.4.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [91ed39307cef20a9e6ff85849c30f48309e561e3]

        INTEGRATION: CWS reportdesign02 (1.6.18); FILE MERGED 2008/01/15 11:49:49 oj 1.6.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b6fe854e97061a6bcafbf7b7616b2c3304e81d56]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/11/26 15:06:06 fs 1.3.36.1: #i83889#

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [492632222d23280d3719de4c11e9845f0ee03be3]

        INTEGRATION: CWS reportdesign02 (1.3.18); FILE MERGED 2008/01/15 11:49:49 oj 1.3.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cbcf84b54c3ddcd95d7f30959675e9e383abf326]

        INTEGRATION: CWS reportdesign02 (1.5.16); FILE MERGED 2007/12/20 08:42:12 oj 1.5.16.1: #i83193# merge from reportdesign03

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [839ed128eab2878e41269b80679c6181a4f41c21]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/12/20 08:42:12 oj 1.2.44.1: #i83193# merge from reportdesign03

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dd9345210d762ee8a290d1edaac2f2110c76260b]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/12/20 08:42:12 oj 1.4.36.1: #i83193# merge from reportdesign03

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [87f6d120dbe80f11f8890d0173515f1e7323c406]

        INTEGRATION: CWS reportdesign02 (1.4.16); FILE MERGED 2007/12/20 08:42:12 oj 1.4.16.1: #i83193# merge from reportdesign03

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [de62aa67729b2314310c7d2e54ae86688588b84f]

        INTEGRATION: CWS reportdesign02 (1.6.22); FILE MERGED 2008/01/08 06:05:31 oj 1.6.22.1: #i77039# export numberformat of formatcondition from parent formattedfield

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [beb596e0f45a31089c5f0c76a5f85a32f6a501ef]

        INTEGRATION: CWS reportdesign02 (1.5.36); FILE MERGED 2008/01/08 06:05:31 oj 1.5.36.5: #i77039# export numberformat of formatcondition from parent formattedfield 2007/12/20 13:15:26 oj 1.5.36.4: merge conflict resolved 2007/12/20 08:42:12 oj 1.5.36.3: #i83193# merge from reportdesign03 2007/12/20 07:48:16 oj 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/30 14:37:45 oj 1.5.36.1: #i80173# surround shapes only with one text-p

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [f31bde9254927fa28f9134929cb073750679f80b]

        INTEGRATION: CWS reportdesign02 (1.3.36); FILE MERGED 2007/11/26 06:24:43 lla 1.3.36.1: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [90d2864b9063fbd8243a94888b54de25db62c297]

        INTEGRATION: CWS reportdesign02 (1.4.36); FILE MERGED 2007/12/20 07:48:13 oj 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/26 10:42:11 oj 1.4.36.1: #i82914# add configuration entry

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [13abfc5e4e37e451134efaf5b54731a91594e390]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/12/20 07:48:02 oj 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2007/11/06 14:22:43 oj 1.2.44.1: #i83168# count also covered table cells

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6d371289d8879c023200a95c2ef32c3234d3653c]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/11/06 14:22:43 oj 1.2.44.1: #i83168# count also covered table cells

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2937a5b02bd24241ec0a0918c3ce3c36d37f70fe]

        INTEGRATION: CWS reportdesign02 (1.3.18); FILE MERGED 2008/01/15 11:48:59 oj 1.3.18.1: change helpid names

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d54baa777f8ae85c85cd60b2ddcab4af3530ab47]

        INTEGRATION: CWS reportdesign02 (1.2.44); FILE MERGED 2007/11/26 06:24:43 lla 1.2.44.1: #i80260# drag n drop, lines over all sections, no ctrl key need to move obj in different section

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [50faedd335868bcda180c0e05d6365edd60f8fe9]

        INTEGRATION: CWS chart21_SRC680 (1.83.2.1.4); FILE MERGED 2008/01/18 15:09:01 iha 1.83.2.1.4.1: #i85304# Copied Chart from Calc to Calc looses data connection

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [c7397aa1dd1a207b407b34905f8a7bea1d329ab8]

        INTEGRATION: CWS chart21_SRC680 (1.42.50); FILE MERGED 2008/01/16 10:50:00 iha 1.42.50.1: #i80225# Copying chart from Calc to Writer is wrong if data comes from rows

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [b09df675f517fb5185c5856274d6d71e7db91207]

        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>  [04b26ddd377578117de0447c009482b56f83777f]

        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  Rüdiger Timm  <rt@openoffice.org>  [1de3c1439e9fc70c363d68c3f5898cd162e41cab]

        INTEGRATION: CWS newportstl (1.211.2); FILE MERGED 2007/12/21 12:57:07 cmc 1.211.2.3: #i82715# detect a bad compiler 2007/12/21 12:36:26 cmc 1.211.2.2: #i82715# detect a bad compiler 2007/12/17 15:26:38 cmc 1.211.2.1: #i82715# default to using gcc stl for new (including x86_64) linux ports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3d4c36a23d9ea66d900943f9359994c821021c27]

        INTEGRATION: CWS newportstl (1.26.2); FILE MERGED 2007/12/19 12:13:29 cmc 1.26.2.3: #i82715# add linux arch that don't match pattern 2007/12/19 12:07:33 cmc 1.26.2.2: #i82715# default to using gcc stl for new (including x86_64) linux ports 2007/12/17 15:26:58 cmc 1.26.2.1: #i82715# default to using gcc stl for new (including x86_64) linux ports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [072e89cf68dcf9b6713945e402dd7a9fe5cea48d]

        INTEGRATION: CWS newportstl (1.237.2); FILE MERGED 2007/12/21 12:57:07 cmc 1.237.2.3: #i82715# detect a bad compiler 2007/12/21 12:36:26 cmc 1.237.2.2: #i82715# detect a bad compiler 2007/12/17 15:26:41 cmc 1.237.2.1: #i82715# default to using gcc stl for new (including x86_64) linux ports

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0b19f96715f0ba1a2ceb00a7a7ec2388a78f1aee]

        #i85614# oox/source/drawingml/shape.cxx needs tools/solar.hxx

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0025f99d556f690515f0910590254b163b6d3f26]

        INTEGRATION: CWS openssl02 (1.22.4); FILE MERGED 2008/01/08 07:25:17 tkr 1.22.4.1: #i83815# provide 32/64 Bit Solaris Build

2008-01-29  Mikhail Voitenko  <mav@openoffice.org>  [fd5be1770648c156a4adbf71272c003b2e23134c]

        remove unused dialogs

2008-01-29  Mikhail Voitenko  <mav@openoffice.org>  [ee64111244de6bab796972fe130f1a1e19f94bd5]

        allow to do some special site-related settings in configuration

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [4e7d61a52c96b43f7720539508f56c90572ba6eb]

        INTEGRATION: CWS openssl02 (1.60.12); FILE MERGED 2008/01/08 07:33:52 tkr 1.60.12.1: #i84181# correct Windows packaging issue

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [315406af2a35b79d1ce77582ee266272f008ae07]

        INTEGRATION: CWS openssl02 (1.269.12); FILE MERGED 2008/01/08 07:34:10 tkr 1.269.12.1: #i84181# correct Windows packaging issue

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [102dca80a05435295d3d89424ed741cee26b8ff4]

        INTEGRATION: CWS openssl02 (1.1.2); FILE ADDED 2008/01/08 07:28:51 tkr 1.1.2.1: #i83899# new openssl version(0.9.8g)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [22fec98a7945f62d0556decee9324644201cb96a]

        INTEGRATION: CWS openssl02 (1.2.12); FILE MERGED 2008/01/08 07:26:40 tkr 1.2.12.1: #i83899# new openssl version(0.9.8g)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [bc5f9f44021028d04c0cab5af5113b26e7df80ef]

        INTEGRATION: CWS openssl02 (1.2.8); FILE MERGED 2008/01/08 07:26:40 tkr 1.2.8.1: #i83899# new openssl version(0.9.8g)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ea4a865ee2b1fe296edd476b1560bddaf9554df2]

        INTEGRATION: CWS openssl02 (1.1.2); FILE ADDED 2008/01/08 07:28:11 tkr 1.1.2.1: #i83899# new openssl version(0.9.8g)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [d3bcc9cbc9ba6ff9122ed0c68f0fb556c9a49ff6]

        INTEGRATION: CWS openssl02 (1.3.4); FILE MERGED 2008/01/08 07:26:40 tkr 1.3.4.1: #i83899# new openssl version(0.9.8g)

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ddc20c446b47502c9f203dc634a8fadc5b17ae52]

        INTEGRATION: CWS os109 (1.75.40); FILE MERGED 2007/12/27 08:23:05 os 1.75.40.2: RESYNC: (1.75-1.76); FILE MERGED 2007/12/05 14:39:49 os 1.75.40.1: #i73953# ::CreateObject: set create mode

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [3fc9170278e70bdcd2428452c50085cc5df038e6]

        INTEGRATION: CWS os109 (1.17.72); FILE MERGED 2007/12/17 08:56:54 os 1.17.72.1: #i73297# fallback to en-US template fixed

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [66b46f7c4a2d8915bf7c3c01f813f2b9acb87c6b]

        INTEGRATION: CWS os109 (1.28.112); FILE MERGED 2007/12/10 14:39:25 os 1.28.112.1: #i64137# wrong cast changed size item inside of the graphic attribute set

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [309d66090605dfab820b7e01fc799594e6a70182]

        INTEGRATION: CWS os109 (1.46.20); FILE MERGED 2007/12/11 15:28:52 os 1.46.20.1: #b6637795# save alternative text of embedded objects

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a43558bf321baa42e152727cac19480a2e475d2a]

        INTEGRATION: CWS os109 (1.43.110); FILE MERGED 2007/12/27 08:20:44 os 1.43.110.2: RESYNC: (1.43-1.44); FILE MERGED 2007/12/05 08:16:55 os 1.43.110.1: #i63681# font default should not be set in insert mode

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0edfeeda9e8e7736cb4b2b3422586271de605ea5]

        INTEGRATION: CWS os109 (1.53.110); FILE MERGED 2007/12/10 07:15:59 os 1.53.110.1: #i84264# detection of text/encoded filter improved

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [536ecc47c71f1e11deb9464ae644d698b7ac2537]

        INTEGRATION: CWS os109 (1.27.112); FILE MERGED 2007/12/10 07:16:20 os 1.27.112.1: #i84264# detection of text/encoded filter improved

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9c383919842c4ed5e4fde5eb5169196dae3277b9]

        INTEGRATION: CWS os109 (1.63.20); FILE MERGED 2007/12/27 08:20:41 os 1.63.20.2: RESYNC: (1.63-1.64); FILE MERGED 2007/12/06 10:37:04 os 1.63.20.1: #i83449# insertDocumentFromURL suppors MediaDescriptor properties

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9b82cd33a5cee2b3a9c7d20b3dd3a065d1488c07]

        INTEGRATION: CWS os109 (1.200.106); FILE MERGED 2007/12/27 08:20:37 os 1.200.106.2: RESYNC: (1.200-1.201); FILE MERGED 2007/12/11 15:29:08 os 1.200.106.1: #b6637795# save alternative text of embedded objects

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [dddd2f9565c7258a0f03051d521203356f90396f]

        INTEGRATION: CWS os109 (1.27.110); FILE MERGED 2007/12/06 13:16:42 os 1.27.110.1: #143671# crash in SwXFootnote::createTextCursorByRange fixed

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [55227704553a4b2f281b54b9336fa7ab1ef9a284]

        INTEGRATION: CWS os109 (1.115.38); FILE MERGED 2007/12/27 07:42:09 os 1.115.38.2: #b6637705# setPropertyToDefault of AlternativeText of ole objects 2007/12/27 07:21:10 os 1.115.38.1: #b6637705# get/set alternative text of ole objects

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a91ae4acbf2f37a638cb63ede6896184b99c6b5f]

        INTEGRATION: CWS os109 (1.27.110); FILE MERGED 2007/12/06 10:37:04 os 1.27.110.1: #i83449# insertDocumentFromURL suppors MediaDescriptor properties

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [a725d2dbb20ab752fb00f114a34755a15b29e181]

        INTEGRATION: CWS os109 (1.66.20); FILE MERGED 2007/12/14 10:16:25 os 1.66.20.1: #i84510# SwFmtCol::Calc:: don't execute if NULL columns are set

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [39ff2a047619a78ca9546faa820f71965e98b348]

        INTEGRATION: CWS os109 (1.51.112); FILE MERGED 2007/12/27 08:20:34 os 1.51.112.2: RESYNC: (1.51-1.52); FILE MERGED 2007/12/11 15:29:45 os 1.51.112.1: #b6637795# set document modified when alternative text of OLE objects is set

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [2ea01d91b31291b3c3308edd07402c5fff421760]

        INTEGRATION: CWS os109 (1.9.112); FILE MERGED 2007/12/06 10:36:33 os 1.9.112.1: #i83449# insertDocumentFromURL suppors MediaDescriptor properties

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [cb552beba3025b21b37a0e995c17ef3ee0c1e522]

        INTEGRATION: CWS os109 (1.36.60); FILE MERGED 2007/12/07 13:19:46 os 1.36.60.1: #i84264# detection of text/encoded filter improved

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [ad06823a46f9546dd78559f6f3259d4a096a44c2]

        INTEGRATION: CWS os109 (1.28.112); FILE MERGED 2007/12/07 13:19:46 os 1.28.112.1: #i84264# detection of text/encoded filter improved

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [6521929f8c00be23de2a8a051398e3d4d57bfc48]

        INTEGRATION: CWS os109 (1.5.418); FILE MERGED 2008/01/08 09:43:03 as 1.5.418.1: #i84264# define writer_Text type as preferred one for txt

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [9a012c88d8bd2de477a681a6db5aac9c021b8ea6]

        INTEGRATION: CWS serbianisntsrcs (1.41.78); FILE MERGED 2008/01/16 12:46:09 rene 1.41.78.2: RESYNC: (1.41-1.41.50.1); FILE MERGED 2008/01/14 11:33:12 rene 1.41.78.1: #i83410# sr-CS -> sr, sh->YU -> sh

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [61a1a4aa5dcbe00a62a7729b53e698ebcb967100]

        INTEGRATION: CWS dba24e_SRC680 (1.1.4); FILE ADDED 2008/01/08 08:42:49 oj 1.1.4.2: #i84196# merge from dba24d 2008/01/08 07:36:36 oj 1.1.4.1: file accumulated_patches.patch was added on branch cws_src680_dba24e on 2008-01-08 08:42:49 +0000

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7a3c9be237fbbec4887ba5f1ed995365607d6b1a]

        INTEGRATION: CWS dba24e_SRC680 (1.18.6); FILE MERGED 2008/01/08 08:42:49 oj 1.18.6.1: #i84196# merge from dba24d

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [61134f22a1d81fe38a7560a6a612290f59e12d06]

        INTEGRATION: CWS dba24e_SRC680 (1.114.22); FILE MERGED 2008/01/06 11:30:31 fs 1.114.22.2: #i10000# 2007/12/19 13:45:18 oj 1.114.22.1: #152043# catch exception

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [37edb30ceb847cfec33f637ac4d70dd02968e39c]

        INTEGRATION: CWS dba24e_SRC680 (1.112.4); FILE MERGED 2007/12/19 12:27:43 oj 1.112.4.1: #i84339# some code cleanups for the wizards

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a6d3c7364c95a4bed6fa46f4413948630846f92c]

        INTEGRATION: CWS dba24e_SRC680 (1.25.4); FILE MERGED 2007/12/19 12:27:42 oj 1.25.4.1: #i84339# some code cleanups for the wizards

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [2a541946d4d271a44630103d1bffe0d34ff862b4]

        INTEGRATION: CWS dba24e_SRC680 (1.15.6); FILE MERGED 2007/12/19 12:27:42 oj 1.15.6.1: #i84339# some code cleanups for the wizards

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [447b4145a20406ddfbd9f8ac25665bfdcb6bdea5]

        INTEGRATION: CWS dba24e_SRC680 (1.23.4); FILE MERGED 2007/12/19 12:27:42 oj 1.23.4.1: #i84339# some code cleanups for the wizards

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7bebcdaec4303cc72416ecafb59ee9a8c67b6b0d]

        INTEGRATION: CWS dba24e_SRC680 (1.50.4); FILE MERGED 2007/12/19 12:27:42 oj 1.50.4.2: #i84339# some code cleanups for the wizards 2007/12/04 10:01:39 oj 1.50.4.1: #i69740# notify selection when container changed

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [53bfc5036e1eb7f7649a384ffa4d1c4525cfbbf0]

        INTEGRATION: CWS dba24e_SRC680 (1.50.4); FILE MERGED 2008/01/07 21:05:21 fs 1.50.4.2: #152837# onCommandOpenSomething: ensure that macros in sub documents, when stored directly in the content.xml, are not silently executed 2007/12/19 12:27:42 oj 1.50.4.1: #i84339# some code cleanups for the wizards

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f6a8cef6142c5e2a24ade2cc4bb4edc79c6ed46f]

        INTEGRATION: CWS dba24e_SRC680 (1.16.4); FILE MERGED 2008/01/07 21:04:03 fs 1.16.4.1: #152837# +m_bHasAnyObjectwithMacros/hasAnyObjectWithMacros()

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [646294f7ab6006b599e86a4294d58b886fe5fa40]

        INTEGRATION: CWS dba24e_SRC680 (1.21.4); FILE MERGED 2008/01/09 07:39:24 fs 1.21.4.4: #i10000# 2008/01/07 21:04:03 fs 1.21.4.3: #152837# +m_bHasAnyObjectwithMacros/hasAnyObjectWithMacros() 2007/12/07 21:40:37 fs 1.21.4.2: #i84334# properly determine macros in forms/reports in (logical) sub folders 2007/12/03 10:22:31 lla 1.21.4.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [94e6ff75fe4049c0a20cde4afb92f56d45256795]

        INTEGRATION: CWS dba24e_SRC680 (1.42.226); FILE MERGED 2007/12/22 20:29:21 fs 1.42.226.1: #i61192# UID_SQLERROR_BUTTONMORE is dead

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [9ad1ac7e27b1773c41ca577a2bd41962683f5468]

        INTEGRATION: CWS dba24e_SRC680 (1.34.190); FILE MERGED 2008/01/08 21:16:26 fs 1.34.190.2: #i84259# 2007/12/23 13:10:57 fs 1.34.190.1: #i84259# +UpdateForms

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7b030a1606e47849101e4b44ab49f408d3543409]

        INTEGRATION: CWS dba24e_SRC680 (1.51.56); FILE MERGED 2008/01/08 21:16:52 fs 1.51.56.2: #i84259# 2007/12/23 13:12:32 fs 1.51.56.1: #i84259# don't load forms lib when we do not actually have forms

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e9172472787ff3c87c250a91d24f8d9863f01571]

        INTEGRATION: CWS dba24e_SRC680 (1.86.56); FILE MERGED 2008/01/08 21:16:51 fs 1.86.56.2: #i84259# 2007/12/23 13:12:50 fs 1.86.56.1: don't load forms lib when we do not actually have forms Issue number:  #i84259# Submitted by:  original patch submitted by kendy@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [3e479857581029c2e42c3e4d4899e59118cdb286]

        INTEGRATION: CWS dba24e_SRC680 (1.15.856); FILE MERGED 2007/12/22 20:28:43 fs 1.15.856.1: #i61192# UID_SQLERROR_BUTTONMORE is dead

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [512d804549efacaa07afc252038ecc7301d1d3fe]

        INTEGRATION: CWS dba24e_SRC680 (1.9.50); FILE MERGED 2007/12/19 10:00:03 oj 1.9.50.1: #i84339# remove check for read only attribute

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [88e426a5bcffc2a89e2c30226f3b754759e2fe95]

        INTEGRATION: CWS dba24e_SRC680 (1.17.98); FILE MERGED 2007/12/19 12:28:45 oj 1.17.98.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [878b019af3413a01af1bea53db211c1237520a8d]

        INTEGRATION: CWS dba24e_SRC680 (1.10.120); FILE MERGED 2007/12/19 12:28:45 oj 1.10.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7bc20f1f8c4024467a20c139373759091770cbda]

        INTEGRATION: CWS dba24e_SRC680 (1.13.120); FILE MERGED 2007/12/19 12:28:45 oj 1.13.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [38614a2e77195c230a7e20d4993095586b8419f0]

        INTEGRATION: CWS dba24e_SRC680 (1.10.62); FILE MERGED 2007/12/19 12:28:45 oj 1.10.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f3a1308bd07f3e5e3b632d0d9b43e087b4f89b67]

        INTEGRATION: CWS dba24e_SRC680 (1.11.6); FILE MERGED 2007/12/19 12:28:45 oj 1.11.6.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [85038dfa5790c8b449455cab7937335fbb91dd14]

        INTEGRATION: CWS dba24e_SRC680 (1.4.120); FILE MERGED 2007/12/19 12:28:45 oj 1.4.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a776d616ba30df7b88a84f05ee162b0507316871]

        INTEGRATION: CWS sw8u10bf04 (1.113.28); FILE MERGED 2007/12/18 13:00:16 ama 1.113.28.1: Fix #i84642#: UFT8 recognition

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [d1bb1ff6a68b2e23b43752a5d490bd2d5b5c64a2]

        INTEGRATION: CWS sw8u10bf04 (1.11.122); FILE MERGED 2007/12/17 10:07:33 os 1.11.122.1: #i84610# workaround for bug in gcc 3.3.5

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f66f04e6b8627414834de09f1154bafd5c87a9bb]

        INTEGRATION: CWS dba24e_SRC680 (1.22.120); FILE MERGED 2007/12/19 12:28:44 oj 1.22.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e055e80a3eec46b7a9041002baa818c8dbd047a8]

        INTEGRATION: CWS sw8u10bf04 (1.28.120); FILE MERGED 2007/12/18 10:34:05 ama 1.28.120.1: Fix #i84536#: Set same follow page style disturbs sensitive undo

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7727cc8640261f04326aa5da36b9f1b98ce4aad2]

        INTEGRATION: CWS dba24e_SRC680 (1.12.62); FILE MERGED 2007/12/19 12:28:44 oj 1.12.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [6c765779a9b4b3b049b4fcb63104635bbb88c561]

        INTEGRATION: CWS sw8u10bf04 (1.79.120); FILE MERGED 2007/12/19 14:44:15 od 1.79.120.1: #152540# method <XMLReader::Read(..)> 	 - add and set new property "TextDocInOOoFileFormat"

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [ef71127f161845f65c81f0f6fa58801d1b0e9393]

        INTEGRATION: CWS dba24e_SRC680 (1.7.94); FILE MERGED 2007/12/19 12:28:44 oj 1.7.94.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [78d7529b4a557ba186932e35019327822f9bcd4d]

        INTEGRATION: CWS sw8u10bf04 (1.24.48); FILE MERGED 2007/12/18 15:34:04 ama 1.24.48.1: Fix #84576#: Recursive change tracking

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [31e0ac86e6e181f6781fa207a5f21cf110c26cf2]

        INTEGRATION: CWS dba24e_SRC680 (1.4.120); FILE MERGED 2007/12/19 12:28:44 oj 1.4.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [70720c1611915afe0201a223e40187e6946fc8e7]

        INTEGRATION: CWS sw8u10bf04 (1.105.32); FILE MERGED 2007/12/12 13:59:16 hbrinkm 1.105.32.1: #i61075# if a field code contains "/", but does start with " ADDIN" do not cut off the field result

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8ca6330f0a5fb3139b59eca49a38697c2ae9565d]

        INTEGRATION: CWS dba24e_SRC680 (1.14.38); FILE MERGED 2007/12/19 12:28:44 oj 1.14.38.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4ff3418bd2d611b9cca04496e39fb7c5bcd30056]

        INTEGRATION: CWS sw8u10bf04 (1.43.122); FILE MERGED 2007/12/19 16:20:52 hbrinkm 1.43.122.1: #i84747# applied patch

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0788aa3e5a6cdb6eff8376109a669e3b2986edbd]

        INTEGRATION: CWS dba24e_SRC680 (1.12.6); FILE MERGED 2007/12/19 12:28:44 oj 1.12.6.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [19802aa1de37e069a9150765296085980e1ac164]

        INTEGRATION: CWS sw8u10bf04 (1.101.120); FILE MERGED 2007/12/17 08:56:11 fme 1.101.120.1: #i84609# Code changed for g++ 3.3.5

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [9f75b4c11b1b311ec5607d5c66977b75aee6b7e5]

        INTEGRATION: CWS dba24e_SRC680 (1.5.120); FILE MERGED 2007/12/19 12:28:44 oj 1.5.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [3098ffd6b37daaa8ce4d20f4db6a85852396b5b7]

        INTEGRATION: CWS sw8u10bf04 (1.25.118); FILE MERGED 2007/12/12 13:00:07 hbrinkm 1.25.118.1: #i84469# mappings for all special locales referenced at http://l10n.openoffice.org/i18n_framework/LocaleData.html

2008-01-29  Rüdiger Timm  <rt@openoffice.org>  [0850b3ac557532a01f96c8b515442a3441a35238]

        INTEGRATION: CWS serbianisntsrcs (1.19.26); FILE MERGED 2008/01/16 12:37:22 rene 1.19.26.2: RESYNC: (1.19-1.19.18.1); FILE MERGED 2008/01/15 16:13:38 rene 1.19.26.1: #i83410# sr-CS->sr, sh-YU->sh

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [b98bea8c91292aa72d7df0468318e3325b3319af]

        INTEGRATION: CWS dba24e_SRC680 (1.10.62); FILE MERGED 2007/12/19 12:28:44 oj 1.10.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5933dfdd552c530e95feedb355fa634d93b1002d]

        INTEGRATION: CWS sw8u10bf04 (1.75.46); FILE MERGED 2007/12/20 12:29:38 ama 1.75.46.2: RESYNC: (1.75-1.76); FILE MERGED 2007/12/19 08:37:17 ama 1.75.46.1: Fix #145493#: Crash when loading bug document i84703

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0226519c1ddaaf6408bf6b3a8236f1bb97c08fd7]

        INTEGRATION: CWS dba24e_SRC680 (1.17.62); FILE MERGED 2007/12/19 12:28:44 oj 1.17.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [31811d62de6dea2267c2173ce90b5e28a620471b]

        INTEGRATION: CWS sw8u10bf04 (1.21.122); FILE MERGED 2007/12/17 12:34:59 od 1.21.122.1: #151213# method <SwRTFParser::ReadListOverrideTable()> 	 - suppress deletion of outline list style

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [d700c0d00da796dd56408432a46f07e40b83619a]

        INTEGRATION: CWS dba24e_SRC680 (1.12.62); FILE MERGED 2007/12/19 12:28:43 oj 1.12.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [544865528d5b08377e4adbffe3cb7fc1e8375aff]

        INTEGRATION: CWS sw8u10bf04 (1.36.120); FILE MERGED 2007/12/12 10:59:49 ama 1.36.120.1: Fix #i49555#: Bookmarks lost after tables (or sections)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [3ffdaa378d16c27335038e37cc9114fe07954998]

        INTEGRATION: CWS dba24e_SRC680 (1.4.120); FILE MERGED 2007/12/19 12:28:43 oj 1.4.120.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [963cb06e23290fa989e4218d1e6296d2dd096dc9]

        INTEGRATION: CWS sw8u10bf04 (1.23.122); FILE MERGED 2007/12/12 10:44:50 ama 1.23.122.1: Fix #i84428#: Vertical alignment of cells got lost (swwarnings)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4bd692d1f17e36e44d8c9947150d56081f1b06a8]

        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>  [f95930f2c846ffaacb6c1f8ee7f70d9cc2dbb22d]

        INTEGRATION: CWS sw8u10bf04 (1.77.30); FILE MERGED 2007/12/17 08:43:12 fme 1.77.30.1: #i84608# Code changed for g++ 3.3.5

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [531582a11e5e2cc521a420a881d5d0fab3d44bc8]

        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>  [d7bdf8cd60cc0d586d79bb26c530553c2db89db2]

        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>  [526507c7e86762a7e89ff5166dc7912101176381]

        INTEGRATION: CWS sw8u10bf04 (1.35.60); FILE MERGED 2007/12/20 12:29:51 ama 1.35.60.2: RESYNC: (1.35-1.36); FILE MERGED 2007/12/19 15:11:29 ama 1.35.60.1: Fix #i84780#: Undo of merge cells damages bookmarks

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5bb918070d2cc9d4f2a3eb32622c34e8dccdd0b1]

        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>  [ccbd0f94561fa8608004f82b5aa1609c12a1582e]

        INTEGRATION: CWS sw8u10bf04 (1.20.120); FILE MERGED 2007/12/20 12:13:30 ama 1.20.120.1: Fix #i83619#: A new footnote corrupts the reghistory

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [b045434b19df76f3426a497508504d7dadc249f7]

        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>  [8ba1edd9fcdac0d13e34143d902bdddb2aa61bd0]

        INTEGRATION: CWS sw8u10bf04 (1.56.62); FILE MERGED 2008/01/07 09:18:05 fme 1.56.62.3: #i84811# Check for attribute type before accessing GetEnd() 2007/12/20 12:29:41 ama 1.56.62.2: RESYNC: (1.56-1.57); FILE MERGED 2007/12/20 12:05:46 ama 1.56.62.1: Fix #i83619#: A new footnote corrupts the reghistory

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [26ca6375360251885b194931292862b60834bf24]

        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>  [67e18a687305b7b463c8ed4852e59d894d0e38d6]

        INTEGRATION: CWS sw8u10bf04 (1.108.118); FILE MERGED 2007/12/20 12:29:54 ama 1.108.118.2: RESYNC: (1.108-1.109); FILE MERGED 2007/12/13 14:04:21 od 1.108.118.1: #i80822# method <SwFlyFrm::Paint(..)> 	 - suppress paint of background in printing area for non-transparent 	   graphics/OLE objects. 	 - apply clip region for contour under the same conditions, under 	   which the clip region is applied for painting the graphic/OLE object

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [bb5c5e4382eeb9c7dbfd4fe0be8dc6c3f0130712]

        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>  [970922619e8c7020799ec7179ad6eb5fc38c1dd2]

        INTEGRATION: CWS sw8u10bf04 (1.41.122); FILE MERGED 2007/12/13 13:52:50 od 1.41.122.1: #i80822# method <SwGrfNode::IsTransparent()> 	 - remove fix for internal issue 102099, because it's no longer 	   needed and causes wrong results for non-transparent graphics

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [9f6b5a307059a723a0a64f93ef577200620d18d5]

        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>  [3ba71034a7bba0b6a42f2b740475506aac5665f2]

        INTEGRATION: CWS sw8u10bf04 (1.48.122); FILE MERGED 2007/12/19 15:12:42 ama 1.48.122.1: Fix #i84780#: Undo of merge cells damages bookmarks

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [ad9354aa2fc8b7904950792043da60ac324d3f53]

        INTEGRATION: CWS dba24e_SRC680 (1.50.4); FILE MERGED 2007/12/03 11:09:56 lla 1.50.4.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [94045bd57c1d3d8efe394e5ae4052eec14f7c60d]

        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>  [fe4a6292d5302280429a978e9e5c6daef93c16b5]

        INTEGRATION: CWS sw8u10bf04 (1.4.122); FILE MERGED 2007/12/20 13:52:15 ama 1.4.122.3: Merge problem solved 2007/12/20 12:29:44 ama 1.4.122.2: RESYNC: (1.4-1.6); FILE MERGED 2007/12/13 09:10:17 ama 1.4.122.1: Fix #i84507#: boost needs exception handling

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [c117be94ba48c57fe1d4ef391cd401f8646e7b0a]

        INTEGRATION: CWS dba24e_SRC680 (1.16.136); FILE MERGED 2007/12/03 11:09:55 lla 1.16.136.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7425ed0885a5a0f44b1d60471e01f16ea7442304]

        INTEGRATION: CWS sw8u10bf04 (1.10.122); FILE MERGED 2007/12/20 13:51:54 ama 1.10.122.3: Merge problem solved 2007/12/20 12:29:47 ama 1.10.122.2: RESYNC: (1.10-1.11); FILE MERGED 2007/12/13 09:00:19 ama 1.10.122.1: Fix #i84507#: boost needs exception handling

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8f5a4cb6a167581dd04398c327cfb7df0801ce6b]

        INTEGRATION: CWS dba24e_SRC680 (1.26.4); FILE MERGED 2007/12/03 11:09:55 lla 1.26.4.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1cbd7040a731907802fa539ef76e4e26534ccc90]

        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>  [7b487e7e62c1fab8ce25a13c2a4f8d65087931c4]

        INTEGRATION: CWS dba24e_SRC680 (1.40.4); FILE MERGED 2007/12/03 11:09:55 lla 1.40.4.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [35fd111e75dda89bf92e7dcc36b39f91833d72b2]

        INTEGRATION: CWS sw8u10bf04 (1.20.122); FILE MERGED 2007/12/14 16:27:37 fme 1.20.122.1: #150979# Made code robust against unexpected cursor settings

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [051de5afe57c4557441a68637dcfc5b1c718d437]

        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>  [b39215dc2c8cbdd32dad6c4da375ec333b2ba8fa]

        INTEGRATION: CWS sw8u10bf04 (1.23.314); FILE MERGED 2007/12/19 10:10:06 od 1.23.314.1: #i84745# method <SwTxtFmtColl::Modify(..)> 	 - for delete assignment to outline style check, if attribute 	   set is applied to this paragraph style - follow-up of i70223.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [22ee19eca6b2d4cae62fd88ca71762dd8bdc0186]

        INTEGRATION: CWS dba24e_SRC680 (1.7.6); FILE MERGED 2007/12/03 11:09:54 lla 1.7.6.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [089f3067009f4cbcc193bcb491a12fe035ec9923]

        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>  [2b3698baafba9ea68caf64a6005704aae1877916]

        INTEGRATION: CWS sw8u10bf04 (1.47.122); FILE MERGED 2007/12/12 14:15:22 ama 1.47.122.1: Fix #i60336#: Section/TOX and numbering

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [9a245312934cb9e26884661730e5b484050567c6]

        INTEGRATION: CWS dba24e_SRC680 (1.6.6); FILE MERGED 2007/12/03 11:09:54 lla 1.6.6.1: #i78988# add EscapeDateTime property

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e775d39373cac1bc94ae6055da195c854674cd89]

        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>  [11cee712f08bf411f6e8b19ca5dfdfff801fe585]

        INTEGRATION: CWS sw8u10bf04 (1.68.122); FILE MERGED 2007/12/17 12:29:55 od 1.68.122.1: #151213# method <SwDoc::DelNumRule(..)> 	 - suppress deletion of outline list style

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [65b7acbaf3949989a103d226537e12ed4fd45669]

        INTEGRATION: CWS sw8u10bf04 (1.37.4); FILE MERGED 2007/12/12 14:16:35 ama 1.37.4.1: Fix #i60336#: Section/TOX and numbering

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8e9cc4632cb94e905e1c4b127d550c362988cf3e]

        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>  [7b962c6a79e325f23a5b38294e7ca7ed3966b451]

        INTEGRATION: CWS sw8u10bf04 (1.38.32); FILE MERGED 2007/12/20 12:29:35 ama 1.38.32.2: RESYNC: (1.38-1.39); FILE MERGED 2007/12/19 15:11:52 ama 1.38.32.1: Fix #i84780#: Undo of merge cells damages bookmarks

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f65a490b2f6ee7afacdd2cfb6ef9bfc33042ecd9]

        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>  [47d2d8a733dbd4a843f92ecbc42c71e26f5817e9]

        INTEGRATION: CWS sw8u10bf04 (1.9.122); FILE MERGED 2007/12/20 12:06:28 ama 1.9.122.1: Fix #i83619#: A new footnote corrupts the reghistory

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [eb2f55d8ea4bf8da10b51d8bfb2cfbdd0b5515b8]

        INTEGRATION: CWS sw8u10bf04 (1.10.318); FILE MERGED 2007/12/20 12:06:55 ama 1.10.318.1: Fix #i83619#: A new footnote corrupts the reghistory

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f3e1de95a2e5d4b2163ba31aff87b4d1356c9fff]

        INTEGRATION: CWS transogl02 (1.8.32); FILE MERGED 2008/01/16 10:22:09 thb 1.8.32.2: #i85228# Cleaned up a bit, timer now held for the full scope (when more than one activity running) 2007/12/10 19:02:08 radekdoulik 1.8.32.1: do not wait for other activities if there's just one. before it was causing unnecessary delays as there are probably rounding errors in needed delay calculation

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [3190895ea1641e90af56897a121837ffd0a5be0e]

        INTEGRATION: CWS transogl02 (1.2.4); FILE MERGED 2007/12/17 19:54:16 thb 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2007/12/12 09:43:17 radekdoulik 1.2.4.3: enabled the new transitions in the new hasTransition check method 2007/12/10 19:03:53 radekdoulik 1.2.4.2: implemented 5 new transitions, fixed flicker problems 2007/12/05 23:46:42 thb 1.2.4.1: #i84223# Merged from CWS configure22

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f6cd8fcd3d9268d709c5419987fd527da2a1f416]

        INTEGRATION: CWS transogl02 (1.2.4); FILE MERGED 2008/01/15 10:07:34 fridrich_strba 1.2.4.3: making copy constructor explicit makes the class unsuitable for use with stl-ish containers, thorsten dixit 2008/01/14 20:43:28 fridrich_strba 1.2.4.2: pushPrimitive should take a const reference, thorsten dixit 2007/12/10 19:03:53 radekdoulik 1.2.4.1: implemented 5 new transitions, fixed flicker problems

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [c633e46a25a84c0b9932fb69c53fd29c89ff6088]

        INTEGRATION: CWS transogl02 (1.2.4); FILE MERGED 2008/01/14 20:43:28 fridrich_strba 1.2.4.3: pushPrimitive should take a const reference, thorsten dixit 2008/01/14 16:18:12 fridrich_strba 1.2.4.2: fix build on Solaris 11 with Studio 12 x86_64 2007/12/10 19:03:53 radekdoulik 1.2.4.1: implemented 5 new transitions, fixed flicker problems

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1964b89783de69208c320334f2dd61ab7f1bc970]

        INTEGRATION: CWS transogl02 (1.6.4); FILE MERGED 2008/01/16 10:56:20 thb 1.6.4.3: #i85228# A comment seemed appropriate 2008/01/16 10:22:09 thb 1.6.4.2: #i85228# Cleaned up a bit, timer now held for the full scope (when more than one activity running) 2007/12/10 19:02:07 radekdoulik 1.6.4.1: do not wait for other activities if there's just one. before it was causing unnecessary delays as there are probably rounding errors in needed delay calculation

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [e4b26b2bd036ac4d20d9bd72ddec208432f1ee7f]

        INTEGRATION: CWS transogl02 (1.1.2); FILE ADDED 2008/01/07 20:35:54 radekdoulik 1.1.2.1: 2008-01-07  Radek Doulik  <rodo@novell.com>
        
        	* build/src680-m241/sd/xml/makefile.mk: new file, when building
        	with opengl copy transitions-ogl to transitions-ogl.xml so that it
        	is delivered, otherwise delete transitions-ogl.xml
        
        	* build/src680-m241/sd/prj/build.lst: added xml/ directory
        
        	* build/src680-m241/sd/source/core/TransitionPreset.cxx
        	(importTransitionPresetList): load transitions-ogl.xml as well as
        	transitions.xml
        	(importTransitionsFile): new helper method

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5aec22e960e2a0a49b73b629d1c5a5fc5f410554]

        INTEGRATION: CWS transogl02 (1.5.252); FILE MERGED 2008/01/16 00:01:03 thb 1.5.252.3: #i85228# Getting transitions and effects.xml path from config; putting them through macro expander, to facilitate an extension to extend effects 2008/01/14 16:25:30 thb 1.5.252.2: #i85228# Path to Impress UI effect lists now in config 2008/01/07 20:35:54 radekdoulik 1.5.252.1: 2008-01-07  Radek Doulik  <rodo@novell.com>
        
        	* build/src680-m241/sd/xml/makefile.mk: new file, when building
        	with opengl copy transitions-ogl to transitions-ogl.xml so that it
        	is delivered, otherwise delete transitions-ogl.xml
        
        	* build/src680-m241/sd/prj/build.lst: added xml/ directory
        
        	* build/src680-m241/sd/source/core/TransitionPreset.cxx
        	(importTransitionPresetList): load transitions-ogl.xml as well as
        	transitions.xml
        	(importTransitionsFile): new helper method

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a5104ea4b9b9e337933e57468285e2aa8bc776e2]

        INTEGRATION: CWS transogl02 (1.5.242); FILE MERGED 2008/01/16 00:01:03 thb 1.5.242.2: #i85228# Getting transitions and effects.xml path from config; putting them through macro expander, to facilitate an extension to extend effects 2008/01/14 16:25:30 thb 1.5.242.1: #i85228# Path to Impress UI effect lists now in config

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [29694a93f3de9f6c3748d6187b6615c611e4a704]

        INTEGRATION: CWS transogl02 (1.3.568); FILE MERGED 2008/01/07 20:35:53 radekdoulik 1.3.568.1: 2008-01-07  Radek Doulik  <rodo@novell.com>
        
        	* build/src680-m241/sd/xml/makefile.mk: new file, when building
        	with opengl copy transitions-ogl to transitions-ogl.xml so that it
        	is delivered, otherwise delete transitions-ogl.xml
        
        	* build/src680-m241/sd/prj/build.lst: added xml/ directory
        
        	* build/src680-m241/sd/source/core/TransitionPreset.cxx
        	(importTransitionPresetList): load transitions-ogl.xml as well as
        	transitions.xml
        	(importTransitionsFile): new helper method

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [28ff6903718f4ebae82c49301867af7770ac665e]

        INTEGRATION: CWS sw8u10bf04 (1.33.80); FILE MERGED 2007/12/18 09:49:14 hbrinkm 1.33.80.1: #i82466# booleans were mixed up

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [06c876e733c5801b3c4dc953a638a65ae78c77b6]

        INTEGRATION: CWS sw8u10bf04 (1.33.104); FILE MERGED 2007/12/19 14:50:47 od 1.33.104.1: #152540# correct handling of text document in OpenOffice.org file format 	 regarding assignment of paragraph style to the outline style

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f3ec3bf6503fa488366dfc8e1e99459fb5642b2b]

        INTEGRATION: CWS sw8u10bf04 (1.132.64); FILE MERGED 2007/12/19 14:50:46 od 1.132.64.1: #152540# correct handling of text document in OpenOffice.org file format 	 regarding assignment of paragraph style to the outline style

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [c5ed1c6f2ea0ba460c0baa36b44d20ba60a399fb]

        INTEGRATION: CWS sw8u10bf04 (1.99.98); FILE MERGED 2007/12/19 14:48:28 od 1.99.98.1: #152540# class <SvXMLImport> 	 - implementation for new method <IsTextDocInOOoFileFormat()>

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [7372e76334029ed039a6ff81e55910b74d77457e]

        INTEGRATION: CWS sw8u10bf04 (1.3.146); FILE MERGED 2007/12/19 14:46:19 od 1.3.146.1: #152540# class <SvXMLImport> 	 - new method <IsTextDocInOOoFileFormat()>

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a3e3ee9b0fa12dd94a26fea19b9f248c5feae403]

        INTEGRATION: CWS transogl02 (1.29.124); FILE MERGED 2008/01/16 16:47:50 thb 1.29.124.3: #i85228# Reverting back to relative path maneuvers - platform-specific bootstrap file names wont work 2008/01/15 23:58:31 thb 1.29.124.2: #i85228# Slightly modified: now possible to ship extensions being able to extend these entries 2008/01/14 16:23:39 thb 1.29.124.1: #i85228# Path to Impress UI effect lists now in config

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [b511c44b301ac1bf5a9b4855ee255f45b882f869]

        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>  [946c2e027d44ecbc4d8c0804247d92ee4547374a]

        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>  [ad913d20b703d43c542816c7ff6a79e4ba243ec3]

        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>  [ba788a8ddaa0661d1f5ff2cf362d9b9fb0e4880d]

        INTEGRATION: CWS impress124 (1.72.38); FILE MERGED 2008/01/08 15:47:18 af 1.72.38.2: RESYNC: (1.72-1.74); FILE MERGED 2007/09/14 07:57:32 af 1.72.38.1: #i74542# Disable text buttons in read-only mode.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [ff1e38aa7b02728bc584171d0864309a4ab7269b]

        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>  [2ee010718adffdc734c80dd16fe7ca97bb1a1f9a]

        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>  [6154a7fed553db79d7ae620bd422913048bba7fd]

        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>  [730d571962f55c995d8f29cf6c0e55177b0b7b59]

        INTEGRATION: CWS tagged01 (1.45.104); FILE MERGED 2007/11/28 10:00:40 fme 1.45.104.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4f866dc6d2134c25b0a5594b4872c103725badfd]

        INTEGRATION: CWS tagged01 (1.112.30); FILE MERGED 2007/11/28 10:00:40 fme 1.112.30.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [2df06747095277f6531b5b5338de85032f800f1f]

        INTEGRATION: CWS impress124 (1.2.84); FILE MERGED 2007/07/19 15:40:12 af 1.2.84.1: #i77179# Added ShellStackGuard.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [ed9f0ad8fc5606eae001476df2b2f1ff6541ca6c]

        INTEGRATION: CWS tagged01 (1.53.104); FILE MERGED 2007/11/28 10:00:40 fme 1.53.104.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [516e425751662ac3734fa418f5b4883162300319]

        INTEGRATION: CWS impress124 (1.1.2); FILE ADDED 2007/07/19 15:39:43 af 1.1.2.1: #i77179# Initial revision.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [919877b34291cdbae64d91d9411a8df7678c1821]

        INTEGRATION: CWS tagged01 (1.18.100); FILE MERGED 2008/01/09 15:24:06 fme 1.18.100.8: #i85111# Tagged PDF - Headings should be tagged as Hx even if they have a numbering style applied 2008/01/08 11:50:32 fme 1.18.100.7: RESYNC: (1.18-1.19); FILE MERGED 2008/01/08 09:42:44 fme 1.18.100.6: #i84261# Tagged PDF - Language attributes 2007/12/21 12:19:24 pl 1.18.100.5: #i84260# aliased structure element names 2007/12/20 14:21:28 pl 1.18.100.4: #i84261# add document language 2007/12/20 09:53:38 pl 1.18.100.3: #i84261# add lang tags to structure elements 2007/12/03 06:09:44 fme 1.18.100.2: #i84014# Lists in tagged pdf: Reopen list tag 2007/11/28 10:07:36 fme 1.18.100.1: #i84014# #i84013# #i84015# Lists in tagged pdf: Reopen list tag / Write Colspans / TH

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5f122635fa2389e4176965f626460611ea6b4755]

        INTEGRATION: CWS impress124 (1.1.2); FILE ADDED 2008/01/09 11:44:37 af 1.1.2.2: #i77179# Added some debug code. 2007/07/19 15:37:51 af 1.1.2.1: #i77179# Initial revision.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [9dddda0d9f7cab32af8c8590ef3b48e2a86a7b11]

        INTEGRATION: CWS tagged01 (1.108.100); FILE MERGED 2008/01/08 11:50:29 fme 1.108.100.2: RESYNC: (1.108-1.109); FILE MERGED 2007/11/28 09:59:50 fme 1.108.100.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8694c477a275afb392bb6fda6d716318c153bd3e]

        INTEGRATION: CWS impress124 (1.2.84); FILE MERGED 2007/07/19 15:41:32 af 1.2.84.1: #i77179# Added ShellStackGuard.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [311b2a94985b4f3eabb7a21908a79df744ad8211]

        INTEGRATION: CWS tagged01 (1.12.64); FILE MERGED 2007/11/28 09:59:27 fme 1.12.64.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a31951046bc4cfd5131e38c3698752d36c0d2f49]

        INTEGRATION: CWS tagged01 (1.5.300); FILE MERGED 2007/11/28 09:56:12 fme 1.5.300.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [0a2c69eeb32711d60551c8b7223db09fd870b49e]

        INTEGRATION: CWS impress124 (1.2.84); FILE MERGED 2007/07/19 15:43:09 af 1.2.84.1: #i77179# Added another check for lock count being zero.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f3fc5c5b53c0d3d21fd059a7183bea08dbe0cdfc]

        INTEGRATION: CWS tagged01 (1.7.1040); FILE MERGED 2008/01/08 09:42:30 fme 1.7.1040.3: #i84261# Tagged PDF - Language attributes 2007/12/03 05:57:00 fme 1.7.1040.2: #i84014# Lists in tagged pdf: Reopen list tag 2007/11/28 09:56:12 fme 1.7.1040.1: #i84014# Lists in tagged pdf: Reopen list tag

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [28581a932a9747c769bd26a6c53349127bbff50a]

        INTEGRATION: CWS impress124 (1.32.10); FILE MERGED 2008/01/08 15:46:44 af 1.32.10.3: RESYNC: (1.33-1.35); FILE MERGED 2007/10/30 13:38:22 af 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2007/07/19 12:29:12 af 1.32.10.1: #i74542# Disable SID_LINE_ARROW_END in read-only mode.

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [21ac209791af7f12d36eedef997e62633bd6685e]

        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>  [59bbceba8a5aef66d48240eee39c34d1375eb303]

        INTEGRATION: CWS tagged01 (1.58.78); FILE MERGED 2008/01/08 11:50:03 fme 1.58.78.2: RESYNC: (1.58-1.60); FILE MERGED 2007/12/20 14:21:50 pl 1.58.78.1: #i84261# add document language

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [69ec4adf2494395d399b95586c37d5cfdeb678c7]

        INTEGRATION: CWS tkr09 (1.5.368); FILE MERGED 2008/01/14 13:03:41 jsc 1.5.368.1: #i85229# increrase ant version form 1.6.1 to 1.7.0

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a63be2ebc5f4f05ab17fdf8337eb8f2f1bda17a8]

        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>  [b78b839dc36ed120752c277a6a2ac638de9aa8e7]

        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>  [37d14873f7835316526c3a09161040d908e43c51]

        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>  [1c888f0ef80f038d3d8cc7e2411436c89a34dc8a]

        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>  [e90383b732575ca2e96d751307becfe0f9abb9b0]

        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>  [bc584ddc617f1b6be2cd3b330c2b999ec8f376a4]

        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>  [9479aa5be6b36c3ddfb031c02bdf9ed3e2362f56]

        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>  [e5f868f29b071dd2487d368dc927ce93f50c8c70]

        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>  [031804d7ce12cb28d01fd459b26c6e038ed9bd31]

        INTEGRATION: CWS thbpp10 (1.2.40); FILE MERGED 2008/01/15 00:18:11 thb 1.2.40.1: #151062#, #151106# Refusing other slides shapes for cursor updates

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [b199971cd146058df111cbc4651d6a08a69f5568]

        INTEGRATION: CWS kohei01 (1.36.38); FILE MERGED 2007/12/16 21:35:37 kohei 1.36.38.1: Issue number: i80448 Submitted by: kohei Reviewed by: kohei

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [02a11cf37dac9119b0560b59f6fe8d514c5b6093]

        INTEGRATION: CWS thbpp10 (1.3.28); FILE MERGED 2008/01/14 16:02:59 thb 1.3.28.1: #i81158# Avoiding duplicate painting of sprites

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [5712faf5ed93965b8ab42790e4705f70e9f1dde3]

        INTEGRATION: CWS kohei01 (1.3.8); FILE MERGED 2007/12/17 16:38:07 kohei 1.3.8.1: Issue number: i84602 i84604 i84605 Submitted by: erack Reviewed by: npower

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [b2761e20d7cc9a51066e01fae042e373a64af09c]

        INTEGRATION: CWS thbpp10 (1.2.40); FILE MERGED 2007/12/19 15:53:28 thb 1.2.40.1: #i78537# Applied patch. kudos to hennerdrewes

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f4cc4ed473f63c038b1bba1b9eca773f66e85bd5]

        INTEGRATION: CWS thbpp10 (1.2.40); FILE MERGED 2008/01/15 00:44:44 thb 1.2.40.1: #151174# Avoid division by zero

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a9d9e33d51931944464269f06b0e475b974d3b81]

        INTEGRATION: CWS kohei01 (1.24.242); FILE MERGED 2007/12/16 21:37:31 kohei 1.24.242.1: Issue number: i4695 Submitted by: kohei Reviewed by: er

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [f8b0dbf217f82f67acbe5b0b59690b817a863360]

        INTEGRATION: CWS thbpp10 (1.6.42); FILE MERGED 2008/01/14 15:40:20 thb 1.6.42.1: #i84781# Avoiding overlay mixer for Vista - disabled aero. Fix courtesy henner drewes

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [8c9b8a812bbb34e4447db3783522ba55f066a8ac]

        INTEGRATION: CWS kohei01 (1.53.48); FILE MERGED 2007/12/16 21:37:31 kohei 1.53.48.1: Issue number: i4695 Submitted by: kohei Reviewed by: er

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [1c0b944ad62997b7ffb2545cb4937c36c490b91b]

        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>  [037eefa575044ecc127158add0116570ec65111d]

        INTEGRATION: CWS kohei01 (1.13.8); FILE MERGED 2007/12/16 21:37:30 kohei 1.13.8.1: Issue number: i4695 Submitted by: kohei Reviewed by: er

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [17790ec203c9e27e3e387df56aefcb7b130a507b]

        INTEGRATION: CWS sw24bf02_SRC680 (1.86.160); FILE MERGED 2008/01/21 11:37:14 od 1.86.160.1: #i85216# method <SwFlyFrm::_Invalidate(..)> 	 - if vertical position is oriented at a layout frame inside a ghost 	   section, assure that the position is invalidated and that the 	   information about the vertical position oriented frame is cleared

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [a3021d32669f9de4d7568f178f65cfefbe56ebfc]

        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>  [c3db0dfc65d4e4080bf50da19a628d7a30a71849]

        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>  [cff3fe8d925e10b2e261023a783a1ba03877ffa9]

        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>  [20a7d7aa200c851d150ee1761111f9364784c4dd]

        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-29  Vladimir Glazounov  <vg@openoffice.org>  [3eeb7523ee14046453c379a1dd5e1ef5565f9a79]

        INTEGRATION: CWS hr49 (1.9.56); FILE MERGED 2008/01/15 14:38:51 hr 1.9.56.1: #i83327#: add missing depedency on LIBXML2:libxml2

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [40c09de7ccd8fc6c4ad9334b23077aa1b3bc049c]

        INTEGRATION: CWS hr49 (1.15.12); FILE MERGED 2008/01/15 11:52:50 hr 1.15.12.1: #i82658#: use fileno() instead of hard coded member of FILE struct to obtain filedescriptor. Needed for sunstudio 12. Fix originally by cmc

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [af504d359ce2cf201b81f170ca74385e2f14eb6f]

        INTEGRATION: CWS hr49 (1.10.14); FILE MERGED 2008/01/15 17:56:47 hr 1.10.14.1: #i85270#: remove noisy output - the dot - per parsed file

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [c72221a761b08bad5cd01d96a88503617d8bf74d]

        INTEGRATION: CWS hr49 (1.5.790); FILE MERGED 2008/01/15 12:11:34 hr 1.5.790.1: #i82792#: improve SOAP::Lite version check. Applied patch by Hubert Figuire (hub)

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [002620f4f1a587f501808f04841aa6c22aebe269]

        INTEGRATION: CWS tkr07 (1.18.2); FILE MERGED 2007/12/06 16:41:59 tkr 1.18.2.1: #i83905# mute errors

2008-01-29  Vladimir Glazounov  <vg@openoffice.org>  [34f0a8504f410e86a9d3ae0a54d780b0d7750336]

        INTEGRATION: CWS tkr07 (1.16.14); FILE MERGED 2007/12/06 16:41:14 tkr 1.16.14.1: #i83905# mute errors

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [3dff58d3b2d9d39b73df7c3fe7f46073675da0be]

        INTEGRATION: CWS impress132 (1.164.76); FILE MERGED 2007/10/31 13:52:27 af 1.164.76.1: #i81673# Reverted an optimization that does not take SwXShape objects into account.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9523fc1e9aac1dfd5a3e2f7d9e40d45041ae9a3a]

        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>  [b0ed6d30a727f128b748066270b0688e12768483]

        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>  [43e658fe308927c84057daf497063f6aaf2613ee]

        INTEGRATION: CWS impress132 (1.2.148); FILE MERGED 2007/10/31 12:19:54 af 1.2.148.1: #i79976# Destroying ConfigurationUpdater in disposing(void).

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e7431b2d927618046f417963e6d21934a4a5cdbc]

        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>  [23cdfd56697ad53c0638bd0f0ca5e7e9ef9bf416]

        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>  [be50d1a9d26aae67858fc733aa8bdcc47cf3ab01]

        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>  [d7c8c8dff2cd9a4b03cfef98eda8e9ae453c7c28]

        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>  [a84f4e0b8ab38a7c4308f4fa80656ea636dd33d4]

        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>  [04e5c9c982b2d194c7fd1b9fb96260a45340a9da]

        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>  [ed874ae4ea2260fb443821aaefd9728bfd8c172a]

        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>  [dc17c0ed5d039877903aebbfcaee2fe0dc5fedf6]

        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>  [14b88580436127c90af68b1031da2a523c44cf56]

        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>  [458ec3ef2c480bf687150faf5aa11a0b3b2d53e1]

        INTEGRATION: CWS jsc20 (1.26.8); FILE MERGED 2008/01/03 16:01:39 jsc 1.26.8.2: #i80013# adapt link flags to work with URE 2008/01/03 15:25:40 jsc 1.26.8.1: #i80013# use new macro to specify the stlport lib name

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f6d98bceaeed87a2569857f6309d0381a3ded2f4]

        INTEGRATION: CWS jsc20 (1.85.14); FILE MERGED 2008/01/08 15:37:02 jsc 1.85.14.1: #i82046# remove local DevGuide

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fff8c826e67d2007cc7099c00cee8edec3f7caf3]

        INTEGRATION: CWS jsc20 (1.8.84); FILE MERGED 2008/01/03 15:23:32 jsc 1.8.84.1: #i84966# add missing include

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4dc2795bced12daba2d714214833e81f5e36591b]

        INTEGRATION: CWS jsc20 (1.3.362); FILE MERGED 2008/01/03 12:07:46 jsc 1.3.362.1: #i83166# correct typo for finalizer method

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [53d2572e60dfe818d9bf817736c5df8c0f1e470e]

        INTEGRATION: CWS jsc20 (1.11.38); FILE MERGED 2008/01/08 15:35:48 jsc 1.11.38.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [23e07155fdeba8de3374840dfe9a5f1285316d59]

        INTEGRATION: CWS jsc20 (1.20.46); FILE MERGED 2008/01/08 15:35:48 jsc 1.20.46.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [97948f44bedda94424449416159636269c584580]

        INTEGRATION: CWS extras240 (1.2.210); FILE MERGED 2008/01/14 14:22:14 va 1.2.210.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [858b2daaf4d71c5c295b5ea228888f09924087f6]

        INTEGRATION: CWS extras240 (1.3.28); FILE MERGED 2008/01/14 14:22:14 va 1.3.28.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e04be8137ab000829c763ae87b0dd43966ad1d92]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2008/01/14 14:22:14 va 1.2.112.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d43cbc852bb0f040f42bb1764b0c0e1c0eb4ccb8]

        INTEGRATION: CWS extras240 (1.2.108); FILE MERGED 2008/01/14 14:22:13 va 1.2.108.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [3ad97d70af1960aa2a05bae3b4b58807e06f0096]

        INTEGRATION: CWS extras240 (1.2.210); FILE MERGED 2008/01/14 14:22:13 va 1.2.210.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [21c4c844ae9273df3552a89b8c33055a715a616d]

        INTEGRATION: CWS jsc20 (1.20.76); FILE MERGED 2008/01/08 15:35:48 jsc 1.20.76.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [3612a9f235c24ca4fb148397c3f70b0ebfaed3ff]

        INTEGRATION: CWS jsc20 (1.12.188); FILE MERGED 2008/01/08 15:35:48 jsc 1.12.188.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [54cbdf9ed95db2c4d18faedf38f2e8cf90a383f0]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2008/01/14 14:22:12 va 1.2.112.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f17e3d2dcca13ce4fea81ba830b3c005fc93c3c2]

        INTEGRATION: CWS jsc20 (1.26.152); FILE MERGED 2008/01/08 15:35:48 jsc 1.26.152.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7a79c7b2ac3100f8bf05e46dd24d304366ed1a84]

        INTEGRATION: CWS jsc20 (1.2.160); FILE MERGED 2008/01/04 10:15:42 jsc 1.2.160.1: #i80013# add support to handle debug version of stlport lib

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [86026419c5de7df200ac987e60f53453f5708e32]

        INTEGRATION: CWS extras240 (1.2.210); FILE MERGED 2008/01/14 14:22:12 va 1.2.210.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [62138768d8d3d38cc7ccedf0963fde8ced29102a]

        INTEGRATION: CWS jsc20 (1.9.76); FILE MERGED 2008/01/15 17:39:53 jsc 1.9.76.2: #i80013# use -w instead od -e check 2008/01/04 10:15:42 jsc 1.9.76.1: #i80013# add support to handle debug version of stlport lib

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [64d4f04df97030e209282c83ebad25190bf54e51]

        INTEGRATION: CWS jsc20 (1.9.84); FILE MERGED 2008/01/04 10:15:42 jsc 1.9.84.1: #i80013# add support to handle debug version of stlport lib

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [da2d92614ef06855e03b60712c92b97ec17f5075]

        INTEGRATION: CWS jsc20 (1.19.76); FILE MERGED 2008/01/08 15:35:48 jsc 1.19.76.1: #i82046# adapt DevGuide links to wiki

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [8ea78a3c416923c71a77199854c6aa53c67fc049]

        INTEGRATION: CWS jsc20 (1.10.14); FILE MERGED 2008/01/04 10:15:42 jsc 1.10.14.1: #i80013# add support to handle debug version of stlport lib

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4c7cffefb0d04211324fb7e2a60a8445c0e79ebd]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2008/01/14 14:22:11 va 1.2.112.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5d983dac691d827e1a9c9e1ad8ff302fac4531dd]

        INTEGRATION: CWS extras240 (1.2.148); FILE MERGED 2008/01/14 14:22:11 va 1.2.148.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [afb5278383278a956e442a14977eed434c04a55b]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:16 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6b21d84678ea1a7f9ef15b171f5699a9a89c94b2]

        INTEGRATION: CWS jsc20 (1.3.438); FILE MERGED 2008/01/03 10:30:14 jsc 1.3.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2699c5a57e6a184d6774153e4a4faebd65fbc3de]

        INTEGRATION: CWS jsc20 (1.8.438); FILE MERGED 2008/01/03 10:30:14 jsc 1.8.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a7e6e145d784ad45959cbe68cdef2cc77eed61e0]

        INTEGRATION: CWS jsc20 (1.4.438); FILE MERGED 2008/01/03 10:30:14 jsc 1.4.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2fc8f82305412f1adaedac80fb3a9da3320073af]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:15 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [576927e1fcd8cc78835354396d63ca9b22d97899]

        INTEGRATION: CWS extras240 (1.2.36); FILE MERGED 2007/12/10 11:49:15 va 1.2.36.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ca430df774dcd01c11eeb390910480cb3f1dd142]

        INTEGRATION: CWS jsc20 (1.3.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.3.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [157f398a69bb6418c194d5f3820d7b65c10e008e]

        INTEGRATION: CWS jsc20 (1.4.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.4.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [259c6c0fc03ad458dace35a217496b61f4dcbe83]

        INTEGRATION: CWS extras240 (1.2.50); FILE MERGED 2007/12/10 11:49:15 va 1.2.50.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ef00f2f0df6b7718d1c2cddb5684c105c6dc4fac]

        INTEGRATION: CWS extras240 (1.2.50); FILE MERGED 2007/12/10 11:49:14 va 1.2.50.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [24e1dd239635b38cb79905c8c9af0c500d0a9e5b]

        INTEGRATION: CWS extras240 (1.2.90); FILE MERGED 2007/12/10 11:49:14 va 1.2.90.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ba3216f08b63c3317da7325aea7165c09288b79d]

        INTEGRATION: CWS jsc20 (1.13.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.13.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [be8d6a9b9aa1ef25081cd216781779f49aaa10b1]

        INTEGRATION: CWS jsc20 (1.7.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.7.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9d571ce05561938a7edd0aa7355925e3c242a916]

        INTEGRATION: CWS extras240 (1.3.82); FILE MERGED 2007/12/10 11:49:14 va 1.3.82.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [56e510c74aa4b6b6d26f6c18c8e5a5e450825940]

        INTEGRATION: CWS jsc20 (1.10.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.10.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f3a0866f26baa4fcf1ffa9a20d4661b8212dde55]

        INTEGRATION: CWS jsc20 (1.6.438); FILE MERGED 2008/01/03 10:30:13 jsc 1.6.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f435968dae8a0a16232f8e4e5c575950ee436480]

        INTEGRATION: CWS jsc20 (1.6.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.6.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ef1b22de46104fd706dff3012a0612c661a622d4]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:14 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ca1a79fb0340ed467b13db9765743cdec5a74a7c]

        INTEGRATION: CWS jsc20 (1.2.358); FILE MERGED 2008/01/03 10:30:12 jsc 1.2.358.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [46e0a45c670658bbfb3167d3e10acc15b61ee712]

        INTEGRATION: CWS jsc20 (1.18.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.18.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4525bb5ba043dae909a99d3ce7fdfd840214059f]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:13 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9d7e6b5eee472a04e3c95b33bc32aab4f8b655ed]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2007/12/10 11:49:13 va 1.2.112.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [253ae1334763ef9173334576b253c963f3e28071]

        INTEGRATION: CWS jsc20 (1.4.392); FILE MERGED 2008/01/03 10:30:12 jsc 1.4.392.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d02301a834d6192ab33b4f1ab89ea1b538e896cc]

        INTEGRATION: CWS jsc20 (1.3.382); FILE MERGED 2008/01/03 10:30:12 jsc 1.3.382.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7ea8173d7974c067ae4ccc97e764a7ee6aaead7e]

        INTEGRATION: CWS jsc20 (1.13.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.13.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9b98689b2c266762b2b1d849e1fd744d3e3bb7af]

        INTEGRATION: CWS jsc20 (1.11.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.11.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [09d97e2ff3e01c06b2219a286d9d28d21020fc34]

        INTEGRATION: CWS jsc20 (1.15.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.15.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6180f7f1c421cf71c16ae2a6d2c3f05619bead21]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:12 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [8a4893d609c6177da650b3e57d4d060f0c6a8b4d]

        INTEGRATION: CWS jsc20 (1.5.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.5.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f2450f8887c0c82a02d31af48b516db117cc214f]

        INTEGRATION: CWS jsc20 (1.4.438); FILE MERGED 2008/01/03 10:30:12 jsc 1.4.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e47bb5ccf758e2288c9caf844426151168db91b8]

        INTEGRATION: CWS jsc20 (1.6.334); FILE MERGED 2008/01/03 10:30:12 jsc 1.6.334.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c11d92079abd7aeec71a2ef282dbd3dd1e6dbe11]

        INTEGRATION: CWS extras240 (1.6.128); FILE MERGED 2007/12/10 11:49:11 va 1.6.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [681f5808706daf35aeb230422340c598ea5b3c90]

        INTEGRATION: CWS jsc20 (1.6.438); FILE MERGED 2008/01/03 10:30:11 jsc 1.6.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fda225092f24795eb888265716c29f0609ce9936]

        INTEGRATION: CWS extras240 (1.7.128); FILE MERGED 2007/12/10 11:49:11 va 1.7.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4a7ea5dabfd83f56ab4108c01ebe1d5cf96d8e59]

        INTEGRATION: CWS jsc20 (1.5.438); FILE MERGED 2008/01/03 10:30:11 jsc 1.5.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [b5468e33197fa1d5ed00c4bdeb789c7823330066]

        INTEGRATION: CWS jsc20 (1.6.358); FILE MERGED 2008/01/03 10:30:11 jsc 1.6.358.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d095a1a33318c524e3af5fb8255d486cde1abdfa]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2007/12/10 11:49:11 va 1.2.112.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [cdf2aee41d86402d313ebfab493812901bba043e]

        INTEGRATION: CWS jsc20 (1.4.438); FILE MERGED 2008/01/03 10:30:11 jsc 1.4.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [79cd1a41a9c14b897337b34b57a82e83112abea0]

        INTEGRATION: CWS extras240 (1.2.112); FILE MERGED 2007/12/10 11:49:10 va 1.2.112.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [11704cdbbcfe38aafa6ad52017c57455d025e071]

        INTEGRATION: CWS extras240 (1.9.16); FILE MERGED 2007/12/10 11:49:10 va 1.9.16.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [006856867afb5deb5d7585ed41f81f89506e23a2]

        INTEGRATION: CWS extras240 (1.9.122); FILE MERGED 2007/12/10 11:49:10 va 1.9.122.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7bf2c15e67d979d5d1b556e0a9696e2ae7bf93a8]

        INTEGRATION: CWS jsc20 (1.7.414); FILE MERGED 2008/01/03 10:30:11 jsc 1.7.414.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4dc3d999a5db8e2de2bb2e06d81b36c8bdca3f04]

        INTEGRATION: CWS extras240 (1.3.76); FILE MERGED 2007/12/10 11:49:10 va 1.3.76.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [807a15dfc96c98bf429cca20c99b132d506869ee]

        INTEGRATION: CWS extras240 (1.3.76); FILE MERGED 2007/12/10 11:49:09 va 1.3.76.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1390a525234356d4b0ed7134489e9c6d6154829f]

        INTEGRATION: CWS jsc20 (1.4.438); FILE MERGED 2008/01/03 10:30:10 jsc 1.4.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a4ca29423f99184003f60ffef8c2db1e4f57da32]

        INTEGRATION: CWS jsc20 (1.5.438); FILE MERGED 2008/01/03 10:30:10 jsc 1.5.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d54a96dec2ff47087712035f7cb5c51c6691fc7e]

        INTEGRATION: CWS jsc20 (1.6.438); FILE MERGED 2008/01/03 10:30:10 jsc 1.6.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7cffc5966d58b962b3f2ab64238a165b21eb4df3]

        INTEGRATION: CWS jsc20 (1.2.358); FILE MERGED 2008/01/03 10:30:10 jsc 1.2.358.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [84e0d063cf65114dd2de049863fffcf37cc69790]

        INTEGRATION: CWS jsc20 (1.10.358); FILE MERGED 2008/01/03 10:30:10 jsc 1.10.358.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [cbd3302da2a061e22b88cacf8ee6343ed51f550b]

        INTEGRATION: CWS extras240 (1.5.128); FILE MERGED 2007/12/10 11:49:09 va 1.5.128.1: #i53563# Corrected Position of Bend Marks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5eedb301f28405c39557da3fe8c1ce6409808d89]

        INTEGRATION: CWS jsc20 (1.5.426); FILE MERGED 2008/01/03 10:30:10 jsc 1.5.426.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [af9000d268d8e73cabe20dc7764fd51d0c7b803b]

        INTEGRATION: CWS extras240 (1.3.24); FILE MERGED 2007/12/10 12:06:16 va 1.3.24.1: #i79392# Updated Bibliography Database.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [be750ee9726094b4b46e3226c00bdc950254ccd9]

        INTEGRATION: CWS jsc20 (1.10.438); FILE MERGED 2008/01/03 10:30:10 jsc 1.10.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a7dcb7056ae3abb9feda4cd091bf83a26dcc2f26]

        INTEGRATION: CWS extras240 (1.5.24); FILE MERGED 2007/12/10 12:06:16 va 1.5.24.1: #i79392# Updated Bibliography Database.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9f064cb9d4a2ad5df8504e78195e0e389cdaa19a]

        INTEGRATION: CWS extras240 (1.4.16); FILE MERGED 2008/01/14 14:22:11 va 1.4.16.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [54006dd2c69f4208fbb95fcf6fd2c7fb9fecc437]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:11 va 1.3.16.2: #i84688# Added 'ODF' to Dictionary and Auto Correction List. 2007/12/10 10:51:22 va 1.3.16.1: #i84357# Added Replacements for several Arrows.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [b8e35cdb60034064e4b19482b7ac977d0ff2898e]

        INTEGRATION: CWS jsc20 (1.7.438); FILE MERGED 2008/01/03 10:30:10 jsc 1.7.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e0ac82e45f5f1880f5fdb62913974b20c80c21b2]

        INTEGRATION: CWS extras240 (1.4.16); FILE MERGED 2008/01/14 14:22:10 va 1.4.16.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a6b742c9ba5804921e0e70e3c3908929caefe059]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:10 va 1.3.16.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [b418cd3c80e0d365b9a5bf4ef695160501ddeab9]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:10 va 1.3.16.2: #i84688# Added 'ODF' to Dictionary and Auto Correction List. 2007/12/10 10:51:22 va 1.3.16.1: #i84357# Added Replacements for several Arrows.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [04f11d7b07379b9a368dbc5d8264c7bee7bc32f8]

        INTEGRATION: CWS jsc20 (1.4.182); FILE MERGED 2008/01/03 10:30:09 jsc 1.4.182.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2d0365221d4515f3718f94fbc8aea5e460540d7c]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:09 va 1.3.16.2: #i84688# Added 'ODF' to Dictionary and Auto Correction List. 2007/12/10 10:51:22 va 1.3.16.1: #i84357# Added Replacements for several Arrows.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fe5b96f8404572eef6522bc2b4749518f1a34cba]

        INTEGRATION: CWS jsc20 (1.2.182); FILE MERGED 2008/01/03 10:30:09 jsc 1.2.182.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bb1d977d9d1a8de8d3019ae030e3baeb62c1d7ae]

        INTEGRATION: CWS jsc20 (1.5.438); FILE MERGED 2008/01/03 10:30:09 jsc 1.5.438.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2b5eb221ad759dab26330251ae1c0b421f18cc3b]

        INTEGRATION: CWS jsc20 (1.4.436); FILE MERGED 2008/01/03 10:30:09 jsc 1.4.436.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [103bea64af9303b72590f943d2380601e613af1b]

        INTEGRATION: CWS jsc20 (1.3.436); FILE MERGED 2008/01/03 10:30:09 jsc 1.3.436.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0e52d702a0637518d7707f93b7996642912f6f15]

        INTEGRATION: CWS jsc20 (1.5.234); FILE MERGED 2008/01/03 10:30:09 jsc 1.5.234.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [aaa2ea7e1fdcf7fa6198b4062b0204738b1469cd]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:08 va 1.3.16.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4604f0b884f5e08617df44e454f322f838ac6415]

        INTEGRATION: CWS jsc20 (1.5.436); FILE MERGED 2008/01/03 10:30:09 jsc 1.5.436.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [899c8cd1fead50727e4947aae994c1a8aa274b3f]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:08 va 1.3.16.2: #i84688# Added 'ODF' to Dictionary and Auto Correction List. 2007/12/10 10:51:21 va 1.3.16.1: #i84357# Added Replacements for several Arrows.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bd399e64934570cc8a582b9ea7ee6e0b997c0fa3]

        INTEGRATION: CWS jsc20 (1.2.174); FILE MERGED 2008/01/03 10:30:09 jsc 1.2.174.1: #i81521# cleanup comments and includes

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [befd795c133a56c274fdff8a8c72fc9bf7b39168]

        INTEGRATION: CWS extras240 (1.2.8); FILE MERGED 2008/01/14 14:22:08 va 1.2.8.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [efbc843ef2ba0fa4dd7bebf3718f49553b742655]

        INTEGRATION: CWS extras240 (1.3.16); FILE MERGED 2008/01/14 14:22:06 va 1.3.16.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a98c956954965ad8f4b638af8548b989bff96e84]

        INTEGRATION: CWS extras240 (1.2.12); FILE MERGED 2008/01/14 14:22:06 va 1.2.12.1: #i84688# Added 'ODF' to Dictionary and Auto Correction List.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7e57c0d911c6935e07e49da442856af9692df367]

        INTEGRATION: CWS jsc20 (1.9.22); FILE MERGED 2008/01/04 14:30:20 jsc 1.9.22.1: #i82699# changed copy constructor and assignment operator, move destructor to public

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0557fc880d27bf8006664a436551d702b49b17d4]

        INTEGRATION: CWS jsc20 (1.4.54); FILE MERGED 2008/01/03 10:28:20 jsc 1.4.54.1: #i81521# improve scanner to accept single apostrophes in single line comments

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6dc925d2bed59d29a3c27ffe22f4253f1b61d912]

        INTEGRATION: CWS jsc20 (1.7.12); FILE MERGED 2008/01/03 10:28:20 jsc 1.7.12.1: #i81521# improve scanner to accept single apostrophes in single line comments

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0e532488c1a313a6665cae3a05b4b40a90e924d6]

        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>  [f70be0b3420aded4fb89ee0fef67f1c2d04bc064]

        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>  [86d3e8274dae22faa527b717bc4f27d5ec78c6ed]

        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>  [fcb21a345c0b6ba4a56cffc92034bfea19fc55a4]

        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>  [f45d3335b6da275ab8446c604d79841940ddb935]

        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>  [c75662a88d29dc8255610c61d07eb300a71f379b]

        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>  [771f1e664acbc4f8115b25b842174ab9c95c5a39]

        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>  [446f9d6694b48bc5e6c7229a4441e56f9f1053d8]

        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>  [af40e30578acc7f4a9156d28a2b004aa702738c5]

        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>  [e8680c5438734617d6162dd92cd43451c8b4e3ba]

        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>  [adae824c6bce77bd25e8291e430ce7f30fd4f111]

        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>  [77bb0777ad171594debed60bc1b69bcda3ef431c]

        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>  [5c1ea4f22d073d0ca41abb2b9de2d938aaffccdc]

        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>  [3f0b51776602c45e8aca991450fcbb30f2484ae5]

        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>  [e184d2300fcf34a90f55b180a7666b86a63a4a8e]

        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>  [c76192c1d6c1bbeb882f564332409b036d9c5dd5]

        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>  [66a5f053c47dc3f83b9d84273bca812e4df8cbc1]

        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>  [e062db3d013db6fa9384206ff14b29d3dc47e1bb]

        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>  [e09954952f2b8237bffcdc1c7feb4adb7c045af7]

        INTEGRATION: CWS dbawizards (1.32.150); FILE MERGED 2008/01/03 15:15:23 bc 1.32.150.1: #i83365# changed getting the template user path

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ba18a8ca66e6e297db372ac311c37e46cf3529b8]

        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>  [0db826bcac3db689dd8585d435be8b0455f31ec5]

        INTEGRATION: CWS dbawizards (1.10.58); FILE MERGED 2008/01/03 13:55:16 bc 1.10.58.2: #i49332# resetting fixed property for date textfields 2008/01/02 13:46:37 bc 1.10.58.1: #i72887# incorrect behaviour of < in wizard

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [619922aba90051d021a828cb325cf7f9ad6a5284]

        INTEGRATION: CWS dbawizards (1.6.116); FILE MERGED 2008/01/04 14:08:14 bc 1.6.116.2: #i72887# removing ring relation-ship 2008/01/02 13:39:20 bc 1.6.116.1: #i73896# implemented Collator for sorting

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f50adf12764f4d21931cb5c0f76dc6923ee28630]

        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>  [6eb05dff47b6355b55940025c4ae2ebf047de561]

        INTEGRATION: CWS onlineupdate6b (1.13.6); FILE MERGED 2007/12/12 12:48:20 dv 1.13.6.1: #152451# Tried to make the code more bullet proof

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [cc24b5b0a9c1001455ffd6fbde0ee993bf51e4b2]

        INTEGRATION: CWS dbawizards (1.6.116); FILE MERGED 2008/01/03 13:55:16 bc 1.6.116.2: #i49332# resetting fixed property for date textfields 2008/01/02 13:46:37 bc 1.6.116.1: #i72887# incorrect behaviour of < in wizard

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [913dd265cf9fc6379f6c6f73ae937af251ded414]

        INTEGRATION: CWS onlineupdate6b (1.4.6); FILE MERGED 2007/12/13 09:16:06 obr 1.4.6.1: #i79959# feed the update UI with all necessary information

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7a2fe426b8f25e28f785229ebc8f446e0bcc7830]

        INTEGRATION: CWS dbawizards (1.72.34); FILE MERGED 2008/01/03 13:55:15 bc 1.72.34.1: #i49332# resetting fixed property for date textfields

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [625e4d22c013ac51d8c4c590415eef860cdc227e]

        INTEGRATION: CWS onlineupdate6b (1.17.6); FILE MERGED 2008/01/04 10:37:46 obr 1.17.6.5: #i80062# set ready to install state if target file exists on disk when starting auto-download 2008/01/04 09:17:05 obr 1.17.6.4: #152555# next version now set for web only downloads and worked around ftp proxies not reporting total download size 2008/01/03 11:21:17 obr 1.17.6.3: #152541# fixed crash on zero byte downloads, read https proxy settings 2007/12/18 05:37:24 obr 1.17.6.2: #i80035# enforce UI state DOWNLOADING on progress 2007/12/13 09:16:06 obr 1.17.6.1: #i79959# feed the update UI with all necessary information

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9821dd0dc61a57b22d04c431b833b87b4392d164]

        INTEGRATION: CWS onlineupdate6b (1.5.42); FILE MERGED 2008/01/04 09:17:05 obr 1.5.42.2: #152555# next version now set for web only downloads and worked around ftp proxies not reporting total download size 2008/01/03 11:21:17 obr 1.5.42.1: #152541# fixed crash on zero byte downloads, read https proxy settings

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [61b58f92c1aa753801d2329b2d16ff7cdea132f4]

        INTEGRATION: CWS dbawizards (1.40.34); FILE MERGED 2008/01/03 13:55:15 bc 1.40.34.2: #i49332# resetting fixed property for date textfields 2008/01/02 13:46:36 bc 1.40.34.1: #i72887# incorrect behaviour of < in wizard

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [f4aadb98b7762a1c748bbd2f1169d362c9fdaafb]

        INTEGRATION: CWS dbawizards (1.12.58); FILE MERGED 2008/01/02 13:46:36 bc 1.12.58.1: #i72887# incorrect behaviour of < in wizard

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [407276ec89730b8f50a89cd7d478f6d5f55ceb76]

        INTEGRATION: CWS onlineupdate6b (1.54.42); FILE MERGED 2008/01/09 05:02:47 obr 1.54.42.1: #i85050# removed pkgfmt parameter from UpdateURL for Windows as it expands to >native< instead of >msi<

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [cfbc19e312c372c218c3c9a24080c2470b70633b]

        INTEGRATION: CWS dbawizards (1.12.58); FILE MERGED 2008/01/02 13:44:40 bc 1.12.58.1: #i72887# incorrect behaviour of < in wizard

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [da89c6926da1ce4cb78b2ec16bdf8c52221fcddf]

        INTEGRATION: CWS hro27 (1.23.48); FILE MERGED 2007/12/14 15:45:25 hro 1.23.48.1: #83243# Reuse already loaded psapi libryry

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9b1f76485d50a2a25d437d141576f4f6e62344c8]

        INTEGRATION: CWS impress136_SRC680 (1.154.172); FILE MERGED 2007/12/07 16:09:20 sj 1.154.172.1: #i81395# added patch that solves a linespacing problem

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5a69b05db2e1b02372b51aef3fca82d934e30ad3]

        INTEGRATION: CWS impress136_SRC680 (1.13.224); FILE MERGED 2008/01/10 06:55:03 cl 1.13.224.2: RESYNC: (1.13-1.14); FILE MERGED 2007/12/05 12:41:39 af 1.13.224.1: #i73681# Replaced SVXIMAPDLG macro with ViewShell::Implementation::GetImageMapDialog() method.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e2c0c3121b3c2718708c252875ca67ebec1ea77e]

        INTEGRATION: CWS impress136_SRC680 (1.71.26); FILE MERGED 2007/11/28 16:21:59 cl 1.71.26.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5915a6ac184c26343e37243692d36d94eac79fe3]

        INTEGRATION: CWS impress136_SRC680 (1.32.148); FILE MERGED 2007/12/05 12:40:15 af 1.32.148.1: #i73681# Replaced SVXIMAPDLG macro with ViewShell::Implementation::GetImageMapDialog() method.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [609b55bcee6ff2014501c947a2b114cfd9517bbc]

        INTEGRATION: CWS impress136_SRC680 (1.24.108); FILE MERGED 2007/12/05 12:45:48 af 1.24.108.1: #i73681# Added GetImageMapDialog() method.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5821829d337f612237a0e3b6f60fb020b0c27034]

        INTEGRATION: CWS impress136_SRC680 (1.4.550); FILE MERGED 2007/12/05 10:44:23 af 1.4.550.1: #151112# Added Clear() method.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c1bebc7462bc87345f7a5f24e9aad4fc531124d4]

        INTEGRATION: CWS impress136_SRC680 (1.6.224); FILE MERGED 2007/12/05 10:43:35 af 1.6.224.1: #151112# Added Clear() method and some argument checks.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0efb60c31f5bf2a9e872811af5cc34db1603beaf]

        INTEGRATION: CWS impress136_SRC680 (1.30.4); FILE MERGED 2007/11/28 16:21:59 cl 1.30.4.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0545b2a4e155ef3d6c9685dff4673ebafb324fa6]

        INTEGRATION: CWS impress136_SRC680 (1.10.108); FILE MERGED 2007/12/05 12:44:49 af 1.10.108.1: #i73681# Added GetImageMapDialog() method.

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c9aed44d3c32a5358cae54a16232b9d381cb2e3e]

        INTEGRATION: CWS impress136_SRC680 (1.13.110); FILE MERGED 2007/11/28 16:21:59 cl 1.13.110.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [689c7e6c267f20898917d6706479ff8a3859de59]

        INTEGRATION: CWS impress136_SRC680 (1.14.224); FILE MERGED 2007/11/28 16:21:59 cl 1.14.224.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [351ac546f5ab7fa56bdcdf26b911ed97b27d6e85]

        INTEGRATION: CWS impress136_SRC680 (1.44.110); FILE MERGED 2007/11/28 16:21:59 cl 1.44.110.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [0ebebf0c85c4210a72d560da275e4911bc9045d6]

        INTEGRATION: CWS impress136_SRC680 (1.46.4); FILE MERGED 2007/11/28 16:57:51 cl 1.46.4.2: #b6625912# take document info from template 2007/11/28 16:21:58 cl 1.46.4.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1724d0286e9b702f14f5150ef7fe292cb5d4d418]

        INTEGRATION: CWS impress136_SRC680 (1.58.110); FILE MERGED 2008/01/14 11:33:08 cl 1.58.110.2: wixed a mac build warning 2007/12/07 16:11:26 sj 1.58.110.1: #i81395# added patch that solves a linespacing problem

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c47515689eff841588fe763a00414ac93a8ed264]

        INTEGRATION: CWS impress136_SRC680 (1.19.4); FILE MERGED 2007/12/07 16:11:00 sj 1.19.4.1: #i81395# added patch that solves a linespacing problem

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [5c49ea07e7d0c2bb01693db5c28fba7e1c000cda]

        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>  [b0fa8dd1db4a60bcb346cc317f3fb07481a3daca]

        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>  [c152159e3f0bc1d6458349fc9d1b9778e918edc9]

        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>  [83a173666b4f49ea33f6f7cb2e7a09974dc84c22]

        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>  [58feee85e3f5d16fb27efed19d9d6489097911b4]

        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>  [3a4be04bb220400764738d41bd7689556442921d]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/10/31 11:43:29 tbe 1.2.16.1: #i71010# [a11y] OOo doesn't implement the MEMBER_OF relation for radio buttons

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [71cab43133e4ec9d890faeb094c3447a060127ba]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:08:47 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fe6937c21130f02eefdae80f51d8478ea309605b]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:08:04 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ee6a0f36afdcad8b89fa30043c25548276b0256e]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:07:09 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [b875376796761529f66718964cfaaad8c23fa66b]

        INTEGRATION: CWS tbe32 (1.3.10); FILE MERGED 2007/11/01 11:32:13 tbe 1.3.10.1: #i83197# A11y: Leave accessible name and description for text engine paragraphs empty

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4c01898e02d7b80f70f19de12f2598644fc421e3]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/05 15:14:07 tbe 1.2.16.1: #i70908# [A11y] OOo crashes in Customize dialog - Add when large icons and A11y ON

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [64fac40ed6d49cfe79e7565d78578edaed47de88]

        INTEGRATION: CWS sjfixes03_SRC680 (1.5.194); FILE MERGED 2007/11/22 11:00:25 nn 1.5.194.1: #b6633041# qpro attribute and formula handling

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [4048b27f00639827177fa3900b1254e1932981d9]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:05:51 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [25d9c12f6461981242cff583d2e76c399ade4b13]

        INTEGRATION: CWS sjfixes03_SRC680 (1.6.130); FILE MERGED 2007/11/22 11:00:25 nn 1.6.130.1: #b6633041# qpro attribute and formula handling

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [04c903652144dd150f815f2b4f70e1e792895d69]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:04:46 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7e5dbe653dd14a3f26d70a9773be6219cc0b31ad]

        INTEGRATION: CWS sjfixes03_SRC680 (1.4.224); FILE MERGED 2007/11/22 11:00:25 nn 1.4.224.1: #b6633041# qpro attribute and formula handling

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6acc2557a726c313ed9e3a7e51bada601258c799]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/30 12:03:34 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [8963cdbf8a9f536b4178008b04d17d3fbf0125b2]

        INTEGRATION: CWS sjfixes03_SRC680 (1.3.224); FILE MERGED 2007/11/22 11:00:25 nn 1.3.224.1: #b6633041# qpro attribute and formula handling

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2c498593052a240bc20d531d1d827dd3f109951d]

        INTEGRATION: CWS tbe32 (1.3.16); FILE MERGED 2007/11/01 11:31:00 tbe 1.3.16.1: #i83197# A11y: Leave accessible name and description for text engine paragraphs empty

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [cf46ffa491bbd5faf2dfa9879cc9e3454983d912]

        INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED 2007/11/05 15:13:20 tbe 1.2.16.1: #i70908# [A11y] OOo crashes in Customize dialog - Add when large icons and A11y ON

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [de942fcc79e749d88bcc74c413bfa2af5bac63a2]

        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>  [08b90ac969ca397bb75c381772bc583257356889]

        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>  [7e080c315a3fe890b10831ca591da8168b62b8e2]

        INTEGRATION: CWS ab42 (1.40.34); FILE MERGED 2008/01/07 11:47:24 ab 1.40.34.1: #i79126# Invalidate SID_SHOW_PROPERTYBROWSER when tab key is used

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a28d13d209d5b32e0abd37199d9b0f24d927bd66]

        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>  [3d3afca03aa65383c96ebf52773948a1de9fc6e9]

        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-28  Vladimir Glazounov  <vg@openoffice.org>  [09859c732d6c329c86f23f4c03a500436ef1e6c4]

        INTEGRATION: CWS ab42 (1.23.50); FILE MERGED 2008/01/02 12:51:29 ab 1.23.50.1: #i77442# Drop L for integer literals to solve 64 type problem

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7934e15a0ccbb23478b737d27655f0ace6390f14]

        INTEGRATION: CWS ab42 (1.11.12); FILE MERGED 2007/12/21 13:41:59 ab 1.11.12.2: #i81674# Use sb res manager to access predefined format resource strings 2007/12/21 11:16:36 ab 1.11.12.1: #151250# Support date/time formats

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [ee4a50e5dbaba32cfa24f407867c79d983793d32]

        INTEGRATION: CWS ab42 (1.6.56); FILE MERGED 2007/12/21 11:16:36 ab 1.6.56.1: #151250# Support date/time formats

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a42c9b7f52299b745186995f53a2789f66a9f9c4]

        INTEGRATION: CWS ab42 (1.77.26); FILE MERGED 2007/12/21 14:21:03 ab 1.77.26.1: #i81123# PATCH: signed/unsigned stuff for ppc

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7671128a777d8e8afdddf0c41c7a65fa66287eff]

        INTEGRATION: CWS ab42 (1.10.178); FILE MERGED 2008/01/10 11:33:42 ab 1.10.178.1: #i79918# applied patch

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fece1121a1c0c65bce3b324b6b2f715e44217192]

        INTEGRATION: CWS ab42 (1.19.56); FILE MERGED 2008/01/10 13:34:47 ab 1.19.56.2: #i80532# applied patch 2008/01/10 11:33:41 ab 1.19.56.1: #i79918# applied patch

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2ce1162d9dfcc178ea947e2d32304ef7cde81566]

        INTEGRATION: CWS ab42 (1.50.12); FILE MERGED 2008/01/10 16:07:20 ab 1.50.12.2: #i83978# Applied PATCH from fs to consolidate exception message handling 2007/12/20 09:34:37 ab 1.50.12.1: #i84040# Allow to create Exception instances in CreateUnoStruct / Dim As New ...

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6a0819abebb93f5f42dcb2b4ec5d2b0dfa2d229a]

        INTEGRATION: CWS ab42 (1.30.24); FILE MERGED 2008/01/09 14:07:34 ab 1.30.24.1: #i83963# Force title bar for dialogs

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [75cca1a1ca1dadc4a1ae38257875f9bfbd3e86be]

        INTEGRATION: CWS ab42 (1.25.46); FILE MERGED 2008/01/14 10:38:49 ab 1.25.46.2: #i82830# Use SAL_PRIXUINT32 2007/12/21 14:21:02 ab 1.25.46.1: #i81123# PATCH: signed/unsigned stuff for ppc

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [510484ab40f1934f8c649c39162b036dc0e3f120]

        INTEGRATION: CWS ab42 (1.34.56); FILE MERGED 2008/01/02 13:17:57 ab 1.34.56.1: #i79384# Applied patch

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [221bcc78d2a46a479ea13900a19d045a7391edab]

        INTEGRATION: CWS ab42 (1.2.72); FILE MERGED 2007/12/18 13:31:05 ab 1.2.72.1: #i84404# Applied patch to solve currency rounding problem

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [618b659f54380056318e9c3260ca7808999b48f3]

        INTEGRATION: CWS ab42 (1.2.72); FILE MERGED 2007/12/21 11:03:58 ab 1.2.72.1: #151250# Support date/time formats

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [888598a33ef76411731bc304f1b57fec54a5373f]

        INTEGRATION: CWS ab42 (1.3.38); FILE MERGED 2008/01/07 13:17:23 ab 1.3.38.1: #i82278# Fixed closest match algorithm

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [b3bbdd5d59e72f350830aea7f31d6fb5d6e36172]

        INTEGRATION: CWS ab42 (1.4.38); FILE MERGED 2008/01/07 13:17:23 ab 1.4.38.1: #i82278# Fixed closest match algorithm

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [1142acabd6f323109cdc764093138a788bb55d71]

        INTEGRATION: CWS ab42 (1.11.56); FILE MERGED 2008/01/07 12:06:34 ab 1.11.56.1: #i79156# getChildNodes(): Check xBrowseNode

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [fb6d12c44286de9fd25a9f4b0dd3d687f8d753a6]

        INTEGRATION: CWS ab42 (1.12.4); FILE MERGED 2008/01/09 13:50:34 ab 1.12.4.1: #i83963# Force title bar for dialogs

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bb1350309b7e56e423f833fef87aea5a1541cc70]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:19:50 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e7574b049ff04e4b8cae2960f61e47a90bd7ea89]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:20:27 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d66684644957fe681ed4c8efbbcf906c6100eed0]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:20:12 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [65aad1b2976bf434d848c3c0f62172aba6aa964d]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:17:44 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [a22aefbc653e68b74c65d017b6e0fcfcd8b05307]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:18:21 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d383ea941926a79bf3d663805f58ead8f48ebfd1]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:18:03 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2d3757dda421d371f878a2a3bfb0e89be6202b29]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:11:45 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [c2aa2fb4138ebf08f23005323f6405f123ff0108]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:13:32 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [45e7094e78957c4719366d688406b3da18fb01a8]

        INTEGRATION: CWS hro26_SRC680 (1.5.38); FILE MERGED 2008/01/14 16:33:29 hro 1.5.38.1: #144435# SEC handling of bug in wininet.dll that causes InternetGetConnectedStateEx to crash

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9f44a2b806e253f3a062495369e41b8245d70a9c]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:12:42 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e42d7c728f154c9f57b8078ecbc2e5d345cf2669]

        INTEGRATION: CWS hro26_SRC680 (1.11.200); FILE MERGED 2008/01/15 18:12:29 hro 1.11.200.1: #i81896# Non file protocols return osl_File_E_INVAL

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [2081f4d1aa95b72ca003ff7fde3474ee7ca39a95]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:13:16 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [6033824d63bef751f37b54d8d290706db91c318f]

        INTEGRATION: CWS jl84_SRC680 (1.11.30); FILE MERGED 2008/01/09 07:31:09 jl 1.11.30.1: #151085# UpdateDialog::Thread now contains a copy of the context rather then a reference

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [7d6bc63bd80c457f4beb7ccb839bab72c6c868b9]

        INTEGRATION: CWS hro26_SRC680 (1.16.144); FILE MERGED 2008/01/15 11:12:51 hro 1.16.144.1: #i83877# osl_removeFile now handles softlinks correctly

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [e908320dc29bfb061941f8a19ea34bc103f7b45d]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:12:59 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [3ee9f01559043b6cfebe0f4813215b908fb2b3a1]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:14:47 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [59cb30cf74632060753baf4453901cec15daa9b9]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/17 09:21:24 ab 1.1.2.2: #i85302# Removed apostrophe in comment text causing problems with make 2008/01/16 17:15:04 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [bcc64754f25d883b3f011d55aa9dd89e18a92aea]

        INTEGRATION: CWS ab43_SRC680 (1.1.2); FILE ADDED 2008/01/16 17:14:28 ab 1.1.2.1: #i85302# Extensible help SDK sample

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [d3ff02c25c4d5992e63d3e990003efbb4ad34a61]

        INTEGRATION: CWS jl84_SRC680 (1.19.14); FILE MERGED 2008/01/15 12:37:53 jl 1.19.14.1: #i85041# crash when showing the macro security  dialog

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [3cdf531182ffb786a4696fb2d4223bb0ea0e6333]

        INTEGRATION: CWS ucbfixes05_SRC680 (1.57.16.1.4); FILE MERGED 2008/01/15 12:42:26 kso 1.57.16.1.4.2: #150981# removed warning. Issue number: Submitted by: Reviewed by: 2008/01/15 11:07:13 kso 1.57.16.1.4.1: #150981# - multithreading issue (unprotected access to m_xSession) Issue number: Submitted by: Reviewed by:

2008-01-28  Mikhail Voitenko  <mav@openoffice.org>  [c87fcd67b26f2a67755bb69eb5fafb99dcbe47d8]

        adjust to the spec

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [36f52b53ad74f3f7d7f7552074bcf7c3517e8040]

        INTEGRATION: CWS rt24 (1.164.8); FILE MERGED 2007/12/04 15:45:17 rt 1.164.8.2: #i84236# Remove variables STAR_RESOURCEPATH and STAR_REGISTRY. 2007/12/04 15:37:47 rt 1.164.8.1: #i84236# Remove variables XPVERSION, GVERDIR, TF_PACKAGES, TF_FILEURL , TF_CFGDATA, TF_SVDATA, TF_SDBAPI, and TF_UCB.

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [eae3145be7aaa7bcd24031737b8127a2dce2a08c]

        INTEGRATION: CWS rt24 (1.69.12); FILE MERGED 2008/01/08 13:59:06 hr 1.69.12.2: #i85075# bash support; clean up; start of cygwin support 2007/12/05 11:19:51 rt 1.69.12.1: #i84197# Fix typo ('LFS_CFLAFS' instead of 'LFS_CFLAGS'), remove some variables reset here but not set by any recent ini file and not used in code: 'cvsmodules', 'CPPRTST', 'TF_PACKAGES_NO_S2U', and 'TF_SERVER'.

2008-01-28  Oliver Bolte  <obo@openoffice.org>  [da0379b9c78179f6c54004ec7c1e8c79203bb77c]

        #i85602# precompiled header include missing

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [c4add96ef66062f2362e42a742f14dbec2069dc1]

        #i10000# 'EGREP' instead of 'GREP'

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [6b356061c1d0e0c08cd61f32253f1793a1d5a607]

        #i10000# 'EGREP' instead of 'GREP'

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [99a483c3015540b128f012891a332c5da8d5de5c]

        #i10000# Fix for last fix (gperf version check).

2008-01-28  Rüdiger Timm  <rt@openoffice.org>  [6b797a2f60a5de7216966603ea66bc685b667e5f]

        #i10000# Fix for last fix (gperf version check).

2008-01-28  Vladimir Glazounov  <vg@openoffice.org>  [9b896de984c27c545c04b9317770ffbb685f9caf]

        #i10000# Fix for last fix (gperf version check).

2008-01-25  Vladimir Glazounov  <vg@openoffice.org>  [eda0652eb1623e2799e88ab203144dc3e8d2ec5d]

        #i100000# fix for cygwin gperf

2008-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3beffb1296c67f283bdd1c6d4cfb88da40772fc7]

        #i10000#: fix build issues

2008-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ac5f5eadfb658155a933144bb1f874a5ce0b7b]

        #i10000#: fix includes

2008-01-25  Vladimir Glazounov  <vg@openoffice.org>  [54f980be0ca8b3364644e869c9fc7c7421a678a1]

        #i10000# masterfix from OOH680

2008-01-25  Mikhail Voitenko  <mav@openoffice.org>  [52ca3bb571399c2c9cc8c0b1af875d8aa2fd89cb]

        use the document title in dialog as default title

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [39fccdf257a7865dadc547be37689a20f5cf7461]

        new version for OOH680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [b8fe9e63871508da86ebd9ba44dd90d9a4dc8d35]

        new version for OOH680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [2d681182ded3e976055c094a31908dfe79f37b70]

        new version for OOH680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [f6994937ef348adf43282705c1487d68a9c84225]

        new version for OOH680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [0e8fa3833d122ea4e978589159877b321e4af586]

        #i10000# masterfix from OOH680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [b172ee99d1b20df8f092c704ec90498a86f3107d]

        #185503#,#i10000#

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [43274a964d7fdeb1e9a4671c03249419585f51a7]

        #185503#,#i10000#

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [6dda393cf0e038c4e16a34d589559ee8f0b6c416]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [a4caf15b2ed30917c961ea1e51e2add2c977dfdc]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [fb368a659738f888baf4fd717287d2dc5232122d]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [91449f646fdf4829c37a04b8f2eb3fc0fb9d1572]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [a2ce8ada6e947644ca36f66762d480c882d9a3fe]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [e374ec67e454e4d5ea3e55c71c7b9222d4d9f80e]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [929f75895ac2fd178209cb2c6630ecd772a2adf3]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [6381afa68c9309332b09b5968b74135c81a709be]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [d161a35014bf8015cb6e23dd94f8c7c5a22a753b]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [13379ecfac6cf317152876556ab2ddcb9e1752d6]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [edfdd1db0fd6035ed23c8832a451501ed0731361]

        SRC680

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [68604ea39671d60d533d45f5e9d18b7fb0668721]

        INTEGRATION: CWS xf02bigcleanup (1.2.2); FILE MERGED 2008/01/22 15:22:29 fridrich_strba 1.2.2.1: make work with older gperf

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [3d5dc1ceb05014a7e341b02dc992519716668c52]

        INTEGRATION: CWS xf02bigcleanup (1.2.2); FILE MERGED 2008/01/22 12:15:48 dr 1.2.2.1: missing build deps

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [e4b3223c9682eabc948675a693789bc8a6893855]

        INTEGRATION: CWS xf02bigcleanup (1.5.20); FILE MERGED 2008/01/23 11:22:40 fridrich_strba 1.5.20.1: binning odiapi and related debug services. I asked henning, so if I break something, you can lynch him instead of me :-)

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [0ec31b3b4dbae0c5b6da8c0bb13df705dd0ef071]

        INTEGRATION: CWS xf02bigcleanup (1.6.20); FILE MERGED 2008/01/23 15:51:41 hbrinkm 1.6.20.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [ef263417672ce39169c35c54c93ee127afaa0bef]

        INTEGRATION: CWS xf02bigcleanup (1.7.10); FILE MERGED 2008/01/23 15:51:41 hbrinkm 1.7.10.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [037286e39c01000eb016caf0630997a5778bb1e5]

        INTEGRATION: CWS xf02bigcleanup (1.7.20); FILE MERGED 2008/01/23 11:22:39 fridrich_strba 1.7.20.1: binning odiapi and related debug services. I asked henning, so if I break something, you can lynch him instead of me :-)

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [4c8c6f124b1c15b15b91506ae3b6f14d701cb4f1]

        INTEGRATION: CWS xf02bigcleanup (1.6.4); FILE MERGED 2008/01/23 11:22:39 fridrich_strba 1.6.4.1: binning odiapi and related debug services. I asked henning, so if I break something, you can lynch him instead of me :-)

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [84cf1e08fce89963b54b20d768d6c4a2f14b1fd0]

        INTEGRATION: CWS xf02bigcleanup (1.2.20); FILE MERGED 2008/01/23 13:33:45 hbrinkm 1.2.20.1: generate to misc

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [ce0ace96adf2b75b69f62d12a2780e402598fb9b]

        INTEGRATION: CWS xf02bigcleanup (1.1.20); FILE MERGED 2008/01/23 15:51:03 hbrinkm 1.1.20.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [da257fb0f181cfdd6ac8a17731b70e5cb89ec841]

        INTEGRATION: CWS xf02bigcleanup (1.3.20); FILE MERGED 2008/01/23 13:43:21 hbrinkm 1.3.20.2: corrected license header 2008/01/23 13:34:00 hbrinkm 1.3.20.1: removed some warnings

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [50d3cc7e2d7ab67a0603b891bb4b8bf96b67c04c]

        INTEGRATION: CWS xf02bigcleanup (1.1.20); FILE MERGED 2008/01/23 13:43:13 hbrinkm 1.1.20.1: corrected license header

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [9dd4714ba92e6ae710363f1ca7f4774e7a20a325]

        INTEGRATION: CWS xf02bigcleanup (1.2.4); FILE MERGED 2008/01/23 15:50:23 hbrinkm 1.2.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [77b0303697f305d82ef736c62f54950be4adee19]

        INTEGRATION: CWS xf02bigcleanup (1.6.4); FILE MERGED 2008/01/24 09:13:28 hbrinkm 1.6.4.4: #i85380# makefile did not work with wntmsci11 2008/01/23 13:26:13 hbrinkm 1.6.4.3: #i85380# do not use ">>" or ">" to concat several files 2008/01/23 10:37:12 hbrinkm 1.6.4.2: #i85380# do not use directories as prerequisites of rules 2008/01/22 21:19:46 fridrich_strba 1.6.4.1: trying to make writerfilter parallel-build safe

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [6ce1090c746f8253e976124adfd912f885747ba9]

        INTEGRATION: CWS xf02bigcleanup (1.3.4); FILE MERGED 2008/01/23 15:50:23 hbrinkm 1.3.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [dd9cab44a454bc167f87832da7a07a6d448c2cb8]

        INTEGRATION: CWS xf02bigcleanup (1.9.4); FILE MERGED 2008/01/23 10:37:02 hbrinkm 1.9.4.2: #i85380# do not use directories as prerequisites of rules 2008/01/22 21:19:46 fridrich_strba 1.9.4.1: trying to make writerfilter parallel-build safe

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [b961293cf2b7654d65b04a91b84433955c348e67]

        INTEGRATION: CWS xf02bigcleanup (1.21.4); FILE MERGED 2008/01/23 15:50:09 hbrinkm 1.21.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [b196a2265e0ef74d8c22662663675a8ee9e71005]

        INTEGRATION: CWS xf02bigcleanup (1.4.4); FILE MERGED 2008/01/23 15:50:09 hbrinkm 1.4.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [9a15314cd41c4b3d7781c46c9e608b5caec7d77e]

        INTEGRATION: CWS xf02bigcleanup (1.7.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.7.4.3: #i85380# applied patch by pavel 2008/01/23 10:36:39 hbrinkm 1.7.4.2: #i85380# do not use directories as prerequisites of rules 2008/01/22 21:19:46 fridrich_strba 1.7.4.1: trying to make writerfilter parallel-build safe

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [04d5741f301db712df25bae9f6f224fe50c48660]

        INTEGRATION: CWS xf02bigcleanup (1.13.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.13.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [b1efeac65acd775d7e44b8f6d09770dc23b7c4d4]

        INTEGRATION: CWS xf02bigcleanup (1.6.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.6.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [d7432ed509c143df280dcadb2a16047e2bc609e6]

        INTEGRATION: CWS xf02bigcleanup (1.4.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.4.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [0150bf6f609669d1b76bf01d7e689f8452038e53]

        INTEGRATION: CWS xf02bigcleanup (1.3.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.3.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [3da512ea71524af15f2407a447c3408a009e2514]

        INTEGRATION: CWS xf02bigcleanup (1.10.4); FILE MERGED 2008/01/23 15:49:31 hbrinkm 1.10.4.1: #i85380# applied patch by pavel

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [468bcefbaa4856dcdcfad202689b124c2f1473dd]

        INTEGRATION: CWS xf02bigcleanup (1.8.4); FILE MERGED 2008/01/23 11:22:38 fridrich_strba 1.8.4.1: binning odiapi and related debug services. I asked henning, so if I break something, you can lynch him instead of me :-)

2008-01-24  Vladimir Glazounov  <vg@openoffice.org>  [8439a7ae77955e89f55e118cb653d7e679c71f0d]

        INTEGRATION: CWS xf02bigcleanup (1.2.4); FILE MERGED 2008/01/23 15:48:24 hbrinkm 1.2.4.1: #i85380# applied patch by pavel

2008-01-21  Vladimir Glazounov  <vg@openoffice.org>  [d815bc30e1ec223d804df6f9113d68605a625a3d]

        new version for OOH680

2008-01-21  Vladimir Glazounov  <vg@openoffice.org>  [60d3a0e29dff0c18a51a8cfb07f01ca52906b93f]

        new version for OOH680

2008-01-21  Mikhail Voitenko  <mav@openoffice.org>  [91425d40f4050a639738b15936d2544ce69c8232]

        prepare for localization

2008-01-19  Vladimir Glazounov  <vg@openoffice.org>  [ddc64063b5751d6669a7efa29dda82f87bf4788b]

        new version for OOH680

2008-01-19  Vladimir Glazounov  <vg@openoffice.org>  [c22175bc4a6a06cc4c85dac7d8d2b6d2e68e8a6f]

        new version for OOH680

2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0251ba0a9e1503daf9da5ced3d38d539b0a5b3e7]

        new version for OOH680

2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [251239ad054e7b04378eff6029a8501e47f70ead]

        new version for OOH680

2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2551f9171deb090bf24f44680c2c92261fb13160]

        new version for OOH680

2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ae9df8a23a1d1033e7e847d7cd083640d161a645]

        new version for OOH680

2008-01-18  Vladimir Glazounov  <vg@openoffice.org>  [24e312b6f1ec7a14369922b6011e41cc5eae2db8]

        new version for OOH680

2008-01-18  Rüdiger Timm  <rt@openoffice.org>  [d4bcecc8dc6e73a02ac83a42d60c4f104ffccecc]

        #i85227# Changed 'tail' syntax.

2008-01-17  Vladimir Glazounov  <vg@openoffice.org>  [de18cd64a039ae13fd2a97a5904e45756d813ae3]

        #i85315# fix

2008-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1da6c77d91f6fa14de50a8c4c45be2ea40b421da]

        #i85315# WaE fixes

2008-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a3136f5f5b86d86a9f50c5002723acade292078c]

        #i85315# WaE fixes

2008-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cfcbc28aa40650053c98efa1b05cea74892da333]

        #i85316# WaE fix

2008-01-17  Rüdiger Timm  <rt@openoffice.org>  [3381981e76873304b171f7df900561dac681d2af]

        #i10000# Bring module to HEAD.

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b146a11056c6ea3b2d2b8705e18942ff0b204eb9]

        SRC680

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a79a14b2461c1ffe7c02fff04832e011be734c0f]

        INTEGRATION: CWS ause085 (1.8.48); FILE MERGED 2007/11/15 16:07:57 hjs 1.8.48.2: RESYNC: (1.8-1.10); FILE MERGED 2007/09/24 11:32:37 hjs 1.8.48.1: #i81650# encapsulate custom target

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9c4b1e01681c1ccaeba512db18e0d5802baffec4]

        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>  [c62c0f090b7ee8fc3c081117b0ccdc64fb6b1364]

        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>  [e9d6f1da5b41b68c6819d053376434ce58c03dc2]

        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>  [a87de10f70fba88c75f15781dea616e6ca99e8ed]

        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>  [b887928c7cbf9014e4f19628ab090f560a104733]

        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>  [3fdc9727bb36d83af36a6dd7199a0caaeffdeaf5]

        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>  [f02fe1c456555e6001180d64cfe1582982cb495b]

        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>  [7e7cc4d0fa0db2036da7d67d4349ff815a47cbca]

        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>  [a9b1f3f54c0a496a99da611cc9234498b8eaca13]

        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>  [d03adfedc553bbbeb29d75613267f6f4ec265d1d]

        INTEGRATION: CWS ause085 (1.43.12); FILE MERGED 2007/11/15 16:07:19 hjs 1.43.12.3: RESYNC: (1.44-1.47); FILE MERGED 2007/10/19 10:59:53 hjs 1.43.12.2: RESYNC: (1.43-1.44); FILE MERGED 2007/10/02 09:46:02 hjs 1.43.12.1: #i80547# - remove nonsense

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [50669a2d4abcee27716b2d506f6c7ca86ea578e1]

        INTEGRATION: CWS ause085 (1.25.16); FILE MERGED 2007/12/10 14:37:10 hjs 1.25.16.5: #i84262# ugly typo... 2007/12/10 14:33:28 hjs 1.25.16.4: #84262# comment sign troubled bash 2007/12/10 12:32:50 hjs 1.25.16.3: #i84262# see all in bot 2007/12/10 08:54:26 hjs 1.25.16.2: #i84262# ignore rm error 2007/12/05 13:21:01 hjs 1.25.16.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fe3d7c8313a745113f84b8be32daa4d40c2e12d2]

        INTEGRATION: CWS ause085 (1.2.80); FILE MERGED 2007/12/05 13:21:01 hjs 1.2.80.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b81d5cfc581f9c5e4ed4ae36296c3b0047ff6d69]

        INTEGRATION: CWS ause085 (1.28.16); FILE MERGED 2007/12/05 13:21:01 hjs 1.28.16.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4e09d1ac708041e5dc199347fd32ae9fc5a7f970]

        INTEGRATION: CWS ause085 (1.2.194); FILE MERGED 2007/12/05 13:21:01 hjs 1.2.194.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6a5e7daf883bc93f93aea1e9218c489b05ce10d6]

        INTEGRATION: CWS ause085 (1.3.16); FILE MERGED 2007/12/05 13:21:01 hjs 1.3.16.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [09b1a83ae224522db26384ccd0e32d82d4f2ea29]

        INTEGRATION: CWS ause085 (1.2.370); FILE MERGED 2007/12/05 13:21:00 hjs 1.2.370.1: #i84262# move define from commandline into generated header; add missing pch includes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6b8056cf11f889d06755a024b2ea2ae6d854044d]

        INTEGRATION: CWS ause085 (1.221.6); FILE MERGED 2007/11/30 18:30:19 hjs 1.221.6.3: RESYNC: (1.228-1.232); FILE MERGED 2007/11/15 16:06:21 hjs 1.221.6.2: RESYNC: (1.221-1.228); FILE MERGED 2007/11/08 22:48:24 vq 1.221.6.1: #i82640# Make the configure check for system dmakes check for dmake 4.11 or newer.

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bbca56d6c51920c2ccd61c4d9d6a6cb8379bab86]

        INTEGRATION: CWS ause085 (1.28.196); FILE MERGED 2007/09/21 17:40:25 hjs 1.28.196.6: #i81650# tracking done different 2007/09/20 18:09:24 hjs 1.28.196.5: #i81650# more tracking for pathological cases; cleanup; fixes 2007/09/18 17:08:49 hjs 1.28.196.4: #i81650# fetch changes from i81694 2007/09/18 15:45:18 hjs 1.28.196.3: #i81650# DEPOBJFILES and lots of small fixes 2007/09/17 17:10:56 hjs 1.28.196.2: #i81650# find missing .dpcc files the _should_ already be there 2007/09/17 16:10:24 hjs 1.28.196.1: #i81650# first bunch of changes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ba5dd7c84434bb01ba61e6789237c9b25f210b1d]

        INTEGRATION: CWS ause085 (1.201.74); FILE MERGED 2007/12/18 18:15:58 hjs 1.201.74.10: #i81650# track the need to regenerate 2007/11/15 15:50:59 hjs 1.201.74.9: RESYNC: (1.201-1.202); FILE MERGED 2007/09/24 11:30:07 hjs 1.201.74.8: #i81650# dependencies and fixes 2007/09/21 17:40:25 hjs 1.201.74.7: #i81650# tracking done different 2007/09/20 18:09:25 hjs 1.201.74.6: #i81650# more tracking for pathological cases; cleanup; fixes 2007/09/20 14:00:30 hjs 1.201.74.5: #i81650# fixes and cleanup 2007/09/18 17:52:36 hjs 1.201.74.4: #i81650# trying and cleaning 2007/09/18 15:45:17 hjs 1.201.74.3: #i81650# DEPOBJFILES and lots of small fixes 2007/09/17 17:10:56 hjs 1.201.74.2: #i81650# find missing .dpcc files the _should_ already be there 2007/09/17 16:10:24 hjs 1.201.74.1: #i81650# first bunch of changes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [92f2594698821ebb651192c2ffd11720bf718287]

        INTEGRATION: CWS ause085 (1.89.88); FILE MERGED 2007/12/18 18:15:58 hjs 1.89.88.12: #i81650# track the need to regenerate 2007/11/15 15:50:44 hjs 1.89.88.11: RESYNC: (1.90-1.91); FILE MERGED 2007/11/15 12:45:16 hjs 1.89.88.10: #i81650# logic 2007/09/24 11:29:48 hjs 1.89.88.9: #i81650# dependencies and fixes 2007/09/21 17:40:25 hjs 1.89.88.8: #i81650# tracking done different 2007/09/21 08:35:17 hjs 1.89.88.7: #i81650#  remove circular dependencies 2007/09/20 18:09:25 hjs 1.89.88.6: #i81650# more tracking for pathological cases; cleanup; fixes 2007/09/20 14:00:30 hjs 1.89.88.5: #i81650# fixes and cleanup 2007/09/18 17:52:36 hjs 1.89.88.4: #i81650# trying and cleaning 2007/09/18 17:08:28 hjs 1.89.88.3: #i81694# visibility magic switchable for .c files; #i81650# fetch changes from i81694 2007/09/17 17:10:56 hjs 1.89.88.2: #i81650# find missing .dpcc files the _should_ already be there 2007/09/17 16:10:24 hjs 1.89.88.1: #i81650# first bunch of changes

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [142489c23961629c01c127ef72741ce627c0bfd4]

        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>  [e47aeaa45ea29da48cdf122f4808f8869399660d]

        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>  [45db06782a7fa8a4948cedf013b29fd40e81f190]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [49da6500ca2957bd70ae65acdef3f044a0fc86a9]

        INTEGRATION: CWS ause085 (1.26.30); FILE MERGED 2007/12/12 09:40:24 hjs 1.26.30.1: #i81694# fix .class copy rule to copy just one class and subclasses

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2a2992c7d876610c80818c9e7c5a0b6e7dab863f]

        INTEGRATION: CWS ause085 (1.4.32); FILE MERGED 2007/12/11 12:31:27 hjs 1.4.32.1: #i81694# try to solve problem of missing input file - maybe cause by unintended rebuilds in mp builds

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d9ba9dc20c93fe594a3fdd913a432706dc01a861]

        INTEGRATION: CWS ause085 (1.17.10); FILE MERGED 2007/10/19 10:59:45 hjs 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2007/09/18 17:05:37 hjs 1.17.10.1: #i81694# avoid visibility magic in makedepend to solve dependency

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c668a452c75c8dd3a8ce013b409fceb5728dc3d4]

        INTEGRATION: CWS ause085 (1.14.24); FILE MERGED 2007/11/15 16:06:50 hjs 1.14.24.2: RESYNC: (1.14-1.16); FILE MERGED 2007/09/18 17:05:37 hjs 1.14.24.1: #i81694# avoid visibility magic in makedepend to solve dependency

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5a8875732d3d5ed529df6863d36cb675d4fec905]

        INTEGRATION: CWS ause085 (1.20.76); FILE MERGED 2007/09/24 11:36:32 hjs 1.20.76.1: #i81694# dependency on generated file

2008-01-16  Rüdiger Timm  <rt@openoffice.org>  [b3bbaf05125416db1af37e32fb0a94ef237a1bbf]

        #i10000# Add wntmsci10.pro.

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b4add4086daa11382327f48ae3ec79ea5993a145]

        INTEGRATION: CWS cmcfixes41 (1.224.32); FILE MERGED 2008/01/10 10:26:34 cmc 1.224.32.1: #i85132 remove xt contents

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cdfd8d537cdfbc24fd486fbca804b5eafb36fa55]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.9.18); FILE MERGED 2008/01/10 14:06:55 obr 1.9.18.1: #i84232# make dmg a valid PKGFORMAT, which pretty much does the same as PKGFORMAT archive except patching the UserInstalltion key in bootstraprc

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c0038fe93ff3a8e5abd9ca73e270d84e01aeb3ef]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.2.34); FILE MERGED 2008/01/10 14:54:25 obr 1.2.34.1: #i85107# no core10 with --with-system-freetype

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a98b32cfdb20089487ca43915dfd389ac96c7b37]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.237.6); FILE MERGED 2008/01/10 14:08:20 obr 1.237.6.1: #i84232# changed default PKGFORMAT value for MacOS X again

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d943057a1d2927914983790709686d241baf1994]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.211.6); FILE MERGED 2008/01/10 14:08:14 obr 1.211.6.1: #i84232# changed default PKGFORMAT value for MacOS X again

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [667ee275d1c720ec7c95bfd5c8150945afdb35f5]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.81.8); FILE MERGED 2008/01/10 14:06:55 obr 1.81.8.1: #i84232# make dmg a valid PKGFORMAT, which pretty much does the same as PKGFORMAT archive except patching the UserInstalltion key in bootstraprc

2008-01-16  Ivo Hinkelmann  <ihi@openoffice.org>  [77f30aba0c21b5d7dea847572e8cd7f81e4388d2]

        INTEGRATION: CWS dmgunarchive_SRC680 (1.98.18); FILE MERGED 2008/01/10 14:06:54 obr 1.98.18.1: #i84232# make dmg a valid PKGFORMAT, which pretty much does the same as PKGFORMAT archive except patching the UserInstalltion key in bootstraprc

2008-01-16  Rüdiger Timm  <rt@openoffice.org>  [8cb7503f341f7688326861599ad0979194ea509c]

        INTEGRATION: CWS rt25_SRC680 (1.6.940); FILE MERGED 2008/01/14 14:39:58 rt 1.6.940.1: #i85224# Set 'to' header entry.

2008-01-16  Rüdiger Timm  <rt@openoffice.org>  [363575401a7e8ca1a232256ccdf8926b11309940]

        INTEGRATION: CWS socs09 (1.25.48); FILE MERGED 2008/01/07 16:39:18 is 1.25.48.1: #150942# variable installation directory

2008-01-16  Rüdiger Timm  <rt@openoffice.org>  [7dc2102930326febffc7d1b3e86cfb68eae52eab]

        INTEGRATION: CWS socs09 (1.80.46); FILE MERGED 2008/01/10 15:48:49 tkr 1.80.46.2: RESYNC: (1.80-1.82); FILE MERGED 2008/01/07 16:39:18 is 1.80.46.1: #150942# variable installation directory

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6c8883aa51b7222034fa6aff6616577f08d03156]

        INTEGRATION: CWS thiscomponent_SRC680 (1.45.24); FILE MERGED 2008/01/08 14:31:05 fs 1.45.24.1: #i85078# don't reset SfxObjectShell::WorkingDocument to NULL, always preserve the last working document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [be60fc3c9d4642474da8da307bc6c45343931265]

        INTEGRATION: CWS thiscomponent_SRC680 (1.53.24); FILE MERGED 2008/01/08 14:31:04 fs 1.53.24.1: #i85078# don't reset SfxObjectShell::WorkingDocument to NULL, always preserve the last working document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fe4b1db3a29071e8c509398c56c4a171e03a66c2]

        INTEGRATION: CWS thiscomponent_SRC680 (1.79.44); FILE MERGED 2008/01/08 14:30:42 fs 1.79.44.1: #i85078# don't reset SfxObjectShell::WorkingDocument to NULL, always preserve the last working document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [dd7dfd21f0370982179cf8c090642fb360b02488]

        INTEGRATION: CWS ause089 (1.27.2); FILE MERGED 2007/12/14 18:00:46 hjs 1.27.2.1: #i84578# tweak windows installer options to have smoketest without administrator rights again

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e496e490c67d224660825f420b68bfc21891ac21]

        INTEGRATION: CWS ause089 (1.22.26); FILE MERGED 2007/12/14 17:54:18 hjs 1.22.26.1: #i83488# - one more place

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2af8c65a85e65bddc905a5c4da561b0bfb58f184]

        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>  [5af01c14a94c557b3e0372edef70d9e2294a4b34]

        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>  [0b4ab28169ec1cdee06554fa140167b287817298]

        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>  [bc58fb9da11edd2ff3676a1bee512fd368685528]

        INTEGRATION: CWS tkr08 (1.26.12); FILE MERGED 2007/12/12 09:02:54 tkr 1.26.12.1: #i81690# url for proxy encoded too

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [26c499e254ae492e15c7cb315d89438be1afb1bd]

        INTEGRATION: CWS tkr08 (1.4.30); FILE MERGED 2007/12/12 09:01:41 tkr 1.4.30.2: #i81690# correcting comments 2007/12/11 08:49:57 tkr 1.4.30.1: #i81690# fix wrong url encoding

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [cddd4dd61066bef16dfdb80c9ca349a7aef5755d]

        INTEGRATION: CWS sw8u10bf03 (1.60.116); FILE MERGED 2007/12/06 12:02:34 ama 1.60.116.1: Fix #i76258#: Crash with table without columns?!

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ba333b0efd6fc86c3ed4cfd8bd0893e28ced8ee5]

        INTEGRATION: CWS sw8u10bf03 (1.51.116); FILE MERGED 2007/12/07 11:08:04 ama 1.51.116.1: #i84340#: Crash import bug document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6e32e9e5a7d969d41f1e9841c0a52e2c4e679c53]

        INTEGRATION: CWS sw8u10bf03 (1.36.118); FILE MERGED 2007/12/04 13:14:28 ama 1.36.118.1: Fix #i84087#: Robustness against wrong table import

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ebf3938505675c892b4d77771ee77e28ea0ceb60]

        INTEGRATION: CWS sw8u10bf03 (1.11.118); FILE MERGED 2007/12/06 13:05:40 ama 1.11.118.1: Fix #146941#: Robust

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6500bcd78a92aeeea848ed54769f94ef9993bd35]

        INTEGRATION: CWS sw8u10bf03 (1.24.28); FILE MERGED 2007/12/06 13:24:40 ama 1.24.28.1: Fix #146918#: Robust

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e37a5f5d909c6ec1c36ff7f956141c81e0941d3a]

        INTEGRATION: CWS sw8u10bf03 (1.91.116); FILE MERGED 2007/12/03 07:08:11 fme 1.91.116.1: #i84150# Fixed always-true comparison

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f89ce5e826813fd6a93bda907e31a3b9c3c22053]

        INTEGRATION: CWS sw8u10bf03 (1.38.118); FILE MERGED 2007/12/06 10:43:10 ama 1.38.118.1: Fix #149568#: Robust against dirty tables

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d91dc40a8ab208404378646dc3475fc38aa272a4]

        INTEGRATION: CWS sw8u10bf03 (1.20.118); FILE MERGED 2007/12/04 13:13:48 ama 1.20.118.1: Fix #i84087#: Robustness against wrong table import

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f2a13ebd62b7dc42fe78e8e56ab5a940273792a2]

        INTEGRATION: CWS sw8u10bf03 (1.46.116); FILE MERGED 2007/12/07 13:48:06 od 1.46.116.1: #i77708# method <docfunc::HasOutlineStyleToBeWrittenAsNormalListStyle(..)> 	 - correct check, if parent style of outline-level-assigned paragraph 	   style has a list style set - consider explicit set "no list style"

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [717d2495bef97eff94d9f907249e2654d767eb8e]

        INTEGRATION: CWS sw8u10bf03 (1.36.114); FILE MERGED 2007/12/07 14:46:01 ama 1.36.114.1: #i65247#: Don't duplicate UnoBookmarks

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [54c8c4049a5657497c36d8649cde245d857bcede]

        INTEGRATION: CWS sw8u10bf03 (1.21.116); FILE MERGED 2007/12/07 14:46:30 ama 1.21.116.1: #i65247#: Don't duplicate UnoBookmarks

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [98f79483fc193f7954f2209b47af4861de170708]

        INTEGRATION: CWS sw8u10bf03 (1.55.8); FILE MERGED 2007/12/06 12:47:34 ama 1.55.8.3: Fix #151171#: Robust 2007/12/06 10:44:50 ama 1.55.8.2: Fix #151270#151355#: Robust agains dirty tables 2007/12/05 10:33:49 ama 1.55.8.1: Fix #i74972#: Loop with D&D of table in table

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b8b7649518732bbdaece84b558c0fe27e1435749]

        INTEGRATION: CWS sw8u10bf03 (1.31.116); FILE MERGED 2007/12/07 10:23:15 od 1.31.116.1: #i58139# method <SwAccessibleDocumentBase::SetVisArea()> 	 - update of document view's showing state is also needed. 	   Thus, call method <Scrolled(..)> instead of <ChildrenScrolled(..)>

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [c56725b89ddacc3e823fb1273583fe6d67f5525c]

        INTEGRATION: CWS sw8u10bf03 (1.64.60); FILE MERGED 2007/12/14 10:06:38 fme 1.64.60.2: #i65434# Build breaks 2007/12/07 12:21:33 ama 1.64.60.1: #i65434#: Crash loading a defect file

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [560d80f76d3dd4d06d91b639c76925c4596cc886]

        INTEGRATION: CWS sw8u10bf03 (1.138.94); FILE MERGED 2007/12/04 14:28:30 ama 1.138.94.1: Fix #i64584#: Crash during saving master document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [5f4a5b06c9353e006f6b7358974b6347a24fa72d]

        INTEGRATION: CWS sw8u10bf03 (1.132.60); FILE MERGED 2007/12/07 12:37:14 od 1.132.60.1: #i77708# method <lcl_HasListStyle(..)> 	 - special handling for OOo text documents prior OOo 2.3.1

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7acf6134ae71714ea10c7bea85963e36930d1a17]

        INTEGRATION: CWS sw8u10bf03 (1.99.94); FILE MERGED 2007/12/07 11:12:57 ama 1.99.94.1: #i84340#: Crash import bug document

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [90e7bde2a1f3dd8c81e947578f14f40059961740]

        INTEGRATION: CWS sw8u10bf03 (1.6.106); FILE MERGED 2007/12/05 11:54:12 ama 1.6.106.1: Fix #i68478#: Initialisation missed

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ccedea748a36dd3df48b1d2e07db1421868d1128]

        INTEGRATION: CWS obo21 (1.5.616); FILE MERGED 2007/12/07 08:21:53 obo 1.5.616.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8ccd50659c152f4ed2d5cf62211f1c95c5d3c659]

        INTEGRATION: CWS obo21 (1.2.44); FILE MERGED 2007/12/07 08:04:14 obo 1.2.44.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a377bd08c3e85ae1a5bf58f875c7f408f314b15d]

        INTEGRATION: CWS obo21 (1.74.44); FILE MERGED 2007/12/07 08:12:32 obo 1.74.44.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6e51c366bc0a6a615d607fde7b3656a30cde3087]

        INTEGRATION: CWS obo21 (1.81.20); FILE MERGED 2008/01/10 08:06:10 obo 1.81.20.1: #i84233# .Net 2008 include runtime librarys and manifest file

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e08667c5ec7b9e8b8e50b7c3d2229c8053b23ac8]

        INTEGRATION: CWS obo21 (1.269.10); FILE MERGED 2008/01/10 14:45:01 obo 1.269.10.2: #i84233# .Net 2008 include stlport 2008/01/10 08:37:42 obo 1.269.10.1: #i84233# .Net 2008 include runtime librarys and manifest file

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [124c435d718a2a847160f689379e16c9fa3048e9]

        INTEGRATION: CWS obo21 (1.4.398); FILE MERGED 2007/12/12 12:41:37 obo 1.4.398.1: #i84233# Change for .Net 2008 / Vista SDK

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [dfa67a82e1b7db69612bad63ed3b6edff9ae3228]

        INTEGRATION: CWS obo21 (1.7.22); FILE MERGED 2007/12/05 10:06:26 obo 1.7.22.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [97bdfa9ec9669c3d97a72e15880090b6a6ba9904]

        INTEGRATION: CWS obo21 (1.2.324); FILE MERGED 2007/12/07 07:28:15 obo 1.2.324.2: typo 2007/12/06 08:38:26 obo 1.2.324.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [72bca4ca7b4c8dab62ed275787279073db94ea51]

        INTEGRATION: CWS obo21 (1.1.2); FILE ADDED 2007/12/12 11:21:48 obo 1.1.2.1: #i84233# Change for .Net 2008 / Vista SDK

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [906ba2b1ebb6fc8b16f768159ec36803b191fd1a]

        INTEGRATION: CWS obo21 (1.5.32); FILE MERGED 2007/12/12 11:20:47 obo 1.5.32.1: #i84233# Change for .Net 2008 / Vista SDK

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0b72cb80645d9c782928e996a156d1c5edd86fc5]

        INTEGRATION: CWS obo21 (1.17.12); FILE MERGED 2007/12/21 06:57:03 obo 1.17.12.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fe6de0bed7c0922bf73dac0987dae126351c9d50]

        INTEGRATION: CWS obo21 (1.80.12); FILE MERGED 2007/12/24 05:10:09 obo 1.80.12.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [3b69bc133afedcaf16cb27f921bd4e2c4e4a9c44]

        INTEGRATION: CWS obo21 (1.9.476); FILE MERGED 2007/12/18 09:44:06 obo 1.9.476.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8df88d2d068dc351994fe858a33519f27ca75899]

        INTEGRATION: CWS obo21 (1.1.974); FILE MERGED 2007/12/07 12:33:28 obo 1.1.974.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b423f26d1998aa9bcbbc41de6dea2953b1011750]

        INTEGRATION: CWS obo21 (1.19.78); FILE MERGED 2007/12/19 08:01:05 obo 1.19.78.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d4990ce26657dd1153a4c26eb43af6874d8efdd6]

        INTEGRATION: CWS obo21 (1.20.46); FILE MERGED 2007/12/24 07:57:32 obo 1.20.46.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b8d71425cb6f0d966191d02f52628c0c1bfd4f59]

        INTEGRATION: CWS obo21 (1.11.10); FILE MERGED 2007/12/05 09:47:39 obo 1.11.10.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a645b143b62a88a4336c58a15e2b71d52fdb6dae]

        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>  [837862a026e1bd568809136119484d76d69dfc99]

        INTEGRATION: CWS obo21 (1.2.14); FILE MERGED 2007/12/05 13:07:50 obo 1.2.14.1: #i84233# Port for .Net 2008: Missing winres.h

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [652dcee8e93d3bc3acb31fe64c2b5ce89248d945]

        INTEGRATION: CWS obo21 (1.84.120); FILE MERGED 2007/12/10 09:36:14 obo 1.84.120.1: #i84233# change for .Net 2008

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [feaa7320f734b6763e694dbb3b1123ee86cd7d34]

        INTEGRATION: CWS obo21 (1.3.20); FILE MERGED 2007/12/07 07:21:57 obo 1.3.20.2: typo 2007/12/06 11:40:01 obo 1.3.20.1: #i84233# change for .Net 2008 (no directx 5 available)

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6003c989ad7c5c183cc3f8dc67ae982f3a826be5]

        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>  [923c06e7e9068549343c19ad3a33e7bf7a8a5f00]

        #i10000# Fix warning.

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [f3964b2635d726ad3202f2eccf0e9aebfa357a43]

        #i10000# Syntax

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0cbe992bd5fcbdbce6b7e0b1ec200634ed83f8d0]

        INTEGRATION: CWS symex (1.26.482); FILE MERGED 2007/11/30 09:54:22 is 1.26.482.1: #151251# fixing font package problem

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7329178e492b12ad006c09c33fd546009d295bc7]

        INTEGRATION: CWS symex (1.78.14); FILE MERGED 2008/01/08 09:50:26 hdu 1.78.14.3: RESYNC: (1.78-1.81); FILE MERGED 2007/12/03 14:10:10 is 1.78.14.2: #i59853# name contains italic, not oblique 2007/11/27 09:37:58 is 1.78.14.1: #151427# font exchange

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [efe1756a459802df68dd911a80013e8244753f77]

        INTEGRATION: CWS symex (1.3.104); FILE MERGED 2007/11/29 10:34:08 hdu 1.3.104.2: #i59853# #151427# correct font file names 2007/11/27 09:37:58 is 1.3.104.1: #151427# font exchange

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [cbece28fc6649b73ae2e90989271d103663dde32]

        INTEGRATION: CWS symex (1.57.64); FILE MERGED 2008/01/08 09:49:30 hdu 1.57.64.4: RESYNC: (1.57-1.58); FILE MERGED 2007/11/29 11:22:26 hdu 1.57.64.3: #i59853# #151427# adjust en default fonts to also use DejaVu and Liberation 2007/11/29 11:13:57 hdu 1.57.64.2: #i59853# #151427# better integration of font families: DejaVu and Liberation 2007/11/29 11:04:11 hdu 1.57.64.1: #i59853# #151427# better integration of font families: DejaVu and Liberation

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7f1aabdf3eb03ada06d36e7d1237cfc493eda027]

        INTEGRATION: CWS symex (1.3.16); FILE MERGED 2007/11/29 10:30:31 hdu 1.3.16.2: #151427# add font family Liberation 2007/11/29 10:25:46 hdu 1.3.16.1: #i59853# replace font family Vera by DejaVu

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8f547e6f01c2e72a516b6f00af02f816888eac2b]

        INTEGRATION: CWS symex (1.1.92); FILE MERGED 2007/11/30 14:15:07 hdu 1.1.92.3: #i59853# simplify makefiles and build.lst (thanks Ause!) 2007/11/29 10:30:31 hdu 1.1.92.2: #151427# add font family Liberation 2007/11/29 10:25:46 hdu 1.1.92.1: #i59853# replace font family Vera by DejaVu

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [5551221c575d45db43dedba18dcbe61f08f06ecc]

        INTEGRATION: CWS symex (1.1.2); FILE ADDED 2007/11/30 14:15:07 hdu 1.1.2.2: #i59853# simplify makefiles and build.lst (thanks Ause!) 2007/11/29 10:30:31 hdu 1.1.2.1: #151427# add font family Liberation

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [04fd6596d714e34515918d13ac2ef19f13e39834]

        INTEGRATION: CWS symex (1.1.2); FILE ADDED 2007/11/30 14:15:07 hdu 1.1.2.2: #i59853# simplify makefiles and build.lst (thanks Ause!) 2007/11/29 14:29:01 hdu 1.1.2.1: #i59853# font family Dejavu replaced Vera fonts

2008-01-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b7f697cfa913a066aaeebe42974550ff2f63db61]

        INTEGRATION: CWS symex (1.1.2); FILE ADDED 2007/11/29 09:28:24 hdu 1.1.2.1: #i59853# add font family DejaVu

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [7cd787880003947f5aa2c8de341cd12218ee5301]

        #i10000# Change from wntmsci10 to wntmsci11.

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [97d9fcb8581e655985e08cf08cd265765432aff2]

        #i85180# Syntax (correct quotation marks).

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [4eb28b2868cfc4373c8a2b39de4b9f9bb1456846]

        INTEGRATION: CWS so8s10u5_SRC680 (1.5.384); FILE MERGED 2008/01/09 12:21:09 obr 1.5.384.1: #b6639520# assume gui mode if passed a single oxt file as argument

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [ae4908f641b18d67d0c2723205d7007674e0b13b]

        INTEGRATION: CWS so8s10u5_SRC680 (1.214.4.3.4); FILE MERGED 2008/01/09 13:34:03 is 1.214.4.3.4.1: #b6647223# configfile javasettings.xml

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [92cecb6a24282b355560f35e48644ebf552cb61b]

        INTEGRATION: CWS so8s10u5_SRC680 (1.66.36.3.2); FILE MERGED 2008/01/09 13:35:28 is 1.66.36.3.2.1: #b6647223# configfile javasettings.xml

2008-01-15  Rüdiger Timm  <rt@openoffice.org>  [40d25c0116c4b7ed105a68672cd106cad281a31e]

        #i85222# If encoding is unknown set it to ASCII (fix by hro).

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [028eb8eee3961572b3dc03a8a960073c85b422ce]

        INTEGRATION: CWS stl4leopardppc (1.2.8); FILE MERGED 2007/12/06 21:03:05 ericb 1.2.8.1: #i84080# fix const causing breakage on ac OS X

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [36b570d7772d787673f73f0e3957663db5f1214c]

        INTEGRATION: CWS stl4leopardppc (1.29.164); FILE MERGED 2007/12/06 21:14:48 ericb 1.29.164.1: #i84080# fix breakage in autodoc, using cmc fix, on Mac OS X

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5aae6164adac8d06e016706a0dd125fe73bfa453]

        INTEGRATION: CWS stl4leopardppc (1.2.46); FILE MERGED 2007/12/06 20:56:42 ericb 1.2.46.1: #i84082# fix missing headers

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [da30f5bcedfba716701e40e800ca7d614ec09d97]

        INTEGRATION: CWS fwk79 (1.109.12); FILE MERGED 2007/12/05 12:30:49 mav 1.109.12.1: #i84234# let the Compressed property be handled correctly

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0084334399b666a82a46db7ef41720a251399db0]

        INTEGRATION: CWS fwk79 (1.21.34); FILE MERGED 2007/12/05 09:29:07 mav 1.21.34.1: #i84234# let the Compressed property be handled correctly

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [58ffd454fca9da52f9910b99d2f7d4ae9841d824]

        INTEGRATION: CWS fwk79 (1.13.22); FILE MERGED 2007/12/05 12:31:13 mav 1.13.22.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cfbc5ea3da5bcfc5c8cc22b3bcc37771949b8be4]

        INTEGRATION: CWS fwk79 (1.7.44); FILE MERGED 2007/12/05 12:31:13 mav 1.7.44.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc3e621e39d6782a5182099b47d238018f81cecf]

        INTEGRATION: CWS fwk79 (1.2.44); FILE MERGED 2007/12/05 12:31:13 mav 1.2.44.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cc9ac0004fe08cd17f9badefdfb0b75cf17418d3]

        INTEGRATION: CWS fwk79 (1.3.172); FILE MERGED 2007/12/05 12:31:13 mav 1.3.172.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [59beb0e2f2039d2ebdc9e866dcddf80a01ccb5dd]

        INTEGRATION: CWS fwk79 (1.4.172); FILE MERGED 2007/12/05 12:31:13 mav 1.4.172.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ed3834132af2a1be6a3f7981d19fc1b99a2807c5]

        INTEGRATION: CWS fwk79 (1.10.44); FILE MERGED 2007/12/05 12:31:13 mav 1.10.44.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df428184ae1c15e579f47e26ed1248e49d4cb86e]

        INTEGRATION: CWS fwk79 (1.1.2); FILE ADDED 2007/12/05 12:31:51 mav 1.1.2.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2fbef831e17366c1ad23ae584cda68466cfb71f0]

        INTEGRATION: CWS fwk79 (1.2.66); FILE MERGED 2007/12/05 12:31:13 mav 1.2.66.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [813aa3bef6177008996f16e5ea5c6c6bc01df5fe]

        INTEGRATION: CWS fwk79 (1.2.86); FILE MERGED 2007/12/05 12:31:13 mav 1.2.86.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e94534b6d055102378681700775944f8fa995ce]

        INTEGRATION: CWS fwk79 (1.2.104); FILE MERGED 2007/12/05 12:31:13 mav 1.2.104.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [43a4c037af4619a4cef32b4fbfff51f61d6ece3a]

        INTEGRATION: CWS fwk79 (1.2.44); FILE MERGED 2007/12/05 12:31:12 mav 1.2.44.1: #i84234# adjust the tests

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f2db6c51388d0f61a1d9bade24fd907a919f8c2]

        INTEGRATION: CWS fwk79 (1.33.120); FILE MERGED 2007/12/06 12:09:54 cd 1.33.120.1: #i81004# Use empty any to reset event binding to prevent later assertions

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b8fc2cadfe2c0e5e5ebd8395f22f68f9d077c76f]

        INTEGRATION: CWS fwk79 (1.131.8); FILE MERGED 2007/12/04 10:34:14 mav 1.131.8.1: #i83632# the error must be removed from the object shell after the saving

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d0892cb355cf1854f56f78e2fa522dbfc120913]

        INTEGRATION: CWS fwk79 (1.19.82); FILE MERGED 2007/11/26 14:03:18 as 1.19.82.1: #i83559# make sure frame was initialized before its used

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39acf2651cc3125a8c0a4c62ab2bb558021188a9]

        INTEGRATION: CWS fwk79 (1.134.98); FILE MERGED 2007/12/03 07:54:28 pb 1.134.98.2: RESYNC: (1.134-1.136); FILE MERGED 2007/11/29 11:36:19 pb 1.134.98.1: fix: #i83002# set value of selection box only if it exists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2b7e4a1f15789c8d531f304d9c26b12c02e87995]

        INTEGRATION: CWS fwk79 (1.126.8); FILE MERGED 2007/12/09 16:05:34 pb 1.126.8.1: fix: #i83757# transform parameter 'OptionsPageURL' of slot 'OptionsTreeDialog'

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ee869a3ad7395b639ba4d59ff77efa03c52d6aa4]

        INTEGRATION: CWS fwk79 (1.71.34); FILE MERGED 2007/12/09 15:48:43 pb 1.71.34.1: fix: #i83757# transport SID_OPTIONS_PAGEURL of slot SID_OPTIONS_TREEDIALOG

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5ccc40cdb48a251ecc93218b8e8a98f76a0a1cc4]

        INTEGRATION: CWS fwk79 (1.1.2); FILE ADDED 2007/12/04 11:16:19 mav 1.1.2.1: #i60116# introduce the complex test for StandaloneDocumentInfo

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e95cec328aa091dbe88348e5c9c27723e76e73a1]

        INTEGRATION: CWS fwk79 (1.1.2); FILE ADDED 2007/12/04 11:16:03 mav 1.1.2.1: #i60116# introduce the complex test for StandaloneDocumentInfo

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [092381ad0b16891adfb92e463fdb0925eb3d6da6]

        INTEGRATION: CWS fwk79 (1.1.2); FILE ADDED 2007/12/04 11:16:02 mav 1.1.2.1: #i60116# introduce the complex test for StandaloneDocumentInfo

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [11992c770c20f50ace600d9f76755abf084c43be]

        INTEGRATION: CWS fwk79 (1.8.8); FILE MERGED 2007/12/09 15:41:32 pb 1.8.8.1: fix: #i83757# SID_OPTIONS_PAGEURL added

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [43ae4aaa098ee104dbfa92839f0477c71c66c9a4]

        INTEGRATION: CWS fwk79 (1.4.134); FILE MERGED 2007/12/09 15:39:39 pb 1.4.134.1: fix: #i83757# parameter added to CreateFrameDialog()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2836e9ffae37a40e682bedab99c3c1c47582e902]

        INTEGRATION: CWS fwk79 (1.2.62); FILE MERGED 2007/12/13 06:18:24 cd 1.2.62.1: #i84193# Add merged command URLs to the list of dirty images

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df4c3080302f1e71837cc33952a39caa1d2d2df5]

        INTEGRATION: CWS fwk79 (1.36.2); FILE MERGED 2007/12/13 06:18:24 cd 1.36.2.1: #i84193# Add merged command URLs to the list of dirty images

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [92f541be50755ade3e18ac60d31b696e36717a46]

        INTEGRATION: CWS fwk79 (1.5.62); FILE MERGED 2007/11/27 13:43:35 cd 1.5.62.2: #i83922# Use correct variable and string length for SetValue command 2007/11/26 12:47:18 cd 1.5.62.1: #i83922# Use correct variable to check float/integer value

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d7794015144f8860345388c10512345d17bf473a]

        INTEGRATION: CWS fwk79 (1.4.104); FILE MERGED 2007/11/27 10:05:41 as 1.4.104.1: #i80315# mark top level document windows as such so they are recognized by the window manager

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dcc771cf5181f6d58759cb47c836c31f89a71a84]

        INTEGRATION: CWS fwk79 (1.2.62); FILE MERGED 2007/12/13 06:18:07 cd 1.2.62.1: #i84193# Add merged command URLs to the list of dirty images

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [18a15574b9b2fc698f800a8bdf0b4e845899bfc1]

        INTEGRATION: CWS fwk79 (1.20.4); FILE MERGED 2007/12/13 06:18:07 cd 1.20.4.1: #i84193# Add merged command URLs to the list of dirty images

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d60f1aca5769a5717a9a64d8e2f237a7bdb5cc71]

        INTEGRATION: CWS fwk79 (1.1.2); FILE ADDED 2007/12/13 08:41:24 pb 1.1.2.2: fix: #i84302# syntax error fixed (linux and solaris) 2007/12/07 08:28:55 cd 1.1.2.1: #i84302# New header file command info structure

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a8339e9eb6b8da890501650df3a2cc658b721dba]

        INTEGRATION: CWS fwk79 (1.3.104); FILE MERGED 2007/11/27 10:05:41 as 1.3.104.1: #i80315# mark top level document windows as such so they are recognized by the window manager

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39c313fcc878af92efa901df60704c14ad958884]

        INTEGRATION: CWS fwk79 (1.20.212); FILE MERGED 2007/12/04 10:58:49 mav 1.20.212.1: #i83632# catch the exceptions

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [556aedace9d3ea5d1f18f959a6aa3cb8ce9a4830]

        INTEGRATION: CWS fwk79 (1.10.10); FILE MERGED 2007/12/09 16:13:30 pb 1.10.10.1: fix: #i83757# ActivatePage( const String& rPageURL ) added

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [06f475ba11cec54c6a11196409b6862a406fd483]

        INTEGRATION: CWS fwk79 (1.50.8); FILE MERGED 2008/01/08 06:35:21 pb 1.50.8.3: fix: #i83757# more adjustments 2008/01/07 16:59:55 pb 1.50.8.2: fix: #i83757# more adjustments 2007/12/09 16:14:49 pb 1.50.8.1: fix: #i83757# ActivatePage( const String& rPageURL ) added

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [66fe8a7e122f0f25b1115338f49d5c5086032867]

        INTEGRATION: CWS fwk79 (1.19.60); FILE MERGED 2007/12/06 12:12:16 cd 1.19.60.1: #i81004# Remove obsolete code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [78647203dbb22e9b0017847634e666e96219ef40]

        INTEGRATION: CWS fwk79 (1.31.160); FILE MERGED 2007/12/09 16:09:45 pb 1.31.160.1: fix: #i83757# parameter added to CreateFrameDialog()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [810c80fe0e654db2f4c5112705d202217019566a]

        INTEGRATION: CWS fwk79 (1.43.8); FILE MERGED 2008/01/07 16:59:55 pb 1.43.8.2: fix: #i83757# more adjustments 2007/12/09 16:10:41 pb 1.43.8.1: fix: #i83757# parameter added to CreateFrameDialog()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39c38ea7723a0cff33547e7b2ba8ad4327df3458]

        INTEGRATION: CWS localisation27 (1.41.56); FILE MERGED 2008/01/04 16:49:24 vg 1.41.56.1: #i83975#,#i84327#,#i84735#,#i82027#,#i82066#,#i84772#,#i83976#,#i60685#,#i84794#,#i84769#,#i84789#,#i82024#,#i80800#,#i84798#,#i82068#,#i82508#,#i84810#,#i80605#,#i84706#,#i84773#,#i83711#,#i80820#,#i84762#,#i82026#,#i81834#,#i84793#,#i84771#,#i81747#,#i84817#,#i81436#,#i80607#,#i84039#,#i82536#,#i82541#,#i84657#,#i83116#,#i83095#,#i73470#,#i84007#,#i83123#,#i83821#,#i83118#,#i84682#,#i83630#,#i31062#,#i84818#,#i84737#,#i82025#,#i80908#,#i83973#,#i81835#,#i84746#,#i80801#,#i45576#,#i81844#,#i83824#,#i84779#,#i78176#,#i83974#,#i76534#,#i69356#,#i84644# localisation27 CWS

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [14a0ed7715107ae39d1cb0b6b2e21cb613315fe1]

        INTEGRATION: CWS fwk79 (1.4.426); FILE MERGED 2007/12/03 14:59:31 cd 1.4.426.1: #i84118# Fixed wrong description for the paint function

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d5a732a11312c9e35427dd780102363b34ba7b73]

        INTEGRATION: CWS fwk79 (1.4.424); FILE MERGED 2007/12/13 06:23:03 cd 1.4.424.2: i84119# Fixed typo 2007/12/03 15:00:45 cd 1.4.424.1: #i84119# Fixed wrong usage of toolbar and revised initialization part of the service

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c82d553a171cf2b04a926e577da7f47454625902]

        INTEGRATION: CWS fwk79 (1.2.2); FILE ADDED 2007/12/03 07:36:35 pb 1.2.2.2: fix: #i82464# small high contrast 2005/02/16 19:55:56 pb 1.2.2.1: file sch06308.png was added on branch cws_src680_fwk79 on 2007-12-03 07:36:35 +0000

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4b13877f7abfe6beaf113b0942634bf4a336f678]

        INTEGRATION: CWS fwk79 (1.2.2); FILE ADDED 2007/12/03 07:38:06 pb 1.2.2.2: fix: #i82464# large high contrast 2005/02/16 19:04:24 pb 1.2.2.1: file lch06308.png was added on branch cws_src680_fwk79 on 2007-12-03 07:38:06 +0000

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bbcd59a53a5f1ae71ebb792d26a48c6a550e8776]

        INTEGRATION: CWS localisation27 (1.19.20); FILE MERGED 2008/01/03 16:14:07 vg 1.19.20.1: #i83975#,#i84327#,#i84735#,#i82027#,#i82066#,#i84772#,#i83976#,#i60685#,#i84794#,#i84769#,#i84789#,#i82024#,#i80800#,#i84798#,#i82068#,#i82508#,#i84810#,#i80605#,#i84706#,#i84773#,#i83711#,#i80820#,#i84762#,#i82026#,#i81834#,#i84793#,#i84771#,#i81747#,#i84817#,#i81436#,#i80607#,#i84039#,#i82536#,#i82541#,#i84657#,#i83116#,#i83095#,#i73470#,#i84007#,#i83123#,#i83821#,#i83118#,#i84682#,#i83630#,#i31062#,#i84818#,#i84737#,#i82025#,#i80908#,#i83973#,#i81835#,#i84746#,#i80801#,#i45576#,#i81844#,#i83824#,#i84779#,#i78176#,#i83974#,#i76534#,#i69356#,#i84644#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6713c38a9449c0a8727f3b274f7c51ca0e44beb2]

        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>  [e1ba8ecd80fb0b45b96bb24c62b529a22df6383a]

        INTEGRATION: CWS fwk79 (1.19.22); FILE MERGED 2007/12/03 07:53:30 pb 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED 2007/11/29 11:38:50 pb 1.19.22.1: fix: #i83002# getControl(): no assert if control == LISTBOX_FILTER_SELECTOR

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [57dd3eee729a98354d03d2648caa7dbd936f031f]

        INTEGRATION: CWS unoapi2 (1.3.10); FILE MERGED 2007/11/22 14:10:47 cn 1.3.10.1: #i83871# update list with issues

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2e3dc71e91d516be697a788da4ff556552d39f01]

        INTEGRATION: CWS unoapi2 (1.2.10); FILE MERGED 2007/11/22 14:10:47 cn 1.2.10.1: #i83871# update list with issues

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [afa9593411bac0ddeb6afe83d399217348cc9736]

        INTEGRATION: CWS unoapi2 (1.5.28); FILE MERGED 2007/11/30 15:24:56 cn 1.5.28.1: #i83868# update issues

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0c98a20f0daf548984571fdc8abe877f35d0ebfe]

        INTEGRATION: CWS unoapi2 (1.4.28); FILE MERGED 2007/11/30 15:24:56 cn 1.4.28.1: #i83868# update issues

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b00dd95e91101416db0f1416024f5c819027ebd3]

        INTEGRATION: CWS unoapi2 (1.3.6); FILE MERGED 2007/12/10 17:28:46 cn 1.3.6.2: #i83871# update lists 2007/12/10 16:48:31 cn 1.3.6.1: #i83871# update lists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [12f4b91b003ded1d09deae26fd007a7ffb405696]

        INTEGRATION: CWS unoapi2 (1.6.580); FILE MERGED 2007/12/20 07:59:18 cn 1.6.580.1: #i83871# update lists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [935c5cf50a25f8ba935d519d199a33f8e4ca73cd]

        INTEGRATION: CWS unoapi2 (1.7.64); FILE MERGED 2007/12/20 07:59:18 cn 1.7.64.1: #i83871# update lists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [50fcaeb882db99bfc6c70eca6118963c5d4f4a74]

        INTEGRATION: CWS unoapi2 (1.4.6); FILE MERGED 2007/12/04 14:52:16 cn 1.4.6.1: #i83871# update lists with issues

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40d326aae5d8badde796437a031c0a16cd690a52]

        INTEGRATION: CWS unoapi2 (1.7.26); FILE MERGED 2007/12/10 11:31:36 cn 1.7.26.1: #i83871# update lists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8520c5a4ea9cc46783646f271b94e57bb69e9f50]

        INTEGRATION: CWS unoapi2 (1.8.24); FILE MERGED 2007/12/10 11:31:36 cn 1.8.24.1: #i83871# update lists

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ead5dfd741b7b1cb9ba4847525a869d3827085f8]

        INTEGRATION: CWS aquavcl04 (1.25.32); FILE MERGED 2007/11/28 14:16:42 pl 1.25.32.1: #i84053# ignore -psn on commandline on macosx

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [79d8090e6027ff15cee68bf0f7bfc25cebfaa859]

        INTEGRATION: CWS aquavcl04 (1.33.32); FILE MERGED 2007/11/28 14:16:42 pl 1.33.32.1: #i84053# ignore -psn on commandline on macosx

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [13aa94ed95a32f6f0b19bddf99a2f4876c575ec6]

        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>  [7f276b77ae1af761cdec638fb6e78b4dbc5113d9]

        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>  [1a0620aacd00d0c58a23e06b4e08a94ee7997ab8]

        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>  [44412abb4913444cfa9ff1b4acada3914305eeec]

        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>  [fccdb28ea96232f34ee7d02a6c7b74ddaa6f4d18]

        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>  [10fe07bfa5afccd39f6d50e991d0662e385ef05a]

        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>  [4e511d5d06e842f74101c73bf4a6e82aedb17595]

        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>  [13f9e8cd00351a447e2635f60b7d37f0ebdb3c41]

        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>  [16d7699621447181ef50eac75bf4b1a64929eeb7]

        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>  [b6abdfa524e36f3ce41bd2ff050845f74097cad3]

        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>  [db582137748933e9eb454e7db84dcd22f7dea83b]

        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>  [d014739a22990989241a4b2e09dcfe5dbf640df4]

        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>  [fe348e390bccd7d6184581d0a13840363cfa9282]

        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>  [b9c6661aaf71b8c39c5220d9f931d1f51ababde1]

        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>  [6203919767e9a4d1c16c575ddd25d02cf3c9d6dc]

        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>  [d0627050c93d470dbd2592e7c2860747f16f7cc5]

        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>  [bc89ebbc9b3f00d7806947dbe3e9beb539f69c9f]

        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>  [edb3149f1f1170f3f3017e363846308ad753a22a]

        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>  [935c2b9f8030671ba8711b700517e3c98a70f31b]

        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>  [06f4366d53d152d9ecda2f3ffbe4eeac0708ba51]

        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>  [2a823d4321227cb486d2994f110073f6427de6bb]

        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>  [4016b5175fd5e53ef9c36a74d8bfab1b6563256f]

        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>  [e609a332ed154017aed8b15c6427f0da39fd3b04]

        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>  [95312fe44679f9a12780e3c7e642b12d984afbcf]

        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>  [10fa4f1b56231a9aca07b962e7bfc605ce20eaa3]

        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>  [c85f14a3a1a7e23265e8b9c306e4196e27a392b5]

        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>  [2c8e9c837ebd7498b7bd0d662eb11f0908c907f3]

        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>  [767be24a69850a0761179c8570c7abc427da638a]

        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>  [1e562348f876951487ed35ceb004402177f6e8c5]

        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>  [a0be22bcc949cc2c57dfc1ba9804d8e68ae550a3]

        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>  [5091be93d98986ce23025c8d2f226661c17d770c]

        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>  [3ac55e3291924d7dd1c293b3cda59f5af1754b8e]

        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>  [a498ad9acddecd3e1881d47c5a25b21439fa323f]

        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>  [976093938e62e39a245257ea0dd65df968a3abeb]

        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>  [edb9c3a226345bd52487bda43a80b6b2c2ad8938]

        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>  [71b813ee3e529b38523c2bedb91a4eecb8598dfa]

        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>  [315f4b2dfb9057bfc579d967e2e0eb61b7437fd5]

        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>  [3032e685ca75b86ac243f7fe1f088a5a8f609691]

        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>  [c5d83ee75b8181d4004efd0895bcc5349b18b035]

        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>  [fd3a388c416948d4a1f177875b5b7b5f409fdeda]

        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>  [e68f442968c35bc8b93293abe1d8b0e5a7e820b9]

        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>  [6c0e43885343d60e99c5e214d4261c58a06c4d8f]

        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>  [af255e88998031df5f46cf893d5987243304491b]

        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>  [51f3bb2d09ef146ce5966023c1ccf289e20d3ed4]

        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>  [6a64b1cb4cb582ab8800122fbe3f3c80fa960792]

        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>  [f809f27fb1af816cc687aa521b029e502419a33b]

        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>  [d09ada8e4cc5c01cafbcd2c8c0569ae381c84dff]

        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>  [9ac7757416d4edc71bbd6f1a62c97e1864141962]

        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>  [c5c0d6df2acb090ff356d9884fd5105141f68e59]

        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>  [66f81308d097f6789d594c0f08ff6866608a2aaa]

        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>  [124e488da068b8a4ba90c792ced04e932923c9ec]

        INTEGRATION: CWS aquavcl04 (1.5.2); FILE MERGED 2007/10/18 14:10:58 pl 1.5.2.2: #i77848# add cursor files 2007/10/17 18:06:52 pl 1.5.2.1: #i77848# add cursor images

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0ff1aaf8b490df69fad8f6352f8cc03f69e00f0b]

        INTEGRATION: CWS aquavcl04 (1.2.48); FILE MERGED 2007/12/10 14:00:53 pl 1.2.48.1: #i77588# add user document path

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ab049ea623905dfb6f067c1469f3813bf90646a9]

        INTEGRATION: CWS aquavcl04 (1.4.2); FILE MERGED 2007/12/10 14:00:53 pl 1.4.2.3: #i77588# add user document path 2007/12/10 12:08:37 pl 1.4.2.2: remove unused carbon header 2007/11/28 13:00:55 pl 1.4.2.1: #i84050# fix buffer overflow

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dce92330dabf16954d8ddc6fb07cee5a51045883]

        INTEGRATION: CWS aquavcl04 (1.28.134); FILE MERGED 2007/10/18 16:34:24 pl 1.28.134.1: #i77848# use correct pointer styles for HDL_UPPER and HDL_LEFT

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8971ad2c4fdb9643c24e176be8d79eceb31df826]

        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>  [6a5498f1bfe3467efb6e500e53394abe7e9fb457]

        INTEGRATION: CWS aquavcl04 (1.146.50); FILE MERGED 2007/12/03 10:32:28 pl 1.146.50.3: RESYNC: (1.147-1.149); FILE MERGED 2007/11/16 06:23:12 pl 1.146.50.2: RESYNC: (1.146-1.147); FILE MERGED 2007/10/19 15:18:57 pl 1.146.50.1: #i79131# no more KEY_CONTROLMOD

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4419a9813120ebac0f7319cbd889bdaf182a9439]

        INTEGRATION: CWS aquavcl04 (1.100.54); FILE MERGED 2007/12/11 13:32:03 pl 1.100.54.2: workaround a warning on Windows 2007/12/06 11:53:55 hdu 1.100.54.1: #i84305# enable support for advanced typography of Quartz fonts

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e7c1b9d89463fc911315722e473e417471087db2]

        INTEGRATION: CWS aquavcl04 (1.14.22); FILE MERGED 2007/11/07 15:32:42 gh 1.14.22.2: #i83007#about and settings dialog for MacOS 2007/10/26 14:37:12 gh 1.14.22.1: #i83007# enable opening about and settings dialog from application menu for testtool

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b4cb65a77eb3f8cd3403ffda69aee32dee5eb2e9]

        INTEGRATION: CWS aquavcl04 (1.11.32); FILE MERGED 2007/11/07 15:32:42 gh 1.11.32.1: #i83007#about and settings dialog for MacOS

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cdf84bf059daa4f8455416a0e0961648d066ec9a]

        INTEGRATION: CWS aquavcl04 (1.75.4); FILE MERGED 2007/11/21 10:11:18 gh 1.75.4.3: Testtool is called VCLTestTool 2007/11/09 11:08:05 pl 1.75.4.2: #i83007# replace %PRODUCTNAME 2007/11/07 15:32:42 gh 1.75.4.1: #i83007#about and settings dialog for MacOS

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ac7426267c4350bea8176ff39dcd269fc8ac5143]

        INTEGRATION: CWS aquavcl04 (1.21.6); FILE MERGED 2007/11/19 12:01:28 pl 1.21.6.4: enable leopard builds in sun buildenv 2007/11/16 06:22:49 pl 1.21.6.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/15 15:17:57 pl 1.21.6.2: #i82627# changes suggested by ause 2007/10/15 13:25:28 pl 1.21.6.1: #i82627# compile objective c++ as c++ not c

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d1911f00cbe834545ef37dc56d0546442f38ed76]

        INTEGRATION: CWS aquavcl04 (1.90.40); FILE MERGED 2007/11/16 06:22:46 pl 1.90.40.3: RESYNC: (1.90-1.91); FILE MERGED 2007/10/15 14:03:39 pl 1.90.40.2: #i82627# changed touch command to resemble c++ case 2007/10/15 13:25:28 pl 1.90.40.1: #i82627# compile objective c++ as c++ not c

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [eb08107cefa7a9ebc1e79de25dad3f4f794163a3]

        INTEGRATION: CWS pentaho1 (1.237.12); FILE MERGED 2008/01/07 14:12:11 oj 1.237.12.1: #i85040# jar file revisions changed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e440536078d784d02c564958fc0a051d2a1ab038]

        INTEGRATION: CWS pentaho1 (1.211.12); FILE MERGED 2008/01/07 14:12:06 oj 1.211.12.1: #i85040# jar file revisions changed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [28755a36609c24d618c4bc52347bfa5f19746c12]

        INTEGRATION: CWS pentaho1 (1.2.10); FILE MERGED 2007/10/22 11:51:42 oj 1.2.10.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [45d98989d9db01e4fe58422962916ca12a7e6087]

        INTEGRATION: CWS pentaho1 (1.3.10); FILE MERGED 2007/10/23 05:45:50 oj 1.3.10.2: #i80723# #i81510# makefile changes 2007/10/22 11:51:42 oj 1.3.10.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e99a94dbc18dfb998f7b4f3d07f1f25e9f4fe6d9]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/10/22 11:51:04 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3899cabcc8e04bb7f356ac8d396d9d0db368908c]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/10/22 11:50:55 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3981e0ae44c786aaecfd6771e606a518b78b69ed]

        INTEGRATION: CWS pentaho1 (1.2.6); FILE MERGED 2007/10/22 11:50:22 oj 1.2.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4b33f5d9f1d4741f4c028c6993a3a12fd38a806a]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/12/03 07:37:18 oj 1.1.2.2: #i80723# enable patch file 2007/10/22 11:50:44 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1a89430b9c020e23b272e3356c76fc9411a16f50]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/10/23 05:45:50 oj 1.1.2.2: #i80723# #i81510# makefile changes 2007/10/22 11:45:27 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d72b25d3a78281c60e31c4760a8a6f75632893a4]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/23 05:45:50 oj 1.3.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:24 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e0dfccfc39071b5684dd0eb006d0386db5db0d78]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/23 05:45:49 oj 1.3.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:24 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4e585a0f26f5d1680b8676259094d0ab1e0daba4]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/23 05:45:49 oj 1.3.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:23 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aec21ea5c2625a99ceaa63e189c810f1953ca1e4]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/23 05:45:48 oj 1.3.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:23 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ae7e5e50f410ad4b65aa528420d8df898d41cbfc]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/12/03 07:36:50 oj 1.1.2.3: #i80723# enable patch file 2007/10/23 05:45:48 oj 1.1.2.2: #i80723# #i81510# makefile changes 2007/10/22 11:45:58 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cd55f1ffa3b36f0f115daef2df44d25ba7e57122]

        INTEGRATION: CWS pentaho1 (1.4.6); FILE MERGED 2007/10/23 05:45:48 oj 1.4.6.2: #i80723# #i81510# makefile changes 2007/10/22 11:41:22 oj 1.4.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d863f7ac59a223fa83a166683ea0980e8ee7f9d]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/10/22 11:49:05 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [10fb3049990999bd6837384291b604b8f7ff9382]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/22 11:48:23 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [66183aae25797b6cf3d0f4369538df9616d0d081]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/12/18 07:04:11 oj 1.3.6.2: #i80723# remove last jar files from zip files 2007/10/22 11:48:22 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f4388832a3bbc35277b3166c7b626aa3a4d4b063]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/22 11:48:21 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e073e89ded613204125713d83f07f8c3da0536aa]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/22 11:48:20 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e0d87fa0010a58e1cb59bd9369530e516522a569]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/12/18 07:04:10 oj 1.1.2.2: #i80723# remove last jar files from zip files 2007/10/22 11:49:47 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8c2cd285df3f97b0a107df4a08adda41b985eec9]

        INTEGRATION: CWS pentaho1 (1.3.6); FILE MERGED 2007/10/22 11:48:19 oj 1.3.6.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fef0be494820d3b602c8fe21495070944a49bed4]

        INTEGRATION: CWS pentaho1 (1.1.2); FILE ADDED 2007/10/22 11:49:19 oj 1.1.2.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c7fd5f0a2c6de15150ade557c482787b9998778c]

        INTEGRATION: CWS pentaho1 (1.8.10); FILE MERGED 2007/12/19 06:14:08 oj 1.8.10.2: RESYNC: (1.8-1.10); FILE MERGED 2007/10/22 12:00:30 oj 1.8.10.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1c8d03bdfe8a19e4a383d246c402caa20687f919]

        INTEGRATION: CWS pentaho1 (1.4.32); FILE MERGED 2007/12/19 06:14:04 oj 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/22 12:00:30 oj 1.4.32.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b86f193144483fa1da1830618a3988fd76d7fd45]

        INTEGRATION: CWS pentaho1 (1.3.32); FILE MERGED 2007/12/19 06:14:01 oj 1.3.32.2: RESYNC: (1.3-1.5); FILE MERGED 2007/10/22 12:00:30 oj 1.3.32.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e4e8f574292b83516c50c088a25ebb1dca7b5eae]

        INTEGRATION: CWS pentaho1 (1.2.40); FILE MERGED 2007/10/22 12:00:30 oj 1.2.40.1: #i80723# #i81510# switch to new branch from pentaho

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b2b5bfcb9b6500c74df1003e40faac7628ba061a]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 10:20:03 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bd0429d9f07bfa0bc7d17faaf02131d7c659fa5c]

        INTEGRATION: CWS wae4extensions (1.6.78); FILE MERGED 2007/09/27 10:20:03 fs 1.6.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [57993745f333e7fcaa0721ac0eb479fa80c28896]

        INTEGRATION: CWS wae4extensions (1.12.30); FILE MERGED 2008/01/09 21:11:32 ericb 1.12.30.3: RESYNC: (1.12-1.13); FILE MERGED 2007/10/03 12:50:50 ericb 1.12.30.2: #i81612# fix warning because of uninitialized value 2007/09/27 12:18:50 fs 1.12.30.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9010df67eca2e0ebf41ef1284541d4698be4b157]

        INTEGRATION: CWS wae4extensions (1.6.22); FILE MERGED 2008/01/10 13:58:02 vg 1.6.22.1: Avoid warning 'may be used uninitialized in this function' on Mac.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c685df24527cb274a765591240b28c46ae8494f]

        INTEGRATION: CWS wae4extensions (1.7.8); FILE MERGED 2008/01/09 21:11:29 ericb 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/03 12:50:00 ericb 1.7.8.1: #i81612# fix warning because of uninitialized values

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4230ce2b6d162bccfc2f26c3b35dddcb1f7f589a]

        INTEGRATION: CWS wae4extensions (1.8.192); FILE MERGED 2007/09/27 10:20:02 fs 1.8.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [758536f78939e1c0391d75d43f0a1aaf3ccd4342]

        INTEGRATION: CWS wae4extensions (1.5.192); FILE MERGED 2007/09/27 10:20:02 fs 1.5.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [562b2d6c9952393430dc64f9fadc383e564a2902]

        INTEGRATION: CWS wae4extensions (1.11.144); FILE MERGED 2007/10/01 11:10:45 fs 1.11.144.3: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:50 fs 1.11.144.2: #i81612# warning-free on unxlngi6/.pro 2007/09/27 10:20:02 fs 1.11.144.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c34e717ce9ee8f250b7c94e08b8e94833de19f4d]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 10:20:02 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [97a3009a852d936b4456d185898f29b29dae2cb0]

        INTEGRATION: CWS wae4extensions (1.10.90); FILE MERGED 2007/09/27 10:20:02 fs 1.10.90.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c08d834168ad2b4275807d2e340da4669438619c]

        INTEGRATION: CWS wae4extensions (1.8.192); FILE MERGED 2007/10/01 13:24:31 fs 1.8.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:50 fs 1.8.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e846265e992fdbb94c99b9c141de8e19e71177df]

        INTEGRATION: CWS wae4extensions (1.13.78); FILE MERGED 2007/10/01 13:24:31 fs 1.13.78.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:50 fs 1.13.78.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f2ccdb145f607b0568a45fd42416db4a02d4f855]

        INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED 2007/10/01 13:24:31 fs 1.5.388.2: #i81612# warning-free code (unxsoli4) 2007/10/01 11:44:12 fs 1.5.388.1: #i81612# warning-free code (unxsoli4)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f34d41ab11f9e6d872971c55eb7025c37cd01473]

        INTEGRATION: CWS wae4extensions (1.13.78); FILE MERGED 2007/10/03 13:26:38 fs 1.13.78.4: #i10000# warning-freeness on unxsols4 2007/10/01 13:24:31 fs 1.13.78.3: #i81612# warning-free code (unxsoli4) 2007/10/01 11:44:12 fs 1.13.78.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:50 fs 1.13.78.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [acfe37080f7a2421603a3abd2191bf69f5796e45]

        INTEGRATION: CWS wae4extensions (1.8.138); FILE MERGED 2007/09/27 12:18:50 fs 1.8.138.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b686b44f76a42055e6cc38fc6c7c66acac581431]

        INTEGRATION: CWS wae4extensions (1.11.78); FILE MERGED 2007/10/03 12:48:53 ericb 1.11.78.2: #i81612# fix warning because of uninitialized values 2007/09/27 07:18:26 fs 1.11.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [318420e10f8957b21372e4a5c90feedc52f79544]

        INTEGRATION: CWS wae4extensions (1.10.30); FILE MERGED 2007/09/27 07:18:26 fs 1.10.30.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2e55a808b50dcae0306d2ad79d8ad786bb04269e]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/09/27 07:18:26 fs 1.6.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [96d980e3ff4df42f96c10f459a5e83bb9b8e8339]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 07:18:26 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [04647c5c01253d5a763b6b1c7297733803560455]

        INTEGRATION: CWS wae4extensions (1.3.388); FILE MERGED 2007/09/27 07:18:26 fs 1.3.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1015422ae20587b831dc659ad04c66782132dd97]

        INTEGRATION: CWS wae4extensions (1.9.78); FILE MERGED 2007/09/27 07:18:26 fs 1.9.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01515a0378ce84dacbb41f785cf5fa2e448ec077]

        INTEGRATION: CWS wae4extensions (1.8.138); FILE MERGED 2007/09/27 07:18:26 fs 1.8.138.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [76eb7d74d72c1ebf2728c3ecde39d46b329f3eab]

        INTEGRATION: CWS wae4extensions (1.27.44); FILE MERGED 2008/01/09 21:11:25 ericb 1.27.44.2: RESYNC: (1.27-1.28); FILE MERGED 2007/09/27 07:18:25 fs 1.27.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8395fdee33b1744759ca3c1273d31c0010fd18ce]

        INTEGRATION: CWS wae4extensions (1.8.78); FILE MERGED 2007/09/27 07:18:25 fs 1.8.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c52b799a451885f9ee323d67d542795c985ad21]

        INTEGRATION: CWS wae4extensions (1.10.44); FILE MERGED 2007/09/27 07:18:25 fs 1.10.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40165c0d9f305f4e5c3e75d9b6dde5ddfa471c7c]

        INTEGRATION: CWS wae4extensions (1.14.44); FILE MERGED 2007/09/27 07:18:25 fs 1.14.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8b2184c1d7496d1cdcd7b809c0f5f8cee3cc9b17]

        INTEGRATION: CWS wae4extensions (1.7.230); FILE MERGED 2007/09/27 07:18:25 fs 1.7.230.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a5f26514bd895b02ea57f6f6657255b8984ae47d]

        INTEGRATION: CWS wae4extensions (1.38.44); FILE MERGED 2007/09/27 07:18:25 fs 1.38.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bef56b13dcd7f86b682dfadfcd6e662f21402e00]

        INTEGRATION: CWS wae4extensions (1.2.78); FILE MERGED 2007/09/27 07:18:25 fs 1.2.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [abe1e9a08ab4eee0b66e0ca37fe52a683199a89d]

        INTEGRATION: CWS wae4extensions (1.7.44); FILE MERGED 2007/09/27 07:18:25 fs 1.7.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ff227c495cb94a79bdeda00de8da07d789e19ec4]

        INTEGRATION: CWS wae4extensions (1.3.230); FILE MERGED 2007/09/27 07:18:25 fs 1.3.230.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c3ce007d615977fc9d0837cb409de273f4ab31d]

        INTEGRATION: CWS wae4extensions (1.6.44); FILE MERGED 2007/09/27 07:18:25 fs 1.6.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fb6bc3c30206c24da808a7ecf140eabc69d26bd8]

        INTEGRATION: CWS wae4extensions (1.46.30); FILE MERGED 2008/01/09 21:11:22 ericb 1.46.30.2: RESYNC: (1.46-1.47); FILE MERGED 2007/09/27 07:18:25 fs 1.46.30.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3f544ab8ec327977c8d5ea1b5d85c04c3b9bac63]

        INTEGRATION: CWS wae4extensions (1.11.78); FILE MERGED 2007/09/27 07:18:25 fs 1.11.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [30093cb3131149746ced1d35fad842e967484dc3]

        INTEGRATION: CWS wae4extensions (1.2.296); FILE MERGED 2007/09/27 07:18:25 fs 1.2.296.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [459fdb6fda2d817d87b9a9dbc667c31930cc9726]

        INTEGRATION: CWS wae4extensions (1.5.44); FILE MERGED 2008/01/09 21:11:18 ericb 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED 2007/09/27 07:18:25 fs 1.5.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [66a47cac1a6065bd000f936546e1b3f5b7d74a70]

        INTEGRATION: CWS wae4extensions (1.11.44); FILE MERGED 2008/01/09 20:35:07 ericb 1.11.44.2: #i81612# a try to fix conflicts for resync with m242 2007/09/27 07:18:25 fs 1.11.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c09d27f9af3d1e2fc3099fe6c75fcd6e4d34d3f4]

        INTEGRATION: CWS wae4extensions (1.17.78); FILE MERGED 2007/09/27 07:18:25 fs 1.17.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2a94447e339a3f16c9e835021d7934c362060a1e]

        INTEGRATION: CWS wae4extensions (1.4.224); FILE MERGED 2007/09/27 07:18:24 fs 1.4.224.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [499dc9cf10f5e4e22399049bc591fe4aeccc0961]

        INTEGRATION: CWS wae4extensions (1.9.30); FILE MERGED 2008/01/09 20:35:42 ericb 1.9.30.2: #i81612# a try to fix conflicts for resync with m242 2007/09/27 07:18:24 fs 1.9.30.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d12e313458fa1f9fcde24b97d3d94d21e7948ab7]

        INTEGRATION: CWS wae4extensions (1.9.138); FILE MERGED 2007/09/27 07:18:24 fs 1.9.138.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a3129d582bb2a601328242074292e8ab6239f69b]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/09/27 07:18:24 fs 1.6.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [50afa7278c62edf69a8fb67af8785fe5afea89cc]

        INTEGRATION: CWS wae4extensions (1.6.44); FILE MERGED 2007/09/27 07:18:24 fs 1.6.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [76cf2df5c29a4c94f2edfc631998d83b5f6f422b]

        INTEGRATION: CWS wae4extensions (1.11.138); FILE MERGED 2007/09/27 07:18:24 fs 1.11.138.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ee62112c8bab97823ce12f14dae538646d565c0a]

        INTEGRATION: CWS wae4extensions (1.20.30); FILE MERGED 2007/09/27 07:18:24 fs 1.20.30.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [341dfb14d6e7fba8b190fedd7145bea5445216ac]

        INTEGRATION: CWS wae4extensions (1.16.30); FILE MERGED 2007/09/27 07:18:24 fs 1.16.30.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8f4311456a412f4f636f9649f2273028334dc4e7]

        INTEGRATION: CWS wae4extensions (1.3.192); FILE MERGED 2007/09/27 10:20:02 fs 1.3.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f28c281778f49e29afc495a3c3f21d9c3ac8ea52]

        INTEGRATION: CWS wae4extensions (1.4.388); FILE MERGED 2007/10/01 11:10:45 fs 1.4.388.1: #i81612# warning-free code (unxsoli4)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8b6392317329f530107355ba1a137e5e82028d4c]

        INTEGRATION: CWS wae4extensions (1.15.78); FILE MERGED 2007/09/27 10:20:02 fs 1.15.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a422be7f39f42e4883cb5c71ef3f676dc24453f9]

        INTEGRATION: CWS wae4extensions (1.14.188); FILE MERGED 2007/09/27 10:20:01 fs 1.14.188.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3f23cfb6c8063ea65933f6bc74bf3476fc55f681]

        INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED 2007/09/27 10:20:01 fs 1.7.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8d5df0d13d15c530e847b791084485d3ecef1f66]

        INTEGRATION: CWS wae4extensions (1.11.192); FILE MERGED 2007/09/27 12:18:49 fs 1.11.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cdc5af0c27e8b5e85feb5a7f271671a95d10d086]

        INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED 2007/10/01 12:14:36 fs 1.7.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.7.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f1f009de9d5ac1991917ef126b36350dfc41b47e]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/10/06 13:51:11 ericb 1.6.192.4: #i81612# fix breaker in plugcon.cxx (missing parentheses) 2007/10/01 13:39:40 fs 1.6.192.3: #i81612# warning-free code (unxsoli4) 2007/10/01 12:14:36 fs 1.6.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.6.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6e6e6a7ec730d244772b735f3d642f846b12c09b]

        INTEGRATION: CWS wae4extensions (1.14.140); FILE MERGED 2007/10/01 13:39:40 fs 1.14.140.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.14.140.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f7ac7fcf70148bb882585bb3518e46eba4575670]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/10/06 14:01:04 ericb 1.6.192.3: #i81612# fix breaker in nppapi.cxx (missing parentheses) 2007/10/01 12:14:36 fs 1.6.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.6.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0075caebc9a653ae4b928be5794b4faa91668380]

        INTEGRATION: CWS wae4extensions (1.10.192); FILE MERGED 2007/10/06 08:49:36 ericb 1.10.192.4: #i81612# fix breaker in npnapi.cxx (missing parentheses) 2007/10/03 20:29:51 fs 1.10.192.3: #i81612# now that the proper npsdk/npupp.h is included (instead of <npupp.h>), we do use the proper structs, and don't need the dummy NULLs 2007/10/01 13:39:40 fs 1.10.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.10.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [84f8126c5b4421cfc0d46327ade52a68491536dd]

        INTEGRATION: CWS wae4extensions (1.9.192); FILE MERGED 2007/09/27 12:18:49 fs 1.9.192.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1cab5152451b3d9bf26f24258cc965a0b418b514]

        INTEGRATION: CWS wae4extensions (1.7.90); FILE MERGED 2007/10/03 20:35:56 fs 1.7.90.2: #i81612# 2007/09/27 10:20:01 fs 1.7.90.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [65eb083737455b6d30f6f4344ea1100adf4ad4b4]

        INTEGRATION: CWS wae4extensions (1.10.140); FILE MERGED 2008/01/09 21:11:15 ericb 1.10.140.5: RESYNC: (1.10-1.11); FILE MERGED 2007/10/03 20:28:55 fs 1.10.140.4: #i81612# properly include npupp.h as npsdk/npupp.h, to ensure we don't accidentally get a version outside the OOo tree 2007/10/01 13:39:40 fs 1.10.140.3: #i81612# warning-free code (unxsoli4) 2007/10/01 12:14:36 fs 1.10.140.2: #i81612# warning-free code (unxsoli4) 2007/10/01 11:10:45 fs 1.10.140.1: #i81612# warning-free code (unxsoli4)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aa2e9406db3a464e01c9c89174b0c4d20ebebcc2]

        INTEGRATION: CWS wae4extensions (1.6.386); FILE MERGED 2007/10/01 11:10:45 fs 1.6.386.2: #i81612# warning-free code (unxsoli4) 2007/09/27 12:18:49 fs 1.6.386.1: #i81612# warning-free on unxlngi6/.pro

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6c9067116f26d045330e01a2a8dcc838deec3c2f]

        INTEGRATION: CWS wae4extensions (1.2.44); FILE MERGED 2008/01/10 10:21:57 ericb 1.2.44.6: #i81612# fix forgotten warning in aqua build 2008/01/09 13:06:33 ericb 1.2.44.5: #i81612# solve conflicts ( m242 resync) 2007/11/16 13:17:13 ericb 1.2.44.4: #i81612# cosmetic change in sysplug.hxx 2007/11/16 13:08:47 ericb 1.2.44.3: #i81612# solve conflict 2007/11/16 12:41:12 ericb 1.2.44.2: #i81612# a fix for conflict ( due to macleopardbuild integration) 2007/10/03 12:47:21 ericb 1.2.44.1: #i81612# fix warning because of bad type in aqua mozilla plugin

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c34bd7048ad6a49cfe40c76d8661addecdbc9192]

        INTEGRATION: CWS wae4extensions (1.5.68); FILE MERGED 2007/09/27 10:20:01 fs 1.5.68.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [50070bed70a1d123f2f7289900f630d514273fc2]

        INTEGRATION: CWS wae4extensions (1.6.388); FILE MERGED 2007/10/01 11:10:45 fs 1.6.388.2: #i81612# warning-free code (unxsoli4) 2007/09/27 10:20:01 fs 1.6.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [77c8c466030129aec5c08aace16bbfd57baf4372]

        INTEGRATION: CWS wae4extensions (1.21.44); FILE MERGED 2008/01/09 21:11:11 ericb 1.21.44.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/01 10:26:56 fs 1.21.44.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:01 fs 1.21.44.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [71234689e8bc5dc948a8b3dd1989ca53bbcbe77d]

        INTEGRATION: CWS wae4extensions (1.3.192); FILE MERGED 2007/09/27 10:20:01 fs 1.3.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a8ca6a844945ce5395b8a33ad569a3e458037914]

        INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED 2007/10/01 10:26:56 fs 1.7.192.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:01 fs 1.7.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [48f5eee168835eed670057104dc55d5885b33f0d]

        INTEGRATION: CWS wae4extensions (1.5.192); FILE MERGED 2007/10/01 10:26:56 fs 1.5.192.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:01 fs 1.5.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4b0e9a378bb89bffc2969fb5c40ea043316cfcf1]

        INTEGRATION: CWS wae4extensions (1.15.82); FILE MERGED 2007/10/03 12:46:42 ericb 1.15.82.3: #i81612# fix build error, because of useless NULL 2007/10/01 10:26:56 fs 1.15.82.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:01 fs 1.15.82.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b24d8cf77f12374f2b99c552065387a17ca2e68f]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/10/01 10:26:56 fs 1.4.192.1: #i81612# warning-free code (unxlngi6)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [48282ebc4a50f4df923694f4ceb390c3ab8d0202]

        INTEGRATION: CWS wae4extensions (1.8.192); FILE MERGED 2007/09/27 10:20:01 fs 1.8.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b4cdab2837a37d3460512ca25ac7a7fbb6eabde0]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 10:20:01 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e41f1ecc4391be83f7a9a271224258bbbb2c22a3]

        INTEGRATION: CWS wae4extensions (1.10.192); FILE MERGED 2007/09/27 12:18:49 fs 1.10.192.2: #i81612# warning-free on unxlngi6/.pro 2007/09/27 10:20:01 fs 1.10.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1a16e81efd3223b2fc1e6d75d67df35e91c7c9f6]

        INTEGRATION: CWS wae4extensions (1.2.44); FILE MERGED 2008/01/09 21:11:08 ericb 1.2.44.4: RESYNC: (1.3-1.4); FILE MERGED 2007/10/04 21:36:52 ericb 1.2.44.3: #i81612# add a better fix for warning in sysplug.cxx 2007/10/04 15:19:14 ericb 1.2.44.2: #i81612# fix warning on Mac OS X Aqua 2007/10/03 12:45:23 ericb 1.2.44.1: #i81612# fix warning because of bad type in aqua mozilla plugin

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b41a7e4f5969025ed30ccac63f9be31ad7285594]

        INTEGRATION: CWS wae4extensions (1.2.44); FILE MERGED 2007/10/04 15:40:09 ericb 1.2.44.1: #i81612# fix warning (missing type)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f8266c95e55541fd5f849c5bef1cc6a3ef58d839]

        INTEGRATION: CWS wae4extensions (1.3.388); FILE MERGED 2007/10/01 12:13:45 fs 1.3.388.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [88742a676c8389f5dfc8b554e74fe24758f65808]

        INTEGRATION: CWS wae4extensions (1.5.90); FILE MERGED 2007/10/01 12:13:45 fs 1.5.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8d1da66448cfb5ed340013fac138ca16132efb8d]

        INTEGRATION: CWS wae4extensions (1.10.388); FILE MERGED 2007/10/01 12:13:45 fs 1.10.388.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fb30fbdf1eff6f2fbcb508f4a949dddc70c261f5]

        INTEGRATION: CWS wae4extensions (1.22.90); FILE MERGED 2007/10/01 12:13:45 fs 1.22.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [384f145e55013e324c28d5a5657e24389bee79b6]

        INTEGRATION: CWS wae4extensions (1.20.90); FILE MERGED 2007/10/01 12:13:44 fs 1.20.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [329f61b431779d4277f88810e19c5393f68a4a2c]

        INTEGRATION: CWS wae4extensions (1.7.90); FILE MERGED 2007/10/01 12:13:44 fs 1.7.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ded2b00c612f772d34634d0d4694084cc5d1f770]

        INTEGRATION: CWS wae4extensions (1.5.68); FILE MERGED 2007/10/01 12:13:44 fs 1.5.68.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bfbab94f4009f4e08872ed69c4e4550baaad12bb]

        INTEGRATION: CWS wae4extensions (1.18.68); FILE MERGED 2007/10/01 12:13:44 fs 1.18.68.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a3f623d7200a86dbea149b05d2feaece8dd403e2]

        INTEGRATION: CWS wae4extensions (1.4.144); FILE MERGED 2007/10/01 12:13:44 fs 1.4.144.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4aee0970503ae4e9e85228b85b72474d52247bdb]

        INTEGRATION: CWS wae4extensions (1.9.246); FILE MERGED 2007/10/01 12:13:44 fs 1.9.246.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a202b43617b5e45abc386ae6ce98105d343bfc9c]

        INTEGRATION: CWS wae4extensions (1.17.90); FILE MERGED 2007/10/01 12:13:44 fs 1.17.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6aa6bf87b8157d3184b98934dc96bcb1e011cc63]

        INTEGRATION: CWS wae4extensions (1.11.90); FILE MERGED 2007/10/01 12:13:44 fs 1.11.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f41f4a7bf9087d2943270dcf547a54e0498e9420]

        INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED 2007/10/01 12:13:44 fs 1.5.388.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fdffa874c342cf0a8986788393b05d366a164fa2]

        INTEGRATION: CWS wae4extensions (1.5.190); FILE MERGED 2007/10/01 12:13:44 fs 1.5.190.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8cb15f1b94d40d39a2380476dd4feab9041e2244]

        INTEGRATION: CWS wae4extensions (1.6.8); FILE MERGED 2007/10/01 12:00:05 fs 1.6.8.3: #i81612# warning-free code (unxsoli4) 2007/10/01 10:34:36 fs 1.6.8.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:00 fs 1.6.8.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39bb29a9c5d243e85495f7e867eda75562d58e0e]

        INTEGRATION: CWS wae4extensions (1.4.302); FILE MERGED 2007/09/27 10:20:00 fs 1.4.302.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3e2b8daddd0847c8c7d354a2fc81974c524248d5]

        INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED 2007/09/27 10:20:00 fs 1.7.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3c21fb1db6edf6b1777c877c7b5f094b7bd0440a]

        INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED 2007/10/01 12:00:05 fs 1.7.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 10:20:00 fs 1.7.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [94505a05cc59b4058be4717f7ae26dce2cb41761]

        INTEGRATION: CWS wae4extensions (1.3.192); FILE MERGED 2007/09/27 10:20:00 fs 1.3.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fa4e79883ed44c2559786419817f388c705f10a1]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 10:20:00 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [489e1411d70bb378993ce91b267298ad0386ae5c]

        INTEGRATION: CWS wae4extensions (1.15.2); FILE MERGED 2007/10/01 12:00:05 fs 1.15.2.3: #i81612# warning-free code (unxsoli4) 2007/10/01 10:34:36 fs 1.15.2.2: #i81612# warning-free code (unxlngi6) 2007/09/27 10:20:00 fs 1.15.2.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [38fc87a6e14aae8bb578b0a68bc39f0e5788b8cd]

        INTEGRATION: CWS wae4extensions (1.2.30); FILE MERGED 2007/12/25 23:06:09 ericb 1.2.30.3: #i81612# respect style 2007/12/25 23:05:11 ericb 1.2.30.2: #i81612# indent correctly 2007/12/25 22:56:15 ericb 1.2.30.1: #i81612# fix spotlight warnings, added in meantime

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [38091d77b295af1acceda82750bdbf1064c09f40]

        INTEGRATION: CWS wae4extensions (1.2.46); FILE MERGED 2007/09/27 07:18:24 fs 1.2.46.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [556e255d4f655f8dbce693555ce775884a2e49ea]

        INTEGRATION: CWS wae4extensions (1.9.192); FILE MERGED 2007/09/27 07:18:24 fs 1.9.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8ee12d27dfd14f0f08674f3d01411c7feef78d72]

        INTEGRATION: CWS wae4extensions (1.19.78); FILE MERGED 2007/09/27 07:18:24 fs 1.19.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d7489faeb73fad9ca0424911627b87ac050d6234]

        INTEGRATION: CWS wae4extensions (1.17.78); FILE MERGED 2007/09/27 07:18:24 fs 1.17.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bb225e8e42e9f5d1222f66be3143967f04cf931b]

        INTEGRATION: CWS wae4extensions (1.16.78); FILE MERGED 2007/09/27 07:18:23 fs 1.16.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4471424db2c52ad7da14e1a74eb12bddfb5ea082]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/09/27 07:18:23 fs 1.6.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [04ece0fc5bc819c6a87e51fa6ac3deb7f1011618]

        INTEGRATION: CWS wae4extensions (1.19.78); FILE MERGED 2007/09/27 07:18:23 fs 1.19.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a82bc36754543b5dcd0f578a8f7b8d391af68ad1]

        INTEGRATION: CWS wae4extensions (1.15.78); FILE MERGED 2007/09/27 07:18:23 fs 1.15.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [61ecd05f161af233f455fb30696b9e9b4b94a314]

        INTEGRATION: CWS wae4extensions (1.1.2); FILE ADDED 2007/09/27 10:20:00 fs 1.1.2.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b7450aa3bad5820c9836f4ddd3fce779a16787c9]

        INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED 2007/10/01 11:10:45 fs 1.5.388.1: #i81612# warning-free code (unxsoli4)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [36fb9fa7bddff26fe7606212f18ab7c1f0015a22]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/10/01 11:10:45 fs 1.6.192.1: #i81612# warning-free code (unxsoli4)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [661d153614827dbbda14539d9138970dc5fc0738]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/10/01 11:10:45 fs 1.6.192.2: #i81612# warning-free code (unxsoli4) 2007/09/27 10:20:00 fs 1.6.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1b7af926776765a67f7bb34c95a8ea645dcff231]

        INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED 2007/09/27 10:20:00 fs 1.5.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ec18ba2211b9db9d3c1d83a6fd9a0f23f3b62d1]

        INTEGRATION: CWS wae4extensions (1.6.388); FILE MERGED 2007/09/27 10:20:00 fs 1.6.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f560e8830bccbd9cb00fdd5d7d2b7fe2f2e98ff6]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 12:18:48 fs 1.4.192.2: #i81612# warning-free on unxlngi6/.pro 2007/09/27 10:20:00 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b6d367d712d1809dd1cd45e7b5bd3413d0294031]

        INTEGRATION: CWS wae4extensions (1.10.268); FILE MERGED 2007/09/27 07:18:23 fs 1.10.268.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cd8ee5475230638835eb18269190828549b3bbc9]

        INTEGRATION: CWS wae4extensions (1.20.192); FILE MERGED 2007/09/27 07:18:23 fs 1.20.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [257c2650a06ef5e743e3cd5696482eda1e631990]

        INTEGRATION: CWS wae4extensions (1.5.388); FILE MERGED 2007/09/27 07:18:23 fs 1.5.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cce3d825e6699759817f47fa93861631acb5b97f]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 07:18:23 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fffdfa1778bb37c6e0edea37aac5babda17bfe45]

        INTEGRATION: CWS wae4extensions (1.21.78); FILE MERGED 2007/09/27 07:18:23 fs 1.21.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e5c62f16ba9bc9d567f47b4cf06d72226829b15c]

        INTEGRATION: CWS wae4extensions (1.10.388); FILE MERGED 2007/09/27 07:18:22 fs 1.10.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7eaf468d55e1bad6a95f553899ff6c7ea0097aae]

        INTEGRATION: CWS wae4extensions (1.33.106); FILE MERGED 2007/09/27 07:18:22 fs 1.33.106.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93e69d832bab7fbaae8978fda050ee2e02c60569]

        INTEGRATION: CWS wae4extensions (1.6.106); FILE MERGED 2007/09/27 07:18:22 fs 1.6.106.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c5cfa7d6d701063bf0dbecc5bda90e57f71fbcda]

        INTEGRATION: CWS wae4extensions (1.14.280); FILE MERGED 2007/09/27 07:18:22 fs 1.14.280.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [22ea3a8b07d68a99253702bcb17f46e52ac6e20d]

        INTEGRATION: CWS wae4extensions (1.44.78); FILE MERGED 2007/09/27 07:18:22 fs 1.44.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5901704bacbff27316f4e8f06d6b474cf9b70800]

        INTEGRATION: CWS wae4extensions (1.12.192); FILE MERGED 2007/09/27 07:18:22 fs 1.12.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [771a391f3c2af6704b185804e872de9303bc92c6]

        INTEGRATION: CWS wae4extensions (1.23.192); FILE MERGED 2007/09/27 07:18:22 fs 1.23.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5257d136adfcfe4df8551fb3b63edc6ab3418733]

        INTEGRATION: CWS wae4extensions (1.7.388); FILE MERGED 2007/09/27 07:18:22 fs 1.7.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fdc6ac1ed2d8c4fb5aabd74b202b187ef2d81d34]

        INTEGRATION: CWS wae4extensions (1.14.192); FILE MERGED 2007/09/27 07:18:22 fs 1.14.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [60b30fbaf25b476377517a2d95f69257547cfbea]

        INTEGRATION: CWS wae4extensions (1.8.388); FILE MERGED 2007/09/27 07:18:22 fs 1.8.388.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f8bc66eea5752d609d8641abcc163e63e8489c8b]

        INTEGRATION: CWS wae4extensions (1.15.192); FILE MERGED 2007/09/27 07:18:22 fs 1.15.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [70102010bcef6f0cf36974f639339259362eea5e]

        INTEGRATION: CWS wae4extensions (1.14.268); FILE MERGED 2007/09/27 10:20:00 fs 1.14.268.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [63cd67f50c911d80068ad56374957d9e6e669e9c]

        INTEGRATION: CWS wae4extensions (1.3.868); FILE MERGED 2007/09/28 18:33:59 fs 1.3.868.1: #i81612# warning-free code (wntmsci10)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea7e33b82bfca93c7879495e7740f529f0261cbe]

        INTEGRATION: CWS wae4extensions (1.3.878); FILE MERGED 2007/09/27 10:20:00 fs 1.3.878.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ca4880b531da8a2cf199104a596498df4a9dfed0]

        INTEGRATION: CWS wae4extensions (1.5.850); FILE MERGED 2007/09/27 10:19:59 fs 1.5.850.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [17cdb98ecf06bd9b0d29b1ef65031091dfc23de5]

        INTEGRATION: CWS wae4extensions (1.2.878); FILE MERGED 2007/09/27 10:19:59 fs 1.2.878.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e0eb1418dc239ee804f973037353bf1b1ce200a5]

        INTEGRATION: CWS wae4extensions (1.8.302); FILE MERGED 2007/09/27 10:19:59 fs 1.8.302.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [43e8f19ac2b695c65946aa3a8b513ada2cf2eef2]

        INTEGRATION: CWS wae4extensions (1.16.188); FILE MERGED 2007/09/27 10:19:59 fs 1.16.188.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b84214722b4237906b9276e66e7ca0d12423d297]

        INTEGRATION: CWS wae4extensions (1.2.304); FILE MERGED 2007/09/28 18:33:59 fs 1.2.304.1: #i81612# warning-free code (wntmsci10)

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dcd421123862c08c2a25597b682ccfde6f874f0a]

        INTEGRATION: CWS wae4extensions (1.7.380); FILE MERGED 2007/09/27 07:18:22 fs 1.7.380.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d63e0e7523d17c81e48fe2b21203372b04a86ab0]

        INTEGRATION: CWS wae4extensions (1.9.192); FILE MERGED 2007/09/27 07:18:22 fs 1.9.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ba597e30ea9194eaa19b38de27a11060db046ce]

        INTEGRATION: CWS wae4extensions (1.13.2); FILE MERGED 2007/09/27 07:18:22 fs 1.13.2.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5a8629803abfafe2b737af58569d249287bbc33d]

        INTEGRATION: CWS wae4extensions (1.7.78); FILE MERGED 2007/09/27 07:18:22 fs 1.7.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4f5f1ca7efc93d8d72c708cd9a3b95947e99c7fb]

        INTEGRATION: CWS wae4extensions (1.10.298); FILE MERGED 2007/09/27 07:18:22 fs 1.10.298.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2af02912c459eede2c1ea4956ac26d8bab03c6c6]

        INTEGRATION: CWS wae4extensions (1.10.78); FILE MERGED 2007/09/27 07:18:22 fs 1.10.78.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a6a86b3915883e82b35e43886f57cb3a39b4b079]

        INTEGRATION: CWS wae4extensions (1.6.192); FILE MERGED 2007/09/27 07:18:22 fs 1.6.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bf8d8c935f9c9648243a4fb9205d20f53c7c239a]

        INTEGRATION: CWS wae4extensions (1.12.2); FILE MERGED 2007/09/27 07:18:22 fs 1.12.2.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [37726047141526628eb3971107ca6fc289404609]

        INTEGRATION: CWS wae4extensions (1.16.2); FILE MERGED 2007/09/27 07:18:21 fs 1.16.2.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d63c4fa6d95e77e897af17c63ca9c0baf2c5522f]

        INTEGRATION: CWS wae4extensions (1.4.192); FILE MERGED 2007/09/27 07:18:21 fs 1.4.192.1: #i81612# warning-free code

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d4f443a3429e46cd21bef39211041588a33e7aaf]

        INTEGRATION: CWS wae4extensions (1.33.10); FILE MERGED 2008/01/09 21:10:42 ericb 1.33.10.3: RESYNC: (1.34-1.38); FILE MERGED 2007/11/16 13:09:24 ericb 1.33.10.2: RESYNC: (1.33-1.34); FILE MERGED 2007/10/03 20:01:14 fs 1.33.10.1: #i81612# module extensions is warning-free now

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7a8802d364e0d7bcaac2248dabb89492194fc0f6]

        INTEGRATION: CWS wae4extensions (1.44.10); FILE MERGED 2008/01/09 21:10:39 ericb 1.44.10.3: RESYNC: (1.45-1.46); FILE MERGED 2007/11/16 13:09:21 ericb 1.44.10.2: RESYNC: (1.44-1.45); FILE MERGED 2007/10/03 20:01:14 fs 1.44.10.1: #i81612# module extensions is warning-free now

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fb29ac4e04a55af31957b02b170cb6c16896aef5]

        INTEGRATION: CWS wae4extensions (1.38.10); FILE MERGED 2008/01/09 21:10:36 ericb 1.38.10.3: RESYNC: (1.39-1.40); FILE MERGED 2007/11/16 13:09:19 ericb 1.38.10.2: RESYNC: (1.38-1.39); FILE MERGED 2007/10/03 20:01:14 fs 1.38.10.1: #i81612# module extensions is warning-free now

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e62259b579fb9c1d8f5a983a63e7005418c231a5]

        INTEGRATION: CWS wae4extensions (1.20.76); FILE MERGED 2008/01/09 21:10:33 ericb 1.20.76.4: RESYNC: (1.22-1.24); FILE MERGED 2007/11/16 13:02:26 ericb 1.20.76.3: #i81612# solve conflict 2007/11/16 12:32:27 ericb 1.20.76.2: #i81612# a fix for conflict (list of modules concerned by wae ) 2007/10/04 16:04:16 ericb 1.20.76.1: #i81612# remove extensions from the bad WaE modules list

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d0ce224ea5f52d7ad81bd7a9ba73c83ebff869d5]

        INTEGRATION: CWS wae4extensions (1.40.10); FILE MERGED 2008/01/09 21:10:30 ericb 1.40.10.3: RESYNC: (1.41-1.42); FILE MERGED 2007/11/16 13:09:16 ericb 1.40.10.2: RESYNC: (1.40-1.41); FILE MERGED 2007/10/03 20:01:14 fs 1.40.10.1: #i81612# module extensions is warning-free now

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1ade82146725a4b45a3c22c97184c2ef19db8516]

        INTEGRATION: CWS chart15 (1.15.4); FILE MERGED 2008/01/02 13:38:29 iha 1.15.4.1: #i84548# 2D Pie disapears when only one value differs from zero

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [29871a6abbc854babf2ba5171be98f5d1cef3abe]

        INTEGRATION: CWS chart15 (1.6.56); FILE MERGED 2008/01/03 21:48:56 iha 1.6.56.1: #i66963# better performance when clipping large polygons

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93bfc5686043791e60629116add169b0875e7aac]

        INTEGRATION: CWS chart15 (1.4.10); FILE MERGED 2007/11/29 18:03:31 iha 1.4.10.1: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8929c0df706802a4f64b1550a8b496792765c262]

        INTEGRATION: CWS chart15 (1.40.2); FILE MERGED 2007/12/12 09:51:42 bm 1.40.2.2: RESYNC: (1.40-1.41); FILE MERGED 2007/11/29 18:05:25 iha 1.40.2.1: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [eac22fe993445d54e0d8f2a8b8aec4b4e4429a89]

        INTEGRATION: CWS chart15 (1.20.2); FILE MERGED 2007/12/12 09:51:45 bm 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2007/11/29 17:42:11 iha 1.20.2.1: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e6983155902fb2aca146ce6e794fa5e7726c9826]

        INTEGRATION: CWS chart15 (1.38.2); FILE MERGED 2007/12/12 09:51:48 bm 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2007/11/29 17:42:43 iha 1.38.2.2: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary 2007/11/15 19:05:09 iha 1.38.2.1: #i82905# check for valid data before painting Error margins

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dc7eb54679eee8d2d436d8a2fb8a37b776e96fb4]

        INTEGRATION: CWS chart15 (1.17.4); FILE MERGED 2008/01/02 13:42:26 iha 1.17.4.1: wrong loop check

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c97c103a97f1f8b433481ef94edb788efbb6d932]

        INTEGRATION: CWS chart15 (1.3.22); FILE MERGED 2007/12/11 20:04:16 iha 1.3.22.1: #i15298# don't show a close value line if it is outside the scale range

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [da88b5b256bc008f9a88f2c567bd951d319ee346]

        INTEGRATION: CWS chart15 (1.21.2); FILE MERGED 2007/12/12 09:51:54 bm 1.21.2.3: RESYNC: (1.21-1.22); FILE MERGED 2007/12/10 12:39:18 iha 1.21.2.2: #i84392# wrong values in data labels 2007/11/29 17:43:31 iha 1.21.2.1: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0473fb532ee5d0c5858df72aaddd5f4b91d4cc1c]

        INTEGRATION: CWS chart15 (1.50.2); FILE MERGED 2008/01/03 21:50:14 iha 1.50.2.3: #i66963# better performance for splines (remove duplicates dependent on resolution) 2007/12/12 09:51:51 bm 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED 2007/11/29 17:43:10 iha 1.50.2.1: #i82893#,#i75867# charts must be painted resolution dependent - only recreate view if necessary

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9a6d263b60ca77030f6654042a7a3ed6acbd7393]

        INTEGRATION: CWS chart15 (1.4.10); FILE MERGED 2007/12/03 15:50:07 bm 1.4.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9e50bfe666913b92ff5e72c333b35cb3a53fe3d0]

        INTEGRATION: CWS chart15 (1.2.4); FILE MERGED 2007/12/12 14:41:57 bm 1.2.4.1: #i10000# resync adaption

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [227e510f6f8f087e1f27484894759a124beea681]

        INTEGRATION: CWS chart15 (1.6.22); FILE MERGED 2007/12/12 09:51:39 bm 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2007/12/03 15:50:07 bm 1.6.22.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8d24e8474c897075575828ebd4b0f2cf7ec496d8]

        INTEGRATION: CWS chart15 (1.3.22); FILE MERGED 2007/12/03 15:50:06 bm 1.3.22.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [db182bb240f50d5154fbc5f836c2ce60726f7b5a]

        INTEGRATION: CWS chart15 (1.2.56); FILE MERGED 2007/12/03 15:50:06 bm 1.2.56.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [52fd6fd4fa5ca719592ba2bf2eba4654e59d5923]

        INTEGRATION: CWS chart15 (1.8.10); FILE MERGED 2007/12/03 15:50:06 bm 1.8.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aed9ce60ee771fa9a2d4437a8bdb48a147799572]

        INTEGRATION: CWS chart15 (1.13.6); FILE MERGED 2007/12/05 13:13:14 bm 1.13.6.1: #i79698# + set/getGeometry3D

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f1acf51d94b0fa50f57a6a9ab6b03d39818f59d2]

        INTEGRATION: CWS chart15 (1.6.22); FILE MERGED 2007/12/03 15:50:06 bm 1.6.22.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c5da96ae5ea896dd96d39519fdbb4ae0884bfbae]

        INTEGRATION: CWS chart15 (1.11.10); FILE MERGED 2007/12/12 09:51:30 bm 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2007/12/05 13:22:55 bm 1.11.10.1: #i79698# use new helper DiagramHelper::getGeometry3D

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5e1f26b63cd0ea9c64ff6ea7e743dbe91ec76b1c]

        INTEGRATION: CWS chart15 (1.12.10); FILE MERGED 2007/12/03 15:50:06 bm 1.12.10.2: #151172# crash due to shared mutex between model objects and event notifier classes fixed 2007/11/30 17:28:30 bm 1.12.10.1: #151172# remove as listener from formatted strings in DTOR

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [105fc74ed56ae47a7321ae662c17a67080e40bc7]

        INTEGRATION: CWS chart15 (1.4.10); FILE MERGED 2007/12/03 15:50:06 bm 1.4.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [09b7a26e349bdb1999aa43b1a4254d108cc2bfa0]

        INTEGRATION: CWS chart15 (1.9.10); FILE MERGED 2007/12/03 15:50:06 bm 1.9.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [52afac1c06a3ebd1f24b4df74a18a8706dc2d15b]

        INTEGRATION: CWS chart15 (1.17.4); FILE MERGED 2007/12/03 15:50:06 bm 1.17.4.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9a0bdf230cb03390145c6108191274c7e395e689]

        INTEGRATION: CWS chart15 (1.14.22); FILE MERGED 2007/12/12 15:48:02 iha 1.14.22.1: #i84494# use no perpective for 3D charts per default

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [483daa8cfd765a732648040bfa793519bd462e6a]

        INTEGRATION: CWS chart15 (1.5.10); FILE MERGED 2007/12/03 15:50:06 bm 1.5.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5b7915232b1fc542e7ece4c4d240db66e12e5937]

        INTEGRATION: CWS chart15 (1.7.22); FILE MERGED 2007/12/03 15:50:05 bm 1.7.22.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f892518ccb4ccef2cccf88250c3f8a9ac537a17]

        INTEGRATION: CWS chart15 (1.19.4); FILE MERGED 2007/12/03 15:50:05 bm 1.19.4.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6fc22228e57c1ba0337d73cbac12ef1189c2fb02]

        INTEGRATION: CWS chart15 (1.8.10); FILE MERGED 2007/12/03 15:50:05 bm 1.8.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5a78f02b3df25b06702441080654045d446e7ce4]

        INTEGRATION: CWS chart15 (1.6.22); FILE MERGED 2007/12/03 15:50:05 bm 1.6.22.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9135011ebe642d1206aa66d7bd3c22b79cb400e9]

        INTEGRATION: CWS chart15 (1.4.10); FILE MERGED 2007/12/03 15:50:05 bm 1.4.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aaa63d5247202c7c6c751517e2a61173e0b4b8e1]

        INTEGRATION: CWS chart15 (1.13.10); FILE MERGED 2007/12/03 15:50:05 bm 1.13.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a6aa8bfc4979cb1b81543f9814792f381d417bf7]

        INTEGRATION: CWS chart15 (1.3.56); FILE MERGED 2007/11/29 18:12:50 iha 1.3.56.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f732b084043a0f19eed43f42e8ec8449743a0d9]

        INTEGRATION: CWS chart15 (1.2.56); FILE MERGED 2007/12/03 15:50:05 bm 1.2.56.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4b98e2f470a55c9f550700020566e7a2d966a28e]

        INTEGRATION: CWS chart15 (1.5.34); FILE MERGED 2007/12/05 13:12:54 bm 1.5.34.1: #i79698# + set/getGeometry3D

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [79f1dbf8056dabaa46ea23623d7b2312d72b3002]

        INTEGRATION: CWS chart15 (1.7.56); FILE MERGED 2007/11/29 18:12:16 iha 1.7.56.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3e1a9ddb822a5bf685d1d4dff14f8d274b39b197]

        INTEGRATION: CWS chart15 (1.2.56); FILE MERGED 2007/12/06 12:23:57 bm 1.2.56.1: #i78290# only dispatch commands when available

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1b57f686b761ae68714570171d365402c8f5c670]

        INTEGRATION: CWS chart15 (1.3.22); FILE MERGED 2007/12/12 09:51:36 bm 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2007/12/06 12:23:57 bm 1.3.22.1: #i78290# only dispatch commands when available

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6ea9828a925cf7690ea7873a8c2594795c02326d]

        INTEGRATION: CWS chart15 (1.1.2); FILE ADDED 2007/12/07 16:23:24 iha 1.1.2.2: #i84323# charts never should be stretched 2007/11/29 18:11:33 iha 1.1.2.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b7ee5dda896905f7ec68761661baf1d6c7bd679b]

        INTEGRATION: CWS chart15 (1.24.10); FILE MERGED 2007/12/12 09:51:33 bm 1.24.10.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/29 17:39:39 iha 1.24.10.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2eda3aa4261a0644d45061e507bd0a1931a61590]

        INTEGRATION: CWS chart15 (1.9.22); FILE MERGED 2007/12/05 12:21:19 bm 1.9.22.2: #i79965# scroll window back after text edit 2007/11/29 17:36:50 iha 1.9.22.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c5838c1cb13d62794afb2274727a1d7300ec18ae]

        INTEGRATION: CWS chart15 (1.1.2); FILE ADDED 2007/11/29 18:11:16 iha 1.1.2.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8c6b8a221484fb8e3a0e0e1d25419263349fb23d]

        INTEGRATION: CWS chart15 (1.16.22); FILE MERGED 2007/12/05 12:21:00 bm 1.16.22.2: #i79965# scroll window back after text edit 2007/11/29 17:39:02 iha 1.16.22.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [31019add9c861ef12f890340dd4b259514978760]

        INTEGRATION: CWS chart15 (1.8.4); FILE MERGED 2008/01/03 12:49:15 iha 1.8.4.1: #i84587# [DE] 'Logarithmische Skalierung' doesn't fit

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b01468f753b70cbd6af6018df0ebeae513dbf1bb]

        INTEGRATION: CWS chart15 (1.11.4); FILE MERGED 2008/01/04 09:50:58 iha 1.11.4.2: #i84587# ensure that the controls are not shifted out of the dialog 2008/01/03 12:49:56 iha 1.11.4.1: #i84587# [DE] 'Logarithmische Skalierung' doesn't fit

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0066ddf976fbc634662c5fc439bd04211db7173]

        INTEGRATION: CWS chart15 (1.4.22); FILE MERGED 2007/12/12 14:46:04 iha 1.4.22.1: don't use cylinder but cuboid as default

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6e67c585656a4daa47f50e2cdd7401b64fb7863c]

        INTEGRATION: CWS chart15 (1.5.4); FILE MERGED 2008/01/03 13:44:48 iha 1.5.4.1: #i78238# minor interval wrong on import/export of chart with logarithmic scaling

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b3a1fa5ebb74e0db8fed168c0d5928bc3c1e8cd0]

        INTEGRATION: CWS chart15 (1.11.4); FILE MERGED 2007/12/05 13:43:25 bm 1.11.4.2: #i79698# correct property name 2007/12/05 13:14:23 bm 1.11.4.1: #i79698# handle SolidType at the diagram

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cb01591b86756c5127f45c6ffec12ee405f39b45]

        INTEGRATION: CWS chart15 (1.7.22); FILE MERGED 2007/11/29 18:13:32 iha 1.7.22.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e384bbeda2c25c103f82d5db7481ab6b65e21ddd]

        INTEGRATION: CWS chart15 (1.8.4); FILE MERGED 2008/01/03 13:42:58 iha 1.8.4.1: #i78238# minor interval wrong on import/export of chart with logarithmic scaling

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [af0b586ec6c4d6041f8af6eb8c4743ba7b36e775]

        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>  [ed3d6066cad854012127c272aab991727aac510c]

        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>  [f1d29a1e915e5dd929825beef65c38a2fdd8dbb0]

        INTEGRATION: CWS chart15 (1.2.34); FILE MERGED 2007/12/11 18:01:09 iha 1.2.34.2: #i75867# poor quality of ole's alternative view with 3D scenes and zoomfactors besides 100 2007/11/29 16:50:33 iha 1.2.34.1: #i75867# poor quality of ole's alternative view with 3D scenes and zoomfactors besides 100

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fb39c9f5131ecd3622075ca84a50f201748c97aa]

        INTEGRATION: CWS chart15 (1.30.144); FILE MERGED 2007/11/29 16:46:26 iha 1.30.144.1: #i75867# poor quality of ole's alternative view with 3D scenes and zoomfactors besides 100

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ae480eb140d4223993434b356e8c2c240fd8a630]

        INTEGRATION: CWS chart15 (1.80.130); FILE MERGED 2007/12/12 09:53:21 bm 1.80.130.4: RESYNC: (1.80-1.82); FILE MERGED 2007/12/10 19:50:27 iha 1.80.130.3: #i79578# don't request replacement image twice after resize chart in calc 2007/11/29 17:10:31 iha 1.80.130.2: #i82893#,#i75867# charts must be painted resolution dependent 2007/11/29 16:27:16 iha 1.80.130.1: #i83860# resizing charts in impress distorts fonts

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c5638c248359e18a3180d54530ff25986f4556a5]

        INTEGRATION: CWS chart15 (1.23.128); FILE MERGED 2007/11/29 17:09:35 iha 1.23.128.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b6b9a7bcea91f1cdd2177a4e7afee4775a2482ec]

        INTEGRATION: CWS chart15 (1.13.48); FILE MERGED 2007/12/05 12:33:24 iha 1.13.48.1: #i84257# avoid repeated find in object list when deleting the sdrview

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [86c75e8eb354e31d19d97951d97bf89165caf7cd]

        INTEGRATION: CWS chart15 (1.41.132); FILE MERGED 2007/11/16 10:48:01 iha 1.41.132.4: never reset to zero size 2007/11/16 10:44:56 iha 1.41.132.3: don't change symboltype to BRUSHITEM when no graphic is selected 2007/11/16 10:24:21 iha 1.41.132.2: removed superfluous old debug traces 2007/11/16 10:14:56 iha 1.41.132.1: patch for #i31097# Data Point Symbol size changes when a different symbol is choosen

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5116ac9f93a0e4157441eba54d33c9318f0cc3b9]

        INTEGRATION: CWS chart15 (1.129.126); FILE MERGED 2007/12/12 09:53:15 bm 1.129.126.2: RESYNC: (1.129-1.132); FILE MERGED 2007/11/29 17:11:04 iha 1.129.126.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1a802bcfc56e13aca69e8f5b4506f30917749042]

        INTEGRATION: CWS chart15 (1.63.48); FILE MERGED 2007/12/11 17:15:16 bm 1.63.48.2: RESYNC: (1.63-1.66); FILE MERGED 2007/12/10 18:00:29 iha 1.63.48.1: #i79576# don't destroy chart replacements on load, #i79578# don't request new replacements to often

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [34f9aa23619d794f84eb299718bbf963c3ee400d]

        INTEGRATION: CWS chart15 (1.14.102); FILE MERGED 2007/12/10 20:29:21 iha 1.14.102.1: #i79578# don't request multiple replacement image during chart insert

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fad14955964248ac3fdcb72a1fbf4c254a9442a4]

        INTEGRATION: CWS chart15 (1.38.102); FILE MERGED 2007/11/29 17:12:49 iha 1.38.102.1: #i82893#,#i75867# charts must be painted resolution dependent

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d34e6d9eb2c2511a7c541e561cea4f3bb921a38]

        INTEGRATION: CWS chart15 (1.53.70); FILE MERGED 2007/12/07 16:08:19 iha 1.53.70.1: #i84323# charts never should be stretched

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [32b8e33d91abdb2c5b6bbcdd8f7354b2cf5dcc38]

        INTEGRATION: CWS chart15 (1.20.168); FILE MERGED 2007/12/07 16:09:08 iha 1.20.168.1: #i84323# charts never should be stretched

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c2220fe9ecf5f9973e0ef545547f57cfd319fd02]

        INTEGRATION: CWS chart15 (1.91.8); FILE MERGED 2007/12/11 17:14:30 bm 1.91.8.2: RESYNC: (1.91-1.92); FILE MERGED 2007/11/16 09:29:32 iha 1.91.8.1: #i83537# crash when exporting empty charts

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ceb73e7040200e8901d4c2ff0b0da6a31f327810]

        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>  [790faba52fe1cbcb552b38fc67696563e5cb0394]

        INTEGRATION: CWS qadev31 (1.4.46); FILE MERGED 2007/11/16 15:50:34 cn 1.4.46.2: #i83329# add LoggingThread to avoid assumption of death office wihle running long time functions 2007/11/08 10:20:55 cn 1.4.46.1: #i83329# the method tests take a long long time on sheet docs. To avoid time out issues a logging thread is omplementet

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cdcd24c6966f80eb4f23f0a9f4dc29d78295158c]

        INTEGRATION: CWS qadev31 (1.3.46); FILE MERGED 2007/12/17 13:48:12 cn 1.3.46.1: #i84651# enhanve logging and small bug fixing

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3639dd5bf4ce9bf57394aa80a934e57e27208e94]

        INTEGRATION: CWS qadev31 (1.5.2); FILE MERGED 2007/12/17 18:39:21 cn 1.5.2.1: #ii84664# bugfix in FillBitmap: If property is not avaiable the test results in NULL

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8ea958ffc7b3766c1b4aa4b9f17773f0fac8f59a]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/11/16 15:51:31 cn 1.1.2.4: #i83329# some small fixes 2007/11/08 15:12:28 cn 1.1.2.3: #i83329# if module is not added to a cws (forms.lnk) the make file was not found. FIXED 2007/11/08 10:20:03 cn 1.1.2.2: #i83329# add documentation 2007/11/07 11:25:58 cn 1.1.2.1: #i83329# new initial version

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f58a6b07734d139ae4aa4cfd08c6428682509d7c]

        INTEGRATION: CWS qadev31 (1.14.30); FILE MERGED 2007/11/08 10:27:52 cn 1.14.30.1: #i83329# new method getDateTime()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e330494c90f90952b039f98bd6b3ea1be606dabd]

        INTEGRATION: CWS qadev31 (1.6.42); FILE MERGED 2007/11/08 10:26:48 cn 1.6.42.1: #i83329# add some constants

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0d0db2c1763754992a7742e2ac9ed4dcb5b0f439]

        INTEGRATION: CWS qadev31 (1.11.42); FILE MERGED 2007/11/05 19:56:44 cn 1.11.42.1: #i83329# exit program if platform is not supported

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d33b179b8ed854be905f5037cc1cc879f850b44f]

        INTEGRATION: CWS qadev31 (1.9.30); FILE MERGED 2007/09/18 09:46:04 lla 1.9.30.1: #144950# add PropertyHelper.java

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2540fa372f76e77cb5c55661423d80d154da4194]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/09/18 09:45:49 lla 1.1.2.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a7e50ca52aa4c0b328d6981148492d83d17e435f]

        INTEGRATION: CWS qadev31 (1.11.42); FILE MERGED 2007/11/07 11:25:26 cn 1.11.42.1: #i83329# overload constructor

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b1ba25618da61d0830c5fa40d29e2ca71b8c0ca8]

        INTEGRATION: CWS qadev31 (1.6.38); FILE MERGED 2007/11/07 11:15:01 cn 1.6.38.1: #i83329# if the "AppKillCommand" was executed, the OfficeWatcher waits now until this command is finished.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e7cc733da2aea425b0e382d0a3de1109b8139687]

        INTEGRATION: CWS qadev31 (1.19.42); FILE MERGED 2007/11/05 14:18:28 cn 1.19.42.1: #i83329# enhance debug information; use AppKillCommand in disposeoffice()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [21ffb4797fe4625db26cc19a959de4af35d1249d]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/11/16 15:49:33 cn 1.1.2.3: #i83329# thread for logging purposes. new initial vrsion 2007/11/16 15:48:58 cn 1.1.2.2: #i83329# thread for logging purposes. new initial vrsion 2007/11/16 15:48:28 cn 1.1.2.1: #i83329# thread for logging purposes. new initial vrsion

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fb72cb927dff359d416feea2385b6283fa5c8933]

        INTEGRATION: CWS qadev31 (1.4.42); FILE MERGED 2007/11/05 19:51:50 cn 1.4.42.1: #i83329# remove unused imports

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2df977c99d437a00537661fe79d8ec4d04392638]

        INTEGRATION: CWS qadev31 (1.6.46); FILE MERGED 2007/11/05 15:15:49 cn 1.6.46.1: #i83329# separate creation of description entries in method createTestDesc()

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0211925fc09437d14cba3f96a57c26208948a911]

        INTEGRATION: CWS qadev31 (1.6.2); FILE MERGED 2007/11/19 21:41:39 cn 1.6.2.2: #i83329#: bugfix 2007/11/05 14:10:54 cn 1.6.2.1: #i83329# small changes and bugfixing

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [de3c79b69d98403a68e392caebefe658e8f5fba0]

        INTEGRATION: CWS qadev31 (1.12.18); FILE MERGED 2007/11/07 11:11:25 cn 1.12.18.1: #i83329# remove superfluous debug output

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6b6414be502339dbe0400f96ea71e78b3d9d8eb4]

        INTEGRATION: CWS qadev31 (1.11.6); FILE MERGED 2007/10/30 14:29:38 lla 1.11.6.2: #144950# cleanup 2007/10/25 05:43:11 lla 1.11.6.1: #i81552# make some cleanups

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3997789e9b73971924fdd46a1926ae6e8ebf9c84]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/10/30 14:27:38 lla 1.1.2.1: #144950# cleanup

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bdd6aa231a4b0d9b9d987000de2ef3d93b725ce8]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/11/05 09:29:18 lla 1.1.2.4: #i81552# don't use fix named reports any longer 2007/10/30 14:28:47 lla 1.1.2.3: #144950# cleanup 2007/10/25 05:43:11 lla 1.1.2.2: #i81552# make some cleanups 2007/10/19 10:12:29 lla 1.1.2.1: #i81552# new test environment for reports

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1e8c571f191d2dad52d4bf9f6863e1112d3e153e]

        INTEGRATION: CWS qadev31 (1.10.6); FILE MERGED 2007/10/05 10:33:16 lla 1.10.6.2: #144950# semaphore removed 2007/09/14 10:00:33 lla 1.10.6.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3a0a8bbff62e8e4b1b215dd33df46e7b521fc7ac]

        INTEGRATION: CWS qadev31 (1.8.10); FILE MERGED 2007/09/18 09:47:41 lla 1.8.10.2: #144950# handle not existant fix references 2007/09/14 10:00:33 lla 1.8.10.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [94bcf8d7ec9062d3f781a2725cd5861589c3883a]

        INTEGRATION: CWS qadev31 (1.8.30); FILE MERGED 2007/10/30 14:30:24 lla 1.8.30.6: #i81698# add patch for print all sheets 2007/10/25 05:43:11 lla 1.8.30.5: #i81552# make some cleanups 2007/10/05 10:33:16 lla 1.8.30.4: #144950# semaphore removed 2007/09/18 09:47:55 lla 1.8.30.3: #144950# 2007/09/17 07:43:19 lla 1.8.30.2: #144950# some more error messages 2007/09/14 10:00:33 lla 1.8.30.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0b7bbf6024a5b73d16fb5c05fbab1ce4f366503f]

        INTEGRATION: CWS qadev31 (1.9.30); FILE MERGED 2007/10/30 14:28:56 lla 1.9.30.1: #144950# cleanup

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [27a7beff176be31a85facce1b13d5f03cdd272ba]

        INTEGRATION: CWS qadev31 (1.7.18); FILE MERGED 2007/09/14 10:00:33 lla 1.7.18.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bfac4c836f8fe61a96cc700384766501d7c71913]

        INTEGRATION: CWS qadev31 (1.11.10); FILE MERGED 2007/09/18 09:47:41 lla 1.11.10.1: #144950# handle not existant fix references

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2fb5b413c1e96efd9fdc5608dbdbede6caf8be18]

        INTEGRATION: CWS qadev31 (1.6.38); FILE MERGED 2007/09/18 09:47:22 lla 1.6.38.2: #144950# handle not existant fix references 2007/09/14 10:00:33 lla 1.6.38.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0910552e77deba1ca4f71a17f1a7ae26e7405a2a]

        INTEGRATION: CWS qadev31 (1.5.42); FILE MERGED 2007/10/30 14:29:10 lla 1.5.42.2: #144950# cleanup 2007/09/14 10:00:33 lla 1.5.42.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [470430bb8532b8ef40461e49f29ebd870c1d669c]

        INTEGRATION: CWS qadev31 (1.1.2); FILE ADDED 2007/10/30 14:28:38 lla 1.1.2.2: #144950# cleanup 2007/10/25 05:42:29 lla 1.1.2.1: #i81552# make some cleanups

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1030690e53680aa80650674792bbf0a2418ee860]

        INTEGRATION: CWS qadev31 (1.3.18); FILE MERGED 2007/10/25 05:43:11 lla 1.3.18.2: #i81552# make some cleanups 2007/09/14 10:00:33 lla 1.3.18.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01aee20a5c76ef496f1a493ca9805b241addf360]

        INTEGRATION: CWS qadev31 (1.4.6); FILE MERGED 2007/11/01 08:11:01 lla 1.4.6.3: #144950# 2007/09/17 07:42:25 lla 1.4.6.2: #144950# replace now() by 'today()' 2007/09/14 10:00:33 lla 1.4.6.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0ffa59bf8777c73aadb5822d0f26915827a8c411]

        INTEGRATION: CWS qadev31 (1.9.6); FILE MERGED 2007/10/05 10:33:16 lla 1.9.6.3: #144950# semaphore removed 2007/09/18 09:47:55 lla 1.9.6.2: #144950# 2007/09/14 10:00:33 lla 1.9.6.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6a63673f9647c87efe58406bd2b7e88f3231bbc1]

        INTEGRATION: CWS qadev31 (1.7.30); FILE MERGED 2007/09/18 09:47:00 lla 1.7.30.2: #144950# handle not existant fix references 2007/09/14 10:00:33 lla 1.7.30.1: #144950#

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [94a9355772e246c68c64faa9adb89746e0f04c49]

        INTEGRATION: CWS qadev31 (1.4.54); FILE MERGED 2007/11/05 19:08:18 cn 1.4.54.1: #i83329# overload method "MethodTread" with new parameter "Object[] parameter"

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a5cef9e8a54828c70001c46ca3feba5ce0ca5fd0]

        INTEGRATION: CWS qadev31 (1.12.46); FILE MERGED 2007/11/05 19:46:12 cn 1.12.46.1: #i83329# implement possibility to invoke methods with parameter. The parameter must be type of String

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [656e24b915d7e87db64624a176cd9b7c9993c39a]

        INTEGRATION: CWS qadev31 (1.11.42); FILE MERGED 2007/11/05 14:38:44 cn 1.11.42.1: #i83329# new method executeTest with parameter DescEntry[]

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1e6fece8eab2f2da3c7e6fbd729bfd5a94780f90]

        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>  [7d8d0882d6df8938dea07f397fd3a4e6c341008b]

        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>  [3f30a8abe7e2ce04912d647aa1ba640d4fc02b77]

        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>  [faaa915f424286484d9ee2d3d85a48654dc41264]

        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>  [613df5c833bedd16bc4e7053050f49155e4c2cc5]

        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>  [26b331e95e6dc8aec2f657cc311b1bfb4c146d6c]

        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>  [b2111cded7ea6bd3371a0c72db94d5831d108715]

        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>  [9da73c7554506a6c5c0a7d11d270c4a850deb146]

        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>  [4ba173a28086e6dd4c603e50e014ffcb055c20a0]

        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>  [937af7e57a9e715955c0b9f2d3074ccf3d9ed30e]

        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>  [7c3781debace9576521ec6b00811add423b4fbcb]

        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>  [de22ad09db21fe1354070cea8f1cd015efa768e9]

        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>  [d33e6518b51251ed0e200bca2156d68d6fa06a0f]

        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>  [84bd748d4c071b9e5830cc5dce1bc02591345e08]

        INTEGRATION: CWS awtfixes1 (1.41.114); FILE MERGED 2007/11/29 19:02:10 fridrich_strba 1.41.114.3: RESYNC: (1.41-1.42); FILE MERGED 2007/11/21 19:33:48 jcn 1.41.114.2: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Move FieldUnit constants from XMetricField.idl to separate FieldUnit.idl. 2007/11/02 10:22:53 jcn 1.41.114.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-offapi-metric-field-mk.diff.  Add XMetricField.idl to makefile.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e91548b7ad00c6793bca8fc584996b69c1fe1a44]

        INTEGRATION: CWS awtfixes1 (1.1.2); FILE ADDED 2007/11/21 19:35:52 jcn 1.1.2.3: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Remove deprecated [oneway] from methods in XMetricField. 2007/11/21 19:33:48 jcn 1.1.2.2: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Move FieldUnit constants from XMetricField.idl to separate FieldUnit.idl. 2007/11/02 10:20:56 jcn 1.1.2.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Apply layout-offapi-metric-field.diff.  Implements XMetricField interface.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ac80aa48ec70dc859de0a1899b96f89de21d947b]

        INTEGRATION: CWS awtfixes1 (1.1.2); FILE ADDED 2007/11/21 19:33:48 jcn 1.1.2.1: Issue number:  i#83222# Submitted by:  jcn Reviewed by:   mmeeks Move FieldUnit constants from XMetricField.idl to separate FieldUnit.idl.

2008-01-14  Ivo Hinkelmann  <ihi@openoffice.org>  [af17db0a663b981c82a7a87ca18470f68eb79c0d]

        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>  [39e48e6b300ce52a17db0406fa5b18885c3973f9]

        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>  [d649e8b27c972cf9cb10812e0ee0d4e2a421f1a5]

        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>  [5738ae658e73d16fa099170c5f0b2125605dace9]

        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>  [624a8ef1015881f9b4cb37f450384e183f690ddf]

        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>  [f3419bcc3ac1141d0682fdc886a5a6e114cf9d4a]

        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>  [d9af0e4db2028da16c65e55d4fa7b22d8a277086]

        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>  [799a4f6828b6fea66c1cbfd253c638e48ab50e18]

        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>  [a594e92fbf9b9a317dfc3fe5fd1054040dcecbb4]

        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>  [b9425de50c332bc4f26bd3ab45b46b65581e87d1]

        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>  [635e9296ff3817b78577408eb3262ffeaf24c13f]

        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>  [a1dbadc34bd5de375f1de34d78d7699d1cc58706]

        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>  [9cc82dad4b5b0c36a60b6e24e21e8710f4525a9b]

        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>  [a33a8d7d813315161a5231966653d40b05c5ffac]

        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>  [1caf9f008e7e4c7330a268435650718d650ee1cc]

        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>  [5ef9387030a2be61e0e5a5a4a19ac17896873418]

        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>  [2b1a4531973ecd29701e0300cbc76446498e969c]

        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>  [21c30e69a20ec3516d4d88079e7d762212ec822a]

        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>  [329ed8a38c6ebb59cb1cb66ad513434d5d4fefac]

        new version for OOH680

2008-01-11  Giuseppe Castagno  <beppec56@openoffice.org>  [99a64bed5be515bc43cbacb9a6bad7b5ed62dcdd]

        Issue number:  i81093 Submitted by:  beppec56 Reviewed by:   beppec56 A few comment lines added to REAME for porters

2008-01-11  Vladimir Glazounov  <vg@openoffice.org>  [23e337019d116523cabf7ffa4e625eaa7a0a69cf]

        new version for OOH680

2008-01-11  Philipp Lohmann  <pl@openoffice.org>  [643b2be1162c13458e2aaafa18cd81815f34737d]

        #i81093# bigendian patch

2008-01-10  Philipp Lohmann  <pl@openoffice.org>  [c8861607f75b9552a7695bf5b11f163f4b1ec527]

        #i81093# make windows version work on 4nt shell

2008-01-10  Philipp Lohmann  <pl@openoffice.org>  [a898a5243cd1e1ca5cd525a8f39d9edffc12acc0]

        #i81093# fix a compile problem  on solaris

2008-01-10  Philipp Lohmann  <pl@openoffice.org>  [23d4ebbdcb5a0952132040bbd8f928083789210a]

        #i81093# sRGB profile

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1c72336b65703faf542d71831da862c189cc00fa]

        INTEGRATION: CWS xmlfilter02 (1.186.2); FILE MERGED 2007/10/04 10:05:44 fridrich_strba 1.186.2.3: regenerating configure to reflect configure.in changes properly 2007/10/04 09:25:26 os 1.186.2.2: RESYNC: (1.186-1.199); FILE MERGED 2007/07/16 11:07:15 rene 1.186.2.1: #i10000# check for gperf

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [145c11edc9e4d306f08a56d6e7f727950e7f2c5d]

        INTEGRATION: CWS xmlfilter02 (1.33.4); FILE MERGED 2007/10/18 21:09:29 fridrich_strba 1.33.4.2: make oox depend on postprocess to make it build :-) 2007/10/05 11:34:22 os 1.33.4.1: writerfilter added

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7219130499a79b2c3b1ae7c6ca89078bfeb1f45c]

        INTEGRATION: CWS xmlfilter02 (1.53.20); FILE MERGED 2007/12/12 10:11:15 dr 1.53.20.9: RESYNC: (1.74-1.81); FILE MERGED 2007/10/05 05:55:09 os 1.53.20.8: RESYNC: (1.70-1.74); FILE MERGED 2007/07/24 22:05:12 dr 1.53.20.7: RESYNC: (1.61-1.70); FILE MERGED 2007/05/29 16:08:54 dr 1.53.20.6: RESYNC: (1.57-1.61); FILE MERGED 2007/05/08 10:39:27 dr 1.53.20.5: RESYNC: (1.55-1.57); FILE MERGED 2007/03/14 18:47:08 dr 1.53.20.4: RESYNC: (1.53-1.55); FILE MERGED 2007/03/01 13:47:01 dr 1.53.20.3: missing lib 2007/02/27 12:04:09 dr 1.53.20.2: add oox lib 2007/02/20 14:17:00 dr 1.53.20.1: add fastsax lib

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7c83cfc0a30dcfb8cf0a1a78348aa80e667cd113]

        INTEGRATION: CWS xmlfilter02 (1.222.58); FILE MERGED 2007/12/12 10:11:12 dr 1.222.58.11: RESYNC: (1.260-1.268); FILE MERGED 2007/10/05 05:54:00 os 1.222.58.10: RESYNC: (1.253-1.260); FILE MERGED 2007/10/01 12:05:51 os 1.222.58.9: integration of cws writerfilter3 into cws xmlfilter02 2007/07/24 22:04:08 dr 1.222.58.8: RESYNC: (1.234-1.253); FILE MERGED 2007/05/29 16:05:06 dr 1.222.58.7: RESYNC: (1.230-1.234); FILE MERGED 2007/05/08 10:38:22 dr 1.222.58.6: RESYNC: (1.223-1.230); FILE MERGED 2007/03/14 18:46:18 dr 1.222.58.5: RESYNC: (1.222-1.223); FILE MERGED 2007/03/01 15:00:54 dr 1.222.58.4: no uno 2007/03/01 13:47:01 dr 1.222.58.3: missing lib 2007/02/27 12:04:09 dr 1.222.58.2: add oox lib 2007/02/20 14:16:51 dr 1.222.58.1: add fastsax lib

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5baa848c5a0873ad358fae86c185d8cd490dcc90]

        INTEGRATION: CWS xmlfilter02 (1.22.112); FILE MERGED 2007/05/08 10:27:55 dr 1.22.112.2: RESYNC: (1.22-1.24); FILE MERGED 2007/02/27 12:32:15 sb 1.22.112.1: #i74781# Fixed rtl::O[U]String::toInt32/64 to silently overflow instead of ignoring trailing input digits.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [15f17b3dbe4609db908c56367ac008c28c9ed749]

        INTEGRATION: CWS xmlfilter02 (1.7.76); FILE MERGED 2007/12/12 10:05:42 dr 1.7.76.5: RESYNC: (1.12-1.13); FILE MERGED 2007/10/05 05:34:45 os 1.7.76.4: RESYNC: (1.11-1.12); FILE MERGED 2007/07/24 21:56:49 dr 1.7.76.3: RESYNC: (1.9-1.11); FILE MERGED 2007/05/08 10:26:38 dr 1.7.76.2: RESYNC: (1.7-1.9); FILE MERGED 2007/02/27 12:32:14 sb 1.7.76.1: #i74781# Fixed rtl::O[U]String::toInt32/64 to silently overflow instead of ignoring trailing input digits.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [77a327fb15167dd29f630f9a6b79e5fbc932520b]

        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>  [f33b266e59c6ccf458933d07c9d33a14c56c44a8]

        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>  [0dc96989dd3c718c438a48a1c63e1aee6458a034]

        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>  [b6d825ecbbe39648519d43936d699a4788418d9c]

        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>  [62612d83771886669a783d2fc470215b71fe5ca8]

        INTEGRATION: CWS xmlfilter02 (1.37.16); FILE MERGED 2007/12/12 10:10:03 dr 1.37.16.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/28 15:47:36 nn 1.37.16.1: #i75682# token array for array formulas, XFormulaTokens methods renamed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [86d503c5636951ac91fad445b1641112ca9ea62d]

        INTEGRATION: CWS xmlfilter02 (1.49.8); FILE MERGED 2007/08/14 18:32:03 er 1.49.8.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a4ed0dbd5bab29292329dcbf383e24feeffc84bf]

        INTEGRATION: CWS xmlfilter02 (1.59.16); FILE MERGED 2007/12/12 10:10:00 dr 1.59.16.5: RESYNC: (1.59-1.60); FILE MERGED 2007/11/27 15:06:54 dr 1.59.16.4: set view mode for objects 2007/07/06 13:52:38 dr 1.59.16.3: deselect selected sheets 2007/06/11 08:58:35 dr 1.59.16.2: view settings extensions for OOX filter 2007/06/08 13:21:31 dr 1.59.16.1: view settings extensions for OOX filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [abf87847cd7b4ec573dffd8e1c215bdf78a9f82b]

        INTEGRATION: CWS xmlfilter02 (1.64.18); FILE MERGED 2007/12/12 10:09:57 dr 1.64.18.6: RESYNC: (1.68-1.70); FILE MERGED 2007/07/24 21:48:04 dr 1.64.18.5: RESYNC: (1.66-1.68); FILE MERGED 2007/05/29 15:35:59 dr 1.64.18.4: RESYNC: (1.64-1.66); FILE MERGED 2007/05/08 16:15:56 dr 1.64.18.3: #i10000# warning 2007/04/17 11:05:21 tbe 1.64.18.2: #i76026# API: Undo history must be disabled while loading file 2007/03/20 12:48:31 tbe 1.64.18.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [658afa5028bf7ea2b0fa69ce95af0988ad89d079]

        INTEGRATION: CWS xmlfilter02 (1.7.194); FILE MERGED 2007/05/08 16:13:27 dr 1.7.194.3: #i10000# warning 2007/05/08 10:19:55 dr 1.7.194.2: RESYNC: (1.7-1.8); FILE MERGED 2007/04/17 11:04:35 tbe 1.7.194.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bc8d553d691f1d95e90cef3c5cfbb2856f8afd1e]

        INTEGRATION: CWS xmlfilter02 (1.4.194); FILE MERGED 2007/05/08 16:12:56 dr 1.4.194.2: #i10000# warning 2007/04/17 11:04:04 tbe 1.4.194.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [dd69b911334a348b1ca9f6fa70b1f6cc7f4fff44]

        INTEGRATION: CWS xmlfilter02 (1.82.12); FILE MERGED 2007/12/12 10:09:53 dr 1.82.12.3: RESYNC: (1.85-1.87); FILE MERGED 2007/10/04 09:22:56 os 1.82.12.2: RESYNC: (1.82-1.85); FILE MERGED 2007/08/14 18:32:03 er 1.82.12.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2a3838ce3e520444f26042e5114a6ab463b5cf57]

        INTEGRATION: CWS xmlfilter02 (1.33.18); FILE MERGED 2007/07/24 21:45:28 dr 1.33.18.5: RESYNC: (1.35-1.36); FILE MERGED 2007/05/29 15:17:10 dr 1.33.18.4: RESYNC: (1.34-1.35); FILE MERGED 2007/05/08 16:10:57 dr 1.33.18.3: #i10000# warning 2007/05/08 10:19:29 dr 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2007/04/17 11:03:22 tbe 1.33.18.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [00c2f9f0a0435f96a527f5753a8498047dcea0b8]

        INTEGRATION: CWS xmlfilter02 (1.5.194); FILE MERGED 2007/05/08 16:08:31 dr 1.5.194.2: #i10000# warning 2007/04/17 11:02:43 tbe 1.5.194.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f28fd1e2c3cf91e44fad93138383ee448952c1c2]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/30 09:22:54 er 1.1.2.7: #i75682# handle inline arrays 2007/08/29 11:59:02 dr 1.1.2.6: remove ParameterSeparator property 2007/08/22 08:23:00 er 1.1.2.5: #i75682# use ScCompiler::OpCodeMapPtr 2007/08/14 18:32:03 er 1.1.2.4: #i75682# Compiler OpCodeMap 2007/06/22 18:33:04 nn 1.1.2.3: #i75682# more options 2007/06/22 09:58:39 dr 1.1.2.2: option to compile formulas in English 2007/03/23 15:52:52 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [989af7a3c3efd4b7e755dbe65251f2094d7c6b09]

        INTEGRATION: CWS xmlfilter02 (1.37.18); FILE MERGED 2007/11/22 12:33:43 dr 1.37.18.4: do not clear page scaling settings when setting 'FirstPageNumber' property 2007/05/29 15:05:44 dr 1.37.18.3: RESYNC: (1.38-1.39); FILE MERGED 2007/05/08 10:07:37 dr 1.37.18.2: RESYNC: (1.37-1.38); FILE MERGED 2007/03/22 15:36:58 tbe 1.37.18.1: #i74667# API: property 'TableBorder' does not work for styles

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [927242fc98601a6a89d44c186496036c64ac175c]

        INTEGRATION: CWS xmlfilter02 (1.14.192); FILE MERGED 2007/08/14 18:32:03 er 1.14.192.3: #i75682# Compiler OpCodeMap 2007/05/29 15:03:15 dr 1.14.192.2: RESYNC: (1.14-1.15); FILE MERGED 2007/03/23 15:52:52 nn 1.14.192.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9ed6a1752543f67766928e29238307154c0047f5]

        INTEGRATION: CWS xmlfilter02 (1.16.18); FILE MERGED 2007/07/24 09:07:20 tbe 1.16.18.4: #i79890# API: Missing API to suppress update of all defined names 2007/07/23 13:52:34 tbe 1.16.18.3: #i79890# API: Missing API to suppress update of all defined names 2007/07/06 10:10:44 nn 1.16.18.2: #i75682# property TokenIndex for named range/database range 2007/06/29 14:26:44 nn 1.16.18.1: #i75682# XFormulaTokens for named range

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a184f67e44fe0818280f1b2d5d86c33a5540c704]

        INTEGRATION: CWS xmlfilter02 (1.17.402); FILE MERGED 2007/05/29 15:02:02 dr 1.17.402.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/23 15:52:52 nn 1.17.402.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [38cc090bd6573e785b741f725b2167878696c39c]

        INTEGRATION: CWS xmlfilter02 (1.16.48); FILE MERGED 2007/11/29 12:07:55 tbe 1.16.48.2: #i81573# API: need interface to add DDE links 2007/11/29 10:25:32 tbe 1.16.48.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f98dbe2a47a794822d0588ef22473e708c98eb32]

        INTEGRATION: CWS xmlfilter02 (1.18.10); FILE MERGED 2007/08/14 18:32:03 er 1.18.10.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9fc553465a51e47f0660e258d5f78fe1c5d478c2]

        INTEGRATION: CWS xmlfilter02 (1.14.18); FILE MERGED 2007/08/09 11:35:20 kohei 1.14.18.7: Tweaked if-statement block to reduce indent level & added code to unpack tokens when the type of Any data passed as formula is a token sequence. 2007/08/09 04:28:38 kohei 1.14.18.6: allow direct passing of formula tokens to conditional formatting object for OOXML import. 2007/08/08 20:58:05 kohei 1.14.18.5: Changing the name back from getFormulaCount() to getCount(). 2007/08/08 20:31:30 kohei 1.14.18.4: fixed name clash on getCount.  XIndexAccess also has method with the same name. 2007/08/07 15:57:44 kohei 1.14.18.3: throw an out-of-bound exception when the index is negative. 2007/08/07 15:35:36 kohei 1.14.18.2: changed index and size types from sal_uInt16 to sal_Int32 as part of the similar data type change in XMultiFormulaTokens.idl.  And also to throw an out-of-bound exception when the index is outside the allowed range. 2007/08/06 21:56:39 kohei 1.14.18.1: changes to allow passing formula tokens to data validation objects.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0c8f091495b5d029c1fa4dd88bf0e2ea255c9e20]

        INTEGRATION: CWS xmlfilter02 (1.59.16); FILE MERGED 2007/12/12 10:09:41 dr 1.59.16.10: RESYNC: (1.62-1.63); FILE MERGED 2007/12/07 09:26:11 dr 1.59.16.9: support import into read-only documents 2007/11/22 09:14:10 tbe 1.59.16.8: #i81572# API: need interface to add linked sheets 2007/07/20 12:26:32 tbe 1.59.16.7: #i79826# API: missing property to suppress automatic adjustment of row height 2007/05/29 14:59:20 dr 1.59.16.6: RESYNC: (1.61-1.62); FILE MERGED 2007/05/08 10:06:20 dr 1.59.16.5: RESYNC: (1.59-1.61); FILE MERGED 2007/04/17 11:02:07 tbe 1.59.16.4: #i76026# API: Undo history must be disabled while loading file 2007/04/12 10:31:11 tbe 1.59.16.3: #i76026# API: Undo history must be disabled while loading file 2007/03/23 15:48:36 tbe 1.59.16.2: #i75447# API: get an XDevice from the document 2007/03/20 12:47:45 tbe 1.59.16.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [75b54c613d4dd32933336fef9c4e1e99df6b1381]

        INTEGRATION: CWS xmlfilter02 (1.28.48); FILE MERGED 2007/07/06 10:10:44 nn 1.28.48.1: #i75682# property TokenIndex for named range/database range

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6d8d9d24a2cdc39d247a904f78ae7abc7b4113aa]

        INTEGRATION: CWS xmlfilter02 (1.100.18); FILE MERGED 2007/12/12 10:09:38 dr 1.100.18.8: RESYNC: (1.107-1.108); FILE MERGED 2007/11/22 09:13:30 tbe 1.100.18.7: #i81572# API: need interface to add linked sheets 2007/07/24 21:43:50 dr 1.100.18.6: RESYNC: (1.103-1.106); FILE MERGED 2007/06/28 15:47:35 nn 1.100.18.5: #i75682# token array for array formulas, XFormulaTokens methods renamed 2007/06/22 09:58:28 dr 1.100.18.4: compiler warning 2007/05/29 14:57:10 dr 1.100.18.3: RESYNC: (1.101-1.103); FILE MERGED 2007/05/08 10:05:29 dr 1.100.18.2: RESYNC: (1.100-1.101); FILE MERGED 2007/03/23 15:52:51 nn 1.100.18.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [afd2cb1d8b594742bcadba53aaf97b6e2a604a2c]

        INTEGRATION: CWS xmlfilter02 (1.20.18); FILE MERGED 2007/12/12 10:09:34 dr 1.20.18.3: RESYNC: (1.20-1.21); FILE MERGED 2007/06/11 08:57:35 dr 1.20.18.2: view settings extensions for OOX filter 2007/06/08 13:21:21 dr 1.20.18.1: view settings extensions for OOX filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c5fb2e6da4e6b98e685443481c20bd5b206db5b1]

        INTEGRATION: CWS xmlfilter02 (1.40.18); FILE MERGED 2007/07/24 21:36:57 dr 1.40.18.4: RESYNC: (1.42-1.43); FILE MERGED 2007/05/29 14:32:18 dr 1.40.18.3: RESYNC: (1.41-1.42); FILE MERGED 2007/05/08 09:55:00 dr 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/20 12:47:15 tbe 1.40.18.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [19125dfd36ea7b2d5441858541f673784b8de752]

        INTEGRATION: CWS xmlfilter02 (1.15.8); FILE MERGED 2007/07/24 09:06:24 tbe 1.15.8.3: #i79890# API: Missing API to suppress update of all defined names 2007/07/23 13:51:40 tbe 1.15.8.2: #i79890# API: Missing API to suppress update of all defined names 2007/06/28 15:47:35 nn 1.15.8.1: #i75682# token array for array formulas, XFormulaTokens methods renamed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [78acc6874422b2a9a82a046330e838ba20b35a2b]

        INTEGRATION: CWS xmlfilter02 (1.29.18); FILE MERGED 2007/07/24 21:35:11 dr 1.29.18.5: RESYNC: (1.31-1.32); FILE MERGED 2007/05/29 14:21:08 dr 1.29.18.4: RESYNC: (1.30-1.31); FILE MERGED 2007/05/08 16:54:28 dr 1.29.18.3: #i10000# warning 2007/05/08 09:52:43 dr 1.29.18.2: RESYNC: (1.29-1.30); FILE MERGED 2007/04/17 11:01:07 tbe 1.29.18.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [936c6b06f221fd9560d47374c959e64cb48ac2e7]

        INTEGRATION: CWS xmlfilter02 (1.23.82); FILE MERGED 2007/07/24 21:34:52 dr 1.23.82.3: RESYNC: (1.23-1.24); FILE MERGED 2007/05/08 16:53:35 dr 1.23.82.2: #i10000# warning 2007/04/17 11:00:00 tbe 1.23.82.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [26e00c618fb74a6ae5bfdd74a68f7f2fd7049ccb]

        INTEGRATION: CWS xmlfilter02 (1.29.18); FILE MERGED 2007/07/24 21:33:36 dr 1.29.18.2: RESYNC: (1.29-1.30); FILE MERGED 2007/06/28 15:47:35 nn 1.29.18.1: #i75682# token array for array formulas, XFormulaTokens methods renamed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [86dd22752910824ee5654aae9d397f0f3f6677d5]

        INTEGRATION: CWS xmlfilter02 (1.22.18); FILE MERGED 2007/05/29 14:19:39 dr 1.22.18.2: RESYNC: (1.22-1.23); FILE MERGED 2007/03/20 12:46:47 tbe 1.22.18.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [90696d4489e7bf8c28611faf8f44f9a7d0d9d005]

        INTEGRATION: CWS xmlfilter02 (1.89.16); FILE MERGED 2007/12/12 10:09:31 dr 1.89.16.5: RESYNC: (1.92-1.93); FILE MERGED 2007/10/04 09:13:43 os 1.89.16.4: RESYNC: (1.91-1.92); FILE MERGED 2007/07/24 21:33:29 dr 1.89.16.3: RESYNC: (1.90-1.91); FILE MERGED 2007/05/29 14:19:13 dr 1.89.16.2: RESYNC: (1.89-1.90); FILE MERGED 2007/04/12 10:30:45 tbe 1.89.16.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b3c91465fcc9f38535b6dd511bbf53f6427907fb]

        INTEGRATION: CWS xmlfilter02 (1.65.16); FILE MERGED 2007/12/07 09:25:55 dr 1.65.16.6: support import into read-only documents 2007/07/25 07:11:14 dr 1.65.16.5: RESYNC: (1.65-1.66); FILE MERGED 2007/07/24 09:05:41 tbe 1.65.16.4: #i79890# API: Missing API to suppress update of all defined names 2007/07/23 13:50:57 tbe 1.65.16.3: #i79890# API: Missing API to suppress update of all defined names 2007/07/20 12:25:41 tbe 1.65.16.2: #i79826# API: missing property to suppress automatic adjustment of row height 2007/06/28 15:47:34 nn 1.65.16.1: #i75682# token array for array formulas, XFormulaTokens methods renamed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9dd16a57ac5fb7be0cbce8b5349be9762983bae3]

        INTEGRATION: CWS xmlfilter02 (1.16.18); FILE MERGED 2007/08/14 18:32:02 er 1.16.18.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7e635ca279c76fe2e1acf04d33df2ed173f2ed22]

        INTEGRATION: CWS xmlfilter02 (1.28.6); FILE MERGED 2007/07/24 21:19:45 dr 1.28.6.2: RESYNC: (1.28-1.30); FILE MERGED 2007/07/20 12:27:26 tbe 1.28.6.1: #i79826# warning free

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [60c49b34a9e8f90e32bd3d4f6f974b329cb112a2]

        INTEGRATION: CWS xmlfilter02 (1.7.194); FILE MERGED 2007/08/30 15:10:48 er 1.7.194.2: bool = (Any >>= double) doesn't evaluate to true if not TypeClass_DOUBLE 2007/08/30 09:24:13 er 1.7.194.1: #i75682# generalize uno::Sequence to ScMatrix conversion

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ddf85af7efed60c45633985590ea4088b4f51a16]

        INTEGRATION: CWS xmlfilter02 (1.24.18); FILE MERGED 2007/08/14 18:32:02 er 1.24.18.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [66f101aba77f9a802c7021e192f384aad838aefe]

        INTEGRATION: CWS xmlfilter02 (1.7.18); FILE MERGED 2007/10/23 16:17:56 dr 1.7.18.5: #i10000# unxlngi6.pro build breaker 2007/08/31 10:09:49 er 1.7.18.4: #i75682# now that we interface tokens to outer space we need to check for sane OpCode values 2007/08/23 17:47:43 er 1.7.18.3: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/14 18:32:02 er 1.7.18.2: #i75682# Compiler OpCodeMap 2007/03/21 13:18:16 dr 1.7.18.1: #i10000# merge changes from CWS calcwarnings2

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b785f925276b05e49cb84f20991fae6cf1aba9cf]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/31 10:33:03 er 1.1.2.4: DOLLARFR and DOLLARDE are ODFF specified 2007/08/24 19:19:09 er 1.1.2.3: AddIn _ADD vs. internal and ODFF 2007/08/23 17:47:43 er 1.1.2.2: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/22 08:25:05 er 1.1.2.1: #i75682# preliminary ODFF AddInMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a0526d0a28926e386ade3eb3a9f017e04ab31ae4]

        INTEGRATION: CWS xmlfilter02 (1.20.14); FILE MERGED 2007/12/12 10:09:28 dr 1.20.14.3: RESYNC: (1.24-1.25); FILE MERGED 2007/10/04 09:09:07 os 1.20.14.2: RESYNC: (1.20-1.24); FILE MERGED 2007/08/22 08:26:16 er 1.20.14.1: #i75682# ODFF AddInMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [01214ba814da8a4259797a99f60325bb6f634dc4]

        INTEGRATION: CWS xmlfilter02 (1.47.14); FILE MERGED 2007/12/12 10:09:22 dr 1.47.14.4: RESYNC: (1.51-1.52); FILE MERGED 2007/08/30 09:24:13 er 1.47.14.3: #i75682# generalize uno::Sequence to ScMatrix conversion 2007/07/24 21:16:02 dr 1.47.14.2: RESYNC: (1.47-1.51); FILE MERGED 2007/07/03 15:53:00 dr 1.47.14.1: add svMissing in ScInterpreter::ConvertMatrixParameters()

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9c30f619bba16a78595820b223f1e9c005affdec]

        INTEGRATION: CWS xmlfilter02 (1.68.18); FILE MERGED 2007/12/12 10:09:18 dr 1.68.18.18: RESYNC: (1.70-1.71); FILE MERGED 2007/10/12 15:51:45 er 1.68.18.17: InitSymbolsEnglish: actually mxSymbolsODF_11 shouldn't had been used at all, that's a c&p error 2007/10/08 11:10:53 os 1.68.18.16: cast from OpCodeEnum to OpCode 2007/09/28 23:16:10 kohei 1.68.18.15: prevent uninitialized mxSymbolsODF_11 from being used. 2007/08/31 18:32:35 er 1.68.18.14: 4 ScCompiler::Convention instances 2007/08/31 15:08:50 er 1.68.18.13: IsOpCode: with an external OpCodeMap we can't rely on the order of symbols anymore, handle ocSub/ocNegSub 2007/08/31 08:56:38 dr 1.68.18.12: remove some inlines 2007/08/30 14:28:44 er 1.68.18.11: NextSymbol: handle remapped ocSep; reintroduced ssGetValue to parse simple ASCII number strings internally instead of passing them to i18n 2007/08/23 17:47:42 er 1.68.18.10: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/22 12:13:47 er 1.68.18.9: damn copy&paste 2007/08/22 12:10:13 dr 1.68.18.8: push add-in functions to vector 2007/08/22 08:26:16 er 1.68.18.7: #i75682# ODFF AddInMap 2007/08/17 11:55:25 er 1.68.18.6: #i75682# preallocate vector for FormulaMapGroup::SPECIAL 2007/08/17 09:29:54 dr 1.68.18.5: NOT and NEG are functions, add missing breaks in switch, cleanup 2007/08/16 14:44:32 dr 1.68.18.4: fixed more errors..., added ARRAY_SEPARATORS group 2007/08/14 18:32:02 er 1.68.18.3: #i75682# Compiler OpCodeMap 2007/07/24 21:15:22 dr 1.68.18.2: RESYNC: (1.68-1.70); FILE MERGED 2007/06/27 15:40:35 nn 1.68.18.1: #i75682# handle single-sheet cases with compatibility references

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [752e4d8919b5204c894b82419a6531782c1cf1aa]

        INTEGRATION: CWS xmlfilter02 (1.9.18); FILE MERGED 2007/06/27 15:40:35 nn 1.9.18.1: #i75682# handle single-sheet cases with compatibility references

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [91e4212e97fc7f656231c926715410da9a3bd16b]

        INTEGRATION: CWS xmlfilter02 (1.22.10); FILE MERGED 2007/08/30 09:24:13 er 1.22.10.3: #i75682# generalize uno::Sequence to ScMatrix conversion 2007/08/23 17:47:42 er 1.22.10.2: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/14 18:32:02 er 1.22.10.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3edfc3d3c9e5a10124923bd6733051efda287f51]

        INTEGRATION: CWS xmlfilter02 (1.54.14); FILE MERGED 2007/08/24 19:19:09 er 1.54.14.3: AddIn _ADD vs. internal and ODFF 2007/08/22 08:24:31 er 1.54.14.2: #i75682# ODFF has a dot in ERROR.TYPE 2007/08/14 18:32:02 er 1.54.14.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [60bf4c556bc78d6d09e118b8655ba8a43066361b]

        INTEGRATION: CWS xmlfilter02 (1.3.402); FILE MERGED 2007/10/23 12:58:25 dr 1.3.402.2: #i10000# unxlngi6.pro build breaker 2007/08/31 10:09:49 er 1.3.402.1: #i75682# now that we interface tokens to outer space we need to check for sane OpCode values

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0ae02e6e6f8ac8f735cbc5b089df5c49adc53c08]

        INTEGRATION: CWS xmlfilter02 (1.20.18); FILE MERGED 2007/07/20 12:24:45 tbe 1.20.18.1: #i79826# API: missing property to suppress automatic adjustment of row height

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1c72cefa9a2da7b1d58a49675204e9069cb9983d]

        INTEGRATION: CWS xmlfilter02 (1.52.10); FILE MERGED 2007/08/15 15:45:37 dr 1.52.10.2: wntmsci10 compiler warning 2007/08/14 18:32:01 er 1.52.10.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d43ba67f1b35806a76ba9c9f319f68ba56aeab3d]

        INTEGRATION: CWS xmlfilter02 (1.80.14); FILE MERGED 2007/12/07 09:25:39 dr 1.80.14.1: support import into read-only documents

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [26f87193250ab0c273c77cc28e57c90b07610245]

        INTEGRATION: CWS xmlfilter02 (1.18.18); FILE MERGED 2007/08/14 18:32:01 er 1.18.18.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [70e18439d5f1f14f3c0fbbe4f17c4069d80c2117]

        INTEGRATION: CWS xmlfilter02 (1.38.16); FILE MERGED 2007/12/07 09:25:39 dr 1.38.16.1: support import into read-only documents

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3a5272f7f665a0af6187b66fda2a6cfda479c732]

        INTEGRATION: CWS xmlfilter02 (1.62.18); FILE MERGED 2007/12/07 09:25:38 dr 1.62.18.8: support import into read-only documents 2007/11/22 09:12:36 tbe 1.62.18.7: #i81572# API: need interface to add linked sheets 2007/10/04 09:05:12 os 1.62.18.6: RESYNC: (1.65-1.67); FILE MERGED 2007/07/25 07:11:03 dr 1.62.18.5: RESYNC: (1.64-1.65); FILE MERGED 2007/07/24 09:04:57 tbe 1.62.18.4: #i79890# API: Missing API to suppress update of all defined names 2007/07/20 12:22:04 tbe 1.62.18.3: #i79826# API: missing property to suppress automatic adjustment of row height 2007/05/29 12:28:07 dr 1.62.18.2: RESYNC: (1.62-1.64); FILE MERGED 2007/04/12 10:30:03 tbe 1.62.18.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [887126845ede72c4c7da183bc8c385dadb4ea39d]

        INTEGRATION: CWS xmlfilter02 (1.21.18); FILE MERGED 2007/09/21 08:57:21 dr 1.21.18.2: update flag for relative references, if formulas are set via API calls 2007/08/06 21:56:39 kohei 1.21.18.1: changes to allow passing formula tokens to data validation objects.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2d92064fad44930acc1b96845a9e33f2fdaf89ac]

        INTEGRATION: CWS xmlfilter02 (1.71.250); FILE MERGED 2007/12/07 09:25:20 dr 1.71.250.15: support import into read-only documents 2007/11/22 09:11:52 tbe 1.71.250.14: #i81572# API: need interface to add linked sheets 2007/08/29 11:58:50 dr 1.71.250.13: remove ParameterSeparator property 2007/08/14 18:32:01 er 1.71.250.12: #i75682# Compiler OpCodeMap 2007/07/24 21:08:55 dr 1.71.250.11: RESYNC: (1.73-1.74); FILE MERGED 2007/07/20 12:20:43 tbe 1.71.250.10: #i79826# API: missing property to suppress automatic adjustment of row height 2007/07/06 10:10:30 nn 1.71.250.9: #i75682# property TokenIndex for named range/database range 2007/06/22 18:32:58 nn 1.71.250.8: #i75682# more options 2007/06/22 09:57:57 dr 1.71.250.7: option to compile formulas in English 2007/05/29 12:19:43 dr 1.71.250.6: RESYNC: (1.72-1.73); FILE MERGED 2007/05/08 09:42:36 dr 1.71.250.5: RESYNC: (1.71-1.72); FILE MERGED 2007/04/12 10:29:04 tbe 1.71.250.4: #i76026# API: Undo history must be disabled while loading file 2007/03/23 15:52:51 nn 1.71.250.3: #i75682# API for formula as token array 2007/03/23 15:47:37 tbe 1.71.250.2: #i75447# API: get an XDevice from the document 2007/03/20 12:46:00 tbe 1.71.250.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3c5c2e5a6f39ae6ec391bd4c4e195e669d97cc7d]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/29 11:58:50 dr 1.1.2.6: remove ParameterSeparator property 2007/08/22 08:22:23 er 1.1.2.5: #i75682# use ScCompiler::OpCodeMapPtr 2007/08/14 18:32:01 er 1.1.2.4: #i75682# Compiler OpCodeMap 2007/06/22 18:32:58 nn 1.1.2.3: #i75682# more options 2007/06/22 09:57:57 dr 1.1.2.2: option to compile formulas in English 2007/03/23 15:52:51 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [53f88c25400b00e1db5bdab1d761caadc30859bd]

        INTEGRATION: CWS xmlfilter02 (1.12.402); FILE MERGED 2007/08/14 18:32:01 er 1.12.402.2: #i75682# Compiler OpCodeMap 2007/03/23 15:52:50 nn 1.12.402.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [092284d30f59e84d75f409027266f2682024e97e]

        INTEGRATION: CWS xmlfilter02 (1.8.44); FILE MERGED 2007/08/30 09:24:13 er 1.8.44.1: #i75682# generalize uno::Sequence to ScMatrix conversion

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a0b4ce7978d6a0604b7392a5d850e148f82bb799]

        INTEGRATION: CWS xmlfilter02 (1.54.10); FILE MERGED 2007/12/12 10:09:15 dr 1.54.10.3: RESYNC: (1.55-1.56); FILE MERGED 2007/10/04 09:02:05 os 1.54.10.2: RESYNC: (1.54-1.55); FILE MERGED 2007/08/14 18:32:01 er 1.54.10.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [da3f147c4bfe0b0ff9307b0757c3028d9aae027a]

        INTEGRATION: CWS xmlfilter02 (1.4.402); FILE MERGED 2007/08/30 09:24:13 er 1.4.402.1: #i75682# generalize uno::Sequence to ScMatrix conversion

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [58eb8e721f8653b444c6ec7eb28d41f0fd65c42c]

        INTEGRATION: CWS xmlfilter02 (1.19.10); FILE MERGED 2007/08/14 18:32:01 er 1.19.10.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [45100f34469217ef5d74a6c31b33a71ba917f617]

        INTEGRATION: CWS xmlfilter02 (1.4.402); FILE MERGED 2007/07/24 09:04:11 tbe 1.4.402.3: #i79890# API: Missing API to suppress update of all defined names 2007/07/23 13:49:36 tbe 1.4.402.2: #i79890# API: Missing API to suppress update of all defined names 2007/06/29 14:26:32 nn 1.4.402.1: #i75682# XFormulaTokens for named range

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [02026cc850b2b0aece900ae7c16ad651f8daeb65]

        INTEGRATION: CWS xmlfilter02 (1.5.18); FILE MERGED 2007/11/29 12:06:40 tbe 1.5.18.2: #i81573# API: need interface to add DDE links 2007/11/29 10:24:15 tbe 1.5.18.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [87afc8e6c475bb89de6ade9b52336916a918be8e]

        INTEGRATION: CWS xmlfilter02 (1.7.402); FILE MERGED 2007/08/09 04:28:38 kohei 1.7.402.5: allow direct passing of formula tokens to conditional formatting object for OOXML import. 2007/08/08 20:57:59 kohei 1.7.402.4: Changing the name back from getFormulaCount() to getCount(). 2007/08/08 20:31:30 kohei 1.7.402.3: fixed name clash on getCount.  XIndexAccess also has method with the same name. 2007/08/07 15:35:36 kohei 1.7.402.2: changed index and size types from sal_uInt16 to sal_Int32 as part of the similar data type change in XMultiFormulaTokens.idl.  And also to throw an out-of-bound exception when the index is outside the allowed range. 2007/08/06 21:56:39 kohei 1.7.402.1: changes to allow passing formula tokens to data validation objects.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8512f4b31915c3be494671a2fa0bd40bbbf9b41a]

        INTEGRATION: CWS xmlfilter02 (1.97.44); FILE MERGED 2007/12/12 10:09:12 dr 1.97.44.10: RESYNC: (1.104-1.105); FILE MERGED 2007/12/07 09:25:20 dr 1.97.44.9: support import into read-only documents 2007/11/22 09:11:15 tbe 1.97.44.8: #i81572# API: need interface to add linked sheets 2007/10/04 09:01:58 os 1.97.44.7: RESYNC: (1.101-1.104); FILE MERGED 2007/07/25 07:10:40 dr 1.97.44.6: RESYNC: (1.100-1.101); FILE MERGED 2007/07/24 09:03:48 tbe 1.97.44.5: #i79890# API: Missing API to suppress update of all defined names 2007/07/20 12:19:51 tbe 1.97.44.4: #i79826# API: missing property to suppress automatic adjustment of row height 2007/05/29 12:17:44 dr 1.97.44.3: RESYNC: (1.99-1.100); FILE MERGED 2007/05/08 09:41:30 dr 1.97.44.2: RESYNC: (1.97-1.99); FILE MERGED 2007/04/12 10:28:48 tbe 1.97.44.1: #i76026# API: Undo history must be disabled while loading file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1e5a9cfb388c69c13bad0779625cf188bd3290d1]

        INTEGRATION: CWS xmlfilter02 (1.10.18); FILE MERGED 2007/08/06 21:56:39 kohei 1.10.18.1: changes to allow passing formula tokens to data validation objects.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7b5c31721b991e446f447ec45c9d98ea534153ae]

        INTEGRATION: CWS xmlfilter02 (1.31.44); FILE MERGED 2007/12/12 10:09:08 dr 1.31.44.8: RESYNC: (1.32-1.33); FILE MERGED 2007/10/15 13:48:04 dr 1.31.44.7: #i10000# missing friend for Solaris compiler 2007/10/04 09:01:51 os 1.31.44.6: RESYNC: (1.31-1.32); FILE MERGED 2007/08/31 08:56:27 dr 1.31.44.5: remove some inlines 2007/08/23 17:47:42 er 1.31.44.4: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/22 08:26:15 er 1.31.44.3: #i75682# ODFF AddInMap 2007/08/15 15:44:48 dr 1.31.44.2: typo 2007/08/14 18:32:01 er 1.31.44.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5b3d9ecc668a5f8ccb4b76dd1d78f874f3c46fa3]

        INTEGRATION: CWS xmlfilter02 (1.16.14); FILE MERGED 2007/08/14 18:32:01 er 1.16.14.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8bbcd9a22c28decdb66304505a7846da103889ea]

        INTEGRATION: CWS xmlfilter02 (1.27.18); FILE MERGED 2007/12/12 10:09:05 dr 1.27.18.6: RESYNC: (1.29-1.30); FILE MERGED 2007/11/22 09:10:25 tbe 1.27.18.5: #i81572# API: need interface to add linked sheets 2007/06/28 15:47:22 nn 1.27.18.4: #i75682# token array for array formulas, XFormulaTokens methods renamed 2007/05/29 12:15:08 dr 1.27.18.3: RESYNC: (1.28-1.29); FILE MERGED 2007/05/08 09:40:50 dr 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2007/03/23 15:52:50 nn 1.27.18.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2fab2c84246aaba1cc3a6d52653abe758f5835bb]

        INTEGRATION: CWS xmlfilter02 (1.9.172); FILE MERGED 2007/10/04 09:01:03 os 1.9.172.4: RESYNC: (1.9-1.10); FILE MERGED 2007/08/30 09:24:13 er 1.9.172.3: #i75682# generalize uno::Sequence to ScMatrix conversion 2007/08/23 17:47:42 er 1.9.172.2: ODF_11 OpCodeMap; fill from AddInCollection; sort out English vs. ODF_11 vs. Upper symbols 2007/08/14 18:32:01 er 1.9.172.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3fd04ab5fc2b536acd6d06a84641c528c30d2d97]

        INTEGRATION: CWS xmlfilter02 (1.5.402); FILE MERGED 2007/12/12 10:09:02 dr 1.5.402.3: RESYNC: (1.5-1.6); FILE MERGED 2007/06/11 08:57:11 dr 1.5.402.2: view settings extensions for OOX filter 2007/06/08 13:20:57 dr 1.5.402.1: view settings extensions for OOX filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7d2e4d9ea709fdcbeb6a6817026882480a20e37a]

        INTEGRATION: CWS xmlfilter02 (1.156.26); FILE MERGED 2007/12/12 10:00:10 dr 1.156.26.2: RESYNC: (1.156-1.165); FILE MERGED 2007/10/18 20:27:18 fridrich_strba 1.156.26.1: not directly related to this workspace, but since I build with sun java 5 on x86_64, this patch helps to finish the build :-)

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e6d0244bc6af28ef691536eb98766d0e2c3712fb]

        INTEGRATION: CWS xmlfilter02 (1.204.2); FILE MERGED 2007/12/12 10:00:07 dr 1.204.2.4: RESYNC: (1.220-1.232); FILE MERGED 2007/10/04 09:25:44 os 1.204.2.3: RESYNC: (1.213-1.220); FILE MERGED 2007/07/24 21:03:55 dr 1.204.2.2: RESYNC: (1.204-1.213); FILE MERGED 2007/07/16 11:07:17 rene 1.204.2.1: #i10000# check for gperf

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [66de7b01b28748310491ac87138f31095720f476]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/19 08:31:33 fridrich_strba 1.1.2.1: adding a .cvsignore file

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ba7d8b08c61e0ab1e23483275c4b33fbc43c1650]

        INTEGRATION: CWS xmlfilter02 (1.65.54); FILE MERGED 2007/12/12 10:11:57 dr 1.65.54.10: RESYNC: (1.90-1.91); FILE MERGED 2007/10/04 11:10:12 os 1.65.54.9: RESYNC: (1.89-1.90); FILE MERGED 2007/07/24 20:48:50 dr 1.65.54.8: RESYNC: (1.87-1.89); FILE MERGED 2007/05/29 12:11:12 dr 1.65.54.7: RESYNC: (1.86-1.87); FILE MERGED 2007/05/08 09:30:38 dr 1.65.54.6: RESYNC: (1.84-1.86); FILE MERGED 2007/03/14 18:25:12 dr 1.65.54.5: RESYNC: (1.80-1.84); FILE MERGED 2007/02/27 12:19:31 dr 1.65.54.4: for gperf 2007/01/19 11:40:14 cl 1.65.54.3: resolved merge conflicts 2007/01/17 21:54:04 cl 1.65.54.2: RESYNC: (1.65-1.80); FILE MERGED 2006/05/03 11:29:34 cl 1.65.54.1: added support for .cc

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [12506ee0e1d4ad1c7ef312fa80199fae344a5c15]

        INTEGRATION: CWS xmlfilter02 (1.98.36); FILE MERGED 2007/12/12 10:11:54 dr 1.98.36.10: RESYNC: (1.117-1.122); FILE MERGED 2007/10/04 11:09:43 os 1.98.36.9: RESYNC: (1.116-1.117); FILE MERGED 2007/07/24 20:46:56 dr 1.98.36.8: RESYNC: (1.111-1.116); FILE MERGED 2007/05/29 12:10:26 dr 1.98.36.7: RESYNC: (1.110-1.111); FILE MERGED 2007/05/08 09:28:57 dr 1.98.36.6: RESYNC: (1.107-1.110); FILE MERGED 2007/03/01 10:05:45 dr 1.98.36.5: typo 2007/01/19 11:40:14 cl 1.98.36.4: resolved merge conflicts 2006/05/17 08:42:15 sj 1.98.36.3: fixed resync problem with I18NISOLANGLIB 2006/05/16 13:37:51 sj 1.98.36.2: fixed resync problem with I18NISOLANGLIB 2006/05/08 15:50:36 cl 1.98.36.1: added SAXLIB

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [86d96b04a7a7062de72e2b41c6a0530d3b9d3152]

        INTEGRATION: CWS xmlfilter02 (1.5.300); FILE MERGED 2007/12/17 08:34:15 dr 1.5.300.2: #i10000# enable old Word filter 2007/10/01 12:03:58 os 1.5.300.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [30e4a28508e42928ba96b7e743fe782fe5c97fee]

        INTEGRATION: CWS xmlfilter02 (1.6.34); FILE MERGED 2007/12/17 08:34:15 dr 1.6.34.2: #i10000# enable old Word filter 2007/10/01 12:03:57 os 1.6.34.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b34a9cdff4bceb4354052040fc2c9a55a0cf214f]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 12:03:57 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/02/26 11:10:10 os 1.1.8.1: file writer_MS_Word_2007_XML.xcu was added on branch cws_src680_xmlfilter02 on 2007-10-01 12:03:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4e9b6c1397660146f2fca8dc15390c7981e6d2dc]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/26 12:14:35 dr 1.1.2.1: add template types and UI names for OOX filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [34d48f1536f8938ea2ed46fc483ab165ad8283ff]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/26 12:14:35 dr 1.1.2.2: add template types and UI names for OOX filters 2007/02/02 12:18:55 dr 1.1.2.1: configuration for oox filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c821d95d01886662e988c2a8081564605e3a7b28]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/23 13:21:23 dr 1.1.2.1: XL2007 binary filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [44d6f46bce175d16d508bc9b670df1ad21bd1986]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/26 12:13:36 dr 1.1.2.1: add template types and UI names for OOX filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d2c697ec02a09e9deea968cf617f31ac6d69ba2c]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/26 12:13:35 dr 1.1.2.1: add template types and UI names for OOX filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [460262773313b72d002f120a3f5b6397e6f6d18b]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/02/02 12:18:09 dr 1.1.2.1: configuration for oox filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f6dda8ac5a173dc418077f8e5e3f11c4793c883d]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/29 15:13:36 dr 1.1.2.2: send XLS files to oox filter 2007/03/26 12:13:35 dr 1.1.2.1: add template types and UI names for OOX filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e4cdfd770535536f6f0c8a3266ac919cdad7d7e2]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/29 15:13:36 dr 1.1.2.3: send XLS files to oox filter 2007/03/26 12:13:34 dr 1.1.2.2: add template types and UI names for OOX filters 2007/02/02 12:18:09 dr 1.1.2.1: configuration for oox filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6726bfd589eae7d1bfbe1dd762cc6ebfe24a4f35]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/23 13:20:32 dr 1.1.2.1: XL2007 binary filters

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0d91d2b0883b73827b4dae01e1fdaae1f6d73e3d]

        INTEGRATION: CWS xmlfilter02 (1.7.34); FILE MERGED 2007/12/17 08:33:44 dr 1.7.34.2: #i10000# enable old Word filter 2007/10/01 12:03:57 os 1.7.34.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [db8375bbe83cd3cfb2aa2a9e36dcc479ec178b78]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 12:03:57 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/02/26 11:10:59 os 1.1.8.1: file MS_Word_2007_XML_ui.xcu was added on branch cws_src680_xmlfilter02 on 2007-10-01 12:03:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [47c4912441c25438b4433069940a0dd4de385cca]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 12:03:57 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/02/26 11:10:48 os 1.1.8.1: file MS_Word_2007_XML.xcu was added on branch cws_src680_xmlfilter02 on 2007-10-01 12:03:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [555c991e8098bdd3947816207a2cef003e3ce96c]

        INTEGRATION: CWS xmlfilter02 (1.6.300); FILE MERGED 2007/12/11 15:56:25 dr 1.6.300.2: oox: hide CWS changes 2007/03/29 15:13:35 dr 1.6.300.1: send XLS files to oox filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b58def550d5f5d984035b8fdcc4ad0e812435a6d]

        INTEGRATION: CWS xmlfilter02 (1.6.300); FILE MERGED 2007/12/11 15:56:25 dr 1.6.300.2: oox: hide CWS changes 2007/03/29 15:13:34 dr 1.6.300.1: send XLS files to oox filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6e7766c46e886f5713e8d19a0245943afc38d572]

        INTEGRATION: CWS xmlfilter02 (1.7.224); FILE MERGED 2007/12/11 15:56:24 dr 1.7.224.4: oox: hide CWS changes 2007/03/26 12:14:51 dr 1.7.224.3: add template types and UI names for OOX filters 2007/02/02 12:03:40 dr 1.7.224.2: filter configuration for oox 2007/01/24 15:40:29 cl 1.7.224.1: added pptx filter

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cd7fa6433630c57daffc356a21313db4dc26b0e2]

        INTEGRATION: CWS xmlfilter02 (1.8.192); FILE MERGED 2007/12/11 15:56:24 dr 1.8.192.4: oox: hide CWS changes 2007/10/23 13:21:45 dr 1.8.192.3: XL2007 binary filters 2007/03/26 12:14:50 dr 1.8.192.2: add template types and UI names for OOX filters 2007/02/02 12:03:39 dr 1.8.192.1: filter configuration for oox

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [93e980033ff529bdee5f296b222dc1b640e64e83]

        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>  [ae56f69e47842b29c3ccd42156b35cfe8034d6b8]

        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>  [8b84aa953ab6675ea5085e2fe2235ae51c5abbc0]

        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>  [0ffd29c77a849d6b44b31ac1d022d5a10a98fcb3]

        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>  [f290458774d7680f3324604dc8d2fa03e165e229]

        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>  [ba2bf966f3f4e9d667b18cff03bf150c97f14170]

        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>  [3da646fcc76da4ea603be9e55f0ac54fdcf2fd19]

        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>  [fa49fa9e56b83f4d172da6745cdd5b96d4fd8823]

        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>  [3fc638cbb1c64c23e16bff619d182e4641b946a3]

        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>  [0bdcc054370f89f1363be96ed1996d6cb840ec1a]

        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>  [02f55dbc8f8684b7967316d4be5bfa7b9da20085]

        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>  [01a06ba006b2f3d76d0faa5f9e068385bae08da5]

        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>  [63b00474079a4f610a64a03a21ca50b3b27dea91]

        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>  [0b31422218026f27e746d6e8c588660f2208012b]

        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>  [017acdf0c43713eedbff06701c734cb247a1ed95]

        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>  [6180c0839db7f31b0e43f88e67531445f6866e7c]

        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>  [a578004d13befa18ef68b100d006b829b47ea234]

        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>  [600f5f685f5c261d3a59d01fd335dd9d6cb5b9bc]

        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>  [800112552a921e4977071b2a9c138513f5ba4401]

        INTEGRATION: CWS xmlfilter02 (1.13.276); FILE MERGED 2007/07/24 19:23:25 dr 1.13.276.3: RESYNC: (1.15-1.16); FILE MERGED 2007/01/18 05:02:18 cl 1.13.276.2: RESYNC: (1.13-1.15); FILE MERGED 2006/05/17 12:18:24 sj 1.13.276.1: allowing to initalize the XFillBitmap also by XGraphics

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [521f05693a124b2e5360f957ca2d018a5a05483f]

        INTEGRATION: CWS xmlfilter02 (1.164.36); FILE MERGED 2007/10/31 15:35:15 sj 1.164.36.1: #i78345# setPropertyValues: no longer asserting unknown properties

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c93836ba963bf533d6f574968a0a2c6f68c59598]

        INTEGRATION: CWS xmlfilter02 (1.30.50); FILE MERGED 2007/09/06 21:36:27 hub 1.30.50.2: disambiguate Reference< > because of the "using namespace rtl" clause. was not building with gcc. 2007/09/06 13:19:12 sj 1.30.50.1: added graphic property for ole replacement

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e7c47421281c332c66f62d2414fc3534ff0a74c8]

        INTEGRATION: CWS xmlfilter02 (1.51.276); FILE MERGED 2007/12/12 10:12:57 dr 1.51.276.10: RESYNC: (1.65-1.66); FILE MERGED 2007/07/24 19:18:00 dr 1.51.276.9: RESYNC: (1.62-1.65); FILE MERGED 2007/05/29 11:39:52 dr 1.51.276.8: RESYNC: (1.61-1.62); FILE MERGED 2007/05/03 12:31:13 dr 1.51.276.7: RESYNC: (1.60-1.61); FILE MERGED 2007/03/14 17:59:08 dr 1.51.276.6: RESYNC: (1.59-1.60); FILE MERGED 2007/01/24 16:15:52 cl 1.51.276.5: fixed merge conflicts 2007/01/18 04:56:11 cl 1.51.276.4: RESYNC: (1.52-1.59); FILE MERGED 2006/05/08 14:49:53 cl 1.51.276.3: fixed merge problems 2006/05/02 14:04:43 cl 1.51.276.2: RESYNC: (1.51-1.52); FILE MERGED 2006/02/15 19:41:24 cl 1.51.276.1: merge default customshape attributes when set over api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [15a0ed6a5ffb9ad6a4a19621bc1297f56d5eb52c]

        INTEGRATION: CWS xmlfilter02 (1.37.50); FILE MERGED 2007/11/29 14:22:03 os 1.37.50.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e1ce97be29f2b179418c111ccfefb26968dac674]

        INTEGRATION: CWS xmlfilter02 (1.2.48); FILE MERGED 2007/11/29 14:21:43 os 1.2.48.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b90dc97fc3bb694da5e16a536f83047d19cea1f9]

        INTEGRATION: CWS xmlfilter02 (1.6.40); FILE MERGED 2007/11/21 12:11:21 hbrinkm 1.6.40.4: new service: FastTokenHandler 2007/11/14 13:59:12 hbrinkm 1.6.40.3: FastContextHandler for shapes 2007/03/01 17:33:03 cl 1.6.40.2: moved Attribute.idl to namespace xml 2007/01/24 15:12:32 cl 1.6.40.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8ad28a171e51cea70fbcb058e821349ce314b39b]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:12 cl 1.1.2.2: updated documentation 2007/01/24 15:14:18 cl 1.1.2.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [12bed78c41a6c4255fa66eeb0869a117689a49c9]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/29 15:20:22 hbrinkm 1.1.2.2: added attributes 2007/11/14 13:59:12 hbrinkm 1.1.2.1: FastContextHandler for shapes

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [709bfb502f376d788368f51c138f58aef3a66e0e]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:12 cl 1.1.2.2: updated documentation 2007/01/24 15:13:51 cl 1.1.2.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c1c89a59d03a2ad6ce159d2de32b116418fdc076]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:12 cl 1.1.2.3: updated documentation 2007/02/27 16:49:54 cl 1.1.2.2: derived XFastDocumentHandler from XFastContext 2007/01/24 15:13:38 cl 1.1.2.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [50306a06260f43e4f79c2bc520dd59422bfc9c91]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:12 cl 1.1.2.2: updated documentation 2007/01/24 15:13:27 cl 1.1.2.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [12c0e0dfb66a8112689ea741a77109eea6d27303]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:33:12 cl 1.1.2.2: updated documentation 2007/01/24 15:13:15 cl 1.1.2.1: added fast sax api

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [90627cb68ccc85308bc5ace485d257cfb5fca7a8]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/21 12:11:21 hbrinkm 1.1.2.1: new service: FastTokenHandler

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a8c16d4b68dba9721ede9e3ae1a84b654c8a4feb]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:32:03 cl 1.1.2.1: new consts for fast tokens

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [782d6efff8d5a44eb3b23a31210efac3e0fd6683]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/14 13:59:46 hbrinkm 1.1.2.1: FastContextHandler for shapes

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4501c8023f541a60e9530027cdd93c45bbbd9c65]

        INTEGRATION: CWS xmlfilter02 (1.13.40); FILE MERGED 2007/03/01 17:31:30 cl 1.13.40.1: new struct to store an attribute including local name and namespace

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9a6cb0959ccda393c21f911c0ae4149d4ca3b242]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/01 17:30:58 cl 1.1.2.1: new struct to store an attribute including local name and namespace

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [dda3f0dfc3358777db5b9c36448e1a45a72e7357]

        INTEGRATION: CWS xmlfilter02 (1.5.72); FILE MERGED 2006/02/20 14:00:56 cl 1.5.72.1: added missing measure unit pixel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0b6606071ba27e8e87e2f6af17e075a83bf99aaf]

        INTEGRATION: CWS xmlfilter02 (1.29.130); FILE MERGED 2007/07/24 16:44:04 dr 1.29.130.3: RESYNC: (1.29-1.30); FILE MERGED 2007/02/27 13:37:08 dr 1.29.130.2: typo 2007/02/21 16:13:58 dr 1.29.130.1: documentation reworked

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fbcce2be1b2dddbeaba764df5f6aefa19969405e]

        INTEGRATION: CWS xmlfilter02 (1.23.40); FILE MERGED 2007/12/12 10:00:43 dr 1.23.40.10: RESYNC: (1.24-1.25); FILE MERGED 2007/11/29 10:14:31 tbe 1.23.40.9: #i81573# API: need interface to add DDE links 2007/11/22 09:06:15 tbe 1.23.40.8: #i81572# API: need interface to add linked sheets 2007/08/16 14:45:13 dr 1.23.40.7: remove OpCode.idl from makefile, add ARRAY_SEPARATORS group 2007/08/14 18:29:12 er 1.23.40.6: #i75682# Compiler OpCodeMap 2007/08/06 21:26:57 kohei 1.23.40.5: added a new interface to deal with Calc UNO objects supporting multiple formula tokens. 2007/07/13 13:06:39 dr 1.23.40.4: FormulaParser service 2007/06/28 15:44:54 nn 1.23.40.3: #i75682# token array for array formulas, XFormulaTokens methods renamed 2007/05/29 09:58:53 dr 1.23.40.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/23 15:49:28 nn 1.23.40.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6f512878b32d157a35fb42ac73071472b87bcc86]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/09 09:48:45 dr 1.1.2.6: doc updates 2007/08/08 20:52:10 kohei 1.1.2.5: reverted the name to getCount(). 2007/08/08 20:30:54 kohei 1.1.2.4: fixed name clash on getCount.  XIndexAccess also has method with the same name. 2007/08/07 15:31:15 kohei 1.1.2.3: forgot to add IndexOutOfBoundsException to XMultiFormulaTokens. 2007/08/07 14:52:15 kohei 1.1.2.2: use 'long' for the index and count variables, instead of unsigned short. 2007/08/06 21:26:57 kohei 1.1.2.1: added a new interface to deal with Calc UNO objects supporting multiple formula tokens.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [55e544261c21662afd8bb7f268679c2412447e5a]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/06/28 15:44:54 nn 1.1.2.2: #i75682# token array for array formulas, XFormulaTokens methods renamed 2007/03/23 15:49:28 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2b2ac84e5cc2c40120b1b2570de6bab2b24d656c]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/23 15:49:28 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [720b86685719dc2e9d6e4fcb2d7d7e5275ca33bc]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/14 18:29:12 er 1.1.2.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [00eb9cdf53d8d772305e43932ae131d28cbb2869]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/22 09:03:08 tbe 1.1.2.1: #i81572# API: need interface to add linked sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [485bd4a9e05398f1d2485965ea55fcdf13d5ced4]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/29 12:02:32 tbe 1.1.2.2: #i81573# API: need interface to add DDE links 2007/11/29 10:11:36 tbe 1.1.2.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e11908041165c02913c36769efdd88a6eab1685f]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/29 12:01:08 tbe 1.1.2.2: #i81573# API: need interface to add DDE links 2007/11/29 10:11:02 tbe 1.1.2.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [dcb10cd1ee92a63db6c5c6b3424160b116afb288]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/06/28 15:44:54 nn 1.1.2.1: #i75682# token array for array formulas, XFormulaTokens methods renamed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bd887463278b7bb0b0cd7891f992e2538fd71ba0]

        INTEGRATION: CWS xmlfilter02 (1.10.72); FILE MERGED 2007/11/22 09:05:38 tbe 1.10.72.7: #i81572# API: need interface to add linked sheets 2007/07/20 12:30:20 tbe 1.10.72.6: #i79826# API: missing property to suppress automatic adjustment of row height 2007/04/17 10:55:42 tbe 1.10.72.5: #i76026# API: Undo history must be disabled while loading file 2007/03/26 13:58:36 tbe 1.10.72.4: #i75447# API: get an XDevice from the document 2007/03/26 13:56:58 tbe 1.10.72.3: #i74668# missing property to suppress default sheets 2007/03/23 15:44:32 tbe 1.10.72.2: #i75447# API: get an XDevice from the document 2007/03/20 12:53:04 tbe 1.10.72.1: #i74668# missing property to suppress default sheets

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [46a3e5ac0cb0964dec704f6e66067c406c709518]

        INTEGRATION: CWS xmlfilter02 (1.9.72); FILE MERGED 2007/11/22 09:04:44 tbe 1.9.72.2: #i81572# API: need interface to add linked sheets 2007/06/08 11:56:54 dr 1.9.72.1: missing property description

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9724126f02db800fa7173d128ca70e6c1d0403d5]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/07/25 08:15:52 dr 1.1.2.2: add link to ReferenceFlags 2007/03/23 15:49:27 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c346946ddfe22b3d3ffd9581a2f155a757347e0e]

        INTEGRATION: CWS xmlfilter02 (1.11.70); FILE MERGED 2007/05/29 09:56:20 dr 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/28 13:08:57 tbe 1.11.70.1: #i74346# API: Missing service in IDL

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [07b23bfe99a867b3a3ec8a1769dd47a85c0a076b]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/23 15:49:27 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3d232243ed3beed3b51652f98138b109553d23ef]

        INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED 2007/07/23 13:59:24 tbe 1.6.72.2: #i79890# API: Missing API to suppress update of all defined names 2007/07/23 13:55:27 tbe 1.6.72.1: #i79890# API: Missing API to suppress update of all defined names

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d8b2bc39c7176d225a420b69c46acf1340b61bfa]

        INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED 2007/08/14 18:29:12 er 1.6.72.2: #i75682# Compiler OpCodeMap 2007/07/06 13:07:08 dr 1.6.72.1: new property TokenIndex

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e5bfbf5e41167ab70847c03767f23bd46d0878fb]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/14 18:29:12 er 1.1.2.3: #i75682# Compiler OpCodeMap 2007/07/06 13:07:08 dr 1.1.2.2: new property TokenIndex 2007/03/23 15:49:25 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [20163fc69b145edc7b668854c60b6e325740b235]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/14 18:29:12 er 1.1.2.2: #i75682# Compiler OpCodeMap 2007/07/13 13:06:39 dr 1.1.2.1: FormulaParser service

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [787113f569f1098463047916ac0a57822dd714e8]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/08/16 14:45:12 dr 1.1.2.2: remove OpCode.idl from makefile, add ARRAY_SEPARATORS group 2007/08/14 18:29:12 er 1.1.2.1: #i75682# Compiler OpCodeMap

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6e257e900a1d1032a9630f9ca1f68e5cda562a3b]

        INTEGRATION: CWS xmlfilter02 (1.13.72); FILE MERGED 2007/08/14 18:29:12 er 1.13.72.2: #i75682# Compiler OpCodeMap 2007/07/06 13:07:08 dr 1.13.72.1: new property TokenIndex

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [21ea3e74bbc4bc3297bda45879b5aa64840c9e6d]

        INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED 2007/11/29 10:13:42 tbe 1.6.72.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [55fb989ee158d043934da8cbdf8598e44729baa4]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/29 10:10:01 tbe 1.1.2.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fca7473dbb2e4e9a1f88a8f15fd8aee242404875]

        INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED 2007/11/29 10:12:58 tbe 1.6.72.1: #i81573# API: need interface to add DDE links

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [88aec53298d554b36d98b9d3b86f6743e9490ac9]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/03/23 15:49:25 nn 1.1.2.1: #i75682# API for formula as token array

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8500a299a25f49c2b47abfd90eaf69b23c95fdb7]

        INTEGRATION: CWS xmlfilter02 (1.5.36); FILE MERGED 2007/09/24 15:55:18 sj 1.5.36.1: added graphictransformer

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2b54b3eab498f2a288b1e85012e1059a8fd50521]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/09/24 15:56:25 sj 1.1.2.1: initial version

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [69eb90a7b9450ff45056f358f2b058978a5d07d6]

        INTEGRATION: CWS xmlfilter02 (1.4.72); FILE MERGED 2007/09/24 15:54:54 sj 1.4.72.1: added graphictransformer

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a87123a2ed353042b2908d21e02b810c04ddcd53]

        INTEGRATION: CWS xmlfilter02 (1.40.28); FILE MERGED 2007/12/12 10:00:40 dr 1.40.28.3: RESYNC: (1.41-1.42); FILE MERGED 2007/07/24 16:27:52 dr 1.40.28.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/28 08:17:45 tbe 1.40.28.1: #i74754# API: get supported script types from font

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b5a09d28b95cfd78ce0263f089008fd3c3cd5fa2]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/04/11 09:13:09 tbe 1.1.2.2: #i74754# API: get supported script types from font 2007/03/28 08:16:47 tbe 1.1.2.1: #i74754# API: get supported script types from font

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ed2fd441dac4fc3471da5f62d1de920e422d7a44]

        INTEGRATION: CWS xmlfilter02 (1.57.32); FILE MERGED 2007/12/12 10:14:53 dr 1.57.32.2: RESYNC: (1.57-1.58); FILE MERGED 2007/11/29 14:25:46 os 1.57.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [701c45d2cd6ae9e6399672739ce0ecde2c4395d6]

        INTEGRATION: CWS xmlfilter02 (1.37.30); FILE MERGED 2007/12/12 10:14:50 dr 1.37.30.2: RESYNC: (1.37-1.38); FILE MERGED 2007/11/29 14:25:10 os 1.37.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b2f30a9d3d105ba05b50387cf849abbee9c01955]

        INTEGRATION: CWS xmlfilter02 (1.59.30); FILE MERGED 2007/12/12 10:14:47 dr 1.59.30.2: RESYNC: (1.59-1.62); FILE MERGED 2007/11/29 14:25:00 os 1.59.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [dc6bfe0efaed31f8b801caad63ea0a5cee5da159]

        INTEGRATION: CWS xmlfilter02 (1.176.32); FILE MERGED 2007/12/12 10:14:40 dr 1.176.32.2: RESYNC: (1.176-1.177); FILE MERGED 2007/11/29 14:28:42 os 1.176.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [83dc56441a916568151dc7f58529180138386aa0]

        INTEGRATION: CWS xmlfilter02 (1.133.32); FILE MERGED 2007/12/12 10:14:36 dr 1.133.32.2: RESYNC: (1.133-1.134); FILE MERGED 2007/11/29 14:28:41 os 1.133.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f62ee57090994c492bc555211ccb867b76e2b8aa]

        INTEGRATION: CWS xmlfilter02 (1.151.32); FILE MERGED 2007/12/12 10:14:32 dr 1.151.32.2: RESYNC: (1.151-1.153); FILE MERGED 2007/11/29 14:28:41 os 1.151.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1e868713b6346f5390413a169107549bc00b960c]

        INTEGRATION: CWS xmlfilter02 (1.182.30); FILE MERGED 2007/12/12 10:14:29 dr 1.182.30.3: RESYNC: (1.182-1.185); FILE MERGED 2007/11/30 10:22:13 os 1.182.30.2: i24363# tab stop compatibility: document property correctly set 2007/11/29 14:28:41 os 1.182.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cda3aa93f9abbbaf3dfe22508ee66fb43243f17b]

        INTEGRATION: CWS xmlfilter02 (1.19.210); FILE MERGED 2007/11/29 14:28:41 os 1.19.210.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a937c2304f46520d0a55d57e5ee3936db9ea36e3]

        INTEGRATION: CWS xmlfilter02 (1.25.32); FILE MERGED 2007/11/29 14:28:41 os 1.25.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a14b0029bd4d8bff075aaf464ba5ce142a238698]

        INTEGRATION: CWS xmlfilter02 (1.76.30); FILE MERGED 2007/12/12 10:14:26 dr 1.76.30.2: RESYNC: (1.76-1.77); FILE MERGED 2007/11/29 14:29:16 os 1.76.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ac3feb3109d8511ef681d2f48f8ec0c77b9207b8]

        INTEGRATION: CWS xmlfilter02 (1.33.30); FILE MERGED 2007/12/12 10:14:23 dr 1.33.30.3: RESYNC: (1.33-1.34); FILE MERGED 2007/10/23 12:45:46 dr 1.33.30.2: #i10000# unxlngi6 build break 2007/10/12 07:49:10 os 1.33.30.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f3747a0818ce8a1c5aaf62586c76a79960443bfe]

        INTEGRATION: CWS xmlfilter02 (1.109.32); FILE MERGED 2007/12/12 10:14:20 dr 1.109.32.2: RESYNC: (1.109-1.112); FILE MERGED 2007/10/12 07:49:10 os 1.109.32.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [398f97a4ca927cb5ec8446ce23d47b4d44807445]

        INTEGRATION: CWS xmlfilter02 (1.50.32); FILE MERGED 2007/12/12 10:14:16 dr 1.50.32.2: RESYNC: (1.50-1.51); FILE MERGED 2007/11/14 09:41:50 os 1.50.32.1: BulletFont property if numberings fixed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cb604855cd1119f826ddcda1af56159fea230110]

        INTEGRATION: CWS xmlfilter02 (1.130.108); FILE MERGED 2007/10/12 07:49:09 os 1.130.108.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [51760db92f52ae7eda2926997c2bae3b0cf22099]

        INTEGRATION: CWS xmlfilter02 (1.200.30); FILE MERGED 2007/12/12 10:14:13 dr 1.200.30.2: RESYNC: (1.200-1.201); FILE MERGED 2007/10/12 07:49:09 os 1.200.30.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e1a23446171d7dec6ca4391784edb9b0ae4ef02c]

        INTEGRATION: CWS xmlfilter02 (1.27.32); FILE MERGED 2007/11/29 14:26:02 os 1.27.32.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [102db1dcf0605b7a4f4fc05cad81240515479701]

        INTEGRATION: CWS xmlfilter02 (1.54.28); FILE MERGED 2007/11/29 14:26:25 os 1.54.28.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c2f96e339231d84d1f5f0535b839a35a65999a02]

        INTEGRATION: CWS xmlfilter02 (1.79.30); FILE MERGED 2007/12/12 10:14:10 dr 1.79.30.2: RESYNC: (1.79-1.80); FILE MERGED 2007/11/29 14:29:03 os 1.79.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4ae580a0e7d5a0c04ae44fcd19da3702cd6c06d0]

        INTEGRATION: CWS xmlfilter02 (1.60.30); FILE MERGED 2007/11/29 14:29:03 os 1.60.30.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0ab7b7dc2f9e2b588feaec99a8b3233f19a4a0ca]

        INTEGRATION: CWS xmlfilter02 (1.59.28); FILE MERGED 2007/11/29 14:24:30 os 1.59.28.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [246a453f3400e06c0904b2d7ead24167a044dc51]

        INTEGRATION: CWS xmlfilter02 (1.121.108); FILE MERGED 2007/10/12 07:49:09 os 1.121.108.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [550dc61c5dfa8ba756f8b9d29b77238ea879c106]

        INTEGRATION: CWS xmlfilter02 (1.142.26); FILE MERGED 2007/12/12 10:14:01 dr 1.142.26.2: RESYNC: (1.142-1.144); FILE MERGED 2007/11/29 14:24:30 os 1.142.26.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6502633446753fc419a4e5ce1e8d10ff1e39aefc]

        INTEGRATION: CWS xmlfilter02 (1.73.104); FILE MERGED 2007/12/12 10:13:57 dr 1.73.104.2: RESYNC: (1.73-1.74); FILE MERGED 2007/10/12 07:49:09 os 1.73.104.1: improve writerfiler table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0cd200c8baa6c967305f3f50ebf91be04ecb6db9]

        INTEGRATION: CWS xmlfilter02 (1.7.28); FILE MERGED 2007/11/29 14:24:30 os 1.7.28.1: #i24363# tab stop compatibility

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1a3cd34bee74faa0e1dfdac9107fa660705ed3e6]

        INTEGRATION: CWS xmlfilter02 (1.15.32); FILE MERGED 2007/06/27 14:55:12 sj 1.15.32.1: fixed problem when setting Background graphic using not the implementation property set

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4081feab518a812787866fa18abba877962c835a]

        INTEGRATION: CWS xmlfilter02 (1.14.100); FILE MERGED 2007/10/04 09:35:47 os 1.14.100.3: RESYNC: (1.16-1.17); FILE MERGED 2007/01/18 00:58:09 cl 1.14.100.2: RESYNC: (1.14-1.16); FILE MERGED 2006/02/15 18:31:37 cl 1.14.100.1: added XMultiPropertySet interface to drawpage

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6a752f9d182bfb2027785b5c604d63defb042c9d]

        INTEGRATION: CWS xmlfilter02 (1.78.28); FILE MERGED 2007/10/04 09:35:40 os 1.78.28.8: RESYNC: (1.88-1.89); FILE MERGED 2007/07/24 16:21:59 dr 1.78.28.7: RESYNC: (1.86-1.88); FILE MERGED 2007/06/12 13:56:33 sj 1.78.28.6: allowing to set background property without providing XPropertyState 2007/03/14 17:02:40 dr 1.78.28.5: RESYNC: (1.85-1.86); FILE MERGED 2007/01/24 16:37:05 cl 1.78.28.4: fixed merge problems 2007/01/18 00:58:03 cl 1.78.28.3: RESYNC: (1.79-1.85); FILE MERGED 2006/05/02 13:17:19 cl 1.78.28.2: RESYNC: (1.78-1.79); FILE MERGED 2006/02/15 18:31:36 cl 1.78.28.1: added XMultiPropertySet interface to drawpage

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e94334355ac61bb9c092dc7a2a72846c5da65f26]

        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>  [1f45bdf99183506ec9d618aa89b3d184772a7f95]

        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-10  Oliver Bolte  <obo@openoffice.org>  [b88249dd272e213a6bebb680a118a8217f3068a8]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/12/07 09:41:36 hbrinkm 1.1.12.4: debugservices.ooxml.ScannerFastTestService removed 2007/11/09 07:31:49 hbrinkm 1.1.12.3: link resourcemodel 2007/10/09 09:32:09 hbrinkm 1.1.12.2: analyze service for ooxml 2007/10/01 10:43:52 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cf31be42262fe9365ecb11b5799087f7394f1973]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/29 15:50:13 hbrinkm 1.4.12.2: clean up 2007/11/14 13:01:09 hbrinkm 1.4.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4314319c4fcde09d20c3204b53dc04ed7df4e33c]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/09 09:32:08 hbrinkm 1.1.2.1: analyze service for ooxml

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6fec5c496c1111844119d3a052c0b9f2c281c1df]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/14 13:01:09 hbrinkm 1.1.2.5: namespace clean up 2007/10/19 11:31:42 hbrinkm 1.1.2.4: moved createAnalyzer to namespace writerfilter 2007/10/18 11:43:12 hbrinkm 1.1.2.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/09 14:50:27 hbrinkm 1.1.2.2: set process service factory 2007/10/09 09:32:08 hbrinkm 1.1.2.1: analyze service for ooxml

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f1bc82779472502fde67e20b3b20a08049d131c4]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/12/03 09:41:41 hbrinkm 1.7.12.3: exceptions.hxx moved to resourcemodel 2007/11/14 13:01:09 hbrinkm 1.7.12.2: namespace clean up 2007/10/18 11:42:02 hbrinkm 1.7.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6f246516d9520c3afcef42942085ee3579dc82e7]

        INTEGRATION: CWS xmlfilter02 (1.10.12); FILE MERGED 2007/12/03 09:41:42 hbrinkm 1.10.12.4: exceptions.hxx moved to resourcemodel 2007/11/14 13:01:09 hbrinkm 1.10.12.3: namespace clean up 2007/10/19 11:31:33 hbrinkm 1.10.12.2: moved createAnalyzer to namespace writerfilter 2007/10/18 11:42:02 hbrinkm 1.10.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d6c9e502666fef71822fe52b4491db353e646bb7]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/12/07 12:47:51 hbrinkm 1.5.12.4: debugservices.ooxml.ScannerFastTestService removed 2007/12/07 09:41:03 hbrinkm 1.5.12.3: debugservices.ooxml.ScannerFastTestService removed 2007/10/09 09:32:08 hbrinkm 1.5.12.2: analyze service for ooxml 2007/10/01 10:43:52 os 1.5.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bc5365e6d40b0212748ea2db148b36c6ca9073d6]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/08 08:45:25 hbrinkm 1.2.12.1: sprmids moved to doctok

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5c7346a035ed4869d8c8a9c86c8369b08bcb8b19]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/08 14:50:23 hbrinkm 1.1.2.1: use footer file for qnametostr.cxx

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3b5592f5e3e58f9843d6706f2a9987f035f232d2]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/03 09:40:42 hbrinkm 1.1.2.1: common handlers moved to resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [09cbdecf490177d5ad1f800169bb8d025a91ee7d]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/07 09:40:06 hbrinkm 1.1.2.2: outputGroup when ResourceModelOuput is destroyed 2007/12/03 09:40:42 hbrinkm 1.1.2.1: common handlers moved to resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bde9b3c3e4ec212bdceb2f305e04cb51e146c50d]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/11/15 13:03:22 hbrinkm 1.1.12.5: corrected DLLPUBLIC 2007/11/14 13:00:50 hbrinkm 1.1.12.4: namespace clean up 2007/11/08 15:11:24 hbrinkm 1.1.12.3: no need for includes: OOXMLDocument.hxx, WW8Document.hxx 2007/10/18 10:07:29 hbrinkm 1.1.12.2: analyzerIds 2007/10/01 10:11:13 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [43e916afb227a43ebe67218afedccce7acadd7f6]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/11/09 09:51:42 hbrinkm 1.1.12.4: WRITERFILTER_DLLPUBLIC for analyzeIds 2007/10/19 10:42:16 hbrinkm 1.1.12.3: ooxmlsprmids 2007/10/18 10:07:28 hbrinkm 1.1.12.2: analyzerIds 2007/10/01 10:11:13 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a3d239f9f8f8413e5f36dfca047e90c1aee883a0]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/12/07 09:39:19 hbrinkm 1.5.12.13: resourcemodel.obj depends on generated headers 2007/12/03 09:40:17 hbrinkm 1.5.12.12: new object file resourcemodel.obj 2007/11/08 14:50:23 hbrinkm 1.5.12.11: use footer file for qnametostr.cxx 2007/11/08 13:16:47 fridrich_strba 1.5.12.10: the same xsltproc whether the java is there or not 2007/11/08 12:25:19 hbrinkm 1.5.12.9: cleanup 2007/11/08 08:44:44 hbrinkm 1.5.12.8: cleanup 2007/11/06 16:37:07 hbrinkm 1.5.12.7: using xsltproc now 2007/10/31 15:40:16 fridrich_strba 1.5.12.6: generate always the generated files + try to be working in all possibilities, with/without java, with internal/system xalan/libxslt 2007/10/24 08:32:05 os 1.5.12.5: DOCTOKLIB moved 2007/10/24 08:20:43 os 1.5.12.4: doctok library added 2007/10/19 10:59:06 hbrinkm 1.5.12.3: analyzer.obj not needed 2007/10/19 10:42:15 hbrinkm 1.5.12.2: ooxmlsprmids 2007/10/18 10:06:38 hbrinkm 1.5.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [36c9887de2827d40726f79b2f3ddb8163400963c]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/19 10:41:13 hbrinkm 1.1.2.1: needed to generate analyzer.cxx

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6aba8946d101a69d74ade4b2bb9020848af4de73]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/14 13:00:50 hbrinkm 1.1.2.2: namespace clean up 2007/10/18 10:08:01 hbrinkm 1.1.2.1: moved WW8Analyzer to resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [903cde8cfc51804fcae97f58594df9465680e5d1]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/12 07:53:29 hbrinkm 1.1.2.6: propertysettostring 2007/12/03 16:23:15 hub 1.1.2.5: remove a nasty global initializer check getenv() as if it returns NULL the std::string initialization will crash (was breaking the build here). 2007/12/03 09:41:15 hbrinkm 1.1.2.4: use logger for debug output 2007/11/14 13:00:50 hbrinkm 1.1.2.3: namespace clean up 2007/10/18 23:02:43 hub 1.1.2.2: fix namespace so that it compile with gcc 4.2.1. Fridrich told me it was OK. 2007/10/18 10:08:01 hbrinkm 1.1.2.1: moved WW8Analyzer to resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2dbdb5804b296339ea71c1b9d3a4d76aa97de965]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/11/14 12:59:01 hbrinkm 1.1.12.3: namespace clean up 2007/10/18 10:05:53 hbrinkm 1.1.12.2: licenseheader clean-up 2007/10/01 10:11:12 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2dd81bb0ff9a86a68259d986780df7d370d69c3f]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:01 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 10:04:56 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:12 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:22:23 os 1.1.4.1: file values.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:12 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b0c7d2a4efca34e797a2b8012e5585a1638c2f4f]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/10/01 10:11:12 os 1.3.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1d4e651b094a11e328add8116669de486d257b0e]

        INTEGRATION: CWS xmlfilter02 (1.41.12); FILE MERGED 2007/12/03 09:39:06 hbrinkm 1.41.12.15: use logger for debug output 2007/11/27 10:52:48 hbrinkm 1.41.12.14: use set method on uno::References 2007/11/21 12:04:58 hbrinkm 1.41.12.13: cleanups, shapes 2007/11/14 12:59:00 hbrinkm 1.41.12.12: namespace clean up 2007/11/09 14:14:41 hbrinkm 1.41.12.11: white space changes 2007/11/06 16:36:34 hbrinkm 1.41.12.10: flag at rng:defines: classfordefine, performance tinkering 2007/11/06 07:47:34 hub 1.41.12.9: fix a warning for a deprecated conversion (gcc 4.2.1) 2007/11/02 13:55:45 hbrinkm 1.41.12.8: handle attributeFormDefault, propagatesCharacterProperties 2007/10/30 11:03:07 hbrinkm 1.41.12.7: OOXMLFastContextHandlerPropertyTable 2007/10/19 10:45:43 hbrinkm 1.41.12.6: ooxmlsprmids 2007/10/18 10:03:57 hbrinkm 1.41.12.5: licenseheader clean-up, init_ooxml, ooxmlidsToXML 2007/10/11 14:58:48 hbrinkm 1.41.12.4: always check for attribute with and without namespace for ListValues, too 2007/10/11 13:14:14 hbrinkm 1.41.12.3: always check for attribute with and without namespace 2007/10/08 11:16:19 hbrinkm 1.41.12.2: merged missed changes from writerfilter3 2007/10/01 10:11:12 os 1.41.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [650f31183add8c8200eb6e2641cfd518a6faec28]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:59:00 hbrinkm 1.3.12.2: namespace clean up 2007/10/18 10:02:33 hbrinkm 1.3.12.1: licenseheader clean-up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a991714716c77cb6d21e7fd8bb69f468b6916451]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/10/18 10:01:57 hbrinkm 1.1.12.1: ooxmlidsToXML

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e108349bb6744d32714c607337da251f2a9c29ac]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/09 14:13:45 hbrinkm 1.4.12.4: classfordefine also on rng:ref 2007/11/06 16:35:56 hbrinkm 1.4.12.3: flag at rng:defines: classfordefine 2007/11/02 13:52:55 hbrinkm 1.4.12.2: tweaked handling of <rng:attribute> to honor attributeFormDefault 2007/10/01 10:11:11 os 1.4.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [532b724fd81c7a292c6818afdc8a2cbf996bae5d]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/21 11:45:23 hbrinkm 1.2.12.3: handle <token> and <fasttoken> 2007/10/08 11:16:18 hbrinkm 1.2.12.2: merged missed changes from writerfilter3 2007/10/01 10:11:11 os 1.2.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7cd0008353cde6ba33efa556cc4dd2cfb69b8d92]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/21 11:44:43 hbrinkm 1.2.12.1: use xsltproc

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0ff18ce7e5f3427d10dbeb2036732e6c27b75780]

        INTEGRATION: CWS xmlfilter02 (1.64.12); FILE MERGED 2007/12/07 09:36:32 hbrinkm 1.64.12.9: annotate pict as Shape 2007/11/21 11:44:03 hbrinkm 1.64.12.8: generate fasttokens with same ids as in oox, use shape import from oox 2007/11/02 13:51:18 hbrinkm 1.64.12.7: added attributeFormDefault="qualified" where necessary 2007/10/30 12:31:06 hbrinkm 1.64.12.6: ooxml:NUMERINGS->ooxml:NUMBERING 2007/10/30 10:58:43 hbrinkm 1.64.12.5: changed resource type of CT_Numbering to PropertyTable 2007/10/18 09:44:47 hbrinkm 1.64.12.4: CT_GradientStop_pos 2007/10/12 06:21:36 hbrinkm 1.64.12.3: picture alignment 2007/10/08 11:16:17 hbrinkm 1.64.12.2: merged missed changes from writerfilter3 2007/10/01 10:11:11 os 1.64.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3e0d6ed12d6e270ef38544cfb6dca53dcd40aae6]

        INTEGRATION: CWS xmlfilter02 (1.6.10); FILE MERGED 2007/12/05 14:32:51 fridrich_strba 1.6.10.10: avoid some issues due to the <CR><LF> sequence on win32 cygwin 2007/11/21 11:42:49 hbrinkm 1.6.10.9: clean up dependencies 2007/11/15 14:27:18 hbrinkm 1.6.10.8: OOXMLFastContextHandlerShape has no own file anymore 2007/11/14 12:59:00 hbrinkm 1.6.10.7: namespace clean up 2007/11/08 13:16:47 fridrich_strba 1.6.10.6: the same xsltproc whether the java is there or not 2007/11/08 08:43:41 hbrinkm 1.6.10.5: cleanup 2007/11/06 16:32:59 hbrinkm 1.6.10.4: using xsltproc, writing generated files to misc 2007/10/31 15:40:16 fridrich_strba 1.6.10.3: generate always the generated files + try to be working in all possibilities, with/without java, with internal/system xalan/libxslt 2007/10/08 11:16:17 hbrinkm 1.6.10.2: merged missed changes from writerfilter3 2007/10/01 09:51:13 os 1.6.10.1: merge error fixed

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [77e62c0dc24d2e2186d902fdaffa5834c2bb55ee]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/10/01 10:11:11 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:50:21 os 1.1.6.1: file gperffasttokenhandler.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:11 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4183d5ece290e6d921b59de7b7f963d422b94be4]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/21 11:42:09 hbrinkm 1.1.6.5: use xsl:template fasttokens instead of enumfasttokens 2007/11/14 12:59:00 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:43:40 hbrinkm 1.1.6.3: licenseheader clean-up 2007/10/01 10:11:10 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:50:00 os 1.1.6.1: file fasttokens.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:10 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b0a7b2eb0cdee1edd6f13f10b9fa1653c9ec3956]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.5: namespace clean up 2007/11/08 08:42:54 hbrinkm 1.1.4.4: sprmids moved to doctok 2007/10/18 09:43:40 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:10 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_wml.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:10 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [01a3059256b651197f3e8c7c6bb11227aee61251]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:40 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:10 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_sml-customXmlMappings.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:10 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [446e20d0a8477349602d69b76f4f60ef39c3f8db]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:40 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_shared-relationshipReference.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7347f311743ef213e25d217c48ce3177bff5379e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_shared-math.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [98493971d2663a260ed670cdf3394292f73a7d3e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_dml-wordprocessingDrawing.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [618fbd8e0470a32ecae28a56379ee7e6b508241f]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_dml-textCharacter.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ead242948b7110b87d10f2172742bbef31e3d6ef]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_dml-stylesheet.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6835e0493c257010d97f665ab8d27f141018bf10]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:30 os 1.1.4.1: file fastresourcesimpl_dml-styleDefaults.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b4af6f23bc3e1d09363d5904f0f622e857c994b0]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shapeProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3c189a81635fe06ca6a133f6b6f13f23c5b4aae0]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shapeLineProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [66f769e60b7938be6f2a9b289b416a308d26017e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shapeGeometry.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [69d2c1bdcd77d80371367bafef8b24aeeb26738a]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shapeEffects.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [705fc45899209728644c3747f217b657bdec546b]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shape3DStyles.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [80be675ae5bac9b2f6d92af70ae6e344a8230061]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shape3DScene.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [eef271d9b3941bea7faafc02a7a6d25c79cc7c65]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shape3DLighting.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b066f2d552f4f28ff8b6f77e8c42c2a2d9020459]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:09 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-shape3DCamera.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:09 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [49a2b9964970cf18867d52369732bbdd7dfa9213]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-graphicalObject.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e6307ce93563453b018653704769fd1fcbcdea71]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-documentProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d12c5e153c36f14cf79a5d739982746de8e0351e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-chartDrawing.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [58702a6b4b2bed15eac0591323b9b94c960bc5d7]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-baseTypes.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cd5cc443b1245e03e9d607681ee1b8c9682dd858]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl_dml-baseStylesheet.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9c63cee33ad907c0acef79ca4ed4de3c49290a0e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.6: namespace clean up 2007/11/08 08:42:16 hbrinkm 1.1.4.5: sprmids moved to doctok 2007/10/18 09:43:39 hbrinkm 1.1.4.4: licenseheader clean-up 2007/10/08 11:16:17 hbrinkm 1.1.4.3: merged missed changes from writerfilter3 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresourcesimpl.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c677a4f6b38baabca1aa7fe9a66bb4c760ab6828]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:46 os 1.1.4.1: file fastresources_wml.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5be5aed4538b5202a8fc518226f1f036bd197de6]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_sml-customXmlMappings.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7947eefd8d8c27d5c6ff5d5059b377d866a2c2d4]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:59:00 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_shared-relationshipReference.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b826076906dd080f4d9c3bd171bf17c6ea3fc52a]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_shared-math.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [da1a6e8da308ed558e227c3c201e80051e6e863e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-wordprocessingDrawing.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a59150a2d7f8031ea62c019056470003936598b5]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:08 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-textCharacter.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:08 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [dec67e35ee55830b3b384495880141b0fab24fad]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-stylesheet.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5a0c85af0d333a31692a635214fcf8da10ef272e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-styleDefaults.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7f3d089e66f693501f3ba396e5b97436e80284a2]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shapeProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e9383ae41672dcdf49995b62f820ec4d51f44942]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:39 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shapeLineProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a36935887afabd5e1cdbb3d0df2b51ed27a82faf]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shapeGeometry.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [becd82224c04d36c706f8c6bd4632acdc32a6260]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shapeEffects.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c1a6697ea9bcf711e7f210e36e8660b73769783e]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shape3DStyles.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [492af6474dd850855494067543da6433c0f3d7ef]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shape3DScene.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f4b79ba7a25492e865685ee51a400ab5a0371579]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shape3DLighting.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d3bb0b41fd36d8692afb47cc233e711662430d95]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-shape3DCamera.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [02485f119f4ca2be2ecbf384960717570c2da6af]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-graphicalObject.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fb68026182d3cedf660ba31e1d5cc94658042d40]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-documentProperties.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [35d6c4467391dd1234a19fc1b581f636ccd366fd]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-chartDrawing.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:07 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2b02c1f82cadb3898f48f4d6fbfe66d58e21c0ca]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:07 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-baseTypes.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8a594e5e157d1c774368ff4b509075b651e44b4c]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:06 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_dml-baseStylesheet.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1dfd4f82c45f5fd1d3bf8b2e5983049735f905f4]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.4: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.3: licenseheader clean-up 2007/10/01 10:11:06 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/11 14:47:45 os 1.1.4.1: file fastresources_.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cd3eaf5f69f4746a360c822d2134493ff277044a]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.5: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.4: licenseheader clean-up 2007/10/08 11:16:17 hbrinkm 1.1.4.3: merged missed changes from writerfilter3 2007/10/01 10:11:06 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresources.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3d2d596b681c61029d18cc34debc5497bc00db73]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/14 12:58:59 hbrinkm 1.7.12.2: namespace clean up 2007/10/08 11:16:17 hbrinkm 1.7.12.1: merged missed changes from writerfilter3

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a95b9f205c74b5c90dd71fb057cf8fcb7d76e404]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/10/01 10:11:06 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/02 08:54:36 os 1.1.6.1: file checkmodel.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2230553d1b7d10b148e813fdffb695977ccbfc02]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/19 09:53:09 hbrinkm 1.1.2.1: create id mapping for analyzer Issue number: Submitted by: Reviewed by:

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0bcaa759bba78c1ad4e11dee5ded39b6e5aa31c6]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.3: namespace clean up 2007/10/01 10:11:06 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:21:20 os 1.1.4.1: file RefAndPointer.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [30f2a5d7f7e7ba68f8cd90c104ee75e2728dfc38]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/29 15:45:30 hbrinkm 1.4.12.3: make token handler member of OOXMLStream 2007/11/14 12:58:59 hbrinkm 1.4.12.2: namespace clean up 2007/10/01 10:10:58 os 1.4.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [247cdcd092956e64a8b9d885aba9e38de3091ce1]

        INTEGRATION: CWS xmlfilter02 (1.8.12); FILE MERGED 2007/12/03 09:39:06 hbrinkm 1.8.12.5: use logger for debug output 2007/11/29 15:45:30 hbrinkm 1.8.12.4: make token handler member of OOXMLStream 2007/11/21 11:50:35 hbrinkm 1.8.12.3: getFastTokenHandler 2007/11/14 12:58:59 hbrinkm 1.8.12.2: namespace clean up 2007/10/01 10:10:58 os 1.8.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a5d554af7bfe6fad3331b02ba4c74583190348a4]

        INTEGRATION: CWS xmlfilter02 (1.17.12); FILE MERGED 2007/11/15 14:26:29 hbrinkm 1.17.12.3: OOXMLShapeValue 2007/11/14 12:58:59 hbrinkm 1.17.12.2: namespace clean up 2007/10/01 10:10:58 os 1.17.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a9637737780eae4a6da76a94dfc9076b54b945a9]

        INTEGRATION: CWS xmlfilter02 (1.18.12); FILE MERGED 2007/12/07 09:38:27 hbrinkm 1.18.12.8: lcl_break should not be in cvs 2007/12/03 09:39:06 hbrinkm 1.18.12.7: use logger for debug output 2007/11/29 16:35:09 hbrinkm 1.18.12.6: removed debug code 2007/11/27 11:59:11 fridrich_strba 1.18.12.5: silence the debug and render it optional 2007/11/15 14:26:29 hbrinkm 1.18.12.4: OOXMLShapeValue 2007/11/14 12:58:59 hbrinkm 1.18.12.3: namespace clean up 2007/10/30 12:31:06 hbrinkm 1.18.12.2: ooxml:NUMERINGS->ooxml:NUMBERING 2007/10/01 10:10:58 os 1.18.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5d7f68cf4b89c738f0c0a1a6ea0da198dfc46f64]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/14 12:58:59 hbrinkm 1.4.12.3: namespace clean up 2007/10/18 09:59:57 hbrinkm 1.4.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:58 os 1.4.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5d101087263f9285f93e7a743f24bf04fc52fb7c]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.6.3: namespace clean up 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/23 08:43:05 os 1.1.6.1: file OOXMLParserState.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [237c2bd7b3a2118dcc9634d15a0153f1b0246474]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.6.3: namespace clean up 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/23 08:43:05 os 1.1.6.1: file OOXMLParserState.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [23b0901913e5743d6f4c4338c7320cea6ae9d0eb]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.6.3: namespace clean up 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastTokenHandler.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a8ac1c7ecdc7b7a15f6d6111e5ba3dcdc670ffa9]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.6.3: namespace clean up 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastTokenHandler.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3e8bb2bac05258b20276fc44a2bdeed91eaa7b0f]

        INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/12/03 09:39:06 hbrinkm 1.1.4.6: use logger for debug output 2007/11/14 12:58:58 hbrinkm 1.1.4.5: namespace clean up 2007/10/18 09:54:23 hbrinkm 1.1.4.4: debug information 2007/10/08 11:16:18 hbrinkm 1.1.4.3: merged missed changes from writerfilter3 2007/10/01 10:10:58 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:16:26 os 1.1.4.1: file OOXMLFastHelper.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [24b039ee586ade67579b9b8f2e3bd2aed806a80c]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:58 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:50:54 hbrinkm 1.1.6.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastDocumentHandler.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [56becae6572930a9e953ec13b7d0715592870502]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/21 11:49:51 hbrinkm 1.1.6.5: cleanups 2007/11/14 12:58:58 hbrinkm 1.1.6.4: namespace clean up 2007/10/30 12:31:06 hbrinkm 1.1.6.3: ooxml:NUMERINGS->ooxml:NUMBERING 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastDocumentHandler.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [359fd901c7c8a1c37e1d2ccee2b5a2cf6c3c93d1]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/27 10:52:05 hbrinkm 1.1.6.11: no message 2007/11/21 11:49:28 hbrinkm 1.1.6.10: cleanups 2007/11/15 14:25:57 hbrinkm 1.1.6.9: OOXMLFastContextHandlerShape 2007/11/14 12:58:58 hbrinkm 1.1.6.8: namespace clean up 2007/11/02 13:54:11 hbrinkm 1.1.6.7: propagatesCharacterProperties debug definitions 2007/10/30 14:51:33 hbrinkm 1.1.6.6: OOXMLFastHandlerStream::lcl_characters for hyperlinks 2007/10/30 10:59:32 hbrinkm 1.1.6.5: OOXMLFastContextHandlerPropertyTable 2007/10/11 13:14:13 hbrinkm 1.1.6.4: always check for attribute with and without namespace 2007/10/08 11:16:18 hbrinkm 1.1.6.3: merged missed changes from writerfilter3 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastContextHandler.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9790f7bb5b24aa88b0e74a78c52862eb3a88eb5d]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/12/12 07:54:43 hbrinkm 1.1.6.19: use ShapesNoAdd to prevent inserting of XShape before attach 2007/12/07 09:37:39 hbrinkm 1.1.6.18: fixed logging 2007/12/05 14:31:58 fridrich_strba 1.1.6.17: Fixing some SAL_CALL issues that are manifest with win32 cygwin 2007/12/03 09:39:07 hbrinkm 1.1.6.16: use logger for debug output 2007/11/29 15:44:36 hbrinkm 1.1.6.15: save XModel and XShapes in document 2007/11/27 11:59:11 fridrich_strba 1.1.6.14: silence the debug and render it optional 2007/11/27 10:52:04 hbrinkm 1.1.6.13: no message 2007/11/21 11:48:44 hbrinkm 1.1.6.12: cleanups 2007/11/15 14:25:57 hbrinkm 1.1.6.11: OOXMLFastContextHandlerShape 2007/11/14 12:58:58 hbrinkm 1.1.6.10: namespace clean up 2007/11/02 13:54:11 hbrinkm 1.1.6.9: propagatesCharacterProperties debug definitions 2007/10/30 14:51:33 hbrinkm 1.1.6.8: OOXMLFastHandlerStream::lcl_characters for hyperlinks 2007/10/30 12:31:06 hbrinkm 1.1.6.7: ooxml:NUMERINGS->ooxml:NUMBERING 2007/10/30 10:59:32 hbrinkm 1.1.6.6: OOXMLFastContextHandlerPropertyTable 2007/10/18 09:48:23 hbrinkm 1.1.6.5: robustness: OOXMLFastContextHandlerProperties::setPropertySet: only set property set if given property set is not NULL 2007/10/11 13:14:13 hbrinkm 1.1.6.4: always check for attribute with and without namespace 2007/10/08 11:16:18 hbrinkm 1.1.6.3: merged missed changes from writerfilter3 2007/10/01 10:10:58 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:57:04 os 1.1.6.1: file OOXMLFastContextHandler.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:58 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f45c9cd383f16292fec4ed641aa2f73ba4a9af41]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/29 15:43:24 hbrinkm 1.6.12.5: save XModel and XShapes in document, get token handler from OOXMLStream 2007/11/21 11:47:21 hbrinkm 1.6.12.4: added includes 2007/11/14 12:58:58 hbrinkm 1.6.12.3: namespace clean up 2007/11/05 15:19:53 fridrich_strba 1.6.12.2: first step towards separate states for subdocuments 2007/10/01 10:10:58 os 1.6.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6552182f8960e2b4e8f683b2fa0bf09c7f098a84]

        INTEGRATION: CWS xmlfilter02 (1.13.12); FILE MERGED 2007/11/29 15:43:24 hbrinkm 1.13.12.5: save XModel and XShapes in document, get token handler from OOXMLStream 2007/11/21 11:46:35 hbrinkm 1.13.12.4: cleanup 2007/11/14 12:58:58 hbrinkm 1.13.12.3: namespace clean up 2007/11/05 15:19:53 fridrich_strba 1.13.12.2: first step towards separate states for subdocuments 2007/10/01 10:10:57 os 1.13.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9bfe7ccfe4408056be6123709feab6af8792b879]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:58 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:45:24 hbrinkm 1.1.6.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/07/25 08:01:19 os 1.1.6.1: file OOXMLBinaryObjectReference.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [406c7d29f401d55b4e13199649f5868488d8e24f]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:58 hbrinkm 1.1.6.3: namespace clean up 2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/07/25 08:01:19 os 1.1.6.1: file OOXMLBinaryObjectReference.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [daeae438359b4a070b46a647de96caa7c9d2bb10]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:58:58 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:44:10 hbrinkm 1.1.6.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/23 13:53:29 os 1.1.6.1: file Handler.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0d9a2db87e9a8bb7091b53354d680c440a345c16]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/12/03 09:39:07 hbrinkm 1.1.6.5: use logger for debug output 2007/11/14 12:58:57 hbrinkm 1.1.6.4: namespace clean up 2007/11/01 12:22:03 fridrich_strba 1.1.6.3: send in-text breaks as text and not utext token 2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/23 13:53:29 os 1.1.6.1: file Handler.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [304c13c5b08a760b34fbeb72cba538f1620d16cd]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:58:29 hbrinkm 1.3.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d896017ebb582b279375e9addb733d558c762683]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/14 12:58:29 hbrinkm 1.4.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bf9cb5bbe4318bf160fb453483e36b485448ba17]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/12/03 09:36:47 hbrinkm 1.6.12.5: use logger for debug output 2007/11/29 15:38:59 hbrinkm 1.6.12.4: save XModel and XShapes in document 2007/11/14 12:58:29 hbrinkm 1.6.12.3: namespace clean up 2007/10/08 11:14:06 hbrinkm 1.6.12.2: merged missed changes from writerfilter3 2007/10/01 10:10:56 os 1.6.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f07c68011e5066eb3a184429e6f2e8f0e63f0689]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/14 12:57:49 hbrinkm 1.2.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3d23b95cc659de9f3e2d72db22210942fb214b06]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/10/01 10:10:56 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cf8008d1053575ba3acc6b634b5af4404f3c8e74]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:49 hbrinkm 1.6.12.5: namespace clean up 2007/11/06 16:31:00 hbrinkm 1.6.12.4: performance tinkering 2007/10/30 10:56:59 hbrinkm 1.6.12.3: sprmidsToXML: use sprm:... scheme for ids 2007/10/19 10:43:53 hbrinkm 1.6.12.2: dump <theid> elements instead of <id> elements 2007/10/18 09:41:38 hbrinkm 1.6.12.1: licenseheader clean-up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [365e0696e4b13e32804505913b30df41610b4da2]

        INTEGRATION: CWS xmlfilter02 (1.10.12); FILE MERGED 2007/12/03 09:34:06 hbrinkm 1.10.12.5: dump moved to resourcemodel 2007/11/14 12:57:49 hbrinkm 1.10.12.4: namespace clean up 2007/11/08 08:40:23 hbrinkm 1.10.12.3: sprmids moved to doctok 2007/11/06 16:30:59 hbrinkm 1.10.12.2: performance tinkering 2007/10/18 09:41:38 hbrinkm 1.10.12.1: licenseheader clean-up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7cd149258a5fdb3000cffb8144e43774be54b34d]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/14 12:57:49 hbrinkm 1.7.12.2: namespace clean up 2007/11/06 16:30:59 hbrinkm 1.7.12.1: performance tinkering

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f4909ce3f71eadf996ee6d4592b5e9cc4633b243]

        INTEGRATION: CWS xmlfilter02 (1.18.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.18.12.3: namespace clean up 2007/11/06 16:30:01 hbrinkm 1.18.12.2: corrected model: moved UML:Generalization outside UML:Class 2007/10/18 09:41:00 hbrinkm 1.18.12.1: DffFSP: corrected wrong offset

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ace773e81f91af287569e56772dc2f4c4ffea13c]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/21 11:40:53 hbrinkm 1.7.12.3: use Id as type for identifiers 2007/11/14 12:57:47 hbrinkm 1.7.12.2: namespace clean up 2007/11/08 08:39:36 hbrinkm 1.7.12.1: performance

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [e4431a80bb0abe6cb6ded21a69f30a4e43748308]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/10/18 09:37:58 hbrinkm 1.1.12.1: sprmidsToXML, attributeidsToXML

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [83a4d722e2a7cc0b613a3412abd2c3863261126b]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/08 13:16:47 fridrich_strba 1.6.12.5: the same xsltproc whether the java is there or not 2007/11/08 08:37:30 hbrinkm 1.6.12.4: cleanup 2007/11/06 16:26:43 hbrinkm 1.6.12.3: using xsltproc now 2007/10/31 15:40:16 fridrich_strba 1.6.12.2: generate always the generated files + try to be working in all possibilities, with/without java, with internal/system xalan/libxslt 2007/10/18 09:36:55 hbrinkm 1.6.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [48351003a2eb71e6620839aa41aa5f6f99bb31fe]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.2.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2a75aa3ba798988317467bec4889231dec640493]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.4.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b30a369add7bd4e7d8f9a0dbc2a3f26430cebe15]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/10/01 10:10:56 os 1.2.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [50ecc540e98f6bacf8bedeab95c7511d8cffa486]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.3.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9d95db770d2809388a49f4f2b4acf4c744e12eb3]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.6.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5a1eeef09dc9a2299f71288026ccca7e664035c6]

        INTEGRATION: CWS xmlfilter02 (1.10.12); FILE MERGED 2007/12/03 09:35:54 hbrinkm 1.10.12.4: common handlers moved to resourcemodel 2007/11/14 12:57:47 hbrinkm 1.10.12.3: namespace clean up 2007/11/06 16:31:43 hbrinkm 1.10.12.2: dump for binary objects 2007/10/18 09:43:06 hbrinkm 1.10.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7a4a2dde7128f07a0200f34aa51158de4313bea2]

        INTEGRATION: CWS xmlfilter02 (1.12.12); FILE MERGED 2007/12/03 09:35:54 hbrinkm 1.12.12.5: common handlers moved to resourcemodel 2007/11/14 12:57:47 hbrinkm 1.12.12.4: namespace clean up 2007/11/06 16:31:43 hbrinkm 1.12.12.3: dump for binary objects 2007/10/18 09:43:06 hbrinkm 1.12.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:56 os 1.12.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f8eb371afa982c9ceb9b27caa153400c600faabe]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.4.12.2: namespace clean up 2007/10/18 09:43:06 hbrinkm 1.4.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c93992cf1240cf96373002016d63a6f76316f00a]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.5.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9a2c779af3e0097a72b1151134e5b9d45888a4a0]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/12/03 09:34:58 hbrinkm 1.3.12.2: exceptions.hxx moved to resourcemodel 2007/11/14 12:57:47 hbrinkm 1.3.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [818368aeb53d5d7cda7b10da2f8380ca8a614ff7]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:46 hbrinkm 1.6.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [19dbaa5d3fc739ec5fb9e22d29a4fdfe34c91744]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:57:46 hbrinkm 1.3.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [528a967377c0ee247ec35623a1bc96d1683a8b25]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/14 12:57:46 hbrinkm 1.2.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [41465c497096546d190a6c207bafc2f2364852ba]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/14 12:57:46 hbrinkm 1.7.12.2: namespace clean up 2007/10/18 09:42:31 hbrinkm 1.7.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9a7695b8c05ce98d097590a35c9c838b04e656b9]

        INTEGRATION: CWS xmlfilter02 (1.17.12); FILE MERGED 2007/12/03 09:34:37 hbrinkm 1.17.12.2: exceptions.hxx moved to resourcemodel 2007/11/14 12:57:46 hbrinkm 1.17.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [eb0f22e4fe1798f5a51fe69c43f69018dec7f497]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:57:45 hbrinkm 1.3.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8655fb49fa0e0c440dbf9d815723cb842d8195e2]

        INTEGRATION: CWS xmlfilter02 (1.13.12); FILE MERGED 2007/11/14 12:57:45 hbrinkm 1.13.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d7f561a560125c5253d829433cbdc41d4e651d59]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:45 hbrinkm 1.6.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [c4bc99873eb6034ee9cb93ba474b996cf7553b7c]

        INTEGRATION: CWS xmlfilter02 (1.9.12); FILE MERGED 2007/11/14 12:57:45 hbrinkm 1.9.12.2: namespace clean up 2007/10/18 09:36:44 hbrinkm 1.9.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fea07d2ea2b253c63187ea40425b2de445476d06]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/22 08:27:23 os 1.7.12.2: deferred TOC update in ModelEventListener.cxx 2007/10/01 10:10:55 os 1.7.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [06a7c5051a58f44e2057c51bffeeb0b05417cc39]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:57:07 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.1.6.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:55 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/03 15:14:10 os 1.1.6.1: file ThemeTable.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:55 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [41496d6cbee9c6d2227435bfc06db8b4327bed2c]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/14 12:57:07 hbrinkm 1.1.6.4: namespace clean up 2007/11/12 12:59:05 os 1.1.6.3: statistical data added 2007/10/01 10:10:55 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/03 15:14:10 os 1.1.6.1: file ThemeTable.cxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:55 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [67a85be13fae6d5b55a4d4b0965b3afa08c4cf53]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/15 10:01:07 os 1.3.12.4: paragraph border completed 2007/11/14 12:57:07 hbrinkm 1.3.12.3: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.3.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/12 07:49:39 os 1.3.12.1: improve table import

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8e7b9f78e98b07e7cc1d17bd75a2d9e89f4497f7]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/15 10:01:07 os 1.4.12.5: paragraph border completed 2007/11/14 12:57:07 hbrinkm 1.4.12.4: namespace clean up 2007/11/12 12:59:05 os 1.4.12.3: statistical data added 2007/10/12 07:49:39 os 1.4.12.2: improve table import 2007/10/01 10:10:55 os 1.4.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [77e39c8bc59dd229f4f228037720555a117ee14c]

        INTEGRATION: CWS xmlfilter02 (1.11.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.11.12.3: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.11.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:55 os 1.11.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1d2af74e226bf44e1a0f1e1981ca965cffeaa0b2]

        INTEGRATION: CWS xmlfilter02 (1.27.12); FILE MERGED 2007/11/29 16:36:31 hbrinkm 1.27.12.12: removed warning 2007/11/28 11:24:11 os 1.27.12.11: Text body needs to have no Top/BottomMargin default 2007/11/26 14:12:35 os 1.27.12.10: more style mappings 2007/11/22 14:53:43 os 1.27.12.9: Tab stops almost perfect now 2007/11/22 08:28:10 os 1.27.12.8: heading x added to list of name conversion 2007/11/15 10:00:51 os 1.27.12.7: added default font setting to 10pt 2007/11/14 12:57:07 hbrinkm 1.27.12.6: namespace clean up 2007/11/12 12:59:05 os 1.27.12.5: statistical data added 2007/11/12 12:19:32 os 1.27.12.4: comment added 2007/10/25 09:31:48 os 1.27.12.3: separate the calls to setPropertyValues into it's own try-catch block 2007/10/12 07:49:39 os 1.27.12.2: improve table import 2007/10/01 10:10:55 os 1.27.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0a6ead651525cb3c7016453fde0f9d3632348aaf]

        INTEGRATION: CWS xmlfilter02 (1.13.12); FILE MERGED 2007/11/26 14:11:52 os 1.13.12.2: default paragraph style 'Default'; numbering rules transferred from style to paragraph 2007/11/14 12:57:07 hbrinkm 1.13.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [a21b523f8c538124acbf4345e361436b0189b2ab]

        INTEGRATION: CWS xmlfilter02 (1.19.2); FILE MERGED 2007/12/12 10:54:54 dr 1.19.2.7: RESYNC: (1.20-1.21); FILE MERGED 2007/11/26 14:11:52 os 1.19.2.6: default paragraph style 'Default'; numbering rules transferred from style to paragraph 2007/11/21 07:44:59 os 1.19.2.5: Border distance array access fixed 2007/11/14 12:57:07 hbrinkm 1.19.2.4: namespace clean up 2007/11/12 14:13:49 os 1.19.2.3: ooxml numbering import improved 2007/10/04 09:32:10 os 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2007/10/01 10:10:55 os 1.19.2.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [fa419e1327d71c47573484d70d11d1fd2649fe81]

        INTEGRATION: CWS xmlfilter02 (1.23.12); FILE MERGED 2007/12/12 08:05:16 os 1.23.12.7: numbering level description applied 2007/11/29 15:04:12 os 1.23.12.6: #i24363# tab stop compatibility 2007/11/19 09:36:06 os 1.23.12.5: paragraph back color 2007/11/14 12:57:07 hbrinkm 1.23.12.4: namespace clean up 2007/11/14 09:40:20 os 1.23.12.3: bullet setting fixed 2007/10/12 07:49:39 os 1.23.12.2: improve table import 2007/10/01 10:10:55 os 1.23.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [0b35fd0181bf21ee4686b9488b8ab10b3f28e89e]

        INTEGRATION: CWS xmlfilter02 (1.26.12); FILE MERGED 2007/12/12 08:05:16 os 1.26.12.7: numbering level description applied 2007/11/29 15:04:12 os 1.26.12.6: #i24363# tab stop compatibility 2007/11/19 09:36:06 os 1.26.12.5: paragraph back color 2007/11/14 12:57:07 hbrinkm 1.26.12.4: namespace clean up 2007/11/14 09:40:20 os 1.26.12.3: bullet setting fixed 2007/10/12 07:49:39 os 1.26.12.2: improve table import 2007/10/01 10:10:55 os 1.26.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [82f1e7b60d864c8cc973ddb028cce2ad54e5a443]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/22 08:23:54 os 1.1.2.1: deferred TOC update

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b92e9bc9016742cd4cfc7a79e8a94c46fffd10ab]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/22 08:23:42 os 1.1.2.1: deferred TOC update

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [71c186e2dd811161ecbbb02d55d546d9756533a6]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.3.12.2: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.3.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f28d4cbb71f84b73e65768d106eafedb932929eb]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.3.12.3: namespace clean up 2007/11/12 12:59:05 os 1.3.12.2: statistical data added 2007/10/01 10:10:55 os 1.3.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8037452dbe31d6d88beb26a6f0889ea7f0df175f]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/11/19 13:08:38 os 1.3.12.4: LFO added to ooxml import 2007/11/14 12:57:07 hbrinkm 1.3.12.3: namespace clean up 2007/11/12 12:19:57 os 1.3.12.2: ooxml list support partially impl. 2007/10/18 09:35:12 hbrinkm 1.3.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8aef1a653ec9eb35cd9e83b35fd6740e74797020]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/12/12 08:05:01 os 1.4.12.10: numbering level description applied 2007/11/22 15:43:29 os 1.4.12.9: no char height in numberings 2007/11/19 13:08:38 os 1.4.12.8: LFO added to ooxml import 2007/11/15 10:01:07 os 1.4.12.7: paragraph border completed 2007/11/14 12:57:07 hbrinkm 1.4.12.6: namespace clean up 2007/11/14 09:40:20 os 1.4.12.5: bullet setting fixed 2007/11/12 14:13:49 os 1.4.12.4: ooxml numbering import improved 2007/11/12 12:59:04 os 1.4.12.3: statistical data added 2007/11/12 12:19:57 os 1.4.12.2: ooxml list support partially impl. 2007/10/18 09:35:12 hbrinkm 1.4.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2c6f9dd23b7e19c3b8213ff528a622b9ff67885e]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.2.12.3: namespace clean up 2007/11/12 12:19:57 os 1.2.12.2: ooxml list support partially impl. 2007/10/18 09:35:12 hbrinkm 1.2.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [09e33e715cdfe1da854b24a6247d9204cf36ad74]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/15 10:01:07 os 1.2.12.4: paragraph border completed 2007/11/14 12:57:07 hbrinkm 1.2.12.3: namespace clean up 2007/11/12 12:59:04 os 1.2.12.2: statistical data added 2007/11/12 12:19:57 os 1.2.12.1: ooxml list support partially impl.

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b9c7a64e02aec78c4b321d91082dac12895a905e]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/12/07 09:33:43 hbrinkm 1.5.12.4: import shapes, some debug logging 2007/11/14 12:57:07 hbrinkm 1.5.12.3: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.5.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:10:55 os 1.5.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5916210fceaeabc85bd8416f4f54b37ad6f1d71b]

        INTEGRATION: CWS xmlfilter02 (1.8.12); FILE MERGED 2007/12/12 08:01:11 hbrinkm 1.8.12.5: some debug information 2007/12/07 09:33:43 hbrinkm 1.8.12.4: import shapes, some debug logging 2007/11/14 12:57:07 hbrinkm 1.8.12.3: namespace clean up 2007/10/12 11:53:41 os 1.8.12.2: LN_graphic_graphic supported 2007/10/01 10:10:55 os 1.8.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9acc56c72362029b0289145af59ecf375e9b4a76]

        INTEGRATION: CWS xmlfilter02 (1.4.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.4.12.2: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.4.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [97d851b772d3f3069f4586b33d28d12fa3ea9648]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:07 hbrinkm 1.6.12.2: namespace clean up 2007/11/12 12:59:04 os 1.6.12.1: statistical data added

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [564d924d3c1e8de3711bb797b72aac68a9420c1b]

        INTEGRATION: CWS xmlfilter02 (1.18.12); FILE MERGED 2007/11/22 14:53:43 os 1.18.12.4: Tab stops almost perfect now 2007/11/14 12:57:07 hbrinkm 1.18.12.3: namespace clean up 2007/11/01 12:22:47 fridrich_strba 1.18.12.2: handle in-text page and column breaks 2007/10/01 10:10:55 os 1.18.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [45cf04c0461460c411e01a133d9d4b4a35ee98a5]

        INTEGRATION: CWS xmlfilter02 (1.19.12); FILE MERGED 2007/12/12 08:00:29 hbrinkm 1.19.12.10: some debug information 2007/12/07 09:35:17 hbrinkm 1.19.12.9: import shapes, some debug logging 2007/11/29 15:05:22 os 1.19.12.8: #i24363# tab stop compatibility 2007/11/22 14:53:43 os 1.19.12.7: Tab stops almost perfect now 2007/11/22 08:26:57 os 1.19.12.6: reset title of TOX 2007/11/15 10:01:06 os 1.19.12.5: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.19.12.4: namespace clean up 2007/11/01 12:22:47 fridrich_strba 1.19.12.3: handle in-text page and column breaks 2007/10/25 09:30:27 os 1.19.12.2: remove appended paragraph break from headers and footers 2007/10/01 10:10:55 os 1.19.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [146767aa97deec9ffbf5abd4766d58a23b4c2931]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/15 10:01:06 os 1.7.12.4: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.7.12.3: namespace clean up 2007/10/12 07:49:39 os 1.7.12.2: improve table import 2007/10/01 10:10:55 os 1.7.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b91927b5ddb682f692ad1df462c0478d86ec0573]

        INTEGRATION: CWS xmlfilter02 (1.15.12); FILE MERGED 2007/11/15 10:01:06 os 1.15.12.8: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.15.12.7: namespace clean up 2007/11/12 12:59:04 os 1.15.12.6: statistical data added 2007/11/08 08:35:04 hbrinkm 1.15.12.5: sprmids moved to doctok 2007/10/25 14:42:25 os 1.15.12.4: table cell background 2007/10/18 09:35:12 hbrinkm 1.15.12.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/12 07:49:39 os 1.15.12.2: improve table import 2007/10/01 10:10:54 os 1.15.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b5a0e425fc807d6606b455add166acff9adabe26]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/11/14 12:57:06 hbrinkm 1.5.12.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [672260b3692bf025b205f1329d34b41379a04eff]

        INTEGRATION: CWS xmlfilter02 (1.12.12); FILE MERGED 2007/11/14 12:57:06 hbrinkm 1.12.12.2: namespace clean up 2007/10/01 10:10:54 os 1.12.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [009e3f4841378f13a2764a2c84e147e401b70525]

        INTEGRATION: CWS xmlfilter02 (1.61.12); FILE MERGED 2007/12/12 10:54:51 dr 1.61.12.19: RESYNC: (1.61-1.63); FILE MERGED 2007/12/12 07:56:23 hbrinkm 1.61.12.18: graphic import for <pict>, too 2007/12/07 09:35:17 hbrinkm 1.61.12.17: import shapes, some debug logging 2007/12/03 09:32:46 hbrinkm 1.61.12.16: debugging handler for Shapes 2007/11/29 15:04:58 os 1.61.12.15: #i24363# tab stop compatibility; symbol chars 2007/11/26 14:11:13 os 1.61.12.14: default paragraph style 'Default'; numbering rules transferred from style to paragraph 2007/11/22 14:53:42 os 1.61.12.13: Tab stops almost perfect now 2007/11/22 08:26:27 os 1.61.12.12: deferred TOC update 2007/11/19 15:17:24 fridrich_strba 1.61.12.11: handle page break at the beginning and end of paragraph correctly (?) 2007/11/19 09:36:06 os 1.61.12.10: paragraph back color 2007/11/15 10:01:06 os 1.61.12.9: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.61.12.8: namespace clean up 2007/11/12 12:19:57 os 1.61.12.7: ooxml list support partially impl. 2007/11/02 09:43:39 fridrich_strba 1.61.12.6: a little tiny refactoring 2007/11/01 12:22:47 fridrich_strba 1.61.12.5: handle in-text page and column breaks 2007/10/25 09:29:41 os 1.61.12.4: NumberingLevel cannot be a paragraph style property, yet 2007/10/18 09:35:12 hbrinkm 1.61.12.3: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/12 11:53:13 os 1.61.12.2: comments fixed 2007/10/01 10:10:54 os 1.61.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [56b3ccb7f4e915d8d311cf954b2691e5c340a649]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/15 10:01:06 os 1.7.12.3: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.7.12.2: namespace clean up 2007/10/01 10:10:54 os 1.7.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bc8f4874f2c66c4b1ea96055fbb3960d6e302657]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/11/19 09:36:06 os 1.1.12.4: paragraph back color 2007/11/14 12:57:06 hbrinkm 1.1.12.3: namespace clean up 2007/10/25 14:42:25 os 1.1.12.2: table cell background 2007/10/18 09:35:12 hbrinkm 1.1.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4bc3c48834d4c2e9da59df3202cdfbe9d01c42e2]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/19 09:36:06 os 1.2.12.5: paragraph back color 2007/11/15 10:01:06 os 1.2.12.4: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.2.12.3: namespace clean up 2007/11/12 12:59:04 os 1.2.12.2: statistical data added 2007/10/25 14:42:25 os 1.2.12.1: table cell background

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [2aa3f2043dac81b282b79574e3aa478f38a1697d]

        INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED 2007/11/15 10:01:06 os 1.2.12.3: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.2.12.2: namespace clean up 2007/10/18 09:35:12 hbrinkm 1.2.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [3248925ac0d0f34de0a1a4050e9b516b401f79c2]

        INTEGRATION: CWS xmlfilter02 (1.5.12); FILE MERGED 2007/11/15 10:01:06 os 1.5.12.5: paragraph border completed 2007/11/14 12:57:06 hbrinkm 1.5.12.4: namespace clean up 2007/11/12 12:59:04 os 1.5.12.3: statistical data added 2007/10/12 07:49:39 os 1.5.12.2: improve table import 2007/10/01 10:10:54 os 1.5.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9d724c988bded7c0fcb40a71b23b11150f5a53da]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/11 07:02:54 os 1.1.2.1: merged table example

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [7d033e10f26040cc6f554ebc548d66f78cba285d]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 11:08:28 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/07/12 08:54:13 os 1.1.8.1: file fields.docx was added on branch cws_src680_xmlfilter02 on 2007-10-01 11:08:28 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [5c49de7bdc54003a5070e5724036c8b3843a999e]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 11:08:28 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/07/12 08:53:55 os 1.1.8.1: file fields.doc was added on branch cws_src680_xmlfilter02 on 2007-10-01 11:08:28 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [b27390c967354afb062a7bc473cc6a6fb862def7]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/10/01 11:08:28 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/09 10:12:17 os 1.1.6.1: file Picture1.docx was added on branch cws_src680_xmlfilter02 on 2007-10-01 11:08:28 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [4ccabf2564ee18d5d5acf5191117891b6bb5a5aa]

        INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/10/01 11:08:27 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/10 10:44:12 os 1.1.6.1: file MultiWrapping1.docx was added on branch cws_src680_xmlfilter02 on 2007-10-01 11:08:27 +0000

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [49c3f24554181a2ad41fcf79e40e6bbd075ac123]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/10/11 07:10:13 os 1.1.2.3: merged table example 2007/10/11 07:09:59 os 1.1.2.2: broken file removed 2007/10/11 07:01:41 os 1.1.2.1: merged table example Issue number: Submitted by: Reviewed by:

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [f83cd0d7575d30ce2c5978fd44ebc2b01edce56f]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/10/01 11:08:27 os 1.1.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [8772a5fd6f3f27e8dfdf21d7def5137be7687ae4]

        INTEGRATION: CWS xmlfilter02 (1.1.12); FILE MERGED 2007/10/18 11:44:38 hbrinkm 1.1.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [6ea1920704f98da064d93c45e2dde8db492d78e8]

        INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED 2007/11/08 12:25:51 hbrinkm 1.7.12.3: cleanup 2007/11/08 08:46:08 hbrinkm 1.7.12.2: cleanup 2007/10/31 15:43:39 fridrich_strba 1.7.12.1: generate always the generated files + try to be working in all possibilities, with/without java, with internal/system xalan/libxslt

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [84c36f990a34d66ac7d3c240de974eceb7e11699]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/03 09:30:39 hbrinkm 1.1.2.1: moved here from doctok

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [cc67d7666f47f9b54be2ecf710134c267466bc7e]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/12 08:04:17 os 1.1.2.7: exports added 2007/12/07 09:31:52 hbrinkm 1.1.2.6: writerfilter::Value: added toString() 2007/12/03 09:31:55 hbrinkm 1.1.2.5: moved logger and dump methods 2007/11/27 10:50:24 hbrinkm 1.1.2.4: use boost for writerfilter::Reference 2007/11/14 12:51:05 hbrinkm 1.1.2.3: namespace clean up 2007/10/19 11:31:13 hbrinkm 1.1.2.2: moved createAnalyzer to namespace writerfilter 2007/10/18 09:33:20 hbrinkm 1.1.2.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [ae945caad9bce27fecbdffa9cf917195dba086dd]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/11/14 12:51:05 hbrinkm 1.1.2.1: namespace clean up

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [bb3d3465ac20b2e8771820482c8b74c3850081c0]

        INTEGRATION: CWS xmlfilter02 (1.1.2); FILE ADDED 2007/12/03 09:30:28 hbrinkm 1.1.2.1: moved here from doctok

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [57e17718a9c9a23497194ede2892630d0e3313ab]

        INTEGRATION: CWS xmlfilter02 (1.3.12); FILE MERGED 2007/12/12 07:53:42 hbrinkm 1.3.12.5: propertysettostring 2007/11/14 16:39:15 hbrinkm 1.3.12.4: corrected DLL_PUBLIC for QNameToString 2007/11/14 12:51:05 hbrinkm 1.3.12.3: namespace clean up 2007/10/18 09:32:58 hbrinkm 1.3.12.2: init_doctok, init_ooxml, clean-ups 2007/10/01 10:16:58 os 1.3.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [66f37f42ba7f1a85ba3b8a2f01d1809e6907e43d]

        INTEGRATION: CWS xmlfilter02 (1.9.12); FILE MERGED 2007/11/29 15:37:56 hbrinkm 1.9.12.5: save XModel and XShapes in document 2007/11/21 11:40:00 hbrinkm 1.9.12.4: getFastTokenHandler 2007/11/14 12:50:47 hbrinkm 1.9.12.3: namespace clean up 2007/10/18 08:26:41 hbrinkm 1.9.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel, ooxmlidsToXML 2007/10/01 10:16:57 os 1.9.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [d874906c8ccc17f341b2fed5031d1a96ffa6f034]

        INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/12/03 09:29:49 hbrinkm 1.6.12.3: Subsequence moved to resourcemodel 2007/11/14 12:50:33 hbrinkm 1.6.12.2: namespace clean up 2007/10/18 08:21:58 hbrinkm 1.6.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [9fe471df5285283d9a7d2b82594150eaf6483581]

        INTEGRATION: CWS xmlfilter02 (1.19.12); FILE MERGED 2007/11/14 12:50:13 hbrinkm 1.19.12.4: namespace clean up 2007/11/12 12:20:09 os 1.19.12.3: ooxml list support partially impl. 2007/10/18 08:21:41 hbrinkm 1.19.12.2: WW8ResourceModel.hxx moved to inc/resourcemodel 2007/10/01 10:16:57 os 1.19.12.1: integration of cws writerfilter3 into cws xmlfilter02

2008-01-10  Oliver Bolte  <obo@openoffice.org>  [1c6a250a31739da6b6904ce7c4b7e2291ea90b73]

        INTEGRATION: CWS xmlfilter02 (1.1.8); FILE ADDED 2007/10/01 10:43:32 os 1.1.8.2: integration of cws writerfilter3 into cws xmlfilter02 2007/07/23 07:43:19 os 1.1.8.1: file TODO was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:43:32 +0000

2008-01-09  Rüdiger Timm  <rt@openoffice.org>  [80bb86241edbfade681b911f0b83757fd684af67]

        #i10000# Add platform unxsoli4 (non-product).

2008-01-09  Rüdiger Timm  <rt@openoffice.org>  [9e55c62f188170b5e56b86427e93e6d6288832a2]

        #i10000# Setting CFLAGS in CONFIGURE_FLAGS overrides ADDCFLAGS and thereby removes SYSBASE setting.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [672b01b36cf0dd4763884d6a52333baed4b8c7d5]

        SRC680

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [df472587536c38fa69cdcd0a254e202b1e9e5f76]

        INTEGRATION: CWS native114 (1.5.78); FILE MERGED 2007/11/01 11:26:17 is 1.5.78.2: #150863# gnome dependency 2007/10/17 14:32:24 is 1.5.78.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0dd42956deb4258059ab1955e334ab945e11f348]

        #i10000# missing precompiled header directive

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [73f42f725fccbc37d58a87d69d1d024f686a901c]

        #i10000# fix by TKR, NEON_VERSION missing

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [a5dd8b93d18cd9603e9d62a9a7a8bbc8208e2705]

        INTEGRATION: CWS native114 (1.8.54); FILE MERGED 2007/11/01 11:21:50 is 1.8.54.1: #150863# gnome dependency

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d2386cf9fa37ce10e6114d36ba72f651e906f8fb]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/10/17 14:31:38 is 1.2.16.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3c0bb3a882cfafb383380a74a8601f45fb114aca]

        INTEGRATION: CWS native114 (1.3.16); FILE MERGED 2007/10/17 14:31:37 is 1.3.16.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [cb6124b35213a83a07f1cedff6d4a154f42201bd]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/11/02 11:41:39 is 1.2.16.1: #150863# reverse order for uninstallation

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [75a16a762d0c619f79fa6d850ec1c9cd365e2387]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/11/01 11:38:06 is 1.2.16.4: RESYNC: (1.2-1.3); FILE MERGED 2007/11/01 10:23:41 is 1.2.16.3: #150863# deselect languages, that are not available on system 2007/10/31 17:02:31 is 1.2.16.2: #150863# introducing check of system languages for Solaris 2007/10/31 14:11:41 is 1.2.16.1: #150863# introducing dependencies for packages (checkSolaris)

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [eec623477e3b851236cf283d5e99f6053f549ccd]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/10/17 14:31:37 is 1.2.16.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f8fa7305a2a7d5bd7371334cf4e1b1bf293b3132]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/10/31 17:02:31 is 1.2.16.1: #150863# introducing check of system languages for Solaris

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ce0270938b9bc949cb4b5d70b09c0964cd794fec]

        INTEGRATION: CWS native114 (1.3.14); FILE MERGED 2007/10/17 14:31:37 is 1.3.14.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [e42c1238d2204101c0763105514ce64b8eff8d87]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/10/31 14:11:41 is 1.2.16.1: #150863# introducing dependencies for packages (checkSolaris)

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [c5b10c8367426f11074b9d79a40580804c6913e5]

        INTEGRATION: CWS native114 (1.2.16); FILE MERGED 2007/10/31 17:02:30 is 1.2.16.1: #150863# introducing check of system languages for Solaris

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d3714a1b5568adcde1ed121b2dffd9bf423d468b]

        INTEGRATION: CWS native114 (1.3.14); FILE MERGED 2007/10/31 17:02:31 is 1.3.14.2: #150863# introducing check of system languages for Solaris 2007/10/17 14:31:36 is 1.3.14.1: #150863# additional update behaviour, if old products are found

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [c2a7856417e8a9b04ce25b97db9d7f76171269cb]

        INTEGRATION: CWS native114 (1.93.58); FILE MERGED 2007/11/02 11:44:21 is 1.93.58.3: #150863# no xpd installer in patches 2007/11/01 11:37:48 is 1.93.58.2: RESYNC: (1.93-1.94); FILE MERGED 2007/11/01 11:26:17 is 1.93.58.1: #150863# gnome dependency

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [8ddd11816326b476f22b39045937e4e779708a11]

        #i10000# fix by IS for CWS native110

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [cfe964f1ab767f6643ceaf0d08f9b425834f75d7]

        INTEGRATION: CWS native110 (1.4.14); FILE MERGED 2007/11/12 16:06:56 is 1.4.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:55 is 1.4.14.1: #i82251# repackaging, part 3

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d4d73edd6abace2cc24c5cd351330b4b32eec9e2]

        INTEGRATION: CWS native110 (1.9.12); FILE MERGED 2007/11/12 16:06:55 is 1.9.12.2: #i82248# module.pl into source directory 2007/10/04 11:04:53 is 1.9.12.1: #i82251# repackaging, part 3

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [414d57764f9c51145931be23f618a9c5e64984a3]

        INTEGRATION: CWS native110 (1.6.56); FILE MERGED 2007/11/28 15:13:55 is 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/04 11:21:16 is 1.6.56.1: #i82251# repackaging, part 3

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [bd6430c5e1f68e9b2b3631baa6243fe461c627db]

        INTEGRATION: CWS sb80 (1.2.28); FILE MERGED 2007/11/16 14:46:13 sb 1.2.28.1: #i81275# For Windows, moved setting URE_BOOTSTRAP from desktop's extendloderenvironment.cxx to tool's extendapplictionenvironment.cxx.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d116d3c72b2df7b9bbc1363f7c023a932671be43]

        INTEGRATION: CWS sb80 (1.8.26); FILE MERGED 2007/11/15 15:02:52 sb 1.8.26.1: #i81275# Call new tools::extendApplicationEnvironment from main functions.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [696670bc3988d2f1fe1cf729bc4e035e681d9502]

        INTEGRATION: CWS sb80 (1.6.28); FILE MERGED 2007/11/16 14:47:33 sb 1.6.28.1: #i81275# Moved setting URE_BOOTSTRAP from Unix start scripts to tool's extendapplictionenvironment.cxx.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [50eb9151b756ca8aea498a3a72c6a31340b224fc]

        INTEGRATION: CWS sb80 (1.28.28); FILE MERGED 2007/11/16 14:47:33 sb 1.28.28.1: #i81275# Moved setting URE_BOOTSTRAP from Unix start scripts to tool's extendapplictionenvironment.cxx.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [57bf7a9367230ae51958e2cbe61c1b87433403c0]

        INTEGRATION: CWS sb80 (1.58.10); FILE MERGED 2007/11/20 09:28:59 sb 1.58.10.1: #i82064# On Windows, testtool must be loaded through the testtool.exe = guiloader.exe calls testtool.bin chain, so that OOo-wo-URE testtool has a correct PATH.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [753bebdc4e82101f84bc72bcbb9e7aa60d5c4886]

        INTEGRATION: CWS sb80 (1.7.76); FILE MERGED 2007/11/20 14:56:09 sb 1.7.76.1: #i82064# On Windows, testtool must be loaded through the testtool.exe = guiloader.exe calls testtool.bin chain, so that OOo-wo-URE testtool has a correct PATH.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5af5ef6620fe83beb42772217660fd5be39e8d57]

        INTEGRATION: CWS sb80 (1.5.498); FILE MERGED 2007/11/20 14:56:09 sb 1.5.498.1: #i82064# On Windows, testtool must be loaded through the testtool.exe = guiloader.exe calls testtool.bin chain, so that OOo-wo-URE testtool has a correct PATH.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0572f2334b96d854c28bceba361cfd0686c29bfb]

        INTEGRATION: CWS sb80 (1.53.10); FILE MERGED 2007/11/14 13:47:08 sb 1.53.10.1: #i82422# OOO_BASE_DIR from OOo-wo-URE now also needed in plain OOo.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [9743b393dc7cf13a43773919660b970563f9f234]

        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>  [376f8860edd4932bfd5a06fc4b1af1de0298b653]

        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>  [5337cf3d3ff2d109c59313c95b7d328211767226]

        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>  [f0adb04e3bc449d329953b69bf65afaa47600c07]

        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>  [e7697bdeb58002071b8d3d3cf222ad95526121b7]

        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>  [b049a21019ba2cced375b465557dd6172dc4e305]

        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>  [ed16ca5845db783788641dfa3fca78fb3a227240]

        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>  [f2e88d3626c44bd41bbccca2151735d12159aacf]

        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>  [8d130883aaeb3b60ecc83d4da0bed8b5381350e4]

        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>  [9fb6c61e933f37298a954e69deeff72dd49411b5]

        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>  [ffe9c649352aefa69218da8520a0d08f7a844260]

        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>  [1c082c7c315e78b708a194ae19a9d536da56cd7a]

        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>  [0ca834baa4b641cccc8a8b220ddc25ae8280371e]

        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>  [7893a1fa588069f62158746a94e5c4d60b2451f8]

        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>  [510e359622c40d0e94f1e3ab04d975bfce114a75]

        INTEGRATION: CWS sb80 (1.22.14); FILE MERGED 2007/11/16 14:49:49 sb 1.22.14.1: #i82999# Replaced erroneous osl_loadModuleRelative call with osl_loadModule again.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [6b9fece948e4501e6cd0e9e6e01b939db74e5a2e]

        INTEGRATION: CWS sb80 (1.75.14); FILE MERGED 2007/11/13 16:43:14 sb 1.75.14.1: #i82064# In InitializeUCB, do not use a nonstandard way to bootstrap UNO.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5bea8093df59139f7b99a68b97cf3e0fd64d01d8]

        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>  [9f01869a36872162d402c69ef12e87e26777bb14]

        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>  [c9e4d40020962704666fedd666abb59a75add779]

        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>  [95978eb2165df217b07ca5bb19ad462b53c0052a]

        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>  [f22a7a6baa3b9bb13a5854929874cecb40aa539f]

        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>  [0ed6ddf3c47d12cca608e95b543ac4803241e951]

        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>  [d2b83ddeff5b055d29e5033a023526676e2bdcfd]

        INTEGRATION: CWS sb80 (1.20.24); FILE MERGED 2007/11/20 09:28:01 sb 1.20.24.1: #i82064# On Windows, testtools must be loaded through the testtool.exe = guiloader.exe calls testtool.bin chain, so that OOo-wo-URE testtool has a correct PATH.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ae049a23546a35bd5f1cfa143227a09edaedc6b1]

        INTEGRATION: CWS sb80 (1.10.14); FILE MERGED 2007/11/13 15:37:51 sb 1.10.14.1: #i82999# Replaced erroneous osl_loadModuleRelative calls with osl_loadModule again.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [109763f1077d063691e3b28dcd7165e726213729]

        INTEGRATION: CWS sb80 (1.24.28); FILE MERGED 2007/12/13 14:33:56 sb 1.24.28.2: RESYNC: (1.24-1.25); FILE MERGED 2007/11/14 13:19:58 sb 1.24.28.1: #i82422# Use (macro) paths to jar files that work in both plain OOo and OOo-wo-URE.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [2c9b8239bb6defe05ed6a303b5a8c73908585b3f]

        INTEGRATION: CWS sb80 (1.34.26); FILE MERGED 2007/11/19 10:17:01 sb 1.34.26.1: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [abdaf612705352bcead3bc743183ee6beb8882b8]

        INTEGRATION: CWS sb80 (1.13.88); FILE MERGED 2007/11/20 08:34:57 sb 1.13.88.4: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that. 2007/11/19 10:17:00 sb 1.13.88.3: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations). 2007/11/14 13:37:02 sb 1.13.88.2: #i82422# Simplification of previous change (unoil.jar is always present next to sdbc_hsqldb.jar). 2007/11/14 13:21:22 sb 1.13.88.1: #i82422# Dirty tricks with the JARCLASSPATH so that URE jars are found in both plain OOo and OOo-wo-URE (to be cleaned up once OOo-wo-URE completely replaces plain OOo).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ab320f2c3fe8bb26198bfa16306e3b8a558a58b5]

        INTEGRATION: CWS sb80 (1.5.88); FILE MERGED 2007/11/20 08:34:57 sb 1.5.88.2: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that. 2007/11/19 10:17:00 sb 1.5.88.1: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [fe37678da93610495c50d1629757f37cdf63d135]

        INTEGRATION: CWS sb80 (1.4.88); FILE MERGED 2007/11/20 08:34:57 sb 1.4.88.2: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that. 2007/11/19 10:17:00 sb 1.4.88.1: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [9bd9ecbd30b5f3c8f6eb29fa028e2831194cd362]

        INTEGRATION: CWS sb80 (1.9.88); FILE MERGED 2007/11/20 08:34:57 sb 1.9.88.2: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that. 2007/11/19 10:17:00 sb 1.9.88.1: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d1a05645ed39a73814d0d0dcf34e09df4d3911e7]

        INTEGRATION: CWS sb80 (1.6.88); FILE MERGED 2007/11/20 08:34:57 sb 1.6.88.2: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that. 2007/11/19 10:17:00 sb 1.6.88.1: #i82422# Removed dependency on NativeLibraryLoader (as finding jurt.jar is not trivial in OOo-wo-URE installations).

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d099d6217ae5f8ddee2589dfbdb013ca68d2247c]

        INTEGRATION: CWS sb80 (1.1.2); FILE ADDED 2007/11/20 08:35:40 sb 1.1.2.1: #i82422# At least on Mac OS X Tiger, System.loadLibrary(hsqldb2) does not find the hsqldb2 library on directory above sdbc_hsqldb.jar, even though .. is on the jar's Class-Path; added NativeLibraries.load to work around that.

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [48009a4c7cc39f64a1045749afee84a12cd401ef]

        INTEGRATION: CWS supdremove (1.49.42); FILE MERGED 2007/11/16 10:25:27 vg 1.49.42.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5dcc40ec9ffb0b8b6b740d2478b8acf9412772aa]

        INTEGRATION: CWS supdremove (1.109.10); FILE MERGED 2007/11/16 10:25:27 vg 1.109.10.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4273bc29f2165bbf01805911b9f85a0812d61e7a]

        INTEGRATION: CWS supdremove (1.30.56); FILE MERGED 2007/11/16 10:25:21 vg 1.30.56.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3e3af2faaea4e3c3610e21e9de8da5c9e4ab2176]

        INTEGRATION: CWS supdremove (1.17.104); FILE MERGED 2007/11/16 10:25:21 vg 1.17.104.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d866bcff53f6adb474c7f6c3d055ef6bd992f354]

        INTEGRATION: CWS supdremove (1.20.108); FILE MERGED 2007/11/16 10:25:21 vg 1.20.108.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d98b04b3f897f43d26ac16e472f3fc876680d53e]

        INTEGRATION: CWS supdremove (1.93.28); FILE MERGED 2007/11/16 10:25:21 vg 1.93.28.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [8814beb47241775f932012ec520bdca97200bb9d]

        INTEGRATION: CWS supdremove (1.71.88); FILE MERGED 2007/11/16 10:25:21 vg 1.71.88.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [09c2ae57b5fde0c94ba218314273efb099699c1d]

        INTEGRATION: CWS supdremove (1.35.108); FILE MERGED 2007/11/16 10:25:20 vg 1.35.108.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5f633e6ea9ef140470b40889bb134181abc78242]

        INTEGRATION: CWS supdremove (1.7.108); FILE MERGED 2007/11/16 10:25:20 vg 1.7.108.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [53a1ad9f44046b367cc5d7f7c550ffaa4fc9a2c4]

        INTEGRATION: CWS supdremove (1.19.108); FILE MERGED 2007/11/16 10:25:20 vg 1.19.108.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [be9d301743f309a493407f18a116cb579d63657f]

        INTEGRATION: CWS supdremove (1.23.100); FILE MERGED 2007/11/16 10:25:20 vg 1.23.100.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7710fa912b9eb286739f3cf4b1d77ddca4bb50df]

        INTEGRATION: CWS supdremove (1.2.174); FILE MERGED 2007/11/16 10:25:20 vg 1.2.174.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [74a2dcd21c41feb93a16cb5c090c99058b79e94c]

        INTEGRATION: CWS supdremove (1.2.624); FILE MERGED 2007/11/16 10:25:19 vg 1.2.624.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [82b53ee5372fbc02502f465f82070636fc5f1082]

        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>  [ea2146da882fa6f558c1a53f0936aaabd350e34a]

        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>  [9c56d88278485a94bde675f510cd627c89f80746]

        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>  [d1051fb8319c631904d018c4b5d8e200141b8323]

        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>  [c45927a05e1b3fb7af0ec2712ab27cc866ac19f2]

        INTEGRATION: CWS supdremove (1.39.190); FILE MERGED 2007/11/16 10:24:54 vg 1.39.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f8c7b62f89c03ee6c35c98bc3791c715672f8df1]

        INTEGRATION: CWS supdremove (1.35.126); FILE MERGED 2007/11/16 10:24:54 vg 1.35.126.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [94f6ec11f180cb21716caa8eb855c8e268921db3]

        INTEGRATION: CWS supdremove (1.12.158); FILE MERGED 2007/11/16 10:24:54 vg 1.12.158.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [6dafcf3e85a813d05c940ba9f218c5de2dc74f07]

        INTEGRATION: CWS supdremove (1.2.586); FILE MERGED 2007/11/16 10:24:54 vg 1.2.586.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [c8ac830ff0498c89c93fb2420db5ff19e165edcb]

        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>  [a1b75ed0f863e34b365145a47ffdae8d9d37e68f]

        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>  [f25831d5f066c334454a2afce771bc21643e1160]

        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>  [62cc484168c9ca979ec083fb6f156cb47ddf6a8c]

        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>  [7fc1e58737e07fa6a90c49217fa413d7d78f7d71]

        INTEGRATION: CWS supdremove (1.34.292); FILE MERGED 2007/11/16 10:24:29 vg 1.34.292.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [becee561f04be467b6a8be4ce961c9a6b484e5af]

        INTEGRATION: CWS supdremove (1.74.10); FILE MERGED 2007/11/16 10:24:29 vg 1.74.10.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [2d2556eabb641e51abb9d46bcdc7ad4dd2769a90]

        INTEGRATION: CWS supdremove (1.47.84); FILE MERGED 2007/11/16 10:24:28 vg 1.47.84.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [36b0e94ed67cba27a15f7648d3801481360d91de]

        INTEGRATION: CWS supdremove (1.18.88); FILE MERGED 2007/11/16 10:24:28 vg 1.18.88.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [790d976a51a6f64ee7a9c4c66c863fc3f21ec31d]

        INTEGRATION: CWS supdremove (1.29.58); FILE MERGED 2007/11/16 10:24:19 vg 1.29.58.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0a539d93d4c19c42c60e6195b6f3f8ca49095471]

        INTEGRATION: CWS supdremove (1.37.82); FILE MERGED 2007/11/16 10:24:11 vg 1.37.82.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f75e8739f1af05c482ae58c45eb92f79f420a485]

        INTEGRATION: CWS supdremove (1.138.76); FILE MERGED 2007/11/16 10:24:11 vg 1.138.76.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0f72873c08253399443a07541f8807e1d7c0ddf4]

        INTEGRATION: CWS supdremove (1.132.42); FILE MERGED 2007/11/16 10:24:11 vg 1.132.42.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [6d83a37feb1c853d33486e2115a81d1c1b21c813]

        INTEGRATION: CWS supdremove (1.5.372); FILE MERGED 2007/11/16 10:24:11 vg 1.5.372.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [463d87cbfa85db6caf68391144a90988e7cd6c6e]

        INTEGRATION: CWS supdremove (1.58.60); FILE MERGED 2007/11/16 10:24:10 vg 1.58.60.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4a8450b74d531facc53022f60d53955d6039ccb5]

        INTEGRATION: CWS supdremove (1.99.76); FILE MERGED 2007/11/16 10:24:10 vg 1.99.76.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [1f8e8af8838cbd73d4b3fc0fbd697d9251a0d3bd]

        INTEGRATION: CWS supdremove (1.2.134); FILE MERGED 2007/11/16 10:24:10 vg 1.2.134.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [2fc662620936532f1420740558e15edd95824ff3]

        INTEGRATION: CWS supdremove (1.3.78); FILE MERGED 2007/11/16 10:24:10 vg 1.3.78.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [984f96e62d84637ebabc9951f9493c9ca47af865]

        INTEGRATION: CWS supdremove (1.7.44); FILE MERGED 2007/11/16 10:24:10 vg 1.7.44.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [73963be845c873cdc0849eeaaa723ab4785ef4bd]

        INTEGRATION: CWS supdremove (1.7.42); FILE MERGED 2007/11/16 10:24:02 vg 1.7.42.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [89e73fab4acdfd43ea25d395f14296f703570a88]

        INTEGRATION: CWS supdremove (1.10.18); FILE MERGED 2007/11/16 10:24:02 vg 1.10.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4b621abb78d3549eb1948254058f9c232ac2d436]

        INTEGRATION: CWS supdremove (1.6.42); FILE MERGED 2007/11/16 10:24:02 vg 1.6.42.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [543281dd50f6f5116025491a0dfe734f68941955]

        INTEGRATION: CWS supdremove (1.3.42); FILE MERGED 2007/11/16 10:24:02 vg 1.3.42.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4976022e9cebdae05406292a9ddb64b15da6e352]

        INTEGRATION: CWS supdremove (1.2.58); FILE MERGED 2007/11/16 10:24:02 vg 1.2.58.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [9985efac59dd7219530ca709c211d6219002f491]

        INTEGRATION: CWS supdremove (1.12.14); FILE MERGED 2007/11/16 10:23:56 vg 1.12.14.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [89c0316177be4fbc1b25f681e3b0d96dc16271c4]

        INTEGRATION: CWS supdremove (1.262.18); FILE MERGED 2007/11/16 10:23:48 vg 1.262.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3ee0f56ee6427f1b0432a01a7c73356b1d99cc75]

        INTEGRATION: CWS supdremove (1.2.136); FILE MERGED 2007/11/16 10:23:42 vg 1.2.136.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7a01eac000d0eb0a3ce5ec553cd1af79dba1b1fb]

        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>  [3e2012f257bc545a0d26a2ee998f272156ef64c0]

        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>  [c4ea4fcf5859b0d6eac6bd61ac646b6ce58af0fc]

        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>  [b4ca8fa2a10416523a1c37054a3b28ad455271e0]

        INTEGRATION: CWS supdremove (1.21.56); FILE MERGED 2007/11/16 10:23:32 vg 1.21.56.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [c70f8eb823c11842a9963d5399606686d642d4c9]

        INTEGRATION: CWS supdremove (1.6.24); FILE MERGED 2007/11/16 10:23:27 vg 1.6.24.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [b682a613a962890446143f46e1f3656095b16e1a]

        INTEGRATION: CWS supdremove (1.17.24); FILE MERGED 2007/11/16 10:23:26 vg 1.17.24.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4bd458fbacaab36621c662bdc4da16f32176095e]

        INTEGRATION: CWS supdremove (1.18.80); FILE MERGED 2007/11/16 10:23:20 vg 1.18.80.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ed122ccf8204e8648a78c8db4a6628d43d87c834]

        INTEGRATION: CWS supdremove (1.6.358); FILE MERGED 2007/11/16 10:23:20 vg 1.6.358.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3e65c288271ebce324af425c752a69fae042bc7f]

        INTEGRATION: CWS supdremove (1.81.80); FILE MERGED 2007/11/16 10:23:20 vg 1.81.80.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [74465bf210879121559700562c85a55a3a031934]

        INTEGRATION: CWS supdremove (1.30.180); FILE MERGED 2007/11/16 10:23:20 vg 1.30.180.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0a29d591d14a8907578004d96978b2eac35b8417]

        INTEGRATION: CWS supdremove (1.8.190); FILE MERGED 2007/11/16 10:23:12 vg 1.8.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [03d538597537f870cd1c2a1fdb91d4ccf2c1ddba]

        INTEGRATION: CWS supdremove (1.74.190); FILE MERGED 2007/11/16 10:23:11 vg 1.74.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ce440983fb610a0ddd9a16d14914a94f03c6b3a3]

        INTEGRATION: CWS supdremove (1.18.90); FILE MERGED 2007/11/16 10:23:11 vg 1.18.90.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3b825f32ee979956df363bcec755c0e8d6da5fbf]

        INTEGRATION: CWS supdremove (1.5.558); FILE MERGED 2007/11/16 10:23:11 vg 1.5.558.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [fee19e801852275a354fbef00cacc5d2f5e928f8]

        INTEGRATION: CWS supdremove (1.50.190); FILE MERGED 2007/11/16 10:23:11 vg 1.50.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [78ba9a612059656cf1eb0390b49a1723ea800db2]

        INTEGRATION: CWS supdremove (1.7.190); FILE MERGED 2007/11/16 10:23:11 vg 1.7.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [421638e56f9a6a468fd3bce58b2db98f38860d01]

        INTEGRATION: CWS supdremove (1.9.188); FILE MERGED 2007/11/16 10:23:11 vg 1.9.188.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ea4a22e114ad1acd8206d5f0d2fe3f38eaff352a]

        INTEGRATION: CWS supdremove (1.2.294); FILE MERGED 2007/11/16 10:23:11 vg 1.2.294.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f0725d5608bcb0bdb5456fefe2d4b75382c4d456]

        INTEGRATION: CWS supdremove (1.3.92); FILE MERGED 2007/11/16 10:23:11 vg 1.3.92.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [19dfa8eb894d13ba7fe499237608db5c64e9e7af]

        INTEGRATION: CWS supdremove (1.5.178); FILE MERGED 2007/11/16 10:23:11 vg 1.5.178.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5f7f84865526375c63b77a548b5a5c43c1b7b334]

        INTEGRATION: CWS supdremove (1.7.678); FILE MERGED 2007/11/16 10:23:10 vg 1.7.678.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0bdaca1616f6b3512e16ef37716256380fb7bc42]

        INTEGRATION: CWS supdremove (1.2.1082); FILE MERGED 2007/11/16 10:23:10 vg 1.2.1082.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7e18c40af4baa7a1bc7c1f6ff8b9af1ef3a3e521]

        INTEGRATION: CWS supdremove (1.9.190); FILE MERGED 2007/11/16 10:23:10 vg 1.9.190.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4c6da2765a0b54ea408b8df3925f3c41c8682535]

        INTEGRATION: CWS supdremove (1.9.1082); FILE MERGED 2007/11/16 10:23:10 vg 1.9.1082.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [cc8cdd8424a832dbea50151b5536aa21ce09bba3]

        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-07  Oliver Bolte  <obo@openoffice.org>  [520d8b6bf3967f0aeb3bd95108798714f97d7e23]

        INTEGRATION: CWS supdremove (1.4.94); FILE MERGED 2007/11/16 10:22:51 vg 1.4.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d96882fd1c546d5afee1b8226b2d7317bc1b6bd9]

        INTEGRATION: CWS supdremove (1.4.224); FILE MERGED 2007/11/16 10:22:51 vg 1.4.224.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [176a7f5d6419be58873b96bfd0e4a2af7d427ea9]

        INTEGRATION: CWS supdremove (1.3.256); FILE MERGED 2007/11/16 10:22:51 vg 1.3.256.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [990e3255bf22b570456dfaec742f1838b850e974]

        INTEGRATION: CWS supdremove (1.4.178); FILE MERGED 2007/11/16 10:22:51 vg 1.4.178.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [329dc9780c4af48db1f5232421608c2c186849e2]

        INTEGRATION: CWS supdremove (1.7.32); FILE MERGED 2007/11/16 10:22:51 vg 1.7.32.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d18f83d1b380fce3fca3f6382d1f7f1e669b34db]

        INTEGRATION: CWS supdremove (1.3.256); FILE MERGED 2007/11/16 10:22:50 vg 1.3.256.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7b7271d45c4da28223bf65cce8d36ee4809002fd]

        INTEGRATION: CWS supdremove (1.3.254); FILE MERGED 2007/11/16 10:22:50 vg 1.3.254.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4772e09b804809c1ea3577ac9eb848e6c1acb2c8]

        INTEGRATION: CWS supdremove (1.4.128); FILE MERGED 2007/11/16 10:22:50 vg 1.4.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [675be3c8f527158f95f6a490f9d74aab397de5ef]

        INTEGRATION: CWS supdremove (1.5.94); FILE MERGED 2007/11/16 10:22:50 vg 1.5.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [aa4d3f913ef298629badcb3809e5341b2150a876]

        INTEGRATION: CWS supdremove (1.8.8); FILE MERGED 2007/11/16 10:22:50 vg 1.8.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [e26e641d4f5d51d633420b8196fa792684bbc859]

        INTEGRATION: CWS supdremove (1.8.128); FILE MERGED 2007/11/16 10:22:50 vg 1.8.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5355d3d9e95fdc902e1d4570b1aa95ad4b4ec93d]

        INTEGRATION: CWS supdremove (1.5.128); FILE MERGED 2007/11/16 10:22:50 vg 1.5.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [1a9765de15a7214c78701291580ac9a9bd6f77c7]

        INTEGRATION: CWS supdremove (1.8.32); FILE MERGED 2007/11/16 10:22:50 vg 1.8.32.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [bb5c8b8b16710acbabbe6e56a20f020516d1becf]

        INTEGRATION: CWS supdremove (1.2.8); FILE MERGED 2007/11/16 10:22:49 vg 1.2.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ef9de69f2c497852c8950dcdbd6cdef0ab3f3a2d]

        INTEGRATION: CWS supdremove (1.3.256); FILE MERGED 2007/11/16 10:22:49 vg 1.3.256.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [3efeb56a13ed9f7c4c1149c611c518941438a69c]

        INTEGRATION: CWS supdremove (1.4.128); FILE MERGED 2007/11/16 10:22:49 vg 1.4.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [a1ea33960cd816dfcea615708ae3415d2500d19f]

        INTEGRATION: CWS supdremove (1.5.128); FILE MERGED 2007/11/16 10:22:49 vg 1.5.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d6e47cae6171d931db18efb29321787f53802991]

        INTEGRATION: CWS supdremove (1.6.8); FILE MERGED 2007/11/16 10:22:49 vg 1.6.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5cc661781002707881f5ea8fc2d7cf1e06f49b83]

        INTEGRATION: CWS supdremove (1.2.110); FILE MERGED 2007/11/16 10:22:49 vg 1.2.110.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [1f4099bb7569cdcc70e38379c8774a7a852329ad]

        INTEGRATION: CWS supdremove (1.2.64); FILE MERGED 2007/11/16 10:22:49 vg 1.2.64.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [6477c874fab6a6da351bd0c77380e67b84d021d4]

        INTEGRATION: CWS supdremove (1.3.52); FILE MERGED 2007/11/16 10:22:49 vg 1.3.52.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0ecc59cf9c78b5d2b09f20df61cfd6e1c2d59b4b]

        INTEGRATION: CWS supdremove (1.4.128); FILE MERGED 2007/11/16 10:22:48 vg 1.4.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [326ae261eb60aa75c4255927a2ef18cd3e0ba60e]

        INTEGRATION: CWS supdremove (1.6.94); FILE MERGED 2007/11/16 10:22:48 vg 1.6.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [94f226ae84d9892b2ea73c5f31615c95b2445b62]

        INTEGRATION: CWS supdremove (1.2.254); FILE MERGED 2007/11/16 10:22:48 vg 1.2.254.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [18cb2a9d2bae5d51ef8888560ac2bea829414d6d]

        INTEGRATION: CWS supdremove (1.7.94); FILE MERGED 2007/11/16 10:22:48 vg 1.7.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [acf5124a5ca30f1acc04bcaa54d75241ad12e5b9]

        INTEGRATION: CWS supdremove (1.7.20); FILE MERGED 2007/11/16 10:22:48 vg 1.7.20.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [d1f22d3499eadbbb27acd2498db4af8c23e7c1a9]

        INTEGRATION: CWS supdremove (1.5.94); FILE MERGED 2007/11/16 10:22:48 vg 1.5.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [5fca0af61615b4873a4c0c7f6f4ea26a73a88860]

        INTEGRATION: CWS supdremove (1.5.128); FILE MERGED 2007/11/16 10:22:48 vg 1.5.128.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f2091d5d46887526b17d369c5219ffb92c7f2e06]

        INTEGRATION: CWS supdremove (1.7.8); FILE MERGED 2007/11/16 10:22:47 vg 1.7.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [aaab9b190b8e2742a5ba0663aac40ff8ee3d7c51]

        INTEGRATION: CWS supdremove (1.14.8); FILE MERGED 2007/11/16 10:22:47 vg 1.14.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [414c0fc6b04fe758f31b3ec954b5f0a5f456cc26]

        INTEGRATION: CWS supdremove (1.6.16); FILE MERGED 2007/11/16 10:22:47 vg 1.6.16.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [b6630c01c1fa73e6964dc66e91c814be50532f19]

        INTEGRATION: CWS supdremove (1.7.18); FILE MERGED 2007/11/16 10:22:47 vg 1.7.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [698aa2450125acb3f41a01e69a21a760fabed88f]

        INTEGRATION: CWS supdremove (1.6.18); FILE MERGED 2007/11/16 10:22:46 vg 1.6.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [dfc7cebc6c19709fe8370cb0047a44849e0176ef]

        INTEGRATION: CWS supdremove (1.12.18); FILE MERGED 2007/11/16 10:22:46 vg 1.12.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [68584bf64930a413f2b3088bca7e4398efc689b0]

        INTEGRATION: CWS supdremove (1.18.8); FILE MERGED 2007/11/16 10:22:46 vg 1.18.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [e75cd919192069f6844e0eaa97c8384dc6cfa5ed]

        INTEGRATION: CWS supdremove (1.13.8); FILE MERGED 2007/11/16 10:22:46 vg 1.13.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [eb51e15bdfd444a8d71e4a201b1fb7e644f4de03]

        INTEGRATION: CWS supdremove (1.8.18); FILE MERGED 2007/11/16 10:22:46 vg 1.8.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [bb54705a1d90f8ae1ad629623c649c32eaaae4f8]

        INTEGRATION: CWS supdremove (1.10.8); FILE MERGED 2007/11/16 10:22:45 vg 1.10.8.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [ed1334df8450b3eb1ef0aa5940c60f718220e7d5]

        INTEGRATION: CWS supdremove (1.8.18); FILE MERGED 2007/11/16 10:22:45 vg 1.8.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [018b08ef387bf5ff22990b2fd13c214ec1a7408d]

        INTEGRATION: CWS supdremove (1.11.94); FILE MERGED 2007/11/16 10:22:45 vg 1.11.94.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [0684e7a64a35342068e7225d4795a8f73d8c85cd]

        INTEGRATION: CWS supdremove (1.6.18); FILE MERGED 2007/11/16 10:22:45 vg 1.6.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [4ebafacbacd468fc43fc72aed8ae033b0d6e238b]

        INTEGRATION: CWS supdremove (1.2.64); FILE MERGED 2007/11/16 10:22:44 vg 1.2.64.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [f95031f7d600d27313c8caf4739a76e632926410]

        INTEGRATION: CWS supdremove (1.3.18); FILE MERGED 2007/11/16 10:22:44 vg 1.3.18.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-07  Oliver Bolte  <obo@openoffice.org>  [7a411ea60fd5849dc5137a3ce787a9dc9fbf3545]

        INTEGRATION: CWS supdremove (1.29.158); FILE MERGED 2007/11/16 10:22:24 vg 1.29.158.1: #i83674# cleanup: remove obsolete SUPD macro use

2008-01-04  René Engelhard  <rene@openoffice.org>  [9c4f6472dd4b1642ff3ce20ec1ae0430f850c660]

        new patch file

2008-01-04  René Engelhard  <rene@openoffice.org>  [b0dbdcc645aac7423c7ff262f1f3d3e24fe86e3c]

        patch file based on cws hunspell2s differences to plain hunspell 1.1.12

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e5e9670a7009334d768092a4601996c92d988f76]

        INTEGRATION: CWS native110 (1.40.46); FILE MERGED 2007/11/28 15:14:56 is 1.40.46.3: RESYNC: (1.41-1.42); FILE MERGED 2007/10/24 12:58:02 is 1.40.46.2: RESYNC: (1.40-1.41); FILE MERGED 2007/10/04 11:04:58 is 1.40.46.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [67f95e4349cf00393006d211bb67aaffe6bc8779]

        INTEGRATION: CWS native110 (1.18.14); FILE MERGED 2007/11/28 15:14:50 is 1.18.14.3: RESYNC: (1.18-1.19); FILE MERGED 2007/11/12 16:08:34 is 1.18.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:57 is 1.18.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9207d7afe8e71a2defb3011d28684e01f02d6b80]

        INTEGRATION: CWS native110 (1.1.2); FILE ADDED 2007/12/03 15:31:26 is 1.1.2.2: #i82248# creation of language modules 2007/11/12 16:04:05 is 1.1.2.1: #i82248# module.pl into source directory

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f3e05f7345925181a9bd6fa37808f0d7ca1e1be7]

        INTEGRATION: CWS native110 (1.1.2); FILE ADDED 2007/11/12 16:08:09 is 1.1.2.2: #i82248# module.pl into source directory 2007/10/04 11:08:55 is 1.1.2.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [04858e0a6d78726046ec75896082c4e30a4e463d]

        INTEGRATION: CWS native110 (1.1.2); FILE ADDED 2007/11/12 16:03:54 is 1.1.2.1: #i82248# module.pl into source directory

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [70c8198fcb5bc2a74350a615003e7f913bbf1aa1]

        INTEGRATION: CWS native110 (1.3.14); FILE MERGED 2007/12/03 15:31:26 is 1.3.14.2: #i82248# creation of language modules 2007/10/04 11:04:57 is 1.3.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d04807820b26eb50dc86179bd3e35ec51a77e672]

        INTEGRATION: CWS native110 (1.6.14); FILE MERGED 2007/11/28 15:14:47 is 1.6.14.3: RESYNC: (1.6-1.7); FILE MERGED 2007/11/12 16:08:09 is 1.6.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:56 is 1.6.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d7a8e214292ed446535fe0d785c5c5caec1f255a]

        INTEGRATION: CWS native110 (1.1.2); FILE ADDED 2007/11/12 16:08:08 is 1.1.2.2: #i82248# module.pl into source directory 2007/10/04 11:10:59 is 1.1.2.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a30c86603793a247832f581f8b030b382648f5d2]

        INTEGRATION: CWS native110 (1.74.6); FILE MERGED 2007/11/28 15:14:44 is 1.74.6.4: RESYNC: (1.75-1.79); FILE MERGED 2007/11/12 16:08:08 is 1.74.6.3: #i82248# module.pl into source directory 2007/10/24 12:57:55 is 1.74.6.2: RESYNC: (1.74-1.75); FILE MERGED 2007/10/04 11:04:56 is 1.74.6.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [7c10f337fa7181474d01effcf1eba7cc91017d2b]

        INTEGRATION: CWS native110 (1.57.48); FILE MERGED 2007/11/28 15:14:41 is 1.57.48.2: RESYNC: (1.57-1.58); FILE MERGED 2007/10/04 11:04:56 is 1.57.48.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [393019b07d5951680738764ae2f9e3195518d529]

        INTEGRATION: CWS native110 (1.14.14); FILE MERGED 2007/11/12 16:06:56 is 1.14.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:55 is 1.14.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [90322a9bdb2bebdd5aff0140b22336c3ff0dde07]

        INTEGRATION: CWS native110 (1.14.14); FILE MERGED 2007/11/12 16:08:08 is 1.14.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:54 is 1.14.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1d0c70b0b1f71482d648fdd92f1001f1c4feaa84]

        INTEGRATION: CWS native110 (1.13.14); FILE MERGED 2007/11/12 16:06:56 is 1.13.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:53 is 1.13.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1228860bfa6d9a349bffdabd37ffe30248a37a9c]

        INTEGRATION: CWS native110 (1.16.14); FILE MERGED 2007/12/06 17:13:28 is 1.16.14.3: #i82248# file test should not be committed 2007/11/12 16:06:56 is 1.16.14.2: #i82248# module.pl into source directory 2007/10/04 11:04:53 is 1.16.14.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [04044e4a83e38fac559dade0a5dbaf282cbf8e7c]

        INTEGRATION: CWS native110 (1.24.6); FILE MERGED 2007/11/12 16:05:18 is 1.24.6.1: #i82248# module.pl into source directory

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [90a81dec9dcebd325bf4406c3e9f0012052a8f7b]

        INTEGRATION: CWS native110 (1.10.240); FILE MERGED 2007/11/12 16:02:42 is 1.10.240.2: #i82248# module.pl into source directory 2007/10/04 11:04:53 is 1.10.240.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6b75cfd599a5063244d01ae7f198436521284931]

        INTEGRATION: CWS native110 (1.7.308); FILE MERGED 2007/10/04 11:04:47 is 1.7.308.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [66dd19333f3bbc38fa2a3a3e2838a3a355fa69c1]

        INTEGRATION: CWS native110 (1.2.2); FILE MERGED 2007/11/27 15:13:56 is 1.2.2.2: #i82248# language files in language packages 2007/10/04 11:14:29 is 1.2.2.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [56479b2b236c559eddba79d4acb57eb228b2d0c3]

        INTEGRATION: CWS native110 (1.15.26); FILE MERGED 2007/10/04 11:21:16 is 1.15.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [492dd4cc39210c89e12b541b6972bfebedb45495]

        INTEGRATION: CWS native110 (1.19.26); FILE MERGED 2007/10/04 11:21:16 is 1.19.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [0bb023d3ba1cf987c33e9e3189d70c82a0038c8f]

        INTEGRATION: CWS native110 (1.5.10); FILE MERGED 2007/10/04 11:21:16 is 1.5.10.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3981df27b739542fd6259a78aa2ef1807d852400]

        INTEGRATION: CWS native110 (1.54.26); FILE MERGED 2007/11/28 14:09:16 is 1.54.26.3: #i82248# cnp sdk for new package structure 2007/10/24 12:57:18 is 1.54.26.2: RESYNC: (1.54-1.56); FILE MERGED 2007/10/04 11:21:16 is 1.54.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d43666b86fb07a2aa5c1e10c48aed24d75a8b3db]

        INTEGRATION: CWS native110 (1.33.36); FILE MERGED 2007/11/28 15:13:58 is 1.33.36.2: RESYNC: (1.33-1.34); FILE MERGED 2007/10/04 11:21:16 is 1.33.36.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [16eaa33558398f2c5ee81276666797ee8714b6ad]

        INTEGRATION: CWS native110 (1.38.10); FILE MERGED 2007/11/14 09:24:04 is 1.38.10.3: #i82248# language template modules 2007/10/24 12:57:12 is 1.38.10.2: RESYNC: (1.38-1.39); FILE MERGED 2007/10/04 11:21:16 is 1.38.10.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [48f6c4279254f3ed21f57158882a09fbaf6cfc64]

        INTEGRATION: CWS native110 (1.10.774); FILE MERGED 2007/11/27 15:17:38 is 1.10.774.1: #i82248# language files in language packages

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [5f5b9e922a5ebebe618baf1398da598b7e046af9]

        INTEGRATION: CWS native110 (1.5.774); FILE MERGED 2007/11/27 15:17:38 is 1.5.774.1: #i82248# language files in language packages

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [19fee30201369f192150d8357403f5a019458ad8]

        INTEGRATION: CWS native110 (1.13.26); FILE MERGED 2007/12/03 15:50:43 is 1.13.26.3: #i82248# creation of language modules 2007/11/02 15:04:56 is 1.13.26.2: #i82248# language pack names 2007/10/04 11:21:16 is 1.13.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [0e76729a1ff38f724295b6ae802fa7150b23a79d]

        INTEGRATION: CWS native110 (1.11.26); FILE MERGED 2007/10/24 12:57:05 is 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/04 11:21:16 is 1.11.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e02542bf6e1a9694ea38a7491fd6fe193de4bfcb]

        INTEGRATION: CWS native110 (1.13.26); FILE MERGED 2007/10/04 11:21:16 is 1.13.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [2ba891b54eb720fbe007427997629cbc1a54bfdc]

        INTEGRATION: CWS native110 (1.26.368); FILE MERGED 2007/11/28 14:09:16 is 1.26.368.2: #i82248# cnp sdk for new package structure 2007/10/04 11:21:16 is 1.26.368.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3df4816396d450e413af93dcb1ee67d23e342b9e]

        INTEGRATION: CWS native110 (1.74.4); FILE MERGED 2007/11/28 15:13:46 is 1.74.4.5: RESYNC: (1.76-1.77); FILE MERGED 2007/11/28 14:09:15 is 1.74.4.4: #i82248# cnp sdk for new package structure 2007/11/14 09:24:04 is 1.74.4.3: #i82248# language template modules 2007/10/24 12:57:02 is 1.74.4.2: RESYNC: (1.74-1.76); FILE MERGED 2007/10/04 11:21:15 is 1.74.4.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1636982e53278ba08016f490cec392758eb8a54c]

        INTEGRATION: CWS native110 (1.6.774); FILE MERGED 2007/10/04 11:21:15 is 1.6.774.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [2daf7dbefbfc10dbadbca80150791625fdb3bc53]

        INTEGRATION: CWS native110 (1.32.36); FILE MERGED 2007/11/28 15:13:39 is 1.32.36.2: RESYNC: (1.32-1.33); FILE MERGED 2007/10/04 11:21:15 is 1.32.36.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9ee0e5f2c4752ace82e240511d7848d92178ee06]

        INTEGRATION: CWS native110 (1.34.26); FILE MERGED 2007/10/04 11:21:15 is 1.34.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f9ad161f71ef8fa4a5dae04f32859ce5c1868b27]

        INTEGRATION: CWS native110 (1.93.26); FILE MERGED 2007/11/28 15:13:36 is 1.93.26.6: RESYNC: (1.94-1.95); FILE MERGED 2007/11/28 14:07:52 is 1.93.26.5: #i82248# cnp sdk for new package structure 2007/11/27 15:17:11 is 1.93.26.4: #i82248# language files in language packages 2007/11/02 15:04:56 is 1.93.26.3: #i82248# language pack names 2007/10/24 12:56:58 is 1.93.26.2: RESYNC: (1.93-1.94); FILE MERGED 2007/10/04 11:21:15 is 1.93.26.1: #i82251# repackaging, part 3

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [371ea4320c8289cc246538101ca1e71fc6bdd46f]

        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>  [db95da6addad0d53b6a8c7475c8f8089da98e628]

        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>  [655c9f40aaf7a08504a15a749495dc42f7fa0a68]

        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>  [49a29d3f8d52edcabf19dac9dbb1b9e4bf2885f1]

        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>  [244d216efc060566a67970c6d5931e4275e29a2c]

        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>  [220a15f4f4c91182a2ffaa6c423f056bfa23526b]

        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>  [b641ed9bec885fce03c5314b319193c287c90daf]

        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>  [40bccffd8536f61177f6e3fc26c14460d2b9ff5a]

        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>  [6bb32594f7d89ca43c42d08dfa8633bc6fed6554]

        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>  [3b5a451864558cc75ee9584bc65a17824e39ba4a]

        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>  [0e291dbb32a8f15026d3e8a09620cda3e132cffb]

        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>  [5b6e84872ee2f03b1ed320e27b4f6d9691c54a48]

        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>  [0be2eabe8dbc40438328e874abf09361bf839723]

        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>  [38a8dfb8f61eb2f1f896396eea3cfb8579d65bc0]

        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>  [cf970f7fc48b44a87f442aef5ee82ceb296651f2]

        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>  [3007fcc1ad5bbbb577bd2c59a9d51448efaa7e0f]

        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>  [8eb047db3a61f62133dc939ef420178311d95144]

        INTEGRATION: CWS fwk77 (1.131.64); FILE MERGED 2007/12/03 05:14:09 pb 1.131.64.2: RESYNC: (1.131-1.132); FILE MERGED 2007/10/22 14:39:06 cd 1.131.64.1: #i82381# Use new property to implement full screen mode correctly

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4dea1be228b47f03e3945ffb4a814fddff905036]

        INTEGRATION: CWS fwk77 (1.29.64); FILE MERGED 2007/11/26 07:34:09 cd 1.29.64.1: #i72025# Make listener a friend of the workwin class

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [8ccc7c15318d1c138dd64ade039d472105a7ff36]

        INTEGRATION: CWS fwk77 (1.35.64); FILE MERGED 2007/12/03 05:14:06 pb 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/30 09:56:13 mav 1.35.64.1: #i83819# set the current Generator only after Save or SaveAs

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f85edfcb01908bf758c7cc9f2ac5f16d4f1aee22]

        INTEGRATION: CWS fwk77 (1.195.64); FILE MERGED 2007/12/03 05:14:02 pb 1.195.64.2: RESYNC: (1.195-1.198); FILE MERGED 2007/11/30 09:56:13 mav 1.195.64.1: #i83819# set the current Generator only after Save or SaveAs

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [697ed2fc8c809583318320b16387138bf1bece0c]

        INTEGRATION: CWS fwk77 (1.21.72); FILE MERGED 2007/11/27 11:32:29 pb 1.21.72.1: fix: #i82498# Put/QueryValue(): full support of all members

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1cdea9450b12fd5766cd45f9483212b4372c6cca]

        INTEGRATION: CWS fwk77 (1.72.64); FILE MERGED 2007/10/30 08:04:50 cd 1.72.64.1: #i72025# Use initial lock count from layout manager to be sure that the workwin lock count is in sync

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1350f46e51018f77c545c51d3f3ac1611466922a]

        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>  [f3a85784a560bec945ab4e731ecb7719e2edfa8f]

        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>  [6d3c4980bc9d9ab73106b78ec02a52afb6f481a1]

        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>  [6065ed7af9089043ad4864469ac5041af138cb29]

        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>  [03530f3e0e09f13bc05d764db300df3c6735b0d3]

        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>  [b5db9b865ad1ef45831233b33f670ace623209ce]

        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>  [7e684e92e0d9cf964f9c424964c9ed14d94e15d5]

        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>  [36456a39f1421238d7df4fb51bb21831041b8aa1]

        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>  [54b9f7e7b87ee70ac9a41d4f85e837deb17ee204]

        INTEGRATION: CWS fwk77 (1.14.10); FILE MERGED 2007/10/18 12:35:50 mav 1.14.10.2: #i81435# SequenceOutputStream service 2007/10/18 11:24:09 mav 1.14.10.1: #i47532# TempFile service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [7c1be417ba75c5e22a53642bb7fbcccb2aec2e67]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/19 07:21:14 mav 1.1.2.2: #i47532# fix typo 2007/10/18 11:23:46 mav 1.1.2.1: #i47532# TempFile service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [fbf1b5e4cc400767efd2dfd975c61baf4b2cc2f9]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:35:30 mav 1.1.2.1: #i81435# SequenceOutputStream service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f722c2d66668c54c2d0b6839401ffaeb242ae541]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 11:23:37 mav 1.1.2.1: #i47532# TempFile service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [47f1a16ecce1e35d76c5886a172e45324a2e0df0]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:35:20 mav 1.1.2.1: #i81435# SequenceOutputStream service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [2d684d82cdbb596104742c97e9e63bdb670cc05b]

        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>  [64bfbe5800b0a5ae89d60d159cb4829a39a7ddc3]

        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>  [e9ae443653c0f55b64835713968cd6de789c5d2c]

        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>  [ef85edaa24e4497f2d309f7cd48f1bdda21496ea]

        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>  [4603445352e9ee34d564468eca0fa2fe3374b87b]

        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>  [882a0258be933f8db8d04409590af206fe921264]

        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>  [25d5773f8ca0e9f62268f0970e62e0cd08631ac2]

        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>  [33676699257805aeb381dace9fb4fdd107125fcb]

        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>  [5ac0c87a529fcfd3217dbff398e74e38a3be8275]

        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>  [a2b3e46329f8e326db7f5a2f9e6a35e2539b3d0f]

        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>  [12e646c1f657c6f3652041c4482bbafb5f67b742]

        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>  [85b940c17b204071c5d2f29f6d658c94784dc343]

        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>  [7343601fa2d35f81a012fdb0c6659655e2bb9771]

        INTEGRATION: CWS fwk77 (1.13.92); FILE MERGED 2007/10/30 07:45:11 cd 1.13.92.1: #i83012# Fix warnings for 64bit

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [7db279fd63db7139efed55c9f2c187c539ba7c00]

        INTEGRATION: CWS fwk77 (1.10.92); FILE MERGED 2007/10/30 07:45:11 cd 1.10.92.1: #i83012# Fix warnings for 64bit

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [c71cdad4d8b36be0f7bc15942f8e060846d01f57]

        INTEGRATION: CWS fwk77 (1.6.172); FILE MERGED 2007/10/30 07:45:11 cd 1.6.172.1: #i83012# Fix warnings for 64bit

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [28aca134ab345e4cef425c63bcfa35c0949e1b4b]

        INTEGRATION: CWS fwk77 (1.11.92); FILE MERGED 2007/10/30 07:45:11 cd 1.11.92.1: #i83012# Fix warnings for 64bit

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9a0f5f5a694112028553c503eaa8046d1a3660de]

        INTEGRATION: CWS fwk77 (1.7.172); FILE MERGED 2007/10/30 07:45:11 cd 1.7.172.1: #i83012# Fix warnings for 64bit

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [8396631b0d73a72bf4b33620de3e553428724195]

        INTEGRATION: CWS fwk77 (1.35.32); FILE MERGED 2007/12/03 05:13:04 pb 1.35.32.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/07 15:25:42 cd 1.35.32.1: #i83012# Fixed 64bit Linux WaE

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a75c1c5a09f00ef5fa31639ecf29545fa740c2ba]

        INTEGRATION: CWS fwk77 (1.5.44); FILE MERGED 2007/11/07 15:04:30 cd 1.5.44.1: #i83012# Fixed 64bit Linux WaE

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [96a72cc7e3f0b8c9cfce6563a2407d7f1a521227]

        INTEGRATION: CWS fwk77 (1.12.178); FILE MERGED 2007/11/07 15:04:30 cd 1.12.178.1: #i83012# Fixed 64bit Linux WaE

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [30b86a4c7742c68ff5a135f5a81e5be721808aeb]

        INTEGRATION: CWS fwk77 (1.67.34); FILE MERGED 2007/11/19 15:19:08 cd 1.67.34.3: #i83725# Don't use reference without any check 2007/10/30 07:49:59 cd 1.67.34.2: #i83012# Fix warnings for 64bit 2007/10/22 13:55:54 cd 1.67.34.1: #i82381# Added new special property to hide/show current UI for layout manager

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4ea93da2c0069c00c72e344731e01727b6f1bcbd]

        INTEGRATION: CWS mingwport09 (1.13.38); FILE MERGED 2007/12/11 12:16:17 vg 1.13.38.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ab58e397b69e22cdec13f959dce6c67e4320132f]

        INTEGRATION: CWS mingwport09 (1.2.46); FILE MERGED 2007/12/11 12:16:17 vg 1.2.46.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [437611e28b9cb5ffd0d5ae75f85ba0f2d1a0796f]

        INTEGRATION: CWS mingwport09 (1.74.46); FILE MERGED 2007/12/11 12:16:16 vg 1.74.46.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9ddb09716b0c1cfd58afda5839bc39522c164594]

        INTEGRATION: CWS mingwport09 (1.47.8); FILE MERGED 2007/12/11 12:10:09 vg 1.47.8.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ec5d2dee70efb41c1613e22152da70a59f7b0485]

        INTEGRATION: CWS fwk77 (1.31.80); FILE MERGED 2007/10/22 13:55:54 cd 1.31.80.1: #i82381# Added new special property to hide/show current UI for layout manager

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [200028358d8d10a756ddd1228f2a6decf9c0fb8d]

        INTEGRATION: CWS fwk77 (1.13.178); FILE MERGED 2007/11/07 15:03:59 cd 1.13.178.2: #i82381# Add new property for layout manager 2007/10/22 13:55:54 cd 1.13.178.1: #i82381# Added new special property to hide/show current UI for layout manager

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f4ff6246379293095df9b484e8f39d4390069105]

        INTEGRATION: CWS mingwport09 (1.33.10); FILE MERGED 2007/12/11 12:10:08 vg 1.33.10.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [c8efb2822e32aadd6b371fae69484a1e070dd523]

        INTEGRATION: CWS fwk77 (1.48.28); FILE MERGED 2007/12/03 05:12:03 pb 1.48.28.2: RESYNC: (1.48-1.50); FILE MERGED 2007/11/24 09:00:40 pb 1.48.28.1: fix: #i83903# more ooo-node-names

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3003a91d2c7f092987fdc47261d8f459721d9082]

        INTEGRATION: CWS mingwport09 (1.4.10); FILE MERGED 2007/12/11 12:28:05 vg 1.4.10.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [fd065aee0b55cc2c1c006fde60ae239cb490e3af]

        INTEGRATION: CWS mingwport09 (1.5.10); FILE MERGED 2007/12/11 12:17:32 vg 1.5.10.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a435ff4e2b806db580c9d26d26464546246c1e9a]

        INTEGRATION: CWS mingwport09 (1.19.2); FILE MERGED 2007/12/11 12:08:21 vg 1.19.2.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [64a9253e9ff89ef346d2cb6eb0e13ca4dcb19508]

        INTEGRATION: CWS mingwport09 (1.1.4); FILE ADDED 2007/12/11 12:37:33 vg 1.1.4.2: #i83133# catch-up fixes for MinGW port 2007/11/30 15:39:01 vg 1.1.4.1: file opensslmingw.patch was added on branch cws_src680_mingwport09 on 2007-12-11 12:37:32 +0000

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a151d5d46a8bf7de5d78492add9f94eb61e827b2]

        INTEGRATION: CWS mingwport09 (1.21.4); FILE MERGED 2007/12/11 12:37:32 vg 1.21.4.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [0eddf141e57469de2dcd74a68b232dc047cd9ecb]

        INTEGRATION: CWS mingwport09 (1.42.8); FILE MERGED 2007/12/13 10:00:08 vg 1.42.8.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [60c2793701b6976df25396b8ee17ecbbe782bcfb]

        INTEGRATION: CWS mingwport09 (1.15.54); FILE MERGED 2007/12/13 12:03:01 vg 1.15.54.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [472b10afb57353cb4eb4c2eff0a347b7ede54329]

        INTEGRATION: CWS mingwport09 (1.34.86); FILE MERGED 2007/12/13 12:03:01 vg 1.34.86.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3f9061411ac64a3ea25d133436e9f03f0512d641]

        INTEGRATION: CWS mingwport09 (1.5.94); FILE MERGED 2007/12/13 12:03:01 vg 1.5.94.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d24218f13913b0f9562453b8f92da4169c9f6b0f]

        INTEGRATION: CWS fwk77 (1.15.194); FILE MERGED 2007/10/18 11:54:16 mav 1.15.194.1: #i75848# OLESimpleStorage service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [06a27df4dd84b650afda138ebaf1f8ca3bf48f76]

        INTEGRATION: CWS mingwport09 (1.79.186); FILE MERGED 2007/12/13 12:03:01 vg 1.79.186.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9648b8071c1d0985560c6efe14b1b0c671f790f3]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/10/18 12:11:23 mav 1.1.2.2: #i75848# update the doc 2007/10/18 11:53:59 mav 1.1.2.1: #i75848# OLESimpleStorage service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [a9d99c8f42c5ca0eacc2c44499692481f9efa1b4]

        INTEGRATION: CWS mingwport09 (1.44.56); FILE MERGED 2007/12/11 11:30:15 vg 1.44.56.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [714a6ed1fbe6f599b9659353290f807a5c6b2d97]

        INTEGRATION: CWS fwk77 (1.1.2); FILE ADDED 2007/11/24 10:08:27 pb 1.1.2.3: fix: #i75848# syntax fixed 2007/10/18 12:11:23 mav 1.1.2.2: #i75848# update the doc 2007/10/18 11:53:50 mav 1.1.2.1: #i75848# OLESimpleStorage service

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b13ea2c9149458ce5eef38b980f05953ef29dd8a]

        INTEGRATION: CWS mingwport09 (1.91.54); FILE MERGED 2007/12/13 12:03:01 vg 1.91.54.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b7730c6cee674afec007612e78a27223aeed49d5]

        INTEGRATION: CWS mingwport09 (1.43.56); FILE MERGED 2007/12/11 11:30:15 vg 1.43.56.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f05df4f6dd25cee74e1d2f70ba4ed7de2ad801c3]

        INTEGRATION: CWS mingwport09 (1.3.264); FILE MERGED 2007/12/11 11:30:15 vg 1.3.264.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [981f21e6734d7af29e73fdcd3cda43248ab06f6f]

        INTEGRATION: CWS mingwport09 (1.124.40); FILE MERGED 2007/12/11 11:30:14 vg 1.124.40.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [067923b78c9ac04455b923b1879670266790983a]

        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>  [cc03782536448f28bf91f2b08fb7c80a6e210f74]

        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>  [97cf9e3d20cbd197a7b4ed7a39ae73dd9468563e]

        INTEGRATION: CWS mingwport09 (1.10.6); FILE MERGED 2007/12/11 12:15:49 vg 1.10.6.1: #i83133# catch-up fixes for MinGW port

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d9023bae45bd86ded84d4846ecdbbbad34b74868]

        INTEGRATION: CWS fwk77 (1.26.82); FILE MERGED 2007/12/04 10:07:51 mav 1.26.82.2: #i83819# the xInfoProp could be empty in case of chart 2007/11/30 11:19:27 mav 1.26.82.1: #i83819# set the current Generator only after Save or SaveAs

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f2cdc5f38746cd91ce621f6a4cceeb8a3912c94a]

        INTEGRATION: CWS fwk77 (1.23.82); FILE MERGED 2007/11/30 11:19:27 mav 1.23.82.1: #i83819# set the current Generator only after Save or SaveAs

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [82f437f32576de2ee0fb1c185054a7d38df6073a]

        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>  [40266b80843dc952743b7a767b575dd952bd467b]

        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>  [f4494a73711e0a37b04cd0ba743b8638be7146f9]

        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>  [79da0b0a75ebf6f986a4e7d092d8e077a65865a1]

        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>  [1dfd995c217d46a3b8afa1ae3adcaa8a925294c9]

        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>  [aa1ed40ff1fdecd578d7f62f95bc1c8bd695e49b]

        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>  [35ff9c7f16ac2e57265e3be8a79cc7b8901f28f4]

        INTEGRATION: CWS hunspell2 (1.9.28); FILE MERGED 2007/09/19 23:45:11 nemeth 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/22 12:03:53 nemeth 1.9.28.1: Issue number: i71449 i68903 i68296 i42504 i66683 i70408 Submitted by: nemeth Reviewed by: nemeth Add Hunspell 1.1.5 version, fix most of the Windows comp. warnings, restore old (but better) hyphenation pattern converter substrings.pl

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6ce7df3d7e56219e8b33eb485e9d71921d150b7c]

        INTEGRATION: CWS hunspell2 (1.1.2); FILE ADDED 2007/09/20 10:17:43 nemeth 1.1.2.1: #i79351# Author: nemeth Submitted by: nemeth Reviewed by: nemeth This patch update the CWS to the stable Hunspell 1.1.12. Also fix the hyphenation bug reported in Hunspell Bugzilla (https://sourceforge.net/tracker/?func=detail&atid=756395&aid=1772381&group_id=143754)

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6468c86951eea6d280242654b44cbb740e1acd72]

        INTEGRATION: CWS hunspell2 (1.5.22); FILE MERGED 2007/03/22 12:03:49 nemeth 1.5.22.1: Issue number: i71449 i68903 i68296 i42504 i66683 i70408 Submitted by: nemeth Reviewed by: nemeth Add Hunspell 1.1.5 version, fix most of the Windows comp. warnings, restore old (but better) hyphenation pattern converter substrings.pl

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [905e7b77f902a8ff39581a6e1bd04683218bdd86]

        INTEGRATION: CWS hunspell2 (1.20.22); FILE MERGED 2007/03/22 12:03:49 nemeth 1.20.22.1: Issue number: i71449 i68903 i68296 i42504 i66683 i70408 Submitted by: nemeth Reviewed by: nemeth Add Hunspell 1.1.5 version, fix most of the Windows comp. warnings, restore old (but better) hyphenation pattern converter substrings.pl

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3a7b80a4f43087f3c2ea3dbf50482d44c6941b43]

        INTEGRATION: CWS kendy19 (1.8.334); FILE MERGED 2007/12/13 15:39:05 kendy 1.8.334.1: #i81534# OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER() is defined as empty, causes warning gcc 4.2.1.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e650d1fc364c1248109a56fbb5390d22db82a0ec]

        #i10000# .INCLUDE antsettings.mk added

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [46c6f7077697b9b2e35d2fc002dd149780598bf3]

        INTEGRATION: CWS rhino15r5 (1.3.40); FILE MERGED 2007/11/30 16:59:13 cmc 1.3.40.1: #i84133# move to final rhino 1.5 release

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d53a35dac3112ce04f2bd3a4ec3a563c5777c034]

        INTEGRATION: CWS rhino15r5 (1.1.2); FILE ADDED 2007/11/30 17:03:49 cmc 1.1.2.1: #i84133# move to final rhino 1.5 release

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [82ffc3b090a02c00c39ffbca06503e281cf229de]

        INTEGRATION: CWS rhino15r5 (1.1.2); FILE ADDED 2007/11/30 16:59:13 cmc 1.1.2.1: #i84133# move to final rhino 1.5 release

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f15f8668dcdf051afd85c1c8ef43263f3113273a]

        INTEGRATION: CWS rhino15r5 (1.7.28); FILE MERGED 2007/11/30 16:59:12 cmc 1.7.28.1: #i84133# move to final rhino 1.5 release

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [c00a814a75f9985559d4b5b043de1ac09d57f3de]

        INTEGRATION: CWS rhino15r5 (1.3.40); FILE MERGED 2007/11/30 17:02:02 cmc 1.3.40.1: #i84133# update README

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [53ed4425fc756d2554524e28cdee2b50c8d9aca8]

        INTEGRATION: CWS mba24issues01 (1.14.194); FILE MERGED 2007/12/13 18:02:08 mba 1.14.194.2: RESYNC: (1.14-1.16); FILE MERGED 2007/11/01 10:29:08 mba 1.14.194.1: #i82726#: remove LateInitTimer

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [39a2a2d2436db4396e38bc719bdaa58333345645]

        INTEGRATION: CWS mba24issues01 (1.36.22); FILE MERGED 2007/12/15 13:18:17 mba 1.36.22.1: #i81588#: typo prevented reading of document language

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [310e0062191c48391cdc61f0e95a8b01c4502f70]

        INTEGRATION: CWS mba24issues01 (1.54.102); FILE MERGED 2007/11/01 11:08:31 mba 1.54.102.1: #i80511#: german string removed

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [73e4b71dc929c7b5c3f0859ab8a6da3ecf284c1b]

        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>  [5f4f3ef749e46c52da204e08998eab9ae6dcbe20]

        INTEGRATION: CWS mba24issues01 (1.33.98); FILE MERGED 2007/11/01 10:29:07 mba 1.33.98.1: #i82726#: remove LateInitTimer

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [87ea6c94122b732b7fb8504551f68af666d8a7a6]

        INTEGRATION: CWS mba24issues01 (1.61.14); FILE MERGED 2007/12/13 18:01:54 mba 1.61.14.2: RESYNC: (1.61-1.63); FILE MERGED 2007/11/01 10:29:07 mba 1.61.14.1: #i82726#: remove LateInitTimer

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9d0afbd3047eebc019666d70acbfbddce8709bb8]

        INTEGRATION: CWS mba24issues01 (1.25.26); FILE MERGED 2007/12/13 18:01:51 mba 1.25.26.2: RESYNC: (1.25-1.27); FILE MERGED 2007/11/01 10:29:07 mba 1.25.26.1: #i82726#: remove LateInitTimer

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [324248fe8ce086ba76da2d95f719b988c96d4649]

        INTEGRATION: CWS mba24issues01 (1.2.168); FILE MERGED 2007/11/01 10:29:07 mba 1.2.168.1: #i82726#: remove LateInitTimer

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9cff81859ce1e74c9fa81fc10ad02fc99de8e083]

        INTEGRATION: CWS beppec56pdffix01 (1.60.8); FILE MERGED 2007/12/08 16:42:08 beppec56 1.60.8.1: 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

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9d63cd396d51932e0476d974295b4d655296cbd0]

        INTEGRATION: CWS beppec56pdffix01 (1.27.8); FILE MERGED 2007/12/06 17:37:13 beppec56 1.27.8.1: Issue number: #i84274# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: this fixes a bug on PDF/A-1 export UI functionality

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [251ec25aa4f7965d4e61ad85833947de3489d7f2]

        INTEGRATION: CWS mba24issues01 (1.31.152); FILE MERGED 2007/12/15 00:01:18 mba 1.31.152.2: #i68639#: detect default locale for rtf as Windows would do it 2007/11/01 09:22:38 mba 1.31.152.1: #i68639#: fall back to sytem encoding in case rtf does not specify encoding/charset

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3ae12f77af3c17e6ca77ceb3ccb8e376400988c3]

        INTEGRATION: CWS obo19 (1.11.16); FILE MERGED 2007/11/29 10:42:17 obo 1.11.16.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [5a14811d30438021bfd489791049e8df72b50eaa]

        INTEGRATION: CWS mba24issues01 (1.66.162); FILE MERGED 2007/12/13 17:58:48 mba 1.66.162.2: RESYNC: (1.66-1.67); FILE MERGED 2007/11/01 09:42:15 mba 1.66.162.1: #i679481#: enable word count for read only documents

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ea5ed93deb2964ce574ea360fd975dce7d9cc5e6]

        INTEGRATION: CWS obo19 (1.4.2); FILE MERGED 2007/11/27 12:59:04 obo 1.4.2.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4bc3793044622fe3b9811b849e7e25a5dc843505]

        INTEGRATION: CWS obo19 (1.6.2); FILE MERGED 2007/11/27 12:59:04 obo 1.6.2.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [8a9351ac8515bdb39a1b5d4dc7acf14573921f19]

        INTEGRATION: CWS obo19 (1.22.12); FILE MERGED 2007/11/29 11:01:47 obo 1.22.12.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e66942508ed00e57af626c103d28168eb1866d6c]

        INTEGRATION: CWS obo19 (1.79.18); FILE MERGED 2007/11/29 11:01:04 obo 1.79.18.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6b084a187b8103a73d745ad3a0d302ac731c5f32]

        INTEGRATION: CWS obo19 (1.68.42); FILE MERGED 2007/11/29 11:37:17 obo 1.68.42.2: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger (NO_HIDS added) 2007/11/29 10:59:00 obo 1.68.42.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [67d5edd59420e5118e84dd96b13fcec760168249]

        INTEGRATION: CWS obo19 (1.6.880); FILE MERGED 2007/11/29 10:16:27 obo 1.6.880.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [03347d30703e07b870dcb5ba05fff6c5871de6fd]

        INTEGRATION: CWS obo19 (1.37.12); FILE MERGED 2007/11/26 14:40:13 obo 1.37.12.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [43a0654ec5d6391971efcc75a099316ac504db51]

        INTEGRATION: CWS obo19 (1.2.34); FILE MERGED 2007/11/28 14:51:56 obo 1.2.34.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [db50004b429a8557b452ed68a979bb2596826ea9]

        INTEGRATION: CWS obo19 (1.17.14); FILE MERGED 2007/11/26 15:27:01 obo 1.17.14.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1a0f8e1b63be85c71392b11b1403dcab1e5e5bc7]

        INTEGRATION: CWS mba24issues01 (1.26.54); FILE MERGED 2007/12/15 13:18:49 mba 1.26.54.1: #i81588#: use DocInfo for document language

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [4313a28c32b3cefedf3ede26ee9bc3bac725770c]

        INTEGRATION: CWS mba24issues01 (1.23.54); FILE MERGED 2007/12/15 13:18:48 mba 1.23.54.1: #i81588#: use DocInfo for document language

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f839b904084e38258e584551af8d631f25e60b77]

        INTEGRATION: CWS obo19 (1.42.6); FILE MERGED 2007/11/26 14:39:43 obo 1.42.6.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e7c755ea3490c388d5fea93c144e64ed6576a36c]

        INTEGRATION: CWS obo19 (1.4.6); FILE MERGED 2007/11/26 15:38:41 obo 1.4.6.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [83cdeb50968b1e00fae46a6bd29b328e0c5f38d6]

        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>  [11cf5b2fd499121e7eed2d8bb4c3e4caeced404b]

        INTEGRATION: CWS obo19 (1.15.2); FILE MERGED 2007/11/30 08:54:11 obo 1.15.2.1: #i83979# EXTRA_CFLAGS added

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [8f39d30a48209b54731abc526c2f079f72177883]

        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>  [fd4ecd8b35c40f5c4afc5cdc9d96bff5aa8ff132]

        INTEGRATION: CWS obo19 (1.15.4); FILE MERGED 2007/11/27 14:52:42 obo 1.15.4.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [e7ade5d405f3f6a057619ed8e3ba3336f4e5aa05]

        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  Oliver Bolte  <obo@openoffice.org>  [0d5f149f5d93144c35f5b548a87cad94cb3b91ca]

        INTEGRATION: CWS obo19 (1.15.8); FILE MERGED 2007/11/27 14:52:31 obo 1.15.8.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d6e696727fa3b7a8c0bf65b85a939d65372843b4]

        INTEGRATION: CWS obo19 (1.10.2); FILE MERGED 2007/11/29 10:48:33 obo 1.10.2.1: #i83979# MacOSX: Build environment adjustments for Leopard/Tiger

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [aa3b8d2623d36a6c98726ce5bfa6a3252046cf47]

        INTEGRATION: CWS mba24issues01 (1.6.86); FILE MERGED 2007/11/01 11:06:58 mba 1.6.86.1: #i68487#: nPage was used unititialized in case of broken documents

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [cf64b44ac60d2c747955aba807729e261c7a05d9]

        INTEGRATION: CWS mba24issues01 (1.9.8); FILE MERGED 2007/11/01 11:03:56 mba 1.9.8.1: #i81125#: warning removed

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [08ca381cd60579a5e89b2f2a33740b57de2a080c]

        INTEGRATION: CWS ucbfixes04 (1.19.28); FILE MERGED 2007/12/05 15:30:16 kso 1.19.28.1: #i81743# - Special handling for redirected HTTP contents.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1cb73f343e79da987db5ab8b4b8c819c7cc3ab8a]

        INTEGRATION: CWS ucbfixes04 (1.11.138); FILE MERGED 2007/12/06 15:33:29 kso 1.11.138.1: #81459# - Removed useless openStream() call from create_ucb_content(). Issue number: Submitted by: Reviewed by:

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d48d54dcab9575bf9d1f40b2ed86e059dfadbd61]

        INTEGRATION: CWS ucbfixes04 (1.26.84); FILE MERGED 2007/12/05 15:32:20 kso 1.26.84.1: #i81743# - Supply title to transferContent() function to avoid problems            with redirected HTTP data sources. Issue number: Submitted by: Reviewed by:

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [6909016fdc5ebe06780df6b62d90542c68426d37]

        INTEGRATION: CWS ucbfixes04 (1.4.112); FILE MERGED 2007/12/05 15:45:06 kso 1.4.112.2: RESYNC: (1.4-1.6); FILE MERGED 2007/12/05 15:33:04 kso 1.4.112.1: #i81743# - Supply title to transferContent() function to avoid problems            with redirected HTTP data sources. Issue number: Submitted by: Reviewed by:

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [9a364330eee7b8fb403decfc5db616398e82d2ba]

        INTEGRATION: CWS ucbfixes04 (1.109.14); FILE MERGED 2007/12/05 15:29:07 kso 1.109.14.1: #i81743# - UCB "Size" property is optional. Don't rely on it's presence.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [89364eae87092e63fa1ac441f37ee099793930fe]

        INTEGRATION: CWS ucbfixes04 (1.21.38); FILE MERGED 2007/12/06 17:20:47 kso 1.21.38.2: #i81743# - Fixed handling of resaccess copies/originals, again. 2007/12/06 15:27:01 kso 1.21.38.1: #i81743# - Fixed handling of resaccess copies/originals.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [53fc7205447b130166744006eb79199987ea799d]

        INTEGRATION: CWS ucbfixes04 (1.57.8); FILE MERGED 2007/12/06 17:20:47 kso 1.57.8.3: #i81743# - Fixed handling of resaccess copies/originals, again. 2007/12/06 15:27:01 kso 1.57.8.2: #i81743# - Fixed handling of resaccess copies/originals. 2007/12/05 15:30:17 kso 1.57.8.1: #i81743# - Special handling for redirected HTTP contents.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [1782376e10803bb6a96ac9f59318d4aa37194c5b]

        INTEGRATION: CWS ucbfixes04 (1.19.26); FILE MERGED 2007/12/05 15:30:16 kso 1.19.26.1: #i81743# - Special handling for redirected HTTP contents.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [490e1106db57d501ce4d60b063ab88ba3008cec2]

        INTEGRATION: CWS ucbfixes04 (1.17.38); FILE MERGED 2007/12/05 15:30:16 kso 1.17.38.1: #i81743# - Special handling for redirected HTTP contents.

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3d8293211ff90b0fba54f21e648c8712ad8af7c1]

        INTEGRATION: CWS ause088 (1.16.10); FILE MERGED 2007/12/13 12:05:06 hjs 1.16.10.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [35e5aa8f58b7e1144e31d5d947e68c6939fa7295]

        INTEGRATION: CWS ause088 (1.3.376); FILE MERGED 2007/12/14 12:00:52 hjs 1.3.376.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [485b36238ba84f32b657f2bcbe328e385ca34f27]

        INTEGRATION: CWS ause088 (1.2.2); FILE MERGED 2007/12/13 11:54:37 hjs 1.2.2.1: #i84529# export switches for shared objects only

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [89fc15281cbdb652c42f2d9727bca8412189a306]

        INTEGRATION: CWS ause088 (1.69.30); FILE MERGED 2007/12/18 10:01:53 hjs 1.69.30.2: #i84299# missed to set DPKG in .ini file 2007/12/14 11:05:14 hjs 1.69.30.1: #i84299# set RPM in environment (as configure already does)

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [f94b70ad6fb23bf8aec585f77baa6652f6669034]

        INTEGRATION: CWS ause088 (1.17.4); FILE MERGED 2007/12/13 12:04:47 hjs 1.17.4.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ff8269637ebef150dc9ef1fa152b102571119abb]

        INTEGRATION: CWS ause088 (1.26.52); FILE MERGED 2007/12/13 12:04:46 hjs 1.26.52.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [ea1585b3c640c75ccb2b455e195d0308c2eb073e]

        INTEGRATION: CWS ause088 (1.22.4); FILE MERGED 2007/12/13 12:04:46 hjs 1.22.4.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [7b8fa29068e4190d80ac8be1176d12d3d38ebf34]

        INTEGRATION: CWS ause088 (1.25.52); FILE MERGED 2007/12/13 12:04:46 hjs 1.25.52.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [d6a537f9144affb3045b06de743a07e204cfc9e0]

        INTEGRATION: CWS ause088 (1.14.52); FILE MERGED 2007/12/13 12:04:46 hjs 1.14.52.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [3f846d96cfddd6c6599484737f65b487d724d344]

        INTEGRATION: CWS ause088 (1.11.52); FILE MERGED 2007/12/13 12:04:45 hjs 1.11.52.1: #i84299# remove packtools.mk

2008-01-04  Oliver Bolte  <obo@openoffice.org>  [b20fca6f52ec46582793c3dc8eb4ab91444b4cb2]

        INTEGRATION: CWS ause088 (1.23.4); FILE MERGED 2007/12/13 12:04:45 hjs 1.23.4.1: #i84299# remove packtools.mk

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bd886cd5007b4ac26254b08b40d21137b4faed6]

        INTEGRATION: CWS sw8u10bf02 (1.47.94); FILE MERGED 2007/12/04 12:58:44 os 1.47.94.2: #83873# another missing cast added 2007/11/23 08:00:20 os 1.47.94.1: #i83873# type checking in use of SwClientIter added

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbb32312577456de4f985900180cfb1668c6ea2d]

        INTEGRATION: CWS sw8u10bf02 (1.57.8); FILE MERGED 2007/12/10 08:18:44 ama 1.57.8.2: RESYNC: (1.57-1.58); FILE MERGED 2007/11/23 08:23:01 ama 1.57.8.1: Fix #i81688#: Without a mark the whole word will be manipulated

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccbcf0c44db62d912e479cae548411d8893d50b6]

        INTEGRATION: CWS sw8u10bf02 (1.60.94); FILE MERGED 2007/11/29 12:26:30 os 1.60.94.1: #150999# prevent division by zero

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f682762f1cd47fc5f1d24c9aea17abdca997af3]

        INTEGRATION: CWS sw8u10bf02 (1.134.8); FILE MERGED 2007/11/26 13:42:53 ama 1.134.8.1: Fix #i83930#: Crash with objects in too complex tables

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ddd770a6ce3ac0b83b50c96f921271f68ffed8]

        INTEGRATION: CWS sw8u10bf02 (1.23.96); FILE MERGED 2007/11/22 11:41:27 ama 1.23.96.1: Fix #i83691#: Table in table problem during HTML import

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [35992b75b2070a3adaba80cba5e53bbe5434411a]

        INTEGRATION: CWS sw8u10bf02 (1.76.6); FILE MERGED 2007/11/27 15:34:00 os 1.76.6.1: #i83990# loading header/footer attributes: missing line reintroduced

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3d4b4db57cddcc945b8ba22664097de30c47fda]

        INTEGRATION: CWS sw8u10bf02 (1.37.92); FILE MERGED 2007/11/27 09:18:27 ama 1.37.92.1: Fix #i81708#: Loop caused by covered cells

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8b67aa2c2dfb25052b2d9335a6073d972d53d0f]

        INTEGRATION: CWS sw8u10bf02 (1.27.94); FILE MERGED 2007/11/28 12:28:12 ama 1.27.94.1: Fix #i83427#: ODF with extralong paragraphs

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [987e7e19389c6bd9637e13b12e742a5c4c211dcf]

        INTEGRATION: CWS sw8u10bf02 (1.13.96); FILE MERGED 2007/11/21 10:18:34 ama 1.13.96.1: Fix #i82689#: Undo of modifying numbering styles

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0fbb13aff42af1bdc4c8a24802d84cc260f6351]

        INTEGRATION: CWS sw8u10bf02 (1.36.96); FILE MERGED 2007/11/30 13:48:10 od 1.36.96.1: #i65798# method <SwFlyCntPortion::SetBase(..)> 	 - call <SwAnchoredDrawObject::MakeObjPos()> for drawing objects 	   to assure that flags at <SwDrawFrmFmt> and <SWAnchoredDrawObject> 	   are correctly set.

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af6f56bb7d4e491f1108fd0ed6a5bddaeaedff6]

        INTEGRATION: CWS sw8u10bf02 (1.100.56); FILE MERGED 2007/11/30 11:50:38 od 1.100.56.3: #i80924# added additional note 2007/11/30 11:44:44 od 1.100.56.2: #i80924# method <SwTabFrm::MakeAll()> 	 - revise previous fix: invalidate position of first lower of 	   follow table frame after successful split. 2007/11/29 13:07:58 od 1.100.56.1: #i80924# method <SwTabFrm::MakeAll()> 	 - no optimization for follow table frames - it causes strange 	   row and cell positions during the format.

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc08d0dd39b0c196f77058defb42b335e2ff1908]

        INTEGRATION: CWS sw8u10bf02 (1.63.96); FILE MERGED 2007/11/29 13:05:15 od 1.63.96.1: #i80924# method <SwFlyAtCntFrm::MakeAll()> 	 - special handling on apply "straightforward positioning process" 	   during splitting of table: Do not apply "straightforward positioning 	   process" due to moveed forward anchor, if surrounding table cell 	   has got appropriate height and position

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b66eff79cb485a4ae6d386072f002e53c5b846b]

        INTEGRATION: CWS sw8u10bf02 (1.69.96); FILE MERGED 2007/11/28 16:01:30 od 1.69.96.1: #b6614158# - method <SwCntntFrm::_WouldFit(..) 	   -- handling of new parameter <bObjsInNewUpper>: no test move of 	      next frame, if object are present in new upper 	   - method <SwCntntFrm::ShouldBwdMoved(..)> 	   -- pass new parameter value to method <SwCntntFrm::_WouldFit(..)>

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [f022886e9f5edce47c6cff7fda30cc7f3023c2bf]

        INTEGRATION: CWS sw8u10bf02 (1.23.96); FILE MERGED 2007/11/30 13:51:11 od 1.23.96.1: #i65798# method <SwAnchoredDrawObject::_SetPositioningAttr()> 	 - set for as-character anchored drawing object also the 	   corresponding flag at <SwDrawFrmFmt> instance.

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ce627187f337bb585a1dd2f59475961e5d79e54]

        INTEGRATION: CWS sw8u10bf02 (1.9.344); FILE MERGED 2007/11/28 15:58:55 od 1.9.344.1: #b6614158# method <SwCntntFrm::_WouldFit(..)> 	   - new parameter <bObjsInNewUpper>

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [90f35fdfc50e2540fe1ab05a920a4d0c4ee8ecfd]

        INTEGRATION: CWS sw8u10bf02 (1.28.8); FILE MERGED 2007/11/30 15:21:53 od 1.28.8.1: #i81653# method <SwIntrnlSectRefLink::DataChanged(..)> 	 - Update links of extern linked document or extern linked 	   document section, if section is protected.

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e9492035814fc1180f2f0ee3d532c3f7b58a26b]

        INTEGRATION: CWS sw8u10bf02 (1.38.96); FILE MERGED 2007/11/27 07:48:45 ama 1.38.96.1: Fix #i83427#: Don't exceed STRING_LEN

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [502d6b29b8770c93bd7dfc9c23b1fa3f6120112c]

        INTEGRATION: CWS sw8u10bf02 (1.68.96); FILE MERGED 2007/11/21 10:19:18 ama 1.68.96.1: Fix #i82689#: Undo of modifying numbering styles

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b4e4380177134de1bfcb4a4bd4a48f9544d2215]

        INTEGRATION: CWS sw8u10bf02 (1.36.92); FILE MERGED 2007/11/27 07:49:29 ama 1.36.92.1: Fix #i83427#: Don't exceed STRING_LEN

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [edff07f847df0b66e0d85e410508ee0fbfb21294]

        INTEGRATION: CWS sw8u10bf02 (1.54.94); FILE MERGED 2007/12/11 13:03:03 fme 1.54.94.3: #i72394# Hidden selection - consider case of complete document content hidden 2007/12/10 08:18:47 ama 1.54.94.2: RESYNC: (1.54-1.55); FILE MERGED 2007/11/27 10:04:18 fme 1.54.94.1: #i72394# Search for suitable non-hidden paragraph that can contain the cursor

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [468c7b8d3287712c6959cd531c71875f4d26bcbc]

        INTEGRATION: CWS sw8u10bf02 (1.66.92); FILE MERGED 2007/12/10 08:18:50 ama 1.66.92.2: RESYNC: (1.66-1.67); FILE MERGED 2007/11/20 10:15:19 ama 1.66.92.1: Fix #i18014#: Cursor position correction

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcc6014a32f3a467f14875848f8b953a0683f83]

        INTEGRATION: CWS sw8u10bf02 (1.21.96); FILE MERGED 2007/11/30 14:13:27 ama 1.21.96.1: Fix #i84117#: Double use of namespace

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce621dbfbb66e8e3d44544b6b0dbba8631d1dc90]

        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-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcf07db79add425935d10e6f6fbc30bd0eec8ae]

        INTEGRATION: CWS gcc430 (1.10.178); FILE MERGED 2007/12/13 10:15:27 cmc 1.10.178.1: #i84518# define only if not already defined

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [379aac7131c466b4344f19a3005d721405d41cc5]

        INTEGRATION: CWS gcc430 (1.5.428); FILE MERGED 2007/12/13 10:15:27 cmc 1.5.428.1: #i84518# define only if not already defined

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [94ed6557411c5426e7082d658cd97ab320106b01]

        INTEGRATION: CWS gcc430 (1.18.30); FILE MERGED 2007/12/13 10:21:16 cmc 1.18.30.1: #i84499# gcc 4.3.0 is better at not generated unneeded templates, and like all compilers handles each .cxx file seperately so cannot know that the template code to generate the needed methods from is in a different .cxx so we have to force that method to be generated

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7748507362b9a78f985723cc40d47833b47474e6]

        INTEGRATION: CWS gcc430 (1.3.272); FILE MERGED 2007/12/13 10:50:19 cmc 1.3.272.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffc55882b24b0bd535c4b4fd85527b070c963d2d]

        INTEGRATION: CWS gcc430 (1.4.144); FILE MERGED 2007/12/13 10:50:19 cmc 1.4.144.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2938b18c7fa21328d7c5f8b6d25a6fd40463ec1c]

        INTEGRATION: CWS gcc430 (1.6.144); FILE MERGED 2007/12/13 10:50:18 cmc 1.6.144.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e70536221b9b71d227917cbc6412ff8a697a3b10]

        INTEGRATION: CWS gcc430 (1.8.48); FILE MERGED 2007/12/13 10:50:18 cmc 1.8.48.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ea777c51647b80f32563e06e9de99c9fd74209]

        INTEGRATION: CWS gcc430 (1.4.144); FILE MERGED 2007/12/13 10:50:18 cmc 1.4.144.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e6af1be6b72904d128a2b1f4ec7648e7450fab]

        INTEGRATION: CWS gcc430 (1.6.110); FILE MERGED 2007/12/13 10:50:18 cmc 1.6.110.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef6fed7ec14b376f45a5238f60ede7b79380f01]

        INTEGRATION: CWS gcc430 (1.8.124); FILE MERGED 2007/12/13 10:50:18 cmc 1.8.124.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d12e23794c32b1995f10c36c81df8e3725298c]

        INTEGRATION: CWS gcc430 (1.10.28); FILE MERGED 2007/12/13 10:50:17 cmc 1.10.28.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8cf811c69ac4ef95df6a618e0d0d3e2b7135e65]

        INTEGRATION: CWS gcc430 (1.3.272); FILE MERGED 2007/12/13 10:50:17 cmc 1.3.272.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cd937d4f413654c0795b6841a65def89055694d]

        INTEGRATION: CWS gcc430 (1.9.34); FILE MERGED 2007/12/13 10:50:17 cmc 1.9.34.1: #i84505# fix up binfilter for gcc 4.3.0

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f077f68995d0d2db90c871bbefe6b7b02bcabf1]

        INTEGRATION: CWS gcc430 (1.2.80); FILE MERGED 2007/12/13 10:41:14 cmc 1.2.80.1: #i84499# mirror basic change into binfilter as well

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf53b6ea9772b1492277de694a403a2b3fb666d9]

        INTEGRATION: CWS adc21 (1.6.6); FILE MERGED 2007/11/26 12:33:22 np 1.6.6.1: #i77437#

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [08f5793f0c5e50fea71e416a3b391c618a2cab80]

        INTEGRATION: CWS adc21 (1.8.6); FILE MERGED 2007/11/26 12:33:22 np 1.8.6.1: #i77437#

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf482663ffbeb96482b2dec703dfc291b087604c]

        INTEGRATION: CWS adc21 (1.7.10); FILE MERGED 2007/11/26 12:32:12 np 1.7.10.1: #i83891#

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0d84fcdade901686eb4b87eccb35cfac136155e]

        INTEGRATION: CWS adc21 (1.2.6); FILE MERGED 2007/11/26 16:45:09 np 1.2.6.2: #i83969# 2007/11/26 12:32:12 np 1.2.6.1: #i83891#

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [30e66ea6c827d7eb7b93c4edef77ea674da646f2]

        INTEGRATION: CWS adc21 (1.3.6); FILE MERGED 2007/11/26 16:45:09 np 1.3.6.1: #i83969#

2008-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [13953c2497f460c02cd2e1ab5e8f0b2218553791]

        INTEGRATION: CWS adc21 (1.4.6); FILE MERGED 2007/11/26 12:32:12 np 1.4.6.1: #i83891#

2008-01-04  Rüdiger Timm  <rt@openoffice.org>  [16a059be1e1753bc890e9facfb48b1a21f777f4f]

        #i84858# Correct license header: remove SISSL.

2008-01-04  Rüdiger Timm  <rt@openoffice.org>  [681fd1cc81910ec86c29c479f06b5c2064cb7e66]

        #i84858# Correct license header: remove SISSL.

2008-01-02  Vladimir Glazounov  <vg@openoffice.org>  [feca48fbda4104c7c87bd6451646477c9af6488a]

        new version for OOH680

2007-12-21  Niklas Nebel  <nn@openoffice.org>  [e7e8939f03940806ec3941578a101de4ade15a66]

        #i8808# build on macosx

2007-12-20  Niklas Nebel  <nn@openoffice.org>  [dd98a32fd037d162b5d945f6c71811c0c1c07f82]

        #i8808# link with SOLARLIB

2007-12-20  Armin Weiss  <aw@openoffice.org>  [83d6b11ccb76d1e0fe4651bf222876a4676bbfa1]

        #i39532# sequence of PDF VClRenderer changed to be nice to the PDFWriter

2007-12-18  Armin Weiss  <aw@openoffice.org>  [43f54a02f8aff4f4f9a0ad4be3c1edb3c5e9eb31]

        #i39532# added rudimentary canvas renderer

2007-12-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [849a251ab80a276387b09702e78e60d3997aafe4]

        SRC680

2007-12-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2f5996442a56a82aa76eb764db9e6c3b375a1c02]

        #i10000# helpex fix

2007-12-17  Thorsten Behrens  <thb@openoffice.org>  [4cb55431400d07fe301c216b19b7a3dc24e0bea3]

        #i80285# Slightly changed font size handling again, now taking into account pdf coord system orientation; adapted test files as well

2007-12-17  Thorsten Behrens  <thb@openoffice.org>  [49a6be88b70ee317191db85d27938db1353a95b4]

        #i80285# Now writing out correct font size with _every_ updateFont call; adapted unit tests accordingly

2007-12-14  Artem Khvat  <akhva@openoffice.org>  [adb4d9cda5ffb9e12f583eeecf86976b9183d1f6]

        #i80285# Fix baseline

2007-12-14  Kurt Zenker  <kz@openoffice.org>  [93a0816ebaeee40c603cdd8bf155c8f69946094d]

        #i10000# fix bad memory access in autodoc (np)

2007-12-14  Mikhail Voitenko  <mav@openoffice.org>  [ec1024217dfd42609b0a7a87a2aa1ba7096dce50]

        Get XWindowPeer implementation from the dialog

2007-12-14  Kurt Zenker  <kz@openoffice.org>  [d50222cb6d7cf94e07ca61c1b48bdec05bd9b61f]

        #i10000# resolve warnings

2007-12-14  Kurt Zenker  <kz@openoffice.org>  [28853e19226d7f78d9318ab584182fd0ba42bb9a]

        #i10000# build error fixes

2007-12-14  Mikhail Voitenko  <mav@openoffice.org>  [eaa5b305ea6967181c4ff7c420e4a07ecc536661]

        new version

2007-12-14  Mikhail Voitenko  <mav@openoffice.org>  [82694b730d5105d9ab7012a04b5517baa5610e15]

        User office error box for MediaWiki errors

2007-12-14  Kurt Zenker  <kz@openoffice.org>  [634b75d33ca5cbcd005e61dbad5fd3bb916fc59b]

        #i84514# fix exceptionfiles

2007-12-14  Mikhail Voitenko  <mav@openoffice.org>  [fa78bd05b7caadd01789fb4e79832400a9b8486f]

        adjust to jdk1.4.2

2007-12-13  Kurt Zenker  <kz@openoffice.org>  [77697cfee903299d6ff3a9f6d1bbcf4102694d48]

        #i10000# fix break on unix environments (hjs)

2007-12-13  Armin Weiss  <aw@openoffice.org>  [9eb0f8b0cc4b61c3c99cc19e015f176498468cce]

        #i39532# AA work for unxlngi6

2007-12-13  Mikhail Voitenko  <mav@openoffice.org>  [0abb975d91fad4ff55930f22c382bc6cb1bffb67]

        use password container to store passwords

2007-12-13  Kurt Zenker  <kz@openoffice.org>  [67741340946d4b3628cfaa9838fa04d2458e22ef]

        SRC680

2007-12-13  Vladimir Glazounov  <vg@openoffice.org>  [59f2f29cb702083792c88b46239cc3f7b924324f]

        #i10000# generate new configure

2007-12-13  Kurt Zenker  <kz@openoffice.org>  [8984b9c92877a604893e288fab9761f9546c30ff]

        #i84514# fecopy needs to be compiled with exceptions

2007-12-13  Kurt Zenker  <kz@openoffice.org>  [5767befa28508ce98bc25c6b92cc4a54dd75112e]

        #i84514# eddel needs to be compiled with exceptions

2007-12-13  Kurt Zenker  <kz@openoffice.org>  [7d988c4e1681f608c6c27f2264dd9b5c8338e615]

        #i84515# Mac OS X doesn't have fontconfig

2007-12-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [bef36f803dca58d8ac35dd921e7a5f7dcdc9e758]

        #i10000# have vba enabled - and make it build

2007-12-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a273175e75390c89d9afaf7e4a69322ad6985e5]

        #i10000# have vba enabled

2007-12-13  Mikhail Voitenko  <mav@openoffice.org>  [7f1c15e5149bbe53918d99f47cbbe15643ded35c]

        adjust UI

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a9278f2e1cb7db649ae53025023a80e6ecaa9f3f]

        INTEGRATION: CWS nowrapcmd1 (1.2.2); FILE MERGED 2007/12/04 17:57:00 vq 1.2.2.1: #i82202#, #i84084# Fix openssl build issue for nowrapcmd1 and 4NT builds.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b3547836db69e4898021551f1815d38925ec9f49]

        INTEGRATION: CWS nowrapcmd1 (1.21.2); FILE MERGED 2007/12/04 17:57:00 vq 1.21.2.1: #i82202#, #i84084# Fix openssl build issue for nowrapcmd1 and 4NT builds.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [944be6ddc7ce79c81729e8da6c1f3e0ef72eed9d]

        INTEGRATION: CWS nowrapcmd1 (1.72.16); FILE MERGED 2007/11/30 20:23:06 vq 1.72.16.3: RESYNC: (1.75-1.80); FILE MERGED 2007/11/08 20:49:36 vq 1.72.16.2: RESYNC: (1.72-1.75); FILE MERGED 2007/10/14 05:11:25 vq 1.72.16.1: #i82202# Use ; as path seperator for W32 if WRAPCMD is not set.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [76224f1c8ffbac7d1cf510e2203edd9f57b98318]

        INTEGRATION: CWS nowrapcmd1 (1.5.4); FILE MERGED 2007/11/17 17:28:38 vq 1.5.4.1: #i82202# Make guw cooperate better with mixed mode paths.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8ecc70520d6b90ab673b0ea72e28d940f0a70cff]

        INTEGRATION: CWS nowrapcmd1 (1.156.24); FILE MERGED 2007/11/30 20:22:58 vq 1.156.24.4: RESYNC: (1.160-1.164); FILE MERGED 2007/11/18 15:41:53 vq 1.156.24.3: #i82202# Change comment. 2007/11/08 20:49:28 vq 1.156.24.2: RESYNC: (1.156-1.160); FILE MERGED 2007/10/07 15:37:18 vq 1.156.24.1: #i82202# Add --disable-wrapcmd switch to configure to disable the use of guw.exe (WRAPCMD). Change set_soenv to generate the environment file according to the settings of --disable-wrapcmd and --with-use-shell.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b8aee6514ddb3870606c518cc826499b8a35a5d1]

        INTEGRATION: CWS nowrapcmd1 (1.220.10); FILE MERGED 2007/11/30 20:22:49 vq 1.220.10.4: RESYNC: (1.227-1.232); FILE MERGED 2007/11/18 15:23:02 vq 1.220.10.3: #i82202# Make the build without guw the default, but provide a configure switch --enable-wrapcmd to enable its use until it is completely removed. 2007/11/08 20:49:19 vq 1.220.10.2: RESYNC: (1.220-1.227); FILE MERGED 2007/10/07 15:37:18 vq 1.220.10.1: #i82202# Add --disable-wrapcmd switch to configure to disable the use of guw.exe (WRAPCMD). Change set_soenv to generate the environment file according to the settings of --disable-wrapcmd and --with-use-shell.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0a094474def6fb22c19e2672b7e9b93e861c8105]

        INTEGRATION: CWS nowrapcmd1 (1.21.178); FILE MERGED 2007/11/30 20:44:22 vq 1.21.178.4: #i82202# Provide a GUWCMD macro to access the wrapper and hereby avoid hardcoding its actual program name everywhere. 2007/11/30 20:22:38 vq 1.21.178.3: RESYNC: (1.21-1.22); FILE MERGED 2007/11/18 15:03:20 vq 1.21.178.2: #i82202# Remove NOWRAPCMD, use inverted WRAPCMD instead. 2007/10/07 16:28:20 vq 1.21.178.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4c3356b65e2736ab7fed979c36c5f74136c9bb99]

        INTEGRATION: CWS nowrapcmd1 (1.13.116); FILE MERGED 2007/11/30 20:22:35 vq 1.13.116.3: RESYNC: (1.14-1.15); FILE MERGED 2007/11/08 20:49:07 vq 1.13.116.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/07 16:28:19 vq 1.13.116.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b88d858829cbe4065689bd5739f17c87ed5ff8dc]

        INTEGRATION: CWS armeabi01 (1.2.2); FILE MERGED 2007/12/03 18:56:58 cmc 1.2.2.1: #i83775# arm eabi soft-float uno bridge

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [185fb7040b0624c060a363ae20df4e3961e51e92]

        INTEGRATION: CWS nowrapcmd1 (1.33.12); FILE MERGED 2007/11/08 20:49:04 vq 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2007/10/07 16:28:19 vq 1.33.12.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [478b6a6cb19d0d0dfd643dadc59c82f296a36d81]

        INTEGRATION: CWS pmladek08 (1.232.8); FILE MERGED 2007/12/10 14:15:42 pmladek 1.232.8.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e749cc0a43c77805650424ed53da1c7c8aa1c2ef]

        INTEGRATION: CWS nowrapcmd1 (1.79.86); FILE MERGED 2007/10/07 16:28:19 vq 1.79.86.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [89ef33a9b4ec87c86f03ee34c87ab2bb8891e55c]

        INTEGRATION: CWS nowrapcmd1 (1.77.94); FILE MERGED 2007/11/30 20:22:32 vq 1.77.94.5: RESYNC: (1.78-1.79); FILE MERGED 2007/11/18 15:03:20 vq 1.77.94.4: #i82202# Remove NOWRAPCMD, use inverted WRAPCMD instead. 2007/11/08 20:48:59 vq 1.77.94.3: RESYNC: (1.77-1.78); FILE MERGED 2007/10/07 18:26:33 vq 1.77.94.2: #i82202# Add missing .ELSE . 2007/10/07 16:28:19 vq 1.77.94.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9f9deafb00b5d142effab3e052a21a35fdc84db1]

        INTEGRATION: CWS pmladek08 (1.16.34); FILE MERGED 2007/12/10 14:15:41 pmladek 1.16.34.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [80f2dde1e2e9e09e30ab89e78f5d6720300a2ef1]

        INTEGRATION: CWS nowrapcmd1 (1.219.82); FILE MERGED 2007/11/30 20:22:29 vq 1.219.82.3: RESYNC: (1.220-1.222); FILE MERGED 2007/11/08 20:48:56 vq 1.219.82.2: RESYNC: (1.219-1.220); FILE MERGED 2007/10/07 16:28:19 vq 1.219.82.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [38fe08ef31da8af435a608b5a78f98cc8a906086]

        INTEGRATION: CWS pmladek08 (1.19.32); FILE MERGED 2007/12/10 14:15:41 pmladek 1.19.32.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [68c242b5de386e59ed1ba829ad1cdc4bc17327c7]

        INTEGRATION: CWS nowrapcmd1 (1.29.26); FILE MERGED 2007/11/18 19:26:51 vq 1.29.26.2: #i82202# Use cygpath only for cygwin perl. 2007/11/18 14:40:49 vq 1.29.26.1: #i82202# Make instsetoo_native build without (but also still with) WRAPCMD set.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [02cead63ee140e7ed481a94fb9836494a51a8b3e]

        INTEGRATION: CWS pmladek08 (1.51.14); FILE MERGED 2007/12/10 14:15:41 pmladek 1.51.14.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [08c078923519c44fe3e53bc0f22f26f3b2822b83]

        INTEGRATION: CWS nowrapcmd1 (1.77.10); FILE MERGED 2007/11/30 20:22:26 vq 1.77.10.2: RESYNC: (1.77-1.80); FILE MERGED 2007/11/18 14:40:49 vq 1.77.10.1: #i82202# Make instsetoo_native build without (but also still with) WRAPCMD set.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f8d9622665b57b382467c4ec19d1c30c37eabf43]

        INTEGRATION: CWS pmladek08 (1.19.34); FILE MERGED 2007/12/10 14:15:41 pmladek 1.19.34.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ad67ffd4a87915eb30823f9f801296c4490f14e2]

        INTEGRATION: CWS nowrapcmd1 (1.34.32); FILE MERGED 2007/11/30 20:22:23 vq 1.34.32.2: RESYNC: (1.34-1.35); FILE MERGED 2007/11/18 14:40:49 vq 1.34.32.1: #i82202# Make instsetoo_native build without (but also still with) WRAPCMD set.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4a09d97be99b70cc7012abb8cb271451a21c5323]

        INTEGRATION: CWS pmladek08 (1.8.34); FILE MERGED 2007/12/10 14:15:41 pmladek 1.8.34.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [033e44a33b7e2264695d74dfa1c37151314319d1]

        INTEGRATION: CWS armeabi01 (1.45.118); FILE MERGED 2007/12/03 19:04:16 cmc 1.45.118.1: #i84208 set a fallback target for unknown archs from epm through to rpm

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1f571125ba4751b3e72562214ca0b948d7f76db3]

        INTEGRATION: CWS nowrapcmd1 (1.1.2); FILE ADDED 2007/10/14 05:16:12 vq 1.1.2.2: #i82202# Fix typo. 2007/10/07 16:28:19 vq 1.1.2.1: #i82202# Add needed NOWRAPCMD changes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d85fd0a85cf4c2b182696a3294e78a6bab6a31ff]

        INTEGRATION: CWS pmladek08 (1.14.34); FILE MERGED 2007/12/10 14:15:41 pmladek 1.14.34.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8f81e5bc18aa9e1fe67f9f6333e7494582f74adc]

        INTEGRATION: CWS armeabi01 (1.73.26); FILE MERGED 2007/12/03 19:04:16 cmc 1.73.26.1: #i84208 set a fallback target for unknown archs from epm through to rpm

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [3ccc2d7af59943ac11e44ae04f7a0926c36ee9da]

        INTEGRATION: CWS pmladek08 (1.13.34); FILE MERGED 2007/12/10 14:15:41 pmladek 1.13.34.1: #i82569# add back support for build with neon-0.24.X

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2ffdb39e6deb26f0ba1bd68b3ad786b00edcdbf7]

        INTEGRATION: CWS nowrapcmd1 (1.29.2); FILE MERGED 2007/11/30 20:22:17 vq 1.29.2.3: RESYNC: (1.31-1.32); FILE MERGED 2007/11/08 20:48:49 vq 1.29.2.2: RESYNC: (1.29-1.31); FILE MERGED 2007/10/14 05:05:20 vq 1.29.2.1: #i82202# Fix recipe.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7014258d1693fed6ca763cbc828fb588827302f1]

        #i10000# patch to fix break in icu (rene)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4bebbaae5c87519d6802badff6a94e3cb53adb57]

        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>  [25e854308293e18ea282912162be2706dbdbefcf]

        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>  [b1615fdf53d9dbd219de0c410f042949186e2122]

        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>  [85b09f29bc7c0366ab1e8f1a83d51028916e8278]

        INTEGRATION: CWS boostup01 (1.6.20); FILE MERGED 2007/11/08 14:00:46 thb 1.6.20.1: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1b91d5979a3cd6fb547c83831bed7ff30158b57e]

        INTEGRATION: CWS cmcfixes39 (1.2.4); FILE MERGED 2007/11/20 09:39:53 cmc 1.2.4.1: #i83486# stlportism -> stl

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [dc29c4d54cd6c0f489a89ea432c00d9b94d2e0b0]

        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>  [d30c1cc6133ba7c69767d45745bca5a9ebbb83e9]

        INTEGRATION: CWS boostup01 (1.14.8); FILE MERGED 2007/11/13 11:13:25 thb 1.14.8.6: #i77672# Merge from xmlfilter02 2007/11/12 12:05:48 thb 1.14.8.5: #i77672# One more forgotten subdir 2007/11/09 23:46:43 thb 1.14.8.4: #i77672# slightly different dir structure for numeric and spirit stuff - corrected 2007/11/09 11:24:46 fridrich_strba 1.14.8.3: delivering a few more usefull headers 2007/11/08 14:41:56 fridrich_strba 1.14.8.2: fixing a typo 2007/11/08 14:00:46 thb 1.14.8.1: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1dee8610653afe769389f17c6201835c4dec5551]

        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>  [03cf5d81bc1374aeff3c2f6c25e0edc94b55c82f]

        INTEGRATION: CWS cmcfixes39 (1.33.18); FILE MERGED 2007/11/19 14:37:07 cmc 1.33.18.1: #i83751 --without-writer2latex

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e6775cee11c7a596b7983bb79086209438091df3]

        INTEGRATION: CWS boostup01 (1.1.2); FILE ADDED 2007/10/11 14:25:41 thb 1.1.2.1: #i77672# Initial revision for boost 1.34

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [af4365f1006da99c8f1131c96a8018212f8a2df9]

        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>  [13fb9634011102496fb3e5ed2070d8f5c8a226c2]

        INTEGRATION: CWS cmcfixes39 (1.4.16); FILE MERGED 2007/11/23 09:58:41 cmc 1.4.16.1: #i79961# make buildable with gcj

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [427d69de9d4d8d999bcb1c96f17f7bffca60c27d]

        INTEGRATION: CWS cmcfixes39 (1.3.48); FILE MERGED 2007/11/23 09:58:41 cmc 1.3.48.1: #i79961# make buildable with gcj

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [454d0a2f349162190d89f868746a908d0e1b1368]

        INTEGRATION: CWS kprinter (1.30.58); FILE MERGED 2007/11/13 09:43:42 pl 1.30.58.1: #i83505# hint direct print to printer for not showing UI

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0fa8fb18f509d1e9921bb6e6dd36437e5edaf74a]

        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>  [0e64038afeef08b1ee4acfb7f2e1908dcd20f787]

        INTEGRATION: CWS boostup01 (1.10.20); FILE MERGED 2007/11/29 10:33:29 thb 1.10.20.2: #i82516# Avoiding duplication 2007/11/08 14:00:45 thb 1.10.20.1: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f79c0a362e0bc02bf34af31d22035775f3727964]

        INTEGRATION: CWS boostup01 (1.1.2); FILE ADDED 2007/11/14 18:02:18 thb 1.1.2.3: #i77672# WaE fixes thx to pjanik 2007/11/08 14:00:45 thb 1.1.2.2: #i77672# Tentatively enabling boost 1.34.1 for gcc4.x 2007/10/11 14:24:17 thb 1.1.2.1: #i77672# Initial revision for boost 1.34

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [cfdb5106a55aeaf3fdaae829e1ccc3fbbad5c5c2]

        INTEGRATION: CWS kprinter (1.123.86); FILE MERGED 2007/11/14 13:57:27 pl 1.123.86.1: #i83505# hint not to use UI in print job

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c0773981f101c80ca204397f3ce163bac74bcbe8]

        INTEGRATION: CWS cmcfixes39 (1.3.30); FILE MERGED 2007/11/19 14:36:06 cmc 1.3.30.1: #i83751 --without-writer2latex

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b0f4ddffa17d321e0b4331f003f374c31d68f035]

        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>  [5f89d2a2993f9a697a08b7da2f4e651fc3366f6f]

        INTEGRATION: CWS cmcfixes39 (1.3.4); FILE MERGED 2007/11/27 14:22:04 np 1.3.4.2: #i83486# 2007/11/20 09:48:25 cmc 1.3.4.1: #i83486# stlportism -> stl

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9ec3893575cc34a69a48bd2d095540241d2a9721]

        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>  [87f05839adbf51acd7a3febe05324989cf8b5d7e]

        INTEGRATION: CWS cmcfixes39 (1.2.4); FILE MERGED 2007/11/20 09:48:25 cmc 1.2.4.1: #i83486# stlportism -> stl

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [831e0034373781fcd52dfb42acead1e054ba2101]

        INTEGRATION: CWS native122 (1.8.18); FILE MERGED 2007/12/11 10:40:25 is 1.8.18.1: #i84368# Patch for explicit type conversion

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [12b1e387447f678055ca468bb6476d110c6627fe]

        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>  [0930391a2b78e2aa2e542dc1dc047635f651c46b]

        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>  [c2d3f197d015d13faabaa90dff550dd8bc11e650]

        INTEGRATION: CWS native122 (1.43.34); FILE MERGED 2007/12/11 11:14:56 is 1.43.34.1: #i84448# Windows patch fix

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4dacae86abd9e447d589bf2cc14d19b03fc180e8]

        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>  [c4f4e7e23ed55650b823363ac7993d692bc8486e]

        INTEGRATION: CWS native122 (1.37.60); FILE MERGED 2007/12/11 11:14:56 is 1.37.60.1: #i84448# Windows patch fix

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9557bd62d6c52c3a2e87185d4e0dad25ceb6a38b]

        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>  [14e91094ab796eed8006063313151b3b3ac250f3]

        INTEGRATION: CWS cmcfixes39 (1.162.4); FILE MERGED 2007/11/19 14:34:48 cmc 1.162.4.1: #i83751 --without-writer2latex

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [88566ec00e6a98bd791149074f7e7f12301340aa]

        INTEGRATION: CWS native122 (1.16.34); FILE MERGED 2007/12/11 11:14:56 is 1.16.34.1: #i84448# Windows patch fix

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0829b88249f974623155a85c70de5672594d34f2]

        INTEGRATION: CWS native122 (1.33.48); FILE MERGED 2007/12/11 11:07:42 is 1.33.48.1: #i84449# multi languages fix

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2c8c737b9fecad459d60bb1408b03fadb877b149]

        INTEGRATION: CWS cmcfixes39 (1.228.2); FILE MERGED 2007/11/20 10:40:41 cmc 1.228.2.2: #i83439# find ANT_HOME on fedora 2007/11/19 14:34:47 cmc 1.228.2.1: #i83751 --without-writer2latex

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d9deb5efed76468aedc99279375aad409cf126b3]

        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>  [346f80a74e4ad464eaee9f9d102e97f08446a454]

        INTEGRATION: CWS boostup01 (1.1.2); FILE ADDED 2007/11/15 09:43:00 thb 1.1.2.1: #i68917# Putting this in as-is for now, useful as it is. kudos to cloph for providing it

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4c61db67221e36134e019ea56634a218ce0b9e6c]

        INTEGRATION: CWS configure22 (1.58.14); FILE MERGED 2007/12/02 23:21:56 rene 1.58.14.1: #i84181# openssl only needed when neon used

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ed56fbbd94b27e83754646548d6f6788c585c384]

        INTEGRATION: CWS configure22 (1.265.4); FILE MERGED 2007/12/02 23:21:56 rene 1.265.4.1: #i84181# openssl only needed when neon used

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1806c333eb1ea25e10eac1d8f327aa22d38c086f]

        INTEGRATION: CWS configure22 (1.5.820); FILE MERGED 2007/12/04 20:59:44 rene 1.5.820.2: more typos 2007/12/02 12:34:16 rene 1.5.820.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4c81c51a96bf72a69a69bc425f1a31065e6c90ae]

        INTEGRATION: CWS configure22 (1.22.4); FILE MERGED 2007/12/02 12:34:16 rene 1.22.4.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [3781b76833a2d853d7890e96a709a70d15f76a44]

        INTEGRATION: CWS configure22 (1.23.14); FILE MERGED 2007/10/15 22:46:22 rene 1.23.14.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [82a508f8ebbd2ac1544e142e5af906def9376f66]

        INTEGRATION: CWS sw8u10bf01 (1.29.60); FILE MERGED 2007/11/06 15:23:47 od 1.29.60.1: #i62675# method <SwDocShell::ApplyStyles(..)> 	 - clear list attributes at affected text nodes on applying 	   a paragraph style, if needed.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0c8d815eb7a701e65ebdf66c9f8a4880ca5970c2]

        INTEGRATION: CWS configure22 (1.33.6); FILE MERGED 2007/12/02 12:34:15 rene 1.33.6.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [45aa0f00c96a815822cc9e8b8e981b1d4f7930d2]

        INTEGRATION: CWS sw8u10bf01 (1.74.60); FILE MERGED 2007/11/19 12:58:32 od 1.74.60.4: RESYNC: (1.74-1.75); FILE MERGED 2007/11/14 13:38:03 ama 1.74.60.3: Fix #i82008#: Crash in RTF import with header/footer 2007/11/14 13:34:22 ama 1.74.60.2: Fix #i82003#: Crash in RTF import with header/footer 2007/11/06 15:31:56 od 1.74.60.1: #i62675# minor change due to re-factoring of <SwDoc::SetTxtFmtColl(..)>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b4216006e38a1ebbb80c01175b78ae66e794aaf0]

        INTEGRATION: CWS sw8u10bf01 (1.51.62); FILE MERGED 2007/11/19 12:58:35 od 1.51.62.2: RESYNC: (1.51-1.52); FILE MERGED 2007/11/06 15:28:06 ama 1.51.62.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7064ce4e2ce4fe410cae3cdada0257bfc18511b6]

        INTEGRATION: CWS configure22 (1.2.2); FILE MERGED 2007/11/22 14:24:53 rene 1.2.2.1: #i83872# configure flag for OGLTrans

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5ca3ea021e3d416ccd84291111b2330a15ce666d]

        INTEGRATION: CWS sw8u10bf01 (1.28.62); FILE MERGED 2007/11/06 15:43:56 fme 1.28.62.1: #i82967# Make sure that draw view is created with pdf device during pdf export

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5e65963d76320e7b12c1b66b2dd77d418938e0a8]

        INTEGRATION: CWS configure22 (1.2.2); FILE MERGED 2007/12/04 21:10:09 thb 1.2.2.2: #i84223# Visual improvements courtesy rodo 2007/12/04 20:21:30 thb 1.2.2.1: #i84223# Fixed crash with ogl transition component

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [28868c95210c2949174a47051f653bf0ed5ce725]

        INTEGRATION: CWS sw8u10bf01 (1.75.60); FILE MERGED 2007/11/19 12:58:21 od 1.75.60.2: RESYNC: (1.75-1.76); FILE MERGED 2007/11/02 13:36:58 ama 1.75.60.1: Fix #i76725#: Char escapement more than 200

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5f8d8b2f8805a74b5152fc2e60a575d62c0b77db]

        INTEGRATION: CWS sw8u10bf01 (1.11.62); FILE MERGED 2007/11/06 15:30:44 ama 1.11.62.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c26aac134d6e5678f0ecb9e1a2e5d858ef4cc745]

        INTEGRATION: CWS sw8u10bf01 (1.34.62); FILE MERGED 2007/11/19 12:58:25 od 1.34.62.2: RESYNC: (1.34-1.35); FILE MERGED 2007/11/15 07:30:46 ama 1.34.62.1: Fix #i82227#: Restore table model to avoid crash

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1bed51b020727abed09ace39bf180cc046cecded]

        INTEGRATION: CWS sw8u10bf01 (1.29.62); FILE MERGED 2007/11/06 15:30:30 ama 1.29.62.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0ee28fdf3e9a0bd8763eda6299af1d5c873a9dcf]

        INTEGRATION: CWS sw8u10bf01 (1.14.62); FILE MERGED 2007/11/06 15:31:33 ama 1.14.62.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ad45ea460801cb3a343d7151accc255954150992]

        INTEGRATION: CWS configure22 (1.157.6); FILE MERGED 2007/12/02 12:34:14 rene 1.157.6.8: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport 2007/12/02 12:14:19 rene 1.157.6.7: #i84165# support hyphen 2007/12/01 19:13:28 rene 1.157.6.6: RESYNC: (1.162-1.164); FILE MERGED 2007/11/22 14:24:53 rene 1.157.6.5: #i83872# configure flag for OGLTrans 2007/11/22 12:17:30 rene 1.157.6.4: typo 2007/11/18 18:05:00 rene 1.157.6.3: #i83731# system openssl 2007/11/14 21:11:18 rene 1.157.6.2: RESYNC: (1.157-1.162); FILE MERGED 2007/10/15 22:46:21 rene 1.157.6.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [38c97451e10a402c7ba6e41b8728c58fa3b13f0a]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/18 18:07:05 pjanik 1.1.2.1: #i60878#: Add zu_ZA hyphenation patterns.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [fd74ea17959615af0d119e6411dba9fda35453e3]

        INTEGRATION: CWS sw8u10bf01 (1.83.60); FILE MERGED 2007/11/08 14:22:39 fme 1.83.60.1: #i82989# No portion building for character styles in NOHINTADJUST mode

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5411d0b84d6587c5847d7531c3a6fe890a66af81]

        INTEGRATION: CWS calc45 (1.29.208); FILE MERGED 2007/11/19 14:23:19 tbe 1.29.208.1: #i83551# Bad focus behaviour in number formatter dialog

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [27828b1141496429b6ecf96741b490b071d5e944]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 20:49:14 pjanik 1.1.2.1: #i60878#: Add zu_ZA hyphenation file.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7eb6720735077a9065f7f3ee6689623759f5a45a]

        INTEGRATION: CWS configure22 (1.3.60); FILE MERGED 2007/11/22 15:46:15 rene 1.3.60.1: #i83191# JDK 1.5 support

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d35d0207fc8c0e6b32f02a809054ee4ea0f4c0be]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/18 18:03:51 pjanik 1.1.2.1: #i60878#: Add zu_ZA hyphenation patterns.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a186153d918f88256a9c2dc70422918dcc28ced4]

        INTEGRATION: CWS sw8u10bf01 (1.54.60); FILE MERGED 2007/11/19 12:58:28 od 1.54.60.2: RESYNC: (1.54-1.56); FILE MERGED 2007/11/08 14:22:39 fme 1.54.60.1: #i82989# No portion building for character styles in NOHINTADJUST mode

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a474daae8fc6cccc1b5fc269f0f04698e3c45545]

        INTEGRATION: CWS configure22 (1.221.4); FILE MERGED 2007/12/10 11:55:05 rene 1.221.4.24: #i10000# fix --disable-reportdesign 2007/12/04 23:46:26 rene 1.221.4.23: logic fixes 2007/12/04 20:49:23 rene 1.221.4.22: no + 2007/12/04 20:22:20 rene 1.221.4.21: typos 2007/12/04 20:15:10 rene 1.221.4.20: no pkg-config on Mac OS X... 2007/12/03 15:39:28 rene 1.221.4.19: fix build. jar names are hardcoded in the manifest. If people want to change them, they have to patch manifest #i10000# we need a dep on readlicense_oo 2007/12/02 23:21:55 rene 1.221.4.18: #i84181# openssl only needed when neon used 2007/12/02 12:34:14 rene 1.221.4.17: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport 2007/12/02 12:14:19 rene 1.221.4.16: #i84165# support hyphen 2007/12/01 19:13:40 rene 1.221.4.15: RESYNC: (1.228-1.232); FILE MERGED 2007/12/01 14:53:06 rene 1.221.4.14: #i84144# LDFLAGS -> LIBS 2007/11/28 10:37:38 rene 1.221.4.13: check for bzip2 2007/11/22 14:25:37 rene 1.221.4.12: allow db 4.6.x 2007/11/22 14:24:52 rene 1.221.4.11: #i83872# configure flag for OGLTrans 2007/11/18 18:05:00 rene 1.221.4.10: #i83731# system openssl 2007/11/18 00:13:11 rene 1.221.4.9: move bigendian and long checks up 2007/11/14 21:11:24 rene 1.221.4.8: RESYNC: (1.221-1.228); FILE MERGED 2007/10/31 21:04:53 rene 1.221.4.7: #i83090# mozilla options fixes 2007/10/31 21:02:40 rene 1.221.4.6: #i83088# fix --disable-{pam,crypt,xrender}-link options 2007/10/22 23:13:33 rene 1.221.4.5: default to dynamic Xinerama if both types present, still overridable using --with-static-xinerama. See i#80816 2007/10/22 23:04:35 rene 1.221.4.4: i#72150# 2007/10/22 20:38:57 rene 1.221.4.3: #i81131# ICU tools can be in /usr/sbin 2007/10/15 22:54:39 rene 1.221.4.2: #i81615# allow ICU 3.8 2007/10/15 22:46:21 rene 1.221.4.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [603a507c57ad1dc5892cc3170b55023a7af134e9]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 12:21:43 pjanik 1.1.2.1: #i72648#: Add Russian thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [19f678d6b8c85e6b84e6a2607f0f9bd77c9b647a]

        INTEGRATION: CWS sw8u10bf01 (1.10.62); FILE MERGED 2007/11/09 08:47:40 fme 1.10.62.1: #i82989# No portion building for character styles in NOHINTADJUST mode

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1bd9732dc2c341190eb803d186a93a65e3aaaa0d]

        INTEGRATION: CWS dictionariesfor24 (1.5.84); FILE MERGED 2007/10/21 12:19:21 pjanik 1.5.84.1: #i72648#: Add Russian thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2869efe9536201b11258d5f3d85139072c70816d]

        INTEGRATION: CWS configure22 (1.200.6); FILE MERGED 2007/12/10 11:55:00 rene 1.200.6.24: #i10000# fix --disable-reportdesign 2007/12/04 23:46:18 rene 1.200.6.23: logic fixes 2007/12/04 20:49:17 rene 1.200.6.22: no + 2007/12/04 20:23:36 rene 1.200.6.21: typos 2007/12/04 20:15:05 rene 1.200.6.20: no pkg-config on Mac OS X... 2007/12/03 15:39:22 rene 1.200.6.19: fix build. jar names are hardcoded in the manifest. If people want to change them, they have to patch manifest #i10000# we need a dep on readlicense_oo 2007/12/02 23:21:51 rene 1.200.6.18: #i84181# openssl only needed when neon used 2007/12/02 12:34:07 rene 1.200.6.17: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport 2007/12/02 12:14:14 rene 1.200.6.16: #i84165# support hyphen 2007/12/01 19:13:18 rene 1.200.6.15: RESYNC: (1.205-1.209); FILE MERGED 2007/12/01 14:53:00 rene 1.200.6.14: #i84144# LDFLAGS -> LIBS 2007/11/28 10:37:33 rene 1.200.6.13: check for bzip2 2007/11/22 14:25:32 rene 1.200.6.12: allow db 4.6.x 2007/11/22 14:24:47 rene 1.200.6.11: #i83872# configure flag for OGLTrans 2007/11/18 18:04:55 rene 1.200.6.10: #i83731# system openssl 2007/11/18 00:13:04 rene 1.200.6.9: move bigendian and long checks up 2007/11/14 21:11:08 rene 1.200.6.8: RESYNC: (1.200-1.205); FILE MERGED 2007/10/31 21:04:49 rene 1.200.6.7: #i83090# mozilla options fixes 2007/10/31 21:02:36 rene 1.200.6.6: #i83088# fix --disable-{pam,crypt,xrender}-link options 2007/10/22 23:13:29 rene 1.200.6.5: default to dynamic Xinerama if both types present, still overridable using --with-static-xinerama. See i#80816 2007/10/22 23:04:29 rene 1.200.6.4: i#72150# 2007/10/22 20:38:54 rene 1.200.6.3: #i81131# ICU tools can be in /usr/sbin 2007/10/15 22:54:36 rene 1.200.6.2: #i81615# allow ICU 3.8 2007/10/15 22:48:12 rene 1.200.6.1: #i10000# autoconf

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f8d9a00560d7629653bf79d9700dded9ee82082d]

        INTEGRATION: CWS sw8u10bf01 (1.100.10); FILE MERGED 2007/11/05 12:05:51 fme 1.100.10.1: #i83049# Bug in rounding error free cell width calculation: Do not rely on the frame position.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [2f1d915c42da7fc663a606195663b190809c3083]

        INTEGRATION: CWS dictionariesfor24 (1.2.110); FILE MERGED 2007/10/21 12:18:39 pjanik 1.2.110.1: #i72648#: Add Russin thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [69208c7f766f47b5ab5faa7eab288bd114e63064]

        INTEGRATION: CWS sw8u10bf01 (1.108.58); FILE MERGED 2007/11/20 11:18:02 od 1.108.58.2: #i82616# method <SwRootFrm::Paint(..)> 	 - consider page border and shadow rectanglec in check, if            a certain page is affected by the paint rectangle 2007/11/14 08:24:44 od 1.108.58.1: #i82616# method <SwRootFrm::Paint(..)> 	 - invalidation of area for paint of extra data instead of 	   inefficient and wrong enlargement of paint rectangle, which 	   doesn't consider the page border and shadow area.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7586929108033c3b588349ace0999e3c6dcdcb46]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 12:20:23 pjanik 1.1.2.1: #i72648#: Add Russian thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ead69debf55292bddabb020531a9ef0fd76ef29e]

        INTEGRATION: CWS dictionariesfor24 (1.16.14); FILE MERGED 2007/11/24 13:23:52 pjanik 1.16.14.5: #i83224#: Add French dictionary. 2007/11/20 21:37:47 pjanik 1.16.14.4: #i70512#: Add Nepali linguistic tools. 2007/11/20 21:21:21 pjanik 1.16.14.3: #i82148#: Add Spanish dictionary. 2007/11/18 18:02:54 pjanik 1.16.14.2: #i60878#: Add zu_ZA hyphenation patterns. 2007/10/21 12:43:34 pjanik 1.16.14.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8801dcc4408de70bb3e37400f3ba1257e76d3346]

        INTEGRATION: CWS configure22 (1.15.16); FILE MERGED 2007/12/04 20:59:44 rene 1.15.16.2: more typos 2007/12/02 12:14:33 rene 1.15.16.1: #i84165# support hyphen

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [27a500df6e8fae6e0e531b23c0c94ee4340a2953]

        INTEGRATION: CWS sw8u10bf01 (1.70.62); FILE MERGED 2007/11/07 08:57:14 fme 1.70.62.1: #i82081# Disable smart tags in help and xforms documents

2007-12-12  Armin Weiss  <aw@openoffice.org>  [c58ad39340a331ca5b77f39530f5267985b53144]

        #i39532# clipping changes

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [57ec46fa84765a39d1ecdbc8d206f773e9e3d0e5]

        INTEGRATION: CWS sw8u10bf01 (1.9.62); FILE MERGED 2007/11/06 15:22:22 od 1.9.62.1: #i62675# method <SwEditShell::SetTxtFmtColl(..)> 	 - handling of new parameter <bResetListAttrs>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0990bc944ba781efadc816b1db00eadc3c2ee3d5]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:43:10 pjanik 1.1.2.1: #i70513#: Add Nepali thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7b6461b7691d93d291facefb10c525db1219bde5]

        INTEGRATION: CWS sw8u10bf01 (1.46.62); FILE MERGED 2007/11/06 15:28:20 od 1.46.62.1: #i62675# minor change due to re-factoring of <SwDoc::SetTxtFmtColl(..)>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [26000a6854f7bff4f2a1f2b370c5b537e6c33848]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:42:26 pjanik 1.1.2.1: #i70512#: Add Nepali spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [fc888c776f45bba0033a03b8a6d63211639133a6]

        INTEGRATION: CWS configure22 (1.20.8); FILE MERGED 2007/11/14 21:10:50 rene 1.20.8.2: RESYNC: (1.20-1.22); FILE MERGED 2007/10/15 22:46:22 rene 1.20.8.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8145689a56576072b8f1222e1e082ea2857359c8]

        INTEGRATION: CWS sw8u10bf01 (1.51.60); FILE MERGED 2007/11/06 15:30:07 ama 1.51.60.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8f2aca1230e6c5779cc45821b6bac523b405a317]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:42:05 pjanik 1.1.2.1: #i70512#: Add Nepali spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b2d0050ce256c2f8a187675597bd9b4a300ac326]

        INTEGRATION: CWS configure22 (1.33.34); FILE MERGED 2007/11/14 21:10:00 rene 1.33.34.2: RESYNC: (1.33-1.34); FILE MERGED 2007/10/15 22:46:22 rene 1.33.34.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e667d207c55ca2f7c8157d50b9473d7dad529b94]

        INTEGRATION: CWS sw8u10bf01 (1.46.60); FILE MERGED 2007/11/20 10:27:07 od 1.46.60.2: #i62675# method <lcl_SetTxtFmtColl(..)> 	 - undo for clear of list style attribute 2007/11/06 15:20:56 od 1.46.60.1: #i62675# methods <lcl_SetTxtFmtColl(..)> and <SwDoc::SetTxtFmtColl(..)> 	 - handling of new parameter <bResetListAttrs>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [68fc3af7032e83c234d443f038b7b37bfd55bb5c]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:39:02 pjanik 1.1.2.1: #i70512#: Add Nepali linguistic tools.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e5b6dcb0341eb8daafd8fb7d8c9fd95725f9e4f5]

        INTEGRATION: CWS sw8u10bf01 (1.14.60); FILE MERGED 2007/11/02 11:44:19 ama 1.14.60.1: Fix i81646#: table in table side effect

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1c0b5a9336049987d586fa4c28d5878cc8b7e432]

        INTEGRATION: CWS configure22 (1.44.34); FILE MERGED 2007/11/14 21:09:57 rene 1.44.34.2: RESYNC: (1.44-1.45); FILE MERGED 2007/10/15 22:46:22 rene 1.44.34.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c40002f51e26f834b079806d814fa6d8978b94c6]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:38:13 pjanik 1.1.2.1: #i70512#: Add Nepali linguistic tools.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9e4f411c58914cda43c1d3540b1b2b1a2bfbfe5a]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:42:54 pjanik 1.1.2.1: #i70513#: Add Nepali thesaurus.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b578c34d171ce8529dbf2d7f810db0fc7e7ca6c6]

        INTEGRATION: CWS sw8u10bf01 (1.22.60); FILE MERGED 2007/11/06 15:27:15 od 1.22.60.1: #i62675# minor change due to re-factoring of <SwDoc::SetTxtFmtColl(..)>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ca415cb891637e76ed44504c7d64650100a68698]

        INTEGRATION: CWS configure22 (1.38.34); FILE MERGED 2007/11/14 21:10:33 rene 1.38.34.2: RESYNC: (1.38-1.39); FILE MERGED 2007/10/15 22:46:22 rene 1.38.34.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8ba3b2bb6111b7a3a272082d803c418e2ab930cb]

        INTEGRATION: CWS calc45 (1.35.62); FILE MERGED 2007/10/31 19:16:51 nn 1.35.62.1: #i77236# don't unmerge protected cells

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [551c4f9e6e468a513752f5a7135327745690bd7e]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:41:48 pjanik 1.1.2.1: #i70512#: Add Nepali spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [64b520639e4ad4155844b891a660c5d126bc3c86]

        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>  [3e080eff9eea4b9f9f5b9d1b0adeb37919d02ed2]

        INTEGRATION: CWS sw8u10bf01 (1.6.62); FILE MERGED 2007/11/14 12:24:39 ama 1.6.62.1: Fix #i78417#: gcc bug

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [74608fba84e990d8e56b28d1f6c42b627f28a371]

        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>  [1406ed26f0367bd6b89fe524a738d36649068d35]

        INTEGRATION: CWS calc45 (1.59.150); FILE MERGED 2007/12/03 09:54:55 nn 1.59.150.2: RESYNC: (1.59-1.60); FILE MERGED 2007/10/02 15:26:12 nn 1.59.150.1: #i81936# use sal_Int32 instead of long as UNO type

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9af91bf2563850c0d2f982a972490017a2390caa]

        INTEGRATION: CWS configure22 (1.14.236); FILE MERGED 2007/10/15 22:46:22 rene 1.14.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ee5a7fab554d62d2a78dc2666dc8a5616cefc729]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 13:11:36 pjanik 1.1.2.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [6a9201b4f0eadd7740d3e9da7a4ef097d09d2226]

        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>  [b003207c2c7082ae40d475aec533aecd8f64caf0]

        INTEGRATION: CWS sw8u10bf01 (1.72.60); FILE MERGED 2007/11/19 14:39:21 od 1.72.60.2: #i82637# fix warning 2007/11/13 10:25:05 od 1.72.60.1: #i82637# methods <SwAccessibleParagraph::_getDefaultAttributesImpl(..)> and 	 <SwAccessibleParagraph::_getRunAttributesImpl(..)> 	 - adjust semantic: the default character attributes from a paragraph 	   are the character attributes found at the paragraph style, 	   not the ones found at the automatic paragraph style. The character 	   attributes found at the automatic paragraph style are treated as 	   run attributes.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [62f970f0b0f9740cc3e7f3b7167abeb7bd621ad1]

        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>  [12fcfdd1a9c77d3ea7071789e5243c58d9b7c7e3]

        INTEGRATION: CWS calc45 (1.60.18); FILE MERGED 2007/12/03 09:54:52 nn 1.60.18.2: RESYNC: (1.60-1.62); FILE MERGED 2007/10/05 17:15:06 nn 1.60.18.1: #i79808# show validation input help window only if message isn't empty

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9eeda4509c35b067916adee2fbcfe5c8750b3bd8]

        INTEGRATION: CWS configure22 (1.9.236); FILE MERGED 2007/10/15 22:46:22 rene 1.9.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [31d02b97dc5e4219647b16684bf3c451590ce94d]

        INTEGRATION: CWS dictionariesfor24 (1.6.84); FILE MERGED 2007/10/21 13:11:36 pjanik 1.6.84.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1046478f6e63d38e811050f6c3f6c1e538e3d1ec]

        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>  [b9ebf96fb7748dcbb3d38c6fc1cb8ca5b532005b]

        INTEGRATION: CWS sw8u10bf01 (1.36.62); FILE MERGED 2007/11/19 12:58:13 od 1.36.62.2: RESYNC: (1.36-1.37); FILE MERGED 2007/11/06 15:26:39 ama 1.36.62.1: Fix #i59025#: Cursorposition after undo

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f94b9a03bd6ac7c3cd7490287ae39aec17c3d266]

        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>  [bbc4950d03cd2a455975424ba673d1b5805da2dc]

        INTEGRATION: CWS configure22 (1.21.8); FILE MERGED 2007/11/14 21:10:36 rene 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2007/10/15 22:46:22 rene 1.21.8.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [19f1f14e5cac42ef955757d3a62180ebf560e2b5]

        INTEGRATION: CWS calc45 (1.31.86); FILE MERGED 2007/10/09 15:57:33 nn 1.31.86.1: #i80447# DrawClipMarks: don't draw at invalid position when nOutWidth is 0

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [943806749202a5775467c827db955f4a1c11a45d]

        INTEGRATION: CWS sw8u10bf01 (1.59.60); FILE MERGED 2007/11/19 12:58:16 od 1.59.60.2: RESYNC: (1.59-1.60); FILE MERGED 2007/11/06 14:58:09 od 1.59.60.1: #i62675# method <SwEditShell::SetTxtFmtColl(..)> 	 - add 2nd optional parameter <bResetListAttrs>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [059e8b6091efa02913656cf0cb9d31e20ef8c4ca]

        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>  [a224ce75b67807e11a9fae63617c67cc52dd0de7]

        INTEGRATION: CWS configure22 (1.10.102); FILE MERGED 2007/11/14 21:10:12 rene 1.10.102.2: RESYNC: (1.10-1.12); FILE MERGED 2007/10/15 22:46:22 rene 1.10.102.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [13e37b9985d06d36e740eb5211de3d0f20443f5e]

        INTEGRATION: CWS calc45 (1.85.4); FILE MERGED 2007/12/03 09:54:49 nn 1.85.4.3: RESYNC: (1.85-1.87); FILE MERGED 2007/11/13 13:45:31 nn 1.85.4.2: #i53533# MouseButtonUp: draw AutoFilter button with correct state 2007/10/15 12:22:21 nn 1.85.4.1: #i63144# don't allow editing of notes in protected cells (patch from maoyg)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [01db3d4535244fae0cfa8867f8ea5b041bb16d29]

        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>  [d5dc9f69219c0e0420c9a5d8fab9c6f4995c8ba8]

        INTEGRATION: CWS dictionariesfor24 (1.4.120); FILE MERGED 2007/10/21 13:11:35 pjanik 1.4.120.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [251a6f5cb13d811d63af3d8d9074785a783de0d0]

        INTEGRATION: CWS sw8u10bf01 (1.142.56); FILE MERGED 2007/11/06 14:56:25 od 1.142.56.1: #i62675# method <SwDoc::SetTxtFmtColl(..)> 	 - add 4th optional parameter <bResetListAttrs>

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [d7d2b43f4f1f86384f07da69eab3052a0e321e93]

        INTEGRATION: CWS configure22 (1.17.104); FILE MERGED 2007/10/15 22:46:22 rene 1.17.104.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0aa5efad575144996e413a06350b5f1242276cce]

        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>  [28c5cdcc53ae068b0c763c660d61a8291dd96726]

        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>  [c1f35957f06ce66c1b32fecae1c6626cf0b2f83a]

        INTEGRATION: CWS calc45 (1.3.550); FILE MERGED 2007/12/03 09:40:11 nn 1.3.550.1: #i83017# Warnings on 64bit Linux (patch from pjanik)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a74ee605a444d188af332608f878728b7df7cab4]

        INTEGRATION: CWS configure22 (1.21.102); FILE MERGED 2007/11/14 21:10:15 rene 1.21.102.2: RESYNC: (1.21-1.22); FILE MERGED 2007/10/15 22:46:22 rene 1.21.102.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e4faf23ffe759865f4c966252850677c99355744]

        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>  [21aeeb8601ea63adbaef5848e90b38829faa3e68]

        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>  [f4977548cb82ef6998ed94fe00b222e357902c61]

        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>  [0c6bdb82d5921a60911d78a784e742d22051ee8f]

        INTEGRATION: CWS calc45 (1.12.256); FILE MERGED 2007/10/15 12:22:20 nn 1.12.256.1: #i63144# don't allow editing of notes in protected cells (patch from maoyg)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [388a1f09413065613f0252ff5a6d007e5e2939b5]

        INTEGRATION: CWS configure22 (1.15.104); FILE MERGED 2007/12/01 19:11:54 rene 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/15 22:46:22 rene 1.15.104.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b611edc7ed106fcf72cddbbe0085210077f74850]

        INTEGRATION: CWS calc45 (1.26.182); FILE MERGED 2007/10/15 12:22:20 nn 1.26.182.1: #i63144# don't allow editing of notes in protected cells (patch from maoyg)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0039261487962c45d6b1296b4829dccd0524a004]

        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>  [6024c2c252c75ed2481db479a53ef1451f047513]

        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>  [1a6032f9f2e148d0ed7fe02150e91fa714bfa2b8]

        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>  [eb672b837b4efd882fbc14af1a6de4e11d73f1d6]

        INTEGRATION: CWS configure22 (1.28.106); FILE MERGED 2007/11/14 21:10:24 rene 1.28.106.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/15 22:46:22 rene 1.28.106.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7889d9e2dc1779772ead2f08a99e81de5c6d6858]

        INTEGRATION: CWS dictionariesfor24 (1.2.110); FILE MERGED 2007/12/06 19:14:12 pjanik 1.2.110.2: #i71669#: Change the file name properly. 2007/10/21 13:11:35 pjanik 1.2.110.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [aab8b6e79eb36737b7aa2bd0df5d9fe5936f7b43]

        INTEGRATION: CWS calc45 (1.10.256); FILE MERGED 2007/10/15 12:22:20 nn 1.10.256.1: #i63144# don't allow editing of notes in protected cells (patch from maoyg)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0e77e1ca6030e959e5b5015b8f053b13ea5a33f1]

        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>  [da0c5f7e09466a8dfd28645491f1e1ffa516fd80]

        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>  [eda33efe2bd2f25a0da4522abfcadd5733e2dccd]

        INTEGRATION: CWS calc45 (1.207.84); FILE MERGED 2007/12/03 09:22:28 nn 1.207.84.3: #i84077# 'uninitialized' warning in gcc 4.1.2 again 2007/11/05 14:47:24 nn 1.207.84.2: #i29101# IsCellEqual: for values, also compare number formats 2007/10/02 15:26:11 nn 1.207.84.1: #i81936# use sal_Int32 instead of long as UNO type

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f7d5777d9131c531916858d438795f0c489652d4]

        INTEGRATION: CWS configure22 (1.28.104); FILE MERGED 2007/10/15 22:46:22 rene 1.28.104.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4c7b03ebf9fdbe8c02b2eec0de3bb3269b57cfb1]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 13:11:35 pjanik 1.1.2.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ffa8920eb2393ea930327decca775e0fabeddcb5]

        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>  [6df02515c698510dfd97f5c1e5bc4957540ae742]

        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>  [951409194e0404dd794bda0fbd890999d4c394f2]

        INTEGRATION: CWS mav26 (1.22.552); FILE MERGED 2007/11/27 15:23:19 mav 1.22.552.1: #i79302# avoid duplicate objects

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [7e3217c164d07f0ed3f1c28e2b434221920e2e81]

        INTEGRATION: CWS dictionariesfor24 (1.7.116); FILE MERGED 2007/10/21 13:11:35 pjanik 1.7.116.1: #i71669#: Add Italian thesaurus, update spell checker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e4e988cb90392ea0164df7898afc5f2615c7241b]

        INTEGRATION: CWS calc45 (1.24.6); FILE MERGED 2007/12/03 09:39:29 nn 1.24.6.1: #i83017# Warnings on 64bit Linux (patch from pjanik)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0c93e271f7e07daa0c6efe3798390419ee4b7ba1]

        INTEGRATION: CWS configure22 (1.40.34); FILE MERGED 2007/11/14 21:10:27 rene 1.40.34.2: RESYNC: (1.40-1.41); FILE MERGED 2007/10/15 22:46:22 rene 1.40.34.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [483eee9d365e6e5da0475db69d3b50269ac7e35d]

        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>  [d55c4505f7eaecb6f1ac53476b0c0d110bb19b1d]

        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>  [64de2e43a7fdba76489131ab37f316301f0bb42e]

        INTEGRATION: CWS mav26 (1.80.202); FILE MERGED 2007/11/27 15:23:19 mav 1.80.202.1: #i79302# avoid duplicate objects

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c6c3c6dea6461c43f903591aef3e785fda423aaf]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/24 13:25:13 pjanik 1.1.2.1: #i83224#: Add French dictionary.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [a8e9f22092f217d80415884a668d91527c04d322]

        INTEGRATION: CWS configure22 (1.43.236); FILE MERGED 2007/11/14 21:10:06 rene 1.43.236.2: RESYNC: (1.43-1.44); FILE MERGED 2007/10/15 22:46:22 rene 1.43.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [38717cf721ad1724cf0f7a14a809132fd8f7252d]

        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>  [7c0905041d6c313f6847b3666f737a3976a1ae97]

        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>  [2866a2e5134e7649961770d34c45fa732e094536]

        INTEGRATION: CWS configure22 (1.13.236); FILE MERGED 2007/10/15 22:46:22 rene 1.13.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e9cdb18e5df593b0b47d66f7552238d06b040ef8]

        INTEGRATION: CWS configure22 (1.4.128); FILE MERGED 2007/11/14 21:10:03 rene 1.4.128.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/15 22:46:22 rene 1.4.128.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5c4f2757dad4d3fea68d95681f46ac046c65c060]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/24 13:25:12 pjanik 1.1.2.1: #i83224#: Add French dictionary.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [12897dc51e036666cba10affda2f30682c8f18e1]

        INTEGRATION: CWS configure22 (1.16.236); FILE MERGED 2007/10/15 22:46:22 rene 1.16.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [e2da2821e86950f0a40b9bad20edb4d21eabdbdc]

        INTEGRATION: CWS configure22 (1.12.236); FILE MERGED 2007/11/14 21:10:09 rene 1.12.236.2: RESYNC: (1.12-1.13); FILE MERGED 2007/10/15 22:46:21 rene 1.12.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1a424b886ddb5f5235ad181aaa8d8ca06d93e624]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:27:28 pjanik 1.1.2.2: #i82148#: Add README file for Spanish spellchecker. 2007/11/20 21:17:31 pjanik 1.1.2.1: #i82148#: Add Spanish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [b440352e553b754729625b5c99239cc14810bd2c]

        INTEGRATION: CWS configure22 (1.15.236); FILE MERGED 2007/10/15 22:46:21 rene 1.15.236.1: #i79874# STLport5 support for configure

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [f20bc5e8bd85133012d8c8a63e15eeef41b9c6ad]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:20:16 pjanik 1.1.2.1: #i82148#: Add Spanish dictionary.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5d7e3867f86964e892d480df1cf156c634529acc]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:19:56 pjanik 1.1.2.1: #i82148#: Add Spanish dictionary.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [708cd8034f4ac97d0935adae006166677bb41008]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:29:37 pjanik 1.1.2.1: #i82148#: Add Spanish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [33f7f0ed72eadf482d1fce36dea896dd4ada1391]

        INTEGRATION: CWS configure22 (1.69.6); FILE MERGED 2007/12/06 10:36:39 hjs 1.69.6.1: #i79874# set STLPORT_VER ,#i84166# add new build types

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [1710a2c8b20a9ce7d2eff1bb3e9e0d7f39519f58]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/20 21:19:30 pjanik 1.1.2.1: #i82148#: Add Spanish dictionary.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9fa7b3a9318909969dc43d7983612befe341a2b5]

        INTEGRATION: CWS configure22 (1.5.770); FILE MERGED 2007/12/04 14:01:20 rene 1.5.770.1: the alias is OpenOffice2 since long

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [3579f1aa9b45a464e991562d48c7ed1f767a2dae]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 12:46:49 pjanik 1.1.2.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [575e36b3c295b19ccfe4ac3ce4a273a116ce8883]

        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>  [335932b91a95265cc446b711c0323a738abcd9b5]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/15 07:28:19 pjanik 1.1.2.2: #i60904#: Update en-ZA spellchecker. 2007/10/21 12:46:22 pjanik 1.1.2.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [6f5a969bdcafcc6d6d18004d3929645347fb5495]

        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>  [f57e5aa96e740c967a3dcd39d44612aba3797537]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/15 07:27:49 pjanik 1.1.2.2: #i60904#: Update en-ZA spellchecker. 2007/10/21 12:45:54 pjanik 1.1.2.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5c55c8244f607380a0f1ff45759abd66562191f0]

        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>  [38cfd8a215611be0e875a572c6ca51ecb6d048ea]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/10/21 12:45:04 pjanik 1.1.2.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [34e2f289d24ed72b5f969892a6204ea561a02c79]

        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>  [16d30e32e102b5ed340dd06ce49470f8497eb13e]

        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>  [2e7b43651d690098e0e796f42c02133b544e0d14]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/15 07:27:07 pjanik 1.1.2.2: #i60904#: Update README file of en-ZA spellchecker. 2007/10/21 12:45:35 pjanik 1.1.2.1: #i60904#: Add en_ZA spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [4242eb36f32a3f750cfe23afc1f2e6985f66bfce]

        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>  [4fb02909bd79ee4a6f53903837c946ac91fc4cef]

        INTEGRATION: CWS dictionariesfor24 (1.5.84); FILE MERGED 2007/11/20 21:15:32 pjanik 1.5.84.2: Fix typo. 2007/11/20 20:53:40 pjanik 1.5.84.1: #i80112#: Add Danish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [ce5a05db49a34f70a7d2c24315f7711b438dfbbe]

        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>  [cb1acfc844db1dcbc4acdfa213d0fb9f065c0a03]

        INTEGRATION: CWS dictionariesfor24 (1.2.110); FILE MERGED 2007/11/30 21:56:25 pjanik 1.2.110.1: #i80112#: Add missing DICT line - thanks sba for finding the omission.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [c47e6d6d54e0d4ddc5ab418b4dab82c16e740111]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/22 08:14:04 pjanik 1.1.2.1: #i80112#: Add Danish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [cd0ce2620a711fcbff2b3c4daf08e865f6ac1711]

        INTEGRATION: CWS gfbfcfg (1.13.86); FILE MERGED 2007/11/27 12:45:42 hdu 1.13.86.2: RESYNC: (1.13-1.15); FILE MERGED 2007/09/07 14:04:57 hdu 1.13.86.1: #i54603# define cross-platform PSPLIB

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [26df88ced1a51c40768cb422291cc8f37005defd]

        INTEGRATION: CWS vcl84 (1.35.100); FILE MERGED 2007/12/03 10:02:02 pl 1.35.100.2: RESYNC: (1.35-1.36); FILE MERGED 2007/11/30 16:21:34 pl 1.35.100.1: #i80978# provide same space for both empty fixedtexts

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5d704bb40b980d6d92a67d1721c9cfab9fe70d52]

        INTEGRATION: CWS sw8u10bf01 (1.8.80); FILE MERGED 2007/11/07 14:59:53 ama 1.8.80.1: Fix #i82443#i82902#: Check style name (display names)

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [9f17e153a18896590ec244661b5b7ff5206c3fc6]

        INTEGRATION: CWS gfbfcfg (1.32.50); FILE MERGED 2007/11/27 12:45:35 hdu 1.32.50.2: RESYNC: (1.32-1.34); FILE MERGED 2007/09/07 14:04:57 hdu 1.32.50.1: #i54603# define cross-platform PSPLIB

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [52970274988af43bf5bd98d494671a0b7f7bb2be]

        INTEGRATION: CWS configure22 (1.9.4); FILE MERGED 2007/12/03 15:39:29 rene 1.9.4.2: fix build. jar names are hardcoded in the manifest. If people want to change them, they have to patch manifest #i10000# we need a dep on readlicense_oo 2007/12/02 12:34:16 rene 1.9.4.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [6244fb51244a2e7bdad96d5d527c8ff6e13d02db]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/22 08:13:35 pjanik 1.1.2.1: #i80112#: Add Danish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [08498c253e281103407b02a146c7893b35e7ab55]

        INTEGRATION: CWS configure22 (1.5.4); FILE MERGED 2007/12/03 15:39:29 rene 1.5.4.2: fix build. jar names are hardcoded in the manifest. If people want to change them, they have to patch manifest #i10000# we need a dep on readlicense_oo 2007/12/02 12:34:16 rene 1.5.4.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8edbc5df60affd08b4043a23d1ff36367d57e88e]

        INTEGRATION: CWS gfbfcfg (1.117.48); FILE MERGED 2007/12/03 15:51:11 hdu 1.117.48.3: RESYNC: (1.120-1.122); FILE MERGED 2007/11/27 12:39:24 hdu 1.117.48.2: RESYNC: (1.117-1.120); FILE MERGED 2007/09/07 14:04:57 hdu 1.117.48.1: #i54603# define cross-platform PSPLIB

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [90f6d033bcefc6381e6aad78a8d2487c90a35f9a]

        INTEGRATION: CWS dictionariesfor24 (1.1.2); FILE ADDED 2007/11/22 08:12:23 pjanik 1.1.2.1: #i80112#: Add Danish spellchecker.

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [0aa1c999a43522dc8155338d6ff07a03b90a7327]

        INTEGRATION: CWS configure22 (1.4.56); FILE MERGED 2007/12/02 12:34:15 rene 1.4.56.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [5d20a5c94c578e1bfcf01b339f8837cf1d4cf2a1]

        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>  [8120abbaa26e31267a3f8f048dcecb687e3bce94]

        INTEGRATION: CWS configure22 (1.4.4); FILE MERGED 2007/12/02 12:34:15 rene 1.4.4.1: #i84165# --enable-sdext, --disable-reportdesign and --with-system-jfreereport

2007-12-12  Kurt Zenker  <kz@openoffice.org>  [8da0fd2329a375b2c991de65b764e682a972e83c]

        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>  [14d5f3b4c8bb078063c2a0329683eac63ff72a18]

        #i84378#

2007-12-10  Vladimir Glazounov  <vg@openoffice.org>  [b704f4abffa98f51dd6b5d1887f79e8ed43f3b5d]

        #i84379#

2007-12-10  Vladimir Glazounov  <vg@openoffice.org>  [582ed2bd1324973fd9238bd71b5d09f759b311c8]

        #i84360#

2007-12-09  Giuseppe Castagno  <beppec56@openoffice.org>  [13a3e75bdb792aae981b2e206fb24497fb3d6299]

        Issue number:  i81093 Submitted by:  beppec56 Adds sRGB generation library for PDF/A

2007-12-09  Giuseppe Castagno  <beppec56@openoffice.org>  [2072df27a129ae697e811ee5c9a0ac2271368135]

        Issue number:  i81093 Submitted by:  beppec56 Adds sRGB generation library for PDF/A

2007-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [65644e4bc948890bd9ace5dd35bb0b5bd46719d7]

        #i10000# - fix broken syntax slipped through qa (breaker for mac here)

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [afc31c11133a1a2fc5b48b55f61ddd038d777b92]

        #i100000# switch off C4748 warning (wntmsci11)

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [959f26ca9da0ab254a45418b270dc7bc24bb4a75]

        #i84162#

2007-12-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [15d63efff3e7ca3c2c02adbb9a960ddd2c057c63]

        #i10000# make it build if not used

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [7371518a3f834e444c425400188dcdc1f3167488]

        #i84162#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [afa010489a6802d922a18d2b2fa1550dac955296]

        #i84194#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d8244f67c9569c2f9837b9f38fbddf087f18d8ea]

        SRC680

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [03af362ca8fdf20b62a81241fd271a8342bd40e1]

        INTEGRATION: CWS npower8 (1.89.4); FILE MERGED 2007/10/11 19:26:20 npower 1.89.4.2: RESYNC: (1.89-1.91); FILE MERGED 2007/08/07 18:22:47 npower 1.89.4.1: #i77189# more implementation to the cxx file

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9109706c2a26160f08ff206cabd3bacd61d27362]

        INTEGRATION: CWS npower8 (1.2.40); FILE MERGED 2007/08/07 18:22:47 npower 1.2.40.4: #i77189# more implementation to the cxx file 2007/08/07 17:18:51 npower 1.2.40.3: #i77189# fix typo 2007/08/07 17:09:31 npower 1.2.40.2: #i77189# add new method to obtain the SystemWindow rather than expose the GetTopWindow_Impl 2007/07/18 13:46:03 npower 1.2.40.1: #i77189# visibility changes needed by vba api model

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ef54d78a6925f4bc6e370b0caadece4761c649b3]

        INTEGRATION: CWS npower8 (1.22.96); FILE MERGED 2007/11/09 17:04:51 npower 1.22.96.1: Issue number:  #i83503# Submitted by: Reviewed by:

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ab740f4a24e62a7c00c0d5ab22eb7182f2df4587]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/05 11:07:16 npower 1.2.2.2: cater for new constants and genconstidl dirs 2007/05/11 11:40:58 npower 1.2.2.1: #i75551#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [073cb61166b7badc0be94738a5ae9939e7bf0adc]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/05 11:06:02 npower 1.2.2.2: take care of new genidlconst and org/openoffice/constants sub dirs 2007/05/11 11:07:38 npower 1.2.2.1: #i75551#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [dc2e355d829bd33a8d1f684a865068361a025442]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/05/14 11:11:38 npower 1.2.2.3: Add licence info 2007/05/11 11:40:01 npower 1.2.2.2: #i75551# 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3c5cb655e7ed8ccb2ea041139975ee55fd7eb52a]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/05/14 09:55:15 npower 1.1.2.2: add licence header info 2007/05/10 11:22:53 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [63b04fdbddfaecc6ed5fff2cc011a9dd45e816ab]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/05/10 11:15:51 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ab9fbaa58b84119e6cf3179d88204367d3031a84]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/09/03 12:20:53 npower 1.2.2.1: #i77189# sync with oobuild

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [aae158fd8c1df6ea4e11d48efc41c6265ecff68a]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/05/14 11:24:05 npower 1.2.2.1: remove extra license info

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e9e6a685e0263211c5d72fd7cd9200fddecfc606]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [57bb3b9be72d6f5f047c2137cc61887fef1aed9e]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/05/14 11:11:38 npower 1.2.2.2: Add licence info 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a09fe115a940726640a8c7fd7015f11b9828e527]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/05/14 09:55:15 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9552710cca587f0264b6342c0a5af034dda726b7]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/09/03 12:20:53 npower 1.1.2.3: #i77189# sync with oobuild 2007/05/14 09:55:15 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [89d3f1f0d66f793d601465de65ab84a5dc3ff63b]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:07 npower 1.1.2.4: #i77189# 2007/05/14 09:55:15 npower 1.1.2.3: add licence header info 2007/05/11 11:36:50 npower 1.1.2.2: #i77189 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d937d9e7b9101d3656a3f9145cb0ac153f4c94d0]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:07 npower 1.1.2.3: #i77189# 2007/05/14 09:55:15 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e8d24ce9a0f98feee5618c960598752f9fa036d0]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/05/14 09:55:14 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [dcf11d4c9b7577d5693e465333d1def6bc558dde]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/09/03 12:20:53 npower 1.2.2.5: #i77189# sync with oobuild 2007/07/18 13:46:58 npower 1.2.2.4: #i77189# sync ooo-build and this module 2007/05/14 11:11:38 npower 1.2.2.3: Add licence info 2007/05/11 11:37:49 npower 1.2.2.2: #i75551# 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3fa8418c04640e95f86f29b1b7f6d059a93e93af]

        INTEGRATION: CWS macosxquicktime01 (1.46.76); FILE MERGED 2007/11/03 17:50:06 msicotte 1.46.76.1: #i82234# enable Quicktime as mediaplayer in Draw

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ce15df6a14d0be8e0a852740623bf7a007f955ce]

        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>  [38fef53f6f0a5b831dac7e969c5c3ff5d1517d9d]

        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>  [7eb85599883f9ca732dbbc87e9dfbc3c0254f387]

        INTEGRATION: CWS macosxquicktime01 (1.2.58); FILE MERGED 2007/10/27 09:00:18 pl 1.2.58.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a56a678751079b91fe94a2b4eef6d02661b2c48c]

        INTEGRATION: CWS macosxquicktime01 (1.21.58); FILE MERGED 2007/10/27 09:00:18 pl 1.21.58.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9b24b6be6cb88508c695ee11310af51348f819b2]

        INTEGRATION: CWS macosxquicktime01 (1.12.96); FILE MERGED 2007/10/27 09:00:18 pl 1.12.96.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e5a94a29545d1aa0546e1b7dd6ab45ab3bc478ce]

        INTEGRATION: CWS macosxquicktime01 (1.260.14); FILE MERGED 2007/10/05 03:13:48 msicotte 1.260.14.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d81684a203728aabb50d9565af213f220ca1c10b]

        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>  [322092139d95f940b199f1e3eb14e4ca967a7e8d]

        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>  [4876352d616fd1f87941124ef11c91d46299caf5]

        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>  [7479f74b9074aaa24e16976d19224ddd210b5869]

        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>  [d532c545d1dcf5e7d9031a05f463f50a490f6c37]

        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>  [eaefba0ba2a9a7b6a9366f0b4b82e73b9bdbba1c]

        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>  [a71e4993301e45d0028d770963f1872c2c6a2dfc]

        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>  [6b217619c8577f2167cd83ae8df63bbd59acfbe0]

        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>  [21f3c375f2bb43d4e12527208db10210040f2c06]

        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>  [910f75e2a66615f1285b97fa4f60246af38d4c27]

        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>  [43a2e647036efb7358765f7506b381663a60b764]

        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>  [46335dc45318cd37ee16322e0c0ff0d890abc074]

        INTEGRATION: CWS macosxquicktime01 (1.21.52); FILE MERGED 2007/10/26 11:09:53 pl 1.21.52.1: #i82621# fixed a copy/paset error

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [04934f11a925dbf2ba88463efe67469b807097fe]

        INTEGRATION: CWS macosxquicktime01 (1.29.8); FILE MERGED 2007/10/26 09:16:56 pl 1.29.8.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c1034f87c7eaf78f6dff26836dc9527ac8273d71]

        INTEGRATION: CWS macosxquicktime01 (1.7.30); FILE MERGED 2007/10/26 09:16:56 pl 1.7.30.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9febce34953f0905b6bc0d492457e63c41bd7550]

        INTEGRATION: CWS macosxquicktime01 (1.2.24); FILE MERGED 2007/11/02 13:02:38 pl 1.2.24.2: #i82234# use quicktime service on quartz 2007/10/26 11:41:21 pl 1.2.24.1: #i82621# transport window handle as sal_IntPtr

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [12ce7dc253103ce4ea4dbee80785f0b88c0fb696]

        INTEGRATION: CWS macosxquicktime01 (1.9.10); FILE MERGED 2007/11/03 17:28:58 msicotte 1.9.10.1: #i82621# enable Quicktime as soundplayer in slideshow

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [fceead1a5d66de1b1bbf2bc3a672a9acd9e5b07d]

        INTEGRATION: CWS macosxquicktime01 (1.18.138); FILE MERGED 2007/11/03 17:50:05 msicotte 1.18.138.1: #i82234# enable Quicktime as mediaplayer in Draw

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4b4bcbb1e4f02855dc7a01978bcc4720b458d1e4]

        INTEGRATION: CWS macosxquicktime01 (1.3.106); FILE MERGED 2007/10/05 03:13:48 msicotte 1.3.106.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [002c0fcb17d2f5e55fa681ab671fcfb6208c061d]

        INTEGRATION: CWS macosxquicktime01 (1.4.44); FILE MERGED 2007/10/26 11:30:40 pl 1.4.44.1: #i82621# transport window handle as sal_IntPtr

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [801183f8a6c54aa8e9a333387f0c85aedc2171fe]

        INTEGRATION: CWS macosxquicktime01 (1.7.54); FILE MERGED 2007/10/25 16:17:51 msicotte 1.7.54.1: #i82234# code to make the player window visible and link it to the QTMovie

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [faa032bb1853fddd28e21f35c97058ed5fab9090]

        INTEGRATION: CWS macosxquicktime01 (1.7.12); FILE MERGED 2007/11/02 13:55:23 pl 1.7.12.2: #i82234# add some file types 2007/10/05 03:13:48 msicotte 1.7.12.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c2c1221c9643ea6cb2dfe16f915d2edb7fb8e5fe]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/10/28 19:58:27 msicotte 1.1.2.3: #i82621# initial framegrabber implementation and remove unneeded Windos class stuff 2007/10/25 03:59:28 msicotte 1.1.2.2: add part implementation to window.cxx 2007/10/05 03:13:48 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [1d8a8bd4632d61caf7ff0d2c9559e5fbba40f66b]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/10/05 03:13:48 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5aa524c95601ed55b39a8f59522fb935a4f97ade]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/10/28 19:58:27 msicotte 1.1.2.2: #i82621# initial framegrabber implementation and remove unneeded Windos class stuff 2007/10/05 03:13:48 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4561737a78237392029fe8312192340e6353751d]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/11/02 14:06:10 msicotte 1.1.2.6: #i82621# cleanup framegrabber and player 2007/10/28 19:58:27 msicotte 1.1.2.5: #i82621# initial framegrabber implementation and remove unneeded Windos class stuff 2007/10/25 18:11:45 msicotte 1.1.2.4: #82234# implement getPreferredPlayerWindowSize and use it when the window is created - also hide the QTcontrollerbar 2007/10/25 16:17:50 msicotte 1.1.2.3: #i82234# code to make the player window visible and link it to the QTMovie 2007/10/25 03:59:27 msicotte 1.1.2.2: add part implementation to window.cxx 2007/10/05 03:13:48 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0a94dcfa2cb29435e764150bbb97a9ed1b592e79]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/10/05 03:13:47 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f1d42bbfe68f0720435362a309ea9fb5fa2ce1d4]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/10/28 19:58:27 msicotte 1.1.2.2: #i82621# initial framegrabber implementation and remove unneeded Windos class stuff 2007/10/05 03:13:47 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [db5f84f75e17951133d3cf874c5899c67d000728]

        INTEGRATION: CWS macosxquicktime01 (1.1.2); FILE ADDED 2007/11/02 14:06:10 msicotte 1.1.2.5: #i82621# cleanup framegrabber and player 2007/10/29 16:40:50 msicotte 1.1.2.4: #i82621# working framegrabber 2007/10/28 19:58:27 msicotte 1.1.2.3: #i82621# initial framegrabber implementation and remove unneeded Windos class stuff 2007/10/25 18:11:45 msicotte 1.1.2.2: #82234# implement getPreferredPlayerWindowSize and use it when the window is created - also hide the QTcontrollerbar 2007/10/05 03:13:47 msicotte 1.1.2.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [7b34a5e26629b9ded42cb85caa69aae03f41c1da]

        INTEGRATION: CWS macosxquicktime01 (1.3.16); FILE MERGED 2007/10/05 03:13:47 msicotte 1.3.16.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [393a72ef47d21765c0cd765a1b229e9df38ac0ef]

        INTEGRATION: CWS macosxquicktime01 (1.3.160); FILE MERGED 2007/10/05 03:13:47 msicotte 1.3.160.1: #i82234# inital commit of new files and changes for Mac Os X QuickTime integration

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [937aaa6c7a7536f6cc83041a23ac6f045053d0c2]

        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>  [4b62e4276ce5b239c728eb5f556b516e37f4a1a6]

        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>  [5f970455bd219ade1e7051fc75647240a5c8336c]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [fefc96e832d946afcb13c571fca261c1c3864c80]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/16 09:36:07 npower 1.2.2.3: #i77189# 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [bb788aa60f71bae518065b0715f9bcef19c918e5]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ea4bb862e670b9244a3882b8aa2cc8de7d83cb38]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/17 17:53:34 npower 1.2.2.4: #i77189# 2007/09/03 12:20:53 npower 1.2.2.3: #i77189# sync with oobuild 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [92bd0564abedb5293813d36b8a53c903887dff68]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/17 17:53:34 npower 1.2.2.3: #i77189# 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [66082ad4cf89b162ec98e3994cd095b6cd1a9a54]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/30 16:19:35 npower 1.2.2.4: #i77189# 2007/10/16 09:36:07 npower 1.2.2.3: #i77189# 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [fb6a7631d1266afa370e7fc4731ac22f6289d2d5]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:58 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [7618923b72799742c31f9ce2ab2149e8034d7757]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:58 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/14 09:55:14 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [1242940827e0b7dcb1c82f7ad4d638e5198d49ff]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 22:39:26 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [346d71dbb837b2f2aac4318b49abdaf100af7710]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/18 13:46:58 npower 1.2.2.3: #i77189# sync ooo-build and this module 2007/05/11 11:37:49 npower 1.2.2.2: #i75551# 2007/05/10 11:22:17 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4182e4efd183b7fcd26026af6695241f0d9d52ba]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/09/03 12:20:53 npower 1.1.2.4: #i77189# sync with oobuild 2007/07/18 13:46:58 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/14 09:55:14 npower 1.1.2.2: add licence header info 2007/05/10 11:15:50 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b2aad853af1d85ca9b542ead06d9efbdf2975250]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 22:39:25 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c217ecad291174eced54dc3d6dfc64297ce8c221]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/18 13:46:58 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:16 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [75358a0af761076829ed4ccea665e6cb002801fd]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:58 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/14 09:55:14 npower 1.1.2.2: add licence header info 2007/05/10 11:15:49 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [61fe50bc9f7083f5279471e1f89a9ae47b604586]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:57 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/14 09:55:14 npower 1.1.2.2: add licence header info 2007/05/10 11:15:49 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [81052ef446b180a9cbdde294c169d02186feaa3d]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/07/18 13:46:57 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:16 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [882cd2f3c3c60511bac1f8f5320ddd11d4964939]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:57 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:15:49 npower 1.1.2.1: #i77189# new idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [8afa9bcaea0b1e5b9dbb5077de52951288192c7d]

        INTEGRATION: CWS npower8 (1.2.2); FILE MERGED 2007/10/16 09:36:07 npower 1.2.2.3: #i77189# 2007/07/18 13:46:57 npower 1.2.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:22:16 npower 1.2.2.1: #i77189# idl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [8629b47b4ea10b83a21568b0ba309ac81c8ec018]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/09/03 13:23:56 npower 1.1.2.1: #i77189# sync with oobuild

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b57353c665a91ce11f03bbb0a6d53432d1eb2c79]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/11/02 17:10:40 rene 1.1.2.6: $(shell ls -> $(shell @ls to suppress "Executing shell macro" message of dmake 2007/07/10 09:36:04 npower 1.1.2.5: use temp file for command on regmerge to avoid command line lenght issues 2007/07/09 11:14:53 npower 1.1.2.4: bah duplicating stuff in target.mk but... I can't get it to work without that 2007/07/09 10:40:42 npower 1.1.2.3: cleanup makefile, make it work as standard IDLFILES target 2007/07/09 08:30:39 npower 1.1.2.2: temporary hack to get the urd's to build 2007/07/05 11:04:07 npower 1.1.2.1: constants builds the generated constants from the generated idl provided by oovbaapi/genconstidl

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c1c137b7313e63127e04bf14518ae657eaffed70]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/05 10:59:27 npower 1.1.2.1: moved from oovbaapi

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [60abe06fd1a470204d0f5ab9f1459e974f113a60]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/05 10:59:26 npower 1.1.2.1: moved from oovbaapi

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ecf836b73e733ae95cd8dc761db2a84f33b9ded6]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/11 14:37:46 npower 1.1.2.2: fix from kendy to simplify the translation, seems on 64bit and gcj some files weren't getting generated 2007/07/08 19:14:50 npower 1.1.2.1: oops forgot to move this file

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [cec81aa76df543194684c16e425a48e62d18121d]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/17 08:26:28 npower 1.1.2.4: due to continuing problems with the combination of xslt, gcj, 64bit systems kendy re-wrote the transformation in perl resulting in a much faster cleaner solution.. thanks kendy!! 2007/07/10 11:04:12 npower 1.1.2.3: allow it to work  with system xalan, xml-apis, etc. 2007/07/06 15:55:19 rene 1.1.2.2: #i10000# don't hardcode java, use $(JAVAINTERPRETER) 2007/07/05 10:59:29 npower 1.1.2.1: moved from oovbaapi

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [bb58ad864ff313434f6bd8becef22a2ae9a52efd]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/05 10:59:25 npower 1.1.2.1: moved from oovbaapi

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f43aae76f8fed33304bf8914b1481ca6f6084e64]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/05 10:59:24 npower 1.1.2.1: moved from oovbaapi

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3464b8ec60f175fb4c77a795e41d7395fa8d4e88]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/17 08:26:28 npower 1.1.2.1: due to continuing problems with the combination of xslt, gcj, 64bit systems kendy re-wrote the transformation in perl resulting in a much faster cleaner solution.. thanks kendy!!

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d4f72f3394cd92ac231242cbb6d7b3320cbd7469]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/08 19:24:42 npower 1.1.2.1: another neglected file copy

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [1c32a353cf34e90c9580dcc6bbfcf33f497518ed]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/30 17:43:50 npower 1.1.2.1: some regression/unit testing bits

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a841c6553cfad9c021acf943a347ea35bafd7292]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/30 17:47:50 npower 1.1.2.1: benchmark logs for the regression/unit tests

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c9f1bd57ed53aa02488e7830f984b99668e82c45]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/11/13 10:15:22 npower 1.1.2.2: Issue number: Submitted by: Reviewed by: 2007/10/30 17:47:50 npower 1.1.2.1: benchmark logs for the regression/unit tests

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d452380ad61c508f7ad038b61b595335cc58c4f0]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/30 17:47:49 npower 1.1.2.1: benchmark logs for the regression/unit tests

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5a5bac96198e00c1f4cff72b7bf653a13429481e]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/30 17:47:48 npower 1.1.2.1: benchmark logs for the regression/unit tests

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3a7211b992475695c8eb08586405e123985da665]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/30 17:47:47 npower 1.1.2.1: benchmark logs for the regression/unit tests

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ad75414ab59ca96e6fab7b92ed4acb0a9a8a309b]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0c129e93458a2da3f07566ad8c08175b825ec6e7]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/16 09:36:59 npower 1.2.4.3: #i77189# 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4417fe57727d2642ca11c120168427d8e6fad396]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/10/11 19:24:27 npower 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [1ebbefe6f2744f6eefc767c49af059fb7c78470b]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/17 17:52:47 npower 1.2.4.5: #i77189# 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/09/03 12:19:43 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4708aad6ef3fe38c5b0f72bef8efc2e7cafa80e5]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 21:00:26 npower 1.2.4.6: Issue number:  #i77189# warning as error removal 2007/10/17 17:52:47 npower 1.2.4.5: #i77189# 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/09/03 12:19:43 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [dc8338994ab9bf5c93f9d4036ee26bc1ebd7fcc4]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [18ef6682a5e6ae503907755f8ba258647a550890]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d2a82b05bb69a46e4b92b3009a2ec84ffa152480]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/17 17:52:47 npower 1.2.4.4: #i77189# 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a4dbc8b46a6611637143223fa4a0c999cd984648]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/17 17:52:47 npower 1.2.4.5: #i77189# 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:11 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5dc4a2d96b627a0cac8b1893218e535a153bccec]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [684374b10275c0066838e9e65dbac716ce450508]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/30 16:18:49 npower 1.2.4.4: #i77189# 2007/10/16 09:36:59 npower 1.2.4.3: #i77189# 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [11a61ab0cd028dfb14accd5835853b5d01c74b75]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 15:24:27 npower 1.2.4.6: #i77189# - remove warning 2007/10/30 16:18:49 npower 1.2.4.5: #i77189# 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/08/07 18:24:52 npower 1.2.4.3: change calls to GetTopWindow_Impl to GetSystemWindow 2007/07/18 13:46:48 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [28a72d9abdfc73ce8329903efde26ae2d456c15e]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:47 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [cb4008156438a18b5abe766c7f97c49ce91bad8f]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.3: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:47 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:47 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0fad1ef82d7558d4572d9966ed87bc707986ed9f]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:47 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [fd797f4c60235a6281e16c9a9fe31aec300771df]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/23 11:47:24 npower 1.1.2.4: i#77189# 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:47 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e1e41b47edc67861a812ce77147b83fce36a8756]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 22:40:44 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d9ddb0cb4f64dfdf3745a9314709af78965e1149]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.2: Issue number:  #i77189# warning as error removal 2007/07/18 22:40:44 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e99c92c8a7bd101ff5f6cb90c541944b781696ac]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [2c6eaf885fe2189478bf849663400f4dd27fc3a6]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.2: Issue number:  #i77189# warning as error removal 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [65fc5eed44855448c0c8a31b71a9e3b07bf1b819]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:59 npower 1.1.2.5: #i77189# 2007/09/03 12:19:42 npower 1.1.2.4: #i77189# sync with oobuild 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:47 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [623e1cb99f06dedcc3f4e5e7ea318471de2472a1]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 16:05:13 npower 1.1.2.6: #i77189# - remove warning 2007/10/16 09:36:59 npower 1.1.2.5: #i77189# 2007/09/03 12:19:42 npower 1.1.2.4: #i77189# sync with oobuild 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:47 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [23efd8c79e5bf55341f269b1b40bf86a66ecff72]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:59 npower 1.1.2.4: #i77189# 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [1fbfdd9be81cdd91d1a1a3fa49f84c0450c293b7]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:59 npower 1.1.2.6: #i77189# 2007/07/23 14:36:41 npower 1.1.2.5: more uninitialized value warning removal 2007/07/23 11:47:24 npower 1.1.2.4: i#77189# 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [917044470fe3ed07cf94701d15cf58ca72c52904]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/30 16:18:49 npower 1.2.4.5: #i77189# 2007/10/16 09:36:59 npower 1.2.4.4: #i77189# 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:47 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b4f10b2595d1622d7efbfde9d5f9fd14a53263f1]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/11/30 10:57:33 npower 1.2.4.12: compare widths based on twips not the converted doubles which seem to exhibit strange fp related ( or maybe even gcc specific ) problems, these result in some of the comparisons failing when they shouldn't Issue number: Submitted by: Reviewed by: 2007/11/05 17:07:21 npower 1.2.4.11: Issue number:  #i77189# 2007/10/31 21:00:26 npower 1.2.4.10: Issue number:  #i77189# warning as error removal 2007/10/30 16:18:48 npower 1.2.4.9: #i77189# 2007/10/30 11:53:39 npower 1.2.4.8: #i68901# 2007/10/16 09:36:59 npower 1.2.4.7: #i77189# 2007/10/11 19:24:24 npower 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2007/09/03 12:19:42 npower 1.2.4.5: #i77189# sync with oobuild 2007/07/23 11:47:24 npower 1.2.4.4: i#77189# 2007/07/18 13:46:47 npower 1.2.4.3: #i77189# sync ooo-build and this module 2007/05/13 07:09:06 npower 1.2.4.2: wrong constant def Issue number: Submitted by: Reviewed by: 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d06de306602566825b5fcfc20da120529fee73e4]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ce792f09703e8a9059fcb6a130d26dcff8322d8c]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/23 11:47:24 npower 1.1.2.4: i#77189# 2007/07/18 13:46:47 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e946584c30fd3655c17a468869a12feb5b28fc08]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:47 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [17a63e9e26d72599ea8d7d62a76b71d2f01fc8d5]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:46 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [18a7443cdc5ac3488e71373fdd40cf30a9dd6cc4]

        INTEGRATION: CWS altfcfgmerge02 (1.2.640); FILE MERGED 2007/11/16 15:40:45 cmc 1.2.640.1: #i83702# make without java build have working type config stuff again

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3f7c8e4324bca1e0778c4e381403de025db34eea]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:46 npower 1.2.4.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ba54dac1ef7ae00a2ec3d0198c914169cc1d22ba]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9ec1602e0b31850f9e20ffd7c9f30c2d147af608]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.5: Issue number:  #i77189# warning as error removal 2007/09/03 12:19:42 npower 1.1.2.4: #i77189# sync with oobuild 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e04052dc565065027ed01d4af7792310efb94136]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/23 14:36:41 npower 1.1.2.3: more uninitialized value warning removal 2007/07/23 11:47:24 npower 1.1.2.2: i#77189# 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [aa585533b92aa2b5fbbe83ed45b7ae632071070c]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.5: Issue number:  #i77189# warning as error removal 2007/09/03 12:19:42 npower 1.1.2.4: #i77189# sync with oobuild 2007/07/23 14:36:41 npower 1.1.2.3: more uninitialized value warning removal 2007/07/23 11:47:24 npower 1.1.2.2: i#77189# 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a63bf022e8f765ceb39591039d7ba1dbbddfd758]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/08/07 18:25:20 npower 1.1.2.3: add missing SAL_CALL to uno Delete method 2007/07/23 11:47:24 npower 1.1.2.2: i#77189# 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5e3888b404dafd7bdd2cc84386666892ead60ed3]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/23 11:47:24 npower 1.1.2.2: i#77189# 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [71dc4c2a1e869459bee08385a5c82246fc7ee6ab]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.4: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:01 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [55cd7496e50902f7ede6349d3934c469b6f2f6fe]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [280b51c0fde91282e7203550fcf0cf3abb5e47a2]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:59 npower 1.1.2.6: #i77189# 2007/07/23 14:46:00 npower 1.1.2.5: warning removal 2007/07/23 11:47:24 npower 1.1.2.4: i#77189# 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:46 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b4a10fc494dc1681ed1c7bedb42b42554715bfb0]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/23 11:47:24 npower 1.2.4.3: i#77189# 2007/07/18 13:46:46 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3bb3146bb3eb8738909484679fa0928464f7684d]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:46 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [e14c2338bc585adebe183373f3fcdf8ced4f40c4]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/30 16:18:48 npower 1.2.4.7: #i77189# 2007/10/17 17:52:47 npower 1.2.4.6: #i77189# 2007/10/16 09:36:59 npower 1.2.4.5: #i77189# 2007/10/11 19:24:14 npower 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2007/07/18 13:46:46 npower 1.2.4.3: #i77189# sync ooo-build and this module 2007/05/14 15:53:54 npower 1.2.4.2: remove bits that are already commited in npower7 ( also reorg the modifications so the diff context is more useable in ooo-build ) 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [adba4e8f8119394df9b33d5a2098b6ad049a70f2]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/30 16:18:48 npower 1.2.4.6: #i77189# 2007/10/16 09:36:59 npower 1.2.4.5: #i77189# 2007/07/23 14:36:41 npower 1.2.4.4: more uninitialized value warning removal 2007/07/23 11:47:24 npower 1.2.4.3: i#77189# 2007/07/18 13:46:46 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:10 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [34cf5c1614f61a4c6efde2bc727881dfa9b2e061]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:46 npower 1.2.4.4: #i77189# sync ooo-build and this module 2007/05/22 06:18:53 npower 1.2.4.3: change back the implementation name ( will be fixed ( I hope ) by 77436 2007/05/16 13:13:08 npower 1.2.4.2: temporary hack to allow extension manager to work 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c01006f623e7f569158daea5c3d3e6f3e40d01f2]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [aeaba580a214c02dc9d279505e2893b67c9c60bf]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.2: Issue number:  #i77189# warning as error removal 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a11b923cbc04dedc340182c3d97ad0f663c05453]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/11/07 16:13:25 npower 1.1.2.4: Issue number:  77189 fix solarix errors 2007/10/31 21:00:26 npower 1.1.2.3: Issue number:  #i77189# warning as error removal 2007/09/03 12:19:42 npower 1.1.2.2: #i77189# sync with oobuild 2007/07/18 22:40:43 npower 1.1.2.1: #i77189# sync ooo-build and this module

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [6c44489b4174ec19cded86f2cce1378a0d8ee72e]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:46 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [7ceae11e651e130c104bf96d24b430b91ac2291e]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/11 19:24:10 npower 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2007/07/23 14:46:00 npower 1.2.4.3: warning removal 2007/07/18 13:46:46 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a577c8d0f37f2cc3b3ba76f270debd29980ac2be]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [fe2b88d1402f2fc56d132f8c40c01ba5b7dfd4b7]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:58 npower 1.1.2.5: #i77189# 2007/07/23 11:47:24 npower 1.1.2.4: i#77189# 2007/07/18 13:46:46 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [693a72e4112f5909f9894826b3d8fedc7cdef5ee]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/23 11:47:24 npower 1.2.4.3: i#77189# 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9efe73cce37cf161822d8f31511e19d856b5cede]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [bc79cdf8d662b7bd423a640e67e4db371801938d]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:45 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [2bb29630c72f6b163ea2678b2853e8ec25dd0927]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c334f6636ddc70c2a7a6e6065c633c9fd2be7d41]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/11 19:24:07 npower 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c6db9f155d563e6b59be4d380613698b1601828c]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/16 09:36:58 npower 1.1.2.4: #i77189# 2007/07/18 13:46:45 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [f34f24332d1adefac886a2c4597adbf2cc0803f0]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 21:00:26 npower 1.2.4.4: Issue number:  #i77189# warning as error removal 2007/10/16 09:36:58 npower 1.2.4.3: #i77189# 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c8a844819a8cee2cc43edfee7bdce5d1179854da]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:45 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [9c3802c321b52cc690481d6f1051aa582dcb42de]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:26 npower 1.1.2.3: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:45 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [054bb3fc00ab7a9706a34712e4126442ed49ddb1]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 21:00:26 npower 1.2.4.3: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [42ffb5dfd76269332f714ac7ac478c6b414de060]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 21:00:26 npower 1.2.4.4: Issue number:  #i77189# warning as error removal 2007/07/23 11:47:24 npower 1.2.4.3: i#77189# 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:09 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [688179e48583b99160338fdf34e9aca59adcda98]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/07/23 11:47:24 npower 1.2.4.3: i#77189# 2007/07/18 13:46:45 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:08 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b93e41ab2fdbb471c0fe7ffa82b6a60d63bdf6c0]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:44 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [8a9e8c14fe8be6ed3cd97c262f9565371aa4b909]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/07/18 13:46:44 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [12786c8db03d2a7fbfe2775dfb0c8c223c37804f]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/10/31 21:00:25 npower 1.1.2.3: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:44 npower 1.1.2.2: #i77189# sync ooo-build and this module 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [7bb41bed7c184609ff582e650b6817264142ae16]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/16 09:36:58 npower 1.2.4.3: #i77189# 2007/07/18 13:46:44 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:08 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c2d64dad4eb70f4aaa3b3159073e5f3244f67d68]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/10/31 21:00:25 npower 1.2.4.6: Issue number:  #i77189# warning as error removal 2007/10/30 16:18:48 npower 1.2.4.5: #i77189# 2007/10/16 09:36:58 npower 1.2.4.4: #i77189# 2007/10/11 19:24:04 npower 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2007/07/18 13:46:44 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:08 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [99dcebbd0c2763eecf0fd81f039a917996f84308]

        INTEGRATION: CWS npower8 (1.2.4); FILE MERGED 2007/09/03 12:19:42 npower 1.2.4.3: #i77189# sync with oobuild 2007/07/18 13:46:44 npower 1.2.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:08 npower 1.2.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [959332d1bfa475f5f0316fdbcd7cd0e5590d3cf5]

        INTEGRATION: CWS npower8 (1.4.4); FILE MERGED 2007/07/18 13:46:44 npower 1.4.4.2: #i77189# sync ooo-build and this module 2007/05/10 11:23:08 npower 1.4.4.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [ad06715c827f09e5685bb223112cb73fffead388]

        INTEGRATION: CWS npower8 (1.1.2); FILE ADDED 2007/11/07 15:55:49 npower 1.1.2.5: Issue number: Submitted by: Reviewed by: 2007/10/31 21:00:25 npower 1.1.2.4: Issue number:  #i77189# warning as error removal 2007/07/18 13:46:44 npower 1.1.2.3: #i77189# sync ooo-build and this module 2007/05/13 07:34:00 npower 1.1.2.2: Add licence info 2007/05/10 11:21:45 npower 1.1.2.1: -m#i77189#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [18bbc88ce9151e0628f99164d7ecf663c08f0c53]

        INTEGRATION: CWS npower8 (1.101.40); FILE MERGED 2007/10/11 19:24:00 npower 1.101.40.2: RESYNC: (1.101-1.107); FILE MERGED 2007/07/18 13:42:05 npower 1.101.40.1: #i68902# all vba code to access a copy of SfxItemSet that hasn't had ClearInvalidItems called on it

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5e5f791d4937e61ff8655a785fbd0abd3b1c9b16]

        INTEGRATION: CWS npower8 (1.6.226); FILE MERGED 2007/10/11 19:23:11 npower 1.6.226.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/18 13:45:04 npower 1.6.226.1: #i77189# visibility changes needed by vba api model to access core calc bits

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [2d7de59a27369cd5d6017486026bc1d08d17c3c2]

        INTEGRATION: CWS npower8 (1.120.92); FILE MERGED 2007/11/09 17:06:15 npower 1.120.92.1: #i83503# - if vba interop enabled then import macros uncommented

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [064ea4d50296005554b20114b26f8a0b0dbe985e]

        INTEGRATION: CWS npower8 (1.5.62); FILE MERGED 2007/10/30 11:53:39 npower 1.5.62.1: #i68901#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [4dc957c8a26a9c1e5cd15386570d852ce2ff8721]

        INTEGRATION: CWS npower8 (1.4.426); FILE MERGED 2007/10/30 11:53:39 npower 1.4.426.1: #i68901#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b77699dcb4901aa2e7dc8483ba2fd81e7b7b41cb]

        INTEGRATION: CWS npower8 (1.12.62); FILE MERGED 2007/07/18 13:45:04 npower 1.12.62.1: #i77189# visibility changes needed by vba api model to access core calc bits

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [a883a7a0f78df514e2f345854e5fc7c5d8c5f710]

        INTEGRATION: CWS npower8 (1.99.4); FILE MERGED 2007/10/30 11:53:38 npower 1.99.4.3: #i68901# 2007/10/11 19:21:43 npower 1.99.4.2: RESYNC: (1.99-1.104); FILE MERGED 2007/07/18 13:45:04 npower 1.99.4.1: #i77189# visibility changes needed by vba api model to access core calc bits

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [14c8f1311c985775806a93a41fa8cd8be40294aa]

        INTEGRATION: CWS npower8 (1.28.4); FILE MERGED 2007/10/11 19:21:37 npower 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED 2007/07/18 13:42:05 npower 1.28.4.1: #i68902# all vba code to access a copy of SfxItemSet that hasn't had ClearInvalidItems called on it

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [86f36bc2bd6503e417f736f60372a9faa12d520a]

        INTEGRATION: CWS buildtool01 (1.160.26); FILE MERGED 2007/12/06 17:42:55 vg 1.160.26.12: #i84038# some performance fixes 2007/12/06 16:20:44 vg 1.160.26.11: #i84038# no final post_custom_job if there is custom job 2007/12/06 15:58:21 vg 1.160.26.10: #i84038# fixed name for custom_job's log name 2007/12/06 14:32:23 vg 1.160.26.9: #i84038# add pre_job for custom_job 2007/12/06 12:06:52 vg 1.160.26.8: #i84038# better example for new features 2007/12/06 11:14:15 vg 1.160.26.7: #i84038# run post_job for the last module for multiprocessing mode 2007/12/05 11:11:08 vg 1.160.26.6: #i84038# extracted post job to a separate procedure 2007/12/04 15:55:31 vg 1.160.26.5: #i84038# run post_job for the last module 2007/11/30 16:52:41 vg 1.160.26.4: #i84038# cd to working directory for pre_job 2007/11/30 16:35:57 vg 1.160.26.3: #i84038# cd to working directory for pre_job 2007/11/30 16:11:02 vg 1.160.26.2: #i84038# flush output of custom jobs 2007/11/30 13:43:37 vg 1.160.26.1: #i84038# implementated --pre_job and --post_job switches, changed a bit usage of --job switch

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [76c913df5e5a6ea22e9c2c6a677d6766a1ebbffe]

        INTEGRATION: CWS jl83 (1.45.36); FILE MERGED 2007/11/29 16:50:02 jl 1.45.36.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [c2671ff06d42ecd73b230f7d78b7e4c02448542a]

        INTEGRATION: CWS jl83 (1.3.122); FILE MERGED 2007/11/29 16:37:39 jl 1.3.122.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5db379eead5a36cc2cd4593d8573b40eeda90b9d]

        INTEGRATION: CWS jl83 (1.13.46); FILE MERGED 2007/11/29 16:38:49 jl 1.13.46.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [fb7d65a17d4fabe920686f1c1e97ff6a52414774]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 12:59:03 jl 1.1.2.1: #i84019# test executable which will be delivered by the hello.oxt extension

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [01c99b83c3010a322b636ea9eafcc538e9b8f01a]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 15:08:43 jl 1.1.2.4: #i84019# 2007/11/30 14:02:43 jl 1.1.2.3: #i84019# 2007/11/30 13:56:24 jl 1.1.2.2: #i84019# 2007/11/30 12:58:47 jl 1.1.2.1: #i84019# test executable which will be delivered by the hello.oxt extension

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [d423511cee5b412edb05012263719b896f296565]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 15:16:30 jl 1.1.2.1: #i84019#

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [8416507466a6fc18e2b54691d0a5b7d2ad37849f]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 15:26:42 jl 1.1.2.1: #i84019# test executable which will be delivered by the hello.oxt extension

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [b6adc700a19765603daad56d16ddcfd3d9357d29]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 15:26:00 jl 1.1.2.2: #i84019# 2007/11/30 13:30:13 jl 1.1.2.1: #i84019# test extension

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [5c0d9aa625145077e2becc5f2179e209087ef71a]

        INTEGRATION: CWS jl83 (1.21.130); FILE MERGED 2007/11/29 16:40:14 jl 1.21.130.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [3be27a408b9f0cc7104567f5d2933ee66265da38]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/29 16:36:26 jl 1.1.2.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [0abb7d2178538f25db2fece8a5d45d9da43671a3]

        INTEGRATION: CWS jl83 (1.1.2); FILE ADDED 2007/11/30 16:16:00 jl 1.1.2.4: #i84019# 2007/11/30 16:08:43 jl 1.1.2.3: #i84019# 2007/11/30 15:42:48 jl 1.1.2.2: #i84019# 2007/11/29 16:36:16 jl 1.1.2.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [82eed3e874b03b321f0b9d5e05da9d213f692bae]

        INTEGRATION: CWS jl83 (1.22.52); FILE MERGED 2007/11/29 16:39:37 jl 1.22.52.1: #i84019# set executable file permission for executables in extensions

2007-12-07  Vladimir Glazounov  <vg@openoffice.org>  [457ba9dac9c628e34fa184611215eed81753aa7c]

        INTEGRATION: CWS jl83 (1.19.24); FILE MERGED 2007/11/29 13:07:46 kso 1.19.24.1: #i83870# - Fixed NeonUri::GetPathBaseName().

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [a2c64287708692d3f42fb4c62c6eeb35546dde55]

        INTEGRATION: CWS jl77 (1.263.8); FILE MERGED 2007/11/21 10:41:02 jl 1.263.8.1: #i80335# do not use the berkeley db java libs anymore

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [39f825f06dbaf8ddc354a2e309e27ca049d19cc2]

        INTEGRATION: CWS jl77 (1.13.30); FILE MERGED 2007/11/19 13:10:45 jl 1.13.30.1: #i80976# applied patch for finding 64 bit jre

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [53f39554ba93a80abe5033d28a57925247b3f0a0]

        INTEGRATION: CWS jl77 (1.14.8); FILE MERGED 2007/11/19 13:29:13 jl 1.14.8.1: #i80975# applied patch, searching libjjvm by java.library.path

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [1172e73d3abcbe276400b64574ab497e0b51c9aa]

        INTEGRATION: CWS jl77 (1.9.26); FILE MERGED 2007/11/21 10:38:51 jl 1.9.26.1: #i80335# do not build the java libs anymore

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [10e51620d442d9d8a31cd7a54099457994ab3706]

        INTEGRATION: CWS jl77 (1.42.4); FILE MERGED 2007/11/21 10:38:51 jl 1.42.4.1: #i80335# do not build the java libs anymore

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [5d26362dd5dce2e40ec7dc90b7da72c5611ef68b]

        INTEGRATION: CWS jl77 (1.23.4); FILE MERGED 2007/11/21 11:30:41 jl 1.23.4.2: #i80335# adapt misc/build/db-4.2.52.NC/makefile.mk 2007/11/21 10:38:51 jl 1.23.4.1: #i80335# do not build the java libs anymore

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [bf9fa0d170d2cc7ef6e7ad1ee77a0bc8dc963887]

        INTEGRATION: CWS jl77 (1.162.8); FILE MERGED 2007/11/21 10:39:57 jl 1.162.8.1: #i80335# do not build the java libs anymore

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [207fc736841564c4f454a280f29978b211984992]

        INTEGRATION: CWS smoketest19 (1.26.6); FILE MERGED 2007/11/22 15:16:08 kz 1.26.6.2: fixes for cygwin 2007/11/21 18:24:39 kz 1.26.6.1: #i83822# Support for pkgformat installed

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [83262054edbe0790aab03ba9221d167b508270ec]

        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>  [bf23a81a12b7cb70ad1eba08d7bd28084a16bc0f]

        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-06  Vladimir Glazounov  <vg@openoffice.org>  [ba998bae0d0e810c15972f77c782a601add183d3]

        INTEGRATION: CWS soli10envfixes (1.116.22); FILE MERGED 2007/12/05 12:59:14 vg 1.116.22.4: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:55:46 vg 1.116.22.3: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:47:22 vg 1.116.22.2: #i84079# add switch instead of occasionally re-define it 2007/11/29 12:00:45 vg 1.116.22.1: #i84079# reduce library paths for checkdll

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [da3579adfdf2e4fd92932fe4226427bb3c318c2c]

        INTEGRATION: CWS soli10envfixes (1.112.22); FILE MERGED 2007/12/05 12:59:14 vg 1.112.22.4: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:55:45 vg 1.112.22.3: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:47:21 vg 1.112.22.2: #i84079# add switch instead of occasionally re-define it 2007/11/29 12:00:44 vg 1.112.22.1: #i84079# reduce library paths for checkdll

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [63d68b89514d16ee8db404b8be36f2d5c3bdad7c]

        INTEGRATION: CWS soli10envfixes (1.6.98); FILE MERGED 2007/11/29 12:01:47 vg 1.6.98.1: #i84079# additional library path for checkdll

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [d36547c063d404af5d10b60385f60617b257855c]

        INTEGRATION: CWS os108 (1.11.18); FILE MERGED 2007/11/19 15:25:14 mst 1.11.18.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [f9c83d3ac52d7b4df93e8ad0f57eafbde26b15f6]

        INTEGRATION: CWS os108 (1.7.40); FILE MERGED 2007/11/19 15:25:13 mst 1.7.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [8b6fe629759eb9b2d3e707f3f5d44259537820ba]

        INTEGRATION: CWS os108 (1.10.40); FILE MERGED 2007/11/19 15:25:13 mst 1.10.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [97d5f894a5c268af6563219a94a2fdf9751f177e]

        INTEGRATION: CWS os108 (1.4.422); FILE MERGED 2007/11/15 11:59:51 os 1.4.422.1: #i77449# SenderName added to mail merge e-Mail

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [1b674e4f9ba6fb7a3d7f64fb9cbe8db3f5245192]

        INTEGRATION: CWS os108 (1.8.34); FILE MERGED 2007/11/15 12:02:48 os 1.8.34.1: #i77449# SenderName added to mail merge e-Mail

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [157a73d12954e19900e2b0ca4b43b5a63a4e860d]

        INTEGRATION: CWS os108 (1.20.94); FILE MERGED 2007/11/15 13:50:37 os 1.20.94.1: #i83662# sequence access error fixed

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [10adfe736acad13c52bc323f8b78590c12eb6eab]

        INTEGRATION: CWS os108 (1.13.92); FILE MERGED 2007/11/15 12:02:47 os 1.13.92.1: #i77449# SenderName added to mail merge e-Mail

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [58efdfc796f8ba18e79a696517d07905c5f0ad6f]

        INTEGRATION: CWS os108 (1.11.94); FILE MERGED 2007/11/15 12:02:47 os 1.11.94.1: #i77449# SenderName added to mail merge e-Mail

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [e8adc52a74686ce0f763ff93812ecdd51a977923]

        INTEGRATION: CWS os108 (1.5.60); FILE MERGED 2007/11/19 15:25:14 mst 1.5.60.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [194db3e3a9e76a9bdf231e477ff0bd37b71a3984]

        INTEGRATION: CWS os108 (1.4.40); FILE MERGED 2007/11/19 15:25:14 mst 1.4.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [8dbb911290cb4857ce344788edb917131c6db55a]

        INTEGRATION: CWS os108 (1.5.34); FILE MERGED 2007/11/19 15:25:14 mst 1.5.34.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [55f1443f261dd5b95243f062d7e1419fd861d2b1]

        INTEGRATION: CWS os108 (1.4.60); FILE MERGED 2007/11/19 15:25:14 mst 1.4.60.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [09e0b95e3794acb4fcae5586c3c181fa7de51706]

        INTEGRATION: CWS os108 (1.6.40); FILE MERGED 2007/11/19 15:25:14 mst 1.6.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [0611edff102aa97c34af606a1790f84f9aed99ab]

        INTEGRATION: CWS os108 (1.5.40); FILE MERGED 2007/11/19 15:25:14 mst 1.5.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [563cdc1404907b08ede4148ad0d9528675a447e6]

        INTEGRATION: CWS os108 (1.8.40); FILE MERGED 2007/11/19 15:25:14 mst 1.8.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [e73989eaad3cc8be20e21977a7b9dd0fc05b7817]

        INTEGRATION: CWS os108 (1.10.28); FILE MERGED 2007/11/19 15:25:14 mst 1.10.28.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [62ec2a8c4dc32122a40886ef71038abed7544211]

        INTEGRATION: CWS os108 (1.4.60); FILE MERGED 2007/11/19 15:25:13 mst 1.4.60.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [64187d651f206036e2a398acab95d418bd4e372c]

        INTEGRATION: CWS os108 (1.7.40); FILE MERGED 2007/11/19 15:25:13 mst 1.7.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [df8c95d5a313215051cdfdb7a6bfa4eed7821b6d]

        INTEGRATION: CWS os108 (1.8.46); FILE MERGED 2007/11/19 15:25:13 mst 1.8.46.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [c2cf48215be51df6b8a3591f57ac6ff347317ca2]

        INTEGRATION: CWS os108 (1.6.40); FILE MERGED 2007/11/19 15:25:13 mst 1.6.40.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [ec371fc0b1e041e57cb8df453254ae3aa0407dd0]

        INTEGRATION: CWS os108 (1.6.56); FILE MERGED 2007/11/19 15:25:13 mst 1.6.56.1: - uno/xml/source/dom/*.{hc}xx:   add RuntimeException to exception specifications of 172 methods   of the DOM implementation where it was missing; fixes #i83675#

2007-12-06  Vladimir Glazounov  <vg@openoffice.org>  [28499d947c5a209dbd466fc314a27f5b8ec623b4]

        INTEGRATION: CWS os108 (1.7.26); FILE MERGED 2007/11/29 06:43:28 os 1.7.26.2: #i77449# missing import added 2007/11/15 12:07:23 os 1.7.26.1: #i77449# SenderName added to mail merge e-Mail

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [e03b635c9f3fe9e7023119491e6a5f4857d013d4]

        INTEGRATION: CWS native120 (1.12.146); FILE MERGED 2007/11/29 12:05:20 dv 1.12.146.1: #150271# Always add 'SETUP_USED=1' to parameter list

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [9d1baa6fe4294ce873c93a305f375a091cd903c2]

        INTEGRATION: CWS native120 (1.8.46); FILE MERGED 2007/11/23 12:57:00 is 1.8.46.1: #150963# patch install rpm kde-integration

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [2b11f51902cb4341ee89ffb7aadc0ae3be7923aa]

        INTEGRATION: CWS native120 (1.65.4); FILE MERGED 2007/11/23 10:59:10 is 1.65.4.2: #i68888# using RELATIVE_PATHES_IN_DDF for all products 2007/11/23 10:50:49 is 1.65.4.1: #i83893# new urn::uuid

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [f7302806a7322196eba593e4b5cfea3c3244c552]

        INTEGRATION: CWS native120 (1.17.562); FILE MERGED 2007/11/27 14:49:08 is 1.17.562.1: #150271#

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [31fb9db7b9ef53d04506f1709cb7cc85dddecae0]

        INTEGRATION: CWS native120 (1.10.878); FILE MERGED 2007/11/23 11:47:04 is 1.10.878.1: #i83894# write logfile for files

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [51135e92e29a8000a1b252d4514b924b2b5d6bc1]

        INTEGRATION: CWS native120 (1.5.878); FILE MERGED 2007/11/23 11:47:04 is 1.5.878.1: #i83894# write logfile for files

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [77276b9ed0e323e714454f87cc15a8c24baedebf]

        INTEGRATION: CWS native120 (1.16.56); FILE MERGED 2007/11/23 11:47:04 is 1.16.56.1: #i83894# write logfile for files

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [55b2872578a786a77f75d333e4b49a6d210158ff]

        INTEGRATION: CWS native120 (1.95.28); FILE MERGED 2007/11/23 11:47:03 is 1.95.28.1: #i83894# write logfile for files

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [da015d1935b7e1e54fa5c02d54fea9f6cb734fef]

        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>  [24eec91a92735bd954294f8db44e9f9cf7e5174f]

        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>  [bcd4abb87dc1df3e6184b79f6a4329bebfe999b9]

        INTEGRATION: CWS regexp02 (1.27.62); FILE MERGED 2007/11/01 12:53:24 ama 1.27.62.1: Fix #i15666#: Resolve backreferences in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [9bcadf538c3585b257c363299e0bb86e0c854f78]

        INTEGRATION: CWS regexp02 (1.36.60); FILE MERGED 2007/11/01 12:54:05 ama 1.36.60.1: Fix #i15666#: Resolve backreferences in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [e712c968eb018df1b4fcce66cefd5356b4388e06]

        INTEGRATION: CWS regexp02 (1.54.62); FILE MERGED 2007/11/01 12:57:35 ama 1.54.62.1: Fix #i81096#: One replacement too much in selections

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [44aa8f210987bd9b67f4980da379fffe6f481b02]

        INTEGRATION: CWS regexp02 (1.21.64); FILE MERGED 2007/11/06 13:07:01 ama 1.21.64.3: Fix #i15666#: Backward references in regular expressions 2007/11/01 14:51:07 ama 1.21.64.2: Fix compiler warnings 2007/11/01 12:56:10 ama 1.21.64.1: Fix #i15666#: Resolve backreferences in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [70b845a68119d73ada1b6a269f5929aa405dbc64]

        INTEGRATION: CWS regexp02 (1.17.64); FILE MERGED 2007/11/01 14:51:17 ama 1.17.64.2: Fix compiler warnings 2007/11/01 12:55:21 ama 1.17.64.1: Fix #i15666#: Resolve backreferences in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [c97dd048121f2e6613898f9f7f4c3712acfaa4e3]

        INTEGRATION: CWS regexp02 (1.38.60); FILE MERGED 2007/11/01 12:52:28 ama 1.38.60.1: Fix #i15666#: Resolve backreferences in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [f9bb8ca2afca2eacf67f2bed4c6520007438ef5b]

        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>  [a76133c236938b336d7064ec5903064473b0ac43]

        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-12-05  Vladimir Glazounov  <vg@openoffice.org>  [a75c5cd452eb356727e32af4ed6a5a3e615fd18e]

        INTEGRATION: CWS regexp02 (1.14.116); FILE MERGED 2007/11/06 13:12:18 ama 1.14.116.1: Fix #i15666#: Backward references in regular expressions

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [2d5ce69b79850877f57ff9900c99fb6eeffc8669]

        INTEGRATION: CWS socs07 (1.2.10); FILE MERGED 2007/11/29 08:47:21 kso 1.2.10.1: #150919# - return 1 in case stclient binary cannot be found. Issue number: Submitted by: Reviewed by:

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [053c641bf6b4fc175b026b3dd502130b56c2c173]

        INTEGRATION: CWS jl82 (1.8.4); FILE MERGED 2007/11/26 14:05:40 jl 1.8.4.1: #i83970# new versions for assemblies

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [60cefbebb22cdf311467557287b9ca75945343fa]

        INTEGRATION: CWS obo20 (1.58.22); FILE MERGED 2007/12/03 14:30:55 obo 1.58.22.1: #i84191# Pack .Net 2005 runtime librarys for Professional Edition only

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [5220966b9a5dd20171e7d7665617736bb0119fd9]

        INTEGRATION: CWS obo20 (1.265.10); FILE MERGED 2007/12/03 14:30:55 obo 1.265.10.1: #i84191# Pack .Net 2005 runtime librarys for Professional Edition only

2007-12-05  Thorsten Behrens  <thb@openoffice.org>  [2659ded9f4e3590ce673501ff0dd3bb52c319ee5]

        #i80285# Initial import for the xpdf PDF parser

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [8d6dd5b28a5e225fe164cee46644351b466aedb2]

        INTEGRATION: CWS gcc412warnings (1.7.4); FILE MERGED 2007/11/22 09:11:53 gh 1.7.4.2: RESYNC: (1.7-1.9); FILE MERGED 2007/09/05 10:15:27 gh 1.7.4.1: #i81284# fix warnings in gcc 4.1.2

2007-12-05  Vladimir Glazounov  <vg@openoffice.org>  [3b6dfb204bc982e9cfe9b0c4a5315f5c5e673e2e]

        INTEGRATION: CWS gcc412warnings (1.3.2); FILE MERGED 2007/11/22 09:36:44 gh 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/05 10:15:27 gh 1.3.2.1: #i81284# fix warnings in gcc 4.1.2

2007-12-04  Armin Weiss  <aw@openoffice.org>  [3d44fdf46671e650780c3ce35a7fec9a3cb196fb]

        #i39532# changes after resync

2007-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [96aac17d6752ea7416e44c27c7db3bab58687e75]

        #i10000# build fix, unreachable statement

2007-12-03  Ivo Hinkelmann  <ihi@openoffice.org>  [948371d6773ed78446b2fb4d712b86827733557a]

        #i10000# build fix, unreachable statement

2007-12-03  Armin Weiss  <aw@openoffice.org>  [9b3e3b2bed61ca05f8ad58128374daca2c7294e3]

        #i39532# checkin for resync

2007-12-02  René Engelhard  <rene@openoffice.org>  [128e6227454c41a6c484863fef7f7f075afdf5eb]

        initial hyphen module

2007-11-30  Kurt Zenker  <kz@openoffice.org>  [8bc80a9fa6df75200e4486287c2445a16465d5d5]

        #i10000# commented out assertions, because smoketest hangs. See i84134

2007-11-30  Rüdiger Timm  <rt@openoffice.org>  [e1b905b3e7bac29b3efe1172e9f867c8c01d2b90]

        #i10000# Security check for corrupt setup script files to prevent endless loop.

2007-11-30  Rüdiger Timm  <rt@openoffice.org>  [8e0230b09cd1482d093e2fb1392af02f5cc4cbb7]

        #i10000# comphelper::OListenerContainer does not have member 'notify' any more.

2007-11-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eec29874a6a87c07c5acc257c856b3d226a4df54]

        #i10000# build fix

2007-11-29  Ivo Hinkelmann  <ihi@openoffice.org>  [db294ef8e0c396315e5baa30c13c877a708ca642]

        #i10000# build fix

2007-11-29  Ivo Hinkelmann  <ihi@openoffice.org>  [415c814d372a10f3e1c0452d9815595f8da06499]

        #i10000# #i84056# The toolkit dialogs can not be shown

2007-11-29  Oliver Bolte  <obo@openoffice.org>  [e6e4e0c305eac0119a0a04aab221bccc2254db8e]

        #i10000# USE_DIRECTX5 added

2007-11-28  Mikhail Voitenko  <mav@openoffice.org>  [b7171963f301339bc1617a29c0c3c969ea6cb5b2]

        small fixes

2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [388968cdbdfb0d92afa79047c8a61edc924e5145]

        #i10000# build fix

2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [07b233292a2fdf6c31b7d5eed7e93d5c05d4e429]

        #i10000# merged missing changes

2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7ab4c9b49caa441ccc08a2be5cf50a804a5d4bcb]

        #i1000# #i84033# x64 fix

2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [81b3a0a401471cdcf5c7e25a396e74545694eae6]

        #i1000# #i84033# x64 fix

2007-11-28  Ivo Hinkelmann  <ihi@openoffice.org>  [9edcb954269282c8432fb10876384d1f114c07a7]

        #i10000# #i84032# added missing aMap

2007-11-28  Mikhail Voitenko  <mav@openoffice.org>  [34e59cafbaa112cd4e8be1f99e0f881da354582c]

        initial commit

2007-11-28  Mikhail Voitenko  <mav@openoffice.org>  [eb0b59c122e30dbfd31435a0f59c3d6d0c8727a3]

        add license

2007-11-28  Mikhail Voitenko  <mav@openoffice.org>  [6f9fe80e8616125e6a817584281040078585ad6a]

        initial commit

2007-11-27  Vladimir Glazounov  <vg@openoffice.org>  [0590df6217d1400c7a5fc76711c50ebe41e7e31b]

        new version for SRC680

2007-11-27  Vladimir Glazounov  <vg@openoffice.org>  [3ab35016d88810c602470312747c5418d30a27b1]

        new version for SRC680

2007-11-27  Rüdiger Timm  <rt@openoffice.org>  [0175d3d61ab6023a7c1ff59ca8edeed3b1291254]

        #i10000# Get changes from CWS dba24c.

2007-11-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [61a907b01e8d1a7f3da7fe0d444651d879f0ff29]

        #i10000# keep the build running

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [fe7ce0cc6f5f1399c7d673a7776eb6380c723479]

        #i10000# remove obsolete l10n

2007-11-27  Rüdiger Timm  <rt@openoffice.org>  [fff7f418876159134096f8881a33f3c741f8904f]

        #i10000# Needs delayload.obj delivered by module sal.

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [a354097ee51a1c221c213f44cac10aef0cd01feb]

        #i10000# build fix

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0843991aeca97c7d1114a728c557be81dcb7b808]

        #i10000# fixed l10n

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [c097b69377490f9b06330d5678ceb2241f5b0bfa]

        #i10000# langtab.obj removed

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [cfb8e29df8c1ef87af655c9e4aee9b09d1206287]

        #i10000# moved langtab.src

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [9c3f78331748d328b2ddbd531608b2152dae38ce]

        SRC680

2007-11-27  Rüdiger Timm  <rt@openoffice.org>  [7fadc2dbf2eee644d43b831949ebc453bcff7eae]

        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>  [3f86696d881d7cadf434787c727ce6d81bd76c5b]

        INTEGRATION: CWS dba24lms (1.9.4); FILE MERGED 2007/11/14 13:29:04 oj 1.9.4.3: #i11746# revert DSL_DOSLINEENDS removeable 2007/11/14 12:39:35 oj 1.9.4.2: #i11746# insert Ignore Currency 2007/11/12 15:20:47 oj 1.9.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [678558f1a872fcc59c82d79e3418c6d8a9340209]

        INTEGRATION: CWS dba24lms (1.36.6); FILE MERGED 2007/11/12 15:20:48 oj 1.36.6.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [de72cd716f10bd0fe85672daca3781a774280047]

        INTEGRATION: CWS dba24lms (1.9.4); FILE MERGED 2007/11/14 13:29:04 oj 1.9.4.3: #i11746# revert DSL_DOSLINEENDS removeable 2007/11/14 12:39:35 oj 1.9.4.2: #i11746# insert Ignore Currency 2007/11/12 15:20:47 oj 1.9.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d400d6c79f45f2b2b87a16ab6f842769e1a085de]

        INTEGRATION: CWS dba24lms (1.9.4); FILE MERGED 2007/11/14 13:29:04 oj 1.9.4.3: #i11746# revert DSL_DOSLINEENDS removeable 2007/11/14 12:39:35 oj 1.9.4.2: #i11746# insert Ignore Currency 2007/11/12 15:20:47 oj 1.9.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ca7e1b088c2afed9d6e4c39f8745d68ee2012753]

        INTEGRATION: CWS dba24lms (1.15.66); FILE MERGED 2007/11/14 12:52:15 oj 1.15.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [00ec2c9280809be261421685786da65593738ab9]

        INTEGRATION: CWS dba24lms (1.7.8); FILE MERGED 2007/11/14 12:52:15 oj 1.7.8.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [68a943fbc08ee05f80452b263b35ecd3fef5be73]

        INTEGRATION: CWS dba24lms (1.7.8); FILE MERGED 2007/11/14 12:52:15 oj 1.7.8.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [16372170dcf9347b398857091fac25998909bd48]

        INTEGRATION: CWS dba24lms (1.221.6); FILE MERGED 2007/11/12 07:34:18 oj 1.221.6.1: #i83316 new drawbar

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [54620785523b9e0c825478786cecaac65211f95c]

        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>  [4e2442d02746294e6c5877dc2f230366d752d316]

        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>  [ac9df885395ffec383bf4a64fbc82e2c55cba097]

        INTEGRATION: CWS dba24lms (1.65.4); FILE MERGED 2007/11/09 09:24:38 oj 1.65.4.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0c818320d352f9e735656b6e77afe05cfa1797fc]

        INTEGRATION: CWS dba24lms (1.96.104); FILE MERGED 2007/11/12 08:33:57 oj 1.96.104.2: #i46370# change capital to lower case 2007/11/12 07:10:24 oj 1.96.104.1: #i46370# change capital to lower case

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d8479d76b1c1023ef9afeeccd151fcf4c23e058f]

        INTEGRATION: CWS dba24lms (1.57.82); FILE MERGED 2007/11/12 08:33:57 oj 1.57.82.1: #i46370# change capital to lower case

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2a0ea8b5799927e69ac8f37deec98b190ee829a8]

        INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/14 14:06:39 oj 1.2.6.3: #i11746# revert DSL_DOSLINEENDS removeable 2007/11/14 12:39:35 oj 1.2.6.2: #i11746# insert Ignore Currency 2007/11/12 15:20:48 oj 1.2.6.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [4b7aafa20b3f2c46c214a9d673a075ce7cb5e2f9]

        INTEGRATION: CWS dba24lms (1.47.104); FILE MERGED 2007/11/09 07:10:34 oj 1.47.104.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d86c4cc8272692323a8aeafe0c308b0d51591938]

        INTEGRATION: CWS dba24lms (1.31.40); FILE MERGED 2007/11/09 08:46:53 oj 1.31.40.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [c84522084affae30592086bb0f3672829f555f04]

        INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/12 15:20:48 oj 1.2.6.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [7b191940d0745e4eac61de6267acfd8ab1e23d2d]

        INTEGRATION: CWS dba24lms (1.7.192); FILE MERGED 2007/11/12 08:33:57 oj 1.7.192.1: #i46370# change capital to lower case

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [400b6691b8c6435e6744946ffec382697e63ca15]

        INTEGRATION: CWS dba24lms (1.6.224); FILE MERGED 2007/11/09 07:10:34 oj 1.6.224.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [c9c10d0c60cacdf2d8ce5c11a342cd3f84fa3ee6]

        INTEGRATION: CWS dba24lms (1.23.4); FILE MERGED 2007/11/12 15:20:48 oj 1.23.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [7c2302b5baa827a23f59548e94a7f630193034e9]

        INTEGRATION: CWS dba24lms (1.104.4); FILE MERGED 2007/11/12 15:20:47 oj 1.104.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [7c12af2710f3cfa1e16345e8301e04a7d3b0db8f]

        INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/14 12:39:35 oj 1.2.6.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [42acb6835c2e64d73423cb1ccac8fa73f2eb3cbd]

        INTEGRATION: CWS dba24lms (1.3.6); FILE MERGED 2007/11/14 12:39:35 oj 1.3.6.3: #i11746# insert Ignore Currency 2007/11/12 15:20:47 oj 1.3.6.2: #i11746# currency oracle 2007/11/09 07:10:34 oj 1.3.6.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0f3b0dd4277f185786eb2f480008b1ff31881a3e]

        INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/12 15:20:47 oj 1.2.6.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0beb341fa00333494edbd0aae88bef7a7251512f]

        INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/14 14:06:38 oj 1.2.6.3: #i11746# revert DSL_DOSLINEENDS removeable 2007/11/12 15:20:47 oj 1.2.6.2: #i11746# currency oracle 2007/11/09 07:10:33 oj 1.2.6.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [985dddc3e1079bdd729332674a0933356ec5a8fd]

        INTEGRATION: CWS dba24lms (1.19.4); FILE MERGED 2007/11/12 15:20:47 oj 1.19.4.1: #i11746# currency oracle

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [0aeae14bb585fb9848090583511788043cd51eb5]

        INTEGRATION: CWS dba24lms (1.19.66); FILE MERGED 2007/11/14 12:39:34 oj 1.19.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2d47dd9ffdb1fa9cf392c5d799288d632834f1e8]

        INTEGRATION: CWS dba24lms (1.70.4); FILE MERGED 2007/11/09 09:25:44 oj 1.70.4.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [323605defa1f41db6b533821559d41ce46cf61b9]

        INTEGRATION: CWS dba24lms (1.38.92); FILE MERGED 2007/11/09 09:44:21 oj 1.38.92.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [88fd540e8039183cb271e638711d04b76de96412]

        INTEGRATION: CWS dba24lms (1.4.66); FILE MERGED 2007/11/14 12:52:15 oj 1.4.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [b67e4da839602ad02287ee26bc4b8b01c2486b3d]

        INTEGRATION: CWS dba24lms (1.11.66); FILE MERGED 2007/11/14 12:52:15 oj 1.11.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8b22d0d1312e40f98af6c1150194068649040dea]

        INTEGRATION: CWS dba24lms (1.31.66); FILE MERGED 2007/11/14 12:52:15 oj 1.31.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [7adab651f412b92b5ee891ba5e055b75d7938bf7]

        INTEGRATION: CWS dba24lms (1.18.66); FILE MERGED 2007/11/14 12:52:15 oj 1.18.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [daac141ad7aa8d18f49a9b1b7eec4ca80ff46b8c]

        INTEGRATION: CWS dba24lms (1.3.66); FILE MERGED 2007/11/14 12:52:15 oj 1.3.66.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5e1aaaa3c030fdd53c2a71adfcef6bc4cbeb361a]

        INTEGRATION: CWS dba24lms (1.38.64); FILE MERGED 2007/11/14 12:52:15 oj 1.38.64.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [b78f3a90e63a1f97856d8feea092aa83bfb06ee5]

        INTEGRATION: CWS dba24lms (1.26.56); FILE MERGED 2007/11/14 12:52:15 oj 1.26.56.1: #i11746# insert Ignore Currency

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [193d35c507a4b5693e038a2a2d174aca80240150]

        INTEGRATION: CWS dba24lms (1.3.48); FILE MERGED 2007/11/09 09:45:18 oj 1.3.48.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [cb5c73b6eb8732a85ec91a48199ac01a966111cc]

        INTEGRATION: CWS dba24lms (1.2.56); FILE MERGED 2007/11/09 09:45:18 oj 1.2.56.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2bb0c1ccfa05fbd07d9d72b5322f3cf1e7813c60]

        INTEGRATION: CWS dba24lms (1.8.22); FILE MERGED 2007/11/21 12:14:16 oj 1.8.22.2: build problem when WITH_LANG is not set 2007/11/09 09:45:18 oj 1.8.22.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [fcde4857feecae2ea34aa1bff99866fa30548937]

        INTEGRATION: CWS dba24lms (1.1.4); FILE ADDED 2007/11/12 09:15:04 oj 1.1.4.2: #i83316 new drawbar 2007/11/05 13:06:26 oj 1.1.4.1: file drawbar.xml was added on branch cws_src680_dba24lms on 2007-11-12 09:15:04 +0000

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [9ed31874129cf9b34ad5b57b623a8b8aebb3c411]

        INTEGRATION: CWS dba24lms (1.4.48); FILE MERGED 2007/11/12 07:32:05 oj 1.4.48.1: #i83316 new drawbar

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [953f73db476fb0e792b4fa4386c4069358701d7c]

        INTEGRATION: CWS dba24lms (1.1.4); FILE ADDED 2007/11/09 09:48:20 oj 1.1.4.2: #i83469# insert strings 2007/10/26 10:43:31 oj 1.1.4.1: file makefile.mk was added on branch cws_src680_dba24lms on 2007-11-09 09:48:20 +0000

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [ec5581e194796136cb67839ac5b0b1777c83239a]

        INTEGRATION: CWS dba24lms (1.1.4); FILE ADDED 2007/11/09 09:48:09 oj 1.1.4.2: #i83469# insert strings 2007/10/26 10:43:22 oj 1.1.4.1: file DataAccess.xcu was added on branch cws_src680_dba24lms on 2007-11-09 09:48:09 +0000

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [814ab168bbeb844a51d2110c723e36f187a4872e]

        INTEGRATION: CWS dba24lms (1.4.48); FILE MERGED 2007/11/09 09:50:34 oj 1.4.48.1: #i83469# insert strings

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [8e709469e5c7df81bd2d83e5a80d89379f486d76]

        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>  [e8147a086dcb8b34df514b98dd61c7fd4096992c]

        INTEGRATION: CWS fwk78 (1.19.52); FILE MERGED 2007/11/20 09:29:13 tkr 1.19.52.1: #83411# Forgot HelpID

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [590e5e83da2545ae28822b276e07b479870be78f]

        INTEGRATION: CWS fwk78 (1.37.52); FILE MERGED 2007/11/08 10:44:39 tkr 1.37.52.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [577514e7a121448e145582478e9173fbaa419519]

        INTEGRATION: CWS fwk78 (1.35.52); FILE MERGED 2007/11/08 10:44:39 tkr 1.35.52.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [95f1b7ed3f4c365d8305424da4d7695ee788807d]

        INTEGRATION: CWS fwk78 (1.80.36); FILE MERGED 2007/11/08 10:44:39 tkr 1.80.36.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [e441a5d437ae6f8af2133fa3427b5e88593c95b7]

        INTEGRATION: CWS fwk78 (1.33.52); FILE MERGED 2007/11/08 10:44:39 tkr 1.33.52.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [3c3feff28a5975f1631b587df9388964ae90014a]

        INTEGRATION: CWS fwk78 (1.46.52); FILE MERGED 2007/11/08 10:44:39 tkr 1.46.52.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [6c760121f0800907516e4a961efc4b6cc1f29242]

        INTEGRATION: CWS fwk78 (1.32.52); FILE MERGED 2007/11/20 09:34:34 tkr 1.32.52.3: #83411# Forgot HelpID 2007/11/20 09:27:09 tkr 1.32.52.2: #83411# Forgot HelpID 2007/11/08 10:44:39 tkr 1.32.52.1: #83411# Insert NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [60d28184fd16c8bdd01ce18e443c27929e6acecd]

        INTEGRATION: CWS fwk78 (1.39.8); FILE MERGED 2007/11/08 10:48:24 tkr 1.39.8.1: #83411# Import/Export new  NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d48e390ff66a4d053a5e6f5832e259fa254831f1]

        INTEGRATION: CWS fwk78 (1.33.8); FILE MERGED 2007/11/08 10:48:24 tkr 1.33.8.1: #83411# Import/Export new  NoLabel Property

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [80680104bf2de306ed9900be22409f8ae1e1d92c]

        INTEGRATION: CWS fwk78 (1.41.110); FILE MERGED 2007/11/02 08:57:44 cd 1.41.110.1: #i83233# Support asynchronous callback service for uno awt

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d3eef5f8de08c9b7c406786956b079c5ceb5f58a]

        INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 08:56:35 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [9e5bb1de329bc6cb1029dbbb7d9ae05153c387a2]

        INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 08:56:49 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [f73de6c5689a3abbe2022de04c6b2d907af4c661]

        INTEGRATION: CWS fwk78 (1.12.88); FILE MERGED 2007/11/07 10:20:54 cd 1.12.88.1: #i79712# Support new style NOLABEL for controls

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [5b827b7bcab5f10743f0902aa948967a9d98df0d]

        INTEGRATION: CWS fwk78 (1.1.2); FILE ADDED 2007/11/02 08:56:59 cd 1.1.2.1: #i83233# Support asynchronous callback service for uno awt

2007-11-27  Ivo Hinkelmann  <ihi@openoffice.org>  [2fa340445f50a1ded39f0b8ca2199079e7ae20b7]

        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>  [af5525cc904de75ae566e126b9b228b9f553244a]

        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>  [353836080e21ec3e65c7d66ddc64eafccda3a59f]

        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>  [bfee27bc337a8f560260daa5c54afb4677228703]

        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>  [67cfe40043d67572f1e789889117d8f4ac9a466a]

        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>  [fef31be2c35ab4eaa0943a6efa299dc21a5a9194]

        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>  [02e5de40487d07b8d01723b76f4ee8975abecfcf]

        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>  [4ce5ae82b45546cfdbea80ef90fd578c36b61c60]

        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>  [759dfcb36b0a532482a906cc3b0333f05d5b552b]

        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>  [1335041fda2f71234aa9f04fda46ea1fe3f5a974]

        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>  [e79ef17852b534575e35c7815a5cc3bbd2c26482]

        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>  [c663d9090e527fdbdf8fb8513fa2673f706c72a8]

        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>  [dcde09ff325bebab033b89618ca652d132b70d5c]

        INTEGRATION: CWS shutup1 (1.28.8); FILE MERGED 2007/11/19 16:33:33 rt 1.28.8.2: i83726# Deliver link to versioned lib, too. 2007/11/19 15:06:27 rt 1.28.8.1: #i83726# Remove linklib action. Links are created correctly during module build and need not be redone by deliver.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7c133ff42aeec874c0d58bf95ec636613b7451de]

        INTEGRATION: CWS shutup1 (1.123.20); FILE MERGED 2007/11/19 15:57:23 rt 1.123.20.2: #i83726# If there is a 'lib*.dylib.*.jnilib' it already is a softlink to a dylib library. No need for further linklib actions. 2007/11/16 14:07:22 rt 1.123.20.1: #i79798# New option '-quiet' for silent operation.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1c153bd0896da5ab025f9754b2decc6623ad43b3]

        INTEGRATION: CWS shutup1 (1.160.8); FILE MERGED 2007/11/20 15:44:16 rt 1.160.8.1: #i79798# Call 'deliver' with '-quiet' option.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [85a30e4c7700780b91e0b94a85c8fca920d20478]

        INTEGRATION: CWS shutup1 (1.4.98); FILE MERGED 2007/11/21 07:59:50 rt 1.4.98.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d9628cfa112d21411473e941305a1d6aeb12500f]

        INTEGRATION: CWS shutup1 (1.6.98); FILE MERGED 2007/11/21 07:59:50 rt 1.6.98.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c0821970d132ad40f4024aff81757f23bdd283ae]

        INTEGRATION: CWS shutup1 (1.6.132); FILE MERGED 2007/11/21 07:59:50 rt 1.6.132.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1106375e782ac91d964503be5a1050639c750309]

        INTEGRATION: CWS shutup1 (1.13.36); FILE MERGED 2007/11/21 07:59:50 rt 1.13.36.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a5c14a8c51c846d3d211741ed252f01bb94900da]

        INTEGRATION: CWS shutup1 (1.2.36); FILE MERGED 2007/11/21 07:59:49 rt 1.2.36.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a5f7f20cf9ec2fcd28e3e1d0f008eac7f6b182ba]

        INTEGRATION: CWS shutup1 (1.4.182); FILE MERGED 2007/11/21 09:23:40 rt 1.4.182.1: #i83793# Extra semicolon after 'namespace foo {}' removed.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0b0b80af3556c8f81b890161c262dc77c0e146f5]

        INTEGRATION: CWS calcprintdlg (1.30.52); FILE MERGED 2007/11/09 17:40:37 tbe 1.30.52.4: #i82071# Flaws in print logic 2007/11/09 14:24:18 tbe 1.30.52.3: #i82071# Flaws in print logic 2007/11/08 11:41:22 pb 1.30.52.2: fix: #i82071# consider selected sheets option 2007/11/06 16:28:32 pb 1.30.52.1: fix: #i82071# new PrintDialog::Ctor()

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f0d9cc36635db85258d8a83d925a79ffd9422aca]

        INTEGRATION: CWS calcprintdlg (1.7.52); FILE MERGED 2007/11/08 11:37:18 pb 1.7.52.1: fix: #i82071# SID_PRINT_SELECTEDSHEET added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bfb976f578b9ee0784224ab73c9f518e47bb7869]

        INTEGRATION: CWS calcprintdlg (1.36.72); FILE MERGED 2007/11/06 16:55:50 pb 1.36.72.1: fix: #i82071# new PrintDialog::Ctor()

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [33f6cc4b8b0f7a3af0a0631ef7ff01d5215a178a]

        INTEGRATION: CWS calcprintdlg (1.68.108); FILE MERGED 2007/11/09 14:46:10 tbe 1.68.108.3: #i82071# Flaws in print logic 2007/11/08 11:46:31 tbe 1.68.108.2: #i82071# Flaws in print logic 2007/11/06 16:37:06 pb 1.68.108.1: fix: #i82071# new PrintDialog::Ctor()

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cb81b0c5f3dad5be3403ad9ad61b1b874f2ff5e2]

        INTEGRATION: CWS calcprintdlg (1.38.48); FILE MERGED 2007/11/09 14:45:06 tbe 1.38.48.3: #i82071# Flaws in print logic 2007/11/08 11:45:00 tbe 1.38.48.2: #i82071# Flaws in print logic 2007/11/06 16:37:06 pb 1.38.48.1: fix: #i82071# new PrintDialog::Ctor()

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0a3871d95a1a6c127d99d2d328753f44dd78b03a]

        INTEGRATION: CWS calcprintdlg (1.27.110); FILE MERGED 2007/11/09 14:44:09 tbe 1.27.110.1: #i82071# Flaws in print logic

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [82d45ae2dfd94d2f544f4f420be8001f783f5716]

        INTEGRATION: CWS calcprintdlg (1.7.174); FILE MERGED 2007/11/09 17:45:32 tbe 1.7.174.2: #i82071# Flaws in print logic 2007/11/08 11:47:21 pb 1.7.174.1: fix: #i82071# consider new item SID_PRINT_SELECTEDSHEET

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [dad0110b62f279f41323dfbbf7ce4881a6468d37]

        INTEGRATION: CWS calcprintdlg (1.56.110); FILE MERGED 2007/11/09 17:44:05 tbe 1.56.110.2: #i82071# Flaws in print logic 2007/11/09 14:43:09 tbe 1.56.110.1: #i82071# Flaws in print logic

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [662289240543efe1838af0f0e0e9a094d4a11be1]

        INTEGRATION: CWS calcprintdlg (1.49.92); FILE MERGED 2007/11/09 17:43:00 tbe 1.49.92.2: #i82071# Flaws in print logic 2007/11/08 11:45:41 pb 1.49.92.1: fix: #i82071# printer itemset enhanced with SID_PRINT_SELECTEDSHEET

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c5e9181ff659adde7b043a7e3a7f8b852f101d59]

        INTEGRATION: CWS calcprintdlg (1.18.46); FILE MERGED 2007/11/06 16:31:58 pb 1.18.46.1: fix: #i82071# new PrintDialog::Ctor()

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5fda6ee7908ca57d0163b2f094782765b45b2743]

        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>  [ef26188cc7a145e1302e3b26bfffc3b85baa8458]

        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>  [96e5f6d9611635c102b5236722f8814c7b045874]

        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>  [36c1b8d75264d75bef4cb4c1e6e10c6e103c1710]

        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>  [bede27d41776d459add5873e40d3343031633a18]

        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>  [548b50ebfa343a6c441614040e1c02676bb762bc]

        INTEGRATION: CWS odfversionwarning (1.1.2); FILE ADDED 2007/11/16 08:34:01 pb 1.1.2.1: fix: #i83653# new class NewerVersionWarningDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [23c1fe3ff44c9b2252debaac9ce32f629ff6dd53]

        INTEGRATION: CWS odfversionwarning (1.29.472); FILE MERGED 2007/11/16 08:38:34 pb 1.29.472.1: fix: #i83653# HID_DLG_NEWERVERSIONWARNING added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0987631fe719806c7612a12779e82ebfdbf1179e]

        INTEGRATION: CWS odfversionwarning (1.15.34); FILE MERGED 2007/11/16 07:35:56 pb 1.15.34.1: fix: #i83653# BOOL bODFVersionWarningLater added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [43ced957564a93d23a18f453ca2e077f54fab724]

        INTEGRATION: CWS odfversionwarning (1.195.108); FILE MERGED 2007/11/26 11:51:40 pb 1.195.108.4: fix: #i83653# ODF check only if loading is ok 2007/11/22 18:25:04 pb 1.195.108.3: fix: #i83653# Interaction query removed 2007/11/22 12:00:27 pb 1.195.108.2: fix: #i83653# use temporary property ODFVersion 2007/11/20 10:15:43 pb 1.195.108.1: fix: #i83653# Give warning if document contains features from new ODF version

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b39706c25857ece7c2aeb8d2cfe5447c5883761f]

        INTEGRATION: CWS odfversionwarning (1.1.2); FILE ADDED 2007/11/16 08:39:11 pb 1.1.2.2: fix: #i83653# HID_DLG_NEWERVERSIONWARNING added 2007/11/16 08:35:15 pb 1.1.2.1: fix: #i83653# new class NewerVersionWarningDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5ce80516613ad2b140c0066cce168491397f4ed2]

        INTEGRATION: CWS odfversionwarning (1.1.2); FILE ADDED 2007/11/16 08:35:15 pb 1.1.2.1: fix: #i83653# new class NewerVersionWarningDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e9ead6f7bb90c51c3fe28b12035075a0b0a405a2]

        INTEGRATION: CWS odfversionwarning (1.1.2); FILE ADDED 2007/11/16 08:35:14 pb 1.1.2.1: fix: #i83653# new class NewerVersionWarningDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [378337c63ecc13b120524b9aa2527b2acf7a6fa2]

        INTEGRATION: CWS odfversionwarning (1.38.138); FILE MERGED 2007/11/16 08:41:14 pb 1.38.138.1: fix: #i83653# newerverwarn.* added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [15bcf365dff2ceab03b85dd4503b22bbdf2df51b]

        INTEGRATION: CWS odfversionwarning (1.28.116); FILE MERGED 2007/11/16 08:40:06 pb 1.28.116.1: fix: #i83653# RID_DLG_NEWER_VERSION_WARNING added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [70aedf65d47d4b1637c9b395c7ef4834306f2bdf]

        INTEGRATION: CWS odfversionwarning (1.26.34); FILE MERGED 2007/11/16 08:32:43 pb 1.26.34.1: fix: #i83653# BOOL bODFVersionWarningLater added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5c91f07fcbce1d470b6ce300e1725575423776d0]

        INTEGRATION: CWS odfversionwarning (1.1.2); FILE ADDED 2007/11/16 07:22:14 pb 1.1.2.1: fix: #i83653# new image for NewerVersionWarningDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fbf256098409258bfa32eb7d245051eb960d2796]

        INTEGRATION: CWS armoabiport01 (1.7.2); FILE MERGED 2007/11/07 14:47:13 cmc 1.7.2.1: #i83413# add arm to known archs

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7d325966e895913a7c4927077ba95350f72ad37b]

        INTEGRATION: CWS armoabiport01 (1.8.4); FILE MERGED 2007/11/07 14:48:34 cmc 1.8.4.1: #i83413# add arm to known archs

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bff5fe4958c7aae3b13a80a6b425979f72dcc5e8]

        INTEGRATION: CWS armoabiport01 (1.7.14); FILE MERGED 2007/11/07 14:33:22 cmc 1.7.14.1: #i83413# signed vs unsigned char thing shown by arm port

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1885f7de91198ec0f751fe1061a2a9614ef0a2dc]

        INTEGRATION: CWS armoabiport01 (1.160.2); FILE MERGED 2007/11/07 14:23:37 cmc 1.160.2.1: #i83413# enable arm and use -a arm for .debs

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d19214925574d919095346c8535ab9d7cd7a8805]

        INTEGRATION: CWS armoabiport01 (1.227.2); FILE MERGED 2007/11/07 14:23:37 cmc 1.227.2.1: #i83413# enable arm and use -a arm for .debs

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b41171f476aa29ed683037c516a9f242bc27bc39]

        INTEGRATION: CWS armoabiport01 (1.204.2); FILE MERGED 2007/11/07 14:23:35 cmc 1.204.2.1: #i83413# enable arm and use -a arm for .debs

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2ea38045ce4bfb11601e0b8bd4495fbb6f363507]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:02 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:56 cmc 1.1.6.1: file uno2cpp.cxx was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:02 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [06b1a2d9c206b83acd75b62b8d0193a8eb1d34e2]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:01 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:55 cmc 1.1.6.1: file share.hxx was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:01 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [508e5887605fbcfbe3e0c5caebe7a06e1a0e179f]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:01 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:54 cmc 1.1.6.1: file makefile.mk was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:01 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [aa9b98f39d21993b21c1759138888e8688b19014]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:01 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:54 cmc 1.1.6.1: file except.cxx was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:01 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [538a83a1cf5555e695e14302bcd22b69a063320f]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:01 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:53 cmc 1.1.6.1: file cpp2uno.cxx was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:01 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [18ca04ef1935855adb3b95efeed5ddbdc7dac9ba]

        INTEGRATION: CWS armoabiport01 (1.1.6); FILE ADDED 2007/11/07 14:54:01 cmc 1.1.6.2: #i83413# add arm bridge with hardware float support 2004/11/04 18:26:51 cmc 1.1.6.1: file armhelper.s was added on branch cws_src680_armoabiport01 on 2007-11-07 14:54:01 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a50329870d43c7d5b3413c96ba17d6bff65be901]

        INTEGRATION: CWS armoabiport01 (1.43.6); FILE MERGED 2007/11/07 14:54:01 cmc 1.43.6.1: #i83413# add arm bridge with hardware float support

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [644204751c008722bf6d626540bc8e9b093e9609]

        INTEGRATION: CWS armoabiport01 (1.15.136); FILE MERGED 2007/11/07 14:44:00 cmc 1.15.136.1: #i83413# update arm config file

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4c0f339b4b9785688ac05b58416f50c8ed75569c]

        INTEGRATION: CWS armoabiport01 (1.35.4); FILE MERGED 2007/11/07 14:27:01 cmc 1.35.4.1: #i83413# add a testid for linux arm

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [65f710ffef2e4afe782df188c7e94260fcdee887]

        INTEGRATION: CWS os106 (1.122.68); FILE MERGED 2007/11/07 11:48:52 os 1.122.68.1: #i81434# printing hidden text

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [90a9698e4453d7d42452d4919cfe29916d7ba899]

        INTEGRATION: CWS os106 (1.36.70); FILE MERGED 2007/11/07 11:48:30 os 1.36.70.2: #i81434# printing hidden text 2007/10/31 14:13:15 os 1.36.70.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bbb02b97e5d24a20d001058f86eceab6f4bec0ec]

        INTEGRATION: CWS os106 (1.22.8); FILE MERGED 2007/11/08 08:43:16 os 1.22.8.2: #i81434# no hidden text print option in sw/web 2007/10/31 14:13:14 os 1.22.8.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [14e2a1f33bdd88528e0a39e0b363d3baf326215a]

        INTEGRATION: CWS os106 (1.16.8); FILE MERGED 2007/10/31 14:13:14 os 1.16.8.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a13e640f53fd0b22950fc73c8c693f8f368594c6]

        INTEGRATION: CWS os106 (1.28.70); FILE MERGED 2007/11/07 11:48:14 os 1.28.70.1: #i81434# printing hidden text

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3c8706208181a95d2956d82051cd21451400f51e]

        INTEGRATION: CWS os106 (1.11.68); FILE MERGED 2007/11/08 10:25:51 os 1.11.68.3: type fixed 2007/11/08 08:42:46 os 1.11.68.2: #i81434# no hidden text print option in sw/web 2007/10/31 14:13:14 os 1.11.68.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [352fad0851de492b24489cd4eebcbf8bde607c60]

        INTEGRATION: CWS os106 (1.58.70); FILE MERGED 2007/11/08 08:43:05 os 1.58.70.2: #i81434# no hidden text print option in sw/web 2007/10/31 14:13:14 os 1.58.70.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [deb0f961cb831bb4b693c8b2f94ac699aafc2d2c]

        INTEGRATION: CWS os106 (1.104.272); FILE MERGED 2007/10/31 14:13:14 os 1.104.272.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cb3de76a833edcdaa3b72b56d2e5d4acae7b461b]

        INTEGRATION: CWS os106 (1.16.292); FILE MERGED 2007/10/31 14:13:14 os 1.16.292.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1b830ff0e25af933f942ab2fd948260d785b7b5f]

        INTEGRATION: CWS os106 (1.176.66); FILE MERGED 2007/11/01 15:45:40 hbrinkm 1.176.66.1: #i81577# Read_IdctHint

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4a66d758daef88e1a116da3501000326b6ba1736]

        INTEGRATION: CWS os106 (1.152.8); FILE MERGED 2007/11/01 15:37:03 hbrinkm 1.152.8.1: #i81577# TranslateToHindiNumbers, Read_IdctHint

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cfc4bcffe0aef0cb2450e917e9bc9fff308c6b74]

        INTEGRATION: CWS os106 (1.183.8); FILE MERGED 2007/11/01 15:33:34 hbrinkm 1.183.8.1: #i81577# TranslateToHindiNumbers

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1baadbf7dc30e30bf196fcb749bc952ccfc53b02]

        INTEGRATION: CWS os106 (1.100.68); FILE MERGED 2007/11/08 13:45:29 os 1.100.68.1: #i81434# allow to show hidden paragraphs also without window

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f3715c0b75b8b8f1c012216542a421d80c1d107a]

        INTEGRATION: CWS os106 (1.25.70); FILE MERGED 2007/11/02 11:46:10 fme 1.25.70.1: #i81434# New option: Do not paint placeholder field

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [672fa525df3b04b82356a81a031db0cff9fc7017]

        INTEGRATION: CWS os106 (1.12.70); FILE MERGED 2007/11/02 11:46:10 fme 1.12.70.1: #i81434# New option: Do not paint placeholder field

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3b31266a46b71ac9384f703429567e73ba31666b]

        INTEGRATION: CWS os106 (1.59.70); FILE MERGED 2007/11/07 11:47:57 os 1.59.70.2: #i81434# printing hidden text 2007/11/02 11:46:10 fme 1.59.70.1: #i81434# New option: Do not paint placeholder field

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1e52c8a3272049e7a40eb8a7107e6dcab33bbe48]

        INTEGRATION: CWS os106 (1.28.70); FILE MERGED 2007/11/07 11:47:35 os 1.28.70.1: #i81434# printing hidden text

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8b5da93364770ca37744e7a0d100ca97c5cf0bdd]

        INTEGRATION: CWS os106 (1.26.70); FILE MERGED 2007/11/07 11:47:09 os 1.26.70.1: #i81434# printing hidden text

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [dc897606e7b533ceb6c14cd40468341f43e98724]

        INTEGRATION: CWS os106 (1.9.70); FILE MERGED 2007/11/07 11:47:18 os 1.9.70.2: #i81434# printing hidden text 2007/10/31 14:13:22 os 1.9.70.1: #i81434# Print hidden text and text of placeholder options added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4f8547619bef0d83fa2cdcfb9117c7543f9904f8]

        INTEGRATION: CWS impress134 (1.2.4); FILE MERGED 2007/11/14 10:23:44 cl 1.2.4.1: #i83313# renamed ChildsOnDemand to ChildrenOnDemand

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bfc295b5f02d6a1af3adba7307100d8568b94d9c]

        INTEGRATION: CWS impress134 (1.2.4); FILE MERGED 2007/11/14 10:23:43 cl 1.2.4.1: #i83313# renamed ChildsOnDemand to ChildrenOnDemand

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [816caffbbf9f0afe5ed1a608e8da4b3b20a5c89d]

        INTEGRATION: CWS impress134 (1.2.4); FILE MERGED 2007/11/14 10:22:52 cl 1.2.4.1: #i83313# renamed ChildsOnDemand to ChildrenOnDemand

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4fc151e84af501a01b9feb5a8192480b189e8856]

        INTEGRATION: CWS impress134 (1.21.146); FILE MERGED 2007/10/31 14:21:09 cl 1.21.146.1: #i82756# overload SetMarkHandles to clear pDragHdl before it becomes a dangling pointer

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b6a0c3a10343ff28bb4e85a6044a456915b8c7f6]

        INTEGRATION: CWS impress134 (1.30.176); FILE MERGED 2007/11/08 09:49:16 cl 1.30.176.1: #i69445# disable rtl for graph control

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a2e898ce704446b649d9ce58917893dc9cb5d719]

        INTEGRATION: CWS impress134 (1.2.280); FILE MERGED 2007/10/31 14:07:16 cl 1.2.280.1: #i82756# overload SetMarkHandles to clear pDragHdl before it becomes a dangling pointer

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0b9190482fc93952123202564ea655ba4ab5d2c6]

        INTEGRATION: CWS impress134 (1.2.110); FILE MERGED 2007/11/06 11:32:39 cl 1.2.110.1: #i81648# renamed wrong 'Childs' to 'Children'

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f7f9c5df275738bfb84489426c63998f9e605119]

        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>  [80b6e9d1dbe2c091a6b34f044b7526d2eb791fe4]

        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>  [e3db56c862d9e4940926922f7dd7207e3665ecec]

        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>  [03f0d725e233106c62e8f8b9f9da65c9abe1de60]

        INTEGRATION: CWS impress134 (1.16.256); FILE MERGED 2007/10/31 15:20:55 cl 1.16.256.1: #i78178# added help id for rulers

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2fdb1dc4bbcd56d01ea619ebd0363720fafaddab]

        INTEGRATION: CWS impress134 (1.7.72); FILE MERGED 2007/10/31 15:20:25 cl 1.7.72.1: #i78178# added help id for rulers

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [107f14005eb9dc381cc25a7e670a2ea26234037a]

        INTEGRATION: CWS impress134 (1.37.144); FILE MERGED 2007/11/06 12:55:57 cl 1.37.144.1: #i77977# end slideshow if there are no visible slides in the show

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5c1476515473312159364fc2c48fd77cb2eef646]

        INTEGRATION: CWS impress134 (1.19.208); FILE MERGED 2007/11/08 16:26:08 cl 1.19.208.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9a92b267069355fab687e9bf5477d285456106d0]

        INTEGRATION: CWS impress134 (1.73.130); FILE MERGED 2007/11/08 16:26:08 cl 1.73.130.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bacc4f4e240c97ef40f9dd51cfff0c2ef80adfdd]

        INTEGRATION: CWS impress134 (1.102.80); FILE MERGED 2007/10/31 10:39:08 cl 1.102.80.1: #i79977# removed false alarm assertion

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6ee441610506224f21c032134fbb1f50e9c7eda5]

        INTEGRATION: CWS impress134 (1.46.70); FILE MERGED 2007/11/06 12:54:21 cl 1.46.70.1: #i77977# end slideshow if there are no visible slides in the show

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f7a7d0a30d94e4d62fd727c972ffc926c877721a]

        INTEGRATION: CWS impress134 (1.31.44); FILE MERGED 2007/11/08 16:21:50 cl 1.31.44.2: #i82911# added insert picture on the background patch 2007/11/01 10:32:21 cl 1.31.44.1: #i75867# removed a bunch of unused string resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ea61fb116cc8b2a94799bd4d63b747c448505a11]

        INTEGRATION: CWS impress134 (1.6.534); FILE MERGED 2007/11/01 10:32:21 cl 1.6.534.1: #i75867# removed a bunch of unused string resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1ad62dbd97ae9bf1585a0a6afdfaceb5d47ac180]

        INTEGRATION: CWS impress134 (1.17.534); FILE MERGED 2007/11/01 10:31:22 cl 1.17.534.1: #i75867# removed a bunch of unused bitmap resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [af0256d692e9c800035af73af47a3703ed4a1f08]

        INTEGRATION: CWS impress134 (1.28.132); FILE MERGED 2007/11/08 16:23:44 cl 1.28.132.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1af8e55b95057f795c6933c31fe488ed1be64cbd]

        INTEGRATION: CWS impress134 (1.7.208); FILE MERGED 2007/11/13 21:12:05 cl 1.7.208.2: removed compiler warning 2007/10/31 15:53:19 cl 1.7.208.1: #i82669# fixed non translated string for stylesheet undo

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b80d5b297cf0b3f0fbd8eab43a3b5a3d9b6309e9]

        INTEGRATION: CWS impress134 (1.2.94); FILE MERGED 2007/10/31 16:09:46 cl 1.2.94.1: #i80510# removed german strings from src files

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0d1c9624fe0d01f72a29b684c51412e9eeb9eaac]

        INTEGRATION: CWS impress134 (1.119.44); FILE MERGED 2007/11/08 16:20:11 cl 1.119.44.2: #i82911# added insert picture on the background patch 2007/11/01 10:29:06 cl 1.119.44.1: #i75867# removed a bunch of unused string resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f7ae673715d8068f68d6c61a41888fb17e1f126d]

        INTEGRATION: CWS impress134 (1.30.138); FILE MERGED 2007/11/01 10:28:39 cl 1.30.138.1: #i75867# removed a bunch of unused string resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [811e2ce389294514c490563e2a0774059a702fcb]

        INTEGRATION: CWS impress134 (1.51.40); FILE MERGED 2007/11/01 10:28:10 cl 1.51.40.1: #i75867# removed a bunch of unused bitmap resources

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f4b3e6c2e5ee28835e14882551e05d67517ff836]

        INTEGRATION: CWS impress134 (1.16.138); FILE MERGED 2007/11/08 16:20:11 cl 1.16.138.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [717166dc8c7a12dcb6fcbf216188003e0f2bbdd8]

        INTEGRATION: CWS impress134 (1.15.168); FILE MERGED 2007/11/01 10:27:33 cl 1.15.168.1: #i73452# removed unused pseudo.src

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a4711267d8036b59b872aec2eb047d2b5cb219a6]

        INTEGRATION: CWS impress134 (1.19.94); FILE MERGED 2007/10/31 16:09:29 cl 1.19.94.1: #i80510# removed german strings from src files

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [288718f8e0f8c13737d452b43b35da9d7e0ce296]

        INTEGRATION: CWS impress134 (1.33.16); FILE MERGED 2007/11/08 16:20:01 cl 1.33.16.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ecf0001017a5e2666ba8edeba6abe864fa3c46fa]

        INTEGRATION: CWS impress134 (1.39.206); FILE MERGED 2007/11/08 16:20:00 cl 1.39.206.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [98f9b0dcabd31900a71adee3ae87839162bc648e]

        INTEGRATION: CWS impress134 (1.17.44); FILE MERGED 2007/10/31 15:14:48 cl 1.17.44.1: #i78178# added help id for rulers

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f133a5fa5e99ec63d2a9108324ad67d4b4f9f418]

        INTEGRATION: CWS impress134 (1.25.18); FILE MERGED 2007/11/08 16:19:49 cl 1.25.18.1: #i82911# added insert picture on the background patch

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9afd47273fbd7b6acd2094fd9e3d388b5ba62c41]

        INTEGRATION: CWS impress134 (1.26.52); FILE MERGED 2007/11/08 09:52:49 cl 1.26.52.1: #i82987# applied build patch for 64bit Linux

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0d28b97ded935bbdd5eed9f7074cd01fbc939500]

        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>  [d8b384057c8729e0fb339ed5bd64384c981aeef1]

        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>  [f0f2fccf31baaa3ddec5898ce6393bec704c8022]

        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>  [d8aa91cad6ab33c1911dbc46a86f5c1bf0c3eaf2]

        INTEGRATION: CWS tkr06 (1.56.76); FILE MERGED 2007/11/07 11:24:21 pb 1.56.76.2: fix: #i82892# dependencies were corrupted 2007/11/05 10:16:50 pb 1.56.76.1: fix: #i82892# securityoptions.* and webconninfo.* added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fc351c0ce26054927546abfd7b21835b523a0d47]

        INTEGRATION: CWS tkr06 (1.30.78); FILE MERGED 2007/10/30 09:40:09 jsc 1.30.78.1: #i83075# handle new optional properties

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [13692b2c78d8c0fe197279fbff35a60d84a41734]

        INTEGRATION: CWS tkr06 (1.12.98); FILE MERGED 2007/10/30 09:39:01 jsc 1.12.98.1: #i83075# new var for dialog configuration

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6a5de94f3d295da38fa9557b4cca0f922795e6fe]

        INTEGRATION: CWS tkr06 (1.134.76); FILE MERGED 2007/11/07 12:56:04 jsc 1.134.76.2: #i83075# remove unnecessary directory check in FileDialogHelper.Execute 2007/10/30 09:34:21 jsc 1.134.76.1: #i83075# add new constructor

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c459c1f7895253dc60c1a542edcf0f8313448e71]

        INTEGRATION: CWS tkr06 (1.125.18); FILE MERGED 2007/10/30 09:37:17 jsc 1.125.18.1: #i83075# check additional optional parameter

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7d4c3f16d0af9b1e429d5bf8d766895634c4c34f]

        INTEGRATION: CWS tkr06 (1.115.78); FILE MERGED 2007/10/30 09:36:07 jsc 1.115.78.1: #i83075# use new constructor to overrule file picker settings ...

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5a6026a7f647d4dc1430b96720a6bb3ec8562e32]

        INTEGRATION: CWS tkr06 (1.3.152); FILE MERGED 2007/11/07 12:56:04 jsc 1.3.152.2: #i83075# remove unnecessary directory check in FileDialogHelper.Execute 2007/10/30 09:34:21 jsc 1.3.152.1: #i83075# add new constructor

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1734c90e996a3f76a9caf86f91ae80ccee5a69de]

        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>  [0d44d94fc1abb874a2a8093b6cd76d4a5ee50f80]

        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>  [9b9c0ac5a99694f88f7ae31d7a83fb0c6f1d9403]

        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>  [d65c536ccf58ddea9d66b2adccdf0137d9f20385]

        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>  [3687e56fa0e661877a339b97bf52def66d13b801]

        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>  [98b7f9c707d9b6693b7335e59b0f27d9575e6ffa]

        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>  [253ec2d7bd57e12f83ec507119f030fedbb5b379]

        INTEGRATION: CWS tkr06 (1.93.182); FILE MERGED 2007/11/07 16:40:58 mav 1.93.182.2: #i82892# allow better control over password container 2007/11/05 10:34:24 pb 1.93.182.1: fix: #i82892# SvxSecurityTabPage: MasterPassword and Passwords added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [09d5f89834b86780950f4ab791d380993269c5cc]

        INTEGRATION: CWS tkr06 (1.1.2); FILE ADDED 2007/11/07 16:40:57 mav 1.1.2.2: #i82892# allow better control over password container 2007/11/05 10:15:05 pb 1.1.2.1: fix: #i82892# new class svx::WebConnectionInfoDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [23914214a1301b89ffcb7a6c455547809c9c06c8]

        INTEGRATION: CWS tkr06 (1.1.2); FILE ADDED 2007/11/07 16:40:57 mav 1.1.2.3: #i82892# allow better control over password container 2007/11/05 10:57:34 pb 1.1.2.2: fix: #i82892# implementation continued 2007/11/05 10:15:05 pb 1.1.2.1: fix: #i82892# new class svx::WebConnectionInfoDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [310573858173a5fe83ca63b74b0ff8ddc7521367]

        INTEGRATION: CWS tkr06 (1.1.2); FILE ADDED 2007/11/07 16:40:57 mav 1.1.2.4: #i82892# allow better control over password container 2007/11/05 11:28:23 pb 1.1.2.3: fix: #i82892# Linux warning removed 2007/11/05 10:57:34 pb 1.1.2.2: fix: #i82892# implementation continued 2007/11/05 10:15:05 pb 1.1.2.1: fix: #i82892# new class svx::WebConnectionInfoDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [13336b347c4a7ae514405335c449681d4c17f177]

        INTEGRATION: CWS tkr06 (1.1.2); FILE ADDED 2007/11/07 11:28:16 pb 1.1.2.2: fix: #i82892# new option: CtrlClickHyperlinks 2007/11/05 10:12:26 pb 1.1.2.1: fix: #i82892# new class svx::SecurityOptionsDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [97b19a5aaa095d860202f30685f9d22a141b64df]

        INTEGRATION: CWS tkr06 (1.13.162); FILE MERGED 2007/11/07 16:40:57 mav 1.13.162.2: #i82892# allow better control over password container 2007/11/05 10:21:37 pb 1.13.162.1: fix: #i82892# SvxSecurityTabPage: MasterPassword and Passwords added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9026c986e7774d4aecb5bfb7156a9128306da331]

        INTEGRATION: CWS tkr06 (1.27.78); FILE MERGED 2007/11/13 15:01:28 mav 1.27.78.5: #i83571# ask for master password before showing the dialog 2007/11/07 17:39:57 pb 1.27.78.4: fix: #i82892# syntax 2007/11/07 16:40:57 mav 1.27.78.3: #i82892# allow better control over password container 2007/11/07 11:29:10 pb 1.27.78.2: fix: #i82892# new option: CtrlClickHyperlinks 2007/11/05 10:22:53 pb 1.27.78.1: fix: #i82892# SvxSecurityTabPage: MasterPassword and Passwords added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [45c6220a0273b2e8710ab7ec710e5ef9d3b1b1c9]

        INTEGRATION: CWS tkr06 (1.5.170); FILE MERGED 2007/11/05 10:26:14 pb 1.5.170.1: fix: #i82892# RID_SVXDLG_SECURITY_OPTIONS and RID_SVXDLG_WEBCONNECTION_INFO added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fec7557d9140819b2295165b90a807063b18014b]

        INTEGRATION: CWS tkr06 (1.8.1074); FILE MERGED 2007/11/07 16:40:57 mav 1.8.1074.2: #i82892# allow better control over password container 2007/11/05 10:32:46 pb 1.8.1074.1: fix: #i82892# SvxSecurityTabPage: MasterPassword and Passwords added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [245cc6dafe982a3854b842a90179fb24c22997f2]

        INTEGRATION: CWS tkr06 (1.74.168); FILE MERGED 2007/11/05 10:24:18 pb 1.74.168.1: fix: #i82892# HID_DLG_SECURITY_OPTIONS and HID_DLG_WEBCONNECTION_INFO added

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [05a2d2819be9f7af5dcf517788f4f8dcd40ce388]

        INTEGRATION: CWS tkr06 (1.39.6); FILE MERGED 2007/11/08 09:52:58 tkr 1.39.6.1: #83435# insert wallpaper property

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [543c9b534532ad8fdf8ca0df449c907649ff76b3]

        INTEGRATION: CWS tkr06 (1.33.6); FILE MERGED 2007/11/08 10:03:44 tkr 1.33.6.1: #83435# insert wallpaper property

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7bc497334cdbc44e25a6adf25249dd7bdfb7aaf5]

        INTEGRATION: CWS tkr06 (1.26.6); FILE MERGED 2007/11/13 16:42:15 tkr 1.26.6.1: #i83255# adjusted schema

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [52b5c28c0fee6a2b208155d64efc724b96f8bce2]

        INTEGRATION: CWS tkr06 (1.20.212); FILE MERGED 2007/11/05 09:19:11 mav 1.20.212.1: #i82892# allow better control over password container

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [816de49a4d68835d9ab8a28fa47c522da0f0b1f6]

        INTEGRATION: CWS tkr06 (1.1.2); FILE ADDED 2007/11/07 16:26:37 mav 1.1.2.2: #i82892# add comments 2007/11/05 09:29:01 mav 1.1.2.1: #i82892# allow better control over password container

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cfce42ff1dfc61a049b02024ef74907a7c334eda]

        INTEGRATION: CWS tkr06 (1.8.416); FILE MERGED 2007/11/05 09:29:28 mav 1.8.416.1: #i82892# allow better control over password container

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [96405f204c2f3900575fa7d6a91ab0ed84703f84]

        INTEGRATION: CWS tkr06 (1.11.96); FILE MERGED 2007/11/09 13:44:13 cd 1.11.96.1: #i83238# Added properties 'ImageURL' and 'Graphic' to support background image

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cae2007882138a5f7cfdd64274d66bb648f4444b]

        INTEGRATION: CWS tkr06 (1.24.80); FILE MERGED 2007/11/07 12:02:50 fme 1.24.80.1: #i83402# Configuration entry for ctrl-click hyperlink

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [94b1cfbfdf0ff441daf82a1527c46d69810360cf]

        INTEGRATION: CWS tkr06 (1.147.34); FILE MERGED 2007/11/08 09:31:13 fme 1.147.34.2: #i83402# Configuration entry for ctrl-click hyperlink 2007/11/07 12:02:49 fme 1.147.34.1: #i83402# Configuration entry for ctrl-click hyperlink

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [89042b00201d4807feae4dc84b2e8d33b699dbce]

        INTEGRATION: CWS tkr06 (1.16.82); FILE MERGED 2007/11/07 12:03:01 fme 1.16.82.1: #i83402# Configuration entry for ctrl-click hyperlink

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [94e06d8c0c289c60821344f72a1399980fe49b56]

        INTEGRATION: CWS c18v001_SRC680 (1.8.46); FILE MERGED 2007/10/16 10:17:26 is 1.8.46.1: #150867# cabs into msi on oog different from src

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [96a88748bbf692795e278aee67121a4dec084f79]

        INTEGRATION: CWS c18v001_SRC680 (1.40.22); FILE MERGED 2007/10/12 13:39:48 rt 1.40.22.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9dd7c725fbd2a75d3a5ec065e81a0047cb04baad]

        INTEGRATION: CWS c18v001_SRC680 (1.71.22); FILE MERGED 2007/10/12 13:39:47 rt 1.71.22.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [96398251416e12e0eef25f1bc15479f87572bbf8]

        INTEGRATION: CWS tkr06 (1.11.12); FILE MERGED 2007/11/02 15:31:25 tkr 1.11.12.1: #83255# relative url

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f9b5c489ef91891ecececf5289075637da3240aa]

        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>  [b5de5da0c72e2711a28e0fe4d2a499c3f3db5276]

        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>  [19fc0d7f261b067dc4bd8589726aaa2641ffdfc3]

        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>  [7e7f5887bc7d8f1ff62e980de5d5656716a14573]

        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>  [24076adb801bb007d8327960d0d353f67296b4a2]

        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>  [e41dcdff247574b50a5b68cef963749684c81da9]

        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>  [8b31f14368d6810f1d9506010a4535cb8d402cef]

        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>  [c85a81e7a063cfe23a410fc967921600219bec43]

        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>  [f5d5843953af7254a27be1ff3cb09fe386461216]

        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>  [6769fd283cec7f960d85deba5c21754e7142a36d]

        INTEGRATION: CWS tkr06 (1.140.86); FILE MERGED 2007/11/13 15:59:14 tkr 1.140.86.2: #i83571# do not allow passwords storing by default 2007/11/07 11:40:11 pb 1.140.86.1: fix: #i82892# new security option: HyperlinksWithCtrlClick

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a15b601b8ec645dea47c3155c3e0808c89d22e0f]

        INTEGRATION: CWS tkr06 (1.39.88); FILE MERGED 2007/11/07 11:52:28 pb 1.39.88.1: fix: #i82892# new security option: HyperlinksWithCtrlClick

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4c40c1764e57e5a8230d03bed7839ce26831a5e3]

        INTEGRATION: CWS c18v001_SRC680 (1.11.754); FILE MERGED 2007/10/12 13:39:48 rt 1.11.754.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [92ebfcaed737508acef4bbf3f7960ffe23f2bc97]

        INTEGRATION: CWS c18v001_SRC680 (1.11.18); FILE MERGED 2007/10/12 13:39:48 rt 1.11.18.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1535f53c78c1d1afcf9191da33b4e637facf81fe]

        INTEGRATION: CWS c18v001_SRC680 (1.14.18); FILE MERGED 2007/10/12 13:39:48 rt 1.14.18.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3a7b6d104b9b799bf9cbd908b81f2256d4df82c4]

        INTEGRATION: CWS c18v001_SRC680 (1.22.16); FILE MERGED 2007/10/12 13:39:48 rt 1.22.16.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5027e1ad89ec4d70db6aa92c62a8e4e524793847]

        INTEGRATION: CWS c18v001_SRC680 (1.10.100); FILE MERGED 2007/10/12 13:39:48 rt 1.10.100.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf0e1d20d5fd11f7f51b29cb585f4d1d5d2b0ea]

        INTEGRATION: CWS c18v001_SRC680 (1.6.568); FILE MERGED 2007/10/12 13:39:48 rt 1.6.568.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ef1c5cd33b29be8d572de64291fb07798c31f8de]

        INTEGRATION: CWS c18v001_SRC680 (1.92.18); FILE MERGED 2007/10/12 13:39:47 rt 1.92.18.1: #150867# new product

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bf686576e9a6680bfe959d2130232362e2ba7976]

        INTEGRATION: CWS customfields (1.50.80); FILE MERGED 2007/10/25 09:51:16 mba 1.50.80.1: #i5092#: support custom property fields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5211e426d4254e3b51f4047b78bc1b61714d3559]

        INTEGRATION: CWS customfields (1.5.80); FILE MERGED 2007/10/25 09:50:49 mba 1.5.80.1: #i5092#: support custom property fields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e2787d2c75f8112945fd0a75cfe0badedb438c4d]

        INTEGRATION: CWS customfields (1.54.52); FILE MERGED 2007/10/25 10:07:00 mba 1.54.52.1: #i5092#: String for Custom Properties in FieldDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a63196619050ae99ed8c682afd74b739b4a5ade2]

        INTEGRATION: CWS fpicker7 (1.23.20); FILE MERGED 2007/10/17 09:31:11 cmc 1.23.20.1: #i82700# show all files in mailmerge select database file picker

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [acd31bb21ea519289b3e191d0a21cffc9d3f5e9d]

        INTEGRATION: CWS customfields (1.18.52); FILE MERGED 2007/10/25 09:56:02 mba 1.18.52.2: #i5092#: warning fixed 2007/10/15 18:38:48 mba 1.18.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8326f185b5cb2ec721a6e1ee75ddbba9716c0ccc]

        INTEGRATION: CWS customfields (1.48.48); FILE MERGED 2007/10/25 10:06:59 mba 1.48.48.2: #i5092#: String for Custom Properties in FieldDialog 2007/10/15 18:38:48 mba 1.48.48.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [34ec00a77913242ae6305a5fa4d20ec04ce0eb7e]

        INTEGRATION: CWS customfields (1.17.52); FILE MERGED 2007/10/15 18:38:48 mba 1.17.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c96464b02101033c2a2d5f980dae80afae0cc943]

        INTEGRATION: CWS customfields (1.3.1004); FILE MERGED 2007/10/15 18:38:47 mba 1.3.1004.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4bfb46a06146fc6a8d99e38ea87b55723dd50099]

        INTEGRATION: CWS customfields (1.11.52); FILE MERGED 2007/10/25 10:06:59 mba 1.11.52.2: #i5092#: String for Custom Properties in FieldDialog 2007/10/15 18:38:47 mba 1.11.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [aa6424bad17b1ac98b3c0b124ca3d951033adb3c]

        INTEGRATION: CWS customfields (1.104.52); FILE MERGED 2007/10/15 18:38:47 mba 1.104.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c3feaafbdb5d6c240c31402173da0a95696a30ea]

        INTEGRATION: CWS customfields (1.182.50); FILE MERGED 2007/10/15 18:38:47 mba 1.182.50.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [539b16d54cc9a95ac2b5d9850a04423ca3b037db]

        INTEGRATION: CWS customfields (1.16.52); FILE MERGED 2007/10/15 18:38:47 mba 1.16.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5cc44daf99d2991d2d7b028dfedb8cfda383fbe7]

        INTEGRATION: CWS customfields (1.13.52); FILE MERGED 2007/10/15 18:38:46 mba 1.13.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e041b86a47c3eb72d28f655e813329fbea31850d]

        INTEGRATION: CWS customfields (1.200.48); FILE MERGED 2007/10/15 18:38:46 mba 1.200.48.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1ba7e4ab4da2cd322876746fb28b28d0d7b0bbbc]

        INTEGRATION: CWS customfields (1.99.48); FILE MERGED 2007/10/15 18:38:46 mba 1.99.48.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d065f0bcdbee2db2a26fcdf384aa4560f8bd9beb]

        INTEGRATION: CWS customfields (1.35.50); FILE MERGED 2007/10/15 18:38:46 mba 1.35.50.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [749f9fd560ed75e36e36ce69e58f075a19ead9f5]

        INTEGRATION: CWS customfields (1.7.52); FILE MERGED 2007/10/15 18:38:46 mba 1.7.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2c4b9c15fa66ce76043cc9647c51481d22382c13]

        INTEGRATION: CWS customfields (1.44.48); FILE MERGED 2007/10/15 18:38:45 mba 1.44.48.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [536809ae32b3d83976cd6fe984c92d9f8269e9f7]

        INTEGRATION: CWS customfields (1.30.50); FILE MERGED 2007/10/15 18:37:59 mba 1.30.50.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8d911fe9e709cc071c24b02a3d5aac69d80ef36f]

        INTEGRATION: CWS customfields (1.60.230); FILE MERGED 2007/10/15 18:38:45 mba 1.60.230.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [70f58b3c4ac3eb0b8442c9c649d2e8548a39a3d7]

        INTEGRATION: CWS customfields (1.22.52); FILE MERGED 2007/10/15 18:38:45 mba 1.22.52.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [51753f8342a24d9d7d61c64209e8ec3b56145cdc]

        INTEGRATION: CWS customfields (1.4.52); FILE MERGED 2007/10/25 10:05:32 mba 1.4.52.1: #i5092#: String for Custom Properties in FieldDialog

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [aae61e2849896ea84b6f20a73e9a03c025db8c95]

        INTEGRATION: CWS customfields (1.11.50); FILE MERGED 2007/10/15 18:38:45 mba 1.11.50.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [26789dbfbf084e3b97d0a22d8ea8b1ff0c40ac7d]

        INTEGRATION: CWS customfields (1.65.46); FILE MERGED 2007/10/15 18:40:51 mba 1.65.46.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a75bfb51d0dfe7c8464a8f2af94564caf2d052d4]

        INTEGRATION: CWS customfields (1.77.46); FILE MERGED 2007/10/15 18:40:51 mba 1.77.46.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5e56617a10d5accb207bb0ffe9d1231202e673a6]

        INTEGRATION: CWS customfields (1.35.72); FILE MERGED 2007/10/15 18:40:50 mba 1.35.72.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [77ee5842db7b928a402cd290352627953e595fb4]

        INTEGRATION: CWS customfields (1.36.72); FILE MERGED 2007/10/15 18:40:50 mba 1.36.72.1: #i5092#: support custom properties in DocInfoFields

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a214d13202a20a44e15556f569f639d9cc0c84d2]

        INTEGRATION: CWS datapilotdetails (1.24.148); FILE MERGED 2007/11/02 09:47:39 nn 1.24.148.1: #i57030# struct DataPilotFieldFilter for DataPilot drill down

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a81e8354c4ae8353367e167f89d2c4cfdda8c021]

        INTEGRATION: CWS datapilotdetails (1.1.4); FILE ADDED 2007/11/02 09:47:39 nn 1.1.4.2: #i57030# struct DataPilotFieldFilter for DataPilot drill down 2007/10/29 17:42:54 nn 1.1.4.1: file DataPilotFieldFilter.idl was added on branch cws_src680_datapilotdetails on 2007-11-02 09:47:39 +0000

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [facb2f2a5067ffb2baeee3a3ff7e2f5a1763d469]

        INTEGRATION: CWS datapilotdetails (1.85.46); FILE MERGED 2007/11/02 09:54:52 nn 1.85.46.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5a02e545e86ac40ad749b746b2e7e45e4c553551]

        INTEGRATION: CWS datapilotdetails (1.13.208); FILE MERGED 2007/11/02 09:54:52 nn 1.13.208.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [460c07df0c77db036cb58d355eb52c865e481644]

        INTEGRATION: CWS datapilotdetails (1.46.178); FILE MERGED 2007/11/02 09:54:52 nn 1.46.178.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [89c6b718635a1bac6e9c47e86cbf55b0018acccc]

        INTEGRATION: CWS datapilotdetails (1.7.168); FILE MERGED 2007/11/02 09:54:52 nn 1.7.168.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4d60d14d63065a7f7d81487bfbbeffbb89c67b7b]

        INTEGRATION: CWS datapilotdetails (1.20.52); FILE MERGED 2007/11/02 09:54:51 nn 1.20.52.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8ab6a59ad4357640cdfce70e864a5178ee3af886]

        INTEGRATION: CWS datapilotdetails (1.15.118); FILE MERGED 2007/11/02 10:09:49 nn 1.15.118.2: #i57030# warning in product versions 2007/11/02 09:54:51 nn 1.15.118.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4fe22baf0c23e4c558c7bfdf8ea10a14c268fc33]

        INTEGRATION: CWS datapilotdetails (1.21.118); FILE MERGED 2007/11/02 09:54:51 nn 1.21.118.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ed7bd257255d3cf441608c1b3e02fa50ae1f9436]

        INTEGRATION: CWS datapilotdetails (1.8.222); FILE MERGED 2007/11/02 09:54:51 nn 1.8.222.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4287070a910b63ba6aa001092e800d2406cc60f1]

        INTEGRATION: CWS datapilotdetails (1.8.118); FILE MERGED 2007/11/02 09:54:51 nn 1.8.118.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [13527d0874af4b023bb293f98cbf94c2fa66fd0d]

        INTEGRATION: CWS datapilotdetails (1.12.118); FILE MERGED 2007/11/02 09:54:51 nn 1.12.118.1: #i57030# DataPilot drill down to source rows for result values

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [76fab1ce4f5896ad13a16d28613967359ca3468d]

        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>  [dc1cc73c55410914fe547e5ac57f307739123792]

        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>  [e9e9b20e5507cae5e31a7b6dbdc753d2bcf86464]

        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>  [4d62334c4148e69e4f038f543509e32be31c1a25]

        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>  [e5d4bf01ddc3e971d2a2bfe2bd140f087c7439e1]

        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>  [d2986be1a8d896782b8cb846b0028eaa752e0384]

        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>  [83e46f2450f04179ab34bfb254ba47799e3f9cbc]

        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>  [5fdf744ba6955993f97f9ef7ff214ab6135eb50f]

        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>  [71925103abc905aa61382b4c4f82d3f364d083fb]

        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>  [45045f85de37f65729493c0774335f38f27faa40]

        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>  [fef6bff03b8330255b7eacff978601d17d286b5e]

        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>  [3014bad7fefdbc3ae1828af1666b37fc48c5332a]

        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>  [253856c195463a91a2f00fb989da0413e6762c98]

        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>  [368abce5a218c6eb994b9d960cb78235dc3451eb]

        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>  [288da036c24bc038e1eb6b827c4488ebfabde2cd]

        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>  [2e2decfb0f176159d6abcad1661596fe174f01bf]

        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>  [2856a130747fcbc3917780209d0fd7cdab364265]

        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>  [d1a6874a66f0da3708fd98dfea9357a3506c0a03]

        INTEGRATION: CWS vcl83 (1.42.130); FILE MERGED 2007/10/17 13:18:47 pl 1.42.130.4: fix a typo 2007/10/04 11:20:50 hdu 1.42.130.3: #i76876# Insert->SpecialChar dialog: enable scrollbar dragging 2007/10/04 11:13:23 hdu 1.42.130.2: #i74888# use field text color for charset field 2007/10/01 14:44:16 hdu 1.42.130.1: #i75860# use new UCS4 string constructor to simplify code

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [dab7a29856b7ff4663ac80ab031601be40a585b4]

        INTEGRATION: CWS vcl83 (1.23.78); FILE MERGED 2007/10/17 13:04:53 pl 1.23.78.2: fix a typo 2007/10/01 14:44:16 hdu 1.23.78.1: #i75860# use new UCS4 string constructor to simplify code

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [722f9155613ec9b25135cd18130236d26ed23341]

        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>  [b9d08c5e3621b40eb72d94f77230ba8dbbd6946f]

        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>  [9701a1b296a12d3823c4dd19b2dd4f43ddb1ab2f]

        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>  [040217f20956a46e563bf664b8fa21ef9be237c5]

        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>  [3a3d354b5677e10d16a2e9700ff843999db5a45b]

        INTEGRATION: CWS aw053 (1.37.6); FILE MERGED 2007/09/14 10:37:11 aw 1.37.6.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f0c78ae219975ab3258785b98db91bf12e143c5e]

        INTEGRATION: CWS aw053 (1.84.6); FILE MERGED 2007/09/14 10:37:11 aw 1.84.6.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0d85435c8e3a5351f17e2b9749e0a5e45bf066c5]

        INTEGRATION: CWS aw053 (1.28.82); FILE MERGED 2007/09/14 10:37:11 aw 1.28.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b48b788de745d5768a36e9e0f8a8b6515228ca8b]

        INTEGRATION: CWS aw053 (1.46.6); FILE MERGED 2007/09/14 10:37:10 aw 1.46.6.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [296cd0541245669b75d0e49ef5fcfda7b130cfd9]

        INTEGRATION: CWS aw053 (1.80.66); FILE MERGED 2007/09/14 10:37:10 aw 1.80.66.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e916045dd5741e35e1d10b04b8be64e21cbf930f]

        INTEGRATION: CWS aw053 (1.31.80); FILE MERGED 2007/09/14 10:37:10 aw 1.31.80.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a22d80eb80d0134bdfa81f100a6e6ea8b7806cf3]

        INTEGRATION: CWS aw053 (1.81.66); FILE MERGED 2007/09/14 10:37:10 aw 1.81.66.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f4b9f44d1836a7ee006815503403619707e36b99]

        INTEGRATION: CWS aw053 (1.41.82); FILE MERGED 2007/09/14 10:37:10 aw 1.41.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [033b9886201c5db9c8d3a688654168537df4ce89]

        INTEGRATION: CWS aw053 (1.34.42); FILE MERGED 2007/09/14 10:37:10 aw 1.34.42.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d5e8175886871261dc4ee643c6e4d1fa7ae57308]

        INTEGRATION: CWS aw053 (1.91.64); FILE MERGED 2007/11/01 22:18:03 aw 1.91.64.2: RESYNC: (1.91-1.92); FILE MERGED 2007/09/14 10:37:09 aw 1.91.64.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [64b28d0b23fdf9bb218da1e93b3d5c5eca48faaa]

        INTEGRATION: CWS aw053 (1.31.66); FILE MERGED 2007/09/14 10:37:09 aw 1.31.66.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [275c3b3adface60ac569741a2c31bdd2fad7ee3d]

        INTEGRATION: CWS aw053 (1.57.80); FILE MERGED 2007/09/14 10:37:09 aw 1.57.80.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cce76c34e21ce70b8cd8983cfb646beb754eb7d8]

        INTEGRATION: CWS aw053 (1.8.82); FILE MERGED 2007/09/14 10:37:09 aw 1.8.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b26df4f446a0d3e8922c18efa8afd34105534211]

        INTEGRATION: CWS aw053 (1.12.82); FILE MERGED 2007/11/01 22:16:29 aw 1.12.82.2: RESYNC: (1.12-1.13); FILE MERGED 2007/09/14 10:37:09 aw 1.12.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f32a1d2b300c85befd3398e15dd77fc864031871]

        INTEGRATION: CWS aw053 (1.17.82); FILE MERGED 2007/11/01 22:16:23 aw 1.17.82.2: RESYNC: (1.17-1.19); FILE MERGED 2007/09/14 10:37:09 aw 1.17.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [35f42009feca21273c794d202fcbf00557e56356]

        INTEGRATION: CWS aw053 (1.10.82); FILE MERGED 2007/11/01 22:16:16 aw 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/14 10:37:09 aw 1.10.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c4d1a66655debecd50edf8c80679fd87c1a05c39]

        INTEGRATION: CWS aw053 (1.7.82); FILE MERGED 2007/09/14 10:37:09 aw 1.7.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3046ca9a4bcb02ac86a7c16f88513876d92cf06c]

        INTEGRATION: CWS aw053 (1.13.82); FILE MERGED 2007/09/14 10:37:09 aw 1.13.82.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7e95136ed25bd689da06a39f4cf52382f4a636ac]

        INTEGRATION: CWS aw053 (1.10.80); FILE MERGED 2007/09/14 10:37:08 aw 1.10.80.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1770312d224e3307f72439d27f992a6cbd71cbcd]

        INTEGRATION: CWS aw053 (1.45.66); FILE MERGED 2007/09/14 10:37:08 aw 1.45.66.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5d111fa0a727e8decbdd8deb54747805bf021a8e]

        INTEGRATION: CWS aw053 (1.9.196); FILE MERGED 2007/09/14 10:35:52 aw 1.9.196.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b52d952efb80295e10cab0f8a889dd5b5cfe5b17]

        INTEGRATION: CWS aw053 (1.3.986); FILE MERGED 2007/09/14 10:35:52 aw 1.3.986.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3847f7e1ad427efdc1f087f2e33088062fd20684]

        INTEGRATION: CWS aw053 (1.12.196); FILE MERGED 2007/09/14 10:35:52 aw 1.12.196.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4a5d53d299d56e1da85ab05cbb19f0fe41a40742]

        INTEGRATION: CWS aw053 (1.4.6); FILE MERGED 2007/09/14 10:35:52 aw 1.4.6.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6ca09b9e171337b47340f720d6180659613e2e94]

        INTEGRATION: CWS aw053 (1.2.198); FILE MERGED 2007/09/14 10:35:52 aw 1.2.198.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [75b193d1584b983aa74b9e5810974188e3ed9300]

        INTEGRATION: CWS aw053 (1.4.60); FILE MERGED 2007/11/01 22:04:45 aw 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2007/09/14 10:35:52 aw 1.4.60.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [41a7b386b744ebf414f5d130e77150a276b7cc94]

        INTEGRATION: CWS aw053 (1.41.110); FILE MERGED 2007/11/01 20:30:17 aw 1.41.110.2: RESYNC: (1.41-1.42); FILE MERGED 2007/09/14 11:08:29 aw 1.41.110.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4be04cb33b571aedfc501025d56d306323a5d509]

        INTEGRATION: CWS aw053 (1.75.72); FILE MERGED 2007/11/01 20:30:06 aw 1.75.72.2: RESYNC: (1.75-1.76); FILE MERGED 2007/09/14 11:08:29 aw 1.75.72.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [93bd1bc63ef125e9f006b57a36b74bebe5e8b857]

        INTEGRATION: CWS aw053 (1.37.128); FILE MERGED 2007/11/01 20:29:49 aw 1.37.128.2: RESYNC: (1.37-1.38); FILE MERGED 2007/09/14 11:08:29 aw 1.37.128.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5c5c276fdead454f0c66fdc2743f58fb166493a0]

        INTEGRATION: CWS aw053 (1.18.48); FILE MERGED 2007/09/14 10:51:01 aw 1.18.48.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6a66f9f19ba08cf9ca4ed25b1152333d13a7ef53]

        INTEGRATION: CWS aw053 (1.32.42); FILE MERGED 2007/09/14 16:44:10 aw 1.32.42.2: #i80528# Removal of draft paint modes; safer ScVObjMode assignment handling 2007/09/14 10:51:01 aw 1.32.42.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b03d1d4037f70930694cef4778ba5145a3c1b2c1]

        INTEGRATION: CWS aw053 (1.65.48); FILE MERGED 2007/09/14 10:51:01 aw 1.65.48.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2d54483e45e77382ef8887746f33ec2385668000]

        INTEGRATION: CWS aw053 (1.68.42); FILE MERGED 2007/11/01 18:37:36 aw 1.68.42.2: RESYNC: (1.68-1.69); FILE MERGED 2007/09/14 10:51:00 aw 1.68.42.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [47555cec23d8ccfa59f1066115d70d19e1bafaac]

        INTEGRATION: CWS aw053 (1.19.110); FILE MERGED 2007/11/01 18:31:51 aw 1.19.110.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/14 10:51:00 aw 1.19.110.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8ba4cc1cbf36269f55775d6ae4ef20cfda80996c]

        INTEGRATION: CWS aw053 (1.89.74); FILE MERGED 2007/09/14 10:50:59 aw 1.89.74.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b26d4678b43a9b7f790a6186b1e7726aea4f1cc7]

        INTEGRATION: CWS aw053 (1.7.134); FILE MERGED 2007/09/14 16:44:10 aw 1.7.134.2: #i80528# Removal of draft paint modes; safer ScVObjMode assignment handling 2007/09/14 10:50:59 aw 1.7.134.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fb89c2d719f5575b4691842d531314dc6898c9c1]

        INTEGRATION: CWS aw053 (1.16.112); FILE MERGED 2007/09/14 16:44:09 aw 1.16.112.2: #i80528# Removal of draft paint modes; safer ScVObjMode assignment handling 2007/09/14 10:50:59 aw 1.16.112.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [69809611dd931402f0c8742b546438d85814000b]

        INTEGRATION: CWS aw053 (1.17.42); FILE MERGED 2007/11/01 18:24:30 aw 1.17.42.2: RESYNC: (1.17-1.18); FILE MERGED 2007/09/14 10:50:28 aw 1.17.42.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [92fca1dbf9ada87f4256c02981d64e24ce810570]

        INTEGRATION: CWS aw053 (1.50.18); FILE MERGED 2007/09/14 10:50:28 aw 1.50.18.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5c52666c72d85d8f671eb076b4d0c9d51141b7e2]

        INTEGRATION: CWS aw053 (1.4.770); FILE MERGED 2007/09/14 10:58:36 aw 1.4.770.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [35af3d19d399f8945df453a18027f5196df3d642]

        INTEGRATION: CWS aw053 (1.4.656); FILE MERGED 2007/09/14 10:58:36 aw 1.4.656.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c989bbb6f0e48a5277d5289584cc8d0c13fbfb32]

        INTEGRATION: CWS aw053 (1.34.100); FILE MERGED 2007/11/01 18:21:44 aw 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2007/09/14 10:58:24 aw 1.34.100.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6ea737a63fbc4cb76e2ae6379cd11446d809e35c]

        INTEGRATION: CWS aw053 (1.13.164); FILE MERGED 2007/09/14 10:58:24 aw 1.13.164.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7e2f6bcad31a3a200e9dfb7f0539f035c408407b]

        INTEGRATION: CWS aw053 (1.50.102); FILE MERGED 2007/09/14 10:58:24 aw 1.50.102.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cf70f5b5f744ebf8de28ee46cc8cda5f5b6d7c1b]

        INTEGRATION: CWS aw053 (1.26.100); FILE MERGED 2007/11/01 18:20:16 aw 1.26.100.2: RESYNC: (1.26-1.28); FILE MERGED 2007/09/14 10:58:24 aw 1.26.100.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [89d8701c09dc1d983c15f23e7ca64453a16a94e7]

        INTEGRATION: CWS aw053 (1.10.164); FILE MERGED 2007/09/14 10:58:23 aw 1.10.164.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [56649faad02be732fe4a675f91a0d354b26583ba]

        INTEGRATION: CWS aw053 (1.6.490); FILE MERGED 2007/09/14 10:58:23 aw 1.6.490.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4e69c625e60d5c1a6c732ffc83d011dd1db5fb1b]

        INTEGRATION: CWS aw053 (1.26.32); FILE MERGED 2007/09/14 10:58:23 aw 1.26.32.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [55883b7e85888942f5c41646120e005564efd30e]

        INTEGRATION: CWS aw053 (1.4.422); FILE MERGED 2007/09/14 10:58:23 aw 1.4.422.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4113e2430e42614e3c0c459f2d2edbbe1278b31f]

        INTEGRATION: CWS aw053 (1.11.164); FILE MERGED 2007/09/14 10:58:23 aw 1.11.164.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1cd68794b6118a2ce9dd61c3eb4c4690407f990e]

        INTEGRATION: CWS aw053 (1.53.94); FILE MERGED 2007/11/08 10:35:24 aw 1.53.94.2: #i80528# moved remaining options in tools/options/drawImpress/View up to the former position of the removed options to get a better look 2007/09/14 10:58:23 aw 1.53.94.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e933538779d29a472c92252f14660c245aa8622e]

        INTEGRATION: CWS aw053 (1.23.124); FILE MERGED 2007/09/14 10:58:23 aw 1.23.124.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2c8a0d34ae9a505fefae01912ff7518e2cb0262d]

        INTEGRATION: CWS aw053 (1.7.164); FILE MERGED 2007/09/14 10:58:23 aw 1.7.164.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8453dfb22ba8c3c4ac0096d9508c663afe5e9ec6]

        INTEGRATION: CWS aw053 (1.5.260); FILE MERGED 2007/09/14 10:58:23 aw 1.5.260.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [56ca5814a1843a31d23b249f1960a31532c6b5bd]

        INTEGRATION: CWS aw053 (1.40.32); FILE MERGED 2007/09/14 10:58:22 aw 1.40.32.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [673ac34cba4e4297af38fb75e7e54491ca2133d4]

        INTEGRATION: CWS aw053 (1.32.40); FILE MERGED 2007/11/01 18:14:06 aw 1.32.40.2: RESYNC: (1.32-1.33); FILE MERGED 2007/09/14 10:57:47 aw 1.32.40.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6a8263dd9d4b4f261b28515cfd176b586083e4fd]

        INTEGRATION: CWS aw053 (1.39.162); FILE MERGED 2007/09/14 10:57:47 aw 1.39.162.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [67ff3a3ebd84f422c8295cb74077d8ec3eb3babf]

        INTEGRATION: CWS aw053 (1.24.40); FILE MERGED 2007/11/01 18:13:13 aw 1.24.40.2: RESYNC: (1.24-1.25); FILE MERGED 2007/09/14 10:57:23 aw 1.24.40.1: #i80528# Removal of draft paint modes

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [33b7d6531405be927d8716b382c45852a67d28e2]

        INTEGRATION: CWS fwk72 (1.208.16); FILE MERGED 2007/10/30 14:01:23 mav 1.208.16.3: RESYNC: (1.209-1.210); FILE MERGED 2007/09/18 09:32:10 mav 1.208.16.2: RESYNC: (1.208-1.209); FILE MERGED 2007/08/14 13:19:21 cd 1.208.16.1: #i80459# Use std::auto_ptr to solve possible resource leaks

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [472862a1161c7cc9f493eca123b2e1390bfc212c]

        INTEGRATION: CWS fwk72 (1.218.22); FILE MERGED 2007/10/30 14:01:11 mav 1.218.22.2: RESYNC: (1.218-1.220); FILE MERGED 2007/10/02 12:19:14 as 1.218.22.1: #i80206# set patch flag for localization of filters

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [853be401463c18525a93b78ffef44bb3867574c8]

        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>  [c355600f2f653a1e2b522a81003c7db9708795dd]

        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>  [1f761a6b6844af143e117b8d617afa13272618d3]

        INTEGRATION: CWS fwk72 (1.35.14); FILE MERGED 2007/09/07 11:50:40 pb 1.35.14.1: fix: #i80781# now 'Info' translated

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3c4cfa209f446fc433c8d3925cbbe628c2f536e8]

        INTEGRATION: CWS fwk72 (1.195.14); FILE MERGED 2007/09/10 14:55:01 mav 1.195.14.1: #i81437# do not allow to export to the file the document is based on

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cad5ffb755e21d5560f9a638b614a5ccc3e9b7a1]

        INTEGRATION: CWS fwk72 (1.40.54); FILE MERGED 2007/09/06 07:39:51 pb 1.40.54.2: fix: #i79496# change standard template with new file name if necessary 2007/08/06 11:58:41 mav 1.40.54.1: #i70669# use decoded name as title

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [57312995aeec7aebd5a55970c33e1ceb8d947114]

        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-26  Ivo Hinkelmann  <ihi@openoffice.org>  [88bec023f8e04e0f2f527e564b83f5c1f583c03b]

        INTEGRATION: CWS fwk72 (1.34.14); FILE MERGED 2007/09/18 08:55:21 mav 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2007/08/01 11:06:17 cd 1.34.14.1: #i79981# Context menu commands must be processed asynchronously as they can lead to the destruction of the menus parent window

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ed2a2ab285d229f189dfc97e74c086e06886321c]

        INTEGRATION: CWS fwk72 (1.27.22); FILE MERGED 2007/09/25 12:10:27 as 1.27.22.1: #i77804# reuse even hidden documents if they will be loaded twice via UI (make them visible)

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [73d1d08c1da7c8f58bff07cb1f8629b9c7d02c78]

        INTEGRATION: CWS fwk72 (1.5.154); FILE MERGED 2007/09/06 11:39:26 as 1.5.154.1: #i72558# support removing of commands

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e8fea983571a79e9681a7471b2a8d4527936f279]

        INTEGRATION: CWS fwk72 (1.18.14); FILE MERGED 2007/09/18 08:53:13 mav 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2007/08/01 11:06:03 cd 1.18.14.1: #i79981# Context menu commands must be processed asynchronously as they can lead to the destruction of the menus parent window

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [879b2a938fb88707f476578da908b68727a541b5]

        INTEGRATION: CWS fwk72 (1.5.76); FILE MERGED 2007/09/25 09:04:48 as 1.5.76.1: #i80206# rename OpenDocument to ODF

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2e5587eca4c87dffa6044b2469efea175530a669]

        INTEGRATION: CWS fwk72 (1.6.382); FILE MERGED 2007/09/25 09:04:48 as 1.6.382.1: #i80206# rename OpenDocument to ODF

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5e66a2446e743c0da33d3cde28661f58724347f4]

        INTEGRATION: CWS fwk72 (1.4.76); FILE MERGED 2007/09/25 09:04:48 as 1.4.76.1: #i80206# rename OpenDocument to ODF

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [20cef38b449bf6439f3c87b3bf212a70d0935eac]

        INTEGRATION: CWS fwk72 (1.4.74); FILE MERGED 2007/09/25 09:04:48 as 1.4.74.1: #i80206# rename OpenDocument to ODF

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [722637eefebe4226d1274f0616772e9ea22341d9]

        INTEGRATION: CWS fwk72 (1.7.380); FILE MERGED 2007/09/25 09:04:48 as 1.7.380.1: #i80206# rename OpenDocument to ODF

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [83bdd116bff23e64517fd668d334d5bab247c38f]

        INTEGRATION: CWS fwk72 (1.31.66); FILE MERGED 2007/09/04 09:56:55 mav 1.31.66.1: #i77804# let the link frame be opened in hidden mode

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [60f008750fffbe4f7b80945efe2eebae353461a9]

        INTEGRATION: CWS fwk72 (1.80.50); FILE MERGED 2007/09/27 19:35:49 mav 1.80.50.3: #i79921# fix typo 2007/09/27 19:15:33 mav 1.80.50.2: #i79921# an object that requires resize notification should always have a client site before resizing 2007/08/07 12:34:55 mav 1.80.50.1: #i79921# an object that requires resize notification should always have a client site

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [096433a3719b2d2a075a80ae277e516cfe006c19]

        INTEGRATION: CWS fwk72 (1.17.66); FILE MERGED 2007/09/11 07:27:46 pb 1.17.66.1: fix: #i75210# hide controls if QuickStarter not installed

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8c2eb0399381ef450cf45a4a027ccb99b4dcc798]

        INTEGRATION: CWS onlineupdate6 (1.15.14); FILE MERGED 2007/10/12 12:15:12 obr 1.15.14.1: #i82283# download & install for Linux/Solaris

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [db74ecdc045a5b915ceda07aa86d8420cad48d79]

        INTEGRATION: CWS onlineupdate6 (1.7.250); FILE MERGED 2007/11/15 13:49:54 obr 1.7.250.2: #i82283# added appropriate ifdefs 2007/10/15 04:48:40 obr 1.7.250.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4ca3c0659b379adf7e72db6ed1a8b016e5191295]

        INTEGRATION: CWS dmgarchive (1.74.6); FILE MERGED 2007/11/08 14:46:34 obr 1.74.6.1: #i83174#,#i72908# pkgformat archive mapps to dmg on Mac OS X

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [46fc5d6ccf8885bd38071c45ee2dbb6c0dded773]

        INTEGRATION: CWS onlineupdate6 (1.50.40); FILE MERGED 2007/11/15 13:45:17 obr 1.50.40.3: #i82706# removed os and arch again since they don't get replaced by rtl bootstrap as expected 2007/11/06 22:13:22 obr 1.50.40.2: RESYNC: (1.50-1.53); FILE MERGED 2007/11/06 09:43:30 obr 1.50.40.1: #i82706# added os,arch,pkgfmt parameter

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e04d259ac9a4c4df59714f69b74ec205a0697dec]

        INTEGRATION: CWS onlineupdate6 (1.4.38); FILE MERGED 2007/10/15 04:48:39 obr 1.4.38.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a1d2774e1aae2537fb843085135ddfdbd6ae207b]

        INTEGRATION: CWS onlineupdate6 (1.3.132); FILE MERGED 2007/10/15 04:48:39 obr 1.3.132.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [40ab61e0a75056b798c4813059317d14556d6ce8]

        INTEGRATION: CWS dmgarchive (1.7.280); FILE MERGED 2007/11/08 14:47:01 obr 1.7.280.1: #i83174#,#i72908# moved dmg specific extras to scp

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f4973fd4cdc6d4c2d62f222d40a3f9d66a873f9e]

        INTEGRATION: CWS onlineupdate6 (1.1.2); FILE ADDED 2007/11/08 09:06:30 obr 1.1.2.4: #i82283# make sure csh doesn't /bin/sh gets launched 2007/11/06 14:09:58 obr 1.1.2.3: #i82283# try harder to locate xprop 2007/11/06 09:36:13 obr 1.1.2.2: #i82283# added support for debs and ooo-dev 2007/10/15 04:50:39 obr 1.1.2.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5f0b685aded2804c376626eea763a0584f52240d]

        INTEGRATION: CWS dmgarchive (1.41.18); FILE MERGED 2007/11/08 14:47:01 obr 1.41.18.1: #i83174#,#i72908# moved dmg specific extras to scp

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a018c74d03838460f88564756231cd3f4610f327]

        INTEGRATION: CWS onlineupdate6 (1.1.2); FILE ADDED 2007/10/15 04:50:39 obr 1.1.2.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c7a4dc455dfe412d5713ccd7bff62eb9d2547602]

        INTEGRATION: CWS onlineupdate6 (1.13.22); FILE MERGED 2007/11/06 22:13:16 obr 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/15 04:50:39 obr 1.13.22.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [da3ebaf2a0f7ade5c8b39eab05453c5af86e0000]

        INTEGRATION: CWS onlineupdate6 (1.19.4); FILE MERGED 2007/11/06 22:13:13 obr 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2007/10/15 04:50:39 obr 1.19.4.1: #i82283# added unpack and update script

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [959858458382f2cf9600457ccc45447b5b32a758]

        INTEGRATION: CWS dmgarchive (1.223.2); FILE MERGED 2007/11/08 14:49:00 obr 1.223.2.1: #i83174#,#i72908# archive is new default format on Mac OS X

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [28ed33cf5e0e0dfcef59c8f49e63573aa5c4cd1a]

        INTEGRATION: CWS onlineupdate6 (1.72.4); FILE MERGED 2007/11/06 22:13:05 obr 1.72.4.2: RESYNC: (1.72-1.75); FILE MERGED 2007/11/06 14:05:16 obr 1.72.4.1: #i82706# update info files got pkgformat qualifier

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [82eea21e821b49e72376a2848ea64c88f65f0f85]

        INTEGRATION: CWS dmgarchive (1.201.2); FILE MERGED 2007/11/08 14:48:56 obr 1.201.2.1: #i83174#,#i72908# archive is new default format on Mac OS X

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c066dc0e2e16828b0ff3a440b6703df47048da59]

        INTEGRATION: CWS onlineupdate6 (1.39.40); FILE MERGED 2007/11/06 09:45:15 obr 1.39.40.1: #i82706# added support for pkgfmt placeholder

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1b1edaa334ac7fc8b5d23e77cdb59cb492ca86fa]

        INTEGRATION: CWS dmgarchive (1.56.16); FILE MERGED 2007/11/13 14:56:15 obr 1.56.16.1: #i72908# added translation for Mac OS X compiler platform

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [074c9dad36a1cc96d804ab0fd8d7710f44d56c37]

        INTEGRATION: CWS onlineupdate6 (1.69.74); FILE MERGED 2007/11/06 22:12:49 obr 1.69.74.2: RESYNC: (1.69-1.71); FILE MERGED 2007/11/02 12:24:57 obr 1.69.74.1: #i82878# no need to let ooo-dev deb packages conflict with bundled openoffice.org

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [c84a593ff6cd41f151a821bed6987cc6192b2f6a]

        INTEGRATION: CWS dmgarchive (1.6.140); FILE MERGED 2007/11/08 14:45:55 obr 1.6.140.1: #i83174#,#i72908# pkgformat archive mapps to dmg on Mac OS X

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9d60a510de9f1c8d43b32a731e224a57e39b0870]

        INTEGRATION: CWS dmgarchive (1.76.16); FILE MERGED 2007/11/08 14:45:55 obr 1.76.16.1: #i83174#,#i72908# pkgformat archive mapps to dmg on Mac OS X

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d61de39301b39f8006999fd864c9cb6c1c36a0fb]

        INTEGRATION: CWS openssl01 (1.12.2); FILE MERGED 2007/11/21 10:18:52 tkr 1.12.2.1: #i83687# cygwin issue

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b755bfedd777ce225d9c67a0b200215ab7c7b4c9]

        INTEGRATION: CWS openssl01 (1.1.2); FILE MERGED 2007/11/23 11:37:14 hjs 1.1.2.5: #i83647# don't do sed pattern when tired... 2007/11/23 07:38:01 rt 1.1.2.4: #i83647# Disable questionable 64bit detection. 2007/11/22 13:54:23 hjs 1.1.2.3: #i83647# take compiler from environment if set (quoted now) 2007/11/22 12:43:00 hjs 1.1.2.2: #i83647# take compiler from environment if set 2007/11/22 11:47:52 hjs 1.1.2.1: #i83647# tweak patch usage/creation - solaris too

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8da76293089e0922ed0a0956f8da6f4b949ce7f5]

        INTEGRATION: CWS openssl01 (1.1.2); FILE MERGED 2007/11/22 13:54:23 hjs 1.1.2.2: #i83647# take compiler from environment if set (quoted now) 2007/11/22 11:22:13 hjs 1.1.2.1: #i83647# tweak patch usage/creation

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fa6c2c99831e25b491e806421cfaa402bbfc7a93]

        INTEGRATION: CWS openssl01 (1.1.2); FILE MERGED 2007/11/21 10:17:31 tkr 1.1.2.1: #i83687# use CC on windows plattform

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [130545c28f950a752101b23a49493fa5aed40594]

        INTEGRATION: CWS openssl01 (1.19.2); FILE MERGED 2007/11/22 11:47:52 hjs 1.19.2.6: #i83647# tweak patch usage/creation - solaris too 2007/11/22 11:22:13 hjs 1.19.2.5: #i83647# tweak patch usage/creation 2007/11/22 09:56:36 tkr 1.19.2.4: #i83647# remove -j make option - build breaks 2007/11/22 09:37:59 tkr 1.19.2.3: #i83647# solaris make without -j option 2007/11/21 13:07:07 tkr 1.19.2.2: #i83647# linux cc 2007/11/21 10:18:39 tkr 1.19.2.1: #i83687# cygwin issue

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f64c0196029845934cf0b9e2752ab0d2fddec30d]

        INTEGRATION: CWS openssl01 (1.162.6); FILE MERGED 2007/11/22 12:10:53 rt 1.162.6.2: #i83731# Typo corrected: CFLAS - > CFLAGS 2007/11/21 14:38:00 rt 1.162.6.1: #i83731# System openssl. Fix by rene, joined from CWS configure22.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6e3d748a088da666c6d09fa0a0051ad88579ded9]

        INTEGRATION: CWS openssl01 (1.228.4); FILE MERGED 2007/11/21 14:37:59 rt 1.228.4.2: #i83731# System openssl. Fix by rene, joined from CWS configure22. 2007/11/21 10:21:26 tkr 1.228.4.1: #i82640# check if dmake 4.11

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7adf0a2d86392cd0913e238caabb299394c921d0]

        INTEGRATION: CWS openssl01 (1.205.4); FILE MERGED 2007/11/21 14:45:56 rt 1.205.4.1: #i83731# System openssl.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6ac833776a5bc6d4213451ac5f28415c5dd8d6fe]

        INTEGRATION: CWS openssl01 (1.221.10); FILE MERGED 2007/11/21 10:20:58 tkr 1.221.10.1: #i82640# check if dmake 4.11

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2f63b101c6b30b4d742a80398131013daf655e6f]

        INTEGRATION: CWS openssl01 (1.120.12); FILE MERGED 2007/11/21 14:56:40 rt 1.120.12.2: #i83731# System openssl. Fix by rene, joined from CWS configure22. 2007/11/21 10:19:34 tkr 1.120.12.1: #i83687# cygwin issue

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [786b715d390a98ade7835d99b8b5909cbfe30d7e]

        INTEGRATION: CWS openssl01 (1.40.4); FILE MERGED 2007/11/21 14:19:14 rt 1.40.4.1: #i83731# System openssl. Fix by rene, joined from CWS configure22.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [475c67ca23043b92a52d86bef280fe747980562d]

        INTEGRATION: CWS openssl01 (1.28.4); FILE MERGED 2007/11/21 14:19:13 rt 1.28.4.1: #i83731# System openssl. Fix by rene, joined from CWS configure22.

2007-11-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e8f82d96f110708752167ee8fb80399fcd845ba1]

        INTEGRATION: CWS openssl01 (1.9.6); FILE MERGED 2007/11/21 14:19:44 rt 1.9.6.1: #i83731# System openssl. Fix by rene, joined from CWS configure22.

2007-11-23  Niklas Nebel  <nn@openoffice.org>  [1addee99991a24eb8f3e47dde027e8f05241eef3]

        commit new module lpsolve to head

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c2749a521c72098e2dc80cd401ac62dad45cf26e]

        INTEGRATION: CWS hcshared12 (1.1.2); FILE ADDED 2007/10/16 10:00:37 ufi 1.1.2.1: i82305

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1408d42e6deed58b631aef59c1eb68aae03e1b11]

        INTEGRATION: CWS hcshared12 (1.1.2); FILE ADDED 2007/10/16 10:00:18 ufi 1.1.2.1: i82305

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6256d1a62a692c9255ddd815b8d84da8d51f9705]

        INTEGRATION: CWS langstatusbar (1.218.42); FILE MERGED 2007/11/19 11:51:52 tl 1.218.42.2: RESYNC: (1.218-1.222); FILE MERGED 2007/10/11 14:42:18 tl 1.218.42.1: #i77208# new language status-bar conttrol

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4460e382254ce7a17dcdb3fd4679f06525d20bad]

        INTEGRATION: CWS langstatusbar (1.70.180); FILE MERGED 2007/10/22 09:58:49 tl 1.70.180.7: #i77208# language status bar control 2007/10/05 14:51:06 tl 1.70.180.6: RESYNC: (1.70-1.72); FILE MERGED 2007/07/25 11:13:54 tl 1.70.180.5: #i77208# new language status-bar control 2007/07/24 08:12:32 tl 1.70.180.4: #i77208# new language status-bar control 2007/07/20 08:53:19 tl 1.70.180.3: #i77208# new language status bar control 2007/06/15 12:44:47 tl 1.70.180.2: #i77208# new language status-bar control 2007/05/25 10:04:58 tl 1.70.180.1: #i77208# language statusbar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8249c1c541de9462d3f7601492ef82afaa83db4c]

        INTEGRATION: CWS langstatusbar (1.2.54); FILE MERGED 2007/10/22 09:59:21 tl 1.2.54.8: #i77208# language status bar control 2007/10/19 10:58:28 tl 1.2.54.7: #i77208# language status bar control 2007/10/09 10:00:55 tl 1.2.54.6: merge problem fixed 2007/10/05 14:51:00 tl 1.2.54.5: RESYNC: (1.2-1.4); FILE MERGED 2007/07/20 09:18:56 tl 1.2.54.4: #i77208# new language status bar control 2007/07/12 09:06:01 tl 1.2.54.3: #i77208# new language status bar control 2007/07/11 12:09:47 tl 1.2.54.2: #i77208# new language status bar control 2007/05/25 10:04:58 tl 1.2.54.1: #i77208# language statusbar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6735c822ef7b298d770873c7468e4b6ce23ba94d]

        INTEGRATION: CWS langstatusbar (1.2.14); FILE MERGED 2007/11/19 11:51:00 tl 1.2.14.2: RESYNC: (1.2-1.4); FILE MERGED 2007/10/17 14:38:08 tl 1.2.14.1: integrating fixes from tl48

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a0e608790311b51a71010b1540305090d4980af7]

        INTEGRATION: CWS langstatusbar (1.4.110); FILE MERGED 2007/11/19 10:33:21 tl 1.4.110.1: #i83670# hard wired resource id and resource file fixed

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7f996e6423bd824c5cb2bce15d7adc628d60ad23]

        INTEGRATION: CWS langstatusbar (1.34.146); FILE MERGED 2007/10/01 21:11:00 tl 1.34.146.3: RESYNC: (1.35-1.37); FILE MERGED 2007/06/25 16:13:04 tl 1.34.146.2: RESYNC: (1.34-1.35); FILE MERGED 2007/06/08 14:17:30 tl 1.34.146.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [455645ad56a42b0699f5a08f8f1c6d95a7ac1b6a]

        INTEGRATION: CWS langstatusbar (1.4.38); FILE MERGED 2007/10/23 08:55:59 tl 1.4.38.2: #77208# warning fixed 2007/10/17 15:00:52 tl 1.4.38.1: #i77208# removing warnings with non-pro builds

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9d81398a9fe570717fd6783cfe933930b129d069]

        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>  [9fe71c5d7d8cfdada0e2922012062d27927126bc]

        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>  [b22d802b77d538008c8ab705f04f37e338be68a8]

        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>  [ea6c4fdbb4fcdcd424272088ec2de454048a281c]

        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>  [67f590b13f263bdaeb2bbd8348fe65a4b85860da]

        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>  [9395dd04520fe10214fc4fe72ab6f4a33c0c28c3]

        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>  [2cb41804900790173fa58ae2ae7423f1a5e6033d]

        INTEGRATION: CWS langstatusbar (1.111.2); FILE MERGED 2007/10/22 10:01:24 tl 1.111.2.4: #i77208# language status bar control 2007/10/01 18:39:03 tl 1.111.2.3: RESYNC: (1.111-1.115); FILE MERGED 2007/08/10 09:33:23 cd 1.111.2.2: #i77208# Popup menu controller for tools - language menu 2007/06/13 13:44:09 cd 1.111.2.1: #i77208# Language selection status bar control added

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4305c90926ba88429ad3116ce62c33f0549fc4b3]

        INTEGRATION: CWS langstatusbar (1.47.2); FILE MERGED 2007/11/19 11:42:27 tl 1.47.2.3: RESYNC: (1.48-1.49); FILE MERGED 2007/10/01 18:37:05 tl 1.47.2.2: RESYNC: (1.47-1.48); FILE MERGED 2007/08/15 14:52:34 cd 1.47.2.1: #i77208# Don't disable popup menu item if popup contains entries and is controlled by popup menu controller

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0814b5e374085e32804fffc77e48d7191725c819]

        INTEGRATION: CWS langstatusbar (1.13.134); FILE MERGED 2007/10/01 18:36:57 tl 1.13.134.3: RESYNC: (1.13-1.14); FILE MERGED 2007/08/10 09:33:34 cd 1.13.134.2: #i77208# Popup menu controller for tools - language menu 2007/06/13 13:44:24 cd 1.13.134.1: #i77208# Language selection status bar control added

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f5a5043ea0d1448a293896fb637ec2c2d8c0c0a8]

        INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/10/23 09:06:42 cd 1.1.2.23: #i77208# Made changes to member names, formatting and other minor tasks to better integrate into framework project 2007/10/22 10:00:25 tl 1.1.2.22: #i77208# language status bar control 2007/10/19 09:57:13 tl 1.1.2.21: #i77208# language status bar control 2007/10/19 07:55:16 tl 1.1.2.20: #i77208# language status bar control 2007/10/17 08:19:35 tl 1.1.2.19: 'Set languagew for Document' removed from menu in status bar 2007/10/11 08:10:55 tl 1.1.2.18: #i77208# new language status-bar control 2007/10/11 07:51:20 tl 1.1.2.17: #i77208# new language status-bar control 2007/08/08 14:20:31 tl 1.1.2.16: #77208# new language status bar control 2007/07/26 08:09:36 tl 1.1.2.15: #i77208# new language status-bar control 2007/07/24 10:35:29 tl 1.1.2.14: #i77208# new language status-bar control 2007/07/24 08:12:11 tl 1.1.2.13: #i77208# new language status-bar control 2007/07/20 10:35:21 tl 1.1.2.12: #i77208# new language status bar control 2007/07/20 09:01:14 tl 1.1.2.11: #i77208# new language status bar control 2007/07/12 09:01:19 tl 1.1.2.10: #i77208# new language status bar control 2007/07/12 08:58:24 tl 1.1.2.9: #i77208# new language status bar control 2007/07/11 12:06:43 tl 1.1.2.8: #i77208# new language status bar control 2007/07/11 12:02:33 tl 1.1.2.7: #i77208# new language status bar control 2007/07/09 11:37:50 cd 1.1.2.6: #i77208# Changes for the status bar controller 2007/06/27 04:07:47 tl 1.1.2.5: #i77208# new language status bar control 2007/06/26 13:05:00 tl 1.1.2.4: #i77208# include statement removed 2007/06/22 12:28:40 tl 1.1.2.3: #i77208# some code fixes 2007/06/21 13:59:45 cd 1.1.2.2: #i77208# Use correct command name for new language status bar control 2007/06/13 13:42:27 cd 1.1.2.1: #i77208# First version of the language selection status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f8d54ad159f576da9dac9066269c60e1749708f3]

        INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/11/01 07:33:30 tl 1.1.2.7: #i77208# uno slot names adapted to latest menu/string changes 2007/11/01 07:28:31 tl 1.1.2.6: #i77208# uno slot names adapted to latest menu/string changes 2007/10/25 14:54:25 tl 1.1.2.5: #i77208# new language status-bar control 2007/10/22 10:00:25 tl 1.1.2.4: #i77208# language status bar control 2007/10/19 09:57:13 tl 1.1.2.3: #i77208# language status bar control 2007/10/11 07:51:20 tl 1.1.2.2: #i77208# new language status-bar control 2007/08/10 09:35:09 cd 1.1.2.1: #i77208# Popup menu controller for set text/document language

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [24bfea568d91e5da7bc2e1483bc52f37dbbdbb78]

        INTEGRATION: CWS langstatusbar (1.37.42); FILE MERGED 2007/10/01 18:32:22 tl 1.37.42.3: RESYNC: (1.37-1.39); FILE MERGED 2007/08/10 09:33:47 cd 1.37.42.2: #i77208# Popup menu controller for tools - language menu 2007/06/13 13:44:23 cd 1.37.42.1: #i77208# Language selection status bar control added

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9ca70d70fac79d9df84dd5a0f0a469ab9cd4469e]

        INTEGRATION: CWS langstatusbar (1.33.2); FILE MERGED 2007/11/01 07:58:29 tl 1.33.2.8: #i77208# uno slot names adapted to latest menu/string changes 2007/10/31 16:18:58 tl 1.33.2.7: #i77208# string resource changes 2007/10/31 14:11:00 tl 1.33.2.6: #i77208# changing some string resources 2007/10/19 09:57:13 tl 1.33.2.5: #i77208# language status bar control 2007/10/01 18:28:47 tl 1.33.2.4: RESYNC: (1.33-1.36); FILE MERGED 2007/07/12 08:58:23 tl 1.33.2.3: #i77208# new language status bar control 2007/07/11 12:02:32 tl 1.33.2.2: #i77208# new language status bar control 2007/06/21 13:59:45 cd 1.33.2.1: #i77208# Use correct command name for new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f7a1dc2feeac29562e47a377e8561060cbef3358]

        INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/10/23 09:07:00 cd 1.1.2.6: #i77208# Made changes to member names, formatting and other minor tasks to better integrate into framework project 2007/10/11 07:51:19 tl 1.1.2.5: #i77208# new language status-bar control 2007/07/26 08:11:11 tl 1.1.2.4: #i77208# new language status-bar control 2007/07/12 08:58:34 tl 1.1.2.3: #i77208# new language status bar control 2007/06/21 13:59:44 cd 1.1.2.2: #i77208# Use correct command name for new language status bar control 2007/06/13 13:41:42 cd 1.1.2.1: #i77208# First version of the language selection status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [41fa00d2e396b781647ac868f75c9ca0fe47da90]

        INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/11/01 07:38:42 tl 1.1.2.5: #i77208# uno slot names adapted to latest menu/string changes 2007/10/22 10:00:12 tl 1.1.2.4: #i77208# language status bar control 2007/10/19 09:56:49 tl 1.1.2.3: #i77208# language status bar control 2007/10/11 07:51:19 tl 1.1.2.2: #i77208# new language status-bar control 2007/08/10 09:34:51 cd 1.1.2.1: #i77208# Popup menu controller for set text/document language

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4d39bb2659269c52a9fb617fe193f3507744d4c5]

        INTEGRATION: CWS langstatusbar (1.16.176); FILE MERGED 2007/11/01 07:58:54 tl 1.16.176.4: #i77208# uno slot names adapted to latest menu/string changes 2007/10/19 07:54:53 tl 1.16.176.3: #i77208# language status bar control 2007/10/01 18:16:41 tl 1.16.176.2: RESYNC: (1.16-1.17); FILE MERGED 2007/06/21 13:59:44 cd 1.16.176.1: #i77208# Use correct command name for new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8554a9a02eb5998a60545947515de0fdd887eecf]

        INTEGRATION: CWS langstatusbar (1.41.42); FILE MERGED 2007/10/01 18:16:09 tl 1.41.42.3: RESYNC: (1.41-1.44); FILE MERGED 2007/08/10 09:34:01 cd 1.41.42.2: #i77208# Popup menu controller for tools - language menu 2007/06/13 13:45:19 cd 1.41.42.1: #i77208# Language selection status bar control added

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4bc3058bc00c4845269f447a8b1d1ca6d67df3e3]

        INTEGRATION: CWS langstatusbar (1.4.10); FILE MERGED 2007/06/25 19:33:44 tl 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/08 14:20:40 tl 1.4.10.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [fc64253f2311b2643c4bb18e32347c7298647638]

        INTEGRATION: CWS langstatusbar (1.13.32); FILE MERGED 2007/11/19 11:42:14 tl 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/08 14:19:43 tl 1.13.32.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c56fad11f3e1c2160df682ba6be243186e081198]

        INTEGRATION: CWS langstatusbar (1.29.300); FILE MERGED 2007/10/05 14:52:02 tl 1.29.300.2: RESYNC: (1.29-1.30); FILE MERGED 2007/08/13 12:40:23 tl 1.29.300.1: #i78856# Default Formatting Behavior

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4ffa816179729e988afab8a3a3b796d19a22da59]

        INTEGRATION: CWS langstatusbar (1.69.220); FILE MERGED 2007/10/09 10:10:21 tl 1.69.220.5: merge problem fixed 2007/10/09 10:06:01 tl 1.69.220.4: merge problem fixed 2007/10/05 14:51:59 tl 1.69.220.3: RESYNC: (1.70-1.71); FILE MERGED 2007/06/25 19:01:50 tl 1.69.220.2: RESYNC: (1.69-1.70); FILE MERGED 2007/06/08 13:56:14 tl 1.69.220.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5ce69bc63c91ca028d5a6437bfc93611d3fcde41]

        INTEGRATION: CWS langstatusbar (1.16.300); FILE MERGED 2007/10/05 14:51:55 tl 1.16.300.2: RESYNC: (1.16-1.17); FILE MERGED 2007/06/08 13:56:14 tl 1.16.300.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6a16d9765d8291a6261aba60ca3157c13e60e069]

        INTEGRATION: CWS langstatusbar (1.45.12); FILE MERGED 2007/10/19 10:45:28 tl 1.45.12.3: #i77208# language status bar control 2007/10/05 14:51:42 tl 1.45.12.2: RESYNC: (1.45-1.47); FILE MERGED 2007/08/13 12:40:23 tl 1.45.12.1: #i78856# Default Formatting Behavior

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b54bfe8f01897d2686ea3bf6c7fb91ed17838805]

        INTEGRATION: CWS langstatusbar (1.9.12); FILE MERGED 2007/10/24 11:15:47 tl 1.9.12.2: #i77208# new language status-bar control 2007/07/20 09:47:42 tl 1.9.12.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3b1135c89d4fcfea56f4cd948904b3125b0cf534]

        INTEGRATION: CWS langstatusbar (1.43.12); FILE MERGED 2007/11/19 11:41:28 tl 1.43.12.4: RESYNC: (1.48-1.49); FILE MERGED 2007/10/24 11:15:47 tl 1.43.12.3: #i77208# new language status-bar control 2007/10/05 14:51:39 tl 1.43.12.2: RESYNC: (1.43-1.48); FILE MERGED 2007/07/20 09:47:42 tl 1.43.12.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e6b8ed24a234e0cc1ad413d756757a7b44ee966b]

        INTEGRATION: CWS langstatusbar (1.14.110); FILE MERGED 2007/10/05 14:51:36 tl 1.14.110.3: RESYNC: (1.16-1.17); FILE MERGED 2007/06/25 18:40:58 tl 1.14.110.2: RESYNC: (1.14-1.16); FILE MERGED 2007/06/11 07:12:59 tl 1.14.110.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [09f2207e69fa3b264c735609731a4fde2c9ab8ab]

        INTEGRATION: CWS langstatusbar (1.7.330); FILE MERGED 2007/10/09 10:10:21 tl 1.7.330.4: merge problem fixed 2007/10/05 14:51:33 tl 1.7.330.3: RESYNC: (1.8-1.9); FILE MERGED 2007/06/25 18:40:20 tl 1.7.330.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/08 13:55:44 tl 1.7.330.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [07b2e5e5c0b5c06877965c07051c3ef472f9ce0d]

        INTEGRATION: CWS langstatusbar (1.39.54); FILE MERGED 2007/10/05 14:51:30 tl 1.39.54.5: RESYNC: (1.42-1.45); FILE MERGED 2007/07/20 09:36:44 tl 1.39.54.4: #i77208# new language status bar control 2007/07/11 12:31:03 tl 1.39.54.3: #i77208# new language status bar control 2007/06/25 18:39:52 tl 1.39.54.2: RESYNC: (1.39-1.42); FILE MERGED 2007/06/08 13:55:44 tl 1.39.54.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [61679f6d7a4fe833a72391d12bce356721d87ca1]

        INTEGRATION: CWS langstatusbar (1.52.302); FILE MERGED 2007/10/05 14:51:27 tl 1.52.302.3: RESYNC: (1.53-1.56); FILE MERGED 2007/06/25 18:37:00 tl 1.52.302.2: RESYNC: (1.52-1.53); FILE MERGED 2007/06/08 13:01:45 tl 1.52.302.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4915633899e6e610a52212260909d3291a3a8e29]

        INTEGRATION: CWS langstatusbar (1.20.302); FILE MERGED 2007/10/09 10:10:21 tl 1.20.302.3: merge problem fixed 2007/10/05 14:51:24 tl 1.20.302.2: RESYNC: (1.20-1.22); FILE MERGED 2007/06/08 13:55:43 tl 1.20.302.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5210533be76cfac65716b738be57e57926806f93]

        INTEGRATION: CWS langstatusbar (1.14.114); FILE MERGED 2007/10/09 10:10:21 tl 1.14.114.3: merge problem fixed 2007/10/05 14:51:21 tl 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/08 13:55:43 tl 1.14.114.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bddaf8e60d5e9f5a81fae81b97242342918286ca]

        INTEGRATION: CWS langstatusbar (1.38.12); FILE MERGED 2007/11/19 11:38:53 tl 1.38.12.5: RESYNC: (1.41-1.42); FILE MERGED 2007/10/24 11:15:47 tl 1.38.12.4: #i77208# new language status-bar control 2007/10/05 14:51:18 tl 1.38.12.3: RESYNC: (1.38-1.41); FILE MERGED 2007/07/20 09:35:34 tl 1.38.12.2: #i77208# new language status bar control 2007/07/11 12:11:33 tl 1.38.12.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9690f783c822e8427380bacfb01926de27a1b124]

        INTEGRATION: CWS langstatusbar (1.6.200); FILE MERGED 2007/10/05 14:51:15 tl 1.6.200.2: RESYNC: (1.6-1.9); FILE MERGED 2007/06/11 06:56:17 tl 1.6.200.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5acbfa3801734b762ec539e2a59f0ee43dbc5276]

        INTEGRATION: CWS langstatusbar (1.123.48); FILE MERGED 2007/11/19 11:38:50 tl 1.123.48.4: RESYNC: (1.129-1.131); FILE MERGED 2007/10/05 14:51:03 tl 1.123.48.3: RESYNC: (1.126-1.129); FILE MERGED 2007/06/25 18:25:02 tl 1.123.48.2: RESYNC: (1.123-1.126); FILE MERGED 2007/06/08 12:53:03 tl 1.123.48.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f3f8a4341749065225b9fd3651bbd909a850efcd]

        INTEGRATION: CWS langstatusbar (1.2.54); FILE MERGED 2007/08/13 12:39:56 tl 1.2.54.1: #i78856# Default Formatting Behavior

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [173c732bb8417530ef8d75629257d3801da9e534]

        INTEGRATION: CWS langstatusbar (1.2.54); FILE MERGED 2007/06/08 13:54:37 tl 1.2.54.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b8fb027d3d9dbd948999468b15cfd99e485cb675]

        INTEGRATION: CWS langstatusbar (1.2.54); FILE MERGED 2007/10/05 14:50:57 tl 1.2.54.5: RESYNC: (1.3-1.5); FILE MERGED 2007/07/20 09:18:55 tl 1.2.54.4: #i77208# new language status bar control 2007/06/25 18:14:37 tl 1.2.54.3: RESYNC: (1.2-1.3); FILE MERGED 2007/06/08 13:18:00 tl 1.2.54.2: #i77208# new language status-bar control 2007/06/08 12:51:32 tl 1.2.54.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0099ffd9e81eb8d1a496d9bfb494ad3551a2bf37]

        INTEGRATION: CWS langstatusbar (1.39.112); FILE MERGED 2007/11/19 11:38:35 tl 1.39.112.3: RESYNC: (1.40-1.41); FILE MERGED 2007/10/01 17:47:13 tl 1.39.112.2: RESYNC: (1.39-1.40); FILE MERGED 2007/06/21 11:03:40 tl 1.39.112.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d75163a8a580d083c9f6252b7bb1dfe418dcba97]

        INTEGRATION: CWS langstatusbar (1.1.2); FILE ADDED 2007/06/21 11:04:20 tl 1.1.2.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6d9bf263d67a958df3f0254faa35018b2fbafe6e]

        INTEGRATION: CWS langstatusbar (1.2.1332); FILE MERGED 2007/10/01 17:38:16 tl 1.2.1332.3: RESYNC: (1.2-1.3); FILE MERGED 2007/06/20 07:52:53 cd 1.2.1332.2: #i77208# Use correct command name for new language status bar control 2007/06/19 12:42:18 cd 1.2.1332.1: #i77208# Add new status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9694687392ef8d68a6e771f85966f726ba94f3dd]

        INTEGRATION: CWS langstatusbar (1.28.36); FILE MERGED 2007/11/01 07:27:45 tl 1.28.36.3: #i77208# uno slot names adapted to latest menu/string changes 2007/10/19 10:10:23 tl 1.28.36.2: #i77208# language status bar control 2007/08/10 09:36:39 cd 1.28.36.1: #i77208# Popup menu controller for tools - language menu

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [42da8a35eef86254caba7728187e0184c0916d83]

        INTEGRATION: CWS langstatusbar (1.2.1332); FILE MERGED 2007/10/01 17:38:09 tl 1.2.1332.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/25 08:05:19 tl 1.2.1332.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bf50f2bdeb3048c863233a99da1638348267a609]

        INTEGRATION: CWS langstatusbar (1.24.36); FILE MERGED 2007/11/01 07:27:45 tl 1.24.36.2: #i77208# uno slot names adapted to latest menu/string changes 2007/10/19 10:10:22 tl 1.24.36.1: #i77208# language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a9f88228aab214fdf18e1381891bb4680c7959db]

        INTEGRATION: CWS langstatusbar (1.2.1332); FILE MERGED 2007/10/01 17:38:01 tl 1.2.1332.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/25 08:05:19 tl 1.2.1332.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1c145da23914e06a98ae989d5fad8d40a8f61def]

        INTEGRATION: CWS langstatusbar (1.25.36); FILE MERGED 2007/11/01 07:27:45 tl 1.25.36.2: #i77208# uno slot names adapted to latest menu/string changes 2007/10/19 10:10:22 tl 1.25.36.1: #i77208# language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9d2f60838aaa283880915aa643bdb1ae7673d420]

        INTEGRATION: CWS langstatusbar (1.118.42); FILE MERGED 2007/11/19 11:37:25 tl 1.118.42.12: RESYNC: (1.122-1.123); FILE MERGED 2007/10/11 10:48:22 tl 1.118.42.11: #i77208# new language status-bar control 2007/10/11 10:29:35 tl 1.118.42.10: #i77208# new language status-bar control 2007/10/10 07:33:05 tl 1.118.42.9: warning free code change 2007/10/01 17:29:26 tl 1.118.42.8: RESYNC: (1.120-1.122); FILE MERGED 2007/08/09 08:07:33 tl 1.118.42.7: #i77208# new language status-bar control 2007/07/13 15:27:18 tl 1.118.42.6: #i77208# new language status bar control 2007/07/11 12:54:33 tl 1.118.42.5: #i77208# new language status bar control 2007/06/27 05:29:10 tl 1.118.42.4: #i77208# new language status bar control 2007/06/25 17:31:30 tl 1.118.42.3: RESYNC: (1.118-1.120); FILE MERGED 2007/06/25 08:03:47 tl 1.118.42.2: #i77208# new language status bar control 2007/06/21 11:12:28 tl 1.118.42.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7e4f03d70967c4ccb9f0b1b3b3a7768c0dab263f]

        INTEGRATION: CWS langstatusbar (1.78.22); FILE MERGED 2007/10/25 14:54:05 tl 1.78.22.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [53b60a751c1822e15419e85cd72604cfd5745076]

        INTEGRATION: CWS langstatusbar (1.54.112); FILE MERGED 2007/11/19 11:37:21 tl 1.54.112.29: RESYNC: (1.59-1.60); FILE MERGED 2007/10/25 14:54:04 tl 1.54.112.28: #i77208# new language status-bar control 2007/10/24 09:03:29 tl 1.54.112.27: #i77208# new language status-bar control 2007/10/22 12:39:25 tl 1.54.112.26: #i77208# language status bar control 2007/10/19 10:15:42 tl 1.54.112.25: #i77208# language status bar control 2007/10/18 14:30:28 tl 1.54.112.24: #i77208# language status bar control for Writer 2007/10/16 12:30:35 tl 1.54.112.23: warning in non-pro build fixed 2007/10/10 07:25:36 tl 1.54.112.22: warning free code change 2007/10/01 17:17:21 tl 1.54.112.21: RESYNC: (1.56-1.59); FILE MERGED 2007/08/09 08:07:32 tl 1.54.112.20: #i77208# new language status-bar control 2007/07/31 08:02:39 tl 1.54.112.19: #i77208# new language status-bar control 2007/07/27 11:18:33 tl 1.54.112.18: #i77208# new language status-bar control 2007/07/26 09:23:20 tl 1.54.112.17: #i77208# new language status-bar control 2007/07/26 08:47:45 tl 1.54.112.16: #i77208# new language status-bar control 2007/07/24 10:16:12 tl 1.54.112.15: #i77208# new language status-bar control 2007/07/24 10:15:18 tl 1.54.112.14: #i77208# new language status-bar control 2007/07/20 10:39:44 tl 1.54.112.13: #i77208# new language status bar control 2007/07/20 10:20:20 tl 1.54.112.12: #i77208# new language status bar control 2007/07/12 09:13:51 tl 1.54.112.11: #i77208# new language status bar control 2007/07/11 13:15:31 tl 1.54.112.10: #i77208# new language status bar control 2007/07/11 13:02:46 tl 1.54.112.9: #i77208# new language status bar control 2007/06/29 08:15:07 tl 1.54.112.8: #i78856# Format/Default should keep language attributes 2007/06/25 17:26:17 tl 1.54.112.7: RESYNC: (1.54-1.56); FILE MERGED 2007/06/25 08:03:22 tl 1.54.112.6: #i77208# new language status bar control 2007/06/21 11:12:27 tl 1.54.112.5: #i77208# new language status-bar control 2007/06/08 14:01:17 tl 1.54.112.4: #i77208# new language status-bar control 2007/06/08 10:55:50 tl 1.54.112.3: #i77208# new language status-bar control 2007/06/08 10:03:13 tl 1.54.112.2: #i77208# new language status-bar control 2007/05/25 12:54:27 tl 1.54.112.1: #i77208# adding language statusbar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ef4fe1de97ab5119ee6559b3d57af9210c3c5a71]

        INTEGRATION: CWS langstatusbar (1.52.2); FILE MERGED 2007/06/21 11:12:27 tl 1.52.2.2: #i77208# new language status-bar control 2007/06/08 07:35:15 tl 1.52.2.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [447832c74d9b12047a6d872be59cedcfbb736531]

        INTEGRATION: CWS langstatusbar (1.39.68); FILE MERGED 2007/10/01 17:14:52 tl 1.39.68.3: RESYNC: (1.39-1.40); FILE MERGED 2007/08/13 12:37:52 tl 1.39.68.2: #i78856# Default Formatting Behavior 2007/07/12 09:13:51 tl 1.39.68.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7e1a1fd5e7825c586374ce80fd2e58d74ce5b73d]

        INTEGRATION: CWS langstatusbar (1.38.68); FILE MERGED 2007/10/25 14:54:04 tl 1.38.68.7: #i77208# new language status-bar control 2007/10/24 09:03:29 tl 1.38.68.6: #i77208# new language status-bar control 2007/10/16 12:26:28 tl 1.38.68.5: warning in non-pro build fixed 2007/10/11 07:44:16 tl 1.38.68.4: #i77208# new language status-bar control 2007/10/01 17:14:44 tl 1.38.68.3: RESYNC: (1.38-1.40); FILE MERGED 2007/08/09 13:00:13 tl 1.38.68.2: #i77208# new language status-bar control 2007/08/09 08:07:32 tl 1.38.68.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a87e4c1569f215c26def6a6a28ab473406151b3e]

        INTEGRATION: CWS langstatusbar (1.38.2); FILE MERGED 2007/11/01 08:07:15 tl 1.38.2.6: #i77208# uno slot names adapted to latest menu/string changes 2007/10/31 16:18:39 tl 1.38.2.5: #i77208# string resource changes 2007/10/31 14:10:26 tl 1.38.2.4: #i77208# changing some string resources 2007/10/25 14:54:04 tl 1.38.2.3: #i77208# new language status-bar control 2007/10/18 14:30:28 tl 1.38.2.2: #i77208# language status bar control for Writer 2007/10/11 07:44:16 tl 1.38.2.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [38258cc4bfa1d000fb7da128541ec2af0a04a2ca]

        INTEGRATION: CWS langstatusbar (1.2.780); FILE MERGED 2007/11/01 08:07:15 tl 1.2.780.4: #i77208# uno slot names adapted to latest menu/string changes 2007/10/25 14:54:04 tl 1.2.780.3: #i77208# new language status-bar control 2007/10/18 14:30:27 tl 1.2.780.2: #i77208# language status bar control for Writer 2007/10/11 07:44:16 tl 1.2.780.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c7ca014cb336b89c432d4c94af2723bde6789652]

        INTEGRATION: CWS langstatusbar (1.34.18); FILE MERGED 2007/11/19 11:37:19 tl 1.34.18.12: RESYNC: (1.34-1.35); FILE MERGED 2007/11/01 08:07:15 tl 1.34.18.11: #i77208# uno slot names adapted to latest menu/string changes 2007/10/25 14:54:04 tl 1.34.18.10: #i77208# new language status-bar control 2007/10/24 09:03:15 tl 1.34.18.9: #i77208# new language status-abr control 2007/10/22 12:39:35 tl 1.34.18.8: #i77208# language status bar control 2007/10/19 10:15:29 tl 1.34.18.7: #i77208# language status bar control 2007/10/18 14:39:54 tl 1.34.18.6: #i77208# language status bar control for Writer 2007/10/18 14:32:51 tl 1.34.18.5: #i77208# language status bar control for Writer 2007/10/18 14:30:27 tl 1.34.18.4: #i77208# language status bar control for Writer 2007/10/16 12:18:31 tl 1.34.18.3: warning in non-pro build fixed 2007/10/11 10:07:24 tl 1.34.18.2: #i77208# new language status-bar control 2007/10/11 07:44:16 tl 1.34.18.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f61847b67b398292da3a229dc3af7619607c8d0c]

        INTEGRATION: CWS langstatusbar (1.8.84); FILE MERGED 2007/10/12 08:45:02 tl 1.8.84.1: #i77208# new language status-abr control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [17c7f6fca5bbdcf04efbb50b75eff8479a83dd9c]

        INTEGRATION: CWS langstatusbar (1.3.780); FILE MERGED 2007/10/11 07:44:16 tl 1.3.780.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [76bb4d7608cd6d1b411b47efa47f1e4bf031ec1a]

        INTEGRATION: CWS langstatusbar (1.9.22); FILE MERGED 2007/11/19 11:37:16 tl 1.9.22.4: RESYNC: (1.9-1.10); FILE MERGED 2007/10/31 12:46:23 tl 1.9.22.3: #i77208# warning-free code 2007/10/18 14:30:27 tl 1.9.22.2: #i77208# language status bar control for Writer 2007/10/11 07:44:15 tl 1.9.22.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4218afe4f1c9d408a0b0233ea4628c8c7d8fbcec]

        INTEGRATION: CWS langstatusbar (1.33.68); FILE MERGED 2007/10/01 16:11:17 tl 1.33.68.3: RESYNC: (1.33-1.34); FILE MERGED 2007/07/12 09:10:54 tl 1.33.68.2: #i77208# new language status bar control 2007/07/11 12:42:03 tl 1.33.68.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [dcc7cdb35d6578522758ded01fb53634e3c63e6c]

        INTEGRATION: CWS langstatusbar (1.6.292); FILE MERGED 2007/10/01 14:46:03 tl 1.6.292.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/29 08:15:07 tl 1.6.292.1: #i78856# Format/Default should keep language attributes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [23159097712ba68ef5c353f83f0cf15fd1c1aa27]

        INTEGRATION: CWS langstatusbar (1.17.480); FILE MERGED 2007/10/24 09:02:14 tl 1.17.480.2: #i77208# new language status-abr control 2007/08/09 10:47:35 tl 1.17.480.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [50c6c55a0e99e8c5ac3480bfd51b5c833f6b8ce4]

        INTEGRATION: CWS langstatusbar (1.37.48); FILE MERGED 2007/10/22 10:18:24 tl 1.37.48.4: #i77208# language status bar control 2007/10/11 07:46:14 tl 1.37.48.3: #i77208# new language status-bar control 2007/10/01 14:15:55 tl 1.37.48.2: RESYNC: (1.37-1.38); FILE MERGED 2007/05/25 12:53:40 tl 1.37.48.1: #i77208# adding language statusbar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9a5efe498e1c2b0bddea6675979651f99d3e9f5d]

        INTEGRATION: CWS langstatusbar (1.21.204); FILE MERGED 2007/11/19 11:37:13 tl 1.21.204.3: RESYNC: (1.23-1.24); FILE MERGED 2007/10/01 14:12:45 tl 1.21.204.2: RESYNC: (1.21-1.23); FILE MERGED 2007/06/21 11:11:54 tl 1.21.204.1: #i77208# new language status-bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1a6ba2995428b3bb4b900d78501833e259daff07]

        INTEGRATION: CWS langstatusbar (1.25.204); FILE MERGED 2007/06/27 05:29:28 tl 1.25.204.2: #i77208# new language status bar control 2007/06/27 04:54:14 tl 1.25.204.1: #i77208# new language status bar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f3bc4de8ee0ce2b13b7e702133b550f80a4da0f2]

        INTEGRATION: CWS langstatusbar (1.56.54); FILE MERGED 2007/11/19 11:37:10 tl 1.56.54.3: RESYNC: (1.59-1.60); FILE MERGED 2007/10/01 13:55:28 tl 1.56.54.2: RESYNC: (1.56-1.59); FILE MERGED 2007/06/29 08:14:57 tl 1.56.54.1: #i78856# Format/Default should keep language attributes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [037b060237aa60eae12ec6d074ba32f893390685]

        INTEGRATION: CWS langstatusbar (1.55.16); FILE MERGED 2007/11/01 07:31:04 tl 1.55.16.7: #i77208# uno slot names adapted to latest menu/string changes 2007/10/31 16:26:15 tl 1.55.16.6: #i77208# string resource changes 2007/10/19 10:02:01 tl 1.55.16.5: #i77208# language status bar control 2007/10/01 13:04:27 tl 1.55.16.4: RESYNC: (1.56-1.60); FILE MERGED 2007/08/10 09:32:39 cd 1.55.16.3: #i77208# Popup menu controller for tools - language menu 2007/06/25 15:00:47 tl 1.55.16.2: RESYNC: (1.55-1.56); FILE MERGED 2007/05/25 09:18:33 tl 1.55.16.1: #i77208# language statusbar control

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cc7bb33da59b8706f66d567f6c36fb48b8ae05ae]

        INTEGRATION: CWS langstatusbar (1.12.348); FILE MERGED 2007/11/01 07:31:04 tl 1.12.348.5: #i77208# uno slot names adapted to latest menu/string changes 2007/10/19 10:02:01 tl 1.12.348.4: #i77208# language status bar control 2007/10/01 13:03:31 tl 1.12.348.3: RESYNC: (1.12-1.13); FILE MERGED 2007/08/10 09:32:39 cd 1.12.348.2: #i77208# Popup menu controller for tools - language menu 2007/06/27 11:35:51 cd 1.12.348.1: #i77208# Statusbar controller must be registered

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0734653faea8bbe55cb6b144126657bd2b07af08]

        INTEGRATION: CWS configrefactor01 (1.19.84); FILE MERGED 2007/09/28 11:29:56 mmeeks 1.19.84.3: RESYNC: (1.21-1.22); FILE MERGED 2007/02/07 11:45:28 mmeeks 1.19.84.2: RESYNC: (1.19-1.21); FILE MERGED 2007/01/08 20:49:06 mmeeks 1.19.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a1f6aa642f1403261242094b5c054bd58b31497d]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/02/07 12:14:55 mmeeks 1.6.84.5: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:28 mmeeks 1.6.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 20:16:06 mmeeks 1.6.84.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:41 mmeeks 1.6.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:06 mmeeks 1.6.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [248c1d29551177e17cb72660e7abfad65170646b]

        INTEGRATION: CWS configrefactor01 (1.10.24); FILE MERGED 2007/01/16 12:18:28 mmeeks 1.10.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:49 mmeeks 1.10.24.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:41 mmeeks 1.10.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:06 mmeeks 1.10.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [53ff9c9c1c0248ef21c5df0a416471e7aae85e7f]

        INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED 2007/01/12 14:50:49 mmeeks 1.3.84.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:41 mmeeks 1.3.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:05 mmeeks 1.3.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [27b8703608d59268ac23484af59d5f22fb51ea52]

        INTEGRATION: CWS configrefactor01 (1.4.24); FILE MERGED 2007/01/11 10:35:41 mmeeks 1.4.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a9d648b7d909bf686b3e7075d5d17c10024c49]

        INTEGRATION: CWS configrefactor01 (1.2.84); FILE MERGED 2007/02/07 12:14:55 mmeeks 1.2.84.2: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:27 mmeeks 1.2.84.1: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9ea09e2ba8af7ecceacb8ef35747c6345238d339]

        INTEGRATION: CWS configrefactor01 (1.4.84); FILE MERGED 2007/01/12 14:50:49 mmeeks 1.4.84.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:41 mmeeks 1.4.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:05 mmeeks 1.4.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0f5ebbd99372fd49e206cd3285e374c38f1e11f5]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/12 14:50:49 mmeeks 1.5.84.2: Another big prune of memory::Accessor ... 2007/01/08 20:49:05 mmeeks 1.5.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e765322921206bb09cd14a9a3ead27bb06dd15c4]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/16 12:18:27 mmeeks 1.9.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:49 mmeeks 1.9.24.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:41 mmeeks 1.9.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:05 mmeeks 1.9.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [53ca7ec8b2b66a6f4e3db1301e0f9dc914191aa4]

        INTEGRATION: CWS configrefactor01 (1.24.42); FILE MERGED 2007/01/16 12:18:27 mmeeks 1.24.42.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:48 mmeeks 1.24.42.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:06 mmeeks 1.24.42.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:40 mmeeks 1.24.42.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:05 mmeeks 1.24.42.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [401a0291fa8aa16eb4bb0ac5f46542bafec9552b]

        INTEGRATION: CWS configrefactor01 (1.30.24); FILE MERGED 2007/02/07 12:00:34 mmeeks 1.30.24.7: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/16 12:18:27 mmeeks 1.30.24.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:21 mmeeks 1.30.24.5: RIP 'memory::Accessor' 2007/01/12 14:50:48 mmeeks 1.30.24.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:06 mmeeks 1.30.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:40 mmeeks 1.30.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:05 mmeeks 1.30.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [78920205c319548db3c794e0ee200ef4f94905c4]

        INTEGRATION: CWS configrefactor01 (1.14.84); FILE MERGED 2007/01/12 14:50:48 mmeeks 1.14.84.2: Another big prune of memory::Accessor ... 2007/01/11 20:16:06 mmeeks 1.14.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c3c8635e7463eb46dc4c0880a59bdb7d84baebe1]

        INTEGRATION: CWS configrefactor01 (1.21.24); FILE MERGED 2007/01/12 14:50:48 mmeeks 1.21.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:40 mmeeks 1.21.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d57c9368488f5243b07e61bf908e6f1ce2fbd6d5]

        INTEGRATION: CWS configrefactor01 (1.11.84); FILE MERGED 2007/02/07 12:00:34 mmeeks 1.11.84.4: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/12 14:50:48 mmeeks 1.11.84.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:40 mmeeks 1.11.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.11.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3ca99700c27a989cd8fb3c6e9db91db1a1e51f80]

        INTEGRATION: CWS configrefactor01 (1.24.24); FILE MERGED 2007/10/12 16:56:51 mmeeks 1.24.24.6: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/02/07 12:00:34 mmeeks 1.24.24.5: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/16 12:18:27 mmeeks 1.24.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:48 mmeeks 1.24.24.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:40 mmeeks 1.24.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.24.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [43cb730f91ec38465c7c3da4b5160e82123c0185]

        INTEGRATION: CWS configrefactor01 (1.18.24); FILE MERGED 2007/01/16 12:18:27 mmeeks 1.18.24.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:47 mmeeks 1.18.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:40 mmeeks 1.18.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6e4738b5f2363a07d4bdcb280034328741abf358]

        INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED 2007/01/16 12:18:26 mmeeks 1.3.84.1: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [056044e1c97724412ecb35f7587cd33b8bb10028]

        INTEGRATION: CWS configrefactor01 (1.5.24); FILE MERGED 2007/01/16 12:18:26 mmeeks 1.5.24.1: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cdc3ace161ffac5a9098e0922128e1056c06f300]

        INTEGRATION: CWS configrefactor01 (1.30.24); FILE MERGED 2007/01/16 12:18:26 mmeeks 1.30.24.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:47 mmeeks 1.30.24.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:06 mmeeks 1.30.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:39 mmeeks 1.30.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.30.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [21f33403340e6532498f7cb30c3e3f5bb152996e]

        INTEGRATION: CWS configrefactor01 (1.14.42); FILE MERGED 2007/01/12 14:50:47 mmeeks 1.14.42.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:06 mmeeks 1.14.42.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:39 mmeeks 1.14.42.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.14.42.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8ae7edcd868a48aab4a87eea5ea8a1b230e79320]

        INTEGRATION: CWS configrefactor01 (1.24.24); FILE MERGED 2007/01/16 12:18:26 mmeeks 1.24.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:47 mmeeks 1.24.24.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:39 mmeeks 1.24.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.24.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9e574e5a17b3552d2c403fd7eca7646e89e045d5]

        INTEGRATION: CWS configrefactor01 (1.14.84); FILE MERGED 2007/10/05 14:14:06 mmeeks 1.14.84.5: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/02/07 12:00:34 mmeeks 1.14.84.4: Submitted by: sb
        Reviewed by:  mmeeks
        Nice fixes from Stefan, thanks.
        2007/01/11 20:16:05 mmeeks 1.14.84.3: Submitted by: mmeeks
        More re-factoring, lots of locking rationalized, drastically reduced
        the mutex count, also removed ~300k interlocked increments with a non-interlocking
        SimpleReferencedObject base
        2007/01/11 10:35:39 mmeeks 1.14.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.14.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ec092cf41055ff5ea5c0a02b8a3501783e75eb0b]

        INTEGRATION: CWS configrefactor01 (1.24.24); FILE MERGED 2007/10/05 14:14:06 mmeeks 1.24.24.4: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/12 14:50:47 mmeeks 1.24.24.3: Another big prune of memory::Accessor ...
        2007/01/11 10:35:39 mmeeks 1.24.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:04 mmeeks 1.24.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3547e7d630d4dd4e22bf9a288c5f31faa546d50b]

        INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED 2007/01/08 20:49:03 mmeeks 1.3.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d1aaf4f8b72bf553537821bd395b396a26a922a4]

        INTEGRATION: CWS configrefactor01 (1.7.24); FILE MERGED 2007/01/08 20:49:03 mmeeks 1.7.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc2d7cf5f9764eb51dad54a587155e2cdaf3678]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/12 14:50:47 mmeeks 1.9.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:39 mmeeks 1.9.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e50ee1fb4f1b9daf483b6d988bb1e79be9c6f2d6]

        INTEGRATION: CWS configrefactor01 (1.12.42); FILE MERGED 2007/01/12 14:50:46 mmeeks 1.12.42.3: Another big prune of memory::Accessor ... 2007/01/11 20:16:05 mmeeks 1.12.42.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:39 mmeeks 1.12.42.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3fbe090dcd83f55dc999b98caa6f814da0509e87]

        INTEGRATION: CWS configrefactor01 (1.20.24); FILE MERGED 2007/01/12 14:50:46 mmeeks 1.20.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:38 mmeeks 1.20.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3ca43e103c89536607c57f29ee07f75372176301]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/01/11 10:35:38 mmeeks 1.11.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [50202da77af06e1e10d9e3ffc093e00e722f6281]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/01/12 14:50:46 mmeeks 1.6.84.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:38 mmeeks 1.6.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:03 mmeeks 1.6.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4fae6b0e1bdd248298bd1dac1f739fe095fa0a6e]

        INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED 2007/01/16 12:18:25 mmeeks 1.3.84.1: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [abd934ed302284b2b63539c4b0dce97ee1332146]

        INTEGRATION: CWS configrefactor01 (1.4.24); FILE MERGED 2007/01/16 12:18:25 mmeeks 1.4.24.2: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:46 mmeeks 1.4.24.1: Another big prune of memory::Accessor ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f5c8376eca25dc07c9b801121bd86abac6f0c280]

        INTEGRATION: CWS configrefactor01 (1.7.84); FILE MERGED 2007/01/11 20:16:05 mmeeks 1.7.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:38 mmeeks 1.7.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f2191a02cf88a3f0f8f351e85c08cfdeb763947a]

        INTEGRATION: CWS configrefactor01 (1.8.24); FILE MERGED 2007/10/05 14:14:06 mmeeks 1.8.24.3: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/16 12:18:25 mmeeks 1.8.24.2: Submitted by: mmeeks
        Kill 'memory::Segment' - no longer needed.
        Bin some other (empty / redundant) headers.
        2007/01/11 10:35:38 mmeeks 1.8.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [db2a4f09c00b36248c838dcec0afae50b7ae09be]

        INTEGRATION: CWS configrefactor01 (1.29.24); FILE MERGED 2007/02/07 12:00:33 mmeeks 1.29.24.5: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/12 17:51:21 mmeeks 1.29.24.4: RIP 'memory::Accessor' 2007/01/12 14:50:46 mmeeks 1.29.24.3: Another big prune of memory::Accessor ... 2007/01/11 20:16:05 mmeeks 1.29.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:38 mmeeks 1.29.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [039e61d31d2fb3ef45f4357df69f2cd9ca161616]

        INTEGRATION: CWS configrefactor01 (1.13.24); FILE MERGED 2007/10/31 16:41:42 sb 1.13.24.2: precompiled header fix 2007/01/11 10:35:37 mmeeks 1.13.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cc7256de7e821b7a3e511e9b9bcba10a8809ebd3]

        INTEGRATION: CWS configrefactor01 (1.12.24); FILE MERGED 2007/01/16 12:18:25 mmeeks 1.12.24.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:46 mmeeks 1.12.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:37 mmeeks 1.12.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ddbfba8e75a78c6fe6054ce71e0b10eaa76872b6]

        INTEGRATION: CWS configrefactor01 (1.8.24); FILE MERGED 2007/01/16 12:18:24 mmeeks 1.8.24.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:46 mmeeks 1.8.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:37 mmeeks 1.8.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c761d5227ae1739f0e03020e7215e300d847d02f]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/12 14:50:45 mmeeks 1.5.84.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:37 mmeeks 1.5.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6668472f5b62e0009d12b82c60dc9cb835f0464e]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/12 14:50:45 mmeeks 1.9.24.2: Another big prune of memory::Accessor ... 2007/01/11 10:35:37 mmeeks 1.9.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bcfebcae68a55408a2845cb29b1de763627062ec]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/10/31 14:34:16 sb 1.11.24.6: RESYNC: (1.11-1.12); FILE MERGED 2007/01/16 12:18:24 mmeeks 1.11.24.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:33 mmeeks 1.11.24.4: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:05 mmeeks 1.11.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:36 mmeeks 1.11.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:03 mmeeks 1.11.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [66bd1f731dc9926ece071d067ea8bd77a5addac8]

        INTEGRATION: CWS configrefactor01 (1.21.24); FILE MERGED 2007/01/16 12:18:24 mmeeks 1.21.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 20:16:04 mmeeks 1.21.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:36 mmeeks 1.21.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:03 mmeeks 1.21.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [705287cb6b940f05f1ad213ee0cbdbdd0713f287]

        INTEGRATION: CWS configrefactor01 (1.13.84); FILE MERGED 2007/01/11 20:16:04 mmeeks 1.13.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [01da91a7ba45efedf2ad3d7d1774efe142e949fe]

        INTEGRATION: CWS configrefactor01 (1.22.24); FILE MERGED 2007/01/11 20:16:04 mmeeks 1.22.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:49:03 mmeeks 1.22.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [344a1c29eeefc67af49b9ecea06241f5d152601b]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/11 20:16:04 mmeeks 1.5.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:49:02 mmeeks 1.5.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [66cd071a13e41bea711b7e11a75880dd9c2a3bf8]

        INTEGRATION: CWS configrefactor01 (1.8.24); FILE MERGED 2007/01/11 20:16:04 mmeeks 1.8.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:49:02 mmeeks 1.8.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [eeeca63be04fba0ac524dc2ed1f2e148de3e9699]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/16 12:18:24 mmeeks 1.5.84.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:33 mmeeks 1.5.84.4: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:04 mmeeks 1.5.84.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:36 mmeeks 1.5.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:02 mmeeks 1.5.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [52ba6b22144ca4a04adf7de7a03979d2b81147b0]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/16 12:18:23 mmeeks 1.9.24.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:33 mmeeks 1.9.24.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:36 mmeeks 1.9.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:02 mmeeks 1.9.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [963ac49b3b8f18b3684fcbf994f082098d7ab4a9]

        INTEGRATION: CWS configrefactor01 (1.8.24); FILE MERGED 2007/02/21 12:49:03 cmc 1.8.24.2: remove empty file 2007/01/08 20:49:02 mmeeks 1.8.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [59fbda5214161d957cce92060955967018857cd7]

        INTEGRATION: CWS configrefactor01 (1.7.84); FILE MERGED 2007/01/16 12:18:23 mmeeks 1.7.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:33 mmeeks 1.7.84.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:36 mmeeks 1.7.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:02 mmeeks 1.7.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [69c19e973d41c4c6b2f5fda32ab2782431494c02]

        INTEGRATION: CWS configrefactor01 (1.7.24); FILE MERGED 2007/01/16 12:18:23 mmeeks 1.7.24.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:21 mmeeks 1.7.24.4: RIP 'memory::Accessor' 2007/01/12 11:48:33 mmeeks 1.7.24.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:36 mmeeks 1.7.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:02 mmeeks 1.7.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6cf33c9d3038a18e35a53f13a582fea8981ec768]

        INTEGRATION: CWS configrefactor01 (1.10.84); FILE MERGED 2007/01/12 11:48:33 mmeeks 1.10.84.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:04 mmeeks 1.10.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:49:02 mmeeks 1.10.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f26da572826b594a648e3eac523d1444db10ba06]

        INTEGRATION: CWS configrefactor01 (1.18.24); FILE MERGED 2007/02/07 12:00:33 mmeeks 1.18.24.7: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/16 12:18:23 mmeeks 1.18.24.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:45 mmeeks 1.18.24.5: Another big prune of memory::Accessor ... 2007/01/12 11:48:33 mmeeks 1.18.24.4: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:03 mmeeks 1.18.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:35 mmeeks 1.18.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:01 mmeeks 1.18.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b51c66138dc80dbd9a8bdec4941ca148eca10727]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/01/16 12:18:23 mmeeks 1.6.84.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:32 mmeeks 1.6.84.4: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:03 mmeeks 1.6.84.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:35 mmeeks 1.6.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:01 mmeeks 1.6.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [338bcd20aa40c22a28f30921f69fbce943b23641]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/16 12:18:23 mmeeks 1.9.24.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:21 mmeeks 1.9.24.5: RIP 'memory::Accessor' 2007/01/12 11:48:32 mmeeks 1.9.24.4: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:03 mmeeks 1.9.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:35 mmeeks 1.9.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:01 mmeeks 1.9.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6e6d2371472a8c7c84dcab8069c30ababe8fe38b]

        INTEGRATION: CWS configrefactor01 (1.6.24); FILE MERGED 2007/01/11 10:35:35 mmeeks 1.6.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:01 mmeeks 1.6.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d8962a9fe50de4908c10ac862e6e7e35875c8303]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/01/11 10:35:35 mmeeks 1.11.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:00 mmeeks 1.11.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a51e6fc1258a81a5067e90452473299b23b8d035]

        INTEGRATION: CWS configrefactor01 (1.6.14); FILE MERGED 2007/02/21 12:49:03 cmc 1.6.14.7: remove empty file 2007/01/16 12:18:22 mmeeks 1.6.14.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:21 mmeeks 1.6.14.5: RIP 'memory::Accessor' 2007/01/12 14:50:45 mmeeks 1.6.14.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:03 mmeeks 1.6.14.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:34 mmeeks 1.6.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:00 mmeeks 1.6.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c784bf8e72cca3b25cd566374a9ef9889884a5e1]

        INTEGRATION: CWS configrefactor01 (1.6.14); FILE MERGED 2007/02/05 15:21:45 mmeeks 1.6.14.2: Submitted by: mmeeks Reduce memory usage for 'subtree' further ~250k or so, start of unit tests. 2007/01/08 20:49:00 mmeeks 1.6.14.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7ca0e3bd15b84a14efba1db50a44fbaaea0e3679]

        INTEGRATION: CWS configrefactor01 (1.7.42); FILE MERGED 2007/05/23 17:24:15 hub 1.7.42.3: iterator is not a pointer... in STL. Wouldn't build with the standard STL. 2007/02/06 14:46:55 mmeeks 1.7.42.2: Re-write to use stl instead, newer, trendier, far more unpleasant :-) Thanks Thorsten for the help. 2007/02/05 15:21:45 mmeeks 1.7.42.1: Submitted by: mmeeks Reduce memory usage for 'subtree' further ~250k or so, start of unit tests.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c4dec57464520289563f86031f3e02d33fa9df26]

        INTEGRATION: CWS configrefactor01 (1.6.24); FILE MERGED 2007/01/11 10:35:34 mmeeks 1.6.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:00 mmeeks 1.6.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e84f086bc8fdad1034469c836645ed4db09ff3ec]

        INTEGRATION: CWS configrefactor01 (1.4.24); FILE MERGED 2007/10/05 14:14:06 mmeeks 1.4.24.3: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/11 10:35:34 mmeeks 1.4.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:00 mmeeks 1.4.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b37c6a5241ac0669c59a320e1e0ed235d215a955]

        INTEGRATION: CWS configrefactor01 (1.9.10); FILE MERGED 2007/02/07 12:00:33 mmeeks 1.9.10.5: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/02/07 11:45:19 mmeeks 1.9.10.4: RESYNC: (1.9-1.10); FILE MERGED 2007/01/12 17:51:20 mmeeks 1.9.10.3: RIP 'memory::Accessor' 2007/01/11 10:35:34 mmeeks 1.9.10.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:49:00 mmeeks 1.9.10.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [fccfd13a9d0afb0b1d9a6f2f9b3d4c5a5e19e500]

        INTEGRATION: CWS configrefactor01 (1.11.58); FILE MERGED 2007/01/11 10:35:34 mmeeks 1.11.58.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:59 mmeeks 1.11.58.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5fd5ce2fe3551a5ec8a539249aa3f2e91e824832]

        INTEGRATION: CWS configrefactor01 (1.38.14); FILE MERGED 2007/02/06 14:46:54 mmeeks 1.38.14.3: Re-write to use stl instead, newer, trendier, far more unpleasant :-) Thanks Thorsten for the help. 2007/02/05 15:21:45 mmeeks 1.38.14.2: Submitted by: mmeeks Reduce memory usage for 'subtree' further ~250k or so, start of unit tests. 2007/01/08 20:48:59 mmeeks 1.38.14.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2f4be2bf41bfa0f4848cf200bd18ca1c92906e07]

        INTEGRATION: CWS configrefactor01 (1.19.24); FILE MERGED 2007/01/08 20:48:59 mmeeks 1.19.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e4cf4a06013def5bdd14feb721c089cbd7f5c943]

        INTEGRATION: CWS configrefactor01 (1.10.10); FILE MERGED 2007/10/05 14:14:05 mmeeks 1.10.10.4: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/12 17:51:20 mmeeks 1.10.10.3: RIP 'memory::Accessor'
        2007/01/11 10:35:33 mmeeks 1.10.10.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:59 mmeeks 1.10.10.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [935db47bac4e231bf2c1ed90b2652d1f883db73c]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/01/11 20:16:03 mmeeks 1.6.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c7c5978c0564eb90d7c47f8c5d64f4be00107cef]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/01/11 20:16:02 mmeeks 1.11.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6457c67ab4844e51ff590fdbccc9d0cf64b5618c]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/01/11 20:16:02 mmeeks 1.6.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f2a5ed6d2b11fd4302e0201dee063739715743b7]

        INTEGRATION: CWS configrefactor01 (1.13.14); FILE MERGED 2007/09/28 11:29:50 mmeeks 1.13.14.3: RESYNC: (1.14-1.15); FILE MERGED 2007/02/07 11:45:13 mmeeks 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2007/01/11 20:16:02 mmeeks 1.13.14.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6ceb94a4f650ca96c82ed81411989ef7d59378fa]

        INTEGRATION: CWS configrefactor01 (1.24.24); FILE MERGED 2007/01/11 10:35:32 mmeeks 1.24.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:59 mmeeks 1.24.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a5aaf6934e97b5b277f9ef381b4b718e1739a9c9]

        INTEGRATION: CWS configrefactor01 (1.6.24); FILE MERGED 2007/01/11 20:16:02 mmeeks 1.6.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1ffc03c868b9bb73a30723287fe6a6096dff8c11]

        INTEGRATION: CWS configrefactor01 (1.32.24); FILE MERGED 2007/10/12 16:56:51 mmeeks 1.32.24.3: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/05 14:14:05 mmeeks 1.32.24.2: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/11 20:16:02 mmeeks 1.32.24.1: Submitted by: mmeeks
        More re-factoring, lots of locking rationalized, drastically reduced
        the mutex count, also removed ~300k interlocked increments with a non-interlocking
        SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2ac50d2b1661ede8bd163d3844f219c9b4e43495]

        INTEGRATION: CWS configrefactor01 (1.4.84); FILE MERGED 2007/01/12 14:50:44 mmeeks 1.4.84.2: Another big prune of memory::Accessor ... 2007/01/08 20:48:58 mmeeks 1.4.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f1277f25f7f2087afad250ef277ea1a852ac447b]

        INTEGRATION: CWS configrefactor01 (1.5.14); FILE MERGED 2007/01/11 10:35:32 mmeeks 1.5.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:57 mmeeks 1.5.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [30d3fafda52ffd6db6d6d144b2ca05f75dd955dd]

        INTEGRATION: CWS configrefactor01 (1.29.42); FILE MERGED 2007/02/05 15:21:45 mmeeks 1.29.42.1: Submitted by: mmeeks Reduce memory usage for 'subtree' further ~250k or so, start of unit tests.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ccc133c02c48c897cea42b5e9588cc7fb9fc7062]

        INTEGRATION: CWS configrefactor01 (1.7.22); FILE MERGED 2007/01/16 12:18:22 mmeeks 1.7.22.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:32 mmeeks 1.7.22.2: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:01 mmeeks 1.7.22.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [66c0bd6f437d24287ad78b28ec8cb5fd88203dba]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/11 10:35:32 mmeeks 1.5.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:57 mmeeks 1.5.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [19c1f433b94675192e091b309a2150379103825f]

        INTEGRATION: CWS configrefactor01 (1.4.14); FILE MERGED 2007/01/11 10:35:31 mmeeks 1.4.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:57 mmeeks 1.4.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e63e58ccd1875be1c0d7bcc1064c1fab212841f9]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/02/07 12:14:55 mmeeks 1.5.84.5: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:22 mmeeks 1.5.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:44 mmeeks 1.5.84.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:31 mmeeks 1.5.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:57 mmeeks 1.5.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cfe1099dab304d91cd65f1bcbfea972562d38b1b]

        INTEGRATION: CWS configrefactor01 (1.21.84); FILE MERGED 2007/02/07 12:14:55 mmeeks 1.21.84.5: remove obsolete memory::Segment forward decls. 2007/02/07 12:00:32 mmeeks 1.21.84.4: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/16 12:18:22 mmeeks 1.21.84.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:32 mmeeks 1.21.84.2: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:31 mmeeks 1.21.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2747c70468a8a7af86388f64352c6e4651d9392d]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/16 12:18:21 mmeeks 1.5.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:32 mmeeks 1.5.84.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:31 mmeeks 1.5.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:57 mmeeks 1.5.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [14cb8f951fd8f835347868d78ced0f8acfbb4e04]

        INTEGRATION: CWS configrefactor01 (1.5.14); FILE MERGED 2007/01/08 20:48:57 mmeeks 1.5.14.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0fddb2905d0468f6b2df5778e8dc57b832f19e23]

        INTEGRATION: CWS configrefactor01 (1.6.14); FILE MERGED 2007/10/05 14:14:05 mmeeks 1.6.14.3: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/11 10:35:31 mmeeks 1.6.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:56 mmeeks 1.6.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0bc16bc3d6cfc3d5af0c0efe8f45230f1cc12ddc]

        INTEGRATION: CWS configrefactor01 (1.12.84); FILE MERGED 2007/01/12 17:51:20 mmeeks 1.12.84.2: RIP 'memory::Accessor' 2007/01/11 20:16:01 mmeeks 1.12.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [811b29ea527a776c794323f1b55e80d1407d434d]

        INTEGRATION: CWS configrefactor01 (1.5.14); FILE MERGED 2007/01/11 10:35:31 mmeeks 1.5.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:56 mmeeks 1.5.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5037bd9873e29184927bfdb538a555f1c4ccbba3]

        INTEGRATION: CWS configrefactor01 (1.2.84); FILE MERGED 2007/01/12 17:51:20 mmeeks 1.2.84.2: RIP 'memory::Accessor' 2007/01/08 20:48:56 mmeeks 1.2.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a8d4ff5aaabbad973d0c22ca74c4e358651c598f]

        INTEGRATION: CWS configrefactor01 (1.12.84); FILE MERGED 2007/02/07 12:14:54 mmeeks 1.12.84.3: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:21 mmeeks 1.12.84.2: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 14:50:44 mmeeks 1.12.84.1: Another big prune of memory::Accessor ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9aa75022cdf3044fbaf2d440bbbb8f20978f9825]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/01/11 20:16:01 mmeeks 1.8.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8f9aa0a5f8f659c4d22c58df1fee9bc0f1ecdcd4]

        INTEGRATION: CWS configrefactor01 (1.5.68); FILE MERGED 2007/01/08 20:48:56 mmeeks 1.5.68.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ac47284562ed99bb411a673c6188863e049905e9]

        INTEGRATION: CWS configrefactor01 (1.20.42); FILE MERGED 2007/01/11 20:16:01 mmeeks 1.20.42.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b171f73ccd9a08f29d128a722ddd11b9c16f37e6]

        INTEGRATION: CWS configrefactor01 (1.5.42); FILE MERGED 2007/01/11 10:35:30 mmeeks 1.5.42.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [53c97d48697ec245ed4d2b7d84365efad385f533]

        INTEGRATION: CWS configrefactor01 (1.18.62); FILE MERGED 2007/02/07 12:14:54 mmeeks 1.18.62.7: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:21 mmeeks 1.18.62.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:19 mmeeks 1.18.62.5: RIP 'memory::Accessor' 2007/01/12 14:50:44 mmeeks 1.18.62.4: Another big prune of memory::Accessor ... 2007/01/11 20:16:01 mmeeks 1.18.62.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:30 mmeeks 1.18.62.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:56 mmeeks 1.18.62.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [26f7ce5b5f9cadad5434cfe30fec9aa8a87abb78]

        INTEGRATION: CWS configrefactor01 (1.9.22); FILE MERGED 2007/01/12 14:50:44 mmeeks 1.9.22.3: Another big prune of memory::Accessor ... 2007/01/11 10:35:30 mmeeks 1.9.22.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:55 mmeeks 1.9.22.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7f2bb7f8b6bfafd9a2a6bad641b61922d66dc123]

        INTEGRATION: CWS configrefactor01 (1.6.14); FILE MERGED 2007/02/07 12:00:31 mmeeks 1.6.14.4: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/12 17:51:19 mmeeks 1.6.14.3: RIP 'memory::Accessor' 2007/01/11 10:35:30 mmeeks 1.6.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:55 mmeeks 1.6.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [73420463aa93178593498991e1a5e22ef35077c2]

        INTEGRATION: CWS configrefactor01 (1.5.10); FILE MERGED 2007/02/07 12:00:31 mmeeks 1.5.10.3: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/11 10:35:30 mmeeks 1.5.10.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:55 mmeeks 1.5.10.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [126492ff2a0d2bacf3d91e9e0a77514835c0edd9]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/01/11 10:35:29 mmeeks 1.8.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:55 mmeeks 1.8.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [740c45d1be5d04c927f96911eb1b395ee33fc7bd]

        INTEGRATION: CWS configrefactor01 (1.6.14); FILE MERGED 2007/01/11 10:35:29 mmeeks 1.6.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:54 mmeeks 1.6.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5295529ea7207a8a4a36330d820e70cd722e6788]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/02/07 12:14:54 mmeeks 1.6.84.3: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:21 mmeeks 1.6.84.2: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 10:35:29 mmeeks 1.6.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [752f9e4a69c9666b6df0d3eab52c27717c7941a6]

        INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED 2007/10/11 16:14:08 mmeeks 1.3.84.3: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/01/16 12:18:20 mmeeks 1.3.84.2: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/08 20:48:54 mmeeks 1.3.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc96c37aa3f4cd0001eb790e47d229d260767bc]

        INTEGRATION: CWS configrefactor01 (1.4.84); FILE MERGED 2007/01/11 20:16:00 mmeeks 1.4.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b7dd974ec082d5b9d822ec25afea2976ee176bd2]

        INTEGRATION: CWS configrefactor01 (1.15.84); FILE MERGED 2007/01/12 17:51:19 mmeeks 1.15.84.4: RIP 'memory::Accessor' 2007/01/12 14:50:43 mmeeks 1.15.84.3: Another big prune of memory::Accessor ... 2007/01/11 20:16:00 mmeeks 1.15.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:54 mmeeks 1.15.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2187a27c39f42fcac5cfb80ca1e9675d697fb627]

        INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED 2007/01/11 10:35:29 mmeeks 1.6.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [726e99695ca3eb0454b9c7b51e38fa7037e1ec7b]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/02/07 12:00:31 mmeeks 1.8.84.4: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/12 17:51:19 mmeeks 1.8.84.3: RIP 'memory::Accessor' 2007/01/12 11:48:32 mmeeks 1.8.84.2: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:16:00 mmeeks 1.8.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [60e1a0b2ee1a9157c601e44467d00b93990522ff]

        INTEGRATION: CWS configrefactor01 (1.25.22); FILE MERGED 2007/01/08 20:48:54 mmeeks 1.25.22.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [52d114afe1d0fa1b0eb84efa4f1bdc2d0ee824de]

        INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED 2007/01/16 12:18:20 mmeeks 1.5.84.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 20:16:00 mmeeks 1.5.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:54 mmeeks 1.5.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6ea0d1e3976822522eeace96c03fc766a1b0b05c]

        INTEGRATION: CWS configrefactor01 (1.2.84); FILE MERGED 2007/02/07 12:00:31 mmeeks 1.2.84.3: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/11 10:35:29 mmeeks 1.2.84.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:54 mmeeks 1.2.84.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c56701acd58dc4d57a6093a7c854b3bf75eef9f6]

        INTEGRATION: CWS configrefactor01 (1.6.42); FILE MERGED 2007/01/11 20:16:00 mmeeks 1.6.42.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3f10f3069bda5456ae2784e7e78be555716e0a7b]

        INTEGRATION: CWS configrefactor01 (1.2.84); FILE MERGED 2007/01/11 20:16:00 mmeeks 1.2.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7505333563a3fdc3aa49d301db50619b4e11472d]

        INTEGRATION: CWS configrefactor01 (1.2.84); FILE MERGED 2007/02/07 12:00:31 mmeeks 1.2.84.2: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/08 20:48:53 mmeeks 1.2.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e185d35efa97c162860effa764829eaaa7a31723]

        INTEGRATION: CWS configrefactor01 (1.7.14); FILE MERGED 2007/10/11 16:14:07 mmeeks 1.7.14.9: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/10/10 09:42:33 mmeeks 1.7.14.8: Issue number: i#82311# Submitted by: mmeeks 3 unit tests now working & (old) locking snafu fixed 2007/10/05 14:14:05 mmeeks 1.7.14.7: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/16 12:18:20 mmeeks 1.7.14.6: Submitted by: mmeeks
        Kill 'memory::Segment' - no longer needed.
        Bin some other (empty / redundant) headers.
        2007/01/12 14:50:43 mmeeks 1.7.14.5: Another big prune of memory::Accessor ...
        2007/01/12 11:48:31 mmeeks 1.7.14.4: Remove a load of unneeded Accessor fluff
        Fix SimpleReferenceObject - it has to have 1 virtual method.
        2007/01/11 20:15:59 mmeeks 1.7.14.3: Submitted by: mmeeks
        More re-factoring, lots of locking rationalized, drastically reduced
        the mutex count, also removed ~300k interlocked increments with a non-interlocking
        SimpleReferencedObject base
        2007/01/11 10:35:28 mmeeks 1.7.14.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:53 mmeeks 1.7.14.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [094ce29ac136b1d7f04c1e3d347a39cf1bd8e333]

        INTEGRATION: CWS configrefactor01 (1.4.84); FILE MERGED 2007/01/11 10:35:28 mmeeks 1.4.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f32a2d3da85c9522c3ff6e4571bf106c236eedb1]

        INTEGRATION: CWS configrefactor01 (1.5.4); FILE MERGED 2007/02/07 11:45:02 mmeeks 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2007/01/11 10:35:27 mmeeks 1.5.4.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:52 mmeeks 1.5.4.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [06ab32e3cd6abdcb623a6e44c8018c5a7fc6bffe]

        INTEGRATION: CWS configrefactor01 (1.7.42); FILE MERGED 2007/01/11 10:35:26 mmeeks 1.7.42.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [42e9555a7df48e061d8e85d68832b52ed1939295]

        INTEGRATION: CWS configrefactor01 (1.10.24); FILE MERGED 2007/01/11 10:35:26 mmeeks 1.10.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [3da25d5266ee019f74d5b19e67f9b519438c7a8f]

        INTEGRATION: CWS configrefactor01 (1.7.84); FILE MERGED 2007/01/11 20:15:59 mmeeks 1.7.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [27f6192d22780634bb4390267a08015133169d04]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/10/12 16:56:51 mmeeks 1.11.24.2: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/05 15:39:23 mmeeks 1.11.24.1: Issue number: i#82311 Submitted by: mmeeks Start of regression test framework - test actually boostraps configmgr & passes ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ac18357f5fe5b547bb520c364d25d446699b62b0]

        INTEGRATION: CWS configrefactor01 (1.13.24); FILE MERGED 2007/01/12 17:51:19 mmeeks 1.13.24.2: RIP 'memory::Accessor' 2007/01/08 20:48:52 mmeeks 1.13.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c1f7bf484121ad0af6a5e963b71c6c9992432778]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/01/12 17:51:18 mmeeks 1.8.84.1: RIP 'memory::Accessor'

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bcc53324f9a9d1a73aad1b90e8e53208b47cde50]

        INTEGRATION: CWS configrefactor01 (1.10.24); FILE MERGED 2007/01/12 17:51:18 mmeeks 1.10.24.3: RIP 'memory::Accessor' 2007/01/12 14:50:43 mmeeks 1.10.24.2: Another big prune of memory::Accessor ... 2007/01/08 20:48:52 mmeeks 1.10.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [94e565a344de77182fdbd15f1240a7df9d3058bf]

        INTEGRATION: CWS configrefactor01 (1.18.84); FILE MERGED 2007/01/16 12:18:19 mmeeks 1.18.84.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:31 mmeeks 1.18.84.2: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 10:35:26 mmeeks 1.18.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [468bde2099c09cc34f6e5cef713595e54b1e556f]

        INTEGRATION: CWS configrefactor01 (1.65.14); FILE MERGED 2007/02/07 11:44:42 mmeeks 1.65.14.5: RESYNC: (1.65-1.66); FILE MERGED 2007/01/16 12:18:19 mmeeks 1.65.14.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 11:48:31 mmeeks 1.65.14.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:15:58 mmeeks 1.65.14.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:26 mmeeks 1.65.14.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [30fb226e5295e360536b905965164597062c6817]

        INTEGRATION: CWS configrefactor01 (1.17.24); FILE MERGED 2007/01/16 12:18:19 mmeeks 1.17.24.2: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 10:35:25 mmeeks 1.17.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [74dc7ac21e866129d12194ec402338a70185f8b8]

        INTEGRATION: CWS configrefactor01 (1.21.24); FILE MERGED 2007/10/10 09:42:32 mmeeks 1.21.24.5: Issue number: i#82311# Submitted by: mmeeks 3 unit tests now working & (old) locking snafu fixed 2007/01/12 17:51:18 mmeeks 1.21.24.4: RIP 'memory::Accessor' 2007/01/11 20:15:58 mmeeks 1.21.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:25 mmeeks 1.21.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:51 mmeeks 1.21.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b3d21e40d4e867031de38c244408b5550b784dba]

        INTEGRATION: CWS configrefactor01 (1.7.84); FILE MERGED 2007/01/11 20:15:58 mmeeks 1.7.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6d4f646f024d555170d33869a3867ef8f3f34d21]

        INTEGRATION: CWS configrefactor01 (1.8.42); FILE MERGED 2007/01/16 12:18:19 mmeeks 1.8.42.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:18 mmeeks 1.8.42.4: RIP 'memory::Accessor' 2007/01/12 14:50:43 mmeeks 1.8.42.3: Another big prune of memory::Accessor ... 2007/01/11 20:15:58 mmeeks 1.8.42.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:51 mmeeks 1.8.42.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [252aea72eb76c0366e51f228133d6234c6555304]

        INTEGRATION: CWS configrefactor01 (1.17.84); FILE MERGED 2007/11/21 10:16:00 sb 1.17.84.4: #i78215# Merged in 1.17.102.1. 2007/01/16 12:18:19 mmeeks 1.17.84.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:18 mmeeks 1.17.84.2: RIP 'memory::Accessor' 2007/01/11 20:15:58 mmeeks 1.17.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7a8a741986333486e5166947696b5a54ec3531ea]

        INTEGRATION: CWS configrefactor01 (1.15.24); FILE MERGED 2007/10/05 14:14:04 mmeeks 1.15.24.2: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/11 10:35:25 mmeeks 1.15.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5d3bce4146b4184e788059f989caba0eba0a38cf]

        INTEGRATION: CWS configrefactor01 (1.6.24); FILE MERGED 2007/01/11 20:15:58 mmeeks 1.6.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d92bc1c115ab69e2048a90c7e9777277c361fb7f]

        INTEGRATION: CWS configrefactor01 (1.31.24); FILE MERGED 2007/10/10 12:46:41 mmeeks 1.31.24.3: Issue number:  i#82311# Submitted by: mmeeks add missing UnoApiLock on dispose, and clean unit test. 2007/05/23 17:21:07 hub 1.31.24.2: remove a spurious ; 2007/01/11 10:35:25 mmeeks 1.31.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [59761a3d2f4984be59d321aa1962e2266befdcd7]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/01/16 12:18:18 mmeeks 1.8.84.3: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/11 20:15:57 mmeeks 1.8.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:25 mmeeks 1.8.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [901415e9bbea357f46918453d6dab528ea9c2961]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/02/07 12:00:30 mmeeks 1.9.24.2: Submitted by: sb Reviewed by:  mmeeks Nice fixes from Stefan, thanks. 2007/01/11 20:15:57 mmeeks 1.9.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f121fcffd40b238e850c2c49c1272075b168d0]

        INTEGRATION: CWS configrefactor01 (1.16.24); FILE MERGED 2007/01/16 12:18:18 mmeeks 1.16.24.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:18 mmeeks 1.16.24.5: RIP 'memory::Accessor' 2007/01/12 14:50:42 mmeeks 1.16.24.4: Another big prune of memory::Accessor ... 2007/01/12 11:48:31 mmeeks 1.16.24.3: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method. 2007/01/11 20:15:57 mmeeks 1.16.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:25 mmeeks 1.16.24.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b01e4b4bd1e9c49bd8b0c6c8e0a806fbaf81d38e]

        INTEGRATION: CWS configrefactor01 (1.19.24); FILE MERGED 2007/10/12 16:56:50 mmeeks 1.19.24.4: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/01/12 17:51:18 mmeeks 1.19.24.3: RIP 'memory::Accessor' 2007/01/12 14:50:42 mmeeks 1.19.24.2: Another big prune of memory::Accessor ... 2007/01/11 20:15:57 mmeeks 1.19.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7d28dc3775cd912d856e23545690a96ee8bbb32a]

        INTEGRATION: CWS configrefactor01 (1.25.84); FILE MERGED 2007/01/16 12:18:18 mmeeks 1.25.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:17 mmeeks 1.25.84.3: RIP 'memory::Accessor' 2007/01/11 20:15:57 mmeeks 1.25.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:51 mmeeks 1.25.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [67d0fa1e5ea0b3686f0afa7e1ec899579121fe5b]

        INTEGRATION: CWS configrefactor01 (1.41.24); FILE MERGED 2007/10/11 16:14:07 mmeeks 1.41.24.7: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/10/05 14:14:04 mmeeks 1.41.24.6: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/01/16 12:18:18 mmeeks 1.41.24.5: Submitted by: mmeeks
        Kill 'memory::Segment' - no longer needed.
        Bin some other (empty / redundant) headers.
        2007/01/12 17:51:17 mmeeks 1.41.24.4: RIP 'memory::Accessor'
        2007/01/12 14:50:42 mmeeks 1.41.24.3: Another big prune of memory::Accessor ...
        2007/01/11 20:15:57 mmeeks 1.41.24.2: Submitted by: mmeeks
        More re-factoring, lots of locking rationalized, drastically reduced
        the mutex count, also removed ~300k interlocked increments with a non-interlocking
        SimpleReferencedObject base
        2007/01/08 20:48:51 mmeeks 1.41.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [84e663fd416d1316a1038a064deb0446f43c6029]

        INTEGRATION: CWS configrefactor01 (1.10.84); FILE MERGED 2007/02/07 12:14:54 mmeeks 1.10.84.5: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:18 mmeeks 1.10.84.4: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:17 mmeeks 1.10.84.3: RIP 'memory::Accessor' 2007/01/11 20:15:57 mmeeks 1.10.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:24 mmeeks 1.10.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d40090f5968939480dadc3daeb8b15755a76fbc8]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/16 12:18:18 mmeeks 1.9.24.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:17 mmeeks 1.9.24.4: RIP 'memory::Accessor' 2007/01/12 14:50:42 mmeeks 1.9.24.3: Another big prune of memory::Accessor ... 2007/01/11 20:15:56 mmeeks 1.9.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:51 mmeeks 1.9.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d8afd7693ce99185a89a51d124f7f2441dd6ddef]

        INTEGRATION: CWS configrefactor01 (1.9.84); FILE MERGED 2007/01/12 17:51:17 mmeeks 1.9.84.3: RIP 'memory::Accessor' 2007/01/11 20:15:56 mmeeks 1.9.84.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:24 mmeeks 1.9.84.1: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c00ecbe08ad2a376080cb0f2ef580373f062ae2b]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/01/12 17:51:17 mmeeks 1.11.24.4: RIP 'memory::Accessor' 2007/01/12 14:50:42 mmeeks 1.11.24.3: Another big prune of memory::Accessor ... 2007/01/11 20:15:56 mmeeks 1.11.24.2: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/08 20:48:51 mmeeks 1.11.24.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... 	+ remove endless typedef chains 	+ remove custom allocator & associated complexity 	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0e75419902dc8ef7056825639a3d2e8c0270762f]

        INTEGRATION: CWS configrefactor01 (1.10.36); FILE MERGED 2007/02/07 12:14:53 mmeeks 1.10.36.6: remove obsolete memory::Segment forward decls. 2007/01/16 12:18:18 mmeeks 1.10.36.5: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:17 mmeeks 1.10.36.4: RIP 'memory::Accessor' 2007/01/11 20:15:56 mmeeks 1.10.36.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:24 mmeeks 1.10.36.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:51 mmeeks 1.10.36.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [40226f7e4b11733164f2b01f27cc2d27aeb9e399]

        INTEGRATION: CWS configrefactor01 (1.13.24); FILE MERGED 2007/01/16 12:18:17 mmeeks 1.13.24.6: Submitted by: mmeeks Kill 'memory::Segment' - no longer needed. Bin some other (empty / redundant) headers. 2007/01/12 17:51:16 mmeeks 1.13.24.5: RIP 'memory::Accessor' 2007/01/12 14:50:41 mmeeks 1.13.24.4: Another big prune of memory::Accessor ... 2007/01/11 20:15:56 mmeeks 1.13.24.3: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base 2007/01/11 10:35:24 mmeeks 1.13.24.2: Submitted by: mmeeks
        
        Large scale re-factoring, remove fine-grained locking in favor of a simple,
        single global lock (still in progress).
        Identify and fix various hot-spots.
        Remove otherwise empty / non-compiled files.
        Kill UpdateAccessor
        2007/01/08 20:48:50 mmeeks 1.13.24.1: Issue number:
        Submitted by: mmeeks
        Substantial configmgr re-factoring #1 ...
        	+ remove endless typedef chains
        	+ remove custom allocator & associated complexity
        	+ remove Pointer, and 'Address' classes

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [537c3da79738c4ef6e3aa17684b06aed395c4f65]

        INTEGRATION: CWS configrefactor01 (1.8.84); FILE MERGED 2007/01/11 20:15:56 mmeeks 1.8.84.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a926e5a64c0a40cc541e047849d17e6a74c54972]

        INTEGRATION: CWS configrefactor01 (1.11.24); FILE MERGED 2007/01/11 20:15:56 mmeeks 1.11.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4b939806df4a04de31f3098d746baf8cb978d3b2]

        INTEGRATION: CWS configrefactor01 (1.15.24); FILE MERGED 2007/01/12 17:51:16 mmeeks 1.15.24.1: RIP 'memory::Accessor'

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7bd19a2cd9bcc53fe092e5699c5e80afdc7754ed]

        INTEGRATION: CWS configrefactor01 (1.6.24); FILE MERGED 2007/01/11 20:15:55 mmeeks 1.6.24.1: Submitted by: mmeeks More re-factoring, lots of locking rationalized, drastically reduced the mutex count, also removed ~300k interlocked increments with a non-interlocking SimpleReferencedObject base

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1189558cc37f4e44a3dd63684c2ed8fb1dfb9e0e]

        INTEGRATION: CWS configrefactor01 (1.9.24); FILE MERGED 2007/01/12 17:51:16 mmeeks 1.9.24.2: RIP 'memory::Accessor' 2007/01/12 11:48:30 mmeeks 1.9.24.1: Remove a load of unneeded Accessor fluff Fix SimpleReferenceObject - it has to have 1 virtual method.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b10af5e07bb6df42285f970d182008082f9f329d]

        INTEGRATION: CWS configrefactor01 (1.10.84); FILE MERGED 2007/01/12 17:51:16 mmeeks 1.10.84.1: RIP 'memory::Accessor'

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [804c24f8ea7cb30b7daeb445c7c2ab9bbe72748e]

        INTEGRATION: CWS configrefactor01 (1.14.24); FILE MERGED 2007/01/12 17:51:16 mmeeks 1.14.24.1: RIP 'memory::Accessor'

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [57021a753b0540da0c2ad6a933f026b6ef9e3808]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/10 11:06:46 mmeeks 1.1.2.1: Issue number: i#82311# Submitted by: mmeeks add files I forgot.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [fc045e829289d5ad9a59b2f5080c255c16a2442e]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/10 11:06:16 mmeeks 1.1.2.3: Issue number: i#82311# Submitted by: mmeeks Remove some fprintf clutter, add files, adjust configuration so we actually read the data, add a new performance test based on the framework access pattern. 2007/10/08 16:35:39 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks More work on unit tests - now set / get keys works (not just bootstrapping) 2007/10/05 15:39:23 mmeeks 1.1.2.1: Issue number: i#82311 Submitted by: mmeeks Start of regression test framework - test actually boostraps configmgr & passes ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [35f12ae2b35738212c8d1853b8e80324c6f60377]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/11 16:14:07 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/10/10 11:06:16 mmeeks 1.1.2.1: Issue number: i#82311# Submitted by: mmeeks Remove some fprintf clutter, add files, adjust configuration so we actually read the data, add a new performance test based on the framework access pattern.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [266485286b1d81cd78c7f948499d7769347f438e]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/10 11:06:16 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks Remove some fprintf clutter, add files, adjust configuration so we actually read the data, add a new performance test based on the framework access pattern. 2007/10/05 15:39:23 mmeeks 1.1.2.1: Issue number: i#82311 Submitted by: mmeeks Start of regression test framework - test actually boostraps configmgr & passes ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0ab45a7dcde9357a8893e01b43f270ea2072b713]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 17:14:03 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks create a (fixed name, sadly) /tmp directory and remove it afterwards. 2007/10/12 16:56:50 mmeeks 1.1.2.1: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [548d9ab903df534d365af3578051bd19879b8f1d]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 17:19:52 mmeeks 1.1.2.3: Issue number: i#82311# Submitted by: mmeeks final review ... 2007/10/12 16:56:50 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/11 16:14:07 mmeeks 1.1.2.1: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests)

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [479a445162a492893a21941bd8786cdea5a8ec05]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 16:56:50 mmeeks 1.1.2.12: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/11 16:14:07 mmeeks 1.1.2.11: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/10/10 12:46:40 mmeeks 1.1.2.10: Issue number:  i#82311# Submitted by: mmeeks add missing UnoApiLock on dispose, and clean unit test. 2007/10/10 11:43:24 mmeeks 1.1.2.9: Issue number: i#82311# Submitted by: mmeeks add performance unit test - dump time taken, and time-stamps etc. 2007/10/10 11:06:16 mmeeks 1.1.2.8: Issue number: i#82311# Submitted by: mmeeks Remove some fprintf clutter, add files, adjust configuration so we actually read the data, add a new performance test based on the framework access pattern. 2007/10/10 09:42:32 mmeeks 1.1.2.7: Issue number: i#82311# Submitted by: mmeeks 3 unit tests now working & (old) locking snafu fixed 2007/10/08 16:35:39 mmeeks 1.1.2.6: Issue number: i#82311# Submitted by: mmeeks More work on unit tests - now set / get keys works (not just bootstrapping) 2007/10/05 15:39:23 mmeeks 1.1.2.5: Issue number: i#82311 Submitted by: mmeeks Start of regression test framework - test actually boostraps configmgr & passes ... 2007/10/05 14:14:04 mmeeks 1.1.2.4: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/02/08 12:44:56 sb 1.1.2.3: Not yet working unit testing framework.
        2007/02/07 12:20:20 sb 1.1.2.2: Made code warning free (unxsoli4.pro).
        2007/02/05 15:21:45 mmeeks 1.1.2.1: Submitted by: mmeeks
        Reduce memory usage for 'subtree' further ~250k or so, start of unit tests.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [54b882248d04d95d7e957bb745a3df574c9c74d1]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 16:56:50 mmeeks 1.1.2.6: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/11 16:14:06 mmeeks 1.1.2.5: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests) 2007/10/08 16:35:39 mmeeks 1.1.2.4: Issue number: i#82311# Submitted by: mmeeks More work on unit tests - now set / get keys works (not just bootstrapping) 2007/10/05 14:14:04 mmeeks 1.1.2.3: Issue number: i#82311 Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cleanups from patch re-review.
        Improvements to unit-testing framework.
        2007/02/08 12:44:56 sb 1.1.2.2: Not yet working unit testing framework.
        2007/02/05 15:21:44 mmeeks 1.1.2.1: Submitted by: mmeeks
        Reduce memory usage for 'subtree' further ~250k or so, start of unit tests.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [75d8432983d29e95506147c59bde31fbc5293aad]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/02/05 15:21:44 mmeeks 1.1.2.1: Submitted by: mmeeks Reduce memory usage for 'subtree' further ~250k or so, start of unit tests.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5ab02730dd070b1f0e323878b48eaf49e4b0416e]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 16:56:50 mmeeks 1.1.2.5: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/10 11:06:16 mmeeks 1.1.2.4: Issue number: i#82311# Submitted by: mmeeks Remove some fprintf clutter, add files, adjust configuration so we actually read the data, add a new performance test based on the framework access pattern. 2007/10/10 09:42:32 mmeeks 1.1.2.3: Issue number: i#82311# Submitted by: mmeeks 3 unit tests now working & (old) locking snafu fixed 2007/10/08 16:35:38 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks More work on unit tests - now set / get keys works (not just bootstrapping) 2007/10/05 15:39:23 mmeeks 1.1.2.1: Issue number: i#82311 Submitted by: mmeeks Start of regression test framework - test actually boostraps configmgr & passes ...

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6c43933ba2aa92c2b4c4c5221d581ceb4c657f1d]

        INTEGRATION: CWS configrefactor01 (1.1.2); FILE ADDED 2007/10/12 16:56:50 mmeeks 1.1.2.2: Issue number: i#82311# Submitted by: mmeeks Split out bootstrapping piece, add cross-platform /tmp/ directory creation, Fix cross-thread locking issues during notification, remove some printfs. 2007/10/11 16:14:06 mmeeks 1.1.2.1: Issue number: i#82311# Submitted by: mmeeks Add threaded unit tests, fix locking issues in apitreeimplobj.cxx Add UnoApiLockClearable, and UnoApiLockReleaser (prolly needed for the next tests)

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d2144c328e34894161398a403b1e4d0db9cbd422]

        INTEGRATION: CWS native116 (1.74.14); FILE MERGED 2007/10/11 14:24:39 is 1.74.14.1: #i82313# msvc8 libraries

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a2af7f6b47fc7d6dcf2429a973fc6513113a0424]

        INTEGRATION: CWS native116 (1.1.2); FILE ADDED 2007/10/10 15:08:33 is 1.1.2.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [70b5e33fd7895d6e9670115b90e91ce00b22924a]

        INTEGRATION: CWS native116 (1.260.16); FILE MERGED 2007/10/31 09:13:13 is 1.260.16.2: #i83132# PATCH for msvc80 libraries 2007/10/11 14:24:39 is 1.260.16.1: #i82313# msvc8 libraries

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1896d70061a566889cb9a74c3a408172f8e3271a]

        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>  [6b0a4a1de29e7b915a0dc0c017b87f0f0adaeee8]

        INTEGRATION: CWS native116 (1.2.376); FILE MERGED 2007/10/10 15:10:34 is 1.2.376.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [99e4ae9bd69f0260c8f83f6669db267b333d2f11]

        INTEGRATION: CWS native116 (1.2.304); FILE MERGED 2007/10/10 15:10:34 is 1.2.304.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9834b82bb6dc39806b1b50597a7f29db1c9343f6]

        INTEGRATION: CWS native116 (1.1.520); FILE MERGED 2007/10/10 15:10:34 is 1.1.520.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [59462a03071f143a027f1a70a951ce05575b153f]

        INTEGRATION: CWS native116 (1.2.490); FILE MERGED 2007/10/10 15:10:33 is 1.2.490.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [835162750f711f869f04d2ebb04f17f7e5fec170]

        INTEGRATION: CWS native116 (1.11.104); FILE MERGED 2007/10/10 15:12:06 is 1.11.104.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [708fd2b1890a59fa4a6ae7556e603c811b479579]

        INTEGRATION: CWS native116 (1.9.60); FILE MERGED 2007/10/10 15:12:06 is 1.9.60.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a2983617dd05e5452dd3be5d02cdf965157c8b4b]

        INTEGRATION: CWS native116 (1.41.40); FILE MERGED 2007/10/10 15:13:15 is 1.41.40.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [214eaa3af2a0b16a84b74dc85891d53aa49f2868]

        INTEGRATION: CWS native116 (1.1.2); FILE ADDED 2007/10/10 15:13:50 is 1.1.2.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [dc3728e560f91bc6b0a108cce6e05912cfeeeb8a]

        INTEGRATION: CWS native116 (1.74.20); FILE MERGED 2007/10/10 15:13:15 is 1.74.20.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [17473a9a504fdea5a16419fdd9006ebd7c46f81d]

        INTEGRATION: CWS native116 (1.34.40); FILE MERGED 2007/10/10 15:13:15 is 1.34.40.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8523978a69dadfeb6c2343157e9fc78deff84a8b]

        INTEGRATION: CWS native116 (1.93.38); FILE MERGED 2007/10/10 15:13:15 is 1.93.38.1: #i82313# preparing merge module integration

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e66cb909bdc46d663a65df2a4b3372d330d4f0d9]

        INTEGRATION: CWS sb79 (1.3.30); FILE MERGED 2007/10/04 15:33:36 sb 1.3.30.1: #i79786# Do not create any user data (for the root user) in --shared mode.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [df85028cd8fac8c88eea3acfdd2a38840626227c]

        INTEGRATION: CWS sb79 (1.9.28); FILE MERGED 2007/10/04 15:33:36 sb 1.9.28.1: #i79786# Do not create any user data (for the root user) in --shared mode.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4226d6e96d5bd5bd3ce2c502732e4634e20151b6]

        INTEGRATION: CWS sb79 (1.7.28); FILE MERGED 2007/10/04 15:33:36 sb 1.7.28.1: #i79786# Do not create any user data (for the root user) in --shared mode.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e6de707402bb8c608b7745a02e2c08d524b9bf10]

        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>  [32b27f6d57a3af14baa8b7a0e6194160d489af1d]

        INTEGRATION: CWS sb79 (1.13.190); FILE MERGED 2007/09/26 13:44:42 sb 1.13.190.1: #i78840# ImplEUCJPToUnicode erroneously added RTL_TEXTTOUNICODE_INFO_ERROR to RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [004222902fc154c6b31f623cf1e3409339b2af8c]

        INTEGRATION: CWS sb79 (1.10.76); FILE MERGED 2007/09/26 13:44:42 sb 1.10.76.1: #i78840# ImplEUCJPToUnicode erroneously added RTL_TEXTTOUNICODE_INFO_ERROR to RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ebd24bb90a6440184188d304b0a4996ab9b82564]

        INTEGRATION: CWS sb79 (1.30.30); FILE MERGED 2007/10/10 07:39:09 sb 1.30.30.1: #i82428# Fixed documentation.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c0a92005da4590ba4f17a13b956d12f4f5359228]

        INTEGRATION: CWS sb79 (1.21.190); FILE MERGED 2007/10/10 07:39:09 sb 1.21.190.1: #i82428# Fixed documentation.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [462aca1db2cd13d464cf6b5826289e0ac27902b2]

        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>  [00c22f2a08fbc2297b1adfe189e4c9f254c000f3]

        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>  [72f40de01f32b8eb39a6acb7b160c1804038bc14]

        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>  [d0f9a14225c92c59adbdc2bf777250e893c48f5e]

        INTEGRATION: CWS sb79 (1.19.32); FILE MERGED 2007/09/26 14:56:30 sb 1.19.32.1: #i80838# Published UrlToFileMapper.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8a959e9048de6ad4de400e43d39df8a988fdde0f]

        INTEGRATION: CWS sb79 (1.11.74); FILE MERGED 2007/09/26 14:04:41 sb 1.11.74.1: #i80947# Clarified documentation.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0de3dc262767dcf0b7f31d2b7e5bb78adee73110]

        INTEGRATION: CWS sb79 (1.3.56); FILE MERGED 2007/09/26 14:55:02 sb 1.3.56.1: #i80838# Published UrlToFileMapper.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [536cb4f9a607a04fd9b008be19465747428915ba]

        INTEGRATION: CWS sb79 (1.9.56); FILE MERGED 2007/09/27 11:59:04 sb 1.9.56.1: #i51323# Fixed createBridge with empty name.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [48734a4d149b9bd199c0e44d777908b593769623]

        INTEGRATION: CWS sb79 (1.7.136); FILE MERGED 2007/09/27 12:01:06 sb 1.7.136.1: #i51323# refactored

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e5ae0aa4b42f67f295e111003f32e97bb134b9cd]

        INTEGRATION: CWS sb79 (1.6.136); FILE MERGED 2007/09/27 12:01:06 sb 1.6.136.1: #i51323# refactored

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [54f480ac1c7e156199b7f80f034558d60173b188]

        INTEGRATION: CWS sb79 (1.9.136); FILE MERGED 2007/09/27 12:00:15 sb 1.9.136.1: #i51323# Fixed createBridge with empty name.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [23817b6dae0d75f06149249e69bde47d38d4742a]

        INTEGRATION: CWS sb79 (1.3.136); FILE MERGED 2007/09/27 12:01:05 sb 1.3.136.1: #i51323# refactored

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [df78a3ec5ba222d06cd4cdb768b45765fbbe711e]

        INTEGRATION: CWS sb79 (1.4.136); FILE MERGED 2007/09/27 12:01:05 sb 1.4.136.1: #i51323# refactored

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cbf3aed4e7d0d87a698e4eaea7b1845374f22ccb]

        INTEGRATION: CWS sb79 (1.5.136); FILE MERGED 2007/09/27 12:01:05 sb 1.5.136.1: #i51323# refactored

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c36fc97ed76a02cbb1b8f83c46fe20257e24f4fe]

        INTEGRATION: CWS sb79 (1.1.2); FILE ADDED 2007/09/27 11:59:56 sb 1.1.2.1: #i51323# Fixed createBridge with empty name.

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [449c73b52364d85b60df0f9d974bf2f195cc27f0]

        INTEGRATION: CWS chart17 (1.112.12); FILE MERGED 2007/11/05 14:43:53 iha 1.112.12.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:55:01 bm 1.112.12.2: RESYNC: (1.112-1.113); FILE MERGED 2007/10/12 12:38:51 bm 1.112.12.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c93a5ab84aa382e4ac6c7f8dfbe962b357571db0]

        INTEGRATION: CWS chart17 (1.9.12); FILE MERGED 2007/11/05 14:43:19 iha 1.9.12.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:55:08 bm 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2007/10/12 12:38:39 bm 1.9.12.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5d290a6e20e0a1d243e5fcb1bdf7b03f2511d376]

        INTEGRATION: CWS chart17 (1.4.66); FILE MERGED 2007/11/05 14:26:37 iha 1.4.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [128c7bda8a2b8f72c7f19d40e0dff8a7649582b9]

        INTEGRATION: CWS chart17 (1.26.32); FILE MERGED 2007/11/05 14:23:29 iha 1.26.32.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:53:49 bm 1.26.32.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/12 12:35:11 bm 1.26.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [36df976eeff998b8011705076b2d1de5ac7972ab]

        INTEGRATION: CWS chart17 (1.7.66); FILE MERGED 2007/10/12 12:35:11 bm 1.7.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [35df2fae4bfc1d0745e4ea75090151785b9315af]

        INTEGRATION: CWS chart17 (1.5.66); FILE MERGED 2007/11/05 14:21:34 iha 1.5.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ec015c78e64142a472fb9978974935c12b819b03]

        INTEGRATION: CWS chart17 (1.14.32); FILE MERGED 2007/11/05 14:25:30 iha 1.14.32.2: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/23 15:02:39 bm 1.14.32.1: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues()

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b2b48786b47a19551696aa1beffb7b79ca3d02c3]

        INTEGRATION: CWS chart17 (1.39.2); FILE MERGED 2007/11/05 14:26:15 iha 1.39.2.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:53:52 bm 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED 2007/10/12 12:35:11 bm 1.39.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [93b7128af2f57a746f1db1a01b29564e99e320ae]

        INTEGRATION: CWS chart17 (1.4.2); FILE MERGED 2007/11/05 18:00:19 iha 1.4.2.6: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/11/05 14:19:54 iha 1.4.2.5: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:53:55 bm 1.4.2.4: RESYNC: (1.4-1.5); FILE MERGED 2007/10/26 08:23:29 bm 1.4.2.3: #i10000# sfx item cleanup as preparation for resync 2007/10/26 07:55:01 bm 1.4.2.2: #i10000# prepared for resync to avoid conflicts 2007/10/12 12:35:11 bm 1.4.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a159039c642799487a0201edc0c4b70927d09d94]

        INTEGRATION: CWS chart17 (1.19.2); FILE MERGED 2007/11/05 14:24:14 iha 1.19.2.4: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:53:58 bm 1.19.2.3: RESYNC: (1.19-1.20); FILE MERGED 2007/10/23 15:02:39 bm 1.19.2.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:11 bm 1.19.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f08f7c3b6c4fd843469568b2794d5c4e8e6a62d1]

        INTEGRATION: CWS chart17 (1.16.54); FILE MERGED 2007/11/05 14:22:14 iha 1.16.54.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:03 bm 1.16.54.2: RESYNC: (1.16-1.17); FILE MERGED 2007/10/12 12:35:11 bm 1.16.54.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bf102edbd07f5faca908ed8377843c8b4b20eb44]

        INTEGRATION: CWS chart17 (1.6.66); FILE MERGED 2007/10/23 07:25:06 bm 1.6.66.2: superfluous qualifier removed 2007/10/12 12:35:11 bm 1.6.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bcd5e604211b3eda4648b521c592917ced0e6d9e]

        INTEGRATION: CWS chart17 (1.3.66); FILE MERGED 2007/11/05 14:21:12 iha 1.3.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d6262ae74fb8f33acc9be92dcfad740d59a0692c]

        INTEGRATION: CWS chart17 (1.11.4); FILE MERGED 2007/11/05 14:25:50 iha 1.11.4.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:01 bm 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/23 15:02:39 bm 1.11.4.1: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues()

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [97dd54d201883aa2e6fa515688b2adcdceafab15]

        INTEGRATION: CWS chart17 (1.37.26); FILE MERGED 2007/11/05 14:24:54 iha 1.37.26.5: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:09 bm 1.37.26.4: RESYNC: (1.37-1.38); FILE MERGED 2007/10/24 13:05:56 bm 1.37.26.3: #i7998# allow showing equations even if the regression curve is not visible (clipped away) 2007/10/23 15:02:37 bm 1.37.26.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:10 bm 1.37.26.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [488ec54a986121311851c7be0f4e282194198f00]

        INTEGRATION: CWS chart17 (1.7.66); FILE MERGED 2007/11/05 14:29:00 iha 1.7.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ed4d9ca0934aa1ab10470e1197edce7913c86f0d]

        INTEGRATION: CWS chart17 (1.16.32); FILE MERGED 2007/11/05 14:29:30 iha 1.16.32.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [667091f98b6e8326267be7ee9489874e68e48be9]

        INTEGRATION: CWS chart17 (1.7.2); FILE MERGED 2007/11/05 14:28:20 iha 1.7.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bde8186215a0256b031619d7e65f312a9254128a]

        INTEGRATION: CWS chart17 (1.20.10); FILE MERGED 2007/11/05 17:21:10 iha 1.20.10.5: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/11/05 14:28:42 iha 1.20.10.4: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:12 bm 1.20.10.3: RESYNC: (1.20-1.21); FILE MERGED 2007/10/23 15:02:37 bm 1.20.10.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:10 bm 1.20.10.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [99a76ca28347a1e4d27abc294c065b4e7fe4a43c]

        INTEGRATION: CWS chart17 (1.13.66); FILE MERGED 2007/10/12 12:35:10 bm 1.13.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cf547a90c5b9ceaf46b25309d7d1daa0e8bf86d2]

        INTEGRATION: CWS chart17 (1.49.12); FILE MERGED 2007/11/05 14:27:41 iha 1.49.12.4: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:06 bm 1.49.12.3: RESYNC: (1.49-1.50); FILE MERGED 2007/10/23 15:02:37 bm 1.49.12.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:10 bm 1.49.12.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [105042b3ad10409041359c2257e39f43496409b3]

        INTEGRATION: CWS chart17 (1.24.32); FILE MERGED 2007/10/12 12:35:09 bm 1.24.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f27201228123ed481401a3bc92df5f60160b031b]

        INTEGRATION: CWS chart17 (1.3.32); FILE MERGED 2007/10/12 12:35:09 bm 1.3.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6f2db986171a19e561079beb74f15987186ae289]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/25 12:54:52 bm 1.1.2.2: #10000# using ::cppu::OPropertySetHelper::disposing; needed for Solaris compiler 2007/10/12 12:32:44 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [754f522a5c5b71ce32d4316192e7d624010593bb]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/12 12:32:44 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [295248126cd553415bce50bbecfd3915a7085944]

        INTEGRATION: CWS chart17 (1.5.4); FILE MERGED 2007/10/12 15:01:21 bm 1.5.4.2: #i7998# CTOR member order 2007/10/12 12:35:09 bm 1.5.4.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1598ef73d3ada11972ad24f78dec83336cc26bbf]

        INTEGRATION: CWS chart17 (1.6.32); FILE MERGED 2007/10/29 16:53:17 bm 1.6.32.2: #i7998# set hairline line width as hard attribute to get a new default that works with old implementations 2007/10/12 12:35:09 bm 1.6.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [729b1162717ddf8eb1750ff140a2ac9e72e20023]

        INTEGRATION: CWS chart17 (1.11.32); FILE MERGED 2007/10/25 12:51:42 bm 1.11.32.2: #i7998# added helpers for resetting trendline equation positions of all equations when doing new arrangement 2007/10/12 12:35:09 bm 1.11.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1dde033c884684de2194756d4b78a5962bbb5826]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/23 16:51:19 bm 1.1.2.3: #i82891# no scaling means automatically linear 2007/10/23 15:02:36 bm 1.1.2.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:32:34 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [72e2310c9d3c69a0a5df9e25ae17a7247fb335d4]

        INTEGRATION: CWS chart17 (1.4.32); FILE MERGED 2007/10/12 12:35:09 bm 1.4.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1a683d5053338b1fe9e9cd5d1bf2a99b7d4e73a8]

        INTEGRATION: CWS chart17 (1.5.110); FILE MERGED 2007/10/23 15:02:36 bm 1.5.110.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:09 bm 1.5.110.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7a7d5931873caa81eeb90ee2f5ee6c9d3f3c2d8c]

        INTEGRATION: CWS chart17 (1.4.4); FILE MERGED 2007/10/12 12:35:09 bm 1.4.4.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [841b1d79773c41d9c83c42167ed436f26c8e3680]

        INTEGRATION: CWS chart17 (1.5.32); FILE MERGED 2007/10/30 13:53:46 bm 1.5.32.4: RESYNC: (1.5-1.6); FILE MERGED 2007/10/23 16:36:44 bm 1.5.32.3: #i82891# optimization can also be done with logarithmic scaling in both directions 2007/10/23 15:02:36 bm 1.5.32.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:09 bm 1.5.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [adbc3372a4ebb9e60e7daaa321cb13a1da4e9c7d]

        INTEGRATION: CWS chart17 (1.6.110); FILE MERGED 2007/10/23 15:02:36 bm 1.6.110.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:09 bm 1.6.110.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0b8568c0bf9a260bb1f925f8a27f177ba79a311a]

        INTEGRATION: CWS chart17 (1.6.66); FILE MERGED 2007/10/23 15:02:36 bm 1.6.66.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:09 bm 1.6.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e280b42bcb2adc71fcdbfd06c0d02867e5fa88c4]

        INTEGRATION: CWS chart17 (1.7.26); FILE MERGED 2007/11/06 11:03:39 iha 1.7.26.1: #i63857#, #i4039#, #i83344# iterate correct over attributed data point

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [124d934dffd8737db2d4375029c5a8b3880acaec]

        INTEGRATION: CWS chart17 (1.16.2); FILE MERGED 2007/11/05 14:17:23 iha 1.16.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [135be1494cf85f3bf10e1dda663cb05f82a28ffd]

        INTEGRATION: CWS chart17 (1.10.54); FILE MERGED 2007/11/05 14:15:46 iha 1.10.54.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c5f6b722e0751b7793f7d108ff0ca7c5667e96ec]

        INTEGRATION: CWS chart17 (1.4.66); FILE MERGED 2007/11/05 14:13:36 iha 1.4.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [800fff87d0c026274f81d1b57b176bfae9701147]

        INTEGRATION: CWS chart17 (1.9.4); FILE MERGED 2007/11/05 14:13:53 iha 1.9.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [247860cc648f3851b38edebd4618fa4c2634bb75]

        INTEGRATION: CWS chart17 (1.7.54); FILE MERGED 2007/11/05 14:12:59 iha 1.7.54.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4735d51399b1c38926738b86575b042160d0b4a4]

        INTEGRATION: CWS chart17 (1.11.4); FILE MERGED 2007/11/05 14:13:17 iha 1.11.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [aefd4caaaee841f365b0eb3e4fa9ed0136fc4502]

        INTEGRATION: CWS chart17 (1.5.66); FILE MERGED 2007/11/05 14:12:14 iha 1.5.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c887d2a302a71be9350c3a9c1f6968870fcfc38b]

        INTEGRATION: CWS chart17 (1.13.4); FILE MERGED 2007/11/05 14:12:30 iha 1.13.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7dabe618e2dddea763d0de3c748baa9b6f65c4be]

        INTEGRATION: CWS chart17 (1.4.66); FILE MERGED 2007/11/05 14:10:45 iha 1.4.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b5e1352aff9cfc0bbd7b9fc56343530fae4ea10a]

        INTEGRATION: CWS chart17 (1.7.32); FILE MERGED 2007/11/05 14:11:45 iha 1.7.32.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a2f3ee10687318007f382d974f21e55e98874f10]

        INTEGRATION: CWS chart17 (1.11.66); FILE MERGED 2007/11/05 14:10:03 iha 1.11.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [09d0e5bb624708c592e1becf6e4c4212d8ef3b4b]

        INTEGRATION: CWS chart17 (1.16.4); FILE MERGED 2007/11/05 14:10:22 iha 1.16.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4f151ff323c9d2939a772890ef3d48919a5dd642]

        INTEGRATION: CWS chart17 (1.7.66); FILE MERGED 2007/11/05 14:05:08 iha 1.7.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [97bb230faa23819a164aab25fef9a89dd982444f]

        INTEGRATION: CWS chart17 (1.9.4); FILE MERGED 2007/11/05 14:09:10 iha 1.9.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [06fe3d1e327abeaa2f32e255d24e609e398cd843]

        INTEGRATION: CWS chart17 (1.8.66); FILE MERGED 2007/11/05 14:01:16 iha 1.8.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [09cae3f2100c2fd872180daac25fdfd1f3e1fcb3]

        INTEGRATION: CWS chart17 (1.17.4); FILE MERGED 2007/11/06 11:05:21 iha 1.17.4.2: #i63857#, #i4039#, #i83344# iterate correct over attributed data point 2007/11/05 14:01:45 iha 1.17.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f94e7ea828fb724d50f431b51d18e5432de6c3dd]

        INTEGRATION: CWS chart17 (1.6.66); FILE MERGED 2007/11/05 14:04:10 iha 1.6.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [4318271f93e6df43116b1b97cdff841388c6efb3]

        INTEGRATION: CWS chart17 (1.11.4); FILE MERGED 2007/11/05 14:04:41 iha 1.11.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cf7f69c9e5df526fb1629cc860c62b3cdc1b6e26]

        INTEGRATION: CWS chart17 (1.6.66); FILE MERGED 2007/11/05 14:02:15 iha 1.6.66.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8778465edf11aa5e5986b0183aa28fb5bdbd6a2f]

        INTEGRATION: CWS chart17 (1.9.4); FILE MERGED 2007/11/05 14:03:28 iha 1.9.4.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [56b3a285329ee8772f8ebded5167a98c72706f94]

        INTEGRATION: CWS chart17 (1.7.2); FILE MERGED 2007/11/05 13:58:36 iha 1.7.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e3bf1178f5fbd2646ac22a0747ed7293409ea8b5]

        INTEGRATION: CWS chart17 (1.15.2); FILE MERGED 2007/11/05 13:59:08 iha 1.15.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ac8680534cc8d3852c537ccfe60455bb97ff0052]

        INTEGRATION: CWS chart17 (1.2.66); FILE MERGED 2007/11/05 14:18:12 iha 1.2.66.5: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:53:43 bm 1.2.66.4: RESYNC: (1.2-1.3); FILE MERGED 2007/10/26 08:23:29 bm 1.2.66.3: #i10000# sfx item cleanup as preparation for resync 2007/10/26 07:49:35 bm 1.2.66.2: #i10000# prepared for resync to avoid conflicts 2007/10/12 12:35:08 bm 1.2.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a2fd1649054329c2b7d41409628690b43ac44a34]

        INTEGRATION: CWS chart17 (1.3.44); FILE MERGED 2007/10/30 13:53:40 bm 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/25 15:00:12 bm 1.3.44.2: #i10000# merged in changes from chart14 to avoid resync conflicts 2007/10/12 12:35:08 bm 1.3.44.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1d0ea9591fe711a2ba302b2c82ddef98a6b59ebb]

        INTEGRATION: CWS chart17 (1.8.66); FILE MERGED 2007/10/25 12:51:54 bm 1.8.66.2: #i7998# added helpers for resetting trendline equation positions of all equations when doing new arrangement 2007/10/12 12:35:08 bm 1.8.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [25fc07f0b174bb3b0b03d63b88ab78311116f9ea]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/23 15:02:35 bm 1.1.2.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:32:10 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0bcafd563667381ba57c093711da84933e349201]

        INTEGRATION: CWS chart17 (1.3.186); FILE MERGED 2007/10/23 15:02:35 bm 1.3.186.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:08 bm 1.3.186.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [861b88ab44c57e2f8aca38fd1affc3474116fc73]

        INTEGRATION: CWS chart17 (1.3.4); FILE MERGED 2007/10/12 12:35:08 bm 1.3.4.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6b9bdc931ba4119e128cbf594b2932b613bdb046]

        INTEGRATION: CWS chart17 (1.5.186); FILE MERGED 2007/10/23 15:02:35 bm 1.5.186.2: #i82891# improve rendering of regression curves using XRegressionCurveCalculator::getCurveValues() 2007/10/12 12:35:08 bm 1.5.186.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c386348c127bc67b8299e0c30b46d95083ffada6]

        INTEGRATION: CWS chart17 (1.11.2); FILE MERGED 2007/11/05 14:16:22 iha 1.11.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7b9dc973e440acd0bac377749a8ef478d8ac69a2]

        INTEGRATION: CWS chart17 (1.7.54); FILE MERGED 2007/11/05 14:14:29 iha 1.7.54.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [06e24fc6adade49e832cd563c4ba6374d122ea0b]

        INTEGRATION: CWS chart17 (1.5.66); FILE MERGED 2007/10/12 12:35:08 bm 1.5.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a45c97017990f2911f3d0e37a51eda40ae0f471b]

        INTEGRATION: CWS chart17 (1.4.4); FILE MERGED 2007/11/07 13:13:50 bm 1.4.4.1: #i7998# equation

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [598363ccf2ba8e7446963c3fa861b636392a6ba4]

        INTEGRATION: CWS chart17 (1.3.32); FILE MERGED 2007/10/12 12:35:08 bm 1.3.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2fbc94c7bb263625262cb52ad27a9d51eb59588f]

        INTEGRATION: CWS chart17 (1.25.32); FILE MERGED 2007/10/12 12:35:08 bm 1.25.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [ba9b252bfae512e70d3d5ec986cad56248f95e6c]

        INTEGRATION: CWS chart17 (1.4.32); FILE MERGED 2007/11/05 16:39:25 iha 1.4.32.3: enable to delete data points via delete key 2007/10/25 12:51:05 bm 1.4.32.2: #i7998# reset trendline equation position when doing new arrangement 2007/10/12 12:35:08 bm 1.4.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [e4daef9ff86810d54bbd296a0aa9bce3d0dd6a46]

        INTEGRATION: CWS chart17 (1.28.32); FILE MERGED 2007/11/05 14:33:34 iha 1.28.32.3: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:16 bm 1.28.32.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/12 12:35:08 bm 1.28.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [23b12945b38d6a2a85055b60ac730032313d5963]

        INTEGRATION: CWS chart17 (1.12.32); FILE MERGED 2007/10/12 15:06:24 bm 1.12.32.2: #i7998# compile problem on Linux 2007/10/12 12:35:07 bm 1.12.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6551597baeabfdc21e214f8cb6df1e81a29e8b11]

        INTEGRATION: CWS chart17 (1.8.32); FILE MERGED 2007/10/12 12:35:07 bm 1.8.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [deecda8cafbb13c3972fc3a90da878e753faf497]

        INTEGRATION: CWS chart17 (1.24.4); FILE MERGED 2007/10/12 12:35:07 bm 1.24.4.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2517e8085b703dba03cea225749a5bce2eac341a]

        INTEGRATION: CWS chart17 (1.7.66); FILE MERGED 2007/10/12 12:35:07 bm 1.7.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [929b904aa38b4d8b2351bb33b69dafd2832138ea]

        INTEGRATION: CWS chart17 (1.17.32); FILE MERGED 2007/10/12 12:35:07 bm 1.17.32.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a5a1d0ff94c3cd7ff2471bae2bfd1d6c0aa57ee6]

        INTEGRATION: CWS chart17 (1.4.66); FILE MERGED 2007/11/05 14:32:47 iha 1.4.66.4: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels 2007/10/30 13:54:34 bm 1.4.66.3: RESYNC: (1.4-1.5); FILE MERGED 2007/10/26 08:23:29 bm 1.4.66.2: #i10000# sfx item cleanup as preparation for resync 2007/10/12 12:35:07 bm 1.4.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b1dcfd362e36b752f9957d25dbffa59a5d50d961]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/12 12:31:51 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8c90ae660b206710107ab39bcf198598b43e8eb8]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/12 12:31:41 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a405d9498fd1f3ae457249f43e7d3de5e10c4b5a]

        INTEGRATION: CWS chart17 (1.12.2); FILE MERGED 2007/11/05 14:32:06 iha 1.12.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [69c62744fdcfbe0a7f479f33ad6feb1e97a519b1]

        INTEGRATION: CWS chart17 (1.17.2); FILE MERGED 2007/11/05 14:31:22 iha 1.17.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6d958bc8423061bf55892e8c7f397ab3d56a94ba]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/12 12:31:17 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [cf35b5e55c08d7e548bf61931eff04a646295da9]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/12 12:31:08 bm 1.1.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7d58423142bd659210f98751c5c07a8dcbd10ec3]

        INTEGRATION: CWS chart17 (1.4.2); FILE MERGED 2007/11/05 14:30:46 iha 1.4.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a0cbd1c189a41b597245fc42da806a0d45b6ff0e]

        INTEGRATION: CWS chart17 (1.11.2); FILE MERGED 2007/11/05 14:30:16 iha 1.11.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [c032985c3333cfed0293aa46c8745b36f184c576]

        INTEGRATION: CWS chart17 (1.2.2); FILE MERGED 2007/11/05 14:39:07 iha 1.2.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5dc92b8fbdd194e1e4b896bdfe768228b1400793]

        INTEGRATION: CWS chart17 (1.2.2); FILE MERGED 2007/11/05 14:39:30 iha 1.2.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [89989df9b2bfad260b6097343d77e2bf1dc99d09]

        INTEGRATION: CWS chart17 (1.7.2); FILE MERGED 2007/11/05 14:38:23 iha 1.7.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7ea9a7c902f40384a186a997e0d1ba963d7a14c1]

        INTEGRATION: CWS chart17 (1.3.2); FILE MERGED 2007/11/05 14:37:09 iha 1.3.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d31578b43862c453123ccbe8831465869d13bcc1]

        INTEGRATION: CWS chart17 (1.3.2); FILE MERGED 2007/11/05 14:36:41 iha 1.3.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2ef2c0eb524c9d67fe9844d9cca60de49de3c5d6]

        INTEGRATION: CWS chart17 (1.3.2); FILE MERGED 2007/11/05 14:36:16 iha 1.3.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d51af56c498e9e0ed3c291bf25c52b3be643eacc]

        INTEGRATION: CWS chart17 (1.14.2); FILE MERGED 2007/10/30 13:54:28 bm 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2007/10/12 12:35:07 bm 1.14.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5ebddfe1ba42d72e84ba06eef1156c6492c76ed9]

        INTEGRATION: CWS chart17 (1.3.2); FILE MERGED 2007/11/05 14:35:03 iha 1.3.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [aca5ba5f1f46a24336dd7781955e87e78fcee061]

        INTEGRATION: CWS chart17 (1.18.2); FILE MERGED 2007/10/30 13:54:22 bm 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2007/10/12 12:35:07 bm 1.18.2.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bb317554a27646822f30fd8fe73371bbede31d0d]

        INTEGRATION: CWS chart17 (1.6.2); FILE MERGED 2007/11/05 14:35:37 iha 1.6.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [20406db0e7e1705a2e7ffd55bc566c288a632f78]

        INTEGRATION: CWS chart17 (1.7.44); FILE MERGED 2007/10/30 13:54:31 bm 1.7.44.3: RESYNC: (1.7-1.8); FILE MERGED 2007/10/25 15:00:24 bm 1.7.44.2: #i10000# merged in changes from chart14 to avoid resync conflicts 2007/10/12 12:35:07 bm 1.7.44.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f4a4419c4b3ce8c82f73773b5375f54cfdac0d8b]

        INTEGRATION: CWS chart17 (1.2.66); FILE MERGED 2007/10/30 13:54:19 bm 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/12 12:35:07 bm 1.2.66.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b8e20fc949d1c7addd4e5cbf4fa5e5815e5ce3c1]

        INTEGRATION: CWS chart17 (1.5.26); FILE MERGED 2007/10/30 13:54:25 bm 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/12 12:35:07 bm 1.5.26.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [8d0889577d34fa99cc3b2fb621a5fcfd6d494809]

        INTEGRATION: CWS chart17 (1.12.2); FILE MERGED 2007/11/05 14:00:21 iha 1.12.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [04ae68cb0b0f38dfb0a5554aff7b446969d1ca93]

        INTEGRATION: CWS chart17 (1.3.4); FILE MERGED 2007/10/12 12:35:06 bm 1.3.4.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7d38c4fcefaf6c14f48af7a2b715af6b044f1062]

        INTEGRATION: CWS chart17 (1.2.126); FILE MERGED 2007/10/23 14:58:49 bm 1.2.126.2: #i82891# optimized routine for getting multiple curve values at once. 2007/10/12 12:33:41 bm 1.2.126.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [0f8fbc03a4579ad8764f5d1799026b3e111c85a6]

        INTEGRATION: CWS chart17 (1.2.126); FILE MERGED 2007/10/12 12:33:41 bm 1.2.126.2: #i7998# equations for regression curves 2007/10/10 08:44:47 bm 1.2.126.1: #i7998# +getEquationProperties

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [abe165292ee3eccfa9b5386d7c57224fbe990a68]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/10/10 08:58:54 bm 1.1.2.2: #i7998# NumberFormat added 2007/10/10 08:45:54 bm 1.1.2.1: #i7998# properties for regression curve equations

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [1ca9e0466a89c3df6609d2b5a4468369ee3860db]

        INTEGRATION: CWS chart17 (1.2.126); FILE MERGED 2007/10/12 12:33:41 bm 1.2.126.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [2807b61a30cb63290431d8270d3d6a44d1722dae]

        INTEGRATION: CWS chart17 (1.3.2); FILE MERGED 2007/11/05 14:42:24 iha 1.3.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [9febc72ac27371f5d3b43e9576af0925962f519f]

        INTEGRATION: CWS chart17 (1.7.190); FILE MERGED 2007/11/05 14:41:20 iha 1.7.190.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [15e1211bbe082eb7bfeaff77f7ccab8382cda0c1]

        INTEGRATION: CWS chart17 (1.1.2); FILE ADDED 2007/11/05 14:40:56 iha 1.1.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [eb96157940c87f3eeb8c28f381b3d6489da2b299]

        INTEGRATION: CWS chart17 (1.19.2); FILE MERGED 2007/11/05 14:41:42 iha 1.19.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d3bee3fe46abec2a8f1eca2644e8f7e1df3ad788]

        INTEGRATION: CWS chart17 (1.9.22); FILE MERGED 2007/10/24 09:44:34 bm 1.9.22.2: #i7998# superfluous comma in enum removed (error on Solaris) 2007/10/12 12:38:50 bm 1.9.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [bfbacb9004159d1154b4b7192713ff641f8335f0]

        INTEGRATION: CWS chart17 (1.4.22); FILE MERGED 2007/10/25 14:51:32 bm 1.4.22.2: #i10000# prevent resync conflicts, changes of chart14 merged 2007/10/12 12:38:50 bm 1.4.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [6eb550663abc687f11f7954f2d7471ae29cf9454]

        INTEGRATION: CWS chart17 (1.4.22); FILE MERGED 2007/10/12 12:38:50 bm 1.4.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [7962cc64c0c3c99a36ec259e2329a354ead59c44]

        INTEGRATION: CWS chart17 (1.23.22); FILE MERGED 2007/10/12 12:38:50 bm 1.23.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [61cba3296dcbacb05b8699ba954b085f8d3848c2]

        INTEGRATION: CWS chart17 (1.41.22); FILE MERGED 2007/10/12 14:24:04 bm 1.41.22.2: #i7998# CTOR member order 2007/10/12 12:38:50 bm 1.41.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [5b6e50e51802513994d15d50b43b63bc667f4dc2]

        INTEGRATION: CWS chart17 (1.36.68); FILE MERGED 2007/10/12 12:38:50 bm 1.36.68.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [66b63ccf7a4d759f36793ec972e364522c9a81e3]

        INTEGRATION: CWS chart17 (1.90.12); FILE MERGED 2007/10/30 13:55:05 bm 1.90.12.2: RESYNC: (1.90-1.91); FILE MERGED 2007/10/12 12:38:50 bm 1.90.12.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [f3478adb7ce62aa9fd8fdec2187ab541b42ac3e3]

        INTEGRATION: CWS chart17 (1.15.68); FILE MERGED 2007/10/12 12:38:50 bm 1.15.68.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [d39845d526b6e42280844e124d625782e151ca66]

        INTEGRATION: CWS chart17 (1.38.22); FILE MERGED 2007/10/12 12:38:49 bm 1.38.22.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [a4903679b4eadc26831db8af13c37a0a7f69c33f]

        INTEGRATION: CWS chart17 (1.50.2); FILE MERGED 2007/11/05 14:47:41 iha 1.50.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b64f576676aca0ce5ee05e32c57ee27584039370]

        INTEGRATION: CWS chart17 (1.28.2); FILE MERGED 2007/11/05 14:46:06 iha 1.28.2.1: #i63857#, #i4039# more flexible placement of data point labels, best fit for pie labels

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [886bd75b124b7bdbe3c6a68c30591fd87b31c26d]

        INTEGRATION: CWS chart17 (1.3.108); FILE MERGED 2007/10/12 12:38:39 bm 1.3.108.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [97ff83670ab0c019636e8f330d64ff514423b0d9]

        INTEGRATION: CWS chart17 (1.26.68); FILE MERGED 2007/10/12 12:38:38 bm 1.26.68.1: #i7998# equations for regression curves

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f38b49f3b444ed0691f386929e0197e2637e00]

        INTEGRATION: CWS chart17 (1.6.122); FILE MERGED 2007/10/12 12:36:58 bm 1.6.122.1: #i7998# context menu insertion of trendlines and equations

2007-11-23  Ivo Hinkelmann  <ihi@openoffice.org>  [21bf431029cff7e89c94aa7309dbaad98060c92c]

        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>  [881ca6dbea1dff7488823403287fa3dfa58825a1]

        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-23  Ivo Hinkelmann  <ihi@openoffice.org>  [77a1473bb665f5a884b2c6920d567a7bf22c1b4c]

        INTEGRATION: CWS beppec56pdfa1b (1.140.6); FILE MERGED 2007/09/20 16:29:55 beppec56 1.140.6.7: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/10 16:57:43 beppec56 1.140.6.6: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/06 12:23:26 beppec56 1.140.6.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 10:23:00 beppec56 1.140.6.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:27:58 beppec56 1.140.6.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 09:45:08 beppec56 1.140.6.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/15 14:14:13 beppec56 1.140.6.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>  [f9d5c971768bc836159ae06af02b12aad2a5ef47]

        INTEGRATION: CWS beppec56pdfa1b (1.58.40); FILE MERGED 2007/09/20 16:29:55 beppec56 1.58.40.9: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/06 12:23:26 beppec56 1.58.40.8: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 10:22:59 beppec56 1.58.40.7: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 09:39:56 beppec56 1.58.40.6: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:41:32 beppec56 1.58.40.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:27:57 beppec56 1.58.40.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 09:45:08 beppec56 1.58.40.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/16 09:39:48 beppec56 1.58.40.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/15 14:14:13 beppec56 1.58.40.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>  [65e81f9dc3a3255c62f01807784f852d8ff1b649]

        INTEGRATION: CWS beppec56pdfa1b (1.18.64); FILE MERGED 2007/11/05 22:55:14 beppec56 1.18.64.8: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability. Final UI dialog 2007/09/20 16:29:55 beppec56 1.18.64.7: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/06 12:23:26 beppec56 1.18.64.6: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 10:22:59 beppec56 1.18.64.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:41:32 beppec56 1.18.64.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:27:57 beppec56 1.18.64.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/16 09:39:48 beppec56 1.18.64.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/15 14:14:12 beppec56 1.18.64.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>  [de9775a10799fc8b68b7e8749c6bcff137e5fb26]

        INTEGRATION: CWS beppec56pdfa1b (1.24.64); FILE MERGED 2007/11/05 22:55:14 beppec56 1.24.64.9: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability. Final UI dialog 2007/09/20 16:29:55 beppec56 1.24.64.8: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1a export capability 2007/09/06 12:23:26 beppec56 1.24.64.7: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 10:22:59 beppec56 1.24.64.6: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/09/05 09:39:56 beppec56 1.24.64.5: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/24 13:27:57 beppec56 1.24.64.4: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/22 09:45:07 beppec56 1.24.64.3: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/16 09:39:48 beppec56 1.24.64.2: Issue number: #i59651# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: PDF/A-1 export capability 2007/08/15 14:14:12 beppec56 1.24.64.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>  [be4a2978b3358d0d76a1d9178502e7805e6db6c4]

        INTEGRATION: CWS jl76 (1.2.194); FILE MERGED 2007/11/19 10:06:13 jl 1.2.194.4: #i81502# removed extra qualification of function 2007/09/28 14:56:49 jl 1.2.194.3: #81326# extensions can have a display name now 2007/09/26 10:21:28 jl 1.2.194.2: #i81502# 2007/09/18 12:23:41 jl 1.2.194.1: i81502# support of publisher name and release notes in update dialog

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [57830249a0cb28e0c1dd132e3a80befef2eeb644]

        INTEGRATION: CWS mipselport02 (1.37.16); FILE MERGED 2007/11/16 09:39:18 cmc 1.37.16.1: #i83648# after consultation, this is the perferred solution

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [60587125061549952e1979f657e4e447cd6d06fe]

        INTEGRATION: CWS mipselport02 (1.16.16); FILE MERGED 2007/11/16 09:39:18 cmc 1.16.16.4: #i83648# after consultation, this is the perferred solution 2007/11/15 13:58:25 cmc 1.16.16.3: #i83648# document the current situation wrt. RTLD_GLOBAL 2007/11/15 13:57:20 cmc 1.16.16.2: #i83648# document the current situation wrt. RTLD_GLOBAL 2007/11/15 11:09:20 cmc 1.16.16.1: #i83648# RTLD_GLOBAL is 4 on mips, can't find out for IRIX, to make for LINUX only

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e4c793020a7f27ca9cf3d1b92f1dbd0ccd91131e]

        INTEGRATION: CWS mipsebport01 (1.2.2); FILE MERGED 2007/11/06 20:10:58 cmc 1.2.2.1: #i82762# mipseb bridge

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [24019d56fbc4ac94bd1b72b37a9bcabc7ef8164b]

        #i10000# integration fix

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c59ba423fe791f48777b585f34775360b87b48e2]

        #i10000# integration fix

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [324ee9913ed899516462ee7c3271409b518f4898]

        INTEGRATION: CWS jl76 (1.21.88); FILE MERGED 2007/09/28 14:56:50 jl 1.21.88.3: #81326# extensions can have a display name now 2007/09/26 10:21:28 jl 1.21.88.2: #i81502# 2007/09/18 12:23:41 jl 1.21.88.1: i81502# support of publisher name and release notes in update dialog

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4817a3c86ba2bee4b95ce186d5446899042798e0]

        INTEGRATION: CWS jl76 (1.2.194); FILE MERGED 2007/11/19 10:06:13 jl 1.2.194.4: #i81502# removed extra qualification of function 2007/09/28 14:56:49 jl 1.2.194.3: #81326# extensions can have a display name now 2007/09/26 10:21:28 jl 1.2.194.2: #i81502# 2007/09/18 12:23:41 jl 1.2.194.1: i81502# support of publisher name and release notes in update dialog

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4d41d053cd50b4ac4ec0527c59592adcda9dbb88]

        INTEGRATION: CWS jl76 (1.11.48); FILE MERGED 2007/11/05 10:17:27 jl 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED 2007/11/02 06:38:59 pb 1.11.48.1: fix: #i81502# descedit.obj added

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [fe2b9b22a64e7c59b4f5ace0561f6124fa474e1a]

        INTEGRATION: CWS jl76 (1.8.34); FILE MERGED 2007/11/09 06:14:01 pb 1.8.34.3: fix: #i81502# It might be possible that only the publisher or release notes are available 2007/11/02 06:46:34 pb 1.8.34.2: fix: #i81502# new controls and method for Publisher/ReleaseNotes 2007/09/18 12:23:40 jl 1.8.34.1: i81502# support of publisher name and release notes in update dialog

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9566c4e2074fb1a396cf93b1269c4e8e6f5d4440]

        INTEGRATION: CWS jl76 (1.10.50); FILE MERGED 2007/11/02 06:37:48 pb 1.10.50.1: fix: #i81502# new controls

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bcd1be425aad86adaca3acb5399a3392e7d288ba]

        INTEGRATION: CWS swcolsel (1.30.728); FILE MERGED 2007/08/21 17:49:28 ama 1.30.728.3: RESYNC: (1.31-1.32); FILE MERGED 2007/05/09 14:06:30 ama 1.30.728.2: RESYNC: (1.30-1.31); FILE MERGED 2007/04/27 07:25:39 ama 1.30.728.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [29656e1e5fe1b664ea14a31b3b5f10cb789c173d]

        INTEGRATION: CWS swcolsel (1.6.288); FILE MERGED 2007/08/21 17:49:21 ama 1.6.288.2: RESYNC: (1.6-1.7); FILE MERGED 2007/04/27 07:26:19 ama 1.6.288.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2e49267419e3a678981c9626d92eb63f281ef876]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/06/06 11:32:45 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d1d3bf14277ecbfc8831579516d86dce3340dc41]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:18 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:45 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [26b11141ef650eb8088c5f6b90844f8f6dd77b60]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:17 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:45 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cd448523c9f1a49cef4cc841818bfbd0050fda44]

        INTEGRATION: CWS jl76 (1.3.2); FILE ADDED 2007/09/11 15:27:47 jl 1.3.2.2: #i80454# adding files which have been deleted inadvertently with the integration of jl61 2007/06/20 10:51:40 jl 1.3.2.1: file makefile.mk was added on branch cws_src680_jl76 on 2007-09-11 15:27:47 +0000

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cf77df0662533563c9447078bc44a1d30364b9bc]

        INTEGRATION: CWS jl76 (1.3.2); FILE ADDED 2007/09/11 15:28:47 jl 1.3.2.2: #i80454# adding files which have been deleted inadvertently with the integration of jl61 2007/06/20 10:51:21 jl 1.3.2.1: file MANIFEST.MF was added on branch cws_src680_jl76 on 2007-09-11 15:28:47 +0000

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b1386caa5eb07b2c4effa6f0249aee41def6ed9f]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:17 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:44 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ffcd130a798e625f48ba73a98662e2f3c7ef694b]

        INTEGRATION: CWS jl76 (1.2.108); FILE MERGED 2007/09/11 15:25:51 jl 1.2.108.1: #i80454# spelling correction

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9ba39142f7a96a361f948b38718f40811c7e9f10]

        INTEGRATION: CWS swcolsel (1.27.116); FILE MERGED 2007/06/18 13:52:08 ama 1.27.116.2: RESYNC: (1.27-1.28); FILE MERGED 2007/06/06 11:32:44 os 1.27.116.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [fc8bb235c2082275417783594a4aa9e4e5beb545]

        INTEGRATION: CWS jl76 (1.2.194); FILE MERGED 2007/09/28 15:06:50 jl 1.2.194.1: #81326 extension has now a display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7f714433a62b06dbef9bddc5e3f7b83c006083ba]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:17 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:44 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7847e5a1eff016166a5128ce4cf96a723b8a4005]

        INTEGRATION: CWS swcolsel (1.8.128); FILE MERGED 2007/09/05 08:13:16 os 1.8.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:44 os 1.8.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a3f083c812184d256ac212a94f42b386ccc2ddc1]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:16 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:43 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a4cc0c9df902902aa8c807272042cb354bf25bfa]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/06/06 11:32:43 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0ca613f2d4ee232d171bdf6509b06bfd6c95d637]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:16 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:43 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [71267bfc23667647d7766dc7897a9c0698c73490]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:16 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:42 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2da8adb253db1ffa2eece9c60bc85061124dd794]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:52:16 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [88448bfea3c389250645b3fcab044feb4e8f865a]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 11:09:23 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d3908b7cae650f61096ef385f749b43172b43413]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:15 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:42 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d27a4f09d2162b520182a15443fca385f323acd7]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:47:21 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [76843242bb2d00a4cad731a3e7a4e1c8192c5dcb]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:46:38 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6f073c9e3293bb5aae97045f29287aa6afd2c710]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:47:12 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0d2c33cacd5b1352f6e34096e1305278c2164294]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/06/06 11:32:42 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [618bde9e736c1530e967dc1edcd4a2fbdbd5532d]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:46:30 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d5eaebfc8dd70a58e7d5cb42d33af6df66de9d09]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:59:12 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ab06666a8ffc52b803996fd501ddb82fd4f42161]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:15 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:41 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6095367926ecf6d5ae2f8b46ca6797d15697926c]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:57:34 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9323546b1c429d427753d3c00b02867d265c4044]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:59:03 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6f1d4ee3c20f8d610e903ef81ee223f1179a58e0]

        INTEGRATION: CWS swcolsel (1.2.30); FILE MERGED 2007/09/05 08:13:14 os 1.2.30.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:41 os 1.2.30.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [31f46de1996feac0c8865ecf5c1c2c813b34b40b]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:57:25 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5aae4b8277ae793140a121bef214889547251db2]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:58:54 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1b511d791aa1dca9adff706d02d0700bb1786bfc]

        INTEGRATION: CWS swcolsel (1.23.116); FILE MERGED 2007/06/18 13:52:00 ama 1.23.116.2: RESYNC: (1.23-1.24); FILE MERGED 2007/06/06 11:32:40 os 1.23.116.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4e54b85e34285292e12f4bcc75f2c299f45beed5]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:57:16 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [526ce5fd1a24210eebe6c803e347ac36ecbef182]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:14 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:40 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [41b5aae4a9648cfb0087024a1730934d6bc35526]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:58:45 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [94c48d5c901785f1207e1204586b3357df36b47a]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.2: #i81502# 2007/09/18 11:57:07 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [68aeebfff62665e28df3463272fb90fd801ad58c]

        INTEGRATION: CWS swcolsel (1.8.128); FILE MERGED 2007/09/05 08:13:13 os 1.8.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:40 os 1.8.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [72152316a135d1a4e64a984159054edd78ffe156]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:52:34 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5562f346c9f54482a85a2341f3a51f9744b8d718]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:13 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:39 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ac66f3995b969bc9861056d80009eecb3a2a49c9]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:52:25 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [62763d86a204e8c852f07e9ea9b0c5ce9eb8b536]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:42 jl 1.1.2.4: #i81502# 2007/09/18 11:55:55 jl 1.1.2.3: i81502# 2007/09/14 10:51:51 jl 1.1.2.2: #i81502# changing publisher tag and release notes 2007/09/12 12:10:43 jl 1.1.2.1: #i81502# test scenario for publisher information and release notess

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b5e9cd6420aa4d040a35fcdb3597b61d6254fde7]

        INTEGRATION: CWS swcolsel (1.24.116); FILE MERGED 2007/06/18 13:51:39 ama 1.24.116.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/06 11:32:39 os 1.24.116.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f098e0c0d213c22c7ff41ba4a82396f6ebe191dc]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.4: #i81502# 2007/09/18 11:55:55 jl 1.1.2.3: i81502# 2007/09/12 14:46:32 jl 1.1.2.2: #i81502# test scenario for publisher information and release notes 2007/09/12 12:05:47 jl 1.1.2.1: #i81502# test scenario for publisher information and release notess

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3929c42e5df6c59271ffec9c9648f6ef0d6bf6bd]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:41:07 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1ca9c4fbb3676347a08ed58af463a450532b628a]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:13 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:38 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b160b04818c877639b429bbd5face004e8efe66c]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:25 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0ada8d5f107cfd284fa878f3ed64a3ffd8118a03]

        INTEGRATION: CWS swcolsel (1.9.124); FILE MERGED 2007/09/05 08:13:12 os 1.9.124.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:38 os 1.9.124.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [61510ab54e9fd8805c84a18dcea7e4eaa7ed1096]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:57 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6b8ec6233ddefe7931cb1f0a71b8dc8f890da648]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:48 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2f2d2cf07d9f2fbff668edb43c6a86af8748f309]

        INTEGRATION: CWS swcolsel (1.5.128); FILE MERGED 2007/09/05 08:13:12 os 1.5.128.2: #i1596# block mode accelerator also on Ctrl+Shift+F8 2007/06/06 11:32:38 os 1.5.128.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [52bf86378d7ce57d3d3db3fa7e850547c2182896]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:37 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6cb8029ba1335a59ae8bb389f4f8d403af043df6]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:15 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f6b80785dd391ee2417fc030d371f251b76749f1]

        INTEGRATION: CWS swcolsel (1.59.38); FILE MERGED 2007/11/08 16:04:07 ama 1.59.38.6: RESYNC: (1.63-1.64); FILE MERGED 2007/10/06 02:45:16 ama 1.59.38.5: RESYNC: (1.62-1.63); FILE MERGED 2007/08/21 15:31:45 ama 1.59.38.4: RESYNC: (1.61-1.62); FILE MERGED 2007/06/18 13:51:30 ama 1.59.38.3: RESYNC: (1.59-1.61); FILE MERGED 2007/04/27 07:38:00 ama 1.59.38.2: i1596#: Block selection 2007/04/13 13:14:39 ama 1.59.38.1: Fix #1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9fe0d548533536955c406bdd098ab9a4a8f4ff60]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:40:01 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [12116493131614f713032ee76791372101ed34d5]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:39:51 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b33983604cbf1b7676152a2d508c9763c0685c6e]

        INTEGRATION: CWS swcolsel (1.29.220); FILE MERGED 2007/10/06 02:45:08 ama 1.29.220.5: RESYNC: (1.29-1.30); FILE MERGED 2007/09/10 14:20:54 ama 1.29.220.4: Fix #i1596#: Leaving block selection mode when entering extended mode 2007/05/07 08:12:02 ama 1.29.220.3: #i1596#: Blockselection 2007/04/27 07:38:36 ama 1.29.220.2: i1596#: Block selection 2007/04/13 13:14:58 ama 1.29.220.1: Fix #1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ad332878ff937a6763dbaa7be01773cacbf70459]

        INTEGRATION: CWS swcolsel (1.11.34); FILE MERGED 2007/11/08 10:34:05 ama 1.11.34.1: Fix #83261#: Ctrl+Home should not reset block mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [327ddf486bb58ba438ce087adc8d6a3430711d6d]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:39:40 jl 1.1.2.1: #i81502#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [13a18a46cd39fddaade28a053876aa9edf9e3209]

        INTEGRATION: CWS swcolsel (1.16.52); FILE MERGED 2007/11/12 16:16:50 ama 1.16.52.5: Fix #i83520#: Block insertion 2007/11/08 12:28:00 ama 1.16.52.4: Fix #83258#: Deletion functionality with BlockCursor 2007/11/08 10:36:10 ama 1.16.52.3: Fix #i83253#i83258#: Block cursor and deletion 2007/10/06 02:44:42 ama 1.16.52.2: RESYNC: (1.16-1.17); FILE MERGED 2007/09/04 13:01:20 ama 1.16.52.1: Fix #i1596#: Don't leave block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [84a5d4e78e7bc79c0ce12769621c7ee1d733b2f2]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:52:02 jl 1.1.2.6: #i81502# testing with repository 2007/11/15 11:09:02 jl 1.1.2.5: #i81502# testing with repository 2007/11/08 08:46:10 jl 1.1.2.4: i81502 2007/09/18 12:02:33 jl 1.1.2.3: i81502# 2007/09/18 11:55:55 jl 1.1.2.2: i81502# 2007/09/12 12:14:48 jl 1.1.2.1: #i81502# test scenario for publisher information and release notess

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [03eddc2068744bd8c59a01a937028bf17f050e2a]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:15:03 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f00ec1a9a3c1320881f1e5a0c7bb3fb3efb2a0e6]

        INTEGRATION: CWS swcolsel (1.70.128); FILE MERGED 2007/10/06 02:33:49 ama 1.70.128.5: RESYNC: (1.77-1.78); FILE MERGED 2007/08/21 15:27:53 ama 1.70.128.4: RESYNC: (1.74-1.77); FILE MERGED 2007/06/18 13:47:57 ama 1.70.128.3: RESYNC: (1.71-1.74); FILE MERGED 2007/05/09 10:33:02 ama 1.70.128.2: RESYNC: (1.70-1.71); FILE MERGED 2007/04/27 07:39:48 ama 1.70.128.1: i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2c6d715032a7a2a6a2f39729af93fd10ecad601b]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:14:28 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [966d236c6853cc8233ebb9f0090dbef717f4fdda]

        INTEGRATION: CWS swcolsel (1.55.10); FILE MERGED 2007/11/08 16:04:04 ama 1.55.10.8: RESYNC: (1.59-1.60); FILE MERGED 2007/10/16 09:02:47 ama 1.55.10.7: Solve warnings after resync 2007/10/15 14:14:21 ama 1.55.10.6: Solve warnigs problem after resync 2007/10/06 02:19:18 ama 1.55.10.5: RESYNC: (1.58-1.59); FILE MERGED 2007/08/30 09:04:26 ama 1.55.10.4: Fix #i1596#: Refresh status bar immediately 2007/08/21 15:25:38 ama 1.55.10.3: RESYNC: (1.56-1.58); FILE MERGED 2007/06/18 13:45:43 ama 1.55.10.2: RESYNC: (1.55-1.56); FILE MERGED 2007/06/06 11:32:20 os 1.55.10.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d10e6bec2ad8d20ca1d84efcc14d583563429763]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:14:54 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [252758acb5f1127227f9c91f54880851ee5d8af2]

        INTEGRATION: CWS swcolsel (1.36.298); FILE MERGED 2007/11/08 16:04:01 ama 1.36.298.9: RESYNC: (1.39-1.40); FILE MERGED 2007/11/08 10:27:50 ama 1.36.298.8: No warnings 2007/10/15 13:42:48 ama 1.36.298.7: Problems(warnings) after resync solved 2007/10/15 13:39:22 ama 1.36.298.6: Problems(warnings) after resync solved 2007/10/06 00:45:22 ama 1.36.298.5: RESYNC: (1.38-1.39); FILE MERGED Merge conflicts solved 2007/08/21 15:23:09 ama 1.36.298.4: RESYNC: (1.37-1.38); FILE MERGED 2007/06/18 13:39:34 ama 1.36.298.3: RESYNC: (1.36-1.37); FILE MERGED 2007/04/27 07:37:22 ama 1.36.298.2: i1596#: Block selection 2007/04/13 13:12:47 ama 1.36.298.1: Fix #1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ecd1a16cef9e948b6009923a946ebbf0f5d0bf57]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:14:45 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [98d9fef9cb10062cb2837787214748bdc1bd4b5a]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:14:36 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3d01653b6de9a37df711722ca066693be57fc24f]

        INTEGRATION: CWS swcolsel (1.140.100); FILE MERGED 2007/11/09 13:31:37 ama 1.140.100.9: Fix #i83256#: Block selection with Alt+Click 2007/11/08 16:03:57 ama 1.140.100.8: RESYNC: (1.146-1.147); FILE MERGED 2007/10/10 11:32:21 ama 1.140.100.7: RESYNC: (1.144-1.146); FILE MERGED 2007/09/04 12:03:07 ama 1.140.100.6: Fix #i1596#: Don't enter add mode during block selection 2007/08/21 15:18:09 ama 1.140.100.5: RESYNC: (1.141-1.144); FILE MERGED 2007/06/18 13:36:07 ama 1.140.100.4: RESYNC: (1.140-1.141); FILE MERGED 2007/04/27 07:41:02 ama 1.140.100.3: i1596#: Block selection 2007/04/13 13:14:04 ama 1.140.100.2: Fix #1596#: Rectangular selection 2007/04/05 16:56:04 ama 1.140.100.1: #i1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c38459d32f21d3d03513374d06b03b9212d78056]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:13:30 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [eaf1ebd5fe5c6c1fc410ed80eae64358847d483f]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:13:22 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ac10d08f060cf469705ad8a23e1d4ce8cea0e889]

        INTEGRATION: CWS swcolsel (1.24.220); FILE MERGED 2007/11/08 15:41:08 ama 1.24.220.6: Fix #i83343#: Travel functionality with BlockCursor 2007/10/10 11:32:13 ama 1.24.220.5: RESYNC: (1.27-1.28); FILE MERGED 2007/08/21 15:17:17 ama 1.24.220.4: RESYNC: (1.26-1.27); FILE MERGED 2007/06/18 13:35:50 ama 1.24.220.3: RESYNC: (1.25-1.26); FILE MERGED 2007/05/09 10:05:34 ama 1.24.220.2: RESYNC: (1.24-1.25); FILE MERGED 2007/04/27 07:41:28 ama 1.24.220.1: i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6757ef114b225f38457bb36e87f385feb29aa7e1]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:13:13 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1be0c9958ad585c078e0f4132d995613278f71a7]

        INTEGRATION: CWS swcolsel (1.114.40); FILE MERGED 2007/10/10 11:32:10 ama 1.114.40.6: RESYNC: (1.122-1.123); FILE MERGED 2007/08/21 15:16:06 ama 1.114.40.5: RESYNC: (1.119-1.122); FILE MERGED 2007/06/18 13:34:35 ama 1.114.40.4: RESYNC: (1.118-1.119); FILE MERGED 2007/05/09 09:58:01 ama 1.114.40.3: RESYNC: (1.116-1.118); FILE MERGED 2007/04/11 10:30:42 ama 1.114.40.2: RESYNC: (1.114-1.116); FILE MERGED Resync conflict solved 2007/03/01 14:31:52 ama 1.114.40.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e5d775b4d7794c592c9cab4f92c56fffc135e1a4]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 06:13:03 jl 1.1.2.1: #i81502# new publisher html pages for testing

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0101977c14f631693c183dff57de8a0d20b3f537]

        INTEGRATION: CWS swcolsel (1.30.218); FILE MERGED 2007/10/10 11:32:07 ama 1.30.218.5: RESYNC: (1.32-1.33); FILE MERGED 2007/08/23 07:33:45 ama 1.30.218.4: Resolve merge conflict 2007/08/21 14:56:57 ama 1.30.218.3: RESYNC: (1.31-1.32); FILE MERGED 2007/06/18 13:19:13 ama 1.30.218.2: RESYNC: (1.30-1.31); FILE MERGED 2007/03/01 15:13:24 ama 1.30.218.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [00eb632271dd28a1c98cc00b3a7814e65052d34b]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:51:06 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [93569591b4b8a6477a3c8968af4067df49d1369c]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 11:08:38 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [74e5c484fcfa774af87f1eca9beb79c2f94f20c0]

        INTEGRATION: CWS swcolsel (1.58.36); FILE MERGED 2007/10/10 11:32:04 ama 1.58.36.4: RESYNC: (1.61-1.62); FILE MERGED 2007/08/21 14:55:19 ama 1.58.36.3: RESYNC: (1.59-1.61); FILE MERGED 2007/06/18 13:16:53 ama 1.58.36.2: RESYNC: (1.58-1.59); FILE MERGED 2007/03/01 15:13:07 ama 1.58.36.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [76cd649c6036bd50eda9f22bea8fd51c73a9c736]

        INTEGRATION: CWS swcolsel (1.99.126); FILE MERGED 2007/10/10 11:32:00 ama 1.99.126.3: RESYNC: (1.100-1.101); FILE MERGED 2007/08/21 14:55:08 ama 1.99.126.2: RESYNC: (1.99-1.100); FILE MERGED 2007/03/01 15:12:47 ama 1.99.126.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [fde66b2726d57f197c6e9e097491ccd10cd770d0]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:45:29 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d91272dde64ccb939e878c151b24567349c1b49d]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/08 08:45:20 jl 1.1.2.1: i81502

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d5ab5f02e71cd891806c0c7782f3c478560e5b9e]

        INTEGRATION: CWS swcolsel (1.74.36); FILE MERGED 2007/10/05 21:01:48 ama 1.74.36.11: RESYNC: (1.75-1.76); FILE MERGED 2007/08/21 14:48:27 ama 1.74.36.10: RESYNC: (1.74-1.75); FILE MERGED 2007/05/23 14:25:49 ama 1.74.36.9: Fix #1596#: Block selection 2007/05/07 08:12:33 ama 1.74.36.8: #i1596#: Blockselection 2007/04/27 07:30:54 ama 1.74.36.7: #i1596#: Block selection 2007/04/16 14:38:28 ama 1.74.36.6: Fix #i1596#: Rectangular selection 2007/04/13 13:08:39 ama 1.74.36.5: Fix #1596#: Rectangular selection 2007/04/12 09:12:25 ama 1.74.36.4: Fix #i1596#: Rectangular selection 2007/04/11 12:32:01 ama 1.74.36.3: Fix #i1596#: Rectangular selection 2007/04/11 06:45:39 ama 1.74.36.2: #i1596#: Rectangular selection 2007/03/07 11:05:42 ama 1.74.36.1: #i1596#: Rectangular selection of text

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [64fa043a2c3a67ffa08492bc7d312ea49c1a203e]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.2: #i81502# 2007/09/18 11:54:52 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e61824da0017f77f6c230cd4acedc34ceea723fd]

        INTEGRATION: CWS swcolsel (1.6.220); FILE MERGED 2007/10/15 12:55:13 ama 1.6.220.2: Problems(warnings) after resync solved 2007/03/01 15:11:08 ama 1.6.220.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [13893e15079430667ec0e8dca5d69e6d4707f954]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.2: #i81502# 2007/09/18 11:54:43 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bae87889f65db5117d35b6cd1a45a07b20a51696]

        INTEGRATION: CWS swcolsel (1.52.144); FILE MERGED 2007/10/05 17:49:32 ama 1.52.144.9: RESYNC: (1.55-1.57); FILE MERGED Merge conflicts solved 2007/05/23 14:24:00 ama 1.52.144.8: Fix #1596#: Block selection 2007/05/09 09:44:22 ama 1.52.144.7: RESYNC: (1.53-1.55); FILE MERGED 2007/04/11 15:22:51 ama 1.52.144.6: Fix #i1596#: Rectangular selection 2007/04/11 10:18:01 ama 1.52.144.5: RESYNC: (1.52-1.53); FILE MERGED 2007/04/11 06:46:01 ama 1.52.144.4: #i1596#: Rectangular selection 2007/04/03 14:48:25 ama 1.52.144.3: #i1596#: rectangular selection mode 2007/03/07 11:06:32 ama 1.52.144.2: #i1596#: Rectangular selection of text 2007/03/01 15:10:40 ama 1.52.144.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [163c071958aff83566214f461906efbcb4271248]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.2: #i81502# 2007/09/18 11:54:34 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0ebda003f88060fe18cd0d10143e8d7cc9aaf7df]

        INTEGRATION: CWS swcolsel (1.1.2); FILE ADDED 2007/05/23 14:24:51 ama 1.1.2.1: Fix #1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [797d13ded78668011960479d781d2f3711950189]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.2: #i81502# 2007/09/18 11:54:25 jl 1.1.2.1: #i81502# test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [da3f7d4f17882d35a1ef5a55595860624a7945aa]

        INTEGRATION: CWS swcolsel (1.14.10); FILE MERGED 2007/10/05 16:21:52 ama 1.14.10.3: RESYNC: (1.15-1.16); FILE MERGED Merge conflicts solved 2007/08/21 14:45:45 ama 1.14.10.2: RESYNC: (1.14-1.15); FILE MERGED 2007/05/23 14:23:21 ama 1.14.10.1: Fix #1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [47fadf208833f3e9175bd66622906369aa7e55de]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:51:24 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6c48509fc730fc68b3309b6308846bb7aafd793a]

        INTEGRATION: CWS swcolsel (1.52.36); FILE MERGED 2007/10/05 16:18:00 ama 1.52.36.2: RESYNC: (1.52-1.53); FILE MERGED 2007/03/01 14:41:18 ama 1.52.36.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f072732bb12a7e0821ac393fe3fb2fb5eb501b1a]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/15 12:51:15 jl 1.1.2.1: #i81502# testing with repository

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c10f4c91f943543b05994e53134c7f0b321e76c9]

        INTEGRATION: CWS swcolsel (1.1.2); FILE ADDED 2007/05/24 12:49:41 ama 1.1.2.5: #i1596#: Blcok selection 2007/05/23 14:20:48 ama 1.1.2.4: Fix #1596#: Block selection 2007/04/11 15:22:30 ama 1.1.2.3: Fix #i1596#: Rectangular selection 2007/04/11 12:32:27 ama 1.1.2.2: Fix #i1596#: Rectangular selection 2007/03/01 14:42:58 ama 1.1.2.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [fb00ec819da3ab27684d1d9c50107405b93b18de]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/05 15:38:41 jl 1.1.2.4: #i81502# 2007/09/18 11:55:55 jl 1.1.2.3: i81502# 2007/09/12 14:45:58 jl 1.1.2.2: #i81502# test scenario for publisher information and release notes 2007/09/12 12:01:43 jl 1.1.2.1: #i81502# test scenario for publisher information and release notess

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [24f608cd11ec6581853200b974fdb037efb0bcc5]

        INTEGRATION: CWS swcolsel (1.22.144); FILE MERGED 2007/05/09 09:41:42 ama 1.22.144.4: RESYNC: (1.23-1.25); FILE MERGED 2007/04/11 10:13:53 ama 1.22.144.3: RESYNC: (1.22-1.23); FILE MERGED 2007/04/03 14:47:05 ama 1.22.144.2: #i1596#: rectangular selection mode 2007/03/01 14:41:01 ama 1.22.144.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8450b7f13d631f97241fe6680858a651f06bc7d5]

        INTEGRATION: CWS jl76 (1.3.260); FILE MERGED 2007/09/18 11:50:39 jl 1.3.260.1: i81502# New tests for localized licenses

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0d2535328d2acf4d41077d7e7e417099c1233dc7]

        INTEGRATION: CWS swcolsel (1.19.100); FILE MERGED 2007/05/23 14:21:06 ama 1.19.100.1: Fix #1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e781defe20cf9c3095b706b59ecb97089d94d69d]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 11:52:35 jl 1.1.2.1: #i81502# License test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0b5421edbff0e14c00856f8dbe4f51f603b2d629]

        INTEGRATION: CWS swcolsel (1.15.480); FILE MERGED 2007/04/11 10:13:45 ama 1.15.480.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/01 14:40:38 ama 1.15.480.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d8e47204df21991ed7ccb90c5367f78bdf810e92]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 11:52:26 jl 1.1.2.1: #i81502# License test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [18b2a80fd1885ac111677d28cbdee6695451870b]

        INTEGRATION: CWS swcolsel (1.51.126); FILE MERGED 2007/11/08 16:03:50 ama 1.51.126.5: RESYNC: (1.55-1.56); FILE MERGED 2007/10/05 16:15:19 ama 1.51.126.4: RESYNC: (1.53-1.55); FILE MERGED 2007/05/09 09:41:15 ama 1.51.126.3: RESYNC: (1.52-1.53); FILE MERGED 2007/04/11 10:13:13 ama 1.51.126.2: RESYNC: (1.51-1.52); FILE MERGED 2007/03/01 14:40:10 ama 1.51.126.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [33495de83b27e7272008213edba108da8e9a8cb5]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/18 11:52:17 jl 1.1.2.1: #i81502# License test extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [55781a28b9882355db85a55fa842d8496e4fe4c4]

        INTEGRATION: CWS swcolsel (1.20.10); FILE MERGED 2007/11/08 16:03:47 ama 1.20.10.3: RESYNC: (1.21-1.22); FILE MERGED 2007/10/05 16:15:12 ama 1.20.10.2: RESYNC: (1.20-1.21); FILE MERGED 2007/05/23 14:21:33 ama 1.20.10.1: Fix #1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [65105806f5e601ed0e5b523b59c7fda8ab50a33b]

        INTEGRATION: CWS jl76 (1.2.260); FILE MERGED 2007/09/18 11:50:39 jl 1.2.260.1: i81502# New tests for localized licenses

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b84956d607a8495fd9d410607f79e516866cdfe6]

        INTEGRATION: CWS swcolsel (1.39.220); FILE MERGED 2007/10/05 16:11:12 ama 1.39.220.5: RESYNC: (1.42-1.43); FILE MERGED 2007/06/18 13:07:51 ama 1.39.220.4: RESYNC: (1.41-1.42); FILE MERGED 2007/05/09 09:40:13 ama 1.39.220.3: RESYNC: (1.40-1.41); FILE MERGED 2007/04/11 10:11:52 ama 1.39.220.2: RESYNC: (1.39-1.40); FILE MERGED 2007/03/01 15:08:10 ama 1.39.220.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [33ad7608d0d31d8be6d568391b479b81a3a824d7]

        INTEGRATION: CWS swcolsel (1.44.124); FILE MERGED 2007/10/05 16:10:35 ama 1.44.124.7: RESYNC: (1.46-1.47); FILE MERGED 2007/08/21 14:40:09 ama 1.44.124.6: RESYNC: (1.45-1.46); FILE MERGED 2007/05/07 08:12:16 ama 1.44.124.5: #i1596#: Blockselection 2007/04/16 08:47:24 ama 1.44.124.4: Fix #i1596#: Rectangular selection 2007/04/13 13:09:46 ama 1.44.124.3: Fix #1596#: Rectangular selection 2007/04/11 10:11:42 ama 1.44.124.2: RESYNC: (1.44-1.45); FILE MERGED 2007/03/07 11:13:15 ama 1.44.124.1: #i1596#: Rectangular selection of text

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b7cab5504da4a5fa06a33e8f0017ae3e9257234b]

        INTEGRATION: CWS swcolsel (1.10.34); FILE MERGED 2007/11/08 15:41:49 ama 1.10.34.1: Fix #i83343#: Travel functionality with BlockCursor

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e7d50fd280613203596cd65c586d41a1ebfa56b0]

        INTEGRATION: CWS swcolsel (1.51.34); FILE MERGED 2007/11/08 15:42:22 ama 1.51.34.1: Fix #i83343#: Travel functionality with BlockCursor

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [82cff52ea30f931498887dbe334247797c8d6f3e]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:11:12 jl 1.1.2.1: #31326#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [caacefc28e8e485a3a25b8d8e7ede32476b260fc]

        INTEGRATION: CWS swcolsel (1.13.210); FILE MERGED 2007/10/05 16:06:07 ama 1.13.210.4: RESYNC: (1.14-1.15); FILE MERGED 2007/08/21 14:38:59 ama 1.13.210.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/13 13:09:18 ama 1.13.210.2: Fix #1596#: Rectangular selection 2007/03/01 15:26:34 ama 1.13.210.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7229b40e922d208953bd52fb667d56b0b90f5dd3]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:10:16 jl 1.1.2.1: #31326# display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [68688ed45043ac67da2be9cf95ef3d00e92bb126]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:10:05 jl 1.1.2.1: #31326# display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5b2157dbeb9c9dff30279a14334f73b2773bf782]

        INTEGRATION: CWS swcolsel (1.12.220); FILE MERGED 2007/10/05 16:05:31 ama 1.12.220.3: RESYNC: (1.12-1.13); FILE MERGED 2007/09/04 13:03:28 ama 1.12.220.2: Fix #i1596#: Split node when copying from block selection 2007/08/28 08:01:02 ama 1.12.220.1: Fix #i1596#: Dragging of block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b788ba416eb541a1eaced189a59f298fe51e117e]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:09:56 jl 1.1.2.1: #31326# display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [de9f3f835ba4ac16407e50dee49c497d41275578]

        INTEGRATION: CWS swcolsel (1.41.122); FILE MERGED 2007/11/08 16:03:44 ama 1.41.122.7: RESYNC: (1.48-1.50); FILE MERGED 2007/10/05 16:03:07 ama 1.41.122.6: RESYNC: (1.47-1.48); FILE MERGED Merge conflicts solved 2007/08/21 14:36:03 ama 1.41.122.5: RESYNC: (1.45-1.47); FILE MERGED 2007/06/18 13:04:35 ama 1.41.122.4: RESYNC: (1.43-1.45); FILE MERGED 2007/05/09 09:37:40 ama 1.41.122.3: RESYNC: (1.42-1.43); FILE MERGED 2007/04/11 10:10:02 ama 1.41.122.2: RESYNC: (1.41-1.42); FILE MERGED Resync conflict solved 2007/03/01 14:59:38 ama 1.41.122.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e81b43f44098eba4219e78c1840879c87f73fc88]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:09:47 jl 1.1.2.1: #31326# display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0391848b319825e480b4a03491fb26c37925941f]

        INTEGRATION: CWS swcolsel (1.25.126); FILE MERGED 2007/10/05 16:02:22 ama 1.25.126.6: RESYNC: (1.27-1.28); FILE MERGED 2007/08/21 14:35:55 ama 1.25.126.5: RESYNC: (1.26-1.27); FILE MERGED 2007/05/07 08:12:47 ama 1.25.126.4: #i1596#: Blockselection 2007/04/11 10:09:54 ama 1.25.126.3: RESYNC: (1.25-1.26); FILE MERGED 2007/04/05 16:55:34 ama 1.25.126.2: #i1596#: Rectangular selection 2007/03/01 15:24:14 ama 1.25.126.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7c2d2de28a0919fa1794757461e8f623c64229a0]

        INTEGRATION: CWS swcolsel (1.71.126); FILE MERGED 2007/10/05 15:58:15 ama 1.71.126.6: RESYNC: (1.77-1.79); FILE MERGED Merge conflicts solved 2007/08/21 14:33:17 ama 1.71.126.5: RESYNC: (1.74-1.77); FILE MERGED 2007/06/27 11:21:10 ama 1.71.126.4: RESYNC: (1.73-1.74); FILE MERGED 2007/06/18 13:02:35 ama 1.71.126.3: RESYNC: (1.72-1.73); FILE MERGED 2007/05/09 09:36:28 ama 1.71.126.2: RESYNC: (1.71-1.72); FILE MERGED 2007/03/01 14:54:14 ama 1.71.126.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a147df3fe8a8fcb063e00b657539ef48264a5912]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/09/28 15:09:38 jl 1.1.2.1: #31326# display name

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3b777b25934151e2211ed84d08b9d7ef8b0318e2]

        INTEGRATION: CWS swcolsel (1.23.220); FILE MERGED 2007/10/05 15:54:44 ama 1.23.220.4: RESYNC: (1.26-1.27); FILE MERGED 2007/08/21 14:31:38 ama 1.23.220.3: RESYNC: (1.24-1.26); FILE MERGED 2007/04/11 10:08:03 ama 1.23.220.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/01 14:51:36 ama 1.23.220.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8137c92bdb66fd382f409c22fa38bddf101d8c4c]

        INTEGRATION: CWS swcolsel (1.11.218); FILE MERGED 2007/10/05 15:54:38 ama 1.11.218.4: RESYNC: (1.13-1.14); FILE MERGED 2007/06/18 13:01:11 ama 1.11.218.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/11 10:07:41 ama 1.11.218.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/01 14:51:14 ama 1.11.218.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1e5ce0f952af0c619144346b0ab52d3b3428c9aa]

        INTEGRATION: CWS jl76 (1.8.194); FILE MERGED 2007/11/14 07:13:49 jl 1.8.194.2: #i81502# helpid for available updates list 2007/11/12 10:53:56 pb 1.8.194.1: fix: #i81502# HID_DEPLOYMENT_GUI_UPDATE_PUBLISHER|RELEASENOTES added

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1c2d238de497e5d7e3c8d4ffba531f1cfb166abc]

        INTEGRATION: CWS swcolsel (1.10.34); FILE MERGED 2007/11/08 12:26:48 ama 1.10.34.1: Fix #83258#: Travel functionality with BlockCursor

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d7fcd52eb76bda9cc4cde28ffed77e4fff3b5313]

        INTEGRATION: CWS swcolsel (1.50.220); FILE MERGED 2007/10/05 15:53:51 ama 1.50.220.5: RESYNC: (1.53-1.54); FILE MERGED Merge conflicts solved 2007/08/21 14:31:31 ama 1.50.220.4: RESYNC: (1.52-1.53); FILE MERGED 2007/06/18 13:01:03 ama 1.50.220.3: RESYNC: (1.51-1.52); FILE MERGED 2007/04/11 10:07:20 ama 1.50.220.2: RESYNC: (1.50-1.51); FILE MERGED Resync conflict solved 2007/03/01 14:46:08 ama 1.50.220.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [032b6a8b435331738f295e4e5667cf5ee6e44f0b]

        INTEGRATION: CWS swcolsel (1.3.708); FILE MERGED 2007/10/05 15:53:24 ama 1.3.708.3: RESYNC: (1.4-1.5); FILE MERGED Merge conflicts solved 2007/08/21 14:31:23 ama 1.3.708.2: RESYNC: (1.3-1.4); FILE MERGED 2007/05/09 07:54:17 ama 1.3.708.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5b9742d3a20a26c31af6424906ead9690d1bb1a1]

        INTEGRATION: CWS swcolsel (1.19.128); FILE MERGED 2007/11/08 12:36:03 ama 1.19.128.6: Fix #83258#: Travel functionality with BlockCursor 2007/10/05 15:52:19 ama 1.19.128.5: RESYNC: (1.21-1.22); FILE MERGED 2007/08/21 14:31:15 ama 1.19.128.4: RESYNC: (1.20-1.21); FILE MERGED 2007/06/18 13:00:31 ama 1.19.128.3: RESYNC: (1.19-1.20); FILE MERGED 2007/05/09 07:47:50 ama 1.19.128.2: #i1596#: Block selection 2007/04/27 07:31:50 ama 1.19.128.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a8dcb946cb9801185af0fa3fd62eaecbd084bbf7]

        INTEGRATION: CWS swcolsel (1.61.144); FILE MERGED 2007/11/08 15:39:07 ama 1.61.144.21: Fix #83258#: Travel functionality with BlockCursor 2007/11/08 13:22:33 ama 1.61.144.20: Fix #83258#: Travel functionality with BlockCursor 2007/11/08 12:26:39 ama 1.61.144.19: Fix #83258#: Travel functionality with BlockCursor 2007/11/08 10:37:16 ama 1.61.144.18: Fix #83261#: Ctrl+Home should not reset block mode 2007/10/15 12:29:30 ama 1.61.144.17: Problems(warnings) after resync solved 2007/10/05 15:52:09 ama 1.61.144.16: RESYNC: (1.65-1.66); FILE MERGED Merge conflicts solved 2007/08/28 15:12:11 ama 1.61.144.15: Fix #i1596#: Block selection 2007/08/28 07:45:38 ama 1.61.144.14: Fix #i1596#: Dragging of block selection 2007/08/21 14:31:06 ama 1.61.144.13: RESYNC: (1.63-1.65); FILE MERGED 2007/05/23 14:22:30 ama 1.61.144.12: Fix #1596#: Block selection 2007/05/09 09:35:17 ama 1.61.144.11: RESYNC: (1.62-1.63); FILE MERGED 2007/05/09 07:48:25 ama 1.61.144.10: #i1596#: Block selection 2007/05/07 09:05:55 ama 1.61.144.9: #i1596#: Blockselection 2007/04/27 07:34:55 ama 1.61.144.8: #i1596#: Block selection 2007/04/13 13:08:15 ama 1.61.144.7: Fix #1596#: Rectangular selection 2007/04/11 12:21:18 ama 1.61.144.6: Fix #i1596#: Rectangular selection 2007/04/11 10:07:11 ama 1.61.144.5: RESYNC: (1.61-1.62); FILE MERGED 2007/04/03 14:45:57 ama 1.61.144.4: #i1596#: rectangular selection mode 2007/03/07 11:08:08 ama 1.61.144.3: #i1596#: Rectangular selection of text 2007/03/01 15:46:45 ama 1.61.144.2: #i75024#: Column selection 2007/03/01 14:50:04 ama 1.61.144.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bfa4b5a83070816266aeca1e37f58629b2481ecd]

        INTEGRATION: CWS swcolsel (1.1.2); FILE ADDED 2007/10/15 12:29:40 ama 1.1.2.2: Problems(warnings) after resync solved 2007/05/09 07:50:15 ama 1.1.2.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [55a40366fa2bfe89a1b79eff28db7c03a8de7c9e]

        INTEGRATION: CWS swcolsel (1.1.2); FILE ADDED 2007/05/09 07:51:34 ama 1.1.2.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [243be05bc180297b3050361d230f19e8d03babff]

        INTEGRATION: CWS swcolsel (1.1.2); FILE ADDED 2007/05/23 14:22:07 ama 1.1.2.2: Fix #1596#: Block selection 2007/05/09 07:52:37 ama 1.1.2.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cf9c6a8648ff07c61203a35f591dfd1330ced514]

        INTEGRATION: CWS swcolsel (1.4.220); FILE MERGED 2007/04/13 13:06:34 ama 1.4.220.1: Fix #1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6368393f99f61584d2f21750ba0307f7ed007874]

        INTEGRATION: CWS swcolsel (1.65.116); FILE MERGED 2007/08/21 14:27:55 ama 1.65.116.2: RESYNC: (1.65-1.66); FILE MERGED 2007/06/06 11:34:19 os 1.65.116.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ff42bde10268148edc60cd1bd6b616fec029440c]

        INTEGRATION: CWS swcolsel (1.37.2); FILE MERGED 2007/08/21 14:27:18 ama 1.37.2.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/06 11:34:19 os 1.37.2.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [80222e48d88a591cfb6af7a6477ead815109146a]

        INTEGRATION: CWS swcolsel (1.17.240); FILE MERGED 2007/11/08 16:03:40 ama 1.17.240.4: RESYNC: (1.19-1.20); FILE MERGED 2007/10/05 15:36:39 ama 1.17.240.3: RESYNC: (1.18-1.19); FILE MERGED 2007/04/11 10:03:31 ama 1.17.240.2: RESYNC: (1.17-1.18); FILE MERGED Resync conflict solved 2007/03/01 14:29:57 ama 1.17.240.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a522ec0d94ac5ec3aee7ef54355e9ff5d3456ea2]

        INTEGRATION: CWS swcolsel (1.2.708); FILE MERGED 2007/04/13 13:06:03 ama 1.2.708.1: Fix #1596#: Rectangular selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e5e1388d5c22451560711bbd9dfc841b07dd2949]

        INTEGRATION: CWS swcolsel (1.132.122); FILE MERGED 2007/10/05 15:26:51 ama 1.132.122.7: RESYNC: (1.140-1.142); FILE MERGED 2007/08/21 14:18:11 ama 1.132.122.6: RESYNC: (1.137-1.140); FILE MERGED 2007/06/27 11:20:40 ama 1.132.122.5: RESYNC: (1.136-1.137); FILE MERGED 2007/06/18 12:51:56 ama 1.132.122.4: RESYNC: (1.134-1.136); FILE MERGED 2007/05/09 09:26:14 ama 1.132.122.3: RESYNC: (1.133-1.134); FILE MERGED 2007/04/11 10:02:10 ama 1.132.122.2: RESYNC: (1.132-1.133); FILE MERGED 2007/03/01 14:27:03 ama 1.132.122.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5cf5446e9fbd2fe628745b0658254fec59f0876d]

        INTEGRATION: CWS swcolsel (1.35.240); FILE MERGED 2007/10/05 15:25:36 ama 1.35.240.8: RESYNC: (1.37-1.38); FILE MERGED 2007/08/28 07:44:06 ama 1.35.240.7: Fix #i1596#: Dragging of block selection 2007/08/21 14:18:03 ama 1.35.240.6: RESYNC: (1.36-1.37); FILE MERGED 2007/05/09 09:27:38 ama 1.35.240.5: RESYNC: (1.35-1.36); FILE MERGED 2007/05/09 07:59:46 ama 1.35.240.4: #i1596#: Block selection 2007/04/27 07:15:48 ama 1.35.240.3: #i1596#: Block selection 2007/04/11 12:21:41 ama 1.35.240.2: Fix #i1596#: Rectangular selection 2007/03/01 14:28:55 ama 1.35.240.1: #i75024#: Column selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c896d4acb300da250b9a17c5c296fa8420c33ded]

        INTEGRATION: CWS swcolsel (1.71.40); FILE MERGED 2007/08/21 14:17:44 ama 1.71.40.3: RESYNC: (1.71-1.73); FILE MERGED 2007/06/06 11:33:25 os 1.71.40.2: #i1596# menu entry and short cut block selection mode 2007/04/27 07:15:09 ama 1.71.40.1: #i1596#: Block selection

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [20db2155a22c7ebd78e3e886b3cee7a91d72fcc1]

        INTEGRATION: CWS jl76 (1.6.50); FILE MERGED 2007/11/14 07:14:07 jl 1.6.50.3: #i81502# helpid for available updates list 2007/11/12 10:53:00 pb 1.6.50.2: fix: #i81502# helpids for hyperlink controls 2007/11/02 06:48:24 pb 1.6.50.1: fix: #i81502# new controls

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7a50dbc1b524eea1d87bc656e8be463217c8380d]

        INTEGRATION: CWS jl76 (1.3.50); FILE MERGED 2007/11/09 06:14:01 pb 1.3.50.2: fix: #i81502# It might be possible that only the publisher or release notes are available 2007/11/02 06:43:14 pb 1.3.50.1: fix: #i81502# new controls and method for Publisher/ReleaseNotes

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d325f275a961659b7dcbbed299f40667571fef76]

        INTEGRATION: CWS swcolsel (1.31.44); FILE MERGED 2007/06/06 11:33:49 os 1.31.44.1: #i1596# menu entry and short cut block selection mode

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0d5d67dccb1d1142fcb89009616636965272b139]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/02 06:24:44 pb 1.1.2.1: fix: #i81502# new class dp_gui::DescriptionEdit

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a32aca4959eb78ed21aa0738099f73c71e2d41a1]

        INTEGRATION: CWS jl76 (1.1.2); FILE ADDED 2007/11/02 06:24:36 pb 1.1.2.1: fix: #i81502# new class dp_gui::DescriptionEdit

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [84cb31fecd1de21b783898704befb891cc2d4ba4]

        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>  [9463763e5d3366372cbcdaf05452d30e6e71bccb]

        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>  [43bf3834076d4f6437a54287bfc9bef220e80f30]

        INTEGRATION: CWS jl79 (1.5.114); FILE MERGED 2007/11/07 16:02:42 jl 1.5.114.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3ef87cc66e7d58d57be705495a670bfb149eef1d]

        INTEGRATION: CWS jl79 (1.18.28); FILE MERGED 2007/11/01 12:55:08 jl 1.18.28.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [55c5e32d3d3e4cdc49e191aa928c08e8abd79423]

        INTEGRATION: CWS jl79 (1.29.46); FILE MERGED 2007/11/09 12:05:25 jl 1.29.46.4: #i82775# removing use of m_bAddingExtension, was used to disable buttons during installation of extensions in queue, which have been added by unopkg gui+ extension 2007/11/07 07:56:14 jl 1.29.46.3: #i82775# 2007/11/02 10:16:52 jl 1.29.46.2: #i82775# 2007/11/01 12:55:08 jl 1.29.46.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b01a788a31bcfada485fbeb497e59c042c3b4595]

        INTEGRATION: CWS jl79 (1.10.60); FILE MERGED 2007/11/07 16:02:42 jl 1.10.60.2: #i82775# 2007/11/07 07:55:00 jl 1.10.60.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [84599e5a36eb0bfeb49f817646c4f1fcf89bd450]

        INTEGRATION: CWS jl79 (1.18.28); FILE MERGED 2007/11/07 07:54:30 jl 1.18.28.2: #i82775# 2007/11/01 12:55:08 jl 1.18.28.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cb3284bdca3445e93fdbc366b602f2f32e9c97d1]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:39:54 jl 1.1.2.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [7b9d37bc06d0f0d39112896a06a726944ff98437]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:40:03 jl 1.1.2.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8bea9d993904b1a93a0b496bfcfb0e4af0163465]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:38:14 jl 1.1.2.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6309c5738d20014aa15e30b44b01011f37e02565]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:38:22 jl 1.1.2.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6517d9a440af5c2bfcc19cc45a47071895f6d780]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:34:10 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [27cd72e30a31a82e991f4c144677d456ca9f1acb]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:34:01 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1ebecf36f20fa113c5c2d078dab13ef0ded0f38a]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/08 16:02:21 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2a756807531a1438dffcdb3f3c5f4524c3b803bf]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:57:19 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [751508d41d8940d58861e01f471f5032cee697f7]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/08 16:02:12 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [c38e5a138c8807f36be8128fed7ff8c261f4bca1]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:57:10 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d449492bd8b3b3a1160bfaabf12b1c3d21b70ad2]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/08 16:02:01 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0f7c8e31d9e0402fbbc2c78487db3f88da7a006a]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:57:00 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [828b5775cf26b1a7dd65ce23caefdc7efb1426bc]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/08 16:01:53 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4809e05955021b3414c35521ca3f8e721a3bee8d]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:56:51 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [63df1eea50f412a5a67f19fbe627d52a3e430b33]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:01:43 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5281c296d61e09080b3fd6f0988518e5a0ba5980]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:01:17 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [20fcc7d4fac2dc921bdbdcde0677471cf49a9780]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:03:24 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3e731a98b3104aa2567478186605a1376e0826d5]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:01:31 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [aaec0a4afd980dc3fffbb006cdfc6b54c9075e70]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:03:15 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ca6a9f7e419a9a25b98931482a04165c923002e1]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:01:08 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [88646c1efcacd651c78e6bbdba6a76e14a767a54]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:00:59 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3c95f34c9ac75cfa493f921e8a470fc13702acb6]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:00:48 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [b6aec3b928b58a00dc0d7e1dc8bd8220b476a676]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/14 11:08:41 jl 1.1.2.2: #i82775# added web6.oxt and web7.oxt 2007/11/08 16:00:40 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [742cee05f4381634b066fe206e690e971f7063a9]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/08 16:00:32 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [a57e10e65d9a6c0a1be2d1f47b2229616968f4d1]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:56:42 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ff22df3866da3cfd9d2985230e72320ba21c7e93]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:29:22 jl 1.1.2.2: #i82775# 2007/11/14 09:53:23 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9823a204e91aab21d0dacdf9c32d69d821f61bcb]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:29:22 jl 1.1.2.2: #i82775# 2007/11/14 09:53:14 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0300d363392d4b102f6ad824b053897ad60dcc88]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:55:33 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [0f77855a87bb97baf32d60cc711fb5c54969c0ac]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:55:24 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5d27e78d43d272473dac29f9c7207b5f7efa2dbc]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:55:14 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [55132cde5e84e542435413043622a29d27b32271]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:20 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:55:06 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cae9a3eadd489e60dc8fc433c1a3010ca543265f]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:49:19 jl 1.1.2.2: #i82775# changed display name 2007/11/08 15:54:53 jl 1.1.2.1: #i79333# tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [63e6294c09d41b3e17a384cc7426540b0daf888f]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/15 09:32:56 jl 1.1.2.3: #i82775# 2007/11/14 11:08:08 jl 1.1.2.2: #i82775# 2007/11/08 15:54:26 jl 1.1.2.1: Tests for web based update for extensions

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [4da4c86e3a61489e5fcd280677a00588be57369a]

        INTEGRATION: CWS jl79 (1.3.28); FILE MERGED 2007/11/02 08:59:47 jl 1.3.28.1: #i82775# unopkg disposed the bridges of the office. Now it does this only with the local bridges

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d0a612bf7b127785c8d64c1df7b858e85653ef8b]

        INTEGRATION: CWS jl79 (1.10.12); FILE MERGED 2007/11/02 08:59:47 jl 1.10.12.1: #i82775# unopkg disposed the bridges of the office. Now it does this only with the local bridges

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bce18a8f5923b2799d1aa4b23da83b0679d54210]

        INTEGRATION: CWS jl79 (1.8.64); FILE MERGED 2007/11/06 09:42:15 jl 1.8.64.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e1bd46902c96f986e1b9bcc9782d42534465f714]

        INTEGRATION: CWS jl79 (1.7.26); FILE MERGED 2007/11/02 08:59:47 jl 1.7.26.3: #i82775# unopkg disposed the bridges of the office. Now it does this only with the local bridges 2007/11/01 13:24:41 jl 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/01 12:55:43 jl 1.7.26.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [6ccaa84b4d4f6964970e6f4606b433e9ad37b47f]

        INTEGRATION: CWS jl79 (1.21.98); FILE MERGED 2007/11/08 16:17:07 jl 1.21.98.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [501ef7920f84aae2c20ddffd1ce00cb90efb067a]

        INTEGRATION: CWS jl79 (1.16.114); FILE MERGED 2007/11/07 16:09:33 jl 1.16.114.1: #i82775# joined changes from jl76

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [75fc6a20943e63c73efcbf4fbf930d5adbe768d8]

        INTEGRATION: CWS jl79 (1.2.202); FILE MERGED 2007/11/08 12:38:27 jl 1.2.202.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [3fcda3868187b82cca258c175ae1eaab62a3ed93]

        INTEGRATION: CWS jl79 (1.10.202); FILE MERGED 2007/11/07 16:04:05 jl 1.10.202.1: #i82775# joined changes from jl76

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [75543bfb5f3a3c42f0991e77a21ef2e4b8903568]

        INTEGRATION: CWS jl79 (1.2.202); FILE MERGED 2007/11/19 10:18:34 jl 1.2.202.2: #i82775# remove extra qualification of DescriptionInfoSet::toLocaleString 2007/11/08 12:38:27 jl 1.2.202.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1aed1f9d6bc5613d57e5a03d9c4e68fa79cb2d61]

        INTEGRATION: CWS jl79 (1.12.6); FILE MERGED 2007/11/01 12:55:08 jl 1.12.6.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [811c84d2c923934932890a524a6325aa46ae9cd4]

        INTEGRATION: CWS jl79 (1.2.202); FILE MERGED 2007/11/07 08:01:59 jl 1.2.202.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ef09415f05cb5bc83711560823117bf7af333028]

        INTEGRATION: CWS jl79 (1.4.98); FILE MERGED 2007/11/07 16:02:42 jl 1.4.98.2: #i82775# 2007/11/07 08:01:59 jl 1.4.98.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9c71cd1530dde088e49ac7c23f92ab969fa15151]

        INTEGRATION: CWS jl79 (1.6.60); FILE MERGED 2007/11/07 08:01:59 jl 1.6.60.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e7fcfc055a3d020e76e171025bcbbfd804e98df4]

        INTEGRATION: CWS jl79 (1.3.60); FILE MERGED 2007/11/07 07:58:19 jl 1.3.60.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [849df6d1f1f4430456e89b7f17f3021bfcf7a731]

        INTEGRATION: CWS jl79 (1.8.46); FILE MERGED 2007/11/08 12:38:26 jl 1.8.46.3: #i82775# 2007/11/07 16:02:42 jl 1.8.46.2: #i82775# 2007/11/07 07:58:19 jl 1.8.46.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [88968d7249f49f6eb754d3d5e4147007621c1ad5]

        INTEGRATION: CWS jl79 (1.2.202); FILE MERGED 2007/11/07 07:56:42 jl 1.2.202.1: #i82775#

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [38425496ccd17a9bc1ac505328e5b7c1cf04131d]

        INTEGRATION: CWS jl79 (1.4.46); FILE MERGED 2007/11/01 12:55:08 jl 1.4.46.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2190cff434258421f09529f9c6f5989cbf96e370]

        INTEGRATION: CWS jl79 (1.22.28); FILE MERGED 2007/11/05 10:21:14 jl 1.22.28.2: #i82775# 2007/11/01 12:55:08 jl 1.22.28.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Armin Weiss  <aw@openoffice.org>  [2ec34d8ca6bd35345f34c7d4cf00b5668f08a679]

        #i39532# wntmsci10 correction

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2410376ed5d6472eef727aba0aff411c9e21362e]

        INTEGRATION: CWS jl79 (1.10.78); FILE MERGED 2007/11/01 12:55:08 jl 1.10.78.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1b1a42d606ec56878d0c468a013e1f4298ae226e]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/01 15:21:16 jl 1.1.2.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [724ec6e4c2886987fde4a7fd5961fc854ea07705]

        INTEGRATION: CWS jl79 (1.1.2); FILE ADDED 2007/11/09 12:05:25 jl 1.1.2.4: #i82775# removing use of m_bAddingExtension, was used to disable buttons during installation of extensions in queue, which have been added by unopkg gui+ extension 2007/11/09 08:40:38 jl 1.1.2.3: #i82775# linux compiler complained about some new line problem at file end 2007/11/02 10:16:52 jl 1.1.2.2: #i82775# 2007/11/01 15:20:56 jl 1.1.2.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [affea2990bc310d0c8370377b6d359cc012ed6be]

        INTEGRATION: CWS jl79 (1.6.200); FILE MERGED 2007/11/01 13:08:24 jl 1.6.200.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.

2007-11-22  Vladimir Glazounov  <vg@openoffice.org>  [51cc70cec62f484a175dcc5f8cdedaf5b03d015b]

        #i81911# temporary roll back TMP dir requirements

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [2f609090d727dfe35c46cbbe6a200c04aaf6c003]

        INTEGRATION: CWS sb81 (1.11.174); FILE MERGED 2007/11/02 17:00:26 sb 1.11.174.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f289a3143cc362307ff8b26bc955185d4ecca1f8]

        INTEGRATION: CWS sb81 (1.4.34); FILE MERGED 2007/11/02 17:00:25 sb 1.4.34.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8a864ff20ece3a63109672d9ecd3480922d0d479]

        INTEGRATION: CWS sb81 (1.1.2); FILE ADDED 2007/11/02 17:03:37 sb 1.1.2.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5fe99fc8698240a909020f023abf53c63b309f6d]

        INTEGRATION: CWS sb81 (1.1.2); FILE ADDED 2007/11/02 17:03:26 sb 1.1.2.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9bd29cfc8431f2c628955a7d13dce0f550a5d37f]

        INTEGRATION: CWS sb81 (1.1.2); FILE ADDED 2007/11/02 17:03:15 sb 1.1.2.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f5688378e14d3ef3e4c5cc0f37dd3281e2edeb86]

        INTEGRATION: CWS sb81 (1.34.46); FILE MERGED 2007/11/02 17:00:25 sb 1.34.46.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [061973139272b26f62ce1b68d4e8eaf13e4ce8ad]

        INTEGRATION: CWS sb81 (1.22.118); FILE MERGED 2007/11/02 17:00:25 sb 1.22.118.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bfc69126cadc0f85f57f6c8f960884dfbdf63f9f]

        INTEGRATION: CWS sb81 (1.31.34); FILE MERGED 2007/11/02 17:00:25 sb 1.31.34.1: #i83203# SAL_PRI... stuff for portable printf-style conversion specifications.

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [14e25ed2ca7717163ce8cc7cdf5362dfbb460e8f]

        INTEGRATION: CWS sb81 (1.74.12); FILE MERGED 2007/11/09 09:10:18 sb 1.74.12.1: #i83478# dropped ooowoure from default ALLTAR

2007-11-22  Ivo Hinkelmann  <ihi@openoffice.org>  [64a76e47117989acd1d14e137fb1ed538d06bfc3]

        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>  [3ab35a725d3cbbc67a1290b819da9cf3c4c95c30]

        #i10000 missing diff

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8d808f64ed32d55adc7af34c3615993ada02f117]

        INTEGRATION: CWS sheetzoom (1.59.176); FILE MERGED 2007/11/12 13:44:24 nn 1.59.176.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2e3797eaca8ae1d8347883ccb91377ca8a13093f]

        INTEGRATION: CWS sheetzoom (1.68.110); FILE MERGED 2007/11/12 13:44:24 nn 1.68.110.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [31cde9eea10b566a80a427edc922f0829e8c09e4]

        INTEGRATION: CWS sheetzoom (1.35.50); FILE MERGED 2007/11/12 13:44:24 nn 1.35.50.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf24b3e5f58d55dffb3e4a472df8c35fefd0350]

        INTEGRATION: CWS sheetzoom (1.21.176); FILE MERGED 2007/11/12 13:44:24 nn 1.21.176.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c142141b908ebc56a9271e989939922e7f49ad33]

        INTEGRATION: CWS sheetzoom (1.61.26); FILE MERGED 2007/11/12 13:44:24 nn 1.61.26.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [927c621b01396210bf10a3b47d4cfdde89e18ff7]

        INTEGRATION: CWS sheetzoom (1.33.96); FILE MERGED 2007/11/12 13:44:24 nn 1.33.96.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b45fda662f6d4aac77f19fa984b4a851284d012b]

        INTEGRATION: CWS sheetzoom (1.32.112); FILE MERGED 2007/11/12 13:44:24 nn 1.32.112.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1814245d562237817cb498d7273a7acbcddb18c0]

        INTEGRATION: CWS sheetzoom (1.65.116); FILE MERGED 2007/11/12 13:44:23 nn 1.65.116.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [93830e674afe74dc8cb84c50aba8d04a9bcacbd7]

        INTEGRATION: CWS sheetzoom (1.18.176); FILE MERGED 2007/11/12 13:44:23 nn 1.18.176.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0846c467a921a27ebd3691e4bc187ece8d0ae7aa]

        INTEGRATION: CWS sheetzoom (1.20.206); FILE MERGED 2007/11/12 13:44:23 nn 1.20.206.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d76df9dac03c70e9ebb4b22f9b649ee5f8842975]

        INTEGRATION: CWS sheetzoom (1.8.206); FILE MERGED 2007/11/12 13:44:23 nn 1.8.206.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [448861619a8c4f2a00f2d4523271eb6db9c9949d]

        INTEGRATION: CWS sheetzoom (1.25.10); FILE MERGED 2007/11/12 13:44:23 nn 1.25.10.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e2a18e29ff992240d9c35f19d395b9d10ddbd5ff]

        INTEGRATION: CWS sheetzoom (1.8.574); FILE MERGED 2007/11/12 13:44:23 nn 1.8.574.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9c4e9088208e02741c456da4fb8acb6f196dae27]

        INTEGRATION: CWS sheetzoom (1.54.168); FILE MERGED 2007/11/12 13:44:22 nn 1.54.168.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dc32e300d4fefd8cc7fbc5045d2d35b072134a4a]

        INTEGRATION: CWS sheetzoom (1.9.196); FILE MERGED 2007/11/12 13:44:22 nn 1.9.196.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [cf55dcf81cd593aaeaa359c39d8ae8211bb05b46]

        INTEGRATION: CWS sheetzoom (1.55.48); FILE MERGED 2007/11/12 13:44:22 nn 1.55.48.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5e8a80f61847cbe72d5f332416fa1dd22706b693]

        INTEGRATION: CWS sheetzoom (1.7.446); FILE MERGED 2007/11/12 13:44:22 nn 1.7.446.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2b288fe780bd052524c26ad1a8a6bdca409351ae]

        INTEGRATION: CWS sheetzoom (1.5.574); FILE MERGED 2007/11/12 13:44:22 nn 1.5.574.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [13a577bab2f2722bcb1e5b9cc6135cdff8f537cb]

        INTEGRATION: CWS sheetzoom (1.19.112); FILE MERGED 2007/11/12 13:34:15 nn 1.19.112.1: #i24372# allow separate zoom per sheet

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1446175043c241f6439f0473d4930ab91ce16ede]

        INTEGRATION: CWS ause087 (1.18.20); FILE MERGED 2007/11/09 10:49:43 hjs 1.18.20.1: #i83488# disable ccache here

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8d4ce604655ae262045677c06ae0b862040ec476]

        INTEGRATION: CWS ause087 (1.7.646); FILE MERGED 2007/11/15 11:30:26 hjs 1.7.646.1: #i79845# dependencies

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [25d9ef5f466e9142b8a21717b66f21e624a282a4]

        INTEGRATION: CWS ause087 (1.54.200); FILE MERGED 2007/11/07 10:55:10 hjs 1.54.200.1: #i80465# applied patch

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9de5b7f2ae91ec35c8601fa3eb1fc666810b60c4]

        INTEGRATION: CWS ause087 (1.40.46); FILE MERGED 2007/11/02 16:53:56 hjs 1.40.46.1: #i81289# added uz

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7e9a7cc86928f11fa7cddb84ffe3a7a7b8333525]

        INTEGRATION: CWS ause087 (1.33.86); FILE MERGED 2007/11/14 12:19:02 hjs 1.33.86.3: RESYNC: (1.33-1.34); FILE MERGED 2007/11/13 14:58:32 hjs 1.33.86.2: #i81911# get the chmods for cygwin too 2007/11/12 11:14:35 is 1.33.86.1: #i81911# setting unix privileges in mkdir

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [72297bb9eb8b74dfc61ee5be24c53e3a23fa645b]

        INTEGRATION: CWS ause087 (1.4.140); FILE MERGED 2007/11/02 16:48:09 hjs 1.4.140.1: #i80794# apply patch

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3ff1c4d8d8feb55a2a5880684efeb67caaa896f8]

        INTEGRATION: CWS ause087 (1.16.16); FILE MERGED 2007/11/09 10:50:29 hjs 1.16.16.1: #i83488# disable ccache here

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [671ce9899908eb7152398c76b953eafb07258ddc]

        INTEGRATION: CWS os107 (1.12.76); FILE MERGED 2007/11/07 10:19:52 os 1.12.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f924c2def196ad247de9e5548d766a64c228d12a]

        INTEGRATION: CWS os107 (1.10.254); FILE MERGED 2007/11/07 10:19:37 os 1.10.254.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c13bc099b6d200ab814620420e4aa962d10016b0]

        INTEGRATION: CWS os107 (1.9.76); FILE MERGED 2007/11/07 10:19:37 os 1.9.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e8eda61ad2b409a1afd34f5f64138be462c53db4]

        INTEGRATION: CWS os107 (1.4.1030); FILE MERGED 2007/11/07 10:19:37 os 1.4.1030.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f83703a883202590b23c277c3c32017b46193d9f]

        INTEGRATION: CWS os107 (1.42.276); FILE MERGED 2007/11/07 10:19:10 os 1.42.276.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1b188e102ae4cc736008951e862ad59a5031d4d9]

        INTEGRATION: CWS os107 (1.5.1030); FILE MERGED 2007/11/07 10:19:10 os 1.5.1030.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [42390b991a7ddf97a2876aa255901963e4a8fa30]

        INTEGRATION: CWS os107 (1.26.76); FILE MERGED 2007/11/12 06:39:30 os 1.26.76.2: #i61007# superfluous space removed from preview 2007/11/07 10:19:10 os 1.26.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [95bbbf643f86238c10bc00a521d34fcfe125963b]

        INTEGRATION: CWS os107 (1.28.74); FILE MERGED 2007/11/08 07:30:54 os 1.28.74.1: #i61007# caption localizable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9020b7d892ecf829fb549a2da2460d3aab30c327]

        INTEGRATION: CWS os107 (1.75.254); FILE MERGED 2007/11/07 10:18:54 os 1.75.254.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5c3fbfbab700f3bef4bd9dca99544a85cc326b8a]

        INTEGRATION: CWS os107 (1.8.1030); FILE MERGED 2007/11/07 10:18:54 os 1.8.1030.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [700a314b927bb0d153112dfde3bfd81ff8eb9d4d]

        INTEGRATION: CWS os107 (1.29.74); FILE MERGED 2007/11/12 06:39:05 os 1.29.74.2: #i61007# superfluous space removed from preview 2007/11/07 10:18:54 os 1.29.74.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ea29b374b77f0140560257538c01ea2444360a06]

        INTEGRATION: CWS os107 (1.27.74); FILE MERGED 2007/11/07 10:43:48 os 1.27.74.2: #i61007# caption localisable 2007/11/07 10:18:53 os 1.27.74.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [78e1f4343062c03a802f79cfa39cf17845e9a0d3]

        INTEGRATION: CWS os107 (1.7.544); FILE MERGED 2007/11/07 10:18:53 os 1.7.544.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e2941c029a2f0ce063b5f13e7482d2cb2d2552d7]

        INTEGRATION: CWS os107 (1.29.76); FILE MERGED 2007/11/07 10:18:19 os 1.29.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e233ea48af0239b0df3b41f8c5101cb54f3e164a]

        INTEGRATION: CWS os107 (1.51.76); FILE MERGED 2007/11/07 10:23:47 os 1.51.76.1: #i83400#(OD) prevent setting of illegal ordinal numbers

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0f05d54aaedb57aff46c03808e34917d1def8780]

        INTEGRATION: CWS os107 (1.44.76); FILE MERGED 2007/11/07 10:18:07 os 1.44.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [70761ebf5062ee8b289e3673c6696f3fa0fe509a]

        INTEGRATION: CWS os107 (1.51.74); FILE MERGED 2007/11/07 10:17:58 os 1.51.74.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bac5b45079d068a29f4bb61d57a42eec87de5e8c]

        INTEGRATION: CWS os107 (1.36.76); FILE MERGED 2007/11/07 13:00:50 os 1.36.76.2: RESYNC: (1.36-1.37); FILE MERGED 2007/11/07 10:03:11 os 1.36.76.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8f00d621c7e7a71767bc2bae196cdb8ec5ad8534]

        INTEGRATION: CWS os107 (1.1.2); FILE ADDED 2007/11/07 10:04:03 os 1.1.2.1: #i61007# caption localisable - moved from source/ui/inc

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc97211cdabfa06dec609ba192c2c7c35fbd966]

        INTEGRATION: CWS os107 (1.60.16); FILE MERGED 2007/11/07 09:16:43 os 1.60.16.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a66f8cc2f4ec10c202bf0e91e6fde67b75baadb3]

        INTEGRATION: CWS os107 (1.142.70); FILE MERGED 2007/11/07 09:15:54 os 1.142.70.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7431b1f33591c7c2f1c23d36369470c4b64d2f2b]

        INTEGRATION: CWS os107 (1.1.2); FILE ADDED 2007/11/07 10:16:27 os 1.1.2.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5a938b00a68cd65bd5e63cbbcc4f0ca48713cb70]

        INTEGRATION: CWS os107 (1.47.22); FILE MERGED 2007/11/07 10:21:14 os 1.47.22.1: #i61007# caption localisable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6b2c5f871d743cca4e7fb20c4ca6404da8cd2140]

        INTEGRATION: CWS pppopt04 (1.3.10); FILE MERGED 2007/11/16 13:03:22 sj 1.3.10.1: #i82571# shortening strings

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [10474a45aeafc1f45b57baffa1ee91d1e9bdd35e]

        INTEGRATION: CWS pppopt04 (1.4.4); FILE MERGED 2007/11/15 16:24:05 sj 1.4.4.1: #i82551# fixed problem with default language-id

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ddc3dae443764a0ed02bbafbc62b5257264ad981]

        INTEGRATION: CWS pppopt04 (1.2.50); FILE MERGED 2007/11/19 15:13:04 sj 1.2.50.2: #i82551# en-US is always taken, independently from what is set in WITH_LANG 2007/11/15 16:25:23 sj 1.2.50.1: #i82551# fixed problem with default language-id, perform of more than one replace is needed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4e4c785d73bec4b6a6f27950af4a69194022a76d]

        INTEGRATION: CWS dba24c (1.200.10); FILE MERGED 2007/10/30 16:36:30 fs 1.200.10.2: RESYNC: (1.200-1.201); FILE MERGED 2007/10/29 11:04:13 fs 1.200.10.1: #i83079# HSQL 1.8.0.9 is needed by now

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [85525c098491a2762358f86d41bf5ab5c0e5d1f1]

        INTEGRATION: CWS dba24c (1.52.12); FILE MERGED 2007/10/29 08:53:02 fs 1.52.12.2: #i81223# when filling the list, do not use a css.sdb.RowSet, but a simple statement/result set - that's cheaper by far, and sufficient 2007/10/28 21:24:41 fs 1.52.12.1: copying changes from CWS dba24b to dba24c, so I don't need to wait for integration/resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5e4370f6b0f93a0ac3d0cf0a0806f3b1d7580b16]

        /*************************************************************************  *  *  OpenOffice.org - a multi-platform office productivity suite  *  *  $RCSfile$  *  *  $Revision$  *  *  last change: $Author$ $Date$  *  *  The Contents of this file are made available subject to  *  the terms of GNU Lesser General Public License Version 2.1.  *  *  *    GNU Lesser General Public License Version 2.1  *    =============================================  *    Copyright 2005 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  *  ************************************************************************/
        
        // MARKER(update_precomp.py): autogen include statement, do not remove
        #include "precompiled_forms.hxx"
        
        #include "ComboBox.hxx"
        #include "property.hxx"
        #include "property.hrc"
        #include "services.hxx"
        
        #include "frm_resource.hxx"
        #include "frm_resource.hrc"
        #include "BaseListBox.hxx"
        
        /** === begin UNO includes === **/
        #include <com/sun/star/sdb/SQLErrorEvent.hpp>
        #include <com/sun/star/sdbc/XRowSet.hpp>
        #include <com/sun/star/sdbc/DataType.hpp>
        #include <com/sun/star/container/XIndexAccess.hpp>
        #include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp>
        #include <com/sun/star/sdb/XQueriesSupplier.hpp>
        #include <com/sun/star/util/NumberFormat.hpp>
        #include <com/sun/star/sdbc/XConnection.hpp>
        #include <com/sun/star/sdb/SQLContext.hpp>
        #include <com/sun/star/sdb/CommandType.hpp>
        /** === end UNO includes === **/
        
        #include <comphelper/numbers.hxx>
        #include <comphelper/basicio.hxx>
        #include <connectivity/dbtools.hxx>
        #include <connectivity/dbconversion.hxx>
        #include <cppuhelper/queryinterface.hxx>
        #include <rtl/ustrbuf.hxx>
        #include <tools/debug.hxx>
        #include <tools/diagnose_ex.h>
        #include <unotools/sharedunocomponent.hxx>
        
        using namespace dbtools;
        
        //.........................................................................
        namespace frm
        {
        using namespace ::com::sun::star::uno;
        using namespace ::com::sun::star::sdb;
        using namespace ::com::sun::star::sdbc;
        using namespace ::com::sun::star::sdbcx;
        using namespace ::com::sun::star::beans;
        using namespace ::com::sun::star::container;
        using namespace ::com::sun::star::form;
        using namespace ::com::sun::star::awt;
        using namespace ::com::sun::star::io;
        using namespace ::com::sun::star::lang;
        using namespace ::com::sun::star::util;
        using namespace ::com::sun::star::form::binding;
        
        //========================================================================
        // class OComboBoxModel
        //========================================================================
        //------------------------------------------------------------------
        InterfaceRef SAL_CALL OComboBoxModel_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException)
        {
        	return (*new OComboBoxModel(_rxFactory));
        }
        
        //------------------------------------------------------------------------------
        Sequence<Type> OComboBoxModel::_getTypes()
        {
        	return ::comphelper::concatSequences(
        		OBoundControlModel::_getTypes(),
                OEntryListHelper::getTypes(),
        		OErrorBroadcaster::getTypes()
        	);
        }
        
        // XServiceInfo
        //------------------------------------------------------------------------------
        StringSequence SAL_CALL OComboBoxModel::getSupportedServiceNames() throw(RuntimeException)
        {
        	StringSequence aSupported = OBoundControlModel::getSupportedServiceNames();
        
            sal_Int32 nOldLen = aSupported.getLength();
        	aSupported.realloc( nOldLen + 8 );
        	::rtl::OUString* pStoreTo = aSupported.getArray() + nOldLen;
        
            *pStoreTo++ = BINDABLE_CONTROL_MODEL;
            *pStoreTo++ = DATA_AWARE_CONTROL_MODEL;
            *pStoreTo++ = VALIDATABLE_CONTROL_MODEL;
        
            *pStoreTo++ = BINDABLE_DATA_AWARE_CONTROL_MODEL;
            *pStoreTo++ = VALIDATABLE_BINDABLE_CONTROL_MODEL;
        
            *pStoreTo++ = FRM_SUN_COMPONENT_COMBOBOX;
            *pStoreTo++ = FRM_SUN_COMPONENT_DATABASE_COMBOBOX;
            *pStoreTo++ = BINDABLE_DATABASE_COMBO_BOX;
        
        	return aSupported;
        }
        
        //------------------------------------------------------------------------------
        Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException)
        {
        	Any aReturn = OBoundControlModel::queryAggregation( _rType );
            if ( !aReturn.hasValue() )
                aReturn = OEntryListHelper::queryInterface( _rType );
            if ( !aReturn.hasValue() )
                aReturn = OErrorBroadcaster::queryInterface( _rType );
            return aReturn;
        }
        
        //------------------------------------------------------------------
        DBG_NAME( OComboBoxModel )
        //------------------------------------------------------------------
        OComboBoxModel::OComboBoxModel(const Reference<XMultiServiceFactory>& _rxFactory)
        	:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_COMBOBOX, FRM_SUN_CONTROL_COMBOBOX, sal_True, sal_True, sal_True )
        					// use the old control name for compytibility reasons
            ,OEntryListHelper( m_aMutex )
        	,OErrorBroadcaster( OComponentHelper::rBHelper )
            ,m_aListRowSet( getContext() )
        	,m_eListSourceType(ListSourceType_TABLE)
        	,m_bEmptyIsNull(sal_True)
        {
        	DBG_CTOR( OComboBoxModel, NULL );
        
        	m_nClassId = FormComponentType::COMBOBOX;
            initValueProperty( PROPERTY_TEXT, PROPERTY_ID_TEXT );
        }
        
        //------------------------------------------------------------------
        OComboBoxModel::OComboBoxModel( const OComboBoxModel* _pOriginal, const Reference<XMultiServiceFactory>& _rxFactory )
        	:OBoundControlModel( _pOriginal, _rxFactory )
            ,OEntryListHelper( *_pOriginal, m_aMutex )
        	,OErrorBroadcaster( OComponentHelper::rBHelper )
            ,m_aListRowSet( getContext() )
        	,m_aListSource( _pOriginal->m_aListSource )
        	,m_aDefaultText( _pOriginal->m_aDefaultText )
        	,m_eListSourceType( _pOriginal->m_eListSourceType )
        	,m_bEmptyIsNull( _pOriginal->m_bEmptyIsNull )
        {
        	DBG_CTOR( OComboBoxModel, NULL );
        }
        
        //------------------------------------------------------------------
        OComboBoxModel::~OComboBoxModel()
        {
        	if (!OComponentHelper::rBHelper.bDisposed)
        	{
        		acquire();
        		dispose();
        	}
        
        	DBG_DTOR( OComboBoxModel, NULL );
        }
        
        // XCloneable
        //------------------------------------------------------------------------------
        IMPLEMENT_DEFAULT_CLONING( OComboBoxModel )
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::disposing()
        {
        	OBoundControlModel::disposing();
            OEntryListHelper::disposing();
        	OErrorBroadcaster::disposing();
        	m_xFormatter = NULL;
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const
        {
        	switch (_nHandle)
        	{
                case PROPERTY_ID_LISTSOURCETYPE:
                    _rValue <<= m_eListSourceType;
                    break;
        
        		case PROPERTY_ID_LISTSOURCE:
                    _rValue <<= m_aListSource;
                    break;
        
                case PROPERTY_ID_EMPTY_IS_NULL:
                    _rValue <<= m_bEmptyIsNull;
                    break;
        
                case PROPERTY_ID_DEFAULT_TEXT:
                    _rValue <<= m_aDefaultText;
                    break;
        
                case PROPERTY_ID_STRINGITEMLIST:
                    _rValue <<= getStringItemList();
                    break;
        
        		default:
        			OBoundControlModel::getFastPropertyValue(_rValue, _nHandle);
        	}
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue)
        						throw (Exception)
        {
        	switch (_nHandle)
        	{
        		case PROPERTY_ID_LISTSOURCETYPE :
        			DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(reinterpret_cast<ListSourceType*>(NULL))),
        				"OComboBoxModel::setFastPropertyValue_NoBroadcast : invalid type !" );
        			_rValue >>= m_eListSourceType;
        			break;
        
        		case PROPERTY_ID_LISTSOURCE :
        			DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING,
        				"OComboBoxModel::setFastPropertyValue_NoBroadcast : invalid type !" );
        			_rValue >>= m_aListSource;
        			// die ListSource hat sich geaendert -> neu laden
        			if (ListSourceType_VALUELIST != m_eListSourceType)
        			{
        				if ( m_xCursor.is() && !hasField() && !hasExternalListSource() )
                            // combo box is already connected to a database, and no external list source
        				    // data source changed -> refresh
        					loadData();
        			}
        			break;
        
        		case PROPERTY_ID_EMPTY_IS_NULL :
        			DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_BOOLEAN,
        				"OComboBoxModel::setFastPropertyValue_NoBroadcast : invalid type !" );
        			_rValue >>= m_bEmptyIsNull;
        			break;
        
        		case PROPERTY_ID_DEFAULT_TEXT :
        			DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING,
        				"OComboBoxModel::setFastPropertyValue_NoBroadcast : invalid type !" );
        			_rValue >>= m_aDefaultText;
        			resetNoBroadcast();
        			break;
        
                case PROPERTY_ID_STRINGITEMLIST:
                    setNewStringItemList( _rValue );
                    break;
        
        		default:
        			OBoundControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue);
        	}
        }
        
        //------------------------------------------------------------------------------
        sal_Bool OComboBoxModel::convertFastPropertyValue(
        						Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue)
        						throw (IllegalArgumentException)
        {
        	sal_Bool bModified(sal_False);
        	switch (_nHandle)
        	{
        		case PROPERTY_ID_LISTSOURCETYPE :
        			bModified = tryPropertyValueEnum(_rConvertedValue, _rOldValue, _rValue, m_eListSourceType);
        			break;
        
        		case PROPERTY_ID_LISTSOURCE :
        			bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aListSource);
        			break;
        
        		case PROPERTY_ID_EMPTY_IS_NULL :
        			bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bEmptyIsNull);
        			break;
        
        		case PROPERTY_ID_DEFAULT_TEXT :
        			bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aDefaultText);
        			break;
        
                case PROPERTY_ID_STRINGITEMLIST:
                    bModified = convertNewListSourceProperty( _rConvertedValue, _rOldValue, _rValue );
                    break;
        
        		default:
        			bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue);
        			break;
        	}
        	return bModified;
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::describeFixedProperties( Sequence< Property >& _rProps ) const
        {
        	BEGIN_DESCRIBE_PROPERTIES( 6, OBoundControlModel )
        		DECL_PROP1(TABINDEX,			sal_Int16,					BOUND);
        		DECL_PROP1(LISTSOURCETYPE,		ListSourceType, BOUND);
        		DECL_PROP1(LISTSOURCE,			::rtl::OUString,			BOUND);
        		DECL_BOOL_PROP1(EMPTY_IS_NULL,								BOUND);
        		DECL_PROP1(DEFAULT_TEXT,		::rtl::OUString,			BOUND);
                DECL_PROP1(STRINGITEMLIST,      Sequence< ::rtl::OUString >,BOUND);
        	END_DESCRIBE_PROPERTIES();
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::describeAggregateProperties( Sequence< Property >& _rAggregateProps ) const
        {
            OBoundControlModel::describeAggregateProperties( _rAggregateProps );
        
            // superseded properties:
            RemoveProperty( _rAggregateProps, PROPERTY_STRINGITEMLIST );
        }
        
        //------------------------------------------------------------------------------
        ::rtl::OUString SAL_CALL OComboBoxModel::getServiceName() throw(RuntimeException)
        {
        	return FRM_COMPONENT_COMBOBOX;	// old (non-sun) name for compatibility !
        }
        
        //------------------------------------------------------------------------------
        void SAL_CALL OComboBoxModel::write(const Reference<stario::XObjectOutputStream>& _rxOutStream)
        		throw(stario::IOException, RuntimeException)
        {
        	OBoundControlModel::write(_rxOutStream);
        
        	// Version
        	// Version 0x0002:	EmptyIsNull
        	// Version 0x0003:	ListSource->Seq
        	// Version 0x0004:	DefaultText
        	// Version 0x0005:	HelpText
        	_rxOutStream->writeShort(0x0006);
        
        	// Maskierung fuer any
        	sal_uInt16 nAnyMask = 0;
        	if (m_aBoundColumn.getValueType().getTypeClass() == TypeClass_SHORT)
        		nAnyMask |= BOUNDCOLUMN;
        	_rxOutStream << nAnyMask;
        
        	StringSequence aListSourceSeq(&m_aListSource, 1);
        	_rxOutStream << aListSourceSeq;
        	_rxOutStream << (sal_Int16)m_eListSourceType;
        
        	if ((nAnyMask & BOUNDCOLUMN) == BOUNDCOLUMN)
        	{
        		sal_Int16 nBoundColumn = 0;
        		m_aBoundColumn >>= nBoundColumn;
        		_rxOutStream << nBoundColumn;
        	}
        
        	_rxOutStream << (sal_Bool)m_bEmptyIsNull;
        	_rxOutStream << m_aDefaultText;
        	writeHelpTextCompatibly(_rxOutStream);
        
        	// from version 0x0006 : common properties
        	writeCommonProperties(_rxOutStream);
        }
        
        //------------------------------------------------------------------------------
        void SAL_CALL OComboBoxModel::read(const Reference<stario::XObjectInputStream>& _rxInStream) throw(stario::IOException, RuntimeException)
        {
        	OBoundControlModel::read(_rxInStream);
        	::osl::MutexGuard aGuard(m_aMutex);
        
            // since we are "overwriting" the StringItemList of our aggregate (means we have
            // an own place to store the value, instead of relying on our aggregate storing it),
            // we need to respect what the aggregate just read for the StringItemList property.
            try
            {
                if ( m_xAggregateSet.is() )
                    setNewStringItemList( m_xAggregateSet->getPropertyValue( PROPERTY_STRINGITEMLIST ) );
            }
            catch( const Exception& )
            {
            	OSL_ENSURE( sal_False, "OComboBoxModel::read: caught an exception while examining the aggregate's string item list!" );
            }
        
        	// Version
        	sal_uInt16 nVersion = _rxInStream->readShort();
        	DBG_ASSERT(nVersion > 0, "OComboBoxModel::read : version 0 ? this should never have been written !");
        
        	if (nVersion > 0x0006)
        	{
        		DBG_ERROR("OComboBoxModel::read : invalid (means unknown) version !");
        		m_aListSource = ::rtl::OUString();
        		m_aBoundColumn <<= (sal_Int16)0;
        		m_aDefaultText = ::rtl::OUString();
        		m_eListSourceType = ListSourceType_TABLE;
        		m_bEmptyIsNull = sal_True;
        		defaultCommonProperties();
        		return;
        	}
        
        	// Maskierung fuer any
        	sal_uInt16 nAnyMask;
        	_rxInStream >> nAnyMask;
        
        	// ListSource
        	if (nVersion < 0x0003)
        	{
        		::rtl::OUString sListSource;
        		_rxInStream >> m_aListSource;
        	}
        	else // nVersion == 4
        	{
        		m_aListSource = ::rtl::OUString();
        		StringSequence aListSource;
        		_rxInStream >> aListSource;
        		const ::rtl::OUString* pToken = aListSource.getConstArray();
        		sal_Int32 nLen = aListSource.getLength();
        		for (sal_Int32 i = 0; i < nLen; ++i, ++pToken)
        			m_aListSource += *pToken;
        	}
        
        	sal_Int16 nListSourceType;
        	_rxInStream >> nListSourceType;
        	m_eListSourceType = (ListSourceType)nListSourceType;
        
        	if ((nAnyMask & BOUNDCOLUMN) == BOUNDCOLUMN)
        	{
        		sal_Int16 nValue;
        		_rxInStream >> nValue;
        		m_aBoundColumn <<= nValue;
        	}
        
        	if (nVersion > 0x0001)
        	{
        		sal_Bool bNull;
        		_rxInStream >> bNull;
        		m_bEmptyIsNull = bNull;
        	}
        
        	if (nVersion > 0x0003)	// nVersion == 4
        		_rxInStream >> m_aDefaultText;
        
            // Stringliste muss geleert werden, wenn eine Listenquelle gesetzt ist
        	// dieses kann der Fall sein wenn im alive modus gespeichert wird
        	if  (   m_aListSource.getLength()
                &&  !hasExternalListSource()
                )
        	{
            	setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( StringSequence() ) );
        	}
        
        	if (nVersion > 0x0004)
        		readHelpTextCompatibly(_rxInStream);
        
        	if (nVersion > 0x0005)
        		readCommonProperties(_rxInStream);
        
        	// Nach dem Lesen die Defaultwerte anzeigen
        	if ( getControlSource().getLength() )
        	{
        		// (not if we don't have a control source - the "State" property acts like it is persistent, then
        		resetNoBroadcast();
        	}
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::loadData()
        {
        	DBG_ASSERT(m_eListSourceType != ListSourceType_VALUELIST, "OComboBoxModel::loadData : do not call for a value list !");
            DBG_ASSERT( !hasExternalListSource(), "OComboBoxModel::loadData: cannot load from DB when I have an external list source!" );
        
            if ( hasExternalListSource() )
                return;
        
        	// Connection holen
        	Reference<XRowSet> xForm(m_xCursor, UNO_QUERY);
        	if (!xForm.is())
        		return;
        	Reference<XConnection> xConnection = getConnection(xForm);
        	if (!xConnection.is())
        		return;
        
        	Reference<XServiceInfo> xServiceInfo(xConnection, UNO_QUERY);
        	if (!xServiceInfo.is() || !xServiceInfo->supportsService(SRV_SDB_CONNECTION))
        	{
        		DBG_ERROR("OComboBoxModel::loadData : invalid connection !");
        		return;
        	}
        
            if (!m_aListSource.getLength() || m_eListSourceType == ListSourceType_VALUELIST)
        		return;
        
            ::utl::SharedUNOComponent< XResultSet > xListCursor;
        	try
        	{
                m_aListRowSet.setConnection( xConnection );
        
                bool bExecuteRowSet( false );
        		switch (m_eListSourceType)
        		{
        			case ListSourceType_TABLEFIELDS:
        				// don't work with a statement here, the fields will be collected below
        				break;
        			case ListSourceType_TABLE:
        			{
        				// does the bound field belong to the table ?
        				// if we use an alias for the bound field, we won't find it
        				// in that case we use the first field of the table
        
        				Reference<XNameAccess> xFieldsByName = getTableFields(xConnection, m_aListSource);
        				Reference<XIndexAccess> xFieldsByIndex(xFieldsByName, UNO_QUERY);
        
        				::rtl::OUString aFieldName;
        				if ( xFieldsByName.is() && xFieldsByName->hasByName( getControlSource() ) )
        				{
        					aFieldName = getControlSource();
        				}
        				else
        				{
        					// otherwise look for the alias
        					Reference<XSQLQueryComposerFactory> xFactory(xConnection, UNO_QUERY);
        					if (!xFactory.is())
        						break;
        
        					Reference<XSQLQueryComposer> xComposer = xFactory->createQueryComposer();
        					try
        					{
        						Reference<XPropertySet> xFormAsSet(xForm, UNO_QUERY);
        						::rtl::OUString aStatement;
        						xFormAsSet->getPropertyValue(PROPERTY_ACTIVECOMMAND) >>= aStatement;
        						xComposer->setQuery(aStatement);
        					}
        					catch(Exception&)
        					{
        						disposeComponent(xComposer);
        						break;
        					}
        
        					// search the field
        					Reference< XColumnsSupplier > xSupplyFields(xComposer, UNO_QUERY);
        					DBG_ASSERT(xSupplyFields.is(), "OComboBoxModel::loadData : invalid query composer !");
        
        					Reference< XNameAccess > xFieldNames = xSupplyFields->getColumns();
        					if ( xFieldNames->hasByName( getControlSource() ) )
        					{
                                Reference< XPropertySet > xComposerFieldAsSet;
                                xFieldNames->getByName( getControlSource() ) >>= xComposerFieldAsSet;
        						if (hasProperty(PROPERTY_FIELDSOURCE, xComposerFieldAsSet))
        							xComposerFieldAsSet->getPropertyValue(PROPERTY_FIELDSOURCE) >>= aFieldName;
        					}
        
        					disposeComponent(xComposer);
        				}
        
        				if (!aFieldName.getLength())
        					break;
        
        				Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData();
        				OSL_ENSURE(xMeta.is(),"No database meta data!");
        				if ( xMeta.is() )
        				{
        					::rtl::OUString aQuote = xMeta->getIdentifierQuoteString();
        
                            ::rtl::OUString sCatalog, sSchema, sTable;
        	                qualifiedNameComponents( xMeta, m_aListSource, sCatalog, sSchema, sTable, eInDataManipulation );
        
                            ::rtl::OUStringBuffer aStatement;
                            aStatement.appendAscii( "SELECT DISTINCT " );
                            aStatement.append     ( quoteName( aQuote, aFieldName ) );
                            aStatement.appendAscii( " FROM " );
                            aStatement.append     ( composeTableNameForSelect( xConnection, sCatalog, sSchema, sTable ) );
        
                            m_aListRowSet.setEscapeProcessing( sal_False );
                            m_aListRowSet.setCommand( aStatement.makeStringAndClear() );
                            bExecuteRowSet = true;
        				}
        			}	break;
        			case ListSourceType_QUERY:
        			{
                        m_aListRowSet.setCommandFromQuery( m_aListSource );
                        bExecuteRowSet = true;
        			}
                    break;
        
        			default:
        			{
                        m_aListRowSet.setEscapeProcessing( ListSourceType_SQLPASSTHROUGH != m_eListSourceType );
                        m_aListRowSet.setCommand( m_aListSource );
                        bExecuteRowSet = true;
        			}
        		}
        
                if ( bExecuteRowSet )
                {
                    if ( !m_aListRowSet.isDirty() )
                    {
                        // if none of the settings of the row set changed, compared to the last
                        // invocation of loadData, then don't re-fill the list. Instead, assume
                        // the list entries are the same.
                        return;
                    }
                    xListCursor.reset( m_aListRowSet.execute() );
                }
        	}
        	catch(SQLException& eSQL)
        	{
        		onError(eSQL, FRM_RES_STRING(RID_BASELISTBOX_ERROR_FILLLIST));
        		return;
        	}
        	catch( const Exception& )
        	{
                DBG_UNHANDLED_EXCEPTION();
        		return;
        	}
        
        	vector< ::rtl::OUString >	aStringList;
        	aStringList.reserve(16);
        	try
        	{
                OSL_ENSURE( xListCursor.is() || ( ListSourceType_TABLEFIELDS == m_eListSourceType ),
                    "OComboBoxModel::loadData: logic error!" );
                if ( !xListCursor.is() && ( ListSourceType_TABLEFIELDS != m_eListSourceType ) )
        		    return;
        
        		switch (m_eListSourceType)
        		{
        			case ListSourceType_SQL:
        			case ListSourceType_SQLPASSTHROUGH:
        			case ListSourceType_TABLE:
        			case ListSourceType_QUERY:
        			{
        				// die XDatabaseVAriant der ersten Spalte
        				Reference<XColumnsSupplier> xSupplyCols(xListCursor, UNO_QUERY);
        				DBG_ASSERT(xSupplyCols.is(), "OComboBoxModel::loadData : cursor supports the row set service but is no column supplier?!");
        				Reference<XIndexAccess> xColumns;
        				if (xSupplyCols.is())
        				{
        					xColumns = Reference<XIndexAccess>(xSupplyCols->getColumns(), UNO_QUERY);
        					DBG_ASSERT(xColumns.is(), "OComboBoxModel::loadData : no columns supplied by the row set !");
        				}
        				Reference< XPropertySet > xDataField;
        				if ( xColumns.is() )
        					xColumns->getByIndex(0) >>= xDataField;
        				if ( !xDataField.is() )
        					return;
        
                        ::dbtools::FormattedColumnValue aValueFormatter( getContext(), xForm, xDataField );
        
        				// Listen fuellen
        				sal_Int16 i = 0;
        				// per definitionem the list cursor is positioned _before_ the first row at the moment
        				while (xListCursor->next() && (i++<SHRT_MAX)) // max anzahl eintraege
        				{
                            aStringList.push_back( aValueFormatter.getFormattedValue() );
        				}
        			}
        			break;
        			case ListSourceType_TABLEFIELDS:
        			{
        				Reference<XNameAccess> xFieldNames = getTableFields(xConnection, m_aListSource);
        				if (xFieldNames.is())
        				{
        					StringSequence seqNames = xFieldNames->getElementNames();
        					sal_Int32 nFieldsCount = seqNames.getLength();
        					const ::rtl::OUString* pustrNames = seqNames.getConstArray();
        
        					for (sal_Int32 k=0; k<nFieldsCount; ++k)
        						aStringList.push_back(pustrNames[k]);
        				}
        			}
        			break;
                    default:
                        OSL_ENSURE( false, "OComboBoxModel::loadData: unreachable!" );
                        break;
        		}
        	}
        	catch(SQLException& eSQL)
        	{
        		onError(eSQL, FRM_RES_STRING(RID_BASELISTBOX_ERROR_FILLLIST));
        		return;
        	}
        	catch( const Exception& )
        	{
        		DBG_UNHANDLED_EXCEPTION();
        		return;
        	}
        
        		// String-Sequence fuer ListBox erzeugen
        	StringSequence aStringSeq(aStringList.size());
        	::rtl::OUString* pStringAry = aStringSeq.getArray();
        	for (sal_Int32 i = 0; i<aStringSeq.getLength(); ++i)
        		pStringAry[i] = aStringList[i];
        
        	// String-Sequence an ListBox setzen
        	setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringSeq ) );
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm )
        {
        	Reference<XPropertySet> xField = getField();
        	if ( xField.is() )
                m_pValueFormatter.reset( new ::dbtools::FormattedColumnValue( getContext(), Reference< XRowSet >( _rxForm, UNO_QUERY ), xField ) );
            getPropertyValue( PROPERTY_STRINGITEMLIST ) >>= m_aDesignModeStringItems;
        
        	// Daten nur laden, wenn eine Listenquelle angegeben wurde
        	if ( m_aListSource.getLength() && m_xCursor.is() && !hasExternalListSource() )
        		loadData();
        }
        
        //------------------------------------------------------------------------------
        void OComboBoxModel::onDisconnectedDbColumn()
        {
            m_pValueFormatter.reset();
        
        	// reset the string item list
            if ( !hasExternalListSource() )
                setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( m_aDesignModeStringItems ) );
        }
        
        //------------------------------------------------------------------------------
        void SAL_CALL OComboBoxModel::reloaded( const EventObject& aEvent ) throw(RuntimeException)
        {
        	OBoundControlModel::reloaded(aEvent);
        
        	// reload data if we have a list source
        	if ( m_aListSource.getLength() && m_xCursor.is() && !hasExternalListSource() )
        		loadData();
        }
        
        //-----------------------------------------------------------------------------
        sal_Bool OComboBoxModel::commitControlValueToDbColumn( bool _bPostReset )
        {
        	::rtl::OUString aNewValue;
        	m_xAggregateFastSet->getFastPropertyValue( getValuePropertyAggHandle() ) >>= aNewValue;
        	sal_Bool bModified = ( aNewValue != m_aSaveValue );
        
            if ( bModified )
        	{
        		if (!aNewValue.getLength() && !isRequired() && m_bEmptyIsNull)
        			m_xColumnUpdate->updateNull();
        		else
        		{
        			try
        			{
                        OSL_PRECOND( m_pValueFormatter.get(), "OComboBoxModel::commitControlValueToDbColumn: no value formatter!" );
                        if ( m_pValueFormatter.get() )
                        {
                            if ( !m_pValueFormatter->setFormattedValue( aNewValue ) )
                                return sal_False;
                        }
        				else
        					m_xColumnUpdate->updateString( aNewValue );
        			}
        			catch ( const Exception& )
        			{
        				return sal_False;
        			}
        		}
        		m_aSaveValue = aNewValue;
        	}
        
        	// add the new value to the list
        	sal_Bool bAddToList = bModified && !_bPostReset;
            	// (only if this is not the "commit" triggered by a "reset")
        
            if ( bAddToList )
            {
                StringSequence aStringItemList;
                if ( getPropertyValue( PROPERTY_STRINGITEMLIST ) >>= aStringItemList )
        	    {
        		    const ::rtl::OUString* pStringItems = aStringItemList.getConstArray();
        		    sal_Int32 i;
        		    for (i=0; i<aStringItemList.getLength(); ++i, ++pStringItems)
        		    {
        			    if (pStringItems->equals(aNewValue))
        				    break;
        		    }
        
        		    // not found -> add
        		    if (i >= aStringItemList.getLength())
        		    {
        			    sal_Int32 nOldLen = aStringItemList.getLength();
        			    aStringItemList.realloc( nOldLen + 1 );
        			    aStringItemList.getArray()[ nOldLen ] = aNewValue;
        
                        setFastPropertyValue( PROPERTY_ID_STRINGITEMLIST, makeAny( aStringItemList ) );
        		    }
                }
        	}
        
        	return sal_True;
        }
        
        // XPropertiesChangeListener
        //------------------------------------------------------------------------------
        Any OComboBoxModel::translateDbColumnToControlValue()
        {
            OSL_PRECOND( m_pValueFormatter.get(), "OComboBoxModel::translateDbColumnToControlValue: no value formatter!" );
            if ( m_pValueFormatter.get() )
        	    m_aSaveValue = m_pValueFormatter->getFormattedValue();
            else
                m_aSaveValue = ::rtl::OUString();
            return makeAny( m_aSaveValue );
        }
        
        //------------------------------------------------------------------------------
        Any OComboBoxModel::getDefaultForReset() const
        {
            return makeAny( m_aDefaultText );
        }
        
        //------------------------------------------------------------------------------
        sal_Bool OComboBoxModel::approveValueBinding( const Reference< XValueBinding >& _rxBinding )
        {
            OSL_PRECOND( _rxBinding.is(), "OComboBoxModel::approveValueBinding: invalid binding!" );
        
            // only strings are accepted for simplicity
            return  _rxBinding.is()
                &&  _rxBinding->supportsType( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ) );
        }
        
        //--------------------------------------------------------------------
        void OComboBoxModel::stringItemListChanged( )
        {
            if ( m_xAggregateSet.is() )
                m_xAggregateSet->setPropertyValue( PROPERTY_STRINGITEMLIST, makeAny( getStringItemList() ) );
        }
        
        //--------------------------------------------------------------------
        void OComboBoxModel::connectedExternalListSource( )
        {
            // TODO?
        }
        
        //--------------------------------------------------------------------
        void OComboBoxModel::disconnectedExternalListSource( )
        {
            // TODO?
        }
        
        //--------------------------------------------------------------------
        void SAL_CALL OComboBoxModel::disposing( const EventObject& _rSource ) throw ( RuntimeException )
        {
            if ( !OEntryListHelper::handleDisposing( _rSource ) )
                OBoundControlModel::disposing( _rSource );
        }
        
        //========================================================================
        //= OComboBoxControl
        //========================================================================
        
        //------------------------------------------------------------------
        InterfaceRef SAL_CALL OComboBoxControl_CreateInstance(const Reference<XMultiServiceFactory>& _rxFactory) throw (RuntimeException)
        {
        	return *(new OComboBoxControl(_rxFactory));
        }
        
        //------------------------------------------------------------------------------
        OComboBoxControl::OComboBoxControl(const Reference<XMultiServiceFactory>& _rxFactory)
        	:OBoundControl(_rxFactory, VCL_CONTROL_COMBOBOX)
        {
        }
        
        //------------------------------------------------------------------------------
        StringSequence SAL_CALL OComboBoxControl::getSupportedServiceNames() throw(RuntimeException)
        {
        	StringSequence aSupported = OBoundControl::getSupportedServiceNames();
        	aSupported.realloc(aSupported.getLength() + 1);
        
        	::rtl::OUString* pArray = aSupported.getArray();
        	pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_COMBOBOX;
        	return aSupported;
        }
        
        //.........................................................................
        }
        //.........................................................................

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e9bc1feeadc7ef8a834d391f1e46ddccf5969866]

        INTEGRATION: CWS dba24c (1.8.42); FILE MERGED 2007/10/10 13:13:28 fs 1.8.42.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [43943015e242f1cb6a38c8e2008c07bb0c61d0e7]

        INTEGRATION: CWS dba24c (1.22.24); FILE MERGED 2007/10/10 13:13:28 fs 1.22.24.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bed64a47a8e05f1e100ecfc8dab0d0b5bc4f23dc]

        INTEGRATION: CWS dba24c (1.4.8); FILE MERGED 2007/11/05 19:46:36 fs 1.4.8.4: #i80646# removed last patch (timestamp_and_vendor.patch) 2007/11/02 20:42:16 fs 1.4.8.3: #i83079# most patches are obsolete with the move to 1.8.0.9 2007/10/16 08:01:58 fs 1.4.8.2: #i82222# load the file access and storage classes (used for embedding HSQL into .odbs) with the context class loader, not the system class loader 2007/10/16 07:07:29 fs 1.4.8.1: copying the changes from CWS dba24b to CWS dba24c

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [427dd0a54acadad04524e4d6dabf9298d176d944]

        INTEGRATION: CWS dba24c (1.110.40); FILE MERGED 2007/10/29 22:44:11 fs 1.110.40.8: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/18 20:06:43 fs 1.110.40.7: oop. Re-enabled saving queries 2007/09/17 11:41:34 fs 1.110.40.6: #i10000# 2007/09/17 10:21:03 fs 1.110.40.5: #i49183# adjusted ERROR_PARSING_STATEMENT and INFO_OPENING_IN_SQL_VIEW to also apply when we open a view 2007/09/17 09:14:39 fs 1.110.40.4: #i49183# don't auto-close designer if we created a new view, which supports XAlterView 2007/09/14 21:31:40 fs 1.110.40.3: #i49183# 2007/09/13 11:36:42 fs 1.110.40.2: #i49183# also allow to edit a view's command, if it supports the XAlterView interface 2007/09/12 09:06:24 fs 1.110.40.1: #i77492# when designing an independent SQL command, also allow for direct SQL, and expose this setting as property EscapeProcessing

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0a0faf11242689d5cf3154dfc3aac23889aacfa0]

        INTEGRATION: CWS dba24c (1.7.142); FILE MERGED 2007/10/29 22:44:11 fs 1.7.142.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0c749ea86c7cc2ce743613d04ed25cb0614c6815]

        INTEGRATION: CWS dba24c (1.35.56); FILE MERGED 2007/10/29 22:44:11 fs 1.35.56.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/26 12:17:12 fs 1.35.56.1: during #i73245# ImageProvider::getImage -> ImageProvider::getImages

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ee7be30b812d32c6efe1e3d27d02ceb2a4ae997c]

        INTEGRATION: CWS dba24c (1.10.2); FILE MERGED 2007/10/30 20:16:47 fs 1.10.2.3: #i10000# 2007/10/30 12:57:47 oj 1.10.2.2: #i81043# impl new type access 2007 2007/10/29 22:44:10 fs 1.10.2.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fa0b6c2189dc120813ccfabcf65e4be9f0a2a552]

        INTEGRATION: CWS dba24c (1.7.184); FILE MERGED 2007/10/29 22:44:09 fs 1.7.184.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/13 11:37:14 fs 1.7.184.1: #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6ec52f7bcfbd5cc54a89131b150a654e79b0fc45]

        INTEGRATION: CWS dba24c (1.27.2); FILE MERGED 2007/10/30 12:57:46 oj 1.27.2.2: #i81043# impl new type access 2007 2007/10/29 22:44:08 fs 1.27.2.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0c95b0d53091e81406fb725018c01f1deef23a78]

        INTEGRATION: CWS dba24c (1.8.2); FILE MERGED 2007/11/12 22:20:17 fs 1.8.2.2: #i83567# getSupportedIndirectSettings: add DSID_BOOLEANCOMPARISON 2007/10/29 22:44:07 fs 1.8.2.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ea038dfb3310610786081b6bc1a975d2d07546a6]

        INTEGRATION: CWS dba24c (1.18.58); FILE MERGED 2007/10/29 22:44:06 fs 1.18.58.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/26 12:16:55 fs 1.18.58.1: during #i73245# ImageProvider::getImage -> ImageProvider::getImages

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5e581aca83b02349cf5dcef0797ea2a3a8ad0690]

        INTEGRATION: CWS dba24c (1.44.18); FILE MERGED 2007/10/29 22:44:06 fs 1.44.18.6: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/28 19:18:55 fs 1.44.18.5: RESYNC: (1.44-1.47); FILE MERGED 2007/09/17 09:34:28 fs 1.44.18.4: #i49183# enable 'Edit in SQL View' command when a single, alterable view is selected 2007/09/16 21:12:22 fs 1.44.18.3: #i49183# enable XAlterView support 2007/09/13 11:46:54 fs 1.44.18.2: for the moment, disable the 'edit a view's statement' feature until the backend problems with HSQL are solved 2007/09/13 11:37:28 fs 1.44.18.1: #i49183# also allow to edit a view's command, if it supports the XAlterView interface

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [86536a262f1d30f17c990c8cefb6446b5ecd854f]

        INTEGRATION: CWS dba24c (1.30.34); FILE MERGED 2007/10/28 21:22:38 fs 1.30.34.2: copying _some_ changes from CWS dba24b to dba24c, so I don't need to wait for integration/resync 2007/09/18 12:52:18 fs 1.30.34.1: #i81095# +sqlerror

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [62792cab2b9b2a5a0a7b9d718818f2da6538eba2]

        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>  [a78417e8b1da7b28d59eeb0ad5b312033b058156]

        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>  [d6d49bb48ea7a2ed0ec760c3bb4f9c1dcd8d2fab]

        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>  [2eaf1f9700b56d0671244c8336e556e1b656a540]

        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>  [84fd1bef18646aa8bee70c5f91ccc08adcc7ede8]

        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>  [a2b8b689d15f11c7df7ccfa8f4ced4c05bc0f047]

        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>  [9c269844d9c4212791d12272f2180a3591b23ded]

        INTEGRATION: CWS dba24c (1.131.68); FILE MERGED 2007/10/22 10:25:03 fs 1.131.68.3: #i52527#/#i73705#: UpdateDocument_Impl: use CheckSecurityOnLoading 2007/10/18 09:22:31 fs 1.131.68.2: in preparation of #i52527#/#i73705#: outsourced more code into the dedicated DocumentMacroMode class 2007/10/16 08:22:53 fs 1.131.68.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f272760ab175c3d53887b6e3bda81dcb081b35cd]

        INTEGRATION: CWS dba24c (1.91.68); FILE MERGED 2007/10/16 08:22:35 fs 1.91.68.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bdcd421b8dd6fcc22ecf56015af05c4b01f3c9cb]

        INTEGRATION: CWS dba24c (1.38.68); FILE MERGED 2007/10/22 10:25:18 fs 1.38.68.3: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning 2007/10/18 09:23:17 fs 1.38.68.2: in preparation of #i52527#/#i73705#: outsourced more code into the dedicated DocumentMacroMode class 2007/10/16 08:25:11 fs 1.38.68.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [06d4e0ddd16aea9364bfd408d8a6dea4e22450af]

        INTEGRATION: CWS dba24c (1.130.4); FILE MERGED 2007/10/16 08:22:20 fs 1.130.4.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [41a95d3f74e211cbbde19c95c7f14d4ec1e27932]

        INTEGRATION: CWS dba24c (1.75.4); FILE MERGED 2007/10/16 08:24:36 fs 1.75.4.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [668dc3f8dac421cbb82601feda823dfde6ec26b0]

        INTEGRATION: CWS dba24c (1.195.68); FILE MERGED 2007/10/16 08:23:34 fs 1.195.68.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [624b4dd7da4d0020009af2cccdf2aff676793aa5]

        INTEGRATION: CWS dba24c (1.100.54); FILE MERGED 2007/10/16 08:23:34 fs 1.100.54.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [da776e1167584b14ecede74e7640b7d957aa572e]

        INTEGRATION: CWS dba24c (1.93.4); FILE MERGED 2007/10/22 10:24:36 fs 1.93.4.3: #i52527#/#i73705#: +CheckSecurityOnLoading_Impl/CheckForBrokenDocSignatures_Impl 2007/10/18 09:22:22 fs 1.93.4.2: in preparation of #i52527#/#i73705#: outsourced more code into the dedicated DocumentMacroMode class 2007/10/16 08:24:36 fs 1.93.4.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3047c9db1dcb7d4d9b7c52f314711867ed2d04b6]

        INTEGRATION: CWS dba24c (1.28.68); FILE MERGED 2007/10/16 08:24:05 fs 1.28.68.1: in preparation of #i52527# #i73705#: moved the MacroWarning dialog to the css.task.InteractionHandler implementation in module uui

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4d31ba8dd4a7d8c7df5a881c89650a9ff79ebf6b]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/24 10:24:25 fs 1.1.2.6: corrected hasMacroLibrary 2007/10/24 06:34:25 fs 1.1.2.5: #i10000# 2007/10/22 10:23:16 fs 1.1.2.4: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning 2007/10/22 08:22:46 fs 1.1.2.3: #i52527#/#i73705#: allow getEmbeddedDocumentScripts to return NULL for the moment (DB docs do not yet have it) 2007/10/18 09:22:46 fs 1.1.2.2: in preparation of #i52527#/#i73705#: outsourced more code from SfxObjectShell into the dedicated DocumentMacroMode class 2007/10/16 08:21:52 fs 1.1.2.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3cc3f3bce85dee1e816d6844673a00c86eb8e1be]

        INTEGRATION: CWS dba24c (1.194.54); FILE MERGED 2007/10/16 08:23:34 fs 1.194.54.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d3d76c0709caa1b6c03d2686cd5d381671b22fb8]

        INTEGRATION: CWS dba24c (1.45.20); FILE MERGED 2007/10/16 08:24:20 fs 1.45.20.1: in preparation of #i52527# #i73705#: moved the MacroWarning dialog to the css.task.InteractionHandler implementation in module uui

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4b97802ee79ea5891b1a34d98d716be3840eb5b6]

        INTEGRATION: CWS dba24c (1.37.144); FILE MERGED 2007/10/18 09:24:06 fs 1.37.144.2: in preparation of #i52527#/#i73705#: +docmacromode.hxx 2007/10/16 13:18:04 fs 1.37.144.1: #i82222# SIGNATURESTATE_* outsourced from objsh.hxx to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [740cff88abc6660ba4893bb9faf0deb895178ace]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/16 08:17:36 fs 1.1.2.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines from objsh.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1281d9f3cc29b7b6bcd8f9933c27f1d8f3a0543f]

        INTEGRATION: CWS dba24c (1.5.4); FILE MERGED 2007/10/22 10:24:17 fs 1.5.4.3: #i52527#/#i73705#: +CheckSecurityOnLoading_Impl/CheckForBrokenDocSignatures_Impl 2007/10/18 09:22:00 fs 1.5.4.2: in preparation of #i52527#/#i73705#: outsourced more code into the dedicated DocumentMacroMode class 2007/10/16 08:17:14 fs 1.5.4.1: in preparation of #i52527# #i73705#: outsourced the SIGNATURE_STATE_ defines to signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ae01af9866ffe8d43f4d58d3730a0ea73b857ad2]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/23 05:31:09 fs 1.1.2.5: adjusted comment to reality 2007/10/22 10:23:03 fs 1.1.2.4: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning 2007/10/22 08:22:14 fs 1.1.2.3: in preparation of #i52527#/#i73705#: extended comments 2007/10/18 09:22:52 fs 1.1.2.2: in preparation of #i52527#/#i73705#: outsourced more code from SfxObjectShell into the dedicated DocumentMacroMode class 2007/10/16 08:19:07 fs 1.1.2.1: in preparation of #i52527# #i73705#: outsourced the object shell's MacroExecutionMode handling to a dedicated class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fc874dee0d35721993e92b2b1e3a49a638e41433]

        INTEGRATION: CWS dba24c (1.13.14); FILE MERGED 2007/09/11 12:42:26 fs 1.13.14.1: #i75189# new ctor which creates a text document with a given module identifier

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9f408ef28f3baaf9cda41d7e20b59556536780df]

        INTEGRATION: CWS dba24c (1.10.74); FILE MERGED 2007/09/19 08:34:36 fs 1.10.74.1: less trash (unused, commented out) code

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [43ba28e86efab61e229cb7a0dc3d6bbeff95aba1]

        INTEGRATION: CWS dba24c (1.11.14); FILE MERGED 2007/09/11 12:43:03 fs 1.11.14.1: #i75189# use super's ctor which takes a ModuleIdentifier

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4d3134798d1685c5f5e75507facf59a0f935cfa9]

        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>  [1a26a7484f347c3b0f33d18c9b1c206077d20e23]

        INTEGRATION: CWS dba24c (1.3.684); FILE MERGED 2007/10/23 12:04:19 fs 1.3.684.1: Form Design toolbar should have an icon to toggle the design mode

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [82e0abb6ba14b786265afd7c60f137b518a8acac]

        INTEGRATION: CWS dba24c (1.221.8); FILE MERGED 2007/10/30 16:36:37 fs 1.221.8.2: RESYNC: (1.221-1.223); FILE MERGED 2007/10/29 11:04:15 fs 1.221.8.1: #i83079# HSQL 1.8.0.9 is needed by now

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7556e243fa92f1c98f6b22aa74e6f808bbcadf30]

        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>  [64e08449d44b2f0d7e1aaf90470ca6120de71577]

        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>  [9ab1d24ca3787cf7d533636051cf0897ad814d06]

        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>  [8119b87f2096f6b3dc433e5909b9748be92e293b]

        INTEGRATION: CWS dba24c (1.2.4); FILE MERGED 2007/10/16 20:00:26 fs 1.2.4.1: #i82222# SIGNATURESTATE_* outsourced from sfx2/objsh.hxx to sfx2/signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8029b8b7c92f5f0f7b1f5efc09204adb216ab9d6]

        INTEGRATION: CWS dba24c (1.21.4); FILE MERGED 2007/10/16 20:00:26 fs 1.21.4.1: #i82222# SIGNATURESTATE_* outsourced from sfx2/objsh.hxx to sfx2/signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0de3247c9a53808f3a885ee7a5796f8f7bd1dddd]

        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>  [085750beef921c99f487aeb2fd5c5a4e972d01d0]

        INTEGRATION: CWS dba24c (1.6.24); FILE MERGED 2007/10/03 12:22:24 fs 1.6.24.1: during #i82169#: Clone: do the EditEngine cloning with a locked SolarMutex, else we'll crash soon

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [32e0179972c52f593522a156cd8786cc95d31b08]

        INTEGRATION: CWS dba24c (1.2.36); FILE MERGED 2007/10/03 12:21:37 fs 1.2.36.1: during #i82169#: setPropertyValues: reset guard before actually setting, else we'll get deadlocks soon

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6b8157f71c9ef54c5c95bccc687df4b3fea28cb8]

        INTEGRATION: CWS dba24c (1.10.68); FILE MERGED 2007/10/25 08:59:47 fs 1.10.68.1: #i82199# respect the BooleanComparisonMode when working with a check box

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4bb45f17ddeff8dd3068b3c39ea0537f19f0e9eb]

        INTEGRATION: CWS dba24c (1.8.176); FILE MERGED 2007/10/16 13:40:17 fs 1.8.176.1: #i82656#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [34f6d7be0b57c260d47a48bcbcac4161cc7a4444]

        INTEGRATION: CWS dba24c (1.8.92); FILE MERGED 2007/10/16 13:40:17 fs 1.8.92.1: #i82656#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a8857e4dc24fef6908d06a2d4fb8f8c63227099c]

        INTEGRATION: CWS dba24c (1.33.36); FILE MERGED 2007/09/13 20:57:31 fs 1.33.36.1: outsource the different calls to row set approval listeners into one method

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [267a6995378fbe82298a906f8c2704dcd2572f3b]

        INTEGRATION: CWS dba24c (1.83.36); FILE MERGED 2007/09/17 11:43:57 fs 1.83.36.4: #i10000# 2007/09/13 21:22:16 fs 1.83.36.3: oops, removed one notification in the previous change 2007/09/13 20:57:31 fs 1.83.36.2: outsource the different calls to row set approval listeners into one method 2007/09/13 19:57:11 fs 1.83.36.1: #i81073# exception handling when approving row set changes (does not fix the problem, but while I was here ...)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4e011b2be73067125bf77fc787ce5262174bc42d]

        INTEGRATION: CWS dba24c (1.6.2); FILE MERGED 2007/11/15 15:59:31 cn 1.6.2.1: #i82169# update lists

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d86d5a9ab96e14f44dccc9e2f98f72cd76f45ebc]

        INTEGRATION: CWS dba24c (1.5.2); FILE MERGED 2007/11/15 15:59:31 cn 1.5.2.1: #i82169# update lists

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [968bf839249eaed7b67f321b64e37758858e0434]

        INTEGRATION: CWS dba24c (1.5.244); FILE MERGED 2007/10/23 11:49:31 fs 1.5.244.1: XFormsDesignMode not needed in Writer - we have a dedicated module for XForms for quite a while now

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [28dd62e6235d5af1bb55835acb9ecc33b026a5f9]

        INTEGRATION: CWS dba24c (1.2.244); FILE MERGED 2007/10/23 11:50:00 fs 1.2.244.1: XFormsDesignMode not needed in Writer - we have a dedicated module for XForms for quite a while now

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fe8c7d2e037ba3197a03e9ad9593e04e1586914a]

        INTEGRATION: CWS dba24c (1.2.244); FILE MERGED 2007/10/10 13:16:25 fs 1.2.244.1: SwitchXFormDesignMode is not needed in module swform

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [aa9e85b227cf98ecc5a9f4f1920f61da465536fa]

        INTEGRATION: CWS dba24c (1.102.70); FILE MERGED 2007/10/10 13:15:31 fs 1.102.70.1: #i82169# make mbImpressDoc const, so we can one-time-init it in the ctor, and do not need to lock the SolarMutex in queryInterface

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [590b397850f2b004571394fadfcf7865b7793d5a]

        INTEGRATION: CWS dba24c (1.31.72); FILE MERGED 2007/10/10 13:15:27 fs 1.31.72.1: #i82169# make mbImpressDoc const, so we can one-time-init it in the ctor, and do not need to lock the SolarMutex in queryInterface

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4716e65e66a4c7c3260f6507df805ba881f15f4f]

        INTEGRATION: CWS dba24c (1.8.100); FILE MERGED 2007/09/28 19:19:17 fs 1.8.100.2: RESYNC: (1.8-1.9); FILE MERGED 2007/09/18 13:29:46 fs 1.8.100.1: #i81095# added resource file with base name sdberr

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8f527979a27f9a9bbdefe560c6f6aded4bb8a3f7]

        INTEGRATION: CWS dba24c (1.21.54); FILE MERGED 2007/09/18 13:29:46 fs 1.21.54.1: #i81095# added resource file with base name sdberr

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc6487ebdfd2e35e5d4a047648b946831de6927]

        INTEGRATION: CWS dba24c (1.7.30); FILE MERGED 2007/10/10 13:13:52 fs 1.7.30.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler: +SVLLIB

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [851f56f1928e6231e5262a1ae9a44ba54a165ed0]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/13 20:04:22 fs 1.1.2.2: manually merging the changes which happened in MWS between m231 and m233 2007/10/10 13:13:04 fs 1.1.2.1: in preparation of #i73705#/#i52527#: moved herein from sfx2/source/doc, Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [058173e857837440593e14a0593e7f93093471d0]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/10 13:13:04 fs 1.1.2.1: in preparation of #i73705#/#i52527#: moved herein from sfx2/source/doc, Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bdc02c8d3c9608ce3dc9c11e6bfbfc0bea0f30a9]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/10 13:13:03 fs 1.1.2.1: in preparation of #i73705#/#i52527#: moved herein from sfx2/source/doc, Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0578e33f2a6a21eae30fa6804450ecdb714a730f]

        INTEGRATION: CWS dba24c (1.17.14); FILE MERGED 2007/10/10 13:13:27 fs 1.17.14.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [db63c5fc9e8bd39dfbdfaf42dc8dc2e044695630]

        INTEGRATION: CWS dba24c (1.62.14); FILE MERGED 2007/10/10 13:13:27 fs 1.62.14.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [89b23ec074a5e56bf3aed4924a90d8464c37374b]

        INTEGRATION: CWS dba24c (1.3.70); FILE MERGED 2007/09/12 09:07:26 fs 1.3.70.2: #i77492# the SQL command designer now also allows the user to change the 'Direct SQL' setting, and exposes this as EscapeProcessing property. 2007/09/05 13:12:49 fs 1.3.70.1: #i66624# SQLCommandDesigner also for ListSource property

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [21a1cfe996bd70a3b372596dc133950b5a1fb0f4]

        INTEGRATION: CWS dba24c (1.7.36); FILE MERGED 2007/09/13 11:59:31 fs 1.7.36.3: some QueryDesign init param names changed during #i49183# 2007/09/12 09:07:26 fs 1.7.36.2: #i77492# the SQL command designer now also allows the user to change the 'Direct SQL' setting, and exposes this as EscapeProcessing property. 2007/09/05 13:12:49 fs 1.7.36.1: #i66624# SQLCommandDesigner also for ListSource property

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d89358ce99fce88503ed78a63354c1307177a342]

        INTEGRATION: CWS dba24c (1.5.36); FILE MERGED 2007/09/05 13:12:49 fs 1.5.36.1: #i66624# SQLCommandDesigner also for ListSource property

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [90e67284dced43db348c12c50a1b17bc5a122c6b]

        INTEGRATION: CWS dba24c (1.11.36); FILE MERGED 2007/09/12 09:10:37 fs 1.11.36.2: #i77492# also allow for the SQL command designer when EscapeProcessing is OFF, and exchange the respective setting between the SQL command designer and the object property 2007/09/05 13:12:49 fs 1.11.36.1: #i66624# SQLCommandDesigner also for ListSource property

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a6781da0a3044e7798c7a05b278947539856c4]

        INTEGRATION: CWS dba24c (1.9.20); FILE MERGED 2007/10/23 12:55:20 fs 1.9.20.1: #i81826# lcl_getAssignedScriptEvent: properly handle old-style macro specifications

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3877499a4db1686c0c985da2723bd0643836edf1]

        INTEGRATION: CWS dba24c (1.17.8); FILE MERGED 2007/11/05 19:46:36 fs 1.17.8.2: #i80646# removed last patch (timestamp_and_vendor.patch) 2007/11/02 20:42:30 fs 1.17.8.1: #i83079# most patches are obsolete with the move to 1.8.0.9

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [cc3d441dd45abe5a11e14cec0243cf4f8f84c31e]

        INTEGRATION: CWS dba24c (1.31.40); FILE MERGED 2007/10/22 08:28:27 fs 1.31.40.1: #i52527#/#i73705#: DBA needs to link with SFX now (shouldn't the DocumentMacroMode be moved to module framework instead?)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3bd4cde5ef172eafbbb647fbd2e2ccb93ea2e9fc]

        INTEGRATION: CWS dba24c (1.97.62); FILE MERGED 2007/09/17 10:20:52 fs 1.97.62.2: #i49183# adjusted ERROR_PARSING_STATEMENT and INFO_OPENING_IN_SQL_VIEW to also apply when we open a view 2007/09/13 11:38:14 fs 1.97.62.1: #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8f91a4cde77700a081b8238b7952a1b5e4eaab87]

        INTEGRATION: CWS dba24c (1.29.40); FILE MERGED 2007/09/12 09:09:10 fs 1.29.40.1: #i77492# QueryController::isDesignMode renamed to isGraphicalDesign

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7a2d06c3a5a51dffe3c791e3484433238a5bf283]

        INTEGRATION: CWS dba24c (1.22.40); FILE MERGED 2007/09/17 09:15:26 fs 1.22.40.1: OverloadedSetText should not be necessary anymore, nowadays

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [85cd8eaebce1e08a371d8bd9807705a49868b805]

        INTEGRATION: CWS dba24c (1.30.40); FILE MERGED 2007/10/29 22:44:10 fs 1.30.40.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/19 08:51:43 fs 1.30.40.1: dialogcontrolling.hxx is dead, has been re-incarnated as svtools/dialogcontrolling a while ago

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [be03d183d60895e896ea39e0b509498ad2c54b42]

        INTEGRATION: CWS dba24c (1.3.110); FILE MERGED 2007/10/30 08:51:34 fs 1.3.110.3: #i10000# 2007/10/26 12:16:11 fs 1.3.110.2: getImage -> getImages, this saves one call and all its implementation, since all clients did two calls, anyway 2007/10/26 11:55:15 fs 1.3.110.1: #i73245# don't create the Table object to examine whether it's a view, instead ask the Views container supplied by the XViewsSupplier. This saves us O(n) getTables calls, with n being the number of tables

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dd32e5eb0915ec6b6b515a57a2b0b7b694e3baee]

        INTEGRATION: CWS dba24c (1.35.40); FILE MERGED 2007/10/30 12:57:47 oj 1.35.40.3: #i81043# impl new type access 2007 2007/10/29 22:44:10 fs 1.35.40.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/03 12:20:48 fs 1.35.40.1: correctly recognize macb

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8eb4b4ee39f789d8d41e4b2ebac6fe24f0798c85]

        INTEGRATION: CWS dba24c (1.76.2); FILE MERGED 2007/10/30 12:57:47 oj 1.76.2.2: #i81043# impl new type access 2007 2007/10/29 22:44:10 fs 1.76.2.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7ffe9f7ea92ed3ba77894768d8bb5eb74cae94cf]

        INTEGRATION: CWS dba24c (1.5.40); FILE MERGED 2007/09/13 11:37:51 fs 1.5.40.1: #i49183# also allow to edit a view's command, if it supports the XAlterView interface

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0bd1e179a7caf5e100f8e43203b86eed85333579]

        INTEGRATION: CWS dba24c (1.47.62); FILE MERGED 2007/10/15 10:48:06 oj 1.47.62.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:15 oj 1.47.62.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f15307af51db2497cb2d9dc052749c189610884c]

        INTEGRATION: CWS dba24c (1.27.40); FILE MERGED 2007/10/12 12:27:15 oj 1.27.40.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [745b1bbcf89183404bb87617b9669261dde81d88]

        INTEGRATION: CWS dba24c (1.53.4); FILE MERGED 2007/10/15 10:48:06 oj 1.53.4.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.53.4.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7777c85155f67850d62097bf72f49a3736841cfc]

        INTEGRATION: CWS dba24c (1.31.4); FILE MERGED 2007/10/15 10:48:06 oj 1.31.4.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.31.4.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0c09d56b28741b91c543ab8337757533c1151bf4]

        INTEGRATION: CWS dba24c (1.73.20); FILE MERGED 2007/10/29 22:44:10 fs 1.73.20.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/12 09:09:39 fs 1.73.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7408980c49bb025c6df35b844abff2e0cfb88c88]

        INTEGRATION: CWS dba24c (1.23.40); FILE MERGED 2007/11/12 15:48:17 oj 1.23.40.5: #i80917# reverse changes 2007/10/15 10:48:06 oj 1.23.40.4: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:54:30 oj 1.23.40.3: #i80917# append first line as first data row 2007/10/12 12:31:12 oj 1.23.40.2: #i80917# append first line as first data row 2007/10/12 12:27:14 oj 1.23.40.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [774a6a78358c2a1e807ce326456dbcb300fc67ad]

        INTEGRATION: CWS dba24c (1.30.56); FILE MERGED 2007/11/12 15:48:17 oj 1.30.56.3: #i80917# reverse changes 2007/10/15 10:48:06 oj 1.30.56.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.30.56.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [691b16fc21f14ab487b1f2863241034234a403ab]

        INTEGRATION: CWS dba24c (1.38.4); FILE MERGED 2007/10/15 10:48:06 oj 1.38.4.4: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.38.4.3: #i80917# append first line as first data row 2007/10/10 09:40:34 oj 1.38.4.2: #i81879# correction of numberformat usage 2007/10/02 08:09:18 oj 1.38.4.1: #i81879# correction of numberformat usage

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [df0c970fe644a7f9d742f11e868f790a04044cc9]

        INTEGRATION: CWS dba24c (1.3.320); FILE MERGED 2007/09/17 09:14:59 fs 1.3.320.1: OverloadedSetText should not be necessary anymore, nowadays

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8e5e51562350dc345b78e6b93345329073b7ac44]

        INTEGRATION: CWS dba24c (1.36.40); FILE MERGED 2007/10/29 22:44:10 fs 1.36.40.5: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/17 09:14:20 fs 1.36.40.4: #i49183# don't auto-close designer if we created a new view, which supports XAlterView 2007/09/13 11:36:37 fs 1.36.40.3: #i49183# also allow to edit a view's command, if it supports the XAlterView interface 2007/09/12 09:06:02 fs 1.36.40.2: #i77492# when designing an independent SQL command, also allow for direct SQL, and expose this setting as property EscapeProcessing 2007/09/05 07:27:02 fs 1.36.40.1: dummy change to provoke this file being rebuilt (there was an incompatibility in svx/ParseContext.hxx)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [803b3a87a0a368d6e93ea9617a050ad8caadb5f9]

        INTEGRATION: CWS dba24c (1.2.132); FILE MERGED 2007/10/26 12:16:04 fs 1.2.132.1: getImage -> getImages, this saves one call and all its implementation, since all clients did two calls, anyway

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [73d3861bd987ea580cea9b004058837884845d0a]

        INTEGRATION: CWS dba24c (1.13.40); FILE MERGED 2007/10/30 12:57:47 oj 1.13.40.4: #i81043# impl new type access 2007 2007/10/29 22:44:09 fs 1.13.40.3: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/09 21:14:26 fs 1.13.40.2: changed the message box about un/successful JDBC driver class test to contain one line only 2007/10/02 10:26:48 oj 1.13.40.1: #i81043# allow accdb

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9bffd0188b164a5662d402b01fc04d68eab1f800]

        INTEGRATION: CWS dba24c (1.4.40); FILE MERGED 2007/09/13 11:37:46 fs 1.4.40.1: #i49183# also allow to edit a view's command, if it supports the XAlterView interface

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ba3095c52f045b1e61993a5a51d7f9ee2bb3b716]

        INTEGRATION: CWS dba24c (1.14.58); FILE MERGED 2007/10/12 12:27:14 oj 1.14.58.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ab813086a15dac017d56e623bec75f45f65c023d]

        INTEGRATION: CWS dba24c (1.22.4); FILE MERGED 2007/10/15 10:48:05 oj 1.22.4.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:14 oj 1.22.4.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c17d68af769d019cfc5467283d5d1a2f5d708ed7]

        INTEGRATION: CWS dba24c (1.13.130); FILE MERGED 2007/10/15 10:48:05 oj 1.13.130.2: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:13 oj 1.13.130.1: #i80917# append first line as first data row

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [23791696e308f85aefb96552548e79f2135a4019]

        INTEGRATION: CWS dba24c (1.18.4); FILE MERGED 2007/10/15 10:48:05 oj 1.18.4.3: #i80916# #i80917# special handling for table formats which doesn't have a header definition 2007/10/12 12:27:13 oj 1.18.4.2: #i80917# append first line as first data row 2007/10/02 08:09:18 oj 1.18.4.1: #i81879# correction of numberformat usage

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4661c340fff648c31965a61a73a6bdab6dab1e2d]

        INTEGRATION: CWS dba24c (1.27.38); FILE MERGED 2007/10/24 13:35:55 fs 1.27.38.2: when only one text is used, ensure the dialog is large enough 2007/09/18 13:42:07 fs 1.27.38.1: #i81095# when displaying strings in the primary dialog, then strip the vendor identifier '[OOoBase]', if applicable

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [121d78bf03d5ba2627062f1a6e2b9652746b3606]

        INTEGRATION: CWS dba24c (1.18.58); FILE MERGED 2007/10/29 22:44:08 fs 1.18.58.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/19 08:51:33 fs 1.18.58.1: dialogcontrolling.hxx is dead, has been re-incarnated as svtools/dialogcontrolling a while ago

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [98f8d5101a319598f1c82aad00047c30f82ef3ba]

        INTEGRATION: CWS dba24c (1.51.40); FILE MERGED 2007/10/29 22:44:08 fs 1.51.40.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/19 08:51:32 fs 1.51.40.1: dialogcontrolling.hxx is dead, has been re-incarnated as svtools/dialogcontrolling a while ago

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1b74b3c57861850426f073051a1bd7f96ccea084]

        INTEGRATION: CWS dba24c (1.33.40); FILE MERGED 2007/10/24 13:48:12 fs 1.33.40.2: drop down line count 2007/10/24 13:47:33 fs 1.33.40.1: drop down line count

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [355a053db46c2ff76bab8a394b4faf0ce77008a6]

        INTEGRATION: CWS dba24c (1.47.40); FILE MERGED 2007/10/29 22:44:08 fs 1.47.40.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/09 21:14:26 fs 1.47.40.1: changed the message box about un/successful JDBC driver class test to contain one line only

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [997fe3ba0e349648428133d5ec62d5305299f738]

        INTEGRATION: CWS dba24c (1.16.2); FILE MERGED 2007/10/30 12:57:46 oj 1.16.2.2: #i81043# impl new type access 2007 2007/10/29 22:44:08 fs 1.16.2.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [70226fb1adca1694ae453872433d5f10bbb17c5a]

        INTEGRATION: CWS dba24c (1.18.40); FILE MERGED 2007/10/30 12:57:46 oj 1.18.40.2: #i81043# impl new type access 2007 2007/10/29 22:44:07 fs 1.18.40.1: merging changes from CWS dba24b herein, to not wait for later resync

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1823eb304ebac7419dcc08cc96ae668d380a3e47]

        INTEGRATION: CWS dba24c (1.13.40); FILE MERGED 2007/10/29 22:44:07 fs 1.13.40.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/09 21:14:26 fs 1.13.40.1: changed the message box about un/successful JDBC driver class test to contain one line only

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [39b89667184b150b2bed58621bb79817c5b74e53]

        INTEGRATION: CWS dba24c (1.6.62); FILE MERGED 2007/10/09 21:14:26 fs 1.6.62.2: changed the message box about un/successful JDBC driver class test to contain one line only 2007/10/02 10:27:00 oj 1.6.62.1: #i81043# allow accdb

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [09361097ec564978dcc4696ba9e377da59d700bf]

        INTEGRATION: CWS dba24c (1.20.2); FILE MERGED 2007/10/30 12:57:46 oj 1.20.2.3: #i81043# impl new type access 2007 2007/10/29 22:44:07 fs 1.20.2.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/09 21:14:26 fs 1.20.2.1: changed the message box about un/successful JDBC driver class test to contain one line only

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [191321c696a12dd2a12211f41eb49e05853ff3f7]

        INTEGRATION: CWS dba24c (1.16.38); FILE MERGED 2007/10/30 12:57:46 oj 1.16.38.2: #i81043# impl new type access 2007 2007/10/02 10:27:00 oj 1.16.38.1: #i81043# allow accdb

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e28427dcb0f51ec4a63a5a0a094f22aa46948f5d]

        INTEGRATION: CWS dba24c (1.4.142); FILE MERGED 2007/09/17 09:15:22 fs 1.4.142.1: OverloadedSetText should not be necessary anymore, nowadays

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [87b71059aec364ab6046a7409cea7bc865402760]

        INTEGRATION: CWS dba24c (1.34.94); FILE MERGED 2007/10/26 12:16:59 fs 1.34.94.1: during #i73245# ImageProvider::getImage -> ImageProvider::getImages

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d300c58d8779cb822ff3c813735519b6e8afce7a]

        INTEGRATION: CWS dba24c (1.9.142); FILE MERGED 2007/09/17 09:15:22 fs 1.9.142.1: OverloadedSetText should not be necessary anymore, nowadays

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7a724b98607ca6646135d0fefe6cf99cea4118c0]

        INTEGRATION: CWS dba24c (1.191.20); FILE MERGED 2007/10/26 12:16:55 fs 1.191.20.2: during #i73245# ImageProvider::getImage -> ImageProvider::getImages 2007/09/12 09:09:39 fs 1.191.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d4ac61bbdb1ace61e0abc2b0fd02eb742220e2c6]

        INTEGRATION: CWS dba24c (1.100.20); FILE MERGED 2007/09/12 09:09:39 fs 1.100.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [526b5e5b74b3c4669b8204c06c839985c55f5ef4]

        INTEGRATION: CWS dba24c (1.22.22); FILE MERGED 2007/09/17 09:34:43 fs 1.22.22.2: #i49183# make getSelectionElementNames const 2007/09/12 09:09:39 fs 1.22.22.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f73d7f0eb7f70b342b07130017f5f9383d4e2ce7]

        INTEGRATION: CWS dba24c (1.19.38); FILE MERGED 2007/09/28 19:18:57 fs 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/17 09:34:00 fs 1.19.38.1: #i49183# +impl_isAlterableView_nothrow

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [32c0a53d998516abe190e6cbd034a44e1ea43fbc]

        INTEGRATION: CWS dba24c (1.41.58); FILE MERGED 2007/10/29 22:44:06 fs 1.41.58.3: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/13 11:40:40 fs 1.41.58.2: some cleanup during #i49183# 2007/09/12 09:09:38 fs 1.41.58.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8ed0a6f29439ade7916a625937458179b9045d97]

        INTEGRATION: CWS dba24c (1.13.40); FILE MERGED 2007/09/13 11:40:39 fs 1.13.40.1: some cleanup during #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4712df090368975bb9a2d95d7a422a69566a08b9]

        INTEGRATION: CWS dba24c (1.4.142); FILE MERGED 2007/09/12 09:09:38 fs 1.4.142.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [379a5d7317675d3f26f4cab557a0abcb4b80e3bb]

        INTEGRATION: CWS dba24c (1.8.8); FILE MERGED 2007/09/20 18:34:50 fs 1.8.8.1: #i80856# moved error strings

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2c96308aea036783649723855eac9bee4fe978d7]

        INTEGRATION: CWS dba24c (1.4.58); FILE MERGED 2007/09/20 18:34:41 fs 1.4.58.1: #i80856# moved error strings

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [66ea53c5caddc85b5ac7fe24fdf831a9e0af3788]

        INTEGRATION: CWS dba24c (1.2.184); FILE MERGED 2007/09/20 18:35:33 fs 1.2.184.1: #i80856# some error strings now taken from ::connectivity::SQLError, using the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1d29e817d254d19c91e04d8dfe4261d964f9a30c]

        INTEGRATION: CWS dba24c (1.3.142); FILE MERGED 2007/09/20 18:35:33 fs 1.3.142.1: #i80856# some error strings now taken from ::connectivity::SQLError, using the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [14a0cc5c6fbe97fc4f72f75e33939ab71605d01d]

        INTEGRATION: CWS dba24c (1.5.58); FILE MERGED 2007/09/20 18:35:33 fs 1.5.58.1: #i80856# some error strings now taken from ::connectivity::SQLError, using the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1a433dbde2e0bfaf163300b45bf6404afae9fb64]

        INTEGRATION: CWS dba24c (1.44.62); FILE MERGED 2007/10/29 22:44:06 fs 1.44.62.3: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/13 11:40:34 fs 1.44.62.2: some cleanup during #i49183# 2007/09/12 09:09:38 fs 1.44.62.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0328956cff31c95f9c8037f3453c58c88227755c]

        INTEGRATION: CWS dba24c (1.13.40); FILE MERGED 2007/09/13 11:40:34 fs 1.13.40.1: some cleanup during #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [95dd385f2f4c01d29cfbdb08faa4a10d9d004b0d]

        INTEGRATION: CWS dba24c (1.3.320); FILE MERGED 2007/09/12 09:09:38 fs 1.3.320.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [85bc78200357849ce4e34102c3a0767c9ba393ef]

        INTEGRATION: CWS dba24c (1.6.142); FILE MERGED 2007/09/28 19:18:52 fs 1.6.142.2: RESYNC: (1.6-1.7); FILE MERGED 2007/09/12 09:09:38 fs 1.6.142.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a898a91fe997cf2b82119afc2784bd4f687d127e]

        INTEGRATION: CWS dba24c (1.16.40); FILE MERGED 2007/09/12 09:09:38 fs 1.16.40.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ea77ac5cbb7852353b1b3fe0716ab3a958100143]

        INTEGRATION: CWS dba24c (1.29.4); FILE MERGED 2007/10/22 08:26:06 fs 1.29.4.2: #i52527#/#i73705#: when loading the document, normalize the arguments in that it always contains an InteractionHandler 2007/10/12 09:38:33 oj 1.29.4.1: #i81894# correct events

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [01476350405efeb46495dd8a44ad4e26c578e7d5]

        INTEGRATION: CWS dba24c (1.14.130); FILE MERGED 2007/09/12 09:09:38 fs 1.14.130.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5ae9a9795af365f16f47647e55688f6910f53bee]

        INTEGRATION: CWS dba24c (1.53.8); FILE MERGED 2007/09/20 18:34:10 fs 1.53.8.1: #i80856# moved error strings

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4b82e383ef1834106ebc8a088a94c4f836713e5a]

        INTEGRATION: CWS dba24c (1.15.184); FILE MERGED 2007/09/16 21:08:17 fs 1.15.184.2: #i49183# +m_sAppendingCurrently 2007/09/13 11:41:06 fs 1.15.184.1: removed unnecessary forward

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7e5d0d8b4b3c5367068ef53776623ccf60b46b1e]

        INTEGRATION: CWS dba24c (1.9.78); FILE MERGED 2007/09/27 07:51:58 fs 1.9.78.1: #i81691# cache the EscapeProcessing property

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ccad85720cbc79b7fd883137b1a88545300b1559]

        INTEGRATION: CWS dba24c (1.14.58); FILE MERGED 2007/09/20 18:33:29 fs 1.14.58.1: #i80856# moved error strings

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f76fa2d5d5ca6157840f67031f3f8fd43b4272]

        INTEGRATION: CWS dba24c (1.7.184); FILE MERGED 2007/10/25 08:43:01 fs 1.7.184.2: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode 2007/09/18 12:57:08 fs 1.7.184.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [08cd7e7cdccf06fcc8f2ebfd25b6152bb9f5b1f4]

        INTEGRATION: CWS dba24c (1.8.40); FILE MERGED 2007/09/20 18:33:01 fs 1.8.40.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c2c7481fb2b2de5cf9a9dac87635d9be96dcd212]

        INTEGRATION: CWS dba24c (1.23.4); FILE MERGED 2007/10/22 08:26:59 fs 1.23.4.2: #i52527#/#i73705#: respect the DB doc's MacroExecutionMode when loading sub documents. Allow open arguments to to downgrade this MacroExecutionMode, but not to upgrade it 2007/10/09 21:12:23 fs 1.23.4.1: #i82110#: when loading an embedded object, respect the load arguments given to our execute call. In particular, do *not* overwrite an MacroExecutionMode if it is present

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8bf8344128072fb3ae022cec99d7cb1b95126f84]

        INTEGRATION: CWS dba24c (1.46.20); FILE MERGED 2007/10/30 16:28:31 fs 1.46.20.6: RESYNC: (1.47-1.48); FILE MERGED 2007/10/22 20:58:09 fs 1.46.20.5: during #i73705# #i52527#: outsourced the 'forms' and 'reports' storage names to ODatabaseModelImpl / some minor refactoring 2007/10/22 08:26:59 fs 1.46.20.4: #i52527#/#i73705#: respect the DB doc's MacroExecutionMode when loading sub documents. Allow open arguments to to downgrade this MacroExecutionMode, but not to upgrade it 2007/10/09 21:12:18 fs 1.46.20.3: #i82110#: when loading an embedded object, respect the load arguments given to our execute call. In particular, do *not* overwrite an MacroExecutionMode if it is present 2007/09/28 19:18:49 fs 1.46.20.2: RESYNC: (1.46-1.47); FILE MERGED 2007/09/20 18:34:05 fs 1.46.20.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6a885b4a0582f0a57b67614d8b5a4242d6078208]

        INTEGRATION: CWS dba24c (1.12.40); FILE MERGED 2007/10/22 20:57:14 fs 1.12.40.1: during #i73705# #i52527#: m_aObjectList is unused / outsourced the 'forms' and 'reports' storage names to ODatabaseModelImpl

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0fa01f0b085aed675ec6e1a2ee70808ddcc182a9]

        INTEGRATION: CWS dba24c (1.24.40); FILE MERGED 2007/10/30 16:28:28 fs 1.24.40.3: RESYNC: (1.24-1.25); FILE MERGED 2007/10/22 20:57:14 fs 1.24.40.2: during #i73705# #i52527#: m_aObjectList is unused / outsourced the 'forms' and 'reports' storage names to ODatabaseModelImpl 2007/09/20 18:34:05 fs 1.24.40.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4b1a57ace835a02b19020bd551593e9d7757bad2]

        INTEGRATION: CWS dba24c (1.24.58); FILE MERGED 2007/10/22 20:58:19 fs 1.24.58.2: assertion 2007/09/20 18:34:05 fs 1.24.58.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [58de56418c2ecd011f08691543c19db201f9b53e]

        INTEGRATION: CWS dba24c (1.73.22); FILE MERGED 2007/10/22 21:00:04 fs 1.73.22.1: during #i73705# #i52527#: ODatabaseModelImpl::m_aContainer not publicly accessible anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1d1f45fe3bc65babfa7fae68d80838f3b3497c3e]

        INTEGRATION: CWS dba24c (1.34.4); FILE MERGED 2007/10/22 21:00:41 fs 1.34.4.3: during #i73705# #i52527#: ODatabaseModelImpl::m_aContainer not publicly accessible anymore / some other small refactoring 2007/10/22 10:27:19 fs 1.34.4.2: todo 2007/10/22 08:25:24 fs 1.34.4.1: #i52527#/#i73705#: connectController: check the DB doc's macro mode

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [da192e642bb67874be2b183f2ee166bdb16f7195]

        INTEGRATION: CWS dba24c (1.51.132); FILE MERGED 2007/10/26 11:53:14 fs 1.51.132.2: spelling 2007/09/18 12:57:03 fs 1.51.132.1: during #i81095#: moved SingleSelectQueryComposer from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [df28c2409c1c0e9e33bc560cc50c30db03a996d3]

        INTEGRATION: CWS dba24c (1.20.78); FILE MERGED 2007/09/12 09:09:37 fs 1.20.78.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dae73df0af5893ded2cf3855f64faa29ccf89a8a]

        INTEGRATION: CWS dba24c (1.14.142); FILE MERGED 2007/09/20 18:34:05 fs 1.14.142.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c481ec961a754aae94410742c8d38e44fcf44da2]

        INTEGRATION: CWS dba24c (1.15.22); FILE MERGED 2007/10/23 05:30:54 fs 1.15.22.4: #i10000# (member initialization order) 2007/10/22 20:59:29 fs 1.15.22.3: #i73705# #i52527#, the final step: encapsulate the MacroMode handling (no public attribute anymore) / properly determine whether embedded documents contain macros 2007/10/22 10:27:31 fs 1.15.22.2: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning 2007/10/22 08:24:28 fs 1.15.22.1: #i52527#/#i73705#: use an ::sfx2::DocumentMacroMode to handle the MacroExecutionMode at level of the DB document as a whole (implementation not yet finished)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [294213c6856b5e0a9763c3415debbf156772d887]

        INTEGRATION: CWS dba24c (1.19.22); FILE MERGED 2007/10/26 12:34:20 fs 1.19.22.6: some more safety in lcl_hasObjectsWithMacros_nothrow 2007/10/25 08:43:57 fs 1.19.22.5: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode 2007/10/23 05:30:54 fs 1.19.22.4: #i10000# (member initialization order) 2007/10/22 20:59:29 fs 1.19.22.3: #i73705# #i52527#, the final step: encapsulate the MacroMode handling (no public attribute anymore) / properly determine whether embedded documents contain macros 2007/10/22 10:27:31 fs 1.19.22.2: #i52527#/#i73705#: checkForBrokenScriptingSignature->showBrokenSignatureWarning 2007/10/22 08:24:28 fs 1.19.22.1: #i52527#/#i73705#: use an ::sfx2::DocumentMacroMode to handle the MacroExecutionMode at level of the DB document as a whole (implementation not yet finished)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d8ac13e48edf72cee81cf417a1719cc4ce5bdb18]

        INTEGRATION: CWS dba24c (1.9.44); FILE MERGED 2007/09/20 18:33:06 fs 1.9.44.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1764ce3d6a4d82e6ec1954b6848cf53cbfd01cd1]

        INTEGRATION: CWS dba24c (1.25.142); FILE MERGED 2007/09/16 21:14:31 fs 1.25.142.1: #i49183# don't react on elementInserted notifications if they're triggered by our own appendObject - this leads to problems with creating new views as proper view objects

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [cee812f003d59611bdc76e9af408978331b6682b]

        INTEGRATION: CWS dba24c (1.64.130); FILE MERGED 2007/09/28 19:18:46 fs 1.64.130.2: RESYNC: (1.64-1.65); FILE MERGED 2007/09/16 21:13:06 fs 1.64.130.1: use notifyEach

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [94b62028801670c8da7e72676680e9a2ac6e9bb9]

        INTEGRATION: CWS dba24c (1.16.78); FILE MERGED 2007/09/27 07:51:47 fs 1.16.78.3: #i81691# cache the EscapeProcessing property 2007/09/27 06:31:13 fs 1.16.78.2: during #i81691# don't set aggregate properties in convertFastPropertyValue, but really only in setFastPropertyValue_NoBroadcast 2007/09/12 09:09:37 fs 1.16.78.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a04e2d5c080ea9c7bfc38e269d05735ef34b4d58]

        INTEGRATION: CWS dba24c (1.31.108); FILE MERGED 2007/10/29 22:44:05 fs 1.31.108.2: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/12 09:09:37 fs 1.31.108.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [91d937d5d896db8064adb518d2822d7cf73bef66]

        INTEGRATION: CWS dba24c (1.25.142); FILE MERGED 2007/09/20 18:32:27 fs 1.25.142.1: during #i80856#: m_xORB -> m_aContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3767db2658666568e4b5670d500c5a51648b1e00]

        INTEGRATION: CWS dba24c (1.33.130); FILE MERGED 2007/09/12 09:09:37 fs 1.33.130.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7262b0de6224959ec2d54eaba2f6b65542f3a68e]

        INTEGRATION: CWS dba24c (1.23.76); FILE MERGED 2007/11/08 11:11:36 oj 1.23.76.7: #i83438# call getColumns after setting the query to fill columns and tables for later on, they are needed 2007/10/29 09:10:47 fs 1.23.76.6: #i10000# 2007/10/25 08:43:38 fs 1.23.76.5: #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode / creation of the boolean comparison predicate outsourced to a dbtools-method 2007/10/16 08:10:46 fs 1.23.76.4: why retrieve the columns/tables without need? This is expensive ... 2007/09/28 19:18:43 fs 1.23.76.3: RESYNC: (1.23-1.24); FILE MERGED 2007/09/18 12:53:53 fs 1.23.76.2: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext 2007/09/12 09:09:37 fs 1.23.76.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ae12696c011ca16c277ef3661d279e756ac5b68b]

        INTEGRATION: CWS dba24c (1.32.58); FILE MERGED 2007/09/18 12:53:53 fs 1.32.58.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1ba176260daebfd661758cf7633162f59877f1eb]

        INTEGRATION: CWS dba24c (1.94.56); FILE MERGED 2007/09/18 12:53:53 fs 1.94.56.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [326716a2b1d8ecff0b27bade20bb106e131d7856]

        INTEGRATION: CWS dba24c (1.37.152); FILE MERGED 2007/09/18 12:55:38 fs 1.37.152.1: #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext / +m_aErrors

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [39f8672ddb7ea771ba617c513c8101891a4eb7d4]

        INTEGRATION: CWS dba24c (1.93.22); FILE MERGED 2007/09/18 12:55:06 fs 1.93.22.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6b25d6a1fe4390bf992fb43838fdc71b7d885c83]

        INTEGRATION: CWS dba24c (1.48.40); FILE MERGED 2007/09/18 12:55:50 fs 1.48.40.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d840c1725f62572edfdbea71aef30cca59dda136]

        INTEGRATION: CWS dba24c (1.153.40); FILE MERGED 2007/10/29 11:13:47 fs 1.153.40.5: init FetchSize to something reasonable 2007/09/20 18:32:00 fs 1.153.40.4: typo 2007/09/18 12:56:38 fs 1.153.40.3: #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext / throw a RowSetVetoException with a defined vendor error code 2007/09/13 13:09:08 fs 1.153.40.2: more exception tolerance when calling approve listeners 2007/09/12 09:09:36 fs 1.153.40.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0713a015de53fbb44e7fdb025179df97e4b30a73]

        INTEGRATION: CWS dba24c (1.67.108); FILE MERGED 2007/10/12 21:45:05 fs 1.67.108.2: #i10000# 2007/10/11 14:15:07 oj 1.67.108.1: #i76377# check names of composer

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e53ff7142d9f99e61bc0ff6015b77a79090a2352]

        INTEGRATION: CWS dba24c (1.3.78); FILE MERGED 2007/10/12 21:21:55 fs 1.3.78.1: OB001 is superseded by css.sdb.ErrorCondition.PARSER_CYCLIC_SUBQUERIES

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f63664b93dea8fcee7c57cfb7fa3d23f175c8cb4]

        INTEGRATION: CWS dba24c (1.3.40); FILE MERGED 2007/11/04 21:45:56 fs 1.3.40.1: adjust our tests - the parser has been improved in CWS dba24c, so that the query which was previously unparseable is now parseable. We need a new unparseable query, thus.

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [855ea9d22af5e4d625a52049693d6e5039b0c553]

        INTEGRATION: CWS dba24c (1.9.110); FILE MERGED 2007/10/16 13:18:32 fs 1.9.110.1: #i82222# SIGNATURESTATE_* outsourced from sfx2/objsh.hxx to sfx2/signaturestate.hxx

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a9fd7076d72aec782a5884882959d6951c9d201e]

        INTEGRATION: CWS dba24c (1.13.2); FILE MERGED 2007/11/14 15:45:01 fs 1.13.2.2: #i82169# some SolarMutex locking 2007/10/04 20:23:40 fs 1.13.2.1: #82169# better checks for being disposed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [879d69b8c2315ae41c7db0d76de1db3b34597d15]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/05 07:55:01 fs 1.1.2.1: #i80879#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a0ad5cd20c6abb3cd8ea1ddb88f0bb196ec220]

        INTEGRATION: CWS dba24c (1.26.200); FILE MERGED 2007/09/18 20:11:42 fs 1.26.200.2: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition 2007/09/05 07:56:01 fs 1.26.200.1: #i80879#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [228faf4b5fd25ea66f5d48cc030b73b207b411ca]

        INTEGRATION: CWS dba24c (1.13.200); FILE MERGED 2007/10/25 08:45:44 fs 1.13.200.1: during #i81658#: FILTER_CRITERIA -> FILTER

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3d08d0a6c2da675a03bb8bdd2ad457afd7ab8f15]

        INTEGRATION: CWS dba24c (1.15.110); FILE MERGED 2007/10/29 07:30:35 fs 1.15.110.2: #i10000# 2007/10/28 20:29:31 fs 1.15.110.1: #i83014#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ef318be3f280d2c91ca163fb2bb9bafcef7f501d]

        INTEGRATION: CWS dba24c (1.26.110); FILE MERGED 2007/09/05 07:56:35 fs 1.26.110.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [45c2e9441c4da722ef2d8dac41ba39b08a91c5e7]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/05 07:55:17 fs 1.1.2.1: #i80879#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bdb1d58af91a8d37f225dad5aad3dfba9e99f1ca]

        INTEGRATION: CWS dba24c (1.13.110); FILE MERGED 2007/10/28 20:29:52 fs 1.13.110.1: #i83014#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2365c01ba1e1b7942c244fb44583fae77d52dba5]

        INTEGRATION: CWS dba24c (1.28.110); FILE MERGED 2007/10/28 20:29:52 fs 1.28.110.1: #i83014#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e44004b36ebdcb9d94cb36889f280f7d090d5e5f]

        INTEGRATION: CWS dba24c (1.31.44); FILE MERGED 2007/09/05 07:56:35 fs 1.31.44.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a0ba0791e8c68d814efff648c8aa1b008008a712]

        INTEGRATION: CWS dba24c (1.64.76); FILE MERGED 2007/09/05 07:56:35 fs 1.64.76.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c3650a7a70293ecd755e9f257ad5c48c1903ebda]

        INTEGRATION: CWS dba24c (1.50.96); FILE MERGED 2007/09/05 07:56:35 fs 1.50.96.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9e05b24c23966428febc376fca4b0de627a0bebe]

        INTEGRATION: CWS dba24c (1.38.110); FILE MERGED 2007/09/18 13:26:57 fs 1.38.110.1: #i81095# displayException: don't display RowSetVetoExceptions which are caused by a approval listener vetoing the changes

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [15e24865985f6850e53c9c6eb6e26ab60f7c68f5]

        INTEGRATION: CWS dba24c (1.72.18); FILE MERGED 2007/09/18 20:06:06 fs 1.72.18.2: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition 2007/09/05 07:56:35 fs 1.72.18.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b99c70aff8466ad851b955ffa71d16d76e880410]

        INTEGRATION: CWS dba24c (1.85.46); FILE MERGED 2007/10/25 08:47:00 fs 1.85.46.2: during #i81658#: FILTER_CRITERIA -> FILTER 2007/09/13 19:51:37 fs 1.85.46.1: #i81073# catch exceptions when loading the forms

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1f2b4b1209628a07f5cbfbb41615649751c4ef89]

        INTEGRATION: CWS dba24c (1.57.210); FILE MERGED 2007/09/05 07:56:35 fs 1.57.210.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3a0f5a64db32c36819c7acf973783d42aa6a6a13]

        INTEGRATION: CWS dba24c (1.20.200); FILE MERGED 2007/10/25 08:46:34 fs 1.20.200.1: during #i81658#: FILTER_CRITERIA -> FILTER

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [16dc52f460b56d876216170b37802b12016c8ce5]

        INTEGRATION: CWS dba24c (1.66.52); FILE MERGED 2007/10/25 08:47:20 fs 1.66.52.1: during #i81658#: FILTER_CRITERIA -> FILTER

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2234722b6aa1722bac2f66c0a76ac2c36a796aea]

        INTEGRATION: CWS dba24c (1.11.110); FILE MERGED 2007/09/18 20:06:06 fs 1.11.110.2: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition 2007/09/05 07:56:34 fs 1.11.110.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [81dd4e12cccfdc5fc0f715f2373f3804aa89b616]

        INTEGRATION: CWS dba24c (1.60.110); FILE MERGED 2007/09/05 07:56:14 fs 1.60.110.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c0f92c25dacc041283b1f9fe25926655d68ca184]

        INTEGRATION: CWS dba24c (1.19.110); FILE MERGED 2007/10/25 08:47:04 fs 1.19.110.1: during #i81658#: FILTER_CRITERIA -> FILTER

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b2a53674986661c00828603236194d2f392dab28]

        INTEGRATION: CWS dba24c (1.12.4); FILE MERGED 2007/09/05 07:56:38 fs 1.12.4.1: #i80879# no semicolon-separated strings anymore

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8c2e1f3cd7d427df6591e403a5ab9d0a52b18ded]

        INTEGRATION: CWS dba24c (1.3.1008); FILE MERGED 2007/09/05 07:57:04 fs 1.3.1008.1: #i80879#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b86c94a81cfc9064d5cba2aafc0cbc7d14d43975]

        INTEGRATION: CWS dba24c (1.20.176); FILE MERGED 2007/10/10 13:09:47 fs 1.20.176.1: in preparation of #i73705#/#i52527#: +DocumentMacroConfirmationRequest

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [86f421b38fc414e75f5553b0129b591168a40784]

        INTEGRATION: CWS dba24c (1.8.176); FILE MERGED 2007/10/10 13:10:10 fs 1.8.176.1: in preparation of #i73705#/#i52527#: +DocumentMacroConfirmationRequest

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8602fb9c35109f8c766ab3de6652ed5578360e96]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/10 13:08:28 fs 1.1.2.1: in preparation of #i73705#/#i52527#: UNOized the dialog which asks whether to execute macros embedded in documents. This dialog is now available at the css.task.InteractionHandler

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f3d6833e138f5d52a0f61e2f65edaea178b4605a]

        INTEGRATION: CWS dba24c (1.7.180); FILE MERGED 2007/09/13 11:34:47 fs 1.7.180.1: #i49183# +XAlterView

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9f256a187f7b1080573f9925a2b597eed6cf9b8e]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/13 11:35:01 fs 1.1.2.1: #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b2b76940f06c089281ed05c156514a4d4c1a7fa9]

        INTEGRATION: CWS dba24c (1.10.150); FILE MERGED 2007/09/13 11:34:38 fs 1.10.150.1: sugar

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9a6e55421f1171f649152696f393965d5211e4ce]

        INTEGRATION: CWS dba24c (1.9.150); FILE MERGED 2007/09/13 11:34:13 fs 1.9.150.1: #i49183# +XAlterView

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7f96212f5736c32beff881440357260c56560baa]

        INTEGRATION: CWS dba24c (1.7.130); FILE MERGED 2007/10/30 09:36:33 fs 1.7.130.2: #i10000# 2007/10/29 11:25:10 fs 1.7.130.1: #i83079# +SystemProperties

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bfeeeca115350feda161f255f75a9a36bb7e46b5]

        INTEGRATION: CWS dba24c (1.20.180); FILE MERGED 2007/10/25 08:42:28 fs 1.20.180.2: #i81658# +BooleanComparisonMode 2007/09/18 13:15:11 fs 1.20.180.1: #i81095# +ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [aa4a27cbf330817773435c32900396bb1ff130d1]

        INTEGRATION: CWS dba24c (1.7.380); FILE MERGED 2007/09/13 11:35:24 fs 1.7.380.2: #i49183# also allow to edit a query's design 2007/09/12 20:05:53 fs 1.7.380.1: #i77492# support for EscapeProcessing

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [23022c73372a0e0b9286b91b802cb1a606bd3995]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/20 18:36:20 fs 1.1.2.3: #i80856# new error conditions 2007/09/18 20:12:42 fs 1.1.2.2: +PARSER_CYCLIC_SUB_QUERIES 2007/09/18 13:15:01 fs 1.1.2.1: #i81095# defined ErrorCodes for the vendor 'OOoBase'

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2c5943bcf54548bcb136a783d3a29d64c236c1e6]

        INTEGRATION: CWS dba24c (1.7.380); FILE MERGED 2007/10/25 08:44:27 fs 1.7.380.1: spelling errors

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6bf6fc887d3a02f20c273d78a6b2346adb51c641]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/25 08:42:05 fs 1.1.2.1: #i81658# modes for creating boolean comparison predicates (already existed informally previously, this commit is only promoting it to the UNO API)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [35fa8e14f613ad7cb4521683e37077ee6b02faf3]

        INTEGRATION: CWS dba24c (1.3.38); FILE MERGED 2007/09/18 13:15:45 fs 1.3.38.1: spelling

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [812d6a237c72f35a84328b570b98510ef938ccaf]

        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>  [e5facd49eb7cd5b87f8206a861d55226ffc4ddbb]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [66062454bbf3f80dfdeb543c77f526b1af880d0a]

        INTEGRATION: CWS dba24c (1.38.78); FILE MERGED 2007/10/29 10:57:55 fs 1.38.78.1: #i83097# additional setting specifying Java methods allowed to call from inside HSQL

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0029015ea2b57dc29ba243213341a459e8565102]

        INTEGRATION: CWS dba24c (1.16.132); FILE MERGED 2007/09/13 11:43:22 fs 1.16.132.1: removed unnecessary forward

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [75fa6a042080c2abeb3ead9bd64d7c807480e058]

        INTEGRATION: CWS dba24c (1.8.34); FILE MERGED 2007/09/18 12:54:41 fs 1.8.34.1: #i81095# +conn_error_messages.src

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e880246a64c652e652df56d45f7f8e1cdbbc9d8a]

        INTEGRATION: CWS dba24c (1.2.34); FILE MERGED 2007/10/29 10:57:07 fs 1.2.34.1: #i83079# STR_LOG_SETTING_SYSTEM_PROPERTY

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0fc8cf0581804dc66bc13548c38fd43c4096c0c8]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/20 18:28:23 fs 1.1.2.3: #i80856# new error conditions which were formerly located in sdbtools lib/resource 2007/09/18 20:07:20 fs 1.1.2.2: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition 2007/09/18 12:54:30 fs 1.1.2.1: #i81095# error messages for css.sdb.ErrorCondition values

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bba84e3f1e650ff8ea82dbd3a5be219b94f38f0d]

        INTEGRATION: CWS dba24c (1.47.34); FILE MERGED 2007/10/29 22:12:34 fs 1.47.34.4: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/28 22:04:18 fs 1.47.34.3: #i10000# 2007/09/28 19:17:57 fs 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2007/09/18 20:05:25 fs 1.47.34.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bfbf21aff0eef02fb74a3560e29272c600331ef6]

        INTEGRATION: CWS dba24c (1.54.20); FILE MERGED 2007/09/28 19:17:54 fs 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2007/09/18 20:05:25 fs 1.54.20.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [922be07484f380878743d44d5678fbc908b42d6a]

        INTEGRATION: CWS dba24c (1.57.18); FILE MERGED 2007/10/29 22:12:34 fs 1.57.18.4: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/28 22:04:18 fs 1.57.18.3: #i10000# 2007/09/28 19:17:51 fs 1.57.18.2: RESYNC: (1.57-1.58); FILE MERGED 2007/09/18 20:05:25 fs 1.57.18.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a46ae5fe912bc1868af38888c445342ca6421efa]

        INTEGRATION: CWS dba24c (1.2.34); FILE MERGED 2007/10/29 09:53:58 fs 1.2.34.1: #i83079# STR_LOG_SETTING_SYSTEM_PROPERTY

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a7780b77df634547d0e2ace0cf3d0c9bfa984aa1]

        INTEGRATION: CWS dba24c (1.23.192); FILE MERGED 2007/09/27 07:51:05 fs 1.23.192.2: #i81691# forward the EscapeProcessing setting to the system driver 2007/09/27 06:30:04 fs 1.23.192.1: #i81691# properly preserve the EscapeProcessing property (even if not forwarded to the system driver)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dacfd3a84d0347ebad01ff9b1e890319b6cfcb0f]

        INTEGRATION: CWS dba24c (1.2.34); FILE MERGED 2007/10/29 09:55:32 fs 1.2.34.1: #i83079# some const-ness

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6c1263f911cec2250fc4acba0beb558e21163aa8]

        INTEGRATION: CWS dba24c (1.15.34); FILE MERGED 2007/10/15 13:31:28 fs 1.15.34.1: #i82222# hold the driver's classes class loader as global reference, so we can put it in place as ContextClassLoader everytime a statement is executed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [02a23e3d7db355abe26c01b3da8644367d22af19]

        INTEGRATION: CWS dba24c (1.12.34); FILE MERGED 2007/10/15 13:30:50 fs 1.12.34.1: during #i82222#: add env() accessor

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f054c25c9e716053766d5d75d771ebabe989b856]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/16 12:58:14 fs 1.1.2.3: removed circular include 2007/10/16 06:21:50 fs 1.1.2.2: #i10000# 2007/10/15 13:30:05 fs 1.1.2.1: #i82222# dedicated class for holding a local reference to an JNI object

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [991004a0bc431297372d1690cb8072c4c13ef04a]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/11/16 20:01:48 fs 1.1.2.3: #i10000# (thanks to pjanik pointing out) 2007/10/16 06:42:28 fs 1.1.2.2: #i10000# 2007/10/15 13:30:23 fs 1.1.2.1: #i82222# dedicated class for holding a global reference to an JNI object

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7ac8d37609c6a04f40d9a9c995eac0e84a2ff121]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/16 06:21:50 fs 1.1.2.2: #i10000# 2007/10/15 13:29:30 fs 1.1.2.1: #i82222# outsourced/modified SB's implementation of this class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d30521964fd486014a786f97033f4f251fb2f118]

        INTEGRATION: CWS dba24c (1.4.178); FILE MERGED 2007/09/13 11:42:36 fs 1.4.178.1: #i49183# remember the connection, not only its meta data

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [222a7ff1d93e924f08d9b0f0305cbd8090b8a23c]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/10 09:32:20 fs 1.1.2.3: #i10000# 2007/09/14 21:30:15 fs 1.1.2.2: #i49183# 2007/09/13 11:42:11 fs 1.1.2.1: #i49183# a single view

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f7cf8e35784610323b5d42ad034cd24fb996a4e9]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/13 11:42:00 fs 1.1.2.1: #i49183# tools

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f2d8dcfe86e255808cd9ec6634e23ab9d18ebe4b]

        INTEGRATION: CWS dba24c (1.3.290); FILE MERGED 2007/09/13 11:42:57 fs 1.3.290.1: sugar

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2a21ea6b131e9390eec596e3c2cb9a6c5de97842]

        INTEGRATION: CWS dba24c (1.37.132); FILE MERGED 2007/09/27 07:51:09 fs 1.37.132.2: #i81691# forward the EscapeProcessing setting to the system driver 2007/09/27 06:30:10 fs 1.37.132.1: #i81691# properly preserve the EscapeProcessing property (even if not forwarded to the system driver)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2235f0d728befb881ce88a69722514df0a7d7a6e]

        INTEGRATION: CWS dba24c (1.6.132); FILE MERGED 2007/10/26 11:54:23 fs 1.6.132.1: during #i73245#: don't rely on the driver's getTableTypes to include VIEW, simply assume we support it (we expose the XViewsSupplier interface, anyway)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bfa7cec3327fd70a1022bc4f8b9f702d28f59922]

        INTEGRATION: CWS dba24c (1.25.60); FILE MERGED 2007/10/29 10:57:35 fs 1.25.60.1: #i83097# additional setting specifying Java methods allowed to call from inside HSQL

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [94cae47a63c3255a2ff6c87bd449d30bb6452d4b]

        INTEGRATION: CWS dba24c (1.20.34); FILE MERGED 2007/10/15 13:31:56 fs 1.20.34.1: #i82222# +ContextClassLoader

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1d577fbb766da39f54045f53371b47f1b30de341]

        INTEGRATION: CWS dba24c (1.18.34); FILE MERGED 2007/10/29 09:44:13 fs 1.18.34.1: adjusted some log levels

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [08f24bab6a60d309378cae66c5b1bb3ff6734f70]

        INTEGRATION: CWS dba24c (1.3.34); FILE MERGED 2007/10/29 09:44:13 fs 1.3.34.2: adjusted some log levels 2007/10/15 13:32:36 fs 1.3.34.1: #i82222# when executing statements, also put the DriverClassLoader of the connection in place as ContextClassLoader

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3a32a26878fd34c0b15b2649839c59f633e4ace3]

        INTEGRATION: CWS dba24c (1.38.34); FILE MERGED 2007/10/29 10:58:34 fs 1.38.34.1: #i83097# additional setting specifying Java methods allowed to call from inside HSQL

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2e5361c09b68dad41c2ea71eaa0822b59192d49c]

        INTEGRATION: CWS dba24c (1.6.2); FILE MERGED 2007/10/29 22:12:33 fs 1.6.2.6: merging changes from CWS dba24b herein, to not wait for later resync 2007/10/29 10:59:19 fs 1.6.2.5: #i83097# additional setting specifying Java methods allowed to call from inside HSQL 2007/10/29 09:44:13 fs 1.6.2.4: adjusted some log levels 2007/10/15 13:33:15 fs 1.6.2.3: #i82222# reworked SBs patch to use the driver classes class loader when constructing the connection, not when actually loading the system driver 2007/10/10 20:40:46 fs 1.6.2.2: #i10000# 2007/10/10 14:41:36 sb 1.6.2.1: #i82222# Use JavaDriverClassPath class loader as context class loader around JavaDriverClass instance creation.

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0d5e0e014ca36bb1ac52f7070f26b4fdc21cd56e]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/10/24 06:31:56 fs 1.1.2.2: #i10000# 2007/10/15 13:31:46 fs 1.1.2.1: #i82222# outsourced/modified SB's implementation of this class

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4555271ae6d38f0599c81a295c7d4434f17d399e]

        INTEGRATION: CWS dba24c (1.12.4); FILE MERGED 2007/09/13 11:45:21 fs 1.12.4.1: #i49183# +HTools/HView

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ecd58311c42e413f2137a425e6993cafa17f8165]

        INTEGRATION: CWS dba24c (1.6.132); FILE MERGED 2007/09/16 21:16:11 fs 1.6.132.3: use notifyEach 2007/09/16 21:15:13 fs 1.6.132.2: use notifyEach 2007/09/13 11:42:41 fs 1.6.132.1: #i49183# remember the connection, not only its meta data

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a0c6482372506382157d88ebf454ac8357b90ec6]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/29 11:55:39 fs 1.1.2.3: #i10000# 2007/09/14 21:31:01 fs 1.1.2.2: #i49183# alterCommand: AutoCommit does not affect dropping objects - re-create the original view when creating the new one fails 2007/09/13 11:43:16 fs 1.1.2.1: #i49183# a single view

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [80265543205f61fc5c5ae8344e4b9f88ab857e5f]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/29 11:55:04 fs 1.1.2.2: #i10000# 2007/09/13 11:43:34 fs 1.1.2.1: #i49183# tools

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [53aff1d425fbb4b285afcc28b43b04d16faf053e]

        INTEGRATION: CWS dba24c (1.8.132); FILE MERGED 2007/09/13 11:45:04 fs 1.8.132.1: class renaming during #i49183#

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0aee25d265b6e763f4fa09ade76ec152edf0bc89]

        INTEGRATION: CWS dba24c (1.24.4); FILE MERGED 2007/10/29 09:51:45 fs 1.24.4.1: #i83097# additional setting specifying Java methods allowed to call from inside HSQL

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [df600d9c521d5257818337d24cdf28409b5a8481]

        INTEGRATION: CWS dba24c (1.8.122); FILE MERGED 2007/10/15 13:33:42 fs 1.8.122.3: use some DBG_UNHANDLED_EXCEPTION 2007/09/18 12:57:27 fs 1.8.122.2: removed dead (commented-out) code 2007/09/13 11:44:54 fs 1.8.122.1: #i49183# outsourced a statement composing task to HTools

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [abd3c14fe2260e8fe2f1d60db49bcc6774328788]

        INTEGRATION: CWS dba24c (1.6.132); FILE MERGED 2007/09/13 11:44:19 fs 1.6.132.1: #i49183# propagate the XConnection to the single View objects

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4ef3bbf4d7ba9b9bdda45d3042ef98046aa0b6de]

        INTEGRATION: CWS dba24c (1.4.20); FILE MERGED 2007/09/04 20:02:05 fs 1.4.20.1: initialize bDisposeComposer Issue number:  #i81253# Submitted by:  cmc@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b3eefe96e7d21da07f1db82309d0b7a840a066a2]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/29 12:12:46 fs 1.1.2.7: #i10000# 2007/09/20 18:27:04 fs 1.1.2.6: proper parameter replacement 2007/09/18 20:03:42 fs 1.1.2.5: +getSQLException 2007/09/18 13:23:23 fs 1.1.2.4: space between vendor name and real error message 2007/09/18 13:14:14 fs 1.1.2.3: getErrorCode can be static 2007/09/18 12:59:15 fs 1.1.2.2: class renamed 2007/09/18 12:51:29 fs 1.1.2.1: #i81095# helper class for dealing with errors in OOo Base's core components (related to css.sdb.ErrorConditions)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c8afd33acc31b97f5947489fc6594d616e23b65e]

        INTEGRATION: CWS dba24c (1.68.34); FILE MERGED 2007/10/25 08:41:04 fs 1.68.34.1: #i81658# +getBooleanComparisonPredicated

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [cdb9f614964a66d33ba945acdc1fe04dbac32294]

        INTEGRATION: CWS dba24c (1.6.4); FILE MERGED 2007/10/25 08:40:22 fs 1.6.4.1: #i81658# +getBooleanComparisonMode

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0d1a524149d541e0095b41435e83bfdd6da2b9ad]

        INTEGRATION: CWS dba24c (1.20.20); FILE MERGED 2007/09/18 20:05:13 fs 1.20.20.3: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition 2007/09/18 12:52:08 fs 1.20.20.2: doThrow: there is a ::cppu::throwException, which is much better than our self-made solution 2007/09/13 11:43:57 fs 1.20.20.1: better grammar in throwFunctionNotSupportedException

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6f120164ede32b4287ee13a51f39140b339fbe60]

        INTEGRATION: CWS dba24c (1.30.132); FILE MERGED 2007/10/15 12:00:37 oj 1.30.132.1: #i78438# convert string to bool extended

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fd42ad2917c0418a8c8174fe9b62084754cb0fb4]

        INTEGRATION: CWS dba24c (1.21.54); FILE MERGED 2007/09/18 20:04:51 fs 1.21.54.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [09011c354f89569c149642f6a0f5f81f7b2da020]

        INTEGRATION: CWS dba24c (1.1.2); FILE ADDED 2007/09/18 20:03:35 fs 1.1.2.4: +getSQLException 2007/09/18 13:14:08 fs 1.1.2.3: getErrorCode can be static 2007/09/18 12:59:14 fs 1.1.2.2: class renamed 2007/09/18 12:50:56 fs 1.1.2.1: #i81095# helper class for dealing with errors in OOo Base's core components (related to css.sdb.ErrorConditions)

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e01035b82baf48cf5d1ebbd162e6f773533f5728]

        INTEGRATION: CWS dba24c (1.32.96); FILE MERGED 2007/10/25 08:40:59 fs 1.32.96.1: #i81658# +getBooleanComparisonPredicated

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e59d9008ba58cf83c585830612390dca9be921f4]

        INTEGRATION: CWS dba24c (1.5.4); FILE MERGED 2007/10/25 08:40:15 fs 1.5.4.1: #i81658# +getBooleanComparisonMode

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d5398b8a640e691ec147931c303262929b9fba37]

        INTEGRATION: CWS dba24c (1.17.98); FILE MERGED 2007/09/18 20:04:51 fs 1.17.98.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a8400ab77e2939321934107e5d531ef633c35e80]

        INTEGRATION: CWS dba24c (1.5.138); FILE MERGED 2007/09/18 20:04:51 fs 1.5.138.1: during #i81095#: outsourced the CYCLIC_SUB_QUERIES error to the new css.sdb.ErrorCondition

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [049944ea463d4b5e29a9beaff20daaea1f53f19f]

        INTEGRATION: CWS os104 (1.220.26); FILE MERGED 2007/11/06 15:18:14 os 1.220.26.1: #i73117# insert toolbar changed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [89f073c1e5e1626c7e6494efadf82a62d5608396]

        INTEGRATION: CWS os104 (1.2.214); FILE MERGED 2007/09/13 10:59:36 os 1.2.214.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4d15cc6608b9ae26314175451b9ed78be0ff0219]

        INTEGRATION: CWS os104 (1.2.214); FILE MERGED 2007/09/13 10:59:35 os 1.2.214.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [6dc890a1de1e052427c3a33b115127191de4906c]

        INTEGRATION: CWS os104 (1.6.194); FILE MERGED 2007/09/14 09:15:36 os 1.6.194.1: #i73117# insert toolbar modified

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1b2c69ffc1827736b8ad35712bf6a5d39e480187]

        INTEGRATION: CWS os104 (1.5.398); FILE MERGED 2007/09/13 10:59:35 os 1.5.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c0cebe8a8a0dc5c0c05bb4393730f80b7ca0a1bb]

        INTEGRATION: CWS os104 (1.8.398); FILE MERGED 2007/09/13 10:59:34 os 1.8.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [64ee2dfe618bf67433b10350ee6c9117ef9deefb]

        INTEGRATION: CWS os104 (1.5.398); FILE MERGED 2007/09/13 10:59:34 os 1.5.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e3cdbe1a41d271e4e83d88a61cbb4635f2f9b526]

        INTEGRATION: CWS os104 (1.2.214); FILE MERGED 2007/09/13 10:59:34 os 1.2.214.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [dae01fe50415282dba1615c9467f3afda19058ce]

        INTEGRATION: CWS os104 (1.2.214); FILE MERGED 2007/09/13 10:59:33 os 1.2.214.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8e720ce8e9e9cdafb5f04cabfe7dd034142d9cbf]

        INTEGRATION: CWS os104 (1.2.214); FILE MERGED 2007/09/13 10:59:32 os 1.2.214.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [25a6dba42e62d361c2358d40cf3423940b015801]

        INTEGRATION: CWS os104 (1.5.1178); FILE MERGED 2007/09/14 09:15:36 os 1.5.1178.1: #i73117# insert toolbar modified

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e221aa763064788afdc5e5748bbd6539cd8c4531]

        INTEGRATION: CWS os104 (1.5.398); FILE MERGED 2007/09/13 10:59:32 os 1.5.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [83f56c277bdf43f7941ba446099974358f002f75]

        INTEGRATION: CWS os104 (1.8.398); FILE MERGED 2007/09/13 10:59:31 os 1.8.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [154908742026a10e5318bcab5a597858f15acf47]

        INTEGRATION: CWS os104 (1.5.398); FILE MERGED 2007/09/13 10:59:31 os 1.5.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1dff19f24bfa30e59ceafe6d4f6164902e4cdf94]

        INTEGRATION: CWS os104 (1.6.194); FILE MERGED 2007/09/14 09:15:35 os 1.6.194.1: #i73117# insert toolbar modified

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [50380578ac1eff82cb20abef4770bb35e3ff3868]

        INTEGRATION: CWS os104 (1.9.396); FILE MERGED 2007/09/13 10:59:31 os 1.9.396.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a42e30cfd926d1fdade369c5e0c0e1ef1c868b20]

        INTEGRATION: CWS os104 (1.5.398); FILE MERGED 2007/09/13 10:59:30 os 1.5.398.1: #i51514#style accelerators Strg+0...5 for text body and headings and Strg+Shift+0 for Default

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f941533c456c5a542adda2e923981b079611ba7f]

        INTEGRATION: CWS os104 (1.50.214); FILE MERGED 2007/10/31 07:39:59 os 1.50.214.1: #i50339# renamed 'Text frame' to 'Text frames'; invalid comments removed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a601d1a9011d2767df2a77d681a1e7fd04482b]

        INTEGRATION: CWS os104 (1.37.8); FILE MERGED 2007/10/15 08:54:21 os 1.37.8.1: #i81822# Drag&Drop of files fixed

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a4b4ca34455fb84b5f2ea128ec8f94dbde3a5081]

        INTEGRATION: CWS os104 (1.56.8); FILE MERGED 2007/10/31 08:39:25 os 1.56.8.1: #i83026# insertion of Math/Chart disabled in embedded mode

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9705073ed0be1e58b7d0db316ce431628bbcfaa4]

        INTEGRATION: CWS os104 (1.19.8); FILE MERGED 2007/11/05 08:07:09 os 1.19.8.2: #i83016# warning fix 2007/10/31 08:14:31 os 1.19.8.1: #i83016# warning on 64bit

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [5f613cbf771ae223968df511b4755699dca463dc]

        INTEGRATION: CWS os104 (1.21.8); FILE MERGED 2007/10/31 08:14:31 os 1.21.8.1: #i83016# warning on 64bit

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [18e5b73f7c95845c8a9070af7745115f51a1a391]

        INTEGRATION: CWS os104 (1.19.8); FILE MERGED 2007/10/31 09:25:27 os 1.19.8.1: #i82921# re-enable OKButton if selected data source is valid

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4f4c23baa8b85988787b63cf02d7687e5363370d]

        INTEGRATION: CWS os104 (1.26.8); FILE MERGED 2007/10/31 08:14:50 os 1.26.8.1: #i83016# warning on 64bit

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [bfd8aa7420515e3de523976e099a9625f2e3e8ee]

        INTEGRATION: CWS os104 (1.58.8); FILE MERGED 2007/10/31 08:15:06 os 1.58.8.1: #i83016# warning on 64bit

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [7f0a79fd901197f53af7e42b5395737bc8974bdd]

        INTEGRATION: CWS os104 (1.26.130); FILE MERGED 2007/09/14 14:01:34 os 1.26.130.1: #i73117# insert toolbar modified

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [407b83b16bc810855bb8052f9f0af03d22c603e4]

        INTEGRATION: CWS os104 (1.25.130); FILE MERGED 2007/09/14 14:01:34 os 1.25.130.1: #i73117# insert toolbar modified

2007-11-21  Ivo Hinkelmann  <ihi@openoffice.org>  [d5b7bca86d5895481afdf5364b81d4e38f061725]

        INTEGRATION: CWS os104 (1.27.130); FILE MERGED 2007/09/14 14:01:34 os 1.27.130.1: #i73117# insert toolbar modified

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [68b34c675bf9304ddc117f333e076390037623d2]

        INTEGRATION: CWS reportdesign01 (1.6.82); FILE MERGED 2007/10/16 10:56:29 oj 1.6.82.1: #i78403# use current date or time as preview value for the format dialog and string

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [18f53928f8b653c39dd07dfcf066b3f1c441aa39]

        INTEGRATION: CWS reportdesign01 (1.10.82); FILE MERGED 2007/10/16 10:56:29 oj 1.10.82.1: #i78403# use current date or time as preview value for the format dialog and string

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9785b96f046317e5d0d7282fd14c004c0bf4a153]

        INTEGRATION: CWS reportdesign01 (1.27.48); FILE MERGED 2007/10/11 12:28:37 oj 1.27.48.1: #i81963# field unit corrected

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8757db260ae79821e825d244fd677030be1d83c2]

        INTEGRATION: CWS reportdesign01 (1.11.48); FILE MERGED 2007/10/16 10:56:29 oj 1.11.48.1: #i78403# use current date or time as preview value for the format dialog and string

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e481f924371c2487f8423abfcd8fb952e99eaaf2]

        INTEGRATION: CWS reportdesign01 (1.3.92); FILE MERGED 2007/10/15 09:09:57 oj 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/04 11:36:19 lla 1.3.92.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4f9246c4c86f96316ff6dab26868dd6da1978dbf]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:19 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ba22e30b1573c59043a9ea1afaaf3eb717aba834]

        INTEGRATION: CWS reportdesign01 (1.6.92); FILE MERGED 2007/10/15 09:09:51 oj 1.6.92.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/04 09:03:59 lla 1.6.92.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e1395ba7fac857a762122d9cfecf613a858d4973]

        INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED 2007/10/04 09:03:59 lla 1.5.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3ba1eca32b59343da6c1be4bc60d860aba77926b]

        INTEGRATION: CWS reportdesign01 (1.6.238); FILE MERGED 2007/10/15 09:09:44 oj 1.6.238.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/04 09:03:59 lla 1.6.238.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d311f09c35432371b84a243d46b9e399db8e6f40]

        INTEGRATION: CWS reportdesign01 (1.9.24); FILE MERGED 2007/10/04 09:03:59 lla 1.9.24.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [38fef3b25feea0c89e6b3f62aefe3b3782bcbc14]

        INTEGRATION: CWS reportdesign01 (1.10.154); FILE MERGED 2007/10/04 09:03:59 lla 1.10.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [72165b8e8284974e21fd0515e2b9257959e8d7b6]

        INTEGRATION: CWS reportdesign01 (1.8.154); FILE MERGED 2007/10/04 09:03:59 lla 1.8.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [59b56089ec60be5faae0c107f8dd0c1ff2400324]

        INTEGRATION: CWS reportdesign01 (1.9.98); FILE MERGED 2007/10/04 11:36:18 lla 1.9.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e332a19e0e1c77a660b30061ecd918b3c318af7e]

        INTEGRATION: CWS reportdesign01 (1.5.98); FILE MERGED 2007/10/04 09:03:58 lla 1.5.98.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [695a581a1144c1d6e602f960f5b91756f892ffb9]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:18 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f58c247551492a03a6685b4fc94df8777195f658]

        INTEGRATION: CWS reportdesign01 (1.6.98); FILE MERGED 2007/10/04 11:36:18 lla 1.6.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e8cb00f2940a15bce3a396fed96ea58ec95f33b7]

        INTEGRATION: CWS reportdesign01 (1.5.98); FILE MERGED 2007/10/04 11:36:18 lla 1.5.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [933290759fd3c2b981a136e160e8e28a82e7538f]

        INTEGRATION: CWS reportdesign01 (1.7.98); FILE MERGED 2007/10/04 11:36:18 lla 1.7.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [410bf75531a166956b3f9219c8f1356192ab0e43]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:17 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a2cdbed7974e84df10e8de67c1b48d2019b882f8]

        INTEGRATION: CWS reportdesign01 (1.5.92); FILE MERGED 2007/10/15 09:09:37 oj 1.5.92.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/04 09:03:58 lla 1.5.92.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e3b93bb41efeca8dc0061d018c37d95174809e3e]

        INTEGRATION: CWS reportdesign01 (1.5.72); FILE MERGED 2007/10/04 11:36:17 lla 1.5.72.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c1191c806778fb18bc34c1d2fc6c45fd99878037]

        INTEGRATION: CWS reportdesign01 (1.12.28); FILE MERGED 2007/10/04 09:03:58 lla 1.12.28.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e80840b4d0fc03031cd8e658b420bbf07c5c3518]

        INTEGRATION: CWS reportdesign01 (1.5.98); FILE MERGED 2007/10/04 11:36:17 lla 1.5.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [95eb4227f483bac0e830f36a2e0421ed197be521]

        INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED 2007/10/04 09:03:58 lla 1.5.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b44df1b1ad37df31b991b2a26ca5b65b2afd7f2b]

        INTEGRATION: CWS reportdesign01 (1.6.98); FILE MERGED 2007/10/04 11:36:17 lla 1.6.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [974a3aa5ebff655d47b7be6a09bc6dfe1b43c2d8]

        INTEGRATION: CWS reportdesign01 (1.7.42); FILE MERGED 2007/10/15 09:09:30 oj 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/04 11:36:16 lla 1.7.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [98df713ebb5156a5dd39fe11de4cf9f8a07dc087]

        INTEGRATION: CWS reportdesign01 (1.5.92); FILE MERGED 2007/10/15 09:09:23 oj 1.5.92.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/04 09:03:57 lla 1.5.92.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ef7465d2b392c010363e934ca4633c27f04aef39]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:16 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e1169e87d9f4a0de22f3ef281be1a28ac42b7c50]

        INTEGRATION: CWS reportdesign01 (1.7.42); FILE MERGED 2007/10/15 09:09:16 oj 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/04 11:36:15 lla 1.7.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b38ac1bb26caa453474707b071375b1eb4158dc1]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:15 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b45bf7d3bf72b83ee6ba6e843163615286e5506d]

        INTEGRATION: CWS reportdesign01 (1.5.92); FILE MERGED 2007/10/15 09:09:09 oj 1.5.92.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/04 09:03:57 lla 1.5.92.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3bf6ae2743240d69772946fbceededd033e0bf3d]

        INTEGRATION: CWS reportdesign01 (1.5.72); FILE MERGED 2007/10/04 11:36:15 lla 1.5.72.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2b5fd62cc405c6fbedeab3145c4c3f435aff8ca7]

        INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED 2007/10/04 09:03:57 lla 1.5.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b9db27fc92bd924a4fe514331b7ef85cad97729d]

        INTEGRATION: CWS reportdesign01 (1.7.98); FILE MERGED 2007/10/04 11:36:15 lla 1.7.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [caa2a7538892de997c69bfab11e539ef7997d8e9]

        INTEGRATION: CWS reportdesign01 (1.4.298); FILE MERGED 2007/10/04 09:03:57 lla 1.4.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [022e16cb5062bb40b69b6163d8b6dd4df39d1ef6]

        INTEGRATION: CWS reportdesign01 (1.3.298); FILE MERGED 2007/10/04 09:03:57 lla 1.3.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9aecc3a5e5473d2aede6104cb4a23bcab0daba3e]

        INTEGRATION: CWS reportdesign01 (1.6.298); FILE MERGED 2007/10/04 09:03:57 lla 1.6.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0838820f8d6e5d78dad53e4aa97bc084686955f0]

        INTEGRATION: CWS reportdesign01 (1.6.154); FILE MERGED 2007/10/04 09:03:57 lla 1.6.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d96de12fadf18540485089c4c2d98af87ce8313f]

        INTEGRATION: CWS reportdesign01 (1.10.154); FILE MERGED 2007/10/04 09:03:57 lla 1.10.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [13301a9777c0e4a2a3413351b0114c5fd0450b7b]

        INTEGRATION: CWS reportdesign01 (1.9.72); FILE MERGED 2007/10/04 11:36:15 lla 1.9.72.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2a384bb918e148c17a146c2c27e5b73db2e78a8d]

        INTEGRATION: CWS reportdesign01 (1.7.42); FILE MERGED 2007/10/15 09:09:02 oj 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/04 11:36:14 lla 1.7.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d004fb87647ab20ec1979e8389454f987c67ab15]

        INTEGRATION: CWS reportdesign01 (1.4.238); FILE MERGED 2007/10/15 09:08:55 oj 1.4.238.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/04 09:03:56 lla 1.4.238.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ebb5dd555788832143b7d2c838db5a2f5a3711f4]

        INTEGRATION: CWS reportdesign01 (1.8.154); FILE MERGED 2007/10/04 09:03:56 lla 1.8.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ba4dcbbe03d2167d4e9d869f7301fe00fb7ba3c1]

        INTEGRATION: CWS reportdesign01 (1.8.10); FILE MERGED 2007/10/15 09:08:48 oj 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/04 11:36:14 lla 1.8.10.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [43caea55a7121113a624b46b9c9358faab2ed50c]

        INTEGRATION: CWS reportdesign01 (1.4.98); FILE MERGED 2007/10/04 11:36:14 lla 1.4.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [65d2cd8d98807f1434c541bae7fb71b8ec325921]

        INTEGRATION: CWS reportdesign01 (1.5.154); FILE MERGED 2007/10/04 09:03:56 lla 1.5.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1003957a7ed5888d2492aa5a1623772d832eb27b]

        INTEGRATION: CWS reportdesign01 (1.7.154); FILE MERGED 2007/10/04 09:03:56 lla 1.7.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b6575e29dfd64fe647818577c51069ff9180c2b5]

        INTEGRATION: CWS reportdesign01 (1.11.10); FILE MERGED 2007/10/15 09:08:42 oj 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/04 11:36:14 lla 1.11.10.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [89a39b072dd7e60f3fcc321b1a9f562de9263758]

        INTEGRATION: CWS reportdesign01 (1.7.98); FILE MERGED 2007/10/04 11:36:14 lla 1.7.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [08e3c2abbf0db429cc20169056586b6159d1c667]

        INTEGRATION: CWS reportdesign01 (1.8.10); FILE MERGED 2007/10/15 09:08:35 oj 1.8.10.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/04 11:36:13 lla 1.8.10.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [76ea2364f835ebc30aa21182e685c819524134d6]

        INTEGRATION: CWS reportdesign01 (1.5.298); FILE MERGED 2007/10/04 09:03:56 lla 1.5.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9000d0aa22e3c0d13553b9d68561c518104e0ae9]

        INTEGRATION: CWS reportdesign01 (1.6.154); FILE MERGED 2007/10/04 09:03:56 lla 1.6.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8878a133773323ecf4be1c5182072e28cd5ede9f]

        INTEGRATION: CWS reportdesign01 (1.7.42); FILE MERGED 2007/10/15 09:08:28 oj 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/04 11:36:13 lla 1.7.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a50c5bfa59ded218459d76036845e11b1475e785]

        INTEGRATION: CWS reportdesign01 (1.8.298); FILE MERGED 2007/10/04 09:03:56 lla 1.8.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b2522b648c6609b5b01af2b71896ea74edcb2708]

        INTEGRATION: CWS reportdesign01 (1.12.154); FILE MERGED 2007/10/04 09:03:55 lla 1.12.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a1dc4fde9db16c4eca8d014a6ecfc156c6b41aca]

        INTEGRATION: CWS reportdesign01 (1.10.42); FILE MERGED 2007/10/15 09:08:21 oj 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/04 11:36:13 lla 1.10.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7c62edf129e21ef454a1550633e0bdd799e43f49]

        INTEGRATION: CWS reportdesign01 (1.7.42); FILE MERGED 2007/10/15 09:08:14 oj 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/10/04 11:36:13 lla 1.7.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2392242af8c8fbe05d952240654b25fe8f40cf62]

        INTEGRATION: CWS reportdesign01 (1.6.154); FILE MERGED 2007/10/04 09:03:55 lla 1.6.154.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b9ce800e9822f3624c2c78dac0a70fd07d76ea40]

        INTEGRATION: CWS reportdesign01 (1.13.92); FILE MERGED 2007/10/15 09:07:53 oj 1.13.92.2: RESYNC: (1.13-1.14); FILE MERGED 2007/10/04 09:03:55 lla 1.13.92.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [96a87a6ee0ff5b600d97c6fc29f72e9cea84dc8b]

        INTEGRATION: CWS reportdesign01 (1.11.98); FILE MERGED 2007/10/04 11:36:12 lla 1.11.98.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e60754911d9744726aa0a6a6890c8d2f10bc8dcd]

        INTEGRATION: CWS reportdesign01 (1.10.42); FILE MERGED 2007/10/15 09:07:45 oj 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/10/04 11:36:12 lla 1.10.42.1: #i67655# cleanups

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8174a626c907482538ae712e4655efd4832e7d0e]

        INTEGRATION: CWS reportdesign01 (1.7.656); FILE MERGED 2007/10/04 09:03:54 lla 1.7.656.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3116aa75a4f7db52c3f644e1ccb460b413e5919c]

        INTEGRATION: CWS reportdesign01 (1.16.146); FILE MERGED 2007/10/04 09:03:54 lla 1.16.146.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [73ef5400cf0af2544459d6d8606fc1362706f528]

        INTEGRATION: CWS reportdesign01 (1.12.402); FILE MERGED 2007/10/04 11:38:22 lla 1.12.402.2: #i67655# remove wrong new added test 2007/10/04 09:03:54 lla 1.12.402.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [192afe7fa41c376bf63b07a59f4b23258fd2003e]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/10/04 11:37:11 lla 1.1.2.1: #i67655# cleanup: make one export.map for all tests

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4ac23b85da9b32f0ff48b41c056e8db8fe0e09e7]

        INTEGRATION: CWS reportdesign01 (1.4.298); FILE MERGED 2007/10/04 09:03:54 lla 1.4.298.1: #i67655# only updates on some tests to build warning free

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [898d82509af6277f3ec1eead2ea5f19c5f430e46]

        INTEGRATION: CWS reportdesign01 (1.64.82); FILE MERGED 2007/09/21 10:51:39 oj 1.64.82.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [93f7c090db6b763a1f8a9da77a8debee33bb4da2]

        INTEGRATION: CWS reportdesign01 (1.23.10); FILE MERGED 2007/10/25 08:56:26 lla 1.23.10.6: #i78099# merge problem fixed 2007/10/15 08:52:14 oj 1.23.10.5: RESYNC: (1.23-1.24); FILE MERGED 2007/10/11 06:28:04 oj 1.23.10.4: #i81105# fix for absent extension 2007/09/25 08:32:51 lla 1.23.10.3: #i77897# use a SQLException instead. 2007/09/25 05:31:01 lla 1.23.10.2: #i78099# no error window if user pressed cancel 2007/09/21 10:51:39 oj 1.23.10.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [206bcb90cc733f7700e43df9994ffc5ce3032554]

        INTEGRATION: CWS reportdesign01 (1.14.68); FILE MERGED 2007/09/21 10:51:39 oj 1.14.68.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [749572e118c184fa9c3ed1668b358eff0b2c12d1]

        INTEGRATION: CWS reportdesign01 (1.14.50); FILE MERGED 2007/09/21 10:51:39 oj 1.14.50.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a58579265e7ab194212d67257bd3ee470945d415]

        INTEGRATION: CWS reportdesign01 (1.19.48); FILE MERGED 2007/10/15 08:45:19 oj 1.19.48.2: RESYNC: (1.19-1.20); FILE MERGED 2007/09/21 10:51:39 oj 1.19.48.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9fc82c4f3df2099a50fb695afd9770863faa63a8]

        INTEGRATION: CWS reportdesign01 (1.44.30); FILE MERGED 2007/10/15 08:45:12 oj 1.44.30.2: RESYNC: (1.44-1.47); FILE MERGED 2007/09/21 10:51:38 oj 1.44.30.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1b3b0c782c717b072b655aae7e0f4787b5e343f4]

        INTEGRATION: CWS reportdesign01 (1.9.50); FILE MERGED 2007/09/21 10:51:38 oj 1.9.50.1: #i77690# add new context menu entry to create a report with prefilled table or query

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [936431d46e8a9e2313cd5165287d79ef741604de]

        INTEGRATION: CWS reportdesign01 (1.15.70); FILE MERGED 2007/09/21 10:17:30 oj 1.15.70.1: #i80229# change name

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2d8c990f8790be43cf4dda4bc871a917b9dcc974]

        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>  [e0d337950057c4161ebfa53e51d0f46e7efff521]

        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>  [e61eefffa1299decd0ba3c451de3f647636f8ed4]

        INTEGRATION: CWS reportdesign01 (1.2.62); FILE MERGED 2007/09/25 11:09:17 oj 1.2.62.1: ext color schema

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [13537fcab53ba3e0a3d70738eb2c5a75bd7cc205]

        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>  [584446bf830af900d934615fdeb1307b14c2ad7d]

        INTEGRATION: CWS reportdesign01 (1.4.30); FILE MERGED 2007/10/09 09:22:52 lla 1.4.30.1: #i79214# change setQuery to setElementaryQuery

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8e24aedf33f5be5a33cc5b313663a09ef55df689]

        INTEGRATION: CWS reportdesign01 (1.68.42); FILE MERGED 2007/09/24 13:14:39 lla 1.68.42.1: #i78099# if user pressed cancelled, throw exception with 'parameterinteractioncancelled'

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a8771ad50fb84a45d1ff53990a7b1e9b62beec5a]

        INTEGRATION: CWS reportdesign01 (1.17.106); FILE MERGED 2007/09/24 13:13:11 lla 1.17.106.1: #i78099# new ParameterInteractionCancelled

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b48ca0dd48ca8854d47bf21b7d8927b5cdbfed85]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/05 11:50:38 oj 1.2.28.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [43574aa154f1a8bb613849b4b08b6587c5443aff]

        INTEGRATION: CWS reportdesign01 (1.5.4); FILE MERGED 2007/10/16 06:25:37 oj 1.5.4.1: #i80881# correct height and width use

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8f1227b8a0aabe6d47e131331d70247ac5efacd5]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/11 11:53:26 oj 1.3.20.1: #i81963# field unit corrected

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7814eb3a03a0c9c6dce2ec9397f94fbec9f614cf]

        INTEGRATION: CWS reportdesign01 (1.5.6); FILE MERGED 2007/09/21 09:43:05 oj 1.5.6.1: #i80229# name changed

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [79d9a92f4f1d6a11982799def375d7d0bdfdbfa3]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/10/23 11:00:41 oj 1.4.20.6: #i77604# correct order of section 2007/10/16 11:55:19 oj 1.4.20.5: #i78403# set width for date time control 2007/10/16 09:11:55 oj 1.4.20.4: #i78625# equal pos for label and control 2007/10/09 09:27:44 lla 1.4.20.3: #i79214# use more PROPERTY_ constants 2007/10/09 09:22:01 oj 1.4.20.2: #i77349# regression fix 2007/09/21 13:41:51 oj 1.4.20.1: #i77773# set page item

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6a47d15316451d9b69c000f04e18fd7d14351b53]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/09/21 09:42:56 oj 1.2.28.1: #i80229# name changed

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9af8f794fec45fb6d9ed0d499eb8862f3ecb9e5c]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/05 11:51:08 oj 1.3.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9da3186491e5f183704f9fb114b11dadf974588d]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/09 09:20:04 lla 1.2.28.2: #i77604# remove old obj file 2007/10/05 11:51:08 oj 1.2.28.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [126429ce9143bdc245e80e0ffe9410aa29173db4]

        INTEGRATION: CWS reportdesign01 (1.3.26); FILE MERGED 2007/10/15 07:52:52 oj 1.3.26.4: RESYNC: (1.3-1.4); FILE MERGED 2007/10/09 08:27:18 oj 1.3.26.3: #i77604# impl add function 2007/10/05 11:51:08 oj 1.3.26.2: #i77604# impl method to add functions more simpler 2007/09/07 08:33:45 oj 1.3.26.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a72eaa6e5d13289a074271fe8297d4f58e712327]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/11/05 08:28:00 oj 1.4.20.14: #i77604# preevaluate max and min 2007/11/02 10:19:36 oj 1.4.20.13: #i77604# wrong initial value 2007/10/30 10:43:10 oj 1.4.20.12: #i83120# #i81963# convert of unit corrected 2007/10/16 05:22:58 oj 1.4.20.11: #i77604# handle empty formula 2007/10/11 11:53:26 oj 1.4.20.10: #i81963# field unit corrected 2007/10/11 10:00:26 oj 1.4.20.9: #i77604# handle empty scope 2007/10/11 09:05:52 lla 1.4.20.8: #i82497# compile problems on linux 2007/10/11 07:45:17 oj 1.4.20.7: #i77604# handle scope 2007/10/10 06:50:00 oj 1.4.20.6: #i77604# add undo 2007/10/09 12:53:59 oj 1.4.20.5: #i77604# impl add function 2007/10/09 09:19:29 lla 1.4.20.4: #i77604# remove wrong include 2007/10/09 08:27:18 oj 1.4.20.3: #i77604# impl add function 2007/10/05 11:51:08 oj 1.4.20.2: #i77604# impl method to add functions more simpler 2007/10/01 09:51:09 lla 1.4.20.1: #i81881# fix: textboxes changes there background in multiselections

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bc70f36ee594ad4960c5f479a7c6c99fbab227e9]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/05 11:51:07 oj 1.3.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ffb008a6c4f3040bdd800d694559e30c3e28963c]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/11 10:00:25 oj 1.3.20.5: #i77604# handle empty scope 2007/10/11 07:45:17 oj 1.3.20.4: #i77604# handle scope 2007/10/09 12:53:59 oj 1.3.20.3: #i77604# impl add function 2007/10/09 08:27:18 oj 1.3.20.2: #i77604# impl add function 2007/10/05 11:51:07 oj 1.3.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [64cc4a45ee7bb99a6669415115fe92881afcb6d0]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/16 11:55:18 oj 1.2.28.2: #i78403# set width for date time control 2007/10/15 12:50:17 lla 1.2.28.1: #i77464# new date time dialog

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bfda226ccb5c6b220e40d2e21e1a4f07b6d18dfc]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/09/07 11:24:07 oj 1.2.28.1: #i77141# add container listener

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ee1648392811808919e59201466f2970e4ef0216]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/15 07:52:34 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/07 08:33:32 oj 1.2.28.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c4ceb667366e27e96ea54372c92b61fb02964a9f]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/11 07:45:16 oj 1.3.20.3: #i77604# handle scope 2007/10/09 08:27:17 oj 1.3.20.2: #i77604# impl add function 2007/10/05 11:51:07 oj 1.3.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cbaaeb64e7101d2633ac2b94e5ead10cf7d475f9]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/15 07:52:18 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/07 08:33:32 oj 1.2.28.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3fe286f1ff8ca62012580eacfb9f3757303817ce]

        INTEGRATION: CWS reportdesign01 (1.5.20); FILE MERGED 2007/10/30 10:57:12 oj 1.5.20.2: #i83122# always fill columns 2007/09/21 12:56:06 oj 1.5.20.1: #i77142# deactivate cell when accept drag

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [642375c714b9de3a95f4ab301fcb6c46bba76c05]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/15 12:50:04 lla 1.2.28.2: #i77464# new date time dialog 2007/09/07 08:33:32 oj 1.2.28.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f3b501ce242ffe0384e629f534d74a1a608532ec]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/15 12:50:04 lla 1.2.28.1: #i77464# new date time dialog

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4d9ad590bd6a120a7bb612db16210ee4b2f92faf]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/23 07:59:25 oj 1.3.20.3: member ini 2007/10/16 11:55:18 oj 1.3.20.2: #i78403# set width for date time control 2007/10/15 12:50:04 lla 1.3.20.1: #i77464# new date time dialog

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3f0f2ff821e4da3d1aa25906ee3ef7f2303eb303]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/15 07:52:07 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/07 08:33:32 oj 1.2.28.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6e6710631276da041ebcdcff48f1faf04ea907d6]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/09/07 08:33:32 oj 1.2.28.1: #i80508# remove de from resource

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [abe61d186685ca7162246dce0a7788be96ae7d48]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/11 09:05:52 lla 1.2.28.2: #i82497# compile problems on linux 2007/09/07 11:24:01 oj 1.2.28.1: #i77141# add container listener

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4a85959a7b26aa8b58613d12547839f541359413]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/05 11:51:21 oj 1.3.20.2: #i77604# impl method to add functions more simpler 2007/09/21 09:41:59 oj 1.3.20.1: #i80229# name changed

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d209604b728963c729a3ec86bcdfd72dd6474c64]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/09 09:27:44 lla 1.3.20.1: #i79214# use more PROPERTY_ constants

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7fa9840e9970278c659b22ecd96927d2638cf3ee]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/05 11:51:17 oj 1.3.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fa5e7413ce9ed12cf1ceaf83f2262e2368a86349]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/09 09:27:43 lla 1.3.20.1: #i79214# use more PROPERTY_ constants

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f2c85344f6031e926f04d5358a03eaba15ea5255]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/10/16 06:08:59 oj 1.4.20.2: #i82574# import print condition for section 2007/09/20 10:13:01 oj 1.4.20.1: #i79167# preserveIRI corrected

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1c9d980614d9e97c386ac1c08a15a83c3e324154]

        INTEGRATION: CWS reportdesign01 (1.3.18); FILE MERGED 2007/10/16 06:08:59 oj 1.3.18.3: #i82574# import print condition for section 2007/10/15 07:51:50 oj 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/15 06:06:07 oj 1.3.18.1: #i77142# check line size

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [75a9033b5eaa7b5a2c4a82bd775c47d2daa4adc7]

        INTEGRATION: CWS reportdesign01 (1.4.6); FILE MERGED 2007/10/16 06:08:59 oj 1.4.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [61523caa0a76672095e126ecd9820db36614f578]

        INTEGRATION: CWS reportdesign01 (1.3.6); FILE MERGED 2007/10/16 06:08:59 oj 1.3.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a190adc0705dfca32eaa19235646f533fa077c4d]

        INTEGRATION: CWS reportdesign01 (1.3.6); FILE MERGED 2007/10/16 06:08:58 oj 1.3.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f947c6194fb0f277cf530cb7c39b0b0ce1f74b84]

        INTEGRATION: CWS reportdesign01 (1.3.18); FILE MERGED 2007/10/16 06:08:58 oj 1.3.18.3: #i82574# import print condition for section 2007/10/15 07:50:47 oj 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/20 10:13:01 oj 1.3.18.1: #i79167# preserveIRI corrected

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d9c5fa87a4b95f55442419dc8c22642b24d43b37]

        INTEGRATION: CWS reportdesign01 (1.4.6); FILE MERGED 2007/10/16 06:08:58 oj 1.4.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [19911b158bd36e01439a5d6da8262cd97b362749]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/16 06:08:57 oj 1.2.28.2: #i82574# import print condition for section 2007/09/20 10:13:00 oj 1.2.28.1: #i79167# preserveIRI corrected

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [330605df074daed30e137d33be56175c034a254b]

        INTEGRATION: CWS reportdesign01 (1.3.6); FILE MERGED 2007/10/16 06:08:57 oj 1.3.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c07f66946b1e2213e104913a58084514981af1d7]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/16 06:08:57 oj 1.2.28.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [eaba69d0924686894f034a8127a7aa979973a9dc]

        INTEGRATION: CWS reportdesign01 (1.4.6); FILE MERGED 2007/10/16 06:08:57 oj 1.4.6.1: #i82574# import print condition for section

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d11abcfab6a3a0d198f40f8155256a3b8e66fc73]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/10/05 11:52:04 oj 1.4.20.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d1f55c55b82c00b31bf2ffc278144bfc094ed59e]

        INTEGRATION: CWS reportdesign01 (1.5.20); FILE MERGED 2007/09/06 09:07:43 oj 1.5.20.1: #i77507# check for width, height of a fixed line

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [70623d5c441a90054b4c6d498b58794c40d47883]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/09/06 09:07:43 oj 1.2.28.1: #i77507# check for width, height of a fixed line

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d3dcd76b77583950172c79d65e2f8d2cc05fc405]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/10/11 07:46:08 oj 1.4.20.2: #i77604# reset filter and order 2007/10/09 09:26:47 lla 1.4.20.1: #i79214# changes in sorting/grouping

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b61fb7e6c55c60c5cb55ef6b42b9c2f0fa8a8b23]

        INTEGRATION: CWS reportdesign01 (1.4.20); FILE MERGED 2007/09/20 10:49:28 oj 1.4.20.2: #i79167# use named value 2007/09/06 09:07:43 oj 1.4.20.1: #i77507# check for width, height of a fixed line

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0193db62d3011d5fe7df6b905e3aa9ca3cc7587c]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/09/06 09:07:42 oj 1.3.20.1: #i77507# check for width, height of a fixed line

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d1e4041a54072ad23763e87e95ec7719a1e855e6]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/13 14:13:00 lla 1.1.2.2: #i81552# cleanups 2007/09/13 10:57:22 lla 1.1.2.1: #i81552#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c00fc2ed3164aeb1b7d3f0d5ee4ec7c6275d2458]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/13 14:12:23 lla 1.1.2.1: #i81552# check in the mysql-connector exists

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c3f0dbce028a682ca6e3f1fa2a888593c45164a0]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/13 14:11:40 lla 1.1.2.2: #i81552# add check for mysql_connector 2007/09/13 10:56:40 lla 1.1.2.1: #i81552#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [99226d4a39983733f8f9ff35fe18050fc61d6302]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/17 13:43:21 lla 1.1.2.4: #i81552# use the right name 2007/09/13 14:16:01 lla 1.1.2.3: #i81552# use calc document 2007/09/13 14:14:14 lla 1.1.2.2: #i81552# set right directory structure, search also for unix filename 2007/09/13 10:56:50 lla 1.1.2.1: #i81552#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [535f187353d6aae9e20dd841e098b84b616483a5]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/13 10:57:04 lla 1.1.2.1: #i81552#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [eb82bea0d1c4f0ed0dc2a6527f0fff292e78884f]

        INTEGRATION: CWS reportdesign01 (1.1.2); FILE ADDED 2007/09/13 10:57:13 lla 1.1.2.1: #i81552#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a547bb077ce943bde85242b6affa723dee60fede]

        INTEGRATION: CWS reportdesign01 (1.2.28); FILE MERGED 2007/10/05 11:50:20 oj 1.2.28.1: #i77604# impl method to add functions more simpler

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a93f4a0e7e22fcdf1b65cd3ddb996e17f50436dd]

        INTEGRATION: CWS reportdesign01 (1.3.20); FILE MERGED 2007/10/05 11:50:20 oj 1.3.20.2: #i77604# impl method to add functions more simpler 2007/09/18 06:38:52 fs 1.3.20.1: #i10000#

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3e405c71ffb1b10f6bcaab51f5b1da981ab5cb0f]

        INTEGRATION: CWS datapilotsort (1.6.388); FILE MERGED 2007/10/01 13:20:35 nn 1.6.388.1: #i32307# API for manual sorting in DataPilot

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2fb6841905868f911153408e8319a21af4f5cb33]

        INTEGRATION: CWS datapilotsort (1.4.388); FILE MERGED 2007/10/01 13:20:35 nn 1.4.388.1: #i32307# API for manual sorting in DataPilot

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b8f377b74ec39a32c1bdd5531ea087695ad87140]

        INTEGRATION: CWS datapilotsort (1.83.12); FILE MERGED 2007/10/01 09:36:00 nn 1.83.12.3: RESYNC: (1.83-1.85); FILE MERGED 2007/09/26 16:49:16 nn 1.83.12.2: #i32307# manual sorting: several items 2007/09/19 16:57:50 nn 1.83.12.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f899aca13d3a31e083c448115e049cd38e19ae]

        INTEGRATION: CWS datapilotsort (1.13.160); FILE MERGED 2007/09/26 16:49:16 nn 1.13.160.2: #i32307# manual sorting: several items 2007/09/19 16:57:50 nn 1.13.160.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e1131ef72e23bf56a7b94c06204ac3a5eab8e410]

        INTEGRATION: CWS datapilotsort (1.46.130); FILE MERGED 2007/09/26 17:51:04 nn 1.46.130.1: #i32307# DataPilot manual sorting via copy & paste

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9c36384addc6f71cbf733d73cf47dc847a24d1ad]

        INTEGRATION: CWS datapilotsort (1.19.160); FILE MERGED 2007/09/28 12:01:54 nn 1.19.160.1: #i32307# DataPilot manual sorting via API

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8a697abff968e3001091429ee038ab761067b81f]

        INTEGRATION: CWS datapilotsort (1.7.120); FILE MERGED 2007/09/19 16:57:50 nn 1.7.120.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [dc0c7bf514293963b0700535ae8f9d92d44e49e9]

        INTEGRATION: CWS datapilotsort (1.26.66); FILE MERGED 2007/09/19 16:57:49 nn 1.26.66.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7ad82d4bcbe9cbee007b41ac060379ee1e20571b]

        INTEGRATION: CWS datapilotsort (1.19.150); FILE MERGED 2007/10/01 09:26:01 nn 1.19.150.3: RESYNC: (1.19-1.20); FILE MERGED 2007/09/28 16:05:13 nn 1.19.150.2: #i32307# default sorting is ascending by name 2007/09/19 16:57:48 nn 1.19.150.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0ca58f2eca2e48739cad938ed1fa7c095826b28b]

        INTEGRATION: CWS datapilotsort (1.11.160); FILE MERGED 2007/09/28 12:01:54 nn 1.11.160.2: #i32307# DataPilot manual sorting via API 2007/09/19 16:57:48 nn 1.11.160.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e0befa5ad355dc9ad04ffa06083b2df2a917492b]

        INTEGRATION: CWS datapilotsort (1.8.174); FILE MERGED 2007/09/19 16:57:48 nn 1.8.174.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1aaa8c3c637963687a6d8caaab2adec67e1d216c]

        INTEGRATION: CWS datapilotsort (1.9.174); FILE MERGED 2007/09/28 12:01:54 nn 1.9.174.2: #i32307# DataPilot manual sorting via API 2007/09/19 16:57:48 nn 1.9.174.1: #i32307# DataPilot manual sorting

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f26c2e34d18187dd2acdc5f7222e74a8fc43f16f]

        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>  [df26271a319b1658e30314f98b103a87e1cfeb27]

        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>  [98003b5d5d8838a2ad9dac15e18fc31336e123b4]

        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>  [fd8e9cb1c5fc0e7e9ed3af487db766e786188f3a]

        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>  [0a228647f8431c4915e1b904565271532b267908]

        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>  [16af0d6961d6471a715b2e31f61a77127ff224c3]

        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>  [493567edf658521c7d1b1c30470c934059c7f3dd]

        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-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e1dc0c5d7b53797b3da984e40be9a3659d6f9d80]

        INTEGRATION: CWS beppec56pdflinks (1.17.198); FILE MERGED 2007/09/29 12:54:18 beppec56 1.17.198.2: RESYNC: (1.17-1.18); FILE MERGED 2007/08/09 17:46:50 beppec56 1.17.198.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a71e9b97bdde6f751348536758758371aa586005]

        INTEGRATION: CWS beppec56pdflinks (1.62.100); FILE MERGED 2007/08/10 14:10:43 beppec56 1.62.100.1: Issue: i56629 Submitted by: beppec56 Reviewed by: beppec56 PDF relative hyperlinks

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [99d0a3b15fcdb40ae7628392bb098877d0d5be95]

        INTEGRATION: CWS beppec56pdflinks (1.102.24); FILE MERGED 2007/09/28 12:29:49 beppec56 1.102.24.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:02 beppec56 1.102.24.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/10 14:10:44 beppec56 1.102.24.2: Issue: i56629 Submitted by: beppec56 Reviewed by: beppec56 PDF relative hyperlinks 2007/08/09 17:46:50 beppec56 1.102.24.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [62811c5a65e7ce3851857232c6c64ea0797d2517]

        INTEGRATION: CWS beppec56pdflinks (1.140.4); FILE MERGED 2007/11/07 13:48:10 beppec56 1.140.4.4: 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:46 beppec56 1.140.4.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:05 beppec56 1.140.4.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.140.4.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [060c2ec1fbd32b1cd6c86fe5fba7d5e147e5007e]

        INTEGRATION: CWS beppec56pdflinks (1.13.4); FILE MERGED 2007/11/04 15:51:45 beppec56 1.13.4.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/02 16:24:11 beppec56 1.13.4.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/11/02 14:36:29 beppec56 1.13.4.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/23 07:33:16 beppec56 1.13.4.1: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuf

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [33b3f16ca94619205f3244e12266e778203d1466]

        INTEGRATION: CWS beppec56pdflinks (1.11.72); FILE MERGED 2007/11/04 15:51:45 beppec56 1.11.72.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:04 beppec56 1.11.72.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.11.72.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [767abb807d48270be03d08fa75d55a008bf8869d]

        INTEGRATION: CWS beppec56pdflinks (1.58.34); FILE MERGED 2007/11/06 22:43:54 beppec56 1.58.34.5: 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:45 beppec56 1.58.34.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:04 beppec56 1.58.34.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:02 beppec56 1.58.34.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.58.34.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b96aa51ebd02f1c877b01825b0c5f9ea2787a7a3]

        INTEGRATION: CWS beppec56pdflinks (1.35.58); FILE MERGED 2007/11/06 22:43:54 beppec56 1.35.58.6: 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:45 beppec56 1.35.58.5: 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:09:36 pl 1.35.58.4: minor spelling correction 2007/10/01 11:01:04 beppec56 1.35.58.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/12 16:19:05 beppec56 1.35.58.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.35.58.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [705b7d6edfc63a1e5fc1a650b79ad1ca76a5d0dc]

        INTEGRATION: CWS beppec56pdflinks (1.18.58); FILE MERGED 2007/11/07 13:48:10 beppec56 1.18.58.7: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/06 22:43:54 beppec56 1.18.58.6: 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:45 beppec56 1.18.58.5: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:04 beppec56 1.18.58.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/12 16:19:05 beppec56 1.18.58.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:02 beppec56 1.18.58.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.18.58.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f1aad3ecc0e4195e6f3b40c012956444d29e3dea]

        INTEGRATION: CWS beppec56pdflinks (1.12.72); FILE MERGED 2007/11/06 22:43:54 beppec56 1.12.72.6: 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:45 beppec56 1.12.72.5: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:04 beppec56 1.12.72.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/12 16:19:05 beppec56 1.12.72.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:02 beppec56 1.12.72.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.12.72.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ce70d382b875c073b4443ae0989c8dea6169573a]

        INTEGRATION: CWS beppec56pdflinks (1.24.58); FILE MERGED 2007/11/07 13:48:10 beppec56 1.24.58.9: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/06 22:43:53 beppec56 1.24.58.8: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/11/05 13:00:18 pl 1.24.58.7: fixed a warning on Windows 2007/11/04 15:51:45 beppec56 1.24.58.6: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff, contains beppec56pdfa1b for interoperability reason 2007/10/01 11:01:04 beppec56 1.24.58.5: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/23 07:33:15 beppec56 1.24.58.4: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuf 2007/08/12 16:19:05 beppec56 1.24.58.3: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: relative hyperlink and other stuff 2007/08/11 15:53:02 beppec56 1.24.58.2: Issue number: #i56629# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: add relative hyperlink and other stuff 2007/08/09 17:46:48 beppec56 1.24.58.1: Issue number: i56629 Submitted by: beppec56 Reviewed by: beppec56 Add PDF relative hyperlink

2007-11-20  Oliver Bolte  <obo@openoffice.org>  [2a453756b67234c5eeb62ed15778ea58916339ba]

        #i10000# unxmacxi (nonpro) activated for OpenOffice

2007-11-20  Armin Weiss  <aw@openoffice.org>  [fc5ecdc4ba5492392711863e09d61859deaad340]

        #i39532# adaptions to fat line specials

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e366fc6d5a6135dd774eafc7db189ba8815599ff]

        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>  [62fbaf1c4c946429c9acd18fad079e4889d956b4]

        INTEGRATION: CWS fwk74 (1.21.58); FILE MERGED 2007/09/13 09:18:30 cd 1.21.58.1: #i81347# SvxSearchItem must have Query- and PutValue methods that support converting the whole object

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [702b97150d13f5dc3f04beef404321e9b3eca19c]

        INTEGRATION: CWS fwk74 (1.41.74); FILE MERGED 2007/09/07 12:21:32 cd 1.41.74.1: #i74437# Don't use obsolete old font height toolbox controller

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3b824fbab149e03fc65756f27f222553cd3c32f3]

        INTEGRATION: CWS fwk74 (1.18.130); FILE MERGED 2007/10/17 08:50:12 cd 1.18.130.1: #i82659# Check reference before use.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [768ecb449b6b28fbdc281c205f38ad79ffa86f54]

        INTEGRATION: CWS fwk74 (1.3.22); FILE MERGED 2007/09/13 09:43:07 cd 1.3.22.2: #i74437# Remove obsolete code 2007/09/07 12:18:35 cd 1.3.22.1: #i74437# Don't use obsolete old font height toolbox controller

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d984d0318635dc0c778d5e4cd3e5550e0684803d]

        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>  [81be56e798764d9d18885b3d0c4a898eccf892bf]

        INTEGRATION: CWS fwk74 (1.18.86); FILE MERGED 2007/09/07 12:41:36 cd 1.18.86.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [65ea5c9d5b0c5f09aef92e8dafc9494474a3cf3b]

        INTEGRATION: CWS fwk74 (1.1.2); FILE ADDED 2007/10/09 07:25:55 cd 1.1.2.2: #i10000# Added missing include statement 2007/09/07 12:43:15 cd 1.1.2.1: #i74437# Uno based font height toolbox controller implementation.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [13c27785546dc57a426daf077174b9d2d98f31fa]

        INTEGRATION: CWS fwk74 (1.80.18); FILE MERGED 2007/10/08 13:41:36 cd 1.80.18.3: RESYNC: (1.80-1.81); FILE MERGED 2007/09/12 07:51:26 cd 1.80.18.2: #i81347# Resources must be deleted on dispose 2007/09/07 12:41:36 cd 1.80.18.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cd72a9fdb92d8a33ef5101d6b9a555e31ccbb23f]

        INTEGRATION: CWS fwk74 (1.12.68); FILE MERGED 2007/10/08 13:41:32 cd 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2007/09/07 12:41:36 cd 1.12.68.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [361640643252e692fe23ef445b2605fc9a042555]

        INTEGRATION: CWS fwk74 (1.18.88); FILE MERGED 2007/10/02 06:12:50 cd 1.18.88.1: #i73355# Added functions to replace existing icons in custom icon repository

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6291ae7fcd0a61b0ed0c391ef4a345fb58cf8822]

        INTEGRATION: CWS fwk74 (1.13.434); FILE MERGED 2007/10/17 09:27:07 cd 1.13.434.4: RESYNC: (1.13-1.14); FILE MERGED 2007/10/09 07:05:25 cd 1.13.434.3: #i10000 Added missing include statement 2007/10/02 06:12:50 cd 1.13.434.2: #i73355# Added functions to replace existing icons in custom icon repository 2007/08/14 09:10:38 cd 1.13.434.1: #i73354# Store imported icons persistent in another image manager

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cca5239484b03d26b33bd50b1d29d6fdc599a28e]

        INTEGRATION: CWS fwk74 (1.6.894); FILE MERGED 2007/10/02 06:12:50 cd 1.6.894.1: #i73355# Added functions to replace existing icons in custom icon repository

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47809c07033a3e1e8821421d88a75590507d4eff]

        INTEGRATION: CWS fwk74 (1.41.80); FILE MERGED 2007/10/17 09:27:03 cd 1.41.80.4: RESYNC: (1.42-1.43); FILE MERGED 2007/10/08 13:41:29 cd 1.41.80.3: RESYNC: (1.41-1.42); FILE MERGED 2007/10/02 06:12:50 cd 1.41.80.2: #i73355# Added functions to replace existing icons in custom icon repository 2007/08/14 09:10:38 cd 1.41.80.1: #i73354# Store imported icons persistent in another image manager

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [af854399b222483a48d1911853e74af082619e1c]

        INTEGRATION: CWS fwk74 (1.72.78); FILE MERGED 2007/09/07 12:41:35 cd 1.72.78.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [896058b4b57d4a019b525321b33d4c471043d89e]

        INTEGRATION: CWS fwk74 (1.4.72); FILE MERGED 2007/09/12 07:50:10 cd 1.4.72.2: #i81347# Resources must be deleted on dispose 2007/09/07 12:41:35 cd 1.4.72.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [376d2b4815bc5bd5f43eefda03abae9c8065ed8f]

        INTEGRATION: CWS fwk74 (1.4.78); FILE MERGED 2007/09/07 12:41:35 cd 1.4.78.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b566bf2e65ca5c96bdf275589fed6151475bfadf]

        INTEGRATION: CWS fwk74 (1.5.78); FILE MERGED 2007/10/02 06:12:50 cd 1.5.78.1: #i73355# Added functions to replace existing icons in custom icon repository

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [827e0fe8bed1f252ef6ef58d026f19bf77dfdb3a]

        INTEGRATION: CWS fwk74 (1.1.2); FILE ADDED 2007/09/07 12:42:53 cd 1.1.2.1: #i74437# Uno based font height toolbox controller implementation.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [076cd627e6fa6df8fa62c91963e39ba4ac135233]

        INTEGRATION: CWS fwk74 (1.26.188); FILE MERGED 2007/10/02 06:48:58 cd 1.26.188.2: RESYNC: (1.26-1.27); FILE MERGED 2007/09/13 09:17:25 cd 1.26.188.1: #i81347# Check arguments pointer before use

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [977b00093734d0fe3731db289105ac41da84039e]

        INTEGRATION: CWS fwk74 (1.61.118); FILE MERGED 2007/10/02 06:48:52 cd 1.61.118.2: RESYNC: (1.61-1.63); FILE MERGED 2007/09/07 13:54:28 cd 1.61.118.1: #i74437# Replace old font height toolbox controller implementation with generic uno based one.

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e26f4d4289d81d7a66f0a8acd577b4949a66c2b4]

        INTEGRATION: CWS fwk74 (1.31.110); FILE MERGED 2007/09/07 12:22:38 cd 1.31.110.1: #i74437# Don't use obsolete old font height toolbox controller

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0da92dda1410ec319e9477d0b8dc67be03e48d41]

        INTEGRATION: CWS fwk74 (1.13.66); FILE MERGED 2007/09/12 08:11:16 cd 1.13.66.1: #i74437# Register UNO based font height controller for all application modules

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4e7d816e9a8c872527c9c47a66f3af7cc1529c61]

        INTEGRATION: CWS updchk10 (1.3.76); FILE MERGED 2007/10/31 07:41:14 dv 1.3.76.3: #i82851# Ignore read only package managers, because update will not be shown in update dialog anyway for those 2007/10/24 06:07:06 dv 1.3.76.2: #i82851# Support automatic checking for extension updates 2007/10/08 10:33:09 dv 1.3.76.1: added isUpdateAvailable()

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bbc3078aae08d5c65e4724a118257241abb13344]

        INTEGRATION: CWS updchk10 (1.5.100); FILE MERGED 2007/10/16 06:23:22 dv 1.5.100.1: Removed superfluous string

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2f3596889233c3b326f8cd45e62dccfa8857a085]

        INTEGRATION: CWS updchk10 (1.4.84); FILE MERGED 2007/10/16 06:23:59 dv 1.4.84.1: Removed superfluous string

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d97ada643e3dcb53cb610ddbf442dcabc3673b3]

        INTEGRATION: CWS updchk10 (1.3.44); FILE MERGED 2007/10/31 14:26:04 dv 1.3.44.2: #i82851# Check if there are still pending updates after removing an extension 2007/10/29 13:27:44 dv 1.3.44.1: #i82851# Extension manager notifies update check about found updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [350bf74bc98c7c7efda3bec7bab3e6d79dc9c3c0]

        INTEGRATION: CWS updchk10 (1.8.26); FILE MERGED 2007/10/31 14:26:04 dv 1.8.26.3: #i82851# Check if there are still pending updates after removing an extension 2007/10/30 08:35:36 dv 1.8.26.2: #i82851# Notify only when in office context 2007/10/29 13:27:43 dv 1.8.26.1: #i82851# Extension manager notifies update check about found updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f99cf08c86f2726af6fccd6e873c5f096440ed96]

        INTEGRATION: CWS updchk10 (1.18.16); FILE MERGED 2007/10/16 06:24:33 dv 1.18.16.1: Added support for showin update dialog only

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [344d1a94ed2f2383fea3de986c51f239177215bc]

        INTEGRATION: CWS updchk10 (1.29.26); FILE MERGED 2007/10/31 14:26:04 dv 1.29.26.3: #i82851# Check if there are still pending updates after removing an extension 2007/10/29 13:27:43 dv 1.29.26.2: #i82851# Extension manager notifies update check about found updates 2007/10/16 06:24:33 dv 1.29.26.1: Added support for showin update dialog only

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [16943a9fe086f5a10d0c83cc058d14fa55077dd4]

        INTEGRATION: CWS updchk10 (1.10.44); FILE MERGED 2007/10/16 06:22:33 dv 1.10.44.1: Removed superfluous resource ids

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3e7e7bf08f2f7bcef71333f9b0baa6dc7444b814]

        INTEGRATION: CWS updchk10 (1.18.16); FILE MERGED 2007/10/16 06:21:07 dv 1.18.16.1: Added support for showin update dialog only

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [50b7112e38f01e7456bb76c248f50d1146b1b7e3]

        INTEGRATION: CWS updchk10 (1.4.64); FILE MERGED 2007/10/08 10:40:49 dv 1.4.64.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a11d99b2acdb47af897a80da67c4247e23775a28]

        INTEGRATION: CWS updchk10 (1.3.168); FILE MERGED 2007/10/08 10:40:49 dv 1.3.168.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c02c3ce4c404d2d95a0d49953e30cdfe8f71811f]

        INTEGRATION: CWS updchk10 (1.12.2); FILE MERGED 2007/10/08 10:40:49 dv 1.12.2.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [62a961700b2c6bf7c2c9057ff31df3b9e877e55b]

        INTEGRATION: CWS updchk10 (1.6.2); FILE MERGED 2007/10/05 05:10:49 obr 1.6.2.1: #i79582# removed implicit knowledge of office update url

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d5213709db0678084705d33e141069936c1e4e97]

        INTEGRATION: CWS updchk10 (1.4.24); FILE MERGED 2007/10/29 13:26:40 dv 1.4.24.3: #i82851# Extension manager notifies update check about found updates 2007/10/23 10:54:05 dv 1.4.24.2: #i82851# Support automatic checking for extension updates 2007/10/08 10:40:49 dv 1.4.24.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b06e0b4b7ce8e0369b37dcf4e9e6935be0f5b9cc]

        INTEGRATION: CWS updchk10 (1.7.2); FILE MERGED 2007/10/29 13:26:40 dv 1.7.2.3: #i82851# Extension manager notifies update check about found updates 2007/10/23 10:54:05 dv 1.7.2.2: #i82851# Support automatic checking for extension updates 2007/10/08 10:40:49 dv 1.7.2.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3faafaf1b001d9c6bdf747bc7d7bcc5b658bcf2c]

        INTEGRATION: CWS updchk10 (1.3.18); FILE MERGED 2007/10/08 10:40:49 dv 1.3.18.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d83c7dc938c5854cc3c9781a06811d9a763774ae]

        INTEGRATION: CWS updchk10 (1.3.2); FILE MERGED 2007/10/08 10:40:49 dv 1.3.2.2: added support for autoupdatecheck for extensions 2007/08/30 12:36:30 dv 1.3.2.1: #i80859# Add only once as top window listenr

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b14a4bd926ac9c7cadbe06f4277eaa9ec41136af]

        INTEGRATION: CWS updchk10 (1.2.24); FILE MERGED 2007/10/08 10:40:49 dv 1.2.24.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [356b8eed804b6277c033d444460b0fbf80b99933]

        INTEGRATION: CWS updchk10 (1.3.2); FILE MERGED 2007/10/08 10:40:48 dv 1.3.2.3: added support for autoupdatecheck for extensions 2007/08/30 12:36:30 dv 1.3.2.2: #i80859# Add only once as top window listenr 2007/08/29 14:01:23 dv 1.3.2.1: #i80859# Set correct HID for dialog

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a310e9fcca6d7df6f8549bf8c41641c22eb6953e]

        INTEGRATION: CWS updchk10 (1.2.24); FILE MERGED 2007/11/13 12:54:30 dv 1.2.24.2: #i83605# only exit job when there is an update list 2007/10/29 13:26:40 dv 1.2.24.1: #i82851# Extension manager notifies update check about found updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bb4d8ad6f8f00b675c6f28b5f54c96baa78f5279]

        INTEGRATION: CWS updchk10 (1.5.2); FILE MERGED 2007/10/23 10:54:05 dv 1.5.2.1: #i82851# Support automatic checking for extension updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [19aa5b87af7590c29ce1e706fd7c424c20b149a5]

        INTEGRATION: CWS updchk10 (1.7.2); FILE MERGED 2007/10/29 13:26:40 dv 1.7.2.2: #i82851# Extension manager notifies update check about found updates 2007/10/23 10:54:05 dv 1.7.2.1: #i82851# Support automatic checking for extension updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [03e67d1f5a48ad6e047a90ea68a93245d5b58e63]

        INTEGRATION: CWS updchk10 (1.3.2); FILE MERGED 2007/10/29 13:26:40 dv 1.3.2.2: #i82851# Extension manager notifies update check about found updates 2007/10/23 10:54:05 dv 1.3.2.1: #i82851# Support automatic checking for extension updates

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c18c3d9d0d02353d4661c8cd743dc4c2260d5c83]

        INTEGRATION: CWS updchk10 (1.15.2); FILE MERGED 2007/10/29 13:26:40 dv 1.15.2.3: #i82851# Extension manager notifies update check about found updates 2007/10/23 10:54:05 dv 1.15.2.2: #i82851# Support automatic checking for extension updates 2007/10/08 10:40:48 dv 1.15.2.1: added support for autoupdatecheck for extensions

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8c95528ebf1a17166e0ccf4069128816212c503f]

        INTEGRATION: CWS updchk10 (1.3.48); FILE MERGED 2007/10/05 05:13:50 obr 1.3.48.1: #i79582# removed implicit usage of the office update URL

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8216582ffc3b535d08a390a851f730b135e861cf]

        INTEGRATION: CWS updchk10 (1.2.84); FILE MERGED 2007/10/23 10:58:56 dv 1.2.84.2: #i82851# Support automatic checking for extension updates 2007/10/08 10:34:20 dv 1.2.84.1: added isUpdateAvailable()

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2cd4889e30119fe0e517b968de0e0bbe0a5a5218]

        INTEGRATION: CWS updchk10 (1.4.84); FILE MERGED 2007/09/14 16:19:52 lo 1.4.84.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [31962b09ba1abb0c0ba3db34c061bf3b9a5821c4]

        INTEGRATION: CWS updchk10 (1.3.70); FILE MERGED 2007/09/14 16:19:52 lo 1.3.70.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [267d0921043f5e159f1654ba528bfc0dcd68ae29]

        INTEGRATION: CWS updchk10 (1.4.38); FILE MERGED 2007/09/14 16:19:52 lo 1.4.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [37e3b7b6808151818f3e31d450074cc0e610f86c]

        INTEGRATION: CWS updchk10 (1.4.58); FILE MERGED 2007/09/14 16:19:52 lo 1.4.58.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d03d43bf62b2bdcaefdb12075a9efd6924af981f]

        INTEGRATION: CWS updchk10 (1.3.58); FILE MERGED 2007/09/14 16:19:52 lo 1.3.58.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2d8bdf36728d4ea95309ce35f68810cf92208895]

        INTEGRATION: CWS updchk10 (1.5.38); FILE MERGED 2007/09/14 16:19:52 lo 1.5.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3589804ba21b6b4423c32f2d49736578a8b9a47e]

        INTEGRATION: CWS updchk10 (1.8.38); FILE MERGED 2007/09/14 16:19:52 lo 1.8.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9c250d20efcce2272d1d6943521e8d2195d8de65]

        INTEGRATION: CWS updchk10 (1.11.16); FILE MERGED 2007/09/14 16:19:52 lo 1.11.16.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f17d2b870e471b61c52626f98b4de4a58c6e7850]

        INTEGRATION: CWS updchk10 (1.5.38); FILE MERGED 2007/09/14 16:19:51 lo 1.5.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0a023b689a1fb3ae18ec060f9cceab39c5387231]

        INTEGRATION: CWS updchk10 (1.4.38); FILE MERGED 2007/09/14 16:19:51 lo 1.4.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [51e2296aa60962637f717bb704700bac60eec5db]

        INTEGRATION: CWS updchk10 (1.4.58); FILE MERGED 2007/09/14 16:19:51 lo 1.4.58.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [702d0bb3d33f87a0b3a4821feeb9de934ff4ddde]

        INTEGRATION: CWS updchk10 (1.7.38); FILE MERGED 2007/09/14 16:19:51 lo 1.7.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7c436f2c14b62443e3bf31f71ad6a5839e886047]

        INTEGRATION: CWS updchk10 (1.10.38); FILE MERGED 2007/09/14 16:35:30 lo 1.10.38.2: #i81582# linux build 2007/09/14 16:19:51 lo 1.10.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [26df302a6771421fb6fd27702e759b393ed6a8e8]

        INTEGRATION: CWS updchk10 (1.3.58); FILE MERGED 2007/09/14 16:19:51 lo 1.3.58.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d19baefa9dad3d55bfabd285ff2031831f96e08]

        INTEGRATION: CWS updchk10 (1.6.38); FILE MERGED 2007/09/14 16:19:51 lo 1.6.38.1: #i81589# xml serialization

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [615fff84dbd7d4b14e66a4ba3bb51c602ca53257]

        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>  [573ab212aa19cbdf0a08d9f75e0dbfac400b2e71]

        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>  [830923b1ce5b6ba1abc4ebddca647a704a06ee95]

        INTEGRATION: CWS as6 (1.12.16); FILE MERGED 2007/08/16 10:09:16 as 1.12.16.1: #i63263# support new multi selection API; #i78854# make AuoExtension working for file dialog in general

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5b6da6275c2ec2afbe695df057ddcbe355d11a19]

        INTEGRATION: CWS as6 (1.133.12); FILE MERGED 2007/09/05 09:24:24 as 1.133.12.4: RESYNC: (1.133-1.134); FILE MERGED 2007/08/16 14:09:23 as 1.133.12.3: #i78854# improve auto extensions feature slightly 2007/08/16 10:09:16 as 1.133.12.2: #i63263# support new multi selection API; #i78854# make AuoExtension working for file dialog in general 2007/07/24 12:25:08 as 1.133.12.1: #i63263# use new optional interface XFilePicker2

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [20d185a13b4435b40e9e363104f47eca6115ec03]

        INTEGRATION: CWS as6 (1.13.150); FILE MERGED 2007/07/24 12:51:08 as 1.13.150.1: #i63263# make multi selection of files working

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1e74c1192286e5a18d1f87faf64fe533727fadef]

        INTEGRATION: CWS as6 (1.1.4); FILE ADDED 2007/07/24 12:50:55 as 1.1.4.2: #i63263# make multi selection of files working 2007/07/19 08:12:41 as 1.1.4.1: file XFilePicker2.idl was added on branch cws_src680_as6 on 2007-07-24 12:50:55 +0000

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [234c780878efbfd4481fb3fa23492e468064ee5a]

        INTEGRATION: CWS as6 (1.12.34); FILE MERGED 2007/08/14 09:27:04 as 1.12.34.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [118a3543fae309bd59944e2605b63e44b46876be]

        INTEGRATION: CWS as6 (1.27.10); FILE MERGED 2007/08/14 09:27:04 as 1.27.10.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [39e8cebfef462f760f879101acc4c35dea69ded8]

        INTEGRATION: CWS as6 (1.8.346); FILE MERGED 2007/08/16 10:22:20 as 1.8.346.2: #i78854# improve UI layout for NonAutoExtensions mode 2007/08/14 09:27:04 as 1.8.346.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f5b5d44e888fddad27b7b70187344c1bb18ab02e]

        INTEGRATION: CWS as6 (1.23.34); FILE MERGED 2007/09/18 07:17:52 as 1.23.34.3: #i63263# fix multi selection on windows 2007/08/16 10:04:03 as 1.23.34.2: #i63263# support new multi selection API 2007/08/14 09:27:04 as 1.23.34.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cabfe6440db3cd8b7b6b7368e7acedbd5dac95b2]

        INTEGRATION: CWS as6 (1.4.78); FILE MERGED 2007/08/14 09:27:04 as 1.4.78.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ad391fc3974fd648b34aae1d629f49020ab7cdf7]

        INTEGRATION: CWS as6 (1.8.100); FILE MERGED 2007/07/24 12:46:08 as 1.8.100.1: #i63263# support new optional interface XFilePicker2

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f8991fbe0620961f606e3c6b59d159967c8727f]

        INTEGRATION: CWS as6 (1.10.100); FILE MERGED 2007/07/24 12:46:08 as 1.10.100.1: #i63263# support new optional interface XFilePicker2

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c441024fadfad8d8366307615d157b70e9ebe29c]

        INTEGRATION: CWS as6 (1.22.24); FILE MERGED 2007/09/05 09:22:17 as 1.22.24.4: RESYNC: (1.22-1.23); FILE MERGED 2007/08/28 07:03:01 as 1.22.24.3: #i73876# remove AUTOEXTENSION check box 2007/07/24 13:03:18 as 1.22.24.2: #i63263# support new optional interface XFilePicker2 2007/07/24 12:46:08 as 1.22.24.1: #i63263# support new optional interface XFilePicker2

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5890230be9a5342d3b6d42538923670ab9db88ba]

        INTEGRATION: CWS as6 (1.7.82); FILE MERGED 2007/07/24 13:03:18 as 1.7.82.1: #i63263# support new optional interface XFilePicker2

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [777c9dad8d58745f55a8881cced8f4b0bc3647d0]

        INTEGRATION: CWS as6 (1.6.28); FILE MERGED 2007/09/05 08:22:56 as 1.6.28.1: #i78850# remove AutoExtension check box

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7647927a02dcef841d5318b524ca6e086742f9ce]

        INTEGRATION: CWS as6 (1.3.190); FILE MERGED 2007/09/05 08:22:56 as 1.3.190.1: #i78850# remove AutoExtension check box

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [614e7fc8daa8c4366ba42785992aa7d8ef1201f1]

        INTEGRATION: CWS as6 (1.18.4); FILE MERGED 2007/11/07 16:05:46 pb 1.18.4.3: fix: #i83408# no automatic extension on open 2007/10/16 08:44:36 as 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2007/09/05 08:22:56 as 1.18.4.1: #i78850# remove AutoExtension check box

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8493ccb972d09fa8b3e0e40e613e16a464b106a1]

        INTEGRATION: CWS as6 (1.11.40); FILE MERGED 2007/09/13 09:41:26 as 1.11.40.2: #i81231# dont use global service name to register Office file picker 2007/09/05 08:22:56 as 1.11.40.1: #i78850# remove AutoExtension check box

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0334d00b09ad88f0ecf84b0169b3a992ab8891db]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 16:38:09 ab 1.1.2.1: #i20164# help backend makefile

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f38e5d83ed7752bbdd83dde8d91f5aca57222f3e]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 16:39:18 ab 1.1.2.1: #i20164# help backend src file

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ecbd579d80b657ce4b576c5d1c5b3c028d27c83c]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 16:38:54 ab 1.1.2.1: #i20164# help backend hrc file

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9727ad82007ec95e08af8ba503ed21abb1a0cee6]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 22:41:29 ab 1.1.2.2: #i20164# Fixed Linux building problem (use of min) 2007/11/06 16:42:00 ab 1.1.2.1: #i20164# help backend implementation

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b04a6dd8716b0c5381815a39e36f5bfe82c7861c]

        INTEGRATION: CWS ab38 (1.4.116); FILE MERGED 2007/11/06 16:48:26 ab 1.4.116.1: #i20164# help backend

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f44e628bb257285ccb909bc0f594f75a5bd00958]

        INTEGRATION: CWS ab38 (1.13.22); FILE MERGED 2007/11/06 16:46:37 ab 1.13.22.1: #i20164# help backend

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6f10d9b1a9ae8633de5772cd02aadd8d5c147ea9]

        INTEGRATION: CWS ab38 (1.3.34); FILE MERGED 2007/11/06 16:46:05 ab 1.3.34.1: #i20164# help backend

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [36817e576e8781d2d458ec370a0a0b008f400af7]

        INTEGRATION: CWS ab38 (1.45.4); FILE MERGED 2007/11/09 08:22:16 ab 1.45.4.2: #i20164# Added xmlhelp to dependencies 2007/11/06 16:44:49 ab 1.45.4.1: #i20164# help backend

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9db2122a6905711f90640e1972d3173aa4a94717]

        INTEGRATION: CWS ab38 (1.3.116); FILE MERGED 2007/11/06 16:44:20 ab 1.3.116.1: #i20164# help backend

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5f8e2adc8ac5375db06580e104718162f937e394]

        INTEGRATION: CWS ab38 (1.75.2); FILE MERGED 2007/11/06 16:57:16 ab 1.75.2.1: #i20164# helplinker lib

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [88ef0bd753ef6fbae18f864334a6f9bff3f382ab]

        INTEGRATION: CWS ab38 (1.260.40); FILE MERGED 2007/11/06 16:57:16 ab 1.260.40.1: #i20164# helplinker lib

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [913a4d9f4a5b9b5c564bf078c5e96c949d53d560]

        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>  [0d43b70f29cc9d17b7863a9a48419a9530666536]

        INTEGRATION: CWS ab38 (1.76.88); FILE MERGED 2007/11/01 14:59:48 ab 1.76.88.1: #i20164# SfxHelp::Start(): Limitation of string help ids to INIT_PROT_UNO removed

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f6159d3b42249d52fc06d009d408464d05f93f76]

        INTEGRATION: CWS ab38 (1.43.64); FILE MERGED 2007/10/26 13:14:18 od 1.43.64.1: #i82635# <SwHTMLParser::SwHTMLParser(..)> 	 - initialize members <nContextStAttrMin> and <nContextStMin> 	   (initialization are lost in cws swwarnings)

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3310a8370d334012f07be62ab4eefb89273a0df2]

        INTEGRATION: CWS ab38 (1.12.10); FILE MERGED 2007/11/06 13:35:20 ab 1.12.10.1: #i20164# Added COMPHELPERLIB

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [10c3d7ef8f3b7fb96905ac94917a132e897e074a]

        INTEGRATION: CWS ab38 (1.40.12); FILE MERGED 2007/11/06 15:08:32 ab 1.40.12.1: #i20164# Extension help support

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [41cd38f1866668ab114a3a5f6e5761778f6baa99]

        INTEGRATION: CWS ab38 (1.22.8); FILE MERGED 2007/11/06 15:09:27 ab 1.22.8.1: #i20164# Extension help support

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d35d8cb4bb36acd71648a36dfb526340e8d3d4de]

        INTEGRATION: CWS ab38 (1.48.22); FILE MERGED 2007/11/06 14:56:05 ab 1.48.22.1: #i20164# Extension help support

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f4e30879471b26b3d608b776b803f28338301c15]

        INTEGRATION: CWS ab38 (1.29.2); FILE MERGED 2007/11/06 15:45:12 ab 1.29.2.2: #i20164# Corrected building lib for UNIX 2007/11/06 12:04:55 ab 1.29.2.1: #i20164# Build helplinker library

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7c59b5474b238dc831fa634027e52674f000b0c9]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 11:52:38 ab 1.1.2.1: #i20164# library import/export handling

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8cdaec7f196f5d83bc7e6eacd187981fcbfcdbf3]

        INTEGRATION: CWS ab38 (1.7.8); FILE MERGED 2007/11/06 15:19:12 ab 1.7.8.2: #i20164# Fixed wrong exeption declaration 2007/11/06 12:52:51 ab 1.7.8.1: #i20164# Added extension mode to HelpLinker

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e11eeee9222d91a42a6b462332142cb0a24a56b5]

        INTEGRATION: CWS ab38 (1.5.10); FILE MERGED 2007/11/06 12:33:11 ab 1.5.10.1: #i20164# Added extension mode to HelpCompiler

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a73ae81a9818a1f26cae5e9a45ddaa949b9cfc33]

        INTEGRATION: CWS ab38 (1.3.2); FILE MERGED 2007/11/06 12:11:53 ab 1.3.2.1: #i20164# Added extension mode to HelpCompiler

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [64b7bd290e6b2c9ba872d27cce19749e55d619b9]

        INTEGRATION: CWS ab38 (1.17.2); FILE MERGED 2007/11/06 13:23:22 ab 1.17.2.1: #i20164# Deliver helplinker lib related files

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a84fd7f638065cebe11462258bce731815fdb1a]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 11:37:54 ab 1.1.2.1: #i20164# library import/export declarations

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [03b98069263eb77e596d9e0aa47e98335f9b8877]

        INTEGRATION: CWS ab38 (1.1.2); FILE ADDED 2007/11/06 11:36:55 ab 1.1.2.1: #i20164# Export compileExtensionHelp()

2007-11-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f73a81aef9c8acbb06e225caf6a90254a5823b8b]

        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-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2d3baa56d8f503bea9c83ce436761a83734ac4aa]

        INTEGRATION: CWS ab38 (1.118.14); FILE MERGED 2007/11/06 08:29:39 ab 1.118.14.1: #i20164# Added variable HELPLINKERLIB

2007-11-19  Armin Weiss  <aw@openoffice.org>  [841e11c98a444218df99317b7df4b6a4b53e7c33]

        #i39532# Lot of changes to make polygon stuff bezier-able

2007-11-19  Rüdiger Timm  <rt@openoffice.org>  [a1a446233138deb6aca27bda8516a36fae1812dc]

        #i83281# Extra backslash removed (patch by ihi).

2007-11-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [74546b549d975775b0632c2fdae8b0cfcde488ae]

        #i10000#: fix broken binaries

2007-11-15  Rüdiger Timm  <rt@openoffice.org>  [fd6aa76c91b8e919f5879224882676ec8204dade]

        #i83647# For now disable build type OPENSSL. Bring back when really supported in configure.

2007-11-15  Rüdiger Timm  <rt@openoffice.org>  [0bc90764bbd727ad6e054f2bcda9f867550cdeb1]

        #i83647# For now disable build type OPENSSL. Bring back when really supported in configure.

2007-11-14  Rüdiger Timm  <rt@openoffice.org>  [961003877f746da3a25a9106276c9d6251b592db]

        #i10000# Typo corrected: 'USE_DIRCETX5' -> 'USE_DIRECTX5'

2007-11-14  Rüdiger Timm  <rt@openoffice.org>  [39a042ab27d685e4794c3682e4283409475d0ff8]

        #i10000# Obsolete parameter '-packagelist' removed.

2007-11-14  Rüdiger Timm  <rt@openoffice.org>  [124bfb8820d2837e16ac7441079bd192e31f336f]

        #i10000# Missing quote inserted.

2007-11-13  Vladimir Glazounov  <vg@openoffice.org>  [92a43b75ee872906f19d21bf4698bf91e941fbdc]

        new version for SRC680

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [4f0b81fd036971dba11db70a3c1472442172e6c9]

        #i10000# Depends on module readlicense_oo.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [c832d3b32190c539a29f026e654eb73cc9e6463e]

        SRC680

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [b76f37f13922b0d3475751f1958be52a087f1c42]

        INTEGRATION: CWS sb82 (1.100.60); FILE MERGED 2007/11/07 12:55:36 sb 1.100.60.1: #i83412# Make sure variables are not considered by compiler as used potentially uninitialized.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [92211516fb1ba7c4fec07a5126f0eac1467d7a6e]

        INTEGRATION: CWS sb82 (1.46.136); FILE MERGED 2007/11/07 12:52:20 sb 1.46.136.1: #i83412# Disable warnings caused by #pragma optimization off (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [b255f3b8756978eb5b5391c356ed36a814439acc]

        INTEGRATION: CWS sb82 (1.149.86); FILE MERGED 2007/11/08 10:00:19 sb 1.149.86.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [6b65876dfdea9acf434fa4643c2d63aec0e9db26]

        INTEGRATION: CWS sb82 (1.42.84); FILE MERGED 2007/11/08 09:59:20 sb 1.42.84.1: #i83412# Typo.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [04a806478033d0989725690726621b096ff54667]

        INTEGRATION: CWS sb82 (1.14.60); FILE MERGED 2007/11/07 14:02:00 sb 1.14.60.1: #i83412# Merged in 1.14.14.1.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [7b613d807aa267766a63b002c567c46b2a0e18c5]

        INTEGRATION: CWS sb82 (1.12.68); FILE MERGED 2007/11/07 14:11:45 sb 1.12.68.1: #i83412# obsolete #pragma optimize(q,off) // p-code off

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [6f3c008ac59d4e56bcc6458d9b6c057a44dae7b9]

        INTEGRATION: CWS sb82 (1.9.66); FILE MERGED 2007/11/07 14:11:45 sb 1.9.66.1: #i83412# obsolete #pragma optimize(q,off) // p-code off

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [79768aa50542b4748155944c5ae4302f2d4335a7]

        INTEGRATION: CWS sb82 (1.30.18); FILE MERGED 2007/11/07 14:11:45 sb 1.30.18.1: #i83412# obsolete #pragma optimize(q,off) // p-code off

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [60abaf451b57290eb24ade44ca4454c5ac970589]

        INTEGRATION: CWS sb82 (1.7.38); FILE MERGED 2007/11/08 10:13:09 sb 1.7.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [198330a98b4c191933382661210c58ed636c0556]

        INTEGRATION: CWS sb82 (1.6.38); FILE MERGED 2007/11/08 10:13:09 sb 1.6.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [aa49e87315810d793b457b720cbd6100af8bab6c]

        INTEGRATION: CWS sb82 (1.10.38); FILE MERGED 2007/11/07 12:41:54 sb 1.10.38.1: #i83412# Disable warnings caused by #pragma optimization off (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [0718b8d34678b408ef2035388274bfa3ccd91e52]

        INTEGRATION: CWS sb82 (1.9.38); FILE MERGED 2007/11/08 10:13:09 sb 1.9.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [9199e224accd56246fb219fc7449e3168986419d]

        INTEGRATION: CWS sb82 (1.5.38); FILE MERGED 2007/11/08 10:13:09 sb 1.5.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [d2fb3440588604adffd8fc348d9acbe2d75e4e8a]

        INTEGRATION: CWS sb82 (1.7.38); FILE MERGED 2007/11/08 10:13:08 sb 1.7.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [5e7401f11fde58036f468dcf1cfec2bb28ea192f]

        INTEGRATION: CWS sb82 (1.6.38); FILE MERGED 2007/11/08 10:13:08 sb 1.6.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [1f749dbeec0e1239076d2ac9b9395e21a16e4ffc]

        INTEGRATION: CWS sb82 (1.49.16); FILE MERGED 2007/11/08 10:13:08 sb 1.49.16.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [0032207c95589d5dc5fb248e233731b2ac0272f4]

        INTEGRATION: CWS sb82 (1.21.38); FILE MERGED 2007/11/08 10:13:08 sb 1.21.38.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [c89120c13bc8800fef462f822d350010bdf453ed]

        INTEGRATION: CWS sb82 (1.5.24); FILE MERGED 2007/11/07 12:40:00 sb 1.5.24.1: #i83412# Disable warnings in system headers (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [78bbef20fbbe2e0145df791cdddf91c244a34d15]

        INTEGRATION: CWS sb82 (1.14.22); FILE MERGED 2007/11/08 10:31:34 sb 1.14.22.1: #i83412# Merged in some warning-relevant changes from wntmsci10.mk done there after wntmsci11.mk got copied from it.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [0c3ef693325c822b7cbd2956dd9fc9a8aec12825]

        INTEGRATION: CWS sb82 (1.2.62); FILE MERGED 2007/11/08 10:22:10 sb 1.2.62.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [9a8c186a31c5e02ec8400fb151b4b138f530d250]

        INTEGRATION: CWS sb82 (1.3.46); FILE MERGED 2007/11/07 12:56:35 sb 1.3.46.1: #i83412# Disable warnings caused by #pragma optimization off (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [4241476586e97393e338886f399f54b8a7c8a0a3]

        INTEGRATION: CWS sb82 (1.3.40); FILE MERGED 2007/11/08 10:22:10 sb 1.3.40.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [071a8f181b9d98b3296ef5f0ac130c83b8457692]

        INTEGRATION: CWS sb82 (1.2.62); FILE MERGED 2007/11/08 10:22:09 sb 1.2.62.1: #i83412# Avoid warnings about switch cases that are not valid enum values (wntmsci11).

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [71df333a293c57a9f9c59f1bac325c3e39491ed4]

        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>  [d363ebecdecf9fa7995a8cbd41eb6b1da4dcf5c9]

        INTEGRATION: CWS sb82 (1.6.148); FILE MERGED 2007/11/07 13:00:17 sb 1.6.148.1: #i83412# Use double instead of long double literal.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [5d1ed328f60c50c9aedf38d0914dc5f61811d8cf]

        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>  [7a513d9165db68aff1cb2355915ff667f4d09bfe]

        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>  [9a3c4dcd1d7ebe30e69381ca9f6e587d36eda700]

        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>  [fd06dfdb0df281f6b92924114c97ef62034a0419]

        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>  [e3271f7d2c394f392ffbf339628a257397d41d5f]

        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>  [f7f10127e88862b213b3fb81ef318aaacd5107c4]

        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>  [8c92b2ccc73c38044f734b5a695207acb4d223ca]

        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>  [98d3fe6c148ea2e994a8d73ceb616fcdc2729b17]

        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>  [b4f7b0a473eb2f22c2a7e479682f536c671629fb]

        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>  [9f81cb52ea1e23799f6a94bcb404bdeb3658fc90]

        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>  [89eb5a6ccf4d401655ac4abfcbcbb5e3da0f0b7b]

        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>  [9bd3c08b0707a092151b6eedf4637d2643be89bd]

        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>  [52eb4aa94e5ecdc24e68eec57de94f5ec98353b9]

        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>  [87ed248e1d73caa99196be489af69f4551117dde]

        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>  [adc1b1d9f5c3a5b6ccdaab79fd594da854b6646b]

        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>  [1a305af3ceda5b872397333de77cbecc4110fedf]

        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>  [a70506f18731484905ebcab189ecb119cacb4222]

        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>  [c0c9cd99146e25577bd4c98a132393a1bc54a282]

        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>  [0f0b4ff3808fdcce27e97759fb9e7446de1a90d2]

        INTEGRATION: CWS locales24 (1.16.196); FILE MERGED 2007/10/29 16:35:50 er 1.16.196.1: #i79797# add CHARS_PERSIAN = 46

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [63b71d11881c9c076a41d636f77ed997e43541f0]

        INTEGRATION: CWS pj87 (1.22.18); FILE MERGED 2007/10/26 16:28:42 pjanik 1.22.18.1: #i82983#: Prevent warning on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [97b33a5dd7ad5d10da2e4aa1f3f2ab6970f09acf]

        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>  [0f4ff4240da493423f083a980de8ca30daa4daba]

        INTEGRATION: CWS pj87 (1.4.50); FILE MERGED 2007/10/29 11:24:22 pjanik 1.4.50.1: #i82982#: Make idlc warning free on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [07bf967ae9d03bd375a698e9cdfc51751eb810d0]

        INTEGRATION: CWS pj87 (1.62.18); FILE MERGED 2007/10/27 15:58:44 pjanik 1.62.18.1: #i83010#: Remove warning on unxlngx6. Patch from Caolan.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [cb8c7aedb954cf80452cd1875f4c47da93c42de8]

        INTEGRATION: CWS pj87 (1.17.12); FILE MERGED 2007/11/01 08:23:01 pjanik 1.17.12.1: #i83185#: Prevent warnings on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [ec2f20d3b7d443e38aa70b4fb67c89ec6c6fa39f]

        INTEGRATION: CWS pj87 (1.8.24); FILE MERGED 2007/10/29 11:20:36 pjanik 1.8.24.1: #i83022#: Make bridges warning free on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [ecdad96397afc2c224b65adfef782c5354209649]

        INTEGRATION: CWS pj87 (1.5.70); FILE MERGED 2007/10/29 11:20:36 pjanik 1.5.70.1: #i83022#: Make bridges warning free on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [2c1a0992bf37dce56462849a48d5445146eb9723]

        INTEGRATION: CWS pj87 (1.6.70); FILE MERGED 2007/10/29 11:20:36 pjanik 1.6.70.1: #i83022#: Make bridges warning free on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [088f0d6241ba5208a9edad6159d67e2d04b14a7d]

        INTEGRATION: CWS pj87 (1.3.70); FILE MERGED 2007/10/29 11:20:36 pjanik 1.3.70.1: #i83022#: Make bridges warning free on unxlngx6.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [ec02cc9a3becff90f9ab67f229585a14aafdd2b2]

        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>  [2f68a9195f4d8e93a3f2e7fb8d34fc543fc1a9c7]

        INTEGRATION: CWS pj87 (1.11.4); FILE MERGED 2007/11/01 13:05:53 pjanik 1.11.4.10: #i83203#: sal is now warning free on unxlngx6 as well. 2007/11/01 07:00:01 pjanik 1.11.4.9: Slideshow is using boost and it can print some warnings when external boost is used. 2007/10/30 13:02:52 pjanik 1.11.4.8: #i83016#: sw is supposed to be warning free on unxlngx6. 2007/10/30 12:24:59 pjanik 1.11.4.7: #i82532#: xmlhelp is now warning free as well. 2007/10/30 12:23:43 pjanik 1.11.4.6: #i82532#: slideshow is now warning free as well. 2007/10/30 11:37:37 pjanik 1.11.4.5: #i83012#: Framework will be warning free soon. 2007/10/30 08:42:49 pjanik 1.11.4.4: #i83017#: sc will be warning free on unxlngx6. 2007/10/29 11:21:11 pjanik 1.11.4.3: #i83022#: bridges are now warning free on unxlngx6. 2007/10/27 16:00:05 pjanik 1.11.4.2: #i83010#: Module uui is now warning free. 2007/10/20 19:21:51 pjanik 1.11.4.1: #i82532#: Add support for WaE on unxlngx6 and unify the makefile a bit  with 32bit Linux environment.

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [be51114d706055572171b3eaaf9a2ce185bbc53b]

        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>  [d80f40b9dfe652d93a4c29f4b302a4794d1cefe2]

        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>  [51d0d5a599cc1619c57551e3edd5b689ecab8201]

        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-13  Rüdiger Timm  <rt@openoffice.org>  [7fb0d86c339cef3cd23fc31385081cefd630277a]

        INTEGRATION: CWS dba24lastminutestrings (1.12.84); FILE MERGED 2007/11/09 20:09:30 fs 1.12.84.1: #i83469#

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [df20c174075ed1754922b3b196b015daee6fdd95]

        INTEGRATION: CWS dba24lastminutestrings (1.1.4); FILE ADDED 2007/11/09 20:09:42 fs 1.1.4.2: #i83469# 2007/11/08 21:29:12 fs 1.1.4.1: file copytablewizard.src was added on branch cws_src680_dba24lastminutestrings on 2007-11-09 20:09:42 +0000

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [0c1b4b674077b7e250083b7084c2ea083191bdc0]

        INTEGRATION: CWS dba24lastminutestrings (1.4.362); FILE MERGED 2007/11/09 20:09:30 fs 1.4.362.1: #i83469#

2007-11-13  Rüdiger Timm  <rt@openoffice.org>  [f71398aaa81e35de68aacd3d2adc85af8993e070]

        INTEGRATION: CWS dba24lastminutestrings (1.98.6); FILE MERGED 2007/11/09 20:09:30 fs 1.98.6.1: #i83469#

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [af4fcad72bb46daf4694686cede706af5b4138d6]

        INTEGRATION: CWS pj86 (1.27.4); FILE MERGED 2007/09/28 21:37:06 pjanik 1.27.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [142652bf4752cacbe352795f0deca924925e8982]

        INTEGRATION: CWS pj86 (1.11.4); FILE MERGED 2007/09/28 21:36:50 pjanik 1.11.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [463b288d4ae81e276c65e230549186ad7abc82f8]

        INTEGRATION: CWS pj86 (1.65.4); FILE MERGED 2007/09/28 21:39:02 pjanik 1.65.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [44abd8f939d2adea2074c172838bf3ad7072ad3b]

        INTEGRATION: CWS pj86 (1.122.4); FILE MERGED 2007/09/28 21:38:58 pjanik 1.122.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [2475cd2515759625ca57296c6633787dffa4efee]

        INTEGRATION: CWS pj86 (1.30.4); FILE MERGED 2007/09/28 21:38:54 pjanik 1.30.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [07fa85ddd0db588a4ffbd66de88503bf91f9ce80]

        INTEGRATION: CWS pj86 (1.8.4); FILE MERGED 2007/09/28 21:38:50 pjanik 1.8.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [b773211328ac8bc0e72af1f3ec533b98ce9d0f61]

        INTEGRATION: CWS pj86 (1.57.4); FILE MERGED 2007/09/28 21:38:46 pjanik 1.57.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [f3af2fc35361a85827381397a7e3d0cd3b660f47]

        INTEGRATION: CWS pj86 (1.9.4); FILE MERGED 2007/09/28 21:36:17 pjanik 1.9.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [493fe5a2855fc1ee63e0c077fa213d12cf7c961e]

        INTEGRATION: CWS pj86 (1.73.4); FILE MERGED 2007/10/25 12:46:46 pjanik 1.73.4.3: #i81574#: Remove unneeded initialization now that we have a  constructor. 2007/10/25 12:42:00 pjanik 1.73.4.2: #i81574#: Use the constructor. 2007/09/28 21:36:02 pjanik 1.73.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [e6ea8b456024d806503bb4f9bba994152f3abf77]

        INTEGRATION: CWS pj86 (1.15.220); FILE MERGED 2007/10/30 09:06:58 pjanik 1.15.220.2: #i81574#: Fix previous change. 2007/10/25 12:40:36 pjanik 1.15.220.1: #i81574#: Add implicit constructor for CurTOXType struct.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [023d2684a9b91e289b2c634c442ee806af602ad9]

        INTEGRATION: CWS pj86 (1.9.4); FILE MERGED 2007/09/28 21:35:42 pjanik 1.9.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [072be057c3f244d210242ffc92c001ad88fb376d]

        INTEGRATION: CWS pj86 (1.12.4); FILE MERGED 2007/09/28 21:35:27 pjanik 1.12.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [571fb72606b3e467bc03a15680b4803dff983096]

        INTEGRATION: CWS pj86 (1.15.4); FILE MERGED 2007/09/28 21:45:28 pjanik 1.15.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [d24ca0ca7c496ea80b9f9a5d1f62090e44775996]

        INTEGRATION: CWS pj86 (1.123.4); FILE MERGED 2007/09/28 21:45:10 pjanik 1.123.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [a0f3524f653e5b6fff4ee2ea905b823181848c12]

        INTEGRATION: CWS pj86 (1.60.4); FILE MERGED 2007/09/28 21:44:41 pjanik 1.60.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [bf07fd3a207207e40ee546c79672a04a1e10006c]

        INTEGRATION: CWS pj86 (1.33.4); FILE MERGED 2007/09/28 21:44:11 pjanik 1.33.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [c42848b20328f6c7b9d16e4d6bba093282b5ae0a]

        INTEGRATION: CWS pj86 (1.11.4); FILE MERGED 2007/09/28 21:42:01 pjanik 1.11.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [dcfb2135454d7250c5cf8490e5f5524e2cce69d8]

        INTEGRATION: CWS pj86 (1.27.4); FILE MERGED 2007/09/28 21:41:46 pjanik 1.27.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [ae07fc7f33b7ae879eb5b21d69424e576ce090ed]

        INTEGRATION: CWS pj86 (1.9.4); FILE MERGED 2007/09/28 21:40:35 pjanik 1.9.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [7929f4d7ec422cc147103fe0f87bd8b95a3690e3]

        INTEGRATION: CWS pj86 (1.45.4); FILE MERGED 2007/09/28 21:40:19 pjanik 1.45.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [4a0e5a6f10cfaa42387653b114bbe338e5b589ef]

        INTEGRATION: CWS pj86 (1.43.4); FILE MERGED 2007/09/28 21:39:53 pjanik 1.43.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [1dba12479d7e1b6bb2372d25095201372cfa4bd3]

        INTEGRATION: CWS pj86 (1.87.4); FILE MERGED 2007/09/28 21:39:37 pjanik 1.87.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [67304700607332968eb9765a32877cccad793cc2]

        INTEGRATION: CWS pj86 (1.101.4); FILE MERGED 2007/09/28 21:35:02 pjanik 1.101.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [d6dae7c3c64f7d2f29998ec0103b936158228948]

        INTEGRATION: CWS pj86 (1.16.4); FILE MERGED 2007/09/28 21:34:40 pjanik 1.16.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [4bdd58a415984f9494de950db161a862a1138096]

        INTEGRATION: CWS pj86 (1.18.4); FILE MERGED 2007/09/28 21:56:16 pjanik 1.18.4.1: #i81574#: Proper syntax to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [377a4b14755231c0b88b602c183e5f0d17d5c47a]

        INTEGRATION: CWS pj86 (1.109.4); FILE MERGED 2007/11/07 08:09:15 pjanik 1.109.4.2: RESYNC: (1.109-1.111); FILE MERGED 2007/09/28 21:50:16 pjanik 1.109.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [aed16c10e10ebd9aec9f3210015761b69399a517]

        INTEGRATION: CWS pj86 (1.75.4); FILE MERGED 2007/09/28 21:50:12 pjanik 1.75.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [982e043f90d74654bf9decf281a3684309fb6b0e]

        INTEGRATION: CWS pj86 (1.50.4); FILE MERGED 2007/09/28 21:50:07 pjanik 1.50.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [41c38cd938de3bcd8d5b40df7623d0309e83969f]

        INTEGRATION: CWS pj86 (1.62.4); FILE MERGED 2007/09/28 21:50:02 pjanik 1.62.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [8cf6ea6810d9eec57acf072c52b91815e6046326]

        INTEGRATION: CWS pj86 (1.101.4); FILE MERGED 2007/09/28 21:49:58 pjanik 1.101.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [327f93b1021fdaebe6089f09130859cb573abe13]

        INTEGRATION: CWS pj86 (1.62.4); FILE MERGED 2007/09/28 21:49:54 pjanik 1.62.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [8c96f63531876791926622f7e8f70fc499f871b2]

        INTEGRATION: CWS pj86 (1.99.2); FILE MERGED 2007/09/28 21:49:50 pjanik 1.99.2.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [faa6febb1df2da98ab62e1a858f99ef3da5738bc]

        INTEGRATION: CWS pj86 (1.77.4); FILE MERGED 2007/09/28 21:49:45 pjanik 1.77.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [97127b72415cb80368f967b9b7fc8b72c4ff1115]

        INTEGRATION: CWS pj86 (1.10.4); FILE MERGED 2007/11/07 08:09:11 pjanik 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/28 21:49:41 pjanik 1.10.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [477e7c8de736abebe19327eba931e0c9bdcc5019]

        INTEGRATION: CWS pj86 (1.27.4); FILE MERGED 2007/09/28 21:34:01 pjanik 1.27.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [408494f366a7124733d6b0c6088c554b363f9f89]

        INTEGRATION: CWS pj86 (1.11.4); FILE MERGED 2007/09/28 21:33:19 pjanik 1.11.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [e3a741feb3c92a9008741b61a0322be1bc92d667]

        INTEGRATION: CWS pj86 (1.39.4); FILE MERGED 2007/09/28 21:33:02 pjanik 1.39.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [0491e0f12e38690a179a110dd0b7b397cf616f16]

        INTEGRATION: CWS pj86 (1.65.4); FILE MERGED 2007/09/28 21:32:45 pjanik 1.65.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [85911f80c35ec5f01e065e3a9492baa106c13c4f]

        INTEGRATION: CWS pj86 (1.13.4); FILE MERGED 2007/09/28 21:31:38 pjanik 1.13.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [e56a4568ccc66b861de48f9a2b9ab29b65ab0603]

        INTEGRATION: CWS pj86 (1.16.4); FILE MERGED 2007/09/28 21:54:21 pjanik 1.16.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [0fa953c607ed39e83a3c95e831db38081cedb2da]

        INTEGRATION: CWS pj86 (1.14.4); FILE MERGED 2007/09/28 21:54:17 pjanik 1.14.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [3fda270fad5c3431839b914079e2b0c35932b35c]

        INTEGRATION: CWS pj86 (1.21.4); FILE MERGED 2007/09/28 21:54:13 pjanik 1.21.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [b7abedac19496c2a52be35f7b0e1738bd9400e79]

        INTEGRATION: CWS pj86 (1.12.4); FILE MERGED 2007/09/28 21:54:09 pjanik 1.12.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [a891c43b8d1ad535026ffc77238fca913ee08da5]

        INTEGRATION: CWS pj86 (1.24.4); FILE MERGED 2007/09/28 21:54:05 pjanik 1.24.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [4b4dc106dbd87b3dd42cd2fd73bcd4fda139fa00]

        INTEGRATION: CWS pj86 (1.27.2); FILE MERGED 2007/09/28 21:54:01 pjanik 1.27.2.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [41e5966ca0f1627370d7d22d3165a6bef4da9749]

        INTEGRATION: CWS pj86 (1.44.2); FILE MERGED 2007/09/28 21:52:44 pjanik 1.44.2.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [79f6384222dd0aa0ef6075ef552d57a130fc5cea]

        INTEGRATION: CWS pj86 (1.26.4); FILE MERGED 2007/09/28 21:52:20 pjanik 1.26.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [456496bd51fbd0aff4b35bfd053af02563a3a593]

        INTEGRATION: CWS pj86 (1.14.4); FILE MERGED 2007/09/28 21:51:56 pjanik 1.14.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [edbb1bd7f620ae7fdf1e148681a7a99937893603]

        INTEGRATION: CWS pj86 (1.30.4); FILE MERGED 2007/09/28 21:51:37 pjanik 1.30.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [9be8a8f09ba07b906310a76da3e1798da1462ec6]

        INTEGRATION: CWS pj86 (1.41.4); FILE MERGED 2007/10/25 12:10:18 pjanik 1.41.4.2: RESYNC: (1.41-1.43); FILE MERGED 2007/09/28 21:31:18 pjanik 1.41.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [22404ea7dae3315ed928c9b132c56a5bed95ee11]

        INTEGRATION: CWS pj86 (1.42.4); FILE MERGED 2007/09/28 21:57:07 pjanik 1.42.4.1: #i81574#: Proper syntax to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [f529e315a13ef02f47ce9bf1ddc7e9404b55148d]

        INTEGRATION: CWS pj86 (1.6.4); FILE MERGED 2007/11/07 08:09:07 pjanik 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2007/09/28 21:30:43 pjanik 1.6.4.1: *** empty log message ***

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [e1ee352be7cc0127ef30b208fc0797cf3882cf52]

        INTEGRATION: CWS pj86 (1.19.4); FILE MERGED 2007/09/28 21:30:26 pjanik 1.19.4.1: #i81574#: Initialize variable(s) to prevent warnings on Mac OS X with gcc-4.0.1.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [0e14fca0d7cdd92446f4be8086009279d171c73d]

        INTEGRATION: CWS pj86 (1.20.74); FILE MERGED 2007/10/13 18:41:14 pjanik 1.20.74.2: RESYNC: (1.20-1.21); FILE MERGED 2007/09/28 20:57:24 pjanik 1.20.74.1: #i81574#: Module sw is now warning free on Mac OS X.

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [cb6d9e4253133efa79af0c737ddba75c7acbe9a4]

        INTEGRATION: CWS macleopardbuild (1.2.50); FILE MERGED 2007/10/16 18:51:41 fheckl 1.2.50.1: Making aqua plugin compile on MacOSX 10.5

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [a393dab5904f0c0e3cb626f1ff39dfeee73cb1df]

        INTEGRATION: CWS macleopardbuild (1.8.40); FILE MERGED 2007/10/16 18:26:13 fheckl 1.8.40.1: Adding Apple Inc as new vendor

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [f4194dc5fbb54d0714b7a52079aeb6f3e19e11d9]

        INTEGRATION: CWS macleopardbuild (1.13.40); FILE MERGED 2007/10/16 18:26:13 fheckl 1.13.40.1: Adding Apple Inc as new vendor

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [601dbde6988b0ec3fa37c4285d2dcf0d1c5776d3]

        INTEGRATION: CWS macleopardbuild (1.40.8); FILE MERGED 2007/11/11 22:59:11 fheckl 1.40.8.2: fixing quotation error 2007/10/15 21:39:38 fheckl 1.40.8.1: Fixing Leopard build

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [684966385a3fa74757174d26482933aeefe872f4]

        INTEGRATION: CWS macleopardbuild (1.4.66); FILE MERGED 2007/10/16 18:29:56 fheckl 1.4.66.1: Making soltools MacOSX 10.5 buildable

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [b110c99ddddecdf60f22ba3b21f5ce3618876c20]

        INTEGRATION: CWS macleopardbuild (1.3.66); FILE MERGED 2007/10/16 18:29:56 fheckl 1.3.66.1: Making soltools MacOSX 10.5 buildable

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [0cb84906bf4f923178a6714df6ab4fc4c1bb25f6]

        INTEGRATION: CWS macleopardbuild (1.2.126); FILE MERGED 2007/10/16 18:29:56 fheckl 1.2.126.1: Making soltools MacOSX 10.5 buildable

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [6b03b6be489f53833b52ef8f77e19984739bf676]

        INTEGRATION: CWS macleopardbuild (1.7.38); FILE MERGED 2007/10/15 22:57:22 fheckl 1.7.38.1: Renaming getopt so that Leopard uses the correct function

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [f48c1db4e4b36e311d240fdcc608b9db5b512834]

        INTEGRATION: CWS macleopardbuild (1.3.48); FILE MERGED 2007/10/15 22:57:22 fheckl 1.3.48.1: Renaming getopt so that Leopard uses the correct function

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [9b8758b166d7e51effba023f08cf55a1aa1e7c94]

        INTEGRATION: CWS macleopardbuild (1.4.6); FILE MERGED 2007/10/15 22:57:22 fheckl 1.4.6.1: Renaming getopt so that Leopard uses the correct function

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [26d81c3e918244776a51fc8f46faaa7d63c5a6a6]

        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-12  Oliver Bolte  <obo@openoffice.org>  [69d4b0f509ade6c9d358ae8e3c65773d7223909d]

        #i83430# patch by vq for directx feature

2007-11-12  Rüdiger Timm  <rt@openoffice.org>  [6959c30cc239d0776b03f81513ad9fce1ce4ff14]

        #i83538# Undo changes from CWS execshellmacrogone.

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [62a9d5fe8ad0dc0cebf398220676a3189c9bbdef]

        INTEGRATION: CWS extpatchfix_SRC680 (1.66.36.2.2); FILE MERGED 2007/11/05 13:10:31 is 1.66.36.2.2.1: #150959# no removal of multiple slashes

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [4973b907440b8b2d7241ae54176732f7e456416f]

        INTEGRATION: CWS impress135_SRC680 (1.23.152); FILE MERGED 2007/11/05 10:53:59 cl 1.23.152.1: #i81959# prevent busy loop

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [a0ac4cf46000bb0bc405071d1f65f1207df9802a]

        INTEGRATION: CWS impress135_SRC680 (1.46.2.1.2); FILE MERGED 2007/11/07 14:31:21 cl 1.46.2.1.2.2: #i81959# clear event loop with Reschedule(TRUE) before posting application event 2007/11/05 10:53:59 cl 1.46.2.1.2.1: #i81959# prevent busy loop

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [b087b7946c914c6ad4d0ee870a501eb1d249b6e1]

        INTEGRATION: CWS native119_SRC680 (1.4.26); FILE MERGED 2007/11/06 10:49:08 is 1.4.26.1: #i83355# improve disc space calculation

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [3b9635e4ae2a01081aad6a20a2ca4fa720c5a1c5]

        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>  [ad6e7b73e30f4a203c7f8d38a82cc195d1b8e2ae]

        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>  [44cd7644c697fe8785aaeb906d65c60e9be26115]

        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  Rüdiger Timm  <rt@openoffice.org>  [610dfab050d1297a5d14757accdac7fb1ba3c895]

        INTEGRATION: CWS os105_SRC680 (1.35.50); FILE MERGED 2007/10/23 13:41:36 os 1.35.50.1: #i82625# use GetTitle( SFX_TITLE_APINAME )

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [20a04ae28495c38b3e1fe5e5acbfdc7a2e9f44ef]

        INTEGRATION: CWS tl45 (1.47.100); FILE MERGED 2007/08/30 12:47:06 tl 1.47.100.1: #81149# remove work-around for language fall back

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [753d93fdf1bd144d01a9464d72ca6671b09b2b7a]

        INTEGRATION: CWS tl45 (1.16.40); FILE MERGED 2007/10/15 11:14:46 tl 1.16.40.1: #i81689# ShowLanguageErrors fixed

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [265e2924ac4130e826da5e914503b040e9abeab9]

        INTEGRATION: CWS tl45 (1.12.366); FILE MERGED 2007/09/04 08:28:14 tl 1.12.366.1: #i75455# property WidthType added

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [e3547e2ba05da130ac3ed669a38923c05046ce49]

        INTEGRATION: CWS tl45 (1.6.22); FILE MERGED 2007/10/15 11:24:01 tl 1.6.22.1: #i82090# warning when compiling with debug=t fixed

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [383a9da07df816f47576b6e866616c699f97165a]

        INTEGRATION: CWS tl45 (1.33.106); FILE MERGED 2007/10/01 14:07:14 tl 1.33.106.2: RESYNC: (1.33-1.34); FILE MERGED 2007/08/30 12:47:32 tl 1.33.106.1: #81149# remove work-around for language fall back

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [898bfd802b1a527f4454e524c026b2cb812b8f94]

        INTEGRATION: CWS tl45 (1.3.26); FILE MERGED 2007/08/30 12:57:34 tl 1.3.26.1: #81149# remove work-around for language fall back

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [cb14039c90c816f7b79d63c76f2b86492120dd4a]

        INTEGRATION: CWS tl45 (1.50.20); FILE MERGED 2007/10/31 12:21:35 tl 1.50.20.1: #i82833# adding {} around some ov the <?> place holders for better default behaviour when replacing them

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [5ad81b0c0b0a32f4a98a042d1600d38ff6e476de]

        INTEGRATION: CWS tl45 (1.40.12); FILE MERGED 2007/10/31 11:28:53 tl 1.40.12.2: warning-free code fixes for non-pro build 2007/08/30 09:53:47 tl 1.40.12.1: #i57667# remove class SmAboutDialog

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [d34be06bfbaefb712dce4b167407563d84295d97]

        INTEGRATION: CWS tl45 (1.29.50); FILE MERGED 2007/10/31 12:21:35 tl 1.29.50.1: #i82833# adding {} around some ov the <?> place holders for better default behaviour when replacing them

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [2e2653a1a25551d6e5545abeab796d34deea7b74]

        INTEGRATION: CWS tl45 (1.19.12); FILE MERGED 2007/08/30 09:53:56 tl 1.19.12.1: #i57667# remove class SmAboutDialog

2007-11-09  Oliver Bolte  <obo@openoffice.org>  [1fee5f4d163c5119dc69ebe61839562cf0dadfaf]

        #i83430# use USE_DIRECTX5 switch instead of compiler version

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [81206a616d54d541e70e42cde441e0d254878667]

        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>  [63d1d306db85255d2021f553097c6f18a9bfede3]

        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>  [ecbabfb085fe09ea6f1dc19c22bdefa5887d598d]

        INTEGRATION: CWS transogl01 (1.3.4); FILE MERGED 2007/07/27 13:30:59 smmathews 1.3.4.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [f02b2e4fe75b73dd69aa53714b99020ceafec7c3]

        INTEGRATION: CWS transogl01 (1.8.4); FILE MERGED 2007/10/10 21:03:45 thb 1.8.4.1: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8e3822070bf1907ac93883b73e6f26bb55b97aca]

        INTEGRATION: CWS transogl01 (1.5.26); FILE MERGED 2007/07/25 15:55:01 thb 1.5.26.3: RESYNC: (1.5-1.6); FILE MERGED 2007/07/20 14:05:39 smmathews 1.5.26.2: Issue number: Submitted by: Reviewed by: 2007/06/29 10:08:50 smmathews 1.5.26.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [ee8042946956c8186bc9e276dd61afe79dc7dfde]

        INTEGRATION: CWS transogl01 (1.8.4); FILE MERGED 2007/10/10 12:02:31 thb 1.8.4.1: #i10000# WaE fixes; making verbose=t build work again

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [6a16f81e135e5fd2a232933c3e60e41c75ef2353]

        INTEGRATION: CWS transogl01 (1.13.26); FILE MERGED 2007/10/10 21:03:44 thb 1.13.26.13: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now 2007/08/28 07:55:18 smmathews 1.13.26.12: Issue number: Submitted by: Reviewed by: 2007/08/09 12:16:53 smmathews 1.13.26.11: Issue number: Submitted by: Reviewed by: 2007/08/09 11:22:37 smmathews 1.13.26.10: Issue number: Submitted by: Reviewed by: 2007/08/08 03:39:30 smmathews 1.13.26.9: Issue number: Submitted by: Reviewed by: 2007/08/03 12:57:25 smmathews 1.13.26.8: Issue number: Submitted by: Reviewed by: 2007/07/27 11:38:55 smmathews 1.13.26.7: Issue number: Submitted by: Reviewed by: 2007/07/25 20:22:29 thb 1.13.26.6: WaE fixes; added screen updater to ogl slide change 2007/07/25 15:40:25 thb 1.13.26.5: RESYNC: (1.13-1.14); FILE MERGED 2007/07/22 21:08:53 smmathews 1.13.26.4: Issue number: Submitted by: Reviewed by: 2007/07/20 14:05:39 smmathews 1.13.26.3: Issue number: Submitted by: Reviewed by: 2007/07/18 13:41:02 smmathews 1.13.26.2: Issue number: Submitted by: Reviewed by: 2007/07/18 12:47:01 smmathews 1.13.26.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [7a4a6295ed89479d4ed8302b8fd30d29171e885e]

        INTEGRATION: CWS transogl01 (1.2.4); FILE MERGED 2007/10/10 12:02:31 thb 1.2.4.1: #i10000# WaE fixes; making verbose=t build work again

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [fba655aaadf0daeabe8e139a103a688f0e41749f]

        INTEGRATION: CWS transogl01 (1.11.4); FILE MERGED 2007/10/10 12:02:30 thb 1.11.4.1: #i10000# WaE fixes; making verbose=t build work again

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [f513e38f6f35ad179828de859a234194e8efde20]

        INTEGRATION: CWS transogl01 (1.1.2); FILE ADDED 2007/08/08 03:39:30 smmathews 1.1.2.8: Issue number: Submitted by: Reviewed by: 2007/07/22 21:08:53 smmathews 1.1.2.7: Issue number: Submitted by: Reviewed by: 2007/07/11 10:55:18 smmathews 1.1.2.6: Issue number: Submitted by: Reviewed by: 2007/07/11 10:40:28 smmathews 1.1.2.5: Issue number: Submitted by: Reviewed by: 2007/06/20 18:45:14 smmathews 1.1.2.4: Issue number: Submitted by: Reviewed by: 2007/06/20 17:42:22 smmathews 1.1.2.3: Issue number: Submitted by: Reviewed by: 2007/06/20 16:28:00 smmathews 1.1.2.2: Issue number: Submitted by: Reviewed by: 2007/06/19 13:00:52 smmathews 1.1.2.1: Issue number: Submitted by:Shane M Mathews/shane.m.mathews@gmail.com Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [9aa0a5058ec7f35995c6798ec6461a8fd3405808]

        INTEGRATION: CWS transogl01 (1.1.2); FILE ADDED 2007/08/08 03:40:27 smmathews 1.1.2.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [5029be0252fc7e5f0d70b6cfb82815949ef66930]

        INTEGRATION: CWS transogl01 (1.1.2); FILE ADDED 2007/10/10 21:03:44 thb 1.1.2.9: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now 2007/10/10 12:02:30 thb 1.1.2.8: #i10000# WaE fixes; making verbose=t build work again 2007/08/29 07:44:57 thb 1.1.2.7: #i10000# Removed a few warnings & a bunch of gcc4.1 errors 2007/08/28 12:37:04 smmathews 1.1.2.6: Issue number: Submitted by: Reviewed by: 2007/08/28 07:55:17 smmathews 1.1.2.5: Issue number: Submitted by: Reviewed by: 2007/08/09 12:16:52 smmathews 1.1.2.4: Issue number: Submitted by: Reviewed by: 2007/08/08 08:43:01 smmathews 1.1.2.3: Issue number: Submitted by: Reviewed by: 2007/08/08 04:20:30 smmathews 1.1.2.2: Issue number: Submitted by: Reviewed by: 2007/08/08 03:40:27 smmathews 1.1.2.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [063560b6b03dfab2a16a299006db9a245f6a4224]

        INTEGRATION: CWS transogl01 (1.1.2); FILE ADDED 2007/10/10 21:03:44 thb 1.1.2.8: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now 2007/08/29 07:44:57 thb 1.1.2.7: #i10000# Removed a few warnings & a bunch of gcc4.1 errors 2007/08/28 12:37:04 smmathews 1.1.2.6: Issue number: Submitted by: Reviewed by: 2007/08/28 11:31:22 smmathews 1.1.2.5: Issue number: Submitted by: Reviewed by: 2007/08/28 07:55:17 smmathews 1.1.2.4: Issue number: Submitted by: Reviewed by: 2007/08/09 11:22:36 smmathews 1.1.2.3: Issue number: Submitted by: Reviewed by: 2007/08/09 10:13:55 smmathews 1.1.2.2: Issue number: Submitted by: Reviewed by: 2007/08/08 08:43:32 smmathews 1.1.2.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8627444cdbea37fdd456b26e2c5712837ccb06bf]

        INTEGRATION: CWS transogl01 (1.1.2); FILE ADDED 2007/10/10 21:03:44 thb 1.1.2.11: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now 2007/08/31 13:46:21 smmathews 1.1.2.10: Issue number: Submitted by: Reviewed by: 2007/08/29 07:44:57 thb 1.1.2.9: #i10000# Removed a few warnings & a bunch of gcc4.1 errors 2007/08/28 12:37:04 smmathews 1.1.2.8: Issue number: Submitted by: Reviewed by: 2007/08/28 11:31:22 smmathews 1.1.2.7: Issue number: Submitted by: Reviewed by: 2007/08/28 08:05:47 smmathews 1.1.2.6: Issue number: Submitted by: Reviewed by: 2007/08/28 07:55:17 smmathews 1.1.2.5: Issue number: Submitted by: Reviewed by: 2007/08/09 11:22:36 smmathews 1.1.2.4: Issue number: Submitted by: Reviewed by: 2007/08/09 10:13:54 smmathews 1.1.2.3: Issue number: Submitted by: Reviewed by: 2007/08/08 08:43:01 smmathews 1.1.2.2: Issue number: Submitted by: Reviewed by: 2007/08/08 03:40:27 smmathews 1.1.2.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [d4fa9d0a3c5931bb45bf07b59ca4f1ee9be331c4]

        INTEGRATION: CWS transogl01 (1.4.4); FILE MERGED 2007/10/10 12:02:30 thb 1.4.4.1: #i10000# WaE fixes; making verbose=t build work again

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [98180b503782ba2eee58df7f2ffb47905fb62862]

        INTEGRATION: CWS transogl01 (1.5.6); FILE MERGED 2007/10/10 21:03:44 thb 1.5.6.2: #i82460# Did some minor cleanup work: the graphic subsystem the optional transition framework is using is now fully encapsulated - there's only a generic factory; changed Ids of transition used - now something totally unused before; every optional transition component can transparently override arbitrary Id combinations now 2007/10/10 12:02:30 thb 1.5.6.1: #i10000# WaE fixes; making verbose=t build work again

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [c0d77884b71a6517d42a5a2da2b02000191f34c7]

        INTEGRATION: CWS transogl01 (1.8.26); FILE MERGED 2007/07/25 15:21:32 thb 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/29 10:08:49 smmathews 1.8.26.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [556ac62f4428ab877449e616cd1c44216e879881]

        INTEGRATION: CWS transogl01 (1.5.26); FILE MERGED 2007/10/10 08:50:38 thb 1.5.26.1: #i82460# Deliver the lib; only *nix for now

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [6dc4aa9f82c46b9927dd92eff1fd648771b642c5]

        INTEGRATION: CWS transogl01 (1.5.34); FILE MERGED 2007/10/10 08:50:38 thb 1.5.34.6: #i82460# Deliver the lib; only *nix for now 2007/07/25 15:14:24 thb 1.5.34.5: RESYNC: (1.5-1.6); FILE MERGED 2007/07/11 10:55:18 smmathews 1.5.34.4: Issue number: Submitted by: Reviewed by: 2007/06/20 23:01:00 smmathews 1.5.34.3: Issue number: Submitted by: Reviewed by: 2007/06/20 17:17:40 smmathews 1.5.34.2: Issue number: Submitted by: Reviewed by: 2007/06/19 13:05:36 smmathews 1.5.34.1: Issue number: Submitted by: Reviewed by:

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [3efff6a37f23819f7c2c8f8d90b0a0fca67bba76]

        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>  [24d3f09e0fe891b351207ebd3383a1e5dee168bc]

        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>  [921c7b49a5d6be44cec8ff63099822e04b765034]

        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>  [a8850b0d7bb5315c0a040cb0ea28137b992f9015]

        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>  [51860e459494bac30a48b2cfe5f338fb84d13e81]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [7d02d6a4dde5d5ac8d30a3940988cec0bcecf3f1]

        INTEGRATION: CWS dbodf12import (1.41.90); FILE MERGED 2007/11/01 09:16:28 oj 1.41.90.1: #i83190# new string media type

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [9584ccb77de39197a896e815812e76b84a1b9e43]

        INTEGRATION: CWS dbodf12import (1.44.94); FILE MERGED 2007/11/01 09:16:34 oj 1.44.94.1: #i83190# new string media type

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [4bf9429cdfc90c073d3bfd097f42b77e6e7febfa]

        INTEGRATION: CWS dbodf12import (1.5.32); FILE MERGED 2007/11/01 09:13:31 oj 1.5.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8bcace1e8f5738d04c855175a3de1a8018db00a9]

        INTEGRATION: CWS dbodf12import (1.16.32); FILE MERGED 2007/11/01 09:13:31 oj 1.16.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [d1f2a545040c75aa7ad530cd75e1e712dda64473]

        INTEGRATION: CWS dbodf12import (1.9.32); FILE MERGED 2007/11/01 09:13:31 oj 1.9.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [d2a945bdbcd016e54c50795a384468a4583f8d28]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:16:05 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [f900c39c436f4ac098490b90b927817dd8572bdd]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:56 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [14ab7bd967b3c5ae9fa49c7f786f71b56ccdce29]

        INTEGRATION: CWS dbodf12import (1.8.32); FILE MERGED 2007/11/01 09:13:31 oj 1.8.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [1c6963ae790c5bfd57b035443d531504dc394f5a]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:46 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8ec830dada4d0b03f140429fbd91f11b4f42e58b]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:36 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [79d3d221000c13376b1600e6c254200b5747c874]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:27 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [339fb75e1685e5fac35f67ec495714a98bd315b7]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:18 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [4e713de4fdafce3a23b66f5df11382a4c4938722]

        INTEGRATION: CWS dbodf12import (1.5.350); FILE MERGED 2007/11/01 09:13:31 oj 1.5.350.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [5daa8f4826ddc99269573461afee1a3c61bb1d37]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:09 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [c4c85be042470e55367373ccf29abccc5f4f4156]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:15:00 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [16e9ad67d3d3a084007233f21bfd2e95c31365d4]

        INTEGRATION: CWS dbodf12import (1.4.222); FILE MERGED 2007/11/01 09:13:31 oj 1.4.222.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [bd5e9d568a2eb276d7a40b1d6964aecfe2252812]

        INTEGRATION: CWS dbodf12import (1.4.350); FILE MERGED 2007/11/01 09:13:31 oj 1.4.350.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [3764f77dc3a17b07049ec08042c6b1fe3103339c]

        INTEGRATION: CWS dbodf12import (1.10.32); FILE MERGED 2007/11/01 09:13:31 oj 1.10.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [c732274e1d50244b39f2486de64bf6f30f656683]

        INTEGRATION: CWS dbodf12import (1.3.350); FILE MERGED 2007/11/01 09:13:31 oj 1.3.350.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [55a809e9a9fb72085649f380a94731dc6d7fe036]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:14:52 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [e5505677a70037a536622014e34ef826e9abb2d2]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:14:42 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [80e48d06533b8c961898cdf2c501816b04d306b2]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:14:34 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [4cb6d0c25569cdca5469eb0b869d654e92d2d169]

        INTEGRATION: CWS dbodf12import (1.1.2); FILE ADDED 2007/11/01 09:14:25 oj 1.1.2.1: #i83190# new elements

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [9bb400a9a4974cc6a7b5e0957b0de7b1ef628f6d]

        INTEGRATION: CWS dbodf12import (1.6.224); FILE MERGED 2007/11/01 09:13:31 oj 1.6.224.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [8969d0207697cbb317736328301d2466a2ee1772]

        INTEGRATION: CWS dbodf12import (1.29.32); FILE MERGED 2007/11/01 09:13:30 oj 1.29.32.1: #i83190# implement odf12 importer

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [1cbf0d6394c8c9f1bde41e1809d9c65a104b6cac]

        INTEGRATION: CWS dbodf12import (1.47.30); FILE MERGED 2007/11/01 09:17:07 oj 1.47.30.1: #i83190# new string media type

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [697e9f4964a8c5be389d2186fc35578ee0ca9c7b]

        INTEGRATION: CWS dbodf12import (1.34.32); FILE MERGED 2007/11/01 09:17:07 oj 1.34.32.1: #i83190# new string media type

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [46b603d0bd6da525f86dc790cce1105e031cd8d1]

        INTEGRATION: CWS dbodf12import (1.112.24); FILE MERGED 2007/11/01 09:18:12 oj 1.112.24.1: #i83190# new token for odf 12 database

2007-11-09  Rüdiger Timm  <rt@openoffice.org>  [7c7e1f31d3cf449963b029174bdd87a23124bd72]

        INTEGRATION: CWS dbodf12import (1.9.26); FILE MERGED 2007/11/01 09:18:12 oj 1.9.26.1: #i83190# new token for odf 12 database

2007-11-08  Rüdiger Timm  <rt@openoffice.org>  [0e49c1452c29373cc21427202a7f7cde76fbf915]

        #i82352# Create language packs for 'dev' product.

2007-11-08  Rüdiger Timm  <rt@openoffice.org>  [38660faa30198a8308dead7a3c3922584051d3d9]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [41538d5fd0eadcdd91d60e7ef7c02106523ba4a0]

        INTEGRATION: CWS vclxcu04 (1.57.24); FILE MERGED 2007/10/10 09:47:15 hdu 1.57.24.2: #i81622# better default fonts for Hebrew (thanks for the patch ayaninger!) 2007/10/10 09:34:44 hdu 1.57.24.1: #i77698# better support for Liberation font family, cleaning up related fallback entries

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f6f94097e5290c9ac61ffa7b0e4028e04e16f8c0]

        INTEGRATION: CWS obo18 (1.115.26); FILE MERGED 2007/11/07 10:43:07 obo 1.115.26.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [fd8a38a54cc44b72b67981efcbdc17700e03da2e]

        INTEGRATION: CWS obo18 (1.68.26); FILE MERGED 2007/11/07 10:43:07 obo 1.68.26.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [a67b2b5982ff474643da11b57e0ec834d3dbc92e]

        INTEGRATION: CWS obo18 (1.111.14); FILE MERGED 2007/11/07 10:43:07 obo 1.111.14.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [c67e83e1f6ba4dc71d741eb4fd29a89025c837f9]

        INTEGRATION: CWS obo18 (1.63.26); FILE MERGED 2007/11/07 10:43:07 obo 1.63.26.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension

2007-11-07  Armin Weiss  <aw@openoffice.org>  [e30ad6028be5eea3bad01bc1b813eb83746bfdd9]

        #i39532# committing to have a base for HDU

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [957b081eb1534a0816a5edce2b6ca21e01f9412d]

        INTEGRATION: CWS swqbf105 (1.43.30); FILE MERGED 2007/10/17 08:09:55 ama 1.43.30.1: Fix #i82695#: Row span with negative value have a special meaning

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [93b7b2d3b46c17e14cfa7c855be9aa6283733437]

        INTEGRATION: CWS swqbf105 (1.22.424); FILE MERGED 2007/10/04 18:05:21 od 1.22.424.2: RESYNC: (1.22-1.23); FILE MERGED 2007/08/22 10:12:44 ama 1.22.424.1: Fix #i80689#: Ignore redline during insert file

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [af5f2fddbe226c1f0a3edbfe65b7cfbc3d06053f]

        INTEGRATION: CWS swqbf105 (1.133.30); FILE MERGED 2007/10/10 10:50:49 fme 1.133.30.1: #i69519# mloiseleur - Restrict rows to repeat to a decent value

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f5d128cdf04467df5c835a2194bb37ec52467460]

        INTEGRATION: CWS swqbf105 (1.72.4); FILE MERGED 2007/10/04 17:56:45 od 1.72.4.2: RESYNC: (1.72-1.74); FILE MERGED 2007/08/13 13:02:35 hbrinkm 1.72.4.1: #i76737# reset _pKeepHeader/_pKeepFooter when creating new section

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [50b12373c30745cbc4f0bf78108458107f9f0b51]

        INTEGRATION: CWS swqbf105 (1.51.30); FILE MERGED 2007/10/16 10:47:52 fme 1.51.30.1: #i81697# Lock view to prevent view update

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [41c60fddb051801b1e91d42adaccbf1cc1834f97]

        INTEGRATION: CWS swqbf105 (1.28.144); FILE MERGED 2007/10/22 08:14:50 od 1.28.144.4: #i79738# method <ViewShell::PrintPreViewPage(..)> 	 - correct condition, which checks, if a certain page has to 	   be printed or not. 2007/10/04 17:49:16 od 1.28.144.3: RESYNC: (1.28-1.29); FILE MERGED 2007/09/26 10:41:28 od 1.28.144.2: #i80209# undo previous changes 2007/09/17 08:31:22 od 1.28.144.1: #i80209# patch provided by ayaniger and adjusted by od: 	 - implement support for Right-To-Left documents in Print Preview: 	 -- reverse column order for Right-To-Left document. 	    Right-To-Left document are determined by the layout direction 	    of the first page of the document.

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f9c36f3017650ce075ad3a511930bb3a3033784f]

        INTEGRATION: CWS swqbf105 (1.22.8); FILE MERGED 2007/10/23 13:28:42 ama 1.22.8.3: Fix #i80966#: Accept and reject should not crash! 2007/10/04 17:40:58 od 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2007/09/13 09:31:21 ama 1.22.8.1: Fix i80966#: Crash with Undo/Redline

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [b7e40a93001143896aefb50f08a1fb87070e890f]

        INTEGRATION: CWS swqbf105 (1.99.28); FILE MERGED 2007/10/04 17:34:10 od 1.99.28.2: RESYNC: (1.99-1.100); FILE MERGED 2007/08/14 10:39:47 fme 1.99.28.1: #i80120# ChgThisLines() shouldn't be called from outsite the formatting routines

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [3ee72d6ce0014e8e1fdb1c1c126aca6224ed88d4]

        INTEGRATION: CWS swqbf105 (1.26.142); FILE MERGED 2007/10/04 17:02:02 od 1.26.142.2: RESYNC: (1.26-1.27); FILE MERGED 2007/08/15 07:43:34 od 1.26.142.1: #147431# method <SwSectionFmt::DelFrms()> 	 - First, delete the <SwSectionFrm> instances of the <SwSectionFmt> instance.  	   Then, delete the frames of the nested <SwSectionFmt> instances.

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [0a5ab4fb96359f9f01f255011fc72576958569fe]

        INTEGRATION: CWS swqbf105 (1.26.68); FILE MERGED 2007/10/04 17:01:56 od 1.26.68.2: RESYNC: (1.26-1.27); FILE MERGED 2007/08/22 13:47:47 ama 1.26.68.1: Fix #i80941#: Loop causes by wrong nodes copy

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [0d39d39c3d3669cbc81d3f66714505352d0e624c]

        INTEGRATION: CWS swqbf105 (1.47.6); FILE MERGED 2007/10/04 17:01:39 od 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2007/08/30 09:41:11 ama 1.47.6.1: Fix #i75008#: Put table frame into the right section frame

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [c8dac7c7d08e03447a4e5a0944f8e6b677e7d5e4]

        INTEGRATION: CWS swqbf105 (1.6.424); FILE MERGED 2007/10/04 16:58:45 od 1.6.424.2: RESYNC: (1.6-1.7); FILE MERGED 2007/08/14 10:38:42 fme 1.6.424.1: #i80120# SetLineNumberInfo requires to invalidate the frame sizes

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [39b1ab38de3e97d6334bb4e46304d38a7babc051]

        INTEGRATION: CWS swqbf105 (1.21.30); FILE MERGED 2007/11/05 07:27:33 fme 1.21.30.3: #i56229# Forgot to set nContent correctly after calles to lcl_FindNextCell/lcl_FindPrevCell 2007/10/22 10:28:57 od 1.21.30.2: assure warning-free code 2007/10/19 11:13:46 fme 1.21.30.1: #i56229# Make lcl_FindNextCell lcl_FindPrevCell work correctly with nested tables

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [1c80385e37a1a662dabf780c5da8731940ed562c]

        INTEGRATION: CWS printdirectinfo (1.78.2); FILE MERGED 2007/10/18 06:52:01 cd 1.78.2.2: #i56352# Use correct text for printer name 2007/10/17 13:47:34 cd 1.78.2.1: #56352# Change tooltip help for print file directly according to specification

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f32a3112ddd2fb278d50cd569ccb1fcbe7d2d623]

        INTEGRATION: CWS tkr05_SRC680 (1.49.2); FILE MERGED 2007/11/02 12:40:57 tkr 1.49.2.5: #83234# host name mismatch 2007/11/02 09:48:58 tkr 1.49.2.4: #83234# host name mismatch 2007/10/11 14:22:51 tkr 1.49.2.3: #31053# WebDAV Https Support 2007/10/01 07:40:09 tkr 1.49.2.2: #31053#: HTTPS Support 2007/09/20 11:01:15 tkr 1.49.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [5ce5293877aeeb38be4cf5c9716c8bd54b0fd9f7]

        INTEGRATION: CWS tkr05_SRC680 (1.37.20); FILE MERGED 2007/11/02 12:41:11 tkr 1.37.20.6: #83234# host name mismatch 2007/11/02 09:49:11 tkr 1.37.20.5: #83234# host name mismatch 2007/10/19 14:40:21 tkr 1.37.20.4: #31053# WebDAV Https Support 2007/10/04 09:08:24 tkr 1.37.20.3: #31053# https webdav support 2007/10/01 07:40:25 tkr 1.37.20.2: #31053#: HTTPS Support 2007/09/20 11:01:16 tkr 1.37.20.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [03b52eb17bfa9b0dcf75069656071ea03814b02e]

        INTEGRATION: CWS tkr05_SRC680 (1.70.30.1.12); FILE MERGED 2007/10/08 10:02:01 tkr 1.70.30.1.12.1: #31053# https webdav support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [273c769c44b51b18e18163859eb8409f339a274d]

        INTEGRATION: CWS tkr05_SRC680 (1.214.4.2.10); FILE MERGED 2007/11/05 10:09:15 tkr 1.214.4.2.10.2: #31053# HTTPS Support (Patch flag) 2007/11/01 09:59:06 tkr 1.214.4.2.10.1: #82890# HTTPS Proxy

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [08d3c67355464cb1013ce52d9ed4abf381906354]

        INTEGRATION: CWS tkr05_SRC680 (1.255.4); FILE MERGED 2007/10/19 13:21:03 tkr 1.255.4.4: #31053# WebDAV Https Support 2007/10/19 09:57:11 tkr 1.255.4.3: #31053# WebDAV Https Support 2007/10/17 15:56:50 tkr 1.255.4.2: #31053# WebDAV Https Support 2007/10/08 10:01:41 tkr 1.255.4.1: #31053# https webdav support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [3389f444918d364e82228dc35c3a31c034d12b3d]

        INTEGRATION: CWS tkr05_SRC680 (1.3.496); FILE MERGED 2007/11/01 09:58:27 tkr 1.3.496.1: #82890# HTTPS Proxy

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f56bbfb932b400aa6e29ba27e1a6947e77b7c8f6]

        INTEGRATION: CWS tkr05_SRC680 (1.5.42); FILE MERGED 2007/10/24 09:49:27 tkr 1.5.42.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [2150695eb719a42f85920b83d2b58102c2b6d782]

        INTEGRATION: CWS tkr05_SRC680 (1.3.20); FILE MERGED 2007/10/25 05:12:59 obr 1.3.20.3: #31053# actually read the system https proxy 2007/10/24 10:50:28 obr 1.3.20.2: #31053# HTTPS WebDAV support (proxies) 2007/10/24 09:49:05 tkr 1.3.20.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [c04cb7cb5390ce6fb4c0b70120de293078eb62cc]

        INTEGRATION: CWS tkr05_SRC680 (1.4.96); FILE MERGED 2007/10/24 09:48:30 tkr 1.4.96.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [8d7aa1cebf83eae886023c5ef365ca9a08f659de]

        INTEGRATION: CWS tkr05_SRC680 (1.5.84); FILE MERGED 2007/10/24 10:04:42 tkr 1.5.84.2: #31053# HTTPS WebDAV (Proxies) 2007/10/24 09:48:30 tkr 1.5.84.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [c0828d1cceabf84b4cba5d3e319483987d95145a]

        INTEGRATION: CWS tkr05_SRC680 (1.7.42); FILE MERGED 2007/10/24 09:48:03 tkr 1.7.42.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [13d2292de8aeda9b43b6ca2682415be0c45a4bcc]

        INTEGRATION: CWS tkr05_SRC680 (1.13.42); FILE MERGED 2007/10/25 07:42:15 tkr 1.13.42.2: #31053# HTTPS WebDAV support (proxy) 2007/10/24 09:47:40 tkr 1.13.42.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [c21b8a1620808865d03239256221a6a86e6316f0]

        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>  [e9978f687df4f9362a64faf6ecfe5bd00af2fcf5]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/16 17:11:18 tkr 1.1.2.4: #31053# WebDAV Https Support 2007/10/09 10:09:06 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 10:10:11 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:55 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [194607486f88bd7dfcf9278776f38cb891710bf9]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/09 10:47:15 tkr 1.1.2.5: #31053# https webdav support 2007/10/09 10:36:33 tkr 1.1.2.4: #31053# https webdav support 2007/10/09 10:09:06 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 10:10:11 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:55 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [ce5111647f87f61c3e611f42854ca481ea73ba4c]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/16 17:11:42 tkr 1.1.2.5: #31053# WebDAV Https Support 2007/10/11 14:38:40 tkr 1.1.2.4: #31053# WebDAV Https Support 2007/10/09 10:08:51 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 10:09:46 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:22 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [6670e4f2d3d4f605d456d04f2f0d4cb5861da36e]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/09 10:08:51 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:22 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [83cadca86fe13fd91c1902855eb107610235e22f]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/11 14:38:40 tkr 1.1.2.4: #31053# WebDAV Https Support 2007/10/09 10:08:51 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 10:09:46 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:22 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [a4ad05ad596ef137262bc0b038ab79af7b8febed]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/09 10:15:48 tkr 1.1.2.4: #31053# https webdav support 2007/10/09 10:08:51 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 10:09:46 tkr 1.1.2.2: #31053# https webdav support 2007/10/01 07:55:22 tkr 1.1.2.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [8243154570a80ff5d3e82b0ec4dd04c60ba31551]

        INTEGRATION: CWS tkr05_SRC680 (1.8.40); FILE MERGED 2007/10/01 07:51:55 tkr 1.8.40.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [1f5ba3271da2bec0acdc2a11003383454dc96ea3]

        INTEGRATION: CWS tkr05_SRC680 (1.65.16); FILE MERGED 2007/10/09 10:08:34 tkr 1.65.16.2: #31053# https webdav support 2007/10/01 07:51:45 tkr 1.65.16.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [e16d52d2db59d1bf78d067ad7d854930c280ae98]

        INTEGRATION: CWS tkr05_SRC680 (1.22.22); FILE MERGED 2007/10/09 10:08:27 tkr 1.22.22.2: #31053# https webdav support 2007/10/01 07:51:37 tkr 1.22.22.1: #31053#: HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [9c268b2f895c175e13521bce9994bfeaf64f7b63]

        INTEGRATION: CWS tkr05_SRC680 (1.17.12); FILE MERGED 2007/10/12 15:37:48 tkr 1.17.12.4: #31053# WebDAV Https Support 2007/10/09 10:08:17 tkr 1.17.12.3: #31053# https webdav support 2007/10/01 07:48:37 tkr 1.17.12.2: #31053#: HTTPS Support 2007/09/20 11:04:55 tkr 1.17.12.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [02cf2afe665e1db23efdbe7fc265e8de65ee5274]

        INTEGRATION: CWS tkr05_SRC680 (1.62.12); FILE MERGED 2007/11/02 10:51:42 tkr 1.62.12.5: #83234# host name mismatch 2007/10/12 15:37:48 tkr 1.62.12.4: #31053# WebDAV Https Support 2007/10/09 10:08:08 tkr 1.62.12.3: #31053# https webdav support 2007/10/01 07:48:37 tkr 1.62.12.2: #31053#: HTTPS Support 2007/09/20 11:04:54 tkr 1.62.12.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [23ac3c2339fbf5b52c048984018e5b5405011680]

        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>  [7919337676e7ea33e0ed3017a8264bb497f3a1c2]

        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>  [47904877b28433e3937b1282245b6ae7618892d0]

        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>  [d1619c1dda2a1141d49fb57940a14a960358636e]

        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>  [d75a93c432466b22b221017711490d22db0adb3b]

        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>  [15cf900d08f7280a10f447c1adcb783a2a7c0623]

        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-07  Rüdiger Timm  <rt@openoffice.org>  [80289770514f8acdfb625edadda05d4739639f84]

        INTEGRATION: CWS tkr05_SRC680 (1.18.22); FILE MERGED 2007/10/05 06:43:17 tkr 1.18.22.2: #31053# https webdav support 2007/09/20 11:07:14 tkr 1.18.22.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [d793d9448339797b1b0e17b9bd37afa5c6800500]

        INTEGRATION: CWS tkr05_SRC680 (1.17.22); FILE MERGED 2007/10/16 17:19:48 tkr 1.17.22.5: #31053# Https WebDAV Support 2007/10/12 08:59:58 tkr 1.17.22.4: #31053# WebDAV Https Support 2007/10/05 06:42:57 tkr 1.17.22.3: #31053# https webdav support 2007/10/01 07:57:32 tkr 1.17.22.2: #31053#: HTTPS Support 2007/09/20 11:07:14 tkr 1.17.22.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [e35da76c6649b5f3690765436418fd0d6ded827f]

        INTEGRATION: CWS tkr05_SRC680 (1.9.32); FILE MERGED 2007/09/20 11:07:14 tkr 1.9.32.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [762a4c42f89062664e21ea5f1accf83465e4ad72]

        INTEGRATION: CWS tkr05_SRC680 (1.4.22); FILE MERGED 2007/09/20 11:07:14 tkr 1.4.22.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [ee8cd7ff22b39f5851057741fbf7ba1d8a085a40]

        INTEGRATION: CWS tkr05_SRC680 (1.4.32); FILE MERGED 2007/09/20 11:07:14 tkr 1.4.32.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [aed4a14e93a0549d3201fac4ea3ae3d0f644a340]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/11 14:22:10 tkr 1.1.2.2: #31053# WebDAV Https Support 2007/09/20 11:06:12 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [7a06ebfd13a527a0cf749bc69b9640b3afaa7d57]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/12 09:00:30 tkr 1.1.2.7: #31053# WebDAV Https Support 2007/10/11 14:22:10 tkr 1.1.2.6: #31053# WebDAV Https Support 2007/10/04 08:41:06 tkr 1.1.2.5: #31053# https webdav support 2007/10/04 07:33:41 tkr 1.1.2.4: #31053# https webdav support 2007/10/04 06:49:42 tkr 1.1.2.3: #31053# https webdav support 2007/10/04 06:21:52 tkr 1.1.2.2: #31053# https webdav support 2007/09/20 11:06:02 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [f1608e392aed2a3dc19dfd4a36358eff1ccf8dd6]

        INTEGRATION: CWS tkr05_SRC680 (1.117.104); FILE MERGED 2007/10/24 15:04:48 tkr 1.117.104.2: #31053# HTTPS WebDAV support 2007/10/19 14:39:08 tkr 1.117.104.1: #31053# WebDAV Https Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [ab1a701d8d3b3c9098f9e74e709c742d3e39cb39]

        INTEGRATION: CWS tkr05_SRC680 (1.56.18); FILE MERGED 2007/10/24 14:58:11 tkr 1.56.18.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [b67f3489af753f0ecc329fc88db8aaf43a2a3c77]

        INTEGRATION: CWS tkr05_SRC680 (1.28.18); FILE MERGED 2007/11/02 09:48:58 tkr 1.28.18.2: #83234# host name mismatch 2007/09/20 11:01:16 tkr 1.28.18.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [7f6b9018bc657d12aaa421d6b034ed244b6d3029]

        INTEGRATION: CWS tkr05_SRC680 (1.11.60); FILE MERGED 2007/09/20 11:01:15 tkr 1.11.60.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [da922739f707a32fff506475663df99bdc6def71]

        INTEGRATION: CWS tkr05_SRC680 (1.12.74); FILE MERGED 2007/09/20 11:01:15 tkr 1.12.74.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [6685198d3c35654f25cf615dea8b131a7ae9916e]

        INTEGRATION: CWS tkr05_SRC680 (1.25.18); FILE MERGED 2007/09/20 11:01:15 tkr 1.25.18.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [220bd84abf04d33c603790765f42afed5f155212]

        INTEGRATION: CWS tkr05_SRC680 (1.7.60); FILE MERGED 2007/09/20 11:01:15 tkr 1.7.60.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [826c366b819d5b91b090aa77dc36f91fdb2cd888]

        INTEGRATION: CWS tkr05_SRC680 (1.26.22); FILE MERGED 2007/10/04 07:16:00 tkr 1.26.22.1: #31053# https webdav support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [a7c32391a26e92a70a16712e25e044345a924914]

        INTEGRATION: CWS tkr05_SRC680 (1.93.168); FILE MERGED 2007/10/24 09:54:30 tkr 1.93.168.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [a026eea679c2cbb92de8c986ba7d42b33611c8f2]

        INTEGRATION: CWS tkr05_SRC680 (1.13.148); FILE MERGED 2007/10/24 09:54:08 tkr 1.13.148.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [43a0a482350903e6e42226bff7cc4bc5ff6b9e13]

        INTEGRATION: CWS tkr05_SRC680 (1.26.64); FILE MERGED 2007/10/24 09:54:07 tkr 1.26.64.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [6b906c9655cae585bf84f9124fd8e3338e4480a1]

        INTEGRATION: CWS tkr05_SRC680 (1.8.1060); FILE MERGED 2007/10/24 09:53:30 tkr 1.8.1060.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [105703ce9e65ce776b167d331fb291fa77b85405]

        INTEGRATION: CWS tkr05_SRC680 (1.46.168); FILE MERGED 2007/09/20 10:59:22 tkr 1.46.168.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [8fd68af85c86fb158a902da76c0c7a00a1f5a39b]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/01 07:37:07 tkr 1.1.2.2: #31053#: HTTPS Support 2007/09/20 10:58:15 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [7879e6ca8c643f6be03d1e1260b2d6e84b0e2919]

        INTEGRATION: CWS tkr05_SRC680 (1.8.168); FILE MERGED 2007/09/20 10:59:22 tkr 1.8.168.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [d7c94e8a6f97c9a69a95c8dae1e66f41e505d308]

        INTEGRATION: CWS tkr05_SRC680 (1.6.172); FILE MERGED 2007/10/11 14:26:49 tkr 1.6.172.2: #31053# WebDAV Https Support 2007/09/20 10:59:22 tkr 1.6.172.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [4e3c671c2c7a45fc9db44aea47f99ccefbb9b3a4]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/11 14:26:18 tkr 1.1.2.3: #31053# WebDAV Https Support 2007/10/01 07:36:45 tkr 1.1.2.2: #31053#: HTTPS Support 2007/09/20 10:57:55 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [62c08c17379dbb0780c5f0b1e45b367603c4dcce]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/11 14:27:14 tkr 1.1.2.1: #31053# WebDAV Https Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [eee39bf8b68bf6385fcb249ead59b534af94bded]

        INTEGRATION: CWS tkr05_SRC680 (1.1.2); FILE ADDED 2007/10/11 14:26:40 tkr 1.1.2.2: #31053# WebDAV Https Support 2007/09/20 10:58:05 tkr 1.1.2.1: #i31053#: WebDAV HTTPS Support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [fbafa897b9e1583b4f0f1da8f40046b244e95f78]

        INTEGRATION: CWS tkr05_SRC680 (1.20.452); FILE MERGED 2007/10/24 09:56:10 tkr 1.20.452.1: #31053# HTTPS WebDAV support (proxies)

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [398ae113e4c156aa20c8842ad29a29ff512d6a44]

        INTEGRATION: CWS tkr05_SRC680 (1.9.452); FILE MERGED 2007/10/08 10:11:05 tkr 1.9.452.1: #31053# https webdav support

2007-11-07  Rüdiger Timm  <rt@openoffice.org>  [acf6ff686ae130ab9ef4ab25b635a7f474e30cb3]

        INTEGRATION: CWS tkr05_SRC680 (1.7.42); FILE MERGED 2007/10/19 14:35:39 tkr 1.7.42.1: #31053# WebDAV Https Support

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [af84ffea9ba9453ac0dcd2670816ca676e519070]

        INTEGRATION: CWS os103 (1.52.60); FILE MERGED 2007/09/06 13:37:27 os 1.52.60.1: #i77377# label Delete changed to Reset

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [2d329b9285f2fe43c8f18bd8ecebe03b2b2e0aba]

        INTEGRATION: CWS os103 (1.10.112); FILE MERGED 2007/09/06 13:16:51 os 1.10.112.1: #i77842# Venezuela uses ancient letter format instead of A4

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [4c6dc221fceddc2ab04f9746e85a3632e702c450]

        INTEGRATION: CWS os103 (1.50.112); FILE MERGED 2007/10/24 11:04:43 os 1.50.112.1: #i64481# SvxAsianTabPage::GetRanges fixed

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [f939d81fa88fa8f0f7be1343dd9de14ab30f30ba]

        INTEGRATION: CWS os103 (1.4.112); FILE MERGED 2007/09/12 08:02:23 os 1.4.112.1: #i64481# Ranges function added to SvxAsianLayoutPage

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [d4fa8f5d814f7fa3e94656e3a3a13c9df3a8427b]

        INTEGRATION: CWS os103 (1.9.112); FILE MERGED 2007/10/04 13:18:31 os 1.9.112.2: RESYNC: (1.9-1.10); FILE MERGED 2007/09/12 08:02:23 os 1.9.112.1: #i64481# Ranges function added to SvxAsianLayoutPage

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b92cad5f06185de81fd40510e9231fe474f07264]

        INTEGRATION: CWS os103 (1.41.50); FILE MERGED 2007/09/12 08:02:23 os 1.41.50.1: #i64481# Ranges function added to SvxAsianLayoutPage

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [df0670cb57a92b0884915d4c285ed53b32853efa]

        INTEGRATION: CWS os103 (1.62.98); FILE MERGED 2007/10/01 07:05:11 os 1.62.98.2: RESYNC: (1.62-1.63); FILE MERGED 2007/09/10 13:57:02 os 1.62.98.1: #i61662# InsertFootnote: don't delete selected text

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [49decf5f2023dadab79acda922dc3d0f0297c21a]

        INTEGRATION: CWS os103 (1.10.468); FILE MERGED 2007/10/01 09:40:59 os 1.10.468.3: #i54127# unused variable 2007/10/01 07:05:07 os 1.10.468.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/12 11:08:17 os 1.10.468.1: #i54127# special (wrong) handling of SW6 file format removed

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6027228e29e284bb585f7f33e90da40f5108322c]

        INTEGRATION: CWS os103 (1.36.184); FILE MERGED 2007/10/01 07:05:04 os 1.36.184.2: RESYNC: (1.36-1.37); FILE MERGED 2007/09/06 14:28:16 os 1.36.184.1: #i80890# no header/footer format: crashes fixed

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [a78b4f73fabcafccae55391bdb0aca77d9529a2d]

        INTEGRATION: CWS os103 (1.30.200); FILE MERGED 2007/09/06 13:21:57 os 1.30.200.1: #75090# changed Amount to Number

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0adc527c4d8a0fc727857beb51c0f3c3a89df2e5]

        INTEGRATION: CWS os103 (1.23.2); FILE MERGED 2007/10/01 07:05:00 os 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2007/09/12 13:40:14 os 1.23.2.1: i51510# switch numbering alignment if paragraph alignment is switched

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [93982dea4e1d0b56fbb28085c8206d987575f736]

        INTEGRATION: CWS os103 (1.55.66); FILE MERGED 2007/10/01 07:04:57 os 1.55.66.2: RESYNC: (1.55-1.56); FILE MERGED 2007/09/25 10:52:35 os 1.55.66.1: #i80458# disable column dialog if no columns can be set

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6cfc57e284474b389b5f18d646e76bd6bce61ef8]

        INTEGRATION: CWS os103 (1.11.116); FILE MERGED 2007/10/01 07:04:54 os 1.11.116.2: RESYNC: (1.11-1.12); FILE MERGED 2007/09/05 12:22:31 os 1.11.116.1: #81258# SwMasterUsrPref members reordered

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [bcc904eda6fe5f75fa902370c0772ee6509aa254]

        INTEGRATION: CWS os103 (1.32.186); FILE MERGED 2007/10/01 07:04:47 os 1.32.186.2: RESYNC: (1.32-1.33); FILE MERGED 2007/09/25 10:53:13 os 1.32.186.1: #i80458# column dialog should survive if columns cannot be determined and set

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ad26c68bb94dc9161437018deddda670039ddfbb]

        INTEGRATION: CWS os103 (1.109.80); FILE MERGED 2007/10/01 07:04:43 os 1.109.80.2: RESYNC: (1.109-1.110); FILE MERGED 2007/09/12 11:45:07 os 1.109.80.1: #i79972# DocInfo cannot be set to 'clipboard'-documents

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [05448f52da15a2d8c522f1bb42862a246e59da03]

        INTEGRATION: CWS os103 (1.18.188); FILE MERGED 2007/10/01 07:04:40 os 1.18.188.3: RESYNC: (1.18-1.20); FILE MERGED 2007/09/06 06:01:14 os 1.18.188.2: #i81278# index fixed 2007/09/05 12:01:01 os 1.18.188.1: #i81278# crash after removing/adding addresses fixed

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [c204b685ee8a95bad3d9f6e9e06f0fe7b798932d]

        INTEGRATION: CWS os103 (1.122.78); FILE MERGED 2007/10/01 07:04:33 os 1.122.78.2: RESYNC: (1.122-1.123); FILE MERGED 2007/09/06 13:10:26 os 1.122.78.1: #i9016# #80324# create temporary file to work with in mail merge dialog

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [21a191819b1bf51f07619db16c8995f1b07b1281]

        INTEGRATION: CWS os103 (1.11.62); FILE MERGED 2007/10/01 07:04:37 os 1.11.62.2: RESYNC: (1.11-1.13); FILE MERGED 2007/09/05 13:35:29 os 1.11.62.1: #i79886# crash in find fixed

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [a613e46537dbc85ea73fabaa68d9f295fb1e8517]

        INTEGRATION: CWS os103 (1.32.116); FILE MERGED 2007/10/01 07:04:29 os 1.32.116.2: RESYNC: (1.32-1.33); FILE MERGED 2007/09/05 12:22:31 os 1.32.116.1: #81258# SwMasterUsrPref members reordered

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [677ffd226f39dec451b71a1202df9bf9ce6dd716]

        INTEGRATION: CWS os103 (1.36.98); FILE MERGED 2007/10/01 07:04:20 os 1.36.98.2: RESYNC: (1.36-1.37); FILE MERGED 2007/09/12 13:39:24 os 1.36.98.1: i51510# set numbering alignment in RTL paragraphs to RIGHT

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b1b3251478926251d4d1c3e9ef864171548d85b5]

        INTEGRATION: CWS os103 (1.26.122); FILE MERGED 2007/09/06 11:58:43 os 1.26.122.1: #i81308# default tab stop in local zh-CN changed to 0.74 cm

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [db96fe080b65a1a0f35555405a78165c914e35a7]

        INTEGRATION: CWS execshellmacrogone (1.4.88); FILE MERGED 2007/10/24 08:30:38 rene 1.4.88.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/24 06:35:37 rene 1.4.88.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [bec06feb29afb6fd49354125a2b56ed274aa67d6]

        INTEGRATION: CWS execshellmacrogone (1.28.22); FILE MERGED 2007/10/24 08:34:04 rene 1.28.22.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/24 06:35:51 rene 1.28.22.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [9695384c707485aa97e96414d22fbe513605e28d]

        INTEGRATION: CWS execshellmacrogone (1.12.12); FILE MERGED 2007/10/24 06:35:42 rene 1.12.12.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [79cf696a2d252696eba258b91f213d24aea16d78]

        INTEGRATION: CWS execshellmacrogone (1.47.4); FILE MERGED 2007/10/24 08:46:55 rene 1.47.4.2: RESYNC: (1.47-1.48); FILE MERGED 2007/10/24 06:35:44 rene 1.47.4.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [54bb6fd322a17f82256667e36d27bfa0065901d9]

        INTEGRATION: CWS execshellmacrogone (1.3.14); FILE MERGED 2007/10/24 06:35:52 rene 1.3.14.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ceb7b40912b63a40dd248e0d14c4d4a0f4567bca]

        INTEGRATION: CWS execshellmacrogone (1.5.26); FILE MERGED 2007/10/24 06:35:39 rene 1.5.26.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b1c0acbf05f2f0dcceea528aefea97c78d086fd2]

        INTEGRATION: CWS execshellmacrogone (1.6.32); FILE MERGED 2007/10/24 08:46:28 rene 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2007/10/24 06:35:38 rene 1.6.32.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [4b85ee9b710ee7b6e65682623fcc042949227843]

        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>  [f938ef751b7ca126f09891759fafc88d7ad2a509]

        INTEGRATION: CWS execshellmacrogone (1.52.40); FILE MERGED 2007/10/24 06:35:42 rene 1.52.40.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [1d0f67aa16c3c24c221413d30c216f1f10dd214c]

        INTEGRATION: CWS execshellmacrogone (1.22.26); FILE MERGED 2007/10/24 08:43:08 rene 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2007/10/24 06:35:42 rene 1.22.26.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6708e5373872ceead172ebd82c9b35405d7cfa1c]

        INTEGRATION: CWS execshellmacrogone (1.84.40); FILE MERGED 2007/10/24 06:35:42 rene 1.84.40.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [13bc49d2fcec3903dc16bf594a509aef4701c90d]

        INTEGRATION: CWS execshellmacrogone (1.11.4); FILE MERGED 2007/10/24 08:42:53 rene 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/24 06:35:43 rene 1.11.4.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [fdd9e88b263ea4cfded99de7115ce0f5aa84fd6c]

        INTEGRATION: CWS execshellmacrogone (1.34.8); FILE MERGED 2007/10/24 06:35:42 rene 1.34.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ff046c80351b590d307dd81f83006ed4baf85245]

        INTEGRATION: CWS execshellmacrogone (1.15.12); FILE MERGED 2007/10/24 08:42:22 rene 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2007/10/24 06:35:50 rene 1.15.12.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [8883bb7f2f688356ceccb87c8e6a694474c3d26b]

        INTEGRATION: CWS execshellmacrogone (1.17.40); FILE MERGED 2007/10/24 06:35:50 rene 1.17.40.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [599b394cec2f0ebdba5ff9c9d886ce325d516ae6]

        INTEGRATION: CWS execshellmacrogone (1.4.20); FILE MERGED 2007/10/24 08:42:19 rene 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/24 06:35:50 rene 1.4.20.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ebfaa37bb3ad13b1eef0a933c254675302f63175]

        INTEGRATION: CWS execshellmacrogone (1.20.12); FILE MERGED 2007/10/24 08:42:28 rene 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2007/10/24 06:35:49 rene 1.20.12.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6eb7c9e0bc25be184a8e805f9c2d1b2a2bc26b12]

        INTEGRATION: CWS execshellmacrogone (1.20.12); FILE MERGED 2007/10/24 08:42:25 rene 1.20.12.2: RESYNC: (1.20-1.22); FILE MERGED 2007/10/24 06:35:49 rene 1.20.12.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [f3aa676abcf4e25ee7a08eec6c3d0932a1defa42]

        INTEGRATION: CWS execshellmacrogone (1.23.32); FILE MERGED 2007/10/24 06:35:49 rene 1.23.32.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ae0e695a53828419a5e612dab8f27324befc750b]

        INTEGRATION: CWS execshellmacrogone (1.9.64); FILE MERGED 2007/10/24 06:35:40 rene 1.9.64.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [633279f6e0977e1b80329c023ace18fce280210c]

        INTEGRATION: CWS execshellmacrogone (1.55.8); FILE MERGED 2007/10/24 08:35:55 rene 1.55.8.2: RESYNC: (1.55-1.57); FILE MERGED 2007/10/24 06:35:43 rene 1.55.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [e392345b75c323c6e639d07c099a0c646ec737b9]

        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>  [a00358ae27d556bf9d04b33ba9eb9b3bf2d128fc]

        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>  [4db6c3e78e2928b0d02d5fe23e0d0222fb7ae483]

        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>  [5073ae2a905221a3ee1a140b31ba909beb8a8df7]

        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-06  Rüdiger Timm  <rt@openoffice.org>  [8c0ea07b6fe804c5e63156ce7f804364e81ba29c]

        INTEGRATION: CWS execshellmacrogone (1.3.40); FILE MERGED 2007/10/24 06:35:53 rene 1.3.40.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [d4159157ac6a4ac32c0c166f8bfc3478cf88e319]

        INTEGRATION: CWS execshellmacrogone (1.3.38); FILE MERGED 2007/10/24 08:35:00 rene 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/24 06:35:52 rene 1.3.38.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [8fa62ac80c4fdbc3692ee42a1a3ea72689dc7398]

        INTEGRATION: CWS execshellmacrogone (1.3.38); FILE MERGED 2007/10/24 08:34:57 rene 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/24 06:35:52 rene 1.3.38.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [74cddfbe60fe5bc5e8d1c4d399da8522319ee5c1]

        INTEGRATION: CWS execshellmacrogone (1.11.32); FILE MERGED 2007/10/24 08:35:03 rene 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/24 06:35:52 rene 1.11.32.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [e66eaac54fbfbac60bb495e3656b018e0ac91822]

        INTEGRATION: CWS execshellmacrogone (1.21.210); FILE MERGED 2007/10/24 06:35:48 rene 1.21.210.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6eb05fb8dceb9e8705dff8a25fc18e797b9bca98]

        INTEGRATION: CWS execshellmacrogone (1.36.208); FILE MERGED 2007/10/24 06:35:48 rene 1.36.208.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [7142c9db14e348b011c4b3ce44e4d2242b04ac9e]

        INTEGRATION: CWS execshellmacrogone (1.8.530); FILE MERGED 2007/10/24 06:35:48 rene 1.8.530.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [f1be793b1713436e0a355fa2c439367229a81c69]

        INTEGRATION: CWS execshellmacrogone (1.23.274); FILE MERGED 2007/10/24 06:35:48 rene 1.23.274.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [7e4629777019000fb1cfbc16cfe00a0a480194d2]

        INTEGRATION: CWS execshellmacrogone (1.76.6); FILE MERGED 2007/10/24 08:34:15 rene 1.76.6.2: RESYNC: (1.76-1.77); FILE MERGED 2007/10/24 06:35:47 rene 1.76.6.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0e42af502465d289c69daa5a18e661919d456b2e]

        INTEGRATION: CWS execshellmacrogone (1.41.8); FILE MERGED 2007/10/24 08:34:20 rene 1.41.8.2: RESYNC: (1.41-1.43); FILE MERGED 2007/10/24 06:35:47 rene 1.41.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [005a0472e4ab88e192e53f87a11e57e5f97e997c]

        INTEGRATION: CWS execshellmacrogone (1.18.208); FILE MERGED 2007/10/24 06:35:46 rene 1.18.208.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [950370d0f05d2733d77395cafbdf236d5909d5e5]

        INTEGRATION: CWS execshellmacrogone (1.20.286); FILE MERGED 2007/10/24 06:35:46 rene 1.20.286.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [f869802d1945a22a838017a731fb44f3f17b9385]

        INTEGRATION: CWS execshellmacrogone (1.199.8); FILE MERGED 2007/10/24 08:34:31 rene 1.199.8.2: RESYNC: (1.199-1.201); FILE MERGED 2007/10/24 06:35:45 rene 1.199.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [42e10cbd6515fe97925c54a2909faeba6209775c]

        INTEGRATION: CWS execshellmacrogone (1.218.10); FILE MERGED 2007/10/24 08:34:27 rene 1.218.10.2: RESYNC: (1.218-1.220); FILE MERGED 2007/10/24 06:35:45 rene 1.218.10.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b341641638ca95fd485c9099a2bc81d101efb586]

        INTEGRATION: CWS execshellmacrogone (1.89.66); FILE MERGED 2007/10/24 08:34:23 rene 1.89.66.2: RESYNC: (1.89-1.90); FILE MERGED 2007/10/24 06:35:45 rene 1.89.66.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0307cb9569ed578b1f4934885342cd5b7f9a1b80]

        INTEGRATION: CWS execshellmacrogone (1.3.846); FILE MERGED 2007/10/24 06:35:45 rene 1.3.846.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [303a243532668ad4a32799d0d104b880ab37d910]

        INTEGRATION: CWS execshellmacrogone (1.33.208); FILE MERGED 2007/10/24 06:35:44 rene 1.33.208.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [88bf69fcc542d6e98721765355f2c2ae56706ed8]

        INTEGRATION: CWS execshellmacrogone (1.40.8); FILE MERGED 2007/10/24 08:34:38 rene 1.40.8.2: RESYNC: (1.40-1.42); FILE MERGED 2007/10/24 06:35:44 rene 1.40.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0294fe84b30ac2565df7ecc59f9381c9bc4a0a3e]

        INTEGRATION: CWS execshellmacrogone (1.6.22); FILE MERGED 2007/10/24 06:35:51 rene 1.6.22.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [9a190ab079e13298c5b56b03f2f26b9bf7c3f1b0]

        INTEGRATION: CWS execshellmacrogone (1.2.10); FILE MERGED 2007/10/24 08:33:18 rene 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/10/24 06:35:43 rene 1.2.10.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [c4dd0a64fc43dd20a85e30e81680a0e3cb4a936d]

        INTEGRATION: CWS execshellmacrogone (1.7.102); FILE MERGED 2007/10/24 06:35:39 rene 1.7.102.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b9c5e62929db33664ee4af344d46e74341d30927]

        INTEGRATION: CWS execshellmacrogone (1.4.16); FILE MERGED 2007/10/24 08:32:57 rene 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2007/10/24 06:35:39 rene 1.4.16.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [1022e9e77f7ce2a7266dfb3c90a2ae355eb4d950]

        INTEGRATION: CWS execshellmacrogone (1.5.16); FILE MERGED 2007/10/24 08:33:00 rene 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2007/10/24 06:35:39 rene 1.5.16.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [35198c4f65cd9c3b9f15d1ec2d290de334228e50]

        INTEGRATION: CWS execshellmacrogone (1.13.36); FILE MERGED 2007/11/02 17:05:50 rene 1.13.36.1: i79760# one more

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [78448cf4e91d363f89b49d0adad638f91288a920]

        INTEGRATION: CWS execshellmacrogone (1.9.8); FILE MERGED 2007/10/24 08:32:22 rene 1.9.8.2: RESYNC: (1.9-1.11); FILE MERGED 2007/10/24 06:35:38 rene 1.9.8.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [cde5102768c2a3f8dacb395315921bc92e880435]

        INTEGRATION: CWS execshellmacrogone (1.68.28); FILE MERGED 2007/10/24 08:31:36 rene 1.68.28.2: RESYNC: (1.68-1.74); FILE MERGED 2007/10/24 06:35:41 rene 1.68.28.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6903bbe87ae7fd30f41fefaf34b4daf154a8018e]

        INTEGRATION: CWS execshellmacrogone (1.3.60); FILE MERGED 2007/10/24 06:35:50 rene 1.3.60.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [3d71f347f08292fefcbb5cd0c734fc635269fe3c]

        INTEGRATION: CWS execshellmacrogone (1.4.58); FILE MERGED 2007/10/24 06:35:38 rene 1.4.58.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [d2697410ef3417a0d5975a6034b4fb1121257d9e]

        INTEGRATION: CWS execshellmacrogone (1.3.26); FILE MERGED 2007/10/24 08:31:08 rene 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2007/10/24 06:35:38 rene 1.3.26.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [6fde6063e7cdf2eb1271d551715c7988eae5ed3a]

        INTEGRATION: CWS execshellmacrogone (1.3.84); FILE MERGED 2007/10/24 06:35:44 rene 1.3.84.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [dac45c43d621c006fa6aa29ad8c9e1265538b5dc]

        INTEGRATION: CWS execshellmacrogone (1.25.74); FILE MERGED 2007/10/24 06:35:38 rene 1.25.74.1: #i79760# krs patches for supressing "Executing shell macro..." output

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [3f85387421e555f8d3a7be259f186a3ece1dff34]

        INTEGRATION: CWS cn1 (1.4.6); FILE MERGED 2007/08/08 12:36:59 cn 1.4.6.3: #i78248# fix merge errors 2007/08/06 13:27:54 cn 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/13 10:17:53 cn 1.4.6.1: #i78348# implement some accessibility stuff to be able to test this example automatically

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [1a43d4bdaa6dc98b32cab05af7e0f8364cdd2cd3]

        INTEGRATION: CWS cn1 (1.4.6); FILE MERGED 2007/06/13 10:17:53 cn 1.4.6.1: #i78348# implement some accessibility stuff to be able to test this example automatically

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [520374fa58bdf4c55e30dec69fac73a6b2e78739]

        INTEGRATION: CWS cn1 (1.3.312); FILE MERGED 2007/05/30 19:26:07 cn 1.3.312.1: #i77943# implement uno-awt messagebox into SelectionChangeListener

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [b41b7e84f14070c2faeb6e1aed76461064d775c5]

        INTEGRATION: CWS cn1 (1.8.16); FILE MERGED 2007/05/30 19:26:07 cn 1.8.16.1: #i77943# implement uno-awt messagebox into SelectionChangeListener

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [5d6547ea2c5fbbe635b4666d17b93d7d2283b0d7]

        INTEGRATION: CWS cn1 (1.5.150); FILE MERGED 2007/05/30 19:26:07 cn 1.5.150.1: #i77943# implement uno-awt messagebox into SelectionChangeListener

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [bc1292e4d1e4f2746887dbefbfa66d468fcdcea2]

        INTEGRATION: CWS cn1 (1.8.26); FILE MERGED 2007/08/06 13:22:03 cn 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/01 07:48:13 cn 1.8.26.1: #i78013# getCppHome: initialized variable before 'if' statement

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [ac89d49e6b31c3c79ff56503a39af04a1164d505]

        INTEGRATION: CWS cmcfixes38 (1.12.6); FILE MERGED 2007/10/15 11:08:48 cmc 1.12.6.1: #i80735# merge 32bit and 64bit gcc maps, but let windows gcc do its own thing

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [c11ff2dbae5336d99c4785d716ca19edc8a61f6e]

        INTEGRATION: CWS cmcfixes38 (1.1.2); FILE ADDED 2007/10/15 11:08:48 cmc 1.1.2.1: #i80735# merge 32bit and 64bit gcc maps, but let windows gcc do its own thing

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [35a5e33774120be72a6c8c556537cc3947949d8d]

        INTEGRATION: CWS cmcfixes38 (1.2.24); FILE MERGED 2007/10/15 11:08:48 cmc 1.2.24.1: #i80735# merge 32bit and 64bit gcc maps, but let windows gcc do its own thing

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [17d8bf191f4517cc19f2330ec6ad39da4da44280]

        INTEGRATION: CWS cmcfixes38 (1.7.10); FILE MERGED 2007/10/15 14:33:20 cmc 1.7.10.1: #i81415# remove debugging lines which causes warnings

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [2e7da06ea89a69d7857659f0855fa4f23c12c632]

        INTEGRATION: CWS cmcfixes38 (1.221.2); FILE MERGED 2007/11/02 11:28:52 cmc 1.221.2.2: #i78807# autodetect JAVA_HOME for 4.2.0 gij 2007/10/15 13:38:41 cmc 1.221.2.1: #i78807# autodetect JAVA_HOME for 4.2.0 gij

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [7d0f89a19a0a7907877bd6d8dbd7fcfed15a5289]

        INTEGRATION: CWS cmcfixes38 (1.200.4); FILE MERGED 2007/11/02 11:28:48 cmc 1.200.4.2: #i78807# autodetect JAVA_HOME for 4.2.0 gij 2007/10/15 13:38:36 cmc 1.200.4.1: #i78807# autodetect JAVA_HOME for 4.2.0 gij

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [cc4380288238795c4109e863597f8d4c1c203cc8]

        INTEGRATION: CWS native112 (1.63.6); FILE MERGED 2007/10/25 14:42:42 is 1.63.6.1: #150582# setting OOo 2.4 und SO 8 PU10

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [307f803fdf0f7bb5bcb4efa6e290fbe44ea1146f]

        INTEGRATION: CWS native112 (1.7.52); FILE MERGED 2007/10/24 15:03:03 is 1.7.52.1: #i81228# adding uzbek

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [80715b538b307522ce99dde437e7e2b95584c53d]

        INTEGRATION: CWS native112 (1.6.52); FILE MERGED 2007/10/24 15:03:03 is 1.6.52.1: #i81228# adding uzbek

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [951c737b4137902c9f1df72c81a5a2b7cac63981]

        INTEGRATION: CWS native112 (1.33.76); FILE MERGED 2007/10/26 12:27:44 is 1.33.76.1: #i81911# trying harder to create directories

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [0ca0b4bbc9a9242486195f8d01dccdc3c499e474]

        INTEGRATION: CWS native112 (1.6.136); FILE MERGED 2007/10/31 11:46:41 is 1.6.136.3: #i81375# setting privileges for all dlls on cygwin 2007/10/31 11:43:59 is 1.6.136.2: #i81375# setting privileges for all dlls on cygwin 2007/10/29 16:20:12 is 1.6.136.1: #i81375# setting unix privilges also in cygwin shell

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [c2a64c2d7d6df309a3f1ff1ced306947f240c61c]

        INTEGRATION: CWS native112 (1.32.76); FILE MERGED 2007/10/31 11:43:08 is 1.32.76.1: #i81441# new nsis unpack path

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [e99242749e2628304b684cdd9638f41a349fb4c9]

        INTEGRATION: CWS native112 (1.7.28); FILE MERGED 2007/10/25 14:46:19 is 1.7.28.1: #150582# setting OOo 2.4 und SO 8 PU10

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [1ec036fa0a8c7a288525fb6ff3388bc460355a3c]

        INTEGRATION: CWS native112 (1.18.56); FILE MERGED 2007/10/24 15:04:01 is 1.18.56.1: #i81228# adding uzbek

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [dd193cb2ba757c9c22e59ff45f409bdbf9fef4ee]

        INTEGRATION: CWS native112 (1.5.6); FILE MERGED 2007/10/29 12:45:50 is 1.5.6.1: #i81954# patch for japanese fonts

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [e15d3b6b5c64e08507d04e34ccc3554d966eac56]

        INTEGRATION: CWS native112 (1.3.20); FILE MERGED 2007/11/01 10:52:12 is 1.3.20.1: #i81776# using simple quotation marks

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [02b8e5a2b952d573449b50313c44553da1a79757]

        INTEGRATION: CWS native112 (1.2.8); FILE MERGED 2007/10/25 15:15:45 is 1.2.8.1: #150582# setting OOo 2.4 und SO 8 PU10

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [c993e011e1c84e57b4c540b1542dd3ae4433dfc1]

        INTEGRATION: CWS native112 (1.3.12); FILE MERGED 2007/10/25 15:15:44 is 1.3.12.1: #150582# setting OOo 2.4 und SO 8 PU10

2007-11-06  Rüdiger Timm  <rt@openoffice.org>  [a49930f47f46bb24e24217417a86d5629999a366]

        INTEGRATION: CWS native112 (1.23.34); FILE MERGED 2007/10/25 14:43:39 is 1.23.34.1: #150582# setting OOo 2.4 und SO 8 PU10

2007-11-06  Vladimir Glazounov  <vg@openoffice.org>  [6ca1a1263eef5dcee04c93c56cdf8d57fa6cf8b5]

        #i81911# fix possible source of the bug

2007-11-05  Vladimir Glazounov  <vg@openoffice.org>  [428a729113c9986e9114fa4a51f398734bb7f340]

        #i81911# fix possible source of the bug

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [767ebbb19f9db51d3af96d75c971059075313af7]

        #i10000#: disambiguate call to std::max

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [658fa0e242641a055704f61c349a8bca0bb8f8e8]

        #i10000#: qualify iterator

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9af38b7482c27c42553285898d180f3a232301aa]

        #i10000#: WaE: type bool vs BOOL

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [38c50669b7d5eb47d194d3347775f06aa81f5810]

        #i10000#: WaE: initialize pbuf

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d4473dd39146001db31bbf202299167c5b74eb]

        #i10000#: remove extra semicolon after macro

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f63503ab6c1211eaed31503007f364dcac11be3a]

        #i10000#: no smarttags for MACOSX

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c11e73e9d92d7a2868701dfbdbb6fc5dff5e4b]

        #i10000#: fix license text

2007-11-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [39d331d4a55582ac8d84e17b02393874bed59251]

        #i10000#: remove SISSL

2007-11-05  Ivo Hinkelmann  <ihi@openoffice.org>  [59cf8f62966d03153112c7315ed9e438990eb4b6]

        #i83281# l10n workaround

2007-11-05  Rüdiger Timm  <rt@openoffice.org>  [d3f519e01c2587f2a4ac2f319df968dbf2199e17]

        #i82951# Patch by sb / pjanik to make syntax conform with pack process.

2007-11-05  Rüdiger Timm  <rt@openoffice.org>  [beb3e1b1fd6cc819aa254158a14859b707e09ad3]

        #i10000# Extra semicolon removed.

2007-11-05  Rüdiger Timm  <rt@openoffice.org>  [f312f8951366478601917f6382063167c109fab5]

        #i82951# Make registering in instsetoo_native work again.

2007-11-05  Rüdiger Timm  <rt@openoffice.org>  [2b008c851e001d327abe082485113ec21e6a75eb]

        #i10000# Needs component-update.dtd delivered by module officecfg.

2007-11-05  Rüdiger Timm  <rt@openoffice.org>  [a758fee4b8e21173be306ba2599e50a99ae4302b]

        #i83277# Remove Warnings (thanks to pjanik for the patch).

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ca505a0506161eb712e142a8cd941821a20ac4]

        SRC680

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf53fd1fc85d9ea14bd26eb5f0f79f617db2da4a]

        INTEGRATION: CWS adc18 (1.4.38); FILE MERGED 2007/09/20 12:16:14 np 1.4.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8b10abf59423aa2b69a5ebaf62f2661a670587c]

        INTEGRATION: CWS adc18 (1.12.22); FILE MERGED 2007/10/18 12:09:49 np 1.12.22.3: Remove warning about uninitialized base class in StreamStr copy ctor. 2007/09/20 12:51:41 np 1.12.22.2: #i81775# 2007/09/20 12:16:14 np 1.12.22.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [392e23b66664a045a90d85f0c8b3cc671a2e604f]

        INTEGRATION: CWS adc18 (1.3.38); FILE MERGED 2007/09/20 12:16:14 np 1.3.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f03f8d3b857f8543273cb2b6c913409d1c89c472]

        INTEGRATION: CWS adc18 (1.2.38); FILE MERGED 2007/09/20 12:16:14 np 1.2.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [544c0f2133542d096f2bea8a7b98c38cf8432592]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/09/20 12:14:51 np 1.1.4.2: #i81775# 2005/03/10 17:16:16 np 1.1.4.1: file commandline.cxx was added on branch cws_src680_adc18 on 2007-09-20 12:14:51 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2889fe9a6c044234cbfcfbe89e6943db708ba5f]

        INTEGRATION: CWS adc18 (1.3.8); FILE MERGED 2007/09/20 12:16:14 np 1.3.8.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc8f8a6157a8e20a8a4f19586c52cc0445bc5ea]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 10:57:35 np 1.1.2.4: #i81775# 2007/10/19 10:25:25 np 1.1.2.3: #i81775# 2007/10/02 15:35:24 np 1.1.2.2: #i81775# 2007/09/20 12:06:51 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc252373f45e8890d4ed8cee8a8b1a70dc580858]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 14:09:02 np 1.1.2.2: #i81775# 2007/09/20 12:06:36 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b852d6a371cebb24bb7f0e87c2ed2d4c2ce2d8]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/09/20 12:51:41 np 1.1.2.2: #i81775# 2007/09/20 12:06:20 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49eecc621266e8e4a13b928f6e6e4b23d5c63b9e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/09/20 12:06:05 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67aaea6f4cb112a80f0bc7334b8e9ffb99c81fa5]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/09/20 12:05:51 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e1e9abee93841422c73ca3e99e7176312c60f2]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 12:17:14 np 1.1.2.2: #i81775# 2007/09/20 12:05:36 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49c24df5656f53488b661da5f93daa032254b76]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/09/20 12:05:19 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [915ef39e0bca12963264de45e9edf8257fd4caaa]

        INTEGRATION: CWS adc18 (1.5.38); FILE MERGED 2007/09/20 12:16:14 np 1.5.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3154f0cb313c9bac30a906231ba78bb044fb9ac]

        INTEGRATION: CWS adc18 (1.5.38); FILE MERGED 2007/10/19 13:49:54 np 1.5.38.2: #i81775# 2007/09/20 12:16:14 np 1.5.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f94edd85bea62b3eb2722d7bf46f6bfb206b78f5]

        INTEGRATION: CWS adc18 (1.4.38); FILE MERGED 2007/09/20 12:51:41 np 1.4.38.2: #i81775# 2007/09/20 12:16:14 np 1.4.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1513fe29b5ceaf778293b978a8f7cda07af9a3fd]

        INTEGRATION: CWS adc18 (1.3.38); FILE MERGED 2007/09/20 12:51:41 np 1.3.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4587e2cd5d649d744cdd8b474f1fa7247e3be315]

        INTEGRATION: CWS adc18 (1.2.38); FILE MERGED 2007/10/02 15:35:24 np 1.2.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe75f74fd1b3b02e1f939a7ecb3f2f9daa96185]

        INTEGRATION: CWS adc18 (1.5.38); FILE MERGED 2007/09/20 12:16:13 np 1.5.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8c9f9f919c3b909790b3ecc396cf141a4d9b6c]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/09/20 12:03:31 np 1.1.4.2: #i81775# 2005/03/10 17:15:41 np 1.1.4.1: file commandline.hxx was added on branch cws_src680_adc18 on 2007-09-20 12:03:31 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ffe085097fe3c7d74f445c1ca1446e6919db3d]

        INTEGRATION: CWS adc18 (1.6.38); FILE MERGED 2007/09/20 12:16:13 np 1.6.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6238e23879227e545e74b1a49a1148faf0e175a]

        INTEGRATION: CWS adc18 (1.2.38); FILE MERGED 2007/09/20 12:16:13 np 1.2.38.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd8b52a4c756e144e2dc803ccb063b5103555486]

        INTEGRATION: CWS adc18 (1.3.32); FILE MERGED 2007/10/18 12:18:35 np 1.3.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1a571e39ac6717a1401cb2a06e01d2fee1ceea]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 12:18:34 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [876dd43f34082feafc9063c9c481e76cc3a8b62d]

        INTEGRATION: CWS adc18 (1.3.138); FILE MERGED 2007/10/18 12:18:34 np 1.3.138.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [34223618534d76b2856cdb3508cd9a361b05336a]

        INTEGRATION: CWS adc18 (1.1.1.1.138); FILE MERGED 2007/10/18 12:18:34 np 1.1.1.1.138.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f048c61ad155c4999af35a80492c8341d82ad5]

        INTEGRATION: CWS adc18 (1.5.20); FILE MERGED 2007/10/18 12:18:34 np 1.5.20.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e308dac7a9d7414ecd4e2579fffd8168be0347e8]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:32 np 1.8.2.2: #i81775# 2007/10/17 09:18:14 np 1.8.2.1: #i79026#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [422d3e0c2ab944c9c857101ae2e4e3eb5a0218f1]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:22 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4c9ff8475a7baf53379bbc03ce47987455564a]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/19 10:37:32 np 1.4.2.2: #i81775# 2007/10/18 15:23:22 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6ad98a966b0691424d96524e574140872c48d9c]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:32 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [868ac19cdb1c0bab0b9b6112f3533155f9054eac]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:22 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e54826bd9dc096b49cda82d1f2652389d3a36e7]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:22 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf73bcb5a9ec0036325273d06ef41245ead280b4]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 15:23:22 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6883bdb821ea6ed767e9a7695cf0cfc5f13d872]

        INTEGRATION: CWS adc18 (1.5.8); FILE MERGED 2007/10/18 15:23:22 np 1.5.8.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9bea707d0eb6b8865314ac6f3b15ab419d8f0b3]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:32 np 1.3.56.2: #i81775# 2007/10/18 15:23:22 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [33abf6495dda3fa154dbc610dcf07573cf7cadbb]

        INTEGRATION: CWS adc18 (1.9.32); FILE MERGED 2007/10/18 15:23:22 np 1.9.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3913a01763d1068ecda783ff6e7bc9a42c371112]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:32 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a617f106a6fa77f01551e2e27b76ea6fa06da8a4]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:32 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [17a0486a08b51a6827a86e921db71b94f9b786b7]

        INTEGRATION: CWS adc18 (1.3.2); FILE MERGED 2007/10/19 10:37:32 np 1.3.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a603f288faf72ffaab266aebcbb356cf47cefc9]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:21 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [81071b3715c6eeebb31a848e5e8ca00e203248a0]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:32 np 1.2.56.2: #i81775# 2007/10/18 15:23:21 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6f8d109f366bc0c7c2828479f5ddc020ce1feb7]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:21 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea2f82ef67d2af0ce809793c82e04539845c157e]

        INTEGRATION: CWS adc18 (1.13.2); FILE MERGED 2007/10/18 15:23:21 np 1.13.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [68694313a8ec9b270b6adf03b01ffea44425fa27]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:31 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e63ca72ccbe29d4338283996a67e23d18984b83]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:31 np 1.8.2.2: #i81775# 2007/10/18 15:23:21 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe9645430292c76f027c1ce30c7055050942694]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:21 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3c928e34cdfd490a2d5024bc87280d33369ffc]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:21 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ba056cbd11c6786bd7cf7a67e369fcbba9df3fd]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:20 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa96956d706759cac03645f3307d350b799aa260]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:20 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a94458b65438b6ca79c6dff3916ff2829e174cf]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:31 np 1.6.2.2: #i81775# 2007/10/18 15:23:20 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d60afef111aad2956f5e6fab543d6c38a6a19433]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:31 np 1.8.2.2: #i81775# 2007/10/18 15:23:20 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [007605ec8abd4795498db837eec867ed661e5561]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:20 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3259fc2213e2ead1b25c217d948570639254522]

        INTEGRATION: CWS adc18 (1.11.2); FILE MERGED 2007/10/18 15:23:20 np 1.11.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84d00f30de07c41d499ac7976f2d7dbfd2c31530]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:20 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef0e4c4d22cff4dc77c5ba2b823ab2c52e736b3e]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/19 10:37:31 np 1.7.2.2: #i81775# 2007/10/18 15:23:20 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fc84c0867d8868357348af698b0d0577fab1f5b]

        INTEGRATION: CWS adc18 (1.12.2); FILE MERGED 2007/10/19 13:03:22 np 1.12.2.3: #i81775# 2007/10/19 11:50:49 np 1.12.2.2: #i81775# 2007/10/18 15:23:20 np 1.12.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e1af391f9fe3e184eddb790fd7aca79b5f4f4ce]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/19 10:37:31 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbbb8c91604de200f2c69c1f18762df44ca4685d]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/19 10:37:31 np 1.4.2.2: #i81775# 2007/10/18 15:23:20 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0369497dacf8948c8d2f6e31a60e2960255a8f87]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:20 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5efa233c51951138eea81ee6de64013b72aea535]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:19 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ee788a4d22db0448d3986e2228a0662f3fef95]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:19 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f573e9cec211dd3e1c1d116122e4f87f6b5c69]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:19 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45597c553ea9fc8af88b90fa14236b3d70282956]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:31 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72b17fac6f7ecbe30bc85865d70067bca5f13ec]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:19 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9dd09335c0c9a296ba352159497bd1681b1d427]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:19 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b021d3e8deb86c73cf22b85cbba9df5adc22dfde]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:30 np 1.2.56.2: #i81775# 2007/10/18 15:23:18 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [edb564115647e3d91ebbe402f92063f9d882dc7d]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:18 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [44880aa5763dad544a944659d2f50bccd864fea9]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:30 np 1.3.56.2: #i81775# 2007/10/18 15:23:18 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4b4047c80fc18cc4c3035ea410078dba16b60a5]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:18 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa0dc3ec5f96e7ad416a38077873f07f345a1bab]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:30 np 1.5.2.2: #i81775# 2007/10/18 15:23:18 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cf35c1ad39d70a178b8284d37845d4989d5e12f]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:30 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4ee66ee8275d9e290c4fdd02530dd4df8d3980]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/19 10:37:30 np 1.7.2.2: #i81775# 2007/10/18 15:23:18 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dca17d1f6c8f64a7dc0bfcb32f2aa5f49a418981]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:18 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc73640b5371258f53970b3bb930901b929eb54]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:18 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e68d4f72036691d3279abdfd39b224b942b6c7d]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:30 np 1.8.2.2: #i81775# 2007/10/18 15:23:18 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c7e312f81d3f51eccc7b7a66f1fcd463533732c]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:18 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c15f3125779acb17f2c500a211da5c78798e42e9]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:18 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb2fa2926dd77a5eb49ae345d8765e38daeffab]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:18 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad337fc18acb7d3d127e9d4bc6662e67ab7ec72e]

        INTEGRATION: CWS adc18 (1.9.2); FILE MERGED 2007/10/18 15:23:18 np 1.9.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [46d7e664de409ee3ced8c3782cc279deee1cbd8e]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:30 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e060d73961f3db40d79c4756e603f65deac188a]

        INTEGRATION: CWS adc18 (1.11.2); FILE MERGED 2007/10/18 15:23:18 np 1.11.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f0f410d76e951beb3bffa60da149e1a59b46cf6]

        INTEGRATION: CWS adc18 (1.3.32); FILE MERGED 2007/10/18 15:23:18 np 1.3.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [27c14abe542fd8f9f3e1b664532615c03c1b1836]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:17 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ce800ca258aea82009d3a6224c33bc3acea54b]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:30 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecba0fb943217dbac6e86d1a1479af77a22d491d]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:17 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [99df956171dcc6dd533713c1d479656a4a355363]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:17 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b1ebdd4fdd86598ac7a94d8cd1378b994492ee]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:30 np 1.6.2.2: #i81775# 2007/10/17 09:28:45 np 1.6.2.1: #i82702#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [196f422a4548b508f02b975416a4223efa2c4b21]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:30 np 1.2.56.2: #i81775# 2007/10/17 09:30:49 np 1.2.56.1: #i54779#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c59d02716853e21ba2c130a7599bb18a2ab8558b]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:17 np 1.8.2.3: #i81775# 2007/10/17 14:55:20 np 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2007/10/17 09:30:49 np 1.8.2.1: #i54779#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4596d682e468f7035866937d905acc8e70ea6c3]

        INTEGRATION: CWS adc18 (1.3.2); FILE MERGED 2007/10/18 15:23:17 np 1.3.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [712172f3c048facf6aca49116abb843142abbd82]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:30 np 1.3.56.2: #i81775# 2007/10/18 15:23:17 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [091d69836136332ef1c54f86f9f32847546d5f7c]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:17 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cfd17ee8f68e649f99cf81b78f4199c21113043]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:17 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d79726322c1aad96329c7823c736fecc07c22067]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:17 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ed74145e523e6626eae5184bc170801bcab786]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/19 10:37:30 np 1.7.2.2: #i81775# 2007/10/18 15:23:16 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [766869aa99f28c6516f50c152af476cdf8a4d69d]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/19 10:37:30 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e445eb9ad8269dcafafbfbbbd878e3bf1b2c0da]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/17 09:27:26 np 1.7.2.1: #i82702#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4096d0831aca1b2786f9a97470b4ded38ba9b0]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:16 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da3761d3668e2c78e34803c66357d4fd35e3d992]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:16 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae24c751878481a6e32b2b1f107049610e3c31ff]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:30 np 1.5.2.2: #i81775# 2007/10/18 15:23:16 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e2238448bada30ed7949635dffb3152d5e45b5]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:30 np 1.3.56.2: #i81775# 2007/10/18 15:23:16 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [858c9c75bbb9d26c851d94d895c864006d689e64]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:16 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c6b38d330742df573ddae24de9d7e2c3758f4c8]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:30 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aefb8100b5a320d27822e77c808a41857e6a386]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:29 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62cdb0e8d8e4b9a7c88b3b4ac36837dedbf05a5]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:16 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c6613c8b528e967d3092f5827c9347b317e70d]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/19 10:37:29 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9e1281e0df9447823fd1179870a563c0b68c6c]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:29 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [19b783af9e298e0a1a9b12641e3b6e49125122bb]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:16 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2e703d22f2bf4d305bd958ae17480933c303c6b]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:21:48 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7942dcbd4a2f7abde0acc5225e3aa335688638d4]

        INTEGRATION: CWS adc18 (1.4.32); FILE MERGED 2007/10/19 10:37:29 np 1.4.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdd6a2b2ebb441e35bc6d9aa57208e72ff493830]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:21:39 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f490a72c2b30932288cd0e1fcfd4f7c47f2ab55]

        INTEGRATION: CWS adc18 (1.7.56); FILE MERGED 2007/10/18 15:23:16 np 1.7.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [700c4d43d7a30d249679f120477d941c6586264a]

        INTEGRATION: CWS adc18 (1.13.10); FILE MERGED 2007/10/19 13:03:21 np 1.13.10.2: #i81775# 2007/10/18 15:23:16 np 1.13.10.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7217872c59f098cd045765b2c79ff7c96adaded9]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 15:23:16 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3561abcee2c05df86708453096a8da187716671b]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:15 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75fd5f299ba324f173a73c5bbdb846be8850b764]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:15 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [55c505d80ad881134696d9b06e2a9e18b3bda09c]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:29 np 1.8.2.2: #i81775# 2007/10/18 15:23:15 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [342bff51ab89227f97d5d737079587b97176bda6]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:15 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41e4f03360881302943c060d1025801d63744e70]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:15 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b95605b0648ebb9b4bd4dc41137922fcccf69670]

        INTEGRATION: CWS adc18 (1.12.2); FILE MERGED 2007/10/18 15:23:15 np 1.12.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac99492c89f5fc3af18ac3988ff31a63e5ceb5b]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:15 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c02169a688e4e4586660c7825dfdeb41cb75dc]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:15 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b422d966db74f5f17537bb63eaac9112b6a2aaf]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:28 np 1.5.2.2: #i81775# 2007/10/18 15:23:15 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0cdc274eab5d50c96929220306631964f1c244]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:15 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a0f61cde7d89f0a404b38ed7a4d0aacb9c9dd5]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:15 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da07166b6431395b7521c2305ee135c5d1dbb38d]

        INTEGRATION: CWS adc18 (1.4.32); FILE MERGED 2007/10/18 15:23:14 np 1.4.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f9daed2e0b8ec0149ea9d72d64230b349af0f5b]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:14 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a6ed86aefee1d9500949ea67efb21afb62eb2d]

        INTEGRATION: CWS adc18 (1.9.2); FILE MERGED 2007/10/18 15:23:14 np 1.9.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38219a89eb2006157b2ba1d1789a6fff8acedb02]

        INTEGRATION: CWS adc18 (1.5.36); FILE MERGED 2007/10/19 10:37:28 np 1.5.36.2: #i81775# 2007/10/18 15:23:14 np 1.5.36.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25eac03856f6563bc76edb08edf479e92021a5e7]

        INTEGRATION: CWS adc18 (1.12.2); FILE MERGED 2007/10/19 10:37:28 np 1.12.2.2: #i81775# 2007/10/18 15:23:14 np 1.12.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4285224ebfa706821989736ec1a16ecf37c5a692]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 11:50:49 np 1.5.2.2: #i81775# 2007/10/18 15:23:14 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4923bdca4a821bac8ab8ed8074864693a588ed2]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:28 np 1.3.56.2: #i81775# 2007/10/18 15:23:14 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d993cc7e7d27fa0824dcd0410a7c82d31bad2ac9]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:14 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee1b9ca747c93f5aef61f438b9fdd5903b44e11a]

        INTEGRATION: CWS adc18 (1.12.2); FILE MERGED 2007/10/19 10:37:28 np 1.12.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf4e6daa5ba0ee7c6b7d9728c8db9053d9c0bc12]

        INTEGRATION: CWS adc18 (1.13.2); FILE MERGED 2007/10/18 15:23:14 np 1.13.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5b6065413e89358ac0a014b2e94b2ad252923cb]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:14 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [12259dabd808edf338700f00c01ed6af6923380e]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:28 np 1.8.2.2: #i81775# 2007/10/18 15:23:14 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dea1f3b3b285ee7fe81f43087d17e24ff4a9a77]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 13:03:21 np 1.6.2.3: #i81775# 2007/10/19 11:50:49 np 1.6.2.2: #i81775# 2007/10/18 15:23:14 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1638ac4383bac7069d0227a74ca206a1eac2467]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:14 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [206c32a446f5a9a8e73ccfdb6c3b43742d8b5f14]

        INTEGRATION: CWS adc18 (1.4.36); FILE MERGED 2007/10/18 15:23:14 np 1.4.36.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a46128c8a742867cf6970d7f7be6a034436c38e]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:28 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbaa73da3a9ca2007022348d98a2d745e96aea43]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:13 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9031f513d28806ab675fb4a39f4b1468f1af1f0]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:28 np 1.8.2.2: #i81775# 2007/10/18 15:23:13 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a513725c79d762f3f255822f9979445bbfd56f28]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:13 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9fdd9d61502b84cca116c2a69b30799220a038]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:13 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ea43d9363c16b1fc7768bff3243d1afaa4d279c]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:13 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f4d2638a4d7b7857b37fed7fa4dd14b9a79d72]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 15:23:13 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9ec87e89761162ec817fcf5ded621920087bc32]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:27 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f6271fd8813fae9c2f6810cfc813dbac7e135c]

        INTEGRATION: CWS adc18 (1.9.2); FILE MERGED 2007/10/19 13:03:21 np 1.9.2.3: #i81775# 2007/10/19 11:50:49 np 1.9.2.2: #i81775# 2007/10/18 15:23:13 np 1.9.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85da0ffbfaa7894711fc91ab0c0ff94f55957253]

        INTEGRATION: CWS adc18 (1.3.32); FILE MERGED 2007/10/18 15:23:13 np 1.3.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e14e9a023f04ee6fd68f7d868da535995d2ba36e]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 11:50:49 np 1.5.2.2: #i81775# 2007/10/18 15:23:13 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f038bb10a18aed2bf6cd071b44ef329fe9e3ec20]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:13 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9620c0e45b2a1d49d3d5cea4c874606b9e7553]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:13 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [65f8a3a807197c09d9509acd0cfb87b554bd0c8d]

        INTEGRATION: CWS adc18 (1.9.2); FILE MERGED 2007/10/18 15:23:13 np 1.9.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0455e924d42894c10cf7ef5c7508106bebf4a16]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:13 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38552a1efb1247f0f12c0401d7bbc5f9bf6dd2f4]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/17 13:28:03 np 1.5.2.1: #i82716#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c9b0cdc57f1cf2a613da2a7b9c0b8a4e302cc9a]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 15:23:13 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48a56fbc1b4e1d89336be1d45a504e968fd393e5]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:13 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [894849c8a5e33969711993003021190e37555d2c]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:12 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [66fb57c6ba18726ea6b5b0ca39b3c27d6583a906]

        INTEGRATION: CWS adc18 (1.10.2); FILE MERGED 2007/10/18 15:23:12 np 1.10.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [36b89afe19282e574779b5611c71ac9cbc2f40b3]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:12 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ac38fb145383dd9574bf2ab07df5aa003a1b1dd]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 15:23:12 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [096bd4e93531b9e81d1bc94330b09c47c703c910]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:27 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8efc941d6c77eaa77e6875a0160db5a4c25c29e9]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 15:23:12 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cee586f5d072694d7f33fdddf50148df1327df1]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 10:37:27 np 1.5.2.2: #i81775# 2007/10/18 15:23:12 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89b4f04967bf740a7e553139f5173ea8276f104d]

        INTEGRATION: CWS adc18 (1.12.2); FILE MERGED 2007/10/17 14:09:33 np 1.12.2.1: #i82718#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d6e17eb022e39e603ea95085b207ad92c00b4c]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 13:03:21 np 1.6.2.3: #i81775# 2007/10/19 11:50:49 np 1.6.2.2: #i81775# 2007/10/18 15:23:12 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e75dda180767175c14bf437ff730f5e7591c943]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 14:24:49 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b65cef514419f701c42403f1406c5df00167c31]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/18 14:24:49 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbf99ebf668a57316b986b0cb456780ce8e053a1]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 14:24:49 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4807f9c3c63663ee6c323f55f1d088ae540892bc]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 14:19:07 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d90ddc2b1a88ea7c69db335675cc2c60e63e6e8]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:06:20 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1751260e87dff472eed475fb879b5d4f97d9501]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:06:10 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b349a14ab0cbd2469b97352bb9e79f7a387f86a1]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:06:01 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa8c92d21b6899f9364e732920f5f6618cbfad2]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:05:52 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4406fb502cf659b9473b6bc5d115a9583d761a3]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:18:46 np 1.1.2.4: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/22 11:58:57 np 1.1.2.3: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 11:50:48 np 1.1.2.2: #i81775# 2007/10/18 15:06:38 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [767c98b7d39af5d5352ea5bdf43f33be6a049466]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 14:19:06 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1080f65da4b869e698fed5d4810c632b644b0733]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:06:29 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0469ee4b26648492a4b045f8477114e8e2a3b4a]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/19 13:08:58 np 1.4.2.2: #i81775# 2007/10/18 14:19:06 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fad8ef0f5a091004d0a13cdf83e1b7cb6564db7]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 14:18:25 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ebf9ed617160a3f4bd1ad5a74072f96387d19ce]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 13:03:21 np 1.1.2.2: #i81775# 2007/10/18 15:05:18 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b3a6599e32957fb889b756241073a683e636f68]

        INTEGRATION: CWS adc18 (1.9.2); FILE MERGED 2007/10/18 14:18:25 np 1.9.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [278be07cf5392079675e55ab7e79dc80dbe98658]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 14:18:25 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71fef73372120dc194be8d331a3ea27992a72482]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 14:18:25 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1cedc8ceb23166c32c30a9c45571f69b2d2d957]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/18 14:18:25 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [096f085d8e512a2b6c8517cdc31770e7153ece67]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 14:18:24 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7448e53c5ca98c39ee6891e73283d82e3c3d0441]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 14:15:57 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2093313d18d4b7ae9a0c2b08e2311929ea891d6c]

        INTEGRATION: CWS adc18 (1.7.2); FILE MERGED 2007/10/19 10:37:27 np 1.7.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fd1ca376691cf7e471f73722c484119cd158aff]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:08:07 np 1.1.4.2: #i81775# 2005/06/27 10:29:13 np 1.1.4.1: file s_storage.hxx was added on branch cws_src680_adc18 on 2007-10-18 15:08:07 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14b203f8c3f5f2043eddd2178273d684b2b97d51]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/22 11:58:57 np 1.1.4.6: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 11:25:39 np 1.1.4.5: #i81775# 2007/10/19 11:18:17 np 1.1.4.4: #i81775# 2007/10/19 11:16:16 np 1.1.4.3: #i81775# 2007/10/18 15:07:57 np 1.1.4.2: #i81775# 2005/06/27 10:29:01 np 1.1.4.1: file s_iterator.hxx was added on branch cws_src680_adc18 on 2007-10-18 15:07:57 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0f60ef3bac6c5814afc502d27ae65714e387e8b]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:07:47 np 1.1.4.2: #i81775# 2005/06/27 10:28:50 np 1.1.4.1: file s_base.hxx was added on branch cws_src680_adc18 on 2007-10-18 15:07:47 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff290fb4a1ef0cb53b53d7fde3a8e0b86d299e12]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 11:25:39 np 1.1.2.2: #i81775# 2007/10/18 15:07:38 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2afe39e2371e86095d866063f36ec7720b7121c7]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 11:19:56 np 1.1.2.2: #i81775# 2007/10/18 15:07:29 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5254e6051469a86b711b6b9a73c15741aab6232d]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 11:03:28 np 1.2.56.2: #i81775# 2007/10/18 15:23:12 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e87c7a6e3797c9a8415c73d76cd0fc8aec215b]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:12 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67e51d777157be5f2a9e82419cd9b7f7920a2954]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 15:23:12 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae3b43f8bb957ece3e7c91c4f92498f6e76bc774]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:12 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [300f9fce6f67588270352e4189f3f2c3e5bac4c3]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:07:20 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30a3476d7a474f4b0664abe9b33e0b3c16e40b70]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:12 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [234f7fb233b897801be89b24814f4e47bfe163b5]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:07:11 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eabb43f908ffc8b60d349482e1ded25240e99d41]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:07:01 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3663966e6f54cd63dbf8ccc868219c26dd6c8c09]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:06:52 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb52cccc2096219c8d87f501561f67865e5ab927]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 13:40:05 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [12bbf8f3d623143f9c3e614ab6d00c5ec8eced86]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:40:05 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe77de6c794dfd2db9fffd595cfc9b173e5d9f0a]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 13:40:05 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbaf9121bd4ab3a527738a3ee01fb1af5d3f111]

        INTEGRATION: CWS adc18 (1.4.32); FILE MERGED 2007/10/18 13:40:05 np 1.4.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbde70031b03aaea76dc45dc72cae82ae5075738]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 13:40:05 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2f6408960f5da877d212823ada1ca79508de6d]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:40:05 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f7ba4d485c2a07978be084f5307882b31d1aa0]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:40:04 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f6ec9bb12bb88e244895453e309a250442f961d]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 13:40:04 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c54220b4fd16630dd63a37b36a2699668345666]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:08:40 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [adbebd00ef51b0789f4f11be84421068420b5faa]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 11:50:48 np 1.1.2.2: #i81775# 2007/10/18 15:08:31 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5517be6c63f966b826409c0192383c639b337014]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:08:21 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [87d2fa5ba90b2f978cfb6f90327bcd0847c99964]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 11:50:48 np 1.1.2.2: #i81775# 2007/10/18 15:08:12 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf4c5781f4a331befaa432fbb62b33a4412c659]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:08:59 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [078cc319ee1a19dbb159a9d56abcd4586c2f5970]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 13:40:04 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebdfd2b661f7b6fea2bcaaaa81eeb9beb4d07d9]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 13:40:04 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc537b0a4962dd534ff96fb3e5ad5ca4d96a15fb]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:08:50 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c55138b452589ae28ac37f1aef10321173adce1e]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 10:37:27 np 1.6.2.2: #i81775# 2007/10/18 13:40:04 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b57613a615f47f6e217f32cbc4a599ed844ea5b]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:27 np 1.2.56.2: #i81775# 2007/10/18 13:40:04 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05edd09c0b17a486c0c91467f10612a0e5695c13]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 11:50:48 np 1.5.2.2: #i81775# 2007/10/18 13:40:04 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [32f201ed59c0cb8c91fb795a52bbe2789d9abc5d]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/19 11:50:48 np 1.4.2.2: #i81775# 2007/10/18 13:40:04 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b0d4b39b6fc74d317eb8f0a0b485e8980948e1c]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 12:06:41 np 1.5.2.3: #i81775# 2007/10/19 11:50:48 np 1.5.2.2: #i81775# 2007/10/18 13:40:03 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40de28b304d1f838a04df252d48853d543227695]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:08:02 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77181c4cf87e247a716ad9f0a4bd01e5aac84d3a]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 11:58:57 np 1.1.2.3: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 10:37:26 np 1.1.2.2: #i81775# 2007/10/18 15:07:51 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [927027e7203907fee52036d69f270d56a1a26765]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:05:26 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b15b7286a6fb30b7536cf2b2047ac958acfa7d9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:44 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c6c4f5fad24351c34daaef8ca280e62420decd1]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:35 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [059632248c8cbf133675a08dd2e75e01ec674934]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:25 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5efcf8cf012c6079324ffa5b5227b5542e23c798]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:14 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1cbb72884c4c44eee324b98a6e4547e46230f6c]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:04 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05fc86e53293b7bfdb7dba86158e4919f19ef099]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:55 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [611aee381b1351f5d2bb1e59966f78c21680b064]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:36 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a2e2ea2142883b4159582d7d4ca7857b32bb38]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:26 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4db8c3f08d0340e080885c32b2555c4241036d58]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:16 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [132657b6ecdace59b456fdac769fa8971f463671]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:05 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83d9fc9d468c1946aff1962e372208f4854462fb]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:01:55 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4806be108ff019ee6f7bc14845d4e800a57a31a]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:56:31 np 1.1.2.2: #i81775# 2007/10/18 15:05:17 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [552f50cfa53a13d6982aeb5ec6e5fade2c943077]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:56:31 np 1.1.2.2: #i81775# 2007/10/18 15:05:07 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4af90fc9aa4ce7fd25126edda5eb6d9d603bfb4b]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:56:31 np 1.1.2.2: #i81775# 2007/10/18 15:04:58 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56c20551f86d528c35a00e713a9ffbaa8eb941df]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:04:49 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [186e941e6655b038829e8c3a56d3bf716203cdc9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:04:40 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [846983ef82487dd2363dba82d603dc98af2731a3]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:04:30 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6839b0e429b707144e453f6b8b865bbb548e047]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:56:31 np 1.1.2.2: #i81775# 2007/10/18 15:04:21 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7c4f736e52eaf3c6eca17bef0583988a59865aa]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:04:12 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [459d5284f26931e3ec8e86ce3b3ba72ba2aaccb0]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:04:03 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [de8ca9f4fde908de7b7b0fc04cf6e17481355808]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 12:56:31 np 1.1.2.2: #i81775# 2007/10/18 15:03:53 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c865f41fb516ea199dabba84b07165fe0c8f6e24]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/22 11:58:57 np 1.6.2.3: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 11:50:48 np 1.6.2.2: #i81775# 2007/10/17 11:47:49 np 1.6.2.1: #i82711#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a18ccbce45bddc711594ef1edab9b25967ef18a]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:27:01 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [165506b66cc148e8da549cfc7c0ee5ea6ae3ef79]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 13:27:01 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b76a3764c8151c1bf771a74bfac430b350d1047c]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:29 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e391d2a57f5063994b4dc3ed79ef317f256cc5c]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:02:25 np 1.1.4.2: #i81775# 2005/07/21 12:30:50 np 1.1.4.1: file cs_type.hxx was added on branch cws_src680_adc18 on 2007-10-18 15:02:25 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f5f012a5910b756ee4c32655ad0afd0694a106f]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:02:15 np 1.1.4.2: #i81775# 2005/07/21 12:30:41 np 1.1.4.1: file cs_type.cxx was added on branch cws_src680_adc18 on 2007-10-18 15:02:15 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb69e689b1716dee48e0b77ea9201e9c58b137ff]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:03 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2884d2ba2a3d8034413a2df2aa99637fad9f5c90]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:01:52 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [be9fe2a758376cb53690d96b18184ecf019e4a1f]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:01:43 np 1.1.4.2: #i81775# 2005/07/21 12:30:13 np 1.1.4.1: file cs_ce.hxx was added on branch cws_src680_adc18 on 2007-10-18 15:01:43 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a3c3c1c4491531887f857ad242f126cfcc99c20]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 15:01:34 np 1.1.4.2: #i81775# 2005/07/21 12:30:04 np 1.1.4.1: file cs_ce.cxx was added on branch cws_src680_adc18 on 2007-10-18 15:01:34 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac50260a34dbdfaaa341a637372622e4ded603ad]

        INTEGRATION: CWS mipselport01 (1.199.8); FILE MERGED 2007/10/18 11:36:22 cmc 1.199.8.2: #i81483# missing line from endian test 2007/10/13 14:34:18 cmc 1.199.8.1: #i81483# add linux mips

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fdd3ac1481cc35f5d29b0b8b2c2a3eaad546aa9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:01:25 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [935da407991ec7523f44ce58579200b502107d7d]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/19 11:50:48 np 1.6.2.2: #i81775# 2007/10/18 13:27:01 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f627de89aa3945d5c6bf8954946c6290b5760c3]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:01:16 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [47065340b903d14d4dfdaab997ea641e11936a0b]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:01:07 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [641ca250e942543d041e208d3bb03b18ab80cba9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:00:57 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcad17249bab23fb2cc6acd2e24788c124896801]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 11:58:57 np 1.1.2.4: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 11:50:48 np 1.1.2.3: #i81775# 2007/10/19 10:37:26 np 1.1.2.2: #i81775# 2007/10/18 15:00:48 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e043c5ca60b9b3fafb3e72f68d42366efcb1aa3]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 13:27:01 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00e4a713ed406285f55f2c3535a144ccdee55124]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 11:58:57 np 1.1.2.3: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 11:50:48 np 1.1.2.2: #i81775# 2007/10/18 15:03:19 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01b7db88ef25956565dd7e9c997ab97cf0befa4b]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:27:01 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf86da65c76010d4e76f65a565477bab02ce650]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:03:09 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aea3275466c907a66bbb16a1f92907162d8a06d6]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/22 12:02:02 np 1.1.4.8: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/22 11:58:57 np 1.1.4.7: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 12:06:41 np 1.1.4.6: #i81775# 2007/10/19 11:50:48 np 1.1.4.5: #i81775# 2007/10/19 11:10:17 np 1.1.4.4: #i81775# 2007/10/19 10:37:26 np 1.1.4.3: #i81775# 2007/10/18 15:02:59 np 1.1.4.2: #i81775# 2005/07/21 12:31:21 np 1.1.4.1: file c_reposypart.cxx was added on branch cws_src680_adc18 on 2007-10-18 15:02:59 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75e017cacec33b6fcf5f867020f3b439f51ef1d3]

        INTEGRATION: CWS adc18 (1.4.2); FILE MERGED 2007/10/18 13:27:00 np 1.4.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb998ac75bf6b8e77ff012a100b3afd9caff2e7e]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/19 11:50:48 np 1.5.2.2: #i81775# 2007/10/18 13:27:00 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28870423c7904b94632d9d818284713be3773a0e]

        INTEGRATION: CWS mipselport01 (1.6.16); FILE MERGED 2007/10/13 12:56:54 cmc 1.6.16.1: #i81487# add linux mips to sal

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4b4c827f86688f64a8ad1a63725d7d158ed1d0]

        INTEGRATION: CWS mipselport01 (1.38.46); FILE MERGED 2007/10/13 12:56:54 cmc 1.38.46.1: #i81487# add linux mips to sal

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec8981c412a4aef0728baa9c7a5ca11bd6a37c55]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:45 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb685c66c6e363dd75dc71bdf9192b7c6e47d7e4]

        INTEGRATION: CWS mipselport01 (1.7.20); FILE MERGED 2007/10/26 12:50:26 cmc 1.7.20.1: #i81486# MIPS jvmfwk patch

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0baecef77a8f8a302a05d319742e636cb3938590]

        INTEGRATION: CWS mipselport01 (1.13.34); FILE MERGED 2007/10/26 12:50:26 cmc 1.13.34.1: #i81486# MIPS jvmfwk patch

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3db0fb96d2125571647c89d08b27b0465597b1f9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:02:34 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5bade022ba9422fd9c7c0e0bddcde569adde994]

        INTEGRATION: CWS mipselport01 (1.156.34); FILE MERGED 2007/10/18 11:36:26 cmc 1.156.34.4: #i81483# missing line from endian test 2007/10/13 17:04:32 cmc 1.156.34.3: #i82585# we need to pass -a mipsel to the little endian mips epm 2007/10/13 16:41:18 cmc 1.156.34.2: #i82585# we need to pass -a mipsel to the little endian mips epm 2007/10/13 14:34:21 cmc 1.156.34.1: #i81483# add linux mips

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [56e451a6c4f3c3808f02ca16e6efa7f831944dd4]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:21:29 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e56062762fd06dd0d297e0fd05b529e00bbcdcb]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 10:37:26 np 1.1.2.2: #i81775# 2007/10/18 15:21:20 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62fa943b2a95c76958457ae379635346a4f6cb4]

        INTEGRATION: CWS mipselport01 (1.220.16); FILE MERGED 2007/10/18 11:36:26 cmc 1.220.16.2: #i81483# missing line from endian test 2007/10/13 14:34:21 cmc 1.220.16.1: #i81483# add linux mips

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8389a3fa7a857f9f4c5f02edb27dda3e7af6ae4]

        INTEGRATION: CWS adc18 (1.6.2); FILE MERGED 2007/10/18 15:23:11 np 1.6.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7044e5bddb5f932f64d29ba80cb933bd83e990a]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 15:23:11 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac3a304902153a315fc72a5bb5669eba93391cae]

        INTEGRATION: CWS mipselport01 (1.1.2); FILE ADDED 2007/10/15 08:58:01 cmc 1.1.2.2: #i81482# remove warnings and add a to-the-compiler possible throw to ensure that the exception infrastructure is created 2007/10/13 13:48:00 cmc 1.1.2.1: #i81482# add mips bridge

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35590d3b070195b33d55b00ed42611c44f7d03e]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 15:23:11 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [98a0273f0edf97e8c3bea88015eb102d32f0fd9a]

        INTEGRATION: CWS mipselport01 (1.1.2); FILE ADDED 2007/10/13 13:48:00 cmc 1.1.2.1: #i81482# add mips bridge

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c818e2fee32df272fb7d2721ec614b404cd0b0e]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 15:23:11 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec87ed67c2efc9949959427a6bd2fa638b56dc8c]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 15:23:11 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [804d73711ba411a74011c57d7b3f04e329f82060]

        INTEGRATION: CWS adc18 (1.5.2); FILE MERGED 2007/10/18 13:10:22 np 1.5.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9f85596dfa22cd81e8575cc84f2a707313e30a1]

        INTEGRATION: CWS mipselport01 (1.42.8); FILE MERGED 2007/10/13 13:47:59 cmc 1.42.8.1: #i81482# add mips bridge

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4fb256d40f7787946df0f0c37ac546ecbdac8c]

        INTEGRATION: CWS adc18 (1.8.2); FILE MERGED 2007/10/19 10:37:26 np 1.8.2.2: #i81775# 2007/10/18 13:10:22 np 1.8.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f4db39fc95dfd7e6cb3a7456f338f766894c9e]

        INTEGRATION: CWS mipselport01 (1.1.2); FILE ADDED 2007/10/14 12:16:08 cmc 1.1.2.2: #i81489# add STLPORT_VERSION 2007/10/13 12:36:11 cmc 1.1.2.1: #i81489# add mips unxlngmips.mk

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [300aae82fdbd4de4c7e7ef41700a2a1a956134ca]

        INTEGRATION: CWS adc18 (1.5.24); FILE MERGED 2007/10/18 13:10:22 np 1.5.24.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48ab8cc03adadd3a612d62f4763b3fb5a6c68e97]

        INTEGRATION: CWS mipselport01 (1.34.154); FILE MERGED 2007/10/13 12:36:11 cmc 1.34.154.1: #i81489# add mips unxlngmips.mk

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [76531123606015316c771425bac33aa659f73d1a]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/19 10:37:26 np 1.3.56.2: #i81775# 2007/10/18 13:10:22 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd38290ab59fc4805d6367038c8a7c4a6aed4e1]

        INTEGRATION: CWS mipselport01 (1.69.52); FILE MERGED 2007/10/13 16:40:25 cmc 1.69.52.1: #i82585# we need to pass -a mipsel to the little endian mips epm

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2de430ddbaf019d99abfa9cbced1d1f6da88718]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:18 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e649f5df2ca9a7d9e43af3574693ba44e810d08d]

        INTEGRATION: CWS mipselport01 (1.34.4); FILE MERGED 2007/10/13 13:06:19 cmc 1.34.4.1: #ii81481# add linux mips

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52a1f976a3f0e8740480cbb03efc2087dfdb98e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:54 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1bbdbfc0db7c403c115371ab2af6033a01a6fee]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:45 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d807b53443334422331d98b983d7dedb3b7565]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:06:37 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5482756d9d76d960c08eedb5bf34e6553f5032b7]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:36 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2fbaa671a5392ee9fb65bc950837c4d72e8de22]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:27 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8596fb3acf87d6cae38b5de97073d2109c30cdba]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:06:37 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c8e8ca18f36a23fca2b6e321d41a021a050718]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:25 np 1.2.56.2: #i81775# 2007/10/18 13:06:37 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bda6da20761f8f2bc4ec1758ba15df604ab43bc]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/19 10:37:25 np 1.4.56.2: #i81775# 2007/10/18 13:06:37 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49340134efc99f5b116f3851e87d0ce18e55f781]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/19 10:37:25 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52140b9189f660d01b1aeb968ce39a4b085ce4e]

        INTEGRATION: CWS adc18 (1.5.40); FILE MERGED 2007/10/18 13:06:37 np 1.5.40.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b27139f149ee1dc703ea6115b778d2bf10c4b31]

        INTEGRATION: CWS adc18 (1.5.56); FILE MERGED 2007/10/18 13:06:37 np 1.5.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [64da92b1a50484fb7cae94eb479f7fd79d2e970e]

        INTEGRATION: CWS adc18 (1.3.32); FILE MERGED 2007/10/18 13:06:37 np 1.3.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e51c6e223021350d0e48e5d98a303c812168101]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:58:09 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9040211d26f52f9f83a8c84e761af6238ca5b47]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 13:06:36 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [428549e7991996cd54f1a9258fd5e9f1d8623d7e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:59 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [450a0c7180da359951b060c23dfa74f4e170907d]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:06:36 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9c59953338d4f87c1799bd82916301ca471a3a]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:06:36 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [478e935351781384c1aae286892c09ebbf4e4c01]

        INTEGRATION: CWS adc18 (1.3.40); FILE MERGED 2007/10/18 13:06:36 np 1.3.40.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [621733c4f68919f5dcefcff9054e16fb94a94831]

        INTEGRATION: CWS adc18 (1.3.32); FILE MERGED 2007/10/18 13:06:36 np 1.3.32.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eebaac10a7a5f69d647d33ff15dcda27c7426222]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:49 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b7ad7afe4f40067cc5631776ed57f8465bc945]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:40 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5384da047446d66a8c26757d64a4e26ef69c442]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 11:58:56 np 1.1.2.2: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/18 14:57:31 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [73abdc166ddae50b6064f6d8e60db6ff70dc6795]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:22 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1cc59975f733c8447f37a4fd25904bb9b8d5374]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:12 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b99d14efcca5e89114697c5e0ddd052c87003c9]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:57:03 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c914d49ea58f3c0f8b2ec9d7a5e2f71e983cf91]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:54 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9a733c63e7267c79de56ee346a725a89fcfbc6e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:45 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [053e118ee18902708434d0a651684cdef538972e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:36 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34591e71b54ef846a7bd62bc3d73831e223e4d8]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:27 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1221d0817cbe8364d73817fcf07637a62dfb402c]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:17 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75d6b2205691dca97f72b17a07f4d8a4463c895b]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:56:08 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92cc6772160ddbaec82391e24d439db1e52736f]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:55:59 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9deb622f11ff9a66e7b7ee50311c6b4d8afb1a]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:55:50 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eea8a05c7fd67ea2a8ecc17e1316e89a8dfd9561]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:55:41 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d39205147b88e00290733f123662f26db9f0791c]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 10:37:25 np 1.1.2.2: #i81775# 2007/10/18 14:55:32 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf7a0fd86bf5902a3a81aca3aa59d913139bd5e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:55:23 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e341d9596074f6ca5bcb54ff988c7a34d1c7a514]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:55:14 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3e4b4a999d50db5284eb3c5f9fe3d850ce41e2d]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:54:32 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5472dec8e00f7a580d78f0df8182a94cef8a0889]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:54:23 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6a1ca2e1d2e6f3453e8f1dcb587d75487eaeb4]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:54:13 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb894587d4db2580dd59c2fff80035ea80d18b2a]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:54:02 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36d629f157a9cb96aa4a68c24c3f31a8dd6373b]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:53:52 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a584970e47a078a3284114e68484b3e182216aa]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:06:35 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f92139fea89b889676ded2f664f52e107afcd7f]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:53:44 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e95499b369ddcf3673aba6a8f4c8579ea3e84e]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:06:35 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fc00d21c149e9973c82ce2ff500d7e607129786]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:50:50 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0385cac00b789aa1b167db587258f7b8cca40683]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:50:40 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [acafa8e024d535e36187b2d079ac5a41fd9baa34]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:49:23 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c97bc8cdc979a4a6edc5d58b5d9cf7047bb83c4e]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:53:35 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1a7394018d459f4e0619a0af3fe60cd5df3bb13]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:53:26 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [de18a9c50ecb733692c2fdc0e04f50aac3abc1a2]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:51:45 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6114b068fa68e17a229b4b1bd321c8a7774269d]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.33.12); FILE MERGED 2007/10/18 15:19:33 ama 1.33.12.2: Fix #i82698#: Correct and restore row span attribute for table split 2007/10/18 11:57:36 ama 1.33.12.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea87dbc86e526a10434cd8b275d6e5ef14359a64]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:51:36 np 1.1.4.2: #i81775# 2005/03/10 13:42:56 np 1.1.4.1: file c_gate.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:51:36 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79550805204f7591253cb37bc8c36e4edfec1dfd]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.52.114.1.24); FILE MERGED 2007/10/17 10:04:40 fme 1.52.114.1.24.1: #i82678# MergePortions requires a sorted hints array to work correctly

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50713eaf73d2d275f95b3c225158c870ac294a69]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:51:27 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a87f71b8e765a9c3f7548edcbac776b7151a2f3a]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:51:18 np 1.1.4.2: #i81775# 2005/03/10 13:42:45 np 1.1.4.1: file c_cppentity.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:51:18 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c13da597eac75a655d3a7e17f5910326c9168f8]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:51:09 np 1.1.4.2: #i81775# 2005/03/10 13:42:36 np 1.1.4.1: file c_ce.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:51:09 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fb2aef69e849f526f91b3a69878abd85dcc99e3]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:51:00 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [66ac7585dc8837cfdf62f9c43c926d41626ddf3f]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 15:20:26 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fc908339a3ba31270986b3fecc831c563fecc7a]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:49:15 np 1.1.4.2: #i81775# 2005/03/10 13:42:25 np 1.1.4.1: file types.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:49:15 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcfa69f2d1f67179a65a1e1e5c8be6b7e87a2d66]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/22 11:58:56 np 1.1.2.6: Workarounds for SUNW8 C++ compiler bugs with templates. 2007/10/19 15:08:15 np 1.1.2.5: #Workaround solaris8 compiler bug with return types in member templates# 2007/10/19 15:05:30 np 1.1.2.4: #Workaround solaris8 compiler bug with return types in member templates# 2007/10/19 14:57:26 np 1.1.2.3: #Workaround solaris8 compiler bug with return types in member templates# 2007/10/19 11:06:12 np 1.1.2.2: #i81775# 2007/10/18 14:49:06 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b23f7a46e4bd2ecfad69b325fbf91662ed2d8fd7]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:06:35 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1704772c47174c26603f1ab24fbdbdfad5d080c4]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 14:57:26 np 1.1.2.4: #Workaround solaris8 compiler bug with return types in member templates# 2007/10/19 14:51:33 np 1.1.2.3: #i81775# 2007/10/19 14:47:39 np 1.1.2.2: #i81775# 2007/10/18 14:48:57 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [151a255612983bf016cd9579d0bf993d3143b753]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/18 14:48:48 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eba9face5f833bc4ab99070c14682aa3bbd62afb]

        INTEGRATION: CWS adc18 (1.2.56); FILE MERGED 2007/10/18 13:06:34 np 1.2.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb2b4cea21a3dfc388cb365510784e815238c717]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.72.12); FILE MERGED 2007/10/17 10:04:41 fme 1.72.12.1: #i82678# MergePortions requires a sorted hints array to work correctly

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [17724376cf0a920b3d86e8f6130856803d55acf8]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.9.4); FILE MERGED 2007/10/18 11:57:57 ama 1.9.4.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [399dc5dc934d93a8f55e4369db5a13e363668408]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:48:38 np 1.1.4.2: #i81775# 2005/03/10 13:42:15 np 1.1.4.1: file object.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:48:38 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0826a4f81bc2ee25122941575bd8c8b6a7f0e2a2]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.3.118); FILE MERGED 2007/10/18 11:59:13 ama 1.3.118.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f9ee122c9c40975aca94f9fcf86ffddae9c23a]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:48:29 np 1.1.4.2: #i81775# 2005/06/27 10:27:38 np 1.1.4.1: file namesort.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:48:29 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf833d0f44d400c52f7da430f85ce7c63ab069fe]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.47.12); FILE MERGED 2007/10/18 11:58:26 ama 1.47.12.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df92c7d69869b7da8e7902787cc2726d0ca3f20]

        INTEGRATION: CWS adc18 (1.3.56); FILE MERGED 2007/10/18 13:06:34 np 1.3.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [277cc1ff6710533ff5b1374291a90da0b142a367]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.21.52); FILE MERGED 2007/10/18 11:58:13 ama 1.21.52.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd06298973b437f3d7f50ebe976238af0f2897e1]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.35.12); FILE MERGED 2007/10/18 14:31:31 ama 1.35.12.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [325b599abfbd9f31baaf08927be74aead13493fc]

        INTEGRATION: CWS sw8u9bf02_SRC680 (1.21.26.1.40); FILE MERGED 2007/10/18 14:31:21 ama 1.21.26.1.40.1: Fix #i82698#: Correct and restore row span attribute for table split

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [934d5ed4182eb2c3b1a04f01d6a6bb9ca566f209]

        INTEGRATION: CWS adc18 (1.1.2); FILE ADDED 2007/10/19 12:11:55 np 1.1.2.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [66137c4404fafe2851de532a767d5458c714dd8e]

        INTEGRATION: CWS adc18 (1.1.4); FILE ADDED 2007/10/18 14:48:20 np 1.1.4.2: #i81775# 2005/03/10 13:41:52 np 1.1.4.1: file entity.hxx was added on branch cws_src680_adc18 on 2007-10-18 14:48:20 +0000

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1c69f94fdd11d6c2d57cf3acaa948771c3ef277]

        INTEGRATION: CWS adc18 (1.4.56); FILE MERGED 2007/10/18 13:06:34 np 1.4.56.1: #i81775#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec80a3868c7f493109dad639fe6deb39590c41f]

        INTEGRATION: CWS native115_SRC680 (1.71.40); FILE MERGED 2007/10/29 15:23:22 is 1.71.40.2: #i83083# preparation for system integration 2007/10/19 13:46:18 is 1.71.40.1: #150368# new patch scripts for extensions

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9d9c998da3c7c63612ee297c5a7ce1a0883379d]

        INTEGRATION: CWS native115_SRC680 (1.57.2); FILE MERGED 2007/10/29 15:24:06 is 1.57.2.3: #i83083# preparation for system integration 2007/10/18 14:54:53 is 1.57.2.2: #150581# new update urls 2007/10/12 12:21:24 is 1.57.2.1: #150581# SO 8 PU 9

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4ad9c5d1571e2817cbb625715b6819acdc54d5]

        INTEGRATION: CWS native115_SRC680 (1.69.2); FILE MERGED 2007/10/15 11:53:09 is 1.69.2.1: #i82352# new product ooodevlanguagepack

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14119b05ca4801ec56c1ce365f21edd87c87ad65]

        INTEGRATION: CWS os2port02 (1.2.10); FILE MERGED 2007/09/30 11:44:27 ydario 1.2.10.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>  [4857adfec9cb0c126e3a16ca17ec0834fd3772c9]

        INTEGRATION: CWS os2port02 (1.5.2); FILE MERGED 2007/10/05 13:01:59 ydario 1.5.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>  [b462d08b5d79a40a312817befe109fc7e6dfeb12]

        INTEGRATION: CWS os2port02 (1.8.16); FILE MERGED 2007/10/05 13:01:59 ydario 1.8.16.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 11:47:19 ydario 1.8.16.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>  [b94e1480dcdaa4dc76b034c5a62670ef34c8aa16]

        INTEGRATION: CWS os2port02 (1.5.12); FILE MERGED 2007/10/05 13:01:59 ydario 1.5.12.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>  [a9ac387cd9b8e09eef823208a91934211e76c1f9]

        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>  [7bb430c65d3dc21924940114e84600c374a7ba71]

        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>  [4c7e7f4a30bbf58fb7a682f754f10c605503fea2]

        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>  [ac912175cf3f51b42fe2b5d1e54f714c56642346]

        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>  [de438186f1c6ae79f64b8b4a6b8c45f45bbe773d]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/09/30 11:58: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>  [9885ea4e12d92bca31a22496f7e3251e94cb7391]

        INTEGRATION: CWS os2port02 (1.24.64); FILE MERGED 2007/09/30 11:58:43 ydario 1.24.64.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>  [7b1dda9ed96ffbc17fbae70560953359e86925a3]

        INTEGRATION: CWS os2port02 (1.60.4); FILE MERGED 2007/09/30 11:58:43 ydario 1.60.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>  [ebfa4e8a3b1504fad200989256637fd8a999f390]

        INTEGRATION: CWS os2port02 (1.17.12); FILE MERGED 2007/10/05 13:01:03 ydario 1.17.12.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/29 16:27:08 ydario 1.17.12.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>  [b36354f0e74a3d437bdc7cdbc632513e233d9d12]

        INTEGRATION: CWS os2port02 (1.3.36); FILE MERGED 2007/10/05 13:01:02 ydario 1.3.36.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/29 16:27:07 ydario 1.3.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>  [faedc288ef715a09d30a1f9767b7a60ff02d09e6]

        INTEGRATION: CWS os2port02 (1.6.80); FILE MERGED 2007/10/04 19:45:58 ydario 1.6.80.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>  [bde00816e24b14902ee005e61a9f1f83aafdbfd6]

        INTEGRATION: CWS os2port02 (1.6.40); FILE MERGED 2007/10/04 19:45:58 ydario 1.6.40.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>  [986f5a7f2a8f0a0ec90d503cf512a2561a3a3812]

        INTEGRATION: CWS os2port02 (1.3.174); FILE MERGED 2007/10/04 19:45:57 ydario 1.3.174.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>  [c2fb9ef12060a335df6cea429663b6b9528af49f]

        INTEGRATION: CWS os2port02 (1.5.174); FILE MERGED 2007/10/04 19:45:57 ydario 1.5.174.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>  [fb96308fb6faf62a6c4a251469b67c07f468f9ea]

        INTEGRATION: CWS os2port02 (1.33.2); FILE MERGED 2007/10/04 19:45:57 ydario 1.33.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>  [b96212b04ae134e76f1066af05fa956b5e53fe13]

        INTEGRATION: CWS os2port02 (1.6.58); FILE MERGED 2007/10/04 19:45:57 ydario 1.6.58.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>  [442fae863ec70e3089b16c8abce71f8182b76f40]

        INTEGRATION: CWS os2port02 (1.4.112); FILE MERGED 2007/10/04 19:45:57 ydario 1.4.112.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>  [76493e93f3f640361b93d09f6d344183cb0cd747]

        INTEGRATION: CWS os2port02 (1.6.2); FILE MERGED 2007/10/04 19:45:57 ydario 1.6.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>  [3fd5dbc7b3766ac6fdc509e9a0066b03259ad561]

        INTEGRATION: CWS os2port02 (1.3.10); FILE MERGED 2007/09/30 12:59:48 ydario 1.3.10.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>  [6c97929ef66f8e55de301e4e3f7509e22e21992b]

        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>  [7c8f80b7710a36b2e3bab7b21b89c6c6c0fd4da2]

        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>  [c006bbe96e4c4e70766bbc0e3e496e2b9e5d617d]

        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>  [5d2a9e1aee66116b7e7718e53b54e0538555755f]

        INTEGRATION: CWS os2port02 (1.23.4); FILE MERGED 2007/10/29 14:28:55 ydario 1.23.4.3: Windows nt4 build requires backslash. Issue number: 81904 Submitted by: ydario Reviewed by: ydario 2007/10/08 14:27:16 obr 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2007/10/05 13:31:45 ydario 1.23.4.1: Use $(EMQ) for makefile.mk

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8910ba0fd91554920acd8a0446c1a61093d03ae6]

        INTEGRATION: CWS os2port02 (1.156.20); FILE MERGED 2007/10/08 14:25:35 obr 1.156.20.2: RESYNC: (1.156-1.157); FILE MERGED 2007/09/29 16:18:21 ydario 1.156.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>  [969786c3aae5e593eefc6f5b8ec2f4f8e1c90248]

        INTEGRATION: CWS os2port02 (1.220.8); FILE MERGED 2007/10/08 14:25:31 obr 1.220.8.2: RESYNC: (1.220-1.221); FILE MERGED 2007/09/29 16:18:20 ydario 1.220.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>  [e44aacfc955565542eb42ddc8bf27b506082d95c]

        INTEGRATION: CWS os2port02 (1.20.6); FILE MERGED 2007/09/30 12:03:06 ydario 1.20.6.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>  [75b19afac92f896df472327233892c42d83c1fb2]

        INTEGRATION: CWS os2port02 (1.4.58); FILE MERGED 2007/09/30 12:03:06 ydario 1.4.58.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>  [ed05a17b0174c6eb2f8fb772aa92cae95bbaeedc]

        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>  [b250d91dcc4dc062ab1062cbbf09e7f48b831534]

        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>  [4796ad8e9f88df3356bc049545f0a7d1fcbfef5f]

        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>  [b48656ec0bd54880df8abae197c7bb87e999bab9]

        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>  [3ccf1cf08155f4205587d7d554e0011eed40717b]

        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>  [c1f8caf59e2d469c34e408477d3579251046957c]

        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>  [e5a982ff5f37a4f017e08521ffae9a5f4a6b95f0]

        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>  [557a7440b31464176de4baf82c03514e4bb9ef69]

        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>  [61f3d05156adbc73059b804fe3e7f96cca3b9132]

        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>  [93bcb0bf28c0ccbce4c8915956ef581726987e6b]

        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>  [f6499d0ddc0a1715766288729aa8ac0454fc1e92]

        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>  [ebd2a79309fec375f35e342e65181a6ba9d7c35b]

        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>  [5ba127854e10d8af657df9c1eea79850fd6447b0]

        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>  [645e51366808502f5f234fbbdce1a9e1f1760a16]

        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>  [4188d813b02c0177b45345ff293a99f3db4ce75b]

        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>  [9400bbbf52a01b2a7fa5810fb04c1e79e33d1e13]

        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>  [d8b9e434f5dc8f70d73414924759a8a98604bb09]

        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>  [eeea1188734ac568aa9d14e5b4b242378c6d3719]

        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>  [ac131258e149bebcdb24ee3b523e2801fcec55ed]

        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>  [e1f40ef39a2e20fdcaeb2ea4b4c04a82b287dc48]

        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>  [bd09ef4a523e190d8c015dc82efa32901cab805c]

        INTEGRATION: CWS native115_SRC680 (1.18.108); FILE MERGED 2007/10/18 10:30:56 is 1.18.108.1: #150892# always deregister extensions at start of patch installation

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0387fa0bd0dd945c5e23cc165b393becfcfe0c6b]

        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>  [58b927caaa04ac9d40c136351c8d5dc5f5095ca5]

        INTEGRATION: CWS native115_SRC680 (1.70.30.1.26); FILE MERGED 2007/10/30 10:46:07 obr 1.70.30.1.26.1: #i83083# stclient job configuration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef457f4c83191d9b976f5696619f394033481ec]

        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>  [2be5f69ae16f1f354caaec546e21189e599dbf5b]

        INTEGRATION: CWS native115_SRC680 (1.214.4.2.24); FILE MERGED 2007/10/30 10:46:07 obr 1.214.4.2.24.2: #i83083# stclient job configuration 2007/10/30 08:40:39 obr 1.214.4.2.24.1: #i83083# added stclient_wrapper

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d155b9e60a9c2d2e04dcf571b859e63ead627067]

        INTEGRATION: CWS os2port02 (1.13.12); FILE MERGED 2007/09/30 11:47:37 ydario 1.13.12.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>  [3cb2e049363b286fb149b5ba3ef1e3f0bd41bf4e]

        INTEGRATION: CWS os2port02 (1.10.40); FILE MERGED 2007/10/04 19:45:26 ydario 1.10.40.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>  [431efb4eca26a2b1dfc6ecff54210353f270ac3f]

        INTEGRATION: CWS os2port02 (1.8.20); FILE MERGED 2007/10/04 19:45:26 ydario 1.8.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>  [5fe5085033413cb6bd56ee340e4f7ad8caa9f1b3]

        INTEGRATION: CWS native115_SRC680 (1.11.218); FILE MERGED 2007/10/16 08:45:30 is 1.11.218.1: #150885# removing stub at installation

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e64e3e2f314a2aefce372561a3b29c581518f1c]

        INTEGRATION: CWS os2port02 (1.10.26); FILE MERGED 2007/10/04 19:45:26 ydario 1.10.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>  [dc8735dc27bf17f6e7a9e64bb29e2fe391461717]

        INTEGRATION: CWS native115_SRC680 (1.35.40); FILE MERGED 2007/10/18 09:59:40 is 1.35.40.2: #150886# new parameter for JRE installation 2007/10/12 10:24:29 is 1.35.40.1: #150886# avoiding installation of sp3

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [26b3fca1908ff7f64972a4d1131dd13c76b310a4]

        INTEGRATION: CWS os2port02 (1.9.20); FILE MERGED 2007/10/04 19:45:26 ydario 1.9.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>  [dfb922cb8f4d571de90f23a44d9668c8ee3c1911]

        INTEGRATION: CWS os2port02 (1.7.40); FILE MERGED 2007/10/04 19:45:25 ydario 1.7.40.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>  [d982711d7ec2b07243db16bb68c03531fc6d79f7]

        INTEGRATION: CWS native115_SRC680 (1.12.18); FILE MERGED 2007/10/29 15:23:22 is 1.12.18.1: #i83083# preparation for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d0f3800f8e0b5d51a08801a757295d9c707fe8e]

        INTEGRATION: CWS os2port02 (1.11.20); FILE MERGED 2007/10/04 19:45:25 ydario 1.11.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>  [d59d5bbdf712cf3923c1c964c90ee591e8014ccf]

        INTEGRATION: CWS native115_SRC680 (1.66.36.1.12); FILE MERGED 2007/10/30 14:39:45 is 1.66.36.1.12.4: #i81494# PreReq only for shared extensions 2007/10/19 14:44:56 is 1.66.36.1.12.3: #150368# changed patch scripts 2007/10/19 13:46:18 is 1.66.36.1.12.2: #150368# new patch scripts for extensions 2007/10/16 08:45:29 is 1.66.36.1.12.1: #150885# removing stub at installation

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [97a042f038aedae294790440fe312a317cc3670d]

        INTEGRATION: CWS os2port02 (1.6.40); FILE MERGED 2007/10/04 19:45:25 ydario 1.6.40.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>  [06db040d2a7f2cbdc25d27a2aa3be177b6a1f19d]

        INTEGRATION: CWS native115_SRC680 (1.92.38); FILE MERGED 2007/10/29 15:23:22 is 1.92.38.1: #i83083# preparation for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba88cbd1139b17485893dd170e3cc37526ca6fd4]

        INTEGRATION: CWS os2port02 (1.42.12); FILE MERGED 2007/10/04 19:44:28 ydario 1.42.12.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>  [076a801d6cb84b4aac94212e939f6ff5458a3b47]

        INTEGRATION: CWS native115_SRC680 (1.2.50); FILE MERGED 2007/10/30 12:25:02 cd 1.2.50.1: #i83083# Support shelljobs also for Windows

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b8adc661235eae47d0be20d6811745cee110e6a]

        INTEGRATION: CWS os2port02 (1.12.2); FILE MERGED 2007/09/29 16:20:49 ydario 1.12.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>  [b246d9a634289abbacf6a3156ac852ad16267e48]

        INTEGRATION: CWS os2port02 (1.31.2); FILE MERGED 2007/10/05 13:10:23 ydario 1.31.2.1: Issue number: i81904 Submitted by: ydario Reviewed by: ydario

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26784f78793777c0c5d982cdc6b2c3b37787b9c]

        INTEGRATION: CWS os2port02 (1.3.14); FILE MERGED 2007/09/29 16:20:49 ydario 1.3.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>  [0456bb83e929b5081bca3b2e14674d0dc9e74b78]

        INTEGRATION: CWS os2port02 (1.19.20); FILE MERGED 2007/09/29 16:20:48 ydario 1.19.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>  [b05f227f471c3ec2fef31e8fd307733c35af041e]

        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>  [39eb955e8f1b4cc92d36ba6eb1e383e63f434ae9]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/29 14:41:30 cd 1.1.2.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6db4ca190a7411ad5f6a8b7dee712d033b5f97]

        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>  [a28dffc23a88a1a0cdc2d9400269dfb8e5ab1548]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/29 15:00:31 cd 1.1.2.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1559ee054e04784f4fd37a1a52268b5e15690091]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/29 15:00:21 cd 1.1.2.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1331fea1fa3ca1a551d3753fa2544d6d0444276]

        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>  [7f12bd2a9a5a2d95ad49bb70aeebcd48d1fe5332]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/29 14:37:12 cd 1.1.2.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3a669b64ad0f28439411d0c517945216cd2d307]

        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>  [5951e82db890361494b6db9af36be1477d1679d8]

        INTEGRATION: CWS native115_SRC680 (1.5.12.1.4); FILE MERGED 2007/10/18 12:33:29 jl 1.5.12.1.4.1: #t150892# uninstalling extension uses now a fallback for older unopkg versions which could not handle bootstrap parameters

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a43784a38cf1ddbea9675b096931d507a5d0b1b]

        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>  [5c7760f3ac54d0828a754c4fa92ddf5af200d74e]

        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>  [8bc12363404046ba7ff2807dc6fd6e2ca8f3da3d]

        INTEGRATION: CWS native115_SRC680 (1.2.26); FILE MERGED 2007/10/29 14:19:05 obr 1.2.26.3: #i83083# fixed wrong path on Linux 2007/10/17 12:10:09 obr 1.2.26.2: #150889# now works on Linux as well 2007/10/17 10:45:44 obr 1.2.26.1: #150890# retry at next office launch if stclient not found

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d397087acc71c536a95734f4e97c886b8e763a]

        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>  [ed24c791237a2a008663ff944928e422c46932cb]

        INTEGRATION: CWS native115_SRC680 (1.13.24); FILE MERGED 2007/10/23 07:12:43 obr 1.13.24.1: #150889# deliver stclient_wrapper on linux as well

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c5f94811cd7596366c035d395c842540c6875f1]

        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>  [a75c27df13442c266969c7e3d08a89731e424741]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/30 10:45:27 obr 1.1.2.1: #i83083# stclient job configuration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3b7b3a9f948c68b8ed6ac8ed5340f8c7c92ad1]

        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>  [b7054cf85873f76b16f03ce4200dc603eebfc7dc]

        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>  [d1b0e05613fc0105e4c829aed53e00571663f84b]

        INTEGRATION: CWS native115_SRC680 (1.17.22); FILE MERGED 2007/10/30 10:45:27 obr 1.17.22.2: #i83083# stclient job configuration 2007/10/29 15:02:20 cd 1.17.22.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [39175a47bdd775f984ee2d7daf4522cb48664729]

        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>  [67baa8816da385d7a3fd5c85eefafc6f008582a0]

        INTEGRATION: CWS native115_SRC680 (1.22.28); FILE MERGED 2007/10/30 10:45:27 obr 1.22.28.2: #i83083# stclient job configuration 2007/10/29 15:02:20 cd 1.22.28.1: #i83083# Add startup job for system integration

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1850e47fce7c04c2c01c8be56cc5215240938ee3]

        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>  [b82eebffcee368ed2c1b0e976523aa84f8ea5c52]

        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>  [864d69a9dc01ab8f454f928d6ffcd066db0fc8e1]

        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>  [21f096b211c7cf93717e332850da5017bf191f12]

        INTEGRATION: CWS native115_SRC680 (1.9.100); FILE MERGED 2007/10/15 13:41:11 is 1.9.100.1: #150885# removing stub at installation

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [029601f32dab7bcb052437f2abbb82b206ce8884]

        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>  [e7bc006652494be2eedd066e9d84e4bdb3fee567]

        INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED 2007/10/23 10:13:10 is 1.1.2.1: #i82352# ooodev language packs

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e72381a4a66ecdaa1c2c54ce78ae04c0d2515954]

        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>  [46453dc4c80450d609b787908254c16fd8a0ac8a]

        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>  [734ab08c21bf8575f7d8740249d1db5275286020]

        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>  [97bfdbf54ed5b436db00b4b525580a9be40027d9]

        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>  [7b72ba8f6f8960fc050601a19f8596b694415187]

        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>  [a567c2b8a1d9246ee7ef38d81eb0dd0cb38c2498]

        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>  [ae2dfd31bd6585cb89cc65bfc2d2dbf42418ad75]

        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>  [f86bf189d8555183a282af2a897c20095d4abcb9]

        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>  [0138429ea7020f73d48748fcc19b1b82731742a7]

        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>  [9a7dbaba15e586d7ec2c62c72f55f5325aae7998]

        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>  [fa61ba2c28e74f2ad2a7793f47922156864fe0e0]

        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>  [5149aff9ffbeadc6ff2d490105607e9b840ed686]

        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>  [3d0817419e078eb7a351829abec4659a688fe47b]

        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>  [1ee22bffcb48c226da18eae01d59f72930776207]

        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>  [6c0062a77f6749e8a756ab8e6195515251f25b8c]

        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>  [837132881ae097acc6ef7f9efe7b1ca94060a47d]

        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>  [0301fa1eb3e7ba513f3ffee3694cef6a4bed900f]

        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>  [152e073b5e5d5bb36760a794d1a2b91b5e9e22d2]

        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>  [cda09d9d8801f7aa9e3f01912c956ad31b621f8f]

        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>  [17418b8bf4f919164574b46b3e5259bd58b41db1]

        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>  [89cfd50385c07ffc4691dbb61cccb7a49e3e8b69]

        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>  [1bdcfaa2477cf84f622e61c8c9e30d0da25a7a5f]

        INTEGRATION: CWS os2port02 (1.14.28); FILE MERGED 2007/10/05 13:04:38 ydario 1.14.28.2: Issue number: i82034 Submitted by: ydario Reviewed by:  ydario Commit of changes for OS/2 CWS source code integration. 2007/09/30 12:02:40 ydario 1.14.28.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>  [f9798bad0072224a523a144fd83c19eb3df5289c]

        INTEGRATION: CWS os2port02 (1.9.2); FILE MERGED 2007/09/30 12:02:40 ydario 1.9.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>  [4d68205aa0768489602fae3da813d61cdf33dbbe]

        INTEGRATION: CWS os2port02 (1.10.2); FILE MERGED 2007/09/29 16:41:27 ydario 1.10.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>  [735b743caff1545a04ad103e1ed7698e027bf229]

        INTEGRATION: CWS os2port02 (1.27.58); FILE MERGED 2007/09/30 13:00:13 ydario 1.27.58.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>  [278bf37c44f2a7caec3d2e54f4463f20e6dcf9f8]

        INTEGRATION: CWS os2port02 (1.10.60); FILE MERGED 2007/09/30 13:00:13 ydario 1.10.60.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>  [80c2e6f0b04863bddea0963d3a76bb1e1e6eccee]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/09/29 16:28:58 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>  [12d1fa899abc86d55a51224cb51d124e24b18999]

        INTEGRATION: CWS os2port02 (1.16.2); FILE MERGED 2007/09/29 16:29:16 ydario 1.16.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>  [a2ad12f12cead645c54a66a27dcf4568b72a1eaa]

        INTEGRATION: CWS os2port02 (1.13.160); FILE MERGED 2007/09/29 16:29:16 ydario 1.13.160.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>  [f8804537a7f0c2ad45b91da759c4248f6f7379a6]

        INTEGRATION: CWS os2port02 (1.3.102); FILE MERGED 2007/09/29 16:29:16 ydario 1.3.102.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>  [4a2f2b8c760e9ba869ce86b13eb88123d9297f97]

        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>  [d9b8e42cae95c6c56637d7545fc6aca507229d8d]

        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>  [0d2e3812f3ae4685abe00c9610f6cca3d0c115fc]

        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>  [130c9ee6e32965f0dcec875eaa505d45d1a475ef]

        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>  [7280a0176f6728f7129efca19474dac8c490ec09]

        INTEGRATION: CWS os2port02 (1.44.4); FILE MERGED 2007/10/30 12:00:48 obr 1.44.4.3: RESYNC: (1.44-1.45); FILE MERGED 2007/10/05 13:30:32 ydario 1.44.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks. 2007/09/30 11:54:52 ydario 1.44.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>  [b8ae64739cab63853b9406607b257146bd283a35]

        INTEGRATION: CWS os2port02 (1.31.4); FILE MERGED 2007/10/30 12:00:45 obr 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2007/09/30 11:54:52 ydario 1.31.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>  [860d443db2cc2efc314d5c706856dd6976a59167]

        INTEGRATION: CWS os2port02 (1.7.152); FILE MERGED 2007/10/04 19:48:06 ydario 1.7.152.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>  [3f11723030aa51f78faff6d705b07c6d165b49a5]

        INTEGRATION: CWS os2port02 (1.4.296); FILE MERGED 2007/10/04 19:48:06 ydario 1.4.296.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>  [cd70c093f087c4a28a2f192cbb70fb5959c4ba72]

        INTEGRATION: CWS os2port02 (1.4.4); FILE MERGED 2007/10/08 14:27:08 obr 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2007/09/30 11:54:51 ydario 1.4.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>  [75ccc4735a4ba2b48b94d10f62588080e1990c1a]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:27:05 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:51 ydario 1.3.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>  [4ca3e1a3586c0e6c42ba505ce92ebaa3d550fae5]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/10/05 13:30:32 ydario 1.1.2.1: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks.

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5095a6882fdf7276ed3f80a2729a618a237ef6c4]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:27:02 obr 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2007/10/05 13:30:32 ydario 1.3.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks. 2007/09/30 11:54:51 ydario 1.3.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>  [948783875067ae66cfabb0cfc8db4d5d05b60b8c]

        INTEGRATION: CWS os2port02 (1.2.4); FILE MERGED 2007/10/08 14:26:59 obr 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 11:54:51 ydario 1.2.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>  [5e2b0560da0460d8b9344a4a90ae42a4d1619d44]

        INTEGRATION: CWS os2port02 (1.2.4); FILE MERGED 2007/10/08 14:26:57 obr 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/09/30 11:54:51 ydario 1.2.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>  [4733eb75111126fb4e02afa3c6a2350733acfa79]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:26:54 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:51 ydario 1.3.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>  [863eef953f7d0e63a07e924fac34a0602440d13c]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:26:51 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:51 ydario 1.3.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>  [be9262f41b275b07e3109773876b26a5c8cbaea2]

        INTEGRATION: CWS os2port02 (1.4.4); FILE MERGED 2007/10/05 13:30:32 ydario 1.4.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks. 2007/09/30 11:54:51 ydario 1.4.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>  [e76cd0f9f945d0b32b3f95d2673a71bd17491c47]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:26:47 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:50 ydario 1.3.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>  [cd2dbd09099b3aab7e8bf50b1c60443d03a75849]

        INTEGRATION: CWS os2port02 (1.2.4); FILE MERGED 2007/10/08 14:26:44 obr 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2007/10/05 13:30:32 ydario 1.2.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks. 2007/09/30 11:54:50 ydario 1.2.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>  [c030ea2f79ee84c57b8c0a2d4e86084222afcc25]

        INTEGRATION: CWS os2port02 (1.3.4); FILE MERGED 2007/10/08 14:26:41 obr 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/30 11:54:50 ydario 1.3.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>  [7b91ed121a585af020f6700705cc9433159d1f18]

        INTEGRATION: CWS os2port02 (1.31.4); FILE MERGED 2007/09/30 11:54:50 ydario 1.31.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>  [04b4e0a5c669e3266a95787c17cd16b965211274]

        INTEGRATION: CWS os2port02 (1.8.4); FILE MERGED 2007/10/05 13:30:31 ydario 1.8.4.2: Implemented cws sb71 sal init/deinit sequence to set/unset exception hooks. 2007/09/30 11:54:50 ydario 1.8.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>  [f9aad43d930c941b59fa542e2f7ffe12d111d714]

        INTEGRATION: CWS os2port02 (1.29.2); FILE MERGED 2007/09/30 11:56:31 ydario 1.29.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>  [fd0237e03f8ba9c3f7778cac6d03728dad07455f]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/09/30 11:56:31 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>  [a081ae8e3db90d5248e2d3ece82d36a1965e7bf4]

        INTEGRATION: CWS os2port02 (1.18.4); FILE MERGED 2007/10/06 16:56:09 ydario 1.18.4.1: deliver 8.3 names Issue number: i81904 Submitted by: ydario Reviewed by: ydario

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f10bc5377215ff982b9496b92acbdf5ebd4850b4]

        INTEGRATION: CWS os2port02 (1.6.36); FILE MERGED 2007/09/30 13:27:09 ydario 1.6.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>  [53af43badf90c49fea5a8565ea26403c3565eaad]

        INTEGRATION: CWS os2port02 (1.7.36); FILE MERGED 2007/09/30 13:27:09 ydario 1.7.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>  [e825bcd618d1b864ebd5ecfa542e988d9cd3472f]

        INTEGRATION: CWS os2port02 (1.13.36); FILE MERGED 2007/09/30 13:27:09 ydario 1.13.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>  [c575425583868d074f63168ad69f47b1884b518c]

        INTEGRATION: CWS os2port02 (1.6.20); FILE MERGED 2007/10/06 16:42:58 ydario 1.6.20.1: Add OS/2 javavendors info. Issue number: i81904 Submitted by: ydario Reviewed by: ydario

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f558ee96b83afd0789cc008d6d9926ea8fe398e]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/10/06 16:42:58 ydario 1.1.2.1: Add OS/2 javavendors info. Issue number: i81904 Submitted by: ydario Reviewed by: ydario

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00be4b8151baedbba3432453403b987ca20b3a9c]

        INTEGRATION: CWS os2port02 (1.21.4); FILE MERGED 2007/10/04 19:44:40 ydario 1.21.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>  [fd37df363d9e0b8b8a6ced1f91e494fa814315a4]

        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>  [1fed72955ae618d6728502ec530423aa57bfaf07]

        INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED 2007/10/08 14:25:23 obr 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2007/09/29 16:16:01 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>  [f9c0d0de8ee1a46cee526a580d6756a1f6449258]

        INTEGRATION: CWS os2port02 (1.6.20); FILE MERGED 2007/10/05 13:00:35 ydario 1.6.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>  [5a44d6a2cbd1e2564036a871c585c8a8052d8d6f]

        INTEGRATION: CWS os2port02 (1.9.20); FILE MERGED 2007/10/05 13:00:35 ydario 1.9.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>  [882042f6363392951094bfbb6df3346066ad9cf7]

        INTEGRATION: CWS os2port02 (1.12.20); FILE MERGED 2007/10/05 13:00:34 ydario 1.12.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>  [d8fdfc45117cd40771de7a6c7ea18550b2df684c]

        INTEGRATION: CWS os2port02 (1.16.40); FILE MERGED 2007/09/29 16:18:51 ydario 1.16.40.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>  [0fe35d10acff08c0c57e213773aba7c4e63c2377]

        INTEGRATION: CWS os2port02 (1.6.18); FILE MERGED 2007/10/08 08:01:09 ydario 1.6.18.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>  [a6e36d501a58854ae78802c3d589e853e7e11b43]

        INTEGRATION: CWS os2port02 (1.16.10); FILE MERGED 2007/10/08 08:01:09 ydario 1.16.10.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>  [f6309374616115ec4f743a18d294e9a9757ab63a]

        INTEGRATION: CWS os2port02 (1.28.20); FILE MERGED 2007/10/08 14:27:49 obr 1.28.20.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/08 08:01:09 ydario 1.28.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>  [c37b5084a9de9976cddab8d91001202fa34a5344]

        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>  [b3a365ce773c0da86170dbc414c4abf0e594f674]

        INTEGRATION: CWS os2port02 (1.8.8); FILE MERGED 2007/10/04 19:47:01 ydario 1.8.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>  [b2bd1f1ae6692c4cf859b188f3a136b7cd924fcf]

        INTEGRATION: CWS os2port02 (1.20.8); FILE MERGED 2007/10/04 19:47:01 ydario 1.20.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>  [34ca358046653b26d248929595e5d9df3876d0ce]

        INTEGRATION: CWS os2port02 (1.29.6); FILE MERGED 2007/09/30 12:00:48 ydario 1.29.6.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>  [453fc3c93f2ebf7505c6e9485bb74f60fc8e2667]

        INTEGRATION: CWS os2port02 (1.52.130); FILE MERGED 2007/10/04 19:44:54 ydario 1.52.130.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>  [1eeecd46222dbd0bb5edc7b64827e65ba94ee711]

        INTEGRATION: CWS os2port02 (1.9.232); FILE MERGED 2007/10/04 19:44:53 ydario 1.9.232.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>  [dab95753cf844ea31147de234756d8dcc96b6be2]

        INTEGRATION: CWS os2port02 (1.7.1004); FILE MERGED 2007/10/04 19:44:53 ydario 1.7.1004.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>  [9888dc04208b7cbe3ad9705d2d42c981f2745a09]

        INTEGRATION: CWS os2port02 (1.22.134); FILE MERGED 2007/10/04 19:44:53 ydario 1.22.134.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>  [8199acd68d4ac4043435a928ecdec0b517ad46f3]

        INTEGRATION: CWS os2port02 (1.59.134); FILE MERGED 2007/10/04 19:44:53 ydario 1.59.134.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>  [1a82786ec532e6620471937aac8d3816454120e4]

        INTEGRATION: CWS os2port02 (1.8.106); FILE MERGED 2007/10/04 19:44:53 ydario 1.8.106.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>  [9e2e2e88ea2ee77e535d977e8330c20fefc9cc4f]

        INTEGRATION: CWS os2port02 (1.7.252); FILE MERGED 2007/10/04 19:44:52 ydario 1.7.252.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>  [335fdf5462eb60487473f6aebae889d214456752]

        INTEGRATION: CWS os2port02 (1.18.134); FILE MERGED 2007/10/04 19:44:52 ydario 1.18.134.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>  [9a6c6c24c793dc193e0e233a11dff85843dc508a]

        INTEGRATION: CWS os2port02 (1.129.116); FILE MERGED 2007/10/04 19:44:52 ydario 1.129.116.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>  [5f1a60972cffada02baeda9bf0cef41eb3f165f9]

        INTEGRATION: CWS os2port02 (1.49.2); FILE MERGED 2007/11/01 08:21:39 obr 1.49.2.2: RESYNC: (1.49-1.51); FILE MERGED 2007/09/29 16:25:05 ydario 1.49.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>  [20eb0a9e67b93c32d0027ac79399f076318aa2fd]

        INTEGRATION: CWS os2port02 (1.1.2); FILE ADDED 2007/09/29 16:25:05 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>  [b14dfadd1e116b4527f33be94231278b0b26a709]

        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>  [76efba994c76ff97301f1734a182bcb976b7e94a]

        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>  [104f87657291204a084b5a30833a8c18980a5918]

        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>  [a4c911dfe4d9a676c21af070ff5152a8140a6ed2]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fec4407f73d9a8437bb38ce48e867c7a8b2311a]

        INTEGRATION: CWS os2port02 (1.15.2); FILE MERGED 2007/09/29 16:19:55 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>  [e8919f438c87bfff009dde2bed2a4243a98e1f72]

        INTEGRATION: CWS os2port02 (1.12.44); FILE MERGED 2007/10/04 19:47:14 ydario 1.12.44.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>  [cd5cd12f3acb8be9169c28b4a9aed08ca77025f7]

        INTEGRATION: CWS os2port02 (1.5.2); FILE MERGED 2007/10/04 19:47:14 ydario 1.5.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>  [eea62a3946b964256a82234bc0a9e5610e4571c0]

        INTEGRATION: CWS fwk75_SRC680 (1.46.18); FILE MERGED 2007/09/05 09:28:57 mav 1.46.18.1: #i81280# integrate the patch

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dceeb1cb8516484d17828f4e18b1750241f3b957]

        INTEGRATION: CWS fwk75_SRC680 (1.194.24); FILE MERGED 2007/09/24 10:36:03 mav 1.194.24.2: #i81132# provide the InteractionHandler of the medium to the content only temporarily 2007/09/05 08:33:11 mav 1.194.24.1: #i81132# provide the InteractionHandler of the medium to the content

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f201d2e1b0e7c06a34842a5842787c8a979341b]

        INTEGRATION: CWS fwk75_SRC680 (1.25.8); FILE MERGED 2007/09/13 14:03:37 mav 1.25.8.1: #i71889# allow to open the document readonly

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95cf2b1b4353d53a188d00d398491670762e0266]

        INTEGRATION: CWS dba231a_SRC680 (1.112.28); FILE MERGED 2007/10/04 11:01:00 oj 1.112.28.1: #i81567# ceck error when update colun

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [38deb782ba636ac4a80c3b50292b35c755c08f84]

        INTEGRATION: CWS dba231a_SRC680 (1.51.144); FILE MERGED 2007/10/18 19:23:57 fs 1.51.144.1: workaround for #i81297#

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5225ae401c07d30d398f8b2c72285cadac9b34cb]

        INTEGRATION: CWS dba231a_SRC680 (1.7.16); FILE MERGED 2007/09/19 08:33:57 fs 1.7.16.1: #i81661# properly calculate startIndex

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb371b52db11d161450d3126146af8012910e9c]

        INTEGRATION: CWS dba231a_SRC680 (1.11.62); FILE MERGED 2007/10/04 11:01:19 oj 1.11.62.1: #i81567# first change name before changing type

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [975d7b33afab04c55534fa573d1b00734c6b5fd1]

        INTEGRATION: CWS dba231a_SRC680 (1.4.26); FILE MERGED 2007/09/26 12:01:16 oj 1.4.26.1: #i79167# export images correctly

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [860b4f6953c73e2e4bc4f6f771360141a2e85d27]

        INTEGRATION: CWS dba231a_SRC680 (1.5.28); FILE MERGED 2007/09/26 12:01:16 oj 1.5.28.1: #i79167# export images correctly

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [504aa7d3127b23bb46b53305f55e5c0ce83e640e]

        INTEGRATION: CWS dba231a_SRC680 (1.2.36); FILE MERGED 2007/10/22 06:49:35 oj 1.2.36.1: #i79167# merge changs from reportdesign01 into this one

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e114fab27bceffc23c1e2f38c9062d93c1ef64a0]

        INTEGRATION: CWS dba231a_SRC680 (1.2.36); FILE MERGED 2007/10/22 06:49:34 oj 1.2.36.1: #i79167# merge changs from reportdesign01 into this one

2007-11-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e275ad55dcd1c9679f57d28dd0c79dece4e2beb]

        INTEGRATION: CWS dba231a_SRC680 (1.2.36); FILE MERGED 2007/10/02 06:42:03 oj 1.2.36.1: #i81126# correct factor for dpi conversion into mm

2007-11-02  Rüdiger Timm  <rt@openoffice.org>  [2c821fbbceaf04d1913e4e456a8b332a9aa59e98]

        #i83146# When building with system icu check for setBreakType patch (regenerated file for patched configure.in).

2007-11-02  Rüdiger Timm  <rt@openoffice.org>  [bf185120d8347dfbab1993117ea314225d01f2be]

        #i83146# When building with system icu check for setBreakType patch (patch submitted by rene).

2007-11-02  Vladimir Glazounov  <vg@openoffice.org>  [89ad73a81be4065918725bc26a2407c447069828]

        new version for OOG680

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6948707c636f14c789cfcde2220242e71180c49]

        INTEGRATION: CWS rt23 (1.56.10); FILE MERGED 2007/10/29 15:37:03 rt 1.56.10.3: #i82316# Explicitly create solver's '%_DEST%\bin%_EXT%\so' subdirectory. 2007/10/19 15:28:50 rt 1.56.10.2: RESYNC: (1.56-1.57); FILE MERGED 2007/10/08 12:14:34 rt 1.56.10.1: #i82316# Deliver from 'so' subdirectories explicitly. 'deliver.pl' does not do this automatically any more.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fed8ed1637be1e410c31a6b0d1dcae4d954517ad]

        INTEGRATION: CWS rt23 (1.25.16); FILE MERGED 2007/10/29 15:47:15 rt 1.25.16.1: #i82316# Explicitly create solver's '%_DEST%\bin%_EXT%\so' subdirectory.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5792ec57e9c3a0c703dd2175730f970115363bca]

        INTEGRATION: CWS rt23 (1.26.86); FILE MERGED 2007/10/19 15:34:47 rt 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2007/10/12 13:16:17 rt 1.26.86.1: #i82553# clean up

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d07128eea57b1638aa766d78bd7434c4f04c03aa]

        INTEGRATION: CWS rt23 (1.19.6); FILE MERGED 2007/10/29 15:52:39 rt 1.19.6.1: #i82316# Explicitly create solver's '%_DEST%\bin%_EXT%\so' subdirectory.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e5c2394e8cc9a278b9415c60e21822c4883367d]

        INTEGRATION: CWS rt23 (1.129.134); FILE MERGED 2007/10/12 10:10:37 rt 1.129.134.1: #i82546# cleanup: removed entries of dead files.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f68af1a27434bc566db33a7263321fc70b99bd02]

        INTEGRATION: CWS rt23 (1.14.30); FILE MERGED 2007/10/12 12:31:37 rt 1.14.30.1: #i82550# clean up

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1f689a223a257997e900f3b68713c429648ddc]

        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>  [2080676f343c6d1e2710dc5ff70d27bab9938b2c]

        INTEGRATION: CWS rt23 (1.2.106); FILE MERGED 2007/10/11 11:49:40 rt 1.2.106.1: #i82507# receditor.jar resides in 'bin' now.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c245142ad2a7ed74d142e5b545de8f5e0cf23d]

        INTEGRATION: CWS rt23 (1.120.114); FILE MERGED 2007/10/31 07:54:45 rt 1.120.114.5: #i83139# Double 'my' declaration in same scope. 2007/10/31 07:48:24 rt 1.120.114.4: RESYNC: (1.120-1.122); FILE MERGED 2007/10/29 15:31:33 rt 1.120.114.3: #i82316# Do not create solver's 'so' subdirectory per default. 2007/10/08 11:47:27 rt 1.120.114.2: #i82316# Reduce magic: do not deliver from '%__SRC%/bin/so' any more if not explicitly written in d.lst. 2007/10/08 09:53:23 rt 1.120.114.1: #i82316# Nothing gets automatically delivered from <module>\common[.pro]\bin\so. Removing this unnecessary rule.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5e07997b3e829db783f578fa093b3513525644]

        INTEGRATION: CWS dxliberate01 (1.39.100); FILE MERGED 2007/10/01 10:06:54 thb 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED 2007/08/04 20:32:39 thb 1.39.100.1: #i48454# Made dxcanvas actually appear on OOo builds

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad76776c59ee706b6ad5ff303f4fc7174eb9267]

        INTEGRATION: CWS dxliberate01 (1.70.4); FILE MERGED 2007/10/01 10:01:31 thb 1.70.4.3: RESYNC: (1.70-1.74); FILE MERGED 2007/08/04 20:32:39 thb 1.70.4.2: #i48454# Made dxcanvas actually appear on OOo builds 2007/07/23 10:29:36 thb 1.70.4.1: #i48454# dxcanvas is now part of OOo

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ba8d1f330e0d65a48854d6581c63ccdd9d7bf9f]

        INTEGRATION: CWS dxliberate01 (1.5.360); FILE MERGED 2007/07/23 10:29:36 thb 1.5.360.1: #i48454# dxcanvas is now part of OOo

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [37d854d58d4b20775985f643eda332c71f2b9136]

        INTEGRATION: CWS dxliberate01 (1.8.44); FILE MERGED 2007/07/23 14:48:37 thb 1.8.44.1: #i48454# Adding config for canvas

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e7aa69a93baa8917107da3f71987e723051dbc7]

        INTEGRATION: CWS dxliberate01 (1.17.16); FILE MERGED 2007/07/23 10:21:26 thb 1.17.16.1: #i48454# Added config for directxcanvas, which needs device blacklist and hints for maximal texture sizes

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2d9395ad1aae0d755f092bbd99693b3ee41ae60]

        INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 10:21:26 thb 1.1.2.1: #i48454# Added config for directxcanvas, which needs device blacklist and hints for maximal texture sizes

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f241246c3d9d9089e31f75c2b85a17261fa2cc3f]

        INTEGRATION: CWS dxliberate01 (1.18.16); FILE MERGED 2007/07/23 10:21:25 thb 1.18.16.1: #i48454# Added config for directxcanvas, which needs device blacklist and hints for maximal texture sizes

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a7e496ee01a1adf804815a47ba647709fc7c4e]

        INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDED 2007/07/23 10:21:25 thb 1.1.2.1: #i48454# Added config for directxcanvas, which needs device blacklist and hints for maximal texture sizes

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [230dbe2e43f3ee2cd285f9cdfe0d57e1ca08b8fe]

        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>  [b408a15d38d08eafab0b1191c2bc8caff655024b]

        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>  [2e36c98b672b7efe563a04b9f7380ae94f65df53]

        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>  [d034efa5dd0ce46482b815fb57b018217c9d37df]

        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>  [2f5a688a57c08498ffbd96550ba4fc7005d12378]

        INTEGRATION: CWS fwk76_SRC680 (1.9.38); FILE MERGED 2007/10/10 07:39:56 mav 1.9.38.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [348897a2242bcb3702acbbebe07c151495538263]

        INTEGRATION: CWS fwk76_SRC680 (1.14.114); FILE MERGED 2007/10/10 07:39:56 mav 1.14.114.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed06d7f7105c6005431640e7062e1074e66e8511]

        INTEGRATION: CWS fwk76_SRC680 (1.17.192); FILE MERGED 2007/10/10 07:39:56 mav 1.17.192.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6354246f0328a2198d03bc8bda147752615dcad]

        INTEGRATION: CWS fwk76_SRC680 (1.32.90); FILE MERGED 2007/10/10 07:39:55 mav 1.32.90.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2862189912cad10e6ae667b3345de2f113753c07]

        INTEGRATION: CWS fwk76_SRC680 (1.50.62); FILE MERGED 2007/10/04 10:40:57 mav 1.50.62.1: #i81250# signed value is expected by UNO API

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e963add03458b350fe6ea57811604ab2ad01e3ce]

        INTEGRATION: CWS fwk76_SRC680 (1.5.62); FILE MERGED 2007/10/04 10:40:57 mav 1.5.62.1: #i81250# signed value is expected by UNO API

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c51da1bbbf8727ad338e8061a265c07188e8e2ed]

        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>  [3161cf3741e045092d342f9752b61b9b36eee056]

        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>  [8da9f42a900f97123075f76c6f2ca586fec25c54]

        INTEGRATION: CWS fwk76_SRC680 (1.44.128); FILE MERGED 2007/10/09 13:14:58 cd 1.44.128.1: #i81765# Don't use search item to determine in which application module context the search dialog is running. Use module manager instead.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6793d03ad52167191b302c280e0645bc0bf380f2]

        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>  [bf7c0468bd4b2457facecbc6b0f5f55168bbdfd9]

        INTEGRATION: CWS fwk76_SRC680 (1.62.36); FILE MERGED 2007/10/05 15:12:00 mav 1.62.36.1: #i71789# do not create client if it is not necessary

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3e44605132a8ff86bc881125acd5a2fb4bdf423]

        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>  [6e52afbf8ed5237de80ec458d661d769853c0561]

        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>  [2f5c66b9a59f09de18f7a3f258d7a6ad6a47bb87]

        INTEGRATION: CWS fwk76_SRC680 (1.32.6); FILE MERGED 2007/10/11 08:38:11 mav 1.32.6.2: #i81789# the document should be marked as embedded before the parent is set 2007/10/08 11:09:08 mav 1.32.6.1: #i81789# the document should be marked as embedded before the parent is set

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d26b3d79d734effef0543a1624d2ea6cfa47c22]

        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>  [1b1f25ab146f61c6941730879e8083c582c66a42]

        INTEGRATION: CWS fwk76_SRC680 (1.7.134); FILE MERGED 2007/10/16 13:46:56 cd 1.7.134.1: #i82479# Configuration data must be read again to update controller cache

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a705449885baecb53c69a60b67a52c90f6574d]

        INTEGRATION: CWS fwk76_SRC680 (1.48.40); FILE MERGED 2007/10/16 11:39:24 cd 1.48.40.2: #i82479# Don't disable popup menu when there is no menu dispatcher 2007/10/12 10:02:00 cd 1.48.40.1: #i82479# Add-on menu must check for popup menu controller association and create empty popup for setPopupMenu function

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [683f854ac4fb6903d776fbb47a06c3ff765274dc]

        INTEGRATION: CWS fwk76_SRC680 (1.44.22); FILE MERGED 2007/10/11 11:55:28 mav 1.44.22.1: #i81789# only nonempty printer name makes sence

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f510682d375c0960d667129847ea4752c3d447b]

        INTEGRATION: CWS fwk76_SRC680 (1.2.54); FILE MERGED 2007/10/09 15:36:33 mav 1.2.54.1: #i81597# integrating the patch

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4310d3f321a083ed6ebd21643495a295f66a0b60]

        INTEGRATION: CWS fwk76_SRC680 (1.2.54); FILE MERGED 2007/10/10 08:02:56 mav 1.2.54.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c2f99c267a88ed0d7f0aaf5b4615c056b909d6c]

        INTEGRATION: CWS fwk76_SRC680 (1.8.54); FILE MERGED 2007/10/10 08:02:56 mav 1.8.54.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d672838abcd118ec7078db2c6842fccb6e1e845]

        INTEGRATION: CWS fwk76_SRC680 (1.9.202); FILE MERGED 2007/10/10 08:02:56 mav 1.9.202.1: #i82028# the mediawiki filter should be installed together with writer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e0b7ada4626e6c5bc2735dd0576378a5d652da5]

        INTEGRATION: CWS pj85 (1.50.38); FILE MERGED 2007/10/09 11:01:40 ericb 1.50.38.1: #i82432# fix wrong location for the user pref dir for X11 version

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [642dd3f562f9f46c80b5c6655c35d12e95e38041]

        INTEGRATION: CWS pj85 (1.44.16); FILE MERGED 2007/10/13 18:53:27 pjanik 1.44.16.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c2f0a3d6401c2c635badb1b59c8cc678e421eac]

        INTEGRATION: CWS pj85 (1.38.48); FILE MERGED 2007/10/13 18:52:16 pjanik 1.38.48.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7636c51327d50042aa2abf682efd56f16db93560]

        INTEGRATION: CWS pj85 (1.4.18); FILE MERGED 2007/10/13 18:51:41 pjanik 1.4.18.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ef91004abce16ef68e49d038d0fb8157222ae1]

        INTEGRATION: CWS pj85 (1.24.18); FILE MERGED 2007/10/13 18:49:44 pjanik 1.24.18.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb88d2babaa94aa186d41ca4091ab0e2d13f167]

        INTEGRATION: CWS pj85 (1.10.18); FILE MERGED 2007/10/13 18:48:58 pjanik 1.10.18.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [92b865ee1ae318d00a0e8e8b4272bd675e0cb298]

        INTEGRATION: CWS pj85 (1.9.18); FILE MERGED 2007/10/13 18:48:19 pjanik 1.9.18.1: #i78467#: Remove old Mac code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0245a9eb680002a2f9921c55e67ca5f25ae436f4]

        INTEGRATION: CWS pj85 (1.2.12); FILE MERGED 2007/10/02 02:54:40 msicotte 1.2.12.1: #i82116# fix for words with accented (unicode) characters in Mac OS X Spellchecker

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9cedd983e53d983b3d69493b6196ee78568e666]

        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>  [561bb41cef70d5397c4981a91be47bcb3d189a24]

        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>  [adb0780c0db27b757251db7ef458aaf5a6001fdf]

        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>  [b137d5ad355da2702174273d07930a323aeb098a]

        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>  [eab49c423632122901af04de62ad0d90015a963f]

        INTEGRATION: CWS pj85 (1.77.68); FILE MERGED 2007/09/10 15:56:43 pjanik 1.77.68.1: #i81087#: Avoid unzip command prompting users (from Fridrich).

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [090dff581085cc0c79f6e4e6d396d8ada1054341]

        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>  [5fbdd0f583430187b8c702f00452806390d77f82]

        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>  [8adfe36793b58fa175fa8e71ad9a6bb5ee470430]

        INTEGRATION: CWS dr59_SRC680 (1.2.78); FILE MERGED 2007/10/15 12:09:29 dr 1.2.78.1: #i75153# catch stream overreads (which do not result in a stream error)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c046b5da9e653d8db4c0e576b75168077de2f56]

        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>  [77f40538687a197c34291717ab1bffce922fdd3f]

        INTEGRATION: CWS dr59_SRC680 (1.37.6); FILE MERGED 2007/10/16 08:51:01 tbe 1.37.6.1: #i82290# Calc - empty first sheet in workbook does not allow printing from preview

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6fc36790a4eead31d0065377295bad8d1353143]

        INTEGRATION: CWS dr59_SRC680 (1.23.160); FILE MERGED 2007/10/12 12:03:10 nn 1.23.160.1: #i81647# test if change track exists in UpdateSelectionHdl

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [032bcbaef62b62890e6525f7fb60af5763a12ba8]

        INTEGRATION: CWS dr59_SRC680 (1.17.160); FILE MERGED 2007/10/12 11:42:01 nn 1.17.160.1: #i82429# use right WhichID for SvxWritingModeItem

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2abab41ed57ef67fcb67c33dd9030f28d8015980]

        INTEGRATION: CWS dr59_SRC680 (1.13.96); FILE MERGED 2007/10/15 12:52:13 dr 1.13.96.1: #i81974# - remove macros from drawing objects, patch by npower

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6d0d693af2453bab769775be025bb1dd97d6f3]

        INTEGRATION: CWS dr59_SRC680 (1.89.100); FILE MERGED 2007/10/15 12:21:26 dr 1.89.100.1: #i82184# cast result of XclImpStream::GetRecLeft() to 32 bits

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c04893e5d59e63ee51559bbf7b1efce2c4c1571]

        INTEGRATION: CWS dr59_SRC680 (1.50.10); FILE MERGED 2007/10/12 13:27:52 nn 1.50.10.1: #i82487# don't try to write to empty string's BufferAccess

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c2adea68285fe2b063700dbe0f2b0f8d1dd6cef]

        INTEGRATION: CWS dr59_SRC680 (1.8.350); FILE MERGED 2007/10/23 13:37:00 er 1.8.350.1: #i80954# possible heap corruption

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [216dec2a3d6a90ca66dd8a2c82821d71fa0663a1]

        INTEGRATION: CWS dba24b (1.4.4); FILE MERGED 2007/08/13 07:26:28 oj 1.4.4.1: #i70160# include patch for select into

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c363bdb01079203307bfb5babf7a1377538f31e8]

        INTEGRATION: CWS dba24b (1.64.60); FILE MERGED 2007/08/27 13:29:56 fs 1.64.60.2: #i80930# 2007/08/22 11:41:59 oj 1.64.60.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8fb7ab3976e37dabc31259c1089f05cfe57a29e]

        INTEGRATION: CWS dba24b (1.4.130); FILE MERGED 2007/08/27 10:42:05 fs 1.4.130.1: some re-factoring in preparation of #i80930#: moved declaration from .hxx to .cxx

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [989d323b3d447acc3837a85e7a72e7c9604a5fa1]

        INTEGRATION: CWS dba24b (1.60.50); FILE MERGED 2007/08/16 09:57:47 oj 1.60.50.1: #i56898# accept more than one relation

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3954e948c561e9f919cafda2f905b47f5abd6f4]

        INTEGRATION: CWS dba24b (1.24.128); FILE MERGED 2007/09/28 12:01:01 oj 1.24.128.3: RESYNC: (1.24-1.25); FILE MERGED 2007/08/16 09:57:47 oj 1.24.128.2: #i56898# accept more than one relation 2007/08/16 06:14:45 oj 1.24.128.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7be9ba76a2cab9cccb2ea0db2e4726c2dfffa3f]

        INTEGRATION: CWS dba24b (1.47.28); FILE MERGED 2007/09/28 12:00:55 oj 1.47.28.2: RESYNC: (1.47-1.48); FILE MERGED 2007/08/16 06:14:45 oj 1.47.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c830cce47a4e153bca39f9858d747494bf4c39]

        INTEGRATION: CWS dba24b (1.3.172); FILE MERGED 2007/08/16 06:14:45 oj 1.3.172.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c17a7acc9c3a1572686807b665f38b5871e4cb4f]

        INTEGRATION: CWS dba24b (1.12.130); FILE MERGED 2007/10/01 06:37:45 oj 1.12.130.6: merge conflict 2007/09/28 12:00:47 oj 1.12.130.5: RESYNC: (1.12-1.13); FILE MERGED 2007/08/29 13:30:54 fs 1.12.130.4: #i10000# 2007/08/22 11:41:59 oj 1.12.130.3: #i76374# handle cross join as natural join now in query design 2007/08/16 09:57:47 oj 1.12.130.2: #i56898# accept more than one relation 2007/08/16 06:14:45 oj 1.12.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4675bbfa5dc5e2cbb2a1f9d973b7f2138096eca7]

        INTEGRATION: CWS dba24b (1.4.46); FILE MERGED 2007/08/16 06:14:45 oj 1.4.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f58235e1c84e703debccc6bdfc25c8a3955ac3da]

        INTEGRATION: CWS dba24b (1.8.46); FILE MERGED 2007/08/16 06:14:44 oj 1.8.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a640b19fddfa8067e0f13926e702f4e5ba1a32]

        INTEGRATION: CWS dba24b (1.48.50); FILE MERGED 2007/08/22 11:41:59 oj 1.48.50.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [61981cb9a86e165caec33e6087fd5ed3b3205258]

        INTEGRATION: CWS dba24b (1.6.180); FILE MERGED 2007/08/22 11:41:59 oj 1.6.180.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.6.180.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eba4413c2a47349ea7e1629d0048c4cba7b719c]

        INTEGRATION: CWS dba24b (1.5.308); FILE MERGED 2007/08/22 11:41:59 oj 1.5.308.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [426c15b8371f2e8076a52100542bf946dfd41dc7]

        INTEGRATION: CWS impress131_SRC680 (1.65.82); FILE MERGED 2007/10/19 10:39:43 sj 1.65.82.3: #i81609# fixed fontwork display 2007/10/18 12:27:10 cl 1.65.82.2: added missing throw clause 2007/09/20 11:42:47 sj 1.65.82.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ec990e66a8883d874e2c7596fa4e4e409a26b7a]

        INTEGRATION: CWS dba24b (1.15.28); FILE MERGED 2007/08/22 11:41:59 oj 1.15.28.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.15.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [728c9b82447d2e23f3399e02d49d2d405590c3af]

        INTEGRATION: CWS impress131_SRC680 (1.20.116); FILE MERGED 2007/09/20 11:41:42 sj 1.20.116.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [263425ad0455085d089f7d3b6eb7b512c372e148]

        INTEGRATION: CWS impress131_SRC680 (1.45.54); FILE MERGED 2007/09/20 11:41:06 sj 1.45.54.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [36a0292931b56865054f8f93bae2543e7d87d616]

        INTEGRATION: CWS dba24b (1.110.28); FILE MERGED 2007/08/22 11:41:59 oj 1.110.28.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.110.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df37d6fe5bd2ea38e6c55eb98732d5fe0b0d0fb]

        INTEGRATION: CWS impress131_SRC680 (1.29.114); FILE MERGED 2007/09/18 13:20:48 cl 1.29.114.1: #i81407# ResMgr rMgr should be ResMgr& rMgr

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4c6589beb7db0feee5140ce5124722fa224222]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/16 06:16:04 oj 1.1.2.1: #i56898# class diagram

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a469d370e41420c7b5dd012851ea0cf7c9dbf38]

        INTEGRATION: CWS impress131_SRC680 (1.4.100); FILE MERGED 2007/10/18 12:26:22 cl 1.4.100.2: added missing throw clause 2007/09/20 11:40:10 sj 1.4.100.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1658eafa22295c29bb04708fadae7a69a7196c]

        INTEGRATION: CWS dba24b (1.32.130); FILE MERGED 2007/10/16 08:31:48 oj 1.32.130.1: #i56898# post 2nd user event

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f235be8fff94418457cde493557f4ab1d02ef9]

        INTEGRATION: CWS dba24b (1.7.130); FILE MERGED 2007/08/16 06:14:44 oj 1.7.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae244814de3e80661274ce34ba5e1b2ccd533292]

        INTEGRATION: CWS dba24b (1.35.44); FILE MERGED 2007/08/16 06:14:44 oj 1.35.44.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2146faf378c05e195f49d60bb1770035ac57b0d5]

        INTEGRATION: CWS dba24b (1.9.130); FILE MERGED 2007/08/22 11:41:59 oj 1.9.130.3: #i76374# handle cross join as natural join now in query design 2007/08/16 09:57:46 oj 1.9.130.2: #i56898# accept more than one relation 2007/08/16 06:14:44 oj 1.9.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a96b59d45dec4af023b6b50b94294b9d3481a3fe]

        INTEGRATION: CWS dba24b (1.14.128); FILE MERGED 2007/08/16 06:14:44 oj 1.14.128.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed39e82a062863ff9cf8b37adc944b2dd45c13f6]

        INTEGRATION: CWS dba24b (1.27.46); FILE MERGED 2007/10/04 09:01:52 oj 1.27.46.1: #i61061# handle or in and condition

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e43004d5502eebd06c8ec652b49eb45ade95dc6]

        INTEGRATION: CWS dba24b (1.78.44); FILE MERGED 2007/10/04 09:01:52 oj 1.78.44.3: #i61061# handle or in and condition 2007/09/28 12:00:15 oj 1.78.44.2: RESYNC: (1.78-1.79); FILE MERGED 2007/08/24 07:11:26 oj 1.78.44.1: #i61059# set the visible flag for criteria

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad3490f0ddb923589cc2923d98a55ed456deb2a]

        INTEGRATION: CWS dba24b (1.41.46); FILE MERGED 2007/08/22 11:41:59 oj 1.41.46.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.41.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6821280ee1ec97e939dd527d1d8d4994762bea3e]

        INTEGRATION: CWS impress131_SRC680 (1.26.182); FILE MERGED 2007/09/20 11:37:15 sj 1.26.182.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7df854ed357fcfa9dfff4fdaca90f0e7ef0cd5c3]

        INTEGRATION: CWS impress131_SRC680 (1.1.2); FILE ADDED 2007/09/26 08:50:28 sj 1.1.2.2: #i81609# added missing include 2007/09/20 11:37:03 sj 1.1.2.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [699cbdb91c33bf837de2b67f0ca07eeba553c002]

        INTEGRATION: CWS dba24b (1.11.130); FILE MERGED 2007/08/16 06:14:44 oj 1.11.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ce5ad49fc09eac9a4c012fc3d1d71f6ed2ff2a]

        INTEGRATION: CWS dba24b (1.86.46); FILE MERGED 2007/10/04 09:01:52 oj 1.86.46.6: #i61061# handle or in and condition 2007/08/24 10:16:54 oj 1.86.46.5: #i75557# allow functions before like 2007/08/24 08:21:37 oj 1.86.46.4: #i69678# allow functions in group by 2007/08/22 14:28:20 oj 1.86.46.3: #i78577# add table alias if they differ 2007/08/22 11:41:58 oj 1.86.46.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.86.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [139c6bb73f94380a93e24e9ceb8a85a2c102c39d]

        INTEGRATION: CWS dba24b (1.4.306); FILE MERGED 2007/08/16 06:14:44 oj 1.4.306.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [56e1371bb70f60b0150068ca547adc1460c39b34]

        INTEGRATION: CWS dba24b (1.4.130); FILE MERGED 2007/08/16 06:14:44 oj 1.4.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c141a92146f320a632195d5e59d875d13b2aed85]

        INTEGRATION: CWS dba24b (1.7.172); FILE MERGED 2007/08/16 06:14:44 oj 1.7.172.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [219881f6b871dc411475fb245feb0aa27f139c9a]

        INTEGRATION: CWS dba24b (1.21.28); FILE MERGED 2007/08/16 06:14:44 oj 1.21.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [832628013668feacd10a067a07f4f9c58802c1ff]

        INTEGRATION: CWS dba24b (1.7.46); FILE MERGED 2007/08/22 11:41:58 oj 1.7.46.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.7.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a052521472a668632c41938779e82f3d5b4c3b]

        INTEGRATION: CWS dba24b (1.10.46); FILE MERGED 2007/08/22 11:41:58 oj 1.10.46.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.10.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf2c919ca46f78ef4af900caa8d5cd875f57525]

        INTEGRATION: CWS impress131_SRC680 (1.10.190); FILE MERGED 2007/10/17 16:10:53 cl 1.10.190.1: #i75001# added undo for renaming a master page

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b87c43b198733c4a190acba11364165f348d119]

        INTEGRATION: CWS dba24b (1.4.46); FILE MERGED 2007/08/16 06:14:44 oj 1.4.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d78946969aec28864ec01432179f69907750608]

        INTEGRATION: CWS impress131_SRC680 (1.29.62); FILE MERGED 2007/10/17 13:35:49 cl 1.29.62.1: #i82240# fixed the which id for text direction

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d29d099d685cf7ea935fe9a071d02a792ce8ecec]

        INTEGRATION: CWS dba24b (1.6.46); FILE MERGED 2007/08/16 06:14:44 oj 1.6.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [67030d242d1f7d9c8aba2f7a240b862a6cc643f3]

        INTEGRATION: CWS impress131_SRC680 (1.44.112); FILE MERGED 2007/10/17 13:06:21 cl 1.44.112.1: #i72141# replaced GetActualPage() with getCurrentPage()

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0cfb821484de784e817627a9908801bf1d43eb0]

        INTEGRATION: CWS dba24b (1.57.28); FILE MERGED 2007/08/24 11:15:57 oj 1.57.28.3: #i80894# reset range to show all tables 2007/08/22 11:41:58 oj 1.57.28.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:44 oj 1.57.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b95d9e508ab6b54ffb29e2cf6c69f76b31c78597]

        INTEGRATION: CWS impress131_SRC680 (1.29.114); FILE MERGED 2007/10/17 16:12:40 cl 1.29.114.1: #i75001# added undo for renaming a master page

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4cae5cb2a0c947537f2ede8bb76912a9676485]

        INTEGRATION: CWS dba24b (1.42.130); FILE MERGED 2007/08/24 11:15:57 oj 1.42.130.2: #i80894# reset range to show all tables 2007/08/16 06:14:43 oj 1.42.130.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [376e5b463750b8a99e7266ee6a6bbc5086f76b39]

        INTEGRATION: CWS impress131_SRC680 (1.46.42); FILE MERGED 2007/09/17 14:56:32 cl 1.46.42.1: #i77977# do not crash if there are not visible slides

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b0389d18c552eda0a26e56c464e9d0b39b870e8]

        INTEGRATION: CWS dba24b (1.7.130); FILE MERGED 2007/09/28 12:00:03 oj 1.7.130.2: RESYNC: (1.7-1.8); FILE MERGED 2007/08/22 11:41:58 oj 1.7.130.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f99436892a0a36f376ee3557c99f664caff5067c]

        INTEGRATION: CWS impress131_SRC680 (1.2.128); FILE MERGED 2007/10/18 12:17:32 af 1.2.128.1: #i76253# Added virtual destructor for CallbackAdapter.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3db79cecbf1969047e412b684582b4d019a2c13]

        INTEGRATION: CWS dba24b (1.12.44); FILE MERGED 2007/08/22 11:41:58 oj 1.12.44.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77eaa8bf900ef255bd4d02bf9d0a5dba93848c5]

        INTEGRATION: CWS impress131_SRC680 (1.4.190); FILE MERGED 2007/10/17 16:12:03 cl 1.4.190.1: #i75001# added undo for renaming a master page

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f66fc3c70d6e9451dd94265c2790a301cdc51d4]

        INTEGRATION: CWS dba24b (1.30.28); FILE MERGED 2007/08/27 10:40:31 fs 1.30.28.1: in preparation of #i80930#: +dsmeta

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df1d33c0c93eb601603c43a6312ffb5f53fb31e]

        INTEGRATION: CWS impress131_SRC680 (1.15.114); FILE MERGED 2007/09/17 13:40:49 cl 1.15.114.1: #i78130# check if date/time field actually has text

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [79bbd382beb13a8f4031cc9b61332d0794878699]

        INTEGRATION: CWS dba24b (1.35.28); FILE MERGED 2007/08/29 11:59:52 fs 1.35.28.2: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB' 2007/08/28 13:28:37 fs 1.35.28.1: authentication information now available at the data source meta data

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c551544f892a115ebb74fc3d5d0c43f85967c628]

        INTEGRATION: CWS impress131_SRC680 (1.43.188); FILE MERGED 2007/10/16 13:45:49 cl 1.43.188.1: #i81538# applied a build warning removal patch

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf49f70936161551213572e3cfda01f8c09326b5]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/09/05 08:38:02 fs 1.1.2.7: FLAT doesn't have authentication 2007/09/04 21:43:18 fs 1.1.2.6: dBase should also support DOS line end setting 2007/08/29 11:59:52 fs 1.1.2.5: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB' 2007/08/28 13:28:24 fs 1.1.2.4: +AuthenticationMode/getAuthentication 2007/08/27 20:30:20 fs 1.1.2.3: #i80930# +getType 2007/08/27 13:29:32 fs 1.1.2.2: #i80930# +bFormsCheckRequiredFields 2007/08/27 10:40:17 fs 1.1.2.1: in preparation of #i80930#: class encapsulating all (well, at the moment only *some*) UI relevant facets of a data source type (like support for different UI elelements)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [187101b0dc89911517a2202adc1ef23e33a2c7db]

        INTEGRATION: CWS impress131_SRC680 (1.45.62); FILE MERGED 2007/10/18 12:16:03 af 1.45.62.1: #i76253# OutlineToImpressFinalizer stores a local copy of the data stream.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f775687454a7e1de6e2c24b35134ac4c906dec8]

        INTEGRATION: CWS dba24b (1.75.26); FILE MERGED 2007/09/28 11:59:21 oj 1.75.26.2: RESYNC: (1.75-1.76); FILE MERGED 2007/08/29 11:59:51 fs 1.75.26.1: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB'

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f22d9f24ad9bed65f42c85d643e0f5a25491acc0]

        INTEGRATION: CWS impress131_SRC680 (1.18.44); FILE MERGED 2007/10/17 12:50:51 cl 1.18.44.1: #ii62835# use getCurrentPage() to also work for master slides

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9894b6ecfef5e58fff4145975f7b16aaeb23460]

        INTEGRATION: CWS dba24b (1.9.226); FILE MERGED 2007/09/28 11:59:14 oj 1.9.226.2: RESYNC: (1.9-1.10); FILE MERGED 2007/08/29 11:59:52 fs 1.9.226.1: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB'

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4bfe3fc6f35d54878a774588b08123c4e7c7f1]

        INTEGRATION: CWS dba24b (1.73.8); FILE MERGED 2007/08/27 20:30:37 fs 1.73.8.1: removed unneeded include

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d15ed3027e3056548b4eca6b25b56fd8af53d6c]

        INTEGRATION: CWS dba24b (1.36.28); FILE MERGED 2007/08/16 06:14:43 oj 1.36.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff939320742cd083aebd177368fc8b053cfbe4be]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/28 13:27:40 fs 1.1.2.4: +AuthenticationMode/getAuthentication 2007/08/27 20:29:42 fs 1.1.2.3: # 2007/08/27 13:29:27 fs 1.1.2.2: #i80930# +bFormsCheckRequiredFields 2007/08/27 10:40:13 fs 1.1.2.1: in preparation of #i80930#: class encapsulating all (well, at the moment only *some*) UI relevant facets of a data source type (like support for different UI elelements)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb2e4f7caf600d2a68ce387f99fe021dd1d19ba]

        INTEGRATION: CWS impress131_SRC680 (1.121.58); FILE MERGED 2007/09/20 11:34:13 sj 1.121.58.1: #i81609# fixed fontwork display

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb710efc127fa6d0b0a94788c41dba7cc1ae9439]

        INTEGRATION: CWS dba24b (1.11.28); FILE MERGED 2007/08/29 11:57:35 fs 1.11.28.2: during #i80930#: getDefaultDatabaseType 2007/08/28 13:29:13 fs 1.11.28.1: +declareAuthDepPath

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [355c0f5d58162588403e55550cf301fdc08a6ee1]

        INTEGRATION: CWS impress131_SRC680 (1.13.60); FILE MERGED 2007/10/17 15:03:27 cl 1.13.60.1: #i81257# fixed a typo that trashed the target attribute

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3593f92560fa2bdf9f0d47a23dd2e5c88ee8165]

        INTEGRATION: CWS dba24b (1.6.28); FILE MERGED 2007/08/29 11:59:05 fs 1.6.28.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [39889fa4050200a7f9275df34761d87aad63b2af]

        INTEGRATION: CWS dba24b (1.97.28); FILE MERGED 2007/08/27 10:37:53 fs 1.97.28.1: in preparation of #i80930#: some cleanup/re-factoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5ee5cc8b482a2c34173a8e64fbaf26f063dd11b]

        INTEGRATION: CWS dba24b (1.2.308); FILE MERGED 2007/08/16 09:57:46 oj 1.2.308.1: #i56898# accept more than one relation

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac08c20b7117928aa31f304648205eebeb51f089]

        INTEGRATION: CWS dba24b (1.7.172); FILE MERGED 2007/08/22 11:41:58 oj 1.7.172.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [60d029e94cbb8223fab807ad9133bafeeb1b14f8]

        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>  [7445bbb00795db415bf44723bdb806e756d0ca4a]

        INTEGRATION: CWS dba24b (1.13.28); FILE MERGED 2007/08/27 10:37:53 fs 1.13.28.1: in preparation of #i80930#: some cleanup/re-factoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [165ed18ccd51e9ae89a048754984d149c3c8c8fb]

        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>  [9365f2a1564c4cef693f56f9b2d6001116239b35]

        INTEGRATION: CWS dba24b (1.34.46); FILE MERGED 2007/08/29 11:59:05 fs 1.34.46.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6ab7302aba01b6eeb056d91ee1e0c342824971]

        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>  [0ae56cf9ccd685a225ee15aad1d77332c277ce7b]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/29 11:59:05 fs 1.1.2.2: getORB made const 2007/08/27 10:38:57 fs 1.1.2.1: in preparation of #i80930#: moved herein from ./AdvancedPageDlg.hxx

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a5d279acb635a3af0fe76560d08d040e63623d6]

        INTEGRATION: CWS dba24b (1.7.28); FILE MERGED 2007/08/29 11:59:05 fs 1.7.28.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aa3486ff8b2598c87c1c63238d9498a60896d4c]

        INTEGRATION: CWS dba24b (1.9.180); FILE MERGED 2007/10/16 08:31:59 oj 1.9.180.1: #i56898# post 2nd user event

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a461af1c1a515a46433bfe32745af7a6a6468f]

        INTEGRATION: CWS dba24b (1.2.306); FILE MERGED 2007/08/16 06:14:43 oj 1.2.306.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8dfb5a12b892ee445aaeb25d966f90d96fc1470]

        INTEGRATION: CWS dba24b (1.17.46); FILE MERGED 2007/08/16 06:14:43 oj 1.17.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c02ba56b445600accdba9b90b6b74bad92b0052d]

        INTEGRATION: CWS impress131_SRC680 (1.25.108); FILE MERGED 2007/10/08 11:50:26 cl 1.25.108.1: #i74825# since jpeg now can have individual encoding tables, export encoding table always

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [796960b3ff4aad0ff8cfb13f074ba11d6b7fcb28]

        INTEGRATION: CWS dba24b (1.4.306); FILE MERGED 2007/08/16 06:14:43 oj 1.4.306.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [12b4ee4ec7898b498e997f68ae232ecab24b79c5]

        INTEGRATION: CWS impress131_SRC680 (1.11.108); FILE MERGED 2007/10/08 11:50:44 cl 1.11.108.1: #i74825# since jpeg now can have individual encoding tables, export encoding table always

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d0553af33c5cabe14f1f0b525fa7211414b701]

        INTEGRATION: CWS impress131_SRC680 (1.8.110); FILE MERGED 2007/10/08 11:50:37 cl 1.8.110.1: #i74825# since jpeg now can have individual encoding tables, export encoding table always

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [058c54b58acca1f05ead7e8f8bcf3c0255858c61]

        INTEGRATION: CWS dba24b (1.9.180); FILE MERGED 2007/08/16 06:14:43 oj 1.9.180.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [449662655b78ff65018771a51daa58a55054a3ef]

        INTEGRATION: CWS dba24b (1.8.172); FILE MERGED 2007/08/16 06:14:43 oj 1.8.172.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e46629cad719bbd5d8ab5ca00fc219cfa4c97d15]

        INTEGRATION: CWS dba24b (1.9.28); FILE MERGED 2007/08/16 06:14:43 oj 1.9.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [442ad2d2f647cf97c5488b1fa5e5930dcdaa661a]

        INTEGRATION: CWS dba24b (1.16.172); FILE MERGED 2007/08/16 06:14:43 oj 1.16.172.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b5211413609967f40323a560275fc469744b3b2]

        INTEGRATION: CWS dba24b (1.4.308); FILE MERGED 2007/08/22 11:41:58 oj 1.4.308.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:43 oj 1.4.308.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b89d5a2e9b9a82d26d35546256da8086c1f31472]

        INTEGRATION: CWS dba24b (1.3.180); FILE MERGED 2007/08/16 06:14:43 oj 1.3.180.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [91edc05bd8e6713cdc9a2fd19fd9f028b88ee0d1]

        INTEGRATION: CWS dba24b (1.5.308); FILE MERGED 2007/09/28 11:57:09 oj 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED 2007/08/16 06:14:43 oj 1.5.308.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28b99714b5a3a29687cc15764889e8853031a9e]

        INTEGRATION: CWS dba24b (1.16.46); FILE MERGED 2007/08/22 11:41:58 oj 1.16.46.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:43 oj 1.16.46.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d39d1c514273cf39adc1b6b70e15e54febf50e]

        INTEGRATION: CWS dba24b (1.21.46); FILE MERGED 2007/08/24 08:21:45 oj 1.21.46.1: #i69678# allow functions in group by

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [38e1a946df62835102f9f4e3fc93b1bb01a23a36]

        INTEGRATION: CWS dba24b (1.6.308); FILE MERGED 2007/08/22 11:41:58 oj 1.6.308.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f5de76e0769737bfc6cff103c5aae1ba687e10]

        INTEGRATION: CWS dba24b (1.24.180); FILE MERGED 2007/08/24 11:15:57 oj 1.24.180.3: #i80894# reset range to show all tables 2007/08/22 11:41:58 oj 1.24.180.2: #i76374# handle cross join as natural join now in query design 2007/08/16 06:14:43 oj 1.24.180.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5006f0018742f64cbc940d54feb39b9f00eb1c27]

        INTEGRATION: CWS dba24b (1.9.46); FILE MERGED 2007/08/24 11:15:57 oj 1.9.46.1: #i80894# reset range to show all tables

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [47ae3fe9a235fa9a8f19c9144928de3e30e88727]

        INTEGRATION: CWS dba24b (1.22.28); FILE MERGED 2007/08/24 11:15:57 oj 1.22.28.2: #i80894# reset range to show all tables 2007/08/16 06:14:43 oj 1.22.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7e3bfaf616b0ef09b8516538b943d502eb5ad6]

        INTEGRATION: CWS dba24b (1.5.46); FILE MERGED 2007/08/29 11:59:05 fs 1.5.46.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [839cae7f4d4b8d5606e6ac101fd30aba43d6d031]

        INTEGRATION: CWS dba24b (1.5.308); FILE MERGED 2007/09/28 11:56:41 oj 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED 2007/08/22 11:41:58 oj 1.5.308.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [291d8f10d07764b94c4fc4c8cd37ac0dd15b78f1]

        INTEGRATION: CWS dba24b (1.6.46); FILE MERGED 2007/08/22 11:41:58 oj 1.6.46.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7b050640e149d7a5935ff66e1ad5c15810ab394]

        INTEGRATION: CWS dba24b (1.6.28); FILE MERGED 2007/08/29 11:59:05 fs 1.6.28.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2f1488adbbc6c62c15da6ef181ddd448d65061]

        INTEGRATION: CWS dba24b (1.37.28); FILE MERGED 2007/08/27 20:31:17 fs 1.37.28.2: #i80930# +datasourceui 2007/08/27 10:53:25 fs 1.37.28.1: #i80930# dedicated implementations for the advanced settings

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6760f18c768d00776cc81bcb3f859df0f94579d]

        INTEGRATION: CWS dba24b (1.18.46); FILE MERGED 2007/08/27 10:47:27 fs 1.18.46.1: prepare #i80930#: removed dead code

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3419c77b1e432465c5742f6c326aa970168cc58a]

        INTEGRATION: CWS dba24b (1.51.28); FILE MERGED 2007/08/27 13:35:42 fs 1.51.28.2: removed unused code (fillDetailIds call) 2007/08/27 10:47:27 fs 1.51.28.1: prepare #i80930#: removed dead code

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8cf119d1cd2737037c773aa24a353daa6ac1b0]

        INTEGRATION: CWS dba24b (1.22.88); FILE MERGED 2007/08/27 13:31:09 fs 1.22.88.1: #i80930# +DSID_CHECK_REQUIRED_FIELDS

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2c7511336228ae842ec6d54547ad85964ef0a42]

        INTEGRATION: CWS dba24b (1.26.46); FILE MERGED 2007/08/27 10:48:12 fs 1.26.46.1: prepare #i80930#: outsourced all the advanced settings into dedicated pages (they were never needed by more than one instance of the CommonBehaviourPage)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a1391cbdd69b5566ebc4807b3d5bd5757d4a2bb]

        INTEGRATION: CWS dba24b (1.47.28); FILE MERGED 2007/08/27 20:29:24 fs 1.47.28.2: #i80930# 2007/08/27 10:48:12 fs 1.47.28.1: prepare #i80930#: outsourced all the advanced settings into dedicated pages (they were never needed by more than one instance of the CommonBehaviourPage)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8561cdc6c74896f814b17b7b053ae76d4bd7d694]

        INTEGRATION: CWS dba24b (1.26.26); FILE MERGED 2007/10/11 06:42:33 oj 1.26.26.6: #i76826# create correct name 2007/10/01 10:06:56 oj 1.26.26.5: merge conlfict 2007/09/28 11:55:23 oj 1.26.26.4: RESYNC: (1.26-1.27); FILE MERGED 2007/08/30 14:01:54 oj 1.26.26.3: #i76826# change the name to 1 2 3 2007/08/29 12:02:46 fs 1.26.26.2: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB' 2007/08/28 13:27:04 fs 1.26.26.1: authentication information now available at the data source meta data

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [13502bb51e910ed28bf5ce06d7d2d11c525f209c]

        INTEGRATION: CWS dba24b (1.15.26); FILE MERGED 2007/09/28 11:54:37 oj 1.15.26.3: RESYNC: (1.15-1.16); FILE MERGED 2007/08/29 13:21:52 fs 1.15.26.2: #i10000# 2007/08/27 10:48:42 fs 1.15.26.1: removed unneeded include

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62edd67d32b89c3e16b8ffb07c1a048a461d081]

        INTEGRATION: CWS dba24b (1.12.50); FILE MERGED 2007/08/27 10:49:59 fs 1.12.50.1: identifier cleanup in preparation of #i80930#

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [deb9656d13a137f5010e8aa92e9691cb90a85a88]

        INTEGRATION: CWS dba24b (1.4.216); FILE MERGED 2007/08/27 10:49:59 fs 1.4.216.1: identifier cleanup in preparation of #i80930#

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [159f668555c7387bc9ed0e10dabf2f46cd7742ff]

        INTEGRATION: CWS dba24b (1.156.46); FILE MERGED 2007/08/27 10:50:38 fs 1.156.46.1: prepare #i80930#: outsourced all the advanced settings into dedicated pages (they were never needed by more than one instance of the CommonBehaviourPage)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1571cf8ace3e5cffc89eec8804ec4ba8d22692]

        INTEGRATION: CWS dba24b (1.34.88); FILE MERGED 2007/08/27 10:50:38 fs 1.34.88.1: prepare #i80930#: outsourced all the advanced settings into dedicated pages (they were never needed by more than one instance of the CommonBehaviourPage)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e0c1978a42211ae3559fd74f3dd4f07d597fe9]

        INTEGRATION: CWS dba24b (1.103.28); FILE MERGED 2007/09/05 08:40:33 fs 1.103.28.4: #i80845# change the defaults for field delimiter and thousands separator, to match the core defaults 2007/08/29 12:02:57 fs 1.103.28.3: getORB made const 2007/08/27 13:31:24 fs 1.103.28.2: #i80930# +DSID_CHECK_REQUIRED_FIELDS 2007/08/27 10:50:38 fs 1.103.28.1: prepare #i80930#: outsourced all the advanced settings into dedicated pages (they were never needed by more than one instance of the CommonBehaviourPage)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a0bce8df8a960f4764947e646ef78fb27e653fd]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/27 20:27:21 fs 1.1.2.1: encapsulates information about available UI features of a data source type

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffea77851bf2324b8dbfa541e04f83600613b16]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/27 13:35:28 fs 1.1.2.2: #i80930# 2007/08/27 10:43:57 fs 1.1.2.1: re-factoring in preparation of #i80930#: collected the implementations for the 'Advanced Settings' of a data source in advancedsettings.*

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5e5ec882e5ab22556b9ffd6dadba5a50464944c]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/27 20:29:09 fs 1.1.2.3: #i80930# mapping from DSID to support flag now done by dedicated class (DataSourceUI) 2007/08/27 13:35:28 fs 1.1.2.2: #i80930# 2007/08/27 10:43:57 fs 1.1.2.1: re-factoring in preparation of #i80930#: collected the implementations for the 'Advanced Settings' of a data source in advancedsettings.*

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cec5d40714ce23bef1a736a8b8960268245d8b82]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/08/29 13:21:52 fs 1.1.2.5: #i10000# 2007/08/29 12:02:57 fs 1.1.2.4: getORB made const 2007/08/27 20:29:09 fs 1.1.2.3: #i80930# mapping from DSID to support flag now done by dedicated class (DataSourceUI) 2007/08/27 13:35:28 fs 1.1.2.2: #i80930# 2007/08/27 10:43:57 fs 1.1.2.1: re-factoring in preparation of #i80930#: collected the implementations for the 'Advanced Settings' of a data source in advancedsettings.*

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [609eab83834eba22fb38accd55e872bb51d54a38]

        INTEGRATION: CWS dba24b (1.31.46); FILE MERGED 2007/08/27 10:49:13 fs 1.31.46.1: #i80930# _bRevertValue parameter to fillBool

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9452d96cb72e42b52df2554d2392228142788234]

        INTEGRATION: CWS dba24b (1.48.28); FILE MERGED 2007/08/27 10:49:08 fs 1.48.28.1: #i80930# _bRevertValue parameter to fillBool

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae13c7cb0b4fc9c692b43bdec7312afe92b05370]

        INTEGRATION: CWS dba24b (1.12.28); FILE MERGED 2007/08/29 12:02:56 fs 1.12.28.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4e2b1b33a60f52da5a324336be17e260302e6d]

        INTEGRATION: CWS dba24b (1.24.28); FILE MERGED 2007/10/01 06:42:50 oj 1.24.28.3: merge conflict 2007/09/28 11:55:07 oj 1.24.28.2: RESYNC: (1.24-1.25); FILE MERGED 2007/08/16 06:14:42 oj 1.24.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e677f47be80c5b9e315c32a6692aaf7ce5664ad]

        INTEGRATION: CWS dba24b (1.6.88); FILE MERGED 2007/08/27 20:28:23 fs 1.6.88.2: #i80930# fillDetailIds renamed to getSupportedIndirectSettings + now partly based on DataSourceUI, to avoid duplicated hard-coded data 2007/08/27 10:45:59 fs 1.6.88.1: #i80930# only one implementation for the Special Settings page

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [419cc6a24f57427e3203a0618a961bef7ea3529f]

        INTEGRATION: CWS dba24b (1.7.88); FILE MERGED 2007/09/28 11:54:51 oj 1.7.88.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/27 20:28:23 fs 1.7.88.2: #i80930# fillDetailIds renamed to getSupportedIndirectSettings + now partly based on DataSourceUI, to avoid duplicated hard-coded data 2007/08/27 13:31:35 fs 1.7.88.1: #i80930# proper detail ids

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3791df688a4f0110606d94d29255cc291750486d]

        INTEGRATION: CWS dba24b (1.8.46); FILE MERGED 2007/08/27 10:45:06 fs 1.8.46.1: re-factoring for #i80930#: made getDataSourceType static

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b676a065bf4431efbd94766997b028de7054e96]

        INTEGRATION: CWS dba24b (1.18.28); FILE MERGED 2007/08/28 13:26:46 fs 1.18.28.4: authentication information now available at the data source meta data 2007/08/27 20:31:00 fs 1.18.28.3: #i80930# fillDetailIds renamed to getSupportedIndirectSettings + now partly based on DataSourceUI, to avoid duplicated hard-coded data 2007/08/27 13:30:35 fs 1.18.28.2: #i80930# allow for no detail ids (fillDetailids) 2007/08/27 10:45:06 fs 1.18.28.1: re-factoring for #i80930#: made getDataSourceType static

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e47a21e99c54027b7fe61f6c21621b6c1e73d2]

        INTEGRATION: CWS dba24b (1.13.28); FILE MERGED 2007/08/27 10:45:39 fs 1.13.28.1: name clash (during #i80930#)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa692a6e35359b18122c9f696df618fa94fc7519]

        INTEGRATION: CWS dba24b (1.4.308); FILE MERGED 2007/08/27 10:53:40 fs 1.4.308.1: identifier cleanup in preparation of #i80930#

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e089720884e08bb7d9c2661c6e57945b8637bb]

        INTEGRATION: CWS dba24b (1.19.26); FILE MERGED 2007/09/28 11:54:44 oj 1.19.26.2: RESYNC: (1.19-1.20); FILE MERGED 2007/08/28 13:26:32 fs 1.19.26.1: authentication information now available at the data source meta data

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e8607ff96ed68ced695d9649e6792ce56db7a48]

        INTEGRATION: CWS dba24b (1.13.28); FILE MERGED 2007/08/29 12:02:56 fs 1.13.28.1: getORB made const

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e9af7ae8b792beed32c0dd4a78a6d8a27fc5f1f]

        INTEGRATION: CWS dba24b (1.20.28); FILE MERGED 2007/10/11 12:58:14 oj 1.20.28.6: #i82513# assign wrong index for vector 2007/10/01 06:32:56 oj 1.20.28.5: merge conflict 2007/09/28 11:54:15 oj 1.20.28.4: RESYNC: (1.20-1.21); FILE MERGED 2007/08/22 11:41:58 oj 1.20.28.3: #i76374# handle cross join as natural join now in query design 2007/08/16 09:57:46 oj 1.20.28.2: #i56898# accept more than one relation 2007/08/16 06:14:42 oj 1.20.28.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6220350936e986d3647de9a3321ce141d339b12a]

        INTEGRATION: CWS dba24b (1.47.28); FILE MERGED 2007/08/30 12:41:50 oj 1.47.28.2: #i76657# check for the PRECISION in the create params 2007/08/22 11:41:57 oj 1.47.28.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [373b4a9c31c34b9befe2cb0afebe7360f4a22fdf]

        INTEGRATION: CWS dba24b (1.18.46); FILE MERGED 2007/09/03 06:16:59 oj 1.18.46.1: #10000# SbaTableQueryBrowser::getDatabaseObjectType: folder types and 'Unknown' not allowed here!

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [194975759a6ca23187deedab820a6a97b9e4081b]

        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>  [245444feb3ea57aec2db5f9c160c1556c6914e67]

        INTEGRATION: CWS dba24b (1.44.6); FILE MERGED 2007/09/28 11:51:50 oj 1.44.6.4: RESYNC: (1.44-1.47); FILE MERGED 2007/08/29 12:07:02 fs 1.44.6.3: #i10000# 2007/08/29 12:03:18 fs 1.44.6.2: during #i80930#: DST_EMBEDDED -> DST_EMBEDDED_HSQLDB. The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB' 2007/08/27 10:55:04 fs 1.44.6.1: prepare #i80930#: advanced settings enabled according to DataSourceMetaData, not with hard-coded list of supporting types

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7410c0f5e4b9e0f17726b98107d4451328d65432]

        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>  [25911e14171f702a2af44f87137791cb983cd416]

        INTEGRATION: CWS dba24b (1.41.46); FILE MERGED 2007/08/27 13:28:58 fs 1.41.46.1: #i80930#

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8836c69571f4a328f0ef55ebca24612656326296]

        INTEGRATION: CWS dba24b (1.44.50); FILE MERGED 2007/08/27 13:28:45 fs 1.44.50.1: #i80930#

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [017cc68468d723bc2364c1a30b2705053252d7ad]

        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>  [40093dbd2ed172739664ce43c542689835f059af]

        INTEGRATION: CWS dba24b (1.16.172); FILE MERGED 2007/08/16 06:14:42 oj 1.16.172.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [27464a37af3b06ccfbd3dd8e8042847cf7cc60a8]

        INTEGRATION: CWS dba24b (1.31.96); FILE MERGED 2007/08/16 06:14:42 oj 1.31.96.1: #i56898# clean up of the class structure

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e98633b5de5fa36bd039fa0ed315b255c2e9f073]

        INTEGRATION: CWS dba24b (1.69.28); FILE MERGED 2007/08/27 13:28:16 fs 1.69.28.2: #i80930# 2007/08/22 11:41:57 oj 1.69.28.1: #i76374# handle cross join as natural join now in query design

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4513b342b828c675ea39717ee1886f74cbd6bf9]

        INTEGRATION: CWS dba24b (1.4.1004); FILE MERGED 2007/09/04 21:44:10 fs 1.4.1004.1: during #i73237#: slight refactoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2522299f39dddc9a23dbe654ed7c3f735158626d]

        INTEGRATION: CWS dba24b (1.5.1004); FILE MERGED 2007/09/04 21:44:10 fs 1.5.1004.1: during #i73237#: slight refactoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c31ddd1b1f07488f9d3ee0d54331eda4787d25f7]

        INTEGRATION: CWS dba24b (1.21.108); FILE MERGED 2007/09/04 21:44:10 fs 1.21.108.1: during #i73237#: slight refactoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad560ea74f17dc5b701f8c2291a63ad3d4a82366]

        INTEGRATION: CWS dba24b (1.16.350); FILE MERGED 2007/09/04 21:42:42 fs 1.16.350.1: #i73237# +createFormattedColumnValue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b8d50ed5145dc1f23d9c78d038f71992a7c0851]

        INTEGRATION: CWS dba24b (1.5.480); FILE MERGED 2007/09/04 21:44:21 fs 1.5.480.1: during #i73237#: slight refactoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [852774663f34dffb8885aafeef621eddd40e181c]

        INTEGRATION: CWS dba24b (1.6.480); FILE MERGED 2007/09/04 21:44:21 fs 1.6.480.1: during #i73237#: slight refactoring

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe831abb40546f8deb0fd594fdd6b965ca4ad94]

        INTEGRATION: CWS dba24b (1.20.350); FILE MERGED 2007/10/02 19:16:45 fs 1.20.350.2: #i10000# 2007/09/04 21:43:37 fs 1.20.350.1: #i73237# +createFormattedColumnValue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c36b0d369d6ac8723c2f3fd2f7205c4af61a5ae]

        INTEGRATION: CWS dba24b (1.62.108); FILE MERGED 2007/09/04 21:45:15 fs 1.62.108.1: #i73237# patter fields now use the format of the bound field

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a22f22568520df3976efdd4566c1121e0e49b3a]

        INTEGRATION: CWS thbpp9_SRC680 (1.197.2.2.8); FILE MERGED 2007/10/19 20:45:41 thb 1.197.2.2.8.1: #i81224# re-generated from configure.in

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cb8d6c454aeda1503de015a0bec3996f68ca233]

        INTEGRATION: CWS dba24b (1.14.66); FILE MERGED 2007/09/04 21:12:25 fs 1.14.66.1: cosmetics

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [564b910650c3c3c8bad1a6b2d673f7fe173c09f2]

        INTEGRATION: CWS dba24b (1.17.34); FILE MERGED 2007/09/03 09:20:14 fs 1.17.34.1: during #i76024#: introduced ComponentContext member (more future-proof)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0f9313f5a1bd4da17da8eca0572cc97415e133]

        INTEGRATION: CWS dba24b (1.13.34); FILE MERGED 2007/09/03 09:23:16 fs 1.13.34.1: #i76024# +cachedrowset

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe0690760974f180397e6346cc74f214a019742f]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/09/03 09:23:05 fs 1.1.2.1: #i76024# helper for a cached row set which does not need to be re-executed when nothing changed

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0888a2038c12aa963fc25a2d40923c5ecc01add2]

        INTEGRATION: CWS dba24b (1.8.38); FILE MERGED 2007/09/04 21:14:04 fs 1.8.38.1: #i73237# use a FormattedColumnValue instance for transfering data between the column and the model's Text property

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c2b2e880ca15c6c40bb66abe6c938a8678ce82]

        INTEGRATION: CWS dba24b (1.16.38); FILE MERGED 2007/09/04 21:14:04 fs 1.16.38.1: #i73237# use a FormattedColumnValue instance for transfering data between the column and the model's Text property

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccc7903b6b14db209db705296bf5c2bdb3dcdc7b]

        INTEGRATION: CWS dba24b (1.19.38); FILE MERGED 2007/09/04 21:32:18 fs 1.19.38.2: #i73237# some minor cleanup 2007/09/03 09:21:40 fs 1.19.38.1: #i76024# +m_aListRowSet

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [663ba59b663722f5a8e9281eba1d9775467b28a4]

        INTEGRATION: CWS dba24b (1.52.8); FILE MERGED 2007/09/04 21:32:18 fs 1.52.8.3: #i73237# some minor cleanup 2007/09/04 21:15:08 fs 1.52.8.2: #i73237# use the new FormatterColumnValue class, which encapsulates what we previously did manually (format column values according to the column's format) 2007/09/03 09:22:19 fs 1.52.8.1: #i76024# loadData: cache the row set which is used to fill the list, don't re-execute/re-fill when nothing changed since the last invocation

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0709dfc2f9556b5f09fa535ecfede8cb79f14b9e]

        INTEGRATION: CWS dba24b (1.57.34); FILE MERGED 2007/09/03 09:20:34 fs 1.57.34.1: during #i76024#: introduced ComponentContext member (more future-proof)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd3de2f48d551c9b0617896a967a91aabb06f6c8]

        INTEGRATION: CWS dba24b (1.15.38); FILE MERGED 2007/09/04 21:15:08 fs 1.15.38.1: #i73237# use the new FormatterColumnValue class, which encapsulates what we previously did manually (format column values according to the column's format)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [207e86b3e63bedb0f9f927c0681b3964a6bc2347]

        INTEGRATION: CWS dba24b (1.38.38); FILE MERGED 2007/09/04 21:15:08 fs 1.38.38.1: #i73237# use the new FormatterColumnValue class, which encapsulates what we previously did manually (format column values according to the column's format)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9281f1ef37805bb799db5e9fbed47fe3729e406a]

        INTEGRATION: CWS dba24b (1.11.38); FILE MERGED 2007/09/06 08:02:25 fs 1.11.38.2: fix #i76024# for combo boxes, too 2007/09/04 21:34:57 fs 1.11.38.1: #i73237# use the new FormatterColumnValue class, which encapsulates what we previously did manually (format column values according to the column's format)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [d087bb2f16827cbf50ab6788c62b89137d74a58d]

        INTEGRATION: CWS dba24b (1.36.38); FILE MERGED 2007/09/06 08:02:25 fs 1.36.38.2: fix #i76024# for combo boxes, too 2007/09/04 21:34:57 fs 1.36.38.1: #i73237# use the new FormatterColumnValue class, which encapsulates what we previously did manually (format column values according to the column's format)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [473a3ccf63cc36ac3fa992dcb72d581496cb1bbf]

        INTEGRATION: CWS dba24b (1.24.116); FILE MERGED 2007/08/29 12:05:19 fs 1.24.116.1: during #i80930#: The approach to read the concrete type of the embedded DB from the configuration does not work, there are enough places where we silently assume 'embedded == embedded HSQLDB'

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9573364f6028e94cba6536c6267ddcaf874d21c8]

        INTEGRATION: CWS dba24b (1.5.282); FILE MERGED 2007/09/04 20:44:13 fs 1.5.282.1: #i73237# +createFormattedColumnValue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f574861238399e1b0838f0309d1425bf785267d]

        INTEGRATION: CWS dba24b (1.6.124); FILE MERGED 2007/09/04 20:44:13 fs 1.6.124.1: #i73237# +createFormattedColumnValue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8262ac668844b0a50f1baa88cd50a64676b4c8d7]

        INTEGRATION: CWS dba24b (1.47.26); FILE MERGED 2007/09/28 11:24:43 oj 1.47.26.6: RESYNC: (1.47-1.48); FILE MERGED 2007/08/24 10:16:10 oj 1.47.26.5: #i75557# remove true at bQuote 2007/08/24 06:48:15 oj 1.47.26.4: #i59211# add concat || 2007/08/23 12:10:27 oj 1.47.26.3: #i24079# check for boolean_term inside search_condition 2007/08/23 11:01:57 oj 1.47.26.2: #i22582# little change boolean_factor 2007/08/23 07:24:58 oj 1.47.26.1: #i73215# do not set predicate to false

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60554be98b064ffb92c7899c9e85c1b56fd09e8]

        INTEGRATION: CWS dba24b (1.30.160); FILE MERGED 2007/09/28 11:24:18 oj 1.30.160.3: RESYNC: (1.30-1.31); FILE MERGED 2007/08/24 06:48:15 oj 1.30.160.2: #i59211# add concat || 2007/08/23 13:09:59 oj 1.30.160.1: #i32900# correct scanner for parameter

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0685c5415fd6de23a2c2af748a6b826dc0b66520]

        INTEGRATION: CWS dba24b (1.57.6); FILE MERGED 2007/09/28 11:24:26 oj 1.57.6.5: RESYNC: (1.57-1.58); FILE MERGED 2007/08/30 13:49:21 oj 1.57.6.4: #i61061# add () around search_condition 2007/08/24 08:20:33 oj 1.57.6.3: #i69678# allow functions in group by 2007/08/24 06:48:15 oj 1.57.6.2: #i59211# add concat || 2007/08/23 11:01:57 oj 1.57.6.1: #i22582# little change boolean_factor

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d020421ff51ddf31c172c5e8e6065fc25610e80]

        INTEGRATION: CWS dba24b (1.11.184); FILE MERGED 2007/09/28 11:23:55 oj 1.11.184.2: RESYNC: (1.11-1.12); FILE MERGED 2007/08/31 06:09:27 oj 1.11.184.1: #145282# not initialized var

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fb8cb7e3f6a8f674359e5bc287ea6b4c0cff3f0]

        INTEGRATION: CWS dba24b (1.3.282); FILE MERGED 2007/10/05 06:03:30 oj 1.3.282.2: #145282# use of [] 2007/08/31 06:09:27 oj 1.3.282.1: #145282# not initialized var

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [75fb92261901163b6e52395bf269e298494420ae]

        INTEGRATION: CWS dba24b (1.8.184); FILE MERGED 2007/08/27 06:13:28 oj 1.8.184.1: #i75557# allow functions before like

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fb2a1a4e57ad6d507c3c85bbf14905495abb7bc]

        INTEGRATION: CWS dba24b (1.43.88); FILE MERGED 2007/09/28 11:22:37 oj 1.43.88.2: RESYNC: (1.43-1.44); FILE MERGED 2007/08/31 06:09:26 oj 1.43.88.1: #145282# not initialized var

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [74c4a5fa3f032eddd2744286c280f860be126a8c]

        INTEGRATION: CWS dba24b (1.5.26); FILE MERGED 2007/09/28 11:14:10 oj 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/08/31 09:21:59 oj 1.5.26.1: #i73634# check if driver name is empty and throw if so

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [91688f81bf27f475f4a3c25a732ce376c03a17c0]

        INTEGRATION: CWS dba24b (1.26.124); FILE MERGED 2007/09/28 11:12:43 oj 1.26.124.2: RESYNC: (1.26-1.27); FILE MERGED 2007/08/23 12:17:54 oj 1.26.124.1: #i31030 chanfge to in too

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [2832e240485980f033385433e9c52d4fde53623e]

        INTEGRATION: CWS dba24b (1.24.124); FILE MERGED 2007/08/23 12:17:54 oj 1.24.124.1: #i31030 chanfge to in too

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb13bfb4dcf300e4e500d68f4a6b3ea5ad665a1d]

        INTEGRATION: CWS dba24b (1.26.50); FILE MERGED 2007/08/31 06:11:26 oj 1.26.50.1: #100000# wrong type in property

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f0fd2b68499c69d82cb914ab987ee3ad175c80]

        INTEGRATION: CWS dba24b (1.12.52); FILE MERGED 2007/09/04 20:47:03 fs 1.12.52.1: #i73237# +I18NISOLANGLIB

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e1fcba13ec8444c40658945a705f81bebebd9a]

        INTEGRATION: CWS dba24b (1.30.26); FILE MERGED 2007/09/04 20:46:09 fs 1.30.26.1: #i73237# +formattedcolumvalue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [11ebe4963cb4e05b2aa9c6a92a4d9d1c320b0f26]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/09/04 21:04:40 fs 1.1.2.3: unnecessary includes 2007/09/04 20:52:37 fs 1.1.2.2: #i73237# +getColumn/Update 2007/09/04 20:43:05 fs 1.1.2.1: #i73237# helper class for formatting the content of a DB column

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [932b46d9968c32743b7d906d3cd9f2d50d3005fc]

        INTEGRATION: CWS dba24b (1.16.124); FILE MERGED 2007/09/04 20:45:44 fs 1.16.124.1: spelling

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0bead125c3dfd11a4f4821ada0839f45e6c62fa]

        INTEGRATION: CWS dba24b (1.13.88); FILE MERGED 2007/09/04 20:43:47 fs 1.13.88.1: #i73237# +createFormattedColumnValue

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6a98402c127714f917a0eea51357f41b826df15]

        INTEGRATION: CWS dba24b (1.20.88); FILE MERGED 2007/08/24 06:48:32 oj 1.20.88.1: #i59211# add concat ||

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c60a030b16e408474d2660d4d88644127d402df6]

        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>  [0099f534f6d8215c8752c3a1033a463bf4b0052e]

        INTEGRATION: CWS dba24b (1.1.2); FILE ADDED 2007/09/04 21:04:14 fs 1.1.2.3: make getters virtual 2007/09/04 20:52:32 fs 1.1.2.2: #i73237# +getColumn/Update 2007/09/04 20:43:00 fs 1.1.2.1: #i73237# helper class for formatting the content of a DB column

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [850a284de994948b1d015c3f92f0031aa43a592f]

        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>  [8227686f1027d56b92d4d65fafb0d240f64a40a3]

        INTEGRATION: CWS thbpp9_SRC680 (1.7.22); FILE MERGED 2007/10/17 13:58:07 thb 1.7.22.1: #i77672# Adapting to changed spirit behaviour (should be backward-compatible)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [93955d7bbf618c76dd00efa66797f54e36b1e895]

        INTEGRATION: CWS thbpp9_SRC680 (1.4.22); FILE MERGED 2007/10/17 21:01:29 thb 1.4.22.1: #i82485# Avoid unnecessary repaints

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd1ed45d7c84fc714fc28307370d662d84457b9a]

        INTEGRATION: CWS thbpp9_SRC680 (1.10.484); FILE MERGED 2007/10/17 13:56:01 thb 1.10.484.1: #i77672# Adapting to changed spirit behaviour (should be backward-compatible)

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e327f1eb0f0849c4928931df8c748d8e3742f1af]

        INTEGRATION: CWS thbpp9_SRC680 (1.216.2.2.8); FILE MERGED 2007/10/17 13:54:09 thb 1.216.2.2.8.1: #i81224# Applied patch from rene

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e18bcce01a3e40209e4cc4c8917d40527286395]

        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>  [d03914c563200a8828c49c8ed5f0b9f4e1c181b8]

        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>  [6eda910fb4892d86aa5a38b7fc8514f74dd0200c]

        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>  [d62828d32d75dd6e90ef47ee8142285e10bc491f]

        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>  [9bc57eca692140fbb274e30af1601dccaa74735f]

        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>  [4e805e7c5ac487f047290ecc5cdbf988bd092627]

        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>  [46f23c53b1567ff7b2170574058f76cb2bca2609]

        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>  [a21c08d00838b4c9c215258c5ff490e3f40e4173]

        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>  [54c10c276b1e3669d05d96ed0a725e4e494d0e24]

        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>  [84f66618d86d333030cb93ff7347f0e004ac492e]

        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>  [aa2a1f880ef4f44c2c7d95d22abe49284727c41a]

        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>  [f8c71d25961f3b7e599aa1323d9cc23f1bc88416]

        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>  [6c21d61abb689ba225dfb02744d692330296b51a]

        INTEGRATION: CWS thbpp9_SRC680 (1.24.82); FILE MERGED 2007/10/17 13:52:38 thb 1.24.82.1: #i82666# Ensuring that pdf import extension meets already working hybrid export

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3892cb462f5d7653b09af656a348da62db124e3e]

        INTEGRATION: CWS jl81_SRC680 (1.14.52); FILE MERGED 2007/10/23 13:15:55 jl 1.14.52.4: #i81988# removing OSL_ENSURE 2007/10/19 15:29:14 jl 1.14.52.3: #i81988# 2007/10/19 15:04:36 jl 1.14.52.2: #i81988# 2007/10/19 13:21:55 jl 1.14.52.1: #i81988# office_is_running checks does not open pipe when runngin in soffice.bin

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [694a2eb79476522b4c477c6cc056e076b61770c9]

        INTEGRATION: CWS mav25_SRC680 (1.96.68); FILE MERGED 2007/10/26 10:44:56 mav 1.96.68.1: #i82235# send notification even in the call

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b12957407da361865d833f6dffdc6c45853825a8]

        INTEGRATION: CWS celltrans02 (1.1.2); FILE ADDED 2007/09/06 02:57:32 kohei 1.1.2.4: finished the code generation script. 2007/09/06 00:07:31 kohei 1.1.2.3: routes output to the output file & added default input/output files. 2007/09/05 23:57:44 kohei 1.1.2.2: now the script parses the source text file correctly. 2007/09/05 21:22:21 kohei 1.1.2.1: initial commit for auto-generating cell keyword code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [00295a6ea626a4905cb51f67ed310451b5cfa466]

        INTEGRATION: CWS celltrans02 (1.1.2); FILE ADDED 2007/10/03 20:14:35 kohei 1.1.2.4: added missing hungarian keywords. 2007/10/02 15:36:17 kohei 1.1.2.3: fixed one Hungarian localized keyword for FILENAME. 2007/09/06 02:57:32 kohei 1.1.2.2: finished the code generation script. 2007/09/05 21:22:21 kohei 1.1.2.1: initial commit for auto-generating cell keyword code.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [956937a592162f70f9f26953e9c5b495769aa612]

        INTEGRATION: CWS celltrans02 (1.27.48); FILE MERGED 2007/09/06 16:23:30 kohei 1.27.48.2: use transliteration object to upcase the strings, instead of character classification object. 2007/09/06 03:02:22 kohei 1.27.48.1: added Hungarian keywords & made changes so that the keywords are stored in unicode instead of in ascii.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa6733455ffe9e7f558cf7e2d3b08c7ad12e8f3f]

        INTEGRATION: CWS celltrans02 (1.50.42); FILE MERGED 2007/09/06 16:23:30 kohei 1.50.42.2: use transliteration object to upcase the strings, instead of character classification object. 2007/09/06 03:02:22 kohei 1.50.42.1: added Hungarian keywords & made changes so that the keywords are stored in unicode instead of in ascii.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a07a1464e25a174ac5b8e21a356a20b5bc129cf]

        INTEGRATION: CWS celltrans02 (1.1.2); FILE ADDED 2007/10/03 20:15:32 kohei 1.1.2.3: added missing hungarian keywords. 2007/10/02 15:37:39 kohei 1.1.2.2: fixed one Hungarian localized keyword for FILENAME. 2007/09/06 03:02:22 kohei 1.1.2.1: added Hungarian keywords & made changes so that the keywords are stored in unicode instead of in ascii.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa3d198dbcab91e5707f6e954db830d408505cc]

        INTEGRATION: CWS celltrans02 (1.2.50); FILE MERGED 2007/09/06 17:50:33 kohei 1.2.50.5: minor tweak in the in-line comment. 2007/09/06 16:36:52 kohei 1.2.50.4: Added more in-line comment about the keyword file. 2007/09/06 16:23:30 kohei 1.2.50.3: use transliteration object to upcase the strings, instead of character classification object. 2007/09/06 03:19:23 kohei 1.2.50.2: added mutex guard to protect statically instantiated variables. 2007/09/06 03:02:22 kohei 1.2.50.1: added Hungarian keywords & made changes so that the keywords are stored in unicode instead of in ascii.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e48d9042ab94aa54991fa2b0ffc8a1476c5bcb1a]

        INTEGRATION: CWS celltrans02 (1.2.50); FILE MERGED 2007/09/06 16:23:30 kohei 1.2.50.1: use transliteration object to upcase the strings, instead of character classification object.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f4a893b28005cb710c8cc752e4e161e18a03596]

        INTEGRATION: CWS pppopt03 (1.7.2); FILE MERGED 2007/10/25 09:43:43 sj 1.7.2.3: fixed typo 2007/10/18 11:51:03 sj 1.7.2.2: #i82570# fixed strings 2007/10/15 15:44:55 sj 1.7.2.1: #i82570# fixed strings

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [00f89b36d074cebb875eb6b339ebbfd65f2ec752]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE MERGED 2007/10/15 13:18:03 sj 1.1.2.2: #i82552# fixed licenses 2007/10/15 10:09:28 sj 1.1.2.1: #82552# fixed licenses

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bda18fcfbd3a6b983fde30e637983848f1b2dfa]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE MERGED 2007/10/15 13:18:48 sj 1.1.2.2: #i82552# fixed licenses 2007/10/15 10:09:28 sj 1.1.2.1: #82552# fixed licenses

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f30f5f44c943acc7f31871145a0095b31091c4]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE MERGED 2007/10/15 13:19:00 sj 1.1.2.2: #i82552# fixed licenses 2007/10/15 10:09:28 sj 1.1.2.1: #82552# fixed licenses

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [43648b5b88db1dfb245bd5b3dc53b36c64bfe31e]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE MERGED 2007/10/15 13:18:38 sj 1.1.2.2: #i82552# fixed licenses 2007/10/15 10:09:27 sj 1.1.2.1: #82552# fixed licenses

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b315b2460bc9373c2ffcaae6cf45938d0d328cb5]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE ADDED 2007/10/25 09:46:17 sj 1.1.2.1: initial version

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ae17fbb6786fc66b2c29762072b01c8b08b2b2a]

        INTEGRATION: CWS pppopt03 (1.2.2); FILE MERGED 2007/10/18 11:51:03 sj 1.2.2.2: #i82570# fixed strings 2007/10/15 15:44:55 sj 1.2.2.1: #i82570# fixed strings

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0e4789331f1c480ec42516ec9b2f8d3b0138a3]

        INTEGRATION: CWS pppopt03 (1.4.2); FILE MERGED 2007/10/25 09:47:51 sj 1.4.2.6: fixed typo 2007/10/24 17:44:54 sj 1.4.2.5: graphics moved to default_images 2007/10/24 14:10:08 sj 1.4.2.4: graphics moved to default_images 2007/10/16 13:29:54 sj 1.4.2.3: #i82570# taking care of different spelling on solaris/windows 2007/10/16 08:16:31 sj 1.4.2.2: #i82570# fixed strings 2007/10/15 15:44:55 sj 1.4.2.1: #i82570# fixed strings

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb26216cfe310b9b68af09c0073e061efbf15a23]

        INTEGRATION: CWS reg4ms01 (1.7.8); FILE MERGED 2007/10/22 13:10:54 dv 1.7.8.1: #i82796# Preselect when default is empty or not valid

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3fd616c8c0946bf23ed1011f8547cfcd794cb4f]

        INTEGRATION: CWS pppopt03 (1.3.2); FILE MERGED 2007/10/15 13:46:49 sj 1.3.2.1: #i82551# fixed description xml

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [401d3f8162fa71c113ce2b5ff193dda9f96a6311]

        INTEGRATION: CWS pppopt03 (1.3.2); FILE MERGED 2007/10/18 11:51:03 sj 1.3.2.2: #i82570# fixed strings 2007/10/16 07:54:09 sj 1.3.2.1: #i82570# fixed strings

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f7ba178b21ae2743d0c7e8a29c26f3998cd45e9]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE ADDED 2007/10/24 14:31:50 sj 1.1.2.1: moved graphics from presentation minimizer into default_images

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [e364599802cf7522696c9bd2f3db1ea930db17c2]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE ADDED 2007/10/24 14:31:31 sj 1.1.2.1: moved graphics from presentation minimizer into default_images

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [954db9eac2c3b9d8be5cb48683b8c28bceae00a4]

        INTEGRATION: CWS pppopt03 (1.1.2); FILE ADDED 2007/10/24 14:31:11 sj 1.1.2.1: moved graphics from presentation minimizer into default_images

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [63b3953d2614e5a40e9aa1415e6df0b9166f224e]

        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>  [3c7b02e465c47fd319ebf50ced0ef28138b645c2]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.110.142); FILE MERGED 2007/10/15 11:20:18 fme 1.110.142.1: #i82346# No smart tags painting in page preview

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac18597800fe9ebbd977df6fa985a31a52b4ac60]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.71.24.1.22); FILE MERGED 2007/10/15 09:53:16 fme 1.71.24.1.22.3: #i82346# Check if SwView exists 2007/10/15 09:52:50 fme 1.71.24.1.22.2: #i82346# Check if SwView exists 2007/10/08 14:36:30 od 1.71.24.1.22.1: #i33810# method <SwDocShell::LoadingFinished()> 	 - original fix fails after integration of cws xmlsec11 due to 	   a side-effect. Thus, found new solution to have an modified 	   document after its loading and updating its links.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a7a69766d75023da44c7bacde6d45f137f82d6]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.83.74); FILE MERGED 2007/10/08 12:08:56 od 1.83.74.1: #i81405# method <SwWW8Writer::StoreDoc()> 	 - collect anchored objects before the redline mode is switched.

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d4059d8b17271d046d4be88f9dbdef4f1d2df4]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.52.114.1.14); FILE MERGED 2007/09/24 10:49:08 fme 1.52.114.1.14.1: #i81764# No-length attributes should not be checked against the current paragraph font it they can be discarded

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3c074e58ef1d72f45f01d8809a8f608a6eb6df]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.17.206); FILE MERGED 2007/09/25 08:50:43 ama 1.17.206.1: Fix #i81755': Do not merge different table models

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec7370915ddf5704ae95c83a08b89ea6f422d80]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.47.88); FILE MERGED 2007/09/25 08:52:53 ama 1.47.88.1: Fix #i81755': Do not merge different table models

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b908b45cde78af020b35e817e67bc40b8493f0]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.77.30); FILE MERGED 2007/10/09 14:03:16 ama 1.77.30.1: Fix #i81766#: Export value-type in compatibility mode again

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [41e7dd0254a584a0f6a4db9b4b91d226b374b3cf]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.16.62); FILE MERGED 2007/10/09 12:09:09 ama 1.16.62.1: Fix #i81584#: Version 1.1 instead 1.0

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ea724582e1ecefbf4695a0e900a35ab1c4f53b9]

        INTEGRATION: CWS sw8u9bf01_SRC680 (1.132.30); FILE MERGED 2007/10/09 12:10:02 ama 1.132.30.1: Fix #i81584#: Version 1.1 instead 1.0

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [657c2a74c43c67fde28704b993799c04aaa5c83e]

        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>  [d745d8d5a155aac57d57e847a7e074e6c81fbccd]

        INTEGRATION: CWS atkbridge8_SRC680 (1.21.148); FILE MERGED 2007/10/12 11:38:50 obr 1.21.148.1: #b6581554# fixed incorrect exception specification for GetChild

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd13fc2a765ee93a9a95932e3678855d30b57726]

        INTEGRATION: CWS atkbridge8_SRC680 (1.37.148); FILE MERGED 2007/10/12 11:38:50 obr 1.37.148.1: #b6581554# fixed incorrect exception specification for GetChild

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [947cdc247de8c031508f66b0bc73a910fb9a3cef]

        INTEGRATION: CWS atkbridge8_SRC680 (1.15.148); FILE MERGED 2007/10/12 11:38:50 obr 1.15.148.1: #b6581554# fixed incorrect exception specification for GetChild

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d6f196700b9b3ce3b9c6907b2e154e793a6a983]

        INTEGRATION: CWS atkbridge8_SRC680 (1.2.252); FILE MERGED 2007/10/12 11:38:50 obr 1.2.252.1: #b6581554# fixed incorrect exception specification for GetChild

2007-11-01  Vladimir Glazounov  <vg@openoffice.org>  [442a7d537b76444983130264a97d2b310de01222]

        #i83177# roll back mingw port changes

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d12c3a6f0c7d251c7c89af536159ad1e5cd06c4]

        #i10000#: typo

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [59cfd927126c42c87e0fd20b0e90397d403f626e]

        INTEGRATION: CWS tl48_SRC680 (1.3.8); FILE MERGED 2007/10/09 12:44:01 tl 1.3.8.1: #i81311# fixed warnings from the C runtime library

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [648c70791a3ec303c3eefef8bfe2c7d0f17c3302]

        INTEGRATION: CWS tl48_SRC680 (1.107.26.1.34); FILE MERGED 2007/10/09 11:54:00 tl 1.107.26.1.34.1: #i81812# lcl_GetCellName and lcl_GetCellPosition fixed

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b994d0a0d690a5871853972072fa2eb43e6220d4]

        INTEGRATION: CWS tl48_SRC680 (1.112.26); FILE MERGED 2007/10/09 12:29:58 os 1.112.26.1: #i82142# LayoutSize property fixed

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b5668140a89b76369c5c4b16d7de7863ae196c]

        INTEGRATION: CWS tl48_SRC680 (1.4.6.2.2); FILE MERGED 2007/10/09 12:01:08 tl 1.4.6.2.2.1: #i71993# make Polish dictionaries available by default

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [73880ae41bc68ef51b20d61c06a7945303d8f4f3]

        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>  [9b864ffd064431f66f475b67f499cf53298b6814]

        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-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [87dd86cc3b9cfc431ef3307668ba32bbaf75001a]

        INTEGRATION: CWS tl48_SRC680 (1.2.12); FILE MERGED 2007/10/09 12:44:01 tl 1.2.12.1: #i81311# fixed warnings from the C runtime library

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a687458d0d5358b9105402326294da190be01d42]

        INTEGRATION: CWS tl48_SRC680 (1.20.20); FILE MERGED 2007/10/09 14:31:06 tl 1.20.20.1: #i60474# isValidInAny does no check user dictionaries in all languages

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db32757b33c2ed6354216fd417e82e6cd508027]

        INTEGRATION: CWS tl48_SRC680 (1.58.60); FILE MERGED 2007/10/09 13:14:22 os 1.58.60.1: #i77981# paragraph dialog: check dialog pointer

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [386039c70ec0cf6d38a96b1ffd2854bdc95f2c7a]

        INTEGRATION: CWS tl48_SRC680 (1.7.2.2.12); FILE MERGED 2007/10/09 11:54:00 tl 1.7.2.2.12.1: #i81812# lcl_GetCellName and lcl_GetCellPosition fixed

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2f4a11b0f6b6e6b7f508b1ae48ef2140f43923]

        INTEGRATION: CWS tl48_SRC680 (1.4.36); FILE MERGED 2007/10/17 15:05:18 tl 1.4.36.1: #i81311# fix warning with non-pro build and a possible crash

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [837afbe61ad74180025ce4c74cc1d8b4c0934f51]

        INTEGRATION: CWS tl48_SRC680 (1.4.36); FILE MERGED 2007/10/22 11:07:01 tl 1.4.36.3: warning fixed 2007/10/22 11:05:15 tl 1.4.36.2: warning fixed 2007/10/17 15:05:18 tl 1.4.36.1: #i81311# fix warning with non-pro build and a possible crash

2007-11-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [b95b310287d4ecc5191649eb6c975f7242199f55]

        INTEGRATION: CWS tl48_SRC680 (1.1.186.1.2); FILE MERGED 2007/10/09 12:01:19 tl 1.1.186.1.2.1: #i71993# make Polish dictionaries available by default

2007-10-31  Vladimir Glazounov  <vg@openoffice.org>  [3a28d6b9802482d57fe51cedae33a3a4dd0eadbb]

        #i83041# fix for warning that breaks WaE build

2007-10-30  Oliver Bolte  <obo@openoffice.org>  [ea23f478c214887b285c6ef33ec56370373dc29e]

        #150947# don't check output trees. New platforms added unxmacx etc.

2007-10-30  Rüdiger Timm  <rt@openoffice.org>  [c3dda28dbcd758b78ac51ea2d5bddf2646186461]

        #i10000# Add via 'macosx-create-bundle' created .jnilib links to zip files, remove them for '-delete' option.

2007-10-29  Vladimir Glazounov  <vg@openoffice.org>  [abf2012cd723224e728dc59421dc6edc04ec3494]

        #100000# 0 as initial value

2007-10-29  Vladimir Glazounov  <vg@openoffice.org>  [fbbf04ae07ba83295b8f53700b2302b5445c1440]

        #100000# fix repository

2007-10-29  Oliver Bolte  <obo@openoffice.org>  [ed0abb54904de63aee542ab47b2dc59fb9e2c728]

        #i10000# warning with MacOSX

2007-10-29  Oliver Bolte  <obo@openoffice.org>  [15dd6375b0ec7a4b0b5c55b9c4e21d16eae2699d]

        #i10000# change for MacOSX initialize variable fHeight

2007-10-29  Oliver Bolte  <obo@openoffice.org>  [0bdcbec29a9c15a04bdba9219f1fd87c5f9d207a]

        #i10000# rev. 1.61 + change for MacOSX (initialize variable nStyleValue)

2007-10-29  Vladimir Glazounov  <vg@openoffice.org>  [61b3d417f058d6f56292eb438b4ae81107c5fc5d]

        #100000# initialize variables

2007-10-29  Vladimir Glazounov  <vg@openoffice.org>  [3505f8abbf6545efb525bd460db77c3fdfaa80ae]

        #i83036# fix for regression brougth by CWS so3deadcorpses

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [416f05e60ebfcfe642145ab7be7260fd9622bfd9]

        new version for SRC680

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [dd6fb314acd8183ed06750fbaec0cb3df6ff7f37]

        #100000# re-generated to reflect last changes in configure.in

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [2eb249146bf72c7ecc570886f544a59f259e3fbe]

        SRC680

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [d5710fd274e96a68adc14de685b1d665410cf2a8]

        INTEGRATION: CWS c03v10_SRC680 (1.10.54); FILE MERGED 2007/09/17 15:04:34 rt 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2007/09/11 13:17:50 sb 1.10.54.1: #b6527052# Merged in cws_oog680_sb77.

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [49ac6af3159f2056e4470a80817f013b8af4ab56]

        INTEGRATION: CWS c03v10_SRC680 (1.4.42); FILE MERGED 2007/09/17 15:04:32 rt 1.4.42.2: RESYNC: (1.4-1.8); FILE MERGED 2007/09/11 13:17:50 sb 1.4.42.1: #b6527052# Merged in cws_oog680_sb77.

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [e9abfcc06356dd73c64ad6b40524b31b9c30f5ba]

        INTEGRATION: CWS c03v10_SRC680 (1.55.130); FILE MERGED 2007/09/17 15:04:17 rt 1.55.130.2: RESYNC: (1.55-1.56); FILE MERGED 2007/09/11 13:17:50 sb 1.55.130.1: #b6527052# Merged in cws_oog680_sb77.

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [afe374f0b3eaa8ac9e7c3437c36bd5863821dbfd]

        INTEGRATION: CWS c03v10_SRC680 (1.24.236); FILE MERGED 2007/09/11 13:17:50 sb 1.24.236.1: #b6527052# Merged in cws_oog680_sb77.

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [520d1b966766afd4537fc636d5df38d37f19dcd3]

        INTEGRATION: CWS c03v10_SRC680 (1.31.234); FILE MERGED 2007/09/11 13:17:50 sb 1.31.234.1: #b6527052# Merged in cws_oog680_sb77.

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [78d18d194a4dac3a39829bbe5236e56d11514061]

        INTEGRATION: CWS c03v10_SRC680 (1.2.260); FILE MERGED 2007/10/12 14:57:08 hbrinkm 1.2.260.1: #b6589471# new member SvxMSDffImportRec::nFlags

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [b0f54e8f57932fcec714f762d031d3191a77906f]

        INTEGRATION: CWS c03v10_SRC680 (1.180.20); FILE MERGED 2007/10/16 08:47:17 hbrinkm 1.180.20.2: #b6589471# forgot to remove debug code 2007/10/12 14:59:08 hbrinkm 1.180.20.1: #b6589471# ProcessObj: handle flags, wwSectionManager::SetSegmentToPageDesc: only handle background shapes when setting the background of a page description

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [5bfe436c1f90d1c9fdfea4ba33422a91d78fffc1]

        INTEGRATION: CWS mingwport07 (1.7.10); FILE MERGED 2007/10/16 10:13:03 vg 1.7.10.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [a2c0703c6a316ec3dab6796a149f9b1e5ccfcbfa]

        INTEGRATION: CWS mingwport07 (1.4.26); FILE MERGED 2007/10/18 10:40:58 vg 1.4.26.1: #i71984# MinGW port efforts: resolve confusion between C and C++ interface

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [a4e6ac8fb5be6348c29f87ec42bf0a246e3449ff]

        INTEGRATION: CWS mingwport07 (1.16.2); FILE MERGED 2007/10/18 10:46:11 vg 1.16.2.1: #i71984# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [b1fdb16e1d42293fbe3ea5aa3fb10c1591abfbfc]

        INTEGRATION: CWS mingwport07 (1.3.12); FILE MERGED 2007/10/16 11:56:23 vg 1.3.12.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [7dcd15e3446e9fd3ee7090e5bb38a988d6616087]

        INTEGRATION: CWS mingwport07 (1.19.6); FILE MERGED 2007/10/18 09:24:00 vg 1.19.6.2: #i82653# MinGW port efforts 2007/10/16 14:02:00 vg 1.19.6.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [6fb56def302871abf09064b541305e344d82149d]

        INTEGRATION: CWS mingwport07 (1.49.6); FILE MERGED 2007/10/18 12:29:36 vg 1.49.6.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [5af80c46ff88c8bec35b536be5315819c62b1846]

        INTEGRATION: CWS mingwport07 (1.109.128); FILE MERGED 2007/10/16 10:19:34 vg 1.109.128.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [e2b3671d93ed032b83972fdb105dd8d667554c60]

        INTEGRATION: CWS mingwport07 (1.27.46); FILE MERGED 2007/10/16 10:19:34 vg 1.27.46.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [146f0af1f04ea3a8292ad40af9d868d78b5f033f]

        INTEGRATION: CWS mingwport07 (1.120.118); FILE MERGED 2007/10/19 14:19:44 vg 1.120.118.3: #i82653# MinGW port efforts 2007/10/19 10:53:24 vg 1.120.118.2: #i82653# MinGW port efforts 2007/10/16 10:19:33 vg 1.120.118.1: #i82653# MinGW port efforts

2007-10-26  Vladimir Glazounov  <vg@openoffice.org>  [58c75ed778c4c896cd8cf820875bf2473d0d7c51]

        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-26  Vladimir Glazounov  <vg@openoffice.org>  [9c88be4048ad722d5a75ae7419a3946b68444c96]

        INTEGRATION: CWS l10ntooling07 (1.30.2); FILE MERGED 2007/10/23 16:13:25 ihi 1.30.2.1: #i82771# fixed readme

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [6fdf8f30bbf9ddd85bd646fada663b7f93a0dbfe]

        INTEGRATION: CWS c17v001_SRC680 (1.255.38); FILE MERGED 2007/10/08 11:37:54 sb 1.255.38.1: #150883# Missing PATCH flag.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [2076c215f2347415ba3d2b32f8e23d8b1f1b2bbe]

        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-25  Vladimir Glazounov  <vg@openoffice.org>  [cd83aeb5fdde8184aa8226a9334546c413c1b318]

        INTEGRATION: CWS c17v001_SRC680 (1.41.10); FILE MERGED 2007/09/28 11:33:27 jl 1.41.10.1: #b6606685 we use versioned symbols now for libdb-4.2.so ( Linux only ) to prevent crashes when the libc uses an incompatible libdb from the system.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [677b13f58a51dc277258d854d20dcf94f144f07c]

        INTEGRATION: CWS pythonhcheck_SRC680 (1.216.2.2.6); FILE MERGED 2007/10/15 13:31:04 rene 1.216.2.2.6.1: #i82630# fix Python.h check

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [71520e71cd37d5fd96e7b0a5c1e8925186562655]

        INTEGRATION: CWS updatedutchspellcheck_SRC680 (1.2.62); FILE MERGED 2007/10/18 12:01:41 pjanik 1.2.62.1: #i79051#: Update Dutch dictionary.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [d9eea747117e95539746d02d1dacb244254b6e72]

        INTEGRATION: CWS updatedutchspellcheck_SRC680 (1.2.62); FILE MERGED 2007/10/18 07:52:36 pjanik 1.2.62.1: #i79051#: Update Dutch spellchecker.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [7f66872b28492cc9857beadb6f5306b7b7e033ae]

        INTEGRATION: CWS javastuffor231_SRC680 (1.156.38); FILE MERGED 2007/10/22 14:31:59 rene 1.156.38.2: fix (minor) snafu 2007/10/22 14:07:04 rene 1.156.38.1: #i74751#

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [a4b6dd432adb28867259c7a00b5ae718dacb0f87]

        INTEGRATION: CWS javastuffor231_SRC680 (1.216.2.2.10); FILE MERGED 2007/10/22 14:08:48 rene 1.216.2.2.10.1: #81616# fix jawt check

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [721d5aab99e6481c41b10785309489875a5be943]

        INTEGRATION: CWS updateptbrspellchecker_SRC680 (1.2.18); FILE MERGED 2007/10/24 09:46:29 pjanik 1.2.18.1: #i82837#: Update pr-BT spell checker.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [4eca36a190ac7ec2efcbd37fe2725ddd25d2f306]

        INTEGRATION: CWS updateptbrspellchecker_SRC680 (1.2.18); FILE MERGED 2007/10/24 09:42:21 pjanik 1.2.18.1: #i82837#: Update pt-BR spellchecker.

2007-10-25  Vladimir Glazounov  <vg@openoffice.org>  [fc96c917a554f7602c8895c10fffe47fc115b537]

        INTEGRATION: CWS updateptbrspellchecker_SRC680 (1.2.18); FILE MERGED 2007/10/24 09:39:13 pjanik 1.2.18.1: #i82837#: Update pt-BR spellchecker.

2007-10-25  Oliver Bolte  <obo@openoffice.org>  [7b38eebc639cd23ec6a8f8f93fa96ce2e4d4495a]

        #i82958# build breaks on WITH_MOZILLA=NO setting

2007-10-24  Rüdiger Timm  <rt@openoffice.org>  [bb91a36b0732daaf35189b6f49d7a530fb27d327]

        Do not deliver 'myworld.mk'

2007-10-24  Tobias Krause  <tkr@openoffice.org>  [13a0ba54bef61926109fb3179b55d1a78c29603c]

        #31053# HTTPS WebDAV (cygwin)

2007-10-24  Oliver Bolte  <obo@openoffice.org>  [bfbb85ef15b0a77caf1a15d918f5cd4d6f688475]

        #i10000# SYSTEM_NAS removed for MacOSX

2007-10-24  Oliver Bolte  <obo@openoffice.org>  [f23a7baeb4ae1aaf28566d8e5ece1850511a8c7e]

        #i10000# setting SYSTEM_CURL and SYSTEM_LIBXML to YES for unxmacxi

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [85a02e9d2b02aca67a6bd8b53231f8e7b9722088]

        INTEGRATION: CWS so3deadcorpses (1.71.14); FILE MERGED 2007/09/11 10:58:35 fs 1.71.14.1: #i81309# so3 is dead, long live binfilter/bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1e232bfea0dadf928ec525d5de31792c2e6c4123]

        INTEGRATION: CWS so3deadcorpses (1.256.14); FILE MERGED 2007/09/11 10:58:35 fs 1.256.14.1: #i81309# so3 is dead, long live binfilter/bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b418f122a546a46e4a199b91a002aebd62f6cf4a]

        INTEGRATION: CWS so3deadcorpses (1.1.1474); FILE MERGED 2007/09/10 10:03:37 fs 1.1.1474.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [3d894e0cebe982f5244d744f2eed35200554f182]

        INTEGRATION: CWS so3deadcorpses (1.4.1482); FILE MERGED 2007/09/10 10:03:37 fs 1.4.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c3c3e13b426101c83e992c244c51926de2e35d3e]

        INTEGRATION: CWS so3deadcorpses (1.2.660); FILE MERGED 2007/09/10 10:03:36 fs 1.2.660.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8ae9b6ea261578228dcb17da5e5aa5d9f0ef19fc]

        INTEGRATION: CWS so3deadcorpses (1.4.1482); FILE MERGED 2007/09/10 10:03:36 fs 1.4.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6c4b4cd1a8c9b56c38c8a78fa741e22b690b784a]

        INTEGRATION: CWS so3deadcorpses (1.2.1080); FILE MERGED 2007/09/10 10:03:36 fs 1.2.1080.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [72ca95198fe68f0224454e1b1b6c5249e781a637]

        INTEGRATION: CWS so3deadcorpses (1.1.1448); FILE MERGED 2007/09/10 10:03:36 fs 1.1.1448.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [161873123e76dd0de7276da83563dd7e1c19ab3d]

        INTEGRATION: CWS so3deadcorpses (1.1.1452); FILE MERGED 2007/09/10 10:03:35 fs 1.1.1452.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b3f640709c321d4888169c23d553e2991beab62f]

        INTEGRATION: CWS so3deadcorpses (1.4.1482); FILE MERGED 2007/09/10 10:03:35 fs 1.4.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0c6f2ef93309c3edac29cf35810114b7808aa0ca]

        INTEGRATION: CWS so3deadcorpses (1.3.1346); FILE MERGED 2007/09/10 10:03:35 fs 1.3.1346.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [72e6e73b0543419964205a76d9947f43721db576]

        INTEGRATION: CWS so3deadcorpses (1.2.1052); FILE MERGED 2007/09/10 10:03:35 fs 1.2.1052.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6059dd095dedfff67c34ce0ccdfe70f7840a6386]

        INTEGRATION: CWS so3deadcorpses (1.3.1482); FILE MERGED 2007/09/10 10:03:35 fs 1.3.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a9377c2af7c9e802a1b7304412c8c862f25df847]

        INTEGRATION: CWS so3deadcorpses (1.2.1030); FILE MERGED 2007/09/10 10:03:35 fs 1.2.1030.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cc488dd4d7a159dc0802bda799a2f0ba9a10eccb]

        INTEGRATION: CWS so3deadcorpses (1.2.660); FILE MERGED 2007/09/10 10:03:35 fs 1.2.660.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [698f2d043bb3a712c8d415f209b0cd976bf1c8fe]

        INTEGRATION: CWS so3deadcorpses (1.3.1482); FILE MERGED 2007/09/10 10:03:34 fs 1.3.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [dd33f77020a2e9fc7028e44539e6f1c0c95eedaa]

        INTEGRATION: CWS so3deadcorpses (1.2.1482); FILE MERGED 2007/09/10 10:03:34 fs 1.2.1482.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [867fdb35d5c61c85e85ceaa4e123eee22ee6f54e]

        INTEGRATION: CWS so3deadcorpses (1.1.1452); FILE MERGED 2007/09/10 10:03:34 fs 1.1.1452.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c65fed7a7f447737426b4bcf4bb31d6085a1639e]

        INTEGRATION: CWS so3deadcorpses (1.2.736); FILE MERGED 2007/09/10 10:03:34 fs 1.2.736.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1609346410f3e2ce2905637ba7829e5fb0ef0e3e]

        INTEGRATION: CWS so3deadcorpses (1.36.78); FILE MERGED 2007/09/09 18:47:59 fs 1.36.78.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8a70eefd213c6b5dc502c8c856918ee3f77d0203]

        INTEGRATION: CWS so3deadcorpses (1.14.144); FILE MERGED 2007/09/09 18:47:58 fs 1.14.144.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b347f9113e44b5460e2d9054c5b419a479006b5a]

        INTEGRATION: CWS so3deadcorpses (1.16.78); FILE MERGED 2007/09/09 18:47:58 fs 1.16.78.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ffaa504441a5ccb3f06bc851e4a17cbce53e184e]

        INTEGRATION: CWS so3deadcorpses (1.24.136); FILE MERGED 2007/09/09 18:47:58 fs 1.24.136.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d2328283068cf1af600e15b848eaaa8cd490eefb]

        INTEGRATION: CWS so3deadcorpses (1.5.244); FILE MERGED 2007/09/09 18:47:58 fs 1.5.244.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2c63ae2ed9f8491c0438bab2882bbab1b5e768fd]

        INTEGRATION: CWS so3deadcorpses (1.14.78); FILE MERGED 2007/09/09 18:47:58 fs 1.14.78.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [4a56bcf8ce5471f648964525b89601582f2af159]

        INTEGRATION: CWS so3deadcorpses (1.92.50); FILE MERGED 2007/09/09 18:47:58 fs 1.92.50.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [375ddc8a96c34d4a42fd7f4fcf85a47063c438ce]

        INTEGRATION: CWS so3deadcorpses (1.11.144); FILE MERGED 2007/09/09 18:47:58 fs 1.11.144.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c6d2393eb5aea865279e9c5f51615255a838922f]

        INTEGRATION: CWS so3deadcorpses (1.20.82); FILE MERGED 2007/09/09 18:47:57 fs 1.20.82.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cfe9c14f40d4417d34cbd5a6137f6736754b114c]

        INTEGRATION: CWS so3deadcorpses (1.21.230); FILE MERGED 2007/09/09 18:47:57 fs 1.21.230.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9c9840aa7f5037241c4dff950a25681bcbc0c87d]

        INTEGRATION: CWS so3deadcorpses (1.9.542); FILE MERGED 2007/09/10 10:02:52 fs 1.9.542.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7b5e60e7441c2649a484602288db21f524a9572c]

        INTEGRATION: CWS so3deadcorpses (1.15.144); FILE MERGED 2007/09/09 18:47:57 fs 1.15.144.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5c89e5e5fec41bd85de0cc3835b151f01feda185]

        INTEGRATION: CWS so3deadcorpses (1.51.78); FILE MERGED 2007/09/09 18:47:57 fs 1.51.78.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [e6f82a4cd340781440b260a88f0e6d43db4d67c9]

        INTEGRATION: CWS so3deadcorpses (1.39.136); FILE MERGED 2007/09/09 18:47:57 fs 1.39.136.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ef9d035c8859f9788f86c98d8453d23ad5a3cc04]

        INTEGRATION: CWS so3deadcorpses (1.28.50); FILE MERGED 2007/09/09 18:47:57 fs 1.28.50.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [bcc6dc518a8d1d14fdec1e985b474cc56fbd9ecf]

        INTEGRATION: CWS so3deadcorpses (1.17.82); FILE MERGED 2007/09/09 18:47:56 fs 1.17.82.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [53a2c2ed172c11a03133a3383a8995837200c93e]

        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>  [cf67a3db0b5fde5d8ac19891ebcc51da49dea5d8]

        INTEGRATION: CWS so3deadcorpses (1.117.54); FILE MERGED 2007/09/11 08:22:14 fs 1.117.54.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9346707a107691d868152802e3d2e61d5285348c]

        INTEGRATION: CWS so3deadcorpses (1.14.114); FILE MERGED 2007/09/09 18:48:36 fs 1.14.114.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1273dc84e0e22b209e56de2561f2832a42458288]

        INTEGRATION: CWS so3deadcorpses (1.8.42); FILE MERGED 2007/09/11 08:28:04 fs 1.8.42.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [84b0b86e06174ed5c44302a3b612f6e44cd3c9ee]

        INTEGRATION: CWS so3deadcorpses (1.3.24); FILE MERGED 2007/09/08 12:44:27 fs 1.3.24.1: #i75189#

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [12188dc9dddbb50b7ebdbfde292337813b630f03]

        INTEGRATION: CWS so3deadcorpses (1.12.46); FILE MERGED 2007/09/08 12:45:02 fs 1.12.46.1: #i75189# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5142837b199bbc9d5c56bb0041b4bd8f4a2211e6]

        INTEGRATION: CWS so3deadcorpses (1.46.26); FILE MERGED 2007/09/09 18:46:37 fs 1.46.26.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [f433ca37f24d644ea530054a4fdc09ff3666c8df]

        INTEGRATION: CWS so3deadcorpses (1.24.46); FILE MERGED 2007/09/09 18:46:37 fs 1.24.46.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [334d72bf590ca6e0cff9c150a9a71e5376070068]

        INTEGRATION: CWS so3deadcorpses (1.3.64); FILE MERGED 2007/09/09 18:46:17 fs 1.3.64.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ada1d47ae2c2e940150d53e4a49a9674aa191994]

        INTEGRATION: CWS so3deadcorpses (1.18.114); FILE MERGED 2007/09/09 18:49:04 fs 1.18.114.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6355d3f57ce1cbc7e4e39e303f103904f2707693]

        INTEGRATION: CWS so3deadcorpses (1.9.256); FILE MERGED 2007/09/09 18:49:23 fs 1.9.256.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [45dc39eda7885570e6af488ba60c7bac0576709e]

        INTEGRATION: CWS so3deadcorpses (1.26.104); FILE MERGED 2007/09/11 08:26:24 fs 1.26.104.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0857805fc18eb9ed7ca32242bdf2a4f7d3038593]

        INTEGRATION: CWS so3deadcorpses (1.3.204); FILE MERGED 2007/09/09 18:48:54 fs 1.3.204.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [62922dec1b8a4d69c5b5e602326870a3bd536a06]

        INTEGRATION: CWS so3deadcorpses (1.9.16); FILE MERGED 2007/09/11 08:29:36 fs 1.9.16.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [814aa1ddf6a7fabfb0207e540c72b026f368b8ba]

        INTEGRATION: CWS so3deadcorpses (1.6.28); FILE MERGED 2007/09/12 12:09:07 fs 1.6.28.1: #i81309# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b4da3546b50c5ccc35a3ad528e51b026f51a0b3f]

        INTEGRATION: CWS so3deadcorpses (1.19.22); FILE MERGED 2007/09/25 07:39:24 fs 1.19.22.4: #i10000# bf_offmgr/util depends on bf_so3/util 2007/09/13 08:11:22 fs 1.19.22.3: #i81309# 2007/09/11 12:48:56 fs 1.19.22.2: #i10000# 2007/09/11 08:33:44 fs 1.19.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a7a212a3e51a1b9696e9767a2ac6838e4bd423c4]

        INTEGRATION: CWS so3deadcorpses (1.4.118); FILE MERGED 2007/09/11 08:33:44 fs 1.4.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7cf76162930fe5fd05d7e30beeca227cd2f2d21f]

        INTEGRATION: CWS so3deadcorpses (1.4.22); FILE MERGED 2007/09/11 08:33:44 fs 1.4.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [56ab2be5e4717fcae5597e20ea82a59e228b7753]

        INTEGRATION: CWS so3deadcorpses (1.8.118); FILE MERGED 2007/09/11 08:33:44 fs 1.8.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [4606e997aec2d5f3480fcc6294d79f650bd0c2cb]

        INTEGRATION: CWS so3deadcorpses (1.8.84); FILE MERGED 2007/09/11 08:33:44 fs 1.8.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7a942057c3a1c0f91654ff320999afd8d2f40e79]

        INTEGRATION: CWS so3deadcorpses (1.4.246); FILE MERGED 2007/09/11 08:33:44 fs 1.4.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [bd781795d0c3b5680b2183cb4ea46678200a91c9]

        INTEGRATION: CWS so3deadcorpses (1.7.100); FILE MERGED 2007/09/11 08:33:44 fs 1.7.100.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ef2a7d794bc09ca0d6301ef517b85d132d35a2a9]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:33:44 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [88f617170b4caa05e15f859d81c28aeebdca0f28]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:33:44 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [af195673b8b6599fa1ce529f9f8c333f09671a8c]

        INTEGRATION: CWS so3deadcorpses (1.7.20); FILE MERGED 2007/09/11 08:33:44 fs 1.7.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8438370d2f481f49fcf336db8d7bb414b5d59961]

        INTEGRATION: CWS so3deadcorpses (1.4.22); FILE MERGED 2007/09/11 08:33:43 fs 1.4.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0a7bb76cf3f485159271f58f918bacbd1e89623c]

        INTEGRATION: CWS so3deadcorpses (1.7.22); FILE MERGED 2007/09/11 08:33:43 fs 1.7.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8f740b35aeefeb482155ae60f67206eb00cd0e37]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:22 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1fe8e027497320ea32b9fd2b01a4d45a81468fc6]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:32 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a7fe8949e78fc5fe133e9c98816ca09eb55cff74]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:21 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6bb58181bbe2b4f2c6419886859bf7d5501f7c28]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 08:10:57 fs 1.1.2.2: #i81309# ResMgr not being NULL, but explicitly referring to bf_ofa resource 2007/09/11 08:39:21 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5fa1d76ff45b8298cab0aa78e5ea5a2a4f1ac9c9]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 20:02:41 fs 1.1.2.2: #i75200# SvObjectServer now living in own namespace 2007/09/11 08:39:21 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7142e4c73e3d87774f4f2279b38b04eba449bbf0]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:20 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [4e57e30f75c4fc7b391213b08c3b0b7ecb5b12f3]

        INTEGRATION: CWS so3deadcorpses (1.4.22); FILE MERGED 2007/09/11 08:33:43 fs 1.4.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [85fc55e18cb27d2ac99373cfc9e9636e7eab3c92]

        INTEGRATION: CWS so3deadcorpses (1.8.22); FILE MERGED 2007/09/11 08:33:43 fs 1.8.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7936561736864e407265f5c0974723a4e4038f12]

        INTEGRATION: CWS so3deadcorpses (1.5.22); FILE MERGED 2007/09/11 08:33:43 fs 1.5.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [02358a9dfc854891e51099f9b9f1645daa49c57d]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:33:43 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [540df3c47b5904d16026d0b16023b5d8eb482c0d]

        INTEGRATION: CWS so3deadcorpses (1.6.30); FILE MERGED 2007/09/11 08:33:43 fs 1.6.30.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9d08d20a60456c94cd8d5ea848b5aa2d34113a5a]

        INTEGRATION: CWS so3deadcorpses (1.4.118); FILE MERGED 2007/09/11 08:33:43 fs 1.4.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cef04745745fa6895ce76802800fea59ce3a75fe]

        INTEGRATION: CWS so3deadcorpses (1.8.22); FILE MERGED 2007/09/13 08:10:20 fs 1.8.22.1: during #i81309#: seems SfxLinkItem is unused

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b9b1a2b58d1cb33fb9a5b0245c16501faf601b92]

        INTEGRATION: CWS so3deadcorpses (1.6.22); FILE MERGED 2007/09/11 08:33:43 fs 1.6.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [163e8ffc929b9e5069c09f2f3415efd02ee4cd97]

        INTEGRATION: CWS so3deadcorpses (1.4.246); FILE MERGED 2007/09/11 08:33:43 fs 1.4.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [f1422b1ec0afb2512325510bfd332c9a3a4f9562]

        INTEGRATION: CWS so3deadcorpses (1.4.22); FILE MERGED 2007/09/11 08:33:42 fs 1.4.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a62be4d1c94b2bfcda4170ed5220a70fd16d8fb3]

        INTEGRATION: CWS so3deadcorpses (1.5.22); FILE MERGED 2007/09/11 08:33:42 fs 1.5.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c89342207bfe202a659f8b1cc39b007f2dbc3f89]

        INTEGRATION: CWS so3deadcorpses (1.8.84); FILE MERGED 2007/09/11 08:33:42 fs 1.8.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [39292d5e0c2fbaa0cb8f657ae45d72db59d38262]

        INTEGRATION: CWS so3deadcorpses (1.3.246); FILE MERGED 2007/09/11 08:33:42 fs 1.3.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8ab2ff02dd52597e068cece98e6cf617e469a6b2]

        INTEGRATION: CWS so3deadcorpses (1.5.84); FILE MERGED 2007/09/11 08:33:42 fs 1.5.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c1abbc88caa1de79f4d3d571f2b50b07f10abac3]

        INTEGRATION: CWS so3deadcorpses (1.4.118); FILE MERGED 2007/09/11 08:33:42 fs 1.4.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0e8f79d0bb75fc49f2a0201103f6b7ec122ed462]

        INTEGRATION: CWS so3deadcorpses (1.8.22); FILE MERGED 2007/09/13 08:10:41 fs 1.8.22.1: #i81309# namespaces in OFA_APP

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [4bb91d748367f436e33573d2449648eb2a6ad034]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:33:42 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [437add5fe6201f3f171c316d7c20ed21d9dbc7c3]

        INTEGRATION: CWS so3deadcorpses (1.8.62); FILE MERGED 2007/09/11 08:33:42 fs 1.8.62.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [490ab4f2a729d1827ea95e42b45fcdaf88cac2e9]

        INTEGRATION: CWS so3deadcorpses (1.9.22); FILE MERGED 2007/09/11 08:33:42 fs 1.9.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [05f85dc08c6982654671d560961b2d67fcc84ecc]

        INTEGRATION: CWS so3deadcorpses (1.8.54); FILE MERGED 2007/09/11 08:33:41 fs 1.8.54.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [38ef2b14c8a3d6bcd4c2e94db3ca211ab9a6fcbd]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:33:41 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d3d4828ddfae24a2b629b89975dd8cc1cf7c83fe]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:33:41 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [54c588a61e3fa03e71a2ffb400c55e3d63f5d4f0]

        INTEGRATION: CWS so3deadcorpses (1.16.22); FILE MERGED 2007/09/11 08:33:40 fs 1.16.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [061c3cfb3711098e0a05922702a5853309bd60dc]

        INTEGRATION: CWS so3deadcorpses (1.9.20); FILE MERGED 2007/09/11 08:33:40 fs 1.9.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [bf586ed0aef56d3d7fa4f03b3744aab01e2fb9fb]

        INTEGRATION: CWS so3deadcorpses (1.6.22); FILE MERGED 2007/09/11 08:33:40 fs 1.6.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2a334aa3936ed6d5c4555804e5cdf7f799dbd456]

        INTEGRATION: CWS so3deadcorpses (1.8.84); FILE MERGED 2007/09/11 08:33:40 fs 1.8.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d47d8d4ec5a1369a5a795d7fb541dc3b999ae454]

        INTEGRATION: CWS so3deadcorpses (1.9.22); FILE MERGED 2007/09/08 12:48:14 fs 1.9.22.1: #i75189# UpdateAllLinks singnature in so3 changed

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [66eaf27318a9a51cf576c41e01ffe19f362d4484]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:33:40 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [03005c1b600458fd36d43f87fd2e8eb06d8ecf5a]

        INTEGRATION: CWS so3deadcorpses (1.4.244); FILE MERGED 2007/09/11 08:33:39 fs 1.4.244.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [f61766d512765ccda755d4af3c1e6c3d350707a0]

        INTEGRATION: CWS so3deadcorpses (1.12.20); FILE MERGED 2007/09/11 08:33:39 fs 1.12.20.2: #i81309# so3 is dead, long live bf_so3 2007/09/08 12:48:35 fs 1.12.20.1: #i75189# so3 is dead

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [e10f01c176eee934f04691b38d01c49e11d9d5cf]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:33:39 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7495fc3b5e06bfff0d8ce707bb6d500b8f550da2]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:33:39 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0e7f6122a99aa982b994be42e76c72f6e8d98523]

        INTEGRATION: CWS so3deadcorpses (1.7.20); FILE MERGED 2007/09/11 08:33:39 fs 1.7.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b13833e7ce5212e04415c4a7ebd3702a0e259b7d]

        INTEGRATION: CWS so3deadcorpses (1.6.22); FILE MERGED 2007/09/11 08:33:39 fs 1.6.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [369fc983fe4c77d87cc669612538bbe73e0d00c6]

        INTEGRATION: CWS so3deadcorpses (1.14.20); FILE MERGED 2007/09/11 08:33:38 fs 1.14.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ff13b61659369c80437576da09d151e4032db763]

        INTEGRATION: CWS so3deadcorpses (1.12.20); FILE MERGED 2007/09/11 08:33:38 fs 1.12.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [dc368503c453eb9f76a87d836e9a133b3f2c67d1]

        INTEGRATION: CWS so3deadcorpses (1.10.22); FILE MERGED 2007/09/11 08:33:38 fs 1.10.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8846794708b613d46bbbf2b41a87b5d0dc945fa4]

        INTEGRATION: CWS so3deadcorpses (1.4.246); FILE MERGED 2007/09/11 08:30:57 fs 1.4.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [290fb38e3c5639b99c96661cd1cd3c4f8dd9c251]

        INTEGRATION: CWS so3deadcorpses (1.9.118); FILE MERGED 2007/09/11 08:30:57 fs 1.9.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6640aa5716efce27b84bceb231effeaa11607b3a]

        INTEGRATION: CWS so3deadcorpses (1.7.118); FILE MERGED 2007/09/11 08:30:57 fs 1.7.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ab7da9bd6ab7e369afa5024a06975861dc2f65b0]

        INTEGRATION: CWS so3deadcorpses (1.7.2); FILE MERGED 2007/09/11 08:30:56 fs 1.7.2.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [fd04fb6b38c71a9a6a2a484cdb27f341d1ab3921]

        INTEGRATION: CWS so3deadcorpses (1.8.168); FILE MERGED 2007/09/11 08:30:56 fs 1.8.168.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [03e69251cc059b241bc5cfb4a7a2a81afdda54e8]

        INTEGRATION: CWS so3deadcorpses (1.9.84); FILE MERGED 2007/09/11 08:30:56 fs 1.9.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [90555d72402cccfef0edb374761679bc4e5ff0c8]

        INTEGRATION: CWS so3deadcorpses (1.11.84); FILE MERGED 2007/09/11 08:30:56 fs 1.11.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7f04256c1c3f5010cfad31aaafe8329c3c998533]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:30:56 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a98a51f63f82b76a6e0b9d06b37952ba101bb978]

        INTEGRATION: CWS so3deadcorpses (1.7.98); FILE MERGED 2007/09/11 08:30:56 fs 1.7.98.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [59419ae87f569b1d7938eaa8c176ea6dcf75dcf4]

        INTEGRATION: CWS so3deadcorpses (1.10.84); FILE MERGED 2007/09/11 08:30:55 fs 1.10.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ca61c5c4e9601e63680bb935486771a5a37e33cb]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:30:55 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [16d2d7359eae0f9bca46356e591e5991681375f4]

        INTEGRATION: CWS so3deadcorpses (1.5.84); FILE MERGED 2007/09/11 08:30:55 fs 1.5.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [69cdf21c21ca6dd14f02cf91d9db2013cc294b6c]

        INTEGRATION: CWS so3deadcorpses (1.6.160); FILE MERGED 2007/09/11 08:30:55 fs 1.6.160.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a9087dd3719b4b9ca2e976ccd4bd385a5628578a]

        INTEGRATION: CWS so3deadcorpses (1.8.84); FILE MERGED 2007/09/11 08:30:55 fs 1.8.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0815390afa84c63f54825a84d2da1c5785ac0cd9]

        INTEGRATION: CWS so3deadcorpses (1.6.244); FILE MERGED 2007/09/11 08:30:55 fs 1.6.244.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ddd02c25befd333b9e5df6752d636ac748e754cc]

        INTEGRATION: CWS so3deadcorpses (1.7.106); FILE MERGED 2007/09/11 08:30:55 fs 1.7.106.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [3a42fc3c0e255d73c9e3d292fd6808f680a6a905]

        INTEGRATION: CWS so3deadcorpses (1.6.90); FILE MERGED 2007/09/11 08:30:54 fs 1.6.90.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [21d137314c4a5adc364b46fae3495501b2faf5d5]

        INTEGRATION: CWS so3deadcorpses (1.10.84); FILE MERGED 2007/09/11 08:30:54 fs 1.10.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c4ef808d2d8d2855fd6db1f41e8ab80e7614efea]

        INTEGRATION: CWS so3deadcorpses (1.11.2); FILE MERGED 2007/09/11 08:30:54 fs 1.11.2.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [3ca7213289ac7131a72343937d325d0a5328fbf6]

        INTEGRATION: CWS so3deadcorpses (1.13.84); FILE MERGED 2007/09/11 08:30:54 fs 1.13.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0990028122a8f042c0a4cc75d6d8f70f8207983e]

        INTEGRATION: CWS so3deadcorpses (1.9.118); FILE MERGED 2007/09/11 08:30:54 fs 1.9.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9cbba878de11c2bcc37045ec97460c929f040053]

        INTEGRATION: CWS so3deadcorpses (1.11.52); FILE MERGED 2007/09/11 08:30:54 fs 1.11.52.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0110ba269d64c37adaef00267f8a721e5d6d3699]

        INTEGRATION: CWS so3deadcorpses (1.9.84); FILE MERGED 2007/09/11 08:30:54 fs 1.9.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d32f10a3f0848b8ac7ce6c05f934cecdddb2f594]

        INTEGRATION: CWS so3deadcorpses (1.7.84); FILE MERGED 2007/09/11 08:30:54 fs 1.7.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c5ea3b3114a06ea6dea1917aca8ef094ae445dc2]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:30:54 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ce204f8287756b1ab7908ebc57da2e40e0eeeb06]

        INTEGRATION: CWS so3deadcorpses (1.11.2); FILE MERGED 2007/09/11 08:30:53 fs 1.11.2.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [92e87214f8a1ee6db4d992310afa96ab6fb11a92]

        INTEGRATION: CWS so3deadcorpses (1.7.84); FILE MERGED 2007/09/11 08:30:53 fs 1.7.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [35d6dd8bb394a6178abd3fa38ee36aac7e1f4d29]

        INTEGRATION: CWS so3deadcorpses (1.9.22); FILE MERGED 2007/09/11 08:30:53 fs 1.9.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [4e7d48d77310024fe0107c9b50525e6baafb52cd]

        INTEGRATION: CWS so3deadcorpses (1.9.84); FILE MERGED 2007/09/11 08:30:53 fs 1.9.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [87ea812487c0b0305abad7421e36262d5d6e08a3]

        INTEGRATION: CWS so3deadcorpses (1.8.106); FILE MERGED 2007/09/11 08:30:52 fs 1.8.106.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b45b1e52adce3e93af97348a795a2313c0d6bb70]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:30:52 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2d8cdc45e9ab744a75b0cbe1c7ddec5dcef89b6a]

        INTEGRATION: CWS so3deadcorpses (1.16.22); FILE MERGED 2007/09/11 08:30:52 fs 1.16.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [46d3b70c1e7d3e6766f07ea55ae9fcc073aea2a3]

        INTEGRATION: CWS so3deadcorpses (1.7.118); FILE MERGED 2007/09/11 08:30:52 fs 1.7.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [809240c207845ae77a2aed82270e66d5bda20450]

        INTEGRATION: CWS so3deadcorpses (1.10.84); FILE MERGED 2007/09/11 08:30:52 fs 1.10.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2ca8922561e4ab57409207dc8551b6361b669da1]

        INTEGRATION: CWS so3deadcorpses (1.9.84); FILE MERGED 2007/09/11 08:30:52 fs 1.9.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9547b692e75f0a3f00c2cd49ff83ac754a776c09]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:30:52 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0525a07dff6989d41ef251f48354aa5ddc0be0cf]

        INTEGRATION: CWS so3deadcorpses (1.7.100); FILE MERGED 2007/09/11 08:30:52 fs 1.7.100.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [eed7773183ddf7259fe1d546ee0c9b35d40b83ec]

        INTEGRATION: CWS so3deadcorpses (1.6.100); FILE MERGED 2007/09/11 08:30:51 fs 1.6.100.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8732aecbab4d6b5e0f2f5874b6c421851e40d9be]

        INTEGRATION: CWS so3deadcorpses (1.11.84); FILE MERGED 2007/09/11 08:30:51 fs 1.11.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [e3c6c4157c966cb16e017288d55491749e16d268]

        INTEGRATION: CWS so3deadcorpses (1.7.118); FILE MERGED 2007/09/11 08:30:51 fs 1.7.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [678bb5060b59637c21d5df0b8627fe432b38fedc]

        INTEGRATION: CWS so3deadcorpses (1.11.100); FILE MERGED 2007/09/11 08:30:51 fs 1.11.100.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [54cccff7061ed81565a57b04ba75b7c50395b3e2]

        INTEGRATION: CWS so3deadcorpses (1.9.118); FILE MERGED 2007/09/11 08:30:51 fs 1.9.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c1ec7b298943087e6129a70a6ba4b8813c6830ef]

        INTEGRATION: CWS so3deadcorpses (1.11.38); FILE MERGED 2007/09/11 08:30:51 fs 1.11.38.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ce2d2db70c20a6d4ebe053799cd514ff7f40a050]

        INTEGRATION: CWS so3deadcorpses (1.10.118); FILE MERGED 2007/09/11 08:30:51 fs 1.10.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8cb6aa8c40a7fe1c0c0e9243f897cba9f03292e0]

        INTEGRATION: CWS so3deadcorpses (1.16.2); FILE MERGED 2007/09/11 08:30:51 fs 1.16.2.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cd08fd5a1ba4d0f7634079f919e58551d0e9a76d]

        INTEGRATION: CWS so3deadcorpses (1.12.38); FILE MERGED 2007/09/11 08:30:51 fs 1.12.38.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [e75233caddb9be4d7e1e72652ce08979cfdb9e9c]

        INTEGRATION: CWS so3deadcorpses (1.10.22); FILE MERGED 2007/09/11 08:30:51 fs 1.10.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [faf611c123053ea1e7c273d6253cc33b3c59cac9]

        INTEGRATION: CWS so3deadcorpses (1.8.22); FILE MERGED 2007/09/11 08:30:50 fs 1.8.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ce6d357b9a4bbf23d6f9651aa26332f690f01875]

        INTEGRATION: CWS so3deadcorpses (1.7.20); FILE MERGED 2007/09/11 08:30:50 fs 1.7.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b03d61a179f93c1b0784c840a33f5f619725dd28]

        INTEGRATION: CWS so3deadcorpses (1.12.22); FILE MERGED 2007/09/11 08:30:50 fs 1.12.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [125af3d7daebfa8ac5a437aa07aac62d87d30585]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:30:50 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9eb0e8b8919c5e597ddec75abedaab68f3537893]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:43:42 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7204263ec7dc2525a75e96f101814fcb7a931791]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:43:32 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [915c5652a936641889a0fd297ac4b9cc9c2848e4]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:43:27 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2b3d80b275d7b5fe59d69afc334747cc6076062a]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:43:18 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0a2dd4d4080fb171afc284f7aeb54751ee24f666]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:56 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [216fbb4f97ffc3efb98e2d179d2e45aec56b1325]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:43:06 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [b08154643e2b08638969274c802d7c0579a074d6]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:52:11 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [fb3cb6edc834d684bf44a69128f694868c832712]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:45:05 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [fc46d74aac95d1eb91e55b89a6fca384e2fbdfa9]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:45 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5cc57467cab1408748bef95d29b76a934a6b147e]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:44 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [71d2556626b53612334609f59c21a0444a6ce787]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:33 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [59c1d7ca34782fb53f0bde4bddb38632bcd04af7]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 10:54:25 fs 1.1.2.2: #i81309# 2007/09/11 08:42:44 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0e07e7869447a5776492390244d95d0fb1996b1c]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:39 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8b72a64e43bfe0874d3c2f2af739066e9f310a29]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:38 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [831ca5e30e04f9b70a2ace2dd6c0118a915ea6f9]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:49 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9522d34fb527d84fd00656d9e6c2a4c2e21786a8]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:28 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [3ff3aae8d853dd9b6edacfd97784e195982e06a0]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:30 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a26850a6ebce36a4f0961dc2b4ff527fcbb531d5]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:29 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7f671f7eda88adef45cef6ed9be56136eca70e0f]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:42:20 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [98b85e0980e758459ecab048488d4d6c1962fac9]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 20:13:11 fs 1.1.2.3: #i75200# SvObjectServer now living in own namespace 2007/09/13 08:09:46 fs 1.1.2.2: #i81309# ResMgr not being NULL, but explicitly referring to bf_ofa resource 2007/09/11 08:42:29 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [aa3c2ce74a12cd1994589501246dfdcc65536f12]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:44:40 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ea869df14b1d47faacb074ef3ab93ed35fa97f33]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:44:30 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [f63bb5c1504572e113788ac65545921bd4fd51ca]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 20:12:51 fs 1.1.2.2: #i75200# SvObjectServer now living in own namespace 2007/09/11 08:44:30 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [425a3e0602e866a002e5e25e2f9ea2ee44bd2508]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:44:20 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cc6758754738fdb8a018dc9e351d22f37b94ba98]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:44:29 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1e19f877d55a737187b472fa254d207063c64d8e]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:41:34 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [16901650ca628c0eb18bce73243d32a431889bae]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:41:23 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a4477cb35159c913a1e5c9dc4ae3da69e5ae2235]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 20:03:01 fs 1.1.2.2: #i75200# SvObjectServer now living in own namespace 2007/09/11 08:41:34 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [990d82ef2fe0aacc492f7800f72b77e38fac2e56]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:41:14 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9a4d91dcb5be0b0b38dad8901bd80ec096023898]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:41:04 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2b79206192c836c7ff8986c7b424a073b6236701]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:41:05 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [79a404e72609d41ef1f81f6e92353985c1e2881f]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:40:55 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ba49f0e8c3a490cb1609b462f022b88fcfda2a16]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:40:00 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5c375a50c0344dfe64aa06b2c8f3ee7b974d5ded]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:52 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ff92305893d082f3788c48ba723b2d971fd18062]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/13 20:07:36 fs 1.1.2.2: #i75200# SvObjectServer now living in own namespace 2007/09/11 08:39:51 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [14eaec5fc710a245e8df32410b51a52e4ee4b3c8]

        INTEGRATION: CWS so3deadcorpses (1.1.2); FILE ADDED 2007/09/11 08:39:51 fs 1.1.2.1: #i81309# moved herein from so3/inc res. so3/inc/so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [47d87ad53ab304c13b0fd1f3bd610b922ff8d538]

        INTEGRATION: CWS so3deadcorpses (1.9.22); FILE MERGED 2007/09/11 08:30:50 fs 1.9.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2fa5bfa2e8ea0f04b3dfa4b040d021b0f540c1cf]

        INTEGRATION: CWS so3deadcorpses (1.3.246); FILE MERGED 2007/09/11 08:30:50 fs 1.3.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [32049727a08c25ce72a43496773a9809b84ecad6]

        INTEGRATION: CWS so3deadcorpses (1.4.246); FILE MERGED 2007/09/11 08:30:50 fs 1.4.246.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [764071b3e3edb4066dd04ab734a24bf517e4a0db]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:30:50 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Rüdiger Timm  <rt@openoffice.org>  [b7528aba770ed46f94b7973b9166e8391b0ecd16]

        This module is 'openssl', so set PRJNAME accordingly.

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [75608354da80c8aa4fc47b5bd08f113999383881]

        INTEGRATION: CWS so3deadcorpses (1.15.22); FILE MERGED 2007/09/11 08:30:50 fs 1.15.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [20ce6aef61d6f0c613cc91630bec58ce4949e760]

        INTEGRATION: CWS so3deadcorpses (1.4.22); FILE MERGED 2007/09/11 08:30:50 fs 1.4.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5c07a81d6e4b581b815f62f6412094b92b739c13]

        INTEGRATION: CWS so3deadcorpses (1.16.22); FILE MERGED 2007/09/11 08:30:50 fs 1.16.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [bfd1d8eace2b64453f9130313c6c0a3991224b50]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:30:50 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c14b765f6f7e995b387c04ef7b862c29d2e23e96]

        INTEGRATION: CWS so3deadcorpses (1.10.22); FILE MERGED 2007/09/11 08:30:49 fs 1.10.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [afa04747bff26dec9e65ed159f90967d9f8969e5]

        INTEGRATION: CWS so3deadcorpses (1.9.118); FILE MERGED 2007/09/11 08:30:49 fs 1.9.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d9b26905cef7b2b0471d5ce069d19f3a02797c94]

        INTEGRATION: CWS so3deadcorpses (1.8.22); FILE MERGED 2007/09/11 08:30:49 fs 1.8.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [e67766b14a8f88ca4c39b898fa72f710a6eade49]

        INTEGRATION: CWS so3deadcorpses (1.9.22); FILE MERGED 2007/09/11 08:30:49 fs 1.9.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [be671de77a9516c16b4c719d2ca0adaed4c46a51]

        INTEGRATION: CWS so3deadcorpses (1.14.22); FILE MERGED 2007/09/11 08:30:49 fs 1.14.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [92e26e06c2768428f2baa2575eaaa270d86b134e]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:30:49 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [86b4bd82cab174d3ec2835cff4d81012db4eaed3]

        INTEGRATION: CWS so3deadcorpses (1.12.22); FILE MERGED 2007/09/11 08:30:49 fs 1.12.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [680fec196a9770852ec9c1e06864e49cb68b8fc1]

        INTEGRATION: CWS so3deadcorpses (1.13.22); FILE MERGED 2007/09/11 08:30:49 fs 1.13.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [6aa8cb79de81a54e88238e2fe0e07f45888644b4]

        INTEGRATION: CWS so3deadcorpses (1.15.22); FILE MERGED 2007/09/11 08:30:49 fs 1.15.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a6435e53c7e864dd548b3694433e0272f01adbdf]

        INTEGRATION: CWS so3deadcorpses (1.6.22); FILE MERGED 2007/09/11 08:30:48 fs 1.6.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [eb76969d8846df1a6d0304b1226263e2660c9af8]

        INTEGRATION: CWS so3deadcorpses (1.7.20); FILE MERGED 2007/09/11 08:30:48 fs 1.7.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cf4e5d9a40a27cb84caff8d62dd12af4d4d98225]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:30:48 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [63512c865805dd0501b783cffd827173d5930bc1]

        INTEGRATION: CWS so3deadcorpses (1.10.118); FILE MERGED 2007/09/11 08:30:48 fs 1.10.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Rüdiger Timm  <rt@openoffice.org>  [7cd3b5d383703024f00086f354ae081ca7651d9c]

        Syntax

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5b669ad935d0238d39f6026c6958200a518a0b01]

        INTEGRATION: CWS so3deadcorpses (1.11.20); FILE MERGED 2007/09/08 12:47:17 fs 1.11.20.1: #i75189# UpdateAllLinks singnature in so3 changed

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0f2851424abca7db91ee27ecc12626a9c23e2827]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:30:48 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [833b81030abed8891210c77a78c7d42031345383]

        INTEGRATION: CWS so3deadcorpses (1.12.22); FILE MERGED 2007/09/11 08:30:47 fs 1.12.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [847f1573973e526cb98bc8d3f95c796021deaf15]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 08:30:47 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9c58ca3bb92da11a2ff7e664bfa607c4af1bd888]

        INTEGRATION: CWS so3deadcorpses (1.6.20); FILE MERGED 2007/09/11 08:30:47 fs 1.6.20.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [90780753b8c43904ac5bc55d6bbe9bbb0c7da56b]

        INTEGRATION: CWS so3deadcorpses (1.19.22); FILE MERGED 2007/09/11 08:30:47 fs 1.19.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [56ae2d7b097e595231a7e0fce7e14241c5df2529]

        INTEGRATION: CWS so3deadcorpses (1.11.22); FILE MERGED 2007/09/11 10:54:04 fs 1.11.22.2: #i81309# 2007/09/11 08:30:47 fs 1.11.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ad08a35e13d4bb09fb2a9eea71dd6b5da8e6a40b]

        INTEGRATION: CWS so3deadcorpses (1.6.84); FILE MERGED 2007/09/11 08:30:46 fs 1.6.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7165025ac7a368ff9ad3f8c786ebcb87530b7228]

        INTEGRATION: CWS so3deadcorpses (1.5.118); FILE MERGED 2007/09/11 08:30:46 fs 1.5.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1a63141741e61d176b33c4167fc8048e5d06a9bd]

        INTEGRATION: CWS so3deadcorpses (1.7.22); FILE MERGED 2007/09/11 08:30:46 fs 1.7.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0646f07c238e40bfcef74cd8b03c3f46c465b817]

        INTEGRATION: CWS so3deadcorpses (1.10.22); FILE MERGED 2007/09/11 08:30:46 fs 1.10.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [474018044e7c0868b6410655e7df271a5f7d3e23]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:30:46 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7e36519f005c0ef50b130a5ea9b6d82e6ec26a9b]

        INTEGRATION: CWS so3deadcorpses (1.7.84); FILE MERGED 2007/09/11 08:30:46 fs 1.7.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [17094ff1bb4badd908f9e3a8b4d65d0caa0a5de1]

        INTEGRATION: CWS so3deadcorpses (1.10.2); FILE MERGED 2007/09/11 08:30:46 fs 1.10.2.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5476977e26f4c6192e50ed259cd27d8a0bc4557c]

        INTEGRATION: CWS so3deadcorpses (1.4.118); FILE MERGED 2007/09/11 08:30:45 fs 1.4.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8ad68589c8e6899acb0022bde531ae86a19ee167]

        INTEGRATION: CWS so3deadcorpses (1.6.118); FILE MERGED 2007/09/11 08:30:45 fs 1.6.118.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7723ed54e5726480d5fb61b0241d3cb0c23924fe]

        INTEGRATION: CWS so3deadcorpses (1.10.84); FILE MERGED 2007/09/11 08:30:45 fs 1.10.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2f76fc224dd96dc96dac2e2e47d5492b08920045]

        INTEGRATION: CWS so3deadcorpses (1.13.22); FILE MERGED 2007/09/13 08:08:58 fs 1.13.22.2: #i81309# so3 lib not needed 2007/09/11 08:30:45 fs 1.13.22.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7dece788a84e052aeada0a5bd021aa05758c406f]

        INTEGRATION: CWS so3deadcorpses (1.9.54); FILE MERGED 2007/09/11 08:30:45 fs 1.9.54.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [701f0dc15ea38febd674dfc95261f42b7e56f90f]

        INTEGRATION: CWS so3deadcorpses (1.15.84); FILE MERGED 2007/09/11 08:30:45 fs 1.15.84.1: #i81309# so3 is dead, long live bf_so3

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0a9ede955146abe05fdac803a85f5e99c4164663]

        INTEGRATION: CWS xsltfilter08 (1.1.2); FILE ADDED 2007/06/28 09:20:03 sus 1.1.2.1: #i63179# copy xslt filter used for flat import/export filter

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7a6f2415e2f7b8eb6aa0303e8c01423eae1ea96b]

        INTEGRATION: CWS xsltfilter08 (1.8.14); FILE MERGED 2007/07/06 17:46:01 sus 1.8.14.1: #i79345# enhance deep filter detection to 4000 bytes

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1ae6f15e4aa0f122790d2c38819d064626edf42c]

        INTEGRATION: CWS xsltfilter08 (1.8.154); FILE MERGED 2007/07/20 15:24:35 sus 1.8.154.2: #i74712# adding heuristic for default page style (header/footer) 2007/06/27 11:43:51 sus 1.8.154.1: #i13938, i18569, i30494, i33065, i38849, i62093, i74712# various docbook enhancments

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [11137b20456ceaf6fa49ec72dbd725c3108aa3c4]

        INTEGRATION: CWS xsltfilter08 (1.8.154); FILE MERGED 2007/07/20 15:25:54 sus 1.8.154.3: #i18569# made roundtrip for text:bookmark possible by importing anchor to text:bookmark 2007/07/19 17:21:25 sus 1.8.154.2: #i62982# inserted styles equal to SO8 OOo20 default 2007/06/27 12:02:13 sus 1.8.154.1: #i62093# fixing styles on import

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [8298363835f4aca5f3f212d5a01f5ea380a93f40]

        INTEGRATION: CWS xsltfilter08 (1.3.578); FILE MERGED 2007/07/06 14:16:51 sus 1.3.578.1: #i79331# Enable DocBook import for all XML files, which have the substring '//OASIS//DTD DocBook XML V4' allowing 4.5 documents to be opened

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [443dd62e12c1c286df4838d0f3f3f42349a86f33]

        INTEGRATION: CWS unoapi1 (1.3.826); FILE MERGED 2007/08/14 13:17:00 cn 1.3.826.1: #i79479# update files

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0dbd18042e821d9d80d6ec752a1745ca62009deb]

        INTEGRATION: CWS unoapi1 (1.3.1158); FILE MERGED 2007/08/14 13:17:00 cn 1.3.1158.1: #i79479# update files

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [46accb6f9b529dfb189bcf4a618094b7d0d1dae0]

        INTEGRATION: CWS unoapi1 (1.6.474); FILE MERGED 2007/10/11 14:44:33 cn 1.6.474.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [79bfefc7380785aa59faebcc07163d575a5be124]

        INTEGRATION: CWS unoapi1 (1.3.184); FILE MERGED 2007/08/16 07:42:32 cn 1.3.184.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d510cceaaf306ddf9ca392a781e7f07403189e35]

        INTEGRATION: CWS unoapi1 (1.3.206); FILE MERGED 2007/08/16 07:42:32 cn 1.3.206.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d4b3673baa4d47ebf0cd3e8f059b5761e68b2fc3]

        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>  [d4e4f54d8724ffed996d2a7d85a58163e663829d]

        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>  [a9bf9edb5287bfca9e163e1cfd64da6391117425]

        INTEGRATION: CWS unoapi1 (1.6.366); FILE MERGED 2007/07/11 13:05:42 cn 1.6.366.1: #i79479# update exclusion list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [1e4b5061ab0bd5ea48ef056d48e0e56b95aed4e2]

        INTEGRATION: CWS unoapi1 (1.7.380); FILE MERGED 2007/07/11 13:05:20 cn 1.7.380.1: #i79479# update exclusion list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [baa114d7f1cc48aabbb613a2f99baecf13a03242]

        INTEGRATION: CWS unoapi1 (1.2.26); FILE MERGED 2007/09/28 12:42:08 cn 1.2.26.1: #i79479# update list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [c88a4f7d1ed9131c2a06f5fc5f905e589b7b11e9]

        INTEGRATION: CWS unoapi1 (1.1.2); FILE ADDED 2007/09/28 12:41:41 cn 1.1.2.1: #i79479# new exlusion list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [a596d3243dc90cf73cf59856a70d00867aee4ae5]

        INTEGRATION: CWS unoapi1 (1.4.508); FILE MERGED 2007/10/15 09:42:55 cn 1.4.508.2: #i79479# update lists 2007/08/15 13:44:01 cn 1.4.508.1: #i79479# update files

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [553eedabbc9d4aa5cfd7d518b71fdc2389cfd425]

        INTEGRATION: CWS unoapi1 (1.3.508); FILE MERGED 2007/08/15 13:44:01 cn 1.3.508.1: #i79479# update files

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [cab976aebf204bbfb2feca871b4e51e8cca32f1a]

        INTEGRATION: CWS unoapi1 (1.5.858); FILE MERGED 2007/10/11 19:34:05 cn 1.5.858.1: #i79479# update Lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [5a8780113f9659de73c8d791734629fa95bf0496]

        INTEGRATION: CWS unoapi1 (1.7.858); FILE MERGED 2007/10/11 19:34:05 cn 1.7.858.1: #i79479# update Lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [7e5aac0114f7037da781a36fd53a868cea1307fe]

        INTEGRATION: CWS unoapi1 (1.5.80); FILE MERGED 2007/10/02 09:20:00 cn 1.5.80.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [48bd56e0363a1a3868a4e925f146ffbe0f726875]

        INTEGRATION: CWS unoapi1 (1.4.280); FILE MERGED 2007/10/02 09:20:00 cn 1.4.280.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [ecc0dd5b57cb1867ec7dad174cbb1c32fecf44f7]

        INTEGRATION: CWS unoapi1 (1.2.158); FILE MERGED 2007/08/15 10:25:09 cn 1.2.158.1: #i79479# update list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [2cc1c954e431fb79297c2fff4b0e598bbf045108]

        INTEGRATION: CWS unoapi1 (1.6.854); FILE MERGED 2007/10/11 21:33:27 cn 1.6.854.2: #i79479# update lists 2007/07/12 19:25:43 cn 1.6.854.1: #i79479# update list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0e94c353cd7720a4d17af98ab38310c5b57051bc]

        INTEGRATION: CWS unoapi1 (1.6.854); FILE MERGED 2007/10/11 21:33:27 cn 1.6.854.3: #i79479# update lists 2007/07/12 19:25:16 cn 1.6.854.2: #i79479# update list 2007/07/12 19:24:42 cn 1.6.854.1: #i79479# update list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [0425d300a96a9765aacbd8fdd31d6424e245d78e]

        INTEGRATION: CWS unoapi1 (1.7.108); FILE MERGED 2007/08/15 09:44:09 cn 1.7.108.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [080de130eb1cfaf2bd1b4bb550972c1c4ade493a]

        INTEGRATION: CWS unoapi1 (1.8.108); FILE MERGED 2007/08/15 09:44:10 cn 1.8.108.1: #i79479# update lists

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [9eb227aa17f7ec71c81504b505e196fc428dee04]

        INTEGRATION: CWS unoapi1 (1.2.700); FILE MERGED 2007/07/11 13:04:10 cn 1.2.700.1: #i79479# update exclusion list

2007-10-23  Vladimir Glazounov  <vg@openoffice.org>  [d595547fa6aa466c11656f27b87478453bec5319]

        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>  [ff480f8c4efd382f14633c0cd52c57f0ab0f309a]

        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>  [99eaf5c24a36970448f9f0cba4d58c9318247657]

        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>  [5d8ef209b1f63d1c8ea5014bdbef96660b355423]

        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>  [a2f3b48cacfcef338ca5e37acde34c83876e082e]

        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-23  Vladimir Glazounov  <vg@openoffice.org>  [e5281b82e041052eafb4ee20d2307f75a5e1b9d2]

        INTEGRATION: CWS i18n38 (1.7.8); FILE MERGED 2007/09/18 20:26:09 khong 1.7.8.1: i81519 make setBreakType as public method

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [687f8f86abba8c0fe2fc7efcc73a92919d9861e1]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5ee100021d7f92784ee26eaf4174852d902e1961]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8b52ea6a3c021f50c1e6adedba87bc489fca472c]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [0f47fd5a6277289c00b0c4f79d4bf9a89ef1231c]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3b43ece0eca2419baba5ffc1b543ab193c1fec2a]

        INTEGRATION: CWS chart14 (1.26.12); FILE MERGED 2007/08/31 14:17:36 bm 1.26.12.2: #i26795# implement feature: display bars on different axes side-by-side 2007/08/10 22:32:48 iha 1.26.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4dc0078543b7a6e1fe41f815bc4ee668c197c27f]

        INTEGRATION: CWS chart14 (1.38.12); FILE MERGED 2007/10/01 15:06:43 iha 1.38.12.3: #i37792# #i79194# numberformat for data label - select automatic default in dialog 2007/09/24 12:02:09 bm 1.38.12.2: RESYNC: (1.38-1.39); FILE MERGED 2007/08/31 14:17:36 bm 1.38.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4388503b94cdd305de66ab8e37e9058a160f56ba]

        INTEGRATION: CWS chart14 (1.3.12); FILE MERGED 2007/09/28 10:15:03 iha 1.3.12.7: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 12:02:03 bm 1.3.12.6: RESYNC: (1.3-1.4); FILE MERGED 2007/09/20 08:25:00 iha 1.3.12.5: #i24614# enable reverse scales 2007/09/20 07:14:28 iha 1.3.12.4: #i43489# allow to display value and percentage at the same time 2007/09/14 12:46:51 bm 1.3.12.3: #i7998# new ids for regression curve options 2007/08/31 14:17:36 bm 1.3.12.2: #i26795# implement feature: display bars on different axes side-by-side 2007/08/10 22:32:03 iha 1.3.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [476ae304348bf8a5480786bb98407687981f0d55]

        INTEGRATION: CWS chart14 (1.18.46); FILE MERGED 2007/10/11 09:22:07 iha 1.18.46.3: #i26795# display bars on different axes next to each other - overlap&gapwidth 2007/09/24 12:01:56 bm 1.18.46.2: RESYNC: (1.18-1.19); FILE MERGED 2007/09/20 07:16:38 iha 1.18.46.1: #i43489# allow to display value and percentage at the same time

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7838dee84d0bb3e9b54334e22500fdca758e320a]

        INTEGRATION: CWS chart14 (1.16.34); FILE MERGED 2007/08/31 14:17:36 bm 1.16.34.2: #i26795# implement feature: display bars on different axes side-by-side 2007/08/10 22:31:19 iha 1.16.34.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8bdd1bcc5b5b6ccad6e9a91247576f3e976df2b9]

        INTEGRATION: CWS chart14 (1.37.6); FILE MERGED 2007/10/11 09:22:38 iha 1.37.6.4: #i26795# display bars on different axes next to each other - overlap&gapwidth 2007/09/28 10:18:24 iha 1.37.6.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:16:56 iha 1.37.6.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:30:27 iha 1.37.6.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [2b3d50a650f467830974d801ecfa768ad94cbf19]

        INTEGRATION: CWS chart14 (1.6.46); FILE MERGED 2007/10/11 09:23:32 iha 1.6.46.1: #i26795# display bars on different axes next to each other - overlap&gapwidth

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [79d0606020c3ea7159c4e0c011207e29670a18b5]

        INTEGRATION: CWS chart14 (1.19.12); FILE MERGED 2007/10/11 09:23:11 iha 1.19.12.4: #i26795# display bars on different axes next to each other - overlap&gapwidth 2007/10/02 08:49:25 iha 1.19.12.3: #i26795# remove superfluous comment 2007/09/24 12:01:17 bm 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED 2007/08/31 14:17:36 bm 1.19.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [04a33bcae9ca0afcd295e17a9dcd1522b0eafcc9]

        INTEGRATION: CWS chart14 (1.5.12); FILE MERGED 2007/08/30 16:49:45 bm 1.5.12.1: #i80177# add mean value line value and standard deviation in the status bar in analogy to the regression curve formula

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ea0a5fe2791cea530af7a7036f3422a1d0ac54d7]

        INTEGRATION: CWS chart14 (1.14.12); FILE MERGED 2007/09/24 11:58:14 bm 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2007/08/31 14:17:36 bm 1.14.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7140c8db853caad5e577fc6dfa9320f87bc3da43]

        INTEGRATION: CWS chart14 (1.15.12); FILE MERGED 2007/09/24 11:54:22 bm 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2007/09/11 16:54:11 bm 1.15.12.1: #i10000# add CharacterProperties to supported services

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [12d8a87300067d8a0f97d16b16381669ff88914b]

        INTEGRATION: CWS chart14 (1.16.12); FILE MERGED 2007/09/24 11:53:47 bm 1.16.12.2: RESYNC: (1.16-1.18); FILE MERGED 2007/08/31 14:17:35 bm 1.16.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3ef9a8bd4afcd3e75abf4049c5db2f10a85bc48d]

        INTEGRATION: CWS chart14 (1.6.48); FILE MERGED 2007/09/28 10:22:20 iha 1.6.48.2: #i82051# Allow to display each part of a data label in a separate line 2007/08/10 22:29:32 iha 1.6.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [dd0cb274ce33ac3e3e81bcc7be4e94734c08f9b4]

        INTEGRATION: CWS chart14 (1.13.26); FILE MERGED 2007/09/28 10:22:54 iha 1.13.26.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:53:19 bm 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2007/08/10 22:29:06 iha 1.13.26.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a833b4d575dd948ee829fa792ebfde3319116d7c]

        INTEGRATION: CWS chart14 (1.4.48); FILE MERGED 2007/10/01 15:06:10 iha 1.4.48.1: #i37792# #i79194# numberformat for data label - select automatic default in dialog

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [48213f438b88f4e457b682d6352c640a3fb71649]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/09/28 10:12:02 iha 1.2.48.7: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 08:24:03 iha 1.2.48.6: #i24614# enable reverse scales 2007/09/20 07:13:29 iha 1.2.48.5: #i43489# allow to display value and percentage at the same time 2007/09/14 13:07:37 iha 1.2.48.4: removed number comments as they will becsome wrong soon 2007/09/14 12:47:14 bm 1.2.48.3: #i7998# new ids for regression curve options 2007/08/31 14:17:35 bm 1.2.48.2: #i26795# implement feature: display bars on different axes side-by-side 2007/08/10 22:27:51 iha 1.2.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [eaf3996b586417fb7f71d2fbbd56a11db4343b78]

        INTEGRATION: CWS chart14 (1.3.26); FILE MERGED 2007/09/28 10:26:00 iha 1.3.26.4: #i82051# Allow to display each part of a data label in a separate line 2007/08/30 16:58:46 bm 1.3.26.3: #i37792#, #i80177# same id for new ressources 2007/08/30 16:49:45 bm 1.3.26.2: #i80177# add mean value line value and standard deviation in the status bar in analogy to the regression curve formula 2007/08/10 22:04:27 iha 1.3.26.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [dab0d0d27a2fff41aed7c8af68839d1e5f45c576]

        INTEGRATION: CWS chart14 (1.9.26); FILE MERGED 2007/09/24 11:51:08 bm 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2007/08/31 14:17:35 bm 1.9.26.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ea9fd8f63559bf229bac4e2899df8fdad8be09f2]

        INTEGRATION: CWS chart14 (1.28.12); FILE MERGED 2007/10/01 15:14:17 iha 1.28.12.1: #i37792# #i79194# numberformat for data label - select automatic default in dialog

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [cdd8abc8f92525a1d8bbdf14b322c7f9197dec14]

        INTEGRATION: CWS chart14 (1.3.12); FILE MERGED 2007/10/11 09:24:29 iha 1.3.12.3: #i26795# display bars on different axes next to each other - overlap&gapwidth 2007/09/05 18:06:50 bm 1.3.12.2: #i26795# warnings removed 2007/08/31 14:17:35 bm 1.3.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [677b4b4bbc5e86801e4888dd6d737c525d33271a]

        INTEGRATION: CWS chart14 (1.4.48); FILE MERGED 2007/09/14 12:47:54 bm 1.4.48.3: #i7998# new ids for regression curve options 2007/08/31 14:17:35 bm 1.4.48.2: #i26795# implement feature: display bars on different axes side-by-side 2007/08/10 22:26:06 iha 1.4.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a9b71879c3538fdf78325a7b290bca3d3383ea51]

        INTEGRATION: CWS chart14 (1.11.2); FILE MERGED 2007/10/11 13:29:16 iha 1.11.2.3: #i82383#, #i82424# number format for data labels - preselect automatic number format - handle mixed states 2007/10/11 10:07:49 iha 1.11.2.2: #i82383#, #i82424# number format for data labels - preselect automatic number format 2007/10/01 15:13:37 iha 1.11.2.1: #i37792# #i79194# numberformat for data label - select automatic default in dialog

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f3c37daaaade78603b6fac08105ed0c18453f4f4]

        INTEGRATION: CWS chart14 (1.11.12); FILE MERGED 2007/08/10 22:24:58 iha 1.11.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [cd7ee9256415a7902e969652aa70825eccadd162]

        INTEGRATION: CWS chart14 (1.16.6); FILE MERGED 2007/10/11 13:28:56 iha 1.16.6.6: #i82383#, #i82424# number format for data labels - preselect automatic number format - handle mixed states 2007/10/01 15:12:46 iha 1.16.6.5: #i37792# #i79194# numberformat for data label - select automatic default in dialog 2007/09/28 10:24:51 iha 1.16.6.4: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:20:07 iha 1.16.6.3: #i43489# allow to display value and percentage at the same time 2007/09/10 09:07:33 bm 1.16.6.2: #i37792# initialize nKey (warning on MacOSX) 2007/08/10 22:23:24 iha 1.16.6.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [c36b8c3a67649da4dbebbf1b146420692697a9a8]

        INTEGRATION: CWS chart14 (1.11.6); FILE MERGED 2007/09/24 11:50:10 bm 1.11.6.3: RESYNC: (1.11-1.12); FILE MERGED 2007/09/20 11:21:29 iha 1.11.6.2: #i24614# enable reverse scales 2007/09/20 08:39:33 iha 1.11.6.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [542f16e33e47978ce0c6cc7499c547da0a298617]

        INTEGRATION: CWS chart14 (1.7.12); FILE MERGED 2007/09/20 11:10:13 iha 1.7.12.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [02ccf14e50d88c845babed6b34777dcc922cdb5c]

        INTEGRATION: CWS chart14 (1.4.12); FILE MERGED 2007/08/10 22:21:24 iha 1.4.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [76a5c5bc101aeb35f3748b4e78b39027c1e3286f]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/08/31 14:17:35 bm 1.2.48.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8a5be677c5a8a0d2ab1481e4bec1ea451b0deee1]

        INTEGRATION: CWS chart14 (1.3.48); FILE MERGED 2007/10/18 08:08:31 iha 1.3.48.2: #82051# HelpId for label separator listbox 2007/08/10 22:20:09 iha 1.3.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3a9137979ca5ae3b7a51232378d9d543318283a8]

        INTEGRATION: CWS chart14 (1.10.12); FILE MERGED 2007/10/01 15:10:39 iha 1.10.12.1: #i37792# #i79194# numberformat for data label - select automatic default in dialog

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [89ad93eb151496e73c2b623e35755be3e0908f8e]

        INTEGRATION: CWS chart14 (1.6.48); FILE MERGED 2007/09/28 12:09:35 bm 1.6.48.4: #i26795# changed string due to spec 2007/09/27 10:00:24 bm 1.6.48.3: #i26795# add mnemonic for CB_BARS_SIDE_BY_SIDE 2007/09/26 09:15:00 bm 1.6.48.2: #i26795# adapt semantics in UI: ! group bars -> side by side 2007/08/31 14:17:34 bm 1.6.48.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b52b38d3b96b340220252d25e54c3c00ea6c002e]

        INTEGRATION: CWS chart14 (1.3.168); FILE MERGED 2007/09/26 09:15:00 bm 1.3.168.2: #i26795# adapt semantics in UI: ! group bars -> side by side 2007/08/31 14:17:34 bm 1.3.168.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7f47b782902143f44fa27414ca8c9ed0d0554bce]

        INTEGRATION: CWS chart14 (1.8.12); FILE MERGED 2007/09/26 09:15:00 bm 1.8.12.2: #i26795# adapt semantics in UI: ! group bars -> side by side 2007/08/31 14:17:34 bm 1.8.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [0b602e828e5479f59e318952b7feb297675b7a46]

        INTEGRATION: CWS chart14 (1.7.48); FILE MERGED 2007/09/20 08:57:25 iha 1.7.48.2: corrected tabs to spaces 2007/09/20 08:45:05 iha 1.7.48.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b282be7cc1a57d241c62b6c56420cae2f44ed223]

        INTEGRATION: CWS chart14 (1.5.12); FILE MERGED 2007/09/20 11:18:50 iha 1.5.12.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [6191fa32d162ba50909fd86f3e6e71280f11e47c]

        INTEGRATION: CWS chart14 (1.9.12); FILE MERGED 2007/09/24 11:49:05 bm 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2007/09/20 11:21:00 iha 1.9.12.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7766e5bfcdf0f272d00c0db224cf1719fc41bde7]

        INTEGRATION: CWS chart14 (1.2.168); FILE MERGED 2007/09/20 07:35:33 iha 1.2.168.1: #i43489# allow to display value and percentage at the same time

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e970d4075253cf5d211690a9733e2fb25af10fd0]

        INTEGRATION: CWS chart14 (1.1.2); FILE ADDED 2007/10/18 08:09:47 iha 1.1.2.2: #82051# HelpId for label separator listbox 2007/09/28 10:30:45 iha 1.1.2.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b50698a4194341971cb1f11c931d6690f5fc16fc]

        INTEGRATION: CWS chart14 (1.1.2); FILE ADDED 2007/09/28 10:30:32 iha 1.1.2.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [805f85feadb4603e3f17a658c6fee15dcec89072]

        INTEGRATION: CWS chart14 (1.1.2); FILE ADDED 2007/09/28 10:30:19 iha 1.1.2.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [19dbf11459a571ff1e239237971fd103e0a268ed]

        INTEGRATION: CWS chart14 (1.6.12); FILE MERGED 2007/10/18 09:03:00 iha 1.6.12.3: #i43489# correct HelpId for percentage checkbox 2007/09/20 07:24:22 iha 1.6.12.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:08:40 iha 1.6.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [189c76a1178558afe4f46a3a09a386f2324c4acc]

        INTEGRATION: CWS chart14 (1.2.12); FILE MERGED 2007/09/20 07:23:36 iha 1.2.12.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:09:52 iha 1.2.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [fe536e89957697582071faa6abc336c345c3a1a2]

        INTEGRATION: CWS chart14 (1.2.12); FILE MERGED 2007/10/11 13:30:35 iha 1.2.12.5: #i82383#, #i82424# number format for data labels - preselect automatic number format - handle mixed states 2007/09/28 10:32:13 iha 1.2.12.4: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:27:28 iha 1.2.12.3: #i43489# allow to display value and percentage at the same time 2007/09/20 07:26:18 iha 1.2.12.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:10:30 iha 1.2.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f80251acf820ec726fe2a543db150e2be1cd4087]

        INTEGRATION: CWS chart14 (1.2.12); FILE MERGED 2007/10/11 13:30:43 iha 1.2.12.4: #i82383#, #i82424# number format for data labels - preselect automatic number format - handle mixed states 2007/09/28 10:33:50 iha 1.2.12.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:34:00 iha 1.2.12.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:11:21 iha 1.2.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [85a6bdbedbedb31e7db736e99497da9b5a574680]

        INTEGRATION: CWS chart14 (1.12.12); FILE MERGED 2007/09/28 10:31:19 iha 1.12.12.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:48:34 bm 1.12.12.2: RESYNC: (1.12-1.14); FILE MERGED 2007/08/10 22:03:04 iha 1.12.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ec5ee178524583b07ec279018481ddb97c7b3825]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/10/18 08:09:06 iha 1.2.48.2: #82051# HelpId for label separator listbox 2007/08/10 22:15:59 iha 1.2.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4ef3d245e76ecb7574fccb366a24d87ec22f1f3c]

        INTEGRATION: CWS chart14 (1.17.12); FILE MERGED 2007/09/24 11:48:28 bm 1.17.12.3: RESYNC: (1.17-1.18); FILE MERGED 2007/09/20 11:11:36 iha 1.17.12.2: #i24614# enable reverse scales 2007/08/10 22:15:11 iha 1.17.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [26762ea63f686439cfe4c1b739998bad5b392492]

        INTEGRATION: CWS chart14 (1.1.4); FILE ADDED 2007/08/10 22:00:52 iha 1.1.4.2: #i37792# number format for data labels 2007/06/28 16:14:27 iha 1.1.4.1: file dlg_NumberFormat.hxx was added on branch cws_src680_chart14 on 2007-08-10 22:00:52 +0000

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [980831394b9b87c730f9942d4cb9aaa1e0542c1d]

        INTEGRATION: CWS chart14 (1.1.4); FILE ADDED 2007/08/30 16:57:24 bm 1.1.4.3: #i37792# warning (shadowed variable) removed 2007/08/10 22:01:22 iha 1.1.4.2: #i37792# number format for data labels 2007/06/28 16:14:40 iha 1.1.4.1: file dlg_NumberFormat.cxx was added on branch cws_src680_chart14 on 2007-08-10 22:01:22 +0000

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d34d9cf5adb7c879902b453aa475f6e97ae04aeb]

        INTEGRATION: CWS chart14 (1.5.48); FILE MERGED 2007/09/28 10:34:21 iha 1.5.48.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:35:09 iha 1.5.48.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:12:45 iha 1.5.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [da9b6fb204529c92cf382688005450ff412195a2]

        INTEGRATION: CWS chart14 (1.4.12); FILE MERGED 2007/08/10 22:12:19 iha 1.4.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5552ee067737b6acfb0b4c3b47d72f7fd107375a]

        INTEGRATION: CWS chart14 (1.8.12); FILE MERGED 2007/08/10 22:13:37 iha 1.8.12.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [c886289242cf008e8ddd192ebc0027b51cd7a396]

        INTEGRATION: CWS chart14 (1.4.12); FILE MERGED 2007/09/26 09:15:00 bm 1.4.12.3: #i26795# adapt semantics in UI: ! group bars -> side by side 2007/09/20 08:42:37 iha 1.4.12.2: #i24614# enable reverse scales 2007/08/31 14:17:34 bm 1.4.12.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9a207ec3bbf88abb9bf335e8bb367a711f0e8df5]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/09/28 10:29:23 iha 1.2.48.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3ff6f9765a1e35fd1b69ee69467b76256545da54]

        INTEGRATION: CWS chart14 (1.7.26); FILE MERGED 2007/08/30 16:49:45 bm 1.7.26.2: #i80177# add mean value line value and standard deviation in the status bar in analogy to the regression curve formula 2007/08/10 22:05:18 iha 1.7.26.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d5995612941edf976068673892e42172bf7f0742]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/09/28 10:28:34 iha 1.2.48.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [2d5a1dbb16ccee14a6b64c19f517321fcbc6037c]

        INTEGRATION: CWS chart14 (1.5.6); FILE MERGED 2007/08/30 16:49:45 bm 1.5.6.1: #i80177# add mean value line value and standard deviation in the status bar in analogy to the regression curve formula

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [32177fd1ee3083d3f98d75c511ee285cf2892e73]

        INTEGRATION: CWS chart14 (1.2.48); FILE MERGED 2007/09/20 11:22:12 iha 1.2.48.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [04d17bdc3b5c8ca56347698507075d6bbe94716e]

        INTEGRATION: CWS chart14 (1.3.6); FILE MERGED 2007/09/24 11:46:32 bm 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/20 11:32:11 iha 1.3.6.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [584a0a60e2d6e59d3e85e3b46fe0d6f6491dd6a9]

        INTEGRATION: CWS chart14 (1.9.4); FILE MERGED 2007/09/24 11:45:50 bm 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/08/31 14:17:34 bm 1.9.4.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Eric Bachard  <ericb@openoffice.org>  [b4d3cef525a92b01ff11b98107d6ebfb4cbced6a]

        #i82857# solve conflict with m234 ( sb71)

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [08f813bd7c9fd99844128969684757839cb58b5e]

        INTEGRATION: CWS chart14 (1.9.4); FILE MERGED 2007/09/28 10:23:54 iha 1.9.4.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:45:35 bm 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/08/10 22:34:22 iha 1.9.4.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [62232f730433cf1530a156d9fcb79bca5447e092]

        INTEGRATION: CWS chart14 (1.6.12); FILE MERGED 2007/09/20 11:32:46 iha 1.6.12.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4b861245c16cdd100b82db86fdd9713d033558e9]

        INTEGRATION: CWS chart14 (1.2.104); FILE MERGED 2007/09/11 16:48:36 bm 1.2.104.1: #i10000# correct include guard namespace

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [94a4f9be62d94c64057f08dc895afc75c9c31849]

        INTEGRATION: CWS chart14 (1.2.104); FILE MERGED 2007/08/31 15:16:31 bm 1.2.104.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5e77db3dd6ed9facbf715449cb2ac658ad87350d]

        INTEGRATION: CWS chart14 (1.2.104); FILE MERGED 2007/09/28 12:15:44 iha 1.2.104.2: #i37792# number format for data labels 2007/09/28 11:43:26 iha 1.2.104.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9bf2003b7ad45d55f5485ddd08619e970fbcab50]

        INTEGRATION: CWS chart14 (1.18.104); FILE MERGED 2007/09/28 12:16:37 iha 1.18.104.2: #i37792# number format for data labels 2007/09/28 11:42:20 iha 1.18.104.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [efd192ccf43371ea9e24f2799c754624367167f8]

        INTEGRATION: CWS chart14 (1.18.104); FILE MERGED 2007/09/20 12:00:29 iha 1.18.104.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [78576a90d33ed1deebf6d2f0737b04e9726e00f4]

        INTEGRATION: CWS chart14 (1.11.368); FILE MERGED 2007/08/31 15:16:30 bm 1.11.368.1: #i26795# implement feature: display bars on different axes side-by-side

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8a3c0406aebc47503a07cc965d781ee2f4f69095]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7b8e6f2ce0e40872ea3da435c6316833fd3e8772]

        INTEGRATION: CWS chart14 (1.9.52); FILE MERGED 2007/09/20 11:37:45 iha 1.9.52.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a4efbc0a4615ce12a6239fe0684c91946d6630e0]

        INTEGRATION: CWS chart14 (1.14.52); FILE MERGED 2007/09/24 11:34:55 bm 1.14.52.2: RESYNC: (1.14-1.15); FILE MERGED 2007/09/20 11:38:29 iha 1.14.52.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b3ce75e71196420032734f3fe1ed13f0e8964baf]

        INTEGRATION: CWS chart14 (1.3.52); FILE MERGED 2007/09/24 11:34:40 bm 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2007/09/20 11:38:51 iha 1.3.52.1: #i24614# enable reverse scales

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7c25a23299eae66c90611c57f9d27ff5a6ab2089]

        INTEGRATION: CWS chart14 (1.110.10); FILE MERGED 2007/10/02 08:42:52 bm 1.110.10.6: #i26795# export Property GroupBarPerAxis as group-bars-per-axis attribute 2007/09/28 10:38:15 iha 1.110.10.5: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:29:16 bm 1.110.10.4: RESYNC: (1.110-1.112); FILE MERGED 2007/09/20 11:34:59 iha 1.110.10.3: #i24614# enable reverse scales 2007/09/20 07:38:04 iha 1.110.10.2: #i43489# allow to display value and percentage at the same time 2007/08/10 21:58:04 iha 1.110.10.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [36fa0dc9ca00245d46d82b6efdef430be0a9cc73]

        INTEGRATION: CWS chart14 (1.12.90); FILE MERGED 2007/09/28 10:39:17 iha 1.12.90.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [440b9f81ace4f80f3fad22738995d7d00bb02ca0]

        INTEGRATION: CWS chart14 (1.1.2); FILE ADDED 2007/09/28 10:38:57 iha 1.1.2.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [016f1dd15dcde370761a59f5af91a4b052dbc6c2]

        INTEGRATION: CWS chart14 (1.1.2); FILE ADDED 2007/09/28 10:38:44 iha 1.1.2.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ed0f504c17da92c8781e0eeadc93b92689e5fa2e]

        INTEGRATION: CWS chart14 (1.11.48); FILE MERGED 2007/08/10 21:58:04 iha 1.11.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9ba1233b259fb307520f59c60ab571bc02e1f113]

        INTEGRATION: CWS chart14 (1.5.190); FILE MERGED 2007/09/28 10:42:29 iha 1.5.190.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d5daeb123646ae2aa569e7f21b5675bb0b44d7fa]

        INTEGRATION: CWS chart14 (1.4.14); FILE MERGED 2007/09/28 10:40:57 iha 1.4.14.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [04511e355b8f6edcd75d20920ace5efbd1f54264]

        INTEGRATION: CWS chart14 (1.4.14); FILE MERGED 2007/09/28 10:41:15 iha 1.4.14.1: #i82051# Allow to display each part of a data label in a separate line

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f5866a4532fca0cbf786e2bacea6c389c52b8993]

        INTEGRATION: CWS chart14 (1.89.10); FILE MERGED 2007/09/28 10:41:50 iha 1.89.10.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:27:55 bm 1.89.10.2: RESYNC: (1.89-1.90); FILE MERGED 2007/08/10 21:58:03 iha 1.89.10.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [c37af357441880a545f8a5856b357b1be3741c68]

        INTEGRATION: CWS chart14 (1.49.48); FILE MERGED 2007/09/28 10:40:33 iha 1.49.48.2: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:41:08 iha 1.49.48.1: #i43489# allow to display value and percentage at the same time

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f7d069bbf2514f7bdb948cf8b8a8feac68b5e008]

        INTEGRATION: CWS chart14 (1.27.48); FILE MERGED 2007/10/02 08:42:52 bm 1.27.48.4: #i26795# export Property GroupBarPerAxis as group-bars-per-axis attribute 2007/09/28 10:39:50 iha 1.27.48.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 11:35:27 iha 1.27.48.2: #i24614# enable reverse scales 2007/08/10 21:58:03 iha 1.27.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [02f39bb0af0ebe818f94ac2177b1fb360a73f030]

        INTEGRATION: CWS chart14 (1.7.10); FILE MERGED 2007/10/02 08:42:51 bm 1.7.10.6: #i26795# export Property GroupBarPerAxis as group-bars-per-axis attribute 2007/09/28 10:37:42 iha 1.7.10.5: #i82051# Allow to display each part of a data label in a separate line 2007/09/24 11:27:40 bm 1.7.10.4: RESYNC: (1.7-1.9); FILE MERGED 2007/09/20 11:34:36 iha 1.7.10.3: #i24614# enable reverse scales 2007/09/20 07:37:19 iha 1.7.10.2: #i43489# allow to display value and percentage at the same time 2007/08/10 21:58:03 iha 1.7.10.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f3b3e509433efb4a82e626b42771efe283249caa]

        INTEGRATION: CWS chart14 (1.7.48); FILE MERGED 2007/08/10 21:58:03 iha 1.7.48.1: #i37792# number format for data labels

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ca4d67c15471b5dc999c53a44c9290cbf5056778]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f2f74342ba55446a11846c1cddadb129e396f882]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8a02705822637f8cf21f5a07c8e33b47f8ffbbc4]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d1420e83bdd7cda9fe41625edfc4318a4ff7e9c2]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e8a0d90d75ba280597cc73ca5156d564c4de051c]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d7612579c67fd9b2fb5da83597ba2007d6444924]

        INTEGRATION: CWS swusing (1.12.38); FILE MERGED 2007/10/10 14:15:12 tl 1.12.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [0e9abe02ab929abe523dca7349190c1de9e1bb0a]

        INTEGRATION: CWS swusing (1.39.34); FILE MERGED 2007/10/12 09:58:34 tl 1.39.34.2: #i82476# make 'using' declarations private 2007/10/10 14:15:12 tl 1.39.34.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [2d35c8c9a8081f7c4d8c8a295ada3d2e3351b2d1]

        INTEGRATION: CWS swusing (1.6.38); FILE MERGED 2007/10/10 14:15:12 tl 1.6.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [62ef2cdc9c36405539dc4cb090307b1b5939e9b9]

        INTEGRATION: CWS swusing (1.10.38); FILE MERGED 2007/10/10 14:15:12 tl 1.10.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5d4c5920089659dee9202c62933cc420a014cdee]

        INTEGRATION: CWS swusing (1.55.36); FILE MERGED 2007/10/10 14:15:12 tl 1.55.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8b006db1bfff98cbc91776ac7693de2709fad55a]

        INTEGRATION: CWS swusing (1.5.38); FILE MERGED 2007/10/12 09:58:34 tl 1.5.38.2: #i82476# make 'using' declarations private 2007/10/10 14:15:12 tl 1.5.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4c2cb4201745e947eb2beaaec3e1357ecf41cafe]

        INTEGRATION: CWS swusing (1.4.38); FILE MERGED 2007/10/10 14:15:12 tl 1.4.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5a0d6fb9206aeb6d1dc549f5253b1e3e30069865]

        INTEGRATION: CWS swusing (1.6.4); FILE MERGED 2007/10/12 09:58:34 tl 1.6.4.2: #i82476# make 'using' declarations private 2007/10/10 14:15:12 tl 1.6.4.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [c654acde849797a16f9b0c5595e412f9b6d3ea4d]

        INTEGRATION: CWS swusing (1.20.36); FILE MERGED 2007/10/10 14:15:12 tl 1.20.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [43337d83708254ca142131f6adc1f4f83725513b]

        INTEGRATION: CWS swusing (1.4.36); FILE MERGED 2007/10/10 14:15:12 tl 1.4.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [245e5ea532c193db25784074e47c6f969be8cf8d]

        INTEGRATION: CWS swusing (1.6.36); FILE MERGED 2007/10/10 14:15:12 tl 1.6.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [47e8864002b2561ed7eed6798e4e58f5776de1b9]

        INTEGRATION: CWS swusing (1.5.36); FILE MERGED 2007/10/10 14:15:12 tl 1.5.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [087f978b9ebe304458ea4acb88c9500d8ef1da5d]

        INTEGRATION: CWS swusing (1.21.36); FILE MERGED 2007/10/10 14:15:12 tl 1.21.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [fd29c8c3a9fefa562801badeb302885bc0d88960]

        INTEGRATION: CWS swusing (1.7.36); FILE MERGED 2007/10/10 14:15:12 tl 1.7.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b5b9923472583ddcaa39c53f21af9913cc5fed57]

        INTEGRATION: CWS swusing (1.8.36); FILE MERGED 2007/10/10 14:15:12 tl 1.8.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f7494a526f80e0ac6d1161593b4db771451d62e9]

        INTEGRATION: CWS swusing (1.21.36); FILE MERGED 2007/10/10 14:15:11 tl 1.21.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5f7d56174f883e4b469bb926d8048b3535e09dd2]

        INTEGRATION: CWS swusing (1.9.36); FILE MERGED 2007/10/10 14:15:11 tl 1.9.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9804a1c5759bdfeb3cc5fb2e2a2527fe8654edbc]

        INTEGRATION: CWS swusing (1.14.36); FILE MERGED 2007/10/10 14:15:11 tl 1.14.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [fc2d3e71d503d9ba3efb1fc1e1c786569beafc8a]

        INTEGRATION: CWS swusing (1.6.36); FILE MERGED 2007/10/10 14:15:11 tl 1.6.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [52355396694867ca2967b8bd6fcf1ed1de1241fc]

        INTEGRATION: CWS swusing (1.7.36); FILE MERGED 2007/10/10 14:15:11 tl 1.7.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a7fe5779b4e30d47d865036398ba6ded8ca9b7a9]

        INTEGRATION: CWS swusing (1.5.36); FILE MERGED 2007/10/10 14:15:11 tl 1.5.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5fb3b8a60fd6400cf98eabca932ab61cb7c7a817]

        INTEGRATION: CWS swusing (1.19.36); FILE MERGED 2007/10/10 14:15:11 tl 1.19.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8671ec04a1045312b7951dd403df67c3a2000936]

        INTEGRATION: CWS swusing (1.29.36); FILE MERGED 2007/10/10 14:15:11 tl 1.29.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4d4170bbee77d8d7d8a69328a2d842790302f08c]

        INTEGRATION: CWS swusing (1.4.36); FILE MERGED 2007/10/10 14:15:11 tl 1.4.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [c9c20435ade0f90ab7117d0f7b89c9f436c15b1e]

        INTEGRATION: CWS swusing (1.12.36); FILE MERGED 2007/10/10 14:15:11 tl 1.12.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e9335f1df75aad3ad6fc4c59dc96e3e0e53c1724]

        INTEGRATION: CWS swusing (1.15.36); FILE MERGED 2007/10/10 14:15:11 tl 1.15.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [db5c58f1066aedd287da27d9aa056c923b9b1fa4]

        INTEGRATION: CWS swusing (1.8.36); FILE MERGED 2007/10/10 14:15:11 tl 1.8.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d569cec0ff3af49cbe9d089620fafc60cbfde2e6]

        INTEGRATION: CWS swusing (1.4.36); FILE MERGED 2007/10/10 14:15:10 tl 1.4.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e5d5bd52122d04ee3b41a28124053a563150ad56]

        INTEGRATION: CWS swusing (1.7.36); FILE MERGED 2007/10/10 14:15:10 tl 1.7.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [54e562d39729deae40e216ca156fa4ec897ea9af]

        INTEGRATION: CWS swusing (1.6.36); FILE MERGED 2007/10/10 14:15:10 tl 1.6.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7b1355a1627ddde92881002008b4e97d56a6b79d]

        INTEGRATION: CWS swusing (1.5.36); FILE MERGED 2007/10/10 14:15:10 tl 1.5.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [85dfb818480af59ee3f2bb61b70122c4f7c0309f]

        INTEGRATION: CWS swusing (1.110.32); FILE MERGED 2007/10/10 14:15:10 tl 1.110.32.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4d5cc75a188d1106da31d22b6033c00e5c25d448]

        INTEGRATION: CWS swusing (1.7.36); FILE MERGED 2007/10/10 14:15:09 tl 1.7.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [081b583a9dffbab99cae30288dae42999150ed59]

        INTEGRATION: CWS swusing (1.13.34); FILE MERGED 2007/10/10 14:15:09 tl 1.13.34.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [23e6e099e6f51447c739d3f9666848e9a018c14d]

        INTEGRATION: CWS swusing (1.11.38); FILE MERGED 2007/10/10 14:15:09 tl 1.11.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [37665b8c9273ef811b0dacb024b568b73a6b3964]

        INTEGRATION: CWS swusing (1.13.38); FILE MERGED 2007/10/10 14:15:09 tl 1.13.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ef21cdac482a7eaef377fe2bd3cd98d43b65c31a]

        INTEGRATION: CWS swusing (1.151.36); FILE MERGED 2007/10/10 14:15:09 tl 1.151.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [26c83a76cf152eedac9ad6db2d328427202ed11a]

        INTEGRATION: CWS swusing (1.9.38); FILE MERGED 2007/10/12 09:58:34 tl 1.9.38.2: #i82476# make 'using' declarations private 2007/10/10 14:15:09 tl 1.9.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [aeb3207145a8068569b75e295b24dc8d33130772]

        INTEGRATION: CWS swusing (1.69.38); FILE MERGED 2007/10/12 09:58:33 tl 1.69.38.2: #i82476# make 'using' declarations private 2007/10/10 14:15:08 tl 1.69.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5d2cff883ee1becd7f48b50abbb30f917c60e2c4]

        INTEGRATION: CWS swusing (1.6.38); FILE MERGED 2007/10/11 10:19:51 tl 1.6.38.2: #i82476# make 'using' declarations private 2007/10/10 14:15:08 tl 1.6.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [1ca9377719489daf1dcced209855b412f46a105c]

        INTEGRATION: CWS swusing (1.7.38); FILE MERGED 2007/10/11 10:19:51 tl 1.7.38.2: #i82476# make 'using' declarations private 2007/10/10 14:15:08 tl 1.7.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [e66dda40098d71227af055db2e825920805b28c4]

        INTEGRATION: CWS swusing (1.10.228); FILE MERGED 2007/10/11 08:51:05 tl 1.10.228.1: #i82476# make 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [1a38826a14f770d70d289e572424c952ef06e9fa]

        INTEGRATION: CWS swusing (1.21.38); FILE MERGED 2007/10/11 08:46:06 tl 1.21.38.1: #i82476# make 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [1339881b68a2a8986040e85d01d04181a1c59d79]

        INTEGRATION: CWS swusing (1.18.38); FILE MERGED 2007/10/10 14:15:08 tl 1.18.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [686277b6c8efe8fff5852032214048eae1faf095]

        INTEGRATION: CWS swusing (1.21.36); FILE MERGED 2007/10/10 14:15:08 tl 1.21.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3e1d2e12a7e1af0023974c4739cfaa3f8d5b9305]

        INTEGRATION: CWS swusing (1.62.36); FILE MERGED 2007/10/11 08:34:51 tl 1.62.36.1: #i82476# make 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [84a7e358df9d18d6a3172c029002772befba813b]

        INTEGRATION: CWS swusing (1.6.38); FILE MERGED 2007/10/11 08:34:51 tl 1.6.38.1: #i82476# make 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b8a6e209398a19d988142d8a29c55a073ba94220]

        INTEGRATION: CWS swusing (1.7.38); FILE MERGED 2007/10/10 14:15:08 tl 1.7.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [9c8642934fc7e1db71a44b5d00d8020ff5e5bc50]

        INTEGRATION: CWS swusing (1.21.38); FILE MERGED 2007/10/10 14:15:08 tl 1.21.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7af735730dff4eb7ea58636e17348b8e13c87218]

        INTEGRATION: CWS swusing (1.10.38); FILE MERGED 2007/10/12 09:57:52 tl 1.10.38.2: #i82476# make 'using' declarations private 2007/10/10 14:14:49 tl 1.10.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [57f9c08dbb12a8d33064baf225cdb34b6640bfcc]

        INTEGRATION: CWS swusing (1.7.38); FILE MERGED 2007/10/10 14:14:49 tl 1.7.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [6d995e9c22c17e8f4648ad506dfc432208d3a976]

        INTEGRATION: CWS swusing (1.23.36); FILE MERGED 2007/10/10 14:14:49 tl 1.23.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [af638638f03e8b60ceaa8e6186d7f46ba123f99d]

        INTEGRATION: CWS swusing (1.20.38); FILE MERGED 2007/10/10 14:14:49 tl 1.20.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ed722c623f955859ae15c8a9e055a9da456d1097]

        INTEGRATION: CWS swusing (1.11.38); FILE MERGED 2007/10/10 14:14:49 tl 1.11.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ac22ea3c23cb012b0f975357d7ddc6bea9e881cd]

        INTEGRATION: CWS swusing (1.8.38); FILE MERGED 2007/10/10 14:14:49 tl 1.8.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [f863b3798789ee7cfa8e4aac58af46f8a5b5d831]

        INTEGRATION: CWS swusing (1.10.38); FILE MERGED 2007/10/10 14:14:49 tl 1.10.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [7812fee3000583c9dd5ab8bbb4b0ae6bc9b27b9e]

        INTEGRATION: CWS swusing (1.23.38); FILE MERGED 2007/10/10 14:14:49 tl 1.23.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5a2f386789157cda6768e7cb11e455a61dae42b5]

        INTEGRATION: CWS swusing (1.6.38); FILE MERGED 2007/10/10 14:14:49 tl 1.6.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3185537650d9cdc4cef061085a38e9028d2d20ab]

        INTEGRATION: CWS swusing (1.19.36); FILE MERGED 2007/10/10 14:14:49 tl 1.19.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [608d8fb41c2e3a9c67747036e56c8396b9992a5d]

        INTEGRATION: CWS swusing (1.35.38); FILE MERGED 2007/10/10 14:14:49 tl 1.35.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3a9acc34bc2b93a4ebd5e819c89b69ad8d6862c1]

        INTEGRATION: CWS swusing (1.31.36); FILE MERGED 2007/10/10 14:14:49 tl 1.31.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [350917fd2575dc9247da9c31f7a4fc6fabc0a015]

        INTEGRATION: CWS swusing (1.50.38); FILE MERGED 2007/10/10 14:14:49 tl 1.50.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [20eb43f78a9d16c1da04bbdf75f35c6eda3cef6b]

        INTEGRATION: CWS swusing (1.16.38); FILE MERGED 2007/10/10 14:14:49 tl 1.16.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3fa103c95a15a970c7bd1c548ba0fe3f8543d85f]

        INTEGRATION: CWS swusing (1.4.990); FILE MERGED 2007/10/11 08:34:22 tl 1.4.990.2: #i82476# make 'using' declarations private 2007/10/10 14:14:48 tl 1.4.990.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [d4f22a7f4a0e77993a0c997a1aa7b1a7a183d5b1]

        INTEGRATION: CWS swusing (1.59.38); FILE MERGED 2007/10/12 09:57:52 tl 1.59.38.2: #i82476# make 'using' declarations private 2007/10/10 14:14:48 tl 1.59.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3715bcee586e7b626968ce17a2df270aec61b19d]

        INTEGRATION: CWS swusing (1.59.36); FILE MERGED 2007/10/10 14:14:48 tl 1.59.36.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [809de1a545cea9192dfa2df94e83065d7e3b62e5]

        INTEGRATION: CWS swusing (1.6.38); FILE MERGED 2007/10/10 14:14:48 tl 1.6.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5507871658a238e0dbc82a7a95a13295bebfcd5c]

        INTEGRATION: CWS swusing (1.42.38); FILE MERGED 2007/10/12 09:57:52 tl 1.42.38.2: #i82476# make 'using' declarations private 2007/10/10 14:14:48 tl 1.42.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5262df872d38e99ee65c7032b8f2cae4bd70ea97]

        INTEGRATION: CWS swusing (1.24.38); FILE MERGED 2007/10/10 14:14:48 tl 1.24.38.1: #i82476# make newly added 'using' declarations private

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [24b5167fb55e0b7610bdac0d403c5fa42941bce5]

        INTEGRATION: CWS obo17 (1.5.26); FILE MERGED 2007/10/18 07:45:54 obo 1.5.26.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [1360fbd1ba9a6660bcdbfd4860528adf0d995696]

        INTEGRATION: CWS obo17 (1.3.6); FILE MERGED 2007/10/18 07:45:53 obo 1.3.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [5dcdaf96761c116fd9e73c14ae8a4ed9018c0a28]

        INTEGRATION: CWS obo17 (1.4.6); FILE MERGED 2007/10/18 07:45:53 obo 1.4.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [24680f78795b6262627d7ed5c39fa0f7764718d4]

        INTEGRATION: CWS obo17 (1.6.6); FILE MERGED 2007/10/18 07:45:53 obo 1.6.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [b5a0bd9d726234e26c0f2464add0c038424809fe]

        INTEGRATION: CWS obo17 (1.8.8); FILE MERGED 2007/10/18 07:45:53 obo 1.8.8.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a2da5893b9242198c622259a9bd1722378d1d17c]

        INTEGRATION: CWS obo17 (1.3.6); FILE MERGED 2007/10/19 14:52:22 obo 1.3.6.2: new line at EOF missing 2007/10/18 07:45:53 obo 1.3.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ec1fa36cb630461b745af129bdf796bec6ac8d07]

        INTEGRATION: CWS obo17 (1.2.6); FILE MERGED 2007/10/19 14:53:11 obo 1.2.6.2: new line at EOF missing 2007/10/18 07:45:53 obo 1.2.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ac5a443eeb75d13c1aa5a9e2c233cea06192fc0e]

        INTEGRATION: CWS obo17 (1.2.26); FILE MERGED 2007/10/18 07:45:52 obo 1.2.26.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [964ef26b01a793783e9d584573d2837d229f632d]

        INTEGRATION: CWS obo17 (1.7.2); FILE MERGED 2007/10/18 07:45:52 obo 1.7.2.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [72d3bb5def3689d14978323708b731a0939f9c33]

        INTEGRATION: CWS obo17 (1.2.6); FILE MERGED 2007/10/18 07:45:52 obo 1.2.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [ee546e1c3b79a7b9d7d0527710e76bac0c5bbf67]

        INTEGRATION: CWS obo17 (1.3.6); FILE MERGED 2007/10/18 07:45:52 obo 1.3.6.1: #150903# unxmacxi support

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [da472b69b5a7164dc06c6565f1638ea366f89520]

        INTEGRATION: CWS obo17 (1.65.106); FILE MERGED 2007/10/22 08:44:42 obo 1.65.106.3: #150903# SYSTEM_ZLIB added 2007/10/19 13:38:17 obo 1.65.106.2: #150903# unset PREBUILD_MOZAB 2007/10/18 11:41:17 obo 1.65.106.1: #150903# support for unxmacxi

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [8ec5621ef52fe887976cdc92f4abb7861fd1c012]

        INTEGRATION: CWS obo17 (1.2.18); FILE MERGED 2007/10/18 10:07:31 obo 1.2.18.3: #150903# depends on GTK 2007/10/18 09:52:26 obo 1.2.18.2: undo last change 2007/10/18 09:48:53 obo 1.2.18.1: #150903# no unxmacxi support for this module

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [70b9e9343e282726f3c6fb3c129bf28e8e4e5a72]

        INTEGRATION: CWS obo17 (1.5.10); FILE MERGED 2007/10/19 10:11:49 obo 1.5.10.1: #150903# currently automatic smoketest for MacOSX not available

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [a2f500dc56b08b2e6eb5b54125c2674c0a25cda7]

        INTEGRATION: CWS obo17 (1.25.22); FILE MERGED 2007/10/19 13:52:58 obo 1.25.22.1: #150903# unxmacxi.pro added for OpenOffice

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [3d7635fcac4428ec56e83da71ede8e638ddf95a4]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [0751dcb6a2d1a3368f13cafe25b14626cd57b6b6]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [6174a50bb4c247c952038a920a2ef8062ac1b9d9]

        new version for MAC680

2007-10-22  Vladimir Glazounov  <vg@openoffice.org>  [4253ae2430ccda8884e847ac010e751da6d12044]

        new version for MAC680

2007-10-19  Tobias Krause  <tkr@openoffice.org>  [ec91582136d2f31be181370becb476f93094b874]

        #31053# WebDAV Https Support

2007-10-19  Tobias Krause  <tkr@openoffice.org>  [5b40ce920ae539733540b3c4a50cfcb6e5defd0f]

        #31053# WebDAV Https Support

2007-10-19  Rüdiger Timm  <rt@openoffice.org>  [50fdc8b0f75e757cb3de58e00a630643f1761ffa]

        #i82774# Quote LIBXML2LIB in CONFIGURE_FLAGS

2007-10-18  Vladimir Glazounov  <vg@openoffice.org>  [7db1e72900486772532086d6859f5e25df9ae470]

        #i10000# masterfix

2007-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a3bddfaa4c29411c63872da946df704252162b9b]

        #i10000# warnings == errors fix

2007-10-18  Rüdiger Timm  <rt@openoffice.org>  [dcb5a1e5d78cd97489b2d567b80a3f4e07054fdb]

        #i10000# source/minimizer/impoptimizer.cxx includes header from module 'unotools' - dependency added.

2007-10-17  Tobias Krause  <tkr@openoffice.org>  [7abcdd5fbe8bc288516ebc963b68137298c99a04]

        #31053# WebDAV Https Support

2007-10-17  Tobias Krause  <tkr@openoffice.org>  [79562af3317b6cf70c8d449c188edf7186c52135]

        #31053# WebDAV Https Support

2007-10-17  Vladimir Glazounov  <vg@openoffice.org>  [ca76e4137e03a305bacf29e44b889fc6b0e4fc5b]

        #i10000# dependency fix

2007-10-17  Vladimir Glazounov  <vg@openoffice.org>  [6dabb6467e470792e6e73712d5dcd2439114c13b]

        #i10000# #i82570# taking care of different spelling on solaris/windows

2007-10-17  Tobias Krause  <tkr@openoffice.org>  [2af79c8a2ca3fbc9f1f1e947dfc0db02175ba4a8]

        #31053# WebDAV Https Support

2007-10-17  Vladimir Glazounov  <vg@openoffice.org>  [fc9c21c05d68eb5c7344a9a90140587a9453773a]

        SRC680

2007-10-16  Armin Weiss  <aw@openoffice.org>  [195ed0f878fcd93a13e20b0d172a9bb9754ccbb6]

        #i39532# Finetuning

2007-10-16  Vladimir Glazounov  <vg@openoffice.org>  [065fc225ee8d23e0a6ca9837cf7e79d065c7f6e2]

        INTEGRATION: CWS swlayout01_SRC680 (1.53.188); FILE MERGED 2007/09/05 08:53:22 od 1.53.188.1: #i79774#,#b6596954# class <SwFrm>: 		    - reduce methods <GetIndPrev()> to one constant method 	     	    - private method <_GetIndPrev()> is now public

2007-10-16  Vladimir Glazounov  <vg@openoffice.org>  [8fd71b515524a2b2caae077a5929adfa01689753]

        INTEGRATION: CWS swlayout01_SRC680 (1.97.58); FILE MERGED 2007/09/05 08:59:07 od 1.97.58.1: #i79774#,#b6596954# method <lcl_NoPrev(..)> 		    - neglect empty section frames

2007-10-16  Vladimir Glazounov  <vg@openoffice.org>  [820e1ea302444f1d34fb34fa2c15ec38e8c9e3ba]

        INTEGRATION: CWS swlayout01_SRC680 (1.49.234); FILE MERGED 2007/09/05 09:02:07 od 1.49.234.1: #i79774#,#b6596954# method <SwFrm::_GetIndPrev()> 		    - minor adjustment to make method constant

2007-10-16  Vladimir Glazounov  <vg@openoffice.org>  [5fec8b8a8a39ecdc747fb8c0e4a1b26b41875e38]

        INTEGRATION: CWS swlayout01_SRC680 (1.66.234); FILE MERGED 2007/09/05 09:00:44 od 1.66.234.1: #i79774#,#b6596954# method <SwFlowFrm::MoveBwd(..)> 		    - on special check for follow frame neglect empty section frames.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a083e74aca7f332acbfec07541ee08f4716c52f8]

        INTEGRATION: CWS allowcurloldies_SRC680 (1.16.20); FILE MERGED 2007/10/08 08:50:23 rene 1.16.20.2: unneeded 2007/10/02 19:29:50 rene 1.16.20.1: #i81613# don't define -DCURL_NO_OLDIES

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f04355bda475af537eb2188097c03a8a9edd2ef3]

        INTEGRATION: CWS c05v005_SRC680 (1.22.104); FILE MERGED 2007/09/12 15:30:23 obr 1.22.104.1: #150542# modify both productkey variables for special flags

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [db401862de80bb4caa90db55dec5abc9cf7f3f7f]

        INTEGRATION: CWS c05v005_SRC680 (1.12.78); FILE MERGED 2007/09/13 07:01:58 cd 1.12.78.1: #150543# Use 'Registration' and 'About' as reference points for add-on help menu merging

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [3482433683e58276ee6146f67bbd49f457bb7563]

        INTEGRATION: CWS c07v015_SRC680 (1.10.136); FILE MERGED 2007/10/08 12:30:36 rt 1.10.136.1: #b6593741,i76395# printing embedded graphics with high resolution. Joined from CWS c07v014.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d63273d216ff81e83c8235b0ce25180b423497b3]

        INTEGRATION: CWS c07v015_SRC680 (1.144.36); FILE MERGED 2007/10/09 14:36:53 od 1.144.36.1: #b6600435# method <SwEditWin::KeyInput(..)> 	   - consider numbering user interface behavior configuration on 	     handling TAB-/SHIFT-TAB at first position of first list item

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7fca7eee78ca2a474df7aa184452df03da75df70]

        INTEGRATION: CWS c07v015_SRC680 (1.43.26); FILE MERGED 2007/10/09 15:03:36 fme 1.43.26.1: #b6614515# Check for repeated headlines in FindStartEndOfRowSpan

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d4552af2c2f7639dea0ebce2ea0922c638ce2d73]

        INTEGRATION: CWS c07v015_SRC680 (1.40.82); FILE MERGED 2007/10/09 14:35:02 od 1.40.82.1: #b660435# namespace numfunc 	  - implementation of new method <ChangeIndentOnTabAtFirstPosOfFirstListItem()> 	  - implementation of helper class <SwNumberingUIBehaviorConfig>

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e4f2952999771f9f24453a715a1ff69399f67bbb]

        INTEGRATION: CWS c07v015_SRC680 (1.10.82); FILE MERGED 2007/10/09 14:38:53 od 1.10.82.1: #b6600435# method <SwNumberTreeNode::IsFirst()> 	   - correction: child with previous phantom isn't the first one, 	     if its previous phantom has non-phantom childs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [528d69aebc394e5deb552ea30e64bb231fd1e1f0]

        INTEGRATION: CWS c07v015_SRC680 (1.30.82); FILE MERGED 2007/10/09 14:29:43 od 1.30.82.1: #b660435# namespace numfunc 	  - new method <ChangeIndentOnTabAtFirstPosOfFirstListItem()>

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fa81c7787a78badc8e5f71d1405f1972f42c3451]

        INTEGRATION: CWS c07v015_SRC680 (1.46.150); FILE MERGED 2007/10/09 14:41:46 od 1.46.150.1: #b6600435# new configuration group <UserInterfaceBehavior> under group 	   <Numbering> with new configuration item 	   <ChangeIndentOnTabAtFirstPosOfFirstListItem>

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a22c8d465494f7d5c6219098a0859d96cb35238d]

        INTEGRATION: CWS c13v001_SRC680 (1.19.460); FILE MERGED 2007/09/11 15:30:19 sj 1.19.460.1: #b6583990# fixed connection type for horizontal and vertical scroll shape

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [412b631da648c4f1ad5c7e1e4b81e89c6083dbe4]

        INTEGRATION: CWS chart18_SRC680 (1.10.46); FILE MERGED 2007/09/26 16:29:42 iha 1.10.46.1: #i81947# missing points in logarithmic xy plot

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [26fe6d8d8eccfeb799eade2a05fcf6644df6e5b1]

        INTEGRATION: CWS chart18_SRC680 (1.48.10.1.10); FILE MERGED 2007/09/26 18:18:07 iha 1.48.10.1.10.2: #i81947# missing points in logarithmic xy plot 2007/09/26 16:31:44 iha 1.48.10.1.10.1: #i81947# missing points in logarithmic xy plot

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4c7fcf99a5bbdac396a1d37b2b81fc64a968f724]

        INTEGRATION: CWS chart18_SRC680 (1.11.52); FILE MERGED 2007/10/09 14:30:39 iha 1.11.52.2: #i81902# log axis min value not shown if < 1 2007/10/09 12:35:08 iha 1.11.52.1: #i81902# log axis min value not shown if < 1

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [94eaf979123205bb088772ab4b58e142311e084f]

        INTEGRATION: CWS chart18_SRC680 (1.8.34); FILE MERGED 2007/09/27 11:16:26 iha 1.8.34.1: #i82006# don't loop

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f6b8885dbd26652ce861be25ad4e44eee72ba748]

        INTEGRATION: CWS jl78_SRC680 (1.7.10); FILE MERGED 2007/09/28 06:51:31 jl 1.7.10.1: #i82009# new versions

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7fe73af7c049039490d0676f13981aff8041e042]

        INTEGRATION: CWS sb78_SRC680 (1.49.12.1.4); FILE MERGED 2007/09/26 12:07:21 sb 1.49.12.1.4.1: #i81445# ScriptFramework.jar is (unfortunately) part of the OOo Java API.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [46fd8006f6134c759623a0a7e5b127a79435999d]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [ca4113297aae7069b364165025a9373e19e9800e]

        INTEGRATION: CWS chart16_SRC680 (1.2.58); FILE MERGED 2007/09/12 13:20:13 iha 1.2.58.1: #81390# Smooth Lines dialog is too small to set all properties

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [85e5249a22652312130d7807182e25cc7cd27949]

        INTEGRATION: CWS chart16_SRC680 (1.5.18); FILE MERGED 2007/09/12 13:19:48 iha 1.5.18.1: #81390# Smooth Lines dialog is too small to set all properties

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [97ce28f6a0b58fee6a12c5b0fa6c97de079d8cba]

        INTEGRATION: CWS chart16_SRC680 (1.9.2.1.6); FILE MERGED 2007/09/12 14:58:41 iha 1.9.2.1.6.1: #80431# Auto-resized fonts of axes and data labels are exported in the original size

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6d0c95384b407130bdb81541255d7931f4b1b4fe]

        INTEGRATION: CWS chart16_SRC680 (1.6.24); FILE MERGED 2007/09/12 14:59:52 iha 1.6.24.1: #80431# Auto-resized fonts of axes and data labels are exported in the original size

2007-10-15  Armin Weiss  <aw@openoffice.org>  [666a90d3aadf6f97c2c95fcf60f8103d38a7e013]

        #i39532# finetuning

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ae90dc9a1cea20926f5e5930c0dd9110c2ab033f]

        INTEGRATION: CWS dmake411 (1.6.6); FILE MERGED 2007/09/19 00:34:40 vq 1.6.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [92c73baa726e228fe3a114bb68eabc12f4ac60b9]

        INTEGRATION: CWS dmake411 (1.1.1.1.172); FILE MERGED 2007/09/02 10:44:27 vq 1.1.1.1.172.1: #i67911# Wait with the deletion of temporary files until the target is completely made.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6bdec730373e03da09b29dd352742cd2b8c21755]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:40 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ee765e042fba54c1947a15c502ee47075c741422]

        INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED 2007/10/13 23:43:19 vq 1.7.2.2: #i79272# Release dmake 4.11. 2007/07/05 15:58:51 vq 1.7.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fb396a8bc07704f8a7b3d41dc618b795fee01397]

        INTEGRATION: CWS dmake411 (1.7.6); FILE MERGED 2007/09/19 00:34:39 vq 1.7.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [aa0db89cad2072cc5b42ac930262b8f19183342e]

        INTEGRATION: CWS dmake411 (1.12.2); FILE MERGED 2007/10/13 23:43:19 vq 1.12.2.2: #i79272# Release dmake 4.11. 2007/07/05 15:58:51 vq 1.12.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d21358318e6c614c294df4b23effdf7de5433cc5]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:39 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b0011c45389161bcd056dc970c6ba02087a0bfb6]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:38 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [022c80bc4bf91cff9c2d2583100146d8edaa81b8]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:37 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [180525d9197a943fa06a99cf83fa394f2dfe402c]

        INTEGRATION: CWS dmake411 (1.6.6); FILE MERGED 2007/09/19 00:34:37 vq 1.6.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7d17a9df4af9b01dab7d369d7dbab8600f437fe1]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/23 22:05:03 vq 1.1.2.1: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [c35178c3c9f82e3cc5b55e99f967c907939a85f9]

        INTEGRATION: CWS dmake411 (1.7.6); FILE MERGED 2007/09/19 00:34:37 vq 1.7.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [397d88d4e2f647f7e977f4d337ac950853ea3ca5]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:36 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f9e89661589bf1d772b35e95b731c557bd3efce0]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:35 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d43e30a6ddbfe360fd7da8c33dc86f6efd153777]

        INTEGRATION: CWS dmake411 (1.3.2); FILE MERGED 2007/09/22 23:05:38 vq 1.3.2.1: #i81855# Clean-up merge from CWS os2port01.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [25ad1c9b808fec7e8da068bb9456997ad60241fa]

        INTEGRATION: CWS dmake411 (1.11.6); FILE MERGED 2007/10/06 14:33:06 vq 1.11.6.6: #i80598# Always issue a warning if the actual execution of a recipe line (this does not include sucessfully executed, but failing programs) fails. 2007/09/24 17:51:42 vq 1.11.6.5: #i80012# Fix crash when deleting intermediate targets. 2007/09/22 22:08:44 vq 1.11.6.4: RESYNC: (1.11-1.12); FILE MERGED 2007/09/19 00:34:35 vq 1.11.6.3: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/09/02 10:44:26 vq 1.11.6.2: #i67911# Wait with the deletion of temporary files until the target is completely made. 2007/08/11 20:52:23 vq 1.11.6.1: #i80598# Fix handling of ignored errors in the spawn enabled version of dmake.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7e709178b744290a8975e41346483b56ff213d46]

        INTEGRATION: CWS dmake411 (1.7.16); FILE MERGED 2007/09/16 03:57:13 vq 1.7.16.2: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE always be imported from the environment. Instead move the definition of targets from the command line after the evaluation of the startup makefile. 2007/09/16 03:03:42 vq 1.7.16.1: #i74007# Always import OOODMAKEMODE from the environment. Define targets from the command line after the macros from the command line and OOODMAKEMODE from the environment are set.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2abb080aef97be3f24f14fff0b5e2dbbabb6d9a7]

        INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED 2007/09/22 23:05:37 vq 1.8.2.1: #i81855# Clean-up merge from CWS os2port01.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [816155bb4239872e5137f82a68595548c22ff6bf]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:34 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fade5569697af28f070e9c1b0afc2843ab5aff1c]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/24 21:45:58 vq 1.1.2.1: #i80012# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f5047827faba05afd4fa70e97f544498ed015e44]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/31 05:24:13 vq 1.1.2.2: #i64572# Issue a warning for virtual targets with corresponding files. Update testcases. 2007/08/25 20:50:32 vq 1.1.2.1: #i64572# Add testcases.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8c57f7ce5654bb1e9477c270b2eeed56ad57df7a]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/11 20:57:13 vq 1.1.2.2: #i50092# Work around Solaris and nfs timing issues. Patch from hjs@openoffice.org. 2007/08/15 21:46:34 vq 1.1.2.1: #i80687# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [67af54546cc435bff838e22b644c910d6f1b4cfb]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/11 20:57:13 vq 1.1.2.2: #i50092# Work around Solaris and nfs timing issues. Patch from hjs@openoffice.org. 2007/08/10 17:59:46 vq 1.1.2.1: #i66751# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [bde28c569d81c7f21226794a5a8f4f84182fee2e]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/04 18:56:51 vq 1.1.2.1: #i80352# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [1ff2a0b2c9a6b88de84d77b5ae2f11db9f35163a]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/05 17:03:43 vq 1.1.2.2: #i80144# Change error about ambigous inference targets to warning. 2007/08/04 04:15:37 vq 1.1.2.1: #i80144# Add testcases.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [451cdf82cf8f55901cdbd5262a9a4d3c32bdf715]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/04 04:15:37 vq 1.1.2.1: #i80144# Add testcases.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ba15debd7468ce4c84b666790fb0cbfe5f324df3]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/01 00:45:28 vq 1.1.2.1: #i80143# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [40f0b757308e027023729fdde6b138c7762dba7e]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/11 20:57:13 vq 1.1.2.3: #i50092# Work around Solaris and nfs timing issues. Patch from hjs@openoffice.org. 2007/08/31 05:24:13 vq 1.1.2.2: #i64572# Issue a warning for virtual targets with corresponding files. Update testcases. 2007/07/28 02:03:02 vq 1.1.2.1: #i78837# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d74bc5d9844c36c8cfb3407a31a2f2bd88b5d8ac]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/07/12 22:59:50 vq 1.1.2.1: #i69462# Do not assume that non-existing prerequisites for %-targets have the same time stamp as the parent target. Testcase added.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fa13553581db5a52386cfb050da91b7b7bb55590]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/06 14:33:06 vq 1.1.2.2: #i80598# Always issue a warning if the actual execution of a recipe line (this does not include sucessfully executed, but failing programs) fails. 2007/08/11 21:23:42 vq 1.1.2.1: #i80598# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7c5a41509ee1a5f835920ec1cd6e7ccb060165c6]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/09 02:00:36 vq 1.1.2.1: #i67709# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4d1933b86be0699c6a0fd1ad4a0cded71cc36994]

        INTEGRATION: CWS dmake411 (1.3.22); FILE MERGED 2007/10/11 20:57:13 vq 1.3.22.1: #i50092# Work around Solaris and nfs timing issues. Patch from hjs@openoffice.org.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7b9f7e736666ebc966ff0386ea7d9ba56b173b11]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/13 22:21:23 vq 1.1.2.1: #i81252# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [da9dc9687652b08f376d042e8f62dbd19f82a0f9]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/13 22:27:58 vq 1.1.2.2: #i10000# Fix typo. 2007/09/16 16:35:34 vq 1.1.2.1: #i81296# Add testcases.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [88872b0a4b72f06d78a244343f61a92bca224127]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/02 10:57:44 vq 1.1.2.1: #i67911# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [6a8c7a25cc9dc7d7b07c163d3330fc64fc69ee57]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/07/28 01:37:10 vq 1.1.2.1: #i80010# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4a39426a3ad7b4394b2591269dfa11d068b76c1e]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/07/27 19:16:47 vq 1.1.2.1: #i80009# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [79b697eb30875bb323cce0104a90726418015a46]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/17 22:24:32 vq 1.1.2.2: #i78776# Fix testcases for non-cygwin OS. 2007/07/25 00:31:15 vq 1.1.2.1: #i78776# Add testcases.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [bbbbc4c2b862ad3575083eea78c57bec66211249]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/16 04:10:30 vq 1.1.2.3: #i74007# Change testcase. 2007/09/16 03:16:51 vq 1.1.2.2: #i74007# Add testcase. 2007/08/26 22:22:27 vq 1.1.2.1: #i74007# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [a000000ee02b677fd13c70158e2311f87e786753]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/08 17:49:08 vq 1.1.2.1: #i69510# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [0f63c9c045b52e6e3cdf8b7e963006e8eef50416]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/10/11 20:57:13 vq 1.1.2.2: #i50092# Work around Solaris and nfs timing issues. Patch from hjs@openoffice.org. 2007/08/05 21:10:13 vq 1.1.2.1: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ec1570380566c3f8bbcb2235d3bea58560c228b0]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/08/29 02:25:51 vq 1.1.2.1: #i64234# Add testcase.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [1686432f9c274beddd82cc0dd27ea82abe48c145]

        INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED 2007/10/13 22:21:23 vq 1.7.2.21: #i81252# Add testcase. 2007/09/24 21:45:57 vq 1.7.2.20: #i80012# Add testcase. 2007/09/16 16:35:34 vq 1.7.2.19: #i81296# Add testcases. 2007/09/02 10:57:44 vq 1.7.2.18: #i67911# Add testcase. 2007/08/29 02:25:51 vq 1.7.2.17: #i64234# Add testcase. 2007/08/26 22:22:27 vq 1.7.2.16: #i74007# Add testcase. 2007/08/25 20:50:32 vq 1.7.2.15: #i64572# Add testcases. 2007/08/15 21:46:34 vq 1.7.2.14: #i80687# Add testcase. 2007/08/11 21:23:42 vq 1.7.2.13: #i80598# Add testcase. 2007/08/10 17:59:46 vq 1.7.2.12: #i66751# Add testcase. 2007/08/09 02:00:35 vq 1.7.2.11: #i67709# Add testcase. 2007/08/08 17:49:08 vq 1.7.2.10: #i69510# Add testcase. 2007/08/05 21:10:13 vq 1.7.2.9: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase. 2007/08/04 18:56:51 vq 1.7.2.8: #i80352# Add testcase. 2007/08/04 04:15:37 vq 1.7.2.7: #i80144# Add testcases. 2007/08/01 00:45:28 vq 1.7.2.6: #i80143# Add testcase. 2007/07/28 02:03:02 vq 1.7.2.5: #i78837# Add testcase. 2007/07/28 01:37:10 vq 1.7.2.4: #i80010# Add testcase. 2007/07/27 19:16:47 vq 1.7.2.3: #i80009# Add testcase. 2007/07/25 00:31:15 vq 1.7.2.2: #i78776# Add testcases. 2007/07/12 22:59:50 vq 1.7.2.1: #i69462# Do not assume that non-existing prerequisites for %-targets have the same time stamp as the parent target. Testcase added.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b63d1bc1f6e9d7dcc24c3d71e8aef665bfa6c108]

        INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED 2007/10/13 22:21:23 vq 1.7.2.21: #i81252# Add testcase. 2007/09/24 21:45:57 vq 1.7.2.20: #i80012# Add testcase. 2007/09/16 16:35:34 vq 1.7.2.19: #i81296# Add testcases. 2007/09/02 10:57:44 vq 1.7.2.18: #i67911# Add testcase. 2007/08/29 02:27:17 vq 1.7.2.17: #i64234# Also change Makefile.am. 2007/08/26 22:22:27 vq 1.7.2.16: #i74007# Add testcase. 2007/08/25 20:50:32 vq 1.7.2.15: #i64572# Add testcases. 2007/08/15 21:46:34 vq 1.7.2.14: #i80687# Add testcase. 2007/08/11 21:23:42 vq 1.7.2.13: #i80598# Add testcase. 2007/08/10 17:59:46 vq 1.7.2.12: #i66751# Add testcase. 2007/08/09 02:00:35 vq 1.7.2.11: #i67709# Add testcase. 2007/08/08 17:49:08 vq 1.7.2.10: #i69510# Add testcase. 2007/08/05 21:10:13 vq 1.7.2.9: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase. 2007/08/04 18:56:51 vq 1.7.2.8: #i80352# Add testcase. 2007/08/04 04:15:36 vq 1.7.2.7: #i80144# Add testcases. 2007/08/01 00:45:28 vq 1.7.2.6: #i80143# Add testcase. 2007/07/28 02:03:02 vq 1.7.2.5: #i78837# Add testcase. 2007/07/28 01:37:10 vq 1.7.2.4: #i80010# Add testcase. 2007/07/27 19:16:47 vq 1.7.2.3: #i80009# Add testcase. 2007/07/25 00:31:15 vq 1.7.2.2: #i78776# Add testcases. 2007/07/12 22:59:50 vq 1.7.2.1: #i69462# Do not assume that non-existing prerequisites for %-targets have the same time stamp as the parent target. Testcase added.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [3e8cbc22585f5f4684bade16a70cb17808fcfdf6]

        INTEGRATION: CWS dmake411 (1.2.28); FILE MERGED 2007/09/19 00:34:34 vq 1.2.28.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f433a438875ed855710a66ed0d3dbbaadaf33f]

        INTEGRATION: CWS dmake411 (1.1.2); FILE ADDED 2007/09/23 22:05:03 vq 1.1.2.1: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario.

2007-10-15  Rüdiger Timm  <rt@openoffice.org>  [a99c2bfe1d53404ff78cc1946412366948713902]

        #i82638# Generate product update service information xml file for BrOffice and BrOffice_Dev.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [1b0d329a914836f3adf122c7a0750169fc929e07]

        INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED 2007/07/05 15:58:51 vq 1.8.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [9617ece1a706bc226973f58afe689cb6d2ba0f20]

        INTEGRATION: CWS dmake411 (1.2.6); FILE MERGED 2007/09/19 00:34:34 vq 1.2.6.2: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/09/02 10:44:26 vq 1.2.6.1: #i67911# Wait with the deletion of temporary files until the target is completely made.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ac74867238ff0efa33223258b8d5e847a8771056]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:34 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [19615dd77cfeb8f55af8efd1f369d1431b4609e5]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:33 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [c36628ce73c0d4b1dc723505de9e9a70f920ec44]

        INTEGRATION: CWS dmake411 (1.3.2); FILE MERGED 2007/09/22 23:05:37 vq 1.3.2.1: #i81855# Clean-up merge from CWS os2port01.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [1fd701c661f61bee4f2e815585fb236eab7901ea]

        INTEGRATION: CWS dmake411 (1.2.28); FILE MERGED 2007/09/22 22:08:41 vq 1.2.28.3: RESYNC: (1.2-1.3); FILE MERGED 2007/09/16 03:57:13 vq 1.2.28.2: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE always be imported from the environment. Instead move the definition of targets from the command line after the evaluation of the startup makefile. 2007/09/16 03:03:42 vq 1.2.28.1: #i74007# Always import OOODMAKEMODE from the environment. Define targets from the command line after the macros from the command line and OOODMAKEMODE from the environment are set.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4fc8c2c61f592c7fc8225f4d61d00aeb8241d903]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:32 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d65fd58ae8fbcbc2e7eff1a3c5b3cb29c9fe23a7]

        INTEGRATION: CWS dmake411 (1.2.16); FILE MERGED 2007/09/19 00:34:31 vq 1.2.16.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [760db9141b198bcaaa8252f41d8feeca7a007d50]

        INTEGRATION: CWS dmake411 (1.4.6); FILE MERGED 2007/10/06 14:33:06 vq 1.4.6.3: #i80598# Always issue a warning if the actual execution of a recipe line (this does not include sucessfully executed, but failing programs) fails. 2007/09/19 00:34:31 vq 1.4.6.2: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/09/02 10:44:26 vq 1.4.6.1: #i67911# Wait with the deletion of temporary files until the target is completely made.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [4d31021f5b75e9423d62c0cb0ba430cd7331e400]

        INTEGRATION: CWS dmake411 (1.11.2); FILE MERGED 2007/10/13 23:43:19 vq 1.11.2.12: #i79272# Release dmake 4.11. 2007/09/20 01:50:44 vq 1.11.2.11: #i81252# Restore alphabetical order. 2007/09/19 01:03:40 vq 1.11.2.10: #i81252# Add documentation for the SHELLCMDQUOTE macro. 2007/09/16 03:57:13 vq 1.11.2.9: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE always be imported from the environment. Instead move the definition of targets from the command line after the evaluation of the startup makefile. 2007/09/16 03:03:41 vq 1.11.2.8: #i74007# Always import OOODMAKEMODE from the environment. Define targets from the command line after the macros from the command line and OOODMAKEMODE from the environment are set. 2007/08/31 05:24:13 vq 1.11.2.7: #i64572# Issue a warning for virtual targets with corresponding files. Update testcases. 2007/08/30 09:13:09 vq 1.11.2.6: #i64572# Add documentation. 2007/08/28 18:28:24 vq 1.11.2.5: #i64234# Fix $(mktmp ..) handling of leading spaces. 2007/08/10 15:42:07 vq 1.11.2.4: #i66751# Accept .PHONY attribute in %-targets. 2007/08/07 01:54:13 vq 1.11.2.3: #i66448# Clarify prerequisites for %-targets. 2007/07/27 17:06:25 vq 1.11.2.2: #i78776# Document new normalizing function macro and macro extension. 2007/07/05 15:58:51 vq 1.11.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [397297d34862b24064cd7f5b3ae682f69ad63d23]

        INTEGRATION: CWS dmake411 (1.9.2); FILE MERGED 2007/10/13 23:43:19 vq 1.9.2.12: #i79272# Release dmake 4.11. 2007/09/20 01:50:43 vq 1.9.2.11: #i81252# Restore alphabetical order. 2007/09/19 01:03:40 vq 1.9.2.10: #i81252# Add documentation for the SHELLCMDQUOTE macro. 2007/09/16 03:57:12 vq 1.9.2.9: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE always be imported from the environment. Instead move the definition of targets from the command line after the evaluation of the startup makefile. 2007/09/16 03:06:24 vq 1.9.2.8: #i74007# Update text version of the man page. 2007/08/31 05:24:12 vq 1.9.2.7: #i64572# Issue a warning for virtual targets with corresponding files. Update testcases. 2007/08/30 09:13:09 vq 1.9.2.6: #i64572# Add documentation. 2007/08/28 18:28:23 vq 1.9.2.5: #i64234# Fix $(mktmp ..) handling of leading spaces. 2007/08/10 15:42:07 vq 1.9.2.4: #i66751# Accept .PHONY attribute in %-targets. 2007/08/07 01:54:12 vq 1.9.2.3: #i66448# Clarify prerequisites for %-targets. 2007/07/27 17:06:25 vq 1.9.2.2: #i78776# Document new normalizing function macro and macro extension. 2007/07/05 15:58:50 vq 1.9.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [af44c4c7197e76050abc4330a0e0b816c724a380]

        INTEGRATION: CWS dmake411 (1.8.6); FILE MERGED 2007/09/19 00:34:31 vq 1.8.6.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [98b07f63528187b6665e019dc1c57466ccc89c5b]

        INTEGRATION: CWS dmake411 (1.6.2); FILE MERGED 2007/09/19 00:34:31 vq 1.6.2.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [edba764b995380b01926fe20cfa1f15665f42171]

        INTEGRATION: CWS dmake411 (1.10.4); FILE MERGED 2007/09/23 22:05:03 vq 1.10.4.11: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/22 22:08:38 vq 1.10.4.10: RESYNC: (1.10-1.11); FILE MERGED 2007/09/19 00:34:31 vq 1.10.4.9: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/09/02 10:44:26 vq 1.10.4.8: #i67911# Wait with the deletion of temporary files until the target is completely made. 2007/08/31 05:24:12 vq 1.10.4.7: #i64572# Issue a warning for virtual targets with corresponding files. Update testcases. 2007/08/25 19:34:32 vq 1.10.4.6: #i64572# If a target without recipes has an existing file use its time stamp only if the time is newer than the one of the its newest prerequisite. 2007/08/22 14:02:19 vq 1.10.4.5: #i64572# Fix the F_RULES problem mentioned before. 2007/08/21 15:09:25 vq 1.10.4.4: #i64572# To keep the dependency chains intact targets without recipes inherit the time of their newest prerequisite. (Additional patches are needed as currently the F_RULES flag is not always set correctly.) 2007/08/20 00:05:09 vq 1.10.4.3: #i64572# Assumes that targets without recipe lines have a current time stamp after they were made (independent of the actual time stamp of the file. 2007/08/18 22:23:40 vq 1.10.4.2: #i64572# Make dmake warn if the time stamp of a target is not updated after making the target. This warning can be silenced using the .SILENT attribute. 2007/08/18 03:16:50 vq 1.10.4.1: #i10000# Add some comments.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [246215281039fc1def4388ba2aac6e66d6fbc3db]

        INTEGRATION: CWS dmake411 (1.2.6); FILE MERGED 2007/07/29 16:10:54 vq 1.2.6.1: #i10000# Add comments to documents aspects of the inference mechanism.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [53ba304c3270768cf004e4afbcbc965e964ecc71]

        INTEGRATION: CWS dmake411 (1.11.4); FILE MERGED 2007/09/14 03:40:58 vq 1.11.4.5: #i81296# Clear flags indicating that targets that infered makefiles (and their prerequisites) were previously build. 2007/09/14 00:09:00 vq 1.11.4.4: #i81296# Remove bit recycling for F_VISITED/F_USED. Use only F_VISITED. 2007/09/08 18:20:35 vq 1.11.4.3: #i10000# Add some output for .INCLUDE operations when the -vf verbose flag is given. 2007/08/09 01:43:17 vq 1.11.4.2: #i67709# Improve parsing of group recipes. 2007/08/07 01:54:12 vq 1.11.4.1: #i66448# Clarify prerequisites for %-targets.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [de1ebb7712ed810233dc30d20e0e893740e763fc]

        INTEGRATION: CWS dmake411 (1.6.6); FILE MERGED 2007/09/09 19:11:35 vq 1.6.6.2: #i81273# Fixed another MinGW build problem. 2007/09/06 14:53:17 vq 1.6.6.1: #i81273# Fix MinGW build problem.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [3602a3443e46da48db9d9348ac72fe2a5079e163]

        INTEGRATION: CWS dmake411 (1.4.2); FILE MERGED 2007/09/23 22:05:02 vq 1.4.2.2: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/07/24 23:00:27 vq 1.4.2.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [12dbccf2adcf18152c4aada0f44362f54a527265]

        INTEGRATION: CWS dmake411 (1.7.6); FILE MERGED 2007/08/09 01:43:17 vq 1.7.6.1: #i67709# Improve parsing of group recipes.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [d0ecd9768c8b4729f33efc48f13c36d666cc4b0e]

        INTEGRATION: CWS dmake411 (1.2.2); FILE MERGED 2007/10/11 20:36:31 vq 1.2.2.3: #i81855# Add a comment about building dmake on OS/2. 2007/09/23 22:05:02 vq 1.2.2.2: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/22 22:27:27 vq 1.2.2.1: #i81855# Revert change to make.cmd as it refers to a non-existing script in dmake\os2\gcc\emx\mk.cmd.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8c8f0e51a845dc62fd5e9740aadb69d1b0aaea80]

        INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED 2007/09/19 00:34:31 vq 1.9.4.15: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/09/14 03:40:58 vq 1.9.4.14: #i81296# Clear flags indicating that targets that infered makefiles (and their prerequisites) were previously build. 2007/09/08 18:20:35 vq 1.9.4.13: #i10000# Add some output for .INCLUDE operations when the -vf verbose flag is given. 2007/09/02 10:44:26 vq 1.9.4.12: #i67911# Wait with the deletion of temporary files until the target is completely made. 2007/08/25 19:34:32 vq 1.9.4.11: #i64572# If a target without recipes has an existing file use its time stamp only if the time is newer than the one of the its newest prerequisite. 2007/08/21 15:09:25 vq 1.9.4.10: #i64572# To keep the dependency chains intact targets without recipes inherit the time of their newest prerequisite. (Additional patches are needed as currently the F_RULES flag is not always set correctly.) 2007/08/18 22:23:40 vq 1.9.4.9: #i64572# Make dmake warn if the time stamp of a target is not updated after making the target. This warning can be silenced using the .SILENT attribute. 2007/08/18 03:21:48 vq 1.9.4.8: #i10000# Remove unused variable. 2007/08/18 03:16:50 vq 1.9.4.7: #i10000# Add some comments. 2007/08/15 21:25:21 vq 1.9.4.6: #i80687# Fix building of inferred phony prerequisites. 2007/08/14 17:55:49 vq 1.9.4.5: #i64572# Revert previous patch. 2007/08/13 15:33:17 vq 1.9.4.4: #i64572# Make dmake warn if the time stamp of a target is not updated after making the target. 2007/08/05 18:55:42 vq 1.9.4.3: #i70168# Clear F_MARK flag after dynamic prerequisite expansion is done. 2007/08/04 18:42:31 vq 1.9.4.2: #i80352# Fix .PRECIOUS attribute. 2007/07/12 22:59:49 vq 1.9.4.1: #i69462# Do not assume that non-existing prerequisites for %-targets have the same time stamp as the parent target. Testcase added.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [551eb4d6c3e45ace719aea770e0078885dd553dd]

        INTEGRATION: CWS dmake411 (1.2.16); FILE MERGED 2007/08/09 19:46:38 vq 1.2.16.3: #i69510# Change error on assignment to an empty macro name to a warning. 2007/08/08 16:54:59 vq 1.2.16.2: #i69510# Improve error message. 2007/08/08 16:52:21 vq 1.2.16.1: #i69510# Improve macro name syntax check during assignment.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f6c2da4d3a5a2c688a7b5c2706c775fa3ba7052a]

        INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED 2007/08/10 17:39:24 vq 1.7.4.7: #i66751# Make sure that infered phony %-targets do not have a time stamp. 2007/08/10 15:42:07 vq 1.7.4.6: #i66751# Accept .PHONY attribute in %-targets. 2007/08/05 17:51:32 vq 1.7.4.5: #i80144# Clean-up. 2007/08/05 17:03:43 vq 1.7.4.4: #i80144# Change error about ambigous inference targets to warning. 2007/08/01 00:29:43 vq 1.7.4.3: #i80143# Fix problem marking some intermediate targets removable. 2007/07/30 02:28:10 vq 1.7.4.2: #i80144# Improve check for ambiguous inference chains. 2007/07/29 16:10:54 vq 1.7.4.1: #i10000# Add comments to documents aspects of the inference mechanism.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e848d1bfc5b896141aedcc575a2d8f37d1c6ae7a]

        INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED 2007/09/22 23:05:37 vq 1.7.2.2: #i81855# Clean-up merge from CWS os2port01. 2007/09/19 00:34:31 vq 1.7.2.1: #i81252# Add a new SHELLCMDQUOTE control macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [fbc0d5cc3e3eb91a046913eccc69c2143349c524]

        INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED 2007/09/19 00:34:30 vq 1.9.4.2: #i81252# Add a new SHELLCMDQUOTE control macro. 2007/07/05 21:17:13 vq 1.9.4.1: #i79200# Remove unneeded error on defined or DEFINED after .IF expression.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [bf1dc2eceb0fbe7cd9be6e57fff65d8ce94cea8f]

        INTEGRATION: CWS dmake411 (1.10.6); FILE MERGED 2007/08/28 18:28:23 vq 1.10.6.3: #i64234# Fix $(mktmp ..) handling of leading spaces. 2007/08/05 21:10:13 vq 1.10.6.2: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase. 2007/07/24 23:00:27 vq 1.10.6.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [71534fc7c42cb4f88ddc7cb6c7ca84df611e6a71]

        INTEGRATION: CWS dmake411 (1.11.4); FILE MERGED 2007/09/23 22:05:02 vq 1.11.4.3: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/14 03:40:58 vq 1.11.4.2: #i81296# Clear flags indicating that targets that infered makefiles (and their prerequisites) were previously build. 2007/07/24 23:00:27 vq 1.11.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [46d0ea15a4803c6a19a98dc562f3b6a1408af690]

        INTEGRATION: CWS dmake411 (1.6.16); FILE MERGED 2007/09/23 22:05:02 vq 1.6.16.6: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/22 22:08:34 vq 1.6.16.5: RESYNC: (1.6-1.7); FILE MERGED 2007/07/31 02:23:31 vq 1.6.16.4: #i80009# Add missing string initialization. 2007/07/27 19:47:09 vq 1.6.16.3: #i80010# Keep quotes for :1 and :i macro extensions. 2007/07/26 22:27:21 vq 1.6.16.2: #i80009# Fix handling of quoted filenames for :b :d :e :f macro expansions. 2007/07/24 23:00:26 vq 1.6.16.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [7e5a05dd14f3572250c6f286fab2b4509ef4fee6]

        INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED 2007/09/14 00:08:59 vq 1.7.4.3: #i81296# Remove bit recycling for F_VISITED/F_USED. Use only F_VISITED. 2007/08/18 03:16:50 vq 1.7.4.2: #i10000# Add some comments. 2007/07/24 23:00:26 vq 1.7.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [81c04183a9db35643bf00b0b8369e7f5514a0847]

        INTEGRATION: CWS dmake411 (1.10.4); FILE MERGED 2007/09/23 22:05:02 vq 1.10.4.6: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/22 22:08:30 vq 1.10.4.5: RESYNC: (1.10-1.11); FILE MERGED 2007/09/21 23:14:14 vq 1.10.4.4: #i81296# Change comment. 2007/09/16 03:57:12 vq 1.10.4.3: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE always be imported from the environment. Instead move the definition of targets from the command line after the evaluation of the startup makefile. 2007/09/16 03:03:40 vq 1.10.4.2: #i74007# Always import OOODMAKEMODE from the environment. Define targets from the command line after the macros from the command line and OOODMAKEMODE from the environment are set. 2007/09/14 03:40:58 vq 1.10.4.1: #i81296# Clear flags indicating that targets that infered makefiles (and their prerequisites) were previously build.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [8b8a491ab8b382b242c1d65a6426a4c8d0f1459b]

        INTEGRATION: CWS dmake411 (1.10.2); FILE MERGED 2007/07/24 23:00:26 vq 1.10.2.1: #i78776# New function macro $(normpath[,para] list) to normalise the elements of list and a macro extension $(macro_name:n) to normalise the content of macro_name. The normalization is done token-wise and quotes are preserved. On cygwin the result honors the setting of .WINPATH to determine the output format.  If the optional parameter para is given in the $(normpath ...) case its expanded value is used to override the .WINPATH setting for the output of the function macro.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [ee660231be4d04375cf7a52f8a83f7d979571725]

        INTEGRATION: CWS dmake411 (1.29.2); FILE MERGED 2007/10/13 23:43:18 vq 1.29.2.5: #i79272# Release dmake 4.11. 2007/09/23 22:05:02 vq 1.29.2.4: #i81855# More changes for the OS/2 port. Patch provided by Yuri Dario. 2007/09/22 22:08:27 vq 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2007/07/28 17:12:02 vq 1.29.2.2: #i79815# Fix default DMAKEROOT macro value. 2007/07/05 15:58:50 vq 1.29.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [5e4ca33d8e2b8ae70304826b339109f9d716102f]

        INTEGRATION: CWS dmake411 (1.22.2); FILE MERGED 2007/10/13 23:43:18 vq 1.22.2.5: #i79272# Release dmake 4.11. 2007/09/23 22:12:06 vq 1.22.2.4: #i81855# Regenerate configure and friends. 2007/09/22 23:11:20 vq 1.22.2.3: #i81855# Regenerate configure and friends. 2007/07/28 17:12:01 vq 1.22.2.2: #i79815# Fix default DMAKEROOT macro value. 2007/07/05 15:58:50 vq 1.22.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [e494403addfb730155fdf451822b20813bffbdf9]

        INTEGRATION: CWS dmake411 (1.9.2); FILE MERGED 2007/10/13 23:43:18 vq 1.9.2.5: #i79272# Release dmake 4.11. 2007/09/22 23:05:37 vq 1.9.2.4: #i81855# Clean-up merge from CWS os2port01. 2007/09/22 00:46:32 vq 1.9.2.3: #i79271# Update NEWS file. 2007/07/27 17:06:25 vq 1.9.2.2: #i78776# Document new normalizing function macro and macro extension. 2007/07/05 15:58:50 vq 1.9.2.1: #i79271# Bump version to 4.11-cvs.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [1bd7895b0dba9dfd850b32f7362e019c6db82357]

        INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED 2007/10/13 23:46:45 vq 1.8.2.19: #i10000# Update ChangeLog. 2007/09/24 21:50:56 vq 1.8.2.18: #i10000# Update ChangeLog. 2007/09/23 22:14:46 vq 1.8.2.17: #i10000# Update ChangeLog. 2007/09/22 23:15:38 vq 1.8.2.16: #i10000# Update ChangeLog. 2007/09/22 00:54:41 vq 1.8.2.15: #i10000# Update ChangeLog. 2007/09/16 17:15:01 vq 1.8.2.14: #i10000# Update ChangeLog. 2007/09/02 11:13:55 vq 1.8.2.13: #i10000# Update ChangeLog. 2007/08/29 02:39:02 vq 1.8.2.12: #i10000# Update ChangeLog. 2007/08/25 21:02:50 vq 1.8.2.11: #i10000# Update ChangeLog. 2007/08/15 21:50:37 vq 1.8.2.10: #i10000# Update ChangeLog. 2007/08/10 18:05:48 vq 1.8.2.9: #i10000# Update ChangeLog. 2007/08/08 17:53:37 vq 1.8.2.8: #i10000# Update ChangeLog. 2007/08/05 19:06:42 vq 1.8.2.7: #i10000# Update ChangeLog. 2007/08/05 17:05:37 vq 1.8.2.6: #i10000# Update ChangeLog. 2007/08/04 19:01:23 vq 1.8.2.5: #i10000# Update ChangeLog. 2007/08/01 01:05:39 vq 1.8.2.4: #i10000# Update ChangeLog. 2007/07/28 17:31:17 vq 1.8.2.3: #i10000# Update ChangeLog. 2007/07/26 22:33:25 vq 1.8.2.2: #i10000# Update ChangeLog. 2007/07/05 21:21:47 vq 1.8.2.1: #i10000# Update ChangeLog.

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [69429d14577ad2d49426d177c6e65bf827111897]

        INTEGRATION: CWS vgbugs08 (1.10.42); FILE MERGED 2007/09/27 10:12:57 vg 1.10.42.1: #i81820# fully stripped basenames

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [f4ed2f074aeec20891fedd21077688cc2ad25af7]

        INTEGRATION: CWS vgbugs08 (1.2.148); FILE MERGED 2007/09/27 11:14:50 vg 1.2.148.1: cleanup: removed unused variables

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [c0f376378752436ff28372ec3ec98dedb1578b72]

        INTEGRATION: CWS vgbugs08 (1.157.90); FILE MERGED 2007/10/15 12:35:53 vg 1.157.90.5: #i69471# fix for cygwin 2007/09/25 14:54:47 vg 1.157.90.4: use library functions instead of self-implemented 2007/09/14 15:14:55 vg 1.157.90.3: #i69471# corrected windows paths in html page 2007/09/14 11:49:51 vg 1.157.90.2: #i79655# get rid of regular sleeps for UNIX 2007/09/10 15:37:17 vg 1.157.90.1: #i79655# Fix sleeps in build.pl for UNIX

2007-10-15  Ivo Hinkelmann  <ihi@openoffice.org>  [2ca562f382f2fcf38e002207f34b77be442320f7]

        INTEGRATION: CWS vgbugs08 (1.2.44); FILE MERGED 2007/09/27 11:10:25 vg 1.2.44.1: #i82004# quick fix: do not remove logs directory

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [df02494d3c156b0da5da555bedd17e178d56447b]

        INTEGRATION: CWS native106 (1.11.238); FILE MERGED 2007/08/14 14:11:38 is 1.11.238.1: #i78125# starting apps from command line

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [18f36c0a08456a90f8c867c31c783953f0229ae9]

        INTEGRATION: CWS native106 (1.21.238); FILE MERGED 2007/08/14 14:11:37 is 1.21.238.1: #i78125# starting apps from command line

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b058a2a1ca6641a26a9489759f04ca41af7aa7fb]

        INTEGRATION: CWS native106 (1.11.238); FILE MERGED 2007/08/14 14:11:37 is 1.11.238.1: #i78125# starting apps from command line

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e91f0bc908ddc3e4d41437279735fc7076d5f262]

        INTEGRATION: CWS native106 (1.12.238); FILE MERGED 2007/08/14 14:11:37 is 1.12.238.1: #i78125# starting apps from command line

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [cba8a55eb205fc4d525e80a242745f8270e53f40]

        INTEGRATION: CWS native106 (1.6.238); FILE MERGED 2007/08/14 14:11:36 is 1.6.238.1: #i78125# starting apps from command line

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f9066e6294489d96efe48b11a1f02b796e02a9ad]

        INTEGRATION: CWS native106 (1.4.14); FILE MERGED 2007/08/13 15:44:32 is 1.4.14.1: #i80641# saving jre for uninstallation

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4493317b3b4eb7a68676e2b24dfb8945b5a8c6fa]

        INTEGRATION: CWS native106 (1.11.64); FILE MERGED 2007/08/13 14:38:18 is 1.11.64.1: #i80639# new string for Windows Installer title

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4b325a9ea4a02368a50e12e14160101e5f01aa33]

        INTEGRATION: CWS native106 (1.2.10); FILE MERGED 2007/08/14 12:59:51 is 1.2.10.1: #i79740# wrong size calculation

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [96d1ca995ab48adfa7c3c61471672c90898baddb]

        INTEGRATION: CWS native106 (1.10.56); FILE MERGED 2007/08/13 15:31:16 is 1.10.56.1: #i80478# removing western language list

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6b69aa21a484e0374db95c8e9891a75edf904a9a]

        INTEGRATION: CWS native106 (1.71.44); FILE MERGED 2007/08/13 15:31:16 is 1.71.44.1: #i80478# removing western language list

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f595f0877bb30e4a23c8fe4cf954f54246174166]

        INTEGRATION: CWS ldump01 (1.3.64); FILE MERGED 2007/10/10 13:08:37 vg 1.3.64.1: #i82474# anonymous namespace symbol filtering

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [301131a5afba707c0ea3f3f0364aa2a349fed6ed]

        INTEGRATION: CWS ldump01 (1.16.4); FILE MERGED 2007/10/10 13:08:37 vg 1.16.4.1: #i82474# anonymous namespace symbol filtering

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d759cf0214427c321b4f8cc1e265c9deab602c66]

        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>  [7542edc79c85f01b7a84f76efa8b5017e5fa1352]

        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>  [fed6afd6936a94ba39df8e59802bad6e4579b623]

        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>  [f214dcd32c8d8b94a4ece67fa9d1f62f016bf70e]

        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>  [3ae92b50ecb1ee2f33599fbb0d93d9b2346ee9ba]

        INTEGRATION: CWS sb71 (1.70.30); FILE MERGED 2007/10/12 07:52:45 sb 1.70.30.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3f3f6cca61f0f6672a769d30c75a78b9ea2b3861]

        INTEGRATION: CWS sb71 (1.61.76); FILE MERGED 2007/10/12 07:52:45 sb 1.61.76.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6921500961728156513053c92751180d83f2e3f4]

        INTEGRATION: CWS sb71 (1.108.84); FILE MERGED 2007/10/12 07:52:45 sb 1.108.84.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ab9702146f16cd45c8a37c7ad0a13ddfffb57114]

        INTEGRATION: CWS sb71 (1.13.18); FILE MERGED 2007/08/13 11:54:16 sb 1.13.18.3: #i77184# Dropped libxml2wrapper again (do not use /DELAYLOAD for libxml2---to much trouble). 2007/07/23 13:44:30 sb 1.13.18.2: #i77184# Introduced libxml2wrapper. 2007/06/14 14:53:07 sb 1.13.18.1: #i75466# Adapted to new APP|SHLnRPATH; ensure that external libs are available to components in uno exe.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [46cec02e26c1a5618d182c89c1b83469cd21b295]

        INTEGRATION: CWS sb71 (1.19.8); FILE MERGED 2007/04/13 15:29:59 sb 1.19.8.1: #i75466# New regcomp -wop=<prefix> feature.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f78c9fde465d48b00736f5ece4de6cc1be7dc236]

        INTEGRATION: CWS sb71 (1.17.8); FILE MERGED 2007/06/14 14:53:29 sb 1.17.8.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [adb88f30f3ccb584584ab24137750f5e604f8d0a]

        INTEGRATION: CWS sb71 (1.5.8); FILE MERGED 2007/06/22 09:35:48 sb 1.5.8.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [a6db826a3cb4db147d359360b8a66b284b53bc88]

        INTEGRATION: CWS sb71 (1.16.24); FILE MERGED 2007/06/14 15:05:56 sb 1.16.24.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f1c94f5037bc5f4deae1f8edfea7a9843e351217]

        INTEGRATION: CWS sb71 (1.3.132); FILE MERGED 2007/07/18 14:24:38 sb 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/14 15:05:34 sb 1.3.132.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fe25002577f6a013c03864e6535f75e9af0439e1]

        INTEGRATION: CWS sb71 (1.7.186); FILE MERGED 2007/10/12 06:42:59 sb 1.7.186.1: Make osl_loadModuleRelative work for absolute urls, too.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [10a9708c70ab0f339bbab4f20e178985e8a77c9b]

        INTEGRATION: CWS sb71 (1.51.86); FILE MERGED 2007/10/12 06:42:59 sb 1.51.86.1: Make osl_loadModuleRelative work for absolute urls, too.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d9d6d52448d30f9f9b5ca092d2d017c992ecc78a]

        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>  [863d8ceb1fa82cbccb6e2f3aff52c1f6c5fe1990]

        INTEGRATION: CWS sb71 (1.37.14); FILE MERGED 2007/10/02 11:04:49 sb 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2007/08/13 14:39:08 sb 1.37.14.1: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2635ce681f5f956d96d923f6c56ef2908c0c8b84]

        INTEGRATION: CWS sb71 (1.9.8); FILE MERGED 2007/08/15 07:34:13 sb 1.9.8.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:08:36 sb 1.9.8.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 13:55:17 sb 1.9.8.2: #i77184# Improved naming.' 2007/07/10 13:50:13 sb 1.9.8.1: #i77184# xml2cmp does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [78f42e86f662a50740abcf1c73d34cdd635f6fac]

        INTEGRATION: CWS sb71 (1.9.2); FILE MERGED 2007/08/15 07:34:13 sb 1.9.2.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:08:36 sb 1.9.2.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 13:55:17 sb 1.9.2.2: #i77184# Improved naming.' 2007/07/10 13:50:12 sb 1.9.2.1: #i77184# xml2cmp does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [57c1b33aaef6d16d7b0b73b6662549fd8a8c5e02]

        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>  [a6830751337a8e5d2a68b4540fec9fe1ab04ef2a]

        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>  [e9c6ff8f19354fde00244ad266315a7de1afa1f4]

        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>  [6942743e97380f29c1728585a10e3c826a6a3f80]

        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>  [8784aff5ae64e5f9da26d43740c62dae60604c4c]

        INTEGRATION: CWS sb71 (1.5.8); FILE MERGED 2007/06/28 12:48:07 sb 1.5.8.1: #i75466# Removed obsolete runtime loading of xcr lib from sb lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4ac0666185e37d3c5bf67a95c63713cf4460ac5b]

        INTEGRATION: CWS sb71 (1.14.22); FILE MERGED 2007/06/28 12:48:07 sb 1.14.22.1: #i75466# Removed obsolete runtime loading of xcr lib from sb lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5f8b3ff0ef5e29cd556e0ddf11e3f82786f72d28]

        INTEGRATION: CWS sb71 (1.14.16); FILE MERGED 2007/08/15 07:34:40 sb 1.14.16.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:07:15 sb 1.14.16.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 14:22:21 sb 1.14.16.2: #i77184# Improved previous change. 2007/07/10 11:10:43 sb 1.14.16.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [448d4e752c369f9eedaebdd8ea9022ed9e781265]

        INTEGRATION: CWS sb71 (1.5.70); FILE MERGED 2007/10/02 10:32:24 sb 1.5.70.5: RESYNC: (1.5-1.6); FILE MERGED 2007/08/15 07:34:39 sb 1.5.70.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:07:15 sb 1.5.70.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 14:22:21 sb 1.5.70.2: #i77184# Improved previous change. 2007/07/10 11:10:43 sb 1.5.70.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [585ef5a0678e94daada6fb9d333789d0ccc77377]

        INTEGRATION: CWS sb71 (1.8.14); FILE MERGED 2007/08/15 07:34:39 sb 1.8.14.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:07:15 sb 1.8.14.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 14:22:21 sb 1.8.14.2: #i77184# Improved previous change. 2007/07/10 11:10:43 sb 1.8.14.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8312bcd8e3ec14ee1582193d849f6a8b3989ebc4]

        INTEGRATION: CWS sb71 (1.10.14); FILE MERGED 2007/10/02 10:31:38 sb 1.10.14.5: RESYNC: (1.10-1.11); FILE MERGED 2007/08/15 07:34:39 sb 1.10.14.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:07:15 sb 1.10.14.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 14:22:21 sb 1.10.14.2: #i77184# Improved previous change. 2007/07/10 11:10:43 sb 1.10.14.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2be4797342cc940a76e8afdfc6276284e4056802]

        INTEGRATION: CWS sb71 (1.7.24); FILE MERGED 2007/08/15 07:34:39 sb 1.7.24.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway. 2007/08/13 13:07:14 sb 1.7.24.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/10 14:22:21 sb 1.7.24.2: #i77184# Improved previous change. 2007/07/10 11:10:42 sb 1.7.24.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [45a43810cf3e366403a5fff992a3a6139811c385]

        INTEGRATION: CWS sb71 (1.12.8); FILE MERGED 2007/07/18 13:11:15 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2007/06/14 09:41:16 sb 1.12.8.1: #i75466# Adapted RPATHs to find shared libraries in extracted URE.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [794e415906287d74aecdc51fd9174d1d29a201f1]

        INTEGRATION: CWS sb71 (1.12.32); FILE MERGED 2007/04/12 08:24:04 sb 1.12.32.1: #i75466# Missing include.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c48aeb164c709164ffd476a19c43d8acac52268c]

        INTEGRATION: CWS sb71 (1.14.6); FILE MERGED 2007/06/14 14:54:20 sb 1.14.6.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0cb36e6fa262b9a315a72984939b9f6601aa7bb0]

        INTEGRATION: CWS sb71 (1.9.4); FILE MERGED 2007/10/02 10:30:20 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/14 15:05:17 sb 1.9.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [af903e88a8289c42e6b7742b437fe507fe56459f]

        INTEGRATION: CWS sb71 (1.28.22); FILE MERGED 2007/07/18 12:57:08 sb 1.28.22.2: RESYNC: (1.28-1.29); FILE MERGED 2007/06/28 12:51:12 sb 1.28.22.1: #i75466# Removed obsolete runtime loading of xcr lib from sb lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c7e5ff43fb36025113e0410e11e7fb0089a23778]

        INTEGRATION: CWS sb71 (1.11.8); FILE MERGED 2007/08/21 14:55:19 sb 1.11.8.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [21c754db0b515a3ebffa60e007c1e2cc9b19640b]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/10/12 07:20:41 sb 1.1.2.3: #i75466# Fix build on wntmsci11 (will probably be reverted once OpenOffice_woURE is working on wntmsci11). 2007/08/21 14:55:50 sb 1.1.2.2: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately. 2007/08/20 14:15:57 hro 1.1.2.1: #i77184# New GUI and CUI loader to set PATH variable for DLL searching

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d4e8917d126dafcfdd6bda897ab293c1b7d4fb92]

        INTEGRATION: CWS sb71 (1.3.182); FILE MERGED 2007/08/21 14:55:49 sb 1.3.182.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6d74f2e451d294b7474f1602cc04a83493b4890b]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/08/21 14:57:01 sb 1.1.2.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [58bb8dbe56c35da694812f853f082ca777b44b3c]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/08/21 14:56:39 sb 1.1.2.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5f4b99429f30f43f11b3c18986069f1ee70cee6d]

        INTEGRATION: CWS sb71 (1.71.26); FILE MERGED 2007/10/12 07:20:41 sb 1.71.26.4: #i75466# Fix build on wntmsci11 (will probably be reverted once OpenOffice_woURE is working on wntmsci11). 2007/10/02 10:24:15 sb 1.71.26.3: RESYNC: (1.72-1.73); FILE MERGED 2007/08/23 18:17:11 sb 1.71.26.2: RESYNC: (1.71-1.72); FILE MERGED 2007/08/21 14:58:47 sb 1.71.26.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bdd237cf64525b44ef93bfb67f86329c8817d537]

        INTEGRATION: CWS sb71 (1.4.8); FILE MERGED 2007/08/27 11:17:00 sb 1.4.8.5: Fixed merge conflict. 2007/08/23 18:15:31 sb 1.4.8.4: RESYNC: (1.6-1.9); FILE MERGED 2007/06/15 08:27:23 sb 1.4.8.3: RESYNC: (1.5-1.6); FILE MERGED 2007/05/30 14:47:46 sb 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2007/04/16 13:46:36 sb 1.4.8.1: #i75466# Cleaned up UNO bootstrapping (not clear what problem the original way was supposed to solve).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8bf4b5f8503db401f63f090dfdc9f7590927e6b3]

        INTEGRATION: CWS sb71 (1.5.52); FILE MERGED 2007/08/23 18:15:24 sb 1.5.52.3: RESYNC: (1.6-1.7); FILE MERGED 2007/05/30 14:47:25 sb 1.5.52.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/24 07:44:55 sb 1.5.52.1: #i75466# Removed wrong (and superfluous) asserts.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2b4554602b8f9b0dee45f5055ff98f39dcff500f]

        INTEGRATION: CWS sb71 (1.7.2); FILE MERGED 2007/08/23 18:15:18 sb 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2007/08/21 14:58:47 sb 1.7.2.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bb830c44eee215f1d42545fa5a9647829fecfd2c]

        INTEGRATION: CWS sb71 (1.5.132); FILE MERGED 2007/09/07 13:58:07 sb 1.5.132.1: #i75466# Clean termination of bridges.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d52fca2b5d1aca71450c9dd905201130ed175963]

        INTEGRATION: CWS sb71 (1.7.132); FILE MERGED 2007/09/07 13:58:07 sb 1.7.132.1: #i75466# Clean termination of bridges.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c1b168aedfcc79150b0ad266e8a6e394ba092707]

        INTEGRATION: CWS sb71 (1.16.10); FILE MERGED 2007/08/23 18:13:30 sb 1.16.10.4: RESYNC: (1.18-1.19); FILE MERGED 2007/06/15 08:25:38 sb 1.16.10.3: RESYNC: (1.16-1.18); FILE MERGED 2007/05/08 11:48:07 sb 1.16.10.2: #i75466# Calling the uno executable with an empty INIFILENAME is important after all, on Windows where the uno.exe would otherwise read from the uno.ini next to it, so that for example a UNO_TYPES in the extension cache's unorc would erroneously resolve recursively to the UNO_TYPES from the uno.ini. 2007/04/16 13:36:30 sb 1.16.10.1: #i75466# Adapted to new URE_BIN_DIR; removed 'use only preinstalled services' and 'don't inherit from unorc' when starting uno executable (not clear what they were good for.)

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [99e745d606c20f08e767fafb6db473ef74ec4424]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/08/15 10:06:12 sb 1.1.2.1: #i75466# ure-link file for Windows.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [66ca484175e65827e6f1bfe38a8082a63ebf6599]

        INTEGRATION: CWS sb71 (1.5.286); FILE MERGED 2007/08/20 08:58:31 sb 1.5.286.4: #i75466# Set URE_BIN_DIR in rc file on all platforms (instead of in startup scripts on Linux/Solaris etc. and in rc files on others). 2007/04/27 14:20:52 sb 1.5.286.3: #i75466# Replaced URE_UNORC and URE_JVMFWK3RC with URE_BOOTSTRAP. 2007/04/18 14:09:40 sb 1.5.286.2: #i75466# Take into account that URE_BIN_DIR is a URL that starts with a file:// prefix. 2007/04/16 13:32:36 sb 1.5.286.1: #i75466# Introduced URE_BIN_DIR, URE_UNORC, URE_JVMFWK3RC.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [84fab02b328b9ae902cde3b81a542e6acbc9cffb]

        INTEGRATION: CWS sb71 (1.26.10); FILE MERGED 2007/08/23 18:10:19 sb 1.26.10.5: RESYNC: (1.26-1.27); FILE MERGED 2007/08/20 08:58:31 sb 1.26.10.4: #i75466# Set URE_BIN_DIR in rc file on all platforms (instead of in startup scripts on Linux/Solaris etc. and in rc files on others). 2007/04/27 14:20:52 sb 1.26.10.3: #i75466# Replaced URE_UNORC and URE_JVMFWK3RC with URE_BOOTSTRAP. 2007/04/18 14:09:39 sb 1.26.10.2: #i75466# Take into account that URE_BIN_DIR is a URL that starts with a file:// prefix. 2007/04/16 13:32:36 sb 1.26.10.1: #i75466# Introduced URE_BIN_DIR, URE_UNORC, URE_JVMFWK3RC.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ee1b191989bc9d37e7294b620e2521e16ede09df]

        INTEGRATION: CWS sb71 (1.54.20); FILE MERGED 2007/10/02 10:21:18 sb 1.54.20.5: RESYNC: (1.55-1.56); FILE MERGED 2007/08/28 14:16:19 sb 1.54.20.4: #i75466# officeloader.obj needs extendloaderenvironment.obj. 2007/08/23 18:10:02 sb 1.54.20.3: RESYNC: (1.54-1.55); FILE MERGED 2007/08/21 14:58:47 sb 1.54.20.2: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately. 2007/08/15 10:05:54 sb 1.54.20.1: #i75466# ure-link file for Windows.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d1f2b4f95cf77e61c20962b5b11b27cfae7e023c]

        INTEGRATION: CWS sb71 (1.42.2); FILE MERGED 2007/10/02 10:21:28 sb 1.42.2.4: RESYNC: (1.43-1.44); FILE MERGED 2007/08/23 18:10:12 sb 1.42.2.3: RESYNC: (1.42-1.43); FILE MERGED 2007/08/21 14:58:47 sb 1.42.2.2: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately. 2007/08/20 14:14:00 hro 1.42.2.1: #i77184# New GUI and CUI loader to set PATH variable for DLL searching

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [26420a7858cc7c043256a998123dfcb032bb0bee]

        INTEGRATION: CWS sb71 (1.37.70); FILE MERGED 2007/08/23 18:09:54 sb 1.37.70.3: RESYNC: (1.39-1.40); FILE MERGED 2007/06/15 08:21:55 sb 1.37.70.2: RESYNC: (1.37-1.39); FILE MERGED 2007/04/13 15:27:50 sb 1.37.70.1: #i75466# New OOo-wo-URE product.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4ea2f6b70a1938461dd75508ff39e72d2fea05c4]

        INTEGRATION: CWS sb71 (1.44.4); FILE MERGED 2007/10/02 10:19:20 sb 1.44.4.8: RESYNC: (1.49-1.50); FILE MERGED 2007/08/23 18:07:56 sb 1.44.4.7: RESYNC: (1.48-1.49); FILE MERGED 2007/08/20 08:57:58 sb 1.44.4.6: #i75466# Set URE_BIN_DIR in rc file on all platforms (instead of in startup scripts on Linux/Solaris etc. and in rc files on others). 2007/07/18 12:33:28 sb 1.44.4.5: RESYNC: (1.45-1.48); FILE MERGED 2007/05/30 14:30:23 sb 1.44.4.4: RESYNC: (1.44-1.45); FILE MERGED 2007/05/08 14:06:47 sb 1.44.4.3: #i75466# Find a place to set URE_BIN_DIR on Windows (set in the soffice etc. start scripts on Unix). 2007/04/26 08:38:29 sb 1.44.4.2: #i75466# UNO_SETTINGS in the Jvmfwk_Ini appears to be unused. 2007/04/16 13:53:37 sb 1.44.4.1: #i75466# Use of vnd.sun.star.expand: URLs in javavendors.xml requires URE_INTERNAL_LIB_DIR to be set in OOo unorc/uno.ini.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5a74b51142bdef6a972f8f3478392475fd843cb4]

        INTEGRATION: CWS sb71 (1.69.22); FILE MERGED 2007/10/02 10:18:15 sb 1.69.22.3: RESYNC: (1.71-1.74); FILE MERGED 2007/08/23 18:07:48 sb 1.69.22.2: RESYNC: (1.69-1.71); FILE MERGED 2007/08/21 14:59:31 sb 1.69.22.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4f8f379d4f62edd3337384f1531e60617da000ba]

        INTEGRATION: CWS sb71 (1.208.8); FILE MERGED 2007/10/02 10:17:23 sb 1.208.8.3: RESYNC: (1.217-1.218); FILE MERGED 2007/08/23 18:06:41 sb 1.208.8.2: RESYNC: (1.208-1.217); FILE MERGED 2007/08/21 14:59:30 sb 1.208.8.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8bcb9e9861569a25d1db417d37cd097cbfc6221a]

        INTEGRATION: CWS sb71 (1.39.8); FILE MERGED 2007/08/24 09:51:00 sb 1.39.8.3: #i75466# Missing PATCH flag. 2007/07/25 11:55:01 sb 1.39.8.2: #i75466# Fixed previous change. 2007/07/23 12:41:23 sb 1.39.8.1: #i75466# Make the MacOS directory a symbolic link to the program directory (so that the program directory is available on all platforms).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [86225b369e187a6daf43342645488ac55bdad758]

        INTEGRATION: CWS sb71 (1.6.538); FILE MERGED 2007/04/13 14:35:41 sb 1.6.538.1: #i75466# New OOo-wo-URE product.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ea93db9655f05452ad482cd701b22e836283f4e1]

        INTEGRATION: CWS sb71 (1.23.112); FILE MERGED 2007/04/13 14:35:40 sb 1.23.112.1: #i75466# New OOo-wo-URE product.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e4835e5db6f6e01898f1885b688595fd290fb11b]

        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>  [3a8f034f5682d8996f3f3eabe34fe7ee5a5e948e]

        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>  [67e94f5d06b8dc18665e74ce37fa82923d66af19]

        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>  [4906ebb8a7014d673b490027d528c7098a2656d3]

        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>  [7be85b5e8889422a33330092ce4f920737958199]

        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>  [a82710c10b957075b8369162cd151caa69320b7d]

        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>  [5f68c74f7fd97577cb8e6908497b366327330db7]

        INTEGRATION: CWS sb71 (1.58.12); FILE MERGED 2007/08/23 17:55:52 sb 1.58.12.5: RESYNC: (1.60-1.61); FILE MERGED 2007/08/23 07:54:45 sb 1.58.12.4: #i77184# Cleaned up sal_[de]initialize. 2007/08/22 14:35:40 hro 1.58.12.3: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization 2007/07/18 12:18:15 sb 1.58.12.2: RESYNC: (1.58-1.60); FILE MERGED 2007/06/26 13:36:14 sb 1.58.12.1: #i75466# Added osl_loadModuleRelative.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fb04b45c6c2a30fd088df415005a95f61df615a5]

        INTEGRATION: CWS sb71 (1.42.12); FILE MERGED 2007/10/02 10:11:22 sb 1.42.12.5: RESYNC: (1.43-1.44); FILE MERGED 2007/08/23 17:55:46 sb 1.42.12.4: RESYNC: (1.42-1.43); FILE MERGED 2007/07/09 13:33:17 hro 1.42.12.3: #77184# Use delayload.obj from local output tree in SAL 2007/07/09 09:23:41 hro 1.42.12.2: #77184# Use delayload 2007/06/14 15:03:12 sb 1.42.12.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d863c0083a3d9b9e1b810fb8ee566bee0cac5711]

        INTEGRATION: CWS sb71 (1.4.4); FILE MERGED 2007/07/09 09:22:51 hro 1.4.4.1: #77184# Because of Delayload we need to use GetProcAddress from Kernel32

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [965124b310756436c68e2a2350a773091041e937]

        INTEGRATION: CWS sb71 (1.13.16); FILE MERGED 2007/08/23 17:55:29 sb 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/25 12:02:12 sb 1.13.16.1: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4a31ed4ba2a9a4aabffd6ee6f30ad0bf49644c4c]

        INTEGRATION: CWS sb71 (1.4.12); FILE MERGED 2007/07/25 12:02:11 sb 1.4.12.2: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too). 2007/07/09 13:33:17 hro 1.4.12.1: #77184# Use delayload.obj from local output tree in SAL

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7f3c34e89096e00a7c26de4527e849b7e6ea5819]

        INTEGRATION: CWS sb71 (1.5.16); FILE MERGED 2007/07/09 13:33:17 hro 1.5.16.1: #77184# Use delayload.obj from local output tree in SAL

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f516f695de08c8b910ee91ac661de0efe04656cc]

        INTEGRATION: CWS sb71 (1.30.12); FILE MERGED 2007/10/02 10:09:20 sb 1.30.12.3: RESYNC: (1.30-1.31); FILE MERGED 2007/07/23 11:37:49 sb 1.30.12.2: #i77184# DELAYLOADOBJ is WNT-only. 2007/07/09 13:33:16 hro 1.30.12.1: #77184# Use delayload.obj from local output tree in SAL

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5ce265c8f60c1655360253734f526c12452d2a07]

        INTEGRATION: CWS sb71 (1.38.80); FILE MERGED 2007/08/21 13:36:26 sb 1.38.80.2: #i77184# Static objects with destructors are problematic, as their lifecycle is tied to library unloading details. 2007/04/27 14:07:07 sb 1.38.80.1: #i75466# Introduced URE_BOOTSTRAP.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [00adffa3b1bca54849b66a8b913b93c07224b7db]

        INTEGRATION: CWS sb71 (1.26.30); FILE MERGED 2007/08/21 15:04:36 sb 1.26.30.3: #i75466# Make parts of delayload.cxx available to application loaders in module desktop. 2007/07/12 16:15:43 hro 1.26.30.2: #i77184# Use _pRawDllMain entry point for current module file name detection 2007/07/09 09:23:55 hro 1.26.30.1: #77184# Use delayload

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bcf3807c99ac146fe908f8f9ccc20e688734f3da]

        INTEGRATION: CWS sb71 (1.25.14); FILE MERGED 2007/10/02 10:04:33 sb 1.25.14.4: RESYNC: (1.26-1.27); FILE MERGED 2007/07/18 12:15:58 sb 1.25.14.3: RESYNC: (1.25-1.26); FILE MERGED 2007/07/10 08:52:46 sb 1.25.14.2: Missing dependency rtl -> delayload. 2007/07/09 09:23:55 hro 1.25.14.1: #77184# Use delayload

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [22d6c90e0aec24d283de2b0506b8656865c76e7b]

        INTEGRATION: CWS sb71 (1.18.246); FILE MERGED 2007/08/21 10:42:48 hro 1.18.246.1: #i77184# CoInitializeEx is available on Windows base line (98) so no need to check for DCOM update

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8f6de25b15ddaf13de81b776235f579114a95b02]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/08/23 07:54:45 sb 1.1.2.2: #i77184# Cleaned up sal_[de]initialize. 2007/08/22 14:40:13 hro 1.1.2.1: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5f1c8cc0738833215acc3478dd95a392572dc82b]

        INTEGRATION: CWS sb71 (1.29.16); FILE MERGED 2007/10/02 10:02:58 sb 1.29.16.5: RESYNC: (1.29-1.30); FILE MERGED 2007/08/21 10:47:28 hro 1.29.16.4: #i77184# Removed all non kernel32 calls from DllMain (unneccessary processor checks (98 only runs on 486 or higher), removed WSAStartup code 2007/07/13 07:51:22 sb 1.29.16.3: #i77184# Removed more private debug output. 2007/07/12 16:20:27 sb 1.29.16.2: #i77184# Removed private debug output. 2007/07/12 16:15:43 hro 1.29.16.1: #i77184# Use _pRawDllMain entry point for current module file name detection

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6d86858482de4f63fea894f9b808e677fbe69bae]

        INTEGRATION: CWS sb71 (1.14.94); FILE MERGED 2007/08/22 14:40:27 hro 1.14.94.1: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [310617a3eb192fe09baea34c79cf744a715009f5]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/08/23 07:54:44 sb 1.1.2.2: #i77184# Cleaned up sal_[de]initialize. 2007/08/22 14:39:24 hro 1.1.2.1: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3d211231528c15b11f4c77970c4499ee60d3dc04]

        INTEGRATION: CWS sb71 (1.33.154); FILE MERGED 2007/08/23 17:53:40 sb 1.33.154.4: RESYNC: (1.35-1.36); FILE MERGED 2007/07/23 11:35:32 sb 1.33.154.3: #i75466# MACOSX special case to dlopen next to executable no longer needed. 2007/07/18 12:14:04 sb 1.33.154.2: RESYNC: (1.33-1.35); FILE MERGED 2007/06/29 07:28:43 sb 1.33.154.1: #i75466# Removed unnecessary hack to retry dlopen in CWD.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [34848227e697697bf9b9fb2977ed92c1258a4d7c]

        INTEGRATION: CWS sb71 (1.32.6); FILE MERGED 2007/08/22 14:39:39 hro 1.32.6.1: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e9a9aaf80529d44da13efc86c6e7ac5327486fb5]

        INTEGRATION: CWS sb71 (1.14.48); FILE MERGED 2007/10/02 09:53:21 sb 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/26 13:36:14 sb 1.14.48.1: #i75466# Added osl_loadModuleRelative.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [dd91cba0426a1e25234d3170b32bfedffda22d1a]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/10/12 07:25:53 sb 1.1.2.3: #i75466# better variant of the previous change 2007/10/11 17:02:12 sb 1.1.2.2: Make osl_loadModuleRelative work for absolute urls, too. 2007/06/26 13:36:37 sb 1.1.2.1: #i75466# Added osl_loadModuleRelative.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [9b18bc99d5ce00675299cb5a8a10fa939076ebb3]

        INTEGRATION: CWS sb71 (1.7.68); FILE MERGED 2007/10/02 09:52:40 sb 1.7.68.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/23 07:54:44 sb 1.7.68.2: #i77184# Cleaned up sal_[de]initialize. 2007/08/22 14:38:28 hro 1.7.68.1: #i77184# sal_initzialize and sal_deinitialize needed for Winsock initialization

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0daefdf35b995e4b04cff83e51f008fae49edd72]

        INTEGRATION: CWS sb71 (1.8.136); FILE MERGED 2007/04/27 14:07:06 sb 1.8.136.1: #i75466# Introduced URE_BOOTSTRAP.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ad568a938fb4e02ac58b3d43a3597e4da2a6f0e1]

        INTEGRATION: CWS sb71 (1.10.246); FILE MERGED 2007/06/26 15:23:06 sb 1.10.246.2: #i75466# Missing @since tags. 2007/06/26 13:36:14 sb 1.10.246.1: #i75466# Added osl_loadModuleRelative.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e11a0a62c140aafcbcfb095d5caeaa36e0022350]

        INTEGRATION: CWS sb71 (1.13.200); FILE MERGED 2007/10/02 09:50:50 sb 1.13.200.4: RESYNC: (1.14-1.15); FILE MERGED 2007/07/18 12:13:05 sb 1.13.200.3: RESYNC: (1.13-1.14); FILE MERGED 2007/06/26 15:23:06 sb 1.13.200.2: #i75466# Missing @since tags. 2007/06/26 13:36:14 sb 1.13.200.1: #i75466# Added osl_loadModuleRelative.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b294d2f82b3899c1d3cd8c1984c1b7b3aebf1df5]

        INTEGRATION: CWS sb71 (1.26.4); FILE MERGED 2007/10/02 09:50:23 sb 1.26.4.4: RESYNC: (1.28-1.29); FILE MERGED 2007/08/23 17:52:50 sb 1.26.4.3: RESYNC: (1.27-1.28); FILE MERGED 2007/06/15 08:17:11 sb 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2007/06/14 15:04:04 sb 1.26.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7a392c839461f6e988d69c0fbbc2a5e40bd9f83d]

        INTEGRATION: CWS sb71 (1.5.46); FILE MERGED 2007/06/22 09:32:59 sb 1.5.46.1: #i75466# salhelper/dynload.hxx is no longer used anywere and no longer maintained.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [77117761cc5e20d4876b16fbf9c5c165bf9f9544]

        INTEGRATION: CWS sb71 (1.8.18); FILE MERGED 2007/06/22 09:35:31 sb 1.8.18.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2119d2d32e4abfc68e28b9ab967a285af0c1dd53]

        INTEGRATION: CWS sb71 (1.8.18); FILE MERGED 2007/10/04 07:14:33 sb 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/22 09:35:31 sb 1.8.18.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b0c784018bc2a37a6ea05790a9bd7f9100cb1e6f]

        INTEGRATION: CWS sb71 (1.7.16); FILE MERGED 2007/06/22 09:35:31 sb 1.7.16.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [929516d46819286691eeb4c043ebb36a7f364a79]

        INTEGRATION: CWS sb71 (1.13.26); FILE MERGED 2007/10/02 09:48:49 sb 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/22 09:34:45 sb 1.13.26.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c66385c9c993b9a9dd664faf1a0d84604724d5ce]

        INTEGRATION: CWS sb71 (1.1.36); FILE MERGED 2007/04/27 14:13:46 sb 1.1.36.1: #i75466# Introduced URE_MORE_TYPES, URE_MORE_SERVICES, URE_MORE_JAVA_TYPES, URE_MORE_JAVA_CLASSPATH_URLS.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [849fcecaffa0c7639bf1df6c877f278a16e1b645]

        INTEGRATION: CWS sb71 (1.1.36); FILE MERGED 2007/04/27 14:13:45 sb 1.1.36.1: #i75466# Introduced URE_MORE_TYPES, URE_MORE_SERVICES, URE_MORE_JAVA_TYPES, URE_MORE_JAVA_CLASSPATH_URLS.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [35ef1d2fa0207a853d539cb7ece2b5485d9b0a8a]

        INTEGRATION: CWS sb71 (1.11.6); FILE MERGED 2007/10/02 09:48:11 sb 1.11.6.10: RESYNC: (1.12-1.13); FILE MERGED 2007/08/23 17:51:20 sb 1.11.6.9: RESYNC: (1.11-1.12); FILE MERGED 2007/08/16 14:45:45 sb 1.11.6.8: #i75466# Reclassified some Windows dlls as private instead of external: msvcp71.dll is the C++ runtime and is encapsulated by STLport; unicows.dll is encapsulated by uwinapi.dll; uwinapi.dll is home-brown in sal (and it will need to go public instead of private, just like jvmaccess and jvmfwk, but that is another step). 2007/08/13 12:43:31 sb 1.11.6.7: #i77184# Fixed previous change: r1.11.6.6 should have been identical to r1.11.6.4, but instead nonsense was checked in. 2007/08/13 12:03:48 sb 1.11.6.6: #i77184# Dropped libxml2wrapper again (do not use /DELAYLOAD for libxml2---to much trouble). 2007/07/23 13:43:30 sb 1.11.6.5: #i77184# Introduced libxml2wrapper. 2007/06/22 11:46:02 sb 1.11.6.4: #i78143# Merged in 1.11.8.2 and reformatted. 2007/06/14 14:51:34 sb 1.11.6.3: #i75466# Clarified that external libs are available to components in uno exe. 2007/06/12 15:09:38 sb 1.11.6.2: #i75466# Classified some files as [external]. 2007/04/27 14:13:45 sb 1.11.6.1: #i75466# Introduced URE_MORE_TYPES, URE_MORE_SERVICES, URE_MORE_JAVA_TYPES, URE_MORE_JAVA_CLASSPATH_URLS.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [91fd802b4623e40f1cac86cca68ae8dfa89c9455]

        INTEGRATION: CWS sb71 (1.13.36); FILE MERGED 2007/07/25 12:01:12 sb 1.13.36.1: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [77b4ee9bcda32b0e3941b9c2977006d039bac157]

        INTEGRATION: CWS sb71 (1.31.8); FILE MERGED 2007/10/09 08:18:17 sb 1.31.8.9: Fix for cygwin environment. 2007/10/02 09:48:02 sb 1.31.8.8: RESYNC: (1.32-1.33); FILE MERGED 2007/08/23 17:51:13 sb 1.31.8.7: RESYNC: (1.31-1.32); FILE MERGED 2007/08/13 14:16:26 sb 1.31.8.6: #i77184# Dropped /DELAYLOAD for STLport and libxml2 again---too much trouble. 2007/08/13 13:04:44 sb 1.31.8.5: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all). 2007/07/25 12:01:12 sb 1.31.8.4: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too). 2007/07/12 16:17:18 hro 1.31.8.3: #i77184# Use _pRawDllMain entry point for current module file name detection 2007/07/09 13:33:54 hro 1.31.8.2: #77184# Use delayload.obj from local output tree in SAL 2007/07/09 09:16:23 hro 1.31.8.1: #77184# Use /DELAYLOAD for URE libs

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c8fc2b851f75c44384d860959a4ccb71361feb0a]

        INTEGRATION: CWS sb71 (1.4.26); FILE MERGED 2007/07/25 12:01:12 sb 1.4.26.1: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7d7e740004fa9ad579c407f4ed628f7d811cbba1]

        INTEGRATION: CWS sb71 (1.38.6); FILE MERGED 2007/10/02 09:47:53 sb 1.38.6.6: RESYNC: (1.42-1.44); FILE MERGED 2007/08/23 17:50:46 sb 1.38.6.5: RESYNC: (1.41-1.42); FILE MERGED 2007/06/15 08:13:08 sb 1.38.6.4: RESYNC: (1.39-1.41); FILE MERGED 2007/06/14 15:09:32 sb 1.38.6.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH. 2007/05/30 14:08:12 sb 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED 2007/04/13 14:53:13 sb 1.38.6.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8b6b4cc1b90e03ce0d92c6bb357c7e3e8382e3c3]

        INTEGRATION: CWS sb71 (1.32.6); FILE MERGED 2007/10/02 09:47:45 sb 1.32.6.6: RESYNC: (1.36-1.38); FILE MERGED 2007/08/23 17:50:39 sb 1.32.6.5: RESYNC: (1.35-1.36); FILE MERGED 2007/06/15 08:13:00 sb 1.32.6.4: RESYNC: (1.33-1.35); FILE MERGED 2007/06/14 15:09:32 sb 1.32.6.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH. 2007/05/30 14:08:01 sb 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2007/04/13 14:53:12 sb 1.32.6.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4954c7e6baf053609a13c5656ee182c09b4cc268]

        INTEGRATION: CWS sb71 (1.9.6); FILE MERGED 2007/08/23 17:50:22 sb 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/14 15:09:32 sb 1.9.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3b20a7208e4d7c231b4ccc836cae6926da06370a]

        INTEGRATION: CWS sb71 (1.20.6); FILE MERGED 2007/08/23 17:50:05 sb 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2007/06/14 15:09:32 sb 1.20.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3ccab34f38741b96867540691ab613963d9b74a0]

        INTEGRATION: CWS sb71 (1.26.6); FILE MERGED 2007/08/23 17:49:48 sb 1.26.6.3: RESYNC: (1.27-1.28); FILE MERGED 2007/07/18 12:00:44 sb 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2007/06/14 15:09:32 sb 1.26.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [729d7abfec229b032d6746de88e5506bb9b9b179]

        INTEGRATION: CWS sb71 (1.32.16); FILE MERGED 2007/10/02 09:47:38 sb 1.32.16.6: RESYNC: (1.39-1.40); FILE MERGED 2007/08/23 17:49:32 sb 1.32.16.5: RESYNC: (1.36-1.39); FILE MERGED 2007/06/15 08:12:53 sb 1.32.16.4: RESYNC: (1.34-1.36); FILE MERGED 2007/06/14 15:09:32 sb 1.32.16.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH. 2007/05/30 14:07:29 sb 1.32.16.2: RESYNC: (1.32-1.34); FILE MERGED 2007/04/13 14:53:12 sb 1.32.16.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [cffc397e27f68ab989cea742d501914feb71410c]

        INTEGRATION: CWS sb71 (1.43.6); FILE MERGED 2007/06/14 15:09:32 sb 1.43.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4b916230fd765bc946b528d8b8b28bfddd0d7568]

        INTEGRATION: CWS sb71 (1.3.6); FILE MERGED 2007/07/18 12:00:23 sb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/14 15:09:32 sb 1.3.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f1e3659fe66696aabf97b37e07d84115b2323ea6]

        INTEGRATION: CWS sb71 (1.12.6); FILE MERGED 2007/06/14 15:09:32 sb 1.12.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bdd8e47ad73c4e8058af46d2c523f211c474a8eb]

        INTEGRATION: CWS sb71 (1.109.32); FILE MERGED 2007/10/02 09:47:30 sb 1.109.32.4: RESYNC: (1.113-1.114); FILE MERGED 2007/07/18 11:59:48 sb 1.109.32.3: RESYNC: (1.110-1.113); FILE MERGED 2007/06/15 08:12:35 sb 1.109.32.2: RESYNC: (1.109-1.110); FILE MERGED 2007/06/14 15:09:32 sb 1.109.32.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [a756a880612b67f69e01fbc59e53284d3a320be3]

        INTEGRATION: CWS sb71 (1.63.20); FILE MERGED 2007/07/18 11:59:17 sb 1.63.20.3: RESYNC: (1.64-1.67); FILE MERGED 2007/06/15 08:12:15 sb 1.63.20.2: RESYNC: (1.63-1.64); FILE MERGED 2007/06/14 15:09:32 sb 1.63.20.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e1c192d9fd8f77a1504e06e61735e68caa442edc]

        INTEGRATION: CWS sb71 (1.214.26); FILE MERGED 2007/08/23 17:48:15 sb 1.214.26.4: RESYNC: (1.218-1.219); FILE MERGED 2007/07/18 11:58:58 sb 1.214.26.3: RESYNC: (1.215-1.218); FILE MERGED 2007/06/15 08:12:08 sb 1.214.26.2: RESYNC: (1.214-1.215); FILE MERGED 2007/06/14 15:09:32 sb 1.214.26.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6e8da866a2353d3cf8d2940ce9d950a849ff147a]

        INTEGRATION: CWS sb71 (1.113.8); FILE MERGED 2007/10/11 09:36:01 sb 1.113.8.11: #i82391# Delayloading is more trouble than it is worth. 2007/10/09 08:18:16 sb 1.113.8.10: Fix for cygwin environment. 2007/08/27 08:11:02 sb 1.113.8.9: #i77184# Reverted changes of 1.113.8.7 again (/DELAYLOAD of rmcxt and store is necessary when they are accessed from other objects in URE, even though they are not accessed from OOo). 2007/08/23 17:47:49 sb 1.113.8.8: RESYNC: (1.114-1.117); FILE MERGED 2007/08/21 15:46:54 sb 1.113.8.7: #i77184# /DELAYLOAD of rmcxt and store was by mistake. 2007/08/13 14:32:43 sb 1.113.8.6: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB. 2007/08/13 14:16:26 sb 1.113.8.5: #i77184# Dropped /DELAYLOAD for STLport and libxml2 again---too much trouble. 2007/08/13 11:26:17 sb 1.113.8.4: #i77184# Dropped libxml2wrapper again (do not use /DELAYLOAD for libxml2---to much trouble). 2007/07/23 13:32:40 sb 1.113.8.3: #i77184# Introduced libxml2wrapper. 2007/07/18 11:57:33 sb 1.113.8.2: RESYNC: (1.113-1.114); FILE MERGED 2007/07/17 13:07:05 sb 1.113.8.1: #i77184# Link /DELAYLOAD against URE libraries on Windows.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bad42d02201c038364bc855de96247d1c1e8eb28]

        INTEGRATION: CWS sb71 (1.106.32); FILE MERGED 2007/07/18 11:58:01 sb 1.106.32.2: RESYNC: (1.106-1.109); FILE MERGED 2007/06/14 15:09:31 sb 1.106.32.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [42e699b3f1e03c01e0eea5cbee105a199a70ab9f]

        INTEGRATION: CWS sb71 (1.61.20); FILE MERGED 2007/07/18 11:57:41 sb 1.61.20.2: RESYNC: (1.61-1.62); FILE MERGED 2007/06/14 15:09:31 sb 1.61.20.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [007163473878e032a3f2e7cf01b4632d7bbf000a]

        INTEGRATION: CWS sb71 (1.50.38); FILE MERGED 2007/10/02 09:44:57 sb 1.50.38.3: RESYNC: (1.53-1.54); FILE MERGED 2007/08/23 17:44:48 sb 1.50.38.2: RESYNC: (1.50-1.53); FILE MERGED 2007/07/26 08:15:49 sb 1.50.38.1: #i79432# Support scp2 Unixlink also in install_simple.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [481a3659c592c18277376768784968f9dfe0b913]

        INTEGRATION: CWS sb71 (1.23.300); FILE MERGED 2007/10/02 09:44:19 sb 1.23.300.4: RESYNC: (1.24-1.27); FILE MERGED 2007/08/23 17:44:31 sb 1.23.300.3: RESYNC: (1.23-1.24); FILE MERGED 2007/06/26 11:49:04 sb 1.23.300.2: #i75466# Sneak NATIVESERVICESURLPREFIX into the ComponentNames for the scp2 Regmergefile mechanism. 2007/04/13 15:26:48 sb 1.23.300.1: #i75466# Adapted to new regcomp -wop=<prefix> feature, introduced NATIVE/JAVASERVICESURLPREFIX.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f699df16ca0dfae0baa51a0198607667e0939c36]

        INTEGRATION: CWS sb71 (1.3.632); FILE MERGED 2007/08/23 17:44:13 sb 1.3.632.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/26 11:49:04 sb 1.3.632.1: #i75466# Sneak NATIVESERVICESURLPREFIX into the ComponentNames for the scp2 Regmergefile mechanism.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d342bab3d72679138ae52c90385ebdf5f269d97a]

        INTEGRATION: CWS sb71 (1.85.8); FILE MERGED 2007/10/02 09:36:52 sb 1.85.8.7: RESYNC: (1.92-1.93); FILE MERGED 2007/08/23 17:42:49 sb 1.85.8.6: RESYNC: (1.90-1.92); FILE MERGED 2007/07/26 08:15:48 sb 1.85.8.5: #i79432# Support scp2 Unixlink also in install_simple. 2007/07/18 11:52:25 sb 1.85.8.4: RESYNC: (1.87-1.90); FILE MERGED 2007/06/26 11:49:04 sb 1.85.8.3: #i75466# Sneak NATIVESERVICESURLPREFIX into the ComponentNames for the scp2 Regmergefile mechanism. 2007/05/30 13:56:55 sb 1.85.8.2: RESYNC: (1.85-1.87); FILE MERGED 2007/04/13 15:26:48 sb 1.85.8.1: #i75466# Adapted to new regcomp -wop=<prefix> feature, introduced NATIVE/JAVASERVICESURLPREFIX.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b9e252ed806cabb0a3b5b4d1784cf8eaf7d7f411]

        INTEGRATION: CWS sb71 (1.20.12); FILE MERGED 2007/10/11 16:53:21 sb 1.20.12.1: osl::Module::load without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c4244802a699540f77724194be4d516c647d0e3b]

        INTEGRATION: CWS sb71 (1.48.6); FILE MERGED 2007/10/02 09:36:10 sb 1.48.6.8: RESYNC: (1.59-1.62); FILE MERGED 2007/08/23 17:42:12 sb 1.48.6.7: RESYNC: (1.54-1.59); FILE MERGED 2007/07/18 11:51:37 sb 1.48.6.6: RESYNC: (1.52-1.54); FILE MERGED 2007/06/26 11:54:39 sb 1.48.6.5: #i75466# For now, create a special ooowoure legacy_binfilters.rdb, with special vnd.sun.star.expand prefixes for the component URLs. 2007/06/15 08:07:51 sb 1.48.6.4: RESYNC: (1.51-1.52); FILE MERGED 2007/05/30 13:30:57 sb 1.48.6.3: RESYNC: (1.48-1.51); FILE MERGED 2007/04/27 14:15:47 sb 1.48.6.2: #i75466# Introduced OOO_BASE_DIR via which OOo-wo-URE components are located in the OOo-wo-URE services.rdb. 2007/04/13 15:32:55 sb 1.48.6.1: #i75466# New OOo-wo-URE product. Adapted to new regcomp -wop=<prefix> feature.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6c5569a138b47f759f97edeaf1a7ad5e3f551d54]

        INTEGRATION: CWS sb71 (1.66.10); FILE MERGED 2007/10/05 11:27:40 sb 1.66.10.9: More to fix after resync (dropped -addsystemintegration). 2007/10/05 10:41:58 sb 1.66.10.8: Fixed after resync (dropped -packagelist). 2007/10/02 09:36:00 sb 1.66.10.7: RESYNC: (1.71-1.72); FILE MERGED 2007/08/23 17:42:04 sb 1.66.10.6: RESYNC: (1.68-1.71); FILE MERGED 2007/06/19 11:38:43 sb 1.66.10.5: #i75466# Adapted to Mac OS X. 2007/06/15 08:07:44 sb 1.66.10.4: RESYNC: (1.67-1.68); FILE MERGED 2007/05/30 13:30:50 sb 1.66.10.3: RESYNC: (1.66-1.67); FILE MERGED 2007/05/04 11:38:40 sb 1.66.10.2: #i75466# Fixed ooowoure build line. 2007/04/13 15:31:36 sb 1.66.10.1: #i75466# New OOo-wo-URE product. Adapted to new regcomp -wop=<prefix> feature.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c94eda6d9ce8f22e07e54c0c16a77d61c5063d89]

        INTEGRATION: CWS sb71 (1.20.226); FILE MERGED 2007/06/28 10:00:49 sb 1.20.226.2: #i75466# Improved previous fix. 2007/06/27 15:14:06 sb 1.20.226.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ce688e16692c53834a6561e642405e594c6d51f7]

        INTEGRATION: CWS sb71 (1.48.4); FILE MERGED 2007/10/11 16:26:18 sb 1.48.4.1: osl::Module::load without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c1650278fadb1e38247f2216fd06dc42677750e0]

        INTEGRATION: CWS sb71 (1.4.6); FILE MERGED 2007/08/23 17:15:25 sb 1.4.6.4: RESYNC: (1.5-1.9); FILE MERGED 2007/07/18 08:58:19 sb 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2007/06/14 09:42:14 sb 1.4.6.2: #i75466# Adapted RPATHs to find shared libraries in extracted URE. 2007/06/13 15:26:20 sb 1.4.6.1: #i78310# Merged in 1.4.4.1.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e78dba3ba5e271d7b2e596e381ae4a7ea581f54f]

        INTEGRATION: CWS sb71 (1.11.18); FILE MERGED 2007/06/22 09:35:04 sb 1.11.18.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ed66c5ee800a57b279daddace47aa3164c916aba]

        INTEGRATION: CWS sb71 (1.9.102); FILE MERGED 2007/10/11 16:56:01 sb 1.9.102.1: osl::Module::load without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [962781576a632b53e96f1f5e40d06d6099b35250]

        INTEGRATION: CWS sb71 (1.6.102); FILE MERGED 2007/06/26 13:40:08 sb 1.6.102.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6dc7d13b8e3edafdc1a100cb48a5f48cd135f15b]

        INTEGRATION: CWS sb71 (1.17.102); FILE MERGED 2007/06/28 09:53:37 sb 1.17.102.2: #i75466# Improved previous fix. 2007/06/26 13:40:08 sb 1.17.102.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [543d3611e2dd62b5504c3f2ac173a355d237a9a2]

        INTEGRATION: CWS sb71 (1.2.8); FILE MERGED 2007/10/11 16:56:00 sb 1.2.8.1: osl::Module::load without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5083b2d5aaca806ce9a6851c883f9ee81e0c9848]

        INTEGRATION: CWS sb71 (1.8.102); FILE MERGED 2007/06/28 09:53:50 sb 1.8.102.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [00e704450eaea9d9b9ad6942b5de984c16bff3d3]

        INTEGRATION: CWS sb71 (1.8.8); FILE MERGED 2007/06/14 14:55:11 sb 1.8.8.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2a3174166700347be4a20081c5f448898e155e4e]

        INTEGRATION: CWS sb71 (1.25.2); FILE MERGED 2007/06/26 15:12:46 sb 1.25.2.1: #i75466# Droped reg shared lib loader stuff.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [027ebd11c223d4fa775f181bf4948e42f7adf90d]

        INTEGRATION: CWS sb71 (1.8.6); FILE MERGED 2007/06/26 15:12:36 sb 1.8.6.2: #i75466# Fixed dependency creation. 2007/06/14 14:55:11 sb 1.8.6.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [598cf935f75f7a6037ccfcc988e2079d1fdf2be7]

        INTEGRATION: CWS sb71 (1.10.2); FILE MERGED 2007/06/26 15:12:46 sb 1.10.2.1: #i75466# Droped reg shared lib loader stuff.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b64d2268048352027dd9e88bb1e98c50a4df960e]

        INTEGRATION: CWS sb71 (1.17.20); FILE MERGED 2007/10/02 09:08:37 sb 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/22 09:34:22 sb 1.17.20.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d4e73e9074f59f6463046b387e46671a22729b2b]

        INTEGRATION: CWS sb71 (1.24.2); FILE MERGED 2007/10/02 09:08:27 sb 1.24.2.3: RESYNC: (1.25-1.26); FILE MERGED 2007/08/23 17:02:15 sb 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/22 09:34:22 sb 1.24.2.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [632df174930be1dcf9a66e7d577efbfe0f6f47df]

        INTEGRATION: CWS sb71 (1.17.20); FILE MERGED 2007/08/23 17:02:07 sb 1.17.20.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/22 09:34:22 sb 1.17.20.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5ada91af905e0aa9ba79a679f34f658c828066a8]

        INTEGRATION: CWS sb71 (1.9.14); FILE MERGED 2007/06/22 09:34:22 sb 1.9.14.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bcf9063e9660e9820c588fc0c7aee83a36f7e7d4]

        INTEGRATION: CWS sb71 (1.9.46); FILE MERGED 2007/06/22 09:34:22 sb 1.9.46.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d8e8de98b79e4444f8ac5b97e41dfad905d3e84a]

        INTEGRATION: CWS sb71 (1.10.46); FILE MERGED 2007/06/22 09:34:22 sb 1.10.46.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [54bc87357cc266473d5dc3c1651c5ce97d5d4142]

        INTEGRATION: CWS sb71 (1.6.80); FILE MERGED 2007/08/28 08:15:30 sb 1.6.80.1: #i81075# Missing dependency SO:officenames (pkg-config).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [cdafdc254bf8c3ea53cf24363a39db81090375da]

        INTEGRATION: CWS sb71 (1.14.6); FILE MERGED 2007/10/02 09:08:07 sb 1.14.6.3: RESYNC: (1.15-1.16); FILE MERGED 2007/07/18 08:45:39 sb 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/14 09:43:22 sb 1.14.6.1: #i75466# Adapted RPATHs to find shared libraries in extracted URE.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4f3d387f794353c48b4d01286bcb5adcccd31f37]

        INTEGRATION: CWS sb71 (1.9.24); FILE MERGED 2007/10/02 09:07:59 sb 1.9.24.3: RESYNC: (1.10-1.11); FILE MERGED 2007/05/30 14:11:22 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/23 09:36:46 sb 1.9.24.1: #i75466# Missing includes.'

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fc5207ab0ff620fc9ff6623bdf49d10101048ee3]

        INTEGRATION: CWS sb71 (1.13.16); FILE MERGED 2007/10/02 09:07:51 sb 1.13.16.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/23 09:36:46 sb 1.13.16.1: #i75466# Missing includes.'

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [86a009327d66047185b0e67800cb0132692ab1ec]

        INTEGRATION: CWS sb71 (1.2.14); FILE MERGED 2007/06/26 15:25:14 sb 1.2.14.2: #i75466# Retargeted from OOo 2.3 to 2.4. 2007/04/13 15:29:01 sb 1.2.14.1: #i75466# New regcomp -wop=<prefix> feature.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6db4cbd74ae1adc29a72d6db431c117ff2138528]

        INTEGRATION: CWS sb71 (1.6.28); FILE MERGED 2007/04/12 08:28:50 sb 1.6.28.1: #i75466# Missing includes.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5db69f151ee2d345d2015e053f200d7b1916c143]

        INTEGRATION: CWS sb71 (1.3.32); FILE MERGED 2007/06/22 09:36:39 sb 1.3.32.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [57fad19c2ecae8b461edf18f5e8545f553e02f9d]

        INTEGRATION: CWS sb71 (1.7.8); FILE MERGED 2007/08/14 07:18:31 sb 1.7.8.3: #i77184# Dropped libxml2wrapper again (too much trouble to /DELAYLOAD libxml2). 2007/08/13 14:35:45 sb 1.7.8.2: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB. 2007/07/23 13:41:49 sb 1.7.8.1: #i77184# Introduced libxml2wrapper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [24fb82d405576cad157acdc84ad02206f517208d]

        INTEGRATION: CWS sb71 (1.19.6); FILE MERGED 2007/07/18 08:42:38 sb 1.19.6.2: RESYNC: (1.19-1.20); FILE MERGED 2007/06/14 15:05:01 sb 1.19.6.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [44feef9fc6e22cc6e37e366ccc4b31f7d1688474]

        INTEGRATION: CWS sb71 (1.10.16); FILE MERGED 2007/06/14 15:06:38 sb 1.10.16.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ab71da15282a4ebc9625c1ccb77604894126fd21]

        INTEGRATION: CWS sb71 (1.11.16); FILE MERGED 2007/06/14 15:06:38 sb 1.11.16.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [629d26cfbb5e1d8a4dd7bb3e68e9ae14d6099dec]

        INTEGRATION: CWS sb71 (1.8.16); FILE MERGED 2007/06/14 15:06:38 sb 1.8.16.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [65c3bcaf66ec292516e5c40193072ad6b73a3dc0]

        INTEGRATION: CWS sb71 (1.5.12); FILE MERGED 2007/06/15 08:40:41 sb 1.5.12.2: RESYNC: (1.5-1.7); FILE MERGED 2007/06/14 09:40:51 sb 1.5.12.1: #i75466# Adapted RPATHs to find shared libraries in extracted URE.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [79b1acaf50e127c749c3de04ee0d083d27195e79]

        INTEGRATION: CWS sb71 (1.9.4); FILE MERGED 2007/10/02 09:06:29 sb 1.9.4.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/23 16:59:07 sb 1.9.4.2: RESYNC: (1.9-1.11); FILE MERGED 2007/06/14 15:03:35 sb 1.9.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3721e67ae4b5e86173f241d692fb391a71e05ec0]

        INTEGRATION: CWS sb71 (1.2.4); FILE MERGED 2007/06/14 15:03:35 sb 1.2.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [af779e34fe5b236269fa0bd4679ffd014bd06839]

        INTEGRATION: CWS sb71 (1.3.38); FILE MERGED 2007/08/23 16:57:38 sb 1.3.38.4: RESYNC: (1.3-1.4); FILE MERGED 2007/06/22 13:27:17 sb 1.3.38.3: Made code warning-free on unxmacxi.pro. 2007/06/22 12:34:55 sb 1.3.38.2: #i75466# Support for dynamic loading of the reg shared library has been dropped. 2007/06/22 12:31:39 sb 1.3.38.1: #i78114# Merged in 1.3.36.1.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [80996b7b2ade760ed1adf72a56e261c955f82516]

        INTEGRATION: CWS sb71 (1.6.10); FILE MERGED 2007/06/22 12:34:55 sb 1.6.10.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e976a609c92ac953bb2d0902afa658bc1697d137]

        INTEGRATION: CWS sb71 (1.5.98); FILE MERGED 2007/06/22 13:27:17 sb 1.5.98.1: Made code warning-free on unxmacxi.pro.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [efaf42453bf2a876de9ac9fb93ce9c9fd9c65bcb]

        INTEGRATION: CWS sb71 (1.7.4); FILE MERGED 2007/06/20 12:49:01 sb 1.7.4.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0fbcb954c3fc52a0a5301413c3b952022145ecbd]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/06/20 12:49:40 sb 1.1.2.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6bf52bc9202c92d01a0b62fbcff8016b64cb66ec]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/06/26 13:37:45 sb 1.1.2.2: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib. 2007/06/20 12:49:40 sb 1.1.2.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [593ba0941fb15d191282d803ea60cdee2818fdde]

        INTEGRATION: CWS sb71 (1.28.4); FILE MERGED 2007/06/20 12:49:01 sb 1.28.4.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [1bd20f07431dc89d06ced6ad5b56c51948fc6910]

        INTEGRATION: CWS sb71 (1.36.4); FILE MERGED 2007/08/23 16:56:19 sb 1.36.4.2: RESYNC: (1.36-1.37); FILE MERGED 2007/06/20 12:49:01 sb 1.36.4.1: #i75466# Unlike Solaris and Linux, Mac OS X dlopen does not search for file next to the library calling dlopen if file does not contain slashes (you have to prefix file with "@loader_path/" for that to work on Mac OS X); refactored accordingly.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [978ff52669b21491de7d6646884c03076f2d918c]

        INTEGRATION: CWS sb71 (1.23.14); FILE MERGED 2007/06/22 11:39:27 sb 1.23.14.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e5dfcd372c5cf848ec8dcca3a84bc13f80d63f66]

        INTEGRATION: CWS sb71 (1.16.34); FILE MERGED 2007/10/02 09:04:34 sb 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2007/08/13 14:35:28 sb 1.16.34.1: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f27b6b4690fb7a61fe63c56495769895700ec839]

        INTEGRATION: CWS sb71 (1.11.2); FILE MERGED 2007/06/14 15:06:18 sb 1.11.2.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [39cdfe82a712845da454ce13971bf694f09cbbed]

        INTEGRATION: CWS sb71 (1.12.2); FILE MERGED 2007/06/14 15:06:18 sb 1.12.2.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [830b1548688554286a8b4d81bf09195893a54165]

        INTEGRATION: CWS sb71 (1.14.2); FILE MERGED 2007/06/14 15:06:18 sb 1.14.2.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7be3fa9ffdb6a2c4e0bf11501b8332b683122d18]

        INTEGRATION: CWS sb71 (1.12.26); FILE MERGED 2007/06/14 15:06:18 sb 1.12.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [684208b8ab202090a56de11af64fbaffc47765bf]

        INTEGRATION: CWS sb71 (1.14.26); FILE MERGED 2007/06/14 15:06:17 sb 1.14.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c3f0528dad1c0cbc81737f36a825afbacf313a39]

        INTEGRATION: CWS sb71 (1.61.140); FILE MERGED 2007/08/13 14:53:57 sb 1.61.140.1: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [cdbf052aa8a95af981947866a1fb4308d8dda813]

        INTEGRATION: CWS sb71 (1.5.26); FILE MERGED 2007/10/12 08:41:45 sb 1.5.26.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [24eb8d92f2b366c92fb4cba50e606d2b2449f965]

        INTEGRATION: CWS sb71 (1.7.26); FILE MERGED 2007/10/12 08:41:45 sb 1.7.26.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0c9f9dfad9f8e8e05bcdea110be3dbd8c4c351c2]

        INTEGRATION: CWS sb71 (1.5.200); FILE MERGED 2007/10/12 07:22:35 sb 1.5.200.1: #i75466# osl_loadModule without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [cf2bee5597df113ba3fedbd535e17fcb2dc94934]

        INTEGRATION: CWS sb71 (1.11.4); FILE MERGED 2007/10/01 17:35:02 sb 1.11.4.5: RESYNC: (1.11-1.12); FILE MERGED 2007/08/13 14:36:02 sb 1.11.4.4: #i77184# Both XML2LIB and LIBXML2LIB were used; drop XML2LIB in favor of LIBXML2LIB. 2007/08/13 11:48:18 sb 1.11.4.3: #i77184# Dropped libxml2wrapper again (do not use /DELAYLOAD for libxml2---to much trouble). 2007/07/23 13:41:03 sb 1.11.4.2: #i77184# Introduced libxml2wrapper. 2007/06/14 14:54:55 sb 1.11.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4af0de922d90084ccd247564456ef64b846e0542]

        INTEGRATION: CWS sb71 (1.12.78); FILE MERGED 2007/06/15 08:16:42 sb 1.12.78.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/16 13:50:05 sb 1.12.78.1: #i75466# Support vnd.sun.star.expand URLs in javavendors.xml.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f2a8ac8fd1a092a11c3e67809af8ecfe7cd4058f]

        INTEGRATION: CWS sb71 (1.25.22); FILE MERGED 2007/06/15 08:16:34 sb 1.25.22.3: RESYNC: (1.25-1.26); FILE MERGED 2007/04/27 14:09:03 sb 1.25.22.2: #i75466# Removed URE_JVMFWK3RC again. 2007/04/16 13:51:37 sb 1.25.22.1: #i75466# Adapted to new URE_JVMFWK3RC; support vnd.sun.star.expand URLs in javavendors.xml.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ecbe12a57770fdb5ae4eda16bd26d2f657e44730]

        INTEGRATION: CWS sb71 (1.17.86); FILE MERGED 2007/08/23 16:03:49 sb 1.17.86.2: RESYNC: (1.17-1.18); FILE MERGED 2007/04/16 13:49:09 sb 1.17.86.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [38206da50f7c5f6cf2495b935df00b7441e22c31]

        INTEGRATION: CWS sb71 (1.12.16); FILE MERGED 2007/08/13 11:48:16 sb 1.12.16.4: #i77184# Dropped libxml2wrapper again (do not use /DELAYLOAD for libxml2---to much trouble). 2007/07/23 13:41:03 sb 1.12.16.3: #i77184# Introduced libxml2wrapper. 2007/07/18 08:29:42 sb 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/16 13:49:08 sb 1.12.16.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [24697811843b92b473686aecc1e9dcbc0f257dd1]

        INTEGRATION: CWS sb71 (1.10.6); FILE MERGED 2007/06/14 14:54:55 sb 1.10.6.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6fd88754cf077945bdecec3806440938debac23e]

        INTEGRATION: CWS sb71 (1.5.78); FILE MERGED 2007/06/14 14:54:54 sb 1.5.78.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d6aa9b87c1ed31f221ccf7b090fcaf85849ded39]

        INTEGRATION: CWS sb71 (1.6.96); FILE MERGED 2007/04/16 13:48:38 sb 1.6.96.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [8ae6966ff6c68353180c41151eb3fefd71394a79]

        INTEGRATION: CWS sb71 (1.4.96); FILE MERGED 2007/04/16 13:48:38 sb 1.4.96.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [3ea93c31c904e85e5ca4453b875f1400441610f2]

        INTEGRATION: CWS sb71 (1.6.46); FILE MERGED 2007/04/16 13:48:38 sb 1.6.46.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [1d8e3bbf3aa4631c1c624986ae4aef7bf31daf37]

        INTEGRATION: CWS sb71 (1.7.72); FILE MERGED 2007/04/16 13:48:38 sb 1.7.72.1: #i75466# Use vnd.sun.star.expand URLs in javavendors.xml (so that the same files can now be used for OOo and URE).

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [16b32118394d699e641ef2183d37c4f0ffde934d]

        INTEGRATION: CWS sb71 (1.2.2); FILE MERGED 2007/10/04 12:57:58 sb 1.2.2.1: #i75466# Moved SHLnRPATHs across cwsresync.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4b6269c99066393645e615f81c7003c784056983]

        INTEGRATION: CWS sb71 (1.14.34); FILE MERGED 2007/10/01 17:29:12 sb 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/22 09:36:19 sb 1.14.34.1: #i75466# Support for dynamic loading of the reg shared library has been dropped.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [30a0e8b1db94efffaf98dc17f5bb7bd0d329267c]

        INTEGRATION: CWS sb71 (1.10.44); FILE MERGED 2007/06/14 15:07:09 sb 1.10.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b8a847d2bd73d3bcd87c3a9620eefeb7c96b00bb]

        INTEGRATION: CWS sb71 (1.9.44); FILE MERGED 2007/06/14 15:07:09 sb 1.9.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fa1de25dd3d46ebf3b6c024272dc55dc8d154ee1]

        INTEGRATION: CWS sb71 (1.17.34); FILE MERGED 2007/10/01 17:25:48 sb 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2007/04/16 13:54:58 sb 1.17.34.1: #i75466# Adapted to new bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [a1b9c9d4163733611776c00b5eec65466a2d26e4]

        INTEGRATION: CWS sb71 (1.21.2); FILE MERGED 2007/06/14 15:07:08 sb 1.21.2.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f939376bdb55b0f9e827ff11a5cd7bb0ca3e444c]

        INTEGRATION: CWS sb71 (1.17.44); FILE MERGED 2007/06/14 15:07:08 sb 1.17.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7b123e6ce359b7b40cf106b0a431b3b44a748967]

        INTEGRATION: CWS sb71 (1.12.44); FILE MERGED 2007/06/14 15:07:08 sb 1.12.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b5e52eb78ee83dc4021c63dd1a3196645648b1e6]

        INTEGRATION: CWS sb71 (1.11.44); FILE MERGED 2007/06/14 15:07:08 sb 1.11.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4c11350a16c2bfcfcb8dff65ee10f90c4e0ac54a]

        INTEGRATION: CWS sb71 (1.10.44); FILE MERGED 2007/06/14 15:07:07 sb 1.10.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [a2ff0f39a47da89f415b2b0199d65d34d3adf548]

        INTEGRATION: CWS sb71 (1.27.4); FILE MERGED 2007/10/01 17:24:45 sb 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2007/04/16 12:04:37 sb 1.27.4.1: #i75466# New regcomp -wop=<prefix> feature.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [dd7e49c714a5d9847b21b993dfe8fce1f7b44f33]

        INTEGRATION: CWS sb71 (1.12.44); FILE MERGED 2007/06/14 15:07:07 sb 1.12.44.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [85f4c8a27368d385d95d277193dc5093c3090b9d]

        INTEGRATION: CWS sb71 (1.19.26); FILE MERGED 2007/06/14 15:04:37 sb 1.19.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5c2929d17031f31e7a97627ba832ad7e38c48670]

        INTEGRATION: CWS sb71 (1.5.126); FILE MERGED 2007/06/14 15:04:37 sb 1.5.126.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e2130dedee7ca851e1b26119f73f0b00b86d1ddb]

        INTEGRATION: CWS sb71 (1.7.110); FILE MERGED 2007/06/14 15:04:36 sb 1.7.110.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [124b8367bf60d0cc341febabe698de6d51ec656f]

        INTEGRATION: CWS sb71 (1.13.14); FILE MERGED 2007/08/23 16:02:40 sb 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/14 15:04:36 sb 1.13.14.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f969adbd299cec3be935594e8ca40c06673fa9a7]

        INTEGRATION: CWS sb71 (1.2.12); FILE MERGED 2007/06/15 08:14:37 sb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/14 15:04:36 sb 1.2.12.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bbccc384794b86f193b1a5fef2c041ab0b354283]

        INTEGRATION: CWS sb71 (1.4.26); FILE MERGED 2007/06/14 15:04:36 sb 1.4.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [1fef92abeea396200b852db2198eed8e4075d3ba]

        INTEGRATION: CWS sb71 (1.4.26); FILE MERGED 2007/06/14 15:04:35 sb 1.4.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d127dbdd5755a30c11fb1631c7e5b49dab87e1ec]

        INTEGRATION: CWS sb71 (1.6.26); FILE MERGED 2007/06/14 15:04:35 sb 1.6.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [c2ac9667bed450e966dc23fc8273ebc678b5e4cc]

        INTEGRATION: CWS sb71 (1.3.26); FILE MERGED 2007/06/14 15:04:35 sb 1.3.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [22ee5d1d464683b9466b2cb92580c64201ab55ad]

        INTEGRATION: CWS sb71 (1.7.8); FILE MERGED 2007/06/14 15:04:34 sb 1.7.8.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [5ea37ad3b690ccfddbe745a517c78951143de2eb]

        INTEGRATION: CWS sb71 (1.6.26); FILE MERGED 2007/06/14 15:04:34 sb 1.6.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [a34648db909cef1f198b06a9060665e59b0c020b]

        INTEGRATION: CWS sb71 (1.4.26); FILE MERGED 2007/06/14 15:04:34 sb 1.4.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [9e2b620bc3da43a494c3b700abdcea939878332f]

        INTEGRATION: CWS sb71 (1.7.26); FILE MERGED 2007/07/18 08:24:01 sb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/14 15:04:34 sb 1.7.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6a8783d49b252ffc4e90d58970239d15f3f08636]

        INTEGRATION: CWS sb71 (1.9.26); FILE MERGED 2007/06/14 15:04:34 sb 1.9.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [b3867c7e2dc1ab124a077fce505a006ca7d6884c]

        INTEGRATION: CWS sb71 (1.3.26); FILE MERGED 2007/07/18 08:23:39 sb 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/14 15:04:33 sb 1.3.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [bba7e451aeea8329ea225b76fcd705cef8f647c9]

        INTEGRATION: CWS sb71 (1.6.26); FILE MERGED 2007/07/18 08:23:05 sb 1.6.26.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/14 15:04:33 sb 1.6.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7ccababdf91d31d5daa1b0472314022755d32e08]

        INTEGRATION: CWS sb71 (1.13.26); FILE MERGED 2007/06/14 15:04:33 sb 1.13.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [fca5a6847a09699caf1d169bfdd55834d107f9d5]

        INTEGRATION: CWS sb71 (1.11.26); FILE MERGED 2007/06/14 15:04:33 sb 1.11.26.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [650247d5523ef16db4975d28139a65aaa387bf7a]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/04/23 09:51:30 sb 1.1.2.2: #i75466# Comments in rc files best start with a = in column zero. 2007/04/16 13:24:02 sb 1.1.2.1: #i75466# Build-time unorc/uno.ini, for calls to regcomp.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6f072478624adc9f1f9064ea22c552ca933aa717]

        INTEGRATION: CWS sb71 (1.15.90); FILE MERGED 2007/07/18 07:42:59 sb 1.15.90.4: RESYNC: (1.17-1.18); FILE MERGED 2007/06/26 15:24:34 sb 1.15.90.3: #i75466# Retargeted from OOo 2.3 to 2.4. 2007/05/30 12:48:08 sb 1.15.90.2: RESYNC: (1.15-1.17); FILE MERGED 2007/04/23 08:19:45 sb 1.15.90.1: #i75466# New bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [9b3efae1b97e42b90aac2020f44f119c3f6243ac]

        INTEGRATION: CWS sb71 (1.46.4); FILE MERGED 2007/10/01 17:12:56 sb 1.46.4.3: RESYNC: (1.47-1.49); FILE MERGED 2007/08/23 15:42:00 sb 1.46.4.2: RESYNC: (1.46-1.47); FILE MERGED 2007/06/14 15:03:49 sb 1.46.4.1: #i75466# Adapted to new APP|SHLnRPATH.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [f928cc242f27be2207b33a8996c2a402924ae55e]

        INTEGRATION: CWS sb71 (1.1.2); FILE ADDED 2007/04/16 13:28:56 sb 1.1.2.1: #i75466# New bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ead8ec0f148366eb3ca0da0625ab69679c2a585f]

        INTEGRATION: CWS sb71 (1.10.42); FILE MERGED 2007/05/30 12:47:47 sb 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/16 13:30:41 sb 1.10.42.1: #i75466# New bootstrap_expandUri helper; removed unused XInitialization support.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [ba5dd44ffee8020f12458d936477507f0b77d834]

        INTEGRATION: CWS sb71 (1.2.12); FILE MERGED 2007/08/24 15:27:39 sb 1.2.12.1: Merged in lost gcc3_linux_intel.map:1.12.8.3.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [4b3705906be357a2ee48fd6a994d66042c3e5521]

        INTEGRATION: CWS sb71 (1.15.52); FILE MERGED 2007/07/18 07:42:36 sb 1.15.52.4: RESYNC: (1.17-1.18); FILE MERGED 2007/06/26 15:24:34 sb 1.15.52.3: #i75466# Retargeted from OOo 2.3 to 2.4. 2007/05/30 12:47:07 sb 1.15.52.2: RESYNC: (1.15-1.17); FILE MERGED 2007/04/16 13:27:53 sb 1.15.52.1: #i75466# New bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [2394673a128d0fb324c3b62598792bd5a4dad94d]

        INTEGRATION: CWS sb71 (1.28.26); FILE MERGED 2007/10/01 17:12:33 sb 1.28.26.3: RESYNC: (1.28-1.29); FILE MERGED 2007/04/27 14:08:20 sb 1.28.26.2: #i75466# Removed URE_UNORC again. 2007/04/16 13:25:38 sb 1.28.26.1: #i75466# Adapted to new URE_UNORC; new bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [e70236cf48cb3a49764905849c9dfc8ba68b2b07]

        INTEGRATION: CWS sb71 (1.22.34); FILE MERGED 2007/10/01 17:12:13 sb 1.22.34.3: RESYNC: (1.23-1.24); FILE MERGED 2007/05/30 12:46:35 sb 1.22.34.2: RESYNC: (1.22-1.23); FILE MERGED 2007/04/16 13:23:39 sb 1.22.34.1: #i75466# Build-time unorc/uno.ini, for calls to regcomp.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [48faab270e5521addba496ddc2179f63520389ff]

        INTEGRATION: CWS sb71 (1.10.96); FILE MERGED 2007/06/26 15:24:33 sb 1.10.96.2: #i75466# Retargeted from OOo 2.3 to 2.4. 2007/04/16 13:22:01 sb 1.10.96.1: #i75466# New bootstrap_expandUri helper.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [7fbfec4d5a68be5ac91f1a45f338b928abc00827]

        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>  [469fdb774ed8db17bd4b1b387c571816f981e88b]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [8ab16f8e233f6171584ffc74e2c2c3432028e366]

        INTEGRATION: CWS sb71 (1.9.42); FILE MERGED 2007/08/23 15:37:24 sb 1.9.42.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/26 11:53:05 sb 1.9.42.1: #i75466# For now, create a special ooowoure legacy_binfilters.rdb, with special vnd.sun.star.expand prefixes for the component URLs.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [31c12cc94085d27ee07da26622887dce61bd14ad]

        INTEGRATION: CWS sb71 (1.2.306); FILE MERGED 2007/06/26 11:53:04 sb 1.2.306.1: #i75466# For now, create a special ooowoure legacy_binfilters.rdb, with special vnd.sun.star.expand prefixes for the component URLs.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0771f850aef46458fbfd8466077e3c8a879f6625]

        INTEGRATION: CWS sb71 (1.4.98); FILE MERGED 2007/06/28 11:06:40 sb 1.4.98.2: #i75466# Improved previous fix. 2007/06/28 08:04:17 sb 1.4.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [6f48f7dd976ebc88068e3636e33ff94c4422d75f]

        INTEGRATION: CWS sb71 (1.11.18); FILE MERGED 2007/10/11 16:19:46 sb 1.11.18.1: osl::Module::load without path no longer works on Mac OS X.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [34d7c992e4154f6e873113c636b10e74bfb7ec76]

        INTEGRATION: CWS sb71 (1.6.98); FILE MERGED 2007/08/23 14:56:41 sb 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/28 08:04:17 sb 1.6.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [d015542a6d4983a9d863e542fd261374f5a13339]

        INTEGRATION: CWS sb71 (1.6.98); FILE MERGED 2007/10/01 15:30:39 sb 1.6.98.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/23 14:23:43 sb 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/28 08:04:17 sb 1.6.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [0e65d6f9963d2274b4d2b5a089f086dc29676f90]

        INTEGRATION: CWS sb71 (1.6.98); FILE MERGED 2007/10/01 15:18:21 sb 1.6.98.3: RESYNC: (1.7-1.8); FILE MERGED 2007/08/23 13:26:56 sb 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/28 08:04:16 sb 1.6.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [65f0bb20a4a9f8f321f1a588b522a7d30a52b118]

        INTEGRATION: CWS sb71 (1.5.98); FILE MERGED 2007/10/01 15:11:56 sb 1.5.98.3: RESYNC: (1.6-1.7); FILE MERGED 2007/08/23 13:15:23 sb 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2007/06/28 08:04:16 sb 1.5.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [40bc215fb8269762718f813b9bdbdc3877e414d1]

        INTEGRATION: CWS sb71 (1.6.98); FILE MERGED 2007/10/01 15:00:57 sb 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/28 08:04:16 sb 1.6.98.1: #i75466# Use new osl_loadModuleRelative to locate loaded libs next to calling lib.

2007-10-15  Vladimir Glazounov  <vg@openoffice.org>  [22e3fe56fda269845019e57474e76008ee06e1ff]

        INTEGRATION: CWS readme4macintel (1.27.10); FILE MERGED 2007/10/01 19:04:42 smsm1 1.27.10.11: new version by uwe alltmann 2007/09/10 22:40:56 smsm1 1.27.10.10: #i67537# latest from Uwe Altmann 2007/06/27 19:52:25 ericb 1.27.10.9: #i67539# update Mac OS X infos on Readme and 2.2. requirements ( changes are from Uwe Altmann ) 2007/06/27 16:44:16 ericb 1.27.10.8: RESYNC: (1.27-1.29); FILE MERGED 2007/03/16 21:53:24 smsm1 1.27.10.7: #i67539# new file from Uwe with updated text to remove various errors. 2007/01/30 10:52:36 smsm1 1.27.10.6: #i67539# Some more changes to fix the xml to prevent the text appearing for the wrong OS. 2007/01/26 20:37:50 smsm1 1.27.10.5: #67539# Fixed some more xml parsing errors due to missing </paragraph> and start of a <text> tag. 2007/01/26 20:14:05 smsm1 1.27.10.4: #67539# fixed typo of extra xml: 2007/01/25 18:04:21 smsm1 1.27.10.3: #67539# Updated readme to fix the DOCTYPE link error as noted by Christian Lohmair 2007/01/22 23:01:55 smsm1 1.27.10.2: #67539# Updated readme by Uwe Altmann as attached to the issue #67539# on Jan 18 2006/12/29 00:25:55 smsm1 1.27.10.1: #i67539# Commiting the new readme text for Mac OS X as requested by uwealtmann and attached in the issue #i67539#.

2007-10-14  Tobias Krause  <tkr@openoffice.org>  [862860c8f88ec4dbd3066d5426c2a43a07199e19]

        #31053# WebDAV Https Support

2007-10-11  Vladimir Glazounov  <vg@openoffice.org>  [1a5b371ed19052aa816d0653e4b3f07a8cefb457]

        #i10000# remove not used function (warning fix)

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [4ea95e88f6ae288b4b65389f9bf90c8e7904fe2f]

        #i10000# remove wrong license

2007-10-11  Vladimir Glazounov  <vg@openoffice.org>  [6ea04081bd10339efa5bfc7bff982cec9edb390b]

        new version for SRC680

2007-10-11  Vladimir Glazounov  <vg@openoffice.org>  [4ffc484e068f352d77924d8663a6a798ef5e412d]

        #i10000# remove not needed header

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [8fe51dd854fd4967d5a4acdd3ba96ba8fdb1d70e]

        #i10000# missing dependency to offuh

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [2dcc74cd149b9b51350e26eac44c848d25ce1cb3]

        SRC680

2007-10-11  Sven Jacobi  <sj@openoffice.org>  [03ec70bc11dd3c2a3cef416c945903d99f3dbe84]

        delivering minimizer binaries

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [6e8ee38aafb1d4efbb1810913593316fc6635854]

        INTEGRATION: CWS pyunofixes4 (1.8.522); FILE MERGED 2007/08/07 20:38:59 jbu 1.8.522.1: #i56236# fix the nameclash between the  PYTHONPATH environment variable and the loader bootstrap parameter by adding the PYUNO_LOADER prefix

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [f75ca14127f4abb645102f95c95f6c87ddb61e3f]

        INTEGRATION: CWS pyunofixes4 (1.5.46); FILE MERGED 2007/07/30 19:43:44 jbu 1.5.46.1: adding pythonpath import functionality, fixed a gc deadlock, fixed some minor issues

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [4dbc6d42279ae0324a33d2b492a1e1e7b0f3fa7a]

        INTEGRATION: CWS pyunofixes4 (1.7.46); FILE MERGED 2007/07/30 19:43:44 jbu 1.7.46.1: adding pythonpath import functionality, fixed a gc deadlock, fixed some minor issues

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [b5eecfbc5c00f1e1d8b485e5eee34af58b2e77d5]

        INTEGRATION: CWS pyunofixes4 (1.10.22); FILE MERGED 2007/07/30 19:43:44 jbu 1.10.22.1: adding pythonpath import functionality, fixed a gc deadlock, fixed some minor issues

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [baa877f9fa1c8ab1d484419a8b314e797423ac3c]

        INTEGRATION: CWS pyunofixes4 (1.8.40); FILE MERGED 2007/09/26 19:34:35 jbu 1.8.40.3: #i81960# again rework of the initialization code, pythonpath+pythonhome must be set before the Py_Initialize call 2007/09/25 08:59:06 jbu 1.8.40.2: now PYTHONHOME gets evaluated correctly 2007/08/07 20:42:50 jbu 1.8.40.1: #i56236# fix the nameclash between the  PYTHONPATH environment variable and the loader bootstrap parameter by adding the PYUNO_LOADER prefix

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [72a86e8e745011d7ba23c33f7627e86fb14d4a25]

        INTEGRATION: CWS pyunofixes4 (1.4.66); FILE MERGED 2007/07/30 19:43:44 jbu 1.4.66.1: adding pythonpath import functionality, fixed a gc deadlock, fixed some minor issues

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [48572e05f8cdc9c0b1947e6ede97b35040c1b4cd]

        INTEGRATION: CWS pyunofixes4 (1.5.58); FILE MERGED 2007/09/25 15:46:54 jbu 1.5.58.2: logging code is now more robust, in case exceptions occur during logging, they are ignored. Strange things on windows (stdout is broken) occur. 2007/07/30 19:47:45 jbu 1.5.58.1: added pythonpath import functionality, improved error handling and stacktraces

2007-10-11  Kurt Zenker  <kz@openoffice.org>  [1db3d345f7bdd5c42f359d2c6eb42f217a0ff9d0]

        INTEGRATION: CWS pyunofixes4 (1.4.50); FILE MERGED 2007/07/30 19:44:54 jbu 1.4.50.1: unohelper.inspect() can now be called with atomar types

2007-10-10  Kurt Zenker  <kz@openoffice.org>  [6aec8e996bf98e24796d7021f1b55c562aae10a1]

        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>  [b0454c38a7421e6cc3cd93ce7c458078aae18e8d]

        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-10  Kurt Zenker  <kz@openoffice.org>  [15c4851fe09efd27027a433240ad273f83193c14]

        INTEGRATION: CWS pppopt02 (1.69.18); FILE MERGED 2007/09/28 14:52:07 sj 1.69.18.1: added slot to be able to clear the undomanager

2007-10-10  Kurt Zenker  <kz@openoffice.org>  [3d91985b611e7135ae645b1cea8141de3684e278]

        INTEGRATION: CWS pppopt02 (1.32.74); FILE MERGED 2007/09/28 14:52:07 sj 1.32.74.1: added slot to be able to clear the undomanager

2007-10-10  Kurt Zenker  <kz@openoffice.org>  [ac9167a0dbe12e55266d40c5a7f44db76ee3b1a9]

        INTEGRATION: CWS pppopt02 (1.15.292); FILE MERGED 2007/09/28 14:52:07 sj 1.15.292.1: added slot to be able to clear the undomanager

2007-10-10  Kurt Zenker  <kz@openoffice.org>  [27452a082237065ac4cf475c8398241907164b2c]

        INTEGRATION: CWS pppopt02 (1.24.74); FILE MERGED 2007/09/28 14:52:06 sj 1.24.74.1: added slot to be able to clear the undomanager

2007-10-10  Kurt Zenker  <kz@openoffice.org>  [6fd417292eaa3118e9aa3e934b2b55ad97613549]

        INTEGRATION: CWS pppopt02 (1.1.2); FILE ADDED 2007/05/16 15:31:32 sj 1.1.2.1: initial version

2007-10-10  Tobias Krause  <tkr@openoffice.org>  [698b79cc07263bc18ac0cfc4040f96a7e3f29163]

        #31053# https webdav support

2007-10-10  Tobias Krause  <tkr@openoffice.org>  [86b27d912e4799f8d1c140e08db2bb0af9b7322d]

        #31053# https webdav support

2007-10-10  Tobias Krause  <tkr@openoffice.org>  [12e7d94245fa602dc6a4ddaf26ef120ad1556e68]

        #31053# https webdav support

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [0a15fd2019a16d208d1147f88d5df1cdb374e4dc]

        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>  [f97eff746b64682f15e61bf2e325db14a790c3d2]

        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>  [9adfb8278bdb0a985fc7e8253744c3517476046d]

        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>  [26bc1f51cef323e17b8e2a96c513e9e7e1eafc0d]

        INTEGRATION: CWS basmgr03 (1.75.4); FILE MERGED 2007/08/24 20:12:18 fs 1.75.4.2: RESYNC: (1.75-1.77); FILE MERGED 2007/08/01 08:26:29 fs 1.75.4.1: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [fb5b22bbf5fc01fc54c8d83bb5594ddb3c9afb8b]

        INTEGRATION: CWS basmgr03 (1.28.12); FILE MERGED 2007/08/24 20:11:45 fs 1.28.12.2: RESYNC: (1.28-1.29); FILE MERGED 2007/08/01 08:26:22 fs 1.28.12.1: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [faeb6ef4f1268ac824f74e5bd45b2750aae41a87]

        INTEGRATION: CWS basmgr03 (1.38.12); FILE MERGED 2007/08/01 08:25:57 fs 1.38.12.1: #i73331# +GetBasicManager

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [17ed4b40ce7508ebcbff502ddbde6d4368e239b7]

        INTEGRATION: CWS basmgr03 (1.14.128); FILE MERGED 2007/08/01 08:25:29 fs 1.14.128.1: #i73331# SfxObjectShell* pThisDocument replaced by XModel m_xThisDocument

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d9fb51775ee4019555282627ff43129466a4dc2e]

        INTEGRATION: CWS basmgr03 (1.127.4); FILE MERGED 2007/08/24 20:11:25 fs 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2007/07/31 08:55:24 fs 1.127.4.3: #i73331# UNO event for SFX_HINT_MODECHANGED 2007/07/27 20:41:04 fs 1.127.4.2: #i73331# +XEmbeddedScripts 2007/07/26 12:35:27 fs 1.127.4.1: copying the fix for #i79962# herein

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [6783f75b8e5034372c7273dcc8c3a19366e21f6c]

        INTEGRATION: CWS basmgr03 (1.74.4); FILE MERGED 2007/08/01 09:48:28 fs 1.74.4.4: #i10000# 2007/08/01 08:25:24 fs 1.74.4.3: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell 2007/07/31 08:55:24 fs 1.74.4.2: #i73331# UNO event for SFX_HINT_MODECHANGED 2007/07/26 08:49:52 fs 1.74.4.1: #i73331# IsInPrepareClose not needed anymore

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5178021ea816d8e41393e2a7cfbe7a2a5daa6636]

        INTEGRATION: CWS basmgr03 (1.91.4); FILE MERGED 2007/08/24 20:11:06 fs 1.91.4.3: RESYNC: (1.91-1.92); FILE MERGED 2007/07/27 20:41:57 fs 1.91.4.2: #i73331# AdjustMacroMode: allow to suppress UI (needed when called from the SfxBaseModel implementation - UNO API calls should not raise UI) 2007/07/26 08:49:30 fs 1.91.4.1: #i73331# GetMacroMode not needed anymore: AdjustMacroMode now returning whether macros are allowed

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a2e2e8c3b9aea7ede29cf3cac44522cff9fa53a1]

        INTEGRATION: CWS basmgr03 (1.60.12); FILE MERGED 2007/08/24 20:09:11 fs 1.60.12.3: RESYNC: (1.60-1.61); FILE MERGED 2007/08/24 05:20:58 fs 1.60.12.2: moved documentinfo to comphelper 2007/08/01 08:24:57 fs 1.60.12.1: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [9129744d3dc114b64cfbbc1ae1d59155446ab2a9]

        INTEGRATION: CWS basmgr03 (1.22.12); FILE MERGED 2007/08/01 08:23:05 fs 1.22.12.2: #i73331# SfxObjectShell parameter replaced by _bAppBasic, was only used in this sense, anyway 2007/07/26 08:48:56 fs 1.22.12.1: #i73331# GetMacroMode not needed anymore: AdjustMacroMode now returning whether macros are allowed

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [06efa521daf11108f23a37587a4e6235d6967ad8]

        INTEGRATION: CWS basmgr03 (1.124.4); FILE MERGED 2007/07/26 08:48:52 fs 1.124.4.1: #i73331# GetMacroMode not needed anymore: AdjustMacroMode now returning whether macros are allowed

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [24e07f212113c9b6704a87cb0045fa905bdc3188]

        INTEGRATION: CWS basmgr03 (1.61.4); FILE MERGED 2007/07/31 08:55:05 fs 1.61.4.1: #i73331# UNO event for SFX_HINT_MODECHANGED

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5db62b83c782dc4ed06732ec6424705f86f2ab28]

        INTEGRATION: CWS basmgr03 (1.25.12); FILE MERGED 2007/08/01 08:24:17 fs 1.25.12.1: #i73331# SfxObjectShell* pThisDocument replaced by XModel m_xThisDocument

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [3d7e5e7fdbf2f2191d367d405cb7f8b153d3e39d]

        INTEGRATION: CWS basmgr03 (1.8.4); FILE MERGED 2007/07/27 20:40:49 fs 1.8.4.1: #i73331# +XEmbeddedScripts

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [dbde72ed0ba06a7ad09a936220df37b383026563]

        INTEGRATION: CWS basmgr03 (1.4.4); FILE MERGED 2007/08/01 08:23:26 fs 1.4.4.3: #i73331# WorkingDocument now an XModel, not an SfxObjectShell 2007/07/27 20:41:37 fs 1.4.4.2: #i73331# AdjustMacroMode: allow to suppress UI (needed when called from the SfxBaseModel implementation - UNO API calls should not raise UI) 2007/07/26 08:48:05 fs 1.4.4.1: #i73331# IsInPrepareClose/GetMacroMode not needed anymore / AdjustMacroMode now returning whether macros are allowed

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [819d36544f38df60ee03b80260432bb272034a23]

        INTEGRATION: CWS basmgr03 (1.2.4); FILE MERGED 2007/08/01 08:22:44 fs 1.2.4.1: #i73331# SfxObjectShell parameter replaced by _bAppBasic, was only used in this sense, anyway

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [7b6a7f4b2001b6f0a5c07d2c599aaa4b6560681e]

        INTEGRATION: CWS basmgr03 (1.41.76); FILE MERGED 2007/09/06 06:25:12 fs 1.41.76.2: RESYNC: (1.41-1.42); FILE MERGED 2007/08/01 09:47:02 fs 1.41.76.1: #i73331# vbauno lib needs to be linked against toolkit now

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [dc5ae981edbaa15123241205c04e585c5f001b5f]

        INTEGRATION: CWS basmgr03 (1.2.88); FILE MERGED 2007/09/06 06:23:51 fs 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/01 09:46:25 fs 1.2.88.1: #i73331# SfxObjectShell::WorkingDocument is an XModel now / preparation of #i76129#: some refactoring

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5a872a89f89a800b93f8f9865f20929db2b3acba]

        INTEGRATION: CWS basmgr03 (1.5.130); FILE MERGED 2007/09/03 12:44:51 fs 1.5.130.1: #i76129# isOfficeDocument reworked, to exclude Basidc-IDE and Previews and HelpView explicitly, not by implicit heuristics which tend to break

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [53873bc43fbf42746914e0ad394ebc787cec1705]

        INTEGRATION: CWS basmgr03 (1.16.16); FILE MERGED 2007/09/03 12:44:51 fs 1.16.16.2: #i76129# isOfficeDocument reworked, to exclude Basidc-IDE and Previews and HelpView explicitly, not by implicit heuristics which tend to break 2007/07/31 09:35:31 fs 1.16.16.1: during #i73331# (agreed with MAV and CD): TitleChanged event renamed to OnTitleChanged

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5ffd1971c3ba3a6e619485c57d512b10df2112d6]

        INTEGRATION: CWS basmgr03 (1.8.16); FILE MERGED 2007/09/03 12:45:14 fs 1.8.16.1: #i76129# link with COMPHELPERLIB

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [6359380bcc948a76784cb407bbd28841d0ecf883]

        INTEGRATION: CWS basmgr03 (1.2.12); FILE MERGED 2007/09/24 11:04:49 fs 1.2.12.8: #i81767# getAllScriptDocuments: sort documents by title, if requested 2007/08/01 08:29:31 fs 1.2.12.7: #i73331# last LEGACY_* methods removed 2007/07/31 12:31:25 fs 1.2.12.6: #i73331# signature functionality outsourced to DocumentSignature class 2007/07/31 08:51:11 fs 1.2.12.5: #i73331# LEGACY_startDocumentListening removed 2007/07/31 07:53:40 fs 1.2.12.4: #i73331# removed ctor-with-SfxObjectShell 2007/07/30 13:38:29 fs 1.2.12.3: #i73331# distinguish between being valid and being alive 2007/07/27 20:44:11 fs 1.2.12.2: #i73331# disallowMacros -> allowMacros 2007/07/26 08:56:34 fs 1.2.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [300f59e70db2e366f144f65da57066be9e800af2]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/01 11:25:09 fs 1.1.2.2: #i10000# 2007/07/31 12:32:17 fs 1.1.2.1: wrapping signature functionality of a ScriptDocument

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a848ae17558b3f0c69a03cf01db2d61d1d338c13]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/07/31 08:49:45 fs 1.1.2.3: #i73331# +onDocumentModeChanged 2007/07/30 19:53:24 fs 1.1.2.2: #i10000# 2007/07/30 13:38:03 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [05659f48092a5a5b26663ed29d081005ee20507e]

        INTEGRATION: CWS basmgr03 (1.5.2); FILE MERGED 2007/08/24 19:50:49 fs 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2007/07/31 08:49:45 fs 1.5.2.2: #i73331# +onDocumentModeChanged 2007/07/30 13:37:15 fs 1.5.2.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a71e7401e2baadb48a99a44b841dd50908638d7e]

        INTEGRATION: CWS basmgr03 (1.3.26); FILE MERGED 2007/09/25 13:07:49 fs 1.3.26.12: fix FilterDocuments::includeDocument so that invisible documents are really excluded 2007/09/24 11:05:01 fs 1.3.26.11: #i81767# getAllScriptDocuments: sort documents by title, if requested 2007/08/23 20:09:06 fs 1.3.26.10: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far) 2007/08/01 08:29:54 fs 1.3.26.9: #i73331# last LEGACY_* methods removed 2007/07/31 12:32:36 fs 1.3.26.8: #i73331# signature functionality outsourced to DocumentSignature class 2007/07/31 08:51:28 fs 1.3.26.7: #i73331# LEGACY_startDocumentListening removed 2007/07/31 07:54:56 fs 1.3.26.6: #i73331# SfxObjectShell obtained when needed only, not kept as member 2007/07/30 13:38:57 fs 1.3.26.5: #i73331# distinguish between being valid and being alive / be an DocumentEventListener at the document we represent 2007/07/27 20:44:57 fs 1.3.26.4: #i73331# use the newly introduced XEmbeddedScripts to access the scripts/dialogs in a document, and to determine whether macro execution for a document is allowed 2007/07/26 10:51:01 fs 1.3.26.3: #i10000# 2007/07/26 09:03:18 fs 1.3.26.2: add forgotten dtor 2007/07/26 08:56:47 fs 1.3.26.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2d97eba985d32d44ee98dd136cd11688b135f192]

        INTEGRATION: CWS basmgr03 (1.19.12); FILE MERGED 2007/07/26 09:10:50 fs 1.19.12.1: remove unused calls to SfxViewFrame::Current

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [05b0415946eabcffa7c5e1b927b329bbb8c0c1ae]

        INTEGRATION: CWS basmgr03 (1.31.12); FILE MERGED 2007/08/24 19:50:03 fs 1.31.12.3: RESYNC: (1.31-1.32); FILE MERGED 2007/07/30 13:41:09 fs 1.31.12.2: #i73331# distinguish between a ScriptDocument being valid and being alive 2007/07/26 09:10:50 fs 1.31.12.1: remove unused calls to SfxViewFrame::Current

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [520563557a6cbe590c1f8889de572b5e6a1c2af9]

        INTEGRATION: CWS basmgr03 (1.62.16); FILE MERGED 2007/09/24 11:06:51 fs 1.62.16.3: #i81767# getAllScriptDocuments parameter changed 2007/07/30 13:41:09 fs 1.62.16.2: #i73331# distinguish between a ScriptDocument being valid and being alive 2007/07/26 09:10:50 fs 1.62.16.1: remove unused calls to SfxViewFrame::Current

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d57125226f47d5fd951835577fbb896d2375e5a7]

        INTEGRATION: CWS basmgr03 (1.25.12); FILE MERGED 2007/08/23 20:09:06 fs 1.25.12.3: #i73331# documentenumeration moved from module unotools to module basctl (no other clients so far) 2007/07/31 12:33:07 fs 1.25.12.2: #i73331# +docsignature 2007/07/30 13:40:18 fs 1.25.12.1: #i73331# +doceventlistener

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [ef0a779856a6772eedd6a703d6536b577df75667]

        INTEGRATION: CWS basmgr03 (1.36.12); FILE MERGED 2007/07/30 13:39:32 fs 1.36.12.4: #i73331# distinguish between a ScriptDocument being valid and being alive 2007/07/27 20:46:02 fs 1.36.12.3: #i73331# disallowMacros -> allowMacros 2007/07/26 09:10:50 fs 1.36.12.2: remove unused calls to SfxViewFrame::Current 2007/07/26 08:56:47 fs 1.36.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [bec7491a736b788edcd7f88c01e496e855f73295]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/24 18:41:46 fs 1.1.2.2: removed wrong include 2007/08/23 20:08:38 fs 1.1.2.1: moved herein from module unotools: enumerate all documents in the running application

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d16a3fd458ade6463160b55e5cef2939111a99ea]

        INTEGRATION: CWS aquavcl03 (1.25.30); FILE MERGED 2007/10/02 09:11:24 pl 1.25.30.3: RESYNC: (1.26-1.27); FILE MERGED 2007/09/28 09:36:16 pl 1.25.30.2: #i80842# in case of native progress draw to window directly 2007/08/20 10:44:53 isma87 1.25.30.1: #i80842#: add call to native drawing functions for the progress bar of the splash screen

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [91966d75da43d4d9d51e3550d1f8c27e07710d4d]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/23 20:08:38 fs 1.1.2.1: moved herein from module unotools: enumerate all documents in the running application

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [723af7ef645c34e76437c903a4b6b36be160a27c]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/08/01 11:25:08 fs 1.1.2.2: #i10000# 2007/07/31 12:32:21 fs 1.1.2.1: wrapping signature functionality of a ScriptDocument

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [08b69c44f2339d61483a18e3b5a1912b6a8b9014]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/07/31 08:52:40 fs 1.1.2.2: #i73331# +onDocumentModeChanged 2007/07/30 13:38:10 fs 1.1.2.1: #i73331# wrapper for notifying document-related events, obtained from a UNO instead of an SFX source

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [34fd7965cd38828033fc5106e9e3102ee2fe074d]

        INTEGRATION: CWS basmgr03 (1.22.12); FILE MERGED 2007/09/24 11:06:31 fs 1.22.12.3: #i81767# getAllScriptDocuments parameter changed 2007/07/30 13:40:00 fs 1.22.12.2: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead 2007/07/26 08:56:47 fs 1.22.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [3d364b9429c92e7ef1235983d961f7d4d93ee1bd]

        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>  [5696ec0b082f4525bfb40251389950b84fe0045f]

        INTEGRATION: CWS basmgr03 (1.12.12); FILE MERGED 2007/09/24 11:07:20 fs 1.12.12.3: during #i81767# +GetLibraryType 2007/07/31 08:52:40 fs 1.12.12.2: #i73331# +onDocumentModeChanged 2007/07/30 13:40:00 fs 1.12.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8a8cbfa2e6e75c3f70bb1bf9540d44038f0e0924]

        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>  [f6d2887c7c25267866e020cd43fe80b813bf661f]

        INTEGRATION: CWS basmgr03 (1.24.12); FILE MERGED 2007/09/24 11:07:20 fs 1.24.12.3: during #i81767# +GetLibraryType 2007/07/31 08:52:40 fs 1.24.12.2: #i73331# +onDocumentModeChanged 2007/07/30 13:40:00 fs 1.24.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5db2f0f986b16e11c997c9fa3fb4c002c5a99765]

        INTEGRATION: CWS basmgr03 (1.40.12); FILE MERGED 2007/09/24 11:06:16 fs 1.40.12.3: #i81767# getAllScriptDocuments parameter changed 2007/08/24 19:49:30 fs 1.40.12.2: RESYNC: (1.40-1.41); FILE MERGED 2007/07/30 13:40:49 fs 1.40.12.1: #i73331# distinguish between a ScriptDocument being valid and being alive

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [53dcbbee2b0bea07429d963ee76332f725fd1c34]

        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>  [7eedc061bc546fd010173b456206fa20c2087bac]

        INTEGRATION: CWS basmgr03 (1.43.6); FILE MERGED 2007/09/24 11:06:06 fs 1.43.6.6: #i81767# getAllScriptDocuments parameter changed 2007/08/24 19:49:11 fs 1.43.6.5: RESYNC: (1.43-1.44); FILE MERGED 2007/08/01 08:29:48 fs 1.43.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell 2007/07/31 08:53:12 fs 1.43.6.3: #i73331# last event (ModeChanged) now notified via UNO instead of SFX 2007/07/31 07:54:20 fs 1.43.6.2: #i73331# ScriptDocument ctor with SfxObjectShell removed 2007/07/30 13:37:21 fs 1.43.6.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d3ff6f915978b8d43a9bc3aad31b3970a60eb7bd]

        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>  [0dfdaf1d629171edcb4e037a340f56eec223bc80]

        INTEGRATION: CWS basmgr03 (1.20.2); FILE MERGED 2007/07/31 12:32:55 fs 1.20.2.1: #i73331# signature functionality outsourced to DocumentSignature class

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [28cc1103cfa7805e7d96d2e9b7afbc6b8e231ecc]

        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>  [aacb329376da38f4915097339145b3b0cbeaadcf]

        INTEGRATION: CWS basmgr03 (1.52.6); FILE MERGED 2007/08/01 08:29:48 fs 1.52.6.4: #i73331# SfxObjectShell::WorkingDocument now an XModel, not an SfxObjectShell 2007/07/31 12:32:55 fs 1.52.6.3: #i73331# signature functionality outsourced to DocumentSignature class 2007/07/30 13:40:41 fs 1.52.6.2: #i73331# don't ask for modified state of dead documents 2007/07/26 08:56:47 fs 1.52.6.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [9afef06256f0c807a105c9853d0fbe0dace6e284]

        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>  [fe29477dfae61d8e70ceaec563b6020301b41678]

        INTEGRATION: CWS basmgr03 (1.41.12); FILE MERGED 2007/08/24 19:48:52 fs 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED 2007/07/27 20:45:50 fs 1.41.12.2: #i73331# disallowMacros -> allowMacros 2007/07/26 08:56:47 fs 1.41.12.1: #i73331# first steps: replace some SfxObjectShell API calls with existing UNO API equivalents

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [476d11b906786fd744168ea7cef13703a5e58378]

        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>  [c632299c91308e05329de793254b7fa3911eaf2c]

        INTEGRATION: CWS basmgr03 (1.8.12); FILE MERGED 2007/07/31 08:52:40 fs 1.8.12.2: #i73331# +onDocumentModeChanged 2007/07/30 13:36:56 fs 1.8.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [08006eb2bec850b69f8f1c228fbc06ed11b87061]

        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>  [ce2c858ec81919af690b08f99479e5e0f0aa59cd]

        INTEGRATION: CWS basmgr03 (1.13.12); FILE MERGED 2007/09/24 11:05:34 fs 1.13.12.3: #i81767# BasicLibBox sort script documents by title 2007/07/31 08:52:40 fs 1.13.12.2: #i73331# +onDocumentModeChanged 2007/07/30 13:36:56 fs 1.13.12.1: #i73331# be a DocumentEventListener, which is independent from SFX notifications, but works with the GlobalEventBroadcaster instead

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8ef800ed886efc663132c65824cc1d153b189e5a]

        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>  [5d0e7346b4674a20b401e8a9fc319079218e1eac]

        INTEGRATION: CWS basmgr03 (1.19.26); FILE MERGED 2007/07/27 20:45:42 fs 1.19.26.1: #i73331# SetHasNoBasic needs to happen before creation of the UNO model

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [25b2bbce8b16e7040ce3ddef33a672e9406e8917]

        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>  [85f148bc5441e595b07d31c31ccb8218ca33ef77]

        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>  [1111530f400e7bb6e5f297469f3a9f14048fc9c6]

        INTEGRATION: CWS basmgr03 (1.13.10); FILE MERGED 2007/07/26 10:41:56 fs 1.13.10.2: OOo 3.4 is clearly wrong 2007/07/26 08:52:27 fs 1.13.10.1: #i80044# +cppu_unsatisfied_iset_message

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [eb784af165cec5ff444dd54f298b460c77fffd2e]

        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>  [58207526be1c6e7a2ed19e5e4ac0e5dd92ab4182]

        INTEGRATION: CWS basmgr03 (1.6.44); FILE MERGED 2007/07/26 08:52:07 fs 1.6.44.1: #i80044# +cppu_unsatisfied_iset_message

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [3a0f1e257b2e522c2b18b03ab810b1fba9d227fd]

        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>  [8c89d65a5d9ab752c6f0cdc946316c01bfe4afc7]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/09/17 08:26:56 fs 1.1.2.1: #i80044# unit test for Reference class, currently containing tests for UNO_SET_THROW only

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8b5507894ef64564443fffa04bd10fcf63e8cd51]

        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>  [72fabac222ed6c68b0e82ada113d2b758d5e7bcd]

        INTEGRATION: CWS basmgr03 (1.4.80); FILE MERGED 2007/09/17 08:27:36 fs 1.4.80.1: #i80044# added Reference unit tests

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a71edeea4707b3bbdbbbf47c9ea64f6ef6e20280]

        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>  [86280e3a3209f0162100e7c50856fab12934aeda]

        INTEGRATION: CWS basmgr03 (1.25.56); FILE MERGED 2007/07/26 08:51:32 fs 1.25.56.1: #i80044# +UNO_SET_THROW

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a1d9282b6d7d31343e1cde168be483b87e78b709]

        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>  [3fd3eb1faab70e6908261399c4d5e83490db2cbc]

        INTEGRATION: CWS basmgr03 (1.18.56); FILE MERGED 2007/07/26 08:51:32 fs 1.18.56.1: #i80044# +UNO_SET_THROW

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [bebf8b75e6952be0209c98149b2a2cc56f54cb6c]

        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>  [daf85536645f1a5b678cd010ed36f6e488cc7377]

        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>  [d487fa4850a6d8d50373e89974cf032b9f539845]

        INTEGRATION: CWS basmgr03 (1.5.416); FILE MERGED 2007/08/01 08:58:51 fs 1.5.416.1: in preparation of #i76129#: +LateInit

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d78e834457ba13789edf46edcd078f89d7a786ba]

        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>  [41808cbf41adf614fda24857ced87750a6a93db5]

        INTEGRATION: CWS basmgr03 (1.12.416); FILE MERGED 2007/08/01 09:00:16 fs 1.12.416.1: #i73331# SfxObjectShell::WorkingDocument is an XModel now / preparation of #i76129#: some refactoring

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [e46777fd9910a9fc8c387d9e126de3329051753b]

        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>  [0258110c61145ce458d7ad264f17713295bed682]

        INTEGRATION: CWS basmgr03 (1.24.68); FILE MERGED 2007/08/24 05:20:37 fs 1.24.68.2: moved documentinfo to comphelper 2007/08/01 09:00:16 fs 1.24.68.1: #i73331# SfxObjectShell::WorkingDocument is an XModel now / preparation of #i76129#: some refactoring

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [0c177c3a2b3b7f4d1c8ea5dc8d6b9d5348c02071]

        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>  [0d6637011e3970f46b23a3b3e5054bb76e341c25]

        INTEGRATION: CWS basmgr03 (1.20.68); FILE MERGED 2007/08/24 05:20:37 fs 1.20.68.2: moved documentinfo to comphelper 2007/08/01 09:02:24 fs 1.20.68.1: #i73331# SvxScriptSelectorDialog::GetDocTitle replaced by ::utl::docs::DocumentInfo::getDocumentTitle

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [964b0ad45c017161db80ab8bd2ebfd4082bc2b1d]

        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>  [0eecb22d89946dcd1c0cf88150912330bc6b9366]

        INTEGRATION: CWS basmgr03 (1.18.68); FILE MERGED 2007/08/01 09:01:21 fs 1.18.68.1: #i76129# pass the frame to the ScriptSelectorDialog

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5dbf5d096f4f240415b7951fe256e2d6f4f4e3aa]

        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>  [acc95d34bd81a8de249b49d874547db4a6028870]

        INTEGRATION: CWS basmgr03 (1.14.68); FILE MERGED 2007/08/24 05:20:37 fs 1.14.68.2: moved documentinfo to comphelper 2007/08/01 09:01:42 fs 1.14.68.1: in preparation of #i76129#: +LateInit taking a frame

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [637f19dfea2c3c1ef580b911e1df846fc5d27392]

        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>  [8314f1a7bb09670045cf2d844ee633b442092089]

        INTEGRATION: CWS basmgr03 (1.13.418); FILE MERGED 2007/08/01 09:00:52 fs 1.13.418.1: #i76129# pass the frame to the SvxEventConfigPage

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [7c36a21c8e1a285007a80048189c49605aec3bc3]

        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>  [0a2e9ed19330d6460425028292ad6fb40b39c4e7]

        INTEGRATION: CWS basmgr03 (1.41.60); FILE MERGED 2007/08/24 05:20:37 fs 1.41.60.3: moved documentinfo to comphelper 2007/08/01 10:16:46 fs 1.41.60.2: #i10000# 2007/08/01 09:00:52 fs 1.41.60.1: #i76129# pass the frame to the SvxEventConfigPage

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [8f6f151ad251a967452cba47f9f4a3d8b49d1e1f]

        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>  [3ca29c20afd167d7e013d1b3ffc361e99dae4d8f]

        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>  [1d68c0dec5c5ad5e748e3fbcc8d37eb6a2fc30de]

        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>  [cf618bd2249b2a49c75c38121f7f83f191ca556d]

        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>  [bf3cff1bb2366856beed1ebb9e3e1ec5c80dfef7]

        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>  [9e965851211545462e8401dacc9346c1537d924f]

        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>  [58647e72cf6e84a8dd0645fa6c1f27704d7ce9c0]

        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>  [66e74980a6e4f50980f86f7eedaf40425025f961]

        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>  [f91a236244dab3f7fe45da2d9b16c95e3865c205]

        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>  [7d0b4a5b8d07fb981b7b1a3f5310b710fad06c29]

        INTEGRATION: CWS basmgr03 (1.5.266); FILE MERGED 2007/07/26 09:04:41 fs 1.5.266.1: no Java-style commits, autodoc produces nonsense then

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [22f4d42e98f72fdb8c047223a5d5b639b1a08975]

        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>  [c2b4fbfec83a2b782e2532990b5637a13a5b20ec]

        INTEGRATION: CWS basmgr03 (1.3.286); FILE MERGED 2007/07/30 13:43:13 fs 1.3.286.1: the interface is called XEventsSupplier, not XEventSupplier (note the additional 's')

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [098fc27f5ac2e0178871d192cbc56a9305c14cc8]

        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>  [71ccb7dc7f239ca68f30a1677c06181d461c3da7]

        INTEGRATION: CWS basmgr03 (1.40.4); FILE MERGED 2007/07/27 20:42:59 fs 1.40.4.1: #i73331# +XEmbeddedScripts

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [326c75536bf1a76ca68378525cdfa329d1ed4a3f]

        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>  [0582fd16d36fc94ce12adb7ea604794f6297b013]

        INTEGRATION: CWS basmgr03 (1.7.288); FILE MERGED 2007/07/30 13:42:30 fs 1.7.288.1: proper include protection

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [0f330e79ea8f9d78d2e76a79fbcd363d650725d5]

        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>  [74385f888c8182abd148af6380c105212cadd63e]

        INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED 2007/07/27 20:42:34 fs 1.1.2.1: interface supported by documents which allow embedding scripts and dialogs

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [4f4873e0008c15d73a97c50e560ee6e29cc5f120]

        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>  [1df947ac0f5bdc291c63bd6b2d8621e5dad83109]

        INTEGRATION: CWS basmgr03 (1.15.288); FILE MERGED 2007/07/30 13:42:04 fs 1.15.288.2: proper include protection 2007/07/27 20:42:59 fs 1.15.288.1: #i73331# +XEmbeddedScripts

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [70ce7dbdd9e1b37354ee1f0126125e22e49dbf22]

        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>  [7a91bddcbd00c58976470eac20b27aadf745b50c]

        INTEGRATION: CWS basmgr03 (1.5.288); FILE MERGED 2007/07/30 13:41:46 fs 1.5.288.1: doc

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [4579881afe052f44ed4f3da292bf5d3b92b741b5]

        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>  [37965810fc6ed2fa32a01890c3af96d8f29e5020]

        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>  [68976363f0ce87d428de959ecfea2888482623c4]

        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>  [63f5348f4fdebf42fd9d3701b9a6fc9ef26a32a5]

        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>  [255dc23cf8ebbeaf1a65a02feaaabe7c9b77525d]

        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>  [b34625d8b431523e58a09a518a77844bf0117f4c]

        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>  [3bc90421827696d81dc38e0443202692f488ecef]

        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>  [cc7ca38a4db5f73ed4c2ed6d5af3b054de8c0935]

        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>  [6f299793ee8bd01ddfc337f7902597fed0857743]

        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>  [fd05faaf912ae342f7959199f1ee08002e20f9e7]

        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>  [6bcd031a9788d6a2332966f361e52f69450161e2]

        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>  [639ea27debbe52c15f698b33a0a2361b893adf8c]

        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>  [99ace4ca1c464efaef37b8b2149106b72e3b7c99]

        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>  [8b82db6e821e04f3e480276a3bedcdda3ea5fecf]

        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>  [e587c669efc317fbe10d4c1f2ef5b0dd3f6dc256]

        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>  [e947972a6a1f1d050b29b1221c9260c04e2cd24c]

        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>  [4030187277f1b41de8a4c542493690fa8d099583]

        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>  [bbea7752a43f05cb8ec8c6b8c98da1b41c3fc22e]

        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>  [a7dd7e37f8ea101341e713ceba26124fba6af875]

        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>  [f0dbc96faa6e0a217de9e20e90a2b9889a11e37f]

        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>  [214f4a016e79695edb7461e765bafb0d8d4be4ba]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/14 21:11:35 fheckl 1.1.2.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [7f0b2f792d67c2e544eb17fbf0df990a2ba65939]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/17 23:16:39 fheckl 1.1.2.1: Moving file schema.xml

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5bae216281b5b86e2b53f342b4c946964de4ca49]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/14 21:06:34 fheckl 1.1.2.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [f289df6a9d692594fa6f71f42f324d0d3bb18ddb]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/18 00:20:48 fheckl 1.1.2.3: Incorporating cloph's suggestions 2007/09/18 00:06:48 fheckl 1.1.2.2: Fixing runtime issue (importer is now a bundle with only the needed lib deps) 2007/09/14 21:06:34 fheckl 1.1.2.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [ad6fed042881b2e51a0a7aef08cc83bba264458d]

        INTEGRATION: CWS aquavcl03 (1.3.44); FILE MERGED 2007/09/17 17:23:06 pl 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/08 09:52:58 pl 1.3.44.1: #i80407# add nib

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [aef466bd63d2af1ea2ea91932c0fee0ba35e73d3]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/14 21:06:33 fheckl 1.1.2.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [ae10bde58034c3d5e53e9a5018ab7c2381150232]

        INTEGRATION: CWS spotlightplugin01 (1.1.2); FILE ADDED 2007/09/18 00:45:03 fheckl 1.1.2.2: Some method refactorings 2007/09/14 21:06:33 fheckl 1.1.2.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [265ee5ba8517b486c6e12bace750bd80f9ef239d]

        INTEGRATION: CWS aquavcl03 (1.18.36); FILE MERGED 2007/08/07 10:29:54 pl 1.18.36.3: RESYNC: (1.18-1.20); FILE MERGED 2007/07/26 22:16:13 ericb 1.18.36.2: #i80066# fix breakage in testshl2 ( objc++ switchs are causing garbage) 2007/07/26 11:14:28 pl 1.18.36.1: #i80066# add cocoa framework and objective c++ switches

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [5ccead93b5db176e94d4b21bc4d906d08ba5319c]

        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>  [75df3203541a08ac306ac05a9145dd1302631b63]

        INTEGRATION: CWS basmgr03 (1.19.32); FILE MERGED 2007/07/31 09:35:40 fs 1.19.32.1: #i73331# +OnModeChanged event

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [c64f985e3a07c61e07642e93dda38b2836e42f3b]

        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>  [2030f3d4d23e2d198255624c4fcdf394ce5c71b1]

        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>  [59aa2e527a22ed233a849bd02fad0533afc69a93]

        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>  [d1c9c70af78ce56da07186e01c33fb59a3fd733b]

        INTEGRATION: CWS calcdatainput (1.57.24); FILE MERGED 2007/08/22 14:14:43 tbe 1.57.24.1: #i15546# Enter-Key behaves not as expected

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [82d38d981f7d3e6b500c30ab939b4a5b66280772]

        INTEGRATION: CWS spotlightplugin01 (1.24.84); FILE MERGED 2007/09/14 21:06:33 fheckl 1.24.84.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [dad46050f9c33b2b84ab3a07b1325554e675c8b1]

        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>  [ad2cbfe7a05fa93bb5ec4129d5764252a57c7994]

        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>  [b4dd2bd26204612df1bfc027dd9470439af7f6d9]

        INTEGRATION: CWS spotlightplugin01 (1.41.38); FILE MERGED 2007/09/14 21:06:33 fheckl 1.41.38.1: #72355 adding new files for macosx spotlight plugin

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [ae397fa73c8c70dab2fc392e39b5ee21a4de4351]

        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-09  Kurt Zenker  <kz@openoffice.org>  [89af22b13b4ac61b7d2a576985cf81f7e0f7fd90]

        INTEGRATION: CWS basmgr03 (1.5.14); FILE MERGED 2007/09/06 05:56:57 fs 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/27 20:50:26 fs 1.5.14.1: #i73331# use the newly introduced XEmbeddedScripts to access the scripts/dialogs in a document

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [922960c4d72f4f8f92017255800b6affb1eaa9c5]

        INTEGRATION: CWS adc19 (1.9.4); FILE MERGED 2007/10/02 14:34:19 np 1.9.4.1: #i82101#

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [49ee329b6ad747c08ce50ba1746792fae6120906]

        INTEGRATION: CWS adc19 (1.7.4); FILE MERGED 2007/10/02 14:34:19 np 1.7.4.1: #i82101#

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [45645e3d951bdef691a5ab3863d8ac6a1a003cd8]

        INTEGRATION: CWS adc19 (1.8.4); FILE MERGED 2007/10/02 14:34:19 np 1.8.4.1: #i82101#

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [296f3316a88294e26dd957cecb2884b8c1331e47]

        INTEGRATION: CWS adc19 (1.10.4); FILE MERGED 2007/10/02 14:34:19 np 1.10.4.1: #i82101#

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [cda3af93a8be732f2a123ee91b0651c840cace46]

        INTEGRATION: CWS hr47 (1.2.32); FILE MERGED 2007/10/05 11:57:12 hr 1.2.32.1: #i82172#: handle any combination of line~end-conventions/OS in administrative files and .cvspass

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [412bdef3da7573736b4f71536fa57e05a4b26d83]

        INTEGRATION: CWS basmgr03 (1.20.44); FILE MERGED 2007/09/24 12:40:51 fs 1.20.44.1: #i81786# xModelToTDocTitle removed (superseded by ::comphelper::DocumentInfo::getDocumentTitle in the course of #i73331#, just forgot to remove it here)

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [2eb85ab0d0bedcf61c0c71cf3a45f20ee6d14118]

        INTEGRATION: CWS basmgr03 (1.26.44); FILE MERGED 2007/07/26 08:53:27 fs 1.26.44.1: #i73331# GetMacroMode not needed anymore: AdjustMacroMode now returning whether macros are allowed

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [a7ab229ff40aefcd4a756e66bc16dd1336999adb]

        INTEGRATION: CWS hr47 (1.32.22); FILE MERGED 2007/10/05 12:47:58 hr 1.32.22.2: #i82289#: resync_module_action(): create module directory even in case there is nothing to be resynced in that module 2007/10/05 12:32:07 hr 1.32.22.1: #i82289#: resync_module_action(): create module directory even in case there is nothing to be resynced in that module

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [790775754e9834848ec33c2bf566fcb7f98b9689]

        INTEGRATION: CWS spotlightplugin01 (1.218.6); FILE MERGED 2007/09/14 20:15:44 fheckl 1.218.6.1: #72355 Adding files to install set

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [b80778e52418bf4bb7be0e655ba947a0f9cb9542]

        INTEGRATION: CWS basmgr03 (1.9.12); FILE MERGED 2007/09/24 12:40:26 fs 1.9.12.1: #i81786# xModelToTDocTitle removed (superseded by ::comphelper::DocumentInfo::getDocumentTitle in the course of #i73331#, just forgot to remove it here)

2007-10-09  Kurt Zenker  <kz@openoffice.org>  [d32d9282b3b2a096636ed78d5f4de51ab295fe02]

        INTEGRATION: CWS spotlightplugin01 (1.39.86); FILE MERGED 2007/09/14 20:15:45 fheckl 1.39.86.1: #72355 Adding files to install set

2007-10-08  Sven Jacobi  <sj@openoffice.org>  [71e57be8e2025d69f086c7fafe19969d7f98db27]

        #i82403# fixed typo

2007-10-08  Sven Jacobi  <sj@openoffice.org>  [5a48258d187d7249330dd7695d3b072339d40193]

        #i82388# fixed crash when dispatching unsupported slot

2007-10-08  Rüdiger Timm  <rt@openoffice.org>  [512e9db048cd08704a276203cbd6feeb86ccf3c4]

        #i82340# Fix DEFAULT_TO_ENGLISCH.

2007-10-05  René Engelhard  <rene@openoffice.org>  [ccf64e4e5134f605ea917edcdfd32545b22854d7]

        initial hunspell module (this time right..)

2007-10-05  Tobias Krause  <tkr@openoffice.org>  [fd2eed2607fd41564875a77dd7a6b1b1cd5f8995]

        #31053# https webdav support

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [5b2f6e9d166c940008ac206495157d2033ace4b1]

        #i10000# Windows does not know about links.

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [eca1c0367e913a29e036af4e8420f6c3aef70e25]

        SRC680

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [d6f2b4265ccfaf6e8223502547393fc7930641b3]

        #i81182# Re-generated after integration of CWS pmladek06.

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [8a03a7c06410a294d0f082f7a9a2df3b2ae742b3]

        INTEGRATION: CWS pmladek06 (1.5.28); FILE MERGED 2007/09/11 12:00:07 pmladek 1.5.28.1: #i81385# fixes build with IBM Java 1.5.0 on PPC; syntax error in jni.h

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [88f73486eed9ac3e06044f156106923918dae7e5]

        INTEGRATION: CWS pmladek06 (1.156.16); FILE MERGED 2007/09/06 15:47:28 pmladek 1.156.16.1: #i81182# fixes build with IBM Java 1.5.0 on PPC

2007-10-04  Rüdiger Timm  <rt@openoffice.org>  [498b968a208ccd7b9d014d30edd5eccff2fe336f]

        INTEGRATION: CWS pmladek06 (1.220.4); FILE MERGED 2007/09/06 15:47:27 pmladek 1.220.4.1: #i81182# fixes build with IBM Java 1.5.0 on PPC

2007-10-02  Armin Weiss  <aw@openoffice.org>  [941811c2fb8ea4ff64e866863ecb39bbbdc48160]

        #i39532# RTL and BiDi support

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [1c53544d4dedb42f99468122fbcfeae778c522d8]

        INTEGRATION: CWS l10ntooling06 (1.38.50); FILE MERGED 2007/09/27 14:27:11 ihi 1.38.50.1: remove sx

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [89a4b89ea6dce139afdae2dd022432be3031f3be]

        INTEGRATION: CWS calcformula (1.37.116); FILE MERGED 2007/08/20 15:05:43 tbe 1.37.116.1: #i20496# Enhanced formula input

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [adf4e0989c800eb1860df4770d1d092f299bfbac]

        INTEGRATION: CWS calcformula (1.21.48); FILE MERGED 2007/08/20 15:04:52 tbe 1.21.48.1: #i20496# Enhanced formula input

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [1a4a9d6d38ca6ca44ef302a8cffc0d56d09d2c2a]

        INTEGRATION: CWS calcformula (1.73.44); FILE MERGED 2007/08/20 15:04:23 tbe 1.73.44.1: #i20496# Enhanced formula input

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [543f6838eebc19829d77078d542eaf86f9ddc665]

        INTEGRATION: CWS calcformula (1.28.80); FILE MERGED 2007/09/25 15:02:02 tbe 1.28.80.2: #i81939# Enhanced formula input does not work for references 2007/08/20 15:03:53 tbe 1.28.80.1: #i20496# Enhanced formula input

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [e5d2a66d54d808cfe3e3f1ea6c36a2ca8417f6b1]

        INTEGRATION: CWS calcformula (1.70.44); FILE MERGED 2007/08/20 10:28:06 er 1.70.44.1: #i20496# mode to not close brackets automatically

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [990a38392ffb7b0a7c361b37ce65dfce7d3e8b66]

        INTEGRATION: CWS calcformula (1.9.80); FILE MERGED 2007/08/20 15:03:15 tbe 1.9.80.1: #i20496# Enhanced formula input

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [73f86b8f2b634eaf2d56a35f968b102a8cd00a06]

        INTEGRATION: CWS calcformula (1.32.24); FILE MERGED 2007/08/20 10:28:06 er 1.32.24.1: #i20496# mode to not close brackets automatically

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [c73c0affb53bf65d65de41c66178e9e2a88162e9]

        INTEGRATION: CWS native111 (1.11.74); FILE MERGED 2007/09/25 15:45:24 is 1.11.74.1: #150535# slash to backslash

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [ea6f82743b59af67952bf586fea4af48fc7af126]

        INTEGRATION: CWS calcformula (1.16.54); FILE MERGED 2007/08/20 11:01:02 er 1.16.54.1: #i20496# merge join from cws xmlfilter02, except renaming of SC_OPCOCE_JUMP

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [d631907e44696bfc34cbc518e76b6a8c64d695c4]

        INTEGRATION: CWS native111 (1.54.18); FILE MERGED 2007/09/25 09:37:17 is 1.54.18.1: #150535# fixing multiple shellnew files in installation set

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [42d2f0954a100fbea5ff5f02d194593ebbf22c77]

        INTEGRATION: CWS native111 (1.38.42); FILE MERGED 2007/09/25 11:22:16 is 1.38.42.1: #i81903# DEFAULT_TO_ENGLISH_FOR_PACKING changes only source, no longer destination

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [a8838575f203460d2f8fbeddf83db98a08456e4b]

        INTEGRATION: CWS native111 (1.73.18); FILE MERGED 2007/09/25 09:37:17 is 1.73.18.1: #150535# fixing multiple shellnew files in installation set

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [4c2ee6fb376f8fbc47f6899b2342735b951e6ed7]

        INTEGRATION: CWS native111 (1.14.290); FILE MERGED 2007/09/25 11:22:16 is 1.14.290.1: #i81903# DEFAULT_TO_ENGLISH_FOR_PACKING changes only source, no longer destination

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [84e344ea78dd473112e99d06395d6cf0db63e875]

        INTEGRATION: CWS rt22 (1.10.2); FILE MERGED 2007/09/13 13:21:36 rt 1.10.2.4: minor fix in search pattern: escape dot. 2007/09/12 14:47:07 rt 1.10.2.3: Wording (error messages, comments, ...). 2007/09/12 14:24:50 rt 1.10.2.1: #i81528# Reduce number of file stats.

2007-10-02  Kurt Zenker  <kz@openoffice.org>  [55471edd2e7e198ab2dfd93351c0e51bd7adff8b]

        #i82144# crash fix (os)

2007-10-02  Tobias Krause  <tkr@openoffice.org>  [5c811d17334474945b173550564d89ed1be5d6dd]

        #31053# https webdav support

2007-10-01  Armin Weiss  <aw@openoffice.org>  [6e633ad0a710a4e4a3c68f87c462b32ccc6d4fe2]

        #i39532# continued Strnig-index-len reworks for text primitives; reworked word iterator usage

2007-10-01  Oliver Bolte  <obo@openoffice.org>  [1a587f5010452be575bbadddfd1870ffdee06005]

        #i82085# fix build for system freetype

2007-10-01  Oliver Bolte  <obo@openoffice.org>  [3f1d01edc16abc39dd6e4b6fc666f897a722c1a3]

        #i82084# fix build for system freetype

2007-09-28  Sven Jacobi  <sj@openoffice.org>  [faf8bc07ca5ad87a4915ffb673a785d757300e44]

        now using displaying filename in a human readable form

2007-09-28  Sven Jacobi  <sj@openoffice.org>  [dab89dcb5cf9480af1122ea525bb04539c8e0726]

        now clearing undo stack after optimizing

2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [e8fc8f3841883ee0675f3d36a0805aea1913e573]

        #i81865# fixed license

2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [01ede7aaf9dbf9895a886beeff55750cdea89203]

        #i81865# fixed license

2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [cec23c0590f1d6d2c005ecac49206db39b114ed9]

        #i81865# fixed license

2007-09-28  Vladimir Glazounov  <vg@openoffice.org>  [afa51aaa1835fec556f67d9c380a256c791c9424]

        #i81865# fixed license

2007-09-28  Sven Jacobi  <sj@openoffice.org>  [b774cf544759ce74ee6e059179acb59b1c9f9979]

        fixed title of the information dialog

2007-09-27  Vladimir Glazounov  <vg@openoffice.org>  [0795688c4f362a4f883659450783d06eda236a57]

        new version for SRC680

2007-09-27  Armin Weiss  <aw@openoffice.org>  [73b2450dc4a640af83cfe9ea4309d90bf3891a79]

        #i39532# bullet extensions

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4abf31818315e94df2d59f1089d28a674dd4b7b4]

        SRC680

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32c9c5491691886da25546c1fd43bdfaced4c580]

        INTEGRATION: CWS calc44 (1.34.66); FILE MERGED 2007/09/13 12:55:19 nn 1.34.66.1: #i27725# finish cell input before protecting sheet

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62bd07094e77657c70bebd514cb6f2ab8e480f65]

        INTEGRATION: CWS calc44 (1.52.66); FILE MERGED 2007/09/07 16:48:18 nn 1.52.66.1: #i77477# header/footer text direction depends on locale setting

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dd0d48022361bf35d37cefbb943f9235807b4d4]

        INTEGRATION: CWS calc44 (1.37.62); FILE MERGED 2007/08/31 16:40:48 nn 1.37.62.1: #i7269# Handling of PageUp/PageDown (patch from tqfa)

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23dedd1db2060fd515304b87665ddf481ac6b768]

        INTEGRATION: CWS calc44 (1.83.14); FILE MERGED 2007/09/06 13:33:17 nn 1.83.14.3: #i17486# return after starting edit mode with double click (patch from kohei) 2007/09/05 16:53:11 nn 1.83.14.2: #i7560# allow scrolling during formula input 2007/09/05 15:43:08 nn 1.83.14.1: #i81298# ClickExtern: don't delete the filter box in select handler

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d14a3e8e6b4149e60e5202219013d7e25c2f9b]

        INTEGRATION: CWS calc44 (1.43.124); FILE MERGED 2007/09/07 12:07:15 nn 1.43.124.1: #i78010# disable insert columns for whole rows and vice versa

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41eb7baf6193d6172bdf8839efe4c25adc867e94]

        INTEGRATION: CWS calc44 (1.18.132); FILE MERGED 2007/09/07 16:48:18 nn 1.18.132.1: #i77477# header/footer text direction depends on locale setting

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76dca4ba8aaef303def258e274cfa01827e89db3]

        INTEGRATION: CWS calc44 (1.9.132); FILE MERGED 2007/09/06 14:45:48 nn 1.9.132.1: #i78592# for RTL re-swap left and right area (left must remain left, patch from ayaniger)

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81511f488ef80ee8e736dd85407457ec4c5d0696]

        INTEGRATION: CWS calc44 (1.12.164); FILE MERGED 2007/09/07 16:48:17 nn 1.12.164.1: #i77477# header/footer text direction depends on locale setting

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [809ce5dfe61cda48ad456d039f7f13ce5f8fa90b]

        INTEGRATION: CWS calc44 (1.17.164); FILE MERGED 2007/09/05 16:22:36 nn 1.17.164.1: #i23299# set whole rows dirty when applying filter

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd0014fa83786c6961871628db651c72580970fd]

        INTEGRATION: CWS calc44 (1.14.134); FILE MERGED 2007/09/06 17:32:29 nn 1.14.134.1: #i77440# OpenOffice++ patches for sc

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [099bcecc298c8cecc8ce0daef4aa1fa0d19f036b]

        INTEGRATION: CWS calc44 (1.19.130); FILE MERGED 2007/09/06 17:32:28 nn 1.19.130.1: #i77440# OpenOffice++ patches for sc

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [997d8678e7e439f2697be03049c4e806709e2295]

        INTEGRATION: CWS calc44 (1.12.162); FILE MERGED 2007/09/17 16:48:26 nn 1.12.162.2: RESYNC: (1.12-1.13); FILE MERGED 2007/09/06 17:32:28 nn 1.12.162.1: #i77440# OpenOffice++ patches for sc

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0de8b25560715f0ffa319a522ae4ea595d8656d1]

        INTEGRATION: CWS calc44 (1.22.40); FILE MERGED 2007/09/18 10:21:41 nn 1.22.40.2: #i81336# #b6582756# make compilable on Solaris 2007/09/07 13:24:39 er 1.22.40.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [72904a112a77e3b732d941f01de37e1c2fed8a0e]

        INTEGRATION: CWS calc44 (1.1.2); FILE ADDED 2007/09/18 10:21:40 nn 1.1.2.2: #i81336# #b6582756# make compilable on Solaris 2007/09/07 13:24:39 er 1.1.2.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f3c822be2ba6c2c65de39a28e6e8fefdbd3c7a]

        INTEGRATION: CWS calc44 (1.50.38); FILE MERGED 2007/09/10 11:43:13 nn 1.50.38.2: #i81416# initialize variable to avoid warning on some gcc versions 2007/09/07 13:24:39 er 1.50.38.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d04cd233b92849777301eccb237f610333ae8b4]

        INTEGRATION: CWS calc44 (1.30.64); FILE MERGED 2007/09/24 09:14:38 nn 1.30.64.2: #i81336# #b6582756# removed unnecessary class name (tinderbox error) 2007/09/07 13:24:39 er 1.30.64.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0a09850b79cb9517095362b4791a178b6c6aec9]

        INTEGRATION: CWS calc44 (1.5.70); FILE MERGED 2007/09/06 14:44:05 er 1.5.70.1: #i81332# #b6582756# bulk broadcast in DeleteArea

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [033f9fbf0c6165052f56d4a63c72ea6de76848c5]

        INTEGRATION: CWS calc44 (1.37.162); FILE MERGED 2007/09/06 14:44:04 er 1.37.162.1: #i81332# #b6582756# bulk broadcast in DeleteArea

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7f04cfeef327256ea1b4dfa9ae202b2b10c60d]

        INTEGRATION: CWS calc44 (1.19.154); FILE MERGED 2007/09/06 17:32:28 nn 1.19.154.1: #i77440# OpenOffice++ patches for sc

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e4a50a6726cbebad843e49cb0f0005fd54aa82a]

        INTEGRATION: CWS calc44 (1.79.62); FILE MERGED 2007/09/06 14:44:04 er 1.79.62.1: #i81332# #b6582756# bulk broadcast in DeleteArea

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8750c0834f739f3dcf407a20dda80f131fe72331]

        INTEGRATION: CWS calc44 (1.66.40); FILE MERGED 2007/09/18 10:21:40 nn 1.66.40.3: #i81336# #b6582756# make compilable on Solaris 2007/09/10 10:36:09 nn 1.66.40.2: #i81336# #b6582756# make compilable on non-pro 2007/09/07 13:24:38 er 1.66.40.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f91a7148395c3d9a9b0787ec5421e45c998fdd8]

        INTEGRATION: CWS calc44 (1.22.164); FILE MERGED 2007/09/17 16:47:20 nn 1.22.164.2: RESYNC: (1.22-1.23); FILE MERGED 2007/08/31 14:49:00 nn 1.22.164.1: #i80302# TestInsertCol: correct test conditions (patch from maoyg)

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db12d5286ac32c37ac84909f04796416857e3f1]

        INTEGRATION: CWS calc44 (1.8.70); FILE MERGED 2007/09/06 14:44:04 er 1.8.70.1: #i81332# #b6582756# bulk broadcast in DeleteArea

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1f9f6d402c7fbbf1711a9964679b6d30a91c71c]

        INTEGRATION: CWS calc44 (1.1.2); FILE ADDED 2007/09/07 13:24:38 er 1.1.2.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6fa04eb14c52b191f990259a8188edefaeb6ce3]

        INTEGRATION: CWS calc44 (1.102.38); FILE MERGED 2007/09/07 13:24:38 er 1.102.38.2: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH 2007/09/06 14:44:04 er 1.102.38.1: #i81332# #b6582756# bulk broadcast in DeleteArea

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cea7a6b35d05d3942dfd78f8a2e352378854bfbd]

        INTEGRATION: CWS calc44 (1.2.454); FILE MERGED 2007/09/17 13:34:45 nn 1.2.454.1: #i81594# Remove duplicate hash code function

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0463c31163ddeb9289863e7ca035b31c62ea0151]

        INTEGRATION: CWS calc44 (1.13.96); FILE MERGED 2007/09/07 13:24:38 er 1.13.96.1: #i81336# #b6582756# new ScLookupCache, caching strategy for VLOOKUP and MATCH

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2941c8c41b25c7b2e7053868fbe7a3894ba415e]

        INTEGRATION: CWS calc44 (1.9.302); FILE MERGED 2007/09/17 13:34:44 nn 1.9.302.1: #i81594# Remove duplicate hash code function

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5304f3fd03d00752a08dc5ba01167a9ed8801767]

        INTEGRATION: CWS sb76 (1.22.36); FILE MERGED 2007/09/26 11:47:17 kr 1.22.36.2: fixed: copies missing component libraries 2007/08/31 11:00:11 sb 1.22.36.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ca24b76cc29880bf22182d4185182e53ce4e6e9]

        INTEGRATION: CWS sb76 (1.71.10); FILE MERGED 2007/08/31 11:02:31 sb 1.71.10.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db4a22ac2f57e4c6df052d6897d00ce77f8b024]

        INTEGRATION: CWS sb76 (1.256.10); FILE MERGED 2007/08/31 11:02:30 sb 1.256.10.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33da2d31d58acba9fa7d681939620bbc29877bd2]

        INTEGRATION: CWS sb76 (1.13.30); FILE MERGED 2007/08/31 11:02:18 sb 1.13.30.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efd6744b0f2ce31f0e750604d15b1aa97dc3492b]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/08/31 11:22:35 sb 1.1.2.2: #i77885# Removed unimplemented symbols. 2007/08/31 11:21:56 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b379e852ef79a04758312f39231ad888f5134b4]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/08/31 11:21:56 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [423f1fa4f4d9b571800458db016fad8b8f152564]

        INTEGRATION: CWS sb76 (1.7.16); FILE MERGED 2007/08/31 11:01:57 sb 1.7.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b8decb52bdfad29166b1a952b2a0ecdb69a765c]

        INTEGRATION: CWS sb76 (1.19.6); FILE MERGED 2007/09/26 13:23:25 kr 1.19.6.1: fixed: enabled disable parameters etc. - ensured builds warning free on pro as well

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7469aacad46d7bfc025b55a45c2c09452d972492]

        INTEGRATION: CWS sb76 (1.13.34); FILE MERGED 2007/09/26 13:23:25 kr 1.13.34.1: fixed: enabled disable parameters etc. - ensured builds warning free on pro as well

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [580cdb8bcee952cc2f14cbae84130bb280b9fe54]

        INTEGRATION: CWS sb76 (1.14.6); FILE MERGED 2007/08/31 11:01:56 sb 1.14.6.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc2390f6fb549cf25af6b6d7f062a0d03bd53d2d]

        INTEGRATION: CWS sb76 (1.13.34); FILE MERGED 2007/08/31 11:01:56 sb 1.13.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcb727995f72ee9dbf4a0fe0cbbb95ae9233161d]

        INTEGRATION: CWS sb76 (1.7.16); FILE MERGED 2007/08/31 11:01:56 sb 1.7.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13b78014103e037737813a22e3e69a32602e17d]

        INTEGRATION: CWS sb76 (1.4.46); FILE MERGED 2007/08/31 11:01:56 sb 1.4.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a40e40fd8f37853b746aa02a40a14d12e9b84c8]

        INTEGRATION: CWS sb76 (1.5.46); FILE MERGED 2007/08/31 11:01:56 sb 1.5.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [645d208089750a1ae5eabf4168c3824d3b147017]

        INTEGRATION: CWS sb76 (1.3.16); FILE MERGED 2007/08/31 11:01:56 sb 1.3.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a95f3d82b0bc26a50a8c60040663f7fab1e17db]

        INTEGRATION: CWS sb76 (1.6.46); FILE MERGED 2007/08/31 11:01:56 sb 1.6.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f92401a42690ef80e5660113f4475e643c6f160d]

        INTEGRATION: CWS sb76 (1.5.8); FILE MERGED 2007/08/31 11:01:56 sb 1.5.8.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aec534f8c5e0fe2167650906eee3261d7982cfc]

        INTEGRATION: CWS sb76 (1.9.56); FILE MERGED 2007/08/31 11:01:56 sb 1.9.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8da92187237b72727248d5807178b4366b1486eb]

        INTEGRATION: CWS sb76 (1.16.46); FILE MERGED 2007/08/31 11:01:56 sb 1.16.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bf30dded671fa148f8ab3ae4ac5fdc570def2c5]

        INTEGRATION: CWS sb76 (1.3.46); FILE MERGED 2007/08/31 11:01:55 sb 1.3.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e9035b301c2481458e5132b02bb9ad754107e5a]

        INTEGRATION: CWS sb76 (1.22.46); FILE MERGED 2007/08/31 11:01:55 sb 1.22.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61e154953f583b0d89e4cf602a618a61016df30]

        INTEGRATION: CWS sb76 (1.12.56); FILE MERGED 2007/08/31 11:01:55 sb 1.12.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b7d7a025f4cd65152048b66b7f28564a5074f26]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/08/31 11:26:52 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d470fca137eb21e8c58cec86588108710cc4bfb]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/09/03 08:27:37 sb 1.1.2.2: #i77885# Wrong PRJNAME. 2007/08/31 11:26:52 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f451eb24adae727c85bdfd287d5b2fe9c0e3719]

        INTEGRATION: CWS sb76 (1.14.46); FILE MERGED 2007/08/31 11:01:55 sb 1.14.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b6353334eccf2e62ad6a40b127dcf14d843b357]

        INTEGRATION: CWS swwarnings (1.2.6); FILE MERGED 2007/08/21 11:19:46 tl 1.2.6.3: RESYNC: (1.3-1.4); FILE MERGED 2007/05/29 19:45:16 os 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/17 07:51:30 tl 1.2.6.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [252358a20289117a1c27426b3e3c753c9e0da3b3]

        INTEGRATION: CWS sb76 (1.11.56); FILE MERGED 2007/08/31 11:01:55 sb 1.11.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [baaa99caa7aae3bd832075437f3be57b423df71e]

        INTEGRATION: CWS sb76 (1.27.46); FILE MERGED 2007/08/31 11:01:54 sb 1.27.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32932405dcf0a6010800a92d22f6a7c3c58cac8d]

        INTEGRATION: CWS swwarnings (1.31.174); FILE MERGED 2007/08/21 09:07:39 tl 1.31.174.3: RESYNC: (1.32-1.34); FILE MERGED 2007/06/28 12:10:58 os 1.31.174.2: RESYNC: (1.31-1.32); FILE MERGED 2007/06/01 05:37:28 tl 1.31.174.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9df48606c41dffad982616d809764779183d98a6]

        INTEGRATION: CWS sb76 (1.10.56); FILE MERGED 2007/08/31 11:01:54 sb 1.10.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81cb449e8e67a4da85e45fb0053ff25fb88c9104]

        INTEGRATION: CWS swwarnings (1.36.56); FILE MERGED 2007/08/21 09:06:18 tl 1.36.56.2: RESYNC: (1.36-1.37); FILE MERGED 2007/04/11 07:05:58 tl 1.36.56.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6af95a80060a322e9cdee796a2124c5f46e2104]

        INTEGRATION: CWS swwarnings (1.22.254); FILE MERGED 2007/08/22 08:54:29 tl 1.22.254.4: #i69287# warning-free code 2007/08/21 09:02:59 tl 1.22.254.3: RESYNC: (1.23-1.24); FILE MERGED 2007/05/29 19:16:24 os 1.22.254.2: RESYNC: (1.22-1.23); FILE MERGED 2007/04/11 07:05:57 tl 1.22.254.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [896d070364981948713e4c07fc738bb727f1d657]

        INTEGRATION: CWS swwarnings (1.53.56); FILE MERGED 2007/09/24 07:19:33 os 1.53.56.5: RESYNC: (1.57-1.58); FILE MERGED 2007/08/21 08:11:56 tl 1.53.56.4: RESYNC: (1.56-1.57); FILE MERGED 2007/05/29 18:38:50 os 1.53.56.3: RESYNC: (1.54-1.56); FILE MERGED 2007/04/11 08:31:49 os 1.53.56.2: RESYNC: (1.53-1.54); FILE MERGED 2007/04/11 07:05:56 tl 1.53.56.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad73ed4f8d13e09c89409b268f17a89bd205c6f]

        INTEGRATION: CWS sb76 (1.3.80); FILE MERGED 2007/08/31 11:01:54 sb 1.3.80.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97b99a8bb49e94af5f03362bb1617d260c8943ec]

        INTEGRATION: CWS sb76 (1.6.56); FILE MERGED 2007/08/31 11:01:54 sb 1.6.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a45bbb97c6a08418d868e13861580eaae10c71cc]

        INTEGRATION: CWS swwarnings (1.2.4); FILE MERGED 2007/04/17 08:05:07 tl 1.2.4.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f27a78d688556bad69c5ae2a5562a3b1c726da]

        INTEGRATION: CWS sb76 (1.7.46); FILE MERGED 2007/08/31 11:01:54 sb 1.7.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35fdf1ad63653ba444336bf703bc8dbadfbbc1b]

        INTEGRATION: CWS swwarnings (1.2.4); FILE MERGED 2007/08/21 07:27:23 tl 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/01 05:37:16 tl 1.2.4.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54379f983b579c846711bbb6638bd315d05cb273]

        INTEGRATION: CWS sb76 (1.10.34); FILE MERGED 2007/08/31 11:01:54 sb 1.10.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4996b0262dc21b4edad3239a2d80d6d897e5e7ec]

        INTEGRATION: CWS swwarnings (1.2.4); FILE MERGED 2007/05/29 18:02:47 os 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/17 08:05:07 tl 1.2.4.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bf6105bbb16bf0ef10b50ef9166cf49f306d4c7]

        INTEGRATION: CWS sb76 (1.21.46); FILE MERGED 2007/08/31 11:01:54 sb 1.21.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdd8af20edfbbd2cfe8f34703938eface355a38a]

        INTEGRATION: CWS sb76 (1.15.56); FILE MERGED 2007/08/31 11:01:54 sb 1.15.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d6168ed439cde3a666f2a3ad72718a71f1987c0]

        INTEGRATION: CWS sb76 (1.18.56); FILE MERGED 2007/08/31 11:01:54 sb 1.18.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef7d406e9ee1359eef4691e0f9fb1114b9e403a]

        INTEGRATION: CWS sb76 (1.17.46); FILE MERGED 2007/08/31 11:01:54 sb 1.17.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3141f15c2e7fb575059a1851ac2a9a20bd89ad9a]

        INTEGRATION: CWS sb76 (1.12.56); FILE MERGED 2007/08/31 11:01:53 sb 1.12.56.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1371ef39484daa2c81661a4c1b8aba90ebcf4e35]

        INTEGRATION: CWS sb76 (1.27.16); FILE MERGED 2007/08/31 11:01:53 sb 1.27.16.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9a1e9d2814b78d3e0bcc5de5c9979576be2a636]

        INTEGRATION: CWS swwarnings (1.2.6); FILE MERGED 2007/06/28 12:01:44 os 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/13 11:16:07 os 1.2.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9ed42a7cf83402aec620200de5478241cf8887]

        INTEGRATION: CWS swwarnings (1.2.6); FILE MERGED 2007/04/13 11:16:06 os 1.2.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ac014d1218c3ac553f970dad0bc0eefb06500f2]

        INTEGRATION: CWS swwarnings (1.4.6); FILE MERGED 2007/04/13 11:16:06 os 1.4.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45fb8e42b4759013d7fd56363681664d7755d28]

        INTEGRATION: CWS swwarnings (1.6.6); FILE MERGED 2007/05/29 17:45:05 os 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2007/04/13 11:16:05 os 1.6.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [61c63d67a0129d8b2f08a8053e8a756c697bfd83]

        INTEGRATION: CWS sb76 (1.11.46); FILE MERGED 2007/08/31 11:01:53 sb 1.11.46.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2baaafc5b87e3e2a466b96a362bfbd941d6c3055]

        INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED 2007/04/13 11:16:04 os 1.3.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d49cb1d9d614eeb4fffdbf2a1d1f5d7f20bd8d]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/08/31 11:26:51 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1960d7b7b8146f8fb1dec3f23737e2b99cec344]

        INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED 2007/04/13 11:16:03 os 1.3.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42b632cbecc710d0e264ef51142766f2b4dc027c]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/09/03 08:27:36 sb 1.1.2.2: #i77885# Wrong PRJNAME. 2007/08/31 11:26:51 sb 1.1.2.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4e785310c4c18376c88d0ed043384590e71acc]

        INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED 2007/04/13 11:16:02 os 1.3.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36037971b9dd992e3a1f4fc7010f1b57848b6a03]

        INTEGRATION: CWS sb76 (1.17.10); FILE MERGED 2007/08/31 11:01:53 sb 1.17.10.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdbabb0f175de3ee10fcc3a96366cd8902f68045]

        INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED 2007/04/13 11:16:01 os 1.3.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11602887199acf9fffeef6d727cbef5ab67ecdb7]

        INTEGRATION: CWS sb76 (1.9.40); FILE MERGED 2007/08/31 11:01:53 sb 1.9.40.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcc81e6509fcd789c0285e9ae29165d29d321cc0]

        INTEGRATION: CWS swwarnings (1.4.6); FILE MERGED 2007/04/13 11:16:01 os 1.4.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be94c167b4f25c3c229fccb1fc92330faf7d74e]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/09/03 08:27:36 sb 1.1.2.1: #i77885# Wrong PRJNAME.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [688695557b671739577ca7691b3538c216a1ae08]

        INTEGRATION: CWS swwarnings (1.3.6); FILE MERGED 2007/04/13 11:16:00 os 1.3.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5224ef8e7d6c812640e5ae0374c8f99509330c]

        INTEGRATION: CWS sb76 (1.1.2); FILE ADDED 2007/09/03 09:03:11 sb 1.1.2.2: #i77885# Missing namespaces. 2007/09/03 08:27:36 sb 1.1.2.1: #i77885# Wrong PRJNAME.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a327b9af36c4d2a38c789e18565a886672afb8c]

        INTEGRATION: CWS sb76 (1.12.6); FILE MERGED 2007/08/31 11:01:38 sb 1.12.6.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5877eb92841099eaa208715b1b0489b92c09f0e2]

        INTEGRATION: CWS swwarnings (1.4.6); FILE MERGED 2007/04/13 11:16:00 os 1.4.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f4ce7a2a5a7f63d174309d69656c210a42bd34b]

        INTEGRATION: CWS swwarnings (1.2.6); FILE MERGED 2007/04/13 11:15:59 os 1.2.6.1: warning removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [007164fd725f2a2f8d1e12b01440303719ab041f]

        INTEGRATION: CWS sb76 (1.6.34); FILE MERGED 2007/08/31 11:01:30 sb 1.6.34.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0430d8a99878d033a5a61bb1da4a386be55b3ec6]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 15:14:40 os 1.10.222.5: RESYNC: (1.10-1.11); FILE MERGED 2007/04/13 11:15:31 tl 1.10.222.4: #i69287# warning-free code 2007/04/03 13:01:23 tl 1.10.222.3: #i69287# warning-free code 2007/03/26 12:09:41 tl 1.10.222.2: #i69287# warning-free code 2007/02/22 15:06:53 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffd12785f15d8522eda62e59a1b2a43126677208]

        INTEGRATION: CWS sb76 (1.3.32); FILE MERGED 2007/08/31 11:01:20 sb 1.3.32.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f216fc50415e9dadd1a291d6e63566d6a191090]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/02/22 15:06:53 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [209be92e93bb1f310a5db5c38e991fd8ca4bf405]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/06/01 07:17:48 tl 1.12.222.3: #i69287# warning-free code 2007/03/26 12:09:41 tl 1.12.222.2: #i69287# warning-free code 2007/02/22 15:06:53 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f4e065fecbd408accd2cc6a545dde869d53fc56]

        INTEGRATION: CWS sb76 (1.11.26); FILE MERGED 2007/08/31 11:01:20 sb 1.11.26.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bca3ab50d140a31b83be950295a17eb14816fe95]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/08/20 16:06:50 tl 1.26.222.4: RESYNC: (1.27-1.28); FILE MERGED 2007/05/29 15:13:55 os 1.26.222.3: RESYNC: (1.26-1.27); FILE MERGED 2007/04/13 12:18:22 tl 1.26.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:41 tl 1.26.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc7dae42a134889e416343b4fed6097a9bcb381]

        INTEGRATION: CWS swwarnings (1.59.40); FILE MERGED 2007/08/23 10:43:03 tl 1.59.40.7: #i69287# warning-free code 2007/08/20 16:06:43 tl 1.59.40.6: RESYNC: (1.61-1.62); FILE MERGED 2007/05/29 15:13:02 os 1.59.40.5: RESYNC: (1.59-1.61); FILE MERGED 2007/04/03 13:01:23 tl 1.59.40.4: #i69287# warning-free code 2007/03/26 12:09:40 tl 1.59.40.3: #i69287# warning-free code 2007/03/09 14:22:58 ama 1.59.40.2: #i69287#: warning free code 2007/02/22 15:06:53 tl 1.59.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47c0b276486dc240582d96b96e266a617b66208]

        INTEGRATION: CWS sb76 (1.72.14); FILE MERGED 2007/08/31 11:01:07 sb 1.72.14.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f600139c151db3335539a001197a04c2bf9581bb]

        INTEGRATION: CWS swwarnings (1.29.222); FILE MERGED 2007/04/11 07:03:44 tl 1.29.222.5: #i69287# warning-free code 2007/04/03 13:01:23 tl 1.29.222.4: #i69287# warning-free code 2007/03/26 12:09:40 tl 1.29.222.3: #i69287# warning-free code 2007/03/05 12:45:58 tl 1.29.222.2: #i69287# warning-free code 2007/02/22 15:06:52 tl 1.29.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5646ff0691b60cf3a936d153db213061bc188292]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/03/05 12:45:58 tl 1.10.222.2: #i69287# warning-free code 2007/02/22 15:06:52 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f8d19941171b92393b1aba15939bfd48a9b4800]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/04/11 10:51:40 os 1.15.222.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/26 12:09:39 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6617f4c0caefcaef2e0a15dd7d7638b096a9408]

        INTEGRATION: CWS sb76 (1.3.70); FILE MERGED 2007/08/31 11:00:53 sb 1.3.70.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59c752a60c3e12d48f026dd1aab4dc3af67e752]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/03/26 12:09:39 tl 1.13.222.2: #i69287# warning-free code 2007/02/22 15:06:52 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7567a6ee956d89b0e86be8fc1cb664b7a1e78c9]

        INTEGRATION: CWS sb76 (1.28.18); FILE MERGED 2007/08/31 11:00:52 sb 1.28.18.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73eb4e81ae23c2b96aa093422016e8d616822d82]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/06/01 07:17:48 tl 1.8.222.3: #i69287# warning-free code 2007/05/29 15:09:09 os 1.8.222.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/26 12:09:39 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e5f01d1f6d633bf328a3d3beba0885723056049]

        INTEGRATION: CWS sb76 (1.13.8); FILE MERGED 2007/08/31 11:00:30 sb 1.13.8.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [049268c17f8fac4779a4b67714d6ddeb65603e93]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/29 15:08:34 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/26 12:09:38 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2334b39910d95b9034d7fa825801c5fefa8fea3c]

        INTEGRATION: CWS sb76 (1.5.52); FILE MERGED 2007/09/26 11:48:05 kr 1.5.52.1: fixed: typeconverter not available anymore as separate library

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5a9a8dd098af57e674d85f67ab463aa506c8140]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:09:38 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5273748f798b9218c076f6d25cbe1d3003a88208]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 15:07:45 os 1.7.222.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/26 12:09:38 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc6bf59f3a2702b6ddac5adebf3158d9542c0c4]

        INTEGRATION: CWS sb76 (1.39.68); FILE MERGED 2007/08/31 11:00:11 sb 1.39.68.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [861050b639ebce9c4f81e714c6d892b7a3d073a5]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:09:38 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [186fcecdbb928e9862a9afe23d451da896a60661]

        INTEGRATION: CWS sb76 (1.28.52); FILE MERGED 2007/08/31 11:00:10 sb 1.28.52.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a5de06912b21dbb39627dd4130a5869b3c7dec6]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:09:37 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca4cb73f70bad97a0d33c4ed2d57eb3c9a1d3fd]

        INTEGRATION: CWS sb76 (1.3.38); FILE MERGED 2007/08/31 11:00:10 sb 1.3.38.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6a321e52e7e47e9ebf615c7e1ac7ca842976e4]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/06/01 07:17:48 tl 1.14.222.2: #i69287# warning-free code 2007/03/26 12:09:37 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04589e6840288f7c0d919558a4e7c0898b551a4]

        INTEGRATION: CWS sb76 (1.73.24); FILE MERGED 2007/08/31 10:59:47 sb 1.73.24.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fad217f3b1dcb55ff6acaac86ccadccbf588fcb6]

        INTEGRATION: CWS swwarnings (1.25.222); FILE MERGED 2007/06/01 07:17:48 tl 1.25.222.3: #i69287# warning-free code 2007/05/29 15:00:31 os 1.25.222.2: RESYNC: (1.25-1.26); FILE MERGED 2007/03/26 12:09:37 tl 1.25.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d39ba10f05a7a40abf819672c14a006d3d88d52]

        INTEGRATION: CWS swwarnings (1.20.140); FILE MERGED 2007/08/20 16:06:12 tl 1.20.140.6: RESYNC: (1.21-1.22); FILE MERGED 2007/05/29 14:59:51 os 1.20.140.5: RESYNC: (1.20-1.21); FILE MERGED 2007/04/13 11:15:31 tl 1.20.140.4: #i69287# warning-free code 2007/04/03 13:01:22 tl 1.20.140.3: #i69287# warning-free code 2007/03/26 12:09:36 tl 1.20.140.2: #i69287# warning-free code 2007/03/09 14:20:50 ama 1.20.140.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [358e4b520c27f422c6e5d3bfab5ab7cd6b91aa82]

        INTEGRATION: CWS sb76 (1.8.130); FILE MERGED 2007/08/31 10:58:54 sb 1.8.130.1: #i77885# Consolidate stoc libraries; patch by jnavrati.

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9c2355181dd9b34b72ee9d3ef5810bc6975e4a]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/05/29 14:59:19 os 1.9.222.4: RESYNC: (1.9-1.10); FILE MERGED 2007/04/13 11:15:31 tl 1.9.222.3: #i69287# warning-free code 2007/04/11 07:03:44 tl 1.9.222.2: #i69287# warning-free code 2007/03/26 12:09:36 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76816a63231dae6e6fc65839af270d2cb286133b]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:09:36 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [086b5d35c6780079b8a9e69fd7951dacd70009b1]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/03/26 12:09:36 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb5238f08976fff938aa221ee2a39ba3f828fcf]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/29 14:58:35 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/26 12:09:35 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b892ceb34c26877fb9d909afa9d3874a346d894f]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/04/13 11:15:30 tl 1.5.222.2: #i69287# warning-free code 2007/04/03 13:01:21 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f991de3f6a3270ac7bab911512528e06e65bcb]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/18 14:58:55 tl 1.7.222.3: #i69287# warning-free code 2007/03/26 12:09:35 tl 1.7.222.2: #i69287# warning-free code 2007/03/05 12:45:57 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c17d2c9ad472c2dc3e812306844168150719b7]

        INTEGRATION: CWS swwarnings (1.19.162); FILE MERGED 2007/06/01 07:17:47 tl 1.19.162.4: #i69287# warning-free code 2007/05/29 14:56:52 os 1.19.162.3: RESYNC: (1.19-1.21); FILE MERGED 2007/04/13 12:18:21 tl 1.19.162.2: #i69287# binfilter related comments removed 2007/03/26 12:09:35 tl 1.19.162.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02faa37edecbbe0f173b9e54c05f87a42cc54a9a]

        INTEGRATION: CWS swwarnings (1.43.222); FILE MERGED 2007/08/23 08:43:56 tl 1.43.222.6: #i69287# warning-free code 2007/08/20 16:05:53 tl 1.43.222.5: RESYNC: (1.43-1.44); FILE MERGED 2007/06/01 07:17:47 tl 1.43.222.4: #i69287# warning-free code 2007/04/11 07:03:44 tl 1.43.222.3: #i69287# warning-free code 2007/03/26 12:09:35 tl 1.43.222.2: #i69287# warning-free code 2007/03/05 12:45:57 tl 1.43.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b26c9a3e0db8c0fdcaea5fbb63856f53230fbb5]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/06/01 07:17:47 tl 1.5.222.3: #i69287# warning-free code 2007/04/11 07:03:43 tl 1.5.222.2: #i69287# warning-free code 2007/03/26 12:09:35 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b5fada33f08de5c4e6605c35fc8eae6dc8b375d]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/08/20 16:04:57 tl 1.11.222.6: RESYNC: (1.12-1.13); FILE MERGED 2007/06/01 07:17:47 tl 1.11.222.5: #i69287# warning-free code 2007/05/29 14:51:44 os 1.11.222.4: RESYNC: (1.11-1.12); FILE MERGED 2007/04/13 12:18:21 tl 1.11.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:43 tl 1.11.222.2: #i69287# warning-free code 2007/03/26 12:09:34 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c3f0261cc030773f33b52b6f0a6471ce546ce3d]

        INTEGRATION: CWS swwarnings (1.34.118); FILE MERGED 2007/06/28 12:00:57 os 1.34.118.6: RESYNC: (1.35-1.36); FILE MERGED 2007/05/29 14:46:55 os 1.34.118.5: RESYNC: (1.34-1.35); FILE MERGED 2007/04/13 12:18:21 tl 1.34.118.4: #i69287# binfilter related comments removed 2007/04/11 07:03:43 tl 1.34.118.3: #i69287# warning-free code 2007/03/26 12:09:34 tl 1.34.118.2: #i69287# warning-free code 2007/03/05 12:45:57 tl 1.34.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3902a85dc81f824527c49c7ab806a5516535710]

        INTEGRATION: CWS swwarnings (1.44.118); FILE MERGED 2007/06/28 12:00:50 os 1.44.118.7: RESYNC: (1.45-1.46); FILE MERGED 2007/06/01 07:17:47 tl 1.44.118.6: #i69287# warning-free code 2007/05/29 14:45:27 os 1.44.118.5: RESYNC: (1.44-1.45); FILE MERGED 2007/04/13 12:18:20 tl 1.44.118.4: #i69287# binfilter related comments removed 2007/04/11 07:03:43 tl 1.44.118.3: #i69287# warning-free code 2007/03/26 12:09:34 tl 1.44.118.2: #i69287# warning-free code 2007/03/05 12:45:57 tl 1.44.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2091a4b0faaa6a5d38d29d260c1831c5f9848ec8]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/03/26 12:09:34 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c688e4075a9ba801bb90953809f54d9860bd9862]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:09:33 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b15395adf6f7e86177232e577640113fba7aef19]

        INTEGRATION: CWS swwarnings (1.21.130); FILE MERGED 2007/05/29 14:42:49 os 1.21.130.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/03 13:01:21 tl 1.21.130.2: #i69287# warning-free code 2007/03/26 12:09:33 tl 1.21.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21157163f9716bc7a3b703a621aa3a771e0b018b]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/04/11 07:03:43 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1dfc26e260882c4c2efff47b39a3bb9336671c3]

        INTEGRATION: CWS swwarnings (1.63.44); FILE MERGED 2007/06/01 11:09:09 tl 1.63.44.6: warning-free code 2007/05/29 14:42:00 os 1.63.44.5: RESYNC: (1.63-1.64); FILE MERGED 2007/04/11 07:03:42 tl 1.63.44.4: #i69287# warning-free code 2007/03/26 12:09:33 tl 1.63.44.3: #i69287# warning-free code 2007/03/09 14:16:57 ama 1.63.44.2: #i69287#: warning free code 2007/03/05 12:45:56 tl 1.63.44.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27afd7c64a4bb9c22c6c3a4d4efa87fed8fee876]

        INTEGRATION: CWS swwarnings (1.116.128); FILE MERGED 2007/08/20 16:04:49 tl 1.116.128.8: RESYNC: (1.120-1.121); FILE MERGED 2007/07/02 06:29:00 os 1.116.128.7: merge error fixed 2007/06/28 12:00:38 os 1.116.128.6: RESYNC: (1.119-1.120); FILE MERGED 2007/05/29 14:41:17 os 1.116.128.5: RESYNC: (1.118-1.119); FILE MERGED 2007/04/11 10:51:32 os 1.116.128.4: RESYNC: (1.116-1.118); FILE MERGED 2007/04/11 07:03:42 tl 1.116.128.3: #i69287# warning-free code 2007/03/26 12:09:33 tl 1.116.128.2: #i69287# warning-free code 2007/03/09 14:16:20 ama 1.116.128.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad99859c44f348eca660f0fa99d2c32ddc3af55]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/11 07:03:42 tl 1.6.222.2: #i69287# warning-free code 2007/03/26 12:09:32 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8b4816c7787b11ea5229ceb5a7b1e4e2e26a764]

        INTEGRATION: CWS swwarnings (1.28.222); FILE MERGED 2007/08/20 16:04:42 tl 1.28.222.3: RESYNC: (1.28-1.29); FILE MERGED 2007/04/11 07:03:42 tl 1.28.222.2: #i69287# warning-free code 2007/03/26 12:09:32 tl 1.28.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78e0bc0665822a626bb2dd5343cc7fb4a9b2d914]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/06/01 07:17:47 tl 1.22.222.3: #i69287# warning-free code 2007/04/11 07:03:42 tl 1.22.222.2: #i69287# warning-free code 2007/03/26 12:09:32 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d01ace9ef1ff40f2455205415cd86a9797200b4]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/08/23 08:38:29 tl 1.15.222.4: #i69287# warning-free code 2007/08/20 16:04:34 tl 1.15.222.3: RESYNC: (1.15-1.16); FILE MERGED 2007/04/11 07:03:41 tl 1.15.222.2: #i69287# warning-free code 2007/03/26 12:09:32 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f1ce3888d9e2b38aa572a87a3408fdec612f5b]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:09:32 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f2ddb0dc55769ee58456c4206431c8f8185cf6f]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/06/28 12:00:30 os 1.19.222.2: RESYNC: (1.19-1.21); FILE MERGED 2007/03/26 12:09:31 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [71b9d94a131a81a9c76d3496a87297aa30451474]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:09:31 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3d7e5dbef3ecc73034cf33bdf0b34ca31936c7]

        INTEGRATION: CWS swwarnings (1.36.212); FILE MERGED 2007/07/02 07:11:03 os 1.36.212.6: merge error fixed 2007/07/02 06:46:51 os 1.36.212.5: merge error fixed 2007/07/02 06:29:00 os 1.36.212.4: merge error fixed 2007/06/28 12:00:16 os 1.36.212.3: RESYNC: (1.36-1.37); FILE MERGED 2007/04/11 07:03:41 tl 1.36.212.2: #i69287# warning-free code 2007/03/26 12:09:31 tl 1.36.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [050a8f419e94ff25261a8bc5271090a8ba09ec1b]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/11 07:03:41 tl 1.10.222.2: #i69287# warning-free code 2007/03/26 12:09:31 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f2b023c8515c69a7c38aa39f7a31a0bf911247b]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/06/01 07:17:47 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b4a3fd62739b9843e285920a1985d1de1443d3]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/08/20 16:04:27 tl 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:03:41 tl 1.9.222.2: #i69287# warning-free code 2007/03/26 12:09:31 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2cc33ab41ad84d3d3189e6fe3c1f4a766622861]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:09:31 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60dbb22072e8f53a4b55c109cf238fe00faef1b2]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/02/27 13:07:10 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e56873674be1577510b765722d52108a1aa21dfb]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/11 07:03:41 tl 1.7.222.2: #i69287# warning-free code 2007/03/26 12:09:30 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcb8bf77488c417020f9cd7bc688d0be2438db92]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/05/29 14:41:39 os 1.9.222.4: RESYNC: (1.9-1.10); FILE MERGED 2007/04/13 12:18:20 tl 1.9.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:41 tl 1.9.222.2: #i69287# warning-free code 2007/03/26 12:09:30 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7174da862e7b2a3b087d43647b5f03c0c5cd5f5e]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/08/20 16:04:19 tl 1.7.710.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/27 13:07:10 tl 1.7.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ff598d77854f5f3538aa71dc14a145728a8bf4]

        INTEGRATION: CWS swwarnings (1.54.168); FILE MERGED 2007/08/20 16:04:10 tl 1.54.168.4: RESYNC: (1.55-1.56); FILE MERGED 2007/06/28 12:00:23 os 1.54.168.3: RESYNC: (1.54-1.55); FILE MERGED 2007/04/11 07:03:40 tl 1.54.168.2: #i69287# warning-free code 2007/03/26 12:09:30 tl 1.54.168.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b674dd07b628d900da03a5a6c0dbe49823067d]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:09:30 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d45235ea9d7bb7ec40347d63db28e69351627e1]

        INTEGRATION: CWS swwarnings (1.34.222); FILE MERGED 2007/06/01 11:09:09 tl 1.34.222.6: warning-free code 2007/05/29 14:41:00 os 1.34.222.5: RESYNC: (1.35-1.36); FILE MERGED 2007/05/16 06:28:22 os 1.34.222.4: warnings in debug mode removed 2007/04/11 07:03:40 tl 1.34.222.3: #i69287# warning-free code 2007/04/03 13:01:20 tl 1.34.222.2: #i69287# warning-free code 2007/03/26 12:09:29 tl 1.34.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1541e5ef4449ef1f966a427ea0d3e7e655832df8]

        INTEGRATION: CWS swwarnings (1.38.222); FILE MERGED 2007/04/03 13:01:19 tl 1.38.222.2: #i69287# warning-free code 2007/03/26 12:09:28 tl 1.38.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f58343630988fa335a4f1db8f391c3a7d08a50f]

        INTEGRATION: CWS swwarnings (1.25.222); FILE MERGED 2007/05/29 14:40:42 os 1.25.222.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/11 07:03:40 tl 1.25.222.3: #i69287# warning-free code 2007/04/03 13:01:19 tl 1.25.222.2: #i69287# warning-free code 2007/03/26 12:09:28 tl 1.25.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7813532921683480597669219839a934fe05f6c2]

        INTEGRATION: CWS swwarnings (1.32.42); FILE MERGED 2007/08/20 16:04:02 tl 1.32.42.7: RESYNC: (1.33-1.35); FILE MERGED 2007/06/01 07:17:47 tl 1.32.42.6: #i69287# warning-free code 2007/04/13 12:18:19 tl 1.32.42.5: #i69287# binfilter related comments removed 2007/04/11 10:51:18 os 1.32.42.4: RESYNC: (1.32-1.33); FILE MERGED 2007/04/11 07:03:39 tl 1.32.42.3: #i69287# warning-free code 2007/03/26 12:09:27 tl 1.32.42.2: #i69287# warning-free code 2007/02/22 15:06:52 tl 1.32.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ea3dda128cb493f6227b377c11ae5505d38513]

        INTEGRATION: CWS swwarnings (1.40.222); FILE MERGED 2007/09/24 07:13:45 os 1.40.222.7: RESYNC: (1.41-1.42); FILE MERGED 2007/05/16 06:28:22 os 1.40.222.6: warnings in debug mode removed 2007/04/11 10:51:10 os 1.40.222.5: RESYNC: (1.40-1.41); FILE MERGED 2007/04/11 07:03:39 tl 1.40.222.4: #i69287# warning-free code 2007/03/26 12:09:27 tl 1.40.222.3: #i69287# warning-free code 2007/03/05 12:45:56 tl 1.40.222.2: #i69287# warning-free code 2007/02/22 15:06:51 tl 1.40.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76f4bc715d125d9153fe934af4443c513f7d08d8]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/08/20 16:03:55 tl 1.16.222.5: RESYNC: (1.17-1.18); FILE MERGED 2007/05/29 14:40:19 os 1.16.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:39 tl 1.16.222.3: #i69287# warning-free code 2007/03/26 12:09:27 tl 1.16.222.2: #i69287# warning-free code 2007/03/05 12:45:56 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6740a708d6b5229e934240a744b1347b61fb61aa]

        INTEGRATION: CWS swwarnings (1.29.102); FILE MERGED 2007/09/24 07:13:37 os 1.29.102.10: RESYNC: (1.33-1.34); FILE MERGED 2007/08/24 11:31:23 tl 1.29.102.9: #i69287# warning-free code 2007/08/20 16:03:44 tl 1.29.102.8: RESYNC: (1.32-1.33); FILE MERGED 2007/07/02 06:29:08 os 1.29.102.7: merge error fixed 2007/06/28 12:00:04 os 1.29.102.6: RESYNC: (1.31-1.32); FILE MERGED 2007/06/01 07:17:47 tl 1.29.102.5: #i69287# warning-free code 2007/05/29 14:39:40 os 1.29.102.4: RESYNC: (1.29-1.31); FILE MERGED 2007/04/11 07:03:39 tl 1.29.102.3: #i69287# warning-free code 2007/03/26 12:09:26 tl 1.29.102.2: #i69287# warning-free code 2007/03/05 12:45:56 tl 1.29.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae2ee5f5264e16ea0aa980990b9040fdd5a0e1b0]

        INTEGRATION: CWS swwarnings (1.35.148); FILE MERGED 2007/03/26 12:09:26 tl 1.35.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e1d565f1ee730b5d3423a0647b590fa6621101d]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 14:39:11 os 1.10.222.6: RESYNC: (1.10-1.11); FILE MERGED 2007/04/13 12:18:19 tl 1.10.222.5: #i69287# binfilter related comments removed 2007/04/11 07:03:39 tl 1.10.222.4: #i69287# warning-free code 2007/03/26 12:09:25 tl 1.10.222.3: #i69287# warning-free code 2007/03/12 12:32:13 ama 1.10.222.2: i69287#: warning free code 2007/03/09 14:13:04 ama 1.10.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a622587a6302009c2054cf7d98e2067210b270a]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/13 12:18:19 tl 1.6.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:25 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [777ff91249fd8a755e4fef72c9736e2eec4d931c]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/03/26 12:09:25 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b34cb8d92e0719517c1dd6113575bf3289b325]

        INTEGRATION: CWS swwarnings (1.70.130); FILE MERGED 2007/08/20 16:03:36 tl 1.70.130.9: RESYNC: (1.74-1.77); FILE MERGED 2007/06/28 11:59:56 os 1.70.130.8: RESYNC: (1.72-1.74); FILE MERGED 2007/06/01 07:17:46 tl 1.70.130.7: #i69287# warning-free code 2007/05/29 14:38:38 os 1.70.130.6: RESYNC: (1.70-1.72); FILE MERGED 2007/04/13 12:18:18 tl 1.70.130.5: #i69287# binfilter related comments removed 2007/04/11 07:03:39 tl 1.70.130.4: #i69287# warning-free code 2007/04/03 13:01:18 tl 1.70.130.3: #i69287# warning-free code 2007/03/26 12:09:24 tl 1.70.130.2: #i69287# warning-free code 2007/02/22 15:06:51 tl 1.70.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a15acc20635d1d1482089d101b909b4a25f767cb]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/08/20 16:03:26 tl 1.20.222.4: RESYNC: (1.21-1.22); FILE MERGED 2007/06/01 07:17:46 tl 1.20.222.3: #i69287# warning-free code 2007/05/29 14:37:50 os 1.20.222.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/11 07:03:38 tl 1.20.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [153212784c7482798457a1a52547ba899aac59f8]

        INTEGRATION: CWS swwarnings (1.99.40); FILE MERGED 2007/09/24 07:13:30 os 1.99.40.12: RESYNC: (1.104-1.105); FILE MERGED 2007/08/20 16:02:38 tl 1.99.40.11: RESYNC: (1.103-1.104); FILE MERGED 2007/06/28 11:59:47 os 1.99.40.10: RESYNC: (1.101-1.103); FILE MERGED 2007/06/01 07:17:46 tl 1.99.40.9: #i69287# warning-free code 2007/05/29 14:36:42 os 1.99.40.8: RESYNC: (1.100-1.101); FILE MERGED 2007/04/18 08:26:43 tl 1.99.40.7: #i69287# warning-free code 2007/04/11 10:51:01 os 1.99.40.6: RESYNC: (1.99-1.100); FILE MERGED 2007/04/11 07:03:38 tl 1.99.40.5: #i69287# warning-free code 2007/03/26 12:09:24 tl 1.99.40.4: #i69287# warning-free code 2007/03/05 12:45:55 tl 1.99.40.3: #i69287# warning-free code 2007/02/23 11:09:17 tl 1.99.40.2: #i69287# warning-free code 2007/02/22 15:06:51 tl 1.99.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b5d2d725a3615bd298af4d557224cf54acf2a0e]

        INTEGRATION: CWS swwarnings (1.22.140); FILE MERGED 2007/09/24 07:13:23 os 1.22.140.3: RESYNC: (1.22-1.23); FILE MERGED 2007/04/11 07:03:38 tl 1.22.140.2: #i69287# warning-free code 2007/03/26 12:09:23 tl 1.22.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fa7d78988c2b605afcd738fabf09609532e25a0]

        INTEGRATION: CWS swwarnings (1.11.198); FILE MERGED 2007/05/29 14:36:07 os 1.11.198.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/26 12:09:23 tl 1.11.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e95c06a5a187d5e4567423c88ea74fd4186214f]

        INTEGRATION: CWS swwarnings (1.49.42); FILE MERGED 2007/08/20 16:03:18 tl 1.49.42.6: RESYNC: (1.52-1.53); FILE MERGED 2007/06/28 11:59:40 os 1.49.42.5: RESYNC: (1.51-1.52); FILE MERGED 2007/06/01 07:17:46 tl 1.49.42.4: #i69287# warning-free code 2007/05/29 14:35:40 os 1.49.42.3: RESYNC: (1.49-1.51); FILE MERGED 2007/04/11 07:03:38 tl 1.49.42.2: #i69287# warning-free code 2007/03/26 12:09:23 tl 1.49.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a9026b0017d013c730cc51e35b95dfc6b3b668]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:03:38 tl 1.8.222.3: #i69287# warning-free code 2007/03/26 12:09:23 tl 1.8.222.2: #i69287# warning-free code 2007/03/05 12:45:55 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfad7d837fe75ba339d8379e7ef0e6620dcb9a58]

        INTEGRATION: CWS swwarnings (1.61.42); FILE MERGED 2007/08/20 16:03:08 tl 1.61.42.10: RESYNC: (1.63-1.64); FILE MERGED 2007/06/01 07:17:46 tl 1.61.42.9: #i69287# warning-free code 2007/05/29 14:33:52 os 1.61.42.8: RESYNC: (1.62-1.63); FILE MERGED 2007/04/13 12:18:17 tl 1.61.42.7: #i69287# binfilter related comments removed 2007/04/11 10:50:40 os 1.61.42.6: RESYNC: (1.61-1.62); FILE MERGED 2007/04/11 07:03:38 tl 1.61.42.5: #i69287# warning-free code 2007/03/26 12:09:22 tl 1.61.42.4: #i69287# warning-free code 2007/03/05 12:45:55 tl 1.61.42.3: #i69287# warning-free code 2007/02/23 11:09:17 tl 1.61.42.2: #i69287# warning-free code 2007/02/22 15:06:51 tl 1.61.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed9b532f4b1562c5509aa7a1054f28c0f62a4154]

        INTEGRATION: CWS swwarnings (1.8.528); FILE MERGED 2007/08/20 16:03:01 tl 1.8.528.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/18 08:26:43 tl 1.8.528.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20029e855ee466b26e1271b03d7454d968f0614b]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 14:32:04 os 1.7.222.4: RESYNC: (1.8-1.9); FILE MERGED 2007/04/11 10:50:32 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/03/26 12:09:22 tl 1.7.222.2: #i69287# warning-free code 2007/02/22 15:06:51 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7917aa359ce2374dd34992758c8db7a9c54d900d]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/05/29 14:30:14 os 1.19.222.5: RESYNC: (1.19-1.21); FILE MERGED 2007/04/11 07:03:37 tl 1.19.222.4: #i69287# warning-free code 2007/04/04 08:02:16 tl 1.19.222.3: #i69287# warning-free code 2007/03/26 12:09:22 tl 1.19.222.2: #i69287# warning-free code 2007/02/28 12:22:22 os 1.19.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1030e92a3792a7a614d6db28513f0532dea2739]

        INTEGRATION: CWS swwarnings (1.11.242); FILE MERGED 2007/02/28 12:22:22 os 1.11.242.2: #i69287# warnings removed 2007/02/22 15:06:50 tl 1.11.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f21c353ec0f9b30f1a5e2605a4e9a269d584ead]

        INTEGRATION: CWS swwarnings (1.10.196); FILE MERGED 2007/08/20 16:02:30 tl 1.10.196.9: RESYNC: (1.12-1.13); FILE MERGED 2007/06/01 11:09:08 tl 1.10.196.8: warning-free code 2007/06/01 07:17:46 tl 1.10.196.7: #i69287# warning-free code 2007/05/29 14:29:45 os 1.10.196.6: RESYNC: (1.10-1.12); FILE MERGED 2007/04/13 12:18:17 tl 1.10.196.5: #i69287# binfilter related comments removed 2007/04/11 07:03:37 tl 1.10.196.4: #i69287# warning-free code 2007/04/03 13:01:17 tl 1.10.196.3: #i69287# warning-free code 2007/03/05 12:45:55 tl 1.10.196.2: #i69287# warning-free code 2007/02/28 12:22:22 os 1.10.196.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b664d494be42b90ca3be57a08192392cbe86cc6e]

        INTEGRATION: CWS swwarnings (1.31.222); FILE MERGED 2007/05/29 14:28:31 os 1.31.222.7: RESYNC: (1.31-1.33); FILE MERGED 2007/04/18 14:58:54 tl 1.31.222.6: #i69287# warning-free code 2007/04/13 12:18:16 tl 1.31.222.5: #i69287# binfilter related comments removed 2007/04/11 07:03:37 tl 1.31.222.4: #i69287# warning-free code 2007/04/03 13:01:17 tl 1.31.222.3: #i69287# warning-free code 2007/03/05 12:45:55 tl 1.31.222.2: #i69287# warning-free code 2007/02/28 12:22:21 os 1.31.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ec73087ef65db092ad2b1bbaceb81818ee53a9c]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/05/29 14:27:23 os 1.4.222.3: RESYNC: (1.4-1.5); FILE MERGED 2007/04/13 12:18:16 tl 1.4.222.2: #i69287# binfilter related comments removed 2007/02/28 12:22:21 os 1.4.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36771988d6f80598a5a57a556df6042c6a5b37be]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/11 07:03:37 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21fed59e1f9ceeba0449fe97eac65bf3a4d5ba12]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/29 14:16:51 os 1.12.222.4: RESYNC: (1.12-1.13); FILE MERGED 2007/04/13 12:18:16 tl 1.12.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:36 tl 1.12.222.2: #i69287# warning-free code 2007/02/28 12:22:20 os 1.12.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0d958c185a6a7f1b79d9825dfdac0baff31773e]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:03:36 tl 1.8.222.2: #i69287# warning-free code 2007/02/28 12:22:19 os 1.8.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [647f28660362a2f42286a0f65a2a0bf750a27da3]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/29 14:14:21 os 1.12.222.4: RESYNC: (1.12-1.13); FILE MERGED 2007/04/13 12:18:16 tl 1.12.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:36 tl 1.12.222.2: #i69287# warning-free code 2007/02/28 12:22:19 os 1.12.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2e5d75e298d351b60d065d2db9f173ae96bf44]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/11 07:03:35 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df03573ea613f6ef048aa09c87c0b6df210ac67b]

        INTEGRATION: CWS swwarnings (1.15.220); FILE MERGED 2007/06/01 07:17:46 tl 1.15.220.4: #i69287# warning-free code 2007/05/29 14:12:18 os 1.15.220.3: RESYNC: (1.15-1.16); FILE MERGED 2007/04/11 07:03:35 tl 1.15.220.2: #i69287# warning-free code 2007/02/28 12:22:18 os 1.15.220.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fbd33cf9c77ce7456f5aa182ee9551efb502a6f]

        INTEGRATION: CWS swwarnings (1.2.102); FILE MERGED 2007/08/24 11:26:43 tl 1.2.102.5: #i69287# warning-free code 2007/08/20 16:01:46 tl 1.2.102.4: RESYNC: (1.2-1.3); FILE MERGED 2007/06/01 07:17:45 tl 1.2.102.3: #i69287# warning-free code 2007/03/26 12:09:21 tl 1.2.102.2: #i69287# warning-free code 2007/03/05 12:45:54 tl 1.2.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90ff536d6b1fd6617d2fbd34487f112d9b5f8f1f]

        INTEGRATION: CWS swwarnings (1.2.102); FILE MERGED 2007/03/26 12:09:21 tl 1.2.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc71f3cf28fb778f2aa28c73fa7ea3a1ce3b8e0]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/29 14:11:54 os 1.12.222.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/13 12:18:15 tl 1.12.222.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [895900a20b24ecb56d55f4dca685f4bfbc94d64a]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/04/11 07:03:35 tl 1.17.222.3: #i69287# warning-free code 2007/03/26 12:09:21 tl 1.17.222.2: #i69287# warning-free code 2007/03/05 12:45:54 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79dd51015bfa6f23b272775cd2fd97dba3a8cd12]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/09/24 10:00:38 os 1.20.222.8: merge error fixed 2007/09/24 07:12:41 os 1.20.222.7: RESYNC: (1.22-1.23); FILE MERGED 2007/06/01 07:17:45 tl 1.20.222.6: #i69287# warning-free code 2007/05/29 14:11:30 os 1.20.222.5: RESYNC: (1.20-1.22); FILE MERGED 2007/04/13 12:18:15 tl 1.20.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:34 tl 1.20.222.3: #i69287# warning-free code 2007/03/26 12:09:20 tl 1.20.222.2: #i69287# warning-free code 2007/03/09 14:09:44 ama 1.20.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [043e9bbd9ba4d59e3b95369083a7aa708f59cac0]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/06/01 07:17:45 tl 1.24.222.4: #i69287# warning-free code 2007/05/29 14:11:06 os 1.24.222.3: RESYNC: (1.24-1.25); FILE MERGED 2007/04/13 12:18:15 tl 1.24.222.2: #i69287# binfilter related comments removed 2007/04/11 07:03:34 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc5a653a3c959bdd99c82011d56c9dc0f3b3f7e]

        INTEGRATION: CWS swwarnings (1.54.42); FILE MERGED 2007/08/24 08:16:25 tl 1.54.42.9: #i69287# warning-free code 2007/08/20 16:01:38 tl 1.54.42.8: RESYNC: (1.56-1.58); FILE MERGED 2007/05/29 14:10:34 os 1.54.42.7: RESYNC: (1.54-1.56); FILE MERGED 2007/04/13 12:18:15 tl 1.54.42.6: #i69287# binfilter related comments removed 2007/04/11 07:03:34 tl 1.54.42.5: #i69287# warning-free code 2007/04/03 13:01:16 tl 1.54.42.4: #i69287# warning-free code 2007/03/26 12:09:20 tl 1.54.42.3: #i69287# warning-free code 2007/03/12 12:31:39 ama 1.54.42.2: i69287#: warning free code 2007/03/09 12:29:10 ama 1.54.42.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e33cdeb2563a5bbd58a63f071b37f0d323d3be59]

        INTEGRATION: CWS swwarnings (1.51.198); FILE MERGED 2007/08/20 16:01:30 tl 1.51.198.8: RESYNC: (1.54-1.55); FILE MERGED 2007/06/01 07:17:45 tl 1.51.198.7: #i69287# warning-free code 2007/05/29 14:09:50 os 1.51.198.6: RESYNC: (1.51-1.54); FILE MERGED 2007/04/13 12:18:15 tl 1.51.198.5: #i69287# binfilter related comments removed 2007/04/11 07:03:34 tl 1.51.198.4: #i69287# warning-free code 2007/04/03 13:01:16 tl 1.51.198.3: #i69287# warning-free code 2007/03/26 12:09:20 tl 1.51.198.2: #i69287# warning-free code 2007/03/09 12:29:02 ama 1.51.198.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef413b350c5df49cb299a68bd283cde1ea02eaaa]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 14:09:05 os 1.10.222.3: RESYNC: (1.10-1.12); FILE MERGED 2007/04/13 12:18:14 tl 1.10.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:20 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8fd50263bb9909d4f339cd48320ea1975fbac6b]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/13 12:18:14 tl 1.9.222.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b27c5aaf468df8d389d2cf934ecc0001f114d4]

        INTEGRATION: CWS swwarnings (1.31.222); FILE MERGED 2007/05/29 14:07:55 os 1.31.222.5: RESYNC: (1.31-1.33); FILE MERGED 2007/04/13 12:18:14 tl 1.31.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:33 tl 1.31.222.3: #i69287# warning-free code 2007/03/26 12:09:19 tl 1.31.222.2: #i69287# warning-free code 2007/03/05 12:45:54 tl 1.31.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3def3876c4a6fa1e2854e12a54e5fd2011ba564]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/01 07:17:45 tl 1.11.222.2: #i69287# warning-free code 2007/04/03 13:01:16 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca5307e4316d95194a49fd8ad3986e10a29ec212]

        INTEGRATION: CWS swwarnings (1.39.222); FILE MERGED 2007/05/29 14:07:01 os 1.39.222.9: RESYNC: (1.40-1.42); FILE MERGED 2007/04/13 12:18:14 tl 1.39.222.8: #i69287# binfilter related comments removed 2007/04/13 11:15:29 tl 1.39.222.7: #i69287# warning-free code 2007/04/11 10:50:23 os 1.39.222.6: RESYNC: (1.39-1.40); FILE MERGED 2007/04/11 07:03:33 tl 1.39.222.5: #i69287# warning-free code 2007/04/03 13:01:15 tl 1.39.222.4: #i69287# warning-free code 2007/03/26 12:09:19 tl 1.39.222.3: #i69287# warning-free code 2007/03/09 15:19:11 ama 1.39.222.2: #i69287#: warning free code 2007/02/22 15:06:50 tl 1.39.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6c9acad1fa1c7907dfa21a9b6b5bdbc2febe2a3]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/09/24 07:12:35 os 1.24.222.4: RESYNC: (1.26-1.27); FILE MERGED 2007/08/20 16:01:21 tl 1.24.222.3: RESYNC: (1.25-1.26); FILE MERGED 2007/05/29 14:06:37 os 1.24.222.2: RESYNC: (1.24-1.25); FILE MERGED 2007/03/05 12:45:54 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b727aef77d845650bf9ff3901d4a39dc810f9797]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:09:19 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [216fead88d0a8a201ac2187f2ae3719f79cc5b95]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/05/29 14:05:17 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/13 12:18:14 tl 1.8.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:19 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d696e15c60d172dfdb0c18dcb2a61dc85e8f909]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/05/29 14:02:57 os 1.13.222.2: RESYNC: (1.13-1.14); FILE MERGED 2007/03/26 12:09:19 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8888fcdca2b5893f88c456ea9ce71b3ddbed0b9a]

        INTEGRATION: CWS swwarnings (1.25.130); FILE MERGED 2007/05/29 14:02:23 os 1.25.130.5: RESYNC: (1.25-1.27); FILE MERGED 2007/04/13 12:18:14 tl 1.25.130.4: #i69287# binfilter related comments removed 2007/04/11 07:03:33 tl 1.25.130.3: #i69287# warning-free code 2007/04/03 13:01:15 tl 1.25.130.2: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.25.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3daf846551d0d4dee49eecc9648173dfeca67b5]

        INTEGRATION: CWS swwarnings (1.18.222); FILE MERGED 2007/05/29 14:01:40 os 1.18.222.5: RESYNC: (1.18-1.20); FILE MERGED 2007/04/13 12:18:13 tl 1.18.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:33 tl 1.18.222.3: #i69287# warning-free code 2007/04/03 13:01:15 tl 1.18.222.2: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.18.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e2bbbf2364af9e4172f80b81d04c94ca7d7216c]

        INTEGRATION: CWS swwarnings (1.37.148); FILE MERGED 2007/05/29 14:01:02 os 1.37.148.4: RESYNC: (1.37-1.39); FILE MERGED 2007/04/13 12:18:13 tl 1.37.148.3: #i69287# binfilter related comments removed 2007/04/11 07:03:32 tl 1.37.148.2: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.37.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f22a211326ea1603574e1e97af2bf45fbf41fda7]

        INTEGRATION: CWS swwarnings (1.36.148); FILE MERGED 2007/08/24 08:16:25 tl 1.36.148.6: #i69287# warning-free code 2007/08/20 16:01:03 tl 1.36.148.5: RESYNC: (1.38-1.39); FILE MERGED 2007/05/29 14:00:32 os 1.36.148.4: RESYNC: (1.36-1.38); FILE MERGED 2007/04/13 12:18:13 tl 1.36.148.3: #i69287# binfilter related comments removed 2007/04/11 07:03:32 tl 1.36.148.2: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.36.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aa2e0c5ee797fb32f8a6c6d1459b40d677fa1c3]

        INTEGRATION: CWS swwarnings (1.25.118); FILE MERGED 2007/05/29 13:59:57 os 1.25.118.6: RESYNC: (1.25-1.26); FILE MERGED 2007/04/13 12:18:13 tl 1.25.118.5: #i69287# binfilter related comments removed 2007/04/11 07:03:32 tl 1.25.118.4: #i69287# warning-free code 2007/04/03 13:01:15 tl 1.25.118.3: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.25.118.2: #i69287# warning-free code 2007/03/05 12:45:54 tl 1.25.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f443ad8ce530b7c91655dc939fc48a98b914a0c7]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/06/28 11:59:32 os 1.13.222.3: RESYNC: (1.13-1.14); FILE MERGED 2007/06/01 07:17:45 tl 1.13.222.2: #i69287# warning-free code 2007/03/26 12:09:18 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [858e0870cb8cca24d1dac9f650206bb04574816f]

        INTEGRATION: CWS swwarnings (1.18.148); FILE MERGED 2007/04/11 07:03:32 tl 1.18.148.2: #i69287# warning-free code 2007/03/26 12:09:17 tl 1.18.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [732c39ebdf97a23ad20f9bd50807ff6d4313c26a]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/05/29 13:59:03 os 1.11.222.3: RESYNC: (1.11-1.13); FILE MERGED 2007/04/13 12:18:12 tl 1.11.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:17 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97721e232ec92a400825dcb73473f9c414722752]

        INTEGRATION: CWS swwarnings (1.11.148); FILE MERGED 2007/06/01 07:17:45 tl 1.11.148.3: #i69287# warning-free code 2007/04/11 07:03:32 tl 1.11.148.2: #i69287# warning-free code 2007/03/26 12:09:17 tl 1.11.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53efa5564b44a4248538b9e6c30a6289ab1efcc3]

        INTEGRATION: CWS swwarnings (1.79.130); FILE MERGED 2007/08/23 08:32:03 tl 1.79.130.10: #i69287# warning-free code 2007/08/20 16:00:55 tl 1.79.130.9: RESYNC: (1.81-1.82); FILE MERGED 2007/06/29 07:12:35 os 1.79.130.8: temporary view used again in ::InsertTable() 2007/06/01 07:17:45 tl 1.79.130.7: #i69287# warning-free code 2007/05/29 13:58:25 os 1.79.130.6: RESYNC: (1.79-1.81); FILE MERGED 2007/04/13 12:18:12 tl 1.79.130.5: #i69287# binfilter related comments removed 2007/04/11 07:03:31 tl 1.79.130.4: #i69287# warning-free code 2007/04/03 13:01:15 tl 1.79.130.3: #i69287# warning-free code 2007/03/26 12:09:17 tl 1.79.130.2: #i69287# warning-free code 2007/03/05 12:45:53 tl 1.79.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bf8274a7e51c86af5d26357b5de3cf5278b3d9d]

        INTEGRATION: CWS swwarnings (1.29.222); FILE MERGED 2007/05/29 13:56:51 os 1.29.222.5: RESYNC: (1.29-1.30); FILE MERGED 2007/04/13 12:18:11 tl 1.29.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:31 tl 1.29.222.3: #i69287# warning-free code 2007/03/26 12:09:16 tl 1.29.222.2: #i69287# warning-free code 2007/02/27 07:46:55 os 1.29.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e50ea8f5142c92289db1fdbcc27a28e773f5abd]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/03/26 12:09:16 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a35765b899018f3dd85e3d37fcbffa32f35628e]

        INTEGRATION: CWS swwarnings (1.24.692); FILE MERGED 2007/05/29 13:54:11 os 1.24.692.2: RESYNC: (1.24-1.25); FILE MERGED 2007/03/26 12:09:16 tl 1.24.692.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [305ebff36259cb03be498d0b3a3cfa5f879035f3]

        INTEGRATION: CWS swwarnings (1.17.130); FILE MERGED 2007/04/11 07:03:31 tl 1.17.130.4: #i69287# warning-free code 2007/03/26 12:09:15 tl 1.17.130.3: #i69287# warning-free code 2007/03/05 12:45:53 tl 1.17.130.2: #i69287# warning-free code 2007/02/27 07:46:55 os 1.17.130.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdda4a80d1d8c2deeef5665f9e042c25383974aa]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/05 12:45:53 tl 1.6.222.2: #i69287# warning-free code 2007/02/27 07:46:54 os 1.6.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e19d0e63bb0144697c7a614d8c5d3b22b73d8c7f]

        INTEGRATION: CWS swwarnings (1.17.148); FILE MERGED 2007/05/29 13:53:18 os 1.17.148.4: RESYNC: (1.17-1.18); FILE MERGED 2007/04/11 07:03:30 tl 1.17.148.3: #i69287# warning-free code 2007/03/05 12:45:53 tl 1.17.148.2: #i69287# warning-free code 2007/02/27 07:46:54 os 1.17.148.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac5696c5b4baa99d3daf12f9fd86d2d006e3a40]

        INTEGRATION: CWS swwarnings (1.14.148); FILE MERGED 2007/03/26 12:09:15 tl 1.14.148.3: #i69287# warning-free code 2007/03/05 12:45:53 tl 1.14.148.2: #i69287# warning-free code 2007/02/27 07:46:54 os 1.14.148.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b2cd4481645f29449ce1f285798fa2c014c77c1]

        INTEGRATION: CWS swwarnings (1.9.148); FILE MERGED 2007/03/05 12:45:52 tl 1.9.148.2: #i69287# warning-free code 2007/02/27 07:46:54 os 1.9.148.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17591d2bead6e717fcb308381bc0c3f828918a85]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/09/11 14:38:31 os 1.8.222.5: cast 2007/09/11 14:35:32 os 1.8.222.4: forms reactivated 2007/04/11 07:03:30 tl 1.8.222.3: #i69287# warning-free code 2007/03/05 12:45:52 tl 1.8.222.2: #i69287# warning-free code 2007/02/27 07:46:54 os 1.8.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0d146b7c06344f1f917f625fdf5efb9d90132e6]

        INTEGRATION: CWS swwarnings (1.13.148); FILE MERGED 2007/05/29 13:53:40 os 1.13.148.4: RESYNC: (1.13-1.14); FILE MERGED 2007/03/05 12:45:52 tl 1.13.148.3: #i69287# warning-free code 2007/02/27 07:46:54 os 1.13.148.2: #i69287# warnings removed 2007/02/26 08:51:09 tl 1.13.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d72d38ea3bc81f4553dc78f545881e828e0205]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/03/05 12:45:52 tl 1.5.222.2: #i69287# warning-free code 2007/02/27 07:46:53 os 1.5.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f993b7d120e784ae8c1a8edec4a6466257c7110]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/06/01 07:17:45 tl 1.7.222.3: #i69287# warning-free code 2007/05/29 13:52:43 os 1.7.222.2: RESYNC: (1.7-1.8); FILE MERGED 2007/04/13 12:18:10 tl 1.7.222.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8161e129699eb49423a0ed58d8b4fcc640cb524]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 13:51:44 os 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/13 12:18:10 tl 1.16.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:15 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42ed5453ee6a301a08d1dfb40ec92b92add37c5c]

        INTEGRATION: CWS swwarnings (1.25.130); FILE MERGED 2007/06/01 07:17:45 tl 1.25.130.5: #i69287# warning-free code 2007/05/29 13:50:42 os 1.25.130.4: RESYNC: (1.25-1.27); FILE MERGED 2007/04/13 12:18:10 tl 1.25.130.3: #i69287# binfilter related comments removed 2007/04/11 07:03:30 tl 1.25.130.2: #i69287# warning-free code 2007/03/26 12:09:15 tl 1.25.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a0d0d4d492e53631d87bbe3f819e871ba2e287f]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 13:49:42 os 1.14.222.3: RESYNC: (1.14-1.16); FILE MERGED 2007/04/11 07:03:30 tl 1.14.222.2: #i69287# warning-free code 2007/03/26 12:09:15 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [503e09115c60745305953a8bd4f6c28ba5c41c2a]

        INTEGRATION: CWS swwarnings (1.9.42); FILE MERGED 2007/05/29 13:48:22 os 1.9.42.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:03:30 tl 1.9.42.2: #i69287# warning-free code 2007/03/26 12:09:14 tl 1.9.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bcf04d991bf4161db3d9072b280ed08e59598dd]

        INTEGRATION: CWS swwarnings (1.35.42); FILE MERGED 2007/06/01 07:17:44 tl 1.35.42.7: #i69287# warning-free code 2007/05/29 13:47:06 os 1.35.42.6: RESYNC: (1.35-1.36); FILE MERGED 2007/04/18 08:26:42 tl 1.35.42.5: #i69287# warning-free code 2007/04/13 12:18:09 tl 1.35.42.4: #i69287# binfilter related comments removed 2007/04/13 11:15:29 tl 1.35.42.3: #i69287# warning-free code 2007/04/11 07:03:29 tl 1.35.42.2: #i69287# warning-free code 2007/03/26 12:09:14 tl 1.35.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8477a55e7926aa8b9531999a95776ef153997dea]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/28 11:59:23 os 1.11.222.3: RESYNC: (1.11-1.12); FILE MERGED 2007/06/01 07:17:44 tl 1.11.222.2: #i69287# warning-free code 2007/04/11 07:03:29 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d3ea611cec1dcbdae33e8ced850d3b86041b65b]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/30 14:09:08 os 1.15.222.5: merge errors fixed 2007/05/29 13:45:26 os 1.15.222.4: RESYNC: (1.15-1.17); FILE MERGED 2007/04/13 12:18:09 tl 1.15.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:29 tl 1.15.222.2: #i69287# warning-free code 2007/03/26 12:09:14 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37d1b4a017021ae7a8d820a44d9ed75d947b5c94]

        INTEGRATION: CWS swwarnings (1.12.710); FILE MERGED 2007/03/26 12:09:14 tl 1.12.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1caaa419b196bd8c4124ba04e9c95b683333983b]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/03/26 12:09:14 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53c89a8216f7c4833c545bb42916810f6636ffbe]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/08/20 16:00:24 tl 1.10.222.3: RESYNC: (1.12-1.13); FILE MERGED 2007/05/29 13:41:02 os 1.10.222.2: RESYNC: (1.10-1.12); FILE MERGED 2007/03/26 12:09:13 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fc5948fe2fde42403496600c39c0a6d202ce0c5]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/05/29 13:39:34 os 1.9.222.4: RESYNC: (1.9-1.11); FILE MERGED 2007/04/13 12:18:09 tl 1.9.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:14 tl 1.9.222.2: #i69287# warning-free code 2007/03/09 12:27:15 ama 1.9.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4227e1c0d23a0d222a6713e8daeb08f61c3d1ab]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/03/26 12:09:13 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a34a7a341204d4d85194d8f007dc0bcec1d8f961]

        INTEGRATION: CWS swwarnings (1.42.222); FILE MERGED 2007/09/18 06:10:48 os 1.42.222.6: ULONG is not always a sal_uInt32 2007/06/28 11:59:15 os 1.42.222.5: RESYNC: (1.45-1.46); FILE MERGED 2007/05/29 13:37:25 os 1.42.222.4: RESYNC: (1.42-1.45); FILE MERGED 2007/04/13 12:18:08 tl 1.42.222.3: #i69287# binfilter related comments removed 2007/04/11 07:03:29 tl 1.42.222.2: #i69287# warning-free code 2007/03/26 12:09:13 tl 1.42.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f69e88a0d6207559ec924a4d4d4d78106b5ffcb]

        INTEGRATION: CWS swwarnings (1.21.222); FILE MERGED 2007/04/11 07:03:28 tl 1.21.222.2: #i69287# warning-free code 2007/03/26 12:09:13 tl 1.21.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b8566ee4f722023adcd843bced6d2d597eb128]

        INTEGRATION: CWS swwarnings (1.21.222); FILE MERGED 2007/03/26 12:09:13 tl 1.21.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2bfc4632b84322c3e1ba1fb0a156d0aee5d02f3]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 13:34:38 os 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:28 tl 1.16.222.2: #i69287# warning-free code 2007/03/26 12:09:12 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ab4aa7af02cb6d234023b4618fe0b952160556]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/03/26 12:09:12 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e58b6424ab26e5ae59dfb6985cd9cceb0e6a6765]

        INTEGRATION: CWS swwarnings (1.8.148); FILE MERGED 2007/05/29 13:32:23 os 1.8.148.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/05 13:16:29 tl 1.8.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b7b3e2ff93c72ed0b19d2ae48f0436e773ff51a]

        INTEGRATION: CWS swwarnings (1.27.222); FILE MERGED 2007/08/20 16:00:17 tl 1.27.222.9: RESYNC: (1.31-1.33); FILE MERGED 2007/06/29 14:25:06 os 1.27.222.8: merge errors fixed 2007/06/28 11:59:06 os 1.27.222.7: RESYNC: (1.28-1.31); FILE MERGED 2007/06/01 07:17:44 tl 1.27.222.6: #i69287# warning-free code 2007/05/29 13:31:07 os 1.27.222.5: RESYNC: (1.27-1.28); FILE MERGED 2007/04/11 07:03:28 tl 1.27.222.4: #i69287# warning-free code 2007/04/03 13:01:14 tl 1.27.222.3: #i69287# warning-free code 2007/03/05 13:16:29 tl 1.27.222.2: #i69287# warning-free code 2007/03/05 12:45:52 tl 1.27.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19dd039827b47867d0aaa02ea96966ccca2e2567]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/06/01 07:17:44 tl 1.10.222.3: #i69287# warning-free code 2007/03/26 12:09:12 tl 1.10.222.2: #i69287# warning-free code 2007/03/05 13:16:29 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3992b5a7b690ef2a9ee003cfcc9d21607ce187e7]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/06/01 07:17:44 tl 1.15.222.5: #i69287# warning-free code 2007/05/29 13:28:16 os 1.15.222.4: RESYNC: (1.15-1.16); FILE MERGED 2007/05/16 06:28:22 os 1.15.222.3: warnings in debug mode removed 2007/04/11 07:03:28 tl 1.15.222.2: #i69287# warning-free code 2007/03/05 13:16:29 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1236a4b649f2478ebbd1ed6aee9af41d59867c]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 13:27:58 os 1.14.222.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 07:03:27 tl 1.14.222.3: #i69287# warning-free code 2007/03/26 12:09:12 tl 1.14.222.2: #i69287# warning-free code 2007/02/27 13:46:26 os 1.14.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1afb5363e97a5ce5e10d9d847da6bacb908b80d]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/06/01 07:17:44 tl 1.7.222.4: #i69287# warning-free code 2007/05/29 13:27:30 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/04/11 07:03:27 tl 1.7.222.2: #i69287# warning-free code 2007/02/28 06:49:48 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07be33dd30835ba823f4bc59fe7e97abeeaccfad]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/02/28 06:49:48 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e332759ee3fb427a803ec3dc69ea4cb49c4aee]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/03/26 12:09:11 tl 1.7.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecfaf0566afbe34e1ca1959121e934bbbecbb0e3]

        INTEGRATION: CWS swwarnings (1.34.222); FILE MERGED 2007/05/29 13:25:08 os 1.34.222.2: RESYNC: (1.34-1.35); FILE MERGED 2007/04/13 12:18:07 tl 1.34.222.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb66e55c24ec044f1f52d8f0adcf77f9f4aa52fb]

        INTEGRATION: CWS swwarnings (1.69.222); FILE MERGED 2007/06/28 11:58:52 os 1.69.222.11: RESYNC: (1.71-1.72); FILE MERGED 2007/06/01 07:17:44 tl 1.69.222.10: #i69287# warning-free code 2007/05/29 13:23:55 os 1.69.222.9: RESYNC: (1.69-1.71); FILE MERGED 2007/04/13 12:18:06 tl 1.69.222.8: #i69287# binfilter related comments removed 2007/04/13 11:15:28 tl 1.69.222.7: #i69287# warning-free code 2007/04/11 07:03:27 tl 1.69.222.6: #i69287# warning-free code 2007/03/26 12:09:11 tl 1.69.222.5: #i69287# warning-free code 2007/03/12 12:29:02 ama 1.69.222.4: i69287#: warning free code 2007/03/09 14:07:31 ama 1.69.222.3: #i69287#: warning free code 2007/02/27 13:46:26 os 1.69.222.2: #i69287# warnings removed 2007/02/23 11:09:16 tl 1.69.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e179b52143b42e46753bdd7d1b9c4a137409338]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/01 07:17:44 tl 1.11.222.7: #i69287# warning-free code 2007/04/13 12:18:06 tl 1.11.222.6: #i69287# binfilter related comments removed 2007/04/13 11:15:27 tl 1.11.222.5: #i69287# warning-free code 2007/04/11 07:03:27 tl 1.11.222.4: #i69287# warning-free code 2007/03/26 12:09:11 tl 1.11.222.3: #i69287# warning-free code 2007/02/27 13:46:26 os 1.11.222.2: #i69287# warnings removed 2007/02/27 13:07:10 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9cdd193a9e0662384a736c0b744933a1a12e15f]

        INTEGRATION: CWS swwarnings (1.3.708); FILE MERGED 2007/03/05 12:45:51 tl 1.3.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2859712db2537cbae2e2cc3192bc983e50e7a94e]

        INTEGRATION: CWS swwarnings (1.2.708); FILE MERGED 2007/03/05 12:45:51 tl 1.2.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7982e29255a981b1f5e8414c86bd82bbd0f2c39d]

        INTEGRATION: CWS swwarnings (1.36.300); FILE MERGED 2007/08/20 15:53:50 tl 1.36.300.6: RESYNC: (1.37-1.38); FILE MERGED 2007/05/29 13:23:27 os 1.36.300.5: RESYNC: (1.36-1.37); FILE MERGED 2007/03/26 12:09:10 tl 1.36.300.4: #i69287# warning-free code 2007/03/05 12:45:51 tl 1.36.300.3: #i69287# warning-free code 2007/02/26 16:14:57 os 1.36.300.2: #i69287# warnings removed 2007/02/22 15:06:49 tl 1.36.300.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b354f43d8075af033e206f11fd76dfa5f68dc992]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/04/11 07:03:26 tl 1.5.710.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [15c529c02ff33853e97fb1bbd7af8becec7f5758]

        INTEGRATION: CWS swwarnings (1.9.710); FILE MERGED 2007/03/05 12:45:51 tl 1.9.710.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.9.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dce2735635128d669491659722c7ead38b5538f]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/05 12:45:51 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65034de9b1e7842dea9703ce11a858efafd65264]

        INTEGRATION: CWS swwarnings (1.2.708); FILE MERGED 2007/03/05 12:45:50 tl 1.2.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc2dfb53c5c34d35dc555f1ab10bf1bbb16fd23e]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/26 12:09:10 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1d26af25994fe440346bfa58a85c5066b8e917]

        INTEGRATION: CWS swwarnings (1.48.42); FILE MERGED 2007/09/24 07:11:33 os 1.48.42.9: RESYNC: (1.53-1.54); FILE MERGED 2007/08/20 15:52:30 tl 1.48.42.8: RESYNC: (1.50-1.53); FILE MERGED 2007/05/29 13:11:40 os 1.48.42.7: RESYNC: (1.49-1.50); FILE MERGED 2007/04/11 10:50:14 os 1.48.42.6: RESYNC: (1.48-1.49); FILE MERGED 2007/04/11 07:03:26 tl 1.48.42.5: #i69287# warning-free code 2007/03/26 12:09:10 tl 1.48.42.4: #i69287# warning-free code 2007/03/05 12:45:50 tl 1.48.42.3: #i69287# warning-free code 2007/02/23 11:09:16 tl 1.48.42.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.48.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea598010254fa3cee0e66cb9f7d680ee2946cf13]

        INTEGRATION: CWS swwarnings (1.10.710); FILE MERGED 2007/08/20 15:53:43 tl 1.10.710.2: RESYNC: (1.10-1.11); FILE MERGED 2007/03/26 12:09:10 tl 1.10.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b4571af3f6118596f7c4b2851858e0deb97b7e9]

        INTEGRATION: CWS swwarnings (1.14.242); FILE MERGED 2007/05/29 13:21:36 os 1.14.242.3: RESYNC: (1.14-1.15); FILE MERGED 2007/03/05 12:45:50 tl 1.14.242.2: #i69287# warning-free code 2007/02/27 13:07:09 tl 1.14.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00376751831c3c96a2aacc18d63b4cbdb0140848]

        INTEGRATION: CWS swwarnings (1.11.710); FILE MERGED 2007/03/26 12:09:10 tl 1.11.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5293d04896c81a4639f99db3a8e3fea24096be53]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/26 12:09:09 tl 1.6.710.2: #i69287# warning-free code 2007/02/27 09:07:10 os 1.6.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbda1766976d8e201dda4a4cde0cd73717bdb7db]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/04/13 12:18:06 tl 1.4.242.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8f6987e4da3f627872f6995f2826d4f96de2cf1]

        INTEGRATION: CWS swwarnings (1.13.526); FILE MERGED 2007/04/13 12:18:05 tl 1.13.526.2: #i69287# binfilter related comments removed 2007/03/05 12:45:49 tl 1.13.526.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af71c5cf50bde8230d47ef0f6695eafc23d0741]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/05 12:45:49 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1fb5c75e39922e6ddc9edc07236360fad3b14d4]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/02/27 13:07:09 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9798532897ddf79d98e483f5e8442bf25abeb707]

        INTEGRATION: CWS swwarnings (1.3.708); FILE MERGED 2007/03/05 12:45:49 tl 1.3.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2424707202f5c0fb8f31f202930309b7fd4498db]

        INTEGRATION: CWS swwarnings (1.4.708); FILE MERGED 2007/05/29 13:19:04 os 1.4.708.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/27 13:07:09 tl 1.4.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f165a1af05f9dbe1195a4b9c69c9db1dc3f8e0c]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/04/13 12:18:05 tl 1.4.710.2: #i69287# binfilter related comments removed 2007/02/28 12:23:29 os 1.4.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35b79ade41698a62fed15e022a718496c3235ac9]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/13 12:18:05 tl 1.3.710.2: #i69287# binfilter related comments removed 2007/02/28 06:50:10 os 1.3.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3276b2c1142e3f12320e235f6d3c73fa0f6b492d]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/13 12:18:04 tl 1.3.710.6: #i69287# binfilter related comments removed 2007/04/11 07:03:26 tl 1.3.710.5: #i69287# warning-free code 2007/03/05 12:45:49 tl 1.3.710.4: #i69287# warning-free code 2007/02/27 13:51:01 os 1.3.710.3: #i69287# warnings removed 2007/02/23 11:09:16 tl 1.3.710.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1798be04642044f95b4a35cd1d64bb3a1c5635d8]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:07:09 tl 1.3.710.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27636da4926fddcacf82ec2984f453dda62f6464]

        INTEGRATION: CWS swwarnings (1.4.708); FILE MERGED 2007/04/27 06:53:36 os 1.4.708.4: #146889# using, again 2007/04/27 06:38:16 os 1.4.708.3: #146889# prevent use of ComoboBox::InsertEntry 2007/03/26 12:09:09 tl 1.4.708.2: #i69287# warning-free code 2007/03/05 12:45:49 tl 1.4.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [130b688f5c2f68edd8cb9dbdca4447df71917dc1]

        INTEGRATION: CWS swwarnings (1.19.198); FILE MERGED 2007/03/26 12:09:09 tl 1.19.198.4: #i69287# warning-free code 2007/03/05 12:45:49 tl 1.19.198.3: #i69287# warning-free code 2007/02/27 13:07:09 tl 1.19.198.2: #i69287# warning-free code 2007/02/22 15:06:48 tl 1.19.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65b53f221b0b64fa764c53f5dcf1103f82119be6]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/22 15:06:48 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd6d054dba0fbcbec031e1216d16ffe2cb72013d]

        INTEGRATION: CWS swwarnings (1.2.102); FILE MERGED 2007/08/24 10:55:15 tl 1.2.102.3: #i69287# warning-free code 2007/08/20 15:53:18 tl 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2007/03/05 12:45:49 tl 1.2.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4beb6fe69d5849959c364824a39204611751e5bc]

        INTEGRATION: CWS swwarnings (1.6.42); FILE MERGED 2007/08/20 15:53:11 tl 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/05 12:45:48 tl 1.6.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa380df14958d32888de02729375dc1c91d1ace8]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/03/05 12:45:48 tl 1.5.710.3: #i69287# warning-free code 2007/02/23 09:15:53 os 1.5.710.2: Warnings fixed 2007/02/22 15:06:48 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f0279ee649b2e6b946cb9169947bbf2a7cfb062]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/02/22 15:06:48 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [caad4da29c51603ab1beb498f197d649e0e86660]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:07:08 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94f549a93c48e234c9c3922c0a635c2ce01f79a4]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/04/11 07:03:26 tl 1.4.242.3: #i69287# warning-free code 2007/03/05 12:45:48 tl 1.4.242.2: #i69287# warning-free code 2007/02/22 15:06:48 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee2089699bf60828ff76d88a8000963f6d7f15ab]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/26 12:09:09 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5133685ad48aa0cd3b6351979c014a584af0bf49]

        INTEGRATION: CWS swwarnings (1.14.140); FILE MERGED 2007/03/26 12:09:09 tl 1.14.140.3: #i69287# warning-free code 2007/03/05 12:45:48 tl 1.14.140.2: #i69287# warning-free code 2007/02/27 11:48:09 os 1.14.140.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc9b0a1befc2ddb655058d8ca761a8525612f4f]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/04/13 12:18:04 tl 1.7.242.2: #i69287# binfilter related comments removed 2007/02/22 15:06:48 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [277a5cd9b90d2b07615035e64ff73419fa8ddc02]

        INTEGRATION: CWS swwarnings (1.19.42); FILE MERGED 2007/08/20 15:53:04 tl 1.19.42.5: RESYNC: (1.19-1.20); FILE MERGED 2007/04/11 07:03:26 tl 1.19.42.4: #i69287# warning-free code 2007/03/05 12:45:48 tl 1.19.42.3: #i69287# warning-free code 2007/02/23 11:09:15 tl 1.19.42.2: #i69287# warning-free code 2007/02/22 15:06:47 tl 1.19.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0a5faab58d2320ae00d93c8b9c00997a0ef2806]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/04/18 14:58:53 tl 1.6.710.5: #i69287# warning-free code 2007/03/26 12:09:08 tl 1.6.710.4: #i69287# warning-free code 2007/03/05 12:45:48 tl 1.6.710.3: #i69287# warning-free code 2007/02/23 11:09:15 tl 1.6.710.2: #i69287# warning-free code 2007/02/22 15:06:47 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efddfe7ccc1b67f3685aec36ffdcdbef04004aff]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/02/22 15:06:47 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b9e6ab2fab270b9baddcdbd33375273d8a0cda8]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/02/22 15:06:47 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d9d409e97cd539ad1a93b088efdd015692c82c]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/02/22 15:06:47 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f806f190e2a39be77f72f1050cf4302b317bfb5b]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/13 12:18:03 tl 1.3.710.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb57cc0ae785ec74f1b5cf6bc1cceb7a123910c7]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/02/22 15:06:47 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1bcdfb3ae8dc1dfdc92725f88e964592ab7955e]

        INTEGRATION: CWS swwarnings (1.19.586); FILE MERGED 2007/04/13 12:18:03 tl 1.19.586.3: #i69287# binfilter related comments removed 2007/04/11 10:50:07 os 1.19.586.2: RESYNC: (1.19-1.20); FILE MERGED 2007/03/05 12:45:47 tl 1.19.586.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5221e652fb365b349c8f052259448190084fcceb]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/26 12:09:08 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea5756fe735569a994a619817ebf34ff0bbed22d]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/06/28 11:58:44 os 1.7.242.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/05 12:45:47 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6668efba69b5191b858d6e4edd46fd29bca7608]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/05 12:45:47 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99ccc41c25afd51c1d146d50c711dfe037cee3e1]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/26 12:09:08 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [03f251c0d26ac4362ad14c67b7d56377926648f1]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/08/20 15:52:23 tl 1.7.242.3: RESYNC: (1.7-1.8); FILE MERGED 2007/04/13 12:18:02 tl 1.7.242.2: #i69287# binfilter related comments removed 2007/02/22 15:06:46 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b952c7329630b743463d9f90355a9eb4c06baa]

        INTEGRATION: CWS swwarnings (1.13.710); FILE MERGED 2007/04/11 07:03:26 tl 1.13.710.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.13.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50f58554406fbe2e7ae7c2ed679f038cba9c7cc]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:45:47 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6f3491d12f30b523e90e091f51bde83aa1f59b1]

        INTEGRATION: CWS swwarnings (1.12.710); FILE MERGED 2007/08/20 15:52:56 tl 1.12.710.2: RESYNC: (1.12-1.13); FILE MERGED 2007/03/26 12:09:08 tl 1.12.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2424ba45a5630008a4d3bd4fceae68a187d78d1b]

        INTEGRATION: CWS swwarnings (1.5.140); FILE MERGED 2007/03/05 12:45:47 tl 1.5.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9166745e95a445c0b8afec928246fa4beb33b77]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/05 12:45:47 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed6ea469b5ebf7433d81f1507f4591f17890491]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/02/26 16:14:57 os 1.6.242.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8a899e9ed84f2ac93cda56baecd492f9f67df70]

        INTEGRATION: CWS swwarnings (1.5.568); FILE MERGED 2007/03/05 12:45:47 tl 1.5.568.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78cffc6c6e2703c4fac9de2675a37cc9dd49d36e]

        INTEGRATION: CWS swwarnings (1.2.708); FILE MERGED 2007/03/05 12:45:46 tl 1.2.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d19c1d6ae8ddb31349f764162b3647ddf955591]

        INTEGRATION: CWS swwarnings (1.6.140); FILE MERGED 2007/03/05 12:45:46 tl 1.6.140.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.6.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2423d3c440368d2f431fcea864199fa6fdc56dce]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/04/11 07:03:25 tl 1.9.242.2: #i69287# warning-free code 2007/02/27 13:07:08 tl 1.9.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9250e76c23d22e66b20a549e53d299e41f422f70]

        INTEGRATION: CWS swwarnings (1.5.276); FILE MERGED 2007/03/05 12:45:46 tl 1.5.276.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21698b0d2dbcbf1517620e756528f35979e90e33]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/04/13 12:18:02 tl 1.6.242.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [61cacc01c9d61dd5441ec2c42ea17b8b9b032e2d]

        INTEGRATION: CWS swwarnings (1.11.710); FILE MERGED 2007/04/13 12:18:01 tl 1.11.710.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b76de29dff5355ee20ca5599f2f4c9ee4ce93430]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/26 12:09:07 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34577c33759743d5d516b71658c6fec8012bcf8c]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:45:46 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f57541efe832f9a11743f042f6461fe33b7a0ad]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/03/05 12:45:46 tl 1.4.242.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cbae53e298dd24d05a1580727f7d969dfda9325]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/05/29 13:13:31 os 1.9.242.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/27 13:07:08 tl 1.9.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a1b7c041de856f287c0e45d85738c203cf2527]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/05 12:45:46 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4758f7b4e91892e456bd36c478d290f57c790c51]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/26 12:09:07 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2d1d5c8d4217d2b34e6baa7e6ba43f422895949]

        INTEGRATION: CWS swwarnings (1.8.528); FILE MERGED 2007/03/26 12:09:07 tl 1.8.528.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3ee35079966829f69bab279002f0aa36c5809f]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/26 12:09:07 tl 1.6.710.2: #i69287# warning-free code 2007/02/27 11:48:08 os 1.6.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [adb76da8c3087245beb2aca4babe8dc215bca87f]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/05 12:45:46 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be72fa8344b015e980faf8cfe971df30affc1ab6]

        INTEGRATION: CWS swwarnings (1.18.710); FILE MERGED 2007/04/03 13:01:13 tl 1.18.710.3: #i69287# warning-free code 2007/02/27 09:07:10 os 1.18.710.2: #i69287# warnings removed 2007/02/22 15:06:46 tl 1.18.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [affb1ef23b3a9f835296e15320c40fa9b9d258e0]

        INTEGRATION: CWS swwarnings (1.10.710); FILE MERGED 2007/04/03 13:01:13 tl 1.10.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b4c97b17bec2a4642c9be8d1114aea3e835baa1]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 09:07:10 os 1.3.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [044f2ccba6bf2843e705c306b22f673aa6a97353]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/04/13 12:18:01 tl 1.4.710.1: #i69287# binfilter related comments removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cffe632fde740dc63578d3b9c80da75ef9ec397b]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/05 12:45:45 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb3ab7298e7d86a2ab13c0144065cbddab20d19]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/05 12:45:45 tl 1.4.710.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5595e2020847846e5866a5efa3c4835f4826cb5]

        INTEGRATION: CWS swwarnings (1.28.148); FILE MERGED 2007/03/26 12:09:06 tl 1.28.148.3: #i69287# warning-free code 2007/03/05 12:45:45 tl 1.28.148.2: #i69287# warning-free code 2007/02/22 15:06:46 tl 1.28.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b57428c075698505e66d892d18585ae60216c29]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/03/05 12:45:45 tl 1.6.242.2: #i69287# warning-free code 2007/02/27 13:07:08 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1ca1b5e69d233f366e46c48ee73baeda00022a2]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/04/13 12:18:00 tl 1.6.242.2: #i69287# binfilter related comments removed 2007/03/05 12:45:45 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [818ae46c6fbba94a7d9789c1b21c525480b13d9c]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/22 15:06:45 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc7c0383306c82572f9d9c702f2480b1f616d9ad]

        INTEGRATION: CWS swwarnings (1.3.242); FILE MERGED 2007/03/05 12:45:45 tl 1.3.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e655c8d2414c5327ad92a6119104004c3c9052]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/02/27 09:07:10 os 1.7.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3679fc921325983ad8a74b94dfef570c8153ac3a]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:45:44 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [313da7f12283afb6a3230a5ec013b4b92e1ce2d1]

        INTEGRATION: CWS swwarnings (1.11.710); FILE MERGED 2007/02/22 15:06:45 tl 1.11.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8aae486af0fbbd69d7e20c5fdce74f50f1de718]

        INTEGRATION: CWS swwarnings (1.10.592); FILE MERGED 2007/02/26 16:14:57 os 1.10.592.2: #i69287# warnings removed 2007/02/22 15:06:45 tl 1.10.592.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b20720d1c1fcf36baad1f835ae4f4078fcc3b89]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/04/03 13:01:13 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e40e2bb9178dd3fbe32228089e83327d418e5164]

        INTEGRATION: CWS swwarnings (1.7.664); FILE MERGED 2007/02/27 13:07:08 tl 1.7.664.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c142445e7ded724e4992cc781b32887708dcfc6]

        INTEGRATION: CWS swwarnings (1.8.118); FILE MERGED 2007/03/05 12:45:44 tl 1.8.118.2: #i69287# warning-free code 2007/02/22 15:06:45 tl 1.8.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4513309ecdf706e7a3ebae13c7839db8b127413c]

        INTEGRATION: CWS swwarnings (1.3.242); FILE MERGED 2007/02/27 13:07:08 tl 1.3.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ad22a596ac397113ad0c3cfaf219937c9ad4f8]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/02/27 11:48:08 os 1.6.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [617f215e1aea4f8c8ed5a77db4926866a62c481e]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/02/22 15:06:45 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [959dbb77b97e31bb29258dd531b6c31cb698fb54]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 09:07:09 os 1.3.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19315e9d283ca5178d1db904c00b247f3c794461]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/05 12:45:44 tl 1.6.710.2: #i69287# warning-free code 2007/02/27 09:07:09 os 1.6.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c3e7b0b35afae4041d85d02d4038aa80b743ad]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/05 12:45:44 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa7a3be36a992a434aba66170111108b51b6d18]

        INTEGRATION: CWS swwarnings (1.13.242); FILE MERGED 2007/04/11 10:49:59 os 1.13.242.3: RESYNC: (1.13-1.14); FILE MERGED 2007/03/05 12:45:44 tl 1.13.242.2: #i69287# warning-free code 2007/02/27 13:07:08 tl 1.13.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be5e3467f9761397c7cce2dd8f2252acec816eab]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/02/27 13:07:07 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c4be90eec9e436d9c1e9a63fbf40f42cc7c2665]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/08/20 15:52:38 tl 1.3.710.2: RESYNC: (1.3-1.4); FILE MERGED 2007/02/27 09:07:09 os 1.3.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [142ce137f9fc67784fcb716ab21bfe069571ee68]

        INTEGRATION: CWS swwarnings (1.2.708); FILE MERGED 2007/03/05 12:45:44 tl 1.2.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [756880fdd57dbf3ac58982c4b243d3e55cb409b7]

        INTEGRATION: CWS swwarnings (1.11.240); FILE MERGED 2007/04/03 13:01:13 tl 1.11.240.2: #i69287# warning-free code 2007/03/05 12:45:44 tl 1.11.240.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3078dbcae1196d09741fafc0683be39b0a19b1b]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/05/29 13:11:21 os 1.5.242.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/26 12:09:06 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4af06e0c3bf63a063b155192f5be757a3c81627]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:45:43 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b712a6e28ab05b3d3ff56fe51b1acf006c13f1]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/06/01 07:17:43 tl 1.14.222.2: #i69287# warning-free code 2007/03/26 12:09:06 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad80e956002f5633b17fd322752e144086bbcde6]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 13:09:15 os 1.14.222.6: RESYNC: (1.14-1.15); FILE MERGED 2007/04/13 11:15:27 tl 1.14.222.5: #i69287# warning-free code 2007/04/11 07:03:25 tl 1.14.222.4: #i69287# warning-free code 2007/04/03 13:01:13 tl 1.14.222.3: #i69287# warning-free code 2007/03/26 12:09:05 tl 1.14.222.2: #i69287# warning-free code 2007/02/27 09:03:48 os 1.14.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f68c3d1ccefdf7b1123d36c0fd00f40b33193473]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/13 12:18:00 tl 1.7.222.2: #i69287# binfilter related comments removed 2007/02/27 09:03:48 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f62654bd99a26ab0df1de85d1a5fb010690d86f3]

        INTEGRATION: CWS swwarnings (1.58.198); FILE MERGED 2007/08/23 08:27:26 tl 1.58.198.12: #i69287# warning-free code 2007/08/20 15:59:11 tl 1.58.198.11: RESYNC: (1.61-1.63); FILE MERGED 2007/06/28 11:58:36 os 1.58.198.10: RESYNC: (1.60-1.61); FILE MERGED 2007/06/01 07:17:43 tl 1.58.198.9: #i69287# warning-free code 2007/05/29 13:07:20 os 1.58.198.8: RESYNC: (1.58-1.60); FILE MERGED 2007/04/18 14:58:52 tl 1.58.198.7: #i69287# warning-free code 2007/04/13 11:15:27 tl 1.58.198.6: #i69287# warning-free code 2007/04/03 13:01:12 tl 1.58.198.5: #i69287# warning-free code 2007/03/05 12:45:43 tl 1.58.198.4: #i69287# warning-free code 2007/02/27 09:03:48 os 1.58.198.3: #i69287# warnings removed 2007/02/23 11:09:15 tl 1.58.198.2: #i69287# warning-free code 2007/02/22 15:06:44 tl 1.58.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [549d16bdbddcc1cdfce4837c9685ddc465a6fe86]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 13:06:59 os 1.16.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:25 tl 1.16.222.3: #i69287# warning-free code 2007/04/03 13:01:12 tl 1.16.222.2: #i69287# warning-free code 2007/02/27 09:03:48 os 1.16.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd9f3b9cada8f45eb7e722e81fde79d118cc136]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/01 11:09:08 tl 1.11.222.5: warning-free code 2007/05/29 13:06:42 os 1.11.222.4: RESYNC: (1.11-1.12); FILE MERGED 2007/04/13 12:18:00 tl 1.11.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:12 tl 1.11.222.2: #i69287# warning-free code 2007/02/27 09:03:48 os 1.11.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36ec0bacb168e8d1ff2cff984dcd2c82760af97d]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/06/01 07:17:43 tl 1.24.222.6: #i69287# warning-free code 2007/04/13 12:17:59 tl 1.24.222.5: #i69287# binfilter related comments removed 2007/04/03 13:01:12 tl 1.24.222.4: #i69287# warning-free code 2007/03/26 12:09:05 tl 1.24.222.3: #i69287# warning-free code 2007/03/12 12:28:30 ama 1.24.222.2: i69287#: warning free code 2007/02/27 09:03:47 os 1.24.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcc465ec790bb9c28e148a8572f4903544ac7a90]

        INTEGRATION: CWS swwarnings (1.30.222); FILE MERGED 2007/05/29 13:04:06 os 1.30.222.6: RESYNC: (1.30-1.32); FILE MERGED 2007/04/18 14:58:52 tl 1.30.222.5: #i69287# warning-free code 2007/04/18 08:26:41 tl 1.30.222.4: #i69287# warning-free code 2007/04/03 13:01:12 tl 1.30.222.3: #i69287# warning-free code 2007/03/05 12:45:43 tl 1.30.222.2: #i69287# warning-free code 2007/02/27 09:03:47 os 1.30.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7d2c8d205410e7eec0a7553b6c916de68e44f2f]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/04/03 13:01:11 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ac312eafc1b61ca38296e9648fc72bfff5837e]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 13:03:44 os 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/03 13:01:11 tl 1.16.222.2: #i69287# warning-free code 2007/02/27 09:03:47 os 1.16.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38b3076510187396b5afaa5977fd61a8f2f47c35]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/05/29 13:02:35 os 1.22.222.4: RESYNC: (1.22-1.23); FILE MERGED 2007/04/13 12:17:58 tl 1.22.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:11 tl 1.22.222.2: #i69287# warning-free code 2007/03/26 12:09:04 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9a576c3d76a5c7e17335080a85ee8a8c7034c86]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:03:25 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c81868cb436fa08dd23889ceb4f6d907ba281f4]

        INTEGRATION: CWS swwarnings (1.13.140); FILE MERGED 2007/03/26 12:09:04 tl 1.13.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18bd4ad61e3792f31f25f983927a146c4ecc8b9c]

        INTEGRATION: CWS swwarnings (1.9.160); FILE MERGED 2007/03/26 12:09:03 tl 1.9.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f2a362ed67451cda56f89ad57bcaf2bc809b408]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/06/01 07:17:43 tl 1.4.222.5: #i69287# warning-free code 2007/05/29 12:55:58 os 1.4.222.4: RESYNC: (1.4-1.5); FILE MERGED 2007/04/13 12:17:57 tl 1.4.222.3: #i69287# binfilter related comments removed 2007/03/26 12:09:03 tl 1.4.222.2: #i69287# warning-free code 2007/03/05 12:45:43 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c62a34200dc8fdd8e2a1251e2e2531e0738dcb]

        INTEGRATION: CWS swwarnings (1.18.222); FILE MERGED 2007/04/03 13:01:11 tl 1.18.222.3: #i69287# warning-free code 2007/03/12 12:27:15 ama 1.18.222.2: i69287#: warning free code 2007/03/05 12:45:42 tl 1.18.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf838a21ff2368cb9e7df4ca7e4618dbf310e8d2]

        INTEGRATION: CWS swwarnings (1.52.468); FILE MERGED 2007/05/29 12:53:58 os 1.52.468.2: RESYNC: (1.52-1.53); FILE MERGED 2007/02/27 13:07:07 tl 1.52.468.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0fa4699c8caebf193e79b74785a9cd72c4bab0e]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/03/05 12:45:42 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e03672dc608af1ad423befdf3fd179102e5a56]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 13:01:10 tl 1.9.222.3: #i69287# warning-free code 2007/03/12 12:27:04 ama 1.9.222.2: i69287#: warning free code 2007/03/05 12:45:42 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [319ebc26d15573ca5a9636edabe0d49c20ddab32]

        INTEGRATION: CWS swwarnings (1.5.536); FILE MERGED 2007/03/26 12:09:03 tl 1.5.536.3: #i69287# warning-free code 2007/03/05 12:45:42 tl 1.5.536.2: #i69287# warning-free code 2007/02/22 15:06:44 tl 1.5.536.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f035a01d9afef07d5fe31795f528d6d708c18f08]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/04/11 07:03:24 tl 1.17.222.4: #i69287# warning-free code 2007/04/03 13:01:10 tl 1.17.222.3: #i69287# warning-free code 2007/03/12 12:26:50 ama 1.17.222.2: i69287#: warning free code 2007/03/05 12:45:42 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1c273c83c95bb7e6866035c5690bcafa142fca9]

        INTEGRATION: CWS swwarnings (1.46.222); FILE MERGED 2007/08/20 15:58:27 tl 1.46.222.6: RESYNC: (1.46-1.47); FILE MERGED 2007/04/11 07:03:24 tl 1.46.222.5: #i69287# warning-free code 2007/04/03 13:01:10 tl 1.46.222.4: #i69287# warning-free code 2007/03/26 12:09:03 tl 1.46.222.3: #i69287# warning-free code 2007/03/12 12:26:32 ama 1.46.222.2: i69287#: warning free code 2007/03/05 12:45:42 tl 1.46.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff0654fb13445808888839a5bef46c9c7692cd41]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/05/29 12:51:25 os 1.19.222.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/11 07:03:24 tl 1.19.222.3: #i69287# warning-free code 2007/04/03 13:01:10 tl 1.19.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44407ecf284294fa2c842860a7e3d283eff7f128]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/29 12:51:06 os 1.15.222.4: RESYNC: (1.15-1.16); FILE MERGED 2007/04/13 12:17:57 tl 1.15.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:09 tl 1.15.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [15a65bf47596786e3c7cdd3790d16ec25bd7adf2]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/03 13:01:09 tl 1.13.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [949b21495698c0972880e8f4c196b079c435a1c3]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/03 13:01:09 tl 1.10.222.3: #i69287# warning-free code 2007/03/26 12:09:02 tl 1.10.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0352c51456aba377b6048905447de0bd022d57fb]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/03/26 12:09:02 tl 1.7.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [544ccc761ba0d75c7e6861dffd4c9b4dd07ec417]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/05/29 12:48:38 os 1.19.222.3: RESYNC: (1.19-1.20); FILE MERGED 2007/03/12 12:27:26 ama 1.19.222.2: i69287#: warning free code 2007/03/05 12:45:41 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c59d52cfb6c481cb81fd96a0a46dfc494adbf47]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/06/01 07:17:43 tl 1.17.222.5: #i69287# warning-free code 2007/05/29 12:46:43 os 1.17.222.4: RESYNC: (1.17-1.18); FILE MERGED 2007/04/11 07:03:23 tl 1.17.222.3: #i69287# warning-free code 2007/04/03 13:01:09 tl 1.17.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af64744e84492cb6bd455c0ef93c603770b8c8d9]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/29 12:45:03 os 1.6.222.3: RESYNC: (1.6-1.7); FILE MERGED 2007/04/11 07:03:23 tl 1.6.222.2: #i69287# warning-free code 2007/03/05 12:45:41 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8ac1934def010c450a77543e7b1c311bbb9b62]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/05/29 12:44:38 os 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/26 12:09:02 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ddd1aff234ca7feb2c4df9ec6cc11dbe6c867e]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/26 12:09:02 tl 1.3.710.3: #i69287# warning-free code 2007/02/27 13:07:07 tl 1.3.710.2: #i69287# warning-free code 2007/02/22 15:06:44 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [830446852735eca4651d8460db96f73a2d1f98e2]

        INTEGRATION: CWS swwarnings (1.34.222); FILE MERGED 2007/08/24 12:20:11 tl 1.34.222.11: #i69287# warning-free code 2007/08/24 08:16:25 tl 1.34.222.10: #i69287# warning-free code 2007/08/20 15:58:01 tl 1.34.222.9: RESYNC: (1.36-1.37); FILE MERGED 2007/06/28 11:58:29 os 1.34.222.8: RESYNC: (1.35-1.36); FILE MERGED 2007/06/01 07:17:43 tl 1.34.222.7: #i69287# warning-free code 2007/05/30 14:08:37 os 1.34.222.6: merge errors fixed 2007/05/29 12:43:24 os 1.34.222.5: RESYNC: (1.34-1.35); FILE MERGED 2007/04/13 12:17:57 tl 1.34.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:23 tl 1.34.222.3: #i69287# warning-free code 2007/04/03 13:01:08 tl 1.34.222.2: #i69287# warning-free code 2007/03/26 12:09:01 tl 1.34.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6284ef0a02f16a29a3c47e171c3dfbacc4d0bb6e]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/26 12:09:01 tl 1.3.710.2: #i69287# warning-free code 2007/02/22 15:06:44 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [600a97bb52e9c6d294ec8f45b0d1067c6e404ebc]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/13 12:17:56 tl 1.10.222.2: #i69287# binfilter related comments removed 2007/03/26 12:09:01 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d439a796942e8d08cd1e750177fc73fcfa49609]

        INTEGRATION: CWS swwarnings (1.10.710); FILE MERGED 2007/04/13 12:17:56 tl 1.10.710.2: #i69287# binfilter related comments removed 2007/03/26 12:09:01 tl 1.10.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [beeaa9ede6476da4e3eb11feef27024b254c7e99]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/06/01 07:17:43 tl 1.9.222.3: #i69287# warning-free code 2007/04/11 07:03:23 tl 1.9.222.2: #i69287# warning-free code 2007/03/26 12:09:01 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec59a1f5fd35eceb4121958cd5c309ae78b7f71]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/04/13 12:17:56 tl 1.6.710.3: #i69287# binfilter related comments removed 2007/03/26 12:09:00 tl 1.6.710.2: #i69287# warning-free code 2007/02/22 15:06:44 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4321b8203a0899a1f25734750e2d7cfb9072d7c]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/01 07:17:42 tl 1.11.222.5: #i69287# warning-free code 2007/05/29 12:39:38 os 1.11.222.4: RESYNC: (1.11-1.12); FILE MERGED 2007/04/11 07:03:23 tl 1.11.222.3: #i69287# warning-free code 2007/04/03 13:01:08 tl 1.11.222.2: #i69287# warning-free code 2007/03/26 12:09:00 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52813d11a07a8f4368f9bfa2d3b8e5e09bc4a0b]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:03:22 tl 1.8.222.2: #i69287# warning-free code 2007/03/26 12:09:00 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c170ece5bd9ff00c12ae51723e2ceb946955e4]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/06/01 07:17:42 tl 1.12.222.3: #i69287# warning-free code 2007/04/11 07:03:22 tl 1.12.222.2: #i69287# warning-free code 2007/03/26 12:09:00 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eea4557afb107f73fc3fbb946104266957e80467]

        INTEGRATION: CWS swwarnings (1.35.222); FILE MERGED 2007/05/29 12:39:25 os 1.35.222.3: RESYNC: (1.35-1.36); FILE MERGED 2007/04/03 13:01:08 tl 1.35.222.2: #i69287# warning-free code 2007/03/26 12:08:59 tl 1.35.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a82e010a2a82ee35dbc396aa7a62a8f78f29068]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/26 12:08:59 tl 1.3.710.2: #i69287# warning-free code 2007/02/22 15:06:43 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5be7f2735ebce53377cc8b3708b8338ee0374d1]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/03 13:01:08 tl 1.10.222.2: #i69287# warning-free code 2007/03/26 12:08:59 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c0a3348ac72b843ba00ca5bfbafd1001744f962]

        INTEGRATION: CWS swwarnings (1.18.222); FILE MERGED 2007/06/01 07:17:42 tl 1.18.222.5: #i69287# warning-free code 2007/05/29 12:37:47 os 1.18.222.4: RESYNC: (1.18-1.19); FILE MERGED 2007/04/11 07:03:22 tl 1.18.222.3: #i69287# warning-free code 2007/04/03 13:01:08 tl 1.18.222.2: #i69287# warning-free code 2007/03/26 12:08:58 tl 1.18.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4be375c3b9a028a91acc7606a7a09d773ece7cda]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/06/01 07:17:42 tl 1.11.222.4: #i69287# warning-free code 2007/04/11 07:03:22 tl 1.11.222.3: #i69287# warning-free code 2007/04/03 13:01:07 tl 1.11.222.2: #i69287# warning-free code 2007/03/26 12:08:58 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bcb58c2718ca1fc6e24f87894630d74b2bc85ee]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/03/26 12:08:58 tl 1.5.710.2: #i69287# warning-free code 2007/02/22 15:06:43 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de64e017deec0c96c9e361d35dc48ba8ddf4e43f]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/05/29 12:34:57 os 1.13.222.4: RESYNC: (1.13-1.15); FILE MERGED 2007/04/13 12:17:55 tl 1.13.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:07 tl 1.13.222.2: #i69287# warning-free code 2007/03/26 12:08:58 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5b572eee7d1584894f66dd098f51e87f57305a4]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/04/19 09:02:08 tl 1.19.222.4: #i69287# warning-free code 2007/04/18 08:26:41 tl 1.19.222.3: #i69287# warning-free code 2007/03/26 12:08:57 tl 1.19.222.2: #i69287# warning-free code 2007/02/23 09:15:47 os 1.19.222.1: Warnings fixed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb8bf81bdc5d994d2d1e83072c220b227b613da]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/26 12:08:57 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24b8fc0e143771940b210a8a5bc73b2f45826ec4]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/04/11 07:03:22 tl 1.20.222.3: #i69287# warning-free code 2007/04/03 13:01:07 tl 1.20.222.2: #i69287# warning-free code 2007/03/26 12:08:57 tl 1.20.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c7675542c271addd21e21e875ad30e5455719a5]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/08/20 15:57:31 tl 1.11.222.3: RESYNC: (1.12-1.13); FILE MERGED 2007/05/29 12:32:44 os 1.11.222.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/26 12:08:57 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a45b3426631f0a009f6c5e3448f9e6030d33f8a7]

        INTEGRATION: CWS swwarnings (1.20.148); FILE MERGED 2007/08/20 15:57:21 tl 1.20.148.5: RESYNC: (1.21-1.23); FILE MERGED 2007/05/29 12:32:26 os 1.20.148.4: RESYNC: (1.20-1.21); FILE MERGED 2007/04/03 13:01:07 tl 1.20.148.3: #i69287# warning-free code 2007/03/26 12:08:57 tl 1.20.148.2: #i69287# warning-free code 2007/03/12 12:30:26 ama 1.20.148.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa5a224ede8bb040382d8bbfcd939c47f08e9fe8]

        INTEGRATION: CWS swwarnings (1.140.102); FILE MERGED 2007/08/23 08:16:21 tl 1.140.102.11: #i69287# warning-free code 2007/08/20 15:57:13 tl 1.140.102.10: RESYNC: (1.141-1.144); FILE MERGED 2007/06/01 07:17:42 tl 1.140.102.9: #i69287# warning-free code 2007/05/29 12:32:04 os 1.140.102.8: RESYNC: (1.140-1.141); FILE MERGED 2007/04/18 08:26:40 tl 1.140.102.7: #i69287# warning-free code 2007/04/11 07:03:21 tl 1.140.102.6: #i69287# warning-free code 2007/04/03 13:01:06 tl 1.140.102.5: #i69287# warning-free code 2007/03/26 12:08:56 tl 1.140.102.4: #i69287# warning-free code 2007/03/09 14:52:26 ama 1.140.102.3: #i69287#: warning free code 2007/03/05 12:45:40 tl 1.140.102.2: #i69287# warning-free code 2007/02/22 15:06:43 tl 1.140.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6e43697651687497fc8b8de24ec2daa86371aa0]

        INTEGRATION: CWS swwarnings (1.27.148); FILE MERGED 2007/04/11 07:03:21 tl 1.27.148.2: #i69287# warning-free code 2007/03/26 12:08:56 tl 1.27.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [850190dad3bef417e2a9736e037221bec6ea4f73]

        INTEGRATION: CWS swwarnings (1.107.148); FILE MERGED 2007/08/20 15:56:40 tl 1.107.148.6: RESYNC: (1.108-1.109); FILE MERGED 2007/06/28 11:58:21 os 1.107.148.5: RESYNC: (1.107-1.108); FILE MERGED 2007/04/11 07:03:21 tl 1.107.148.4: #i69287# warning-free code 2007/04/03 13:01:06 tl 1.107.148.3: #i69287# warning-free code 2007/03/26 12:08:55 tl 1.107.148.2: #i69287# warning-free code 2007/02/22 15:06:42 tl 1.107.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32c63f362c54a882038dad18069ba67af81f126d]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/26 12:08:55 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96d52e8270e7339627a5ebe1071cef3d4388bd06]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/08/20 15:56:22 tl 1.24.222.6: RESYNC: (1.26-1.27); FILE MERGED 2007/05/29 12:30:09 os 1.24.222.5: RESYNC: (1.24-1.26); FILE MERGED 2007/04/13 12:17:54 tl 1.24.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:20 tl 1.24.222.3: #i69287# warning-free code 2007/04/03 13:01:06 tl 1.24.222.2: #i69287# warning-free code 2007/03/26 12:08:55 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56891250524cc07eb96e8deeac53814ebfdec25e]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/05/29 12:28:23 os 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/04 08:02:15 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b1017a05e208385c4193d6d9df2b9d15ac5f06]

        INTEGRATION: CWS swwarnings (1.16.140); FILE MERGED 2007/05/30 13:40:04 os 1.16.140.6: merge errors fixed 2007/05/29 12:28:01 os 1.16.140.5: RESYNC: (1.16-1.18); FILE MERGED 2007/04/13 12:17:53 tl 1.16.140.4: #i69287# binfilter related comments removed 2007/04/11 07:03:20 tl 1.16.140.3: #i69287# warning-free code 2007/04/03 13:01:05 tl 1.16.140.2: #i69287# warning-free code 2007/02/27 11:46:24 os 1.16.140.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c491a3e750e4dd40eec67e472c05b4be82e998]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/26 12:08:55 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe68f5a56b9b24c416c4130bf2f26e2947adeecb]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/13 11:15:26 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [057fa1dc2d76ef35a56dd176994fb21574883be6]

        INTEGRATION: CWS swwarnings (1.8.140); FILE MERGED 2007/08/24 08:16:25 tl 1.8.140.5: #i69287# warning-free code 2007/08/20 15:56:15 tl 1.8.140.4: RESYNC: (1.9-1.10); FILE MERGED 2007/05/29 12:27:40 os 1.8.140.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/13 12:17:53 tl 1.8.140.2: #i69287# binfilter related comments removed 2007/03/26 12:08:54 tl 1.8.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e2ce9a2fcbf63f3e5bef2030d833be6b43b1e3b]

        INTEGRATION: CWS swwarnings (1.12.140); FILE MERGED 2007/08/20 15:56:08 tl 1.12.140.9: RESYNC: (1.13-1.14); FILE MERGED 2007/05/30 13:26:58 os 1.12.140.8: merge errors fixed 2007/05/29 12:27:19 os 1.12.140.7: RESYNC: (1.12-1.13); FILE MERGED 2007/04/19 08:51:50 tl 1.12.140.6: #i69287# warning-free code 2007/04/19 08:49:21 tl 1.12.140.5: #i69287# warning-free code 2007/04/18 08:26:40 tl 1.12.140.4: #i69287# warning-free code 2007/04/13 12:17:52 tl 1.12.140.3: #i69287# binfilter related comments removed 2007/04/11 07:03:20 tl 1.12.140.2: #i69287# warning-free code 2007/03/26 12:08:54 tl 1.12.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d7394d70dc0dcbda089a450506d2ad7457e125a]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/04/11 07:03:20 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0064f2742ecacf76bae2e5a177149fd7174cfa4]

        INTEGRATION: CWS swwarnings (1.36.222); FILE MERGED 2007/05/29 12:25:50 os 1.36.222.3: RESYNC: (1.36-1.38); FILE MERGED 2007/04/13 12:17:52 tl 1.36.222.2: #i69287# binfilter related comments removed 2007/04/03 13:01:05 tl 1.36.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fc1f10341b8bb6b4eb98fe036c1f7c6dc64a643]

        INTEGRATION: CWS swwarnings (1.18.42); FILE MERGED 2007/03/26 12:08:54 tl 1.18.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad840df195b69d4f757cc569b6cbaf41ab3e5ae]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 12:25:22 os 1.7.222.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/27 11:46:24 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c9863e396d23cbeba1b3848a030231a1f25085]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/02/27 11:46:24 os 1.12.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fce24f33e223b5a06056b8fa8df91f9e17388ee]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/05/29 12:21:38 os 1.20.222.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/03 13:01:05 tl 1.20.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bed8eacc10a63684e2b99dfd8c079eacca38ab6]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/13 12:17:51 tl 1.7.222.2: #i69287# binfilter related comments removed 2007/03/26 12:08:54 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f7cabb66dfd895c7f198987759929e5513ee8e]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 12:21:06 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/04/03 13:01:05 tl 1.7.222.2: #i69287# warning-free code 2007/02/27 11:46:23 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5e422532ae47a0622e4c84594f741ef3626bca7]

        INTEGRATION: CWS swwarnings (1.10.148); FILE MERGED 2007/04/11 07:03:19 tl 1.10.148.3: #i69287# warning-free code 2007/03/26 12:08:53 tl 1.10.148.2: #i69287# warning-free code 2007/02/27 11:46:23 os 1.10.148.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d41a667818c0237c7d1659d602c212014acd0eb]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/11 07:03:19 tl 1.6.222.2: #i69287# warning-free code 2007/03/26 12:08:53 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e7054a9ef269b7258dbb1f9d695b27d6c5f30b]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/06/01 07:17:42 tl 1.7.222.4: #i69287# warning-free code 2007/05/29 12:20:22 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/04/11 07:03:19 tl 1.7.222.2: #i69287# warning-free code 2007/02/26 15:59:13 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a0bded9a0958ce2e2f678f01e278bc3e3668c94]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/06/01 07:17:42 tl 1.7.222.5: #i69287# warning-free code 2007/05/29 12:19:50 os 1.7.222.4: RESYNC: (1.7-1.8); FILE MERGED 2007/04/03 13:01:04 tl 1.7.222.3: #i69287# warning-free code 2007/03/26 12:08:53 tl 1.7.222.2: #i69287# warning-free code 2007/02/26 15:59:13 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd48d0724dd189d96e6aa6932226529e5ef5c15f]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/29 12:19:23 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/26 15:59:13 os 1.6.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc35c937e88de5336ab79c08cd46324d5d365b5]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/26 12:08:53 tl 1.7.242.2: #i69287# warning-free code 2007/02/26 15:59:12 os 1.7.242.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f0ba658da6a1208c6ffe46cccfc400d2f6632d]

        INTEGRATION: CWS swwarnings (1.17.118); FILE MERGED 2007/06/01 07:17:42 tl 1.17.118.6: #i69287# warning-free code 2007/05/29 12:18:49 os 1.17.118.5: RESYNC: (1.17-1.18); FILE MERGED 2007/04/18 08:26:39 tl 1.17.118.4: #i69287# warning-free code 2007/04/13 11:15:25 tl 1.17.118.3: #i69287# warning-free code 2007/03/26 12:08:53 tl 1.17.118.2: #i69287# warning-free code 2007/02/26 15:59:12 os 1.17.118.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a849f2b33fcddfe2504226108e718199c03a7e0]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 12:18:18 os 1.7.222.2: RESYNC: (1.7-1.9); FILE MERGED 2007/02/26 15:59:12 os 1.7.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bfd4e698f3fb4f6d8d7dfb0fa403f5f0d049e41]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/06/01 07:17:42 tl 1.14.222.5: #i69287# warning-free code 2007/05/29 12:17:24 os 1.14.222.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/03 13:01:04 tl 1.14.222.3: #i69287# warning-free code 2007/03/05 12:45:40 tl 1.14.222.2: #i69287# warning-free code 2007/02/26 15:59:12 os 1.14.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de568d07718009100d3a358a8b19609326862034]

        INTEGRATION: CWS swwarnings (1.9.46); FILE MERGED 2007/09/14 10:20:25 os 1.9.46.3: LEFT/TOP_OFFSET re-added 2007/08/24 08:39:32 tl 1.9.46.2: #i69287# warning-free code 2007/08/24 08:16:25 tl 1.9.46.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4af3ce66b7f67456fe55424bb6bcb011e677363]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 12:16:24 os 1.10.222.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/11 07:03:19 tl 1.10.222.2: #i69287# warning-free code 2007/02/26 15:59:11 os 1.10.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5900f798b49d1d6c5938ab4dd645d3bf5e2bdcd]

        INTEGRATION: CWS swwarnings (1.10.198); FILE MERGED 2007/05/29 12:15:34 os 1.10.198.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/11 07:03:19 tl 1.10.198.2: #i69287# warning-free code 2007/02/26 15:59:11 os 1.10.198.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbfb8b183cca543771683751919b4b842c99bb8c]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/06/01 07:17:42 tl 1.13.222.4: #i69287# warning-free code 2007/05/29 12:15:18 os 1.13.222.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/11 07:03:18 tl 1.13.222.2: #i69287# warning-free code 2007/02/26 15:59:11 os 1.13.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5bd4906c46a86133ee9def7365978e5ef0f575]

        INTEGRATION: CWS swwarnings (1.6.580); FILE MERGED 2007/02/22 15:06:42 tl 1.6.580.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec2d433f4ad308b0aaaa945d45877b13a1118a6]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/09/24 09:49:56 os 1.16.222.6: merge error fixed 2007/09/24 07:09:07 os 1.16.222.5: RESYNC: (1.18-1.19); FILE MERGED 2007/05/29 12:14:37 os 1.16.222.4: RESYNC: (1.16-1.18); FILE MERGED 2007/04/11 07:03:18 tl 1.16.222.3: #i69287# warning-free code 2007/04/03 13:01:04 tl 1.16.222.2: #i69287# warning-free code 2007/02/26 15:59:11 os 1.16.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8febfac62291275c3df041dc380030ff28259170]

        INTEGRATION: CWS swwarnings (1.12.42); FILE MERGED 2007/03/26 12:08:52 tl 1.12.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bccd2aa0a0d876d55be608a9c8f15b7ece2e2cc0]

        INTEGRATION: CWS swwarnings (1.12.140); FILE MERGED 2007/05/29 12:14:01 os 1.12.140.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/26 15:59:10 os 1.12.140.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c911b09b3ee772c0e710ee2003b8fe750f23c0c9]

        INTEGRATION: CWS swwarnings (1.12.198); FILE MERGED 2007/04/11 07:03:18 tl 1.12.198.3: #i69287# warning-free code 2007/04/03 13:01:03 tl 1.12.198.2: #i69287# warning-free code 2007/02/26 15:59:10 os 1.12.198.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e37b4a667bf5af3fe13919064478dcdef4b62172]

        INTEGRATION: CWS swwarnings (1.8.468); FILE MERGED 2007/05/29 12:13:54 os 1.8.468.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/13 11:15:25 tl 1.8.468.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b98eca97c724b0d7bc08b6c776d8184513fb4db]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/05/30 14:09:08 os 1.8.222.4: merge errors fixed 2007/05/29 12:13:44 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/26 12:08:52 tl 1.8.222.2: #i69287# warning-free code 2007/02/26 15:59:10 os 1.8.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [245203930e1a212843dac92d83b19e98f89a04a5]

        INTEGRATION: CWS swwarnings (1.23.222); FILE MERGED 2007/06/01 07:17:42 tl 1.23.222.4: #i69287# warning-free code 2007/04/11 07:03:18 tl 1.23.222.3: #i69287# warning-free code 2007/04/03 13:01:03 tl 1.23.222.2: #i69287# warning-free code 2007/02/26 15:59:09 os 1.23.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6122d971ab08759a8647dd1a466b595c01cf328]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/06/28 11:58:14 os 1.5.222.5: RESYNC: (1.6-1.7); FILE MERGED 2007/06/01 07:17:42 tl 1.5.222.4: #i69287# warning-free code 2007/05/29 12:13:01 os 1.5.222.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/11 07:03:18 tl 1.5.222.2: #i69287# warning-free code 2007/02/26 15:59:09 os 1.5.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [751a98ff97ba8e61d31e8d109c64f2172a820229]

        INTEGRATION: CWS swwarnings (1.114.42); FILE MERGED 2007/08/20 15:55:27 tl 1.114.42.11: RESYNC: (1.119-1.122); FILE MERGED 2007/06/28 11:58:04 os 1.114.42.10: RESYNC: (1.118-1.119); FILE MERGED 2007/06/01 07:17:41 tl 1.114.42.9: #i69287# warning-free code 2007/05/29 12:12:51 os 1.114.42.8: RESYNC: (1.116-1.118); FILE MERGED 2007/04/13 12:17:49 tl 1.114.42.7: #i69287# binfilter related comments removed 2007/04/13 11:15:25 tl 1.114.42.6: #i69287# warning-free code 2007/04/11 10:49:49 os 1.114.42.5: RESYNC: (1.114-1.116); FILE MERGED 2007/04/11 07:03:18 tl 1.114.42.4: #i69287# warning-free code 2007/04/03 13:01:03 tl 1.114.42.3: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.114.42.2: #i69287# warning-free code 2007/02/26 15:59:09 os 1.114.42.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [442dd7aab4bd8d40d8d6a45f830d569d7122cb84]

        INTEGRATION: CWS swwarnings (1.56.222); FILE MERGED 2007/06/01 07:17:41 tl 1.56.222.13: #i69287# warning-free code 2007/05/30 13:50:41 os 1.56.222.12: merge errors fixed 2007/05/29 12:12:24 os 1.56.222.11: RESYNC: (1.57-1.59); FILE MERGED 2007/04/19 08:41:59 tl 1.56.222.10: #i69287# warning-free code 2007/04/18 14:58:51 tl 1.56.222.9: #i69287# warning-free code 2007/04/13 12:17:48 tl 1.56.222.8: #i69287# binfilter related comments removed 2007/04/11 10:49:28 os 1.56.222.7: RESYNC: (1.56-1.57); FILE MERGED 2007/04/11 07:03:17 tl 1.56.222.6: #i69287# warning-free code 2007/04/03 13:01:03 tl 1.56.222.5: #i69287# warning-free code 2007/03/12 12:29:53 ama 1.56.222.4: i69287#: warning free code 2007/03/09 14:05:39 ama 1.56.222.3: #i69287#: warning free code 2007/02/26 15:59:09 os 1.56.222.2: #i69287# warnings removed 2007/02/22 15:06:42 tl 1.56.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f816b1b908eb99c4b9a1ab12bd4761854bc9a7]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/30 13:49:52 os 1.6.222.3: merge errors fixed 2007/05/29 12:11:52 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/26 15:59:08 os 1.6.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eb0c30bbd6a53ff26dd660ffcee4745ea92f899]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/26 15:59:08 os 1.3.710.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b59b6dea5c122db74082a4b83d29a75bc1c41e9]

        INTEGRATION: CWS swwarnings (1.9.198); FILE MERGED 2007/08/20 15:55:20 tl 1.9.198.8: RESYNC: (1.10-1.11); FILE MERGED 2007/06/01 07:17:41 tl 1.9.198.7: #i69287# warning-free code 2007/05/30 13:34:00 os 1.9.198.6: merge errors fixed 2007/05/29 12:11:21 os 1.9.198.5: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:03:17 tl 1.9.198.4: #i69287# warning-free code 2007/04/03 13:01:03 tl 1.9.198.3: #i69287# warning-free code 2007/03/26 12:08:52 tl 1.9.198.2: #i69287# warning-free code 2007/02/26 15:59:08 os 1.9.198.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46de2f1245949ccfb9ba41d1f79739efeba0494]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/06/01 07:17:41 tl 1.16.222.4: #i69287# warning-free code 2007/05/29 12:10:33 os 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:17 tl 1.16.222.2: #i69287# warning-free code 2007/02/26 11:49:53 os 1.16.222.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [024e79fc5b10eeacddecaeadde71418e44edb67e]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/08/20 15:55:13 tl 1.26.222.3: RESYNC: (1.26-1.27); FILE MERGED 2007/04/11 07:03:17 tl 1.26.222.2: #i69287# warning-free code 2007/03/26 12:08:51 tl 1.26.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ccc189239095532b528ab2c323afc82eb5845e]

        INTEGRATION: CWS swwarnings (1.31.222); FILE MERGED 2007/08/24 08:16:24 tl 1.31.222.6: #i69287# warning-free code 2007/08/20 15:55:02 tl 1.31.222.5: RESYNC: (1.31-1.32); FILE MERGED 2007/06/01 07:17:41 tl 1.31.222.4: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.31.222.3: warning-free code 2007/04/11 07:03:16 tl 1.31.222.2: #i69287# warning-free code 2007/03/26 12:08:51 tl 1.31.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e0b6e560dec244594da09adf1b43ac08dd98a4d]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/06/01 07:17:41 tl 1.12.222.3: #i69287# warning-free code 2007/04/03 13:01:02 tl 1.12.222.2: #i69287# warning-free code 2007/03/26 12:08:51 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1c7ff33412b49925bc16fa730d2ab5e4b456391]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/04/11 07:03:16 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f4d6dbec599a64d160c38b35964b7bedde29bcb]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/06/01 07:17:41 tl 1.9.222.5: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.9.222.4: warning-free code 2007/04/11 10:49:19 os 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:03:16 tl 1.9.222.2: #i69287# warning-free code 2007/03/26 12:08:51 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d79c88009ceea27e5a83937522da0421d4910d0e]

        INTEGRATION: CWS swwarnings (1.54.42); FILE MERGED 2007/06/01 07:17:41 tl 1.54.42.7: #i69287# warning-free code 2007/05/29 12:09:29 os 1.54.42.6: RESYNC: (1.55-1.57); FILE MERGED 2007/04/13 12:17:47 tl 1.54.42.5: #i69287# binfilter related comments removed 2007/04/13 11:15:24 tl 1.54.42.4: #i69287# warning-free code 2007/04/11 10:49:08 os 1.54.42.3: RESYNC: (1.54-1.55); FILE MERGED 2007/04/03 13:01:02 tl 1.54.42.2: #i69287# warning-free code 2007/03/26 12:08:50 tl 1.54.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aeb9bdb64df3e2db24b64d19cc0a0cf42a71f1e]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/05/29 12:08:31 os 1.26.222.4: RESYNC: (1.26-1.28); FILE MERGED 2007/04/11 07:03:16 tl 1.26.222.3: #i69287# warning-free code 2007/03/26 12:08:50 tl 1.26.222.2: #i69287# warning-free code 2007/03/12 12:25:24 ama 1.26.222.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d4b5fb733b63397ab38648984d8d4b8562c1164]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/08/20 15:54:30 tl 1.11.222.3: RESYNC: (1.12-1.13); FILE MERGED 2007/05/29 12:07:00 os 1.11.222.2: RESYNC: (1.11-1.12); FILE MERGED 2007/03/26 12:08:50 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00d7824aa2b062a95c5215e4978790a4b09116da]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/06/01 07:17:41 tl 1.26.222.5: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.26.222.4: warning-free code 2007/04/11 07:03:16 tl 1.26.222.3: #i69287# warning-free code 2007/03/26 12:08:50 tl 1.26.222.2: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.26.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea0772cd530aa5399cb1d24d38c87dfcd284957]

        INTEGRATION: CWS swwarnings (1.13.362); FILE MERGED 2007/03/26 12:08:49 tl 1.13.362.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [072c0ac86a346d57f9bc8e58b43fcd7554191b21]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 12:06:28 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/03/26 12:08:49 tl 1.7.222.2: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5997332e9cfa3682f2f9497bbdd8f8eb6f8c2226]

        INTEGRATION: CWS swwarnings (1.21.222); FILE MERGED 2007/06/01 07:17:41 tl 1.21.222.5: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.21.222.4: warning-free code 2007/04/11 07:03:16 tl 1.21.222.3: #i69287# warning-free code 2007/03/26 12:08:49 tl 1.21.222.2: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.21.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dc0ce04040e4a56a1e49fbc03b67cfb1dab5b7c]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/06/01 07:17:41 tl 1.6.222.3: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.6.222.2: warning-free code 2007/04/11 07:03:16 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6516dbecf143111e207033415f05d7d125627c99]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/03/26 12:08:49 tl 1.13.222.2: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2879324b8857eb7bd0b27008df8e5ad480ad58e]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/06/01 07:17:41 tl 1.7.222.6: #i69287# warning-free code 2007/05/31 14:20:26 tl 1.7.222.5: warning-free code 2007/05/29 12:05:50 os 1.7.222.4: RESYNC: (1.7-1.8); FILE MERGED 2007/04/11 07:03:15 tl 1.7.222.3: #i69287# warning-free code 2007/03/26 12:08:48 tl 1.7.222.2: #i69287# warning-free code 2007/03/05 12:45:39 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bfbd1847c6921e85bcaf69dce6ae445f33eb3db]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/05/29 12:05:41 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/13 12:17:46 tl 1.8.222.2: #i69287# binfilter related comments removed 2007/03/05 12:45:38 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c695661c6e90d15b6315921c0eca19c01c4901f]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/29 12:05:28 os 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2007/04/03 13:01:02 tl 1.7.222.2: #i69287# warning-free code 2007/03/05 12:45:38 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb1105275475e48c41256bf42cad2925fba4f9b3]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/13 12:17:46 tl 1.13.222.3: #i69287# binfilter related comments removed 2007/04/03 13:01:02 tl 1.13.222.2: #i69287# warning-free code 2007/03/26 12:08:48 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a8e97d39186772dbe78b91bc95ba8f1391e3e22]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 12:03:23 os 1.10.222.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/03 13:01:01 tl 1.10.222.2: #i69287# warning-free code 2007/03/26 12:08:48 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4305ceeeb500b931016d25d60d221b391b6443ac]

        INTEGRATION: CWS swwarnings (1.19.42); FILE MERGED 2007/04/13 12:17:45 tl 1.19.42.4: #i69287# binfilter related comments removed 2007/04/11 07:03:15 tl 1.19.42.3: #i69287# warning-free code 2007/04/03 13:01:01 tl 1.19.42.2: #i69287# warning-free code 2007/03/05 12:45:38 tl 1.19.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [759f7cb00f1054aeb9a4a2d4e4ddbcd9370beeed]

        INTEGRATION: CWS swwarnings (1.27.222); FILE MERGED 2007/05/30 13:37:06 os 1.27.222.6: merge errors fixed 2007/05/29 12:01:14 os 1.27.222.5: RESYNC: (1.27-1.28); FILE MERGED 2007/04/13 12:17:45 tl 1.27.222.4: #i69287# binfilter related comments removed 2007/04/11 07:03:14 tl 1.27.222.3: #i69287# warning-free code 2007/03/26 12:08:48 tl 1.27.222.2: #i69287# warning-free code 2007/03/05 12:45:38 tl 1.27.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de839faa9203c0c44b384a993cb054ec77e7d7cb]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/06/01 07:17:40 tl 1.13.222.5: #i69287# warning-free code 2007/04/13 12:17:44 tl 1.13.222.4: #i69287# binfilter related comments removed 2007/04/03 13:01:01 tl 1.13.222.3: #i69287# warning-free code 2007/03/26 12:08:47 tl 1.13.222.2: #i69287# warning-free code 2007/03/05 12:45:38 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fa32fdbfba157f1dfa135869646f0477c415992]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/04/03 13:01:01 tl 1.14.222.3: #i69287# warning-free code 2007/03/26 12:08:47 tl 1.14.222.2: #i69287# warning-free code 2007/03/05 12:45:38 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7bd31e5b80b6d55b1bca3f23fc3880bb43b36d3]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/08/20 15:53:57 tl 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/26 12:08:47 tl 1.8.222.2: #i69287# warning-free code 2007/03/05 12:45:37 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da109c6f146520597783fdd3e31b334d10f2517d]

        INTEGRATION: CWS swwarnings (1.56.222); FILE MERGED 2007/09/24 07:07:59 os 1.56.222.10: RESYNC: (1.61-1.62); FILE MERGED 2007/08/23 11:13:25 tl 1.56.222.9: #i69287# warning-free code 2007/08/23 07:55:37 tl 1.56.222.8: #i69287# warning-free code 2007/08/20 15:52:16 tl 1.56.222.7: RESYNC: (1.60-1.61); FILE MERGED 2007/06/28 11:57:57 os 1.56.222.6: RESYNC: (1.59-1.60); FILE MERGED 2007/06/01 07:17:40 tl 1.56.222.5: #i69287# warning-free code 2007/05/29 12:00:29 os 1.56.222.4: RESYNC: (1.56-1.59); FILE MERGED 2007/04/11 07:03:14 tl 1.56.222.3: #i69287# warning-free code 2007/04/04 08:02:15 tl 1.56.222.2: #i69287# warning-free code 2007/03/05 12:45:37 tl 1.56.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96cfab1bb32e87ba1616b0ad1f51f5225ea98e3a]

        INTEGRATION: CWS swwarnings (1.36.222); FILE MERGED 2007/08/20 15:52:09 tl 1.36.222.7: RESYNC: (1.38-1.39); FILE MERGED 2007/06/01 07:17:40 tl 1.36.222.6: #i69287# warning-free code 2007/05/29 12:00:08 os 1.36.222.5: RESYNC: (1.36-1.38); FILE MERGED 2007/04/11 07:03:14 tl 1.36.222.4: #i69287# warning-free code 2007/04/03 13:01:00 tl 1.36.222.3: #i69287# warning-free code 2007/03/26 12:08:46 tl 1.36.222.2: #i69287# warning-free code 2007/03/05 12:45:37 tl 1.36.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9362a3321b58e4cb41d4a97408b1e05c7bb4eb5b]

        INTEGRATION: CWS swwarnings (1.21.148); FILE MERGED 2007/06/01 07:17:40 tl 1.21.148.2: #i69287# warning-free code 2007/04/11 07:03:14 tl 1.21.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26149f1c1bc94a3e2769fa0bba8f81da29052674]

        INTEGRATION: CWS swwarnings (1.47.62); FILE MERGED 2007/08/24 08:16:24 tl 1.47.62.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [178929650d9da4b6d581c5ed301a0d46c14f7903]

        INTEGRATION: CWS swwarnings (1.26.14); FILE MERGED 2007/05/29 11:58:12 os 1.26.14.6: RESYNC: (1.26-1.27); FILE MERGED 2007/04/18 08:26:39 tl 1.26.14.5: #i69287# warning-free code 2007/04/03 13:01:00 tl 1.26.14.4: #i69287# warning-free code 2007/03/09 14:03:48 ama 1.26.14.3: #i69287#: warning free code 2007/03/05 12:45:37 tl 1.26.14.2: #i69287# warning-free code 2007/02/22 15:06:42 tl 1.26.14.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a65c040acafd76c3a33320293118dd6acbd1db6]

        INTEGRATION: CWS swwarnings (1.27.222); FILE MERGED 2007/05/29 11:57:54 os 1.27.222.7: RESYNC: (1.27-1.28); FILE MERGED 2007/04/13 12:17:44 tl 1.27.222.6: #i69287# binfilter related comments removed 2007/04/11 07:03:13 tl 1.27.222.5: #i69287# warning-free code 2007/04/03 13:01:00 tl 1.27.222.4: #i69287# warning-free code 2007/03/09 14:03:37 ama 1.27.222.3: #i69287#: warning free code 2007/03/09 12:35:57 ama 1.27.222.2: #i69287#: warning free code 2007/03/05 12:45:36 tl 1.27.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5f6d8bdb0debc461174c245de4ce50ca8637d53]

        INTEGRATION: CWS swwarnings (1.57.116); FILE MERGED 2007/05/30 13:34:50 os 1.57.116.5: merge errors fixed 2007/05/29 11:57:44 os 1.57.116.4: RESYNC: (1.57-1.60); FILE MERGED 2007/04/11 07:03:13 tl 1.57.116.3: #i69287# warning-free code 2007/04/03 13:01:00 tl 1.57.116.2: #i69287# warning-free code 2007/03/05 12:45:36 tl 1.57.116.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a883edfbb53f3367f805d005988fda3a83aa9c9b]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 11:57:16 os 1.10.222.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/11 07:03:13 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3e312fd7e3a079c47582385fa9a4d8037e04cf4]

        INTEGRATION: CWS swwarnings (1.88.160); FILE MERGED 2007/08/20 15:51:49 tl 1.88.160.9: RESYNC: (1.93-1.96); FILE MERGED 2007/06/28 11:57:50 os 1.88.160.8: RESYNC: (1.91-1.93); FILE MERGED 2007/05/30 13:27:10 os 1.88.160.7: merge errors fixed 2007/05/29 11:57:01 os 1.88.160.6: RESYNC: (1.89-1.91); FILE MERGED 2007/04/13 12:17:43 tl 1.88.160.5: #i69287# binfilter related comments removed 2007/04/11 10:48:34 os 1.88.160.4: RESYNC: (1.88-1.89); FILE MERGED 2007/04/11 07:03:13 tl 1.88.160.3: #i69287# warning-free code 2007/03/05 12:45:36 tl 1.88.160.2: #i69287# warning-free code 2007/02/22 15:06:41 tl 1.88.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [119863a5ff9b8e93942ea5484dd2a8cc5e6bcf1b]

        INTEGRATION: CWS swwarnings (1.66.100); FILE MERGED 2007/09/24 07:07:34 os 1.66.100.10: RESYNC: (1.71-1.72); FILE MERGED 2007/08/20 15:51:42 tl 1.66.100.9: RESYNC: (1.69-1.71); FILE MERGED 2007/06/28 11:57:43 os 1.66.100.8: RESYNC: (1.67-1.69); FILE MERGED 2007/06/01 07:17:40 tl 1.66.100.7: #i69287# warning-free code 2007/05/29 11:56:50 os 1.66.100.6: RESYNC: (1.66-1.67); FILE MERGED 2007/04/18 14:58:51 tl 1.66.100.5: #i69287# warning-free code 2007/04/11 07:03:13 tl 1.66.100.4: #i69287# warning-free code 2007/04/03 13:01:00 tl 1.66.100.3: #i69287# warning-free code 2007/03/05 12:45:36 tl 1.66.100.2: #i69287# warning-free code 2007/02/22 15:06:41 tl 1.66.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65bd59fb915c24ae4fd1a4a92e3d78a04da3c0b8]

        INTEGRATION: CWS swwarnings (1.32.222); FILE MERGED 2007/06/01 07:17:40 tl 1.32.222.7: #i69287# warning-free code 2007/05/29 11:56:38 os 1.32.222.6: RESYNC: (1.32-1.33); FILE MERGED 2007/04/13 12:17:43 tl 1.32.222.5: #i69287# binfilter related comments removed 2007/04/11 07:03:13 tl 1.32.222.4: #i69287# warning-free code 2007/04/03 13:00:59 tl 1.32.222.3: #i69287# warning-free code 2007/03/26 12:08:46 tl 1.32.222.2: #i69287# warning-free code 2007/03/05 12:45:36 tl 1.32.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4031680f111c7180b2abce2fb3f0a6c553eb9655]

        INTEGRATION: CWS swwarnings (1.28.220); FILE MERGED 2007/05/29 11:56:18 os 1.28.220.5: RESYNC: (1.28-1.30); FILE MERGED 2007/04/13 12:17:42 tl 1.28.220.4: #i69287# binfilter related comments removed 2007/04/03 13:00:59 tl 1.28.220.3: #i69287# warning-free code 2007/03/26 12:08:46 tl 1.28.220.2: #i69287# warning-free code 2007/03/05 12:45:36 tl 1.28.220.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [edee6562b38b8f580271b6a4709afe6efa280c2e]

        INTEGRATION: CWS swwarnings (1.62.16); FILE MERGED 2007/08/20 15:51:27 tl 1.62.16.9: RESYNC: (1.65-1.66); FILE MERGED 2007/06/28 11:57:36 os 1.62.16.8: RESYNC: (1.64-1.65); FILE MERGED 2007/06/01 07:17:40 tl 1.62.16.7: #i69287# warning-free code 2007/05/16 10:17:32 tl 1.62.16.6: #i69287# warning-free code 2007/04/11 10:48:13 os 1.62.16.5: RESYNC: (1.62-1.64); FILE MERGED 2007/04/11 07:03:12 tl 1.62.16.4: #i69287# warning-free code 2007/04/03 13:00:59 tl 1.62.16.3: #i69287# warning-free code 2007/03/26 12:08:46 tl 1.62.16.2: #i69287# warning-free code 2007/03/05 12:45:35 tl 1.62.16.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65a1e2c8ecdd2dd04f66a8a06b6b4bdc268934f2]

        INTEGRATION: CWS swwarnings (1.28.222); FILE MERGED 2007/05/29 11:56:05 os 1.28.222.5: RESYNC: (1.28-1.30); FILE MERGED 2007/04/13 12:17:42 tl 1.28.222.4: #i69287# binfilter related comments removed 2007/04/03 13:00:59 tl 1.28.222.3: #i69287# warning-free code 2007/03/26 12:08:46 tl 1.28.222.2: #i69287# warning-free code 2007/03/05 12:45:35 tl 1.28.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [775c840097dd73829e30c28525e90cf36699d28f]

        INTEGRATION: CWS swwarnings (1.48.198); FILE MERGED 2007/08/22 15:34:42 tl 1.48.198.5: #i69287# warning-free code 2007/08/20 15:50:59 tl 1.48.198.4: RESYNC: (1.49-1.50); FILE MERGED 2007/06/28 11:57:29 os 1.48.198.3: RESYNC: (1.48-1.49); FILE MERGED 2007/04/11 07:03:12 tl 1.48.198.2: #i69287# warning-free code 2007/03/15 15:52:30 tl 1.48.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e30ccdc2f3beca512fb5d114a14b1e44d28bf88]

        INTEGRATION: CWS swwarnings (1.43.198); FILE MERGED 2007/08/20 15:50:51 tl 1.43.198.4: RESYNC: (1.43-1.44); FILE MERGED 2007/04/11 07:03:12 tl 1.43.198.3: #i69287# warning-free code 2007/03/15 15:52:29 tl 1.43.198.2: #i69287# warning-free code 2007/03/09 14:35:26 ama 1.43.198.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28c049e81d24fde5dc60850c6132b0bf82fa01c4]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/11 07:03:12 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2813027090c04eede66840dc8b963038a66d0685]

        INTEGRATION: CWS swwarnings (1.54.12); FILE MERGED 2007/08/22 15:34:42 tl 1.54.12.7: #i69287# warning-free code 2007/08/20 15:50:32 tl 1.54.12.6: RESYNC: (1.56-1.59); FILE MERGED 2007/05/29 11:55:39 os 1.54.12.5: RESYNC: (1.55-1.56); FILE MERGED 2007/04/11 10:47:49 os 1.54.12.4: RESYNC: (1.54-1.55); FILE MERGED 2007/04/03 13:00:58 tl 1.54.12.3: #i69287# warning-free code 2007/03/16 14:11:29 tl 1.54.12.2: #i69287# warning-free code 2007/03/15 15:52:29 tl 1.54.12.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ac91de0342f014fe1e1a53bd20a23ac4e5d17c4]

        INTEGRATION: CWS swwarnings (1.39.40); FILE MERGED 2007/08/20 15:50:23 tl 1.39.40.7: RESYNC: (1.41-1.42); FILE MERGED 2007/05/29 11:55:29 os 1.39.40.6: RESYNC: (1.40-1.41); FILE MERGED 2007/04/13 11:15:23 tl 1.39.40.5: #i69287# warning-free code 2007/04/11 10:47:41 os 1.39.40.4: RESYNC: (1.39-1.40); FILE MERGED 2007/04/11 07:03:11 tl 1.39.40.3: #i69287# warning-free code 2007/04/03 13:00:58 tl 1.39.40.2: #i69287# warning-free code 2007/03/15 15:52:29 tl 1.39.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cf4bc31c56386e752b9a59ae8a406e9816f564b]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/11 07:03:11 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fed467f00a4847a621be011bb3a597b8544bfbd]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/08/20 15:50:16 tl 1.15.222.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/15 15:52:28 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [767fa95a9ba66e0b6050cb7eb11a6ff9faff5ae8]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/05/29 11:55:07 os 1.6.222.3: RESYNC: (1.6-1.7); FILE MERGED 2007/04/03 13:00:58 tl 1.6.222.2: #i69287# warning-free code 2007/03/15 15:52:28 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e2cec3fe8edd6e75a9a01bb7922905a9493e30]

        INTEGRATION: CWS swwarnings (1.16.62); FILE MERGED 2007/08/20 15:50:08 tl 1.16.62.2: RESYNC: (1.16-1.17); FILE MERGED 2007/05/30 13:31:43 os 1.16.62.1: warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c03b0c7a94b00a12da374b0fac279134b1fdf8f8]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/13 11:15:23 tl 1.10.222.4: #i69287# warning-free code 2007/04/03 13:00:58 tl 1.10.222.3: #i69287# warning-free code 2007/03/16 14:11:28 tl 1.10.222.2: #i69287# warning-free code 2007/03/15 15:52:28 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e586fb20f2e8a4cfba26e9e1166c2dc89c47df69]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/04/03 13:00:58 tl 1.16.222.2: #i69287# warning-free code 2007/03/15 15:52:27 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7948111b1328bb280e2fd00a0ce92d2139558699]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/03/15 15:52:27 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a93a5639c27cafb54ad22940366e93ed7d13854]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/05/29 11:54:34 os 1.17.222.4: RESYNC: (1.17-1.19); FILE MERGED 2007/04/11 07:03:11 tl 1.17.222.3: #i69287# warning-free code 2007/04/03 13:00:58 tl 1.17.222.2: #i69287# warning-free code 2007/03/15 15:52:26 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bc2f4f96bf35e47f1b0a939ebdb679de47a29d5]

        INTEGRATION: CWS swwarnings (1.99.162); FILE MERGED 2007/08/24 08:26:53 tl 1.99.162.9: #i69287# warning-free code 2007/08/24 08:16:24 tl 1.99.162.8: #i69287# warning-free code 2007/08/20 15:49:50 tl 1.99.162.7: RESYNC: (1.101-1.102); FILE MERGED 2007/06/28 11:57:21 os 1.99.162.6: RESYNC: (1.100-1.101); FILE MERGED 2007/04/18 14:58:50 tl 1.99.162.5: #i69287# warning-free code 2007/04/11 10:47:32 os 1.99.162.4: RESYNC: (1.99-1.100); FILE MERGED 2007/04/11 07:03:11 tl 1.99.162.3: #i69287# warning-free code 2007/03/16 14:11:28 tl 1.99.162.2: #i69287# warning-free code 2007/03/15 15:52:25 tl 1.99.162.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [656db6d6583169fe20c055183cc61414ac6c605d]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/03 13:00:57 tl 1.7.222.2: #i69287# warning-free code 2007/03/15 15:52:25 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe69dcdd9b15d328047f3848b44d45db9914509b]

        INTEGRATION: CWS swwarnings (1.46.130); FILE MERGED 2007/04/11 07:03:11 tl 1.46.130.3: #i69287# warning-free code 2007/03/15 15:52:25 tl 1.46.130.2: #i69287# warning-free code 2007/03/09 14:34:51 ama 1.46.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b027e6304b2f14c3e52b38aa5751a5e53be8ce]

        INTEGRATION: CWS swwarnings (1.34.130); FILE MERGED 2007/08/20 15:49:43 tl 1.34.130.6: RESYNC: (1.35-1.37); FILE MERGED 2007/06/28 11:57:13 os 1.34.130.5: RESYNC: (1.34-1.35); FILE MERGED 2007/04/11 07:03:11 tl 1.34.130.4: #i69287# warning-free code 2007/03/16 14:11:28 tl 1.34.130.3: #i69287# warning-free code 2007/03/15 15:52:25 tl 1.34.130.2: #i69287# warning-free code 2007/03/09 14:34:29 ama 1.34.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4643e5fd9ecc56176fd2f6ef5592b09a7e20efe9]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/08/20 15:49:25 tl 1.19.222.4: RESYNC: (1.21-1.22); FILE MERGED 2007/05/29 11:54:16 os 1.19.222.3: RESYNC: (1.19-1.21); FILE MERGED 2007/04/11 07:03:10 tl 1.19.222.2: #i69287# warning-free code 2007/03/15 15:52:24 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c79ed8e10d3109d436b6b21353812b020071eb6]

        INTEGRATION: CWS swwarnings (1.84.212); FILE MERGED 2007/08/24 08:16:24 tl 1.84.212.5: #i69287# warning-free code 2007/08/20 15:49:06 tl 1.84.212.4: RESYNC: (1.84-1.86); FILE MERGED 2007/04/11 07:03:10 tl 1.84.212.3: #i69287# warning-free code 2007/03/16 14:11:28 tl 1.84.212.2: #i69287# warning-free code 2007/03/15 15:52:24 tl 1.84.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f66d7559a4e4bcbb3a320b2c151c7847134588a5]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/11 07:03:10 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ccdbfa49a2ac6cc445844d0df33eeae400b937]

        INTEGRATION: CWS swwarnings (1.12.242); FILE MERGED 2007/03/16 14:11:28 tl 1.12.242.2: #i69287# warning-free code 2007/02/22 15:06:41 tl 1.12.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1703c01c56ede2c02d5f237bc591bca130cdac8]

        INTEGRATION: CWS swwarnings (1.56.198); FILE MERGED 2007/08/20 15:48:59 tl 1.56.198.4: RESYNC: (1.57-1.58); FILE MERGED 2007/06/29 13:54:49 os 1.56.198.3: merge errors fixed 2007/06/28 11:57:06 os 1.56.198.2: RESYNC: (1.56-1.57); FILE MERGED 2007/03/15 15:52:24 tl 1.56.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff38c10ca42dc3b8ec67c96eb4ab74567948dbf0]

        INTEGRATION: CWS swwarnings (1.76.42); FILE MERGED 2007/08/24 08:16:24 tl 1.76.42.8: #i69287# warning-free code 2007/08/20 15:48:46 tl 1.76.42.7: RESYNC: (1.77-1.78); FILE MERGED 2007/06/28 11:56:58 os 1.76.42.6: RESYNC: (1.76-1.77); FILE MERGED 2007/05/16 07:54:20 os 1.76.42.5: pStrm-pStream fixed 2007/05/15 14:20:06 os 1.76.42.4: warnings in debug mode removed 2007/04/11 07:03:10 tl 1.76.42.3: #i69287# warning-free code 2007/04/03 13:00:57 tl 1.76.42.2: #i69287# warning-free code 2007/03/15 15:52:24 tl 1.76.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60104561bab6f6356839d4109a27bf26ba0309a2]

        INTEGRATION: CWS swwarnings (1.18.624); FILE MERGED 2007/04/03 13:00:57 tl 1.18.624.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c1707deb31a34b8348bea8abb821787ae8ccc98]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/04/11 07:03:10 tl 1.22.222.2: #i69287# warning-free code 2007/03/15 15:52:23 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12c372c71f3de4df768befb215c52887395b886d]

        INTEGRATION: CWS swwarnings (1.7.624); FILE MERGED 2007/03/15 15:52:23 tl 1.7.624.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80ba8ce8e6dedaa6c9281bbb2171c39d5eafeb7]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/04/03 13:00:57 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a1e216b3fcf3af395540cb66cdf55e9ecc928a1]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/03 13:00:56 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0142849c0368e8d44c18af9c41e6563a5d137a11]

        INTEGRATION: CWS swwarnings (1.35.426); FILE MERGED 2007/05/29 11:54:03 os 1.35.426.3: RESYNC: (1.35-1.36); FILE MERGED 2007/04/03 13:00:56 tl 1.35.426.2: #i69287# warning-free code 2007/03/16 14:11:27 tl 1.35.426.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d8fd176956c689e48234de987ab6aa6c4fdf9c]

        INTEGRATION: CWS swwarnings (1.79.102); FILE MERGED 2007/09/24 07:07:08 os 1.79.102.4: RESYNC: (1.79-1.80); FILE MERGED 2007/06/01 07:17:40 tl 1.79.102.3: #i69287# warning-free code 2007/03/16 14:11:27 tl 1.79.102.2: #i69287# warning-free code 2007/03/15 15:52:22 tl 1.79.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc9199e32d29d0fc48a304596a1fffe95a69ead9]

        INTEGRATION: CWS swwarnings (1.131.102); FILE MERGED 2007/09/24 09:50:56 os 1.131.102.4: merge error fixed 2007/09/24 07:07:00 os 1.131.102.3: RESYNC: (1.132-1.133); FILE MERGED 2007/06/28 11:56:51 os 1.131.102.2: RESYNC: (1.131-1.132); FILE MERGED 2007/04/03 13:00:55 tl 1.131.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [034bb9b7603f97f246504af18da73253be6c87c7]

        INTEGRATION: CWS swwarnings (1.172.130); FILE MERGED 2007/08/24 11:51:58 tl 1.172.130.7: #i69287# warning-free code 2007/08/23 07:42:45 tl 1.172.130.6: #i69287# warning-free code 2007/08/20 15:48:39 tl 1.172.130.5: RESYNC: (1.174-1.175); FILE MERGED 2007/05/30 13:25:46 os 1.172.130.4: warnings removed, again 2007/05/29 11:53:49 os 1.172.130.3: RESYNC: (1.172-1.174); FILE MERGED 2007/04/03 13:00:55 tl 1.172.130.2: #i69287# warning-free code 2007/03/15 15:52:22 tl 1.172.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ee1da0ac5acf38cde1bc41bc55916a4508253f4]

        INTEGRATION: CWS swwarnings (1.98.44); FILE MERGED 2007/08/20 15:48:30 tl 1.98.44.7: RESYNC: (1.102-1.103); FILE MERGED 2007/06/28 11:56:43 os 1.98.44.6: RESYNC: (1.100-1.102); FILE MERGED 2007/05/29 11:53:37 os 1.98.44.5: RESYNC: (1.98-1.100); FILE MERGED 2007/04/11 07:03:09 tl 1.98.44.4: #i69287# warning-free code 2007/04/03 13:00:55 tl 1.98.44.3: #i69287# warning-free code 2007/03/16 14:11:27 tl 1.98.44.2: #i69287# warning-free code 2007/03/15 15:52:21 tl 1.98.44.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb449fa6d65b1f28fef397fbba843b8e5b077e84]

        INTEGRATION: CWS swwarnings (1.59.148); FILE MERGED 2007/08/20 15:48:19 tl 1.59.148.4: RESYNC: (1.59-1.60); FILE MERGED 2007/04/11 07:03:09 tl 1.59.148.3: #i69287# warning-free code 2007/04/03 13:00:55 tl 1.59.148.2: #i69287# warning-free code 2007/03/15 15:52:21 tl 1.59.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [377585d0ff3f381e55ebe02693538c55a4dee0fd]

        INTEGRATION: CWS swwarnings (1.81.160); FILE MERGED 2007/05/29 11:53:27 os 1.81.160.6: RESYNC: (1.82-1.83); FILE MERGED 2007/04/13 11:15:22 tl 1.81.160.5: #i69287# warning-free code 2007/04/11 10:46:49 os 1.81.160.4: RESYNC: (1.81-1.82); FILE MERGED 2007/04/11 07:03:09 tl 1.81.160.3: #i69287# warning-free code 2007/04/03 13:00:54 tl 1.81.160.2: #i69287# warning-free code 2007/03/15 15:52:21 tl 1.81.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e3fd25e21a5b2d7814c8230f7408d926fb67f03]

        INTEGRATION: CWS swwarnings (1.43.242); FILE MERGED 2007/08/20 15:48:12 tl 1.43.242.3: RESYNC: (1.44-1.45); FILE MERGED 2007/05/29 11:53:14 os 1.43.242.2: RESYNC: (1.43-1.44); FILE MERGED 2007/04/03 13:00:54 tl 1.43.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bed0a534c04fc1ec5cd55a782a9ce38c27f98dd]

        INTEGRATION: CWS swwarnings (1.128.12); FILE MERGED 2007/08/20 15:48:04 tl 1.128.12.6: RESYNC: (1.130-1.132); FILE MERGED 2007/05/29 11:53:04 os 1.128.12.5: RESYNC: (1.129-1.130); FILE MERGED 2007/04/18 08:26:38 tl 1.128.12.4: #i69287# warning-free code 2007/04/11 10:46:40 os 1.128.12.3: RESYNC: (1.128-1.129); FILE MERGED 2007/04/03 13:00:54 tl 1.128.12.2: #i69287# warning-free code 2007/03/15 15:52:20 tl 1.128.12.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18384b9908ff37fdceccfb8dbcde4f504a725182]

        INTEGRATION: CWS swwarnings (1.147.160); FILE MERGED 2007/08/20 15:47:57 tl 1.147.160.8: RESYNC: (1.149-1.150); FILE MERGED 2007/05/30 13:25:46 os 1.147.160.7: warnings removed, again 2007/05/29 11:52:53 os 1.147.160.6: RESYNC: (1.148-1.149); FILE MERGED 2007/04/11 10:46:31 os 1.147.160.5: RESYNC: (1.147-1.148); FILE MERGED 2007/04/03 13:00:53 tl 1.147.160.4: #i69287# warning-free code 2007/03/16 14:11:27 tl 1.147.160.3: #i69287# warning-free code 2007/03/15 15:52:19 tl 1.147.160.2: #i69287# warning-free code 2007/02/22 15:06:41 tl 1.147.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b45851fa87be77f0b5eababadd7775ac75989bb4]

        INTEGRATION: CWS swwarnings (1.175.128); FILE MERGED 2007/09/24 07:06:51 os 1.175.128.10: RESYNC: (1.180-1.181); FILE MERGED 2007/08/24 11:34:18 tl 1.175.128.9: #i69287# warning-free code 2007/08/20 15:47:50 tl 1.175.128.8: RESYNC: (1.177-1.180); FILE MERGED 2007/05/30 13:25:46 os 1.175.128.7: warnings removed, again 2007/05/29 11:52:43 os 1.175.128.6: RESYNC: (1.175-1.177); FILE MERGED 2007/04/11 07:03:08 tl 1.175.128.5: #i69287# warning-free code 2007/04/03 13:00:53 tl 1.175.128.4: #i69287# warning-free code 2007/03/16 14:11:26 tl 1.175.128.3: #i69287# warning-free code 2007/03/15 15:52:19 tl 1.175.128.2: #i69287# warning-free code 2007/02/22 15:06:40 tl 1.175.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bffef3062a7af33d7090ea7b8b16ca0f9000c29]

        INTEGRATION: CWS swwarnings (1.71.118); FILE MERGED 2007/08/20 15:47:43 tl 1.71.118.2: RESYNC: (1.71-1.72); FILE MERGED 2007/04/03 13:00:53 tl 1.71.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d54225cfe2f2e3d1e2cb1f345990bde0b6ba0cb]

        INTEGRATION: CWS swwarnings (1.145.126); FILE MERGED 2007/08/20 15:47:36 tl 1.145.126.5: RESYNC: (1.147-1.148); FILE MERGED 2007/05/30 13:25:46 os 1.145.126.4: warnings removed, again 2007/05/29 11:52:23 os 1.145.126.3: RESYNC: (1.145-1.147); FILE MERGED 2007/04/03 13:00:52 tl 1.145.126.2: #i69287# warning-free code 2007/03/15 15:52:18 tl 1.145.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ded7daf77302b7943ef1cc499b7d23909c54ed7b]

        INTEGRATION: CWS swwarnings (1.27.222); FILE MERGED 2007/08/20 15:47:29 tl 1.27.222.2: RESYNC: (1.27-1.28); FILE MERGED 2007/04/03 13:00:52 tl 1.27.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8e8ce7e681fd84b155d16004e80bb1c22cd5ee]

        INTEGRATION: CWS swwarnings (1.98.128); FILE MERGED 2007/09/24 07:06:43 os 1.98.128.10: RESYNC: (1.107-1.108); FILE MERGED 2007/08/20 15:47:22 tl 1.98.128.9: RESYNC: (1.104-1.107); FILE MERGED 2007/06/28 11:56:36 os 1.98.128.8: RESYNC: (1.101-1.104); FILE MERGED 2007/05/29 11:51:47 os 1.98.128.7: RESYNC: (1.100-1.101); FILE MERGED 2007/04/13 11:15:22 tl 1.98.128.6: #i69287# warning-free code 2007/04/11 10:46:23 os 1.98.128.5: RESYNC: (1.98-1.100); FILE MERGED 2007/04/11 07:03:08 tl 1.98.128.4: #i69287# warning-free code 2007/04/03 13:00:52 tl 1.98.128.3: #i69287# warning-free code 2007/03/16 14:11:26 tl 1.98.128.2: #i69287# warning-free code 2007/03/15 15:52:18 tl 1.98.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e68a438a73949089a0c666c4cf47da7038867b4]

        INTEGRATION: CWS swwarnings (1.49.198); FILE MERGED 2007/06/28 11:56:29 os 1.49.198.7: RESYNC: (1.51-1.52); FILE MERGED 2007/05/31 14:21:15 tl 1.49.198.6: warning-free code 2007/05/30 13:25:46 os 1.49.198.5: warnings removed, again 2007/05/29 11:51:27 os 1.49.198.4: RESYNC: (1.49-1.51); FILE MERGED 2007/04/11 07:03:08 tl 1.49.198.3: #i69287# warning-free code 2007/04/03 13:00:52 tl 1.49.198.2: #i69287# warning-free code 2007/03/15 15:52:18 tl 1.49.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e80f42d19a7387e8d2c0b459b8b8f72d005ae1]

        INTEGRATION: CWS swwarnings (1.68.242); FILE MERGED 2007/06/28 11:56:22 os 1.68.242.6: RESYNC: (1.70-1.72); FILE MERGED 2007/05/29 11:51:17 os 1.68.242.5: RESYNC: (1.69-1.70); FILE MERGED 2007/04/11 10:46:14 os 1.68.242.4: RESYNC: (1.68-1.69); FILE MERGED 2007/04/03 13:00:51 tl 1.68.242.3: #i69287# warning-free code 2007/03/16 14:11:26 tl 1.68.242.2: #i69287# warning-free code 2007/03/15 15:52:18 tl 1.68.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fde5a41c2653c6bc6f199d29ac05b91ddfb226a9]

        INTEGRATION: CWS swwarnings (1.80.212); FILE MERGED 2007/09/24 07:06:35 os 1.80.212.6: RESYNC: (1.83-1.84); FILE MERGED 2007/08/20 15:47:13 tl 1.80.212.5: RESYNC: (1.82-1.83); FILE MERGED 2007/05/29 11:51:07 os 1.80.212.4: RESYNC: (1.80-1.82); FILE MERGED 2007/04/11 07:03:07 tl 1.80.212.3: #i69287# warning-free code 2007/04/03 13:00:51 tl 1.80.212.2: #i69287# warning-free code 2007/03/15 15:52:17 tl 1.80.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63ab7eb8674dfc541f735d17a9efa952348fe7b6]

        INTEGRATION: CWS swwarnings (1.40.222); FILE MERGED 2007/06/28 11:56:14 os 1.40.222.6: RESYNC: (1.41-1.42); FILE MERGED 2007/05/29 11:50:57 os 1.40.222.5: RESYNC: (1.40-1.41); FILE MERGED 2007/04/11 07:03:07 tl 1.40.222.4: #i69287# warning-free code 2007/04/03 13:00:51 tl 1.40.222.3: #i69287# warning-free code 2007/03/16 14:11:25 tl 1.40.222.2: #i69287# warning-free code 2007/03/15 15:52:17 tl 1.40.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ff48c30469777b2df33dfbfd37b7e8229be108]

        INTEGRATION: CWS swwarnings (1.38.222); FILE MERGED 2007/08/20 15:47:06 tl 1.38.222.3: RESYNC: (1.39-1.40); FILE MERGED 2007/06/28 11:56:04 os 1.38.222.2: RESYNC: (1.38-1.39); FILE MERGED 2007/04/03 13:00:51 tl 1.38.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [146ce8f71d9fd5b65ed7ea09151124c577c8054d]

        INTEGRATION: CWS swwarnings (1.91.40); FILE MERGED 2007/08/20 15:46:59 tl 1.91.40.8: RESYNC: (1.99-1.100); FILE MERGED 2007/06/29 13:58:54 os 1.91.40.7: merge errors fixed 2007/06/28 11:55:57 os 1.91.40.6: RESYNC: (1.94-1.99); FILE MERGED 2007/05/29 11:50:44 os 1.91.40.5: RESYNC: (1.92-1.94); FILE MERGED 2007/04/11 10:46:05 os 1.91.40.4: RESYNC: (1.91-1.92); FILE MERGED 2007/04/11 07:03:06 tl 1.91.40.3: #i69287# warning-free code 2007/04/03 13:00:51 tl 1.91.40.2: #i69287# warning-free code 2007/03/15 15:52:17 tl 1.91.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de6446e70e7709a6ab059956593f93b8f330e250]

        INTEGRATION: CWS swwarnings (1.93.126); FILE MERGED 2007/08/23 07:35:52 tl 1.93.126.9: #i69287# warning-free code 2007/08/20 15:46:52 tl 1.93.126.8: RESYNC: (1.98-1.100); FILE MERGED 2007/05/30 13:25:46 os 1.93.126.7: warnings removed, again 2007/05/29 11:49:54 os 1.93.126.6: RESYNC: (1.95-1.98); FILE MERGED 2007/04/11 10:45:42 os 1.93.126.5: RESYNC: (1.93-1.95); FILE MERGED 2007/04/11 07:03:06 tl 1.93.126.4: #i69287# warning-free code 2007/04/03 13:00:50 tl 1.93.126.3: #i69287# warning-free code 2007/03/16 14:11:25 tl 1.93.126.2: #i69287# warning-free code 2007/03/15 15:52:16 tl 1.93.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a34747971f2873ec1a258faac16356e4086291e5]

        INTEGRATION: CWS swwarnings (1.21.118); FILE MERGED 2007/08/20 15:46:44 tl 1.21.118.4: RESYNC: (1.21-1.24); FILE MERGED 2007/04/11 07:03:05 tl 1.21.118.3: #i69287# warning-free code 2007/04/03 13:00:50 tl 1.21.118.2: #i69287# warning-free code 2007/03/15 15:52:16 tl 1.21.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda8e08b85a8b7a080761b332e91250498c2974d]

        INTEGRATION: CWS swwarnings (1.22.198); FILE MERGED 2007/05/29 11:50:08 os 1.22.198.5: RESYNC: (1.22-1.24); FILE MERGED 2007/04/11 07:03:05 tl 1.22.198.4: #i69287# warning-free code 2007/04/03 13:00:50 tl 1.22.198.3: #i69287# warning-free code 2007/03/15 15:52:16 tl 1.22.198.2: #i69287# warning-free code 2007/03/09 14:32:11 ama 1.22.198.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e296c521df2621f615638cf37f1529bc66c12a07]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/11 07:03:05 tl 1.9.222.2: #i69287# warning-free code 2007/04/03 13:00:50 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b757a0da577ba3e72caeb73e25d48f800e4b1b6]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/15 15:52:16 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd78a6781ca6acd03c1c8d108ef6bea86a580f6f]

        INTEGRATION: CWS swwarnings (1.3.466); FILE MERGED 2007/05/16 10:17:32 tl 1.3.466.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25fb64354915ce070e9337b964a74981e58e9c2f]

        INTEGRATION: CWS swwarnings (1.5.624); FILE MERGED 2007/03/15 15:52:15 tl 1.5.624.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad90703734abbf8681fb9a2e8b0970b8ad94701a]

        INTEGRATION: CWS swwarnings (1.20.468); FILE MERGED 2007/03/16 14:11:25 tl 1.20.468.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [008b06cf2bcd06e9c45ff0cbd893c1eac51da4e4]

        INTEGRATION: CWS swwarnings (1.2.118); FILE MERGED 2007/05/16 10:17:32 tl 1.2.118.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b11363e887eed09914aecd6d4e8e65892afa700c]

        INTEGRATION: CWS swwarnings (1.5.624); FILE MERGED 2007/03/16 14:11:25 tl 1.5.624.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [485547fd4223a86acba8104024ac4b8ac19fc38f]

        INTEGRATION: CWS swwarnings (1.5.426); FILE MERGED 2007/02/22 15:06:40 tl 1.5.426.2: #i69287# warning-free code 2007/02/22 08:54:22 os 1.5.426.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a163cd80b5aa825aeee5d7bba610f74292cf2a46]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/05/29 11:49:46 os 1.11.222.3: RESYNC: (1.11-1.12); FILE MERGED 2007/04/03 13:00:49 tl 1.11.222.2: #i69287# warning-free code 2007/03/15 15:52:15 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [542e316f18c9e26bad450871e1b78c9aaa552ad2]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/15 15:52:15 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e58e7aa0fab5c282a83488620899b44fe5204250]

        INTEGRATION: CWS swwarnings (1.13.148); FILE MERGED 2007/08/20 15:46:37 tl 1.13.148.6: RESYNC: (1.14-1.15); FILE MERGED 2007/05/29 11:49:37 os 1.13.148.5: RESYNC: (1.13-1.14); FILE MERGED 2007/05/16 10:17:32 tl 1.13.148.4: #i69287# warning-free code 2007/04/03 13:00:49 tl 1.13.148.3: #i69287# warning-free code 2007/03/16 14:11:25 tl 1.13.148.2: #i69287# warning-free code 2007/03/15 15:52:14 tl 1.13.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [58c8330c7852e51539e2234f4c0fdf844883c418]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/03/16 14:11:24 tl 1.8.242.4: #i69287# warning-free code 2007/03/15 15:52:14 tl 1.8.242.3: #i69287# warning-free code 2007/02/27 13:07:06 tl 1.8.242.2: #i69287# warning-free code 2007/02/22 15:06:40 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df520ff691ab52d14421821abd86b045f02680ba]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/03 13:00:49 tl 1.11.222.3: #i69287# warning-free code 2007/03/16 14:11:24 tl 1.11.222.2: #i69287# warning-free code 2007/03/15 15:52:14 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f9adf882d0fee4101f2b621120612ac2ff2b412]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/16 14:11:24 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [16a9fe756ae018ef3658f4b7dcfb220bc28594b4]

        INTEGRATION: CWS swwarnings (1.21.210); FILE MERGED 2007/05/29 11:49:26 os 1.21.210.5: RESYNC: (1.22-1.23); FILE MERGED 2007/04/11 10:45:34 os 1.21.210.4: RESYNC: (1.21-1.22); FILE MERGED 2007/04/03 13:00:49 tl 1.21.210.3: #i69287# warning-free code 2007/03/15 15:52:14 tl 1.21.210.2: #i69287# warning-free code 2007/02/22 15:06:40 tl 1.21.210.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9d85c69d32399c0bc628074453c67f23a9d82f]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/06/29 14:07:55 os 1.13.222.5: merge errors fixed 2007/06/28 11:55:40 os 1.13.222.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 10:45:25 os 1.13.222.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/03 13:00:49 tl 1.13.222.2: #i69287# warning-free code 2007/03/15 15:52:13 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aab23c77e57b3254894c604c5dd5ca5cefe75ce5]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/03 13:00:48 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc65e23864be018ac1b499abc74dc018ab2f270c]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/05/29 11:49:18 os 1.22.222.4: RESYNC: (1.22-1.23); FILE MERGED 2007/04/18 14:58:50 tl 1.22.222.3: #i69287# warning-free code 2007/04/11 07:03:04 tl 1.22.222.2: #i69287# warning-free code 2007/03/15 15:52:13 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4933461df2cbb0031cabf07bc46345952085a47b]

        INTEGRATION: CWS swwarnings (1.14.160); FILE MERGED 2007/08/20 15:45:36 tl 1.14.160.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/22 15:06:39 tl 1.14.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d091574e7732e4aa5c9055a1aa6ecf4a3b0d5b5]

        INTEGRATION: CWS swwarnings (1.35.160); FILE MERGED 2007/08/20 15:45:24 tl 1.35.160.5: RESYNC: (1.36-1.38); FILE MERGED 2007/05/29 11:49:08 os 1.35.160.4: RESYNC: (1.35-1.36); FILE MERGED 2007/04/03 13:00:48 tl 1.35.160.3: #i69287# warning-free code 2007/03/15 15:52:13 tl 1.35.160.2: #i69287# warning-free code 2007/03/09 14:29:42 ama 1.35.160.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [795e99dd24085e53b74bef6753df63fb30c248f3]

        INTEGRATION: CWS swwarnings (1.29.242); FILE MERGED 2007/09/24 07:06:27 os 1.29.242.3: RESYNC: (1.30-1.31); FILE MERGED 2007/08/20 15:45:15 tl 1.29.242.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/26 08:51:09 tl 1.29.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74864ff811c51d483f0e186142751bd59e4d595d]

        INTEGRATION: CWS swwarnings (1.65.14); FILE MERGED 2007/09/24 07:06:19 os 1.65.14.10: RESYNC: (1.72-1.73); FILE MERGED 2007/08/24 08:16:24 tl 1.65.14.9: #i69287# warning-free code 2007/08/20 15:45:07 tl 1.65.14.8: RESYNC: (1.68-1.72); FILE MERGED 2007/06/28 11:55:32 os 1.65.14.7: RESYNC: (1.67-1.68); FILE MERGED 2007/05/30 12:48:25 os 1.65.14.6: merge error fixed 2007/05/29 11:49:00 os 1.65.14.5: RESYNC: (1.65-1.67); FILE MERGED 2007/04/18 12:23:10 tl 1.65.14.4: #i69287# warning-free code 2007/04/03 13:00:48 tl 1.65.14.3: #i69287# warning-free code 2007/03/15 15:52:12 tl 1.65.14.2: #i69287# warning-free code 2007/03/09 14:30:09 ama 1.65.14.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c872e59d0fa2715571a91c370614b4cb00307aca]

        INTEGRATION: CWS swwarnings (1.33.12); FILE MERGED 2007/05/29 11:48:51 os 1.33.12.5: RESYNC: (1.34-1.35); FILE MERGED 2007/04/11 10:45:17 os 1.33.12.4: RESYNC: (1.33-1.34); FILE MERGED 2007/04/03 13:00:47 tl 1.33.12.3: #i69287# warning-free code 2007/03/15 15:52:12 tl 1.33.12.2: #i69287# warning-free code 2007/02/22 15:06:39 tl 1.33.12.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfe96536c697ed8f1cee2593013fdb06457d670d]

        INTEGRATION: CWS swwarnings (1.19.160); FILE MERGED 2007/05/29 11:48:43 os 1.19.160.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/18 12:23:10 tl 1.19.160.3: #i69287# warning-free code 2007/04/03 13:00:47 tl 1.19.160.2: #i69287# warning-free code 2007/03/15 15:52:12 tl 1.19.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f88020e955cf12bd3bd316dfb673e060e7b7f437]

        INTEGRATION: CWS swwarnings (1.28.130); FILE MERGED 2007/08/20 15:44:58 tl 1.28.130.6: RESYNC: (1.29-1.30); FILE MERGED 2007/05/29 11:48:34 os 1.28.130.5: RESYNC: (1.28-1.29); FILE MERGED 2007/04/03 13:00:47 tl 1.28.130.4: #i69287# warning-free code 2007/03/15 15:52:11 tl 1.28.130.3: #i69287# warning-free code 2007/02/26 08:51:09 tl 1.28.130.2: #i69287# warning-free code 2007/02/22 15:06:39 tl 1.28.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f0b3eb0011d9c8ed9b6787f31a6bd1451e95d0]

        INTEGRATION: CWS swwarnings (1.29.222); FILE MERGED 2007/05/29 11:48:26 os 1.29.222.4: RESYNC: (1.29-1.30); FILE MERGED 2007/04/11 07:03:04 tl 1.29.222.3: #i69287# warning-free code 2007/04/03 13:00:46 tl 1.29.222.2: #i69287# warning-free code 2007/03/15 15:52:11 tl 1.29.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c7294876bc998824c52069c42731e98aea4b7a3]

        INTEGRATION: CWS swwarnings (1.64.126); FILE MERGED 2007/09/24 07:06:10 os 1.64.126.7: RESYNC: (1.67-1.68); FILE MERGED 2007/05/29 11:48:17 os 1.64.126.6: RESYNC: (1.66-1.67); FILE MERGED 2007/04/11 10:45:08 os 1.64.126.5: RESYNC: (1.64-1.66); FILE MERGED 2007/04/11 07:03:04 tl 1.64.126.4: #i69287# warning-free code 2007/04/03 13:00:46 tl 1.64.126.3: #i69287# warning-free code 2007/03/16 14:11:24 tl 1.64.126.2: #i69287# warning-free code 2007/03/15 15:52:10 tl 1.64.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6481e39b7932c029c65af49b20b38d11cd1dfc76]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/16 14:11:23 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70362bb59254af40944e6209f77e1b5f377461bf]

        INTEGRATION: CWS swwarnings (1.4.552); FILE MERGED 2007/03/05 12:45:35 tl 1.4.552.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ebc4993e2de4301cad67da27228673a5f257b4f]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/04/03 13:00:45 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c9416bd23a12e70126efc6c4b736aefa66eed0]

        INTEGRATION: CWS swwarnings (1.14.198); FILE MERGED 2007/08/20 15:44:51 tl 1.14.198.3: RESYNC: (1.14-1.15); FILE MERGED 2007/03/15 15:52:10 tl 1.14.198.2: #i69287# warning-free code 2007/02/22 15:06:39 tl 1.14.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a8c70575904226ca2d3ac44ae1ba8ad84344c26]

        INTEGRATION: CWS swwarnings (1.16.16); FILE MERGED 2007/04/04 08:02:14 tl 1.16.16.4: #i69287# warning-free code 2007/04/03 13:00:45 tl 1.16.16.3: #i69287# warning-free code 2007/03/16 14:11:23 tl 1.16.16.2: #i69287# warning-free code 2007/03/15 15:52:10 tl 1.16.16.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0159a13bf6a3f768f490d7f36e7e3fa8c0704432]

        INTEGRATION: CWS swwarnings (1.34.222); FILE MERGED 2007/08/20 15:44:34 tl 1.34.222.4: RESYNC: (1.34-1.35); FILE MERGED 2007/04/11 07:03:03 tl 1.34.222.3: #i69287# warning-free code 2007/04/03 13:00:44 tl 1.34.222.2: #i69287# warning-free code 2007/03/15 15:52:09 tl 1.34.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31177b7db0aad799c687c261b97e9496f9eb157]

        INTEGRATION: CWS swwarnings (1.14.212); FILE MERGED 2007/04/03 13:00:44 tl 1.14.212.3: #i69287# warning-free code 2007/03/15 15:52:09 tl 1.14.212.2: #i69287# warning-free code 2007/02/22 15:06:39 tl 1.14.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79ec9892ef2dd967480b054eafb325846f9f9be5]

        INTEGRATION: CWS swwarnings (1.40.130); FILE MERGED 2007/08/20 15:44:27 tl 1.40.130.8: RESYNC: (1.41-1.42); FILE MERGED 2007/05/29 11:48:04 os 1.40.130.7: RESYNC: (1.40-1.41); FILE MERGED 2007/04/11 07:03:03 tl 1.40.130.6: #i69287# warning-free code 2007/04/03 13:00:43 tl 1.40.130.5: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.40.130.4: #i69287# warning-free code 2007/03/09 12:37:54 ama 1.40.130.3: #i69287#: warning free code 2007/03/05 12:45:35 tl 1.40.130.2: #i69287# warning-free code 2007/02/22 15:06:38 tl 1.40.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a427c602a35500ce03578dc0921420e5df7984f9]

        INTEGRATION: CWS swwarnings (1.5.476); FILE MERGED 2007/03/16 14:11:23 tl 1.5.476.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [895dc0f7f5d19b84beffbb5fb088e744d03ccf1c]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/08/20 15:44:20 tl 1.5.242.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/16 14:11:23 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4823546b8173c7018354f9f6c00e0a4b97a0018]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/08/20 15:44:12 tl 1.15.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/05/29 11:47:52 os 1.15.222.3: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 13:00:43 tl 1.15.222.2: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06993d298de7cf76688d647c4d23d29f2ca22565]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/16 14:11:23 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec7be2e54ef53fd32c75e8a4fddaf25292a8d54]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 13:00:43 tl 1.8.222.2: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c006e09eb205659c4189aea5e5a119bc30e1a4]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 11:47:44 os 1.14.222.5: RESYNC: (1.15-1.16); FILE MERGED 2007/04/11 10:44:59 os 1.14.222.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 07:03:03 tl 1.14.222.3: #i69287# warning-free code 2007/04/03 13:00:43 tl 1.14.222.2: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdd9e840ae446bfddb346708f613dfb498d2a4c1]

        INTEGRATION: CWS swwarnings (1.19.128); FILE MERGED 2007/08/22 14:05:03 tl 1.19.128.8: #i69287# warning-free code 2007/08/20 15:44:05 tl 1.19.128.7: RESYNC: (1.21-1.22); FILE MERGED 2007/05/29 11:47:34 os 1.19.128.6: RESYNC: (1.20-1.21); FILE MERGED 2007/04/13 11:15:21 tl 1.19.128.5: #i69287# warning-free code 2007/04/11 10:44:49 os 1.19.128.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/11 07:03:03 tl 1.19.128.3: #i69287# warning-free code 2007/04/03 13:00:43 tl 1.19.128.2: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.19.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c6c065586f8cab97f7c11615e57ee6379928202]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 11:47:22 os 1.16.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:02 tl 1.16.222.3: #i69287# warning-free code 2007/04/03 13:00:42 tl 1.16.222.2: #i69287# warning-free code 2007/03/15 15:52:08 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e00030f97e6d109baeb4ffcecbad83c15338293d]

        INTEGRATION: CWS swwarnings (1.26.198); FILE MERGED 2007/05/29 11:47:11 os 1.26.198.6: RESYNC: (1.26-1.27); FILE MERGED 2007/04/11 07:03:02 tl 1.26.198.5: #i69287# warning-free code 2007/04/03 13:00:42 tl 1.26.198.4: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.26.198.3: #i69287# warning-free code 2007/02/23 11:40:19 tl 1.26.198.2: #i69287# warning-free code 2007/02/23 11:09:14 tl 1.26.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3813b4ffba4ec8f279981d64bb19c598d06b4976]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/05/29 11:47:02 os 1.22.222.3: RESYNC: (1.22-1.23); FILE MERGED 2007/04/03 13:00:42 tl 1.22.222.2: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c6b8a578efc71f8603eef5bc9f2a98b1338285]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/05/29 11:46:53 os 1.20.222.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/03 13:00:42 tl 1.20.222.2: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.20.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74034b2dab1e70e02f226bb2df9a58ed9531ff8]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/03 13:00:41 tl 1.10.222.2: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9935c4c1d8dfe5901fef4c79bc5cd994005a9b6]

        INTEGRATION: CWS swwarnings (1.18.44); FILE MERGED 2007/06/29 10:48:31 os 1.18.44.5: merge error fixed 2007/06/28 11:55:25 os 1.18.44.4: RESYNC: (1.19-1.20); FILE MERGED 2007/05/29 11:46:43 os 1.18.44.3: RESYNC: (1.18-1.19); FILE MERGED 2007/04/03 13:00:41 tl 1.18.44.2: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.18.44.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b50cd71172ab8e4a11025f1501e65f91cb97dde]

        INTEGRATION: CWS swwarnings (1.21.44); FILE MERGED 2007/06/29 10:48:31 os 1.21.44.5: merge error fixed 2007/06/28 11:55:17 os 1.21.44.4: RESYNC: (1.21-1.22); FILE MERGED 2007/04/11 07:03:02 tl 1.21.44.3: #i69287# warning-free code 2007/04/03 13:00:41 tl 1.21.44.2: #i69287# warning-free code 2007/03/15 15:52:07 tl 1.21.44.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b52e955bc6f53cbf910af9054dc0c6d378f4f55]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/03 13:00:41 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48dd38db5a377f0eff4fa7b43906276715967c9a]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/08/20 15:43:57 tl 1.24.222.4: RESYNC: (1.25-1.26); FILE MERGED 2007/05/29 11:46:31 os 1.24.222.3: RESYNC: (1.24-1.25); FILE MERGED 2007/04/03 13:00:40 tl 1.24.222.2: #i69287# warning-free code 2007/03/15 15:52:06 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd990bc6eb78a9d17adb0982b5c614f90eae95f5]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/03 13:00:40 tl 1.11.222.3: #i69287# warning-free code 2007/03/16 14:11:22 tl 1.11.222.2: #i69287# warning-free code 2007/03/12 12:19:16 ama 1.11.222.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1266c437f97e1db7303ad07954c42b928ed959]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/08/20 15:43:50 tl 1.11.222.4: RESYNC: (1.11-1.12); FILE MERGED 2007/04/03 13:00:40 tl 1.11.222.3: #i69287# warning-free code 2007/03/16 14:11:22 tl 1.11.222.2: #i69287# warning-free code 2007/03/15 15:52:06 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbcaa244a1f6fb905e5f95be0b06ca3e23426831]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 11:46:03 os 1.16.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:03:02 tl 1.16.222.3: #i69287# warning-free code 2007/04/03 13:00:40 tl 1.16.222.2: #i69287# warning-free code 2007/03/15 15:52:06 tl 1.16.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f24e979c1f752f5eca1ffe14bd2871b43f75b1e]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/03 13:00:40 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [487df55eee9ef1bb8c8cdc60dbf3892981d85985]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/05/29 11:45:52 os 1.22.222.4: RESYNC: (1.22-1.23); FILE MERGED 2007/05/16 10:17:32 tl 1.22.222.3: #i69287# warning-free code 2007/04/03 13:00:40 tl 1.22.222.2: #i69287# warning-free code 2007/03/15 15:52:06 tl 1.22.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [345c55ac4345cf0751729b8c8c379d98428f37fd]

        INTEGRATION: CWS swwarnings (1.34.128); FILE MERGED 2007/09/24 07:06:01 os 1.34.128.6: RESYNC: (1.36-1.37); FILE MERGED 2007/05/29 11:45:44 os 1.34.128.5: RESYNC: (1.35-1.36); FILE MERGED 2007/04/11 10:44:28 os 1.34.128.4: RESYNC: (1.34-1.35); FILE MERGED 2007/04/11 07:03:01 tl 1.34.128.3: #i69287# warning-free code 2007/04/03 13:00:39 tl 1.34.128.2: #i69287# warning-free code 2007/03/15 15:52:06 tl 1.34.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [15de37990db2ea2b56aa6502166e036b62c3be6d]

        INTEGRATION: CWS swwarnings (1.36.42); FILE MERGED 2007/09/24 07:05:51 os 1.36.42.5: RESYNC: (1.38-1.39); FILE MERGED 2007/05/29 11:45:35 os 1.36.42.4: RESYNC: (1.37-1.38); FILE MERGED 2007/04/11 10:44:20 os 1.36.42.3: RESYNC: (1.36-1.37); FILE MERGED 2007/04/03 13:00:39 tl 1.36.42.2: #i69287# warning-free code 2007/03/15 15:52:05 tl 1.36.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c30ec79e3104f605111b7a43a2e34b73a72b8a4a]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/02/23 11:40:19 tl 1.14.222.2: #i69287# warning-free code 2007/02/23 11:09:14 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b4bb296494334e8cacc463fe26bdad07048575]

        INTEGRATION: CWS swwarnings (1.46.130); FILE MERGED 2007/08/20 15:43:42 tl 1.46.130.6: RESYNC: (1.48-1.50); FILE MERGED 2007/05/29 11:45:25 os 1.46.130.5: RESYNC: (1.46-1.48); FILE MERGED 2007/04/11 07:03:01 tl 1.46.130.4: #i69287# warning-free code 2007/04/03 13:00:39 tl 1.46.130.3: #i69287# warning-free code 2007/03/15 15:52:05 tl 1.46.130.2: #i69287# warning-free code 2007/03/05 12:45:34 tl 1.46.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [363280c00d30a65cdfdc385e0833837f5dbf31ad]

        INTEGRATION: CWS swwarnings (1.50.160); FILE MERGED 2007/08/20 15:43:35 tl 1.50.160.6: RESYNC: (1.51-1.52); FILE MERGED 2007/05/29 11:45:15 os 1.50.160.5: RESYNC: (1.50-1.51); FILE MERGED 2007/05/16 10:17:31 tl 1.50.160.4: #i69287# warning-free code 2007/04/11 07:03:01 tl 1.50.160.3: #i69287# warning-free code 2007/04/03 13:00:39 tl 1.50.160.2: #i69287# warning-free code 2007/03/15 15:52:04 tl 1.50.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2305721f77f6c48c995dded6461a0dd17726bf58]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/08/20 15:43:27 tl 1.10.222.2: RESYNC: (1.10-1.11); FILE MERGED 2007/03/15 15:52:03 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [591638591ca0633bdf6cdcdf69929015191efc26]

        INTEGRATION: CWS swwarnings (1.25.160); FILE MERGED 2007/05/29 11:45:03 os 1.25.160.2: RESYNC: (1.25-1.26); FILE MERGED 2007/04/03 13:00:38 tl 1.25.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf6296e3b941d936bf6665f61451595d9bfa2adb]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 13:00:38 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5220d1b427742433d13fcc5cbcbc4e1b558f8232]

        INTEGRATION: CWS swwarnings (1.40.140); FILE MERGED 2007/08/20 15:43:19 tl 1.40.140.3: RESYNC: (1.40-1.41); FILE MERGED 2007/03/09 16:07:01 fme 1.40.140.2: #i69287# Warning free code 2007/02/22 15:06:38 tl 1.40.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b978da4db7b161826bc9514b569501466992fc8]

        INTEGRATION: CWS swwarnings (1.26.42); FILE MERGED 2007/08/22 13:52:13 tl 1.26.42.3: #i69287# warning-free code 2007/08/20 15:42:48 tl 1.26.42.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/09 16:07:01 fme 1.26.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa66633271e89f67e53fe51a7d54636d9afd05f0]

        INTEGRATION: CWS swwarnings (1.68.40); FILE MERGED 2007/08/24 11:51:58 tl 1.68.40.9: #i69287# warning-free code 2007/08/22 13:52:13 tl 1.68.40.8: #i69287# warning-free code 2007/08/20 15:43:11 tl 1.68.40.7: RESYNC: (1.71-1.75); FILE MERGED 2007/05/29 11:44:54 os 1.68.40.6: RESYNC: (1.69-1.71); FILE MERGED 2007/04/11 10:44:11 os 1.68.40.5: RESYNC: (1.68-1.69); FILE MERGED 2007/04/11 07:03:00 tl 1.68.40.4: #i69287# warning-free code 2007/04/03 13:00:38 tl 1.68.40.3: #i69287# warning-free code 2007/03/09 16:07:01 fme 1.68.40.2: #i69287# Warning free code 2007/02/22 15:06:38 tl 1.68.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45d94922eda0add5254c302e233a3536cd1313bb]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/05/29 11:44:44 os 1.26.222.4: RESYNC: (1.27-1.28); FILE MERGED 2007/04/11 10:44:02 os 1.26.222.3: RESYNC: (1.26-1.27); FILE MERGED 2007/04/03 13:00:37 tl 1.26.222.2: #i69287# warning-free code 2007/03/09 16:07:01 fme 1.26.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9875a6bdd068429d4226ee98d0ea809d3c237bcb]

        INTEGRATION: CWS swwarnings (1.34.42); FILE MERGED 2007/08/20 15:43:03 tl 1.34.42.5: RESYNC: (1.36-1.37); FILE MERGED 2007/05/29 11:44:35 os 1.34.42.4: RESYNC: (1.35-1.36); FILE MERGED 2007/04/11 10:43:53 os 1.34.42.3: RESYNC: (1.34-1.35); FILE MERGED 2007/03/09 16:07:00 fme 1.34.42.2: #i69287# Warning free code 2007/02/22 15:06:38 tl 1.34.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f066a9cb05ebf27a5f3700340e9e05577d72d5]

        INTEGRATION: CWS swwarnings (1.20.126); FILE MERGED 2007/03/09 16:07:00 fme 1.20.126.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5327e4ec1d9adc357c0a2235c14ef1cf0c80e503]

        INTEGRATION: CWS swwarnings (1.18.42); FILE MERGED 2007/09/24 07:05:27 os 1.18.42.5: RESYNC: (1.20-1.21); FILE MERGED 2007/08/24 10:12:42 tl 1.18.42.4: #i69287# warning-free code 2007/08/20 15:42:55 tl 1.18.42.3: RESYNC: (1.18-1.20); FILE MERGED 2007/04/03 13:00:37 tl 1.18.42.2: #i69287# warning-free code 2007/03/09 16:07:00 fme 1.18.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc4aed26d1becc4cd652e15f1177ee2c5723ed8d]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/09/24 07:05:34 os 1.11.222.4: RESYNC: (1.11-1.12); FILE MERGED 2007/04/11 07:03:00 tl 1.11.222.3: #i69287# warning-free code 2007/04/03 13:00:37 tl 1.11.222.2: #i69287# warning-free code 2007/03/09 16:07:00 fme 1.11.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64d2ba1f239bcab045f1441a485ee1aeb74d400]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/04/03 13:00:37 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a85ba2b5242ddd44127dfcbe8050483a17203110]

        INTEGRATION: CWS swwarnings (1.30.220); FILE MERGED 2007/08/22 15:06:11 tl 1.30.220.8: #i69287# warning-free code 2007/08/20 15:42:29 tl 1.30.220.7: RESYNC: (1.31-1.32); FILE MERGED 2007/06/29 13:06:20 os 1.30.220.6: merge errors fixed 2007/06/28 11:55:10 os 1.30.220.5: RESYNC: (1.30-1.31); FILE MERGED 2007/04/18 08:26:37 tl 1.30.220.4: #i69287# warning-free code 2007/04/11 07:03:00 tl 1.30.220.3: #i69287# warning-free code 2007/03/16 14:11:57 tl 1.30.220.2: #i69287# warning-free code 2007/03/15 15:51:20 tl 1.30.220.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93cb1f8bb13e25586f61ba108e959376d90e91ed]

        INTEGRATION: CWS swwarnings (1.99.220); FILE MERGED 2007/09/24 07:05:20 os 1.99.220.14: RESYNC: (1.107-1.108); FILE MERGED 2007/08/24 10:40:10 tl 1.99.220.13: #i69287# warning-free code 2007/08/24 08:16:23 tl 1.99.220.12: #i69287# warning-free code 2007/08/20 15:42:21 tl 1.99.220.11: RESYNC: (1.103-1.107); FILE MERGED 2007/06/28 11:55:00 os 1.99.220.10: RESYNC: (1.101-1.103); FILE MERGED 2007/05/31 13:47:04 tl 1.99.220.9: warning-free code 2007/05/30 14:09:07 os 1.99.220.8: merge errors fixed 2007/05/29 11:44:23 os 1.99.220.7: RESYNC: (1.99-1.101); FILE MERGED 2007/04/11 07:03:00 tl 1.99.220.6: #i69287# warning-free code 2007/04/03 13:00:36 tl 1.99.220.5: #i69287# warning-free code 2007/03/16 14:11:57 tl 1.99.220.4: #i69287# warning-free code 2007/03/15 15:51:20 tl 1.99.220.3: #i69287# warning-free code 2007/03/09 13:49:06 ama 1.99.220.2: #i69287#: warning free code 2007/03/05 12:45:34 tl 1.99.220.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c05f6731b64be36ab824fcd2f1ed1fbd44044820]

        INTEGRATION: CWS swwarnings (1.69.14); FILE MERGED 2007/08/20 15:42:13 tl 1.69.14.12: RESYNC: (1.72-1.74); FILE MERGED 2007/06/29 13:06:20 os 1.69.14.11: merge errors fixed 2007/06/28 11:54:51 os 1.69.14.10: RESYNC: (1.71-1.72); FILE MERGED 2007/05/29 11:44:11 os 1.69.14.9: RESYNC: (1.70-1.71); FILE MERGED 2007/05/16 07:51:45 os 1.69.14.8: missing line reintroduced 2007/05/16 06:28:05 os 1.69.14.7: warnings in debug mode removed 2007/04/11 10:43:45 os 1.69.14.6: RESYNC: (1.69-1.70); FILE MERGED 2007/04/11 07:02:59 tl 1.69.14.5: #i69287# warning-free code 2007/04/03 13:00:36 tl 1.69.14.4: #i69287# warning-free code 2007/03/16 14:11:57 tl 1.69.14.3: #i69287# warning-free code 2007/03/15 15:51:20 tl 1.69.14.2: #i69287# warning-free code 2007/03/09 13:49:05 ama 1.69.14.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d0faca34627cdd53ef8560770e789854b2ea141]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/06/29 13:06:20 os 1.15.222.4: merge errors fixed 2007/06/28 11:54:44 os 1.15.222.3: RESYNC: (1.15-1.16); FILE MERGED 2007/03/16 14:11:56 tl 1.15.222.2: #i69287# warning-free code 2007/03/15 15:51:20 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae470792eb258f9bc906ffe994ac668d6ecb4ed6]

        INTEGRATION: CWS swwarnings (1.48.222); FILE MERGED 2007/05/29 11:44:01 os 1.48.222.7: RESYNC: (1.48-1.49); FILE MERGED 2007/05/16 06:28:04 os 1.48.222.6: warnings in debug mode removed 2007/04/11 07:02:59 tl 1.48.222.5: #i69287# warning-free code 2007/04/03 13:00:36 tl 1.48.222.4: #i69287# warning-free code 2007/03/16 14:11:56 tl 1.48.222.3: #i69287# warning-free code 2007/03/15 15:51:19 tl 1.48.222.2: #i69287# warning-free code 2007/03/09 13:49:05 ama 1.48.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [176177130fab5237927bd6ac17bdb6e8a0cf8295]

        INTEGRATION: CWS swwarnings (1.54.222); FILE MERGED 2007/06/28 11:54:37 os 1.54.222.6: RESYNC: (1.55-1.56); FILE MERGED 2007/05/29 11:43:52 os 1.54.222.5: RESYNC: (1.54-1.55); FILE MERGED 2007/04/18 08:26:37 tl 1.54.222.4: #i69287# warning-free code 2007/04/11 07:02:59 tl 1.54.222.3: #i69287# warning-free code 2007/04/03 13:00:36 tl 1.54.222.2: #i69287# warning-free code 2007/03/15 15:51:19 tl 1.54.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0513493ba5501ac996d0855a1e9c23c43cc45ab7]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/06/28 11:54:29 os 1.12.222.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/11 07:02:59 tl 1.12.222.2: #i69287# warning-free code 2007/03/15 15:51:19 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ec3213781144d4b8d4e8e94f05e716daa951a1]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/06/28 11:54:22 os 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/15 15:51:19 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f922fd8a2e9e61498db9fabb5b81e4674908656]

        INTEGRATION: CWS swwarnings (1.29.42); FILE MERGED 2007/06/29 13:06:20 os 1.29.42.4: merge errors fixed 2007/06/28 11:54:15 os 1.29.42.3: RESYNC: (1.29-1.30); FILE MERGED 2007/03/16 14:11:56 tl 1.29.42.2: #i69287# warning-free code 2007/03/15 15:51:19 tl 1.29.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4b5ea59045a0e3e94116e30ebae46d8ffb4f0b]

        INTEGRATION: CWS swwarnings (1.35.38); FILE MERGED 2007/08/20 15:41:53 tl 1.35.38.3: RESYNC: (1.35-1.36); FILE MERGED 2007/04/03 13:00:35 tl 1.35.38.2: #i69287# warning-free code 2007/03/15 15:51:19 tl 1.35.38.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d19ee4e1334ece979a4a7517844b425ad5150e2d]

        INTEGRATION: CWS swwarnings (1.37.38); FILE MERGED 2007/08/20 15:41:45 tl 1.37.38.4: RESYNC: (1.38-1.39); FILE MERGED 2007/06/29 13:06:20 os 1.37.38.3: merge errors fixed 2007/06/28 11:54:03 os 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2007/03/15 15:51:18 tl 1.37.38.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaa60135833b064a74719fdc584bd7342ed33317]

        INTEGRATION: CWS swwarnings (1.36.130); FILE MERGED 2007/06/28 11:53:54 os 1.36.130.3: RESYNC: (1.36-1.37); FILE MERGED 2007/04/11 07:02:59 tl 1.36.130.2: #i69287# warning-free code 2007/03/15 15:51:18 tl 1.36.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c36fd8c8072bc72dc596211d9cc5dd92be62e28d]

        INTEGRATION: CWS swwarnings (1.58.38); FILE MERGED 2007/08/20 15:41:36 tl 1.58.38.9: RESYNC: (1.59-1.61); FILE MERGED 2007/06/28 11:53:45 os 1.58.38.8: RESYNC: (1.58-1.59); FILE MERGED 2007/05/16 06:28:04 os 1.58.38.7: warnings in debug mode removed 2007/04/19 08:17:48 tl 1.58.38.6: #i69287# warning-free code 2007/04/18 08:26:36 tl 1.58.38.5: #i69287# warning-free code 2007/04/11 07:02:59 tl 1.58.38.4: #i69287# warning-free code 2007/04/03 13:00:35 tl 1.58.38.3: #i69287# warning-free code 2007/03/15 15:51:18 tl 1.58.38.2: #i69287# warning-free code 2007/03/09 12:18:35 ama 1.58.38.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [131300f10132e34c41512a110366a40a8b9dd01b]

        INTEGRATION: CWS swwarnings (1.99.128); FILE MERGED 2007/08/20 15:41:28 tl 1.99.128.6: RESYNC: (1.99-1.100); FILE MERGED 2007/04/11 07:02:58 tl 1.99.128.5: #i69287# warning-free code 2007/04/03 13:00:35 tl 1.99.128.4: #i69287# warning-free code 2007/03/15 15:51:18 tl 1.99.128.3: #i69287# warning-free code 2007/03/09 13:58:01 ama 1.99.128.2: #i69287#: warning free code 2007/03/09 13:49:04 ama 1.99.128.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ccf13effdbebfeff0b58dacacf8d6818dcb10d]

        INTEGRATION: CWS swwarnings (1.193.36); FILE MERGED 2007/08/20 15:41:20 tl 1.193.36.6: RESYNC: (1.198-1.199); FILE MERGED 2007/05/30 11:48:03 os 1.193.36.5: warnings removed 2007/05/29 11:43:27 os 1.193.36.4: RESYNC: (1.196-1.198); FILE MERGED 2007/04/11 10:43:10 os 1.193.36.3: RESYNC: (1.193-1.196); FILE MERGED 2007/04/03 13:00:34 tl 1.193.36.2: #i69287# warning-free code 2007/03/15 15:51:17 tl 1.193.36.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f462dac5e8e8982953ba8f9a9fabc57691fb44c]

        INTEGRATION: CWS swwarnings (1.60.222); FILE MERGED 2007/06/28 11:53:36 os 1.60.222.6: RESYNC: (1.60-1.61); FILE MERGED 2007/04/03 13:00:34 tl 1.60.222.5: #i69287# warning-free code 2007/03/16 14:11:56 tl 1.60.222.4: #i69287# warning-free code 2007/03/15 15:51:17 tl 1.60.222.3: #i69287# warning-free code 2007/03/09 13:49:03 ama 1.60.222.2: #i69287#: warning free code 2007/03/09 12:19:41 ama 1.60.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c727dd0fe4465b8c8a3620eb9a365f8320cf2595]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/08/20 15:41:12 tl 1.24.222.4: RESYNC: (1.25-1.26); FILE MERGED 2007/06/28 11:53:27 os 1.24.222.3: RESYNC: (1.24-1.25); FILE MERGED 2007/04/11 07:02:58 tl 1.24.222.2: #i69287# warning-free code 2007/03/15 15:51:17 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fb223670ce449b26872dc0d979d3e0ea488468d]

        INTEGRATION: CWS swwarnings (1.109.16); FILE MERGED 2007/08/24 08:16:23 tl 1.109.16.11: #i69287# warning-free code 2007/08/22 15:06:11 tl 1.109.16.10: #i69287# warning-free code 2007/08/20 15:40:58 tl 1.109.16.9: RESYNC: (1.111-1.112); FILE MERGED 2007/06/28 11:53:20 os 1.109.16.8: RESYNC: (1.110-1.111); FILE MERGED 2007/05/29 11:43:17 os 1.109.16.7: RESYNC: (1.109-1.110); FILE MERGED 2007/05/16 06:28:04 os 1.109.16.6: warnings in debug mode removed 2007/04/11 07:02:58 tl 1.109.16.5: #i69287# warning-free code 2007/04/03 13:00:34 tl 1.109.16.4: #i69287# warning-free code 2007/03/16 14:11:56 tl 1.109.16.3: #i69287# warning-free code 2007/03/15 15:51:17 tl 1.109.16.2: #i69287# warning-free code 2007/03/09 13:49:02 ama 1.109.16.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [684af6d516c9f1ce5b28d2db3d8b14a08a84109c]

        INTEGRATION: CWS swwarnings (1.94.36); FILE MERGED 2007/08/22 13:56:54 tl 1.94.36.12: #i69287# warning-free code 2007/08/20 15:40:50 tl 1.94.36.11: RESYNC: (1.96-1.98); FILE MERGED 2007/06/28 11:53:11 os 1.94.36.10: RESYNC: (1.95-1.96); FILE MERGED 2007/05/16 06:28:04 os 1.94.36.9: warnings in debug mode removed 2007/04/18 12:19:45 tl 1.94.36.8: #i69287# warning-free code 2007/04/11 10:43:01 os 1.94.36.7: RESYNC: (1.94-1.95); FILE MERGED 2007/04/11 07:02:58 tl 1.94.36.6: #i69287# warning-free code 2007/04/03 13:00:34 tl 1.94.36.5: #i69287# warning-free code 2007/03/16 14:11:56 tl 1.94.36.4: #i69287# warning-free code 2007/03/15 15:51:17 tl 1.94.36.3: #i69287# warning-free code 2007/03/12 12:17:06 ama 1.94.36.2: i69287#: warning free code 2007/03/09 13:49:02 ama 1.94.36.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a6a090aa9eb7248013e552872c824192631696a]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/03/15 15:51:16 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a75a1e25564b7c5a16a5b6c4ffa5cc4fe146d601]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/04/11 07:02:57 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8a7aece43283ab907ee0d4e39aeca6f2fd29b1]

        INTEGRATION: CWS swwarnings (1.75.42); FILE MERGED 2007/05/29 11:43:05 os 1.75.42.5: RESYNC: (1.75-1.76); FILE MERGED 2007/04/11 07:02:57 tl 1.75.42.4: #i69287# warning-free code 2007/04/03 13:00:33 tl 1.75.42.3: #i69287# warning-free code 2007/03/16 14:11:55 tl 1.75.42.2: #i69287# warning-free code 2007/03/15 15:51:16 tl 1.75.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb293520c8a736c94e028fbb228060558cfcd8cc]

        INTEGRATION: CWS swwarnings (1.25.130); FILE MERGED 2007/06/28 11:53:03 os 1.25.130.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/03 13:00:33 tl 1.25.130.3: #i69287# warning-free code 2007/03/15 15:51:16 tl 1.25.130.2: #i69287# warning-free code 2007/03/09 13:49:01 ama 1.25.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [060ea46c1b2686e7f41b70ec6e24c753d5876997]

        INTEGRATION: CWS swwarnings (1.33.36); FILE MERGED 2007/05/29 11:42:33 os 1.33.36.4: RESYNC: (1.33-1.34); FILE MERGED 2007/04/03 13:00:33 tl 1.33.36.3: #i69287# warning-free code 2007/03/16 14:11:55 tl 1.33.36.2: #i69287# warning-free code 2007/03/15 15:51:16 tl 1.33.36.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ba3fd130b4ecc9c7be9cbec366ded216317545]

        INTEGRATION: CWS swwarnings (1.2.12); FILE MERGED 2007/09/24 07:05:08 os 1.2.12.7: RESYNC: (1.7-1.9); FILE MERGED 2007/08/24 08:16:23 tl 1.2.12.6: #i69287# warning-free code 2007/08/20 15:40:41 tl 1.2.12.5: RESYNC: (1.3-1.7); FILE MERGED 2007/06/29 13:06:20 os 1.2.12.4: merge errors fixed 2007/06/28 11:52:55 os 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2007/05/31 13:47:04 tl 1.2.12.2: warning-free code 2007/05/30 11:46:03 os 1.2.12.1: warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0564de1c5538e5da12b9c8c8c540db01658b386b]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/03/15 15:51:16 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d8a8068647423b7a0754200a11ccd2dd3d4e726]

        INTEGRATION: CWS swwarnings (1.2.12); FILE MERGED 2007/05/30 11:21:33 os 1.2.12.1: unused variable removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e1af57ded852aca80f364341d386d1e0640a3ca]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/06/01 07:17:39 tl 1.19.222.5: #i69287# warning-free code 2007/05/30 11:34:57 os 1.19.222.4: duplicate C2U removed 2007/04/11 07:02:57 tl 1.19.222.3: #i69287# warning-free code 2007/03/15 15:51:16 tl 1.19.222.2: #i69287# warning-free code 2007/03/09 13:49:01 ama 1.19.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a39125452c1df0adda4be064e8baffc96c9aadc]

        INTEGRATION: CWS swwarnings (1.9.130); FILE MERGED 2007/08/20 15:40:20 tl 1.9.130.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 13:00:33 tl 1.9.130.2: #i69287# warning-free code 2007/03/07 15:38:47 ama 1.9.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29ced56037cecd421ba7c5bad6a1e77fc24fd98e]

        INTEGRATION: CWS swwarnings (1.26.126); FILE MERGED 2007/08/20 15:40:11 tl 1.26.126.8: RESYNC: (1.30-1.33); FILE MERGED 2007/06/28 11:52:36 os 1.26.126.7: RESYNC: (1.29-1.30); FILE MERGED 2007/05/30 13:53:10 os 1.26.126.6: warnings removed 2007/05/29 11:41:09 os 1.26.126.5: RESYNC: (1.27-1.29); FILE MERGED 2007/04/11 10:42:52 os 1.26.126.4: RESYNC: (1.26-1.27); FILE MERGED 2007/04/03 13:00:32 tl 1.26.126.3: #i69287# warning-free code 2007/03/09 15:00:13 ama 1.26.126.2: #i69287#: warning free code 2007/03/07 15:38:46 ama 1.26.126.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c7849df4cdf8950d42a8f20338a2c5dce4d46a1]

        INTEGRATION: CWS swwarnings (1.7.212); FILE MERGED 2007/04/03 13:00:32 tl 1.7.212.2: #i69287# warning-free code 2007/03/07 15:38:46 ama 1.7.212.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60479ea1905f3e5a028b57ec173fe009027b494d]

        INTEGRATION: CWS swwarnings (1.13.130); FILE MERGED 2007/08/20 15:40:02 tl 1.13.130.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/03 13:00:31 tl 1.13.130.2: #i69287# warning-free code 2007/03/07 15:38:45 ama 1.13.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a97b78d14ca365aa0a74ae4e43f302d6decbe22e]

        INTEGRATION: CWS swwarnings (1.12.212); FILE MERGED 2007/04/03 13:00:31 tl 1.12.212.2: #i69287# warning-free code 2007/03/07 15:38:44 ama 1.12.212.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd090f99907c9afc420804ccd437edf6f3518350]

        INTEGRATION: CWS swwarnings (1.18.130); FILE MERGED 2007/04/11 07:02:57 tl 1.18.130.2: #i69287# warning-free code 2007/03/07 15:38:44 ama 1.18.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aef9e3eaf340ba1f1a0ae731e9f88e545d7bb64d]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/03 13:00:30 tl 1.12.222.2: #i69287# warning-free code 2007/03/07 15:38:43 ama 1.12.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cb9301f75cefdc9b2c3419c6eab5ee2e9da9db5]

        INTEGRATION: CWS swwarnings (1.8.130); FILE MERGED 2007/08/20 15:39:54 tl 1.8.130.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/03 13:00:29 tl 1.8.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7dc2c0c1050fd2ca37f28249990f16130f0010b]

        INTEGRATION: CWS swwarnings (1.25.130); FILE MERGED 2007/08/20 15:39:46 tl 1.25.130.5: RESYNC: (1.26-1.28); FILE MERGED 2007/05/29 11:40:14 os 1.25.130.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/11 07:02:56 tl 1.25.130.3: #i69287# warning-free code 2007/04/03 13:00:28 tl 1.25.130.2: #i69287# warning-free code 2007/03/07 15:38:43 ama 1.25.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f26d2ca0001dd054ebc598e82d81515aad6e2f]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/07 15:38:42 ama 1.8.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e74a9a11335c6454d12f83086d40f17b84af7d6]

        INTEGRATION: CWS swwarnings (1.18.130); FILE MERGED 2007/05/16 06:28:22 os 1.18.130.2: warnings in debug mode removed 2007/03/07 15:38:42 ama 1.18.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd5be1a502dbcaad8fdb9ad1eb90a9a83798c322]

        INTEGRATION: CWS swwarnings (1.13.130); FILE MERGED 2007/04/03 13:00:28 tl 1.13.130.2: #i69287# warning-free code 2007/03/07 15:38:41 ama 1.13.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [502c7e0001d40691c85eab9e5fdf159207ca7f8e]

        INTEGRATION: CWS swwarnings (1.22.212); FILE MERGED 2007/04/03 13:00:27 tl 1.22.212.2: #i69287# warning-free code 2007/03/07 15:38:41 ama 1.22.212.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a63887b9d69cb83bb3e54c5138e5ec0396a7582]

        INTEGRATION: CWS swwarnings (1.9.160); FILE MERGED 2007/05/29 11:39:51 os 1.9.160.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 13:00:26 tl 1.9.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [692d0c123d5899a121d6c45ea767a2027f031ee1]

        INTEGRATION: CWS swwarnings (1.20.130); FILE MERGED 2007/08/20 15:39:39 tl 1.20.130.4: RESYNC: (1.21-1.22); FILE MERGED 2007/06/28 11:52:27 os 1.20.130.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/03 13:00:26 tl 1.20.130.2: #i69287# warning-free code 2007/03/07 15:38:40 ama 1.20.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cac21141e4e4f976794df35e351b510189d3fc4d]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/03 13:00:25 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e11b35068d647fee88b2ff2603ef672c7f013499]

        INTEGRATION: CWS swwarnings (1.13.130); FILE MERGED 2007/09/24 07:04:47 os 1.13.130.6: RESYNC: (1.15-1.16); FILE MERGED 2007/08/24 08:16:23 tl 1.13.130.5: #i69287# warning-free code 2007/08/20 15:39:32 tl 1.13.130.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 10:42:43 os 1.13.130.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/03 13:00:25 tl 1.13.130.2: #i69287# warning-free code 2007/03/07 15:38:39 ama 1.13.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e55a39a5a3ec47af23c65df739607f5353ccd09]

        INTEGRATION: CWS swwarnings (1.18.130); FILE MERGED 2007/08/24 08:16:23 tl 1.18.130.5: #i69287# warning-free code 2007/08/20 15:39:25 tl 1.18.130.4: RESYNC: (1.18-1.19); FILE MERGED 2007/04/03 13:00:24 tl 1.18.130.3: #i69287# warning-free code 2007/03/09 12:15:47 ama 1.18.130.2: #i69287#: warning free code 2007/03/07 15:38:37 ama 1.18.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30d16e268f3e08e7d4818a97e07362a0471c31ba]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/08/24 09:45:44 tl 1.8.222.3: #i69287# warning-free code 2007/04/13 11:15:20 tl 1.8.222.2: #i69287# warning-free code 2007/04/03 13:00:23 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a328ce8bf058292343485024f9c842bd70bc15ea]

        INTEGRATION: CWS swwarnings (1.21.212); FILE MERGED 2007/06/28 11:52:18 os 1.21.212.5: RESYNC: (1.21-1.22); FILE MERGED 2007/05/07 07:42:35 os 1.21.212.4: warning in nonpro removed 2007/04/18 12:19:44 tl 1.21.212.3: #i69287# warning-free code 2007/04/03 13:00:23 tl 1.21.212.2: #i69287# warning-free code 2007/03/07 15:38:35 ama 1.21.212.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d193af55a9108601969b66eaecb705c9f49f237e]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/03/07 15:38:34 ama 1.5.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ea9edffd39797e7e8a1d4856ca37b628fe5ae10]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/08/27 12:26:13 tl 1.9.222.4: #i69287# warning-free code 2007/05/16 06:28:21 os 1.9.222.3: warnings in debug mode removed 2007/04/03 13:00:22 tl 1.9.222.2: #i69287# warning-free code 2007/03/07 15:38:34 ama 1.9.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88baac74af915a91fc2c21d42beea1acd16d4c39]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/03 13:00:22 tl 1.6.222.2: #i69287# warning-free code 2007/03/07 15:38:34 ama 1.6.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a553c341fc72d3f54ddf2c3398a785df4d104e6d]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/04/18 12:19:44 tl 1.7.222.3: #i69287# warning-free code 2007/04/11 07:02:56 tl 1.7.222.2: #i69287# warning-free code 2007/03/07 15:38:33 ama 1.7.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca29fa71a4859e6812a8487df7f7c4dbbb67d595]

        INTEGRATION: CWS swwarnings (1.77.38); FILE MERGED 2007/08/27 12:41:24 tl 1.77.38.13: #i69287# warning-free code 2007/08/27 12:26:13 tl 1.77.38.12: #i69287# warning-free code 2007/08/24 10:40:09 tl 1.77.38.11: #i69287# warning-free code 2007/08/24 08:16:22 tl 1.77.38.10: #i69287# warning-free code 2007/08/20 15:39:06 tl 1.77.38.9: RESYNC: (1.78-1.82); FILE MERGED 2007/06/29 10:31:42 os 1.77.38.8: merge error fixed 2007/06/28 11:52:06 os 1.77.38.7: RESYNC: (1.77-1.78); FILE MERGED 2007/06/01 07:17:39 tl 1.77.38.6: #i69287# warning-free code 2007/05/16 06:28:21 os 1.77.38.5: warnings in debug mode removed 2007/04/11 07:02:56 tl 1.77.38.4: #i69287# warning-free code 2007/04/03 13:00:22 tl 1.77.38.3: #i69287# warning-free code 2007/03/09 12:11:24 ama 1.77.38.2: #i69287#: warning free code 2007/03/08 09:51:33 fme 1.77.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aed2384ef695e848ac395085c42c02246b5a30ae]

        INTEGRATION: CWS swwarnings (1.17.130); FILE MERGED 2007/04/03 13:00:21 tl 1.17.130.2: #i69287# warning-free code 2007/03/08 09:51:33 fme 1.17.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [975bccf135020aa359bb0133d7b2c29d9205152b]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/06/28 11:51:58 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/11 07:02:56 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 09:51:32 fme 1.8.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7613c9f1572b85518c93c4644f6d958133d8d409]

        INTEGRATION: CWS swwarnings (1.44.42); FILE MERGED 2007/09/24 07:04:27 os 1.44.42.11: RESYNC: (1.52-1.53); FILE MERGED 2007/08/24 08:16:22 tl 1.44.42.10: #i69287# warning-free code 2007/06/28 11:51:51 os 1.44.42.9: RESYNC: (1.51-1.52); FILE MERGED 2007/05/29 11:39:07 os 1.44.42.8: RESYNC: (1.49-1.51); FILE MERGED 2007/04/13 11:15:19 tl 1.44.42.7: #i69287# warning-free code 2007/04/11 10:42:34 os 1.44.42.6: RESYNC: (1.44-1.49); FILE MERGED 2007/04/11 07:02:55 tl 1.44.42.5: #i69287# warning-free code 2007/04/03 13:00:21 tl 1.44.42.4: #i69287# warning-free code 2007/03/12 12:16:18 ama 1.44.42.3: i69287#: warning free code 2007/03/09 12:11:09 ama 1.44.42.2: #i69287#: warning free code 2007/03/08 09:51:32 fme 1.44.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a059528db6064c3b766722a34d6e072023b51d1]

        INTEGRATION: CWS swwarnings (1.54.222); FILE MERGED 2007/04/11 07:02:55 tl 1.54.222.3: #i69287# warning-free code 2007/04/03 13:00:21 tl 1.54.222.2: #i69287# warning-free code 2007/03/08 09:51:32 fme 1.54.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f64df71c5ee71208da50b6988d1c405303f163ae]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 13:00:21 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 09:51:32 fme 1.8.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7dbe9474bd2b907ceaee6704f3add14fa1e466b]

        INTEGRATION: CWS swwarnings (1.69.36); FILE MERGED 2007/08/24 08:16:22 tl 1.69.36.7: #i69287# warning-free code 2007/08/20 15:38:52 tl 1.69.36.6: RESYNC: (1.70-1.72); FILE MERGED 2007/05/29 11:38:40 os 1.69.36.5: RESYNC: (1.69-1.70); FILE MERGED 2007/04/03 13:00:20 tl 1.69.36.4: #i69287# warning-free code 2007/03/09 13:29:13 ama 1.69.36.3: #i69287#: warning free code 2007/03/09 12:11:45 ama 1.69.36.2: #i69287#: warning free code 2007/03/08 09:51:32 fme 1.69.36.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53842495a27ad13a940c78f9ae4c78958837c1ce]

        INTEGRATION: CWS swwarnings (1.8.130); FILE MERGED 2007/06/28 11:51:43 os 1.8.130.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/03 13:00:20 tl 1.8.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e2d333f2a6b1445b19598410846df30b56e89ba]

        INTEGRATION: CWS swwarnings (1.9.140); FILE MERGED 2007/08/20 15:38:30 tl 1.9.140.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 13:00:20 tl 1.9.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9c9180ad82ee84e7d236d71104c1944eca2f85e]

        INTEGRATION: CWS swwarnings (1.23.102); FILE MERGED 2007/09/24 07:04:20 os 1.23.102.3: RESYNC: (1.23-1.24); FILE MERGED 2007/04/03 13:00:20 tl 1.23.102.2: #i69287# warning-free code 2007/03/08 09:51:31 fme 1.23.102.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1427c3275dcff9d97d203ad08412e784da592fe1]

        INTEGRATION: CWS swwarnings (1.87.102); FILE MERGED 2007/09/24 07:04:14 os 1.87.102.7: RESYNC: (1.89-1.90); FILE MERGED 2007/08/20 15:38:22 tl 1.87.102.6: RESYNC: (1.87-1.89); FILE MERGED 2007/05/16 10:17:31 tl 1.87.102.5: #i69287# warning-free code 2007/05/16 06:28:21 os 1.87.102.4: warnings in debug mode removed 2007/04/11 07:02:55 tl 1.87.102.3: #i69287# warning-free code 2007/04/03 13:00:20 tl 1.87.102.2: #i69287# warning-free code 2007/03/08 09:51:31 fme 1.87.102.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a26c379bbe27a6ef3a8e00f8272f8c767dc8aa1]

        INTEGRATION: CWS swwarnings (1.26.130); FILE MERGED 2007/04/11 07:02:55 tl 1.26.130.4: #i69287# warning-free code 2007/04/03 13:00:19 tl 1.26.130.3: #i69287# warning-free code 2007/03/09 13:30:16 ama 1.26.130.2: #i69287#: warning free code 2007/03/08 09:51:31 fme 1.26.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f88e1eddd3f1a159d097aae162ed2f6892e6001]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/04/03 13:00:19 tl 1.4.222.2: #i69287# warning-free code 2007/03/08 09:51:31 fme 1.4.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87077b2d957a7c32f336ebc6fc2fe1c28d61e223]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/08 09:51:30 fme 1.6.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [864f29423302e075b4867c1aaf3ef168dc279bac]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/03 13:00:19 tl 1.6.222.2: #i69287# warning-free code 2007/03/08 09:51:30 fme 1.6.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a17dcb352d1ce756de52446f09f9a14c5cfac47a]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/08 09:51:30 fme 1.7.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68f5aad2ce12b124dcb4ff13ffe1a40b0728d411]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/03 13:00:19 tl 1.11.222.2: #i69287# warning-free code 2007/03/08 09:51:29 fme 1.11.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c261a756461d51428ed803d5d63164875a2924f4]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/04/11 07:02:55 tl 1.26.222.3: #i69287# warning-free code 2007/04/03 13:00:18 tl 1.26.222.2: #i69287# warning-free code 2007/03/09 08:36:51 ama 1.26.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a19e132a8a343a646daeadd12a8ab453b998474b]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/11 07:02:54 tl 1.9.222.2: #i69287# warning-free code 2007/04/03 13:00:18 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54d8b7a7958c55c6c965b48a0b1077a7a0bd4e98]

        INTEGRATION: CWS swwarnings (1.18.222); FILE MERGED 2007/05/29 11:38:26 os 1.18.222.4: RESYNC: (1.18-1.19); FILE MERGED 2007/04/03 13:00:18 tl 1.18.222.3: #i69287# warning-free code 2007/03/09 13:26:41 ama 1.18.222.2: #i69287#: warning free code 2007/03/09 08:36:51 ama 1.18.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [522d85573abe38ba56df5796f6e36128ce89c0b1]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/04/03 13:00:18 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc94209824e6c85ace0cdcfcb2b2d399c23ead99]

        INTEGRATION: CWS swwarnings (1.10.38); FILE MERGED 2007/08/24 10:40:09 tl 1.10.38.7: #i69287# warning-free code 2007/08/23 11:11:22 tl 1.10.38.6: #i69287# warning-free code 2007/08/20 15:38:15 tl 1.10.38.5: RESYNC: (1.12-1.13); FILE MERGED 2007/05/29 11:38:16 os 1.10.38.4: RESYNC: (1.10-1.12); FILE MERGED 2007/05/16 10:17:31 tl 1.10.38.3: #i69287# warning-free code 2007/04/03 13:00:18 tl 1.10.38.2: #i69287# warning-free code 2007/03/08 09:52:01 fme 1.10.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0724f0cec85659421bf57f663ebab03904137f4b]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/04/11 10:42:20 os 1.19.222.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/03 13:00:17 tl 1.19.222.3: #i69287# warning-free code 2007/03/08 09:52:01 fme 1.19.222.2: #i69287# Warning free code 2007/03/05 12:45:34 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ca3f467a43d8febd88612527251b84fec68330e]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/04/03 13:00:17 tl 1.26.222.2: #i69287# warning-free code 2007/03/08 09:52:01 fme 1.26.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56ec283ca4187df1f3ce11880922c7b90782b386]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/08 09:52:01 fme 1.7.242.2: #i69287# Warning free code 2007/02/27 13:07:06 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5784aa716950d58534b324d9c811a4effa55d8b7]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/08/27 12:26:13 tl 1.14.222.4: #i69287# warning-free code 2007/08/20 15:38:03 tl 1.14.222.3: RESYNC: (1.14-1.15); FILE MERGED 2007/05/16 06:28:20 os 1.14.222.2: warnings in debug mode removed 2007/04/03 13:00:17 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0a31d46951cc6d13d5edbc66db79be52c4556c8]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/09/24 07:04:07 os 1.8.222.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/05 12:45:33 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad514b2e83c34584824b5beb5227f6d6c440390]

        INTEGRATION: CWS swwarnings (1.23.42); FILE MERGED 2007/04/11 07:02:54 tl 1.23.42.2: #i69287# warning-free code 2007/04/03 13:00:17 tl 1.23.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cdbe903d49d05022f2b730e4e51d33bdfb0b8a4]

        INTEGRATION: CWS swwarnings (1.47.36); FILE MERGED 2007/05/29 11:38:04 os 1.47.36.6: RESYNC: (1.48-1.49); FILE MERGED 2007/05/16 06:28:20 os 1.47.36.5: warnings in debug mode removed 2007/04/11 10:41:55 os 1.47.36.4: RESYNC: (1.47-1.48); FILE MERGED 2007/04/03 13:00:17 tl 1.47.36.3: #i69287# warning-free code 2007/03/08 09:52:00 fme 1.47.36.2: #i69287# Warning free code 2007/03/05 12:45:33 tl 1.47.36.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d28bd7912c00d2f73442ccfe10467027b5e133c0]

        INTEGRATION: CWS swwarnings (1.95.34); FILE MERGED 2007/08/23 10:59:23 tl 1.95.34.8: #i69287# warning-free code 2007/08/20 15:37:55 tl 1.95.34.7: RESYNC: (1.97-1.99); FILE MERGED 2007/05/29 11:37:55 os 1.95.34.6: RESYNC: (1.96-1.97); FILE MERGED 2007/05/16 06:28:20 os 1.95.34.5: warnings in debug mode removed 2007/04/11 10:41:45 os 1.95.34.4: RESYNC: (1.95-1.96); FILE MERGED 2007/04/03 13:00:16 tl 1.95.34.3: #i69287# warning-free code 2007/03/08 09:52:00 fme 1.95.34.2: #i69287# Warning free code 2007/03/05 12:45:33 tl 1.95.34.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d2ab017fa52a7e09b539438a8821d6c06203cb]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/03 13:00:16 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96844b76f902696387eb7547c4b632a15322fac6]

        INTEGRATION: CWS swwarnings (1.61.148); FILE MERGED 2007/04/03 13:00:16 tl 1.61.148.3: #i69287# warning-free code 2007/03/08 09:51:59 fme 1.61.148.2: #i69287# Warning free code 2007/03/05 12:45:33 tl 1.61.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb88c59ccea1bd453bf848cd38fb611a8d00624c]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/04/03 13:00:16 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [893ec58a0aa52dfa6e5e661618fc79eb80d51b2b]

        INTEGRATION: CWS swwarnings (1.25.222); FILE MERGED 2007/04/03 13:00:15 tl 1.25.222.2: #i69287# warning-free code 2007/03/08 09:51:59 fme 1.25.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c6fb1b9dabbd0767a0a959e3c1dc46d8527ab3e]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/08 09:51:59 fme 1.7.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d99d94a5b4396eed4f2770bddad5ee7b429add6]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/04/03 13:00:15 tl 1.9.242.2: #i69287# warning-free code 2007/03/08 09:51:59 fme 1.9.242.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27bfb788665e3aeb11efe43ab3a6af597f27dffd]

        INTEGRATION: CWS swwarnings (1.40.130); FILE MERGED 2007/04/03 13:00:15 tl 1.40.130.3: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.40.130.2: #i69287# Warning free code 2007/03/05 12:45:33 tl 1.40.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3954246ccd9d8ce3047a88aa86895d606877a791]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/03 13:00:15 tl 1.3.710.2: #i69287# warning-free code 2007/02/27 13:07:06 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41941dfdca1e0e4f64761d0b157c3837cac240d5]

        INTEGRATION: CWS swwarnings (1.46.42); FILE MERGED 2007/08/20 15:37:48 tl 1.46.42.4: RESYNC: (1.46-1.47); FILE MERGED 2007/04/11 07:02:54 tl 1.46.42.3: #i69287# warning-free code 2007/04/03 13:00:15 tl 1.46.42.2: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.46.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7e3d8abf41d5293606841a9c8fad346daeeda70]

        INTEGRATION: CWS swwarnings (1.6.502); FILE MERGED 2007/02/27 13:07:06 tl 1.6.502.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [895babd9f5c171ebffcd950ace40a20bc0c018ff]

        INTEGRATION: CWS swwarnings (1.42.222); FILE MERGED 2007/05/16 06:28:20 os 1.42.222.4: warnings in debug mode removed 2007/04/03 13:00:14 tl 1.42.222.3: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.42.222.2: #i69287# Warning free code 2007/03/05 12:45:33 tl 1.42.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e694c39ad8d0041bb220a8af14093630c67d4b9]

        INTEGRATION: CWS swwarnings (1.24.242); FILE MERGED 2007/04/03 13:00:14 tl 1.24.242.2: #i69287# warning-free code 2007/02/22 15:06:37 tl 1.24.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f38b03d51e38a5d2703dfccc9b2db190274890c]

        INTEGRATION: CWS swwarnings (1.87.130); FILE MERGED 2007/04/11 07:02:54 tl 1.87.130.3: #i69287# warning-free code 2007/04/03 13:00:14 tl 1.87.130.2: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.87.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [218dc83f0409695c6e2f153bc26e5a08f6e9ec8e]

        INTEGRATION: CWS swwarnings (1.15.502); FILE MERGED 2007/04/03 13:00:14 tl 1.15.502.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4cf23bee572b19e7c3b857fd6fc53200a36bd5b]

        INTEGRATION: CWS swwarnings (1.25.222); FILE MERGED 2007/04/03 13:00:14 tl 1.25.222.2: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.25.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef8425bf3c1d4249873d2b638d43b22a1c048446]

        INTEGRATION: CWS swwarnings (1.22.578); FILE MERGED 2007/04/03 13:00:14 tl 1.22.578.3: #i69287# warning-free code 2007/03/08 09:51:58 fme 1.22.578.2: #i69287# Warning free code 2007/02/22 15:06:37 tl 1.22.578.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9338bc5db6f68a47f549225901bb2c62fb8a6b05]

        INTEGRATION: CWS swwarnings (1.63.130); FILE MERGED 2007/08/27 12:26:13 tl 1.63.130.6: #i69287# warning-free code 2007/05/16 10:17:31 tl 1.63.130.5: #i69287# warning-free code 2007/05/16 06:28:20 os 1.63.130.4: warnings in debug mode removed 2007/04/11 07:02:53 tl 1.63.130.3: #i69287# warning-free code 2007/04/03 13:00:13 tl 1.63.130.2: #i69287# warning-free code 2007/03/08 09:51:57 fme 1.63.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3bfce1e132223db6d27823b70f5473d6c69d06c]

        INTEGRATION: CWS swwarnings (1.11.38); FILE MERGED 2007/04/03 13:00:13 tl 1.11.38.2: #i69287# warning-free code 2007/03/08 09:51:57 fme 1.11.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c83ab5c638b8b1746a7a5138d204239184056d2a]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/05/29 11:37:46 os 1.8.710.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/27 13:07:06 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c7511198caa891cf28a99a85fbd81026efabd30]

        INTEGRATION: CWS swwarnings (1.35.222); FILE MERGED 2007/04/03 13:00:13 tl 1.35.222.3: #i69287# warning-free code 2007/03/08 09:51:57 fme 1.35.222.2: #i69287# Warning free code 2007/03/05 12:45:32 tl 1.35.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [087593f86e64d028d970a9d020b73d5588acf3dd]

        INTEGRATION: CWS swwarnings (1.11.710); FILE MERGED 2007/04/03 13:00:13 tl 1.11.710.2: #i69287# warning-free code 2007/02/27 13:07:05 tl 1.11.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa3f9cf028eea08a200b57011653006f523eaa62]

        INTEGRATION: CWS swwarnings (1.57.36); FILE MERGED 2007/05/29 11:37:35 os 1.57.36.4: RESYNC: (1.57-1.58); FILE MERGED 2007/04/03 13:00:12 tl 1.57.36.3: #i69287# warning-free code 2007/03/08 09:51:57 fme 1.57.36.2: #i69287# Warning free code 2007/03/05 12:45:32 tl 1.57.36.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be7d83247b1402f57f16b91b2863614eda494afc]

        INTEGRATION: CWS swwarnings (1.15.38); FILE MERGED 2007/03/08 09:51:57 fme 1.15.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17ae295855f58f52a91f8d402eeb3c11aa515f58]

        INTEGRATION: CWS swwarnings (1.13.242); FILE MERGED 2007/04/03 13:00:12 tl 1.13.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d69fc9797f55cc9611b16550ad10b9de0fcd62]

        INTEGRATION: CWS swwarnings (1.18.242); FILE MERGED 2007/04/03 13:00:12 tl 1.18.242.2: #i69287# warning-free code 2007/02/27 13:07:05 tl 1.18.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60aed10c8f5892e822e74409edeb60e2a3d950bd]

        INTEGRATION: CWS swwarnings (1.30.222); FILE MERGED 2007/04/03 13:00:12 tl 1.30.222.2: #i69287# warning-free code 2007/03/08 09:51:56 fme 1.30.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e797f0fdade0273314c14f14799fec4a6a9ecce1]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/04/03 13:00:12 tl 1.8.242.2: #i69287# warning-free code 2007/02/27 13:07:05 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [340056a32763c4f5bbd96a7a8573ead279b818d5]

        INTEGRATION: CWS swwarnings (1.44.42); FILE MERGED 2007/04/03 13:00:12 tl 1.44.42.2: #i69287# warning-free code 2007/03/08 09:51:56 fme 1.44.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [71547993a9c5e92be620b8ec135134d6907d49e9]

        INTEGRATION: CWS swwarnings (1.16.242); FILE MERGED 2007/04/03 13:00:11 tl 1.16.242.2: #i69287# warning-free code 2007/02/27 13:07:05 tl 1.16.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dba87e9a30acef4ba15bb43e87f0f1065705b8c]

        INTEGRATION: CWS swwarnings (1.99.42); FILE MERGED 2007/05/16 06:28:19 os 1.99.42.3: warnings in debug mode removed 2007/04/03 13:00:11 tl 1.99.42.2: #i69287# warning-free code 2007/03/08 09:51:56 fme 1.99.42.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee14a0c106bfb5ff8913760e5c792f8b68281871]

        INTEGRATION: CWS swwarnings (1.74.38); FILE MERGED 2007/08/20 15:37:31 tl 1.74.38.3: RESYNC: (1.74-1.75); FILE MERGED 2007/04/03 13:00:11 tl 1.74.38.2: #i69287# warning-free code 2007/03/08 09:51:56 fme 1.74.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [965bb8c3ac6a6c4621c1adb300e26da5f606fb0a]

        INTEGRATION: CWS swwarnings (1.18.242); FILE MERGED 2007/04/03 13:00:11 tl 1.18.242.2: #i69287# warning-free code 2007/03/08 09:51:56 fme 1.18.242.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b69937b7f0cd33c05c65a4db2e34fd003107ea5]

        INTEGRATION: CWS swwarnings (1.36.222); FILE MERGED 2007/05/29 11:37:24 os 1.36.222.4: RESYNC: (1.36-1.37); FILE MERGED 2007/05/16 06:28:19 os 1.36.222.3: warnings in debug mode removed 2007/04/03 13:00:11 tl 1.36.222.2: #i69287# warning-free code 2007/03/08 09:51:55 fme 1.36.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f461d07773e62be5db23bcea33bb0ed87a96eb65]

        INTEGRATION: CWS swwarnings (1.22.222); FILE MERGED 2007/04/03 13:00:10 tl 1.22.222.2: #i69287# warning-free code 2007/03/08 09:51:55 fme 1.22.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52631480ca6094ed4a6141edf197d0f07bba6ff8]

        INTEGRATION: CWS swwarnings (1.53.38); FILE MERGED 2007/04/03 13:00:10 tl 1.53.38.2: #i69287# warning-free code 2007/02/27 13:07:05 tl 1.53.38.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da82bdefc90ddeb07338647b17dcd6453c8c737]

        INTEGRATION: CWS swwarnings (1.109.38); FILE MERGED 2007/08/24 10:12:41 tl 1.109.38.6: #i69287# warning-free code 2007/08/20 15:37:24 tl 1.109.38.5: RESYNC: (1.109-1.110); FILE MERGED 2007/06/01 07:17:39 tl 1.109.38.4: #i69287# warning-free code 2007/04/03 13:00:10 tl 1.109.38.3: #i69287# warning-free code 2007/03/08 09:51:55 fme 1.109.38.2: #i69287# Warning free code 2007/03/05 12:45:32 tl 1.109.38.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfac3562d13a735ded16b531e273fdec56de7ed2]

        INTEGRATION: CWS swwarnings (1.46.222); FILE MERGED 2007/08/20 15:37:17 tl 1.46.222.4: RESYNC: (1.46-1.47); FILE MERGED 2007/05/16 06:28:19 os 1.46.222.3: warnings in debug mode removed 2007/04/11 07:02:53 tl 1.46.222.2: #i69287# warning-free code 2007/04/03 13:00:10 tl 1.46.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cd23b35acfaa81907e72862dfcb5d01fcd3ec4d]

        INTEGRATION: CWS swwarnings (1.52.102); FILE MERGED 2007/09/07 13:34:21 os 1.52.102.7: DbgLoop only in debug-builds 2007/09/07 13:18:47 os 1.52.102.6: DbgLoop only in NonPro available 2007/08/27 12:26:13 tl 1.52.102.5: #i69287# warning-free code 2007/05/16 06:28:19 os 1.52.102.4: warnings in debug mode removed 2007/04/03 13:00:09 tl 1.52.102.3: #i69287# warning-free code 2007/03/08 09:51:54 fme 1.52.102.2: #i69287# Warning free code 2007/03/05 12:45:32 tl 1.52.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c3d0e75e5ea191f1d8ab0610d9cf6803d1bef8c]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/08 09:51:54 fme 1.8.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9ad7d2b49167e72069efd48b08a1a101087a84]

        INTEGRATION: CWS swwarnings (1.64.222); FILE MERGED 2007/09/07 13:34:21 os 1.64.222.8: DbgLoop only in debug-builds 2007/09/07 13:18:47 os 1.64.222.7: DbgLoop only in NonPro available 2007/08/27 12:26:13 tl 1.64.222.6: #i69287# warning-free code 2007/05/16 06:28:19 os 1.64.222.5: warnings in debug mode removed 2007/04/11 10:41:24 os 1.64.222.4: RESYNC: (1.64-1.65); FILE MERGED 2007/04/03 13:00:09 tl 1.64.222.3: #i69287# warning-free code 2007/03/08 09:51:54 fme 1.64.222.2: #i69287# Warning free code 2007/03/05 12:45:32 tl 1.64.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [032290604144f6bd3286521d8ff4c2b226d92014]

        INTEGRATION: CWS swwarnings (1.42.222); FILE MERGED 2007/04/03 13:00:09 tl 1.42.222.3: #i69287# warning-free code 2007/03/08 09:51:54 fme 1.42.222.2: #i69287# Warning free code 2007/03/05 12:45:31 tl 1.42.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b6a3d0926423fc4e2b62c2b21a794843aca138e]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/08 12:48:27 fme 1.7.222.2: #i69287# Warning free code 2007/03/08 09:51:53 fme 1.7.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2f90266c463ce66b94895f33344d627831fb655]

        INTEGRATION: CWS swwarnings (1.25.130); FILE MERGED 2007/08/20 15:37:09 tl 1.25.130.4: RESYNC: (1.26-1.27); FILE MERGED 2007/05/29 11:37:13 os 1.25.130.3: RESYNC: (1.25-1.26); FILE MERGED 2007/04/03 13:00:08 tl 1.25.130.2: #i69287# warning-free code 2007/03/08 09:51:53 fme 1.25.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7acf04470bef98de8bb59d26fc941bcb3ba7ff40]

        INTEGRATION: CWS swwarnings (1.3.198); FILE MERGED 2007/03/08 09:51:53 fme 1.3.198.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5319126188daac55142e0dc701639ab976c06155]

        INTEGRATION: CWS swwarnings (1.4.198); FILE MERGED 2007/04/11 07:02:53 tl 1.4.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64786435d5ffc33de8edcf32cf3fb5f2109a15f5]

        INTEGRATION: CWS swwarnings (1.16.128); FILE MERGED 2007/04/11 10:41:34 os 1.16.128.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:02:53 tl 1.16.128.3: #i69287# warning-free code 2007/04/03 13:00:07 tl 1.16.128.2: #i69287# warning-free code 2007/03/08 09:51:52 fme 1.16.128.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [180fb7a68b99576100a57945a6e4b183bd6f306c]

        INTEGRATION: CWS swwarnings (1.3.58); FILE MERGED 2007/09/24 09:36:40 os 1.3.58.8: merge error fixed 2007/09/24 07:04:00 os 1.3.58.7: RESYNC: (1.9-1.10); FILE MERGED 2007/08/24 08:16:22 tl 1.3.58.6: #i69287# warning-free code 2007/08/20 15:37:02 tl 1.3.58.5: RESYNC: (1.5-1.9); FILE MERGED 2007/06/28 11:51:29 os 1.3.58.4: RESYNC: (1.4-1.5); FILE MERGED 2007/06/12 12:27:53 tl 1.3.58.3: #i69287# warning-free code 2007/05/29 11:36:53 os 1.3.58.2: RESYNC: (1.3-1.4); FILE MERGED 2007/04/13 11:15:19 tl 1.3.58.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [437bfaad29d0e45f3ce7bfe860e52dbe2923436f]

        INTEGRATION: CWS swwarnings (1.3.30); FILE MERGED 2007/08/24 10:08:31 tl 1.3.30.6: #i69287# warning-free code 2007/08/24 08:16:22 tl 1.3.30.5: #i69287# warning-free code 2007/08/20 15:36:55 tl 1.3.30.4: RESYNC: (1.7-1.9); FILE MERGED 2007/06/28 11:51:36 os 1.3.30.3: RESYNC: (1.5-1.7); FILE MERGED 2007/05/29 11:37:03 os 1.3.30.2: RESYNC: (1.3-1.5); FILE MERGED 2007/04/13 11:15:19 tl 1.3.30.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [890662bad821ed42789674d6f79b019c0e610096]

        INTEGRATION: CWS swwarnings (1.2.58); FILE MERGED 2007/04/13 11:15:18 tl 1.2.58.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [986a1b1cc6307c15fb9b317c977474b8d5533f37]

        INTEGRATION: CWS swwarnings (1.23.160); FILE MERGED 2007/04/03 13:00:06 tl 1.23.160.2: #i69287# warning-free code 2007/03/09 10:46:41 ama 1.23.160.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [572a85b2dd0743dc43f4cd9c1349163470c2bd32]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/06/28 11:51:22 os 1.14.222.3: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 07:02:53 tl 1.14.222.2: #i69287# warning-free code 2007/03/09 10:57:01 ama 1.14.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [238bc65a5f424dfdc3c5c99f9a8aae4b25c130b5]

        INTEGRATION: CWS swwarnings (1.33.220); FILE MERGED 2007/06/28 11:51:14 os 1.33.220.4: RESYNC: (1.36-1.37); FILE MERGED 2007/05/29 11:36:42 os 1.33.220.3: RESYNC: (1.34-1.36); FILE MERGED 2007/04/11 10:40:18 os 1.33.220.2: RESYNC: (1.33-1.34); FILE MERGED 2007/03/09 10:46:41 ama 1.33.220.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7401af20e35c6259783b18a2f28ed3fc6f0d927]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/06/28 11:51:07 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/11 07:02:52 tl 1.8.222.2: #i69287# warning-free code 2007/03/09 10:46:41 ama 1.8.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4ff4e392ee003d72c10d237ed3ee42df3239157]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/06/28 11:50:59 os 1.10.222.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/11 07:02:52 tl 1.10.222.2: #i69287# warning-free code 2007/03/09 10:46:41 ama 1.10.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bfe068475cb1bbf2ff1e76519812f247c938ef4]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/06/28 11:50:52 os 1.9.222.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:02:52 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [401f13d216a46c793f451c8b823c776d3996a1a1]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:52 tl 1.12.222.2: #i69287# warning-free code 2007/03/09 10:46:41 ama 1.12.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eb86c95046bc171f1e8d0d65714547a3667005a]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/11 07:02:52 tl 1.10.222.2: #i69287# warning-free code 2007/03/09 16:07:24 fme 1.10.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [324dddf6202d1261e37c1394e6bb8443e563ff49]

        INTEGRATION: CWS swwarnings (1.5.130); FILE MERGED 2007/05/29 11:36:31 os 1.5.130.4: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 13:00:06 tl 1.5.130.3: #i69287# warning-free code 2007/03/12 12:15:18 ama 1.5.130.2: i69287#: warning free code 2007/03/09 16:07:23 fme 1.5.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae227d5bf910acf13f987a0bad7b35c9fa5c1f2d]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/11 07:02:51 tl 1.10.222.3: #i69287# warning-free code 2007/03/09 13:21:26 ama 1.10.222.2: #i69287#: warning free code 2007/03/09 08:37:18 ama 1.10.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34bdbe52fffca48dca89a273168da1d3513e0256]

        INTEGRATION: CWS swwarnings (1.37.38); FILE MERGED 2007/06/28 11:50:45 os 1.37.38.4: RESYNC: (1.37-1.38); FILE MERGED 2007/04/11 07:02:51 tl 1.37.38.3: #i69287# warning-free code 2007/04/03 13:00:05 tl 1.37.38.2: #i69287# warning-free code 2007/03/08 11:54:19 fme 1.37.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceaca0eaa2cf9b3f4de26087e7c5907c42ddc2aa]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/05/29 11:36:10 os 1.9.222.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 13:00:04 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [488285a8059f444af7d6efca60e76cb3d35ee416]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/05/29 11:35:35 os 1.19.222.3: RESYNC: (1.19-1.20); FILE MERGED 2007/04/03 13:00:03 tl 1.19.222.2: #i69287# warning-free code 2007/03/12 08:19:48 fme 1.19.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79da33b4fb2c2465edc32d2f92e83439e288435f]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/03 13:00:03 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a75c28efccc594ffc8506f6a43829e6f7043e44]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/16 10:17:31 tl 1.15.222.3: #i69287# warning-free code 2007/04/03 13:00:03 tl 1.15.222.2: #i69287# warning-free code 2007/03/12 08:19:48 fme 1.15.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddef078fea21b95dad86b0e5f389acc0061608b9]

        INTEGRATION: CWS swwarnings (1.76.100); FILE MERGED 2007/09/24 07:03:53 os 1.76.100.8: RESYNC: (1.78-1.79); FILE MERGED 2007/05/29 11:34:48 os 1.76.100.7: RESYNC: (1.77-1.78); FILE MERGED 2007/04/13 11:15:17 tl 1.76.100.6: #i69287# warning-free code 2007/04/11 10:40:08 os 1.76.100.5: RESYNC: (1.76-1.77); FILE MERGED 2007/04/03 13:00:01 tl 1.76.100.4: #i69287# warning-free code 2007/03/08 08:24:02 fme 1.76.100.3: #i69287# Warning free code 2007/03/05 12:45:31 tl 1.76.100.2: #i69287# warning-free code 2007/02/22 15:06:37 tl 1.76.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [843f426b5957d9caae1e8e646b7af7ebc8db9398]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/08 08:24:01 fme 1.4.710.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc751bffc29eb1ae496761bffc928b4494d173a]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/03/08 08:24:00 fme 1.11.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ecca066a1930f2c49ceb8bf3c04ed061b5de791]

        INTEGRATION: CWS swwarnings (1.52.146); FILE MERGED 2007/05/29 11:34:10 os 1.52.146.6: RESYNC: (1.53-1.55); FILE MERGED 2007/04/11 10:39:59 os 1.52.146.5: RESYNC: (1.52-1.53); FILE MERGED 2007/04/03 13:00:00 tl 1.52.146.4: #i69287# warning-free code 2007/03/08 08:23:59 fme 1.52.146.3: #i69287# Warning free code 2007/03/05 12:45:31 tl 1.52.146.2: #i69287# warning-free code 2007/02/22 15:06:37 tl 1.52.146.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb76a857840c4369cf1d9c2fa1ec1be5fe6c627d]

        INTEGRATION: CWS swwarnings (1.94.128); FILE MERGED 2007/09/24 07:03:42 os 1.94.128.8: RESYNC: (1.97-1.98); FILE MERGED 2007/08/20 15:36:29 tl 1.94.128.7: RESYNC: (1.95-1.97); FILE MERGED 2007/04/13 11:15:16 tl 1.94.128.6: #i69287# warning-free code 2007/04/11 10:39:49 os 1.94.128.5: RESYNC: (1.94-1.95); FILE MERGED 2007/04/03 13:00:00 tl 1.94.128.4: #i69287# warning-free code 2007/03/08 08:23:58 fme 1.94.128.3: #i69287# Warning free code 2007/03/05 12:45:30 tl 1.94.128.2: #i69287# warning-free code 2007/02/22 15:06:36 tl 1.94.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab98ff9c4670a8a2965a351474fabfbbbdf7f6bc]

        INTEGRATION: CWS swwarnings (1.45.222); FILE MERGED 2007/05/29 11:33:50 os 1.45.222.5: RESYNC: (1.46-1.47); FILE MERGED 2007/04/11 10:39:25 os 1.45.222.4: RESYNC: (1.45-1.46); FILE MERGED 2007/03/08 08:23:58 fme 1.45.222.3: #i69287# Warning free code 2007/03/05 12:45:30 tl 1.45.222.2: #i69287# warning-free code 2007/02/22 15:06:36 tl 1.45.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bde0dc61363ba6f291055e14578f3d37850119a4]

        INTEGRATION: CWS swwarnings (1.2.66); FILE MERGED 2007/08/24 08:16:21 tl 1.2.66.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dfe30714954cd08ea6bcea1b5f74832fe5c18f0]

        INTEGRATION: CWS swwarnings (1.48.222); FILE MERGED 2007/05/15 14:06:13 os 1.48.222.6: warnings in debug mode removed 2007/04/11 10:39:16 os 1.48.222.5: RESYNC: (1.48-1.49); FILE MERGED 2007/04/03 12:59:59 tl 1.48.222.4: #i69287# warning-free code 2007/03/08 08:23:57 fme 1.48.222.3: #i69287# Warning free code 2007/03/05 12:45:30 tl 1.48.222.2: #i69287# warning-free code 2007/02/22 15:06:36 tl 1.48.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b15ed030a25a0a3be558c7002a35ca631e970a5]

        INTEGRATION: CWS swwarnings (1.100.40); FILE MERGED 2007/09/24 07:03:34 os 1.100.40.10: RESYNC: (1.105-1.107); FILE MERGED 2007/08/24 08:16:21 tl 1.100.40.9: #i69287# warning-free code 2007/08/20 15:36:11 tl 1.100.40.8: RESYNC: (1.102-1.105); FILE MERGED 2007/05/29 11:33:27 os 1.100.40.7: RESYNC: (1.101-1.102); FILE MERGED 2007/04/13 11:15:15 tl 1.100.40.6: #i69287# warning-free code 2007/04/11 10:39:08 os 1.100.40.5: RESYNC: (1.100-1.101); FILE MERGED 2007/04/03 12:59:59 tl 1.100.40.4: #i69287# warning-free code 2007/03/08 08:23:56 fme 1.100.40.3: #i69287# Warning free code 2007/03/05 12:45:30 tl 1.100.40.2: #i69287# warning-free code 2007/02/22 15:06:36 tl 1.100.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [faaf73e499ab5de19fc3e024f6f72da3c8c48c98]

        INTEGRATION: CWS swwarnings (1.15.14); FILE MERGED 2007/05/29 11:33:02 os 1.15.14.3: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 12:59:59 tl 1.15.14.2: #i69287# warning-free code 2007/03/08 08:23:56 fme 1.15.14.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b1621220c88ecf9624bf19ffa4940d12742683e]

        INTEGRATION: CWS swwarnings (1.43.102); FILE MERGED 2007/05/29 11:32:47 os 1.43.102.5: RESYNC: (1.43-1.44); FILE MERGED 2007/04/03 12:59:59 tl 1.43.102.4: #i69287# warning-free code 2007/03/08 08:23:55 fme 1.43.102.3: #i69287# Warning free code 2007/03/05 12:45:30 tl 1.43.102.2: #i69287# warning-free code 2007/02/22 15:06:36 tl 1.43.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [453b49c2d9b99cca372ee892c516d34fab831ab5]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/03/08 08:23:54 fme 1.20.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60061bfd12690c415bafe2e8265bc1850a32ea60]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/08 08:23:54 fme 1.8.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b68134dcfd1e1b13849da6a6aa23e8a6890cf8a6]

        INTEGRATION: CWS swwarnings (1.27.198); FILE MERGED 2007/08/20 15:36:03 tl 1.27.198.2: RESYNC: (1.27-1.28); FILE MERGED 2007/03/08 08:23:53 fme 1.27.198.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a762ef767526d28476d7bdee62db6d7a97b700]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/08 08:23:53 fme 1.8.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9792d84f286e93c6c856c21f69df436ceef472ee]

        INTEGRATION: CWS swwarnings (1.13.408); FILE MERGED 2007/08/24 09:45:44 tl 1.13.408.4: #i69287# warning-free code 2007/08/20 15:35:57 tl 1.13.408.3: RESYNC: (1.14-1.15); FILE MERGED 2007/05/29 11:32:21 os 1.13.408.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/03 12:59:58 tl 1.13.408.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6455a3f586c4024e5444f49cb016ea0805f4f92b]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/09/24 07:03:17 os 1.14.222.3: RESYNC: (1.14-1.15); FILE MERGED 2007/03/08 13:52:31 fme 1.14.222.2: #i69287# Warning free code 2007/03/08 08:23:52 fme 1.14.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc1a21c0486c9673dc8becda7964bf70ed63ad1]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/02/27 13:07:04 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d476c303d611d2038b09bcfa22441d1f99544233]

        INTEGRATION: CWS swwarnings (1.27.222); FILE MERGED 2007/05/29 11:32:02 os 1.27.222.5: RESYNC: (1.27-1.28); FILE MERGED 2007/05/15 14:06:13 os 1.27.222.4: warnings in debug mode removed 2007/04/03 12:59:58 tl 1.27.222.3: #i69287# warning-free code 2007/03/08 08:23:52 fme 1.27.222.2: #i69287# Warning free code 2007/02/22 15:06:35 tl 1.27.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4494d90de1b7fba320117faf4b983ebd6793b802]

        INTEGRATION: CWS swwarnings (1.65.100); FILE MERGED 2007/09/24 07:03:10 os 1.65.100.6: RESYNC: (1.68-1.69); FILE MERGED 2007/08/20 15:35:45 tl 1.65.100.5: RESYNC: (1.66-1.68); FILE MERGED 2007/04/11 10:38:57 os 1.65.100.4: RESYNC: (1.65-1.66); FILE MERGED 2007/03/08 08:23:51 fme 1.65.100.3: #i69287# Warning free code 2007/03/05 12:45:29 tl 1.65.100.2: #i69287# warning-free code 2007/02/22 15:06:35 tl 1.65.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed0a685335f932a067ef32c97caf372b1eb1dc19]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/04/11 10:38:48 os 1.24.222.4: RESYNC: (1.24-1.25); FILE MERGED 2007/03/08 08:23:50 fme 1.24.222.3: #i69287# Warning free code 2007/03/05 12:45:29 tl 1.24.222.2: #i69287# warning-free code 2007/02/22 15:06:35 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83db659fa0071e9f4ad7e2b17a92ea10a81564ac]

        INTEGRATION: CWS swwarnings (1.33.222); FILE MERGED 2007/05/15 14:06:13 os 1.33.222.5: warnings in debug mode removed 2007/04/11 10:38:38 os 1.33.222.4: RESYNC: (1.33-1.34); FILE MERGED 2007/04/03 12:59:58 tl 1.33.222.3: #i69287# warning-free code 2007/03/08 08:23:49 fme 1.33.222.2: #i69287# Warning free code 2007/02/22 15:06:35 tl 1.33.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b09a543fe827b14befe964dfcd25c50463e67c]

        INTEGRATION: CWS swwarnings (1.94.196); FILE MERGED 2007/08/20 15:35:38 tl 1.94.196.7: RESYNC: (1.96-1.98); FILE MERGED 2007/05/29 11:31:45 os 1.94.196.6: RESYNC: (1.95-1.96); FILE MERGED 2007/04/11 10:38:16 os 1.94.196.5: RESYNC: (1.94-1.95); FILE MERGED 2007/04/03 12:59:58 tl 1.94.196.4: #i69287# warning-free code 2007/03/08 08:23:48 fme 1.94.196.3: #i69287# Warning free code 2007/03/05 12:45:29 tl 1.94.196.2: #i69287# warning-free code 2007/02/22 15:06:35 tl 1.94.196.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a8dd120055ac4c2df8aa77e7a999bbe85535e1]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/03/08 08:23:47 fme 1.4.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20eab16732cea8d8a48c41185636556e44b0ae9b]

        INTEGRATION: CWS swwarnings (1.49.102); FILE MERGED 2007/09/24 07:02:59 os 1.49.102.6: RESYNC: (1.49-1.50); FILE MERGED 2007/05/16 10:17:30 tl 1.49.102.5: #i69287# warning-free code 2007/04/03 12:59:57 tl 1.49.102.4: #i69287# warning-free code 2007/03/08 08:23:47 fme 1.49.102.3: #i69287# Warning free code 2007/03/05 12:45:29 tl 1.49.102.2: #i69287# warning-free code 2007/02/22 15:06:34 tl 1.49.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8dda5badf80d0c68a0af9d40c1aff75968b0931]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/03/08 08:23:46 fme 1.17.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3966854d9183e1231752b75cbd6af72ce85edf5]

        INTEGRATION: CWS swwarnings (1.60.222); FILE MERGED 2007/05/29 11:31:34 os 1.60.222.4: RESYNC: (1.60-1.61); FILE MERGED 2007/04/03 12:59:57 tl 1.60.222.3: #i69287# warning-free code 2007/03/08 08:23:46 fme 1.60.222.2: #i69287# Warning free code 2007/02/22 15:06:34 tl 1.60.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ea0446bde7762a62431e68f23fdf0d7baa06be]

        INTEGRATION: CWS swwarnings (1.80.146); FILE MERGED 2007/09/24 07:02:49 os 1.80.146.6: RESYNC: (1.83-1.85); FILE MERGED 2007/05/29 11:31:17 os 1.80.146.5: RESYNC: (1.81-1.83); FILE MERGED 2007/04/11 10:38:07 os 1.80.146.4: RESYNC: (1.80-1.81); FILE MERGED 2007/04/03 12:59:57 tl 1.80.146.3: #i69287# warning-free code 2007/03/08 08:23:45 fme 1.80.146.2: #i69287# Warning free code 2007/03/05 12:45:29 tl 1.80.146.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5df0c1779bb8277d02e03c8c477a7d7ab331c83]

        INTEGRATION: CWS swwarnings (1.65.40); FILE MERGED 2007/09/24 07:02:42 os 1.65.40.6: RESYNC: (1.66-1.67); FILE MERGED 2007/04/11 10:37:58 os 1.65.40.5: RESYNC: (1.65-1.66); FILE MERGED 2007/04/03 12:59:57 tl 1.65.40.4: #i69287# warning-free code 2007/03/08 08:23:45 fme 1.65.40.3: #i69287# Warning free code 2007/03/05 12:45:28 tl 1.65.40.2: #i69287# warning-free code 2007/02/22 15:06:34 tl 1.65.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a5bc59da4941f7b2c2634e4c8fa18d5d97472fb]

        INTEGRATION: CWS swwarnings (1.40.128); FILE MERGED 2007/08/20 15:35:31 tl 1.40.128.5: RESYNC: (1.41-1.43); FILE MERGED 2007/04/11 10:37:48 os 1.40.128.4: RESYNC: (1.40-1.41); FILE MERGED 2007/04/03 12:59:56 tl 1.40.128.3: #i69287# warning-free code 2007/03/08 08:23:45 fme 1.40.128.2: #i69287# Warning free code 2007/02/22 15:06:34 tl 1.40.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2f160f948b2def05fc8ce5b494a69143c41bde9]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:56 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d819bd5808537c4c5c3c5e56cd133130c6158d6c]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/03/08 08:23:44 fme 1.17.222.2: #i69287# Warning free code 2007/02/22 15:06:34 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86a361d84d222f4826a8bc4002c9592741aeb4c8]

        INTEGRATION: CWS swwarnings (1.65.128); FILE MERGED 2007/09/24 07:02:35 os 1.65.128.6: RESYNC: (1.67-1.68); FILE MERGED 2007/08/20 15:35:20 tl 1.65.128.5: RESYNC: (1.66-1.67); FILE MERGED 2007/04/11 10:37:40 os 1.65.128.4: RESYNC: (1.65-1.66); FILE MERGED 2007/03/08 08:23:44 fme 1.65.128.3: #i69287# Warning free code 2007/03/05 12:45:28 tl 1.65.128.2: #i69287# warning-free code 2007/02/22 15:06:34 tl 1.65.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0c6f2727e2b0e954e5ab7afcafe6738ddb9e98]

        INTEGRATION: CWS swwarnings (1.59.222); FILE MERGED 2007/08/20 15:35:13 tl 1.59.222.8: RESYNC: (1.62-1.63); FILE MERGED 2007/06/28 11:50:38 os 1.59.222.7: RESYNC: (1.61-1.62); FILE MERGED 2007/05/29 11:30:55 os 1.59.222.6: RESYNC: (1.59-1.61); FILE MERGED 2007/04/11 07:02:50 tl 1.59.222.5: #i69287# warning-free code 2007/04/03 12:59:56 tl 1.59.222.4: #i69287# warning-free code 2007/03/09 13:25:20 ama 1.59.222.3: #i69287#: warning free code 2007/03/08 08:23:42 fme 1.59.222.2: #i69287# Warning free code 2007/02/22 15:06:33 tl 1.59.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86398ecd59fe0a7852bb5377e9d33634950ebee7]

        INTEGRATION: CWS swwarnings (1.24.162); FILE MERGED 2007/05/29 11:31:03 os 1.24.162.2: RESYNC: (1.24-1.25); FILE MERGED 2007/04/03 12:59:56 tl 1.24.162.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1ae40eafad8027d3c13be2c48156784c5908ae]

        INTEGRATION: CWS swwarnings (1.22.42); FILE MERGED 2007/04/11 07:02:50 tl 1.22.42.2: #i69287# warning-free code 2007/04/03 12:59:55 tl 1.22.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb544e6b74e0df6c9cfdcac0878eff4cd13d2b2f]

        INTEGRATION: CWS swwarnings (1.5.38); FILE MERGED 2007/08/20 15:33:53 tl 1.5.38.4: RESYNC: (1.6-1.7); FILE MERGED 2007/05/29 11:30:45 os 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 12:59:55 tl 1.5.38.2: #i69287# warning-free code 2007/02/27 13:07:04 tl 1.5.38.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51d032bb06cecd700902660582f624c14c28eea0]

        INTEGRATION: CWS swwarnings (1.6.680); FILE MERGED 2007/03/05 12:45:28 tl 1.6.680.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a3eeb7d3d77fb8a63d4da7f8215a48ab51712ad]

        INTEGRATION: CWS swwarnings (1.52.38); FILE MERGED 2007/03/12 08:47:55 fme 1.52.38.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d8955ec9fea69d2743a3e77371af150638a4f08]

        INTEGRATION: CWS swwarnings (1.9.442); FILE MERGED 2007/02/22 15:06:33 tl 1.9.442.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e42fa67d41d43ba4ae02abea5d3ebd6bfdfc5c74]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/03/05 12:45:28 tl 1.5.710.2: #i69287# warning-free code 2007/02/27 13:07:04 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76490a59baa6408c5dd76a00f961815c7cfbd963]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/05/29 11:30:03 os 1.6.242.4: RESYNC: (1.6-1.7); FILE MERGED 2007/04/03 12:59:55 tl 1.6.242.3: #i69287# warning-free code 2007/03/05 12:45:28 tl 1.6.242.2: #i69287# warning-free code 2007/02/22 15:06:33 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0bf1efb69508b62f8bd8c71ca89d49f79fbdb1f]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/05/29 11:29:50 os 1.6.242.3: RESYNC: (1.6-1.7); FILE MERGED 2007/03/05 12:45:27 tl 1.6.242.2: #i69287# warning-free code 2007/02/22 15:06:33 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [434fcd41909b3f6b576129c166e22bf078d3af27]

        INTEGRATION: CWS swwarnings (1.3.242); FILE MERGED 2007/02/27 13:07:04 tl 1.3.242.2: #i69287# warning-free code 2007/02/22 15:06:33 tl 1.3.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6de6eabbf87ea84306166a914ce21ccd8a6da9c]

        INTEGRATION: CWS swwarnings (1.16.482); FILE MERGED 2007/04/11 10:37:31 os 1.16.482.2: RESYNC: (1.16-1.17); FILE MERGED 2007/03/05 12:45:27 tl 1.16.482.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff2ed0b76b955c7f6936bd871e399f094dcfd3f]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/22 15:06:32 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf04bf3494f82a340cdcc6ea1278e9381ec9348a]

        INTEGRATION: CWS swwarnings (1.14.242); FILE MERGED 2007/03/05 12:45:27 tl 1.14.242.2: #i69287# warning-free code 2007/02/27 13:07:04 tl 1.14.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [967c3397b4045d03a5d377bb4474f3b69f234198]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/03/05 12:45:27 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b10aaa3390c9181d4b14cf7f487abac6712a50dc]

        INTEGRATION: CWS swwarnings (1.18.162); FILE MERGED 2007/02/22 15:06:32 tl 1.18.162.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b61727d3f64234469149e9010818b061d7598626]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/02/22 15:06:32 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89140870a86e0d05eeecd1f9dba94a242b540ec5]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/02/27 13:07:04 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fe53d12e7bd37e31775bcef0becd66cde62deb3]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/12 08:47:54 fme 1.7.242.2: #i69287# Warning free code 2007/02/27 13:07:03 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea1349e7d74dc280e0a617d6bd62508989e883fb]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:07:03 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f313fb44839b3b1483a92d83d1cfba6b22567696]

        INTEGRATION: CWS swwarnings (1.25.242); FILE MERGED 2007/04/11 10:36:02 os 1.25.242.2: RESYNC: (1.25-1.26); FILE MERGED 2007/02/22 15:06:32 tl 1.25.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae106adf3982ade9e1b606c473b55d4b764cf1b]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/02/27 13:07:03 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fea74728bb328d0237ef49a1dc0c6edaf540d6a2]

        INTEGRATION: CWS swwarnings (1.51.128); FILE MERGED 2007/09/24 07:02:24 os 1.51.128.4: RESYNC: (1.53-1.54); FILE MERGED 2007/05/29 11:28:33 os 1.51.128.3: RESYNC: (1.52-1.53); FILE MERGED 2007/04/11 10:35:53 os 1.51.128.2: RESYNC: (1.51-1.52); FILE MERGED 2007/03/05 12:45:27 tl 1.51.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc25623ff8bf11b9ebacbf767f593cc5336e9da]

        INTEGRATION: CWS swwarnings (1.17.160); FILE MERGED 2007/05/29 11:28:22 os 1.17.160.4: RESYNC: (1.18-1.20); FILE MERGED 2007/04/11 10:35:44 os 1.17.160.3: RESYNC: (1.17-1.18); FILE MERGED 2007/04/03 12:59:55 tl 1.17.160.2: #i69287# warning-free code 2007/03/05 12:45:27 tl 1.17.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47fc7bc85ca9d44582d6aeb5b5039802844af431]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/03/05 12:45:26 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe775b69d71fd427a7dc541a1816769773e5857c]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/02/27 13:07:03 tl 1.7.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c91b104838381027b6509bb65d864366787dfe3]

        INTEGRATION: CWS swwarnings (1.37.102); FILE MERGED 2007/02/27 13:07:03 tl 1.37.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f268305bc83a1b18efb6c7e5b0318db91f563939]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/02/27 13:07:02 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af8fba52ecf3d72ea26b882841149cb921163e4b]

        INTEGRATION: CWS swwarnings (1.7.708); FILE MERGED 2007/03/08 17:30:51 ama 1.7.708.2: #i69287#: warning free code 2007/03/05 12:45:26 tl 1.7.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81b1b4447ac6ebcbe345a67f688b4a01b8f9476d]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:45:26 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9675d2243adc2ccbc4fea4301977c02ca96f8ec]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/02/27 13:07:02 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a658fbaac68a8cb09b4ee49b15d5981306346c]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/05 12:45:26 tl 1.5.242.2: #i69287# warning-free code 2007/02/22 15:06:32 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64d6c25ed3b38ca72e2dc827e5092c255f371506]

        INTEGRATION: CWS swwarnings (1.10.470); FILE MERGED 2007/04/03 12:59:55 tl 1.10.470.3: #i69287# warning-free code 2007/03/05 12:45:26 tl 1.10.470.2: #i69287# warning-free code 2007/02/22 15:06:32 tl 1.10.470.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [245becfa2fe08c4ba9e879ba238d5c06fee390b6]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/04/03 12:59:54 tl 1.4.710.2: #i69287# warning-free code 2007/02/27 13:07:02 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [546009ed930cf5d7c552bbfdfdea24cff56c147a]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/02/22 15:06:31 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac39bf6024f8d12193af07124b7e3c2097cb55e3]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/02/27 13:07:01 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23613e1edf19f8e4649ab0d0489d617d31db9038]

        INTEGRATION: CWS swwarnings (1.37.42); FILE MERGED 2007/08/24 08:16:21 tl 1.37.42.7: #i69287# warning-free code 2007/08/20 15:32:24 tl 1.37.42.6: RESYNC: (1.39-1.40); FILE MERGED 2007/05/29 11:27:40 os 1.37.42.5: RESYNC: (1.37-1.39); FILE MERGED 2007/04/11 07:02:50 tl 1.37.42.4: #i69287# warning-free code 2007/04/03 12:59:54 tl 1.37.42.3: #i69287# warning-free code 2007/03/09 08:37:46 ama 1.37.42.2: #i69287#: warning free code 2007/02/22 15:06:31 tl 1.37.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9199a67dea010fda5a4605f7332f90a2e99d5e5]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:50 tl 1.12.222.3: #i69287# warning-free code 2007/04/03 12:59:54 tl 1.12.222.2: #i69287# warning-free code 2007/03/09 08:37:46 ama 1.12.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af14a1b2e35ab973464ae0eeafc6d7de6f247318]

        INTEGRATION: CWS swwarnings (1.42.126); FILE MERGED 2007/08/20 15:32:16 tl 1.42.126.9: RESYNC: (1.46-1.47); FILE MERGED 2007/05/30 11:06:40 os 1.42.126.8: duplicate symbols 2007/05/29 11:27:30 os 1.42.126.7: RESYNC: (1.43-1.46); FILE MERGED 2007/05/16 06:28:19 os 1.42.126.6: warnings in debug mode removed 2007/04/11 10:34:43 os 1.42.126.5: RESYNC: (1.42-1.43); FILE MERGED 2007/04/03 12:59:53 tl 1.42.126.4: #i69287# warning-free code 2007/03/09 15:30:39 ama 1.42.126.3: #i69287#: warning free code 2007/03/09 11:23:41 fme 1.42.126.2: #i69287# Warning free code 2007/02/22 15:06:30 tl 1.42.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51888c67498061e4aa3f5db700b043c37f092a21]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/03 12:59:53 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ecefab47e12f25426d2286697c3d37864966c7]

        INTEGRATION: CWS swwarnings (1.41.126); FILE MERGED 2007/05/30 10:38:35 os 1.41.126.5: vertical orientation values fixed 2007/05/29 11:27:21 os 1.41.126.4: RESYNC: (1.41-1.43); FILE MERGED 2007/04/03 12:59:53 tl 1.41.126.3: #i69287# warning-free code 2007/03/09 11:23:40 fme 1.41.126.2: #i69287# Warning free code 2007/02/22 15:06:30 tl 1.41.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d1c915eb02878811e348b265086ee0f3878a0a0]

        INTEGRATION: CWS swwarnings (1.39.222); FILE MERGED 2007/05/29 11:27:12 os 1.39.222.8: RESYNC: (1.40-1.42); FILE MERGED 2007/05/16 06:28:18 os 1.39.222.7: warnings in debug mode removed 2007/04/11 10:34:33 os 1.39.222.6: RESYNC: (1.39-1.40); FILE MERGED 2007/04/03 12:59:53 tl 1.39.222.5: #i69287# warning-free code 2007/03/09 15:30:28 ama 1.39.222.4: #i69287#: warning free code 2007/03/09 15:01:53 ama 1.39.222.3: #i69287#: warning free code 2007/03/09 11:23:40 fme 1.39.222.2: #i69287# Warning free code 2007/02/22 15:06:30 tl 1.39.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e2c1695afa0db8e6e8ff62319b5874e4b529671]

        INTEGRATION: CWS swwarnings (1.53.126); FILE MERGED 2007/08/20 15:32:08 tl 1.53.126.7: RESYNC: (1.54-1.57); FILE MERGED 2007/05/29 11:27:03 os 1.53.126.6: RESYNC: (1.53-1.54); FILE MERGED 2007/04/11 07:02:49 tl 1.53.126.5: #i69287# warning-free code 2007/04/03 12:59:52 tl 1.53.126.4: #i69287# warning-free code 2007/03/09 11:23:40 fme 1.53.126.3: #i69287# Warning free code 2007/03/05 12:45:25 tl 1.53.126.2: #i69287# warning-free code 2007/02/22 15:06:30 tl 1.53.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22fdd136fd549d69030ae375f56539540a291950]

        INTEGRATION: CWS swwarnings (1.35.128); FILE MERGED 2007/08/20 15:32:01 tl 1.35.128.5: RESYNC: (1.38-1.40); FILE MERGED 2007/05/29 11:26:32 os 1.35.128.4: RESYNC: (1.35-1.38); FILE MERGED 2007/04/03 12:59:52 tl 1.35.128.3: #i69287# warning-free code 2007/03/09 11:23:40 fme 1.35.128.2: #i69287# Warning free code 2007/02/22 15:06:30 tl 1.35.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b6641a69c41f95cfe10fdf3c5eae0e588df641]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:52 tl 1.9.222.3: #i69287# warning-free code 2007/03/09 13:24:41 ama 1.9.222.2: #i69287#: warning free code 2007/03/09 11:23:39 fme 1.9.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51bf3f791922831b21b8ca46d35e7900aca868d7]

        INTEGRATION: CWS swwarnings (1.44.126); FILE MERGED 2007/08/20 15:31:53 tl 1.44.126.6: RESYNC: (1.45-1.46); FILE MERGED 2007/04/11 10:34:25 os 1.44.126.5: RESYNC: (1.44-1.45); FILE MERGED 2007/04/11 07:02:49 tl 1.44.126.4: #i69287# warning-free code 2007/04/03 12:59:52 tl 1.44.126.3: #i69287# warning-free code 2007/03/09 11:23:39 fme 1.44.126.2: #i69287# Warning free code 2007/02/22 15:06:30 tl 1.44.126.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [329361586a4a0b66074069ba2fc6d8b99dc74c62]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 11:26:19 os 1.14.222.4: RESYNC: (1.14-1.15); FILE MERGED 2007/04/18 12:19:43 tl 1.14.222.3: #i69287# warning-free code 2007/03/12 12:13:37 ama 1.14.222.2: i69287#: warning free code 2007/03/09 16:20:23 ama 1.14.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [497abd165962717b386d019fded8e4fb69c654de]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/18 12:19:43 tl 1.13.222.3: #i69287# warning-free code 2007/03/12 12:13:24 ama 1.13.222.2: i69287#: warning free code 2007/03/09 16:20:23 ama 1.13.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c76e23d7836aa89c8243a27c1b7512eb92ef411c]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/18 12:19:43 tl 1.9.222.2: #i69287# warning-free code 2007/03/09 16:20:22 ama 1.9.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdd17919020a9ae3b0d06b99b9b02b7cac29c53]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/04/18 12:19:42 tl 1.20.222.5: #i69287# warning-free code 2007/04/03 12:59:51 tl 1.20.222.4: #i69287# warning-free code 2007/03/12 12:13:11 ama 1.20.222.3: i69287#: warning free code 2007/03/09 16:20:22 ama 1.20.222.2: #i69287#: warning free code 2007/03/09 13:19:18 ama 1.20.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [229dee82c9933b6eb534fa27204d243295e9dd2d]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/12 09:31:24 ama 1.6.710.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b8c83645fce8577d28e359f2b5f11b04e7db287]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/04/18 12:19:42 tl 1.10.222.2: #i69287# warning-free code 2007/03/09 16:20:22 ama 1.10.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90efcc9170b999f8ca30fc70f0e8a41d4b1e54de]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/02/22 15:06:29 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [270fea3a8ee08e0a78320ab58746dda09cdbbe08]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/04/18 12:19:42 tl 1.6.222.4: #i69287# warning-free code 2007/04/13 11:15:15 tl 1.6.222.3: #i69287# warning-free code 2007/04/11 10:34:16 os 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/04/04 08:02:13 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c106236e583e7b2bc7df5956eef921be55042a6]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/18 12:19:42 tl 1.11.222.2: #i69287# warning-free code 2007/03/09 16:20:22 ama 1.11.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7c379f14820e79f8cffeda19e51923560559a90]

        INTEGRATION: CWS swwarnings (1.21.222); FILE MERGED 2007/08/20 15:31:45 tl 1.21.222.7: RESYNC: (1.22-1.23); FILE MERGED 2007/05/29 11:26:02 os 1.21.222.6: RESYNC: (1.21-1.22); FILE MERGED 2007/04/18 12:19:42 tl 1.21.222.5: #i69287# warning-free code 2007/04/03 12:59:51 tl 1.21.222.4: #i69287# warning-free code 2007/03/12 12:12:48 ama 1.21.222.3: i69287#: warning free code 2007/03/12 09:34:42 ama 1.21.222.2: #i69287#: warning free code 2007/02/22 15:06:29 tl 1.21.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [170048aa8fef49aadac7fd0b8322be506034b0d5]

        INTEGRATION: CWS swwarnings (1.25.222); FILE MERGED 2007/04/18 12:19:41 tl 1.25.222.6: #i69287# warning-free code 2007/04/11 10:34:08 os 1.25.222.5: RESYNC: (1.25-1.26); FILE MERGED 2007/04/03 12:59:51 tl 1.25.222.4: #i69287# warning-free code 2007/03/12 12:12:37 ama 1.25.222.3: i69287#: warning free code 2007/03/12 09:34:32 ama 1.25.222.2: #i69287#: warning free code 2007/03/09 13:18:55 ama 1.25.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d45b7c980018f03ab9c3ffbbe4555278467bb97a]

        INTEGRATION: CWS swwarnings (1.42.222); FILE MERGED 2007/08/20 15:31:37 tl 1.42.222.5: RESYNC: (1.42-1.43); FILE MERGED 2007/04/18 12:19:41 tl 1.42.222.4: #i69287# warning-free code 2007/04/11 07:02:48 tl 1.42.222.3: #i69287# warning-free code 2007/04/03 12:59:51 tl 1.42.222.2: #i69287# warning-free code 2007/03/12 09:34:22 ama 1.42.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c46d30664e3ca21013a710cf120526d8a7dbfa]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/05/29 11:25:52 os 1.14.222.5: RESYNC: (1.14-1.15); FILE MERGED 2007/04/18 12:19:41 tl 1.14.222.4: #i69287# warning-free code 2007/04/11 07:02:48 tl 1.14.222.3: #i69287# warning-free code 2007/04/03 12:59:51 tl 1.14.222.2: #i69287# warning-free code 2007/03/09 16:20:22 ama 1.14.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f943315a7bc2ff7a23ce6d3fd392886f2d7b592]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/05/29 11:25:41 os 1.24.222.6: RESYNC: (1.24-1.25); FILE MERGED 2007/04/18 12:19:41 tl 1.24.222.5: #i69287# warning-free code 2007/04/11 07:02:48 tl 1.24.222.4: #i69287# warning-free code 2007/04/03 12:59:50 tl 1.24.222.3: #i69287# warning-free code 2007/03/12 12:11:30 ama 1.24.222.2: i69287#: warning free code 2007/03/09 16:20:21 ama 1.24.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccb87079d08094c990cd83615cc7d38ddbed15db]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/18 12:19:40 tl 1.13.222.3: #i69287# warning-free code 2007/04/11 07:02:48 tl 1.13.222.2: #i69287# warning-free code 2007/04/03 12:59:50 tl 1.13.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d465b52be4a3e0d63b4b181f1d38dc2d14409d]

        INTEGRATION: CWS swwarnings (1.11.198); FILE MERGED 2007/04/11 10:33:59 os 1.11.198.3: RESYNC: (1.11-1.12); FILE MERGED 2007/04/03 12:59:50 tl 1.11.198.2: #i69287# warning-free code 2007/03/12 09:33:07 ama 1.11.198.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c388a6c50ffe7d49411cca912613d10bacdf3dac]

        INTEGRATION: CWS swwarnings (1.28.222); FILE MERGED 2007/06/01 07:17:39 tl 1.28.222.5: #i69287# warning-free code 2007/05/29 11:25:31 os 1.28.222.4: RESYNC: (1.28-1.29); FILE MERGED 2007/04/18 12:19:40 tl 1.28.222.3: #i69287# warning-free code 2007/04/03 12:59:50 tl 1.28.222.2: #i69287# warning-free code 2007/03/09 16:20:21 ama 1.28.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7233a771278ab8a057b4e264bdf404678d1f8cf9]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/05/30 08:02:25 os 1.8.222.3: merge error fixed 2007/05/29 11:25:21 os 1.8.222.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/03 12:59:49 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d6465e99bcf0727f010a3af0bdd5f609711a725]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:49 tl 1.9.222.2: #i69287# warning-free code 2007/03/08 15:00:51 fme 1.9.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d38dbd49ebeec69264facfc76caaa6a905b4a17]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/05/16 09:20:55 os 1.11.222.3: |= operators fixed 2007/05/16 08:40:23 os 1.11.222.2: #77404# |= correctly resolved 2007/04/03 12:59:49 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97786d427d7fdef9f3787ee517f714283fd85fcd]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/04/11 07:02:48 tl 1.17.222.3: #i69287# warning-free code 2007/03/09 12:03:47 ama 1.17.222.2: #i69287#: warning free code 2007/03/08 15:00:51 fme 1.17.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a232ab30908c280be986a776f63d8a1c59c4beb]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/29 11:25:06 os 1.15.222.3: RESYNC: (1.15-1.17); FILE MERGED 2007/04/03 12:59:49 tl 1.15.222.2: #i69287# warning-free code 2007/02/22 15:06:29 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0df306742da444de49dc5e43124ccd667fd5d73]

        INTEGRATION: CWS swwarnings (1.7.212); FILE MERGED 2007/04/03 12:59:49 tl 1.7.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7289dd6e049a7a062eb7b5647790d5c9f25ce0ec]

        INTEGRATION: CWS swwarnings (1.21.222); FILE MERGED 2007/05/29 11:24:55 os 1.21.222.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/03 12:59:49 tl 1.21.222.2: #i69287# warning-free code 2007/03/08 15:00:50 fme 1.21.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [009b98a1efa49bc684e2c8933ff2e8c9f98c7a9e]

        INTEGRATION: CWS swwarnings (1.23.102); FILE MERGED 2007/08/20 15:31:18 tl 1.23.102.4: RESYNC: (1.25-1.27); FILE MERGED 2007/05/29 11:24:45 os 1.23.102.3: RESYNC: (1.23-1.25); FILE MERGED 2007/04/03 12:59:48 tl 1.23.102.2: #i69287# warning-free code 2007/03/08 15:00:50 fme 1.23.102.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9bd94618604ce5cecc278a0b0e504f87fdad5ac]

        INTEGRATION: CWS swwarnings (1.44.222); FILE MERGED 2007/08/24 08:16:21 tl 1.44.222.7: #i69287# warning-free code 2007/08/20 15:31:10 tl 1.44.222.6: RESYNC: (1.46-1.49); FILE MERGED 2007/05/29 11:24:36 os 1.44.222.5: RESYNC: (1.44-1.46); FILE MERGED 2007/05/16 09:20:55 os 1.44.222.4: |= operators fixed 2007/04/03 12:59:48 tl 1.44.222.3: #i69287# warning-free code 2007/03/08 15:00:50 fme 1.44.222.2: #i69287# Warning free code 2007/03/05 12:45:25 tl 1.44.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9237527150b8364addf20775cb8f5c68a68c85b1]

        INTEGRATION: CWS swwarnings (1.13.212); FILE MERGED 2007/08/20 15:31:02 tl 1.13.212.5: RESYNC: (1.13-1.14); FILE MERGED 2007/06/28 08:07:51 os 1.13.212.4: #i78951# next '|=' operator fixed 2007/05/16 09:20:55 os 1.13.212.3: |= operators fixed 2007/04/03 12:59:48 tl 1.13.212.2: #i69287# warning-free code 2007/03/08 15:00:50 fme 1.13.212.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0923f81685afc9738f86bdde84d4d90b59f20fa4]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/08 15:00:50 fme 1.7.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0a73661eef12b963468346e19a8e652e2322559]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/30 08:04:22 os 1.15.222.3: merge errors fixed 2007/05/29 11:24:26 os 1.15.222.2: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 12:59:48 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13c06a3cd48a9fdacaa2413e0044ec8556be511]

        INTEGRATION: CWS swwarnings (1.8.16); FILE MERGED 2007/04/03 12:59:47 tl 1.8.16.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80a7dba3e8c9fac99bec91490f7c6fd5581dd53d]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/16 09:20:55 os 1.12.222.3: |= operators fixed 2007/05/15 16:04:54 tl 1.12.222.2: #i69287# warning-free code 2007/04/03 12:59:47 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee5a8e79496654b831c51456a601636c838f811]

        INTEGRATION: CWS swwarnings (1.41.222); FILE MERGED 2007/04/03 12:59:47 tl 1.41.222.2: #i69287# warning-free code 2007/03/08 15:00:49 fme 1.41.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5bc5deac1cdf97c21592227378c527555727928]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/02/22 15:06:29 tl 1.6.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f82927fa500e41fe5645ea1ef2d1a83ab8b026]

        INTEGRATION: CWS swwarnings (1.34.130); FILE MERGED 2007/08/20 15:30:50 tl 1.34.130.5: RESYNC: (1.35-1.36); FILE MERGED 2007/05/29 11:24:17 os 1.34.130.4: RESYNC: (1.34-1.35); FILE MERGED 2007/04/11 07:02:47 tl 1.34.130.3: #i69287# warning-free code 2007/04/03 12:59:47 tl 1.34.130.2: #i69287# warning-free code 2007/03/08 15:00:49 fme 1.34.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49ab7533eb32de671088e2ff5294c2365fb8a756]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/04/03 12:59:47 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5379038bfc7c1fbafb55ec4163256b6b91fbbbef]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/04/03 12:59:46 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b5f3d38210f9b443e64388ebae5cd0e2082b728]

        INTEGRATION: CWS swwarnings (1.26.122); FILE MERGED 2007/08/20 15:30:43 tl 1.26.122.5: RESYNC: (1.27-1.28); FILE MERGED 2007/04/11 10:33:49 os 1.26.122.4: RESYNC: (1.26-1.27); FILE MERGED 2007/04/03 12:59:46 tl 1.26.122.3: #i69287# warning-free code 2007/03/09 16:06:35 fme 1.26.122.2: #i69287# Warning free code 2007/02/22 15:06:28 tl 1.26.122.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b32a1fec1552188a55270d19086c16059cd0a0aa]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/05/29 11:24:02 os 1.20.222.4: RESYNC: (1.20-1.22); FILE MERGED 2007/04/03 12:59:46 tl 1.20.222.3: #i69287# warning-free code 2007/02/26 08:51:09 tl 1.20.222.2: #i69287# warning-free code 2007/02/22 15:06:28 tl 1.20.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [262051b4141128b9b6f9ec2f3f94e7982c8c3caa]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/08/20 15:30:36 tl 1.12.222.2: RESYNC: (1.12-1.15); FILE MERGED 2007/03/09 16:06:35 fme 1.12.222.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6717ea7809e709f43b2614bf3799e86aa5f4ff55]

        INTEGRATION: CWS swwarnings (1.22.148); FILE MERGED 2007/04/03 12:59:45 tl 1.22.148.5: #i69287# warning-free code 2007/03/09 16:06:35 fme 1.22.148.4: #i69287# Warning free code 2007/03/05 12:45:25 tl 1.22.148.3: #i69287# warning-free code 2007/02/23 08:57:52 os 1.22.148.2: #i69287# FASTBOOL back 2007/02/22 15:06:28 tl 1.22.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d414bdd22937fb5e96aa1c118cc5d551ba220d3c]

        INTEGRATION: CWS swwarnings (1.54.148); FILE MERGED 2007/08/20 15:30:24 tl 1.54.148.6: RESYNC: (1.55-1.57); FILE MERGED 2007/05/29 11:23:47 os 1.54.148.5: RESYNC: (1.54-1.55); FILE MERGED 2007/04/03 12:59:44 tl 1.54.148.4: #i69287# warning-free code 2007/03/09 16:06:34 fme 1.54.148.3: #i69287# Warning free code 2007/02/23 08:57:53 os 1.54.148.2: #i69287# FASTBOOL back 2007/02/22 15:06:28 tl 1.54.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db85f2f62e570c45cabad717e722fa74c6e9ad3a]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/30 11:20:16 os 1.12.222.6: ReReadThread removed because it was not used 2007/05/29 11:23:34 os 1.12.222.5: RESYNC: (1.12-1.14); FILE MERGED 2007/04/11 07:02:47 tl 1.12.222.4: #i69287# warning-free code 2007/04/03 12:59:42 tl 1.12.222.3: #i69287# warning-free code 2007/03/09 09:53:11 ama 1.12.222.2: #i69287#: warning free code 2007/02/22 15:06:27 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c812a3924b603db5064a04ddb491c679d57f963a]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/05/30 07:05:42 os 1.24.222.6: second aEmptyStr removed 2007/05/29 11:23:02 os 1.24.222.5: RESYNC: (1.24-1.26); FILE MERGED 2007/04/11 07:02:47 tl 1.24.222.4: #i69287# warning-free code 2007/04/03 12:59:42 tl 1.24.222.3: #i69287# warning-free code 2007/03/09 09:53:11 ama 1.24.222.2: #i69287#: warning free code 2007/02/22 15:06:27 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5e506a035e62df02793d2a7f79981707770a785]

        INTEGRATION: CWS swwarnings (1.24.138); FILE MERGED 2007/08/20 15:28:35 tl 1.24.138.5: RESYNC: (1.25-1.26); FILE MERGED 2007/04/11 10:33:27 os 1.24.138.4: RESYNC: (1.24-1.25); FILE MERGED 2007/04/03 12:59:41 tl 1.24.138.3: #i69287# warning-free code 2007/03/09 09:53:10 ama 1.24.138.2: #i69287#: warning free code 2007/02/22 15:06:27 tl 1.24.138.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [188917c3bed6a7b83213b704c2cdffa45bd49f70]

        INTEGRATION: CWS swwarnings (1.34.42); FILE MERGED 2007/08/20 15:28:28 tl 1.34.42.6: RESYNC: (1.36-1.37); FILE MERGED 2007/06/28 11:50:24 os 1.34.42.5: RESYNC: (1.34-1.36); FILE MERGED 2007/04/03 12:59:41 tl 1.34.42.4: #i69287# warning-free code 2007/03/09 13:17:24 ama 1.34.42.3: #i69287#: warning free code 2007/03/09 09:53:10 ama 1.34.42.2: #i69287#: warning free code 2007/03/05 12:45:24 tl 1.34.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [211f393986c60870bf589951833574be810c4f5b]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/08/20 15:28:21 tl 1.16.222.5: RESYNC: (1.18-1.19); FILE MERGED 2007/05/29 11:22:51 os 1.16.222.4: RESYNC: (1.16-1.18); FILE MERGED 2007/04/03 12:59:41 tl 1.16.222.3: #i69287# warning-free code 2007/03/09 15:27:22 ama 1.16.222.2: #i69287#: warning free code 2007/03/09 09:53:10 ama 1.16.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9552b09258f7829d05cf57ecd8c853f718fd140d]

        INTEGRATION: CWS swwarnings (1.41.124); FILE MERGED 2007/08/24 08:16:20 tl 1.41.124.11: #i69287# warning-free code 2007/08/20 15:28:13 tl 1.41.124.10: RESYNC: (1.45-1.47); FILE MERGED 2007/05/29 11:22:40 os 1.41.124.9: RESYNC: (1.42-1.45); FILE MERGED 2007/04/13 11:15:14 tl 1.41.124.8: #i69287# warning-free code 2007/04/11 10:33:20 os 1.41.124.7: RESYNC: (1.41-1.42); FILE MERGED 2007/04/03 12:59:40 tl 1.41.124.6: #i69287# warning-free code 2007/03/09 15:27:14 ama 1.41.124.5: #i69287#: warning free code 2007/03/09 15:04:10 ama 1.41.124.4: #i69287#: warning free code 2007/03/09 09:53:10 ama 1.41.124.3: #i69287#: warning free code 2007/03/05 12:45:24 tl 1.41.124.2: #i69287# warning-free code 2007/02/22 15:06:27 tl 1.41.124.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ca660dc0b509e3e23c2b0d5331dc430bb2d48ec]

        INTEGRATION: CWS swwarnings (1.30.130); FILE MERGED 2007/05/29 11:22:29 os 1.30.130.4: RESYNC: (1.30-1.31); FILE MERGED 2007/04/03 12:59:40 tl 1.30.130.3: #i69287# warning-free code 2007/03/09 09:53:10 ama 1.30.130.2: #i69287#: warning free code 2007/03/05 12:45:24 tl 1.30.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd97920499470001a86744f42c3b772eabf2041]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/04/03 12:59:40 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e47e858b061af3ca0dca55638de13e565a91c2c]

        INTEGRATION: CWS swwarnings (1.11.130); FILE MERGED 2007/03/09 13:17:49 ama 1.11.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a2b399c3f1977a5f7a177bad6a7632d03c8bc7]

        INTEGRATION: CWS swwarnings (1.25.128); FILE MERGED 2007/08/20 15:28:04 tl 1.25.128.5: RESYNC: (1.26-1.27); FILE MERGED 2007/04/11 10:33:11 os 1.25.128.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/03 12:59:39 tl 1.25.128.3: #i69287# warning-free code 2007/03/09 09:53:09 ama 1.25.128.2: #i69287#: warning free code 2007/02/22 15:06:27 tl 1.25.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9932435436c899db786115d1204b9cfb0c72ede]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/08/24 09:45:44 tl 1.4.710.5: #i69287# warning-free code 2007/08/22 09:29:37 tl 1.4.710.4: #i69287# warning-free code 2007/08/20 15:27:56 tl 1.4.710.3: RESYNC: (1.5-1.7); FILE MERGED 2007/05/29 11:22:17 os 1.4.710.2: RESYNC: (1.4-1.5); FILE MERGED 2007/04/03 12:59:39 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab38191fe21d1b4a5e5518ee1536b057f60353b5]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/03/08 17:29:48 ama 1.7.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff95e4053bab6a2dd9e493bea5949fa4fc5725d]

        INTEGRATION: CWS swwarnings (1.17.222); FILE MERGED 2007/09/24 07:02:14 os 1.17.222.12: RESYNC: (1.21-1.22); FILE MERGED 2007/08/20 15:27:12 tl 1.17.222.11: RESYNC: (1.20-1.21); FILE MERGED 2007/05/30 14:04:50 os 1.17.222.10: merge errors fixed 2007/05/29 11:22:03 os 1.17.222.9: RESYNC: (1.18-1.20); FILE MERGED 2007/04/19 07:59:50 tl 1.17.222.8: #i69287# warning-free code 2007/04/18 08:26:34 tl 1.17.222.7: #i69287# warning-free code 2007/04/13 11:15:14 tl 1.17.222.6: #i69287# warning-free code 2007/04/11 10:33:01 os 1.17.222.5: RESYNC: (1.17-1.18); FILE MERGED 2007/04/03 12:59:38 tl 1.17.222.4: #i69287# warning-free code 2007/03/09 15:04:58 ama 1.17.222.3: #i69287#: warning free code 2007/03/08 17:29:48 ama 1.17.222.2: #i69287#: warning free code 2007/02/22 15:06:26 tl 1.17.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea9627e0debc26a32e64819005a8878535d0f416]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/13 11:15:13 tl 1.8.222.4: #i69287# warning-free code 2007/04/11 10:32:53 os 1.8.222.3: RESYNC: (1.8-1.9); FILE MERGED 2007/04/03 12:59:38 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 17:29:48 ama 1.8.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76d16f99434771dc4bcbca883c07dac39f9f24c1]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/05/29 11:21:54 os 1.19.222.3: RESYNC: (1.19-1.20); FILE MERGED 2007/04/03 12:59:38 tl 1.19.222.2: #i69287# warning-free code 2007/03/08 17:29:48 ama 1.19.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [309c452a2f7b29c9813ef327e11b3bec83a78dce]

        INTEGRATION: CWS swwarnings (1.3.130); FILE MERGED 2007/03/08 17:29:47 ama 1.3.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11700bf4f0a600153b191cd97a6ef26fd3d3d165]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:02:46 tl 1.8.222.3: #i69287# warning-free code 2007/04/03 12:59:37 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 17:29:47 ama 1.8.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34ecda5413865780de2d4a39c4d0ab4998a0579]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/03/08 17:29:47 ama 1.8.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1803552c49333bdf76dc1db6a834afba2837be28]

        INTEGRATION: CWS swwarnings (1.46.42); FILE MERGED 2007/05/29 11:21:44 os 1.46.42.3: RESYNC: (1.46-1.48); FILE MERGED 2007/04/03 12:59:37 tl 1.46.42.2: #i69287# warning-free code 2007/03/08 17:29:47 ama 1.46.42.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a14efb91236ce6ce2345bfa1e70f5fa45ef8197]

        INTEGRATION: CWS swwarnings (1.39.212); FILE MERGED 2007/05/29 11:21:32 os 1.39.212.5: RESYNC: (1.39-1.40); FILE MERGED 2007/04/11 07:02:46 tl 1.39.212.4: #i69287# warning-free code 2007/04/03 12:59:37 tl 1.39.212.3: #i69287# warning-free code 2007/03/09 13:03:27 ama 1.39.212.2: #i69287#: warning free code 2007/03/08 17:29:46 ama 1.39.212.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8cb677831918e8b0bb5507e356ce8fa8a3998a3]

        INTEGRATION: CWS swwarnings (1.35.148); FILE MERGED 2007/08/20 15:27:04 tl 1.35.148.5: RESYNC: (1.35-1.37); FILE MERGED 2007/04/03 12:59:36 tl 1.35.148.4: #i69287# warning-free code 2007/03/08 17:29:46 ama 1.35.148.3: #i69287#: warning free code 2007/03/05 12:45:24 tl 1.35.148.2: #i69287# warning-free code 2007/02/22 15:06:26 tl 1.35.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8cae4ac0a5fc62b44213b02775c015841927e8e]

        INTEGRATION: CWS swwarnings (1.15.126); FILE MERGED 2007/05/30 08:58:29 os 1.15.126.7: exception files list completed 2007/05/29 11:21:17 os 1.15.126.6: RESYNC: (1.16-1.19); FILE MERGED 2007/04/13 11:15:13 tl 1.15.126.5: #i69287# warning-free code 2007/04/11 10:32:20 os 1.15.126.4: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 12:59:36 tl 1.15.126.3: #i69287# warning-free code 2007/03/12 14:59:38 ama 1.15.126.2: i69287#: warning free code 2007/03/12 14:39:19 ama 1.15.126.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a43ff2c9308a2df0a57695e54f47c0e6a8b294]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/03/08 17:29:46 ama 1.6.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a4f96314c58be56f56cf9410f91d5321312b0b0]

        INTEGRATION: CWS swwarnings (1.12.130); FILE MERGED 2007/08/20 15:26:56 tl 1.12.130.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/03 12:59:36 tl 1.12.130.2: #i69287# warning-free code 2007/03/08 17:29:46 ama 1.12.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76fe4f7f3122ae967da34ce378dc13f8f7f734fd]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/08/20 15:26:48 tl 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 12:59:35 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ee2ee4fb93c2a4df98d51fae79b5061ee1a1e1]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 12:59:35 tl 1.8.222.2: #i69287# warning-free code 2007/02/22 15:06:26 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f43cf35a1bbdd861d394b4711e8533cd4302e3c]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/04/11 07:02:46 tl 1.14.222.2: #i69287# warning-free code 2007/04/03 12:59:35 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fa862689702e0b6e206f6ec829b8a2de47f2027]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/05/30 07:03:42 os 1.4.222.3: additional usings 2007/05/29 11:20:39 os 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED 2007/04/11 07:02:46 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23789f7b200124cd98e459e41218ec978c0e7795]

        INTEGRATION: CWS swwarnings (1.45.130); FILE MERGED 2007/05/29 11:20:09 os 1.45.130.6: RESYNC: (1.45-1.46); FILE MERGED 2007/04/11 07:02:46 tl 1.45.130.5: #i69287# warning-free code 2007/04/03 12:59:34 tl 1.45.130.4: #i69287# warning-free code 2007/03/09 13:03:26 ama 1.45.130.3: #i69287#: warning free code 2007/03/09 11:52:44 ama 1.45.130.2: #i69287#: warning free code 2007/03/08 17:29:46 ama 1.45.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [618ffb5c410f1c89d8f0838e1e5752ab6defa486]

        INTEGRATION: CWS swwarnings (1.16.222); FILE MERGED 2007/05/29 11:19:20 os 1.16.222.4: RESYNC: (1.16-1.17); FILE MERGED 2007/04/11 07:02:45 tl 1.16.222.3: #i69287# warning-free code 2007/04/03 12:59:34 tl 1.16.222.2: #i69287# warning-free code 2007/03/08 17:29:45 ama 1.16.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f3e435137ad8703d0556f6894996468a8ed86b8]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/03/09 11:52:44 ama 1.10.222.2: #i69287#: warning free code 2007/03/08 17:29:45 ama 1.10.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b773a50ff95fd1a1689f103eb7d4c5d0116fd4b4]

        INTEGRATION: CWS swwarnings (1.44.130); FILE MERGED 2007/08/20 15:26:41 tl 1.44.130.5: RESYNC: (1.44-1.45); FILE MERGED 2007/04/11 07:02:45 tl 1.44.130.4: #i69287# warning-free code 2007/04/03 12:59:34 tl 1.44.130.3: #i69287# warning-free code 2007/03/09 11:52:44 ama 1.44.130.2: #i69287#: warning free code 2007/03/08 17:29:45 ama 1.44.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c48a6da6c49ec5da0dff4d96a5975fc6c5e76e1]

        INTEGRATION: CWS swwarnings (1.64.42); FILE MERGED 2007/08/20 15:26:34 tl 1.64.42.5: RESYNC: (1.66-1.67); FILE MERGED 2007/05/29 11:18:51 os 1.64.42.4: RESYNC: (1.64-1.66); FILE MERGED 2007/04/03 12:59:34 tl 1.64.42.3: #i69287# warning-free code 2007/03/09 13:03:25 ama 1.64.42.2: #i69287#: warning free code 2007/03/08 17:29:45 ama 1.64.42.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98c99ca0d4f646be1083c2c5927730191c6da5c4]

        INTEGRATION: CWS swwarnings (1.71.128); FILE MERGED 2007/09/24 07:02:01 os 1.71.128.7: RESYNC: (1.77-1.78); FILE MERGED 2007/08/20 15:26:26 tl 1.71.128.6: RESYNC: (1.74-1.77); FILE MERGED 2007/06/28 11:50:17 os 1.71.128.5: RESYNC: (1.73-1.74); FILE MERGED 2007/05/29 11:18:10 os 1.71.128.4: RESYNC: (1.71-1.73); FILE MERGED 2007/04/11 07:02:45 tl 1.71.128.3: #i69287# warning-free code 2007/04/03 12:59:33 tl 1.71.128.2: #i69287# warning-free code 2007/03/08 17:29:45 ama 1.71.128.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c78901bd087af789e4efd30a1606f6facd1b3bd4]

        INTEGRATION: CWS swwarnings (1.44.126); FILE MERGED 2007/08/20 15:26:19 tl 1.44.126.7: RESYNC: (1.49-1.50); FILE MERGED 2007/05/29 11:17:48 os 1.44.126.6: RESYNC: (1.46-1.49); FILE MERGED 2007/04/11 10:32:11 os 1.44.126.5: RESYNC: (1.44-1.46); FILE MERGED 2007/04/03 12:59:33 tl 1.44.126.4: #i69287# warning-free code 2007/03/09 13:03:24 ama 1.44.126.3: #i69287#: warning free code 2007/03/09 11:52:44 ama 1.44.126.2: #i69287#: warning free code 2007/03/08 17:29:44 ama 1.44.126.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08d6b50fd8e42457754390ced7969fad0fb25e1]

        INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED 2007/08/20 15:26:11 tl 1.6.222.2: RESYNC: (1.6-1.7); FILE MERGED 2007/03/08 17:29:44 ama 1.6.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3673510e1278d05b2455c52f2bea6246cccecb17]

        INTEGRATION: CWS swwarnings (1.21.130); FILE MERGED 2007/08/20 15:26:04 tl 1.21.130.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/03 12:59:32 tl 1.21.130.2: #i69287# warning-free code 2007/03/08 17:29:44 ama 1.21.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [378e5295c29b190d3dc23c94a5469a6b5e2ac090]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 12:59:32 tl 1.8.222.2: #i69287# warning-free code 2007/02/22 15:06:26 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [295baaa700e7118b40e8162c0e12f50b30c0cf9d]

        INTEGRATION: CWS swwarnings (1.42.130); FILE MERGED 2007/08/20 15:25:56 tl 1.42.130.11: RESYNC: (1.44-1.45); FILE MERGED 2007/05/29 11:16:33 os 1.42.130.10: RESYNC: (1.43-1.44); FILE MERGED 2007/05/16 08:07:33 os 1.42.130.9: return value of CopyFrmFmt fixed 2007/05/16 07:52:38 os 1.42.130.8: return value of CopyFrmFmt fixed 2007/04/11 10:32:03 os 1.42.130.7: RESYNC: (1.42-1.43); FILE MERGED 2007/04/11 07:02:45 tl 1.42.130.6: #i69287# warning-free code 2007/04/03 12:59:31 tl 1.42.130.5: #i69287# warning-free code 2007/03/09 13:03:23 ama 1.42.130.4: #i69287#: warning free code 2007/03/09 11:52:43 ama 1.42.130.3: #i69287#: warning free code 2007/03/08 17:29:44 ama 1.42.130.2: #i69287#: warning free code 2007/02/22 15:06:25 tl 1.42.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [591d0cc787ced3cae65b4d6c6035cf2cca5619b2]

        INTEGRATION: CWS swwarnings (1.31.130); FILE MERGED 2007/04/03 12:59:31 tl 1.31.130.2: #i69287# warning-free code 2007/03/08 17:29:44 ama 1.31.130.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [640fa36c2f5edff00dc8ebd95ddb6595798e4cfc]

        INTEGRATION: CWS swwarnings (1.28.212); FILE MERGED 2007/08/20 15:25:48 tl 1.28.212.6: RESYNC: (1.28-1.29); FILE MERGED 2007/04/18 12:19:39 tl 1.28.212.5: #i69287# warning-free code 2007/04/11 07:02:44 tl 1.28.212.4: #i69287# warning-free code 2007/04/03 12:59:30 tl 1.28.212.3: #i69287# warning-free code 2007/03/12 11:45:19 ama 1.28.212.2: i69287#: warning free code 2007/03/08 17:29:44 ama 1.28.212.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4546f3f4efdf603397aaaab7858c43ae294dc154]

        INTEGRATION: CWS swwarnings (1.33.128); FILE MERGED 2007/06/28 11:50:08 os 1.33.128.8: RESYNC: (1.34-1.35); FILE MERGED 2007/05/30 13:57:11 os 1.33.128.7: warnings removed 2007/04/18 09:38:32 tl 1.33.128.6: #i69287# warning-free code 2007/04/11 10:31:54 os 1.33.128.5: RESYNC: (1.33-1.34); FILE MERGED 2007/04/11 07:02:44 tl 1.33.128.4: #i69287# warning-free code 2007/04/03 12:59:30 tl 1.33.128.3: #i69287# warning-free code 2007/03/09 11:52:43 ama 1.33.128.2: #i69287#: warning free code 2007/03/08 17:29:43 ama 1.33.128.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96a1cb3e45a8f20c446f418d57fd78640f605bdb]

        INTEGRATION: CWS swwarnings (1.40.130); FILE MERGED 2007/05/29 11:15:26 os 1.40.130.6: RESYNC: (1.40-1.41); FILE MERGED 2007/04/11 07:02:44 tl 1.40.130.5: #i69287# warning-free code 2007/04/03 12:59:30 tl 1.40.130.4: #i69287# warning-free code 2007/03/09 11:52:43 ama 1.40.130.3: #i69287#: warning free code 2007/03/08 17:29:43 ama 1.40.130.2: #i69287#: warning free code 2007/02/22 15:06:25 tl 1.40.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75eb28e5d7119264186684053680b7311549482a]

        INTEGRATION: CWS swwarnings (1.37.198); FILE MERGED 2007/05/29 11:15:05 os 1.37.198.4: RESYNC: (1.37-1.38); FILE MERGED 2007/04/03 12:59:30 tl 1.37.198.3: #i69287# warning-free code 2007/03/08 17:29:43 ama 1.37.198.2: #i69287#: warning free code 2007/02/22 15:06:25 tl 1.37.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00014de1f680af265cfe36be9180bc8880de7793]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/11 07:02:44 tl 1.11.222.2: #i69287# warning-free code 2007/03/08 17:29:43 ama 1.11.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b31a9dc3f8489ef4a91eae3de8db10913ce88795]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/05/29 11:14:37 os 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 12:59:29 tl 1.9.222.2: #i69287# warning-free code 2007/03/08 17:29:43 ama 1.9.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f87868b69f6f2edb5d046d65e603188a7c34a81]

        INTEGRATION: CWS swwarnings (1.18.212); FILE MERGED 2007/08/20 15:25:41 tl 1.18.212.5: RESYNC: (1.19-1.20); FILE MERGED 2007/06/28 11:50:01 os 1.18.212.4: RESYNC: (1.18-1.19); FILE MERGED 2007/04/03 12:59:29 tl 1.18.212.3: #i69287# warning-free code 2007/03/12 15:00:02 ama 1.18.212.2: i69287#: warning free code 2007/03/08 17:29:42 ama 1.18.212.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a24aae373da5d4b068c1ec16d8a74857bdcfa732]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/05/29 11:14:09 os 1.10.222.3: RESYNC: (1.10-1.11); FILE MERGED 2007/03/08 17:29:42 ama 1.10.222.2: #i69287#: warning free code 2007/02/22 15:06:25 tl 1.10.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70c5f37934fb953240003d13e9e7ce279d6640ca]

        INTEGRATION: CWS swwarnings (1.20.222); FILE MERGED 2007/04/03 12:59:29 tl 1.20.222.3: #i69287# warning-free code 2007/03/09 11:52:43 ama 1.20.222.2: #i69287#: warning free code 2007/03/08 17:29:42 ama 1.20.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c80874a5eb9d2d3d6ddff548510cdaad580efa9]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:43 tl 1.12.222.3: #i69287# warning-free code 2007/04/03 12:59:29 tl 1.12.222.2: #i69287# warning-free code 2007/03/08 17:29:42 ama 1.12.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fff38fc118cc1e7d5d01cbe100cfd532e82d158]

        INTEGRATION: CWS swwarnings (1.53.94); FILE MERGED 2007/08/27 11:00:19 tl 1.53.94.9: #i69287# warning-free code 2007/08/24 10:01:14 tl 1.53.94.8: #i69287# warning-free code 2007/08/24 08:16:20 tl 1.53.94.7: #i69287# warning-free code 2007/08/20 15:25:21 tl 1.53.94.6: RESYNC: (1.56-1.59); FILE MERGED 2007/06/28 11:49:54 os 1.53.94.5: RESYNC: (1.55-1.56); FILE MERGED 2007/05/29 11:13:32 os 1.53.94.4: RESYNC: (1.54-1.55); FILE MERGED 2007/04/11 07:02:43 tl 1.53.94.3: #i69287# warning-free code 2007/04/03 12:59:28 tl 1.53.94.2: #i69287# warning-free code 2007/03/08 17:29:42 ama 1.53.94.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6707846d4d4bb21eb4a3e53d231d72185689310]

        INTEGRATION: CWS swwarnings (1.20.130); FILE MERGED 2007/08/27 12:26:12 tl 1.20.130.3: #i69287# warning-free code 2007/08/20 15:25:29 tl 1.20.130.2: RESYNC: (1.20-1.21); FILE MERGED 2007/05/15 15:53:00 tl 1.20.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f082bed9685c83944189b61fb4b7cf44439fbdbc]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/03/08 17:29:42 ama 1.14.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5bb090cb3241d01f05f3e5fcf2d3d8cecea482]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/05/29 11:13:09 os 1.12.222.4: RESYNC: (1.12-1.13); FILE MERGED 2007/04/03 12:59:28 tl 1.12.222.3: #i69287# warning-free code 2007/03/09 13:03:23 ama 1.12.222.2: #i69287#: warning free code 2007/03/09 11:52:43 ama 1.12.222.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [841dba13239dfd95e97de3866f58893e57aaf778]

        INTEGRATION: CWS swwarnings (1.23.222); FILE MERGED 2007/08/20 15:25:14 tl 1.23.222.5: RESYNC: (1.24-1.26); FILE MERGED 2007/04/11 10:31:41 os 1.23.222.4: RESYNC: (1.23-1.24); FILE MERGED 2007/04/03 12:59:27 tl 1.23.222.3: #i69287# warning-free code 2007/03/08 13:53:44 fme 1.23.222.2: #i69287# Warning free code 2007/02/22 15:06:24 tl 1.23.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e42accda3a2a24b67cb56e2dfffdedc662d427a]

        INTEGRATION: CWS swwarnings (1.11.220); FILE MERGED 2007/05/29 11:12:35 os 1.11.220.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/11 10:31:34 os 1.11.220.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/22 15:06:24 tl 1.11.220.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b721c8b87b4ec698fb159b47c6d3a5d2fffce712]

        INTEGRATION: CWS swwarnings (1.16.40); FILE MERGED 2007/05/29 11:12:01 os 1.16.40.6: RESYNC: (1.18-1.20); FILE MERGED 2007/04/11 10:31:26 os 1.16.40.5: RESYNC: (1.16-1.18); FILE MERGED 2007/04/03 12:59:26 tl 1.16.40.4: #i69287# warning-free code 2007/03/09 15:25:34 ama 1.16.40.3: #i69287#: warning free code 2007/03/08 13:53:44 fme 1.16.40.2: #i69287# Warning free code 2007/02/22 15:06:24 tl 1.16.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee69420d1cd33eede5de2d1b4af7aa44167d8709]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/02/22 15:06:24 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b32be74a6e9da1169f9bfd9fc3056437f1d23a9]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:26 tl 1.9.222.2: #i69287# warning-free code 2007/02/22 15:06:24 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5ca0d5d0f0d72df339f38e46dd24ddc13a7934]

        INTEGRATION: CWS swwarnings (1.50.222); FILE MERGED 2007/08/20 15:24:56 tl 1.50.222.6: RESYNC: (1.52-1.53); FILE MERGED 2007/04/13 11:15:12 tl 1.50.222.5: #i69287# warning-free code 2007/04/11 10:31:03 os 1.50.222.4: RESYNC: (1.50-1.51); FILE MERGED 2007/04/03 12:59:26 tl 1.50.222.3: #i69287# warning-free code 2007/03/08 13:53:43 fme 1.50.222.2: #i69287# Warning free code 2007/02/22 15:06:24 tl 1.50.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca2f7377a1815d81f3c2affaad14443fa57d0a8]

        INTEGRATION: CWS swwarnings (1.11.222); FILE MERGED 2007/04/03 12:59:25 tl 1.11.222.2: #i69287# warning-free code 2007/02/22 15:06:23 tl 1.11.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b5436b29ff83f069f6d8956c31d214703ab22bc]

        INTEGRATION: CWS swwarnings (1.19.222); FILE MERGED 2007/02/22 15:06:23 tl 1.19.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4c6de00a8a46a6ecf0925a777b5cd77bfeb308]

        INTEGRATION: CWS swwarnings (1.4.60); FILE MERGED 2007/08/24 09:45:44 tl 1.4.60.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [429fbc9831663bb7fd2b7243c53093f5875f4c77]

        INTEGRATION: CWS swwarnings (1.19.188); FILE MERGED 2007/06/28 11:49:48 os 1.19.188.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/11 07:02:43 tl 1.19.188.3: #i69287# warning-free code 2007/04/03 12:59:25 tl 1.19.188.2: #i69287# warning-free code 2007/02/22 15:06:23 tl 1.19.188.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64b1066a31336c393550e1d6322b859a294ac584]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/02/22 15:06:23 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebd0246af904ce5222f34cdac4d76bde17d30451]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/03 12:59:24 tl 1.8.222.2: #i69287# warning-free code 2007/02/22 15:06:23 tl 1.8.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [545e2598433d760da2a57a4029956e092d6ce79b]

        INTEGRATION: CWS swwarnings (1.14.130); FILE MERGED 2007/09/24 07:01:54 os 1.14.130.6: RESYNC: (1.15-1.16); FILE MERGED 2007/06/28 11:49:41 os 1.14.130.5: RESYNC: (1.14-1.15); FILE MERGED 2007/04/11 07:02:43 tl 1.14.130.4: #i69287# warning-free code 2007/04/03 12:59:24 tl 1.14.130.3: #i69287# warning-free code 2007/03/08 13:53:43 fme 1.14.130.2: #i69287# Warning free code 2007/02/22 15:06:23 tl 1.14.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7df7800dd528db3edbbb033f8f10aa4c53e88df6]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/02/22 15:06:22 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eae740a009ab381ee90d59d2458a72969886224]

        INTEGRATION: CWS swwarnings (1.19.130); FILE MERGED 2007/08/22 08:58:18 tl 1.19.130.6: #i69287# warning-free code 2007/08/20 15:24:37 tl 1.19.130.5: RESYNC: (1.20-1.21); FILE MERGED 2007/05/29 11:11:04 os 1.19.130.4: RESYNC: (1.19-1.20); FILE MERGED 2007/04/03 12:59:24 tl 1.19.130.3: #i69287# warning-free code 2007/03/08 13:53:43 fme 1.19.130.2: #i69287# Warning free code 2007/02/22 15:06:22 tl 1.19.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3cee3228a623869660fc78e132bcc67bfa9792]

        INTEGRATION: CWS swwarnings (1.61.146); FILE MERGED 2007/08/20 15:24:30 tl 1.61.146.8: RESYNC: (1.63-1.65); FILE MERGED 2007/05/29 11:10:53 os 1.61.146.7: RESYNC: (1.62-1.63); FILE MERGED 2007/05/15 15:54:08 tl 1.61.146.6: #i69287# warning-free code 2007/04/11 10:30:55 os 1.61.146.5: RESYNC: (1.61-1.62); FILE MERGED 2007/04/11 07:02:42 tl 1.61.146.4: #i69287# warning-free code 2007/04/03 12:59:23 tl 1.61.146.3: #i69287# warning-free code 2007/03/08 13:53:43 fme 1.61.146.2: #i69287# Warning free code 2007/02/22 15:06:22 tl 1.61.146.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc1ba3d1430a9bc3c2687b3dc96e496e7fe1765d]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/04/03 12:59:23 tl 1.5.222.2: #i69287# warning-free code 2007/02/22 15:06:22 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42b09af3cbe7bb2c555086a40134cd6300242051]

        INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/05/15 14:53:38 tl 1.7.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca86fb452e8015d87920fc87ceaed0939f84b4eb]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/04 08:02:12 tl 1.12.222.2: #i69287# warning-free code 2007/03/05 12:45:23 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [40dac2d074232489cacb7dc8134a15d579b90228]

        INTEGRATION: CWS swwarnings (1.4.222); FILE MERGED 2007/09/24 07:01:43 os 1.4.222.4: RESYNC: (1.4-1.5); FILE MERGED 2007/04/03 12:59:23 tl 1.4.222.3: #i69287# warning-free code 2007/03/07 15:51:57 ama 1.4.222.2: #i69287#: Warning free 2007/02/22 15:06:22 tl 1.4.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdd5e93dba427145faf9648e7d6c4428ad2b7fb3]

        INTEGRATION: CWS swwarnings (1.15.222); FILE MERGED 2007/05/29 11:10:43 os 1.15.222.2: RESYNC: (1.15-1.16); FILE MERGED 2007/04/03 12:59:23 tl 1.15.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b8d5431e2f4e9a7eb690dbd94638cf257976107]

        INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED 2007/08/20 15:24:23 tl 1.10.222.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/03 12:59:22 tl 1.10.222.2: #i69287# warning-free code 2007/03/07 15:51:57 ama 1.10.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3aa1a638727ae01d4a6c324c1211959ee0c8d1]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/08/20 15:24:15 tl 1.5.710.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/12 13:24:17 ama 1.5.710.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68d84c033681a1a334f57e607fe0a63fe48eb847]

        INTEGRATION: CWS swwarnings (1.58.94); FILE MERGED 2007/08/20 15:24:08 tl 1.58.94.5: RESYNC: (1.60-1.61); FILE MERGED 2007/05/29 11:10:30 os 1.58.94.4: RESYNC: (1.59-1.60); FILE MERGED 2007/04/11 10:30:47 os 1.58.94.3: RESYNC: (1.58-1.59); FILE MERGED 2007/04/11 07:02:42 tl 1.58.94.2: #i69287# warning-free code 2007/04/03 12:59:22 tl 1.58.94.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bae2c8dd56e649c5261e123a436ed1846346724]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:22 tl 1.9.222.2: #i69287# warning-free code 2007/03/07 15:51:57 ama 1.9.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9c2eac2a14b430465bce7dbdb13526b0d9e962]

        INTEGRATION: CWS swwarnings (1.39.222); FILE MERGED 2007/08/20 15:23:51 tl 1.39.222.9: RESYNC: (1.39-1.40); FILE MERGED 2007/05/30 12:42:15 os 1.39.222.8: include tools/svwin.h removed 2007/05/15 14:53:38 tl 1.39.222.7: #i69287# warning-free code 2007/04/11 07:02:41 tl 1.39.222.6: #i69287# warning-free code 2007/04/03 12:59:22 tl 1.39.222.5: #i69287# warning-free code 2007/03/12 13:24:06 ama 1.39.222.4: i69287#: warning free code 2007/03/12 11:41:37 ama 1.39.222.3: i69287#: warning free code 2007/03/07 15:51:57 ama 1.39.222.2: #i69287#: Warning free 2007/02/22 15:06:21 tl 1.39.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7727b355f9a58fbc49c7e1ff702fee4fd92029f5]

        INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED 2007/04/04 08:02:12 tl 1.14.222.2: #i69287# warning-free code 2007/04/03 12:59:22 tl 1.14.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14f52426a4ed59378bcf5b8b034544e715669455]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/03 12:59:22 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b3f69d26e5c6944096cca34ebd2802fa564f5a4]

        INTEGRATION: CWS swwarnings (1.10.130); FILE MERGED 2007/05/29 11:09:51 os 1.10.130.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/03 12:59:21 tl 1.10.130.2: #i69287# warning-free code 2007/03/07 16:20:59 ama 1.10.130.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f31ed72111c1bc5c096b01ac7dbb9a3004eac1f]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:41 tl 1.12.222.2: #i69287# warning-free code 2007/03/07 16:20:59 ama 1.12.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6979bee67cdfc1009c8d5aaebfb60d9079ffed0a]

        INTEGRATION: CWS swwarnings (1.12.16); FILE MERGED 2007/05/29 11:09:15 os 1.12.16.2: RESYNC: (1.12-1.14); FILE MERGED 2007/04/03 12:59:21 tl 1.12.16.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ce54cf507f2ab8e2104d353b7255e50aedcb12]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/03/07 16:20:59 ama 1.5.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe71d1208b5b5d4b31414726b1d9d77ba852066]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/03/07 16:20:58 ama 1.5.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a551e83568a00e149c25931d037bfd3a0ae222]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/08/20 15:23:34 tl 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 12:59:21 tl 1.9.222.2: #i69287# warning-free code 2007/03/07 16:20:57 ama 1.9.222.1: #i69287#: Warning free

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [144d6a46dd71a0634635053fd7acab33b3f3d42e]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/08 15:18:43 od 1.7.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34dfd8ccfcbb31d75050f0646bdce946f6ec1df7]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/06/28 11:49:34 os 1.12.222.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/11 07:02:41 tl 1.12.222.2: #i69287# warning-free code 2007/03/08 15:18:43 od 1.12.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac12b643178bfa6a1acbff5f66eae09a48cd929d]

        INTEGRATION: CWS swwarnings (1.15.242); FILE MERGED 2007/08/20 15:23:27 tl 1.15.242.2: RESYNC: (1.15-1.16); FILE MERGED 2007/03/08 15:18:43 od 1.15.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f441895ec12ed1e64b55cee5aed1d8cdcfa9b209]

        INTEGRATION: CWS swwarnings (1.26.222); FILE MERGED 2007/08/24 08:16:20 tl 1.26.222.8: #i69287# warning-free code 2007/08/20 15:23:20 tl 1.26.222.7: RESYNC: (1.28-1.29); FILE MERGED 2007/06/29 10:12:57 os 1.26.222.6: merge error fixed 2007/06/28 11:49:27 os 1.26.222.5: RESYNC: (1.27-1.28); FILE MERGED 2007/04/11 10:30:39 os 1.26.222.4: RESYNC: (1.26-1.27); FILE MERGED 2007/04/11 07:02:41 tl 1.26.222.3: #i69287# warning-free code 2007/04/03 12:59:21 tl 1.26.222.2: #i69287# warning-free code 2007/03/08 15:18:43 od 1.26.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [661a3850210ca087dc5093d7e01ad41a37d1c8e7]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:40 tl 1.12.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f6e615a09825701a0ccbe7b158193e047a439af]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/04/11 07:02:40 tl 1.9.222.2: #i69287# warning-free code 2007/04/03 12:59:20 tl 1.9.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a4a59dda5ebade3e08c86ecb7502b7ca5157899]

        INTEGRATION: CWS swwarnings (1.31.162); FILE MERGED 2007/05/29 11:08:43 os 1.31.162.4: RESYNC: (1.31-1.32); FILE MERGED 2007/04/11 07:02:40 tl 1.31.162.3: #i69287# warning-free code 2007/04/03 12:59:20 tl 1.31.162.2: #i69287# warning-free code 2007/03/08 15:18:43 od 1.31.162.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c987f15e3a1ccd370a2cbd7dd5ef824d537de8f]

        INTEGRATION: CWS swwarnings (1.37.38); FILE MERGED 2007/05/29 11:08:34 os 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2007/03/08 15:18:42 od 1.37.38.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3722087f8efcbeb23e38ce919e644119c6c8f0fe]

        INTEGRATION: CWS swwarnings (1.68.38); FILE MERGED 2007/08/20 15:23:13 tl 1.68.38.9: RESYNC: (1.70-1.71); FILE MERGED 2007/06/29 13:55:33 os 1.68.38.8: merge errors fixed 2007/06/28 11:49:20 os 1.68.38.7: RESYNC: (1.69-1.70); FILE MERGED 2007/05/29 11:08:16 os 1.68.38.6: RESYNC: (1.68-1.69); FILE MERGED 2007/04/11 07:02:40 tl 1.68.38.5: #i69287# warning-free code 2007/04/04 08:02:11 tl 1.68.38.4: #i69287# warning-free code 2007/04/03 12:59:20 tl 1.68.38.3: #i69287# warning-free code 2007/03/12 13:02:18 ama 1.68.38.2: i69287#: warning free code 2007/03/08 15:18:42 od 1.68.38.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [624774d8396e65a32ff8b4c430cfbf2d48819292]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/03/08 15:18:42 od 1.6.710.2: #i69287# warning free code 2007/03/05 12:45:23 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7871d0d52aa4594a1ed6c5ce5d14b1156536d86]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/11 07:02:40 tl 1.13.222.2: #i69287# warning-free code 2007/03/08 15:18:42 od 1.13.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7881df1245f4c49d70d2fb5366e19c72c369b9d2]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/08 15:18:42 od 1.7.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f594a24a14354c63e307ee10f3bde50abe65c2c]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/06/28 11:49:13 os 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:02:40 tl 1.9.222.2: #i69287# warning-free code 2007/03/08 15:18:41 od 1.9.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f1dfe30e561f488cb676021c1293aead3b7f96]

        INTEGRATION: CWS swwarnings (1.53.222); FILE MERGED 2007/08/27 11:00:19 tl 1.53.222.8: #i69287# warning-free code 2007/08/20 15:23:05 tl 1.53.222.7: RESYNC: (1.54-1.55); FILE MERGED 2007/06/29 08:49:18 os 1.53.222.6: merge error fixed 2007/06/28 11:49:06 os 1.53.222.5: RESYNC: (1.53-1.54); FILE MERGED 2007/04/11 07:02:39 tl 1.53.222.4: #i69287# warning-free code 2007/03/08 15:18:41 od 1.53.222.3: #i69287# warning free code 2007/03/08 14:13:24 od 1.53.222.2: #i69287# warning free code 2007/02/23 11:09:13 tl 1.53.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [611bf6204b26a2f6947c34e05e8f728ce67d42ff]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/08/24 08:16:20 tl 1.5.222.4: #i69287# warning-free code 2007/06/28 11:48:57 os 1.5.222.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/11 07:02:39 tl 1.5.222.2: #i69287# warning-free code 2007/02/23 11:09:13 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f11f70d007f9091b92f26516c70bb12d4da5b66]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/08 15:18:41 od 1.7.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc0b6e703790e7b8d21691f38cd8a4cc2ad7fdb]

        INTEGRATION: CWS swwarnings (1.13.222); FILE MERGED 2007/04/11 07:02:39 tl 1.13.222.2: #i69287# warning-free code 2007/03/08 15:18:41 od 1.13.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09ba8159ca31cfcc7ff71604fa998035219575e]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/03/08 15:18:41 od 1.4.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7be0b40208f5449cb8fa2719919267794d72be6]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:02:39 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 15:18:41 od 1.8.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81fd5d4bc77e2617622214854c0c6b30fc84fa4d]

        INTEGRATION: CWS swwarnings (1.5.222); FILE MERGED 2007/04/11 10:30:21 os 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 12:59:19 tl 1.5.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [766c566694b5d0c9d730e3908027e511ab9bc4eb]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/08 15:18:40 od 1.5.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c44cddbe4a6660f121e9aec3b65784724951c4b]

        INTEGRATION: CWS swwarnings (1.9.222); FILE MERGED 2007/06/28 11:48:43 os 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 07:02:39 tl 1.9.222.2: #i69287# warning-free code 2007/03/08 15:18:40 od 1.9.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4c3b6d0368439812d59bba5ed604a2c5562f679]

        INTEGRATION: CWS swwarnings (1.24.222); FILE MERGED 2007/03/05 12:45:23 tl 1.24.222.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [964eabffec82e88109c779b22f681be3a5e2fbc8]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/03/08 15:18:40 od 1.7.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c3b345c753d401da87cc4f8d164fa8f92078471]

        INTEGRATION: CWS swwarnings (1.12.222); FILE MERGED 2007/04/11 07:02:38 tl 1.12.222.2: #i69287# warning-free code 2007/03/08 15:18:40 od 1.12.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06dc0537333361ef07d44ed4cb7b19b13449e06]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/03/08 15:18:40 od 1.4.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c070bb06ad4bceffb5d6fcb260ef01bb68be7ba5]

        INTEGRATION: CWS swwarnings (1.8.222); FILE MERGED 2007/04/11 07:02:38 tl 1.8.222.2: #i69287# warning-free code 2007/03/08 15:18:39 od 1.8.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8308748b517a822df7b4d21899af45a5def6ad94]

        INTEGRATION: CWS swwarnings (1.20.242); FILE MERGED 2007/03/08 14:13:24 od 1.20.242.2: #i69287# warning free code 2007/03/05 12:45:23 tl 1.20.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d792c675643daad3544f4a84627ca5b83bcbaef]

        INTEGRATION: CWS swwarnings (1.29.222); FILE MERGED 2007/06/29 08:45:50 os 1.29.222.4: merge error fixed 2007/06/28 11:48:36 os 1.29.222.3: RESYNC: (1.29-1.30); FILE MERGED 2007/04/11 07:02:38 tl 1.29.222.2: #i69287# warning-free code 2007/03/08 14:13:24 od 1.29.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e622fc29a09b0de063019e270fd2d048bda5416f]

        INTEGRATION: CWS swwarnings (1.39.242); FILE MERGED 2007/06/28 11:48:29 os 1.39.242.2: RESYNC: (1.39-1.40); FILE MERGED 2007/03/05 12:45:22 tl 1.39.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1a645ff82030e10b8267f04d96a617749a06bc]

        INTEGRATION: CWS swwarnings (1.54.222); FILE MERGED 2007/06/28 11:48:21 os 1.54.222.3: RESYNC: (1.54-1.55); FILE MERGED 2007/04/11 07:02:37 tl 1.54.222.2: #i69287# warning-free code 2007/03/08 14:13:23 od 1.54.222.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9b42ed26e6bac1b25a1b5709d6332cc0378aed]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/03/08 14:13:23 od 1.8.242.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fe768cfae32ee038ec0d93d90d78021c678bd23]

        INTEGRATION: CWS swwarnings (1.17.148); FILE MERGED 2007/06/28 11:48:14 os 1.17.148.3: RESYNC: (1.17-1.18); FILE MERGED 2007/04/11 07:02:37 tl 1.17.148.2: #i69287# warning-free code 2007/03/08 14:13:23 od 1.17.148.1: #i69287# warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed328a8c329e4a28666308c73718acd95c903bcc]

        INTEGRATION: CWS swwarnings (1.3.632); FILE MERGED 2007/04/03 12:59:19 tl 1.3.632.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f60761174b5998dab946f06c4aad4a4b16ecd1]

        INTEGRATION: CWS swwarnings (1.9.130); FILE MERGED 2007/05/29 11:08:01 os 1.9.130.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 12:59:19 tl 1.9.130.2: #i69287# warning-free code 2007/03/12 08:05:26 fme 1.9.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed9180b062d8b89e877b51ed0f3e4ff4267a06b5]

        INTEGRATION: CWS swwarnings (1.9.130); FILE MERGED 2007/08/20 15:22:48 tl 1.9.130.4: RESYNC: (1.10-1.11); FILE MERGED 2007/05/29 11:07:49 os 1.9.130.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/03 12:59:18 tl 1.9.130.2: #i69287# warning-free code 2007/03/12 08:05:26 fme 1.9.130.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b3a6efa6f81c71879d2ec9eb7f71188086edd22]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/03/05 12:43:20 tl 1.9.242.2: #i69287# warning-free code 2007/02/22 15:05:40 tl 1.9.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe169837f51c9137e4efaf3ccba9e7a983915ee2]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/08/20 15:19:48 tl 1.5.242.4: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 12:57:10 tl 1.5.242.3: #i69287# warning-free code 2007/03/05 12:43:20 tl 1.5.242.2: #i69287# warning-free code 2007/02/22 15:05:40 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e3133208275ab9da281bdfd71bcaaf02bbe0d7]

        INTEGRATION: CWS swwarnings (1.52.40); FILE MERGED 2007/08/20 15:19:41 tl 1.52.40.6: RESYNC: (1.55-1.58); FILE MERGED 2007/05/29 11:00:49 os 1.52.40.5: RESYNC: (1.53-1.55); FILE MERGED 2007/04/11 10:29:21 os 1.52.40.4: RESYNC: (1.52-1.53); FILE MERGED 2007/04/03 12:57:10 tl 1.52.40.3: #i69287# warning-free code 2007/03/12 08:48:18 fme 1.52.40.2: #i69287# Warning free code 2007/02/22 15:05:39 tl 1.52.40.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b760bb99b2d53da7b9cd8bf5c6ac2ff65438abe6]

        INTEGRATION: CWS swwarnings (1.24.242); FILE MERGED 2007/08/20 15:19:34 tl 1.24.242.3: RESYNC: (1.24-1.25); FILE MERGED 2007/04/11 07:02:36 tl 1.24.242.2: #i69287# warning-free code 2007/02/22 15:05:39 tl 1.24.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c258e24f0448a93aa68f1cebca39612d21c322e0]

        INTEGRATION: CWS swwarnings (1.5.592); FILE MERGED 2007/05/29 10:59:56 os 1.5.592.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/18 14:44:49 tl 1.5.592.2: #i69287# warning-free code 2007/03/12 12:40:30 ama 1.5.592.1: i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [329a91a45304bd3acf347eacb54f54a8a02f33a6]

        INTEGRATION: CWS swwarnings (1.21.130); FILE MERGED 2007/08/20 15:19:26 tl 1.21.130.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/03 12:57:10 tl 1.21.130.2: #i69287# warning-free code 2007/03/05 12:43:20 tl 1.21.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6420f9a8d17f6d96bb91281d9bad3760646dec96]

        INTEGRATION: CWS swwarnings (1.17.706); FILE MERGED 2007/08/20 15:19:07 tl 1.17.706.6: RESYNC: (1.18-1.19); FILE MERGED 2007/05/31 13:47:17 tl 1.17.706.5: warning-free code 2007/05/29 10:59:46 os 1.17.706.4: RESYNC: (1.17-1.18); FILE MERGED 2007/04/03 12:57:09 tl 1.17.706.3: #i69287# warning-free code 2007/03/05 12:43:20 tl 1.17.706.2: #i69287# warning-free code 2007/02/27 13:06:38 tl 1.17.706.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccf70a121bfa76ef05c15031a85e684d3860939f]

        INTEGRATION: CWS swwarnings (1.10.568); FILE MERGED 2007/04/03 12:57:09 tl 1.10.568.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9ae28d18a4468870f566b9e44ac932655220c2f]

        INTEGRATION: CWS swwarnings (1.10.708); FILE MERGED 2007/03/05 12:43:20 tl 1.10.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f2301230cd0d1ee750c6ba0a9f357e248af701d]

        INTEGRATION: CWS swwarnings (1.43.240); FILE MERGED 2007/08/20 15:18:24 tl 1.43.240.4: RESYNC: (1.43-1.44); FILE MERGED 2007/06/01 07:16:53 tl 1.43.240.3: #i69287# warning-free code 2007/04/03 12:57:09 tl 1.43.240.2: #i69287# warning-free code 2007/03/05 12:43:20 tl 1.43.240.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [612df204fd9490d416ab3ded93a68d9f10424ab2]

        INTEGRATION: CWS swwarnings (1.16.710); FILE MERGED 2007/06/01 07:16:53 tl 1.16.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24dc82f00e298c07ffa4ff8b6749834150025f59]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/08/20 15:18:17 tl 1.6.710.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/27 13:06:38 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac158036333ba9cc3610f164c42fe5c0be1c7a0a]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:43:19 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [284a46edef7e5b62d200378a09c3c143c38806d5]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/03/05 12:43:19 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23ce53dfa4de05edb59dcb0ca1531c80ee45e32]

        INTEGRATION: CWS swwarnings (1.6.240); FILE MERGED 2007/05/29 10:58:25 os 1.6.240.4: RESYNC: (1.6-1.7); FILE MERGED 2007/04/03 12:57:09 tl 1.6.240.3: #i69287# warning-free code 2007/03/05 12:43:19 tl 1.6.240.2: #i69287# warning-free code 2007/02/22 15:05:39 tl 1.6.240.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1610078359e3a687e2ceaae66b84800febaa7b0b]

        INTEGRATION: CWS swwarnings (1.20.36); FILE MERGED 2007/05/29 10:57:28 os 1.20.36.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/03 12:57:09 tl 1.20.36.2: #i69287# warning-free code 2007/02/27 13:06:38 tl 1.20.36.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0e07c4756085e6edacdba328ed242d3eee19fb7]

        INTEGRATION: CWS swwarnings (1.9.710); FILE MERGED 2007/03/05 12:43:19 tl 1.9.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2023369e48c507d12980c2085c22a5b3ab6e828]

        INTEGRATION: CWS swwarnings (1.31.128); FILE MERGED 2007/08/20 15:17:37 tl 1.31.128.6: RESYNC: (1.32-1.35); FILE MERGED 2007/04/11 10:28:24 os 1.31.128.5: RESYNC: (1.31-1.32); FILE MERGED 2007/04/03 12:57:09 tl 1.31.128.4: #i69287# warning-free code 2007/03/12 08:48:18 fme 1.31.128.3: #i69287# Warning free code 2007/03/05 12:43:19 tl 1.31.128.2: #i69287# warning-free code 2007/02/27 13:06:38 tl 1.31.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8726baa5239f0a0294a14e795b91782c8d3c9001]

        INTEGRATION: CWS swwarnings (1.5.678); FILE MERGED 2007/05/29 10:56:56 os 1.5.678.2: RESYNC: (1.5-1.6); FILE MERGED 2007/02/27 13:06:38 tl 1.5.678.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [829db84dce218f60fcca51829a5bfb26f14646b0]

        INTEGRATION: CWS swwarnings (1.19.130); FILE MERGED 2007/03/05 12:43:19 tl 1.19.130.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fdcacabc273d0b8669b02a01c743cb86fd6b93e]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/03/05 12:43:18 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6636d3fa535ba84daa6b9c6d6555246e05345889]

        INTEGRATION: CWS swwarnings (1.16.242); FILE MERGED 2007/05/29 10:56:27 os 1.16.242.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/03 12:57:09 tl 1.16.242.2: #i69287# warning-free code 2007/03/12 08:48:18 fme 1.16.242.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [559ede286d9fa95513ee66e804d1108b5ea5ba8f]

        INTEGRATION: CWS swwarnings (1.6.710); FILE MERGED 2007/02/27 13:06:38 tl 1.6.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d4f8a9ec1a6e5ed21da7ca22a847ba1bba400ee]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/05/29 10:55:31 os 1.8.710.5: RESYNC: (1.9-1.10); FILE MERGED 2007/04/11 10:28:16 os 1.8.710.4: RESYNC: (1.8-1.9); FILE MERGED 2007/03/12 08:32:18 ama 1.8.710.3: #i69287#: warning free code 2007/03/09 15:34:18 ama 1.8.710.2: #i69287#: warning free code 2007/03/05 12:43:18 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95495db8262bd58c9969169cc17b71752eaf928]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/12 08:31:58 ama 1.2.710.2: #i69287#: warning free code 2007/03/09 15:33:32 ama 1.2.710.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eacc35bd948e3822813408a9853de9924e6520a9]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/02/22 15:05:39 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afc57958c5f5cfbd9d9185137ebfe0102370888]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/03/05 12:43:18 tl 1.8.710.2: #i69287# warning-free code 2007/02/27 13:06:37 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d192f149c55e91f7e3f0a2fe2f09eefb8778dc45]

        INTEGRATION: CWS swwarnings (1.9.710); FILE MERGED 2007/04/03 12:57:08 tl 1.9.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a9603873a75a05da6875e1e11e82e264eebe194]

        INTEGRATION: CWS swwarnings (1.22.242); FILE MERGED 2007/05/29 10:54:14 os 1.22.242.5: RESYNC: (1.22-1.23); FILE MERGED 2007/04/03 12:57:08 tl 1.22.242.4: #i69287# warning-free code 2007/03/12 08:32:39 ama 1.22.242.3: #i69287#: warning free code 2007/03/09 11:57:57 ama 1.22.242.2: #i69287#: warning free code 2007/03/05 12:43:18 tl 1.22.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3068caee917cfa400806418c9849a97649f5f62b]

        INTEGRATION: CWS swwarnings (1.14.242); FILE MERGED 2007/09/24 07:01:06 os 1.14.242.8: RESYNC: (1.21-1.22); FILE MERGED 2007/08/20 15:17:30 tl 1.14.242.7: RESYNC: (1.18-1.21); FILE MERGED 2007/06/28 11:48:05 os 1.14.242.6: RESYNC: (1.17-1.18); FILE MERGED 2007/05/29 10:53:39 os 1.14.242.5: RESYNC: (1.15-1.17); FILE MERGED 2007/04/11 10:28:07 os 1.14.242.4: RESYNC: (1.14-1.15); FILE MERGED Resync problems solved 2007/03/12 08:48:17 fme 1.14.242.3: #i69287# Warning free code 2007/03/05 12:43:18 tl 1.14.242.2: #i69287# warning-free code 2007/02/22 15:05:39 tl 1.14.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb480eb8dab7361cf46f79df47f076fef7bd8cfb]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/05 12:43:18 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05de20d0d2324698e702cb0617d0950aec67eb2a]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/05 12:43:18 tl 1.2.710.2: #i69287# warning-free code 2007/02/22 15:05:39 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e0d000c28a753801adeb0c9e0276edb4e5236f]

        INTEGRATION: CWS swwarnings (1.11.242); FILE MERGED 2007/05/29 10:52:51 os 1.11.242.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/27 13:06:37 tl 1.11.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0aa3084f99e16b20b6e1b4759ddba4d7356005]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/02/27 13:06:37 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac0cc5b0aa58c150b81388f957e92155bfcda87b]

        INTEGRATION: CWS swwarnings (1.28.242); FILE MERGED 2007/08/23 11:13:10 tl 1.28.242.6: #i69287# warning-free code 2007/08/20 15:17:23 tl 1.28.242.5: RESYNC: (1.30-1.31); FILE MERGED 2007/06/28 11:47:32 os 1.28.242.4: RESYNC: (1.29-1.30); FILE MERGED 2007/05/29 10:52:17 os 1.28.242.3: RESYNC: (1.28-1.29); FILE MERGED 2007/04/03 12:57:08 tl 1.28.242.2: #i69287# warning-free code 2007/03/05 12:43:17 tl 1.28.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa651a4505270bc03f58567fa865cd961543319]

        INTEGRATION: CWS swwarnings (1.4.346); FILE MERGED 2007/02/27 13:06:37 tl 1.4.346.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51822b2ec7953d6757e6b301647e891aa302dac7]

        INTEGRATION: CWS swwarnings (1.17.242); FILE MERGED 2007/04/11 10:27:59 os 1.17.242.4: RESYNC: (1.17-1.18); FILE MERGED 2007/04/03 12:57:08 tl 1.17.242.3: #i69287# warning-free code 2007/03/05 12:43:17 tl 1.17.242.2: #i69287# warning-free code 2007/02/22 15:05:38 tl 1.17.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f556b33a775c2b233663c809c43bd46fbdee936b]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/05/29 10:50:47 os 1.6.242.3: RESYNC: (1.6-1.7); FILE MERGED 2007/04/03 12:57:08 tl 1.6.242.2: #i69287# warning-free code 2007/02/22 15:05:38 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb96be218cb6816c61e5eef1528c0c9dac68b9f6]

        INTEGRATION: CWS swwarnings (1.6.708); FILE MERGED 2007/03/05 12:43:17 tl 1.6.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [612afe7eced5e3b2aa9a7b9cb77f01c414af9123]

        INTEGRATION: CWS swwarnings (1.12.140); FILE MERGED 2007/08/20 15:17:05 tl 1.12.140.4: RESYNC: (1.13-1.14); FILE MERGED 2007/05/30 13:26:27 os 1.12.140.3: merge errors fixed 2007/05/29 10:50:18 os 1.12.140.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/03 12:57:08 tl 1.12.140.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cb3b35bfe5b941acf6b86f954b5fa1ff16f5c47]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/02/27 13:06:36 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbacc4a7b15d9128bc5b296a4b0be60da8a708f4]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/08/20 15:16:58 tl 1.3.710.2: RESYNC: (1.3-1.4); FILE MERGED 2007/04/03 12:57:08 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea8718c6d9a52cdf55d8ee1e8cb3988985eda9da]

        INTEGRATION: CWS swwarnings (1.33.160); FILE MERGED 2007/05/29 10:49:50 os 1.33.160.4: RESYNC: (1.33-1.34); FILE MERGED 2007/04/03 12:57:07 tl 1.33.160.3: #i69287# warning-free code 2007/02/27 13:06:36 tl 1.33.160.2: #i69287# warning-free code 2007/02/22 15:05:38 tl 1.33.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4728c1ca16b21d0dd44a408b08f42abe1d1949c]

        INTEGRATION: CWS swwarnings (1.10.708); FILE MERGED 2007/05/29 10:48:49 os 1.10.708.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/03 12:57:07 tl 1.10.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [542d05175c4e9b1711a284752dcb9d4a1f1b927a]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/08/20 15:16:51 tl 1.7.242.3: RESYNC: (1.7-1.8); FILE MERGED 2007/03/05 12:43:17 tl 1.7.242.2: #i69287# warning-free code 2007/02/27 13:06:36 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c04c978a3643eaa54ae4fb656ca7913d6780537]

        INTEGRATION: CWS swwarnings (1.6.242); FILE MERGED 2007/04/18 14:44:49 tl 1.6.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [430a7a514860484043afaa38f809e36ebe077580]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/04/03 12:57:07 tl 1.4.242.2: #i69287# warning-free code 2007/02/27 13:06:36 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f619e9c90b7d663a58f9b6581528ba13c81c0b6]

        INTEGRATION: CWS swwarnings (1.11.212); FILE MERGED 2007/04/03 12:57:07 tl 1.11.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88f95ba2db46a95a9fdcd2f7cefc4547526d3993]

        INTEGRATION: CWS swwarnings (1.11.100); FILE MERGED 2007/08/20 15:16:43 tl 1.11.100.3: RESYNC: (1.12-1.13); FILE MERGED 2007/05/29 10:37:19 os 1.11.100.2: RESYNC: (1.11-1.12); FILE MERGED 2007/04/03 12:57:07 tl 1.11.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [701757912a4b997986e863d8b5ae655d6321e2ef]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/04/11 10:27:50 os 1.7.242.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/22 15:05:38 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b24944ce4f95fc0270f0b3ea516714f518ee586]

        INTEGRATION: CWS swwarnings (1.15.242); FILE MERGED 2007/03/05 12:43:17 tl 1.15.242.2: #i69287# warning-free code 2007/02/22 15:05:38 tl 1.15.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee778145195868543ddca6179a46686eb96cf3d4]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/02/22 15:05:38 tl 1.9.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06ceae6bac64f61e92e8d98c935758c852a5c6b]

        INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED 2007/05/29 10:48:04 os 1.8.710.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/03 12:57:07 tl 1.8.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff9f8a1cc34766ba47c8bf1529bf322b6708a3c]

        INTEGRATION: CWS swwarnings (1.29.212); FILE MERGED 2007/05/29 10:47:12 os 1.29.212.3: RESYNC: (1.29-1.30); FILE MERGED 2007/04/03 12:57:07 tl 1.29.212.2: #i69287# warning-free code 2007/03/05 12:43:17 tl 1.29.212.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaffd95d35bfc35b884878be0f0cc23ca894612e]

        INTEGRATION: CWS swwarnings (1.47.102); FILE MERGED 2007/08/20 15:16:24 tl 1.47.102.2: RESYNC: (1.47-1.49); FILE MERGED 2007/03/05 12:43:16 tl 1.47.102.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb830c8d703b703574a5634fa77fe1233fdbfa9d]

        INTEGRATION: CWS swwarnings (1.15.198); FILE MERGED 2007/03/05 12:43:16 tl 1.15.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c24809f970366b1d0525eabeace95b10b9b2f77d]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/22 15:05:37 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eebae046b7ebf2ca0be1ea4e24005cc03468decc]

        INTEGRATION: CWS swwarnings (1.16.128); FILE MERGED 2007/08/20 15:16:06 tl 1.16.128.2: RESYNC: (1.16-1.17); FILE MERGED 2007/02/22 15:05:37 tl 1.16.128.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf6482c4dc1497419fd97a75b7d3ed7456880412]

        INTEGRATION: CWS swwarnings (1.2.84); FILE MERGED 2007/08/24 08:55:51 tl 1.2.84.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [626b5f434aa91c03e93b60141354458195a56657]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/04/03 12:57:06 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dfb674e5a42524bc6e4d138d0116b9365de32e0]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/02/27 13:06:35 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96134e532f0bfa18a3787167ee0588440717cb04]

        INTEGRATION: CWS swwarnings (1.27.160); FILE MERGED 2007/04/03 12:57:06 tl 1.27.160.3: #i69287# warning-free code 2007/02/27 13:06:35 tl 1.27.160.2: #i69287# warning-free code 2007/02/22 15:05:37 tl 1.27.160.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e666b1a75935aa897fa84523104f24cc4a3299b6]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/03/12 08:48:17 fme 1.8.242.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fc2005bb9a3725ff634d5152a6fd76e9536d58]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/02/27 13:06:35 tl 1.2.710.2: #i69287# warning-free code 2007/02/22 15:05:37 tl 1.2.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75c5d54fbab0228e1bb327b05ee37d233aea570b]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/02/27 13:06:34 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0a6743c2b39810cd585e6f3fd18f9e0212e2c55]

        INTEGRATION: CWS swwarnings (1.10.566); FILE MERGED 2007/04/03 12:57:06 tl 1.10.566.2: #i69287# warning-free code 2007/02/27 13:06:34 tl 1.10.566.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea48ded79ce07ad68a4a3ef1daa50f523562a46d]

        INTEGRATION: CWS swwarnings (1.16.410); FILE MERGED 2007/04/03 12:57:06 tl 1.16.410.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf9a6182a132530d5248cb1e24597e1330a2ac46]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/05 12:43:16 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9ec7cadc535a56a19ca19085baa0db17db05ba]

        INTEGRATION: CWS swwarnings (1.12.158); FILE MERGED 2007/05/29 10:43:18 os 1.12.158.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/26 16:15:31 os 1.12.158.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3546d05157fba792afc09b909807cecbbdd2e72c]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:06:34 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc5a53303d28d1e38af68873b1293ef0694fc77b]

        INTEGRATION: CWS swwarnings (1.10.708); FILE MERGED 2007/05/29 10:42:55 os 1.10.708.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/04 08:01:58 tl 1.10.708.2: #i69287# warning-free code 2007/04/03 12:57:06 tl 1.10.708.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9bf2def4e925733bec2ef6ae08d703a8bf97654]

        INTEGRATION: CWS swwarnings (1.10.710); FILE MERGED 2007/02/27 13:06:33 tl 1.10.710.2: #i69287# warning-free code 2007/02/22 15:05:37 tl 1.10.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c51af5268f9dba378e45028c664e8bd4bae782ee]

        INTEGRATION: CWS swwarnings (1.2.42); FILE MERGED 2007/02/27 13:06:33 tl 1.2.42.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2681700c9ee184a6ef0a50700257ecf2ee90ac0]

        INTEGRATION: CWS swwarnings (1.9.16); FILE MERGED 2007/02/27 13:06:33 tl 1.9.16.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a044e3835e2cfd84d24a19604a66316fb2f824]

        INTEGRATION: CWS swwarnings (1.9.710); FILE MERGED 2007/03/05 12:43:16 tl 1.9.710.2: #i69287# warning-free code 2007/02/27 13:06:33 tl 1.9.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dda5ae89d5efb318012861f39164b180a71c2ec]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:06:32 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2658d9dec59b69f8a1a6d9b533e4e8f0c1bed7d]

        INTEGRATION: CWS swwarnings (1.6.28); FILE MERGED 2007/04/18 14:44:48 tl 1.6.28.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b79d8b70483ffd48be8c2785a9391f5aa7f46b4b]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/04/18 14:44:48 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29412e5a88fc5b414c732cb37446e82947af32ae]

        INTEGRATION: CWS swwarnings (1.14.242); FILE MERGED 2007/05/29 10:40:02 os 1.14.242.5: RESYNC: (1.14-1.15); FILE MERGED 2007/04/18 14:44:48 tl 1.14.242.4: #i69287# warning-free code 2007/03/12 12:40:40 ama 1.14.242.3: i69287#: warning free code 2007/03/05 12:43:16 tl 1.14.242.2: #i69287# warning-free code 2007/02/22 15:05:36 tl 1.14.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81aa1142a0b8643bdfec772299077b0bed9b66c7]

        INTEGRATION: CWS swwarnings (1.55.146); FILE MERGED 2007/05/29 10:37:07 os 1.55.146.6: RESYNC: (1.55-1.58); FILE MERGED 2007/04/11 07:02:36 tl 1.55.146.5: #i69287# warning-free code 2007/04/04 08:01:57 tl 1.55.146.4: #i69287# warning-free code 2007/04/03 12:57:06 tl 1.55.146.3: #i69287# warning-free code 2007/03/12 08:48:17 fme 1.55.146.2: #i69287# Warning free code 2007/03/05 12:43:16 tl 1.55.146.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df563f50cb1ee1886e8bf1e2e40c6ed798c2eb06]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/04/18 14:44:48 tl 1.8.242.4: #i69287# warning-free code 2007/04/11 10:27:05 os 1.8.242.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/12 12:40:20 ama 1.8.242.2: i69287#: warning free code 2007/02/22 15:05:36 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e5060d641335c20f16134f17c017f6c79a58529]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/12 08:48:17 fme 1.3.710.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [095c0404d7cd2dfbd1326e68e5297ebe0dc257b1]

        INTEGRATION: CWS swwarnings (1.54.100); FILE MERGED 2007/08/22 08:57:50 tl 1.54.100.8: #i69287# warning-free code 2007/08/20 15:15:23 tl 1.54.100.7: RESYNC: (1.56-1.58); FILE MERGED 2007/05/29 10:39:51 os 1.54.100.6: RESYNC: (1.54-1.56); FILE MERGED 2007/04/04 08:01:57 tl 1.54.100.5: #i69287# warning-free code 2007/04/03 12:57:05 tl 1.54.100.4: #i69287# warning-free code 2007/03/12 08:48:17 fme 1.54.100.3: #i69287# Warning free code 2007/03/05 12:43:16 tl 1.54.100.2: #i69287# warning-free code 2007/02/22 15:05:36 tl 1.54.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9d66089a3c134efcc1f12e83b189db99d8e369d]

        INTEGRATION: CWS swwarnings (1.3.242); FILE MERGED 2007/02/27 13:06:32 tl 1.3.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [430d437e317a2dd3d03ca63e8c1653a1899fadfc]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/03/05 12:43:15 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c013a912a11f1d7483085ccf7145aa095147d1d1]

        INTEGRATION: CWS swwarnings (1.10.242); FILE MERGED 2007/04/18 14:44:48 tl 1.10.242.2: #i69287# warning-free code 2007/04/03 12:57:05 tl 1.10.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db53539a982d40140b91091487291852654ada0e]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/03/05 12:43:15 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9514d6d24f637be9c365c625ab7c767045d9687a]

        INTEGRATION: CWS swwarnings (1.38.100); FILE MERGED 2007/08/20 15:15:15 tl 1.38.100.4: RESYNC: (1.40-1.41); FILE MERGED 2007/05/29 10:39:19 os 1.38.100.3: RESYNC: (1.38-1.40); FILE MERGED 2007/03/05 12:43:15 tl 1.38.100.2: #i69287# warning-free code 2007/02/22 15:05:36 tl 1.38.100.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a651c55a87da56d60966ec7148ba5b80a7257ae]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/03 12:57:05 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59bea49025dac660e7a7ee22f67b4fe1fc9e8270]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/03/05 12:43:15 tl 1.5.710.2: #i69287# warning-free code 2007/02/22 15:05:36 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ca075392b21215903dee8a3fefca73df7299b3]

        INTEGRATION: CWS swwarnings (1.132.124); FILE MERGED 2007/09/24 07:00:48 os 1.132.124.8: RESYNC: (1.140-1.141); FILE MERGED 2007/08/20 15:15:07 tl 1.132.124.7: RESYNC: (1.137-1.140); FILE MERGED 2007/06/28 11:47:25 os 1.132.124.6: RESYNC: (1.135-1.137); FILE MERGED 2007/05/29 10:36:58 os 1.132.124.5: RESYNC: (1.133-1.135); FILE MERGED 2007/04/18 14:44:48 tl 1.132.124.4: #i69287# warning-free code 2007/04/11 10:26:45 os 1.132.124.3: RESYNC: (1.132-1.133); FILE MERGED 2007/04/03 12:57:05 tl 1.132.124.2: #i69287# warning-free code 2007/03/12 08:48:17 fme 1.132.124.1: #i69287# Warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f964a85e9d6a575446ec5913847fd1c2d21dd3a9]

        INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED 2007/04/03 12:57:04 tl 1.5.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [72a751fdd271ff181a83145f3aa291de5eea9551]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/04/18 14:44:47 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82a0f88c1449be05d263741b42e578d8fffd83de]

        INTEGRATION: CWS swwarnings (1.22.148); FILE MERGED 2007/05/29 10:39:12 os 1.22.148.3: RESYNC: (1.22-1.23); FILE MERGED 2007/02/23 08:57:17 os 1.22.148.2: #i69287# FASTBOOL back 2007/02/22 15:05:35 tl 1.22.148.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f82e2064a85f48108c756768d46e26d21c6dba6a]

        INTEGRATION: CWS swwarnings (1.33.42); FILE MERGED 2007/08/20 15:15:00 tl 1.33.42.6: RESYNC: (1.34-1.35); FILE MERGED 2007/05/29 10:39:04 os 1.33.42.5: RESYNC: (1.33-1.34); FILE MERGED 2007/04/03 12:57:04 tl 1.33.42.4: #i69287# warning-free code 2007/03/12 08:48:16 fme 1.33.42.3: #i69287# Warning free code 2007/02/27 08:00:47 os 1.33.42.2: #i69287# warnings removed 2007/02/26 11:50:32 os 1.33.42.1: #i69287# warnings removed

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d4b54790abd8b9b1b2731c41f9f302a5c84e7b]

        INTEGRATION: CWS swwarnings (1.9.242); FILE MERGED 2007/05/29 10:38:57 os 1.9.242.2: RESYNC: (1.9-1.10); FILE MERGED 2007/04/18 14:44:47 tl 1.9.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e35c1e6f67b1ebd8b51d7f216144f68b4dbe4f06]

        INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED 2007/04/03 12:57:04 tl 1.7.242.2: #i69287# warning-free code 2007/02/22 15:05:35 tl 1.7.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3537f7636b78383e9750f4767db80d6b661f44db]

        INTEGRATION: CWS swwarnings (1.15.664); FILE MERGED 2007/04/04 08:01:57 tl 1.15.664.2: #i69287# warning-free code 2007/04/03 12:57:04 tl 1.15.664.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cd431ee39d0af535c18581bc8cd0eddf0fbf834]

        INTEGRATION: CWS swwarnings (1.35.242); FILE MERGED 2007/08/24 08:55:19 tl 1.35.242.7: #i69287# warning-free code 2007/08/20 15:14:53 tl 1.35.242.6: RESYNC: (1.36-1.37); FILE MERGED 2007/05/29 10:38:49 os 1.35.242.5: RESYNC: (1.35-1.36); FILE MERGED 2007/04/03 12:57:04 tl 1.35.242.4: #i69287# warning-free code 2007/03/12 08:48:16 fme 1.35.242.3: #i69287# Warning free code 2007/03/05 12:43:15 tl 1.35.242.2: #i69287# warning-free code 2007/02/22 15:05:35 tl 1.35.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a89f72bdcc96fa83f97572fffcacc2dde8218b]

        INTEGRATION: CWS swwarnings (1.7.710); FILE MERGED 2007/08/20 15:14:29 tl 1.7.710.2: RESYNC: (1.7-1.8); FILE MERGED 2007/04/03 12:57:04 tl 1.7.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8522d915f8d87c354144490e386811276827832]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/04/03 12:57:04 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af89257a3719e45b3531d7a08457ab14e610bc73]

        INTEGRATION: CWS swwarnings (1.5.592); FILE MERGED 2007/04/18 14:44:47 tl 1.5.592.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [702cc5677be85ec670c07b033def8f953f8e0e0e]

        INTEGRATION: CWS swwarnings (1.3.710); FILE MERGED 2007/02/27 13:06:32 tl 1.3.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff6abe827e6c99bcb06da618e6fb1c9a7b9b05f1]

        INTEGRATION: CWS swwarnings (1.10.632); FILE MERGED 2007/02/27 13:06:32 tl 1.10.632.2: #i69287# warning-free code 2007/02/22 15:05:35 tl 1.10.632.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b634a55ccf93e795415d34d39c45d04ebc8e07dc]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/04/03 12:57:03 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3f1c8bc974fd90ae37028f52dc46d43a367e630]

        INTEGRATION: CWS swwarnings (1.10.442); FILE MERGED 2007/04/04 08:01:57 tl 1.10.442.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7253028e79622e8f5fa1368705d8ea66fd400837]

        INTEGRATION: CWS swwarnings (1.11.242); FILE MERGED 2007/05/29 10:38:42 os 1.11.242.2: RESYNC: (1.11-1.12); FILE MERGED 2007/04/18 14:44:47 tl 1.11.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [641a22ae290ce844a226dc90c587e097e3d07e29]

        INTEGRATION: CWS swwarnings (1.27.242); FILE MERGED 2007/02/27 13:06:32 tl 1.27.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f22e3c74256b6529aac0aaff748f8c0fbca0bf9]

        INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED 2007/02/27 13:06:31 tl 1.4.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b20ca459c9195f9b18f941a57c451474bd26154b]

        INTEGRATION: CWS swwarnings (1.5.442); FILE MERGED 2007/02/27 13:06:31 tl 1.5.442.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6f6a9f9fdfeca6884c29a6632148646dff91e45]

        INTEGRATION: CWS swwarnings (1.4.710); FILE MERGED 2007/04/03 12:57:03 tl 1.4.710.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dd4baebd3aa37f2aacdc3334f132207f7174c72]

        INTEGRATION: CWS swwarnings (1.5.242); FILE MERGED 2007/04/18 14:44:47 tl 1.5.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe738e473faa762ffceea5812735b017aeaea82]

        INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED 2007/03/12 08:33:01 ama 1.2.710.2: #i69287#: warning free code 2007/03/09 15:35:17 ama 1.2.710.1: #i69287#: warning free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2797f8c71b4f4a15dc04a817e74bc3c241cfea4b]

        INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED 2007/02/23 11:40:00 tl 1.8.242.2: #i69287# warning-free code 2007/02/23 11:08:57 tl 1.8.242.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6ad60472c7cd8139929123d092e7a4fddd59a39]

        INTEGRATION: CWS swwarnings (1.3.198); FILE MERGED 2007/08/22 09:17:47 tl 1.3.198.4: #i69287# warning-free code 2007/08/22 09:09:11 tl 1.3.198.3: #i69287# warning-free code 2007/06/28 11:47:57 os 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2007/04/03 12:57:03 tl 1.3.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [77567e383e5afdc2f9c97e8da4b460197a208677]

        INTEGRATION: CWS swwarnings (1.3.198); FILE MERGED 2007/02/27 13:06:31 tl 1.3.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [feabfe220dfbafe58314e934bc9ee64c0cc84c47]

        INTEGRATION: CWS swwarnings (1.3.168); FILE MERGED 2007/06/28 11:47:50 os 1.3.168.3: RESYNC: (1.5-1.6); FILE MERGED 2007/05/29 10:37:39 os 1.3.168.2: RESYNC: (1.3-1.5); FILE MERGED 2007/04/03 12:57:03 tl 1.3.168.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3b559ce88f48e9cb74a2738a1070aae2ebed9c1]

        INTEGRATION: CWS swwarnings (1.4.198); FILE MERGED 2007/04/03 12:57:03 tl 1.4.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82da5794e35c6c6811fd11782e156a43a9cad0c0]

        INTEGRATION: CWS swwarnings (1.3.198); FILE MERGED 2007/08/20 15:14:36 tl 1.3.198.2: RESYNC: (1.3-1.4); FILE MERGED 2007/03/05 12:43:15 tl 1.3.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a57ac75ed442bdc13e4587e7bcf242a8286f65bf]

        INTEGRATION: CWS swwarnings (1.4.198); FILE MERGED 2007/04/18 14:44:46 tl 1.4.198.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be3853d5f898a0ebf9454daa18dc1142cab3be06]

        INTEGRATION: CWS swwarnings (1.22.20); FILE MERGED 2007/08/22 14:26:10 tl 1.22.20.6: #i69287# warning-free code 2007/08/21 10:46:40 tl 1.22.20.5: RESYNC: (1.31-1.32); FILE MERGED 2007/06/29 05:36:04 os 1.22.20.4: merge error fixed 2007/06/28 12:27:14 os 1.22.20.3: RESYNC: (1.27-1.31); FILE MERGED 2007/05/29 08:09:01 os 1.22.20.2: RESYNC: (1.22-1.27); FILE MERGED 2007/04/18 07:56:15 tl 1.22.20.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7e5b49ecaef4e8d48be6fd341131895a5b06023]

        INTEGRATION: CWS swwarnings (1.38.28); FILE MERGED 2007/09/24 06:52:33 os 1.38.28.7: RESYNC: (1.42-1.43); FILE MERGED 2007/08/22 14:26:10 tl 1.38.28.6: #i69287# warning-free code 2007/08/21 10:46:13 tl 1.38.28.5: RESYNC: (1.41-1.42); FILE MERGED 2007/06/29 05:34:40 os 1.38.28.4: merge error fixed 2007/06/28 12:26:56 os 1.38.28.3: RESYNC: (1.39-1.41); FILE MERGED 2007/05/29 08:08:53 os 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2007/04/18 07:56:14 tl 1.38.28.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2aec128779c7a2a93c4e926383d099440552f58]

        INTEGRATION: CWS swwarnings (1.32.28); FILE MERGED 2007/09/24 06:52:26 os 1.32.28.7: RESYNC: (1.36-1.37); FILE MERGED 2007/08/22 14:26:10 tl 1.32.28.6: #i69287# warning-free code 2007/08/21 10:46:05 tl 1.32.28.5: RESYNC: (1.35-1.36); FILE MERGED 2007/06/29 05:36:04 os 1.32.28.4: merge error fixed 2007/06/28 12:26:49 os 1.32.28.3: RESYNC: (1.33-1.35); FILE MERGED 2007/05/29 08:08:45 os 1.32.28.2: RESYNC: (1.32-1.33); FILE MERGED 2007/04/18 07:56:14 tl 1.32.28.1: #i69287# warning-free code

2007-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3b9f5cebe631f523cafcff6abb385db6fb866dc]

        INTEGRATION: CWS swwarnings (1.32.22); FILE MERGED 2007/08/22 14:26:10 tl 1.32.22.6: #i69287# warning-free code 2007/08/21 10:44:43 tl 1.32.22.5: RESYNC: (1.36-1.39); FILE MERGED 2007/06/29 05:36:04 os 1.32.22.4: merge error fixed 2007/06/28 12:26:08 os 1.32.22.3: RESYNC: (1.34-1.36); FILE MERGED 2007/05/29 08:08:16 os 1.32.22.2: RESYNC: (1.32-1.34); FILE MERGED 2007/04/18 07:56:13 tl 1.32.22.1: #i69287# warning-free code

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb110c92ff9e09badc509ff9e806afbdc22ca37f]

        INTEGRATION: CWS vcl82 (1.57.64); FILE MERGED 2007/09/24 13:01:55 pl 1.57.64.1: #i73360# add vcl resource to patch

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3325654846e68a26a47148aa523a882e290e5dc]

        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>  [57d38a4de3d1c347a48f5ab8a6c63ffec7f1cea5]

        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>  [9a6d93849cc55d0406ed4425cb49ddb88fe127ca]

        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>  [918cad60320b18a3c8f37729c08c3837e52e006c]

        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>  [b13a8f654bda2e53aa5898630c610776320da4e9]

        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>  [defc6fb6d474e767255796ac461de120ca7d4f5c]

        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>  [1983a2d05e22fa900856f9385309ac1c1c173389]

        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>  [d74342063471207dd01433f487255ff65e436ed3]

        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>  [820d22784716493fa8a26717842d330c6867e296]

        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>  [a9d1c1638108476d4b6c263c4fcfd7152fa28009]

        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>  [6ff4692504616014df5275449f1b012d1de3ef89]

        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>  [4e5429655b9c75af2c028de4b4ce95c111c1a803]

        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>  [1c340962b4fe20aa172f54e694b3d789e3b6ffed]

        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>  [f13e0b96dc18953638e5c5f4264d6bbcd0698306]

        INTEGRATION: CWS vcl82 (1.56.58); FILE MERGED 2007/09/05 14:31:19 pl 1.56.58.1: #i81291# add font lists for uz locale

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f4307e8ea4f28220d07e5925e2845bde27f93c6]

        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>  [f8110df350303536941c4cea4df4f85e52a3bff0]

        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>  [02344aec6474fc71b8287dcbc46dfda141593779]

        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>  [6b233e1412905aee3d2df67b3b9ee4b07a4f9b82]

        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>  [f856c312dc9a3cb3ea9ff96f468361d9c675c569]

        INTEGRATION: CWS dba24a (1.112.18); FILE MERGED 2007/08/28 08:56:32 oj 1.112.18.1: #i76186# do not reset primary key flag

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e70576abd3ce80f62fb859135dc349ff5bdb149]

        INTEGRATION: CWS dba24a (1.24.118); FILE MERGED 2007/08/28 07:01:02 oj 1.24.118.1: #i68858# enable relation for mysql inodb

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ef7c3237937a72e72f585d20ce0045c3682d03]

        INTEGRATION: CWS dba24a (1.47.18); FILE MERGED 2007/09/25 11:24:08 oj 1.47.18.2: #i81922# new method to compare relation data 2007/08/28 07:01:02 oj 1.47.18.1: #i68858# enable relation for mysql inodb

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc972bf1aea0aeb788228a3175333f3a2705745]

        INTEGRATION: CWS dba24a (1.12.120); FILE MERGED 2007/09/25 11:24:07 oj 1.12.120.1: #i81922# new method to compare relation data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea98a8aabc1405593f98ef811e04e2b804c44bc7]

        INTEGRATION: CWS dba24a (1.78.34); FILE MERGED 2007/09/20 06:38:05 oj 1.78.34.2: #i69428# check table alias name 2007/08/28 08:34:53 oj 1.78.34.1: #i69428# erase table from field name

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [50e6e5c6436a6f88b88c96b52200187e7c55b482]

        INTEGRATION: CWS dba24a (1.86.36); FILE MERGED 2007/08/06 07:25:37 oj 1.86.36.1: #i70081# impl datediff

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f85265964d587560d715bd1442f42b7468101f]

        INTEGRATION: CWS dba24a (1.7.120); FILE MERGED 2007/09/25 11:24:07 oj 1.7.120.1: #i81922# new method to compare relation data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [318680bb17743fa0e8cccf48537247068408db68]

        INTEGRATION: CWS dba24a (1.24.18); FILE MERGED 2007/07/30 11:27:11 fs 1.24.18.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02c38f3a17cd5a6e185941204f67db7c1ac8473]

        INTEGRATION: CWS dba24a (1.23.18); FILE MERGED 2007/08/30 08:19:53 oj 1.23.18.1: #i78257# check vector size of source vec

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f7c3d0916a9b5cb83e5e8f60a57de4ecaf32d41]

        INTEGRATION: CWS dba24a (1.52.18); FILE MERGED 2007/09/05 11:05:14 oj 1.52.18.2: #i68334# renaming 2007/07/23 11:59:03 fs 1.52.18.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b42a6add9c6c6db6a781183afb89a109d160cf]

        INTEGRATION: CWS dba24a (1.30.18); FILE MERGED 2007/09/03 12:51:26 oj 1.30.18.3: #i73710# check src vector as well 2007/08/30 08:19:53 oj 1.30.18.2: #i78257# check vector size of source vec 2007/07/23 11:59:03 fs 1.30.18.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d736eef49512ee4623c7fe8d8b6fcb09669df7f8]

        INTEGRATION: CWS dba24a (1.32.16); FILE MERGED 2007/08/30 09:04:15 oj 1.32.16.3: #i68334# decrement refcount 2007/08/13 05:31:37 oj 1.32.16.2: RESYNC: (1.32-1.33); FILE MERGED 2007/07/23 11:59:03 fs 1.32.16.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b07f5dd97e34c1462b3183ff1eb6b67b7eb071]

        INTEGRATION: CWS dba24a (1.9.120); FILE MERGED 2007/08/30 11:24:21 oj 1.9.120.2: #i47317# show error message as more 2007/07/23 11:59:03 fs 1.9.120.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27d06b94128e88c71eef6f2619f29bc0b60e428]

        INTEGRATION: CWS dba24a (1.37.54); FILE MERGED 2007/08/30 08:19:53 oj 1.37.54.3: #i78257# check vector size of source vec 2007/08/03 08:12:50 oj 1.37.54.2: #i73710# be mor error prone when update row 2007/07/23 11:59:03 fs 1.37.54.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4978d846b7fcede4cdd3603ee98ccdff938de4cf]

        INTEGRATION: CWS dba24a (1.21.170); FILE MERGED 2007/07/23 11:59:03 fs 1.21.170.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [787ece82c8f26b9625b64c7a81cafba24642f56e]

        INTEGRATION: CWS dba24a (1.6.196); FILE MERGED 2007/07/23 11:59:03 fs 1.6.196.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b90f99062ea09b868a2574c4a1fae39bd113562c]

        INTEGRATION: CWS dba24a (1.19.16); FILE MERGED 2007/08/13 05:31:06 oj 1.19.16.2: RESYNC: (1.19-1.20); FILE MERGED 2007/07/23 11:59:03 fs 1.19.16.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba06b61d8e5a252fec6d4d6349c283ebe0b3c8b0]

        INTEGRATION: CWS dba24a (1.5.170); FILE MERGED 2007/07/23 12:16:51 fs 1.5.170.2: #i10000# 2007/07/23 11:59:02 fs 1.5.170.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b5a2b203959e26c338f6e29959d13f09a1169db]

        INTEGRATION: CWS dba24a (1.5.298); FILE MERGED 2007/09/25 11:24:07 oj 1.5.298.1: #i81922# new method to compare relation data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aae75a7782525e6ac22c635c3c805e4a4c85d7a]

        INTEGRATION: CWS dba24a (1.17.170); FILE MERGED 2007/07/23 11:59:02 fs 1.17.170.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6b3b5cda22e2e72099f4732561d4eb2caf8569]

        INTEGRATION: CWS dba24a (1.4.20); FILE MERGED 2007/08/06 06:38:49 oj 1.4.20.1: #i69740# namedvalue used

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a5c345da21ecbe56474b47eab3f8452932f277]

        INTEGRATION: CWS dba24a (1.24.18); FILE MERGED 2007/09/25 11:24:07 oj 1.24.18.1: #i81922# new method to compare relation data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7518d3dbcc754316aa70b680a0bb94d9b7d3846]

        INTEGRATION: CWS dba24a (1.20.18); FILE MERGED 2007/09/25 11:24:06 oj 1.20.18.1: #i81922# new method to compare relation data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [72aee61ab63b5995f0eeb059ac8814a74eb584b8]

        INTEGRATION: CWS dba24a (1.80.6); FILE MERGED 2007/08/29 13:21:59 oj 1.80.6.1: #i69084# lock and release mutex

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [73258d6209e909835a3bf7774fe2ed695b29ac0c]

        INTEGRATION: CWS dba24a (1.26.120); FILE MERGED 2007/09/05 11:24:03 oj 1.26.120.3: unused param 2007/09/05 11:04:18 oj 1.26.120.2: #i68334# fix ref count prob 2007/08/30 09:04:43 oj 1.26.120.1: #i68334# release rtf and html when connection was disposed

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e844f463681a763114b7c522e4b84195d17f341d]

        INTEGRATION: CWS dba24a (1.13.20); FILE MERGED 2007/08/03 06:14:17 oj 1.13.20.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3933b2c4cc442cec7cb8c9b0ec2f168d611545]

        INTEGRATION: CWS dba24a (1.20.18); FILE MERGED 2007/08/03 06:14:17 oj 1.20.18.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [117865d8bdc88b30b522722f04cc66a69ffec38e]

        INTEGRATION: CWS dba24a (1.16.18); FILE MERGED 2007/08/03 06:14:17 oj 1.16.18.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [922ce11958974165de225b9f87e3fe0f869645d0]

        INTEGRATION: CWS dba24a (1.23.18); FILE MERGED 2007/08/13 05:28:18 oj 1.23.18.2: RESYNC: (1.23-1.24); FILE MERGED 2007/08/03 06:14:17 oj 1.23.18.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb02757144f2ec919474ca0784007d56d6c362e0]

        INTEGRATION: CWS dba24a (1.12.36); FILE MERGED 2007/08/03 06:14:17 oj 1.12.36.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c16190f9519fe7079e0c081e475a9daa49d4e2b8]

        INTEGRATION: CWS dba24a (1.25.2); FILE MERGED 2007/08/30 07:00:58 oj 1.25.2.2: #i46395# enable toolbar for previewmode even when readonly 2007/08/03 06:14:17 oj 1.25.2.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c50148ec82d5b892180d8bfb66ae9831b1f14ff1]

        INTEGRATION: CWS dba24a (1.27.6); FILE MERGED 2007/08/30 07:00:58 oj 1.27.6.1: #i46395# enable toolbar for previewmode even when readonly

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4c17fc8d5bc8f841ec4c85bd6087350e0646fca]

        INTEGRATION: CWS dba24a (1.19.16); FILE MERGED 2007/08/03 06:14:16 oj 1.19.16.1: #i69740# implement the selection interface

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1aa70d8b163f39a8a718525a0fddac344ec28a3]

        INTEGRATION: CWS dba24a (1.42.14); FILE MERGED 2007/08/30 07:00:57 oj 1.42.14.6: #i46395# enable toolbar for previewmode even when readonly 2007/08/13 05:27:44 oj 1.42.14.5: RESYNC: (1.42-1.44); FILE MERGED 2007/08/09 09:01:52 oj 1.42.14.4: #i78257# make use of abstract factory from svx 2007/08/06 06:38:49 oj 1.42.14.3: #i69740# namedvalue used 2007/08/03 06:14:16 oj 1.42.14.2: #i69740# implement the selection interface 2007/07/23 11:59:02 fs 1.42.14.1: when pasting tables, use a meaningful default in the wizard, as indicated by the current selection Issue number:  #i18907# Submitted by:  dyf@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0834b6cc35de497e91ba30074430833fa9c12a6f]

        INTEGRATION: CWS dba24a (1.12.22); FILE MERGED 2007/07/30 11:27:11 fs 1.12.22.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e89a46fdab3e8a4819ef57a3ca2ccd39eee00844]

        INTEGRATION: CWS dba24a (1.6.108); FILE MERGED 2007/07/30 11:27:11 fs 1.6.108.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e8fc15ce0e9e5bbfb06698d85f0e24c2cbf73db]

        INTEGRATION: CWS dba24a (1.4.298); FILE MERGED 2007/07/30 11:27:11 fs 1.4.298.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa0a5e38aad1a222c7d1e66fe4a540400c68cf39]

        INTEGRATION: CWS dba24a (1.15.22); FILE MERGED 2007/07/30 11:27:11 fs 1.15.22.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d124748aab548cf4344934bca498bd320ccfdc2a]

        INTEGRATION: CWS dba24a (1.6.120); FILE MERGED 2007/07/30 11:27:11 fs 1.6.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bba66e0f9504f35196b355ee0fa798049ca9ef8]

        INTEGRATION: CWS dba24a (1.8.120); FILE MERGED 2007/07/30 11:27:10 fs 1.8.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [de7f4957795663235a70996358774e82db5527f3]

        INTEGRATION: CWS dba24a (1.7.22); FILE MERGED 2007/07/30 11:27:10 fs 1.7.22.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0694cb2c520dd366c652e40093d89b092acc39f7]

        INTEGRATION: CWS dba24a (1.6.120); FILE MERGED 2007/07/30 11:27:10 fs 1.6.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bdb4a5f94b8cb366ffbbd0dc6adf34662dcf775]

        INTEGRATION: CWS dba24a (1.6.120); FILE MERGED 2007/08/13 05:27:36 oj 1.6.120.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/30 11:27:10 fs 1.6.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f72316e7735cb912fb7f981ec85674f224ef9b98]

        INTEGRATION: CWS dba24a (1.7.118); FILE MERGED 2007/07/30 11:27:10 fs 1.7.118.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8330ff8acad2f4359f9e7be79a5f0384c07e4669]

        INTEGRATION: CWS dba24a (1.7.128); FILE MERGED 2007/07/30 11:27:10 fs 1.7.128.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e606863684a4de03254a0c27ce87d99325e2c916]

        INTEGRATION: CWS dba24a (1.6.36); FILE MERGED 2007/07/30 11:27:10 fs 1.6.36.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47aaa3a8920e1055f761d3616508e25517fbabc]

        INTEGRATION: CWS dba24a (1.7.120); FILE MERGED 2007/07/30 11:27:10 fs 1.7.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [09997eb19fe161c4d527e15f8f5081a3efbfd217]

        INTEGRATION: CWS dba24a (1.9.120); FILE MERGED 2007/07/30 11:27:10 fs 1.9.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f780cbab59efbb5b07c62f7c1f70a8fa729863f]

        INTEGRATION: CWS dba24a (1.8.120); FILE MERGED 2007/08/13 05:27:28 oj 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED 2007/07/30 11:27:10 fs 1.8.120.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbcc8c7ff0d2439f366ea4a4742d536eda0cde8a]

        INTEGRATION: CWS dba24a (1.7.36); FILE MERGED 2007/07/30 11:27:10 fs 1.7.36.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce38348d6e305baffc51a3bccacc20be5e43dce]

        INTEGRATION: CWS dba24a (1.27.18); FILE MERGED 2007/08/24 11:32:13 fs 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2007/08/10 07:56:53 oj 1.27.18.1: #i46484# fire event OnCreate and OnLoadFinished

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ffedab70bb269913c9e493d0d5286fdb81f6f5a]

        INTEGRATION: CWS dba24a (1.6.108); FILE MERGED 2007/07/30 11:27:10 fs 1.6.108.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [901027e2ccf699863729c956a0c226ea24749f6f]

        INTEGRATION: CWS dba24a (1.13.108); FILE MERGED 2007/07/30 11:27:09 fs 1.13.108.1: #i80175# no 'using namespace ::rtl'

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8247102733d7eca11a9ae7269af3e3e7f59837ce]

        INTEGRATION: CWS dba24a (1.9.18); FILE MERGED 2007/09/05 11:02:58 oj 1.9.18.1: #i68334# fix ref count prob

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d71cadbe7d67cee0e90d4f14960ae1d3a21013a1]

        INTEGRATION: CWS dba24a (1.8.108); FILE MERGED 2007/09/05 11:02:57 oj 1.8.108.1: #i68334# fix ref count prob

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [03d5ae7e5b2fc18f8437834173cffab2f720ec74]

        INTEGRATION: CWS dba24a (1.5.108); FILE MERGED 2007/09/05 11:02:57 oj 1.5.108.1: #i68334# fix ref count prob

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed44116cfe41be4f0e0da9b5800da086b3623a7d]

        INTEGRATION: CWS dba24a (1.22.6); FILE MERGED 2007/08/28 05:32:54 oj 1.22.6.1: #i49441# no macro execution when loading preview

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e084bbfbe9e2bf2c201b4db618a4376090ec6653]

        INTEGRATION: CWS dba24a (1.46.6); FILE MERGED 2007/08/28 05:32:53 oj 1.46.6.1: #i49441# no macro execution when loading preview

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cad124720cb2078ba7a89b8664851513bafe2112]

        INTEGRATION: CWS dba24a (1.13.6); FILE MERGED 2007/08/29 13:21:39 oj 1.13.6.1: #i69084# lock and release mutex

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b281c2114684ac20adbbf04782b042f17ae8bbab]

        INTEGRATION: CWS dba24a (1.33.6); FILE MERGED 2007/08/29 13:21:39 oj 1.33.6.1: #i69084# lock and release mutex

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2171395c26f65fb7825c389d03fc7508268e407a]

        INTEGRATION: CWS dba24a (1.8.18); FILE MERGED 2007/08/02 10:49:09 oj 1.8.18.1: #i65023# modify dswhen column width changed

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [00322b976aab44c86f5e5b2a6418bb35ba4a4519]

        INTEGRATION: CWS dba24a (1.12.56); FILE MERGED 2007/08/02 10:49:09 oj 1.12.56.1: #i65023# modify dswhen column width changed

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a789fda5fd9cd9e5eedb45bbf7d1a29928b90c]

        INTEGRATION: CWS dba24a (1.64.108); FILE MERGED 2007/09/05 11:02:57 oj 1.64.108.1: #i68334# fix ref count prob

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c7d46f210b7cde78007591649c0e984e28ca0b1]

        INTEGRATION: CWS dba24a (1.24.120); FILE MERGED 2007/08/02 10:49:09 oj 1.24.120.1: #i65023# modify dswhen column width changed

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [48324de656e012413cf7947349371f7690c0176f]

        INTEGRATION: CWS dba24a (1.31.36); FILE MERGED 2007/09/05 11:02:57 oj 1.31.36.1: #i68334# fix ref count prob

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c41e9b13f0364582f85cbb6510a0f0dcff7671c]

        INTEGRATION: CWS dba24a (1.23.54); FILE MERGED 2007/07/23 11:53:14 fs 1.23.54.1: setSingleAdditiveClause: don't do anything if the clause didn't change

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [52acb43a1b19581ca8f4167091a7415008e956bc]

        INTEGRATION: CWS dba24a (1.10.6); FILE MERGED 2007/09/03 12:22:56 oj 1.10.6.1: remove OOoRunner settings

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9436a66cdadbb87822529ff9c18fd56c8367cee4]

        INTEGRATION: CWS dba24a (1.4.130); FILE MERGED 2007/08/29 13:23:15 oj 1.4.130.1: #i69084# lock and release mutex

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [39be00152babd6a21b43b814a714fce8f155e703]

        INTEGRATION: CWS dba24a (1.1.2); FILE ADDED 2007/09/03 11:52:59 fs 1.1.2.2: close document when finished 2007/08/29 13:23:01 oj 1.1.2.1: #i69084# test for XStorable

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [938f49e0c82ed4114acc03ad0a0bdedd4bb381ba]

        INTEGRATION: CWS dba24a (1.12.76); FILE MERGED 2007/08/24 19:02:58 fs 1.12.76.1: #i79980#

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1edfc7629255c05d0dcd61b0f30e95bd66bd653]

        INTEGRATION: CWS dba24a (1.7.76); FILE MERGED 2007/09/04 07:22:36 oj 1.7.76.1: #i72987# check for url

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b520c84157b3d0221c9dda92c15d4328427d831c]

        INTEGRATION: CWS dba24a (1.14.76); FILE MERGED 2007/09/04 07:22:36 oj 1.14.76.2: #i72987# check for url 2007/08/10 10:26:11 oj 1.14.76.1: #i72987# check for URL

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bacea151ea7f7fa85c97159770b9aa6c3d570012]

        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>  [60441ec7608de7a65a3be1826d04d8d819204f7f]

        INTEGRATION: CWS dba24a (1.2.160); FILE MERGED 2007/08/29 12:24:15 fs 1.2.160.1: #i80796#

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [631aa67346234fbd892ae4fa5b422de2b73ede9b]

        INTEGRATION: CWS dba24a (1.47.20); FILE MERGED 2007/09/20 06:01:27 oj 1.47.20.3: #i81582# data type of log 2007/08/28 05:28:46 oj 1.47.20.2: #i81031# impl roundmagic 2007/08/06 07:26:51 oj 1.47.20.1: #i70081# impl datediff

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2327e61da1ab2aa06fcdc0ed20009c7a056ce91]

        INTEGRATION: CWS dba24a (1.54.6); FILE MERGED 2007/08/30 10:44:41 oj 1.54.6.1: #i78257# wrong assertion

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d95e5d3481a2c7f5f367cb1fa4dc9a4573301a8]

        INTEGRATION: CWS dba24a (1.30.154); FILE MERGED 2007/08/28 05:28:46 oj 1.30.154.3: #i81031# impl roundmagic 2007/08/10 10:43:03 oj 1.30.154.2: #i69054# fix log 2007/08/06 07:26:51 oj 1.30.154.1: #i70081# impl datediff

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d71ca52682b44be487b4b10a50db0d20046ada55]

        INTEGRATION: CWS dba24a (1.56.56); FILE MERGED 2007/08/28 05:28:46 oj 1.56.56.6: #i81031# impl roundmagic 2007/08/13 05:28:55 oj 1.56.56.5: RESYNC: (1.56-1.57); FILE MERGED 2007/08/10 10:43:03 oj 1.56.56.4: #i69054# fix log 2007/08/09 11:04:30 oj 1.56.56.3: #i69055# extend convert function 2007/08/09 10:38:47 oj 1.56.56.2: #i69056# add date field to extract 2007/08/06 07:26:51 oj 1.56.56.1: #i70081# impl datediff

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd8f8802ccf7dda70f6068b94ed18e923d963ed6]

        INTEGRATION: CWS dba24a (1.27.20); FILE MERGED 2007/08/30 10:28:14 oj 1.27.20.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e39b035dd6504c51a21e17ec18d9bc0ff829c10f]

        INTEGRATION: CWS dba24a (1.11.178); FILE MERGED 2007/08/30 10:28:14 oj 1.11.178.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8013e12aabf2b8f53dbf1fc01890ec39bdac5c34]

        INTEGRATION: CWS dba24a (1.34.178); FILE MERGED 2007/08/30 10:28:13 oj 1.34.178.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [12db18df8ed002f243ddced75b18e7118c5c08f1]

        INTEGRATION: CWS dba24a (1.9.252); FILE MERGED 2007/08/30 10:28:13 oj 1.9.252.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0873870fb334492141ff6866d171d17cd34fe415]

        INTEGRATION: CWS dba24a (1.43.82); FILE MERGED 2007/08/30 10:28:13 oj 1.43.82.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [743e937576f15c5fb48e1b14503099e835be9160]

        INTEGRATION: CWS dba24a (1.10.118); FILE MERGED 2007/09/25 10:37:15 oj 1.10.118.1: #i81922# new method to get drop stmt

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b480fa08b25655ff45d0c62f8ff948e2859aa9]

        INTEGRATION: CWS dba24a (1.11.118); FILE MERGED 2007/08/22 05:55:00 fs 1.11.118.1: proper method signature in getNextException

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [41f0ef4207e8c5f570a1fc09011bc60834d01b50]

        INTEGRATION: CWS dba24a (1.5.20); FILE MERGED 2007/08/22 05:54:18 fs 1.5.20.1: getWarnings: really provide an SQLWarning

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [39080065f7ac7f08363f3ddf7a32ee86afca8d6b]

        INTEGRATION: CWS dba24a (1.57.24); FILE MERGED 2007/08/02 06:46:26 oj 1.57.24.1: #i69965# wrong index in precision and scale

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ec809b207b7649e1e420b567a73d40b02e7d26]

        INTEGRATION: CWS dba24a (1.26.118); FILE MERGED 2007/09/20 05:54:38 oj 1.26.118.1: #i81582# fill select row

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47c588d9fbd4d024e6f46252c3a75ec8450d7f7]

        INTEGRATION: CWS dba24a (1.97.118); FILE MERGED 2007/09/20 05:54:38 oj 1.97.118.2: #i81582# fill select row 2007/08/09 07:51:16 oj 1.97.118.1: #i74492# set selectrow after the current row is refetched

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2c64aaaf20b34ce179dae2e48e3dbda31dd0076]

        INTEGRATION: CWS dba24a (1.39.118); FILE MERGED 2007/08/30 10:44:11 oj 1.39.118.2: #i78257# index not correct 2007/08/30 10:28:13 oj 1.39.118.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1467c1994461c6932c038f8f1e21f5dcf5ac701]

        INTEGRATION: CWS dba24a (1.102.24); FILE MERGED 2007/08/30 12:16:08 oj 1.102.24.2: #i47315# check real precision 2007/08/02 07:00:12 oj 1.102.24.1: #i68420# set size to zero

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e39c753c6170358a6d0eb20471456f862de500]

        INTEGRATION: CWS dba24a (1.23.44); FILE MERGED 2007/08/30 10:28:12 oj 1.23.44.1: #i55884# share meta data

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [09d4f05b3fff091df87c3ceb01d244f017f61fc5]

        INTEGRATION: CWS dba24a (1.5.82); FILE MERGED 2007/08/28 06:58:48 oj 1.5.82.1: #i68858# enable relation for mysql inodb

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a513f0132e7fc8e5e4be832d943be0fcd9e3d862]

        INTEGRATION: CWS dba24a (1.3.276); FILE MERGED 2007/09/20 05:53:53 oj 1.3.276.1: #i81582# correct test

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e44a89e3415f96d76ef3977c845ce4c01b01f8]

        INTEGRATION: CWS dba24a (1.1.2); FILE ADDED 2007/08/09 09:35:03 oj 1.1.2.1: #i76381# test case for driver manager

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0e62d4490cdeecd31f4a80753dce7efda176740]

        INTEGRATION: CWS dba24a (1.1.2); FILE ADDED 2007/08/09 09:35:12 oj 1.1.2.1: #i76381# test case for driver manager

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [17e4fd3961c55dfabdac3b114dbfcfa6f03e8eea]

        INTEGRATION: CWS dba24a (1.4.82); FILE MERGED 2007/08/28 06:58:47 oj 1.4.82.1: #i68858# enable relation for mysql inodb

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b2fed356a11d7801fce8e6492ea0ce94720b05]

        INTEGRATION: CWS dba24a (1.4.164); FILE MERGED 2007/09/25 10:35:55 oj 1.4.164.1: #i81922# new method to get drop stmt

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b26524e184afa07def2620c6acf5b1bb9ef6e3]

        INTEGRATION: CWS dba24a (1.4.4); FILE MERGED 2007/08/30 06:40:23 oj 1.4.4.1: #i81112# add dep for 3rd lib

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [73428d91f84c1a3f8f4026c3125083b9d2408a7d]

        INTEGRATION: CWS dba24a (1.4.6); FILE MERGED 2007/08/16 09:54:31 oj 1.4.6.1: #i80721# apply patch

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [89959ec3cb0bc5e6a895cd5e49758e574dce3a0b]

        INTEGRATION: CWS dba24a (1.2.14); FILE MERGED 2007/08/08 11:24:56 oj 1.2.14.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [77144b4f1acf2fdf2fafd6094b3e42d00958adc7]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:36:13 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:56 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3fed97239623c62facb9da51a691bd2a2aa012]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:36:07 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:56 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5233b2e8a751fe284d48ce3e96fc0359524bbc47]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:36:00 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:56 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5bdf299b688dd64bfe2499f1604b19f4a6d8d24]

        INTEGRATION: CWS dba24a (1.2.14); FILE MERGED 2007/08/08 11:24:55 oj 1.2.14.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe8ad2a963b27a68d3f2ceec9245a7302c5f0d9]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:35:44 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc3205291d83cd2db9c2bfa9217675c7ea72025]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:35:38 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [99713dc501741594b837a1bce669b3d6571427ba]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:35:02 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [785ae94bc617b139053cae1fd2b6668fd4755657]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:34:55 oj 1.2.10.2: RESYNC: (1.2-1.4); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [65957bba1f3060abab08e17fef84fbf0b453886a]

        INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:34:28 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl

2007-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c437eb9e76b0a6ce00e9f6c70cd12d7ef96a1e]

        INTEGRATION: CWS jsc19 (1.8.56); FILE MERGED 2007/09/26 09:35:26 jsc 1.8.56.1: #i80473# update reference type library with the released one of OO.org2.3

2007-09-26  Sven Jacobi  <sj@openoffice.org>  [e667d6fcdee2cb7406f8986def7977abe00b00ae]

        #81958# fixed loop when deleting custom slides

2007-09-26  Armin Weiss  <aw@openoffice.org>  [9260ca65470b0e7e8310772865023addaa393ca8]

        #i73860# text decomposition extended

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d77187e7fb3ee59e0579c154262214f22b1c9a1c]

        #i81865# actual license

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [09a4136d5a6a64a186b360f933c3131046fc9b38]

        #i81865# actual license

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [553365ad85673d3d3f42bc32d817a387fba1a85e]

        #i81865# actual license

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [06bca4b36c210d0be3d4067e65a97ccd5e747170]

        #i81865# actual license

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [bf70caf50093028d2f1da4e7fbb79e1c10f05265]

        #i81865# actual license

2007-09-25  Vladimir Glazounov  <vg@openoffice.org>  [51d997ed86ec0d637bce49f5179aa2399051c4bd]

        #i81865# actual license

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [32297db61aee7e2c3ff7833d7cfbfd471023019e]

        new version for SRC680

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [715a1c6ac64c99e15b22816345e1e35aebb804ca]

        SRC680

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [4355a2ed173be27d68e6d6732359f097e6726878]

        INTEGRATION: CWS obr06 (1.50.56); FILE MERGED 2007/09/13 04:50:13 obr 1.50.56.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [616f0366ae748618bd9a4b72b6e23511c4734102]

        INTEGRATION: CWS obr06 (1.69.62); FILE MERGED 2007/09/13 04:50:13 obr 1.69.62.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [6ea418e4a001a6a9f8c707ef372f89a50bc19653]

        INTEGRATION: CWS obr06 (1.117.62); FILE MERGED 2007/09/13 04:50:12 obr 1.117.62.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [09d03a943bf1530b362c82aeef5e90b5b38d814c]

        INTEGRATION: CWS obr06 (1.44.34); FILE MERGED 2007/09/13 04:50:12 obr 1.44.34.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [c8a3ee975bc6998a1d8d57eb03d380f615361224]

        INTEGRATION: CWS obr06 (1.77.62); FILE MERGED 2007/09/13 04:50:12 obr 1.77.62.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [6d925957989b70138bf2f407cc60354259642264]

        INTEGRATION: CWS obr06 (1.27.52); FILE MERGED 2007/09/13 04:50:12 obr 1.27.52.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [4a1b8c67c158e3cbdb33c59a5c2f87d1bc4d1e65]

        INTEGRATION: CWS obr06 (1.6.52); FILE MERGED 2007/09/13 04:50:12 obr 1.6.52.1: #i79065# online update's new home is in extensions

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [78ac0f5a658543549e9db690a407acc2355a613e]

        INTEGRATION: CWS obr06 (1.20.10); FILE MERGED 2007/09/07 05:40:48 obr 1.20.10.1: #i81334# passed include path as CPPFLAGS instead of CFLAGS

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [a68df6b4a0b25614cf4218e2372b26c6309d910b]

        INTEGRATION: CWS calcautofilter (1.82.30); FILE MERGED 2007/09/12 13:56:38 tbe 1.82.30.4: RESYNC: (1.82-1.83); FILE MERGED 2007/09/12 12:51:22 tbe 1.82.30.3: #i81508# Listbox for Category in Datapilot needs a separator due to changes in Autofilter strings 2007/08/10 14:09:49 tbe 1.82.30.2: #i27745 Basing autofiltering on the result set, not all rows. 2007/08/09 15:00:31 tbe 1.82.30.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [5bb1b84aa7850124514960df12fa751d012cd949]

        INTEGRATION: CWS calcautofilter (1.87.28); FILE MERGED 2007/09/12 12:49:55 tbe 1.87.28.2: #i81508# Listbox for Category in Datapilot needs a separator due to changes in Autofilter strings 2007/08/10 14:07:58 tbe 1.87.28.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [746527a4314070759f404e8ac2fa461eaf68cf2e]

        INTEGRATION: CWS calcautofilter (1.25.26); FILE MERGED 2007/09/12 13:49:00 tbe 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2007/08/10 14:07:25 tbe 1.25.26.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [5839ef5e423ec07b647bdf013e06fdeb151d0789]

        INTEGRATION: CWS calcautofilter (1.28.120); FILE MERGED 2007/08/09 15:00:00 tbe 1.28.120.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [08c0c492aed8ff23c9293c935fdcb0ee7ffc9ccb]

        INTEGRATION: CWS calcautofilter (1.36.32); FILE MERGED 2007/08/13 09:37:29 tbe 1.36.32.2: RESYNC: (1.36-1.37); FILE MERGED 2007/08/09 14:59:20 tbe 1.36.32.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [a4b44b24c4121eeda6cd9eace0c340acbc82a8cd]

        INTEGRATION: CWS calcautofilter (1.31.144); FILE MERGED 2007/08/09 14:58:28 tbe 1.31.144.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [0789262ce27b41408e383361bd35ec4904a6db99]

        INTEGRATION: CWS calcautofilter (1.54.28); FILE MERGED 2007/09/12 12:49:09 tbe 1.54.28.1: #i81508# Listbox for Category in Datapilot needs a separator due to changes in Autofilter strings

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [863aedd93e692fd2f1c40d7878e6fb7257f2eb9a]

        INTEGRATION: CWS calcautofilter (1.101.30); FILE MERGED 2007/08/13 09:37:12 tbe 1.101.30.2: RESYNC: (1.101-1.102); FILE MERGED 2007/08/09 14:58:02 tbe 1.101.30.1: #i27745 Basing autofiltering on the result set, not all rows.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [cb071c7ae80b405c1891862691b9fa151fd45f4b]

        INTEGRATION: CWS vq40 (1.3.122); FILE MERGED 2007/09/20 03:09:12 vq 1.3.122.1: #i71986# Patch for guw for MinGW port. Patch from Takashi Ono.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [a8d8694fc7bcb6e2ad02e5febdfd6a4ed3edecb0]

        INTEGRATION: CWS vq40 (1.89.72); FILE MERGED 2007/09/01 07:59:18 vq 1.89.72.1: #i81185# Adapt to new $(mktmp ..) behavior.

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [77a9a2adea4583718fc122ffb5096b6303a5dea5]

        INTEGRATION: CWS sysui25 (1.38.142); FILE MERGED 2007/09/11 10:58:23 ihi 1.38.142.1: #i81496# kn-IN -> kn

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [6388edf2e18727c55957ef3b91e366d9b7e898d0]

        INTEGRATION: CWS sysui25 (1.42.34); FILE MERGED 2007/09/17 13:07:16 ihi 1.42.34.1: dependency fix

2007-09-21  Vladimir Glazounov  <vg@openoffice.org>  [54fe329f0149ec9d6f5d49f4ee402d337ffbe11d]

        INTEGRATION: CWS sysui25 (1.13.24); FILE MERGED 2007/09/17 13:12:49 ihi 1.13.24.1: #i81444# extension manager removed from launch menu

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [19b88dcb8ac00af5d1f7add4deb0de6dcf088e7a]

        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>  [c4a00c763dc64bb631bf286df0f79f60e760f3de]

        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>  [8d73420e1ff897f3856f143fb4f3e72b601b4ffb]

        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>  [baa02ba966a20e03ccf40157ff6c7eb7bd8d880c]

        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>  [8585bb11c264563efb83b1291952308af55d853d]

        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>  [48509165584c8468fe4e2481cb7705754f86da82]

        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>  [8d7592618e16d1ea6e76a06dc7dbb768e6cea54a]

        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>  [86ff5c928e1cd48aa5e16416255e46c2f4fd77d3]

        INTEGRATION: CWS os2port01 (1.21.16); FILE MERGED 2007/09/05 09:24:55 obr 1.21.16.3: RESYNC: (1.27-1.28); FILE MERGED 2007/09/03 10:20:31 obr 1.21.16.2: RESYNC: (1.21-1.27); FILE MERGED 2006/12/28 15:05:01 ydario 1.21.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [82c1ceb85a0cc87063d64166a8cc4d569cd9135d]

        INTEGRATION: CWS os2port01 (1.27.16); FILE MERGED 2007/09/03 09:47:10 obr 1.27.16.2: RESYNC: (1.27-1.34); FILE MERGED 2006/12/28 15:05:01 ydario 1.27.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [509d6bd47e61201d798978294cdc30968c19ad43]

        INTEGRATION: CWS os2port01 (1.46.16); FILE MERGED 2007/09/06 12:28:23 obr 1.46.16.3: build fix 2007/09/03 09:37:54 obr 1.46.16.2: RESYNC: (1.46-1.59); FILE MERGED 2006/12/28 15:05:01 ydario 1.46.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d79ccef322951540bf438e645b24bc9302ea7a8c]

        INTEGRATION: CWS os2port01 (1.43.2); FILE MERGED 2007/09/05 09:14:51 obr 1.43.2.3: RESYNC: (1.49-1.50); FILE MERGED 2007/09/03 09:36:35 obr 1.43.2.2: RESYNC: (1.43-1.49); FILE MERGED 2006/12/28 15:05:01 ydario 1.43.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8c5a253dff456513c41085c405a59574518dd45b]

        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>  [776a4722448f0faed6e820158a06ad661127c8d8]

        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>  [a34742934aa1ccd1c5bd6f32cc238b254c2b74cc]

        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>  [227eca315e8f524b5ef0102e55ba009fb09c8bb7]

        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>  [93cfdc0c86a41b7c0d923315a0f0272f0c5d0186]

        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>  [e6172cc07315fe36c198882163ac2400cf195305]

        INTEGRATION: CWS os2port01 (1.17.4); FILE MERGED 2007/09/02 03:38:35 obr 1.17.4.3: RESYNC: (1.17-1.20); FILE MERGED 2007/02/15 13:10:21 ydario 1.17.4.2: Additional files must be for all platforms, otherwise gnu patch wil fail. 2006/12/28 14:54:01 ydario 1.17.4.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [079932f8dea72ace58447d7ac7599e187e6d7b2c]

        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>  [e418b1b4b0e072f3fa6014b8d4a2d4d661396919]

        INTEGRATION: CWS os2port01 (1.17.96); FILE MERGED 2007/09/05 08:46:35 obr 1.17.96.3: RESYNC: (1.20-1.22); FILE MERGED 2007/08/01 06:04:38 obr 1.17.96.2: RESYNC: (1.17-1.20); FILE MERGED 2007/01/21 16:38:02 ydario 1.17.96.1: Build system quote fix.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e4f2c4dfec439e934c00ed45bb5d283828f2bc47]

        INTEGRATION: CWS os2port01 (1.7.8); FILE MERGED 2007/08/01 05:35:46 obr 1.7.8.2: RESYNC: (1.7-1.12); FILE MERGED 2006/12/28 15:04:44 ydario 1.7.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3331d5d99b4ba4b4cb37b550c09dffe347db8135]

        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>  [ec8a547413c6efcdcc06a8318cfc7246823bb05e]

        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>  [cf89040dc193169bab66f18de41db54149df055c]

        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>  [18952712ff173b34d457df736868ceed757e9634]

        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>  [961acfd31e681210b19599358e803c2a3a223c8d]

        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>  [6c7cc03493f5f4aed6e40b0fb4332d18ab87287b]

        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>  [c15bde2f6043fd4317a0a5e1dc3ffe8d4bd5ab72]

        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>  [78f45470c4d368da4efe57f35af667fe9e54d91e]

        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>  [c91c929bb54fc3ed2c896b3c9d31a94c9eedc2f8]

        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>  [15a1118816eecb5941e37f051249b953ff2e55dc]

        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>  [1756edefd7c6474fb437dd67a70e42d69141c089]

        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>  [1106b2bb25e8f74aa0c816e0992e91a020e7b80f]

        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>  [0b626170b0934e97f20b6de54a3023a64f414bf7]

        INTEGRATION: CWS os2port01 (1.29.40); FILE MERGED 2007/08/11 21:08:23 obr 1.29.40.2: RESYNC: (1.29-1.37); FILE MERGED 2006/12/28 15:08:03 ydario 1.29.40.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [da7cecb8c4400b544bdecce14718f9a42d07af43]

        INTEGRATION: CWS os2port01 (1.14.90); FILE MERGED 2007/08/11 20:49:44 obr 1.14.90.2: RESYNC: (1.14-1.16); FILE MERGED 2006/12/28 15:08:03 ydario 1.14.90.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1df61cf68699d659b436ac317119892294c73601]

        INTEGRATION: CWS os2port01 (1.85.14.1.2); FILE MERGED 2007/08/11 20:45:35 obr 1.85.14.1.2.2: RESYNC: (1.85.14.1-1.92); FILE MERGED 2006/12/28 15:08:03 ydario 1.85.14.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f7c5baa877e98078fc0ea45f2df8459f92c3bfbd]

        INTEGRATION: CWS os2port01 (1.41.22); FILE MERGED 2007/08/11 20:45:18 obr 1.41.22.2: RESYNC: (1.41-1.45); FILE MERGED 2006/12/28 15:08:02 ydario 1.41.22.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c82646863035d11c341c0d1e31ab1bb7ea20f1bd]

        INTEGRATION: CWS os2port01 (1.4.38); FILE MERGED 2007/08/10 13:52:18 obr 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 14:34:30 ydario 1.4.38.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c493f0ee3ba2c718cf49d4b3b80e4f8cffffbc66]

        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>  [db5ee5e8f1ff37ebc1d0525671fa9b230df6e7bc]

        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>  [ff35b43ddae2578eaef51be0ba8e2d94fdefec1c]

        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>  [2d7266003e063c8ade1ec0e7e8e80460a8e5d6b5]

        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>  [166fe9f000bdfc040d1d395805981da049f9b8ab]

        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>  [c6afedc59ea5c1b19c75cd2340461de4877877ff]

        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>  [b7a58b52338eaf40d438dba5b287d5810d7c2475]

        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>  [45e674522a9044f454ed8a52697c535fccfec34a]

        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>  [018a6a3496b024eceb1851f37a3f26c787543662]

        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>  [156435e43ce8266f4fa04c8191673a93a4512431]

        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>  [08785dc7694b2608ca8822779d1f51c17fe99c7c]

        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>  [8229967979d96bd01e63e2954b7af35a57d9e08c]

        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>  [749c6e8f481e1663da8dea19a17b15228b3bf130]

        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>  [d65e77b9ec387cc5aed032fa60404acdf377def5]

        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>  [746d517d867ba105eeafa3d7d42472d7f657a8f7]

        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>  [5a01b4edead2d5d1c6a9fddf125cfe0c9b85b356]

        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>  [7134aff048eed730d39bd6956cc94afee65716a8]

        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>  [2c36403287df584ff4d0523cc69b79269830b008]

        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>  [9086e50567741a62bef5aa0d3564f7a58c1f9f16]

        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>  [bee820bb6036e4638e56cc8a43166de5c1d82d20]

        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>  [338f4b95334ef266ab0e7950f8907b74dd01b4b6]

        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>  [0ab1329459233d4bd3982ff3d30dc511987a63bd]

        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>  [7e240af195999705087223431bdd50f5477d45c4]

        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>  [412339b54d6104b60bf7b47d25b660e32762843f]

        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>  [248ea938953405cbe706fbd0def9d0dbcd7095cb]

        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>  [592f36c72a35090916be2b0e7ec30cea952b12dd]

        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>  [28255852b085727721ee0129a4d997418e2fb643]

        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>  [d6576e8c6fe9302f94dfa73bc0186a8ee2875faa]

        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>  [b2929687443588d2dafad548549a111680ebd919]

        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>  [bb951ce1626b907006ba9b6088723640559eddec]

        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>  [0de3a4c2f283fc8e1b9335086355b3663791a04a]

        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>  [e994cf33e06438e7901c2eb009b3b51bf5ea2186]

        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>  [2766c7e37c50f0d8cfd8b2a671b0dea7b7639f2f]

        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>  [99729ec7f22a117968c35f8f3a1e418045e1cbd4]

        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>  [e7e4ac154b88fb7f82faad2ca0cc724174ba378e]

        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>  [d24115ddc1832e603d15c0f6ca99d6c27909710e]

        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>  [b820d1bf41ba8cd3b44e735f569708be3068dc78]

        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>  [bf45361780a5a17e3b0bebd5d16a5a54497d0132]

        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>  [d9608817f2eab222ea7f1f3cf84d8f34fc2147bc]

        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>  [df7c008ebd14b6592c8c707de86e1741a45da011]

        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>  [3928ac42429ade9b0ecf56f0d26cd1b9aa0dbe0e]

        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>  [b140b40a42ae764d41e4452665638185b863c3ac]

        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>  [9754f861cf7c6cd46edd0a334ffd8d9c6ed5d6d9]

        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>  [1773d2ca8bd67875297c5d5447e750c52131e368]

        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>  [a36f234ece9433120155bc221dcc4ad2b8a5fccf]

        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>  [97d9d44ab2afa066126c57cd4af437a0ac67d668]

        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>  [1fed2d0e4990f393886d3992601bc59f58ca6de9]

        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>  [e1094d5d75573254cf1a1fb487da72abfed31036]

        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>  [5ccf1639a53083604313d0f57c7c145c7c75f370]

        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>  [ae539006a3f3d7cbb04452c1999414afc726abd8]

        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>  [0973258923d8a3be3196b963e5e7186e843f20d5]

        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>  [c11b32afbdf16445acb6fccc4a4951f8ce175178]

        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>  [860a6979fb74950ed9b0df0516ea0c8778663790]

        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>  [1a2b762acbe606c96c5a6becb5060e4cbd709695]

        INTEGRATION: CWS os2port01 (1.16.28); FILE MERGED 2007/09/05 09:49:08 obr 1.16.28.2: RESYNC: (1.16-1.17); FILE MERGED 2006/12/28 15:05:49 ydario 1.16.28.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d7a18a04224966c32913e069345c14c989a211c1]

        INTEGRATION: CWS os2port01 (1.5.48); FILE MERGED 2006/12/28 15:05:49 ydario 1.5.48.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [210ef0bacf1336b7e1d79691372f3474615e8e4f]

        INTEGRATION: CWS os2port01 (1.10.12); FILE MERGED 2007/08/13 11:18:40 obr 1.10.12.2: RESYNC: (1.10-1.15); FILE MERGED 2006/12/28 15:05:49 ydario 1.10.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1f494a3129a508748b0597b937a5579f6693392b]

        INTEGRATION: CWS os2port01 (1.3.34); FILE MERGED 2007/08/13 11:18:47 obr 1.3.34.2: RESYNC: (1.3-1.5); FILE MERGED 2006/12/28 15:05:49 ydario 1.3.34.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ddc1e6b00637df6b9a7b57abf074cde66ba611bb]

        INTEGRATION: CWS os2port01 (1.8.30); FILE MERGED 2006/12/28 15:05:48 ydario 1.8.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d5df65f217407ca174fff51cdb3b3b3ba68d6b26]

        INTEGRATION: CWS os2port01 (1.11.48); FILE MERGED 2007/08/13 11:17:53 obr 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/28 15:05:48 ydario 1.11.48.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [21deca86dd142f8788623eda8d22442e172531dd]

        INTEGRATION: CWS os2port01 (1.9.48); FILE MERGED 2007/08/13 11:17:09 obr 1.9.48.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 15:05:48 ydario 1.9.48.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [522cadc1974cf25614bbf9210f811cb2d0dbe9d3]

        INTEGRATION: CWS os2port01 (1.5.12); FILE MERGED 2007/08/13 11:16:55 obr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/28 15:05:48 ydario 1.5.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9e004063a45a3a3362da6b46ad1ae5ab9f2c9aa3]

        INTEGRATION: CWS os2port01 (1.3.12); FILE MERGED 2007/08/13 11:17:02 obr 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 15:05:47 ydario 1.3.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b10566a0a7bee6866ae2b345100ee2d6b88d1c85]

        INTEGRATION: CWS os2port01 (1.9.36); FILE MERGED 2007/07/31 20:37:21 obr 1.9.36.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/28 15:02:21 ydario 1.9.36.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7dd5042f4c4611578a6eb9b605d9aa4bd8d5e7f9]

        INTEGRATION: CWS os2port01 (1.7.20); FILE MERGED 2006/12/28 15:02:20 ydario 1.7.20.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [14244312dfec82c306fd1fb2932bc3662ce5a947]

        INTEGRATION: CWS os2port01 (1.10.48); FILE MERGED 2007/07/31 20:36:04 obr 1.10.48.2: RESYNC: (1.10-1.13); FILE MERGED 2006/12/28 15:02:20 ydario 1.10.48.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [17e1d7b08be7da21286c1adf03d08546085a61ea]

        INTEGRATION: CWS os2port01 (1.8.32); FILE MERGED 2006/12/28 15:02:20 ydario 1.8.32.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cf506aad229fd93388a0eceae396e22f41aa6e3d]

        INTEGRATION: CWS os2port01 (1.3.64); FILE MERGED 2007/07/31 20:35:16 obr 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 15:02:01 ydario 1.3.64.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [36ac045fb3dae89b05c12a7138915aab83d94c60]

        INTEGRATION: CWS os2port01 (1.7.30); FILE MERGED 2007/07/31 20:34:34 obr 1.7.30.2: RESYNC: (1.7-1.9); FILE MERGED 2006/12/28 15:00:52 ydario 1.7.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [610b3ed5c815b78fe47d1fc8b6817b9c8e9479df]

        INTEGRATION: CWS os2port01 (1.6.40); FILE MERGED 2007/07/31 20:33:34 obr 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 15:00:51 ydario 1.6.40.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e644c20355d1b384362e66c19d9e61a113eef5cb]

        INTEGRATION: CWS os2port01 (1.5.64); FILE MERGED 2007/08/10 11:08:30 obr 1.5.64.2: RESYNC: (1.5-1.7); FILE MERGED 2006/12/28 14:32:28 ydario 1.5.64.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [17c47cb8ccd2974fc6f569c06ca2c19677cd12b8]

        INTEGRATION: CWS os2port01 (1.28.4); FILE MERGED 2007/09/05 05:41:31 obr 1.28.4.3: RESYNC: (1.33-1.34); FILE MERGED 2007/08/10 10:59:23 obr 1.28.4.2: RESYNC: (1.28-1.33); FILE MERGED 2006/12/28 14:32:27 ydario 1.28.4.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1241d35d8051a0120939b1a5b8647bf4048964c9]

        INTEGRATION: CWS os2port01 (1.70.12); FILE MERGED 2007/08/10 10:59:15 obr 1.70.12.2: RESYNC: (1.70-1.76); FILE MERGED 2006/12/28 14:32:27 ydario 1.70.12.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [60491f919d41e455b10f3ed9d854ae2639367815]

        INTEGRATION: CWS os2port01 (1.8.4); FILE MERGED 2007/08/10 10:58:31 obr 1.8.4.2: RESYNC: (1.8-1.12); FILE MERGED 2006/12/28 14:32:27 ydario 1.8.4.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1ddd54a7befcbdc708c1dee3f7aa874e71878da5]

        INTEGRATION: CWS os2port01 (1.32.10); FILE MERGED 2007/09/05 05:39:10 obr 1.32.10.3: RESYNC: (1.37-1.40); FILE MERGED 2007/08/10 10:51:51 obr 1.32.10.2: RESYNC: (1.32-1.37); FILE MERGED 2006/12/28 14:32:27 ydario 1.32.10.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [01d22ab9f0e00e50df628cb0334f94dc5cce0117]

        INTEGRATION: CWS os2port01 (1.9.4); FILE MERGED 2007/08/10 10:51:06 obr 1.9.4.2: RESYNC: (1.9-1.13); FILE MERGED 2006/12/28 14:32:27 ydario 1.9.4.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [eb43ef0bc9c2c3e2290df4c97ce4d4ff186ef292]

        INTEGRATION: CWS os2port01 (1.39.42); FILE MERGED 2007/08/10 09:26:57 obr 1.39.42.2: RESYNC: (1.39-1.42); FILE MERGED 2006/12/28 15:07:09 ydario 1.39.42.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [410f88401ee8c30bc9baa893ad4183a2c584cf3e]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:09 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8972f1618bcf1127a03824a2fa4f8431a8ff6f67]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:08 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a9be2cfa6daef41efb2888bcc3c4acd0c89e31a7]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:07 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f634685fbe8affc71c0b92bd11dc86f7328087c3]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:06 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [856bab839f30eb950142955ae9935b7ae040c754]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:05 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [aadb282a3ec763e271e63893dbd0f65edae69ea1]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:04 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [48d77ba3233cbb715ac55767bea9e3ad6e047794]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:03 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7a6db3cf3d89efd97e093e22307b17d111e1114a]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:02 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c09f74fc920470ecb111e4d531152b91ecea6509]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:01 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [696f1936fe8bd4f00722deabfee269fba731842f]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:07:00 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f6876463f46169a79b7b90e10c47fc25e901b91d]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:59 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [835ff40c0093e0c9c37d0714550b7c78a1738775]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:58 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f1e7ba7033c16a9b3d07826d6633ba44eb063a1e]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:57 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9771057a52d727d045b3bc2bd7053bf024faf191]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:56 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [fc95a26c52e06ed77b38da6dbf095c13b4204334]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:55 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9d554722b7018db517d31c1160a4b739aa8ba51e]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:54 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [953c6b394097e7e4e6262001d0b1bfb0cdd832c4]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:53 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1f0e62cb43e18b70ed699105054ae426aa4a68c6]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:52 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0afcba3cc006b20d1c23963f19dbdda75b3c8d9b]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:51 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [947c40ce531c51e2fd1062bd41adac437aad51b3]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:50 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [83c7e963232d1fb2b535eedcfe6e1a3d7cbb001f]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:49 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [99f4c1a82d21b89bbe511277f027b7602bea2f23]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:48 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e11e5aae96ba43858bfec0fe7a102936063cd499]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 15:06:47 ydario 1.1.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b39f7f18f4747ba2e181d2ee5b229e91cb4b0f09]

        INTEGRATION: CWS os2port01 (1.63.14); FILE MERGED 2007/09/05 07:29:00 obr 1.63.14.3: RESYNC: (1.71-1.72); FILE MERGED 2007/08/10 09:08:11 obr 1.63.14.2: RESYNC: (1.63-1.71); FILE MERGED 2006/12/28 14:54:21 ydario 1.63.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1bc18884b91ba3cf8c0554b1ba7536afded90704]

        INTEGRATION: CWS os2port01 (1.11.6); FILE MERGED 2007/08/10 08:42:55 obr 1.11.6.2: RESYNC: (1.11-1.13); FILE MERGED 2006/12/28 14:54:21 ydario 1.11.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [917e579742857a4f2590ad934551acb1ba80f64e]

        INTEGRATION: CWS os2port01 (1.20.6); FILE MERGED 2007/08/10 08:42:47 obr 1.20.6.2: RESYNC: (1.20-1.25); FILE MERGED 2006/12/28 14:54:21 ydario 1.20.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e829d07ec59f6cabca302b847f4b0fbeed01b9c3]

        INTEGRATION: CWS os2port01 (1.7.12); FILE MERGED 2007/08/10 08:36:30 obr 1.7.12.2: RESYNC: (1.7-1.15); FILE MERGED 2006/12/28 14:54:20 ydario 1.7.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0f3c14b15b7fcdd9a5efeffe162d2e96c5a4cf66]

        INTEGRATION: CWS os2port01 (1.8.34); FILE MERGED 2007/08/10 08:35:56 obr 1.8.34.2: RESYNC: (1.8-1.10); FILE MERGED 2006/12/28 14:54:20 ydario 1.8.34.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [254fe8bc408432d04d83b70df61a63358d5172f6]

        INTEGRATION: CWS os2port01 (1.7.14); FILE MERGED 2007/08/10 08:23:50 obr 1.7.14.2: RESYNC: (1.7-1.11); FILE MERGED 2006/12/28 14:54:20 ydario 1.7.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9cf3fa3e74efb370d7b04b8a1a979dd104ebeda6]

        INTEGRATION: CWS os2port01 (1.9.100); FILE MERGED 2007/08/10 08:18:49 obr 1.9.100.2: RESYNC: (1.9-1.12); FILE MERGED 2006/12/28 14:54:20 ydario 1.9.100.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6f74855bd4354ee1cd5d57d15a458f3f6986452d]

        INTEGRATION: CWS os2port01 (1.51.8); FILE MERGED 2007/09/05 07:21:26 obr 1.51.8.3: RESYNC: (1.55-1.56); FILE MERGED 2007/08/10 08:17:16 obr 1.51.8.2: RESYNC: (1.51-1.55); FILE MERGED 2006/12/28 14:54:19 ydario 1.51.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [799e599a9646bc6939bc7f8575d0e595e3113d30]

        INTEGRATION: CWS os2port01 (1.8.14); FILE MERGED 2007/08/10 08:14:29 obr 1.8.14.2: RESYNC: (1.8-1.10); FILE MERGED 2006/12/28 14:54:19 ydario 1.8.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [65f815a14c03ff62df18b2bf35d852ae90b00f53]

        INTEGRATION: CWS os2port01 (1.29.16); FILE MERGED 2007/08/10 08:14:12 obr 1.29.16.2: RESYNC: (1.29-1.31); FILE MERGED 2006/12/28 14:54:19 ydario 1.29.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [19476d4d2b7a3244e6555fb5a912ad7535c98683]

        INTEGRATION: CWS os2port01 (1.195.16); FILE MERGED 2007/09/05 07:20:45 obr 1.195.16.3: RESYNC: (1.205-1.209); FILE MERGED 2007/08/10 08:13:35 obr 1.195.16.2: RESYNC: (1.195-1.205); FILE MERGED 2006/12/28 14:54:19 ydario 1.195.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d5ddb75e24bdbc4a9011b4c7aab42c85c99d8ec8]

        INTEGRATION: CWS os2port01 (1.47.18); FILE MERGED 2007/09/05 07:20:22 obr 1.47.18.3: RESYNC: (1.54-1.55); FILE MERGED 2007/08/10 08:12:23 obr 1.47.18.2: RESYNC: (1.47-1.54); FILE MERGED 2006/12/28 14:54:19 ydario 1.47.18.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7263ef23401ca6b7dde9cc6ef5bcd3f01c26eee4]

        INTEGRATION: CWS os2port01 (1.35.76); FILE MERGED 2007/09/05 07:20:15 obr 1.35.76.3: RESYNC: (1.42-1.43); FILE MERGED 2007/08/10 08:12:16 obr 1.35.76.2: RESYNC: (1.35-1.42); FILE MERGED 2006/12/28 14:54:18 ydario 1.35.76.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6f48271fe197238045b85393f5c12a4df1e45eaa]

        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>  [ac5826a04a6056fa8ae94d7b742420d6dbe70b96]

        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>  [d9aee6acd910957913a6574bda90c03b2f6caee7]

        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>  [8aef5005ff6ba8db9fef55c72328848ea7cb815c]

        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>  [741161a0cf40047425aa1b65326bb3fedb5a44a8]

        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>  [b532602437a23b1afd261b6b3bb04ef0fa744844]

        INTEGRATION: CWS os2port01 (1.6.20); FILE MERGED 2007/07/17 08:22:18 obr 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 14:32:41 ydario 1.6.20.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3451cfb0218caec39602224b9e87918429cb04bd]

        INTEGRATION: CWS os2port01 (1.39.96); FILE MERGED 2007/09/05 08:39:45 obr 1.39.96.3: RESYNC: (1.42-1.43); FILE MERGED 2007/08/09 09:31:17 obr 1.39.96.2: RESYNC: (1.39-1.42); FILE MERGED 2006/11/29 14:26:54 ydario 1.39.96.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [844353d0c41fc1eba621127157fca31ca4c2d45a]

        INTEGRATION: CWS os2port01 (1.25.36); FILE MERGED 2007/08/09 09:20:08 obr 1.25.36.2: RESYNC: (1.25-1.30); FILE MERGED 2006/11/29 14:26:53 ydario 1.25.36.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7268627fb5b5e7a8e8ce7c1b3686930d3c19222d]

        INTEGRATION: CWS os2port01 (1.5.156); FILE MERGED 2006/11/29 14:26:53 ydario 1.5.156.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cf1c3bd5d90f4636301d147402dc1d59efd26de2]

        INTEGRATION: CWS os2port01 (1.3.64); FILE MERGED 2006/11/29 14:26:53 ydario 1.3.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7ffe51089f3bc9e5bf0fc5b8c35a24d7edadce44]

        INTEGRATION: CWS os2port01 (1.3.64); FILE MERGED 2007/08/09 09:19:02 obr 1.3.64.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/29 14:26:53 ydario 1.3.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [aebbb906664420feda0105bc13d2e9238952e238]

        INTEGRATION: CWS os2port01 (1.17.64); FILE MERGED 2006/11/29 14:26:53 ydario 1.17.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [24f1b802736d4066e61ec130d28dd799660ce8f7]

        INTEGRATION: CWS os2port01 (1.2.316); FILE MERGED 2007/08/09 09:18:25 obr 1.2.316.2: RESYNC: (1.2-1.3); FILE MERGED 2006/11/29 14:26:52 ydario 1.2.316.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [4f9d53962378f4fa1efc1ebce417d80e78483330]

        INTEGRATION: CWS os2port01 (1.5.146); FILE MERGED 2007/08/09 09:17:37 obr 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2006/11/29 14:26:52 ydario 1.5.146.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8176d80b97da59773236ac6d56552a22dede7180]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2006/11/29 14:26:52 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [136635da48634bf6ebf07b0aba2131f37dd2eb3f]

        INTEGRATION: CWS os2port01 (1.4.36); FILE MERGED 2007/08/09 09:13:50 obr 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/29 14:26:51 ydario 1.4.36.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ea6719781a32818564e75ddc8713813563055b70]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:11:07 obr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/29 14:26:51 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [06df84fe7f0c3ba7362e8a5594a70abacb0af2a2]

        INTEGRATION: CWS os2port01 (1.4.36); FILE MERGED 2007/08/09 09:11:01 obr 1.4.36.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/29 14:26:51 ydario 1.4.36.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cf47f3e9aaa33d4a3f8d67ce4ad9057db4a47955]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:09:35 obr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/29 14:26:50 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cac7f8da6263e6487c2bef1a82aa21e98c90d135]

        INTEGRATION: CWS os2port01 (1.4.146); FILE MERGED 2007/08/09 09:09:09 obr 1.4.146.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/29 14:26:50 ydario 1.4.146.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ea963ed62416b2318eabe2f13d799482ed7b2813]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:05:57 obr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/29 14:26:49 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [738eb96523e06775013e7e0ee6c7d808c88f0e1e]

        INTEGRATION: CWS os2port01 (1.4.174); FILE MERGED 2006/11/29 14:26:49 ydario 1.4.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8d00317017e04cd7009f88b29ef7623d5413eeaf]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:05:40 obr 1.6.174.2: RESYNC: (1.6-1.8); FILE MERGED 2006/11/29 14:26:49 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [768915aa8ebd78d553b55a691e3086a8df4504d2]

        INTEGRATION: CWS os2port01 (1.9.174); FILE MERGED 2007/08/09 09:04:43 obr 1.9.174.2: RESYNC: (1.9-1.11); FILE MERGED 2006/11/29 14:26:49 ydario 1.9.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [17e0fc3a86773597e595d19ced4033d8eb28a39a]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:04:07 obr 1.6.174.2: RESYNC: (1.6-1.8); FILE MERGED 2006/11/29 14:26:48 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [42805824e312fc7fe529c655ce59a1e87e7a541e]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:03:40 obr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/29 14:26:48 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8b204f9f59d61055e009a9684cadaa93c7fcba3a]

        INTEGRATION: CWS os2port01 (1.9.174); FILE MERGED 2007/08/09 09:03:01 obr 1.9.174.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/29 14:26:48 ydario 1.9.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7e21f60d2fcb8e818c33b045f1db5aaa4aa77918]

        INTEGRATION: CWS os2port01 (1.6.174); FILE MERGED 2007/08/09 09:02:43 obr 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/29 14:26:47 ydario 1.6.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8d792f633dcc76e021efcde840f3b32d1551db13]

        INTEGRATION: CWS os2port01 (1.11.64); FILE MERGED 2006/11/29 14:26:47 ydario 1.11.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [514814c152b14219e7cf3be021cac50562af8c07]

        INTEGRATION: CWS os2port01 (1.12.36); FILE MERGED 2007/08/09 09:02:23 obr 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/29 14:26:47 ydario 1.12.36.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9d4626ae53faa84a1012d7553aa465b67f76096c]

        INTEGRATION: CWS os2port01 (1.9.174); FILE MERGED 2007/08/09 09:01:48 obr 1.9.174.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/29 14:26:46 ydario 1.9.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [08d711a08ebcfd86ebb6b4b8d5fbd7c65dfe8d41]

        INTEGRATION: CWS os2port01 (1.21.32); FILE MERGED 2007/09/06 08:23:40 obr 1.21.32.3: build fix 2007/08/09 09:01:09 obr 1.21.32.2: RESYNC: (1.21-1.26); FILE MERGED 2006/11/29 14:26:46 ydario 1.21.32.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [64832b930a4f5d869f40a78e2e8ea822e4b4fa97]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:31:18 ydario 1.1.2.1: Forgot some files.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [590b1e78b8b45a09e6990d053910812642efd7a6]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:31:17 ydario 1.1.2.1: Forgot some files.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0ddb1490d20156f80ad44ca86347f733b092e569]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:45 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [98c4f3d885aa4233ff92d2a3359dd1123a945a72]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:45 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e3d4dca5565223ba43169bf6983d4d1964f6e884]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:44 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8be4682b29e49dbe7e8e6df23aed2c372b621010]

        INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:26:44 ydario 1.3.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [af212f6f88e78eff765b0c94baf53d4ca3457b89]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:44 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [59940fa0520d8c74fcc320cf12a90ddb1b39c66e]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:43 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [164d3b9b9b66e8411f37b1b2e2eefe8e4eb30244]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:42 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [10ecf222078a42dc77fd6c1e7ed8ec47e78b3bab]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:41 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1b32be0066fe3e96b7eb44159af0ebfab4a39ecd]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:41 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [51ce8641152968321d09a501946f4c362efcec14]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:40 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b27c463a2f0f153816ba09ca390ab46344375af4]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:40 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6a876aae6b9c2f7b609cc1ce21b86f0406059601]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:39 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [799b9bedc3f46828faad49aabc38fb0d5c2db29a]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:38 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [92a1af0fd74c1015f718f6c4276f649f54f8ff0e]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:37 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [24dda4b1282862a2dd566ec5556bc63387c5dc5a]

        INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:26:37 ydario 1.3.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [13dfd382d7369014bb1f5f8987df54a78953b21c]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:37 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8094db4a1255168d75f155ac47e541aa5d5bd499]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:36 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9d54ce84c8e2076b10c58fa90d03999abd24bf3f]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:36 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2ae525ae38b20bb8381b1184d76b35008582cde9]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:35 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d6dc250c7fdb636e9f79aa4410ebb09cb7ff255b]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:34 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5b5b32364e2b482d63d9da5b502b7a435529f58d]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/11/29 14:26:33 ydario 1.1.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [4dce6bf7518badfcfa197d1589f3cafcb38bde42]

        INTEGRATION: CWS os2port01 (1.2.2); FILE ADDED 2006/11/29 14:26:33 ydario 1.2.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0aa711655a71f0816f836750ef992c623e191a0a]

        INTEGRATION: CWS os2port01 (1.3.2); FILE ADDED 2006/11/29 14:26:32 ydario 1.3.2.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d69b4615cc19fd88c6c8b22cd993263e45c88f0e]

        INTEGRATION: CWS os2port01 (1.13.48); FILE MERGED 2007/08/09 08:54:30 obr 1.13.48.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/29 14:26:32 ydario 1.13.48.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0aea4a404b24ab5a141560c0c8e4decd98f314aa]

        INTEGRATION: CWS os2port01 (1.29.62); FILE MERGED 2007/08/09 08:53:43 obr 1.29.62.2: RESYNC: (1.29-1.30); FILE MERGED 2006/11/29 14:26:31 ydario 1.29.62.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [55c072943d997043443a0b7375de019abc4ed827]

        INTEGRATION: CWS os2port01 (1.3.174); FILE MERGED 2006/11/29 14:26:31 ydario 1.3.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9b59de222266cd88e5ceacc49ba7b3a87bda410a]

        INTEGRATION: CWS os2port01 (1.6.64); FILE MERGED 2007/08/09 08:53:36 obr 1.6.64.3: RESYNC: (1.6-1.7); FILE MERGED 2007/01/02 17:39:38 ydario 1.6.64.2: Removed wrong code, left here by accident. 2006/11/29 14:26:31 ydario 1.6.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3102d4c1653935bf71604ca2e5fc4c5805dd15d4]

        INTEGRATION: CWS os2port01 (1.21.62); FILE MERGED 2007/08/09 08:53:29 obr 1.21.62.2: RESYNC: (1.21-1.23); FILE MERGED 2006/11/29 14:26:31 ydario 1.21.62.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c2ba7ea6b0058d8b68e80c5e7fa25795e0090992]

        INTEGRATION: CWS os2port01 (1.4.174); FILE MERGED 2006/11/29 14:26:31 ydario 1.4.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cf8cfaffee9c3c92955af7cb6d79f262b702212c]

        INTEGRATION: CWS os2port01 (1.7.174); FILE MERGED 2007/08/09 08:53:22 obr 1.7.174.2: RESYNC: (1.7-1.9); FILE MERGED 2006/11/29 14:26:30 ydario 1.7.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [094863dfafd0bd735127db2b690fa37d4723bbbf]

        INTEGRATION: CWS os2port01 (1.17.64); FILE MERGED 2007/09/05 08:36:48 obr 1.17.64.3: RESYNC: (1.19-1.20); FILE MERGED 2007/08/09 08:53:05 obr 1.17.64.2: RESYNC: (1.17-1.19); FILE MERGED 2006/11/29 14:26:30 ydario 1.17.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [151492a21e39924e9de32c486f56af915d6e988e]

        INTEGRATION: CWS os2port01 (1.14.64); FILE MERGED 2007/08/09 08:52:27 obr 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/29 14:26:30 ydario 1.14.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0b7cb0629bd4ca1724b694f4555a0c9665ecb1d8]

        INTEGRATION: CWS os2port01 (1.4.174); FILE MERGED 2006/11/29 14:26:29 ydario 1.4.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [36dd7e9d4f7adbb1cd733551abd01a88f40374c9]

        INTEGRATION: CWS os2port01 (1.10.174); FILE MERGED 2006/11/29 14:26:29 ydario 1.10.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3811faee0ff9fcbf3817027faf28cc1bc4113085]

        INTEGRATION: CWS os2port01 (1.6.64); FILE MERGED 2006/11/29 14:26:29 ydario 1.6.64.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7aa0dcf0ac2fb4925923c8badd4200cc000431ed]

        INTEGRATION: CWS os2port01 (1.18.174); FILE MERGED 2007/08/09 08:51:43 obr 1.18.174.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/29 14:26:29 ydario 1.18.174.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9d91afe8893c278b635edc7cacea0c298af97b90]

        INTEGRATION: CWS os2port01 (1.13.128); FILE MERGED 2007/08/09 08:51:36 obr 1.13.128.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/29 14:26:29 ydario 1.13.128.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [76f77fb15c69d9893ed798fadd6de24dda2cffcb]

        INTEGRATION: CWS os2port01 (1.8.128); FILE MERGED 2006/11/29 14:26:28 ydario 1.8.128.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c61d49254a510359fd1b82eca9fcb4833f45bd89]

        INTEGRATION: CWS os2port01 (1.2.88); FILE MERGED 2006/11/29 14:26:28 ydario 1.2.88.1: Initial OS/2 import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [893358d65fe7a5414e9f8793aece5dbf490013be]

        INTEGRATION: CWS os2port01 (1.24.14); FILE MERGED 2007/09/05 08:40:16 obr 1.24.14.3: RESYNC: (1.27-1.28); FILE MERGED 2007/07/18 12:14:37 obr 1.24.14.2: RESYNC: (1.24-1.27); FILE MERGED 2006/12/28 15:04:27 ydario 1.24.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [dfc0c2e90c4ba15fddcb7f7da7c7b0c00648a4a0]

        INTEGRATION: CWS os2port01 (1.8.44); FILE MERGED 2006/12/28 15:04:27 ydario 1.8.44.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [42f8792feca00dd39cffadaf2072049f1154311d]

        INTEGRATION: CWS os2port01 (1.8.10); FILE MERGED 2006/12/28 15:02:28 ydario 1.8.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7e6bf7cdca0da8e693b3517227358b47b6dfb0fb]

        INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED 2006/12/28 15:02:27 ydario 1.12.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ee11d94fa4c82edadb05ede17f4250c0e2d8f899]

        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>  [e64a3b2d3d7419291e36aa2f619b4e083044ac13]

        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>  [48707239605d9602414150ab5d04d79db9070357]

        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>  [3030710a8f83c0fc53dc090c99454c0df04c8c89]

        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>  [f8968ef00d1453cd95e5975f4b3bc6318d23958b]

        INTEGRATION: CWS os2port01 (1.3.26); FILE MERGED 2006/12/28 15:00:30 ydario 1.3.26.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [fa76a6e0fc30a48ac316d6c8c367c8483dde8af4]

        INTEGRATION: CWS os2port01 (1.6.26); FILE MERGED 2006/12/28 15:00:30 ydario 1.6.26.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [93a9eed98176450830bda24397d2a38b3a262916]

        INTEGRATION: CWS os2port01 (1.13.26); FILE MERGED 2007/07/18 12:09:36 obr 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/28 15:00:29 ydario 1.13.26.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9abb029793511236e7b17e586f8a519b425a74c8]

        INTEGRATION: CWS os2port01 (1.12.10); FILE MERGED 2007/07/18 12:09:29 obr 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 15:00:29 ydario 1.12.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [310e841c24c59132e739f19ae47f4cc8276deea7]

        INTEGRATION: CWS os2port01 (1.19.10); FILE MERGED 2007/07/18 12:09:11 obr 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2006/12/28 15:00:29 ydario 1.19.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e5dc254a9fc800afbd248adb55bcce2e0cb92be1]

        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>  [0a1d4b73d0dd98b95c72fb7f20daa98d5cb2ed3d]

        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>  [14a2e46234315dde3a6ccf09f8bec594264de3da]

        INTEGRATION: CWS os2port01 (1.3.10); FILE MERGED 2007/08/07 15:34:32 obr 1.3.10.2: RESYNC: (1.3-1.6); FILE MERGED 2006/12/28 14:55:51 ydario 1.3.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c7576cdffa1a1853770a01cbee2cf171e41f9f3a]

        INTEGRATION: CWS os2port01 (1.6.98); FILE MERGED 2007/08/07 15:26:18 obr 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 14:55:51 ydario 1.6.98.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3076f5a99ce9702f5f57fa4bcacc6d9c52b4de62]

        INTEGRATION: CWS os2port01 (1.17.8); FILE MERGED 2007/08/07 14:22:45 obr 1.17.8.2: RESYNC: (1.17-1.24); FILE MERGED 2006/12/28 14:55:51 ydario 1.17.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b90581bdcb88dc9858da0bfc156fb202f44b8023]

        INTEGRATION: CWS os2port01 (1.6.106); FILE MERGED 2007/09/05 07:15:14 obr 1.6.106.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 14:54:08 ydario 1.6.106.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a421ad47658b04f0d66f8f7d25f92fe4563d2f9f]

        INTEGRATION: CWS os2port01 (1.15.18); FILE MERGED 2007/09/05 07:15:07 obr 1.15.18.3: RESYNC: (1.18-1.19); FILE MERGED 2007/07/18 10:28:44 obr 1.15.18.2: RESYNC: (1.15-1.18); FILE MERGED 2006/12/28 14:54:08 ydario 1.15.18.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e05c0e4bb03c7a930a518874d6653aeef5ab69c7]

        INTEGRATION: CWS os2port01 (1.6.74); FILE MERGED 2006/12/28 14:55:35 ydario 1.6.74.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [da01a422d60e8bdece950207f902dbb534b289d9]

        INTEGRATION: CWS os2port01 (1.4.14); FILE MERGED 2007/09/05 11:18:54 obr 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2007/08/08 07:46:05 obr 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/28 15:07:26 ydario 1.4.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5c4013cca13bb044541f8b8e6c4ef6bd389fc82a]

        INTEGRATION: CWS os2port01 (1.5.10); FILE MERGED 2007/08/08 07:39:34 obr 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/28 15:07:25 ydario 1.5.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ad696ad0e16653403a7c93c3b7bf12d30ed5f7df]

        INTEGRATION: CWS os2port01 (1.7.10); FILE MERGED 2007/08/08 07:39:03 obr 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/28 15:07:24 ydario 1.7.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [fd8e377115cc0fdc14b892bb105497329a38c878]

        INTEGRATION: CWS os2port01 (1.3.14); FILE MERGED 2007/08/08 07:38:51 obr 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 15:07:24 ydario 1.3.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [391d45610c9131f11ff9705f14ca92f22fbd0a6d]

        INTEGRATION: CWS os2port01 (1.6.48); FILE MERGED 2006/12/28 14:34:45 ydario 1.6.48.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2ba7a7803c5a395107caa594e8b149c7efca8da5]

        INTEGRATION: CWS os2port01 (1.26.10); FILE MERGED 2007/07/18 08:48:46 obr 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2006/12/28 14:34:44 ydario 1.26.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c23e351a492ce216a52cd7d6376581c43edb5494]

        INTEGRATION: CWS os2port01 (1.3.30); FILE MERGED 2007/07/18 08:46:27 obr 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 14:34:44 ydario 1.3.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [411a90a302c89ec9f5d5f75582cf72db9331ae6a]

        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>  [20d96484e99e0467d7809fcc5286bbe46ec97857]

        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>  [dbebf4d37fd457f596225c12829df71707532250]

        INTEGRATION: CWS os2port01 (1.12.110); FILE MERGED 2007/09/05 06:56:57 obr 1.12.110.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 14:53:25 ydario 1.12.110.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a8abd3ceecc7b8d316d1a6f8cdb827d4c4ba6f45]

        INTEGRATION: CWS os2port01 (1.3.130); FILE MERGED 2007/07/18 07:25:37 obr 1.3.130.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 14:53:25 ydario 1.3.130.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [bdee44670078dcaef0f28f1cd9b77f914ead913a]

        INTEGRATION: CWS os2port01 (1.2.34); FILE MERGED 2007/07/18 07:20:03 obr 1.2.34.2: RESYNC: (1.2-1.4); FILE MERGED 2006/12/28 15:03:32 ydario 1.2.34.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [28958a7ae5124df4d78a21bb3f5fe9a44bc4859b]

        INTEGRATION: CWS os2port01 (1.16.8); FILE MERGED 2007/07/18 07:17:31 obr 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2006/12/28 15:03:32 ydario 1.16.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d4f025b0ebd8cc0a3ba2587905a726462494456b]

        INTEGRATION: CWS os2port01 (1.22.12); FILE MERGED 2007/09/05 08:36:11 obr 1.22.12.3: RESYNC: (1.24-1.25); FILE MERGED 2007/07/18 07:17:23 obr 1.22.12.2: RESYNC: (1.22-1.24); FILE MERGED 2006/12/28 15:03:32 ydario 1.22.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [72494cf53b6e631c099ec34a4d4fb6974ea3da5b]

        INTEGRATION: CWS os2port01 (1.12.12); FILE MERGED 2007/07/18 07:17:15 obr 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/28 15:03:32 ydario 1.12.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9b3ab95b02f3727b2a576c26167c51539cd1135f]

        INTEGRATION: CWS os2port01 (1.3.34); FILE MERGED 2006/12/28 14:59:48 ydario 1.3.34.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [ae7123689af75092a8575744fe5f230e11d26bb6]

        INTEGRATION: CWS os2port01 (1.7.124); FILE MERGED 2007/08/06 09:47:29 obr 1.7.124.3: RESYNC: (1.7-1.8); FILE MERGED 2007/02/16 14:26:57 ydario 1.7.124.2: Forgot to remove .IF condition. 2006/12/28 15:05:13 ydario 1.7.124.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3f868f4b47093b74d271294d7da12a2cfd772579]

        INTEGRATION: CWS os2port01 (1.9.68); FILE MERGED 2007/08/06 09:45:24 obr 1.9.68.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 15:05:13 ydario 1.9.68.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [130d82742c7be0f79e5eed9771b9d6050e6ae583]

        INTEGRATION: CWS os2port01 (1.9.8); FILE MERGED 2007/08/06 09:50:42 obr 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 15:05:13 ydario 1.9.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [435563571783766a6b9197df7d92f7b55e0e8c33]

        INTEGRATION: CWS os2port01 (1.29.22); FILE MERGED 2007/08/06 09:42:35 obr 1.29.22.2: RESYNC: (1.29-1.32); FILE MERGED 2006/12/28 15:05:12 ydario 1.29.22.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [29458e09759fabc8acca8fe74414a9371cad5d9c]

        INTEGRATION: CWS os2port01 (1.10.8); FILE MERGED 2007/07/18 06:09:33 obr 1.10.8.2: RESYNC: (1.10-1.13); FILE MERGED 2006/12/28 14:54:59 ydario 1.10.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [37e6f177ef3f8ba8e23331fca4bfdbc3fa4336d8]

        INTEGRATION: CWS os2port01 (1.26.14); FILE MERGED 2007/08/07 12:13:37 obr 1.26.14.2: RESYNC: (1.26-1.33); FILE MERGED 2006/12/28 14:32:00 ydario 1.26.14.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [835966ef586a774708ede514af7ecaea4c4e1073]

        INTEGRATION: CWS os2port01 (1.8.40); FILE MERGED 2007/08/07 12:13:27 obr 1.8.40.2: RESYNC: (1.8-1.10); FILE MERGED 2006/12/28 14:32:00 ydario 1.8.40.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a6f2796030cc81c02a7d4307f8b9760a2b98f21e]

        INTEGRATION: CWS os2port01 (1.2.80); FILE MERGED 2006/12/28 14:53:44 ydario 1.2.80.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [bf349f38d8f650307a40cc019cff210d18fcde7b]

        INTEGRATION: CWS os2port01 (1.8.40); FILE MERGED 2007/09/05 07:05:08 obr 1.8.40.3: RESYNC: (1.9-1.11); FILE MERGED 2007/08/06 10:47:25 obr 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2006/12/28 14:53:44 ydario 1.8.40.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d8c6404c783d94d43ed12941e7a5195736484b38]

        INTEGRATION: CWS os2port01 (1.29.18); FILE MERGED 2007/08/06 10:35:03 obr 1.29.18.2: RESYNC: (1.29-1.30); FILE MERGED 2006/12/28 14:53:44 ydario 1.29.18.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0857939cafcc5ba3e96d19ff777132126a33500a]

        INTEGRATION: CWS os2port01 (1.8.32); FILE MERGED 2006/12/28 14:53:43 ydario 1.8.32.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1ab720ee1878b24384462e2e625b719073138aef]

        INTEGRATION: CWS os2port01 (1.10.64); FILE MERGED 2007/09/05 07:00:12 obr 1.10.64.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/06 10:29:17 obr 1.10.64.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/28 14:53:43 ydario 1.10.64.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [e0c4d7727ceaedfd7eba2260f45da8abaa2b123a]

        INTEGRATION: CWS os2port01 (1.5.80); FILE MERGED 2006/12/28 14:53:43 ydario 1.5.80.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9f13c3c808e5c6df15ad85bfbb4b805799145bc1]

        INTEGRATION: CWS os2port01 (1.10.80); FILE MERGED 2006/12/28 14:53:43 ydario 1.10.80.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b55d18416e37632cc3698525ec88d50b7e550b9f]

        INTEGRATION: CWS os2port01 (1.20.80); FILE MERGED 2006/12/28 14:53:42 ydario 1.20.80.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2e7e9ac7c189a875644ab64e2758012236ffb369]

        INTEGRATION: CWS os2port01 (1.13.86); FILE MERGED 2007/07/17 13:33:32 obr 1.13.86.2: RESYNC: (1.13-1.16); FILE MERGED 2006/12/28 14:55:59 ydario 1.13.86.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1489095f3e1374a1da82460b442e8358cfd44f2a]

        INTEGRATION: CWS os2port01 (1.12.14); FILE MERGED 2007/07/17 13:00:34 obr 1.12.14.2: RESYNC: (1.12-1.14); FILE MERGED 2006/12/28 15:01:16 ydario 1.12.14.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9063598cfdb46215692f221d04e402eb40ef8151]

        INTEGRATION: CWS os2port01 (1.5.28); FILE MERGED 2007/07/17 11:39:28 obr 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/28 15:00:39 ydario 1.5.28.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f3d2b8a43f9fc5f056ef30eb01d0b7e7ed9f9096]

        INTEGRATION: CWS os2port01 (1.9.28); FILE MERGED 2007/07/17 11:39:00 obr 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 15:00:39 ydario 1.9.28.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [678e23d8329f8f57b84b3a33a0bf15ae4e9d3562]

        INTEGRATION: CWS os2port01 (1.9.28); FILE MERGED 2007/07/17 11:38:40 obr 1.9.28.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/28 15:00:39 ydario 1.9.28.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0dbceafd83e3cfa316cb3d3eb574007be87875fa]

        INTEGRATION: CWS os2port01 (1.20.96); FILE MERGED 2007/08/06 16:53:38 obr 1.20.96.2: RESYNC: (1.20-1.22); FILE MERGED 2006/12/28 15:06:25 ydario 1.20.96.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [353491be5189fea4c4e5d36b08c4d315ca64c3ff]

        INTEGRATION: CWS os2port01 (1.9.520); FILE MERGED 2007/09/05 11:02:02 obr 1.9.520.3: RESYNC: (1.11-1.12); FILE MERGED 2007/08/06 15:33:40 obr 1.9.520.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/28 15:06:25 ydario 1.9.520.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [dd5401b029386f58b69b56eca5ca9186c2799c10]

        INTEGRATION: CWS os2port01 (1.94.24); FILE MERGED 2007/09/05 10:58:20 obr 1.94.24.3: RESYNC: (1.106-1.107); FILE MERGED 2007/08/06 15:24:18 obr 1.94.24.2: RESYNC: (1.94-1.106); FILE MERGED 2006/12/28 15:06:25 ydario 1.94.24.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8256bd7a327d1ad11edaa6fc037460a0629fdd55]

        INTEGRATION: CWS os2port01 (1.60.140); FILE MERGED 2007/08/06 15:15:31 obr 1.60.140.2: RESYNC: (1.60-1.67); FILE MERGED 2006/12/28 15:06:24 ydario 1.60.140.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3b646ffb5f52e458913d9740ffdd1b03f1c30c83]

        INTEGRATION: CWS os2port01 (1.31.56); FILE MERGED 2007/08/06 15:08:18 obr 1.31.56.2: RESYNC: (1.31-1.36); FILE MERGED 2006/12/28 15:06:23 ydario 1.31.56.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f449c56491f16519a2dc8b5a1a9c0ed21a8ed507]

        INTEGRATION: CWS os2port01 (1.32.44); FILE MERGED 2007/08/06 15:08:00 obr 1.32.44.2: RESYNC: (1.32-1.38); FILE MERGED 2006/12/28 15:06:23 ydario 1.32.44.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f28aa0db0e70770f42c76faa06ccab6abc3fdc77]

        INTEGRATION: CWS os2port01 (1.37.36); FILE MERGED 2007/09/05 10:30:10 obr 1.37.36.3: RESYNC: (1.39-1.40); FILE MERGED 2007/08/06 13:47:40 obr 1.37.36.2: RESYNC: (1.37-1.39); FILE MERGED 2006/12/28 15:06:22 ydario 1.37.36.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f68df420ec53bb18343a6511b1e0a64418f9f321]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 14:57:40 ydario 1.1.2.1: OS/2 initial import, test dialog.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b34908ce131f20807e21b9bef593ca53017862f8]

        INTEGRATION: CWS os2port01 (1.11.16); FILE MERGED 2007/09/05 07:56:03 obr 1.11.16.3: RESYNC: (1.17-1.18); FILE MERGED 2007/07/17 10:44:07 obr 1.11.16.2: RESYNC: (1.11-1.17); FILE MERGED 2006/12/28 14:56:07 ydario 1.11.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [715963eab67775fe005d35c065adc2bf597d43bf]

        INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED 2007/08/08 08:43:45 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c84fa0f60948766003c3fe9322682f5ed55347f9]

        INTEGRATION: CWS os2port01 (1.9.12); FILE MERGED 2007/08/08 08:43:38 obr 1.9.12.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/28 14:54:34 ydario 1.9.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b3af662c10a45673d3a0dc9d1ee01dd2707ad0f5]

        INTEGRATION: CWS os2port01 (1.6.6); FILE MERGED 2007/09/20 07:04:44 obr 1.6.6.3: fix for build breaker (not found earlier because prebuild binaries are used in SUN build environment 2007/08/08 08:43:31 obr 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/28 14:54:34 ydario 1.6.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [98b9a81ca298299ba33b5bea163f25df758460f0]

        INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED 2007/08/08 08:43:14 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [23fbb40987d460ca1e980cbc9c71b6b16c5387db]

        INTEGRATION: CWS os2port01 (1.5.18); FILE MERGED 2007/08/08 08:43:07 obr 1.5.18.2: RESYNC: (1.5-1.7); FILE MERGED 2006/12/28 14:54:34 ydario 1.5.18.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [361c0aa53ffb8b5f7d123e8b9c10edf45f347321]

        INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED 2007/08/08 08:35:03 obr 1.1.1.1.162.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2006/12/28 14:54:34 ydario 1.1.1.1.162.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b7dcec48ea9e89a58135014135b78a18f3c1bdb8]

        INTEGRATION: CWS os2port01 (1.2.18); FILE MERGED 2006/12/28 14:54:33 ydario 1.2.18.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [41f7a3dc98d0bb9a1c6a22c082087f0831db7dd1]

        INTEGRATION: CWS os2port01 (1.7.12); FILE MERGED 2007/08/08 08:31:51 obr 1.7.12.2: RESYNC: (1.7-1.10); FILE MERGED 2006/12/28 14:54:33 ydario 1.7.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7fccbf5549aecb01979b1c53663f919fcad421ea]

        INTEGRATION: CWS os2port01 (1.1.1.1.162); FILE MERGED 2006/12/28 14:54:33 ydario 1.1.1.1.162.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8c02c8ac1f9c20c9b9e7e92760a8d99e7c06b4ae]

        INTEGRATION: CWS os2port01 (1.6.12); FILE MERGED 2007/08/08 08:30:36 obr 1.6.12.2: RESYNC: (1.6-1.9); FILE MERGED 2006/12/28 14:54:33 ydario 1.6.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f3473a2b441ef291c123d1dbccd63afe83bab52d]

        INTEGRATION: CWS os2port01 (1.5.12); FILE MERGED 2007/08/08 08:29:10 obr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/28 14:54:32 ydario 1.5.12.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [d453a5211a9cee5e1d19520ef3eeda52df71e37d]

        INTEGRATION: CWS os2port01 (1.7.6); FILE MERGED 2007/08/08 08:28:32 obr 1.7.6.2: RESYNC: (1.7-1.10); FILE MERGED 2006/12/28 14:54:32 ydario 1.7.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [913d28ee4e084d04415e8f21f55768de8ea5554c]

        INTEGRATION: CWS os2port01 (1.24.6); FILE MERGED 2007/08/08 08:28:04 obr 1.24.6.2: RESYNC: (1.24-1.29); FILE MERGED 2006/12/28 14:54:32 ydario 1.24.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9d635de144f1bfdf30d658233d05d865e6574eb2]

        INTEGRATION: CWS os2port01 (1.9.70); FILE MERGED 2007/07/17 10:37:41 obr 1.9.70.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/28 15:00:58 ydario 1.9.70.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5a8b2f2f796f20c9f606cdf167c4af9516e45fbf]

        INTEGRATION: CWS os2port01 (1.7.30); FILE MERGED 2007/09/05 08:34:27 obr 1.7.30.3: RESYNC: (1.9-1.10); FILE MERGED 2007/07/17 08:52:45 obr 1.7.30.2: RESYNC: (1.7-1.9); FILE MERGED 2006/12/28 15:01:25 ydario 1.7.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [b6923cb3f86bbd2649ea7283452529a270662195]

        INTEGRATION: CWS os2port01 (1.13.30); FILE MERGED 2007/09/05 08:34:19 obr 1.13.30.3: RESYNC: (1.15-1.16); FILE MERGED 2007/07/17 08:51:25 obr 1.13.30.2: RESYNC: (1.13-1.15); FILE MERGED 2006/12/28 15:01:25 ydario 1.13.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [f3e82da6d1d99f526f1b25e5090ff6c745e8e1e4]

        INTEGRATION: CWS os2port01 (1.11.30); FILE MERGED 2007/09/05 08:31:13 obr 1.11.30.3: RESYNC: (1.13-1.14); FILE MERGED 2007/07/17 08:39:17 obr 1.11.30.2: RESYNC: (1.11-1.13); FILE MERGED 2006/12/28 15:01:24 ydario 1.11.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [8ffff706ae7457a363eb40c35151c64be0bb3e42]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 14:34:06 ydario 1.1.2.1: OS/2 initial import, bridge code.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c6701a15bb282e4bfc7e7bf0140fb94f72578081]

        INTEGRATION: CWS os2port01 (1.1.2); FILE ADDED 2006/12/28 14:34:05 ydario 1.1.2.1: OS/2 initial import, bridge code.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1d43e832c338cdb8b52ab784be7fa3cf5a07677b]

        INTEGRATION: CWS os2port01 (1.25.38); FILE MERGED 2007/07/17 07:59:55 obr 1.25.38.2: RESYNC: (1.25-1.27); FILE MERGED 2006/12/28 14:32:41 ydario 1.25.38.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [a0d251831ec55eb90226d02c63338279cf363899]

        INTEGRATION: CWS os2port01 (1.36.8); FILE MERGED 2007/07/17 07:59:47 obr 1.36.8.2: RESYNC: (1.36-1.41); FILE MERGED 2006/12/28 14:32:41 ydario 1.36.8.1: OS/2 initial import

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [679559b8fb6fff6b706a164a5d01d3ed7aad3b42]

        INTEGRATION: CWS os2port01 (1.6.10); FILE MERGED 2007/07/16 13:50:08 obr 1.6.10.2: RESYNC: (1.6-1.9); FILE MERGED 2006/12/28 14:57:57 ydario 1.6.10.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [528a00c1bb50d1ba46e032d175d65c0757e71563]

        INTEGRATION: CWS os2port01 (1.14.30); FILE MERGED 2007/07/16 12:50:59 obr 1.14.30.2: RESYNC: (1.14-1.16); FILE MERGED 2006/12/28 15:04:51 ydario 1.14.30.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [c3564a32a36fd002cbcebd8f457f212efe493f4f]

        INTEGRATION: CWS os2port01 (1.3.80); FILE MERGED 2007/07/16 11:28:16 obr 1.3.80.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/28 14:55:20 ydario 1.3.80.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [6a8f92af615ba5f3ccc9f13900836042d8186ece]

        INTEGRATION: CWS os2port01 (1.15.270); FILE MERGED 2006/12/28 14:55:19 ydario 1.15.270.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [9257c1a29691aa623f5cc15122d15ae3556ea393]

        INTEGRATION: CWS os2port01 (1.13.2); FILE MERGED 2007/07/16 10:53:33 obr 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/28 14:55:19 ydario 1.13.2.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [294215a05da90fdcbe7069b3c91b66b9abc02f33]

        INTEGRATION: CWS os2port01 (1.4.8); FILE MERGED 2007/09/05 08:30:02 obr 1.4.8.3: RESYNC: (1.7-1.8); FILE MERGED 2007/07/16 09:27:57 obr 1.4.8.2: RESYNC: (1.4-1.7); FILE MERGED 2006/12/28 15:00:16 ydario 1.4.8.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [404fac9d4e7ba306b7a1a112bb8021f04539e12c]

        INTEGRATION: CWS os2port01 (1.20.78); FILE MERGED 2007/07/13 14:16:45 obr 1.20.78.2: RESYNC: (1.20-1.22); FILE MERGED 2006/12/28 14:53:54 ydario 1.20.78.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [311334f997d4ee7ac4bfc9378d701fe58c98d501]

        INTEGRATION: CWS os2port01 (1.4.6); FILE MERGED 2007/07/13 14:16:37 obr 1.4.6.2: RESYNC: (1.4-1.6); FILE MERGED 2006/12/28 14:53:53 ydario 1.4.6.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2eb158b3b8351d02f916ee43816d01889fdb762b]

        INTEGRATION: CWS os2port01 (1.23.16); FILE MERGED 2007/09/05 07:06:28 obr 1.23.16.3: RESYNC: (1.27-1.28); FILE MERGED 2007/07/13 14:15:14 obr 1.23.16.2: RESYNC: (1.23-1.27); FILE MERGED 2006/12/28 14:53:53 ydario 1.23.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3e2478bdc6368a6f851f999c23a01fd13cc5b33b]

        INTEGRATION: CWS os2port01 (1.14.16); FILE MERGED 2007/07/13 14:14:51 obr 1.14.16.2: RESYNC: (1.14-1.17); FILE MERGED 2006/12/28 14:53:53 ydario 1.14.16.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [5d2646798457910b7d1fb521cc4f1fd10a0ae6ea]

        INTEGRATION: CWS os2port01 (1.43.38); FILE MERGED 2007/09/05 07:05:51 obr 1.43.38.3: RESYNC: (1.46-1.47); FILE MERGED 2007/07/13 14:13:58 obr 1.43.38.2: RESYNC: (1.43-1.46); FILE MERGED 2006/12/28 14:53:53 ydario 1.43.38.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3fd7b0fe21ab21abfb7568ff171dcc489d7736af]

        INTEGRATION: CWS os2port01 (1.21.26); FILE MERGED 2007/07/13 14:07:43 obr 1.21.26.2: RESYNC: (1.21-1.23); FILE MERGED 2006/12/28 14:53:52 ydario 1.21.26.1: OS/2 initial import.

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [34de17e8efac1f4da649f1550bdf4e214417f0e3]

        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>  [eac168644163904ac594286756887f75c6fcc56b]

        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>  [8c1f440b7cec09f7c1e9acf2152a36ce2216f4d8]

        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-20  Vladimir Glazounov  <vg@openoffice.org>  [648a41cbd4262f85147f603c4d4b749e0952488d]

        INTEGRATION: CWS loopcontrol (1.78.178); FILE MERGED 2007/09/05 08:14:24 fme 1.78.178.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [045b3df7b6bec7e8ed462bc026ad477ea0580d61]

        INTEGRATION: CWS loopcontrol (1.97.40); FILE MERGED 2007/09/14 09:23:20 fme 1.97.40.2: #i72847# bTryToSplit has to be set later 2007/09/05 08:13:00 fme 1.97.40.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [7eccc88c40519f3743c7daae01415e708f5a79a8]

        INTEGRATION: CWS loopcontrol (1.12.172); FILE MERGED 2007/09/05 08:13:53 fme 1.12.172.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [542a3300a69e80ecbe91d96a27140b0b8315de28]

        INTEGRATION: CWS loopcontrol (1.14.450); FILE MERGED 2007/09/05 08:16:15 fme 1.14.450.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [3b55ee02c61fb736ac18c88c12d7e9e34343d61a]

        INTEGRATION: CWS loopcontrol (1.68.98); FILE MERGED 2007/09/05 13:15:42 fme 1.68.98.2: #i81146# Implement various loop controls 2007/09/05 08:16:15 fme 1.68.98.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [cb7190187b7f4c9b6bc1b463697d32c0aaaa7994]

        INTEGRATION: CWS loopcontrol (1.49.340); FILE MERGED 2007/09/05 08:13:27 fme 1.49.340.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1ddfdfd6ce8c7153d9c8851c82bfb06517c42b8d]

        INTEGRATION: CWS loopcontrol (1.83.168); FILE MERGED 2007/09/14 10:12:45 fme 1.83.168.2: RESYNC: (1.83-1.84); FILE MERGED 2007/09/05 08:12:31 fme 1.83.168.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2edd08e2c4a1eab652e054fd03be668c406a9c69]

        INTEGRATION: CWS loopcontrol (1.66.222); FILE MERGED 2007/09/05 08:12:07 fme 1.66.222.1: #i66968# Page breaks at nested tables should be ignored

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [0bb79ee35f8488ac6a16e1133baab43716f03879]

        INTEGRATION: CWS loopcontrol (1.67.98); FILE MERGED 2007/09/05 08:10:51 fme 1.67.98.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [2bd968cd985937ff156047990262cba1038fa6e2]

        INTEGRATION: CWS loopcontrol (1.53.176); FILE MERGED 2007/09/05 08:09:28 fme 1.53.176.1: #i81146# Implement various loop controls

2007-09-20  Vladimir Glazounov  <vg@openoffice.org>  [1eb03c9ba1296f71bc84db404e229de7f1b7aeaa]

        INTEGRATION: CWS loopcontrol (1.13.390); FILE MERGED 2007/09/05 08:08:54 fme 1.13.390.1: #i81146# Implement various loop controls

2007-09-20  Armin Weiss  <aw@openoffice.org>  [e7ca5458fe9b87768206d1a653b5d0ff60acbf95]

        #i39532# Waveline usage, tuning text primitive

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4fd99235fa4af6ac0eda2dc068e3e7204f7ab1af]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/10 16:35:29 iha 1.3.2.2: #i77362 additional shapes do not trigger an update - fix test edit mode problems 2007/07/31 20:52:08 iha 1.3.2.1: #i77362 additional shapes do not trigger an update

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cb7098989abb1d85aa67403b405bd9e5e7c58885]

        INTEGRATION: CWS chart11 (1.38.2); FILE MERGED 2007/08/10 16:36:28 iha 1.38.2.2: #i77362 additional shapes do not trigger an update - fix text edit mode problems 2007/07/31 20:52:07 iha 1.38.2.1: #i77362 additional shapes do not trigger an update

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3b4e7baf104f9d391ffe39e0571408452934b644]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/07/31 12:37:01 bm 1.3.2.1: #i79024# use correct CTOR for brush item to get a transparent color as default

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e2416cc47606d298934062e280d78743a626d2e5]

        INTEGRATION: CWS chart11 (1.18.38); FILE MERGED 2007/08/10 16:38:16 iha 1.18.38.1: remove superfluos include

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9e0d64d939a1d6ea35015b43c51c77c7ba804195]

        INTEGRATION: CWS chart11 (1.10.38); FILE MERGED 2007/07/31 22:19:26 bm 1.10.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c411288ec947405e60590f391723900b011a442b]

        INTEGRATION: CWS chart11 (1.8.26); FILE MERGED 2007/07/31 21:33:31 iha 1.8.26.1: avoid duplicate code - isLogarithmic

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7d78ce39ba90b0879a2cdb322bd685ed0bcdb019]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/15 16:02:47 bm 1.3.2.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [6088e9922b4dd69c82ab5e95a6939b2803fc0041]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/07/31 22:19:26 bm 1.3.2.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1cfdb52148a6cfa1bc7fffda2cd79335b689bf7b]

        INTEGRATION: CWS chart11 (1.3.14); FILE MERGED 2007/08/03 13:21:05 bm 1.3.14.3: #i80084# oops, wrong id for default 2007/08/03 12:58:06 bm 1.3.14.2: #i80084# using template specialization instead of a different function name in PropertyHelper 2007/07/31 12:56:46 bm 1.3.14.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [53ff9f12b82469bacbcbb6e5e761713881302d21]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/07/31 22:19:26 bm 1.4.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [16795fbd05d222389ad3d1c9f84727498c51fe80]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/23 12:38:16 bm 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/22 09:06:56 bm 1.2.38.1: #i67225# rename getAllAxis... to getAllAxes... (plural)

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [03d32cfc3fc274a151dd5acd057dc80985660872]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/08/24 08:27:25 bm 1.4.38.4: #i80084# define template specialization in cxx 2007/08/24 07:18:15 bm 1.4.38.3: #i80084# template spezialization needed 2007/08/03 12:57:35 bm 1.4.38.2: #i80084# using template specialization instead of a different function name 2007/07/31 12:56:46 bm 1.4.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [016a8f8671011d22517a59924d5f0b64140cfca0]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/22 09:05:45 bm 1.3.2.2: #i67225# +createClassifiedIdentifierForAxis 2007/08/15 16:02:47 bm 1.3.2.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [b793bbf74b47351a3afb038724e59d244d5ba803]

        INTEGRATION: CWS chart11 (1.5.38); FILE MERGED 2007/07/31 12:56:46 bm 1.5.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [bdd80eb1d7ad7722669ed04518b93a468d9fb677]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/09/06 09:19:41 bm 1.3.2.3: #i64495# oops, removed passing data to UndoElementWithData::applyToModel on error 2007/08/23 12:37:57 bm 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/15 16:02:47 bm 1.3.2.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0bce7b99a2df66a3d66a78af53ee53e0d96e8d82]

        INTEGRATION: CWS chart11 (1.6.2); FILE MERGED 2007/07/31 12:56:46 bm 1.6.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [65be80f0b251dcee3d25feb1c11037e96b741e33]

        INTEGRATION: CWS chart11 (1.7.2); FILE MERGED 2007/07/31 12:56:46 bm 1.7.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cd4a3ec2f99db07e5754fd15875d7ce9c8d0c9a7]

        INTEGRATION: CWS chart11 (1.14.2); FILE MERGED 2007/08/17 16:30:21 bm 1.14.2.1: #i67225# do not include invisible objects in ObjectHierarchy for a11y and keyboard navigation

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d10de15bc21d1cc2ce39991e8df5e4e2c29685fe]

        INTEGRATION: CWS chart11 (1.5.2); FILE MERGED 2007/08/23 12:37:28 bm 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2007/07/31 12:56:46 bm 1.5.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [de503534714cb780e5dd39508e65d4d94380b0b2]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/22 09:03:54 bm 1.2.38.2: #i67225# rename getAllAxis... to getAllAxes... (plural), add bOnlyVisible parameter to retrieve only axes with Show==true 2007/07/31 21:32:45 iha 1.2.38.1: avoid duplicate code - isLogarithmic

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4fd82d83358c30345d9dad0fc3b57a616f87051a]

        INTEGRATION: CWS chart11 (1.7.2); FILE MERGED 2007/08/23 12:37:21 bm 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2007/07/31 12:56:46 bm 1.7.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8941d9482af050aedac86c6263d6625e17675381]

        INTEGRATION: CWS chart11 (1.10.2); FILE MERGED 2007/07/31 12:56:46 bm 1.10.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [a9f24e291fdd6c7a32229409e0f63744f2a4e4e7]

        INTEGRATION: CWS chart11 (1.6.38); FILE MERGED 2007/07/31 12:56:46 bm 1.6.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3007e8a4d8b01b51d0e79ff32d9955d35f033a5f]

        INTEGRATION: CWS chart11 (1.11.2); FILE MERGED 2007/08/23 12:37:12 bm 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/31 12:56:46 bm 1.11.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7983b2e67febeeef3e5043f606c0e234bb3bff05]

        INTEGRATION: CWS chart11 (1.15.2); FILE MERGED 2007/07/31 12:56:45 bm 1.15.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [bcc2ad7ceb33a6771711c422f6cfb489ea1a702e]

        INTEGRATION: CWS chart11 (1.9.38); FILE MERGED 2007/07/31 12:56:45 bm 1.9.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [40d95b28ab731f9ec65b8e27ef60a7728a150b31]

        INTEGRATION: CWS chart11 (1.8.38); FILE MERGED 2007/07/31 12:56:45 bm 1.8.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f1abc6ef1a01abb9e6b305b9f32309f11d1b0f50]

        INTEGRATION: CWS chart11 (1.5.38); FILE MERGED 2007/07/31 12:56:45 bm 1.5.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [794e4546797b09f4945d89e0847cab3127371326]

        INTEGRATION: CWS chart11 (1.16.2); FILE MERGED 2007/08/22 09:01:48 bm 1.16.2.1: #i67225# rename getAllAxis... to getAllAxes... (plural)

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [76220e246d635235699e595f61b2f3665fc7b9bd]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/07/31 22:19:26 bm 1.4.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0d9cb8679ce7b5c1b9b1f0b64b27581425f866f3]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/07/31 12:56:45 bm 1.3.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [844fc6dbcc379fe3c63cf620ce9ed3be76fae958]

        INTEGRATION: CWS chart11 (1.9.2); FILE MERGED 2007/08/23 12:37:05 bm 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/31 12:56:45 bm 1.9.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e90678d0a906f1e0bd5f718f31c1906acdf22eff]

        INTEGRATION: CWS chart11 (1.8.2); FILE MERGED 2007/07/31 12:56:45 bm 1.8.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [99907417c77f6e4e279478c585dfb64d9629fa14]

        INTEGRATION: CWS chart11 (1.3.38); FILE MERGED 2007/07/31 22:19:25 bm 1.3.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [76fbe42eabe0b592b3fbb9f0ec50a6734c1302a0]

        INTEGRATION: CWS chart11 (1.7.2); FILE MERGED 2007/07/31 12:56:45 bm 1.7.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [152aacb1e02204e79293ba49c36b0e5dbea09476]

        INTEGRATION: CWS chart11 (1.5.38); FILE MERGED 2007/07/31 22:19:25 bm 1.5.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9fad4f398ecb0f97c5665ef3940216a0834ef5ba]

        INTEGRATION: CWS chart11 (1.11.2); FILE MERGED 2007/07/31 12:56:45 bm 1.11.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [a5a3d3f16f0be2cf33cb7e8303b56b34b428af8c]

        INTEGRATION: CWS chart11 (1.6.38); FILE MERGED 2007/07/31 22:19:25 bm 1.6.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7b6d777671afba6e743e9e157117b80398b86869]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/07/31 22:19:25 bm 1.2.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [082516d342c583a96c403ba91c3e8ea7f3f81ddb]

        INTEGRATION: CWS chart11 (1.4.2); FILE MERGED 2007/07/31 22:19:25 bm 1.4.2.2: #i79522# warnings on Solaris removed 2007/07/31 12:56:45 bm 1.4.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d8daa57752f32dce3f037e2c27f26a6071507191]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/07/31 22:19:25 bm 1.4.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9fcf0a4370bc2790c747958691cfe7bd7b61cf6c]

        INTEGRATION: CWS chart11 (1.16.2); FILE MERGED 2007/08/23 12:36:57 bm 1.16.2.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/31 12:56:45 bm 1.16.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [291eceb9fed81cbca34d39171a971264949ffbd2]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/07/31 12:56:45 bm 1.4.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [58c73b0eac4010c1c24973d7b5157e6a9520828d]

        INTEGRATION: CWS chart11 (1.7.2); FILE MERGED 2007/08/03 11:45:32 bm 1.7.2.1: #i80084# avoid usage of operator[] with enums as keys

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [eaaff7e97bd7c39625395d3c7eca1c76ceced62f]

        INTEGRATION: CWS chart11 (1.13.14); FILE MERGED 2007/08/15 15:26:06 bm 1.13.14.3: cppu-type of bool should be queried with getBooleanCppuType 2007/08/15 14:59:49 bm 1.13.14.2: cppu-type of bool should be queried with getBooleanCppuType 2007/07/31 12:56:45 bm 1.13.14.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c47a292f934659ee3ee804846ab42970d81c0d62]

        INTEGRATION: CWS chart11 (1.12.2); FILE MERGED 2007/08/23 12:36:36 bm 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/31 22:19:25 bm 1.12.2.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0100f27539aa7aa16b7f6eb32e92e676bfd1afea]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/15 14:59:30 bm 1.3.2.2: cppu-type of bool should be queried with getBooleanCppuType 2007/07/31 12:56:45 bm 1.3.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1040af40584f89d038dae1cfddee1ec64cce23f1]

        INTEGRATION: CWS chart11 (1.6.38); FILE MERGED 2007/08/23 12:36:29 bm 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/31 22:19:25 bm 1.6.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7449c01d1a7d757b8f6b0d2dd3ae20f421350679]

        INTEGRATION: CWS chart11 (1.11.2); FILE MERGED 2007/08/23 12:36:21 bm 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/31 12:56:45 bm 1.11.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9c73bbc04b7b51efacb841f40210b06df8b12266]

        INTEGRATION: CWS chart11 (1.10.38); FILE MERGED 2007/08/23 12:36:13 bm 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/31 22:19:25 bm 1.10.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [2509ece543fe45e3827b57dbb94fdade93057e42]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/15 16:02:47 bm 1.3.2.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [fa9ceb3054279f939fb0999902e1ccf16bbc9ebe]

        INTEGRATION: CWS chart11 (1.4.38); FILE MERGED 2007/08/24 08:27:37 bm 1.4.38.4: #i80084# define template specialization in cxx 2007/08/24 07:18:32 bm 1.4.38.3: #i80084# template spezialization needed 2007/08/03 12:57:48 bm 1.4.38.2: #i80084# using template specialization instead of a different function name 2007/07/31 12:56:44 bm 1.4.38.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0ec02f6f7b975fec7e12505fe9ed01f1ed220d14]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/22 09:05:27 bm 1.2.38.2: #i67225# +createClassifiedIdentifierForAxis 2007/08/15 16:02:47 bm 1.2.38.1: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [b00316f23ddd6dba3df6729e8b9ef1ba54fe6ca8]

        INTEGRATION: CWS chart11 (1.9.14); FILE MERGED 2007/08/17 16:30:21 bm 1.9.14.1: #i67225# do not include invisible objects in ObjectHierarchy for a11y and keyboard navigation

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [dfa06f6e54cfb53250ed1d48da8145bda43b950d]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/22 09:03:30 bm 1.2.38.2: #i67225# rename getAllAxis... to getAllAxes... (plural), add bOnlyVisible parameter to retrieve only axes with Show==true 2007/07/31 21:32:17 iha 1.2.38.1: avoid duplicate code - isLogarithmic

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d27588f54878dc25795bfc0d9f1f8b056c72ec26]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/23 12:36:03 bm 1.2.38.4: RESYNC: (1.2-1.3); FILE MERGED 2007/08/22 10:24:30 bm 1.2.38.3: #i67225# need to have all axes (also invisible ones) for the grid, of course 2007/08/22 09:04:15 bm 1.2.38.2: #i67225# rename getAllAxis... to getAllAxes... (plural), add bOnlyVisible parameter to retrieve only axes with Show==true 2007/08/17 16:30:20 bm 1.2.38.1: #i67225# do not include invisible objects in ObjectHierarchy for a11y and keyboard navigation

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8aa2117bf132eeafd4fe07b3b189226f8c340962]

        INTEGRATION: CWS chart11 (1.12.2); FILE MERGED 2007/08/10 16:37:22 iha 1.12.2.1: #i77362 additional shapes do not trigger an update - fix text edit mode problems

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e3ffb481262c5a0e5b2e765cfe6708b32138f432]

        INTEGRATION: CWS chart11 (1.23.2); FILE MERGED 2007/08/15 16:02:47 bm 1.23.2.2: #i64495# fixed by weiz. Adapt the selection after rearranging data series and remember former selection in an undo-action 2007/07/31 22:19:25 bm 1.23.2.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [b85b1b251ba6d25793a684a81527341d9c11a882]

        INTEGRATION: CWS chart11 (1.10.2); FILE MERGED 2007/08/22 09:04:34 bm 1.10.2.1: #i67225# rename getAllAxis... to getAllAxes... (plural)

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0c8cb7a7e593a9d05f9beb59de7518a08cbcad1a]

        INTEGRATION: CWS chart11 (1.10.2); FILE MERGED 2007/08/23 12:35:33 bm 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/31 22:19:24 bm 1.10.2.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c542550c3fd722b3f9349dc46085a1f54aa327fd]

        INTEGRATION: CWS chart11 (1.10.2); FILE MERGED 2007/08/23 12:35:14 bm 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/31 21:36:19 iha 1.10.2.1: avoid duplicate code - isLogarithmic

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [41bfa2fb2c30a9827bde423c706948f3c687f897]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/07/31 22:19:24 bm 1.2.38.1: #i79522# warnings on Solaris removed

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [34b1d037521b127c441944dd5bd45bceafa8f2b9]

        INTEGRATION: CWS chart11 (1.9.2); FILE MERGED 2007/09/05 13:51:59 bm 1.9.2.5: #i81259# do not use the standard number format but the correct one, while using the input format at the FormattedField 2007/09/05 13:29:00 bm 1.9.2.4: #i81259# do not use the standard number format but the correct one, while using the input format at the FormattedField 2007/09/05 12:04:00 bm 1.9.2.3: #i81259#, #i6278# corrected comment 2007/09/04 20:46:35 bm 1.9.2.2: #i81259#, #101318# use input string for formatting, re-fix 2007/08/22 16:12:13 bm 1.9.2.1: #i56524# call IsNumberFormat with the correct format index

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3fae0ed399abe534bb9aba6107a93a2d44a51a11]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4bd25d0ffc8c3d370d935168a58260b2fd347084]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/30 12:19:14 bm 1.3.2.2: #i79259# get the focus back to the edit field after range choosing 2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c37b021461cb7d6d5d182d0c4a4141ef4ed09708]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/30 11:11:44 bm 1.2.38.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ad26103dabcfc915a98be49d5b3d9c38c0cd8fb2]

        INTEGRATION: CWS chart11 (1.3.2); FILE MERGED 2007/08/30 12:20:12 bm 1.3.2.2: #i79259# get the focus back to the edit field after range choosing 2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c023a86bb28a8a772a653a4f6637b51679cd9095]

        INTEGRATION: CWS chart11 (1.13.2); FILE MERGED 2007/08/30 11:11:44 bm 1.13.2.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [40d8116768c2e9183684673475f30e0f5f4b5698]

        INTEGRATION: CWS chart11 (1.17.2); FILE MERGED 2007/09/05 07:46:07 bm 1.17.2.2: #i81259# use correct number formatter for scale tab page. 2007/08/15 14:49:02 bm 1.17.2.1: #i66181# ObjectPropertiesDialogParameter::init: some properties were added for regression-curves that are not available for that object

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0881719b92fa040fc8c738fd4352f53ed6e6664d]

        INTEGRATION: CWS chart11 (1.1.2); FILE ADDED 2007/09/04 06:21:57 bm 1.1.2.2: #i79259# added precompiled header directive 2007/08/30 11:10:13 bm 1.1.2.1: #i79259# handle F2 in range edit fields for opening the range chooser

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ce6597cc9442d490f319d0a70b7c89e738b3da08]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/23 12:31:46 bm 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/31 21:35:04 iha 1.2.38.1: avoid duplicate code - isLogarithmic

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4559a821a22bf5079a83f9d5012ea6bb4b72b383]

        INTEGRATION: CWS chart11 (1.2.38); FILE MERGED 2007/08/01 06:10:36 bm 1.2.38.1: #i79522# warning removed (unxsoli4)

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d100845363f2d71b8b9d0d7375ad4a1fbec2be80]

        INTEGRATION: CWS chart11 (1.89.2); FILE MERGED 2007/08/15 14:07:45 bm 1.89.2.1: #i80221# export axis properties even if no axis and no grid are visible

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cfe03f32d0d355e17eaa1f86b8a59fbcf53f6ab6]

        INTEGRATION: CWS chart11 (1.42.12); FILE MERGED 2007/08/01 05:54:25 bm 1.42.12.1: #i79522# chart2 made warning free

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9079edbef4604ad85245370a0f9f57a594eda5bf]

        INTEGRATION: CWS chart11 (1.36.12); FILE MERGED 2007/08/01 06:24:58 bm 1.36.12.1: #i79522# chart2 made warning free

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [780f7d00689210b3c2f51c550b9cf33201bf123c]

        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>  [4fd69012560bd1fa1f7b399dfc7e106255e4f519]

        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  Vladimir Glazounov  <vg@openoffice.org>  [8c3263ff991c9803e5df01ae5d297047a03d7a46]

        INTEGRATION: CWS adc17 (1.5.26); FILE MERGED 2007/08/10 10:44:54 np 1.5.26.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d912d380733aded60e9c222c47b65cb55d169511]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:38 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8a3e0093af5265e972a23b4112966cb35ba8e633]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:38 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [91f456c64e5983a0fd3b3e9898d9236294eb66e4]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:38 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d1a0e3971190d1072d8c655d1a54c5dc3d216abc]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:38 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e06017bb68e180845879b08619261fbe753ab737]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:37 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d47fb9c2b0a1855637f4f001f11fb26531ab8c16]

        INTEGRATION: CWS adc17 (1.2.50); FILE MERGED 2007/08/10 10:37:10 np 1.2.50.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [6b5a4706fb02958580ab798585562aeef852fadd]

        INTEGRATION: CWS adc17 (1.6.2); FILE MERGED 2007/08/10 10:37:10 np 1.6.2.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [79a7beef114789b60c0e860b27f3484db6be23d4]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:37 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [164881730dd7a94427e527276cea079aa9d86ae2]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:37 np 1.4.18.2: #i80569# remove wrong pchs. 2007/08/10 10:37:10 np 1.4.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7e0dc36d3b51170a1584c8201669f065d2278f5f]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:37 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [2d118765fef1eef5cd9bf1f4210c6f6ea8f752a9]

        INTEGRATION: CWS adc17 (1.12.2); FILE MERGED 2007/08/31 14:45:37 np 1.12.2.2: #i80569# remove wrong pchs. 2007/08/10 10:37:10 np 1.12.2.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7025f7cd3ebbebd609c23a5524957882979bbc1c]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:37 np 1.8.18.2: #i80569# remove wrong pchs. 2007/08/10 10:37:10 np 1.8.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e6099e7e6aa3bf14552432b05108560f2eb99355]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:37 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [10860d8953af210935b7968996ff52d66145b74b]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:37 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [a8291bbc43c49c8d92328b539488d6aac46b169b]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:37 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1d4616cd70aef8cd3ba00f89b0bf0b347059edc1]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:36 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [fd0ef8e6be661f8695fe742f768f2cabe16b3e05]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:36 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [9ac63682cfa93e180f1dc5b40bc5b5d35bbb41b1]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:36 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3461e9cb26613e37428e96eda30e8ee4189e0d87]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:36 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cd38123b913e9148110f6cfb2d3c4338ee495943]

        INTEGRATION: CWS adc17 (1.10.2); FILE MERGED 2007/08/31 14:45:36 np 1.10.2.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [aa83fee99e0d18d10852f724f71eb2bbfbdf24ff]

        INTEGRATION: CWS adc17 (1.11.18); FILE MERGED 2007/08/31 14:45:36 np 1.11.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cfc4f0c4693822c02210b883912d1bb4e092e049]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:36 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [62ee5c27276cdf621c2939145dacdbd69e0cfed1]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:36 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [fe83916910ad86478bc00af05472debbb0f26d79]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:35 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f2b649d5bfc78c2e223dbfe797e951b13e5ca665]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:35 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [e83a1171ea947ee02db53cb51853b00cf03baa0a]

        INTEGRATION: CWS adc17 (1.3.50); FILE MERGED 2007/08/31 14:45:35 np 1.3.50.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [151445d7351840080e961327bd4d5668f2b793f5]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:35 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [81d6faf46d185f29c3ec132e7db665f3a1a4362e]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:34 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8aab12849218b7d7b7fec36039d132174f9cc223]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:34 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c9ab0eb4f560ed2815633e7ef288855c517e967a]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:34 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [56f73b79f8e216f76311cbf05b0ba2de3275a0c8]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:34 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [b8b7fa6953b9defc2981a69f9ed91499ec24dfe5]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:34 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ff1ff964cc1b764dc2b6e166191374b8eee28c28]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:34 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [b4c39f9ec7ad4678616fe46203d66c39bbf2ac6b]

        INTEGRATION: CWS adc17 (1.2.50); FILE MERGED 2007/08/31 14:45:34 np 1.2.50.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [2fb2614e71415ad45973bdfb0a8c25c8c1ce560d]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:34 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [38530931a851e5f92f8218f61cbafcf41346a41e]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:33 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8c969ff7ca20ae888a7b2bd48ed902091e09baa6]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:33 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [39e72722fc32927d64a16ca318f9b82646ceb660]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:33 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [38006986fdb07f5b0156ba5d8acd1bf02886262d]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:33 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [66852b8671f2bc16256aaed6c533e0e2ff148406]

        INTEGRATION: CWS adc17 (1.8.50); FILE MERGED 2007/09/04 15:40:19 np 1.8.50.3: #i80569# 2007/08/31 14:45:33 np 1.8.50.2: #i80569# remove wrong pchs. 2007/08/10 12:28:37 np 1.8.50.1: #i80569# fix concurring pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f30b6b13f52d4cfdf2fb758928ee1edf941c2ca6]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:33 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d3fc93fe04de335ef9494e7f2c52550304556c09]

        INTEGRATION: CWS adc17 (1.11.18); FILE MERGED 2007/08/31 14:45:33 np 1.11.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [25f4bde34a5ed22911fe0797a44e53ff663af948]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:32 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [cdc9449746ead0c47f264ed466b806138d19a203]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:32 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3ca517c1b42e7c3eb08995e33dec8d5e91920461]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:32 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d45a1c39ec570d9bb2854234e32c0c75913b11b4]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:32 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c817f0e5a706bb2d17deb91db94c22e820472fa9]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:32 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f16b265646e168dbebefc9c45963b6fc707a5ef2]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:32 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f5c0a1ba8f74ae4f18f0e69280788a82c76cb329]

        INTEGRATION: CWS adc17 (1.11.18); FILE MERGED 2007/08/31 14:45:32 np 1.11.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c70c7535919c0bb330ba3fcc689e089ec93c779f]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:31 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [95a961f41f36b540913294dae1f7fb18c71f3f8d]

        INTEGRATION: CWS adc17 (1.11.2); FILE MERGED 2007/08/31 14:45:31 np 1.11.2.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [5641202d34ba5a73db178652e5b7cf10a4956760]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:31 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [916a46a1e878d313a5ac8224b6d0d0a780660591]

        INTEGRATION: CWS adc17 (1.4.30); FILE MERGED 2007/08/10 10:37:09 np 1.4.30.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4b54a791a8a1087506c61d542c0db044e7053d40]

        INTEGRATION: CWS adc17 (1.12.18); FILE MERGED 2007/08/31 14:45:31 np 1.12.18.2: #i80569# remove wrong pchs. 2007/08/10 10:37:09 np 1.12.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [aaba5de9a8a1d51bdc6b9db1e20a947c09efea7d]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:31 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c94eb576859c5dd92a605804cc12e15dcb1dbac8]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:31 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [63dd20fffae7170da8eccb91b05c6b88cf689029]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:31 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [5e8c705eeb9f47fa8d75037e862fc93af6dd08aa]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:31 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [272be7ce57f5dcba49f2e2604382e7dbbb2d91ca]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:31 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [0d480a22609862499d26a715573a1e81ecde075c]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:30 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [19b881a1fa8cf4a2e72ada4d6b07116a591b4c98]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:30 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ceb68937419ae1bd51fd85754de18619ddd9c5ec]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:30 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [410b503cb29250d990d8de61b21f710734262b19]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:30 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1e54bc127229bf7851e5bbb8fae0f0826c3f945d]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/31 14:45:30 np 1.7.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [f54157a20a02cfb2559ec7d74ff3d49cdcb24ac4]

        INTEGRATION: CWS adc17 (1.9.18); FILE MERGED 2007/08/31 14:45:30 np 1.9.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4e29ecd052f5135d8546a1bc988481bf58826668]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:30 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4b819fa075006d6d1d0dda47acc46b83ba0a676b]

        INTEGRATION: CWS adc17 (1.11.18); FILE MERGED 2007/08/31 14:45:30 np 1.11.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [fdc32d813a651f41f739af6877dfe8946f9573bf]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:30 np 1.5.18.2: #i80569# remove wrong pchs. 2007/08/10 10:37:09 np 1.5.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [4e23a105fe37d9cce4a12a01d0bf9f8562334383]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:29 np 1.4.18.2: #i80569# remove wrong pchs. 2007/08/10 10:37:09 np 1.4.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [1d319c5fbe1d601e621f4fbb5da12bd30ca01c0b]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:29 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3e12ba8eaa380d9fac052ddac7f60768b99bbd96]

        INTEGRATION: CWS adc17 (1.8.18); FILE MERGED 2007/08/31 14:45:28 np 1.8.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [3d3dc240879eda3cd872545e0fa75d4381a56888]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:28 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ac4fcb5d180e932bd7e42e9769dd0a3d6b91fcbf]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:28 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [165fdc599818d9f926c90c7f5dd208dca20e3a90]

        INTEGRATION: CWS adc17 (1.6.18); FILE MERGED 2007/08/31 14:45:28 np 1.6.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [027c73dd63f89e3490a0cc069cfc2ab68871f953]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:28 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [7378fbfb801fcb2798efb84a91cf4af249383a72]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:27 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [95fc37cbb81a6bf924feb1c773830f01dd134a65]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:27 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d986b649928da4541cebaeb4bbf5f386d86a3287]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:27 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [8ae6ee49d9f2deeaead7e3f94464830a30248370]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:26 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [c07e4cd83b18536e1ae0a3795aa7baa9c46b44c0]

        INTEGRATION: CWS adc17 (1.4.18); FILE MERGED 2007/08/31 14:45:26 np 1.4.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [68a71a0ccb9cbc0b776604a4d3fa5333d35f7d9e]

        INTEGRATION: CWS adc17 (1.5.18); FILE MERGED 2007/08/31 14:45:26 np 1.5.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [ddcf7d1d5f2e0835c069acf620195823e71b7e84]

        INTEGRATION: CWS adc17 (1.3.18); FILE MERGED 2007/08/31 14:45:25 np 1.3.18.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [5b65f34bc501fc062b0b08885371d2eeeff908fe]

        INTEGRATION: CWS adc17 (1.5.14); FILE MERGED 2007/08/31 14:45:25 np 1.5.14.1: #i80569# remove wrong pchs.

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [d264ad1c1d045b8193d81d02e83bad9ef2f30dd9]

        INTEGRATION: CWS adc17 (1.4.50); FILE MERGED 2007/08/10 10:37:09 np 1.4.50.1: #i23626 correct spacing in autodoc output#

2007-09-18  Vladimir Glazounov  <vg@openoffice.org>  [bc25a010dc525f501bd1b6deb5cfa7398b272e60]

        INTEGRATION: CWS adc17 (1.7.18); FILE MERGED 2007/08/10 10:37:09 np 1.7.18.1: #i23626 correct spacing in autodoc output#

2007-09-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a9700fa6cf05725e1394edef7064332e11253901]

        #i10000# #i81592#

2007-09-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2a8b22944f510ac4a8f9d62d3f73ad87751913fa]

        #i10000# #i81592# warnings = errors

2007-09-14  Oliver Bolte  <obo@openoffice.org>  [864bdd05e1dce450c8c9f643f9f2920931e122a3]

        #i10000# warning with Windows Vista SDK

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [c7210f19a6db090ffb9ee226a8f01c275afbeb59]

        SRC680

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [f7dd34ac45d7e09ee66b779cfd2c96e4ffafdb00]

        INTEGRATION: CWS macosxspellchecker (1.256.8); FILE MERGED 2007/09/13 14:10:19 msicotte 1.256.8.4: deliver libMacOSXSpell for QUARTZ, not X11 2007/09/12 21:09:07 msicotte 1.256.8.3: #i77592#: change to deliver libMacOSXSpell only for MAC OS X AQUA 2007/08/29 14:08:30 msicotte 1.256.8.2: changing conditions for delivering libMacOSXSpell 2007/08/29 01:38:08 msicotte 1.256.8.1: #i77592#: package libmacosxspell680mxi for Mac OS X

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [9adfe73cbc73ccc35b8bdb5ea907bdc75d325293]

        INTEGRATION: CWS macosxspellchecker (1.6.50); FILE MERGED 2007/08/29 01:40:46 msicotte 1.6.50.2: moving macspellimp.cxx to a separate directory 2007/08/28 05:33:18 msicotte 1.6.50.1: #i77592#: changes for Mac OS X Spellchecker

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e6e03d3da90e234d27fd0dbcf044b50318bd3982]

        INTEGRATION: CWS macosxspellchecker (1.1.2); FILE ADDED 2007/08/29 01:52:00 msicotte 1.1.2.1: #i77592#: new files to implement libmacosxspell680mxi.dylib

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [ba541dab4c98d5b2659e83e7ff5700a7799d9a8b]

        INTEGRATION: CWS macosxspellchecker (1.1.2); FILE ADDED 2007/09/13 02:37:03 msicotte 1.1.2.5: remove reference to exports.dxp - only needed for windows 2007/09/12 22:23:14 msicotte 1.1.2.4: updated echo when nothing to build 2007/09/12 21:11:58 msicotte 1.1.2.3: #i77592#: change to build libMacOSXSpell only for MAC OS X AQUA 2007/08/29 13:57:36 msicotte 1.1.2.2: renaming macosxspell.map->MacOSXSpell.map 2007/08/29 01:52:00 msicotte 1.1.2.1: #i77592#: new files to implement libmacosxspell680mxi.dylib

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [4e386a897cd43aae3664ce68e47dd46b271de780]

        INTEGRATION: CWS macosxspellchecker (1.1.2); FILE ADDED 2007/09/07 19:29:41 msicotte 1.1.2.2: #i77592#: Changed display name to match spec Mac OS X Spell Checker 2007/08/29 01:52:00 msicotte 1.1.2.1: #i77592#: new files to implement libmacosxspell680mxi.dylib

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [7398c6cf43ad2f5dec42cd15c88b9414da2a1c31]

        INTEGRATION: CWS macosxspellchecker (1.1.2); FILE ADDED 2007/08/29 13:58:14 msicotte 1.1.2.1: renaming macosxspell.map->MacOSXSpell.map

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [90d2d976749873163863fab8a1a214c886d44d1e]

        INTEGRATION: CWS macosxspellchecker (1.15.24); FILE MERGED 2007/09/13 14:11:06 msicotte 1.15.24.3: adjust caps libMacOSXSpell 2007/09/12 22:13:37 msicotte 1.15.24.2: removing lines needed only for windows from Mac section 2007/08/29 01:55:45 msicotte 1.15.24.1: #i77592#: chnages to implement libmacosxspell680mxi.dylib

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [297f2ac0237f10868defa9bc899dc8e916d8139e]

        INTEGRATION: CWS macosxspellchecker (1.15.24); FILE MERGED 2007/08/29 01:55:44 msicotte 1.15.24.1: #i77592#: chnages to implement libmacosxspell680mxi.dylib

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [9699327bf951440a2771d82829802bf162c1590b]

        INTEGRATION: CWS macaddressbook01 (1.9.272); FILE MERGED 2007/07/08 19:06:32 msicotte 1.9.272.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [b29fe7488d60d9dadff53e361ddd2422550a2280]

        INTEGRATION: CWS macaddressbook01 (1.12.48); FILE MERGED 2007/07/08 19:06:32 msicotte 1.12.48.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [ffbbc2cc40c04d158356c5988b0d76d57d3afde1]

        INTEGRATION: CWS macaddressbook01 (1.8.272); FILE MERGED 2007/07/08 19:06:32 msicotte 1.8.272.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [3f00810b564e34cddc0476534a0daa1942d913cd]

        INTEGRATION: CWS macaddressbook01 (1.11.164); FILE MERGED 2007/07/08 19:06:32 msicotte 1.11.164.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [52db33f079839de0461c1d20385aeae668b8dc88]

        INTEGRATION: CWS macaddressbook01 (1.57.54); FILE MERGED 2007/07/08 19:06:31 msicotte 1.57.54.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [2921276a53153d6e5bff3f59295b29336d314598]

        INTEGRATION: CWS macaddressbook01 (1.15.164); FILE MERGED 2007/07/08 19:06:31 msicotte 1.15.164.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [2fe5642285feab6df4a0844e9e3b9ba065d0ed76]

        INTEGRATION: CWS macaddressbook01 (1.12.112); FILE MERGED 2007/07/08 19:06:31 msicotte 1.12.112.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [404774330e0e94c268175bac3b3a8263a38846d3]

        INTEGRATION: CWS macaddressbook01 (1.63.34); FILE MERGED 2007/07/09 23:35:31 ericb 1.63.34.2: RESYNC: (1.63-1.69); FILE MERGED 2007/07/08 19:02:48 msicotte 1.63.34.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e08925f9de38c53171153f1b6e33b5672f070ef0]

        INTEGRATION: CWS macaddressbook01 (1.244.36); FILE MERGED 2007/07/09 23:35:07 ericb 1.244.36.2: RESYNC: (1.244-1.250); FILE MERGED 2007/07/08 19:02:48 msicotte 1.244.36.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [ebda7826cd377647cf866876022a62785d5a24ce]

        INTEGRATION: CWS macaddressbook01 (1.74.28); FILE MERGED 2007/07/09 23:28:14 ericb 1.74.28.2: RESYNC: (1.74-1.75); FILE MERGED 2007/07/08 19:08:13 msicotte 1.74.28.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [0fd7189dad7a23c9a83a3c8152c32ce321e76ea7]

        INTEGRATION: CWS macaddressbook01 (1.9.208); FILE MERGED 2007/07/08 19:08:13 msicotte 1.9.208.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [d9070e55266fa4837c68f15e50aeca481a495362]

        INTEGRATION: CWS macaddressbook01 (1.25.24); FILE MERGED 2007/07/09 23:20:29 ericb 1.25.24.2: RESYNC: (1.25-1.26); FILE MERGED 2007/07/08 19:08:13 msicotte 1.25.24.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e0dff0978cda663a98d2c782cafa07f101c40299]

        INTEGRATION: CWS macaddressbook01 (1.14.24); FILE MERGED 2007/07/09 23:20:24 ericb 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2007/07/08 19:08:13 msicotte 1.14.24.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [451448ab2b87c4f05e9a7f26affc190208613b4d]

        INTEGRATION: CWS macaddressbook01 (1.7.68); FILE MERGED 2007/07/08 19:08:13 msicotte 1.7.68.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [86ac37deb2ff66a0892397bd75b1cf202c5e941c]

        INTEGRATION: CWS macaddressbook01 (1.18.24); FILE MERGED 2007/07/09 23:19:46 ericb 1.18.24.2: RESYNC: (1.18-1.19); FILE MERGED 2007/07/08 19:08:13 msicotte 1.18.24.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [b8139618528a6dc1e37785561f36f8fd053c2887]

        INTEGRATION: CWS macaddressbook01 (1.41.22); FILE MERGED 2007/07/09 23:15:52 ericb 1.41.22.2: RESYNC: (1.41-1.42); FILE MERGED 2007/07/08 19:08:12 msicotte 1.41.22.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [45326f7ed4d4692d5ab2a4d2844ebb9bf42da298]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/29 18:15:58 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:21:00 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [1da2728e45f55524ac0ff715a0e1574c67db176d]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/22 19:16:55 cremlae 1.1.2.4: #79848# Made a more logical variable name in macabutilities.hxx and added a missing CFRelease 2007/07/20 23:00:57 cremlae 1.1.2.3: #79766 Fix dates in Mac OS X Address Book integration to be correct 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:21:00 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [131506ff4da2d344e4554df4d93e6ea5ff3bf851]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/29 18:15:58 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:20:59 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [5e5d1fb585c623e5f51c719890d6d022a656440b]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/15 01:56:55 cremlae 1.1.2.4: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 20:02:33 cremlae 1.1.2.3: #79512# #79513# #79514# Applied patches for the Mac OS X Address Book Integration: to fix null headers crash, to handle multiple groups of the same name, and to be optimized for mail merge 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [5da5f12c482a824db16ceaf46799a213f87a695a]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/09/02 16:28:04 fheckl 1.1.2.6: Probable memory leaks fixed and issue 80756 2007/07/15 22:22:02 cremlae 1.1.2.5: #79610# Added localization to Mac OS X Address Book labels, though an installation issue remains for seeing the localized labels - issue 79610 has details 2007/07/15 01:56:55 cremlae 1.1.2.4: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 20:02:32 cremlae 1.1.2.3: #79512# #79513# #79514# Applied patches for the Mac OS X Address Book Integration: to fix null headers crash, to handle multiple groups of the same name, and to be optimized for mail merge 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [0629134271b1bc93d265dc916828df78bdf59356]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/15 01:56:55 cremlae 1.1.2.3: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [f145b6bb65174e2d9337369b5037076da0d6b9f0]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/09/02 16:28:04 fheckl 1.1.2.4: Probable memory leaks fixed and issue 80756 2007/07/15 01:56:55 cremlae 1.1.2.3: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [be638627fae07cfb80d79e4ce40092f34ed1ce36]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/29 18:15:58 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [087632700125d926cf6b58e5e6cab40d9b6a268a]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [16e32ec34f8f23259475a22d7ff1059dc8011f6c]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/15 01:56:55 cremlae 1.1.2.3: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 20:02:33 cremlae 1.1.2.2: #79512# #79513# #79514# Applied patches for the Mac OS X Address Book Integration: to fix null headers crash, to handle multiple groups of the same name, and to be optimized for mail merge 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [cad528cacf282848fb4d29f711f1da642d070b55]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [3ef48e350593a5fcef59260fcad20ad72ae02a05]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/15 01:56:55 cremlae 1.1.2.2: #i79612# Added comments to several files in connectivity/source/macab 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e1fa823a6c553f5496ba15b7b774562513ec337b]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/29 18:15:59 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [61b63b5848c75dcec9c38f61756c6e34208ea949]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/09/02 16:28:04 fheckl 1.1.2.3: Probable memory leaks fixed and issue 80756 2007/07/29 18:15:59 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [5b11131b91999d4ab11c896dab96f3714598e832]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/15 23:04:58 ericb 1.1.2.2: #i77591# remove DOS end of lines 2007/07/08 19:20:58 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [3655ca60cd738a39fd4d833bbb59a0ea80607e92]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/29 18:15:59 cremlae 1.1.2.2: #i77591# Removed DOS line-endings from all files that have them 2007/07/08 19:20:57 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e7f2208547edc25b670b794dae791831a1e7583a]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/07/13 20:02:33 cremlae 1.1.2.3: #79512# #79513# #79514# Applied patches for the Mac OS X Address Book Integration: to fix null headers crash, to handle multiple groups of the same name, and to be optimized for mail merge 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:57 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [10706b91f89f28ce195888ba419cb6b80a30be6b]

        INTEGRATION: CWS macaddressbook01 (1.1.2); FILE ADDED 2007/09/02 16:28:04 fheckl 1.1.2.5: Probable memory leaks fixed and issue 80756 2007/07/15 01:56:55 cremlae 1.1.2.4: #i79612# Added comments to several files in connectivity/source/macab 2007/07/13 20:02:33 cremlae 1.1.2.3: #79512# #79513# #79514# Applied patches for the Mac OS X Address Book Integration: to fix null headers crash, to handle multiple groups of the same name, and to be optimized for mail merge 2007/07/13 18:17:42 cremlae 1.1.2.2: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes 2007/07/08 19:20:57 msicotte 1.1.2.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [23d36eb89dae4f76d763a682e0f5ffc73a49afef]

        INTEGRATION: CWS macaddressbook01 (1.28.26); FILE MERGED 2007/07/08 19:15:15 msicotte 1.28.26.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [cafc895bc6651c1a0d682048cedc1650ec311468]

        INTEGRATION: CWS macaddressbook01 (1.33.70); FILE MERGED 2007/07/08 19:15:15 msicotte 1.33.70.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [795efdf5fec8fd9e4fca14c7ac6dc85cb9f2cb63]

        INTEGRATION: CWS macaddressbook01 (1.14.104); FILE MERGED 2007/07/08 19:15:15 msicotte 1.14.104.1: #i77591# initial commit

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [72291f0539119929d3f7e59209a8cfc210bff8e7]

        INTEGRATION: CWS aquavclcarbonfixes (1.25.32); FILE MERGED 2007/08/20 21:53:51 ericb 1.25.32.1: #i80842# add Ismael native progressbar (cloned from aquavcl03)

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [869ddb6f22920db67212a3293061aeb6f1f7309e]

        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>  [72ebade6ba9e88a5a24db57266a53e8f52049214]

        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>  [36a4348e0b714e4dbb9b99bc88b7f6ca40d58590]

        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>  [0f9bea4a9b0b027fdab0f8e6731062def4a14e69]

        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>  [8d86cff085efa878af7e8e841996d946336a7ad7]

        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>  [72e407395fa441b92865b4230b288ba8fbb6a31b]

        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>  [e203bbdf6dd950f2aac7b9147c3e5b0b02679b85]

        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>  [900737e5966c7e5062924e81ec94d5f906e26055]

        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>  [ac56dc85c20b155d7a6175f7068bcfabf315fba8]

        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>  [b573cc299b85d013889d192eeccd2d37a434fca4]

        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>  [996bb24706eda0fbd187630c60a972d6aadc836c]

        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>  [74ad6516379a2936a371ccc045f2f0858bc35c49]

        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>  [171963e38bd8dccb89ba3e016b3889802c327052]

        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>  [d06e6558e14670a9e804ceaeb0835fa0b41894b4]

        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>  [ea4c21e41ce12fd18642d475c90223faea3c8129]

        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>  [886494b8e50fbd25714c0d419ed65360a292e2f2]

        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-13  Ivo Hinkelmann  <ihi@openoffice.org>  [87a2154aa2dadf523c109a52eabd0ba1257c543b]

        INTEGRATION: CWS aquavclcarbonfixes (1.73.26); FILE MERGED 2007/09/04 11:13:14 ericb 1.73.26.2: #i81199# add comment Mac OS X Aqua dedicated 2007/09/04 11:10:04 ericb 1.73.26.1: #i81199# fix bad libdtrans naming in Mac OS X Aqua testtool

2007-09-13  Ivo Hinkelmann  <ihi@openoffice.org>  [7bfc7ea308e50f8985502df5486d4dd7b6fdda23]

        INTEGRATION: CWS aquavclcarbonfixes (1.11.54); FILE MERGED 2007/09/05 07:35:56 ericb 1.11.54.1: #i81231# a fix for fpicker issue (avoid double registration). Original patch from as

2007-09-13  Oliver Bolte  <obo@openoffice.org>  [9c95e90a20a84c665532fa98702d8cb9a7db384f]

        #i10000# new: wntmsci11.pro for openoffice

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [ec75cf0cd7a56a0190f6341f581fabb52f157dde]

        INTEGRATION: CWS sdkapifix_SRC680 (1.86.56); FILE MERGED 2007/09/06 12:55:09 jsc 1.86.56.2: #i81317# add missing moduels for delivering, sort everything to simplify future maintenance of this file 2007/09/06 12:54:00 jsc 1.86.56.1: #i81317# add missing moduels for delivering, sort everything to simplify future maintenance of this file

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4c55147ce03783eccdd506ae21b89dc0cd58987e]

        INTEGRATION: CWS dba23f_SRC680 (1.44.22); FILE MERGED 2007/09/06 07:13:33 oj 1.44.22.1: #i81299# merge from i77507 dba24a

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [c9ab48101f1b1448851ad37bf76f910398d13607]

        INTEGRATION: CWS mav24_SRC680 (1.4.94); FILE MERGED 2007/09/07 09:24:07 mav 1.4.94.1: #i81318# let all elements at least transport the request further by default

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [074545529ed6ea64a7cd4935dca29994e4a89242]

        INTEGRATION: CWS native109 (1.256.4); FILE MERGED 2007/08/27 08:57:22 dv 1.256.4.1: #i80530# Set correct ProcessorArchitecture for assembly Policy_Cli_Cppuhelper_Assembly

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4f2bf0f1f44e4cdb3f4e09bc9c314943c7f1e5dd]

        INTEGRATION: CWS native109 (1.3.116); FILE MERGED 2007/08/27 10:22:53 is 1.3.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [807c114740b787f403b7b567103a56a761bedca9]

        INTEGRATION: CWS native109 (1.6.82); FILE MERGED 2007/08/27 10:22:53 is 1.6.82.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [fc90baa492a62e1d4514c5e470b6359a6e00894e]

        INTEGRATION: CWS native109 (1.3.116); FILE MERGED 2007/08/27 10:22:52 is 1.3.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [68a7a2099b77d83b28db3f83f462f5b78d19d1cd]

        INTEGRATION: CWS native109 (1.7.82); FILE MERGED 2007/08/27 10:22:52 is 1.7.82.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [958147be76947cc510b7e6c878b4a569343d4206]

        INTEGRATION: CWS native109 (1.2.116); FILE MERGED 2007/08/27 10:22:52 is 1.2.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [95495b43d859328558320a9bae3f3af66239c33a]

        INTEGRATION: CWS native109 (1.9.116); FILE MERGED 2007/08/27 10:22:51 is 1.9.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [2245d52df5a3cefba6e780d69e1d4206127bd110]

        INTEGRATION: CWS native109 (1.3.116); FILE MERGED 2007/08/27 10:22:51 is 1.3.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-11  Ivo Hinkelmann  <ihi@openoffice.org>  [038777321bcde3819449af6d8ef92a7f0961ffe4]

        INTEGRATION: CWS native109 (1.10.116); FILE MERGED 2007/08/27 10:22:51 is 1.10.116.1: #i80676,i80677# new bitmaps and text positions

2007-09-07  Vladimir Glazounov  <vg@openoffice.org>  [a1cbe037b94f8c084ecec5e1597abd129ab1f2bc]

        #i10000# fix name matching

2007-09-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [fac23ea421fd89b8bf9b1e5c9d4a9bc3148f6962]

        #i10000# wait for library to exist before registering

2007-09-07  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dfecfa9d3b81efc91fd4112a9f6a8109a681f573]

        #i10000# missing dependency un cli_ure

2007-09-06  Rüdiger Timm  <rt@openoffice.org>  [0532ff18c85e03c69a10e532b2ea092b93745e63]

        #i10000# Include fixed.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9d664887817e57d3ac1d9b267b86c18c71735f75]

        SRC680

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2b1c237578707c237f83ec7a32753811c4358d8c]

        INTEGRATION: CWS mingwport06 (1.15.4); FILE MERGED 2007/08/27 13:56:32 vg 1.15.4.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [939eb3c106617dff251ce4302aa47ad091bf43ea]

        INTEGRATION: CWS mingwport06 (1.10.12); FILE MERGED 2007/08/27 12:38:23 vg 1.10.12.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a2d83555386028cc80c2bd4b4d2946dcb89453c9]

        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>  [dff79b1599003f1a921eedba2df87ca31e59801f]

        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>  [bcdf0da654e4bb25c414c77b5d34828aa1256d48]

        INTEGRATION: CWS mingwport06 (1.28.36); FILE MERGED 2007/08/24 13:14:06 vg 1.28.36.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a501a01a2ea6342ad5b522e61b2ced0f360829bc]

        INTEGRATION: CWS mingwport06 (1.11.48); FILE MERGED 2007/08/24 13:14:05 vg 1.11.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [55774844a74b93642e8df6097c58b02dd4f15d7e]

        INTEGRATION: CWS mingwport06 (1.44.16); FILE MERGED 2007/08/27 14:26:30 vg 1.44.16.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3332e96588dfdf645533f103a0a479084c870882]

        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>  [c2df47993e9a6cdaa47e9b7cd3090d0fa0d8d8ba]

        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>  [9baa4c51752d5e424f2e06752da1c3c330dbf9af]

        INTEGRATION: CWS mingwport06 (1.7.56); FILE MERGED 2007/08/24 13:14:41 vg 1.7.56.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9f57480f5f79b5834b6b1365a9d8717c6bae06cb]

        INTEGRATION: CWS mingwport06 (1.5.78); FILE MERGED 2007/08/24 13:14:41 vg 1.5.78.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3b7af6d48dc40031045479ea8bde7fec7a7e8236]

        INTEGRATION: CWS mingwport06 (1.6.38); FILE MERGED 2007/08/27 14:27:00 vg 1.6.38.2: #i75499# pragma for MSVC 2007/08/24 13:14:41 vg 1.6.38.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [27f0fe7102fd578380a7e0b9f2d98f99926f179c]

        INTEGRATION: CWS mingwport06 (1.5.110); FILE MERGED 2007/08/24 13:14:41 vg 1.5.110.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5e81edb0bb551ae3d84492c902f8e8305e830747]

        INTEGRATION: CWS mingwport06 (1.1.106); FILE MERGED 2007/08/27 14:40:03 vg 1.1.106.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8ad0209313e108befb23548e23a2d33a7862f2b4]

        INTEGRATION: CWS mingwport06 (1.2.522); FILE MERGED 2007/08/24 13:08:31 vg 1.2.522.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bcbb20cd1d5958b4fa961de85962d9d134fe111a]

        INTEGRATION: CWS mingwport06 (1.5.314); FILE MERGED 2007/08/24 13:08:31 vg 1.5.314.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [84059d4e15a40b551a16e1fd6ed3c45194fbba23]

        INTEGRATION: CWS mingwport06 (1.35.114); FILE MERGED 2007/08/24 13:08:30 vg 1.35.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6edaa2ad3039fa7026649aa4f7373b89d7440940]

        INTEGRATION: CWS mingwport06 (1.25.114); FILE MERGED 2007/08/24 13:08:30 vg 1.25.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cff86e7d7b9dc9c6cdb287e1ccd8d27c6d4d139c]

        INTEGRATION: CWS mingwport06 (1.59.2); FILE MERGED 2007/08/24 13:08:30 vg 1.59.2.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c6450cab4b4ba7b0c1d52e9a65ab8764cd837c7e]

        INTEGRATION: CWS mingwport06 (1.47.114); FILE MERGED 2007/08/24 13:08:30 vg 1.47.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [059e6f3dd07d2dbef4003267bb32c0515b460d93]

        INTEGRATION: CWS mingwport06 (1.29.56); FILE MERGED 2007/08/24 13:08:30 vg 1.29.56.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8011bb8c3975be304312f97408aaeabc80f6edfd]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 13:08:30 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [690ca435437c2aa92d7e3ff0ce7df1cc659eacde]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 13:08:30 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f2b8b0e50522425695e26e5f6d697248c4c076f3]

        INTEGRATION: CWS mingwport06 (1.10.154); FILE MERGED 2007/08/24 13:08:30 vg 1.10.154.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6d8ffcdad90238cfb89f4f3e6041ef4b7c3576e6]

        INTEGRATION: CWS mingwport06 (1.21.56); FILE MERGED 2007/08/24 13:08:30 vg 1.21.56.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c2ccabf5021c921e2ed41290830754c71e9d3e6f]

        INTEGRATION: CWS mingwport06 (1.12.152); FILE MERGED 2007/08/24 13:08:29 vg 1.12.152.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [060d346a628eb18fda5f5cc16f2bed4a0906f126]

        INTEGRATION: CWS mingwport06 (1.22.114); FILE MERGED 2007/08/24 13:08:29 vg 1.22.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8d276298977d0cddd73b8f6e7fab799a7e2f4248]

        INTEGRATION: CWS mingwport06 (1.20.120); FILE MERGED 2007/08/24 13:08:29 vg 1.20.120.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a3a635282c50e107d928cdb238cafe64c31998aa]

        INTEGRATION: CWS mingwport06 (1.11.122); FILE MERGED 2007/08/24 13:08:29 vg 1.11.122.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [19c7b03ead3d709cd65331c5e25755502bac58ad]

        INTEGRATION: CWS mingwport06 (1.8.152); FILE MERGED 2007/08/24 13:08:29 vg 1.8.152.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c14bf5567cdbda3c5c5959c4e418cef4c1a96157]

        INTEGRATION: CWS mingwport06 (1.28.28); FILE MERGED 2007/08/24 13:08:29 vg 1.28.28.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [29c5a4e4c2c5f219f3023425cb892cf006f44f9a]

        INTEGRATION: CWS mingwport06 (1.22.154); FILE MERGED 2007/08/24 13:08:29 vg 1.22.154.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fac666f093b58a5a2ebe5cd89e76dc050c501afd]

        INTEGRATION: CWS mingwport06 (1.2.36); FILE MERGED 2007/08/24 13:02:45 vg 1.2.36.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [85265c18993bbbdd4b0170bfa71cf20f823c3988]

        INTEGRATION: CWS mingwport06 (1.7.10); FILE MERGED 2007/08/24 13:02:45 vg 1.7.10.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7c6360adfc11cb3377308e430eada3d44c366d86]

        INTEGRATION: CWS mingwport06 (1.5.34); FILE MERGED 2007/08/24 13:15:52 vg 1.5.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4627790bab43cdca3f6de8f0e79538d517da030a]

        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>  [e3221c439afe94203e4872d3822be4098b73489b]

        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>  [4e1ca5a2ad0e7431270751ff0cfa8722257be56e]

        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>  [71c6cb84bc26f62c74138d8bff2cc926ed5889d6]

        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>  [c3ff4f3412959886ff76c60507c8901a9d3608df]

        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>  [c286b8ce6611310cbf344890006095cdad0ea32d]

        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>  [7ca1e8a23058a6fb86324ced55389ea60774aa22]

        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>  [adb3747664af065cd37bd6d02eb3c38ee0faed61]

        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>  [d8b9e3dbc94e3abb302737920f88a19cb89443ac]

        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>  [372f853a375abe0147e9758ce2e339ab41b895e4]

        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>  [d50d8c2cf91884ff02712b1a9c1af58c31342e30]

        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>  [ccc5a30223cb5292718d7660aa53bda7be27fa10]

        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>  [1259a2a9fe566ec479f54f031b8ac54a416a8e32]

        INTEGRATION: CWS mingwport06 (1.3.14); FILE MERGED 2007/08/24 14:05:00 vg 1.3.14.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [60956164864731ea1e7865dc7bdcb88da4718dd5]

        INTEGRATION: CWS mingwport06 (1.4.14); FILE MERGED 2007/08/24 14:05:00 vg 1.4.14.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [32bacbb904f2153138a6d2aa5414ccf704d16ff4]

        INTEGRATION: CWS mingwport06 (1.4.30); FILE MERGED 2007/08/24 13:27:49 vg 1.4.30.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d208bb17d5a7370a62151a8a00ab017bfe417356]

        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>  [463e406877453c6d29451e582cc0d87d905d12e0]

        INTEGRATION: CWS mingwport06 (1.7.466); FILE MERGED 2007/08/24 13:26:03 vg 1.7.466.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [68fb99b894ce85b39185c2c847bce5101465568b]

        INTEGRATION: CWS mingwport06 (1.8.54); FILE MERGED 2007/08/24 13:26:03 vg 1.8.54.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [89ff0343b9d6ea48579cb2da8c36a9c2d10cd967]

        INTEGRATION: CWS mingwport06 (1.13.166); FILE MERGED 2007/08/24 13:26:03 vg 1.13.166.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [be033a57b731545f17071638aa56b0e6a41f4be7]

        INTEGRATION: CWS mingwport06 (1.26.94); FILE MERGED 2007/08/24 13:26:03 vg 1.26.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ec231444c54a72979ac4aed975fd2964535d5300]

        INTEGRATION: CWS mingwport06 (1.144.34); FILE MERGED 2007/08/24 13:26:03 vg 1.144.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [72de6b08ec90bcbcae05f323e29407b799f4807c]

        INTEGRATION: CWS mingwport06 (1.6.166); FILE MERGED 2007/08/27 14:33:42 vg 1.6.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d12253b415b68b2b6455349d77bfb600577105e0]

        INTEGRATION: CWS mingwport06 (1.8.166); FILE MERGED 2007/08/27 14:33:42 vg 1.8.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5fd157eb0d9f6b856056fb3cfe254b955c9b6c21]

        INTEGRATION: CWS mingwport06 (1.7.166); FILE MERGED 2007/08/27 14:33:42 vg 1.7.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1435285e79de57ecdcdceca6d33659c60050cd95]

        INTEGRATION: CWS mingwport06 (1.18.166); FILE MERGED 2007/08/27 14:33:42 vg 1.18.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f38de03f376cce624c4ee5fff78fae00a1a3a748]

        INTEGRATION: CWS mingwport06 (1.9.164); FILE MERGED 2007/08/27 14:33:42 vg 1.9.164.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [710621bee94c4b0ae4357d67b64d1c106f8e2a96]

        INTEGRATION: CWS mingwport06 (1.15.166); FILE MERGED 2007/08/27 14:33:42 vg 1.15.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e36ff63fc1040c5a01a5e969d3e71be841e69087]

        INTEGRATION: CWS mingwport06 (1.11.166); FILE MERGED 2007/08/27 14:33:42 vg 1.11.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [514b7a99dcbdab72ab994b528defa49cfb395ee3]

        INTEGRATION: CWS mingwport06 (1.11.164); FILE MERGED 2007/08/27 14:33:42 vg 1.11.164.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [60e06c25699f42a6d296f7a18e5168512dd8c58a]

        INTEGRATION: CWS mingwport06 (1.9.166); FILE MERGED 2007/08/27 14:33:42 vg 1.9.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb975b2fcecbf3cabf782f2f45e3f372dcdfae6e]

        INTEGRATION: CWS mingwport06 (1.7.128); FILE MERGED 2007/08/27 14:33:42 vg 1.7.128.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8175626922a41618a42fc8e99730815c9d2e3812]

        INTEGRATION: CWS mingwport06 (1.11.34); FILE MERGED 2007/08/27 14:33:42 vg 1.11.34.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9cc6f5901f3d87c4fbbea2c88222aa6c5b136a8d]

        INTEGRATION: CWS mingwport06 (1.17.164); FILE MERGED 2007/08/27 14:33:41 vg 1.17.164.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c66d6b3f7c55a1d88325b8d2b00e282609f43dd7]

        INTEGRATION: CWS mingwport06 (1.8.166); FILE MERGED 2007/08/27 14:33:41 vg 1.8.166.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c28931cae472c46052d6badc0145450ed20ef5f2]

        INTEGRATION: CWS mingwport06 (1.61.94); FILE MERGED 2007/08/24 13:26:02 vg 1.61.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bf62998ef56f6a9748ba174ac38d4e18b6690417]

        INTEGRATION: CWS mingwport06 (1.18.358); FILE MERGED 2007/08/24 13:26:02 vg 1.18.358.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [af4bfc99290fd1ffd2ec148f541b21339df3d2b8]

        INTEGRATION: CWS mingwport06 (1.23.336); FILE MERGED 2007/08/24 13:26:02 vg 1.23.336.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7d713b29d85e990d0aab8cc00a17d2016beed214]

        INTEGRATION: CWS mingwport06 (1.89.70); FILE MERGED 2007/08/24 13:26:02 vg 1.89.70.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [96f7e7c95e356dcc429314225e70013a05c34ce5]

        INTEGRATION: CWS mingwport06 (1.8.446); FILE MERGED 2007/08/24 13:26:02 vg 1.8.446.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fc470f84b126351a93d4aaf4369296000bbb27d6]

        INTEGRATION: CWS mingwport06 (1.55.162); FILE MERGED 2007/08/24 13:26:01 vg 1.55.162.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [724a90a1ce9feda202c426fc79830100951dcaaa]

        INTEGRATION: CWS mingwport06 (1.98.34); FILE MERGED 2007/08/24 13:26:01 vg 1.98.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [62b874fafefd4ca1f5d94c142bdb2610e6f8a9ae]

        INTEGRATION: CWS mingwport06 (1.61.166); FILE MERGED 2007/08/24 13:26:01 vg 1.61.166.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b6c87a023ab15d6cf5b1e2f42df7464256600f2a]

        INTEGRATION: CWS mingwport06 (1.83.164); FILE MERGED 2007/08/24 13:26:00 vg 1.83.164.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c9e64142f129a7aa675204f3b0aaee3bff83e5c9]

        INTEGRATION: CWS mingwport06 (1.63.54); FILE MERGED 2007/08/24 13:26:00 vg 1.63.54.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d2c4b5c1fcdc5b0da6faf5b608cbea4e72bf521c]

        INTEGRATION: CWS mingwport06 (1.49.32); FILE MERGED 2007/08/24 13:26:00 vg 1.49.32.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [05483b99829c64846941c35c47fee3d3051c5484]

        INTEGRATION: CWS mingwport06 (1.21.76); FILE MERGED 2007/08/24 13:25:59 vg 1.21.76.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5624a671336fdae8ba6d7d82391893eaf95cf121]

        INTEGRATION: CWS mingwport06 (1.3.358); FILE MERGED 2007/08/24 13:25:59 vg 1.3.358.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b1fd9b21f949a07e02d88945e62691cc652a3e6f]

        INTEGRATION: CWS mingwport06 (1.15.138); FILE MERGED 2007/08/24 13:25:59 vg 1.15.138.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4f3a149b8c3b4f2a37f18b16d9b9f88ccbdea9e6]

        INTEGRATION: CWS mingwport06 (1.12.446); FILE MERGED 2007/08/24 13:25:59 vg 1.12.446.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [812c6f6abe1f9a4b26efedd2dfbd45186316bcad]

        INTEGRATION: CWS mingwport06 (1.4.446); FILE MERGED 2007/08/24 13:25:59 vg 1.4.446.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [da84e095839482d4bc36f985905417a09d4160a7]

        INTEGRATION: CWS qadev30 (1.4.42); FILE MERGED 2007/07/03 17:56:28 cn 1.4.42.1: #i79071# use DesktopTools.closeDoc() in cleanup()

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1514489b3bd487e19566885d748732d22b5e4fb9]

        INTEGRATION: CWS mingwport06 (1.1.1.1.2374); FILE MERGED 2007/08/24 13:25:58 vg 1.1.1.1.2374.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d794bb6ad1a395d41c6bf34cc0547896a06d4234]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:52:46 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5ce5948aa54f18bcd80d1aba6d8a03c795fce164]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/07/16 19:55:54 cn 1.1.2.2: #i78980# bugfix 2007/06/28 18:52:32 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [270c4f08aaab215bea1cb7a340d738c2d4adccc7]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:52:17 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9c12e2dece080ca95f806610de9830924709208b]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:52:00 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4e31a83e0bf3aeb52d77606a69df55ee8796d82d]

        INTEGRATION: CWS qadev30 (1.4.42); FILE MERGED 2007/07/05 07:46:32 cn 1.4.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [36eb675f9dffae04fb472adb6fbe622b79499398]

        INTEGRATION: CWS qadev30 (1.5.42); FILE MERGED 2007/07/16 18:40:12 cn 1.5.42.2: #i79247# set the Property "MeanValue" to true 2007/07/05 07:46:31 cn 1.5.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [10aeb2dcd68d41776e3b9bba437f98b26a255575]

        INTEGRATION: CWS qadev30 (1.4.42); FILE MERGED 2007/07/05 07:46:31 cn 1.4.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c3eaf06eedb14053ab7f8824998b93203525f5c6]

        INTEGRATION: CWS qadev30 (1.5.42); FILE MERGED 2007/07/05 07:46:31 cn 1.5.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9636dcb9b0ec22c4870735b3de0a22b1286ea625]

        INTEGRATION: CWS mingwport06 (1.52.60); FILE MERGED 2007/08/24 13:11:36 vg 1.52.60.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [240661b6d0efd8c0792e471fbb01b16ed80753ae]

        INTEGRATION: CWS mingwport06 (1.31.178); FILE MERGED 2007/08/24 13:11:36 vg 1.31.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [96f6226d9596d6e256f481a2e5228aadb54eadba]

        INTEGRATION: CWS mingwport06 (1.69.24); FILE MERGED 2007/08/24 13:11:36 vg 1.69.24.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [19b6af9229ceb16ac888781fb9b23efa7f7ec8fd]

        INTEGRATION: CWS mingwport06 (1.37.102); FILE MERGED 2007/08/24 13:11:36 vg 1.37.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b933b8227cb3e59fc512767ca979ce43d924b192]

        INTEGRATION: CWS qadev30 (1.5.42); FILE MERGED 2007/07/05 07:46:32 cn 1.5.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [02955027eb6568edbe61ec0e8a977d26372d38bd]

        INTEGRATION: CWS mingwport06 (1.76.58); FILE MERGED 2007/08/24 13:11:36 vg 1.76.58.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5ac6d191c0bdfd02b963a97355175e5ff3a250a9]

        INTEGRATION: CWS mingwport06 (1.46.78); FILE MERGED 2007/08/24 13:11:35 vg 1.46.78.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b721d7de891f4b99279578ba8604ffb4a7ff1eff]

        INTEGRATION: CWS mingwport06 (1.22.24); FILE MERGED 2007/08/24 13:11:35 vg 1.22.24.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0854b00b55722f3ace332a7fadf1eafc8f09c084]

        INTEGRATION: CWS qadev30 (1.6.42); FILE MERGED 2007/07/05 07:46:31 cn 1.6.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0a8bc30573716dab0e2d3ebec895052528b11e32]

        INTEGRATION: CWS mingwport06 (1.20.22); FILE MERGED 2007/08/24 10:44:53 vg 1.20.22.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [783b7bdefd6b302b97f49cb85fac1766828cc59f]

        INTEGRATION: CWS qadev30 (1.6.42); FILE MERGED 2007/07/05 07:46:32 cn 1.6.42.1: #i79247# close documents via util.DesktopTools.close() instead of dispose

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cac81578000d7add49f6fbd52a00f8c9772b575a]

        INTEGRATION: CWS mingwport06 (1.15.46); FILE MERGED 2007/08/24 13:03:49 vg 1.15.46.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cf04e175dabbd3be802b24810d8f09bcad499c49]

        INTEGRATION: CWS mingwport06 (1.2.42); FILE MERGED 2007/08/27 12:55:05 vg 1.2.42.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0c80e8d57b8226d5228620abd5b0c7ddf3238eec]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:54:13 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [11396852d643f5053143bf2a61db39af973e9a9f]

        INTEGRATION: CWS qadev30 (1.4.42); FILE MERGED 2007/07/11 10:09:01 cn 1.4.42.1: #i79336# _FillBitmap: check if property is optional

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [94b63f22da7db67e443ced14b6e655f7a205873a]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:53:41 cn 1.1.2.1: #i78980# new initial final version

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [90cd24a176a9a9400f6e438fc156f8e2a7f3df9f]

        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>  [50700760a0fc29dcb95d473c3866d608a2bfc347]

        INTEGRATION: CWS mingwport06 (1.3.178); FILE MERGED 2007/08/24 13:06:54 vg 1.3.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b0dd7183c1989732d454e2e034db8f24d4c142b1]

        INTEGRATION: CWS mingwport06 (1.8.62); FILE MERGED 2007/08/24 13:06:54 vg 1.8.62.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [19a794064b7b5f152ccb83135b89f1e6745d45ed]

        INTEGRATION: CWS qadev30 (1.9.2); FILE MERGED 2007/06/28 18:58:36 cn 1.9.2.1: #i78980# new constructor for XTextDocuments

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6a7e8eea1a687d300879b255f0466afe078be367]

        INTEGRATION: CWS mingwport06 (1.4.138); FILE MERGED 2007/08/24 13:06:54 vg 1.4.138.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d31c5e5d033bedf7bf50720c530abe0ed68d994a]

        INTEGRATION: CWS qadev30 (1.8.42); FILE MERGED 2007/07/02 09:07:40 cn 1.8.42.1: #i79071# to avoid tdoc parameter a new chart document will be crreated via private:factory/schart

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a901e7408171810db0170a8c8f8fdbb85adbec8f]

        INTEGRATION: CWS qadev30 (1.5.42); FILE MERGED 2007/07/11 12:12:19 cn 1.5.42.1: #i74278#: check for OperationSystem > 1

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6922dfe20e78de0564dd91188c0aadb84903064d]

        INTEGRATION: CWS mingwport06 (1.7.62); FILE MERGED 2007/08/24 13:06:54 vg 1.7.62.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c60db97c5ac570479d014bf8aa4f7bc834f7a786]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:43:10 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [045f2471c81499d13ab4ec7599a91382b37fe473]

        INTEGRATION: CWS mingwport06 (1.5.138); FILE MERGED 2007/08/24 13:06:54 vg 1.5.138.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f5825a8760f08f45109a092639e58776ca6517e3]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:37:57 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c2b72e47132e1daeee8f0863fe1c581b5a164c30]

        INTEGRATION: CWS mingwport06 (1.3.144); FILE MERGED 2007/08/24 13:06:54 vg 1.3.144.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1f2c8be43a3411509acddd20bf6c5789ae2181a3]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:38:22 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [663d4c64740f76a6fdfaab6e2aa0854bd8d273a5]

        INTEGRATION: CWS mingwport06 (1.5.144); FILE MERGED 2007/08/24 13:06:53 vg 1.5.144.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dca62e8e4167555b1c9a2e2de510d29770f2b0bd]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:38:11 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [78b1aef7db8ac486bdc7ec3c495f27ef479894b7]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:37:46 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bf547917866144364d4a92d60c14fa652f9c2e4a]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:37:34 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [30b2a56734f07b493512d0653709d9e118b8c9c6]

        INTEGRATION: CWS mingwport06 (1.3.178); FILE MERGED 2007/08/24 13:06:53 vg 1.3.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [96957f3d6ef5758b1de4dd599a6337ce5bf18681]

        INTEGRATION: CWS qadev30 (1.2.150); FILE MERGED 2007/06/28 18:43:35 cn 1.2.150.1: #i78980# update objdsc

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [58046318a16d00742830bb5d4aa08593ca7d65be]

        INTEGRATION: CWS mingwport06 (1.17.178); FILE MERGED 2007/08/24 13:06:53 vg 1.17.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4718e747b45637627832c9e1f06c48bd78020233]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:37:25 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7bc884185231b381cec3423822eceda1da0c9011]

        INTEGRATION: CWS mingwport06 (1.7.62); FILE MERGED 2007/08/24 13:06:53 vg 1.7.62.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d21106b73fd5bd71897c7c00aa49f0e7c4037155]

        INTEGRATION: CWS qadev30 (1.1.2); FILE ADDED 2007/06/28 18:43:20 cn 1.1.2.1: #i78980# new object descriptions

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5f970f02458691d54bbea1f161eb13b1f501f0dc]

        INTEGRATION: CWS mingwport06 (1.33.52); FILE MERGED 2007/08/27 13:59:42 vg 1.33.52.2: #i75499# pragma for MSVC 2007/08/24 13:06:53 vg 1.33.52.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [344820f1839e6a6ef3ef40becd7ed257a44ba599]

        INTEGRATION: CWS qadev30 (1.1.212); FILE MERGED 2007/06/28 18:43:35 cn 1.1.212.1: #i78980# update objdsc

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [96bd1753c6781606e2cfac1b78570cac24a67eee]

        INTEGRATION: CWS mingwport06 (1.2.178); FILE MERGED 2007/08/24 13:06:53 vg 1.2.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [595a87d1ffc863544aa758bbb7a9091580bfe7c2]

        INTEGRATION: CWS mingwport06 (1.4.288); FILE MERGED 2007/08/24 13:06:53 vg 1.4.288.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7678cf56c00fe6253967413462a44523f56cc264]

        INTEGRATION: CWS mingwport06 (1.10.178); FILE MERGED 2007/08/24 13:06:53 vg 1.10.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4fca2a5c8030754bf7817cb3aedaea58ad243d3e]

        INTEGRATION: CWS mingwport06 (1.22.36); FILE MERGED 2007/08/24 13:06:53 vg 1.22.36.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6ad573bbc6caf3b67af43c99bf67ca6288900bde]

        INTEGRATION: CWS qadev30 (1.2.162); FILE MERGED 2007/06/28 18:43:35 cn 1.2.162.1: #i78980# update objdsc

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [50d188029bd276096abb4e035f311ba6300a26ff]

        INTEGRATION: CWS mingwport06 (1.4.178); FILE MERGED 2007/08/24 13:06:53 vg 1.4.178.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f9bdcf893c7df6b9ca47e9903e2b967eb3264814]

        INTEGRATION: CWS mingwport06 (1.29.62); FILE MERGED 2007/08/24 13:06:52 vg 1.29.62.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3f29f698dd8d0c5c9d848aa04c50486a74ab0b6d]

        INTEGRATION: CWS mingwport06 (1.7.62); FILE MERGED 2007/08/24 13:06:52 vg 1.7.62.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [acc3d96f53dfa4a937d9b34f62ed97485596397b]

        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>  [aab9cf7c2e70ff0d4f8bec600f5ca315801acdf9]

        INTEGRATION: CWS mingwport06 (1.6.66); FILE MERGED 2007/08/24 13:05:14 vg 1.6.66.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f234fb20854b1697358ffce660fcbf44e4ad3ba3]

        INTEGRATION: CWS mingwport06 (1.5.54); FILE MERGED 2007/08/24 10:40:45 vg 1.5.54.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5a3956fe57fa8b7ff722d4847ff9f8f8558e10f4]

        INTEGRATION: CWS mingwport06 (1.2.22); FILE MERGED 2007/08/24 14:06:30 vg 1.2.22.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bc36e17cfe4ce1012ec5e3d3d2c18d6114c6a715]

        INTEGRATION: CWS qadev30 (1.2.102); FILE MERGED 2007/06/28 18:43:35 cn 1.2.102.1: #i78980# update objdsc

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7dd35bdd7cdfca2a78ce6654f8c4afff5d2e29e0]

        INTEGRATION: CWS mingwport06 (1.7.58); FILE MERGED 2007/08/24 12:55:23 vg 1.7.58.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [60f828979cc13da71784ea5db5a660ead343ca53]

        INTEGRATION: CWS mingwport06 (1.6.18); FILE MERGED 2007/08/27 14:43:07 vg 1.6.18.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [00cc12e9788ec23ef38ae29f67ee30d0cf5e6168]

        INTEGRATION: CWS mingwport06 (1.7.18); FILE MERGED 2007/08/27 14:43:07 vg 1.7.18.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [615d51d90543b93f9bef6360b7aa567e058cff82]

        INTEGRATION: CWS mingwport06 (1.15.18); FILE MERGED 2007/08/27 14:43:07 vg 1.15.18.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fc02ff9aa2cc4d71e45e0116cd4c4edf522d65e8]

        INTEGRATION: CWS mingwport06 (1.113.74); FILE MERGED 2007/08/24 14:27:26 vg 1.113.74.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c097fda00aa27ccf78e6e40a98b55ee7dc729ab8]

        INTEGRATION: CWS mingwport06 (1.42.42); FILE MERGED 2007/08/27 15:49:03 vg 1.42.42.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a0ca6c71687a209b9dcf908e13e67b13dabb7fd0]

        INTEGRATION: CWS mingwport06 (1.41.42); FILE MERGED 2007/08/28 15:58:23 vg 1.41.42.2: #i80359# MinGW port efforts 2007/08/27 15:49:03 vg 1.41.42.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f1f1515cd99ff0e88f473e2c18742f8cfde51ba8]

        INTEGRATION: CWS mingwport06 (1.1.2); FILE ADDED 2007/08/27 15:50:26 vg 1.1.2.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1ff3b414f3bd54a7428c5ce68d4f1558badc861a]

        INTEGRATION: CWS mingwport06 (1.4.2); FILE MERGED 2007/08/28 14:22:10 vg 1.4.2.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [27ac8b9133c6360b63c3927b8107dae0e76b02b0]

        INTEGRATION: CWS mingwport06 (1.6.12); FILE MERGED 2007/08/27 13:02:54 vg 1.6.12.2: #i75499# pragma for MSVC 2007/08/24 14:03:58 vg 1.6.12.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a46f5a1232f2bfb2660b55c693482d243ec1b2f9]

        INTEGRATION: CWS mingwport06 (1.14.12); FILE MERGED 2007/08/27 13:02:54 vg 1.14.12.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [817a3ffe67b74908cd803a3e9c0a18ad3f7faca2]

        INTEGRATION: CWS mingwport06 (1.3.12); FILE MERGED 2007/08/27 13:02:54 vg 1.3.12.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [83e4c7da2d9cf2e22d73251ea218200609d8b283]

        INTEGRATION: CWS mingwport06 (1.5.180); FILE MERGED 2007/08/27 13:02:54 vg 1.5.180.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0d0424dc9f0f4fa7c5cfb034f50dc75af9aebaba]

        INTEGRATION: CWS mingwport06 (1.2.44); FILE MERGED 2007/08/27 14:22:36 vg 1.2.44.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [60e894990e38270fbae704b56d12a87ca6fd2517]

        INTEGRATION: CWS mingwport06 (1.6.40); FILE MERGED 2007/08/24 13:12:58 vg 1.6.40.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb490f7db1227cd1a9ca2cefb07991735d785e23]

        INTEGRATION: CWS mingwport06 (1.8.40); FILE MERGED 2007/08/24 13:12:58 vg 1.8.40.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [64890f8ed62c4aeb2e337caf12a42f9118f2859d]

        INTEGRATION: CWS mingwport06 (1.5.118); FILE MERGED 2007/08/24 13:12:58 vg 1.5.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7f3eaa8683b80e3fab792051b42d624860d5d109]

        INTEGRATION: CWS mingwport06 (1.6.2); FILE MERGED 2007/08/27 14:13:45 vg 1.6.2.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1e64b56beb4be972f3801f8498adb750c4c430f4]

        INTEGRATION: CWS mingwport06 (1.6.40); FILE MERGED 2007/08/27 14:13:45 vg 1.6.40.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3da8d52c6d4aff34e3dab9383dd91bfdd5fc05e3]

        INTEGRATION: CWS mingwport06 (1.5.40); FILE MERGED 2007/08/27 14:13:45 vg 1.5.40.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [720896f0b5fd149b0fe4bdda8512fbfedee35a7a]

        INTEGRATION: CWS mingwport06 (1.13.2); FILE MERGED 2007/08/31 13:19:55 vg 1.13.2.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e52c6588d067bef19e563e4c22f81d2d685edf04]

        INTEGRATION: CWS mingwport06 (1.4.118); FILE MERGED 2007/08/24 13:12:58 vg 1.4.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [55ab8f13c476dfdfd07abaa1052c0a253468f964]

        INTEGRATION: CWS mingwport06 (1.3.2); FILE MERGED 2007/08/27 14:13:45 vg 1.3.2.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [386a3879bfb2f3402b467825c689474931a31c50]

        INTEGRATION: CWS mingwport06 (1.2.22); FILE MERGED 2007/08/27 14:24:03 vg 1.2.22.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a34a8630fdb9ee3fcd926947709bd5489f2d309d]

        INTEGRATION: CWS mingwport06 (1.2.22); FILE MERGED 2007/08/31 13:19:55 vg 1.2.22.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [013f01bfe80b7b0d0c306c749d1673066edc3ef7]

        INTEGRATION: CWS mingwport06 (1.3.118); FILE MERGED 2007/08/24 13:12:58 vg 1.3.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bab39708399ff305f04d58c964e74236897f850c]

        INTEGRATION: CWS mingwport06 (1.13.90); FILE MERGED 2007/08/24 13:12:57 vg 1.13.90.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6cb388bd4605de67062d24ddcf114a7df1061927]

        INTEGRATION: CWS mingwport06 (1.2.118); FILE MERGED 2007/08/24 13:12:57 vg 1.2.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b5f538e1b9d4cb6f1fb2dcc6ffb45c912ce58144]

        INTEGRATION: CWS mingwport06 (1.2.90); FILE MERGED 2007/08/24 13:12:57 vg 1.2.90.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c7549ae659d4b570cddf8b2b5d9a114c9060e5bf]

        INTEGRATION: CWS mingwport06 (1.3.118); FILE MERGED 2007/08/24 13:12:57 vg 1.3.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7754f31800563f06a75a6c589078a6a30ff34a06]

        INTEGRATION: CWS mingwport06 (1.5.48); FILE MERGED 2007/08/24 13:12:57 vg 1.5.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [968ab99ae4436fa830e1f09bf4022321f6c1e4cb]

        INTEGRATION: CWS mingwport06 (1.4.48); FILE MERGED 2007/08/24 13:12:57 vg 1.4.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [086e130132a91e9b351df026c165a3e6f0102f37]

        INTEGRATION: CWS mingwport06 (1.3.48); FILE MERGED 2007/08/24 13:12:57 vg 1.3.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9eb88381c98ef47c158b7ee5b054ac77b2cf83ef]

        INTEGRATION: CWS mingwport06 (1.6.48); FILE MERGED 2007/08/24 13:12:57 vg 1.6.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6f69182a681540c4eff2049cd1d75e2860da3043]

        INTEGRATION: CWS mingwport06 (1.3.44); FILE MERGED 2007/08/24 13:12:57 vg 1.3.44.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [62887fa98ecf975241094892603cc12b7878469a]

        INTEGRATION: CWS mingwport06 (1.6.18); FILE MERGED 2007/08/24 13:12:57 vg 1.6.18.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c56ec7d0e54240ab00bca8a1d9ba79eb8bbaf9ee]

        INTEGRATION: CWS mingwport06 (1.4.118); FILE MERGED 2007/08/24 13:12:57 vg 1.4.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f437b3fea296eb3511672e9d1b754168767ffe76]

        INTEGRATION: CWS mingwport06 (1.5.90); FILE MERGED 2007/08/24 13:12:57 vg 1.5.90.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0140c3cf86a35c51c70f09376198960befa6c421]

        INTEGRATION: CWS mingwport06 (1.5.118); FILE MERGED 2007/08/24 13:12:57 vg 1.5.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [96bcab6c8eb9f855bf0e8b6e7f016f23f706e947]

        INTEGRATION: CWS mingwport06 (1.17.40); FILE MERGED 2007/08/24 13:12:56 vg 1.17.40.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [156e34966e0d779054f324ee3eb8e326ed7ebca4]

        INTEGRATION: CWS mingwport06 (1.10.40); FILE MERGED 2007/08/24 13:12:56 vg 1.10.40.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ac532c76123f0a10a001024aac3364fe4037f889]

        INTEGRATION: CWS mingwport06 (1.4.118); FILE MERGED 2007/08/24 13:12:56 vg 1.4.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [31d6e15e9a66be9b56fdda1d65f41e25f8a60583]

        INTEGRATION: CWS mingwport06 (1.3.118); FILE MERGED 2007/08/24 13:12:56 vg 1.3.118.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [35a0124c4a3305a8ad8c9858b4e4d6d7e27f2ce7]

        INTEGRATION: CWS mingwport06 (1.2.14); FILE MERGED 2007/08/27 12:42:15 vg 1.2.14.2: #i75499# pragma for MSVC 2007/08/24 14:02:26 vg 1.2.14.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2d9fd6c0bcb491b60d10406f7b899b69fb8125f6]

        INTEGRATION: CWS mingwport06 (1.18.376); FILE MERGED 2007/08/24 13:22:11 vg 1.18.376.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0b0f89c67573848ff38b787b50dc517953bbbbc3]

        INTEGRATION: CWS mingwport06 (1.48.98); FILE MERGED 2007/08/24 13:22:11 vg 1.48.98.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f013e5f0df707b29749bea986dfc66881a894b36]

        INTEGRATION: CWS mingwport06 (1.28.96); FILE MERGED 2007/08/24 13:22:11 vg 1.28.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [29fa13a4c234a4fe6266f22160a339eb974cd808]

        INTEGRATION: CWS mingwport06 (1.15.98); FILE MERGED 2007/08/27 14:30:15 vg 1.15.98.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [27b83ea523288e3aab61506966f736134e85e963]

        INTEGRATION: CWS mingwport06 (1.41.90); FILE MERGED 2007/08/24 13:22:11 vg 1.41.90.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6a07c5c5d2f92bcbf42ec430bfdc550428b4bda8]

        INTEGRATION: CWS mingwport06 (1.47.8); FILE MERGED 2007/08/24 14:00:25 vg 1.47.8.1: #i80359# MinGW port efforts

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [44fd1d64df384e27ccd4955273df33a55f743601]

        INTEGRATION: CWS mingwport06 (1.17.34); FILE MERGED 2007/08/27 12:04:57 vg 1.17.34.2: #i75499# single ifdef for MSVC 2007/08/24 12:58:07 vg 1.17.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a956d7bddbd3f92f8d12094bd0884864b115e55d]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:49 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6d8920c7c43d115e29498b48fff9c0d1697ee6ff]

        INTEGRATION: CWS mingwport06 (1.4.16); FILE MERGED 2007/08/24 12:46:49 vg 1.4.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a0560814b82e9aa7ca9dde91d6d2fa20b1c73d8c]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:49 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [09c21fd5f1be2d052420dfa91bba89a2a3f098b4]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:49 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c54de3eb86d19099dd9611cf551354a9a14aab2d]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:48 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5ec991859ffa8b11fe43b7c833755e6604161144]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:48 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e200efac99570472b9178adabb585cb95f16f1a6]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:48 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [03df7ea6db81fd69ff92d1b6528078ffbf418242]

        INTEGRATION: CWS mingwport06 (1.2.240); FILE MERGED 2007/08/24 12:46:48 vg 1.2.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [57d32eec0e489bce07731288106eb7d53ab7a1f1]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:47 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f15609ebbc6d0f45960bcdc3c11f70411829d89f]

        INTEGRATION: CWS mingwport06 (1.9.14); FILE MERGED 2007/08/24 12:46:47 vg 1.9.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b7c6e84fb6328d5d9a1d08995ddbaae4a90a189d]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:47 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4b8baea86c80e79a555bf1f1ed9d4d0b0bc2200b]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:47 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [70ccf68ae3cf69d4eabd29bdcab6511e4fd5da9f]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:46 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7028bd2372c1becc478fdd5eb976c2e5ae2ce809]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:46 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7793e9ffbec20bf53b691f5dedac5acdc58fcd4b]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:46 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [101228590de87d6cc84dd460f1700816d30a92c5]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:46 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [11d5b1dedcc8b827fababf0ef927aea36f9e3c29]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:46 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [43ea0f5ff869491bdb1de4fa6e0b4ec90f503b72]

        INTEGRATION: CWS mingwport06 (1.6.14); FILE MERGED 2007/08/24 12:46:46 vg 1.6.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ebc168741c546ce30c007f3cc6e2e881dc7de45d]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:46 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1d23df62cca066051973759702ee4a09c7f293b4]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:45 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [baf47619d892eec11180cf9d4f3075b85a79ae37]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:45 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d1072981d067e4c8dd7e92fc3ae7fc532dd22494]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:45 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [630be8cdaf86d277530822d47d56c3f2125d5fd9]

        INTEGRATION: CWS mingwport06 (1.4.240); FILE MERGED 2007/08/24 12:46:45 vg 1.4.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6e06548b7db81a5041a42bce4b2dbc0d6beec17f]

        INTEGRATION: CWS mingwport06 (1.6.102); FILE MERGED 2007/08/24 12:46:45 vg 1.6.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [aa7c392849e445324ca2530f854f8e50bbc8d173]

        INTEGRATION: CWS mingwport06 (1.7.102); FILE MERGED 2007/08/24 12:46:45 vg 1.7.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b165950e0509b5786f8d81d47fbc50818a835649]

        INTEGRATION: CWS mingwport06 (1.12.14); FILE MERGED 2007/08/24 12:46:44 vg 1.12.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [093f9f7e2cdfdd41f9c4e4bb0563062d22eeab86]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:43 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2093c96ee0739124609b01d2da597ce53c9d3ff7]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:43 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c690fdd2d59b7e6fa385153ee01e293cba8c235d]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:43 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a075dbe894a35408161e028214ad95869457a95b]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:43 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b2adc025897789f34ddb29228e6977050dfb4b65]

        INTEGRATION: CWS mingwport06 (1.7.14); FILE MERGED 2007/08/24 12:46:43 vg 1.7.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9c3a09ae5bcb7b5cd5531660e82bd2cc48b3c303]

        INTEGRATION: CWS mingwport06 (1.11.14); FILE MERGED 2007/08/24 12:46:43 vg 1.11.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [957feea9523239a5e59de07d1d70c44a5c35ba59]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:43 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a74fbd6ae198066c03c9df03e65b3e2c1c1882c7]

        INTEGRATION: CWS mingwport06 (1.10.102); FILE MERGED 2007/08/24 12:46:43 vg 1.10.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7fd848ffc1071ebf55b2a31534e15628af2f287a]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:43 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dcda204cb46dfe1db6764625f325d67adb321595]

        INTEGRATION: CWS mingwport06 (1.12.14); FILE MERGED 2007/08/24 12:46:43 vg 1.12.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a8c2a8c1f9c2b097aa6b9eebda08c2f7e3c840d4]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:43 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e956b88d7905d30538784b338ae1c51ffc1eee7a]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:42 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e7e3c2761712fc21abb090f4d12d099c41151984]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:42 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [829d350c28aaf26287c931c2daaaca3041eb27e2]

        INTEGRATION: CWS mingwport06 (1.6.240); FILE MERGED 2007/08/24 12:46:42 vg 1.6.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [64d57c00104b08124fbb86278a864304a8a5233a]

        INTEGRATION: CWS mingwport06 (1.8.164); FILE MERGED 2007/08/24 12:46:42 vg 1.8.164.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e6e073607d6e885b8f79268540ec845f2b4d4eec]

        INTEGRATION: CWS mingwport06 (1.5.242); FILE MERGED 2007/08/24 12:46:42 vg 1.5.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7643a9b6c5f4968c678ebe2c297723ae9460c457]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:42 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [30a80f35edd8e5d5dc2551999c37a401909fe068]

        INTEGRATION: CWS mingwport06 (1.5.240); FILE MERGED 2007/08/24 12:46:42 vg 1.5.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [74ebebd5fcb9c286de553c7211515a05d500ccf2]

        INTEGRATION: CWS mingwport06 (1.7.14); FILE MERGED 2007/08/24 12:46:42 vg 1.7.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4a642b348e37f7a3a01d42d2eac735c91401d34a]

        INTEGRATION: CWS mingwport06 (1.4.240); FILE MERGED 2007/08/24 12:46:42 vg 1.4.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b66bd1b613e651db026fa5ef8fec637ef2dc5026]

        INTEGRATION: CWS mingwport06 (1.5.164); FILE MERGED 2007/08/24 12:46:42 vg 1.5.164.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fab683db85a0cc78f6439588fb44b4efe0d81a65]

        INTEGRATION: CWS mingwport06 (1.6.14); FILE MERGED 2007/08/24 12:46:42 vg 1.6.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7333d03ae0525cabf38ed46b39c7f248f5ed1834]

        INTEGRATION: CWS mingwport06 (1.6.242); FILE MERGED 2007/08/24 12:46:42 vg 1.6.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4577a4a91cac32a42b48755c681b040c8bec59e9]

        INTEGRATION: CWS mingwport06 (1.6.102); FILE MERGED 2007/08/24 12:46:42 vg 1.6.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [555d0c01cc7cc62f1a1a01111fac08e54f7b17a1]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:41 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [981e6de40995c4aead2983b98dc1e9ba7473f22a]

        INTEGRATION: CWS mingwport06 (1.7.94); FILE MERGED 2007/08/24 12:46:41 vg 1.7.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5359e896e09879989e971a7542064d17b353d3ec]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:41 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7562b20ea1ef154bd068c86c7b40f92a953c3301]

        INTEGRATION: CWS mingwport06 (1.9.84); FILE MERGED 2007/08/24 12:46:41 vg 1.9.84.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1c86c7dde0faef5d8e303f29108602f35ac08379]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:41 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5d923b708141497382c4c100156d8756e97c55b9]

        INTEGRATION: CWS mingwport06 (1.8.28); FILE MERGED 2007/08/24 12:46:41 vg 1.8.28.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4a0c9f183e4ac01ca5a179a200ee2d15a4f57ff0]

        INTEGRATION: CWS mingwport06 (1.11.80); FILE MERGED 2007/08/24 12:46:41 vg 1.11.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b9c6157e4ed260a83c8c02d40aeb3b3dfe3ee3d6]

        INTEGRATION: CWS mingwport06 (1.8.94); FILE MERGED 2007/08/24 12:46:41 vg 1.8.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c0c0f2554cf50e700c5a6057cf02e9575b8c7d36]

        INTEGRATION: CWS mingwport06 (1.7.94); FILE MERGED 2007/08/24 12:46:40 vg 1.7.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4fdd3c34ecf92f6c0332433137ac13697b948c6d]

        INTEGRATION: CWS mingwport06 (1.9.84); FILE MERGED 2007/08/24 12:46:40 vg 1.9.84.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [30d371172480388ade4256c6f938324809ab5350]

        INTEGRATION: CWS mingwport06 (1.9.94); FILE MERGED 2007/08/24 12:46:40 vg 1.9.94.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6f7613449ccb6700b8be2eaf0b1f04a27faa0659]

        INTEGRATION: CWS mingwport06 (1.10.60); FILE MERGED 2007/08/24 12:46:40 vg 1.10.60.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dd9d41c390bc0365299b62c529a479ba6d237d40]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:40 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c9be7453947eb61b452688796bd49198ae41a9e1]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:40 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [84b60449ba26cf6bffa1f563a82db61a3bb58112]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:40 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [092ebd3043f49905e9747f01fd0b11ac26c03ca0]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:40 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3b8b6250f4bdaf27789aea3c90cc3c042421621f]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:40 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d77c2767754e206302ce89aa4681da2ee9ae88f5]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:39 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [634d23203cedd37fc81bbc419c7276207841cda2]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:39 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7798e42469883d29b1246b2901fe3bcd0eef6b6e]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:39 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [70604ad52a3a388d2eef82298c346d054b437bbd]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:39 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f097dd871c106cc4da0a902abbe4d156949f15f2]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:39 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4685cd039a652b7f4cfe0ca54c42d08d001c21a8]

        INTEGRATION: CWS mingwport06 (1.4.240); FILE MERGED 2007/08/24 12:46:36 vg 1.4.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [60dce1af50d444e2c811d550105971fdddb30b58]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:36 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ef5b24224e05fa6ef2cd8b7b62cdf380a38dd909]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:36 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [293594689e7b9e8aed1de8e097fcc8ae50084a7b]

        INTEGRATION: CWS mingwport06 (1.5.242); FILE MERGED 2007/08/24 12:46:36 vg 1.5.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b0f4a5cf8b5830a57b2d78b1221ac36b09ecdb8d]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:36 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dab55a46a701a1c968ac8b1596c8b8438132e560]

        INTEGRATION: CWS mingwport06 (1.6.156); FILE MERGED 2007/08/24 12:46:36 vg 1.6.156.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [88a83d03caea6fdc565672f9efaede218ddc0f17]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:36 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [df6c1ad026e3c04c3672a691fe9c2247136b59dc]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:36 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [67cd019b5b6dc7b4e9a92fd87052a06b74dd3774]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:36 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [46a604c5e62d06ec98d6ed2febd904edeef06fb7]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:36 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [03f0659ec5a0d3a23c06595a6436164fa2517387]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:35 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e63417a74fb99e4e91cfac4a948fb525c2ebf1e1]

        INTEGRATION: CWS mingwport06 (1.4.240); FILE MERGED 2007/08/24 12:46:35 vg 1.4.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ad6606709b3a4c8bd6c3645c949f2b9a9656a504]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:35 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d81a018f342408d58e0fc13334dd63c818b68b04]

        INTEGRATION: CWS mingwport06 (1.6.240); FILE MERGED 2007/08/24 12:46:35 vg 1.6.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [191073630e94c111e1406b6f95449626ab0eb608]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:35 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4f6d2045e34e4eb3d00109e280002ee1e27fa3ae]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:35 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d876b065711fb128dbc4de02be544299f672a1b1]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:35 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [676a26e10ef8d5d40a1f5104559c19638300a77f]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:35 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [32a7a352fb921fc4596f88ed211e00d9199e47a4]

        INTEGRATION: CWS mingwport06 (1.6.26); FILE MERGED 2007/08/24 12:46:35 vg 1.6.26.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d601c0e98f708efb47b9ec4fe00434d1390d6412]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:34 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b4d521f54ed1668afb61705a7ee59358dc192ec9]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:34 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f0616d16e00183f942aad2e63466ec1ee54c47bd]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:34 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [677b4bc3ccd9e3f44f64b970f03bd37b7ccaa6dc]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 12:46:34 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [15852767bb193d9bf32130cb2a21959c17ad104e]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:34 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb79fe5a4aa7681afc9281afe032cd37e5e326fe]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:34 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [46b9f1d69fe684775d5c820788e0797026c70ddf]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:34 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c800d9695285607154460c5c615400d99e93f81a]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:34 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [aadfaead3bae0539c0bc422de196371119374aef]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:33 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f23da0397bb9a8822dfd20c1cc2b4459ecdb5616]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:33 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9d515723fc2d92bccc7bb17f4c72498aedd5a2ff]

        INTEGRATION: CWS mingwport06 (1.8.102); FILE MERGED 2007/08/24 12:46:33 vg 1.8.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f7388bc8d1d180518e4086f8809505065d69c736]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:33 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ce484ed0ea21c9906faf45a80a7d896ee4921532]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:33 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [df9cd3758a60d6b02a25531afcabbaf45bfa0843]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:33 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2cf015d68aea0e1da1ede489ebaae3edae757b1c]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:33 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ab50c460d5bacc675a606b9106d04627007f2856]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:33 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e9a63e6f31051bfa957a6f0ffe132dc50fee3db9]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:32 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1995ff0f3d74208d318c71c1b4b33d7b54016be2]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:32 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3629e7b697c660e319f716031723611b9194de79]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:32 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c1699450d5fcd784139e023bae56e3b3e46002ad]

        INTEGRATION: CWS mingwport06 (1.5.156); FILE MERGED 2007/08/24 12:46:32 vg 1.5.156.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bbfd64051867fd5fdbce6602bd3d460e7ee2bf4e]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:32 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [066cdec381c59111bbeea55327f5bbb0e005d526]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:32 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a717a4ccd185d42ab9e364af27d74c604d25fd32]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:32 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [51c7fc32ff0bac4ad81c66cead07bc3aadad2812]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/27 12:27:34 vg 1.4.114.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cc1c9c1716e3d405985073d1a650f78b3700f751]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:32 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [29e21a5a75e0760746984c574f32642ac5e90ce2]

        INTEGRATION: CWS mingwport06 (1.6.14); FILE MERGED 2007/08/24 12:46:32 vg 1.6.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3539642552d5440282f8c472dddce55e1db007b0]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:32 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb0943e1ccdd0d344a4c19f269117572234d09bd]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:31 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [71f917a4b96a8b5a7bb49f49fa4d2cca38ee004f]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:31 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0b697c07ab9cb71f6cd9c45a91c0db94e0dc654a]

        INTEGRATION: CWS mingwport06 (1.6.102); FILE MERGED 2007/08/24 12:46:31 vg 1.6.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4e8e4be6c1f31bb4d5f55756c449628ba3f1fe51]

        INTEGRATION: CWS mingwport06 (1.7.102); FILE MERGED 2007/08/24 12:46:31 vg 1.7.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e8e89eb4fcc3fd740d815e7ea444fad688e40bdc]

        INTEGRATION: CWS mingwport06 (1.7.34); FILE MERGED 2007/08/24 12:46:31 vg 1.7.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6284ff94e9d35dff26275f9d889f68c41ccbbb06]

        INTEGRATION: CWS mingwport06 (1.6.86); FILE MERGED 2007/08/24 12:46:31 vg 1.6.86.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [49ef1d75705a2218ade1c3cac55ab4375868618e]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:30 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0d7a0f272a5fefc5d91717c1c3c53b2748956b2d]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 12:46:30 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1fd927d0143ecc628b6f46f0131378f4ddfd0109]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:30 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [467a7fa86e65c8deed0590ce5ac056449cee4df2]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:30 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0ceae397323a6d3a954fdc350332a5e9d079026c]

        INTEGRATION: CWS mingwport06 (1.10.114); FILE MERGED 2007/08/24 12:46:30 vg 1.10.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7e52565720926cf4e57c7799e3e80b692a821a6d]

        INTEGRATION: CWS mingwport06 (1.13.80); FILE MERGED 2007/08/24 12:46:30 vg 1.13.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [251d4c224dad16296329d0373779c90d487b1cd6]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:30 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f81a438d96620437e93d48a13d8e857fbd4ba12c]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:30 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9728e20461fefea4804f1f21fd3163c6af64a8f4]

        INTEGRATION: CWS mingwport06 (1.11.48); FILE MERGED 2007/08/24 12:46:30 vg 1.11.48.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e97b7d4f0384e4c4651afd643334fa636293fb69]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:30 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e261c0c7c0191ce52d439be208d417cddb311a11]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:30 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d4d7ce801310658f31f54199506d1c7c79606292]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:29 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2edf71edc0c593b2b28686744274bbba38732145]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:29 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1fecee10e333f51a5f17bd783436785a60379c94]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:29 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e18e85248bce17978c52b95323615c9c1477f2d6]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/27 12:27:34 vg 1.7.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:29 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1407fd65af7db059bce1b1a70a835d8b82cdb136]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:29 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b4ece1ca4527503ecb8c6b03bf94ec04f94e3e7a]

        INTEGRATION: CWS mingwport06 (1.6.102); FILE MERGED 2007/08/24 12:46:29 vg 1.6.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0554ba3fe016ce5b834d96b877ad01b4d47b2b03]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:29 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dc87006adca2613a7a0d44191beaa6336f97ac12]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:28 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5a040e4399e5297629ce53e2a165a3e908f8e8fa]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:28 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4cfe991018c88968439763aea0e0b8ffadaaf012]

        INTEGRATION: CWS mingwport06 (1.7.102); FILE MERGED 2007/08/24 12:46:28 vg 1.7.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1f33d6786c71eb448b2de4504887005a77f8e61b]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/27 12:27:34 vg 1.7.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:28 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [39687d7007d28a90530a6d20405bb9cc8ba64c43]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:28 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [45a6d47ec772abe970400aff58f18201f77dc879]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/27 12:27:34 vg 1.8.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:28 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [38355310d66040a1e29b94c75682a0564da6236f]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:28 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c7043218436a23fbdd813242a687fe2841343386]

        INTEGRATION: CWS mingwport06 (1.10.96); FILE MERGED 2007/08/27 12:27:34 vg 1.10.96.2: #i75499# pragma for MSVC 2007/08/24 12:46:28 vg 1.10.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e39aeb1c15e4662bc4f219e93f825e168d3af3ff]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:28 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6a808c5bdd84148cd23684a52b14cd510c22d2e0]

        INTEGRATION: CWS mingwport06 (1.8.96); FILE MERGED 2007/08/24 12:46:28 vg 1.8.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [89c288e1634293c541e483582bf7c4f3ea95588d]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:27 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f912d152ab69ccf2a29ba31207bc4b2bdda2370a]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:27 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [097fc82a88694e82b414ccf55ade4566dd055aa7]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:27 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c2d39646b725b58978598aacc35e0f972add2702]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:27 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f62fb48ae906f4ee458a7b52ca2b9ec1be45804c]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:27 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f58a2dffc9bd0393cc524f054032cd0de7147391]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:27 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [95ff2c2347bd21620ec49cd0793632963c529bc2]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:27 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f4e76398bf9d101ddca3383419a264cebb7f52a2]

        INTEGRATION: CWS mingwport06 (1.10.114); FILE MERGED 2007/08/24 12:46:27 vg 1.10.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6e70e796d9506a78d19dcde41b3749e42e1324fb]

        INTEGRATION: CWS mingwport06 (1.11.14); FILE MERGED 2007/08/24 12:46:27 vg 1.11.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0432673cb2cdfe2b60c06b82d32a2e52453c56fb]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:26 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9b68259ffad8de59d27c010b9aecd5f0f2ff9938]

        INTEGRATION: CWS mingwport06 (1.8.102); FILE MERGED 2007/08/24 12:46:26 vg 1.8.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7c03fc2e584ffe602237ff3b058f8a86f7abf499]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:26 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4d384520435211fa0514c33179f68049a1b64726]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:26 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2994ed8ae2e7ec2758ed8161b337f0230764a41c]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:26 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bbd04ef04bc92913b4d2022c044d3afdd2f9e4c8]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:26 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2a3b3d8f1618cd1c360e4cf2701d6e4d820c2f71]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:25 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0cf828688b6590584733048c273a3659be9e7bec]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:25 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f145c59548d023e67211c7871680a1f8cdb4516f]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:25 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6630ae14eaaeb365c308e16da6feb9160c5262c4]

        INTEGRATION: CWS mingwport06 (1.7.96); FILE MERGED 2007/08/24 12:46:25 vg 1.7.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1716b70f65a4daec6edd1fe1549bc09cc6071142]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:25 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [52b35f15062a398be98d8833d5f3ded13804de26]

        INTEGRATION: CWS mingwport06 (1.7.102); FILE MERGED 2007/08/24 12:46:25 vg 1.7.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b53c6bec4893fa886eef400f16d4c814db833ce8]

        INTEGRATION: CWS mingwport06 (1.12.34); FILE MERGED 2007/08/24 12:46:25 vg 1.12.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a293f2a597d7bf1d547fedb277f84f08b276abbe]

        INTEGRATION: CWS mingwport06 (1.11.34); FILE MERGED 2007/08/24 12:46:25 vg 1.11.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [aeba809e4f7231ede6cc731e7a55761735ce7e21]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:25 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb7ba5ce1abe0e064f20f51d7042a71eab595acf]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:25 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [178363f0e736bbccb75781640285213ac50f81b7]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:24 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bfd3c4572fbd0358fd1e5422cd44de8e738046ef]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:24 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [47162b27458a2b44b6e07be9902b0dc469e0a720]

        INTEGRATION: CWS mingwport06 (1.7.102); FILE MERGED 2007/08/24 12:46:24 vg 1.7.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [caa83fcb33d0a0925a43e573c9ba5678777ca634]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:24 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [482bc44e21b2772fe4b0f5b41ba4e5f71d18d508]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:24 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e9bd4a509099cf55927dd2167af62fbd97ae9d20]

        INTEGRATION: CWS mingwport06 (1.10.34); FILE MERGED 2007/08/24 12:46:24 vg 1.10.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2f41262a996076d91d8eaa61bd84322de7ef1896]

        INTEGRATION: CWS mingwport06 (1.3.240); FILE MERGED 2007/08/24 12:46:24 vg 1.3.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [82a43d1b403491a7f8ea6097539681be05321cc8]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:24 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b9caf7780eb709bc07a61a076f6598ddef42fcc0]

        INTEGRATION: CWS mingwport06 (1.11.80); FILE MERGED 2007/08/24 12:46:24 vg 1.11.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bb0e5117dd56f13ea460d3130164553b7280a7a7]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:24 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a49d42941842068ec496409c3f7ba27fa1349636]

        INTEGRATION: CWS mingwport06 (1.8.102); FILE MERGED 2007/08/24 12:46:24 vg 1.8.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [75597ac4bf235f197892cfeaca61e6b600a0b9a4]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:24 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [84b0ef341ee7be5dc9c4c6eec2b3b06beae80850]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:24 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f58646de43a5f75458c17a72d096af7cc2a366ba]

        INTEGRATION: CWS mingwport06 (1.12.80); FILE MERGED 2007/08/24 12:46:23 vg 1.12.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3fffe215891c7cae88dcd55486143fdb4be062c2]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:23 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7f744323ced0b75ceec9f5ce1e8e0cec77c5efbc]

        INTEGRATION: CWS mingwport06 (1.11.34); FILE MERGED 2007/08/24 12:46:23 vg 1.11.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [87a79813b1e4f985c32b22da0766f59a09254515]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:23 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [772626ba8bdf860d362811b7fe3becae2fae0793]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:23 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [03ceb804937fdad58fc83a1da9c9d5c47b745192]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:23 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a9912e161ef51b2ecbc3f1735e90aa5ca7e3b1a7]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:23 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8f0e750595b15061ecea8820a9ecd5c6f76d69b7]

        INTEGRATION: CWS mingwport06 (1.8.102); FILE MERGED 2007/08/24 12:46:23 vg 1.8.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [21ca39e432671d1c181f23bce729fa3b42bf66b5]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:23 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3ed1ca7c6307aefb3fc7b7913fc32b457f8a8a83]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:23 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8d27b483c2c7518e9488faadafefe854ecc05ac8]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:23 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [76eeffe58fda9d50e58d81353e7d682f3b403b9e]

        INTEGRATION: CWS mingwport06 (1.7.34); FILE MERGED 2007/08/24 12:46:23 vg 1.7.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [aa8238a345a78566d8a30fb0c49317ba63761a00]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:22 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4e51e1dc1e3f6a9038d5664acb61db7f83ed3a2b]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:22 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5805a1749a413e7aadde6a6b8e2ce8ed55ee6181]

        INTEGRATION: CWS mingwport06 (1.4.242); FILE MERGED 2007/08/24 12:46:22 vg 1.4.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2986e58c42dfb2ef15f8ef9c6bdf18326ce1a1fe]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:22 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7583011b914ec6442b43e0b8ed8f75e117f2a76b]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:22 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [57db2ca2e275a0e851400ee0ef441e8600adc744]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:22 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [da07db6cf7a8148e02cd2116aaeaf8d6b14d7dc0]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:22 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5134a3996be8b1f87dd60e478ebac50f27c3602a]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:22 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [527dd500c22e090318a83bc2cf3866c088235ac6]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:22 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [afa448a70a829c214bca38ec785f2d0339ff35b4]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:22 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [37e469ae0f023603e75281ede5792c8bd55c4035]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:21 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6f06c8289cae23519758c56a209b1fe2055a460b]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:21 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5465eed95fa44a24637481cbcffcfcfad9225f25]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:21 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [76818018f87d0cd538a2da4f18aa3479c8c9e4d5]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:21 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [69f8da0faa9311a54e0f6f559459cb987ecc1168]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:21 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4d70dca830d386ca54e3129cfc236163b6046149]

        INTEGRATION: CWS mingwport06 (1.9.102); FILE MERGED 2007/08/24 12:46:21 vg 1.9.102.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3fd5f24bdc2b3185fea9502315120c26941288eb]

        INTEGRATION: CWS mingwport06 (1.4.80); FILE MERGED 2007/08/24 12:46:21 vg 1.4.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0defa46c5b64a9c936c5d78eebdd34e8dddc963e]

        INTEGRATION: CWS mingwport06 (1.5.50); FILE MERGED 2007/08/24 12:46:21 vg 1.5.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3afbeb3a9e42fa931f6d86d68ece17f51fe5f727]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:21 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1fd38ba2158da0914c55d8b7bb56dbc3cd242477]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:21 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c7284350aa729ad8cc56aef7c438fe6441b125ed]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:21 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ca923fcf8a2cffadda1efe3d353bc407b7184194]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/27 12:27:32 vg 1.7.114.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bea827a2486b18b4887f1b1eee3449e650526a31]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:20 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dde010b7b01a98d23d26066e565ed303a6c3db40]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:20 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2d655482b826daf16e93281130fbd23be031cb43]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:20 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [13582a74d8e677cbbae2db1361ff0dd22c1b4409]

        INTEGRATION: CWS mingwport06 (1.3.240); FILE MERGED 2007/08/24 12:46:20 vg 1.3.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dc6a1189ff5976fbead509b01601c0f011508500]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:20 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c0f4036e286a8560500ea8a368457bfd2ffbf508]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:20 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5504d864990b4edcf9e791d457ca3ce99a524a28]

        INTEGRATION: CWS mingwport06 (1.7.96); FILE MERGED 2007/08/24 12:46:20 vg 1.7.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [023e65a568c0ff57f5dffd88f80ffa06c038ea0c]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:19 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4ae5ef1a747786fdf27dc19fbea7b6e0cad3a5c4]

        INTEGRATION: CWS mingwport06 (1.11.34); FILE MERGED 2007/08/27 12:27:31 vg 1.11.34.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [00d47c02a1f5eccabe80de10fb31c3765a4bc073]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:19 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5141b284f45d383323a8561a1549460db3039152]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:19 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [82ac49e5b8b7e300663731906ff876f10a88c1d3]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:19 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3395e91c4c8dea16770e7d84970e007555d1d4bc]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:19 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e3c0ab4b929f520d3d4474eba7ddc75662c6fc73]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:19 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2ef910ce8ec593385fb496152486ba423e6f6d9f]

        INTEGRATION: CWS mingwport06 (1.11.114); FILE MERGED 2007/08/24 12:46:18 vg 1.11.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4a0374c385d3f4d310d06ccc82dcea40d88c2941]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:18 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7c498ba67977398e7d908253e48a72537000542a]

        INTEGRATION: CWS mingwport06 (1.4.34); FILE MERGED 2007/08/24 12:46:18 vg 1.4.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [08cca373affc7dbbda47fbdbe212762ab615c65f]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:18 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5282025c523ee76ae85e297868d56bbe9297f167]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:18 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9b915b673611e5928c9cdfa94cfdccee48e6dcb2]

        INTEGRATION: CWS mingwport06 (1.15.50); FILE MERGED 2007/08/24 12:46:18 vg 1.15.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ea7eeda88f4c63f0f17853dad46e47e8c194205e]

        INTEGRATION: CWS mingwport06 (1.12.34); FILE MERGED 2007/08/24 12:46:18 vg 1.12.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b4a1df4c6acb4661438aa6f4b2b790a3d697ba47]

        INTEGRATION: CWS mingwport06 (1.5.80); FILE MERGED 2007/08/24 12:46:18 vg 1.5.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [234eee8ed47bf0e6a38695ba1ea419a2a21af1fe]

        INTEGRATION: CWS mingwport06 (1.7.96); FILE MERGED 2007/08/24 12:46:18 vg 1.7.96.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [02a8325611c6d60b023e069a4abb9fd0f5a03d9e]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:17 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2feb370f7a861b9a7989735afb8ae5ee620df2f9]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:17 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [250ad8cc448a39e24b26f23c8b486d63a5924794]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:17 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c33713bbdca491f8951d8f53d896672f3addf245]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:17 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [81e3684a94d8899bbb3336fff08e0c518d471809]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:17 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [87a0683ff68947575ba4dff3edaca562bf3e73d5]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:17 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [81ab31038d4315e531c321051c4b44502e3e18a9]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:16 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [964063dad6124a00f95961316ac2df71461d1a34]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:16 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ebd42a9b28f45c3e5ff0abb33e903fae4b57b073]

        INTEGRATION: CWS mingwport06 (1.12.14); FILE MERGED 2007/08/24 12:46:16 vg 1.12.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2d043d92b5fccd6e3daee50c516f104bda37be07]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:16 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [80289cd80345159430d5bf09b12fb7e0d520664f]

        INTEGRATION: CWS mingwport06 (1.7.34); FILE MERGED 2007/08/24 12:46:16 vg 1.7.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [14275e804b29e15211cb3905bb7e56b9e11add90]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:16 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0ce13f2dd547ed463dbad68095771bc30d5da36d]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:16 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [46c75e0650b27fe1a98f5181c1b96ba02b4e9047]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:16 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3ade62e1140b219e72b7a0936439e99ff97492a4]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:16 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [729351f8c4b19d1ae25c63e202f30a31992301d0]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:16 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6f31a48cb3f999f4ba1c36b0ce96d363bd31d487]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:15 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c28ed00d52ea734a041011a19dbacf260af7ac0a]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:15 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f2c96e7d2fc6cce553d437db9c94b0277be9ccc7]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 12:46:15 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [66081d470d083762035aa016624878334e046222]

        INTEGRATION: CWS mingwport06 (1.10.114); FILE MERGED 2007/08/24 12:46:15 vg 1.10.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1d055e16bd6b1c6766493518c4ff437e434c91eb]

        INTEGRATION: CWS mingwport06 (1.5.242); FILE MERGED 2007/08/24 12:46:15 vg 1.5.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ab30fa4cafd96a913a28167f8d1150406f08b1b1]

        INTEGRATION: CWS mingwport06 (1.12.16); FILE MERGED 2007/08/24 12:46:15 vg 1.12.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [740b1d3b7fa4383e476a0cf78284baf7d443bdbd]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:15 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e342da0b9987ec80f436a53a487fe7eade483e25]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:15 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b8b3702b669de21d8d4113e2ead1afe11249ccde]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:15 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [681fa1fcdaa2cdbbbea2ec87012459053fd94ddd]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:15 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [36f9a00e10218df22a66f0b902e119c4118bd7ba]

        INTEGRATION: CWS mingwport06 (1.15.16); FILE MERGED 2007/08/27 12:27:31 vg 1.15.16.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a630e9a2c9b4c5d3f3caee4ec24c84e5e46d3cc9]

        INTEGRATION: CWS mingwport06 (1.16.16); FILE MERGED 2007/08/27 12:27:31 vg 1.16.16.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3c48862046ffd0a68433b0f584522b08085d3208]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:15 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cfbc096d4ac7712d86c736074583ff517623c96a]

        INTEGRATION: CWS mingwport06 (1.3.240); FILE MERGED 2007/08/24 12:46:15 vg 1.3.240.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cabe849044835091c26f24c9f15613e837665066]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 12:46:14 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5bcfc2b74885790470fa85cc2aab756e1b780d2e]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:14 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ae02bda69db79a58bfe30f3ac754c1dba446c41f]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/27 12:27:31 vg 1.8.16.1: #i75499# pragma for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [590b943ae4795bf1237692cbb8800990e73ff45f]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:14 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4db53fe3de5049974c78a60489447a5b283fcf99]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:14 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [78ad6e609823c1e1bfd7e40903cec34d48b7ab54]

        INTEGRATION: CWS mingwport06 (1.5.50); FILE MERGED 2007/08/24 12:46:14 vg 1.5.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [164c4a992ce531bd13563555d630391c3d83d04a]

        INTEGRATION: CWS mingwport06 (1.8.50); FILE MERGED 2007/08/24 12:46:14 vg 1.8.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b50c6e22fe24fd13a6a7ff00bb95c6b9d956500b]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:14 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [df7b96e052dc150917eba03f8c66343995deb71b]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:14 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [eb9e07e65cfdcaa0c08f7ca7bed7c6ea1f4069c1]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:14 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [74aa135bc1bf897758cadf110a571e898d7d4fd3]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:13 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4deeb1fbabd12fb13a42e2eafb52f14b74f6e621]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:13 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4a3f83ee2f75af1811a296bb06160b44eaa602f6]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:13 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7410bd85cf01c92acef5693490140fc4625ee38a]

        INTEGRATION: CWS mingwport06 (1.5.156); FILE MERGED 2007/08/24 12:46:13 vg 1.5.156.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [51a7d3f79d98ed1a250b47d3fa0c49eee4142a90]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:13 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2359fb948eb1fcbf282105e7177727c3d3117a46]

        INTEGRATION: CWS mingwport06 (1.12.16); FILE MERGED 2007/08/24 12:46:13 vg 1.12.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5c622875fc68940c3801cf76ad8c134addf186b2]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:13 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e91b072af4bf4b26b3c3ecf5d3de2dd700d0fe5e]

        INTEGRATION: CWS mingwport06 (1.14.16); FILE MERGED 2007/08/24 12:46:13 vg 1.14.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [56ca13f8cef4765e3bfff40e642f80766e85abf1]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:13 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1522ad348c81f8b1f537f524865534b27203a650]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:13 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7abdf41e05edefc749dbee5d81c0ad9cf1b98099]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:12 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1f5287fb22ee608bc6f29beea5b31d1221032791]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:12 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [25d7b6e7fe38407ac16067887dee41b41c831b7f]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:12 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bc1046d91a0f47e405ae97c2c9524953a3973f59]

        INTEGRATION: CWS mingwport06 (1.12.16); FILE MERGED 2007/08/24 12:46:12 vg 1.12.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [426ca3b92d5443f1267b01c496dc4600214c8340]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:12 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [409026665abb65fbcab4bd760a52b267598472f1]

        INTEGRATION: CWS mingwport06 (1.4.34); FILE MERGED 2007/08/24 12:46:12 vg 1.4.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3317b9fa2b12d9164447a60c7a55abcc51f8cecf]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:11 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ba708e716012e568537934d80528f0ba33197269]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:11 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8f9c1ecfe8315ac2ecea9932a27604273e515a9c]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:11 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b3a0226238ebb8d34b1632ba157c6ee7762930bb]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:11 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [735c0449e8d7aa40e3c478f2aaedec9c774b039a]

        INTEGRATION: CWS mingwport06 (1.3.242); FILE MERGED 2007/08/24 12:46:11 vg 1.3.242.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3bc1c51b5551f5cef0704854b8874db9e29de43e]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:11 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [258a15d2f378c5d5f025dc3b3dd49515efaede8a]

        INTEGRATION: CWS mingwport06 (1.6.34); FILE MERGED 2007/08/24 12:46:11 vg 1.6.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [27bcbaf9fba84baedb1c66bd7cd9bd6b67c9ef4a]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:11 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6a4e14943e7981aa7358bacd1282069a774aed83]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:10 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7901a86cd3ddaf42d6476d8dc75b26193c394455]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:10 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1a10ff11effc9523c6a2cef44f0883608e273619]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:10 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c5d8045b719a5e5759e4e394b261f82c43b7157a]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:10 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6efa3586a76bc83c77d15a4ac415aede29c7d511]

        INTEGRATION: CWS mingwport06 (1.8.14); FILE MERGED 2007/08/24 12:46:10 vg 1.8.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e30123256c8373fe3b130f435ac2c0032e440afa]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:10 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [97af798940bd223d3be03433f028997066840fa4]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:10 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [219c47b048a45558033168d1cdc2f5691915d831]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:10 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [29a08c607488c338440d325a87d88b79d15061bb]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:10 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [467aca56805db4af7ac1b7b4f913e3b7b4096bef]

        INTEGRATION: CWS mingwport06 (1.11.16); FILE MERGED 2007/08/24 12:46:10 vg 1.11.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ed441fd584710af6193e4bf9204818373ad0cf4c]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:09 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9d387e09ba69555aba38c32d4fad42b4081ea800]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:09 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [45854bd025978f83f7de09fa87976478bebe875e]

        INTEGRATION: CWS mingwport06 (1.7.14); FILE MERGED 2007/08/24 12:46:09 vg 1.7.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4147e22e3da4604085fe6e80e0dc80afec5ea934]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:09 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [068cd80bddbc10615099c452b45ae90b31e0e361]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:09 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [39c5631367b22fd793f2d45fa992834e7e345a3a]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:09 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [722026d1689dacf1a125fc4bdc98e625f03af52a]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:09 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [92aa9f177cba2d8416cbc50f22b3f542d0b77c5b]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:08 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0931e5518c7e51f26f8fc2675edc44bd5affd686]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:08 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6e72bca9812ecb6daa73402e75fda4b57766fbb5]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:08 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [73f3b6d1e9671a0fc3e84d1cbc233f1dc179749a]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:08 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2b0b66ac240f9427e5851226214ab81169429460]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:08 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7e82370c8be9d4bb1c5cad558144c644a1c03d9c]

        INTEGRATION: CWS mingwport06 (1.9.114); FILE MERGED 2007/08/24 12:46:08 vg 1.9.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [855fe0ad86a6719c8df98a5c3ef6dd20264d472e]

        INTEGRATION: CWS mingwport06 (1.9.14); FILE MERGED 2007/08/24 12:46:08 vg 1.9.14.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c00cdbee0ae1e02c3c87fb207ef9e391a2e67f73]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:08 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1a9c263f927205d7f2ecfd83522f10cdb5ca9bc1]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:07 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [667eb630a840a5bc9aa3e15a8c3d79cf580751fd]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:07 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9082fa90751127c85ca3d989748dcecad1ab5a57]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:07 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d0d7dfa0f28a5ca7da204babb722e4086b5e5ec1]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:07 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4f8fa6822fe3d73dc58aaa336cd0be7b31c89f0e]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:07 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6acd72c14c074227e85f883a8ee9704d0e8b8fc6]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:07 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0a8ff23ec9da86521d76dd68334498ddf83ae026]

        INTEGRATION: CWS mingwport06 (1.7.16); FILE MERGED 2007/08/24 12:46:07 vg 1.7.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a25ab6be67276d2aa8ccce3f561b9c297d8ea45c]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:07 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [20e79ad0731f4e165953b4b2d7da7e1c0ebbdcb4]

        INTEGRATION: CWS mingwport06 (1.6.16); FILE MERGED 2007/08/24 12:46:05 vg 1.6.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dff4cfa96d8a5843d8a9a7ac30f8a9c1d575e447]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:05 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [43156f9c431ff4c650d0f3822532005f7f5e845e]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:05 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d349975ef454b56cb56adb73076e18da11b529f2]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:05 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0fd751ad0066246505c2444ddd28e2eba2c7dfcf]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:05 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6da88e19d2593212a021febae4a4d2f5e9445cd6]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:04 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b6987f464824f737eb10719cbca0ce0a4cdb4f24]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:04 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5ac56b2cfb24b69eed1f0715d1a65390790e7b84]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:04 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cb7273709165df6515a01e0ea75032e08626860a]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:04 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2f032c0a8653f7063ceacd22c4b688e8b515df1a]

        INTEGRATION: CWS mingwport06 (1.6.80); FILE MERGED 2007/08/24 12:46:04 vg 1.6.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [52c0a5133e94035d9b9bf0486aac3b5eae627003]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:04 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a4eebb13ae4640b692af4a3b61e36612e869861c]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:04 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [92f7ffe76641b5e2ce74fbd76535e24a3ac8949b]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:03 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9f4a6d933cd270b55267fbb335c0fb7ec4c19268]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:03 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c78db386c5aff6020ce2e2504a11d4b4a7d0c197]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:03 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1b2f7bfefdc468e89c8dc28fbe26dda2085c0ef1]

        INTEGRATION: CWS mingwport06 (1.7.34); FILE MERGED 2007/08/24 12:46:03 vg 1.7.34.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [91daaf4720989b5df22eb8a990f5f4f10fc1fe3b]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:03 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d5bd1b717dac7663e3191d9a8a5998f216c0377d]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:03 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [673c9ba5261d5428f77cb50c49d940e1ff926a7b]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:02 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5afc0fe223d5db9a101d3042d1b027aba3c43773]

        INTEGRATION: CWS mingwport06 (1.10.50); FILE MERGED 2007/08/24 12:46:02 vg 1.10.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ddba25bba629db86a691183754b5cb7df370abe7]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:02 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [94c0db22a6e88c80bb97d41c620a618aac96acf3]

        INTEGRATION: CWS mingwport06 (1.8.16); FILE MERGED 2007/08/24 12:46:02 vg 1.8.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [cdb8091caaf550a6d6bc4933f017221af1fc323d]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/27 12:27:31 vg 1.7.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:02 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f9b74246c40962075509cf60f1dd7e5dbc6179d8]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:02 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9fe0d8199451b019eda6f9e00323c23ea11aeee5]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:02 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [4f913fc9aaa31c5dd1b15175aef8957e72eefa13]

        INTEGRATION: CWS mingwport06 (1.12.50); FILE MERGED 2007/08/24 12:46:02 vg 1.12.50.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [944d577662eea686e551fe44ffeabfe90339a5c0]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:01 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9c3ed5f4502aabb6395bc7ac8c3da84a983a1000]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:01 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [fb69dbc32a9b9258517906db1a4780ac71a1859b]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:01 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7ca9ee9d6bce26fa05e8276cbff25ee9fd47e705]

        INTEGRATION: CWS mingwport06 (1.7.80); FILE MERGED 2007/08/24 12:46:01 vg 1.7.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f5725d9b40351ed4e6f9d3ad11af679567e1ef3c]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/27 12:27:31 vg 1.7.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:01 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [413693b7030a2c62c3178c468813ac22c891623d]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:01 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6d5152811f946c38666fd4cf92933ea9ea705493]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/27 12:27:31 vg 1.6.114.2: #i75499# pragma for MSVC 2007/08/24 12:46:01 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [868480d423acd6186e26ea9d866bc3c85246f287]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:01 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [42c23c492eaf598029b66ecf8b61e9d04b1cd251]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:01 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9c6308b5397f86ac4f5630a13e21acb1c3443534]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:46:00 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7fbb1285c7daacfa9297072a599797fd726d47f5]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:46:00 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9f46792e29b8c4a1d693565d63a4b73c18ad9ea1]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:46:00 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2f2cefd052262535dc4d1075c9cb5053850dd1f6]

        INTEGRATION: CWS mingwport06 (1.5.26); FILE MERGED 2007/08/24 12:46:00 vg 1.5.26.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [50d7062b4fd3c284c2b251fdc2a43805c37fcc7e]

        INTEGRATION: CWS mingwport06 (1.8.114); FILE MERGED 2007/08/24 12:46:00 vg 1.8.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a1235563bbd9dcc0af5d626f8c5da7ac207187b8]

        INTEGRATION: CWS mingwport06 (1.10.16); FILE MERGED 2007/08/24 12:46:00 vg 1.10.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a6fe0bac4dafce30b4390f3a1461e26d0eb0eec8]

        INTEGRATION: CWS mingwport06 (1.7.114); FILE MERGED 2007/08/24 12:46:00 vg 1.7.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [15c3942fd965b10b9277f87078dfc6eb4d708b1c]

        INTEGRATION: CWS mingwport06 (1.13.16); FILE MERGED 2007/08/24 12:46:00 vg 1.13.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e7d9a78333400885f7c5e4d34bcff26a3d1349de]

        INTEGRATION: CWS mingwport06 (1.9.16); FILE MERGED 2007/08/24 12:46:00 vg 1.9.16.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e709d7515cd80ac26f605a90181e378b9e7c1a8b]

        INTEGRATION: CWS mingwport06 (1.4.114); FILE MERGED 2007/08/24 12:46:00 vg 1.4.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [143c47083c0129ed18011e9f394d5adbc97d2502]

        INTEGRATION: CWS mingwport06 (1.13.80); FILE MERGED 2007/08/24 12:46:00 vg 1.13.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bed53bf2faceaae6ac79643ce1b61fcfe8e72f64]

        INTEGRATION: CWS mingwport06 (1.10.80); FILE MERGED 2007/08/24 12:46:00 vg 1.10.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a2cb58e0285233b15f80510105f877877d693233]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:46:00 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a021e81e920862025a4e997fbcef38766a545145]

        INTEGRATION: CWS mingwport06 (1.8.80); FILE MERGED 2007/08/24 12:45:59 vg 1.8.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e78e973ecb1002495abe0de1573d342329bd4656]

        INTEGRATION: CWS mingwport06 (1.6.114); FILE MERGED 2007/08/24 12:45:59 vg 1.6.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [546e30d46b34e8a4d917a46ff3ba5776e1c8f144]

        INTEGRATION: CWS mingwport06 (1.5.114); FILE MERGED 2007/08/24 12:45:59 vg 1.5.114.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [0e00a0ca4a6cdbc193ccf5124db9bc54837d5be9]

        INTEGRATION: CWS mingwport06 (1.9.80); FILE MERGED 2007/08/24 12:45:59 vg 1.9.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [e2c968abcec138f67ec942661f6224e36b522cd4]

        INTEGRATION: CWS mingwport06 (1.3.244); FILE MERGED 2007/08/24 12:45:59 vg 1.3.244.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [8d5f89461c88625070d7338dbc7090042cedd9fd]

        INTEGRATION: CWS mingwport06 (1.3.80); FILE MERGED 2007/08/24 12:45:59 vg 1.3.80.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d4d8f7b0fd07c8e3c778cc36ea5a994a7f4ca6f4]

        INTEGRATION: CWS mingwport06 (1.13.12); FILE MERGED 2007/08/24 12:57:05 vg 1.13.12.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5f39844db512997d750dfa3c91a1552b24cebc0b]

        INTEGRATION: CWS mingwport06 (1.2.188); FILE MERGED 2007/08/24 12:57:05 vg 1.2.188.1: #i75499# pragma is for MSVC

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f292478c32f5ae32a5313805b5a33f8f6be745d9]

        INTEGRATION: CWS native100 (1.9.52); FILE MERGED 2007/08/23 14:50:00 is 1.9.52.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [56fd56c5cc748b69b6b5e654ae77b23581b5c948]

        INTEGRATION: CWS native100 (1.17.274); FILE MERGED 2007/08/23 14:49:59 is 1.17.274.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1f7446bd26529a064dea1410a6b9ed62ab2f94bc]

        INTEGRATION: CWS native100 (1.4.800); FILE MERGED 2007/08/23 14:49:59 is 1.4.800.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5ae70e97e6fe9c5b9fdc62e3360944322fb64e1d]

        INTEGRATION: CWS native100 (1.6.484); FILE MERGED 2007/08/23 14:49:59 is 1.6.484.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5f6be8f24d70defe56df3cb79d6bdafd010431c8]

        INTEGRATION: CWS native100 (1.17.16); FILE MERGED 2007/08/23 15:34:26 is 1.17.16.1: #i80938# package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [593d3d528687e63c293b388189a7950b219049e9]

        INTEGRATION: CWS native100 (1.2.706); FILE MERGED 2007/08/23 14:49:58 is 1.2.706.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b1c0c5dcd5bcffd04af0538e5237bf5139be8b2e]

        INTEGRATION: CWS native100 (1.8.578); FILE MERGED 2007/08/23 14:49:58 is 1.8.578.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [968554782ecc105d91d2a9bb1b91735f7bfa2acf]

        INTEGRATION: CWS native100 (1.3.542); FILE MERGED 2007/08/23 14:49:58 is 1.3.542.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6b682b1975fd5f2a6cf6721a8dd02e449eb8b1a0]

        INTEGRATION: CWS native100 (1.10.530); FILE MERGED 2007/08/23 14:49:58 is 1.10.530.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [393f7c5b294189e0bb84a8031ab8beea864b4deb]

        INTEGRATION: CWS native100 (1.59.2); FILE MERGED 2007/08/23 15:22:23 is 1.59.2.1: #i80938# simpler call of make_installer, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [70e574794deba234f4450152f43474ae29e78593]

        INTEGRATION: CWS native100 (1.4.72); FILE MERGED 2007/08/23 14:49:58 is 1.4.72.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [dde8702a6382208ca60148cc5cfca13774ac01c2]

        INTEGRATION: CWS native100 (1.6.54); FILE MERGED 2007/08/31 10:56:34 is 1.6.54.1: #i80938# additional languages

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a92915fc58c58f388939cd0ca17d19641e9d5b77]

        INTEGRATION: CWS native100 (1.5.54); FILE MERGED 2007/08/31 10:56:34 is 1.5.54.3: #i80938# additional languages 2007/08/31 10:33:05 is 1.5.54.2: #i80938# additional languages 2007/08/23 14:49:57 is 1.5.54.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a09ced222398ed5d73223141bae3456d25ed3d46]

        INTEGRATION: CWS native100 (1.5.54); FILE MERGED 2007/08/23 14:49:57 is 1.5.54.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [f9f9a72e427125e85c81995f25e306bcfd3fbc61]

        INTEGRATION: CWS native100 (1.71.2); FILE MERGED 2007/08/27 08:50:24 is 1.71.2.2: #i80938# include OOOIGNORE because of missing ooo package for fonts 2007/08/23 14:49:57 is 1.71.2.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [17e96653fd4d86f11dcd7072cf86069e2e09d1f3]

        INTEGRATION: CWS native100 (1.5.2); FILE MERGED 2007/08/23 14:49:57 is 1.5.2.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [898f9b771fd423328f83a8b3759ba173c1e59bd9]

        INTEGRATION: CWS native100 (1.3.68); FILE MERGED 2007/08/23 14:49:56 is 1.3.68.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [01ccb9fef8fcf38ca14b102782ba86e11bc0707b]

        INTEGRATION: CWS native100 (1.13.276); FILE MERGED 2007/08/23 14:49:56 is 1.13.276.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [43d1ead6623878950deedcc5003792d4c3fea5ec]

        INTEGRATION: CWS native100 (1.5.2); FILE MERGED 2007/08/23 14:49:56 is 1.5.2.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [aa595071f2a300c50479759c8f91dbf2a2c3ba2a]

        INTEGRATION: CWS native100 (1.7.2); FILE MERGED 2007/08/23 14:49:55 is 1.7.2.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [31585293eba15afe8a2c8d86b21b7ae5adea8a96]

        INTEGRATION: CWS native100 (1.13.276); FILE MERGED 2007/08/23 14:49:55 is 1.13.276.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3a8fc679e10b9f8fd349656a461b06f7476b1450]

        INTEGRATION: CWS native100 (1.4.800); FILE MERGED 2007/08/23 14:49:55 is 1.4.800.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ac5d4dcf6b4503cc36ac265a0247fd076c14a63b]

        INTEGRATION: CWS native100 (1.12.276); FILE MERGED 2007/08/23 14:49:54 is 1.12.276.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3ac397d7fe4961948eb5d5ee9690329f5b8def6f]

        INTEGRATION: CWS native100 (1.15.276); FILE MERGED 2007/08/23 14:49:54 is 1.15.276.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d037db722929a32fc370fc09e209cab9f23962e1]

        INTEGRATION: CWS native100 (1.8.68); FILE MERGED 2007/08/23 14:49:54 is 1.8.68.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ad6ff3d39b3b7856064db36da7abc7615d1e6e2c]

        INTEGRATION: CWS native100 (1.5.488); FILE MERGED 2007/08/23 14:49:54 is 1.5.488.1: #i80937# introducing module order

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d07eda0075c422e1cc7ad41c081d23168cde40a5]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:44:53 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c57c39d3d20190f232cbe0cc85de66aabe17079e]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:44:20 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2b9cdee4dbdce7bf4ccafacf76b728907f4b8de5]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:44:06 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [85096069d901cf87bfc075f6e13c45c68370478e]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/09/06 08:56:45 obr 1.1.2.2: #i80938# use latest version of extension shell scripts 2007/08/24 14:43:54 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [eed7935cc94e6a4f8680473dcb99c52ef0958491]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:43:32 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [174bd9a269c7f0fca2b2fdb297d9cd76da0256a5]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:43:21 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c5be924b1add3399c4f2dbdbc03aef19569bfd67]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:43:09 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [3fd94d61452e372635e811def865011dab199bd3]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/24 14:42:59 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [88c47a7d66b7e23665ed4fa71da8650cee81b83f]

        INTEGRATION: CWS native100 (1.1.2); FILE ADDED 2007/08/27 08:51:01 is 1.1.2.3: #i80938# include OOOIGNORE because of missing ooo package for fonts 2007/08/24 15:23:18 is 1.1.2.2: #i80938# shifting package information, introducing wrong gid, to keep OOo 2.4 update mechanism 2007/08/24 14:41:57 is 1.1.2.1: #i80938# shifting package information

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [bb862d229f1e8cde5307a7f1b5a859b60b4c1d7b]

        INTEGRATION: CWS native100 (1.71.2); FILE MERGED 2007/08/23 15:22:23 is 1.71.2.1: #i80938# simpler call of make_installer, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [436ebc958b350554289ea6b99e03f3089e6b35df]

        INTEGRATION: CWS native100 (1.40.42); FILE MERGED 2007/08/23 15:10:35 is 1.40.42.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c29c56447a9e661c6f236de416c0c95dec4408c9]

        INTEGRATION: CWS native100 (1.8.158); FILE MERGED 2007/08/23 15:10:35 is 1.8.158.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a5589da0e0dadb3a0cc61eab291b4ac704262bef]

        INTEGRATION: CWS native100 (1.35.42); FILE MERGED 2007/08/23 15:10:35 is 1.35.42.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6493cca0952f55b304b8424c3868048aeadc0ad7]

        INTEGRATION: CWS native100 (1.14.22); FILE MERGED 2007/08/23 15:10:35 is 1.14.22.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [6ad3c0b97cb2918428073fb9a12a710d14f5ffbd]

        INTEGRATION: CWS native100 (1.18.4); FILE MERGED 2007/08/24 15:16:28 is 1.18.4.2: #i80938# shifting package information 2007/08/23 15:10:35 is 1.18.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [233858082e95c31d84976ff3ef9caedd49e127a6]

        INTEGRATION: CWS native100 (1.18.40); FILE MERGED 2007/08/23 15:10:34 is 1.18.40.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c1530bf05112b482f19a1cb6606876fa1be9109e]

        INTEGRATION: CWS native100 (1.53.4); FILE MERGED 2007/08/23 15:10:34 is 1.53.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [b5e04b2726da209274e84fe9bf08e85e3824e9d4]

        INTEGRATION: CWS native100 (1.4.762); FILE MERGED 2007/08/23 15:10:34 is 1.4.762.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [d408c821b666eb5c11bab16cd2ad8cf4ad78d943]

        INTEGRATION: CWS native100 (1.24.4); FILE MERGED 2007/08/24 15:16:28 is 1.24.4.2: #i80938# shifting package information 2007/08/23 15:10:34 is 1.24.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [119a05d0219cac518054b3bc9587e5cfec1c3776]

        INTEGRATION: CWS native100 (1.44.42); FILE MERGED 2007/08/23 15:10:34 is 1.44.42.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [2c8ae9a8333d01e240053c4dd8f44cd89cb07e2c]

        INTEGRATION: CWS native100 (1.11.4); FILE MERGED 2007/08/27 08:52:33 is 1.11.4.3: #i80938# include OOOIGNORE because of missing ooo package for fonts 2007/08/24 15:16:28 is 1.11.4.2: #i80938# shifting package information 2007/08/23 15:10:34 is 1.11.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [c5fa807ddd1ef91ae8414f125bf7e78d39f5e0a6]

        INTEGRATION: CWS native100 (1.10.54); FILE MERGED 2007/08/23 15:10:34 is 1.10.54.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [7e72c3127ec5f5f28cca46942b94f902b17edbf7]

        INTEGRATION: CWS native100 (1.12.4); FILE MERGED 2007/08/24 15:16:28 is 1.12.4.2: #i80938# shifting package information 2007/08/23 15:10:33 is 1.12.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [ec8bf7f3180191efeceaac11fc1680692062fc2a]

        INTEGRATION: CWS native100 (1.72.4); FILE MERGED 2007/08/27 08:52:33 is 1.72.4.2: #i80938# include OOOIGNORE because of missing ooo package for fonts 2007/08/23 15:10:33 is 1.72.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a66a1127b2896b4682672637e75ca34b803a5202]

        INTEGRATION: CWS native100 (1.68.4); FILE MERGED 2007/08/23 15:10:33 is 1.68.4.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [06e0c00bef9c5d72bd4ba85e4d7022a2cfa213da]

        INTEGRATION: CWS native100 (1.33.66); FILE MERGED 2007/08/23 15:10:33 is 1.33.66.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [47aebea82bdeeae1f72d8fbdba062f34303292ef]

        INTEGRATION: CWS native100 (1.92.22); FILE MERGED 2007/08/23 15:10:33 is 1.92.22.1: #i80937,i80938# introducing module order, package restructuring

2007-09-06  Sven Jacobi  <sj@openoffice.org>  [171c0a61b08e0df73e09670aa0b62c71e4729e42]

        added delzip for ZIPnTargets

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [58f05e5825fa461f714742d86bb420ff5c030eb1]

        INTEGRATION: CWS pj84 (1.90.50); FILE MERGED 2007/08/25 13:05:04 pjanik 1.90.50.1: #i43135#: Remove the string completely so it is not visible for  translators at all.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [a470636edabce2b9c9d23f1d679fe3570a171bc1]

        INTEGRATION: CWS pj84 (1.117.50); FILE MERGED 2007/08/25 13:07:44 pjanik 1.117.50.1: #i53856#: Remove senseless #ifdef...

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [1e2cc4845e935a68040440997e2d49eca74815d1]

        INTEGRATION: CWS pj84 (1.34.110); FILE MERGED 2007/08/25 13:21:21 pjanik 1.34.110.1: #i53857#: Remove ifdef STARIMAGE_AVAILABLE from the resources. Keep  other instances in place.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [65ec9df50fd6b087abcf209eeae7311b4d00d7ab]

        INTEGRATION: CWS pj84 (1.50.110); FILE MERGED 2007/08/25 13:21:50 pjanik 1.50.110.1: #i53857#: Remove ifdef STARIMAGE_AVAILABLE from the resources. Keep  other instances in place.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [9c4d13c0fb96609f60b374fd2360d7a1c55506cf]

        INTEGRATION: CWS pj84 (1.7.110); FILE MERGED 2007/08/25 13:22:09 pjanik 1.7.110.1: #i53857#: Remove ifdef STARIMAGE_AVAILABLE from the resources. Keep  other instances in place.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [433786547e46e2874e2abf1f7785606191c39238]

        INTEGRATION: CWS pj84 (1.66.106); FILE MERGED 2007/08/25 13:22:23 pjanik 1.66.106.1: #i53857#: Remove ifdef STARIMAGE_AVAILABLE from the resources. Keep  other instances in place.

2007-09-06  Kurt Zenker  <kz@openoffice.org>  [5c3484881378299adb84ebac3fb11c3653a43b88]

        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>  [978e4dd3e45cf10ab20b14183506a3618b2c37fa]

        INTEGRATION: CWS ause083 (1.3.940); FILE MERGED 2007/07/17 10:30:33 hjs 1.3.940.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [08d4627eb5b9749b90e87aff155e7b3228c02c7d]

        INTEGRATION: CWS ause083 (1.5.384); FILE MERGED 2007/07/17 10:30:33 hjs 1.5.384.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [0d51a94ec0dc7b4c4777a345d1b2779e0df4fd2c]

        INTEGRATION: CWS ause083 (1.3.26); FILE MERGED 2007/07/24 09:49:04 hjs 1.3.26.1: #i79470# pch for svx too

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [cd52ee496685593340d9f9eec6cb4e990a01943b]

        INTEGRATION: CWS ause083 (1.78.22); FILE MERGED 2007/09/03 10:53:34 hjs 1.78.22.3: RESYNC: (1.79-1.80); FILE MERGED 2007/07/23 12:15:06 hjs 1.78.22.2: RESYNC: (1.78-1.79); FILE MERGED 2007/07/17 10:30:33 hjs 1.78.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [a51f945478cbf297f00c70ac8402c955322129bd]

        INTEGRATION: CWS ause083 (1.11.940); FILE MERGED 2007/07/24 09:49:04 hjs 1.11.940.3: #i79470# pch for svx too 2007/07/23 12:14:49 hjs 1.11.940.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/17 10:30:33 hjs 1.11.940.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [d1768216fcf19b6ee2be3640bc45b8eb2dbf1340]

        INTEGRATION: CWS ause083 (1.17.22); FILE MERGED 2007/07/17 10:30:33 hjs 1.17.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [888b48a3ce61e6aa4cfb3d7a8f779e038de26e65]

        INTEGRATION: CWS ause083 (1.19.22); FILE MERGED 2007/07/17 10:30:33 hjs 1.19.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [2cb165ae274e9aca9f59750b68da6bd7a7934099]

        INTEGRATION: CWS ause083 (1.24.22); FILE MERGED 2007/07/23 12:15:13 hjs 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/17 10:30:33 hjs 1.24.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [a6f61d3369bb68a4f0d2a40bea8fedbbb6701571]

        INTEGRATION: CWS ause083 (1.18.22); FILE MERGED 2007/07/17 10:30:32 hjs 1.18.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [4a0522e25f46f46a02aeec76c9f80b79cba4594f]

        INTEGRATION: CWS ause083 (1.4.940); FILE MERGED 2007/07/17 10:30:32 hjs 1.4.940.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [f17204bae77eecfcfe08ddfef99651efeae52750]

        INTEGRATION: CWS ause083 (1.28.128); FILE MERGED 2007/07/17 10:30:32 hjs 1.28.128.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [e27d3d9ef9238f428395486544b247ef975dd1ef]

        INTEGRATION: CWS ause083 (1.5.22); FILE MERGED 2007/07/17 10:30:32 hjs 1.5.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [f7b0a62757c75144b504a869c247750bdc872d58]

        INTEGRATION: CWS ause083 (1.17.22); FILE MERGED 2007/07/17 10:30:32 hjs 1.17.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [18e5ae76433bbe087fa309c5f7833d0176b37fbc]

        INTEGRATION: CWS ause083 (1.11.22); FILE MERGED 2007/09/03 10:47:34 hjs 1.11.22.3: RESYNC: (1.12-1.13); FILE MERGED 2007/07/23 12:03:23 hjs 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/17 10:30:32 hjs 1.11.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [f284fa9e3ed491f773ea6448bf4dc1c55585be14]

        INTEGRATION: CWS ause083 (1.15.22); FILE MERGED 2007/07/12 14:34:36 tl 1.15.22.1: #i79430# replace svarray types in splwrap.cxx with stl containers

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [1de1d112f968c0f0dfba41f1c7a1e0feb4a7acdb]

        INTEGRATION: CWS ause083 (1.28.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.28.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [25dd1d92b6be697cc7466ab28299f5850844cfe5]

        INTEGRATION: CWS ause083 (1.17.22); FILE MERGED 2007/07/23 12:00:48 hjs 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/17 10:30:31 hjs 1.17.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [abcfe3700dcf14dd66d023ec2dc152d37efae5fa]

        INTEGRATION: CWS ause083 (1.25.22); FILE MERGED 2007/07/23 12:00:29 hjs 1.25.22.2: RESYNC: (1.25-1.26); FILE MERGED 2007/07/17 10:30:31 hjs 1.25.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [1334a8dfc20b677d98c8170c3fa9230bb5eb222b]

        INTEGRATION: CWS ause083 (1.43.22); FILE MERGED 2007/07/23 12:03:31 hjs 1.43.22.2: RESYNC: (1.43-1.44); FILE MERGED 2007/07/17 10:30:31 hjs 1.43.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [8b5865a146dfc0ae12a6c22d22a70a8cf36f37f3]

        INTEGRATION: CWS ause083 (1.9.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.9.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [5878c7e703e1708e1e15dfe264bbcfc2e8400742]

        INTEGRATION: CWS ause083 (1.57.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.57.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [7f013285d1379c1e149a1642af69cb35724df746]

        INTEGRATION: CWS ause083 (1.54.12); FILE MERGED 2007/09/03 10:45:31 hjs 1.54.12.3: RESYNC: (1.54-1.55); FILE MERGED 2007/07/16 09:24:40 hjs 1.54.12.2: #i49470# workaround for almost unbuildable sendreport; general cleanup 2007/07/12 14:34:36 tl 1.54.12.1: #i79430# replace svarray types in splwrap.cxx with stl containers

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [34b29b9462557ddb81e2ecd98498abdb21e19c9e]

        INTEGRATION: CWS ause083 (1.13.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.13.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [feb1db85b2c9638deb2bec0b3788a6e953a19863]

        INTEGRATION: CWS ause083 (1.10.22); FILE MERGED 2007/07/23 12:05:58 hjs 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/17 10:30:31 hjs 1.10.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [599377f65d6c837cd68feb942dc5e21e0d8ff609]

        INTEGRATION: CWS ause083 (1.17.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.17.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [4b562ef0df56f836ea1f2ef12f1805fef191e4c8]

        INTEGRATION: CWS ause083 (1.16.22); FILE MERGED 2007/09/03 10:47:17 hjs 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/17 10:30:31 hjs 1.16.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [c9fc776a2abd26f4e50393ad906aad20dada61b0]

        INTEGRATION: CWS ause083 (1.6.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.6.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [2c30f2c2800f5ee17a67b1a899d56c82860205af]

        INTEGRATION: CWS ause083 (1.21.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.21.22.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [26dbf5fe0602bfdeb5dcc8783739f59f5988d755]

        INTEGRATION: CWS ause083 (1.2.154); FILE MERGED 2007/07/17 10:30:31 hjs 1.2.154.1: #i79470# cleanup to survive pch

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [9c3c92bc310a3d5c951c96006fbdabc5a3027eb0]

        INTEGRATION: CWS impress130_SRC680 (1.3.12.1.2); FILE MERGED 2007/09/04 14:42:56 cl 1.3.12.1.2.1: #i24969# readded fix from presentation.cxx

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [7c63ebb2a4d413c6b4df895902ca6b4b85a8c8c3]

        INTEGRATION: CWS tl46 (1.8.20); FILE MERGED 2007/09/04 10:03:01 tl 1.8.20.1: #i81243# pointer check fixed

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [e7a10c8874016a0768e9456e1d14d66054992879]

        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>  [bdfd7ed115a6f543c9c5d665e191f28e1421ae16]

        INTEGRATION: CWS impress130_SRC680 (1.17.102); FILE MERGED 2007/09/04 13:33:52 af 1.17.102.2: #i81212# Added missing includes. 2007/09/04 13:26:51 af 1.17.102.1: #i81212# In ShouldPaintObject() the paint rectangle is enlarged by one pixel to counter rounding errors.

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [15dcb54b7af359c638a4a058b27b6bafae6f4263]

        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>  [d5cc99aab6d47122831442a87f7cc8e31dea9c9f]

        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>  [b3998c08fde5bb03304900cdd647aa58276220aa]

        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>  [69ea7b38c6e418cc0ec38a266de77754cf64a0fd]

        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>  [acf9db6ba4024617489bbb2e594347a943904b46]

        INTEGRATION: CWS bserver30 (1.4.22); FILE MERGED 2007/08/29 13:41:03 kz 1.4.22.2: RESYNC: (1.4-1.6); FILE MERGED 2007/07/16 09:50:05 kz 1.4.22.1: #149702# improve error handling for build.lst

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [e3234f53ba681c483e4511a084be31ff08d7860a]

        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>  [bc597308897dc2d79dbd9b49d121a93795b2dc48]

        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>  [2126d545349f7f6508bc7e11df5d6d244eb47ab9]

        INTEGRATION: CWS l10nfix22_SRC680 (1.7.52); FILE MERGED 2007/09/03 13:01:56 ihi 1.7.52.1: #i80591# enabled translation

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [0852dbca9ac310b3a3e898a411d7dff04d352ddc]

        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>  [c620a73f39359fea06b84f4e559bc454622bc9d9]

        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>  [d716f42401ba539a48c83b720461a83f97a4d6d9]

        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>  [cca8ca2792a7c95c7153ab742ef245f72f682d89]

        INTEGRATION: CWS hr46 (1.20.200); FILE MERGED 2007/09/04 15:05:14 hr 1.20.200.1: #i81264#: get_master_branch_tag(): provides master branch tag for given master

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [18f912ad9e750fe91657f8991a6e85ed0c5c5912]

        INTEGRATION: CWS hr46 (1.31.2); FILE MERGED 2007/09/04 15:03:42 hr 1.31.2.1: #i81264#: correctly move anchor tag of removed files to the *new* master head

2007-09-05  Kurt Zenker  <kz@openoffice.org>  [1967d8fb182b3101dee4f715e78be384400bc1e8]

        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-09-05  Kurt Zenker  <kz@openoffice.org>  [164bc655bb952f6ecd6818bd25b9ca2805c36061]

        INTEGRATION: CWS cloph09 (1.5.12); FILE MERGED 2007/08/27 23:27:46 cloph 1.5.12.1: Issue number: #i81070# disable X11-heaaders when building an aqua-version

2007-09-03  Vladimir Glazounov  <vg@openoffice.org>  [5791974bbab45697bd64a400408b29f16080d99b]

        SRC680

2007-09-03  Vladimir Glazounov  <vg@openoffice.org>  [dbf8e9af71b4e94cfbf483ad1c4bebad46992408]

        #1000# added include

2007-09-02  Vladimir Glazounov  <vg@openoffice.org>  [4cda8ef1ebf38b9c0d4553d209c754ba9f45cf88]

        #100000# removed unreachable break statement

2007-09-02  Vladimir Glazounov  <vg@openoffice.org>  [1aaaf52b5cc3064485395ae71ebaf6c26ef3538b]

        #100000# removed extra semicolon

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [81265bb3758e4abbde64bf9ce6c70a716e0f4a18]

        new version for SRC680

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [753fd43bfb0e443e3dfebdafe9c28df3e878974c]

        #100000# fixed include

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [c68cd077951d3293c4bcea3f397388b84671b158]

        #100000# generated for new configure.in

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [a7c8bb67e9ed45d32c29c34ff74da33916a55e86]

        SRC680

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [51e0745267365490454e6d385fa842dacbdcd75c]

        INTEGRATION: CWS rpt23fix06_SRC680 (1.3.4.1.6); FILE MERGED 2007/08/29 11:15:24 oj 1.3.4.1.6.1: #i79557# apply patch for SOLAR_JAVA

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [b1082b5afbd0d0af7248b580bb5d84ca28f372ca]

        INTEGRATION: CWS rpt23fix06_SRC680 (1.23.16); FILE MERGED 2007/08/29 11:21:45 oj 1.23.16.1: #i81105# fix for absent extension

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [5fb3776db45a7681aec909239322a02e2b900e92]

        INTEGRATION: CWS rpt23fix06_SRC680 (1.2.36); FILE MERGED 2007/08/29 11:21:45 oj 1.2.36.1: #i81105# fix for absent extension

2007-08-31  Vladimir Glazounov  <vg@openoffice.org>  [db23e39c3f24778a3c76bec1f7827ec0a2e1ef31]

        INTEGRATION: CWS rpt23fix06_SRC680 (1.25.22); FILE MERGED 2007/08/29 14:00:53 as 1.25.22.1: #150518# disable layout manager for previews in general

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c4d3de0f4805a4b3edee1974412b487ac4ba33e9]

        new version for OOG680

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [7d929134de6cc15987cb061567a8835c8d81c068]

        INTEGRATION: CWS tl43 (1.1.190); FILE MERGED 2007/08/29 11:38:26 tl 1.1.190.1: #150479# use OOo dictionaries for Polish in SO

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ae8fef88c008e05b3a199551416937eba3d46aa3]

        INTEGRATION: CWS tl43 (1.1.2); FILE ADDED 2007/08/28 08:35:27 tl 1.1.2.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [4b064791fa4bf0a8245d1e0e67834bf05ee3589e]

        INTEGRATION: CWS tl43 (1.1.2); FILE ADDED 2007/08/28 08:34:33 tl 1.1.2.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [aa07c9e5b3f2cc3eef1d1c08ac9bde159d10d416]

        INTEGRATION: CWS tl43 (1.4.10); FILE MERGED 2007/08/29 11:38:40 tl 1.4.10.2: #150479# use OOo dictionaries for Polish in SO 2007/08/28 08:33:16 tl 1.4.10.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [9c07c4cbf85716d395a863d11842b70380e5b786]

        INTEGRATION: CWS tl43 (1.1.2); FILE ADDED 2007/08/28 08:35:37 tl 1.1.2.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [65145bbba163a7fbc5d2e83dccb1d9c437870f49]

        INTEGRATION: CWS tl43 (1.2.26); FILE MERGED 2007/08/28 08:33:16 tl 1.2.26.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [abc34244e78d3ed91d02ac590c8e6977934de354]

        INTEGRATION: CWS tl43 (1.1.2); FILE ADDED 2007/08/28 08:32:31 tl 1.1.2.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [0bfaf182d0bb52e3e7d7936214e067974f452a15]

        INTEGRATION: CWS tl43 (1.1.2); FILE ADDED 2007/08/28 08:25:07 tl 1.1.2.1: #i71993# Polish dictionaries not installed by default

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [03f9fa8051d0ad33cb5b10382b8617a69082842b]

        INTEGRATION: CWS c05helpfix2_SRC680 (1.33.32); FILE MERGED 2007/08/21 09:22:41 pb 1.33.32.1: fix: #149941# css.text.WebDocument always installed because it is used for help

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2022c573872f0a2810da155388906a9bc8fe73eb]

        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>  [e4326e323e282268b4919a6307912d8861402d96]

        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>  [38acaacb03e5dc84adfb6847566abc3fda13fffc]

        INTEGRATION: CWS impress129_SRC680 (1.12.98); FILE MERGED 2007/08/28 11:37:40 af 1.12.98.1: #i81014# Call MarkDrawHierarchyInvalid() from ClearDrawHierarchy().

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [cc4dc0f91e3e47f9515f2206083dc645dc439ec8]

        INTEGRATION: CWS impress129_SRC680 (1.17.48); FILE MERGED 2007/08/28 11:46:41 af 1.17.48.1: #i80180# Inserting empty pages when printing multiple collated copies in duplex mode.

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [da003b61ec82f2f361c0d60ea87d7cbdf3071349]

        INTEGRATION: CWS os101_SRC680 (1.22.166); FILE MERGED 2007/08/24 06:59:35 os 1.22.166.1: #i79225# escapement fixed

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1d0fd6e941199dea9d2118dfc88069b478fdb451]

        INTEGRATION: CWS hypfix_SRC680 (1.52.144); FILE MERGED 2007/08/27 10:05:21 fme 1.52.144.1: #i80480# Hyperlink attribute is set multiple times during import - BuildPortions has to be called

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [f6539483ec6e89543deab72f3074951ff64ea4db]

        INTEGRATION: CWS rpt23fix05_SRC680 (1.3.4.1.4); FILE MERGED 2007/08/27 08:18:57 oj 1.3.4.1.4.4: #i80529# apply patch for alllingiso 2007/08/27 08:08:38 oj 1.3.4.1.4.3: #i81019# add license id 2007/08/27 05:38:52 oj 1.3.4.1.4.2: #79598# missing copy command 2007/08/27 05:33:34 oj 1.3.4.1.4.1: #79598# remove wrong license text from makefiel.mk

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [8e9aac03291de0ca668fcb84856106d2e7829fe0]

        INTEGRATION: CWS os102_SRC680 (1.41.204); FILE MERGED 2007/08/28 14:30:12 os 1.41.204.1: #i76699# 'inline' directive removed

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [45565fd90590f7f013b169de307741b4cc708917]

        INTEGRATION: CWS os102_SRC680 (1.104.66); FILE MERGED 2007/08/28 13:59:14 os 1.104.66.1: #i76699# centering of loaded documents

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2182faa29b91da4b3f02fbd50f778b7991f584c8]

        INTEGRATION: CWS os102_SRC680 (1.53.66); FILE MERGED 2007/08/28 13:59:44 os 1.53.66.1: #i76699# 'inline' directive removed

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [666af70971bbe562b2155202adda65438d6e0f75]

        INTEGRATION: CWS tkr04 (1.65.20); FILE MERGED 2007/08/28 11:00:40 tkr 1.65.20.1: #i80514#: uui: de string in the source

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [744ee5c8c106c013a525f9778d9f3c394dcd9cc6]

        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>  [136257f6c45e273c090b0d1571c9608562fb57ed]

        INTEGRATION: CWS tkr04 (1.217.2); FILE MERGED 2007/08/28 11:04:13 tkr 1.217.2.1: #i80967#: removes the unused code build

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1f00b4eb55ebfac95295752d327d3a1cef90a913]

        INTEGRATION: CWS tkr04 (1.49.12); FILE MERGED 2007/08/28 10:54:22 tkr 1.49.12.1: #i80967#: removes the unused code

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [bc364f20fcf650eeb3d9ecf28e768c576d85ac60]

        INTEGRATION: CWS mh230_SRC680 (1.2.14); FILE MERGED 2007/08/21 13:39:24 mh 1.2.14.1: add: libstdc++, #i70777#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [8b93488eead43583d904de0705b9620870e9b438]

        INTEGRATION: CWS mh230_SRC680 (1.7.10); FILE MERGED 2007/08/30 11:11:22 mh 1.7.10.1: update of THIRDPARTY list, #i81148#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [96775d6ca088eb2e016dff9329f49486f28f13b4]

        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>  [f8f76135193db3c0771c7d47cad2d2664460da2c]

        INTEGRATION: CWS updchk07b_SRC680 (1.3.16); FILE MERGED 2007/08/29 10:50:22 obr 1.3.16.1: #i81081# Any::get<> throws an exception when empty

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [aad0d81520295503bcde437b3763b21a2b687fe0]

        INTEGRATION: CWS ab41_SRC680 (1.9.46); FILE MERGED 2007/08/29 09:44:26 ab 1.9.46.1: #i80952# Applied patch to avoid memory double free

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [675da5eb485236c20b3582e8f6aada1c8f258864]

        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>  [798ca1b60f8925dbe2bd3c753be7eeb32df1ac7d]

        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>  [1c93028b143c82e174aae5fdb67c46688d07ee81]

        INTEGRATION: CWS tl44 (1.3.6); FILE MERGED 2007/08/28 12:45:57 tl 1.3.6.1: #i78875# FreeBSD specific patch

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [1beb9324a1d4b20609c28d214f4ceb2e62a74d1e]

        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>  [1ace7f189f56e2e2d75edb641e36d8662f62093d]

        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>  [3c0e594857ee9c4184310f7e220e92d12af19a97]

        INTEGRATION: CWS c12v002_SRC680 (1.6.32); FILE MERGED 2007/04/02 09:25:33 jl 1.6.32.1: #t6453597# LocalOfficeWindow has now a method getWrappedWindowHandle

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [d5e43bed6c2aec93fb95b0a18fb46516d9dfa39a]

        INTEGRATION: CWS c12v002_SRC680 (1.3.32); FILE MERGED 2007/04/02 09:25:33 jl 1.3.32.2: #t6453597# LocalOfficeWindow has now a method getWrappedWindowHandle 2007/03/12 14:27:42 jl 1.3.32.1: #t6453597# XSystemDependentWindowPeer.getWindowhandle return a sequences<NamedValue> now which indicates i OOo should use XEmbed

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a2cc55f8ec3f51d4c347fc6346aa2c775c4feb69]

        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>  [f1e2fcae91388e53fef2c73d74f8562e3630c894]

        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>  [7a32c8be1db72dd95d342e2327055fa93cf07e73]

        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>  [4b09ddf529c6b1b918e45cebcf63b0158b4e5b01]

        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>  [4542dfa9bbd9895f3d1a1ee1f810fa1bce310980]

        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>  [6efe250f4306aabc5ba91dfca6e5734164f99d78]

        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>  [75ebfbebef2d0e652ebd674f71d9380657946b52]

        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>  [ff26840fb803921f8fadea3c401fc3755112a4f2]

        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>  [5f4c3967ab253ada4e48023daa8e0a40dfdcf1a0]

        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>  [0b8e14b6fc67426d90302d3a59c28a9ece8ffb6d]

        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>  [b64f9525634d5152bd118081732c02c6fd33561d]

        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>  [671b29b350287259eb8bdcfce72ba0ea282bb149]

        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-30  Vladimir Glazounov  <vg@openoffice.org>  [1dfc89b9e27142d6bd7503c73c957ad44c17fe1e]

        INTEGRATION: CWS localisation22_SRC680 (1.7.50); FILE MERGED 2007/08/23 15:53:20 ihi 1.7.50.1: #i75790# #i80591# #i80827# #i80840# #i80931# Localisation OOo 2.3

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [741bf692d453c72b321a1f56c8d4651e5160d747]

        INTEGRATION: CWS localisation22_SRC680 (1.20.14); FILE MERGED 2007/08/23 17:44:20 ihi 1.20.14.1: #i80931# generic names

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [cb1423b04ecad30c4e7a91285f8d626db08db4c2]

        INTEGRATION: CWS localisation22_SRC680 (1.2.20); FILE MERGED 2007/08/23 14:42:36 ihi 1.2.20.1: #i75790# #i80591# #i80827# #i80840# #i80931# Localisation OOo 2.3

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [77806fbcf450ca1554eb8414af91dfd62c2a65a9]

        INTEGRATION: CWS localisation22_SRC680 (1.3.18); FILE MERGED 2007/08/23 14:42:35 ihi 1.3.18.1: #i75790# #i80591# #i80827# #i80840# #i80931# Localisation OOo 2.3

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [20f38a7c10345018c2c7bd5eed6e03888c5aefed]

        INTEGRATION: CWS localisation22_SRC680 (1.2.20); FILE MERGED 2007/08/23 14:42:35 ihi 1.2.20.1: #i75790# #i80591# #i80827# #i80840# #i80931# Localisation OOo 2.3

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b6a397f662f5e6177fc373450180b8c8258cb709]

        INTEGRATION: CWS bfcoverity01 (1.4.106); FILE MERGED 2007/08/13 11:17:22 jnavrati 1.4.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [630d088c0f53800ab996521fe73b705db7e414b4]

        INTEGRATION: CWS bfcoverity01 (1.4.106); FILE MERGED 2007/08/09 10:22:11 jnavrati 1.4.106.1: #i80520# fix binfilter module (uninitialized values, leaks etc.) according to non-binfilter sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [4c3c062e0cd2f2ba5e215004a171c2b550a03a44]

        INTEGRATION: CWS bfcoverity01 (1.6.8); FILE MERGED 2007/08/09 10:22:11 jnavrati 1.6.8.1: #i80520# fix binfilter module (uninitialized values, leaks etc.) according to non-binfilter sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [34ee5df583d920f4ea53cd5a3c66318347731ca4]

        INTEGRATION: CWS bfcoverity01 (1.5.8); FILE MERGED 2007/08/13 11:17:21 jnavrati 1.5.8.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c50136bea4d20bb06e2d7c2a930b0e577b56eb0c]

        INTEGRATION: CWS bfcoverity01 (1.5.106); FILE MERGED 2007/08/09 10:22:11 jnavrati 1.5.106.1: #i80520# fix binfilter module (uninitialized values, leaks etc.) according to non-binfilter sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2fea5301a1d0348024e7aad4b8b83799ad152eb6]

        INTEGRATION: CWS bfcoverity01 (1.4.106); FILE MERGED 2007/08/13 11:17:21 jnavrati 1.4.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b616071ec37552eb24d30ff01a780a99905b7bcb]

        INTEGRATION: CWS bfcoverity01 (1.2.234); FILE MERGED 2007/08/09 10:22:11 jnavrati 1.2.234.1: #i80520# fix binfilter module (uninitialized values, leaks etc.) according to non-binfilter sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a0d8b98d85f80099d7660276208cbcdabadf047d]

        INTEGRATION: CWS bfcoverity01 (1.6.232); FILE MERGED 2007/08/13 11:17:21 jnavrati 1.6.232.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [5edf7c9024762cde147266ceecc0baf3ab9dd40d]

        INTEGRATION: CWS bfcoverity01 (1.4.232); FILE MERGED 2007/08/15 12:37:06 jnavrati 1.4.232.1: #i80520# fixes a few uninit values in bf_sw that are comparable with non-bf sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c84c49f33fcba207a5b94d14ef5882d255e0c824]

        INTEGRATION: CWS bfcoverity01 (1.6.94); FILE MERGED 2007/08/15 12:37:06 jnavrati 1.6.94.1: #i80520# fixes a few uninit values in bf_sw that are comparable with non-bf sources

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [97f7e08ac5bd94863c695840c8ba515b39ee53eb]

        INTEGRATION: CWS bfcoverity01 (1.6.106); FILE MERGED 2007/08/23 08:29:36 jnavrati 1.6.106.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [257867220b7c906504d6fc448237af1def022893]

        INTEGRATION: CWS bfcoverity01 (1.6.106); FILE MERGED 2007/08/23 08:29:35 jnavrati 1.6.106.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [3fe0a08974aa4d0efaaeab4b6cf84e8299b19c82]

        INTEGRATION: CWS bfcoverity01 (1.7.106); FILE MERGED 2007/08/23 08:29:35 jnavrati 1.7.106.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [cb12dd96354b5698635c8d9c8cdb27c731959cde]

        INTEGRATION: CWS bfcoverity01 (1.9.106); FILE MERGED 2007/08/23 08:29:35 jnavrati 1.9.106.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [5765b164eb7dd42773dcb1198ed58c2d60fc6b8d]

        INTEGRATION: CWS bfcoverity01 (1.10.106); FILE MERGED 2007/08/23 08:29:35 jnavrati 1.10.106.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [856f32e1e53692b83cbfb3059941829fcb97879f]

        INTEGRATION: CWS bfcoverity01 (1.10.72); FILE MERGED 2007/08/23 08:29:35 jnavrati 1.10.72.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [3075c79407fd8b6f44fb9b9df6f99c3a5e3c20d3]

        INTEGRATION: CWS bfcoverity01 (1.8.106); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.8.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b80883da478500db40485115b229d0977e3bb4cb]

        INTEGRATION: CWS bfcoverity01 (1.7.106); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.7.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ab9fe4478a87a58c1c504b13ca3e51662983b995]

        INTEGRATION: CWS bfcoverity01 (1.15.42); FILE MERGED 2007/08/22 12:49:19 jnavrati 1.15.42.1: #i80520# fixes some resource leaks and unused variables

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [e2304129c6c2e91c8729191fe0cea3a5cab3bd80]

        INTEGRATION: CWS bfcoverity01 (1.10.106); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.10.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [20e379785cc13f4072a21d58b29304d63d6cb331]

        INTEGRATION: CWS bfcoverity01 (1.9.106); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.9.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2aae1ce6bc5cbe234a4479f08176ecc0ee10bc91]

        INTEGRATION: CWS bfcoverity01 (1.6.6); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.6.6.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [19abe4f566bd6336d744530af4d0af979a0d77d9]

        INTEGRATION: CWS bfcoverity01 (1.5.106); FILE MERGED 2007/08/13 11:17:20 jnavrati 1.5.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b481fd2ab46bd33edf59e98d4e792ba4ac5c6bd0]

        INTEGRATION: CWS bfcoverity01 (1.6.72); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.6.72.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [fd6ce88aced73f1532798bc665dfab9caba36c77]

        INTEGRATION: CWS bfcoverity01 (1.5.106); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.5.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b3e9c3ef04525f4a3a170fb49fbce8827f263819]

        INTEGRATION: CWS bfcoverity01 (1.7.6); FILE MERGED 2007/08/22 12:49:19 jnavrati 1.7.6.2: #i80520# fixes some resource leaks and unused variables 2007/08/13 11:17:19 jnavrati 1.7.6.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [dd511af9d30fc840c01ad54c83c7d45cbe39fbec]

        INTEGRATION: CWS bfcoverity01 (1.8.6); FILE MERGED 2007/08/27 07:49:40 jnavrati 1.8.6.2: #i80520# uninitialized value 2007/08/22 12:49:19 jnavrati 1.8.6.1: #i80520# fixes some resource leaks and unused variables

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2d2f878e0ac3b9b66bb850704f3d067d20d82e95]

        INTEGRATION: CWS bfcoverity01 (1.9.72); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.9.72.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2df801951ced0ecf2f98f97d8838420f2f818596]

        INTEGRATION: CWS bfcoverity01 (1.7.106); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.7.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ffc88c672bed25911f6c594c57b9b8e20875faf2]

        INTEGRATION: CWS bfcoverity01 (1.6.106); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.6.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b494a79a420cb34883e640ebae351ff3b67a90d5]

        INTEGRATION: CWS bfcoverity01 (1.8.6); FILE MERGED 2007/08/13 11:17:19 jnavrati 1.8.6.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [8818e9082c72f8a4a71a4b1ee36ed712384cd34e]

        INTEGRATION: CWS bfcoverity01 (1.7.106); FILE MERGED 2007/08/13 11:17:18 jnavrati 1.7.106.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [8286c8164ee25107d3d82f4bdec6b95c41e08074]

        INTEGRATION: CWS bfcoverity01 (1.5.42); FILE MERGED 2007/08/22 12:49:19 jnavrati 1.5.42.1: #i80520# fixes some resource leaks and unused variables

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [4558639dbaa80ddb0ce937793a362f885e4f70c8]

        INTEGRATION: CWS bfcoverity01 (1.8.72); FILE MERGED 2007/08/13 11:17:18 jnavrati 1.8.72.1: #i80520# mirror correct initialization values into binfilter according to source in upstream

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [b20de616b3d549bc3a408bce6c626d637a3811b0]

        INTEGRATION: CWS bfcoverity01 (1.8.72); FILE MERGED 2007/08/23 08:29:34 jnavrati 1.8.72.1: #i80520# fixes some more uninit values

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [6135676d78f3b25cdbaa362f056ff6e44dfb57a6]

        INTEGRATION: CWS npower7 (1.6.48); FILE MERGED 2007/04/27 14:32:16 npower 1.6.48.3: #70380 remove some OSL_TRACE bits 2007/04/27 14:09:38 npower 1.6.48.2: Issue number:  70380 limit 'proper' dimension checking to VBA support only Submitted by: Reviewed by: 2007/02/16 17:06:54 npower 1.6.48.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a86aef28642a2850599a2415ede022e9fd9ce5cc]

        INTEGRATION: CWS npower7 (1.27.42); FILE MERGED 2007/07/05 11:44:54 npower 1.27.42.6: RESYNC: (1.29-1.30); FILE MERGED 2007/05/02 09:44:56 npower 1.27.42.5: #i#68898#,#i76819# 2007/04/30 16:18:23 npower 1.27.42.4: RESYNC: (1.27-1.29); FILE MERGED 2007/04/30 11:55:20 npower 1.27.42.3: cleanup 2007/02/27 18:29:10 npower 1.27.42.2: #i68897 constant and dim as xxx support 2007/02/19 10:28:53 npower 1.27.42.1: use a internal flag for vba mode

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [86ff039c9b12066ce813b3ee38dda63b5a5435c6]

        INTEGRATION: CWS npower7 (1.188.2); FILE MERGED 2007/07/05 14:59:01 npower 1.188.2.2: RESYNC: (1.188-1.196); FILE MERGED 2007/05/03 11:09:39 npower 1.188.2.1: #i76844#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [ce16a47856e3bff5a4fca7e59ea9e0ecba4dd2f4]

        INTEGRATION: CWS npower7 (1.20.4); FILE MERGED 2007/05/02 09:16:56 npower 1.20.4.1: #i76822# set 'Option ClassModule' when importing a class module

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [be454d346d9c311c8048088bfdf233b4cc7f9d51]

        INTEGRATION: CWS npower7 (1.39.2); FILE MERGED 2007/07/05 13:16:15 npower 1.39.2.2: RESYNC: (1.39-1.41); FILE MERGED 2007/05/03 09:00:47 npower 1.39.2.1: #i76886# really define LIBCOMPNAME

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [6f66a893bb66faf74dfe95d044a28ed2363ec16c]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/05/17 16:12:07 npower 1.2.2.1: fix warning = error on mac build ( from tinderbox )

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [4468bf48786f8c46b8f4c181108398a924d26ac9]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/08/07 12:59:15 npower 1.2.2.3: more warning removal 2007/07/23 11:51:59 npower 1.2.2.2: get rid of uninitialised warnings 2007/05/18 12:38:29 npower 1.2.2.1: attempt to fix mac errors from tinderbox

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [0a48995a7afe77cc180e9ae4c735575a693f1e5c]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/07/23 11:51:59 npower 1.2.2.1: get rid of uninitialised warnings

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [2116dd63d5cc697ae58ea85bfc37a29006967dac]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/05/03 11:16:34 npower 1.2.2.1: #i76886#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [3bee1885764de9cbb10382bc7b6a6023f0d2b108]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/08/07 12:59:15 npower 1.2.2.1: more warning removal

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [95742fe40d7a96ed2faf4833f00ceea31afd44cb]

        INTEGRATION: CWS npower7 (1.2.2); FILE MERGED 2007/05/18 12:38:29 npower 1.2.2.1: attempt to fix mac errors from tinderbox

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [c08cd218f5d8032b04935a790a53aa744f3bcf1f]

        INTEGRATION: CWS npower7 (1.201.2); FILE MERGED 2007/07/05 11:47:47 npower 1.201.2.2: RESYNC: (1.201-1.209); FILE MERGED 2007/05/03 11:09:38 npower 1.201.2.1: #i76844#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [12319d65ef2bdad1809f4e8d6e72effba8121ed4]

        INTEGRATION: CWS npower7 (1.8.48); FILE MERGED 2007/02/16 17:08:55 npower 1.8.48.1: #i71827 compatible null variant behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [aa9a5e2c2e26ac4ec51efd54ddb79b7a5f7bd649]

        INTEGRATION: CWS npower7 (1.16.42); FILE MERGED 2007/02/27 18:29:10 npower 1.16.42.1: #i68897 constant and dim as xxx support

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [59f10af573235ad414bf02d625a3044814afa6ff]

        INTEGRATION: CWS npower7 (1.27.42); FILE MERGED 2007/05/02 09:45:35 npower 1.27.42.7: #i76820# 2007/04/30 16:17:51 npower 1.27.42.6: RESYNC: (1.27-1.28); FILE MERGED 2007/03/02 11:18:26 npower 1.27.42.5: #i73830i# support for 'i\!' in Like expression 2007/03/02 10:09:48 npower 1.27.42.4: #i73830i# fix windows warnings 2007/02/19 10:28:53 npower 1.27.42.3: use a internal flag for vba mode 2007/02/16 17:14:15 npower 1.27.42.2: #i73830 compatible rtl like function 2007/02/16 17:06:54 npower 1.27.42.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [cf2cfafad68b255d3a262a208adcf8b9fb4817a3]

        INTEGRATION: CWS npower7 (1.35.6); FILE MERGED 2007/05/02 09:44:22 npower 1.35.6.4: #i76819# 2007/02/27 18:29:09 npower 1.35.6.3: #i68897 constant and dim as xxx support 2007/02/19 10:28:53 npower 1.35.6.2: use a internal flag for vba mode 2007/02/16 17:06:54 npower 1.35.6.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [95e6ceeed09b2c3e51c5412bd283c40c37e2954a]

        INTEGRATION: CWS npower7 (1.10.176); FILE MERGED 2007/05/02 09:45:22 npower 1.10.176.1: #i#68898#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [3b23facd4b04b6c780644418e78712d2cfc0adaf]

        INTEGRATION: CWS npower7 (1.33.42); FILE MERGED 2007/05/02 09:44:56 npower 1.33.42.4: #i#68898#,#i76819# 2007/02/27 18:29:09 npower 1.33.42.3: #i68897 constant and dim as xxx support 2007/02/19 10:28:52 npower 1.33.42.2: use a internal flag for vba mode 2007/02/16 17:06:53 npower 1.33.42.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [59b27659ce38a27f4faa7d29127f3eda98e8ee21]

        INTEGRATION: CWS npower7 (1.10.42); FILE MERGED 2007/05/02 09:45:22 npower 1.10.42.1: #i#68898#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [e5ae87877b9f6814c6dd94f306a45b0397dbdb50]

        INTEGRATION: CWS npower7 (1.11.42); FILE MERGED 2007/05/02 09:45:22 npower 1.11.42.3: #i#68898# 2007/02/27 18:29:09 npower 1.11.42.2: #i68897 constant and dim as xxx support 2007/02/16 17:06:53 npower 1.11.42.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [6dfd00d4477e6180cbaeecf04ca03357f943fd93]

        INTEGRATION: CWS npower7 (1.21.48); FILE MERGED 2007/02/16 17:14:15 npower 1.21.48.1: #i73830 compatible rtl like function

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [868cb20bb9edc4266ea439ec49e23fae0dab73c0]

        INTEGRATION: CWS npower7 (1.23.42); FILE MERGED 2007/05/02 09:45:21 npower 1.23.42.1: #i#68898#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [69ba0d06525ec7d7706b7c4a3aa107d26485c535]

        INTEGRATION: CWS npower7 (1.19.42); FILE MERGED 2007/05/02 09:45:21 npower 1.19.42.2: #i#68898# 2007/02/27 18:29:09 npower 1.19.42.1: #i68897 constant and dim as xxx support

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [0e5064562e488e1a277a0d84fbd5595fe0019f76]

        INTEGRATION: CWS npower7 (1.16.48); FILE MERGED 2007/02/16 17:14:15 npower 1.16.48.1: #i73830 compatible rtl like function

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a8911b849f4b114ea7eb1b4f76229e9d3aa5f1c6]

        INTEGRATION: CWS npower7 (1.26.42); FILE MERGED 2007/05/02 09:44:56 npower 1.26.42.2: #i#68898#,#i76819# 2007/02/16 17:06:53 npower 1.26.42.1: #i70380 compatible erase behaviour

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [dc8b72c33a81561f11159e2d1837845187a49bcc]

        INTEGRATION: CWS npower7 (1.16.42); FILE MERGED 2007/05/02 09:45:21 npower 1.16.42.1: #i#68898#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [a87de4a43d013772e08a029775a8ada807c68fa6]

        INTEGRATION: CWS npower7 (1.36.42); FILE MERGED 2007/05/02 09:44:42 npower 1.36.42.3: #i76818# 2007/02/19 10:28:52 npower 1.36.42.2: use a internal flag for vba mode 2007/02/16 17:14:14 npower 1.36.42.1: #i73830 compatible rtl like function

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [459948ab7bc8b8efecf493f5a3a8a21d1fee6ae8]

        INTEGRATION: CWS npower7 (1.46.6); FILE MERGED 2007/07/05 11:44:36 npower 1.46.6.6: RESYNC: (1.46-1.47); FILE MERGED 2007/05/09 15:49:15 npower 1.46.6.5: #i68897# 2007/04/30 11:55:20 npower 1.46.6.4: cleanup 2007/04/27 14:28:50 npower 1.46.6.3: #i68897# remove #ifdef(s) 2007/03/02 10:09:49 npower 1.46.6.2: #i73830i# fix windows warnings 2007/02/27 18:29:08 npower 1.46.6.1: #i68897 constant and dim as xxx support

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [80a36d14e8ca579ffbd086880a231e0ea93e6cf6]

        INTEGRATION: CWS npower7 (1.31.2); FILE MERGED 2007/05/02 09:44:21 npower 1.31.2.1: #i76819#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [316da6ae4a37bdfdc427ca68a620cc6216d4814c]

        INTEGRATION: CWS npower7 (1.39.2); FILE MERGED 2007/07/05 11:44:06 npower 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED 2007/05/02 09:44:21 npower 1.39.2.1: #i76819#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [e3afe6dc69ce491d046a3843e41d1cb460502f23]

        INTEGRATION: CWS npower7 (1.4.14); FILE MERGED 2007/05/02 09:44:21 npower 1.4.14.1: #i76819#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [9aac84d2fb0bf0d6d5ffe228f85a9c668f25cafb]

        INTEGRATION: CWS npower7 (1.2.12); FILE MERGED 2007/05/02 09:44:42 npower 1.2.12.1: #i76818#

2007-08-30  Vladimir Glazounov  <vg@openoffice.org>  [17f7849bc90c3a7596ebd285e6de8f8273e24897]

        INTEGRATION: CWS npower7 (1.2.12); FILE MERGED 2007/05/02 09:44:21 npower 1.2.12.1: #i76819#

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e7fcec87e017ae2ff23792540b9f8157320dec2d]

        INTEGRATION: CWS navorder (1.88.104); FILE MERGED 2007/08/28 08:58:35 af 1.88.104.4: #i68097# Resolved merge conflict. 2007/07/05 23:08:57 af 1.88.104.3: RESYNC: (1.88-1.90); FILE MERGED 2007/07/02 17:00:09 af 1.88.104.2: #i68097# Fixed the constness of GetNavigationPosition(). 2007/06/22 14:52:45 af 1.88.104.1: #i68097# Added support for user defined navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [eef754f8614ec977a9c75ac738e0aa0986bb87a7]

        INTEGRATION: CWS navorder (1.32.240); FILE MERGED 2007/08/28 08:57:23 af 1.32.240.3: #i68097# Resolved merge conflict. 2007/07/05 23:07:25 af 1.32.240.2: RESYNC: (1.32-1.33); FILE MERGED 2007/06/22 14:37:22 af 1.32.240.1: #i68097# Calling SdrObject::GetNavigationPosition() instead of GetOrdNum().

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [1cce88ff207df90fcc52e8f20997c069311d7648]

        INTEGRATION: CWS navorder (1.10.338); FILE MERGED 2007/08/28 08:40:37 af 1.10.338.4: #i68097# Resolved merge conflict. 2007/07/05 23:06:59 af 1.10.338.3: RESYNC: (1.10-1.11); FILE MERGED 2007/07/02 16:59:02 af 1.10.338.2: #i68097# Removed some const qualifiers to avoid compiler problems. 2007/06/22 14:50:58 af 1.10.338.1: #i68097# Added support for user defined navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [24caccce3e9960e4613e5ff400cfb9d96d4d4481]

        INTEGRATION: CWS navorder (1.3.22); FILE MERGED 2007/08/28 08:05:16 af 1.3.22.3: #i68097# Resolved merge conflict. 2007/07/05 14:06:44 af 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/21 13:35:23 cl 1.3.22.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [c0931660e10321293b4574f7d37034826ba81da0]

        INTEGRATION: CWS navorder (1.156.42); FILE MERGED 2007/07/05 23:54:19 af 1.156.42.2: RESYNC: (1.156-1.158); FILE MERGED 2007/06/21 13:38:19 cl 1.156.42.1: #i68097# added navigation order to shapes

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [a5beb893cd43f77a2716f0a9a4be3fb4c347407d]

        INTEGRATION: CWS navorder (1.58.256); FILE MERGED 2007/07/17 14:51:13 af 1.58.256.7: #i79705# Fixed typo that prevented object replacement. 2007/07/13 09:17:04 af 1.58.256.6: #i79569# Turned OSL_ASSERTs into parameter checks that return for invalid parameters. 2007/07/10 12:52:06 af 1.58.256.5: #i79401# Fixed RemoveObjectFromContainer() to remove the right object from navigation order. 2007/07/05 23:21:52 af 1.58.256.4: RESYNC: (1.58-1.59); FILE MERGED 2007/07/04 15:56:10 af 1.58.256.3: #i68097# Fixed SetObjectNavigationPosition() insert position, behaviour of RecalcNavigationPositions(). 2007/07/02 17:05:15 af 1.58.256.2: #i68097# Fixed SetObjectNavigationPosition().  Added ClearObjectNavigationOrder() and SetNavigationOrder(). 2007/06/22 14:54:30 af 1.58.256.1: #i68097# Added support for user defined navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [385c3a6bfad6c976ba9c62425f8828980e43c614]

        INTEGRATION: CWS navorder (1.6.370); FILE MERGED 2007/07/05 23:05:58 af 1.6.370.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/22 14:50:20 af 1.6.370.1: #i68097# Added support for user defined navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [f8e4141a7a467f1e2a460c4309bad9b5b88db392]

        INTEGRATION: CWS navorder (1.2.106); FILE MERGED 2007/07/02 16:57:52 af 1.2.106.2: #i68097# Added SetNavigationOrder() method. 2007/06/22 14:48:49 af 1.2.106.1: #i68097# Added support for user defined navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [9704dc455b4129eaffebea7564eb745ba259286c]

        INTEGRATION: CWS navorder (1.2.106); FILE MERGED 2007/06/22 14:44:38 af 1.2.106.2: #i68097# Changed the implementation of the navigation order support. 2007/06/21 13:37:30 cl 1.2.106.1: #i68097# added navigation order to shapes

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [550f4137f362d7824d9f52e8f4819688c2fb69bc]

        INTEGRATION: CWS navorder (1.7.896); FILE MERGED 2007/06/22 14:40:23 af 1.7.896.1: #i68097# Added support for the navigation order.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [96bc9e3cab49c6ff35a32417ab7e62d6052fdfe3]

        INTEGRATION: CWS navorder (1.18.316); FILE MERGED 2007/06/21 13:40:16 cl 1.18.316.1: #i68097# added navigation order to shapes

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [7e88f12c92c51ef9d2be5f0438250b2670458400]

        INTEGRATION: CWS navorder (1.12.316); FILE MERGED 2007/06/21 13:40:16 cl 1.12.316.1: #i68097# added navigation order to shapes

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [3ad7cb9264109fe752919169009b3308b358baec]

        INTEGRATION: CWS navorder (1.56.38); FILE MERGED 2007/07/05 08:11:32 af 1.56.38.1: #i68097# Force drop action to be DND_ACTION_COPY for entries from the navigator.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [96b7b97abce7f3dbf322fbc853e07e1fe4f19535]

        INTEGRATION: CWS navorder (1.34.52); FILE MERGED 2007/07/05 08:08:33 af 1.34.52.1: #i68097# Added member and access methods for IsNavigatorShowingAllShapes.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [225610e980abc3b5772b854ee97c8e47a404d1fa]

        INTEGRATION: CWS navorder (1.16.130); FILE MERGED 2007/06/21 13:34:40 cl 1.16.130.1: #i68097# added api for shape navigation order

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [bb5fa7558d7133c96309ca8f8c12b6555be757b8]

        INTEGRATION: CWS navorder (1.86.74); FILE MERGED 2007/07/05 17:40:06 af 1.86.74.3: RESYNC: (1.86-1.87); FILE MERGED 2007/07/05 08:06:55 af 1.86.74.2: #i68097# Setting navigation order in one call. 2007/06/21 13:34:40 cl 1.86.74.1: #i68097# added api for shape navigation order

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [8692f538431833ef3d1ce6a189ee896a5c763512]

        INTEGRATION: CWS navorder (1.57.76); FILE MERGED 2007/08/24 08:23:14 af 1.57.76.2: #i68097# Make compiler happy. 2007/06/21 13:34:40 cl 1.57.76.1: #i68097# added api for shape navigation order

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [99dfe38ca656573238e3b27f6a3c83e8ddd60ec0]

        INTEGRATION: CWS navorder (1.30.232); FILE MERGED 2007/07/05 08:05:23 af 1.30.232.1: #i68097# Added strings for drop down menu in the navigator.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [897fa951308ec7c6b2fa0255426fc93314557f74]

        INTEGRATION: CWS navorder (1.14.76); FILE MERGED 2007/07/18 11:21:20 af 1.14.76.3: #i79403# Added argument to GetObjectName(). 2007/07/10 11:12:59 af 1.14.76.2: #i79403# Added support for drag and drop of unnamed shapes. 2007/07/05 08:35:20 af 1.14.76.1: #i68097# Support for modifyable navigation order of shapes.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [9e31b2e383a3f65174fc563ba98c7c6c6bd038c8]

        INTEGRATION: CWS navorder (1.13.116); FILE MERGED 2007/07/05 08:04:06 af 1.13.116.1: #i68097# Added drop down menu for shape filter.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e8c4b5f7b751b1623a257df4f65ca27a37924a8c]

        INTEGRATION: CWS navorder (1.5.444); FILE MERGED 2007/07/05 08:01:58 af 1.5.444.1: #i68097# Added drop down menu for shape filter.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [1bb8c268d2684c09713e83a505553f37cdc37cb2]

        INTEGRATION: CWS navorder (1.7.116); FILE MERGED 2007/07/05 08:00:57 af 1.7.116.1: #i68097# Added member and access methods for IsNavigatorShowingAllShapes.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [49e89275fe2d6860821e0640dc1a4a3416c5c6dd]

        INTEGRATION: CWS navorder (1.27.32); FILE MERGED 2007/07/18 11:20:56 af 1.27.32.6: #i79403# Added argument to GetObjectName(). 2007/07/12 12:21:26 af 1.27.32.5: #i79405# Moved creation of names for unnamed shapes to GetObjectName(). 2007/07/10 11:14:04 af 1.27.32.4: #i79403# Added support for drag and drop of unnamed shapes. 2007/07/09 11:18:57 af 1.27.32.3: #i68097# Avoid crash in NotifyMoving for wrong targets. 2007/07/09 08:17:10 af 1.27.32.2: #i68097# Numbering shapes starts at 1. 2007/07/05 09:10:34 af 1.27.32.1: #i68097# Support for modifyable navigation order of shapes.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [a6f1e76fb26f1c676596341ab309a85cad1ff052]

        INTEGRATION: CWS navorder (1.35.42); FILE MERGED 2007/07/09 08:19:18 af 1.35.42.1: #i68097# Added drop down menu for shape filter.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [5462992e4ff2afdc3f9bbc219d6a683f12280670]

        INTEGRATION: CWS navorder (1.35.52); FILE MERGED 2007/07/05 17:24:38 af 1.35.52.2: RESYNC: (1.35-1.36); FILE MERGED 2007/07/05 07:59:26 af 1.35.52.1: #i68097# Added drop down menu for shape filter.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [6ee1ffbdd3bd8386408a9102b387ac38e687e856]

        INTEGRATION: CWS navorder (1.118.42); FILE MERGED 2007/07/04 15:58:02 af 1.118.42.1: #i68097# Added strings for navigator.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [2f0eba965f293e92fde879900b39bc6a6126d0a6]

        INTEGRATION: CWS navorder (1.16.166); FILE MERGED 2007/07/09 08:20:46 af 1.16.166.1: #i68097# Added drop down menu for shape filter.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [93d71b5ceb11c233d3558d69674ca664d6a3f4cd]

        INTEGRATION: CWS navorder (1.7.280); FILE MERGED 2007/07/05 14:53:59 af 1.7.280.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/21 13:36:15 cl 1.7.280.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [0d581ca89e6cd92c15d524b0555f45f7e1be2b19]

        INTEGRATION: CWS navorder (1.17.130); FILE MERGED 2007/07/23 08:20:59 af 1.17.130.4: #i68097# Fixed include. 2007/07/06 07:42:03 af 1.17.130.3: RESYNC: (1.17-1.18); FILE MERGED 2007/07/05 10:59:20 af 1.17.130.2: #i68097# Added newline at end of file. 2007/06/21 13:36:15 cl 1.17.130.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [c7524dad4f3a5f124f1c97e4573710103ce22ade]

        INTEGRATION: CWS navorder (1.26.282); FILE MERGED 2007/07/05 14:45:43 af 1.26.282.2: RESYNC: (1.26-1.27); FILE MERGED 2007/06/21 13:36:15 cl 1.26.282.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [16852a8639ad5900f8a4cf22365ed5d3ed58f97d]

        INTEGRATION: CWS navorder (1.111.40); FILE MERGED 2007/07/23 08:20:12 af 1.111.40.3: #i68097# Removed duplicate code. 2007/07/05 14:45:18 af 1.111.40.2: RESYNC: (1.111-1.113); FILE MERGED 2007/06/21 13:36:15 cl 1.111.40.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [f1fb2f54e6b8900735288d5c0e35db800f5b6d30]

        INTEGRATION: CWS navorder (1.105.22); FILE MERGED 2007/07/05 14:34:18 af 1.105.22.2: RESYNC: (1.105-1.107); FILE MERGED 2007/06/21 13:35:44 cl 1.105.22.1: #i68097# added draw:nav-order attribute

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [0e7da358d3f65a44a53e9d6028793e19a4f1e3f0]

        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>  [2a0cad125f46c153679fe7da12993bee95938cff]

        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>  [7f1cda84cb336cda509c8b0880f41b7043ee2dd4]

        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>  [342579cd150103d962280f2f69c5996ff9943cd9]

        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>  [d2c2baf1a31d281d20e8b4d4c806dda027b2d5a3]

        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>  [d56bedfb425cf77f176f143455e4a9fb6ce65540]

        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>  [9b9296905ec5ab695ea50ca6cc57ac673908efe6]

        INTEGRATION: CWS binfilterregression_SRC680 (1.14.10); FILE MERGED 2007/08/24 13:45:07 mba 1.14.10.1: #i80067#: wrong string comparison

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [7ab11a98324c6ece74cf772a1edeba543f80adc1]

        INTEGRATION: CWS swqbf107_SRC680 (1.63.14); FILE MERGED 2007/08/17 11:16:24 od 1.63.14.1: #i80724# method <XMLParaContext::~XMLParaContext()> 	 - assure that extra call of method <SetStyleAndAttrs(..)> for 	   the table cell style doesn't cause side effects.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [1d5d014209b10048143764f08de040b5e7918f94]

        INTEGRATION: CWS swqbf107_SRC680 (1.131.14); FILE MERGED 2007/08/17 11:17:27 od 1.131.14.1: #i80724# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - implement handling of new parameter <bSetListAttrs>

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [56cd25e5f7314744ccfda193ee1f3b48779ff2fc]

        INTEGRATION: CWS swqbf107_SRC680 (1.6.14); FILE MERGED 2007/08/17 11:13:50 od 1.6.14.1: #i80724# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - add new parameter <bSetListAttrs>

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [b465d41db78f9e7d2cdda5467d7e334211a1e4b4]

        INTEGRATION: CWS impress127_SRC680 (1.26.108); FILE MERGED 2007/08/21 13:55:34 af 1.26.108.1: #i77688# Calling getFirstViewForAnchor() instead of getView() in GetSlideSorter() to get view for a pane anchor.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [b788b075aacd999e4e3363f3b7c0ea6787b7c2a0]

        INTEGRATION: CWS hr45_SRC680 (1.2.114); FILE MERGED 2007/08/22 14:09:59 hr 1.2.114.1: #i80944#: ChangeRequestQueueProcessor: member mnUserEventId is a pointer in camouflage, change from type sal_uInt32 to sal_uIntPtr for the benefit of LP64 platforms

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [1607f1914a6ef93881dfa72639ec4a0af9f0851e]

        INTEGRATION: CWS bfbasic_SRC680 (1.2.48); FILE MERGED 2007/08/22 07:21:58 fs 1.2.48.1: #i80769# don't share the global SHL_* thingies* with the 'normal' application, have an own instance of them

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [de21ffc07ec66418deb6829434282f046497fc64]

        INTEGRATION: CWS bfbasic_SRC680 (1.3.36); FILE MERGED 2007/08/22 07:21:57 fs 1.3.36.1: #i80769# don't share the global SHL_* thingies* with the 'normal' application, have an own instance of them

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [cb03a9a454fae2410f29ae8b7a70e9dfd7529d88]

        INTEGRATION: CWS bfbasic_SRC680 (1.2.48); FILE MERGED 2007/08/22 07:21:57 fs 1.2.48.1: #i80769# don't share the global SHL_* thingies* with the 'normal' application, have an own instance of them

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [b235120b92d1da0d910fe86ffffe6bfbf2a73a43]

        INTEGRATION: CWS bfbasic_SRC680 (1.3.32); FILE MERGED 2007/08/22 07:21:57 fs 1.3.32.1: #i80769# don't share the global SHL_* thingies* with the 'normal' application, have an own instance of them

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [569f78a202153afbe6f86e604a77429470475d3d]

        INTEGRATION: CWS shellfix06_SRC680 (1.12.18); FILE MERGED 2007/08/20 05:03:07 obr 1.12.18.1: #i80771# replaced (nice and short) bash specific code with something the solaris sh understands

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [c4c84d836c15834c98da95b2b1f3f59434e384ce]

        INTEGRATION: CWS fmsrcres_SRC680 (1.7.18); FILE MERGED 2007/08/21 08:43:51 fs 1.7.18.1: #80555# workaround, don't load 'Search' and 'Cancel' string from the semicolon-separated resource strings

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [0a1b6502b4d9fd1d90d7ff1e4a95659c895fd7e5]

        INTEGRATION: CWS fmsrcres_SRC680 (1.11.18); FILE MERGED 2007/08/21 08:43:51 fs 1.11.18.1: #80555# workaround, don't load 'Search' and 'Cancel' string from the semicolon-separated resource strings

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e6ec07405d9ff9b72bb29de0bfa366d413184135]

        INTEGRATION: CWS extquote_SRC680 (1.18.8.1.2); FILE MERGED 2007/08/16 08:07:08 obr 1.18.8.1.2.1: #i77418# need to adapt the private postrun implementation

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [a1ef18f977012da26d2b568547ab2f2bf9e04708]

        INTEGRATION: CWS xmlmemory_SRC680 (1.4.36); FILE MERGED 2007/08/22 11:54:07 lo 1.4.36.1: #i80902# don't use xmlMemSetup as it may interfere with other clients of libxml2

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [f0e0ef1e77d0b064da889f714c006b0d5c99e6f1]

        INTEGRATION: CWS xmlmemory_SRC680 (1.3.56); FILE MERGED 2007/08/22 11:54:07 lo 1.3.56.1: #i80902# don't use xmlMemSetup as it may interfere with other clients of libxml2

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [db973e6d1bd0056be0d0071f982fda8daa19fb9a]

        INTEGRATION: CWS swqbf108_SRC680 (1.30.20); FILE MERGED 2007/08/20 07:08:01 fme 1.30.20.1: #i80767# According to tono, we should completely remove XlateTxtColName

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [f5b16e0548128d33b8cd47eafdb3277fd9968566]

        INTEGRATION: CWS swqbf108_SRC680 (1.72.20); FILE MERGED 2007/08/20 07:08:01 fme 1.72.20.2: #i80767# According to tono, we should completely remove XlateTxtColName 2007/08/17 11:39:30 fme 1.72.20.1: #i80767# Make sure XlateTxtColName does not return empty string

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [544d4311cbb17fd5461b5822642b03302fb0d18c]

        INTEGRATION: CWS swqbf108_SRC680 (1.105.20); FILE MERGED 2007/08/20 07:25:01 od 1.105.20.1: #i80793# method <SwRootFrm::Paint(..)> 	 - enlarge paint rectangle for objects overlapping the same pixel 	   in all cases and before the DrawingLayer overlay is initialized.

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [571816da4ae2b234fefa09ca39011d6c174064a4]

        INTEGRATION: CWS impress128_SRC680 (1.18.22); FILE MERGED 2007/08/17 14:40:53 cl 1.18.22.1: #i80752# put controls on control layer and added a repaint guard

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [0cc6bd4dc419f441dd883ab32fa8bf254f3cc364]

        INTEGRATION: CWS impress128_SRC680 (1.51.16); FILE MERGED 2007/08/17 14:41:16 cl 1.51.16.1: #i80752# put controls on control layer and added a repaint guard

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [06a143744eb1aa76845cee0eab319cef056e0552]

        INTEGRATION: CWS impress128_SRC680 (1.51.4); FILE MERGED 2007/08/17 14:41:16 cl 1.51.4.1: #i80752# put controls on control layer and added a repaint guard

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e2570b1d99e532507a442b3f03f7a3c1bdc368c7]

        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-28  Vladimir Glazounov  <vg@openoffice.org>  [1a30b497ce903e4ad02138dd0496689c0bb565a5]

        INTEGRATION: CWS native105 (1.4.164); FILE MERGED 2007/08/09 12:19:13 is 1.4.164.1: #130848# Java version in module name

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [3558b33aa2c13538b1757241b0a111355926f146]

        INTEGRATION: CWS native105 (1.5.48); FILE MERGED 2007/08/09 10:59:43 is 1.5.48.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [6c60e51c53df44541af8369152bc233a50287a2f]

        INTEGRATION: CWS native105 (1.7.272); FILE MERGED 2007/08/09 10:59:43 is 1.7.272.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [16a3e3df40cd3be1ccaaa1ed971635849960b62a]

        INTEGRATION: CWS native105 (1.8.48); FILE MERGED 2007/08/09 10:59:43 is 1.8.48.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [115481fc755f6678a212880b1b7836937324740b]

        INTEGRATION: CWS native105 (1.9.14); FILE MERGED 2007/08/09 10:57:26 is 1.9.14.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [e110571e1674464140d7634396be53223f93ea90]

        INTEGRATION: CWS native105 (1.3.4); FILE MERGED 2007/08/10 09:19:36 is 1.3.4.1: #i80476# more provides required for jre installation

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [0b86ca4f78b24db6f762256d49cca7023202c86e]

        INTEGRATION: CWS native105 (1.17.12); FILE MERGED 2007/08/09 10:57:26 is 1.17.12.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [6013be4542c73aa55138317d11a5e5b74d980dd8]

        INTEGRATION: CWS native105 (1.57.8); FILE MERGED 2007/08/09 10:49:45 is 1.57.8.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [32b6514e05e0d744627f339a78abede80635435e]

        INTEGRATION: CWS native105 (1.31.62); FILE MERGED 2007/08/09 12:26:48 is 1.31.62.2: #i80476# simplifying Java exchange 2007/08/09 10:55:27 is 1.31.62.1: #i80476# simplifying Java exchange

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [3122e5507860a3ef7b294ef61773002304cd3656]

        INTEGRATION: CWS aquaremovescripts (1.3.56); FILE MERGED 2007/08/21 10:07:03 ericb 1.3.56.1: #i80882# remove main.applescript and postinstall.applescript + remove osacompile use

2007-08-28  Vladimir Glazounov  <vg@openoffice.org>  [49621e7e27615c930d79ee00c479db4769f6e8c8]

        INTEGRATION: CWS tl42 (1.33.84); FILE MERGED 2007/08/21 14:31:51 tl 1.33.84.1: #i60474# make use of correct cast-operator now

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [833c0acfaf01e731c60693db5e36f79c9a0d496a]

        INTEGRATION: CWS dba23e (1.49.14); FILE MERGED 2007/08/08 09:22:22 oj 1.49.14.1: #i80338# remove HSQLDB

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [7b5921d140dff67dbe72c7c217d2ba61e0839eeb]

        INTEGRATION: CWS dba23e (1.216.4); FILE MERGED 2007/08/13 11:02:21 rene 1.216.4.2: #i10000# fix configure logic 2007/08/10 05:39:24 oj 1.216.4.1: #i80338# check for hsqldb version 1.8.0.8

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [3435807558096546273267176d4748a2828e7867]

        INTEGRATION: CWS dba23e (1.11.50); FILE MERGED 2007/08/08 08:40:13 oj 1.11.50.1: #i80338# make use of SYSTEM_HSQLDB define

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [1360c2a5e323b0b2cb36f711a698076a3700b71d]

        INTEGRATION: CWS dba23e (1.23.50); FILE MERGED 2007/08/16 05:34:29 oj 1.23.50.3: #i80338# windows compiler patch 2007/08/08 09:16:44 oj 1.23.50.2: #i80338# make use of SYSTEM_HSQLDB define 2007/08/08 08:40:14 oj 1.23.50.1: #i80338# make use of SYSTEM_HSQLDB define

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [b33ae414938c0344c60a15f710b273f708175390]

        INTEGRATION: CWS hcshared09 (1.1.2); FILE ADDED 2007/05/11 08:48:31 ufi 1.1.2.1: i76205

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [a2cac45c215126a3b74cc4b7f36c70bcc73e2980]

        INTEGRATION: CWS hcshared09 (1.9.32); FILE MERGED 2007/04/10 11:17:34 fpe 1.9.32.1: #i43958#

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [5c4f05bca9007f823da75c7bfec59be2902469f7]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:40:03 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [9c374185a78e5ab11b962fc7646ae2114a86a505]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2007/06/25 16:22:36 hr 1.1.2.9: #i63313#: rename PCVSLib:CiCommand() -> PCVSLib::CommitCommand 2006/08/04 16:13:54 hr 1.1.2.8: #i63313# add rlog command 2006/07/06 15:32:48 hr 1.1.2.7: #i63313#: multi line comments are now accepted as list of lines 2006/06/22 16:36:57 hr 1.1.2.6: #i63313#: more checks 2006/06/15 14:55:50 hr 1.1.2.5: #i63313# fix conflict handling 2006/06/01 16:14:23 hr 1.1.2.4: #i63313#: commit removed files recursive 2006/03/30 14:32:10 hr 1.1.2.3: #i63313#: fix commit of removed files 2006/03/29 18:25:33 hr 1.1.2.2: #i63313#: implement RemoveRequest 2006/03/17 15:40:03 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [9d38944145f46481d55835f19bcc1f4fef26b0e4]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/08/04 16:13:54 hr 1.1.2.1: #i63313# add rlog command

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [12ed06a2fb7d0710829d5406b70f901cc2d484c6]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/06/13 15:45:36 hr 1.1.2.4: #i63313# now possible to check out multiple files 2006/03/23 11:19:23 hr 1.1.2.3: #i63313#: remove test code 2006/03/17 16:15:53 hr 1.1.2.2: #i63313#: use PCVSLib::Credentials in samples 2006/03/17 15:40:02 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [6b19b87644d28e8d87279fcaaf8b3a30883662d9]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/07/04 11:23:07 hr 1.1.2.2: #i63313#: relax the parsing of the time part of a RFC822/1123 date string 2006/03/17 15:40:01 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [858c6ede893da80ffecd30c67dddde514ba52c1d]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:40:01 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [748bd8f33fe055bfc3ec01390d5cba1b704eba32]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/06/22 16:52:07 hr 1.1.2.3: #i63313#: check for FlushResponse 2006/03/23 18:04:50 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:40:00 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [86ca87c89137069308986c373475ec0bcd3298cd]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/08/04 16:13:54 hr 1.1.2.4: #i63313# add rlog command 2006/03/29 18:25:17 hr 1.1.2.3: #i63313#: implement RemoveRequest 2006/03/23 18:04:50 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:40:00 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [59804e88933981b9778d718a1b13f21fc02245f3]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:59 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [8dab32fa27872f19763fe070a08d63f2968416d9]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:58 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [f211d82388c764630865360beb0717b4edf01e3c]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/30 14:32:10 hr 1.1.2.4: #i63313#: fix commit of removed files 2006/03/29 18:25:17 hr 1.1.2.3: #i63313#: implement RemoveRequest 2006/03/23 18:04:50 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:39:58 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [b0fcb8ab27ada2a5591ba510be2d0148eb075745]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:57 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [6e7e6f2e21e41bb30981b1f8f75b782a4e8ca607]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/23 18:04:50 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:39:57 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [d225db5883afe33c95897ed1755514cf82f588c9]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/06/15 14:55:50 hr 1.1.2.2: #i63313# fix conflict handling 2006/03/17 15:39:56 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [2a9f240b6a9341e798997bfcf09475606f5eb7fc]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/06/22 16:36:08 hr 1.1.2.5: #i63313#: fix new directory handling 2006/06/15 14:55:50 hr 1.1.2.4: #i63313# fix conflict handling 2006/03/30 14:32:10 hr 1.1.2.3: #i63313#: fix commit of removed files 2006/03/23 18:04:49 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:39:56 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [3cc57415caa661ea6f18a741c7b7b2837d8df9d6]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2007/07/09 13:50:56 hr 1.1.2.2: #i63313#: fix pasing of CVS scrambled passwords, they can contain whitespace 2006/03/17 15:39:55 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [6cccefe604f26d8c930e3e3777f571d24168d305]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:55 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [d01fb85b9fc1ea9144665e1e8c2dc6caecf53f3e]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2007/06/25 16:22:24 hr 1.1.2.9: #i63313#: rename PCVSLib:CiCommand() -> PCVSLib::CommitCommand 2006/08/04 16:13:54 hr 1.1.2.8: #i63313# add rlog command 2006/07/06 15:32:48 hr 1.1.2.7: #i63313#: multi line comments are now accepted as list of lines 2006/06/29 18:06:21 hr 1.1.2.6: #i63313# fix gather_request_files() for requested but non existant file 2006/06/15 14:55:50 hr 1.1.2.5: #i63313# fix conflict handling 2006/03/30 14:32:10 hr 1.1.2.4: #i63313#: fix commit of removed files 2006/03/29 18:25:17 hr 1.1.2.3: #i63313#: implement RemoveRequest 2006/03/23 18:04:49 hr 1.1.2.2: #i63313#: implement RemoveEntry response, fixes 2006/03/17 15:39:54 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [8f8e391fb943c8c1bba46af8cebbdd9aa6167fae]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:54 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [ed190cd1f59121c3ac9ea17c871f79138310b101]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:53 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [0218f46230afb1895d5758edcfffc82c14c959e1]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/06/15 14:55:49 hr 1.1.2.4: #i63313# fix conflict handling 2006/03/23 18:03:50 hr 1.1.2.3: #i63313#: more TODOs 2006/03/17 16:15:53 hr 1.1.2.2: #i63313#: use PCVSLib::Credentials in samples 2006/03/17 15:39:52 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [14c19ee2f5be6f163f3ebe337cc1c97e62cbdc2e]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:52 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [9d0bd669664f6ef2bd578fc59d5393135883fa62]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:51 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [6af5b93a87f02dc5df267760c1726e6c8f94d9e2]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2006/03/17 15:39:50 hr 1.1.2.1: #i63313# perl implementation of the CVS client protocol

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [12459c27734f23e1540d99e971d848f91cb76555]

        INTEGRATION: CWS cvsprot01 (1.1.2); FILE ADDED 2007/08/23 15:17:25 hr 1.1.2.18: #i63544#: check for empty filelist before removing files 2007/08/16 15:34:15 hr 1.1.2.17: #i63544#: remove wrong error condition 2007/07/12 16:47:48 hr 1.1.2.16: #i63544#: create_client_(): check for old CVS servers which do not understand the -B switch for moving branch tags 2007/07/11 17:17:48 hr 1.1.2.15: #i63544#: create_client_(): override user id part of the root with VCSID 2007/07/10 12:56:27 hr 1.1.2.14: #i63544#: CvsStatusListener: fix parsing of status line 2007/07/09 18:31:37 hr 1.1.2.13: #i63544#: the rclient hack for CN broken CVS server removed because the server bug has been fixed lately 2007/07/06 14:05:33 hr 1.1.2.12: #i63544#: handle single file resyncs, remove root hack regarding r-commands 2007/07/03 15:47:27 hr 1.1.2.11: #i63544#: fixes to commit_files() 2007/06/25 15:59:08 hr 1.1.2.10: #i63544#: fixes to commit_files() 2007/06/22 16:08:26 hr 1.1.2.9: #i63544#: fixes for cases where the merge difference is already contained in a file 2006/08/23 15:38:48 hr 1.1.2.8: #i63544#: commit_files() 2006/07/06 17:09:53 hr 1.1.2.7: #i63544#: commit_files() 2006/06/29 18:05:00 hr 1.1.2.6: #i63544#: fixes to merge_files() 2006/06/28 18:09:15 hr 1.1.2.5: ##i63544#: fixes to merge_files() 2006/06/13 16:06:58 hr 1.1.2.4: #i63544#: implement stati, merge_files etc 2006/06/09 15:06:33 hr 1.1.2.3: #i63544#: implement stati query 2006/06/01 16:28:20 hr 1.1.2.2: #i63544#: fix remote server behavior 2006/03/23 18:14:05 hr 1.1.2.1: #i63544#: CwsCvsOps.pm is a new implementation of CvsModule.pm and Cvs.pm, it provides the glue between the CWS tools and PCVSLib

2007-08-27  Vladimir Glazounov  <vg@openoffice.org>  [e53355c46cd5e6897d25e5f84ce3c291b9906eb3]

        INTEGRATION: CWS cvsprot01 (1.24.32); FILE MERGED 2007/08/23 15:17:02 hr 1.24.32.27: #i63544#: check for empty filelist before removing files 2007/08/16 15:33:27 hr 1.24.32.26: #i63544#: implement merge step with complete modules checkouts 2007/07/11 13:39:51 hr 1.24.32.25: #i63544#: merge_files(): special cases for wntmscixx files 2007/07/10 12:55:40 hr 1.24.32.24: #i63544#: merge_files(): handle 'Needs Checkout' case 2007/07/09 18:29:39 hr 1.24.32.23: #i63544#: handle the fact that if a file is removed in a CWS not all status lines are available 2007/07/06 14:04:34 hr 1.24.32.22: #i63544#: handle single file resyncs 2007/07/05 13:44:40 hr 1.24.32.21: RESYNC: (1.24-1.30); FILE MERGED 2007/07/04 17:27:38 hr 1.24.32.20: #i63544#: handle conflict files 2007/07/04 16:43:00 hr 1.24.32.19: #i63544#: handle conflict files 2007/07/04 16:32:20 hr 1.24.32.18: RESYNC: (1.24-1.30); FILE MERGED 2007/07/04 14:35:41 hr 1.24.32.17: #i63544#: fix handling of 'removed on MWS' files 2007/07/03 16:24:37 hr 1.24.32.16: #i63544#: undo merge errors 2007/07/03 15:50:56 hr 1.24.32.15: RESYNC: (1.24-1.30); FILE MERGED Old methods will no longer work 2007/07/03 15:47:05 hr 1.24.32.14: #i63544#: fixes to commit_files() 2007/07/03 15:42:47 hr 1.24.32.13: RESYNC: (1.24-1.30); FILE MERGED 2007/06/25 17:07:32 hr 1.24.32.12: #i63544#: fixes to commit_files() 2007/06/25 16:39:07 hr 1.24.32.11: #i63544#: fixes to commit_files() 2007/06/25 15:58:42 hr 1.24.32.10: #i63544#: fixes to commit_files() 2007/06/22 16:07:52 hr 1.24.32.9: #i63544#: fixes for cases where the merge difference is already contained in a file 2007/06/13 12:27:54 hr 1.24.32.8: #i63544#: adapt to cvs 1.11.2 and newer 2006/08/23 15:38:48 hr 1.24.32.7: #i63544#: commit_files() 2006/08/23 15:22:43 hr 1.24.32.6: #i63544#: commit_files() 2006/07/06 17:09:53 hr 1.24.32.5: #i63544#: commit_files() 2006/06/29 18:04:04 hr 1.24.32.4: #i63544#: fixes to merge_files() 2006/06/28 18:09:15 hr 1.24.32.3: ##i63544#: fixes to merge_files() 2006/06/14 15:25:53 hr 1.24.32.2: #i63544#: implement merge_files() 2006/06/13 16:06:14 hr 1.24.32.1: #i63544#: first stab at adapting cwsresync to PCVSLib

2007-08-27  Oliver Bolte  <obo@openoffice.org>  [6716f973bc0efdd2de7e4814cf5a94fc7f262cc5]

        #i80979# improved fix by IS, see issue

2007-08-24  Oliver Bolte  <obo@openoffice.org>  [d30cd03a159b33c8bfa4c2c03f9add6cdb2d8841]

        #i80979# fix the breakage for URE package

2007-08-24  Oliver Bolte  <obo@openoffice.org>  [ad898d8a45a34fa432ddd85433b3c6479b91c012]

        #i80979# match rdb case insensitive

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f9f01574c0bcc7f3d345bbf9202cf7d3db6bd20a]

        SRC680

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ffb48671b5f629a7db3ef6dccfefdad12ccd5835]

        SRC680

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [ae3e7c336fc7ebdd1f36c0c2de9129b0aba0103d]

        SRC680

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [3eae51b379f14ec79b423b74a64876486b95237d]

        SRC680

2007-08-21  Kurt Zenker  <kz@openoffice.org>  [f5d4bff99cbe72b91ebde418d3871ea474790644]

        #150235# disable two assertions (sb)

2007-08-21  Kurt Zenker  <kz@openoffice.org>  [2210000f87c61111f97e336ad23c98228c5c30e4]

        #i80652# Added fallback for ooo resource (cd)

2007-08-21  Kurt Zenker  <kz@openoffice.org>  [55b281632f2898931f1b3cb9427bc7323c9e3c74]

        #i10000# resolve merge conflicts

2007-08-21  Kurt Zenker  <kz@openoffice.org>  [66b87800efa30f866958c716c72f936fd1d86ec7]

        #i80652# Added fallback for ooo resource (cd)

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [207cea6b75207ed64c2e140e1258a18008715de8]

        INTEGRATION: CWS calccolrowmove (1.81.36); FILE MERGED 2007/07/06 09:29:08 tbe 1.81.36.4: RESYNC: (1.81-1.82); FILE MERGED 2007/07/06 07:30:31 tbe 1.81.36.3: #i7180# Need ability to move columns/rows in spreadsheet 2007/07/04 13:59:39 tbe 1.81.36.2: #i7180# Need ability to move columns/rows in spreadsheet 2007/07/04 10:43:09 tbe 1.81.36.1: #i7180# Need ability to move columns/rows in spreadsheet

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b02e6640a8bba840d961a4a14632198c3c7cd3e4]

        INTEGRATION: CWS calccolrowmove (1.23.80); FILE MERGED 2007/07/24 10:22:21 tbe 1.23.80.3: RESYNC: (1.24-1.25); FILE MERGED 2007/07/06 09:20:46 tbe 1.23.80.2: RESYNC: (1.23-1.24); FILE MERGED 2007/07/04 10:40:22 tbe 1.23.80.1: #i7180# Need ability to move columns/rows in spreadsheet

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f659c6506a3cdd9795b6f0d567cf73990cdf12f1]

        INTEGRATION: CWS calccolrowmove (1.18.2); FILE MERGED 2007/07/24 10:13:53 tbe 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2007/07/06 15:19:11 tbe 1.18.2.1: #i7180# warnings

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [70030d1bdb2846145457eeab47427d75081fa10c]

        INTEGRATION: CWS compatability01 (1.79.274); FILE MERGED 2007/07/11 02:25:16 pflin 1.79.274.1: #i78591# microsoft word compatibility options enhancement

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c5be26633463c128e43f59aca480922cda502477]

        INTEGRATION: CWS compatability01 (1.132.78); FILE MERGED 2007/08/21 02:23:58 pflin 1.132.78.2: issue #n298593 2007/07/11 02:25:16 pflin 1.132.78.1: #i78591# microsoft word compatibility options enhancement

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [4b2ef28843ef62fab4c679b3b81e31b62d464245]

        INTEGRATION: CWS compatability01 (1.177.100); FILE MERGED 2007/07/11 02:25:16 pflin 1.177.100.1: #i78591# microsoft word compatibility options enhancement

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8d412ddf140e128472b16af2dbcaf44442d83f35]

        INTEGRATION: CWS compatability01 (1.82.102); FILE MERGED 2007/07/11 02:25:16 pflin 1.82.102.1: #i78591# microsoft word compatibility options enhancement

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e6d0b8c7e264a89c28aff311464603492376e3f8]

        INTEGRATION: CWS compatability01 (1.74.48); FILE MERGED 2007/07/11 02:25:16 pflin 1.74.48.1: #i78591# microsoft word compatibility options enhancement

2007-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [037a333ed54e56350c5b9bfa6208090f25e74984]

        INTEGRATION: CWS compatability01 (1.138.20); FILE MERGED 2007/07/11 02:25:15 pflin 1.138.20.1: #i78591# microsoft word compatibility options enhancement

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d6dd477841647fa1e6966af2ce2081cfc39a3154]

        INTEGRATION: CWS calctextcol (1.28.58); FILE MERGED 2007/07/31 15:08:03 tbe 1.28.58.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0b83327270eeff44c97eb3cc8d2c984382942c6a]

        INTEGRATION: CWS calctextcol (1.56.4); FILE MERGED 2007/07/31 15:07:21 tbe 1.56.4.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [88b828983c3060cffc9eb829adb312c005d60b2b]

        INTEGRATION: CWS calctextcol (1.29.82); FILE MERGED 2007/08/07 11:29:29 tbe 1.29.82.2: #i4040 Convert text to columns 2007/07/31 15:06:56 tbe 1.29.82.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1f2bff44195507830dba74ea8869276baf6cfec2]

        INTEGRATION: CWS calctextcol (1.68.6); FILE MERGED 2007/07/31 14:59:30 tbe 1.68.6.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ca8c6d326950b19719a778550686d9bebdd71a25]

        INTEGRATION: CWS calctextcol (1.5.482); FILE MERGED 2007/07/31 14:58:59 tbe 1.5.482.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e6f9244c6065c74df96633875490feb8804ab1fc]

        INTEGRATION: CWS calctextcol (1.12.210); FILE MERGED 2007/08/07 11:28:55 tbe 1.12.210.2: #i4040 Convert text to columns 2007/07/31 14:58:32 tbe 1.12.210.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [18d40d91a90ba7fd908ba814b15bd87fc9dcab76]

        INTEGRATION: CWS calctextcol (1.39.112); FILE MERGED 2007/08/07 11:27:41 tbe 1.39.112.2: #i4040 Convert text to columns 2007/07/31 14:58:04 tbe 1.39.112.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cc8b90ead711ddba9850641ad65cdb09c6815e19]

        INTEGRATION: CWS calctextcol (1.12.112); FILE MERGED 2007/07/31 14:57:13 tbe 1.12.112.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [86aac3f459a1cf9d49d0859cedddc8e90bbc8030]

        INTEGRATION: CWS calctextcol (1.34.84); FILE MERGED 2007/07/31 14:56:46 tbe 1.34.84.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3469f5be058def3045f660042be8d39b13ca3d46]

        INTEGRATION: CWS calctextcol (1.4.482); FILE MERGED 2007/07/31 14:56:31 tbe 1.4.482.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6b76675e80c41b9f4e46548b03b84584da8c4924]

        INTEGRATION: CWS calctextcol (1.11.82); FILE MERGED 2007/07/31 14:56:03 tbe 1.11.82.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [85ab23e7ff6fb7ecf7d3145a5cbc4332b5a9ac50]

        INTEGRATION: CWS calctextcol (1.12.82); FILE MERGED 2007/07/31 14:55:43 tbe 1.12.82.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2310af2040b69b335a7f47e4fd7ba3f449e332db]

        INTEGRATION: CWS calctextcol (1.35.4); FILE MERGED 2007/07/31 14:54:52 tbe 1.35.4.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [36168b991fda28664798da35ce9e64aeceb248d3]

        INTEGRATION: CWS calctextcol (1.21.72); FILE MERGED 2007/07/31 14:54:26 tbe 1.21.72.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5aeb202b0720a86c017eb5f08e1ec800541a6fcc]

        INTEGRATION: CWS calctextcol (1.9.82); FILE MERGED 2007/07/31 14:53:55 tbe 1.9.82.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [207d894034c8172cebfae1ef68968f001787e1ae]

        INTEGRATION: CWS calctextcol (1.17.6); FILE MERGED 2007/07/31 14:53:29 tbe 1.17.6.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e0046f0d6aeb4aba9809fd104a0dae2004784797]

        INTEGRATION: CWS calctextcol (1.25.20); FILE MERGED 2007/07/31 14:48:02 tbe 1.25.20.1: #i4040 Convert text to columns

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [109dcf2541b5020834285f58e5db8a755f952a4b]

        INTEGRATION: CWS calcodfrng (1.27.136); FILE MERGED 2007/08/07 14:40:07 er 1.27.136.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c7a3859693971bf7103bfb0d05d64712e724fa37]

        INTEGRATION: CWS calcodfrng (1.29.96); FILE MERGED 2007/08/07 14:40:07 er 1.29.96.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [64fab0f9f2c2af947de25d4178deaf3712b41a52]

        INTEGRATION: CWS calcodfrng (1.22.42); FILE MERGED 2007/08/07 14:39:32 er 1.22.42.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [16c51f9346673bb511280ffde5aead77b9281fa9]

        INTEGRATION: CWS calcodfrng (1.21.2); FILE MERGED 2007/08/07 14:39:32 er 1.21.2.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d4d2b98d0d278da553c49ca0a035403ab15388f2]

        INTEGRATION: CWS calcodfrng (1.110.2); FILE MERGED 2007/08/07 14:39:31 er 1.110.2.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fcdc25b8b73f780717e08f1a4c5a2129041ab773]

        INTEGRATION: CWS calcodfrng (1.7.2); FILE MERGED 2007/08/07 14:39:31 er 1.7.2.1: #i80033# ODF RNG: table:dependency instead of table:dependence

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a53ed247129075404e8b1a5244e6c60123de7358]

        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>  [1076f643bc03de5164f3508dcf6572cfdec8422f]

        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>  [3665e496c9a68fe6bba282c3a41f9066d3ada3d0]

        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>  [c6839ba23b62eb0347a5de002e347366a14b0b55]

        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>  [b9db15b48e5c1ff2e32ca12f2faab53613cd12fa]

        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>  [bf72ce93c51ebfc2f5f9bf297833a98a8df840d1]

        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-20  Ivo Hinkelmann  <ihi@openoffice.org>  [545b4a1d9b533cb895eabca742fcfc8a13c1277d]

        INTEGRATION: CWS native104 (1.55.12); FILE MERGED 2007/07/30 12:22:52 is 1.55.12.1: #i80089# ooodev with Java GUI installer

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a060d9e55105ce8e16baba9b5465f809471268fa]

        INTEGRATION: CWS native104 (1.68.40); FILE MERGED 2007/07/30 12:22:52 is 1.68.40.1: #i80089# ooodev with Java GUI installer

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [75528f3874003b3ffcd55dd8ac953d16e5d28bec]

        INTEGRATION: CWS obo14 (1.1.2); FILE ADDED 2007/07/25 11:32:03 rt 1.1.2.3: Minor beautifications. 2007/07/25 10:41:10 obo 1.1.2.2: minor fixes 2007/07/11 09:10:17 obo 1.1.2.1: #i79312# Signing support for Windows Vista

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [530a9472269d3363d3ceb81ce3ff5a66dbcea36d]

        INTEGRATION: CWS obo14 (1.1.2); FILE ADDED 2007/07/11 09:20:56 obo 1.1.2.1: #i79312# Signing support for Windows Vista

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e8633e49b3a4bd376a451f85a0ac5e0296b360dc]

        INTEGRATION: CWS obo14 (1.1.2); FILE ADDED 2007/07/25 10:09:30 rt 1.1.2.2: Quoting needed. 2007/07/11 09:20:10 obo 1.1.2.1: #i79312# Signing support for Windows Vista

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4b836765db4c6f6a851a02af83d3d453fed182e2]

        INTEGRATION: CWS obo14 (1.31.4); FILE MERGED 2007/07/11 11:54:49 obo 1.31.4.2: fix 2007/07/11 09:23:58 obo 1.31.4.1: #i79312# Signing support for Windows Vista

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f17afd491f46e856ab2528e451e1b4fadfa1a6fc]

        INTEGRATION: CWS obo14 (1.8.26); FILE MERGED 2007/07/25 12:32:25 rt 1.8.26.1: #i79312# Signing changes files size, so we cannot use that to check for.

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0c99af40cc023f820a8ee5623adf21cddc3ea26d]

        INTEGRATION: CWS native99 (1.4.10); FILE MERGED 2007/08/07 16:13:00 is 1.4.10.1: #i80411# preparing new package structure in scp2

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cd360223ebdb92294dad927d9807c91d39a5b821]

        INTEGRATION: CWS native99 (1.7.230); FILE MERGED 2007/08/07 14:04:08 is 1.7.230.1: #i80411#  preparing scp project for package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [68031456690489ae7914574f3b9f50931cd69210]

        INTEGRATION: CWS native99 (1.214.2); FILE MERGED 2007/08/07 14:04:08 is 1.214.2.1: #i80411#  preparing scp project for package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [28e7b4776e50b2fcba1877a61920364020534983]

        INTEGRATION: CWS native99 (1.255.10); FILE MERGED 2007/08/07 16:13:00 is 1.255.10.1: #i80411# preparing new package structure in scp2

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8a8556d056895c247b90dd7fe7115a3194a07967]

        INTEGRATION: CWS native99 (1.2.754); FILE MERGED 2007/08/07 16:13:00 is 1.2.754.2: #i80411# preparing new package structure in scp2 2007/08/07 14:04:08 is 1.2.754.1: #i80411#  preparing scp project for package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [67d4c000d24347bdb73aea0a0dc33965ddb5b06b]

        INTEGRATION: CWS native99 (1.4.22); FILE MERGED 2007/08/07 16:13:00 is 1.4.22.1: #i80411# preparing new package structure in scp2

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [445cf66ad8ce8f0a7ae0334fc40369e00ce43521]

        INTEGRATION: CWS native99 (1.6.754); FILE MERGED 2007/08/07 14:04:08 is 1.6.754.1: #i80411#  preparing scp project for package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [abbf755ef880e3e4a7ec79a615dfce58ed2173cb]

        INTEGRATION: CWS native99 (1.6.22); FILE MERGED 2007/08/07 16:12:59 is 1.6.22.1: #i80411# preparing new package structure in scp2

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d87eb9f5f10bff8d7178d6b42f6d42b84b8ace9d]

        INTEGRATION: CWS native99 (1.15.498); FILE MERGED 2007/08/07 16:12:59 is 1.15.498.2: #i80411# preparing new package structure in scp2 2007/08/07 14:04:08 is 1.15.498.1: #i80411#  preparing scp project for package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3b790d18556a243ffc84b70201319bdf8afafee2]

        INTEGRATION: CWS native99 (1.57.4); FILE MERGED 2007/08/07 13:55:21 is 1.57.4.1: #i80411# ure product has to use packaging process for creation of services.rdb

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [71ef0c039258350cfeaa8e172aa3aa7722e40ce7]

        INTEGRATION: CWS native99 (1.69.4); FILE MERGED 2007/08/08 13:03:06 is 1.69.4.3: #i80411# scp restructuring 2007/08/07 16:14:58 is 1.69.4.2: #i80411# preparing new package structure in scp2 2007/08/07 13:55:21 is 1.69.4.1: #i80411# ure product has to use packaging process for creation of services.rdb

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [709845a47b8dc7cb069b39ab758df8e119c45afd]

        INTEGRATION: CWS native99 (1.6.132); FILE MERGED 2007/08/07 13:57:54 is 1.6.132.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5c9459bccce4f23d6fa267c01319bd866df6eec0]

        INTEGRATION: CWS native99 (1.4.132); FILE MERGED 2007/08/07 13:57:54 is 1.4.132.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [81fca5b6cb314035420de5aa66685d21c9a4731c]

        INTEGRATION: CWS native99 (1.4.738); FILE MERGED 2007/08/07 13:57:54 is 1.4.738.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5ab0213df56ff074ab4f744ac8f2b3b143af9969]

        INTEGRATION: CWS native99 (1.6.4); FILE MERGED 2007/08/08 12:14:44 is 1.6.4.2: #i80470# allowing root module definition without gid_Module_Root 2007/08/07 13:57:54 is 1.6.4.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a61e4ad8f7462e627e3b2a4ce3fd0e80bc0187a0]

        INTEGRATION: CWS native99 (1.8.4); FILE MERGED 2007/08/07 13:57:54 is 1.8.4.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d5a20581b078afc03d9f574a08d9cf8d4f5df20e]

        INTEGRATION: CWS native99 (1.3.738); FILE MERGED 2007/08/07 13:57:54 is 1.3.738.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5b6ee999707ef33bf8bbab6848f331df072543ae]

        INTEGRATION: CWS native99 (1.6.738); FILE MERGED 2007/08/08 12:14:44 is 1.6.738.2: #i80470# allowing root module definition without gid_Module_Root 2007/08/07 13:57:54 is 1.6.738.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9f66466363b466dbed50710118daf2c27468b069]

        INTEGRATION: CWS native99 (1.17.14); FILE MERGED 2007/08/08 12:15:14 is 1.17.14.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1a808758a3c7e2ec526cb3c5096c28d0d5e84c4e]

        INTEGRATION: CWS native99 (1.22.98); FILE MERGED 2007/08/07 14:02:16 is 1.22.98.1: #i38072# enable multiple root directories

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b9150454b36b90c3b9d28251992d690b89eeb062]

        INTEGRATION: CWS native99 (1.4.4); FILE MERGED 2007/08/08 12:15:14 is 1.4.4.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0d54ceb61f25bd4a67b7fdba0745e50508add4e4]

        INTEGRATION: CWS native99 (1.51.6); FILE MERGED 2007/08/08 12:15:14 is 1.51.6.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [67402455cacd603ef0ec97686eced9986e4073b4]

        INTEGRATION: CWS native99 (1.12.12); FILE MERGED 2007/08/08 12:15:14 is 1.12.12.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2091c269152e94b2ad7213b83cb77d6318029d8b]

        INTEGRATION: CWS native99 (1.23.408); FILE MERGED 2007/08/07 14:00:11 is 1.23.408.1: #i80410# enable multiple services.rdb files

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e0958148ba713ed674f56a8916263cd4ac55aafc]

        INTEGRATION: CWS native99 (1.37.32); FILE MERGED 2007/08/08 12:15:14 is 1.37.32.2: #i80470# allowing root module definition without gid_Module_Root 2007/08/07 14:00:56 is 1.37.32.1: #i80410# enable multiple services.rdb files

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [058b8ec304c582e573bb47cda4b23cc568bdc578]

        INTEGRATION: CWS native99 (1.3.738); FILE MERGED 2007/08/07 14:00:36 is 1.3.738.1: #i80410# enable multiple services.rdb files

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5b2c499b19146770b9e8ce68927ae1892a44ab76]

        INTEGRATION: CWS native99 (1.10.4); FILE MERGED 2007/08/08 12:15:14 is 1.10.4.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1d98bad459684b5a8e4a2018a71d04bebb7a6e13]

        INTEGRATION: CWS native99 (1.11.154); FILE MERGED 2007/08/08 12:15:13 is 1.11.154.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [04ca7f26369fc83efbd74aa6ce246c68a9ed1fc4]

        INTEGRATION: CWS native99 (1.71.4); FILE MERGED 2007/08/08 12:15:13 is 1.71.4.1: #i80470# allowing root module definition without gid_Module_Root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1bca34212f0a2040c1a7f1e5964fa294f0a3f81f]

        INTEGRATION: CWS native99 (1.66.4); FILE MERGED 2007/08/07 13:59:22 is 1.66.4.1: #i38072# enable multiple root directories

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [89567b8f731100cd0b202b41f53e008e60f8f0e0]

        INTEGRATION: CWS native99 (1.7.132); FILE MERGED 2007/08/08 12:13:10 is 1.7.132.2: #i80470# allowing root module definition without gid_Module_Root 2007/08/07 13:57:13 is 1.7.132.1: #i80411# new scp linker to simplify package restructuring

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9dbd65c930c8e4785f138f9290635238e09eecc2]

        INTEGRATION: CWS dicooo18 (1.13.14); FILE MERGED 2007/08/17 11:28:21 tl 1.13.14.1: #i80770# version 1.8 of DicOOo which fixes the problem with the linguistic.xcu

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9954349f195912a9f6dd47fbf7aa98b7fa633778]

        INTEGRATION: CWS cloph08 (1.4.16); FILE MERGED 2007/08/07 20:29:17 cloph 1.4.16.1: Issue number: #i75840# adjust owner/group of the ./ entry in the tarball to root

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [093914977db3df8ace7c10f1fa64bb542953f40a]

        INTEGRATION: CWS cloph08 (1.21.6); FILE MERGED 2007/08/10 10:20:34 obr 1.21.6.1: #i80455# placeholder now getting replaced

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5d5099f6f213a07dfd562f61100d8bb5c4721854]

        INTEGRATION: CWS jl71 (1.7.6); FILE MERGED 2007/08/03 12:00:04 jl 1.7.6.1: #i80018# use default bootstrap mechanism

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c4877c30c16b069db61f2a0496e7a56d5d7d4e40]

        INTEGRATION: CWS jl71 (1.17.80); FILE MERGED 2007/08/03 10:47:52 pb 1.17.80.1: fix: #i80018# unopkg now used office resource hook

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b20b13d96ecfa5cc9ec34ad22a42b475157e5a53]

        INTEGRATION: CWS jl71 (1.44.70); FILE MERGED 2007/08/03 10:44:59 pb 1.44.70.1: fix: #i80018# when called by unopkg dont call SFX_APP() and SvxGetDictionaryList()

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [793bc3e8cdb7bc31362af4163c66365fe5c0c769]

        INTEGRATION: CWS dbaantversion (1.216.6); FILE MERGED 2007/08/10 14:55:56 rene 1.216.6.2: fix accidentiall commit 2007/08/10 14:42:02 rene 1.216.6.1: #i80583# we need ant >= 1.6.0 for jfreereport

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3203824ff9f79b70b7c519605674d05148151993]

        INTEGRATION: CWS dbaantversion (1.197.6); FILE MERGED 2007/08/10 14:55:54 rene 1.197.6.2: fix accidentiall commit 2007/08/10 14:42:00 rene 1.197.6.1: #i80583# we need ant >= 1.6.0 for jfreereport

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f47c47d4263d5709f49f2bef64c9e89760101089]

        INTEGRATION: CWS swqbf106_SRC680 (1.20.18); FILE MERGED 2007/08/16 08:36:30 od 1.20.18.1: #i80720# method <SwViewImp::_RefreshScrolledArea(..)> 	 - enlarge paint rectangle in all cases to avoid paint errors

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cbca1c8eba9fccf15a8fa112790d8f3f37c558ab]

        INTEGRATION: CWS swqbf106_SRC680 (1.11.432); FILE MERGED 2007/08/15 12:09:35 od 1.11.432.1: #i80691# method <SwPagePreviewLayout::Paint(..)> 	 - extra paint of page border and shadow for normal pages.

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f90fe9716a235a3934ff9334e0c0c7bc8e9f1019]

        INTEGRATION: CWS swqbf106_SRC680 (1.105.16); FILE MERGED 2007/08/15 12:07:28 od 1.105.16.1: #i80691# method <SwRootFrm::Paint(..) 	 - include page border and shadow area into paint area

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1dd2707f6568c05093f96d4e3a59c33d07b6e36f]

        INTEGRATION: CWS hro23_SRC680 (1.42.48); FILE MERGED 2007/08/14 14:29:38 hro 1.42.48.1: #i80496# Fix dependencies to local uwinapi

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [540e96ddc884777e966f8cd0ebe98ac8b24fa882]

        INTEGRATION: CWS hro23_SRC680 (1.8.284); FILE MERGED 2007/08/16 09:51:04 hro 1.8.284.2: #71342# Currently there is a problem with patching/replacing UWINAPI on WinME. So we do not export CheckTokenMembership to stay compatible 2007/08/14 14:32:15 hro 1.8.284.1: #i80496# Add new dynamic stub for CheckTokenMembership

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [362139440ef7e08728a6a438fabcb7c38b140e9c]

        INTEGRATION: CWS hro23_SRC680 (1.13.58); FILE MERGED 2007/08/14 14:32:15 hro 1.13.58.1: #i80496# Add new dynamic stub for CheckTokenMembership

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f5265d6255c728a59bcbd48efe79eec855f4195a]

        INTEGRATION: CWS hro23_SRC680 (1.1.2); FILE ADDED 2007/08/14 14:31:48 hro 1.1.2.1: #i80496# Add new dynamic stub for CheckTokenMembership

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ce20f07029422077bd7182e3918ceee64a255ae6]

        INTEGRATION: CWS hro23_SRC680 (1.12.8); FILE MERGED 2007/08/16 09:51:27 hro 1.12.8.1: #71342# Currently there is a problem with patching/replacing UWINAPI on WinME. So we do not export CheckTokenMembership to stay compatible

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e98c13c390a08c44e39c4b8e198fb6b75b30842c]

        INTEGRATION: CWS native107_SRC680 (1.66.46); FILE MERGED 2007/08/14 13:55:11 is 1.66.46.1: #i80215# rpm patch dependencies

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6b8639596fb2a30c6a671fbd36a4f2c3f2fccb8e]

        INTEGRATION: CWS ab40_SRC680 (1.24.114); FILE MERGED 2007/08/16 10:39:22 is 1.24.114.1: #i80650# shortcuts into update rpm

2007-08-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1044e718fe6e3d9032b678d5aae3e5e427121d5b]

        INTEGRATION: CWS ab40_SRC680 (1.51.24); FILE MERGED 2007/08/16 10:38:12 is 1.51.24.1: #i80650# shortcuts into update rpm

2007-08-17  Vladimir Glazounov  <vg@openoffice.org>  [d30f0e4589e98f96b1784dd62eb9884279419e8e]

        new version for OOG680

2007-08-17  Vladimir Glazounov  <vg@openoffice.org>  [64563d852745122a067cd76a196d9ef910586317]

        new version for OOG680

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b379ffa5dc33675a0668beaea67faa860f0f3cda]

        INTEGRATION: CWS jl72 (1.20.10); FILE MERGED 2007/08/10 14:57:04 jl 1.20.10.1: #i80563# prevent closing of office while the Extension Manager is running

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0a683483f15af909cc588153fece3b26526eca3c]

        INTEGRATION: CWS jl72 (1.17.10); FILE MERGED 2007/08/13 15:15:59 jl 1.17.10.1: #i80647# toolbar disabled after TerminationVetoException

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [83a42fa1a5262bb0b2490979a909552d02bdcc59]

        INTEGRATION: CWS jl72 (1.10.72); FILE MERGED 2007/08/13 15:15:39 jl 1.10.72.1: #i80647# toolbar disabled after TerminationVetoException

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b98e159bb465b4165f5292d63648fa6d700c1254]

        INTEGRATION: CWS rpt23fix03 (1.4.2); FILE MERGED 2007/08/07 09:43:08 oj 1.4.2.1: #i80403# remove wrong merge line

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6ec68cd4e430491ed264804b0583a84a316a3d21]

        INTEGRATION: CWS impress126 (1.22.106); FILE MERGED 2007/08/14 15:16:50 cl 1.22.106.1: #i79891# use correct parent window for slideshow

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a5b091dff7f5511231fad600fedacd7efa42f9e4]

        INTEGRATION: CWS impress126 (1.28.12); FILE MERGED 2007/08/14 13:55:07 cl 1.28.12.1: #i79895# disable pane when not in normal edit view

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [72f2f2586622795d4cdec628f25b1f130f0bbef7]

        INTEGRATION: CWS impress126 (1.4.494); FILE MERGED 2007/08/14 13:55:06 cl 1.4.494.1: #i79895# disable pane when not in normal edit view

2007-08-17  Sven Jacobi  <sj@openoffice.org>  [8382003722546875af72f934e1b5c0dbe01a3740]

        fixed about image scaling

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [07d9470cdd3f40b106ee3dc30ef042bc00d400cf]

        INTEGRATION: CWS localisation21 (1.2.36); FILE MERGED 2007/08/02 14:06:36 ihi 1.2.36.1: #i80266# English strings

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8f80c2efa785c0b6b52b2578dffc11d6c6db8591]

        INTEGRATION: CWS localisation21 (1.1.2); FILE ADDED 2007/08/02 13:22:41 ihi 1.1.2.1: #i80266# English strings

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [88f582c461065e78c061e8941ce5162d1857dd8b]

        INTEGRATION: CWS localisation21 (1.1.2); FILE ADDED 2007/08/08 12:31:25 ihi 1.1.2.1: #i80440# new tmpl file

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a19fe94c63a5f85bb759bbaeeddb503342769136]

        INTEGRATION: CWS localisation21 (1.11.10); FILE MERGED 2007/08/08 12:31:25 ihi 1.11.10.2: #i80440# new tmpl file 2007/08/02 13:22:40 ihi 1.11.10.1: #i80266# English strings

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2a95f0ffe569fc64caa39b7381e4d10d488483b5]

        INTEGRATION: CWS localisation21 (1.5.36); FILE MERGED 2007/08/02 13:22:38 ihi 1.5.36.1: #i80266# English strings

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b43f17a337301157abc8ded154c8ed7dd1a240f3]

        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>  [45288913a15e6c9bb744b59614f9c2d4f7be6af9]

        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>  [04212c3015cd4ab118a0aec2bb04bc153a64af41]

        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>  [8a36b196925a5561eabde0a0ef293c73fcb5add3]

        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>  [c00b2b49bad765144f90552139e63d87d520d1cf]

        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>  [3fc5fbc71d4c244d7c8002aa530481741e585bd4]

        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>  [ee44b43881e7c82c379931f111c452a477b73341]

        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>  [eecad142e2067df7989356d989077372706e0019]

        INTEGRATION: CWS dr57 (1.57.8); FILE MERGED 2007/08/09 09:51:05 dr 1.57.8.1: #i80499# redraw selection also for grouping actions

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1e38876a4bad67e2cf4820dc04b2c16638c02b31]

        INTEGRATION: CWS impress125 (1.26.96); FILE MERGED 2007/08/08 07:47:06 af 1.26.96.1: #i80364# Added Connect() and Disconnect() methods to ScrollBarManager.

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [394a2060b1bd4c5e91eb4b4e95ecd3843ae708b7]

        INTEGRATION: CWS impress125 (1.5.486); FILE MERGED 2007/08/08 07:47:05 af 1.5.486.1: #i80364# Added Connect() and Disconnect() methods to ScrollBarManager.

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [088f00b11d14c79fecbf07850fdf7ae5cde27322]

        INTEGRATION: CWS impress125 (1.9.160); FILE MERGED 2007/08/08 07:47:05 af 1.9.160.1: #i80364# Added Connect() and Disconnect() methods to ScrollBarManager.

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8ee95d027191c560fccc0716874e457cecd2cb3a]

        INTEGRATION: CWS impress125 (1.40.96); FILE MERGED 2007/08/13 11:44:47 af 1.40.96.1: #i80534# pMainViewShell in COMMAND_CONTEXTMENU branch of Command() now properly initialized.

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6d136aafefcf3b1b6d65d127c57f13d0a2242524]

        INTEGRATION: CWS swqbf104 (1.107.24); FILE MERGED 2007/08/03 13:05:04 od 1.107.24.1: #i80314# - mask assertion by #if OSL_DEBUG_LEVEL > 1

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6fc0bc1c1a13ebf62563fc6f623c4a2958d5b633]

        INTEGRATION: CWS swqbf104 (1.6.4); FILE MERGED 2007/08/03 13:04:10 od 1.6.4.1: #i80314# method GetFormatAndCreateCursorFromRangeRep(..) 	 - force check of input string in method <SwTable::GetTblBox(..)>

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e72465dc56760fff13685362ca79228562a00928]

        INTEGRATION: CWS swqbf104 (1.9.4); FILE MERGED 2007/08/03 13:02:44 od 1.9.4.1: #i80314# methods <SwTable::GetTblBox(..) and <SwTable::_GetBoxNum(..)> 	 - introduce possibility to control validation check on input string

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2c78ac557df8a5473154b162a92c49ca95f1e14d]

        INTEGRATION: CWS swqbf104 (1.21.24); FILE MERGED 2007/08/03 13:02:44 od 1.21.24.1: #i80314# methods <SwTable::GetTblBox(..) and <SwTable::_GetBoxNum(..)> 	 - introduce possibility to control validation check on input string

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [97e39297ffdc9b2d5e4bf9eb7541db2bcc0285bd]

        INTEGRATION: CWS smoketest17 (1.24.2); FILE MERGED 2007/07/13 12:52:41 kz 1.24.2.2: #i76951# fix problem with tilde in installation path 2007/07/11 16:55:14 kz 1.24.2.1: #i76951# add support for debian packages

2007-08-17  Sven Jacobi  <sj@openoffice.org>  [2f1dd4f071011ebde45d9b4d3c3d2f6188cd1c21]

        fixed english/german menu localization

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f9747af5e47aa12fb39ba3b61ef9c77c47aaaff8]

        INTEGRATION: CWS qssyncterm (1.4.180); FILE MERGED 2007/08/02 14:08:25 hro 1.4.180.1: #149979# Wait at most 30 seconds to give Quickstarter enough time to terminate before setup continues

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [70361e96a9ff007c1478d0e72afdf16a1dc2a3b7]

        INTEGRATION: CWS qssyncterm (1.18.34); FILE MERGED 2007/08/07 08:18:55 cd 1.18.34.1: #150125# No add-on and custom toolbars for part windows

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e43c6faa8219bbe9ce00f6b333a039f91d7dff17]

        INTEGRATION: CWS qssyncterm (1.16.42); FILE MERGED 2007/08/08 08:21:06 cd 1.16.42.1: #150128# Prevent creation of add-on toolbars in beamer

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ea51bb7266d89e9b3771ebe5758ef9c637750f0e]

        INTEGRATION: CWS qssyncterm (1.29.24); FILE MERGED 2007/08/10 13:15:21 cd 1.29.24.2: RESYNC: (1.29-1.30); FILE MERGED 2007/08/03 07:27:31 oj 1.29.24.1: #150029# notify OnViewCreated

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c38e1066448eff4b358077f1e33e1f42c4bb8513]

        INTEGRATION: CWS qssyncterm (1.27.24); FILE MERGED 2007/08/03 07:27:31 oj 1.27.24.1: #150029# notify OnViewCreated

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [589e55d50c3119fa748fbfd6d3955e21f0fbc08c]

        INTEGRATION: CWS qssyncterm (1.7.156); FILE MERGED 2007/08/03 14:00:09 cd 1.7.156.1: #150029# Addon toolbars must use com::sun::star::frame::XModuleManager to identify module instead of model service

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [dc67c4a6f2636a1597ede815197d80dd408de891]

        INTEGRATION: CWS qssyncterm (1.15.16); FILE MERGED 2007/08/03 14:00:09 cd 1.15.16.1: #150029# Addon toolbars must use com::sun::star::frame::XModuleManager to identify module instead of model service

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2ff9ffa56e3cd114bd8009cf5c0ff9ec15b34c4e]

        INTEGRATION: CWS qssyncterm (1.5.212); FILE MERGED 2007/08/03 14:00:09 cd 1.5.212.1: #150029# Addon toolbars must use com::sun::star::frame::XModuleManager to identify module instead of model service

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ee5f02bb55c0a187aa10d25c0fcf59c9c543d234]

        INTEGRATION: CWS fwk73 (1.21.38); FILE MERGED 2007/08/08 13:50:53 cd 1.21.38.1: #i70396# Use special view mode for navigator, too

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [620481141e7e26a9e3ff7e57923885b375a6cd9d]

        INTEGRATION: CWS fixudkversion (1.2.426); FILE MERGED 2007/08/02 10:11:17 rene 1.2.426.1: #i80265# this is UDK 3.2.7 according to http://wiki.services.openoffice.org/wiki/UNO_@since_Tags

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b76b53b8a547bb8e7fc1781c1034276a1001f6bc]

        INTEGRATION: CWS localisation21 (1.14.18); FILE MERGED 2007/08/09 11:15:01 ihi 1.14.18.1: #i80507# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a601b5829a0ea486277a6fb2f8246d4907802929]

        INTEGRATION: CWS localisation21 (1.15.18); FILE MERGED 2007/08/09 11:14:19 ihi 1.15.18.1: #i80507# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [09ca8542e0ba661c4d7a6fe8542ff4d37e974d86]

        INTEGRATION: CWS thbpp8b (1.2.10); FILE MERGED 2007/08/05 18:53:51 thb 1.2.10.2: #i80357# Checking for NULL ptr - it's a weak_ptr here, after all 2007/08/03 12:08:19 thb 1.2.10.1: #i80322# Fixing build breaker with stlport5

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8dbbc50250b6f4dc285095c0c3573815751cf13b]

        INTEGRATION: CWS thbpp8b (1.2.10); FILE MERGED 2007/08/01 12:51:24 thb 1.2.10.1: #i80217# To have iterator stay valid, use find followed by erase (container must contain at utmost one target view, anyway)

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2ce61997212015dc3ff56b879b145867d44ecad6]

        INTEGRATION: CWS thbpp8b (1.2.10); FILE MERGED 2007/08/03 12:08:19 thb 1.2.10.1: #i80322# Fixing build breaker with stlport5

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [197d1f8cfff77a6cb27aa8aca3cab55b53f142bd]

        INTEGRATION: CWS thbpp8b (1.7.38); FILE MERGED 2007/08/01 12:51:23 thb 1.7.38.1: #i80217# To have iterator stay valid, use find followed by erase (container must contain at utmost one target view, anyway)

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e18c06239f6297750cca3cfafb372603032ce287]

        INTEGRATION: CWS thbpp8b (1.8.10); FILE MERGED 2007/08/01 12:55:24 thb 1.8.10.1: #149943# Avoiding runtime exceptions, where it's a NoSupport issue in reality; populated pch en passant

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d941ddf6bb75e5c7a9581eb18be5a4c5f4f30ad9]

        INTEGRATION: CWS thbpp8b (1.3.10); FILE MERGED 2007/08/01 12:55:24 thb 1.3.10.1: #149943# Avoiding runtime exceptions, where it's a NoSupport issue in reality; populated pch en passant

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b69ce0fbbb33e9579d6f8fc12bce2eda89baa838]

        INTEGRATION: CWS thbpp8b (1.2.56); FILE MERGED 2007/08/01 12:55:23 thb 1.2.56.1: #149943# Avoiding runtime exceptions, where it's a NoSupport issue in reality; populated pch en passant

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bbd55e12c2b14ead2bfd8cd6516e4ac353c5518b]

        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-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bf51c673a8cb208268c8e9d38ef28ce8031a77ec]

        INTEGRATION: CWS localisation21 (1.2.20); FILE MERGED 2007/08/09 10:32:30 ihi 1.2.20.1: #i80486# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [906ee470f3d89e25d6daa4868e9dae39d3b56290]

        INTEGRATION: CWS localisation21 (1.7.38); FILE MERGED 2007/08/09 10:38:45 ihi 1.7.38.1: #i80486# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [17df36266b2e1fa0d6d9d862bf44782ca077198f]

        INTEGRATION: CWS localisation21 (1.52.38); FILE MERGED 2007/08/09 10:37:43 ihi 1.52.38.1: #i80486# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d16df700fb079dc2a089af68e7450a95115c16ba]

        INTEGRATION: CWS localisation21 (1.43.38); FILE MERGED 2007/08/09 13:07:47 ihi 1.43.38.1: #i80512# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [392b53366078882328019aa6b0aa3dc3c51c51fe]

        INTEGRATION: CWS localisation21 (1.3.54); FILE MERGED 2007/08/09 13:07:47 ihi 1.3.54.1: #i80512# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a3d1942ee0983fef372b9c6ee06536afc93c3e82]

        INTEGRATION: CWS localisation21 (1.71.152); FILE MERGED 2007/08/09 13:06:19 ihi 1.71.152.1: #i80512# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [17985904ee3982397364b2e60903792325b92c5a]

        INTEGRATION: CWS chart12 (1.14.4); FILE MERGED 2007/08/09 12:25:53 iha 1.14.4.1: #i80521# rotated titles are loaded wrong and saved wrong

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [31f308f97abb02cee6bfc342ef527d7afadef2e9]

        INTEGRATION: CWS chart12 (1.19.4); FILE MERGED 2007/08/07 16:31:30 iha 1.19.4.3: #i80401# correct percent values for 3D deep stacked charts 2007/08/07 15:56:52 iha 1.19.4.2: #i80401# correct percent values in data for not stacked charts 2007/08/07 14:15:37 iha 1.19.4.1: #i80401# correct percent values in data for not stacked charts

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0d43db656aa871d49c16e64d52c4f33cdc773ccd]

        INTEGRATION: CWS chart12 (1.48.4); FILE MERGED 2007/08/07 16:32:02 iha 1.48.4.3: #i80401# correct percent values for 3D deep stacked charts 2007/08/07 15:56:25 iha 1.48.4.2: #i80401# correct percent values in data for not stacked charts 2007/08/07 14:16:22 iha 1.48.4.1: #i80401# correct percent values in data for not stacked charts

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [63a98b5a289aebfa599204ce58be01c95459a45c]

        INTEGRATION: CWS chart12 (1.7.40); FILE MERGED 2007/08/06 08:05:51 bm 1.7.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ea5079e334a49292ca558cb510ca38cccf73bb2e]

        INTEGRATION: CWS chart12 (1.2.40); FILE MERGED 2007/08/06 08:05:51 bm 1.2.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9ceddefb2b65a5a6c66fdff3d8838c6db700e1e9]

        INTEGRATION: CWS chart12 (1.3.4); FILE MERGED 2007/08/06 08:05:51 bm 1.3.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [607dfbc4a48214d5740fc6c9ebc258ed24796417]

        INTEGRATION: CWS chart12 (1.11.4); FILE MERGED 2007/08/07 15:48:06 bm 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2007/08/06 08:05:50 bm 1.11.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d02091ad977bb7829cd738da2db1528162df8435]

        INTEGRATION: CWS chart12 (1.16.4); FILE MERGED 2007/08/06 08:05:50 bm 1.16.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e2c42a44b6b3b897c47fd42d038129d66e7a2e9c]

        INTEGRATION: CWS chart12 (1.8.4); FILE MERGED 2007/08/06 08:05:50 bm 1.8.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [84b9cac3bf3b4255597ae46c95187009a46b3a94]

        INTEGRATION: CWS chart12 (1.12.4); FILE MERGED 2007/08/06 08:05:50 bm 1.12.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d11ebef2bb447cfc134ab44e9b8dc3e0c467159b]

        INTEGRATION: CWS chart12 (1.6.40); FILE MERGED 2007/08/06 08:05:50 bm 1.6.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9a4eefcd4e356c7c931b3ad2ac9d3033ffe06617]

        INTEGRATION: CWS chart12 (1.11.4); FILE MERGED 2007/08/06 08:05:50 bm 1.11.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7df8ffbc4347c1c3cbd808578754f8b10de46a84]

        INTEGRATION: CWS chart12 (1.10.40); FILE MERGED 2007/08/06 08:05:50 bm 1.10.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c5ecfe40e3474d1aeae019297c59082925c83921]

        INTEGRATION: CWS chart12 (1.2.40); FILE MERGED 2007/08/06 08:05:50 bm 1.2.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5cde1019d5b2c227458f1e2a3c69fab93f5058f8]

        INTEGRATION: CWS localisation21 (1.51.54); FILE MERGED 2007/08/09 13:05:35 ihi 1.51.54.1: #i80512# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e39f8d294f20628203ff564c3739770605b03599]

        INTEGRATION: CWS chart12 (1.3.4); FILE MERGED 2007/08/06 08:05:49 bm 1.3.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [59d5f903a896d10404f551e2fe10089d2a38228e]

        INTEGRATION: CWS chart12 (1.2.40); FILE MERGED 2007/08/07 14:00:43 iha 1.2.40.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5368f48fe17157b215696d5210ee67c228452755]

        INTEGRATION: CWS chart12 (1.3.4); FILE MERGED 2007/08/08 23:27:08 iha 1.3.4.3: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/08 18:42:35 iha 1.3.4.2: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 14:00:42 iha 1.3.4.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c47e9e02db9f9fbeaf6a5cee7938b98f39c7bc6c]

        INTEGRATION: CWS chart12 (1.3.4); FILE MERGED 2007/08/07 15:44:54 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2007/08/07 13:55:40 iha 1.3.4.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [30b34118f60b3f58f9e6aff3cbffefd29c6cafd1]

        INTEGRATION: CWS chart12 (1.4.40); FILE MERGED 2007/08/06 08:05:49 bm 1.4.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0ee2692dcd36b5d92ddd36988020d9bddfb85209]

        INTEGRATION: CWS chart12 (1.6.4); FILE MERGED 2007/08/06 08:05:49 bm 1.6.4.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4d56fe0665d16f5854ab9dc18758953fa59e015f]

        INTEGRATION: CWS chart12 (1.4.40); FILE MERGED 2007/08/07 14:00:42 iha 1.4.40.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [10444206451c7aa013c72afbcce64498982ed46d]

        INTEGRATION: CWS chart12 (1.8.4); FILE MERGED 2007/08/07 15:43:45 bm 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2007/08/07 14:00:42 iha 1.8.4.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2b5458c92bee314830e9f84f3ee1dd9ccc53b483]

        INTEGRATION: CWS chart12 (1.5.40); FILE MERGED 2007/08/07 14:00:42 iha 1.5.40.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [70d71795c836ba30dce868b26f7b03f746252fb0]

        INTEGRATION: CWS chart12 (1.8.4); FILE MERGED 2007/08/08 23:29:19 iha 1.8.4.5: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 19:19:07 bm 1.8.4.4: #i80250# contstructor order wrong, still, oops 2007/08/07 19:12:01 bm 1.8.4.3: #i80250# contstructor order wrong 2007/08/07 15:43:36 bm 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2007/08/07 14:00:41 iha 1.8.4.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [249457ec1f9ee2fef34e9355322414438e5ffc69]

        INTEGRATION: CWS chart12 (1.210.24); FILE MERGED 2007/08/07 15:43:02 bm 1.210.24.2: RESYNC: (1.210-1.214); FILE MERGED 2007/08/07 13:56:27 bm 1.210.24.1: #i80382# add calc standardbar.xml to patch

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7e4ddfeff4d60374a57385a753268acfa3dd9017]

        INTEGRATION: CWS chart12 (1.2.94); FILE MERGED 2007/08/06 08:19:12 bm 1.2.94.2: #i80297# Added comments and the correct issue-id for both checkins on this branch 2007/08/06 07:47:58 bm 1.2.94.1: rename set/getTitle to set/getTitleObject to avoid clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c5c4c786f36ff0f24e7ca362495aff3eb37782be]

        INTEGRATION: CWS chart12 (1.14.36); FILE MERGED 2007/08/06 08:21:15 bm 1.14.36.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c38b3d8f5cf2ad44fc7cdd21e072f586fec6ee71]

        INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/06 08:21:15 bm 1.3.36.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0ba35467d795211fd3f07710c33384b5b83e40da]

        INTEGRATION: CWS localisation21 (1.6.18); FILE MERGED 2007/08/09 10:43:53 ihi 1.6.18.1: #i80506# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [97d5e728c955ef796cab2dec0e013ad3bd6c0233]

        INTEGRATION: CWS chart12 (1.8.82); FILE MERGED 2007/08/08 18:49:57 iha 1.8.82.1: #i78615# missing symbol size is not interpreted correctly for bitmap symbols

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [70bc4b60181723d9e8646f340de8ffdc69903916]

        INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/07 14:03:42 iha 1.3.36.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [220bb67756d4359b33b567063e415a39a07d33c0]

        INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/08 18:55:08 iha 1.3.36.2: #i78615# more safety 2007/08/07 14:03:49 iha 1.3.36.1: #i80250# symbol style automatic is not saved correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b1d6423fc6a9b9fdcaf88ad53b0280864cb6b38f]

        INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/08 21:27:03 iha 1.3.36.3: #i80250# correct loading of scatter symbol only point color 2007/08/08 18:52:13 iha 1.3.36.2: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 14:13:29 iha 1.3.36.1: #i80250# symbol style automatic is not saved correctly, #i78615# automatic symbol size are not loaded correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [14485b5b8dc615f9bda6e87396639759cfd9db90]

        INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/09 13:12:24 iha 1.3.36.6: #i78615# Automatic symbol size different for loaded charts without legend 2007/08/08 23:24:32 iha 1.3.36.5: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/08 21:27:26 iha 1.3.36.4: #i80250# correct loading of scatter symbol only point color 2007/08/08 18:52:51 iha 1.3.36.3: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 18:07:02 bm 1.3.36.2: #i80250# shadowed variable declaration removed 2007/08/07 14:13:29 iha 1.3.36.1: #i80250# symbol style automatic is not saved correctly, #i78615# automatic symbol size are not loaded correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e0f7b55cb4b9e4b038b91ab168b4215365523b5d]

        INTEGRATION: CWS chart12 (1.22.36); FILE MERGED 2007/08/08 18:54:05 iha 1.22.36.1: #i78615# missing symbol size is not interpreted correctly for bitmap symbols

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [12533d4f0a52cbd8b273eb7b36574ac2c95b40f0]

        INTEGRATION: CWS chart12 (1.40.4); FILE MERGED 2007/08/08 18:53:54 iha 1.40.4.2: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 14:13:29 iha 1.40.4.1: #i80250# symbol style automatic is not saved correctly, #i78615# automatic symbol size are not loaded correctly

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cd47d6ca12b9495dcc98384c7a81747f1f907958]

        INTEGRATION: CWS chart12 (1.37.36); FILE MERGED 2007/08/08 21:28:17 iha 1.37.36.4: #i80250# correct loading of scatter symbol only point color 2007/08/08 18:54:39 iha 1.37.36.3: #i78615# missing symbol size is not interpreted correctly for bitmap symbols 2007/08/07 14:13:29 iha 1.37.36.2: #i80250# symbol style automatic is not saved correctly, #i78615# automatic symbol size are not loaded correctly 2007/08/06 08:22:22 bm 1.37.36.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a73c78e6f2e77235f08fbeb8f8c0d55af44efbec]

        INTEGRATION: CWS jl68 (1.2.116); FILE MERGED 2007/07/16 12:28:23 jl 1.2.116.1: #i78167# unopkg now can be used with bootstrap parameter, for example -env:UNO_JAVA_JFW_INSTALLDATA=xyz

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9677b4f3e82327dbe8d1c5471ee70d6ee9c5ad60]

        INTEGRATION: CWS jl68 (1.6.50); FILE MERGED 2007/08/01 09:23:59 jl 1.6.50.3: #i80018# undoing last change (using default bootstrapping. This will be done on a separate CWS 2007/08/01 07:12:53 jl 1.6.50.2: #i80121# ccatching DisposedException now when disposing all bridges 2007/07/16 12:28:23 jl 1.6.50.1: #i78167# unopkg now can be used with bootstrap parameter, for example -env:UNO_JAVA_JFW_INSTALLDATA=xyz

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ccc43972ff143ff73c142a9e5974614f6e3708f4]

        INTEGRATION: CWS jl68 (1.6.70); FILE MERGED 2007/08/03 15:40:59 jl 1.6.70.4: #i80121# 2007/08/01 07:12:53 jl 1.6.70.3: #i80121# ccatching DisposedException now when disposing all bridges 2007/07/27 16:10:14 jl 1.6.70.2: #i80121# unopkg add crashes when it terminates due to some bridge threads 2007/07/16 12:28:23 jl 1.6.70.1: #i78167# unopkg now can be used with bootstrap parameter, for example -env:UNO_JAVA_JFW_INSTALLDATA=xyz

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f2788c2bafd34cec067b886623d4c5f527c1a7]

        INTEGRATION: CWS jl68 (1.18.42); FILE MERGED 2007/07/16 12:27:20 jl 1.18.42.1: #i78167# unopkg now can be used with bootstrap parameter, for example -env:UNO_JAVA_JFW_INSTALLDATA=xyz

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0bd22d7c3f89365b12efab82ccf8ad9fc994cf42]

        INTEGRATION: CWS jl68 (1.19.8); FILE MERGED 2007/07/13 12:49:49 jl 1.19.8.1: #i79342# Crash when closing office

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b1510698adad18bbf4676fbbfb868085dfc3d070]

        INTEGRATION: CWS jl68 (1.17.8); FILE MERGED 2007/07/13 12:49:49 jl 1.17.8.1: #i79342# Crash when closing office

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7224b33ccd238a8506c560a51ad7f4b753770c7f]

        INTEGRATION: CWS jl68 (1.69.20); FILE MERGED 2007/07/23 09:12:12 jl 1.69.20.2: RESYNC: (1.69-1.70); FILE MERGED 2007/07/17 10:17:30 jl 1.69.20.1: #i79643# new java settings file for use when starting unopkg with -env:UNO_JAVA_JFW_INSTALL_DATA=...

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [50ef947d9b6d38d7202430d303d86f55e15d5aca]

        INTEGRATION: CWS jl68 (1.205.20); FILE MERGED 2007/07/23 09:11:55 jl 1.205.20.3: RESYNC: (1.205-1.210); FILE MERGED 2007/07/18 08:31:21 jl 1.205.20.2: #i79643# javasettingsunopkginstall.xml must be modifyable by the owner 2007/07/17 10:17:30 jl 1.205.20.1: #i79643# new java settings file for use when starting unopkg with -env:UNO_JAVA_JFW_INSTALL_DATA=...

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [29d6823f4dbd9d0c4f177e7321530c1a4103d7f0]

        INTEGRATION: CWS jl68 (1.35.14); FILE MERGED 2007/08/03 11:34:09 jl 1.35.14.1: #80288#osl_getModuleURLFromAddress can crash if there is no current working directory set

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a986aa2e965353db7f1ce0eb6e46df582f2b3d49]

        INTEGRATION: CWS jl68 (1.2.122); FILE MERGED 2007/07/16 14:11:21 jl 1.2.122.1: #i79643# dummy file for java settings for bundled extensions

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a78012776331ed4a3a3e1feb8cebf85adcf9e657]

        INTEGRATION: CWS jl68 (1.1.2); FILE ADDED 2007/07/16 14:10:48 jl 1.1.2.1: #i79643# dummy file for java settings for bundled extensions

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [dcd8d7cccffa8f8fbd8fd9c7a888bb251fcef7a9]

        INTEGRATION: CWS jl68 (1.17.92); FILE MERGED 2007/07/17 11:41:18 jl 1.17.92.1: #i79643# deliver javasettingsunopkginstall.xml

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [646d54c521a111b00186b8a00a739d8bad19b480]

        INTEGRATION: CWS jl68 (1.5.4); FILE MERGED 2007/07/20 15:39:00 jl 1.5.4.2: #    setup_native " 2007/07/17 10:11:46 jl 1.5.4.1: #i79643# starting unopkg with -env:UNO_JAVA_JFW_INSTALL_DATA=...

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [096d05db4ae3030813c0528352e63ae6cb108335]

        INTEGRATION: CWS jl68 (1.12.4); FILE MERGED 2007/07/20 15:38:59 jl 1.12.4.1: #    setup_native "

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [879648700b823e086137480eb1d442615131b7a9]

        INTEGRATION: CWS jl68 (1.13.2); FILE MERGED 2007/07/23 13:50:17 jl 1.13.2.1: #i79645# link with shell32

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [865783018b06f4ae3f8e819cd40d30fbdf717ff8]

        INTEGRATION: CWS jl68 (1.18.2); FILE MERGED 2007/07/26 07:40:16 dv 1.18.2.1: #i80014# Backquotes should be qouted when they shall be written into another script

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a7f1fa373f4bf7e5a013dbef36137ece6c5ee0a7]

        INTEGRATION: CWS basepoolfix_SRC680 (1.71.34); FILE MERGED 2007/08/15 06:25:07 fme 1.71.34.1: #i80669# pBasePool has already created twice - memory leak

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1a1f4806747117319c770e547d2f608f6e6eb6a0]

        INTEGRATION: CWS localisation21 (1.78.22); FILE MERGED 2007/08/09 14:42:10 ihi 1.78.22.1: #i80509# german removed

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [7e63e9af01a28153a78f0084b66f9e076d28fb30]

        INTEGRATION: CWS rpt23fix04_SRC680 (1.3.8); FILE MERGED 2007/08/14 08:12:13 oj 1.3.8.2: #i80666# add new thirdparty license 2007/08/14 07:09:25 oj 1.3.8.1: #i80666# add license and readme

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [21fa28596560133381d4062958ac89b69a8d03f9]

        INTEGRATION: CWS rpt23fix04_SRC680 (1.5.8); FILE MERGED 2007/08/14 08:18:20 oj 1.5.8.2: #i80666# add new thirdparty license 2007/08/14 06:03:28 oj 1.5.8.1: deliver readme

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f92cd75d049a0a8b20ecc5b428e0849139a28447]

        INTEGRATION: CWS rpt23fix04_SRC680 (1.1.2); FILE ADDED 2007/08/14 12:05:23 ufi 1.1.2.3: updated version 2007/08/14 09:06:03 ufi 1.1.2.2: updated version 2007/08/13 14:46:09 ufi 1.1.2.1: first version of doc

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c0b68e8487f2bffc7f2641bc8d655d08a2b2cef5]

        INTEGRATION: CWS rpt23fix04_SRC680 (1.1.2); FILE ADDED 2007/08/14 12:05:23 ufi 1.1.2.3: updated version 2007/08/14 09:06:03 ufi 1.1.2.2: updated version 2007/08/13 14:45:52 ufi 1.1.2.1: first version of doc

2007-08-17  Ivo Hinkelmann  <ihi@openoffice.org>  [f29c9da32c97505370dff018d0ea3b5dc0477163]

        INTEGRATION: CWS rpt23fix04_SRC680 (1.1.2); FILE ADDED 2007/08/14 08:10:47 oj 1.1.2.1: #i80666# THIRDPARTY

2007-08-17  Sven Jacobi  <sj@openoffice.org>  [74c686abda6fe7b4f9ece9f6b98ee5e4f8892024]

        using correct source filesize

2007-08-17  Sven Jacobi  <sj@openoffice.org>  [b52011fee4673107cbea86a07f740e467049001c]

        added default file name

2007-08-17  Oliver Bolte  <obo@openoffice.org>  [5b30a18699ac350de17407a1731fc11c9bd94fc9]

        #i80722# STL problems

2007-08-17  Oliver Bolte  <obo@openoffice.org>  [1ae2577d9eba4655add14922aaf34f5b0cbbfd9a]

        #i80726# fix for testtool

2007-08-16  Sven Jacobi  <sj@openoffice.org>  [70ba36b0f5a31ecbd6f65d7da1a9560f85030756]

        storing setting if newly created document should be opened to configuration

2007-08-16  Sven Jacobi  <sj@openoffice.org>  [cb14cc6c1631d0679a544f428919e938623471ab]

        using localized file size separator

2007-08-16  Sven Jacobi  <sj@openoffice.org>  [4dc2d365bc17a7a8b2e33c6260e7866645f5a80f]

        added spinfield for jpeg quality control to allow steps of 10

2007-08-15  Sven Jacobi  <sj@openoffice.org>  [dc40a8e4a7258532e6b9124ae4947157e4ba2c28]

        minor changes

2007-08-15  Sven Jacobi  <sj@openoffice.org>  [63b39863161a87e8831c14a27ec74f972f6310b3]

        changed some control positions

2007-08-15  Sven Jacobi  <sj@openoffice.org>  [2938d9c81bc9fffad25cea42360bbf7337eed541]

        added version number and the minimal openoffice version that is required

2007-08-14  Oliver Bolte  <obo@openoffice.org>  [9c7e47b1fc844161fc0ee378b26ac97118be0bb9]

        #i10000# too much spaces, breaks the build with some 4nt shells

2007-08-13  Armin Weiss  <aw@openoffice.org>  [5f484b31d9b8ac6c07a85bbeb122b8ad5cc9af0b]

        #i39532# changes after resync

2007-08-13  Oliver Bolte  <obo@openoffice.org>  [545a78164404bcd06144d68c909b34d27d785b3f]

        #i10000# undo last change, has been commited by error

2007-08-13  Joachim Lingner  <jl@openoffice.org>  [cba189a19f0b70289c360d717581bb9a24d31770]

        #i80647# toolbar disabled after TerminationVetoException

2007-08-13  Oliver Bolte  <obo@openoffice.org>  [ee002ae3e1465169902034c188dedfea68dc4df8]

        #i10000# error YES breaks vista build

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [6caf6cc2bae3c95116e25f90f672149c2148e985]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [9127054d2ab3f00692ee7058f0d5cafc4b35e457]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [5f29b9689ea9689abcddd91cf18e37f552c20386]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [2578df93ab765de163d0e66ce79bea6ec5e8c035]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [e833eaafacf03a830b7aaade85ab52ccd0cdca68]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [43b1ed90a92b134a434ddcec484ba81ed0657fa2]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [5f2bbbcf912078c7b47d3462aee672c9f4aed380]

        new version for OOG680

2007-08-08  Vladimir Glazounov  <vg@openoffice.org>  [1daf62e8ea6aabb6af84b9467b6c398d0b3a2a08]

        new version for OOG680

2007-08-08  Armin Weiss  <aw@openoffice.org>  [9c7c369c8908b6c3a5edae21743dff95f646797d]

        #i39532# initial support forn redlining in pixel renderer and decompose

2007-08-07  Armin Weiss  <aw@openoffice.org>  [a127486147da249478602afbb95a788d20aaf033]

        #i39532# migrated describePDFControl to toolkit, have to link against toolkit now

2007-08-07  Armin Weiss  <aw@openoffice.org>  [c83380a757e2650054fcad9513ce0c6c05e1336c]

        #i39532# migrated describePDFControl to toolkit, added support for PDF form control export

2007-08-06  Armin Weiss  <aw@openoffice.org>  [ab5016e84ad8bb2d5c4cbf8a7a8038515062e377]

        #i39532# further emulations for vcl::PDFExtOutDevData

2007-08-06  Armin Weiss  <aw@openoffice.org>  [d41c065cdb388dcda67041577be8e7d819f0409a]

        #i39532# further emulations for vcl::PDFExtOutDevData

2007-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [98f82479ecd908c951a7751dfb29966672e0ed32]

        #i10000#: disable optimization for TokenMapInit.cxx on Solaris Intel

2007-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa3d0d337fd69dd5b990f30ac175c2882cf6d9aa]

        #i10000#: insert(): const correctness

2007-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [919a10be460e1959cf0e2e05b584686163fc3405]

        #i10000#,#i80373#: readd deliver of .dylib for reportdesigner for MACOSX

2007-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a546a7dec02a12215993b53751413c11634175e2]

        #i10000#,#i80354#: remove merge conflict resolution error

2007-08-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [9789b0cfa46b6377467c4297c07dd230561ddca7]

        #i10000#,#i80353#: include XStorable

2007-08-03  Vladimir Glazounov  <vg@openoffice.org>  [7186631f88967e30e26c6a9be54a348aad935c38]

        new version for SRC680

2007-08-03  Vladimir Glazounov  <vg@openoffice.org>  [c116118372913765b03a17d415acfd22af3ad1e4]

        new version for SRC680

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [899609580af6412b2231744ffdecab4cb7538ccc]

        #i10000#: signed/unsigned comparision

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda2c51871188e00f16cf8d6320a30dc8402edac]

        #i10000#,#i80274#: forward declaration

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f5b18e708fb1d044e2ad985e8797c6927b32b53]

        SRC680

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [86788138e5035ef124120950b8cee8b380210d17]

        SRC680

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece0681bc41c6b76e99b88b3a378a4f4c021e9c1]

        INTEGRATION: CWS aquavcl02 (1.204.18); FILE MERGED 2007/07/31 09:25:32 pjanik 1.204.18.5: RESYNC: (1.207-1.208); FILE MERGED 2007/07/16 16:21:43 pjanik 1.204.18.4: RESYNC: (1.205-1.207); FILE MERGED 2007/07/11 10:52:14 pjanik 1.204.18.3: RESYNC: (1.204-1.205); FILE MERGED 2007/07/06 12:50:01 cd 1.204.18.2: #i79228# Support application event APPEVENT_PRINT for the mac port 2007/07/06 11:27:21 cd 1.204.18.1: #i79226# Support application event to open documents for mac port

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c92fe85c3cbbeab9c922a93ba70b05693f02e5]

        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>  [fca1936a9b4b3e2b96698bb4bedd889b275102b1]

        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>  [2b446607f5d72760ba8f6ff88aa15c1ea193654d]

        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>  [3c3f22d0c58023bbb93eb1d51da111b03151bfb4]

        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>  [0204c91d10cbee78bab52df86321d8bdf1d0b450]

        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>  [135666018600730b252ab23d87a1dd9bf372333d]

        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>  [22c8b6117f146ab44083b50a3337b2b68e233a5a]

        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>  [e3f9a73ab318f2857e1d6c96b4bbb91d3b53d580]

        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>  [ea3cef1303b0e9e200a395ffb05a8fe5c0a00986]

        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>  [f9db657b7470eba5a72a33bf139d89c404faab09]

        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>  [b7e6422a10e9a19b836b49fbde486c9fe2ab00fb]

        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>  [81e5e9cf2a1138b9fe932dee49e54f698898cf53]

        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>  [44cdad55036063f9ec29671da02863a07c88d381]

        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>  [fa63103fdb277ef251e61353bce6de2a729b05d2]

        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>  [1953421acff7397e64456fe7c0d38fe150ab69ac]

        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>  [363a9ee805ffd5c07d49158cb3e62069ffa2929d]

        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>  [301fcd27e37d72b988b7e60675d82ece63ce5b4f]

        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>  [34af0b483cbf153abd672906b2b11665eb45228d]

        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>  [cb9cf438f8709f155f33036f6610a3f96fe0e121]

        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>  [e46d10199d42e6b20dacb7727135d3a928055457]

        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>  [9ff370003b5cf2bdf3248a1295093e0a4d3fbc2f]

        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>  [46a2286b949262ba2b700a335aa5a6344e5a5b31]

        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>  [1901a56359864932dfad8e0dc68dd22fe70b09dd]

        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>  [1c0f4a8a8609b81c98ac392eebb1786d9c366a6b]

        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>  [ccfdc5c97587acaaae1ba4a04500fffecc6e3789]

        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>  [41b7b93bbbdf7e440853a86b8d4f848008b50abe]

        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>  [1f04d2ada34f515fd2cdea3b71d913d271173fc9]

        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>  [a811274d5812b2d15dad23ffcb8a2a5c1a86b3bb]

        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>  [77d5f8f6cc9cfd43888366ff63c6ddcc43e5da0e]

        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>  [cfd6238db11c324d75af90a36b24e26f2db9e805]

        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>  [b2f15a2089b909716d7bea7e852d8bd2a4b5f601]

        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>  [e50125169e127fcade2a2f78ef5396b54dfeb85b]

        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>  [3c13cdc4c1d1e3185bfea62548c90aa87d10c557]

        INTEGRATION: CWS hcicons (1.94.80); FILE MERGED 2007/07/01 13:58:19 fs 1.94.80.2: RESYNC: (1.94-1.95); FILE MERGED 2007/06/08 09:20:04 pb 1.94.80.1: fix: #146854# high contrast of help content

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [93da0b52a6ead86c669e096fd6ed94d76b74ced6]

        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>  [4f913884dc663916b722a734f365b59551e3dd08]

        INTEGRATION: CWS hcicons (1.56.518); FILE MERGED 2007/06/08 09:18:56 pb 1.56.518.1: fix: #146854# help chapter images removed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a2b319ef4ed22ae25a0132ab6e872c86c91854]

        INTEGRATION: CWS hcicons (1.121.70); FILE MERGED 2007/07/23 10:35:42 fs 1.121.70.3: RESYNC: (1.124-1.126); FILE MERGED 2007/07/01 13:58:10 fs 1.121.70.2: RESYNC: (1.121-1.124); FILE MERGED 2007/06/08 09:20:04 pb 1.121.70.1: fix: #146854# high contrast of help content

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d37c20b7f933cc1daf01cc4d2e86b673a749062e]

        INTEGRATION: CWS hcicons (1.41.28); FILE MERGED 2007/07/23 10:35:39 fs 1.41.28.3: RESYNC: (1.42-1.43); FILE MERGED 2007/07/01 13:56:37 fs 1.41.28.2: RESYNC: (1.41-1.42); FILE MERGED 2007/06/08 09:17:13 pb 1.41.28.1: fix: #146854# high contrast of help content

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb2f854559e0e90bf9c1afa4ce89bb46038e5bd2]

        INTEGRATION: CWS aquavcl02 (1.12.16); FILE MERGED 2007/07/11 10:48:51 pjanik 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED 2007/07/04 14:12:13 hdu 1.12.16.1: #i79212# apply GH's patch to fix testtool crashes on Aqua

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7031922a77fc4c8f7465be6db99fafb63048366e]

        INTEGRATION: CWS hcicons (1.3.136); FILE MERGED 2007/06/13 16:19:04 bc 1.3.136.1: #146845#added hc icons for webwizard Issue number: Submitted by: Reviewed by:

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b3576d56ed77732baec0474399759ed3462ef2]

        INTEGRATION: CWS aquavcl02 (1.9.88); FILE MERGED 2007/07/11 10:48:48 pjanik 1.9.88.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/06 12:59:04 pl 1.9.88.1: #i79212# fix another menu related crash

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ef487df8e23526089d97187ade91fe05a6539f]

        INTEGRATION: CWS hcicons (1.6.86); FILE MERGED 2007/06/22 09:35:41 bc 1.6.86.1: #146845# high contrast icons added Issue number: Submitted by: Reviewed by:

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b2707e187428a42cf34c62a30568c425f411b6f]

        INTEGRATION: CWS hcicons (1.7.58); FILE MERGED 2007/06/22 09:35:41 bc 1.7.58.2: #146845# high contrast icons added Issue number: Submitted by: Reviewed by: 2007/06/13 16:20:40 bc 1.7.58.1: #146845# added hc-icons Issue number: Submitted by: Reviewed by:

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d90d492ea26ea41f12e127b73f778da98e253c]

        INTEGRATION: CWS hcicons (1.7.86); FILE MERGED 2007/06/13 16:24:18 bc 1.7.86.1: #146845# hc icons added for webwizard Issue number: Submitted by: Reviewed by:

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [27d3d4296d980cd227f667a7d14f655322f86851]

        INTEGRATION: CWS aquavcl02 (1.18.10); FILE MERGED 2007/07/12 19:29:43 ericb 1.18.10.1: #i79553# modify linking for MacOSX builds (initialy for testtool build)

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af6c221325768ecd9f043eca953d2574c63ebf8f]

        INTEGRATION: CWS hcicons (1.8.86); FILE MERGED 2007/07/01 13:25:10 fs 1.8.86.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/05 06:34:38 pb 1.8.86.1: fix: #146847# more high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [21825ae7eeb502e885cbd8c11eb7e4f7f5a71644]

        INTEGRATION: CWS hcicons (1.16.112); FILE MERGED 2007/06/08 09:35:18 pb 1.16.112.2: fix: #146847# high contrast of key image 2007/06/05 06:34:37 pb 1.16.112.1: fix: #146847# more high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a01b260927cf99d9c83f5b86c090e33620f8c72d]

        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>  [54d5c906d549dbd3b1794538fd0dcdbdb88011c0]

        INTEGRATION: CWS hcicons (1.12.86); FILE MERGED 2007/07/01 13:24:48 fs 1.12.86.3: RESYNC: (1.12-1.13); FILE MERGED 2007/06/08 09:35:18 pb 1.12.86.2: fix: #146847# high contrast of key image 2007/06/05 06:34:37 pb 1.12.86.1: fix: #146847# more high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b84dba5ff48001b40585213a5ab9fef6fa25ca2]

        INTEGRATION: CWS hcicons (1.21.16); FILE MERGED 2007/07/02 09:21:53 fs 1.21.16.4: #i10000# 2007/07/01 13:24:40 fs 1.21.16.3: RESYNC: (1.21-1.23); FILE MERGED 2007/06/08 09:35:18 pb 1.21.16.2: fix: #146847# high contrast of key image 2007/06/05 06:34:37 pb 1.21.16.1: fix: #146847# more high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8caac6269a617191d06840ec7546a9402600f89e]

        INTEGRATION: CWS hcicons (1.115.84); FILE MERGED 2007/07/01 14:07:58 fs 1.115.84.3: RESYNC: (1.115-1.116); FILE MERGED 2007/05/25 11:21:54 tl 1.115.84.2: #146858# adding hi-contrast image for right arrow 2007/05/24 12:05:13 tl 1.115.84.1: #146858# hi-contrast image for right arrow added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [099a952ceebd08dda71cf34d003c66075b82bbe0]

        INTEGRATION: CWS hcicons (1.35.40); FILE MERGED 2007/07/01 14:05:03 fs 1.35.40.2: RESYNC: (1.35-1.39); FILE MERGED 2007/05/25 11:21:54 tl 1.35.40.1: #146858# adding hi-contrast image for right arrow

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6273d02ce0b7dc97cc4e253ffce89520b5427c]

        INTEGRATION: CWS hcicons (1.17.114); FILE MERGED 2007/07/01 14:00:48 fs 1.17.114.2: RESYNC: (1.17-1.18); FILE MERGED 2007/05/25 11:23:59 tl 1.17.114.1: #146858# adding hi-contrast image for right arrow

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8171ad5afd355e3cf206ea62e9424f142cc8f99e]

        INTEGRATION: CWS hcicons (1.8.72); FILE MERGED 2007/04/18 07:21:33 fs 1.8.72.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c32a0859585508d77ab17973db5f53cd6c26eaa]

        INTEGRATION: CWS hcicons (1.5.72); FILE MERGED 2007/07/01 14:15:34 fs 1.5.72.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/18 07:21:32 fs 1.5.72.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b31ec163b58a7e406d4b3bb19908c30bb88c0501]

        INTEGRATION: CWS hcicons (1.4.232); FILE MERGED 2007/04/18 07:21:32 fs 1.4.232.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [86b9dbc79046711e1d45867afc3fccdf5b2076ad]

        INTEGRATION: CWS hcicons (1.18.72); FILE MERGED 2007/07/01 14:10:55 fs 1.18.72.2: RESYNC: (1.18-1.19); FILE MERGED 2007/04/18 07:21:32 fs 1.18.72.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [85c64fe85008482388cd9cf2baf4831d44aec467]

        INTEGRATION: CWS hcicons (1.8.232); FILE MERGED 2007/07/01 14:10:47 fs 1.8.232.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/18 07:21:32 fs 1.8.232.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1cbb5f5bef0bb362a8b8c46bb1b8b39079cfd07]

        INTEGRATION: CWS hcicons (1.13.126); FILE MERGED 2007/07/01 14:10:31 fs 1.13.126.2: RESYNC: (1.13-1.15); FILE MERGED 2007/04/18 07:21:32 fs 1.13.126.1: #i76228# HC support for button icons

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f17b6de07cd5b811ddcc0369078ba142fc6ea3]

        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>  [b1c7f527d03e8aa01f65179ac3728da003730d60]

        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>  [99084da09f30e30b9ed96c324e67394fab429eab]

        INTEGRATION: CWS hcicons (1.3.214); FILE MERGED 2007/04/18 07:22:07 fs 1.3.214.1: #i76228# buttons now also support an ImageURL

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc7c86e9240f3caac7d80a69fcc911294cb6232d]

        INTEGRATION: CWS hcicons (1.12.84); FILE MERGED 2007/07/25 14:47:12 pb 1.12.84.1: fix: #146849# vcl/graph.hxx added because num.hxx does not include bmpwin.hxx any longer

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [00fc473516cbdc856aebd6a0572df96c02443f18]

        INTEGRATION: CWS hcicons (1.7.346); FILE MERGED 2007/07/25 14:45:19 pb 1.7.346.1: fix: #146849# bmpwin.hxx obsolete now

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cce05d3bcd3502e22fdfd8590be5a1e4b758b739]

        INTEGRATION: CWS hcicons (1.3.814); FILE MERGED 2007/06/08 12:00:09 pb 1.3.814.1: fix: #146849# use BitmapEx instead of Bitmap for high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd55350a3c002b565e19845546d34f3aa8a38634]

        INTEGRATION: CWS hcicons (1.64.582); FILE MERGED 2007/07/01 14:27:07 fs 1.64.582.2: RESYNC: (1.64-1.65); FILE MERGED 2007/06/08 12:05:18 pb 1.64.582.1: fix: #146849# BMP_EXAMPLE_HC added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2fccf01fcf6e56ec02de9e3fc04499c00433b2]

        INTEGRATION: CWS hcicons (1.9.814); FILE MERGED 2007/06/08 12:03:10 pb 1.9.814.1: fix: #146849# BMP_EXAMPLE_HC added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b77d0bc5428cd9d56dea09204fc001d2ed66461]

        INTEGRATION: CWS hcicons (1.58.82); FILE MERGED 2007/07/25 14:48:59 pb 1.58.82.4: fix: #146849# Ctor() of BmpWindow needs BitmapEx (not only Bitmap) 2007/07/23 10:37:37 fs 1.58.82.3: RESYNC: (1.61-1.62); FILE MERGED 2007/07/01 14:27:00 fs 1.58.82.2: RESYNC: (1.58-1.61); FILE MERGED 2007/06/08 12:01:42 pb 1.58.82.1: fix: #146849# use BitmapEx instead of Bitmap for high contrast support

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [68483363ce5baacfd8e403aa98321e652541e180]

        INTEGRATION: CWS hcicons (1.11.164); FILE MERGED 2007/07/01 14:18:33 fs 1.11.164.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/08 13:52:56 pb 1.11.164.1: fix: #146850# call ViewShell::DeleteReplacementBitmaps() in DataChanged()

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5dd230508847171414ab9c585edbe6c1ffad93]

        INTEGRATION: CWS hcicons (1.115.526); FILE MERGED 2007/07/01 13:57:17 fs 1.115.526.2: RESYNC: (1.115-1.116); FILE MERGED 2007/06/08 13:51:03 pb 1.115.526.1: fix: #146850# RID_GRAPHIC_REPLACEBMP_HC and RID_GRAPHIC_ERRORBMP_HC added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb622f6ce94c5b496c702f93919a9d2a83a89300]

        INTEGRATION: CWS hcicons (1.69.2); FILE MERGED 2007/07/23 10:37:00 fs 1.69.2.3: RESYNC: (1.71-1.73); FILE MERGED 2007/07/01 13:44:07 fs 1.69.2.2: RESYNC: (1.69-1.71); FILE MERGED 2007/06/08 13:44:28 pb 1.69.2.1: fix: #146850# GetReplacementBitmap() and DeleteReplacementBitmaps() added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9b1e470494a6b40b8b244f16b276ea71d8c9fe]

        INTEGRATION: CWS hcicons (1.101.34); FILE MERGED 2007/07/23 10:36:50 fs 1.101.34.3: RESYNC: (1.102-1.104); FILE MERGED 2007/07/01 13:30:57 fs 1.101.34.2: RESYNC: (1.101-1.102); FILE MERGED 2007/06/08 13:47:12 pb 1.101.34.1: fix: #146850# Graphic::DrawEx() now used

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf6b69b1b76e172e1a5a1c6584567a5fcc9ed07]

        INTEGRATION: CWS hcicons (1.27.302); FILE MERGED 2007/06/08 13:45:56 pb 1.27.302.1: fix: #146850# SwNoTxtFrm::pReplaceBmp and SwNoTxtFrm::pErrorBmp removed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [975d7343b018ee620ce9235aa5da850dcec0afe6]

        INTEGRATION: CWS hcicons (1.5.814); FILE MERGED 2007/06/08 13:43:28 pb 1.5.814.1: fix: #146850# move GetBitmap() -> ViewShell::GetReplacementBitmap()

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [36bd85c4ae441b6c627a0d9483983a7728dc1d2a]

        INTEGRATION: CWS hcicons (1.35.252); FILE MERGED 2007/07/23 10:36:46 fs 1.35.252.2: RESYNC: (1.35-1.36); FILE MERGED 2007/06/08 13:48:14 pb 1.35.252.1: fix: #146850# Graphic::DrawEx() now used

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1202b5ca649ac7297bd3071c9cc13a642f0ecee]

        INTEGRATION: CWS hcicons (1.53.2); FILE MERGED 2007/07/23 10:36:43 fs 1.53.2.3: RESYNC: (1.55-1.57); FILE MERGED 2007/07/01 13:10:50 fs 1.53.2.2: RESYNC: (1.53-1.55); FILE MERGED 2007/06/08 13:41:57 pb 1.53.2.1: fix: #146850# GetReplacementBitmap() and DeleteReplacementBitmaps() added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc5acac4b9ad91407314b2374e8092251692fbb]

        INTEGRATION: CWS hcicons (1.11.214); FILE MERGED 2007/07/01 13:06:59 fs 1.11.214.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/08 13:40:29 pb 1.11.214.1: fix: #146850# RC_COMCORE_END == RC_COMMON_CORE + 59

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1ac4380d91678a56529a8cd6e5331156bc497a0]

        INTEGRATION: CWS hcicons (1.7.814); FILE MERGED 2007/06/08 13:39:20 pb 1.7.814.1: fix: #146850# RID_GRAPHIC_REPLACEBMP_HC and RID_GRAPHIC_ERRORBMP_HC added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [376c982304ebb5055c4ee30a825c18403e206b6e]

        INTEGRATION: CWS swa11y01 (1.2.14); FILE MERGED 2007/07/23 09:25:04 pb 1.2.14.3: fix: #i79896# dont use bDisableTransientChildren of class ValueSet at the moment 2007/07/20 23:47:08 pb 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/12 16:10:33 bm 1.2.14.1: #i73746# use valueset with disabled transient children for accessibility

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e08e9cb6c8209789ba98b3edc56088d0614825]

        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>  [6d17552da444a09b7fc122d8ee6d91984962a6ae]

        INTEGRATION: CWS swa11y01 (1.23.18); FILE MERGED 2007/06/13 10:38:36 obr 1.23.18.1: #i73746# lists might not always expose MANAGES_DESCENDANTS

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c3be8dbf56623d97ab956c341055ff398da434]

        INTEGRATION: CWS swa11y01 (1.15.368); FILE MERGED 2007/06/29 06:48:02 od 1.15.368.1: #i77106# class <SwAccessibleTable> 	 - implementation to support <XAccessibleTable::getAccessibleColumnHeaders().

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ad38f780f127c6802d311a0cb555c5a099df11]

        INTEGRATION: CWS swa11y01 (1.28.4); FILE MERGED 2007/06/29 06:48:02 od 1.28.4.1: #i77106# class <SwAccessibleTable> 	 - implementation to support <XAccessibleTable::getAccessibleColumnHeaders().

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [84b5cb521c7f2f143484ceafebc78dfd8d7e81de]

        INTEGRATION: CWS swa11y01 (1.70.4); FILE MERGED 2007/06/27 10:12:40 od 1.70.4.1: #i77108# - provide hyperlinks also in editable documents

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0137cee12189fe1949b37cb17425a4a67138691]

        INTEGRATION: CWS swa11y01 (1.54.4); FILE MERGED 2007/06/29 06:48:01 od 1.54.4.1: #i77106# class <SwAccessibleTable> 	 - implementation to support <XAccessibleTable::getAccessibleColumnHeaders().

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b18e8b0d5ba24a47722bdbcb016a49e7230f3da]

        INTEGRATION: CWS swa11y01 (1.17.368); FILE MERGED 2007/06/29 06:48:01 od 1.17.368.1: #i77106# class <SwAccessibleTable> 	 - implementation to support <XAccessibleTable::getAccessibleColumnHeaders().

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eebbe3911755229ff3d1cecc7b3707b9d00757d]

        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>  [b5653e1b7f69db7231b4ecde5cec288f4804d932]

        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>  [36d7345c40ac9826a88307346832cf1f2ecdefa1]

        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>  [ff6362ac31a1e89dc17124af432160d1aa73bbbb]

        INTEGRATION: CWS cloph07 (1.17.4); FILE MERGED 2007/08/01 10:16:52 cloph 1.17.4.1: Issue number: #i80130# justdb only works as root in some versions of rpm, make the fake-db purely virtual

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7213bbac9fc2d0b75097ab9b347eafa576fc1d]

        INTEGRATION: CWS cloph07 (1.2.4); FILE MERGED 2007/08/01 10:16:52 cloph 1.2.4.1: Issue number: #i80130# justdb only works as root in some versions of rpm, make the fake-db purely virtual

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d3ce44fa08eb8cc62567d32d07cf6a08c7c6633]

        INTEGRATION: CWS cloph07 (1.152.14); FILE MERGED 2007/08/01 10:03:42 cloph 1.152.14.1: Issue number: #i80231# add missing ; to avoid uninitialized variable warning

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [12feabe6ebc18452e7cc57a7c7701399de34bc25]

        INTEGRATION: CWS chart10 (1.91.20); FILE MERGED 2007/07/26 14:34:12 iha 1.91.20.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b816928d9f40123fa363da597d9dd8cc56cf82b5]

        INTEGRATION: CWS chart10 (1.20.22); FILE MERGED 2007/07/26 14:29:54 iha 1.20.22.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c36741581ae6a4832fb6c0af5441553c9e2c9bd8]

        INTEGRATION: CWS chart10 (1.1.2); FILE ADDED 2007/07/27 12:59:08 iha 1.1.2.2: #i79849# prevent to many view updates of charts - also lock newly loaded charts 2007/07/26 14:29:26 iha 1.1.2.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dae2e7506dc9a20421967cf6cdc2ac45e4360df9]

        INTEGRATION: CWS chart10 (1.48.22); FILE MERGED 2007/07/26 14:33:11 iha 1.48.22.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [26979603d567ba1d8330f8b97a6728d4e561dae2]

        INTEGRATION: CWS chart10 (1.27.80); FILE MERGED 2007/07/27 13:00:06 iha 1.27.80.1: #i79849# prevent to many view updates of charts - also lock newly loaded charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c499d06a4f590836110aac6a321850c2cd40e7e9]

        INTEGRATION: CWS chart10 (1.36.22); FILE MERGED 2007/07/26 14:32:20 iha 1.36.22.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae8e88118f075e7ff6ca34ce2c866c81b4151043]

        INTEGRATION: CWS chart10 (1.65.20); FILE MERGED 2007/07/26 14:31:26 iha 1.65.20.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f423b11942ee579f520475cf632f8f5ca2fe51dc]

        INTEGRATION: CWS chart10 (1.101.20); FILE MERGED 2007/07/26 14:28:50 iha 1.101.20.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eae1a64eaebff1cdca82179497aa42c2eecd548]

        INTEGRATION: CWS chart10 (1.1.2); FILE ADDED 2007/07/27 12:56:06 iha 1.1.2.2: #i79849# prevent to many view updates of charts - also lock newly loaded charts 2007/07/26 14:28:16 iha 1.1.2.1: #i79849# prevent to many view updates of charts

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [711778d7d6a570d81aaa1e3b377336e10c00bc56]

        INTEGRATION: CWS ab39 (1.212.2); FILE MERGED 2007/08/03 12:55:17 ab 1.212.2.1: #i80278# dialogbar.xml, macrobar.xml -> patch

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [280bb20fe3e3bcd5c77eeccba7f2d4ae4690ec60]

        INTEGRATION: CWS oasisrng03 (1.16.100); FILE MERGED 2007/07/02 11:04:08 ama 1.16.100.1: #146852#: keep-together validation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48272043a7fc9875f18c6b740d5e4610f3b862c4]

        INTEGRATION: CWS oasisrng03 (1.10.770); FILE MERGED 2007/07/02 11:05:28 ama 1.10.770.1: #146852#: keep-together validation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce5e157785745a6729db62b15fb98bc396cddee]

        INTEGRATION: CWS oasisrng03 (1.21.82); FILE MERGED 2007/07/06 12:46:15 ama 1.21.82.2: #146852#: keep-together 2007/07/02 11:05:20 ama 1.21.82.1: #146852#: keep-together validation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [276e23924748f8d38be35714168ea39af92150be]

        INTEGRATION: CWS oasisrng03 (1.96.44); FILE MERGED 2007/08/01 22:47:22 cl 1.96.44.2: RESYNC: (1.96-1.97); FILE MERGED 2007/07/12 14:03:32 os 1.96.44.1: #139836# overwrite SubType of GetExpression fields if SetExpression is a string

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [15abc2e220ad7bae538c07f22d54af784ee88cd3]

        INTEGRATION: CWS oasisrng03 (1.31.68); FILE MERGED 2007/07/10 09:45:12 ama 1.31.68.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/05 08:59:34 os 1.31.68.1: #139836# don't import value-type of GetVariable fields

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2296ca1dc12e89048ca94531e585035434966273]

        INTEGRATION: CWS oasisrng03 (1.98.64); FILE MERGED 2007/07/10 09:44:26 ama 1.98.64.2: RESYNC: (1.98-1.99); FILE MERGED 2007/07/05 13:37:17 ama 1.98.64.1: #i35851#: Page number 'auto' instead '0'

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac5170534d3a610f3bcb7ec9e2c3b87598c9ea2e]

        INTEGRATION: CWS oasisrng03 (1.127.64); FILE MERGED 2007/08/01 22:19:09 cl 1.127.64.4: RESYNC: (1.128-1.129); FILE MERGED 2007/07/10 09:42:16 ama 1.127.64.3: RESYNC: (1.127-1.128); FILE MERGED 2007/07/09 11:32:46 cl 1.127.64.2: #i75927# removed previous fix from issue 36217 as it was wrong 2007/07/02 14:18:52 ama 1.127.64.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b525929aaf9107385708877220b0f6888f45a7]

        INTEGRATION: CWS oasisrng03 (1.63.56); FILE MERGED 2007/07/10 09:41:55 ama 1.63.56.2: RESYNC: (1.63-1.64); FILE MERGED 2007/07/02 14:19:26 ama 1.63.56.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [575222083e058a740f5ad69e14e18622c3d4f7af]

        INTEGRATION: CWS oasisrng03 (1.73.40); FILE MERGED 2007/07/10 09:41:46 ama 1.73.40.4: RESYNC: (1.73-1.75); FILE MERGED 2007/07/06 13:09:06 ama 1.73.40.3: #139736#: page-continuation 2007/07/05 09:14:35 os 1.73.40.2: #139836# don't export value-type of GetVariable fields 2007/07/02 14:20:37 ama 1.73.40.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ec0ffdefb8feae3dca73e6e0b47c3e8b03144a]

        INTEGRATION: CWS oasisrng03 (1.13.306); FILE MERGED 2007/07/10 09:21:11 ama 1.13.306.2: RESYNC: (1.13-1.14); FILE MERGED 2007/07/05 13:40:32 ama 1.13.306.1: #i35851#: Page number 'auto' instead '0'

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2601ca94e5f8e888ea1f9c1d73ed5fbde39411a7]

        INTEGRATION: CWS oasisrng03 (1.24.120); FILE MERGED 2007/07/10 09:21:04 ama 1.24.120.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/05 13:41:02 ama 1.24.120.1: #i35851#: Page number 'auto' instead '0'

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c9cc3c0366db413111db0bba952002c26d1e076]

        INTEGRATION: CWS oasisrng03 (1.26.154); FILE MERGED 2007/07/10 09:18:32 ama 1.26.154.2: RESYNC: (1.26-1.27); FILE MERGED 2007/07/05 13:39:17 ama 1.26.154.1: #i35851#: Page number 'auto' instead '0'

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77baabe992c77018a0467ffec8f9482f8d76b66b]

        INTEGRATION: CWS oasisrng03 (1.59.62); FILE MERGED 2007/08/01 22:17:30 cl 1.59.62.3: RESYNC: (1.60-1.61); FILE MERGED 2007/07/10 08:53:07 ama 1.59.62.2: RESYNC: (1.59-1.60); FILE MERGED 2007/07/09 11:27:57 cl 1.59.62.1: #i75926# do not export empty object and image placeholder if flag for backward compatibility is off

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7477a65e09b20917adf025550c550f8822b508ee]

        INTEGRATION: CWS oasisrng03 (1.11.64); FILE MERGED 2007/07/10 08:48:59 ama 1.11.64.2: RESYNC: (1.11-1.13); FILE MERGED 2007/07/09 11:27:04 cl 1.11.64.1: #i75926# export anim:iterate-interval as xsd:duration if flag for backward compatibility is off

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd5657af97d1ca75637fff50ca03b563b0948e1]

        INTEGRATION: CWS oasisrng03 (1.105.48); FILE MERGED 2007/08/01 22:16:59 cl 1.105.48.3: RESYNC: (1.107-1.109); FILE MERGED 2007/07/10 08:47:18 ama 1.105.48.2: RESYNC: (1.105-1.107); FILE MERGED Resync conflict solved 2007/07/02 14:18:25 ama 1.105.48.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5aef9216fe90661e2c29af123dec008487e73a7]

        INTEGRATION: CWS oasisrng03 (1.129.50); FILE MERGED 2007/07/31 15:07:45 cl 1.129.50.3: #i75925# do not allow non backward compatibility when writing to old xml format! 2007/07/10 08:46:35 ama 1.129.50.2: RESYNC: (1.129-1.130); FILE MERGED 2007/07/06 10:34:14 pb 1.129.50.1: fix: #146851# set EXPORT_SAVEBACKWARDCOMPATIBLE

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [54d4a8c778b03a95fc3d0eecd757cbc4907950a4]

        INTEGRATION: CWS oasisrng03 (1.2.64); FILE MERGED 2007/08/01 22:16:08 cl 1.2.64.2: RESYNC: (1.2-1.3); FILE MERGED 2007/07/05 13:36:15 ama 1.2.64.1: #i35851#: Page number 'auto' instead '0'

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca8ec83813d0c959819c110137d96c136d1ac8b]

        INTEGRATION: CWS oasisrng03 (1.3.48); FILE MERGED 2007/08/01 22:16:01 cl 1.3.48.3: RESYNC: (1.4-1.6); FILE MERGED 2007/07/10 08:38:14 ama 1.3.48.2: RESYNC: (1.3-1.4); FILE MERGED Resync conflict solved 2007/07/02 14:16:58 ama 1.3.48.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a4dbf732e1cce54dee7dc4ada50ac541223a2f4]

        INTEGRATION: CWS oasisrng03 (1.4.64); FILE MERGED 2007/07/06 13:07:50 ama 1.4.64.2: #146851#: EXPORTT_SAVEBACKWARD.. 2007/07/06 09:02:16 pb 1.4.64.1: fix: #146851# added EXPORT_SAVEBACKWARDCOMPATIBLE

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53e5bde353d574b5cfbbb589df30a2fa4de19b1]

        INTEGRATION: CWS oasisrng03 (1.2.64); FILE MERGED 2007/08/01 22:14:49 cl 1.2.64.2: RESYNC: (1.2-1.4); FILE MERGED 2007/07/02 14:16:28 ama 1.2.64.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c2cbceedd247881540f942b410b0f06860d7d01]

        INTEGRATION: CWS oasisrng03 (1.172.52); FILE MERGED 2007/08/01 22:14:31 cl 1.172.52.2: RESYNC: (1.172-1.173); FILE MERGED 2007/07/02 14:15:32 ama 1.172.52.1: #139736#: page-continuation

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5109e02c85a0c691528e52e6132a32e14a57425d]

        INTEGRATION: CWS oasisrng03 (1.133.36); FILE MERGED 2007/08/01 22:12:42 cl 1.133.36.3: RESYNC: (1.135-1.138); FILE MERGED 2007/07/10 08:28:50 ama 1.133.36.2: RESYNC: (1.133-1.135); FILE MERGED 2007/07/06 08:50:45 pb 1.133.36.1: fix: #146851# added SaveBackwardCompatibleODF to Save/Document

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e61359e5601733aa0f4e27579dd71edb55e5c73]

        INTEGRATION: CWS oasisrng03 (1.37.74); FILE MERGED 2007/07/06 08:54:17 pb 1.37.74.1: fix: #146851# default of Save/Document/SaveBackwardCompatibleODF set

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [61adf03ec64ddd36610b8827baf770526a2b8e27]

        INTEGRATION: CWS rpt23fix02 (1.42.12); FILE MERGED 2007/08/01 08:16:09 oj 1.42.12.5: #i78940# 2007/07/31 19:41:23 oj 1.42.12.4: #i78940# reverse issue 2007/07/24 12:54:19 oj 1.42.12.3: include missing 2007/07/24 12:45:31 oj 1.42.12.2: merge from rpt23fix01 2007/07/23 11:12:16 lla 1.42.12.1: #i79879# open old reports, if extension not present fix

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e74502d4a33ab0ef0818dac77cdb49adda38b46]

        INTEGRATION: CWS rpt23fix02 (1.61.20); FILE MERGED 2007/07/31 09:53:42 ama 1.61.20.1: Fix #i77610#: Cell and para style

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [72be5a9399a76b4582ae0be4a660327fe035e204]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 08:13:04 oj 1.2.4.1: #i79504# patch file for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2249ee6bf8bb23cbc4f7c41fb6d2d878e4e8fe35]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 12:51:15 oj 1.2.4.5: compile error 2007/07/30 05:36:12 oj 1.2.4.4: #80161# apply gcc3 patch for strings 2007/07/25 14:07:02 oj 1.2.4.3: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.2: merge from rpt23fix01 2007/07/23 12:01:00 oj 1.2.4.1: #i77721# solve scroll problem

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [368ad07d58dbe6f4a2ac737f9e4473bead4f6ac8]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 12:39:20 oj 1.2.4.4: i79963 overlap check not for shapes 2007/07/30 05:36:12 oj 1.2.4.3: #80161# apply gcc3 patch for strings 2007/07/25 14:07:02 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09d6c781d9dc874dcc40b4042187c1f08cab103]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:02 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc22cc8b09be2ad8d3be90653af0124e7e351b25]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 12:33:46 oj 1.2.4.6: #i77349# set caption 2007/07/30 05:36:12 oj 1.2.4.5: #80161# apply gcc3 patch for strings 2007/07/27 12:21:59 oj 1.2.4.4: #i77907# remove entries from context when propbrw is destroyed 2007/07/25 14:07:02 oj 1.2.4.3: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.2: merge from rpt23fix01 2007/07/24 09:58:49 oj 1.2.4.1: #i77181# set background color

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26e2df246c8914ac2db37b014bef8dc4f5cea0a]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:36:11 oj 1.2.4.4: #80161# apply gcc3 patch for strings 2007/07/26 08:15:45 oj 1.2.4.3: #i77907# remove shapes when section is in disposing and dispose the shape afterwards 2007/07/25 14:07:01 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:06 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33fe09bf1bedbaa358f1857ea25678b22bc64882]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:01 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:06 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b11d8194ff50599498b52f10e1c0c07d8003f2b]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:01 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:05 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c302fe163612217ca3240e82bdacbba0c45f00]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:36:11 oj 1.2.4.3: #80161# apply gcc3 patch for strings 2007/07/27 12:21:57 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/24 12:48:04 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfd6bc105ba594c36db06a0f96a00eb29982bfff]

        INTEGRATION: CWS rpt23fix02 (1.3.4); FILE MERGED 2007/07/25 10:32:00 oj 1.3.4.2: #i79963# check for empty prop name 2007/07/24 12:48:04 oj 1.3.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d090ba90480a41f490b949c6d97baefd74d59c54]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/20 12:19:59 lla 1.2.4.1: #i79744# fix problems with empty group headers

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b546a4a0a81949e2c1e4603e19ce7de493ca81d7]

        INTEGRATION: CWS cmcfixes35 (1.4.4); FILE MERGED 2007/07/23 18:00:54 cmc 1.4.4.4: #i78310# someone has been messing with this 2007/07/23 09:43:56 cmc 1.4.4.3: RESYNC: (1.5-1.7); FILE MERGED 2007/07/05 12:40:53 cmc 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/13 10:43:05 cmc 1.4.4.1: #i78310# add rpath of ORIGIN to libxslt

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c5cc9a0456444b2079e665c6f41da07e09c866]

        INTEGRATION: CWS pj83 (1.13.42); FILE MERGED 2007/08/01 07:20:44 pjanik 1.13.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4e363d9711dcbdf09439128316a20d812a0814]

        INTEGRATION: CWS pj83 (1.5.42); FILE MERGED 2007/08/01 07:20:44 pjanik 1.5.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7968559c25fa59a63971e637fb8fac217b250132]

        INTEGRATION: CWS pj83 (1.36.6); FILE MERGED 2007/08/01 07:20:43 pjanik 1.36.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [01bbfc6cddf50afa97fb0ae1ffd8218c19649a64]

        INTEGRATION: CWS pj83 (1.5.42); FILE MERGED 2007/08/01 07:20:43 pjanik 1.5.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed7ccc0a576a1be69ab318b5f8bde8aec6484c8]

        INTEGRATION: CWS pj83 (1.6.6); FILE MERGED 2007/08/01 07:20:43 pjanik 1.6.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdfa637e237adfe3996cff85f44af3311e709bd6]

        INTEGRATION: CWS pj83 (1.11.6); FILE MERGED 2007/08/01 07:20:43 pjanik 1.11.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [475df31c0bb5237b7022646801d636dc13e0aa8b]

        INTEGRATION: CWS pj83 (1.5.6); FILE MERGED 2007/08/01 07:20:43 pjanik 1.5.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae6a989f0ab8cb2a8bfd4f86f2bb4ed27c21e148]

        INTEGRATION: CWS pj83 (1.7.6); FILE MERGED 2007/08/01 07:20:43 pjanik 1.7.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2616ab05f1d6ccc87e6f315a271ed186a488962]

        INTEGRATION: CWS pj83 (1.9.6); FILE MERGED 2007/08/01 07:20:42 pjanik 1.9.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2641b8010a74ba6310019d751fc29006da833fd3]

        INTEGRATION: CWS pj83 (1.4.42); FILE MERGED 2007/08/01 07:20:42 pjanik 1.4.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [314dfc2597a5449f79f5b46aabd37d8d643fde2d]

        INTEGRATION: CWS pj83 (1.10.6); FILE MERGED 2007/08/01 07:20:42 pjanik 1.10.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f319ee531c7888ad54324580a264d8a86c987e0]

        INTEGRATION: CWS pj83 (1.15.6); FILE MERGED 2007/08/01 07:20:42 pjanik 1.15.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48a68ba7dd491e9d583fe675e4707109222b0fa2]

        INTEGRATION: CWS pj83 (1.4.6); FILE MERGED 2007/08/01 07:20:42 pjanik 1.4.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4f8e24b4c007d7ccd21db7265224249c70f45a0]

        INTEGRATION: CWS pj83 (1.2.42); FILE MERGED 2007/08/01 07:20:42 pjanik 1.2.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe61c05eb5cb0c94a346d90c54679d45ffba699]

        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>  [72c73e99a9c62ead6301996d29702f76951cbb0b]

        INTEGRATION: CWS pj83 (1.3.6); FILE MERGED 2007/08/01 07:20:41 pjanik 1.3.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [799b8e97947745c8174dfc198638dfa176a991ed]

        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>  [8975a6c3019533be75a4d2571c945356fb889884]

        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>  [0c571928be7f052888527e740cd827eb7663e804]

        INTEGRATION: CWS pj83 (1.2.42); FILE MERGED 2007/08/01 07:20:41 pjanik 1.2.42.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [553a8adb971842d3812be4128c374911455c014e]

        INTEGRATION: CWS cmcfixes35 (1.27.4); FILE MERGED 2007/07/24 12:09:13 cmc 1.27.4.5: #i77975 as per kr suggestion, remove mingwin.map in favour of gcc3.map 2007/07/23 11:49:14 cmc 1.27.4.4: #i79907# repeat cppuhelper map merge in salhelper 2007/06/29 10:42:14 cmc 1.27.4.3: remove those new files 2007/06/27 15:00:40 cmc 1.27.4.2: make generic 2007/06/13 11:10:47 cmc 1.27.4.1: #i77975 distinguish between 32bit and 64bit gcc mangling

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [936bf921133001fa40d5e6ffa5adae4db6842181]

        INTEGRATION: CWS pj83 (1.4.6); FILE MERGED 2007/08/01 07:20:41 pjanik 1.4.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd0db05b46844a3c1b3fe4971d494269d7fe777]

        INTEGRATION: CWS cmcfixes35 (1.1.2); FILE ADDED 2007/07/24 09:36:02 cmc 1.1.2.2: #i79907# salhelper map 64bit wildcards 2007/07/23 11:49:14 cmc 1.1.2.1: #i79907# repeat cppuhelper map merge in salhelper

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a47da1d152eec09bbd31ca0b169751ba413d653d]

        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>  [5f8d16d9a16c293480d612ba05edf2b10396677f]

        INTEGRATION: CWS pj83 (1.8.6); FILE MERGED 2007/08/01 07:20:41 pjanik 1.8.6.1: #i80015#: Make chart2 WaE clean.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5d84f5d462a04c8c10d44d281194d0773c8825]

        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>  [fbd8f4f1dcb65d2466bd7f4605e127edb2e7d4d2]

        INTEGRATION: CWS cmcfixes35 (1.7.36); FILE MERGED 2007/07/09 08:44:47 cmc 1.7.36.2: #i79383# fclose files on error path 2007/07/09 08:40:40 cmc 1.7.36.1: #i79382# check for NULL in right place

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1778ed23a7838f706139f1da20db8cd3b62001dd]

        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>  [acb9ea3e08bced15f358b8b0508c1be1dce866a5]

        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>  [282a67a70f25d9ebcbda4b3395dca47c8edc29b8]

        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>  [dd55f0e2f4866f0437db33654ae979a3eacf91f7]

        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>  [e8186ea1a443fd354d6dbd1cc3c45f79ed1deca6]

        INTEGRATION: CWS pj83 (1.2.14); FILE MERGED 2007/07/22 13:52:13 pjanik 1.2.14.1: #i79488#: Fix memory leaks.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [75299bd02cfcfaf2f9f3db835008bdefb300cd75]

        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>  [4a33b105dc4947fd8082d1d1235ae1d042331c89]

        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>  [47227a8e6961185515f0e9a20d133313edc9c282]

        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>  [0c78fec436e0f0a0089d40099e5aebe5b528e7bd]

        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>  [24d1eec7908e55ebe4c3e7986a3d635b07f086a2]

        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>  [ac750d23f4137229f9b4240306e94409dc80a9d7]

        INTEGRATION: CWS pj83 (1.18.42); FILE MERGED 2007/08/01 07:19:40 pjanik 1.18.42.1: #i80015#: Make chart2 WaE clean. Cleanup the list of OOo modules.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a24ccbbaac88edff95cf8215e88925be2e5db54]

        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>  [fc1e09fb8886b9729ae7d1f9f02210533426b617]

        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>  [1315f219030ea14dabbe535c549f31b039138bf9]

        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>  [89366dd944bd3e628433d16564a698cf653415fd]

        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>  [bd317bc220cb1464352e4fb81991d54327451b69]

        INTEGRATION: CWS thbpp8 (1.3.130); FILE MERGED 2007/07/16 14:15:10 thb 1.3.130.1: #i79535# Fixed typo in allocator

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b12a8e784b976d6701be7253fd302503fb8aadf]

        INTEGRATION: CWS thbpp8 (1.6.4); FILE MERGED 2007/07/05 09:55:32 thb 1.6.4.1: #i79236# Make --without-java build work again

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5c3f7a8065af689e4bac192f2d3bcd93703d096]

        INTEGRATION: CWS thbpp8 (1.9.32); FILE MERGED 2007/07/22 23:09:50 thb 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/16 14:26:40 thb 1.9.32.1: #147454# Giving queue event a shared ptr to this to avoid lifetime issues

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aa63439bade15295d5a397a8b73a9430bc6540b]

        INTEGRATION: CWS thbpp8 (1.5.86); FILE MERGED 2007/07/05 09:59:12 thb 1.5.86.1: #i79235# Aliasing a few more SGI-only functions into std namespace

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f0b8e175737711250b7e4fea31c543d0bf07793]

        INTEGRATION: CWS fwk71 (1.14.44); FILE MERGED 2007/07/31 06:37:43 pb 1.14.44.1: fix: #149942# extension collors have to consider hidden groups

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [249ba671243d58fce77f55ffba01a75f1705f0dc]

        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>  [9f4cd73dda40b70b7811332e1350d34ac46f972b]

        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>  [310eb5276c06d8d03c8ec6700313827c794ed338]

        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>  [bb70c936cbd56c47ca75749be1e375d9a7c0888b]

        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>  [6fc51a5724f60c9e04485081f1b59e7fa80d156e]

        INTEGRATION: CWS dictionariesfor23v01 (1.1.2); FILE ADDED 2007/07/28 15:16:13 pjanik 1.1.2.1: #i70621#: Add Slovenian dictionary and hyphenation.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b720a4701dc3aa95ea2cb05ea7bee87dc4d60605]

        INTEGRATION: CWS dictionariesfor23v01 (1.1.2); FILE ADDED 2007/07/28 15:16:12 pjanik 1.1.2.1: #i70621#: Add Slovenian dictionary and hyphenation.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc46addf016c96482193a6da97abefa664dfeb65]

        INTEGRATION: CWS dictionariesfor23v01 (1.1.2); FILE ADDED 2007/07/29 09:49:04 pjanik 1.1.2.1: #i79034#: Add pt-BR dictionary.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdefff39d1c76ee5539216ded5bbbe034f85934d]

        INTEGRATION: CWS dictionariesfor23v01 (1.15.4); FILE MERGED 2007/07/29 09:45:49 pjanik 1.15.4.2: #i79034#: Add pt-BR dictionary. 2007/07/28 15:15:32 pjanik 1.15.4.1: #i70621#: Add Slovenian dictionary and hyphenation.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f12a7f374bd007ed3a604c6826b17183c38c095]

        INTEGRATION: CWS dictionariesfor23v01 (1.2.4); FILE MERGED 2007/07/23 18:51:51 pjanik 1.2.4.1: #i60821#: Add Afrikaans hyphenation.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3eb5fc9eae9c18b21b302db087eddb0e1bcfb19]

        INTEGRATION: CWS dictionariesfor23v01 (1.1.2); FILE ADDED 2007/07/23 18:51:51 pjanik 1.1.2.1: #i60821#: Add Afrikaans hyphenation.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a043097fb154d598ae56391950537329c69eec82]

        INTEGRATION: CWS brofficenologo (1.3.26); FILE MERGED 2007/08/01 15:27:21 pb 1.3.26.1: fix: #i79919# nologo broffice added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0771a3fec0ecf975334c68b882583ffe1447c03d]

        INTEGRATION: CWS brofficenologo (1.54.26); FILE MERGED 2007/08/01 15:29:11 pb 1.54.26.1: fix: #i79919# nologo broffice added

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c0eb6ead8803bdf124367143b1965ecd2c5ab7]

        INTEGRATION: CWS brofficenologo (1.55.8); FILE MERGED 2007/08/02 09:02:25 pb 1.55.8.1: fix: #i79919# include of broffice adjusted for nologo

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a9e61c0cf1c8b1b73548a1bb51047792221a295]

        INTEGRATION: CWS brofficenologo (1.68.36); FILE MERGED 2007/08/02 09:04:11 pb 1.68.36.1: fix: #i79919# adjusted for broffice nologo

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [450e5d341facf862368d11b5d200d8175f8ca4a6]

        INTEGRATION: CWS brofficenologo (1.1.2); FILE ADDED 2007/08/01 15:21:42 pb 1.1.2.1: fix: #79919# broffice 2.3 without logo

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [255a2189cebfdca5a2aa2d00eb25c8bd014bca04]

        INTEGRATION: CWS swqbf103 (1.33.58); FILE MERGED 2007/07/30 09:38:01 hbrinkm 1.33.58.1: #i42105# applied patch

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [821500744203204c4afa276182a45830b68ff10f]

        INTEGRATION: CWS swqbf103 (1.29.432); FILE MERGED 2007/07/30 09:35:21 hbrinkm 1.29.432.1: #i42105# applied patch

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1016c78351838131c5c9cb8cf2ccb0110462555c]

        INTEGRATION: CWS swqbf103 (1.71.16); FILE MERGED 2007/07/31 13:15:01 hbrinkm 1.71.16.2: #i42105# error on Solaris 2007/07/30 09:35:21 hbrinkm 1.71.16.1: #i42105# applied patch

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed71802c42bf5f1b23cdcecb0de7a1a581bb53fb]

        INTEGRATION: CWS swqbf103 (1.58.16); FILE MERGED 2007/07/30 14:40:49 ama 1.58.16.1: Fix #i79945#: Crash caused by empty pSwgInfo (autotext)

2007-08-03  Armin Weiss  <aw@openoffice.org>  [7d8fd9baecc240f0543efea679cb9727957e3231]

        #i39532# restructured MetaFile comment reation to use TextHierarchy primitives

2007-08-03  Ocke Janssen  <oj@openoffice.org>  [65a549d75379c42ce06b65fe00fcb15b49792273]

        remove merge conflict

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [598d44d1d75b3b189594c275d6fdda8ca5751cb1]

        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>  [4e70f32a0201f57a87a89f956ced8e4645c9b7ff]

        INTEGRATION: CWS rpt23fix02 (1.72.24); FILE MERGED 2007/07/30 06:32:44 oj 1.72.24.1: #80155# insert DBG_NAME to find memory leaks easier

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a56465d32452950b04369bbe63c5a0d602f3e823]

        INTEGRATION: CWS rpt23fix02 (1.125.12); FILE MERGED 2007/07/30 06:32:44 oj 1.125.12.1: #80155# insert DBG_NAME to find memory leaks easier

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fb0147f90800fe1a41b2fdb4fb2045f76d3a630]

        INTEGRATION: CWS rpt23fix02 (1.22.16); FILE MERGED 2007/08/01 08:16:20 oj 1.22.16.3: #i78940# 2007/07/24 09:49:43 oj 1.22.16.2: #i79794# correct class id for report definition 2007/07/23 11:12:29 lla 1.22.16.1: #i79879# open old reports, if extension not present fix

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e4d24861745a2e00b7ee609e84817d0890cb1f]

        INTEGRATION: CWS fsfixes07 (1.20.28); FILE MERGED 2007/07/26 12:23:11 fridrich_strba 1.20.28.2: x-vnd --> vnd 2007/07/26 11:50:17 fridrich_strba 1.20.28.1: changing one more occurence of vnd.oasis.openoffice

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [12061081d4c0a10f3a6f80f5e0c22ed76caf9855]

        INTEGRATION: CWS rpt23fix02 (1.43.14); FILE MERGED 2007/07/24 12:45:30 oj 1.43.14.3: merge from rpt23fix01 2007/07/24 09:49:43 oj 1.43.14.2: #i79794# correct class id for report definition 2007/07/23 11:11:54 lla 1.43.14.1: #i79879# open old reports, if extension not present fix

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e153e2e4c9f2e0299fce88a01f8f7bb0789dfb4]

        INTEGRATION: CWS fsfixes07 (1.5.28); FILE MERGED 2007/07/26 11:44:32 fridrich_strba 1.5.28.2: removing the need of strlen call 2007/07/26 09:42:54 fridrich_strba 1.5.28.1: make flat xml import accept also :-) the valid ODF mimetypes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c901d07695bd39d5b7c6fe51ab74fb5fb1dd3d3a]

        INTEGRATION: CWS fsfixes07 (1.130.26); FILE MERGED 2007/07/26 09:42:54 fridrich_strba 1.130.26.1: make flat xml import accept also :-) the valid ODF mimetypes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e20c473c022d43450457e42795d2cf65d67ee3]

        INTEGRATION: CWS fsfixes07 (1.15.28); FILE MERGED 2007/07/26 11:44:31 fridrich_strba 1.15.28.2: removing the need of strlen call 2007/07/26 09:42:54 fridrich_strba 1.15.28.1: make flat xml import accept also :-) the valid ODF mimetypes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [765452cd7c5c8a8f8e6b0e1b7bff996640bbf7c2]

        INTEGRATION: CWS rpt23fix02 (1.159.36); FILE MERGED 2007/07/31 06:50:13 lla 1.159.36.1: #i79942# GetEditSource() can return with NULL, fixed a crash here.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [efbb534d8d4ea072b59e97c0e99c187c15709afd]

        INTEGRATION: CWS rpt23fix02 (1.42.40); FILE MERGED 2007/07/30 10:16:54 oj 1.42.40.1: #i80111# remove entries from context when closing

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [887e50032dcb05cd4530cd36e5005b30f6a401c8]

        INTEGRATION: CWS rpt23fix02 (1.60.40); FILE MERGED 2007/07/30 10:16:53 oj 1.60.40.1: #i80111# remove entries from context when closing

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf10c80eee1fcad6dbb85819f012773a4d895eee]

        INTEGRATION: CWS rpt23fix02 (1.12.154); FILE MERGED 2007/07/30 10:16:53 oj 1.12.154.1: #i80111# remove entries from context when closing

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2526d2486b54d418ce663e0337168e34daaf0b]

        INTEGRATION: CWS rpt23fix02 (1.31.56); FILE MERGED 2007/07/30 10:18:24 oj 1.31.56.2: #i80111# remove entries from context when closing 2007/07/30 10:16:53 oj 1.31.56.1: #i80111# remove entries from context when closing

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1a1e7c44e7e84de206ea146e36768662ffebbe]

        INTEGRATION: CWS rpt23fix02 (1.3.24); FILE MERGED 2007/07/23 11:16:00 lla 1.3.24.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5134a5a7f8d780df4087bd38ade9d61bb5d7dcbc]

        INTEGRATION: CWS rpt23fix02 (1.3.48); FILE MERGED 2007/07/23 11:15:59 lla 1.3.48.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c26ef2c99af951d81b46f95bce7f19561caf9904]

        INTEGRATION: CWS rpt23fix02 (1.3.24); FILE MERGED 2007/07/23 11:15:59 lla 1.3.24.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd10cb9f590c637897d50b065d2d306f5c339ac9]

        INTEGRATION: CWS rpt23fix02 (1.5.24); FILE MERGED 2007/07/23 11:15:59 lla 1.5.24.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88e34e2f90ca68543ce015fa10359da8543bfd6]

        INTEGRATION: CWS rpt23fix02 (1.3.8); FILE MERGED 2007/07/23 11:15:59 lla 1.3.8.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d741bb4ac4b2c4f889bb9fa17e856f6b1bda5eb6]

        INTEGRATION: CWS rpt23fix02 (1.4.10); FILE MERGED 2007/07/23 11:15:59 lla 1.4.10.1: #i79902# make demos buildable

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c0b4840419ff05bcde9eb334d0e9861c323574]

        INTEGRATION: CWS rpt23fix02 (1.30.10); FILE MERGED 2007/07/30 10:45:47 jsc 1.30.10.1: #i80111# reviewed and applied patch which solved a memeory leak

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf1e9135d2242357fac11da1694ccd4c3ac860f5]

        INTEGRATION: CWS rpt23fix02 (1.11.12); FILE MERGED 2007/07/20 12:44:41 oj 1.11.12.2: #i79794# ui name removed 2007/07/20 12:19:59 oj 1.11.12.1: #i79794# ui name removed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [56efe4fa19e8b20aad49cc7caaf2074d855daee9]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:39 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d86f9db750a999d27b5cef32b7cac2ecb5771743]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:29 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [50cf4bc7b1f3a1de3b094d40562999b218c5a3ea]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:50 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b61488d94c82182dc8e6394d5c1c8a64e0442f]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:19 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac3837b39aadacef7acc2e4731dabde5c76b809]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:11 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [48466567b76092217098032b10aee01d8d0d876a]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:12:02 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [22d98366dbd37c81710e752a44027a7c4a8692c6]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:11:43 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [85bd5a33f03a5557cd9736961d7fb0c61c5b277a]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 08:11:35 oj 1.1.2.1: #i79504# patch for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [44e88d8c1cc1ea7bbf564384a46fa59b3dcd4ec1]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 08:13:06 oj 1.2.4.1: #i79504# patch file for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cceea237fa24e41254034e32c4f38e9871d4fe97]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 08:13:05 oj 1.2.4.1: #i79504# patch file for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [943711c04528d744755e85b292dee054bf1dbf86]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 08:13:04 oj 1.2.4.1: #i79504# patch file for java 1.3

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70422bbb4084346ae049eeb685ef82d30022291]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:54:52 oj 1.2.4.1: new fixes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce50baf647fc93b21f2cf70ad60ab18fc54adc8d]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:54:51 oj 1.2.4.1: new fixes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea52a7c3841bbff6bf86ae4e5c499f035cf328be]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:54:48 oj 1.2.4.1: new fixes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [319c0f31efe1040229426faf8934ea5ce8b7051c]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:54:46 oj 1.2.4.1: new fixes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff225209b2b7a9fa955b8cebc5792e44ac0334f9]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:54:41 oj 1.2.4.1: new fixes

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e82e44e665eac7b38b50f6086666194a3758a39]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:59 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [09a1cf917fbab31ba3992b82d11334b804ec5fc7]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:36:12 oj 1.2.4.1: #80161# apply gcc3 patch for strings

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57bffd74b98539e3742c1a40f89c9141405649e9]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:02 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [acb408183cf0548c8daf0f9398fe21ab904e5d07]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:02 oj 1.2.4.4: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:07 oj 1.2.4.3: merge from rpt23fix01 2007/07/24 07:29:25 oj 1.2.4.2: #i79913# repaint failure 2007/07/23 11:59:20 oj 1.2.4.1: #i79128# paint problem with sdrview solved

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [280ccf83adfbbb899a2225f8549f758c79018919]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:36:12 oj 1.2.4.2: #80161# apply gcc3 patch for strings 2007/07/27 12:21:58 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb13981f746433cc5697187fcaac2faa10b1e1dd]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:58 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/24 12:48:06 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a745ee37f98632431277e6ff97dfb0efaa1df0b]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:58 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d968d4eab01e9e5625d12988072c24ed3a763189]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:01 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:06 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ace3c10d29f241418bf989405fb4e1b1db194d0f]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/26 08:15:45 oj 1.2.4.1: #i77907# remove shapes when section is in disposing and dispose the shape afterwards

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e92f10971a2028e3ac0db5acf0b8ae90cf6aac0]

        INTEGRATION: CWS rpt23fix02 (1.3.2); FILE MERGED 2007/07/30 05:36:11 oj 1.3.2.3: #80161# apply gcc3 patch for strings 2007/07/25 14:07:01 oj 1.3.2.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:05 oj 1.3.2.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2634b5627ca5741ab3e66759547cdddd34091482]

        INTEGRATION: CWS ab34 (1.6.20); FILE MERGED 2007/07/24 14:02:47 ab 1.6.20.3: RESYNC: (1.6-1.7); FILE MERGED Solved conflict 2007/07/24 13:04:58 ab 1.6.20.2: #i77072# Removed conflicts with m222 2007/07/24 10:17:26 ab 1.6.20.1: #i77072# Drag & Drop support in Dialog Organizer

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [945f0fe81a4906c8540b15073cc310764825fae1]

        INTEGRATION: CWS ab34 (1.3.16); FILE MERGED 2007/07/24 14:02:19 ab 1.3.16.2: RESYNC: (1.3-1.5); FILE MERGED 2007/07/24 10:17:26 ab 1.3.16.1: #i77072# Drag & Drop support in Dialog Organizer

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd56169f8f721016ec544e71d47d63cfb1eeca5]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/08/01 07:43:32 oj 1.2.4.3: #i80161# patch for ModuleRes 2007/07/27 12:21:58 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/25 14:07:01 oj 1.2.4.1: #i77721# #i79958# dnd and selection across sections impl

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c865d3a9309b9618ee695e7547df164ce29b50e5]

        INTEGRATION: CWS ab34 (1.14.20); FILE MERGED 2007/07/09 15:10:39 ab 1.14.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [519df0a9da52ffd63088ff28d745634866fb16ff]

        INTEGRATION: CWS ab34 (1.46.16); FILE MERGED 2007/07/24 14:01:12 ab 1.46.16.5: RESYNC: (1.48-1.49); FILE MERGED 2007/07/24 10:21:25 ab 1.46.16.4: #i77072# Drag & Drop support in Dialog Organizer 2007/06/27 12:59:11 ab 1.46.16.3: RESYNC: (1.47-1.48); FILE MERGED 2007/04/24 10:17:27 ab 1.46.16.2: RESYNC: (1.46-1.47); FILE MERGED 2007/03/13 10:51:47 ab 1.46.16.1: #i74083# Modified patch code

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a6d8f1968745df012bc108b47fbcbb25939577c]

        INTEGRATION: CWS ab34 (1.31.20); FILE MERGED 2007/07/24 13:04:58 ab 1.31.20.2: #i77072# Removed conflicts with m222 2007/07/24 11:03:17 ab 1.31.20.1: #i77072# Drag & Drop support in Dialog Organizer

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f708f395d15fdf17ce4b30c8a90442c854e1e389]

        INTEGRATION: CWS ab34 (1.5.16); FILE MERGED 2007/07/24 14:00:23 ab 1.5.16.5: RESYNC: (1.6-1.7); FILE MERGED Solved conflict 2007/07/24 13:04:58 ab 1.5.16.4: #i77072# Removed conflicts with m222 2007/07/24 11:03:17 ab 1.5.16.3: #i77072# Drag & Drop support in Dialog Organizer 2007/04/24 10:13:44 ab 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/13 10:51:47 ab 1.5.16.1: #i74083# Modified patch code

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe95a38a13f63bed52eb50f2271537380d59e4b]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:58 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/24 12:48:04 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cc8287a7235c748dbeac26c645f25c3af88ec65]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/24 08:32:44 oj 1.2.4.1: #i79942# handle shapes correctly

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f00bc64dacc738915a9e6f4bdb84101f47e3cd7]

        INTEGRATION: CWS ab34 (1.40.20); FILE MERGED 2007/06/27 12:37:22 ab 1.40.20.1: #i74440# Check modules and dialogs for empty names

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f75cf22c3bf03878503a166c718e6919925e52e]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/08/02 08:17:11 oj 1.2.4.4: #i79942# correct simple import export failure 2007/07/30 05:53:18 oj 1.2.4.3: #80154# repeat-section corrected 2007/07/24 08:34:23 oj 1.2.4.2: #i79942# handle shapes correctly 2007/07/24 08:32:44 oj 1.2.4.1: #i79942# handle shapes correctly

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [96eafd9d1c39e709185b41c47288771be3ca7d7e]

        INTEGRATION: CWS ab34 (1.33.20); FILE MERGED 2007/06/27 12:37:22 ab 1.33.20.1: #i74440# Check modules and dialogs for empty names

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c653bcdef2f306ee8b75b9a07f9654831bbe45ba]

        INTEGRATION: CWS ab34 (1.40.18); FILE MERGED 2007/07/24 14:00:04 ab 1.40.18.4: RESYNC: (1.42-1.43); FILE MERGED 2007/06/27 12:58:22 ab 1.40.18.3: RESYNC: (1.41-1.42); FILE MERGED 2007/04/24 10:11:51 ab 1.40.18.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/12 15:57:17 ab 1.40.18.1: #i74004# BasicIDEShell::SetCurLibForLocalization(): Catch NoSuchElement exception

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f93a2b2b9909c2c1e24cbf5cd54533edf5d1ebd]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 05:53:18 oj 1.2.4.1: #80154# repeat-section corrected

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce38551d956e6a22d9b6196c528cd45e465272f]

        INTEGRATION: CWS ab34 (1.36.20); FILE MERGED 2007/07/24 13:59:38 ab 1.36.20.2: RESYNC: (1.36-1.39); FILE MERGED 2007/07/09 15:10:39 ab 1.36.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccc8b0b28cb15dc0bfd4d4b2dbb9f194257976a5]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 06:47:32 oj 1.2.4.2: #i79862# data field not correctly set 2007/07/27 12:21:58 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f897b21d8faf7f5f410818aab732a6aca177cdf2]

        INTEGRATION: CWS ab34 (1.41.20); FILE MERGED 2007/07/09 15:10:39 ab 1.41.20.1: #i78457# Cleanup - remove dead code: Mac OS System 9 and earlier

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcdc3e8d79a759850b22b2edb200b3a686c24987]

        INTEGRATION: CWS ab34 (1.16.32); FILE MERGED 2007/06/20 12:55:42 ab 1.16.32.1: #i68486# Use correct index in char array

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bc2194da83dfbb1b5c9360f964981a34f1dc9e6]

        INTEGRATION: CWS ab34 (1.6.4); FILE MERGED 2007/07/24 11:16:18 ab 1.6.4.2: #i77072# typo 2007/07/04 14:14:15 ab 1.6.4.1: #i78470# Handle parsing error

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [34c2e03509373a430d4298b19edfcce063349a1e]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 12:57:14 oj 1.2.4.2: #77152# add text:p only when not already inserted 2007/07/24 12:48:04 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [82526f032780d2d6f54dc0a695f4283b046e581d]

        INTEGRATION: CWS ab34 (1.6.56); FILE MERGED 2007/07/24 13:53:11 ab 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/02 14:14:21 ab 1.6.56.1: #i79074# Applied patch to avoid memory leaks

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c94650280a4e0819f1b20704af9e10dcf3bd942]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/08/02 08:17:11 oj 1.2.4.4: #i79942# correct simple import export failure 2007/07/31 06:00:21 oj 1.2.4.3: #i77152# correct text:p export 2007/07/30 12:57:14 oj 1.2.4.2: #77152# add text:p only when not already inserted 2007/07/24 12:48:04 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f97a739d5424d3c470d73799146460132e40cc71]

        INTEGRATION: CWS ab34 (1.27.50); FILE MERGED 2007/06/27 12:51:54 ab 1.27.50.2: RESYNC: (1.27-1.30); FILE MERGED 2007/06/20 10:48:59 ab 1.27.50.1: #i75428# Search MSO Macro Runtime lib and disable search for vba mode

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [7df5592a7ea4dcf9ff2a99bdf85dbe58a1d377ea]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 06:56:25 oj 1.2.4.1: #i77152# shape include

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2697937ed61e54a2d2ca4a3a71ef5ea08dca4fd]

        INTEGRATION: CWS ab34 (1.23.6); FILE MERGED 2007/07/24 13:52:24 ab 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2007/06/27 10:22:49 ab 1.23.6.1: #i78144# Make CDate return type date, removed stupid date special handling from cdbl/csng

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6305b3f3f94c78e5f7bdca880a076ffeaeac16a]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/08/02 08:17:11 oj 1.2.4.4: #i79942# correct simple import export failure 2007/07/31 07:10:38 oj 1.2.4.3: #i77152# shape include 2007/07/31 06:56:25 oj 1.2.4.2: #i77152# shape include 2007/07/24 08:32:44 oj 1.2.4.1: #i79942# handle shapes correctly

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5888277f340b2985d13ca4268b7a84dfc3ec6f25]

        INTEGRATION: CWS ab34 (1.32.50); FILE MERGED 2007/07/24 13:52:03 ab 1.32.50.2: RESYNC: (1.32-1.33); FILE MERGED 2007/06/27 10:22:49 ab 1.32.50.1: #i78144# Make CDate return type date, removed stupid date special handling from cdbl/csng

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b13de4f1aaf644691a65fe5793bd227383661805]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:57 oj 1.2.4.1: #i77907# remove entries from context when propbrw is destroyed

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0e25ca0bb8945c2c6b80c5232189da60bccc84]

        INTEGRATION: CWS ab34 (1.13.96); FILE MERGED 2007/07/24 13:49:20 ab 1.13.96.2: RESYNC: (1.13-1.14); FILE MERGED 2007/06/20 10:48:58 ab 1.13.96.1: #i75428# Search MSO Macro Runtime lib and disable search for vba mode

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [304863907fd412840b5a54c3ddabdeb56bf7f629]

        INTEGRATION: CWS ab34 (1.5.50); FILE MERGED 2007/05/29 08:48:52 ab 1.5.50.1: #i75598# Fixed wrong static array size

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [adff16aa7e431e1c28a5ee44aeb7f96e7ef92ac8]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/26 08:15:44 oj 1.2.4.1: #i77907# remove shapes when section is in disposing and dispose the shape afterwards

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88593af59d9126cdbcd6c0a5b06fb9c673dc6f9]

        INTEGRATION: CWS ab34 (1.36.50); FILE MERGED 2007/07/24 13:47:27 ab 1.36.50.3: RESYNC: (1.36-1.37); FILE MERGED 2007/06/20 10:48:58 ab 1.36.50.2: #i75428# Search MSO Macro Runtime lib and disable search for vba mode 2007/03/12 12:12:36 ab 1.36.50.1: #i73457# Prevent sub from beeing set as param 0 for return type void

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e099fb653ad8a685004738e2fb4e949fcbbb85]

        INTEGRATION: CWS ab34 (1.11.68); FILE MERGED 2007/07/24 13:47:10 ab 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/20 10:48:58 ab 1.11.68.1: #i75428# Search MSO Macro Runtime lib and disable search for vba mode

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [33db5e7a345ffce259fe9597c47e57c0a2e9c685]

        INTEGRATION: CWS ab34 (1.23.50); FILE MERGED 2007/07/24 13:46:11 ab 1.23.50.2: RESYNC: (1.23-1.24); FILE MERGED 2007/06/20 10:21:31 ab 1.23.50.1: #i75598# Add missing pcode

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [979273e328ce8821489dede05e9cdc9128668a86]

        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-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [caf009ffce75591bf981798e7f0758039191f784]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 09:36:27 oj 1.2.4.1: #i79963# check for empty prop name

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83869b240266c2f0b6439a63e69bcdd564911c1]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/26 08:15:44 oj 1.2.4.2: #i77907# remove shapes when section is in disposing and dispose the shape afterwards 2007/07/24 12:48:02 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [57b782b723eeddbed1735a1ef8c41baa620e858c]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 12:33:12 oj 1.2.4.4: #i77349# set caption 2007/07/31 09:49:38 lla 1.2.4.3: #i80211# solarmutex need locked 2007/07/27 12:21:57 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/24 12:48:02 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaddd968fee2de9bd9d0ffa002e22bb34f554a14]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/24 12:49:24 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [1780588a7d79baefb2a1ceb516c144a3c924b1eb]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 06:52:03 oj 1.2.4.2: new jcommon andnew file 2007/07/24 12:49:37 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f783a6435bab2c667602a0df875adcaf47e9c217]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/27 11:12:44 oj 1.1.2.2: build problems with manifest file resoved 2007/07/24 17:19:28 tmorgner 1.1.2.1: Issue number:  #78502, #77039
        
        The formatted-text-layout controller did not look for the correct node,
        and therefore never found the expected 'office:value-type' attribute.
        This now fixes the #78502 bug, and possibly addresses the #77039 bug as
        well (although this bug might be connected to a writer-bug).
        
        Fixed the repositories so that the StorageRepository does no longer log
        exceptions whenever we test for an non-existing file. We expect the
        exception and can safely swallow it here.
        
        The FileRepository now maintains its own manifest for all files that
        are written. This class is needed for all test-runs outside of OpenOffice.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff2168120f6102173e886982e21f3c520e108e0d]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 09:34:16 tmorgner 1.2.4.2: Fixed the non-display of shapes that was caused by some unnecessary CDATA copied from the original XML file. We now ignore all CDATA from <draw:*> elements. 2007/07/30 13:08:50 tmorgner 1.2.4.1: Issue number:  80157
        
        Keep-Together is now applied to the paragraph-style instead of the cell-style.
        However, as cell-styles dont (yet) get inherited if the paragraph has a style
        defined, this now breaks the fonts of the first cell. Either we or the text/
        style team should fix or work around this issue.
        
        Also fixed:
        A possible nullpointer if the image-data is invalid.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [51ebaf4d9d891dde36c68c8469973ec669788729]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/31 09:34:16 tmorgner 1.1.2.1: Fixed the non-display of shapes that was caused by some unnecessary CDATA copied from the original XML file. We now ignore all CDATA from <draw:*> elements.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [e52cfce83ee95089e9e4eec95f589addd5a4c8f9]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 09:34:15 tmorgner 1.2.4.1: Fixed the non-display of shapes that was caused by some unnecessary CDATA copied from the original XML file. We now ignore all CDATA from <draw:*> elements.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bc5b80213eb514416200c12c3b5f86c390ba605]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 15:05:46 tmorgner 1.2.4.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [394a814ac5e49b4b8de366d7ef4cf9b28cb4ea1b]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/31 09:34:15 tmorgner 1.2.4.6: Fixed the non-display of shapes that was caused by some unnecessary CDATA copied from the original XML file. We now ignore all CDATA from <draw:*> elements. 2007/07/30 13:08:49 tmorgner 1.2.4.5: Issue number:  80157
        
        Keep-Together is now applied to the paragraph-style instead of the cell-style.
        However, as cell-styles dont (yet) get inherited if the paragraph has a style
        defined, this now breaks the fonts of the first cell. Either we or the text/
        style team should fix or work around this issue.
        
        Also fixed:
        A possible nullpointer if the image-data is invalid.
        2007/07/26 12:27:36 tmorgner 1.2.4.4: Issue number:  77610
        
        Now the keep-together is working. We apply the keep-together to the first
        paragraph in every table-row (most of the time in the first-cell, but if
        the first cell is a covered cell, we choose the next cell until we find
        a paragraph in that row). Along with the "TableRowKeep" compatiblity mode,
        this makes the keep-together setting work.
        
        Keep-together will be silently ignored on older versions of OpenOffice/StarOffice,
        as they did not implement the 'TableRowKeep' compatibility mode.
        2007/07/26 11:10:37 tmorgner 1.2.4.3: Issue number:  78128
        
        .. and enforce the pagebreak after the group (to trigger the change of the
        master page) just to make sure that the page-header/footer is correct if
        the group has a parent-group. *Now* we've coverd all cases.
        2007/07/26 11:06:15 tmorgner 1.2.4.2: Issue number:  78128
        
        After a group that has a repeating group header, we have to reset the
        master-page to the correct template (one that does no longer contain
        the repeating header's tables)
        2007/07/25 15:05:46 tmorgner 1.2.4.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecf301f7d28831834c44ca59352508874695907]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/26 14:10:49 tmorgner 1.2.4.1: Issue number:  77494
        
        The engine now creates a derived style if the section-table has a
        defined background that is not transparent. However, if the row
        has an own background that is not transparent, then the row's
        defined background will be preserved.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [91ac02e71d33d78f3650b79e9384028e1b87660d]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 13:08:49 tmorgner 1.2.4.2: Issue number:  80157
        
        Keep-Together is now applied to the paragraph-style instead of the cell-style.
        However, as cell-styles dont (yet) get inherited if the paragraph has a style
        defined, this now breaks the fonts of the first cell. Either we or the text/
        style team should fix or work around this issue.
        
        Also fixed:
        A possible nullpointer if the image-data is invalid.
        2007/07/25 15:05:46 tmorgner 1.2.4.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [025c4a4e951fdf9a024c5bda75f561ba56d9f14d]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/25 15:05:46 tmorgner 1.1.2.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d407aa4dc87264bc8c80b8644e71fbecbf62389b]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 15:05:45 tmorgner 1.2.4.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b82cc5663518130d7a1f933868f7a14cdadf27b]

        INTEGRATION: CWS rpt23fix02 (1.1.2); FILE ADDED 2007/07/25 15:05:45 tmorgner 1.1.2.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4590502bfd72e1c3ab4e760b43a6b671465cf0c]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/24 17:19:27 tmorgner 1.2.4.1: Issue number:  #78502, #77039
        
        The formatted-text-layout controller did not look for the correct node,
        and therefore never found the expected 'office:value-type' attribute.
        This now fixes the #78502 bug, and possibly addresses the #77039 bug as
        well (although this bug might be connected to a writer-bug).
        
        Fixed the repositories so that the StorageRepository does no longer log
        exceptions whenever we test for an non-existing file. We expect the
        exception and can safely swallow it here.
        
        The FileRepository now maintains its own manifest for all files that
        are written. This class is needed for all test-runs outside of OpenOffice.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34f9955f7bcc7a37a0ebad53d082d8e30ebcbe5]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/30 13:08:49 tmorgner 1.2.4.2: Issue number:  80157
        
        Keep-Together is now applied to the paragraph-style instead of the cell-style.
        However, as cell-styles dont (yet) get inherited if the paragraph has a style
        defined, this now breaks the fonts of the first cell. Either we or the text/
        style team should fix or work around this issue.
        
        Also fixed:
        A possible nullpointer if the image-data is invalid.
        2007/07/25 15:05:45 tmorgner 1.2.4.1: Issue number:  78128
        
        This commit fixes the messed up repeating-header system. The whole thing has
        been redesigned to create a clean state-flow that can be debugged and traced
        without any weird mind-bending activities. The report-targets now have a
        new state (IN_GROUP_INSTANCE) to keep track of the group's processing and
        to separate repeating headers and footers from ordinary headers and footers.
        
        This patch also enforces a clean state-flow in the OfficeReportOutputTarget
        and explicitly checks for all allowed band-types and throws exceptions on
        every illegal state.

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c7a0a06992e9b2c3eb7aa1feabc24f5ae3aeda3]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 11:12:44 oj 1.2.4.1: build problems with manifest file resoved

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c27567a56f317e6a40f7633939cc28115833eb2]

        INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:06:33 oj 1.2.4.2: #i77721# #i79958# class moved 2007/07/24 12:46:32 oj 1.2.4.1: merge from rpt23fix01

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ba190ab7b57be7a004d14be8787e4d888da5e81]

        INTEGRATION: CWS jscoo23showstopper (1.6.168); FILE MERGED 2007/08/02 15:10:30 jsc 1.6.168.1: #i80284# check length of old str, assign the old length and copy memory only if length > 0

2007-08-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b81171ce6e2f820574c7f4346db6045c60cd9d54]

        INTEGRATION: CWS jscoo23showstopper (1.8.132); FILE MERGED 2007/08/02 15:08:26 jsc 1.8.132.1: #i80284# insert new ctor test for OUStringBuffer, copy ctor after makeStringAndClear

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f244634b3a95d798e5e45937c47b15206d84e774]

        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>  [aa9ebe63cb5bdd3bed2f588b855faa39dd7cb27c]

        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>  [5276c32f4cc93138c7d1814b2ebddd0909363c12]

        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>  [da54be9a73a5cdd9f2c6de6a194e80766683292c]

        INTEGRATION: CWS impress123 (1.156.90); FILE MERGED 2007/07/12 15:47:36 cl 1.156.90.2: RESYNC: (1.156-1.159); FILE MERGED 2007/07/06 11:28:14 sj 1.156.90.1: #i61152# supportedInterfaces is now also delivering XText interfaces for the customshape

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4965411cf93bdfb4227bdc464eda2ab17f547e]

        INTEGRATION: CWS impress123 (1.42.10); FILE MERGED 2007/07/24 13:16:34 sj 1.42.10.3: #i79545# fixed redraw problem 2007/07/23 16:29:12 sj 1.42.10.2: #i79545# fixed redraw problem 2007/07/20 16:21:43 sj 1.42.10.1: #i76370# fixed crash when trying to get handle position

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e9968b4bbda9563213589bcb0472f8797bb553]

        INTEGRATION: CWS impress123 (1.10.360); FILE MERGED 2007/07/12 15:29:31 cl 1.10.360.2: RESYNC: (1.10-1.12); FILE MERGED 2007/07/04 13:15:52 cl 1.10.360.1: #i76084# remove dead SdrObject from mark list while sorting

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [365bf4c3d668fc960ab642f858c0de3a69b11a78]

        INTEGRATION: CWS impress123 (1.13.32); FILE MERGED 2007/07/25 11:55:20 sj 1.13.32.1: #i79545# fixed refresh problem

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0caaa9593a13c6eea5ede695afc03a1422cab40a]

        INTEGRATION: CWS impress123 (1.15.10); FILE MERGED 2007/07/25 09:55:50 sj 1.15.10.1: #i75162# fixed fore/background color when using extrusion color

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dfc28e4f9936dc655bd3ce730e1a65d058296c1]

        INTEGRATION: CWS impress123 (1.26.102); FILE MERGED 2007/07/12 13:27:30 cl 1.26.102.2: RESYNC: (1.26-1.27); FILE MERGED 2007/07/02 16:45:10 sj 1.26.102.1: #I68288# no longer exporting a handle element without handle position

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f162188c4ef8997ac432a644ffad88dd1d5bf7a9]

        INTEGRATION: CWS impress123 (1.5.18); FILE MERGED 2007/07/04 12:19:28 cl 1.5.18.1: #i79005# applied patch to fix a problem with the XTypeProvider interface

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da8dfe9a155e0c25428e3ec0b6a108bb1dfa67db]

        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>  [abce944cb22275e98fa37c8f6963ba564807aa22]

        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>  [3fac1592069357ba7c757d11fdc039d05dd24d3f]

        INTEGRATION: CWS impress123 (1.6.134); FILE MERGED 2007/07/04 11:00:08 cl 1.6.134.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ada76f95aea27a3822aa905288514f71a1435b7]

        INTEGRATION: CWS impress123 (1.66.54); FILE MERGED 2007/07/12 12:59:47 cl 1.66.54.2: RESYNC: (1.66-1.68); FILE MERGED 2007/07/04 12:26:08 cl 1.66.54.1: #i79195# applied patch to create correct undo action for inserting hyperlink

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d98df50cd9a7945a6b0cfb2216af395722f5f356]

        INTEGRATION: CWS impress123 (1.27.72); FILE MERGED 2007/07/04 13:31:34 cl 1.27.72.1: #144683# check if mark list contains a graphic before accessing it

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a61519e4ee36df8231fff2f2cd236309ac33555]

        INTEGRATION: CWS impress123 (1.44.56); FILE MERGED 2007/07/12 07:51:05 cl 1.44.56.1: #i78659# tweaked update handler so we do not pile up events

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6cc0014ffeb12be5c866e1e84e52aa30837749]

        INTEGRATION: CWS impress123 (1.64.134); FILE MERGED 2007/07/12 12:43:17 cl 1.64.134.2: RESYNC: (1.64-1.65); FILE MERGED 2007/07/04 11:00:07 cl 1.64.134.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcdbef545be4db81b4723613e49450b8896746e4]

        INTEGRATION: CWS impress123 (1.21.94); FILE MERGED 2007/07/04 11:00:07 cl 1.21.94.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8104ca037e14f5ed455e98629e0663d454f925]

        INTEGRATION: CWS impress123 (1.98.56); FILE MERGED 2007/07/16 15:50:13 sj 1.98.56.1: #i20277# fixed bold/italic character formating problem

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5ed19bdb05beea0d20d8a7ecdba3c64ffcffd4c]

        INTEGRATION: CWS impress123 (1.15.134); FILE MERGED 2007/07/04 11:00:07 cl 1.15.134.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6174ddb75ff3e9ffb84530fe80d48da8f4af24ca]

        INTEGRATION: CWS impress123 (1.85.54); FILE MERGED 2007/07/12 12:41:19 cl 1.85.54.2: RESYNC: (1.85-1.87); FILE MERGED 2007/07/04 11:00:06 cl 1.85.54.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc6b88ae814022d27fbf3ed2986540d5b9ffe881]

        INTEGRATION: CWS impress123 (1.17.56); FILE MERGED 2007/07/04 11:00:05 cl 1.17.56.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc7fb642452c4a841aa06ecc10f0172ffc9ccc09]

        INTEGRATION: CWS impress123 (1.32.134); FILE MERGED 2007/07/12 12:40:59 cl 1.32.134.2: RESYNC: (1.32-1.34); FILE MERGED 2007/07/04 11:00:04 cl 1.32.134.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [be66f70b3f84dd2faa7136bdc4db010543fc646b]

        INTEGRATION: CWS impress123 (1.59.54); FILE MERGED 2007/07/12 12:40:51 cl 1.59.54.2: RESYNC: (1.59-1.61); FILE MERGED 2007/07/04 10:57:30 cl 1.59.54.1: #i37195# applied patch to support handout layout in rtl mode

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29b78b45242f3e67eb60581efad6869efca67309]

        INTEGRATION: CWS impress123 (1.53.56); FILE MERGED 2007/07/04 11:00:04 cl 1.53.56.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeafc83d3333923aae998dd4b0f7713e14c9d7ad]

        INTEGRATION: CWS impress123 (1.47.82); FILE MERGED 2007/07/12 12:40:29 cl 1.47.82.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/04 11:00:03 cl 1.47.82.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7116880f860df7998d0d74b8ae5f58210507a5f1]

        INTEGRATION: CWS impress123 (1.42.56); FILE MERGED 2007/07/04 11:00:01 cl 1.42.56.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9d3eb3d703e096673ed921d5cae1950527d3441]

        INTEGRATION: CWS impress123 (1.82.56); FILE MERGED 2007/07/12 12:40:19 cl 1.82.56.2: RESYNC: (1.82-1.83); FILE MERGED 2007/07/04 11:00:01 cl 1.82.56.1: #i78462# removed dead Mac OS System 9 code

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a98868bd5726cac7178509c489adff589ce28b]

        INTEGRATION: CWS impress123 (1.73.44); FILE MERGED 2007/07/12 12:23:46 cl 1.73.44.2: RESYNC: (1.73-1.75); FILE MERGED 2007/07/03 14:06:44 sj 1.73.44.1: #140294# now writing missing href attribute, even if the href ist empty

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80bb313951d2b276e3c94d71b4fc29d2c37e5e7]

        INTEGRATION: CWS impress123 (1.16.118); FILE MERGED 2007/07/12 11:30:56 cl 1.16.118.2: RESYNC: (1.16-1.17); FILE MERGED 2007/07/02 15:44:23 sj 1.16.118.1: #I68288# no longer exporting a handle element without handle position

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [253f550bd330c9ffc12cf775ab9f7b739d5ce7d1]

        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>  [5d542f2c86b87b110ff29105e400d50a9585f88c]

        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>  [6bdb2a89eec0590eb0113d85e8e4df4302677ef5]

        INTEGRATION: CWS aw052 (1.2.24); FILE MERGED 2007/06/26 16:39:26 aw 1.2.24.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1ad81da3098f9b78a2f6d0dcc77b971b7d6693e]

        INTEGRATION: CWS aw052 (1.7.24); FILE MERGED 2007/06/27 11:40:22 aw 1.7.24.2: #i78696# unified creation of fRotationAnglePi 2007/06/26 16:39:26 aw 1.7.24.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20aa3592ca82bf68b1c2ed85e06574dc719d1ab7]

        INTEGRATION: CWS aw052 (1.49.2); FILE MERGED 2007/07/12 12:09:14 aw 1.49.2.1: #i79128# use the correct OutDev for wallpaper paint

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [469dcff8afaede1849a7627e1662b77951aa1005]

        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>  [189c655f7628e1866e827d4af7e347bf0c6b2f14]

        INTEGRATION: CWS aw052 (1.81.90); FILE MERGED 2007/07/26 10:57:21 aw 1.81.90.4: RESYNC: (1.82-1.83); FILE MERGED 2007/07/05 23:33:30 aw 1.81.90.3: RESYNC: (1.81-1.82); FILE MERGED 2007/06/27 11:42:05 aw 1.81.90.2: #i78696# extended with NormAngle360 where needed 2007/06/26 16:37:03 aw 1.81.90.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [351c1206480a2cd0c44deb3ade8ff9ce441d8e90]

        INTEGRATION: CWS aw052 (1.41.88); FILE MERGED 2007/07/31 10:22:02 aw 1.41.88.6: #i80213# use openWithGeometryChange/closeWithGeometryChange in SdrPathObj::ImpForceKind() when adapting the polygon to the object type 2007/07/26 10:57:14 aw 1.41.88.5: RESYNC: (1.42-1.45); FILE MERGED 2007/07/05 23:32:39 aw 1.41.88.4: RESYNC: (1.41-1.42); FILE MERGED 2007/06/28 16:45:00 aw 1.41.88.3: #i77148# Multi-point-drag was broken due to an invalid comparison 2007/06/27 11:42:05 aw 1.41.88.2: #i78696# extended with NormAngle360 where needed 2007/06/26 16:37:03 aw 1.41.88.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28fb0d5ab394ac154a51bfb7951487c7dd7421cc]

        INTEGRATION: CWS aw052 (1.40.90); FILE MERGED 2007/07/26 10:56:28 aw 1.40.90.3: RESYNC: (1.41-1.43); FILE MERGED 2007/07/05 23:27:51 aw 1.40.90.2: RESYNC: (1.40-1.41); FILE MERGED 2007/06/26 16:37:03 aw 1.40.90.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [908f660fae12469cc7f4aa0b31a2f060427a3382]

        INTEGRATION: CWS aw052 (1.8.328); FILE MERGED 2007/06/27 11:36:49 aw 1.8.328.1: #i78696# Deprecating RotateAngle and ShearAngle; Added docu for RotateAngle being inverted

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72bc28f995d419e11dd5ff7c5bf5d5545dacf72]

        INTEGRATION: CWS aw052 (1.35.132); FILE MERGED 2007/07/05 11:25:40 aw 1.35.132.1: #i78183# Added EnableRTL(false) after discussed with AF

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [57b4e1cf6792105a921312ff741337eb49dde442]

        INTEGRATION: CWS aw052 (1.24.118); FILE MERGED 2007/07/05 15:13:31 aw 1.24.118.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/26 16:35:34 aw 1.24.118.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [730d4ad73eae2be64c9d2a15b6d5cc29fd64a901]

        INTEGRATION: CWS aw052 (1.59.58); FILE MERGED 2007/07/26 10:09:59 aw 1.59.58.3: RESYNC: (1.60-1.61); FILE MERGED 2007/07/05 15:11:41 aw 1.59.58.2: RESYNC: (1.59-1.60); FILE MERGED 2007/06/26 16:35:34 aw 1.59.58.1: #i78696# changed handling of rotation contained in transformation to mathematically correct orientation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d7c9e4d593288378dec97111a69e05719d2535a]

        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>  [7278c6fa0758ace01957cd11a36a59ce6e1d6fe0]

        INTEGRATION: CWS fwk69 (1.29.130); FILE MERGED 2007/07/20 07:51:41 mav 1.29.130.1: #i79778# let the embedded configuration be updated by the patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a654e1951449e454047ee15f1da26c7418a067]

        INTEGRATION: CWS fwk69 (1.31.130); FILE MERGED 2007/07/20 07:51:41 mav 1.31.130.1: #i79778# let the embedded configuration be updated by the patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [814b856a06b36864dddfea1d4807f1d143851cf1]

        INTEGRATION: CWS fwk69 (1.27.38); FILE MERGED 2007/07/20 07:51:41 mav 1.27.38.1: #i79778# let the embedded configuration be updated by the patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa3ec13656fa87a2ec3ee3836b38287e90874a57]

        INTEGRATION: CWS fwk69 (1.22.130); FILE MERGED 2007/07/20 07:51:41 mav 1.22.130.1: #i79778# let the embedded configuration be updated by the patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c41a2b42b9b95691da39a064f7e3f82f6332ff1e]

        INTEGRATION: CWS fwk69 (1.34.32); FILE MERGED 2007/07/20 07:51:40 mav 1.34.32.1: #i79778# let the embedded configuration be updated by the patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89811f84bbbe3743c49a26b81b5092bf0974a509]

        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>  [9256849b878e3e22ae419e5832ea5985ad01b9a5]

        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>  [c5cb88669fa398b378a48d2a5cf59b8061cbe3ed]

        INTEGRATION: CWS fwk69 (1.74.6); FILE MERGED 2007/07/25 13:31:02 pb 1.74.6.3: fix: #i76524# linux shows warning: variable name used twice 2007/07/19 06:51:56 cd 1.74.6.2: #i76524# Preview in Webbrower shouldn't show any filter options dialog 2007/07/18 15:00:50 cd 1.74.6.1: #i76524# Preview in Webbrower shouldn't show any filter options dialog

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc49da39081f303839868769e43876a746bd1606]

        INTEGRATION: CWS fwk69 (1.28.8); FILE MERGED 2007/07/18 11:31:57 mav 1.28.8.1: #i56967# preselect the password checkbox

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [163e28dc7ce074a20e1c6357e6c107babb91ed70]

        INTEGRATION: CWS fwk69 (1.98.8); FILE MERGED 2007/07/18 11:31:56 mav 1.98.8.1: #i56967# preselect the password checkbox

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8faa72fc99638b4186373f1f78ac18358927f27f]

        INTEGRATION: CWS fwk69 (1.90.4); FILE MERGED 2007/07/20 17:54:52 mba 1.90.4.2: #b6503532#: no extension in caption bar 2007/07/18 14:57:23 mba 1.90.4.1: #b6503532#: SFX_TITLE_FILENAME was handled incorrectly

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce22b0fbd918344ddbfbf88e5271bae3e94b7552]

        INTEGRATION: CWS fwk69 (1.9.8); FILE MERGED 2007/07/19 12:47:14 mav 1.9.8.1: #i79788# math object should be resized when it is edited

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dc75394ac2880294b273b371ff87ddb93a1176e]

        INTEGRATION: CWS fwk69 (1.68.8); FILE MERGED 2007/07/17 15:43:03 mav 1.68.8.1: #i77663# fix typo

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c950e01461ab1037b2a1e821dfb540cb990142f]

        INTEGRATION: CWS fwk69 (1.28.4); FILE MERGED 2007/07/18 11:31:56 mav 1.28.4.1: #i56967# preselect the password checkbox

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0685cb2aa329321eb3c1d4f236f976e4ce06c9]

        INTEGRATION: CWS fwk69 (1.191.8); FILE MERGED 2007/07/20 08:35:23 mav 1.191.8.1: #i66598# accept empty DocumentBaseURL

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f1f6acf5a49ed22256ab69c45903ceb46a0fb1]

        INTEGRATION: CWS fwk69 (1.60.8); FILE MERGED 2007/07/18 14:58:45 mba 1.60.8.1: #i56351#: wrong document title used for comparison with title of browse node

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f28e825db4e56d69e2d77734d6da75a4da5160]

        INTEGRATION: CWS fwk69 (1.112.8); FILE MERGED 2007/07/20 13:22:03 mav 1.112.8.1: #i75966# reask for the password

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2e30ddc15b678f54b6d67161b6feb2657adef8]

        INTEGRATION: CWS fwk69 (1.8.8); FILE MERGED 2007/07/18 11:31:56 mav 1.8.8.1: #i56967# preselect the password checkbox

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [530a6590570592f492b2071c8aa0c5fd1a51f7e1]

        INTEGRATION: CWS fwk69 (1.18.14); FILE MERGED 2007/07/19 13:00:47 mav 1.18.14.1: #i78720# fix the cloned size caching

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [838a26a1c2c292a94c76204661abc89426d4ba39]

        INTEGRATION: CWS fwk69 (1.12.14); FILE MERGED 2007/07/19 13:00:47 mav 1.12.14.1: #i78720# fix the cloned size caching

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccfcd457bb1a06a2392068c274686bd687643a08]

        INTEGRATION: CWS fwk69 (1.31.6); FILE MERGED 2007/07/19 13:00:47 mav 1.31.6.1: #i78720# fix the cloned size caching

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [96a7f7bb6e70631dd02773f77171defcb6f2b8cd]

        INTEGRATION: CWS fwk69 (1.21.14); FILE MERGED 2007/07/19 13:00:47 mav 1.21.14.1: #i78720# fix the cloned size caching

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4f7ef60f91bf88ed91269618ce7193c50868e1]

        INTEGRATION: CWS fwk69 (1.24.6); FILE MERGED 2007/07/19 13:00:47 mav 1.24.6.1: #i78720# fix the cloned size caching

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f82b10f5d5ac02361a5041c9f4a68636eeb9a48]

        INTEGRATION: CWS fwk69 (1.14.10); FILE MERGED 2007/07/23 06:46:54 cd 1.14.10.1: #i79686# Service must be created by using service manager

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0533b406c4fc0a7b2293ef5ac9ac3d0db73c599e]

        INTEGRATION: CWS fwk69 (1.23.38); FILE MERGED 2007/07/24 08:47:57 as 1.23.38.1: #i66598# use new property of MediaDescriptor named DocumentBaseURL to make hyperlinks working in recovery use case

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5180a17aae3b709d4012c64ac1b9e6b13bffb206]

        INTEGRATION: CWS fwk69 (1.37.78); FILE MERGED 2007/07/23 06:48:22 cd 1.37.78.1: #i79686# Image manager service must be available at Office service manager

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [450f14c1293e01637dff8514739c5f7a7b69e0c7]

        INTEGRATION: CWS fwk69 (1.65.4); FILE MERGED 2007/07/23 07:04:26 cd 1.65.4.1: #i79828# Prevent creation of add-on toolbars more than once

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [604a72dee12e6d073a5abcb8471e6c6dd8e91546]

        INTEGRATION: CWS fwk69 (1.3.186); FILE MERGED 2007/07/23 07:24:06 as 1.3.186.1: new test for interception

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a535569126ddd7fab0e92ad5ab589e66faf69bfb]

        INTEGRATION: CWS fwk69 (1.5.200); FILE MERGED 2007/07/23 06:48:00 cd 1.5.200.1: #i79686# Image manager service must be available at Office service manager

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1714066139de4ecead07c5462d46dddadfebfa4d]

        INTEGRATION: CWS fwk69 (1.42.4); FILE MERGED 2007/07/23 06:47:46 cd 1.42.4.1: #i79686# Image manager service must be available at Office service manager

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e778df38813bdb93681f64727b07f2d793b2867b]

        INTEGRATION: CWS fwk69 (1.21.132); FILE MERGED 2007/07/17 07:21:39 as 1.21.132.1: #148694# handle exceptions during deep detection more gracefully

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [738da6cfe74c251900f83c03457e3df54a68a10a]

        INTEGRATION: CWS fwk69 (1.46.100); FILE MERGED 2007/07/25 08:12:25 pb 1.46.100.1: fix: #i74939# GetDropTxt(): always return a string even though there is a selection

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [91034a591adba5c59a507684c71cf2c8cf0e3867]

        INTEGRATION: CWS fwk69 (1.30.82); FILE MERGED 2007/07/17 14:45:26 cd 1.30.82.1: #149732# Text Formatting toolbar must have a pre-defined docking position

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71111d2d7dda1b785eac6b2d434b585855394a20]

        INTEGRATION: CWS kendy18 (1.3.2); FILE MERGED 2007/07/26 14:05:53 kendy 1.3.2.1: #i79768# Fix Crystal left align tool button.

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9942accb2aa603ec53961319dd05f1294ddef72f]

        INTEGRATION: CWS kendy18 (1.98.80); FILE MERGED 2007/08/01 19:01:03 kendy 1.98.80.1: #i80264# Don't cast awt::Size to tools Size, they are not the same on 64bit.

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db91067a05978fb117283e597e5578d93556f2ca]

        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>  [467e1d4077cdb65e0323827205015c2389eb617e]

        INTEGRATION: CWS cmcfixes37 (1.194.10); FILE MERGED 2007/08/02 08:29:45 cmc 1.194.10.4: #i78807# too much pain in attempting to pick working default for alternatives based javac's, forget about it 2007/08/01 16:35:05 cmc 1.194.10.3: #i78807# support for javac on Darwin 2007/08/01 15:30:30 cmc 1.194.10.2: #i78807# support for javac being gij 2007/07/27 10:29:34 cmc 1.194.10.1: #i80057# add VIGRA buildtype

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0072d071c816dc1b8f36206e91e42678348cee8a]

        INTEGRATION: CWS cmcfixes37 (1.6.6); FILE MERGED 2007/07/27 10:22:15 cmc 1.6.6.1: #i79847# escape : like java does

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1673a5e9e88a483297ab88febee950e4027b512]

        INTEGRATION: CWS cmcfixes37 (1.152.10); FILE MERGED 2007/07/27 10:22:58 cmc 1.152.10.1: #i80057# #i78807# configure tweaks

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d9352b82ec1292d56cf8efd1a8bc4506cc7049]

        INTEGRATION: CWS cmcfixes37 (1.213.8); FILE MERGED 2007/08/02 08:29:49 cmc 1.213.8.4: #i78807# too much pain in attempting to pick working default for alternatives based javac's, forget about it 2007/08/01 16:35:07 cmc 1.213.8.3: #i78807# support for javac on Darwin 2007/08/01 15:30:37 cmc 1.213.8.2: #i78807# support for javac being gij 2007/07/27 10:22:57 cmc 1.213.8.1: #i80057# #i78807# configure tweaks

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c10fe0d2a5487b8590c15c45eba6d649d8f80fd]

        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>  [1c10acd1cc975dbd18e35ebac5e3391b5abb5532]

        INTEGRATION: CWS vcl81 (1.194.6); FILE MERGED 2007/07/30 13:46:13 rene 1.194.6.2: #i80096# no need for HEADLESS anymore 2007/07/30 10:09:24 pl 1.194.6.1: #i79953# new configure script

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f9662a6b52b1437f1b20438d24e469b63f8c4d5]

        INTEGRATION: CWS vcl81 (1.14.12); FILE MERGED 2007/07/13 13:52:42 pl 1.14.12.1: #i79597# fix a clipping issue

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [060d5d37f4b579e8a9ba7a7f3f65dcde4e75bfd5]

        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>  [dde3ee5fc1a794fd277fe308613efc8396e9369d]

        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>  [0340c4b755492271d47dcfcbe86db9f08d7b1a9f]

        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>  [bc8194e2abd7b018faabeefe88ca05fde222a35c]

        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>  [df0361a7443ecdd256d3d517c24949d21dfd9b16]

        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>  [72a295a580d69c4f05bee7284d67ceebb5d9314e]

        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>  [f577b1f166bc2c6bb94263f59ea8ba6258c1eac3]

        INTEGRATION: CWS vcl81 (1.152.4); FILE MERGED 2007/07/30 13:46:18 rene 1.152.4.2: #i80096# no need for HEADLESS anymore 2007/07/24 12:36:22 pl 1.152.4.1: #i79953# use dbus to disable screen saver (thanks cmc)

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9229ada813aa342e59701163d77e5202d39aefb0]

        INTEGRATION: CWS vcl81 (1.213.4); FILE MERGED 2007/07/30 13:46:18 rene 1.213.4.2: #i80096# no need for HEADLESS anymore 2007/07/24 12:36:22 pl 1.213.4.1: #i79953# use dbus to disable screen saver (thanks cmc)

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ea0f161a75329797bfeea3dc4f99b7277ceab6]

        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>  [9b11e9cf0cfc1daa992cff6d003a5b44bc825410]

        INTEGRATION: CWS vcl81 (1.12.56); FILE MERGED 2007/07/19 16:35:43 pl 1.12.56.1: #148849# remove event listener or be called on a dead object

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4f77be579c4e537d7b1090cbd8fdf3ac4d414b]

        INTEGRATION: CWS rpt23fix01 (1.205.4); FILE MERGED 2007/07/19 08:09:51 lla 1.205.4.3: #i79771# add Embedding patch flag 2007/07/19 07:53:46 lla 1.205.4.2: #i79771# change Controller.xcu add patch flag 2007/07/17 08:14:50 lla 1.205.4.1: #i79133# no toolbars in patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [680d33e7f0c1299516c74de5f831c1934d3cbe18]

        INTEGRATION: CWS rpt23fix01 (1.18.4); FILE MERGED 2007/07/17 08:14:50 lla 1.18.4.1: #i79133# no toolbars in patch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1c305aaaf170416665dbaa99f3db206b28c0e3]

        INTEGRATION: CWS rpt23fix01 (1.35.48); FILE MERGED 2007/07/12 10:42:52 lla 1.35.48.1: #i79080# fix problem which opens the Help Agent on the wrong frame

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a47a6e2e876aed90392a2d533c4660b997677aa3]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/13 09:21:57 lla 1.2.2.2: #i78437# 2007/07/12 10:27:48 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5691672a92d852108e657d814e7d7f03f71d9a77]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/19 11:06:19 oj 1.2.2.7: #i79598# makefile description changes 2007/07/19 09:26:21 oj 1.2.2.6: #i79598# create description file 2007/07/19 06:30:04 oj 1.2.2.5: #i79598# use vanilla license 2007/07/16 13:44:03 fs 1.2.2.4: #i77800# +core_misc 2007/07/16 05:49:01 oj 1.2.2.3: #i79557# changes for no java 2007/07/13 09:21:57 lla 1.2.2.2: #i78437# 2007/07/12 10:26:35 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc2954ab27ce7a12e24d0183f35e6a5cfbb8825]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE REMOVED 2007/07/19 09:26:41 oj 1.2.2.4: #i79598# create description file 2007/07/11 12:54:14 oj 1.2.2.3: wrong commit 2007/07/11 10:57:34 lla 1.2.2.2: version 1.0.0 2007/07/11 09:26:56 oj 1.2.2.1: #i78608# remove props PRINTREPEATEDVALUES,... for fixedline

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb9943e9dae68717a60bf4d3476673db0b971447]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/24 05:37:10 oj 1.2.2.6: #i77272# correct context menu handling 2007/07/24 05:28:06 oj 1.2.2.5: #i77272# correct context menu handling 2007/07/18 07:44:53 lla 1.2.2.4: #i79692# customshapes can drop every where 2007/07/16 07:48:38 lla 1.2.2.3: #i77268# better visualisation 2007/07/11 11:27:14 oj 1.2.2.2: #i77272# unmark objects 2007/07/11 10:55:51 lla 1.2.2.1: #i79425# selection bug

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dba500c0bcdafe91b874ed8c5ce59d828ff8456]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:49:01 lla 1.2.2.3: #77986# toolbar fix 2007/07/11 11:29:54 oj 1.2.2.2: #i77157# impl center as well 2007/07/11 11:22:40 oj 1.2.2.1: #i77157# impl center as well

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8bb6b8ee372c2c76b16d55920d8d1af117f7ec2]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 09:03:20 oj 1.2.2.1: #i77271# disable editing

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [17631bde389ef0f4798ed0d90fee1b76a2f688e7]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:49:01 lla 1.2.2.2: #77986# toolbar fix 2007/07/11 09:43:37 oj 1.2.2.1: #i78407# fix some scrolling issues

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a59643032bdf63daded04af7f8f71704ac15079]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 12:06:44 oj 1.2.2.2: #i77411# set help id 2007/07/16 07:49:01 lla 1.2.2.1: #77986# toolbar fix

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b401629976770dfd8d2279af514363ead4e9ed3f]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 12:25:36 lla 1.2.2.6: #i77268# ServiceFactory no longer need in getOverlappedControlColor() 2007/07/16 12:11:04 oj 1.2.2.5: remove unused var 2007/07/16 12:06:44 oj 1.2.2.4: #i77411# set help id 2007/07/16 10:24:02 lla 1.2.2.3: #i77268# visualisation for DnD 2007/07/16 07:49:01 lla 1.2.2.2: #77986# toolbar fix 2007/07/11 09:58:18 oj 1.2.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e09db87ae5d925d159178037fc29e410cde26004]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 11:15:27 oj 1.2.2.7: #i79230# undoaction was created inside undoaction, lock was missing 2007/07/16 12:05:30 fs 1.2.2.6: #i79657# lock UndoEnv while doing UNDO/REDO 2007/07/16 07:49:01 lla 1.2.2.5: #77986# toolbar fix 2007/07/12 13:47:35 lla 1.2.2.4: #i79080# ReportController.cxx 2007/07/11 10:54:06 lla 1.2.2.3: #i79080# help agent 2007/07/11 10:19:09 oj 1.2.2.2: #i78504# use own numberformatter 2007/07/11 09:58:18 oj 1.2.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [272fc96721a5f3b624280307194ebf2618316df5]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 19:35:23 fs 1.2.2.1: #i77800# reportformula moved to ../../core/misc

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [29edcd0dbf1fa9ab55ccdf430e1ce91ab4a9b3be]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 09:24:14 oj 1.2.2.1: correct undo actions

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4abb8cca10e89ddeda7621826c6e9a009460c6f1]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:48:26 oj 1.2.2.1: #i78141# handle transparent color

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4d789bd1e92e79e886787c36412d98fac7b483]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:38:07 oj 1.2.2.3: compile error fixed 2007/07/11 11:03:05 oj 1.2.2.2: #i78141# handle transparent color 2007/07/11 10:48:26 oj 1.2.2.1: #i78141# handle transparent color

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5283ea3325c8b40db6f3fa19463ac966379d4568]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 07:44:11 lla 1.2.2.2: #i79692# customshapes can drop every where 2007/07/16 07:36:46 lla 1.2.2.1: #i77268# better visualisation

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [adf759a42d0d91dce9e7760397bb0338a863ecd0]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:37:18 lla 1.2.2.1: #i77986# toolbar fix

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5be320fbb2343353726d6db4e0f835ba86c2c90d]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:37:18 lla 1.2.2.2: #i77986# toolbar fix 2007/07/11 09:43:36 oj 1.2.2.1: #i78407# fix some scrolling issues

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [da690291301f8d69b65b9e070856f538e553da87]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 09:58:18 oj 1.2.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a25455ed7b1e91f194552251eb7527dd0ce388]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:52:06 lla 1.2.2.3: #i79080# help agent 2007/07/11 10:19:09 oj 1.2.2.2: #i78504# use own numberformatter 2007/07/11 09:58:17 oj 1.2.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea348c491893915f0ceeee684e913f2d0a300cbe]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:37:17 lla 1.2.2.1: #i77986# toolbar fix

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c353aefc5323ba7e989518dd4c33e477fb61135b]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 09:21:58 oj 1.2.2.1: #i77715# check for own window

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc9bace32cacd9700553ac885f79e94a8a8705fc]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:30:42 lla 1.2.2.2: #i78500# insert time control only 2007/07/11 10:19:09 oj 1.2.2.1: #i78504# use own numberformatter

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [129cadcc7b94e7b195d2e9436688ea287cab7366]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 19:35:57 fs 1.2.2.2: #i77800# some more outsourcing 2007/07/16 13:43:53 fs 1.2.2.1: #i77800# outsourced ExpressionFactory and friends to a dedicated file (conditionalexpression.*)

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db2d108802a26c735bd2345894ce127e9090cc92]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 10:24:01 lla 1.2.2.1: #i77268# visualisation for DnD

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b106ab467350aeba60b36da171c3542affd4fb64]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:27:51 lla 1.2.2.1: #i78500# insert time control only

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7cf28531855747e98815f92e4f648304cac554]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 07:26:08 lla 1.2.2.1: #i78500# insert time control only

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef7a073551b9c3aa93b434cba0d5fc8a7d4e5628]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/12 12:59:57 oj 1.2.2.1: #i77832# #i77146# impl group on and interval

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b32f717f27682762c50377a7736a0914b7489135]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/12 12:59:57 oj 1.2.2.2: #i77832# #i77146# impl group on and interval 2007/07/11 10:31:01 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d8550031ac7c00fc912c0da87aaae85b94c450]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:31:01 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a100e0d5df95b9b9f7e066cb1734bd11d7a6b290]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/12 14:01:43 oj 1.2.2.2: #i77295# fix some font problems 2007/07/11 10:31:00 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5c24dc5cf519bb5b3e8626c57407650de18b253]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/17 05:52:36 oj 1.2.2.5: #i79656# don't export value 2007/07/12 14:01:42 oj 1.2.2.4: #i77295# fix some font problems 2007/07/12 12:59:56 oj 1.2.2.3: #i77832# #i77146# impl group on and interval 2007/07/11 10:31:00 oj 1.2.2.2: #i78377# reportdefinition now is a numberformatssupplier as ell 2007/07/11 09:24:08 oj 1.2.2.1: #i79422# correct numbertype

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [de1c4174b16244b497abe143b59c8c370367d1f0]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 09:24:14 oj 1.2.2.2: correct undo actions 2007/07/16 19:37:35 fs 1.2.2.1: #i77800# +m_aConditionUpdater

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a702506e6e8750dfdd58ad22c9fb99fbdca438ca]

        INTEGRATION: CWS rpt23fix01 (1.3.2); FILE MERGED 2007/07/19 06:39:07 oj 1.3.2.7: #i78372# lock undo before setting position 2007/07/18 11:54:00 oj 1.3.2.6: #i78372# set props at section 2007/07/16 12:37:08 fs 1.3.2.5: #i79659# +ensureSdrObjectOwnership 2007/07/11 11:53:14 oj 1.3.2.4: #i78372# actulize section height when object was inserted 2007/07/11 11:22:40 oj 1.3.2.3: #i77157# impl center as well 2007/07/11 10:39:38 oj 1.3.2.2: #i78372# actulize section height when object was inserted 2007/07/11 09:58:17 oj 1.3.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c9404a5780110ebd0033d62589084903f79da3b]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:34:45 fs 1.1.2.1: #i77800# moved herein from ../source/ui/inc

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [190a6d9d1a4264738e0009faee71d9e0378fef0b]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:35:39 fs 1.1.2.2: #i77800# +reportformula (moved from ../../ui/misc) 2007/07/16 13:45:26 fs 1.1.2.1: building misc core stuff

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3eb1728284ff8b65aa44b59b60313a0f1b027a]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:36:52 fs 1.1.2.1: #i77800# helper for updating the Format Conditions at a report control model, whe the data field changes

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [706934959a4b42675e9da58d032e914061fd0be8]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:37:11 fs 1.1.2.2: #i77800# some more outsourcing 2007/07/16 13:42:16 fs 1.1.2.1: outsourced from ../source/ui/dlg/Condition.cxx

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d66c10419c7c372ee5b33a1b763fe915364d53d2]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:36:43 fs 1.1.2.1: #i77800# helper for updating the Format Conditions at a report control model, whe the data field changes

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ecdec0678562a7a45fe4420156aea8ed15861ea]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:48:25 oj 1.2.2.2: #i78141# handle transparent color 2007/07/11 09:26:56 oj 1.2.2.1: #i78608# remove props PRINTREPEATEDVALUES,... for fixedline

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [115ec2872caceb1924fc952171c4a3470620998c]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 13:05:25 oj 1.2.2.3: merge conflict 2007/07/11 11:03:05 oj 1.2.2.2: #i78141# handle transparent color 2007/07/11 10:48:25 oj 1.2.2.1: #i78141# handle transparent color

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0bbf9eb9290d9a1e43933dd11d5d9b581da901d]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 09:34:30 lla 1.2.2.1: #i79744# empty group header has blocked execute because of empty 'order by' statement

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40a5a37205624fe74fe4569e577988897f19f4f9]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:31:00 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ce10ac5ee9db6e31035b24296c4222f6cb2402]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 11:03:04 oj 1.2.2.1: #i78141# handle transparent color

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1662a72bbf1ffcfa89ce6f1a2414232ad5e53dd]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/12 12:59:56 oj 1.2.2.1: #i77832# #i77146# impl group on and interval

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e81658bacb15cf98733a9b802211dedc68e9fd]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 09:43:18 oj 1.2.2.2: #i78608# remove props PRINTREPEATEDVALUES,... for fixedline 2007/07/11 09:26:56 oj 1.2.2.1: #i78608# remove props PRINTREPEATEDVALUES,... for fixedline

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3935ec0453b0ba8d78e1c5157b3e3314a40d0a6f]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/26 10:46:54 rt 1.2.2.3: Again: Deliver .dylib files. 2007/07/12 21:23:50 fs 1.2.2.2: also deliver the extension 2007/07/11 09:26:55 oj 1.2.2.1: #i78608# remove props PRINTREPEATEDVALUES,... for fixedline

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6b8bece1e57690135a07e8c28e44414889028e3]

        INTEGRATION: CWS rpt23fix01 (1.3.2); FILE MERGED 2007/07/16 13:43:04 fs 1.3.2.1: #i77800# +source/core/misc

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [823ae1926a56c4d64224ce19c51b405204d59b50]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/13 09:21:27 lla 1.2.2.2: #i78437# 2007/07/12 10:26:04 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8110e0cd0e09caab02016bd84efa87cd3de32ea]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/13 09:21:26 lla 1.2.2.2: #i78437# 2007/07/12 10:25:43 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb00c07a3864b77b823455152b67baac1ad2b135]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/13 09:21:26 lla 1.2.2.2: #i78437# 2007/07/12 10:25:16 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5794e81f77a4aae11296a487e5a488b92c5623a4]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/13 09:21:26 lla 1.2.2.2: #i78437# 2007/07/12 10:24:06 lla 1.2.2.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4025ec9fb1b6a690d07355c00f6d6a3ef951666c]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:34:07 fs 1.1.2.1: #i77800# moved herein from ../source/ui/inc

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7472f09a2323a6eac7dbd845f1a73f58c153dd3]

        INTEGRATION: CWS rpt23fix01 (1.1.2); FILE ADDED 2007/07/16 19:33:53 fs 1.1.2.3: #i77800# some more outsourcing 2007/07/16 13:42:51 fs 1.1.2.2: PUBLIC 2007/07/16 13:42:02 fs 1.1.2.1: outsourced from ../source/ui/dlg/Condition.cxx

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6719836cd05636355d493ab50857e9a492fc769]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/18 09:24:14 oj 1.2.2.1: correct undo actions

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed7ca5950e9a2f97c2cae3094b5a22e36d7b88db]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/16 12:37:02 fs 1.2.2.2: #i79659# +ensureSdrObjectOwnership 2007/07/11 09:58:17 oj 1.2.2.1: #i78520# allowd to add control with keyboard

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [446ecddfc7effab4e4f5f73ab73da1ffc6f7a555]

        INTEGRATION: CWS rpt23fix01 (1.72.4); FILE MERGED 2007/07/12 13:46:15 lla 1.72.4.1: #i79080# fix problem which opens the Help Agent on the wrong frame

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db0a4bfe70947a480b22fd4c1fdc8d71676b1d58]

        INTEGRATION: CWS rpt23fix01 (1.2.4); FILE MERGED 2007/07/12 12:45:20 lla 1.2.4.1: #i78437# new name for reportdesign

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0166a60630c86b4bf96c3d8323400295f659711c]

        INTEGRATION: CWS rpt23fix01 (1.78.4); FILE MERGED 2007/07/12 13:46:15 lla 1.78.4.2: #i79080# fix problem which opens the Help Agent on the wrong frame 2007/07/11 12:04:37 lla 1.78.4.1: #i79080# help agent

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f43e9f25eb73a7cedc90cd08e90e92b39b579f]

        INTEGRATION: CWS rpt23fix01 (1.29.4); FILE MERGED 2007/07/16 07:11:41 lla 1.29.4.1: #i77897# add comments

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c82e67cf693d2a37e9d3022aae9b51a3f8cd3a3d]

        INTEGRATION: CWS rpt23fix01 (1.23.4); FILE MERGED 2007/07/16 07:10:56 lla 1.23.4.1: #i77897# helptext little bit smaller

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa844f08a6a7101f9f6bc89bc1414e5c9e0b61a]

        INTEGRATION: CWS rpt23fix01 (1.42.2); FILE MERGED 2007/07/31 19:20:04 oj 1.42.2.3: reverse issue #i78940# 2007/07/31 19:01:40 oj 1.42.2.2: reverse issue #i78940# 2007/07/11 11:34:01 oj 1.42.2.1: #i78940# ask for ext when not present

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a2b7010bb56db7463fc8b5c1bd2f61bc359382]

        INTEGRATION: CWS rpt23fix01 (1.21.4); FILE MERGED 2007/07/16 12:10:00 oj 1.21.4.1: #i77411# set parent frame at embeded object

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a2ab6ee0f0128dba55b04be0bfe116e140a368b]

        INTEGRATION: CWS rpt23fix01 (1.43.4); FILE MERGED 2007/07/16 12:10:00 oj 1.43.4.1: #i77411# set parent frame at embeded object

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eee3916d86e52f1736848df1486211bd0f0e32a3]

        INTEGRATION: CWS rpt23fix01 (1.3.4); FILE MERGED 2007/07/12 13:46:14 lla 1.3.4.2: #i79080# fix problem which opens the Help Agent on the wrong frame 2007/07/11 12:03:56 lla 1.3.4.1: #i779080# help agent

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [145f58b177a31a91b43d379dc17e522a30231a6f]

        INTEGRATION: CWS hropatches (1.55.166); FILE MERGED 2007/07/11 12:52:44 hro 1.55.166.1: #i79011# Fix new/delete mismatch

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dedd7973454895bd8c3a62b6b8f7c4e0cea824c]

        INTEGRATION: CWS hropatches (1.33.70); FILE MERGED 2007/07/11 12:25:49 hro 1.33.70.1: #i79180# Close all rtl file handles even on error

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64d2b97d6b3edd4648e7012157f1f7d095b0072]

        INTEGRATION: CWS rpt23fix01 (1.49.70); FILE MERGED 2007/07/13 10:04:43 ama 1.49.70.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [73bb14f1e1669dedf8b1125fd82fee19b5ebdc63]

        INTEGRATION: CWS rpt23fix01 (1.15.162); FILE MERGED 2007/07/12 11:03:20 ama 1.15.162.1: Fix #i78685#: Text value

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3c2e89494616830094c183efb248052493522c0]

        INTEGRATION: CWS rpt23fix01 (1.57.2); FILE MERGED 2007/07/30 08:20:16 oj 1.57.2.3: RESYNC: (1.57-1.58); FILE MERGED 2007/07/13 10:03:16 ama 1.57.2.2: Fix #i78827#: DocFromModel instead from TxtCrsr 2007/07/12 11:03:28 ama 1.57.2.1: Fix #i78685#: Text value

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbfb27d912d45eb159e4f3ab490f15c962d1eef9]

        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>  [d3a6cb50290c579db4d0ec27f3bb346b7f81dad1]

        INTEGRATION: CWS rpt23fix01 (1.15.386); FILE MERGED 2007/07/13 10:03:57 ama 1.15.386.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [535b4c701ac3e890e3cbcd162844f20c726cab2e]

        INTEGRATION: CWS rpt23fix01 (1.31.874); FILE MERGED 2007/07/13 10:01:56 ama 1.31.874.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf9c2bfed08c8c52ecdbd255976d62079b4950b9]

        INTEGRATION: CWS rpt23fix01 (1.101.58); FILE MERGED 2007/07/13 10:02:13 ama 1.101.58.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ef26e07dff47eb67a5f52a0de5fef58e4e1b4f2]

        INTEGRATION: CWS rpt23fix01 (1.36.2); FILE MERGED 2007/07/13 10:02:55 ama 1.36.2.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [31489ce5427c1a842a1711318bb72fac154be7a3]

        INTEGRATION: CWS rpt23fix01 (1.59.66); FILE MERGED 2007/07/13 10:00:45 ama 1.59.66.1: Fix #i78827#: DocFromModel instead from TxtCrsr

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9afebc1d6c34be2b9f17448b0314a39d75d616]

        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-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [30a225683f68e4e2643519358c581ad933fdd7a0]

        INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/19 07:32:32 oj 1.2.2.4: #i79528# remove patch for this cws 2007/07/13 06:01:28 oj 1.2.2.3: #i79528# create new patch, the old one contains rev flags which were correct via cvs 2007/07/13 05:39:23 oj 1.2.2.2: #i79528# iml patch for flute 2007/07/12 14:00:10 oj 1.2.2.1: #i79528# iml patch for flute

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [87a55a281e43ab9fb9f963ef69b9bf9d9c568244]

        INTEGRATION: CWS tl40 (1.72.10); FILE MERGED 2007/07/26 14:54:52 tl 1.72.10.1: #i79994# fixed the problem with single-letter spell checking and the spell check dialog

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2c5d317f037a0c4fa5b72eb874cd299d4007e03]

        INTEGRATION: CWS tl40 (1.115.272); FILE MERGED 2007/07/23 16:06:58 tl 1.115.272.3: RESYNC: (1.115-1.117); FILE MERGED 2007/07/19 12:34:22 tl 1.115.272.2: #i69346# fix for highlighting preedit of IME text on white background while editing 2007/07/18 07:44:48 tl 1.115.272.1: #i69346# fix for highlighting preedit of IME text on white background while editing

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2051f9386b445094e54b35deaf34bfa2e8279516]

        INTEGRATION: CWS tl40 (1.45.98); FILE MERGED 2007/07/23 15:06:10 tl 1.45.98.2: RESYNC: (1.45-1.46); FILE MERGED 2007/07/23 09:21:47 tl 1.45.98.1: #i61812# accessiblity: event notification for EditEngine fixed

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77a2a20c9a491e234e4b3ab9f2c6a47df6f5cbe4]

        INTEGRATION: CWS tl40 (1.3.54); FILE MERGED 2007/07/23 14:17:31 tl 1.3.54.2: RESYNC: (1.3-1.5); FILE MERGED 2007/07/04 13:00:07 tl 1.3.54.1: #i79018# don't write property SequenceMapping if not really needed in detectArguments

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [51045017c15f400125a196755d6971860195f470]

        INTEGRATION: CWS tl40 (1.81.8); FILE MERGED 2007/07/26 13:36:17 tl 1.81.8.1: #i79994# fixed the problem with single-letter spell checking and the spell check dialog

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [450bb3a215d16c63c17bea6ce39492a40ae3bea6]

        INTEGRATION: CWS tl40 (1.26.46); FILE MERGED 2007/07/26 12:31:17 tl 1.26.46.2: #i79988# added line that probably got accidently removed when adding new Smarttag API with i75130 2007/07/26 12:29:52 tl 1.26.46.1: #i77208# added line that probably got accidently removed when adding new Smarttag API with i75130

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92c3b47927bf4c246030811e4583f26cd98005e7]

        INTEGRATION: CWS tl40 (1.42.14); FILE MERGED 2007/07/23 13:51:50 tl 1.42.14.2: RESYNC: (1.42-1.43); FILE MERGED 2007/07/04 11:52:17 tl 1.42.14.1: #i79159# don't lock solar mutex in SmModel::acquire/release

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [90537e5b742b45c1aff01fa26f4fdbb3b00babb0]

        INTEGRATION: CWS tl40 (1.33.22); FILE MERGED 2007/07/04 10:58:34 tl 1.33.22.1: warning-free code for debug=t

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d828e57476603b1a5ab94f6db436fad97dc13b7]

        INTEGRATION: CWS fwk70 (1.127.6); FILE MERGED 2007/07/25 06:32:32 cd 1.127.6.1: #i79962# member m_pData must be set to zero to force disposed exceptions before the referenced object can be destroyed via delete

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a18f8631a5616a04dd2587871715c4bc2ab59e35]

        INTEGRATION: CWS dr56 (1.10.194); FILE MERGED 2007/07/31 14:01:50 dr 1.10.194.1: #i76047# restrict pivotcache strings to 255 chars

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0492e3ac3df8fe66cc192cf7a6e13f315f9a6f73]

        INTEGRATION: CWS dr56 (1.10.86); FILE MERGED 2007/07/31 14:02:31 dr 1.10.86.1: #i76047# restrict pivotcache strings to 255 chars

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [74efc521072b79330cf15a4e857151c9594a749b]

        INTEGRATION: CWS dr56 (1.15.58); FILE MERGED 2007/07/31 09:45:26 dr 1.15.58.1: #i80006# ignore hi-byte in column indexes in HLINK record

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fde57bc0b1a5e8c02bbcb73b982426660a4b9298]

        INTEGRATION: CWS fwk70 (1.24.8); FILE MERGED 2007/07/27 15:29:13 mav 1.24.8.1: #149940# fix typo

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [81a824e7fbfbbb808d7c5846bb5ea4e2473149f0]

        INTEGRATION: CWS dr56 (1.28.24); FILE MERGED 2007/07/31 09:45:25 dr 1.28.24.1: #i80006# ignore hi-byte in column indexes in HLINK record

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf2829c9e776baed84a7ed06e0774aa30929c328]

        INTEGRATION: CWS dr56 (1.18.84); FILE MERGED 2007/07/31 14:02:30 dr 1.18.84.1: #i76047# restrict pivotcache strings to 255 chars

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [576c12e01cd7ec60c75f9976872515631ce1130f]

        INTEGRATION: CWS fwk70 (1.10.108); FILE MERGED 2007/07/27 14:01:37 as 1.10.108.1: #i80116# repair old-path-style handling

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [100432652018116de5e1d11ec47a07931981bd50]

        INTEGRATION: CWS fwk70 (1.3.342); FILE MERGED 2007/07/25 05:34:02 cd 1.3.342.1: #i79987# Correct wrong enum declaration

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [07057900aafc4da50726070ceffe6eec6cba4df1]

        INTEGRATION: CWS dr56 (1.21.86); FILE MERGED 2007/07/31 09:00:35 dr 1.21.86.1: #i80162# unxlngi4.pro compiler problem

2007-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e95e0aaa25b2c7591fd2083a5b8d52a083b8923a]

        INTEGRATION: CWS fwk70 (1.7.144); FILE MERGED 2007/07/27 14:01:37 as 1.7.144.1: #i80116# repair old-path-style handling

2007-08-02  Armin Weiss  <aw@openoffice.org>  [393cc8060dce29376fbd2b6b3e410fe4572e78d1]

        #i39532# added support for diverse MetaFile comment hacks

2007-08-01  Rüdiger Timm  <rt@openoffice.org>  [e4f18e18fdc2068eeec86bd1a7dcd2d5684b7236]

        #i80262# th_en_US_v2.dat's atime changed.

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [1da2ebaf628df00612b2e620e8d6abd883aeb17e]

        #i10000#: getDOMBounds() -> getDomBounds()

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f4732a56cc84c79d99490df74d59ed2df90cf2]

        SRC680

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [52313d8b258544db274cb06ad76357ec2811e922]

        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>  [dedda62f50085ba9850c6d310dade97ff1724221]

        SRC680

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfd7117bb8a836dba73534db5df4250860477921]

        INTEGRATION: CWS pathfinder02 (1.10.32); FILE MERGED 2007/07/23 14:26:46 cl 1.10.32.1: #i79248# fixed path animation to use the DOMShape origin for non sum additive animation

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [3124f6afa67744bae9baa2585036d1413f662d81]

        INTEGRATION: CWS pathfinder02 (1.4.32); FILE MERGED 2007/07/23 14:26:32 cl 1.4.32.1: #i79248# fixed path animation to use the DOMShape origin for non sum additive animation

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3a37d56459ded265ff2b635b49c3c9aab4ee56]

        INTEGRATION: CWS pathfinder02 (1.6.32); FILE MERGED 2007/07/23 14:26:46 cl 1.6.32.1: #i79248# fixed path animation to use the DOMShape origin for non sum additive animation

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a81b5347d1e8f49732392bb14b05b6c71a556030]

        INTEGRATION: CWS fwk68 (1.33.70); FILE MERGED 2007/07/12 09:15:38 cd 1.33.70.2: #i72119# Support retrieval of add-on images for normal toolbars 2007/07/10 08:29:52 cd 1.33.70.1: #i67769# Use DockingWindow::Close instead of layout manager API to close window

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c93b5a191b9d8cf34de6cedf9d7edcd12d053ee]

        INTEGRATION: CWS pathfinder02 (1.5.20); FILE MERGED 2007/07/23 14:25:23 cl 1.5.20.1: #i79248# made replace the default for additive attribute

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36687de321bc6ecc290d8d91b1c5fdeef5ef742]

        INTEGRATION: CWS pathfinder02 (1.7.632); FILE MERGED 2007/07/23 14:28:43 cl 1.7.632.1: #i79248# made replace the default for additive attribute and changed namespace to smil

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [366aac2029942178725c5723a795fea686408742]

        INTEGRATION: CWS pathfinder02 (1.27.6); FILE MERGED 2007/07/23 14:49:48 cl 1.27.6.1: #i79202# play path animation if motion path tag is selected

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [a240a882174b1aa05578b5cf0bd7e1d4222c2831]

        INTEGRATION: CWS pathfinder02 (1.6.6); FILE MERGED 2007/07/23 16:02:02 cl 1.6.6.1: #i79204# capture mouse on double click in category list box and execute EndDialog from mouse button up event

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [78bb7246203ea064d1310433fb498dd7ea7521cd]

        INTEGRATION: CWS pathfinder02 (1.10.6); FILE MERGED 2007/07/23 16:02:02 cl 1.10.6.1: #i79204# capture mouse on double click in category list box and execute EndDialog from mouse button up event

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0e9704f0187e94610865b3baeb6fec63cf4450]

        INTEGRATION: CWS pathfinder02 (1.12.16); FILE MERGED 2007/07/23 14:25:06 cl 1.12.16.1: #i79248# made replace the default for additive attribute and changed namespace to smil

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c6ddb78bcaffd3ed4b4a9e61192efac072d9c49]

        INTEGRATION: CWS fwk68 (1.68.2); FILE MERGED 2007/07/04 15:52:34 mav 1.68.2.1: #i79093# commit the patch

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [6475c0b0e852f072c556f7606dbf2229b1f0d046]

        INTEGRATION: CWS pathfinder02 (1.13.14); FILE MERGED 2007/07/23 14:25:06 cl 1.13.14.1: #i79248# made replace the default for additive attribute and changed namespace to smil

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [455940cc69c2fc2d2fce9d92705bb9e00248be30]

        INTEGRATION: CWS fwk68 (1.43.38); FILE MERGED 2007/07/13 09:45:18 cd 1.43.38.1: #i70603# Clean up pragma warnings

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [74cbf83f1fcff64a5864257ed10178ce05086e9a]

        INTEGRATION: CWS fwk68 (1.10.342); FILE MERGED 2007/07/09 13:08:04 cd 1.10.342.1: #i74882# Describe available window service names

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [613fceee089c01b755b028dffa1ece0a4878f65c]

        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>  [8a555d8316342817c522f4d079c8d8bb932e3b23]

        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>  [f6d41a5e357a2ec06f20fa90d776933ae5b58003]

        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-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [37989725139c9863286801c4a5a9813c7be964df]

        INTEGRATION: CWS fwk68 (1.14.96); FILE MERGED 2007/07/11 07:25:11 cd 1.14.96.1: #i79442# Reinitialize cache when configuration files have been changed.

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda163aca3111053359b6fb1ee6a29a6a727cf24]

        INTEGRATION: CWS fwk68 (1.33.44); FILE MERGED 2007/07/10 09:15:40 cd 1.33.44.1: #i76550# Use  instead of hardcoded string

2007-08-01  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c33979c43cf65895158edad51632169a7468da0]

        INTEGRATION: CWS fwk68 (1.17.70); FILE MERGED 2007/07/12 09:15:28 cd 1.17.70.2: #i72119# Support retrieval of add-on images for normal toolbars 2007/07/10 08:29:40 cd 1.17.70.1: #i67769# Use DockingWindow::Close instead of layout manager API to close window

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a137ba46fc062e8ed4a3beaf734a07d3a5af9386]

        INTEGRATION: CWS native102 (1.17.30); FILE MERGED 2007/07/20 14:04:01 is 1.17.30.1: #149777# extension registration in administrative patch installation

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc1898701490e75a2fc41ef4b76c9430bfb2a70]

        INTEGRATION: CWS iconupdate03a (1.3.6); FILE MERGED 2007/07/24 13:21:18 va 1.3.6.1: #i79759# Corrected broken Icon. Issue number: Submitted by: Reviewed by:

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c00364bf4396642d1f18909ca6c3cfb1fa1af90]

        INTEGRATION: CWS swqbf102 (1.22.32); FILE MERGED 2007/07/26 12:03:28 od 1.22.32.1: #i80029# method <SwEditWin::RequestHelp(..)> 	 - adjust tool tip for hyperlink in read-only documents.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc144e5544a41acdc703f7d243ad1747b0a2b33d]

        INTEGRATION: CWS swqbf102 (1.21.112); FILE MERGED 2007/07/23 13:54:53 ama 1.21.112.1: FIx #i76959#: Table in tbale

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd45f4b19310864af0060f9fe2ee04053cf05be]

        INTEGRATION: CWS swqbf102 (1.73.6); FILE MERGED 2007/07/26 10:08:55 od 1.73.6.1: #i79947# method <ViewShell::ImplEndAction(..)> 	 - move <DLPrePaint2(..)> method call to the correct place.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e862134e3ddb2a97ec3fdf3742322a268e2c781]

        INTEGRATION: CWS swqbf102 (1.19.34); FILE MERGED 2007/07/27 08:23:38 od 1.19.34.2: #123003# correction of fix 2007/07/24 13:15:22 od 1.19.34.1: #123003# method <SwViewImp::RefreshScrolledArea(..)> 	 - make code robust: suppress recursive method call

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [727d32b5205fe86a58ae274326ff176f24145938]

        INTEGRATION: CWS swqbf102 (1.72.76); FILE MERGED 2007/07/25 06:53:16 od 1.72.76.1: #132402# method <SwXStyle::setAllPropertiesToDefault()> 	 - make code robust: check <aStyle.GetCollection()>

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6721bdb9d7ba4f4bd3db16478b85fb898fe4834a]

        INTEGRATION: CWS swqbf102 (1.95.168); FILE MERGED 2007/07/26 15:04:42 ama 1.95.168.4: Fix #79964#: Loop control for even longer table rows 2007/07/24 07:31:43 ama 1.95.168.3: Fix #i76959#: Table in table 2007/07/20 12:56:54 fme 1.95.168.2: #140081# Made code more robust 2007/07/19 07:46:09 fme 1.95.168.1: #140081# Made code robust: SetFollowFlowLine() in RemoveFollowFlowLine should happen before the early return

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f62aa50c0abe31eb6248ed202b2ac415dc6b7435]

        INTEGRATION: CWS swqbf102 (1.97.34); FILE MERGED 2007/07/24 13:33:55 od 1.97.34.1: #128702# method <Notify_Background(..)> 	 - make code robust: check <pPage> before accessing.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e04d2423d57417a90c809875c89de3588643ec4]

        INTEGRATION: CWS swqbf102 (1.41.168); FILE MERGED 2007/07/20 12:56:55 fme 1.41.168.1: #140081# Made code more robust

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac87fba37fe99cb2896fc5fd43afa0343353a5a7]

        INTEGRATION: CWS swqbf102 (1.46.106); FILE MERGED 2007/07/17 12:38:36 fme 1.46.106.1: #134394# Make code robust against weired cursor situations

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bebc7b7d04a2d2bd465b2dba61352589102df3b]

        INTEGRATION: CWS swqbf102 (1.55.10); FILE MERGED 2007/07/25 09:17:54 od 1.55.10.3: #126039# method <SwFEShell::SelFlyGrabCrsr()> 	 - further adjustments for consistent cursor are needed. 	 method <lcl_GrabCursor(..)> 	 - also assure consistent cursor 2007/07/25 08:45:37 od 1.55.10.2: #126039# method <SwFEShell::SelFlyGrabCrsr()> 	 - assure that the cursor is consistent 2007/07/24 14:32:41 od 1.55.10.1: #143008# method <SwFEShell::GetObjAttr(..)> 	 - made code robust

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e526b25270695efd6e9c52797a294c9076f1e1e1]

        INTEGRATION: CWS swqbf102 (1.14.34); FILE MERGED 2007/07/26 12:05:34 od 1.14.34.1: #i80029# method <SwDPage::RequestHelp(..)> 	 - adjust tool tip for hyperlink in read-only documents

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [91fd96fea3f64d7f20d848bb8648c92bad875a5f]

        INTEGRATION: CWS swqbf102 (1.45.102); FILE MERGED 2007/07/26 11:51:17 ama 1.45.102.1: Fix #80050#: Deletion of a complete table check adjusted

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4089f83063bc10501863042eacf946d4e1e07cfb]

        INTEGRATION: CWS swqbf102 (1.12.306); FILE MERGED 2007/07/24 13:43:09 ama 1.12.306.1: Fix #i76959#: Table in table

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c05a8a28796905f999afad8064d66ca86bff8ba]

        INTEGRATION: CWS swqbf102 (1.28.384); FILE MERGED 2007/07/17 12:10:12 fme 1.28.384.1: #147456# Make code robust: Section format without any registered clients

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a5eb5e013fc59691670322db9174673980a771]

        INTEGRATION: CWS swqbf102 (1.11.22); FILE MERGED 2007/07/25 13:07:14 od 1.11.22.1: #i73509# class <XMLParaContext> 	 - introduce new member <mbOutlineLevelAttrFound>, set it, when 	   corresponding attribute is found and pass it to 	   <XMLTextImportHelper::SetStyleAndAttrs(..)>, if needed.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0266f8b79ac39a92a661477ceea7101870b476]

        INTEGRATION: CWS swqbf102 (1.61.10); FILE MERGED 2007/07/25 13:07:14 od 1.61.10.1: #i73509# class <XMLParaContext> 	 - introduce new member <mbOutlineLevelAttrFound>, set it, when 	   corresponding attribute is found and pass it to 	   <XMLTextImportHelper::SetStyleAndAttrs(..)>, if needed.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a759e3e557f2fa523dad1e2e765c308c6cd2389c]

        INTEGRATION: CWS swqbf102 (1.129.10); FILE MERGED 2007/07/25 13:04:59 od 1.129.10.1: #i73509# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - consider the case, that no outline level attribute is found 	   for a heading.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d598829c317cbdb014fe31ee0e135c3a3444c98]

        INTEGRATION: CWS swqbf102 (1.10.22); FILE MERGED 2007/07/23 13:53:18 ama 1.10.22.1: Fix #i79611#: Bookmarks inshapes

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e79ef0920aae0f6f93dc62f89364af271aa293b]

        INTEGRATION: CWS swqbf102 (1.4.10); FILE MERGED 2007/07/25 13:02:46 od 1.4.10.1: #i73509# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - add another parameter

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed6346f74d86a0b6c04c3baa8ec705a90fd11cd2]

        INTEGRATION: CWS impress121 (1.59.288); FILE MERGED 2007/07/18 20:20:23 sj 1.59.288.3: RESYNC: (1.60-1.61); FILE MERGED 2007/06/05 14:52:24 sj 1.59.288.2: RESYNC: (1.59-1.60); FILE MERGED 2007/05/10 11:46:50 cl 1.59.288.1: #i76336# added patch to prevent crash during basic macro

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df13e4b7995bdb0c8208a6da1ef62aebcf8c60e]

        INTEGRATION: CWS impress121 (1.154.182); FILE MERGED 2007/07/18 20:18:23 sj 1.154.182.3: RESYNC: (1.156-1.158); FILE MERGED 2007/06/05 14:52:10 sj 1.154.182.2: RESYNC: (1.154-1.156); FILE MERGED 2007/05/10 11:46:36 cl 1.154.182.1: #i76336# added patch to prevent crash during basic macro

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b73f22d9a32aaa39186d3b0158bbb0fd270bb556]

        INTEGRATION: CWS impress121 (1.150.106); FILE MERGED 2007/07/26 09:20:16 sj 1.150.106.4: #i75203# added patch 2007/07/18 20:00:03 sj 1.150.106.3: RESYNC: (1.151-1.152); FILE MERGED 2007/06/05 14:48:10 sj 1.150.106.2: RESYNC: (1.150-1.151); FILE MERGED 2007/05/24 14:59:12 sj 1.150.106.1: #i75203# added patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d0ea8d38711705820738d0982b7d1a384c4ccc3]

        INTEGRATION: CWS impress121 (1.147.106); FILE MERGED 2007/07/18 19:39:36 sj 1.147.106.3: RESYNC: (1.149-1.150); FILE MERGED 2007/06/05 14:45:57 sj 1.147.106.2: RESYNC: (1.147-1.149); FILE MERGED 2007/05/24 13:33:45 sj 1.147.106.1: #i76132# fixed uninitialized value (valgrind)

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a554c49674d5bfb858a71c92cd40da1732a6143d]

        INTEGRATION: CWS impress121 (1.69.104); FILE MERGED 2007/07/23 13:25:25 sj 1.69.104.4: #i74554# now always exporting extrusion depth 2007/07/18 19:38:21 sj 1.69.104.3: RESYNC: (1.71-1.72); FILE MERGED 2007/06/05 14:45:43 sj 1.69.104.2: RESYNC: (1.69-1.71); FILE MERGED 2007/06/05 10:21:54 sj 1.69.104.1: #i74554# fixed sxport of default extrusion depth

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [19edd470b0827127c14598d427d7213d97f91253]

        INTEGRATION: CWS impress121 (1.6.98); FILE MERGED 2007/05/10 12:46:54 cl 1.6.98.1: #i76635# applied path for crash with STLport5

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f47369dbbc385f8968ad43e43cba293a29a4c2df]

        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>  [f4e3d9d49d5e122c36094749d576aed971d51135]

        INTEGRATION: CWS jl70 (1.2.42); FILE MERGED 2007/07/23 14:38:19 jl 1.2.42.2: #i79897# changed URL again 2007/07/23 09:37:16 jl 1.2.42.1: #i79897# changed URL for extension website

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2537ad59e34d8918de3ab33cf2298741e14b0158]

        INTEGRATION: CWS calc43 (1.36.40); FILE MERGED 2007/07/18 14:15:36 nn 1.36.40.1: #i76114# disable region intersecting in BeginDrawLayers for Calc page preview

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [aea98ba275afea3ed1e8c6cb3b33b36877a65596]

        INTEGRATION: CWS calc43 (1.3.40); FILE MERGED 2007/07/18 14:15:15 nn 1.3.40.1: #i76114# disable region intersecting in BeginDrawLayers for Calc page preview

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a499f5cbf87ef9c3b8aa707ffae8095e90dcbe31]

        INTEGRATION: CWS calc43 (1.34.34); FILE MERGED 2007/07/19 10:05:50 tbe 1.34.34.1: #i79570# Calc: AutoSum when marking text data only

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a680bacc4d343ca7c775b522bb0d2453685ec8]

        INTEGRATION: CWS calc43 (1.55.8); FILE MERGED 2007/07/23 14:56:36 nn 1.55.8.2: RESYNC: (1.55-1.56); FILE MERGED 2007/07/23 12:10:05 nn 1.55.8.1: #i79909# make sure overlays aren't drawn in edit MapMode

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae3c79ff6961d121651449fa9a8d06d842b1d04b]

        INTEGRATION: CWS calc43 (1.31.54); FILE MERGED 2007/07/23 14:56:28 nn 1.31.54.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/23 12:10:05 nn 1.31.54.1: #i79909# make sure overlays aren't drawn in edit MapMode

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a465d3f5f72f28b7e9403839aa42b401920cd7d]

        INTEGRATION: CWS calc43 (1.25.10); FILE MERGED 2007/07/18 14:16:59 nn 1.25.10.1: #i76114# PrePrintDrawingLayer: set MapMode, disable region intersecting

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [945e2b2511b59397a060a3805b517594fbd38802]

        INTEGRATION: CWS calc43 (1.31.10); FILE MERGED 2007/07/23 14:53:55 nn 1.31.10.2: RESYNC: (1.31-1.32); FILE MERGED 2007/07/19 10:05:19 tbe 1.31.10.1: #i79570# Calc: AutoSum when marking text data only

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c4fdc47bd91ec10875e72d35353bfad70780708]

        INTEGRATION: CWS calc43 (1.53.34); FILE MERGED 2007/07/19 10:04:56 tbe 1.53.34.1: #i79570# Calc: AutoSum when marking text data only

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4659a31bad1e027c5b55400a3b374bc6082c4b6]

        INTEGRATION: CWS calc43 (1.19.4); FILE MERGED 2007/07/18 17:58:37 er 1.19.4.1: #i78250# numerical stability of CORREL, COVAR, PEARSON, RSQ, STEYX, SLOPE, INTERCEPT, FORECAST

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a43c0c12b4836950c76269b12d5c6f091ec64a]

        INTEGRATION: CWS calc43 (1.47.8); FILE MERGED 2007/07/18 14:11:07 er 1.47.8.2: RESYNC: (1.47-1.48); FILE MERGED 2007/07/17 18:57:21 er 1.47.8.1: #i78727# JIS/ASC conversion of katakana middle dot

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [174da01edde67d7247bf8af0b08a0cb66fd28f9f]

        INTEGRATION: CWS adc16 (1.2.26); FILE MERGED 2007/07/27 12:53:07 np 1.2.26.1: #i80106#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6eb1c2c22600ee1f9eb3657fa1792cde2d09d9f7]

        INTEGRATION: CWS adc16 (1.3.354); FILE MERGED 2007/07/27 12:28:02 np 1.3.354.1: #i80106#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [377a06bf15013f93684feaff63d3428e0d497e1a]

        INTEGRATION: CWS vcl80 (1.3.30); FILE MERGED 2007/07/09 08:51:29 pl 1.3.30.1: #i79362# check for NULL pointer (thanks cmc)

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a803bc1af6596a61b1a6e6e122636f2d3aa59bcf]

        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>  [da166e9c1814d10acf4a25a946a6bedb0472661e]

        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>  [75e6ec8cdb9063d68c1f41559f3d3d3fb1137b43]

        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>  [96457c0566b0f2b2620b4a6372b8471819d904bc]

        INTEGRATION: CWS adc16 (1.4.48); FILE MERGED 2007/07/27 12:05:51 np 1.4.48.1: #i78740#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1afa5ac82cdc95369d8466615f71c3a6bfb5bf3]

        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>  [686a593e7c36081b52705de1abaaa1b13009a6b3]

        INTEGRATION: CWS adc16 (1.5.48); FILE MERGED 2007/07/27 11:13:41 np 1.5.48.1: #i80054#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e973cc9ff068879b2a515a470ed3320b732b3d7]

        INTEGRATION: CWS adc16 (1.11.16); FILE MERGED 2007/07/27 11:40:59 np 1.11.16.2: #i80054# 2007/07/27 11:13:40 np 1.11.16.1: #i80054#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a957f445c0c2c96eec0c9518318ba2f4c21fd0b3]

        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>  [96a35766c7676b4bf33e0c3dd1336fecde7c48e5]

        INTEGRATION: CWS adc16 (1.9.16); FILE MERGED 2007/07/27 12:05:50 np 1.9.16.1: #i78740#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [10372b59949e4e9b357d8e54dae45b4946312d07]

        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>  [33d5347994306cd584a47cbf4b5dd8c1ccab0f23]

        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>  [da4211f78552d4a86d6883b09b4acfa01ff8fe94]

        INTEGRATION: CWS adc16 (1.10.16); FILE MERGED 2007/07/27 12:30:02 np 1.10.16.1: #i80110#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f7fd2889b02f6eab757809b79fc7115122816fd]

        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>  [b3b49a202b3cf9bc597b7bf96e23af17827cae66]

        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>  [5b204f972ef21fa6f37cf421a1818beff914d179]

        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>  [866233cfdf1ad7ebe747bfd49a2167046fe526f2]

        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>  [c611b88f7a5b2fd5c4faadbf195efa33c431612b]

        INTEGRATION: CWS vcl80 (1.130.30); FILE MERGED 2007/07/12 12:34:17 pl 1.130.30.3: fix a compiler warning 2007/07/12 09:13:11 pl 1.130.30.2: RESYNC: (1.130-1.132); FILE MERGED 2007/07/04 17:08:33 pl 1.130.30.1: #i68219# add expander

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [637608be42dfd79883298497ce6c95bcde7fcee9]

        INTEGRATION: CWS vcl80 (1.5.338); FILE MERGED 2007/07/04 17:09:20 pl 1.5.338.1: #i68219# add  LISTBOX_FILTER_SELECTOR

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f465a0917add3997758bdfd9d9172b72a1f3e27]

        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>  [6b828034bd8f2033013ebd3469359bfeafb49307]

        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>  [29c261b83e5ad2dacf37bbdbefd344ca5bea35ef]

        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>  [4939497d5b470322d19f803c51c513477976cc25]

        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>  [0dc0d950f9fad7a9a27a12ab5cd0b30af6659769]

        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>  [ca77b9819d4d204a67229ce3a27c104d359b388c]

        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>  [9978d1929386b3164824f8b550ef39e1722dd830]

        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>  [3aa4232aa9c4043b56ce2ff569ec7b1308e40cbb]

        INTEGRATION: CWS vcl80 (1.22.16); FILE MERGED 2007/07/04 17:07:42 pl 1.22.16.1: #i68219# add expander

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [41fd1aa7b18cc9719db5e1022d9f9e11a9451769]

        INTEGRATION: CWS updchk07 (1.18.358); FILE MERGED 2007/07/17 12:44:34 dv 1.18.358.4: #i79161# One more help id for the cancel button 2007/07/13 12:43:26 dv 1.18.358.3: #i79161# Even more help ids for the update check dialog 2007/07/12 08:00:11 dv 1.18.358.2: #i79161# Added some more help ids for the update check dialog 2007/07/09 11:42:05 dv 1.18.358.1: #i79161# Added help id for online update check dialog

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [27d0383e3a1d2f661f203bb6ba2f36e2eb6e5a0a]

        INTEGRATION: CWS updchk07 (1.11.2); FILE MERGED 2007/07/23 06:40:51 dv 1.11.2.3: Code cleanup, some minor bugfixes 2007/07/20 08:21:41 dv 1.11.2.2: better mutex handling 2007/07/09 11:18:37 dv 1.11.2.1: #i79394# Bubble now moves too, when icon moves. Bubble with title only a little bit bigger

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f269ef57ca94b59ea06d27fe8030f439033cc1e]

        INTEGRATION: CWS updchk07 (1.3.154); FILE MERGED 2007/07/09 10:51:57 dv 1.3.154.1: No need to prebuild uno headers

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [156b2970077fadb9f5193632b08a9aab39719f40]

        INTEGRATION: CWS updchk07 (1.5.2); FILE MERGED 2007/07/09 12:09:12 obr 1.5.2.1: assert assumptions and check for valid count value

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aea1208080afba0efd8a52761efb7efa1bf742e]

        INTEGRATION: CWS updchk07 (1.6.2); FILE MERGED 2007/07/09 11:10:02 obr 1.6.2.1: #i79223# check enumeration reference

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [91207aa6f435416beaae6daafcb8f749ac660289]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/20 08:20:55 dv 1.2.2.3: Code cleanup, some minor bugfixes 2007/07/17 10:24:22 dv 1.2.2.2: #i79684# Add self as terminate listener to remove dialog 2007/07/17 06:50:51 dv 1.2.2.1: #i79652# create dialog only when really needed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1715afd921c9d8a80dec7897e18ad3f072b8787]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/23 07:49:28 dv 1.2.2.13: Use extra thread to shutdown office 2007/07/23 06:40:00 dv 1.2.2.12: Close dialog before start of install to avoid problems on shutting down the office 2007/07/20 08:20:54 dv 1.2.2.11: Code cleanup, some minor bugfixes 2007/07/18 12:23:02 dv 1.2.2.10: Set dialog position (this time for y-pos, too) 2007/07/18 10:35:37 dv 1.2.2.9: Set dialog position 2007/07/17 12:44:34 dv 1.2.2.8: #i79161# One more help id for the cancel button 2007/07/17 10:24:21 dv 1.2.2.7: #i79684# Add self as terminate listener to remove dialog 2007/07/17 06:50:51 dv 1.2.2.6: #i79652# create dialog only when really needed 2007/07/13 12:46:10 dv 1.2.2.5: #i79161#i79162# More HelpIDs, set last state after checking failed 2007/07/12 08:00:31 dv 1.2.2.4: #i79161# Added some more help ids for the update check dialog 2007/07/09 12:29:23 dv 1.2.2.3: #i79132# setDownloadFile() sets download folder, too 2007/07/09 12:26:26 dv 1.2.2.2: #i79130# Make progress control a little bit smaller 2007/07/09 12:11:07 dv 1.2.2.1: #i79145# Show cancel button, when an error occured, while downloading

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fba3a3a9abaaa05f380f48e53006e83daabdb104]

        INTEGRATION: CWS updchk07 (1.4.2); FILE MERGED 2007/07/18 14:23:30 obr 1.4.2.1: #i79252# store total download size to be able to reconstruct progress after restart

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [86345eba113ab2b600a3786ae5cd49be9d1a747f]

        INTEGRATION: CWS updchk07 (1.5.2); FILE MERGED 2007/07/18 14:23:30 obr 1.5.2.2: #i79252# store total download size to be able to reconstruct progress after restart 2007/07/09 11:13:51 obr 1.5.2.1: #148651# return all users directory as file url

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [cceed91b177d86f47834b68e87040216818075ab]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/18 14:23:30 obr 1.2.2.4: #i79252# store total download size to be able to reconstruct progress after restart 2007/07/18 09:38:56 obr 1.2.2.3: fixed deadlock problem (hopefully) 2007/07/13 12:46:38 dv 1.2.2.2: #i79162# Set last state after checking failed 2007/07/09 10:52:12 obr 1.2.2.1: #i79162# handle check failed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a8e2bf2670193be37ba0f048083af323f21d6dd]

        INTEGRATION: CWS updchk07 (1.11.2); FILE MERGED 2007/07/23 07:49:28 dv 1.11.2.12: Use extra thread to shutdown office 2007/07/20 08:20:54 dv 1.11.2.11: Code cleanup, some minor bugfixes 2007/07/18 14:23:29 obr 1.11.2.10: #i79252# store total download size to be able to reconstruct progress after restart 2007/07/18 09:38:56 obr 1.11.2.9: fixed deadlock problem (hopefully) 2007/07/18 09:23:18 obr 1.11.2.8: RESYNC: (1.11-1.13); FILE MERGED 2007/07/17 11:09:10 dv 1.11.2.7: #i79162# Don't create menubarUI when an error occured while checking 2007/07/13 12:46:38 dv 1.11.2.6: #i79162# Set last state after checking failed 2007/07/13 10:44:19 obr 1.11.2.5: fixes for existing target file and STL usage 2007/07/09 12:00:48 dv 1.11.2.4: SystemShellExecute needs a sta model (WINDOWS ONLY!) 2007/07/09 11:58:18 dv 1.11.2.3: SystemShellExecute needs a sta model 2007/07/09 10:52:12 obr 1.11.2.2: #i79162# handle check failed 2007/07/09 10:46:55 obr 1.11.2.1: #i79134# split file name of started download from default target dir

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [96bed242453e1bc959120042f13a529db02691fb]

        INTEGRATION: CWS updchk07 (1.10.2); FILE MERGED 2007/07/09 11:58:18 dv 1.10.2.1: SystemShellExecute needs a sta model

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b873e5dfcbcfe48642729a393ba3873ab6370f]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/18 14:23:29 obr 1.2.2.2: #i79252# store total download size to be able to reconstruct progress after restart 2007/07/09 10:46:55 obr 1.2.2.1: #i79134# split file name of started download from default target dir

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ba258e15b61bbea09f4a382c907d59a2e4755b]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/18 14:23:29 obr 1.2.2.3: #i79252# store total download size to be able to reconstruct progress after restart 2007/07/13 10:44:19 obr 1.2.2.2: fixes for existing target file and STL usage 2007/07/09 10:46:54 obr 1.2.2.1: #i79134# split file name of started download from default target dir

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [aff0962505a5025e3aa15d292e6cb58704bc4396]

        INTEGRATION: CWS updchk07 (1.2.2); FILE MERGED 2007/07/13 12:46:38 dv 1.2.2.1: #i79162# Set last state after checking failed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a7d542a6cf38491128c4eb7791cbc0e3f11737a]

        INTEGRATION: CWS updchk07 (1.31.2); FILE MERGED 2007/07/17 12:44:33 dv 1.31.2.3: #i79161# One more help id for the cancel button 2007/07/13 12:43:04 dv 1.31.2.2: #i79161# Even more help ids for the update check dialog 2007/07/12 07:59:59 dv 1.31.2.1: #i79161# Added some more help ids for the update check dialog

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f2c960b8f764c69f128952c31c7a60b5fe8543]

        INTEGRATION: CWS updchk07 (1.4.162); FILE MERGED 2007/07/12 08:47:14 dv 1.4.162.1: #i79147# It should always be possible to change the download location

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1f137de5b1e82ab327eb15fccb9f8bc70abbdc]

        INTEGRATION: CWS updchk07 (1.11.30); FILE MERGED 2007/07/12 08:47:14 dv 1.11.30.1: #i79147# It should always be possible to change the download location

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [441dfbe2b974d10c99ad5d857e3d2b6dd47da030]

        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>  [9f59e688170ed0c5b8f1169d80a5f189c606a0bd]

        INTEGRATION: CWS os99 (1.10.84); FILE MERGED 2007/07/02 08:24:40 os 1.10.84.1: #i78880# exceeded index fixed (patch)

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc7838bcb3704a3470c6b00517d5e631ac4ac97]

        INTEGRATION: CWS dba23c (1.36.14); FILE MERGED 2007/07/20 21:02:54 fs 1.36.14.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [87166b145d21ecbec8bc37f0a0147a3650edd5cc]

        INTEGRATION: CWS dba23c (1.34.18); FILE MERGED 2007/07/20 21:02:54 fs 1.34.18.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [86656eddf2835eb93e57b27f4e0055003b496a06]

        INTEGRATION: CWS dba23c (1.78.18); FILE MERGED 2007/07/20 21:02:54 fs 1.78.18.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f51854dc648d464731ec2a13b0af9302fffd06c8]

        INTEGRATION: CWS dba23c (1.32.18); FILE MERGED 2007/07/20 21:02:54 fs 1.32.18.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e6a5d6194c349de50861c28fdafa40e3920b43]

        INTEGRATION: CWS dba23c (1.45.18); FILE MERGED 2007/07/20 21:02:54 fs 1.45.18.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [505ebd2b0f735e590e60696a88aa8a6021e011d9]

        INTEGRATION: CWS dba23c (1.8.148); FILE MERGED 2007/07/20 21:02:54 fs 1.8.148.1: #i79731# remove ROW_HEIGHT, it is already present as ROWHEIGHT

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6efbf6d0b93cc3a83c40500fcb655b4306e09eb2]

        INTEGRATION: CWS dba23c (1.3.6); FILE MERGED 2007/07/19 12:15:31 fs 1.3.6.1: #i78296#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ecb2535208a7bf5700522d4156726f614e439d5]

        INTEGRATION: CWS dba23c (1.16.6); FILE MERGED 2007/07/19 12:16:36 fs 1.16.6.1: #i78296# more files to convert

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9c8ae4209c64574becbc1f9e215ef1eb48c179]

        INTEGRATION: CWS dba23c (1.29.126); FILE MERGED 2007/07/18 13:03:34 fs 1.29.126.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31c4f117408634e882317ddb49102eb6fb9e120]

        INTEGRATION: CWS dba23c (1.208.10); FILE MERGED 2007/07/23 12:57:50 fs 1.208.10.2: RESYNC: (1.208-1.210); FILE MERGED 2007/07/18 13:03:34 fs 1.208.10.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8354a9a820ef81ff703f2984fab16b2eda26c64]

        INTEGRATION: CWS dba23c (1.31.126); FILE MERGED 2007/07/18 13:03:34 fs 1.31.126.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c107554c854ddea0a1f8b8dedc33d7319897d040]

        INTEGRATION: CWS dba23c (1.27.34); FILE MERGED 2007/07/18 13:03:34 fs 1.27.34.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [64ba61cfb3a5818506bb41f653eb207952278f46]

        INTEGRATION: CWS dba23c (1.22.126); FILE MERGED 2007/07/18 13:03:33 fs 1.22.126.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9dea94858e975c44b5881eb03a10d91ae22838f]

        INTEGRATION: CWS dba23c (1.34.28); FILE MERGED 2007/07/18 13:03:33 fs 1.34.28.1: #i79683# #i79689# some PATCH flags for the various particles of org.openoffice.Office.Embedding configuration data

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [608730da670958a73f3e7b0d242945fd609bbe8b]

        INTEGRATION: CWS jsc18 (1.24.4); FILE MERGED 2007/06/29 11:32:14 jsc 1.24.4.1: #i78460# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c8cd6f2c3fa10bde7e19930fefe16c10caf518a]

        INTEGRATION: CWS jsc18 (1.17.22); FILE MERGED 2007/06/29 11:32:14 jsc 1.17.22.1: #i78460# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f03313ed382088d032c3b44f32e65496502401b5]

        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>  [4d9c7e9a111ad4f074b356bdd6d51b9c9705e5a3]

        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>  [9e6b87a8bffaa95ef6f973d69671c14ab9b373ac]

        INTEGRATION: CWS dba23c (1.189.10); FILE MERGED 2007/07/19 06:07:14 fs 1.189.10.1: proper assertion type (else product builds with debug info won't build)

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fca6883b614154832cf1a7a37ced03fdd93714d]

        INTEGRATION: CWS jsc18 (1.3.36); FILE MERGED 2007/07/20 04:51:21 jsc 1.3.36.1: #i79213# integrate patch, inline destructor

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b4ca434f378040dafe98eb044cb1651ea64b8ca]

        INTEGRATION: CWS dba23c (1.99.12); FILE MERGED 2007/07/19 06:06:44 fs 1.99.12.1: during #i79679#: signature of CreateFmSearchDialog changed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [61903e2142ff0d27a08ccfc2d5ab4c2f44940611]

        INTEGRATION: CWS jsc18 (1.5.30); FILE MERGED 2007/06/29 11:50:40 jsc 1.5.30.1: #i78460# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b97fb0c5609d289641835c9c4f2686771156a1bc]

        INTEGRATION: CWS dba23c (1.18.114); FILE MERGED 2007/07/18 09:41:12 fs 1.18.114.2: assertion for the case just fixed 2007/07/18 06:32:04 oj 1.18.114.1: #147849# check bookmark a little bit more

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [37ee82a88635acc5a80ca6d7758ce87f26eac53b]

        INTEGRATION: CWS jsc18 (1.18.30); FILE MERGED 2007/06/29 11:50:40 jsc 1.18.30.1: #i78460# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30e4537a3537352bff1e8cfc07e1199c853b675]

        INTEGRATION: CWS jsc18 (1.13.30); FILE MERGED 2007/06/29 11:50:40 jsc 1.13.30.1: #i78460# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2303324f05696ee4c0e5c3d94818bc544d08c81]

        INTEGRATION: CWS jsc18 (1.5.30); FILE MERGED 2007/07/16 14:05:45 jsc 1.5.30.1: #i75360# extend comment by the method name and move it directly behind the TODO keyword

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6e0d27c773e4429c449e608d1c971c2d0392a5]

        INTEGRATION: CWS jsc18 (1.9.12); FILE MERGED 2007/07/16 14:05:45 jsc 1.9.12.1: #i75360# extend comment by the method name and move it directly behind the TODO keyword

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [78131ebae099a5fc81fc103f6766c22ae09cef24]

        INTEGRATION: CWS jsc18 (1.49.68); FILE MERGED 2007/07/19 12:32:13 jsc 1.49.68.2: RESYNC: (1.49-1.50); FILE MERGED 2007/07/02 09:24:01 jsc 1.49.68.1: #i78892# integrate patch

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [17545571b5ce485ce2393d4fe71f6f306e1bc12b]

        INTEGRATION: CWS dba23c (1.14.34); FILE MERGED 2007/07/19 05:59:06 fs 1.14.34.1: #i79679#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [068b1ab51aa0d1b52c9fe9192e16747ad500313d]

        INTEGRATION: CWS dba23c (1.32.32); FILE MERGED 2007/07/19 05:59:23 fs 1.32.32.1: during #i79679#: properly collect the search contexts

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a1d35684506ce94fa7efc04a6a3e03338fc3385]

        INTEGRATION: CWS dba23c (1.30.206); FILE MERGED 2007/07/19 06:00:02 fs 1.30.206.1: during #i79679#: fmsearch is dead

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f024a128f895b7f122f780a3deb19be94abfc267]

        INTEGRATION: CWS jsc18 (1.24.22); FILE MERGED 2007/07/19 12:27:58 jsc 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/02 08:56:35 jsc 1.24.22.1: #i79061# integrate patch, remove strip command for binaries, deliver does already strip

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b586086201575c0b548ff88599bf107f52146c07]

        INTEGRATION: CWS dba23c (1.41.34); FILE MERGED 2007/07/17 19:43:47 fs 1.41.34.1: #134461# when the ObjectShell is dying, reset its pointer at the FmFormModel

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a30bbcab277c07996aec7c9d22a78ffb7947a30]

        INTEGRATION: CWS jsc18 (1.22.36); FILE MERGED 2007/07/19 07:04:06 jsc 1.22.36.1: #i74573# use quotes for mt command options

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3728a5178400a1263631daaa967f493a276d665c]

        INTEGRATION: CWS dba23c (1.35.34); FILE MERGED 2007/07/19 06:00:27 fs 1.35.34.1: #i79679#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a1e8aed53a44db066272278bba8bf5c5e59182]

        INTEGRATION: CWS jsc18 (1.4.16); FILE MERGED 2007/07/27 11:24:38 sg 1.4.16.1: #i78746#use different class loader

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [951162de241c9c63efcf8f765f47b4b14caf90a7]

        INTEGRATION: CWS dba23c (1.84.34); FILE MERGED 2007/07/19 05:59:27 fs 1.84.34.1: during #i79679#: properly collect the search contexts

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a04e1701b0a4229f7d4ca281dba87858629b51e]

        INTEGRATION: CWS jsc18 (1.4.16); FILE MERGED 2007/07/27 12:45:06 sg 1.4.16.1: #i78746# removed deprecated methods

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ac7e92b2149f5f25945ee63c5b3498d2633d163]

        INTEGRATION: CWS dba23c (1.16.34); FILE MERGED 2007/07/20 10:52:53 fs 1.16.34.1: #10000#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [477639ee272a5d46a3389b24b2fb1f01982fd9d4]

        INTEGRATION: CWS jsc18 (1.4.26); FILE MERGED 2007/07/17 08:45:40 jsc 1.4.26.1: #i73857# adapt build target name to work with gnu make 3.81

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [69d476fdbbd6604d7e9654f86325a5fa27f3b3c4]

        INTEGRATION: CWS dba23c (1.30.34); FILE MERGED 2007/07/19 06:00:52 fs 1.30.34.1: during #i79679#: signature of CreateFmSearchDialog changed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e841946ead9425d9f71fdb81add50e65064b78cf]

        INTEGRATION: CWS dba23c (1.40.34); FILE MERGED 2007/07/19 06:00:52 fs 1.40.34.1: during #i79679#: signature of CreateFmSearchDialog changed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ac154cdc439b1d5f46952ac956d4bf6f9c03ca]

        INTEGRATION: CWS jsc18 (1.3.322); FILE MERGED 2007/07/24 07:12:00 jsc 1.3.322.1: #79930# remove unnecessary classname in method declaration

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [af88d4e0773f6669eb1cd615b90546b8f4df14ae]

        INTEGRATION: CWS dba23c (1.5.34); FILE MERGED 2007/07/19 06:04:14 fs 1.5.34.1: #i79679# InitContext: call the context supplier even in product builds / minor cleanups

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a46efc7b9570c10a2e0bb614b8adb9b3a365caf1]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 07:58:45 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [142d35d08cf139786edd30af854860e805778e95]

        INTEGRATION: CWS dba23c (1.10.34); FILE MERGED 2007/07/19 06:04:14 fs 1.10.34.1: #i79679# InitContext: call the context supplier even in product builds / minor cleanups

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [b41b5eefb141112b524a6d25b5eb8fb37f073c9a]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:02:31 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1045ee93760c2fdb4c53f965023166dee17526c9]

        INTEGRATION: CWS dba23c (1.4.34); FILE MERGED 2007/07/19 05:57:13 fs 1.4.34.1: during #i79679#: signature of CreateFmSearchDialog changed

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ccc24ec0043737c19093a8d106afece550862b7]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:02:20 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f9c3f443cb9a4bb3fb20b97c38c166397f2e9bd]

        INTEGRATION: CWS dba23c (1.2.162); FILE MERGED 2007/07/19 05:58:01 fs 1.2.162.1: #i79679# removed some dead stuff / moved stuff which is not of module-external interest to other places

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3235966a29b622c25372c6d99fc8149b9358a5b3]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:02:02 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe454bdde1e2500f4045aacfc7ba6df9c043c69]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:01:51 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b48d9800be6b4a0cc1393e63e2c6e5c3ce7fe5a]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:01:29 jsc 1.1.2.1: #i78746# new

2007-07-31  Martin Hollmichel  <mh@openoffice.org>  [586c3bb1f9f4bd935af5df20b377f4872e063638]

        add license to data files, #i79338#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [76153ccc3139f6dd66f546f924869a13a8e4f720]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:01:06 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [966335b7b52226e4ca725b1fb6e16f583814328b]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:00:55 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d2f5cf88aa3308d792ef301ec20c02fd98a3695]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/23 12:17:35 jsc 1.1.2.2: #i78746# use correct image 2007/07/04 08:00:32 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [88351d487ea687908d7e7466e1428696898e1d18]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 08:00:04 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cee194e959ced8573aa3d9dc87a064b5593fd8e]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 07:59:52 jsc 1.1.2.1: #i78746# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [56bc6caaba0d0b70d744b497237ad2b60c6ae599]

        INTEGRATION: CWS jsc18 (1.4.160); FILE MERGED 2007/07/17 13:22:33 jsc 1.4.160.1: #i79965# set HasMainTitle property

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d77ab2d87a1336ac53256aeaf2ee398904b423]

        INTEGRATION: CWS jsc18 (1.3.322); FILE MERGED 2007/07/17 11:50:42 jsc 1.3.322.1: #i79965# set HasMainTitle property

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a2736f721ea53ab528d84aa638ef4f5e827bcb0]

        INTEGRATION: CWS jsc18 (1.10.44); FILE MERGED 2007/07/06 06:55:55 jsc 1.10.44.1: #i78746# insert description for GUI examples

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39fbfb8616435cc1f5143cafc0084013346baf9]

        INTEGRATION: CWS jsc18 (1.14.120); FILE MERGED 2007/06/29 12:56:04 jsc 1.14.120.1: #i77265# improve version check

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [94c076de971b978285a448aa16ed31394eb318c5]

        INTEGRATION: CWS jsc18 (1.8.36); FILE MERGED 2007/07/24 15:41:17 jsc 1.8.36.4: #i74573# improve VC8 checking 2007/07/24 15:39:04 jsc 1.8.36.3: #i74573# improve VC8 checking 2007/07/23 13:52:36 jsc 1.8.36.2: #i74573# check cpp with suggestion to detect VC8 usage 2007/07/19 07:06:39 jsc 1.8.36.1: #i74573# initialize variable sVC8 earlier

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e00d79a673bc08b8023aeb97579e34c2d0d75307]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 15:51:08 jsc 1.1.2.1: #i75592# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1484016e6396ec7dc8db0867a2921a509191b84f]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 15:50:58 jsc 1.1.2.1: #i75592# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ac7c687bc5b8e5add6cbd5fcd3d6aa6e790e46]

        INTEGRATION: CWS jsc18 (1.1.2); FILE ADDED 2007/07/04 15:50:39 jsc 1.1.2.1: #i75592# new

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bfa621d68216c4ca194449ad576e71fe09aa527]

        INTEGRATION: CWS jsc18 (1.52.16); FILE MERGED 2007/07/19 12:21:51 jsc 1.52.16.2: RESYNC: (1.52-1.54); FILE MERGED 2007/07/05 13:58:47 jsc 1.52.16.1: #i75592# adapt banner and bitmasp for ooo sdk and brooffice sdk

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aa8a32184d0c2c2ca3660fa13731d2873a55880]

        INTEGRATION: CWS jsc18 (1.8.30); FILE MERGED 2007/07/19 11:41:11 jsc 1.8.30.1: #i76838# extend test

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d983acde0f37a196e3ceb84e6e6127931dcbf3f]

        INTEGRATION: CWS jsc18 (1.10.20); FILE MERGED 2007/07/19 11:41:11 jsc 1.10.20.1: #i76838# extend test

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [faa81c0b16b2d99a91acf5312403d03f036a1ba7]

        INTEGRATION: CWS dba23c (1.8.26); FILE MERGED 2007/07/20 21:27:22 fs 1.8.26.1: lost some font properties

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b1073d837ecacf2f8892a8909613108702f25e2]

        INTEGRATION: CWS jsc18 (1.12.32); FILE MERGED 2007/07/19 11:48:59 jsc 1.12.32.1: #i76838# use cppu::UnoType<...>::get() instead of getCppuType in cppu_detail_getUnoType

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0d98f2327d7e24cee31946a1fc6883f2644d69]

        INTEGRATION: CWS dba23c (1.51.26); FILE MERGED 2007/07/19 13:33:20 fs 1.51.26.1: #77729#

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d21ffd5ce65e0de9938d0004ee6aa4a70d89222]

        INTEGRATION: CWS jsc18 (1.43.16); FILE MERGED 2007/07/19 11:48:59 jsc 1.43.16.1: #i76838# use cppu::UnoType<...>::get() instead of getCppuType in cppu_detail_getUnoType

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1577c512a3547b80509d1685fc54e645885aa6e9]

        INTEGRATION: CWS dba23c (1.5.1098); FILE MERGED 2007/07/23 11:19:10 fs 1.5.1098.1: SwitchXFormsDesignMode is unnecessary

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f15bd45e1cf78f000ab6a037d0385aef5b12c6]

        INTEGRATION: CWS dba23c (1.57.20); FILE MERGED 2007/07/23 07:23:34 fs 1.57.20.1: #i75799# use OTextLikeImport for text-like grid columns, too

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [e076856d58a34454039104f990c0fafa78501803]

        INTEGRATION: CWS dba23c (1.53.74); FILE MERGED 2007/07/23 08:37:01 fs 1.53.74.1: #i77635# impl_getQueryParameterColumns: also recognize parameters in the SELECT column list

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d04d939dc010aad053412d414b23f9cb511d156]

        INTEGRATION: CWS dba23c (1.56.48); FILE MERGED 2007/07/23 08:45:39 fs 1.56.48.1: don't call getIntKeywordAscii with KEY_NONE

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f92aa49c9c9bffb9bf9113a3605555a6aa2497b5]

        INTEGRATION: CWS dba23c (1.3.12); FILE MERGED 2007/07/23 08:38:04 fs 1.3.12.1: during #i77635#: bComposerDirty was never reset

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d058bfbb92ef89640db45c7d80ff6c9725ea9e]

        INTEGRATION: CWS configure21 (1.29.106); FILE MERGED 2007/07/05 20:52:39 rene 1.29.106.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc599878a4b676e81da4a3c50b63467be14a716b]

        INTEGRATION: CWS configure21 (1.202.2); FILE MERGED 2007/07/11 08:19:10 rene 1.202.2.2: RESYNC: (1.202-1.205); FILE MERGED 2007/07/05 20:52:38 rene 1.202.2.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b762f8dfc25e171bb6b3550f2082a11f3f8d4f8]

        INTEGRATION: CWS configure21 (1.31.106); FILE MERGED 2007/07/05 20:52:38 rene 1.31.106.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [71e2b519d0d5d34bae257da17ac25b6c3b748550]

        INTEGRATION: CWS configure21 (1.27.8); FILE MERGED 2007/07/05 20:52:38 rene 1.27.8.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe666ec3e81769b9ef6f02744e0e8b866adef3c0]

        INTEGRATION: CWS configure21 (1.22.106); FILE MERGED 2007/07/05 20:52:38 rene 1.22.106.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f760a96abdfd7ff72fa4914ac690012a85e4a64]

        INTEGRATION: CWS configure21 (1.34.2); FILE MERGED 2007/07/05 20:52:37 rene 1.34.2.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4abca02e1859f09d34cb87a148254b41377a129b]

        INTEGRATION: CWS configure21 (1.17.8); FILE MERGED 2007/07/11 08:18:38 rene 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/05 20:52:37 rene 1.17.8.1: #i79273# install help files w/o java enabled

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5862fc6877c34236f4d121163fe37e66dbbd1d]

        INTEGRATION: CWS configure21 (1.8.22); FILE MERGED 2007/07/01 20:31:59 rene 1.8.22.1: #i79060# quote.

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [1da872df6700fa6f82d20b23ef4dcb920615fa89]

        INTEGRATION: CWS configure21 (1.39.6); FILE MERGED 2007/07/09 23:23:03 rene 1.39.6.2: #i10000# both also here 2007/05/06 16:08:52 rene 1.39.6.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [245c67634d1471bfc31dd5a9534a774e3fdf34eb]

        INTEGRATION: CWS configure21 (1.140.2); FILE MERGED 2007/07/05 19:37:53 rene 1.140.2.7: RESYNC: (1.149-1.152); FILE MERGED 2007/06/27 15:11:34 rene 1.140.2.6: RESYNC: (1.144-1.149); FILE MERGED 2007/06/05 12:53:07 rene 1.140.2.5: RESYNC: (1.140-1.144); FILE MERGED 2007/05/06 16:08:51 rene 1.140.2.4: support --hash-style= from binutils 2007/04/23 21:34:23 rene 1.140.2.3: #i76354# support portaudio v19 2007/04/23 21:10:17 rene 1.140.2.2: support pkg-config for system-hunspell 2007/04/23 21:03:13 rene 1.140.2.1: #i73936# use pkg-config for sndfile detection

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [caa3e0ac0104a370629fc360d47862bd9132827b]

        INTEGRATION: CWS configure21 (1.199.2); FILE MERGED 2007/07/26 13:26:35 hjs 1.199.2.14: #i78148# don't set HUNSPELL_LIBS when not using system hunspell 2007/07/12 13:40:21 rene 1.199.2.13: i79536# we need dmake >= 4.7 2007/07/10 11:14:00 rene 1.199.2.12: #i79389# don't look for libkedui.la, look for the .so 2007/07/09 09:27:32 rene 1.199.2.11: #i79386# use both instead of gnu only 2007/07/05 19:37:22 rene 1.199.2.10: RESYNC: (1.209-1.213); FILE MERGED 2007/06/27 15:11:26 rene 1.199.2.9: RESYNC: (1.204-1.209); FILE MERGED 2007/06/07 22:40:33 rene 1.199.2.8: i65979# supprt more dbs, remove now-unneeded db.jar check 2007/06/07 21:44:26 rene 1.199.2.7: #i76717# fix --with-system-mozilla 2007/06/05 12:53:00 rene 1.199.2.6: RESYNC: (1.199-1.204); FILE MERGED 2007/05/06 16:08:50 rene 1.199.2.5: support --hash-style= from binutils 2007/05/06 15:36:49 rene 1.199.2.4: #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:23 rene 1.199.2.3: #i76354# support portaudio v19 2007/04/23 21:10:16 rene 1.199.2.2: support pkg-config for system-hunspell 2007/04/23 21:03:12 rene 1.199.2.1: #i73936# use pkg-config for sndfile detection

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [266eb72ea660d46cacc4c92061e958c0c667e67e]

        INTEGRATION: CWS configure21 (1.183.2); FILE MERGED 2007/07/26 13:26:32 hjs 1.183.2.14: #i78148# don't set HUNSPELL_LIBS when not using system hunspell 2007/07/12 13:40:18 rene 1.183.2.13: i79536# we need dmake >= 4.7 2007/07/10 11:13:57 rene 1.183.2.12: #i79389# don't look for libkedui.la, look for the .so 2007/07/09 09:27:29 rene 1.183.2.11: #i79386# use both instead of gnu only 2007/07/05 19:36:25 rene 1.183.2.10: RESYNC: (1.190-1.194); FILE MERGED 2007/06/27 15:11:07 rene 1.183.2.9: RESYNC: (1.186-1.190); FILE MERGED 2007/06/07 22:40:31 rene 1.183.2.8: i65979# supprt more dbs, remove now-unneeded db.jar check 2007/06/07 21:44:23 rene 1.183.2.7: #i76717# fix --with-system-mozilla 2007/06/05 12:52:49 rene 1.183.2.6: RESYNC: (1.183-1.186); FILE MERGED 2007/05/06 16:08:48 rene 1.183.2.5: support --hash-style= from binutils 2007/05/06 15:36:45 rene 1.183.2.4: #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:21 rene 1.183.2.3: #i76354# support portaudio v19 2007/04/23 21:10:14 rene 1.183.2.2: support pkg-config for system-hunspell 2007/04/23 21:03:10 rene 1.183.2.1: #i73936# use pkg-config for sndfile detection

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [821c332a59450bfafb278fdab94b9d489970c6cc]

        INTEGRATION: CWS configure21 (1.9.4); FILE MERGED 2007/06/07 21:37:58 rene 1.9.4.1: #i78148# system-hunspell fixes/updates

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [11ffbdd820aae3c13a3a889c7a13618ad91663b8]

        INTEGRATION: CWS configure21 (1.15.4); FILE MERGED 2007/07/24 12:38:32 rene 1.15.4.5: #i10000# patch from ause for some variable sillinesses/Sun environment 2007/07/12 11:22:59 rene 1.15.4.4: i10000# typo 2007/07/12 11:20:23 rene 1.15.4.3: #i10000# HUNSPELLLIB instead of HUNSPELL_LIBS 2007/06/07 21:37:57 rene 1.15.4.2: #i78148# system-hunspell fixes/updates 2007/04/23 21:10:17 rene 1.15.4.1: support pkg-config for system-hunspell

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec8f7b4e1dd890318ea20f67a99a2fc0637ba9d]

        INTEGRATION: CWS configure21 (1.6.82); FILE MERGED 2007/06/07 21:37:57 rene 1.6.82.1: #i78148# system-hunspell fixes/updates

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [15c2b848eed67bdc1bdbcfc1d0d62a2b70f11c03]

        INTEGRATION: CWS configure21 (1.13.4); FILE MERGED 2007/06/07 21:37:57 rene 1.13.4.1: #i78148# system-hunspell fixes/updates

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b58ce7abf122d9bc6bc12359fbf9a2d8c1adb8]

        INTEGRATION: CWS configure21 (1.9.40); FILE MERGED 2007/07/09 23:21:42 rene 1.9.40.2: #i10000# both also here 2007/05/06 16:08:51 rene 1.9.40.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e1870a0679bc8224390f0c3abe6f8d16f5a2a47]

        INTEGRATION: CWS configure21 (1.16.40); FILE MERGED 2007/07/01 20:42:11 rene 1.16.40.1: fix LINK for s390/arm which are (not) working (anymore), but...

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6eec1d12a63cb6a1fd2e9aaef3fdead98f785ad]

        INTEGRATION: CWS configure21 (1.20.40); FILE MERGED 2007/07/09 23:21:42 rene 1.20.40.2: #i10000# both also here 2007/05/06 16:08:51 rene 1.20.40.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d6e3cad291afd319c0be8ca193f78c66ddf6715]

        INTEGRATION: CWS configure21 (1.14.40); FILE MERGED 2007/07/01 20:42:11 rene 1.14.40.1: fix LINK for s390/arm which are (not) working (anymore), but...

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [f257c6321900c0cdcb6e73bbb04e3ff0e0f44fe9]

        INTEGRATION: CWS configure21 (1.27.40); FILE MERGED 2007/07/09 23:21:42 rene 1.27.40.2: #i10000# both also here 2007/05/06 16:08:51 rene 1.27.40.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [64d2ca14784acde6089b146a41c65a8aa3a1db03]

        INTEGRATION: CWS configure21 (1.33.4); FILE MERGED 2007/07/09 23:21:42 rene 1.33.4.4: #i10000# both also here 2007/06/27 15:08:29 rene 1.33.4.3: RESYNC: (1.34-1.36); FILE MERGED 2007/06/05 12:51:44 rene 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2007/05/06 16:08:51 rene 1.33.4.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [5589a1776b4aad52537eeb9ad5a4565beccb11f9]

        INTEGRATION: CWS configure21 (1.114.10); FILE MERGED 2007/07/24 12:38:32 rene 1.114.10.1: #i10000# patch from ause for some variable sillinesses/Sun environment

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5e0ee72c3148155cc9360eca5a0c955ce4f55e]

        INTEGRATION: CWS configure21 (1.64.10); FILE MERGED 2007/07/24 12:38:31 rene 1.64.10.1: #i10000# patch from ause for some variable sillinesses/Sun environment

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [af88a885292267d650360d85366223528f72f9b9]

        INTEGRATION: CWS configure21 (1.35.4); FILE MERGED 2007/07/09 23:22:39 rene 1.35.4.3: #i10000# both also here 2007/06/27 15:05:56 rene 1.35.4.2: RESYNC: (1.35-1.36); FILE MERGED 2007/05/06 16:08:51 rene 1.35.4.1: support --hash-style= from binutils

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca64353176316de1053d3606fa33b3e87d57c69]

        INTEGRATION: CWS configure21 (1.24.4); FILE MERGED 2007/06/27 14:46:17 rene 1.24.4.1: #i78950# fix PYTHONPATH

2007-07-31  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc44d8df13e06c681d5a93ed8c6155b446042981]

        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>  [72f427f78904d4188addc5bd96f3ce0eff81d951]

        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>  [cc07a949f043e34bac82cee1802ccb8bcd6b7edf]

        #i80172# Removed unnecessary assertion (patch by aw).

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [7b10112c33b873691794556b0fa70e9d227b5b16]

        #i10000# Remove 'ENABLE_HEADLESS'-condition, take 'GUIBASE' instead.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [0d6e2eceef202a44a235cfd0d52991dbed016f05]

        #i10000# FileID can also contain an executable file

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [73bdc98212d747b7348616cc801bb10a93528dd2]

        #i80097# correctly conditionalize svp plugin. Patch by pl

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [1e8550f42de4c4ab5a6174d75b050bc0933631ac]

        #i80092# linking of libvclplug_gtk680lx.so changed. Patch by pl.

2007-07-27  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c03d9ff9f1755fbe00254d9419163edd2dac3e6e]

        #i10000# build what gets packed

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [08b928fb01b968015a1a03e3b7a220a5d361893a]

        #i80090# SalLayout class not meant to be used by applications. Patch by pl.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [5cfae393327b5c252ec13d6986e9d6f480ba0959]

        #i80090# SalLayout class not meant to be used by applications. Patch by pl.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [aa609ad8689d6f9ea1e7c812d8cdfde773e79a4b]

        #i80079# Add threadmanager.obj to EXCEPTIONSFILES (patch by pmladek - thank you).

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [c252cc58bf4be9be65a29747597f5f112f50415f]

        #i80091# Remove SISSL license.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [f5d49e7ecf84c866a16ad0a118246730c440a714]

        #i80091# Remove SISSL license.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [2e9a6f8b11440882c8da9ba9314ad9e376c08c6e]

        #i80091# Remove SISSL license.

2007-07-27  Armin Weiss  <aw@openoffice.org>  [d45ddb6d03846b0c576eeee062342962aa131bc0]

        #i39532#

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [27590ebe77be33cccc987bdf9f1329fb4044703d]

        #i80091# Remove SISSL license.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [ece8a3d3c459baab0058bd241db7e9f1e584cd8d]

        #i80091# Remove SISSL license.

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [5abf5aa7e72367628fdca3d7c9faa4f7effe2af1]

        #i80091# Remove SISSL license. (How can such old stuff get into files created in 2007?

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [06d169ed06dc8d26abedb39d168728f93f5e4895]

        #i80091# Remove SISSL license. (How can such old stuff get into files created in 2007?

2007-07-27  Rüdiger Timm  <rt@openoffice.org>  [35d824f4c160f0548a23786cd22c9901ce36597b]

        #i80086# vcl headers moving, bring back lost changes (patch by pjanik).

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [04fc0b6fe1db1c7a1cb91ac8f5f512c652d07170]

        SRC680

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d0f298443848f21dc34466f7b62c676f54aa7db4]

        INTEGRATION: CWS i18n31 (1.9.20); FILE MERGED 2007/07/03 07:16:29 sb 1.9.20.4: #i76869# Also added rtl_uString_newFromCodePoints. 2007/06/27 05:27:07 khong 1.9.20.3: RESYNC: (1.9-1.10); FILE MERGED 2007/06/01 11:09:04 sb 1.9.20.2: #i76869# Changed postIncrementCodePoints to incrementCodePoints which is pre or post depending on sign. 2007/05/31 12:01:02 sb 1.9.20.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [fb8fcc427623ea54884f15055f15de8462a961f7]

        INTEGRATION: CWS i18n31 (1.58.20); FILE MERGED 2007/07/03 07:16:30 sb 1.58.20.3: #i76869# Also added rtl_uString_newFromCodePoints. 2007/06/27 05:07:08 khong 1.58.20.2: cws i18n31 merge 2007/05/31 12:01:03 sb 1.58.20.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [542627b6ae4e974dea9ea2b29ecd8781fc00172f]

        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>  [4df17bda811bf760a57dd2d8f1e8f1e0e783c503]

        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>  [e64f99631c82018fde45842815028033bb5314c4]

        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>  [58dcf0ffaf8668827fc2f47445c9d8faf3d29555]

        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>  [7696cd3902ca248951205f15930787488368ea26]

        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>  [5dd9a3fc0908736d054a473310a9208bd4991a5a]

        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>  [0d6246aee13b81ac9c75bf04964fdcbb9e6183ee]

        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>  [2791553b4e3fc5e04b96d0b2fd119d9fba1946bc]

        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>  [1c79a2bf1e89ac4eb409922ab7eb8ad3cacc688a]

        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>  [517bbaddbaf81a5a6bb00979944cad13a1575d50]

        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>  [0154e3492f2527535c0d648274e7ff674674318b]

        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>  [e2a5a2532ee187669980adb7bfa747c7803c330a]

        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>  [46c019eb25ab15fa05521c5910d2d2c5313624c0]

        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>  [206a856c3344eb9f83089322ef76c38905ece066]

        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>  [2de75ab9f3edc166bd25b747f2aa773c43c2e177]

        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>  [f3c8b130c666b918f7bf03fea9b59dc96d1fdc48]

        INTEGRATION: CWS i18n31 (1.27.20); FILE MERGED 2007/07/03 07:16:30 sb 1.27.20.3: #i76869# Also added rtl_uString_newFromCodePoints. 2007/06/01 11:09:04 sb 1.27.20.2: #i76869# Changed postIncrementCodePoints to incrementCodePoints which is pre or post depending on sign. 2007/05/31 12:01:03 sb 1.27.20.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b7627956eee3e3d1711cdc12f3ecb5247d7987dc]

        INTEGRATION: CWS i18n31 (1.8.108); FILE MERGED 2007/05/31 12:01:03 sb 1.8.108.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e1940f25b445eee1898eb31b5abb784782bfee12]

        INTEGRATION: CWS i18n31 (1.1.2); FILE ADDED 2007/05/31 12:01:47 sb 1.1.2.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [bfef62bb8f5679bd0e223595bdfae7bd94041e06]

        INTEGRATION: CWS i18n31 (1.17.22); FILE MERGED 2007/05/31 12:01:03 sb 1.17.22.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [c84e71727786fccc3862e223fb232641a300125a]

        INTEGRATION: CWS i18n31 (1.28.22); FILE MERGED 2007/07/03 07:19:11 sb 1.28.22.4: #i76869# rtl::OUString::iterateCodePoints was inadvertently non-const. 2007/07/03 07:16:29 sb 1.28.22.3: #i76869# Also added rtl_uString_newFromCodePoints. 2007/06/01 11:09:03 sb 1.28.22.2: #i76869# Changed postIncrementCodePoints to incrementCodePoints which is pre or post depending on sign. 2007/05/31 12:01:02 sb 1.28.22.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d6be19394b65d93a91d94660a23b5f39bd183d95]

        INTEGRATION: CWS i18n31 (1.18.22); FILE MERGED 2007/07/03 07:16:29 sb 1.18.22.3: #i76869# Also added rtl_uString_newFromCodePoints. 2007/06/01 11:09:03 sb 1.18.22.2: #i76869# Changed postIncrementCodePoints to incrementCodePoints which is pre or post depending on sign. 2007/05/31 12:01:02 sb 1.18.22.1: #i76869# Added rtl_uString_iterateCodePoints.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [cfafc4ee6e726c816329dc3fc4caab99983f371e]

        INTEGRATION: CWS jl67 (1.45.102); FILE MERGED 2007/07/11 16:19:27 jl 1.45.102.2: RESYNC: (1.45-1.47); FILE MERGED 2007/07/11 12:20:48 jl 1.45.102.1: #i77752 support for default update URL for extensions in version.ini

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [a469be7d1b17e42e2d4ca8df4f63fcdbd39a7faa]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:49:20 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [f66829aa4a6447b232278be42d4554b22bfe1105]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:49:08 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [088abd993afa9de3749aa42232afe853098aee0f]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:48:09 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [0b32d88f5cd8369a4b2915e238e3dadb4e889874]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:48:56 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [fae55603d32762b5cbda13bbc02c7f3744ed9131]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:47:56 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e5fb7fd21ee23584d00e9746858375f9f59daee9]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:46:47 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [18b96b2eb965fcb2c07e0793e9301b084fd5a19f]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:46:25 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [25fcaba48e012f84350161effe82a51ec282ece1]

        INTEGRATION: CWS jl67 (1.1.2); FILE ADDED 2007/07/11 11:46:13 jl 1.1.2.1: #i77752 test for default URL for update information

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [c3aefcd0e395f9e43f1952b2bb76221feb6ad719]

        INTEGRATION: CWS jl67 (1.6.32); FILE MERGED 2007/07/10 11:19:26 jl 1.6.32.2: #i77886# 2007/07/09 14:44:16 jl 1.6.32.1: #i77886# When unopkg is run without gui option then it must not call InitVCL

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [59dfba95796eb79c404e5aa7dce1f851628e146d]

        INTEGRATION: CWS jl67 (1.13.200); FILE MERGED 2007/07/11 11:44:34 jl 1.13.200.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [9ee0912f28c0527281da95cb9b2bc968d6495089]

        INTEGRATION: CWS jl67 (1.24.34); FILE MERGED 2007/07/11 16:40:48 jl 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2007/07/09 13:58:31 jl 1.24.34.1: #i79004# dp_manager.cxx

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [a8001202467eebfed7c1bb8315218db59c4c92ca]

        INTEGRATION: CWS jl67 (1.10.140); FILE MERGED 2007/07/11 11:43:40 jl 1.10.140.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b488258db94b518bdb6f4b8f29a904e53414c1a8]

        INTEGRATION: CWS jl67 (1.6.52); FILE MERGED 2007/07/11 16:39:43 jl 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2007/07/11 11:41:07 jl 1.6.52.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e12718edba4a510baf6bd88e05d98c4521403508]

        INTEGRATION: CWS jl67 (1.2.140); FILE MERGED 2007/07/11 11:42:19 jl 1.2.140.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [acd796d6027272d6acd2b193b700ea8c44cda69d]

        INTEGRATION: CWS jl67 (1.3.86); FILE MERGED 2007/07/11 11:41:55 jl 1.3.86.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [c45d74347d8577f1a081387d1015f1d397d8d8d3]

        INTEGRATION: CWS jl67 (1.18.12); FILE MERGED 2007/07/11 16:39:36 jl 1.18.12.4: RESYNC: (1.18-1.19); FILE MERGED 2007/07/11 11:40:09 jl 1.18.12.3: #i77752 support for default update URL for extensions 2007/07/11 06:36:35 jl 1.18.12.2: #i79342# reverting last change since it caused another crash on solaris 2007/07/10 11:27:47 jl 1.18.12.1: #i79342# crash when closing office while extension manager is open

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [7bfc56e10db2a38bc256a198c7b06836a5886129]

        INTEGRATION: CWS jl67 (1.26.12); FILE MERGED 2007/07/11 16:38:58 jl 1.26.12.2: RESYNC: (1.26-1.28); FILE MERGED 2007/07/11 11:38:34 jl 1.26.12.1: #i77752 support for default update URL for extensions

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [00931e8868f895aff2358455867bac2e16fea1f2]

        INTEGRATION: CWS jl67 (1.6.730); FILE MERGED 2007/07/03 13:05:26 is 1.6.730.1: #i79141# non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d3c84d86c22527b67e314997c08a0ba73fe69255]

        INTEGRATION: CWS jl67 (1.6.730); FILE MERGED 2007/07/03 13:04:34 is 1.6.730.1: #i79141# non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [152ace83eb1f2037dc9830839af47df05ed14cb4]

        INTEGRATION: CWS jl67 (1.6.732); FILE MERGED 2007/07/03 13:04:34 is 1.6.732.1: #i79141# non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [7a441045b2f193e0849e964d4e3771a107ce133e]

        INTEGRATION: CWS jl67 (1.6.732); FILE MERGED 2007/07/03 13:04:33 is 1.6.732.1: #i79141# non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [fcdaf0c9c96e51c632d8e315d558f415b8be32d6]

        INTEGRATION: CWS jl67 (1.3.732); FILE MERGED 2007/07/03 13:04:33 is 1.3.732.1: #i79141# non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [cc0075792783bbf7aa766e80ccbbe0a084fdffb9]

        INTEGRATION: CWS jl67 (1.11.270); FILE MERGED 2007/07/05 12:33:26 hro 1.11.270.2: #i79004# Removed test code from KB 118626 2007/07/05 11:38:36 hro 1.11.270.1: #i79004# osl_isAdministrator now works correctly on Vista using the impersonation token instead of checking for group membership

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [a1c0ebfc783b475aeeb5cd2c33702e5c9d7412f2]

        INTEGRATION: CWS jl67 (1.11.6); FILE MERGED 2007/07/06 07:01:28 jl 1.11.6.1: #i77886# remove dependency of svl to vcl

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d209700885485873741f4e9663622cec0377a35d]

        INTEGRATION: CWS jl67 (1.3.6); FILE MERGED 2007/07/11 15:32:16 jl 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2007/07/06 07:01:27 jl 1.3.6.1: #i77886# remove dependency of svl to vcl

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [98c0ab6953dc844d115b9c8b6657cd6ff91a1dfc]

        INTEGRATION: CWS jl67 (1.10.112); FILE MERGED 2007/07/03 16:09:57 is 1.10.112.1: #i79141# avoid msi ice error caused by non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [95840870ba40d304cabe488c6d6a32046b38e853]

        INTEGRATION: CWS jl67 (1.13.74); FILE MERGED 2007/07/03 16:09:57 is 1.13.74.1: #i79141# avoid msi ice error caused by non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [46bdbd6b12b314cfa35d4e4d0c39c64c3eae6d3d]

        INTEGRATION: CWS jl67 (1.9.134); FILE MERGED 2007/07/03 16:09:57 is 1.9.134.1: #i79141# avoid msi ice error caused by non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [6081a568b2a6861bebda4e9e9e01632c1a61bee9]

        INTEGRATION: CWS jl67 (1.10.204); FILE MERGED 2007/07/03 16:09:57 is 1.10.204.1: #i79141# avoid msi ice error caused by non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [efe7e855169b606ca9f7e1d9f571da3d5cad0bba]

        INTEGRATION: CWS jl67 (1.87.72); FILE MERGED 2007/07/11 15:21:28 jl 1.87.72.2: RESYNC: (1.87-1.88); FILE MERGED 2007/07/03 16:09:56 is 1.87.72.1: #i79141# avoid msi ice error caused by non advertised shortcuts

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [c42248c3254438f0cd57069b7514edd040cb274f]

        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>  [56077e08b7e88790e4d1e073acee5c313d94ab83]

        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>  [91fb04c758be1128e0446076b27682b86f8ff765]

        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>  [4c03e7b4d378aec762a39851a61a1439443e6650]

        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>  [fb0aa6c526896a797a421623c6e1e2ad4adbc1e7]

        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>  [898bda03f3eb9bdecd1c61001651f46586d87a7c]

        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-26  Rüdiger Timm  <rt@openoffice.org>  [ad79b082001f5616ce2be2cf4f1fa42b0454b456]

        INTEGRATION: CWS jl67 (1.3.186); FILE MERGED 2007/07/06 07:01:43 jl 1.3.186.1: #i77886# remove dependency of svl to vcl

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b0d22c0d0de7f53b31d743a544fa0ff827f74a93]

        INTEGRATION: CWS swqbf101 (1.20.10); FILE MERGED 2007/07/17 12:27:34 ama 1.20.10.2: RESYNC: (1.20-1.22); FILE MERGED 2007/07/10 09:35:33 fme 1.20.10.1: #i79429# Smart tag type string should be fallback for smart tag type caption

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [80fe0e510208e2ee39e615aee93401d8cefccd9e]

        INTEGRATION: CWS swqbf101 (1.54.84); FILE MERGED 2007/07/09 13:55:18 fme 1.54.84.1: #i75891# Simulate DONT_EXPAND by restoring previous font attributes in InsertSpecialCharacter

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [1b7753c208d958d15592a201462d6d8930704338]

        INTEGRATION: CWS swqbf101 (1.81.94); FILE MERGED 2007/07/04 12:31:04 od 1.81.94.1: #i75481# method <SwBaseShell::GetState(..)>, case SID_CONTOUR_DLG 	 - apply fix for issue i59688 only for selected graphics

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b7494240de5f2e028853075699f8f675f9931b98]

        INTEGRATION: CWS swqbf101 (1.27.376); FILE MERGED 2007/07/10 08:55:39 ama 1.27.376.1: Fix #i77413#: Table in glossary causes crash

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [539e782a967682c0f6520a748501a02241cd80b8]

        INTEGRATION: CWS swqbf101 (1.21.280); FILE MERGED 2007/07/11 09:42:34 hbrinkm 1.21.280.1: #i79199# removed anonymous namespace

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [37562a1d0c60dad9bce5105cccbb95ee839c33e1]

        INTEGRATION: CWS swqbf101 (1.14.352); FILE MERGED 2007/07/11 09:42:13 hbrinkm 1.14.352.1: #i79199# removed anonymous namespace

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [6e5b46322bbfa3f449d67716ab315db5a207705a]

        INTEGRATION: CWS swqbf101 (1.2.6); FILE MERGED 2007/07/16 08:23:59 fme 1.2.6.1: #i79641# Remove SwXTextMarkup client on modify event

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [46d30159dbab3ce73cf435f0f7aac1ea72b17e84]

        INTEGRATION: CWS swqbf101 (1.9.288); FILE MERGED 2007/07/12 10:54:08 od 1.9.288.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [23e6b671767653a5c2da4f5928e8ebec0591d369]

        INTEGRATION: CWS swqbf101 (1.31.6); FILE MERGED 2007/07/12 10:54:08 od 1.31.6.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [f8308ac392e85aebc6ee44b9ccfab1b9212d0a4f]

        INTEGRATION: CWS swqbf101 (1.13.288); FILE MERGED 2007/07/12 10:54:08 od 1.13.288.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [8828f064a740a5d4e755fa4f3eb22dc6a71d6a3c]

        INTEGRATION: CWS swqbf101 (1.8.288); FILE MERGED 2007/07/12 10:54:08 od 1.8.288.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [2687ec35a02089c5cb2ec68ea6f086b08fed3125]

        INTEGRATION: CWS swqbf101 (1.26.94); FILE MERGED 2007/07/12 10:54:08 od 1.26.94.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [a68dff4a087f0313519f7273dd94e52626e23c56]

        INTEGRATION: CWS swqbf101 (1.21.68); FILE MERGED 2007/07/12 10:54:08 od 1.21.68.1: #i56253# minor changes due to changes interface of <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [b0ad0cdab1be193fe0f2c39552d18c1fce4714d9]

        INTEGRATION: CWS swqbf101 (1.14.128); FILE MERGED 2007/07/12 10:49:55 od 1.14.128.1: #i56253# class <SwUndoFmtAttr> 	 - keep of numbering attributes of depending text nodes and restore 	   on undo.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [ed20d6b643e3f436efb35be68c12fbed4357996f]

        INTEGRATION: CWS swqbf101 (1.18.288); FILE MERGED 2007/07/12 10:52:38 od 1.18.288.2: #i56253# - class <SwResetFmtHint> 	   - keep numbering attributes and restore these on rollback 	 - changes due to changed interfaces of <SwHistory> and <SwRegHistory> 2007/07/10 06:55:04 od 1.18.288.1: #i77372# - adjust and extend undo information about numbering attributes

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [7afe02bb137a94920b4b9e9e3ef335d14deeb886]

        INTEGRATION: CWS swqbf101 (1.71.6); FILE MERGED 2007/07/10 08:42:32 od 1.71.6.2: #i75353# method <SwTxtNode::_MakeNewTxtNode(..)> 	 - restrict the condition to clear a hard set numbering rule at 	   the <this> paragraph. 2007/07/10 06:52:09 od 1.71.6.1: #i77372# method <SwTxtNode::SplitNode(..)> 	 - keep all numbering attributes before calling method <_MakeNewTxtNode(..)> 	   in order to restored them correctly.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [02fd844bb3ad778040b958a471ec3dc8a4262bcd]

        INTEGRATION: CWS swqbf101 (1.41.150); FILE MERGED 2007/07/05 07:31:58 od 1.41.150.1: #146872# method <SwFrm::_FindPrevCnt(..)> 	 - correct wrong loop condition, which causes null pointer access

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [a9207a83634feeff0b46e2f66b1ba874c7b87ab9]

        INTEGRATION: CWS swqbf101 (1.36.52); FILE MERGED 2007/07/10 12:03:09 fme 1.36.52.1: #i78124# Automatic styles without parents

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [dcbd8e41ff872b661009369059ad96e355f38ca6]

        INTEGRATION: CWS swqbf101 (1.44.288); FILE MERGED 2007/07/10 13:20:17 ama 1.44.288.1: Fix #i77689#: Portion building during XMLImport with redlines

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [39343ca2f3e5a3c77495d488e675a0e11a8ddcb8]

        INTEGRATION: CWS swqbf101 (1.66.94); FILE MERGED 2007/07/12 10:47:07 od 1.66.94.1: #i56253# minor changes due to changes interface of <swRegHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [12ec8fcd6a79edae596917e63d50af3bb08affe4]

        INTEGRATION: CWS swqbf101 (1.49.86); FILE MERGED 2007/07/11 08:03:37 od 1.49.86.1: #i79391# method <SwDoc::Insert(..)> (insertion of drawing object) 	 - assure that anchor frame exist before move drawing object to 	   a visible layer.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [4f59006404f7006fc97366726d489607855585d5]

        INTEGRATION: CWS swqbf101 (1.44.98); FILE MERGED 2007/07/12 10:45:30 od 1.44.98.1: #i56253# method <SwDoc::ChgFmt(..)> 	 - pass new attribute set to undo instance <SwUndoFmtAttr>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d36c9923fa3296442cf1c9149e680410bce106e8]

        INTEGRATION: CWS swqbf101 (1.4.376); FILE MERGED 2007/07/12 10:42:38 od 1.4.376.1: #i56253# minor change due to changed interface of class <SwHistory>

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [6832d2024f8a2989755c948e11b4ebe95dfb3bfc]

        INTEGRATION: CWS swqbf101 (1.9.376); FILE MERGED 2007/07/16 08:22:22 fme 1.9.376.1: #i79641# Remove SwXTextMarkup client on modify event

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [911ff6d3589bb85e2144fa65d91d145ee4fadb41]

        INTEGRATION: CWS swqbf101 (1.33.8); FILE MERGED 2007/07/12 10:41:07 od 1.33.8.1: #i56253# class <SwUndoFmtAttr> 	 - keep numbering attributes about depending text nodes and 	   restore these on undo.

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [d71351e88b27abeb4936781d3711fee70a5ce39a]

        INTEGRATION: CWS swqbf101 (1.7.396); FILE MERGED 2007/07/12 10:38:07 od 1.7.396.2: #i56253# class <SwResetFmtHint> 	 - keep numbering attributes and restore these on rollback, 	   if numbering rule is cleared. 2007/07/10 06:48:41 od 1.7.396.1: #i77372# - adjust and extend undo information about numbering attributes

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [e3cbb21ed39fa21a82e1941538a355acaa7a2f88]

        INTEGRATION: CWS swqbf101 (1.9.12); FILE MERGED 2007/07/11 07:49:17 ama 1.9.12.1: Fix #i76279#: Remove unused style names

2007-07-26  Rüdiger Timm  <rt@openoffice.org>  [af33b9c169054b95f096424bb89f3e28fb3334ed]

        INTEGRATION: CWS chart09 (1.6.32); FILE MERGED 2007/07/18 15:05:47 iha 1.6.32.1: #i79069# dashed lines in charts are not saved anymore

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [0122673e38bd967c8250ba101c7e454cedb74a18]

        INTEGRATION: CWS ww8export07_SRC680 (1.98.166.5.2); FILE MERGED 2007/07/23 08:45:08 ama 1.98.166.5.2.1: Fix #148095#: Don't break paragraphs with a column break

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a3f229ddc03bc0c22161cc2f8c5b3a54d8d6836a]

        INTEGRATION: CWS ww8export07_SRC680 (1.38.256.1.6); FILE MERGED 2007/07/23 13:47:46 od 1.38.256.1.6.1: #148661# method <SwWW8Writer::OutListTab()> 	 - export following character "nothing" for a list level, if 	   minimum label width equals 0 and minimum distance between 	   label and text equals 0.

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [1d28f5c20ddd773c57cc76b01455db9dc3210b53]

        INTEGRATION: CWS ww8export07_SRC680 (1.93.166.3.2); FILE MERGED 2007/07/24 09:38:40 od 1.93.166.3.2.1: #148096# method <WinwordAnchoring::ConvertPosition(..)> 	 - handle special case, that the object is anchored at a paragraph, 	   which has a "column break before" attribute 	   --> convert position to page area relative position.

2007-07-25  Oliver Bolte  <obo@openoffice.org>  [f77c8cecaf0ed5885e04417d66a61dfcb0f2ae01]

        #i10000# deliver debug msvcr71d.dll and msvcp71d.dll too

2007-07-25  Oliver Bolte  <obo@openoffice.org>  [16728aeb4345f0e21008670c45d3c4948a98bfc2]

        #i10000# comment for --enable-dbgutil added

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [0cc6545c6ffe67b4d997124f28c63fd7026707a2]

        INTEGRATION: CWS helpclick (1.143.10); FILE MERGED 2007/07/18 07:53:40 fme 1.143.10.1: #i79438# ExecHyperlinks in read-only documents

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [1fcbed85934b062a43fa603961c5c37c047400ca]

        INTEGRATION: CWS chart07 (1.104.4); FILE MERGED 2007/07/13 10:58:48 bm 1.104.4.1: #i7180# warnings

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f3a9694c1a11d2b7d180b97f1e05d43bf2e523b1]

        INTEGRATION: CWS chart07 (1.36.68); FILE MERGED 2007/07/11 16:57:27 bm 1.36.68.1: #i69281# enable werror for chart2

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9d2045359431285b3958e68fc5035e0772312c2c]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:48:52 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [0ab1a57ef62c099ce305d5910f4980b43986a9a1]

        INTEGRATION: CWS chart07 (1.25.8); FILE MERGED 2007/07/11 14:49:20 bm 1.25.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ffad6a731b6f163f5f3137d0c26c645d39abe044]

        INTEGRATION: CWS chart07 (1.23.8); FILE MERGED 2007/07/11 15:03:58 bm 1.23.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [23c6d50f0dd83ca0e17ac80ec07b23ec764c38af]

        INTEGRATION: CWS chart07 (1.13.12); FILE MERGED 2007/07/10 14:33:40 bm 1.13.12.2: #i69281# warnings removed 2007/07/10 13:48:52 bm 1.13.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [124a4074ea2c5ad71b7affb8f5f728636b3a3839]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/12 13:19:29 iha 1.2.12.1: #i75867# Poor quality of OLE's alternative view for 3D scenes

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [691519a9579d34c66e1598b5022f87711a69c337]

        INTEGRATION: CWS chart07 (1.37.8); FILE MERGED 2007/07/12 13:20:33 iha 1.37.8.4: #i75867# Poor quality of OLE's alternative view for 3D scenes 2007/07/11 15:32:31 bm 1.37.8.3: #i69281# warnings removed 2007/07/11 15:03:58 bm 1.37.8.2: #i69281# warnings removed 2007/07/04 16:50:59 bm 1.37.8.1: #i78870# some solar mutex locks added for safety

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9db9d21a61cfe7a55f2a886addefeb61b458b21d]

        INTEGRATION: CWS chart07 (1.15.4); FILE MERGED 2007/07/11 16:43:47 bm 1.15.4.4: #i69281# warnings removed 2007/07/11 15:21:39 bm 1.15.4.3: #i69281# warnings removed 2007/07/11 15:03:57 bm 1.15.4.2: #i69281# warnings removed 2007/07/10 13:18:39 bm 1.15.4.1: include to Rotation.hxx removed -> deprecated

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [dc39099c36f74bc38d0b566d27a510f5d7a57db7]

        INTEGRATION: CWS chart07 (1.35.12); FILE MERGED 2007/07/10 13:49:01 bm 1.35.12.2: #i69281# warnings removed 2007/06/20 15:15:16 iha 1.35.12.1: #i63016# no regression curve entries in legend for 3D

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [aa7ebcb07b02e74721f6d8123b6fea4877d7eaed]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/16 08:28:45 bm 1.9.12.3: #i13699# render cubic splines correctly for data with unsorted x-values 2007/07/10 13:46:20 iha 1.9.12.2: #i72216# allow unsorted b-splines 2007/07/10 12:03:45 iha 1.9.12.1: #i72216# allow unsorted b-splines

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f56dfcb7a23833520de4ee6c75783e29ef61e01d]

        INTEGRATION: CWS chart07 (1.15.12); FILE MERGED 2007/07/10 13:49:01 bm 1.15.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [db6535703d6c048c44b0c4c4221f588ac9737c17]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:49:01 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [87f76a09ca10fd6d06b759a67378acc858b830f0]

        INTEGRATION: CWS chart07 (1.18.12); FILE MERGED 2007/07/06 14:47:23 iha 1.18.12.1: #i66786# correct error bar ends

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [97d1a585efba2237fb00bb9e0c4e1bd146002b18]

        INTEGRATION: CWS chart07 (1.47.8); FILE MERGED 2007/07/09 12:52:57 iha 1.47.8.1: #i79270# area chart has symbols

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a6d91a0b202b663fe425a4f7267f4233c1b56383]

        INTEGRATION: CWS chart07 (1.8.12); FILE MERGED 2007/07/10 13:48:38 bm 1.8.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a88227cc7477e6d689dfe6712f999cff01b2df6b]

        INTEGRATION: CWS chart07 (1.8.12); FILE MERGED 2007/07/11 15:03:57 bm 1.8.12.3: #i69281# warnings removed 2007/07/10 14:32:18 bm 1.8.12.2: #i69281# warnings removed 2007/07/10 13:48:37 bm 1.8.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f1727f0952531b70a6963778c54747cbd52c6c99]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/07/11 15:03:57 bm 1.7.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [22855461dff788f157014ca2583940f6f3276109]

        INTEGRATION: CWS chart07 (1.11.12); FILE MERGED 2007/07/10 13:48:37 bm 1.11.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [89750200e010e79b526e87fbc68a8669ea53d7bd]

        INTEGRATION: CWS chart07 (1.23.4); FILE MERGED 2007/07/10 12:47:37 bm 1.23.4.1: Rotation.cxx is deprecated

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9c6fc190b9b2078a21337395862e584c7555b4a6]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/04 16:48:58 bm 1.2.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a67eac02f0ada0c98a846d60c0304bd290ab2f32]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:59:36 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [519170607a7487106bb0a02c0c402dbc23b156e9]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/06 12:00:53 bm 1.2.12.1: #ii78871# implemented property listener (for one property) by passing to inner property. For more complex properties the methods would have to be overloaded

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [3638b0f099a2206569b2db7d86bac58c8cac7493]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:38:42 bm 1.2.12.2: #i69281# warnings removed 2007/07/07 12:02:20 bm 1.2.12.1: #i79087# give ignore-properties a state for deprecated properties

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [3e816438a65c54c47ab8392cbf8d13798fcc0882]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:38:42 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6aa25e11f9caf2831f7c9787f8771048fe38a4e4]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:58:57 bm 1.2.12.4: #i69281# warnings removed 2007/06/27 09:05:42 bm 1.2.12.3: implement XUndoHelper 2007/06/26 13:22:23 bm 1.2.12.2: #i74653# removed superfluous commented-out code 2007/06/25 12:52:12 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [1e0a3ed231a5b8c1c8c7ef913ed1c766e9883da4]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/25 12:52:12 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [bcb2987f555d01f9f6c542bb8aa46a091a04b226]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:56:32 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f69d9f2000d6ed2969ce6544ccb0a3c436dd253c]

        INTEGRATION: CWS chart07 (1.2.4); FILE MERGED 2007/07/10 14:27:24 bm 1.2.4.3: #i69281# warnings removed 2007/07/10 13:55:02 bm 1.2.4.2: #i69281# warnings removed 2007/07/10 13:02:01 bm 1.2.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [781c9b24e83940e8676a1862e87262b2e97d8422]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 11:57:30 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7a115740040f7c13ac1b4a6aa9b1c0c2b133db9e]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/10 14:42:03 bm 1.5.12.2: #i69281# warnings removed 2007/07/04 16:48:58 bm 1.5.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [144eb2744977781479615f2cf912dfc840b616e3]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/04 16:48:58 bm 1.10.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a61be5eca601322e81f53bcf549dd0b943fe78c8]

        INTEGRATION: CWS chart07 (1.3.136); FILE MERGED 2007/07/12 05:50:10 bm 1.3.136.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [765ff0fb288f3d6e806c7a05fb234b8597ccf6fa]

        INTEGRATION: CWS chart07 (1.3.8); FILE MERGED 2007/07/10 11:57:30 bm 1.3.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4ba6587812582c2c733f599f798f5da65491f5d9]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/10 14:42:03 bm 1.5.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ff98623291f3fb73038a8306461e89280b272f93]

        INTEGRATION: CWS chart07 (1.3.58); FILE MERGED 2007/07/10 11:57:30 bm 1.3.58.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [52d359ada7265c24b81297f56867a1c1d317885f]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 14:42:03 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9b755f5f95c5050c727b660caaa43a95e4b50cb6]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/26 11:28:31 bm 1.2.12.1: #i78794# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [b655d4f5840d1b3e716de84d841727b8c186b585]

        INTEGRATION: CWS chart07 (1.4.58); FILE MERGED 2007/07/10 11:57:30 bm 1.4.58.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ff7f5b0b32111f34ff20c92abdf5cfe679ce1d5e]

        INTEGRATION: CWS chart07 (1.4.12); FILE MERGED 2007/07/09 14:22:50 bm 1.4.12.1: #i79087# dispose: send disposing events to all listeners, not only those of type XEventListener

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [bd4ec5137bfd0162167f1675d6975884166a7fc2]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/12 12:50:50 bm 1.2.12.5: #i79414# use a map as temporary storage for modified ranges 2007/07/12 05:48:59 bm 1.2.12.4: #i69281# warnings removed 2007/07/11 16:45:40 bm 1.2.12.3: #i79414# try to fix STL-port only buildability with valarray 2007/07/10 13:01:18 bm 1.2.12.2: #i69281# warnings removed 2007/06/26 20:27:05 bm 1.2.12.1: adaption to XDataProvider interface change

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [eca2b3ed740442cfd382e88e198e49d392fe3ebc]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/12 09:09:37 bm 1.2.12.2: #i69281# rename UndoElementWithData::initialize() to initializeData() to remove warning for Solaris compiler 2007/06/27 09:05:42 bm 1.2.12.1: implement XUndoHelper

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [526d30301cf4bcd2deac58664917c35d66b31091]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/12 09:09:20 bm 1.2.12.3: #i69281# rename UndoElementWithData::initialize() to initializeData() to remove warning for Solaris compiler 2007/07/10 12:58:21 bm 1.2.12.2: #i69281# warnings removed 2007/06/27 09:05:42 bm 1.2.12.1: implement XUndoHelper

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d5b20b628a786de85df1d90c0a190bf193f097e8]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/09 07:27:22 bm 1.5.12.1: #i79087# FillxxxName is void per default so add MAYBEVOID

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [63bf2a57e8893b05c9312ecbb26c140b02e7298d]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/10 12:56:19 bm 1.6.12.2: #i69281# warnings removed 2007/07/04 16:47:59 bm 1.6.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e2d72b4f1af62dd83ca387e27b28bcf9cb49d85d]

        INTEGRATION: CWS chart07 (1.10.4); FILE MERGED 2007/07/10 13:01:44 bm 1.10.4.2: #i69281# warnings removed 2007/07/10 11:57:30 bm 1.10.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d388baf7840801eb52305f91af3a2c62c6a2ada3]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 12:56:07 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [14477a074f2687087e5add0866f8a45c934b4663]

        INTEGRATION: CWS chart07 (1.5.8); FILE MERGED 2007/07/10 14:40:44 bm 1.5.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ddd25212341eda518a4c45189586ffcd1b6d7cbe]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/10 11:57:30 bm 1.10.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [8b15a2be54d519b9827908816f80feeedef41e01]

        INTEGRATION: CWS chart07 (1.13.4); FILE MERGED 2007/07/10 11:57:30 bm 1.13.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [1dce27d3057a8c7ced791cb8538953538053758a]

        INTEGRATION: CWS chart07 (1.4.12); FILE MERGED 2007/07/06 11:16:50 bm 1.4.12.1: #i78870# font style names may be void

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [47d981f8c5c9a149d8d1381240bba0914905b0dc]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 12:51:31 bm 1.2.12.2: #i69281# warnings removed 2007/07/10 11:57:30 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c094abbc02b93120d07b6f3b014955d99c4c2079]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/10 11:57:30 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e722838d76266c545d8490f1480f60bc4951d6ec]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/06/27 13:40:23 bm 1.6.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [718892e15f650acd1d017c91df28dc4c13419ff9]

        INTEGRATION: CWS chart07 (1.9.8); FILE MERGED 2007/06/27 13:40:23 bm 1.9.8.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [14eb270f63ab27df334972b67ab8cb571f95982d]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/10 13:39:35 bm 1.9.12.3: include to Rotation.hxx removed -> deprecated 2007/07/06 16:51:18 bm 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/27 13:40:23 bm 1.9.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e8082645eb250ef9f8d0224ffd8664524bf66242]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/06/27 13:40:23 bm 1.5.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4f33b828271578d0b25553a8c0431250b653353e]

        INTEGRATION: CWS chart07 (1.14.12); FILE MERGED 2007/06/27 13:40:23 bm 1.14.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [27d0a3d68755bd594a879f9e3d511da086af1aa1]

        INTEGRATION: CWS chart07 (1.15.12); FILE MERGED 2007/06/27 13:40:23 bm 1.15.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [dea07214a712f0f7fd9285d4acb69981800fce2d]

        INTEGRATION: CWS chart07 (1.16.12); FILE MERGED 2007/06/27 13:40:23 bm 1.16.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [81955f96e88769450a79cdfb9e9643e737562740]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/11 14:49:20 bm 1.5.12.2: #i69281# warnings removed 2007/06/26 11:23:43 bm 1.5.12.1: #i78794# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7091cb4037b8874f14d48cff94570fef12e5fca6]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/27 13:40:23 bm 1.2.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [87ca276ab8b69f820938758a0f27ea831bec36e4]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/07/06 16:51:09 bm 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/27 13:40:23 bm 1.7.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [201e1c91ed38b7117af2ba64fb3ac9828643024e]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/06/27 13:40:23 bm 1.7.12.1: some warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f6326715ecdbbb3582b8546ca5c04ed187aeeb0e]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/06/25 12:52:12 bm 1.5.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4aa34325131c689e404322a7bc173a1771f38730]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/11 14:49:20 bm 1.6.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.6.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c44d0247165e3df2da8f0c911ed03f20a4c94c7f]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/11 14:49:20 bm 1.10.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.10.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9f766165098a95b4704c61a756b09aed845a46d4]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/11 14:49:20 bm 1.2.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.2.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4813aa2ac5a677f2d5fefb34e64ed64120432c31]

        INTEGRATION: CWS chart07 (1.7.8); FILE MERGED 2007/07/11 14:49:20 bm 1.7.8.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.7.8.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d5dadcaaf674087fffc23a388d423c916bc85dae]

        INTEGRATION: CWS chart07 (1.14.12); FILE MERGED 2007/07/11 14:49:20 bm 1.14.12.3: #i69281# warnings removed 2007/07/07 11:46:32 bm 1.14.12.2: #i79349# set the default for Expansion to HIGH which corresposnd to the default LINE_END for AnchorPosition 2007/06/27 13:28:52 bm 1.14.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [727fd10af838a07226c8ac862bb2512dec83230b]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/06/25 13:58:05 bm 1.7.12.3: RESYNC: (1.7-1.8); FILE MERGED 2007/06/25 13:02:27 bm 1.7.12.2: #i74653# include for XUndoManager missing 2007/06/25 12:52:12 bm 1.7.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5730220203efa28c5986a63dd80d38391dfc3b1b]

        INTEGRATION: CWS chart07 (1.11.12); FILE MERGED 2007/07/11 14:49:20 bm 1.11.12.4: #i69281# warnings removed 2007/07/06 16:51:00 bm 1.11.12.3: RESYNC: (1.12-1.13); FILE MERGED 2007/06/25 13:57:58 bm 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/25 12:52:12 bm 1.11.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [29d1d7de0945ed2c1e177306a8c9738fee6d0e9e]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/11 14:49:20 bm 1.2.12.3: #i69281# warnings removed 2007/07/06 16:50:52 bm 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/27 13:28:52 bm 1.2.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [194d34ed60d9d66a57fd58882b05fdd609c0aa64]

        INTEGRATION: CWS chart07 (1.14.12); FILE MERGED 2007/07/11 14:49:20 bm 1.14.12.3: #i69281# warnings removed 2007/07/06 16:50:44 bm 1.14.12.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/27 13:28:52 bm 1.14.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ed713492fe3680b748962444656e36ae61ec67c5]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/11 14:49:20 bm 1.6.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c3a8c10d1a648aea8a51a4ee18c11068ebb1f745]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/11 14:49:20 bm 1.5.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9b3197979b27307570e71ca1ab514421e3403871]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/06/25 16:18:36 bm 1.7.12.2: misleading comment corrected 2007/06/25 12:52:12 bm 1.7.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [300330098c0ea0778bb5a7281798536609e24e16]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/11 14:49:20 bm 1.10.12.5: #i69281# warnings removed 2007/07/09 14:22:02 bm 1.10.12.4: #i79087# getCurrentSelection: return the selected object, add/removeEventListener: use correct interface type 2007/07/05 15:09:06 bm 1.10.12.3: #i78872# call setModified() without locked mutex, because this call calls listeners 2007/06/25 13:57:40 bm 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2007/06/25 12:52:12 bm 1.10.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [baee8d4f5598fd05b9097964795a17910adbd5c4]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/11 14:49:19 bm 1.2.12.2: #i69281# warnings removed 2007/06/27 13:28:52 bm 1.2.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [3ca7713051d6bda54278dc1bcd56837b1e3665e9]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/11 14:49:19 bm 1.9.12.3: #i69281# warnings removed 2007/07/06 16:50:24 bm 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/27 13:28:52 bm 1.9.12.1: some unused parameter warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4ee9e6001c2aa3c2a6143b9c7bd51112956568c2]

        INTEGRATION: CWS chart07 (1.3.12); FILE MERGED 2007/07/11 16:53:41 bm 1.3.12.1: ASSERT_EXCEPTION: if no debug generate code that can be removed by compiler optimization

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [1dae6e7c6395b42a25766645a9793ed69f823605]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/07 12:01:48 bm 1.2.12.1: #i79087# give ignore-properties a state for deprecated properties

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e569686ed5abb4ef2e4b6e6a81f7b9dcf69a1142]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/26 10:59:44 bm 1.2.12.1: #i78783# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a1687bd3db862bf798a50e6ed0698babe77fbd00]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/27 09:05:41 bm 1.2.12.2: implement XUndoHelper 2007/06/25 12:52:12 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [8079a5a36e9758d22153a095194858b67b82bd5b]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/25 12:52:12 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [b4a638b4719832dc914db5c5b8ca24ba7b882029]

        INTEGRATION: CWS chart07 (1.4.12); FILE MERGED 2007/07/04 16:47:34 bm 1.4.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [12e7c0f959b875bf68ae48149f5d175629056fc1]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 14:42:15 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a711a33bf3803b3d6d4c59d53206c28a5552753b]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:18:55 bm 1.2.12.2: #i69281# warnings removed 2007/06/26 20:26:55 bm 1.2.12.1: adaption to XDataProvider interface change

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ab5d630fe86ed174297388219f2ca83d45864af4]

        INTEGRATION: CWS chart07 (1.4.12); FILE MERGED 2007/07/12 05:29:01 bm 1.4.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7de48c5784de2b9b8591e515d9097c2812c34f8a]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/06/25 12:52:11 bm 1.5.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [8b6ba185666b7250329899fd5c3531abcdea965f]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [4f831d7906e41cd9fb1dc57b58236b4b390056c6]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/26 11:19:05 bm 1.2.12.2: #i78793# fix for (broken) gcc 3.3 for Mac OS/X Panther applied 2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [88e70d163635c30a3f7cfd769e04e2c255d1607b]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:38:14 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ec8238c6ea3a6bbdabccb232a200326d5f50fd25]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/10 13:38:14 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9fc551ab4b4718812990fcccbbb733e2ddf4161a]

        INTEGRATION: CWS chart07 (1.23.12); FILE MERGED 2007/07/12 13:22:10 iha 1.23.12.4: #i75867# Poor quality of OLE's alternative view for 3D scenes 2007/07/04 15:43:49 bm 1.23.12.3: #i78870# make requestQuickHelp more safe, check if model exists 2007/06/25 13:56:40 bm 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2007/06/25 12:52:11 bm 1.23.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6154306063928027dba577e00229f6fbc63d7b8b]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/06 16:48:07 bm 1.2.12.4: RESYNC: (1.2-1.3); FILE MERGED 2007/06/29 08:49:15 bm 1.2.12.3: #i78792# gcc 3-3 problem fixed 2007/06/26 11:16:31 bm 1.2.12.2: #i78792# fix for (broken) gcc 3.3 for Mac OS/X Panther applied 2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [57dee6346ee6c05f1f90b0d878a2022a37e1f763]

        INTEGRATION: CWS chart07 (1.11.12); FILE MERGED 2007/06/25 12:52:11 bm 1.11.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [975c2f035e130a8d2112991ef8a6a5b18467bbf2]

        INTEGRATION: CWS chart07 (1.27.12); FILE MERGED 2007/07/06 13:31:24 iha 1.27.12.3: #i8877# Error bar values limited to 0.1 and above 2007/06/26 11:12:52 bm 1.27.12.2: #i78791# fix for (broken) gcc 3.3 for Mac OS/X Panther applied 2007/06/25 12:52:11 bm 1.27.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5a807ea23bc32ee560db301f2d8ba95ec1f62c54]

        INTEGRATION: CWS chart07 (1.8.12); FILE MERGED 2007/06/25 12:52:11 bm 1.8.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [15d248c47f7adfcd16b58ed10079c3ec926a685b]

        INTEGRATION: CWS chart07 (1.11.12); FILE MERGED 2007/07/13 11:20:44 iha 1.11.12.4: cleanup data label controls (one implementation only) 2007/07/06 13:30:40 iha 1.11.12.3: #i8877# Error bar values limited to 0.1 and above 2007/07/05 12:52:32 iha 1.11.12.2: cleanup statistic controls (one implementation only) - prepare for issue 8877 2007/06/25 12:52:11 bm 1.11.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c13d6e33a74857d72b944cafa85291505e9f0b1a]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/06/26 11:09:57 bm 1.5.12.2: #i78790# fix for (broken) gcc 3.3 for Mac OS/X Panther applied 2007/06/25 12:52:11 bm 1.5.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5d9b0bb13b11a2001b80b0c2b25c60050049c990]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/06/25 12:52:10 bm 1.7.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5ca25108ee529ad5595fa8ab605e8d5eb345f652]

        INTEGRATION: CWS chart07 (1.21.12); FILE MERGED 2007/07/18 15:30:47 bm 1.21.12.12: #i78870# re-added the check for the models existence for ending the range highlighting. This is needed for avoiding a crash in the API tests when they close the model. In this situation m_aModel is already 0. 2007/07/18 13:04:04 iha 1.21.12.11: #i79753# crash when leaving chart while edit mode (model reference was deleted to early) 2007/07/11 16:54:19 bm 1.21.12.10: #i69281# warnings removed 2007/07/05 14:04:19 bm 1.21.12.9: #i79087# Close frame when the model is closed 2007/07/04 16:49:42 bm 1.21.12.8: #i78870# fix closing crashes (when document is closed via XCloseable::close()) 2007/07/04 09:32:09 bm 1.21.12.7: issue number to comment added 2007/07/03 11:41:54 bm 1.21.12.6: createElement still necessary for toolbars 2007/06/26 11:07:44 bm 1.21.12.5: #i78789# fix for (broken) gcc 3.3 for Mac OS/X Panther applied 2007/06/25 13:56:32 bm 1.21.12.4: RESYNC: (1.21-1.22); FILE MERGED 2007/06/25 12:52:10 bm 1.21.12.3: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation 2007/06/21 16:34:33 bm 1.21.12.2: unused parameter warnings removed 2007/06/14 07:08:54 bm 1.21.12.1: createElement for the layout manager is no longer necessary, requestElement suffices

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9033049c051986fb77e0d11d8bbba63624d20db9]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/10 11:57:29 bm 1.9.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [675cf597d310e7f65cc80f8f2d53841e1ca63486]

        INTEGRATION: CWS chart07 (1.16.12); FILE MERGED 2007/07/04 16:46:34 bm 1.16.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7521fdc6f57944d140984b25ce76c49e63b2aae5]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 11:57:29 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [0b9e782b40a7e0474370ca9bfb8d19d64e86e378]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/10 11:57:29 bm 1.6.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [dcbbf5cd4d294b3316e6760ad6aaae0073af3b06]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/13 13:02:50 iha 1.9.12.2: #i78944# change all data labels at once 2007/07/10 11:57:29 bm 1.9.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f4f6750d7e840d82a389ab9734f5ebc6a252ec79]

        INTEGRATION: CWS chart07 (1.14.12); FILE MERGED 2007/07/10 11:57:29 bm 1.14.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [19b33c7c29234c9ad895bfb48f78086b187467af]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/10 11:57:29 bm 1.10.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [fed8af0fed614d1e0d48b09eb396e1d1f85c5817]

        INTEGRATION: CWS chart07 (1.14.12); FILE MERGED 2007/07/13 13:01:50 iha 1.14.12.2: #i78944# change all data labels at once 2007/07/10 11:57:29 bm 1.14.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [8372d527c79cb542399d09746727e55e22b9137c]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/06 13:29:43 iha 1.6.12.1: #i8877# Error bar values limited to 0.1 and above

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f4f4ef28389c7a8202f9fc06bf55330cc00043e6]

        INTEGRATION: CWS chart07 (1.3.136); FILE MERGED 2007/07/13 11:19:02 iha 1.3.136.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [fc80adb034445209e53ad7e27e08083c053ade67]

        INTEGRATION: CWS chart07 (1.8.12); FILE MERGED 2007/06/21 11:26:34 bm 1.8.12.1: #i69281# warning removed (patch from maoyg)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [60fe573bacb936caa985b17b954a033329f019b4]

        INTEGRATION: CWS chart07 (1.9.12); FILE MERGED 2007/07/13 13:01:15 iha 1.9.12.1: #i78944# change all data labels at once

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [cdd302dbaf14060b8fc34a341e7a6048108d4de4]

        INTEGRATION: CWS chart07 (1.15.12); FILE MERGED 2007/07/10 11:57:29 bm 1.15.12.2: #i69281# warnings removed 2007/06/21 11:26:01 bm 1.15.12.1: #i69281# warning removed (patch from maoyg)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [11c754184bfa69be21c9ce021ee77c615cbd177c]

        INTEGRATION: CWS chart07 (1.7.8); FILE MERGED 2007/07/10 11:57:29 bm 1.7.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a635e8fd4301737b0697a253d1eb19c4bed008ff]

        INTEGRATION: CWS chart07 (1.4.12); FILE MERGED 2007/06/21 09:29:22 bm 1.4.12.1: #i69281# warning removed (patch from maoyg)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [78677c20c81f479957e55ada54d0207762893971]

        INTEGRATION: CWS chart07 (1.8.12); FILE MERGED 2007/07/10 11:57:29 bm 1.8.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [2418ff6a9ec1fc0f38c8cd0071105d6db33b5308]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/12 14:39:10 bm 1.2.12.1: #i79531# do not disable the radio buttons and checkboxes when a range is invalid, as those control can make a range valid again, at least in Writer

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d22df6de880d6286a21c37525b120e47e2d355fb]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/13 08:07:27 bm 1.2.12.4: #i79531# instead of enabling the controls for an invalid range name, invalidate the controls when the range is valid, but a change to the control would render the range invalid together with the parameters 2007/07/12 14:40:15 bm 1.2.12.3: #i79531# do not disable the radio buttons and checkboxes when a range is invalid, as those control can make a range valid again, at least in Writer 2007/06/28 06:15:29 bm 1.2.12.2: use new XDataProvider interfaces for checking validity of ranges 2007/06/26 11:05:03 bm 1.2.12.1: #i78788# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [270ef35708ad20c2b6c6f381339bbcdc87fa1022]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/21 15:50:09 bm 1.2.12.1: #i76760# don't update the model with empty ranges before the range choser is opened

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e48525e9717795765e845d187636540c5fa5b9b8]

        INTEGRATION: CWS chart07 (1.3.136); FILE MERGED 2007/07/13 11:16:41 iha 1.3.136.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6234589d26b8560d7b00c040470d3cab2913146e]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/07/13 11:17:12 iha 1.7.12.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a78f7a4441cbe915053acd5825226cf541da123c]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/10 13:38:14 bm 1.3.4.2: #i69281# warnings removed 2007/07/10 11:57:29 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [295e38ed7d232ab68bdfc8ee8708c2914d511675]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/11 16:43:16 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [987af799a3cb57f3c0a754c93a021a18a448ded9]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/11 15:48:28 bm 1.3.4.3: #i69281# warnings removed 2007/07/11 14:49:19 bm 1.3.4.2: #i69281# warnings removed 2007/07/10 11:57:28 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [183a8377cb59f7fea477acc05f44b654aa140520]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/10 15:24:14 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [297de27c1ce64d53380db176a4619a252302b1fa]

        INTEGRATION: CWS chart07 (1.1.2); FILE ADDED 2007/07/05 12:49:00 iha 1.1.2.1: cleanup statistic controls (one implementation only) - prepare for issue 8877

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c6fa1944c8cefdc51e0d55bb3677a6ad70624b17]

        INTEGRATION: CWS chart07 (1.1.2); FILE ADDED 2007/07/10 13:38:13 bm 1.1.2.5: #i69281# warnings removed 2007/07/09 13:06:51 iha 1.1.2.4: #i30955# Steps for Percentage and Error margin 2007/07/06 13:47:11 iha 1.1.2.3: switch on error indicator when errorstyle is selected 2007/07/06 13:26:39 iha 1.1.2.2: #i8877# Error bar values limited to 0.1 and above 2007/07/05 12:47:52 iha 1.1.2.1: cleanup statistic controls (one implementation only) - prepare for issue 8877

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5346ca3800d23990c97bfe5f9a0d819b8829d666]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/13 11:14:05 iha 1.5.12.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f86d35910d5850fbe653f106c8e2b481cd28a34f]

        INTEGRATION: CWS chart07 (1.1.4); FILE ADDED 2007/07/13 11:09:41 iha 1.1.4.2: cleanup data label controls (one implementation only) 2007/06/28 16:23:18 iha 1.1.4.1: file res_DataLabel_IDs.hrc was added on branch cws_src680_chart07 on 2007-07-13 11:09:41 +0000

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7347c690416dd4d79e2f54bd6e97ea50a1d26b44]

        INTEGRATION: CWS chart07 (1.1.4); FILE ADDED 2007/07/13 10:59:03 iha 1.1.4.2: cleanup data label controls (one implementation only) 2007/06/28 16:21:43 iha 1.1.4.1: file res_DataLabel.hxx was added on branch cws_src680_chart07 on 2007-07-13 10:59:03 +0000

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [673d89bdb9b2c3ce79bf7971a27042357f1462df]

        INTEGRATION: CWS chart07 (1.1.4); FILE ADDED 2007/07/13 11:03:13 iha 1.1.4.2: cleanup data label controls (one implementation only) 2007/06/28 16:22:50 iha 1.1.4.1: file res_DataLabel.cxx was added on branch cws_src680_chart07 on 2007-07-13 11:03:13 +0000

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [87e68c730821a7eeea398be36635f6d93d442a93]

        INTEGRATION: CWS chart07 (1.10.12); FILE MERGED 2007/07/13 11:11:14 iha 1.10.12.3: cleanup data label controls (one implementation only) 2007/07/06 16:46:48 bm 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/05 12:50:14 iha 1.10.12.1: cleanup statistic controls (one implementation only) - prepare for issue 8877

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d4d8d9d639472e1537378f2d0b3a71a8b6e4134d]

        INTEGRATION: CWS chart07 (1.16.12); FILE MERGED 2007/07/13 11:18:01 iha 1.16.12.3: cleanup data label controls (one implementation only) 2007/07/06 13:29:12 iha 1.16.12.2: #i8877# Error bar values limited to 0.1 and above 2007/07/05 12:57:35 iha 1.16.12.1: cleanup statistic controls (one implementation only) - prepare for issue 8877

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7796f481b691ebb8cb49a98e1b798a9e2de20bc1]

        INTEGRATION: CWS chart07 (1.3.12); FILE MERGED 2007/07/13 11:13:17 iha 1.3.12.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [b8c6f0dd0db9400b452252f1d60cfc4d558842bb]

        INTEGRATION: CWS chart07 (1.7.12); FILE MERGED 2007/07/13 11:20:01 iha 1.7.12.1: cleanup data label controls (one implementation only)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d0b37a8f0bbbeecc1d2cf2b2f58442fcd06620c8]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 11:57:28 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [31693fb770b230cad4082160561abb17404507cc]

        INTEGRATION: CWS chart07 (1.3.12); FILE MERGED 2007/07/13 11:14:44 iha 1.3.12.2: cleanup data label controls (one implementation only) 2007/07/05 12:56:40 iha 1.3.12.1: cleanup statistic controls (one implementation only) - prepare for issue 8877

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [fca5b05cf5f0925ccede133cf2b2f0ed56f9c03e]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 11:57:28 bm 1.2.12.2: #i69281# warnings removed 2007/06/28 06:15:29 bm 1.2.12.1: use new XDataProvider interfaces for checking validity of ranges

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [2fe9505c9618f8042e0692206070baaa7142876f]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/06 16:45:56 bm 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/26 10:51:48 bm 1.2.12.1: #i78787# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [39f2fedb0f8a53cfb19a503f9bec679a462c97a8]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/21 16:54:02 bm 1.2.12.1: code review: constness, empty throw removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [0a2a3d5ecaf4c2a29a2c68fe1e80ead291e79094]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 15:21:56 bm 1.2.12.2: #i69281# warnings removed 2007/07/10 15:21:33 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9fb1c2365f19bfbe58f88cee2651c6e8ce483ad2]

        INTEGRATION: CWS chart07 (1.3.8); FILE MERGED 2007/07/10 15:21:02 bm 1.3.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [74404cfee2f31c464be2c14a5d4367161579670f]

        INTEGRATION: CWS chart07 (1.3.4); FILE MERGED 2007/07/10 11:57:28 bm 1.3.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [25e673fcb3346aa2ffb4eb56425fcb6751a248ef]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/09 15:43:47 bm 1.2.12.2: #i79087# allow creation of symbols via URLs other than graphic manager URLs (e.g. file URLs) 2007/06/26 10:02:12 bm 1.2.12.1: #i78786# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [aaa3b626edebd8b2c5ce99a8fc730f5b2166d143]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/04 16:44:17 bm 1.2.12.1: warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [b67286851e65ac773c29e123e46f47e3c35b809a]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/26 09:59:19 bm 1.2.12.1: #i78786# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [7ace96281779b33ca4c7975781c809203fe77a75]

        INTEGRATION: CWS chart07 (1.3.8); FILE MERGED 2007/07/10 11:57:28 bm 1.3.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [5f1950dcc97e8361f217ffaeab0fb0e419cecf3b]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 13:38:13 bm 1.2.12.2: #i69281# warnings removed 2007/07/10 11:57:28 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [658322b929dac0a6b41f86661920ee95787dd098]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/10 11:57:28 bm 1.5.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [9d4626945134158863b7d4b6a3accfbdf35e84b9]

        INTEGRATION: CWS chart07 (1.6.4); FILE MERGED 2007/07/07 11:55:52 bm 1.6.4.1: #i79349# set Expansion correctly

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [82abb2dde15aeb439d166fdfd71f6f82e52786be]

        INTEGRATION: CWS chart07 (1.7.4); FILE MERGED 2007/07/10 11:57:28 bm 1.7.4.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6a0d0b070308dfd2d888d74be90e68597e97d0a0]

        INTEGRATION: CWS chart07 (1.6.12); FILE MERGED 2007/07/10 15:17:01 bm 1.6.12.3: #i69281# warnings removed 2007/07/10 11:57:28 bm 1.6.12.2: #i69281# warnings removed 2007/07/09 15:23:37 bm 1.6.12.1: #i79087# CTOR: pass eType correctly for data points

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6b6b84d5d75c3647989e7e721393a0c585e92e1f]

        INTEGRATION: CWS chart07 (1.6.8); FILE MERGED 2007/07/10 15:10:21 bm 1.6.8.2: #i69281# warnings removed 2007/07/10 11:57:28 bm 1.6.8.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [14e57f13290151b26e71c68ef56e655d87551f86]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/02 21:34:07 bm 1.5.12.2: #i78873# fire event listeners when data changes 2007/06/26 09:57:04 bm 1.5.12.1: #i78785# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [488bc27146ed9a9813950eecface66a4db0e4de1]

        INTEGRATION: CWS chart07 (1.5.12); FILE MERGED 2007/07/10 11:57:28 bm 1.5.12.2: #i69281# warnings removed 2007/07/04 14:27:01 iha 1.5.12.1: #i79224# switching off axis labels is not saved and reloaded

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [25a3ea69ac0ecb31e0350a6d3c5151ae47290efa]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f5bcbeb26fd2b2f72a5e899d6038da6a7a458e07]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/06/26 11:02:31 bm 1.2.12.1: #i78784# fix for (broken) gcc 3.3 for Mac OS/X Panther applied

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [43f29e6dd664b4de9229993f918fcdfe576670ac]

        INTEGRATION: CWS chart07 (1.2.12); FILE MERGED 2007/07/10 14:02:51 bm 1.2.12.2: #i69281# warnings removed 2007/07/10 11:57:27 bm 1.2.12.1: #i69281# warnings removed

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [f2546ca7f7a43d4f8b930431021758f36a1d93a5]

        INTEGRATION: CWS chart07 (1.28.36); FILE MERGED 2007/07/18 14:16:01 bm 1.28.36.1: #i79754# adding standard.soc (contained in palettes.zip) to patch. Note that palettes_lang is already in the patch

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [60bab7f4ad7835a0cd796b4278890d050415496c]

        INTEGRATION: CWS chart07 (1.38.16); FILE MERGED 2007/07/12 13:16:47 iha 1.38.16.1: #i75867# Poor quality of OLE's alternative view for 3D scenes

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d701c628447a801b6d6679cba5a97a51c5803128]

        INTEGRATION: CWS chart07 (1.78.16); FILE MERGED 2007/07/09 15:47:01 bm 1.78.16.1: #i79256# enlarge font palette to 11 in y direction to allow all 103 colors that there are in the standard palette now

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a8149e918de1bbc38bdbee7fefa0118d743854f3]

        INTEGRATION: CWS chart07 (1.2.44); FILE MERGED 2007/06/26 16:11:45 bm 1.2.44.1: offer an API for reliably returning if it is possible to create data with the given arguments

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d2a2a4f6d0758905c08ebde01c820d45fa01c6c9]

        INTEGRATION: CWS chart07 (1.5.44); FILE MERGED 2007/06/27 09:03:10 bm 1.5.44.2: XUndoHelper: helper for undo to use from writer and calc to include the chart in an undo action 2007/06/25 12:49:36 bm 1.5.44.1: #i74653# new interfaces for Undo

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [e2be242afd3bcc7ed23e8be5345f8ffc30164a69]

        INTEGRATION: CWS chart07 (1.1.2); FILE ADDED 2007/06/25 12:48:01 bm 1.1.2.1: #i74653# new interfaces for Undo

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [8b3283519a879898e263d00f23c76ac781fd0fba]

        INTEGRATION: CWS chart07 (1.1.2); FILE ADDED 2007/06/27 09:03:39 bm 1.1.2.3: adapted in parameter to inout 2007/06/27 08:01:53 bm 1.1.2.2: comment corrected 2007/06/25 12:47:50 bm 1.1.2.1: #i74653# new interfaces for Undo

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [10e2a2affc679c7904165c2ac545193da228abad]

        INTEGRATION: CWS chart07 (1.1.2); FILE ADDED 2007/06/27 09:02:45 bm 1.1.2.1: helper for undo to use from writer and calc to include the chart in an undo action

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [6ec5982bca12083bd45272bc8cc063ab46efeb1a]

        INTEGRATION: CWS chart07 (1.2.44); FILE MERGED 2007/06/25 12:50:33 bm 1.2.44.1: #i74653# add UndoManager as optional interface

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ed88a790577553334c177c1d0a206f69a99856a3]

        INTEGRATION: CWS chart07 (1.3.32); FILE MERGED 2007/07/17 13:11:26 bm 1.3.32.9: #i79009# commited wrong change 2007/07/16 14:43:05 bm 1.3.32.8: #i79009# removed the validity check for XML range conversion 2007/07/16 13:52:36 bm 1.3.32.7: RESYNC: (1.3-1.5); FILE MERGED 2007/07/13 14:38:34 bm 1.3.32.6: #i79009# wrong check in if corrected 2007/07/13 13:04:56 tl 1.3.32.5: #i79009# Charts in Writer loose connection to table in old versions 2007/07/13 08:48:35 tl 1.3.32.4: #i79013# Do range verification in range dialogs correctly 2007/07/12 12:29:54 tl 1.3.32.3: #i79013# Do range verification in range dialogs correctly 2007/07/10 09:35:20 tl 1.3.32.2: merging changes from CWS tl39 into CWS chart07 2007/06/26 16:20:11 bm 1.3.32.1: XDataProvider: offer an API for reliably returning if it is possible to create data with the given arguments, not yet implemented (only trivial)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a4002138762505a7915cc8300047ea70a5f6ded5]

        INTEGRATION: CWS chart07 (1.5.40); FILE MERGED 2007/07/13 11:03:28 tl 1.5.40.1: #i79013# Do range verification in range dialogs correctly

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [c66a5adddf39f77e7c1975047a17fc5630df0af0]

        INTEGRATION: CWS chart07 (1.2.64); FILE MERGED 2007/07/13 13:05:06 tl 1.2.64.4: #i79009# Charts in Writer loose connection to table in old versions 2007/07/12 12:29:14 tl 1.2.64.3: #i79013# Do range verification in range dialogs correctly 2007/07/10 09:34:56 tl 1.2.64.2: merging changes from CWS tl39 into CWS chart07 2007/06/26 16:20:36 bm 1.2.64.1: XDataProvider: offer an API for reliably returning if it is possible to create data with the given arguments

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [d7e95ed224e066a33c38ce07099c92ab6f4f3f0b]

        INTEGRATION: CWS chart07 (1.7.24); FILE MERGED 2007/07/13 15:15:10 nn 1.7.24.2: #i79013# implement create...Possible methods 2007/06/26 16:16:12 bm 1.7.24.1: XDataProvider: offer an API for reliably returning if it is possible to create data with the given arguments, not yet implemented (only trivial)

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ec35b24f9f4c81eea3719df5c2b485557da64eac]

        INTEGRATION: CWS chart07 (1.26.24); FILE MERGED 2007/07/12 17:33:30 nn 1.26.24.1: #i76055# limit whole columns/rows to used area

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [ee1fd420c1026c670da228282c1eb1a5439ca01f]

        INTEGRATION: CWS chart07 (1.28.24); FILE MERGED 2007/06/12 18:33:30 nn 1.28.24.1: #i78086# call CreateChartListener also when anchored to sheet

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [a425a69f5250c9d6ab38e38f32ee06ea522b2663]

        INTEGRATION: CWS chart07 (1.27.24); FILE MERGED 2007/06/12 18:33:30 nn 1.27.24.1: #i78086# call CreateChartListener also when anchored to sheet

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [944e3bebb1d27c08d798e810853b503f00fb6931]

        INTEGRATION: CWS chart07 (1.4.24); FILE MERGED 2007/06/26 16:13:51 bm 1.4.24.1: XDataProvider: offer an API for reliably returning if it is possible to create data with the given arguments

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [80e02738d0e05a9d21827b9c0021a12fa34bb58d]

        INTEGRATION: CWS chart07 (1.38.54); FILE MERGED 2007/07/06 15:40:22 bm 1.38.54.2: RESYNC: (1.38-1.39); FILE MERGED 2007/07/04 14:32:33 iha 1.38.54.1: #i79224# switching off axis labels is not saved and reloaded

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [2ac9076a354eca0cf8369e5f9be1015e8483a474]

        INTEGRATION: CWS chart07 (1.88.6); FILE MERGED 2007/07/13 12:08:46 bm 1.88.6.1: #i79009# For Writer we have to export a broken version of the complete cell-range, where every row number is noe too large, so that older version can correctly read those files. Argument BrokenCellRangeForExport is used for that.

2007-07-25  Rüdiger Timm  <rt@openoffice.org>  [72ca700cce73bbffee933a8bb82a0d42e0cf67d5]

        INTEGRATION: CWS chart07 (1.31.60); FILE MERGED 2007/07/11 16:16:38 bm 1.31.60.1: #i69281# chart2 is warning-free on wntmsci10

2007-07-25  Oliver Bolte  <obo@openoffice.org>  [3906a67cf0683e33ff01079cc8f758217bdbe37e]

        #i80003# fix for FreeBSD

2007-07-24  Sven Jacobi  <sj@openoffice.org>  [58c731c9ea73665a668c4773e6ef51f267573ce7]

        finished menu integration

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c48156d973038558119bb8de827db7cf4f70a223]

        INTEGRATION: CWS complextest1 (1.4.108); FILE MERGED 2007/07/16 13:32:13 sg 1.4.108.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a07a0579fa964dc3c935076235f1851abbebc5ac]

        INTEGRATION: CWS complextest1 (1.4.108); FILE MERGED 2007/06/28 16:06:53 cn 1.4.108.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [540b4b40502971d29e4d05f0bdf6d4dade621202]

        INTEGRATION: CWS complextest1 (1.5.108); FILE MERGED 2007/07/16 13:31:28 sg 1.5.108.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [957aa0d04ba7aa44b918b59e6733a32902686d97]

        INTEGRATION: CWS complextest1 (1.6.112); FILE MERGED 2007/06/28 16:05:38 cn 1.6.112.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [31b6723f535b380acb24578f5e4f545c9fc04761]

        INTEGRATION: CWS complextest1 (1.5.112); FILE MERGED 2007/07/16 13:29:15 sg 1.5.112.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [11e6d0006ade802f2f8bd73c3c66e86f30e836de]

        INTEGRATION: CWS complextest1 (1.5.112); FILE MERGED 2007/07/16 13:30:03 sg 1.5.112.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8bdae939a0bc5024b5ae3ea0e82dc7b07a511a14]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:53:41 sg 1.1.2.1: #i78662# distributed tests for calc

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [710a2a0667f9d406d56815d250ccae0abd49fdae]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:53:30 sg 1.1.2.1: #i78662# distributed tests for calc

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f16bccde4129047dc6803240c86e028a2f7c9768]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:54:23 sg 1.1.2.1: #i78662# distributed tests for calc

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1ee4d668445637b071ec9e7273d7040f39541374]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:54:53 sg 1.1.2.1: #i78662# distributed tests for calc

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [aca189cec260b951354796c38773123eef4585c1]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:54:42 sg 1.1.2.1: #i78662# distributed tests for calc

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c7f4ed212f6d445dd9943278c5b65e5c11aacddf]

        INTEGRATION: CWS complextest1 (1.5.22); FILE MERGED 2007/06/28 08:46:30 cn 1.5.22.1: #i78349# fix dmake problem

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0175cde51b5d06b7f3f794ac377f0f9f041a06da]

        INTEGRATION: CWS complextest1 (1.78.62); FILE MERGED 2007/06/28 08:45:08 cn 1.78.62.1: #i78349# export WRAPCMD for java calls

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6bb4f43fb82d129a8b1746888b388428e784a4bc]

        INTEGRATION: CWS complextest1 (1.215.14); FILE MERGED 2007/06/21 14:38:16 cn 1.215.14.1: #i78349# modifications to run checkapi in new dmake environment

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d854d19d42542ec4627f45873c57ad9d3d2aedc4]

        INTEGRATION: CWS complextest1 (1.4.1154); FILE MERGED 2007/06/28 08:48:50 cn 1.4.1154.2: #i78349# remove WRAPCMD 2007/06/21 14:37:37 cn 1.4.1154.1: #i78349# modifications to run checkapi in new dmake environment

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [4d3fc3a9d2d7931f010f2cd6eef3b2ebb12d7570]

        INTEGRATION: CWS complextest1 (1.5.1154); FILE MERGED 2007/06/28 08:47:57 cn 1.5.1154.2: #i78349# remove WRAPCMD 2007/06/21 14:37:37 cn 1.5.1154.1: #i78349# modifications to run checkapi in new dmake environment

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8782c4f5f0ed59b984926966dcc30e6afc67435f]

        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>  [6386c1d9ce91dd50cb321e4e18ebd130eabca327]

        INTEGRATION: CWS complextest1 (1.7.66); FILE MERGED 2007/06/28 16:01:45 cn 1.7.66.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f7035a4d25f186e53d19355d02fe1ec262e16d13]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:23:06 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [621b43baa4836cec955e4af7e1e54e2fc4721378]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:22:54 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a33629dfa31c6308aa7e3f349afe001c94489576]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:18:17 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2fb5d7354b0ffeadb96cbd35df71d1aa5ab71675]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:18:03 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [274e31f08b9e8a703dcd6b24bcc51172a8abddbe]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/07/16 13:24:14 sg 1.1.2.2: #i78662#fixed makefile bug 2007/06/22 14:13:15 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e7e5e316e5798f6f2c2cf384560b61a2c108e23e]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:13:04 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [43eb2ae56e074e742a8e91354256f27753387a0a]

        INTEGRATION: CWS complextest1 (1.6.48); FILE MERGED 2007/07/16 13:20:55 sg 1.6.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f326838c76785e1a1bc04aee16f7682268c31b1f]

        INTEGRATION: CWS complextest1 (1.6.48); FILE MERGED 2007/07/16 13:20:03 sg 1.6.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [dcb072a7b69602d2f9a92fa30db8becf5c95e34c]

        INTEGRATION: CWS complextest1 (1.5.48); FILE MERGED 2007/07/16 13:19:20 sg 1.5.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [db116dbdc59ad2e0a90e81ec8b423b5952b32098]

        INTEGRATION: CWS complextest1 (1.5.48); FILE MERGED 2007/07/16 13:18:47 sg 1.5.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7ae3bafb1ec34be8d8dbe68a9418ebadc1702c37]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:22:34 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [410f4eae6630c7cde66a031ca0f5eb6057dbbfdd]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:22:21 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f7f8280c6257008f004b25d0f87d45e64644f1ba]

        INTEGRATION: CWS complextest1 (1.7.48); FILE MERGED 2007/07/16 13:17:51 sg 1.7.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b921b00908b8a3d905560cb1c652b66a6a257fb0]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:18:49 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b135d3526ed32da83e877a0c17717f9137698958]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:18:37 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bb217cbcab2d928b24ed846a5183c4609626da65]

        INTEGRATION: CWS complextest1 (1.4.48); FILE MERGED 2007/07/16 13:16:36 sg 1.4.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8f7a26b4dec11bfa3384e2d74497145fc2d8cd24]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:23:51 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d2c0873f6d231899f7cd11261b6b43c993b2c2e2]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:23:38 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a30b950075b7d5c7843b1e84636c23a09d277096]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:23:25 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0ffa37e8e42c4821042da11a6db9135a18a37d4d]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:20:16 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [76f2c27d5815f04301ee5ab9d21f49cdaa9b9e49]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:20:01 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6ee82d1af8dd3d0d6439e302f9fbeb4e8604506f]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:19:50 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5930616f716e7f1b25d74d332f84be0839b58891]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:19:38 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c17f8e970f5ac79a59aa09bf90cc85ef7bd2f163]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:19:26 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5710a25e544a075fdcae50f9709f0014541102f8]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:19:14 sg 1.1.2.1: #i78662# distributed complex tests for framework

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6751181875672d406f4ef161601129417ae4d144]

        INTEGRATION: CWS complextest1 (1.5.48); FILE MERGED 2007/07/16 13:27:07 sg 1.5.48.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ca153f0e4880f89ea92134ed3042227a559d5996]

        INTEGRATION: CWS complextest1 (1.2.40); FILE MERGED 2007/07/16 13:23:25 sg 1.2.40.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6d9a8de4c47a24f93cb527250883bb87767b77b3]

        INTEGRATION: CWS complextest1 (1.4.40); FILE MERGED 2007/06/28 16:07:19 cn 1.4.40.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e689e30f0e624ff8495f8d2756eb264cc6b74563]

        INTEGRATION: CWS complextest1 (1.4.26); FILE MERGED 2007/06/28 16:15:15 cn 1.4.26.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [9d646b5e7e4b41074e3714e63b583f1e2c273f24]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:57:57 sg 1.1.2.1: #i78662# distributed tests for ucb

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d51e7ff1fbe8b253f0d564a60056f2f243a78878]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:57:47 sg 1.1.2.1: #i78662# distributed tests for ucb

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [645c2379cd93ca49d84b1eab65701ac1fd6b587c]

        INTEGRATION: CWS complextest1 (1.5.26); FILE MERGED 2007/07/16 13:37:56 sg 1.5.26.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b8f605bc79935164ca88493900bb2cb9d1bbc095]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/28 15:37:50 cn 1.1.2.1: #i78349# fix bug in makefile and add this file to new chart2

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c1beee5b3840ee42b45bc6040e061daae9f24e36]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/28 15:37:39 cn 1.1.2.1: #i78349# fix bug in makefile and add this file to new chart2

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ff7d564001d9176399ff029fa7da428a26666f82]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/28 15:36:45 cn 1.1.2.1: #i78349# fix bug in makefile and add this file to new chart2

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [caee1daa613f83eb05c99f7cd5f8a09be041170e]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/28 15:35:45 cn 1.1.2.1: #i78349# fix bug in makefile and add this files to new chart2 project

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [07775cc77931ac2d1421cdcebb95b25334c8f898]

        INTEGRATION: CWS complextest1 (1.4.28); FILE MERGED 2007/07/16 10:52:19 sg 1.4.28.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [83f1985d9d46a4650c4666b004f380b95e6bdd7c]

        INTEGRATION: CWS complextest1 (1.3.72); FILE MERGED 2007/06/28 16:00:58 cn 1.3.72.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5052256646173e4a4330c3c4e6ab5fcb58668989]

        INTEGRATION: CWS complextest1 (1.4.34); FILE MERGED 2007/07/16 10:59:52 sg 1.4.34.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [82a38449747fa682e2f761a1b98264d5220a8a05]

        INTEGRATION: CWS complextest1 (1.5.68); FILE MERGED 2007/07/16 10:59:10 sg 1.5.68.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b6f190beb03a9638e938d1e62fa5b2b3f24cf4f5]

        INTEGRATION: CWS complextest1 (1.5.42); FILE MERGED 2007/06/28 16:24:35 cn 1.5.42.2: #i78349# fix bug in makefile 2007/06/28 15:58:50 cn 1.5.42.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [994f2d0b0793435aa00e1ef9ee611f003a117453]

        INTEGRATION: CWS complextest1 (1.9.42); FILE MERGED 2007/07/16 10:57:38 sg 1.9.42.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [937a5e420810803473ad94db36e12d8551c22046]

        INTEGRATION: CWS complextest1 (1.5.170); FILE MERGED 2007/06/28 16:12:26 cn 1.5.170.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bd7cb82c7db79acbc2c0bd7546a9416c731df27b]

        INTEGRATION: CWS complextest1 (1.6.32); FILE MERGED 2007/06/28 16:01:20 cn 1.6.32.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [edd264dbff32bfe5a19058c3d2d226bce1743619]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:27:31 sg 1.1.2.1: #i78662# distributed complex tests for forms

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7c0c35787b85ce45999ea2192b4b52638987bc6c]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 14:27:18 sg 1.1.2.1: #i78662# distributed complex tests for forms

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ef7fd1ec8ab98079b66d9f1c1e6d99675e3fb4fe]

        INTEGRATION: CWS complextest1 (1.4.12); FILE MERGED 2007/06/28 16:05:20 cn 1.4.12.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ab9b16c74a10e4196e4f57d2ce570a950e303cba]

        INTEGRATION: CWS complextest1 (1.5.10); FILE MERGED 2007/07/16 13:28:20 sg 1.5.10.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c3416f88350d2e437c1eb017a232d9605844e0ef]

        INTEGRATION: CWS complextest1 (1.5.160); FILE MERGED 2007/06/28 16:12:57 cn 1.5.160.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f7a1a2f999173b404f76ca13079c269acff882e9]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/07/16 13:35:49 sg 1.1.2.2: #i78662#fixed makefile bug 2007/06/22 15:03:12 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [048c83ebb66d9743c7c666fc0ef0faf176196c74]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:03:03 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e42e219c9544ccd4617dbdabf939d205eec77f42]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:02:53 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [7b4d76eebb3aac7c9f37d57a4fb628515b7921ae]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:02:39 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bc63ab927b2552564ba3b0fdf8844aba7dc32ddf]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:02:29 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f40c2c7c38b837f04d8816169e241b516c7a4b64]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/07/16 13:35:06 sg 1.1.2.2: #i78662#fixed makefile bug 2007/06/22 15:02:16 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c8fce5ca14e87254e58d59fe82fecaab9ce994cf]

        INTEGRATION: CWS complextest1 (1.1.2); FILE ADDED 2007/06/22 15:02:04 sg 1.1.2.1: #i78662# distributed tests for writer

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fca1003c104fe76d024e3f1e76b953d782fb0e7f]

        INTEGRATION: CWS complextest1 (1.3.160); FILE MERGED 2007/07/16 13:34:13 sg 1.3.160.1: #i78662#fixed makefile bug

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d1510079ce83f2d4b32e2d6a6b40fe3d0c707c25]

        INTEGRATION: CWS complextest1 (1.4.88); FILE MERGED 2007/06/28 16:06:00 cn 1.4.88.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0a33ae278713814a5328f1c0ecde73b93aa8e9a0]

        INTEGRATION: CWS complextest1 (1.4.74); FILE MERGED 2007/06/28 16:16:15 cn 1.4.74.1: #i78349# fix bug in makefile

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [50f6d7ac51a01ba697ba988f5f918c4d8b8c2e63]

        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>  [a68dc52002c90c71d1c063168676dc97183d9eff]

        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>  [351a0743e9f9952d4e2596e040cfce6c41d77084]

        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>  [67feff7473c995fc872c39786f799c9c1a852c57]

        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>  [fdd4a6e0e43225b8fa9487e71ebecc061475ccdc]

        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>  [70cbdc4ad1c1112619d93267d48d37734643d8a3]

        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>  [ea5bd2617eca407699707d440c7e27be757ae26b]

        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>  [9c149a752db6218407fa13f61d05ff9133496eb7]

        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>  [7be0c2059c4f0f8b8e3962d856f3fb7729a9f5d0]

        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>  [70c82877facd1eb3a5be433d1647d6f54ce794f4]

        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>  [76117d46562c8d0f971eacfb32c4acc738b27450]

        INTEGRATION: CWS dba23b (1.53.12); FILE MERGED 2007/07/11 11:56:13 fs 1.53.12.2: RESYNC: (1.53-1.55); FILE MERGED 2007/07/08 20:46:13 fs 1.53.12.1: #i76542#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [10207bb2760a7c227cf4f8ebbd62688c76f91a2c]

        INTEGRATION: CWS dba23b (1.16.94); FILE MERGED 2007/07/11 11:56:09 fs 1.16.94.3: RESYNC: (1.16-1.18); FILE MERGED 2007/07/04 11:42:47 fs 1.16.94.2: #i10000# 2007/07/04 10:46:16 fs 1.16.94.1: #i78733# ship a odbcconfig.exe

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ce409386bd746e28cf9faa72f6a0fba6447596d0]

        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>  [898b5056a1f5836ea88f61beb827510420d7e419]

        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>  [930708b4260b3b72bb599ec90ef9e4a84225bc71]

        INTEGRATION: CWS dba23b (1.1.2); FILE ADDED 2007/07/04 10:31:58 fs 1.1.2.1: Windows executable to call SQLManageDataSources, to workaround the Windows bug described in issue #i78733#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fcee184695c8f45cd3d51ee47f527433501ba06d]

        INTEGRATION: CWS dba23b (1.1.2); FILE ADDED 2007/07/04 10:32:09 fs 1.1.2.1: Windows executable to call SQLManageDataSources, to workaround the Windows bug described in issue #i78733#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [17fcd6712b3783727376607b5bd16b887bac8b89]

        INTEGRATION: CWS dba23b (1.6.100); FILE MERGED 2007/07/09 18:57:25 fs 1.6.100.1: implInitialize: don't call base class if already handled

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [c1bd83edeebd4649581098a622fe5e8f4f2093eb]

        INTEGRATION: CWS dba23b (1.11.100); FILE MERGED 2007/07/11 11:54:08 fs 1.11.100.2: RESYNC: (1.11-1.12); FILE MERGED 2007/07/08 20:35:13 fs 1.11.100.1: during #i65812#: context details not used

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [35311e414faea556f4fe19156fbb51f121958bb0]

        INTEGRATION: CWS dba23b (1.31.88); FILE MERGED 2007/07/11 11:54:04 fs 1.31.88.2: RESYNC: (1.31-1.32); FILE MERGED 2007/06/14 19:46:06 fs 1.31.88.1: #i78459# submitted by mox@openoffice.org: remove dead code related to ancient Mac OS System 9 port

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ef4776458c65ab34208c8146344b37c46ba662ae]

        INTEGRATION: CWS dba23b (1.68.14); FILE MERGED 2007/06/28 09:04:04 fs 1.68.14.1: #i78362# don't register the data source browser as controller for all opened database connections

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2e71587d23c94c4e928ce502b6c13a372d84867a]

        INTEGRATION: CWS dba23b (1.5.282); FILE MERGED 2007/07/08 20:34:47 fs 1.5.282.1: during #i65812#: context details not used

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d6d7b6151dde06597a2661f1c33ad1d3cb6c7935]

        INTEGRATION: CWS dba23b (1.18.88); FILE MERGED 2007/07/11 11:54:01 fs 1.18.88.2: RESYNC: (1.18-1.19); FILE MERGED 2007/06/14 19:46:06 fs 1.18.88.1: #i78459# submitted by mox@openoffice.org: remove dead code related to ancient Mac OS System 9 port

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [50fdc70805c20691503bc65548110574b64febcb]

        INTEGRATION: CWS dba23b (1.6.152); FILE MERGED 2007/07/04 10:33:35 fs 1.6.152.1: #i78733# managing data sources now done by an external process

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a2264948f1a9387cc303a197a6fa48c168942468]

        INTEGRATION: CWS dba23b (1.17.88); FILE MERGED 2007/07/04 11:57:16 fs 1.17.88.2: #i10000# 2007/07/04 10:33:35 fs 1.17.88.1: #i78733# managing data sources now done by an external process

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [16aa7613d4202accbc4fce17babde27f0432705e]

        INTEGRATION: CWS dba23b (1.43.22); FILE MERGED 2007/07/04 10:33:16 fs 1.43.22.1: #i78733# removed dead string

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [877d77abf7bd085ceb65b67702b0d4afde4586eb]

        INTEGRATION: CWS dba23b (1.6.282); FILE MERGED 2007/07/04 11:48:28 fs 1.6.282.2: #i10000# 2007/07/04 10:34:29 fs 1.6.282.1: #i78733# managing data sources now done by an external process

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0bd810bfa1d88876d642b8441df871325a5d6b5b]

        INTEGRATION: CWS dba23b (1.3.282); FILE MERGED 2007/07/04 10:33:16 fs 1.3.282.1: #i78733# removed dead string

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [4998a1b782f60a5760e01159c5fdaa3427bc68db]

        INTEGRATION: CWS dba23b (1.19.14); FILE MERGED 2007/07/11 11:53:25 fs 1.19.14.3: RESYNC: (1.19-1.20); FILE MERGED 2007/07/04 11:48:28 fs 1.19.14.2: #i10000# 2007/07/04 10:34:29 fs 1.19.14.1: #i78733# managing data sources now done by an external process

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [1f0a615efabc7a4fff4e7197d274e67466c5a3fe]

        INTEGRATION: CWS dba23b (1.186.12); FILE MERGED 2007/07/11 11:53:22 fs 1.186.12.4: RESYNC: (1.186-1.189); FILE MERGED 2007/07/08 20:36:18 fs 1.186.12.3: during #i65812#: context details not used 2007/06/28 09:04:03 fs 1.186.12.2: #i78362# don't register the data source browser as controller for all opened database connections 2007/06/11 20:00:38 fs 1.186.12.1: #i76857# allow to disable 'Edit database file' context menu entry by configuration option

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [464d62ed5565fe85cd7e98c4e2e143a7ab0bd7c7]

        INTEGRATION: CWS dba23b (1.76.10); FILE MERGED 2007/07/11 20:15:59 fs 1.76.10.3: #i10000# 2007/07/11 11:53:17 fs 1.76.10.2: RESYNC: (1.76-1.78); FILE MERGED 2007/07/08 20:36:15 fs 1.76.10.1: during #i65812#: context details not used

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ef0c14b0450a5a1fd4fe2cd923d0af01145ab9c5]

        INTEGRATION: CWS dba23b (1.76.12); FILE MERGED 2007/07/11 11:53:14 fs 1.76.12.2: RESYNC: (1.76-1.77); FILE MERGED 2007/06/28 09:04:03 fs 1.76.12.1: #i78362# don't register the data source browser as controller for all opened database connections

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ff0ffec7190e2af16608d9ce592ecda2bc2e0fff]

        INTEGRATION: CWS dba23b (1.17.90); FILE MERGED 2007/07/11 11:53:11 fs 1.17.90.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/28 09:04:03 fs 1.17.90.1: #i78362# don't register the data source browser as controller for all opened database connections

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [f28076a0f261b6d9ac7bb204f671e9f0c65a8d25]

        INTEGRATION: CWS dba23b (1.24.58); FILE MERGED 2007/07/11 11:53:07 fs 1.24.58.2: RESYNC: (1.24-1.26); FILE MERGED 2007/07/09 18:47:37 fs 1.24.58.1: openDialog: only needed parameters

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3e3ba37638a0476c1b9473e8275b0ffae16196e4]

        INTEGRATION: CWS dba23b (1.21.12); FILE MERGED 2007/07/08 20:36:31 fs 1.21.12.1: during #i65812#: context details not used

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a83137744028d0c55dda0cba8e399f414ec32a2f]

        INTEGRATION: CWS dba23b (1.6.102); FILE MERGED 2007/07/07 19:16:38 fs 1.6.102.1: diagnostics

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [3d5930fd0703a9c0bff75b5be91fec4d537cd48a]

        INTEGRATION: CWS dba23b (1.8.102); FILE MERGED 2007/07/07 19:16:38 fs 1.8.102.1: diagnostics

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [534bafad8b28a893da781ee7cf7b052d2508a9ee]

        INTEGRATION: CWS dba23b (1.42.12); FILE MERGED 2007/07/11 11:53:04 fs 1.42.12.2: RESYNC: (1.42-1.43); FILE MERGED 2007/06/21 11:48:46 fs 1.42.12.1: some DBG_UNHANDLED_EXCEPTION

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [91c0797487dd3388c965c5c8f84f810f6c560f25]

        INTEGRATION: CWS dba23b (1.72.102); FILE MERGED 2007/07/07 19:24:15 fs 1.72.102.1: #i78593# when obtaining the Info property value from the Settings, copy all values which are removeable, and the non-default ones which are removeable

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [da9da84a28a9a884ef5a66c393b7837262be26e7]

        INTEGRATION: CWS dba23b (1.12.22); FILE MERGED 2007/06/28 09:02:47 fs 1.12.22.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [814d7928effc576dbdc258cd3c76eae5256dd487]

        INTEGRATION: CWS dba23b (1.32.20); FILE MERGED 2007/07/07 20:21:50 fs 1.32.20.2: during #i78593#: don't re-create the Settings property bag when it's not necessary 2007/06/28 09:02:47 fs 1.32.20.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b42a30bd918c06bfe66cd7304c36ad187d262ab5]

        INTEGRATION: CWS dba23b (1.14.66); FILE MERGED 2007/07/07 20:21:09 fs 1.14.66.3: during #i78593#: don't re-create the Settings property bag when it's not necessary 2007/06/28 09:02:47 fs 1.14.66.2: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect) 2007/06/12 13:17:53 fs 1.14.66.1: removed declaration of non-existent methods

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [100c35bdf0ecb725d987504d3696b27b07db3dd3]

        INTEGRATION: CWS dba23b (1.18.60); FILE MERGED 2007/07/08 19:36:17 fs 1.18.60.4: #i78987# +FormsCheckRequiredFields 2007/07/07 20:21:08 fs 1.18.60.3: during #i78593#: don't re-create the Settings property bag when it's not necessary 2007/07/07 19:25:04 fs 1.18.60.2: #i78593# add MAYBEDEFAULT attribute when adding the defaults to the Settings property bag 2007/06/28 09:02:47 fs 1.18.60.1: #i78362# controllers and current controller now maintained by the DatabaseDocument, not by the ModelImpl (since they're an XModel aspect)

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fb2a8c9866c1f5433a768439a76c8ef1eb4233b3]

        INTEGRATION: CWS dba23b (1.92.14); FILE MERGED 2007/07/02 20:07:12 fs 1.92.14.1: #i78410# fix getBinaryStream so there's no recursion

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d2fed243dfb935cc477971dca73f3bc74329f4d2]

        INTEGRATION: CWS dba23b (1.11.74); FILE MERGED 2007/07/04 13:35:17 fs 1.11.74.2: #i10000# 2007/07/04 10:32:23 fs 1.11.74.1: #i78733# build dbaccess/win32/source/odbcconfig

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d69b8442bd5750ce7ce9742b7c2d7dae72df796d]

        INTEGRATION: CWS dba23b (1.3.6); FILE MERGED 2007/07/11 20:08:37 fs 1.3.6.1: #i10000# re-merge the changes done before the file moved on HEAD

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [6a7524e2e02a019746d73388a9b5b82e8373859e]

        INTEGRATION: CWS dba23b (1.156.24); FILE MERGED 2007/07/11 20:03:59 fs 1.156.24.3: #i10000# 2007/07/11 11:50:08 fs 1.156.24.2: RESYNC: (1.156-1.159); FILE MERGED 2007/06/04 11:47:53 fs 1.156.24.1: #i77912#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8f0186f0360fa48e0efaf18c917a3d182271f7df]

        INTEGRATION: CWS dba23b (1.24.36); FILE MERGED 2007/07/11 11:50:01 fs 1.24.36.2: RESYNC: (1.24-1.26); FILE MERGED 2007/06/04 11:47:06 fs 1.24.36.1: #i77912# OBJ_FM_CONTROL is not an ObjIdentifier

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5b3d96311471377ec6dfad0874d7a33974609f40]

        INTEGRATION: CWS dba23b (1.31.242); FILE MERGED 2007/07/11 11:49:58 fs 1.31.242.2: RESYNC: (1.31-1.32); FILE MERGED 2007/06/19 05:38:15 fs 1.31.242.1: #i78222#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b4f6d9f60f3873549617a5bce287903bb05e72b2]

        INTEGRATION: CWS dba23b (1.9.322); FILE MERGED 2007/07/11 11:49:53 fs 1.9.322.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/04 11:45:58 fs 1.9.322.1: ControlShape instead of ShapeControl

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a76f92f49944fcd723ff2b8355ccb66902bec0b8]

        INTEGRATION: CWS dba23b (1.63.36); FILE MERGED 2007/07/11 20:01:51 fs 1.63.36.3: #i10000# 2007/07/11 11:49:49 fs 1.63.36.2: RESYNC: (1.63-1.65); FILE MERGED 2007/07/08 19:40:27 fs 1.63.36.1: #i78987# allow to suppress the 'This field requires an input' message when updating or inserting a record

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [b5e8ad42874af128ea9e4ada406303695c9be314]

        INTEGRATION: CWS dba23b (1.2.144); FILE MERGED 2007/07/07 20:23:04 fs 1.2.144.1: fully qualified since tag

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [8eb40998c7db6bd232968070aa60cb6955361ef7]

        INTEGRATION: CWS dba23b (1.15.168); FILE MERGED 2007/07/07 20:29:49 fs 1.15.168.1: #i78593# more extensive documentation of the Settings property

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [870b1446cdb0a99e12f3dc3d9b35474f922a61ef]

        INTEGRATION: CWS dba23b (1.2.102); FILE MERGED 2007/07/07 20:21:43 fs 1.2.102.1: fully qualified since tag

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a92d23c5f816f433ce110dd2b232bdaa4f59f6f1]

        INTEGRATION: CWS dba23b (1.3.100); FILE MERGED 2007/07/07 20:29:05 fs 1.3.100.1: fully qualified since tag

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [cf5c36912390b2f6018f57f79085ab1fa88a08d6]

        INTEGRATION: CWS dba23b (1.11.28); FILE MERGED 2007/07/08 20:34:27 fs 1.11.28.2: document the property introducing with fixing#i78987# 2007/06/25 08:46:23 fs 1.11.28.1: work around idlc limitation, which does not allow to refer unpublished interfaces as optional entities in published services

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fe4303bc8f07c0fafd9d927247ae0061039e49ac]

        INTEGRATION: CWS dba23b (1.9.52); FILE MERGED 2007/07/08 19:52:06 fs 1.9.52.1: since

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [348b4e6c3168fd3139f44ac4decd454c5ea867f2]

        INTEGRATION: CWS dba23b (1.13.304); FILE MERGED 2007/07/04 13:49:48 fs 1.13.304.1: #i76610# +optional XFormLayerAccess

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fb6f8c73c5ae4a57f5b8018afeeaf0b40f1d4db7]

        INTEGRATION: CWS dba23b (1.4.184); FILE MERGED 2007/06/20 07:01:12 fs 1.4.184.1: #i78223#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [50cdca8496a505e1cf3cac6cb275bd877115109d]

        INTEGRATION: CWS dba23b (1.36.290); FILE MERGED 2007/06/18 08:38:17 fs 1.36.290.2: IsUseFormatting defaulting to false now 2007/06/11 19:58:31 fs 1.36.290.1: #i76857#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0816162291832a5cc85a27ae3498e67410554be4]

        INTEGRATION: CWS dba23b (1.131.38); FILE MERGED 2007/07/11 11:48:09 fs 1.131.38.2: RESYNC: (1.131-1.136); FILE MERGED 2007/07/02 19:39:43 fs 1.131.38.1: #i79115#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [5118cb3f029186055bc77eb2aa9aa1c965304e70]

        INTEGRATION: CWS dba23b (1.37.44); FILE MERGED 2007/07/02 19:39:43 fs 1.37.44.1: #i79115#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [79e84bff6ba66201d0aa6303d2fffbf7185d49b3]

        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>  [3adb83f9552bd1ffbcc042c8a4803fcc70b6f7f9]

        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>  [215234768b9a6c8958eda3f00bd619d1a3d4031e]

        INTEGRATION: CWS dba23b (1.101.28); FILE MERGED 2007/07/11 11:44:16 fs 1.101.28.2: RESYNC: (1.101-1.103); FILE MERGED 2007/06/11 09:12:53 as 1.101.28.1: #i78286# bind _beamer to isTopWindow instead of isTopFrame

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [503a09b2a3c8dd4bc66b44c7b6f34e129776d033]

        INTEGRATION: CWS dba23b (1.3.316); FILE MERGED 2007/06/11 09:12:53 as 1.3.316.1: #i78286# bind _beamer to isTopWindow instead of isTopFrame

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2716623bc5775a9d2acbfc931c58079343978829]

        INTEGRATION: CWS dba23b (1.13.28); FILE MERGED 2007/06/11 09:12:52 as 1.13.28.1: #i78286# bind _beamer to isTopWindow instead of isTopFrame

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [61dedcf6509a4ed21e3074dec35cac60b0834f3e]

        INTEGRATION: CWS dba23b (1.16.28); FILE MERGED 2007/06/11 09:12:52 as 1.16.28.1: #i78286# bind _beamer to isTopWindow instead of isTopFrame

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [29e190bcffdf7df613fad5216cc9b886900570cf]

        INTEGRATION: CWS dba23b (1.12.160); FILE MERGED 2007/06/14 19:59:30 fs 1.12.160.1: #i78459# submitted by mox@openoffice.org: remove dead code related to ancient Mac OS System 9 port

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0b7a21d197addcce7392135a75b6a822d452f944]

        INTEGRATION: CWS dba23b (1.29.98); FILE MERGED 2007/07/03 06:09:33 oj 1.29.98.1: #i79097# correct buffer overrun, applied patch

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a967ab52d613fc1ec3130403e83d5f60d081ea9a]

        INTEGRATION: CWS dba23b (1.40.64); FILE MERGED 2007/06/14 19:59:23 fs 1.40.64.1: #i78459# submitted by mox@openoffice.org: remove dead code related to ancient Mac OS System 9 port

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [e51f1b0832c9e56cd11d8f0dacb68ed575f1565d]

        INTEGRATION: CWS dba23b (1.25.4); FILE MERGED 2007/07/11 20:28:30 fs 1.25.4.1: #i79237# make compile with newer GCC versions

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [808e1a7de275090cbf0ef7034ada6ff1910b427e]

        INTEGRATION: CWS dba23b (1.22.100); FILE MERGED 2007/06/14 19:59:06 fs 1.22.100.1: #i78459# submitted by mox@openoffice.org: remove dead code related to ancient Mac OS System 9 port

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [06175766e6deb261c6d846aab3ad8d63b098f0c5]

        INTEGRATION: CWS dba23b (1.11.100); FILE MERGED 2007/07/06 07:38:33 oj 1.11.100.1: #i79217# apply patch

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [029ec5319dceb23cab275e53076ef6e17bd9df10]

        INTEGRATION: CWS dba23b (1.19.66); FILE MERGED 2007/07/08 19:36:50 fs 1.19.66.1: corrected implDetermineType to also recognize derived exception types

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [eb6d4ccbf9dfe7bb1119fdbbae751fa3a7655373]

        INTEGRATION: CWS gurke (1.18.4); FILE MERGED 2007/07/20 08:03:32 gh 1.18.4.1: #148724#testtool communication crashes on shutdown in Timer::Timeout

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [48598de64b48de2089599032877ebd27ee68320c]

        INTEGRATION: CWS gurke (1.7.4); FILE MERGED 2007/07/20 08:03:32 gh 1.7.4.1: #148724#testtool communication crashes on shutdown in Timer::Timeout

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ffbb8ffb5660aece3b3b9f7aee3a11e6b509f3dd]

        INTEGRATION: CWS gurke (1.2.10); FILE MERGED 2007/07/20 08:03:32 gh 1.2.10.1: #148724#testtool communication crashes on shutdown in Timer::Timeout

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [bfc6240f9f81c94f699382b4aa7a0d2a564fd0e8]

        INTEGRATION: CWS mergesvp (1.244.14); FILE MERGED 2007/07/04 11:18:46 pl 1.244.14.2: RESYNC: (1.244-1.247); FILE MERGED 2007/06/27 12:02:31 pl 1.244.14.1: #i78931# libsvp changes

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [51400c820fba75fa486a129b264724bc8987e82a]

        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>  [e90196b0c4b454f4dd03707fb10f7554fb86b4d1]

        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>  [d84af2aaaa4eb3dba0cc7bdcadc864ba4a0f744b]

        INTEGRATION: CWS mergesvp (1.3.36); FILE MERGED 2007/06/27 12:02:32 pl 1.3.36.1: #i78931# libsvp changes

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fb58b286f2477e83d59bae15280b25245f2c2def]

        INTEGRATION: CWS mergesvp (1.55.50); FILE MERGED 2007/06/27 12:02:31 pl 1.55.50.1: #i78931# libsvp changes

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0501897c9462be1b70eae9e301fca990eec3dad6]

        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>  [c624ad4033828e5c659e99d406dcd946212a9fac]

        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>  [b5a24711c70375793a50c1c1971238736b6f0288]

        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>  [7fe33aa1aa2e28cb2b65323ecbe38738f4f95c7d]

        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>  [12eb02e0ef16dcea50ffc88bef38513a4eb67884]

        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>  [a1c6c755f8025267ed7565217eeeb827d8ca755d]

        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>  [d8cda644d84f0c85f9b3037b7ec853291562b279]

        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>  [33754523f84468e323fde204479dbe6bbbb40852]

        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>  [ab3d2455242b6436fd941676cc2488eaa920cdca]

        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>  [15fb3313ab6f8a369e1f07013c94aa78d5ae0568]

        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>  [f3ecfa3d22de2da34e55a57924788698115ce8f3]

        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>  [bb24a3dd5eb3b48e8208ecacd02b46a24e8d29a0]

        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>  [016474766a14bcd0e903677d46795c4e7b0daad9]

        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>  [08157c6539607c9747e5c76bc7ec199aafcf30c5]

        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>  [2f7b3d13c744b56a25cb9ee34bc795128db906bc]

        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>  [44cbad96db0f2f5b458acf6e8256f2cf30d79682]

        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>  [01ddc81dba997f5c2480032956ca62d022950fcd]

        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>  [db150fc7bb8f728d95856c436bc1a50af4f93c16]

        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>  [63638a0edcb542e720246afc59bd6b92b8b589b1]

        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>  [36840a1021e6c3b36d7f48f23a3d56f3703d1d14]

        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>  [3aa4e0c66bf8c563862d03a1cd878b627989d5f4]

        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>  [b6801926b515be4cfb10ca7e3322939f0f97426b]

        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>  [cbb5b49ce60a793220a68e29150cf98a3e3a0f85]

        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>  [98aa45ddc99e12c169602414132c4638baa03b56]

        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>  [3c500d7e92a88f3ae291e227687d03a0f7f1b889]

        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>  [f1b7494efb28b35724cc809088baaf9746cc35f4]

        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>  [c951285c0f048164f70f168c930087e353bf2e67]

        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>  [b9db23a146a2f4a44d2b4126df4b57499a7e0536]

        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>  [0e4557232c4643dfa32a4d3c54ae9504a0977c6c]

        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>  [912f425e1e8f26eca4cd21271b8b369b66f47ebb]

        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>  [c03f749239d0a6b1176b1d9b1706840c0d078a41]

        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>  [144734f26ed5ef397d646bc4155d05011fff9a49]

        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>  [39891358ef1d9c36baed317cd6778232b6532893]

        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>  [3cb4f72c3ea98a9a338a8d035e5923c7b9fd8281]

        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>  [ccd7fcf51c00c829d1153a81130e0918a54526c8]

        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>  [75d390d75a6dbc5f2f0b9f5c6db69f893f20d69c]

        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>  [3d3818700bda86e9cbb865a868bece583c1226f4]

        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>  [9264431223d8bf3bde3fe824b5c589aeab5c3678]

        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>  [fafdde84a89d93045798dc38fa8525dee3cc3a99]

        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>  [e4cfeaa58cfe56d013c66e679a1df00a061d61e5]

        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>  [21ab1a5ab4b9a62dcd6b081d0e41dd7ce00ae2b2]

        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>  [8812c3c789ce3a16fc4441220802ecd931f87999]

        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>  [112e5d7972a0375f4c9d4efba45d11645df604d0]

        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>  [e0254529401bc9410e4ce3d788eb100aa7475e16]

        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>  [f351a9c1a07ad7b7847c9c45054e18b57a4e6676]

        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>  [43c72580e728e757d86b9f96fefcbf016cecd04e]

        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>  [2e96cfefa5c5c65eeeb86f84d49ec40e7fa56ae3]

        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>  [f01b6829013f4c90f9f412c1e276c11d57dd9995]

        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>  [c2360581c936621b6d858565e0e1dfb5e6eeba32]

        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>  [e50057f640d8ce4852b134dfeb47870ef090de9e]

        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>  [3c0aa883ae60461294b60df7e5291e068a83f426]

        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>  [f3de7429e5ac8e66bd010a700a69f59645f089bb]

        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>  [b1a897402206b7c4bf67b180a1b780f7596ec20e]

        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>  [d6fc9424dcf08fab45844531dc4fd1423cdbdfaa]

        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>  [a5a317de554a7e52949d71affd0719aca7333d7c]

        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>  [8e0fd8d3508f46165b0e251671f1565d6861a310]

        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>  [2d3a47412a0e81b9ed64ec78ffd256dc4182d50a]

        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>  [d5b82a56dea572a4e09c32edcbdeb69d75c17a99]

        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>  [ccfc4008ff4dd06628814680ed75e57b66a6512d]

        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>  [acb9619e84e87046ec4aa29f48fcc90ecd44c8b9]

        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>  [423fb12030184c0c199b2565b1ba0415a419d7a0]

        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>  [b060cddf683a3e4fe96033c749dc4bb898af988b]

        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>  [2f42dc3482de561bec3cc206741972fe98affe0c]

        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>  [f2c93def718e4c8216d20702ce57f528b262f381]

        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>  [35c066e9e2cbced1915323b9168a171c2e7129c2]

        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>  [8721c3ac571562274a108d617638c68489f20cbc]

        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>  [e56535bb3d936d7249e3ab987c9b762b3c2307fc]

        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>  [c256710c8ea01898f0b2fbe44581880f5537c3ec]

        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>  [5c6714c6743a1f3e6cf7eb5ee6d7eb0e708303f7]

        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>  [0c3c51e94d10f7c158f191e368784994ef5c5970]

        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>  [bb164a54a8fb6f2d0e07c509fad83d620e2f7674]

        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>  [4cc40c25ac94f9046730443d2a05b80ba3c91024]

        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>  [aaea6d2e9c54c7fd1f443a668a8ba2678c706cca]

        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>  [84f76e8076c808de720c04db13b5006affd1cce3]

        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>  [37b09b3e0101f297c25cde242f76a295c951bb9b]

        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>  [b80c560d0232c709dd2324e3ba2940c9f40620c5]

        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>  [921a226ab3bc6c45686f551363fec08796d631f2]

        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>  [a1b505370847eeadc16937dc1c35d4458f24f7e0]

        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>  [d8446ff2641862e441fa632dd5e1b4ba42db7b89]

        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>  [b950e8f7c207d66f4e83c1ba69b0f67e326d7f7f]

        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>  [7cbbe887034f03876aab755cb7c410f89364cba9]

        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>  [1e3bfb5c5a93a748dde4e216bf96d4852ef276fe]

        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>  [9c0e1f0c77506698176244902de60bf321b3e7b0]

        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>  [ba6f16d9ab4cd4436bd02edc77fb41d41648d6bd]

        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>  [7c0d658d79930f30ebadd9b37a6a478114878c19]

        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>  [8908937cdaf49c0b4983569ebafb0ead8f23af69]

        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>  [8971892fcb4c48ea98562a6c4a61e2967f9021aa]

        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>  [61556e7e44d638774efd014b38cf151832292844]

        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>  [dea326f005856d1ffcabb6ee0607293a9b48781d]

        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>  [ff18d640324b38b30bf39caadabbea230341b368]

        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>  [631f5f789f43fdd5ffc7293fbee4b0030fcf0f92]

        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>  [789ac095017e071a2e240b09aac0412aba44e76c]

        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>  [a2d819e8d024f264c1367f975c070074f6a6b6e4]

        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>  [7d70c3825a6a54d8222e094098dbe21543a32497]

        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>  [f8a1e495167229c808982bbe630b5636f90eae28]

        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>  [a988d9790519bfdacc98369c877f0b4594399c3b]

        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>  [72053f3499c243f23a78c1da74bb2413afbc9318]

        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>  [665d6949edde9eb8d68dfc5c39ec9a4187941ce8]

        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>  [b1177bf8f8a8aacf444b0f6380ce878ba4f48705]

        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>  [b4c07daa6ea4ba1a5fdbe3e9339214bb9ce69074]

        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>  [0c87cbf313fe71aedcbfecd1f7bc83bacb8a8ebe]

        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>  [ffe97af7e344ca67c386e59549146e05e41df064]

        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>  [4453b31135991453715043e50a0e70244dcb46aa]

        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>  [cb67f23b294f227b822fdce6d1e64ab5e336771c]

        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>  [f8acc9a58b3ae9ce992acdc7a4f0309707fbd568]

        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>  [5fd6e0a91495b1e48ac693d69829dd3ea02e6c7a]

        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>  [b3141e9e77ee4cab35f5ce847e812c31cfb258c3]

        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>  [dbc4bf1cf86704c3aba5b6a70e91f54f1d0ab48b]

        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>  [b342b183aaea042ef0e6e1c75304072cb4e1375a]

        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>  [6d5542e19a613875c82891450bfbd818e9425b3d]

        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>  [c9cf4d99d984df1b6095f855330ac886f3f4f0df]

        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>  [7fac1448219e92b1c88b020b5c1ab8b1450b4ab2]

        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>  [892d07bb3a32dfd71986820aa500d3fce42baee0]

        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>  [f255ed128696794b865dd05962f9943e820ea6ba]

        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>  [f6b345e28ee556f86343672feedcb1bf6e7a37ba]

        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>  [7ebc06a79d998b377d6f18314f1d09c59d7e083b]

        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-24  Rüdiger Timm  <rt@openoffice.org>  [4728a4c4676d14250578e34c069382f0af0f48b7]

        INTEGRATION: CWS celltrans01 (1.19.62); FILE MERGED 2007/07/18 13:17:13 er 1.19.62.3: exceptionfiles of course also need to be present in the list of objects 2007/07/18 10:45:09 er 1.19.62.2: need to compile cellkeytranslator.cxx with exceptions because of STL 2007/07/17 15:52:30 kohei 1.19.62.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0aa1f39ae82522a66a4b37e99341882a5b0b5def]

        INTEGRATION: CWS celltrans01 (1.24.28); FILE MERGED 2007/07/17 15:52:30 kohei 1.24.28.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [d8f3664bf8bd787ed5c478684a2c2071d101a53c]

        INTEGRATION: CWS celltrans01 (1.46.28); FILE MERGED 2007/07/17 15:52:30 kohei 1.46.28.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [2357de4a6e3c71280118f8e709f565e9e0991a45]

        INTEGRATION: CWS celltrans01 (1.1.2); FILE ADDED 2007/07/18 13:19:41 er 1.1.2.3: use Opcode instead of OpCodeEnum; added some const correctness 2007/07/18 10:47:12 er 1.1.2.2: do not specify empty throw() 2007/07/17 15:52:30 kohei 1.1.2.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [0b0ca335a9ce16922eaa4507d69c015100d4cd74]

        INTEGRATION: CWS celltrans01 (1.1.2); FILE ADDED 2007/07/18 13:28:57 kohei 1.1.2.4: just a minor comment fix.  There is now only one transKeyword function. 2007/07/18 13:19:41 er 1.1.2.3: use Opcode instead of OpCodeEnum; added some const correctness 2007/07/18 10:47:12 er 1.1.2.2: do not specify empty throw() 2007/07/17 15:52:29 kohei 1.1.2.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [33adabc4e13cdca140d1dc2cc286bb6c49253c25]

        INTEGRATION: CWS celltrans01 (1.48.76); FILE MERGED 2007/07/17 15:52:29 kohei 1.48.76.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [ffe8c63f1d9fb908cc1d6fc7d0cf78164ff64e3f]

        INTEGRATION: CWS celltrans01 (1.31.32); FILE MERGED 2007/07/17 15:52:29 kohei 1.31.32.1: committed the patch from i77996.

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [815477c5231ab044b461d18882b5a2ee8be96e96]

        INTEGRATION: CWS jl69 (1.6.10); FILE MERGED 2007/07/18 11:14:26 jl 1.6.10.1: #i79710# inkremented versions

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [fd035a455972683ba675e9dc487248290f4e221a]

        INTEGRATION: CWS jl69 (1.3.56); FILE MERGED 2007/07/18 13:36:46 jl 1.3.56.1: #i79710#

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [a941a594ed29dca9f0056c411c736e1e16f5486f]

        INTEGRATION: CWS jl69 (1.5.14); FILE MERGED 2007/07/18 13:36:46 jl 1.5.14.3: #i79710# 2007/07/18 11:12:20 jl 1.5.14.2: #i79710# 2007/07/18 10:48:23 jl 1.5.14.1: #i79710# directly build into bin

2007-07-24  Rüdiger Timm  <rt@openoffice.org>  [9301a1aae4b22a3f92b4b9c74aff6df136044374]

        INTEGRATION: CWS unxlngppc4pic (1.27.56); FILE MERGED 2007/07/18 09:16:38 rene 1.27.56.1: #i79646, i79647# build with -fPIC

2007-07-21  Oliver Bolte  <obo@openoffice.org>  [6a2cfbcf859714d31673df9e037c65fb78e5df8f]

        #i10000# dependency fixed

2007-07-20  Rüdiger Timm  <rt@openoffice.org>  [81651d1cfb9f84ee2ce461b90521fa2316d607fa]

        #i10000# Oops, mistake. 'jni.h' comes from JDKPATH.

2007-07-20  Rüdiger Timm  <rt@openoffice.org>  [efd6a05e007f2a78b0f572053b1ae2211f5f2e95]

        #i10000# Needs 'jni.h'

2007-07-20  Vladimir Glazounov  <vg@openoffice.org>  [c32930e138483864f0f551c6f524063dcb61718c]

        #i10000# include datetime.hxx missing

2007-07-20  Vladimir Glazounov  <vg@openoffice.org>  [71cd1af56cd48853f08b9cceb4fdbdd0088756d0]

        #i10000# new line at EOF missing

2007-07-20  Vladimir Glazounov  <vg@openoffice.org>  [691401e9575d0907ac41e79ccdf4f4ab7bc9f25e]

        #i79816# warning returning reference to temporary

2007-07-20  Vladimir Glazounov  <vg@openoffice.org>  [422b1d24cc3191a285d875ee0d739bde951dbc0e]

        #i79802# SISSL remove

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [e7f53f9824b2d184180b65c13a8529b6a16db29a]

        new version for SRC680

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [2c16a41d9685308dfc3a943343b80b973d0a5e60]

        new version for SRC680

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [fc0a9421ecb026b12745e8fe79fcf7e5b9ae5215]

        new version for SRC680

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [6f5c7400a9721268e2b58ffd990d90cf2e8485b6]

        #i10000# define DISPOSEDEXCEPTION added

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [b2f0e272969a28292d999f9ee52c690c51c8eda1]

        #i10000# include sfx2/msgpool.hxx added

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [7ca44e2bd5ed9f06941da69be65c15a66603b2b9]

        #i10000# headaburemove + namespace for Content

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [213e1df7fae085bdb6bb47bca7f879a31ead23e0]

        #i10000# percompiled header

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [d7d88494163f1ba9ccb676a8e29ef044ea1a56b2]

        #i10000# headaburemove

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [16b1d2c2cb1b49209970ad56b05fe4caa4e035c5]

        #i10000# percompiled header

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [0c7fb7bb4668aa922813cd2afb71f9139808de5d]

        #i10000# headaburemove

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [17fc80cc8f7244c636c4c6b7259116aeb4d7d6fb]

        new version for SRC680

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [d8133587cb378afcb45ac7b3994702f46ac12daa]

        new version for SRC680

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [b4addd0f19b49ee0eb0f8a58bd3361b1173af272]

        #i10000# some syntax errors + double defines

2007-07-19  Vladimir Glazounov  <vg@openoffice.org>  [c09ab0947444c26a5a81d7f8bc5309fb493a3581]

        new version for SRC680

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [390e886cdb367e200e1f9026372ca5ac05d73fd2]

        #i10000# change from CWS mingwport05 breaks Linux/Solaris

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [82c9da4e06ed72b52bded7b8e00e0b2bfdd9a1da]

        SRC680

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [13ffeb383bd24684c5e2ac48ae007959d59434a2]

        INTEGRATION: CWS ithyph_SRC680 (1.2.124); FILE MERGED 2007/07/13 08:45:11 rene 1.2.124.2: #i75287# new file 2007/04/23 20:10:57 rene 1.2.124.1: #i75287# add fixed hyph_it_IT

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [bfd3b923dad6d10df191bd51949eb7d270c46e5d]

        INTEGRATION: CWS ithyph_SRC680 (1.1.2); FILE ADDED 2007/04/23 20:10:57 rene 1.1.2.1: #i75287# add fixed hyph_it_IT

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [b1669209e70c73d2b29aa44434ce211ee85b41f3]

        INTEGRATION: CWS tbe30 (1.2.2); FILE MERGED 2007/07/11 14:31:50 tbe 1.2.2.1: #130729# A11Y: GOK cannot reach the additional information text box in html export

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [2682f1fdba2452d387b584aaa67b28a017ee0389]

        INTEGRATION: CWS native84 (1.11.28); FILE MERGED 2007/07/17 12:57:22 obr 1.11.28.1: #i77418# populate private rpm database with required packages to get rid of --nodeps

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [f7d3919b4c76f3849a6e7d2903cc1b78d5de67d5]

        INTEGRATION: CWS native84 (1.69.14); FILE MERGED 2007/07/13 08:36:06 is 1.69.14.1: #i79539# tk resource back to core08

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [529454b8fc82b4f6b9d700e6115a9bdd60c72231]

        INTEGRATION: CWS native84 (1.17.32); FILE MERGED 2007/07/18 05:25:45 obr 1.17.32.3: #i77418# fake a postrun script to pass UserInstallation bootstrap value to unopkg 2007/07/12 21:30:12 obr 1.17.32.2: #i77418# support for optional pkg dependency tool 2007/03/26 13:43:13 obr 1.17.32.1: #i75748# updated package exclude list

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [8829646c40384fb9d0d6fb4ce246fc6acd43f395]

        INTEGRATION: CWS native84 (1.16.48); FILE MERGED 2007/07/17 12:57:22 obr 1.16.48.1: #i77418# populate private rpm database with required packages to get rid of --nodeps

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [8e858caa91f46e27e4e00d7e4428738d84afad57]

        INTEGRATION: CWS native84 (1.1.2); FILE ADDED 2007/07/17 12:57:22 obr 1.1.2.1: #i77418# populate private rpm database with required packages to get rid of --nodeps

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [12016f677ab057da015344818d741329c2971383]

        INTEGRATION: CWS native84 (1.7.672); FILE MERGED 2007/05/24 07:40:50 obr 1.7.672.1: make_installer.pl: #i77418# disable >>not supported<< check for Solaris
        
        copyproject.pm: #i77418#
        added support for UnixRights property

2007-07-19  Oliver Bolte  <obo@openoffice.org>  [eba4eda831f5ed9eb91f4931b261ee72e04cccff]

        INTEGRATION: CWS native84 (1.85.50); FILE MERGED 2007/07/13 08:34:31 is 1.85.50.4: #i77418# oxt file allowed for installed and archive 2007/07/11 07:18:42 obr 1.85.50.3: RESYNC: (1.87-1.88); FILE MERGED 2007/07/04 12:20:52 obr 1.85.50.2: RESYNC: (1.85-1.87); FILE MERGED 2007/05/24 07:40:50 obr 1.85.50.1: make_installer.pl: #i77418# disable >>not supported<< check for Solaris
        
        copyproject.pm: #i77418#
        added support for UnixRights property

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9e0a1ab9fcee1858f9bacfbad7667e9f71ad8653]

        INTEGRATION: CWS mh23 (1.15.160); FILE MERGED 2007/07/17 12:32:57 mh 1.15.160.1: update Version info, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c0a3a5729841242782ee28003b07ef06b4808141]

        INTEGRATION: CWS mh23 (1.8.160); FILE MERGED 2007/07/17 12:32:57 mh 1.8.160.1: update Version info, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [913b5ec88e4082da1592728cf2814fb35623f623]

        INTEGRATION: CWS mh23 (1.26.92); FILE MERGED 2007/07/17 15:11:54 mh 1.26.92.1: don't add system path to LD_LIBRARY_PATH, #i76122#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9a060bcf40ffa84f79f02ac9ac0a2e30b7bcf8dc]

        INTEGRATION: CWS mh23 (1.9.20); FILE MERGED 2007/07/12 13:01:45 mh 1.9.20.1: xml2cmp: the List allocs but never deletes it, #i79210#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1d66ca392a5d4a02a4ba715e7e0b645316ab012c]

        INTEGRATION: CWS mh23 (1.5.34); FILE MERGED 2007/07/12 12:58:58 mh 1.5.34.1: coverity: CID: 14 xml2cmp/source/support/heap.cxx, #i79021#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0f7d03f4673c201c3dd3c4ffd51feea80e8ba791]

        INTEGRATION: CWS mh23 (1.14.16); FILE MERGED 2007/07/11 19:43:32 mh 1.14.16.1: update credits, #i67079#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2a12ec3e571194876139adc299830fe402936bdd]

        INTEGRATION: CWS mh23 (1.4.34); FILE MERGED 2007/06/26 15:09:35 mh 1.4.34.1: patch: #68295#, soltools: implicit declaration of strncpy, strcpy, strlen, read

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d94da0bb94c6974c337592d5f7e77639cc50f69f]

        INTEGRATION: CWS mh23 (1.2.166); FILE MERGED 2007/07/17 12:39:35 mh 1.2.166.1: update Version info, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4a0eadb9fc07c7e25808cff0b0b5760c7b605340]

        INTEGRATION: CWS mh23 (1.9.46); FILE MERGED 2007/07/17 15:14:55 mh 1.9.46.1: update year, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2f32747671da722e214bd055e7ddbed29e604f4b]

        INTEGRATION: CWS mh23 (1.14.74); FILE MERGED 2007/07/17 15:53:04 kendy 1.14.74.2: #i79670# One 'if' less ;-) 2007/07/17 14:35:41 mh 1.14.74.1: fix: linkoo brokeness, #i79670#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3dc1d1d4880719fb87b7e77ff0fd4bfb2b2d94ea]

        INTEGRATION: CWS mh23 (1.8.46); FILE MERGED 2007/07/18 12:15:28 mh 1.8.46.2: add: breaks in preformatted part to avoid long line, #i78382# 2007/07/17 15:14:55 mh 1.8.46.1: update year, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [601a4a0adfa8b241f218a76e962ccbb74c34edf3]

        INTEGRATION: CWS mh23 (1.8.46); FILE MERGED 2007/07/17 15:14:55 mh 1.8.46.1: update year, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e860583f76b9beb70010d39e20afdcfcb8c0b4b1]

        INTEGRATION: CWS mh23 (1.6.6); FILE MERGED 2007/07/12 12:46:26 mh 1.6.6.1: updated thirdpartyitems, #i79530#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [00d6bf64a8aad0bd8ef746fa6fcb3cfd9e01033a]

        INTEGRATION: CWS mh23 (1.4.740); FILE MERGED 2007/07/17 15:13:36 mh 1.4.740.1: update Version info in executables, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d18aa010271e50f25d4e2f601741c4437f805a60]

        INTEGRATION: CWS mh23 (1.9.740); FILE MERGED 2007/07/17 15:13:36 mh 1.9.740.1: update Version info in executables, #i79696#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [63f4b9e4f69ad2148209b946846b4efbfff90d92]

        INTEGRATION: CWS swqbf100 (1.174.86); FILE MERGED 2007/07/09 13:31:57 hbrinkm 1.174.86.2: #i79169# save attributes of macrobutton text and apply them to the macrobutton field 2007/07/03 13:17:58 od 1.174.86.1: #148498# - WW8 import: adjustment/conversion of certain vertical alignment 	   of absolute postioned objects

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a79a0101f114e0fcac40503220c5d34750124367]

        INTEGRATION: CWS swqbf100 (1.102.50); FILE MERGED 2007/07/09 13:31:57 hbrinkm 1.102.50.1: #i79169# save attributes of macrobutton text and apply them to the macrobutton field

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [55eb283dde59bd1b554bacce93060c742015474d]

        INTEGRATION: CWS swqbf100 (1.44.86); FILE MERGED 2007/07/03 13:17:58 od 1.44.86.1: #148498# - WW8 import: adjustment/conversion of certain vertical alignment 	   of absolute postioned objects

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [68dc64f591b4d9c6596abc08036b5ec3b07a7ccf]

        INTEGRATION: CWS swqbf100 (1.130.82); FILE MERGED 2007/07/03 13:17:58 od 1.130.82.2: #148498# - WW8 import: adjustment/conversion of certain vertical alignment 	   of absolute postioned objects 2007/07/02 11:23:37 fme 1.130.82.1: #148505# Removed Table Border GC Code for two reasons: 1. It became obsolete with the implementation of the collapsing table borders and 2. It was buggy anyway

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [86c067d6c76822b04538b1b6c3c7bcfee4908d42]

        INTEGRATION: CWS swqbf100 (1.149.92); FILE MERGED 2007/07/09 13:31:57 hbrinkm 1.149.92.2: #i79169# save attributes of macrobutton text and apply them to the macrobutton field 2007/07/03 13:17:57 od 1.149.92.1: #148498# - WW8 import: adjustment/conversion of certain vertical alignment 	   of absolute postioned objects

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9c507f71f91806e0222ea4be595b3eeed909afbd]

        INTEGRATION: CWS swqbf100 (1.177.82); FILE MERGED 2007/07/09 13:31:57 hbrinkm 1.177.82.1: #i79169# save attributes of macrobutton text and apply them to the macrobutton field

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [30c3d6656bd566949ce0fa6421bc3c4b17fd03ca]

        INTEGRATION: CWS swqbf100 (1.68.36); FILE MERGED 2007/07/02 11:23:36 fme 1.68.36.1: #148505# Removed Table Border GC Code for two reasons: 1. It became obsolete with the implementation of the collapsing table borders and 2. It was buggy anyway

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e0e728b9a48b4fb07342c438ad9d9b94bbfad969]

        INTEGRATION: CWS swqbf100 (1.95.144); FILE MERGED 2007/07/03 07:33:50 fme 1.95.144.1: #148493# tabfrm.cxx

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e5fea7213646ac9a805e9fb60160951378cd02ef]

        INTEGRATION: CWS swqbf100 (1.5.370); FILE MERGED 2007/07/02 11:51:53 fme 1.5.370.1: #148505# Removed Table Border GC Code for two reasons: 1. It became obsolete with the implementation of the collapsing table borders and 2. It was buggy anyway

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3edb398e0ae2f7475d3968a7ad4da7acaba10707]

        INTEGRATION: CWS swqbf100 (1.18.58); FILE MERGED 2007/07/02 11:51:35 fme 1.18.58.1: #148505# Removed Table Border GC Code for two reasons: 1. It became obsolete with the implementation of the collapsing table borders and 2. It was buggy anyway

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [be9701d2242a39dbfc9b0b581fabb1aa18e9cf90]

        INTEGRATION: CWS swqbf99 (1.30.12); FILE MERGED 2007/06/21 13:00:45 ama 1.30.12.1: Fix #i77648#: Undo of number format changes (table cells)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7cf778c4006fec8c3bbc89432d28dd251a3bebbf]

        INTEGRATION: CWS swqbf99 (1.32.120); FILE MERGED 2007/06/21 13:01:18 ama 1.32.120.1: Fix #i77648#: Undo of number format changes (table cells)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [edfa1892668d6373279349f2772b07d817e7a32f]

        INTEGRATION: CWS swqbf99 (1.4.42); FILE MERGED 2007/07/12 13:56:01 hr 1.4.42.3: #i10000#: remove garbage character 2007/07/04 11:04:49 ama 1.4.42.2: #i78216#: Unused code removed 2007/06/13 07:31:09 ama 1.4.42.1: Fix #i78216#: Removed unused (buggy) template

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8965f883ba15f570c9f0d129b966a7348be897e5]

        INTEGRATION: CWS swqbf99 (1.56.42); FILE MERGED 2007/07/02 11:00:59 od 1.56.42.2: #i78921# method <SwXMLTableContext::InsertTableSection(..)> 	 - make code robust 2007/06/19 14:09:51 ama 1.56.42.1: Patch #i77439#: Integer cast

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f156895f6eae9ab8b625bc5528ba6a0a2ba51730]

        INTEGRATION: CWS swqbf99 (1.21.248); FILE MERGED 2007/06/29 09:23:37 hbrinkm 1.21.248.1: #i29646# applied patch

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f103262a50edfdf2acbf713bfa4c5706025fdc84]

        INTEGRATION: CWS swqbf99 (1.103.2); FILE MERGED 2007/06/22 07:31:47 fme 1.103.2.1: #i65041# zhanghj - Added missing action context objects

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0c306df7ba314dbf3ef34a918967ad626e259f55]

        INTEGRATION: CWS swqbf99 (1.26.46); FILE MERGED 2007/06/14 15:09:09 ama 1.26.46.1: Fix #i78482#: Crash in repeat because of missing break in switch statement

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [83dcc3e2ef2cef8f8cb28ac66e78ebecb8e7e832]

        INTEGRATION: CWS swqbf99 (1.97.32); FILE MERGED 2007/07/02 11:04:04 od 1.97.32.3: Patch #i78921# method <SwTxtFrm::_CalcHeightOfLastLine(..)> 	       - make code robust 2007/06/22 12:04:14 fme 1.97.32.2: #i78254# Restart line number should also work with tables spanning over two pages - correction 2007/06/22 12:03:28 fme 1.97.32.1: #i78254# Restart line number should also work with tables spanning over two pages

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a7a7953e235731dab82fb22b23ecd874ec207fa9]

        INTEGRATION: CWS swqbf99 (1.5.14); FILE MERGED 2007/06/14 15:10:56 ama 1.5.14.1: Fix #i77649#: Take care of section and/or table in table cells

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eb3d794c15d8611f93793830714b1d9360a4561d]

        INTEGRATION: CWS swqbf99 (1.62.2); FILE MERGED 2007/06/19 14:10:47 ama 1.62.2.1: Patch #i77439#: Default added to switch statement

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2880f1c6d17f3794d4875357d20db07befc9c1ea]

        INTEGRATION: CWS swqbf99 (1.20.256); FILE MERGED 2007/06/18 13:59:26 ama 1.20.256.1: Fix #i78484#: Compiler issue in debug mode

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ad125114509c928aabd85dd1d971ff29396b1f25]

        INTEGRATION: CWS swqbf99 (1.24.116); FILE MERGED 2007/06/18 13:56:59 ama 1.24.116.1: Fix #i78484#: No formatting in pending action

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [dbb74b2a533dc4b36a94a69c028709f236707aad]

        INTEGRATION: CWS swqbf99 (1.10.62); FILE MERGED 2007/06/13 07:35:37 ama 1.10.62.1: Fix #i78225#: Missing include

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bdf52d7fabecbc6f91243bf7811653242700f95b]

        INTEGRATION: CWS swqbf91 (1.58.98); FILE MERGED 2007/06/21 12:54:15 as 1.58.98.1: #i73788# handle sfx terminate listener exlicit

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d1c66d1caf19df9d33fb978d0bd476d69fa561e2]

        INTEGRATION: CWS swqbf91 (1.27.62); FILE MERGED 2007/05/03 15:21:37 od 1.27.62.1: #i73788# add <XJobManager.idl> and <JobManager.idl>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [cee8b3456cb228b87906102b05ad92571e3e6f89]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/05/03 15:20:12 od 1.1.2.1: #i73788# new interface to manage cancellable jobs

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [326e077b3eb22cf5f2785b53abee88c0d5f09700]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/05/03 15:20:54 od 1.1.2.1: #i73788# new service to manage cancellable jobs

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [43477c4d21065a523e13b73eef8bbc547ebdc8f1]

        INTEGRATION: CWS swqbf91 (1.32.46); FILE MERGED 2007/06/20 05:10:21 as 1.32.46.1: #i73788# new optional interface to notify listener about canceled termination

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [529887edfbd206c166f6955250b7ffc5cef42b07]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 05:09:39 as 1.1.2.1: #i73788# new optional interface to notify listener about canceled termination

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [06ab3f56a4e925a507a0bbdd1b3ee6dee0ea4d38]

        INTEGRATION: CWS swqbf91 (1.15.114); FILE MERGED 2007/06/07 19:47:11 od 1.15.114.1: #i73788# new service com.sun.star.util.comp.FinalThreadManager

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3db47db1f42eacaa356ed30456a53dca34764504]

        INTEGRATION: CWS swqbf91 (1.84.102); FILE MERGED 2007/03/30 11:43:15 od 1.84.102.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [14a45d051f07c33db6a37815afb8aad0854cbc80]

        INTEGRATION: CWS swqbf91 (1.46.6); FILE MERGED 2007/06/08 11:49:23 od 1.46.6.2: RESYNC: (1.46-1.48); FILE MERGED 2007/03/30 11:43:14 od 1.46.6.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [76b9cdd229c64f4e86d9d011a7321fbdfef682dc]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 12:17:56 od 1.1.2.8: #i73788# further steps to final implementation 2007/06/14 14:50:26 od 1.1.2.7: #i73788# further steps to final implementation 2007/06/07 19:47:57 od 1.1.2.6: #i73788# further steps to the final implementation 2007/05/03 15:34:21 od 1.1.2.5: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:16:35 od 1.1.2.4: #i73788# - further refactoring 2007/04/02 12:15:38 od 1.1.2.3: #i73788# - do not pass ownership of finished threads to thread joiner 2007/04/02 10:57:59 od 1.1.2.2: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:25:50 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eff76f9987ba33b214113d5cdd7c5b2557079bb9]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/04/13 10:16:35 od 1.1.2.3: #i73788# - further refactoring 2007/04/13 08:53:12 od 1.1.2.2: #i73788# - adjusting documentation 2007/03/30 11:25:35 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eec864ca8799ee44be744f0b6464f00cdecbf153]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/22 08:36:44 od 1.1.2.6: #i73788# no static mutex on stack 2007/05/03 15:34:21 od 1.1.2.5: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:16:35 od 1.1.2.4: #i73788# - further refactoring 2007/04/13 08:53:12 od 1.1.2.3: #i73788# - adjusting documentation 2007/04/02 10:57:59 od 1.1.2.2: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:26:04 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [542146622262789033ebabe800d96b3f472c63f5]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/22 10:44:01 od 1.1.2.6: #i73788# method to release reference on FinalThreadManager service 2007/06/22 08:36:44 od 1.1.2.5: #i73788# no static mutex on stack 2007/05/03 15:34:21 od 1.1.2.4: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 08:53:12 od 1.1.2.3: #i73788# - adjusting documentation 2007/04/02 13:07:34 od 1.1.2.2: #i73788# - thread savety of class <ThreadJoiner> 2007/04/02 10:55:19 od 1.1.2.1: #i73788# - further redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [efdea11a294be80c4782fa3596763313933707e5]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/03/30 11:26:45 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [78fe662a5ce33c8de36ebd885f786e6db33877ae]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/07 19:47:57 od 1.1.2.8: #i73788# further steps to the final implementation 2007/05/03 15:34:21 od 1.1.2.7: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:16:34 od 1.1.2.6: #i73788# - further refactoring 2007/03/30 11:24:40 od 1.1.2.5: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:41:26 od 1.1.2.4: #i73788# further adjustments to the implementation 2007/03/14 13:14:23 od 1.1.2.3: #i73788# further adjustments to the implementation 2007/03/09 08:53:13 od 1.1.2.2: #i73788# - fix potential deadlock 2007/01/30 14:59:25 od 1.1.2.1: #i73788# new class <SwAsyncRetrieveInputStreamThread> 	 - thread to retrieve input stream data for a certain URL

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [476c2663f7f8a0df13c248ff2b4a94e2d3a3f371]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/03/30 11:26:17 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c342183694cb7385381eb74095726a8e9147a76d]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/05/03 15:34:21 od 1.1.2.3: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:16:34 od 1.1.2.2: #i73788# - further refactoring 2007/03/30 11:26:58 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1b237b5ba668a8167474be783f566336f6d1c8b1]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/03/30 11:27:12 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2cdd3bf475cc3c96aa62abdfb5c61376cf03c988]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/03/30 11:27:26 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2dc3b50fdeaaed6f8ad9b91c15ca4ab4f1b1384d]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 12:17:56 od 1.1.2.4: #i73788# further steps to final implementation 2007/06/14 14:50:26 od 1.1.2.3: #i73788# further steps to final implementation 2007/06/07 19:47:57 od 1.1.2.2: #i73788# further steps to the final implementation 2007/05/03 15:25:28 od 1.1.2.1: #i73788# new class <FinalThreadManager> as an implementation of 	 com::sun::star::util::JobManager

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2828f5d3249ebac66e5d38e02fd54f2c78ac4fc5]

        INTEGRATION: CWS swqbf91 (1.36.6); FILE MERGED 2007/06/08 11:36:19 od 1.36.6.6: RESYNC: (1.37-1.39); FILE MERGED 2007/03/30 11:32:19 od 1.36.6.5: #i73788# - redesign of non-blocking load of linked graphics 2007/03/14 13:23:28 od 1.36.6.4: #i73788# further adjustments to the implementation 2007/03/08 09:53:53 od 1.36.6.3: #i73788# - use new message RES_LINKED_GRAPHIC_STREAM_ARRIVED 	   to notify arrival of the linked graphic stream 	 - use message RES_GRAPHIC_ARRIVED to notify, that the 	   the link is updated with the linked graphic stream 	 Thus, the potential existing graphic update slot at <SWBaseShell> 	 is performed at the correct time. 2007/03/06 09:05:44 od 1.36.6.2: RESYNC: (1.36-1.37); FILE MERGED 2007/01/30 15:06:18 od 1.36.6.1: #i73788# - non-blocking load of linked graphic files

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fdd2fa36b311814819ecf1aa0c400ab13b20ce90]

        INTEGRATION: CWS swqbf91 (1.44.114); FILE MERGED 2007/06/08 11:33:16 od 1.44.114.2: RESYNC: (1.44-1.46); FILE MERGED 2007/03/05 14:40:02 od 1.44.114.1: #i74788# - method <SwEditShell::GetGraphic(..)> 	 -- no load of linked graphic, if it's not needed now 	 - method <SwEditShell::GetIMapGraphic(..)> 	 -- removing default parameter

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1e7064c9b50c23d24a5a6fcd2b22339f97905a19]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 12:18:29 od 1.1.2.9: #i73788# further step to final implementation 2007/06/14 14:53:14 od 1.1.2.8: #i73788# further steps to the final implementation 2007/06/07 19:48:29 od 1.1.2.7: #i73788## further steps to the final implementation 2007/05/03 15:33:00 od 1.1.2.6: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:15:48 od 1.1.2.5: #i73788# - further refactoring 2007/04/13 08:53:45 od 1.1.2.4: #i73788# - adjusting documentation 2007/04/02 12:15:38 od 1.1.2.3: #i73788# - do not pass ownership of finished threads to thread joiner 2007/04/02 10:58:22 od 1.1.2.2: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:30:50 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ee1515076386e750fec2bf3482e0950fcbb3cb35]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/04/13 10:15:48 od 1.1.2.3: #i73788# - further refactoring 2007/04/13 08:53:45 od 1.1.2.2: #i73788# - adjusting documentation 2007/03/30 11:29:59 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d2d2b5608aec1580fcb383b4d678b5c469cfb940]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/22 08:37:25 od 1.1.2.7: #i73788# no static mutex on stack 2007/06/20 12:18:29 od 1.1.2.6: #i73788# further step to final implementation 2007/05/03 15:33:00 od 1.1.2.5: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:15:48 od 1.1.2.4: #i73788# - further refactoring 2007/04/13 08:53:44 od 1.1.2.3: #i73788# - adjusting documentation 2007/04/02 10:58:22 od 1.1.2.2: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:31:13 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1a4df639e9b8213ae7a7a0f8e4f28d96ccec362d]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/22 10:45:42 od 1.1.2.6: #i73788# release static reference of FinalThreadManager service hold 	 by <SwThreadJoiner> on office termination. 2007/06/22 08:37:25 od 1.1.2.5: #i73788# no static mutex on stack 2007/06/07 19:48:29 od 1.1.2.4: #i73788## further steps to the final implementation 2007/05/03 15:33:00 od 1.1.2.3: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 08:53:44 od 1.1.2.2: #i73788# - adjusting documentation 2007/04/02 10:57:19 od 1.1.2.1: #i73788# - further redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [529e4d040de090534d256a7fa10cecff5816b374]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/04/13 10:15:47 od 1.1.2.5: #i73788# - further refactoring 2007/04/13 08:53:44 od 1.1.2.4: #i73788# - adjusting documentation 2007/04/02 10:58:22 od 1.1.2.3: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:29:29 od 1.1.2.2: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:39:16 od 1.1.2.1: #i73788# replacing retrieveinputstreamowner.cxx

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [336037c403351098e0c6428dbbb9e1f0fd2e8449]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 12:18:29 od 1.1.2.10: #i73788# further step to final implementation 2007/06/07 19:48:29 od 1.1.2.9: #i73788## further steps to the final implementation 2007/05/03 15:33:00 od 1.1.2.8: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:15:47 od 1.1.2.7: #i73788# - further refactoring 2007/04/13 08:53:44 od 1.1.2.6: #i73788# - adjusting documentation 2007/03/30 11:29:28 od 1.1.2.5: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:40:43 od 1.1.2.4: #i73788# further adjustments to the implementation 2007/03/14 13:22:15 od 1.1.2.3: #i73788# further adjustments to the implementation 2007/03/09 08:52:53 od 1.1.2.2: #i73788# - fix potential deadlock 2007/01/30 15:04:03 od 1.1.2.1: #i73788# - implementation of new class <SwAsyncRetrieveInputStreamThread>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [02e2f3f6e9293cd9455ccff3eadab7d2e1d76dca]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/05/03 15:33:00 od 1.1.2.5: #i73788# further refactoring of non-blocking load of linked graphics 2007/03/30 11:29:28 od 1.1.2.4: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:40:43 od 1.1.2.3: #i73788# further adjustments to the implementation 2007/03/14 13:22:14 od 1.1.2.2: #i73788# further adjustments to the implementation 2007/01/30 15:01:26 od 1.1.2.1: #i73788# - implementation of new class <SwRetrievedInputStreamDataManager>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [12574e80fc252b63c48dc360faf6e648c88d3359]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/05/03 15:33:00 od 1.1.2.3: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 08:53:44 od 1.1.2.2: #i73788# - adjusting documentation 2007/03/30 11:31:42 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [44f78d99ca6d31f7fc2088a35018499e42cddefc]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/20 12:18:29 od 1.1.2.5: #i73788# further step to final implementation 2007/05/03 15:33:00 od 1.1.2.4: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/13 10:15:47 od 1.1.2.3: #i73788# - further refactoring 2007/04/13 08:53:43 od 1.1.2.2: #i73788# - adjusting documentation 2007/03/30 11:31:56 od 1.1.2.1: #i73788# - redesign of non-blocking load of linked graphics

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1340a1cac833bc90c843c5527e1cc6df9d8d4f01]

        INTEGRATION: CWS swqbf91 (1.4.606); FILE MERGED 2007/06/08 11:31:17 od 1.4.606.6: RESYNC: (1.4-1.5); FILE MERGED solved merge conflict 2007/05/03 15:33:00 od 1.4.606.5: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/02 10:58:22 od 1.4.606.4: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:29:28 od 1.4.606.3: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:40:43 od 1.4.606.2: #i73788# further adjustments to the implementation 2007/01/30 15:07:12 od 1.4.606.1: #i73788# - extended by new object files

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0a7d38bf37107d4cdef9a7ef2ae536b3b1af1278]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/26 09:15:48 od 1.1.2.7: #i73788# final adjustments 2007/06/22 10:45:43 od 1.1.2.6: #i73788# release static reference of FinalThreadManager service hold 	 by <SwThreadJoiner> on office termination. 2007/06/20 12:18:29 od 1.1.2.5: #i73788# further step to final implementation 2007/06/14 14:53:14 od 1.1.2.4: #i73788# further steps to the final implementation 2007/06/11 09:09:57 od 1.1.2.3: add pre-compiled header include after resync 2007/06/07 19:48:29 od 1.1.2.2: #i73788## further steps to the final implementation 2007/05/03 15:26:15 od 1.1.2.1: #i73788# implementation of class <FinalThreadManager>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [17b5474c607091c780af7149fbc85fe3048abc62]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/07 19:48:29 od 1.1.2.2: #i73788## further steps to the final implementation 2007/05/03 15:27:12 od 1.1.2.1: #i73788# new class <CancellableJob>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e16a9ede18dca79a4bda4f5ab94997c08cee8900]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/06/11 09:09:57 od 1.1.2.2: add pre-compiled header include after resync 2007/05/03 15:28:02 od 1.1.2.1: #i73788# new class <CancellableJob>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2cbc57c8283d26924d95b77398f85e96ca4ea155]

        INTEGRATION: CWS swqbf91 (1.35.32); FILE MERGED 2007/03/30 11:32:54 od 1.35.32.3: #i73788# - redesign of non-blocking load of linked graphics 2007/03/08 09:41:46 od 1.35.32.2: #i73788# method <SwNoTxtFrm::Modify(..)> 	 - handle new message RES_LINKED_GRAPHIC_STREAM_ARRIVED as 	   RES_GRAPHIC_ARRIVED 2007/01/30 15:08:25 od 1.35.32.1: #i73788# - non-blocking load of linked graphic files

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bd4e2db1259891c3474930198f9b20e696a2db16]

        INTEGRATION: CWS swqbf91 (1.71.6); FILE MERGED 2007/06/25 13:08:14 od 1.71.6.7: RESYNC: (1.73-1.74); FILE MERGED 2007/06/22 10:50:31 od 1.71.6.6: #i73788# remove unused code 2007/06/08 11:29:15 od 1.71.6.5: RESYNC: (1.71-1.73); FILE MERGED resolved merge conflict 2007/05/03 15:29:00 od 1.71.6.4: #i73788# further refactoring of non-blocking load of linked graphics 2007/04/02 10:58:38 od 1.71.6.3: #i73788# - further redesign of non-blocking load of linked graphics 2007/03/30 11:32:54 od 1.71.6.2: #i73788# - redesign of non-blocking load of linked graphics 2007/01/30 15:09:57 od 1.71.6.1: #i73788# method <SwDoc::~SwDoc()> 	 - suspend starting of thread during destruction of document.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [24b69356bbb887efad60a8b273b78e8372bf8d26]

        INTEGRATION: CWS swqbf91 (1.1.2); FILE ADDED 2007/03/28 13:24:50 od 1.1.2.1: #i73788# helper class to pause starting of threads

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [43c26673dacd4c2745bd0abd8d25d6ec72a271bc]

        INTEGRATION: CWS swqbf91 (1.18.134); FILE MERGED 2007/06/08 11:16:57 od 1.18.134.4: RESYNC: (1.18-1.19); FILE MERGED 2007/03/30 11:24:17 od 1.18.134.3: #i73788# - redesign of non-blocking load of linked graphics 2007/03/15 11:38:40 od 1.18.134.2: #i73788# further adjustments for the implementation 2007/01/30 14:57:36 od 1.18.134.1: #i73788# class <SwGrfNode> now inherits also from new class <SwAsyncRetrieveInputStreamThreadOwner>

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eff2f5369af084711536fa935a28e332fe5020e7]

        INTEGRATION: CWS swqbf91 (1.32.12); FILE MERGED 2007/06/08 11:16:50 od 1.32.12.2: RESYNC: (1.32-1.33); FILE MERGED 2007/03/08 09:40:28 od 1.32.12.1: #i73788# new message ID: RES_LINKED_GRAPHIC_STREAM_ARRIVED

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3edec05058a29c4e0cd7924fc9efe13178b7fbc3]

        INTEGRATION: CWS swqbf91 (1.53.134); FILE MERGED 2007/06/08 11:14:55 od 1.53.134.3: RESYNC: (1.54-1.56); FILE MERGED 2007/03/06 08:55:06 od 1.53.134.2: RESYNC: (1.53-1.54); FILE MERGED 2007/03/05 14:38:14 od 1.53.134.1: #i74788# method <SwEditShell::GetIMapGraphic(..)> 	 - removing default parameter, because method always called with default value

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f3964452a8231f8be34e21598028083b74f2aa66]

        INTEGRATION: CWS swqbf91 (1.9.122); FILE MERGED 2007/06/21 12:53:27 as 1.9.122.1: #i73788# handle sfx terminate listener exlicit

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [638560cbca99ac6e412438e86f67ff797fdd338e]

        INTEGRATION: CWS swqbf91 (1.6.122); FILE MERGED 2007/06/21 12:53:27 as 1.6.122.1: #i73788# handle sfx terminate listener exlicit

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d184137f6240cf6e1544c2765f76988678aca27c]

        INTEGRATION: CWS swqbf91 (1.61.120); FILE MERGED 2007/06/21 12:53:26 as 1.61.120.2: #i73788# handle sfx terminate listener exlicit 2007/06/20 05:11:39 as 1.61.120.1: #i73788# desktop.terminate() supports new optional interface which notifies listener about canceled termination

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ef96cf4ed45eba95550d867e0153c76bb143e28a]

        INTEGRATION: CWS swqbf91 (1.5.122); FILE MERGED 2007/06/21 12:53:26 as 1.5.122.1: #i73788# handle sfx terminate listener exlicit

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c42c00d8d4becddff185871ff557b35ac7958515]

        INTEGRATION: CWS swqbf91 (1.22.180); FILE MERGED 2007/06/21 12:53:26 as 1.22.180.2: #i73788# handle sfx terminate listener exlicit 2007/06/20 05:11:39 as 1.22.180.1: #i73788# desktop.terminate() supports new optional interface which notifies listener about canceled termination

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [69777e627571d2d11a1249212c2a01a3b522288a]

        INTEGRATION: CWS swqbf91 (1.41.56); FILE MERGED 2007/06/21 12:53:26 as 1.41.56.2: #i73788# handle sfx terminate listener exlicit 2007/06/20 05:11:39 as 1.41.56.1: #i73788# desktop.terminate() supports new optional interface which notifies listener about canceled termination

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0f4970cb52775c8dac499f42b4593b6ab59b4dbe]

        INTEGRATION: CWS swqbf91 (1.6.320); FILE MERGED 2007/06/21 12:53:26 as 1.6.320.1: #i73788# handle sfx terminate listener exlicit

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d981bd1e3bd0b2a87c99309ebfb8582356892458]

        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>  [e8404023fe570719946593c9142099fca42d9ada]

        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>  [4b9308fe6e3390a5a094cc36bd8a8cbb8cf54b2a]

        INTEGRATION: CWS os100 (1.61.18); FILE MERGED 2007/07/10 14:07:57 os 1.61.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7d985ee8b65ae072b42435a82fa3fc19971d6492]

        INTEGRATION: CWS os100 (1.30.18); FILE MERGED 2007/07/10 14:07:57 os 1.30.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8bdb14b8dc9c1791e45dcbf040ab47a6ddd24ac8]

        INTEGRATION: CWS os100 (1.27.18); FILE MERGED 2007/07/10 14:07:56 os 1.27.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [87c9b02fc796fcef67e47fba835c3b665555e4f5]

        INTEGRATION: CWS os100 (1.18.18); FILE MERGED 2007/07/10 14:07:56 os 1.18.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4017d090fa344cf894bf1e7e12064e057168edba]

        INTEGRATION: CWS os100 (1.6.18); FILE MERGED 2007/07/10 14:07:56 os 1.6.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7682591c32dba248a5d66a60a4134b3a7d868b47]

        INTEGRATION: CWS os100 (1.7.18); FILE MERGED 2007/07/10 14:07:56 os 1.7.18.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7fe80998e25b5832c570a7d1f455f60a43095cc6]

        INTEGRATION: CWS os100 (1.2.152); FILE MERGED 2007/07/10 14:07:55 os 1.2.152.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8e045c22340c0e5f83be28f12cdbd8cc50549e15]

        INTEGRATION: CWS os100 (1.7.344); FILE MERGED 2007/07/10 13:46:14 os 1.7.344.1: #i69731# enable database fields to work without data source and data table settingenable database fields to work without data source and data table setting

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [caf75522b5367b6d8f0319078a27b8ec4da5c150]

        INTEGRATION: CWS os100 (1.42.14); FILE MERGED 2007/07/10 13:42:55 os 1.42.14.1: #i65257# text append interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4a3b05802691bf905d36bca28258e56d11500b74]

        INTEGRATION: CWS os100 (1.1.10); FILE ADDED 2007/07/10 13:41:34 os 1.1.10.2: #i65257# text append interface 2006/05/10 13:58:00 os 1.1.10.1: file XTextPortionAppend.idl was added on branch cws_src680_os100 on 2007-07-10 13:41:34 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5801e9d0236707e23333282616d4afae9407a163]

        INTEGRATION: CWS os100 (1.1.10); FILE ADDED 2007/07/10 13:42:07 os 1.1.10.2: #i65257# text append interface 2006/05/15 13:19:34 os 1.1.10.1: file XTextConvert.idl was added on branch cws_src680_os100 on 2007-07-10 13:42:07 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c6c6d0f414c328a41e12d5537e3958b53f77addf]

        INTEGRATION: CWS os100 (1.1.10); FILE ADDED 2007/07/10 13:41:45 os 1.1.10.2: #i65257# text append interface 2006/05/15 13:22:32 os 1.1.10.1: file XTextContentAppend.idl was added on branch cws_src680_os100 on 2007-07-10 13:41:45 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [82edf18742f41f043c7c9d44e17a9d7fb3d006db]

        INTEGRATION: CWS os100 (1.1.8); FILE ADDED 2007/07/10 13:42:25 os 1.1.8.2: #i65257# text append interface 2006/08/30 14:05:08 os 1.1.8.1: file XTextAppendAndConvert.idl was added on branch cws_src680_os100 on 2007-07-10 13:42:25 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [819dee3f48ed0cea5349f7996ce0bfceb06a2bc8]

        INTEGRATION: CWS os100 (1.1.8); FILE ADDED 2007/07/10 13:41:56 os 1.1.8.2: #i65257# text append interface 2006/08/30 14:05:19 os 1.1.8.1: file XTextAppend.idl was added on branch cws_src680_os100 on 2007-07-10 13:41:56 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4ee324b2aebf43941bbec809b88f2c0e0dbe87b8]

        INTEGRATION: CWS os100 (1.1.10); FILE ADDED 2007/07/10 13:41:23 os 1.1.10.2: #i65257# text append interface 2006/05/10 13:57:35 os 1.1.10.1: file XParagraphAppend.idl was added on branch cws_src680_os100 on 2007-07-10 13:41:22 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [434dde9cf5a3a2aa8b87dbad292118e0b45e1b60]

        INTEGRATION: CWS os100 (1.17.226); FILE MERGED 2007/07/11 06:55:57 os 1.17.226.1: #i79458# HeaderRowCountProperty added to table

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [efd707cc228352504dad4e760a7cc1c04a9c4d72]

        INTEGRATION: CWS os100 (1.10.344); FILE MERGED 2007/07/10 13:43:52 os 1.10.344.1: #i71108# graphic::XGraphic added

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [44a723f2defdba5cbca19b8342efe6bab54ac671]

        INTEGRATION: CWS os100 (1.29.226); FILE MERGED 2007/07/10 13:48:51 os 1.29.226.1: documentation: rotation not in degrees, but in tenths of a degree

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [624f8eb7a758c006796cc6b26ac8e5673a85c33b]

        INTEGRATION: CWS os100 (1.8.688); FILE MERGED 2007/07/12 06:21:27 os 1.8.688.2: 'merge' error fixed 2007/07/11 12:08:17 os 1.8.688.1: adding formatclipboard to EXCEPTIONFILES

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [dbd2bbe0eb60f4bc47bcf7696978ad111f96e60a]

        INTEGRATION: CWS os100 (1.119.58); FILE MERGED 2007/07/11 12:12:58 os 1.119.58.1: #i69731# make database fields work without data source and data table

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [275bd4406a9dfe8b74f98e49485b48c32230075d]

        INTEGRATION: CWS os100 (1.31.62); FILE MERGED 2007/07/12 06:02:03 os 1.31.62.2: 'merge error fixed 2007/07/11 07:39:31 os 1.31.62.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [44e762df8c07c6b2d1264e3015c796909d33e4c7]

        INTEGRATION: CWS os100 (1.104.14); FILE MERGED 2007/07/11 06:56:33 os 1.104.14.1: #i79458# HeaderRowCountProperty added to table

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c35db87a0388580533e20e59739a72cece15af79]

        INTEGRATION: CWS os100 (1.72.64); FILE MERGED 2007/07/11 11:56:37 os 1.72.64.1: make sure style is created in ::setParent

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ae57597bd0bfaa38d56b7bc60f4e9e638e2f6115]

        INTEGRATION: CWS os100 (1.129.90); FILE MERGED 2007/07/11 08:49:53 os 1.129.90.2: #i69733# property IsInput fixed 2007/07/11 06:56:34 os 1.129.90.1: #i79458# HeaderRowCountProperty added to table

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7e4197c31e0a0575ec52e2c824096f01bd2a7690]

        INTEGRATION: CWS os100 (1.59.62); FILE MERGED 2007/07/11 12:06:05 os 1.59.62.1: #i65257# prevent setting of portion attributes to the ContentNode

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [08d5b130d2be81326af05372e9dec543960554c2]

        INTEGRATION: CWS os100 (1.198.88); FILE MERGED 2007/07/11 12:13:24 os 1.198.88.4: #i69731# make database fields work without data source and data table 2007/07/11 08:49:53 os 1.198.88.3: #i69733# property IsInput fixed 2007/07/11 06:56:33 os 1.198.88.2: #i79458# HeaderRowCountProperty added to table 2007/07/10 13:01:12 os 1.198.88.1: #i71108# graphic::XGraphic added

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4ca2340ef12acae11e4e65ced3b1b2977c16c1f9]

        INTEGRATION: CWS os100 (1.25.64); FILE MERGED 2007/07/11 08:42:35 os 1.25.64.1: #i79460# ::getAnchor() fixed

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [deba85c5b73f36affe672567ed4a45938953f312]

        INTEGRATION: CWS os100 (1.111.64); FILE MERGED 2007/07/12 05:52:07 os 1.111.64.3: 'merge' error fixed 2007/07/11 08:34:52 os 1.111.64.2: #i65257# text append and convert interfaces 2007/07/10 13:16:32 os 1.111.64.1: #i71108# graphic::XGraphic added

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [0b561c379293df2916124cecd390afa15b9cc198]

        INTEGRATION: CWS os100 (1.96.62); FILE MERGED 2007/07/11 11:16:28 os 1.96.62.2: #i794741# NumberingType/NumberFormat conflict SetExpression fields solved 2007/07/11 09:56:39 os 1.96.62.1: #i69732# getTextFieldMaster fixed for not yet inserted fields

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [95a726f12f5a26dffa4440b03bcf4d92ccf54a76]

        INTEGRATION: CWS os100 (1.5.74); FILE MERGED 2007/07/11 11:53:11 os 1.5.74.1: lcl_AdjustWidthInLine: prevent rounding errors

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b2dc2ef4f35ef098463e04a45f97d1ace4dfcd0b]

        INTEGRATION: CWS os100 (1.45.90); FILE MERGED 2007/07/11 07:39:50 os 1.45.90.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8fd750960ab55ee818c099c115326d19c24490cb]

        INTEGRATION: CWS os100 (1.120.90); FILE MERGED 2007/07/11 08:50:03 os 1.120.90.2: #i69733# property IsInput fixed 2007/07/11 06:51:30 os 1.120.90.1: #i79458# HeaderRowCountProperty added to table

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f0645e0e4989ce5363cbc8ddd26532673281822c]

        INTEGRATION: CWS os100 (1.43.400); FILE MERGED 2007/07/11 07:39:02 os 1.43.400.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d842913c683aa30c2c0f1c48817fdef1695d34cd]

        INTEGRATION: CWS os100 (1.20.356); FILE MERGED 2007/07/11 08:35:06 os 1.20.356.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [69b71f1edf53058f327b1ee5ed2086b07540069a]

        INTEGRATION: CWS os100 (1.17.142); FILE MERGED 2007/07/11 09:56:27 os 1.17.142.1: #i69732# getTextFieldMaster fixed for not yet inserted fields

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e21104a6ca4b757be30bab2c03eb72532ee8ad32]

        INTEGRATION: CWS os100 (1.16.292); FILE MERGED 2007/07/11 07:39:02 os 1.16.292.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e3075f11a1069cb49b835123bf5ebb23f9859d92]

        INTEGRATION: CWS os100 (1.138.12); FILE MERGED 2007/07/11 07:39:02 os 1.138.12.1: #i65257# text append and convert interfaces

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fe9aa0582d5b094c15c0ccfb946d1b87f052d3a5]

        INTEGRATION: CWS os100 (1.72.14); FILE MERGED 2007/07/11 06:51:30 os 1.72.14.2: #i79458# HeaderRowCountProperty added to table 2007/07/10 10:39:07 os 1.72.14.1: #i71108# graphic::XGraphic added

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1e825007b928acf6c68eb8200d720b5493404f83]

        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>  [ae61ba69e744b9f44190732463f9f35a53dc2ab1]

        INTEGRATION: CWS os100 (1.19.24); FILE MERGED 2007/07/13 15:48:19 os 1.19.24.1: #i65257# text import API extended

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [603a22d396e05960586403717c608500dff03f56]

        INTEGRATION: CWS os100 (1.32.24); FILE MERGED 2007/07/13 15:48:19 os 1.32.24.1: #i65257# text import API extended

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ba4e43406deaad893e83d8a937370eb3e0c1a194]

        INTEGRATION: CWS unomacli64 (1.9.2); FILE MERGED 2007/06/05 15:18:13 kr 1.9.2.1: #i77422# fixed export

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f229f4e77364f4f078c20b64980b31112def5753]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/08 09:10:17 kr 1.2.2.2: #i78114# missing includes for precompiled headers 2007/06/05 15:09:13 kr 1.2.2.1: #i77422# Use va_list * instead of plain type; added missing include for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [31f538e034655145af92616cd352be681dfc0a6a]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/05 15:16:32 kr 1.2.2.1: #i78114# fixes for x64

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [97c3f60b851250ebcbfb44d2082c493399c1032b]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/06/05 15:15:13 kr 1.3.2.2: #i78114# lost .def files 2007/05/09 15:43:22 kr 1.3.2.1: file TestEnvironment.def was added on branch cws_src680_unomacli64 on 2007-06-05 15:15:13 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f60bb431114d110e6f8c52df831fe9441b8eecab]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/08 09:10:17 kr 1.2.2.1: #i78114# missing includes for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d827ba1e7ae9da0590bc384666b36559e0b76cab]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/06/05 15:15:12 kr 1.3.2.2: #i78114# lost .def files 2007/05/09 15:43:22 kr 1.3.2.1: file path.test.def was added on branch cws_src680_unomacli64 on 2007-06-05 15:15:12 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [21e1be27e53b0578a6c8bff4fc8bf55a0f41ec32]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/07/10 11:20:57 kr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/05 15:16:31 kr 1.2.2.1: #i78114# fixes for x64

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [026bc11733df3fbe7cddbff98684248bd43db5ff]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/06/05 15:15:12 kr 1.3.2.2: #i78114# lost .def files 2007/05/09 15:43:22 kr 1.3.2.1: file TestMapping.def was added on branch cws_src680_unomacli64 on 2007-06-05 15:15:12 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [deb9e81e0024527d522eefd7fd688327a757006d]

        INTEGRATION: CWS unomacli64 (1.3.36); FILE MERGED 2007/06/22 11:53:13 kr 1.3.36.1: fixed #i78114#: warnings, needed to use SAL_IMPLEMENT_MAIN for rtl_getApp funs

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [35c6cd69c68068b0fe0115b61dd599fd89f0a131]

        INTEGRATION: CWS unomacli64 (1.1.4); FILE ADDED 2007/06/05 15:15:12 kr 1.1.4.2: #i78114# lost .def files 2006/01/30 09:38:50 kr 1.1.4.1: file empty.def was added on branch cws_src680_unomacli64 on 2007-06-05 15:15:12 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1fdbc8f7ab522e60b72f4de2b9c5fbc82431df18]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/05 15:15:55 kr 1.2.2.1: #i78114# missing includes for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [054f5111d1bd8b418fba3e67551720106601f5cc]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/05/31 08:41:36 kr 1.3.2.2: added lost def file 2007/05/09 15:43:21 kr 1.3.2.1: file ProbeEnv.def was added on branch cws_src680_unomacli64 on 2007-05-31 08:41:36 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [944f6fea167841ecb3e167c9202245a6f7174eb7]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/05 15:09:13 kr 1.2.2.1: #i77422# Use va_list * instead of plain type; added missing include for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c5ebe21f2a360eb053f19914f57510952a0c02d6]

        INTEGRATION: CWS unomacli64 (1.36.2); FILE MERGED 2007/06/05 15:06:18 kr 1.36.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [90d09d7096ed4ed63e73f65d7bf81ae273da76d2]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/05 15:06:18 kr 1.2.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [caf94d5af3875b23720a5c80ac5ff80706b6a709]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE MERGED 2007/06/05 15:06:18 kr 1.3.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5a8c9b573f0324f36e77f9c65dca68e3fbedb493]

        INTEGRATION: CWS unomacli64 (1.16.36); FILE MERGED 2007/06/07 10:54:33 kr 1.16.36.2: fixed: #i77600# warning because of wrong format specifier - now uses C++ style casts 2007/06/07 09:22:29 kr 1.16.36.1: fixed: #i77600# warning because of wrong format specifier

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [38179b1ca977b1c45a3cda44bf1192118119ac24]

        INTEGRATION: CWS unomacli64 (1.11.36); FILE MERGED 2007/06/07 10:54:33 kr 1.11.36.2: fixed: #i77600# warning because of wrong format specifier - now uses C++ style casts 2007/06/07 09:22:29 kr 1.11.36.1: fixed: #i77600# warning because of wrong format specifier

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3c606ae18406f86638a4e666be0ee34c158328b8]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE MERGED 2007/07/10 11:18:49 kr 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/05 15:04:44 kr 1.3.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [938ae4651467dfa328050233525d5d2be7762dfb]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE MERGED 2007/06/05 15:04:44 kr 1.3.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fbd986475b8d991a1b3167309bbb55f88824008b]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE MERGED 2007/06/05 15:04:34 kr 1.3.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fc7723f604aee4e7199b420a94ed33d65c91071c]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE MERGED 2007/06/05 15:04:23 kr 1.3.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [502f9b21e153822d48a0498e7eccdc14e1ba44b5]

        INTEGRATION: CWS unomacli64 (1.8.2); FILE MERGED 2007/06/05 15:00:52 kr 1.8.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [efb0012c3e3862fff3b5186ddfe3119f2e15ff82]

        INTEGRATION: CWS unomacli64 (1.11.2); FILE MERGED 2007/06/05 15:00:52 kr 1.11.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9872c43b2ed0d315e6cdc8ca90cc541c7a970a8c]

        INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED 2007/06/05 15:00:52 kr 1.2.2.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a225f83ebae83a6142057551f8a97b9d3aa41d6f]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/06/08 09:54:32 kr 1.3.2.2: #i78114# lost during integration of bunoexttm 2007/05/09 15:25:43 kr 1.3.2.1: file TestComponent.uno.def was added on branch cws_src680_unomacli64 on 2007-06-08 09:54:32 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [91d04571ea091ff8afcef95658d4390f5bcc2a1d]

        INTEGRATION: CWS unomacli64 (1.2.6); FILE MERGED 2007/06/08 09:53:51 kr 1.2.6.1: #i78114# missing includes for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1fe26ec84b68ff147f6ec42e1bd464c8a56e720f]

        INTEGRATION: CWS unomacli64 (1.3.2); FILE ADDED 2007/06/08 09:54:32 kr 1.3.2.2: #i78114# lost during integration of bunoexttm 2007/05/09 15:22:54 kr 1.3.2.1: file TestEnv.def was added on branch cws_src680_unomacli64 on 2007-06-08 09:54:32 +0000

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [68d26285846d5e10c979d54cb9d1dfb3c5a7dd43]

        INTEGRATION: CWS unomacli64 (1.2.6); FILE MERGED 2007/06/08 09:53:51 kr 1.2.6.2: #i78114# missing includes for precompiled headers 2007/06/08 08:40:55 kr 1.2.6.1: #i77422# Use va_list * instead of plain type

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [81125ed50ed478e756233f04d1a8e626d584eb53]

        INTEGRATION: CWS unomacli64 (1.27.6); FILE MERGED 2007/06/06 07:40:31 kr 1.27.6.1: #i77422# Use va_list * instead of plain type; added missing include for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [cc197d750f05c9723036b91fdd8f04da96a9c1d0]

        INTEGRATION: CWS unomacli64 (1.46.6); FILE MERGED 2007/06/29 11:13:54 kr 1.46.6.3: fixed: #i78830# use map file for all gcc3 platforms 2007/06/27 15:34:05 kr 1.46.6.2: types are now sorted :-) 2007/06/27 14:45:55 kr 1.46.6.1: fixed: added missing types; enhanced: support map files for all Linux-GCC based platforms

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [da6cab4fca6e8814a30b7ce099f28e6f60884b02]

        INTEGRATION: CWS unomacli64 (1.1.2); FILE ADDED 2007/07/11 14:50:10 kr 1.1.2.3: fixed: removed merged in component_getDescriptionFun 2007/07/04 18:08:24 kr 1.1.2.2: fixed: missed sal_Int32 in OPropertyArrayHelper::OPropertyArrayHelper 2007/06/29 11:13:54 kr 1.1.2.1: fixed: #i78830# use map file for all gcc3 platforms

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bc57543c1d0141e157bd461d7a9c99486dd057ef]

        INTEGRATION: CWS unomacli64 (1.30.6); FILE MERGED 2007/06/06 07:40:31 kr 1.30.6.1: #i77422# Use va_list * instead of plain type; added missing include for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6bda227e7e8865310972e9c593cbf46cec00d63d]

        INTEGRATION: CWS unomacli64 (1.3.122); FILE MERGED 2007/06/29 11:14:39 kr 1.3.122.2: jkims patch - noopt only for cppinterfaceproxy.cxx 2007/06/20 12:21:31 kr 1.3.122.1: fixed: #78284# - somehow optimization needs to be disabled

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [730399de90add4e35da9754a8f7525b443237026]

        INTEGRATION: CWS unomacli64 (1.6.50); FILE MERGED 2007/06/20 10:29:46 kr 1.6.50.1: fixed: #i78284#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [242b9c51dbec5424dafb55ac2d463892aebedb6a]

        INTEGRATION: CWS unomacli64 (1.6.4); FILE MERGED 2007/06/06 07:38:41 kr 1.6.4.1: #i77422# Use va_list * instead of plain type; added missing include for precompiled headers

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [30f6f8c5b2be79bc1ab8d073f42a86aaf1ec3196]

        INTEGRATION: CWS unomacli64 (1.13.10); FILE MERGED 2007/06/20 10:29:46 kr 1.13.10.1: fixed: #i78284#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [28e75017a69f99631d802d81faedb74af1bdf469]

        INTEGRATION: CWS unomacli64 (1.1.2); FILE ADDED 2007/06/20 10:29:46 kr 1.1.2.1: fixed: #i78284#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a85b842caba4b0a0b9807540790ecfdd4af87909]

        INTEGRATION: CWS aw051 (1.103.38); FILE MERGED 2007/06/22 09:33:15 aw 1.103.38.1: changes after resync: warning free

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4b7e13a3636ecd43fb743e65f12e93c21971a4e1]

        INTEGRATION: CWS aw051 (1.28.42); FILE MERGED 2007/06/22 08:58:56 aw 1.28.42.1: changes after resync: warning free

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [20262eb6faa91d7ba397a1688239b68d21e9af79]

        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>  [c1f74df3778b2d0d79b93b54ae855490d3a9882a]

        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>  [582ca441a405dc84bb8bc2ddf3ef958a786c9553]

        #i10000# additional change for aw051

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [31066180921b9f3137259dcb8981918b6de426f0]

        INTEGRATION: CWS aw051 (1.12.8); FILE MERGED 2007/06/21 16:28:32 aw 1.12.8.4: #i78198# applied 64bit patch for object selection(s) 2007/06/15 13:36:14 aw 1.12.8.3: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/12 16:32:54 aw 1.12.8.2: #i77162# Continued adaptions to bezier handling 2007/06/08 14:52:14 aw 1.12.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [026df733ebc1bb8d9a34fb6153b501d8df5de908]

        INTEGRATION: CWS aw051 (1.34.100); FILE MERGED 2007/05/21 18:05:54 aw 1.34.100.3: RESYNC: (1.35-1.36); FILE MERGED 2007/05/10 15:33:36 aw 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2007/05/03 16:21:26 aw 1.34.100.1: #i4219# Support for reading page maximum size and page margins from SvtOptionsDrawinglayer

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c6f546608ecc2fd906cdd007e37b2a9c6111259f]

        #i79714# fix for gcj

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [eb1a8dfc3ee2a9180f060f8450f227d49b623746]

        INTEGRATION: CWS aw051 (1.7.64); FILE MERGED 2007/06/09 11:50:16 aw 1.7.64.1: #i77162# Adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c661df1b10090d828bacf0845117a1ec30cc2a6e]

        INTEGRATION: CWS aw051 (1.17.4); FILE MERGED 2007/06/22 08:58:56 aw 1.17.4.1: changes after resync: warning free

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5e693f23e19a0d86b9c9729b84b3fa1b1f48c6ec]

        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>  [1f5899f9b78718c5c13f3cce9a651be873601e5e]

        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>  [252e5a2f9d473d67c5b1a15fb64d46a490385591]

        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>  [59e5a09de1e9fa96621dc8a588d65634ee401426]

        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>  [7a33932b435b7aafc4bae2ff67ae97bbe3dac9a7]

        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>  [67adbfe3ea8485a339fc570d4ada08eae271fe72]

        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>  [6656bdaf82d41661150f4d12168fa0aa0169df00]

        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>  [c2e47990f5a7314472cbd3bac27dee4df6d3af6e]

        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>  [ed0fda93cfc789a585b8fce3d74a76906ccab616]

        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>  [608b61708fb70cf8974d676cc28a19231e530ec0]

        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>  [05258ecf60b6ee644838af38bb86c8fc570f51fe]

        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>  [2c3f7d6f61ba38d3ebc71cf6d8795d136a134361]

        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>  [cbf1f8734dde81174e0119d8f42cf69e5eb308c5]

        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>  [faf6e9c244eb811e5a71d6e7d237f519fd7af91d]

        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>  [4ee3f7e3e971e34336036ed35b95c441f4fa7127]

        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>  [a45464095be4abcb229509e2233473dcd13d6e1f]

        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>  [7a9f4ed48a1cd3fd088722d69de2f7f6ea40a0ae]

        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>  [50d08ec1e70bc1fdf5cdd8883ad2bd46053b006d]

        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>  [802cc3ebd75488ccba262908e9e0015a31d93346]

        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>  [1af4a70e92a0a6c9700704815765e8561916d348]

        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>  [2b8079e08c8baa9662c5a02bbcd95d345477d7f2]

        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>  [f47910f9868a03019642a2eee02124d4af9310cb]

        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>  [d001033f9d1f059acb6e5ca6aa79702c657431fb]

        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>  [5eb8c8fe3a6640899ed13bf2cfa7801e9287feeb]

        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>  [e87ef674b04f3bf0b02f4ec95f095f6451bfb352]

        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>  [1242d5e27a6180e05a100203e40e3cca65df6bd4]

        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>  [2cf2be48ed80736b8cf4309e0dca179e4b6f76a9]

        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>  [a4cfc4b0f6905dde001de040aceff2cc9636cd10]

        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>  [7fe85832d8b74ecaec653ff6796e2670406628a9]

        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>  [a974e55a3f2eb3c82a3150c3746dcc32feb2eb2c]

        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>  [cc34f5a987866f8863c05e2528ff954181781857]

        INTEGRATION: CWS aw051 (1.38.94); FILE MERGED 2007/06/08 14:52:14 aw 1.38.94.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [092c14df2c28e4b0bc6696fab7d0b8d463183d4e]

        INTEGRATION: CWS aw051 (1.62.6); FILE MERGED 2007/06/15 13:36:14 aw 1.62.6.3: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/12 16:32:54 aw 1.62.6.2: #i77162# Continued adaptions to bezier handling 2007/06/08 14:52:14 aw 1.62.6.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f6aad81596133ebddc1fc38ef4caee3d562e8fd3]

        INTEGRATION: CWS aw051 (1.24.190); FILE MERGED 2007/06/08 14:52:14 aw 1.24.190.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [465518bfc4c4419464309242757f423d4d915965]

        INTEGRATION: CWS aw051 (1.9.284); FILE MERGED 2007/07/06 10:45:07 aw 1.9.284.2: #i74358# corrected too much for the old stuff 2007/06/21 16:23:47 aw 1.9.284.1: #i74358# corrected rotate/shear applied by F4 dialog

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [372b5b8269ac1237bc94d5acc1f050bebd59cb4f]

        INTEGRATION: CWS aw051 (1.41.8); FILE MERGED 2007/06/18 08:50:34 aw 1.41.8.4: #i77162# curve split inserts given test point, but needs to use the offset to the actual split point to create an C1 continuity in the split pont 2007/06/15 13:36:14 aw 1.41.8.3: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/12 16:32:54 aw 1.41.8.2: #i77162# Continued adaptions to bezier handling 2007/06/08 14:52:14 aw 1.41.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [477980c2d8227e522766d8d61f47480c3be60bf9]

        INTEGRATION: CWS aw051 (1.32.8); FILE MERGED 2007/06/08 14:52:13 aw 1.32.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [04c7f489372be2f8e7f5cb7cafc77a7babb15699]

        INTEGRATION: CWS aw051 (1.40.8); FILE MERGED 2007/06/08 14:52:13 aw 1.40.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5d7ee812adb83a09282f8c137903e19ca3f8e81a]

        INTEGRATION: CWS aw051 (1.32.186); FILE MERGED 2007/06/21 16:28:32 aw 1.32.186.1: #i78198# applied 64bit patch for object selection(s)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2e70e54b7dc2f3145951a55949f0e21637018a14]

        INTEGRATION: CWS aw051 (1.10.284); FILE MERGED 2007/06/21 16:28:32 aw 1.10.284.1: #i78198# applied 64bit patch for object selection(s)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1bf6d5fba22b6f7367b2f5b69e8206d2bcc63c38]

        INTEGRATION: CWS aw051 (1.24.186); FILE MERGED 2007/05/10 15:57:09 aw 1.24.186.2: RESYNC: (1.24-1.25); FILE MERGED 2007/05/03 14:18:53 aw 1.24.186.1: #i53286# using GetCursorBlinkRate now

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c4705ada28f3b35273acaff5af28a433cffa6c4c]

        INTEGRATION: CWS aw051 (1.27.98); FILE MERGED 2007/06/21 16:28:32 aw 1.27.98.5: #i78198# applied 64bit patch for object selection(s) 2007/06/08 14:52:13 aw 1.27.98.4: #i77162# adaptions to changed B2DPolygon bezier handling 2007/05/21 18:23:52 aw 1.27.98.3: RESYNC: (1.28-1.29); FILE MERGED 2007/05/10 15:56:50 aw 1.27.98.2: RESYNC: (1.27-1.28); FILE MERGED 2007/05/10 09:56:57 aw 1.27.98.1: #i76891#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f76c3bc0f6232c2db96db6c20c19e7bf6a60a270]

        INTEGRATION: CWS aw051 (1.27.182); FILE MERGED 2007/06/21 16:23:47 aw 1.27.182.1: #i74358# corrected rotate/shear applied by F4 dialog

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4ddd745f1d8649b5aa3e2a7d6936a3c542ac88c4]

        INTEGRATION: CWS aw051 (1.17.186); FILE MERGED 2007/05/03 14:18:45 aw 1.17.186.1: #i73341# GluePoint creation ignores equality of last two drag points

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c64f3ad098b42b12dafc3dc506e6851160fe1d46]

        INTEGRATION: CWS aw051 (1.14.220); FILE MERGED 2007/06/08 14:52:13 aw 1.14.220.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e518425ebc0c84e477946e939733111832ddd37e]

        INTEGRATION: CWS aw051 (1.6.8); FILE MERGED 2007/05/29 14:12:37 aw 1.6.8.1: #i77674#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [88879a0d12fba95825b7f99f348094039ba3e029]

        INTEGRATION: CWS aw051 (1.3.188); FILE MERGED 2007/05/29 14:12:36 aw 1.3.188.1: #i77674#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [06b389691fece6f74d527a9f93aa0e4f13d58772]

        INTEGRATION: CWS aw051 (1.3.190); FILE MERGED 2007/05/29 14:12:36 aw 1.3.190.1: #i77674#

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1f9acb03ca52853df288257928e6360fc1efaf0b]

        INTEGRATION: CWS aw051 (1.3.190); FILE MERGED 2007/05/29 14:12:36 aw 1.3.190.2: #i77674# 2007/05/03 14:17:00 aw 1.3.190.1: #i53286# using GetCursorBlinkRate now

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fca6496da4c24778262eac66ea0469513b7931c6]

        INTEGRATION: CWS aw051 (1.61.8); FILE MERGED 2007/06/21 16:28:31 aw 1.61.8.1: #i78198# applied 64bit patch for object selection(s)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [1f29711bdec5baf1dc1b62deb8751011709e4a21]

        INTEGRATION: CWS aw051 (1.4.220); FILE MERGED 2007/06/22 08:31:52 aw 1.4.220.1: #i72532# removed assert when empty Vol3DPointIterator is created, this does no harm.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4a7351ceeb3440d4429c342c67b4fe1f99773e9e]

        INTEGRATION: CWS aw051 (1.8.98); FILE MERGED 2007/05/03 15:07:06 aw 1.8.98.2: #i75273# added TaskID to the code 2007/05/03 14:14:57 aw 1.8.98.1: #i75273# internal numerical changes to use double precision and int64 where possible

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [52b0fe1a6b6c3a8fbc07a47ed97e699a112d263d]

        INTEGRATION: CWS aw051 (1.27.98); FILE MERGED 2007/07/06 15:36:43 aw 1.27.98.5: #i75273# min/max values of size and position were erraneously scaled by normalizing before setting 2007/05/21 18:09:56 aw 1.27.98.4: RESYNC: (1.28-1.29); FILE MERGED 2007/05/10 15:42:38 aw 1.27.98.3: RESYNC: (1.27-1.28); FILE MERGED 2007/05/03 15:07:06 aw 1.27.98.2: #i75273# added TaskID to the code 2007/05/03 14:14:57 aw 1.27.98.1: #i75273# internal numerical changes to use double precision and int64 where possible

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [69962a1a4152e84d51034ff3a778435657f70252]

        INTEGRATION: CWS aw051 (1.67.408); FILE MERGED 2007/05/10 15:33:43 aw 1.67.408.2: RESYNC: (1.67-1.68); FILE MERGED 2007/05/03 16:21:26 aw 1.67.408.1: #i4219# Support for reading page maximum size and page margins from SvtOptionsDrawinglayer

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [99b1eeae3e405675dd52cc2425a9b51bf54cbbe1]

        INTEGRATION: CWS aw051 (1.16.8); FILE MERGED 2007/06/08 14:52:12 aw 1.16.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [cf0e74d7c136b35ee19e4f7fa8be6803d3cd2252]

        INTEGRATION: CWS aw051 (1.15.16); FILE MERGED 2007/06/08 14:52:12 aw 1.15.16.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [81759cee5409207c974120238926e73d89092c34]

        INTEGRATION: CWS aw051 (1.13.206); FILE MERGED 2007/06/08 14:52:12 aw 1.13.206.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [fb99c8f7fb9fbd991e1b8940b8b0e229589a3a84]

        INTEGRATION: CWS aw051 (1.26.8); FILE MERGED 2007/06/15 13:36:14 aw 1.26.8.3: #i77162# 3rd round of adaptions to B2DPolygon bezier handling 2007/06/12 16:32:54 aw 1.26.8.2: #i77162# Continued adaptions to bezier handling 2007/06/08 14:52:12 aw 1.26.8.1: #i77162# adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7f1f5b30c2aa661270a492acab6df8b3b0e1bdd2]

        INTEGRATION: CWS aw051 (1.2.222); FILE MERGED 2007/05/03 14:16:50 aw 1.2.222.1: #i53286# using GetCursorBlinkRate now

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [29cc35bed98c7f08f56e292df62d43c740885e71]

        INTEGRATION: CWS aw051 (1.2.16); FILE MERGED 2007/06/21 16:28:21 aw 1.2.16.1: #i78198# applied 64bit patch for object selection(s)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [cffc54ff094b35d7cd8ea5907de7527646896f97]

        INTEGRATION: CWS aw051 (1.54.10); FILE MERGED 2007/06/09 12:00:52 aw 1.54.10.1: #i77162# Adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8cc13fdee8d5eb2e68fd0bb7648e052279d2363c]

        INTEGRATION: CWS aw051 (1.59.8); FILE MERGED 2007/06/22 10:53:55 aw 1.59.8.1: #i78748# SdrEndTextEdit refreshes (thus deletes thec urrent) Handles, thus it is not valid to remember handles past that call. The handle in aVEvt needs to be newly fetched when SdrEndTextEdit is used

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2f343cd65a000921d9bb27f6d147705cf8e005f2]

        INTEGRATION: CWS aw051 (1.16.102); FILE MERGED 2007/06/09 11:48:40 aw 1.16.102.1: #i77162# Adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [27340e298ee5c70e32d283012116cd191770c69c]

        INTEGRATION: CWS aw051 (1.19.102); FILE MERGED 2007/06/09 11:48:40 aw 1.19.102.1: #i77162# Adaptions to changed B2DPolygon bezier handling

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f4a84a3bdfd6bccdbdd8c27983a3bfb66593861f]

        INTEGRATION: CWS aw051 (1.130.26); FILE MERGED 2007/06/18 12:55:59 aw 1.130.26.3: RESYNC: (1.131-1.133); FILE MERGED 2007/05/10 14:47:38 aw 1.130.26.2: RESYNC: (1.130-1.131); FILE MERGED 2007/05/03 16:15:43 aw 1.130.26.1: #i4219# Added Slots for DrawingLayer PageSize Maximas and Page Margins

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e48ba79988a7fdc23a6106d1864cc94c823fde9c]

        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>  [017d95971f70c76a3558bf213cfc261efd94c520]

        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>  [c595ea9b2b7d2ca97ef9b042801c8ee1fbdc0a7e]

        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>  [837cc45d3f425406000ffaa2a0f4da0dcc51565b]

        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>  [6f194de0751bd18677836658cb9f9e3ff7af5b50]

        INTEGRATION: CWS finalsisslremoval (1.2.4); FILE MERGED 2007/07/15 07:47:40 pjanik 1.2.4.1: #i79627#: Remove SISSL.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [20e37c12584f1dfbdc842d1e8092a240aa277883]

        INTEGRATION: CWS finalsisslremoval (1.68.62); FILE MERGED 2007/07/15 07:52:44 pjanik 1.68.62.1: #i79627#: Remove SISSL.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e012dea6ba43027d7196bd444f2c781641f89c96]

        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>  [4fc44ee7b6b7780bb81563018d9330f85303f63d]

        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>  [19244d33e1aa0ee1c48a1b4dfc9ba32587955702]

        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>  [0afedd09a3b229262cfb78ef6f7f92c36f705d85]

        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>  [ed0f487dc08c6d6f601a1236db1a258e30f60893]

        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>  [64d3695c90faa05251414e931d6ef9d2e48ecec8]

        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>  [735c9af36a1d573d8fc16164123df3bd31405bb2]

        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>  [24e4a4b0f7f2dd0ad1590fa7136b78bbdb71cf24]

        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>  [45e3c09314be24bfeea6fadd6d08fdc959337e6a]

        INTEGRATION: CWS tl38 (1.68.310); FILE MERGED 2007/06/27 10:37:53 tl 1.68.310.2: RESYNC: (1.68-1.69); FILE MERGED 2007/06/22 12:32:05 tl 1.68.310.1: #i78734# spell check single chars

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3532cf57995b0f41b869838c69b790340447fc3a]

        INTEGRATION: CWS tl38 (1.115.114); FILE MERGED 2007/07/03 12:55:10 tl 1.115.114.1: #i78661# no auto-capitalization of first sentence in Calc

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b3fdf197a16623fc09642f5731cf4bf84e6421cb]

        INTEGRATION: CWS tl38 (1.83.212); FILE MERGED 2007/07/03 12:49:01 tl 1.83.212.1: #i78661# no auto-capitalization of first sentence in Calc

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [3364ebd25fb3c388d7d26667de4bec15ffe5311c]

        INTEGRATION: CWS tl38 (1.105.98); FILE MERGED 2007/07/03 13:47:05 tl 1.105.98.2: #i78661# changed auto-correction for first sentence in Calc 2007/07/03 12:50:47 tl 1.105.98.1: #i78661# no auto-capitalization of first sentence in Calc

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [63709a42272e516eddfa1b96f3848540b1b35d6e]

        INTEGRATION: CWS tl38 (1.2.70); FILE MERGED 2007/07/03 12:48:06 tl 1.2.70.1: #i78661# no auto-capitalization of first sentence in Calc

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5829bd004fd02e4e131236679d0ac4022d091502]

        INTEGRATION: CWS tl38 (1.77.124); FILE MERGED 2007/06/27 08:49:12 tl 1.77.124.2: RESYNC: (1.77-1.78); FILE MERGED 2007/06/22 12:05:30 tl 1.77.124.1: #i78734# spell check single chars

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [971867bd43c5a782af941fa7e70e5130a8bc242b]

        INTEGRATION: CWS tl38 (1.21.302); FILE MERGED 2007/05/30 09:22:02 tl 1.21.302.1: #i74571# added PageStyleName as optional property

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [5a7603c0093d4e3c430c6a59f460ce137da3e13d]

        INTEGRATION: CWS tl38 (1.15.32); FILE MERGED 2007/06/28 07:41:22 tl 1.15.32.3: warnings after merging removed 2007/06/27 09:29:54 tl 1.15.32.2: RESYNC: (1.15-1.16); FILE MERGED 2007/06/04 08:22:28 tl 1.15.32.1: #i78043# warning-free code

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9277af43353fb6915c6d3c83bfea44fd23b493b9]

        INTEGRATION: CWS tl38 (1.37.24); FILE MERGED 2007/06/27 09:17:29 tl 1.37.24.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/14 12:48:43 tl 1.37.24.1: #i78017# change char attribute behaviour for font-height, -weight and -posture

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c6f9cf83cf3dcd8e2aa24e68bf43a6d2224fa516]

        INTEGRATION: CWS tl38 (1.34.10); FILE MERGED 2007/06/27 08:22:01 tl 1.34.10.2: RESYNC: (1.34-1.35); FILE MERGED 2007/06/15 10:24:37 tl 1.34.10.1: #i78017# change char attribute behaviour for font-height, -weight and -posture

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [afb519544cfc91514fc1453bdc5bf3e8603fc642]

        INTEGRATION: CWS tl38 (1.31.8); FILE MERGED 2007/06/27 08:21:51 tl 1.31.8.2: RESYNC: (1.31-1.32); FILE MERGED 2007/06/15 10:24:37 tl 1.31.8.1: #i78017# change char attribute behaviour for font-height, -weight and -posture

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6114bc16b964a99134cfb6e36aed0185662b1727]

        INTEGRATION: CWS tl38 (1.30.10); FILE MERGED 2007/06/27 08:10:30 tl 1.30.10.2: RESYNC: (1.30-1.31); FILE MERGED 2007/06/15 10:24:37 tl 1.30.10.1: #i78017# change char attribute behaviour for font-height, -weight and -posture

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d83dbec539592705bef5097ede2e2823587de3b0]

        INTEGRATION: CWS tl38 (1.69.62); FILE MERGED 2007/07/03 12:37:25 tl 1.69.62.1: #i78661# no auto-capitalization of first sentence in Calc

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [91bd5361ea888fa93bdf7fb6b4169a2d695e6e08]

        INTEGRATION: CWS tl38 (1.27.28); FILE MERGED 2007/06/27 07:25:10 tl 1.27.28.2: RESYNC: (1.27-1.28); FILE MERGED 2007/06/15 07:33:17 tl 1.27.28.1: #i78017# change char attribute behaviour for font-height, -weight and -posture

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f2f93310a6610cd4b9dc1a34768edcd219ea6f88]

        INTEGRATION: CWS tl38 (1.9.32); FILE MERGED 2007/06/13 15:57:13 tl 1.9.32.1: #i74587# fix order of usage for thesaurus; user installed versions now have preference of those that came with the installation

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [df3c0d28fd7846af76488ad7ebc6f4da772ee2f5]

        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>  [a14955f8378242fcab7d63c8d0cc261a314220c1]

        INTEGRATION: CWS fwk67 (1.204.6); FILE MERGED 2007/07/02 12:51:34 as 1.204.6.1: #144841# new exception for corrupt UI config; handle corrupt UI config as fatal error

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2512204e20084281da2768ce49f3ec54a32190d3]

        INTEGRATION: CWS fwk67 (1.42.6); FILE MERGED 2007/07/02 10:21:09 dv 1.42.6.1: #i78528# don't build locationtest example any longer

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [cb52846966e194f30f9dc38f393b188564b93ab5]

        INTEGRATION: CWS fwk67 (1.128.46); FILE MERGED 2007/06/29 15:19:52 cd 1.128.46.1: #i76637# Support that method SfxViewFrame::Show() can make a hidden frame visible

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [c6f69ab57ed7d15a2b489c1bc4275deff7f9da55]

        INTEGRATION: CWS fwk67 (1.89.48); FILE MERGED 2007/06/29 15:19:51 cd 1.89.48.1: #i76637# Support that method SfxViewFrame::Show() can make a hidden frame visible

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [070c4c2bde3c76d084d49dd4c5405fc54885e047]

        INTEGRATION: CWS fwk67 (1.27.48); FILE MERGED 2007/07/04 08:29:43 cd 1.27.48.1: #i78139# Support new SFX_CHILDWIN flag that forces the visibility of a child window. Needed to support the special range chooser dialog

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [537027d2b246ef59066c2c978f985ceef3fee219]

        INTEGRATION: CWS fwk67 (1.190.8); FILE MERGED 2007/07/04 08:54:57 cd 1.190.8.1: #i79140# Fixed some memory leaks

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a25f01f2fc804b857241b415e4a21e2f8c8a17c4]

        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>  [a65bdb2f5b706bfa60848d6af85dea039ea1ca61]

        INTEGRATION: CWS fwk67 (1.20.48); FILE MERGED 2007/07/04 08:54:57 cd 1.20.48.1: #i79140# Fixed some memory leaks

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [a2a25ef94b74956d77f658d281cdf2d360e9dadc]

        INTEGRATION: CWS fwk67 (1.69.28); FILE MERGED 2007/07/04 08:29:43 cd 1.69.28.1: #i78139# Support new SFX_CHILDWIN flag that forces the visibility of a child window. Needed to support the special range chooser dialog

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [b64e81e000128182ec6a9359b9e79eb35e6a39e5]

        INTEGRATION: CWS fwk67 (1.110.76); FILE MERGED 2007/07/04 08:54:57 cd 1.110.76.1: #i79140# Fixed some memory leaks

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [73e5b413e4a43164a4753b983deb534f6d1d6408]

        INTEGRATION: CWS fwk67 (1.3.28); FILE MERGED 2007/07/04 08:29:43 cd 1.3.28.1: #i78139# Support new SFX_CHILDWIN flag that forces the visibility of a child window. Needed to support the special range chooser dialog

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [aeb0d7fcb16a7eea829e48098317c1fc84881f09]

        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>  [4b1fadfd4dfe43802712d131dd5f528307ce406a]

        INTEGRATION: CWS fwk67 (1.40.62); FILE MERGED 2007/07/04 12:35:38 cd 1.40.62.1: #i78139# Range chooser dialog need special flag for chart inplace mode

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8c31fd853c5d8a75e5bc53b0e575ed897d196386]

        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>  [fc0cc675a25a35961a3d4e2b6ab9042ee157b820]

        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>  [b7b201209a32e1bf1c490bc7e7b73e208ceca72d]

        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>  [b16d6e6a64d36379fa92225f7bdae97ce1134934]

        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>  [b9f0094b370736129c9b0fe19b3cfd20dc316e53]

        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>  [421c82d4de50f7c3b87ce9cfe96f7d2325700c84]

        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>  [59df282b41b3358e7989d995d1f2448ada1efeea]

        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>  [34c9a1328ee21aaf43153e1301580af91759992c]

        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>  [4134b275abd12dedccbcca546100914b7f83c61c]

        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>  [761d0d8f3396b83dc2609d2c4ca604f1556efaee]

        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>  [b288c609b9d1300db277098a0760d8e3f4d0fa22]

        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>  [41030ff4bb9730d7737cbf5a924aca889cc59c37]

        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>  [ebee870653c619a2b7d37fc505006fa192c7cd68]

        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>  [95342901a4708ba2575cd24bb0fd28b08ef9d3e0]

        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>  [cad75211b35f72a8e40c6fbdd995914d960aed7a]

        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>  [4f440049a58124f17c0848116b7e7e576e210efc]

        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>  [cda4334dbd6c44879b1e56efbed4ce8ab80457d3]

        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>  [733374b07e8acf6ae8ef8ec143e6915f829c6500]

        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>  [0f170b7a7a41ccaebad6924786d5206e7ac3a66a]

        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>  [fee9cf5e238e9c18f4bd9ec2f4aa50c58498dad0]

        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>  [3137d570a2ecd92d128264b055c0706a0a9f088f]

        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>  [fa09f2e1235b76def390e8e81bc2cc46a6b96742]

        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>  [b63a46d725887624dec431d5afc6ae5745eaaaa6]

        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>  [fd358a83fe6dd38458f0ddcd036cbfc9496be756]

        INTEGRATION: CWS fwk67 (1.63.26); FILE MERGED 2007/06/25 14:11:09 cd 1.63.26.1: #i76662# Create non-context sensitive toolbars within implts_updateUIElementsVisibleState if layout manager becomes visible again

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bbf0675be9670b0a9e5d584d8298746f4c0bbc7c]

        INTEGRATION: CWS fwk67 (1.33.36); FILE MERGED 2007/07/11 10:21:42 as 1.33.36.3: #144841# handle some more cases 2007/07/03 07:30:18 as 1.33.36.2: #144841# new localized exception messages for corrupt ui config 2007/07/02 12:46:44 as 1.33.36.1: #144841# new exception for corrupt UI config; handle corrupt UI config as fatal error

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bba4f4cfa0d364d5bc59f92bfbde880908fb8b8e]

        INTEGRATION: CWS fwk67 (1.15.88); FILE MERGED 2007/07/11 10:21:42 as 1.15.88.2: #144841# handle some more cases 2007/07/02 12:46:44 as 1.15.88.1: #144841# new exception for corrupt UI config; handle corrupt UI config as fatal error

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e0b9ed1a323da4e5c990955cb3abdd60b780d9eb]

        INTEGRATION: CWS fwk67 (1.16.200); FILE MERGED 2007/07/11 10:21:42 as 1.16.200.2: #144841# handle some more cases 2007/07/02 12:46:44 as 1.16.200.1: #144841# new exception for corrupt UI config; handle corrupt UI config as fatal error

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f92808ea48db35431d0bf6977e253835db9e04a2]

        INTEGRATION: CWS fwk67 (1.11.130); FILE MERGED 2007/07/02 12:45:21 as 1.11.130.1: #144841# new exception for corrupt UI config

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4814cfd91c2819a3f5822150186978aedd99cfa4]

        INTEGRATION: CWS fwk67 (1.1.2); FILE ADDED 2007/07/02 12:44:24 as 1.1.2.1: #144841# new exception for corrupt UI config

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [9f460c8c1859b5c4ba53129240bc215e257e83c5]

        INTEGRATION: CWS fwk67 (1.1.2); FILE ADDED 2007/07/02 12:44:14 as 1.1.2.1: #144841# new exception for corrupt UI config

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ccb069cdeb2304f9ff2645f11e70b98133351646]

        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>  [00c32b9454154e82035ca1e93c2aee590a7951d0]

        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>  [258c7298e3f3de57d3823400fb5d3086eeace881]

        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>  [762dcfec6ecb99b42d18a8728d034611c3acc0c6]

        INTEGRATION: CWS fwk67 (1.31.54); FILE MERGED 2007/07/03 13:04:02 as 1.31.54.1: #i79150# make not all default filter settings finalized

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6848b07cde0ef376c6f505f550e1960400fc7cd6]

        INTEGRATION: CWS fwk67 (1.10.42); FILE MERGED 2007/06/25 13:27:43 as 1.10.42.1: #i75191# dont remove streams from media descriptor especialy if they cant  be reopened because special URL private:stream is used

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [df92fef98b8dcc5387038383616cb1d5ef323920]

        INTEGRATION: CWS sb72 (1.52.10); FILE MERGED 2007/06/29 13:14:29 sb 1.52.10.1: #i74548# URE 1.3.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [59b1969addef0ba76abae95aea5fffbb94875d88]

        INTEGRATION: CWS sb72 (1.11.10); FILE MERGED 2007/06/29 13:04:57 sb 1.11.10.1: #i78143# Merged in 1.11.8.2.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bfacf054ce059c020fe2dcd149092e51c35e3ce5]

        INTEGRATION: CWS ause082 (1.71.50); FILE MERGED 2007/07/09 13:36:51 hjs 1.71.50.1: #i78427# avoid multiple rebuilds

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [19fad14e3d8a56d784c7c42b658b3afc31dc7754]

        INTEGRATION: CWS ause082 (1.7.36); FILE MERGED 2007/07/09 13:36:51 hjs 1.7.36.1: #i78427# avoid multiple rebuilds

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [88a693c59622de7552b5b042dd81df942eec07fe]

        INTEGRATION: CWS ause082 (1.9.8); FILE MERGED 2007/07/10 10:01:19 hjs 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/05 15:51:13 hjs 1.9.8.1: #i79160# don't copy what you don't need

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f00ab822515f87cc8a968becd47ab75f0e76cb39]

        INTEGRATION: CWS ause082 (1.4.8); FILE MERGED 2007/07/10 10:01:16 hjs 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2007/07/05 15:51:13 hjs 1.4.8.1: #i79160# don't copy what you don't need

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6d3aaab5d04a5d95c4ddb7c317df944beb20ae80]

        INTEGRATION: CWS ause082 (1.3.34); FILE MERGED 2007/07/05 15:51:13 hjs 1.3.34.1: #i79160# don't copy what you don't need

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [e29951671d1c1680af9b8be1ed24774afbc8b61e]

        INTEGRATION: CWS ause082 (1.11.16); FILE MERGED 2007/07/16 13:41:03 hjs 1.11.16.1: #i79552# strip file list to make all copiler happy

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [04a7988f6864f144f679b960bd343a0828dffc14]

        INTEGRATION: CWS ause082 (1.76.70); FILE MERGED 2007/07/16 15:11:25 hjs 1.76.70.1: #i79554# fix name clash

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [23313e5cff4c02b006dd487e68b9e2ce5f9c1289]

        INTEGRATION: CWS ause082 (1.196.74); FILE MERGED 2007/07/16 13:54:33 hjs 1.196.74.3: i78434# give some hints on missing delzip 2007/07/10 10:01:32 hjs 1.196.74.2: RESYNC: (1.196-1.199); FILE MERGED 2007/07/06 10:36:21 hjs 1.196.74.1: #i78434# no more generated fallback delzip

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [7672629a6adc1e5e3ec35a3a400f0e8b5aeb6f1d]

        INTEGRATION: CWS ause082 (1.113.26); FILE MERGED 2007/07/10 10:01:28 hjs 1.113.26.2: RESYNC: (1.113-1.114); FILE MERGED 2007/07/04 13:52:33 hjs 1.113.26.1: #i79218# remove BFSFXLIB definition

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [4bcae525da85051f51404851244ff76df8a14017]

        INTEGRATION: CWS ause082 (1.3.712); FILE MERGED 2007/07/12 08:40:52 hjs 1.3.712.1: #i79485# applied simple patch to also work on dpslo files

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [6e7d9cd76b50cbb3aaa158126f1219a5a6ae55a6]

        INTEGRATION: CWS ucbfixes03 (1.46.2); FILE MERGED 2007/06/29 13:44:01 kso 1.46.2.1: #i79006# - fixed memory leak in NeonSession::PROPPATCH().

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [af6042f90803b22dc3a61c5eeeadbae20df15e1b]

        INTEGRATION: CWS ucbfixes03 (1.16.42); FILE MERGED 2007/07/02 15:37:25 kso 1.16.42.1: #i79072# - Fixed memory leak in SortedResultSet::Move()

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [056e4bcb6317562e3dd695e1c314236a5906f52d]

        INTEGRATION: CWS calc42 (1.18.4); FILE MERGED 2007/07/12 15:22:13 kso 1.18.4.1: #i79439# - Fixed escaping of whole URIs, adapted to changed ne_uri behavior.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [2273f17b1d67a83f1c054c34b14b0e0fe616bbdd]

        INTEGRATION: CWS calc42 (1.47.4); FILE MERGED 2007/07/12 15:22:13 kso 1.47.4.1: #i79439# - Fixed escaping of whole URIs, adapted to changed ne_uri behavior.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [50acc0964e617442bea00ba50f92ae958ae19b33]

        INTEGRATION: CWS calc42 (1.3.14); FILE MERGED 2007/07/12 15:22:13 kso 1.3.14.1: #i79439# - Fixed escaping of whole URIs, adapted to changed ne_uri behavior.

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [425e817e6b2dd7aa0680329231a0edad23cbe1be]

        INTEGRATION: CWS calc42 (1.6.66); FILE MERGED 2007/07/12 17:43:50 nn 1.6.66.1: #i75599# remove fields with invalid ID

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [42560bb995a09287353d965fe3684503e9d94a7e]

        INTEGRATION: CWS calc42 (1.7.100); FILE MERGED 2007/07/12 17:43:49 nn 1.7.100.1: #i75599# remove fields with invalid ID

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [d69399d92957b8a798ed6b4e8f88fc6456bdc546]

        INTEGRATION: CWS bserver29 (1.4.16); FILE MERGED 2007/06/29 17:21:11 kz 1.4.16.4: fix merge conflict 2007/06/29 16:51:34 kz 1.4.16.3: previous version 2007/06/29 14:45:56 kz 1.4.16.2: File resynced 2007/06/15 13:51:39 kz 1.4.16.1: #140478# waringfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ac7dc82ea7685291eed86dd866faefdce85ee677]

        INTEGRATION: CWS bserver29 (1.2.2); FILE MERGED 2007/06/15 13:51:39 kz 1.2.2.1: #140478# waringfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [ed6ffd596f4f273807ba2ac4c6452efd70f4ac5e]

        INTEGRATION: CWS bserver29 (1.1.2); FILE ADDED 2007/06/15 13:54:17 kz 1.1.2.1: #140478# waringfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [daf3d635cdc5c5a85a7b1fe25fa7904de6a0faac]

        INTEGRATION: CWS bserver29 (1.4.16); FILE MERGED 2007/06/15 13:51:39 kz 1.4.16.1: #140478# waringfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [96a590e739b65318c57080dcc2b795a87c859915]

        INTEGRATION: CWS bserver29 (1.1.20); FILE MERGED 2007/06/29 17:19:53 kz 1.1.20.4: fix merge conflict 2007/06/29 16:51:17 kz 1.1.20.3: previous version 2007/06/29 14:46:26 kz 1.1.20.2: File resynced 2007/06/15 13:51:38 kz 1.1.20.1: #140478# waringfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [722e4749db7b3cbe6a36002c50235f7f59e27361]

        INTEGRATION: CWS bserver29 (1.39.14); FILE MERGED 2007/06/29 14:01:41 kz 1.39.14.3: RESYNC: (1.39-1.41); FILE MERGED 2007/06/18 13:56:08 kz 1.39.14.2: #140478# warningfree 2007/06/18 10:15:36 kz 1.39.14.1: #140478# warningfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f16aeeb05cf1f656bdc0e1a90a91df26c5b5cbb8]

        INTEGRATION: CWS bserver29 (1.33.14); FILE MERGED 2007/06/29 14:01:33 kz 1.33.14.3: RESYNC: (1.33-1.35); FILE MERGED 2007/06/18 13:56:08 kz 1.33.14.2: #140478# warningfree 2007/06/18 10:15:36 kz 1.33.14.1: #140478# warningfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [f4a9b076d13d22f3fb28cb3615699a52b0926b39]

        INTEGRATION: CWS bserver29 (1.33.12); FILE MERGED 2007/06/29 14:00:49 kz 1.33.12.3: RESYNC: (1.33-1.36); FILE MERGED 2007/06/18 13:45:08 kz 1.33.12.2: #140478# warningfree unix 2007/06/18 10:15:36 kz 1.33.12.1: #140478# warningfree unix

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [bf59e1979aa2c5791e4bb9d45f2be979d0740c12]

        INTEGRATION: CWS aquaremovefondu (1.205.12); FILE MERGED 2007/07/13 06:42:03 ericb 1.205.12.2: #i79558# remove extra space 2007/07/12 22:55:57 ericb 1.205.12.1: #i79558# fondu binary is useless in aqua version

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [837bc2fdf67d8a6a4584985cd91b45535982c9e4]

        INTEGRATION: CWS aquaremovefondu (1.3.12); FILE MERGED 2007/07/12 22:53:58 ericb 1.3.12.1: #i79558# no need to build fondu on aqua version (Mac OS X)

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [8436316bfe88204cb63b8665ea0cd654227ea14d]

        INTEGRATION: CWS macosxdmg23 (1.3.44); FILE MERGED 2007/06/13 11:47:43 smsm1 1.3.44.1: #i78312# Updated image with better shadows and optimisation by ace_dent

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [efac83f9a13364e92489ae64a1f40c10a5a60d3f]

        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>  [6cac637d9e427f0d0c1c3971c465607ce1a1b14f]

        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>  [83b32ddee48cfeeb0f19250132d6c470ae91f6da]

        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>  [f81f0d73b79098fe7b9a6a5bea881a79bc61fed3]

        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>  [3245d192aafde0c2600c4a526e99a2e01c9742c8]

        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>  [2a8ba35767a89a054dcf34b137c9a1382bcf177a]

        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>  [e20e10e5909a672b6cd44dd2626dc7d585704f61]

        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>  [00c788c9476ed23eb2694f083671467c28dbdf65]

        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>  [9bde68e9b1c4262c0c68dc0880aeb9aa24116c37]

        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>  [123d17923a4364fbcd7a9961013b536a7c3b6eeb]

        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-18  Oliver Bolte  <obo@openoffice.org>  [cd9461239d170cf5d5db2af8a87b375c7679048e]

        INTEGRATION: CWS basemodelrefactoring (1.120.92); FILE MERGED 2007/05/09 12:29:34 mba 1.120.92.5: resync errors 2007/05/09 00:46:21 mba 1.120.92.4: RESYNC: (1.120-1.122); FILE MERGED 2007/04/06 18:57:23 mba 1.120.92.3: #i75677#: superfluous includes in docfile.hxx removed 2007/03/26 13:44:01 mba 1.120.92.2: warning problem fixed 2007/03/24 19:30:22 mba 1.120.92.1: #i75677#: refactoring step 1

2007-07-18  Oliver Bolte  <obo@openoffice.org>  [70659e2bb527882078c14b591f65619a890a833d]

        #i10000# fix for CWS basemodelrefactoring by MBA

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [358f37ffc799a0c9850d882d71f3ead1f04c1307]

        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>  [6bf80552f3f4486d5254c57e65f4f6e30e147d4a]

        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>  [3e7cc5d8f1e21af1a1053d7e01735a74fe26deb5]

        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>  [482df81a67fc3936d6984396dfd6ce43eb9b16ed]

        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>  [db8ecd84213f788bdaf22c65c97259a421e10bc6]

        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>  [5bb8d6bf7415b173d5ec9e5441c060420fd9dfaa]

        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>  [2c0196934438950b977b416b10940ee5d0cbc821]

        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>  [e4b4ec133d72e64bef93553e44bf9974520c3a15]

        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>  [e36d17ae50bfdc975ced4004fa3b7f217e482de8]

        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>  [cf6a48e7c6d82a6b8242b28f4fd82a0d44d973ef]

        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>  [c93f6ad6446ec2d27fa0005d246f86582632243c]

        INTEGRATION: CWS presfixes12 (1.6.76); FILE MERGED 2007/02/21 15:03:16 thb 1.6.76.5: RESYNC: (1.6-1.7); FILE MERGED 2007/01/31 11:47:28 thb 1.6.76.4: #i74053# Using SHLxDLLPRE now, to build both UNO and normal lib 2007/01/31 11:25:19 thb 1.6.76.3: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 16:29:32 thb 1.6.76.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:34 thb 1.6.76.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6bee0dc16efd4ee5a4345a3f2f3dd4194affef26]

        INTEGRATION: CWS presfixes12 (1.2.12); FILE MERGED 2007/02/10 23:23:54 thb 1.2.12.4: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:15 thb 1.2.12.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/31 14:30:34 thb 1.2.12.2: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/31 11:25:19 thb 1.2.12.1: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b714a1f57ba57731a3dd26e398bc8479b325dcae]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:41 thb 1.1.2.3: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/02/25 01:10:29 thb 1.1.2.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/10 23:23:54 thb 1.1.2.1: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dbb2420f91409494900e9d282fc71850b6e525a6]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/25 01:10:29 thb 1.1.2.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/10 23:23:53 thb 1.1.2.1: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c5e7b26f638d965f943ef0a636941a5fdc58cb33]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:41 thb 1.1.2.6: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/06 21:54:19 thb 1.1.2.5: #i37778# Added bool property  to disable z order correct animations 2007/03/05 13:47:13 thb 1.1.2.4: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:28 thb 1.1.2.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/12 02:14:52 thb 1.1.2.2: #i37778# Added workaround to have ViewLayer always return valid canvas (even if no size has been set); fixed silly reference-instead-of-byvalue bug in SlideAnimations for slide size; fixed member initialization order problem in SlideImpl (also affecting slide size); adapted shape import for new LayerManager (which no longer gracefully ignores addition of NULL shapes); extended unit tests to catch fixed bugs 2007/02/10 23:23:53 thb 1.1.2.1: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e015abd6d279e260c1f69a984fdf3b35f11b01ed]

        INTEGRATION: CWS presfixes12 (1.2.12); FILE MERGED 2007/02/10 23:23:53 thb 1.2.12.2: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/01/31 11:25:19 thb 1.2.12.1: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2a3375801af63bc0097b1428204b960ac6c293a5]

        INTEGRATION: CWS presfixes12 (1.2.12); FILE MERGED 2007/03/05 13:47:13 thb 1.2.12.4: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:28 thb 1.2.12.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/31 12:29:07 thb 1.2.12.2: #i37778# Slide animations now notify screen updates themselves 2007/01/31 11:25:18 thb 1.2.12.1: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6125a3fe8c722681716c525a6b26556754b936db]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/29 14:02:33 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6f70ce56fca5181896d6f3081bd8169f6989866e]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:33 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a65df823e10baffde485351296edd64c627b71b7]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:32 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1ca7bb11061ec62e8ddca2c5a96d0a75c22a15da]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/04/30 07:24:13 thb 1.4.12.5: #i37778# Added extra transformation query method, to account for the fact that sprite positioning and static shape positioning might have different offsets. 2007/02/25 01:10:28 thb 1.4.12.4: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/13 14:33:13 thb 1.4.12.3: #i37778# Split up View::clear() into clear() and clearAll() method, to facilitate local, clip-region based slide updates 2007/02/06 17:18:15 thb 1.4.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:32 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [eb1fd751b1650c8848a81b2074c62bccda9d11ea]

        INTEGRATION: CWS presfixes12 (1.2.12); FILE MERGED 2007/01/29 14:02:32 thb 1.2.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [827af6b23bd639fcc3b361716f7eba687f02c646]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/02/10 23:23:52 thb 1.4.12.5: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:15 thb 1.4.12.4: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/31 14:30:34 thb 1.4.12.3: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/30 16:43:51 thb 1.4.12.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:31 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e479555e4aec54b0a79e2c2cac4dc1bd95f7d946]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:31 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fc54883d1c48a768531fe713383add70b733314c]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:31 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [95ae010fb0fb0528500dac79b63f7736c681caaa]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:31 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c0f80458c533ce0172c31bab3517722530dee2a7]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/31 12:29:06 thb 1.7.12.2: #i37778# Slide animations now notify screen updates themselves 2007/01/29 14:02:30 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [96ed58424231a607c48bc019ffe8a471a5284d55]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/01/29 14:02:30 thb 1.9.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [41da3fd5ec939122e02b8b7623131a9ea9a4eab4]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:30 thb 1.1.2.2: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/01/29 14:02:30 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [af76eda4c0e672b4933591d213968c2b80977a03]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:30 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c0b407bf4b676091eae269a77c49153546c0b942]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:30 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ca16730b9e05e46585c76602d580f63cdf68af1e]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:29 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a1b771ff82f6d11b489235dedbd22ecc9d2f673b]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:29 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ae8a50e80c8d4a53bc52a0da35140f346b90ff6d]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:29 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7fbea1d7e466ec43859a6a09097379c7b07b5d18]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/03/11 00:17:59 thb 1.4.12.2: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/29 14:02:29 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [02eae93333ac27e5925f1a37b0bf52e51f0d7fa2]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/05/10 20:32:41 thb 1.8.12.5: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/05/02 21:37:24 thb 1.8.12.4: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/03/06 21:54:19 thb 1.8.12.3: #i37778# Added bool property  to disable z order correct animations 2007/01/30 16:43:51 thb 1.8.12.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:28 thb 1.8.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d5317908c72a06627956caa5df8a9e2096838410]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:28 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [30827012695d567d180129a8ff53a1762ee47406]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:28 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fb54202d6aa8d9ab98a238c4ddc9837ad2d8d0d4]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 16:29:31 thb 1.6.12.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:27 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [de04594fca9a1530257720983bd3f1d5e6d7b206]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:27 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9eca20cf0692d66eba073b27c7d9250e4df18c2c]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:27 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9eab943fb67ffb159853351413803a2fa15a5225]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:14 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:27 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9a32a2de1e684128f3bd454a8dec69d9c07558ba]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:14 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:26 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [abe049eb620de86428d485b88b1474126d368aea]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/03/11 01:01:09 thb 1.1.2.3: #i37778# Made wait shape to update screen immediately, as it's otherwise invisible because of not staying past main animation loop commitScreenUpdates() 2007/01/30 16:43:51 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:26 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [49e6fec842ce63b1a1b7a53ab1d2dda3d9789b64]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:26 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [831a31cfa46a75510d3b9e14fd5639dc4b5a499f]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:25 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c6792658b0583b87879393c0520d34a8c22db572]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 15:15:30 thb 1.1.2.2: #i37778# Fixed Forte8 compiler breakages 2007/01/29 14:02:25 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e74e60da2f892b7f3eb5f47be97fc36a2fc73bdf]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:25 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1db9cb403a106c81686b0d0cc0e828b85f7f77a4]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:24 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [88cbe0ea53936a98e6e5cad24cb2d318c4b259df]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:24 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cede4374b9c8a1beab1b8797ee36ad3f97389303]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/06 17:18:14 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:23 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3f1c12a4207459c314e0e538efe052e0d2c1c518]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:23 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4173095a2092a7869a38d13d91e777592a2c900a]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:22 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1ac4ed10b34252ee18f0cfd6f3d7fb518882e110]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/01/29 14:02:22 thb 1.8.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [45c5a33ea746cf23cb86ef4d5164fe92ddc48f8c]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/05/14 00:55:29 thb 1.7.12.2: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/01/29 14:02:22 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fc0bca4b58a93743f4b2f0813ba9ba293161da0f]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:21 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [24a61ab7cd3d143b3f7ff939272dbb4669d9c053]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:02:21 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aa368595c5005d01d16249cfe28c0841033d5341]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/29 14:02:21 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [778a99c71fc23179292f3d8c11b8aa55e2069b99]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:21 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3eb3ca1d7c96884969f50c27e3eca6ab23968711]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:20 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2cb9a51f8df2e70bd08a3d24156188d5c8bd1973]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/29 14:02:20 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a1ef81e0284bb41dd69021a6054efc48b394d6f9]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:19 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [478e4101fbfb3a2693094316ef8c9996ca046f79]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/31 11:25:18 thb 1.4.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:02:19 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5b65fd5e2617432e004d35c0d37b7f726fcb4095]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/04/30 07:19:18 thb 1.6.12.3: #i37778# Removed unused method 2007/03/11 00:17:59 thb 1.6.12.2: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/29 14:02:18 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2f3408a40fca8061998e7c6b643615307f3f4415]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:18 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ab8fb74581885bf288e20d3ed7c6eabec85a20ee]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/03/05 13:47:13 thb 1.6.12.2: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/01/29 14:02:18 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [61a84665e22c09b421cdf904044044327f8b45c7]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/29 14:02:18 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2816d64ef6e4069dd5d434a97082c7b7cc8660e3]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:18 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [73e51a766280543225e10b2c98696bcc0b8602e7]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:17 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cfa88bae0249831a418b9e3139fd3e47e515aeed]

        INTEGRATION: CWS presfixes12 (1.13.12); FILE MERGED 2007/01/31 12:29:06 thb 1.13.12.2: #i37778# Slide animations now notify screen updates themselves 2007/01/29 14:02:17 thb 1.13.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f8d61f310b9b1e1b6468562e2721b7efd7d05911]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/31 14:30:33 thb 1.6.12.4: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/31 12:29:06 thb 1.6.12.3: #i37778# Slide animations now notify screen updates themselves 2007/01/31 11:25:17 thb 1.6.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:02:17 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aa8060cdb35f40f6506239b9a556bc74ca9c0acd]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/06/15 20:38:59 thb 1.7.12.8: #i78433# Posting myself an event, to delay-prefetch incoming slide bitmap (follow-up issue for the root cause fix: i78544 2007/05/10 20:32:41 thb 1.7.12.7: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/05/02 21:37:24 thb 1.7.12.6: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/30 07:26:34 thb 1.7.12.5: #i37778# Rendering slide bitmap at the end of a slide transition, instead of during Slide::show(), to avoid temporary display of previous slide after transition sprite vanished. 2007/01/31 14:30:33 thb 1.7.12.4: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/31 12:29:06 thb 1.7.12.3: #i37778# Slide animations now notify screen updates themselves 2007/01/31 11:25:17 thb 1.7.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:02:17 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [13c5c3866ed2d455f839a997a78317456f5067c2]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/31 11:25:17 thb 1.7.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:02:17 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b54513d95256e19f9989192bf779afed4a5648c6]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:02:16 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [be1a8e2c0047dd71ff94e928630d5817928e8d93]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/31 12:29:05 thb 1.5.12.2: #i37778# Slide animations now notify screen updates themselves 2007/01/29 14:02:16 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9e9d9369dff13ea0f1bbecbfd9e1c90985803a9b]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/05/02 21:37:24 thb 1.7.12.5: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/02/02 08:47:53 thb 1.7.12.4: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/31 14:30:33 thb 1.7.12.3: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/31 12:29:05 thb 1.7.12.2: #i37778# Slide animations now notify screen updates themselves 2007/01/29 14:02:16 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e860cff12d527668f031c9bb0ee9f8ebbf3a2522]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:16 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f251916d724933673cd10a4c31373eaa44bf903a]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:15 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4f62fb23245bb1666988bdc08b361124dd788c43]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.14: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/05/10 20:32:40 thb 1.1.2.13: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/05/02 21:37:23 thb 1.1.2.12: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/30 07:26:33 thb 1.1.2.11: #i37778# Rendering slide bitmap at the end of a slide transition, instead of during Slide::show(), to avoid temporary display of previous slide after transition sprite vanished. 2007/03/11 00:17:59 thb 1.1.2.10: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/03/06 21:54:18 thb 1.1.2.9: #i37778# Added bool property  to disable z order correct animations 2007/02/25 01:10:27 thb 1.1.2.8: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/20 22:41:15 thb 1.1.2.7: #i37778# Emulating old sprite behaviour to clear content on getContentCanvas() in AnimatedSprite; corrected handling of full and partial view clears; corrected layer update when shapes are added or removed 2007/02/12 02:14:52 thb 1.1.2.6: #i37778# Added workaround to have ViewLayer always return valid canvas (even if no size has been set); fixed silly reference-instead-of-byvalue bug in SlideAnimations for slide size; fixed member initialization order problem in SlideImpl (also affecting slide size); adapted shape import for new LayerManager (which no longer gracefully ignores addition of NULL shapes); extended unit tests to catch fixed bugs 2007/02/06 17:18:13 thb 1.1.2.5: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/31 14:30:33 thb 1.1.2.4: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/30 16:43:50 thb 1.1.2.3: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 16:29:30 thb 1.1.2.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:15 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [67b029256ddf4842daa8ea6781f47b703cdaa756]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/12 02:14:52 thb 1.1.2.2: #i37778# Added workaround to have ViewLayer always return valid canvas (even if no size has been set); fixed silly reference-instead-of-byvalue bug in SlideAnimations for slide size; fixed member initialization order problem in SlideImpl (also affecting slide size); adapted shape import for new LayerManager (which no longer gracefully ignores addition of NULL shapes); extended unit tests to catch fixed bugs 2007/01/29 14:02:15 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8255782d57550b532577814f9ab670a169dfed30]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:14 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3dd99d70640b5f58fa4256fb1a3c5843a42732d9]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.5: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/05/10 20:32:40 thb 1.1.2.4: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/11 00:17:59 thb 1.1.2.3: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/30 16:43:50 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:14 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2d8a3b9417a70bac2b73fa07d4bf7dd2872c8b43]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.5: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/05/10 20:32:40 thb 1.1.2.4: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/04/24 15:52:10 thb 1.1.2.3: #i76658# Registering shape and cursor listeners only when going active (besides reduced load, this also helps with identifying shapes via lookup) 2007/01/30 16:43:50 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:14 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d5a6abfe40587d1e37dc155127ee95a874c5420d]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:13 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [27f580e7b3fd9f8ee4ced05d6d27ca63a989b87f]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:40 thb 1.1.2.10: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/06 21:54:17 thb 1.1.2.9: #i37778# Added bool property  to disable z order correct animations 2007/03/06 18:05:49 thb 1.1.2.8: #i37778# Fixed a few minor issues found during code review - thx to fs 2007/03/05 13:47:12 thb 1.1.2.7: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:27 thb 1.1.2.6: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/13 09:48:46 thb 1.1.2.5: #i37778# Removed fast update code path again, this would need BSP or somesuch to implement efficiently for large number of shapes 2007/02/10 23:23:52 thb 1.1.2.4: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:13 thb 1.1.2.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/30 16:43:50 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:02:13 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [99d9bb9ff8c9908df34d9ab1e5a17db7f7070b41]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:40 thb 1.1.2.16: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/05/02 21:37:23 thb 1.1.2.15: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/30 07:26:33 thb 1.1.2.14: #i37778# Rendering slide bitmap at the end of a slide transition, instead of during Slide::show(), to avoid temporary display of previous slide after transition sprite vanished. 2007/04/16 09:40:05 thb 1.1.2.13: #i64783# Added generator script for effect test; fixed subtle issue with shapes missing a repaint when being set invisible and animated in the same update cycle; fixed container base node bug with indefinite state (both issues found with generated effects script) 2007/03/06 21:54:16 thb 1.1.2.12: #i37778# Added bool property  to disable z order correct animations 2007/03/06 18:05:49 thb 1.1.2.11: #i37778# Fixed a few minor issues found during code review - thx to fs 2007/03/05 13:47:12 thb 1.1.2.10: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:27 thb 1.1.2.9: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/20 22:41:15 thb 1.1.2.8: #i37778# Emulating old sprite behaviour to clear content on getContentCanvas() in AnimatedSprite; corrected handling of full and partial view clears; corrected layer update when shapes are added or removed 2007/02/13 14:33:13 thb 1.1.2.7: #i37778# Split up View::clear() into clear() and clearAll() method, to facilitate local, clip-region based slide updates 2007/02/13 09:48:46 thb 1.1.2.6: #i37778# Removed fast update code path again, this would need BSP or somesuch to implement efficiently for large number of shapes 2007/02/10 23:23:52 thb 1.1.2.5: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:12 thb 1.1.2.4: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/30 16:43:50 thb 1.1.2.3: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 15:36:02 thb 1.1.2.2: #i37778# Fixed more Forte8 compiler breakages 2007/01/29 14:02:13 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8e1b05fa90b67331b762b9670245d77ae65c9627]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:40 thb 1.1.2.6: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/05 13:47:12 thb 1.1.2.5: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:27 thb 1.1.2.4: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/10 23:23:52 thb 1.1.2.3: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:12 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:12 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [866ecda93005a6aed9813fb83a71623ba590db50]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:40 thb 1.1.2.7: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/05 13:47:11 thb 1.1.2.6: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:27 thb 1.1.2.5: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/10 23:23:52 thb 1.1.2.4: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:11 thb 1.1.2.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 15:36:02 thb 1.1.2.2: #i37778# Fixed more Forte8 compiler breakages 2007/01/29 14:02:12 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4a4b4362316aec02e761922bde2a564eb1e568b7]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/04/30 07:24:13 thb 1.1.2.3: #i37778# Added extra transformation query method, to account for the fact that sprite positioning and static shape positioning might have different offsets. 2007/03/11 00:17:58 thb 1.1.2.2: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/29 14:02:11 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a119368de2e13fb5144a23a8cf1bab960a2abd12]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/06/19 11:24:22 thb 1.1.2.9: #i10000# Reversed order, seems that gcc does not handle the safe bool idiom correctly here 2007/06/18 14:34:12 thb 1.1.2.8: #i10000# Avoid boost::optional::get(), which changed semantics after 1.31 (breaks the build for --with-system-boost) 2007/05/02 21:37:23 thb 1.1.2.7: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/30 07:24:13 thb 1.1.2.6: #i37778# Added extra transformation query method, to account for the fact that sprite positioning and static shape positioning might have different offsets. 2007/03/11 00:17:58 thb 1.1.2.5: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/02/25 01:10:26 thb 1.1.2.4: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/21 13:44:10 thb 1.1.2.3: #i37778# Rounding ViewLayer transformation offset to integer pixel coordinates, to avoid ugly glyph jerking; found similar place where we rely on canvas doing sprite positioning on integer pixel 2007/02/12 02:14:51 thb 1.1.2.2: #i37778# Added workaround to have ViewLayer always return valid canvas (even if no size has been set); fixed silly reference-instead-of-byvalue bug in SlideAnimations for slide size; fixed member initialization order problem in SlideImpl (also affecting slide size); adapted shape import for new LayerManager (which no longer gracefully ignores addition of NULL shapes); extended unit tests to catch fixed bugs 2007/01/29 14:02:11 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ad264547a28474f74578fbdecf8d08426512a138]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/25 01:10:26 thb 1.1.2.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:02:11 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [eb6562e7ec7447fd3e0f870e81e0527425df59fc]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/02 21:37:23 thb 1.1.2.5: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/02/25 01:10:26 thb 1.1.2.4: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/02 08:47:52 thb 1.1.2.3: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:53:40 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:10 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e52b803f6aedbfcea6341556be72f97f0369048c]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:10 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [061b2a156e081360487e0412a0d5ab24759d7046]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/02 21:37:23 thb 1.1.2.3: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/02/25 01:10:26 thb 1.1.2.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:02:10 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fe7cbec4a04f450af78441129d457fe13470daec]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/02 21:37:23 thb 1.1.2.4: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/02/25 01:10:26 thb 1.1.2.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:09 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [962df736eff0eea1cd159caa414ef5feb4ed1df4]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/30 16:43:49 thb 1.1.2.3: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:09 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7b3232d9985dfc8aad798c3690cdd20acfc6528d]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 16:29:30 thb 1.1.2.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:09 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c7294e1130a7e8cacec13646c321c298f49a8cd2]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 16:29:29 thb 1.1.2.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:08 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [864ba9d0b6ac0ca1cf983cbdaed8deed7728584e]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:08 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a82624dcbddb7f7e6d9b2e1f8e1aa72086a72fb2]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.4: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/03/11 00:17:58 thb 1.1.2.3: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/03/05 13:47:11 thb 1.1.2.2: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/01/29 14:02:07 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [59ac0dc59bfd686430c1c0ea71f34b3e63b765ee]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:07 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7fede01fa363f6246082bf3d0e623c970e9c871a]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.2: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/01/29 14:02:06 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3902df523ecfea07693f6e435e8cfd0482373b64]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.3: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:06 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3f92dafd0fcebb513f828968ee5296561dde87a6]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/06 17:18:10 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:06 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [53b6d292b9ff332bc6be870bea183614957e93ea]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/06 17:18:10 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:05 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f02d85ab7309ae0d3092c7bc963c57495c4451d8]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/03/11 00:17:58 thb 1.1.2.3: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/29 16:29:29 thb 1.1.2.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:05 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7c844c72cf207be22790219fa148ed9f9a73a65e]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:40 thb 1.1.2.7: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/03/11 00:17:58 thb 1.1.2.6: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/02/25 01:10:25 thb 1.1.2.5: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/13 09:48:45 thb 1.1.2.4: #i37778# Removed fast update code path again, this would need BSP or somesuch to implement efficiently for large number of shapes 2007/02/06 17:18:09 thb 1.1.2.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/02/02 08:47:52 thb 1.1.2.2: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:02:05 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c39a6f8e95ff565bff830d5bffb9df9f49736a42]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 14:02:04 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4d9c086417dfa2e17cfc2609c432c3623c596da9]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/14 00:55:29 thb 1.1.2.7: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/03/11 00:17:57 thb 1.1.2.6: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/03/05 13:47:10 thb 1.1.2.5: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:25 thb 1.1.2.4: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/02 08:47:52 thb 1.1.2.3: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:04 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e6ba0e64ca0a60a91b2bc50575f60bce0cdd5aeb]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/06 17:18:09 thb 1.1.2.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:03 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7823efa99977137472dc18bfe6500fbd5f002240]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/01/29 16:29:29 thb 1.1.2.2: #i37778# Build fixes for msvc; added shapes lib to util link line 2007/01/29 14:02:03 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cf7e1f41a328bbb3f471fc715890a3e00905eb01]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/03/06 18:05:48 thb 1.1.2.4: #i37778# Fixed a few minor issues found during code review - thx to fs 2007/02/25 01:10:25 thb 1.1.2.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:53:39 thb 1.1.2.2: #i37778# Fixed gcc3.4 build breakages; merged in a few fixes from HEAD; added PCH stuff to new files 2007/01/29 14:02:03 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c2f92078442735c71e806b1aac0406c33c120bb7]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/03/05 13:47:09 thb 1.7.12.1: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6947a9ebef3b825f90f14e64da1ab90ac6d7346d]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/01/29 14:02:02 thb 1.9.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [568926527ef879eb513de8856404d5dbb694ff5e]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:08 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:02 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bc3e4cc750aeac433aa25741a350b8295745efd8]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/02/06 17:18:08 thb 1.9.12.1: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8c78b1bd751119576b89a03a9cb9b46f6f471f91]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:02:02 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [58ace2942697939e6fce30137011a9eeab20f778]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:02:02 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aa9129b99986fe487894405ad6c840f5db414e82]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:02:01 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ba70200cba9d04af60222eca5d0f6e5accd8bc4b]

        INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED 2007/01/29 14:02:01 thb 1.10.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2bbcab60260b3ee8ba2c816650b9c4e6a240cca1]

        INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED 2007/02/02 08:47:52 thb 1.10.12.2: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:02:01 thb 1.10.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [af18ff4fe9ebf1c198fae5fd60b5ac75b2cca5fe]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/04/16 09:40:04 thb 1.8.12.2: #i64783# Added generator script for effect test; fixed subtle issue with shapes missing a repaint when being set invisible and animated in the same update cycle; fixed container base node bug with indefinite state (both issues found with generated effects script) 2007/02/06 17:18:07 thb 1.8.12.1: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [222104a4d8832b11a93f3261e13337737de94459]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:07 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:01 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [44287fadf6c00969c19bbff95604543b0576f318]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:06 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:01 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6b580f69716da2f3c401f004234b14334304aeda]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/02/06 17:18:06 thb 1.8.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:01 thb 1.8.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d5e9929575a29dc291d9d2829dca6e75f5e7b20f]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:05 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:00 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3c626ebb2e4357d93ef6e7091fc600679eb2ea0e]

        INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED 2007/02/06 17:18:04 thb 1.10.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:00 thb 1.10.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b7fa9409dbbfa30c260b7777549c3e877016b5d3]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/01/29 14:02:00 thb 1.7.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8d35150a6aa3c298adb35188851b5de786bd4faa]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/06 17:18:04 thb 1.6.12.3: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/31 11:25:17 thb 1.6.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:02:00 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [af60b4d9f6f6b1b4b965d816b4124a816f927dbe]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:02:00 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [964a8af2e3d48795706f6a51e81c642143342885]

        INTEGRATION: CWS presfixes12 (1.13.12); FILE MERGED 2007/02/06 17:18:04 thb 1.13.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:02:00 thb 1.13.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [951d8d97d354f53d42f85426515788fc1695d011]

        INTEGRATION: CWS presfixes12 (1.12.12); FILE MERGED 2007/02/25 01:10:25 thb 1.12.12.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:01:59 thb 1.12.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [09ee14c6f486028211846190324e0512b945c614]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:01:59 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c148b6de641200ee86c7eda834264a33e6190bc4]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/02/02 08:47:51 thb 1.9.12.1: #i37778# Moved all old-style casts to sal::static_int_cast

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b0a8cac914577d4cf3d43dcdb01abca94962baea]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/02/02 08:47:51 thb 1.5.12.2: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:01:59 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9af9f99bc4aa9a469a4b0344201adecf7a01bdec]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/02/02 08:47:51 thb 1.7.12.1: #i37778# Moved all old-style casts to sal::static_int_cast

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [135612dbd1e80cb1db7c7e2f6fce61d707b47063]

        INTEGRATION: CWS presfixes12 (1.5.12); FILE MERGED 2007/01/29 14:01:58 thb 1.5.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [237bec15854a8615b6f1705fecd3ac176f57ea00]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/03/05 13:47:09 thb 1.6.12.1: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [174afb43383ef0f0505be663ae4f18c7631df067]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/04/17 14:56:23 thb 1.9.12.2: #i37778# Calling commitUpdates() again after Activity::dequeued(), to make sure sprite state and static screen background are in sync 2007/03/05 13:47:08 thb 1.9.12.1: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e0e68cd838ecced8ab203d4a7193944ac1f2049d]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/02/25 01:10:24 thb 1.9.12.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/02 08:47:51 thb 1.9.12.2: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:01:58 thb 1.9.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d83b0ba1735dac330deb8c2b596a4d63115edce0]

        INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED 2007/01/29 14:01:58 thb 1.4.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cc81d31096b796ba420393d1426d6aa19b577754]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/02/25 01:10:24 thb 1.8.12.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:01:58 thb 1.8.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f841e8082655e24d8aa69950f40421904c4c2ab5]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/03/11 01:01:09 thb 1.9.12.3: #i37778# Made wait shape to update screen immediately, as it's otherwise invisible because of not staying past main animation loop commitScreenUpdates() 2007/02/25 01:10:24 thb 1.9.12.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:01:58 thb 1.9.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bac3d9b5e6c87d3bb54d83c49b403edd40a10cbd]

        INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED 2007/04/17 14:56:22 thb 1.10.12.2: #i37778# Calling commitUpdates() again after Activity::dequeued(), to make sure sprite state and static screen background are in sync 2007/01/29 14:01:57 thb 1.10.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ce3b662525768e1351adcd3d94e24216fbf87d36]

        INTEGRATION: CWS presfixes12 (1.11.4); FILE MERGED 2007/05/02 21:37:23 thb 1.11.4.5: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/03/11 00:17:57 thb 1.11.4.4: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/02/06 17:35:36 thb 1.11.4.3: #i37778# Sun CC does not seem to like prototype and function to differ in type aliases 2007/02/02 08:47:50 thb 1.11.4.2: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/29 14:01:57 thb 1.11.4.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [90a1e8400b2e99f142d6790468506d2432491427]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/02/25 01:10:24 thb 1.6.12.1: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e4600680df3028d7b5fd3f46a715de84807fd07f]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:01:57 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cfd7bf7f6eeede43027dd72f923b2a8b2920a376]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/05/10 20:32:39 thb 1.1.2.16: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/04/30 07:24:12 thb 1.1.2.15: #i37778# Added extra transformation query method, to account for the fact that sprite positioning and static shape positioning might have different offsets. 2007/04/16 09:40:03 thb 1.1.2.14: #i64783# Added generator script for effect test; fixed subtle issue with shapes missing a repaint when being set invisible and animated in the same update cycle; fixed container base node bug with indefinite state (both issues found with generated effects script) 2007/03/11 00:17:57 thb 1.1.2.13: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/03/05 13:47:07 thb 1.1.2.12: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:24 thb 1.1.2.11: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/21 19:20:12 thb 1.1.2.10: #i37778# Parameter only used in debug build, added fake use 2007/02/21 13:44:10 thb 1.1.2.9: #i37778# Rounding ViewLayer transformation offset to integer pixel coordinates, to avoid ugly glyph jerking; found similar place where we rely on canvas doing sprite positioning on integer pixel 2007/02/20 22:41:15 thb 1.1.2.8: #i37778# Emulating old sprite behaviour to clear content on getContentCanvas() in AnimatedSprite; corrected handling of full and partial view clears; corrected layer update when shapes are added or removed 2007/02/13 14:33:12 thb 1.1.2.7: #i37778# Split up View::clear() into clear() and clearAll() method, to facilitate local, clip-region based slide updates 2007/02/12 02:14:51 thb 1.1.2.6: #i37778# Added workaround to have ViewLayer always return valid canvas (even if no size has been set); fixed silly reference-instead-of-byvalue bug in SlideAnimations for slide size; fixed member initialization order problem in SlideImpl (also affecting slide size); adapted shape import for new LayerManager (which no longer gracefully ignores addition of NULL shapes); extended unit tests to catch fixed bugs 2007/02/10 23:23:51 thb 1.1.2.5: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/02/06 17:18:03 thb 1.1.2.4: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/31 14:30:32 thb 1.1.2.3: #i37778# removed View::isContentDestroyed() and mbContentValid distinction on View::clear() - clear() now always clears view the hard way; added explicit screen update to CombTransition, which bypasses SlideChangeBase functionality 2007/01/30 16:43:49 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:01:56 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f777560ea7bca813b246a98128a86851725c32ea]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/06/15 21:20:14 thb 1.1.2.18: #i10000# Forte8 compiler is dumb 2007/06/15 20:38:59 thb 1.1.2.17: #i78433# Posting myself an event, to delay-prefetch incoming slide bitmap (follow-up issue for the root cause fix: i78544 2007/05/16 15:14:04 thb 1.1.2.16: #i10000# WaE fix for gcc4.0.1 2007/05/14 07:54:31 thb 1.1.2.15: #i77154# WaE fix 2007/05/14 00:55:29 thb 1.1.2.14: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/05/10 20:32:39 thb 1.1.2.13: #i37778# Reworked LayerManager::updateShapeLayers - now much better aligned with general shape update, and avoids superfluous rendering; made unit tests work again; passing down slide background repaint status to LayerManager; relaxed preconditions for Shape::getUpdateArea() - no longer requires views to work; now catching singular view matrix and using sensible default at API border 2007/05/02 21:37:23 thb 1.1.2.12: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/17 14:56:22 thb 1.1.2.11: #i37778# Calling commitUpdates() again after Activity::dequeued(), to make sure sprite state and static screen background are in sync 2007/03/11 00:17:56 thb 1.1.2.10: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/03/06 21:54:15 thb 1.1.2.9: #i37778# Added bool property  to disable z order correct animations 2007/03/05 13:47:07 thb 1.1.2.8: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:23 thb 1.1.2.7: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/10 23:23:51 thb 1.1.2.6: #i37778# Renamed setMouseCursor() to setCursorShape() at View interface (name clash with API method otherwise); added LayerManager/Layer unit tests; fixed a bunch of bugs/glitches found during unit testing 2007/01/31 12:29:05 thb 1.1.2.5: #i37778# Slide animations now notify screen updates themselves 2007/01/31 11:25:16 thb 1.1.2.4: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/30 17:00:47 thb 1.1.2.3: #i37778# Not accessing boost::optional when it is empty 2007/01/30 16:43:49 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:01:56 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e1fe9d8fce786fd9379b4684b2bff162f6e60685]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/03/11 00:17:56 thb 1.1.2.2: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/01/29 14:01:56 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6490fca6a5dd3d95f1da83515ef6af78347db36a]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/02/25 01:10:23 thb 1.8.12.1: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b42194059ad1cbb936dcb96fcce875bcb35e41da]

        INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED 2007/01/29 14:01:55 thb 1.6.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [180b3f0fa6f17982f0c3d8afc8d65d22fab753a7]

        INTEGRATION: CWS presfixes12 (1.7.12); FILE MERGED 2007/02/02 08:47:50 thb 1.7.12.1: #i37778# Moved all old-style casts to sal::static_int_cast

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1c6e7bea32e6c3c2061dbeff05aa465c666ff815]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/03/11 01:01:09 thb 1.1.2.3: #i37778# Made wait shape to update screen immediately, as it's otherwise invisible because of not staying past main animation loop commitScreenUpdates() 2007/01/30 16:43:49 thb 1.1.2.2: #i37778# Made view update/repaint/resize work again; swapped BackgroundShape parameters for correct mtf import 2007/01/29 14:01:55 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8dfa36608fb6dae8a456ddad2a82f6227d91e860]

        INTEGRATION: CWS presfixes12 (1.8.12); FILE MERGED 2007/03/05 13:47:06 thb 1.8.12.2: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/01/29 14:01:54 thb 1.8.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1d6897835ad58e8d2eff5898e7f189084a177fe9]

        INTEGRATION: CWS presfixes12 (1.11.12); FILE MERGED 2007/03/05 13:47:06 thb 1.11.12.4: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:23 thb 1.11.12.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 15:15:29 thb 1.11.12.2: #i37778# Fixed Forte8 compiler breakages 2007/01/29 14:01:54 thb 1.11.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [931679fff032b66520e19a3f77120cf6761957b0]

        INTEGRATION: CWS presfixes12 (1.14.12); FILE MERGED 2007/01/29 14:01:54 thb 1.14.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c490787e55b516c3d6d375be13f79f6b0f648c33]

        INTEGRATION: CWS presfixes12 (1.12.12); FILE MERGED 2007/02/25 01:10:23 thb 1.12.12.3: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/02/06 17:18:03 thb 1.12.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:01:53 thb 1.12.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [75129de43a211d2c47fb36eb135e25f73f2fb24c]

        INTEGRATION: CWS presfixes12 (1.12.12); FILE MERGED 2007/05/14 00:55:29 thb 1.12.12.2: #i77154# Moved intrinsic animation notification from global EventMultiplexer to ShapeManager (which is local to each slide). This is a temporary workaround, the proper fix would demote the EventMultiplexer to each Slide 2007/01/29 14:01:53 thb 1.12.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f33f45ba4837631c9b9562bad6198c24494c9af9]

        INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED 2007/02/02 08:47:50 thb 1.10.12.3: #i37778# Moved all old-style casts to sal::static_int_cast 2007/01/31 11:25:16 thb 1.10.12.2: #i37778# Added prefetch to Animation interface (to facilitate prefetching - nice for slide transitions, which otherwise lag noticeably while generating the slide bitmap); brought tests up to par, re-enabling unit tests and demo show 2007/01/29 14:01:52 thb 1.10.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5253eb09dea2e2b524e63ca53abdc3586e3bb47c]

        INTEGRATION: CWS presfixes12 (1.11.12); FILE MERGED 2007/05/02 21:37:23 thb 1.11.12.5: #i37778# Changed calls to cppcanvas::Canvas::getTransformation() to ViewLayer::getTransformation() where appropriate (because that's more direct); added initial Slide rendering back in (this time optional) 2007/04/30 07:19:18 thb 1.11.12.4: #i37778# Removed unused method 2007/03/11 00:17:56 thb 1.11.12.3: #i37778# Necessary adaptions for cppcanvas clip behaviour (extra setClip()  methods to clear clip, instead of empty polygon, which denotes everything clipped on canvas); removed cyclic references for intrinsically animated shapes (GIF and drawing layer scroll text); fixed a few coding style inconsistencies 2007/02/20 22:41:14 thb 1.11.12.2: #i37778# Emulating old sprite behaviour to clear content on getContentCanvas() in AnimatedSprite; corrected handling of full and partial view clears; corrected layer update when shapes are added or removed 2007/01/29 14:01:52 thb 1.11.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a56091aa84a2706be8290a1401e65a99a785423a]

        INTEGRATION: CWS presfixes12 (1.9.12); FILE MERGED 2007/03/05 13:47:05 thb 1.9.12.3: #i37778# Removed Activity::needsScreenUpdate() method - this is now handled by notifying ScreenUpdater explicitely; reorg of SlideShowImpl members, to align lifetime with mutual references; fixed (hopefully) last repaint issues with new LayerManager; added more tests 2007/02/25 01:10:23 thb 1.9.12.2: #i37778# Cleared up error handling a lot: no longer quenching RuntimeExceptions; reporting assertions in the debug case; ViewLayer  now reports resized sprite (which needs re-render from all shapes); fixed missing subset area reduction for glyph-level animations; added return of resize state from  Layer::commitLayerBounds(); adapted unit tests to corrected behaviour 2007/01/29 14:01:51 thb 1.9.12.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [13054f438bd65f5a27a2e84d3bba37a59e9a3002]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/04/16 09:40:02 thb 1.1.2.1: #i64783# Added generator script for effect test; fixed subtle issue with shapes missing a repaint when being set invisible and animated in the same update cycle; fixed container base node bug with indefinite state (both issues found with generated effects script)

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [030c4beb2153f129fb7fe9eff3d6e4374101b4cc]

        INTEGRATION: CWS presfixes12 (1.5.20); FILE MERGED 2007/01/29 14:01:51 thb 1.5.20.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e3bb3bf56dbd390f4af4d27f5a15e2fe2a0b367c]

        INTEGRATION: CWS presfixes12 (1.1.2); FILE ADDED 2007/02/06 17:18:02 thb 1.1.2.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable 2007/01/29 14:01:51 thb 1.1.2.1: Issue number: #i37778#
        
        Larger slideshow refactoring. Wrote design and coding style manifest,
        and adapted the code to actually conform to this. In detail:
         - cleaned up ownership/disposable/weak_ptr story. removed hacks and
           explicit Disposable implementations, where workaround were available
         - removed object mutices, where superfluous
         - reworked EventMultiplexer (using templatized listener class now), added
           more events. EventMultiplexer now serves as a true blackboard
         - reworked directory structure: disjunct parts are now physically separated
           into directories, instantiation happens via factories & abstract interfaces
         - added CursorManager, to make setting mouse cursor less hackish
         - reworked DrawShape, to implement SeparateListener pattern
         - reworked IntrinsicAnimationActivity, to avoid cyclic references
         - modified hyperlink & shape cursor handling to communicate via
           EventMultiplexer
         - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
           etc.)
         - added first version of the z-order fix to layer/layermanager
         - cleaned up include guards and include syntax

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [52aaed9389d625fad72efc43b239a88cf3cdba27]

        INTEGRATION: CWS presfixes12 (1.3.256); FILE MERGED 2007/02/20 22:45:38 thb 1.3.256.1: #i37778# Removed artificial restrictions to getContentCanvas() method

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [250e0d4c5be144b7e5c061ba9803e4ac725eee18]

        INTEGRATION: CWS presfixes12 (1.4.256); FILE MERGED 2007/02/14 13:23:51 thb 1.4.256.1: #i37778# Added clear() method to XCanvas, as this is quite often needed and has efficient internal implementations for a lot of canvas instantiations

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bb6b54c5c77204d9bb863055bd9784719f724c34]

        INTEGRATION: CWS presfixes12 (1.18.14); FILE MERGED 2007/03/05 15:29:07 thb 1.18.14.1: #i37778# Calling XSlideShow::update() after a repaint (slideshow handles all events asynchronously)

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [64048f0df302ecdc5fbaf430abf95cb7af093792]

        INTEGRATION: CWS presfixes12 (1.40.12); FILE MERGED 2007/04/30 10:09:44 thb 1.40.12.2: RESYNC: (1.40-1.42); FILE MERGED 2007/04/16 15:20:22 thb 1.40.12.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0d48c781656ac2845cb3a893d5cc404f2ec1daa9]

        INTEGRATION: CWS presfixes12 (1.25.56); FILE MERGED 2007/04/16 15:20:22 thb 1.25.56.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [631fe20f305829258574c8bd92b913d3d9a18051]

        INTEGRATION: CWS presfixes12 (1.39.56); FILE MERGED 2007/05/14 09:21:52 thb 1.39.56.2: #i75315# Changed offsets (gnaah - magic numbers all over the place) 2007/04/16 15:20:21 thb 1.39.56.1: #i75315# Reading hidden config item SlideshowRespectZOrder in sd, and passing it on to slideshow component

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b44aff26fa617c208b3c25d9873e3fbb809f8957]

        INTEGRATION: CWS presfixes12 (1.27.6); FILE MERGED 2007/04/30 09:14:59 thb 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2007/04/16 12:40:40 thb 1.27.6.1: #i75315# Added new (hidden) config item to disable slideshow z-order during animation

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fce095b7fa1fb998afe91d7c0d9fcb6eabf6e64d]

        INTEGRATION: CWS presfixes12 (1.186.12); FILE MERGED 2007/04/30 08:52:03 thb 1.186.12.3: RESYNC: (1.191-1.196); FILE MERGED 2007/02/21 14:54:52 thb 1.186.12.2: RESYNC: (1.186-1.191); FILE MERGED 2007/01/31 11:46:11 thb 1.186.12.1: #i74053# Added SHLxDLLPRE (thx ause!)

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [203ba87eabc94c334121734787bc5aac5982965c]

        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>  [d601d16d2ddcb62488c719f6c3b801d44ed4b1a3]

        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>  [4c9afb93ec869f36d5b1e8a5f83db1d7a6770237]

        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>  [b088e4191610c778d616f49088a8302204082baf]

        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>  [e677e0834bca7a004fddfb0c99cc58271b5d1a9e]

        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>  [bfe0f3d7c11e1d94e20772c1400063dc50c4362c]

        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>  [66360dfb9df8d9690b6ec9dc8286dc2db94c74a8]

        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>  [9c6cfc030f5332dd678994aa741d5fcc7fe49ea1]

        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>  [b3a1dea7a908492ac49c35793b441e071c6c69bd]

        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>  [7005b1dd0582dc10f625f415975f1c2b3dd3d7da]

        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>  [3eed9ddd8dcfa559b2d3490889e6a0f79cbc141e]

        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>  [6fb8bb9f6a363e783d0db6f93eab256dbb076654]

        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>  [14fc8ab45534912ecfd43e52cf77a334c0684789]

        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>  [894edf1c8522417e9a4c4b6c3986e5f877ef05da]

        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>  [d867173f243938ed63082fd03554dca644317aa8]

        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>  [acea325c504e0843021d464312413c56f18e5715]

        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>  [29af95711d5bc12eb3c05c43efdac4a7ff8fb16b]

        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>  [aeb8f4081f200431d509672cad8847998b532845]

        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>  [a195f94a383ef19c0837c585349ad0e85fd6f678]

        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>  [a239943b13d509c5ea60384da42ae315692efcf2]

        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>  [76960349c96acf08fa0e8d8a892dd25dd14d484e]

        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>  [11dee9e81b963bf95829f1f48e039594136171bf]

        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>  [a28255a9f45535dee7f832ce70ddbf7eb936e553]

        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>  [c7e4e35bc3cded8a6028e10f8560d2f95bbfe5dc]

        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>  [f86c2e710ee107883acfe63daea45630d20051ca]

        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>  [fe5ebff0b733e2bbf30d70c4ae1f2fe012eedda4]

        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>  [2afc4782f106f6bbd6cbe02ea038d732fc968b90]

        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>  [5ecf3ad439400db3b74bbe7df3dbca9b68ccf72a]

        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>  [1ad37520adb27d1fc9d1561e980d666a6b85ad34]

        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>  [b753a6bc6e06b4ae9b6e0a10a8538eae809a7e0c]

        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>  [ba201422a880b995fc0c8efcdf95158cfedc790e]

        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>  [035ff9d94a876e32071e3f2a2d532bcbe94a820a]

        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>  [481288f111e305ec1ae737fc07cc3c65bf210052]

        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>  [431520418e4219957d1ad26ba50cf7e5b0c83bcd]

        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>  [b2eb0891bc5411e68f47c2e606f3bf728b209c93]

        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>  [34f5cbb8a9ee729c2a9827130993ed1ab1d01b7f]

        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>  [4b8a3891d7ad50ec351281cb33fc3717bb615a4b]

        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>  [6af78ca0a81febb80d326c89235064ff9868a27d]

        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>  [d98695b2c02ea3aaa341172ae3ff402f99ff35fc]

        INTEGRATION: CWS basemodelrefactoring (1.51.12); FILE MERGED 2007/06/01 07:42:54 mba 1.51.12.3: #i76764#: binfilter changes 2007/05/29 21:48:55 mba 1.51.12.2: RESYNC: (1.51-1.53); FILE MERGED 2007/05/14 10:56:51 mba 1.51.12.1: #i76195#: binfilter no longer has SFX resource

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [28734c3acb3535fc0453082239d6c71c9441ac71]

        INTEGRATION: CWS basemodelrefactoring (1.190.4); FILE MERGED 2007/06/01 07:42:54 mba 1.190.4.1: #i76764#: binfilter changes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2c3e5d03b5893f822ba688d9553e1d43b6b7f5d8]

        INTEGRATION: CWS basemodelrefactoring (1.230.8); FILE MERGED 2007/05/29 21:48:35 mba 1.230.8.2: RESYNC: (1.230-1.234); FILE MERGED 2007/05/09 15:51:21 mba 1.230.8.1: #i76195#: no linguistic in binfilter anymore

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [34479b52941e3313bd27f18f0a48a26d1879710e]

        INTEGRATION: CWS basemodelrefactoring (1.70.104); FILE MERGED 2007/07/16 15:04:08 mba 1.70.104.3: RESYNC: (1.71-1.74); FILE MERGED 2007/05/09 00:48:29 mba 1.70.104.2: RESYNC: (1.70-1.71); FILE MERGED 2007/03/24 12:47:16 mba 1.70.104.1: #i75677#: separation of DocumentInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [25b6620f8b7054ca15bb041aa7e04b49a40c3f95]

        INTEGRATION: CWS basemodelrefactoring (1.26.34); FILE MERGED 2007/04/06 19:12:29 mba 1.26.34.3: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/29 19:30:48 mba 1.26.34.2: #i75677#: settings extracted from DocInfo 2007/03/23 13:44:28 mba 1.26.34.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c9abf168c863cee0086d5efe09a13d9cd7afca67]

        INTEGRATION: CWS basemodelrefactoring (1.127.32); FILE MERGED 2007/05/10 15:47:04 mba 1.127.32.3: #i76779#: some problems with filters if type of document changed on autoload 2007/05/09 00:48:23 mba 1.127.32.2: RESYNC: (1.127-1.128); FILE MERGED 2007/04/28 13:15:51 mba 1.127.32.1: #i76779#: AutoLoad with URL fixed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8dacb7c3a7a429f9ded236520f67e54eda8299c4]

        INTEGRATION: CWS basemodelrefactoring (1.8.144); FILE MERGED 2007/03/29 19:28:56 mba 1.8.144.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5f5782c6a9b2c880334749a4a6204bd71f36bb2e]

        INTEGRATION: CWS basemodelrefactoring (1.36.6); FILE MERGED 2007/03/29 19:29:54 mba 1.36.6.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0d9a8353b2b0563ea14b71d8003242982a2f6d9b]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/03/24 19:31:41 mba 1.1.2.1: #i75677#: refactoring of printing code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f0f07a3fdeba02b3dba7516132a848aff6b512c4]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/05/09 16:00:09 mba 1.1.2.4: define used at wrong place 2007/04/06 19:04:38 mba 1.1.2.3: #i75677#: string props no longer limited in length 2007/04/04 14:31:22 mba 1.1.2.2: #i75726#: encapsulate special invalid Windows time stamps 2007/03/24 19:31:11 mba 1.1.2.1: #i75677#,#i26672#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [adcfb45fba519f3b649f304c7afc097045cfb529]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/05/09 16:14:47 mba 1.1.2.4: define used at wrong place 2007/04/06 19:04:38 mba 1.1.2.3: #i75677#: string props no longer limited in length 2007/04/04 14:31:22 mba 1.1.2.2: #i75726#: encapsulate special invalid Windows time stamps 2007/03/24 19:31:11 mba 1.1.2.1: #i75677#,#i26672#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5aa311c1cd450081106fb8dcf04280b8a0c74de2]

        INTEGRATION: CWS basemodelrefactoring (1.69.66); FILE MERGED 2007/07/16 14:54:57 mba 1.69.66.7: RESYNC: (1.71-1.72); FILE MERGED 2007/05/09 00:45:58 mba 1.69.66.6: RESYNC: (1.70-1.71); FILE MERGED 2007/04/17 15:41:54 mba 1.69.66.5: warnings removed 2007/04/06 18:56:39 mba 1.69.66.4: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/29 19:37:48 mba 1.69.66.3: #i75677#: settings extracted from DocInfo 2007/03/25 02:52:39 mba 1.69.66.2: RESYNC: (1.69-1.70); FILE MERGED 2007/03/24 12:54:23 mba 1.69.66.1: #i75677#: separation of DocumentInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e8276da9a4d4e61779169bb593e19532a58792a7]

        INTEGRATION: CWS basemodelrefactoring (1.33.34); FILE MERGED 2007/07/16 14:53:51 mba 1.33.34.7: RESYNC: (1.33-1.34); FILE MERGED 2007/06/13 10:59:56 mba 1.33.34.6: #i36993#: wrong service name used; potential deadlock in complex test 2007/04/04 18:30:35 mba 1.33.34.5: #i75677#: handle Modified-Handler more exactly; handle invalid DateTime structs as void props 2007/04/04 15:45:51 mba 1.33.34.4: #i75677#: invalid datetimes should be void 2007/04/04 14:33:09 mba 1.33.34.3: #i75677#: some small fixes 2007/03/26 13:39:20 mba 1.33.34.2: warning problem fixed 2007/03/24 19:30:03 mba 1.33.34.1: #i75677#,#i26672#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5b6cd1aa544d6be5dcbb0e4615f373e009eeb8f9]

        INTEGRATION: CWS basemodelrefactoring (1.189.24); FILE MERGED 2007/04/17 15:00:01 mba 1.189.24.7: warning about unused local variable removed 2007/04/16 21:51:51 mba 1.189.24.6: #i26672#: some methods moved from DocInfo to DocShell 2007/04/14 17:44:17 mba 1.189.24.5: RESYNC: (1.190-1.192); FILE MERGED 2007/04/06 18:56:07 mba 1.189.24.4: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/29 19:37:47 mba 1.189.24.3: #i75677#: settings extracted from DocInfo 2007/03/25 02:52:32 mba 1.189.24.2: RESYNC: (1.189-1.190); FILE MERGED 2007/03/24 19:27:30 mba 1.189.24.1: #i75677#: remove obsolete code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [70e3b7c78d02a3d6d79a064bb62b4103ed1d9c6b]

        INTEGRATION: CWS basemodelrefactoring (1.97.102); FILE MERGED 2007/04/17 15:41:53 mba 1.97.102.7: warnings removed 2007/04/06 18:55:18 mba 1.97.102.6: #i75677#: classes SfxStamp and TimeStamp removed 2007/04/04 18:31:51 mba 1.97.102.5: #i75677#: streamline DocInfoDlg execution 2007/03/30 21:46:17 mba 1.97.102.4: #i57317#: DocInfoDlg must get R/O as a parameter 2007/03/29 19:37:47 mba 1.97.102.3: #i75677#: settings extracted from DocInfo 2007/03/25 17:24:03 mba 1.97.102.2: #i75677#: refactor DocInfo 2007/03/24 19:26:19 mba 1.97.102.1: #i75677#: simplify closing

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f24961728166906c33a396618fb1caeb0851b57b]

        INTEGRATION: CWS basemodelrefactoring (1.86.64); FILE MERGED 2007/05/09 00:45:52 mba 1.86.64.5: RESYNC: (1.87-1.88); FILE MERGED 2007/04/28 12:14:37 mba 1.86.64.4: #i73797#: don't call OnLoad for documents without a frame 2007/03/25 17:24:03 mba 1.86.64.3: #i75677#: refactor DocInfo 2007/03/25 02:52:24 mba 1.86.64.2: RESYNC: (1.86-1.87); FILE MERGED 2007/03/24 19:24:51 mba 1.86.64.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7a2c8f6eb7e8a55d54edfc2fdae9f7790727473e]

        INTEGRATION: CWS basemodelrefactoring (1.66.106); FILE MERGED 2007/07/16 14:53:01 mba 1.66.106.7: RESYNC: (1.66-1.68); FILE MERGED 2007/04/04 18:31:50 mba 1.66.106.6: #i75677#: streamline DocInfoDlg execution 2007/04/04 14:31:58 mba 1.66.106.5: #i75677#: consolidation of methods for removing different kinds of data 2007/03/30 21:46:17 mba 1.66.106.4: #i57317#: DocInfoDlg must get R/O as a parameter 2007/03/29 19:37:47 mba 1.66.106.3: #i75677#: settings extracted from DocInfo 2007/03/25 17:24:03 mba 1.66.106.2: #i75677#: refactor DocInfo 2007/03/24 19:24:25 mba 1.66.106.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d845316b07202bf1a22a7f579897e4410f098a8f]

        INTEGRATION: CWS basemodelrefactoring (1.26.90); FILE MERGED 2007/04/14 17:44:08 mba 1.26.90.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/24 19:29:17 mba 1.26.90.1: #i75677#,#i26672#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [448af7a24cc4f12fdc20a1a1583a4c315cc16675]

        INTEGRATION: CWS basemodelrefactoring (1.25.92); FILE MERGED 2007/07/16 14:51:38 mba 1.25.92.5: RESYNC: (1.26-1.28); FILE MERGED 2007/05/09 00:45:14 mba 1.25.92.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/06 18:54:51 mba 1.25.92.3: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/29 19:37:47 mba 1.25.92.2: #i75677#: settings extracted from DocInfo 2007/03/24 19:28:37 mba 1.25.92.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [01ee5bc671f25e7a4ed1a8572ac36c40dad1934d]

        INTEGRATION: CWS basemodelrefactoring (1.45.64); FILE MERGED 2007/07/16 14:50:44 mba 1.45.64.13: RESYNC: (1.47-1.48); FILE MERGED 2007/05/10 15:47:43 mba 1.45.64.12: #i75677#: typo in refactored code 2007/05/09 00:44:24 mba 1.45.64.11: RESYNC: (1.46-1.47); FILE MERGED 2007/04/14 17:48:16 mba 1.45.64.10: conflicts resolved 2007/04/06 19:11:44 mba 1.45.64.9: #i75677#: classes SfxStamp and TimeStamp removed 2007/04/04 18:31:27 mba 1.45.64.8: #i75677#: superfluous duplicate setting of dates removed 2007/04/04 14:34:20 mba 1.45.64.7: #i75677#: consolidation of methods for removing different kinds of data; #i75726#: encapsulate handling of invalidate Windows TimeStamps into oleprops 2007/03/29 19:37:30 mba 1.45.64.6: #i75677#: moved methods related to Settings to ObjectShell; introduce shared property set 2007/03/26 22:25:07 mba 1.45.64.5: #i75677#: bQuiet wasn't reset 2007/03/26 13:32:42 mba 1.45.64.4: warning problem fixed 2007/03/25 17:24:03 mba 1.45.64.3: #i75677#: refactor DocInfo 2007/03/24 19:30:03 mba 1.45.64.2: #i75677#,#i26672#: separation of DocInfo and DocumentInfoObject 2007/03/24 00:42:53 mba 1.45.64.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [20a7b521d111d957a981f2f3ddb1747ea134a6fe]

        INTEGRATION: CWS basemodelrefactoring (1.187.32); FILE MERGED 2007/05/09 00:44:18 mba 1.187.32.4: RESYNC: (1.188-1.189); FILE MERGED 2007/04/14 17:43:48 mba 1.187.32.3: RESYNC: (1.187-1.188); FILE MERGED 2007/04/06 18:54:07 mba 1.187.32.2: #i75677#: superfluous declaration removed 2007/03/24 19:22:58 mba 1.187.32.1: #i75677#: new ctor with MediaDescriptor

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [76e380c77acd8d5749cb837a1d216603969a8d29]

        INTEGRATION: CWS basemodelrefactoring (1.14.144); FILE MERGED 2007/05/09 12:29:53 mba 1.14.144.5: resync errors 2007/05/09 00:43:44 mba 1.14.144.4: RESYNC: (1.15-1.16); FILE MERGED 2007/04/14 17:43:05 mba 1.14.144.3: RESYNC: (1.14-1.15); FILE MERGED 2007/04/06 18:53:35 mba 1.14.144.2: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/29 19:33:08 mba 1.14.144.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [36530b757746195e71c4382cfa58e2f6f8d08e2b]

        INTEGRATION: CWS basemodelrefactoring (1.38.34); FILE MERGED 2007/05/09 00:39:38 mba 1.38.34.7: RESYNC: (1.38-1.40); FILE MERGED 2007/04/17 15:17:46 mba 1.38.34.6: warning about local variable removed 2007/04/06 18:50:16 mba 1.38.34.5: #i75677#: classes SfxStamp and TimeStamp removed 2007/04/04 14:30:26 mba 1.38.34.4: #i75677#: some small fixes 2007/03/29 19:33:08 mba 1.38.34.3: #i75677#: settings extracted from DocInfo 2007/03/25 17:22:28 mba 1.38.34.2: #i75677#: refactor DocInfo 2007/03/24 19:22:17 mba 1.38.34.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7c047636717ecca9b00165f89cfa7ba48d145d5a]

        INTEGRATION: CWS basemodelrefactoring (1.17.158); FILE MERGED 2007/04/14 17:42:37 mba 1.17.158.3: RESYNC: (1.17-1.18); FILE MERGED 2007/04/06 18:48:47 mba 1.17.158.2: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/24 19:22:01 mba 1.17.158.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a629d30dc6da52018fadd53ed769f8e9a05c041b]

        INTEGRATION: CWS basemodelrefactoring (1.26.160); FILE MERGED 2007/04/06 18:42:40 mba 1.26.160.1: #i75677#: superfluous includes in docfile.hxx removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a4939a89d348e9ae31b3468a15bf5056b4c2a97b]

        INTEGRATION: CWS basemodelrefactoring (1.14.144); FILE MERGED 2007/04/06 18:46:04 mba 1.14.144.2: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/24 19:22:01 mba 1.14.144.1: #i75677#: separation of DocInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b2e18a5241be279ad520abbd5adb1d223b79b081]

        INTEGRATION: CWS basemodelrefactoring (1.66.102); FILE MERGED 2007/07/16 14:34:38 mba 1.66.102.4: RESYNC: (1.69-1.70); FILE MERGED 2007/05/29 21:46:11 mba 1.66.102.3: RESYNC: (1.68-1.69); FILE MERGED 2007/05/09 00:36:51 mba 1.66.102.2: RESYNC: (1.66-1.68); FILE MERGED 2007/04/06 18:41:57 mba 1.66.102.1: #i75677#: superfluous includes in docfile.hxx removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7231b96b124c738642238ae55a0d504e628ebdbd]

        INTEGRATION: CWS basemodelrefactoring (1.122.14); FILE MERGED 2007/04/28 13:24:14 mba 1.122.14.1: #i50046#: Execute calls may have no return value

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4191420775e374a5d4d211f35f5a0819b0271e0f]

        INTEGRATION: CWS basemodelrefactoring (1.109.92); FILE MERGED 2007/04/14 17:41:28 mba 1.109.92.2: RESYNC: (1.109-1.110); FILE MERGED 2007/03/29 19:31:50 mba 1.109.92.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c2ec783a7bfa0ab4ae5bd7fb00d4154dabbb129c]

        INTEGRATION: CWS basemodelrefactoring (1.69.102); FILE MERGED 2007/03/26 13:23:40 mba 1.69.102.2: warning problem fixed 2007/03/23 15:55:05 mba 1.69.102.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7c5b83ebd933aaf62ad165ce1f24c96db0ac0386]

        INTEGRATION: CWS basemodelrefactoring (1.46.102); FILE MERGED 2007/03/25 02:50:49 mba 1.46.102.2: RESYNC: (1.46-1.47); FILE MERGED 2007/03/23 14:28:30 mba 1.46.102.1: #i75677#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5e2d425bd216a77a51082ae45bb6fac0d60a8f88]

        INTEGRATION: CWS basemodelrefactoring (1.16.6); FILE MERGED 2007/03/29 19:38:44 mba 1.16.6.1: #i75677#: obsolete code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f4eab14909b023c658ef74e2c21eed3e03d7e362]

        INTEGRATION: CWS basemodelrefactoring (1.26.286); FILE MERGED 2007/03/20 20:41:24 mba 1.26.286.1: test

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [872f010a716502393ac4f8195ff083846eedbeb9]

        INTEGRATION: CWS basemodelrefactoring (1.4.34); FILE MERGED 2007/04/28 12:12:15 mba 1.4.34.1: #i76516#: java must be called through a variable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a16c98917631b3589c0cdb9d85e6aa289ae65c5f]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/04/16 21:50:05 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3c967b3e644412cd039814b6f30f9496ce3993f5]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/04/16 21:50:04 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [980bc234c130095a0ee46d4b7527a88b3202c4e2]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/29 21:45:27 mba 1.2.2.3: RESYNC: (1.4-1.5); FILE MERGED 2007/05/09 00:34:11 mba 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2007/04/16 21:50:04 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [574110e67c0006b7d69e9b810a6a8c40f972ac47]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/09 15:40:29 mba 1.2.2.2: define used at wrong place 2007/04/16 21:50:04 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [17734a1f53b560cb40717b7d9a3cb3166c23c8a4]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/09 00:33:41 mba 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/16 21:50:03 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [85abb2436786118ba3be8692dcfc3dabff1efe82]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/30 15:26:24 mba 1.2.2.3: merge conflict 2007/05/29 21:45:08 mba 1.2.2.2: RESYNC: (1.2-1.4); FILE MERGED 2007/04/16 21:50:03 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [00a8e1a3c327ec30eb4e461e91060c9c66f60431]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/29 21:45:00 mba 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/16 21:50:02 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [37033b43ef9b5917306e09cb37c6f3028d09d9e2]

        INTEGRATION: CWS basemodelrefactoring (1.2.2); FILE MERGED 2007/05/09 00:33:48 mba 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/16 21:50:02 mba 1.2.2.1: add changes from CWS to headers moved on master

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [92687bfe5e1af7d88429ea7afc542bc8c583f1c1]

        INTEGRATION: CWS basemodelrefactoring (1.3.14); FILE MERGED 2007/05/30 15:21:39 mba 1.3.14.1: timestamp.hxx no longer used

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c86b88bc461b4a932b0a97b87bf5ab07d30dc710]

        INTEGRATION: CWS basemodelrefactoring (1.7.420); FILE MERGED 2007/04/06 18:41:02 mba 1.7.420.2: #i75677#: superfluous includes removed 2007/03/29 19:17:55 mba 1.7.420.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7f8cd4011ae0afbfb1233e015065f02e9b8584e8]

        INTEGRATION: CWS basemodelrefactoring (1.63.20); FILE MERGED 2007/05/29 21:41:42 mba 1.63.20.3: RESYNC: (1.64-1.66); FILE MERGED 2007/03/25 02:46:29 mba 1.63.20.2: RESYNC: (1.63-1.64); FILE MERGED 2007/03/23 13:46:38 mba 1.63.20.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b0e70fa92baf0d75cfff7b7b420a0870dd4e1719]

        INTEGRATION: CWS basemodelrefactoring (1.31.22); FILE MERGED 2007/05/29 21:39:37 mba 1.31.22.4: RESYNC: (1.34-1.35); FILE MERGED 2007/05/09 00:31:55 mba 1.31.22.3: RESYNC: (1.33-1.34); FILE MERGED 2007/03/25 02:43:47 mba 1.31.22.2: RESYNC: (1.31-1.33); FILE MERGED 2007/03/23 13:46:38 mba 1.31.22.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5a345c236a430962f485c5d4da5158ff794a6d37]

        INTEGRATION: CWS basemodelrefactoring (1.25.8); FILE MERGED 2007/06/13 12:22:23 mba 1.25.8.2: #i36993#: gcc4 warning fixed 2007/03/29 19:45:46 mba 1.25.8.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b298f5eb45eef18ee52f41be705a4b29f475b287]

        INTEGRATION: CWS basemodelrefactoring (1.26.20); FILE MERGED 2007/05/29 21:31:02 mba 1.26.20.3: RESYNC: (1.27-1.28); FILE MERGED 2007/03/25 02:21:20 mba 1.26.20.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/23 13:46:29 mba 1.26.20.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8496a7d389bcc0dc5fa26e8847ad0e126b2e436a]

        INTEGRATION: CWS basemodelrefactoring (1.9.22); FILE MERGED 2007/03/25 02:20:57 mba 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2007/03/23 13:46:29 mba 1.9.22.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a82ab008f5a797f77011550ba6c17c467f0e0bcf]

        INTEGRATION: CWS basemodelrefactoring (1.29.30); FILE MERGED 2007/04/06 19:32:08 mba 1.29.30.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a2930deb49797d33d80f6d94552c7aeee1f0393f]

        INTEGRATION: CWS basemodelrefactoring (1.33.30); FILE MERGED 2007/05/29 21:11:41 mba 1.33.30.2: RESYNC: (1.33-1.34); FILE MERGED 2007/04/06 19:31:21 mba 1.33.30.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3b2e2c3fe532d4ad4092033f894b4749707faf2d]

        INTEGRATION: CWS basemodelrefactoring (1.7.30); FILE MERGED 2007/04/19 09:05:22 mba 1.7.30.2: wrong folder separator 2007/04/17 18:42:59 mba 1.7.30.1: missing include in NonPro

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1791c17ce436e668b9bdd6dcaba605e58795e6a9]

        INTEGRATION: CWS basemodelrefactoring (1.30.30); FILE MERGED 2007/03/25 17:18:38 mba 1.30.30.1: #i75677#: refactor DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5d0ea338477dace191cfb854c4f4c21ef16effce]

        INTEGRATION: CWS basemodelrefactoring (1.116.80); FILE MERGED 2007/05/29 21:04:39 mba 1.116.80.3: RESYNC: (1.116-1.118); FILE MERGED 2007/04/06 19:30:06 mba 1.116.80.2: #i75677#: superfluous includes in docfile.hxx removed 2007/03/24 19:19:18 mba 1.116.80.1: #i75677#: assignment of DocInfo already broadcasts hint

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [45a7466eeee2f33790056014974d24e952f88430]

        INTEGRATION: CWS basemodelrefactoring (1.22.28); FILE MERGED 2007/05/09 00:05:46 mba 1.22.28.2: RESYNC: (1.22-1.23); FILE MERGED 2007/04/06 19:29:40 mba 1.22.28.1: #i75677#: superfluous includes in docfile.hxx removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aeac20555710163400c540eff40b9b1772093a3a]

        INTEGRATION: CWS basemodelrefactoring (1.74.120); FILE MERGED 2007/05/29 20:59:46 mba 1.74.120.3: RESYNC: (1.75-1.77); FILE MERGED 2007/03/25 01:18:55 mba 1.74.120.2: RESYNC: (1.74-1.75); FILE MERGED 2007/03/23 16:16:00 mba 1.74.120.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a65a5cd50e793b5628ce939843689a80cdaa7bd1]

        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>  [2f348ce62f499000eaf6087de5f04d19a34a65ff]

        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>  [781c550065b0c9fa4efb952ec0e40b53236f3c10]

        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>  [998ca6c3447645089f1d8dd468fee986540db49c]

        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>  [89bba3f51a27682748c491b10df9cd767e36e6da]

        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>  [0085333b7ce98111e9ff499bdc343df6094555a3]

        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>  [939638221a5f93bc52cbe0a535ab7ea1adaa0856]

        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>  [6a92b87395e48b95c068e12bf2d45e741d4851b1]

        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>  [fb4a1bd4311f5b0bcdd4b9dd91eeebcacb3a15e4]

        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>  [0d7e1dad0671fbc2d5c01fb20c6abb6612be4ea2]

        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-17  Oliver Bolte  <obo@openoffice.org>  [ba4c86687e23a4650a6dc4b4d60ee695d915ca10]

        INTEGRATION: CWS basemodelrefactoring (1.109.36); FILE MERGED 2007/05/08 23:48:57 mba 1.109.36.3: RESYNC: (1.110-1.111); FILE MERGED 2007/04/14 15:20:05 mba 1.109.36.2: RESYNC: (1.109-1.110); FILE MERGED 2007/04/10 20:22:43 mba 1.109.36.1: #i75726#: service DocumentProperties now obsolete

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f8c5ed41da81967a84115b1ffb6d0a7480a2186a]

        INTEGRATION: CWS basemodelrefactoring (1.25.40); FILE MERGED 2007/04/10 20:06:59 mba 1.25.40.1: #i75726#: service DocumentProperties now obsolete

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e5e3f9a529fee8423105294867834113c1d6521b]

        INTEGRATION: CWS basemodelrefactoring (1.37.40); FILE MERGED 2007/04/16 21:49:22 mba 1.37.40.2: registration of Frame services errorneously removed 2007/04/10 20:06:58 mba 1.37.40.1: #i75726#: service DocumentProperties now obsolete

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0fbe86aa1bbc306b492cfe72dac61ca3de2e27a8]

        INTEGRATION: CWS basemodelrefactoring (1.29.162); FILE MERGED 2007/05/08 23:45:10 mba 1.29.162.2: RESYNC: (1.29-1.30); FILE MERGED 2007/04/10 20:10:44 mba 1.29.162.1: #i75726#: service DocumentProperties now obsolete

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [667469750a94a9506456a65dfbbcee984fc03d1f]

        INTEGRATION: CWS basemodelrefactoring (1.3.6); FILE MERGED 2007/05/30 14:30:38 mba 1.3.6.1: timestamp.hxx no longer used

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ede141cec31d919ef70e5c6dbb3f1d0c5fb8adc4]

        INTEGRATION: CWS basemodelrefactoring (1.46.6); FILE MERGED 2007/05/08 23:39:42 mba 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2007/03/23 13:53:17 mba 1.46.6.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [63ba3e0127fd30e79f4bae95ac90d5612867e904]

        INTEGRATION: CWS basemodelrefactoring (1.40.4); FILE MERGED 2007/07/16 14:27:39 mba 1.40.4.2: RESYNC: (1.40-1.42); FILE MERGED 2007/03/29 19:40:42 mba 1.40.4.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a79035ef5cd8207448eb9f198ef54f495d963409]

        INTEGRATION: CWS basemodelrefactoring (1.20.6); FILE MERGED 2007/03/23 13:52:53 mba 1.20.6.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ee4eb67e27e7891694b43228c1e8de095a07a58c]

        INTEGRATION: CWS basemodelrefactoring (1.2.6); FILE MERGED 2007/05/29 20:42:30 mba 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2007/03/25 09:42:42 mba 1.2.6.1: #i75677#: make SetPrinter callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [58b63f54517fd996820e144130d974765df97aa4]

        INTEGRATION: CWS basemodelrefactoring (1.18.10); FILE MERGED 2007/03/25 00:58:36 mba 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2007/03/23 13:59:26 mba 1.18.10.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [221426e24efd4ebadcb65d14fcefa312c285cf6a]

        INTEGRATION: CWS basemodelrefactoring (1.21.24); FILE MERGED 2007/05/29 20:17:12 mba 1.21.24.3: RESYNC: (1.22-1.23); FILE MERGED 2007/05/08 23:21:02 mba 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED 2007/04/16 21:48:30 mba 1.21.24.1: #i26672#: parameter changed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f56a1c7574275d2ff3140365c241bf7016891392]

        INTEGRATION: CWS basemodelrefactoring (1.27.242); FILE MERGED 2007/05/29 20:03:53 mba 1.27.242.2: RESYNC: (1.27-1.28); FILE MERGED 2007/04/06 19:26:51 mba 1.27.242.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e3d301531ee3f419827799021d67fcccbb8788f3]

        INTEGRATION: CWS basemodelrefactoring (1.7.18); FILE MERGED 2007/06/13 13:33:04 mba 1.7.18.1: #i26672#: changed DocumentInfo.idl incompatibly

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [90b3c7a3805be9af0e5a4a121ee6d77514c977dc]

        INTEGRATION: CWS basemodelrefactoring (1.39.64); FILE MERGED 2007/03/22 22:43:14 mba 1.39.64.1: #i26672#: new interface and service for document properties

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e852b190b94ada8f8c22a6428fe251256fec55f1]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/03/23 22:24:59 mba 1.1.2.2: #i26672#: fixed line end problems 2007/03/22 22:43:14 mba 1.1.2.1: #i26672#: new interface and service for document properties

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7a6eedac6bdd2c63d56cd85c55393c68dc33a142]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/03/23 22:25:20 mba 1.1.2.2: #i26672#: fixed line end problems; ctors 2007/03/22 22:43:13 mba 1.1.2.1: #i26672#: new interface and service for document properties

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2460db66405b54a1023425b78eb227c1b8910fa1]

        INTEGRATION: CWS basemodelrefactoring (1.11.268); FILE MERGED 2007/06/13 13:07:35 mba 1.11.268.1: #i26672#: documentation updated

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1e77742e842934854a05fdd167c79c5d4f4ffda2]

        INTEGRATION: CWS basemodelrefactoring (1.26.226); FILE MERGED 2007/05/08 22:10:45 mba 1.26.226.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/27 21:27:55 mba 1.26.226.1: #i75677#: in UI DocInfo should be taken from ObjectShell

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e9ff9b9049101b3ee168834e32a66fbb586404b8]

        INTEGRATION: CWS basemodelrefactoring (1.20.144); FILE MERGED 2007/05/29 18:36:06 mba 1.20.144.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/06 22:03:14 mba 1.20.144.1: #i75677#: superfluous includes in docfile.hxx removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f78826d64dbc430b41ebe7906033a1e46db93a8a]

        INTEGRATION: CWS basemodelrefactoring (1.117.12); FILE MERGED 2007/05/29 18:35:20 mba 1.117.12.3: RESYNC: (1.118-1.119); FILE MERGED 2007/04/14 12:29:02 mba 1.117.12.2: RESYNC: (1.117-1.118); FILE MERGED 2007/03/29 19:48:22 mba 1.117.12.1: #i75677#: share DocumentInfo between SFX and SwDoc

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [092dc9c9d36c18f854aaba44895454bdc86e158d]

        INTEGRATION: CWS basemodelrefactoring (1.7.714); FILE MERGED 2007/03/29 19:47:02 mba 1.7.714.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [35a32411b2e99df7ae2311b866423573c7b6a20d]

        INTEGRATION: CWS basemodelrefactoring (1.54.172); FILE MERGED 2007/03/29 19:47:01 mba 1.54.172.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [59c5c79e36870447e735f7dee99cd7aff8ae673e]

        INTEGRATION: CWS basemodelrefactoring (1.32.46); FILE MERGED 2007/04/14 12:28:38 mba 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2007/03/23 13:46:03 mba 1.32.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dc1f28518da7b88683bb2c7c7d03e5517c4a3328]

        INTEGRATION: CWS basemodelrefactoring (1.99.44); FILE MERGED 2007/05/29 18:33:49 mba 1.99.44.3: RESYNC: (1.100-1.101); FILE MERGED 2007/04/14 12:28:20 mba 1.99.44.2: RESYNC: (1.99-1.100); FILE MERGED 2007/04/06 22:02:48 mba 1.99.44.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7fec6c0802e5d8f933cc1d78bd2fac0f8a83ffe2]

        INTEGRATION: CWS basemodelrefactoring (1.49.46); FILE MERGED 2007/05/29 18:34:14 mba 1.49.46.3: RESYNC: (1.50-1.51); FILE MERGED 2007/05/08 22:06:08 mba 1.49.46.2: RESYNC: (1.49-1.50); FILE MERGED 2007/03/23 13:46:02 mba 1.49.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c22d937277ba55683a5007e5716385ccce977aa8]

        INTEGRATION: CWS basemodelrefactoring (1.61.46); FILE MERGED 2007/05/08 22:05:43 mba 1.61.46.3: RESYNC: (1.62-1.63); FILE MERGED 2007/04/14 12:27:59 mba 1.61.46.2: RESYNC: (1.61-1.62); FILE MERGED 2007/03/23 13:46:02 mba 1.61.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c62b868d99d972abb0ac3ea781477f9302d4238f]

        INTEGRATION: CWS basemodelrefactoring (1.48.46); FILE MERGED 2007/05/08 21:50:37 mba 1.48.46.3: RESYNC: (1.49-1.50); FILE MERGED 2007/04/14 12:27:18 mba 1.48.46.2: RESYNC: (1.48-1.49); FILE MERGED 2007/03/23 13:44:51 mba 1.48.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7dae4e890400ce55be154461f5a42537de014b10]

        INTEGRATION: CWS basemodelrefactoring (1.6.46); FILE MERGED 2007/03/23 13:44:51 mba 1.6.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [88cd0cfb6cca4d60d5a8e5257bf332fa095a3998]

        INTEGRATION: CWS basemodelrefactoring (1.19.46); FILE MERGED 2007/03/23 13:44:51 mba 1.19.46.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5c210465c007a058d616c25b207e2884665a3e10]

        INTEGRATION: CWS basemodelrefactoring (1.46.226); FILE MERGED 2007/03/24 15:10:32 mba 1.46.226.1: #i75677#: separation between DocumentInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [15dbfe7082934230a184627e3fc4d7ff486510db]

        INTEGRATION: CWS basemodelrefactoring (1.107.152); FILE MERGED 2007/04/06 22:05:00 mba 1.107.152.2: #i75677#: superfluous includes in docfile.hxx removed 2007/03/27 21:27:47 mba 1.107.152.1: #i75677#: in UI DocInfo should be taken from ObjectShell

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [12a7600c8e1be55ceb212405be42f9a385edfccb]

        INTEGRATION: CWS basemodelrefactoring (1.88.164); FILE MERGED 2007/05/29 18:19:18 mba 1.88.164.4: RESYNC: (1.90-1.91); FILE MERGED 2007/05/08 21:28:03 mba 1.88.164.3: RESYNC: (1.89-1.90); FILE MERGED 2007/03/25 00:51:23 mba 1.88.164.2: RESYNC: (1.88-1.89); FILE MERGED 2007/03/24 19:15:58 mba 1.88.164.1: #i75677#: make usage of DocumentInfo better understandable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [fb8a64deb889dff9a4def6918285e20a0797e317]

        INTEGRATION: CWS basemodelrefactoring (1.66.104); FILE MERGED 2007/05/29 18:18:33 mba 1.66.104.5: RESYNC: (1.66-1.67); FILE MERGED 2007/04/28 10:34:16 mba 1.66.104.4: #i73793#: allow to suppress Update Dialog 2007/03/29 19:49:56 mba 1.66.104.3: #i75677#: share DocumentInfo between SFX and SwDoc 2007/03/27 21:28:17 mba 1.66.104.2: #i75677#: make methods using DocumentInfo in SwDoc easier to grep 2007/03/24 19:15:58 mba 1.66.104.1: #i75677#: make usage of DocumentInfo better understandable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0e6dc1392873b9ae9743d79912e97364f4284fdb]

        INTEGRATION: CWS basemodelrefactoring (1.129.40); FILE MERGED 2007/05/29 18:16:54 mba 1.129.40.2: RESYNC: (1.129-1.130); FILE MERGED 2007/03/27 21:25:48 mba 1.129.40.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [63a14dc1167e642938538749161bf6e9cbc1ef4c]

        INTEGRATION: CWS basemodelrefactoring (1.175.132); FILE MERGED 2007/05/31 08:54:36 mba 1.175.132.5: resync problem 2007/05/29 18:16:45 mba 1.175.132.4: RESYNC: (1.175-1.177); FILE MERGED 2007/04/06 22:02:20 mba 1.175.132.3: #i75677#: classes SfxStamp and TimeStamp removed 2007/04/04 14:40:44 mba 1.175.132.2: #i75677#: simplification of DocumentInfo access 2007/03/27 21:25:47 mba 1.175.132.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f2a5b654134aab0def8b1d9d2f515869658a2e25]

        INTEGRATION: CWS basemodelrefactoring (1.80.216); FILE MERGED 2007/05/29 18:15:44 mba 1.80.216.4: RESYNC: (1.80-1.82); FILE MERGED 2007/04/06 22:01:28 mba 1.80.216.3: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/27 21:25:47 mba 1.80.216.2: #i75677#: make methods using DocumentInfo in SwDoc easier to grep 2007/03/25 17:32:47 mba 1.80.216.1: #i75677#: refactor DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [33d927aa1d8687dbf6dc81021dc8e711489acdf1]

        INTEGRATION: CWS basemodelrefactoring (1.21.122); FILE MERGED 2007/04/04 14:47:10 mba 1.21.122.1: #i76090#: fixed PrintDate

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2f18a2525a6713690829b1389a25099fda890dc8]

        INTEGRATION: CWS basemodelrefactoring (1.13.152); FILE MERGED 2007/05/29 18:14:18 mba 1.13.152.2: RESYNC: (1.13-1.14); FILE MERGED 2007/03/27 21:25:47 mba 1.13.152.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c79c891f099294b1104881b2d84d99249ade183f]

        INTEGRATION: CWS basemodelrefactoring (1.35.164); FILE MERGED 2007/05/29 18:13:17 mba 1.35.164.2: RESYNC: (1.35-1.36); FILE MERGED 2007/04/06 22:00:46 mba 1.35.164.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bbd8e961d2dcfab49e58bd77c523cf0554a7a7e5]

        INTEGRATION: CWS basemodelrefactoring (1.65.18); FILE MERGED 2007/05/29 18:13:08 mba 1.65.18.2: RESYNC: (1.65-1.67); FILE MERGED 2007/03/27 21:25:47 mba 1.65.18.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [60f51bc6cb836f45112468f450de30e4f9916a80]

        INTEGRATION: CWS basemodelrefactoring (1.40.134); FILE MERGED 2007/05/29 18:11:59 mba 1.40.134.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/27 21:25:46 mba 1.40.134.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f42bdfa07000366ee9bd791916fe13b4814dc4a6]

        INTEGRATION: CWS basemodelrefactoring (1.11.226); FILE MERGED 2007/04/06 21:59:53 mba 1.11.226.2: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/27 21:25:46 mba 1.11.226.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e536e270a851c42b88b34fae81e0dce13883a0b6]

        INTEGRATION: CWS basemodelrefactoring (1.46.134); FILE MERGED 2007/05/29 18:09:00 mba 1.46.134.3: RESYNC: (1.47-1.48); FILE MERGED 2007/05/08 21:25:08 mba 1.46.134.2: RESYNC: (1.46-1.47); FILE MERGED 2007/04/28 10:35:24 mba 1.46.134.1: #i73793#: allow to suppress Update Dialog

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0ae7c551e16843e9f7bf1afa2caf5cd57e84a8e0]

        INTEGRATION: CWS basemodelrefactoring (1.42.226); FILE MERGED 2007/04/06 21:59:00 mba 1.42.226.3: #i75677#: classes SfxStamp and TimeStamp removed 2007/03/27 21:25:15 mba 1.42.226.2: #i75677#: make methods using DocumentInfo in SwDoc easier to grep 2007/03/24 15:05:00 mba 1.42.226.1: #i75677#: separation between DocumentInfo and DocumentInfoObject

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2cbf48106a91767b5c970e9ec053f4fe624ef6ec]

        INTEGRATION: CWS basemodelrefactoring (1.44.226); FILE MERGED 2007/05/29 18:00:25 mba 1.44.226.3: RESYNC: (1.45-1.46); FILE MERGED 2007/05/08 21:17:06 mba 1.44.226.2: RESYNC: (1.44-1.45); FILE MERGED 2007/03/27 21:25:15 mba 1.44.226.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5cfe09c2a360523c97ad7db4d2eca9c3e3c64b82]

        INTEGRATION: CWS basemodelrefactoring (1.71.132); FILE MERGED 2007/05/29 17:57:11 mba 1.71.132.5: RESYNC: (1.72-1.73); FILE MERGED 2007/05/08 21:14:37 mba 1.71.132.4: RESYNC: (1.71-1.72); FILE MERGED 2007/04/28 10:32:55 mba 1.71.132.3: #i73793#: allow to suppress Update Dialog 2007/03/29 19:50:12 mba 1.71.132.2: #i75677#: share DocumentInfo between SFX and SwDoc 2007/03/27 21:25:14 mba 1.71.132.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [198b34c4a49e84e27b76e3d4ca172fe8869cacff]

        INTEGRATION: CWS basemodelrefactoring (1.6.226); FILE MERGED 2007/03/27 21:25:14 mba 1.6.226.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c1ed08414f999093074261f84e5b9dc6a12d17a5]

        INTEGRATION: CWS basemodelrefactoring (1.21.134); FILE MERGED 2007/03/27 21:25:14 mba 1.21.134.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f4bc812eaf056530e5eb04cf34901cf0865c152e]

        INTEGRATION: CWS basemodelrefactoring (1.18.216); FILE MERGED 2007/04/06 21:57:16 mba 1.18.216.1: #i75677#: classes SfxStamp and TimeStamp removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [528796d00746db5de91dac95bb22bd4b35999ed2]

        INTEGRATION: CWS basemodelrefactoring (1.54.2); FILE MERGED 2007/05/08 21:13:45 mba 1.54.2.5: RESYNC: (1.54-1.55); FILE MERGED 2007/04/04 14:39:35 mba 1.54.2.4: #i75677#: transfer document statistics to DocInfo 2007/03/29 19:50:12 mba 1.54.2.3: #i75677#: share DocumentInfo between SFX and SwDoc 2007/03/27 21:25:14 mba 1.54.2.2: #i75677#: make methods using DocumentInfo in SwDoc easier to grep 2007/03/24 19:16:32 mba 1.54.2.1: #i75677#: make usage of DocumentInfo better understandable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [de029b9ee908b63e1183ecee9b78c06c888076f6]

        INTEGRATION: CWS basemodelrefactoring (1.21.134); FILE MERGED 2007/03/29 19:49:36 mba 1.21.134.1: #i75677#: share DocumentInfo between SFX and SwDoc

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9f0bd57880a587c55f142464dc805c517c967617]

        INTEGRATION: CWS basemodelrefactoring (1.6.714); FILE MERGED 2007/05/10 07:00:21 os 1.6.714.1: include functional added

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cf6dc0681d00a1b943d2d0e9c7b7abab797f6515]

        INTEGRATION: CWS basemodelrefactoring (1.38.104); FILE MERGED 2007/05/29 17:31:41 mba 1.38.104.3: RESYNC: (1.39-1.40); FILE MERGED 2007/05/08 21:07:12 mba 1.38.104.2: RESYNC: (1.38-1.39); FILE MERGED 2007/03/24 19:08:06 mba 1.38.104.1: #i75677#: make usage of DocumentInfo better understandable

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [afb8ec6fd6f7e204513db64641c9c39543d9584d]

        INTEGRATION: CWS basemodelrefactoring (1.133.40); FILE MERGED 2007/05/29 17:30:59 mba 1.133.40.4: RESYNC: (1.134-1.135); FILE MERGED 2007/05/08 21:07:05 mba 1.133.40.3: RESYNC: (1.133-1.134); FILE MERGED 2007/04/28 10:32:16 mba 1.133.40.2: #i73793#: allow to suppress Update Dialog 2007/03/27 21:24:55 mba 1.133.40.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7c84fb6ab6bb1cc166eeb35f20a35b9a0dcbd727]

        INTEGRATION: CWS basemodelrefactoring (1.3.202); FILE MERGED 2007/03/27 21:24:55 mba 1.3.202.1: #i75677#: make methods using DocumentInfo in SwDoc easier to grep

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8c9c32e6194fb9473d247bb6ab5375da411647c2]

        INTEGRATION: CWS basemodelrefactoring (1.3.202); FILE MERGED 2007/04/28 10:32:16 mba 1.3.202.1: #i73793#: allow to suppress Update Dialog

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a84dc03e1c0ab0a1ede4995e72adc4567adf249b]

        INTEGRATION: CWS basemodelrefactoring (1.35.22); FILE MERGED 2007/04/14 12:17:05 mba 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED 2007/03/23 13:48:54 mba 1.35.22.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [552c9adeb2b3407794ff196090a3883d80010173]

        INTEGRATION: CWS basemodelrefactoring (1.14.24); FILE MERGED 2007/04/14 12:16:27 mba 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2007/03/23 13:48:54 mba 1.14.24.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4e2d5b3489415a749c68b846b57808b0009e5d5d]

        INTEGRATION: CWS basemodelrefactoring (1.99.26); FILE MERGED 2007/05/29 11:42:51 mba 1.99.26.4: RESYNC: (1.100-1.101); FILE MERGED 2007/05/12 15:41:54 mba 1.99.26.3: smoke test crashed because of wrong order of deinitialization 2007/03/25 00:36:11 mba 1.99.26.2: RESYNC: (1.99-1.100); FILE MERGED 2007/03/23 13:48:27 mba 1.99.26.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [77d1933038c11f6b672e19f9566d8b6ff50e978d]

        INTEGRATION: CWS basemodelrefactoring (1.33.28); FILE MERGED 2007/03/29 19:43:16 mba 1.33.28.1: #i75677#: settings extracted from DocInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e20dcb1b1e154ecea432979a557856de65323e63]

        INTEGRATION: CWS basemodelrefactoring (1.30.62); FILE MERGED 2007/03/23 13:47:33 mba 1.30.62.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [24d4633954afe109348ea37976bfc0590e49599d]

        INTEGRATION: CWS basemodelrefactoring (1.17.22); FILE MERGED 2007/04/14 12:03:38 mba 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/23 13:47:32 mba 1.17.22.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ea1205a4b585410b4ab3548bbc00463c6e8df1d8]

        INTEGRATION: CWS basemodelrefactoring (1.7.26); FILE MERGED 2007/03/23 13:47:32 mba 1.7.26.1: #i75677#: SetPrinter must be callable from API

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c9b6bbb3357d2c84713aee3a79cbc95e3aceeb5d]

        INTEGRATION: CWS basemodelrefactoring (1.42.60); FILE MERGED 2007/05/29 11:28:28 mba 1.42.60.7: RESYNC: (1.43-1.44); FILE MERGED 2007/04/14 11:45:50 mba 1.42.60.6: RESYNC: (1.42-1.43); FILE MERGED 2007/04/06 19:34:09 mba 1.42.60.5: #i75677#: superfluous includes in docfile.hxx removed 2007/04/04 15:06:29 mba 1.42.60.4: #i75677#: consolidation of methods for removing different kinds of data in DocInfo 2007/03/29 19:43:16 mba 1.42.60.3: #i75677#: settings extracted from DocInfo 2007/03/26 22:05:25 mba 1.42.60.2: #i75677#: SetUseUserData must still be done here 2007/03/25 17:19:46 mba 1.42.60.1: #i75726#: remove TIMESTAMP_INVALID_DATETIME from public interfaces

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [573b4f197ac564d80e24608d88ef5413030f48b6]

        INTEGRATION: CWS basemodelrefactoring (1.84.58); FILE MERGED 2007/05/29 11:26:26 mba 1.84.58.2: RESYNC: (1.84-1.85); FILE MERGED 2007/04/06 19:33:43 mba 1.84.58.1: #i75677#: superfluous includes in docfile.hxx removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [56bc362e8fbf88884b19d2dcd19b1ae6eab0213d]

        INTEGRATION: CWS basemodelrefactoring (1.6.78); FILE MERGED 2007/04/06 22:16:07 mba 1.6.78.1: #i75677#: timestamp header not needed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d81ca969c0bbfaebef690df4f2d0f9eda4801979]

        INTEGRATION: CWS basemodelrefactoring (1.23.62); FILE MERGED 2007/05/29 11:21:45 mba 1.23.62.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/23 22:35:38 mba 1.23.62.1: #i26672#: CharLocale property now named Language

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [770435ea5b889079e0f1a78a82c719ea38773df4]

        INTEGRATION: CWS basemodelrefactoring (1.19.52); FILE MERGED 2007/05/29 11:21:36 mba 1.19.52.3: RESYNC: (1.20-1.21); FILE MERGED 2007/05/08 20:39:50 mba 1.19.52.2: RESYNC: (1.19-1.20); FILE MERGED 2007/03/23 22:35:37 mba 1.19.52.1: #i26672#: CharLocale property now named Language

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [38d22bf6ead7cdfc7c2b08dcaa39166597d70203]

        INTEGRATION: CWS basemodelrefactoring (1.9.12); FILE MERGED 2007/05/04 20:36:34 mba 1.9.12.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e03b1db71171fcce66251ad01535c5a388109fed]

        INTEGRATION: CWS basemodelrefactoring (1.18.4); FILE MERGED 2007/05/10 20:36:03 mba 1.18.4.12: #i76195#: all sfx resources removed 2007/05/05 18:02:21 mba 1.18.4.11: #i76195#: remove superfluous code 2007/05/04 20:36:34 mba 1.18.4.10: #i76195#: remove superfluous code 2007/05/01 21:29:34 mba 1.18.4.9: #i76195#: remove view code 2007/05/01 20:57:59 mba 1.18.4.8: #i76195#: remove view code 2007/04/30 14:36:01 mba 1.18.4.7: #i76195#: remove view code 2007/04/28 19:22:31 mba 1.18.4.6: #i76195#: view code removed 2007/04/28 18:53:52 mba 1.18.4.5: #i76195#: view code removed 2007/04/28 18:46:28 mba 1.18.4.4: #i76195#: view code removed 2007/04/28 15:20:34 mba 1.18.4.3: #i76195#: remove code for UI controls 2007/04/27 19:10:10 mba 1.18.4.2: #i76764#: remove unused code 2007/04/08 19:04:48 mba 1.18.4.1: #i76195#: envelop functionality removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [da122e643fb56884d9d623b3a0c3524d2c92a5c4]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:59 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [efe8b9851fdcef7298a463bdab40dd819b4613eb]

        INTEGRATION: CWS basemodelrefactoring (1.6.58); FILE MERGED 2007/05/01 20:57:59 mba 1.6.58.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e7d4296789e1e3cda13a7ca5d4c6393e4502824c]

        INTEGRATION: CWS basemodelrefactoring (1.3.196); FILE MERGED 2007/05/01 20:57:59 mba 1.3.196.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1cae48fbebf64ea66ce13ab692d4f439bec38b35]

        INTEGRATION: CWS basemodelrefactoring (1.6.32); FILE MERGED 2007/05/01 20:57:59 mba 1.6.32.2: #i76195#: remove view code 2007/04/30 14:36:01 mba 1.6.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4c47db087c44a09a31a27636eb0e543cb166e75a]

        INTEGRATION: CWS basemodelrefactoring (1.11.32); FILE MERGED 2007/05/05 12:45:20 mba 1.11.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8093c3ec95ff413938362a6df5e26144d824c977]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/07/16 14:24:54 mba 1.8.32.2: RESYNC: (1.8-1.11); FILE MERGED 2007/04/16 21:46:31 mba 1.8.32.1: Name Clash due to using statement in header; fix for #i53611# reworked

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b154ba6cbf6b7f754915b1e79239f0a7fc1d0b17]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/05 18:02:20 mba 1.8.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [77186a99852622ed1e730fd77110706307e5e1d2]

        INTEGRATION: CWS basemodelrefactoring (1.6.32); FILE MERGED 2007/05/05 18:02:20 mba 1.6.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6e2d070fab8a408928ab052ee3fe52bf70037b6e]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/28 15:20:33 mba 1.7.70.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [825351770dfc8e3c8997b45ad887dd32df0535af]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/08 20:36:22 mba 1.4.70.3: RESYNC: (1.4-1.5); FILE MERGED 2007/05/01 20:57:58 mba 1.4.70.2: #i76195#: remove view code 2007/04/30 14:36:00 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [561d4c8cdcc5735e2cf7df4f7d7d91785bc0d485]

        INTEGRATION: CWS basemodelrefactoring (1.3.196); FILE MERGED 2007/05/01 20:57:58 mba 1.3.196.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9a7c02937b44c3a9d1143b6525c920d99d494b20]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:58 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [56179c3e72fdfb7105d89378ed96686a25df7584]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/04/10 21:07:26 mba 1.1.2.1: #i75726#: moved timestamp from tools

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9c1557af39c1705488d2851d2e19f212f460b9ba]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/08 20:36:08 mba 1.5.70.3: RESYNC: (1.5-1.6); FILE MERGED 2007/05/01 20:57:58 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 12:13:27 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e620507e0b47e7dfe490ed6a17ac3dd3e0fdd207]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:58 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 12:13:26 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f6e43e09cd655b76f20d1fdc6009a3ff3cabc5a4]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/04/30 12:13:26 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [05bb17e73240347ac59cc6edf13b8efdb213527a]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/04/30 12:13:26 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [951384386bd41b3e0c7a118c7453592c410f5aa5]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/03/23 14:23:25 mba 1.3.198.1: #i75677#: new UNO service for binary StandaloneDocumentInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6f4824fa5e7cc2b633b1ea320e86153c78eadd7c]

        INTEGRATION: CWS basemodelrefactoring (1.6.4); FILE MERGED 2007/05/01 20:57:58 mba 1.6.4.2: #i76195#: remove view code 2007/04/30 12:13:26 mba 1.6.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9070a50732fa0899e1e5b812a9653ce6cd977757]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:58 mba 1.4.70.2: #i76195#: remove view code 2007/04/30 12:13:26 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6c3e55cc54262c2f462ea2777fec96b921339599]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:58 mba 1.4.70.3: #i76195#: remove view code 2007/04/30 12:13:25 mba 1.4.70.2: #i76195#: remove view code 2007/04/08 18:08:36 mba 1.4.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [81c00b0afb8f3ba76e1d431fab0612a9f3c65248]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 12:13:25 mba 1.7.70.4: #i76195#: remove view code 2007/04/29 09:52:40 mba 1.7.70.3: #i76195#: view code removed 2007/04/14 21:39:19 mba 1.7.70.2: #i75726#: timestamp.hxx moved from tools 2007/03/25 17:16:56 mba 1.7.70.1: #i75726#: remove TIMESTAMP_INVALID_DATETIME from public interfaces

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1f7f98697a4951182a8e196ea84c4e3307344ac6]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/05/01 20:57:58 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e998264ba675a50278617da850f3bbee68b37c8c]

        INTEGRATION: CWS basemodelrefactoring (1.4.58); FILE MERGED 2007/05/01 20:57:58 mba 1.4.58.2: #i76195#: remove view code 2007/04/30 12:13:24 mba 1.4.58.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [625b294c8ddcdddf8685ce5a8cce7874c5514893]

        INTEGRATION: CWS basemodelrefactoring (1.6.4); FILE MERGED 2007/05/01 20:57:58 mba 1.6.4.2: #i76195#: remove view code 2007/04/30 12:13:24 mba 1.6.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1d470d2ddb81436a8bcea1c334abe6194541a4b4]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/05 18:02:20 mba 1.4.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2a5de3a85fec22386d959f21ecca397eff3700a2]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/05 18:02:20 mba 1.5.70.3: #i76195#: remove superfluous code 2007/05/01 20:57:57 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 14:36:00 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [76cf6bd07b96b7510bc30972e792015d1db4fc0d]

        INTEGRATION: CWS basemodelrefactoring (1.3.196); FILE MERGED 2007/05/01 20:57:57 mba 1.3.196.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [99471a8ff2f9f71a49890b6e19a1fba4277d4d9b]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/05 18:02:20 mba 1.7.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [07674d2f53aa0294ea16eeae5f832253c34d87df]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:57 mba 1.4.70.2: #i76195#: remove view code 2007/04/30 14:35:59 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5bd4874f0f571f59635988ed6a0e42b6d14dbb24]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:57 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f0e6876c4560fdc3196a571f0681ea1d652923cf]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/04/30 14:35:59 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ca214d31ace772418b93852927c6f2cae8eb931e]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/05 18:02:20 mba 1.7.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a769d86f9d20d4aad11dd17829004a74332de493]

        INTEGRATION: CWS basemodelrefactoring (1.6.32); FILE MERGED 2007/05/05 18:02:20 mba 1.6.32.2: #i76195#: remove superfluous code 2007/05/01 20:57:57 mba 1.6.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0c4a7cd1644d51f2f584f9a4d47a63ddff014031]

        INTEGRATION: CWS basemodelrefactoring (1.10.2); FILE MERGED 2007/05/05 18:02:20 mba 1.10.2.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4cb23c00c14c7d9fcca5b6b0855ea56abdb1063e]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/04/28 19:20:24 mba 1.4.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [488fe2644933cd9c023b7c5ffc19434af17d3820]

        INTEGRATION: CWS basemodelrefactoring (1.7.4); FILE MERGED 2007/05/10 14:16:56 mba 1.7.4.2: #i76195#: remove superfluous code 2007/05/01 20:57:57 mba 1.7.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4a80593790a5f3d6eeed53594559ff61f0d1ca7c]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/07/04 13:33:54 mba 1.10.4.1: #i76764#: remove superfluous linkage to sfxlib

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ac5dd85f608921fcac3e9f72374bd9619441a6e8]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/04/30 14:35:58 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [361c9979b04e14e090257136018b2e923d52cd51]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 17:27:43 mba 1.7.70.3: #i76195#: remove superfluous code 2007/04/30 14:35:58 mba 1.7.70.2: #i76195#: remove view code 2007/04/28 13:01:18 mba 1.7.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [104adea1a1dc7d668170bcbdadda5bdda0fcf040]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/06/27 16:15:02 mba 1.8.70.2: #i76691#: temp file only for SO formats and not for Chart and Math 2007/05/05 20:43:31 mba 1.8.70.1: #i76991#: use temp file for transfer

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5719572c76bf80b1f96619988da13dcfc55e6a03]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/03/23 14:24:07 mba 1.6.70.1: #i75677#: new UNO service for binary StandaloneDocumentInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [661f045a739230a462bc500e6cefc1b097b8c762]

        INTEGRATION: CWS basemodelrefactoring (1.5.16); FILE MERGED 2007/05/04 18:56:08 mba 1.5.16.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [beccf4a27cc9b5d220951a004a22cf419c8d9438]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/04 18:56:08 mba 1.4.70.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a6b2b6aed8893ca8d5b0fb46cea4b8670f4817b5]

        INTEGRATION: CWS basemodelrefactoring (1.14.4); FILE MERGED 2007/05/10 20:36:03 mba 1.14.4.5: #i76195#: all sfx resources removed 2007/05/04 20:36:34 mba 1.14.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:56 mba 1.14.4.3: #i76195#: remove view code 2007/04/14 11:12:11 mba 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2007/04/08 19:06:33 mba 1.14.4.1: #i76195#: envelop functionality removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c377947b4bada4aea417c495523fba8d51aa7f56]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/04/30 14:35:58 mba 1.8.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3e1d76fd563e16fcb4dabf5f009cad30e66590c8]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/04/30 14:35:57 mba 1.8.32.2: #i76195#: remove view code 2007/04/28 12:56:57 mba 1.8.32.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [984ce88a4c0846e2480662daabc18a7f661b6f35]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:56 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 14:35:57 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [30fa53bdd6877c03203b4dfb24dd302c77c07e3c]

        INTEGRATION: CWS basemodelrefactoring (1.7.58); FILE MERGED 2007/05/10 18:08:46 mba 1.7.58.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d9e392089b84ae636a68d5354c01323d5f251764]

        INTEGRATION: CWS basemodelrefactoring (1.7.58); FILE MERGED 2007/05/04 18:56:08 mba 1.7.58.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bfdc23732a92980b1386abf8388328011e5245f7]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/01 20:57:56 mba 1.8.32.2: #i76195#: remove view code 2007/04/30 14:35:56 mba 1.8.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0762d18526e45c19f362a44c1a927aead7647480]

        INTEGRATION: CWS basemodelrefactoring (1.5.58); FILE MERGED 2007/04/30 14:35:56 mba 1.5.58.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0a43709057f0a4b1b8da22014e4fb6f5c3cd5829]

        INTEGRATION: CWS basemodelrefactoring (1.4.58); FILE MERGED 2007/05/04 18:56:07 mba 1.4.58.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4089a32f8606b74f01e71e31f8ad2d5d09da42a4]

        INTEGRATION: CWS basemodelrefactoring (1.5.42); FILE MERGED 2007/04/30 14:35:55 mba 1.5.42.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [093fa88532ff332f9665a8b6504e684186dd6a81]

        INTEGRATION: CWS basemodelrefactoring (1.7.58); FILE MERGED 2007/05/04 20:36:34 mba 1.7.58.2: #i76195#: remove superfluous code 2007/05/04 18:56:07 mba 1.7.58.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7acc231e6c98cfb62324a546680034a597ff045b]

        INTEGRATION: CWS basemodelrefactoring (1.8.58); FILE MERGED 2007/05/01 20:57:56 mba 1.8.58.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [23a4d4045304a43eebc9f4a57936a2309648a62a]

        INTEGRATION: CWS basemodelrefactoring (1.8.58); FILE MERGED 2007/05/04 18:56:07 mba 1.8.58.1: #i76195#: remove AutoText functionality

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2810de0220f7ae9934440b0d2c97f4d5930bc288]

        INTEGRATION: CWS basemodelrefactoring (1.4.70); FILE MERGED 2007/05/01 20:57:55 mba 1.4.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cf7b19765f413f5120b7722d6d9a0a70221490c1]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/05/10 18:06:55 mba 1.3.198.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dee1ed444069b298d103486f822095279bec1a7c]

        INTEGRATION: CWS basemodelrefactoring (1.11.32); FILE MERGED 2007/04/30 14:35:54 mba 1.11.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [777f99ec37947c17f49a1ea52238d9b759189a68]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/04/30 14:35:54 mba 1.10.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c387e4cd3cb7ff2247218aa430ed2e25f4294783]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/05 12:45:19 mba 1.7.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e4fde2845b5998a136d4a0814097b4e6d1e7e19b]

        INTEGRATION: CWS basemodelrefactoring (1.6.4); FILE MERGED 2007/05/10 13:40:27 mba 1.6.4.8: #i76195#: remove superfluous code 2007/05/06 19:50:46 mba 1.6.4.7: #i76195#: spellchecking etc., autocorrection removed 2007/05/05 12:45:19 mba 1.6.4.6: #i76195#: remove superfluous code 2007/05/04 20:36:33 mba 1.6.4.5: #i76195#: remove superfluous code 2007/05/01 20:57:55 mba 1.6.4.4: #i76195#: remove view code 2007/04/30 14:35:53 mba 1.6.4.3: #i76195#: remove view code 2007/04/28 15:20:32 mba 1.6.4.2: #i76195#: remove code for UI controls 2007/04/28 12:56:57 mba 1.6.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2eb3b373f14aa28f1a72985c9910a3e649b27211]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 13:40:27 mba 1.10.4.2: #i76195#: remove superfluous code 2007/04/30 14:35:53 mba 1.10.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [586181bdfaad77b751928f718b69d059563b79e1]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:55 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 14:35:53 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [eb979427301634de98a0702eeeb01a35afd0cb77]

        INTEGRATION: CWS basemodelrefactoring (1.7.4); FILE MERGED 2007/05/01 20:57:55 mba 1.7.4.2: #i76195#: remove view code 2007/04/30 14:35:53 mba 1.7.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [49660ebd7c0a82a3f1c5ad7a6533a367780d3df9]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:55 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 14:35:53 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ab00ff070d7a021a3c548ad2c89e9a0a3006c079]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/06 19:50:46 mba 1.5.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f63dbc9c67986983784a200acd3a6e907510743a]

        INTEGRATION: CWS basemodelrefactoring (1.13.4); FILE MERGED 2007/05/10 13:40:27 mba 1.13.4.5: #i76195#: remove superfluous code 2007/05/06 19:50:46 mba 1.13.4.4: #i76195#: spellchecking etc., autocorrection removed 2007/05/01 20:57:55 mba 1.13.4.3: #i76195#: remove view code 2007/04/30 14:35:53 mba 1.13.4.2: #i76195#: remove view code 2007/04/28 12:56:57 mba 1.13.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bfd113d0706a1d665186e37e9fa6bab73c16048e]

        INTEGRATION: CWS basemodelrefactoring (1.11.4); FILE MERGED 2007/05/05 18:02:19 mba 1.11.4.3: #i76195#: remove superfluous code 2007/05/01 20:57:55 mba 1.11.4.2: #i76195#: remove view code 2007/04/30 14:35:52 mba 1.11.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [826cedd86115893a7688cdb9f0d9dc8b3d40b566]

        INTEGRATION: CWS basemodelrefactoring (1.9.32); FILE MERGED 2007/05/01 20:57:55 mba 1.9.32.3: #i76195#: remove view code 2007/04/30 14:35:52 mba 1.9.32.2: #i76195#: remove view code 2007/04/28 15:20:32 mba 1.9.32.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [90ddf9064e0b88fcd14440069f6985a2955ee882]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/10 18:06:15 mba 1.6.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [96ddcd7673c6c143bc7f61a4886f05b47d05a6c1]

        INTEGRATION: CWS basemodelrefactoring (1.10.58); FILE MERGED 2007/05/10 18:06:15 mba 1.10.58.2: #i76195#: remove superfluous code 2007/04/28 12:56:56 mba 1.10.58.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [61c50b100d4e0e49dfa3f2025a445329e76f6695]

        INTEGRATION: CWS basemodelrefactoring (1.10.16); FILE MERGED 2007/05/04 18:56:07 mba 1.10.16.3: #i76195#: remove AutoText functionality 2007/05/01 20:57:55 mba 1.10.16.2: #i76195#: remove view code 2007/04/08 19:04:17 mba 1.10.16.1: #i76195#: envelop functionality removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [de930e6085dd636eb97991e38c5f53ec9327f752]

        INTEGRATION: CWS basemodelrefactoring (1.6.196); FILE MERGED 2007/04/30 14:35:52 mba 1.6.196.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3c2a9df22d9dd8a32a879dc9a7f5a04dabd4f6cd]

        INTEGRATION: CWS basemodelrefactoring (1.5.120); FILE MERGED 2007/04/30 14:35:52 mba 1.5.120.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c9cff801044bfbae8a34a9c238331c5d044d98d3]

        INTEGRATION: CWS basemodelrefactoring (1.10.32); FILE MERGED 2007/05/01 20:57:55 mba 1.10.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [07ea031adddcbd35cce1c3c893115db237b11bcb]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:54 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [52594e2cd38ead8cde5fe8b275d40b03a0db05ec]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/05/05 12:45:19 mba 1.8.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [994aa86bfd435f5c02733139af4781dd362ec378]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/04 20:36:33 mba 1.5.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [29963acec57fd642ebbdb3751cbe878b822e3b46]

        INTEGRATION: CWS basemodelrefactoring (1.7.112); FILE MERGED 2007/05/06 19:50:46 mba 1.7.112.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [61d759d88647e0186196fd615dd09723f0e556db]

        INTEGRATION: CWS basemodelrefactoring (1.9.58); FILE MERGED 2007/05/05 12:45:19 mba 1.9.58.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a9c024d53f4e36c5d8e326ab5d12df5fb0384c50]

        INTEGRATION: CWS basemodelrefactoring (1.10.70); FILE MERGED 2007/05/10 20:36:03 mba 1.10.70.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [689da167b9163e16cfbf8a2b6af80b9c6f770918]

        INTEGRATION: CWS basemodelrefactoring (1.6.112); FILE MERGED 2007/05/01 20:57:54 mba 1.6.112.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [85ff98e5f9e3ef8ac9f81ff0e4184c7fbcbb981f]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/04/28 12:56:56 mba 1.8.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c6a2ae498aab50856a668b48c3e60f5f9021ef30]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/06 19:50:46 mba 1.9.4.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [16909c175bff61f0f630b057ad009b2a5b92d628]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/06 19:50:46 mba 1.6.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7ad44a058359b4c047e1a41ed7a2216b541604e1]

        INTEGRATION: CWS basemodelrefactoring (1.10.52); FILE MERGED 2007/05/06 19:50:46 mba 1.10.52.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [48ce7ee79ac0948df01b5a17d8627bff53c08d9d]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/06 19:50:46 mba 1.7.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6fe5c3ea5ab370aeb7a81b249b29fb7adcf20291]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/29 10:49:41 mba 1.7.32.3: RESYNC: (1.7-1.8); FILE MERGED 2007/05/06 19:50:45 mba 1.7.32.2: #i76195#: spellchecking etc., autocorrection removed 2007/05/05 12:45:19 mba 1.7.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5b77c832baedd0e739f4745fba1938465758b607]

        INTEGRATION: CWS basemodelrefactoring (1.13.6); FILE MERGED 2007/05/10 20:36:02 mba 1.13.6.6: #i76195#: all sfx resources removed 2007/05/08 20:33:22 mba 1.13.6.5: RESYNC: (1.13-1.14); FILE MERGED 2007/05/05 18:02:19 mba 1.13.6.4: #i76195#: remove superfluous code 2007/05/01 20:57:54 mba 1.13.6.3: #i76195#: remove view code 2007/04/30 14:35:49 mba 1.13.6.2: #i76195#: remove view code 2007/04/28 15:20:31 mba 1.13.6.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [58d3eb0e283c9b2141ca6b56b7063f5742c418f2]

        INTEGRATION: CWS basemodelrefactoring (1.6.32); FILE MERGED 2007/05/06 19:50:45 mba 1.6.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e706acde46aafde4d6a8170292a99f7170ee8534]

        INTEGRATION: CWS basemodelrefactoring (1.8.64); FILE MERGED 2007/05/01 20:57:54 mba 1.8.64.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [47049876a57dc224ed4ec9cebdc6cf2c3ebbf9ee]

        INTEGRATION: CWS basemodelrefactoring (1.6.16); FILE MERGED 2007/05/01 20:57:54 mba 1.6.16.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ba1050e6605565ac9a9f90e0580f39d3895fc24d]

        INTEGRATION: CWS basemodelrefactoring (1.13.52); FILE MERGED 2007/05/01 20:57:54 mba 1.13.52.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [91071e5a3d798b0eac787d23c3b932de1193f6c2]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/06 19:50:45 mba 1.8.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0bcd4dc801b10d7d9cd0982d3003626f81e969e3]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:53 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8237407689b6dce975b9984ad7dfe01b0c5a7123]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:53 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [83555bc243313ed0f93e412c80d820751d344d71]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/31 11:06:55 mba 1.7.70.3: resync problem 2007/05/07 08:39:16 mba 1.7.70.2: syntax problems on Linux 2007/05/02 21:19:44 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e64b849217e8567b40c6aeae83f3733d3f4c1cc4]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/08 20:32:27 mba 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/01 20:57:53 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ecafe21eae3a929eac88e1a2e36ee4908c1828c5]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:53 mba 1.6.70.3: #i76195#: remove view code 2007/04/30 14:35:48 mba 1.6.70.2: #i76195#: remove view code 2007/04/28 12:40:33 mba 1.6.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [66e1da77070ab40776e5208114338c3221774460]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/05/07 08:39:16 mba 1.8.4.4: syntax problems on Linux 2007/05/01 20:57:53 mba 1.8.4.3: #i76195#: remove view code 2007/04/30 14:35:48 mba 1.8.4.2: #i76195#: remove view code 2007/04/28 12:40:33 mba 1.8.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [08b4d2071a0419dc4d61ebee88c39a086f88eed0]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/04/30 14:35:47 mba 1.8.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [06a890c7420f6e68127618f6e617683b3012d53b]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 12:52:34 mba 1.7.70.1: #i76195#: no linguistic anymore

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [92dcd2812db1abaf4e756fa0557d318c1c9b6b27]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/06 19:50:45 mba 1.7.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [60c4e6c9b826e6bff7f8ff0c0a9a6e4e5dcbdae4]

        INTEGRATION: CWS basemodelrefactoring (1.10.32); FILE MERGED 2007/05/06 19:50:45 mba 1.10.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [baf4700ebc9c4677f5bf0ead5ff2d1d442835ee6]

        INTEGRATION: CWS basemodelrefactoring (1.11.32); FILE MERGED 2007/05/06 19:50:45 mba 1.11.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [593a33c336e203b7bed80353d5112651fd067aed]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/09 12:50:58 mba 1.8.32.1: #i76195#: forgot IdleHandler in Assertion

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [435c732df8379ec49b781afc3cfd1e4281fc76d0]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/06 19:50:45 mba 1.8.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [15b6781f6119bc3258fc2f4461923158c034eaaf]

        INTEGRATION: CWS basemodelrefactoring (1.10.70); FILE MERGED 2007/05/06 19:50:45 mba 1.10.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7afc9b0e2bdc14d99c68f61c4f789693ef0c48e1]

        INTEGRATION: CWS basemodelrefactoring (1.10.32); FILE MERGED 2007/05/06 19:50:44 mba 1.10.32.2: #i76195#: spellchecking etc., autocorrection removed 2007/04/28 12:40:33 mba 1.10.32.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0933e70c8a54f20210e8060bdc03c396da724c41]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/06 19:50:44 mba 1.8.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bc968bb7004527cc23553407a9f829d5a730ccaf]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/06 19:50:44 mba 1.10.4.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b382505aaf90bfc92610f8eb2c782e93de856ecf]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/06 19:50:44 mba 1.8.32.2: #i76195#: spellchecking etc., autocorrection removed 2007/05/05 18:02:19 mba 1.8.32.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [19782031f20e30533e0da4ff129679a68279c672]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/05/06 19:50:44 mba 1.3.198.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [35ec5656c9e2ad027909bd6d3d9f2aeea5aeb1b7]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/06 19:50:44 mba 1.5.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5cd78c7802f9055bfc5a9851bbd15971f2cddada]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/06 19:50:44 mba 1.7.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4701f07df81d98f9236946f3233e77901f04cf9a]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/02 21:19:43 mba 1.9.4.3: #i76195#: remove view code 2007/04/30 14:35:47 mba 1.9.4.2: #i76195#: remove view code 2007/04/28 12:40:32 mba 1.9.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cd2c0e272cc43d0bccdc77bb815a8094cfcc8e67]

        INTEGRATION: CWS basemodelrefactoring (1.9.6); FILE MERGED 2007/05/10 20:36:02 mba 1.9.6.3: #i76195#: all sfx resources removed 2007/05/04 20:36:33 mba 1.9.6.2: #i76195#: remove superfluous code 2007/05/01 20:57:53 mba 1.9.6.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e6b6988687e000167fcd5a4a20483233d673fa5d]

        INTEGRATION: CWS basemodelrefactoring (1.9.70); FILE MERGED 2007/04/28 15:20:28 mba 1.9.70.2: #i76195#: remove code for UI controls 2007/04/28 12:53:30 mba 1.9.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [71026d00bb3e6f938deeeb87b357407f453c0222]

        INTEGRATION: CWS basemodelrefactoring (1.7.150); FILE MERGED 2007/04/28 15:20:28 mba 1.7.150.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8e9f2910d436e409bbb73187d7f0aff4bf2f70c4]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/08 20:32:01 mba 1.6.70.5: RESYNC: (1.6-1.7); FILE MERGED 2007/05/01 20:57:53 mba 1.6.70.4: #i76195#: remove view code 2007/04/30 14:35:47 mba 1.6.70.3: #i76195#: remove view code 2007/04/28 15:20:28 mba 1.6.70.2: #i76195#: remove code for UI controls 2007/04/28 12:53:29 mba 1.6.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5b344a807aaf35667da8da320217a70cfda678fd]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:47 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c5a921bfe1ed000b27cb459feb9df9b5cf273017]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:53 mba 1.5.70.3: #i76195#: remove view code 2007/04/30 14:35:47 mba 1.5.70.2: #i76195#: remove view code 2007/04/28 15:20:28 mba 1.5.70.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2c1b88febb6e223c00b53db7d9b24bcffe1f89fc]

        INTEGRATION: CWS basemodelrefactoring (1.5.156); FILE MERGED 2007/04/30 14:35:47 mba 1.5.156.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dd47d2dbaa5e8e9a8c2389baea3f5cc4366aec5e]

        INTEGRATION: CWS basemodelrefactoring (1.11.4); FILE MERGED 2007/05/01 20:57:53 mba 1.11.4.4: #i76195#: remove view code 2007/04/30 14:35:46 mba 1.11.4.3: #i76195#: remove view code 2007/04/28 15:20:28 mba 1.11.4.2: #i76195#: remove code for UI controls 2007/04/28 12:53:29 mba 1.11.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f1356f15fe706bc4a04fdb58a4e89f8779cc39fb]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/01 20:57:52 mba 1.9.4.2: #i76195#: remove view code 2007/04/28 15:20:28 mba 1.9.4.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8aa3fe96b924c4f6014c74e1735774eac78d5031]

        INTEGRATION: CWS basemodelrefactoring (1.8.16); FILE MERGED 2007/05/10 20:36:02 mba 1.8.16.6: #i76195#: all sfx resources removed 2007/05/08 20:31:53 mba 1.8.16.5: RESYNC: (1.8-1.9); FILE MERGED 2007/05/05 15:40:06 mba 1.8.16.4: #i76195#: remove superfluous code 2007/04/30 14:35:46 mba 1.8.16.3: #i76195#: remove view code 2007/04/30 12:12:26 mba 1.8.16.2: #i76195#: remove view code 2007/04/28 12:50:54 mba 1.8.16.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [846d575024a0b91b8427272d01762c393a02bd4b]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/04/30 12:12:24 mba 1.9.4.2: #i76195#: remove view code 2007/04/08 18:08:35 mba 1.9.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b4813b6db9dedfcc1acaaa6bd30b72c8781d1435]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/10 20:36:02 mba 1.6.70.3: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 12:12:21 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [acec3bfb0dba53ecb77e40ceb30b445e7ae450bc]

        INTEGRATION: CWS basemodelrefactoring (1.7.2); FILE MERGED 2007/05/10 20:36:02 mba 1.7.2.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3452cc01dea5651cbacf2eeb093379ff883f969b]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/06/27 16:26:02 mba 1.8.4.2: #i76691#: typo 2007/05/25 18:09:04 mba 1.8.4.1: #i76991#: code for storing macros into XML format was stripped; readded

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1c62554379124d69525ca164c8c86afbf4fdf221]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/25 18:09:04 mba 1.5.70.1: #i76991#: code for storing macros into XML format was stripped; readded

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [024122dbdb0d28457bb3d5a0976e1548b36aa891]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/05/10 20:36:01 mba 1.3.198.3: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.3.198.2: #i76195#: remove superfluous code 2007/05/01 20:57:52 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b0529e07f93df84db9b14bd7aa9eb49f51bc9907]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 20:36:01 mba 1.7.70.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [54a88e6bf69e776168194cd6d9e43c4f4bccba74]

        INTEGRATION: CWS basemodelrefactoring (1.1.2); FILE ADDED 2007/04/10 21:08:08 mba 1.1.2.1: #i75726#: moved timestamp from tools

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [be8ac752b0e327ace25c71198756f02a5d663d85]

        INTEGRATION: CWS basemodelrefactoring (1.14.4); FILE MERGED 2007/05/05 12:45:18 mba 1.14.4.3: #i76195#: remove superfluous code 2007/04/30 12:12:18 mba 1.14.4.2: #i76195#: remove view code 2007/04/08 18:08:33 mba 1.14.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e127984e841751830497f9c08bd93809a6717acb]

        INTEGRATION: CWS basemodelrefactoring (1.14.4); FILE MERGED 2007/05/12 15:40:45 mba 1.14.4.4: #i76195#: wrong error handling removed 2007/05/10 20:36:01 mba 1.14.4.3: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.14.4.2: #i76195#: remove view code 2007/04/30 12:12:17 mba 1.14.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bebe0bcd91ae6d9be4ccf49b529911bd49164e06]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/06/13 12:18:43 mba 1.3.198.3: #i36993#: always need _pInfo in StandaloneDocInfo 2007/04/30 12:12:17 mba 1.3.198.2: #i76195#: remove view code 2007/03/23 14:23:48 mba 1.3.198.1: #i75677#: new UNO service for binary StandaloneDocumentInfo

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [318fb3aea56c156fef979072d77249de9bb22fb5]

        INTEGRATION: CWS basemodelrefactoring (1.14.4); FILE MERGED 2007/05/10 20:36:01 mba 1.14.4.4: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.14.4.3: #i76195#: remove superfluous code 2007/05/01 20:57:52 mba 1.14.4.2: #i76195#: remove view code 2007/04/30 12:12:17 mba 1.14.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [29e2057c1c50fe0e57e426643fbbaec9ff305294]

        INTEGRATION: CWS basemodelrefactoring (1.10.44); FILE MERGED 2007/05/10 20:36:01 mba 1.10.44.3: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.10.44.2: #i76195#: remove view code 2007/04/30 12:12:17 mba 1.10.44.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [77183a1e5e171b15b539393fdaa32e6c3707b31e]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 20:36:01 mba 1.10.4.3: #i76195#: all sfx resources removed 2007/04/30 12:12:17 mba 1.10.4.2: #i76195#: remove view code 2007/04/28 12:50:52 mba 1.10.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cbbcd777e50a5a9c18d298291e03c973010fe85a]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 20:36:01 mba 1.10.4.5: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.10.4.4: #i76195#: remove view code 2007/04/30 12:12:16 mba 1.10.4.3: #i76195#: remove view code 2007/04/28 12:50:52 mba 1.10.4.2: #i76764#: remove unused code 2007/04/08 18:08:33 mba 1.10.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5f950990b825ff70607b43eea6b06484916ab4d8]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/10 20:36:01 mba 1.9.4.4: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.9.4.3: #i76195#: remove view code 2007/04/30 12:12:16 mba 1.9.4.2: #i76195#: remove view code 2007/04/08 18:08:33 mba 1.9.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3ce57024d3f7e4535a60a76b4ed7304ed9d56805]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 20:36:01 mba 1.7.70.3: #i76195#: all sfx resources removed 2007/04/30 12:12:16 mba 1.7.70.2: #i76195#: remove view code 2007/04/08 18:08:32 mba 1.7.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e695d88ad2270e6cca68b1fcd7087e11c5f255cc]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 12:12:16 mba 1.7.70.2: #i76195#: remove view code 2007/03/23 16:13:21 mba 1.7.70.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4b24ea5041ef7cd8718c51917d6e40d228629094]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/05/10 20:36:00 mba 1.8.70.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0b32a26f75aa47b69e81dab43fc23e5b9c8bc17b]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 20:36:00 mba 1.7.70.4: #i76195#: all sfx resources removed 2007/05/06 09:19:46 mba 1.7.70.3: #i76991#: temp file couldn't be deleted; is done in dtor anyway 2007/05/05 12:45:18 mba 1.7.70.2: #i76195#: remove superfluous code 2007/04/30 12:12:15 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [894b4ca017e522029e1c343c8752efff8a8289e7]

        INTEGRATION: CWS basemodelrefactoring (1.9.70); FILE MERGED 2007/05/10 20:36:00 mba 1.9.70.3: #i76195#: all sfx resources removed 2007/05/01 20:57:52 mba 1.9.70.2: #i76195#: remove view code 2007/04/30 12:12:15 mba 1.9.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [42de5ee8384bb9a4aa83d197d2f7eef9e847b0ac]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 20:36:00 mba 1.10.4.4: #i76195#: all sfx resources removed 2007/04/27 19:20:02 mba 1.10.4.3: #i76764#: remove unused code 2007/04/10 21:08:07 mba 1.10.4.2: #i75726#: moved timestamp from tools 2007/04/08 18:08:32 mba 1.10.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b207770773f6b55347951826d5dc5d565bb9b168]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/08 20:31:38 mba 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2007/05/01 20:57:51 mba 1.9.4.2: #i76195#: remove view code 2007/04/30 12:12:14 mba 1.9.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6d5517d2ad0197a6e372926019754c448fe56441]

        INTEGRATION: CWS basemodelrefactoring (1.6.58); FILE MERGED 2007/05/01 20:57:51 mba 1.6.58.2: #i76195#: remove view code 2007/04/30 12:12:14 mba 1.6.58.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5208d422808b571baa03f51f8faae0f9cdcb3e7e]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:51 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 12:12:12 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [adcc8fae8c40ed24f605d83bdaf95770d627713f]

        INTEGRATION: CWS basemodelrefactoring (1.9.6); FILE MERGED 2007/05/01 20:57:51 mba 1.9.6.2: #i76195#: remove view code 2007/04/30 12:12:12 mba 1.9.6.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8299b941c88db0243b68ffef8d75e9c9c4240f8d]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/10 20:35:59 mba 1.7.70.3: #i76195#: all sfx resources removed 2007/05/01 20:57:51 mba 1.7.70.2: #i76195#: remove view code 2007/04/30 12:12:11 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0ec2d87cb402186e918fbc02e288ac0eb146a3c8]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/05/01 20:57:51 mba 1.8.70.2: #i76195#: remove view code 2007/04/30 12:12:11 mba 1.8.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8f6143981cc3bcbbfddcbd30d2020df69e7cd311]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 12:12:11 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cd9d587b4e038caa5f4678102cb5ecd588e9b922]

        INTEGRATION: CWS basemodelrefactoring (1.8.12); FILE MERGED 2007/05/10 20:35:59 mba 1.8.12.2: #i76195#: all sfx resources removed 2007/04/30 12:12:11 mba 1.8.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c72eaa1ec68c85362892b6bdb74cb4852e12d631]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/31 11:33:23 mba 1.6.70.4: resync problem 2007/05/10 20:35:59 mba 1.6.70.3: #i76195#: all sfx resources removed 2007/04/30 12:12:11 mba 1.6.70.2: #i76195#: remove view code 2007/04/08 18:08:31 mba 1.6.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [538a7cb91efec2eb24af319ab845675c95e8d657]

        INTEGRATION: CWS basemodelrefactoring (1.15.4); FILE MERGED 2007/05/10 20:35:59 mba 1.15.4.5: #i76195#: all sfx resources removed 2007/05/05 20:41:15 mba 1.15.4.4: #i76991#: export filters for XML format 2007/05/05 18:02:18 mba 1.15.4.3: #i76195#: remove superfluous code 2007/04/30 12:12:10 mba 1.15.4.2: #i76195#: remove view code 2007/04/08 18:08:31 mba 1.15.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cd75a03bfa9bc687c7f2d3b38f6030acc06b66ac]

        INTEGRATION: CWS basemodelrefactoring (1.8.12); FILE MERGED 2007/07/16 14:21:29 mba 1.8.12.4: found conflict on merge in superfluous file -> removed 2007/05/10 20:35:59 mba 1.8.12.3: #i76195#: all sfx resources removed 2007/05/01 21:33:30 mba 1.8.12.2: #i76195#: remove view code 2007/04/30 12:12:10 mba 1.8.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [938463c6fc32102f0b1750f19205af6f34838fd5]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/05/25 18:08:45 mba 1.8.4.2: #i76991#: code for storing macros into XML format was stripped; readded 2007/05/10 20:35:59 mba 1.8.4.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c904b0aac79e74d33abb403bd89fdb846986d52e]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/25 18:08:44 mba 1.10.4.2: #i76991#: code for storing macros into XML format was stripped; readded 2007/05/10 20:35:59 mba 1.10.4.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3420c7bb303ea90f0d1f975e7426e7d175a9304b]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/10 20:35:58 mba 1.6.70.4: #i76195#: all sfx resources removed 2007/05/08 20:31:21 mba 1.6.70.3: RESYNC: (1.6-1.7); FILE MERGED 2007/05/01 20:57:51 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 12:12:09 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3648c57e59698b1255b7ffdc8bc94e6b8a32ec9c]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 12:12:09 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [587e7b94a28480188fca4c2c15eae2096aaad54c]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/25 18:08:44 mba 1.6.70.1: #i76991#: code for storing macros into XML format was stripped; readded

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5c8207aeb21813e0bb51b3957e125d0dbcf15ad0]

        INTEGRATION: CWS basemodelrefactoring (1.11.4); FILE MERGED 2007/05/25 18:08:44 mba 1.11.4.4: #i76991#: code for storing macros into XML format was stripped; readded 2007/05/10 20:35:58 mba 1.11.4.3: #i76195#: all sfx resources removed 2007/05/01 20:57:51 mba 1.11.4.2: #i76195#: remove view code 2007/04/30 12:12:09 mba 1.11.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c8545c6ce817f765197b04f09f009d74884611db]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 20:35:58 mba 1.10.4.5: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.10.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.10.4.3: #i76195#: remove view code 2007/04/30 12:12:08 mba 1.10.4.2: #i76195#: remove view code 2007/04/28 12:50:51 mba 1.10.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [87defbb62a2b5487cec601b1a0b60aaf0c6e2358]

        INTEGRATION: CWS basemodelrefactoring (1.13.4); FILE MERGED 2007/05/10 20:35:58 mba 1.13.4.6: #i76195#: all sfx resources removed 2007/05/05 12:55:52 mba 1.13.4.5: #i76195#: remove superfluous code 2007/05/05 12:45:18 mba 1.13.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.13.4.3: #i76195#: remove view code 2007/04/30 12:12:08 mba 1.13.4.2: #i76195#: remove view code 2007/04/08 18:08:31 mba 1.13.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ddc9c5b15cdf5a5ceee83456c87f6f56843e296e]

        INTEGRATION: CWS basemodelrefactoring (1.8.12); FILE MERGED 2007/05/10 20:35:58 mba 1.8.12.5: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.8.12.4: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.8.12.3: #i76195#: remove view code 2007/04/30 12:12:08 mba 1.8.12.2: #i76195#: remove view code 2007/04/28 12:50:51 mba 1.8.12.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3a9c233308e2134e7d60dd0ea32ea12b4b4fbbdf]

        INTEGRATION: CWS basemodelrefactoring (1.9.12); FILE MERGED 2007/05/10 20:35:58 mba 1.9.12.5: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.9.12.4: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.9.12.3: #i76195#: remove view code 2007/04/30 12:12:08 mba 1.9.12.2: #i76195#: remove view code 2007/04/08 18:08:30 mba 1.9.12.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [abb7cebe6dc32a90b248a3124336892c6a281c8b]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 20:35:58 mba 1.10.4.6: #i76195#: all sfx resources removed 2007/05/05 12:55:52 mba 1.10.4.5: #i76195#: remove superfluous code 2007/05/05 12:45:18 mba 1.10.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.10.4.3: #i76195#: remove view code 2007/04/30 12:12:08 mba 1.10.4.2: #i76195#: remove view code 2007/04/08 18:08:30 mba 1.10.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7b5a290bba68fa9feeff8abcbc00d09d6ab7c24c]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 12:12:07 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f0fe192278ad5a13eab60e905edcf3380dc37ee9]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/05/10 20:35:58 mba 1.8.70.4: #i76195#: all sfx resources removed 2007/05/05 12:45:18 mba 1.8.70.3: #i76195#: remove superfluous code 2007/05/01 20:57:51 mba 1.8.70.2: #i76195#: remove view code 2007/04/30 12:12:07 mba 1.8.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a84e25e6e5635bdc734c1e4d1d6a622bf9b07c2b]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/10 20:35:58 mba 1.6.70.4: #i76195#: all sfx resources removed 2007/05/05 12:45:17 mba 1.6.70.3: #i76195#: remove superfluous code 2007/04/30 12:12:07 mba 1.6.70.2: #i76195#: remove view code 2007/04/29 10:02:09 mba 1.6.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [25499c8a193741245e2564c8b8f7d21a427a9807]

        INTEGRATION: CWS basemodelrefactoring (1.11.4); FILE MERGED 2007/05/10 20:35:58 mba 1.11.4.5: #i76195#: all sfx resources removed 2007/05/05 18:02:18 mba 1.11.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:50 mba 1.11.4.3: #i76195#: remove view code 2007/04/30 12:12:07 mba 1.11.4.2: #i76195#: remove view code 2007/04/29 10:02:09 mba 1.11.4.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7d45a93c31f0389cb83dbd6b61231a15c2324093]

        INTEGRATION: CWS basemodelrefactoring (1.12.4); FILE MERGED 2007/05/10 20:35:58 mba 1.12.4.5: #i76195#: all sfx resources removed 2007/05/05 12:45:17 mba 1.12.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:50 mba 1.12.4.3: #i76195#: remove view code 2007/04/30 12:12:06 mba 1.12.4.2: #i76195#: remove view code 2007/04/08 18:08:30 mba 1.12.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [005a1d6dc5c18459d05c22e693aa913830f85509]

        INTEGRATION: CWS basemodelrefactoring (1.9.6); FILE MERGED 2007/05/10 20:35:58 mba 1.9.6.5: #i76195#: all sfx resources removed 2007/05/05 12:45:17 mba 1.9.6.4: #i76195#: remove superfluous code 2007/05/01 20:57:50 mba 1.9.6.3: #i76195#: remove view code 2007/04/30 12:12:06 mba 1.9.6.2: #i76195#: remove view code 2007/04/27 19:07:58 mba 1.9.6.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5b875f6ad7a753d3adbe66308461a66eda8a3f8a]

        INTEGRATION: CWS basemodelrefactoring (1.4.196); FILE MERGED 2007/05/10 20:35:58 mba 1.4.196.1: #i76195#: all sfx resources removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [9a710ec0b7c7908374b79134c5e63b338bbe6ea8]

        INTEGRATION: CWS basemodelrefactoring (1.14.6); FILE MERGED 2007/05/10 20:35:58 mba 1.14.6.4: #i76195#: all sfx resources removed 2007/05/04 20:36:33 mba 1.14.6.3: #i76195#: remove superfluous code 2007/05/01 20:57:50 mba 1.14.6.2: #i76195#: remove view code 2007/04/28 18:35:30 mba 1.14.6.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [eede14e3e3e7110daa9476819ac0a7a5e02ccb5a]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/06 19:50:44 mba 1.5.70.2: #i76195#: spellchecking etc., autocorrection removed 2007/05/05 18:02:18 mba 1.5.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6d2d9614f1a37c761fe5f98bd1971b8351d54298]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/04/30 14:35:45 mba 1.8.70.3: #i76195#: remove view code 2007/04/28 18:35:29 mba 1.8.70.2: #i76195#: view code removed 2007/04/28 12:46:32 mba 1.8.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6e2ebace6b6db5b84ec4fc87c2b2212e05271116]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/04/28 18:35:26 mba 1.9.4.2: #i76195#: view code removed 2007/04/28 12:46:30 mba 1.9.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c0830b3af142c2d557b635a9908242847e9dfc4a]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:45 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5bd438ee286f78bbe3c26722e6d2f35a9982bb72]

        INTEGRATION: CWS basemodelrefactoring (1.7.52); FILE MERGED 2007/04/30 14:35:45 mba 1.7.52.2: #i76195#: remove view code 2007/04/28 18:35:25 mba 1.7.52.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [53db029463190bb7d584f5799ab7f54368b3b8e8]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:50 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 14:35:45 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8bddb331054c94289b305ef75d943c679752aa7b]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 14:35:45 mba 1.7.70.2: #i76195#: remove view code 2007/04/28 18:35:25 mba 1.7.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [548df790aa2ddaae848c958acda61e9c020daebd]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/07 08:39:16 mba 1.5.70.3: syntax problems on Linux 2007/04/30 14:35:44 mba 1.5.70.2: #i76195#: remove view code 2007/04/28 18:35:25 mba 1.5.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dfa6f2427e80756e2a96b09f9a55d887f0a6177c]

        INTEGRATION: CWS basemodelrefactoring (1.7.12); FILE MERGED 2007/04/30 14:35:44 mba 1.7.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [192c01f7f01f4a3640cda91efd8fdc83087ca602]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:50 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 14:35:44 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6fe6649c7fa764d92a8dd8ef6662fe1e190d319b]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:49 mba 1.5.70.2: #i76195#: remove view code 2007/04/30 14:35:43 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [73c853b7550fa30eef5dc5fec0498a89e15635ba]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/05 18:02:18 mba 1.6.70.3: #i76195#: remove superfluous code 2007/05/01 20:57:49 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 14:35:42 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d2ee83433766994fec3e2cd3c76a95f6d6ab19d7]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:42 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2458912ddc1850144cd4bdf7143fdbbcd64bfebc]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/01 20:57:49 mba 1.5.70.3: #i76195#: remove view code 2007/04/30 14:35:42 mba 1.5.70.2: #i76195#: remove view code 2007/04/28 12:46:29 mba 1.5.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1125a1992ff063581db69eb5c55fb49e522932da]

        INTEGRATION: CWS basemodelrefactoring (1.11.4); FILE MERGED 2007/05/10 17:51:59 mba 1.11.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:49 mba 1.11.4.3: #i76195#: remove view code 2007/04/28 15:20:26 mba 1.11.4.2: #i76195#: remove code for UI controls 2007/04/28 12:46:29 mba 1.11.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8a0876793a7a8d9cd7f98e0ec883575529314122]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/10 20:35:57 mba 1.6.70.2: #i76195#: all sfx resources removed 2007/04/30 14:35:41 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [43b51f12528d6adca807e06c111df532525067b5]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/03/23 16:11:58 mba 1.5.70.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [67de34aff065c11e851140258b496590d1c43712]

        INTEGRATION: CWS basemodelrefactoring (1.3.198); FILE MERGED 2007/04/30 14:35:41 mba 1.3.198.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a35f548140cd62c59e64318ac336f99e3534755d]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/07 08:39:16 mba 1.5.70.3: syntax problems on Linux 2007/04/30 14:35:41 mba 1.5.70.2: #i76195#: remove view code 2007/04/28 18:35:23 mba 1.5.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c15127022321700283a701c90b062296e634e044]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 14:35:41 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b906b6550ced511c060527132c7ecba0df806afa]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/05/10 13:40:26 mba 1.10.4.5: #i76195#: remove superfluous code 2007/05/06 19:50:44 mba 1.10.4.4: #i76195#: spellchecking etc., autocorrection removed 2007/05/05 18:02:17 mba 1.10.4.3: #i76195#: remove superfluous code 2007/04/30 14:35:40 mba 1.10.4.2: #i76195#: remove view code 2007/04/28 18:35:23 mba 1.10.4.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [576890a055ce710f1f14f68e4568f0b5cddd8973]

        INTEGRATION: CWS basemodelrefactoring (1.9.12); FILE MERGED 2007/05/01 20:57:49 mba 1.9.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7b42ea3d377080512e8aaaf1325e77931f14a3ae]

        INTEGRATION: CWS basemodelrefactoring (1.11.6); FILE MERGED 2007/05/10 20:35:57 mba 1.11.6.4: #i76195#: all sfx resources removed 2007/05/04 20:36:32 mba 1.11.6.3: #i76195#: remove superfluous code 2007/05/01 20:57:49 mba 1.11.6.2: #i76195#: remove view code 2007/04/28 18:41:36 mba 1.11.6.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [bd10c630339c505aef9da1bf47d9489b9e19d55f]

        INTEGRATION: CWS basemodelrefactoring (1.1.1.1.348); FILE MERGED 2007/05/01 20:57:49 mba 1.1.1.1.348.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cdd57d61e05b6b51dc63450554cbc86050079846]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/28 13:26:25 mba 1.5.70.1: #i73760#: typo fixed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c55cd49f888e1bd408de2e135ec03088e3d38395]

        INTEGRATION: CWS basemodelrefactoring (1.5.12); FILE MERGED 2007/04/30 14:35:40 mba 1.5.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c4f8d69b32b253cb2962aa16fc8c26d2d946a1bd]

        INTEGRATION: CWS basemodelrefactoring (1.10.70); FILE MERGED 2007/05/01 20:57:48 mba 1.10.70.4: #i76195#: remove view code 2007/04/30 14:35:40 mba 1.10.70.3: #i76195#: remove view code 2007/04/08 18:08:29 mba 1.10.70.2: #i76195#: remove some Sfx view classes 2007/03/23 16:10:52 mba 1.10.70.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [da04c8538036bc17fe9fad674f8c1d82b2af5e81]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:40 mba 1.5.70.3: #i76195#: remove view code 2007/04/28 18:41:35 mba 1.5.70.2: #i76195#: view code removed 2007/04/08 18:08:29 mba 1.5.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6b98777f11522d3ac208d2936ca70654829a82a9]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/08 20:30:49 mba 1.6.70.4: RESYNC: (1.6-1.7); FILE MERGED 2007/05/01 20:57:48 mba 1.6.70.3: #i76195#: remove view code 2007/04/30 14:35:39 mba 1.6.70.2: #i76195#: remove view code 2007/04/28 15:20:24 mba 1.6.70.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4fe5e5084dd0d70301b4a1fcf5c115af39dd5681]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:39 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [165eee28bb364aaa9b1ad1a6d9407934fd36b6b0]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:48 mba 1.6.70.4: #i76195#: remove view code 2007/04/30 14:35:39 mba 1.6.70.3: #i76195#: remove view code 2007/04/28 18:41:35 mba 1.6.70.2: #i76195#: view code removed 2007/04/28 15:20:24 mba 1.6.70.1: #i76195#: remove code for UI controls

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [150c193ebbb3214b9f3017261cb2d7ff2900e41f]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/01 20:57:48 mba 1.9.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d14e8bc01c3c1e18c519f539d889d5c7bba3b4e0]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/10 09:35:27 mba 1.5.70.1: #i77131#: wrong order of catch statementes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [afee153040bbc29ed2226db328553c6e3e467a33]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/06 19:50:44 mba 1.7.70.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d981c2778102bb05f552bf042dc4c25c1d37483c]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 14:35:39 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a20ba9f36782887a0ad5d1b5289ecbc51db9ea10]

        INTEGRATION: CWS basemodelrefactoring (1.18.6); FILE MERGED 2007/05/04 20:36:32 mba 1.18.6.5: #i76195#: remove superfluous code 2007/05/01 20:57:48 mba 1.18.6.4: #i76195#: remove view code 2007/04/30 14:35:38 mba 1.18.6.3: #i76195#: remove view code 2007/04/28 19:14:08 mba 1.18.6.2: #i76195#: view code removed 2007/04/28 17:52:44 mba 1.18.6.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [94cc3aec02918abc0776cd780c99d15ed23861f5]

        INTEGRATION: CWS basemodelrefactoring (1.10.70); FILE MERGED 2007/05/09 12:37:59 mba 1.10.70.4: #i76195#: forgot pView in Assertion 2007/04/30 14:35:38 mba 1.10.70.3: #i76195#: remove view code 2007/04/28 17:52:43 mba 1.10.70.2: #i76195#: remove view code 2007/04/08 18:08:29 mba 1.10.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [b7da1fba7f9217b898a3c209989ac8914bcbe54e]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/04/30 14:35:37 mba 1.9.4.3: #i76195#: remove view code 2007/04/28 17:52:39 mba 1.9.4.2: #i76195#: remove view code 2007/04/28 12:24:42 mba 1.9.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [585e934662d876103f9a8e40dafa50ab1934ac88]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/28 19:27:08 mba 1.6.70.1: #i76195#: view code removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f99d50d8a30f3bde4755aee7b30a876626c352ff]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:37 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [58f3b0b1fbca3a8168654328f7611fbf82ac7b6f]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:37 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4d9af8c6906a9b6b793a238133518d09c09f6b52]

        INTEGRATION: CWS basemodelrefactoring (1.6.32); FILE MERGED 2007/04/30 14:35:37 mba 1.6.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c5ca0ec8639fee625cb0959b5c67d16b028bf105]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/05 18:02:17 mba 1.7.32.3: #i76195#: remove superfluous code 2007/04/30 14:35:36 mba 1.7.32.2: #i76195#: remove view code 2007/04/28 17:52:39 mba 1.7.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [0c7eb0bdb49877e622a0cb86a22ad91f28b30ed6]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:36 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [089c93eba5f7589c12e8f713097dc84f0fa92df3]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/05 18:02:17 mba 1.6.70.2: #i76195#: remove superfluous code 2007/04/30 14:35:35 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [665d27fb02f8db6c2b816820e2710d2977e49669]

        INTEGRATION: CWS basemodelrefactoring (1.6.112); FILE MERGED 2007/05/05 18:02:17 mba 1.6.112.2: #i76195#: remove superfluous code 2007/04/30 14:35:35 mba 1.6.112.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dbfb7b9509ab86fdf9ecd72d20c5d46b177d8089]

        INTEGRATION: CWS basemodelrefactoring (1.8.70); FILE MERGED 2007/05/10 17:42:00 mba 1.8.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c9bbb98d69123115c7bccfb5381c3f6f09942f7d]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:35 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [230694cbe17caf5f1d32ee2c96de32bc0ec12cc2]

        INTEGRATION: CWS basemodelrefactoring (1.10.4); FILE MERGED 2007/04/08 18:08:26 mba 1.10.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6a53aac2daea05ef027880a468bccd1cb11440c8]

        INTEGRATION: CWS basemodelrefactoring (1.4.4); FILE MERGED 2007/05/05 18:02:16 mba 1.4.4.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [48c55bd3e9ab85ca788ed229e09cb065966e2f30]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:48 mba 1.6.70.2: #i76195#: remove view code 2007/04/30 14:35:34 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [04ef8e5df35d5ca0d28b4be9d5870a91d5e89135]

        INTEGRATION: CWS basemodelrefactoring (1.4.200); FILE MERGED 2007/04/30 14:35:34 mba 1.4.200.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [4e0474fe72478cfd9e0fdd6a1de8b339fe6c86ac]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/05/05 18:02:16 mba 1.7.32.2: #i76195#: remove superfluous code 2007/04/30 14:35:34 mba 1.7.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e9332e436561df71acfb59ea1f80d90e5ac96e5a]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/04/30 14:35:33 mba 1.7.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aadcb47f5cd90cc63d680992ba6fce1dd926825e]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/05 18:02:16 mba 1.6.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f1d82dc1a15b4cc50c841442a532f3be05dc87e3]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:33 mba 1.6.70.2: #i76195#: remove view code 2007/04/28 17:52:37 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a30f898431fc6322f91fa1ac3005a0a5d623aebc]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/04/30 14:35:33 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [16331846f74b06733b3d86eb111a124d38dfe9e3]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/05/10 13:40:26 mba 1.8.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:48 mba 1.8.4.3: #i76195#: remove view code 2007/04/30 14:35:33 mba 1.8.4.2: #i76195#: remove view code 2007/04/28 17:52:37 mba 1.8.4.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [014135987d62997506cb6702b2fea6d0e5090363]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:32 mba 1.5.70.3: #i76195#: remove view code 2007/04/28 17:52:37 mba 1.5.70.2: #i76195#: remove view code 2007/04/08 18:08:26 mba 1.5.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [26272c7c4eaef1369ee7736cadb30d66b393621b]

        INTEGRATION: CWS basemodelrefactoring (1.6.70); FILE MERGED 2007/05/01 20:57:47 mba 1.6.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [57a2897c154f63e06b7e5ba9015e3f51f32d5edd]

        INTEGRATION: CWS basemodelrefactoring (1.9.70); FILE MERGED 2007/05/10 13:40:26 mba 1.9.70.6: #i76195#: remove superfluous code 2007/05/05 18:02:15 mba 1.9.70.5: #i76195#: remove superfluous code 2007/05/01 20:57:47 mba 1.9.70.4: #i76195#: remove view code 2007/04/30 14:35:32 mba 1.9.70.3: #i76195#: remove view code 2007/04/28 17:52:37 mba 1.9.70.2: #i76195#: remove view code 2007/04/08 18:08:26 mba 1.9.70.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [ad10cad09bc9424bfe518bc9853a76f6c490bb9c]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/05/05 18:02:15 mba 1.7.70.3: #i76195#: remove superfluous code 2007/04/30 14:35:32 mba 1.7.70.2: #i76195#: remove view code 2007/04/28 17:52:37 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [745a6d3b2e20837f3ae1541c7fedd864ff35074c]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/10 20:35:57 mba 1.5.70.2: #i76195#: all sfx resources removed 2007/05/10 13:40:26 mba 1.5.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d486fe141707d1953e4b0a8527343368651a50c3]

        INTEGRATION: CWS basemodelrefactoring (1.7.32); FILE MERGED 2007/04/30 14:35:32 mba 1.7.32.2: #i76195#: remove view code 2007/04/28 17:52:36 mba 1.7.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2539f264999d38dc3bc5f28081977cab5fd94593]

        INTEGRATION: CWS basemodelrefactoring (1.7.96); FILE MERGED 2007/05/05 18:02:15 mba 1.7.96.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cda11d9e4bcea3cdda4f61f0cbfa7441aa5ad021]

        INTEGRATION: CWS basemodelrefactoring (1.9.4); FILE MERGED 2007/05/10 13:40:26 mba 1.9.4.7: #i76195#: remove superfluous code 2007/05/05 18:02:15 mba 1.9.4.6: #i76195#: remove superfluous code 2007/05/01 20:57:47 mba 1.9.4.5: #i76195#: remove view code 2007/04/30 14:35:32 mba 1.9.4.4: #i76195#: remove view code 2007/04/28 17:52:36 mba 1.9.4.3: #i76195#: remove view code 2007/04/28 15:20:23 mba 1.9.4.2: #i76195#: remove code for UI controls 2007/04/08 18:08:25 mba 1.9.4.1: #i76195#: remove some Sfx view classes

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [02c02af567d20e64ad7b959ab777de40e874bdfa]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/08 20:30:42 mba 1.5.70.6: RESYNC: (1.5-1.6); FILE MERGED 2007/05/01 20:57:47 mba 1.5.70.5: #i76195#: remove view code 2007/04/30 14:35:31 mba 1.5.70.4: #i76195#: remove view code 2007/04/28 17:52:36 mba 1.5.70.3: #i76195#: remove view code 2007/04/28 12:24:41 mba 1.5.70.2: #i76764#: remove unused code 2007/04/27 20:02:16 mba 1.5.70.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c3781357cbf021d520f13f1274aa7d48bd7fab49]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/05/05 18:02:15 mba 1.5.70.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5edc5bcb41e1b5dee827afc4f2d1de7b197e86bd]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/05/05 18:02:15 mba 1.8.4.4: #i76195#: remove superfluous code 2007/05/01 20:57:47 mba 1.8.4.3: #i76195#: remove view code 2007/04/30 14:35:31 mba 1.8.4.2: #i76195#: remove view code 2007/04/27 20:02:16 mba 1.8.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d155c0384442e80ebd0b0b0aff68fa68bfe70123]

        INTEGRATION: CWS basemodelrefactoring (1.5.70); FILE MERGED 2007/04/30 14:35:31 mba 1.5.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d30b508904c9f7c46d84b81eaee28734969f55b7]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 14:35:30 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8c8c177419d6e1344e7b1dfab2557aea094f7364]

        INTEGRATION: CWS basemodelrefactoring (1.9.32); FILE MERGED 2007/05/05 18:02:14 mba 1.9.32.2: #i76195#: remove superfluous code 2007/04/30 14:35:30 mba 1.9.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [16c10792aa6c1b96231620398aa48efc642b93f4]

        INTEGRATION: CWS basemodelrefactoring (1.12.32); FILE MERGED 2007/03/23 16:09:38 mba 1.12.32.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [3d985579ebc4174f03707146a6e46a9db2897592]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/03/23 16:08:41 mba 1.8.32.1: #i75677#: remove obsolete settings

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [6e2ce606fd6383b428cc9f402b76c9bbfc802c02]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/04/30 14:35:30 mba 1.8.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [7cd420965d2ef73095bfc1f911601d557648e1eb]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/05 18:02:14 mba 1.8.32.2: #i76195#: remove superfluous code 2007/04/30 14:35:29 mba 1.8.32.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [29807d9c277d51356e9ced1b9e57dcf5ef9b3054]

        INTEGRATION: CWS basemodelrefactoring (1.8.32); FILE MERGED 2007/05/06 19:50:43 mba 1.8.32.1: #i76195#: spellchecking etc., autocorrection removed

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [dc7ef961e5cb734c83631cdac98a035889df00d8]

        INTEGRATION: CWS basemodelrefactoring (1.8.4); FILE MERGED 2007/05/05 18:02:14 mba 1.8.4.1: #i76195#: remove superfluous code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [74d18438eee014e3d2bd06430d650001029b841c]

        INTEGRATION: CWS basemodelrefactoring (1.12.6); FILE MERGED 2007/05/10 14:16:56 mba 1.12.6.3: #i76195#: remove superfluous code 2007/05/04 20:36:32 mba 1.12.6.2: #i76195#: remove superfluous code 2007/04/30 14:35:29 mba 1.12.6.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8d292ac5b99b7cbba7bc4d75033ec531a7e1b1d3]

        INTEGRATION: CWS basemodelrefactoring (1.12.4); FILE MERGED 2007/05/10 14:26:27 mba 1.12.4.9: #i76195#: remove superfluous code 2007/05/10 14:16:55 mba 1.12.4.8: #i76195#: remove superfluous code 2007/05/10 13:37:07 mba 1.12.4.7: #i76195#: remove superfluous code 2007/05/04 22:10:15 mba 1.12.4.6: #i76195#: remove superfluous code 2007/05/04 22:03:02 mba 1.12.4.5: #i76195#: remove superfluous code 2007/05/01 20:57:47 mba 1.12.4.4: #i76195#: remove view code 2007/04/30 12:26:11 mba 1.12.4.3: #i76195#: remove view code 2007/04/28 15:20:23 mba 1.12.4.2: #i76195#: remove code for UI controls 2007/04/27 19:57:08 mba 1.12.4.1: #i76764#: remove unused code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [2164b9fce3833d5a5fa56eba77c20a4280c6e5f7]

        INTEGRATION: CWS basemodelrefactoring (1.9.12); FILE MERGED 2007/05/10 14:16:55 mba 1.9.12.7: #i76195#: remove superfluous code 2007/05/10 13:37:07 mba 1.9.12.6: #i76195#: remove superfluous code 2007/05/04 23:26:51 mba 1.9.12.5: #i76195#: remove superfluous code 2007/05/04 22:10:15 mba 1.9.12.4: #i76195#: remove superfluous code 2007/05/04 22:03:02 mba 1.9.12.3: #i76195#: remove superfluous code 2007/05/01 20:57:47 mba 1.9.12.2: #i76195#: remove view code 2007/04/30 12:26:11 mba 1.9.12.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [a98189a017277e9abc4a0260d9bda7010f9b0cd8]

        INTEGRATION: CWS basemodelrefactoring (1.7.70); FILE MERGED 2007/04/30 14:35:29 mba 1.7.70.1: #i76195#: remove view code

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8634021d77402fd3da51c1fe1099ec8efe8b673e]

        INTEGRATION: CWS mingwport05 (1.6.44); FILE MERGED 2007/06/25 11:42:42 vg 1.6.44.1: #78270# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [d5af11655d7b307731c6d61ac831a02497d85fe1]

        INTEGRATION: CWS mingwport05 (1.242.14); FILE MERGED 2007/06/19 14:50:42 vg 1.242.14.1: #i78266# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e7ef7b853c43ddf0ce8d459199abf07d9db14cb1]

        INTEGRATION: CWS mingwport05 (1.9.6); FILE MERGED 2007/07/02 15:19:45 vg 1.9.6.1: #i78268# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [c4402d2822bb8ff65a304d4a12ba1dc37436ccb7]

        INTEGRATION: CWS mingwport05 (1.2.6); FILE MERGED 2007/07/02 15:19:45 vg 1.2.6.1: #i78268# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [f041252b82dba3bf20bf71ead96c388d43bdc8ea]

        INTEGRATION: CWS mingwport05 (1.2.14); FILE MERGED 2007/06/28 14:54:27 vg 1.2.14.1: #i78271# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [1d14c84540617183d54f724f16f7a1f247860943]

        INTEGRATION: CWS mingwport05 (1.5.14); FILE MERGED 2007/06/28 14:54:27 vg 1.5.14.1: #i78271# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [df75e478ce22b35a7f6253f51c83ca827aca8163]

        INTEGRATION: CWS mingwport05 (1.11.6); FILE MERGED 2007/06/28 14:54:26 vg 1.11.6.1: #i78271# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [e4cb6bc62627e5ba6bb71a9aacf50e0f3d0a4cf2]

        INTEGRATION: CWS mingwport05 (1.8.6); FILE MERGED 2007/06/28 14:54:26 vg 1.8.6.1: #i78271# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [5d007214f5906136c4a7d5fe18f5b96eb23aed54]

        INTEGRATION: CWS mingwport05 (1.4.10); FILE MERGED 2007/06/19 14:42:56 vg 1.4.10.1: #i78265# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [aa8d67e8204f4382c9855c7e800284a4226fee41]

        INTEGRATION: CWS mingwport05 (1.39.28); FILE MERGED 2007/06/25 14:56:06 vg 1.39.28.1: #i78267# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [8b22e9aa8c6b9bae02fb232f66dd4e6fb4ceac74]

        INTEGRATION: CWS mingwport05 (1.47.56); FILE MERGED 2007/06/25 14:56:06 vg 1.47.56.1: #i78267# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [535e788c3cdfefbe001ac4136c4d6c6f8ca57554]

        INTEGRATION: CWS mingwport05 (1.113.12); FILE MERGED 2007/06/25 14:56:06 vg 1.113.12.1: #i78267# MinGW port efforts

2007-07-17  Oliver Bolte  <obo@openoffice.org>  [cb270ee9fd4b8adbb84fb266742938d8eedf1320]

        INTEGRATION: CWS mingwport05 (1.38.28); FILE MERGED 2007/06/25 14:56:06 vg 1.38.28.1: #i78267# MinGW port efforts

2007-07-13  Rüdiger Timm  <rt@openoffice.org>  [9534d1ef9c0e02dca8f24879c5523a70fee33c64]

        Changed order: create language packs last, because that's fastest.

2007-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [f24731c8cf8dd5f3e2375c5092cb35142f004876]

        #i10000# #i79413# automation fix

2007-07-13  Ivo Hinkelmann  <ihi@openoffice.org>  [19a92be0524a93bfcb4f463fcc8a853346656380]

        #i10000# build fix

2007-07-13  Rüdiger Timm  <rt@openoffice.org>  [b8557c6f03bb92b72935581aecf0fa52acacb079]

        #i10000# Undo last change (by CWS mba23issues03): that was not MAC specific. Breaks on solaris.

2007-07-13  Rüdiger Timm  <rt@openoffice.org>  [493846ff1700025f9862426837e3f6b3522f569b]

        #i10000# Remove extra semicolon to avoid Sun compiler warning about 'Empty declaration'

2007-07-13  Rüdiger Timm  <rt@openoffice.org>  [6ca4a5e7afbcab10aa4a966405c5399f976b5d09]

        #i10000# Remove extra semicolon to avoid Sun compiler warning about 'Empty declaration'

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [30167a2206e668c14fd182cf0538ff1c2edb33c6]

        #i10000# build fix

2007-07-12  Vladimir Glazounov  <vg@openoffice.org>  [8e0a957f5f8f9480b5fd48f20dadc896419b41dc]

        new version for SRC680

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [6ce3844b66de25b1320f5db8437dac51290898cf]

        #i10000# german removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [a4f9c18198baf68ebe7b5c40bdea1d54ff845775]

        SRC680

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1724e0909f2da07ea83fb1bace8136850df513e1]

        #i10000# #i79520# build fix

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [feafad421f5019c013ce6d8247f17054c57bdda8]

        #i10000# #i79527# build fix

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [44638b6bcd632cf0b0d3e0f17db42ff01bbc3808]

        INTEGRATION: CWS macroseclevel (1.133.34); FILE MERGED 2007/07/11 12:39:15 mt 1.133.34.2: RESYNC: (1.133-1.136); FILE MERGED 2007/07/05 12:49:01 mt 1.133.34.1: #i79170# default security level

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [b309651add5bd57c9035455bfacc7f807cb20d0b]

        #i10000# #i79524# build fix

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [4d8fb2f1dcf0500294cc597f444871d3cdc7a794]

        #i10000# #i79499# build fix

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [415f9153fd0eda5298e480e2caaaf1c277269245]

        #i10000# build fix

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1a5374a37d14110393067fc856729f81ce57e8bd]

        #i79500# helplinker patch

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [6a54856cc446c0dff9e8f2b7a76f53ddeba63e8e]

        INTEGRATION: CWS native97 (1.3.2); FILE MERGED 2007/07/11 08:27:39 is 1.3.2.2: #i78658# warning, if solaris architecture does not fit 2007/07/10 16:08:01 is 1.3.2.1: #i78658# checking solaris architecture

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [60b277f412bea08027bb9b8fd76d60a0042877c2]

        INTEGRATION: CWS native97 (1.2.2); FILE MERGED 2007/07/10 16:07:13 is 1.2.2.1: #i78658# checking solaris architecture

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c272a433e03863e2ebcf7ac8d3167916cf7fa2ff]

        INTEGRATION: CWS native97 (1.10.602); FILE MERGED 2007/07/10 10:47:10 is 1.10.602.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [77ce64aa0792e5b8827d81717ec6321ed77b62b6]

        INTEGRATION: CWS native97 (1.5.726); FILE MERGED 2007/07/10 10:47:10 is 1.5.726.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c2764ad67a4a7a551ef824eaf19b127e6e699f3e]

        INTEGRATION: CWS native97 (1.7.602); FILE MERGED 2007/07/10 10:47:10 is 1.7.602.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [05a4d228c8443f3c8fcf43786824ee6bf9a48353]

        INTEGRATION: CWS native97 (1.39.84); FILE MERGED 2007/07/09 09:55:22 is 1.39.84.2: #148088# return value of new msitran.exe 2007/07/06 14:05:47 is 1.39.84.1: #148088# return value of new msitran.exe

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [80ea55e213886dc3a616b9242614aef37e2351e3]

        INTEGRATION: CWS native97 (1.3.20); FILE MERGED 2007/07/10 16:08:55 is 1.3.20.1: #i78658# checking solaris architecture

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [e00d487f3a7dbc66bedf9e97a7c8577a89ecbbde]

        INTEGRATION: CWS native97 (1.31.86); FILE MERGED 2007/07/06 14:05:47 is 1.31.86.1: #148088# return value of new msitran.exe

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [2d2806ae423dc79aac271e68fd2605f86385efb9]

        INTEGRATION: CWS native97 (1.5.86); FILE MERGED 2007/07/10 10:47:10 is 1.5.86.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [09f21bb5fed0039e4dd9b4e2d1d7a25228e5f2d8]

        INTEGRATION: CWS native97 (1.43.86); FILE MERGED 2007/07/06 14:05:47 is 1.43.86.1: #148088# return value of new msitran.exe

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [f0bcf374c98e1e8b87d26c77a68a015c6bce0b5a]

        INTEGRATION: CWS native97 (1.9.164); FILE MERGED 2007/07/10 10:47:10 is 1.9.164.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [8e380a40c793fd76938d191b1950981ccce972c0]

        INTEGRATION: CWS native97 (1.65.36); FILE MERGED 2007/07/10 10:47:10 is 1.65.36.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [45b92f2e0620d92490cd0695a53a1307687e8c7c]

        INTEGRATION: CWS native97 (1.87.64); FILE MERGED 2007/07/10 14:11:24 is 1.87.64.2: RESYNC: (1.87-1.88); FILE MERGED 2007/07/10 10:47:09 is 1.87.64.1: #i79432# enable Unix links in scp2

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [af75f2f762a61eed30da0d46d6e34a047af1a307]

        INTEGRATION: CWS os98 (1.23.76); FILE MERGED 2007/06/18 14:24:10 os 1.23.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [cc5520d428f900faaf400053ad994c313b2c2865]

        INTEGRATION: CWS os98 (1.28.74); FILE MERGED 2007/06/18 14:24:10 os 1.28.74.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [5510df50a9101fe59b449e2cc852235ae1c86d25]

        INTEGRATION: CWS os98 (1.15.76); FILE MERGED 2007/06/18 14:24:10 os 1.15.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [abc883ccafd846b6a73bb0baf1a53b96c9191588]

        INTEGRATION: CWS os98 (1.31.154); FILE MERGED 2007/06/18 14:24:09 os 1.31.154.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [4715aa98830289d39ef7c06ef4b5290762154bb6]

        INTEGRATION: CWS os98 (1.69.76); FILE MERGED 2007/06/18 14:24:09 os 1.69.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [748c50fbd005eec69b6053633dc0c56720af2a21]

        INTEGRATION: CWS os98 (1.105.74); FILE MERGED 2007/06/18 14:24:09 os 1.105.74.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [9fab0ba8595b537fd83d69e12402ae034b5d8701]

        INTEGRATION: CWS os98 (1.18.348); FILE MERGED 2007/06/18 14:24:09 os 1.18.348.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [746f3b222c6c20eba9332f72acd00d8f04f6a2ac]

        INTEGRATION: CWS os98 (1.26.76); FILE MERGED 2007/06/18 14:24:09 os 1.26.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [52f1ec83f41ab827900038c2d244c9c90f9dfdc0]

        INTEGRATION: CWS os98 (1.5.380); FILE MERGED 2007/06/18 14:24:09 os 1.5.380.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1acccec80de7083e17b4dc8a5a8b92d0bdb9a0da]

        INTEGRATION: CWS os98 (1.10.76); FILE MERGED 2007/06/19 07:59:00 os 1.10.76.1: #i76723# RTL numbering preview

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [fd9f4bac3fcba41f8cb320e9a1407f457698cfca]

        INTEGRATION: CWS os98 (1.12.100); FILE MERGED 2007/06/18 14:24:09 os 1.12.100.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [f91d41678bdbd7d59ccac6226a206496146b5ccf]

        INTEGRATION: CWS os98 (1.24.92); FILE MERGED 2007/06/18 14:24:09 os 1.24.92.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [fac255fd8229c4a0ea0b368927f14dd05bedebfc]

        INTEGRATION: CWS os98 (1.22.76); FILE MERGED 2007/06/18 14:24:08 os 1.22.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [ec48368076f9abb76fd9bcf6a4adb3055fbdd2a2]

        INTEGRATION: CWS os98 (1.9.94); FILE MERGED 2007/06/18 14:24:08 os 1.9.94.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c12340241cfb00da399f10d1c3f62aeae3fab456]

        INTEGRATION: CWS os98 (1.8.76); FILE MERGED 2007/06/18 14:24:08 os 1.8.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d940872ffab9a19c2f22e52fb3d69926bfd56b83]

        INTEGRATION: CWS os98 (1.6.250); FILE MERGED 2007/06/18 14:24:08 os 1.6.250.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [01b36b10f7230483b69d083d33cc4694296b23d8]

        INTEGRATION: CWS os98 (1.11.120); FILE MERGED 2007/06/18 14:24:08 os 1.11.120.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [ba4d0336a35d52b00db817e5fc53edbd184b7197]

        INTEGRATION: CWS os98 (1.17.92); FILE MERGED 2007/06/18 14:24:08 os 1.17.92.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [ca35f926435c5ed5588140f37a1dfe9eb3e93164]

        INTEGRATION: CWS os98 (1.3.76); FILE MERGED 2007/06/18 14:24:08 os 1.3.76.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [278f2aed1e906a8860119569c159c74e6fb88f0e]

        INTEGRATION: CWS os98 (1.2.116); FILE MERGED 2007/06/18 14:24:08 os 1.2.116.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [30c3319998c2cff35c726ed1654d739c45d36aa0]

        INTEGRATION: CWS os98 (1.3.16); FILE MERGED 2007/06/18 14:24:08 os 1.3.16.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c5bb5b2aefffe55610fadd39c6eb2d2188ab3f2e]

        INTEGRATION: CWS os98 (1.8.8); FILE MERGED 2007/06/18 13:41:25 os 1.8.8.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [7dbe88b8caed91c5d8c24474357b730a3487a3b5]

        INTEGRATION: CWS os98 (1.43.354); FILE MERGED 2007/06/21 09:47:35 os 1.43.354.1: #i75416#SwView::MoveNavigation changed to a STATIC_LINK

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [1b011567cf994c5e8bf27ad68813dd8d64e605a3]

        INTEGRATION: CWS os98 (1.17.56); FILE MERGED 2007/06/21 09:47:35 os 1.17.56.1: #i75416#SwView::MoveNavigation changed to a STATIC_LINK

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [876e6fed72afeeb454a9e3121b6aa110da41566e]

        INTEGRATION: CWS os98 (1.74.8); FILE MERGED 2007/06/21 09:47:35 os 1.74.8.1: #i75416#SwView::MoveNavigation changed to a STATIC_LINK

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [efcc65260950b0f50f0a162bbb6269cf5ee3bd4e]

        INTEGRATION: CWS os98 (1.50.68); FILE MERGED 2007/06/21 09:47:35 os 1.50.68.1: #i75416#SwView::MoveNavigation changed to a STATIC_LINK

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [89542a11d71098d347a2821389ff4c3e7b8be6df]

        INTEGRATION: CWS os98 (1.61.8); FILE MERGED 2007/07/06 07:16:35 os 1.61.8.2: #i25391# reference values calculated from absolute and relative size values 2007/06/22 09:14:53 os 1.61.8.1: #i25391# set Reference values of width/height initially

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [fb25f1d6c039ceca08f124d8a0641eed39575e03]

        INTEGRATION: CWS os98 (1.141.54); FILE MERGED 2007/06/25 14:43:18 os 1.141.54.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [7397e3db98828957f5c29ce8f0c9896251e1d883]

        INTEGRATION: CWS os98 (1.11.88); FILE MERGED 2007/06/21 10:06:00 os 1.11.88.1: #i76949# string fixed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d06a6d2c192076870d67f19653701fdc25d9841c]

        INTEGRATION: CWS os98 (1.119.8); FILE MERGED 2007/06/22 08:43:53 os 1.119.8.3: #i59292# prefer usage of pMergeData if available in FindDSData 2007/06/22 07:38:38 os 1.119.8.2: #i59292# find extensions also with upper case 2007/06/22 07:28:32 os 1.119.8.1: #i72820# calc layout while producing document parts - get the right page numbers of the parts

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [f3fbec0cf286f2fc87343b47c80543e01d6e71f6]

        INTEGRATION: CWS os98 (1.8.354); FILE MERGED 2007/06/25 14:20:56 os 1.8.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [e1bc6d68215f522c5e3d1aff1dc1ca856ee1c3c7]

        INTEGRATION: CWS os98 (1.11.156); FILE MERGED 2007/06/25 13:45:02 os 1.11.156.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [8b416c43d427bd65f9a87f999ef0bafc3ab9e36b]

        INTEGRATION: CWS os98 (1.14.292); FILE MERGED 2007/06/18 13:40:37 os 1.14.292.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [28f32e2e4395ce9c8a2ee77b7b1cda7eb48af0da]

        INTEGRATION: CWS os98 (1.36.54); FILE MERGED 2007/06/18 13:40:36 os 1.36.54.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [ec4632f917dc4b6fdc931f0a67dc019e8a4541ef]

        INTEGRATION: CWS os98 (1.16.374); FILE MERGED 2007/06/18 13:40:36 os 1.16.374.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [2e72105386721e970e344dceb996ddbf0d41b061]

        INTEGRATION: CWS os98 (1.34.354); FILE MERGED 2007/06/18 13:40:36 os 1.34.354.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [7a33649ba23c88ba2187f86b5e8a6771cd8836b6]

        INTEGRATION: CWS os98 (1.5.374); FILE MERGED 2007/06/18 13:40:36 os 1.5.374.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [48bd1b70daf597d2f4a6c1f6087787ef2445768e]

        INTEGRATION: CWS os98 (1.16.56); FILE MERGED 2007/06/18 13:40:36 os 1.16.56.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [4f5968b4313653ff0c37856f1d6aa15003fccd4e]

        INTEGRATION: CWS os98 (1.25.56); FILE MERGED 2007/06/18 13:40:36 os 1.25.56.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [e52cbd19d591a395790c8dc151d5df233ca2e4e4]

        INTEGRATION: CWS os98 (1.51.72); FILE MERGED 2007/06/26 07:10:52 os 1.51.72.2: #i77685# handmade language list changed to use of MsLangId::convertLanguageToIsoString and back 2007/06/22 12:28:51 os 1.51.72.1: #i77685# added missing language from source/source/dialog/langtab.src

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [dc1577914eb4bc6c0a631a16af62ab4cbb8cd3db]

        INTEGRATION: CWS os98 (1.10.354); FILE MERGED 2007/06/18 13:40:36 os 1.10.354.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [5b13df449ca4e49f81fbf1e7a9659f6750f866b7]

        INTEGRATION: CWS os98 (1.40.272); FILE MERGED 2007/06/25 14:11:44 os 1.40.272.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [8ed38db1a15fbfe0344a28262d8bd48c5a3918d7]

        INTEGRATION: CWS os98 (1.78.22); FILE MERGED 2007/06/25 14:11:02 os 1.78.22.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d39da352852bf6da555249477904f057c0859043]

        INTEGRATION: CWS os98 (1.87.244); FILE MERGED 2007/06/25 14:10:48 os 1.87.244.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [858a32194954a88a4c81916d8bfefc05af1ebf68]

        INTEGRATION: CWS os98 (1.14.354); FILE MERGED 2007/06/25 14:01:57 os 1.14.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [daa4531dff220adbe4590880ea3e6b53bac91866]

        INTEGRATION: CWS os98 (1.46.156); FILE MERGED 2007/06/25 14:01:57 os 1.46.156.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d06ac21902ca59d5c1a18c4e6c9ee37ba7551af9]

        INTEGRATION: CWS os98 (1.46.354); FILE MERGED 2007/06/25 14:01:57 os 1.46.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [6742cdb6fc2fe3be84159e4663943bdbcf5dccf6]

        INTEGRATION: CWS os98 (1.28.56); FILE MERGED 2007/06/25 14:01:21 os 1.28.56.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [281cf81d26c82c061913dce803a0004e3ded5eab]

        INTEGRATION: CWS os98 (1.22.70); FILE MERGED 2007/06/25 14:01:01 os 1.22.70.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [68d74633ad1c63277afde3944ebceedb026b79b8]

        INTEGRATION: CWS os98 (1.5.354); FILE MERGED 2007/06/25 14:00:24 os 1.5.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [41ecf1023e87318627e98320d037fa2fd5586a19]

        INTEGRATION: CWS os98 (1.13.344); FILE MERGED 2007/06/25 14:00:05 os 1.13.344.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [3ff6f3e1159ae1c175a1a45c9d7971240d3f8dee]

        INTEGRATION: CWS os98 (1.35.56); FILE MERGED 2007/06/25 14:00:41 os 1.35.56.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [6a990c32b5c0b8f988354ccdee608e112ff25191]

        INTEGRATION: CWS os98 (1.52.44); FILE MERGED 2007/06/25 13:59:19 os 1.52.44.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [e09a122f93a0c59ab8a44830ce73821f1f55ef1c]

        INTEGRATION: CWS os98 (1.3.842); FILE MERGED 2007/06/25 13:59:38 os 1.3.842.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [d35a4a08724231cc0696fc57776eca7461f81f1b]

        INTEGRATION: CWS os98 (1.10.354); FILE MERGED 2007/06/25 13:57:33 os 1.10.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [80f015bf7f6f687d624bf401c91da9401388edad]

        INTEGRATION: CWS os98 (1.39.354); FILE MERGED 2007/06/25 13:57:33 os 1.39.354.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [c3e96f9b9718a8312886ebda3d2ba7c772664db6]

        INTEGRATION: CWS os98 (1.2.842); FILE MERGED 2007/06/25 13:50:40 os 1.2.842.1: #i78461# remove MAC code

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [8f035bde38a6516a24cc4f7855f16584885b46fd]

        INTEGRATION: CWS os98 (1.30.8); FILE MERGED 2007/06/18 13:46:50 os 1.30.8.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [db7d8fde0ec2bab128cca1581a6dd64450ab1c8b]

        INTEGRATION: CWS os98 (1.7.8); FILE MERGED 2007/06/18 13:46:50 os 1.7.8.1: #i78461# MAC code removed

2007-07-12  Ivo Hinkelmann  <ihi@openoffice.org>  [31ac561fdd1c8b78aa05aecc61bd7f1118641a00]

        INTEGRATION: CWS os98 (1.4.196); FILE MERGED 2007/06/18 13:46:50 os 1.4.196.1: #i78461# MAC code removed

2007-07-12  Ocke Janssen  <oj@openoffice.org>  [48962f5aece13aa31597c98227f76d9f491baa18]

        #i79464# string removed

2007-07-12  Ocke Janssen  <oj@openoffice.org>  [6db81384b8db1ab51791734634b4cfc60a3b29cb]

        #i79464# string changes

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9ccc5c6b6db709fa9bd95e0dd95689eaed642974]

        INTEGRATION: CWS stclient (1.196.24); FILE MERGED 2007/07/02 11:30:24 is 1.196.24.1: #b6573281# replacing variables in Jobs.xcu

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [1a77908732a9df0e8cbb796e1b7f664a97d83194]

        INTEGRATION: CWS stclient (1.1.2); FILE ADDED 2007/06/25 09:29:20 obr 1.1.2.1: #6573281# wrapper script for running stclient on Solaris

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [6569b8a2f0ca8420bdd66303ee17e1e949c9922c]

        INTEGRATION: CWS stclient (1.11.48); FILE MERGED 2007/06/25 09:29:20 obr 1.11.48.1: #6573281# wrapper script for running stclient on Solaris

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [6355ff88abad2ef54b77a2f73358944d37c60a6a]

        INTEGRATION: CWS stclient (1.15.20); FILE MERGED 2007/06/25 09:29:21 obr 1.15.20.1: #6573281# wrapper script for running stclient on Solaris

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [c582b21de9aab31b2376fcb172e0969fb6dfc5ea]

        INTEGRATION: CWS stclient (1.16.22); FILE MERGED 2007/07/03 07:43:38 obr 1.16.22.1: #b6573281# the answer to all questions

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [b3c4b22602628de26625cd75f866a0826e08078f]

        INTEGRATION: CWS stclient (1.16.288); FILE MERGED 2007/07/04 10:03:21 is 1.16.288.1: #b6573281# new source service tag

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3698e081e525198c2f115b560bdea0cfae3857f1]

        INTEGRATION: CWS stclient (1.111.38); FILE MERGED 2007/06/28 13:50:18 as 1.111.38.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [39b5543e64eabe9c5382bb07a65d00423aea7262]

        INTEGRATION: CWS stclient (1.6.134); FILE MERGED 2007/06/28 13:50:18 as 1.6.134.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [c61477eea700c9c47a70434500bc9d36b83fc74a]

        INTEGRATION: CWS stclient (1.1.2); FILE ADDED 2007/07/03 07:46:00 as 1.1.2.2: #b6573281# use special mode of system shell execute to non quote arguments 2007/06/28 13:42:42 as 1.1.2.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9484f0f8fd68de8652e1f3bffd8f6db8fa5b12b0]

        INTEGRATION: CWS stclient (1.6.194); FILE MERGED 2007/06/28 13:50:18 as 1.6.194.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e8ecca5ea3b988b549b078027982842d563411af]

        INTEGRATION: CWS stclient (1.1.2); FILE ADDED 2007/06/28 13:45:18 as 1.1.2.1: #b6573281# share job protocol related properties

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [539e36fce560c1afe082fbf80180c2dfd082140a]

        INTEGRATION: CWS stclient (1.10.134); FILE MERGED 2007/06/28 13:50:18 as 1.10.134.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [d664c34fd1be96fa91e794a06bff4fb05afb29c0]

        INTEGRATION: CWS stclient (1.1.2); FILE ADDED 2007/06/28 13:42:24 as 1.1.2.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [1fc682b4d28e7465e81c487a8e1f39d642e84676]

        INTEGRATION: CWS stclient (1.1.2); FILE ADDED 2007/06/28 13:45:06 as 1.1.2.1: #b6573281# share job protocol related properties

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5b78a8e1add25f354152cf38a2b09c8aa2a48c44]

        INTEGRATION: CWS stclient (1.41.68); FILE MERGED 2007/06/28 13:50:17 as 1.41.68.1: #b6573281# new job to system-shell-exec binding

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [08656a3e8f551223cf7d649ab8f430096e7fe550]

        #i10000# build fix

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [832a33b4017b6677841ac8bb4bee6c49d1106db1]

        INTEGRATION: CWS native93 (1.45.88); FILE MERGED 2007/07/02 15:37:08 is 1.45.88.1: #i73826# introducing OOo base version for all products

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [83bbeeb6122083b72ada51f5b094119716c84f10]

        INTEGRATION: CWS native93 (1.5.80); FILE MERGED 2007/06/25 13:07:47 is 1.5.80.1: #i78692# esperanto

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [1a95af6f9babbbadfa2acac6d832812799d59681]

        INTEGRATION: CWS native93 (1.4.80); FILE MERGED 2007/07/03 14:40:01 is 1.4.80.3: #i78692# setting correct parent for esperanto 2007/07/03 13:47:56 is 1.4.80.2: #i78692# setting correct parent for esperanto 2007/06/25 13:07:46 is 1.4.80.1: #i78692# esperanto

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7f5975612a13e5041b79cb39722db360fb1258ea]

        INTEGRATION: CWS native93 (1.52.12); FILE MERGED 2007/07/02 15:34:44 is 1.52.12.1: #i73826# introducing OOo base version for all products

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [8b7d752f998259286a38997542b06558eb12bde2]

        INTEGRATION: CWS native93 (1.34.74); FILE MERGED 2007/07/03 09:56:38 is 1.34.74.1: #i74914# including extension in 8+3 filename

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [b168164daef720cf2bbc1fd78a2626d652791e95]

        INTEGRATION: CWS native93 (1.16.282); FILE MERGED 2007/07/02 15:36:14 is 1.16.282.1: #i73826# introducing OOo base version for all products

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [cff4370cbcceeb0d833b6535402305a7887250e3]

        INTEGRATION: CWS native93 (1.69.72); FILE MERGED 2007/07/02 15:36:13 is 1.69.72.1: #i73826# introducing OOo base version for all products

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7e384aec90b40fe7dd7a71f4f39ad1b89f59d9d8]

        INTEGRATION: CWS native93 (1.87.70); FILE MERGED 2007/07/02 15:36:13 is 1.87.70.1: #i73826# introducing OOo base version for all products

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [97a50a67ebeec91dbbfc918f8c3df9935e86c60b]

        INTEGRATION: CWS sysui23 (1.15.10); FILE MERGED 2007/07/03 12:32:08 ihi 1.15.10.1: #i79062# remove bonobo

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [0a042272188feff82614c90daa2afda6fd1adca8]

        INTEGRATION: CWS sysui23 (1.20.10); FILE MERGED 2007/07/02 15:53:26 ihi 1.20.10.1: #i79028# debian fix

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [8d2998b99ccadba9b604d0bfb20206bb2e44d5e4]

        #i10000# build fix

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [ec4a405537f33b1b70b1cc53f487066d667ce3fe]

        #i10000# build fix

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5fc78de841dd5e6dfe2e2e08a5fe0f2324aee472]

        INTEGRATION: CWS mba23issues03 (1.203.6); FILE MERGED 2007/06/14 09:47:35 mba 1.203.6.2: #i78304: allow to terminate office immediately for performance measurements 2007/06/14 09:42:59 mba 1.203.6.1: #i54275#: disable recovery via environment variable

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e738d094187d00d5d7ef1f39e7bee826a83a3470]

        INTEGRATION: CWS mba23issues03 (1.8.696); FILE MERGED 2007/06/14 09:38:31 mba 1.8.696.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [d454cff3e992a6e7e2dd4600401a661439548b91]

        INTEGRATION: CWS mba23issues03 (1.13.6); FILE MERGED 2007/06/28 20:58:04 mba 1.13.6.2: #i48409#: patch flags for new transformation 2007/06/14 09:38:31 mba 1.13.6.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [bd6448094fdc6d94d4c7c01e4169f77fc1ccb925]

        INTEGRATION: CWS mba23issues03 (1.36.6); FILE MERGED 2007/06/14 09:38:30 mba 1.36.6.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [ec2cf2fe0053f6e7b03096ea5544baed290afc7b]

        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>  [15579603c7721bf7ba47cf8ca37499c84fc4fe42]

        INTEGRATION: CWS mba23issues03 (1.47.68); FILE MERGED 2007/06/14 18:56:04 mba 1.47.68.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e974646e29838980d321190b098c376595b25688]

        INTEGRATION: CWS mba23issues03 (1.15.102); FILE MERGED 2007/06/14 18:56:04 mba 1.15.102.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [d46df0ba1a29a9080ff8b3d6647840e13453d0e9]

        INTEGRATION: CWS mba23issues03 (1.88.52); FILE MERGED 2007/06/14 18:56:04 mba 1.88.52.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [6fc593dcb785cf8057820a1873a3e77a01f546af]

        INTEGRATION: CWS mba23issues03 (1.51.44); FILE MERGED 2007/06/14 18:56:03 mba 1.51.44.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3be44f61e900af4ad3280ae7c3445c4a8b49d8be]

        INTEGRATION: CWS mba23issues03 (1.55.44); FILE MERGED 2007/06/14 18:56:03 mba 1.55.44.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [9f1b237b64f9ce7b5498fa3b2798b31fcd87fce8]

        INTEGRATION: CWS mba23issues03 (1.33.158); FILE MERGED 2007/06/27 11:12:44 mba 1.33.158.1: #i78517#: prepare for 64Bit pointers

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [dd1bd062a0d35c2b52e2325cbc71f91b74e06b64]

        INTEGRATION: CWS mba23issues03 (1.20.44); FILE MERGED 2007/06/14 18:56:03 mba 1.20.44.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [95c6bea3d4b567a90b6fd3d7d84ad0a3afea32da]

        INTEGRATION: CWS mba23issues03 (1.51.24); FILE MERGED 2007/06/27 11:12:44 mba 1.51.24.1: #i78517#: prepare for 64Bit pointers

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [86b3d6e5b9f524ce1f28e128e547f87b2fccf177]

        INTEGRATION: CWS mba23issues03 (1.14.206); FILE MERGED 2007/06/14 18:56:02 mba 1.14.206.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [35e77f831ac054ccdc7e098b58cc7ab97fbfe699]

        INTEGRATION: CWS mba23issues03 (1.29.222); FILE MERGED 2007/06/14 18:56:02 mba 1.29.222.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [ea1649d2bc10689e20f16cf95c9abbaf48f0f7c1]

        INTEGRATION: CWS mba23issues03 (1.49.78); FILE MERGED 2007/06/14 18:56:02 mba 1.49.78.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [eed4f1bddaceac006a4c2e76e7b934c8a1aa7fa1]

        INTEGRATION: CWS mba23issues03 (1.31.96); FILE MERGED 2007/06/14 18:56:02 mba 1.31.96.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [dd6a3326cf907892d215a79565d594deebf14bde]

        INTEGRATION: CWS mba23issues03 (1.58.90); FILE MERGED 2007/06/14 18:56:02 mba 1.58.90.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [c4b85c7c349066ee792019fbd3c1fbe96b6b94bf]

        INTEGRATION: CWS mba23issues03 (1.2.68); FILE MERGED 2007/06/27 11:13:15 mba 1.2.68.1: #i78517#: prepare for 64Bit pointers

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [cb065208af2dbed65e9351ab22e128eda7404210]

        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-11  Ivo Hinkelmann  <ihi@openoffice.org>  [01371d2e31f937379793032e24a522d3b81a7547]

        INTEGRATION: CWS mba23issues03 (1.3.100); FILE MERGED 2007/06/14 18:55:37 mba 1.3.100.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [0f4c48ce203c0e0720b7e6e20b9accf8f2299562]

        INTEGRATION: CWS mba23issues03 (1.1.2); FILE ADDED 2007/06/14 09:36:25 mba 1.1.2.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [03ea8d2eb81ca8b26ba7fc6dd823e0bced19694d]

        INTEGRATION: CWS mba23issues03 (1.1.2); FILE ADDED 2007/06/14 09:36:24 mba 1.1.2.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [39a96d8c6880ecc7bcbe67496682006399d9c032]

        INTEGRATION: CWS mba23issues03 (1.1.2); FILE ADDED 2007/07/02 20:07:44 mba 1.1.2.1: #i48409#: avoid WikiPedia as part of filter and type names

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4cb220a5f5d316218093f91f5fea2030caa814dd]

        INTEGRATION: CWS mba23issues03 (1.1.2); FILE ADDED 2007/07/02 20:06:57 mba 1.1.2.1: #i48409#: avoid WikiPedia as part of filter and type names

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3bf8135afa666a090323b0dabb3a2eb8b9524bce]

        INTEGRATION: CWS mba23issues03 (1.7.400); FILE MERGED 2007/07/02 20:09:33 mba 1.7.400.2: #i48409#: MediaWiki filter also for WriterWeb 2007/06/14 09:36:24 mba 1.7.400.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [1a6df98bc651b471f8762782cfd31e76f56d34fe]

        INTEGRATION: CWS mba23issues03 (1.24.376); FILE MERGED 2007/06/14 09:36:24 mba 1.24.376.1: #i48409#: new MediaWiki export filter for Writer

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e253535e7a283b6dfb18df633f1b9af5f0e9913a]

        INTEGRATION: CWS mba23issues03 (1.3.18); FILE MERGED 2007/06/14 18:55:47 mba 1.3.18.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [627b2e6329427d9fec99613d517f37909750ab4d]

        INTEGRATION: CWS mba23issues03 (1.7.2); FILE MERGED 2007/06/14 18:55:47 mba 1.7.2.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e8ddef22c00665b527705be405bb393c7706de00]

        INTEGRATION: CWS mba23issues03 (1.6.18); FILE MERGED 2007/06/14 18:55:47 mba 1.6.18.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [81f63132237e264e52296a9739abe4018f78c23a]

        INTEGRATION: CWS mba23issues03 (1.26.50); FILE MERGED 2007/06/14 18:56:30 mba 1.26.50.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3e9e8723f6f775f0d6ed9869c2e2cc65e313c1c2]

        INTEGRATION: CWS mba23issues03 (1.9.50); FILE MERGED 2007/06/14 18:56:30 mba 1.9.50.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [6f990e690e745ac7352b117617cec95812508a42]

        INTEGRATION: CWS mba23issues03 (1.8.82); FILE MERGED 2007/06/14 18:55:11 mba 1.8.82.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [05a29b3d242bae0c76cd6176fb64459beb747691]

        INTEGRATION: CWS mba23issues03 (1.3.222); FILE MERGED 2007/06/14 18:55:11 mba 1.3.222.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [dd715fd3ec9f0771e386afb8a83cae3ff44ff39a]

        INTEGRATION: CWS mba23issues03 (1.11.60); FILE MERGED 2007/06/14 18:55:11 mba 1.11.60.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [8a910e35afe234446cd61dcadae987fcdd19ca7f]

        INTEGRATION: CWS mba23issues03 (1.4.94); FILE MERGED 2007/06/14 18:55:11 mba 1.4.94.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [43d13825d61a8939a660f4d49969d3661aaccb7a]

        INTEGRATION: CWS mba23issues03 (1.6.94); FILE MERGED 2007/06/14 18:55:11 mba 1.6.94.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [725bbe165c1c6d3d24c7e6fb75bb6b145e980dbd]

        INTEGRATION: CWS mba23issues03 (1.4.222); FILE MERGED 2007/06/14 18:55:11 mba 1.4.222.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [393884925c1d86c04bbe10cfa61ed20f8c792e7b]

        INTEGRATION: CWS mba23issues03 (1.5.94); FILE MERGED 2007/06/14 18:55:10 mba 1.5.94.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5c450ed2bfdbe91d9bb2ce6848f307f5949bc828]

        INTEGRATION: CWS mba23issues03 (1.2.222); FILE MERGED 2007/06/14 18:55:10 mba 1.2.222.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [769e6261f1d2f7ffb957476c05201979ac7b4ffe]

        INTEGRATION: CWS mba23issues03 (1.4.60); FILE MERGED 2007/06/14 18:55:10 mba 1.4.60.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [67467f946565d37f3bf814c368cda2facecf08e2]

        INTEGRATION: CWS mba23issues03 (1.7.60); FILE MERGED 2007/06/14 18:55:10 mba 1.7.60.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [442861177e1a8173c3a197a735ca80edef49a889]

        INTEGRATION: CWS mba23issues03 (1.5.94); FILE MERGED 2007/06/14 11:18:05 mba 1.5.94.1: #i73468#: take some patches to prepare for warnings/errors on 64Bit builds

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e2d0581df55725945ee78fb3368a4798caa6b5dc]

        INTEGRATION: CWS mba23issues03 (1.4.94); FILE MERGED 2007/06/14 11:18:05 mba 1.4.94.1: #i73468#: take some patches to prepare for warnings/errors on 64Bit builds

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7ed78d88183c805b145beee1f848d03251841ec7]

        INTEGRATION: CWS mba23issues03 (1.6.60); FILE MERGED 2007/06/14 11:18:05 mba 1.6.60.1: #i73468#: take some patches to prepare for warnings/errors on 64Bit builds

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [76e3221a65e21d8f5661f993a1901e5d7825a582]

        INTEGRATION: CWS mba23issues03 (1.6.14); FILE MERGED 2007/06/14 11:18:04 mba 1.6.14.1: #i73468#: take some patches to prepare for warnings/errors on 64Bit builds

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [2a38c18449c0d0099026f856347e097f4d9ff7c0]

        INTEGRATION: CWS mba23issues03 (1.17.2); FILE MERGED 2007/06/14 18:55:27 mba 1.17.2.1: #i72366#: remove old MacOS9 code

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [97909d94481d70a73dfc35ce5b84e82a7d154c87]

        INTEGRATION: CWS native95 (1.4.92); FILE MERGED 2007/07/02 11:42:45 is 1.4.92.1: #i78388# new Java 6 udpate 2

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [1e6446af41c1c2c1beaaabe00fc6d01b36878a2d]

        INTEGRATION: CWS native95 (1.7.200); FILE MERGED 2007/07/02 11:42:45 is 1.7.200.1: #i78388# new Java 6 udpate 2

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [da5007182f9074ce77b20edfddb7e1e785e90b14]

        INTEGRATION: CWS aquafilepicker01 (1.193.8); FILE MERGED 2007/06/21 08:02:11 ericb 1.193.8.1: #i78721# set Aqua FilePicker as enabled by default on Mac OS X (aqua)

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [8d5ba3b5ccaab9a9ae6910e10776cd5a0516dd56]

        INTEGRATION: CWS aquafilepicker01 (1.209.48); FILE MERGED 2007/06/16 20:29:34 fheckl 1.209.48.10: RESYNC: (1.230-1.242); FILE MERGED 2007/05/11 21:22:56 fheckl 1.209.48.9: enabling fps_aqua lib only for aqua build 2007/05/09 22:06:36 fheckl 1.209.48.8: RESYNC: (1.222-1.230); FILE MERGED 2007/02/23 11:36:49 ericb 1.209.48.7: #i74798# fix typo 2007/02/23 11:18:59 ericb 1.209.48.6: #i74798# fix missing End 2007/02/23 09:56:03 ericb 1.209.48.5: #i74798# remove useless ifdef/endif 2007/02/10 09:59:44 fheckl 1.209.48.4: RESYNC: (1.216-1.222); FILE MERGED 2007/01/17 22:15:22 fheckl 1.209.48.3: RESYNC: (1.215-1.216); FILE MERGED 2006/12/02 18:32:47 fheckl 1.209.48.2: RESYNC: (1.209-1.215); FILE MERGED 2006/10/06 21:18:35 fheckl 1.209.48.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [8a34fa79fc49308acf3cd019088ffe34b3f5435f]

        INTEGRATION: CWS aquafilepicker01 (1.126.16); FILE MERGED 2007/06/16 20:19:32 fheckl 1.126.16.7: RESYNC: (1.129-1.130); FILE MERGED 2007/05/11 07:56:43 fheckl 1.126.16.6: adding comment to describe changes 2007/05/11 07:39:54 fheckl 1.126.16.5: guarding sfx2 changes only  for aqua version 2007/05/09 20:59:24 fheckl 1.126.16.4: RESYNC: (1.128-1.129); FILE MERGED 2007/02/23 10:10:00 ericb 1.126.16.3: #i74798# remove precompiled headers changes 2006/12/02 17:58:33 fheckl 1.126.16.2: RESYNC: (1.126-1.128); FILE MERGED 2006/10/06 21:18:34 fheckl 1.126.16.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [795cabb628be22dedd11902134fe69f28354c4c6]

        INTEGRATION: CWS aquafilepicker01 (1.42.16); FILE MERGED 2007/06/16 21:31:46 fheckl 1.42.16.1: enabling checkbox to choose between OOo fpicker and native MacOSX file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e2abcd0b0ffec098e235acb2b8858a394462b5ab]

        INTEGRATION: CWS aquafilepicker01 (1.4.6); FILE MERGED 2007/06/16 11:34:19 pjanik 1.4.6.3: #i74798#: Revert back all whitespace changes, add back precompiled include. 2007/06/15 21:25:50 fheckl 1.4.6.2: cleanup changes 2006/10/06 21:18:34 fheckl 1.4.6.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [799bbc84ddf66c749b5ce6cf4f86fce56846cbe9]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/02/20 23:57:42 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:11 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [e247fffaa101ff994a716c8da8989b51a191c8ba]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:55:29 pjanik 1.1.2.6: #i74798#: Whitespace cleanup. 2007/05/12 16:37:29 fheckl 1.1.2.5: adapting to changes since resync 2007/05/09 06:24:47 fheckl 1.1.2.4: Removing unneeded files 2007/04/13 18:26:04 fheckl 1.1.2.3: Adding new files and general update 2007/02/20 23:57:42 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:11 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [4b05afd675bbd70abb54d3dc45ed7ec6d60642d9]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/15 21:25:25 fheckl 1.1.2.5: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.4: some cleanup and last changes 2007/04/13 18:26:04 fheckl 1.1.2.3: Adding new files and general update 2007/02/20 23:57:42 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:11 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [bb66dbfbb6ae6453e50283db074bdeb782337a06]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/15 21:25:25 fheckl 1.1.2.3: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.2: some cleanup and last changes 2006/10/06 21:23:10 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5ea97c1726fb1106ac469da424f121c89226e6b3]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2006/10/06 21:23:10 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [36b4a15266a33761dd184745f65dd440d082fc76]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/05/09 06:12:05 fheckl 1.1.2.2: some cleanup and last changes 2006/10/06 21:23:10 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [67173756f403ec1b6183057c2f74a03e0d5ecfb5]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:55:11 pjanik 1.1.2.7: #i74798#: Whitespace cleanup. 2007/05/09 06:12:05 fheckl 1.1.2.6: some cleanup and last changes 2007/04/28 14:03:54 fheckl 1.1.2.5: Several debug logging changes 2007/04/13 18:26:04 fheckl 1.1.2.4: Adding new files and general update 2007/02/20 23:57:41 fheckl 1.1.2.3: Next phase of aqua file picker after some refactoring 2006/12/02 12:57:27 fheckl 1.1.2.2: Committing MacMeeting version 2006/10/06 21:23:10 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [adc5f97886d926a43b7af5a96f4b507b2839faa6]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:54:58 pjanik 1.1.2.9: #i74798#: Whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.8: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.7: some cleanup and last changes 2007/05/02 22:24:57 fheckl 1.1.2.6: reverting FilterHelper's native format back to OUString fixing bug with wrong default popu selection at "Insert picture" dialog 2007/04/28 14:03:53 fheckl 1.1.2.5: Several debug logging changes 2007/04/13 18:26:04 fheckl 1.1.2.4: Adding new files and general update 2007/02/20 23:57:41 fheckl 1.1.2.3: Next phase of aqua file picker after some refactoring 2006/12/02 12:57:27 fheckl 1.1.2.2: Committing MacMeeting version 2006/10/06 21:23:09 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [032cd16fcafab3fe49f8886bdcd1a9c26677d019]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/15 21:25:25 fheckl 1.1.2.5: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.4: some cleanup and last changes 2007/04/13 18:26:03 fheckl 1.1.2.3: Adding new files and general update 2007/02/20 23:57:41 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:09 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [5fd35e446ff4ab590c32f2f65292e7a10fe6b632]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:54:46 pjanik 1.1.2.6: #i74798#: Whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.5: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.4: some cleanup and last changes 2007/04/13 18:26:03 fheckl 1.1.2.3: Adding new files and general update 2007/02/20 23:57:41 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:09 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [a8f883d9b3fd8b610808d9f3626fa1718aa07739]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:52:02 pjanik 1.1.2.9: #i74798#: Whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.8: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.7: some cleanup and last changes 2007/05/04 22:01:55 fheckl 1.1.2.6: Changed save file name behavior 2007/05/03 22:14:36 fheckl 1.1.2.5: testing default name for save dialogs 2007/04/28 14:03:53 fheckl 1.1.2.4: Several debug logging changes 2007/04/13 18:26:03 fheckl 1.1.2.3: Adding new files and general update 2007/02/20 23:57:40 fheckl 1.1.2.2: Next phase of aqua file picker after some refactoring 2006/10/06 21:23:08 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [89b3a5b26a040f2b1a655826a0e34a84598515f8]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/07/09 19:07:48 fheckl 1.1.2.15: Issues #78252 #77843 instant aqua fpicker crashes 2007/06/16 11:51:17 pjanik 1.1.2.14: #i74798#: Whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.13: cleanup changes 2007/05/22 19:51:03 fheckl 1.1.2.12: fixing problem when switching between OOo picker and native picker 2007/05/09 06:12:05 fheckl 1.1.2.11: some cleanup and last changes 2007/05/04 22:01:55 fheckl 1.1.2.10: Changed save file name behavior 2007/05/03 22:34:49 fheckl 1.1.2.9: default save name improvements 2007/05/03 22:14:36 fheckl 1.1.2.8: testing default name for save dialogs 2007/05/02 22:24:57 fheckl 1.1.2.7: reverting FilterHelper's native format back to OUString fixing bug with wrong default popu selection at "Insert picture" dialog 2007/04/28 14:03:53 fheckl 1.1.2.6: Several debug logging changes 2007/04/13 18:26:02 fheckl 1.1.2.5: Adding new files and general update 2007/02/23 07:28:22 fheckl 1.1.2.4: some more refactoring 2007/02/20 23:57:40 fheckl 1.1.2.3: Next phase of aqua file picker after some refactoring 2006/12/02 12:57:27 fheckl 1.1.2.2: Committing MacMeeting version 2006/10/06 21:23:08 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [bb406e255967ea2d003ad6416c5654d31bdb9817]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:39:34 pjanik 1.1.2.2: #i74798#: Add license header. 2007/04/13 18:26:01 fheckl 1.1.2.1: Adding new files and general update

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [52596d9a86527bc8e901b409df20dc90872acc8e]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:42:19 pjanik 1.1.2.8: #i74798#: Add license header, whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.7: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.6: some cleanup and last changes 2007/05/02 22:24:57 fheckl 1.1.2.5: reverting FilterHelper's native format back to OUString fixing bug with wrong default popu selection at "Insert picture" dialog 2007/04/28 14:03:53 fheckl 1.1.2.4: Several debug logging changes 2007/04/13 18:26:00 fheckl 1.1.2.3: Adding new files and general update 2007/02/23 07:28:22 fheckl 1.1.2.2: some more refactoring 2007/02/20 23:57:39 fheckl 1.1.2.1: Next phase of aqua file picker after some refactoring

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [035d20bd248b4f958c185001752688ef88318af6]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:41:46 pjanik 1.1.2.8: #i74798#: Add license header, whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.7: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.6: some cleanup and last changes 2007/05/02 22:24:57 fheckl 1.1.2.5: reverting FilterHelper's native format back to OUString fixing bug with wrong default popu selection at "Insert picture" dialog 2007/04/28 14:03:53 fheckl 1.1.2.4: Several debug logging changes 2007/04/13 18:26:00 fheckl 1.1.2.3: Adding new files and general update 2007/02/23 07:28:21 fheckl 1.1.2.2: some more refactoring 2007/02/20 23:57:39 fheckl 1.1.2.1: Next phase of aqua file picker after some refactoring

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [73489b7b2ddd410f84292ea15377b803a5d7c964]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:50:30 pjanik 1.1.2.3: #i74798#: Whitespace cleanup. 2007/05/09 06:12:05 fheckl 1.1.2.2: some cleanup and last changes 2006/10/06 21:23:08 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [2be47407e6e6545e7b18dc408f6ff32d047ac934]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:49:58 pjanik 1.1.2.3: #i74798#: Whitespace cleanup. 2007/05/09 06:12:05 fheckl 1.1.2.2: some cleanup and last changes 2006/10/06 21:23:07 fheckl 1.1.2.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [57f37166f5266166d05e8c494d48ee46b3d35965]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:41:28 pjanik 1.1.2.3: #i74798#: Add license header, whitespace cleanup. 2007/04/28 14:03:53 fheckl 1.1.2.2: Several debug logging changes 2007/04/13 18:26:00 fheckl 1.1.2.1: Adding new files and general update

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [66d6cbcbf652f1873368faa7e03a119ff939b1c5]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:41:05 pjanik 1.1.2.5: #i74798#: Add license header, whitespace cleanup. 2007/06/15 21:25:25 fheckl 1.1.2.4: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.3: some cleanup and last changes 2007/04/28 14:03:53 fheckl 1.1.2.2: Several debug logging changes 2007/04/13 18:25:59 fheckl 1.1.2.1: Adding new files and general update

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [7da0ebe121b5b07dfd3f020b23e9622628f12a82]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:39:12 pjanik 1.1.2.7: #i74798#: Add license header. 2007/06/15 21:25:25 fheckl 1.1.2.6: cleanup changes 2007/05/09 06:12:05 fheckl 1.1.2.5: some cleanup and last changes 2007/05/02 22:24:57 fheckl 1.1.2.4: reverting FilterHelper's native format back to OUString fixing bug with wrong default popu selection at "Insert picture" dialog 2007/04/28 14:03:52 fheckl 1.1.2.3: Several debug logging changes 2007/04/13 18:25:58 fheckl 1.1.2.2: Adding new files and general update 2007/02/20 23:57:39 fheckl 1.1.2.1: Next phase of aqua file picker after some refactoring

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [3f9354c601a9962ab85f35288d460bf4e65df0b3]

        INTEGRATION: CWS aquafilepicker01 (1.1.2); FILE ADDED 2007/06/16 11:38:16 pjanik 1.1.2.6: #i74798#: Add license header, whitespace cleanup. 2007/05/09 06:12:05 fheckl 1.1.2.5: some cleanup and last changes 2007/05/03 07:28:30 fheckl 1.1.2.4: change implementation of CFStringToOUString 2007/04/28 14:03:52 fheckl 1.1.2.3: Several debug logging changes 2007/04/13 18:25:58 fheckl 1.1.2.2: Adding new files and general update 2007/02/20 23:57:38 fheckl 1.1.2.1: Next phase of aqua file picker after some refactoring

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [fde61dccd94d0a535924d5c0470604782d4f4925]

        INTEGRATION: CWS aquafilepicker01 (1.5.142); FILE MERGED 2007/02/10 09:39:54 fheckl 1.5.142.2: RESYNC: (1.5-1.6); FILE MERGED 2006/10/06 21:18:33 fheckl 1.5.142.1: Initial version of MacOSX native file picker

2007-07-11  Ivo Hinkelmann  <ihi@openoffice.org>  [f7e57c7e27c5511aa82608b71333a735d7e3ee96]

        INTEGRATION: CWS aquafilepicker01 (1.10.170); FILE MERGED 2006/12/02 17:37:44 fheckl 1.10.170.2: RESYNC: (1.10-1.11); FILE MERGED Adding aqua directory 2006/10/06 21:18:33 fheckl 1.10.170.1: Initial version of MacOSX native file picker

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [7b817ce7ff9d93550f820963f09acf3554eca3bd]

        INTEGRATION: CWS devguide01 (1.14.68); FILE MERGED 2007/06/14 12:54:50 jsc 1.14.68.1: #i75138# correct docu

2007-07-10  Sven Jacobi  <sj@openoffice.org>  [4940b550d378f482da68860dd51aabf0453d84fc]

        some minor bugfixes

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [79558de95227d12472f3fe50c23fa93db0d58729]

        INTEGRATION: CWS devguide01 (1.8.318); FILE MERGED 2007/06/14 12:38:40 jsc 1.8.318.1: #i69115# correct typo

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [72e7906650e1b6861636b452b895fa4b7ff3e06b]

        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>  [98ff42d5dd317fdefe2e109ac1ba5b689d2ac988]

        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>  [2a566ac0128a43c741d60dc365a6db4633c48741]

        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>  [e39e33ef31063f584a69eab7419086299c0dded6]

        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>  [93ae09d746a876d4d67721b39fbfaa497912e7b6]

        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>  [5608aa543354e3a958638bf79de5c80af9311053]

        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>  [6b2815b3e44f31a3ec57f4eed04e84748b890315]

        INTEGRATION: CWS receditor (1.1.2); FILE ADDED 2007/06/26 14:41:10 ihi 1.1.2.1: #i75595# recommand editor

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [1f93384be9db4a44b14069d04965de9edbcea854]

        #i10000# build fix

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [252bd67554271f2b43bc63b477b57423f90ada3d]

        #i10000# build fix

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [82fae2ae86cd36d40e246e980d5b1b832c8054af]

        INTEGRATION: CWS fwk66 (1.70.38); FILE MERGED 2007/06/26 05:23:45 pb 1.70.38.2: RESYNC: (1.70-1.71); FILE MERGED 2007/06/11 07:35:27 cd 1.70.38.1: #i36213# Added error message for broken language detection at startup

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d3e059cc7bc1b4e52b21aa2010ad4d7740b3d7f5]

        INTEGRATION: CWS fwk66 (1.22.276); FILE MERGED 2007/06/26 05:23:37 pb 1.22.276.2: RESYNC: (1.22-1.23); FILE MERGED 2007/06/11 07:35:27 cd 1.22.276.1: #i36213# Added error message for broken language detection at startup

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [592c84469270c2714c00e12136742a30bf6d2b03]

        INTEGRATION: CWS fwk66 (1.202.30); FILE MERGED 2007/06/26 05:23:29 pb 1.202.30.3: RESYNC: (1.203-1.204); FILE MERGED 2007/06/18 10:39:48 pb 1.202.30.2: RESYNC: (1.202-1.203); FILE MERGED 2007/06/11 07:35:27 cd 1.202.30.1: #i36213# Added error message for broken language detection at startup

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e8b6dce32268c286746a9070a668b57c55a0d6b1]

        INTEGRATION: CWS fwk66 (1.196.30); FILE MERGED 2007/07/04 11:05:51 pb 1.196.30.1: fix: #i45491# patch Compatibility.xcu too

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [1093e26b489d51afecac6ee02f3fcd18db2247eb]

        INTEGRATION: CWS fwk66 (1.26.48); FILE MERGED 2007/06/07 14:09:38 mav 1.26.48.1: #i77255# use filter options

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [01fba6a07b60cde5f9eaa28192f4b247c5e949e8]

        INTEGRATION: CWS fwk66 (1.43.30); FILE MERGED 2007/06/07 10:46:32 pb 1.43.30.3: fix: #i63848# move Timer* to pImp 2007/06/06 12:55:03 pb 1.43.30.2: fix: #i78020# linux warnings removed 2007/05/09 11:13:23 cd 1.43.30.1: #i63848# Use Timer to write position of docking window. Prevents massive i/o during window move operations

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [23b6d7ed0dfec30294abd6a9e3cfed81dbc2c0df]

        INTEGRATION: CWS fwk66 (1.44.304); FILE MERGED 2007/06/05 22:00:30 pb 1.44.304.2: RESYNC: (1.44-1.45); FILE MERGED 2007/04/25 16:54:47 pb 1.44.304.1: fix: #i75754 new arrangement of some controls for more space for text

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [5716d1a8ac414852b513b87c635a37feaca73398]

        INTEGRATION: CWS fwk66 (1.36.94); FILE MERGED 2007/06/05 22:00:03 pb 1.36.94.2: RESYNC: (1.36-1.37); FILE MERGED 2007/04/25 16:51:24 pb 1.36.94.1: fix: #i75754 recalc second tab of EntriesBox

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [b7510739005743cb7442b40d08028d0c815f5994]

        INTEGRATION: CWS fwk66 (1.2.10); FILE MERGED 2007/06/07 10:45:36 pb 1.2.10.2: fix: #i63848# move Timer* to pImp 2007/05/09 11:13:22 cd 1.2.10.1: #i63848# Use Timer to write position of docking window. Prevents massive i/o during window move operations

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [2a0a1b4eea679eaf739a0cc99410b80b4e9a81f3]

        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>  [eb6cf7ceb7eb63e7cadff67142edcd9463df42c2]

        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>  [04d19bda33eb8528b36992115e77ca2414ddd06a]

        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>  [55be80bb533e7cc418f4a8478d57e6181167350a]

        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>  [96128dd1a78d353bf1d6c07d557cb1fed9e00832]

        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>  [cce37b91f0c19c956653a064c4da5c83cd26cf6c]

        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>  [556cc9fb7e068a80c0a7fb3a66178d5509357f1b]

        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>  [c9ee3f4ba8cbb6a43a6701f48477a88ef2bb21a7]

        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>  [35670d30c989c31097cea66da579eac6d295301b]

        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>  [9bc2e39125180189411d6e3511b9bd390c358f60]

        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>  [86659ab6d14f326ad5412f021aa204cc650f0d5c]

        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>  [251fc543770749f247203f61a39eaec3affdcf90]

        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>  [8714bd51e050573c774e6e2ec8fafd73e0a35c6c]

        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>  [a803572c74cc585428e003c30c4b5d8f95b45607]

        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>  [3e01330a65fbcc9ecf35ee1817cb41554a47c63a]

        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>  [a2aa6cfcf7db203500c6e5418b80fcc5cd339717]

        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>  [89c2e6d8c9e4fee488653415e8025a20242504b3]

        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>  [143184466bd79ead8cb16dff0977881a8f8c71a3]

        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>  [5377130930fbe5c24ee3810b0665c5e02482f730]

        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>  [a2a2596b1414bdccd66c678d11161cd9f58719bd]

        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>  [51cd838996a697f8c67e5740b6f098e652b8ebed]

        INTEGRATION: CWS fwk66 (1.1.2); FILE ADDED 2007/07/05 09:51:02 pb 1.1.2.5: fix: #i78020# compile warning removed 2007/06/12 07:49:09 cd 1.1.2.4: #i78020# Fixed some issues with menu and toolbar merging 2007/06/08 14:04:54 cd 1.1.2.3: #i78020# Fixed some problems with the context definition 2007/06/06 15:37:42 pb 1.1.2.2: fix: #i78020# precompiled header directive was missed 2007/06/04 11:11:48 cd 1.1.2.1: #i78020# Helper class for toolbar merging

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [5b83412a22c661677908cf2b8501eab49dfb69a9]

        INTEGRATION: CWS fwk66 (1.33.36); FILE MERGED 2007/06/08 14:04:46 cd 1.33.36.3: #i78020# Fixed some problems with the context definition 2007/06/06 12:56:10 pb 1.33.36.2: fix: #i78020# linux warnings removed 2007/06/04 11:22:21 cd 1.33.36.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [bd9c27c7234471e93d2df63fd1167ff6b9b3acb6]

        INTEGRATION: CWS fwk66 (1.7.32); FILE MERGED 2007/06/04 11:22:21 cd 1.7.32.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [62109ea57677f4fe03fd70a467b836ca59adb66f]

        INTEGRATION: CWS fwk66 (1.4.8); FILE MERGED 2007/06/04 11:22:21 cd 1.4.8.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [fbfe3c7305e107615bb94d64bd20609bc4b5aff6]

        INTEGRATION: CWS fwk66 (1.14.58); FILE MERGED 2007/06/05 06:46:46 pb 1.14.58.2: RESYNC: (1.14-1.15); FILE MERGED 2007/06/04 11:22:21 cd 1.14.58.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e8b823e827828a53dccf2cccfb161897456eecd1]

        INTEGRATION: CWS fwk66 (1.1.2); FILE ADDED 2007/06/12 07:49:09 cd 1.1.2.4: #i78020# Fixed some issues with menu and toolbar merging 2007/06/08 14:04:35 cd 1.1.2.3: #i78020# Fixed some problems with the context definition 2007/06/06 15:37:42 pb 1.1.2.2: fix: #i78020# precompiled header directive was missed 2007/06/04 11:14:21 cd 1.1.2.1: #i78020# Helper class for menubar merging

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [3c471fa5480d58e867e05a1ef474a23aef94b07d]

        INTEGRATION: CWS fwk66 (1.46.34); FILE MERGED 2007/06/06 12:31:57 pb 1.46.34.4: fix: #i78020# linux warnings removed 2007/06/05 06:46:30 pb 1.46.34.3: RESYNC: (1.46-1.47); FILE MERGED 2007/06/04 11:22:21 cd 1.46.34.2: #i78020# Support merging to menu and toolbar for add-ons 2007/04/24 10:32:55 cd 1.46.34.1: #i76565# Fix crash with central add-ons popup menu

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4e15797f6b89979259a447ab7ebed9a4a5079c35]

        INTEGRATION: CWS fwk66 (1.13.130); FILE MERGED 2007/06/04 11:22:03 cd 1.13.130.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [199e5c88163bf83a216244b75d8bbfb208c84789]

        INTEGRATION: CWS fwk66 (1.5.32); FILE MERGED 2007/06/04 11:22:21 cd 1.5.32.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e0170be7b7278deab18258eb447de47df26a4bb7]

        INTEGRATION: CWS fwk66 (1.7.60); FILE MERGED 2007/06/14 10:58:49 cd 1.7.60.1: #i78399# Fixed wrong parameter handling for header/footer popup menu controller

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [01e13b121230a264146596785e8e8cd8dc239edc]

        INTEGRATION: CWS fwk66 (1.18.100); FILE MERGED 2007/06/04 11:22:20 cd 1.18.100.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [7850ea78a0bf9b5f6b49fdb319802cbdafcedbe4]

        INTEGRATION: CWS fwk66 (1.3.100); FILE MERGED 2007/06/04 11:22:20 cd 1.3.100.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ed8f818f831ee54cf2e985b917a3eb30d728e651]

        INTEGRATION: CWS fwk66 (1.4.64); FILE MERGED 2007/06/04 11:22:20 cd 1.4.64.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [a96d30d444d483ffc0ca6a3e0bacd92efd3353ef]

        INTEGRATION: CWS fwk66 (1.6.100); FILE MERGED 2007/06/04 11:22:20 cd 1.6.100.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [09f0acc97a9b54d5b1ab3c6cc873731710c6f073]

        INTEGRATION: CWS fwk66 (1.7.62); FILE MERGED 2007/06/04 11:22:20 cd 1.7.62.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [74a8e792e0db8bfe5d222a1ab37472d4bcda4b0a]

        INTEGRATION: CWS fwk66 (1.4.100); FILE MERGED 2007/06/04 11:22:20 cd 1.4.100.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [219c35c13ff66df89134aae7613de77429527eee]

        INTEGRATION: CWS fwk66 (1.14.36); FILE MERGED 2007/06/04 11:22:20 cd 1.14.36.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [1ff7c3391dbb4715e15e78c4ab29ea0363d7e7ef]

        INTEGRATION: CWS fwk66 (1.63.12); FILE MERGED 2007/06/18 06:57:09 pb 1.63.12.1: fix: #i76867# top window must be a system window

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [6feea1880a1c8fbf215b213d6b50639e5f0c977c]

        INTEGRATION: CWS fwk66 (1.14.70); FILE MERGED 2007/06/06 10:59:29 pb 1.14.70.2: fix: #i78020# linux warnings removed 2007/06/04 11:24:58 cd 1.14.70.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [a28c28b1368eb32ea60290ab3cbdfd37485a969b]

        INTEGRATION: CWS fwk66 (1.1.2); FILE ADDED 2007/06/06 12:03:39 pb 1.1.2.2: fix: #i78020# operator=() needs a return type 2007/06/04 11:10:08 cd 1.1.2.1: #i78020# Helper class for toolbar merging

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [2a3148e868c34ecc03539769983bb8861fe72af8]

        INTEGRATION: CWS fwk66 (1.17.36); FILE MERGED 2007/06/04 11:11:03 cd 1.17.36.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [78d394a01fffb46f8f585f2ac8cc91b3e128aec4]

        INTEGRATION: CWS fwk66 (1.2.174); FILE MERGED 2007/06/04 11:11:03 cd 1.2.174.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [19a1897aa30e4399326448e2beb94707679d8214]

        INTEGRATION: CWS fwk66 (1.2.130); FILE MERGED 2007/06/04 11:11:03 cd 1.2.130.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [e02df09d397774abbb3ff7c94bf2eb852597b5ce]

        INTEGRATION: CWS fwk66 (1.1.2); FILE ADDED 2007/06/06 12:07:05 pb 1.1.2.2: fix: #i78020# operator=() needs a return type 2007/06/04 11:09:44 cd 1.1.2.1: #i78020# Helper class for menu merging

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9745d2590ca8a9a4bfc39b74bdada52d20c2d7ba]

        INTEGRATION: CWS fwk66 (1.18.58); FILE MERGED 2007/06/05 06:34:30 pb 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2007/06/04 11:11:03 cd 1.18.58.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e3707cb2f3aa61bb24f67b8edab3c6cd800dfc]

        INTEGRATION: CWS fwk66 (1.6.298); FILE MERGED 2007/06/04 11:11:03 cd 1.6.298.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [8e03a4978d54cc6133dd3dfdf8b14fbc5623ac6f]

        INTEGRATION: CWS fwk66 (1.3.130); FILE MERGED 2007/06/04 11:11:03 cd 1.3.130.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [697405a860d31e221cb91b201844e44cbd84e6df]

        INTEGRATION: CWS fwk66 (1.3.156); FILE MERGED 2007/06/04 11:11:03 cd 1.3.156.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [56571a975b1ef4521a68ba46c4975899aa8130a4]

        INTEGRATION: CWS fwk66 (1.7.36); FILE MERGED 2007/06/04 11:11:03 cd 1.7.36.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [4b8ad384af3e5d5da15ba1e0f02f4c629f04f8d8]

        INTEGRATION: CWS fwk66 (1.7.174); FILE MERGED 2007/06/04 11:24:23 cd 1.7.174.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [8f4cd7e08a8760b845626ac0c2e73bd5d7243bec]

        INTEGRATION: CWS fwk66 (1.5.298); FILE MERGED 2007/06/05 06:31:37 pb 1.5.298.2: RESYNC: (1.5-1.6); FILE MERGED 2007/06/04 11:24:22 cd 1.5.298.1: #i78020# Support merging to menu and toolbar for add-ons

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [a205c4da1dfadb800f84e26df07c26d6e3c3367a]

        INTEGRATION: CWS fwk66 (1.6.18); FILE MERGED 2007/05/11 13:12:14 pb 1.6.18.1: fix: #76977# 2.2 -> 2.3

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [aa1c44bb492fc165966c8611bcf765cce92437fc]

        INTEGRATION: CWS fwk66 (1.2.164); FILE MERGED 2007/04/17 09:13:13 pb 1.2.164.1: fix: #i41586# Repeat == Ctrl+Shift+Y

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [ab6d520177d9d014f9d87c5cd70b41a10a361826]

        INTEGRATION: CWS fwk66 (1.34.82); FILE MERGED 2007/06/05 20:58:35 pb 1.34.82.2: RESYNC: (1.34-1.36); FILE MERGED 2007/04/26 06:18:58 pb 1.34.82.1: fix: #i75984 don't mirror the preview in RTL layout

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [1a232a3b7b808f88595e5b5617da0381fd5448dc]

        INTEGRATION: CWS fwk66 (1.14.82); FILE MERGED 2007/06/05 20:46:05 pb 1.14.82.2: RESYNC: (1.14-1.16); FILE MERGED 2007/04/26 06:17:36 pb 1.14.82.1: fix: #i75984 don't mirror the preview in RTL layout

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [59db05b0e9d31d7140376f9efe00b3fb7063d1c5]

        INTEGRATION: CWS fwk66 (1.16.78); FILE MERGED 2007/06/07 07:37:12 as 1.16.78.1: #i68352# german english

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [41cb6ad0b82efee990f71c492e48a1a6e76c58cf]

        INTEGRATION: CWS fwk66 (1.12.72); FILE MERGED 2007/06/30 12:59:15 pb 1.12.72.3: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES -> STR_EXPAND_WORDSPACE 2007/06/21 10:33:57 pb 1.12.72.2: fix: #i45491# typo removed 2007/06/12 04:00:53 pb 1.12.72.1: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES added

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [28239bb7fdecc19d397135b899ccca0ec5e9080d]

        INTEGRATION: CWS fwk66 (1.8.786); FILE MERGED 2007/06/30 12:58:23 pb 1.8.786.2: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES -> STR_EXPAND_WORDSPACE 2007/06/12 04:00:09 pb 1.8.786.1: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES added

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [3bc92b55ba96017892044fd16cfe97dded7aad85]

        INTEGRATION: CWS fwk66 (1.12.56); FILE MERGED 2007/06/30 13:01:07 pb 1.12.56.2: fix: #i45491# DontJustifyLines -> ExpandWordSpace 2007/06/12 04:03:17 pb 1.12.56.1: fix: #i45491# new flag: DO_NOT_JUSTIFY_LINES_WITH_MANUAL_BREAK

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9c2e80e2a37b5681511af29d234a7441651ba01f]

        INTEGRATION: CWS fwk66 (1.71.26); FILE MERGED 2007/06/11 07:57:46 pb 1.71.26.1: fix: #i45491# SetDoNotJustifyLinesWithManualBreak() added

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [535c74e900fac7c3087549f4ee7f059a4761a6ac]

        INTEGRATION: CWS fwk66 (1.73.28); FILE MERGED 2007/06/30 12:56:51 pb 1.73.28.3: fix: #i45491# IsDontJustifyLines() -> IsExpandWordSpace() 2007/06/26 05:15:09 pb 1.73.28.2: RESYNC: (1.73-1.74); FILE MERGED 2007/06/12 03:55:16 pb 1.73.28.1: fix: #i45491# mbDoNotJustifyLinesWithManualBreak not longer hidden

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [abaeff2b9ba47c80fec827e1b0349e77593686b1]

        INTEGRATION: CWS fwk66 (1.55.28); FILE MERGED 2007/06/11 07:54:21 pb 1.55.28.1: fix: #i45491# SetDoNotJustifyLinesWithManualBreak() added

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [9852a4ffbce6030dd621bf2e553b8f6d662c5e18]

        INTEGRATION: CWS fwk66 (1.2.2); FILE MERGED 2007/07/06 11:10:46 is 1.2.2.1: #i76977# also BrOffice.org in 2.3

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [f55869771e5d032aefa646d0bf50f3e9c4a2a105]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [6fb8f70f749fda7148edca7936761e1d3b82ef77]

        INTEGRATION: CWS fwk66 (1.13.146); FILE MERGED 2007/07/04 10:52:27 pb 1.13.146.3: fix: #i45491# default of ExpandWordSpace now true 2007/06/30 12:42:38 pb 1.13.146.2: fix: #i45491# DontJustifyLines -> ExpandWordSpace 2007/06/11 07:33:15 pb 1.13.146.1: fix: #i45491# DontJustifyLines added

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [6a3d0e6068c25004076a87af22325bcbcf6b6bd0]

        INTEGRATION: CWS fwk66 (1.13.216); FILE MERGED 2007/06/06 12:29:33 cd 1.13.216.1: #i78020# Added merging sets for extensions

2007-07-10  Ivo Hinkelmann  <ihi@openoffice.org>  [6f92b1414cd4ef1782effef7754bb407064d97b8]

        INTEGRATION: CWS fwk66 (1.8.344); FILE MERGED 2007/07/04 11:00:27 pb 1.8.344.3: fix: #i45491# no defaults needed 2007/06/30 12:51:52 pb 1.8.344.2: fix: #i45491# DontJustifyLines -> ExpandWordSpace and default true 2007/06/11 07:34:50 pb 1.8.344.1: fix: #i45491# DontJustifyLines added

2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [8d926802324f4d8e5d79e2b6a45d2819a287eca2]

        #i10000# Create language pack for arabic, too.

2007-07-10  Armin Weiss  <aw@openoffice.org>  [ca0802a859633f0ef03603aff68ef7234c18c9a5]

        #i39532# corrected descriptor, added MapMode pixel change support at process() instead of constructor/destructor

2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [da5e12921da176a6ec5806afc2e2825a7e2a7e76]

        #i79398# Workaround necessary for MSVC. (Patch by er.)

2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [78881c546c21c0a31bf42063f3c65c11784c36a8]

        #i10000# Remove obsolete defines for 'svtools' module. Not necessary any more but prevent usage of precompiled headers.

2007-07-10  Rüdiger Timm  <rt@openoffice.org>  [92342a96f00cec460cd5c6a9e03c9d40dc8d727a]

        #i10000# Fix for precompiled header usage.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [b2a17ad0bcfe4ebb449a426aba4f471987fbf58d]

        #i79378# WaE fixes by pjanik.

2007-07-09  Armin Weiss  <aw@openoffice.org>  [7fa73e5c42f57de7c577d32b57f676c0bd898c7a]

        #i39532# splitted VCLProcessor for meta and pixel rendering

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [ec9fab843b93777561752af4328b166b846dac4a]

        #i79315# Fix 'may be used uninitialized' warning.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [782b91b46162add900776213d848d962fcabe48c]

        #i10000# This is 'jfreereport', not 'reportdesign'.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [a948ed949db959d15381702a96d0ef35c676a2ba]

        #i79379# Fix build break. Patch by pjanik.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [9543f9e7b649d984e17a01b85548cf650875c4c2]

        #i79378# Flag file. Touch it for a rebuild to get zip file built from scratch instead of just updated.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [3e5930a98efcbb3ed1b7349c02a40f093dfd76b0]

        #i10000# Made acronym uniq

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [94ccba3eebc83b58e74e18f0e028c6a995ce6aa6]

        Bring module to HEAD.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [ca3d0f3d0f9a6168ecf35c25d535344b049ec764]

        #i79377# Syntax (badly resolved merge conflict).

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [3fac870aa793f5b4e3053b63614ca22b455f7f62]

        #i79377# shadowing local variable

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [d4a9dd7aad34e2b1516c0103bcc3dcf1300bebe5]

        #79387# Flag file.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [1d093cb9e424ae228883223d92637ead6a550501]

        #i79377# dp_gui_modifiablecontext.hxx removed.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [43729c2b5738f3f9063ed7753a00acd491d905dd]

        #i79375# Avoid warning ('directValue' may be used uninitialized in this function). Patch by pjanik.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [57677dd08107f6b8ecc0e5e1a9bae499aff738cc]

        #i10000# Still in use by module 'soldep'.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [45eb9c4901b8ae54fd5c53fd64498487c81a9663]

        #i10000# Include path.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [462830721d12c661ee88dd5409531138616ca496]

        #i79376# Include path fixes. Patch by pjanik.

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [dd2a52c5f884bbb077e2d54b6f301698bbb6d16b]

        #i79376# Include path fixes. Patch by pjanik.

2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [74c55a8600c87caa83f587b9b428d0eba1e7c0f0]

        new version for SRC680

2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [27dd95bd7437f70450aead1088168631fceee965]

        new version for SRC680

2007-07-09  Vladimir Glazounov  <vg@openoffice.org>  [19c71bebc84d25e3ecc7be8f9ef354b6bbbcffe2]

        new version for SRC680

2007-07-09  Rüdiger Timm  <rt@openoffice.org>  [898e620185a3a00d555b89c7f0a2d562a503b85b]

        #i10000# Include path fixed.

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d80d026c2ccaed5748e464db0e6b4c7218ecc178]

        #i10000# Correct acronym.

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e0d7971191ad08a19f21218843750ce09f6da5c4]

        Bring module to HEAD.

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ee1d32c6f146a764d31a49624ed59b3e345bbc04]

        SRC680

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2c44266e428c779ce0de5fce6577630d344ee6d0]

        INTEGRATION: CWS updchk06 (1.10.18); FILE MERGED 2007/06/28 08:51:00 dv 1.10.18.3: Don't show bubble with empty texts 2007/06/14 11:28:37 dv 1.10.18.2: resource file name must not be changed 2007/06/11 13:12:53 dv 1.10.18.1: Use own resource file for bubble default texts

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f951498e5481b8c75b0ed9f3030179468fb6a2cb]

        INTEGRATION: CWS updchk06 (1.3.40); FILE MERGED 2007/06/29 06:29:27 dv 1.3.40.4: Added SAL_CALL to nextElement() declaration 2007/06/28 23:56:16 obr 1.3.40.3: #i72386# added support for extracting the summary of a feed entry as description 2007/06/25 07:55:48 dv 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2007/06/06 09:45:48 dv 1.3.40.1: #i73657# Added own InteractionHandler

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [47542e505d2f3fa290a43068dfe91a031eac2478]

        INTEGRATION: CWS updchk06 (1.3.40); FILE MERGED 2007/06/25 05:48:20 obr 1.3.40.3: #i72386# DownloadThread added 2007/06/08 14:02:00 obr 1.3.40.2: #i72386# extract download type and a few bug fixes 2007/06/06 09:58:46 obr 1.3.40.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e8ac14aa48dca6711c9211e4a06909c4908edebb]

        INTEGRATION: CWS updchk06 (1.5.40); FILE MERGED 2007/06/29 15:33:37 obr 1.5.40.7: #i72386# create file name from effective url 2007/06/29 11:25:58 obr 1.5.40.6: fixed compiler warning 2007/06/29 10:39:57 obr 1.5.40.5: #i72386# finalized release note support 2007/06/28 23:42:03 obr 1.5.40.4: #i72386# reworked locking code and added support for description 2007/06/27 12:40:15 obr 1.5.40.3: #i72386# added initial support for release notes 2007/06/08 14:02:00 obr 1.5.40.2: #i72386# extract download type and a few bug fixes 2007/06/06 09:58:46 obr 1.5.40.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [25e0c0c74a75db50131265fdbf56e770952a0d06]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/29 10:39:57 obr 1.1.2.5: #i72386# finalized release note support 2007/06/28 23:42:03 obr 1.1.2.4: #i72386# reworked locking code and added support for description 2007/06/27 12:40:15 obr 1.1.2.3: #i72386# added initial support for release notes 2007/06/26 08:22:45 obr 1.1.2.2: #i72386# fixed proxy issue with curl 2007/06/25 05:48:20 obr 1.1.2.1: #i72386# DownloadThread added

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f588f9d71d3c92aeea77d9b5470f4dd9176e9973]

        INTEGRATION: CWS updchk06 (1.1.4); FILE ADDED 2007/06/30 07:00:10 dv 1.1.4.14: Some minor text corrections 2007/06/29 14:19:04 dv 1.1.4.13: Some minor text changes 2007/06/29 12:23:46 dv 1.1.4.12: New function getDefaultInstErrMsg() 2007/06/29 08:36:10 dv 1.1.4.11: Use PRODUCTNAME instead of PRODUKTNAME 2007/06/28 07:15:44 dv 1.1.4.10: New text 'download description' 2007/06/26 09:03:46 dv 1.1.4.9: Got new bubble texts 2007/06/21 08:48:32 dv 1.1.4.8: Added an extra percent object next to the progress bar 2007/06/21 07:10:19 dv 1.1.4.7: Added new function getBubbleTitle 2007/06/20 13:28:49 dv 1.1.4.6: New function setErrorMessage, some more texts 2007/06/16 07:44:47 dv 1.1.4.5: better error handling, changed text acording to spec 2007/06/14 07:47:03 dv 1.1.4.4: Code cleanup, some more strings, new function setDownloadPath() 2007/06/08 06:56:47 dv 1.1.4.3: #i70588# Adapted to new spec 2007/06/06 09:57:32 dv 1.1.4.2: #i70588# Added new dialog 2006/12/11 12:51:31 dv 1.1.4.1: file updatehdl.src was added on branch cws_src680_updchk06 on 2007-06-06 09:57:32 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4114460b66174d38b1a0c2fa9cdc8debdc983b43]

        INTEGRATION: CWS updchk06 (1.1.4); FILE ADDED 2007/06/29 14:07:02 dv 1.1.4.17: Added IsMinimized() 2007/06/29 12:23:46 dv 1.1.4.16: New function getDefaultInstErrMsg() 2007/06/28 07:22:18 dv 1.1.4.15: Allways compile BEFORE checking in :-) 2007/06/28 07:15:44 dv 1.1.4.14: New text 'download description' 2007/06/27 07:58:39 dv 1.1.4.13: Added setDescription() 2007/06/26 08:05:34 dv 1.1.4.12: Bugfixes, cleanup 2007/06/25 06:31:18 dv 1.1.4.11: cleanup, dialog uses desktop as parent 2007/06/21 08:48:32 dv 1.1.4.10: Added an extra percent object next to the progress bar 2007/06/21 07:10:19 dv 1.1.4.9: Added new function getBubbleTitle 2007/06/20 13:28:49 dv 1.1.4.8: New function setErrorMessage, some more texts 2007/06/16 07:44:47 dv 1.1.4.7: better error handling, changed text acording to spec 2007/06/14 07:47:03 dv 1.1.4.6: Code cleanup, some more strings, new function setDownloadPath() 2007/06/12 09:58:38 obr 1.1.4.5: #i72386# added support for version string 2007/06/11 09:13:48 dv 1.1.4.4: Some minor fixes / ui enhancements 2007/06/08 06:56:36 dv 1.1.4.3: #i70588# Adapted to new spec 2007/06/06 09:57:22 dv 1.1.4.2: #i70588# Added new dialog 2006/12/11 12:51:30 dv 1.1.4.1: file updatehdl.hxx was added on branch cws_src680_updchk06 on 2007-06-06 09:57:22 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [95b63f82300b17e36db7dfae13f9568b7e3dc6d9]

        INTEGRATION: CWS updchk06 (1.1.4); FILE ADDED 2007/06/29 12:23:46 dv 1.1.4.10: New function getDefaultInstErrMsg() 2007/06/28 07:15:44 dv 1.1.4.9: New text 'download description' 2007/06/21 08:48:32 dv 1.1.4.8: Added an extra percent object next to the progress bar 2007/06/21 07:10:19 dv 1.1.4.7: Added new function getBubbleTitle 2007/06/20 13:28:49 dv 1.1.4.6: New function setErrorMessage, some more texts 2007/06/16 07:44:47 dv 1.1.4.5: better error handling, changed text acording to spec 2007/06/14 07:47:03 dv 1.1.4.4: Code cleanup, some more strings, new function setDownloadPath() 2007/06/08 06:56:47 dv 1.1.4.3: #i70588# Adapted to new spec 2007/06/06 09:57:32 dv 1.1.4.2: #i70588# Added new dialog 2006/12/11 12:51:30 dv 1.1.4.1: file updatehdl.hrc was added on branch cws_src680_updchk06 on 2007-06-06 09:57:32 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [41dd7bb2f4ddf0432a32de9f8f0b802701920155]

        INTEGRATION: CWS updchk06 (1.1.4); FILE ADDED 2007/07/02 11:28:32 dv 1.1.4.22: Show cancel warning when in download paused mode, too 2007/06/29 14:15:41 dv 1.1.4.21: Fixed IsMinimized() 2007/06/29 14:07:02 dv 1.1.4.20: Added IsMinimized() 2007/06/29 12:23:46 dv 1.1.4.19: New function getDefaultInstErrMsg() 2007/06/29 10:06:37 dv 1.1.4.18: More description text 2007/06/28 07:22:18 dv 1.1.4.17: Allways compile BEFORE checking in :-) 2007/06/28 07:15:44 dv 1.1.4.16: New text 'download description' 2007/06/27 07:58:39 dv 1.1.4.15: Added setDescription() 2007/06/27 06:06:09 dv 1.1.4.14: Window close changes to cancel when the close button is disabled 2007/06/26 08:05:34 dv 1.1.4.13: Bugfixes, cleanup 2007/06/25 06:31:18 dv 1.1.4.12: cleanup, dialog uses desktop as parent 2007/06/25 05:48:20 obr 1.1.4.11: #i72386# DownloadThread added 2007/06/21 08:48:32 dv 1.1.4.10: Added an extra percent object next to the progress bar 2007/06/21 07:10:19 dv 1.1.4.9: Added new function getBubbleTitle 2007/06/20 13:28:49 dv 1.1.4.8: New function setErrorMessage, some more texts 2007/06/16 07:44:47 dv 1.1.4.7: better error handling, changed text acording to spec 2007/06/14 13:10:26 dv 1.1.4.6: All cxx files need a precompiled header include statement 2007/06/14 07:47:03 dv 1.1.4.5: Code cleanup, some more strings, new function setDownloadPath() 2007/06/11 09:13:48 dv 1.1.4.4: Some minor fixes / ui enhancements 2007/06/08 06:56:36 dv 1.1.4.3: #i70588# Adapted to new spec 2007/06/06 09:57:22 dv 1.1.4.2: #i70588# Added new dialog 2006/12/11 12:51:30 dv 1.1.4.1: file updatehdl.cxx was added on branch cws_src680_updchk06 on 2007-06-06 09:57:22 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fc112fc83dd37354e16c893a8a2ecca25bae4192]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/25 05:48:20 obr 1.1.2.2: #i72386# DownloadThread added 2007/06/06 09:58:46 obr 1.1.2.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a583bfaf3e6ee5df561c52f6ac3639e4df38c72d]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/06 09:58:46 obr 1.1.2.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [51e7a7cb629fab8f92944b60288d8be050f9a89d]

        INTEGRATION: CWS updchk06 (1.3.90); FILE MERGED 2007/06/26 10:56:24 obr 1.3.90.7: #i72386# dynamically determine Desktop location 2007/06/26 09:03:45 obr 1.3.90.6: #i72386# added support for automatic download start 2007/06/26 08:22:45 obr 1.3.90.5: #i72386# fixed proxy issue with curl 2007/06/25 05:48:20 obr 1.3.90.4: #i72386# DownloadThread added 2007/06/12 09:58:38 obr 1.3.90.3: #i72386# added support for version string 2007/06/08 06:57:41 dv 1.3.90.2: Fixed compile problem 2007/06/06 09:58:46 obr 1.3.90.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e4e6d46dfb4163b24ee0691d87261217c8f4dfaf]

        INTEGRATION: CWS updchk06 (1.4.90); FILE MERGED 2007/06/29 14:23:55 dv 1.4.90.11: Fixed support for release notes for windows 2007/06/29 11:25:58 obr 1.4.90.10: fixed compiler warning 2007/06/29 10:39:57 obr 1.4.90.9: #i72386# finalized release note support 2007/06/28 23:42:03 obr 1.4.90.8: #i72386# reworked locking code and added support for description 2007/06/27 12:40:15 obr 1.4.90.7: #i72386# added initial support for release notes 2007/06/26 10:56:23 obr 1.4.90.6: #i72386# dynamically determine Desktop location 2007/06/26 09:03:45 obr 1.4.90.5: #i72386# added support for automatic download start 2007/06/26 08:22:45 obr 1.4.90.4: #i72386# fixed proxy issue with curl 2007/06/25 05:48:20 obr 1.4.90.3: #i72386# DownloadThread added 2007/06/12 09:58:38 obr 1.4.90.2: #i72386# added support for version string 2007/06/06 09:58:46 obr 1.4.90.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f29008a592187331fa4008e85820728d894d6def]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/29 10:39:57 obr 1.1.2.10: #i72386# finalized release note support 2007/06/29 07:48:57 obr 1.1.2.9: #i72386# fallback scenario when download not available 2007/06/28 23:42:03 obr 1.1.2.8: #i72386# reworked locking code and added support for description 2007/06/28 07:50:24 obr 1.1.2.7: #i72386# added storeReleaseNotes and reverted removal of menubar icon while checking 2007/06/27 12:40:15 obr 1.1.2.6: #i72386# added initial support for release notes 2007/06/27 08:01:51 obr 1.1.2.5: #i72386# install via shell execute 2007/06/25 05:48:20 obr 1.1.2.4: #i72386# DownloadThread added 2007/06/12 09:58:37 obr 1.1.2.3: #i72386# added support for version string 2007/06/11 09:13:48 dv 1.1.2.2: Some minor fixes / ui enhancements 2007/06/06 09:58:46 obr 1.1.2.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1645f4a0f1b5cc5501ba91bf63f39f834b219ed8]

        INTEGRATION: CWS updchk06 (1.10.2); FILE MERGED 2007/06/29 19:36:07 obr 1.10.2.25: #i72386# trigger bubble also when dialog is minimized and set error message when install fails 2007/06/29 15:33:37 obr 1.10.2.24: #i72386# create file name from effective url 2007/06/29 14:23:55 dv 1.10.2.23: Fixed support for release notes for windows 2007/06/29 11:30:22 obr 1.10.2.22: #i72386# shutdown office after launching installer 2007/06/29 10:39:57 obr 1.10.2.21: #i72386# finalized release note support 2007/06/29 08:19:42 obr 1.10.2.20: #i72386# do not show overwrite warning if dialog is not open 2007/06/29 07:48:56 obr 1.10.2.19: #i72386# fallback scenario when download not available 2007/06/29 05:46:16 obr 1.10.2.18: #i72386# fixes for resume 2007/06/28 23:42:03 obr 1.10.2.17: #i72386# reworked locking code and added support for description 2007/06/28 10:03:16 obr 1.10.2.16: #i72386# fix compile error 2007/06/28 09:59:34 obr 1.10.2.15: #i72386# ignore leading non-direct downloads 2007/06/28 07:50:24 obr 1.10.2.14: #i72386# added storeReleaseNotes and reverted removal of menubar icon while checking 2007/06/27 12:40:15 obr 1.10.2.13: #i72386# added initial support for release notes 2007/06/27 08:16:46 obr 1.10.2.12: #i72386# convert image name to system path 2007/06/27 08:01:51 obr 1.10.2.11: #i72386# install via shell execute 2007/06/26 10:56:23 obr 1.10.2.10: #i72386# dynamically determine Desktop location 2007/06/26 09:03:45 obr 1.10.2.9: #i72386# added support for automatic download start 2007/06/26 08:22:45 obr 1.10.2.8: #i72386# fixed proxy issue with curl 2007/06/26 08:05:34 dv 1.10.2.7: Bugfixes, cleanup 2007/06/25 06:45:18 dv 1.10.2.6: Removed some windows only warnings 2007/06/25 05:48:20 obr 1.10.2.5: #i72386# DownloadThread added 2007/06/12 09:58:37 obr 1.10.2.4: #i72386# added support for version string 2007/06/11 09:13:48 dv 1.10.2.3: Some minor fixes / ui enhancements 2007/06/08 14:02:00 obr 1.10.2.2: #i72386# extract download type and a few bug fixes 2007/06/06 09:58:45 obr 1.10.2.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aa20277031d899feee0eed570de7e36c17c9ea6e]

        INTEGRATION: CWS updchk06 (1.8.36); FILE MERGED 2007/06/26 10:56:23 obr 1.8.36.6: #i72386# dynamically determine Desktop location 2007/06/25 05:48:20 obr 1.8.36.5: #i72386# DownloadThread added 2007/06/14 11:31:25 dv 1.8.36.4: renamed resource file to ..upd.. to avoid a conflict with existing resource files 2007/06/12 09:58:37 obr 1.8.36.3: #i72386# added support for version string 2007/06/06 12:36:40 dv 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/06 09:58:45 obr 1.8.36.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e22b708866c944259233ffcb301dc1c46ee2515a]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/29 15:33:37 obr 1.1.2.4: #i72386# create file name from effective url 2007/06/27 08:58:13 obr 1.1.2.3: #i72386# activly tell curl to use no proxy 2007/06/26 08:22:45 obr 1.1.2.2: #i72386# fixed proxy issue with curl 2007/06/25 05:48:20 obr 1.1.2.1: #i72386# DownloadThread added

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a13d2f3b51f71dabc9e784af66b81745d3d32977]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/29 15:33:37 obr 1.1.2.7: #i72386# create file name from effective url 2007/06/29 10:39:56 obr 1.1.2.6: #i72386# finalized release note support 2007/06/29 05:46:15 obr 1.1.2.5: #i72386# fixes for resume 2007/06/27 08:58:13 obr 1.1.2.4: #i72386# activly tell curl to use no proxy 2007/06/26 08:22:45 obr 1.1.2.3: #i72386# fixed proxy issue with curl 2007/06/25 06:45:18 dv 1.1.2.2: Removed some windows only warnings 2007/06/25 05:48:20 obr 1.1.2.1: #i72386# DownloadThread added

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [95cc16294b33987a4799bbede7df87fad24ad80f]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/11 09:13:12 dv 1.1.2.1: Added own actionListerner class for eventhandling

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [34c2d0fcfa948e7883ff4c9ccb25b1ac293da90d]

        INTEGRATION: CWS updchk06 (1.4.26); FILE MERGED 2007/06/25 05:48:20 obr 1.4.26.2: #i72386# DownloadThread added 2007/06/12 09:58:37 obr 1.4.26.1: #i72386# added support for version string

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8e70eeebc26dda0804b5c80253efaae13aa9659b]

        INTEGRATION: CWS updchk06 (1.2.158); FILE MERGED 2007/06/06 12:36:22 dv 1.2.158.2: RESYNC: (1.2-1.3); FILE MERGED 2007/06/06 09:58:45 obr 1.2.158.1: #i72386# major rework to integrate download & install

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0389c2e42b119d27e33b66113e122002a5bc7da4]

        INTEGRATION: CWS updchk06 (1.29.4); FILE MERGED 2007/06/29 13:36:15 dv 1.29.4.1: Added HelpID for 'check for updates' dialog

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5bdcc4de87b4f376cd39652c5df4c4d0140c2c9d]

        INTEGRATION: CWS updchk06 (1.15.46); FILE MERGED 2007/07/06 13:51:50 obr 1.15.46.2: RESYNC: (1.15-1.16); FILE MERGED 2007/06/20 12:43:11 dv 1.15.46.1: Added custom action to show release notes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a9474454a12b42de8cb330b0f0a567246cd27d26]

        INTEGRATION: CWS updchk06 (1.61.30); FILE MERGED 2007/06/25 07:52:47 dv 1.61.30.2: RESYNC: (1.61-1.63); FILE MERGED 2007/06/20 12:43:11 dv 1.61.30.1: Added custom action to show release notes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cb7c3d30552a61bdde8dbfb368a5549a053352c3]

        INTEGRATION: CWS updchk06 (1.237.20); FILE MERGED 2007/06/25 07:51:48 dv 1.237.20.2: RESYNC: (1.237-1.244); FILE MERGED 2007/06/20 12:43:11 dv 1.237.20.1: Added custom action to show release notes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4cc054348967dab497637f00bc727a9c43673ded]

        INTEGRATION: CWS updchk06 (1.2.284); FILE MERGED 2007/06/13 07:59:38 dv 1.2.284.1: Added new resource file to onlineupdate module

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b796b9e574bb951ea1c7ad8818036ceaa29edf0b]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/21 11:22:35 dv 1.1.2.2: define 'UNICODE' in makefile instead of in source file 2007/06/20 12:41:10 dv 1.1.2.1: Show release notes during setup

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [11fbdbd7c845e09c11caf49b78aa6b7b3f586deb]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/21 11:22:35 dv 1.1.2.2: define 'UNICODE' in makefile instead of in source file 2007/06/20 12:41:00 dv 1.1.2.1: Show release notes during setup

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b46dcdc03a9d1d108bde18d1ab7f46e7f8f0007f]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/20 12:41:26 dv 1.1.2.1: Show release notes during setup

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c54cbe2076ecb84c6646ee11f68621833c74e24a]

        INTEGRATION: CWS updchk06 (1.20.12); FILE MERGED 2007/06/20 12:52:26 dv 1.20.12.1: Added custom action to show release notes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [83370eae47617f6b19830791c2b0ee8412fd0b1d]

        INTEGRATION: CWS updchk06 (1.14.14); FILE MERGED 2007/06/28 23:57:13 obr 1.14.14.1: #i72386# added support for extracting the summary of a feed entry as description

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6342a082641c848646c541c58303e230bff25606]

        INTEGRATION: CWS updchk06 (1.2.102); FILE MERGED 2007/06/28 23:57:13 obr 1.2.102.1: #i72386# added support for extracting the summary of a feed entry as description

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b388ea181a54378d34c4a013eacdb3097c7cdf00]

        INTEGRATION: CWS updchk06 (1.1.2); FILE ADDED 2007/06/28 23:57:13 obr 1.1.2.1: #i72386# added support for extracting the summary of a feed entry as description

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [24bbd1654e250061c13b977e8594e71146118f2d]

        INTEGRATION: CWS updchk06 (1.11.306); FILE MERGED 2007/06/08 06:44:50 dv 1.11.306.1: #i70588# Added support for autovscroll and painttransparent to edit

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3a2bc75dc6e5cef29393effec109b33f6d4c1237]

        INTEGRATION: CWS updchk06 (1.14.306); FILE MERGED 2007/06/08 06:44:50 dv 1.14.306.1: #i70588# Added support for autovscroll and painttransparent to edit

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f3e988e9f21e368b8438bbd628b44051583f17aa]

        INTEGRATION: CWS updchk06 (1.10.306); FILE MERGED 2007/06/25 06:02:48 dv 1.10.306.1: Added property DesktopAsParent

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ee284d1a1b28aac9224d9cd02a37f86a13e77aec]

        INTEGRATION: CWS updchk06 (1.16.12); FILE MERGED 2007/06/15 07:08:12 kso 1.16.12.1: #29340# - Support for NameClashResolveRequest - part 1 (not yet finished)

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8d082f42b764e2302fa70511792132443c82a091]

        INTEGRATION: CWS updchk06 (1.56.12); FILE MERGED 2007/06/18 11:39:28 kso 1.56.12.4: #i29340# - Incomplete NameClashResolveRequest implementation deactivated            for now. 2007/06/15 07:08:12 kso 1.56.12.3: #29340# - Support for NameClashResolveRequest - part 1 (not yet finished) 2007/06/06 12:17:55 dv 1.56.12.2: RESYNC: (1.56-1.59); FILE MERGED 2007/05/22 10:39:38 obr 1.56.12.1: #147862# no ResId's without ResMgr any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4c3a75f0b49189f487a5c846b8dc757993beb6f3]

        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>  [ba69093dce6d3c6a61e0e0f912721ddf1569a0a2]

        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>  [bf25ba76edd93c554618910ae0140ba077b8c128]

        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>  [19dfdc41ec29bd271392eedd1dec95cccaa62042]

        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>  [591144bd8fba78bcc5ce2a0a07eb7cd67ef34a9e]

        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>  [b8edca0d052ccd4d7805ec0e8bd0c6223938a7e6]

        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>  [412e542e96ee5ab319b663d7aa6574c59cc90487]

        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>  [c531fa5d4f4d37765c36a6cf18561e5c0e59a439]

        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>  [d35231429ebf8ecce737ff088a69b62f063e5ac4]

        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>  [c328ef8a1ffb392db41184a7838503d9ac284070]

        INTEGRATION: CWS c09tosrc (1.9.132); FILE MERGED 2007/06/29 11:57:12 vg 1.9.132.3: Disable PCH usage: dp_gui_system.cxx cannot be compiled with precompiled headers. Error: 'BOOL' redefinition, WinDef.h (line 142) and tools\solar.h (line71). 2007/06/29 08:58:58 jl 1.9.132.2: #i79001 Error string for update shared extension on Vista 2007/06/22 15:16:39 jl 1.9.132.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7f5be656db87af65827aa9235e6eaab914017de2]

        INTEGRATION: CWS c09tosrc (1.24.16); FILE MERGED 2007/06/22 15:16:39 jl 1.24.16.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [74329cc978b6505f50526c71c6383f8e0f0ce41e]

        INTEGRATION: CWS c09tosrc (1.13.132); FILE MERGED 2007/06/22 15:16:38 jl 1.13.132.1: #i78688# allow to manage shared extension within office

2007-07-06  Armin Weiss  <aw@openoffice.org>  [6a505e3e31b4054809287dcb11d30e20bfe73fa2]

        #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dae599c82cdff551cb991073d4bd5c2ae93f599f]

        INTEGRATION: CWS pathfinder01 (1.89.106); FILE MERGED 2007/07/03 13:25:22 cl 1.89.106.1: #i41800# renamed BMP_OLEOBJ to BMP_SVXOLEOBJ to avoid clash with svtools project

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d72a245e7c64ec755e096ef4ea8cab92c06fad7f]

        INTEGRATION: CWS pathfinder01 (1.12.82); FILE MERGED 2007/07/01 16:47:37 cl 1.12.82.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [046d584624e3e01a7c6bd31c388b9d6dff5239a3]

        INTEGRATION: CWS pathfinder01 (1.41.80); FILE MERGED 2007/07/01 16:48:52 cl 1.41.80.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4a1d2d62988bbde3769350ca4ca1387c7d6f7d21]

        INTEGRATION: CWS pathfinder01 (1.78.74); FILE MERGED 2007/07/03 13:25:22 cl 1.78.74.1: #i41800# renamed BMP_OLEOBJ to BMP_SVXOLEOBJ to avoid clash with svtools project

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b0a6618122ef104c50e93fe5e01adbc63b081472]

        INTEGRATION: CWS pathfinder01 (1.12.254); FILE MERGED 2007/07/03 12:37:53 cl 1.12.254.3: #i41800# make smart tag handles not markable by default 2007/07/01 19:06:51 cl 1.12.254.2: fixed unix warning 2007/07/01 16:51:44 cl 1.12.254.1: #i41800# added some helper methods for point editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [51d42267b07818f01f4ec02eee1d43a9ca990e86]

        INTEGRATION: CWS pathfinder01 (1.10.352); FILE MERGED 2007/07/01 16:52:36 cl 1.10.352.1: #i41800# exporting SvdUShortCont and adding stl migration method

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6d4f2d2890167bb1ea04f21f39f7e1eb0fd0c703]

        INTEGRATION: CWS pathfinder01 (1.25.94); FILE MERGED 2007/07/02 08:46:40 cl 1.25.94.1: #i41800# added HDL_SMARTTAG

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [14eed5ba2897721b4a8bd9d88d14156164f34bfc]

        INTEGRATION: CWS pathfinder01 (1.29.98); FILE MERGED 2007/07/01 16:51:57 cl 1.29.98.1: #i41800# added function to give access to svx string resources to other dll

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7e0598bf0c4a058f49566bd9a16be12fb7fb4bf4]

        INTEGRATION: CWS pathfinder01 (1.17.254); FILE MERGED 2007/07/01 16:53:40 cl 1.17.254.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [31a69da02ebff15437d5a031812e788e69e203cc]

        INTEGRATION: CWS pathfinder01 (1.14.288); FILE MERGED 2007/07/02 08:45:37 cl 1.14.288.1: #i41800# do not create undo actions for objects that are not inserted

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3d2cbe03f100f2709679c0151125dd1bce2fba99]

        INTEGRATION: CWS pathfinder01 (1.7.288); FILE MERGED 2007/07/01 16:45:56 cl 1.7.288.1: #i41800# exporting classes SdrDragMov, SdrDragResize and SdrDragObjOwn from svx

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [285b741cf67395951f5d0561433e448269dace28]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/01 16:46:15 cl 1.1.2.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aaecbeb1c08d6b98b8124e5208206228199096b8]

        INTEGRATION: CWS pathfinder01 (1.22.74); FILE MERGED 2007/07/02 09:11:41 cl 1.22.74.3: fixed typo 2007/07/01 20:10:46 cl 1.22.74.2: enabled exceptions for all files 2007/07/01 16:46:33 cl 1.22.74.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e12a20e37f4fc0e3cb10e8119fcc07d0e0b2c2a9]

        INTEGRATION: CWS pathfinder01 (1.3.258); FILE MERGED 2007/07/01 16:59:57 cl 1.3.258.1: #i41800# overload isHit to check if the actual SdrObject is hit

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f60af470e422778454511881c5f4f741ba170e3b]

        INTEGRATION: CWS pathfinder01 (1.126.70); FILE MERGED 2007/07/01 16:57:01 cl 1.126.70.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [122dd40765420f80c3c7d4dbb0676ff187fa3c9b]

        INTEGRATION: CWS pathfinder01 (1.2.290); FILE MERGED 2007/07/01 16:30:54 cl 1.2.290.1: #i41800# export class from svx

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c6b991f43561fa6dd635b3d0ef8bd69a42e8e0a3]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:33:14 cl 1.2.120.1: #i41800# made getContext() virtual

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fe7154a2af35e154830388d99c98afd60e0d1d5a]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:33:58 cl 1.2.120.1: #i41800# exported OrthoDistance functions

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [346e0ffe907c85af85573dc42c19795ec1c9872c]

        INTEGRATION: CWS pathfinder01 (1.3.82); FILE MERGED 2007/07/01 16:35:22 cl 1.3.82.1: #i41800# added inteface IPolyPolygonEditorControler to allow edit of non marked path objects

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c5f89aeb0f1ac501ddbc690095310a81f5354f2f]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:37:30 cl 1.2.120.1: #i41800# made some methods for point editing virtual

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8e3b71f5bd510b0079a6a8e742c32631945b1b1a]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:38:16 cl 1.2.120.1: #i41800# exporting SvdUShortCont and adding stl migration method

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5cab26159265e453edd383ed4cf2a754a61da082]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/02 08:44:45 cl 1.2.120.1: #i41800# added HDL_SMARTTAG

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d3c804a3dd81c93116d24e052980297f3786771f]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:38:50 cl 1.2.120.1: #i41800# added function to give access to svx string resources to other dll

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b65f01067ff9d690e1eb2a558d645942281a7238]

        INTEGRATION: CWS pathfinder01 (1.2.120); FILE MERGED 2007/07/01 16:42:33 cl 1.2.120.1: #i41800# exporting classes SdrDragMov, SdrDragResize and SdrDragObjOwn from svx

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4653ffa8981b046258028d1ec4bdd21fb09e214a]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/01 16:43:46 cl 1.1.2.1: #i41800# added helper class for high level polypolygon editing

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ad25eb32a0fb8b3177c9915d0f59d4a134cc8f4d]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/01 16:35:39 cl 1.1.2.1: #i41800# added inteface IPolyPolygonEditorControler to allow edit of non marked path objects

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9d61b98b829fddae3fac65e61baab91a8888491c]

        INTEGRATION: CWS pathfinder01 (1.14.910); FILE MERGED 2007/07/03 13:25:11 cl 1.14.910.1: #i41800# renamed BMP_OLEOBJ to BMP_SVXOLEOBJ to avoid clash with svtools project

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a6f2e9a728974c33e061c479b51adaef9f662025]

        INTEGRATION: CWS pathfinder01 (1.65.62); FILE MERGED 2007/07/03 13:02:33 cl 1.65.62.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bf2800596eb1e511435929674ced0444418861f5]

        INTEGRATION: CWS pathfinder01 (1.57.74); FILE MERGED 2007/07/03 13:02:33 cl 1.57.74.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [188999ce535edd502b7c7f82ca6ca1b685e02be3]

        INTEGRATION: CWS pathfinder01 (1.66.40); FILE MERGED 2007/07/03 13:02:33 cl 1.66.40.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [350990d3e672e3ab4ccdf951871e498676607c41]

        INTEGRATION: CWS pathfinder01 (1.14.126); FILE MERGED 2007/07/03 13:02:33 cl 1.14.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [93150b5b43e7e5b1cab59b478b09a7e3a1024bce]

        INTEGRATION: CWS pathfinder01 (1.36.62); FILE MERGED 2007/07/03 13:02:33 cl 1.36.62.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aa700b71d4f7c7bca464f02a05be19d2df444917]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/03 13:03:05 cl 1.1.2.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8fdba160812dcf950db9d9cd05256f8867be0f88]

        INTEGRATION: CWS pathfinder01 (1.5.384); FILE MERGED 2007/07/03 13:03:16 cl 1.5.384.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b0b276df085ff88408021d13fb0b0cb03e733961]

        INTEGRATION: CWS pathfinder01 (1.11.126); FILE MERGED 2007/07/03 13:03:16 cl 1.11.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3cec92db2d588cd7502848e2b42deb5d7692005b]

        INTEGRATION: CWS pathfinder01 (1.18.62); FILE MERGED 2007/07/03 13:03:16 cl 1.18.62.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4c2b47acd7848d4e623f5520d860acf48c6a2652]

        INTEGRATION: CWS pathfinder01 (1.17.126); FILE MERGED 2007/07/03 16:40:17 cl 1.17.126.2: #i41800# fixed unix warning 2007/07/03 13:03:16 cl 1.17.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6b81233a02b03dbde9019cb9f068b933b5547127]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/03 15:33:01 cl 1.1.2.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:01:45 cl 1.1.2.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2fe11b9487eceefc0e501a870a1f449a16762fc1]

        INTEGRATION: CWS pathfinder01 (1.20.40); FILE MERGED 2007/07/03 13:02:01 cl 1.20.40.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [336021fa018489f7b17b458e8bb4c7b288a2a379]

        INTEGRATION: CWS pathfinder01 (1.16.126); FILE MERGED 2007/07/04 10:28:54 cl 1.16.126.3: fixed a compiler warning for mac 2007/07/03 15:22:23 cl 1.16.126.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:02:01 cl 1.16.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [367e8743adbe1319f5be29c001c93b747f7aa665]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/03 15:02:01 cl 1.1.2.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:04:37 cl 1.1.2.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b88eb4b7d06094719b669236d141ba5257305db9]

        INTEGRATION: CWS pathfinder01 (1.1.2); FILE ADDED 2007/07/03 17:19:11 cl 1.1.2.5: #i41800# implemented support for path animation editing for custom animations 2007/07/03 15:11:29 cl 1.1.2.4: #i41800# implemented support for path animation editing for custom animations 2007/07/03 15:07:55 cl 1.1.2.3: #i41800# implemented support for path animation editing for custom animations 2007/07/03 15:02:01 cl 1.1.2.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:04:21 cl 1.1.2.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ba87a35ff2e6c4d6310efc998e1a2ba138bf9f9f]

        INTEGRATION: CWS pathfinder01 (1.5.452); FILE MERGED 2007/07/03 13:05:14 cl 1.5.452.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fdbfd07dd1a028ee25991b396b3ebe887399f675]

        INTEGRATION: CWS pathfinder01 (1.5.126); FILE MERGED 2007/07/03 13:05:14 cl 1.5.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1b416b44798793b020572a4d524a0074d13aacd6]

        INTEGRATION: CWS pathfinder01 (1.5.126); FILE MERGED 2007/07/03 13:05:13 cl 1.5.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [91aee08fb7fef74eb2a9479bf9795844804d5f6c]

        INTEGRATION: CWS pathfinder01 (1.26.64); FILE MERGED 2007/07/03 17:19:11 cl 1.26.64.3: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:30:27 cl 1.26.64.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:05:13 cl 1.26.64.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9fa7566cbcc89c78e352313b456e20c2c472c773]

        INTEGRATION: CWS pathfinder01 (1.11.126); FILE MERGED 2007/07/03 13:05:13 cl 1.11.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a6411ce8e4c1e6ef674394bfbbdc4b09d3984f10]

        INTEGRATION: CWS pathfinder01 (1.5.452); FILE MERGED 2007/07/03 13:05:13 cl 1.5.452.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b2931cd7c2c7fed0f28d747d9757fa4bb5d5ad0e]

        INTEGRATION: CWS pathfinder01 (1.9.126); FILE MERGED 2007/07/03 13:05:13 cl 1.9.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d730847f9797b3d38458ac2a311a4cf122001463]

        INTEGRATION: CWS pathfinder01 (1.11.126); FILE MERGED 2007/07/03 17:18:30 cl 1.11.126.3: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:30:14 cl 1.11.126.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:05:45 cl 1.11.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d3dfb98c7132491d700b9ea341cdeaf4eabff383]

        INTEGRATION: CWS pathfinder01 (1.15.86); FILE MERGED 2007/07/03 17:18:30 cl 1.15.86.5: #i41800# implemented support for path animation editing for custom animations 2007/07/03 15:10:32 cl 1.15.86.4: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:47:32 cl 1.15.86.3: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:30:14 cl 1.15.86.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 12:41:00 cl 1.15.86.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3c1de8c523d950dc6aa8d036a9d2cb7847cf6527]

        INTEGRATION: CWS pathfinder01 (1.31.124); FILE MERGED 2007/07/03 13:06:49 cl 1.31.124.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [75261f9f2c3badd8d60c5d12cdbaf2b288e4a594]

        INTEGRATION: CWS pathfinder01 (1.5.126); FILE MERGED 2007/07/03 14:30:01 cl 1.5.126.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:05:31 cl 1.5.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ce466c29d2064ae61af7b513b9305311b04779b0]

        INTEGRATION: CWS pathfinder01 (1.23.42); FILE MERGED 2007/07/03 12:40:39 cl 1.23.42.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5a55b360f3339c99e9b76c01620dd21f3f57c70e]

        INTEGRATION: CWS pathfinder01 (1.11.126); FILE MERGED 2007/07/03 17:17:09 cl 1.11.126.4: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:47:23 cl 1.11.126.3: #i41800# implemented support for path animation editing for custom animations 2007/07/03 14:30:01 cl 1.11.126.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 12:40:39 cl 1.11.126.1: #i41800# implemented support for path animation editing for custom animations

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [373692d2ed0143d0f3b3206b56d90511627d23f9]

        INTEGRATION: CWS dr55 (1.192.14); FILE MERGED 2007/07/04 14:08:03 nn 1.192.14.5: RESYNC: (1.196-1.202); FILE MERGED 2007/06/29 14:00:41 er 1.192.14.4: #i56202# Ctrl+Prime (quoteleft) toggles formula view; add modules/scalc/accelerator/en-US/default.xml to patch files 2007/06/29 10:20:38 nn 1.192.14.3: #i73123# insertbar in calc 2007/06/28 15:07:44 dr 1.192.14.2: RESYNC: (1.192-1.196); FILE MERGED 2007/06/15 11:16:01 tbe 1.192.14.1: #i25278# print default suggestions

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4c4535bff8195e6a06aeea091c36e5f8b647135c]

        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>  [f643d65f51838809902f8b9eac8d0048973f4eff]

        INTEGRATION: CWS dr55 (1.3.574); FILE MERGED 2007/06/19 18:32:25 nn 1.3.574.1: #i73123# extend insertbar, remove insertobjectbar

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c808abf5a985de82facdf1e489620f1d7e93e504]

        INTEGRATION: CWS dr55 (1.3.714); FILE MERGED 2007/06/29 13:55:14 er 1.3.714.1: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo>

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1ed55a8124cdddfd30e640d04a1b83bc3d7041f7]

        INTEGRATION: CWS dr55 (1.35.40); FILE MERGED 2007/06/21 18:04:10 nn 1.35.40.1: #i76709# PasteFile: allow linked and non-linked graphics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2fbb97384864067c84d66802b6e677606415d2a8]

        INTEGRATION: CWS dr55 (1.20.52); FILE MERGED 2007/06/29 13:55:14 er 1.20.52.1: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo>

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [539279de23c090a10b760dc8a29ea2644360fd59]

        INTEGRATION: CWS dr55 (1.66.28); FILE MERGED 2007/06/22 12:45:19 tbe 1.66.28.1: #i78488# Warn if printing output is empty

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4e050a319c5da6736778d757442c17a4a1b6b237]

        INTEGRATION: CWS dr55 (1.33.32); FILE MERGED 2007/06/29 13:55:14 er 1.33.32.1: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo>

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ce52f1407cd8c6d0989545480a4bc078836fd5c5]

        INTEGRATION: CWS dr55 (1.54.30); FILE MERGED 2007/06/20 19:30:42 er 1.54.30.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c217d3f30f0a6b7390c192eb5a1ff12903d0efc4]

        INTEGRATION: CWS dr55 (1.31.32); FILE MERGED 2007/06/20 19:30:42 er 1.31.32.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2be912e25ee56098b75c495df0b2ed9c349069aa]

        INTEGRATION: CWS dr55 (1.50.40); FILE MERGED 2007/06/20 19:30:41 er 1.50.40.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [89600f21bbc01e0de1f062e6694a4171326186ff]

        INTEGRATION: CWS dr55 (1.35.40); FILE MERGED 2007/06/22 12:44:27 tbe 1.35.40.2: #i78488# Warn if printing output is empty 2007/06/18 12:27:50 tbe 1.35.40.1: #i25278# print default suggestions

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5298e43c339aa61e9f8c1d348ca013143f52c93a]

        INTEGRATION: CWS dr55 (1.19.42); FILE MERGED 2007/06/28 13:58:02 dr 1.19.42.2: #i66550# disabled 2007/06/15 15:41:21 dr 1.19.42.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [27f2d9ef8c643e6186596612fb08e7058eca50c0]

        INTEGRATION: CWS dr55 (1.34.16); FILE MERGED 2007/06/20 19:30:41 er 1.34.16.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c1077fd6d3ccb9ce28ec5a91ebc1c8327ef07f3d]

        INTEGRATION: CWS dr55 (1.18.74); FILE MERGED 2007/06/28 13:58:02 dr 1.18.74.3: #i66550# disabled 2007/06/15 15:41:21 dr 1.18.74.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:56 dr 1.18.74.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2cb1b213d2141ad5761967c292b23b76c844a0cc]

        INTEGRATION: CWS dr55 (1.17.74); FILE MERGED 2007/06/27 13:18:54 er 1.17.74.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a418b9ab2cb6a82ad9e6b773ee1f2020fc86a970]

        INTEGRATION: CWS dr55 (1.103.28); FILE MERGED 2007/06/27 13:18:54 er 1.103.28.2: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion 2007/06/13 14:35:56 dr 1.103.28.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [18ad601726d19b9cd29eb97cd7d5578b8d932b95]

        INTEGRATION: CWS dr55 (1.86.56); FILE MERGED 2007/06/22 12:51:46 tbe 1.86.56.2: #i78488# Warn if printing output is empty 2007/06/13 14:35:56 dr 1.86.56.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8f77ebb4052fac327eaeced787a023f1f8a43937]

        INTEGRATION: CWS dr55 (1.66.56); FILE MERGED 2007/06/28 15:06:09 dr 1.66.56.2: RESYNC: (1.66-1.67); FILE MERGED 2007/06/27 11:48:55 er 1.66.56.1: #i47644# new error strings #DIV/0! #NUM! #NULL! and lots of ugly comments cleanup

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e97f5cfdff160a4716d0ee3382edcdf262cdb1f2]

        INTEGRATION: CWS dr55 (1.45.56); FILE MERGED 2007/06/12 14:08:14 dr 1.45.56.1: #i65655# wrong tip help

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0e4a7e2ac497ab44173b5b6dd0e270f52b7dae7a]

        INTEGRATION: CWS dr55 (1.10.82); FILE MERGED 2007/06/22 12:43:25 tbe 1.10.82.1: #i78488# Warn if printing output is empty

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [da2905274b7db6f207728ccfbaa301b1856a12ad]

        INTEGRATION: CWS dr55 (1.23.82); FILE MERGED 2007/06/20 19:30:41 er 1.23.82.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [747b10eafe1ff4de14e10a8eef9c7abe00c59c5e]

        INTEGRATION: CWS dr55 (1.7.84); FILE MERGED 2007/06/28 13:58:02 dr 1.7.84.3: #i66550# disabled 2007/06/15 15:41:21 dr 1.7.84.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:56 dr 1.7.84.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [401dc4ac6e9dc01d11e5376c38396263f709835d]

        INTEGRATION: CWS dr55 (1.42.30); FILE MERGED 2007/06/22 12:42:49 tbe 1.42.30.1: #i78488# Warn if printing output is empty

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b15b8cc4b72258c61d7789844adee4a55f923dc6]

        INTEGRATION: CWS dr55 (1.28.84); FILE MERGED 2007/06/21 13:58:55 dr 1.28.84.1: #i77429# return repeated rows/columns as Row-/ColumnHeaders

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cb3a29458a4dfb26e4d8caec8cfd80eee6272a3e]

        INTEGRATION: CWS dr55 (1.70.32); FILE MERGED 2007/06/28 13:58:01 dr 1.70.32.3: #i66550# disabled 2007/06/15 15:41:20 dr 1.70.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.70.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [79d9ca5c318d1213de19742008b6d57aa8e32e7c]

        INTEGRATION: CWS dr55 (1.20.32); FILE MERGED 2007/06/28 13:58:01 dr 1.20.32.3: #i66550# disabled 2007/06/15 15:41:20 dr 1.20.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.20.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d01e2359957fb649c2e98d4dea3e0246e95d9b27]

        INTEGRATION: CWS dr55 (1.22.84); FILE MERGED 2007/06/28 13:58:01 dr 1.22.84.3: #i66550# disabled 2007/06/15 15:41:20 dr 1.22.84.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.22.84.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [236004abd0922adc819dc23d3555fecf8f6c5c81]

        INTEGRATION: CWS dr55 (1.33.52); FILE MERGED 2007/06/28 13:58:01 dr 1.33.52.2: #i66550# disabled 2007/06/15 15:41:20 dr 1.33.52.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [919ddc7f35975e38ce82dc5c826c1c7ae713fe45]

        INTEGRATION: CWS dr55 (1.23.140); FILE MERGED 2007/06/28 13:58:01 dr 1.23.140.2: #i66550# disabled 2007/06/15 15:41:20 dr 1.23.140.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a50a9bbbee33f1dd2ef506ff1603a1910cadfbd4]

        INTEGRATION: CWS dr55 (1.12.52); FILE MERGED 2007/06/28 19:37:15 nn 1.12.52.5: remove duplicate local variable 2007/06/28 13:58:01 dr 1.12.52.4: #i66550# disabled 2007/06/20 15:43:52 nn 1.12.52.3: #i74099# call DontDeleteColorTable if using standard table 2007/06/15 15:41:20 dr 1.12.52.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.12.52.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7e35038fb8f3f615ba27c184ea7aa6b65b70d0c7]

        INTEGRATION: CWS dr55 (1.27.82); FILE MERGED 2007/06/27 13:18:53 er 1.27.82.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f04a5b4a99cf81dbc0349caff10e51c6ae0b3c60]

        INTEGRATION: CWS dr55 (1.54.30); FILE MERGED 2007/06/22 12:46:23 tbe 1.54.30.1: #i78488# Warn if printing output is empty

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f0b27a1df17d977f04fcd5d15fcf1ba3d8758f02]

        INTEGRATION: CWS dr55 (1.25.52); FILE MERGED 2007/06/15 19:15:51 nn 1.25.52.1: #i76514# don't access ScLinkedAreaDlg as AbstractScLinkedAreaDlg

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f3e7eb9062dea7bbbe158b4149bace196e0c6d95]

        INTEGRATION: CWS dr55 (1.69.38); FILE MERGED 2007/06/20 19:30:41 er 1.69.38.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [756360156a2332300435f567f69ccec06426c9ec]

        INTEGRATION: CWS dr55 (1.32.84); FILE MERGED 2007/06/28 13:58:01 dr 1.32.84.1: #i66550# disabled

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d284f69009b92781812c3e0abc8d024626530573]

        INTEGRATION: CWS dr55 (1.48.84); FILE MERGED 2007/06/21 13:59:04 dr 1.48.84.1: #i77429# return repeated rows/columns as Row-/ColumnHeaders

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [22d3a4108877080a6512ecf56c84261ace72db09]

        INTEGRATION: CWS dr55 (1.126.32); FILE MERGED 2007/06/15 15:41:20 dr 1.126.32.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [09fd7629ebc30e504fc0271ba73550953ed81107]

        INTEGRATION: CWS dr55 (1.205.32); FILE MERGED 2007/06/15 15:41:20 dr 1.205.32.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b6c2549b6d93823a67fa159318bf482fbf098a97]

        INTEGRATION: CWS dr55 (1.26.32); FILE MERGED 2007/06/25 11:56:29 nn 1.26.32.1: #i78802# right parameters for GetStringFromAddress

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [899e45f8b14a729c6d4e84dd2bb59593b397753e]

        INTEGRATION: CWS dr55 (1.8.42); FILE MERGED 2007/06/20 19:30:41 er 1.8.42.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b85b5bfba4ed574f412b76ea82ff5f033cc07fdc]

        INTEGRATION: CWS dr55 (1.8.246); FILE MERGED 2007/06/20 19:30:40 er 1.8.246.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2ac8d081fb972d85b6293fb9afdd5a3d99c6603e]

        INTEGRATION: CWS dr55 (1.5.84); FILE MERGED 2007/06/27 13:18:53 er 1.5.84.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ace7b00fb238a7977a1877908aef3c965605b53a]

        INTEGRATION: CWS dr55 (1.15.40); FILE MERGED 2007/06/20 19:30:40 er 1.15.40.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e6b0d9db907c2d7d104177c9f42d35cd755b8ba6]

        INTEGRATION: CWS dr55 (1.12.82); FILE MERGED 2007/06/27 13:18:53 er 1.12.82.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [244549bf66ec9c15fb07ade8350e0f05bd3c1bfa]

        INTEGRATION: CWS dr55 (1.26.32); FILE MERGED 2007/06/15 15:41:20 dr 1.26.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.26.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [91153f5ac967605cc0d8dbd6e636b9778c4f3878]

        INTEGRATION: CWS dr55 (1.13.32); FILE MERGED 2007/06/15 15:41:19 dr 1.13.32.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3bf3e44deed60c8ce145569d043a4219e4ddb38d]

        INTEGRATION: CWS dr55 (1.3.456); FILE MERGED 2007/06/20 19:30:40 er 1.3.456.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5f53285848fe74dd882c82c3fbd3617acfbe8cc3]

        INTEGRATION: CWS dr55 (1.15.84); FILE MERGED 2007/06/20 19:30:40 er 1.15.84.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b5de23abf12bb1040edfd3ef0a87845765d24920]

        INTEGRATION: CWS c09tosrc (1.5.176); FILE MERGED 2007/06/20 09:24:09 as 1.5.176.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [10f1e75ee06eddb3b39d50dda908e54444ce03db]

        INTEGRATION: CWS dr55 (1.29.32); FILE MERGED 2007/06/27 13:18:52 er 1.29.32.2: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion 2007/06/27 11:54:30 er 1.29.32.1: #i47644# new errDivisionByZero to distinguish from other floating-point operation errors

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [01fb8fd972e1cd5b9ff7c285491668f2fdacf722]

        INTEGRATION: CWS c09tosrc (1.13.50); FILE MERGED 2007/06/20 09:24:09 as 1.13.50.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1c87f5aa2bfb074457daf4bd5f576cae36c9387e]

        INTEGRATION: CWS dr55 (1.20.28); FILE MERGED 2007/06/28 15:04:14 dr 1.20.28.2: RESYNC: (1.20-1.21); FILE MERGED 2007/06/27 13:18:52 er 1.20.28.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bc08321d9b3717609871dbbebb3d1a88f8a58f57]

        INTEGRATION: CWS c09tosrc (1.7.178); FILE MERGED 2007/06/20 09:24:09 as 1.7.178.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a43e5cfec7be0871e5e96533e2044019692c53fa]

        INTEGRATION: CWS dr55 (1.51.30); FILE MERGED 2007/06/28 13:58:01 dr 1.51.30.3: #i66550# disabled 2007/06/15 15:41:19 dr 1.51.30.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:55 dr 1.51.30.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0a765251ef564058e98cf27985f889f5d20eca3a]

        INTEGRATION: CWS c09tosrc (1.4.178); FILE MERGED 2007/06/20 09:24:09 as 1.4.178.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1ef63d061b24610308b3cb408414bfd38134c494]

        INTEGRATION: CWS dr55 (1.25.28); FILE MERGED 2007/06/28 15:03:28 dr 1.25.28.2: RESYNC: (1.25-1.26); FILE MERGED 2007/06/15 15:41:19 dr 1.25.28.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e10d0fe57713a13d0e732046c53ea6a222302dd6]

        INTEGRATION: CWS c09tosrc (1.14.46); FILE MERGED 2007/06/20 09:24:09 as 1.14.46.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5affeec85752b0a9997f82cc8285357dbe8a5068]

        INTEGRATION: CWS c09tosrc (1.16.176); FILE MERGED 2007/06/20 09:24:09 as 1.16.176.1: #144874# megre changes also into the master

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2078f8366db4f1fa2b0119e929e37cb85135bae1]

        INTEGRATION: CWS dr55 (1.42.82); FILE MERGED 2007/06/28 15:02:09 dr 1.42.82.2: RESYNC: (1.42-1.43); FILE MERGED 2007/06/27 13:18:52 er 1.42.82.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [97b229998c34af2cf6cc67dba365267efe940667]

        INTEGRATION: CWS dr55 (1.46.30); FILE MERGED 2007/06/28 15:02:02 dr 1.46.30.3: RESYNC: (1.46-1.47); FILE MERGED 2007/06/27 13:18:52 er 1.46.30.2: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion 2007/06/27 11:54:30 er 1.46.30.1: #i47644# new errDivisionByZero to distinguish from other floating-point operation errors

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ec4bd06ecc20a130e18d36927f30de3b87d3e0e5]

        INTEGRATION: CWS c09tosrc (1.12.18); FILE MERGED 2007/06/22 15:16:39 jl 1.12.18.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [652029eb6268b23d442850f21f37050937a1918b]

        INTEGRATION: CWS dr55 (1.5.84); FILE MERGED 2007/06/15 14:22:13 tbe 1.5.84.1: #i25278# print default suggestions

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0a2b874978e25c1a23ba16d2bdd06adbe4ff73cc]

        INTEGRATION: CWS c09tosrc (1.24.18); FILE MERGED 2007/06/22 15:16:39 jl 1.24.18.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a05e794a302ed97339e379c11339cd72b79938b0]

        INTEGRATION: CWS dr55 (1.23.46); FILE MERGED 2007/06/28 15:01:29 dr 1.23.46.3: RESYNC: (1.23-1.24); FILE MERGED 2007/06/27 15:03:26 er 1.23.46.2: #i47724# errDivisionByZero for certain functions 2007/06/27 13:18:51 er 1.23.46.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fd07cd10938eac77c140f4ae91cbb4d1993981c0]

        INTEGRATION: CWS dr55 (1.47.36); FILE MERGED 2007/06/28 15:01:13 dr 1.47.36.3: RESYNC: (1.47-1.48); FILE MERGED 2007/06/27 15:03:26 er 1.47.36.2: #i47724# errDivisionByZero for certain functions 2007/06/27 13:18:51 er 1.47.36.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f2bbd1961679ee454e4878109b3a520f7c32f20d]

        INTEGRATION: CWS c09tosrc (1.4.50); FILE MERGED 2007/06/29 08:58:58 jl 1.4.50.2: #i79001 Error string for update shared extension on Vista 2007/06/22 15:16:39 jl 1.4.50.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c53881b376fc173fee6affcfe7d63ac1d9a28d28]

        INTEGRATION: CWS c09tosrc (1.2.132); FILE MERGED 2007/06/29 09:00:20 jl 1.2.132.2: #i79001 Error string for update shared extension on Vista 2007/06/22 15:16:39 jl 1.2.132.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cfdbf351aa2cb85a497254fffe67d79d577c75c9]

        INTEGRATION: CWS dr55 (1.18.82); FILE MERGED 2007/06/27 15:03:25 er 1.18.82.2: #i47724# errDivisionByZero for certain functions 2007/06/27 13:18:51 er 1.18.82.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [630b9154baa75e04cf117083ae0fc63ab7d782bc]

        INTEGRATION: CWS c09tosrc (1.6.46); FILE MERGED 2007/06/29 09:00:20 jl 1.6.46.2: #i79001 Error string for update shared extension on Vista 2007/06/22 15:16:39 jl 1.6.46.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7756476183a7b3623738e7ddc500db03080bd5a5]

        INTEGRATION: CWS dr55 (1.31.46); FILE MERGED 2007/06/27 13:18:51 er 1.31.46.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [59aed95e737906f2f5f03bc567112a408f0b613d]

        INTEGRATION: CWS c09tosrc (1.16.16); FILE MERGED 2007/06/22 15:16:39 jl 1.16.16.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bd39caab41c5a338e265d64221a3b422b5a6e69e]

        INTEGRATION: CWS dr55 (1.45.36); FILE MERGED 2007/06/29 17:53:20 er 1.45.36.4: #i47724# unxlngi6.pro optimization problem produced a loop with sqrt(div(x,0)) 2007/06/28 15:01:04 dr 1.45.36.3: RESYNC: (1.45-1.46); FILE MERGED 2007/06/27 15:03:25 er 1.45.36.2: #i47724# errDivisionByZero for certain functions 2007/06/27 13:18:51 er 1.45.36.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [788bbeae684fbec3c6ad4d9ab9938b924dcc5ec5]

        INTEGRATION: CWS c09tosrc (1.1.2); FILE ADDED 2007/06/29 08:56:48 jl 1.1.2.1: #i79001# Error string for update extension on Windows Vista

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [406d1f5d0491602d8ed5f35e0938f1b4e81f965e]

        INTEGRATION: CWS dr55 (1.68.82); FILE MERGED 2007/06/28 15:00:54 dr 1.68.82.2: RESYNC: (1.68-1.69); FILE MERGED 2007/06/27 13:18:50 er 1.68.82.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5cc939597bc02388a440c60c68dfc4ae3167f244]

        INTEGRATION: CWS c09tosrc (1.1.2); FILE ADDED 2007/06/29 10:26:44 rt 1.1.2.2: PCH-include added. 2007/06/29 08:56:37 jl 1.1.2.1: #i79001# Error string for update extension on Windows Vista

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [be4925d73e5ae92b94c0d3ab75aa1ef365ca8288]

        INTEGRATION: CWS dr55 (1.20.84); FILE MERGED 2007/06/27 13:18:50 er 1.20.84.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [193bd5f75e48208efbc455d01607c70c62e77616]

        INTEGRATION: CWS dr55 (1.4.456); FILE MERGED 2007/06/27 13:18:50 er 1.4.456.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [83920a6d01556a4b12fb2c143f13c91bf424ddb3]

        INTEGRATION: CWS dr55 (1.27.140); FILE MERGED 2007/06/29 17:37:38 er 1.27.140.3: #i47724# div ought to be static, got lost in some edit cycle 2007/06/27 15:03:24 er 1.27.140.2: #i47724# errDivisionByZero for certain functions 2007/06/27 13:18:50 er 1.27.140.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [57455f319d67d44e942fcf3f49aad207dc5c3b1b]

        INTEGRATION: CWS c09tosrc (1.11.50); FILE MERGED 2007/06/22 15:16:39 jl 1.11.50.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1caa512b3d986524f7e17ba61b41f6b1619e2fb8]

        INTEGRATION: CWS dr55 (1.9.84); FILE MERGED 2007/06/13 14:35:55 dr 1.9.84.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c04dcf7754c2f3e507b8b1dad44574237feb51c3]

        INTEGRATION: CWS c09tosrc (1.7.132); FILE MERGED 2007/06/29 08:58:58 jl 1.7.132.2: #i79001 Error string for update shared extension on Vista 2007/06/22 15:16:38 jl 1.7.132.1: #i78688# allow to manage shared extension within office

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [747035a78555c14aac8d48ea8d6311c10cf69a93]

        INTEGRATION: CWS dr55 (1.13.42); FILE MERGED 2007/06/29 13:55:14 er 1.13.42.1: #i70277# ScReplaceTabsStr: really remove '\' and not the escaped character

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [17be4f4391279081a5c4dcb22210203a8c09298c]

        INTEGRATION: CWS dr55 (1.50.40); FILE MERGED 2007/06/28 15:00:03 dr 1.50.40.3: RESYNC: (1.50-1.51); FILE MERGED 2007/06/27 13:18:50 er 1.50.40.2: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion 2007/06/27 11:52:38 er 1.50.40.1: #i47644# new error strings #DIV/0! #NUM! #NULL!

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9a0bffa6579d4f176bd163890c648ab951354535]

        INTEGRATION: CWS dr55 (1.49.32); FILE MERGED 2007/06/13 14:35:54 dr 1.49.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7013e48c80ed22fb1e292deea89ef1e5aa933643]

        INTEGRATION: CWS dr55 (1.7.248); FILE MERGED 2007/06/27 13:18:50 er 1.7.248.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0fba72867be89ba2e39c9e8cb4ea4044e97c5b95]

        INTEGRATION: CWS c09tosrc (1.15.66); FILE MERGED 2007/06/21 16:27:16 is 1.15.66.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7813448e77efdbcc6cd4023d79224304109a891f]

        INTEGRATION: CWS dr55 (1.37.40); FILE MERGED 2007/06/28 14:59:40 dr 1.37.40.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/20 19:30:40 er 1.37.40.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ebadea3b756acef590862ad88691f71949a0d650]

        INTEGRATION: CWS c09tosrc (1.45.74); FILE MERGED 2007/06/21 16:27:16 is 1.45.74.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [08fc88db3dbbcf59998d741801f46dc4e243d1a3]

        INTEGRATION: CWS dr55 (1.20.32); FILE MERGED 2007/06/29 13:55:14 er 1.20.32.1: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo>

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2b8ff36adaa185cff3bfcba89e148028d76977b1]

        INTEGRATION: CWS dr55 (1.34.32); FILE MERGED 2007/06/29 13:55:13 er 1.34.32.4: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo> 2007/06/28 13:57:40 dr 1.34.32.3: #i66550# disabled 2007/06/15 15:41:19 dr 1.34.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:54 dr 1.34.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [134404081d4b578c33d2ac7118083ad1d3a4c831]

        INTEGRATION: CWS dr55 (1.18.32); FILE MERGED 2007/06/28 13:57:40 dr 1.18.32.3: #i66550# disabled 2007/06/15 15:41:19 dr 1.18.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:54 dr 1.18.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a49930f4a78592adcdaa9758098e3612b18ff5b7]

        INTEGRATION: CWS c09tosrc (1.72.18); FILE MERGED 2007/06/19 07:31:11 cd 1.72.18.1: #i78646# Don't exchange popup menu items if command url is set

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f6b87dbafda2339f8a16317ef9973b4fe892aff3]

        INTEGRATION: CWS dr55 (1.6.158); FILE MERGED 2007/06/28 13:56:56 dr 1.6.158.3: #i66550# disabled 2007/06/15 15:41:18 dr 1.6.158.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:54 dr 1.6.158.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b3879cd8aef6492a6cb98291d4f1dbf9a205cb09]

        INTEGRATION: CWS c09tosrc (1.57.50); FILE MERGED 2007/06/26 08:52:06 hro 1.57.50.1: #i73550# Disabling/Enabling quickstarter without restarting/terminating it on Windows platforms

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ed0c5c4d364a4c5c004ea930d26f9e0890f993c3]

        INTEGRATION: CWS dr55 (1.73.30); FILE MERGED 2007/06/14 16:49:47 nn 1.73.30.1: #i78485# correct spelling of AbsoluteName

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [eca8e29851f924dba41608d6d0b023b3e2d6486a]

        INTEGRATION: CWS c09tosrc (1.124.10); FILE MERGED 2007/06/19 07:25:12 cd 1.124.10.1: #i71703# disable layout manager of help frame

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [90f79b98fd3bae91cc988ceaf78479f4e714e082]

        INTEGRATION: CWS dr55 (1.12.456); FILE MERGED 2007/06/28 19:30:14 nn 1.12.456.2: include memory without .h 2007/06/20 19:30:39 er 1.12.456.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [92063f5de80b54f7a22dcce03bf94c9bf8f5e5a2]

        INTEGRATION: CWS dr55 (1.9.340); FILE MERGED 2007/06/13 14:35:54 dr 1.9.340.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e40c443420c5995471ee389d76933052497706eb]

        INTEGRATION: CWS dr55 (1.53.32); FILE MERGED 2007/06/29 13:55:13 er 1.53.32.5: #i56202# Ctrl+Prime (quoteleft) toggles formula view; merged from branch cws_src680_msba02; contributed by Muthu Subramanian <muthusuba@ooo> 2007/06/28 13:56:56 dr 1.53.32.4: #i66550# disabled 2007/06/22 12:50:25 tbe 1.53.32.3: #i78488# Warn if printing output is empty 2007/06/15 15:41:18 dr 1.53.32.2: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr 2007/06/13 14:35:54 dr 1.53.32.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bfa5f7f1752fbf3ff04d5e76a9ba83fefb15bee1]

        INTEGRATION: CWS dr55 (1.15.184); FILE MERGED 2007/06/28 14:59:09 dr 1.15.184.2: RESYNC: (1.15-1.16); FILE MERGED 2007/06/27 13:18:49 er 1.15.184.1: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bfec1dbad3876d041b5c19165e0c0ca78625da16]

        INTEGRATION: CWS dr55 (1.15.184); FILE MERGED 2007/06/28 14:59:00 dr 1.15.184.2: RESYNC: (1.15-1.16); FILE MERGED 2007/06/27 11:54:30 er 1.15.184.1: #i47644# new errDivisionByZero to distinguish from other floating-point operation errors

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2d9e6a91a2a4b3eff1cfda8376ccf8be46e04523]

        INTEGRATION: CWS c09tosrc (1.35.90); FILE MERGED 2007/06/20 13:37:39 rt 1.35.90.2: Remove warnings. 2007/06/20 11:29:17 cd 1.35.90.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7f0171619d60be0bec38b465b25f37e22dc9f910]

        INTEGRATION: CWS dr55 (1.48.52); FILE MERGED 2007/06/20 19:30:39 er 1.48.52.1: #i78630# remove MacOS9 specifics

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [31db6ffc4ba908fdb6371619fb5a542d6527b959]

        INTEGRATION: CWS dr55 (1.3.456); FILE MERGED 2007/06/28 14:58:52 dr 1.3.456.3: RESYNC: (1.3-1.4); FILE MERGED 2007/06/27 13:18:49 er 1.3.456.2: #i47644# rename ocNoValue to ocNotAvail, NOVALUE to NOTAVAILABLE, ocIsNV to ocIsNA, SetNV to SetNA to prevent further confusion 2007/06/27 11:54:30 er 1.3.456.1: #i47644# new errDivisionByZero to distinguish from other floating-point operation errors

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [efd52f264b6fe3c531ddf835b91c7639b7629d7e]

        INTEGRATION: CWS c09tosrc (1.28.38); FILE MERGED 2007/06/20 11:29:17 cd 1.28.38.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [91923e34fd6cd3f1d718ce6bc1d22afd9e735ae1]

        INTEGRATION: CWS dr55 (1.19.158); FILE MERGED 2007/06/13 14:35:54 dr 1.19.158.1: #i59082# assign macros to drawing objects and pictures, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0bcbf67792e91efdb5b24c0bdc3d2d09f901fa9c]

        INTEGRATION: CWS c09tosrc (1.31.38); FILE MERGED 2007/06/20 11:29:17 cd 1.31.38.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e5f0302d23cc671f557bbd36b7da047b85f20817]

        INTEGRATION: CWS dr55 (1.10.84); FILE MERGED 2007/06/15 19:15:00 nn 1.10.84.1: #i76514# don't access ScLinkedAreaDlg as AbstractScLinkedAreaDlg

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7d34800bc6cb3083aac86e90a93fe86a4dd8fdb1]

        INTEGRATION: CWS c09tosrc (1.30.56); FILE MERGED 2007/06/20 11:29:17 cd 1.30.56.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f8d830a65db21c554664af4bff9e9e9fb8cc307b]

        INTEGRATION: CWS c09tosrc (1.15.58); FILE MERGED 2007/06/20 11:29:17 cd 1.15.58.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2ab72233e9c3ce0c68a1a55d53abb543a8aab46e]

        INTEGRATION: CWS c09tosrc (1.7.90); FILE MERGED 2007/06/20 11:29:17 cd 1.7.90.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [930ab10ae7ff7dd0361bdee70f0029785c6d42ec]

        INTEGRATION: CWS c09tosrc (1.13.192); FILE MERGED 2007/06/20 11:29:17 cd 1.13.192.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c9b0be949611941e171f708d49895352b5881109]

        INTEGRATION: CWS dr55 (1.59.40); FILE MERGED 2007/06/28 12:29:41 dr 1.59.40.2: #i66550# changes disabled 2007/06/15 15:41:40 dr 1.59.40.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5119c7c216881ae6d9129bdcc5abdcb3fa31381b]

        INTEGRATION: CWS c09tosrc (1.10.146); FILE MERGED 2007/06/20 11:29:17 cd 1.10.146.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [357c2d97c19d75d7fe73bd23958b328902f8a7c6]

        INTEGRATION: CWS dr55 (1.76.94); FILE MERGED 2007/06/28 12:29:41 dr 1.76.94.2: #i66550# changes disabled 2007/06/15 15:41:40 dr 1.76.94.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3776575f78b698f9a6c581b02dfcbdd2b9eaad3a]

        INTEGRATION: CWS dr55 (1.13.132); FILE MERGED 2007/06/28 12:29:41 dr 1.13.132.2: #i66550# changes disabled 2007/06/15 15:41:40 dr 1.13.132.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a2e232c6e124c22b3e8847b57d056ac488aa6259]

        INTEGRATION: CWS c09tosrc (1.33.58); FILE MERGED 2007/06/20 11:29:16 cd 1.33.58.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c181c50b225da6ae5367b35f5f5c09a935bfc2ca]

        INTEGRATION: CWS dr55 (1.2.42); FILE MERGED 2007/06/28 12:29:33 dr 1.2.42.2: #i66550# changes disabled 2007/06/15 15:41:40 dr 1.2.42.1: #i66550# add hyperlinks to shapes, patch by npower, reviewed by dr

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4b6eb5a3d1af98c0cdc67c6a6d621dcaf4969a3c]

        INTEGRATION: CWS c09tosrc (1.31.38); FILE MERGED 2007/06/20 13:37:38 rt 1.31.38.2: Remove warnings. 2007/06/20 11:29:16 cd 1.31.38.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [90c9572957f29954b7fafb21f71f580fe3f49a70]

        INTEGRATION: CWS c09tosrc (1.36.90); FILE MERGED 2007/06/20 13:37:38 rt 1.36.90.2: Remove warnings. 2007/06/20 11:29:16 cd 1.36.90.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ba315d069d75e6e2f08694b5e64595565c805442]

        INTEGRATION: CWS c09tosrc (1.10.48); FILE MERGED 2007/06/20 11:29:16 cd 1.10.48.1: #i78694# Calc must support XTransferableSupplier interface

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7e70f2d7b03eabc3006345d2f71d537f89b4ccf3]

        INTEGRATION: CWS dr55 (1.18.376); FILE MERGED 2007/06/15 11:14:11 tbe 1.18.376.1: #i25278# print default suggestions

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a53548a72be963bd8230ca76d26787445579d87f]

        INTEGRATION: CWS dr55 (1.56.20); FILE MERGED 2007/06/21 11:43:10 dr 1.56.20.1: #i72608# doubled shourtcuts in Calc/Edit menu

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9d1a2170d94873fb88935c42f87f6947b2e7e1e9]

        INTEGRATION: CWS dr55 (1.25.60); FILE MERGED 2007/06/28 14:55:48 dr 1.25.60.2: RESYNC: (1.25-1.26); FILE MERGED 2007/06/19 18:34:30 nn 1.25.60.1: #i73123# remove insertobjectbar

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [367fe6f042cc066b1b8a99ff5f85168118d81c19]

        INTEGRATION: CWS dr55 (1.23.28); FILE MERGED 2007/06/21 13:38:21 dr 1.23.28.2: changed shortcut for Cells 2007/06/21 11:43:10 dr 1.23.28.1: #i72608# doubled shourtcuts in Calc/Edit menu

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cbf5116fd2bdc9883002711686726b0ee299163d]

        INTEGRATION: CWS c09tosrc (1.16.86); FILE MERGED 2007/06/21 16:25:11 is 1.16.86.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e8331182844b723a43db13cab7244cba54994a13]

        INTEGRATION: CWS c09tosrc (1.9.186); FILE MERGED 2007/06/21 16:25:10 is 1.9.186.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [33e86f7370908c2b511c6432678658ecce068445]

        INTEGRATION: CWS c09tosrc (1.1.4); FILE ADDED 2007/06/20 07:54:10 rt 1.1.4.2: #148085# Bring  manifest builder to SRC680 code line. 2007/02/14 16:35:21 rt 1.1.4.1: file makemani.pl was added on branch cws_src680_c09tosrc on 2007-06-20 07:54:10 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e445140af64f3876beef70a75c5eb20faeb116dc]

        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>  [d18ad7826f0dfc4742791eabedaf8b0a79c469b2]

        INTEGRATION: CWS swsoftpagebreak (1.47.222); FILE MERGED 2007/06/19 10:55:11 ama 1.47.222.1: #i78650#: Soft page break export

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bd38f9294e0b482af9c6d37269a3140fc8ab3b8b]

        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>  [b8f9b4ad593f046797f1785dc18ed15ba70be2e3]

        INTEGRATION: CWS c09tosrc (1.7.92); FILE MERGED 2007/06/25 14:04:31 rt 1.7.92.2: Avoid warning on mac ('aColor' may be used uninitialized in this function). 2007/06/18 15:27:16 cd 1.7.92.1: #i78622# Dropdown button of combobox (complex toolbar controller) must be clicked twice

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6466f43b0f9e2aa8eb0e8e1d93db0cbfb058fd2a]

        INTEGRATION: CWS c09tosrc (1.19.10); FILE MERGED 2007/06/18 15:09:45 cd 1.19.10.1: #i78621# Delete stream object after png reader has been destroyed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [80781b90b04af9232948ef0ca1b81722aaa480a1]

        INTEGRATION: CWS c09tosrc (1.13.10); FILE MERGED 2007/06/18 15:09:19 cd 1.13.10.1: #i78621# Delete stream object after png reader has been destroyed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [95e762f76b0804890c2c35954ae97ca4bf6cb3db]

        INTEGRATION: CWS c09tosrc (1.101.38); FILE MERGED 2007/06/18 15:05:05 cd 1.101.38.1: #i71703# make it possible to setting layout manager of frame to null

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [48bc3f88b5d9052d3f14ed4560a7078c0194a62f]

        INTEGRATION: CWS c09tosrc (1.63.28); FILE MERGED 2007/06/18 14:59:01 cd 1.63.28.1: #i78619# Support notifications for visible/invisible ui elements

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ae1c7ed386b297e632817c3d224b02fd26a49291]

        INTEGRATION: CWS swsoftpagebreak (1.105.4); FILE MERGED 2007/06/22 12:49:55 ama 1.105.4.2: Fix #i78650#: Use soft page breaks 2007/06/19 10:49:41 ama 1.105.4.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1245068bf956357125344793bc575ffcce3c11c1]

        INTEGRATION: CWS swsoftpagebreak (1.3.4); FILE MERGED 2007/06/19 13:06:51 ama 1.3.4.2: #i78650#: Soft page break 2007/06/19 10:47:55 ama 1.3.4.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [361505a472562e873d20996fbcd2c0b9516a7ac1]

        INTEGRATION: CWS swsoftpagebreak (1.41.56); FILE MERGED 2007/06/25 13:52:41 ama 1.41.56.1: #i78650#: Soft Page Break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d6052c3f771d23dc0bd038e7bd4d6d97470db473]

        INTEGRATION: CWS c09tosrc (1.8.10); FILE MERGED 2007/06/21 16:24:00 is 1.8.10.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f55efcc7f06a064ecc39c7ad529a8f331b620ad2]

        INTEGRATION: CWS swsoftpagebreak (1.33.116); FILE MERGED 2007/06/22 12:07:39 ama 1.33.116.1: Fix #i78650#: Use soft page breaks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [75e98fe840803004d24bb3af340d027de82f2df4]

        INTEGRATION: CWS c09tosrc (1.2.10); FILE MERGED 2007/06/22 11:35:23 is 1.2.10.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [925bc739ffb3877c1bbf27fc3bf2fa5878fe6c89]

        INTEGRATION: CWS swsoftpagebreak (1.84.322); FILE MERGED 2007/06/22 12:07:47 ama 1.84.322.1: Fix #i78650#: Use soft page breaks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [42f55a768cc081f6224ed1e7d16782cc1bbd9b34]

        INTEGRATION: CWS c09tosrc (1.4.4); FILE MERGED 2007/06/21 16:24:00 is 1.4.4.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7acb54c11173abe74ca76c7c65f0de3e9b7bf223]

        INTEGRATION: CWS swsoftpagebreak (1.35.136); FILE MERGED 2007/06/20 06:31:39 ama 1.35.136.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aa3d669998ed79216f69db7c34880ee859fe83fb]

        INTEGRATION: CWS c09tosrc (1.11.4); FILE MERGED 2007/06/21 16:24:00 is 1.11.4.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4538b2aa475e858f3f927852b8e740862d085b4a]

        INTEGRATION: CWS swsoftpagebreak (1.37.136); FILE MERGED 2007/06/28 10:32:59 ama 1.37.136.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/20 06:31:01 ama 1.37.136.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [831b2007f01191adcb2262905a756298d940fcfa]

        INTEGRATION: CWS c09tosrc (1.7.46); FILE MERGED 2007/06/21 16:23:59 is 1.7.46.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ad43dd2ba554d58ca07d92959f65cd689d184335]

        INTEGRATION: CWS swsoftpagebreak (1.7.50); FILE MERGED 2007/06/29 10:09:59 ama 1.7.50.1: Resync problem solved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c08a62433895908396505b583e80e857844452bf]

        INTEGRATION: CWS c09tosrc (1.1.4); FILE ADDED 2007/06/21 16:23:59 is 1.1.4.2: #144951# c09 to src680 for installation tasks 2007/05/22 15:22:01 is 1.1.4.1: file checkdirectory.cxx was added on branch cws_src680_c09tosrc on 2007-06-21 16:23:59 +0000

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3e25f290d4a7659bc090e06797015db138b2e07a]

        INTEGRATION: CWS swsoftpagebreak (1.1.2); FILE ADDED 2007/06/25 13:51:47 ama 1.1.2.2: #i78650#: Soft Page Break 2007/06/20 06:29:20 ama 1.1.2.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2413806b2c7687e3727f7dd611a13ca6eb6cede6]

        INTEGRATION: CWS c09tosrc (1.11.4); FILE MERGED 2007/06/22 11:52:32 is 1.11.4.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3cc7584097bb2f6454ab3c3ce9c06149b2d97776]

        INTEGRATION: CWS swsoftpagebreak (1.14.42); FILE MERGED 2007/06/19 10:56:56 ama 1.14.42.1: makefile.mk

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [73722ea187c45eb2d37b799713c2da8037bb1db4]

        INTEGRATION: CWS swsoftpagebreak (1.17.352); FILE MERGED 2007/06/19 10:55:45 ama 1.17.352.1: #i78650#: Soft page break export

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0b047d477cf6d60bd79754a68d0010fced4c513e]

        INTEGRATION: CWS c09tosrc (1.9.48); FILE MERGED 2007/06/21 16:23:59 is 1.9.48.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b03fb7a4097bef51dcc92c8b90a2cfcd504443f8]

        INTEGRATION: CWS swsoftpagebreak (1.17.8); FILE MERGED 2007/06/29 10:09:15 ama 1.17.8.2: Resync problem solved 2007/06/25 13:50:43 ama 1.17.8.1: #i78650#: Soft Page Break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a2b5698fef2cacb5c069ccad1f9372c4283df54c]

        INTEGRATION: CWS c09tosrc (1.7.76); FILE MERGED 2007/07/04 13:51:14 is 1.7.76.1: #148649# Sun search toolbar for Linux

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8e24aaf349c2c069166c9f864d4c1ee4dc8709a3]

        INTEGRATION: CWS c09tosrc (1.15.10); FILE MERGED 2007/06/21 16:23:59 is 1.15.10.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d14e6f27c93771a7f8340a540545699a2b94af53]

        INTEGRATION: CWS c09tosrc (1.20.10); FILE MERGED 2007/06/21 16:23:59 is 1.20.10.1: #144951# c09 to src680 for installation tasks

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c043b10a9f0b6d02a808c0fb5611eec3411ff97e]

        INTEGRATION: CWS c09tosrc (1.42.74); FILE MERGED 2007/06/18 16:05:10 cd 1.42.74.1: #i78628# Prevent possible crash on search&replace dialog

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [628ad56c291bd98b7ebb19ebfc7b93e59c206221]

        INTEGRATION: CWS swsoftpagebreak (1.135.22); FILE MERGED 2007/06/28 10:21:34 ama 1.135.22.2: RESYNC: (1.135-1.136); FILE MERGED 2007/06/19 10:52:02 ama 1.135.22.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [beb4e25a1303260832cdc4534a0b98e705292939]

        INTEGRATION: CWS swsoftpagebreak (1.127.24); FILE MERGED 2007/06/19 10:52:52 ama 1.127.24.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d311796d3563121b20caca8694f6674b17f742bf]

        INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED 2007/06/19 10:48:12 ama 1.2.28.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [37cea1d2b74cf593cfdd119f76a1d89b807fa5c6]

        INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED 2007/06/19 10:46:19 ama 1.2.28.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a63f9656e5ff06a0b331c7958364341f793c34ca]

        INTEGRATION: CWS c09tosrc (1.6.42); FILE MERGED 2007/06/18 15:39:05 cd 1.6.42.1: #i78619# New constants for visible/invisible layout manager notifications

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e5c77195ce56745b420ae38c319af906cb6745b7]

        INTEGRATION: CWS swsoftpagebreak (1.2.28); FILE MERGED 2007/06/19 10:44:15 ama 1.2.28.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ca0f1be1ba139898ea53592343504f57801d91c9]

        INTEGRATION: CWS swsoftpagebreak (1.172.4); FILE MERGED 2007/06/19 10:32:59 ama 1.172.4.1: #i78650#: Soft page break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [77e5e0e2438bbceeb89b0a4e9c1205f045b72b22]

        INTEGRATION: CWS c09tosrc (1.8.90); FILE MERGED 2007/06/25 07:29:19 jl 1.8.90.1: #i78688# new method isReadOnly

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b5c45cd6bdab083c53f80e68f4c96ce64ef20816]

        INTEGRATION: CWS smartstringfix (1.40.10); FILE MERGED 2007/07/05 12:29:39 fme 1.40.10.2: #i79263# CTRL changed to Ctrl according to spec 2007/07/05 12:19:51 fme 1.40.10.1: #i79263# CTRL changed to Ctrl according to spec

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d87bdb74d6e5a4d6e7ceb157344d28e42a98c1c7]

        INTEGRATION: CWS smartstringfix (1.47.10); FILE MERGED 2007/07/05 12:29:38 fme 1.47.10.2: #i79263# CTRL changed to Ctrl according to spec 2007/07/05 12:19:51 fme 1.47.10.1: #i79263# CTRL changed to Ctrl according to spec

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1934493338275b3120edd5be54acf015db3bd4e4]

        #i10000# Undo last commit: broken CWS erroneously rewinded last change.

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f46443c5856a0a5aa148dc84d48eba93e96b0c13]

        #i10000# Undo last commit: broken CWS erroneously rewinded last change.

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f523cba4d34e6431c4b71dc047794d4cde3d2c94]

        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>  [f1f2a27d3c1839522a9f8188557034cb4c6d3f13]

        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>  [9ef4228d9dc8c585d403113c35d938d19a7cd8f0]

        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>  [ddf7630c2b38787e61a6ca7431642e4b666f1dfe]

        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>  [edc5c0d3fbf3794a5269d5146a8ecdadce09de46]

        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>  [fe76e63976e2492beb757ebab182768bd00e2765]

        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>  [a3e115cb5e3c23623c15313fd57e98f6bfde9be9]

        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>  [ebe1b291f9e484eef06ac0a54c69a3ae545da847]

        INTEGRATION: CWS oj14 (1.13.14); FILE MERGED 2007/03/14 15:48:05 mav 1.13.14.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [13ff0fa81a538e79a6b8bbc93dc095467ef282b0]

        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>  [760dcd7d2fd6598a6cf94130ca128ebb51630478]

        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>  [bd14f4bccd21ae169dd23311016bb14285ec39be]

        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>  [7f3c3bb45751664db4e8326e7f2eb0010dbf2ae2]

        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>  [6be6ec33f4847cb7c073b41a1ac94c55a299a188]

        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>  [c24d424093fd77ebb066b7ed4fa752df29c84560]

        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>  [d7e0015f0cc51bde415f2b574c4088968d4fb492]

        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>  [b121b9b93db86ebcd26d7f9e1f2e21e7e859f554]

        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>  [05bc1c4b5b200632208cb4863e2a123c87d2db76]

        INTEGRATION: CWS oj14 (1.6.24); FILE MERGED 2007/03/14 15:48:05 mav 1.6.24.2: #i75401# no need to use implementation service names any more 2006/03/20 08:41:20 oj 1.6.24.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9fa599d529a7ea314b15d80da83a3267db0fb852]

        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>  [79eb76d63ac354885e18389817179cd2fa84c8da]

        INTEGRATION: CWS oj14 (1.64.38); FILE MERGED 2007/02/20 15:56:36 oj 1.64.38.2: RESYNC: (1.64-1.65); FILE MERGED 2007/02/20 12:20:42 oj 1.64.38.1: get slotId from Path

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [645f9de120bf0b8cc9d83d7a26ff672e8dfdd3cd]

        INTEGRATION: CWS oj14 (1.128.36); FILE MERGED 2007/06/23 22:09:12 fs 1.128.36.3: RESYNC: (1.129-1.130); FILE MERGED 2007/06/04 18:04:24 oj 1.128.36.2: RESYNC: (1.128-1.129); FILE MERGED 2007/05/30 13:50:04 fs 1.128.36.1: #i77905# loadConfig: only load 'Link' and 'Preview' states from configuration if not overwritten by another instance

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [64f3ce0100e51fbb1cf617c9efbc8c69d63203a5]

        INTEGRATION: CWS oj14 (1.72.2); FILE MERGED 2007/06/23 22:08:29 fs 1.72.2.3: RESYNC: (1.73-1.74); FILE MERGED 2007/06/04 17:53:21 oj 1.72.2.2: RESYNC: (1.72-1.73); FILE MERGED 2007/06/01 07:39:45 oj 1.72.2.1: #i77411# add help for dbreport

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [31327a6365379c0959dd00b04d241d6b8679b644]

        INTEGRATION: CWS oj14 (1.2.20); FILE MERGED 2007/06/04 17:46:20 oj 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/23 09:21:20 oj 1.2.20.1: merge file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e776593e3bfb53f3d0391f8907a4f48cf74d550a]

        INTEGRATION: CWS oj14 (1.205.54); FILE MERGED 2007/06/26 20:29:36 fs 1.205.54.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4ed3cf760f8d656c215aed37d6d26524d52cc366]

        INTEGRATION: CWS oj14 (1.51.52); FILE MERGED 2007/06/26 20:29:33 fs 1.51.52.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3150378e255fed1dafa11013b06c40123ce397a7]

        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>  [058672308c5fb142ace3816618449a8881c24e2b]

        INTEGRATION: CWS oj14 (1.8.24); FILE MERGED 2007/03/14 15:48:06 mav 1.8.24.2: #i75401# no need to use implementation service names any more 2006/11/08 08:56:49 oj 1.8.24.1: move confighelper to comphelper module

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [06e5db9ab658ba7137bb3c186c53b64347fc76a5]

        INTEGRATION: CWS oj14 (1.6.24); FILE MERGED 2007/04/05 08:08:00 lla 1.6.24.4: #146843# remove confighelper.hxx 2006/11/07 08:43:42 oj 1.6.24.3: RESYNC: (1.7-1.10); FILE MERGED 2006/07/04 07:25:55 oj 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2006/03/20 08:42:53 oj 1.6.24.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b022274ce1b350735b8486ac5f174443377ec913]

        INTEGRATION: CWS oj14 (1.3.24); FILE MERGED 2007/03/14 15:48:06 mav 1.3.24.4: #i75401# no need to use implementation service names any more 2006/11/07 08:43:23 oj 1.3.24.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 07:25:46 oj 1.3.24.2: RESYNC: (1.3-1.5); FILE MERGED 2006/03/20 08:42:52 oj 1.3.24.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0ff88bef1cb53a28734d3d6b73ff16a8c1cb7873]

        INTEGRATION: CWS oj14 (1.10.12); FILE MERGED 2006/11/08 08:07:54 oj 1.10.12.5: use new MimeConfigurationHelper 2006/11/07 08:42:52 oj 1.10.12.4: RESYNC: (1.15-1.19); FILE MERGED 2006/07/04 07:25:37 oj 1.10.12.3: RESYNC: (1.12-1.15); FILE MERGED 2006/03/20 13:48:33 oj 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED 2006/03/20 08:42:52 oj 1.10.12.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1ba93d58cb73fb3fcb95aa31beaf38bac2e5a8db]

        INTEGRATION: CWS oj14 (1.23.2); FILE MERGED 2007/03/14 15:48:06 mav 1.23.2.8: #i75401# no need to use implementation service names any more 2007/02/20 20:48:15 oj 1.23.2.7: merge conflict 2007/02/20 16:22:16 oj 1.23.2.6: RESYNC: (1.33-1.35); FILE MERGED 2006/11/08 08:07:54 oj 1.23.2.5: use new MimeConfigurationHelper 2006/11/07 08:42:29 oj 1.23.2.4: RESYNC: (1.29-1.33); FILE MERGED 2006/07/04 07:25:16 oj 1.23.2.3: RESYNC: (1.26-1.29); FILE MERGED 2006/03/20 13:48:09 oj 1.23.2.2: RESYNC: (1.23-1.26); FILE MERGED 2006/03/20 08:42:51 oj 1.23.2.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [77d020e45b4faaaaf751c4da611562bc348de864]

        INTEGRATION: CWS oj14 (1.29.12); FILE MERGED 2007/04/18 15:16:45 oj 1.29.12.7: RESYNC: (1.39-1.40); FILE MERGED 2007/03/14 15:48:05 mav 1.29.12.6: #i75401# no need to use implementation service names any more 2007/02/20 16:21:43 oj 1.29.12.5: RESYNC: (1.38-1.39); FILE MERGED 2006/11/07 08:41:51 oj 1.29.12.4: RESYNC: (1.34-1.38); FILE MERGED 2006/07/04 07:24:48 oj 1.29.12.3: RESYNC: (1.32-1.34); FILE MERGED 2006/03/20 13:47:07 oj 1.29.12.2: RESYNC: (1.29-1.32); FILE MERGED 2006/03/20 08:42:51 oj 1.29.12.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4fafd5885a99d41f7352b3508a6bf3d23ca723c4]

        INTEGRATION: CWS oj14 (1.8.24); FILE MERGED 2006/03/20 08:42:07 oj 1.8.24.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [882fc22ff4ab59aa7e517336d062a269c2212dd2]

        INTEGRATION: CWS oj14 (1.2.8); FILE MERGED 2007/06/04 17:54:40 oj 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/19 11:35:47 oj 1.2.8.1: merge from deleted file to this new one

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [985435b52ea851c99254693bf35ae6817e02ad71]

        INTEGRATION: CWS oj14 (1.16.8); FILE MERGED 2006/11/07 19:11:47 oj 1.16.8.1: new nmsp

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f278aa5cb92602084f8486abc5cbcb06ebe6f3f5]

        INTEGRATION: CWS oj14 (1.28.12); FILE MERGED 2007/06/08 07:10:22 oj 1.28.12.3: hamdle reportdefinition correctly 2007/06/04 19:06:32 oj 1.28.12.2: RESYNC: (1.28-1.30); FILE MERGED 2007/03/14 15:48:05 mav 1.28.12.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [03cd6856d383402e66bbfb92bd64d4eb8c5b4c79]

        INTEGRATION: CWS oj14 (1.7.24); FILE MERGED 2006/03/20 08:40:01 oj 1.7.24.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3b132bdce7b6552bbea100f795332053199c1ee8]

        INTEGRATION: CWS oj14 (1.13.14); FILE MERGED 2007/03/14 15:48:05 mav 1.13.14.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b16739c6ef3cb63155009f5806dcde8b61306510]

        INTEGRATION: CWS oj14 (1.8.14); FILE MERGED 2007/03/14 15:48:04 mav 1.8.14.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7757a18cfd77996f4ce8aef2cbb8c70425ae92da]

        INTEGRATION: CWS oj14 (1.21.4); FILE MERGED 2007/06/04 19:05:51 oj 1.21.4.6: RESYNC: (1.28-1.30); FILE MERGED 2007/03/14 15:48:04 mav 1.21.4.5: #i75401# no need to use implementation service names any more 2006/11/07 08:38:18 oj 1.21.4.4: RESYNC: (1.24-1.28); FILE MERGED 2006/07/04 07:22:12 oj 1.21.4.3: RESYNC: (1.23-1.24); FILE MERGED 2006/03/20 13:43:29 oj 1.21.4.2: RESYNC: (1.21-1.23); FILE MERGED 2006/03/20 08:40:01 oj 1.21.4.1: use mimeconfighelper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [333b7c8b93f1748705a89666a74e26fe7b2ab970]

        INTEGRATION: CWS oj14 (1.22.2); FILE MERGED 2007/06/04 19:05:07 oj 1.22.2.2: RESYNC: (1.22-1.23); FILE MERGED 2007/03/14 15:48:04 mav 1.22.2.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [71050df78c753897593873453258fdda0c39bf4b]

        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>  [374622b1f2cbb96c9c2f67e16d8fdeb418a839d9]

        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>  [1c1008127a2f12d6537f2ba5900fd1f6684b0953]

        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>  [547f8a0c01ceac9a58bf91bb6b3dc220edc33648]

        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>  [940917c6f3eeec8f5ddab8d0b3e7644e5c5e4478]

        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>  [697ab5d3d75b355f2b736373fda16cb8ea532732]

        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>  [2aebcbf4199cc211e3b46605fe8f744552c896e5]

        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>  [fdb3ebb3eae877168a27da4460d98c42b4cea69c]

        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>  [c9b6ab75285c78e39e2d7690b41ef0e9d89d6cfa]

        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>  [d3c67c62a2b1e8c1d30cc7cdf8d02fb4b36c1f86]

        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>  [d940b7460c71f9e4d2320bd3d4ca525317feaebf]

        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>  [03b304bb7dc3614b5dd460f05a2370672704149a]

        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>  [16fb8dc7c043abd10bee1ea6159a54fc29b5db43]

        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>  [fd50d1fa2cb78684f93ce28382d6ac2ff30af007]

        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>  [5362b310db0613eb33608b56fc2b2865730b6063]

        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>  [4d2be52c1b15d0518cfd850a3a17128f11756c18]

        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>  [7d07de33a953a7114bb127e05ce2159d6b026f62]

        INTEGRATION: CWS oj14 (1.11.26); FILE MERGED 2007/06/26 20:21:32 fs 1.11.26.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9b04b6486643b7b89a8359d48dd92ebf329e0cd6]

        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>  [34818a516a5b4a386e95e7e0bf9250a9c6bddd25]

        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>  [25f81f7312ec322bed2c84f2dfa898983fcb3d23]

        INTEGRATION: CWS oj14 (1.8.54); FILE MERGED 2007/04/18 09:12:47 oj 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2007/01/25 07:55:11 oj 1.8.54.1: memory leak fixed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [98f8b561a2dd53ac691a42e5eed2b486ee128a8d]

        INTEGRATION: CWS oj14 (1.11.38); FILE MERGED 2007/04/18 09:12:41 oj 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/25 07:55:11 oj 1.11.38.1: memory leak fixed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d2876b50feb499e3313f67be464eeee4d0f9ceb0]

        INTEGRATION: CWS oj14 (1.3.160); FILE MERGED 2007/01/25 07:55:11 oj 1.3.160.1: memory leak fixed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2527ebb7fb1b6a047a5e74c161459715e80a6b96]

        INTEGRATION: CWS oj14 (1.5.48); FILE MERGED 2007/01/25 07:55:11 oj 1.5.48.1: memory leak fixed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7466d53a207bcbe4f6ca875830521f39d2c53528]

        INTEGRATION: CWS oj14 (1.54.8); FILE MERGED 2007/06/14 07:53:17 ama 1.54.8.5: Fix #i77039#: Actualise value box 2007/06/04 20:12:00 oj 1.54.8.4: RESYNC: (1.55-1.56); FILE MERGED 2007/05/25 14:56:14 fme 1.54.8.3: #i77278# Wrong nMinRelColWidth in case there are no columns with relative width 2007/04/18 08:53:52 oj 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2007/02/20 17:47:36 oj 1.54.8.1: #i71935# cell style

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9fbcec5e1520d3869d9a1b1e06a55f4829400126]

        INTEGRATION: CWS oj14 (1.3.102); FILE MERGED 2007/07/02 09:30:43 fs 1.3.102.1: we're a 2.3 by now (needed for #i76758#)

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4be4122f4e31b4a244984ab4f5b8247a06b2dd5b]

        INTEGRATION: CWS oj14 (1.34.126); FILE MERGED 2007/06/23 21:47:06 fs 1.34.126.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/20 17:47:36 oj 1.34.126.1: #i71935# cell style

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2ce1e2a5434140e6dc2b068270fd010eaee1d2a0]

        INTEGRATION: CWS oj14 (1.77.26); FILE MERGED 2007/06/26 20:36:04 fs 1.77.26.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7636b728ca4c40fa420d48eef3ff434185ebd320]

        INTEGRATION: CWS oj14 (1.59.144); FILE MERGED 2007/06/26 20:36:04 fs 1.59.144.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [83907405c8340bf5d3f21eacb7a210bcbfc4a854]

        INTEGRATION: CWS oj14 (1.177.36); FILE MERGED 2007/06/26 20:36:03 fs 1.177.36.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e5aa134b4b145afc37813fb0826f6424c8ecc76d]

        INTEGRATION: CWS oj14 (1.71.114); FILE MERGED 2007/06/26 20:36:03 fs 1.71.114.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d32eb4b22cfee98a257eb570c7e1ceccf11d8223]

        INTEGRATION: CWS oj14 (1.147.38); FILE MERGED 2007/06/26 20:36:03 fs 1.147.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [32866d0c81410946c5fd36cd4c48d80c5f589d8d]

        INTEGRATION: CWS oj14 (1.5.4); FILE MERGED 2007/06/14 07:49:09 ama 1.5.4.1: Fix #i77039#: Actualise value box

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [68469d3280c187b9b1f85bc2f8f0c8fe3977170a]

        INTEGRATION: CWS oj14 (1.54.38); FILE MERGED 2007/06/26 20:36:03 fs 1.54.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cf237bef9a0ef2a14a0d14ea4ab7f7bc88bf4187]

        INTEGRATION: CWS oj14 (1.45.72); FILE MERGED 2007/06/26 20:36:03 fs 1.45.72.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9ad8845ddb05cf16100b29d9cece073efea00bc3]

        INTEGRATION: CWS oj14 (1.55.52); FILE MERGED 2007/06/26 20:36:02 fs 1.55.52.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4cec4495fcb8c624723ba341e7ad9cf56236f74f]

        INTEGRATION: CWS oj14 (1.18.4); FILE MERGED 2007/06/14 07:50:01 ama 1.18.4.1: Fix #i77039#: Actualise value box

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d37aa40fc5cdbd77258e93336ff66602deb79ff4]

        INTEGRATION: CWS oj14 (1.6.130); FILE MERGED 2007/06/26 20:33:54 fs 1.6.130.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bf8502526fdd1fdbc677cc1c9f58108d6e1558e0]

        INTEGRATION: CWS oj14 (1.17.130); FILE MERGED 2007/06/26 20:33:54 fs 1.17.130.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ec858757da6586850ab032e82ea863c6ee65cbdf]

        INTEGRATION: CWS oj14 (1.13.54); FILE MERGED 2007/06/26 20:33:53 fs 1.13.54.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5121c2253320f0dbf9e21c9bfc3a76ba124e5a35]

        INTEGRATION: CWS oj14 (1.26.90); FILE MERGED 2007/06/26 20:33:53 fs 1.26.90.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c11c16ab1f5b51cf3618dfad480a744bbc5e3444]

        INTEGRATION: CWS oj14 (1.85.46); FILE MERGED 2007/06/26 20:33:53 fs 1.85.46.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [64cda584bb4e14770766fac8112b1c0db658c15a]

        INTEGRATION: CWS oj14 (1.32.130); FILE MERGED 2007/06/26 20:33:53 fs 1.32.130.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [860cc641eba13cc927e4ff34cf241067ece14dec]

        INTEGRATION: CWS oj14 (1.59.46); FILE MERGED 2007/06/26 20:33:52 fs 1.59.46.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7ddb2a14f6fc9a076c2346e867e55ec07af1055d]

        INTEGRATION: CWS oj14 (1.82.48); FILE MERGED 2007/06/26 20:33:52 fs 1.82.48.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d34ef204c97c6c725afc6c049bc7c5e4b7403568]

        INTEGRATION: CWS oj14 (1.58.8); FILE MERGED 2007/05/11 16:11:27 oj 1.58.8.2: #i77059# export char content helper for example line break 2007/02/20 14:39:10 ama 1.58.8.1: Fix #i71935#: Para/Text-properties set by cell style

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [664af7b8c3882e56d936d34a9c26f273ef516bea]

        INTEGRATION: CWS oj14 (1.41.4); FILE MERGED 2007/02/20 14:40:32 ama 1.41.4.2: Fix #i71935#: Para/Text-properties set by cell style 2006/12/19 14:05:57 oj 1.41.4.1: some clean up

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a426f7fcc6a3d3de89d4890a55b779a4d405a3e4]

        INTEGRATION: CWS oj14 (1.18.22); FILE MERGED 2007/06/04 18:10:28 oj 1.18.22.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/20 12:01:54 oj 1.18.22.1: change indexaccess to nameaccess, as defined in the spec

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fab2ade0d74cccea6b90244a354becd9015942fe]

        INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2007/02/20 14:40:57 ama 1.16.4.1: Fix #i71935#: Para/Text-properties set by cell style

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0a36849fa3483d7c9110f31cdef0b7dd2ed25f2b]

        INTEGRATION: CWS oj14 (1.15.38); FILE MERGED 2006/12/19 14:04:58 oj 1.15.38.1: use of XIndexAccess instead of XNameAccess

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [88c16bb6d49356f87eec891439e888ff7718420f]

        INTEGRATION: CWS oj14 (1.100.14); FILE MERGED 2007/06/04 18:04:17 oj 1.100.14.9: RESYNC: (1.103-1.105); FILE MERGED 2007/04/25 08:18:21 oj 1.100.14.8: correct order 2007/04/18 08:28:19 oj 1.100.14.7: RESYNC: (1.102-1.103); FILE MERGED 2007/03/15 14:53:29 oj 1.100.14.6: renaming of token 2007/03/05 06:45:55 oj 1.100.14.5: rename attribute 2007/02/21 07:09:27 oj 1.100.14.4: new token 2007/02/20 12:01:29 oj 1.100.14.3: rename element 2006/12/19 14:00:42 oj 1.100.14.2: two new tokens 2006/11/07 19:15:43 oj 1.100.14.1: correct vector usage and new token

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [503e8096e628f5cecc4cb65ad3e4f21a81e0aead]

        INTEGRATION: CWS oj14 (1.96.8); FILE MERGED 2007/06/04 18:04:06 oj 1.96.8.2: RESYNC: (1.96-1.97); FILE MERGED 2006/12/19 14:00:59 oj 1.96.8.1: check prefix

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [618233d72ce016cfde698e13cdeafd37e8b3d577]

        INTEGRATION: CWS oj14 (1.12.22); FILE MERGED 2006/11/07 19:15:44 oj 1.12.22.1: correct vector usage and new token

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1eaca49d1bcd6a1838cfb25a557d5e4270358b94]

        INTEGRATION: CWS oj14 (1.52.14); FILE MERGED 2007/06/23 21:36:53 fs 1.52.14.5: RESYNC: (1.53-1.54); FILE MERGED 2007/05/11 16:11:26 oj 1.52.14.4: #i77059# export char content helper for example line break 2007/04/20 06:44:00 oj 1.52.14.3: merge conflict resolved 2007/04/18 08:28:11 oj 1.52.14.2: RESYNC: (1.52-1.53); FILE MERGED 2006/12/19 14:04:25 oj 1.52.14.1: export txtimppr.hxx

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fadab63233399703e7a23b92354c9ae8d7de5b2d]

        INTEGRATION: CWS oj14 (1.2.6); FILE MERGED 2007/06/04 17:53:05 oj 1.2.6.2: RESYNC: (1.2-1.4); FILE MERGED 2007/04/23 10:21:05 oj 1.2.6.1: resolved merge conflict

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c9aa71be2103924e52d8431b3f3f0ade460aa7c9]

        INTEGRATION: CWS oj14 (1.2.8); FILE MERGED 2007/04/20 06:01:56 oj 1.2.8.1: file moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ad39bb68fc99ef111ae5159a6341e071ae0970c0]

        INTEGRATION: CWS oj14 (1.2.8); FILE MERGED 2007/04/20 05:48:32 oj 1.2.8.1: file moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0e3ff5db960cdf907c03445220f1e29d37fc367f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/05/11 16:12:15 oj 1.1.2.1: #i77059# export char content helper for example line break

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [26fb462d68e19520869d7f3bc45b0ecdea00d566]

        INTEGRATION: CWS oj14 (1.2.8); FILE MERGED 2007/04/23 10:21:04 oj 1.2.8.1: resolved merge conflict

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aabae7f401d96dfc51687e907e2a8895a0bad0c8]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/12/19 14:03:19 oj 1.1.2.1: moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6f8ff2fa1c1bbc8fe7af188304d10a26bb4a1f41]

        INTEGRATION: CWS oj14 (1.30.16); FILE MERGED 2007/05/31 08:40:24 oj 1.30.16.2: #i76758# add dependency to jfreereport 2007/05/14 06:34:44 lla 1.30.16.1: #i77326# add reportdesign

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c749945da628886bd8992027df665da193c0b683]

        INTEGRATION: CWS oj14 (1.36.10); FILE MERGED 2007/06/23 21:33:54 fs 1.36.10.8: RESYNC: (1.61-1.63); FILE MERGED 2007/06/04 19:09:53 oj 1.36.10.7: RESYNC: (1.56-1.61); FILE MERGED 2007/05/03 06:18:53 oj 1.36.10.6: #i76758# new files for report 2007/04/18 16:50:24 oj 1.36.10.5: RESYNC: (1.55-1.56); FILE MERGED 2007/02/20 15:51:10 oj 1.36.10.4: RESYNC: (1.48-1.55); FILE MERGED 2006/12/18 19:11:51 oj 1.36.10.3: RESYNC: (1.44-1.48); FILE MERGED 2006/11/07 11:23:19 oj 1.36.10.2: RESYNC: (1.36-1.44); FILE MERGED 2006/08/29 05:33:39 oj 1.36.10.1: new config file for extended color scheme for add ons

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e348e464cea436800b7559139613ed7a6f6358c8]

        INTEGRATION: CWS oj14 (1.158.10); FILE MERGED 2007/06/23 21:33:07 fs 1.158.10.8: RESYNC: (1.190-1.196); FILE MERGED 2007/06/04 19:06:44 oj 1.158.10.7: RESYNC: (1.185-1.190); FILE MERGED 2007/05/03 06:18:51 oj 1.158.10.6: #i76758# new files for report 2007/04/18 16:49:57 oj 1.158.10.5: RESYNC: (1.183-1.185); FILE MERGED 2007/02/20 15:49:56 oj 1.158.10.4: RESYNC: (1.175-1.183); FILE MERGED 2006/12/18 19:11:07 oj 1.158.10.3: RESYNC: (1.171-1.175); FILE MERGED 2006/11/07 11:22:23 oj 1.158.10.2: RESYNC: (1.158-1.171); FILE MERGED 2006/08/29 05:33:39 oj 1.158.10.1: new config file for extended color scheme for add ons

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [995bfdd958ac4603cca93f1f0f41aca11bd06a9a]

        INTEGRATION: CWS oj14 (1.7.72); FILE MERGED 2007/05/03 06:18:50 oj 1.7.72.1: #i76758# new files for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3c7a3caa55541b0180da6f8dbd65c24cad1726ed]

        INTEGRATION: CWS oj14 (1.15.2); FILE MERGED 2007/06/04 18:51:34 oj 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2007/05/03 06:18:48 oj 1.15.2.1: #i76758# new files for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [da1bc76ddbdded354142b60d331b6f69af789da2]

        INTEGRATION: CWS oj14 (1.10.92); FILE MERGED 2007/05/10 12:10:29 oj 1.10.92.1: #i77193# insert mktemp to avoid exploding command line

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2ce873a460210ab553d99c8afd8daab9c5b29883]

        INTEGRATION: CWS oj14 (1.5.14); FILE MERGED

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7fecde33717a90fe529e7644edccdcce40f99cca]

        INTEGRATION: CWS oj14 (1.5.14); FILE MERGED

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b71d6f50c8c86eb4a6b34eb6ce98cce13ab0647c]

        INTEGRATION: CWS oj14 (1.2.32); FILE MERGED 2007/05/03 06:37:09 oj 1.2.32.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f1702aa8e46d63b85cc16e550c96b79509057c89]

        INTEGRATION: CWS oj14 (1.5.66); FILE MERGED 2006/11/08 15:07:19 oj 1.5.66.4: merge conflicts resolved 2006/11/07 12:11:23 oj 1.5.66.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/13 07:50:03 oj 1.5.66.2: new service impl stringrepresentation 2006/07/04 11:07:27 oj 1.5.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4be7687bbc9c16d76fac0bfe706cf617112bb30e]

        INTEGRATION: CWS oj14 (1.7.66); FILE MERGED 2007/06/04 20:27:05 oj 1.7.66.4: RESYNC: (1.7-1.8); FILE MERGED 2007/01/09 09:42:56 oj 1.7.66.3: new method to get all list entries 2006/11/08 15:07:19 oj 1.7.66.2: merge conflicts resolved 2006/07/04 11:07:27 oj 1.7.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3afd57ab66b9fea5ec8fddf8b11b686adf837c2a]

        INTEGRATION: CWS oj14 (1.22.8); FILE MERGED 2007/06/04 20:26:55 oj 1.22.8.6: RESYNC: (1.24-1.26); FILE MERGED 2007/01/09 09:42:55 oj 1.22.8.5: new method to get all list entries 2006/11/08 15:07:19 oj 1.22.8.4: merge conflicts resolved 2006/11/08 08:30:05 oj 1.22.8.3: new prop for rowset 2006/11/07 12:11:15 oj 1.22.8.2: RESYNC: (1.22-1.24); FILE MERGED 2006/07/04 11:07:27 oj 1.22.8.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ec536c1ee8a18d8840333acb61c4711178f43fea]

        INTEGRATION: CWS oj14 (1.3.48); FILE MERGED 2007/06/04 20:26:29 oj 1.3.48.4: RESYNC: (1.4-1.6); FILE MERGED 2007/02/20 15:48:27 oj 1.3.48.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/20 14:12:42 oj 1.3.48.2: using was missing 2006/12/19 14:18:33 oj 1.3.48.1: some adjustments

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ed58bccb07e493d4b02c9e2eca890b10b5b58ba6]

        INTEGRATION: CWS oj14 (1.8.48); FILE MERGED 2006/12/18 16:54:46 oj 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/08 15:07:18 oj 1.8.48.1: merge conflicts resolved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2054333a232686ca5725443764c8ef254adaca37]

        INTEGRATION: CWS oj14 (1.12.66); FILE MERGED 2006/12/18 16:54:39 oj 1.12.66.2: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 11:07:27 oj 1.12.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b81add25251bcb8f01f4042a1d02943c63fae980]

        INTEGRATION: CWS oj14 (1.16.66); FILE MERGED 2006/12/18 16:54:32 oj 1.16.66.3: RESYNC: (1.17-1.18); FILE MERGED 2006/11/07 12:09:38 oj 1.16.66.2: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 11:07:27 oj 1.16.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8a27c48c6263d1f1569ae71ff1743fa6562d08ba]

        INTEGRATION: CWS oj14 (1.31.50); FILE MERGED 2007/06/18 09:03:41 fs 1.31.50.7: impl_startOrStopModelListening_nothrow: model is not required to support XPropertySet, so don't assert 2007/06/04 20:25:09 oj 1.31.50.6: RESYNC: (1.36-1.37); FILE MERGED 2007/04/25 10:48:13 oj 1.31.50.5: if a propertyvetoexception was caught, reset the old value 2006/12/18 16:54:05 oj 1.31.50.4: RESYNC: (1.33-1.36); FILE MERGED 2006/11/08 08:30:05 oj 1.31.50.3: new prop for rowset 2006/11/07 12:08:57 oj 1.31.50.2: RESYNC: (1.31-1.33); FILE MERGED 2006/07/04 11:07:27 oj 1.31.50.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [78acd0c5a8bfb41482f82aad019f9001f842d652]

        INTEGRATION: CWS oj14 (1.6.66); FILE MERGED 2006/12/18 16:53:58 oj 1.6.66.3: RESYNC: (1.7-1.8); FILE MERGED 2006/11/07 12:08:17 oj 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 11:07:26 oj 1.6.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [33a48effca0eece00b4650fb890602845b2559ca]

        INTEGRATION: CWS oj14 (1.2.66); FILE MERGED 2006/11/08 15:07:18 oj 1.2.66.1: merge conflicts resolved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4e677cc4554766444646b0cd259f5ca159108227]

        INTEGRATION: CWS oj14 (1.5.66); FILE MERGED 2006/07/04 11:07:26 oj 1.5.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4349193dfebcb9aec7a1daf42c64600c1531b05e]

        INTEGRATION: CWS oj14 (1.4.66); FILE MERGED 2006/12/18 16:53:42 oj 1.4.66.3: RESYNC: (1.5-1.6); FILE MERGED 2006/11/07 12:07:57 oj 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 11:07:26 oj 1.4.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1adb9015eaa90568d8f919e903bbfd91f7b10597]

        INTEGRATION: CWS oj14 (1.3.10); FILE MERGED 2007/02/20 12:02:41 oj 1.3.10.1: set PaintTransparent to true

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [519c8265e7092986f9ba1d436e9116c238d23cb6]

        INTEGRATION: CWS oj14 (1.3.88); FILE MERGED 2006/12/18 16:52:40 oj 1.3.88.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/08 15:07:18 oj 1.3.88.1: merge conflicts resolved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ef3ff2e2da3e1a827e8455aa568fd7acf04822db]

        INTEGRATION: CWS oj14 (1.2.66); FILE MERGED 2006/12/18 16:52:33 oj 1.2.66.4: RESYNC: (1.4-1.6); FILE MERGED 2006/11/08 15:07:18 oj 1.2.66.3: merge conflicts resolved 2006/11/07 12:06:26 oj 1.2.66.2: RESYNC: (1.2-1.4); FILE MERGED 2006/07/04 11:07:26 oj 1.2.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dc4a2b23983ec6bdcf83a9e2eb4fd55b248bf455]

        INTEGRATION: CWS oj14 (1.4.48); FILE MERGED 2006/12/18 16:52:26 oj 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/08 15:07:18 oj 1.4.48.1: merge conflicts resolved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9801ebf92a38b8d0a1590dddb92c7f50faeb21c0]

        INTEGRATION: CWS oj14 (1.32.88); FILE MERGED 2007/06/23 21:25:26 fs 1.32.88.3: RESYNC: (1.33-1.34); FILE MERGED 2006/12/18 16:52:19 oj 1.32.88.2: RESYNC: (1.32-1.33); FILE MERGED 2006/11/08 08:30:05 oj 1.32.88.1: new prop for rowset

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [283c1370afa8a12fb06e48a6539755ac347ffc8a]

        INTEGRATION: CWS oj14 (1.3.50); FILE MERGED 2006/11/08 08:30:05 oj 1.3.50.3: new prop for rowset 2006/11/07 12:04:35 oj 1.3.50.2: RESYNC: (1.3-1.4); FILE MERGED 2006/07/04 11:07:26 oj 1.3.50.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2ba2f641f6f5bcf83e8c93e80f22ebbc792c68fc]

        INTEGRATION: CWS oj14 (1.3.50); FILE MERGED 2007/06/06 07:17:38 oj 1.3.50.8: merge probs 2007/06/04 20:20:39 oj 1.3.50.7: RESYNC: (1.8-1.10); FILE MERGED 2007/02/20 15:48:00 oj 1.3.50.6: RESYNC: (1.6-1.8); FILE MERGED 2006/12/19 14:18:33 oj 1.3.50.5: some adjustments 2006/12/18 16:51:53 oj 1.3.50.4: RESYNC: (1.5-1.6); FILE MERGED 2006/11/08 08:30:04 oj 1.3.50.3: new prop for rowset 2006/11/07 12:04:27 oj 1.3.50.2: RESYNC: (1.3-1.5); FILE MERGED 2006/07/04 11:07:26 oj 1.3.50.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [32c630a03f244159a40d6aa88de6612bf51cf599]

        INTEGRATION: CWS oj14 (1.2.66); FILE MERGED 2007/06/04 20:19:25 oj 1.2.66.4: RESYNC: (1.4-1.5); FILE MERGED 2006/12/18 16:50:18 oj 1.2.66.3: RESYNC: (1.3-1.4); FILE MERGED 2006/11/07 12:02:27 oj 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED 2006/07/04 11:07:25 oj 1.2.66.1: property browser adjustments to remove form dependency

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [692111189c4a29011124b5737990a681cb4d3168]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/01/03 08:57:09 oj 1.1.2.1: makefile ext

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4e9321b0e936c5c1e3293da0df77740390372ffc]

        INTEGRATION: CWS oj14 (1.25.8); FILE MERGED 2007/06/23 21:23:18 fs 1.25.8.7: RESYNC: (1.29-1.30); FILE MERGED 2007/04/18 12:11:12 oj 1.25.8.6: RESYNC: (1.28-1.29); FILE MERGED 2007/04/05 08:05:16 lla 1.25.8.5: #146843# 2007/02/20 15:53:10 oj 1.25.8.4: RESYNC: (1.27-1.28); FILE MERGED 2006/11/07 09:59:06 oj 1.25.8.3: RESYNC: (1.26-1.27); FILE MERGED 2006/07/04 08:28:17 oj 1.25.8.2: RESYNC: (1.25-1.26); FILE MERGED 2006/01/03 08:07:52 oj 1.25.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b42cf30932fa19b92bce6ec56528252e8ae21c87]

        INTEGRATION: CWS oj14 (1.6.130); FILE MERGED 2007/06/04 19:03:14 oj 1.6.130.5: RESYNC: (1.10-1.11); FILE MERGED 2006/12/18 16:25:45 oj 1.6.130.4: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 09:55:49 oj 1.6.130.3: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 08:27:23 oj 1.6.130.2: RESYNC: (1.6-1.8); FILE MERGED 2006/01/03 08:07:52 oj 1.6.130.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [be36e5c86b17415f3b462e1fc209949decac95a6]

        INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2006/04/25 13:03:21 oj 1.4.8.3: new include 2006/03/20 07:49:02 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:30 oj 1.4.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ef1984ee8f9e0a301689c8868b33e1426bb57341]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2006/11/07 09:54:14 oj 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/03 07:49:30 oj 1.10.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e30d26cc542b059058477378ab9239d15582f858]

        INTEGRATION: CWS oj14 (1.6.8); FILE MERGED 2006/04/25 13:03:21 oj 1.6.8.3: new include 2006/03/20 07:49:01 oj 1.6.8.2: use of module client helper 2006/01/03 07:49:30 oj 1.6.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1f452b285f71a76c64a56c20093868ae63098a04]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/03/20 07:49:00 oj 1.3.8.2: use of module client helper 2006/01/03 07:49:29 oj 1.3.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bc49f89e4c1f46e30a4bc779d2efed70d43e22c4]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2006/01/03 07:49:29 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dc40f608344e85f571d5200eb4c37aa61bf601ee]

        INTEGRATION: CWS oj14 (1.13.6); FILE MERGED 2006/11/07 09:50:43 oj 1.13.6.5: RESYNC: (1.15-1.17); FILE MERGED 2006/07/04 08:25:24 oj 1.13.6.4: RESYNC: (1.13-1.15); FILE MERGED 2006/04/25 12:50:08 oj 1.13.6.3: new include 2006/03/20 07:48:59 oj 1.13.6.2: use of module client helper 2006/01/03 07:49:28 oj 1.13.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9c6e661119fc4327f5c65938bfa1498d573215e2]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2006/11/07 09:50:15 oj 1.10.8.5: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 08:24:49 oj 1.10.8.4: RESYNC: (1.10-1.11); FILE MERGED 2006/04/25 12:50:08 oj 1.10.8.3: new include 2006/03/20 07:48:59 oj 1.10.8.2: use of module client helper 2006/01/03 07:49:28 oj 1.10.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9656e96ad415bffe5885cd70373af6ec4116ff16]

        INTEGRATION: CWS oj14 (1.8.4); FILE MERGED 2006/11/07 09:49:34 oj 1.8.4.5: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 08:24:12 oj 1.8.4.4: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 12:50:07 oj 1.8.4.3: new include 2006/03/20 07:48:58 oj 1.8.4.2: use of module client helper 2006/01/03 07:49:27 oj 1.8.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a153bd92f10429531abea10ec4b14f4539375508]

        INTEGRATION: CWS oj14 (1.99.4); FILE MERGED 2007/06/04 19:00:59 oj 1.99.4.7: RESYNC: (1.110-1.111); FILE MERGED 2007/02/20 15:52:07 oj 1.99.4.6: RESYNC: (1.109-1.110); FILE MERGED 2006/12/18 16:25:10 oj 1.99.4.5: RESYNC: (1.108-1.109); FILE MERGED 2006/11/07 09:49:26 oj 1.99.4.4: RESYNC: (1.104-1.108); FILE MERGED 2006/07/04 08:23:44 oj 1.99.4.3: RESYNC: (1.100-1.104); FILE MERGED 2006/03/20 14:06:30 oj 1.99.4.2: RESYNC: (1.99-1.100); FILE MERGED 2006/01/03 07:49:27 oj 1.99.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [88ee0373ca9ab14d7363f3a190c2826b128694fb]

        INTEGRATION: CWS oj14 (1.44.4); FILE MERGED 2006/11/07 09:49:05 oj 1.44.4.4: RESYNC: (1.51-1.56); FILE MERGED 2006/07/04 08:23:23 oj 1.44.4.3: RESYNC: (1.46-1.51); FILE MERGED 2006/03/20 14:06:17 oj 1.44.4.2: RESYNC: (1.45-1.46); FILE MERGED 2006/01/03 07:49:27 oj 1.44.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1430dc875af81749df195a55edc641f4f60b7a5b]

        INTEGRATION: CWS oj14 (1.19.8); FILE MERGED 2007/06/04 19:00:46 oj 1.19.8.7: RESYNC: (1.24-1.25); FILE MERGED 2006/11/07 09:48:57 oj 1.19.8.6: RESYNC: (1.21-1.24); FILE MERGED 2006/07/04 08:23:14 oj 1.19.8.5: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 12:50:06 oj 1.19.8.4: new include 2006/03/20 07:48:57 oj 1.19.8.3: use of module client helper 2006/01/03 13:25:46 oj 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2006/01/03 07:49:26 oj 1.19.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6fae0b7061e939f9c15ce3afaccd6875a3afb1f2]

        INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2006/01/03 07:49:26 oj 1.4.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f5c452a828922028027a470321ca01b8407fc006]

        INTEGRATION: CWS oj14 (1.42.4); FILE MERGED 2006/11/07 09:47:52 oj 1.42.4.5: RESYNC: (1.43-1.46); FILE MERGED 2006/07/04 08:22:11 oj 1.42.4.4: RESYNC: (1.42-1.43); FILE MERGED 2006/04/25 12:51:11 oj 1.42.4.3: new include 2006/03/20 07:48:56 oj 1.42.4.2: use of module client helper 2006/01/03 07:49:26 oj 1.42.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0fa2e5f5b70a2f6d33504b838e2e9bb12fd4a473]

        INTEGRATION: CWS oj14 (1.7.4); FILE MERGED 2006/11/07 09:47:10 oj 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 12:49:36 oj 1.7.4.3: new include 2006/03/20 07:48:56 oj 1.7.4.2: use of module client helper 2006/01/03 07:49:25 oj 1.7.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [983fbd96b8bdba1e492d22e7d51026127d280f80]

        INTEGRATION: CWS oj14 (1.11.8); FILE MERGED 2007/06/04 18:57:35 oj 1.11.8.6: RESYNC: (1.13-1.14); FILE MERGED 2006/11/07 09:47:01 oj 1.11.8.5: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 08:21:18 oj 1.11.8.4: RESYNC: (1.11-1.12); FILE MERGED 2006/04/25 12:49:36 oj 1.11.8.3: new include 2006/03/20 07:48:55 oj 1.11.8.2: use of module client helper 2006/01/03 07:49:25 oj 1.11.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5fc7d19d68d1a18876bef3ee07492c711a6c3759]

        INTEGRATION: CWS oj14 (1.102.4); FILE MERGED 2007/06/04 18:57:13 oj 1.102.4.8: RESYNC: (1.108-1.109); FILE MERGED 2007/02/20 20:44:17 oj 1.102.4.7: mere conflict 2007/02/20 15:51:45 oj 1.102.4.6: RESYNC: (1.107-1.108); FILE MERGED 2006/12/21 12:30:03 oj 1.102.4.5: impl selectionSupplier 2006/12/18 16:24:53 oj 1.102.4.4: RESYNC: (1.106-1.107); FILE MERGED 2006/11/07 09:46:54 oj 1.102.4.3: RESYNC: (1.104-1.106); FILE MERGED 2006/07/04 08:21:10 oj 1.102.4.2: RESYNC: (1.102-1.104); FILE MERGED 2006/01/03 07:49:25 oj 1.102.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3fbd54a4f8217fc94d9ff159698c34b41e687075]

        INTEGRATION: CWS oj14 (1.13.8); FILE MERGED 2007/06/04 18:56:33 oj 1.13.8.3: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 08:20:50 oj 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2006/01/03 07:49:25 oj 1.13.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a1193cd87233a6ed74788bf6e3a5a7a41aeee1b9]

        INTEGRATION: CWS oj14 (1.19.8); FILE MERGED 2006/12/18 16:24:31 oj 1.19.8.6: RESYNC: (1.21-1.22); FILE MERGED 2006/11/07 09:46:23 oj 1.19.8.5: RESYNC: (1.20-1.21); FILE MERGED 2006/07/04 08:20:29 oj 1.19.8.4: RESYNC: (1.19-1.20); FILE MERGED 2006/04/25 12:49:35 oj 1.19.8.3: new include 2006/03/20 07:48:55 oj 1.19.8.2: use of module client helper 2006/01/03 07:49:24 oj 1.19.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cbc06afedbad1fab0c67923c26d3b6e0eae6ce1e]

        INTEGRATION: CWS oj14 (1.24.8); FILE MERGED 2007/06/04 18:53:42 oj 1.24.8.6: RESYNC: (1.27-1.28); FILE MERGED 2006/11/07 09:44:06 oj 1.24.8.5: RESYNC: (1.25-1.27); FILE MERGED 2006/07/04 08:18:20 oj 1.24.8.4: RESYNC: (1.24-1.25); FILE MERGED 2006/04/25 12:49:33 oj 1.24.8.3: new include 2006/03/20 07:48:53 oj 1.24.8.2: use of module client helper 2006/01/03 07:49:23 oj 1.24.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f32d740d457d28b3bbb0cb4ffc50ea08c65bce9d]

        INTEGRATION: CWS oj14 (1.18.8); FILE MERGED 2007/06/23 21:23:01 fs 1.18.8.6: RESYNC: (1.20-1.21); FILE MERGED 2006/11/07 09:43:57 oj 1.18.8.5: RESYNC: (1.19-1.20); FILE MERGED 2006/07/04 08:18:12 oj 1.18.8.4: RESYNC: (1.18-1.19); FILE MERGED 2006/04/25 12:49:33 oj 1.18.8.3: new include 2006/03/20 07:48:53 oj 1.18.8.2: use of module client helper 2006/01/03 07:49:23 oj 1.18.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [785848a26a8cd68cd624ea2633cdce3c06081dcd]

        INTEGRATION: CWS oj14 (1.15.6); FILE MERGED 2006/11/07 09:41:52 oj 1.15.6.5: RESYNC: (1.16-1.20); FILE MERGED 2006/07/04 08:17:41 oj 1.15.6.4: RESYNC: (1.15-1.16); FILE MERGED 2006/04/25 12:49:32 oj 1.15.6.3: new include 2006/03/20 07:48:52 oj 1.15.6.2: use of module client helper 2006/01/03 07:49:23 oj 1.15.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [35ded4acf8743a6e656ee22edf6ed413cab9ab1d]

        INTEGRATION: CWS oj14 (1.51.6); FILE MERGED 2006/11/07 09:41:19 oj 1.51.6.6: RESYNC: (1.53-1.55); FILE MERGED 2006/07/04 08:17:12 oj 1.51.6.5: RESYNC: (1.52-1.53); FILE MERGED 2006/04/25 12:49:31 oj 1.51.6.4: new include 2006/03/20 14:04:14 oj 1.51.6.3: RESYNC: (1.51-1.52); FILE MERGED 2006/03/20 07:48:51 oj 1.51.6.2: use of module client helper 2006/01/03 07:49:22 oj 1.51.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [408aab4b76a17b44abbd4bbf72e81fb0d1306dee]

        INTEGRATION: CWS oj14 (1.19.8); FILE MERGED 2006/11/07 09:33:33 oj 1.19.8.3: RESYNC: (1.20-1.23); FILE MERGED 2006/07/04 08:15:57 oj 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2006/01/03 07:49:22 oj 1.19.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [86061e8e77f13742cb73d86e036fede712fe1be1]

        INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2007/06/04 18:50:02 oj 1.16.4.9: RESYNC: (1.20-1.21); FILE MERGED 2006/12/21 12:30:02 oj 1.16.4.8: impl selectionSupplier 2006/11/13 13:23:56 oj 1.16.4.7: merge conflicts 2006/11/08 11:15:28 oj 1.16.4.6: merge conflicts resolved 2006/11/07 09:39:24 oj 1.16.4.5: RESYNC: (1.17-1.19); FILE MERGED 2006/07/04 08:15:49 oj 1.16.4.4: RESYNC: (1.16-1.17); FILE MERGED 2006/04/25 13:03:20 oj 1.16.4.3: new include 2006/03/20 07:48:50 oj 1.16.4.2: use of module client helper 2006/01/03 07:49:22 oj 1.16.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c1c0281cee912c756bfab588ba31c7db64d8a899]

        INTEGRATION: CWS oj14 (1.25.4); FILE MERGED 2007/06/04 18:49:51 oj 1.25.4.6: RESYNC: (1.28-1.29); FILE MERGED 2006/11/08 11:15:28 oj 1.25.4.5: merge conflicts resolved 2006/11/07 09:38:47 oj 1.25.4.4: RESYNC: (1.26-1.28); FILE MERGED 2006/07/04 08:15:32 oj 1.25.4.3: RESYNC: (1.25-1.26); FILE MERGED 2006/03/20 07:48:49 oj 1.25.4.2: use of module client helper 2006/01/03 07:49:21 oj 1.25.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3be75440d1fe878ca6047cd1683aa8ca6759f3a2]

        INTEGRATION: CWS oj14 (1.17.4); FILE MERGED 2007/06/07 11:10:38 oj 1.17.4.14: make use of new method in mimeconfighelper 2007/06/05 12:38:35 oj 1.17.4.13: merge problems fixed 2007/06/04 18:48:52 oj 1.17.4.12: RESYNC: (1.20-1.21); FILE MERGED 2007/05/21 13:34:53 lla 1.17.4.11: #i77259# don't eliminate exceptions 2007/04/05 08:06:29 lla 1.17.4.10: #146843# 2006/11/09 07:30:51 oj 1.17.4.9: remove wnt warning 2006/11/08 11:18:22 oj 1.17.4.8: merge conflict 2006/11/08 11:15:28 oj 1.17.4.7: merge conflicts resolved 2006/11/07 09:38:28 oj 1.17.4.6: RESYNC: (1.18-1.20); FILE MERGED 2006/07/11 10:57:56 oj 1.17.4.5: conflicts and warnings removed 2006/07/04 08:15:14 oj 1.17.4.4: RESYNC: (1.17-1.18); FILE MERGED 2006/04/25 13:03:20 oj 1.17.4.3: new include 2006/03/20 07:48:49 oj 1.17.4.2: use of module client helper 2006/01/03 07:49:20 oj 1.17.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9d5462d3a2a8cda90ca8402e1084554755a6d2e7]

        INTEGRATION: CWS oj14 (1.27.4); FILE MERGED 2007/06/04 18:48:41 oj 1.27.4.8: RESYNC: (1.32-1.34); FILE MERGED 2006/11/07 09:37:49 oj 1.27.4.7: RESYNC: (1.30-1.32); FILE MERGED 2006/07/04 08:15:06 oj 1.27.4.6: RESYNC: (1.29-1.30); FILE MERGED 2006/04/25 13:03:19 oj 1.27.4.5: new include 2006/03/20 14:02:55 oj 1.27.4.4: RESYNC: (1.28-1.29); FILE MERGED 2006/03/20 07:48:48 oj 1.27.4.3: use of module client helper 2006/01/03 13:24:05 oj 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2006/01/03 07:49:20 oj 1.27.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [55e571e9e5465ce45daba26df4592c12dad24f7d]

        INTEGRATION: CWS oj14 (1.73.44); FILE MERGED 2007/06/12 13:26:41 fs 1.73.44.3: some less line feeds. Looks better, doesn't it? 2007/06/04 18:45:18 oj 1.73.44.2: RESYNC: (1.73-1.74); FILE MERGED 2007/05/24 07:39:03 fs 1.73.44.1: some less line feeds. Looks better, doesn't it?

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2fe39ebd5f82908025dade308bcebb7e3491fa5e]

        INTEGRATION: CWS oj14 (1.7.8); FILE MERGED 2006/11/08 11:15:28 oj 1.7.8.6: merge conflicts resolved 2006/11/07 09:36:55 oj 1.7.8.5: RESYNC: (1.8-1.11); FILE MERGED 2006/07/04 08:14:57 oj 1.7.8.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:03:19 oj 1.7.8.3: new include 2006/03/20 07:48:48 oj 1.7.8.2: use of module client helper 2006/01/03 07:49:20 oj 1.7.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e72aed8356ae7082407f3053ee6257550747fcee]

        INTEGRATION: CWS oj14 (1.2.28); FILE MERGED 2007/06/05 12:38:35 oj 1.2.28.4: merge problems fixed 2007/06/04 18:48:09 oj 1.2.28.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/18 16:23:20 oj 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2006/11/08 12:11:48 oj 1.2.28.1: use of new classes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ef78c5490cacff2f732c44aec1fdb8118740760e]

        INTEGRATION: CWS oj14 (1.22.4); FILE MERGED 2007/06/04 18:47:00 oj 1.22.4.7: RESYNC: (1.25-1.26); FILE MERGED 2006/11/07 09:35:38 oj 1.22.4.6: RESYNC: (1.24-1.25); FILE MERGED 2006/07/04 08:14:02 oj 1.22.4.5: RESYNC: (1.23-1.24); FILE MERGED 2006/04/25 13:03:18 oj 1.22.4.4: new include 2006/03/20 14:02:06 oj 1.22.4.3: RESYNC: (1.22-1.23); FILE MERGED 2006/03/20 07:48:47 oj 1.22.4.2: use of module client helper 2006/01/03 07:49:20 oj 1.22.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6e772fabc58dc4b07c20858386038b25448e6773]

        INTEGRATION: CWS oj14 (1.16.8); FILE MERGED 2007/06/04 18:46:48 oj 1.16.8.7: RESYNC: (1.21-1.22); FILE MERGED 2007/02/20 15:50:52 oj 1.16.8.6: RESYNC: (1.20-1.21); FILE MERGED 2006/11/07 09:35:30 oj 1.16.8.5: RESYNC: (1.17-1.20); FILE MERGED 2006/07/04 08:13:53 oj 1.16.8.4: RESYNC: (1.16-1.17); FILE MERGED 2006/04/25 13:03:18 oj 1.16.8.3: new include 2006/03/20 07:48:46 oj 1.16.8.2: use of module client helper 2006/01/03 07:49:20 oj 1.16.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [376f275ddf92a30e789e8591f50dddb766e6e38e]

        INTEGRATION: CWS oj14 (1.41.4); FILE MERGED 2007/06/04 18:46:36 oj 1.41.4.7: RESYNC: (1.50-1.51); FILE MERGED 2006/11/07 09:35:10 oj 1.41.4.6: RESYNC: (1.45-1.50); FILE MERGED 2006/07/04 08:13:32 oj 1.41.4.5: RESYNC: (1.42-1.45); FILE MERGED 2006/04/25 13:03:17 oj 1.41.4.4: new include 2006/03/20 14:01:54 oj 1.41.4.3: RESYNC: (1.41-1.42); FILE MERGED 2006/03/20 07:48:46 oj 1.41.4.2: use of module client helper 2006/01/03 07:49:19 oj 1.41.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [82d7735c0831734287a517ce1b2f41e0a3a9412f]

        INTEGRATION: CWS oj14 (1.16.8); FILE MERGED 2007/06/04 18:46:17 oj 1.16.8.8: RESYNC: (1.23-1.24); FILE MERGED 2007/02/20 15:50:44 oj 1.16.8.7: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 09:35:01 oj 1.16.8.6: RESYNC: (1.20-1.22); FILE MERGED 2006/07/04 08:13:24 oj 1.16.8.5: RESYNC: (1.17-1.20); FILE MERGED 2006/04/25 13:03:17 oj 1.16.8.4: new include 2006/03/20 14:01:42 oj 1.16.8.3: RESYNC: (1.16-1.17); FILE MERGED 2006/03/20 07:48:45 oj 1.16.8.2: use of module client helper 2006/01/03 07:49:19 oj 1.16.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1e5467226e1000fadd87521faa6736a8a0361068]

        INTEGRATION: CWS oj14 (1.24.8); FILE MERGED 2007/06/04 18:46:05 oj 1.24.8.6: RESYNC: (1.28-1.29); FILE MERGED 2006/11/07 09:34:52 oj 1.24.8.5: RESYNC: (1.25-1.28); FILE MERGED 2006/07/04 08:13:16 oj 1.24.8.4: RESYNC: (1.24-1.25); FILE MERGED 2006/04/25 13:03:16 oj 1.24.8.3: new include 2006/03/20 07:48:45 oj 1.24.8.2: use of module client helper 2006/01/03 07:49:19 oj 1.24.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [87b99b8ac7bf5ab51997e94e821e3886ea01f9df]

        INTEGRATION: CWS oj14 (1.58.4); FILE MERGED 2007/06/23 21:22:54 fs 1.58.4.8: RESYNC: (1.70-1.71); FILE MERGED 2007/06/04 18:45:50 oj 1.58.4.7: RESYNC: (1.68-1.70); FILE MERGED 2006/12/18 16:23:05 oj 1.58.4.6: RESYNC: (1.66-1.68); FILE MERGED 2006/11/07 09:34:32 oj 1.58.4.5: RESYNC: (1.60-1.66); FILE MERGED 2006/07/04 08:12:57 oj 1.58.4.4: RESYNC: (1.59-1.60); FILE MERGED 2006/04/25 13:03:16 oj 1.58.4.3: new include 2006/03/20 07:48:44 oj 1.58.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.58.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1c610909e5688d942d69e24fd5d6ebbf2c8c8a8f]

        INTEGRATION: CWS oj14 (1.5.4); FILE MERGED 2006/11/07 09:34:25 oj 1.5.4.6: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 08:12:48 oj 1.5.4.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/25 13:03:15 oj 1.5.4.4: new include 2006/03/20 14:01:16 oj 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/20 07:48:44 oj 1.5.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.5.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ba5d78c28d0054ee5412b8ca13ea365dfd879ef1]

        INTEGRATION: CWS oj14 (1.27.4); FILE MERGED 2006/11/07 09:34:17 oj 1.27.4.6: RESYNC: (1.29-1.31); FILE MERGED 2006/07/04 08:12:40 oj 1.27.4.5: RESYNC: (1.28-1.29); FILE MERGED 2006/04/25 13:03:15 oj 1.27.4.4: new include 2006/03/20 14:01:03 oj 1.27.4.3: RESYNC: (1.27-1.28); FILE MERGED 2006/03/20 07:48:43 oj 1.27.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.27.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f126b317fbd23b85cf160e6dfb2f2f349aa9134b]

        INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2006/11/07 09:33:41 oj 1.16.4.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 08:12:20 oj 1.16.4.5: RESYNC: (1.18-1.21); FILE MERGED 2006/04/25 13:03:14 oj 1.16.4.4: new include 2006/03/20 14:00:35 oj 1.16.4.3: RESYNC: (1.16-1.18); FILE MERGED 2006/03/20 07:48:43 oj 1.16.4.2: use of module client helper 2006/01/03 07:49:18 oj 1.16.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ebb4fc3dacc3015ea2a30f72f864de64ebb5533b]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/04/25 13:03:14 oj 1.1.2.3: new include 2006/03/20 07:48:42 oj 1.1.2.2: use of module client helper 2005/11/28 11:53:12 oj 1.1.2.1: new module helper for dbu

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cc7b505ce31e1678e749875fa9394c2043c1c7e8]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2006/04/25 13:03:12 oj 1.5.8.3: new include 2006/03/20 07:48:41 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:17 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9a94dcf603ad034f402cb58fd2932a8c53a44ee2]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2007/06/04 18:44:29 oj 1.10.8.4: RESYNC: (1.10-1.11); FILE MERGED 2006/04/25 13:03:12 oj 1.10.8.3: new include 2006/03/20 07:48:40 oj 1.10.8.2: use of module client helper 2006/01/03 07:49:16 oj 1.10.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ed5c18159a080d51ec2497033c77f6f75f1ddcd5]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/07/04 08:11:38 oj 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/04/25 13:03:11 oj 1.3.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7a73a78e4899edacb4b3821622aadadcf38c7e4f]

        INTEGRATION: CWS oj14 (1.32.8); FILE MERGED 2007/02/20 19:41:22 oj 1.32.8.6: merge conflict resolved 2007/02/20 15:50:26 oj 1.32.8.5: RESYNC: (1.33-1.35); FILE MERGED 2006/12/21 14:12:33 oj 1.32.8.4: impl propset 2006/12/21 12:30:02 oj 1.32.8.3: impl selectionSupplier 2006/11/07 09:32:12 oj 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2006/01/03 07:49:16 oj 1.32.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3773819e159f62a4c151e981c1b7c090a328f940]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/01/03 07:49:16 oj 1.3.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ffbecb747d1161208f0c5c3d905743fb8734c234]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/07/04 08:10:01 oj 1.3.8.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/25 13:03:11 oj 1.3.8.3: new include 2006/03/20 07:48:40 oj 1.3.8.2: use of module client helper 2006/01/03 07:49:16 oj 1.3.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8c434dbacfec2b0a670614323f07edff16252346]

        INTEGRATION: CWS oj14 (1.8.8); FILE MERGED 2006/07/04 08:09:30 oj 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:03:10 oj 1.8.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7a2b1e9879f5c9d326bf456800c6bae075181e8c]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2006/07/04 08:09:11 oj 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/03 07:49:15 oj 1.10.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c1948d063555b8ccd1fe1a272ae957c5a81e2d2a]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/06/04 18:41:44 oj 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED 2006/11/07 09:31:23 oj 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:10 oj 1.5.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8afd29beef0f9c4fccb195226a495d6843ca87e9]

        INTEGRATION: CWS oj14 (1.9.8); FILE MERGED 2006/11/08 13:43:43 oj 1.9.8.4: merge conflicts 2006/11/07 09:26:04 oj 1.9.8.3: RESYNC: (1.9-1.11); FILE MERGED 2006/11/07 07:32:41 oj 1.9.8.2: moved Issue number: Submitted by: Reviewed by: 2006/01/03 08:46:17 oj 1.9.8.1: moved to inc

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a540888faffba1385c7693100e1500099b96513f]

        INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2007/06/04 18:41:04 oj 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/25 13:03:09 oj 1.4.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9397abdd822460af2fcd8d062965fbeafbafee4a]

        INTEGRATION: CWS oj14 (1.7.8); FILE MERGED 2007/06/04 18:40:30 oj 1.7.8.6: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 09:31:01 oj 1.7.8.5: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:03:09 oj 1.7.8.4: new include 2006/03/20 07:48:39 oj 1.7.8.3: use of module client helper 2006/01/03 13:22:54 oj 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/03 07:49:15 oj 1.7.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [88069c4f78885b66eab78910086804844201d82d]

        INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2007/06/04 18:31:17 oj 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2006/03/20 07:48:39 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:15 oj 1.4.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f6e814e7f9859405c9f37eed3fde00c6cb10ce69]

        INTEGRATION: CWS oj14 (1.96.2); FILE MERGED 2007/06/06 07:34:40 lla 1.96.2.2: #i77259# new dialog if extension is not present 2007/05/24 11:58:36 lla 1.96.2.1: #i77259# error message if no report designer is installed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [aaacc044dab8db2541a012e28f8041a45f124090]

        INTEGRATION: CWS oj14 (1.12.4); FILE MERGED 2007/06/06 07:34:39 lla 1.12.4.1: #i77259# new dialog if extension is not present

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [de15435860508ac20bb4371d48c549126d7ab496]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/02/20 15:50:18 oj 1.5.8.7: RESYNC: (1.8-1.10); FILE MERGED 2006/12/18 16:22:14 oj 1.5.8.6: RESYNC: (1.7-1.8); FILE MERGED 2006/11/07 09:30:18 oj 1.5.8.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 08:08:28 oj 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:08 oj 1.5.8.3: new include 2006/03/20 07:48:38 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:15 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b6903044940c52187e787f38d9012e9833c84c62]

        INTEGRATION: CWS oj14 (1.2.28); FILE MERGED 2007/06/05 12:38:34 oj 1.2.28.4: merge problems fixed 2007/06/04 18:39:54 oj 1.2.28.3: RESYNC: (1.2-1.3); FILE MERGED 2006/11/08 13:43:43 oj 1.2.28.2: merge conflicts 2006/11/08 12:11:47 oj 1.2.28.1: use of new classes

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9de1bbbf54ab205db04b2f71e21430be7c905b42]

        INTEGRATION: CWS oj14 (1.33.4); FILE MERGED 2007/06/04 18:38:45 oj 1.33.4.4: RESYNC: (1.36-1.37); FILE MERGED 2006/11/07 09:26:46 oj 1.33.4.3: RESYNC: (1.35-1.36); FILE MERGED 2006/07/04 08:07:51 oj 1.33.4.2: RESYNC: (1.33-1.35); FILE MERGED 2006/04/25 13:03:08 oj 1.33.4.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bb5d9786931ae73bae8bc4665fd2ffab4cd0c6c4]

        INTEGRATION: CWS oj14 (1.36.8); FILE MERGED 2006/11/07 09:29:48 oj 1.36.8.2: RESYNC: (1.36-1.37); FILE MERGED 2006/01/03 07:49:15 oj 1.36.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8130b23e3076f7b39877ee6bfb307c99e8896f03]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/06/04 18:33:26 oj 1.5.8.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/20 07:48:38 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:14 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cc8e9c94411f13cbc36a9d0d18a2f062188eb23f]

        INTEGRATION: CWS oj14 (1.15.4); FILE MERGED 2006/11/07 09:27:53 oj 1.15.4.5: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 08:06:26 oj 1.15.4.4: RESYNC: (1.15-1.17); FILE MERGED 2006/04/25 13:03:07 oj 1.15.4.3: new include 2006/03/20 07:48:38 oj 1.15.4.2: use of module client helper 2006/01/03 07:49:14 oj 1.15.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6e8cc42cabd2aa22d1faa125d28b7478d52efe8c]

        INTEGRATION: CWS oj14 (1.8.8); FILE MERGED 2006/07/04 08:05:44 oj 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:03:06 oj 1.8.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [188a6b769201cbb7257d021d338df19270c2d5fe]

        INTEGRATION: CWS oj14 (1.7.8); FILE MERGED 2006/07/04 08:05:05 oj 1.7.8.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:03:06 oj 1.7.8.3: new include 2006/03/20 07:48:37 oj 1.7.8.2: use of module client helper 2006/01/03 07:49:14 oj 1.7.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [286adad7206a26779fdd00b62d6e6f94a4da7765]

        INTEGRATION: CWS oj14 (1.35.8); FILE MERGED 2006/11/07 09:29:06 oj 1.35.8.4: RESYNC: (1.36-1.37); FILE MERGED 2006/07/04 08:04:43 oj 1.35.8.3: RESYNC: (1.35-1.36); FILE MERGED 2006/04/25 13:03:05 oj 1.35.8.2: new include 2006/01/03 07:49:14 oj 1.35.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [91b68e25309dd09f96f357b0a4df5776eefed89d]

        INTEGRATION: CWS oj14 (1.7.8); FILE MERGED 2006/07/04 08:04:24 oj 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:03:05 oj 1.7.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4aa010f9eef00b71978478b1c75354707b6d9035]

        INTEGRATION: CWS oj14 (1.20.8); FILE MERGED 2006/11/07 09:28:01 oj 1.20.8.2: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 13:03:04 oj 1.20.8.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a2464efb5dac948b7a59fe24c742886119f967e9]

        INTEGRATION: CWS oj14 (1.4.6); FILE MERGED 2006/04/25 13:03:04 oj 1.4.6.3: new include 2006/03/20 07:48:37 oj 1.4.6.2: use of module client helper 2006/01/03 07:49:13 oj 1.4.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [379285e0e226d278976398f2655a6ffcfac4d285]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2006/07/04 08:02:28 oj 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:03 oj 1.5.8.3: new include 2006/03/20 07:48:36 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:13 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [caf4e8f3df705243f7803eb45f5f8cd691f78604]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/06 08:01:15 oj 1.1.2.2: linux compiler problem 2007/06/05 10:17:02 lla 1.1.2.1: #i77259# new windows, which supports download

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9a50b03728c28893e3eb132a3df1175efe97f8dd]

        INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2007/06/05 16:49:02 oj 1.4.8.4: merge prob 2007/06/04 18:32:52 oj 1.4.8.3: RESYNC: (1.4-1.5); FILE MERGED 2006/03/20 07:48:35 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:13 oj 1.4.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8fba2429d6d11a970bead4d0d943fd21b3d1de7d]

        INTEGRATION: CWS oj14 (1.6.8); FILE MERGED 2006/01/03 07:49:12 oj 1.6.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d3cecf4d0ad83d3bb68d5a37176341b18ba763d5]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2006/11/07 09:25:56 oj 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/01/03 07:49:12 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [02213ab8ae56849cf6f041f4838e83a3fc874e13]

        INTEGRATION: CWS oj14 (1.24.4); FILE MERGED 2007/06/04 18:30:57 oj 1.24.4.6: RESYNC: (1.27-1.29); FILE MERGED 2006/11/07 09:25:39 oj 1.24.4.5: RESYNC: (1.25-1.27); FILE MERGED 2006/07/04 08:01:23 oj 1.24.4.4: RESYNC: (1.24-1.25); FILE MERGED 2006/04/25 13:03:02 oj 1.24.4.3: new include 2006/03/20 07:48:34 oj 1.24.4.2: use of module client helper 2006/01/03 07:49:11 oj 1.24.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c7c16cb2afcca46dda5e6c21578a1994f05f0a67]

        INTEGRATION: CWS oj14 (1.20.4); FILE MERGED 2007/06/06 19:16:48 fs 1.20.4.7: slightly adjusted the conditions when we show two texts in the main dialog 2007/06/04 18:30:31 oj 1.20.4.6: RESYNC: (1.24-1.26); FILE MERGED 2006/11/07 09:25:07 oj 1.20.4.5: RESYNC: (1.21-1.24); FILE MERGED 2006/07/04 08:01:03 oj 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 13:03:02 oj 1.20.4.3: new include 2006/03/20 07:48:34 oj 1.20.4.2: use of module client helper 2006/01/03 07:49:11 oj 1.20.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [94f0e9bd316fbeb0079e75e12c9cdc1a1b4f789f]

        INTEGRATION: CWS oj14 (1.28.8); FILE MERGED 2007/06/04 18:29:14 oj 1.28.8.7: RESYNC: (1.32-1.33); FILE MERGED 2006/12/18 16:21:13 oj 1.28.8.6: RESYNC: (1.31-1.32); FILE MERGED 2006/11/07 09:24:50 oj 1.28.8.5: RESYNC: (1.29-1.31); FILE MERGED 2006/07/04 08:00:48 oj 1.28.8.4: RESYNC: (1.28-1.29); FILE MERGED 2006/04/25 13:03:01 oj 1.28.8.3: new include 2006/03/20 07:48:33 oj 1.28.8.2: use of module client helper 2006/01/03 07:49:11 oj 1.28.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f51cb15243b780de7430db8b2b6fd9fc1c487f42]

        INTEGRATION: CWS oj14 (1.11.4); FILE MERGED 2007/06/04 18:28:37 oj 1.11.4.6: RESYNC: (1.15-1.16); FILE MERGED 2006/11/07 09:24:29 oj 1.11.4.5: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 08:00:28 oj 1.11.4.4: RESYNC: (1.11-1.14); FILE MERGED 2006/04/25 13:03:01 oj 1.11.4.3: new include 2006/03/20 07:48:33 oj 1.11.4.2: use of module client helper 2006/01/03 07:49:11 oj 1.11.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d3b3bac95f6bf30c1755a5b1bdb2ed54ad2d4842]

        INTEGRATION: CWS oj14 (1.14.4); FILE MERGED 2006/11/07 09:24:22 oj 1.14.4.3: RESYNC: (1.15-1.17); FILE MERGED 2006/07/04 08:00:09 oj 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/01/03 07:49:10 oj 1.14.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d5ebd079726e84e4fce22f22ffa54b75660ff4fc]

        INTEGRATION: CWS oj14 (1.30.8); FILE MERGED 2007/06/23 21:22:45 fs 1.30.8.6: RESYNC: (1.35-1.36); FILE MERGED 2007/06/05 10:16:31 lla 1.30.8.5: #i77259# add ExtensionNotPresent 2007/04/18 12:10:58 oj 1.30.8.4: RESYNC: (1.34-1.35); FILE MERGED 2006/11/07 09:24:14 oj 1.30.8.3: RESYNC: (1.33-1.34); FILE MERGED 2006/07/04 08:00:02 oj 1.30.8.2: RESYNC: (1.30-1.33); FILE MERGED 2006/01/03 07:49:10 oj 1.30.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dcb3af8661447b0f901687c50421a2ab937c2dbf]

        INTEGRATION: CWS oj14 (1.14.4); FILE MERGED 2006/11/07 09:23:48 oj 1.14.4.5: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 07:59:35 oj 1.14.4.4: RESYNC: (1.14-1.15); FILE MERGED 2006/04/25 13:03:00 oj 1.14.4.3: new include 2006/03/20 07:48:32 oj 1.14.4.2: use of module client helper 2006/01/03 07:49:10 oj 1.14.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [599f63e6d27c597eac1bd8141c900ba275f08ec5]

        INTEGRATION: CWS oj14 (1.22.4); FILE MERGED 2007/06/04 18:26:23 oj 1.22.4.8: RESYNC: (1.27-1.28); FILE MERGED 2006/11/07 09:23:40 oj 1.22.4.7: RESYNC: (1.25-1.27); FILE MERGED 2006/07/04 07:59:15 oj 1.22.4.6: RESYNC: (1.24-1.25); FILE MERGED 2006/04/25 13:03:00 oj 1.22.4.5: new include 2006/03/20 13:57:26 oj 1.22.4.4: RESYNC: (1.23-1.24); FILE MERGED 2006/03/20 07:48:32 oj 1.22.4.3: use of module client helper 2006/01/03 13:21:24 oj 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2006/01/03 07:49:10 oj 1.22.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c636e27ae25dbcae8df63a0b9918cd1f80bd2e78]

        INTEGRATION: CWS oj14 (1.44.6); FILE MERGED 2007/06/04 18:25:50 oj 1.44.6.7: RESYNC: (1.49-1.50); FILE MERGED 2006/11/07 09:23:32 oj 1.44.6.6: RESYNC: (1.48-1.49); FILE MERGED 2006/07/04 07:58:46 oj 1.44.6.5: RESYNC: (1.46-1.48); FILE MERGED 2006/04/25 13:02:59 oj 1.44.6.4: new include 2006/03/20 07:48:31 oj 1.44.6.3: use of module client helper 2006/01/03 13:21:16 oj 1.44.6.2: RESYNC: (1.44-1.46); FILE MERGED 2006/01/03 07:49:09 oj 1.44.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [41a495cb70b6e10b3c69c3aa1a950ea72e9ca556]

        INTEGRATION: CWS oj14 (1.14.8); FILE MERGED 2007/06/04 18:25:23 oj 1.14.8.6: RESYNC: (1.18-1.19); FILE MERGED 2006/11/07 09:23:12 oj 1.14.8.5: RESYNC: (1.16-1.18); FILE MERGED 2006/07/04 07:58:38 oj 1.14.8.4: RESYNC: (1.14-1.16); FILE MERGED 2006/04/25 13:02:59 oj 1.14.8.3: new include 2006/03/20 07:48:31 oj 1.14.8.2: use of module client helper 2006/01/03 07:49:09 oj 1.14.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7cfae87fdc05b7a18b1f2a015f6478382ac2256f]

        INTEGRATION: CWS oj14 (1.5.4); FILE MERGED 2007/06/04 18:24:39 oj 1.5.4.7: RESYNC: (1.8-1.9); FILE MERGED 2007/02/20 15:48:58 oj 1.5.4.6: RESYNC: (1.7-1.8); FILE MERGED 2006/11/07 09:23:04 oj 1.5.4.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 07:58:30 oj 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:02:58 oj 1.5.4.3: new include 2006/03/20 07:48:30 oj 1.5.4.2: use of module client helper 2006/01/03 07:49:09 oj 1.5.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a29894a26df706c7aadacbd1f76c66809c9f9a47]

        INTEGRATION: CWS oj14 (1.26.8); FILE MERGED 2007/06/05 19:22:15 oj 1.26.8.8: merge problem 2007/06/04 18:24:05 oj 1.26.8.7: RESYNC: (1.31-1.32); FILE MERGED 2006/11/09 13:54:30 oj 1.26.8.6: wnt warnings removed 2006/11/08 13:43:43 oj 1.26.8.5: merge conflicts 2006/11/07 09:22:23 oj 1.26.8.4: RESYNC: (1.27-1.31); FILE MERGED 2006/04/25 13:02:58 oj 1.26.8.3: new include 2006/03/20 07:48:30 oj 1.26.8.2: use of module client helper 2006/01/03 07:49:09 oj 1.26.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2a0a9434db5f889c7ed3f54b499d3b5ab361de33]

        INTEGRATION: CWS oj14 (1.7.4); FILE MERGED 2007/06/04 18:23:34 oj 1.7.4.5: RESYNC: (1.9-1.11); FILE MERGED 2006/11/07 09:22:14 oj 1.7.4.4: RESYNC: (1.7-1.9); FILE MERGED 2006/04/25 13:02:57 oj 1.7.4.3: new include 2006/03/20 07:48:29 oj 1.7.4.2: use of module client helper 2006/01/03 07:49:09 oj 1.7.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [74f3c718ced0d5073d3a04adc87d15e839ec6e19]

        INTEGRATION: CWS oj14 (1.5.4); FILE MERGED 2007/06/04 18:23:02 oj 1.5.4.6: RESYNC: (1.7-1.9); FILE MERGED 2006/11/07 09:22:05 oj 1.5.4.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 07:57:54 oj 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:02:56 oj 1.5.4.3: new include 2006/03/20 07:48:28 oj 1.5.4.2: use of module client helper 2006/01/03 07:49:08 oj 1.5.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a997b03b50a83b0465887031b636a325b6924489]

        INTEGRATION: CWS oj14 (1.38.4); FILE MERGED 2007/06/04 18:22:29 oj 1.38.4.8: RESYNC: (1.44-1.46); FILE MERGED 2007/02/20 15:48:35 oj 1.38.4.7: RESYNC: (1.42-1.44); FILE MERGED 2006/12/18 16:20:20 oj 1.38.4.6: RESYNC: (1.41-1.42); FILE MERGED 2006/11/07 09:21:57 oj 1.38.4.5: RESYNC: (1.40-1.41); FILE MERGED 2006/07/04 07:57:34 oj 1.38.4.4: RESYNC: (1.38-1.40); FILE MERGED 2006/04/25 13:02:56 oj 1.38.4.3: new include 2006/03/20 07:48:28 oj 1.38.4.2: use of module client helper 2006/01/03 07:49:08 oj 1.38.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ce5ed66b6285510a68bb69f205aad65dc3fc9dcf]

        INTEGRATION: CWS oj14 (1.13.6); FILE MERGED 2007/06/04 18:22:13 oj 1.13.6.9: RESYNC: (1.23-1.25); FILE MERGED 2007/02/20 15:48:27 oj 1.13.6.8: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 09:21:49 oj 1.13.6.7: RESYNC: (1.18-1.22); FILE MERGED 2006/07/04 07:57:24 oj 1.13.6.6: RESYNC: (1.16-1.18); FILE MERGED 2006/04/25 13:02:55 oj 1.13.6.5: new include 2006/03/20 13:57:14 oj 1.13.6.4: RESYNC: (1.15-1.16); FILE MERGED 2006/03/20 07:48:27 oj 1.13.6.3: use of module client helper 2006/01/03 13:21:07 oj 1.13.6.2: RESYNC: (1.13-1.15); FILE MERGED 2006/01/03 07:49:08 oj 1.13.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ee5379e56edc4f3e84a4413edfd4bb2ce0604c66]

        INTEGRATION: CWS oj14 (1.8.8); FILE MERGED 2007/06/04 18:09:48 oj 1.8.8.7: RESYNC: (1.12-1.14); FILE MERGED 2006/11/07 09:18:13 oj 1.8.8.6: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 07:52:20 oj 1.8.8.5: RESYNC: (1.9-1.11); FILE MERGED 2006/04/25 13:02:55 oj 1.8.8.4: new include 2006/03/20 07:48:27 oj 1.8.8.3: use of module client helper 2006/01/03 13:19:59 oj 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/01/03 07:49:08 oj 1.8.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [acfc4e4b63c78ae3f949dd9ac16801170c93205c]

        INTEGRATION: CWS oj14 (1.20.4); FILE MERGED 2007/06/23 21:22:38 fs 1.20.4.7: RESYNC: (1.23-1.24); FILE MERGED 2007/06/04 18:21:37 oj 1.20.4.6: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 09:21:41 oj 1.20.4.5: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 07:56:56 oj 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 13:02:54 oj 1.20.4.3: new include 2006/03/20 07:48:26 oj 1.20.4.2: use of module client helper 2006/01/03 07:49:08 oj 1.20.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d2774a65cb505b084b9a778ca6786d6afa0b462a]

        INTEGRATION: CWS oj14 (1.95.4); FILE MERGED 2007/06/04 18:20:20 oj 1.95.4.7: RESYNC: (1.100-1.102); FILE MERGED 2006/12/18 16:19:36 oj 1.95.4.6: RESYNC: (1.99-1.100); FILE MERGED 2006/11/07 09:21:22 oj 1.95.4.5: RESYNC: (1.97-1.99); FILE MERGED 2006/07/04 07:56:14 oj 1.95.4.4: RESYNC: (1.95-1.97); FILE MERGED 2006/04/25 13:02:54 oj 1.95.4.3: new include 2006/03/20 07:48:25 oj 1.95.4.2: use of module client helper 2006/01/03 07:49:07 oj 1.95.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e6ca852dd98f04f765dbd4a5791707a096dd02c3]

        INTEGRATION: CWS oj14 (1.21.4); FILE MERGED 2007/06/04 18:19:49 oj 1.21.4.8: RESYNC: (1.27-1.28); FILE MERGED 2006/12/18 16:19:28 oj 1.21.4.7: RESYNC: (1.26-1.27); FILE MERGED 2006/11/07 09:20:51 oj 1.21.4.6: RESYNC: (1.23-1.26); FILE MERGED 2006/07/04 07:56:06 oj 1.21.4.5: RESYNC: (1.22-1.23); FILE MERGED 2006/04/25 13:02:53 oj 1.21.4.4: new include 2006/03/20 13:56:59 oj 1.21.4.3: RESYNC: (1.21-1.22); FILE MERGED 2006/03/20 07:48:25 oj 1.21.4.2: use of module client helper 2006/01/03 07:49:07 oj 1.21.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [95ba13f6b7a9a378628f043049f4e275b3f07f93]

        INTEGRATION: CWS oj14 (1.41.4); FILE MERGED 2007/06/04 18:19:06 oj 1.41.4.7: RESYNC: (1.45-1.47); FILE MERGED 2007/02/20 15:48:18 oj 1.41.4.6: RESYNC: (1.44-1.45); FILE MERGED 2006/11/07 09:20:31 oj 1.41.4.5: RESYNC: (1.43-1.44); FILE MERGED 2006/07/04 07:55:46 oj 1.41.4.4: RESYNC: (1.41-1.43); FILE MERGED 2006/04/25 13:02:53 oj 1.41.4.3: new include 2006/03/20 07:48:25 oj 1.41.4.2: use of module client helper 2006/01/03 07:49:07 oj 1.41.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9af942391ccce65b65c2a12e3279f8f982c3af8b]

        INTEGRATION: CWS oj14 (1.7.4); FILE MERGED 2007/06/04 18:18:36 oj 1.7.4.6: RESYNC: (1.9-1.11); FILE MERGED 2006/11/07 09:20:23 oj 1.7.4.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 07:55:38 oj 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:02:52 oj 1.7.4.3: new include 2006/03/20 07:48:24 oj 1.7.4.2: use of module client helper 2006/01/03 07:49:07 oj 1.7.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cb6ed3464b8906513ea5f87a9980f2606bb534bc]

        INTEGRATION: CWS oj14 (1.5.4); FILE MERGED 2007/06/04 18:17:01 oj 1.5.4.6: RESYNC: (1.9-1.11); FILE MERGED 2006/11/07 09:20:05 oj 1.5.4.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 07:55:09 oj 1.5.4.4: RESYNC: (1.5-1.8); FILE MERGED 2006/04/25 13:02:51 oj 1.5.4.3: new include 2006/03/20 07:48:23 oj 1.5.4.2: use of module client helper 2006/01/03 07:49:06 oj 1.5.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2e4ec8e81495346db4140b69d6e882842d8d43f7]

        INTEGRATION: CWS oj14 (1.20.4); FILE MERGED 2007/06/04 18:16:23 oj 1.20.4.6: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 09:19:45 oj 1.20.4.5: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 07:54:48 oj 1.20.4.4: RESYNC: (1.20-1.21); FILE MERGED 2006/04/25 13:02:51 oj 1.20.4.3: new include 2006/03/20 07:48:22 oj 1.20.4.2: use of module client helper 2006/01/03 07:49:06 oj 1.20.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d55063c1be46eb35e9acf57738e3bd182df691c4]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/18 09:49:04 fs 1.1.2.3: more probably name: Sun(TM) Report Builder 2007/06/18 09:03:07 fs 1.1.2.2: more probably name: Sun Report Designer 2007/06/05 10:15:34 lla 1.1.2.1: #i77259# new windows, which supports download

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e43e33c8a0af1fd011e8b757a545b05868007082]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/05 10:15:19 lla 1.1.2.1: #i77259# new windows, which supports download

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1fabf3159944d119aef73933c2f17614de2a2685]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/06 08:01:15 oj 1.1.2.2: linux compiler problem 2007/06/05 10:15:03 lla 1.1.2.1: #i77259# new windows, which supports download

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bf363f4fa4d87c33f9a73cc7a342ce8c829e7a11]

        INTEGRATION: CWS oj14 (1.11.6); FILE MERGED 2007/06/04 18:15:47 oj 1.11.6.7: RESYNC: (1.16-1.17); FILE MERGED 2006/12/18 16:18:38 oj 1.11.6.6: RESYNC: (1.15-1.16); FILE MERGED 2006/11/07 09:19:27 oj 1.11.6.5: RESYNC: (1.13-1.15); FILE MERGED 2006/07/04 07:54:40 oj 1.11.6.4: RESYNC: (1.11-1.13); FILE MERGED 2006/04/25 13:02:50 oj 1.11.6.3: new include 2006/03/20 07:48:22 oj 1.11.6.2: use of module client helper 2006/01/03 07:49:06 oj 1.11.6.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b09c1f18bd9f10d3d633572947e772ad33d5f8a2]

        INTEGRATION: CWS oj14 (1.6.4); FILE MERGED 2007/06/04 18:15:15 oj 1.6.4.8: RESYNC: (1.10-1.12); FILE MERGED 2006/12/18 16:18:27 oj 1.6.4.7: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 09:19:19 oj 1.6.4.6: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 07:54:20 oj 1.6.4.5: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:02:50 oj 1.6.4.4: new include 2006/03/20 13:56:42 oj 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/20 07:48:21 oj 1.6.4.2: use of module client helper 2006/01/03 07:49:06 oj 1.6.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [44c27bb1e3636ce68fac888ae7660745b643f103]

        INTEGRATION: CWS oj14 (1.5.8); FILE MERGED 2007/06/04 18:14:43 oj 1.5.8.6: RESYNC: (1.7-1.9); FILE MERGED 2006/11/07 09:19:11 oj 1.5.8.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 07:53:59 oj 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:02:50 oj 1.5.8.3: new include 2006/03/20 07:48:21 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:06 oj 1.5.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d94c9928095d38ab905c4d1136037a49aec2dd88]

        INTEGRATION: CWS oj14 (1.12.4); FILE MERGED 2007/06/04 18:13:47 oj 1.12.4.7: RESYNC: (1.16-1.18); FILE MERGED 2006/11/07 09:19:02 oj 1.12.4.6: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 07:53:51 oj 1.12.4.5: RESYNC: (1.13-1.15); FILE MERGED 2006/04/25 13:02:49 oj 1.12.4.4: new include 2006/03/20 07:48:20 oj 1.12.4.3: use of module client helper 2006/01/03 13:20:23 oj 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2006/01/03 07:49:05 oj 1.12.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [68e7aa49791bbaafcf0dc6cb8df79c5020f2b8f4]

        INTEGRATION: CWS oj14 (1.8.4); FILE MERGED 2007/06/23 21:22:20 fs 1.8.4.7: RESYNC: (1.13-1.15); FILE MERGED 2007/06/04 18:13:13 oj 1.8.4.6: RESYNC: (1.11-1.13); FILE MERGED 2006/11/07 09:18:54 oj 1.8.4.5: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 07:53:44 oj 1.8.4.4: RESYNC: (1.8-1.10); FILE MERGED 2006/04/25 13:02:49 oj 1.8.4.3: new include 2006/03/20 07:48:20 oj 1.8.4.2: use of module client helper 2006/01/03 07:49:05 oj 1.8.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d9b0407d3a18863ea747da5ce014a258906417ee]

        INTEGRATION: CWS oj14 (1.7.4); FILE MERGED 2007/06/04 18:10:41 oj 1.7.4.7: RESYNC: (1.10-1.12); FILE MERGED 2006/11/07 09:18:30 oj 1.7.4.6: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 07:53:28 oj 1.7.4.5: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:02:48 oj 1.7.4.4: new include 2006/03/20 07:48:18 oj 1.7.4.3: use of module client helper 2006/01/03 13:20:06 oj 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/03 07:49:05 oj 1.7.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [19de1417f651efee653cfbc5ae350269adfc628c]

        INTEGRATION: CWS oj14 (1.13.8); FILE MERGED 2007/06/04 18:10:01 oj 1.13.8.6: RESYNC: (1.15-1.16); FILE MERGED 2006/11/07 09:18:22 oj 1.13.8.5: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 07:53:20 oj 1.13.8.4: RESYNC: (1.13-1.14); FILE MERGED 2006/04/25 13:02:47 oj 1.13.8.3: new include 2006/03/20 07:48:18 oj 1.13.8.2: use of module client helper 2006/01/03 07:49:04 oj 1.13.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [89edeef1abbd8f3344d20e300e162feda9233b58]

        INTEGRATION: CWS oj14 (1.8.4); FILE MERGED 2006/11/07 09:17:53 oj 1.8.4.5: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 07:52:12 oj 1.8.4.4: RESYNC: (1.8-1.10); FILE MERGED 2006/04/25 12:51:39 oj 1.8.4.3: new include 2006/03/20 07:48:17 oj 1.8.4.2: use of module client helper 2006/01/03 07:49:04 oj 1.8.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5d29050572f7125a7b35ddd73fad92aab01241a1]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/11/07 09:17:25 oj 1.3.8.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/25 12:51:38 oj 1.3.8.3: new include 2006/03/20 07:48:16 oj 1.3.8.2: use of module client helper 2006/01/03 07:49:03 oj 1.3.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1aadfd261e1d1c550ca6380487a1957d89c5919e]

        INTEGRATION: CWS oj14 (1.14.4); FILE MERGED 2006/11/07 09:16:43 oj 1.14.4.5: RESYNC: (1.15-1.17); FILE MERGED 2006/07/04 07:51:21 oj 1.14.4.4: RESYNC: (1.14-1.15); FILE MERGED 2006/04/25 12:51:37 oj 1.14.4.3: new include 2006/03/20 07:48:15 oj 1.14.4.2: use of module client helper 2006/01/03 07:49:03 oj 1.14.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8f67a644b3c7b1c25766051e4c91e3a814b7e18c]

        INTEGRATION: CWS oj14 (1.19.8); FILE MERGED 2006/01/03 07:49:03 oj 1.19.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [74d03b126a6803f8d4a72c15fa1aff928da739c2]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2006/11/07 09:15:39 oj 1.10.8.5: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 07:50:26 oj 1.10.8.4: RESYNC: (1.10-1.11); FILE MERGED 2006/04/25 12:51:37 oj 1.10.8.3: new include 2006/03/20 07:48:14 oj 1.10.8.2: use of module client helper 2006/01/03 07:49:03 oj 1.10.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [68b6cc1c433999b593c635ed6a4c2d6c430fcf42]

        INTEGRATION: CWS oj14 (1.15.4); FILE MERGED 2007/06/04 18:07:50 oj 1.15.4.6: RESYNC: (1.18-1.19); FILE MERGED 2006/11/07 09:15:08 oj 1.15.4.5: RESYNC: (1.16-1.18); FILE MERGED 2006/07/04 07:50:18 oj 1.15.4.4: RESYNC: (1.15-1.16); FILE MERGED 2006/04/25 12:51:36 oj 1.15.4.3: new include 2006/03/20 07:48:14 oj 1.15.4.2: use of module client helper 2006/01/03 07:49:02 oj 1.15.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0f3667c81a752f700d6473fc481d2e5477d5e149]

        INTEGRATION: CWS oj14 (1.41.4); FILE MERGED 2007/06/04 18:07:38 oj 1.41.4.7: RESYNC: (1.45-1.46); FILE MERGED 2007/02/20 15:47:35 oj 1.41.4.6: RESYNC: (1.44-1.45); FILE MERGED 2006/11/07 09:15:00 oj 1.41.4.5: RESYNC: (1.42-1.44); FILE MERGED 2006/07/04 07:50:10 oj 1.41.4.4: RESYNC: (1.41-1.42); FILE MERGED 2006/04/25 12:51:36 oj 1.41.4.3: new include 2006/03/20 07:48:13 oj 1.41.4.2: use of module client helper 2006/01/03 07:49:02 oj 1.41.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b4913e6e1ba0abad0e8ae2968595c0a5440d250d]

        INTEGRATION: CWS oj14 (1.172.4); FILE MERGED 2007/06/19 08:00:48 fs 1.172.4.10: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/04 18:07:25 oj 1.172.4.9: RESYNC: (1.185-1.186); FILE MERGED 2007/02/20 15:47:24 oj 1.172.4.8: RESYNC: (1.184-1.185); FILE MERGED 2006/12/18 16:17:43 oj 1.172.4.7: RESYNC: (1.182-1.184); FILE MERGED 2006/11/07 09:14:42 oj 1.172.4.6: RESYNC: (1.175-1.182); FILE MERGED 2006/07/04 07:49:49 oj 1.172.4.5: RESYNC: (1.173-1.175); FILE MERGED 2006/04/25 13:01:30 oj 1.172.4.4: new include 2006/03/20 07:48:13 oj 1.172.4.3: use of module client helper 2006/01/03 13:19:32 oj 1.172.4.2: RESYNC: (1.172-1.173); FILE MERGED 2006/01/03 07:49:02 oj 1.172.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dd0078809aa7dc1fa4cbcac3d6893c3b074d53cd]

        INTEGRATION: CWS oj14 (1.73.4); FILE MERGED 2007/06/04 18:06:50 oj 1.73.4.6: RESYNC: (1.78-1.80); FILE MERGED 2006/11/07 09:14:10 oj 1.73.4.5: RESYNC: (1.75-1.78); FILE MERGED 2006/07/04 07:49:37 oj 1.73.4.4: RESYNC: (1.73-1.75); FILE MERGED 2006/04/25 13:01:30 oj 1.73.4.3: new include 2006/03/20 07:48:12 oj 1.73.4.2: use of module client helper 2006/01/03 07:49:01 oj 1.73.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6ac6e41d55b4df029ab063df7ab6617a65a8bc84]

        INTEGRATION: CWS oj14 (1.16.8); FILE MERGED 2006/11/07 09:13:49 oj 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2006/01/03 07:49:01 oj 1.16.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e02f5b1a9400355c0bc1d76f54d2aa34f7e062ec]

        INTEGRATION: CWS oj14 (1.66.4); FILE MERGED 2007/06/19 08:00:48 fs 1.66.4.14: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/05 16:44:35 oj 1.66.4.13: correct member ini 2007/06/04 18:05:50 oj 1.66.4.12: RESYNC: (1.75-1.76); FILE MERGED 2007/06/01 07:40:23 oj 1.66.4.11: #i77411# add report definition help 2007/02/20 15:47:02 oj 1.66.4.10: RESYNC: (1.74-1.75); FILE MERGED 2007/01/25 12:08:07 oj 1.66.4.9: change if to ifdef compiler error 2006/12/21 13:39:03 oj 1.66.4.8: impl selection 2006/12/21 12:30:02 oj 1.66.4.7: impl selectionSupplier 2006/11/13 13:23:56 oj 1.66.4.6: merge conflicts 2006/11/08 11:31:08 oj 1.66.4.5: merge conflict 2006/11/07 09:13:29 oj 1.66.4.4: RESYNC: (1.69-1.74); FILE MERGED 2006/07/04 07:48:54 oj 1.66.4.3: RESYNC: (1.66-1.69); FILE MERGED 2006/03/20 07:48:11 oj 1.66.4.2: use of module client helper 2006/01/03 07:49:01 oj 1.66.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9cf06f0e7befbfbfeebe6e69975d0af4655d811c]

        INTEGRATION: CWS oj14 (1.9.4); FILE MERGED 2007/06/04 18:05:37 oj 1.9.4.6: RESYNC: (1.12-1.13); FILE MERGED 2006/11/07 09:13:21 oj 1.9.4.5: RESYNC: (1.10-1.12); FILE MERGED 2006/07/04 07:48:45 oj 1.9.4.4: RESYNC: (1.9-1.10); FILE MERGED 2006/04/25 13:01:29 oj 1.9.4.3: new include 2006/03/20 07:48:11 oj 1.9.4.2: use of module client helper 2006/01/03 07:49:01 oj 1.9.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f990473e9bbdb4821cd65f4edac95f3d9f04f3e9]

        INTEGRATION: CWS oj14 (1.71.4); FILE MERGED 2007/06/04 18:05:19 oj 1.71.4.7: RESYNC: (1.75-1.76); FILE MERGED 2006/11/07 09:13:02 oj 1.71.4.6: RESYNC: (1.73-1.75); FILE MERGED 2006/07/04 07:48:23 oj 1.71.4.5: RESYNC: (1.72-1.73); FILE MERGED 2006/04/25 13:01:29 oj 1.71.4.4: new include 2006/03/20 07:48:10 oj 1.71.4.3: use of module client helper 2006/01/03 13:19:11 oj 1.71.4.2: RESYNC: (1.71-1.72); FILE MERGED 2006/01/03 07:49:00 oj 1.71.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [49df04384bfbecfc5d90c6db3b4876583b177f58]

        INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2006/11/07 09:12:25 oj 1.16.4.4: RESYNC: (1.16-1.17); FILE MERGED 2006/04/25 13:01:28 oj 1.16.4.3: new include 2006/03/20 07:48:10 oj 1.16.4.2: use of module client helper 2006/01/03 07:49:00 oj 1.16.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [784668aebff176bba76ef22658debcbeca60daf8]

        INTEGRATION: CWS oj14 (1.24.4); FILE MERGED 2007/06/04 18:03:58 oj 1.24.4.5: RESYNC: (1.27-1.28); FILE MERGED 2006/11/07 09:12:06 oj 1.24.4.4: RESYNC: (1.25-1.27); FILE MERGED 2006/07/04 07:47:51 oj 1.24.4.3: RESYNC: (1.24-1.25); FILE MERGED 2006/04/25 13:01:28 oj 1.24.4.2: new include 2006/01/03 07:49:00 oj 1.24.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a088ef3c9db42e4fcca6ab92efd547bb8f93f4d6]

        INTEGRATION: CWS oj14 (1.18.8); FILE MERGED 2006/11/07 09:11:46 oj 1.18.8.3: RESYNC: (1.19-1.20); FILE MERGED 2006/07/04 07:47:32 oj 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED 2006/01/03 07:49:00 oj 1.18.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b2f73a8edda0c9284c0eab72d5a0499c3683cabd]

        INTEGRATION: CWS oj14 (1.23.4); FILE MERGED 2007/06/04 18:03:44 oj 1.23.4.6: RESYNC: (1.25-1.26); FILE MERGED 2006/11/07 09:11:38 oj 1.23.4.5: RESYNC: (1.24-1.25); FILE MERGED 2006/07/04 07:47:24 oj 1.23.4.4: RESYNC: (1.23-1.24); FILE MERGED 2006/04/25 13:01:28 oj 1.23.4.3: new include 2006/03/20 07:48:09 oj 1.23.4.2: use of module client helper 2006/01/03 07:49:00 oj 1.23.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1190177cb884eba5b98b404430707ff4dc81e907]

        INTEGRATION: CWS oj14 (1.89.4); FILE MERGED 2007/06/04 18:03:29 oj 1.89.4.8: RESYNC: (1.97-1.98); FILE MERGED 2006/12/18 16:17:22 oj 1.89.4.7: RESYNC: (1.96-1.97); FILE MERGED 2006/11/07 09:11:30 oj 1.89.4.6: RESYNC: (1.92-1.96); FILE MERGED 2006/07/04 07:47:15 oj 1.89.4.5: RESYNC: (1.90-1.92); FILE MERGED 2006/04/25 13:01:27 oj 1.89.4.4: new include 2006/03/20 07:48:09 oj 1.89.4.3: use of module client helper 2006/01/03 13:19:02 oj 1.89.4.2: RESYNC: (1.89-1.90); FILE MERGED 2006/01/03 07:48:59 oj 1.89.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [580eaea47a3a3010622e17935df9dc068a2f47d1]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/01/03 07:48:59 oj 1.3.8.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2cce8e4ddf6c9c7ae1b65c50baf11b051488361b]

        INTEGRATION: CWS oj14 (1.11.4); FILE MERGED 2007/06/04 18:00:08 oj 1.11.4.4: RESYNC: (1.12-1.13); FILE MERGED 2007/05/24 11:57:03 lla 1.11.4.3: #i77259# error message if no report designer is installed 2006/12/18 16:16:12 oj 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/03 07:48:59 oj 1.11.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0c08e1565a2daa85063394d98a5b9e3a17a87b94]

        INTEGRATION: CWS oj14 (1.11.4); FILE MERGED 2007/06/19 08:00:48 fs 1.11.4.6: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/04 18:02:10 oj 1.11.4.5: RESYNC: (1.17-1.18); FILE MERGED 2006/11/07 09:10:49 oj 1.11.4.4: RESYNC: (1.14-1.17); FILE MERGED 2006/07/04 07:46:38 oj 1.11.4.3: RESYNC: (1.12-1.14); FILE MERGED 2006/03/20 13:54:36 oj 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/03 07:48:59 oj 1.11.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3e9489b297112d9469bc5e11fa51135a548b8e14]

        INTEGRATION: CWS oj14 (1.6.4); FILE MERGED 2006/11/07 09:10:41 oj 1.6.4.6: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 07:46:30 oj 1.6.4.5: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:00:35 oj 1.6.4.4: new include 2006/03/20 13:54:24 oj 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/20 07:48:08 oj 1.6.4.2: use of module client helper 2006/01/03 07:48:58 oj 1.6.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fa8d7c6c7780717ba8eda847dac4287f29808270]

        INTEGRATION: CWS oj14 (1.39.6); FILE MERGED 2007/06/04 20:47:00 oj 1.39.6.2: RESYNC: (1.39-1.40); FILE MERGED 2006/11/07 18:49:44 oj 1.39.6.1: new ext color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fc6ae5abbc485b2bf09f41ac55bbc06f99f0ee8c]

        INTEGRATION: CWS oj14 (1.6.4); FILE MERGED 2007/06/19 08:00:48 fs 1.6.4.7: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2006/11/07 09:10:33 oj 1.6.4.6: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 07:46:22 oj 1.6.4.5: RESYNC: (1.8-1.9); FILE MERGED 2006/04/25 13:00:34 oj 1.6.4.4: new include 2006/03/20 13:53:44 oj 1.6.4.3: RESYNC: (1.6-1.8); FILE MERGED 2006/03/20 07:48:07 oj 1.6.4.2: use of module client helper 2006/01/03 07:48:58 oj 1.6.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2f0d28ac6fe4544a98f7315828bdfc06979c40ee]

        INTEGRATION: CWS oj14 (1.7.4); FILE MERGED 2006/11/07 09:10:25 oj 1.7.4.4: RESYNC: (1.7-1.8); FILE MERGED 2006/04/25 13:00:34 oj 1.7.4.3: new include 2006/03/20 07:48:07 oj 1.7.4.2: use of module client helper 2006/01/03 07:48:58 oj 1.7.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a68b5e06d2e8cfb276d7f63fffe8a54ecbcdac89]

        INTEGRATION: CWS oj14 (1.11.56); FILE MERGED 2007/06/23 21:21:54 fs 1.11.56.5: RESYNC: (1.14-1.15); FILE MERGED 2007/06/19 08:00:47 fs 1.11.56.4: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/04 18:01:59 oj 1.11.56.3: RESYNC: (1.13-1.14); FILE MERGED 2006/11/07 09:10:17 oj 1.11.56.2: RESYNC: (1.11-1.13); FILE MERGED 2006/04/25 13:00:33 oj 1.11.56.1: new include

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c9ea1e0bd1cc3b1bb8eff54981fb34cdac4ec708]

        INTEGRATION: CWS oj14 (1.12.4); FILE MERGED 2007/06/25 20:14:22 fs 1.12.4.12: fixed merge error during resync 2007/06/25 05:59:58 fs 1.12.4.11: #i10000# 2007/06/23 21:21:47 fs 1.12.4.10: RESYNC: (1.21-1.22); FILE MERGED 2007/06/19 08:00:47 fs 1.12.4.9: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/04 18:01:49 oj 1.12.4.8: RESYNC: (1.20-1.21); FILE MERGED 2006/11/08 12:19:32 oj 1.12.4.7: use of new classes 2006/11/07 09:10:09 oj 1.12.4.6: RESYNC: (1.17-1.20); FILE MERGED 2006/07/04 07:46:15 oj 1.12.4.5: RESYNC: (1.15-1.17); FILE MERGED 2006/04/25 13:00:33 oj 1.12.4.4: new include 2006/03/20 13:53:01 oj 1.12.4.3: RESYNC: (1.12-1.15); FILE MERGED 2006/03/20 07:48:07 oj 1.12.4.2: use of module client helper 2006/01/03 07:48:58 oj 1.12.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [174e7378e6d7503c15df0a086d816ed30064b909]

        INTEGRATION: CWS oj14 (1.9.4); FILE MERGED 2007/06/04 18:01:03 oj 1.9.4.9: RESYNC: (1.21-1.23); FILE MERGED 2007/02/20 15:46:40 oj 1.9.4.8: RESYNC: (1.20-1.21); FILE MERGED 2006/12/18 16:16:48 oj 1.9.4.7: RESYNC: (1.18-1.20); FILE MERGED 2006/11/07 09:09:48 oj 1.9.4.6: RESYNC: (1.13-1.18); FILE MERGED 2006/07/04 07:45:57 oj 1.9.4.5: RESYNC: (1.11-1.13); FILE MERGED 2006/04/25 13:00:32 oj 1.9.4.4: new include 2006/03/20 13:52:30 oj 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2006/01/03 13:18:42 oj 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2006/01/03 07:48:58 oj 1.9.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [81669a24d0219ad5d9c36af01c7a0291bfdfc416]

        INTEGRATION: CWS oj14 (1.14.4); FILE MERGED 2007/06/19 08:00:47 fs 1.14.4.9: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/05/29 13:07:25 lla 1.14.4.8: #77407# handle close of embedded objects better 2006/12/18 16:16:40 oj 1.14.4.7: RESYNC: (1.23-1.24); FILE MERGED 2006/11/07 09:09:40 oj 1.14.4.6: RESYNC: (1.18-1.23); FILE MERGED 2006/07/04 07:45:48 oj 1.14.4.5: RESYNC: (1.15-1.18); FILE MERGED 2006/04/25 13:00:32 oj 1.14.4.4: new include 2006/03/20 07:48:06 oj 1.14.4.3: use of module client helper 2006/01/03 13:18:33 oj 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/01/03 07:48:57 oj 1.14.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e9cb737d2d64734d7d2ee76401d1b548e030eb19]

        INTEGRATION: CWS oj14 (1.12.4); FILE MERGED 2007/06/04 18:00:32 oj 1.12.4.6: RESYNC: (1.17-1.18); FILE MERGED 2006/12/18 16:16:33 oj 1.12.4.5: RESYNC: (1.15-1.17); FILE MERGED 2006/11/07 09:09:24 oj 1.12.4.4: RESYNC: (1.13-1.15); FILE MERGED 2006/04/25 13:00:31 oj 1.12.4.3: new include 2006/01/03 13:18:14 oj 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2006/01/03 07:48:57 oj 1.12.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [85a477b69c2ef2ab7d3d16aeea7aedc4b92586ae]

        INTEGRATION: CWS oj14 (1.12.60); FILE MERGED 2007/06/04 21:04:32 oj 1.12.60.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/02 08:50:41 fs 1.12.60.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [da71279c481beb4e088fbd637ab4c6939f798998]

        INTEGRATION: CWS oj14 (1.22.4); FILE MERGED 2007/06/06 07:33:07 lla 1.22.4.19: #i77259# new dialog if extension is not present 2007/06/05 13:12:45 oj 1.22.4.18: correct merge problems 2007/06/04 18:00:21 oj 1.22.4.17: RESYNC: (1.39-1.41); FILE MERGED 2007/05/29 05:16:32 lla 1.22.4.16: #77407# back fix 2007/05/24 11:54:06 lla 1.22.4.15: #i77259# error message if no report designer is installed 2007/04/30 12:40:56 oj 1.22.4.14: #i76758# check that service is avail 2007/04/26 10:45:58 oj 1.22.4.13: service name moved into new package 2007/04/23 11:01:24 lla 1.22.4.12: #146882# use right Service name for instanciate 2006/12/18 16:16:23 oj 1.22.4.11: RESYNC: (1.37-1.39); FILE MERGED 2006/11/09 08:10:25 oj 1.22.4.10: remove wnt warning 2006/11/08 12:19:32 oj 1.22.4.9: use of new classes 2006/11/08 12:11:47 oj 1.22.4.8: use of new classes 2006/11/07 09:09:16 oj 1.22.4.7: RESYNC: (1.30-1.37); FILE MERGED 2006/07/04 07:45:31 oj 1.22.4.6: RESYNC: (1.26-1.30); FILE MERGED 2006/04/25 13:00:30 oj 1.22.4.5: new include 2006/03/20 13:52:03 oj 1.22.4.4: RESYNC: (1.25-1.26); FILE MERGED 2006/03/20 07:48:05 oj 1.22.4.3: use of module client helper 2006/01/03 13:18:05 oj 1.22.4.2: RESYNC: (1.22-1.25); FILE MERGED 2006/01/03 07:48:56 oj 1.22.4.1: changed module client

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e3804b9571d61312c92081667a92a486d4b12ac4]

        INTEGRATION: CWS oj14 (1.10.8); FILE MERGED 2007/06/04 17:59:06 oj 1.10.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/07 09:07:59 oj 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/03 08:07:51 oj 1.10.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [06d9e925a2668aa577fe7057721f28e2d28e4954]

        INTEGRATION: CWS oj14 (1.11.8); FILE MERGED 2007/06/04 17:57:06 oj 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/03 08:07:51 oj 1.11.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [50b4b905d6a21ce93431ea75dce6d5d95f6501f8]

        INTEGRATION: CWS oj14 (1.8.4); FILE MERGED 2007/06/04 17:56:52 oj 1.8.4.4: RESYNC: (1.14-1.15); FILE MERGED 2006/11/07 09:00:37 oj 1.8.4.3: RESYNC: (1.9-1.14); FILE MERGED 2006/07/04 07:43:08 oj 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/20 07:49:58 oj 1.8.4.1:  store table font

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [add18b701f96cb0f5f38725d849e237436ecfd2a]

        INTEGRATION: CWS oj14 (1.20.8); FILE MERGED 2007/06/23 21:21:08 fs 1.20.8.3: RESYNC: (1.25-1.26); FILE MERGED 2006/11/07 08:58:35 oj 1.20.8.2: RESYNC: (1.20-1.25); FILE MERGED 2006/07/11 10:57:56 oj 1.20.8.1: conflicts and warnings removed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e2f207d0565e10617aa5695fd6c39897c06505b2]

        INTEGRATION: CWS oj14 (1.6.6); FILE MERGED 2006/11/07 08:55:32 oj 1.6.6.2: RESYNC: (1.6-1.8); FILE MERGED 2006/07/11 10:57:55 oj 1.6.6.1: conflicts and warnings removed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3962744946da24a023b920f8e1c6a41ab3502e66]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/11/07 08:53:46 oj 1.3.8.3: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 07:37:29 oj 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/03 08:07:49 oj 1.3.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [31a553d62951cec301fd981fcd27ff85133069cc]

        INTEGRATION: CWS oj14 (1.6.8); FILE MERGED 2006/11/07 08:51:50 oj 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2006/01/03 08:07:49 oj 1.6.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [018eb2756e0adb8dd0f12d563d766196497746c3]

        INTEGRATION: CWS oj14 (1.18.50); FILE MERGED 2007/06/04 17:52:25 oj 1.18.50.2: RESYNC: (1.18-1.20); FILE MERGED 2007/05/31 07:32:05 oj 1.18.50.1: #i77258# remove unused code and some new static functions for media type inserted

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [470becbf510a0f6094f5371446ccbdceadd8c3a2]

        INTEGRATION: CWS oj14 (1.52.102); FILE MERGED 2007/06/04 20:29:26 oj 1.52.102.2: RESYNC: (1.52-1.54); FILE MERGED 2006/11/07 18:55:34 oj 1.52.102.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7e766d30075de4d2a6818716051d3deed7365865]

        INTEGRATION: CWS oj14 (1.29.4); FILE MERGED 2007/06/08 07:09:07 oj 1.29.4.12: do not set the identifier for the module when we are a reportdefinition 2007/06/07 11:10:37 oj 1.29.4.11: make use of new method in mimeconfighelper 2007/06/05 13:06:01 oj 1.29.4.10: correct merge problems 2007/06/04 17:52:13 oj 1.29.4.9: RESYNC: (1.40-1.42); FILE MERGED 2007/05/31 07:32:05 oj 1.29.4.8: #i77258# remove unused code and some new static functions for media type inserted 2007/05/09 11:44:24 lla 1.29.4.7: #i77078# if readonly flag is set, open the report only, not the designer 2007/03/15 14:42:53 oj 1.29.4.6: use mim config helper 2006/11/07 08:50:01 oj 1.29.4.5: RESYNC: (1.36-1.40); FILE MERGED 2006/07/04 07:35:06 oj 1.29.4.4: RESYNC: (1.35-1.36); FILE MERGED 2006/03/20 13:50:08 oj 1.29.4.3: RESYNC: (1.33-1.35); FILE MERGED 2006/01/03 13:16:39 oj 1.29.4.2: RESYNC: (1.29-1.33); FILE MERGED 2006/01/03 08:07:48 oj 1.29.4.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c74c8fd43d03f344e15c1d43d21f464effe72082]

        INTEGRATION: CWS oj14 (1.8.8); FILE MERGED 2007/06/04 17:51:58 oj 1.8.8.3: RESYNC: (1.10-1.11); FILE MERGED 2006/11/07 08:49:53 oj 1.8.8.2: RESYNC: (1.8-1.10); FILE MERGED 2006/01/03 08:07:48 oj 1.8.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d8c7dfd2c11fdddb49c79e1eadb8e46359357061]

        INTEGRATION: CWS oj14 (1.16.4); FILE MERGED 2007/06/04 17:51:44 oj 1.16.4.8: RESYNC: (1.22-1.23); FILE MERGED 2007/05/31 07:32:05 oj 1.16.4.7: #i77258# remove unused code and some new static functions for media type inserted 2007/05/21 13:33:38 lla 1.16.4.6: #i77259# don't eliminate exceptions 2006/12/18 16:14:55 oj 1.16.4.5: RESYNC: (1.21-1.22); FILE MERGED 2006/11/07 08:49:45 oj 1.16.4.4: RESYNC: (1.18-1.21); FILE MERGED 2006/07/04 07:34:57 oj 1.16.4.3: RESYNC: (1.17-1.18); FILE MERGED 2006/03/20 13:49:36 oj 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/20 07:50:57 oj 1.16.4.1: use MimeConfigurationHelper::GetSequenceClassID instead of ODocumentDefinition::getDefaultDocumentTypeClassId

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3adcf7c6ca55890107cd9e3810406a8541637c5d]

        INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/11/07 08:46:11 oj 1.3.8.3: RESYNC: (1.4-1.7); FILE MERGED 2006/07/04 07:31:45 oj 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/03 08:07:47 oj 1.3.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fe08be7790c72ddfa47c010f43c84d8f56dd5bd2]

        INTEGRATION: CWS oj14 (1.13.8); FILE MERGED 2006/07/04 10:47:46 oj 1.13.8.1: file position moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ab6b83245d61b9adc6914552831f3f5da57b4d80]

        INTEGRATION: CWS oj14 (1.47.22); FILE MERGED 2007/06/05 20:50:31 fs 1.47.22.3: #i78077# track whether any of the facets contributing to the complete command (Filter, Order, ApplyFilter, etc.) is dirty - in this case, re-create the parameters collection when it is retrieved 2007/06/05 20:16:13 fs 1.47.22.2: #i78077# implement XParametersSupplier, which allows accessing the parameters (before the RowSet has even been executed) 2007/06/04 20:28:00 fs 1.47.22.1: #i78077# implement XParametersSupplier

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b034799f6f716a8a3ac124f1f939170a5fea4761]

        INTEGRATION: CWS oj14 (1.137.4); FILE MERGED 2007/06/06 18:44:14 fs 1.137.4.15: #i78077# getParameters: silence exceptions got from subordinate methods 2007/06/06 18:15:09 fs 1.137.4.14: ORowSetValueVector is default-inited to length 1, which isn't what we need ... 2007/06/06 06:04:12 fs 1.137.4.13: dispose the parameters container 2007/06/05 20:53:12 fs 1.137.4.12: lock mutex in getParameters 2007/06/05 20:50:31 fs 1.137.4.11: #i78077# track whether any of the facets contributing to the complete command (Filter, Order, ApplyFilter, etc.) is dirty - in this case, re-create the parameters collection when it is retrieved 2007/06/05 20:16:13 fs 1.137.4.10: #i78077# implement XParametersSupplier, which allows accessing the parameters (before the RowSet has even been executed) 2007/06/04 20:28:00 fs 1.137.4.9: #i78077# implement XParametersSupplier 2007/02/20 15:43:06 oj 1.137.4.8: RESYNC: (1.151-1.152); FILE MERGED 2006/12/18 16:13:09 oj 1.137.4.7: RESYNC: (1.150-1.151); FILE MERGED 2006/11/07 08:40:23 oj 1.137.4.6: RESYNC: (1.144-1.150); FILE MERGED 2006/07/11 10:57:55 oj 1.137.4.5: conflicts and warnings removed 2006/07/04 07:25:24 oj 1.137.4.4: RESYNC: (1.142-1.144); FILE MERGED 2006/03/20 13:44:04 oj 1.137.4.3: RESYNC: (1.139-1.142); FILE MERGED 2006/01/03 13:11:58 oj 1.137.4.2: RESYNC: (1.137-1.139); FILE MERGED 2006/01/03 08:07:45 oj 1.137.4.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [666864c1445c6d6047019a6c1d4f66412cb8bd0f]

        INTEGRATION: CWS oj14 (1.7.84); FILE MERGED 2007/06/06 09:02:22 fs 1.7.84.1: #i78077# +testParameters

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b0f35409030d7f66a1d487c8b1bc3bd7abb61068]

        INTEGRATION: CWS oj14 (1.2.84); FILE MERGED 2007/06/06 09:01:59 fs 1.2.84.1: outsourced some query creation into the CRMDatabase, for easier re-use

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [939254754090596dbc7bc96feeb664fda872e05e]

        INTEGRATION: CWS oj14 (1.18.130); FILE MERGED 2006/11/13 13:23:55 oj 1.18.130.4: merge conflicts 2006/11/07 08:35:22 oj 1.18.130.3: RESYNC: (1.19-1.21); FILE MERGED 2006/07/04 07:21:42 oj 1.18.130.2: RESYNC: (1.18-1.19); FILE MERGED 2006/01/03 08:07:44 oj 1.18.130.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [39046c9999d770e006dcaa61cfe73d1556f2e415]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/12/21 12:30:21 oj 1.1.2.5: impl selectionSupplier 2006/11/13 13:23:55 oj 1.1.2.4: merge conflicts 2006/11/08 11:15:41 oj 1.1.2.3: merge conflicts resolved 2006/04/25 13:06:21 oj 1.1.2.2: new hlper methods 2006/01/03 08:30:47 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [734ac0876be927e1ec4d2ee948a61d3cb84cd47c]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/19 08:00:47 fs 1.1.2.15: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2007/06/05 16:38:48 oj 1.1.2.14: add missing methods 2007/06/05 16:36:29 oj 1.1.2.13: add missing methods 2007/06/05 16:33:15 oj 1.1.2.12: add missing methods 2007/06/04 17:33:48 oj 1.1.2.11: merge conflict resolved 2007/06/04 17:30:31 oj 1.1.2.10: merge conflict resolved 2006/12/21 12:30:21 oj 1.1.2.9: impl selectionSupplier 2006/11/13 13:23:55 oj 1.1.2.8: merge conflicts 2006/11/13 11:48:00 oj 1.1.2.7: new member nValue 2006/11/08 11:03:12 oj 1.1.2.6: correct ifdef 2006/11/07 08:25:27 oj 1.1.2.5: merge changes 2006/07/11 10:57:54 oj 1.1.2.4: conflicts and warnings removed 2006/07/04 07:18:40 oj 1.1.2.3: cwsresync changes 2006/04/25 13:06:21 oj 1.1.2.2: new hlper methods 2006/01/03 08:29:59 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bc44c3e7d095aa9dfeb33b91f1a0ac22d6046e2f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/04 17:27:24 oj 1.1.2.4: merge conflict resolved 2006/07/04 07:13:55 oj 1.1.2.3: cwsresync changes 2006/04/25 13:06:20 oj 1.1.2.2: new hlper methods 2006/01/03 08:29:48 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [202444059d9a8e7160c508e80e4bb9c504fd6eef]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/01/03 08:29:29 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7d4b4713648b7346ace051dc1e3fca114b011fe7]

        INTEGRATION: CWS oj14 (1.7.8); FILE MERGED 2006/12/20 12:47:19 oj 1.7.8.3: duplicate id 2006/12/18 16:12:45 oj 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/03 08:07:44 oj 1.7.8.1: export controller class

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dbddb238893abc824dd006546327536e11d328d6]

        INTEGRATION: CWS oj14 (1.86.22); FILE MERGED 2007/06/04 18:47:47 oj 1.86.22.3: RESYNC: (1.86-1.87); FILE MERGED 2007/04/27 11:04:47 oj 1.86.22.2: #i76758# new report api 2007/04/27 10:56:25 oj 1.86.22.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6bfd0fb1ff03ad49524249c11c4c95dd370d6f0e]

        INTEGRATION: CWS oj14 (1.68.4); FILE MERGED 2007/06/06 07:32:22 lla 1.68.4.1: #i77259# new dialog if extension is not present

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [06cb3d274268c7d8198d3a5865ccb16534f24574]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/07/04 07:12:12 oj 1.1.2.2: cwsresync changes 2006/01/03 08:29:20 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f649e68d3004853f39920504ca6f5cf87101b287]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/07/04 07:13:55 oj 1.1.2.3: cwsresync changes 2006/04/25 13:06:20 oj 1.1.2.2: new hlper methods 2006/01/03 08:30:57 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [28fc7f25e389235c484d9f54e0d4fad0b63bb195]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/01/03 08:30:27 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [82144a8dd1d4cff21e7ddcfd68977fa0256131e3]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/01/03 08:30:18 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b14eba69d9d7f9534c7a77f56f6c7574168d8341]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/19 08:00:47 fs 1.1.2.2: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642 2006/01/03 08:30:08 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [860a31c56cff6184ff4d8160dd0d4289e9cc0d27]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/02/21 06:29:41 oj 1.1.2.2: merge conflict 2006/01/03 08:29:10 oj 1.1.2.1: export controller

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bfd674aa446971fee8d8025d46eb48b119e9bf2e]

        INTEGRATION: CWS oj14 (1.39.8); FILE MERGED 2007/02/20 16:31:32 oj 1.39.8.2: RESYNC: (1.39-1.40); FILE MERGED 2006/11/07 18:54:02 oj 1.39.8.1: extended color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3acfc34c2cf5d7e80e53465db029af14c8d35b2c]

        INTEGRATION: CWS oj14 (1.149.58); FILE MERGED 2007/06/26 20:10:12 fs 1.149.58.7: #i78908# possibility to be the owner of the SdrObject 2007/06/04 21:13:54 oj 1.149.58.6: RESYNC: (1.154-1.156); FILE MERGED 2007/05/30 12:24:11 oj 1.149.58.5: #i77769# getSize returns wrong size +1 2007/02/20 16:29:49 oj 1.149.58.4: RESYNC: (1.153-1.154); FILE MERGED 2007/01/25 07:45:10 oj 1.149.58.3: disable deletion of sdrObject when shape was removed 2006/12/18 16:08:15 oj 1.149.58.2: RESYNC: (1.149-1.153); FILE MERGED 2006/11/12 13:36:16 cl 1.149.58.1: #i71036# added basic PropertyChangeListener support for SvxShape

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8a0580fd9aff5318307be56c7e2912c874d329d9]

        INTEGRATION: CWS oj14 (1.27.64); FILE MERGED 2007/06/26 20:13:32 fs 1.27.64.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b5e0402d2f0ec7adc5d342add22226578454b25f]

        INTEGRATION: CWS oj14 (1.59.46); FILE MERGED 2007/06/26 20:13:31 fs 1.59.46.4: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead 2007/06/04 21:13:45 oj 1.59.46.3: RESYNC: (1.60-1.62); FILE MERGED 2007/02/20 16:29:27 oj 1.59.46.2: RESYNC: (1.59-1.60); FILE MERGED 2007/01/25 07:45:10 oj 1.59.46.1: disable deletion of sdrObject when shape was removed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [de6003f4ba5bcf5c2c7dbc5b1118b83544bbee1b]

        INTEGRATION: CWS oj14 (1.40.62); FILE MERGED 2007/06/26 20:13:31 fs 1.40.62.2: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead 2007/01/25 07:45:10 oj 1.40.62.1: disable deletion of sdrObject when shape was removed

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0ac639f9336b6d15db2d99073ee25124c59275d5]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/05/02 08:50:50 fs 1.1.2.1: ToolboxButtonColorUpdater formerly known as SvxTbxButtonColorUpdater_Impl, no being exported

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a5bb0f0c984e534458ee74f6dd2001d52ebd1886]

        INTEGRATION: CWS oj14 (1.74.6); FILE MERGED 2007/06/06 14:45:36 oj 1.74.6.7: #i78102# remove ::Current calls 2007/06/04 21:07:59 oj 1.74.6.6: RESYNC: (1.76-1.77); FILE MERGED 2007/05/02 08:50:41 fs 1.74.6.5: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file 2007/04/25 10:44:44 oj 1.74.6.4: check pBox 2007/02/20 16:28:05 oj 1.74.6.3: RESYNC: (1.74-1.76); FILE MERGED 2007/02/08 15:28:04 oj 1.74.6.2: check pBox and if no Shell use default font list 2006/11/07 18:51:41 oj 1.74.6.1: use own color table

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e3e34c8a0b58ed7d5685696fa86ef67f600790f4]

        INTEGRATION: CWS oj14 (1.11.20); FILE MERGED 2007/05/02 08:50:41 fs 1.11.20.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [12fc131462db3a01b3ee48467124ef92b1ff29b4]

        INTEGRATION: CWS oj14 (1.6.60); FILE MERGED 2007/05/02 08:50:41 fs 1.6.60.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0349bcec88cbcc5158129184b9dca0e29c76e411]

        INTEGRATION: CWS oj14 (1.26.6); FILE MERGED 2007/06/26 20:13:31 fs 1.26.6.2: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead 2007/01/25 07:43:56 oj 1.26.6.1: add dtor of SdrUndoFactory()

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8408cb927820caf7d65ebb748a878b9a59255ade]

        INTEGRATION: CWS oj14 (1.58.44); FILE MERGED 2007/06/26 20:13:31 fs 1.58.44.2: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead 2007/01/25 07:43:46 oj 1.58.44.1: moved pObj->ActionRemoved() into if

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [664f60caad0cae185d5cfeda36882b68e97dc7e5]

        INTEGRATION: CWS oj14 (1.8.64); FILE MERGED 2007/01/25 07:43:26 oj 1.8.64.1: add DN name

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1022c9501a3a9e4fe31e80c8bccfb9770c2acc78]

        INTEGRATION: CWS oj14 (1.81.38); FILE MERGED 2007/06/26 20:13:31 fs 1.81.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a599f5b435dfb86b0da9c349d93d808bfe11a4a8]

        INTEGRATION: CWS oj14 (1.79.38); FILE MERGED 2007/06/26 20:13:31 fs 1.79.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4fabcea2efb87d9980d172054ba12a76b603055b]

        INTEGRATION: CWS oj14 (1.83.60); FILE MERGED 2007/06/26 20:09:49 fs 1.83.60.5: #i78908# +Free: delete 'this' if not owned by the SvxShape 2007/04/18 12:08:25 oj 1.83.60.4: RESYNC: (1.87-1.88); FILE MERGED 2007/02/20 16:24:21 oj 1.83.60.3: RESYNC: (1.85-1.87); FILE MERGED 2006/12/18 15:57:24 oj 1.83.60.2: RESYNC: (1.83-1.85); FILE MERGED 2006/11/12 13:39:49 cl 1.83.60.1: #i71036# added basic PropertyChangeListener support for SvxShape

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e8198fa86136c4d0e12c04cc5c5d754b3cb0aa94]

        INTEGRATION: CWS oj14 (1.40.38); FILE MERGED 2007/06/26 20:13:31 fs 1.40.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b6cae067dfcc97e9434996b1b0bb6397f6b20152]

        INTEGRATION: CWS oj14 (1.67.60); FILE MERGED 2007/06/04 20:59:15 oj 1.67.60.4: RESYNC: (1.71-1.73); FILE MERGED 2007/02/20 16:24:13 oj 1.67.60.3: RESYNC: (1.70-1.71); FILE MERGED 2006/12/18 15:56:34 oj 1.67.60.2: RESYNC: (1.67-1.70); FILE MERGED 2006/11/12 13:38:45 cl 1.67.60.1: #i71036# added basic PropertyChangeListener support for SvxShape

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a19108ebd8a8eb37c340fb179282269b739b3105]

        INTEGRATION: CWS oj14 (1.151.40); FILE MERGED 2007/06/26 20:13:31 fs 1.151.40.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3bc17093755eb65912b4793ff32ab5f0b6d2fba2]

        INTEGRATION: CWS oj14 (1.29.38); FILE MERGED 2007/06/26 20:13:31 fs 1.29.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0a7ac527630dbddc747f36b805f468ce6e89be08]

        INTEGRATION: CWS oj14 (1.21.6); FILE MERGED 2007/06/26 20:13:31 fs 1.21.6.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [10a530b6edab1cc3048f868e591a4a4c2a0239d7]

        INTEGRATION: CWS oj14 (1.24.40); FILE MERGED 2007/06/26 20:13:30 fs 1.24.40.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8a13aad7412ccd0e73c5eab140e628b7cf7c54eb]

        INTEGRATION: CWS oj14 (1.149.30); FILE MERGED 2007/06/26 20:13:30 fs 1.149.30.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [43834b8fba37b11419fc06a87d5eb189cda8ddc8]

        INTEGRATION: CWS oj14 (1.10.64); FILE MERGED 2007/06/26 20:13:30 fs 1.10.64.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [101f96087c5424a942e727d054bdfaf3bb6611a2]

        INTEGRATION: CWS oj14 (1.26.172); FILE MERGED 2007/06/04 20:32:43 oj 1.26.172.6: RESYNC: (1.29-1.30); FILE MERGED 2007/05/04 10:47:10 oj 1.26.172.5: #i76758# new 2nd page 2007/02/20 16:15:27 oj 1.26.172.4: RESYNC: (1.28-1.29); FILE MERGED 2006/12/18 15:34:48 oj 1.26.172.3: RESYNC: (1.27-1.28); FILE MERGED 2006/07/04 08:52:06 oj 1.26.172.2: RESYNC: (1.26-1.27); FILE MERGED 2006/03/20 08:23:44 oj 1.26.172.1: new method to create control label pair

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [3d08499f5fe5c426f01a6e54d6018249acc7dfef]

        INTEGRATION: CWS oj14 (1.43.58); FILE MERGED 2007/06/23 21:17:02 fs 1.43.58.3: RESYNC: (1.45-1.46); FILE MERGED 2006/12/18 15:32:49 oj 1.43.58.2: RESYNC: (1.43-1.45); FILE MERGED 2006/11/07 18:55:35 oj 1.43.58.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [feff25fe43fcf1034862b9c6ccc6b477a75006e0]

        INTEGRATION: CWS oj14 (1.40.100); FILE MERGED 2007/06/23 21:16:55 fs 1.40.100.3: RESYNC: (1.41-1.42); FILE MERGED 2006/12/18 15:32:32 oj 1.40.100.2: RESYNC: (1.40-1.41); FILE MERGED 2006/11/07 18:55:34 oj 1.40.100.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6ce2123d90c8771d2b130ae5a174464f37123b6c]

        INTEGRATION: CWS oj14 (1.12.102); FILE MERGED 2007/02/20 16:13:58 oj 1.12.102.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/07 18:55:34 oj 1.12.102.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [321f7a0b88a7323174cceee7124f975c46634f66]

        INTEGRATION: CWS oj14 (1.47.4); FILE MERGED 2007/06/04 20:26:47 oj 1.47.4.11: RESYNC: (1.60-1.61); FILE MERGED 2007/05/04 10:47:09 oj 1.47.4.10: #i76758# new 2nd page 2007/02/20 16:12:57 oj 1.47.4.9: RESYNC: (1.59-1.60); FILE MERGED 2007/02/20 12:16:20 oj 1.47.4.8: use loangvarbinary for image as well 2007/01/09 09:48:19 oj 1.47.4.7: ask for propinfo only once 2006/12/18 15:30:51 oj 1.47.4.6: RESYNC: (1.58-1.59); FILE MERGED 2006/11/08 09:56:06 oj 1.47.4.5: warnings removed 2006/11/07 10:23:12 oj 1.47.4.4: RESYNC: (1.52-1.58); FILE MERGED 2006/07/04 08:45:23 oj 1.47.4.3: RESYNC: (1.49-1.52); FILE MERGED 2006/03/20 13:21:02 oj 1.47.4.2: RESYNC: (1.47-1.49); FILE MERGED 2006/03/20 08:22:37 oj 1.47.4.1: new method to create control label pair

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [c6fdeb6a47ec7c34470264e5bcce4a0dbebc1cf7]

        INTEGRATION: CWS oj14 (1.41.16); FILE MERGED 2007/06/04 20:26:36 oj 1.41.16.8: RESYNC: (1.47-1.48); FILE MERGED 2007/05/04 10:47:09 oj 1.41.16.7: #i76758# new 2nd page 2007/02/20 16:12:49 oj 1.41.16.6: RESYNC: (1.46-1.47); FILE MERGED 2006/12/18 15:30:44 oj 1.41.16.5: RESYNC: (1.45-1.46); FILE MERGED 2006/11/08 09:56:06 oj 1.41.16.4: warnings removed 2006/11/07 10:23:04 oj 1.41.16.3: RESYNC: (1.42-1.45); FILE MERGED 2006/07/04 08:45:15 oj 1.41.16.2: RESYNC: (1.41-1.42); FILE MERGED 2006/03/20 08:22:36 oj 1.41.16.1: new method to create control label pair

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [43f48e2b710381263f1710a100ca4f602eeb8af7]

        INTEGRATION: CWS oj14 (1.62.4); FILE MERGED 2007/06/04 20:23:14 oj 1.62.4.2: RESYNC: (1.62-1.63); FILE MERGED 2006/12/19 14:27:02 oj 1.62.4.1: correct use of PropSetInfo

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7c9d22d871bf2ea26e91d1aeaabbca43d00a22a5]

        INTEGRATION: CWS oj14 (1.28.40); FILE MERGED 2007/06/26 20:13:30 fs 1.28.40.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a9bd0b9c69e40eb4e8b35d40cbbb7cf8e9a1bdee]

        INTEGRATION: CWS oj14 (1.43.38); FILE MERGED 2007/06/26 20:13:30 fs 1.43.38.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a6fdc25b9d0ef92af08ad12f51f11f3c82b56e9b]

        INTEGRATION: CWS oj14 (1.27.40); FILE MERGED 2007/06/26 20:13:29 fs 1.27.40.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1e113b2ff2d5d71d1d8e86e0a022f32a2d9d2bbc]

        INTEGRATION: CWS oj14 (1.39.30); FILE MERGED 2007/06/26 20:13:29 fs 1.39.30.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0e7d94eb7cda264348dc03061b2336f6cae26390]

        INTEGRATION: CWS oj14 (1.5.58); FILE MERGED 2006/11/07 18:47:34 oj 1.5.58.1: new ext color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f63f50d955a92d96af4c272852fa80e9ccaaa468]

        INTEGRATION: CWS oj14 (1.10.58); FILE MERGED 2007/06/05 10:49:03 oj 1.10.58.5: merge problem 2007/06/04 19:50:00 oj 1.10.58.4: RESYNC: (1.10-1.11); FILE MERGED 2006/11/08 15:34:07 oj 1.10.58.3: warnings wntmsci10 removed 2006/11/08 09:28:03 oj 1.10.58.2: remove warnings 2006/11/07 18:48:36 oj 1.10.58.1: new ext color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d1f96321c0193b11182471a67e571c65111da73a]

        INTEGRATION: CWS oj14 (1.30.56); FILE MERGED 2007/06/26 20:13:29 fs 1.30.56.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e2028f9a9aba6503ba56b70fb463ea96e9d3733d]

        INTEGRATION: CWS oj14 (1.17.6); FILE MERGED 2007/06/26 20:13:29 fs 1.17.6.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [96d0be7e0a120eb6b498f8a26308a593a6462189]

        INTEGRATION: CWS oj14 (1.90.58); FILE MERGED 2007/06/04 19:18:25 oj 1.90.58.3: RESYNC: (1.92-1.94); FILE MERGED 2007/02/20 15:56:38 oj 1.90.58.2: RESYNC: (1.90-1.92); FILE MERGED 2006/11/07 18:49:24 oj 1.90.58.1: remove assert

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [dca297bb4272429bd0b18dfedda5432277824f8e]

        INTEGRATION: CWS oj14 (1.15.22); FILE MERGED 2007/06/26 20:13:29 fs 1.15.22.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f82877e1f74fc2c029a9aa56f465940fc80b4a1c]

        INTEGRATION: CWS oj14 (1.13.46); FILE MERGED 2007/06/26 20:13:29 fs 1.13.46.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d5ee4fde45f86d6d09ae1d48c1bcdf836be4b533]

        INTEGRATION: CWS oj14 (1.123.20); FILE MERGED 2007/06/06 10:12:43 oj 1.123.20.3: missing deliver for eeitemid 2007/06/04 19:05:57 oj 1.123.20.2: RESYNC: (1.123-1.126); FILE MERGED 2007/05/03 08:05:27 oj 1.123.20.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5b7cce1d23308839bd8edec28ec2ecb5d5ed3fb3]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/06/26 20:08:55 fs 1.2.22.3: #i78908# -SetTempoararyShape, +TakeSdrObjectOwnership 2007/06/04 19:02:33 oj 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/20 11:23:32 oj 1.2.22.1: resolve cmerge conflicts

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [1ec1d449a954c2fb3ff9ca0637151d688d384754]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/05/02 08:49:25 fs 1.1.2.1: ToolboxButtonColorUpdater formerly known as SvxTbxButtonColorUpdater_Impl, no being exported

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e316e4dc34433c1617709e48b9b2b59539808736]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/06/04 19:00:44 oj 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/03 08:05:27 oj 1.2.22.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater, and outsourced to separate file

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6ce4691daefb9fba027eea2cfca8288341c02c37]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/04/20 11:23:32 oj 1.2.22.1: resolve cmerge conflicts

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [106490a94f6d0de33b413432dbc64b9b027f7fb2]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/07/02 19:00:53 fs 1.2.22.3: #i78827# getUnoShape made virtual 2007/06/26 20:08:27 fs 1.2.22.2: #i78908# ~SdrObject now protected, use Free instead 2007/04/20 11:23:32 oj 1.2.22.1: resolve cmerge conflicts

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [05ee59d372af36aaa3755383f4afcdd3796d118b]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/05/03 08:06:01 oj 1.2.22.1: remove SVX_DLLPRIVATE

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5ae2a9b6d55c8ef83db26457d773f170de6f1f7b]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/04/20 11:23:31 oj 1.2.22.3: resolve cmerge conflicts 2007/04/20 11:00:41 oj 1.2.22.2: resolved merge conflict 2007/04/20 08:51:01 oj 1.2.22.1: fil e moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a1bec90c5d3aaeeb0a39e79af0dbf087fdea0bfc]

        INTEGRATION: CWS oj14 (1.2.22); FILE MERGED 2007/06/04 18:47:38 oj 1.2.22.3: RESYNC: (1.2-1.3); FILE MERGED 2007/05/04 10:47:09 oj 1.2.22.2: #i76758# new 2nd page 2007/04/20 08:16:02 oj 1.2.22.1: file moved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [606a089b3cffd140a592065589397f1141b5932d]

        INTEGRATION: CWS oj14 (1.3.20); FILE MERGED 2006/11/07 18:53:20 oj 1.3.20.1: extended color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [966378b0a8cbb388022d4a35ec2efd5fb761d8ad]

        INTEGRATION: CWS oj14 (1.68.36); FILE MERGED 2007/06/04 18:32:08 oj 1.68.36.4: RESYNC: (1.71-1.72); FILE MERGED 2007/02/20 15:47:20 oj 1.68.36.3: RESYNC: (1.69-1.71); FILE MERGED 2006/12/18 14:45:34 oj 1.68.36.2: RESYNC: (1.68-1.69); FILE MERGED 2006/11/07 18:53:20 oj 1.68.36.1: extended color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [963c43cc8ca1995173572f8f6ba78232c60041c0]

        INTEGRATION: CWS oj14 (1.9.58); FILE MERGED 2006/11/07 18:53:01 oj 1.9.58.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [604119d5423e4c1803f650aa1e9eab841afe34ae]

        INTEGRATION: CWS oj14 (1.14.58); FILE MERGED 2007/06/04 18:31:22 oj 1.14.58.3: RESYNC: (1.15-1.16); FILE MERGED 2006/12/18 14:45:00 oj 1.14.58.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/07 18:53:01 oj 1.14.58.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e33b9eec3b41e24dfc8393a61a75d64466c0d829]

        INTEGRATION: CWS oj14 (1.9.20); FILE MERGED 2006/11/07 18:53:00 oj 1.9.20.1: change FmFrameModel to SdrModel

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [22f873705f352aed3f3d447b78db9c5e378a8dac]

        INTEGRATION: CWS oj14 (1.9.58); FILE MERGED 2007/05/02 08:48:58 fs 1.9.58.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [019bfe8abd93c540fec2f5b825563aebd9765e19]

        INTEGRATION: CWS oj14 (1.8.58); FILE MERGED 2007/05/02 08:48:25 fs 1.8.58.1: SvxTbxButtonColorUpdater_Impl renamed to ToolboxButtonColorUpdater

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b3df7af34a12f7cb6f31633f8f6d11ddee312dcf]

        INTEGRATION: CWS oj14 (1.103.22); FILE MERGED 2007/06/04 18:50:02 oj 1.103.22.2: RESYNC: (1.103-1.104); FILE MERGED 2007/04/30 12:42:46 oj 1.103.22.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b3be9358d12d0bcb630484964aaf85c22425a5af]

        INTEGRATION: CWS oj14 (1.82.22); FILE MERGED 2007/06/23 21:09:53 fs 1.82.22.4: RESYNC: (1.83-1.84); FILE MERGED 2007/06/04 18:47:59 oj 1.82.22.3: RESYNC: (1.82-1.83); FILE MERGED 2007/04/27 11:04:48 oj 1.82.22.2: #i76758# new report api 2007/04/27 10:56:25 oj 1.82.22.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d7b363e90c41b95c52056f1c7ee7404063ebaf3c]

        INTEGRATION: CWS oj14 (1.21.56); FILE MERGED 2007/06/06 06:21:31 fs 1.21.56.1: #i78077# +XParametersSupplier

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2a8d97718457526c9e69eb7ed0cde18cb24c71ed]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 11:06:59 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5d48eb78215aaf994f327764da494e0415634963]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 11:06:31 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b987f14b96a811293488f77521bacbb6bdd4fb36]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 11:05:13 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ddb2f3b23a842ee49f2eddcec91aa8df43f95f29]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 11:07:19 oj 1.1.2.2: #i76758# new report api 2007/04/27 10:55:57 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [6f0fc5786fd97bd753fa73134518cd89a7f9875f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:33 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [cdba7439513de5222ec34a081f366e05b8229b6f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:32 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [d69ac9bf0a61e5cefa75a804a896ab25ebef0d79]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:31 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9a5d03f38c4507ee51792348f73a1950c9e59a4f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:30 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [645cf0d95ad4368bb16926fbc2c50e07d6de8163]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:29 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [76168bcdfe70daf21f70ea4389d7f6bb33b5cdd2]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:28 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [91daa00902c9151d233af2fd8902bedf9077fa9f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:27 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2930705d7129339e38c77d93d5571981588cdc97]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/27 10:55:26 oj 1.1.2.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [241c65126a3fcd3b083773a4a1a80c3041f59162]

        INTEGRATION: CWS oj14 (1.3.50); FILE MERGED 2006/12/18 14:25:16 oj 1.3.50.2: RESYNC: (1.3-1.5); FILE MERGED 2006/07/13 08:13:00 oj 1.3.50.1: XStringRepresentation.idl added

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8cb5395af5e1c0a092677edd15a1ca4ea20c45e0]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/07/13 08:12:41 oj 1.1.2.1: new interface to convert values into strings and viceversa

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f777e225e9dd7dff5128e4a82cb7492afca2592c]

        INTEGRATION: CWS oj14 (1.3.66); FILE MERGED 2007/01/09 09:41:02 oj 1.3.66.1: new method to get all list entries

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [e8a1963e060e80604d4659d3a02feff543c4d8ec]

        INTEGRATION: CWS oj14 (1.16.94); FILE MERGED 2007/04/27 10:56:10 oj 1.16.94.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [de9ead8c4120a89042191e5e359451ffa253fe89]

        INTEGRATION: CWS oj14 (1.70.10); FILE MERGED 2007/06/04 19:21:43 oj 1.70.10.2: RESYNC: (1.70-1.71); FILE MERGED 2007/04/30 06:33:08 oj 1.70.10.1: #i76758# new report api

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [b4abd1fd50d1b3cd06ee9d9a34df3d1c00eb33ed]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/07/02 09:44:59 oj 1.1.2.1: #i76758# tinderbox error

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0cab4694d6df21f87bcba6aa0d5ab05802af174b]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/07/02 09:44:48 oj 1.1.2.1: #i76758# tinderbox error

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [4ebcfe6dc94becdea43d0e4765c1b9ab99706d9f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/02/07 11:34:07 oj 1.1.2.1: missing icons

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [367de7d8f4ed658d383ae5c2539cf2e2428baf00]

        INTEGRATION: CWS oj14 (1.2.22); FILE REMOVED 2007/04/25 06:49:50 fs 1.2.22.1: unused (re-incarnated as arrow_move_up.png

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a3c90da0483634798620c9f88f91dea066162663]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/04/25 09:53:49 oj 1.1.2.1: new icons for the report designer

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [472423ec2ba194ca28116142b7d467324e392410]

        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>  [4094d7646e4c7e2db046a6e0f1c686ef09498f5b]

        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>  [19725581e7265157dff41f8a010dcab2b94c5ac3]

        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>  [75f361cd8115b75688d74863974593a13e061bc0]

        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-06  Rüdiger Timm  <rt@openoffice.org>  [311c5e5d01e56fdcbc2c54997fcce8bf417d82f5]

        INTEGRATION: CWS oj14 (1.11.50); FILE MERGED 2007/06/04 19:09:55 oj 1.11.50.2: RESYNC: (1.11-1.12); FILE MERGED 2007/05/03 06:19:31 oj 1.11.50.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a4d1afde906e6bff59e7b4318c210e83f928977b]

        INTEGRATION: CWS oj14 (1.14.52); FILE MERGED 2007/06/23 21:05:05 fs 1.14.52.3: RESYNC: (1.14-1.15); FILE MERGED 2007/05/03 06:19:31 oj 1.14.52.2: #i76758# new config for report 2006/11/07 19:19:05 oj 1.14.52.1: new file added

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [9a780cea5f502f193bb1750a1d17154e30ba5e99]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2006/11/07 19:18:35 oj 1.1.2.1: new ext color scheme

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [647ff8a290042603bec3cf24ade014c9f7f66963]

        INTEGRATION: CWS oj14 (1.13.50); FILE MERGED 2007/06/04 19:05:47 oj 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2007/05/03 06:19:31 oj 1.13.50.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [bdc9e9732bb96beb1c5760866b298669d1bb2aa4]

        INTEGRATION: CWS oj14 (1.12.22); FILE MERGED 2007/06/04 18:57:54 oj 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/03 06:19:31 oj 1.12.22.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [0b8f1dcc5610bec17c522bcb3d2af9c4dc743911]

        INTEGRATION: CWS oj14 (1.12.6); FILE MERGED 2007/05/03 06:19:31 oj 1.12.6.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [ae3e566875f134eb41727d48d4683e27e28b8b70]

        INTEGRATION: CWS oj14 (1.14.50); FILE MERGED 2007/06/23 21:04:18 fs 1.14.50.4: RESYNC: (1.15-1.16); FILE MERGED 2007/05/03 06:19:30 oj 1.14.50.3: #i76758# new config for report 2007/04/18 07:54:05 oj 1.14.50.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/07 19:20:30 oj 1.14.50.1: Embedding-base

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [03f7f36b8ab954195f559d692f84b0d148e258fd]

        INTEGRATION: CWS oj14 (1.8.34); FILE MERGED 2007/07/02 12:05:12 oj 1.8.34.4: #i79077# use of correct object document service name 2007/06/04 18:50:27 oj 1.8.34.3: RESYNC: (1.8-1.10); FILE MERGED 2007/05/03 06:19:30 oj 1.8.34.2: #i76758# new config for report 2007/03/14 15:51:37 mav 1.8.34.1: #i75401# no need to use implementation service names any more

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8413de4a0cdcecc8c58c179bd706daf1722bae85]

        INTEGRATION: CWS oj14 (1.10.22); FILE MERGED 2007/06/04 18:49:07 oj 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2007/05/03 06:19:30 oj 1.10.22.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [65e8d744d3031054cd66caf1b5636c09b4120b13]

        INTEGRATION: CWS oj14 (1.29.44); FILE MERGED 2007/06/04 18:48:48 oj 1.29.44.2: RESYNC: (1.29-1.31); FILE MERGED 2007/05/03 06:19:30 oj 1.29.44.1: #i76758# new config for report

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [7ce57fc55263316b424e055011cd792b261106ed]

        INTEGRATION: CWS oj14 (1.46.4); FILE MERGED 2006/12/19 14:14:00 oj 1.46.4.1: correct use of PropSetInfo

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [f94942086a7603e43deb3fb9e1b091405e6e4b61]

        INTEGRATION: CWS oj14 (1.25.42); FILE MERGED 2006/07/04 08:28:25 oj 1.25.42.2: RESYNC: (1.25-1.26); FILE MERGED 2006/03/22 11:10:25 oj 1.25.42.1: conflict resolved

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [480b96265bc4628de877c0fc2e23dc9a007c744c]

        INTEGRATION: CWS oj14 (1.5.26); FILE MERGED 2006/11/08 08:00:58 oj 1.5.26.1: add missing methods

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [48ede464507dc11a563d187c45723b1d6d6376c7]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/20 14:46:30 fs 1.1.2.2: #i10000# 2007/06/20 14:21:50 fs 1.1.2.1: helper class for creating a SELECT statement from a Command/Type

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [2726cef92a888b0a0a23d8e10515ed3c429490e5]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/06 08:03:34 oj 1.1.2.6: precompiled header missing 2007/06/06 06:03:20 fs 1.1.2.5: #i78077# allow for disposals, to release all references 2007/06/05 09:11:57 oj 1.1.2.4: build problem 2007/06/04 20:29:20 fs 1.1.2.3: some refactoring 2007/06/04 13:19:34 fs 1.1.2.2: outsourced the container of wrappers, too 2007/06/04 13:03:52 fs 1.1.2.1: in preparation of #i78077#: outsourced this from forms/source/component/formparameters.cxx

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [fe579b3124533d821477a4dc2e0bb7cd8ffcde35]

        INTEGRATION: CWS oj14 (1.29.86); FILE MERGED 2007/06/20 14:32:03 fs 1.29.86.2: #i78685# +statementcomposer 2007/06/04 20:29:29 fs 1.29.86.1: #i78077# +paramwrapper

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [8f4ec8d39e09c8007f3d88f799afce5c5d4e506b]

        INTEGRATION: CWS oj14 (1.57.14); FILE MERGED 2007/06/20 14:22:08 fs 1.57.14.6: getComposedRowSetStatement: partially outsourced into new class StatementComposer 2006/12/18 13:40:09 oj 1.57.14.5: RESYNC: (1.66-1.67); FILE MERGED 2006/11/07 08:46:26 oj 1.57.14.4: RESYNC: (1.60-1.66); FILE MERGED 2006/07/04 07:29:16 oj 1.57.14.3: RESYNC: (1.59-1.60); FILE MERGED 2006/03/20 11:07:38 oj 1.57.14.2: RESYNC: (1.57-1.59); FILE MERGED 2005/10/31 12:21:03 oj 1.57.14.1: findDataSource now also use XOfficeDatabaseDocument

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [46148071f97ed9ad64b2dcdc252942a2e55cac82]

        INTEGRATION: CWS oj14 (1.3.26); FILE MERGED 2006/11/07 08:42:55 oj 1.3.26.3: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 07:26:46 oj 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/20 08:19:04 oj 1.3.26.1: remove duplicate code

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [a1fe40ceab0d6d7bf86995f84a0ebd7a095bbc6f]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/20 14:21:16 fs 1.1.2.1: helper class for creating a SELECT statement from a Command/Type

2007-07-06  Rüdiger Timm  <rt@openoffice.org>  [5afafee50b8b1f50c4b220b3da815d40c7122529]

        INTEGRATION: CWS oj14 (1.1.2); FILE ADDED 2007/06/06 06:01:26 fs 1.1.2.4: #i78077# allow for disposals, to release all references 2007/06/04 20:29:10 fs 1.1.2.3: some refactoring 2007/06/04 13:19:29 fs 1.1.2.2: outsourced the container of wrappers, too 2007/06/04 13:03:36 fs 1.1.2.1: in preparation of #i78077#: outsourced this from forms/source/component/formparameters.cxx

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [ccd9fbad7f51e4a292314f34a13d747a726457a9]

        #i10000# Correct include path.

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [30198eb2bff2e1e0b4fbb10976c38aaed41bc125]

        INTEGRATION: CWS tl39 (1.2.16); FILE MERGED 2007/06/26 13:54:45 tl 1.2.16.5: #i77024# chart2 with more than 26 columns 2007/06/22 11:14:30 tl 1.2.16.4: #i75159# update new chart when adding rows/cols 2007/06/05 10:41:54 tl 1.2.16.3: #i77022# XRangeXMLConversion cannot deal with multiple ranges 2007/06/05 10:35:02 tl 1.2.16.2: #i77022# XRangeXMLConversion cannot deal with multiple ranges 2007/06/04 16:18:11 tl 1.2.16.1: #i77019# optimized UNO properties for new chart

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [51322811f097356ab533f8b15e2e64ad35eee036]

        INTEGRATION: CWS tl39 (1.61.14); FILE MERGED 2007/06/13 14:09:06 tl 1.61.14.1: #i78161# activation of Math OLE objects fixed

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [478c5940e568f4c95205f782a28e0c5998cdf1eb]

        INTEGRATION: CWS tl39 (1.12.14); FILE MERGED 2007/06/13 14:08:39 tl 1.12.14.2: #i78161# activation of Math OLE objects fixed 2007/06/04 16:20:17 tl 1.12.14.1: #i77019# optimized UNO properties for new chart

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e11401c53bff06acfc2c542ecb235193e2435022]

        INTEGRATION: CWS tl39 (1.37.14); FILE MERGED 2007/06/13 14:08:16 tl 1.37.14.1: #i78161# activation of Math OLE objects fixed

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [edfbb23c56fe4857e4d1fcf30f68f4d56ec145f8]

        INTEGRATION: CWS tl39 (1.101.14); FILE MERGED 2007/06/26 13:54:45 tl 1.101.14.1: #i77024# chart2 with more than 26 columns

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [92a6f687f78e4442356afdde9d263e7e0c03471b]

        INTEGRATION: CWS tl39 (1.20.14); FILE MERGED 2007/06/22 11:14:30 tl 1.20.14.1: #i75159# update new chart when adding rows/cols

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [17e2497b6c679c89af84f586b79194cf4e18f2ab]

        INTEGRATION: CWS tl39 (1.18.14); FILE MERGED 2007/06/26 13:54:32 tl 1.18.14.1: #i77024# chart2 with more than 26 columns

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [65902a315f6587d1d83ef60f4f73f926a84dedf2]

        INTEGRATION: CWS tl39 (1.2.16); FILE MERGED 2007/06/22 11:14:30 tl 1.2.16.2: #i75159# update new chart when adding rows/cols 2007/06/04 16:16:37 tl 1.2.16.1: #i77019# optimized UNO properties for new chart

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [6c14d7c31b293767adadda4d5ffc594228881938]

        INTEGRATION: CWS tl39 (1.47.6); FILE MERGED 2007/05/24 09:36:27 tl 1.47.6.1: #i77056# initial focus problem fixed

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [a561823f78bf994dc5946c3288b4191faa283675]

        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>  [fe0c816b216eb7c9c94e6b6c6a59c3925ca2d298]

        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>  [01793673bc325d238d9e02ce18ac60453e549433]

        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>  [d5f5efeb10e441efb1e83c9e049b38972f532dcc]

        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>  [e6b5fb16213c41049ead1d8af950f1dc135340a8]

        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>  [84ee4de10cfa87428bf0eb451baf7b930377afa1]

        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>  [f115a5bbe4df6ab8bf320717f225d0d6a8896d09]

        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>  [aaa450211330bdb3c3cd3eb6f22fa03408150871]

        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>  [281e94301ed319f7bb1c6f22fe1544b44f61c20b]

        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>  [c6b25375522ce9367a02f4a5e5a2635341d3ac89]

        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>  [05b4f9b19c5ff6e383b964e58a43eb0f13ad34ca]

        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>  [289b48d347c3dc9ea9519a1ffad7caf6ea5dbc87]

        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>  [e8aabeca7d9f44f87bcfd9fbef9890be6dacc39a]

        INTEGRATION: CWS aquavcl01 (1.3.22); FILE MERGED 2007/06/25 16:24:33 ericb 1.3.22.1: #i78528# workaround for build breaker in desktop, the time cloph provides a better fix

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [db5c681b139bb1139d1099dcfc055cbf43c983b5]

        INTEGRATION: CWS aquavcl01 (1.23.12); FILE MERGED 2007/06/25 11:25:18 pjanik 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2007/05/30 09:58:32 pl 1.23.12.1: #i77743# flush changes where we should Reschedule

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [5094829d6cdc290386dd8cc43717dd46f26d305c]

        #i10000# Create OpenOffice_wJRE also for unix like platforms. Needed for testing of new java gui installer introduced by 'native87'.

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [052f217a11656de4fb532cfa4f51df5de0469984]

        INTEGRATION: CWS aquavcl01 (1.45.4); FILE MERGED 2007/05/14 12:07:23 ericb 1.45.4.5: #i77327#  correct change 2007/05/14 12:02:11 ericb 1.45.4.4: #i77327# remove extra else 2007/05/14 10:36:08 ericb 1.45.4.3: #i77327# add alpha to user install dir until Aqua version is stabilized 2007/05/14 10:32:40 ericb 1.45.4.2: #i77327# remove bad change 2007/05/14 10:30:32 ericb 1.45.4.1: #i77327# add alpha to user install dir until Aqua version is stabilized

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [78a8ee443270f2f5a1b0d4ec2d30957bb31fbf7d]

        INTEGRATION: CWS aquavcl01 (1.138.14); FILE MERGED 2007/06/25 11:19:54 pjanik 1.138.14.20: RESYNC: (1.190-1.196); FILE MERGED 2007/06/06 16:55:38 ericb 1.138.14.19: RESYNC: (1.188-1.190); FILE MERGED 2007/05/03 19:02:41 pjanik 1.138.14.18: RESYNC: (1.185-1.188); FILE MERGED 2007/04/28 07:42:21 ericb 1.138.14.17: #i73693# modify the bundle tree for both Aqua and X11 version 2007/04/11 08:44:55 pjanik 1.138.14.16: RESYNC: (1.183-1.185); FILE MERGED 2007/02/02 11:26:29 pjanik 1.138.14.15: RESYNC: (1.181-1.183); FILE MERGED 2007/01/25 13:37:47 pjanik 1.138.14.14: RESYNC: (1.174-1.181); FILE MERGED 2006/12/07 14:33:19 pjanik 1.138.14.13: RESYNC: (1.172-1.174); FILE MERGED 2006/11/26 18:27:01 pjanik 1.138.14.12: RESYNC: (1.171-1.172); FILE MERGED 2006/11/07 19:40:25 pjanik 1.138.14.11: RESYNC: (1.168-1.171); FILE MERGED 2006/10/14 00:19:18 tra 1.138.14.10: RESYNC: (1.166-1.168); FILE MERGED 2006/09/14 13:41:38 tra 1.138.14.9: RESYNC: (1.164-1.166); FILE MERGED 2006/08/21 22:20:11 cl 1.138.14.8: RESYNC: (1.163-1.164); FILE MERGED 2006/08/16 12:40:25 cl 1.138.14.7: RESYNC: (1.159-1.163); FILE MERGED 2006/07/19 08:56:51 pjanik 1.138.14.6: RESYNC: (1.157-1.159); FILE MERGED 2006/06/17 12:46:52 fheckl 1.138.14.5: Solving conflict with m172 while resyncing 2006/04/18 07:06:43 tra 1.138.14.4: RESYNC: (1.144-1.148); FILE MERGED 2006/03/10 14:20:10 tra 1.138.14.3: RESYNC: (1.141-1.144); FILE MERGED 2006/02/20 13:26:50 tra 1.138.14.2: RESYNC: (1.138-1.141); FILE MERGED 2006/01/31 00:57:22 fheckl 1.138.14.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e67f48a7a82ec9b4e7d0a257f89cb9247e9d4508]

        INTEGRATION: CWS aquavcl01 (1.181.22); FILE MERGED 2007/06/25 11:19:46 pjanik 1.181.22.23: RESYNC: (1.237-1.244); FILE MERGED 2007/06/21 15:27:31 pl 1.181.22.22: #i78704# implement XOR rendering with basebmp 2007/06/09 05:45:58 pjanik 1.181.22.21: No headless plugin on AQUA. 2007/06/06 17:14:34 ericb 1.181.22.20: aquavcl01 resync for scp2 2007/06/06 16:55:33 ericb 1.181.22.19: RESYNC: (1.230-1.237); FILE MERGED 2007/06/06 15:54:52 ericb 1.181.22.18: reverse changes for resync of aquavcl01 with m214 2007/06/01 14:07:37 pl 1.181.22.17: no vcl plugins on QUARTZ 2007/05/03 19:02:35 pjanik 1.181.22.16: RESYNC: (1.228-1.230); FILE MERGED 2007/04/11 08:44:36 pjanik 1.181.22.15: RESYNC: (1.222-1.228); FILE MERGED 2007/01/25 13:37:42 pjanik 1.181.22.14: RESYNC: (1.216-1.222); FILE MERGED 2007/01/20 08:36:12 pjanik 1.181.22.13: #i10000#: Fix previous untested commit. 2007/01/19 19:20:21 ericb 1.181.22.12: #i69373# libsalsystools.dylib is not needed anymore in aquavcl01 2006/12/07 14:33:14 pjanik 1.181.22.11: RESYNC: (1.215-1.216); FILE MERGED 2006/11/26 18:26:55 pjanik 1.181.22.10: RESYNC: (1.212-1.215); FILE MERGED 2006/11/07 19:40:18 pjanik 1.181.22.9: RESYNC: (1.211-1.212); FILE MERGED 2006/10/14 00:19:11 tra 1.181.22.8: RESYNC: (1.209-1.211); FILE MERGED 2006/08/16 12:40:18 cl 1.181.22.7: RESYNC: (1.206-1.209); FILE MERGED 2006/07/19 08:56:45 pjanik 1.181.22.6: RESYNC: (1.202-1.206); FILE MERGED 2006/06/17 13:25:41 fheckl 1.181.22.5: RESYNC: (1.197-1.202); FILE MERGED 2006/04/18 07:06:36 tra 1.181.22.4: RESYNC: (1.191-1.197); FILE MERGED 2006/03/10 14:20:03 tra 1.181.22.3: RESYNC: (1.184-1.191); FILE MERGED 2006/02/20 13:26:42 tra 1.181.22.2: RESYNC: (1.181-1.184); FILE MERGED 2006/01/31 00:57:21 fheckl 1.181.22.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [dfb297c24b385ce9705fe1b53ccec576e9655a9d]

        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>  [1c392a2aa94a7973b1cdcede9c419eadf1b1d681]

        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>  [a41849bc97a371b55a0fbc986fd17f30b3bff0d0]

        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>  [125ae85320be29c50a9f69f3c69fc2b22a5c7bdb]

        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>  [6349a40475a20e97bfc7a031dddc256f12fc9068]

        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>  [e815ec445ebe22fac855106fcc834a24e94b2a94]

        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>  [c68b3a1f96bb53425b14a4910ca9deaa73a98363]

        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>  [dfbf23d53097b33f700110ec8c2bf4d502c7d14c]

        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>  [7cf2922573819e439c00fd80648a824291ab6c91]

        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>  [c9b5346c23da090886b5019c048823ea078575fe]

        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>  [414619d5016088293f793dca3bd3da55e73f2e64]

        INTEGRATION: CWS aquavcl01 (1.32.18); FILE MERGED 2007/06/26 08:49:16 pl 1.32.18.1: #i77552# temporarily disable native dialog background in about dialog

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bc4e07d59cd2bac8d32675102f3a65d5dec974f9]

        INTEGRATION: CWS freebsd08 (1.36.14); FILE MERGED 2007/06/01 21:49:08 maho 1.36.14.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well.
        
        Issue number:  #i67904#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [59eaafa50dd467ebb1918d4ac2308330c1bd6b78]

        INTEGRATION: CWS freebsd08 (1.14.56); FILE MERGED 2007/06/01 21:49:08 maho 1.14.56.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well.
        
        Issue number:  #i67904#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [b28da093e9f9d4713c9d13884ce2574e8a4c006a]

        INTEGRATION: CWS freebsd08 (1.27.54); FILE MERGED 2007/06/01 21:49:07 maho 1.27.54.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well.
        
        Issue number:  #i67904#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [b3939c710ff72bfde7bf83fb8c13b2312702e7a1]

        INTEGRATION: CWS aquavcl01 (1.2.2); FILE MERGED 2007/06/27 07:42:50 hdu 1.2.2.15: Aqua only: link to font subsetter library 2007/06/25 11:15:29 pjanik 1.2.2.14: RESYNC: (1.16-1.17); FILE MERGED 2007/06/15 18:23:17 pjanik 1.2.2.13: vcl is now WaE clean, remove the workaround introduced in the past. 2007/06/11 10:53:37 hdu 1.2.2.12: add PSPLIB for static linking 2007/06/06 16:50:01 ericb 1.2.2.11: RESYNC: (1.14-1.16); FILE MERGED 2007/05/03 21:11:50 pjanik 1.2.2.10: Do not turn WaE on for vcl in aquavcl01. 2007/05/03 17:57:48 pjanik 1.2.2.9: RESYNC: (1.13-1.14); FILE MERGED 2007/04/11 08:20:44 pjanik 1.2.2.8: RESYNC: (1.11-1.13); FILE MERGED 2007/02/02 11:20:28 pjanik 1.2.2.7: RESYNC: (1.9-1.11); FILE MERGED 2007/01/25 13:24:10 pjanik 1.2.2.6: RESYNC: (1.7-1.9); FILE MERGED 2006/12/07 14:31:05 pjanik 1.2.2.5: RESYNC: (1.6-1.7); FILE MERGED 2006/11/26 18:15:48 pjanik 1.2.2.4: RESYNC: (1.4-1.6); FILE MERGED 2006/11/07 19:18:51 pjanik 1.2.2.3: RESYNC: (1.3-1.4); FILE MERGED 2006/07/19 08:10:41 pjanik 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2006/03/11 17:20:54 pjanik 1.2.2.1: Bring back changes lost during re-sync because of renamed files.

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bb3f323fb4a0684ef19a27e4c5a001070b58c566]

        INTEGRATION: CWS aquavcl01 (1.64.126); FILE MERGED 2007/06/06 16:48:38 ericb 1.64.126.12: RESYNC: (1.86-1.88); FILE MERGED 2007/05/03 17:56:33 pjanik 1.64.126.11: RESYNC: (1.85-1.86); FILE MERGED 2007/04/11 08:14:15 pjanik 1.64.126.10: RESYNC: (1.83-1.85); FILE MERGED 2007/02/02 11:17:48 pjanik 1.64.126.9: RESYNC: (1.80-1.83); FILE MERGED 2007/01/25 13:23:27 pjanik 1.64.126.8: RESYNC: (1.79-1.80); FILE MERGED 2006/11/26 18:14:42 pjanik 1.64.126.7: RESYNC: (1.76-1.79); FILE MERGED 2006/11/07 19:18:09 pjanik 1.64.126.6: RESYNC: (1.74-1.76); FILE MERGED 2006/10/13 23:29:43 tra 1.64.126.5: RESYNC: (1.69-1.74); FILE MERGED 2006/08/21 22:10:21 cl 1.64.126.4: RESYNC: (1.68-1.69); FILE MERGED 2006/07/19 08:05:50 pjanik 1.64.126.3: RESYNC: (1.65-1.68); FILE MERGED 2006/03/10 14:10:33 tra 1.64.126.2: RESYNC: (1.64-1.65); FILE MERGED 2005/11/27 10:11:08 fheckl 1.64.126.1: Allowing objective-C++ sources to compile (ending .mm)

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [07072b9ffb6aa9d3581e9a8c59c279f4220b8993]

        INTEGRATION: CWS freebsd08 (1.14.4); FILE MERGED 2007/06/01 22:56:36 maho 1.14.4.3: /usr/bin/objformat is gone for 7-CURRENT.
        
        Issue number:  #i76141#
        Submitted by: jkim
        2007/06/01 21:54:00 maho 1.14.4.2: Do not hardcode -lc_r to find gethostbyname_r in moz project,
        also build breaker for FreeBSD >= 601103.
        
        Issue number:  #i69418#
        2007/06/01 21:49:08 maho 1.14.4.1: gethostbyname_r has been merged to FreeBSD_version >= 601103 as well.
        
        Issue number:  #i67904#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [87a8f5fba070527d4946f9fce71c86cc559d6040]

        INTEGRATION: CWS aquavcl01 (1.7.126); FILE MERGED 2007/01/07 14:42:31 mox 1.7.126.2: Issue number:  #69066# Some build fixes to get cairo canvas compiling on Mac OS X 2006/02/21 18:15:36 fheckl 1.7.126.1: Commenting out some parts that hinder compilation of aqua build on MacOSX

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0225f75689e02968b182d9c4b3b72ca6548e5fcd]

        INTEGRATION: CWS freebsd08 (1.3.52); FILE MERGED 2007/06/01 22:28:14 maho 1.3.52.1: Update FreeBSD amd64 bridges. sync with cws sixtyfour11 of source/cpp_uno/gcc3_linux_x86-64.
        
        Issue number:  76968, 76115
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [48e16e9f9c80c361bbfed203212ede1783220e1d]

        INTEGRATION: CWS freebsd08 (1.3.24); FILE MERGED 2007/06/01 22:28:14 maho 1.3.24.1: Update FreeBSD amd64 bridges. sync with cws sixtyfour11 of source/cpp_uno/gcc3_linux_x86-64.
        
        Issue number:  76968, 76115
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [dea27b4415641b9c09e9a8ce9d9bb398476d25ee]

        INTEGRATION: CWS aquavcl01 (1.13.4); FILE MERGED 2007/06/06 17:27:42 ericb 1.13.4.5: resync conflicts with linkoo 2007/06/06 16:45:49 ericb 1.13.4.4: RESYNC: (1.13-1.14); FILE MERGED 2007/06/06 15:54:51 ericb 1.13.4.3: reverse changes for resync of aquavcl01 with m214 2007/05/30 07:48:17 thb 1.13.4.2: #i77328# Fixed typo (un-break *nix platforms that use the decent .so shared lib postfix) 2007/05/29 22:07:32 thb 1.13.4.1: #i77328# Also rename search path for linkoo from program to MacOS

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [84fc266da8041521c98ceb6080f82cf207bb1d6c]

        INTEGRATION: CWS freebsd08 (1.3.52); FILE MERGED 2007/06/01 21:40:55 maho 1.3.52.1: * Sync with newer bridge code from Linux. * Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly on _FreeBSD_version >= 602103
        
        Issue number:  #i66667#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e3ff3d0697ea719546f689ecf3bf4fb4a5203efc]

        INTEGRATION: CWS aquavcl01 (1.108.24); FILE MERGED 2007/06/25 11:13:38 pjanik 1.108.24.7: RESYNC: (1.117-1.118); FILE MERGED 2007/06/06 16:45:44 ericb 1.108.24.6: RESYNC: (1.116-1.117); FILE MERGED 2007/05/03 17:55:57 pjanik 1.108.24.5: RESYNC: (1.115-1.116); FILE MERGED 2007/04/11 08:07:36 pjanik 1.108.24.4: RESYNC: (1.113-1.115); FILE MERGED 2007/02/02 11:14:00 pjanik 1.108.24.3: RESYNC: (1.111-1.113); FILE MERGED 2007/01/25 13:20:18 pjanik 1.108.24.2: RESYNC: (1.108-1.111); FILE MERGED 2006/12/02 12:44:50 kaib 1.108.24.1: #i64936# Fixed deliver error message confusing mac build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [a92480543d8b16811adfa777e3a0fd7d418dc66c]

        INTEGRATION: CWS freebsd08 (1.9.52); FILE MERGED 2007/06/01 21:40:54 maho 1.9.52.1: * Sync with newer bridge code from Linux. * Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly on _FreeBSD_version >= 602103
        
        Issue number:  #i66667#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [c1b4e1fdc4fcfef904d120f17408aa728ae5d701]

        INTEGRATION: CWS freebsd08 (1.6.24); FILE MERGED 2007/06/01 21:40:54 maho 1.6.24.1: * Sync with newer bridge code from Linux. * Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly on _FreeBSD_version >= 602103
        
        Issue number:  #i66667#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [7cc551e63fe6965e9306bfb27dc07106da4e57ad]

        INTEGRATION: CWS freebsd08 (1.7.52); FILE MERGED 2007/06/01 21:40:54 maho 1.7.52.1: * Sync with newer bridge code from Linux. * Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly on _FreeBSD_version >= 602103
        
        Issue number:  #i66667#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bc667c44b2625875ee451153c90e5ce03ae737a4]

        INTEGRATION: CWS aquavcl01 (1.111.16); FILE MERGED 2007/06/04 11:20:25 pl 1.111.16.1: #i78078# add: window command dispatcher

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [32caf6de18356db75b385227a2c1a35e1358f529]

        INTEGRATION: CWS freebsd08 (1.3.102); FILE MERGED 2007/06/01 21:40:54 maho 1.3.102.1: * Sync with newer bridge code from Linux. * Now : m_hApp( dlopen( 0, RTLD_LAZY ) ) etc works correctly on _FreeBSD_version >= 602103
        
        Issue number:  #i66667#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [21f16666753d53f10c7db44146855bb0bf5ac54d]

        INTEGRATION: CWS aquavcl01 (1.101.18); FILE MERGED 2007/06/04 11:20:25 pl 1.101.18.1: #i78078# add: window command dispatcher

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [3c9036243596bb1312ec3b2a33ad2ad895c8f7b9]

        INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/06/09 20:27:18 pjanik 1.1.2.2: Fix typos. 2007/06/04 11:20:49 pl 1.1.2.1: #i78078# add: window command dispatcher

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8f9bee96f7e2f949989e2261eb8fb1f82dd22bcd]

        INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2007/07/02 11:43:16 pl 1.1.2.3: fix a warning 2007/06/09 20:22:37 pjanik 1.1.2.2: Fix typos. 2007/06/04 11:20:48 pl 1.1.2.1: #i78078# add: window command dispatcher

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [d65c84b7e3d39d0231a737bacb101362111ca1ce]

        INTEGRATION: CWS aquavcl01 (1.12.18); FILE MERGED 2007/06/04 11:20:25 pl 1.12.18.1: #i78078# add: window command dispatcher

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8474783ebefed17bc9f23455a564de9b6ea549a4]

        INTEGRATION: CWS freebsd08 (1.19.4); FILE MERGED 2007/06/02 01:59:29 maho 1.19.4.1: #i78032# Remove libsupc++ dependency for FreBSD

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [70ad88c5e7d45563b6cff49ccda969140925fff4]

        INTEGRATION: CWS freebsd08 (1.24.344); FILE MERGED 2007/06/01 23:08:01 maho 1.24.344.1: Move i386-specific compiler options to where they actually belong.
        
        Issue number:  #i76969#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8b2897125ea44d56f481797a4fb6d0446bfbd0ca]

        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>  [9f6ef921444877ed638007b36f9d2183b9409cd5]

        INTEGRATION: CWS freebsd08 (1.3.82); FILE MERGED 2007/06/01 23:08:01 maho 1.3.82.1: Move i386-specific compiler options to where they actually belong.
        
        Issue number:  #i76969#
        Submitted by:  jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [be9e63de9c3b66b8eaeede4517b1721785670532]

        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>  [fd4b823329335e41f0b8afae0958bcf07cc0d25c]

        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>  [8ba9f202f1916d54b626fb0d5915a61e91366115]

        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>  [35e3bd6011469f80baa797396457f995851b5abf]

        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>  [433ba308d03c6203c4a44c65afc071b42c732836]

        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>  [f0f396f1583e56d0d9ae5db8df0b8a915975f76c]

        INTEGRATION: CWS freebsd08 (1.12.2); FILE MERGED 2007/06/05 21:23:53 maho 1.12.2.4: Backout PATH_MAX to 256. This is not POSIX compliant. http://www.openoffice.org/issues/show_bug.cgi?id=73217 http://www.easysw.com/epm/newsgroups.php?s56+gepm.bugs+v66 2007/06/01 23:20:57 maho 1.12.2.3: Use PATH_MAX.
        
        Issue number:  #i73217#
        2007/06/01 22:20:53 maho 1.12.2.2: Temporary extend to maximum 256 chars to 1024 chars.
        
        Issue number:  #i73217#
        2007/06/01 22:16:38 maho 1.12.2.1: Hardcode pkg_create, is normally in /usr/sbin - which is
        not part of the standard user $PATH.
        
        Issue number:  #i73157#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [82b175244d80ccbd1729f32267afd175c060bd71]

        INTEGRATION: CWS aquavcl01 (1.12.82); FILE MERGED 2007/04/11 08:04:08 pjanik 1.12.82.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/22 08:14:13 ericb 1.12.82.3: does complete #i62119# fix mozilla plugin issue on Mac OS X building or not mozilla plugin 2006/03/10 14:26:33 tra 1.12.82.2: RESYNC: (1.12-1.13); FILE MERGED 2006/01/31 00:36:17 fheckl 1.12.82.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [1858424fa02727e0ec58aee35fde0884d50e42cd]

        INTEGRATION: CWS freebsd08 (1.4.4); FILE MERGED 2007/06/01 22:56:33 maho 1.4.4.1: /usr/bin/objformat is gone for 7-CURRENT.
        
        Issue number:  #i76141#
        Submitted by: jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e23c8e93557ccad5eb9a361ee519443287e587dd]

        INTEGRATION: CWS aquavcl01 (1.9.14); FILE MERGED 2006/12/07 14:29:41 pjanik 1.9.14.4: RESYNC: (1.12-1.13); FILE MERGED 2006/07/19 09:00:12 pjanik 1.9.14.3: RESYNC: (1.11-1.12); FILE MERGED 2006/03/10 14:26:26 tra 1.9.14.2: RESYNC: (1.9-1.11); FILE MERGED 2006/01/31 00:36:16 fheckl 1.9.14.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [63267c640d9bafb1c51a5e222b11baab042ec06b]

        INTEGRATION: CWS freebsd08 (1.20.2); FILE MERGED 2007/06/01 22:56:34 maho 1.20.2.1: /usr/bin/objformat is gone for 7-CURRENT.
        
        Issue number:  #i76141#
        Submitted by: jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e6a953ca112266a4b067d81bb6afee2768be286b]

        INTEGRATION: CWS aquavcl01 (1.1.6); FILE ADDED 2006/12/30 19:18:18 pjanik 1.1.6.5: #i72385#: includes cleanup. 2006/09/22 08:18:40 ericb 1.1.6.4: aquavcl01 license was missing in sysplug.hxx 2006/09/22 08:14:12 ericb 1.1.6.3: does complete #i62119# fix mozilla plugin issue on Mac OS X building or not mozilla plugin 2006/02/03 20:43:39 fheckl 1.1.6.2: Removing 'npsdk' from includes 2006/01/31 00:36:16 fheckl 1.1.6.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [114c05bc0b701223f9d4cf694143104553d4944e]

        INTEGRATION: CWS aquavcl01 (1.10.82); FILE MERGED 2007/06/25 11:11:30 pjanik 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/31 00:36:16 fheckl 1.10.82.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0c687800fa60706f70230d5333d27f516dde155f]

        INTEGRATION: CWS freebsd08 (1.17.8); FILE MERGED 2007/06/01 22:12:04 maho 1.17.8.1: (re)Adding FreeBSD 6/7 stuffs.
        
        Issue number:  #i69994#

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [12825e348fef098bc5b3e661f97f24a286c8d8ac]

        INTEGRATION: CWS aquavcl01 (1.17.82); FILE MERGED 2007/06/25 11:11:23 pjanik 1.17.82.6: RESYNC: (1.19-1.20); FILE MERGED 2006/12/30 23:15:13 pjanik 1.17.82.5: #i10000#: fix compile failure. 2006/12/30 19:17:41 pjanik 1.17.82.4: #i72385#: includes cleanup. 2006/10/13 23:02:52 tra 1.17.82.3: RESYNC: (1.18-1.19); FILE MERGED 2006/04/18 07:10:50 tra 1.17.82.2: RESYNC: (1.17-1.18); FILE MERGED 2006/01/31 00:36:15 fheckl 1.17.82.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [0f2643bdd05ae5858ba9a451e815d8364f12efa6]

        INTEGRATION: CWS aquavcl01 (1.1.6); FILE ADDED 2006/08/25 12:26:41 ericb 1.1.6.2: aquavcl01 : missing licenses in sysplug.cxx, macmgr.cxx and makefile.mk 2006/01/31 00:36:15 fheckl 1.1.6.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [c495ae7f183345284beb5b3be127b85d763ca4ad]

        INTEGRATION: CWS freebsd08 (1.3.10); FILE MERGED 2007/06/01 22:56:37 maho 1.3.10.1: /usr/bin/objformat is gone for 7-CURRENT.
        
        Issue number:  #i76141#
        Submitted by: jkim

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [68e4d5412eaf2eb3699e0336b798e066b1f2ae1b]

        INTEGRATION: CWS aquavcl01 (1.1.6); FILE ADDED 2006/09/22 08:14:12 ericb 1.1.6.9: does complete #i62119# fix mozilla plugin issue on Mac OS X building or not mozilla plugin 2006/09/17 20:16:15 pjanik 1.1.6.8: Change PRJNAME to the real project name to make MODULES_WITH_WARNINGS work properly. 2006/08/26 17:28:25 pjanik 1.1.6.7: Remove also comment. 2006/08/26 17:24:57 pjanik 1.1.6.6: Revert previous change that broke the build. 2006/08/25 12:26:41 ericb 1.1.6.5: aquavcl01 : missing licenses in sysplug.cxx, macmgr.cxx and makefile.mk 2006/08/25 12:15:25 ericb 1.1.6.4: aquavcl01 we can't build mozilla plugin on aqua, nor all other OS 2006/03/16 21:28:00 pjanik 1.1.6.3: The file target.pmk does no longer exist after ause048/SRC680_m159. 2006/02/04 09:32:05 fheckl 1.1.6.2: Updating makefile.mk 2006/01/31 00:36:15 fheckl 1.1.6.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [288535eb785906de43dfb998554bc8c8a59c79fc]

        INTEGRATION: CWS aquavcl01 (1.1.2); FILE ADDED 2006/08/25 12:26:41 ericb 1.1.2.2: aquavcl01 : missing licenses in sysplug.cxx, macmgr.cxx and makefile.mk 2006/01/31 00:36:15 fheckl 1.1.2.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [9aa4e03cfd0bb96a1876ca37bf3caebfcb71da31]

        INTEGRATION: CWS aquavcl01 (1.32.14); FILE MERGED 2007/04/11 08:00:04 pjanik 1.32.14.8: RESYNC: (1.38-1.39); FILE MERGED 2007/01/25 13:13:16 pjanik 1.32.14.7: RESYNC: (1.37-1.38); FILE MERGED 2006/12/07 14:27:54 pjanik 1.32.14.6: RESYNC: (1.36-1.37); FILE MERGED 2006/11/07 19:13:31 pjanik 1.32.14.5: RESYNC: (1.35-1.36); FILE MERGED 2006/08/21 22:20:47 cl 1.32.14.4: RESYNC: (1.34-1.35); FILE MERGED 2006/08/16 12:42:17 cl 1.32.14.3: RESYNC: (1.33-1.34); FILE MERGED 2006/03/10 14:21:33 tra 1.32.14.2: RESYNC: (1.32-1.33); FILE MERGED 2006/01/31 00:44:41 fheckl 1.32.14.1: Forgot prj/build.lst

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [64acb9a674ad8af54f7373ffbb9d8a37cf653b61]

        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>  [e1f63a4617aae2deb1837adee4a33f31bcad4c70]

        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>  [c248e70a320f73394db265d370faa1cfa2758bd6]

        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>  [56d2a75dda8bd01a1f74943d5bb76f669673cbac]

        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>  [8e69405b60d1426fa645b4b8ff36a6e977e414da]

        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>  [662a366c16717f570f8c815b6042c93c730cbddc]

        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>  [2833f285e73f2da1ebd26229aa910234bdfeb1cb]

        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>  [6e93ce23caaf5d77fa188df6224bdb3683cd1ec2]

        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>  [dda4f46905a0348b2fbc8b31fe66f2de3d36adc2]

        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>  [9de64adb1424c818a22fca3ae045e20fa20ed091]

        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>  [75ec0cd4b32a81ff3660abf181e663524f128579]

        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>  [050b4e861174f60e7aab6531d45e40a238cc98d9]

        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>  [7dbce5f7d8dc1c91b366f606c693c9ff3ee57ace]

        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>  [ca272d17ff05510dd377a787e340ffbc3b3a6465]

        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>  [347c5814a75856255db3ac8a75eb9151a278cc1a]

        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>  [afb2d16743991558091e27ace7c291b4670b6642]

        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>  [359583afe1bcbaad82ebb847e1b980ae0a26e85e]

        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>  [d6f49a43ada16922bec55b5a4d39adf5e7d7be59]

        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>  [3c06ec79edbd5a35de265233eb87c377d991709b]

        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>  [f61cd9457fd62b5f806d1559f79dce524ae19db8]

        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>  [ccfec3b4d91e594de4e2a64996da5b53c316e656]

        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>  [ce9f6f3c873916d92e409d2e547e43cb695fcb2e]

        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>  [314874768b2894755eb224a6101305831708ec90]

        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>  [33af55fa564cde8075c4b3b0f2fb2788c7558922]

        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>  [25eae52f12c2196fd1fd25db70c0a00df8c0470e]

        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>  [08cabeabcf4c78d468ad35eae326e4e3483a86b7]

        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>  [bd09a7d0dc0707b59e13707a4601ccd19d39ad6d]

        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>  [dc8fb965fa72f11025540003c310944b5f793076]

        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>  [23af3ff3e7958ea2bcec1e67ad02a6453feb1618]

        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>  [7f8ded5a1b27cd6260e5737f3e5316fd7baac6b3]

        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>  [fdc249a0e83dc41831a9c5d88b8d464dc9b28620]

        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>  [b8e899f6568d0b521817afc87097916be3c89312]

        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>  [3f61d67fb23a9342a464cbf834ad359595269db2]

        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>  [9a4f1d8cf8870f7a4dd5f58ec13f643cc27e6afa]

        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>  [faf0e03f55479d8d3879b518b25c12b6feb6d25a]

        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>  [a684e93d0c268f1213d701fcde181495b41da14b]

        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>  [184eba8b253239de6b3d078246f3d71bb02044fb]

        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>  [22697b664f43f86dc49338fe47f1a1750c5a3b0d]

        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>  [8f6f79a32bcb8d795a0c545bf03e573dc3d3ca35]

        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>  [bbc90d7cfac9f102035685a501c113fb3e41b69b]

        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>  [38c8d19334efca627a9110ca3fa9d9c2f780edca]

        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>  [b22f1ef2a3c6b67d24bd682a7791dd78b10f0c18]

        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>  [119e9ff24231cb76e873356590023739937e062e]

        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>  [104230fa2e849433d9f03e4689a760799ddff51b]

        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>  [1299920eeaa2b8eeafdab090754f48afb15e8012]

        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>  [53a0a530f832533b500b7b2cabee7c16f8c01e4b]

        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>  [10ccc4fe83ee0e171d0ce29c653297e9a55f999c]

        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>  [53e46d04a1407f974a34b1c30d653ec59ef37400]

        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>  [6f455f6304b889c7636d5529b3cae8a7f4d4ecbe]

        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>  [0a0f73512e282f175b9ed0e5c6082010159f9bfe]

        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>  [81ebc5c34982fe2e86dfd30b851ae96f52b97aad]

        INTEGRATION: CWS aquavcl01 (1.26.12); FILE MERGED 2007/04/11 07:51:18 pjanik 1.26.12.5: RESYNC: (1.27-1.28); FILE MERGED 2006/12/31 13:48:09 mox 1.26.12.4: Issue number:  #i72385# Apply a better guess at jave interface for quartz. Mimicking the solution in canvas/source/java/aqua/WindowAdapter.java 2006/12/30 19:40:11 pjanik 1.26.12.3: #i72385#: Add Quartz/AQUA specific part. 2006/07/19 08:12:23 pjanik 1.26.12.2: RESYNC: (1.26-1.27); FILE MERGED 2006/01/31 01:00:22 fheckl 1.26.12.1: Allowing a full aqua build

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [aaed0385dbbac3b3a73e541d2d28d3f08908c466]

        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>  [41f03871c77506c37e1798236ff58791f3e68835]

        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>  [e22242a01eaa60f96bc11d3f7cfb2af2f38f19d8]

        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>  [03e76ca66e6ee1660cf81d66ef97f2786e313d23]

        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>  [cd9ffc9723d0b7c7ab9b528ce853ccf52a1ceb5e]

        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>  [f84d70d7573d13b6191c8198f57338e2729cde04]

        INTEGRATION: CWS os96 (1.78.84); FILE MERGED 2007/06/19 06:16:38 pb 1.78.84.1: fix: #i76855# CheckBox CB_LOAD_DOCPRINTER added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [f36459cf164a7c2dbdaaa65151c52f0b271fb8e2]

        INTEGRATION: CWS os96 (1.8.436); FILE MERGED 2007/06/19 06:17:45 pb 1.8.436.1: fix: #i76855# CheckBox aLoadDocPrinterCB added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [60f2b2068dca5325063ad1d451c3c69d692277d3]

        INTEGRATION: CWS os96 (1.16.72); FILE MERGED 2007/06/19 06:18:40 pb 1.16.72.1: fix: #i76855# CheckBox aLoadDocPrinterCB added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [cb88d2030013820a616346616351856f7acf992c]

        INTEGRATION: CWS os96 (1.6.888); FILE MERGED 2007/06/19 06:14:45 pb 1.6.888.1: fix: #i76855# CB_LOAD_DOCPRINTER added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [e4d53085cdee58787c6ba5293a305bbd0f326340]

        INTEGRATION: CWS os96 (1.33.62); FILE MERGED 2007/06/11 13:36:03 os 1.33.62.1: #i76853#mail merge dialog rework

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [719e4bd25fe35353e9624a2ec699c65db92084e0]

        INTEGRATION: CWS os96 (1.12.796); FILE MERGED 2007/06/11 13:36:03 os 1.12.796.2: #i76853#mail merge dialog rework 2007/06/04 13:27:55 os 1.12.796.1: #i76853# mailmerge into single file added, resize enabled

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [f40f4af1d94bfa4fde06e01c11658155b4ceeff0]

        INTEGRATION: CWS os96 (1.41.26); FILE MERGED 2007/06/11 13:36:03 os 1.41.26.2: #i76853#mail merge dialog rework 2007/06/04 13:27:43 os 1.41.26.1: #i76853# mailmerge into single file added, resize enabled

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [bde00d28c55dd41b5f2472c14307a0fe49ebaffe]

        INTEGRATION: CWS os96 (1.7.796); FILE MERGED 2007/06/11 13:36:03 os 1.7.796.2: #i76853#mail merge dialog rework 2007/06/04 13:27:43 os 1.7.796.1: #i76853# mailmerge into single file added, resize enabled

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [042b0f182abaafcc6fe9accc380a14354afd4992]

        INTEGRATION: CWS os96 (1.35.6); FILE MERGED 2007/06/28 12:16:36 os 1.35.6.4: merge errors fixed 2007/06/27 14:16:03 os 1.35.6.3: RESYNC: (1.35-1.36); FILE MERGED 2007/06/11 13:36:03 os 1.35.6.2: #i76853#mail merge dialog rework 2007/06/04 13:27:43 os 1.35.6.1: #i76853# mailmerge into single file added, resize enabled

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [7b06b0654217c8473af3cdf64fa757f11a3b2b26]

        INTEGRATION: CWS os96 (1.9.6); FILE MERGED 2007/06/11 13:36:02 os 1.9.6.1: #i76853#mail merge dialog rework

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [315688edfa13b74d4beeca7f3ecd523434e7c504]

        INTEGRATION: CWS os96 (1.13.6); FILE MERGED 2007/06/11 13:36:02 os 1.13.6.1: #i76853#mail merge dialog rework

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [b7b30c64e703a22fad95c3966c32421697887985]

        INTEGRATION: CWS os96 (1.118.4); FILE MERGED 2007/06/27 14:13:31 os 1.118.4.3: RESYNC: (1.118-1.119); FILE MERGED 2007/06/11 13:36:02 os 1.118.4.2: #i76853#mail merge dialog rework 2007/06/04 13:28:20 os 1.118.4.1: #i76853# 'old mailmerge: mailmerge into single file added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8fa2ae4133a9368aa56a1df1d33df5d2a6391c59]

        INTEGRATION: CWS os96 (1.13.6); FILE MERGED 2007/06/11 13:37:05 os 1.13.6.1: #i76853#mail merge dialog rework

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [1181f205a07a06d56fb2b5960acd78319b65381f]

        INTEGRATION: CWS os96 (1.34.4); FILE MERGED 2007/06/04 13:28:30 os 1.34.4.1: #i76853# 'old mailmerge: mailmerge into single file added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [108d97eba7d681f6ced91bf78e7cfb74924a1098]

        INTEGRATION: CWS os96 (1.24.144); FILE MERGED 2007/06/19 07:07:20 pb 1.24.144.1: fix: #i76855# read configuration before load printer settings

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [8225fe734ce048a31188afcc6fb6f413662d0189]

        INTEGRATION: CWS os96 (1.131.44); FILE MERGED 2007/06/27 13:13:39 os 1.131.44.2: RESYNC: (1.131-1.133); FILE MERGED 2007/06/19 05:45:37 pb 1.131.44.1: fix: #i76855# Svae/Document/LoadPrinter added

2007-07-05  Rüdiger Timm  <rt@openoffice.org>  [175f49f3d30ba6c2ae0ff28b8184a39910a566ff]

        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>  [5730f125337c9a1c1b5a869f36a6635eb401a1d2]

        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-04  Vladimir Glazounov  <vg@openoffice.org>  [670d060a55e43e946a8a598f1237810d32c9feb4]

        new version for SRC680

2007-07-04  Vladimir Glazounov  <vg@openoffice.org>  [baaf8d5698f26966c18ddd535ea209870b23948f]

        new version for SRC680

2007-07-04  Rüdiger Timm  <rt@openoffice.org>  [c8df1c8399f47449e24883b413e21769e77880c0]

        #i10000# Precompiled header include directive added

2007-07-04  Rüdiger Timm  <rt@openoffice.org>  [8c8f45ae12bd9f62883b4ff5562615b13cafe151]

        #i10000# inc directory first, for precompiled headers

2007-07-04  Rüdiger Timm  <rt@openoffice.org>  [5fdd9b4de15c36d76ebc9e72a6f6fb7e7c41a67c]

        #i10000# Build svx\inc at first.

2007-07-04  Rüdiger Timm  <rt@openoffice.org>  [fccaf677bd195d67475bc8e025a1745d8eef63bb]

        SRC680

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0b92ca351f5dee71183706a7dcb200d33ce54800]

        INTEGRATION: CWS vclxcu03 (1.55.104); FILE MERGED 2007/05/21 09:53:49 hdu 1.55.104.2: #i77470# add liberation-fonts as fallback 2007/04/10 14:42:54 hdu 1.55.104.1: #i65097# adjust to available fonts on important CJK platforms

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e29c506ec599c33ab7f8be1c23291ce038cf97b2]

        INTEGRATION: CWS dr54 (1.192.16); FILE MERGED 2007/06/22 12:35:14 nn 1.192.16.1: #i35738# #i38108# scalc accelerators in patch

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [241ec72eb6dc33d6e85c5d130ee51fe2158a6bd1]

        INTEGRATION: CWS dr54 (1.33.78); FILE MERGED 2007/07/03 10:10:03 dr 1.33.78.2: #i10000# missing patchflag 2007/07/02 13:00:22 dr 1.33.78.1: #i10000# missing patchflag

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2c2b5be7c290a3d3786812cd94ae63588412b487]

        INTEGRATION: CWS dr54 (1.31.216); FILE MERGED 2007/05/24 08:52:38 dr 1.31.216.3: #147900# catch exception when inserting a control into a form 2007/05/21 13:43:59 dr 1.31.216.2: #i73753# row source in list boxes in dialogs 2007/05/21 11:52:59 dr 1.31.216.1: #i71267# import of progress bar, patch by npower

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1478dbc832fcad8bb21fa54399de09f1f90467a0]

        INTEGRATION: CWS dr54 (1.2.52); FILE MERGED 2007/05/21 11:53:54 dr 1.2.52.1: #i71267# import of progress bar, patch by npower

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [359a7d65388c5b6748e3e9104ee7d566a1b00baf]

        INTEGRATION: CWS dr54 (1.24.222); FILE MERGED 2007/06/07 12:18:59 er 1.24.222.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a4d3e6c7ed1cd9e854ac7936411a2423207fb55e]

        INTEGRATION: CWS dr54 (1.2.566); FILE MERGED 2007/06/08 09:06:19 nn 1.2.566.2: #i38108# Ctrl-+, Ctrl-- 2007/05/15 14:28:59 nn 1.2.566.1: #i35738# changed Ctrl-1 to cell format dialog

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f6fa1da9c85e628d3d9510f2c0c5d9a32b2e03d3]

        INTEGRATION: CWS dr54 (1.3.680); FILE MERGED 2007/06/08 09:06:19 nn 1.3.680.2: #i38108# Ctrl-+, Ctrl-- 2007/05/15 14:28:59 nn 1.3.680.1: #i35738# changed Ctrl-1 to cell format dialog

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2188112013c56dda3f8c3cc35e31526c3afc1b1f]

        INTEGRATION: CWS dr54 (1.2.482); FILE MERGED 2007/06/08 09:06:19 nn 1.2.482.2: #i38108# Ctrl-+, Ctrl-- 2007/05/15 14:28:59 nn 1.2.482.1: #i35738# changed Ctrl-1 to cell format dialog

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c9e1f5fa172e369686560de612c2ae7f1a478e67]

        INTEGRATION: CWS dr54 (1.2.566); FILE MERGED 2007/06/08 09:06:18 nn 1.2.566.2: #i38108# Ctrl-+, Ctrl-- 2007/05/15 14:28:58 nn 1.2.566.1: #i35738# changed Ctrl-1 to cell format dialog

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3d49744ab741268bfd6b0ab58d6dde86a85aa32a]

        INTEGRATION: CWS dr54 (1.10.58); FILE MERGED 2007/05/23 09:00:41 nn 1.10.58.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e72372e6206cc0feb4dee0c03ece3f0e4dfbacff]

        INTEGRATION: CWS dr54 (1.25.42); FILE MERGED 2007/05/23 09:01:25 nn 1.25.42.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e87d9890698484eaca55d5bc989227ecc28b1a77]

        INTEGRATION: CWS dr54 (1.90.10); FILE MERGED 2007/06/07 12:18:57 er 1.90.10.3: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion 2007/05/03 09:25:48 dr 1.90.10.2: #i72813# typo 2007/04/30 12:26:52 dr 1.90.10.1: #i47725# configuration data for CONVERT is located in calc.xcu

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7ba45ef746fad262806c45d2b8825a9e5a5203fa]

        INTEGRATION: CWS dr54 (1.56.12); FILE MERGED 2007/05/21 14:08:08 dr 1.56.12.1: #i47732# changed 'Default' -> 'Default Formatting'

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c2931e3b3a422635ee92a73ed26ad577f3aa8882]

        INTEGRATION: CWS dr54 (1.64.12); FILE MERGED 2007/04/30 12:40:54 dr 1.64.12.1: #i50363# auto-repeat in spin fields

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [01cbdcc956cee989b4fcf92e11d63ece45e75c1e]

        INTEGRATION: CWS dr54 (1.72.12); FILE MERGED 2007/04/30 13:14:02 dr 1.72.12.1: #i50436# #i50439# 'Strings' -> 'Text'

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [36d923a56f8918a0ab37a07ee9f726516d087430]

        INTEGRATION: CWS dr54 (1.30.12); FILE MERGED 2007/04/30 12:43:47 dr 1.30.12.1: #i50363# auto-repeat in spin fields

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f27ee757679220757d2224a07a2ed11ce1f70077]

        INTEGRATION: CWS dr54 (1.44.12); FILE MERGED 2007/05/25 16:49:45 er 1.44.12.1: #i56566# input validation with dynamic ranges as formua results

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1749c1ce8eae630452d880d94ca4b57dfb288455]

        INTEGRATION: CWS dr54 (1.24.56); FILE MERGED 2007/06/11 12:06:39 dr 1.24.56.2: RESYNC: (1.24-1.25); FILE MERGED 2007/04/30 12:14:13 dr 1.24.56.1: #i47175# always show correct mouse pointers

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [891fd9e8a64d14d8c2b1593493ae04ccdfc2b1b7]

        INTEGRATION: CWS dr54 (1.68.54); FILE MERGED 2007/06/11 12:04:39 dr 1.68.54.2: RESYNC: (1.68-1.69); FILE MERGED 2007/06/08 13:11:20 nn 1.68.54.1: #i47125# with AutoInput, do final AutoCorrect at end of text

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6981b979840c206543d2579dbc19004b6b27b994]

        INTEGRATION: CWS dr54 (1.9.422); FILE MERGED 2007/06/01 14:30:06 nn 1.9.422.1: #i63500# pass simple-case text strings without intermediate OUStringBuffer

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c36715bf302ff6a76849af8c708b4ed0d10b73e2]

        INTEGRATION: CWS dr54 (1.11.58); FILE MERGED 2007/06/01 14:30:06 nn 1.11.58.1: #i63500# pass simple-case text strings without intermediate OUStringBuffer

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [445d7a3a2c2e8ba109f421c2e2ddc606ea01d3fb]

        INTEGRATION: CWS dr54 (1.28.104); FILE MERGED 2007/06/11 11:54:31 dr 1.28.104.2: RESYNC: (1.28-1.29); FILE MERGED 2007/05/23 09:02:11 nn 1.28.104.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4cf5b4e6aef4935b8b623b298bd4cc8f60d81acc]

        INTEGRATION: CWS dr54 (1.5.422); FILE MERGED 2007/06/11 11:54:24 dr 1.5.422.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/23 09:02:10 nn 1.5.422.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bb89938c34d116ba3a58c67b7a6c01e865c0315f]

        INTEGRATION: CWS dr54 (1.10.56); FILE MERGED 2007/06/11 11:54:16 dr 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2007/05/22 13:28:47 dr 1.10.56.1: #i73911# remove leading spaces from validation list entries

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [32feecdd61af1059754f1a23ed894e0ded95f463]

        INTEGRATION: CWS dr54 (1.19.310); FILE MERGED 2007/05/21 11:55:40 dr 1.19.310.1: remove compiler warnings

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [abab655ea7db30c5939679ec9235df2eee0e7986]

        INTEGRATION: CWS dr54 (1.30.56); FILE MERGED 2007/05/23 09:03:53 nn 1.30.56.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [15b130bd1138bf86763964d2ac9725a697234647]

        INTEGRATION: CWS dr54 (1.7.214); FILE MERGED 2007/05/23 09:03:53 nn 1.7.214.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e6abd0f627633e2f53318b98b9233c71597a37b9]

        INTEGRATION: CWS dr54 (1.19.54); FILE MERGED 2007/06/11 11:49:19 dr 1.19.54.3: RESYNC: (1.19-1.20); FILE MERGED 2007/06/07 12:18:56 er 1.19.54.2: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion 2007/05/22 13:28:38 dr 1.19.54.1: #i73911# remove leading spaces from validation list entries

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [81ae116b37d108041cf92f5a30befeb15ba2ff00]

        INTEGRATION: CWS dr54 (1.32.54); FILE MERGED 2007/06/11 11:48:15 dr 1.32.54.2: RESYNC: (1.32-1.34); FILE MERGED 2007/05/23 09:03:53 nn 1.32.54.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ce96e1b849baba3720596f74a0da7976e25ab734]

        INTEGRATION: CWS dr54 (1.14.54); FILE MERGED 2007/06/11 11:47:47 dr 1.14.54.2: RESYNC: (1.14-1.15); FILE MERGED 2007/05/23 09:03:53 nn 1.14.54.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0bb13ec09e7aa7ca8fb073c511be94ab725fbeea]

        INTEGRATION: CWS dr54 (1.49.54); FILE MERGED 2007/06/11 11:47:31 dr 1.49.54.3: RESYNC: (1.49-1.51); FILE MERGED 2007/05/23 09:03:53 nn 1.49.54.2: #i75610# avoid unnecessary creation of printer object 2007/05/21 11:56:46 dr 1.49.54.1: #i71267# process class id embedded in pictFmla

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [53bc3a3f8490d7d54648867940a87851f78e53c9]

        INTEGRATION: CWS dr54 (1.23.54); FILE MERGED 2007/06/11 11:47:24 dr 1.23.54.2: RESYNC: (1.23-1.25); FILE MERGED 2007/05/22 13:28:38 dr 1.23.54.1: #i73911# remove leading spaces from validation list entries

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6915bd81c849f41490ee831d03c7860850f0ff8f]

        INTEGRATION: CWS dr54 (1.15.56); FILE MERGED 2007/07/03 14:37:33 er 1.15.56.2: RESYNC: (1.15-1.17); FILE MERGED Resynced to m217 to resolve merge conflicts, cws jgarrays integrated. 2007/05/03 08:36:31 dr 1.15.56.1: #i76672# correct handling of tAttrGoto and tAttrSpace in IF and CHOOSE

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4d960608b4e9f45069a09d76311ec964d49657c0]

        INTEGRATION: CWS dr54 (1.87.104); FILE MERGED 2007/06/11 11:43:26 dr 1.87.104.3: RESYNC: (1.87-1.88); FILE MERGED 2007/05/21 13:45:02 dr 1.87.104.2: #i73753# row source in list boxes in dialogs 2007/05/21 11:57:47 dr 1.87.104.1: #i71267# dump progress bar control, remove compiler warnings

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [044b0ed030aafc162a37ed842b1a6334b913b215]

        INTEGRATION: CWS dr54 (1.45.54); FILE MERGED 2007/07/03 14:37:41 er 1.45.54.3: RESYNC: (1.47-1.49); FILE MERGED Resynced to m217 to resolve merge conflicts, cws getpivotdata integrated. 2007/06/11 11:42:45 dr 1.45.54.2: RESYNC: (1.45-1.47); FILE MERGED 2007/06/07 12:18:56 er 1.45.54.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b197d56e9a57c906303ae97f8d78f6b78d49bca5]

        INTEGRATION: CWS dr54 (1.44.40); FILE MERGED 2007/06/11 17:11:18 er 1.44.40.3: #i70213# ASC: convert U+2015 HORIZONTAL BAR to U+FF70 HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK 2007/06/11 11:42:37 dr 1.44.40.2: RESYNC: (1.44-1.45); FILE MERGED 2007/06/07 12:17:24 er 1.44.40.1: #i70213# JIS/ASC fullwidth/halfwidth conversion, kudos to Takashi Nakamoto <bluedwarf@ooo>

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9ca20e4cfe7fac8a89cf48558d2380b8fab10091]

        INTEGRATION: CWS dr54 (1.20.58); FILE MERGED 2007/05/31 12:03:23 nn 1.20.58.1: #i77984# read category from right configuration entry

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [07d2567397e31bf0242e2189c707135f28999ed1]

        INTEGRATION: CWS dr54 (1.51.10); FILE MERGED 2007/06/07 12:18:56 er 1.51.10.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [762805ed7c50d5c467ecf9769b5e13fd0d84c1fe]

        INTEGRATION: CWS dr54 (1.27.106); FILE MERGED 2007/06/07 12:18:56 er 1.27.106.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6f9293ebd2af7c0662363aff9f8fd8d2a63b0ade]

        INTEGRATION: CWS dr54 (1.4.422); FILE MERGED 2007/05/14 17:32:48 er 1.4.422.1: #b6534390# performance bottleneck if multiple changes are broadcasted to a bulk of listeners listening to identical ranges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8b1fe5eed86a68439a9a8defe73544eb8d8521ba]

        INTEGRATION: CWS dr54 (1.20.40); FILE MERGED 2007/05/25 16:49:45 er 1.20.40.1: #i56566# input validation with dynamic ranges as formua results

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c5792f8956279f0feec00b5296a5ef0929da0504]

        INTEGRATION: CWS dr54 (1.75.52); FILE MERGED 2007/06/11 11:39:58 dr 1.75.52.2: RESYNC: (1.75-1.77); FILE MERGED 2007/05/14 17:32:48 er 1.75.52.1: #b6534390# performance bottleneck if multiple changes are broadcasted to a bulk of listeners listening to identical ranges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [966e31638bccdb56a7863718086e70209670caef]

        INTEGRATION: CWS dr54 (1.46.56); FILE MERGED 2007/06/11 11:39:40 dr 1.46.56.2: RESYNC: (1.46-1.47); FILE MERGED 2007/05/23 09:00:20 nn 1.46.56.1: #i75610# avoid unnecessary creation of printer object

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [79b05c74ca03c8773319d2be1fd37e4021512d79]

        INTEGRATION: CWS dr54 (1.62.54); FILE MERGED 2007/06/11 11:39:10 dr 1.62.54.2: RESYNC: (1.62-1.64); FILE MERGED 2007/05/14 17:32:48 er 1.62.54.1: #b6534390# performance bottleneck if multiple changes are broadcasted to a bulk of listeners listening to identical ranges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [50bfe466028e97d1884959ae0b50facc3a063f86]

        INTEGRATION: CWS dr54 (1.7.214); FILE MERGED 2007/06/13 13:41:16 er 1.7.214.2: init nInBulkBroadcast 2007/05/14 17:32:48 er 1.7.214.1: #b6534390# performance bottleneck if multiple changes are broadcasted to a bulk of listeners listening to identical ranges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b4ae8a6e120ef253ea0bf0c72dae2dc64034b64d]

        INTEGRATION: CWS dr54 (1.12.58); FILE MERGED 2007/05/25 16:49:45 er 1.12.58.1: #i56566# input validation with dynamic ranges as formua results

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [536c70880a8a15b5e16973d8353f13c320f55648]

        INTEGRATION: CWS dr54 (1.10.222); FILE MERGED 2007/06/07 12:18:55 er 1.10.222.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b6ca76aba28b52e28b77761890953f1389dc721e]

        INTEGRATION: CWS dr54 (1.15.150); FILE MERGED 2007/07/03 14:38:05 er 1.15.150.2: RESYNC: (1.15-1.17); FILE MERGED Resynced to m217 to resolve merge conflicts, cws jgarrays integrated. 2007/06/07 12:18:55 er 1.15.150.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a8ef7f9c4f36c65a0b6535a94a9fa82f9c2d995e]

        INTEGRATION: CWS dr54 (1.13.150); FILE MERGED 2007/07/03 14:37:57 er 1.13.150.2: RESYNC: (1.13-1.15); FILE MERGED Resynced to m217 to resolve merge conflicts, cws jgarrays integrated. 2007/06/07 12:18:55 er 1.13.150.1: #i70213# JIS and ASC spreadsheet functions, fullwidth/halfwidth katakana conversion

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5606ba0d620bdad3350bfe0dfa9a99dff325f85e]

        INTEGRATION: CWS dr54 (1.23.58); FILE MERGED 2007/06/01 14:28:05 nn 1.23.58.1: #i63500# use intern() for string cell value

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [33a450b9e48166187d8d110d997a5b9bf3ece18c]

        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>  [aa87c665b01de0d02a06eafbb4213e1cfbc1a822]

        INTEGRATION: CWS dr54 (1.22.12); FILE MERGED 2007/06/11 11:26:31 dr 1.22.12.3: RESYNC: (1.22-1.23); FILE MERGED 2007/05/21 14:30:34 dr 1.22.12.2: #100934# changed menu entry 'Outline' to 'Group and Outline' 2007/05/03 13:20:08 dr 1.22.12.1: #i53756# rename .uno:SetInputMode

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [04eb753b3ce8add888ccdada9a6deaf2961219f4]

        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>  [25b0d00ab1a750172cd080574d70c28264a3e762]

        INTEGRATION: CWS dr54 (1.33.16); FILE MERGED 2007/05/22 12:17:10 dr 1.33.16.1: #i32443# 'No documents' -> 'No Documents'

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [225caf8af98a857d33248834248335e65f6dbb1a]

        INTEGRATION: CWS dr54 (1.25.2); FILE MERGED 2007/05/03 08:49:15 dr 1.25.2.1: #i75798# typo

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ade6c6bb227549de3be8fc35bc06540907e572ee]

        INTEGRATION: CWS dr54 (1.53.30); FILE MERGED 2007/06/11 11:09:54 dr 1.53.30.2: RESYNC: (1.53-1.54); FILE MERGED 2007/05/03 09:17:22 dr 1.53.30.1: #i74282# conversion to negative values

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c581b5149220136fb57b13596afcf9b764c8ba14]

        INTEGRATION: CWS iconupdate03 (1.10.262); FILE MERGED 2007/06/26 07:45:38 pb 1.10.262.1: fix: #i61420# checklbx.hrc removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9de92298d980e96bc491e834687d7afab3a9a9e2]

        INTEGRATION: CWS iconupdate03 (1.47.118); FILE MERGED 2007/06/26 07:06:55 pb 1.47.118.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [acc29a5bcc804ffa951a9ceb6439e5055ddd9208]

        INTEGRATION: CWS iconupdate03 (1.6.914); FILE MERGED 2007/06/26 07:10:06 pb 1.6.914.1: fix: #i61420# BMP_CHKBUT_[UN]CHECKED removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [807da583e7143a7228b55204d543edbeeaeb763f]

        INTEGRATION: CWS iconupdate03 (1.5.118); FILE MERGED 2007/06/26 07:27:09 pb 1.5.118.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d7ebcb8c2d6e1330c1200eee86353c1a0def846c]

        INTEGRATION: CWS iconupdate03 (1.6.360); FILE MERGED 2007/06/26 07:27:09 pb 1.6.360.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [14d373002e9bb436ea257d6460b7fde2ac559127]

        INTEGRATION: CWS iconupdate03 (1.3.916); FILE MERGED 2007/06/26 07:27:09 pb 1.3.916.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a0933a9649ebf138bb41f8829ecb2671758ee821]

        INTEGRATION: CWS iconupdate03 (1.12.112); FILE MERGED 2007/06/26 07:27:09 pb 1.12.112.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [dc334dbb562881f0129bd62d788a49c2fa82fc1a]

        INTEGRATION: CWS iconupdate03 (1.53.86); FILE MERGED 2007/06/26 07:33:15 pb 1.53.86.1: fix: #i61420# checklbx.src removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [74350f8e8e577b52aa975fd96d96f25a8a53d345]

        INTEGRATION: CWS iconupdate03 (1.9.118); FILE MERGED 2007/06/26 07:23:49 pb 1.9.118.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [238f8bca6ec6f7aff73976bd9cf596f602040cc2]

        INTEGRATION: CWS iconupdate03 (1.5.360); FILE MERGED 2007/06/26 07:23:49 pb 1.5.360.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1504fa312ce8ac218ee777c08507c139b8f9a0cf]

        INTEGRATION: CWS iconupdate03 (1.3.916); FILE MERGED 2007/06/26 07:23:49 pb 1.3.916.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [32709f89fe196254e7f7aa3522273f96b26870e6]

        INTEGRATION: CWS iconupdate03 (1.10.112); FILE MERGED 2007/06/26 07:23:49 pb 1.10.112.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [79df907982246696432f93baddf7e7be2222f002]

        INTEGRATION: CWS iconupdate03 (1.10.116); FILE MERGED 2007/06/26 07:16:39 pb 1.10.116.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [90113381fcaaf095a20338581018e123ede8a916]

        INTEGRATION: CWS iconupdate03 (1.6.262); FILE MERGED 2007/06/26 07:16:39 pb 1.6.262.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4e755c4062fcf1641dd97919bbb74bdf2daeb8bc]

        INTEGRATION: CWS iconupdate03 (1.3.914); FILE MERGED 2007/06/26 07:16:39 pb 1.3.914.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [19dfa7b145e6d93735c216e483a87fe6ccdbef5c]

        INTEGRATION: CWS iconupdate03 (1.17.110); FILE MERGED 2007/06/26 07:16:39 pb 1.17.110.1: fix: #i61420# old CheckListBox bitmaps removed

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [382d47128e8b651072b228ec3a4364fe0884bced]

        INTEGRATION: CWS iconupdate03 (1.2.128); FILE MERGED 2007/06/11 15:22:41 va 1.2.128.1: Fixes in connection with CWS iconupdate03. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [737870e765b0c74ce5042ec05ba487ceb3176b36]

        INTEGRATION: CWS iconupdate03 (1.2.100); FILE MERGED 2007/06/11 15:22:40 va 1.2.100.1: Fixes in connection with CWS iconupdate03. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a0e1da4ad0f77b2bc36cc9eb0ab2b574ea505701]

        INTEGRATION: CWS c07v013_SRC680 (1.8.116); FILE MERGED 2007/06/21 12:51:57 sb 1.8.116.1: #b6550116# Added rtl_UriEncodeStrictKeepEscapes.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d4faf8ac950f354593bce2c514bf3736af39ae4e]

        INTEGRATION: CWS c07v013_SRC680 (1.6.116); FILE MERGED 2007/06/21 12:51:57 sb 1.6.116.1: #b6550116# Added rtl_UriEncodeStrictKeepEscapes.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7949914b5d186664671ccbc6159b82489c0f266e]

        INTEGRATION: CWS iconupdate03 (1.1.200); FILE MERGED 2007/06/11 15:22:36 va 1.1.200.1: Fixes in connection with CWS iconupdate03. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ef27734b632bce2da7dbe48a893bdc86ebe7bd0d]

        INTEGRATION: CWS c07v013_SRC680 (1.10.262); FILE MERGED 2007/06/21 12:51:57 sb 1.10.262.1: #b6550116# Added rtl_UriEncodeStrictKeepEscapes.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bb5501959c4d0171b78909a5cd1a0a7dc84d11ed]

        INTEGRATION: CWS iconupdate03 (1.2.58); FILE MERGED 2007/06/11 15:22:33 va 1.2.58.1: Fixes in connection with CWS iconupdate03. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [03625e167ae5562a2c2abf5aa173d177e1cc67eb]

        INTEGRATION: CWS c07v013_SRC680 (1.7.18); FILE MERGED 2007/06/21 13:00:57 sb 1.7.18.1: #b6550116# Made XExternalUriReferenceTranslator.translateToExternal more robust when the input URL contains spurious non--UTF-8 octets like %FE (which are now copied verbatim, instead of signalling error).

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6ff5d3341dbc5df3f0cb5368ccb0e1089338916c]

        INTEGRATION: CWS c07v013_SRC680 (1.4.40); FILE MERGED 2007/06/21 13:00:56 sb 1.4.40.1: #b6550116# Made XExternalUriReferenceTranslator.translateToExternal more robust when the input URL contains spurious non--UTF-8 octets like %FE (which are now copied verbatim, instead of signalling error).

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d12c027ffeb7788376a6c6a33d5cf3e9fc44bdbb]

        INTEGRATION: CWS c07v013_SRC680 (1.53.48.1.66); FILE MERGED 2007/06/11 10:14:49 od 1.53.48.1.66.1: #b6560525# method <SwTextShell::Execute(..)>, slot SID_PARA_DLG 	   - default value for numbering restart value has to be USHRT_MAX

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1b4ea2f504f55e2f4fe554be9782f934d072aee8]

        INTEGRATION: CWS iconupdate03 (1.2.36); FILE MERGED 2007/06/11 15:22:31 va 1.2.36.1: Fixes in connection with CWS iconupdate03. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d79080a220f71fb5071728a855237491be19c32c]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:43 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8e494bceee43ed0361ff3f81b90a31b7fed4853a]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:43 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b3e80e1998855e815db71b19df0ebb1d800c94d6]

        INTEGRATION: CWS c07v013_SRC680 (1.26.88); FILE MERGED 2007/06/12 07:31:01 as 1.26.88.1: #b6553792# bring recycled frames to front (but dont grab focus)

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f5356657e49976a620ece781cdc7907b9d60e921]

        INTEGRATION: CWS locales23 (1.185.16); FILE MERGED 2007/06/25 11:10:45 er 1.185.16.3: RESYNC: (1.193-1.196); FILE MERGED 2007/06/18 19:53:06 er 1.185.16.2: RESYNC: (1.185-1.193); FILE MERGED 2007/05/10 15:21:16 er 1.185.16.1: #i76903# Vietnamese is Latin script, not CTL

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [eef916cc1f8f5cd3c9a85aab03748a7364b80149]

        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>  [093fe6b80e73002bee43c6d74183399dbd44c641]

        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>  [a25542c134f87c59c280ffd1458db24090c8f504]

        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>  [4d4071c5abab22fea1dc159b639ccd53c19dec5c]

        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>  [baf23334921cf70b714101521d831374482b6717]

        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>  [72843afe083a1b34084129cfee51f5c900cf2172]

        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>  [99fc799f363e7e68eef41c452e90bf5106f799a0]

        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>  [5b7b4e81144619c8350b5c59d9d17ba7f75aeccb]

        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>  [6948870860ba75ab2d4bebde131f365c28b429c9]

        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>  [aa1b057bca455bc18767fcf545afbbe06997af66]

        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>  [9ba4d5fad6aa319f1f0e9690c8b8903a1a05035e]

        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>  [60d61742fa81eac298f39ce2735be53c0c24d115]

        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>  [a588d546966b45951621f71e7e6441497d0e9aa1]

        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>  [92adc2d6e3cd63c0376eb517c71560dae6c35ec2]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:42 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [81a93564a0f70b6a88745d1b0effbb8f4bdd525c]

        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>  [f844b9666417c0e27b56e30b48bfebc443b6493f]

        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>  [deba5462ced7f147f8287d7c103acafe1c8c2886]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:42 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [96c0848fe59a3d3b3fcbbb316492ef9f4b1f12bb]

        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>  [ca9e879ce41847a58a924dc05a8b69b748ca5b07]

        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>  [49eb19d844a3316f12a7a377f0603f56531af7c7]

        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>  [c4172ab3e7bda0517802060f59b72b522c1f69f9]

        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>  [e66cf81b4a5f4f7523e3334a62115b885126a14d]

        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>  [fa8c01fea989e214caaaba61bd038c568d12d7c0]

        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>  [97ac50705ad33e8e07ac3e236c454857a1a96315]

        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>  [0d93435ff817b1548f9e85ea3311758513d8b6d9]

        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>  [f313c3db553c9027cb6db81957225f253a525896]

        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>  [79334636c20e6aa7765e70e9b4a5abd7d787de13]

        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>  [26e5f039cedb5ea24be34d1750656d2ef27f9210]

        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>  [f08e9e12250be832beebf14ca3452f4bef3d1e75]

        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>  [d66584173a040147169f2acdc78722c0d9152b2f]

        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>  [7c1a469d5de6281ed313501744916ec0a6100034]

        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>  [767b01254af61c65f8d5842bf84c9743307f0cf0]

        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>  [659800c61ba43e80d5a35458b4c39ed6ba2145ef]

        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>  [8b062687d1e552d8d6937ee3accefd87d9a6a0f0]

        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>  [3e8579f22d1e35021e2ea09e5bd19e9ecd205a49]

        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>  [2f54df0bf7c3ff57411ef8dd15b1fd68863fc3ec]

        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>  [6b7358df4b168e59b6725b05b19573bbf3d5f86f]

        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>  [67334b7f49df4ebc72bfcbe046d6b92b9a1c1f10]

        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>  [da37fc2a3c37d4fcd20cde21f8e090894b702977]

        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>  [e3bf40a7cf8f5ac449ea04a10d0dd1b19be7e60e]

        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>  [b71779684174d01b57c18f204961d884e7d3973d]

        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>  [cb65291c32bc811c9a2955891b327eb1637ecc13]

        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>  [b7d50285483a41d6f73bb736aae765a31c5a42a9]

        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>  [0319846d66200567b0f7edf05c66b1920f7eb1d9]

        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>  [12e595fc42669a95bc886978d705e69d174f6f40]

        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>  [72f6aa99807016968125e36a9216c968037fe2c5]

        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>  [1c4d13c51e3a846029c88fe3edeb04259162a638]

        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>  [c7bdbb60ecc8312bc10a1c1a675280b94bd347a0]

        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>  [ff7aa2f1641b323a7cd9c11ff980607190f66d96]

        INTEGRATION: CWS vcl79 (1.39.96); FILE MERGED 2007/06/18 12:59:28 pl 1.39.96.1: #i78378# check graphics before use

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3714b5884678d0a1f2dd8b4594f5c8a412f99073]

        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>  [cea7d51e310c7b4098de27144e4a7c12db5bbe31]

        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>  [b846bfa793adf9d34a1bb0871ef0a8fdc83114e4]

        INTEGRATION: CWS iconupdate03 (1.3.172); FILE MERGED 2007/06/25 09:12:42 va 1.3.172.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2ef57f5d7f476d2652e53bb8f99bf34c6a4177a0]

        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>  [123096d368d0836a4fa7f276a362be1f0fcfab46]

        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>  [2bcff81d31dacd8bf41ab9da7338280bf37513bd]

        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>  [93314a8ff599ec0a4e78a650477cfbbd14cacba5]

        INTEGRATION: CWS vcl79 (1.8.8); FILE MERGED 2007/05/21 11:05:19 pl 1.8.8.1: #i77444# remove some warnings

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [79d6f3869963af4edaddbd44de2e2227596f396e]

        INTEGRATION: CWS locales23 (1.20.284); FILE MERGED 2007/05/10 15:13:54 er 1.20.284.1: #i76903# Vietnamese is Latin script, not CTL

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [93bf30c071164e5a57336136a011ea494d67abe0]

        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>  [9ebccf365791cc7eb1397bc79bc9dcccd9af84cc]

        INTEGRATION: CWS locales23 (1.92.96); FILE MERGED 2007/06/18 18:17:28 er 1.92.96.2: RESYNC: (1.92-1.94); FILE MERGED 2007/05/10 15:13:54 er 1.92.96.1: #i76903# Vietnamese is Latin script, not CTL

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fe7ec1f80b1eeb4e07d723faf00b5052e165e81d]

        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>  [3244f1bf73c3cb82e736ed7b5bb0280acca7cbaa]

        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>  [f3e2577f64faab3699baabcc3c74a30296a829ff]

        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>  [6371f30bcdc8a5329020f1695d6f20b36662c8a9]

        INTEGRATION: CWS vcl79 (1.59.8); FILE MERGED 2007/06/18 13:35:30 pl 1.59.8.1: #148073# error checking, ofa ResMgr

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e0188a81956f6f8639e1789760474b35b0d60832]

        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>  [04e9d69f1dfea29a00c94bedb08d1156b3fffd0d]

        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>  [f7cbe3ffc2c774df892b19f49b9b6a5a1f4a89c4]

        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>  [c01d03ecbc85aaada789e9e983e5cf0778160ec6]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:41 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2698c3a93f2fb8be1d20b6632bcf1be8ddcb3d9a]

        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>  [ba45a2010f855e79d8a7c5a3d69ac4e31d136d07]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:41 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2a7179c38047e872e6a82c9f5aff8d870908c030]

        INTEGRATION: CWS vcl79 (1.10.14); FILE MERGED 2007/06/19 07:57:02 pl 1.10.14.1: #i77748# do not lock the solarmutex during message dispatch, this can deadlock the process

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [23882fb6d30f52389d8563e5faea5b760b0f5ebd]

        INTEGRATION: CWS vcl79 (1.14.68); FILE MERGED 2007/06/19 07:57:02 pl 1.14.68.1: #i77748# do not lock the solarmutex during message dispatch, this can deadlock the process

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2bff6ada7e1ef456e8b6eb3da79768cd39ab4235]

        INTEGRATION: CWS vcl79 (1.26.24); FILE MERGED 2007/06/19 07:57:01 pl 1.26.24.1: #i77748# do not lock the solarmutex during message dispatch, this can deadlock the process

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0a1b98f94b4f8aa21b761a8f60054d95b80b733b]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:40 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c56e92e5384e846990a68275d7855f9facd886f5]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:40 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [54f97cd2ab2eb1aafd480d8d5744ef9729e28bae]

        INTEGRATION: CWS chart06 (1.38.8); FILE MERGED 2007/06/11 17:02:41 iha 1.38.8.1: replaced unneccessary deque by vector

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e9398343f5bb923309ac6e9cdc59fa3dd7be42e8]

        INTEGRATION: CWS chart06 (1.5.8); FILE MERGED 2007/06/11 09:06:46 iha 1.5.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9109a315897bdc6d690658cc3bcce61c1c4e1708]

        INTEGRATION: CWS chart06 (1.13.8); FILE MERGED 2007/06/22 12:45:07 iha 1.13.8.5: RESYNC: (1.13-1.14); FILE MERGED 2007/06/15 12:45:40 iha 1.13.8.4: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/14 09:15:09 iha 1.13.8.3: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 11:57:27 iha 1.13.8.2: #i67754# right-angled-axes, not supported for pie and donut 2007/06/11 09:07:40 iha 1.13.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [495197f51106c2c91f60fb730d149a643747c0fe]

        INTEGRATION: CWS chart06 (1.22.8); FILE MERGED 2007/06/11 09:33:17 iha 1.22.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [63f429db3a3d7347dc81490118f0c42abd0c0edd]

        INTEGRATION: CWS chart06 (1.1.2); FILE ADDED 2007/06/22 12:56:07 iha 1.1.2.8: manual resync for #i77954# 2007/06/15 17:34:17 iha 1.1.2.7: better defaults: no borders for 3D pie simple look 2007/06/15 16:57:48 iha 1.1.2.6: #i76430# better illumination defaults 2007/06/15 12:44:47 iha 1.1.2.5: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/14 17:41:16 iha 1.1.2.4: #67754# ensure unique angle set - thus ignoring z for right angled axes leads to a unique result 2007/06/14 09:08:40 iha 1.1.2.3: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 16:38:17 iha 1.1.2.2: #i76430# better default illumination 2007/06/11 09:32:44 iha 1.1.2.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f0839bd243cb286123c497cb0a2b5f28dcc8b41d]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/15 16:57:48 iha 1.2.8.3: #i76430# better illumination defaults 2007/06/14 09:10:17 iha 1.2.8.2: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 16:37:24 iha 1.2.8.1: #i76430# better default illumination

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [70dc77dd001b4f547f2e6d5cdcee1e9523e473b6]

        INTEGRATION: CWS chart06 (1.8.8); FILE MERGED 2007/06/22 12:43:32 iha 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/14 09:09:09 iha 1.8.8.1: #i67754#,#i76430# better default illumination also depending on right angled axes

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bff262e1142476b0f38e7bf3bfb75d946c91c9f2]

        INTEGRATION: CWS chart06 (1.12.8); FILE MERGED 2007/06/15 17:34:17 iha 1.12.8.5: better defaults: no borders for 3D pie simple look 2007/06/15 16:57:48 iha 1.12.8.4: #i76430# better illumination defaults 2007/06/14 09:10:54 iha 1.12.8.3: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 16:33:48 iha 1.12.8.2: #i76430# better default illumination 2007/06/11 11:57:26 iha 1.12.8.1: #i67754# right-angled-axes, not supported for pie and donut

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fd1ec27543b206cbdd795d77d357849f5275916e]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/14 17:42:45 iha 1.2.8.1: method moved

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ffe3573759569a2bae806b31f35f7cfbb397ac42]

        INTEGRATION: CWS chart06 (1.9.8); FILE MERGED 2007/06/20 18:59:37 iha 1.9.8.2: #i67754#,#i76430# don't change floor or wall settings when swithcing from to pie chart 2007/06/14 09:12:03 iha 1.9.8.1: #i67754#,#i76430# better default illumination also depending on right angled axes

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bb12b1a821115cdccfa7cd2d5ac624181ff980dc]

        INTEGRATION: CWS chart06 (1.7.8); FILE MERGED 2007/06/11 09:49:51 iha 1.7.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4ca0e2b9c6017e5e25fd4ee1f730e7356aa65cdd]

        INTEGRATION: CWS chart06 (1.11.8); FILE MERGED 2007/06/22 12:42:14 iha 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2007/06/20 18:47:18 iha 1.11.8.2: #i67754#,#i76430# suiteable defaults for new 3D look and illumination 2007/06/11 09:34:42 iha 1.11.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [49c74a7bdbabe219ca870bfced88f7c30020a89b]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/20 18:49:49 iha 1.2.8.1: static_cast

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [18b9618a260a390e9f2a11751080d90744c54391]

        INTEGRATION: CWS chart06 (1.14.8); FILE MERGED 2007/06/14 09:12:29 iha 1.14.8.2: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 09:04:39 iha 1.14.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e1e5fd9b6c107fa38a80301e6b72fca41c4ca961]

        INTEGRATION: CWS chart06 (1.12.8); FILE MERGED 2007/06/11 09:35:14 iha 1.12.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6805c0a43f352dd403e2b716efddbe4f6f357962]

        INTEGRATION: CWS chart06 (1.9.8); FILE MERGED 2007/06/20 18:48:53 iha 1.9.8.1: #i67754#,#i76430# suiteable defaults for new 3D look and illumination

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a0b0d7c455315c9d1135770543c2f2566a9a467a]

        INTEGRATION: CWS chart06 (1.1.2); FILE ADDED 2007/06/15 17:34:17 iha 1.1.2.5: better defaults: no borders for 3D pie simple look 2007/06/15 16:57:48 iha 1.1.2.4: #i76430# better illumination defaults 2007/06/15 12:44:01 iha 1.1.2.3: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/14 09:07:59 iha 1.1.2.2: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 09:32:24 iha 1.1.2.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f6348147b93926106bc6a7b7294fbd2c937165de]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/20 21:06:20 bm 1.2.8.1: #i78442# add formula and r square to status bar and extended tool tip help text for trend lines

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ade21f8c641eaf63dbb1ba146bf01a6fbe6e0823]

        INTEGRATION: CWS chart06 (1.4.8); FILE MERGED 2007/06/14 09:09:26 iha 1.4.8.1: #i67754#,#i76430# better default illumination also depending on right angled axes

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4a22354ea70b077df553dd7acabb6e4e56735b7d]

        INTEGRATION: CWS chart06 (1.8.8); FILE MERGED 2007/06/15 17:34:17 iha 1.8.8.4: better defaults: no borders for 3D pie simple look 2007/06/15 16:57:48 iha 1.8.8.3: #i76430# better illumination defaults 2007/06/11 16:33:24 iha 1.8.8.2: #i76430# better default illumination 2007/06/11 11:57:26 iha 1.8.8.1: #i67754# right-angled-axes, not supported for pie and donut

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [defedc8e6e7bc6c0ec2763a7f8f23b6274a7a904]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/14 17:43:22 iha 1.2.8.1: method moved

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [77dbfede04b5cbbbc9a7c6e5299f9cb9be56bed0]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/11 09:11:56 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ac6d403d4424dc6da289e6b8e3c3a0c14707c10c]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/15 12:46:30 iha 1.2.8.5: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/14 17:39:21 iha 1.2.8.4: #67754# no z rotation for right angled axes 2007/06/14 09:14:37 iha 1.2.8.3: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 11:57:26 iha 1.2.8.2: #i67754# right-angled-axes, not supported for pie and donut 2007/06/11 09:13:00 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2d2e63079ed2f04c0feb052380f103ba8ac21314]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:39 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [14ed7aaca5f82b865d55e84fe76da9ab1010aa24]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/14 09:13:58 iha 1.2.8.1: #i67754#,#i76430# better default illumination also depending on right angled axes

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [39008a2579d7f0f41827c23b129a50a50c25f599]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/20 19:33:30 iha 1.2.8.2: #i67754#,#i76430# set default to simple look when coming from 2D 2007/06/11 09:44:36 iha 1.2.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fdb8f3717328b5b4d48df879fd73f114354adcf1]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:39 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2bab8c0b1f424409c7d0a710caaab3800dbcee8f]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/14 17:35:20 iha 1.2.8.2: rotate angles in with step width 1 instead of 5 2007/06/11 09:09:50 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f1152f8c0b2d797e376a6965eec0e3796168d29c]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/15 12:47:31 iha 1.2.8.2: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/11 09:10:18 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [004393de3729688ffd508e39d77f757fe9d0656f]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/11 09:08:50 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [455d84be2c204cc00c7680c64ff69a474b0424f0]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/15 12:48:04 iha 1.2.8.5: #i67754# for right-angled-axes restrict angles to meaningful values 2007/06/14 17:44:38 iha 1.2.8.4: #67754# ensure unique angle set - thus ignoring z for right angled axes leads to a unique result 2007/06/14 09:13:23 iha 1.2.8.3: #i67754#,#i76430# better default illumination also depending on right angled axes 2007/06/11 11:57:25 iha 1.2.8.2: #i67754# right-angled-axes, not supported for pie and donut 2007/06/11 09:10:26 iha 1.2.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [46711c520d833b46bb60a22fa99b71f4abfc4ee7]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/11 09:45:15 iha 1.2.8.2: #i67754# right-angled-axes, create new 3D charts with this and simple look 2007/06/11 09:28:11 iha 1.2.8.1: #i78293# 3D View dialog: wrong mixed state after click in Appearance page

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8496893dee874ee6d60a51f873f62595e0a94f64]

        INTEGRATION: CWS chart06 (1.10.8); FILE MERGED 2007/06/11 09:45:44 iha 1.10.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [feec1db9c9cdd6c6024407f24c012cc052593b3a]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/11 09:43:32 iha 1.2.8.1: removed superfluous include

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [85fc7bcd9d2f113ec3f78b1a9336ec5d9bffaaa7]

        INTEGRATION: CWS chart06 (1.6.8); FILE MERGED 2007/06/20 21:06:12 bm 1.6.8.1: #i78442# add formula and r square to status bar and extended tool tip help text for trend lines

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2df86213d385db111d359a5969dfac8a12cef815]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/20 21:06:12 bm 1.2.8.1: #i78442# add formula and r square to status bar and extended tool tip help text for trend lines

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [224720d572e63c661ccb3d40bafe076fb86ff189]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/11 09:36:47 iha 1.2.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f63edbe808e85625b155ad31944fbc957f7b9b01]

        INTEGRATION: CWS chart06 (1.2.8); FILE MERGED 2007/06/19 11:58:12 iha 1.2.8.3: #i65908# 'deep' only in case of 3D 2007/06/12 08:06:21 iha 1.2.8.2: #i65908# Name for 3D Area chart: deep instead of normal 2007/06/11 09:36:26 iha 1.2.8.1: #i67754# right-angled-axes, create new 3D charts with this and simple look

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d1166ae827ad43e85058f7b482c2e3b29e9b731f]

        INTEGRATION: CWS chart06 (1.5.8); FILE MERGED 2007/06/11 16:48:19 iha 1.5.8.1: avoid valgrind warning for uninitialized values

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5e1eb8261d88c142fdb18dba4a578949f4a57a1b]

        INTEGRATION: CWS chart06 (1.5.8); FILE MERGED 2007/06/22 12:39:28 iha 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2007/06/11 09:05:12 iha 1.5.8.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6e8c2f132cdda2ba6fec412557a79b25c908297b]

        INTEGRATION: CWS chart06 (1.19.46); FILE MERGED 2007/06/18 09:24:17 bm 1.19.46.1: #i75202# add new default colors for charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5eef2c8120179ffc1afce8937201242e5c22736a]

        INTEGRATION: CWS chart06 (1.67.18); FILE MERGED 2007/06/18 09:24:16 bm 1.67.18.1: #i75202# add new default colors for charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2ad6cd7fff8d890615bdd558da6cf0c09390ad33]

        INTEGRATION: CWS chart06 (1.39.64); FILE MERGED 2007/06/18 09:24:16 bm 1.39.64.1: #i75202# add new default colors for charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8ca59dc545c5a782e69a862a4b4559628b219092]

        INTEGRATION: CWS chart06 (1.3.16); FILE MERGED 2007/06/18 09:24:16 bm 1.3.16.1: #i75202# add new default colors for charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [98b9cd7700e29044804cdde3106fa802926d10bc]

        INTEGRATION: CWS chart06 (1.2.348); FILE MERGED 2007/06/18 09:23:01 bm 1.2.348.1: #i75202# add new default colors for charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [65d07c758ef62793baac356f38bbd5091351c33a]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:38 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5785f2cb0ceac7c95e2cb31ccb9d115fdd9a4156]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:38 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8609eb7abb243f272218ac01136b639a7a1f7f0c]

        INTEGRATION: CWS chart06 (1.8.26); FILE MERGED 2007/06/12 08:20:56 dr 1.8.26.1: #i67754# right-angled axes option in 3d charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b336df71844d066906f376644d3a99f7e9c3e769]

        INTEGRATION: CWS chart06 (1.8.26); FILE MERGED 2007/06/12 08:20:55 dr 1.8.26.1: #i67754# right-angled axes option in 3d charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [332f51af29485ad087de4a2c018a66042335c73a]

        INTEGRATION: CWS chart06 (1.2.26); FILE MERGED 2007/06/12 08:20:55 dr 1.2.26.1: #i67754# right-angled axes option in 3d charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [46f8c82110496d0bd1d86604278cc121a644b159]

        INTEGRATION: CWS chart06 (1.12.24); FILE MERGED 2007/06/22 12:13:22 iha 1.12.24.2: RESYNC: (1.12-1.13); FILE MERGED 2007/06/12 08:20:55 dr 1.12.24.1: #i67754# right-angled axes option in 3d charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1dbe335cf6defe3b63e8e82c6bd0827f2472671c]

        INTEGRATION: CWS chart06 (1.105.12); FILE MERGED 2007/06/11 09:01:05 iha 1.105.12.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6173fd2b853c9c21e0934939de0086894cec0395]

        INTEGRATION: CWS chart06 (1.24.12); FILE MERGED 2007/06/22 12:05:27 iha 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2007/06/11 09:01:46 iha 1.24.12.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fb9e64538a309aae4bbf4c03ca849fb0068905f6]

        INTEGRATION: CWS chart06 (1.3.12); FILE MERGED 2007/06/11 09:00:17 iha 1.3.12.1: #i67754# right-angled-axes option for 3D charts

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [073fa196140f557f364599f67d4ea58eea45a348]

        INTEGRATION: CWS iconupdate03 (1.3.58); FILE MERGED 2007/06/25 09:12:37 va 1.3.58.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [390e9c7bd91f91113b7e434ad4e27c9e556279fb]

        INTEGRATION: CWS iconupdate03 (1.2.6); FILE MERGED 2007/06/25 09:12:37 va 1.2.6.1: #i67128# Optimized file size. Issue number: Submitted by: Reviewed by:

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [778582739df3ec71428668c1e7efb1c0afe7e462]

        INTEGRATION: CWS tkr01 (1.2.110); FILE MERGED 2007/06/26 10:06:16 tkr 1.2.110.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3dc078814589db80f04df2380255d0ad6f264402]

        INTEGRATION: CWS tkr01 (1.33.96); FILE MERGED 2007/06/26 11:25:56 tkr 1.33.96.2: RESYNC: (1.33-1.34); FILE MERGED 2007/06/26 10:09:25 tkr 1.33.96.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [61ff3e10fee27af6cfb83392bf95742ac0a82769]

        INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED 2007/06/26 11:25:48 tkr 1.32.26.2: RESYNC: (1.32-1.33); FILE MERGED 2007/06/26 10:09:25 tkr 1.32.26.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6a92a13a3027b397934b7532f3c0c5d39315b109]

        INTEGRATION: CWS tkr01 (1.76.26); FILE MERGED 2007/07/02 14:08:42 ab 1.76.26.3: #i78846# Fixed typos 2007/06/26 11:25:39 tkr 1.76.26.2: RESYNC: (1.76-1.77); FILE MERGED 2007/06/26 10:09:24 tkr 1.76.26.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [baa34a87f6e395645d6766951b7d23ef65288920]

        INTEGRATION: CWS tkr01 (1.30.98); FILE MERGED 2007/06/26 11:25:30 tkr 1.30.98.2: RESYNC: (1.30-1.31); FILE MERGED 2007/06/26 10:09:24 tkr 1.30.98.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6d1559af602a418bde66d046d5f8002ff2807a5a]

        INTEGRATION: CWS tkr01 (1.43.26); FILE MERGED 2007/06/28 11:09:08 tkr 1.43.26.3: #i78846# fix merge conflict 2007/06/26 11:25:22 tkr 1.43.26.2: RESYNC: (1.43-1.44); FILE MERGED 2007/06/26 10:09:24 tkr 1.43.26.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [31633f360e40b5d258bbdd0321dd8fcc80d1369f]

        INTEGRATION: CWS tkr01 (1.28.348); FILE MERGED 2007/06/28 10:25:24 tkr 1.28.348.3: #i78846# fix merge conflict 2007/06/26 11:23:52 tkr 1.28.348.2: RESYNC: (1.28-1.29); FILE MERGED 2007/06/26 10:09:23 tkr 1.28.348.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [130b4976966ce674585dd7fcb27b4b17c4954af3]

        INTEGRATION: CWS tkr01 (1.8.60); FILE MERGED 2007/06/29 11:36:41 ab 1.8.60.2: #i78846# Moved ManageLanguage according to spec 2007/06/26 10:01:53 tkr 1.8.60.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4258381bc84bdf37cfdb86009d1ddde486bdabd9]

        INTEGRATION: CWS tkr01 (1.8.60); FILE MERGED 2007/06/26 10:01:53 tkr 1.8.60.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [84b27280af27315f6dd987ee7945a30535dbdf7e]

        INTEGRATION: CWS tkr01 (1.5.190); FILE MERGED 2007/06/26 11:23:05 tkr 1.5.190.2: RESYNC: (1.5-1.6); FILE MERGED 2007/06/26 10:01:53 tkr 1.5.190.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e8cba04146b80413509db58aed40546bbd2a08e7]

        INTEGRATION: CWS tkr01 (1.26.12); FILE MERGED 2007/06/26 10:01:52 tkr 1.26.12.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5fe9a3ce12e733080f533660a839e14d92aad3e4]

        INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED 2007/06/26 10:01:52 tkr 1.32.26.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [74ea3b226ca732a9e22925169807803f61ee9ca0]

        INTEGRATION: CWS tkr01 (1.49.34); FILE MERGED 2007/06/26 11:22:44 tkr 1.49.34.2: RESYNC: (1.49-1.50); FILE MERGED 2007/06/26 10:01:52 tkr 1.49.34.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fd9714cc3a8449c103fb65e71dfd395a5b9154a4]

        INTEGRATION: CWS tkr01 (1.19.94); FILE MERGED 2007/06/26 10:01:52 tkr 1.19.94.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3a68ac5547078ec1bc90d27a24d541ac85119ebb]

        INTEGRATION: CWS tkr01 (1.49.26); FILE MERGED 2007/06/26 10:01:52 tkr 1.49.26.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [271628c05f4209214bcf690cdd80ec1b90fec7fe]

        INTEGRATION: CWS tkr01 (1.14.40); FILE MERGED 2007/06/26 10:01:52 tkr 1.14.40.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [350bda8b75473e3c9e38a1ce17c90a9cdd6eaff3]

        INTEGRATION: CWS tkr01 (1.4.190); FILE MERGED 2007/06/26 10:01:52 tkr 1.4.190.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [bb9b767c10f95c6c5600c9767883348210f2747e]

        INTEGRATION: CWS tkr01 (1.36.34); FILE MERGED 2007/06/26 10:01:52 tkr 1.36.34.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c4e889c2267be6d340aae3b392be5f0374524dfa]

        INTEGRATION: CWS tkr01 (1.28.900); FILE MERGED 2007/06/26 10:06:16 tkr 1.28.900.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8536168e601065ac0aac218746e867efead79882]

        INTEGRATION: CWS tkr01 (1.70.224); FILE MERGED 2007/06/26 10:06:16 tkr 1.70.224.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a0b8f2853e62157fa8b7059e23d7646f893bbb29]

        INTEGRATION: CWS sysui22 (1.18.2); FILE MERGED 2007/06/29 14:13:47 ihi 1.18.2.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [be8ed9e2c6f0ed2dc7451a0e4fcf529e80018745]

        INTEGRATION: CWS tkr01 (1.34.12); FILE MERGED 2007/06/26 10:03:11 tkr 1.34.12.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a9fae234137c210e99703764c96c80c89c7bac13]

        INTEGRATION: CWS tkr01 (1.37.12); FILE MERGED 2007/06/26 11:09:12 tkr 1.37.12.2: RESYNC: (1.37-1.38); FILE MERGED 2007/06/26 10:03:11 tkr 1.37.12.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [dfab4f33a3286d26d2a73919851c8c7c4c44c8be]

        INTEGRATION: CWS tkr01 (1.37.22); FILE MERGED 2007/06/26 10:03:11 tkr 1.37.22.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2c6b756673ce756fdc2010e6de375929716c2dbe]

        INTEGRATION: CWS sysui22 (1.1.2); FILE ADDED 2007/06/29 14:13:47 ihi 1.1.2.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a8b5233d5d60ea562e901fc6a5d0cfc1974b0a7c]

        INTEGRATION: CWS tkr01 (1.30.12); FILE MERGED 2007/06/26 11:09:03 tkr 1.30.12.2: RESYNC: (1.30-1.32); FILE MERGED 2007/06/26 10:03:11 tkr 1.30.12.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0f045fd1caca6dcef33beb95bdae13d892688622]

        INTEGRATION: CWS sysui22 (1.10.94); FILE MERGED 2007/06/29 14:13:47 ihi 1.10.94.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b8cacc1d50fafc14728ef6c439f524799abff125]

        INTEGRATION: CWS tkr01 (1.26.28); FILE MERGED 2007/06/26 10:03:11 tkr 1.26.28.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [abe43b31d18a30cd1870f2c2a8c675047dc606ea]

        INTEGRATION: CWS sysui22 (1.8.212); FILE MERGED 2007/06/29 14:13:47 ihi 1.8.212.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c6dabc633c030ae3f2d21abf31853f2d59237541]

        INTEGRATION: CWS tkr01 (1.18.22); FILE MERGED 2007/06/26 10:03:11 tkr 1.18.22.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7516b7505c1a8d71e69adc98e54eba89ffd24659]

        INTEGRATION: CWS sysui22 (1.7.224); FILE MERGED 2007/06/29 14:13:47 ihi 1.7.224.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4acb4ef3b03f2c871d0e0be3f0c867f8bed44ee8]

        INTEGRATION: CWS tkr01 (1.25.40); FILE MERGED 2007/06/26 10:03:11 tkr 1.25.40.1: #i78846# Enable TreeControl support

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [dcd466ef40540547078dcbd84f8a8e04ad61b4d3]

        INTEGRATION: CWS sysui22 (1.6.206); FILE MERGED 2007/06/29 14:13:47 ihi 1.6.206.1: #i73408# Adding Generic Names

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [96d140bf84e92b4d0b0df4f4aae7117ce4510a23]

        INTEGRATION: CWS tkr01 (1.1.2); FILE ADDED 2007/06/29 12:01:39 ab 1.1.2.1: #i78846# InsertTreeControl images

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9a244b5acec6bcf1fc49d2ac7d1614d860ffc8d9]

        INTEGRATION: CWS tkr01 (1.56.36); FILE MERGED 2007/06/29 11:57:51 ab 1.56.36.1: #i78846# Added .uno.InsertTreeControl

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8d08965db2d319f22b9e74fd7805976a4d3938db]

        INTEGRATION: CWS salaquatox11 (1.242.6); FILE MERGED 2007/06/26 15:42:06 ericb 1.242.6.2: RESYNC: (1.242-1.244); FILE MERGED 2007/06/16 15:48:44 ericb 1.242.6.1: #i78548# libsalsystool is not needed anymore

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [15525b69176301584e0e27ca07d4879b1340d778]

        INTEGRATION: CWS salaquatox11 (1.25.32); FILE MERGED 2007/06/16 01:21:16 ericb 1.25.32.1: #i78548# remove macxp_extras from the list

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [eccf97fb0aa6c87c5360843316e43877b010d1ba]

        INTEGRATION: CWS salaquatox11 (1.1.4); FILE ADDED 2007/06/16 01:28:41 ericb 1.1.4.2: #i78548# add osxlocale.cxx 2007/01/19 17:51:53 ericb 1.1.4.1: file osxlocale.cxx was added on branch cws_src680_salaquatox11 on 2007-06-16 01:28:41 +0000

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6ae4088abb753fd57992e7bc720775238a04cc7b]

        INTEGRATION: CWS salaquatox11 (1.33.60); FILE MERGED 2007/06/26 20:47:06 ericb 1.33.60.3: #i78548# remove useless headers 2007/06/26 15:12:33 ericb 1.33.60.2: #i78548# second try to solve conflict with obr05 2007/06/16 01:30:36 ericb 1.33.60.1: #i78548# simplify locale detection

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4ea5dfe3611849deceb438dc35051f52694d9352]

        INTEGRATION: CWS salaquatox11 (1.33.172); FILE MERGED 2007/06/27 12:43:37 ericb 1.33.172.6: #i78548# add comment about dlopen on Mac OS X 2007/06/26 15:41:12 ericb 1.33.172.5: RESYNC: (1.33-1.34); FILE MERGED 2007/06/26 14:30:58 ericb 1.33.172.4: #i78548# first try solving conflict with obr05 2007/06/21 05:12:32 ericb 1.33.172.3: #i78548# better place for endif 2007/06/16 02:53:03 ericb 1.33.172.2: #i78548# add protection for other OS 2007/06/16 01:30:36 ericb 1.33.172.1: #i78548# simplify locale detection

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [557a78716ff8502d6c431578644cc7a42d6e16d8]

        INTEGRATION: CWS salaquatox11 (1.31.58); FILE MERGED 2007/06/16 01:29:28 ericb 1.31.58.1: #i78548# add osxlocale obj to be built

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1c27cf9b0bb17eb20e03bbdf05aab8bc2f0cd497]

        INTEGRATION: CWS sb74 (1.7.6); FILE MERGED 2007/06/29 07:07:20 sb 1.7.6.1: #i78899# Completely removed JDK dependency from doTranslatToUrls/doLoadClass mangled names.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f139cf3e0487317f74020c4f5f82bf3fcb1cf8d2]

        INTEGRATION: CWS sb74 (1.3.4); FILE MERGED 2007/06/29 07:07:20 sb 1.3.4.1: #i78899# Completely removed JDK dependency from doTranslatToUrls/doLoadClass mangled names.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a26fc0f80dfa38ec04c5ad981b0d8b61b1db9778]

        INTEGRATION: CWS sb74 (1.10.6); FILE MERGED 2007/06/29 07:07:20 sb 1.10.6.1: #i78899# Completely removed JDK dependency from doTranslatToUrls/doLoadClass mangled names.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [85826afb302277158432596dcc7a4ea8dede3c39]

        INTEGRATION: CWS sb74 (1.2.6); FILE MERGED 2007/06/29 07:07:20 sb 1.2.6.1: #i78899# Completely removed JDK dependency from doTranslatToUrls/doLoadClass mangled names.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c40ff500606ec79c84d58132010fc3966810fe07]

        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>  [adc8148eba2d52a4b04659cc87d96035d89c92f1]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:02:49 pjanik 1.1.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4d13576cc03c7d99bb392bafd78017a6b082da9b]

        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>  [3808a79b6ca7da0ca36a31e5ae8db8607708c0f0]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:02:29 pjanik 1.1.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2c1b258563d5d3545d586ee3ea564b526132ab48]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:01:17 pjanik 1.1.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5470f1d396e8b7ea5856124a5a9fde0f567579e4]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 18:57:35 pjanik 1.1.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b0d3ef00d4068809b775f4b799ac851b8ac01596]

        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-03  Rüdiger Timm  <rt@openoffice.org>  [ee97ec54aabf4251a1001d8294df1e035d919598]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:01:45 pjanik 1.1.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f4bf1de03128739d8b41438e861e3ab6cf0f7b73]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 18:46:42 pjanik 1.1.2.1: #i60747#: Integrate Slovak spellchecker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [68bddb9d7b84e79c307442e695909d0cfa0867cf]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 18:46:18 pjanik 1.1.2.1: #i60747#: Integrate Slovak spellchecker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3a1a7512bfe106bf06b2ae2df938b6cfd1946a68]

        INTEGRATION: CWS dictionariesfor23 (1.3.6); FILE MERGED 2007/06/27 18:45:33 pjanik 1.3.6.1: #i60747#: Integrate Slovak spellchecker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6658ef7267dbf78eba83f44f5ee990ad0b00e12f]

        INTEGRATION: CWS dictionariesfor23 (1.2.34); FILE MERGED 2007/06/27 18:44:48 pjanik 1.2.34.1: #i60747#: Integrate Slovak spellchecker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [979d0b403d74655d1841a266a001023ec5dd64d0]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 18:43:57 pjanik 1.1.2.1: #i60747#: Integrate Slovak spellchecker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [99f0f2721e831041116303bb1d6b37e7da5473d4]

        INTEGRATION: CWS dictionariesfor23 (1.14.2); FILE MERGED 2007/06/27 19:13:00 pjanik 1.14.2.2: #i60816#: Integrate Afrikaans spell checker. 2007/06/27 18:56:12 pjanik 1.14.2.1: #i62268#: Integrate Swedish spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b9446e2fa849d5ceab8a61f729d0e3d25508cf46]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:11:26 pjanik 1.1.2.1: #i60816#: Integrate Afrikaans spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e0f33574ee9573b982d84f768f45ac6a67ad1cfc]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:10:45 pjanik 1.1.2.1: #i60816#: Integrate Afrikaans spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [60e91498c6d9576b0bb2fd3fcebbf9515bbbbadf]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:12:33 pjanik 1.1.2.1: #i60816#: Integrate Afrikaans spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ac4d242c3ef52d008c9233f1773a10646ce689f4]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:12:05 pjanik 1.1.2.1: #i60816#: Integrate Afrikaans spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5d279c659204b9603427dd63edfe14aacb7920ad]

        INTEGRATION: CWS dictionariesfor23 (1.1.2); FILE ADDED 2007/06/27 19:10:24 pjanik 1.1.2.1: #i60816#: Integrate Afrikaans spell checker.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3b9e77fb3daefe61c85daf05deeb0db195538c03]

        INTEGRATION: CWS neonupdate (1.189.4); FILE MERGED 2007/06/22 14:47:31 kso 1.189.4.3: #i77023# - recreated after resync with merge conflict. 2007/06/22 12:29:55 kso 1.189.4.2: RESYNC: (1.189-1.190); FILE MERGED 2007/06/22 10:59:41 kso 1.189.4.1: #i77023# - dropped support for neon < 0.26.0

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6096429da4a99c7e43b4db22d165950a9ad3dd5e]

        INTEGRATION: CWS neonupdate (1.208.4); FILE MERGED 2007/06/22 12:30:11 kso 1.208.4.2: RESYNC: (1.208-1.209); FILE MERGED 2007/06/22 10:59:44 kso 1.208.4.1: #i77023# - dropped support for neon < 0.26.0

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [da44584608fd42bf56398c2174f6241fb2c10c20]

        INTEGRATION: CWS neonupdate (1.16.8); FILE MERGED 2007/06/21 15:51:45 kso 1.16.8.1: #i73917# - respect that NeonUri ctor can throw DAVException.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [89dbd8c48c8275909fb53be1933b5db1c433bffe]

        INTEGRATION: CWS neonupdate (1.54.6); FILE MERGED 2007/06/22 12:29:37 kso 1.54.6.2: RESYNC: (1.54-1.55); FILE MERGED 2007/06/21 16:29:50 kso 1.54.6.1: #i77023# - Respect that NeonUri ctor can throw DAVException.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c2113784b24ea21b8f58acc6e9cd3fb725651803]

        INTEGRATION: CWS neonupdate (1.15.40); FILE MERGED 2007/06/21 15:15:26 kso 1.15.40.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9e4e4bd7d521c622d490057e290de7678f299d83]

        INTEGRATION: CWS neonupdate (1.12.76); FILE MERGED 2007/06/21 11:14:05 kso 1.12.76.1: #i77023# - compiles again => warning free.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [458be904b221a73c5b7a7cd6ade5326c4cab2d1d]

        INTEGRATION: CWS neonupdate (1.17.54); FILE MERGED 2007/06/21 16:30:56 kso 1.17.54.3: #i77023# - Escape URI before parsing; makes us survive malformed URIs. 2007/06/21 15:15:26 kso 1.17.54.2: #i77023# - Removed support for neon < 0.26. 2007/06/21 11:14:05 kso 1.17.54.1: #i77023# - compiles again => warning free.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [41774609d7f83047545da5b82ca8075fbea48e6d]

        INTEGRATION: CWS neonupdate (1.27.8); FILE MERGED 2007/06/21 15:15:26 kso 1.27.8.2: #i77023# - Removed support for neon < 0.26. 2007/06/21 14:30:04 kso 1.27.8.1: #i77023# - compiles again => warning free.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3b7e592a69b83bf33387d56515c107ad81898392]

        INTEGRATION: CWS neonupdate (1.45.6); FILE MERGED 2007/06/22 15:00:39 kso 1.45.6.3: #i77023# - fixed build breaker after merge. 2007/06/21 16:29:50 kso 1.45.6.2: #i77023# - Respect that NeonUri ctor can throw DAVException. 2007/06/21 15:15:26 kso 1.45.6.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c503b5600f4d5c23521d386da1c61039676a44fb]

        INTEGRATION: CWS neonupdate (1.17.54); FILE MERGED 2007/06/22 12:29:22 kso 1.17.54.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/21 15:15:26 kso 1.17.54.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [df04e1dcc13256f250c2e87a8cb06a4365c5fea9]

        INTEGRATION: CWS neonupdate (1.6.54); FILE MERGED 2007/06/22 12:29:14 kso 1.6.54.2: RESYNC: (1.6-1.7); FILE MERGED 2007/06/21 15:15:26 kso 1.6.54.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [230526914a75f863e5fb1e3509bfe03cb432b09f]

        INTEGRATION: CWS neonupdate (1.13.54); FILE MERGED 2007/06/21 15:15:26 kso 1.13.54.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [405e936c34952ae962ebb8766aca37a4c68c38fe]

        INTEGRATION: CWS neonupdate (1.12.54); FILE MERGED 2007/06/21 15:15:26 kso 1.12.54.1: #i77023# - Removed support for neon < 0.26.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ce502b71261adff95c35241343a0740b5ec92fcb]

        INTEGRATION: CWS neonupdate (1.16.12); FILE MERGED 2007/06/21 15:51:45 kso 1.16.12.1: #i73917# - respect that NeonUri ctor can throw DAVException.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1776636c5dc0f2fb2928a5ebf59cd6bf70e7a768]

        INTEGRATION: CWS neonupdate (1.24.12); FILE MERGED 2007/06/21 15:51:45 kso 1.24.12.1: #i73917# - respect that NeonUri ctor can throw DAVException.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [fd2af00bc97f5c89185455d6ddd582737c7de388]

        INTEGRATION: CWS neonupdate (1.8.54); FILE MERGED 2007/06/22 12:28:43 kso 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/21 16:29:50 kso 1.8.54.1: #i77023# - Respect that NeonUri ctor can throw DAVException.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [016a9f89bfb398ce7555077e3ed6d9b0fa7ec73d]

        INTEGRATION: CWS neonupdate (1.1.2); FILE ADDED 2007/06/21 14:51:57 kso 1.1.2.1: #i77023# Update: 0.24.7 -> 0.26.3

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0577ef4a5ca12667d84cdeac1aa6504099f8640c]

        INTEGRATION: CWS neonupdate (1.2.4); FILE MERGED 2007/06/21 14:51:56 kso 1.2.4.1: #i77023# Update: 0.24.7 -> 0.26.3

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [605d2fb2ef202341ff11e627a7df9c54ff413c2d]

        INTEGRATION: CWS neonupdate (1.9.26); FILE MERGED 2007/06/21 14:51:56 kso 1.9.26.1: #i77023# Update: 0.24.7 -> 0.26.3

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3ea698b17d756871ff19b3f23fa32df38830650d]

        INTEGRATION: CWS native87 (1.3.120); FILE MERGED 2007/05/21 12:28:31 is 1.3.120.1: #i65425# new order of package installation

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9186555576bb37411db6e40288a977918cb13c42]

        INTEGRATION: CWS native87 (1.56.16); FILE MERGED 2007/06/20 08:57:56 is 1.56.16.2: RESYNC: (1.56-1.61); FILE MERGED 2007/05/21 12:28:31 is 1.56.16.1: #i65425# new order of package installation

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [48a3d8f55b4df1d65305ea5f0e9d204932a96af4]

        INTEGRATION: CWS native87 (1.4.2); FILE ADDED 2007/06/26 10:02:51 is 1.4.2.2: #i78479# new kde module description 2005/01/21 12:10:34 is 1.4.2.1: file module_kde.ulf was added on branch cws_src680_native87 on 2007-06-26 10:02:51 +0000

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7ecfa2035ddd28ad25b1f3491dfb4bbd8fbe328d]

        INTEGRATION: CWS native87 (1.3.300); FILE MERGED 2007/06/26 10:01:12 is 1.3.300.1: #i78480# no systemintegration with user privileges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [450a5eb7aadfa38303501586aa6908ea418bae7e]

        INTEGRATION: CWS native87 (1.4.300); FILE MERGED 2007/06/26 10:01:12 is 1.4.300.1: #i78480# no systemintegration with user privileges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [3e74627bac7d4b14ea92d4ce8733d64454cffdbc]

        INTEGRATION: CWS native87 (1.5.120); FILE MERGED 2007/06/26 10:01:50 is 1.5.120.1: #i78480# no systemintegration with user privileges

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0e06de8564f7f3c467d4ef77828d9b60c8ce6cbe]

        INTEGRATION: CWS native87 (1.30.10); FILE MERGED 2007/05/30 12:44:51 is 1.30.10.2: #i65425# building javainstaller only for SOLAR_JAVA builds 2007/04/12 08:47:20 is 1.30.10.1: #i65425# Java GUI Installer for OOo and OOoWithJRE

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [82a2eb3c1b018f15240180b5a53fe51b119d2002]

        INTEGRATION: CWS native87 (1.2.34); FILE MERGED 2007/06/28 15:07:29 is 1.2.34.2: #i78384# defined error, if rpm2cpio is not found on linux systems 2007/05/30 12:22:11 is 1.2.34.1: #i65425# using jre in ooowithjre on linux

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4e07cbe7b88b8b1dd83821cac880d481dcfd4b6c]

        INTEGRATION: CWS native87 (1.48.4); FILE MERGED 2007/06/20 08:38:21 is 1.48.4.3: RESYNC: (1.48-1.52); FILE MERGED 2007/05/30 12:40:51 is 1.48.4.2: #i65425# building javainstaller only for ooo_with_jre 2007/04/12 08:45:46 is 1.48.4.1: #i65425# Java GUI Installer for OOo and OOoWithJRE

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [88d4ab42bc7edf843e1146050dfb275519bcfc13]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 14:59:49 is 1.1.10.1: #i65425# user info string on welcome page

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [59b21f8e3c7045dbb01f11e5218a7d9a7ac8c9e9]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:32 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [51a664c2c7d4f436c42240a6a7572b891eb93b85]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/05/30 12:36:01 is 1.1.10.1: #i65425# building javainstaller only for SOLAR_JAVA

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e5e798d52df36ca42cdc060a72afaca2d321de92]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 14:58:51 is 1.1.10.3: #i65425# user info string on welcome page 2007/06/20 08:31:04 is 1.1.10.2: RESYNC: (1.1-1.2); FILE MERGED 2007/04/24 10:09:31 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8cef37ebfb8a48182abe2a416af791d942febc81]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/05/30 12:29:47 is 1.1.10.2: #i65425# building javainstaller only for SOLAR_JAVA 2007/04/19 14:48:44 is 1.1.10.1: #i65425# new java gui installer with empty WITH_LANG

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [40ed1bdcb1ad4b1b950ac296204f28d35d781fa1]

        INTEGRATION: CWS native87 (1.3.2); FILE MERGED 2007/06/01 10:56:33 is 1.3.2.4: #i65425# new Java gui installer 2007/05/30 12:34:34 is 1.3.2.3: #i65425# building javainstaller 2007/04/25 12:24:25 is 1.3.2.2: #i65425# preparing copy of jre 2007/04/24 10:09:31 is 1.3.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [35175670536777b969fe4ac0108aaa5d0be2298d]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:31 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5e690801048a2bf7ac2b662f9ee5e694467fe6a5]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/05/30 12:35:09 is 1.1.10.2: #i65425# building javainstaller 2007/04/24 10:09:31 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [be8a37d658c478a0bf0c9871607ef513ebecd023]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 12:30:11 is 1.1.10.4: #i78891# stop installation, if required files are missing 2007/06/28 10:55:09 is 1.1.10.3: #i78800# special update check for jre 2007/06/01 10:56:33 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:30 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [42c27db02267d055ee1cc3a20c9d65e879154d9e]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:30 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4c66c3fae57d17aad69de4fee28b1d9284af0b8e]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:33 is 1.1.10.4: #i65425# new Java gui installer 2007/05/30 12:49:42 is 1.1.10.3: #i65425# building javainstaller using Linux rpm as jre 2007/04/25 12:24:25 is 1.1.10.2: #i65425# preparing copy of jre 2007/04/24 10:09:30 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [59d626e09f504bdbc25b584c7c90f790a0e0c5b5]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:29 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6de990bc3501325ad0f17d66bb919cf01628092e]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:29 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [733f71d0f67afdf50fc24d94f37605d0a7831060]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:28 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4dc73a5b8fc1fe50c2c748c3846c18db21226e34]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 10:55:10 is 1.1.10.3: #i78800# special update check for jre 2007/06/01 10:56:33 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:27 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5e749377607e51c611a1ff1daccebff256af2fe0]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 14:34:29 is 1.1.10.2: #i78481# problem with update in ComponentSelection dialog 2007/04/24 10:09:27 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d12bac3097fbfc1536f940a36c5c6769ed18a093]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:26 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5a7f7fb925a5ecad4f57786876fef532b6c1b6b5]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:26 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [94e7db69a74bba9effe1d35a27dce646260bdce5]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:25 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0c3ae2638ec93a7a4c4fabad9ad9c2d6a763528e]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:25 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [17cbd06d3ccfe8acaf45104195aebe70b9729384]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/06/28 15:02:26 is 1.2.2.2: #i65425# user info string on welcome page 2007/04/24 10:09:25 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e48d789b8cd0bb0604056b310fe0e2bf2f0d79b0]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:24 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f1ec3ee98c9fcb36cdc42c293f0f7d38252b82be]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 14:31:54 is 1.1.10.2: #i78481# problem with update in ComponentSelection dialog 2007/04/24 10:09:24 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4cfe776ad6fe39f51cc8c6ba8f441c305b203184]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:24 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [15e08b7c96ed4371dca1bf08484515fd5a2c00f9]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:33 is 1.1.10.3: #i65425# new Java gui installer 2007/05/30 12:31:49 is 1.1.10.2: #i65425# building javainstaller 2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d547ad358a880ef01f778f5bba470672f2972540]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:33 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4d7a7c590bcf0a95cffc0246ab7d63c1fc674ac2]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:32 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7ae42c8742e4f3965ecabad4269a168d4e790bfb]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/06/01 10:56:32 is 1.2.2.2: #i65425# new Java gui installer 2007/04/24 10:09:23 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c644c0d7797fb348a8fb381e0ff8b2eb65151322]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:23 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [63a2b841b446dc7f551f075b557b147d6da8a135]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:22 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2c17b22e3f5d67d942e7466c2d318f3fd0ada26c]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:22 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [693a69b758871ba926154887a069259837fa24d0]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:21 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [ca6f28ab2bfea35b4380acc0997cc44ff4f9424d]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 15:03:09 is 1.1.10.2: #i78444# earlier check for uid file to avoid race condition 2007/04/24 10:09:21 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2ac8a61a4f59e127bdaa952aa672e1fa09f94523]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:20 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7f709cbb81f6f2514d94ad03a61afa1142a6299b]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/01 10:56:32 is 1.1.10.2: #i65425# new Java gui installer 2007/04/24 10:09:20 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [141366533ba08744e6d911b278eb613723f649b6]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:20 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [7f67c77bd64e8d588157adb96e63687db2cde955]

        INTEGRATION: CWS native87 (1.2.2); FILE MERGED 2007/04/24 10:09:19 is 1.2.2.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [352d566a45646f63a06369ab81864202fcf67434]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:19 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8258a4d5abdc4166714091fb6fad5805d8773bfc]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/06/28 15:01:30 is 1.1.10.2: #i78444# earlier check for uid file to avoid race condition 2007/04/24 10:09:18 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a3cee3a13d63241ba6df312e7ac98eaf2c5f24e0]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:18 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [0e4e7861d44f9b23c1b340d01049b09c970a4563]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/05/30 12:27:50 is 1.1.10.1: #i65425# building javainstaller only for SOLAR_JAVA

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [72a383293b81533b52357d4e1b86dbc2c9dcd89c]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:17 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [c0d940d3c303ff258784a23509e448c61d1ad9a9]

        INTEGRATION: CWS native87 (1.2.8); FILE MERGED 2007/04/19 14:46:45 is 1.2.8.1: #i65425# new java gui installer with empty WITH_LANG

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [96d1d931f39c95fce24d05d3b518d17c7cb9143e]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/05/30 12:27:07 is 1.1.10.1: #i65425# building javainstaller only for SOLAR_JAVA

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b1f95d9e2fa47f387d2a153c34ccf5507f309f0a]

        INTEGRATION: CWS native87 (1.1.10); FILE MERGED 2007/04/24 10:09:16 is 1.1.10.1: #i65425# adding header

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [8eaa6173c2ff9d2aa93fb88d77feae4d06b62f61]

        INTEGRATION: CWS native87 (1.2.134); FILE MERGED 2007/06/28 10:53:45 is 1.2.134.1: #i78800# special update check for jre

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b220b8542f52341b4500d11690b77cb624bfc056]

        INTEGRATION: CWS native87 (1.46.58); FILE MERGED 2007/06/20 08:19:50 is 1.46.58.2: RESYNC: (1.46-1.49); FILE MERGED 2007/04/25 12:28:59 is 1.46.58.1: #i65425# preparing copy of jre

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [1c4b838b9ba74fc658c575aed9e1d62d7ba058a3]

        INTEGRATION: CWS native87 (1.35.64); FILE MERGED 2007/06/20 08:19:14 is 1.35.64.2: RESYNC: (1.35-1.36); FILE MERGED 2007/04/25 12:28:59 is 1.35.64.1: #i65425# preparing copy of jre

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [65472463170f579231bcfe75e2a2237cda792222]

        INTEGRATION: CWS native87 (1.68.20); FILE MERGED 2007/06/20 08:18:50 is 1.68.20.3: RESYNC: (1.68-1.69); FILE MERGED 2007/05/30 12:43:13 is 1.68.20.2: #i65425# building javainstaller only for SOLAR_JAVA builds 2007/04/19 12:44:14 is 1.68.20.1: #i65425# no java gui installer for patches and language packs

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [96217e2a5358a71414cfa7c666c3ed00e9eebc8c]

        INTEGRATION: CWS native87 (1.9.20); FILE MERGED 2007/06/20 08:18:14 is 1.9.20.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/30 12:43:13 is 1.9.20.1: #i65425# building javainstaller only for SOLAR_JAVA builds

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [d6c05c5888f9fbeb0de270cc0de0fb3169b42f0a]

        INTEGRATION: CWS native87 (1.32.30); FILE MERGED 2007/05/30 12:43:14 is 1.32.30.1: #i65425# building javainstaller only for SOLAR_JAVA builds

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [e27085142b99d3b63cff192cd1b93ab743937f3b]

        INTEGRATION: CWS native87 (1.85.20); FILE MERGED 2007/06/20 08:16:12 is 1.85.20.3: RESYNC: (1.85-1.87); FILE MERGED 2007/05/30 12:42:02 is 1.85.20.2: #i65425# building javainstaller only for SOLAR_JAVA builds 2007/04/19 12:44:13 is 1.85.20.1: #i65425# no java gui installer for patches and language packs

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [9d5a243d6fa2d28877b0943c587003550c572f0e]

        INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED 2007/06/25 22:11:45 vq 1.6.2.1: #i78508# Release dmake 4.9.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [4e69363120f967185ece557a42b1ec9a5ae19b0f]

        INTEGRATION: CWS dmake49 (1.11.2); FILE MERGED 2007/06/25 22:11:45 vq 1.11.2.1: #i78508# Release dmake 4.9.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [2d1cf982d8ab6589a5a0f4d5f3a80b2f8057301c]

        INTEGRATION: CWS dmake49 (1.1.2); FILE ADDED 2007/06/22 20:47:10 vq 1.1.2.1: #i78061# Add testcase and documentation.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b128608d01ab0339aa608065dd9e2d1336332006]

        INTEGRATION: CWS dmake49 (1.1.2); FILE ADDED 2007/06/21 20:28:15 vq 1.1.2.1: #i74007#  Add testcase.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [160baaec5bca86a472bd98a9b023efa46a641e6e]

        INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED 2007/06/22 20:47:10 vq 1.6.2.2: #i78061# Add testcase and documentation. 2007/06/21 20:28:14 vq 1.6.2.1: #i74007#  Add testcase.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [47b2bbc5a677a79e1d225e6868dc72464c2c4d70]

        INTEGRATION: CWS dmake49 (1.7.2); FILE MERGED 2007/06/25 22:11:45 vq 1.7.2.1: #i78508# Release dmake 4.9.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [a5e98de6a0e2179e10cd28377a773a45e5aa6516]

        INTEGRATION: CWS dmake49 (1.10.2); FILE MERGED 2007/06/25 22:11:44 vq 1.10.2.4: #i78508# Release dmake 4.9. 2007/06/22 20:47:10 vq 1.10.2.3: #i78061# Add testcase and documentation. 2007/06/22 17:36:46 vq 1.10.2.2: #i74007# Add documentation to manpage. 2007/06/18 03:56:01 vq 1.10.2.1: #i78033# Document :i macro expansion.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [356711b5cf2ad42a14b3c3d93cc5684498de6470]

        INTEGRATION: CWS dmake49 (1.8.2); FILE MERGED 2007/06/25 22:11:44 vq 1.8.2.4: #i78508# Release dmake 4.9. 2007/06/22 20:47:09 vq 1.8.2.3: #i78061# Add testcase and documentation. 2007/06/22 17:36:45 vq 1.8.2.2: #i74007# Add documentation to manpage. 2007/06/18 03:56:01 vq 1.8.2.1: #i78033# Document :i macro expansion.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [923416a04fb9e81bea067e5e69fbc8b99d70c569]

        INTEGRATION: CWS dmake49 (1.5.2); FILE MERGED 2007/06/20 22:26:11 vq 1.5.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) the leading ./ of a path will no longer be removed. This patch also fixes iz78061.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [04db1cda4e0b153851ad630870335805255c4c13]

        INTEGRATION: CWS dmake49 (1.3.2); FILE MERGED 2007/06/20 22:26:11 vq 1.3.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) the leading ./ of a path will no longer be removed. This patch also fixes iz78061.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [6d37867654a6c54c8bdc1db87fd5355d80d045fd]

        INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED 2007/06/20 22:26:11 vq 1.6.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) the leading ./ of a path will no longer be removed. This patch also fixes iz78061.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [002e4248053fe1ca42af79cbc2e51ed7548ded09]

        INTEGRATION: CWS dmake49 (1.9.2); FILE MERGED 2007/06/20 22:26:11 vq 1.9.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) the leading ./ of a path will no longer be removed. This patch also fixes iz78061.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [5ccc46c2eea6c5d157831f0964db1e45020acf67]

        INTEGRATION: CWS dmake49 (1.28.2); FILE MERGED 2007/06/25 22:11:44 vq 1.28.2.2: #i78508# Release dmake 4.9. 2007/06/20 22:07:01 vq 1.28.2.1: #i78152# Make dmake buildable on GNU/kFreeBSD.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [f3fc8db2d221094d4913451b300a1cb58c0d1db3]

        INTEGRATION: CWS dmake49 (1.21.2); FILE MERGED 2007/06/25 22:11:44 vq 1.21.2.1: #i78508# Release dmake 4.9.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [b9337c5239911a71c9bf9844c3739ff774285dc0]

        INTEGRATION: CWS dmake49 (1.8.2); FILE MERGED 2007/06/25 22:11:44 vq 1.8.2.1: #i78508# Release dmake 4.9.

2007-07-03  Rüdiger Timm  <rt@openoffice.org>  [833b0e0fcd03bd02152b1059454622449ce08e14]

        INTEGRATION: CWS dmake49 (1.7.2); FILE MERGED 2007/06/25 22:13:03 vq 1.7.2.3: #i10000# Update ChangeLog. 2007/06/22 21:04:34 vq 1.7.2.2: #i10000# Update ChangeLog. 2007/06/21 20:34:58 vq 1.7.2.1: #i10000# Update ChangeLog.

2007-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d95d72ac2849d9534a1ae7b1386f8a3c2cd49f7e]

        #i79029#: fix for issue i79029

2007-07-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [37caac0a4bd84ae378847be3c6810985cde79263]

        #i79029# test fix for i79029

2007-07-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f87d2168fc2ff0005652f712c18c521522f6d81]

        #i10000#: remove empty line, breaks build server build

2007-07-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4786df2db21f6bc99fd4be51fddab7c6b80ee58b]

        #i10000#: initialize variables to placate compiler warning

2007-07-02  Rüdiger Timm  <rt@openoffice.org>  [430934552938a4ca85f7941a65b338cadc2856e6]

        #i10000# Undo last changes to make it consistent with enrolled _tg_app.mk

2007-07-02  Rüdiger Timm  <rt@openoffice.org>  [1d7123af812ad094ec41fb8b0fdf2567d2f12e8d]

        Flag file. Touch it to get existing zip file rebuilt instead of just updated.

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e94b94109e063cb082c7c65278f83eb607f1643c]

        #i10000#: renamed directory

2007-06-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b2d12ccc3391cd55e227bd92e857b5b07c1ec903]

        #i10000# fix getenv stuff

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [461da254d3b00ac46701b0e99528499d28885fcb]

        #i10000#: add missing DBG_NAME( DialogWindow ) macro

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [db9f6a91e74232dfaab1b045a4d1232f09ecfbcf]

        #i10000#: qualify uno::Reference and uno::UNO_QUERY

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2faab07aab0e8663aa878648470eec004fc18d3]

        #i10000#: IMapObject::GetDescription() -> IMapObject::GetAlttext()

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [26ec81a99a3111699378d73b7fddfe87d2fa1e5d]

        documentation

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [9d30bd4e67c44bab270269e6e409325a508304d4]

        documentation

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3fad8b7897ac6a85b610dc4500c2910fec90ded]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c34379965af90296c11bdd55913ace40a992ef7]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a91634f0d72e9477271f7578b9b31ce99ace071]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [412cf2397745dec95964489decf7995d7472316b]

        #i10000#: fix warning about ununsed parameter

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c27c7653bdcfbe0930632569a66d2fcddeafbc50]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [13d87276f043f2fbf230af6c6e1e975addc52235]

        #i10000#,#i78393#: remove symbol component_getDescriptionFunc

2007-06-29  Vladimir Glazounov  <vg@openoffice.org>  [35a9f23ae2e99631579d312bae10cd3bb918c13e]

        new version for SRC680

2007-06-29  Vladimir Glazounov  <vg@openoffice.org>  [6ffbc5ab5db0edcd09a20b5c9f817c3ceea95604]

        new version for SRC680

2007-06-29  Oliver Specht  <os@openoffice.org>  [f0b06af1b7afd952c70100a5d2fddddda539677d]

        missing fields added: NUMWORDS, NUMCHARS, NUMPAGES

2007-06-29  Oliver Specht  <os@openoffice.org>  [e8a8fa3bd421d5fa368b97c52f5eb825ebe20dfd]

        apply text attributes; fields support of ooxml added

2007-06-29  Oliver Specht  <os@openoffice.org>  [24a5ad37dadd773647b96bbf71148fc9f26f2ee7]

        apply table style text properties

2007-06-29  Oliver Specht  <os@openoffice.org>  [c00eae7ad59b68df71672249817ce2acc0471b29]

        table styles

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e2c84c56b64dcd296088d69cf9f478300745ec4]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1877dc19b6962d44f21e3a05f0cc058786cb088]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f31de2a081e62b7d94c92a516f4ce8391f97a92]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d757d64ce8cd46640ea9f8561a6629a99916dd4]

        #i10000#: fix includes

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad09dfa07e75ff72cdd43100fa073e78757ac5a]

        #i10000#: fix includes

2007-06-29  Oliver Specht  <os@openoffice.org>  [96175762c7dee15749fbeae05525a1e7614caacc]

        +convertTableJustification()

2007-06-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b636314d48be6bc7aca4921fc034dec9f8c10a65]

        #i10000#: making bmpdemo dependend on vcl creates ring dependency

2007-06-29  Rüdiger Timm  <rt@openoffice.org>  [cd831e0a9b605eb3a82944de5f4819ae8d5bdc2b]

        (Slightly) more comprehensive error message in case on incorrect/missing environment settings.

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [f2eae43a6945f3e560848eb0f021a37d1382e82a]

        simple fields

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [1d9cc523d134b4632c299342867e09b4db0978e7]

        simple fields, OOXMLPropertySetEntryToString

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [fe73708177a8ac46f7e6622ac95e6075bdbc9cd0]

        simple fields

2007-06-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [83d177664a768de071125ae613d54aa1e0dad6ad]

        resourcestools.xsl

2007-06-28  Vladimir Glazounov  <vg@openoffice.org>  [8daa777fcc4f8b78db8f7cffa71f1edd21a1f0d2]

        new version for SRC680

2007-06-28  Vladimir Glazounov  <vg@openoffice.org>  [adf2e582be03b84c78db7442ed3f7b88274aaca4]

        new version for SRC680

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f06aaf42b9fa5451e328b3f2eea315fc45d8ed0a]

        #i10000#: add file to patch list

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce23ae0de7206521392d44b3dac2add1e2db71ce]

        #i10000#: fix includes

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fafcbd617ad8b8a0dfdc83dd001fffa06bc85e3]

        SRC680

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9feb968df8371c9eae4755c1f7f68280df060bfa]

        #i10000#: clean up includes

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca4cc6eb5eb0f4a35a2f8bb921d8120b4c87de5c]

        #i10000#: regenerate

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [21e2333a51c8b977de3c425d9a08902be675cbdb]

        INTEGRATION: CWS vgbugs07 (1.110.10); FILE MERGED 2007/06/15 13:54:06 vg 1.110.10.1: #i78525# restore prototype files for unrolled _tg_shl.mk & _tg_shl.mk

2007-06-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd7b6d75d55caf454d0742328e1de637a2c083cc]

        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>  [4ef886926447b6a773c6b14ed983fd12a9266a18]

        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>  [4029a0f7dcc26333ec742f9c6aa10d726cffc21c]

        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>  [05228b396eac2ad7747a460d802b871aecad7331]

        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>  [6a3f0d7fbb4a759bda05246f92378b5a0d6792c8]

        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>  [a67440c108c61d52b24c433a7cd55dd66cd5c195]

        INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED 2007/06/04 13:35:21 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6df617a3c3465f0105e43ad4f2d15f7619a160a5]

        INTEGRATION: CWS vgbugs07 (1.5.18); FILE MERGED 2007/06/04 13:35:21 vg 1.5.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dac1c9d807ac9a5a1fd3a18d6e7b4cc807c748c]

        INTEGRATION: CWS vgbugs07 (1.3.18); FILE MERGED 2007/06/04 13:35:21 vg 1.3.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97c457a8f483e0c57d6eaed5c679d94558731864]

        INTEGRATION: CWS vgbugs07 (1.4.18); FILE MERGED 2007/06/04 13:35:21 vg 1.4.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f44d9bf89b0f6f850885b99221af936228e63bd0]

        INTEGRATION: CWS vgbugs07 (1.3.2); FILE MERGED 2007/06/04 13:35:21 vg 1.3.2.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b0e85aa35fc88ba832de4a77e7f5d562155b582]

        INTEGRATION: CWS vgbugs07 (1.3.22); FILE MERGED 2007/06/04 13:35:21 vg 1.3.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [102591986b5ade82a6aa31f79de0cdce9ebc3cc3]

        INTEGRATION: CWS vgbugs07 (1.5.22); FILE MERGED 2007/06/04 13:35:21 vg 1.5.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [970e851ea31822e6b9272e0b6bb7cf1e81cb74cb]

        INTEGRATION: CWS vgbugs07 (1.1.22); FILE MERGED 2007/06/04 13:35:21 vg 1.1.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b156460bcadab27e96280c9014c1276c91bfdbe]

        INTEGRATION: CWS vgbugs07 (1.71.40); FILE MERGED 2007/06/08 10:58:32 vg 1.71.40.3: 2007/06/06 11:55:39 vg 1.71.40.2: RESYNC: (1.71-1.72); FILE MERGED 2007/06/06 11:55:39 vg 1.71.40.2: RESYNC: (1.71-1.72); FILE MERGED 2007/06/04 13:35:04 vg 1.71.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3c684c2e103f19c4185bf1bab6d559d9d80a6a9]

        INTEGRATION: CWS vgbugs07 (1.26.98); FILE MERGED 2007/06/04 13:35:04 vg 1.26.98.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53a2c910c7dddf55bde727867093d034753be0f]

        INTEGRATION: CWS vgbugs07 (1.14.308); FILE MERGED 2007/06/04 13:35:04 vg 1.14.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6993d7f34927edc43b39344c4d206d93e488e3d]

        INTEGRATION: CWS vgbugs07 (1.128.30); FILE MERGED 2007/06/04 13:35:03 vg 1.128.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d30bdd4eea48df7a0033669116c692ad5a1f1c3f]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:35:03 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b72b8d4f8a2f9d60b63c2f05a8caec15155e6c9b]

        INTEGRATION: CWS vgbugs07 (1.50.42); FILE MERGED 2007/06/06 11:55:30 vg 1.50.42.2: RESYNC: (1.50-1.52); FILE MERGED 2007/06/04 13:35:03 vg 1.50.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d8eb3a5e17e69d00d06961dcd498d464d954f8e]

        INTEGRATION: CWS vgbugs07 (1.8.344); FILE MERGED 2007/06/06 11:55:21 vg 1.8.344.2: RESYNC: (1.8-1.9); FILE MERGED 2007/06/04 13:35:03 vg 1.8.344.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e461bb3ac90e8719209eccd834c16b508f6853]

        INTEGRATION: CWS vgbugs07 (1.89.32); FILE MERGED 2007/06/04 13:35:03 vg 1.89.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62cbff7d03d9d9016a03c5a742acafe864ab88a2]

        INTEGRATION: CWS vgbugs07 (1.71.94); FILE MERGED 2007/06/04 13:35:03 vg 1.71.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be58530b428d1c8a6a1cb093969502a0a9f81f14]

        INTEGRATION: CWS vgbugs07 (1.22.32); FILE MERGED 2007/06/04 13:35:03 vg 1.22.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c265b236ac949f8458057314769b215e9f4014]

        INTEGRATION: CWS vgbugs07 (1.15.98); FILE MERGED 2007/06/04 13:35:02 vg 1.15.98.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c338f68e31f50bbb92706e3873ab75d5d854c9e4]

        INTEGRATION: CWS vgbugs07 (1.23.202); FILE MERGED 2007/06/04 13:35:02 vg 1.23.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11c364cfe116fb6b345cd345496658441d9d1a49]

        INTEGRATION: CWS vgbugs07 (1.27.12); FILE MERGED 2007/06/04 13:35:02 vg 1.27.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [131a8617aa6d9da2f292a8d1b909c1c3baf2a0d3]

        INTEGRATION: CWS vgbugs07 (1.8.308); FILE MERGED 2007/06/04 13:35:02 vg 1.8.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a702ab293ebc8ca81988c0c5a46c7ecd528ec54e]

        INTEGRATION: CWS vgbugs07 (1.7.218); FILE MERGED 2007/06/04 13:35:02 vg 1.7.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fec3e365797b3a8cab6c72fa5a7494e2733df69]

        INTEGRATION: CWS vgbugs07 (1.87.166); FILE MERGED 2007/06/04 13:35:02 vg 1.87.166.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11243f388904374016ab229914503d9ebaa68292]

        INTEGRATION: CWS vgbugs07 (1.53.12); FILE MERGED 2007/06/04 13:35:02 vg 1.53.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca9a8de24c5d33b2672b5ce69c762b2c076a67d2]

        INTEGRATION: CWS vgbugs07 (1.65.96); FILE MERGED 2007/06/04 13:35:01 vg 1.65.96.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c6db1001cafc36ed228a7b1191b226d6a119f0f]

        INTEGRATION: CWS vgbugs07 (1.29.32); FILE MERGED 2007/06/04 13:35:00 vg 1.29.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c8ddf6e808446d26d7f8f3dfbc209e767be89b6]

        INTEGRATION: CWS vgbugs07 (1.14.154); FILE MERGED 2007/06/04 13:35:00 vg 1.14.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbac42490f300b6e0696a9be731c360d4f7747ef]

        INTEGRATION: CWS vgbugs07 (1.5.218); FILE MERGED 2007/06/04 13:35:00 vg 1.5.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8154fe9bc11c036f3c06f401b54731b08404eb5f]

        INTEGRATION: CWS vgbugs07 (1.32.216); FILE MERGED 2007/06/04 13:35:00 vg 1.32.216.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce5092ed7748aa30ea4ee8faf0e0f13c10b5106]

        INTEGRATION: CWS vgbugs07 (1.46.202); FILE MERGED 2007/06/04 13:34:59 vg 1.46.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [115635b6740b5defc2c242b2d5de80e80c69bb0a]

        INTEGRATION: CWS vgbugs07 (1.6.218); FILE MERGED 2007/06/04 13:34:59 vg 1.6.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2067f12acbd3de081fb1547694faebdc7c9bb6]

        INTEGRATION: CWS vgbugs07 (1.39.32); FILE MERGED 2007/06/04 13:34:59 vg 1.39.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a7c507156af43179a2da68b75e6e818a45c8fda]

        INTEGRATION: CWS vgbugs07 (1.19.202); FILE MERGED 2007/06/04 13:34:59 vg 1.19.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e9d1ec1142cb8f9fa997d2647b0a5f0eb54cc8]

        INTEGRATION: CWS vgbugs07 (1.5.344); FILE MERGED 2007/06/04 13:34:59 vg 1.5.344.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d8829c847703ede1ec11981c6eb5023c2f09d7e]

        INTEGRATION: CWS vgbugs07 (1.34.218); FILE MERGED 2007/06/04 13:34:58 vg 1.34.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8f7ab302625a4adcbc0fcf94bf763032c0d9ddb]

        INTEGRATION: CWS vgbugs07 (1.27.32); FILE MERGED 2007/06/04 13:34:58 vg 1.27.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b915f00d2478e86669dae8ccd0d21e5aff4e8d]

        INTEGRATION: CWS vgbugs07 (1.11.308); FILE MERGED 2007/06/04 13:34:58 vg 1.11.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a7730ad0737199663a427bde99ea744212341c]

        INTEGRATION: CWS vgbugs07 (1.8.202); FILE MERGED 2007/06/04 13:34:58 vg 1.8.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d01ead01cb4fdcef568f00802fb53e51c3a6b663]

        INTEGRATION: CWS vgbugs07 (1.4.520); FILE MERGED 2007/06/04 13:34:58 vg 1.4.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90cd83294ca43640f420f0a8af156cf63fdfbe0b]

        INTEGRATION: CWS vgbugs07 (1.16.42); FILE MERGED 2007/06/04 13:34:58 vg 1.16.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56fe42e85f61fb90980907f7000ceddbf4b2ac58]

        INTEGRATION: CWS vgbugs07 (1.8.520); FILE MERGED 2007/06/04 13:34:58 vg 1.8.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [428c128dff54dc32c3b18725f6400a97bc4d4923]

        INTEGRATION: CWS vgbugs07 (1.8.308); FILE MERGED 2007/06/04 13:34:58 vg 1.8.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13c106f98a120e276cafe8b97f9c6a0e85eb976]

        INTEGRATION: CWS vgbugs07 (1.5.342); FILE MERGED 2007/06/04 13:34:58 vg 1.5.342.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66f05e45ff3a6968be34bfda11670190f169c612]

        INTEGRATION: CWS vgbugs07 (1.7.520); FILE MERGED 2007/06/04 13:34:58 vg 1.7.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11411a3462ef6228b05e5d7a9fac0dc1d07bbe36]

        INTEGRATION: CWS vgbugs07 (1.3.520); FILE MERGED 2007/06/04 13:34:58 vg 1.3.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8f9d2330e94aff01e579821dace40686a216db8]

        INTEGRATION: CWS vgbugs07 (1.5.308); FILE MERGED 2007/06/04 13:34:58 vg 1.5.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [39c6627741f63f461635983758bf6862fb090e77]

        INTEGRATION: CWS vgbugs07 (1.6.308); FILE MERGED 2007/06/04 13:34:58 vg 1.6.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1b0183336685f79610e2e1e5097a2d4c50871b7]

        INTEGRATION: CWS vgbugs07 (1.36.72); FILE MERGED 2007/06/04 13:34:57 vg 1.36.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19d94b17b76482fbe54e7eda020cde723f0a7da2]

        INTEGRATION: CWS vgbugs07 (1.2.520); FILE MERGED 2007/06/04 13:34:57 vg 1.2.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c31370d5c9393cbed7286bb77cbcbdc429a1ff]

        INTEGRATION: CWS vgbugs07 (1.4.308); FILE MERGED 2007/06/04 13:34:57 vg 1.4.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [91e348bed183425589b16a6f5eb7033603221e42]

        INTEGRATION: CWS vgbugs07 (1.6.308); FILE MERGED 2007/06/04 13:34:57 vg 1.6.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea98893850ec65740c9a3b98540a027c29bd117f]

        INTEGRATION: CWS vgbugs07 (1.12.520); FILE MERGED 2007/06/04 13:34:57 vg 1.12.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95fffbe16507d203bbd88f3f5af4bc88188712e]

        INTEGRATION: CWS vgbugs07 (1.5.520); FILE MERGED 2007/06/04 13:34:57 vg 1.5.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4ad5658a9092b540502a1321b7ea8d8400715d8]

        INTEGRATION: CWS vgbugs07 (1.37.136); FILE MERGED 2007/06/04 13:34:57 vg 1.37.136.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d90441d9016c292d3c7f6175a84dbd21492d72cd]

        INTEGRATION: CWS vgbugs07 (1.4.520); FILE MERGED 2007/06/04 13:34:57 vg 1.4.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb88258db1f952f7b337cf2ad19a113cf2c86198]

        INTEGRATION: CWS vgbugs07 (1.5.308); FILE MERGED 2007/06/04 13:34:56 vg 1.5.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36f335508743204a452fa0ad1636228c2c239005]

        INTEGRATION: CWS vgbugs07 (1.6.166); FILE MERGED 2007/06/04 13:34:56 vg 1.6.166.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c988a3fde0ecb8564167630a78d6331d47142b8c]

        INTEGRATION: CWS vgbugs07 (1.8.520); FILE MERGED 2007/06/04 13:34:56 vg 1.8.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb8a58e2330e2fc602ad4812455ab0e12b370d77]

        INTEGRATION: CWS vgbugs07 (1.122.38); FILE MERGED 2007/06/04 13:34:56 vg 1.122.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [50b3330f18c442093b74b1eb0b61b0bb67ef115d]

        INTEGRATION: CWS vgbugs07 (1.3.72); FILE MERGED 2007/06/04 13:34:56 vg 1.3.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be67d81325ca7ee223c93075bc2909c18fcd801]

        INTEGRATION: CWS vgbugs07 (1.71.40); FILE MERGED 2007/06/04 13:34:55 vg 1.71.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b338afd8c7370b723c58daaedbb2e88d8e7b35d]

        INTEGRATION: CWS vgbugs07 (1.33.98); FILE MERGED 2007/06/04 13:34:55 vg 1.33.98.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4de2ac1e2f22fdd0896c3ea5a4e25c7097c0595e]

        INTEGRATION: CWS vgbugs07 (1.192.70); FILE MERGED 2007/06/04 13:34:55 vg 1.192.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac7b7813b70172a22440d0b4f55e3277e575bb60]

        INTEGRATION: CWS vgbugs07 (1.97.162); FILE MERGED 2007/06/04 13:34:55 vg 1.97.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f67adebb2fbd976d909457f249059b37c7d9ad83]

        INTEGRATION: CWS vgbugs07 (1.88.40); FILE MERGED 2007/06/04 13:34:55 vg 1.88.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0e5a33eed4992e7967a1ed4ed1a87479ca2986]

        INTEGRATION: CWS vgbugs07 (1.8.218); FILE MERGED 2007/06/04 13:34:55 vg 1.8.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a631f043546b5f30eb9f561449451046218500b5]

        INTEGRATION: CWS vgbugs07 (1.7.10); FILE MERGED 2007/06/04 13:34:55 vg 1.7.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ca1b680fe69a30fad085a515dc21c6c3100661]

        INTEGRATION: CWS vgbugs07 (1.66.166); FILE MERGED 2007/06/04 13:34:55 vg 1.66.166.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66bd5ed83a30008a74e7a64815a1b83dff6b6c94]

        INTEGRATION: CWS vgbugs07 (1.30.42); FILE MERGED 2007/06/04 13:34:54 vg 1.30.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5e36b3b953a4f20d2f4c5e66f4a161af2428c7]

        INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED 2007/06/04 13:34:54 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd9004d9e3753b966f463cdfe2e5107d01c02042]

        INTEGRATION: CWS vgbugs07 (1.9.154); FILE MERGED 2007/06/04 13:34:54 vg 1.9.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9be9b1679a65a5d12be41dec6e8bd78d005a3a4a]

        INTEGRATION: CWS vgbugs07 (1.26.40); FILE MERGED 2007/06/04 13:34:54 vg 1.26.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb205320d20ac827f6092dcfd48245d4a55fd2c]

        INTEGRATION: CWS vgbugs07 (1.12.218); FILE MERGED 2007/06/04 13:34:54 vg 1.12.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c465ffac02e8f44366bf0dbe5758469833799fca]

        INTEGRATION: CWS vgbugs07 (1.44.42); FILE MERGED 2007/06/04 13:34:54 vg 1.44.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52f22bd31d34fe7a1f454e7e655a1a37015998c]

        INTEGRATION: CWS vgbugs07 (1.51.32); FILE MERGED 2007/06/04 13:34:54 vg 1.51.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c16cc6aba6fe4a3edeb7571770b2a0e873e8834e]

        INTEGRATION: CWS vgbugs07 (1.33.42); FILE MERGED 2007/06/04 13:34:53 vg 1.33.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f402c61a357a092a24886d1ffcd42111d76692c]

        INTEGRATION: CWS vgbugs07 (1.71.166); FILE MERGED 2007/06/04 13:34:52 vg 1.71.166.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [315308842fd78cbdaeffd736acdb2ca25d4f7252]

        INTEGRATION: CWS vgbugs07 (1.33.42); FILE MERGED 2007/06/04 13:34:52 vg 1.33.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ba6404b25435ad598c89d908771da4e67731c4]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:34:52 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2504ee4586bb4d5b02ece7f6b9dabc66687ade6f]

        INTEGRATION: CWS vgbugs07 (1.3.150); FILE MERGED 2007/06/04 13:34:52 vg 1.3.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aca14a37c1768332edf10ccc0ecd6be8f87c0913]

        INTEGRATION: CWS vgbugs07 (1.47.40); FILE MERGED 2007/06/04 13:34:52 vg 1.47.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e5e47b6f28bb64a54daedaf0eaae2d4e300feb]

        INTEGRATION: CWS vgbugs07 (1.21.218); FILE MERGED 2007/06/04 13:34:51 vg 1.21.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [534d0d81f29d29610f31a956f6f97a471b15a87c]

        INTEGRATION: CWS vgbugs07 (1.189.40); FILE MERGED 2007/06/04 13:34:51 vg 1.189.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ad40a2ac77580d7dc862fd9b5830b1e1c2baa1]

        INTEGRATION: CWS vgbugs07 (1.26.218); FILE MERGED 2007/06/04 13:34:51 vg 1.26.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b597342434881e067d260f67566789c8b32e0308]

        INTEGRATION: CWS vgbugs07 (1.89.42); FILE MERGED 2007/06/04 13:34:51 vg 1.89.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d19dffb9c7519c7700fdc3cfbc6d0184ffe017]

        INTEGRATION: CWS vgbugs07 (1.21.42); FILE MERGED 2007/06/04 13:34:51 vg 1.21.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2021283b8571616ea954f397ca0a1d016f06608d]

        INTEGRATION: CWS vgbugs07 (1.3.520); FILE MERGED 2007/06/04 13:34:51 vg 1.3.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02e14dc2c2fc2bae9776a96b0c1b379bd5eb03b9]

        INTEGRATION: CWS vgbugs07 (1.7.72); FILE MERGED 2007/06/04 13:34:51 vg 1.7.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d7fb39410d802bab41a101e67cff6917de17abe]

        INTEGRATION: CWS vgbugs07 (1.4.218); FILE MERGED 2007/06/04 13:34:51 vg 1.4.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4e9520b29dafab86c676175a6f1c5dc2997290f]

        INTEGRATION: CWS vgbugs07 (1.16.30); FILE MERGED 2007/06/04 13:34:51 vg 1.16.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02dbb6f74d3b1f47f7cc2914a30a57922596b651]

        INTEGRATION: CWS vgbugs07 (1.9.218); FILE MERGED 2007/06/04 13:34:51 vg 1.9.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4de4830d828f1475d20f9d16411d80ce70348931]

        INTEGRATION: CWS vgbugs07 (1.37.42); FILE MERGED 2007/06/04 13:34:50 vg 1.37.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d527ecbe7b783357d285a79a7a05a89bcf9728ae]

        INTEGRATION: CWS vgbugs07 (1.55.32); FILE MERGED 2007/06/04 13:34:50 vg 1.55.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f1362c1b0b7ac32b6db41019313b6538db5827]

        INTEGRATION: CWS vgbugs07 (1.34.32); FILE MERGED 2007/06/04 13:34:50 vg 1.34.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c22f8fa09daeadb0c85ba829003a58835c9214a]

        INTEGRATION: CWS vgbugs07 (1.6.218); FILE MERGED 2007/06/04 13:34:50 vg 1.6.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [618ba1f348eec9d073ed327c7ee03aaaef59447f]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:34:50 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7492f341285a253aafcb61690bb852fecba14f92]

        INTEGRATION: CWS vgbugs07 (1.18.218); FILE MERGED 2007/06/04 13:34:49 vg 1.18.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2986b9a6bb4d8a15d305e1ae2143840ad705028b]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:34:49 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf3593a943d230c9dd115bb8dfed6a0ebc071d1]

        INTEGRATION: CWS vgbugs07 (1.5.218); FILE MERGED 2007/06/04 13:34:49 vg 1.5.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56dca9b6883e06ebdeca0fb0bb028cadde8aacd0]

        INTEGRATION: CWS vgbugs07 (1.11.218); FILE MERGED 2007/06/04 13:34:49 vg 1.11.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f8d604ff5073813cd3338d033672c5cc51b926]

        INTEGRATION: CWS vgbugs07 (1.40.42); FILE MERGED 2007/06/04 13:34:49 vg 1.40.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e68c362adf0b2d92c815a31727709ecdb971433c]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:34:49 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [302b0ffeada8ad1a4ef6abea3c2ddc03d7e936ea]

        INTEGRATION: CWS vgbugs07 (1.17.84); FILE MERGED 2007/06/04 13:34:49 vg 1.17.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe808a3a8780df93477e19894d41d3459c838a4]

        INTEGRATION: CWS vgbugs07 (1.23.42); FILE MERGED 2007/06/04 13:34:49 vg 1.23.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4320239e3b2b9091e0343b416469e9086c7aabb]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:34:49 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [699e2dcfc197d26fe65730944946b1efb6d22d2c]

        INTEGRATION: CWS vgbugs07 (1.9.218); FILE MERGED 2007/06/04 13:34:49 vg 1.9.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ad883c1113d11c4a3ea3729687678bafff2ab2e]

        INTEGRATION: CWS vgbugs07 (1.32.42); FILE MERGED 2007/06/04 13:34:49 vg 1.32.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f106ce3a76ae840b49429f3ef8d6bc12d1027aa8]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:34:49 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cef0e3426e8b29000749964fe3541aba557499c9]

        INTEGRATION: CWS vgbugs07 (1.7.218); FILE MERGED 2007/06/04 13:34:48 vg 1.7.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc6445284e6d190eeffadca12076737c676361d]

        INTEGRATION: CWS vgbugs07 (1.46.42); FILE MERGED 2007/06/04 13:34:48 vg 1.46.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a719e0086b08470dc66d6b7bc44448275f1e2bd9]

        INTEGRATION: CWS vgbugs07 (1.18.202); FILE MERGED 2007/06/04 13:34:48 vg 1.18.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79bf4736d27c8401a53c190a118b9bd0fabd1339]

        INTEGRATION: CWS vgbugs07 (1.5.218); FILE MERGED 2007/06/04 13:34:48 vg 1.5.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f916a8564abdd6183b202aff21472eee309de93d]

        INTEGRATION: CWS vgbugs07 (1.27.218); FILE MERGED 2007/06/04 13:34:48 vg 1.27.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63013fdcfa9916c89b19cdfa06b4ac07f2c243ae]

        INTEGRATION: CWS vgbugs07 (1.11.154); FILE MERGED 2007/06/04 13:34:48 vg 1.11.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd193f55aa895c5a4f0bf49f8aec9990237bb571]

        INTEGRATION: CWS vgbugs07 (1.129.40); FILE MERGED 2007/06/04 13:34:47 vg 1.129.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede1c067917abf98e5f1998a5c77293c75bed9b5]

        INTEGRATION: CWS vgbugs07 (1.43.84); FILE MERGED 2007/06/04 13:34:47 vg 1.43.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [652d681be4cb082152d8ae158c049a5bafc38e0e]

        INTEGRATION: CWS vgbugs07 (1.21.42); FILE MERGED 2007/06/04 13:34:47 vg 1.21.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d98158d3ddde8e1c7bd31cb75e1ffa46f06e7ef]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:34:47 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b341647927be0a9167223ec73738fb37a3d4a63]

        INTEGRATION: CWS vgbugs07 (1.51.32); FILE MERGED 2007/06/04 13:34:47 vg 1.51.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8157ace5a6d7002b8e76192176f95d0a2c8912a]

        INTEGRATION: CWS vgbugs07 (1.40.30); FILE MERGED 2007/06/04 13:34:47 vg 1.40.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [148d4150db5d54388a0c5035c21847335f25edb4]

        INTEGRATION: CWS vgbugs07 (1.53.42); FILE MERGED 2007/06/04 13:34:47 vg 1.53.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4208288b84b49b0f5241759f30f91ac937667614]

        INTEGRATION: CWS vgbugs07 (1.27.42); FILE MERGED 2007/06/04 13:34:47 vg 1.27.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca073c1c97e7667fe4762818d391b9317cd53e4f]

        INTEGRATION: CWS vgbugs07 (1.6.344); FILE MERGED 2007/06/04 13:34:46 vg 1.6.344.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c244ba2365bb4eed9769a9cd67911d0ded3c4f2]

        INTEGRATION: CWS vgbugs07 (1.59.32); FILE MERGED 2007/06/04 13:34:46 vg 1.59.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65b756ade034967ab7c7cb6bf07ecb03d9bcc88c]

        INTEGRATION: CWS vgbugs07 (1.28.96); FILE MERGED 2007/06/04 13:34:46 vg 1.28.96.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [041a4ee16ca6c6bcf9f3d8b97adf3b36f650c254]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:34:46 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42cfb5d7d4f41146ed3f5d497ae48eef8066db7e]

        INTEGRATION: CWS vgbugs07 (1.37.32); FILE MERGED 2007/06/04 13:34:46 vg 1.37.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4019c897165278e415c8329b40350bb365fa54e1]

        INTEGRATION: CWS vgbugs07 (1.31.30); FILE MERGED 2007/06/04 13:34:46 vg 1.31.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f413419bed6b88e2bed2cc987016843a177b9e5c]

        INTEGRATION: CWS vgbugs07 (1.56.154); FILE MERGED 2007/06/04 13:34:45 vg 1.56.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e55848a9585ffd185b8098ea00370e1f5a0160b8]

        INTEGRATION: CWS vgbugs07 (1.33.154); FILE MERGED 2007/06/04 13:34:45 vg 1.33.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee9f604e23f6dda82db7c98e3c9aed8d7b03f8d9]

        INTEGRATION: CWS vgbugs07 (1.20.18); FILE MERGED 2007/06/04 13:34:45 vg 1.20.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f49d44d3561206273291f3af3252ad80575a1b2c]

        INTEGRATION: CWS vgbugs07 (1.6.218); FILE MERGED 2007/06/04 13:34:45 vg 1.6.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5b62dbacdee5f22f92df5252f15b77df0949e8]

        INTEGRATION: CWS vgbugs07 (1.20.32); FILE MERGED 2007/06/04 13:34:45 vg 1.20.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88e9be58a60973e251e0487b0edcdeefd65a7265]

        INTEGRATION: CWS vgbugs07 (1.10.154); FILE MERGED 2007/06/04 13:34:45 vg 1.10.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d0e3cce565739d4614afc1272914afda472e16]

        INTEGRATION: CWS vgbugs07 (1.19.202); FILE MERGED 2007/06/04 13:34:45 vg 1.19.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0f4b8e9b3626563c11786fad6395fc6af78cb1]

        INTEGRATION: CWS vgbugs07 (1.8.154); FILE MERGED 2007/06/04 13:34:45 vg 1.8.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84fdfeb2e44505b6726ef1e3e50db66ac789aa6]

        INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED 2007/06/06 11:55:14 vg 1.18.32.2: RESYNC: (1.18-1.19); FILE MERGED 2007/06/04 13:34:45 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [738cfd9d8d59a211ad3c51c3e7db3836443b2c28]

        INTEGRATION: CWS vgbugs07 (1.11.32); FILE MERGED 2007/06/04 13:34:45 vg 1.11.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c197aa05dafb78819965a60c91e3be5afdb5ade]

        INTEGRATION: CWS vgbugs07 (1.4.218); FILE MERGED 2007/06/04 13:34:45 vg 1.4.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a4677f94d05cc1f664e94853ab7603c2f7f8fc1]

        INTEGRATION: CWS vgbugs07 (1.11.154); FILE MERGED 2007/06/04 13:34:44 vg 1.11.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1df1bfdc0575fbaa2c4a80279fdfd6abd124487c]

        INTEGRATION: CWS vgbugs07 (1.21.202); FILE MERGED 2007/06/04 13:34:44 vg 1.21.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c272814de57a8c692f1b94ad17a6447e27891193]

        INTEGRATION: CWS vgbugs07 (1.51.12); FILE MERGED 2007/06/04 13:34:44 vg 1.51.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca67450e5a92c4280c3dbe4d18c70e679cb2189]

        INTEGRATION: CWS vgbugs07 (1.10.218); FILE MERGED 2007/06/04 13:34:44 vg 1.10.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2398f29069e27562d65979757809964de3100e3f]

        INTEGRATION: CWS vgbugs07 (1.49.154); FILE MERGED 2007/06/04 13:34:44 vg 1.49.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fb19121b433dc7e663bb93ba4540b96f6c6541d]

        INTEGRATION: CWS vgbugs07 (1.28.150); FILE MERGED 2007/06/04 13:34:44 vg 1.28.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a843411c566d7333b87e29e6b3b23ce1fea88ada]

        INTEGRATION: CWS vgbugs07 (1.45.42); FILE MERGED 2007/06/04 13:34:44 vg 1.45.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e3e6dca22202211c57c49c3e87cfd2c47b49f5]

        INTEGRATION: CWS vgbugs07 (1.6.344); FILE MERGED 2007/06/04 13:34:43 vg 1.6.344.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6d0f124cdad4c01280498d701b6210ee4830fba]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:34:43 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [305beacb376cb786357e87d80c533e56c55ae954]

        INTEGRATION: CWS vgbugs07 (1.18.70); FILE MERGED 2007/06/04 13:34:43 vg 1.18.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b849b31640a3d109428a0d37f70255573e2103f1]

        INTEGRATION: CWS vgbugs07 (1.26.218); FILE MERGED 2007/06/04 13:34:43 vg 1.26.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2319570c28baefb8ed83853b3f0a739a1ef19f46]

        INTEGRATION: CWS vgbugs07 (1.7.202); FILE MERGED 2007/06/04 13:34:43 vg 1.7.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [795e76e775066f4468608917b5fd2503e9f81ff4]

        INTEGRATION: CWS vgbugs07 (1.9.218); FILE MERGED 2007/06/04 13:34:43 vg 1.9.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fad41442c42e1842e810a8989216fb652489a361]

        INTEGRATION: CWS vgbugs07 (1.14.202); FILE MERGED 2007/06/04 13:34:43 vg 1.14.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2013cd27a5e7b31486f7e76b7406bb29fadcef44]

        INTEGRATION: CWS vgbugs07 (1.11.218); FILE MERGED 2007/06/04 13:34:43 vg 1.11.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6db3ba180f9503ff5be2c675f69c47e58f5f6109]

        INTEGRATION: CWS vgbugs07 (1.7.520); FILE MERGED 2007/06/04 13:34:43 vg 1.7.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42aa014055e9925c0db1c66d039b52922f4973c1]

        INTEGRATION: CWS vgbugs07 (1.8.218); FILE MERGED 2007/06/04 13:34:42 vg 1.8.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a032ca5e3b40b9d841fb910e90400ea55e8f6656]

        INTEGRATION: CWS vgbugs07 (1.29.42); FILE MERGED 2007/06/04 13:34:42 vg 1.29.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9cd4563a8fb637442fcdd97da9af4bb16efbfe8]

        INTEGRATION: CWS vgbugs07 (1.74.96); FILE MERGED 2007/06/04 13:34:42 vg 1.74.96.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99fc78ea1987950f807fcc141f524c0300a20f1]

        INTEGRATION: CWS vgbugs07 (1.6.342); FILE MERGED 2007/06/04 13:34:41 vg 1.6.342.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaa607824d33123a1083b2c09cc5d3b4da092069]

        INTEGRATION: CWS vgbugs07 (1.69.10); FILE MERGED 2007/06/04 13:34:41 vg 1.69.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f61334c42359de8c1db409c31a5e057a747c680]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:34:41 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfdb29bf8cbc29f86c251b3fa917814be2dde39]

        INTEGRATION: CWS vgbugs07 (1.23.72); FILE MERGED 2007/06/19 10:18:07 vg 1.23.72.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:34:41 vg 1.23.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1c4276df440ddcbe14c425e3636915e069a3893]

        INTEGRATION: CWS vgbugs07 (1.57.32); FILE MERGED 2007/06/04 13:34:41 vg 1.57.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb94902ca9f60b28184adcb497a064d286dee752]

        INTEGRATION: CWS vgbugs07 (1.29.218); FILE MERGED 2007/06/04 13:34:41 vg 1.29.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5409119d375e5bfaadf49ffa1ba1d6fd81f34fc0]

        INTEGRATION: CWS vgbugs07 (1.73.10); FILE MERGED 2007/06/04 13:34:41 vg 1.73.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5a693999c4194f1526fce9edcf984f3d8067a30]

        INTEGRATION: CWS vgbugs07 (1.45.42); FILE MERGED 2007/06/04 13:34:41 vg 1.45.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d89ba1f902353a8db99176f8da736aa0fcc68a]

        INTEGRATION: CWS vgbugs07 (1.123.16); FILE MERGED 2007/06/04 13:34:40 vg 1.123.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba52fd3d3eac368ccc32d62de41d287033ee9009]

        INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED 2007/06/04 13:34:40 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc242c337d1e2e87f94f6612ba1eb70de56c2a7f]

        INTEGRATION: CWS vgbugs07 (1.11.154); FILE MERGED 2007/06/04 13:34:40 vg 1.11.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85e25d68a95c0f2d384f6d94f27323f91c12c7e6]

        INTEGRATION: CWS vgbugs07 (1.9.136); FILE MERGED 2007/06/04 13:34:39 vg 1.9.136.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b87272db637f6be2cfd8ce26ea8857d00a16eb7e]

        INTEGRATION: CWS vgbugs07 (1.6.154); FILE MERGED 2007/06/04 13:34:39 vg 1.6.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a22c77dc3d70b237d7864b6be53ec37a21046ff]

        INTEGRATION: CWS vgbugs07 (1.4.154); FILE MERGED 2007/06/04 13:34:39 vg 1.4.154.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a792c1c46b3d39396d7481219086f024d4bd6706]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:34:39 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73cf7d09f0914be8a9cf5cdab45b35f114f41ba6]

        INTEGRATION: CWS vgbugs07 (1.6.218); FILE MERGED 2007/06/04 13:34:39 vg 1.6.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca096807bc161a861bbb104ef458b581aa53de5d]

        INTEGRATION: CWS vgbugs07 (1.18.94); FILE MERGED 2007/06/04 13:34:39 vg 1.18.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [79999952af8543a4f4894ab7e2f1497fdb7353cc]

        INTEGRATION: CWS vgbugs07 (1.26.218); FILE MERGED 2007/06/04 13:34:39 vg 1.26.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [478b7f89edc60a83f4b59fd24352777349661c1e]

        INTEGRATION: CWS vgbugs07 (1.7.218); FILE MERGED 2007/06/04 13:34:39 vg 1.7.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [787b5eb17abd4216e86c4b30377dc8dc41c4e408]

        INTEGRATION: CWS vgbugs07 (1.3.218); FILE MERGED 2007/06/04 13:34:39 vg 1.3.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d41c0a3ac6f53b8ae6585920501238c58ec99548]

        INTEGRATION: CWS vgbugs07 (1.26.202); FILE MERGED 2007/06/04 13:34:38 vg 1.26.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9fadbcf24133efe6070fe8a80e2554370b9ee53]

        INTEGRATION: CWS vgbugs07 (1.122.70); FILE MERGED 2007/06/04 13:34:38 vg 1.122.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60011370e00364a11857e4e7ed9a39b5943d974]

        INTEGRATION: CWS vgbugs07 (1.68.32); FILE MERGED 2007/06/04 13:34:38 vg 1.68.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0897bfdb1c767f36b6ad691362613b02f536b41f]

        INTEGRATION: CWS vgbugs07 (1.20.218); FILE MERGED 2007/06/04 13:34:38 vg 1.20.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3be58c0cfa473627d3793db7568c0c4ac4e78eba]

        INTEGRATION: CWS vgbugs07 (1.43.72); FILE MERGED 2007/06/04 13:34:38 vg 1.43.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de82dde233c5ebcbd3b92d4ba1409378377a3448]

        INTEGRATION: CWS vgbugs07 (1.110.68); FILE MERGED 2007/06/04 13:34:38 vg 1.110.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf77c7cad322980f2353b5e73a924900c636fa0a]

        INTEGRATION: CWS vgbugs07 (1.56.32); FILE MERGED 2007/06/04 13:34:37 vg 1.56.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52324618161dd44f1442dcc6fb2331f018c04cd]

        INTEGRATION: CWS vgbugs07 (1.31.92); FILE MERGED 2007/06/04 13:34:37 vg 1.31.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1096d14c6d13b6194eebda48ded0d57d920d8e82]

        INTEGRATION: CWS vgbugs07 (1.58.86); FILE MERGED 2007/06/04 13:34:37 vg 1.58.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13dc8c2462c6691335434d9642d4174d653d43ce]

        INTEGRATION: CWS vgbugs07 (1.17.218); FILE MERGED 2007/06/04 13:34:37 vg 1.17.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49a5d07857b09f29c7df484146574375fba18191]

        INTEGRATION: CWS vgbugs07 (1.24.162); FILE MERGED 2007/06/04 13:34:37 vg 1.24.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8efd42e6017fcdef4d233d23eb47770188c577d5]

        INTEGRATION: CWS vgbugs07 (1.8.218); FILE MERGED 2007/06/04 13:34:37 vg 1.8.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eae5cb7e072cc1a617a8829d9a8356362635cd5]

        INTEGRATION: CWS vgbugs07 (1.69.162); FILE MERGED 2007/06/04 13:34:37 vg 1.69.162.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94643d5f8730a32eb27eae5d3cb260d7384c7c95]

        INTEGRATION: CWS vgbugs07 (1.4.72); FILE MERGED 2007/06/04 13:34:37 vg 1.4.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [16d2e386917c837338d62c0965d89250defc0edf]

        INTEGRATION: CWS vgbugs07 (1.47.70); FILE MERGED 2007/06/04 13:34:37 vg 1.47.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47429d9c33030e9c66586820f6d0c6f00a98b057]

        INTEGRATION: CWS vgbugs07 (1.116.42); FILE MERGED 2007/06/04 13:34:37 vg 1.116.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e79f43a4a23d03b29072f97e6730a1e9139ac24]

        INTEGRATION: CWS vgbugs07 (1.42.42); FILE MERGED 2007/06/04 13:34:37 vg 1.42.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1d5d9fe8c07d00ae544ae039ccf29567378a54]

        INTEGRATION: CWS vgbugs07 (1.107.72); FILE MERGED 2007/06/04 13:34:36 vg 1.107.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2706aa85f6f544634328b6541fff35b6d861a84]

        INTEGRATION: CWS vgbugs07 (1.16.72); FILE MERGED 2007/06/04 13:34:36 vg 1.16.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c92bb64667e4e14052632308b9e470abf4a99b]

        INTEGRATION: CWS vgbugs07 (1.3.520); FILE MERGED 2007/06/04 13:34:36 vg 1.3.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e85ed09b9e43f4934e12bc1379c020abaa85c5]

        INTEGRATION: CWS vgbugs07 (1.3.344); FILE MERGED 2007/06/04 13:34:36 vg 1.3.344.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86b517d73d643b3942234eba93e655c3ba92373f]

        INTEGRATION: CWS vgbugs07 (1.2.520); FILE MERGED 2007/06/04 13:34:36 vg 1.2.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f3d3c31aadfd6aeca81fe1c6be1efe5b139870]

        INTEGRATION: CWS vgbugs07 (1.13.520); FILE MERGED 2007/06/04 13:34:36 vg 1.13.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f181d1de81c0b6e26e1e596d54c76c339fe8eb44]

        INTEGRATION: CWS vgbugs07 (1.7.478); FILE MERGED 2007/06/04 13:34:36 vg 1.7.478.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1edfbce7b222085a73b42458b3ef12afafdd9dea]

        INTEGRATION: CWS vgbugs07 (1.11.520); FILE MERGED 2007/06/04 13:34:36 vg 1.11.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2fadaadda6aaeda193a9dd1187b8c20e4840972]

        INTEGRATION: CWS vgbugs07 (1.11.308); FILE MERGED 2007/06/04 13:34:36 vg 1.11.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d718bc4bc05daa8a48ee55d98a85758869083ab8]

        INTEGRATION: CWS vgbugs07 (1.5.308); FILE MERGED 2007/06/04 13:34:36 vg 1.5.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be3d31c8e448f02d518509a19fdbd515b82317e2]

        INTEGRATION: CWS vgbugs07 (1.5.368); FILE MERGED 2007/06/04 13:34:35 vg 1.5.368.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46bf686ad27841f3f5bb68faf9b171f96edce9d7]

        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>  [41e402c650a4b2f437640ae111172067255adab5]

        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>  [e5f9dd4dc19f287a622b519e71b47cfa689c3604]

        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>  [5534b18224926a1ce0bcda0190a15c0c95e98495]

        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>  [1202824acf0589de439acc38c72c0959991560db]

        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>  [5cb4a4f65a94a50229b989647a1d4389c40beb4b]

        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>  [388f53f14e0f6b6c772279f8f0cd34d5a31ac237]

        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>  [83cd88caeb5a0e52f5397ac1e88ae56403f3d793]

        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>  [f39650b573ccf94fe72bb2dead50be0d76dd8824]

        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>  [0a17562b7ba71e77bff3cb651b9fdd287b3e46b3]

        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>  [68dda5d195a7e187ce865fdb7375cf4c8d1a8f01]

        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>  [0d635c23de0a619f1551d534572324ab311b7f22]

        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>  [82e1994b39f3a234b56e5a4c54f4efdf0d9df700]

        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>  [2d7f3f20a3b5ae7e35f80d81d4ae74b879eb36a6]

        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>  [7c76fc094dda7534d80421f3bee52fd018c10778]

        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>  [3364de914010d65a8b4d1ca36525c3810b8f682e]

        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>  [3d9eca230f08cb71de494ce258e02ae564809f77]

        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>  [4590b0190cf20556ed43ca17836757c74cf8df27]

        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>  [9b4de8bf1c2def7e852809014bd1026b44746a6e]

        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>  [4edae50f11c94a267f9fde61d96b5315b8e7ef87]

        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>  [7d6217ce0ac0704cd426677f0edd5197989fe80a]

        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>  [70ad31f21d30b511747e3995802d2b47deec5a84]

        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>  [95d21153a2247f55fc417b315d5c2e30ede52f63]

        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>  [f0acf79697753b65a90bfb03615e60011d45ed12]

        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>  [8b91a8caec5048780ae33676f8d67155e76f6bf8]

        INTEGRATION: CWS vgbugs07 (1.2.94); FILE MERGED 2007/06/04 13:32:38 vg 1.2.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dcc4fa341a6a36f16e9d4e866415ec8caeb91f2]

        INTEGRATION: CWS vgbugs07 (1.5.94); FILE MERGED 2007/06/04 13:32:38 vg 1.5.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e148cff9a4506104b9e4213cfe444ad744e26ad5]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:32:38 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75f4b71de5dbdcb54c07557da345c12a3c11b14c]

        INTEGRATION: CWS vgbugs07 (1.4.42); FILE MERGED 2007/06/04 13:32:37 vg 1.4.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f719f4c41fb3773f11b745f52f09dc3345e31879]

        INTEGRATION: CWS vgbugs07 (1.4.24); FILE MERGED 2007/06/04 13:32:37 vg 1.4.24.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ea19ca311a1b8ac0690ae4cfacaeb018479e1d9]

        INTEGRATION: CWS vgbugs07 (1.7.42); FILE MERGED 2007/06/04 13:32:37 vg 1.7.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a04c4610eeacc539c2c3a9701297e4b7e401a99]

        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>  [c809a8728c3be9eab44cef7d768d1fb325028bf7]

        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>  [156beebc8927cc85b9e7c080d8c3681b10dfe17a]

        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>  [e6d8c1dcb0a3889b8324c539d245158b46324553]

        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>  [15ffffa14a726882d50caa4fe5ac3d324cc24d9b]

        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>  [4973fba7ed244930418ad6e4ee3977015ae86179]

        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>  [df7b963fd27a8f9759681a6eb9edc0e92dd29de6]

        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>  [7ab7d78f823d96f6c56ddb9c9dd47dd7ea7bcf12]

        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>  [3599087dd041bb48997b8a4ff3e65fb8ee388d13]

        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>  [2d5e409ffdd2c1e7f0c28d4b750d718cc5da6eeb]

        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>  [878ec9c18abb6e667201c44f540987405b4328e3]

        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>  [98d29090c19836e37c6901388d4bca675c2fe3b6]

        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>  [1b14b3df6fa02da18c2a187d0766f30fa0eb2c1c]

        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>  [568806027c8392fbb79c7b6442e2201d20c3d308]

        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>  [f57ee420dfc3a8377b4084973afe69f111fd9284]

        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>  [257eb643df6e81e62ed70e52f3534a91f45a20ab]

        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>  [dff1be88b75eab67989226ddd1008eebcc3f2939]

        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>  [b0c0b7bfc59b37a4704e6747d3036d9b99868e36]

        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>  [64fffaa645b14bc8d00557c33692c854c02af31f]

        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>  [18a0c2af22d90c1dc20c9595bea35d5c065319d5]

        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>  [07cdc069cd28872a0b9b6ebe10c55ea69867f9b0]

        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>  [8fbc24eb4d9291463301ce62da8f00619ceabb90]

        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>  [24495b8ec7115d9012a233fe2349664875709fae]

        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>  [d329399344ae66b295f095de621d6f24b02cf135]

        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>  [ccff8a811685a6301484d69b80916bc4706570fc]

        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>  [31e4ea4e9c25e44580ee53ea13f7375ea9f684f8]

        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>  [34f07120761935a73f0963127c3b19e2a8fde72b]

        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>  [75cba03848099f27292ab918d4e1e5713e44743c]

        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>  [db6ec82fdbcb070b9062522863b33510ea2c1447]

        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>  [33539961a8e1836c85ff4a5208c8edd3bb028187]

        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>  [874d9b332fc09340cb510644282df7d8362898d1]

        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>  [0af82f3d8746925e966c4dd1b4b5197845a32b29]

        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>  [f316a53759c2ca1415af2f6687bb38f95cdb641e]

        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>  [3667690040d426044cc23aabe05e75a0c9b55d15]

        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>  [8cbaf275777c9d6a5e911faabb9660e655bc2a42]

        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>  [d5db8505bfe6139117ae1d5c801a38c94ba8c887]

        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>  [8e02f176fe8d7624451a387edd096970e29f8559]

        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>  [52c42ad3cd3fa05a30f91ba0ca7f10943d68a800]

        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>  [dee55d2598b0ffe79d24d070fcaae5cb254e390e]

        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>  [d8a3be046addc96323328ba483a8b6215fb1db55]

        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>  [2f62dc8b8fe1c5cbbf172b48493c5cf441c8144f]

        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>  [159ce5ea3cb7604e83f57616fad396b4ad253c46]

        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>  [da73b21df82f49a004b9bb571c335456ba2be4c8]

        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>  [68f9257baffdd2fdaa38f0d26a6c6c6511a7a9d7]

        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>  [f0d7039e0e6a9960c0bbc6b6e993b4f459457494]

        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>  [b08276c5f82a10f579bb96ad1355f6e3fa2e344d]

        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>  [c6e46d7ffb091a0a4f5fa0a3373fdd9d52128015]

        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>  [90b58c34c188a3b58b5334334d2e12c073ab7044]

        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>  [f121945c3837d39626bed75fefc1d98c79e231f3]

        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>  [9f3848f408a77831ac5efddc370e08f56596ffe3]

        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>  [a2a30979bd08d651932c493b8971825b5b5c04c7]

        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>  [8ebbdce5e5cf94bd11d69e15774b1725a10ea89e]

        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>  [aa5491213626cde05ae1b6393542c8c9c0276ebb]

        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>  [cb6e5d7bc36c54bd9f0764927688e4bf60b8ccb4]

        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>  [09a25042dbae9dcfa1a059d4cdf9fbd1375a6b50]

        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>  [3970800abbd39bd84d63c96c38743c17ed953a52]

        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>  [a65696fa70ffcce3c4a5301c55a771b70ba15e84]

        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>  [d285898379730364439e64168171a23d279eb803]

        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>  [7fa0148aa2ed19e668b611f1f25cd46fa381b401]

        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>  [acffefd25ed944827bec2b0a379d39ef407753c9]

        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>  [cbac4534b3e95be4675b7cb82e671f279a7e4cbd]

        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>  [6f49a7bb24b63af9ffe2e97ebe01ea1bde602d5a]

        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>  [0c07a55fac5fd4abc1c422167c0c58a5ed8080d9]

        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>  [e018038b92b6a73b18220d533603f8577c5dde3c]

        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>  [953087f46125e1f7f8ef2f68ef634dd6face5708]

        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>  [2b2d6a17911ae895fa1d7ad19c3a36f7bd0d80f2]

        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>  [c6ba217fb22e7b460f3ecb213a2bff549b10447a]

        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>  [d2a04860d737cbcc92fb4d0a4d9a2e031a366ac4]

        INTEGRATION: CWS vgbugs07 (1.64.10); FILE MERGED 2007/06/15 13:54:06 vg 1.64.10.1: #i78525# restore prototype files for unrolled _tg_shl.mk & _tg_shl.mk

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f033b6a895fcd26a300794fb69a69842294a0186]

        INTEGRATION: CWS vgbugs07 (1.196.38); FILE MERGED 2007/06/06 10:20:11 vg 1.196.38.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:31:57 vg 1.196.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfc71e322a9cd4c46b3fa72f662e8d2f1fc303f]

        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>  [d1af7dd0ebc494d72ff0ed543b104341da3cab37]

        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>  [f98067d530e0ffdd74fe271e5f4d7e52fd79a9fd]

        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>  [2d366b05165772d086f67867bfc125e8334ff2dd]

        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>  [729133f7cd1b6039967cfa6822dfa24447576d26]

        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>  [b0f995c85be7edf6ee8ba93e1eb0cff665200c2c]

        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>  [355a5142620927d018ced6c72d720c45b2b21c56]

        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>  [1b50f6c7decfcfa6360d1706d23fc2e5ce686706]

        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>  [9a7509a6b817b7e5b267d1d02e63bf1da620b31a]

        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>  [93ee88bd00fdb192d93baabec008607184bf2d6e]

        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>  [59f8be5141f6dcc5b958eeae450ecb948033dc5e]

        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>  [b5324aed0531fa18382643f72500c57d2d56309e]

        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>  [833aa50155b60e8dd3e3b23e2b6a90689e5547b6]

        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>  [28208ae3411159dd6a2b3640408a440cc2afd2e1]

        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>  [28feb26291f5b1d44c71480ade0878265063af64]

        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>  [4fdc1e8a8c86131b6c9ebc7a03829c259e631893]

        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>  [c715b9ca9f5d99a2698f45e1545e7e96262ca046]

        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>  [a5aea1cec5fc96afc27cbacc9efb8e86a72dfa99]

        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>  [4037b31232ae7653cf9000ce70ac208eaf57564d]

        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>  [4f6dd970ace9a9342e9593858213314253fe26b7]

        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>  [207ac85d4cc1c18fe435b42fbfab8688fe901563]

        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>  [1cbebb700ecf47bcf96f079f99f74d635a6cc4a4]

        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>  [bcfabfda7637607d872663dc6f2b31d7568cd63c]

        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>  [6fb3827cf50522e5a81a4a75b1c0dd415c7ac06a]

        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>  [d1f701a11924e5860b8b73c5f02cd0ffad369fdc]

        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>  [2f0da66560f575c0e333635cd4866fed9dc1ac3d]

        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>  [f1bd42621d2197293ad5425cc999960c500ee5b9]

        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>  [a937aa2cc75b0dce5b94dfbb9e95ce4b8ca385d3]

        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>  [e68d9e4e8c8327dea07ea523961e86e097ae6877]

        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>  [f27ce251db01082a3e9d8b902b185c0fa0325db1]

        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>  [b61b1cf653fc88c2442691e4f06b0ed618b2fccc]

        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>  [428dd4f26d9552c201ce8d93fa889e5e81905c1a]

        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>  [13e5de6bdcf397d5958310fefcae8db2f068a1b8]

        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>  [662eb8b8c17224026d4abb3b08068375f3109601]

        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>  [e1105b08ea17b902130644727c9c321125c72b92]

        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>  [a9679af40a67233ae5890a161d7b7a28c075132a]

        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>  [3b869826bc2d45d6ccb90b25c72eee931c9ba2f8]

        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>  [de057e219b982b7772af12724056013242577d94]

        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>  [cb98499579245a7d8b9ec7fb5053b19662f80c5d]

        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>  [8319aaf742d5072eb530db4af0954ded84394c62]

        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>  [1dad384408f50c09f782d2c53ab6d31f0e331448]

        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>  [1dee0249f27b162e79f6dd9b76528b0f2a1bb5d5]

        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>  [1c0894017e93fc75d98745e8dbcf9870a1ea6998]

        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>  [265e227e81eef297ced3fb3ae375effa007e17f2]

        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>  [f7240704d1ce8da13ec2d0345092de4474b95fb9]

        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>  [66d61cb5c87835a0c81e5ab521a51426f3db4e09]

        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>  [b8f765839e94a34d0008ee6a65f3f3a7030032c0]

        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>  [f1319c6ffa7d1acae84d02078ae68149550a1a21]

        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>  [9d2cae5195440b8029f3d6c37319d005decc4768]

        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>  [5cbfc49e69339bc962317f39afbd68db463f2853]

        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>  [1e0f9759d61da82e1fea9e7f5b659f3981d20b51]

        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>  [2883ef016365865a401dc408424624e37f3b11f2]

        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>  [164169ecd9a36404ddb0580dc7a07537cbec6f9f]

        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>  [264f570138036359277c9e1b61795d6f094c4a67]

        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>  [65362fada4df9ac40a777450e45ea4e3764b7355]

        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>  [37660e89cf532b7ec3a6627238607b1a4a579d15]

        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>  [a67cb3d4af871c2b89a73da0c1e3c6ac8b11fbab]

        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>  [64b16173c12c586edf2d078794cee42ed19bbfad]

        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>  [150c0bdf390c6d29f72678825426e7cc41fa660b]

        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>  [5508ac87df2e30e74ef0f8b2f81241df14d9f8bc]

        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>  [aa655b724c5b217f061c0999114332c6ade8c815]

        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>  [13e85a121cfa251f370364a68cfea7b664c5f55b]

        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>  [bb583aae6e4b3b46b2d64a0197f2730cd67116fa]

        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>  [7064ee522331cecae239317d9bc57269112c9504]

        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>  [2432d174703dbe8670c97f8d56420cacb3f93c09]

        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>  [04a8ea91d907a8f8f84b325d9fe5f9157199b33a]

        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>  [b92fec77ff97f1d47b2c347229c9f2370f6c709d]

        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>  [4a99c06a33fdf4651d2f0984180b9ee7d0697f8c]

        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>  [61cfd44ea57b191af81ccb0eceff0bf7f400e367]

        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>  [314db9cd191f221442fb99870c564c9176768cc5]

        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>  [ea5a23596a6013e091349260d50c3343793ec52b]

        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>  [b04b10d018a6af272995fc2df88b1abd3c553022]

        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>  [a00a31e7a83fc5f5c88af85a029f042f20ba22d4]

        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>  [faed8bbf7e45987e1f819160c36756bec650e4b1]

        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>  [ee1e5051165218afa7aeb289662173ac629416c7]

        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>  [3fd3bc9a06526158ea06e7a48e6f413fad63dae6]

        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>  [3aa016460d823ddad2e1151a3133ee39db16e76e]

        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>  [55245c4c12d74209bc01d20e0c7e77deb2991e6f]

        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>  [a22ced63de48a9722b3f5c53d60a08a0bc67ac06]

        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>  [bbfd10a45c3868ce0947e6ac802763cc0da9e3dd]

        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>  [63854c3dfe446a7f786687fcf0fd2ad250e58faa]

        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>  [cea7b4f831bc615192d8dd429a155a89ddda8901]

        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>  [45e814ae082de8cb6041339073eabcb6a60f62d1]

        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>  [3fc199c6941f60df0fb48175318f86b3899232b0]

        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>  [68162b6eb9f6813c93bd75102ff12d5181c80f3f]

        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>  [f59fc5d65fc54c6dd9fb3e0653d3cb5012f69a9b]

        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>  [2f886bddc2d84ff30da5fac44f0dd85aef2adabe]

        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>  [47f5a4f8932c7993d96dd1bf00644bc781ad1927]

        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>  [88abc68eef5ac4c6519cadc61ee6d49a31088fad]

        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>  [28a72cc3d628c01f41e42645324a34a03bd41ef8]

        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>  [afa5a9dfca7ac56363e079cfaed3218c7f8df33c]

        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>  [9f472f1be37456faf61c3154b42f5ceaa3c14ca9]

        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>  [9ca72fcc5516163be7f6bfd00d5c12f9d051fe20]

        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>  [2da7f4728b3c4b27330933ee526ba7f05a6a9338]

        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>  [60969f44f26c7a3f34610b779f727fccc59bf73d]

        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>  [73befde75294107034773d760c36968aab586cb9]

        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>  [53d176fd087eeeb14c87cf4e8748384be9ffe38f]

        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>  [fac87aa92fd4e4b0d80d7535d9ceb8d6b4e836ba]

        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>  [ff8437e2ba06cf18562f44deb0176e69846834a6]

        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>  [5bb0699c8bc6a44bda6b6e635c653b49e8ce1c02]

        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>  [56e599afd508898ef6eef56b5cc3668b55052f3c]

        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>  [662d35078cccce5a55b34ec66104710aada33656]

        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>  [15c0c82f5096c1313ca579c57025b40832e3f309]

        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>  [fc5b8672fe637dbb6184b11a4fa62ab59089c3d4]

        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>  [46d0614b21b1a78e3cdf0912fceeb10f22ad3692]

        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>  [9cf679ccf153041e3cf6d01e0cd531c88b606973]

        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>  [551a9bb2127dcf43bd902a67f632f00a7ee9be50]

        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>  [1f12f3ce34681c7d61af2083b1a2af528fb14306]

        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>  [6cb9cc0caf2fbcd553fbec2f442464b34c5faf1a]

        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>  [f26df24552c0a6c1caf84124d9c3718bb7193542]

        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>  [6e3f0830201cf1d487028018611113a75730221c]

        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>  [fc53667215e30aa7cb1e1a3a469773060612530b]

        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>  [271e0d46faea0905e92cacbdf363e7a719804f65]

        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>  [b3e3c0bf5485f7ab2ba9b12850d923d9ae45541e]

        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>  [1ab67883f82deb64bfc7768c9b73a0c4522c029e]

        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>  [a841e9a65c5892e2baf684ddc67030213ca0476a]

        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>  [4cd9fe06037f5fe9e25b078e6d5f1924171352b1]

        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>  [82e760e185791a2b94bfbd9678a5b138cbf206bd]

        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>  [7063db3d1dc432a91418b28f03470d0f5d0713a0]

        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>  [899a4743a2a10198e2b72db7ec677e4bcee218cb]

        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>  [9d94a03f7963c89e0402cc81035ec1fb73a0f91d]

        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>  [c469799a1e8a77f755e6fff30927459f296ae513]

        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>  [afe557fb208bcdfd0d80c1db60bcdc49a8a8be07]

        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>  [2aa4666034f9624b5ebb272c457be115e6f1cec2]

        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>  [daa0f65eade9bc8c62476105dffc971c52f0803f]

        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>  [3690f666cb24b56527fdc8195563ab867aee2fbf]

        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>  [974368b78f91ace701ded78f81dc7faf780dd03e]

        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>  [92468250c826c75e2c728e3a2e702678d14c54e1]

        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>  [a6f3f5a299684c70bc992161ba254e7e601a12a2]

        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>  [931a33696d47e40597093e675a754080d222c6ab]

        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>  [6ef4a7692bedb9b6ba7883ce43376e424cbccdaa]

        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>  [10c15b41b0dc65c6fe1a9ee1b58cefe864eec92e]

        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>  [54957cad3f84791269120af5416060c957947c44]

        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>  [a0c07ae7e2225a5cea2ac50a2ace926a9cc0d2a6]

        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>  [8cd91e68b9b82b88f670e6b28e935120a51e4eb8]

        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>  [e4f7b2fa72669e90b64b146229fc53428f8017eb]

        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>  [1166107fc06e5729ac22eac466f1e5fc3132410d]

        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>  [7e4a41a337d30c1f6972b335350d3846ab4fc072]

        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>  [e3e348c72b8d3cf1f1d66fe4b1bcd306057b0bf6]

        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>  [de9e18cf4fca52879f65417a19b3d4dce2a60bf8]

        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>  [5efa99b461ec2a7c33aadbd4bbbe3f923d4eca63]

        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>  [8043b521a2b84714274ae975ef2f2f01b86d26b7]

        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>  [229f0ed9996d14ab4a35c8fb2ab9a7680bee45f5]

        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>  [2c82016317d650018fb050ba80c47a333f1ec904]

        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>  [0d7fa5a676df490067cd32efda0cce3672998a4b]

        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>  [a3401a6ced52a23a07802087844d5beecee10e53]

        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>  [bd69c96663dde87b70363d320df5e9fbe564592b]

        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>  [aff4ca22e672008557aaf7d1ea082a28290f3ed9]

        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>  [10ba0cd0fbe7787a44eb4b927670064ceeba6668]

        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>  [7716f890a4c3338e68616bc3bb8f54efbd95e9c4]

        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>  [90767de785561c22b2db4224518ce07038673c2b]

        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>  [1601e0269e5a37553ca3c5f5e7d01b9708f6c290]

        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>  [6a10ed64a95a53057a525f2d7e4160685d97a5cb]

        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>  [737a51a628a1ca9fc404ce679da2f042e8fa782d]

        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>  [8209dad43ae566321f74054e3447ea408c59bf7c]

        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>  [8775c27df57dc95c5a2e70800f6da6ec449392d4]

        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>  [20406a569b16027863e75a65e7a66beb0822d25a]

        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>  [20e372ba208be228586b516c10209b7125f28a34]

        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>  [c128fe97dc0539bea4a15ce7218dbe79092c3c61]

        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>  [06a6079daa3f22d5951d2ea9a047a3ea771b45f1]

        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>  [5b4fe3677d7764d8c4f73d00d17463fc3ce1901b]

        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>  [52de331827e9b18df47f634c58a25c2b55782c3e]

        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>  [934b1a91b7ef5fb17e7894ce9aeabfd8ef804d10]

        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>  [b64765e4b450f714139427f84b31ee8f1b356e68]

        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>  [e9e5f3875208f90493d3daaa204a101850ad57b1]

        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>  [51113ea4ccfebcd4c8a7bb5271ae2ee7f8efdd23]

        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>  [b839a96d6237e4381794095564378a2bcb67a6ab]

        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>  [a26c2dcf4a8e6acf1a1d629e2d7b55c005430a2f]

        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>  [14322155748086a96236549161b31f3687f6eb65]

        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>  [92805d07f7da161d23e27445b5b6802e0da6b940]

        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>  [a66da59f74f7c63dbf85c03ec51bcad8547bd9da]

        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>  [01cf81a3af20c6349b97ec2cd57417eb84232ead]

        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>  [bc7bedc2944074f0618d0978b0f7592280573e37]

        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>  [dd18ef8b72fd6c732275a2243769b8e6e254c1f9]

        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>  [6cd1de9dc83479d7021952b1315080bb889bf175]

        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>  [4a60759047ecc20c270c84a54c6c15fc5d279c79]

        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>  [eb1ce1e63873d16141e63979da8427d2fcad3eea]

        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>  [5858226af3ca103d32c838b23b3e6926c3d74e64]

        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>  [767352dc5cc6fc0f22cd6c188ebc1103f7a94c2f]

        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>  [9215936f30650fb99cb59410e694205b6ea21880]

        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>  [4cc87c41511eabae81b9066ff3b834ba13ffae84]

        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>  [3abeda7d4ba364265b7879dbc0e1e8deb8ce21cb]

        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>  [32c19b7392b69ec8cda00694a29eb2da7e29795b]

        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>  [045343694a478b22d068a83778aaa78a8a70669d]

        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>  [9c186df1d517b6389dc27d6fb04c6bb0bbab5d82]

        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>  [a6c5a965b1ce9f09fa7f48744279a68f76ed4d2f]

        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>  [16d7b02cd2d341963644bb093531d0e64bc566a4]

        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>  [6a7b86a3ec6f65a69c8032d5d776ec514f248162]

        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>  [dc15b46c019df823ad4bb0dbab686f2de2519a51]

        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>  [2bdcba50e9fe0319101c56d9d8842e0f3ecfeff5]

        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>  [20296fb9e4e2cc3691b6cf1aba3f0cbeda009b1e]

        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>  [b6413788fdabddf3ad2e67f570807240631c0086]

        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>  [e6035b85dc89043d5dfe0cd5ab7df28361a1476b]

        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>  [45f30b7eafdce87db507b165042d69217b35ed2b]

        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>  [5eb6d9e05d85eeb4f8212948016f1b8e11d48086]

        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>  [33393d19bd12f4babff11ac298a115d64c479bbd]

        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>  [30cfee826f792a8c3089402a77f916cc14f14004]

        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>  [2d9e6929f995354b261640ba4bfc00567100d7f9]

        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>  [ab6b78dfe7c7aa2174ba8fccc8935a24dcfb1b47]

        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>  [b219df67aa4a2bfa540f1cb7360b5ba420112033]

        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>  [3534751d211a57cbd2793e0f15882eb8c65414df]

        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>  [ef14567f1dc8bb989fc234024644d4c14517cf60]

        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>  [9b7cf3eb8ce480ab35e7dd3b98af5a8fe4573229]

        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>  [ed93373654b47d0bbe8246cea107b95676e2054c]

        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>  [215b4accfc676445e4756d5b8e04e2ff2b1af977]

        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>  [c7df747bfaa9f003debc50066d46a2bfaf860f24]

        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>  [81ea99642cc2c43a045179ffd45b2cb3b59d4f04]

        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>  [e2d197fd187df4319a65a8142f90131d10c69e71]

        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>  [807173069c7038312d0f133a314c9bfc42e727f1]

        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>  [d85f593d55afe1d9f512c31d7039b707449e953e]

        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>  [c2f696c2aa375c8a9de0abbfa5ee0d487cf3ce8f]

        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>  [78781161b179b2c9c03445b64b3e3bf23ac4e9e6]

        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>  [e1aeb41f872a2045333ccd7205d294ba6ea968f9]

        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>  [77be8fafc9a98f07d9896cab8509733831eba8c7]

        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>  [ad42052fb9c04e52e6b8a8472956b648bfc0baf0]

        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>  [3c63ae6ded52f763725bb3b51b76243403a90273]

        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>  [1e99c77e61bf99fd7ba836fef1259384761461b3]

        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>  [ab604731de202595f8e27c65163f8869ea5fbcf6]

        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>  [339da2e36bcc369538090e6f3fcb010bda3b8547]

        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>  [5159b36c7df3492a181a9a0604c703a1b185bdd6]

        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>  [098335281c600036be8d4fda34385b34b075e3ad]

        INTEGRATION: CWS vgbugs07 (1.8.68); FILE MERGED 2007/06/04 13:30:24 vg 1.8.68.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cec58798ee93fd46c204abe88b3b37b0e349c5fe]

        INTEGRATION: CWS vgbugs07 (1.7.42); FILE MERGED 2007/06/04 13:30:24 vg 1.7.42.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12908953de817c3e86a3a90c0d8d06887bfadf8e]

        INTEGRATION: CWS vgbugs07 (1.6.48); FILE MERGED 2007/06/04 13:30:24 vg 1.6.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0777e3916b817791c3a66501632fe10b8c04eb16]

        INTEGRATION: CWS vgbugs07 (1.3.108); FILE MERGED 2007/06/04 13:30:24 vg 1.3.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c03aeb5befc6100f8ebc1127411b35eeff8cb445]

        INTEGRATION: CWS vgbugs07 (1.5.48); FILE MERGED 2007/06/04 13:30:24 vg 1.5.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22630512f76114f9a06db873d1e0ff5ba562f20a]

        INTEGRATION: CWS vgbugs07 (1.15.6); FILE MERGED 2007/06/04 13:30:24 vg 1.15.6.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ae3dfc28d18f91394a35aeb9ad6e4958df841d1]

        INTEGRATION: CWS vgbugs07 (1.30.6); FILE MERGED 2007/06/04 13:30:23 vg 1.30.6.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d8571e93f5aba91c393c9724fa7f85313cc975]

        INTEGRATION: CWS vgbugs07 (1.4.106); FILE MERGED 2007/06/04 13:30:23 vg 1.4.106.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [565c7c14bfdf9b747a3b3725d73be5e41602d1a6]

        INTEGRATION: CWS vgbugs07 (1.16.6); FILE MERGED 2007/06/04 13:30:23 vg 1.16.6.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78978fdc01e7480b5255b155b2dd88d2f70f0d06]

        INTEGRATION: CWS vgbugs07 (1.3.82); FILE MERGED 2007/06/04 13:30:23 vg 1.3.82.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9741880efd06e5b8f6185c70f5da6c70d71caed9]

        INTEGRATION: CWS vgbugs07 (1.2.108); FILE MERGED 2007/06/04 13:30:23 vg 1.2.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [599d6f3f78b985263e0c96bf981fbe114c8a2b80]

        INTEGRATION: CWS vgbugs07 (1.4.108); FILE MERGED 2007/06/04 13:30:23 vg 1.4.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de0cf0201a54de63bdee09ac96b863f1e1e76e3]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/19 10:16:49 vg 1.6.32.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:30:23 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [369dd07724209b7e0031d98d5404fa97470ccf7e]

        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>  [b5f2b167e0e363d96993226642f2f69db91ded47]

        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>  [9ef27b38e5724c691b092b27d16100000819aa97]

        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>  [3db7770f594e829590eb40d2f7b151484a5e577a]

        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>  [696cf04b270ad372590f68f320c1097aaf71cbea]

        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>  [4cdb8ed788b92d776b5d63102dd5e06b808c4956]

        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>  [edd0ff8d9b236a87d45219e645531dc72ac8356d]

        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>  [98de0e728981818729c5c88088167797e2a87e7d]

        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>  [2ae990e66a07edea5153fd386aa0490f84b232f3]

        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>  [cd4ce81e2dadb06a55ed2bbebbb1ecbef72692c4]

        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>  [4d13f77ee122be294f447fa4f121911fb94b3cd1]

        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>  [1de5cf103f69bc44b80fe8f8cf833ac1910eb371]

        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>  [5217d126d0940bb387b1a8ed0b996f8e05cc780a]

        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>  [5a5f633598fdc06de9b3bd6a8c7efe1a95edd706]

        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>  [292f1a6974932c9e30b331eaaa083ab46f845d03]

        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>  [61910fa99722c3e4c3689cd62d29750f1e85c26d]

        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>  [d0817e8df5827ce87994360105ea6ff440b6dff0]

        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>  [8fbf1afe34cd43689c2a59cbeb4333ab104d2b52]

        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>  [b2c163d267778496fd51ea68ccee017e0e1a9caf]

        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>  [99324656a5386fb939b930a20805cad6a0bdb48b]

        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>  [0e917365cd69a7c8e1ba1b9761ac911f26b936da]

        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>  [a777e318514116fd86f61e69dbc370dc623fa16c]

        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>  [47bca6beb333c95485caae7bddb88071be5eee23]

        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>  [2105b0b7b4866e024baebcdc700bdcecdc381a25]

        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>  [b1db0bc640035fe1f5f7a95a7322f3f5c041d67f]

        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>  [7023649eda96d879cf15867b8800600df5af3adf]

        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>  [3d4b25a75535c7c75e1f7685c603f6a7ad576bd0]

        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>  [148e3c0694c3cc5c6c4a0a2ee539101bae11cebd]

        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>  [20a8b7666c774247b3a3bc02089e5ecb5ac321ff]

        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>  [9b9d44471d7c0afb7fb452af98b946b635f00a7e]

        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>  [1464d50534cbd3f3610c8fbc2994782c4a0c1c11]

        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>  [129c6e0aae0fb3d2b4a23cf84b58abadae87fbb9]

        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>  [8df42cacea4215fbda482fe429c46b4080b40141]

        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>  [a17ae46147122d24ad34ec863f52d4a3092f4666]

        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>  [c301215b18b9eed1b669c445ad5eaa5478c01206]

        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>  [fbf4832465cf2427837db39b5c1cceea4e484be2]

        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>  [1523f6e0adee7eb54d5cbee9bbb4f5e53dc95240]

        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>  [21163f3001daffcf8044dbc87b66c9724ccc0d0b]

        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>  [441c708e2ddf885f5240124475edef1d3e51c0f2]

        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>  [01645489b5a52c164d3d392ed133359adbfa939e]

        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>  [7569cf41285f9957008ec1a75614148c44bdb6e3]

        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>  [893d41652186b583f0c8352f42bda39d4aa39894]

        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>  [001d29ee498ff0afcbce557a0c06005e4541f794]

        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>  [6657ef39bc7ed4bd4869bbfb2f980e93ea7b474a]

        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>  [73d417109d9dd0bab867193e72a199469151ae43]

        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>  [a4e3eb7948c2c1563df3875862ecf33f29742fb9]

        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>  [5798ad7407773227779e1a56fa4f8883c83bb8f1]

        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>  [3c471539c81e63426fb26fc1f5b3612b41f3b4c7]

        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>  [ce81024e5101a7a48bb616c9e26c169aa327a6cf]

        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>  [b646b0ff06df4457d30ce11466ee1270cfdd81ce]

        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>  [d56aba4e8f5ccced7b88cdf4f5e56bf8fdaf35e9]

        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>  [42dfe12ddd549fb29d7a0f80b3c6bbc3757f8d8a]

        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>  [63d45990644d21d0631751b1440326e233a36fa7]

        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>  [8fbb3aa3f5974c3b2b2f3f8d0a0b48caf52575e9]

        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>  [0788899af72ef9810c322403357692254bacd399]

        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>  [e43284158fa8922b46bbe2437174690c90e09231]

        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>  [08824523a0ad05d8d83e8c15e303fdd39a7a6fe5]

        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>  [256ce4f39bf252cb535045f0eb4f5b6f2700aed8]

        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>  [044f70929d5b868e520277951cfef89e81aa5ecd]

        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>  [0dd3339b340c3439e2da8de3ebc6012cd1de6d7c]

        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>  [ee415d126308626f5f858b23ffb89ee6ce79a857]

        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>  [344c20c11dd97d092cab10d052007021cf861282]

        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>  [4b78995be93cdacae073ff785208a97d7fc132cf]

        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>  [1969cd4e0a5d46c576d2b3f9a301b8c9979385ac]

        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>  [0d5463aea9ca04316da9027f11c0ca7992f73b06]

        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>  [08615e0d0001c5b8c21190283792bcb2a5a69ae6]

        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>  [8f59d3d565a5002d68eebbebe1760add37b46970]

        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>  [707dd57afdcbf37dca37528454f40cd6f6666918]

        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>  [e2d204aa0bd52998456a7622bcc3fc308fcb85ac]

        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>  [4d23800d5648053582155c61f8991008965ffe98]

        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>  [cb9e17c87261b432f1191954b3e2759c31685e04]

        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>  [78bbfaebb46f0c0b94e3c93b99668f41bf49f0db]

        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>  [fafddd1bb43c2b40a1b0155605e8a0e9f6f61f37]

        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>  [fc65dc33748db672980b1bcddb56912f3c859bc9]

        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>  [c04ee0b1fcc933c9a525446fc6d32b25105c9837]

        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>  [9026a65213702b2059f0187cb57c7bfeeb3d26fc]

        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>  [c1c9d83d1499d93667d8ec8af92a04f0feb23d62]

        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>  [9f6c0c6e5906df8dcebd9ec9d0c7b4b8dbdac250]

        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>  [016c49cb4323cc36edcbd9dc3a2cf7dc7fec1cab]

        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>  [a1e3428ad6186e09f8e6e90a2c371ee18a9f264e]

        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>  [76772dc2f544a324149652cec767c5513cd8cd60]

        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>  [b4ca939d4734c0bda5dadb1c5f490477b0a2cf9c]

        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>  [2ffa4a6b14f33a8f87d4cd64531dc57bc231f7c4]

        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>  [edffe370be59fbc30ee85d591ab4f8906cc89931]

        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>  [71eca52463e42a813fd3b93f765a248682b1569b]

        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>  [b6ba045383856ba816a083bf5c791e881f5a5e22]

        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>  [d8b802bf3f880db61f3431e5b1da40a87917841e]

        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>  [d06f743829d5a0d4b32cd3df47aeb75c0e9282fe]

        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>  [dea0af3233ba9e5e05426c9b8aa189ef734546ce]

        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>  [46fd698f4899078486250ba948a44456789c79b0]

        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>  [f2507dd0fcacfadfbdadfbfc0c402c76f9b4f699]

        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>  [d2e96e2a4d881f6aa22603fc17ff9cbde23181a1]

        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>  [10e1fcd61eb9456f1e852f10a923c8da1ae831a1]

        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>  [06508d5410d8efba9314bd039291c39e8cbaf2e5]

        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>  [44e79bdbcae31b7859281e78124a40e11d0f170e]

        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>  [f5c3d0a5df83cd6b62b1cf34b9568b009ee768a1]

        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>  [6170fc33d4ec4b3399e722a8acb3ef2b70a2dc87]

        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>  [74bddbd64ddc2400d534f9593c514859cf627816]

        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>  [852706cf31662613bcf003da1519e1baf7497dfc]

        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>  [e5a2a07ae171b59b26b61808919c92522c69fb89]

        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>  [087ca5522bd25921e28d6eeac0178ed391da4089]

        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>  [5bdd07663e120fa613252bc3370bcb90766d53f3]

        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>  [0cddf1092d4abac8b949b7dab5e013258729a7c0]

        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>  [e245d037176dcc86d6615ec6fb955c4cadbd53c3]

        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>  [26e77791dd6b38f90a23358f3e5a41697e2d4e5c]

        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>  [0c428db50815d9dd1851bf4514d127f951952da9]

        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>  [0e56b5a713991db84bb031d61bcbbd188ee94642]

        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>  [c1a5bf3381caa696c63716c42567fab4c96106b7]

        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>  [5740ad8ed156dc80c5b480c36cc1f509c70a806b]

        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>  [bcaf95749d68b3ef7cf39f73a39e6d805140a982]

        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>  [51c59e90a28638c88be36c74b94d42327a4cdd00]

        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>  [633895f8c40767f1befe35e5e0d366e57d564474]

        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>  [e0b4ff1a1b8d829d8814bf0685649ad37d7a0c50]

        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>  [8adda21a6ed37906c24d74a560d7eeb3c9da77be]

        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>  [ffb508b4ecd9d22d5c2556b21bdc543b5f86c673]

        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>  [7a17709ffa54c41100d03c3c729a9833c4dd4815]

        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>  [8e8c3f798461c0dff245cbe9a1eb7fca9aa126d3]

        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>  [d2a058d7e4fe4178a1e86d8b5786cefd5b3df21a]

        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>  [a4a6422e0a338d0c2a7ee3e4248896cd281ae08d]

        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>  [b143a502f9a963ded81bb31dde517dc36c2ba8d9]

        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>  [6e2dcb72ee945903f5a7ab6a7498a4b174fb03d2]

        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>  [d291f33f5b01d40cea41b52462f452a24c2c7af1]

        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>  [59437f7da3c6d15f38de058f58d0df1fb0928da2]

        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>  [dfe0e67325dde51e6cdc4b2cef49041a60738113]

        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>  [4acfd350653998a087a55f3dda85ab1965d90a10]

        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>  [26d48bf8899fd03df4369e8912c8b632f36728a4]

        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>  [51c50dc85aa582cd41e7d38883bf9506d976ef83]

        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>  [05065a139f9497b26ff405e245a5223aba89b2ec]

        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>  [c9a8e2bb5d6fa3f390341f106b4300a4488861ca]

        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>  [40dc0c376328601937eff0b3d2e83533cebbc053]

        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>  [070f61d21aa5d4ed126d238ae473d87f24ec4b1c]

        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>  [4a74027be735fdd570a22e496c51457185f92b3e]

        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>  [311c967aa9bd2bf0ed8493e84ea954b97c702aab]

        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>  [012bd1aa05b041e2f98370908e8e366fd43bab6c]

        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>  [8ebdc6e2683656929b35ffc2b370aed4a5b24f22]

        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>  [006260e058fa6b2031081915c5b6be6f310eb7b3]

        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>  [44495a147ef4c40b697fb7f724b350c941ad75b6]

        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>  [1099383dfa14ebd03b6693ea3b30cf131f992a66]

        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>  [42c9affe8838c584048705bb9ef8c441e3a5a320]

        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>  [59eb2088d21e47aad3a32d52eee2c23211a3096d]

        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>  [eea530dec160cb7f5005f65b0906fd68db9c90a9]

        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>  [f50484230d6ec24f880c0191075848ff50d93333]

        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>  [59b2856939575ff80f6752fe149da74191dfdf60]

        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>  [211baf37884a49dd63e71d9fa52e5fb3c03fd7a8]

        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>  [490d3df5be67589e5fa947e78e769583d2c62941]

        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>  [068fc38032e76d2d6a76dac9c5ae80be9d8184b0]

        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>  [c79b2647f7cf0fe46c9d585f94f80a81eba8a217]

        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>  [e7ca966a951769ed831ee87675a8780da2181bd3]

        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>  [9c65a9cc0f3ab0343f2d34b703abfc1c344f7b97]

        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>  [3fee15b62ee4d26dc41268184fbd6865e6a89c29]

        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>  [833fa45253f84e66ff69fb2e7fba2c80a4005399]

        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>  [bab57c13e86f381da2c4f6d314f228f8808f9419]

        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>  [407552ef588c022a6bc9d69b76e394f6e46163ee]

        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>  [60dcc074fa68c6707f2d88c6842c41f044b17962]

        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>  [d1d969fd3ab938480b30a8187174d5ca91d0d830]

        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>  [d61843fc5faace5367a771e3ec76707666616e82]

        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>  [1dddf6100551fa831a5f5aa53f450c5376600aaf]

        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>  [be27203ae5855cbeee68590bd149e6f5d39a0dc2]

        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>  [6a1685e467d472dd18de5ed2cbd020fd48e5bfae]

        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>  [10f22a3bec0f999e1eea8ba245df4a1d417cdab2]

        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>  [359169c19bb5f24f81015472d1376ea8413e7361]

        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>  [4ba3493a0fc7aacf717fce292cd0859cad85700c]

        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>  [916e26d05189906b000d3618dfd0ba918e69d30c]

        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>  [b24bf3ef093057356ce9b8bedb15d8082949b7b2]

        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>  [657081402abc9c578764972b2d4becaa66bbaa8e]

        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>  [594fcc6747ed15ab709bc99276471eb1d1055cf2]

        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>  [5496b76e2b668692de652417701505afb3ba5802]

        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>  [8f096ec2062d9fe0bd4cfb0ccc4d625e2867e8e4]

        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>  [ba52d82b3b3647489c3ebd66c6dc8f76b368e3e5]

        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>  [e1ca2e496398200b3b738e32da47f707b6631626]

        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>  [ad8b0abbfa69c586b7f16ca2295314abcefe8b46]

        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>  [d267ec16a4dbf53d132658e985257a8b5161462b]

        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>  [f3e87feb28d4abe2c959849a4dd7a837b38c10b7]

        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>  [d35dfa8c54630cd480568f7d009047d669c2186a]

        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>  [a1975cf7460bc86a61a269a1fc1ef9088e385ac9]

        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>  [95122702c7435d6001a06b12693851719a5437d2]

        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>  [3088452d06e12c77c08f19d441cb19bb58594703]

        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>  [bb63d99957e21efb716cfbf64fd0be8533ebbb60]

        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>  [6a3e05c5774259699bf4fa4d91d6948c8bcacb4c]

        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>  [028f12fbd8c5f346342e0f8fa4c3bbbdd9c99db2]

        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>  [13df3dd2815adb6d77f93b0fde619c4f41f534aa]

        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>  [61e3d142a682d51ffe7bf455a465f0319348b3cd]

        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>  [ff05a3fd1e532803a7b1a88aa06b5f31ae9cf259]

        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>  [16dc5855b900acd1e0f91965fcd3ab9a5cf3ecb4]

        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>  [5e9c25cebf20c6c37d72f640476b8083602abd40]

        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>  [2431c8599c639243c4123573433dd6364240fe4a]

        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>  [0a74e802da12c34119bc159ce3abf9b7d0953646]

        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>  [a14085d787a2967ca11715ad4458552193599ae1]

        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>  [7870c7d7d4f3b3d2f4fff461478808ce80211f52]

        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>  [3b30a7ac89773c1646d1d08272ae75d99d670d75]

        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>  [773e3c94ac6938def21adde8e93f032d9f750f27]

        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>  [2e7c57e312f77f4ff56bbffb6f7755aed11b066b]

        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>  [a7e98edd30d17c592143fcbaac681578dbf17a0f]

        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>  [9fc12530147bc4db47aefc31689a244b80dab4dc]

        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>  [97abc0a1b640c670136df2aef32dbe8fcec099a6]

        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>  [5171001c68d8090719e2bb1d116d1e253ca76b50]

        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>  [079ccf19f01b13f7b6a0f082794a35ec5911c2c3]

        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>  [398642f7fe00313f5965268b5d44e3915f343b88]

        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>  [41c58812f71ecd003f308203cde06ab2494dfa9f]

        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>  [7bdd1bc6ea2153447a914a800f0a108517f7415a]

        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>  [20cad41daea72abaa2660e3b1e2d435694524f24]

        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>  [b887e26cb27a21c46ad9f5e37fa140cfcf3bf5cf]

        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>  [1b6afd06c18d8e38801a7a5164f3cadbced9eb9a]

        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>  [3d5cb6f9994b67effe4f9f85461b8ba1761bc3f9]

        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>  [738ed1cd63a681b63ac05d0a728e9a22324d4954]

        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>  [b824bc3ddcc43442f09ab316db388aa66783c3a0]

        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>  [69e8dae95ffcacb94bbfe6138e297d945142c0b2]

        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>  [1eb3bc57aa145196784ad598e434389bc2ec2035]

        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>  [0510db53800c9eb37ac67f0813b93bc59db4dd4e]

        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>  [ece3f1b58bc0e1d150824f250e36e08b5a637cf1]

        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>  [67fe38a0ec45425071f1c88e6c0351fdf83b871c]

        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>  [1a864fa99114b49e43da019c3307003f614ec8a2]

        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>  [40747c23b95f01076760037bad4af8a524d6d2a1]

        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>  [92f1dbbf10edf015b5cb7cf18c1849885fc539ea]

        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>  [6a4b6cb53cae3fdc50102636ad4dc9cc964226a5]

        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>  [eb19347317419874372b04d2c6df674d179d49b1]

        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>  [bd2c94fd67ff2831a847480c06c0e9754cfb5796]

        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>  [a1e3f9e55e630e49d163f0e117094b7ca30c2abc]

        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>  [1c456a7c623abd82d37769b9db96c6458efbb0a2]

        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>  [5f8ef1c06140fd6c8336aae87e44087beb3cacd3]

        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>  [702d5de29adf7e9fa7ff3f44def4bcb34cd00854]

        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>  [8bdae5dbeab30b5b8bb334c4cbc874b2c0d3f5ea]

        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>  [4bac5e26e5da191f9e477bb72b55bdbfeee13c8c]

        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>  [9857ea97e5e5756c6432ec86f02216aeddcee566]

        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>  [f472337a01f03fb04b661e7ddc37159434ecf027]

        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>  [250066b3b2dc167b003cad7775ab05cdbe0feb64]

        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>  [778e628cf1d8aa12b27a2dce02be92ed0ca6f088]

        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>  [7427ccf150c8e97ce713401e45716e32b89dcf44]

        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>  [1059c51470ba8a8f6f71e0ed09d1e7993addcfe6]

        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>  [c756b074d4cf649b038b85e18525b67f34eb57fd]

        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>  [9f66b86566591a6782a27bc985b8b6e0ca7fa4b5]

        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>  [1788c676558819a82c74769bb6cd48cdfb55ddfe]

        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>  [9e44ac41b263d77606f6b94519550713eec2b043]

        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>  [5c0147828196c01a60e08ea4126b884ed85964f1]

        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>  [1e0769ecb46775fbab3d8332d582e6e3e4705f5d]

        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>  [f3671cccd79f53292263b654c05913af6266b7c7]

        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>  [75aa2de15382f86bc7d06e471ec9b22c14cb0970]

        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>  [721583bcffc2ecd06e346927f0a1d017ae4caed5]

        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>  [d6847c018b83dc460efa89c8e95627a15f1e81c9]

        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>  [a3363fea9f822b20b98c3ecd82f24a0eb7155d26]

        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>  [be112a430cf2eb94296f32ca7cc68e611aa0ea51]

        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>  [3e6f091d8b05b9d549f32c4b63a18b6ce974c1fc]

        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>  [5274460fbfdd078aa4aab3d75bdd9838601b6dc2]

        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>  [dfb24b69149fbd542ad3eb06e802aef53424947f]

        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>  [5e09fe170d41276b7a8549431bdb5192eff4ab0a]

        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>  [3bf16d86db67cbf647e17349ebb0b164d19e9318]

        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>  [131f069acb20fbab6c0171997ae358f74ed21766]

        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>  [ef80152b78e377726a2d96b0ee81c9d4f171b4df]

        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>  [2b1f97bd38fcd77b79c882c8c98f355a5be02482]

        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>  [50e0e1018e2742fdd2b65120cfcc29a41b5fefbe]

        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>  [fc26638c0a463108bdfe49d3369d8bdb5703a578]

        INTEGRATION: CWS vgbugs07 (1.3.352); FILE MERGED 2007/06/04 13:27:45 vg 1.3.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89b3592bce95ae0e408c1534ce6f843107135a2f]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:45 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0cd12e1e9e41c2fa59a97cbdec15d16b177b2eb]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:27:45 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [834f5d94b7da332b67f6a49b22b0712a82a7159d]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:27:45 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d28aebfbae5a5ac8e2339bbb8f0842df4db0b6c]

        INTEGRATION: CWS vgbugs07 (1.40.124); FILE MERGED 2007/06/04 13:27:45 vg 1.40.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4d5c6607355622bee79904a07539b25384ddbd]

        INTEGRATION: CWS vgbugs07 (1.17.256); FILE MERGED 2007/06/04 13:27:42 vg 1.17.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e09e750d240cba5db1e4522ef79f62da1c8f6b]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:27:42 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [338345056c33cb6d320c9f02f4daecb66bcdb620]

        INTEGRATION: CWS vgbugs07 (1.19.256); FILE MERGED 2007/06/04 13:27:42 vg 1.19.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [77004d9d04ee05c41fce095e232f364876dfb55b]

        INTEGRATION: CWS vgbugs07 (1.18.256); FILE MERGED 2007/06/04 13:27:42 vg 1.18.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f27743001100406ea0736dfa8a74504d1f07bf8]

        INTEGRATION: CWS vgbugs07 (1.18.254); FILE MERGED 2007/06/04 13:27:42 vg 1.18.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d248ac85d88bb1d9598f2aedac65f15f81213fe]

        INTEGRATION: CWS vgbugs07 (1.19.50); FILE MERGED 2007/06/04 13:27:42 vg 1.19.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb9b6a7fab003db231f1ba7214d07b2a2d5d43a3]

        INTEGRATION: CWS vgbugs07 (1.15.256); FILE MERGED 2007/06/04 13:27:42 vg 1.15.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13c2ae177838c748950935caedc620b6443f95c]

        INTEGRATION: CWS vgbugs07 (1.13.256); FILE MERGED 2007/06/04 13:27:42 vg 1.13.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [595d272e5bdebf7caa37b00451461da0bd33dd34]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:27:41 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [060028ead18c3dde3943dffbf6573e8089d00662]

        INTEGRATION: CWS vgbugs07 (1.15.348); FILE MERGED 2007/06/04 13:27:41 vg 1.15.348.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83da7c639aff90919ffd766549266669617aa8f8]

        INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:27:41 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee367985ba466d5ada67b26ed535fe4c85fa6dd8]

        INTEGRATION: CWS vgbugs07 (1.38.128); FILE MERGED 2007/06/04 13:27:41 vg 1.38.128.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be2debcfae713b6a310bf2c3b80987f97d1d608f]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:27:41 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6ad8dbf93995c15412e22717d4666edab86b89]

        INTEGRATION: CWS vgbugs07 (1.8.320); FILE MERGED 2007/06/04 13:27:41 vg 1.8.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc370e1b73e4a4e05ad03b5963271e2aac3431a0]

        INTEGRATION: CWS vgbugs07 (1.12.320); FILE MERGED 2007/06/04 13:27:40 vg 1.12.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [089075e90c164258b7e138e0c6076a94140f7b68]

        INTEGRATION: CWS vgbugs07 (1.10.318); FILE MERGED 2007/06/04 13:27:40 vg 1.10.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d473619ffe9ab1c758dc4c36aa3abce9bbf9ef]

        INTEGRATION: CWS vgbugs07 (1.6.876); FILE MERGED 2007/06/04 13:27:40 vg 1.6.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [543fe9c91f8aca86e976d6a1959ad5e03b0bc20c]

        INTEGRATION: CWS vgbugs07 (1.6.132); FILE MERGED 2007/06/04 13:27:40 vg 1.6.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a595f122fa65113d43f25c7d81ce11049602e359]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:27:40 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be30fd661e86508dc78a75e2c976ad39ff6fc20]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:27:40 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9db531aea7ad3778e955c50c753350385e46b2da]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:40 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [67881b62a4a8b1223f34c66f6183129c0cc49c19]

        INTEGRATION: CWS vgbugs07 (1.8.352); FILE MERGED 2007/06/04 13:27:40 vg 1.8.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [681f55ff6044afc2d9ff0f6d58a494870d284c6a]

        INTEGRATION: CWS vgbugs07 (1.25.32); FILE MERGED 2007/06/04 13:27:40 vg 1.25.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12138a43fd119d233677c0848d611c93c361391b]

        INTEGRATION: CWS vgbugs07 (1.60.32); FILE MERGED 2007/06/04 13:27:40 vg 1.60.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c01f54f4cfce1baa0f7dca9a669ebbe813f5a1ef]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:39 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c805328ebe638d15a2044bbe9939edf7435ea9ce]

        INTEGRATION: CWS vgbugs07 (1.29.350); FILE MERGED 2007/06/04 13:27:39 vg 1.29.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ed5ed7f45675d026834637345af253540cffdf]

        INTEGRATION: CWS vgbugs07 (1.26.350); FILE MERGED 2007/06/04 13:27:39 vg 1.26.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ead3f7a26585028016e231a3b6b6f4b67ddfe1]

        INTEGRATION: CWS vgbugs07 (1.29.32); FILE MERGED 2007/06/04 13:27:39 vg 1.29.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83ec9776af80629f0874d0bc6c048567c5b4da67]

        INTEGRATION: CWS vgbugs07 (1.11.352); FILE MERGED 2007/06/04 13:27:39 vg 1.11.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b4b8e872ef57abe568d718ecc2dde4d27c1cfa]

        INTEGRATION: CWS vgbugs07 (1.17.318); FILE MERGED 2007/06/04 13:27:39 vg 1.17.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0756ea7d07ad1574ed1709ef4b55d7fd22389078]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:39 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb3efc8adf72df1f10f996bcf0d15f4796146dbc]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:37 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b73eea5838d53e1e4b2da2f09e1a58ea3516fd43]

        INTEGRATION: CWS vgbugs07 (1.57.256); FILE MERGED 2007/06/04 13:27:37 vg 1.57.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e03998ed39ff63fd4839dfafc81902bc58c7d5]

        INTEGRATION: CWS vgbugs07 (1.8.352); FILE MERGED 2007/06/04 13:27:37 vg 1.8.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3f5801bcc89d419a692af46375af7349a867439]

        INTEGRATION: CWS vgbugs07 (1.156.20); FILE MERGED 2007/06/04 13:27:37 vg 1.156.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89caeac8a0a99aca5dda0a03eda52eda5e406834]

        INTEGRATION: CWS vgbugs07 (1.28.320); FILE MERGED 2007/06/04 13:27:37 vg 1.28.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce9d9989907425cf50500f09ad1d152245878c9b]

        INTEGRATION: CWS vgbugs07 (1.27.256); FILE MERGED 2007/06/04 13:27:36 vg 1.27.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [452f305453147852c6e3293ddc821bb3dfea0e17]

        INTEGRATION: CWS vgbugs07 (1.62.28); FILE MERGED 2007/06/04 13:27:36 vg 1.62.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a645026be9841e0a7dcb76d2011c4c189c46bee]

        INTEGRATION: CWS vgbugs07 (1.67.22); FILE MERGED 2007/06/04 13:27:36 vg 1.67.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2b547f2cb7b27ade8e95bd7f1921c4fd18b2cbb]

        INTEGRATION: CWS vgbugs07 (1.18.240); FILE MERGED 2007/06/04 13:27:36 vg 1.18.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8256ed8332f560bc6ca1201b588c8fb249388758]

        INTEGRATION: CWS vgbugs07 (1.40.254); FILE MERGED 2007/06/04 13:27:36 vg 1.40.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68747db1c1b9a114499fd5ad3f7a7218919195b6]

        INTEGRATION: CWS vgbugs07 (1.23.32); FILE MERGED 2007/06/04 13:27:36 vg 1.23.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c256f8a3348137bd34e222ddd1745b41fa6aeae]

        INTEGRATION: CWS vgbugs07 (1.20.352); FILE MERGED 2007/06/04 13:27:36 vg 1.20.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8113ff853aebc75029520afc6eabb93c685cacea]

        INTEGRATION: CWS vgbugs07 (1.20.256); FILE MERGED 2007/06/04 13:27:36 vg 1.20.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa910b2c90a0e931ffdecc91a29cba5ced55e3e6]

        INTEGRATION: CWS vgbugs07 (1.6.22); FILE MERGED 2007/06/04 13:27:36 vg 1.6.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0879dc88e27e366908e6ec179507d63bd320a0]

        INTEGRATION: CWS vgbugs07 (1.25.240); FILE MERGED 2007/06/04 13:27:36 vg 1.25.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [acdf49db65323e3adab4a17379e7e18576e1c60d]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:36 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae0c86a387417f0fffd25f23b63bd6a5fc4a43a]

        INTEGRATION: CWS vgbugs07 (1.5.32); FILE MERGED 2007/06/04 13:27:36 vg 1.5.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a023158ab1ac9f9a6ce79154d0f37972cddd76cb]

        INTEGRATION: CWS vgbugs07 (1.12.352); FILE MERGED 2007/06/04 13:27:35 vg 1.12.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f7488dfd10fa1d9ea7b35cc17e234bd28d206be]

        INTEGRATION: CWS vgbugs07 (1.2.876); FILE MERGED 2007/06/04 13:27:35 vg 1.2.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1baaad01bbd2fc6e745d60ca52c6eb135e3868ae]

        INTEGRATION: CWS vgbugs07 (1.17.22); FILE MERGED 2007/06/04 13:27:35 vg 1.17.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7196141c2168d90102bab1af9f9418b8e4e43620]

        INTEGRATION: CWS vgbugs07 (1.17.352); FILE MERGED 2007/06/04 13:27:35 vg 1.17.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea84892426b748e95a17cc8462331e66bf96d9b5]

        INTEGRATION: CWS vgbugs07 (1.6.876); FILE MERGED 2007/06/04 13:27:35 vg 1.6.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a83c3626f1a3e6cd787a3e7e38ceb5988d3de8]

        INTEGRATION: CWS vgbugs07 (1.16.352); FILE MERGED 2007/06/04 13:27:35 vg 1.16.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66e12335a61ef99d88789de0a8e4e1eed0bcbfcb]

        INTEGRATION: CWS vgbugs07 (1.10.20); FILE MERGED 2007/06/04 13:27:35 vg 1.10.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [595586c9928038f0c3d053085e78190e640e7fa6]

        INTEGRATION: CWS vgbugs07 (1.11.876); FILE MERGED 2007/06/04 13:27:35 vg 1.11.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [506db43ee54951777c36a2d6bb5e4d49f26b1b8a]

        INTEGRATION: CWS vgbugs07 (1.15.320); FILE MERGED 2007/06/04 13:27:35 vg 1.15.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e45e1363af3237c9cdabdbb8de7f790fae853e0]

        INTEGRATION: CWS vgbugs07 (1.37.22); FILE MERGED 2007/06/04 13:27:35 vg 1.37.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [156ace28f293d8f84fbc4aa7fd619ae270d2f4e1]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:27:35 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [193098702210d7d2acfdf95bd5a1e2c563a1b330]

        INTEGRATION: CWS vgbugs07 (1.19.32); FILE MERGED 2007/06/04 13:27:34 vg 1.19.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8cf1aa3078bdf74dbcef3afffe6b1065f818fc0]

        INTEGRATION: CWS vgbugs07 (1.6.66); FILE MERGED 2007/06/04 13:27:34 vg 1.6.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eed826ed836ea0c37d04fe60c03d9614b1721cd]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:27:34 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94d2d2686020d783ccbfe3f7b2d488685556db74]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:34 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43900e9178f32700f4cf0a45d365f2d27a66e0bf]

        INTEGRATION: CWS vgbugs07 (1.15.320); FILE MERGED 2007/06/04 13:27:34 vg 1.15.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e838511d6ec4465a8769f5ca5bfb66a41c3090a]

        INTEGRATION: CWS vgbugs07 (1.44.66); FILE MERGED 2007/06/04 13:27:34 vg 1.44.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35c5ec43165eabba7819959defa10a2e8d1b8d05]

        INTEGRATION: CWS vgbugs07 (1.2.876); FILE MERGED 2007/06/04 13:27:34 vg 1.2.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b739e0b8bead5a302498c2d1fe76b19f69823869]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:27:34 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e548e14bd9ed821298686049c185e53bcaf7c4]

        INTEGRATION: CWS vgbugs07 (1.45.66); FILE MERGED 2007/06/04 13:27:33 vg 1.45.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a3c011b173c63cf2d77c222e4a98d3ca8ddc127]

        INTEGRATION: CWS vgbugs07 (1.77.32); FILE MERGED 2007/06/04 13:27:33 vg 1.77.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [889cdef594d0dbffdb02421d87006878c0885503]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:27:33 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [886eafe87f8a3dad14ac6b84a67ffaff043a3069]

        INTEGRATION: CWS vgbugs07 (1.28.66); FILE MERGED 2007/06/04 13:27:33 vg 1.28.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d58045e6981dc0488b769f8b1107b06e46c58dd2]

        INTEGRATION: CWS vgbugs07 (1.27.50); FILE MERGED 2007/06/04 13:27:33 vg 1.27.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3af7b6c73c6048b874f173c4b581f1e0bed8eb7b]

        INTEGRATION: CWS vgbugs07 (1.17.320); FILE MERGED 2007/06/06 11:43:12 vg 1.17.320.2: RESYNC: (1.17-1.18); FILE MERGED 2007/06/04 13:27:33 vg 1.17.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc4cdfa78449811de8a8060fb63fe8242bf2b600]

        INTEGRATION: CWS vgbugs07 (1.23.32); FILE MERGED 2007/06/04 13:27:33 vg 1.23.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e712a2079913805dd0369698ad93a3e35138cbce]

        INTEGRATION: CWS vgbugs07 (1.23.66); FILE MERGED 2007/06/04 13:27:33 vg 1.23.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc58b07a47cc5780c35602e3ef610eb21c26b0d]

        INTEGRATION: CWS vgbugs07 (1.38.32); FILE MERGED 2007/06/04 13:27:33 vg 1.38.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5b545eb4a7f737cd123c2cf5d81684f4f626c2]

        INTEGRATION: CWS vgbugs07 (1.9.66); FILE MERGED 2007/06/04 13:27:33 vg 1.9.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d0e1bc2a5b4ed866e008e998fa1778bf44599dd]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:27:32 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc684d65702cfc5ad390261f45edc5376db986c4]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:27:32 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09a84874be616ec3b281e0cd539109fe5993f86]

        INTEGRATION: CWS vgbugs07 (1.8.66); FILE MERGED 2007/06/04 13:27:32 vg 1.8.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7d55dd6d7c16403e146d799e04f33de30c2604]

        INTEGRATION: CWS vgbugs07 (1.4.320); FILE MERGED 2007/06/04 13:27:32 vg 1.4.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf36fbbf025aed11a894b3a3012aff09ce278e4]

        INTEGRATION: CWS vgbugs07 (1.19.66); FILE MERGED 2007/06/04 13:27:32 vg 1.19.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7b257bd83bd76eeb54b01ac16c848266f2bac1a]

        INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED 2007/06/04 13:27:32 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [09f889cb5210cc0da22ae4d2ec4cd9310f90554d]

        INTEGRATION: CWS vgbugs07 (1.23.66); FILE MERGED 2007/06/04 13:27:31 vg 1.23.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf890643c72108abd4dcb3c8106c02c7d18e78e]

        INTEGRATION: CWS vgbugs07 (1.30.320); FILE MERGED 2007/06/04 13:27:31 vg 1.30.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfff1d44463ada203a933af45aa1828236b8fd9b]

        INTEGRATION: CWS vgbugs07 (1.21.240); FILE MERGED 2007/06/04 13:27:31 vg 1.21.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb889dd2aa9fb14f07a405efdc724b73cb000c0a]

        INTEGRATION: CWS vgbugs07 (1.28.30); FILE MERGED 2007/06/04 13:27:30 vg 1.28.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c28eacdb2469a0519697981cd7001275a03347f6]

        INTEGRATION: CWS vgbugs07 (1.31.32); FILE MERGED 2007/06/06 11:43:04 vg 1.31.32.2: RESYNC: (1.31-1.32); FILE MERGED 2007/06/04 13:27:30 vg 1.31.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4797e14eff753fdf3b013531ecaac54f22e2f64]

        INTEGRATION: CWS vgbugs07 (1.30.132); FILE MERGED 2007/06/04 13:27:30 vg 1.30.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6948e34bb1a31ebaa715d3914b18a5c728d7fd2]

        INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:27:30 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30f5851246e376a6550346e3f18754d2f6b04b45]

        INTEGRATION: CWS vgbugs07 (1.22.30); FILE MERGED 2007/06/04 13:27:30 vg 1.22.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06e53e285025f1ac95ea5d822b64256c005c14d8]

        INTEGRATION: CWS vgbugs07 (1.26.222); FILE MERGED 2007/06/04 13:27:30 vg 1.26.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a50eb258b2811f3673ef0f182aa9b9b3f315a9c2]

        INTEGRATION: CWS vgbugs07 (1.24.226); FILE MERGED 2007/06/04 13:27:30 vg 1.24.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65c8b1fca12a3f122606d3b516f0025eed259e74]

        INTEGRATION: CWS vgbugs07 (1.9.320); FILE MERGED 2007/06/04 13:27:29 vg 1.9.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dcf5c800908a987c3af251d3cbc9c4fcce01181]

        INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:27:29 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66a6111b5cb3df8a69db08965d810b94c7a4241]

        INTEGRATION: CWS vgbugs07 (1.12.256); FILE MERGED 2007/06/04 13:27:29 vg 1.12.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c4c7f6e4bf51d3f62e0921af99f0d57c28cbb4]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:27:29 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1325ca80f5195a7ff7a3fdf18d56820b5724be8e]

        INTEGRATION: CWS vgbugs07 (1.34.108); FILE MERGED 2007/06/19 10:16:33 vg 1.34.108.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:27:29 vg 1.34.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be2f74186e8ade6d9a78353c293fab38ab7f7af0]

        INTEGRATION: CWS vgbugs07 (1.57.104); FILE MERGED 2007/06/04 13:27:29 vg 1.57.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3df7eafe40e9049304139a8132bbb0b5e01011e]

        INTEGRATION: CWS vgbugs07 (1.58.238); FILE MERGED 2007/06/04 13:27:29 vg 1.58.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe8a228a59b8df0c67f785a22ba3166a2a2e211]

        INTEGRATION: CWS vgbugs07 (1.18.130); FILE MERGED 2007/06/04 13:27:28 vg 1.18.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7553cdf4e9f5c6dda6fa1eaa6ac4bc4413637adb]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:28 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbcab1137a8f358de52a45b21b47cca24e77a763]

        INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:27:28 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d9399b0c3ce0fe8d7b8eca9a1703c5ed419463]

        INTEGRATION: CWS vgbugs07 (1.26.134); FILE MERGED 2007/06/04 13:27:28 vg 1.26.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab07d0787db6673a1bbb6874ff1992ccf0183e61]

        INTEGRATION: CWS vgbugs07 (1.14.240); FILE MERGED 2007/06/04 13:27:28 vg 1.14.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2030159c0d13e5e0f10713a1a874138127522a25]

        INTEGRATION: CWS vgbugs07 (1.14.318); FILE MERGED 2007/06/04 13:27:28 vg 1.14.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae5b4187111c96d4331c98097a5eb963567bdee8]

        INTEGRATION: CWS vgbugs07 (1.6.352); FILE MERGED 2007/06/04 13:27:28 vg 1.6.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f01c40afd74a4b35288ef2b8468c66ee8391e5bc]

        INTEGRATION: CWS vgbugs07 (1.18.256); FILE MERGED 2007/06/04 13:27:28 vg 1.18.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b06ee132de2eb8c9769698c63ea364b17ec230]

        INTEGRATION: CWS vgbugs07 (1.6.256); FILE MERGED 2007/06/04 13:27:28 vg 1.6.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37b883738963e33bde4167bf688b7f56ef688199]

        INTEGRATION: CWS vgbugs07 (1.29.32); FILE MERGED 2007/06/04 13:27:28 vg 1.29.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f98f50788894b14f4b091b9a5341efaf493fe13]

        INTEGRATION: CWS vgbugs07 (1.81.30); FILE MERGED 2007/06/04 13:27:28 vg 1.81.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f4968eb93ddb9aebef492ea11841d1626b3a67f]

        INTEGRATION: CWS vgbugs07 (1.27.238); FILE MERGED 2007/06/04 13:27:28 vg 1.27.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b900192d76def8286ee144ad21e3af3dfa67c123]

        INTEGRATION: CWS vgbugs07 (1.41.30); FILE MERGED 2007/06/04 13:27:27 vg 1.41.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b633fce064c8bf2323d4d2974f8242542536d16]

        INTEGRATION: CWS vgbugs07 (1.22.256); FILE MERGED 2007/06/04 13:27:27 vg 1.22.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5a7a8088ce3a0d6f260c6ec597b5d257e6cbe9]

        INTEGRATION: CWS vgbugs07 (1.78.22); FILE MERGED 2007/06/04 13:27:27 vg 1.78.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32a0985d1be3f6d7d65fb45aed3146740a34130b]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:27:27 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [034cba9e8ce442b93aebdef7d1b81d95433fc453]

        INTEGRATION: CWS vgbugs07 (1.30.30); FILE MERGED 2007/06/04 13:27:27 vg 1.30.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b258ed1edc811391d9608569511a8d9a756bf60e]

        INTEGRATION: CWS vgbugs07 (1.6.254); FILE MERGED 2007/06/04 13:27:27 vg 1.6.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e72048d4e84ce04fd9207eb01f655b53129b051b]

        INTEGRATION: CWS vgbugs07 (1.35.108); FILE MERGED 2007/06/04 13:27:27 vg 1.35.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [caadd9abcd17206649d520f6e0b5b481ff68ed06]

        INTEGRATION: CWS vgbugs07 (1.79.30); FILE MERGED 2007/06/04 13:27:27 vg 1.79.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a02de9a3246cb032c2a5fffd9dab6750332844d6]

        INTEGRATION: CWS vgbugs07 (1.40.238); FILE MERGED 2007/06/04 13:27:26 vg 1.40.238.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9b4f4337f618620927c965a8bbf31d615a9fb27]

        INTEGRATION: CWS vgbugs07 (1.32.30); FILE MERGED 2007/06/04 13:27:26 vg 1.32.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d360b4203872f90796c6b719f4b606f9e2ae610b]

        INTEGRATION: CWS vgbugs07 (1.27.94); FILE MERGED 2007/06/04 13:27:26 vg 1.27.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0c39a43e80051971224e338be4c7cc176bee3ce]

        INTEGRATION: CWS vgbugs07 (1.88.86); FILE MERGED 2007/06/04 13:27:26 vg 1.88.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3f3d53c7b6d481422006aab685906502517290]

        INTEGRATION: CWS vgbugs07 (1.49.32); FILE MERGED 2007/06/04 13:27:26 vg 1.49.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c5162da3f07dbfc5be3f353ee31a107722a32c7]

        INTEGRATION: CWS vgbugs07 (1.40.30); FILE MERGED 2007/06/04 13:27:25 vg 1.40.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69016007a91cab530feba88726df07075b710279]

        INTEGRATION: CWS vgbugs07 (1.12.222); FILE MERGED 2007/06/04 13:27:25 vg 1.12.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c88885ed68dc2f405ca7c47f7ca6fbc951ef8847]

        INTEGRATION: CWS vgbugs07 (1.32.222); FILE MERGED 2007/06/04 13:27:25 vg 1.32.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c71fb8fa7956ac59130f984407f72fc41e8fed1]

        INTEGRATION: CWS vgbugs07 (1.73.22); FILE MERGED 2007/06/04 13:27:25 vg 1.73.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4a4f887b1d2739049ce0655c02cbf9b6092d0b]

        INTEGRATION: CWS vgbugs07 (1.10.320); FILE MERGED 2007/06/04 13:27:25 vg 1.10.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d57e98efa5b942e5aaf847aad774d9a10b7ccfd0]

        INTEGRATION: CWS vgbugs07 (1.14.256); FILE MERGED 2007/06/04 13:27:25 vg 1.14.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8104068f326afea7578eb9c0fa3ff922736f665d]

        INTEGRATION: CWS vgbugs07 (1.4.32); FILE MERGED 2007/06/04 13:27:25 vg 1.4.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [603cd334e009adb67aa91f8a217d4bd579fce661]

        INTEGRATION: CWS vgbugs07 (1.6.352); FILE MERGED 2007/06/04 13:27:25 vg 1.6.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46c9da9c4c8f67a8ba5e75c8bcbe902d52aac118]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:27:25 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e52f95a0d4619e1b8a29a8c3c7cdfdca7b9b034]

        INTEGRATION: CWS vgbugs07 (1.14.256); FILE MERGED 2007/06/04 13:27:24 vg 1.14.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e77f7060ba81c33c6db8da2b763856c82ee2c558]

        INTEGRATION: CWS vgbugs07 (1.25.46); FILE MERGED 2007/06/04 13:27:24 vg 1.25.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b547b52d99ef9e03205e3f67c3a85a46d81f880]

        INTEGRATION: CWS vgbugs07 (1.11.256); FILE MERGED 2007/06/04 13:27:24 vg 1.11.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8be1070b6dc4c9dd5356b5854ae4d68f328dd050]

        INTEGRATION: CWS vgbugs07 (1.151.32); FILE MERGED 2007/06/04 13:27:23 vg 1.151.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27332dffabd0ce433785104b04b1686cf5bef1ca]

        INTEGRATION: CWS vgbugs07 (1.7.132); FILE MERGED 2007/06/04 13:27:23 vg 1.7.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2091d9ce2f9d0ffa5595d04def5a52e55a7d841]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:27:23 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de48af9abbe9cae4ad5f0beb013604fdfee4bbb9]

        INTEGRATION: CWS vgbugs07 (1.29.50); FILE MERGED 2007/06/04 13:27:23 vg 1.29.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9a9d5ff587f89101f1e0463dfea669c0917b845]

        INTEGRATION: CWS vgbugs07 (1.56.30); FILE MERGED 2007/06/04 13:27:23 vg 1.56.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd6b06a8e6769759dae335baf5ad7ff64ee0fb1]

        INTEGRATION: CWS vgbugs07 (1.29.30); FILE MERGED 2007/06/04 13:27:23 vg 1.29.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1344b577ae8b10b360c3a8045b7744ad4f6ee7c2]

        INTEGRATION: CWS vgbugs07 (1.27.218); FILE MERGED 2007/06/04 13:27:23 vg 1.27.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9654e18a87c3323e56ca86bf62491c32b202e26]

        INTEGRATION: CWS vgbugs07 (1.21.222); FILE MERGED 2007/06/04 13:27:23 vg 1.21.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [999b7f5c660e8453046c1a6a0ea1bbc0616008f9]

        INTEGRATION: CWS vgbugs07 (1.17.222); FILE MERGED 2007/06/04 13:27:22 vg 1.17.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48951f6a192003ba0a42b172e42e01f2e32269e6]

        INTEGRATION: CWS vgbugs07 (1.14.256); FILE MERGED 2007/06/04 13:27:22 vg 1.14.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3503fcf827eca5d91b528810afdce0af0403879f]

        INTEGRATION: CWS vgbugs07 (1.7.256); FILE MERGED 2007/06/04 13:27:22 vg 1.7.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc3d4771d32d94b82d2cf96592b2548d522d7115]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:22 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f96375ae0599d3556d509e63583d04b02b427530]

        INTEGRATION: CWS vgbugs07 (1.24.32); FILE MERGED 2007/06/04 13:27:22 vg 1.24.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e489a440de1d016bef38dfd00b198a67d698a585]

        INTEGRATION: CWS vgbugs07 (1.31.32); FILE MERGED 2007/06/04 13:27:22 vg 1.31.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d58d5dc1db39056d41c4d1f5995ff06f48048d]

        INTEGRATION: CWS vgbugs07 (1.5.110); FILE MERGED 2007/06/04 13:27:22 vg 1.5.110.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22eef5ce75ea2516756f5bf3c0533a4f54b41a0c]

        INTEGRATION: CWS vgbugs07 (1.6.104); FILE MERGED 2007/06/04 13:27:22 vg 1.6.104.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda9d5d6bca0fca376833d07a5663488e8859bc5]

        INTEGRATION: CWS vgbugs07 (1.8.352); FILE MERGED 2007/06/04 13:27:22 vg 1.8.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d231f66b18af965e37e134aa19dd9b3568db1c44]

        INTEGRATION: CWS vgbugs07 (1.3.226); FILE MERGED 2007/06/04 13:27:22 vg 1.3.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00cd6234f2b9770723eefcf783a43f0828550d1f]

        INTEGRATION: CWS vgbugs07 (1.13.134); FILE MERGED 2007/06/04 13:27:22 vg 1.13.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebd142b2c2d3988664742958a6fac0dceaf19a9]

        INTEGRATION: CWS vgbugs07 (1.6.256); FILE MERGED 2007/06/04 13:27:21 vg 1.6.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d7607bde818a0986d24c0d45680af423ef948f7]

        INTEGRATION: CWS vgbugs07 (1.5.256); FILE MERGED 2007/06/04 13:27:21 vg 1.5.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22d4cab5e174e1f7f12ad62070979ef682d3a59f]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:21 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24f4f19c4d10902cc49a2ad6257c7a5a2faf0c0]

        INTEGRATION: CWS vgbugs07 (1.8.320); FILE MERGED 2007/06/04 13:27:21 vg 1.8.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d4659c325002ab7da7bfffb2ed7673b6a7b540f]

        INTEGRATION: CWS vgbugs07 (1.31.64); FILE MERGED 2007/06/04 13:27:21 vg 1.31.64.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36647ac514eacf0c1ada0a98f4d3a13a039859ae]

        INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED 2007/06/04 13:27:21 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8485baad348f06f9ba5bb793fd63511d34e4226]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:27:21 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d278c0a3bf9a0f0a6da686e8173fdb9dc05b2d25]

        INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED 2007/06/04 13:27:20 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c4a5679e5042d01288b15d2711887e873949cf9]

        INTEGRATION: CWS vgbugs07 (1.18.66); FILE MERGED 2007/06/04 13:27:20 vg 1.18.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3d6f84a37305f0029a8256e93d229e919030c3e]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:27:19 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13b29636eeeb547de87e336d2dd18fd0c1adaa6d]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:19 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [980d717a5cf4ab7ce8c43684bc2a9d858035b1c0]

        INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:27:19 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6e20b92013f862f04d2ee4567a33537bf38085b]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:27:19 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a27b047b0113dfb73979a2490b1ab0de7ddc498]

        INTEGRATION: CWS vgbugs07 (1.7.256); FILE MERGED 2007/06/04 13:27:19 vg 1.7.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b49ad109d7271e4dde89f5e5457d67cac599710]

        INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED 2007/06/04 13:27:19 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13da4df2c1cf55b5916ea90c7345f185f3d56f7a]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:27:19 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [088f2be446e7701caa99e28723a32d61fe7a0df8]

        INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:27:19 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9efd77b40e0cb2072c9ffe1eb33f3e32848c1066]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:27:18 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d171f243483fe3264116aa07539f98edb44c22af]

        INTEGRATION: CWS vgbugs07 (1.9.256); FILE MERGED 2007/06/04 13:27:18 vg 1.9.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [722ca5fff48aff76b43a1e81dd85d26dc907c293]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:27:18 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad7170e44df50b9cc9a38cf0d82070099913705e]

        INTEGRATION: CWS vgbugs07 (1.7.256); FILE MERGED 2007/06/04 13:27:18 vg 1.7.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc01262f0279f0b04058f523f8f6186c17d29965]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:27:18 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1686e891edc7cf2f94c2695542b0085db5a54d76]

        INTEGRATION: CWS vgbugs07 (1.11.240); FILE MERGED 2007/06/04 13:27:18 vg 1.11.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb1124edf060180306528f2487d1aef42363eff2]

        INTEGRATION: CWS vgbugs07 (1.3.226); FILE MERGED 2007/06/04 13:27:17 vg 1.3.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dcd3abe5b93947fdc61a979b4170229de4bbf64]

        INTEGRATION: CWS vgbugs07 (1.10.28); FILE MERGED 2007/06/04 13:27:16 vg 1.10.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70397b938bf77816518ae7068f46a099089b0eeb]

        INTEGRATION: CWS vgbugs07 (1.11.130); FILE MERGED 2007/06/04 13:27:16 vg 1.11.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b5a0feeff570167b0e1173b82f7d624788541c7]

        INTEGRATION: CWS vgbugs07 (1.4.350); FILE MERGED 2007/06/04 13:27:16 vg 1.4.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [afd45ae2a06f17558772eb29bea0f097a589fdfc]

        INTEGRATION: CWS vgbugs07 (1.6.92); FILE MERGED 2007/06/04 13:27:16 vg 1.6.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a7546a479d94fe54a77738d7604ec7ab32e775]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:27:16 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cd794fafc6ab047b29535102950d3a15dbed74e]

        INTEGRATION: CWS vgbugs07 (1.20.220); FILE MERGED 2007/06/04 13:27:16 vg 1.20.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b81daca61b36d02702d0243ea596179abab524]

        INTEGRATION: CWS vgbugs07 (1.16.254); FILE MERGED 2007/06/04 13:27:16 vg 1.16.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcab6274a6dd01e46cbbace0fdbc1c8d6501595c]

        INTEGRATION: CWS vgbugs07 (1.9.130); FILE MERGED 2007/06/04 13:27:16 vg 1.9.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74f75fca2994b375ec3918eeda31313ce7b1d564]

        INTEGRATION: CWS vgbugs07 (1.12.130); FILE MERGED 2007/06/04 13:27:16 vg 1.12.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13caec959f6a5c7c37140e9b66c4473025ae229b]

        INTEGRATION: CWS vgbugs07 (1.10.220); FILE MERGED 2007/06/04 13:27:15 vg 1.10.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f659068b8b5e29cbc624c3e6035f179d9a67ef1c]

        INTEGRATION: CWS vgbugs07 (1.5.350); FILE MERGED 2007/06/04 13:27:15 vg 1.5.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0840a6248037ba0c69f20dd4d8d1166c330bc8]

        INTEGRATION: CWS vgbugs07 (1.9.48); FILE MERGED 2007/06/04 13:27:15 vg 1.9.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6bdcc7648a767377a66390f9b64612ff2659478]

        INTEGRATION: CWS vgbugs07 (1.6.350); FILE MERGED 2007/06/04 13:27:15 vg 1.6.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44168441105e5278b99c6412b7120ffefebf5712]

        INTEGRATION: CWS vgbugs07 (1.16.254); FILE MERGED 2007/06/04 13:27:15 vg 1.16.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d9958fadcb113313307d9565d8e2233e194317]

        INTEGRATION: CWS vgbugs07 (1.8.254); FILE MERGED 2007/06/04 13:27:15 vg 1.8.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a69d1102d679776bc67e415ad0575be52ff793cb]

        INTEGRATION: CWS vgbugs07 (1.10.350); FILE MERGED 2007/06/04 13:27:15 vg 1.10.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c0ffd1f75c9d62975db5f7fbdf0e59de53a2bb8]

        INTEGRATION: CWS vgbugs07 (1.12.254); FILE MERGED 2007/06/04 13:27:15 vg 1.12.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c92a360523fe7b92da5c0db29efaab75a51961c8]

        INTEGRATION: CWS vgbugs07 (1.7.320); FILE MERGED 2007/06/04 13:27:14 vg 1.7.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [436b6fa1c6c3891cbf81741322048af6763e9fa9]

        INTEGRATION: CWS vgbugs07 (1.29.320); FILE MERGED 2007/06/04 13:27:14 vg 1.29.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2cb6446530ada161ffc27ee01849c5d504786e]

        INTEGRATION: CWS vgbugs07 (1.4.320); FILE MERGED 2007/06/04 13:27:14 vg 1.4.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85027382ccdcdf7344cfbb779fd5ecf4ef8a1922]

        INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED 2007/06/04 13:27:14 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b22c20c48ceba75842b80e5c22b93a0ff6911e]

        INTEGRATION: CWS vgbugs07 (1.8.320); FILE MERGED 2007/06/04 13:27:14 vg 1.8.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca6bc842e3b9227fecbe25f2c59fce9b8af00852]

        INTEGRATION: CWS vgbugs07 (1.69.320); FILE MERGED 2007/06/04 13:27:14 vg 1.69.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [553843c2f27e6e382ce6c64ceafe3fc85cce1452]

        INTEGRATION: CWS vgbugs07 (1.33.256); FILE MERGED 2007/06/04 13:27:14 vg 1.33.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f41f32c61e2432ba9b3ba17352adb7bbb7a220c]

        INTEGRATION: CWS vgbugs07 (1.10.320); FILE MERGED 2007/06/04 13:27:14 vg 1.10.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1a5446cb80735d94d7acaf8994ed7379fedb37]

        INTEGRATION: CWS vgbugs07 (1.14.318); FILE MERGED 2007/06/04 13:27:14 vg 1.14.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78b739741f8038ce0f008af305302bfd4123c120]

        INTEGRATION: CWS vgbugs07 (1.3.32); FILE MERGED 2007/06/04 13:27:14 vg 1.3.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9e16d51a9efd98f92810a9b5254a656b3a2a343]

        INTEGRATION: CWS vgbugs07 (1.78.66); FILE MERGED 2007/06/04 13:27:12 vg 1.78.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0dd8a3d3b71e05c909223a3ff702ca262f3ea85]

        INTEGRATION: CWS vgbugs07 (1.33.66); FILE MERGED 2007/06/04 13:27:12 vg 1.33.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ace2d478b3628fff327ee6919f74d44a775ee39]

        INTEGRATION: CWS vgbugs07 (1.47.66); FILE MERGED 2007/06/04 13:27:11 vg 1.47.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [475fb5993d49c67ae136cb663d6a3f2f9681d4c5]

        INTEGRATION: CWS vgbugs07 (1.62.30); FILE MERGED 2007/06/04 13:27:11 vg 1.62.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fb412ca116e211ef7b77822af47067a9b0e3839]

        INTEGRATION: CWS vgbugs07 (1.38.66); FILE MERGED 2007/06/04 13:27:11 vg 1.38.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af56c31318d816e00ab169ae9edabbafca78920]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:27:11 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d8c2a15f8f49a97aeaecbd75948398e9246a55]

        INTEGRATION: CWS vgbugs07 (1.92.66); FILE MERGED 2007/06/04 13:27:11 vg 1.92.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [296dc3fd68feabae96d4604e850e1d3e2d68e33b]

        INTEGRATION: CWS vgbugs07 (1.57.66); FILE MERGED 2007/06/04 13:27:10 vg 1.57.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69088e2c71b9ffd5e0d817f8ecd1db800798631a]

        INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED 2007/06/04 13:27:10 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdb191d114b0a7b230ea2e586db57570125a2324]

        INTEGRATION: CWS vgbugs07 (1.55.66); FILE MERGED 2007/06/04 13:27:10 vg 1.55.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b0a9324734c5b1e331f5f44d443c193073b2966]

        INTEGRATION: CWS vgbugs07 (1.29.66); FILE MERGED 2007/06/04 13:27:10 vg 1.29.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9981809917e0480a8cc8c95b75edf792214d09e]

        INTEGRATION: CWS vgbugs07 (1.18.66); FILE MERGED 2007/06/04 13:27:10 vg 1.18.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe4988cd6021aaa448ed539dd68b210f68762f3]

        INTEGRATION: CWS vgbugs07 (1.40.64); FILE MERGED 2007/06/04 13:27:10 vg 1.40.64.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22af95d41054c93d4cfaad38b4913787e8fa483b]

        INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED 2007/06/04 13:27:10 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [167b210569691112a5518c0739d01d9b8df1b989]

        INTEGRATION: CWS vgbugs07 (1.46.66); FILE MERGED 2007/06/04 13:27:10 vg 1.46.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1454890401363c6d5db0926da651da3266f55835]

        INTEGRATION: CWS vgbugs07 (1.34.66); FILE MERGED 2007/06/04 13:27:10 vg 1.34.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54c066ff17b89cc1ceec195650621502250a30bd]

        INTEGRATION: CWS vgbugs07 (1.40.66); FILE MERGED 2007/06/04 13:27:10 vg 1.40.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eb21393323003514c55a5ca425659900318ec2a]

        INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:27:09 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [848eb6886dc867983d120a5b2ac9d90dc74c9615]

        INTEGRATION: CWS vgbugs07 (1.20.50); FILE MERGED 2007/06/04 13:27:09 vg 1.20.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4b627ad6dc834491f18d2b742a97927ccb5337]

        INTEGRATION: CWS vgbugs07 (1.19.218); FILE MERGED 2007/06/04 13:27:09 vg 1.19.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b27be0a259fd15812f5a9d6877c128ce91bc6d8e]

        INTEGRATION: CWS vgbugs07 (1.31.240); FILE MERGED 2007/06/04 13:27:08 vg 1.31.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25cf2efb6e401d4d16aa9ba231dbcdd1ccda4f56]

        INTEGRATION: CWS vgbugs07 (1.8.352); FILE MERGED 2007/06/04 13:27:08 vg 1.8.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbef6964c0d7442e7670816f76caf4c2dac9373a]

        INTEGRATION: CWS vgbugs07 (1.149.22); FILE MERGED 2007/06/04 13:27:08 vg 1.149.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f29b5d49ab2b6249af5cc0d00ca1bc00e4cecc7]

        INTEGRATION: CWS vgbugs07 (1.5.256); FILE MERGED 2007/06/04 13:27:08 vg 1.5.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd0a0ed916f5d6670daa67ddc0a7b4159378daf8]

        INTEGRATION: CWS vgbugs07 (1.10.256); FILE MERGED 2007/06/04 13:27:08 vg 1.10.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d0bba7d3d56c3ef47bbec1692f396579b6cc14c]

        INTEGRATION: CWS vgbugs07 (1.11.472); FILE MERGED 2007/06/04 13:27:08 vg 1.11.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5452aa47a72216d5ef703b46b3d7e39fa49293]

        INTEGRATION: CWS vgbugs07 (1.42.32); FILE MERGED 2007/06/04 13:27:07 vg 1.42.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d9935fc47bd1842c0611f69f6f1f00a2c78d840]

        INTEGRATION: CWS vgbugs07 (1.11.472); FILE MERGED 2007/06/04 13:27:07 vg 1.11.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d37136b9d469021bd605d9443bd2aa3d87f7465d]

        INTEGRATION: CWS vgbugs07 (1.36.132); FILE MERGED 2007/06/04 13:27:07 vg 1.36.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ab600fed0ee20d2d39f4b07692dcfe2c442d511]

        INTEGRATION: CWS vgbugs07 (1.71.22); FILE MERGED 2007/06/04 13:27:07 vg 1.71.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [503394c7e67cea8282deca1cdf8db14971322be3]

        INTEGRATION: CWS vgbugs07 (1.2.876); FILE MERGED 2007/06/04 13:27:07 vg 1.2.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08141008dcbf31e70e205edc81dad87f2577dbc7]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:27:07 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb9be8e3296fec06dc024ab1297e7afcdf7e363a]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:27:07 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac633999b4ddfe270e2a4f7df910186767593e03]

        INTEGRATION: CWS vgbugs07 (1.13.320); FILE MERGED 2007/06/04 13:27:07 vg 1.13.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e1d2c3865c2597615762df1bbe3b496a9fae695]

        INTEGRATION: CWS vgbugs07 (1.11.32); FILE MERGED 2007/06/04 13:27:06 vg 1.11.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d278888c1236d1e3ab6223ae33770bcbf4ccfb04]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:27:06 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3edccbef5c543e8e9b535f95d419c535765d5376]

        INTEGRATION: CWS vgbugs07 (1.70.32); FILE MERGED 2007/06/04 13:27:06 vg 1.70.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f167f6cdb67ba610f687b4af8adfb76dbaf727f]

        INTEGRATION: CWS vgbugs07 (1.81.66); FILE MERGED 2007/06/04 13:27:05 vg 1.81.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ac45fedcd066b6841186b499708b596ba58d397]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:27:05 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0509b05bd48a1b6e9834e0d48c1776acd091ec53]

        INTEGRATION: CWS vgbugs07 (1.53.66); FILE MERGED 2007/06/04 13:27:05 vg 1.53.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe36eca6f2d7b80af6e855b38f7cc534c4f6cc6]

        INTEGRATION: CWS vgbugs07 (1.6.50); FILE MERGED 2007/06/04 13:27:05 vg 1.6.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [240893f3187b6839151516b2416127c7db09ce35]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:27:05 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c983ba2dabae017ddbafcd2f0a9725cd37ae05a0]

        INTEGRATION: CWS vgbugs07 (1.38.32); FILE MERGED 2007/06/04 13:27:05 vg 1.38.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59406ec28489e6a67c72b8649a6fffd22930763]

        INTEGRATION: CWS vgbugs07 (1.9.278); FILE MERGED 2007/06/04 13:27:05 vg 1.9.278.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b88664f5fc0fe20ee6bbdd850c163183ed91b09d]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:27:05 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [792d73994e10387faf780c7cafe3808954335739]

        INTEGRATION: CWS vgbugs07 (1.23.30); FILE MERGED 2007/06/04 13:27:05 vg 1.23.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9170ae3997e7e43ea576f0e8b78407f7f09a5e51]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:27:05 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4452ed8f72b57fd41379a6446953606d4706cc64]

        INTEGRATION: CWS vgbugs07 (1.16.320); FILE MERGED 2007/06/04 13:27:04 vg 1.16.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0510cc30913dc4d0c6dbc6f3c88180898403f1]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:27:04 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec6087504f844807590a6926b2d967e318b08f3]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:27:04 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [766d386107d3b8d43011c5bca75a4ec469cae4b4]

        INTEGRATION: CWS vgbugs07 (1.47.32); FILE MERGED 2007/06/04 13:27:04 vg 1.47.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89232a4ed1aa69557ae9796b9862a98eaf48cd3c]

        INTEGRATION: CWS vgbugs07 (1.27.32); FILE MERGED 2007/06/04 13:27:04 vg 1.27.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc31ae6c7edbf7ca27122c46a2e130409e509d7b]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:27:04 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [132faf84563298bc1e132add5339a8b3a436c536]

        INTEGRATION: CWS vgbugs07 (1.7.32); FILE MERGED 2007/06/04 13:27:04 vg 1.7.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af02008073d95e15db1f09aea9109437d98e5bb]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:27:04 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a41eb544d2bf0df3fe72ae51b77c9100a83bfd]

        INTEGRATION: CWS vgbugs07 (1.21.30); FILE MERGED 2007/06/04 13:27:03 vg 1.21.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bff7c8caa8d9ad028b1e72f63133e4bd44412b9]

        INTEGRATION: CWS vgbugs07 (1.14.66); FILE MERGED 2007/06/04 13:27:03 vg 1.14.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3923ec9f46b17c57fcc327063b1df27ab4aee12]

        INTEGRATION: CWS vgbugs07 (1.9.50); FILE MERGED 2007/06/04 13:27:03 vg 1.9.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e9b7d04d9bd5aceb4c0c1ab7ec4bd2ea8ec8e7d]

        INTEGRATION: CWS vgbugs07 (1.3.688); FILE MERGED 2007/06/04 13:27:03 vg 1.3.688.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [edfabdb0cc73a98f5339fa94c80b7df19558da57]

        INTEGRATION: CWS vgbugs07 (1.5.876); FILE MERGED 2007/06/04 13:27:03 vg 1.5.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1c9b898f56539da4e7cae5b2b7928e93713a5ae]

        INTEGRATION: CWS vgbugs07 (1.12.472); FILE MERGED 2007/06/04 13:27:03 vg 1.12.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [176e9da0f9c406bb20f1c76eab045fa582d363d4]

        INTEGRATION: CWS vgbugs07 (1.9.254); FILE MERGED 2007/06/04 13:27:03 vg 1.9.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8feef3495b5fffb5b790e39c6d084cce964b081f]

        INTEGRATION: CWS vgbugs07 (1.20.136); FILE MERGED 2007/06/04 13:27:03 vg 1.20.136.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c969d911617598f2660f2b45549be1c63491da]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:27:03 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8fa7814cdba78e4305df4e504f82007bbb65367]

        INTEGRATION: CWS vgbugs07 (1.30.32); FILE MERGED 2007/06/04 13:27:03 vg 1.30.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb3aeda72e19716371aff9d1a2c96b0eb38ded56]

        INTEGRATION: CWS vgbugs07 (1.14.308); FILE MERGED 2007/06/04 13:27:02 vg 1.14.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79abf745d35608a96b99e971c6f73e663994287]

        INTEGRATION: CWS vgbugs07 (1.13.320); FILE MERGED 2007/06/04 13:27:02 vg 1.13.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [176ba80cb247c7627b9b197beb435a355805f7d8]

        INTEGRATION: CWS vgbugs07 (1.31.240); FILE MERGED 2007/06/04 13:27:02 vg 1.31.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [afe78e002397cccb9659b0e39dec4e0de4295152]

        INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:27:02 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a656854bf5de525bcd93e2a7668e46a5edaa37]

        INTEGRATION: CWS vgbugs07 (1.14.472); FILE MERGED 2007/06/04 13:27:02 vg 1.14.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac20c949dbaca88d215ac2d355cd03f202f11daa]

        INTEGRATION: CWS vgbugs07 (1.13.218); FILE MERGED 2007/06/04 13:27:02 vg 1.13.218.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1667cbceec2fd53cf5b6f3ba775b23095d50954]

        INTEGRATION: CWS vgbugs07 (1.7.472); FILE MERGED 2007/06/04 13:27:02 vg 1.7.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fdcd50843c95821e8c0b313ad70cabc22ce2a63]

        INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED 2007/06/04 13:27:02 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a6b5abf58637b074dc99fc1e05271aaeecddee3]

        INTEGRATION: CWS vgbugs07 (1.12.472); FILE MERGED 2007/06/04 13:27:02 vg 1.12.472.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abcf1d068d6eadbd961cd505decc147900b57d0a]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:27:02 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6c73671c3ebc28bf41e803ad70318ed7582e51a]

        INTEGRATION: CWS vgbugs07 (1.45.220); FILE MERGED 2007/06/04 13:27:01 vg 1.45.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [079c553da89e1c04c26be44dc7fffd24a05bc3af]

        INTEGRATION: CWS vgbugs07 (1.25.50); FILE MERGED 2007/06/04 13:27:01 vg 1.25.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81010cb9d4d3eb92d95bf29862a2c4690b49f0d8]

        INTEGRATION: CWS vgbugs07 (1.41.254); FILE MERGED 2007/06/04 13:27:01 vg 1.41.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d087c20ba892a690e8648bc252b556f64b913d04]

        INTEGRATION: CWS vgbugs07 (1.24.320); FILE MERGED 2007/06/04 13:27:01 vg 1.24.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e819a1bb0ffaa38d90c22236b991b81c6836182d]

        INTEGRATION: CWS vgbugs07 (1.54.32); FILE MERGED 2007/06/04 13:27:00 vg 1.54.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2431f49bb525bf6b386eb0c23ddb62ad62fec572]

        INTEGRATION: CWS vgbugs07 (1.31.50); FILE MERGED 2007/06/04 13:27:00 vg 1.31.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5842353a3df774f2c230b045be4ab08e09abf40]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:27:00 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f4d7b561b278abb3bbddbd64cd5244d3ba37ba5]

        INTEGRATION: CWS vgbugs07 (1.29.66); FILE MERGED 2007/06/04 13:27:00 vg 1.29.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f67b171ad20ac75342c652f562650e29e0a0a152]

        INTEGRATION: CWS vgbugs07 (1.25.66); FILE MERGED 2007/06/04 13:27:00 vg 1.25.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6953a2defbb8946be7b597ef024d71cace8405f5]

        INTEGRATION: CWS vgbugs07 (1.25.320); FILE MERGED 2007/06/04 13:27:00 vg 1.25.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5578238521ce76f78c91410011be54ff7dd4636f]

        INTEGRATION: CWS vgbugs07 (1.12.256); FILE MERGED 2007/06/04 13:27:00 vg 1.12.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9f802c808a3b377c6256cde885dc73f03f8088b]

        INTEGRATION: CWS vgbugs07 (1.27.226); FILE MERGED 2007/06/04 13:27:00 vg 1.27.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [403e31d0b624c4c7c4288f9e814360ed35cacb54]

        INTEGRATION: CWS vgbugs07 (1.9.66); FILE MERGED 2007/06/04 13:27:00 vg 1.9.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [126aeeaf08d0a3a6bed4a95eaada269a116e0481]

        INTEGRATION: CWS vgbugs07 (1.8.66); FILE MERGED 2007/06/04 13:26:59 vg 1.8.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ad050d4db378fce2790cce099eaf93e998ddd4f]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:26:59 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24aa287340a63bac2b26a8c37def958c1d4e4a4]

        INTEGRATION: CWS vgbugs07 (1.61.32); FILE MERGED 2007/06/04 13:26:59 vg 1.61.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b916883a1000fdd752b893d07058426e5d6d33]

        INTEGRATION: CWS vgbugs07 (1.48.32); FILE MERGED 2007/06/04 13:26:59 vg 1.48.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb66802b08338438981ff164887c2839f9555345]

        INTEGRATION: CWS vgbugs07 (1.40.308); FILE MERGED 2007/06/04 13:26:59 vg 1.40.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a00091ff34693d4f0598e8c0409e2a027fa92ee]

        INTEGRATION: CWS vgbugs07 (1.37.226); FILE MERGED 2007/06/04 13:26:59 vg 1.37.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3aa3b5e0579da638ef4dd3d3df2ee7c3a4d4343]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:26:58 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [81d4fabd25475a65e69434cb217c5931e17c8ec1]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:26:58 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aec865c3fd2b08e297ccc85e404d90901ac28695]

        INTEGRATION: CWS vgbugs07 (1.34.320); FILE MERGED 2007/06/04 13:26:58 vg 1.34.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [286e9dd63577a4e8061e6778430b35e4a8017b89]

        INTEGRATION: CWS vgbugs07 (1.83.66); FILE MERGED 2007/06/04 13:26:58 vg 1.83.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3742e22160b77486573bb4ae25513aec6b775bc6]

        INTEGRATION: CWS vgbugs07 (1.73.32); FILE MERGED 2007/06/04 13:26:58 vg 1.73.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45f288bc6a942fbf893f0c4d64cf0eddadd07a4a]

        INTEGRATION: CWS vgbugs07 (1.4.268); FILE MERGED 2007/06/04 13:26:58 vg 1.4.268.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c0bff3e9cd0588317ed8bdcaa66b4a99653914b]

        INTEGRATION: CWS vgbugs07 (1.32.318); FILE MERGED 2007/06/04 13:26:57 vg 1.32.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7aef0003dc19a8ab04b626be155b2d985931e35]

        INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED 2007/06/04 13:26:57 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a7545ecf5ce738537eee9ec83a3000ff953dbab]

        INTEGRATION: CWS vgbugs07 (1.16.352); FILE MERGED 2007/06/04 13:26:57 vg 1.16.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [238ba55350311e5515a3f9b6e19c2ac6fb7b06ad]

        INTEGRATION: CWS vgbugs07 (1.21.130); FILE MERGED 2007/06/04 13:26:57 vg 1.21.130.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [481babf85bbb3f2f2e7fb5e6612306e649f67037]

        INTEGRATION: CWS vgbugs07 (1.16.350); FILE MERGED 2007/06/04 13:26:57 vg 1.16.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8573533a80e2e774db9d84c712f3d061ed270323]

        INTEGRATION: CWS vgbugs07 (1.6.352); FILE MERGED 2007/06/04 13:26:57 vg 1.6.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a899f0f1f146fd601134d36f36d290639670d352]

        INTEGRATION: CWS vgbugs07 (1.44.66); FILE MERGED 2007/06/04 13:26:57 vg 1.44.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [855260133cc75c1f5319d979d97b5480adc498bd]

        INTEGRATION: CWS vgbugs07 (1.36.320); FILE MERGED 2007/06/04 13:26:57 vg 1.36.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [681b13d8ef5d1c0e024f3c70d03928d2cc407c95]

        INTEGRATION: CWS vgbugs07 (1.9.320); FILE MERGED 2007/06/04 13:26:57 vg 1.9.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b267b23bd0d7fce9276fe16a1a74411938cc9c4]

        INTEGRATION: CWS vgbugs07 (1.10.352); FILE MERGED 2007/06/04 13:26:57 vg 1.10.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ab2e3c1e9c2201d3b9758d8330b24807d7279df]

        INTEGRATION: CWS vgbugs07 (1.63.32); FILE MERGED 2007/06/04 13:26:57 vg 1.63.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53781d889c5d57e8da092bb4b3a2ae03fd874ae]

        INTEGRATION: CWS vgbugs07 (1.30.32); FILE MERGED 2007/06/04 13:26:57 vg 1.30.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d6b347829bf279c5443ef6fac90ec440a2f5a75]

        INTEGRATION: CWS vgbugs07 (1.11.66); FILE MERGED 2007/06/04 13:26:57 vg 1.11.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c78ba7488acf0ed8aa23a827d73fcf770180e6ee]

        INTEGRATION: CWS vgbugs07 (1.45.216); FILE MERGED 2007/06/04 13:26:56 vg 1.45.216.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d572913a2034df88b018e4d5818eafb2347f18]

        INTEGRATION: CWS vgbugs07 (1.14.48); FILE MERGED 2007/06/04 13:26:56 vg 1.14.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a809c131035ac5cbd2b2e71110a283de602fe554]

        INTEGRATION: CWS vgbugs07 (1.15.352); FILE MERGED 2007/06/04 13:26:56 vg 1.15.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41259201983a2dbe598858fe992a42322113bd81]

        INTEGRATION: CWS vgbugs07 (1.8.320); FILE MERGED 2007/06/04 13:26:56 vg 1.8.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [40910552671fa1ddde321909ffb395affd07ea7f]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:26:56 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63eb6aaa53ce886074d640df136ed63fb12d26f8]

        INTEGRATION: CWS vgbugs07 (1.26.66); FILE MERGED 2007/06/04 13:26:56 vg 1.26.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a99eb51e8e2890144f936c08ee3609f3c5387a]

        INTEGRATION: CWS vgbugs07 (1.32.66); FILE MERGED 2007/06/04 13:26:56 vg 1.32.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad01b4ca609bb66c34085faf820f27c308e34610]

        INTEGRATION: CWS vgbugs07 (1.81.32); FILE MERGED 2007/06/04 13:26:56 vg 1.81.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e8826d76e0955a5ecda6b2eba7d321059b77712]

        INTEGRATION: CWS vgbugs07 (1.61.136); FILE MERGED 2007/06/04 13:26:55 vg 1.61.136.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44658573e8cf5ae084b596f0d0db1d9d512525cb]

        INTEGRATION: CWS vgbugs07 (1.56.50); FILE MERGED 2007/06/04 13:26:55 vg 1.56.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dfdff1c667afbfba6acf1169c3b826fab97a34c]

        INTEGRATION: CWS vgbugs07 (1.59.50); FILE MERGED 2007/06/04 13:26:55 vg 1.59.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7433ff5437b81ec17de4d22f77cf9ff6f1044af]

        INTEGRATION: CWS vgbugs07 (1.6.320); FILE MERGED 2007/06/04 13:26:55 vg 1.6.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a71c53d49c5a8886d5dbdb654ba3c5336af8d9ac]

        INTEGRATION: CWS vgbugs07 (1.18.320); FILE MERGED 2007/06/04 13:26:55 vg 1.18.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5beaba460198d37f6ad05bf1dad5393fed98c5f2]

        INTEGRATION: CWS vgbugs07 (1.4.256); FILE MERGED 2007/06/04 13:26:53 vg 1.4.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea5eccade180a5ada4622605df4fb49456af9eab]

        INTEGRATION: CWS vgbugs07 (1.3.226); FILE MERGED 2007/06/04 13:26:53 vg 1.3.226.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82bf1f22377a829b4ac85f17d5b2d00d98e869f6]

        INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:26:53 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a4aacadef0606349dd27055de8af5f336b4ea0]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:26:53 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d4f4ae5cd019298b93c132bbf019ee1539512e]

        INTEGRATION: CWS vgbugs07 (1.28.32); FILE MERGED 2007/06/04 13:26:53 vg 1.28.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0792f992cb0ab1847793818723e0abb2ddce01]

        INTEGRATION: CWS vgbugs07 (1.9.256); FILE MERGED 2007/06/04 13:26:53 vg 1.9.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [029f5e516a676308c055395ee3a32aa3fcfda2e0]

        INTEGRATION: CWS vgbugs07 (1.31.66); FILE MERGED 2007/06/04 13:26:53 vg 1.31.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42e9107d783c14c1ca1020ca018cf5adef27b765]

        INTEGRATION: CWS vgbugs07 (1.17.254); FILE MERGED 2007/06/04 13:26:53 vg 1.17.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6f10c2ee2de6128ecec663dd5646695cf6146a]

        INTEGRATION: CWS vgbugs07 (1.30.30); FILE MERGED 2007/06/04 13:26:53 vg 1.30.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [072a24b81d02b5c2e9060ecd69a67452cc6ca246]

        INTEGRATION: CWS vgbugs07 (1.15.30); FILE MERGED 2007/06/04 13:26:53 vg 1.15.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f22ae15544a8d00dbdc320b13f187d1c616a1d]

        INTEGRATION: CWS vgbugs07 (1.14.254); FILE MERGED 2007/06/04 13:26:53 vg 1.14.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b1ff82c90ea2b132cd079057ae6fd8e35661045]

        INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED 2007/06/04 13:26:52 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a6b4f106f5053dc5a2678093a3d64dd48b1a39]

        INTEGRATION: CWS vgbugs07 (1.43.30); FILE MERGED 2007/06/04 13:26:52 vg 1.43.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ba43fea5437f4b11444d1566d4a38695a4b615f]

        INTEGRATION: CWS vgbugs07 (1.24.108); FILE MERGED 2007/06/04 13:26:52 vg 1.24.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6c5e1b1788f9ff4a20ae9f30966bd9fc483155b]

        INTEGRATION: CWS vgbugs07 (1.64.22); FILE MERGED 2007/06/04 13:26:52 vg 1.64.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fead947af51240ca1c428eca6440859473e2ed29]

        INTEGRATION: CWS vgbugs07 (1.25.88); FILE MERGED 2007/06/04 13:26:51 vg 1.25.88.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9433a9a6a1f0092cd6beffb926a177b259b05b9]

        INTEGRATION: CWS vgbugs07 (1.22.108); FILE MERGED 2007/06/04 13:26:51 vg 1.22.108.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54234d020f32a65ecccb03de8e4c83b1650e4273]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:26:51 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [555f4e8b2977a8c82ed21471e67aae901527a81a]

        INTEGRATION: CWS vgbugs07 (1.9.256); FILE MERGED 2007/06/04 13:26:51 vg 1.9.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0fb014d9b5ee6e3acc9bf989b7324f878b5353]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:26:51 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18891cc0b961bb07dd399294a9f1df25450e10fe]

        INTEGRATION: CWS vgbugs07 (1.15.254); FILE MERGED 2007/06/04 13:26:51 vg 1.15.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13fd422a4fc82ad0c0a66adc49a5613f48264d43]

        INTEGRATION: CWS vgbugs07 (1.7.256); FILE MERGED 2007/06/04 13:26:51 vg 1.7.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c6fada92f07a5da55c3913e210008bffed0891]

        INTEGRATION: CWS vgbugs07 (1.34.198); FILE MERGED 2007/06/04 13:26:50 vg 1.34.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [931a5a70e7431f60c2f6ebc8ce40a67d502e789f]

        INTEGRATION: CWS vgbugs07 (1.12.256); FILE MERGED 2007/06/04 13:26:50 vg 1.12.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [258771ac9368fa39595146501c45a3636e8af638]

        INTEGRATION: CWS vgbugs07 (1.11.320); FILE MERGED 2007/06/04 13:26:50 vg 1.11.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcc9673707e0bdd2e8d7b37af726d93dc689dd8f]

        INTEGRATION: CWS vgbugs07 (1.6.352); FILE MERGED 2007/06/04 13:26:50 vg 1.6.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [461b3dbd3309cffcfdb29c1dece963968c68e4bf]

        INTEGRATION: CWS vgbugs07 (1.57.30); FILE MERGED 2007/06/06 11:42:57 vg 1.57.30.2: RESYNC: (1.57-1.58); FILE MERGED 2007/06/04 13:26:50 vg 1.57.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d62d8b73ed81c9ce34acae3d748f7a9701aa08]

        INTEGRATION: CWS vgbugs07 (1.31.126); FILE MERGED 2007/06/04 13:26:50 vg 1.31.126.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36178a1d0577229638f7227fc9ecc98d17daeaac]

        INTEGRATION: CWS vgbugs07 (1.69.32); FILE MERGED 2007/06/04 13:26:50 vg 1.69.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e804336fcb321ddcce178631b10981ae2190242]

        INTEGRATION: CWS vgbugs07 (1.115.222); FILE MERGED 2007/06/04 13:26:49 vg 1.115.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea018d87adf6bf85bb3a6d00d8ed7504276d84e1]

        INTEGRATION: CWS vgbugs07 (1.115.124); FILE MERGED 2007/06/04 13:26:49 vg 1.115.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba80b7be906dbd6471e1a95f6a05519b5de3f4d8]

        INTEGRATION: CWS vgbugs07 (1.83.222); FILE MERGED 2007/06/04 13:26:49 vg 1.83.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4b53c285218d449bdf46cb9253d04e1cad2a60]

        INTEGRATION: CWS vgbugs07 (1.61.320); FILE MERGED 2007/06/04 13:26:49 vg 1.61.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9387019f8286aa8bfd031d3f454f3bc2dea44f0]

        INTEGRATION: CWS vgbugs07 (1.12.320); FILE MERGED 2007/06/04 13:26:49 vg 1.12.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c97ea58d5f4d9b984df0274459b53439bf3284d]

        INTEGRATION: CWS vgbugs07 (1.26.50); FILE MERGED 2007/06/04 13:26:49 vg 1.26.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1629d5c9945245a149020de6bb2a345060c7401]

        INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:26:49 vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b4c241605f7acf7b8b391eb2bb9c64fd65df0b4]

        INTEGRATION: CWS vgbugs07 (1.3.32); FILE MERGED 2007/06/04 13:26:49 vg 1.3.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce7081cca239349eabfe47a8193de63c3fa5f066]

        INTEGRATION: CWS ause079 (1.4.4); FILE MERGED 2007/06/11 15:11:44 hjs 1.4.4.1: #i77339# move UNICODE define from source to makefile

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2113ad224074eddb0145b96aac4e29442454d137]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:26:49 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0cc7cbcedde3ac2128b96c684bac49c8a5a6782]

        INTEGRATION: CWS vgbugs07 (1.44.320); FILE MERGED 2007/06/04 13:26:48 vg 1.44.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3305e7b70ec9c1d22fb490299a54c261cbfc89d2]

        INTEGRATION: CWS vgbugs07 (1.7.320); FILE MERGED 2007/06/04 13:26:48 vg 1.7.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14f573d5dc1970c9286b76a97b6aec157e3f970b]

        INTEGRATION: CWS vgbugs07 (1.8.320); FILE MERGED 2007/06/04 13:26:48 vg 1.8.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00a0bc8ff05f0d36c3026d703f56fa2e06e0f295]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:26:48 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca6380f77dd900bfcea5623cc84c928bdc2fcda]

        INTEGRATION: CWS ause079 (1.7.360); FILE MERGED 2007/06/26 12:53:34 hjs 1.7.360.2: #i77339# remove .IF nonsense 2007/06/11 15:11:44 hjs 1.7.360.1: #i77339# move UNICODE define from source to makefile

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20b17ce99cf0ead553eb3e3881a98a9c470b901]

        INTEGRATION: CWS vgbugs07 (1.10.320); FILE MERGED 2007/06/04 13:26:48 vg 1.10.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c94f3603abf0f92eb6987a66f7a3e5e6c0502fa]

        INTEGRATION: CWS ause079 (1.6.4); FILE MERGED 2007/06/11 15:11:43 hjs 1.6.4.1: #i77339# move UNICODE define from source to makefile

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c5ce7690eac92800a03cd74ffd5c1737a611855]

        INTEGRATION: CWS vgbugs07 (1.26.320); FILE MERGED 2007/06/04 13:26:48 vg 1.26.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a91ef74713a2146b3920bdc0e1fc9b99218b6d04]

        INTEGRATION: CWS vgbugs07 (1.105.32); FILE MERGED 2007/06/04 13:26:48 vg 1.105.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c29093c77d6f7a860b1273aa12d0f5a5bfe542e6]

        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>  [6f4153f7aae2b8182dd20bfb7eca02fd06a56f5d]

        INTEGRATION: CWS vgbugs07 (1.17.320); FILE MERGED 2007/06/04 13:26:48 vg 1.17.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57235a1c525ff0a72f41108dc387f17ad2d5ef19]

        INTEGRATION: CWS vgbugs07 (1.27.320); FILE MERGED 2007/06/04 13:26:48 vg 1.27.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8461f487d60d1c42af207b88368b2543e67cf76e]

        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>  [63855eba0b1d30ef0a8f5199b6f13d935a6875f3]

        INTEGRATION: CWS vgbugs07 (1.45.320); FILE MERGED 2007/06/04 13:26:48 vg 1.45.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b27ee655dbae812c63514791cc58ce797148476]

        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>  [a86f861f9fea41ad6c835db4e35bf046411cc950]

        INTEGRATION: CWS vgbugs07 (1.18.320); FILE MERGED 2007/06/04 13:26:48 vg 1.18.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ddcc9650a713f5f28b5dd497f55ed0edf0957b9]

        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>  [c6e922b2d08b526e7e560ecc64401976f8ea1d75]

        INTEGRATION: CWS vgbugs07 (1.11.32); FILE MERGED 2007/06/04 13:26:48 vg 1.11.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa7f83999596223bda20401bc03bcad67e6a33d0]

        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>  [a9b3d46a99310b5458cbdef29f2bc1caaae87b91]

        INTEGRATION: CWS vgbugs07 (1.14.320); FILE MERGED 2007/06/04 13:26:48 vg 1.14.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4cdc149b30ef2d021a5d6935d9c6c29d862c3d]

        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>  [01a52369043b140b73f54c046958d79a65fa45d6]

        INTEGRATION: CWS vgbugs07 (1.8.240); FILE MERGED 2007/06/04 13:26:48 vg 1.8.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [542a8130ab021eaa2938145ddc8a95cfabbcf752]

        INTEGRATION: CWS vgbugs07 (1.9.876); FILE MERGED 2007/06/04 13:26:47 vg 1.9.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a86c7328447fd9b8cd9bc4d7c3f1003528bc95e1]

        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>  [965a65b6e9e5d1a6e88b8c708da5ca902a1a30ed]

        INTEGRATION: CWS vgbugs07 (1.7.876); FILE MERGED 2007/06/04 13:26:47 vg 1.7.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98b1f2d729d933d362cf617074b663cc65f559c7]

        INTEGRATION: CWS ause079 (1.5.30); FILE MERGED 2007/05/23 12:45:58 hjs 1.5.30.1: #i77647# fix deliver of optional documentation

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff00b2cf3a08a4c65136bf9b9cbf14967328846]

        INTEGRATION: CWS vgbugs07 (1.27.66); FILE MERGED 2007/06/04 13:26:33 vg 1.27.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65b8dd8632127f5b079ab2348812deeab5c26e8d]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:33 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [034794f3852dca065dcd8aafddad6466b8f5fe70]

        INTEGRATION: CWS vgbugs07 (1.47.66); FILE MERGED 2007/06/04 13:26:32 vg 1.47.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5477836089f753d698a457178313098ef7b5783]

        INTEGRATION: CWS ause079 (1.144.2); FILE MERGED 2007/06/11 14:39:02 hjs 1.144.2.2: RESYNC: (1.144-1.146); FILE MERGED 2007/05/23 08:13:36 hjs 1.144.2.1: #i75902# remove obsolete usage of SOLARROOT

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cbd7a0797c48b509602d50434ea11d557988208]

        INTEGRATION: CWS vgbugs07 (1.5.320); FILE MERGED 2007/06/04 13:26:32 vg 1.5.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [841559582d0d7a33e7653111fcfbf58e5937ea1c]

        INTEGRATION: CWS ause079 (1.2.154); FILE MERGED 2007/05/23 08:23:28 hjs 1.2.154.1: #i75902# remove some warnings in case of missing registry entries

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe55daab4cfcf511196158eacb84a20f1ef495a]

        INTEGRATION: CWS vgbugs07 (1.11.320); FILE MERGED 2007/06/04 13:26:32 vg 1.11.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [678069e9549350d6c7b1f5ff2f681a2d09f19d71]

        INTEGRATION: CWS vgbugs07 (1.19.22); FILE MERGED 2007/06/04 13:26:31 vg 1.19.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8ae8af1a81493e6c33a6116a4fb849ceb7858f9]

        INTEGRATION: CWS ause079 (1.3.4); FILE MERGED 2007/05/23 10:03:29 hjs 1.3.4.1: #i76902# fix dependencies

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87d0492d1a998a5cedc27229243ca2badc50675b]

        INTEGRATION: CWS vgbugs07 (1.41.20); FILE MERGED 2007/06/04 13:26:31 vg 1.41.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3deee21a2cb143274207655ae6dd040c962469c2]

        INTEGRATION: CWS ause079 (1.9.4); FILE MERGED 2007/05/23 10:03:28 hjs 1.9.4.1: #i76902# fix dependencies

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f9a9278b9e125b37289c85dbb2d21522e40173]

        INTEGRATION: CWS vgbugs07 (1.55.66); FILE MERGED 2007/06/04 13:26:31 vg 1.55.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee033012e51d7064c5243e1af4e73d41b2353d9]

        INTEGRATION: CWS ause079 (1.4.4); FILE MERGED 2007/05/23 10:03:28 hjs 1.4.4.1: #i76902# fix dependencies

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f73842a07089ba421299d3eab519524a921398]

        INTEGRATION: CWS vgbugs07 (1.8.132); FILE MERGED 2007/06/04 13:26:31 vg 1.8.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [904201bd4c833e196e62de671add2a85fec113dd]

        INTEGRATION: CWS vgbugs07 (1.29.30); FILE MERGED 2007/06/04 13:26:31 vg 1.29.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c104e7b5ae8316292b0727c65bb09e8dd73cff0b]

        INTEGRATION: CWS ause079 (1.38.2); FILE MERGED 2007/06/11 14:36:49 hjs 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2007/05/22 11:22:49 hjs 1.38.2.1: #i77083# support SHLnUSE_EXPORTS=name

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69a9ed1dd4341dec6b19c41b1c88d4dda0cdde4e]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:26:31 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b026062c0541e741f7a709a41f003452376ef316]

        INTEGRATION: CWS ause079 (1.196.20); FILE MERGED 2007/06/14 11:31:21 hjs 1.196.20.3: #i78350# - second patch 2007/05/22 16:44:01 hjs 1.196.20.2: #i77194# fix error hiding 2007/05/22 15:25:47 hjs 1.196.20.1: #i77194# reduce number of shell calls to locate used jarfiles

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb940cfabc76c7d820622897f37fc07f0aead0bd]

        INTEGRATION: CWS vgbugs07 (1.27.32); FILE MERGED 2007/06/04 13:26:31 vg 1.27.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36faef42865a91d78b7a95abbb16248dbea904fe]

        INTEGRATION: CWS ause079 (1.214.2); FILE MERGED 2007/06/14 15:10:39 hjs 1.214.2.3: #i78465# remove traces of mac os9 2007/06/11 14:37:55 hjs 1.214.2.2: RESYNC: (1.214-1.215); FILE MERGED 2007/05/23 08:13:02 hjs 1.214.2.1: #i75902# remove obsolete usage of SOLARROOT

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c626c0c17e60546eb8ceb312d79b9546489bc511]

        INTEGRATION: CWS vgbugs07 (1.28.32); FILE MERGED 2007/06/04 13:26:31 vg 1.28.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [566c6898f649c0fdcae7e29cd88c2ef4eabbe700]

        INTEGRATION: CWS ause079 (1.113.2); FILE MERGED 2007/06/14 15:10:39 hjs 1.113.2.1: #i78465# remove traces of mac os9

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb115cc30b40a63a729847cee4108bdf92a31a2]

        INTEGRATION: CWS vgbugs07 (1.39.22); FILE MERGED 2007/06/04 13:26:31 vg 1.39.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e689b74b346c905252fb6da35a39d522e7be1af9]

        INTEGRATION: CWS ause079 (1.37.2); FILE MERGED 2007/06/11 14:37:06 hjs 1.37.2.2: RESYNC: (1.37-1.38); FILE MERGED 2007/05/22 11:22:49 hjs 1.37.2.1: #i77083# support SHLnUSE_EXPORTS=name

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbeeb016d6132798fb32384c393d5657867c643f]

        INTEGRATION: CWS vgbugs07 (1.26.32); FILE MERGED 2007/06/04 13:26:31 vg 1.26.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a67b0fecd425a02a41ef7e95d57727805f9ad7]

        INTEGRATION: CWS vgbugs07 (1.22.32); FILE MERGED 2007/06/04 13:26:30 vg 1.22.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f913e212e0016a8ad56b5dc4b4be24059ba6d61e]

        INTEGRATION: CWS ause079 (1.61.2); FILE MERGED 2007/06/11 14:38:23 hjs 1.61.2.2: RESYNC: (1.61-1.62); FILE MERGED 2007/05/23 10:15:02 hjs 1.61.2.1: #i76902# reset DIC_ALL

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcfe7994ef47eb10463d9cecd7023e93336c0603]

        INTEGRATION: CWS vgbugs07 (1.28.32); FILE MERGED 2007/06/04 13:26:30 vg 1.28.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [553215c44c60849932b2e55a58c9717e21041fab]

        INTEGRATION: CWS ause079 (1.30.2); FILE MERGED 2007/06/26 12:37:00 rt 1.30.2.2: Typo 2007/05/23 08:14:25 hjs 1.30.2.1: #i75902# fix finding nsis

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47455c477a3b0e0c1a89e242cbcc454573755430]

        INTEGRATION: CWS vgbugs07 (1.27.32); FILE MERGED 2007/06/04 13:26:30 vg 1.27.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6846793637c4bc96898ee03cb90fd9d66d497a83]

        INTEGRATION: CWS ause079 (1.8.232); FILE MERGED 2007/06/19 10:57:18 hjs 1.8.232.1: #i78350# wrap hidc call

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c265e3390949273a71ca0cb42691a6a445a8876]

        INTEGRATION: CWS vgbugs07 (1.26.32); FILE MERGED 2007/06/04 13:26:30 vg 1.26.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e6b0fbb986ff9cd15e4c5917d192c18df76a192]

        INTEGRATION: CWS vgbugs07 (1.21.66); FILE MERGED 2007/06/04 13:26:30 vg 1.21.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [987a1c7487d850fab8bd488fad248992875ced81]

        INTEGRATION: CWS ause079 (1.155.2); FILE MERGED 2007/06/14 15:07:24 hjs 1.155.2.1: #i78465# remove traces of mac os9

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd5e1695cbac668771a36cf7b2b668bba67aa5f2]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:30 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5604398edf3f706b0c184cac6723cb34ab46558d]

        INTEGRATION: CWS vgbugs07 (1.31.66); FILE MERGED 2007/06/04 13:26:30 vg 1.31.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2975361d7e5520aee968cbd1e1ea40957cabfd7]

        INTEGRATION: CWS ause079 (1.2.14); FILE MERGED 2007/06/11 14:16:41 hjs 1.2.14.1: #i77811# libegg doesn't depend on vcl

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [268c1b2a550d7229efddff5e9724c8781f1fdebe]

        INTEGRATION: CWS vgbugs07 (1.4.876); FILE MERGED 2007/06/04 13:26:30 vg 1.4.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75cfd89589665a767c5e80ca7d16e61a5e6e2ae8]

        INTEGRATION: CWS vgbugs07 (1.26.50); FILE MERGED 2007/06/04 13:26:30 vg 1.26.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a2420c6bf530a8d6432dd85ae4414c457d42836]

        INTEGRATION: CWS ause079 (1.40.6); FILE MERGED 2007/06/20 12:25:21 hjs 1.40.6.1: #i66252# resorted lines to to find jni.h

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1033cb172fdc72b2cc7383d4ad480c8d281b044c]

        INTEGRATION: CWS vgbugs07 (1.36.66); FILE MERGED 2007/06/04 13:26:30 vg 1.36.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f80c1242d4d6676fab444521a8028bf10878fb29]

        INTEGRATION: CWS ause079 (1.14.2); FILE MERGED 2007/05/22 11:26:03 hjs 1.14.2.1: #i77083# support SHLnUSE_EXPORTS=name - added -N switch

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a9d4227400221f0f6f40c93551ed917955f69d2]

        INTEGRATION: CWS vgbugs07 (1.4.320); FILE MERGED 2007/06/04 13:26:30 vg 1.4.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8a4fbbf53b73621995b68b97a0fb22a61b06349]

        INTEGRATION: CWS vgbugs07 (1.15.50); FILE MERGED 2007/06/04 13:26:30 vg 1.15.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [905e9ab37d9b895a05f670c8f86bedbf5fa34124]

        INTEGRATION: CWS vgbugs07 (1.30.66); FILE MERGED 2007/06/04 13:26:30 vg 1.30.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86a204e00f6afe0d28e47c55ad1edeca6d96d156]

        INTEGRATION: CWS vgbugs07 (1.29.66); FILE MERGED 2007/06/04 13:26:29 vg 1.29.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8fa6211753072c271c32912b70912604e4194e0]

        INTEGRATION: CWS vgbugs07 (1.5.320); FILE MERGED 2007/06/04 13:26:29 vg 1.5.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9ea9e5d2607653e07145235abf05486f88dbbb0]

        INTEGRATION: CWS vgbugs07 (1.25.32); FILE MERGED 2007/06/04 13:26:29 vg 1.25.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17560ce04822e318a22f04b7736875527b328b50]

        INTEGRATION: CWS vgbugs07 (1.42.66); FILE MERGED 2007/06/04 13:26:29 vg 1.42.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [541072197be7c1e518783637dded443f654a2551]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:26:29 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec39dd34960352ae113d00f78d7dd9c5e6ac26b2]

        INTEGRATION: CWS vgbugs07 (1.63.66); FILE MERGED 2007/06/04 13:26:29 vg 1.63.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e3de0b99931e486326c7bbadf3f50cda727b7e8]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:26:29 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8f8457132c8b76210adeee5af418a485ef206f1]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:26:29 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a6dd2d4e98f80d5a72b3e7abc1de8e147861d17]

        INTEGRATION: CWS vgbugs07 (1.14.50); FILE MERGED 2007/06/04 13:26:28 vg 1.14.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2081cbad19b75cff5124ec16e4e37d6952811f3]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:26:28 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a33a653af575e1a7672a4ac6b85fc5438fec9a62]

        INTEGRATION: CWS vgbugs07 (1.6.50); FILE MERGED 2007/06/04 13:26:28 vg 1.6.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12172c6da9638cdf8da06f02a9c6c9e88ca71101]

        INTEGRATION: CWS vgbugs07 (1.35.32); FILE MERGED 2007/06/06 11:42:49 vg 1.35.32.2: RESYNC: (1.35-1.36); FILE MERGED 2007/06/04 13:26:28 vg 1.35.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe83bfbb5b31c9bd8502b2151e2fb11deaf7785]

        INTEGRATION: CWS vgbugs07 (1.4.352); FILE MERGED 2007/06/04 13:26:28 vg 1.4.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6a6f868baec2804669d73faa561f587de49647]

        INTEGRATION: CWS vgbugs07 (1.5.352); FILE MERGED 2007/06/04 13:26:28 vg 1.5.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b42d9aaf17c60267d07b1bd426852d7caaa7652]

        INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED 2007/06/04 13:26:28 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef55b0d05a57be55eba2998cee12f3767a6ad9a]

        INTEGRATION: CWS vgbugs07 (1.50.66); FILE MERGED 2007/06/04 13:26:28 vg 1.50.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c468c84da2037b92fdc53a52f2e426a3b37e8c2]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:26:28 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf4ae970e105865a39e38a29d923aeb4e7fd20a]

        INTEGRATION: CWS vgbugs07 (1.14.32); FILE MERGED 2007/06/04 13:26:28 vg 1.14.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7c349cb067695263efe6171a9bdaf8cd910e16c]

        INTEGRATION: CWS vgbugs07 (1.73.66); FILE MERGED 2007/06/04 13:26:28 vg 1.73.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1d134320633d21f8d2bffd35af72ef6f1e6c13]

        INTEGRATION: CWS vgbugs07 (1.42.32); FILE MERGED 2007/06/04 13:26:27 vg 1.42.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f42d45bc8f95d47915bcc893eb5a8386a2d04feb]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:26:27 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7558fdaaa48e08a3ae5d60e8346b31f8304bc57f]

        INTEGRATION: CWS vgbugs07 (1.14.50); FILE MERGED 2007/06/04 13:26:27 vg 1.14.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1466e7b835b7ec17e756b65d169392eee63906]

        INTEGRATION: CWS vgbugs07 (1.7.352); FILE MERGED 2007/06/04 13:26:27 vg 1.7.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b8c51f448761c2974890a9bc897428a5003c078]

        INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED 2007/06/04 13:26:27 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e53ca95cbff253b16e70a3b7a00eabfb45be51a]

        INTEGRATION: CWS vgbugs07 (1.11.66); FILE MERGED 2007/06/04 13:26:27 vg 1.11.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19df5a418c14f32600cde1a20b6c16c39f541404]

        INTEGRATION: CWS vgbugs07 (1.23.50); FILE MERGED 2007/06/04 13:26:27 vg 1.23.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78ed76a6afa4163e8e377657e0f09c42acaa9ab0]

        INTEGRATION: CWS vgbugs07 (1.39.66); FILE MERGED 2007/06/04 13:26:27 vg 1.39.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12c1807ec1e37a778cc7059f55d5bb5ea441f720]

        INTEGRATION: CWS vgbugs07 (1.11.66); FILE MERGED 2007/06/04 13:26:26 vg 1.11.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cb3ecb58d41c7019a07e6508c15b4546f059f9d]

        INTEGRATION: CWS vgbugs07 (1.19.50); FILE MERGED 2007/06/04 13:26:26 vg 1.19.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46dabd421a159ea712b03a803e84d6edba95ad3c]

        INTEGRATION: CWS vgbugs07 (1.12.242); FILE MERGED 2007/06/04 13:26:26 vg 1.12.242.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee82dd76d14eed0567d7466d4a90e80573c65e2b]

        INTEGRATION: CWS vgbugs07 (1.22.66); FILE MERGED 2007/06/04 13:26:26 vg 1.22.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [291aa309bdbaef1b0eaec08c781f6f272f7621ad]

        INTEGRATION: CWS vgbugs07 (1.40.66); FILE MERGED 2007/06/04 13:26:26 vg 1.40.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ba3c78073619151c49fc512f1ef78c87d682da1]

        INTEGRATION: CWS vgbugs07 (1.27.50); FILE MERGED 2007/06/04 13:26:26 vg 1.27.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [531662ac6d4c71d4565c3e7e3c990eb902ee6253]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:26:26 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b57841dd35c5d2986b80927704188a6468224f]

        INTEGRATION: CWS vgbugs07 (1.5.66); FILE MERGED 2007/06/04 13:26:26 vg 1.5.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0253293bc8af536e22a11c94aa0d6666d705c598]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:26 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9285d78dbf0de034dd8c08b5f8b5a345c6b6882]

        INTEGRATION: CWS vgbugs07 (1.3.354); FILE MERGED 2007/06/04 13:26:26 vg 1.3.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d207f0b248daac9e4e11da0fedd4f310e44716b7]

        INTEGRATION: CWS vgbugs07 (1.16.66); FILE MERGED 2007/06/04 13:26:26 vg 1.16.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dddb130539a59841d7cc845ad72c5a1bb8bddd21]

        INTEGRATION: CWS vgbugs07 (1.4.354); FILE MERGED 2007/06/04 13:26:26 vg 1.4.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ab4b6459d3105d7b8686bc09086ed63264d7f8]

        INTEGRATION: CWS vgbugs07 (1.25.66); FILE MERGED 2007/06/04 13:26:26 vg 1.25.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3477398fedcbf1e9ecc9ccff70d969bfb580bea]

        INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED 2007/06/04 13:26:26 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02c52d7a00bcc4d53c8b3818c06219e0c54b54e7]

        INTEGRATION: CWS vgbugs07 (1.11.322); FILE MERGED 2007/06/04 13:26:26 vg 1.11.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce1ef94136103926bb5033037eb6a75d89c1fa1]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:26 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5293c51527828b816764eef5aa6c5003c5b46859]

        INTEGRATION: CWS vgbugs07 (1.24.66); FILE MERGED 2007/06/04 13:26:25 vg 1.24.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85afa0ef50639f25ca34e9327005230e722dcb6f]

        INTEGRATION: CWS vgbugs07 (1.7.50); FILE MERGED 2007/06/04 13:26:25 vg 1.7.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30418087a8bce0f4fbdf215cdfa79d4552c7f88f]

        INTEGRATION: CWS vgbugs07 (1.12.322); FILE MERGED 2007/06/04 13:26:25 vg 1.12.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [649cd8df4babf45e6f964e00fd498671437680cc]

        INTEGRATION: CWS vgbugs07 (1.82.66); FILE MERGED 2007/06/04 13:26:25 vg 1.82.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26a5a169cd3d2f302ffccaf3751df65b487fad5c]

        INTEGRATION: CWS vgbugs07 (1.4.322); FILE MERGED 2007/06/04 13:26:25 vg 1.4.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [267de673f3461d3f3a63715fadb94e22386260fb]

        INTEGRATION: CWS vgbugs07 (1.49.32); FILE MERGED 2007/06/04 13:26:25 vg 1.49.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a284ff58ced44beb0b17dadad59b4938879c8554]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:26:25 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [389d69e8b7a1b381514029ff3356592986bc3568]

        INTEGRATION: CWS vgbugs07 (1.68.64); FILE MERGED 2007/06/04 13:26:25 vg 1.68.64.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf66abae470d50a9b4a7250655b4267536670dd5]

        INTEGRATION: CWS vgbugs07 (1.6.322); FILE MERGED 2007/06/04 13:26:24 vg 1.6.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ee8cac9b00296bbc4bca97a97e4cc83d0f6c97]

        INTEGRATION: CWS vgbugs07 (1.36.30); FILE MERGED 2007/06/04 13:26:24 vg 1.36.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eba5fca4be748dd297297ead14b6ef900237dee]

        INTEGRATION: CWS vgbugs07 (1.5.66); FILE MERGED 2007/06/04 13:26:24 vg 1.5.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c52cb56c9c2db5fa9a0522a2aa5b29dba398d391]

        INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED 2007/06/04 13:26:24 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cde7fe87efc9e1e36c410e30e503f9dcc3d7d5a]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:24 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bec880728c0393deb6a714248cb5423277247453]

        INTEGRATION: CWS vgbugs07 (1.21.32); FILE MERGED 2007/06/04 13:26:24 vg 1.21.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45eb0b82baaa8340df8cbe17d4a9fd5b92ae3c6a]

        INTEGRATION: CWS vgbugs07 (1.9.50); FILE MERGED 2007/06/04 13:26:24 vg 1.9.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a07e9d8c4eb8ad6bcdcbef236066ce86d27cf1b7]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:24 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4514380d2a34ea57b22efcd9a6a9512d3fc78804]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:26:24 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a5f6cd6f631eb060f744cd9e86ff133c963384f]

        INTEGRATION: CWS vgbugs07 (1.7.50); FILE MERGED 2007/06/04 13:26:24 vg 1.7.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94016744f5cd72f8a2cd2718b7839fb211ce7e1f]

        INTEGRATION: CWS vgbugs07 (1.8.66); FILE MERGED 2007/06/04 13:26:24 vg 1.8.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db7625fe62b2b2e2bf33d3758153cf3cf59546b0]

        INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:26:24 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41de36bdc86fce73536c7e47e4b3e868d10f2a1a]

        INTEGRATION: CWS vgbugs07 (1.19.50); FILE MERGED 2007/06/04 13:26:24 vg 1.19.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaba0e2d932cca045ac7cb4c3cbbf353af1368d2]

        INTEGRATION: CWS vgbugs07 (1.24.48); FILE MERGED 2007/06/04 13:26:24 vg 1.24.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f98023e6e1a4b868b8618ec3a0a8150c367e2909]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:26:23 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bdf45717e0f4e4b7de13cdfde18782e17acc9e4]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:23 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [840cd48ddc1e33cf32ffa687ef3a164501464ad0]

        INTEGRATION: CWS vgbugs07 (1.11.50); FILE MERGED 2007/06/04 13:26:23 vg 1.11.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb37a335cca351037afb30279d7d4147b01c881a]

        INTEGRATION: CWS vgbugs07 (1.25.66); FILE MERGED 2007/06/04 13:26:23 vg 1.25.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e2a2c71b198dad2263dbd85908297b55d0445a]

        INTEGRATION: CWS vgbugs07 (1.19.90); FILE MERGED 2007/06/04 13:26:23 vg 1.19.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [55979de60ab85ac3811f9a34367dc1cdb01ba052]

        INTEGRATION: CWS vgbugs07 (1.41.32); FILE MERGED 2007/06/04 13:26:23 vg 1.41.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c35730e3e3e9c084103cb5093471fffd36429a]

        INTEGRATION: CWS vgbugs07 (1.5.66); FILE MERGED 2007/06/04 13:26:23 vg 1.5.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f1911dc44e68bcfb2330ee7eb2632322650dc3e]

        INTEGRATION: CWS vgbugs07 (1.6.322); FILE MERGED 2007/06/04 13:26:23 vg 1.6.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec070561352a46bc49fc32df154a74926e8ea6d1]

        INTEGRATION: CWS vgbugs07 (1.12.50); FILE MERGED 2007/06/04 13:26:23 vg 1.12.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4dc24e16959717e2ea252d762d3494bd496c0b1]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:23 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d327eb17756fd48e7b1fecf2b49e05c57503e3]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:26:23 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cabcb00bffe369a199a58a26f7ad0b2278eb5df]

        INTEGRATION: CWS vgbugs07 (1.9.50); FILE MERGED 2007/06/04 13:26:23 vg 1.9.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1fb8cc02aacb481f7afa47d9d670c013f534b07]

        INTEGRATION: CWS vgbugs07 (1.11.48); FILE MERGED 2007/06/04 13:26:23 vg 1.11.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6620d2894fa21c815ada0921f07fa4ccdbc8b884]

        INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED 2007/06/04 13:26:23 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4d0770fd386a6b310ec73ea8bd703d6b96a394c]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:26:23 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b732a5631bfb626d8bd592c815baf29ef7fb709]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:22 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc053c017756ad6331b740a33f20e43a3ae22286]

        INTEGRATION: CWS vgbugs07 (1.19.354); FILE MERGED 2007/06/04 13:26:22 vg 1.19.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ed8e8ce6a62e6429d20cc9414c72697973e959]

        INTEGRATION: CWS vgbugs07 (1.61.66); FILE MERGED 2007/06/04 13:26:22 vg 1.61.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6154c3a23cfcf8cad877c9177c69f4bf819b49b6]

        INTEGRATION: CWS vgbugs07 (1.6.322); FILE MERGED 2007/06/04 13:26:22 vg 1.6.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [086b9d6d1cb5e11dd0e68cc30b869ffaafba2c93]

        INTEGRATION: CWS vgbugs07 (1.56.30); FILE MERGED 2007/06/04 13:26:22 vg 1.56.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8267dd37cab7ad446b660adcf95e8ac02abb3569]

        INTEGRATION: CWS vgbugs07 (1.48.66); FILE MERGED 2007/06/04 13:26:22 vg 1.48.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff46ca7e37b6649e0a92d150e2bcf55a33d9260e]

        INTEGRATION: CWS vgbugs07 (1.4.322); FILE MERGED 2007/06/04 13:26:22 vg 1.4.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b6f66c8d5a1cb05f0de94f692e8ae5603bb60ee]

        INTEGRATION: CWS vgbugs07 (1.28.32); FILE MERGED 2007/06/04 13:26:22 vg 1.28.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [346c408017bc4bd98a4f3028cc200bfcc7c57045]

        INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED 2007/06/04 13:26:22 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b8ce036a87c9944ac9509818639a75519f2793]

        INTEGRATION: CWS vgbugs07 (1.8.322); FILE MERGED 2007/06/04 13:26:22 vg 1.8.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2e53bebcb5796d7101b258f517713d50341fd19]

        INTEGRATION: CWS vgbugs07 (1.28.66); FILE MERGED 2007/06/04 13:26:21 vg 1.28.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1e23da898594637901b3f9836bbf0c7440e10c3]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:26:21 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88d7585055b2cf42d51e6e2522c2aef410adc2bc]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:21 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19b5adf3f85b64c137392be8de97d0fe334d823b]

        INTEGRATION: CWS vgbugs07 (1.9.354); FILE MERGED 2007/06/04 13:26:21 vg 1.9.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d121e4310e0c2c3dfe4d8cc8334866dbc9fa139a]

        INTEGRATION: CWS vgbugs07 (1.11.66); FILE MERGED 2007/06/04 13:26:21 vg 1.11.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaf486644a8553ce5683e5e26b53e96742928b24]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:26:21 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43dcd98f7a29ef181d318cb4d66d6759cb3f9dcc]

        INTEGRATION: CWS vgbugs07 (1.12.50); FILE MERGED 2007/06/04 13:26:21 vg 1.12.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba5d16bdc728669872587cbaf7022fae544a2f3f]

        INTEGRATION: CWS vgbugs07 (1.31.66); FILE MERGED 2007/06/04 13:26:21 vg 1.31.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee4c69e2bde1f886b23c5241725d14aedf83478b]

        INTEGRATION: CWS vgbugs07 (1.26.66); FILE MERGED 2007/06/04 13:26:21 vg 1.26.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [098f714d4eab58dda93192038333bd75ac9e1896]

        INTEGRATION: CWS vgbugs07 (1.4.876); FILE MERGED 2007/06/04 13:26:20 vg 1.4.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ba68eb7d91ced7b5e228329543f965a6b6b2d5]

        INTEGRATION: CWS vgbugs07 (1.20.322); FILE MERGED 2007/06/04 13:26:20 vg 1.20.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fd4ec34d14e78ceb99d1821974bbcea5fa866c2]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:26:20 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c602b9098dced71eb49d3cb0ae401054cf90c734]

        INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED 2007/06/04 13:26:20 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b30508360fe23370ac0602c2a5c94df25b71a95]

        INTEGRATION: CWS vgbugs07 (1.6.66); FILE MERGED 2007/06/04 13:26:20 vg 1.6.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33d72e2a164b7982364e708c1868ab4abdf2e4ad]

        INTEGRATION: CWS vgbugs07 (1.6.50); FILE MERGED 2007/06/04 13:26:20 vg 1.6.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1785f44a48f1a0c297bb69c256208e298790fbf4]

        INTEGRATION: CWS vgbugs07 (1.12.48); FILE MERGED 2007/06/04 13:26:20 vg 1.12.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa2033ef5a55a7f25723a70da7a3577a23843242]

        INTEGRATION: CWS vgbugs07 (1.27.66); FILE MERGED 2007/06/04 13:26:20 vg 1.27.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5a8f2b3ec3fef5e9ea76619aced758aa01032c]

        INTEGRATION: CWS vgbugs07 (1.24.322); FILE MERGED 2007/06/04 13:26:20 vg 1.24.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [436d79dcb4c72a0cb20154765becd6fd541dd1fd]

        INTEGRATION: CWS vgbugs07 (1.8.474); FILE MERGED 2007/06/04 13:26:19 vg 1.8.474.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c1f9b84534b50b4c715412773b4d8ca009dbf46]

        INTEGRATION: CWS vgbugs07 (1.22.32); FILE MERGED 2007/06/04 13:26:19 vg 1.22.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de617924952655f6c5231496fe9d2cf7078e0393]

        INTEGRATION: CWS vgbugs07 (1.6.474); FILE MERGED 2007/06/04 13:26:19 vg 1.6.474.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98bd212585923e18df1a975dce383358c6694110]

        INTEGRATION: CWS vgbugs07 (1.33.132); FILE MERGED 2007/06/04 13:26:19 vg 1.33.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb5cf1f7d67fe6337c2ade04ffae5e866f113c9]

        INTEGRATION: CWS vgbugs07 (1.17.66); FILE MERGED 2007/06/04 13:26:19 vg 1.17.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3644360a6b394991414dd212c46a299e2a78ee49]

        INTEGRATION: CWS vgbugs07 (1.22.88); FILE MERGED 2007/06/04 13:26:19 vg 1.22.88.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf1310fb23e77a2536e8f51624fe2de9ea9eaca0]

        INTEGRATION: CWS vgbugs07 (1.34.66); FILE MERGED 2007/06/04 13:26:19 vg 1.34.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3259c5d6b459cfda8d21daf319c5b3fd232328a9]

        INTEGRATION: CWS vgbugs07 (1.4.876); FILE MERGED 2007/06/04 13:26:19 vg 1.4.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d1b51b473eda5ca53da26c2766fd6a235260d5]

        INTEGRATION: CWS vgbugs07 (1.12.50); FILE MERGED 2007/06/04 13:26:19 vg 1.12.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceeb064f19304fba5a9488283f975908a1743038]

        INTEGRATION: CWS vgbugs07 (1.22.66); FILE MERGED 2007/06/04 13:26:19 vg 1.22.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a06e172d4348604b1b851b21ddfd9a356d3dfe86]

        INTEGRATION: CWS vgbugs07 (1.9.50); FILE MERGED 2007/06/04 13:26:19 vg 1.9.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04870263dcd9a3dc3d7e02a4d75a7b571d000ced]

        INTEGRATION: CWS vgbugs07 (1.76.66); FILE MERGED 2007/06/04 13:26:19 vg 1.76.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de172c724186a2a9d30fc5d81004037667a8c9b3]

        INTEGRATION: CWS vgbugs07 (1.21.50); FILE MERGED 2007/06/04 13:26:19 vg 1.21.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc530be71cd7b63b15fe9f223c0c6c15e3afcea]

        INTEGRATION: CWS vgbugs07 (1.6.272); FILE MERGED 2007/06/04 13:26:18 vg 1.6.272.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1096f0c3e5f9e1f2822bcc958969d4d1523ccdb5]

        INTEGRATION: CWS vgbugs07 (1.34.30); FILE MERGED 2007/06/04 13:26:18 vg 1.34.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17eda60b94837d10dcc106c049c0c205df727a14]

        INTEGRATION: CWS vgbugs07 (1.25.66); FILE MERGED 2007/06/04 13:26:18 vg 1.25.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7835c88f5d6da150ee6ecef5661789b43824bc79]

        INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED 2007/06/04 13:26:18 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebbe71719f12a2c4ec2d7278bd9182b420b48fe6]

        INTEGRATION: CWS vgbugs07 (1.50.66); FILE MERGED 2007/06/04 13:26:18 vg 1.50.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0fdf8eea3cfdbf0d8a4878f263a58f09791a07d]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:26:18 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bff9c71bc2430b8d0cf534a56351415fbdbbe6d4]

        INTEGRATION: CWS vgbugs07 (1.15.66); FILE MERGED 2007/06/04 13:26:18 vg 1.15.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd9e53e040a426a401a41c4ace2bef6671c3fbda]

        INTEGRATION: CWS vgbugs07 (1.7.692); FILE MERGED 2007/06/04 13:26:18 vg 1.7.692.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e032fb64b91275ceb82953338db27672c71d623]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:18 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56e5b84ac87527c66ccce229047b24072658e288]

        INTEGRATION: CWS vgbugs07 (1.15.50); FILE MERGED 2007/06/04 13:26:18 vg 1.15.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4b2a8e052cb3f034b632646616b7743e8878b21]

        INTEGRATION: CWS vgbugs07 (1.28.66); FILE MERGED 2007/06/04 13:26:18 vg 1.28.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9d79eb95eb4d7a1168636b63cd72aba84e9e910]

        INTEGRATION: CWS vgbugs07 (1.18.32); FILE MERGED 2007/06/04 13:26:18 vg 1.18.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cfd84ad38dcca157ad9acdea9f235d03f850d8c]

        INTEGRATION: CWS vgbugs07 (1.43.66); FILE MERGED 2007/06/04 13:26:17 vg 1.43.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2efb37e899cd2d6a0c80b6755edb7da0c74e5123]

        INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED 2007/06/04 13:26:17 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1337c4c595ae5fd398f82a2c85515bc279c57600]

        INTEGRATION: CWS vgbugs07 (1.28.134); FILE MERGED 2007/06/04 13:26:17 vg 1.28.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ef4766a2176c681c240f9f63e19ffe5c46154ce]

        INTEGRATION: CWS vgbugs07 (1.17.66); FILE MERGED 2007/06/04 13:26:17 vg 1.17.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f338080367e16860d61ad4eae405ed6c8a433195]

        INTEGRATION: CWS vgbugs07 (1.21.50); FILE MERGED 2007/06/04 13:26:17 vg 1.21.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5532662a30bc6e0c1c0bd74f6db8fb441a77d10]

        INTEGRATION: CWS vgbugs07 (1.12.66); FILE MERGED 2007/06/04 13:26:17 vg 1.12.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [61d25c0dd48524bef71b67d63db3745fc02b41eb]

        INTEGRATION: CWS vgbugs07 (1.6.354); FILE MERGED 2007/06/04 13:26:17 vg 1.6.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28101399a949598813deb2fbc6aeb4fb4e3bcf4]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:17 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [371301fa20075e11865a11fb962816c5d4e4f2c0]

        INTEGRATION: CWS vgbugs07 (1.7.354); FILE MERGED 2007/06/04 13:26:17 vg 1.7.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bd6fa7dac6dd8fe6cbba386f3056a3658df1e5f]

        INTEGRATION: CWS vgbugs07 (1.39.66); FILE MERGED 2007/06/04 13:26:17 vg 1.39.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d48a1cf4759f7660ba30df885f35a5d3e73e7768]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:16 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f56b0a18d2387e65fbd5325c01c93be9750ffc7]

        INTEGRATION: CWS vgbugs07 (1.9.66); FILE MERGED 2007/06/04 13:26:16 vg 1.9.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3430e77e07c1c6b31e60b6d7cd5a565685b3510e]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:16 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d9fcce65aee536ae9a63b4eafa2d02c5910d51c]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:16 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2770ce75a04558f39af90c3fcb540be676e8d02]

        INTEGRATION: CWS vgbugs07 (1.10.50); FILE MERGED 2007/06/04 13:26:16 vg 1.10.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b160b92e750205605f858aa6f9f4c9f403d63633]

        INTEGRATION: CWS vgbugs07 (1.19.322); FILE MERGED 2007/06/04 13:26:16 vg 1.19.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd514bfa832be03d25fd300894f70d3e8c10d709]

        INTEGRATION: CWS vgbugs07 (1.13.50); FILE MERGED 2007/06/04 13:26:16 vg 1.13.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f67fd5814a2f977af5a0a567a4d3e7c8862b2ad]

        INTEGRATION: CWS vgbugs07 (1.31.66); FILE MERGED 2007/06/04 13:26:16 vg 1.31.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [188e4f70a4e3c99208eebee78ad17b4a31364f5a]

        INTEGRATION: CWS vgbugs07 (1.4.878); FILE MERGED 2007/06/04 13:26:16 vg 1.4.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f608c8e172c9c513f2f5a7c6057c4a9b238c67]

        INTEGRATION: CWS vgbugs07 (1.16.66); FILE MERGED 2007/06/04 13:26:16 vg 1.16.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d5c2af3b893cc1c33f92a77d0fae2c482e2ad10]

        INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED 2007/06/04 13:26:16 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6221568e5b73f4fd8565532c064fded1cffcd5ba]

        INTEGRATION: CWS vgbugs07 (1.6.66); FILE MERGED 2007/06/04 13:26:16 vg 1.6.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d157b7fc292ec1b8970ee30fc5503e2181e1a2eb]

        INTEGRATION: CWS vgbugs07 (1.9.48); FILE MERGED 2007/06/04 13:26:16 vg 1.9.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [677147920b9c355af393ea404ca109af996dfe00]

        INTEGRATION: CWS vgbugs07 (1.14.134); FILE MERGED 2007/06/04 13:26:16 vg 1.14.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b295037f14e502302883049312575a148337693]

        INTEGRATION: CWS vgbugs07 (1.12.66); FILE MERGED 2007/06/04 13:26:16 vg 1.12.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd33e5d26c976b2ede75b46b423c321c8f241e90]

        INTEGRATION: CWS vgbugs07 (1.11.50); FILE MERGED 2007/06/04 13:26:16 vg 1.11.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a57efce9863fab060866a92a7af3277d471b92e]

        INTEGRATION: CWS vgbugs07 (1.27.48); FILE MERGED 2007/06/04 13:26:15 vg 1.27.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7efd9c9e68f55ee9e5d84ee5a4b562fa36411ffe]

        INTEGRATION: CWS vgbugs07 (1.37.32); FILE MERGED 2007/06/04 13:26:15 vg 1.37.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26bd8e009b3d262ef8a7cd8f05bdceeb1de87c79]

        INTEGRATION: CWS vgbugs07 (1.2.878); FILE MERGED 2007/06/04 13:26:15 vg 1.2.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [035b2cedb53028c2cebe7348c9a93f1e214569c5]

        INTEGRATION: CWS vgbugs07 (1.30.48); FILE MERGED 2007/06/04 13:26:15 vg 1.30.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e43ef5a74612e9731097564c2a3a2722955e713]

        INTEGRATION: CWS vgbugs07 (1.17.224); FILE MERGED 2007/06/04 13:26:15 vg 1.17.224.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e9ae14c1485551efdb78226ad2744a3f65e3c8]

        INTEGRATION: CWS vgbugs07 (1.6.354); FILE MERGED 2007/06/04 13:26:15 vg 1.6.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98a05c63cdd6c0fdfd5085b4f51bbfe8327fb55]

        INTEGRATION: CWS vgbugs07 (1.5.66); FILE MERGED 2007/06/04 13:26:15 vg 1.5.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5928a7b1d66520c45dc564fd363405c6f69a38af]

        INTEGRATION: CWS vgbugs07 (1.13.32); FILE MERGED 2007/06/04 13:26:15 vg 1.13.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19df9ccd932ab19b0319ff22b5d388deac3c8ffb]

        INTEGRATION: CWS vgbugs07 (1.3.354); FILE MERGED 2007/06/04 13:26:15 vg 1.3.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c1a8f9fb3b153ee4501d872df48d8c71648ec2]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:15 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e1b9838131c42926e365fd8f2b82a0ef31efd4]

        INTEGRATION: CWS vgbugs07 (1.8.82); FILE MERGED 2007/06/04 13:26:15 vg 1.8.82.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c21ba5e09b3b477f58d712155c3727b9bc06ddd1]

        INTEGRATION: CWS vgbugs07 (1.8.84); FILE MERGED 2007/06/04 13:26:15 vg 1.8.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba69c49fce192cda0b8531f35962ec83fe13cd6d]

        INTEGRATION: CWS vgbugs07 (1.9.32); FILE MERGED 2007/06/04 13:26:15 vg 1.9.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2be913258b97024424e2a9f1f121149f56e87fc]

        INTEGRATION: CWS vgbugs07 (1.8.32); FILE MERGED 2007/06/04 13:26:15 vg 1.8.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [223bb9e49d8f0ee26ee66ab92e104054b598df26]

        INTEGRATION: CWS vgbugs07 (1.5.134); FILE MERGED 2007/06/04 13:26:15 vg 1.5.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [850da485cae3fb8d985924a3515c88b8cee223e2]

        INTEGRATION: CWS vgbugs07 (1.7.322); FILE MERGED 2007/06/04 13:26:15 vg 1.7.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da93bffbefe198832b598d9745f36cb7bc4fff77]

        INTEGRATION: CWS vgbugs07 (1.4.878); FILE MERGED 2007/06/04 13:26:15 vg 1.4.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [269e54fbe041fc82cd763d487e5afe8bc70cd58f]

        INTEGRATION: CWS vgbugs07 (1.9.50); FILE MERGED 2007/06/04 13:26:15 vg 1.9.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c5bc0064fb5bdbb87ae90b7d7814922f56802a]

        INTEGRATION: CWS vgbugs07 (1.7.220); FILE MERGED 2007/06/04 13:26:14 vg 1.7.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6cbc0178bd57a18f6f30f9c3e5efe76bbb6f9f3]

        INTEGRATION: CWS vgbugs07 (1.4.878); FILE MERGED 2007/06/04 13:26:14 vg 1.4.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b4df849fc58c9ba16de58ebc312b889226e1eba]

        INTEGRATION: CWS vgbugs07 (1.15.50); FILE MERGED 2007/06/04 13:26:14 vg 1.15.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3559ba733b9bfd92d48a27fed79c3c2f2577e4d9]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:14 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a74174a52f08140fc087631f0c21d844892326]

        INTEGRATION: CWS vgbugs07 (1.11.90); FILE MERGED 2007/06/04 13:26:14 vg 1.11.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecdbd3853d4c0bfe66444b061a4f1b09b42f9323]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:14 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a3469fe4580212c018b79c084532d28171fb9be]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:26:14 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be555f2e8bdf1c0bd9739922284bd16d958beaa9]

        INTEGRATION: CWS vgbugs07 (1.11.50); FILE MERGED 2007/06/04 13:26:14 vg 1.11.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56fdc0e3b6a875d3094b3f8f0c3b7a094ab013d8]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:14 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c910131a2d71275218a2afbb5cb48c32857b6f09]

        INTEGRATION: CWS vgbugs07 (1.31.66); FILE MERGED 2007/06/04 13:26:14 vg 1.31.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60db2950e78976348303963d1f214e682c05f07d]

        INTEGRATION: CWS vgbugs07 (1.14.50); FILE MERGED 2007/06/04 13:26:14 vg 1.14.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6acfad43b62aff1a0621ea8b655d4c7a2c76425]

        INTEGRATION: CWS vgbugs07 (1.11.258); FILE MERGED 2007/06/04 13:26:14 vg 1.11.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cd27fe9e600dbe986b91de7a60d9d9379196951]

        INTEGRATION: CWS vgbugs07 (1.14.66); FILE MERGED 2007/06/04 13:26:13 vg 1.14.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ddbcf05942c432ac6c7bb5655de7848f7f725da]

        INTEGRATION: CWS vgbugs07 (1.5.878); FILE MERGED 2007/06/04 13:26:13 vg 1.5.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfae8369936775d950cf1a64ddefe41be28ee51a]

        INTEGRATION: CWS vgbugs07 (1.8.50); FILE MERGED 2007/06/04 13:26:13 vg 1.8.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3acdc3c9ed7dc791f5e6859481dcdb34ce65b4f]

        INTEGRATION: CWS vgbugs07 (1.10.220); FILE MERGED 2007/06/04 13:26:13 vg 1.10.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [acdab4535673fd07da23249b3031c3a044221660]

        INTEGRATION: CWS vgbugs07 (1.55.66); FILE MERGED 2007/06/04 13:26:13 vg 1.55.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a7f7910e5d216543c68142cd41894e0c6c3063]

        INTEGRATION: CWS vgbugs07 (1.40.50); FILE MERGED 2007/06/04 13:26:13 vg 1.40.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44c983df71e6ee4df617df2777ccebaf378bffbb]

        INTEGRATION: CWS vgbugs07 (1.74.66); FILE MERGED 2007/06/04 13:26:12 vg 1.74.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e96864364457227dc275525913089bcecd2a39]

        INTEGRATION: CWS vgbugs07 (1.4.322); FILE MERGED 2007/06/04 13:26:12 vg 1.4.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd311d1afc11d169b739dc632caab1daec1ba118]

        INTEGRATION: CWS vgbugs07 (1.94.32); FILE MERGED 2007/06/04 13:26:12 vg 1.94.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fdc259a98fa73d0c0a673d505cc845dbdcb209f]

        INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED 2007/06/04 13:26:12 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f50e45ccfb68f92458de03073a169ce944701bc]

        INTEGRATION: CWS vgbugs07 (1.17.66); FILE MERGED 2007/06/04 13:26:12 vg 1.17.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcff4ba68638210c91a8ab892b60e92f743a23d3]

        INTEGRATION: CWS vgbugs07 (1.39.50); FILE MERGED 2007/06/04 13:26:12 vg 1.39.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ed20438887d00917f4b35e3151deb10d98ac599]

        INTEGRATION: CWS vgbugs07 (1.4.878); FILE MERGED 2007/06/04 13:26:12 vg 1.4.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfd2df2c579c73d5888a31ad1232aa44eb15cea9]

        INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED 2007/06/04 13:26:12 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83549850dac21b7db9652acbcbdf3eb052da3d42]

        INTEGRATION: CWS vgbugs07 (1.62.66); FILE MERGED 2007/06/04 13:26:12 vg 1.62.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a20df5c9872b1d45ead0e082d9d617f6fda71a]

        INTEGRATION: CWS vgbugs07 (1.6.322); FILE MERGED 2007/06/04 13:26:12 vg 1.6.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2de9e6e392de6f3e82d0529f32ab76dc3f57dff]

        INTEGRATION: CWS vgbugs07 (1.33.32); FILE MERGED 2007/06/04 13:26:12 vg 1.33.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8d9dbbdbef0fd5fb15156984abaface7e8fbe4]

        INTEGRATION: CWS vgbugs07 (1.44.66); FILE MERGED 2007/06/04 13:26:11 vg 1.44.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04675b82087645e57f21daa824477a62bb119cd8]

        INTEGRATION: CWS vgbugs07 (1.20.66); FILE MERGED 2007/06/04 13:26:11 vg 1.20.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51903605b528c716f8c981bf1619a10f042c4e26]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:11 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccce645b602cf621e0c581d44ffc2e9110da042b]

        INTEGRATION: CWS vgbugs07 (1.38.66); FILE MERGED 2007/06/04 13:26:11 vg 1.38.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a16701e3e223967bbc51b4e604b2ee77514e43]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:11 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b42f0f005ed9833bc3c30b3b7d62c0fb81e682df]

        INTEGRATION: CWS vgbugs07 (1.37.32); FILE MERGED 2007/06/04 13:26:11 vg 1.37.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3f3f41c9ba6a2008f18b7d89f704a23becfaf69]

        INTEGRATION: CWS vgbugs07 (1.10.64); FILE MERGED 2007/06/04 13:26:11 vg 1.10.64.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5d4c4516b1ecd14d93b9ec3d12fb5c3a9f752b9]

        INTEGRATION: CWS vgbugs07 (1.6.220); FILE MERGED 2007/06/04 13:26:11 vg 1.6.220.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87d44c5e726df2e1b8a84893526190b3dd51bda9]

        INTEGRATION: CWS vgbugs07 (1.3.876); FILE MERGED 2007/06/04 13:26:11 vg 1.3.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2682866a465a35ca80705cb1d58e2ca414dae91]

        INTEGRATION: CWS vgbugs07 (1.17.48); FILE MERGED 2007/06/04 13:26:11 vg 1.17.48.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0638c0c0320223c578ca2b21e6dd8ea2d1a5241]

        INTEGRATION: CWS vgbugs07 (1.53.66); FILE MERGED 2007/06/04 13:26:10 vg 1.53.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4de0800545e90145206a5f182ad1f8a54e1ef430]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:10 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ee564f48df087986955aa7845b05372ac562c6d]

        INTEGRATION: CWS vgbugs07 (1.24.32); FILE MERGED 2007/06/04 13:26:10 vg 1.24.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d558b6d7e071988046c78467e7695d0d39984eb4]

        INTEGRATION: CWS vgbugs07 (1.18.50); FILE MERGED 2007/06/04 13:26:10 vg 1.18.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e50dbca08d33ee0247d4a8a84650a73841ee826]

        INTEGRATION: CWS vgbugs07 (1.11.50); FILE MERGED 2007/06/04 13:26:10 vg 1.11.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19627a309190704ee16ee3f8ed59b3fbb8701dbf]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:10 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8587cb8978b7ad0d14813d2332e71af96ae10122]

        INTEGRATION: CWS vgbugs07 (1.5.66); FILE MERGED 2007/06/04 13:26:10 vg 1.5.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [852340aef9bf4f54f0212377b5270afa1e116c76]

        INTEGRATION: CWS vgbugs07 (1.17.32); FILE MERGED 2007/06/04 13:26:10 vg 1.17.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bbd82d4cadda496ad33f42de39793acd0eb2669]

        INTEGRATION: CWS vgbugs07 (1.9.322); FILE MERGED 2007/06/04 13:26:10 vg 1.9.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c95d54b60ffce1e11da7c80928e0438ff29cee93]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:09 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bde9c42f628c5f1fbae05f82f00e806761560cff]

        INTEGRATION: CWS vgbugs07 (1.6.878); FILE MERGED 2007/06/04 13:26:09 vg 1.6.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3b6e38e1782e89533a168d17125f4e6bb59bbd8]

        INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED 2007/06/04 13:26:09 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [621abe9e3b452aa1e8f5e700e267760f6e390f55]

        INTEGRATION: CWS vgbugs07 (1.15.86); FILE MERGED 2007/06/04 13:26:09 vg 1.15.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5421a8441e8f54dba8c1a7923c5778480020f1ad]

        INTEGRATION: CWS vgbugs07 (1.5.258); FILE MERGED 2007/06/04 13:26:09 vg 1.5.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a0ab041694744ab4671ae4c2856116d0067766]

        INTEGRATION: CWS vgbugs07 (1.13.242); FILE MERGED 2007/06/04 13:26:09 vg 1.13.242.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36dbec721097bfdde1e453a896626c091d27efd0]

        INTEGRATION: CWS vgbugs07 (1.9.444); FILE MERGED 2007/06/04 13:26:09 vg 1.9.444.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a87dc84342cd92063c2ebccc322dd58c629b7460]

        INTEGRATION: CWS vgbugs07 (1.26.30); FILE MERGED 2007/06/04 13:26:09 vg 1.26.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d679c55c78b63acdfaa5983a21e98cedfb1cbecb]

        INTEGRATION: CWS vgbugs07 (1.21.354); FILE MERGED 2007/06/04 13:26:09 vg 1.21.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [464ffbb9ee794d431b0eb2127418817d8eacad71]

        INTEGRATION: CWS vgbugs07 (1.13.322); FILE MERGED 2007/06/04 13:26:09 vg 1.13.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9779fb934022c29c5cd27ee63fb96d815b2bd99]

        INTEGRATION: CWS vgbugs07 (1.13.258); FILE MERGED 2007/06/04 13:26:08 vg 1.13.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b90e95ecad1ed6c69e6ac5b38a788c0537e98cca]

        INTEGRATION: CWS vgbugs07 (1.16.354); FILE MERGED 2007/06/04 13:26:08 vg 1.16.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7737d779fa5d25c701c96e5b8cf8649b0367bb65]

        INTEGRATION: CWS vgbugs07 (1.23.258); FILE MERGED 2007/06/04 13:26:08 vg 1.23.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90ac06eecc5ce07b77f34737dc110ca431ece193]

        INTEGRATION: CWS vgbugs07 (1.11.242); FILE MERGED 2007/06/04 13:26:08 vg 1.11.242.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4249d3574b1beee01185082c5c020c3fd0a5428]

        INTEGRATION: CWS vgbugs07 (1.20.878); FILE MERGED 2007/06/04 13:26:08 vg 1.20.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [56b860c8e79b6abc2108e919b74e1c3ecfb18294]

        INTEGRATION: CWS vgbugs07 (1.36.354); FILE MERGED 2007/06/04 13:26:08 vg 1.36.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [063bac4bb454e93383afdf456f1409d04a3f48a6]

        INTEGRATION: CWS vgbugs07 (1.14.354); FILE MERGED 2007/06/04 13:26:08 vg 1.14.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d057acb39e3f4e2516979d35bf22e9766129492]

        INTEGRATION: CWS vgbugs07 (1.45.258); FILE MERGED 2007/06/04 13:26:08 vg 1.45.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead936bad1501bc315f1149bd1be0b04d051a5dd]

        INTEGRATION: CWS vgbugs07 (1.4.354); FILE MERGED 2007/06/04 13:26:08 vg 1.4.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [700ce261d65847f1d0d13ced478449356b52a5ed]

        INTEGRATION: CWS vgbugs07 (1.6.354); FILE MERGED 2007/06/04 13:26:08 vg 1.6.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abca2e85f9ebb321e7c4edeb4a1871e416544a44]

        INTEGRATION: CWS vgbugs07 (1.22.128); FILE MERGED 2007/06/04 13:26:08 vg 1.22.128.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c024bc7d953d4e7df549352f9033e2f60e4273a8]

        INTEGRATION: CWS vgbugs07 (1.11.354); FILE MERGED 2007/06/04 13:26:08 vg 1.11.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e9ea7484dcd9634b918dfe44ad52462d280895]

        INTEGRATION: CWS vgbugs07 (1.5.354); FILE MERGED 2007/06/04 13:26:08 vg 1.5.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3788fa4fb6121fd325c08f36e5b06da5f92ffb]

        INTEGRATION: CWS vgbugs07 (1.50.258); FILE MERGED 2007/06/04 13:26:08 vg 1.50.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b7894a4c8b4bffc40a0477d57a66c55f0f6b53a]

        INTEGRATION: CWS vgbugs07 (1.17.354); FILE MERGED 2007/06/04 13:26:07 vg 1.17.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f73e7151db75de9b4c6acee8be2a3193a3904e4]

        INTEGRATION: CWS vgbugs07 (1.10.878); FILE MERGED 2007/06/04 13:26:07 vg 1.10.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c946773a782b1abda17b2b5054bf3cb202aa0b5]

        INTEGRATION: CWS vgbugs07 (1.20.354); FILE MERGED 2007/06/04 13:26:07 vg 1.20.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22395cc6f9d8b23377a9d8edeb37e54699df8107]

        INTEGRATION: CWS vgbugs07 (1.13.354); FILE MERGED 2007/06/04 13:26:07 vg 1.13.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a452cd9e45df628c72034e7abb66f4e8b2109517]

        INTEGRATION: CWS vgbugs07 (1.7.50); FILE MERGED 2007/06/04 13:26:07 vg 1.7.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae3b75781d89dd0989662c0ef6483d0a182d5599]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:07 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf2a29bd5d688b3f8050e18e5e4d73a129aba5d]

        INTEGRATION: CWS vgbugs07 (1.6.240); FILE MERGED 2007/06/04 13:26:07 vg 1.6.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34408a14c94a0efc89a2a2390127b6ce734de1cd]

        INTEGRATION: CWS vgbugs07 (1.51.224); FILE MERGED 2007/06/04 13:26:07 vg 1.51.224.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35978582df73e8e2302475f951414e6693273d81]

        INTEGRATION: CWS vgbugs07 (1.26.136); FILE MERGED 2007/06/04 13:26:07 vg 1.26.136.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6610c472a9488f77d2a1136b2fba6e5c61c5c260]

        INTEGRATION: CWS vgbugs07 (1.25.354); FILE MERGED 2007/06/04 13:26:07 vg 1.25.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34e0a529f9e729490c23de67e343f9cbfc7e5db3]

        INTEGRATION: CWS vgbugs07 (1.15.354); FILE MERGED 2007/06/04 13:26:07 vg 1.15.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [463d0d3c218ce6a6f4cd9748b946d9fe09298ccd]

        INTEGRATION: CWS vgbugs07 (1.3.878); FILE MERGED 2007/06/04 13:26:06 vg 1.3.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6044639d9646a9c772230ae99359667253f45b8d]

        INTEGRATION: CWS vgbugs07 (1.5.32); FILE MERGED 2007/06/19 10:16:33 vg 1.5.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f13f540eb261648eab82e62f3891f30fd01f3bd6]

        INTEGRATION: CWS vgbugs07 (1.4.30); FILE MERGED 2007/06/19 10:16:33 vg 1.4.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3d58085fd922109797659262e7c427a7df5f32]

        INTEGRATION: CWS vgbugs07 (1.5.322); FILE MERGED 2007/06/04 13:26:06 vg 1.5.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e7f77b6e9473e247cddfa90c92be8015272913f]

        INTEGRATION: CWS vgbugs07 (1.4.876); FILE MERGED 2007/06/04 13:26:06 vg 1.4.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49ac0eed30417e2fb2bdb1b9d3d76a266285b1f]

        INTEGRATION: CWS vgbugs07 (1.2.876); FILE MERGED 2007/06/04 13:26:06 vg 1.2.876.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [016bd5006580025c2354a28f72c94111a5a40c19]

        INTEGRATION: CWS vgbugs07 (1.10.774); FILE MERGED 2007/06/04 13:26:06 vg 1.10.774.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bad1c7df0690b6add0c01d72b472275414bc3e38]

        INTEGRATION: CWS vgbugs07 (1.4.258); FILE MERGED 2007/06/04 13:26:06 vg 1.4.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c29abc32c39880056e126a9db25d40d0a2a0a6]

        INTEGRATION: CWS vgbugs07 (1.3.322); FILE MERGED 2007/06/04 13:26:06 vg 1.3.322.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d5dfc2df8404b915e07f37ec99f9ae13f1a74f]

        INTEGRATION: CWS vgbugs07 (1.3.258); FILE MERGED 2007/06/04 13:26:06 vg 1.3.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c8bddea28c3ab66b2b862fa2068ee646b05f838]

        INTEGRATION: CWS vgbugs07 (1.16.50); FILE MERGED 2007/06/04 13:26:06 vg 1.16.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f3ee85b798bf716209f55695d221b1b2a1651e]

        INTEGRATION: CWS vgbugs07 (1.5.474); FILE MERGED 2007/06/04 13:26:06 vg 1.5.474.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80a3aeb1cf79f877447357612e1238eafa11d2a6]

        INTEGRATION: CWS vgbugs07 (1.5.878); FILE MERGED 2007/06/04 13:26:05 vg 1.5.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62c9c9197c7337797dcfe53b01b568acb533972]

        INTEGRATION: CWS vgbugs07 (1.8.258); FILE MERGED 2007/06/04 13:26:05 vg 1.8.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cedaf0ac3e9d48ffe1b285929c6b9970edc401d]

        INTEGRATION: CWS vgbugs07 (1.5.258); FILE MERGED 2007/06/04 13:26:05 vg 1.5.258.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f234b1adeb8c9bf76e16e59d552214613e7b0c41]

        INTEGRATION: CWS vgbugs07 (1.8.878); FILE MERGED 2007/06/04 13:26:05 vg 1.8.878.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b17cbcfc0ae022bc9f4995fbb82ce841fae1948]

        INTEGRATION: CWS vgbugs07 (1.2.22); FILE MERGED 2007/06/04 13:26:05 vg 1.2.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4ddcec29b0fbc0e35b39cf0be889665fe9967e]

        INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:23:47 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82fc0176742b5c1509d737a6968f970457d2146e]

        INTEGRATION: CWS vgbugs07 (1.7.114); FILE MERGED 2007/06/04 13:23:47 vg 1.7.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [905eefc729625b133e549234530d396ee6a51ad7]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:47 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a492ceeeb5513c0706ae7be9df3bdda8a3f1c890]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:47 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0db9a844422f3779f2e3e52f29470b49814b4a]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:46 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c53019d5b5fc59c1f44de9fe850b90fd383d718a]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:46 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eefc4d57feddac3ab93b098af2a915a38f910a45]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:46 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a621bd71669d8b92a523f5759e5151e3580c9e82]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:46 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddbc7ac120db630508d602b8d38808337a5b7800]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:46 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff4fe1a135166fa8c3200836bed7440145673a91]

        INTEGRATION: CWS vgbugs07 (1.7.276); FILE MERGED 2007/06/04 13:23:45 vg 1.7.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a437055d29fdb7dbac246e51c99eb3df64158aba]

        INTEGRATION: CWS vgbugs07 (1.21.90); FILE MERGED 2007/06/04 13:23:45 vg 1.21.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa12a9742f8817400d245d367543dc7c84c82697]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:45 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80f998fe36b8a68057a0c6647b6f0f92dd96949f]

        INTEGRATION: CWS vgbugs07 (1.18.86); FILE MERGED 2007/06/04 13:23:45 vg 1.18.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b960b390a6a04b99dfb3bc4ec6c06de4c80d4e4]

        INTEGRATION: CWS vgbugs07 (1.15.86); FILE MERGED 2007/06/04 13:23:45 vg 1.15.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fdaa499294c20b214b877fd6798680363c75aa9]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:45 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7ef0dbbc07ee3a0ced0a02d95cdbb700650d4a8]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:45 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d95d5c0ec8369419c1b9b1e5807b35c9bc03bb1]

        INTEGRATION: CWS vgbugs07 (1.5.274); FILE MERGED 2007/06/04 13:23:45 vg 1.5.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4cf67cf6fcc219d2c743088e9533114c93b2ae7]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:45 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2142cca7bb647b5177e76010b05549bcb3090ed]

        INTEGRATION: CWS vgbugs07 (1.21.124); FILE MERGED 2007/06/04 13:23:44 vg 1.21.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc403e9cca4b5c1f62ab31b2005f05305c960903]

        INTEGRATION: CWS vgbugs07 (1.19.124); FILE MERGED 2007/06/04 13:23:44 vg 1.19.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd17372edac59f39e24e359608da0305361ca7cf]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:44 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fea8490b4e96a2679454c5f754ab3036ea3869ce]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:44 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9119797bd58f52113a4aabb035903a9126dcfcb]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:43 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [addc9afe9a20f3b0839505d6abf9f2226a286d6d]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:43 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c23c17c63471ba21668648effc78bdfb1952fae2]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:43 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d652346ec2e0a42108cf22d1079ef265a5ed013]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:43 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12f8f4671a7e9ddab3a905e8e2506561d833208]

        INTEGRATION: CWS vgbugs07 (1.31.38); FILE MERGED 2007/06/04 13:23:43 vg 1.31.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbdc345beb2747c99ca93477e257207db31b7850]

        INTEGRATION: CWS vgbugs07 (1.32.86); FILE MERGED 2007/06/04 13:23:43 vg 1.32.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b322e9a1e917ad1fb452160b19220d7662e4533]

        INTEGRATION: CWS vgbugs07 (1.23.124); FILE MERGED 2007/06/04 13:23:42 vg 1.23.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69ef5d5f1b6145e461cca1c89229b5301caebe0f]

        INTEGRATION: CWS vgbugs07 (1.16.124); FILE MERGED 2007/06/04 13:23:42 vg 1.16.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7178043e4bdbab61238770fe0b9cd5bf59136391]

        INTEGRATION: CWS vgbugs07 (1.98.30); FILE MERGED 2007/06/04 13:23:42 vg 1.98.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3a5104478262fb80613b64a831baa7c908735e]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:42 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99230b1b114d9a318750adcd27792da7f52970f6]

        INTEGRATION: CWS vgbugs07 (1.36.114); FILE MERGED 2007/06/04 13:23:42 vg 1.36.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4293f191fb2d1615d7fbaf60cb8a6bb66dd3fbf7]

        INTEGRATION: CWS vgbugs07 (1.7.156); FILE MERGED 2007/06/04 13:23:42 vg 1.7.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce2235a474909e1be1349962ab6d326d5481bd2a]

        INTEGRATION: CWS vgbugs07 (1.10.102); FILE MERGED 2007/06/04 13:23:42 vg 1.10.102.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21e587a4c0745e2c6cec4698d7eb78e663abdcd7]

        INTEGRATION: CWS vgbugs07 (1.58.102); FILE MERGED 2007/06/04 13:23:42 vg 1.58.102.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57bee95085403126e8bf2c0e2f1cc62ec4dab85]

        INTEGRATION: CWS vgbugs07 (1.135.28); FILE MERGED 2007/06/06 11:42:17 vg 1.135.28.2: RESYNC: (1.135-1.136); FILE MERGED 2007/06/04 13:23:41 vg 1.135.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efede1987cdfb8837a33934a65ac80def3ca7ce2]

        INTEGRATION: CWS vgbugs07 (1.21.102); FILE MERGED 2007/06/04 13:23:41 vg 1.21.102.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2346ae4d11c297f4c9bb99904ee80f1d2a25d578]

        INTEGRATION: CWS vgbugs07 (1.127.30); FILE MERGED 2007/06/04 13:23:41 vg 1.127.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4afb6d0ed53d5c624fb28b4ad6bc3f64408b7104]

        INTEGRATION: CWS vgbugs07 (1.20.86); FILE MERGED 2007/06/06 11:42:07 vg 1.20.86.2: RESYNC: (1.20-1.21); FILE MERGED 2007/06/04 13:23:41 vg 1.20.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [731aa6f3602c36e0819efefa68e488a26db48b3c]

        INTEGRATION: CWS vgbugs07 (1.63.18); FILE MERGED 2007/06/04 13:23:40 vg 1.63.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07bf82370a582185ce77ed1dcb6f338081eab0e3]

        INTEGRATION: CWS vgbugs07 (1.72.38); FILE MERGED 2007/06/06 11:41:58 vg 1.72.38.2: RESYNC: (1.72-1.73); FILE MERGED 2007/06/04 13:23:40 vg 1.72.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [608cf3a85b028ac2dc0fc446878dd785ec6a15a1]

        INTEGRATION: CWS vgbugs07 (1.6.276); FILE MERGED 2007/06/04 13:23:40 vg 1.6.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b17f6dcdaee655de94a40606628af95d9e50518]

        INTEGRATION: CWS vgbugs07 (1.36.30); FILE MERGED 2007/06/04 13:23:40 vg 1.36.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3bdf30d37c31e4bcccbf82c9e94fb958eb823c]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:40 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1a724a52a5a2844a02a4f50cadac75ad6c8444d]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:40 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b52d82bd10f72fa3b7dcf5699a59cd74e386678]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:40 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88bf63fb55e22f3c3e403f97921b9fa4284ae3d]

        INTEGRATION: CWS vgbugs07 (1.3.124); FILE MERGED 2007/06/04 13:23:40 vg 1.3.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aac1cd73bff4e42fd0a964a4e4cfabd874b5963]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:40 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [750088c2a0a7374acda235f3835b32cb444a69fc]

        INTEGRATION: CWS vgbugs07 (1.14.114); FILE MERGED 2007/06/04 13:23:40 vg 1.14.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20262aac973978106241dc042aed73a9f3913017]

        INTEGRATION: CWS vgbugs07 (1.4.156); FILE MERGED 2007/06/04 13:23:40 vg 1.4.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fa231665af35823f51a7a366e073bbb2e0e5165]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:40 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27a22cb6c2e2fe77ca99b6fd32698829428a0a4]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:40 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bcadff961336947565d03c5e0e20d438035695b]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:40 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bbbda00577fec13b0a1c5474255cb1e54ddb363]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:40 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7934d939076fe3de6376e483cd753b06755ac2a4]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:39 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddf11c973cf7c43e540174f45f4b0d4d5f01b53e]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:39 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [281e406e0ed5a9372f3bb3213d7d5e489dfe6936]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:39 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a70400df9b1e58fddfd84de379da755db5d06ea]

        INTEGRATION: CWS vgbugs07 (1.5.114); FILE MERGED 2007/06/04 13:23:39 vg 1.5.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f27856cdce44466153473ddb2020aa51bea0e86]

        INTEGRATION: CWS vgbugs07 (1.8.114); FILE MERGED 2007/06/04 13:23:39 vg 1.8.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [700aec5d7b0d3b1bbe10a732c830a68a196ca157]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:39 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba30f10b70f94407de2ef89bc289a6e07559126b]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:39 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f550e1e4b4e5d2329ab10c127036a91e76f9e73]

        INTEGRATION: CWS vgbugs07 (1.6.274); FILE MERGED 2007/06/04 13:23:39 vg 1.6.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [343f6b76e3f6f6dc62f0886c35360ce93f89e5a8]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:39 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [690bcb9299017dbbb0e5b363f7c3351b971762f1]

        INTEGRATION: CWS vgbugs07 (1.23.194); FILE MERGED 2007/06/04 13:23:39 vg 1.23.194.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05368f8fa9e4f6fcc6edb39d1950856b7ab7da49]

        INTEGRATION: CWS vgbugs07 (1.71.84); FILE MERGED 2007/06/04 13:23:39 vg 1.71.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f861b72fe17803ad8e85c903a34a43c66dd913c6]

        INTEGRATION: CWS vgbugs07 (1.12.30); FILE MERGED 2007/06/04 13:23:39 vg 1.12.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [68581ef1faff52528dad0fe45af2af1ba533d14a]

        INTEGRATION: CWS vgbugs07 (1.15.124); FILE MERGED 2007/06/04 13:23:39 vg 1.15.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [acb97ba8bfc467d511157ca4d9ea5256174dc07a]

        INTEGRATION: CWS vgbugs07 (1.6.86); FILE MERGED 2007/06/04 13:23:39 vg 1.6.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a56c3048e98db7da0ab30addd7128d9f7b9a31]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:38 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82559910bef4bcb2532a92f3f8c72251629d8edf]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:38 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [213cc725b482e97c0cff6b70302e966cef19bded]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:38 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5aff3cd936cfbec48ef37663c0ee0a25c47292f]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:38 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b28ad75e0482bcadbce7215561184db4bc837487]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:38 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18e19f6cf0c6470d4290cc311e2825b8e1b7ec0d]

        INTEGRATION: CWS vgbugs07 (1.10.274); FILE MERGED 2007/06/04 13:23:38 vg 1.10.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9408a1b6ef1d0347042064535a6dea830d4c624f]

        INTEGRATION: CWS vgbugs07 (1.24.124); FILE MERGED 2007/06/04 13:23:38 vg 1.24.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [765f68ec6e00ac7ccf30e6b9c3214220f61b6fce]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:38 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [302cd30f4ebee848d3a429f875fd557460a608e9]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:38 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e25203b6fb9a632c960bd8ed28ab2de7572ef70b]

        INTEGRATION: CWS vgbugs07 (1.20.276); FILE MERGED 2007/06/04 13:23:38 vg 1.20.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e106e9c52bcbfb674008fa3b8b8b68ae8923417]

        INTEGRATION: CWS vgbugs07 (1.44.124); FILE MERGED 2007/06/04 13:23:38 vg 1.44.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14d1f4b76168dcf33be0d40e0f2c77868b921088]

        INTEGRATION: CWS vgbugs07 (1.17.124); FILE MERGED 2007/06/04 13:23:38 vg 1.17.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [841a1624e02c28f6361e96eab32dd660f9589529]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:38 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [336f4ab7351546d857d4687a0591624ea2a3a687]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:38 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfe181929c62c3c6f0bb397f70f94c45ff8089ac]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:38 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e441853855d4dc32ab98ad108fe065b505937f0]

        INTEGRATION: CWS vgbugs07 (1.11.90); FILE MERGED 2007/06/04 13:23:37 vg 1.11.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eebd38cd253ef1e67f1232b5231f62ed71ab6f9a]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:37 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [803bf1fc3b59c02e79a24ec3e72e3945438c49e3]

        INTEGRATION: CWS vgbugs07 (1.3.156); FILE MERGED 2007/06/04 13:23:37 vg 1.3.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb87c50b3e06aa57efd22716fce3b1b4e94428c3]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:37 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07f4c97215333bfacdacdc78a9fe22cd3239ab42]

        INTEGRATION: CWS vgbugs07 (1.6.274); FILE MERGED 2007/06/04 13:23:37 vg 1.6.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3abfe1433c7bf7787e0ef9d945f191ffd9a6c5e]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:37 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c8dc2d0200eee54725b062597eafd868351c12]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:37 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f91fb11ae9ced71ec484a5f7f87225a6c44f433a]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:37 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ed3eed3994702c9f2258e0eb7ac490481f956b4]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:37 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4049a46750a143d9607c8186d3f0414afea5d07]

        INTEGRATION: CWS vgbugs07 (1.7.274); FILE MERGED 2007/06/04 13:23:37 vg 1.7.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3714bfbfda82380ac001d20edf7afb5e63cebad]

        INTEGRATION: CWS vgbugs07 (1.16.124); FILE MERGED 2007/06/04 13:23:37 vg 1.16.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b8ed6e59153666855337d6f0a1221c49878a6ba]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:37 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac592859a350d5775955994f4034f75934978a0a]

        INTEGRATION: CWS vgbugs07 (1.8.274); FILE MERGED 2007/06/04 13:23:37 vg 1.8.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31997f808c9fe4cd1eb50e37c54184d0c207a810]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:36 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66c7e40a031bf9ebe838cce076ed254db9410bfd]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:36 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [638ad62ac7e8ad95a9c2ce0c84628575ac722fdb]

        INTEGRATION: CWS vgbugs07 (1.9.52); FILE MERGED 2007/06/04 13:23:36 vg 1.9.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0957bea22547dd2abf0cecb1334eaf9c16638c66]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:36 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90e2eade755c320e2deae34b312056197d5c5129]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:36 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b7f9b4e5fccc6a3f16b5470b0e0bdc5e92a5a23]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:36 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d126b6c92f65d392072bdc5770c44cba89be06f0]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:36 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a67acfb647aeca85c069d32900f62f7460ebdd7]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:36 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f27c2e14784a88b3d407b6e0ebaa5670018e5b7]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:36 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33883e133dfd0fb1ddbfff4e1a149029cc0120a8]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:36 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93212d310d5f4f711e0abe4c882afaa965d524f8]

        INTEGRATION: CWS vgbugs07 (1.18.124); FILE MERGED 2007/06/04 13:23:36 vg 1.18.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1500b053be65cb63dba14d5539ccbb015135471]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:35 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e9d5614fa608542236226e4d3173ce3ee629f2]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:35 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e5e3b67ffc22cf28e88bb08d13ac63f9b8ee8d7]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:35 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a82df73bb0016e5fa559840300a083dcdeb94254]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:35 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a15bd99d3ec950d91aab1ea5e7c225af9b2020]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:35 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [60b0e521bc7cab09ddf59d6325fe8b35aa2331f8]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:35 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [495d6c23a71abf80603cf98266b9638eadef1624]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:35 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8c3e2580aeefc17f75e9d03914693edae1bba8c]

        INTEGRATION: CWS impress122 (1.61.42); FILE MERGED 2007/06/15 18:50:04 cl 1.61.42.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a88b12fd81483516144854c89515d0da95a1a9f]

        INTEGRATION: CWS vgbugs07 (1.5.276); FILE MERGED 2007/06/04 13:23:35 vg 1.5.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b82faf5113a24e108e0d31df726df97e9e1432]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:35 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfe3fc99169b89bcb14730d7ff0604a4f0205ae0]

        INTEGRATION: CWS impress122 (1.190.8); FILE MERGED 2007/06/25 09:28:48 cl 1.190.8.1: added simpress& sdraw insertbar.xml to patch list

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d574978af367cc808310286f36583adc9a9bd987]

        INTEGRATION: CWS vgbugs07 (1.7.276); FILE MERGED 2007/06/04 13:23:35 vg 1.7.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6308e989bad9e795b1f570512f50f55de2e179]

        INTEGRATION: CWS impress122 (1.27.330); FILE MERGED 2007/06/19 13:24:45 cl 1.27.330.2: added missing patch styles 2007/06/15 18:50:04 cl 1.27.330.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7bf45a4a990cdb099da884363c4ee038cdc6eb8]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:35 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f40c34364240e5ee54ea063dcdcd69d7cbb1f0b9]

        INTEGRATION: CWS impress122 (1.35.82); FILE MERGED 2007/06/15 18:50:03 cl 1.35.82.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2aab6460660547e69235599ef1a807185d464ba]

        INTEGRATION: CWS impress122 (1.26.58); FILE MERGED 2007/06/26 13:47:41 cl 1.26.58.1: #i72038# added effects.xcu to patch

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1a0a29b2339493f80ccda046e0028797432b35]

        INTEGRATION: CWS impress122 (1.5.30); FILE MERGED 2007/06/14 09:58:24 cl 1.5.30.1: #i24969# enable to play sound over more than one slide and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1192cd1f8ac344d95a47f9d2cec0060206070175]

        INTEGRATION: CWS impress122 (1.6.30); FILE MERGED 2007/06/14 09:58:24 cl 1.6.30.1: #i24969# enable to play sound over more than one slide and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c393ac8468205b322c25071c83003f8405a504]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:34 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b81038e13e0ca678538a731cfd147ef0388202b]

        INTEGRATION: CWS vgbugs07 (1.14.124); FILE MERGED 2007/06/04 13:23:33 vg 1.14.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fbedf875b989433dbc7bdbe02bd0e1e0f76bc4a]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:33 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8183d9bbb83741af316a4055a2a45e63296add05]

        INTEGRATION: CWS vgbugs07 (1.41.86); FILE MERGED 2007/06/04 13:23:33 vg 1.41.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e230486a49533925bdbaedad12940b81e44d680b]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:33 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a2c3ad5c5c67761a166db5ac24fc6717f108f4]

        INTEGRATION: CWS vgbugs07 (1.4.114); FILE MERGED 2007/06/04 13:23:33 vg 1.4.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [740de9cb97159d2fe37054057a55e58a36ff27be]

        INTEGRATION: CWS impress122 (1.5.608); FILE MERGED 2007/06/11 10:38:22 cl 1.5.608.1: #i73124# updated insert toolbar according to spec

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [411ed9c186d3081a6ec3f8779993652b803250ea]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:32 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a43f81fbcf0f684df3c6b88a8a41672fa03d31b1]

        INTEGRATION: CWS vgbugs07 (1.39.102); FILE MERGED 2007/06/04 13:23:32 vg 1.39.102.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63410fb741a207456c12004d2d1817d50690a8ba]

        INTEGRATION: CWS impress122 (1.5.608); FILE MERGED 2007/06/26 13:58:31 cl 1.5.608.2: #i73124# updated insert toolbar according to spec 2007/06/11 10:38:21 cl 1.5.608.1: #i73124# updated insert toolbar according to spec

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af1963dd23c850727c1132017210b281d87e02e5]

        INTEGRATION: CWS vgbugs07 (1.45.114); FILE MERGED 2007/06/04 13:23:32 vg 1.45.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b7e1654f367a36ab2ab5afd393aac974367f468]

        INTEGRATION: CWS impress122 (1.65.50); FILE MERGED 2007/06/13 07:53:53 af 1.65.50.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa2ea0db7126f73bb0f3860523cddcbb942d6a39]

        INTEGRATION: CWS vgbugs07 (1.47.14); FILE MERGED 2007/06/04 13:23:32 vg 1.47.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f1330b374d9b79acf986bdc779586b4faa36846]

        INTEGRATION: CWS impress122 (1.46.30); FILE MERGED 2007/06/08 04:07:30 liyuan 1.46.30.1: #i71063

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f08b4ffd2d31a5b8feaab3ec130700eccf5fa320]

        INTEGRATION: CWS impress122 (1.66.30); FILE MERGED 2007/06/13 07:53:00 af 1.66.30.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [463177fbd534f2e99112c0656f3bd028683d4bfd]

        INTEGRATION: CWS vgbugs07 (1.28.114); FILE MERGED 2007/06/04 13:23:32 vg 1.28.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e394d6f86421f94f4517b282107786a6d0591e9]

        INTEGRATION: CWS impress122 (1.75.52); FILE MERGED 2007/06/13 07:52:07 af 1.75.52.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c735f85b62ffca101a986d9d68b02d12d4b7c4b]

        INTEGRATION: CWS vgbugs07 (1.38.86); FILE MERGED 2007/06/04 13:23:32 vg 1.38.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3dfb92e1d2e1ed4c00529a3a48afd11e21bc07a]

        INTEGRATION: CWS impress122 (1.23.52); FILE MERGED 2007/06/13 07:51:10 af 1.23.52.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90603934885027a2894e987da53be5dadc61ecca]

        INTEGRATION: CWS vgbugs07 (1.47.124); FILE MERGED 2007/06/04 13:23:32 vg 1.47.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6608037e832d2572862d3181670326e3ab7a6665]

        INTEGRATION: CWS impress122 (1.36.50); FILE MERGED 2007/06/13 07:48:47 af 1.36.50.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6622d138d4f7eb8dc123ec298900c74f33ed3bbf]

        INTEGRATION: CWS vgbugs07 (1.13.276); FILE MERGED 2007/06/04 13:23:32 vg 1.13.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6665a67dd4b7bd0debc5420b14d2dd968f8fe900]

        INTEGRATION: CWS impress122 (1.7.50); FILE MERGED 2007/06/13 07:47:49 af 1.7.50.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac6a76b7337be46608df1265d441babcd9df78d9]

        INTEGRATION: CWS vgbugs07 (1.24.90); FILE MERGED 2007/06/04 13:23:32 vg 1.24.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e251be26f5bf8ebbeda61b11266d8ca3c5a77a7]

        INTEGRATION: CWS impress122 (1.15.48); FILE MERGED 2007/06/12 08:17:30 af 1.15.48.1: #i73014# Applied fix of printing cut pages.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65269c12950b4bc141ed178f7335ea7f142a8008]

        INTEGRATION: CWS vgbugs07 (1.23.86); FILE MERGED 2007/06/04 13:23:32 vg 1.23.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d634b2c23cd99b22e43038f08f118b120a91aa6b]

        INTEGRATION: CWS impress122 (1.32.30); FILE MERGED 2007/06/18 09:31:45 cl 1.32.30.3: fixed a unix build problem 2007/06/13 07:43:27 af 1.32.30.2: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase. 2007/06/08 04:06:47 liyuan 1.32.30.1: #i71063

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e62fcbb97c1234c3c5e5a30b14a9de183f3c697]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:32 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8305c1ce9b8acc53e1ef6b94a53e63d8a45063c]

        INTEGRATION: CWS impress122 (1.86.72); FILE MERGED 2007/06/14 10:00:39 cl 1.86.72.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaad682f5e5e346fc479102e032616efaa70f0cc]

        INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:23:32 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49fecbdee907297751b0b7c34a482d1d0ec0ae7b]

        INTEGRATION: CWS vgbugs07 (1.3.124); FILE MERGED 2007/06/04 13:23:32 vg 1.3.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecce5535e89ab84cc34d054520fa1cf8d05987c]

        INTEGRATION: CWS impress122 (1.33.74); FILE MERGED 2007/06/08 14:52:07 cl 1.33.74.1: #i75609# create printer only on demand

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [993e2429aa516f738810fb695ef99bff0329d924]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:32 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af89c2e73bdb17fbcd3540c2295b59b9b0dfd01a]

        INTEGRATION: CWS impress122 (1.24.50); FILE MERGED 2007/06/13 15:25:23 af 1.24.50.1: #i76707# Made copy the default drop action for dragging pages to another document.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [832d24e8bb25c23547ece24438d888bb1ca0737d]

        INTEGRATION: CWS vgbugs07 (1.9.114); FILE MERGED 2007/06/04 13:23:32 vg 1.9.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc5438eb050a3c8d44e5b2b888b22ad00bbb9117]

        INTEGRATION: CWS impress122 (1.15.114); FILE MERGED 2007/06/08 12:39:19 af 1.15.114.1: #i78224# Added include for Window.hxx.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78f9b6030d5fb9e781138f769a443e707865173b]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:32 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4af25ad10751240808d750065d9751524c1a5c4]

        INTEGRATION: CWS impress122 (1.10.358); FILE MERGED 2007/06/15 09:27:10 cl 1.10.358.1: #i23353# support png inside html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e20d8a7f12c471bfb7186963c599b4c49b6c22d]

        INTEGRATION: CWS vgbugs07 (1.19.30); FILE MERGED 2007/06/04 13:23:32 vg 1.19.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17de46eee162c19ce49fae91709069fa77b5ee48]

        INTEGRATION: CWS impress122 (1.6.442); FILE MERGED 2007/06/15 09:27:10 cl 1.6.442.1: #i23353# support png inside html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8c2762df661cd638cbfd50c3116f060d74cd4c]

        INTEGRATION: CWS impress122 (1.9.152); FILE MERGED 2007/06/13 07:41:02 af 1.9.152.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [191168d5e28cd864761b009be0d5648d85a3dda6]

        INTEGRATION: CWS a11ysep (1.2.4); FILE MERGED 2007/06/27 13:51:07 fs 1.2.4.7: RESYNC: (1.57-1.63); FILE MERGED 2007/05/09 09:37:36 fs 1.2.4.6: RESYNC: (1.55-1.57); FILE MERGED 2007/02/27 08:32:30 fs 1.2.4.5: RESYNC: (1.43-1.55); FILE MERGED 2006/09/21 22:03:15 fs 1.2.4.4: RESYNC: (1.22-1.43); FILE MERGED 2005/09/27 07:53:02 fs 1.2.4.3: RESYNC: (1.15-1.22); FILE MERGED 2005/06/06 11:01:54 fs 1.2.4.2: RESYNC: (1.2-1.15); FILE MERGED 2005/03/07 08:44:07 fs 1.2.4.1: #i44293# new library with prefix acc, containing A11Y implementations formerly implemented in toolkit/svtools

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bb3892e5accba0ff7942a058f7d160d5ad8d465]

        INTEGRATION: CWS impress122 (1.18.50); FILE MERGED 2007/06/13 07:35:09 af 1.18.50.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd03f68878043486c31bf4d80575122580c4016a]

        INTEGRATION: CWS a11ysep (1.17.34); FILE MERGED 2007/06/27 13:50:19 fs 1.17.34.8: RESYNC: (1.51-1.54); FILE MERGED 2007/05/09 09:36:53 fs 1.17.34.7: RESYNC: (1.50-1.51); FILE MERGED 2007/02/27 08:49:40 fs 1.17.34.6: re-introduce Tk resource file (has been removed in CWS a11ysep, but MWS introduced changes so that we now need it, again) 2007/02/27 08:31:49 fs 1.17.34.5: RESYNC: (1.47-1.50); FILE MERGED 2006/09/21 22:02:44 fs 1.17.34.4: RESYNC: (1.26-1.47); FILE MERGED 2005/09/27 07:50:41 fs 1.17.34.3: RESYNC: (1.21-1.26); FILE MERGED 2005/06/06 11:01:14 fs 1.17.34.2: RESYNC: (1.17-1.21); FILE MERGED 2005/03/07 08:44:07 fs 1.17.34.1: #i44293# new library with prefix acc, containing A11Y implementations formerly implemented in toolkit/svtools

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [195045b478ad3808b273a7ddca90d0a6e63eaab4]

        INTEGRATION: CWS impress122 (1.4.50); FILE MERGED 2007/06/13 07:32:13 af 1.4.50.1: #141146# Made ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c73dc22922787543d3e653d8e53af479cd833f3]

        INTEGRATION: CWS a11ysep (1.83.8); FILE MERGED 2007/06/27 13:49:53 fs 1.83.8.7: RESYNC: (1.230-1.244); FILE MERGED 2007/05/09 09:36:36 fs 1.83.8.6: RESYNC: (1.222-1.230); FILE MERGED 2007/02/27 08:31:32 fs 1.83.8.5: RESYNC: (1.209-1.222); FILE MERGED 2006/09/21 22:02:25 fs 1.83.8.4: RESYNC: (1.141-1.209); FILE MERGED 2005/09/27 07:50:03 fs 1.83.8.3: RESYNC: (1.103-1.141); FILE MERGED 2005/06/06 11:00:55 fs 1.83.8.2: RESYNC: (1.83-1.103); FILE MERGED 2005/03/07 08:44:07 fs 1.83.8.1: #i44293# new library with prefix acc, containing A11Y implementations formerly implemented in toolkit/svtools

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bbdd7eed290f4c88f2866a88c111c66f92f13fb]

        INTEGRATION: CWS vgbugs07 (1.5.114); FILE MERGED 2007/06/04 13:23:32 vg 1.5.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [441b67559a0a050dfbedabba73862f87a75848e8]

        INTEGRATION: CWS impress122 (1.12.114); FILE MERGED 2007/06/08 04:06:23 liyuan 1.12.114.1: #i71063

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d69deee586c46f291dbeacbf3ed5b62baa8910ac]

        INTEGRATION: CWS vgbugs07 (1.16.86); FILE MERGED 2007/06/04 13:23:32 vg 1.16.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bda061a61ec70c121c33e9e70cefac892228ec50]

        INTEGRATION: CWS impress122 (1.59.30); FILE MERGED 2007/06/12 15:05:50 af 1.59.30.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7417228dbaaf0c5f6abea277322149e4035f740d]

        INTEGRATION: CWS a11ysep (1.46.26); FILE MERGED 2007/05/09 09:21:37 fs 1.46.26.6: RESYNC: (1.56-1.57); FILE MERGED 2007/02/27 08:41:35 fs 1.46.26.5: RESYNC: (1.54-1.56); FILE MERGED 2006/09/21 21:40:12 fs 1.46.26.4: RESYNC: (1.49-1.54); FILE MERGED 2005/09/27 10:51:25 fs 1.46.26.3: RESYNC: (1.48-1.49); FILE MERGED 2005/06/06 10:25:41 fs 1.46.26.2: RESYNC: (1.46-1.48); FILE MERGED 2005/03/07 08:09:15 fs 1.46.26.1: #i44293# TextWindowAccessibility class renamed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9201fbe25b521c65f82d653a4806aa5a693fab7]

        INTEGRATION: CWS impress122 (1.49.30); FILE MERGED 2007/06/12 15:03:04 af 1.49.30.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef51983f89bb482221d039fa115f66dbcf41a46]

        INTEGRATION: CWS vgbugs07 (1.26.124); FILE MERGED 2007/06/04 13:23:32 vg 1.26.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [996c6025ebd517ffba7c54095a0cdbaba85a588d]

        INTEGRATION: CWS impress122 (1.11.114); FILE MERGED 2007/06/12 15:02:09 af 1.11.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1746f563b02f1134a461d38c27a2b9ade31cd3c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/03/07 08:38:33 fs 1.1.2.1: #i44293# dedicated lib for A11Y implementations on svtools/toolkit level

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73bda61f14975165b0684d6b24ebab767053a1c3]

        INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:23:31 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeec491c9b1684a220c211c5b959015493920c9c]

        INTEGRATION: CWS impress122 (1.10.114); FILE MERGED 2007/06/12 14:58:48 af 1.10.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dbf19b0f84b7fdbffd2435983cb53ff98f222a5]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/03/07 08:38:43 fs 1.1.2.1: #i44293# dedicated lib for A11Y implementations on svtools/toolkit level

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d652aa5f481b7f8f7a04d461409f1a921abe6c9]

        INTEGRATION: CWS impress122 (1.30.30); FILE MERGED 2007/06/12 14:56:20 af 1.30.30.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04c8305424eb89a1e506937deb1d3e5d256671fc]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:31 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc1297d150d13f40da1601ca87432d2214bd9d2]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:13 fs 1.1.2.5: #i10000# 2007/02/27 12:37:31 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:15 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:10 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7da8972336b8ce3e0fb71b0c50464508837a5f3]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:13 fs 1.1.2.4: #i10000# 2006/10/05 08:20:15 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:10 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73395a18549e95e26ff4eacf640c987936aedee3]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:31 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d17580328a99890971939eb2cf89b9065ad9908]

        INTEGRATION: CWS impress122 (1.14.30); FILE MERGED 2007/06/12 14:55:07 af 1.14.30.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c8990701141f674ee207ed8c8574f001dbb01c5]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:13 fs 1.1.2.4: #i10000# 2006/10/05 08:20:15 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:09 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4613af4f6eaaedf034780e5caccead26c4867c20]

        INTEGRATION: CWS vgbugs07 (1.25.124); FILE MERGED 2007/06/04 13:23:31 vg 1.25.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bed648baa0553ea197d14a5e727054a54999b78]

        INTEGRATION: CWS impress122 (1.16.114); FILE MERGED 2007/06/12 14:54:00 af 1.16.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e396f20e04a483202e6f42259c5051a448f593]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:13 fs 1.1.2.3: #i10000# 2005/09/28 11:35:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:09 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2d1e517586c1a11a3ceb7a0a7505969575aae4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.3: #i10000# 2005/09/28 11:35:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:09 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc5537fa31bf80d954653922ebd50810c83cf5b]

        INTEGRATION: CWS impress122 (1.15.114); FILE MERGED 2007/06/12 14:52:36 af 1.15.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aea074eeaba90bd9b1c468466b65166dfc1f313]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.4: #i10000# 2006/10/05 08:20:15 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:08 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [165837f826d75c5ffef916774ae14acfe1d1cad8]

        INTEGRATION: CWS vgbugs07 (1.6.114); FILE MERGED 2007/06/04 13:23:31 vg 1.6.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b50c28bfa71b09c4289572e8b7d2a3d3412c5a1a]

        INTEGRATION: CWS impress122 (1.19.114); FILE MERGED 2007/06/12 14:50:27 af 1.19.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc95022fff3997b12274bcb19a3b41d6c273a604]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.4: #i10000# 2006/10/05 08:20:14 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:08 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f025392f3cdf9d3241deaf4401ccb35c7d4650]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.4: #i10000# 2006/10/05 08:20:14 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:07 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d246c3a518d22a108a9f09a5d1e7bfdfafc54e]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:31 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [feb386dc49573ae1a59d2cd1c7014a5376e8d6e7]

        INTEGRATION: CWS impress122 (1.16.50); FILE MERGED 2007/06/18 13:04:46 cl 1.16.50.1: #i51636# adding All Files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9483095a78d729247e32faecc23091a9201355]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.4: #i10000# 2006/10/05 08:20:14 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:07 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f07f419cdc1fa867a25f3f2c080d8df2968788]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:12 fs 1.1.2.4: #i10000# 2007/02/27 12:37:31 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:35:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:07 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc073c78fdbe4a314a3ef57080d0d6cc658fe4f]

        INTEGRATION: CWS vgbugs07 (1.12.86); FILE MERGED 2007/06/04 13:23:31 vg 1.12.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ffc4921df96e74c7c62b551487a53d02cb63a89]

        INTEGRATION: CWS impress122 (1.16.50); FILE MERGED 2007/06/14 10:00:18 cl 1.16.50.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf88be6d2b7865259d3b5736bfffd5de0329daea]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:11 fs 1.1.2.5: #i10000# 2007/02/27 12:37:31 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:14 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:06 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c64c474da22ec0efaa84bb1677275439cc95eb10]

        INTEGRATION: CWS vgbugs07 (1.21.86); FILE MERGED 2007/06/04 13:23:31 vg 1.21.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7f0bb87bdaa96b6dc3e6e104c493234f6bfc69d]

        INTEGRATION: CWS impress122 (1.18.40); FILE MERGED 2007/06/15 09:36:06 cl 1.18.40.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [915bd2f5f1110cb4ef3b42bbe7dee9406e8928d7]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:11 fs 1.1.2.4: #i10000# 2007/02/27 12:37:30 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:35:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:06 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0ae360330119925dc12c138c44e714c9a9689d]

        INTEGRATION: CWS vgbugs07 (1.7.86); FILE MERGED 2007/06/04 13:23:31 vg 1.7.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ea983fef8230ac61e1d8b4e7824a3349e72a4b]

        INTEGRATION: CWS impress122 (1.11.30); FILE MERGED 2007/06/18 09:29:00 cl 1.11.30.3: #i23353# fixed unix build problem 2007/06/15 18:48:42 cl 1.11.30.2: #i23353# added new button sets for html export 2007/06/15 09:36:06 cl 1.11.30.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac5a67275830d5affbde72ab926ca22ad45a107c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:11 fs 1.1.2.3: #i10000# 2005/09/28 11:35:32 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:05 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c31a2fb3e89c2c7f18c0da9ec5d42cc74698c99]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:11 fs 1.1.2.5: #i10000# 2007/02/27 12:37:30 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:14 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:31 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:05 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99d2440931db94e62cc21026e637adf81f3ea35c]

        INTEGRATION: CWS impress122 (1.9.114); FILE MERGED 2007/06/15 09:36:06 cl 1.9.114.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab85a98facea9597616eac9a0a86bbbb742ab520]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:11 fs 1.1.2.4: #i10000# 2007/02/27 12:37:30 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:35:31 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:05 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9936ea30568f9041fbc914caab0bb2d981c7d53b]

        INTEGRATION: CWS vgbugs07 (1.12.114); FILE MERGED 2007/06/04 13:23:31 vg 1.12.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdcb5d76c22bc4fcc2b8f1e1afe383db71c21f27]

        INTEGRATION: CWS impress122 (1.12.114); FILE MERGED 2007/06/15 09:36:06 cl 1.12.114.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1918cb104aed2ff1a47e59534322bf0f391e615]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:10 fs 1.1.2.4: #i10000# 2007/02/27 12:37:30 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:35:30 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:04 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b5e1fb3e4ab9713156f0f22097d8364b0a226af]

        INTEGRATION: CWS impress122 (1.30.30); FILE MERGED 2007/06/15 18:48:42 cl 1.30.30.2: #i23353# added new button sets for html export 2007/06/15 09:36:06 cl 1.30.30.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [27754fc7bacc070c14f44624b75d33fd34bb5ab6]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:10 fs 1.1.2.4: #i10000# 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:28 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:04 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08ad13505c4cae4ffa4c14eb15ca96692f09ccfc]

        INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED 2007/06/04 13:23:31 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f4cc7d533616dd50cf6e9917fc3e56d6cdf23fb]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 09:36:31 cl 1.1.2.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4482bcafbeb3332f257a7e19a8ffa8646b89891a]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:10 fs 1.1.2.3: #i10000# 2005/09/28 11:35:26 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:04 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [405275262a4f4cb2ba3237150c2ce1f0dfc45aae]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:48:42 cl 1.1.2.2: #i23353# added new button sets for html export 2007/06/15 09:36:22 cl 1.1.2.1: #i23353# support png and button sets from config

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5d69069ed2017d4dbbfa677504a48ba97a800e6]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:10 fs 1.1.2.3: #i10000# 2005/09/28 11:35:25 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:03 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e6eadc51c54247ffb8a144a89befca840c843f]

        INTEGRATION: CWS impress122 (1.57.30); FILE MERGED 2007/06/14 15:18:04 sj 1.57.30.1: #i24969# fixed sound loop/stop for slide transitions

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ffb1c8be367c8a5f6e92c48f36965c5203f95c]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:31 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b5343d2e298bac16a306f78be30b27cd5be588e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:10 fs 1.1.2.4: #i10000# 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:24 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:03 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1227277ba88c7ea9e61a832e9f48f0e242eea07]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.3: #i10000# 2005/09/28 11:35:23 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:02 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c56bf68b5287b5b6401c196ad513b178bc21b81]

        INTEGRATION: CWS impress122 (1.85.28); FILE MERGED 2007/06/14 15:18:04 sj 1.85.28.1: #i24969# fixed sound loop/stop for slide transitions

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80e0626df5043a45ed670b727b2e114c0d5f1d2]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.5: #i10000# 2006/10/05 08:20:13 fs 1.1.2.4: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:20 fs 1.1.2.3: manual resync (files have been moved herein from another location): licence change 2005/06/06 10:11:05 fs 1.1.2.2: manual resync - file had been modified in master, but moved in CWS 2005/03/07 08:29:02 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29ac144e65202529be1478d7860c4681e0375405]

        INTEGRATION: CWS impress122 (1.11.114); FILE MERGED 2007/06/14 09:59:29 cl 1.11.114.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d914ce9c4742dcadb19176c1906e08fa081f2aa]

        INTEGRATION: CWS vgbugs07 (1.9.114); FILE MERGED 2007/06/04 13:23:31 vg 1.9.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4132c1da780d9324d38aeef3edff346c13d5473e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.3: #i10000# 2005/09/28 11:35:20 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:02 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aa933cddd575121e465f61a1a475c68cb297530]

        INTEGRATION: CWS impress122 (1.32.114); FILE MERGED 2007/06/14 09:59:28 cl 1.32.114.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a62654629e24a7962aa3325eae6a72351cee069a]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:31 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d21c19c5739e94e5b2414d09d2a433f5774c7e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.3: #i10000# 2005/09/28 11:35:18 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:01 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [403f40fda4b25d92221479fee477bb2daa4eb8a2]

        INTEGRATION: CWS impress122 (1.59.28); FILE MERGED 2007/06/14 09:59:28 cl 1.59.28.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e19aadcb47d1b7b1f174fa4c4b135912bb486d18]

        INTEGRATION: CWS vgbugs07 (1.7.114); FILE MERGED 2007/06/04 13:23:31 vg 1.7.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a309c1ff6864cc1e894ae30feaa7c8e52a9262b2]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.3: #i10000# 2005/09/28 11:35:17 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:01 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4205e5b40bac8f0a13074971c02ff277bc9ff204]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:09 fs 1.1.2.5: #i10000# 2007/02/27 12:37:30 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:15 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:00 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a90b57fa2b7bd75f31ba03f025c7e5e390f78137]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:31:16 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98a2207b038cbcc462c4dda01113332edcda104e]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:31 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4b86551aa4fbcb2ffb0d516c19587680dcdc869]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:31:09 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [191ea3222d3ab68c464bb5583921cbed36ea1798]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:08 fs 1.1.2.5: #i10000# 2007/02/27 12:37:30 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:12 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:00 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0ccc486a3bb9972e6bd624a1c296b08d6aa82cf]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:31:01 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1301e851307782cf6a50642261975e27a6df315b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:08 fs 1.1.2.3: #i10000# 2005/09/28 11:35:11 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:59 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33ad6d91936dd0d744e888a3c24d46083f37574f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:35:11 fs 1.1.2.3: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:43:01 fs 1.1.2.2: no need for a makefile.pmk 2005/03/07 08:29:24 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [741f0f373476feca02dc634d8460002cf333888a]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:52 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c51469d66922226382d93bde85b270a900fbd0f]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:44 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75e8c3b9a61353005225ecac5757ef38c0553308]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:08 fs 1.1.2.5: #i10000# 2007/02/27 12:37:30 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:10 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:59 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3091e255c2945bf8b00215aaf45e0cccdd5621c6]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:08 fs 1.1.2.4: #i10000# 2006/10/05 08:20:13 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:10 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:59 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [393d9a8289f1c38a5bb7236ef61cac404803dc3e]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:35 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bf4c560c3bd9172f064982e0cb51d47843a1774]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:26 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c98cc5e9937a09f0165eec0e9aaa5941c42d174]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:29:08 fs 1.1.2.5: #i10000# 2007/02/27 12:37:30 fs 1.1.2.4: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/05 08:20:12 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:35:07 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:58 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86538aa2963a0cef3be2230c9cb439c1aa7cd25f]

        INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:23:31 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95f2463b7cd32e815a451dc4811cdc90c85198f4]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:17 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [41bb87f425859c0fe68f8f10d906621b97f31307]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:26 fs 1.1.2.3: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:43:00 fs 1.1.2.2: no need for a makefile.pmk 2005/03/07 08:30:00 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a7ee4fa682621495da34be70cf60cbc5aff2764]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:08 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [504fb6e18995ae29e842348c345caab359534fca]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:26 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:47 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e248103af04984ee2ee7fef78360a55d8ac1e33b]

        INTEGRATION: CWS vgbugs07 (1.8.114); FILE MERGED 2007/06/04 13:23:31 vg 1.8.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2db870908c98f913ff5140a4d736f47888a2355d]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:30:00 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd82b6d61b68d5de8684cc8e4bc484cbeb9dc780]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:25 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:46 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d8dc3b6f55f4d9d73f8baa26f1ffa81abadbf60]

        INTEGRATION: CWS impress122 (1.1.2); FILE ADDED 2007/06/15 18:29:51 cl 1.1.2.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eb52b96f79280bf349a58b4cd80daa1a1f6a3f4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/05/09 11:45:06 fs 1.1.2.3: manual RESYNC: copy the changes from toolkit/source/awt/accessiblestrings.src 1.15->1.16 herein 2005/09/28 11:39:25 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:35:29 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f322d06fe65f2e1b4fa7549ed81e6959a67eea6]

        INTEGRATION: CWS vgbugs07 (1.3.156); FILE MERGED 2007/06/04 13:23:30 vg 1.3.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04e4117af94778286ebebba5d22ace5f1a95298c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/06 11:53:48 fs 1.1.2.6: #i10000# 2006/10/05 19:33:55 fs 1.1.2.5: #i10000# post-resync 2006/10/05 08:38:33 fs 1.1.2.4: MANUAL RESYNC m130->m185: VCLXWindow::CreateAccessibleContext had been changed in MCWS, but moved herein (as AccessibleFactory::createAccessibleContext) in CWS 2006/10/04 20:11:17 fs 1.1.2.3: adjusted include protection names 2005/09/28 11:39:23 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:47 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [67184d252a73a22c821ced9e5bd728645e2585d2]

        INTEGRATION: CWS impress122 (1.26.182); FILE MERGED 2007/06/15 18:41:36 cl 1.26.182.1: #i23353# added new button sets for html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd606ecd2d490927681e54da17dc21534840a1c7]

        INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:23:30 vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dac3b388798e78803a5df77894bfd30cddeb77c3]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/06/27 14:03:19 fs 1.1.2.6: manual resync: merge the changes SRC680m211->SRC680m217 (which happened in the old incarnation of this file in module svtools) herein 2007/02/28 07:26:19 fs 1.1.2.5: #i10000# 2006/10/05 19:33:55 fs 1.1.2.4: #i10000# post-resync 2006/10/04 19:58:03 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:47 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:23 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [96cacd8c47ea136e811cb6ebbf20dcec9c203644]

        INTEGRATION: CWS impress122 (1.29.114); FILE MERGED 2007/06/14 09:59:05 cl 1.29.114.1: #i24969# implemented slide transition sound to loop and allow stop sound

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aff8330e2c101568b3cb82538dba6d325b9f1ee]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:30 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [92f08522ccd89ff43186061fc4aad89f397ce4be]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 19:58:03 fs 1.1.2.4: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:46 fs 1.1.2.3: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:43:00 fs 1.1.2.2: no need for a makefile.pmk 2005/03/07 08:29:35 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1258fa6a22b00570611235ae12c27ed79d85099a]

        INTEGRATION: CWS impress122 (1.2.442); FILE MERGED 2007/06/15 09:26:53 cl 1.2.442.1: #i23353# support png inside html export

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69cbda6d9bef90a6d2a501411bacd0f7abed5751]

        INTEGRATION: CWS vgbugs07 (1.10.30); FILE MERGED 2007/06/04 13:23:30 vg 1.10.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [72a56a298adcb4522ff55d5dfb8bd03ae6d06296]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:19 fs 1.1.2.3: #i10000# 2005/09/28 11:36:45 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:22 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca91ee49c4ebd0c9003e2758c76501b4f52a477]

        INTEGRATION: CWS impress122 (1.14.52); FILE MERGED 2007/06/08 04:05:57 liyuan 1.14.52.1: #i71063

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cab2502d597bbb42744da8b8731d50e003262d6]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:19 fs 1.1.2.5: #i10000# 2006/10/04 20:11:17 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:03 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:44 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:21 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca7b2092914817489f06c36f499e3729e8a3cf3e]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:30 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4d28f7f52ace9a8a61efde3025635325e4c946]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.3: #i10000# 2005/09/28 11:36:43 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:21 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6e2c712c88f6e618eba087a31edabff2eaa981b]

        INTEGRATION: CWS vgbugs07 (1.4.90); FILE MERGED 2007/06/04 13:23:30 vg 1.4.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [668431838012d56a132feccc492d03986563dcd1]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.4: #i10000# 2006/10/04 19:58:03 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:43 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:20 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be500c9dc726a731a6efb5118397f3f8c1b998f9]

        INTEGRATION: CWS vgbugs07 (1.15.124); FILE MERGED 2007/06/04 13:23:30 vg 1.15.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1131022735253b42c6f1d6935591e56f45d436e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.4: #i10000# 2006/10/04 19:58:03 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:42 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:20 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0889ce440a22043ed50705a84e2338943a7d4bc]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.3: #i10000# 2006/10/05 19:33:55 fs 1.1.2.2: #i10000# post-resync 2006/10/05 07:53:59 fs 1.1.2.1: #i44293# moved herein from svtools/inc

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20bc1e87a5bafc1975504f400a30a5f392fffaf2]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:30 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [53cbc66f09b830517029d02f736947f06f467632]

        INTEGRATION: CWS impress122 (1.119.22); FILE MERGED 2007/06/14 09:57:18 cl 1.119.22.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d085b25d83193bab1c98fb29e5303708b4109a4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.4: #i10000# 2006/10/04 19:58:03 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:41 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:19 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [874cf732ab1aa535ab962b68915d4768c924f2df]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:30 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5102d63b009b09b377fbf36ebd23c08ccc10d589]

        INTEGRATION: CWS impress122 (1.8.280); FILE MERGED 2007/06/14 09:57:18 cl 1.8.280.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [395d9fb1b1cc3ae3bf8ea722ea8fe25490f62589]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:18 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:19 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda04c7b59610834a89f95a2e7228718ba40cf48]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:30 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1bd8c1388b1037b931a05861757ce4bd55c81d]

        INTEGRATION: CWS impress122 (1.32.96); FILE MERGED 2007/06/14 09:57:18 cl 1.32.96.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf2c77e75c4f78233953712e10cd5b65b8a506d2]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.3: #i10000# 2005/09/28 11:36:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:18 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eda41ac713fabc38cec571940ce1db64a8f6e069]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:18 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3414a736fd14ef6cb8baf841172c6f93e286a110]

        INTEGRATION: CWS impress122 (1.52.56); FILE MERGED 2007/06/14 09:57:18 cl 1.52.56.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4464cc74ca9dadc3a8e8a0d5a4e49bc6a81488d]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:34 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:17 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [383214819ddfc9baa4f2712a5103b59575e871b0]

        INTEGRATION: CWS impress122 (1.111.38); FILE MERGED 2007/06/14 09:57:18 cl 1.111.38.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94aafb12458d8677876d9b5aca39c50060c1245b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.6: #i10000# 2007/02/27 13:55:34 fs 1.1.2.5: manual RESYNC: merge MWS-changes which happened from m185 to m204 2006/10/06 11:53:48 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:34 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:17 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5af66a5d925532d50a0296381146ba717e154b]

        INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED 2007/06/04 13:23:30 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed55380a134e6f3d10b36a593237a0335977be2]

        INTEGRATION: CWS impress122 (1.10.38); FILE MERGED 2007/06/14 09:57:18 cl 1.10.38.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a4bf05d5bfe5d61ab2c78f575d5df2f12d9d450]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:14 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00c54972bfb2c1d5cb3eed349e96d016d2948867]

        INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:23:30 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ebdbdc2896f37a6d65a107cf6fa7de348609b78]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.5: #i10000# 2006/10/05 19:33:55 fs 1.1.2.4: #i10000# post-resync 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:32 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:16 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2a236592b38fb6f747528ed2aef2cbf62cfe7e5]

        INTEGRATION: CWS impress122 (1.11.38); FILE MERGED 2007/06/20 09:16:43 cl 1.11.38.4: fixed mac build warnings 2007/06/18 09:09:32 cl 1.11.38.3: #i24969# moved slide transition and sound to smil timing root node 2007/06/14 09:57:18 cl 1.11.38.2: #i24969# moved slide transition and sound to smil timing root node 2007/06/08 12:37:15 cl 1.11.38.1: #i75923# added missing attribute to animateTransform

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7fd9db7ba19b6a41ea756ffcdb5c2e18763b6d]

        INTEGRATION: CWS vgbugs07 (1.5.114); FILE MERGED 2007/06/04 13:23:30 vg 1.5.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9272ba3cbaec92ed98b491dcddc7e93d406cd191]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:17 fs 1.1.2.3: #i10000# 2005/09/28 11:36:30 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:16 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d944308d7bd0692f86e269f21bd8cc368ca66f4]

        INTEGRATION: CWS impress122 (1.16.280); FILE MERGED 2007/06/14 09:56:54 cl 1.16.280.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [af2da58960a6df404697addc646b9637fae370d4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.4: #i10000# 2006/10/06 11:53:48 fs 1.1.2.3: #i10000# 2005/09/28 11:36:28 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:16 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d120a5748813d253229d69f836fc9dac2641205]

        INTEGRATION: CWS impress122 (1.4.258); FILE MERGED 2007/06/14 09:56:54 cl 1.4.258.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fdb3c7ed44c97f625cdc2ab31af886c7d8eed7a]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.4: #i10000# 2006/10/04 19:58:02 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:27 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:15 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b3bfcd24e90973ced862c1ccb422e16ad197dfc]

        INTEGRATION: CWS impress122 (1.3.280); FILE MERGED 2007/06/14 09:56:54 cl 1.3.280.1: #i24969# moved slide transition and sound to smil timing root node

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [51c6fa6f88c867a9c74e19f5c1119c40afa2d968]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.3: #i10000# 2005/09/28 11:36:27 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:15 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3565cd41fba8277bd75dd68095c774caae60cbcd]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:30 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74c4343dbb18afc41922ca818cfa4dc81eee33c7]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.5: #i10000# 2006/10/05 19:33:54 fs 1.1.2.4: #i10000# post-resync 2006/10/04 19:58:01 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:24 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:14 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1319e1a87698d8ef1ab3c8029be02961d3f46f8]

        INTEGRATION: CWS vgbugs07 (1.15.114); FILE MERGED 2007/06/04 13:23:30 vg 1.15.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbb97af2e63ab9d3f8dd2031b32e8568f0c0188b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.5: #i10000# 2006/10/05 19:33:54 fs 1.1.2.4: #i10000# post-resync 2006/10/04 19:58:01 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:24 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:13 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1ee075925d1a21a7d731a9f8151c9c341af18f]

        INTEGRATION: CWS impress122 (1.7.50); FILE MERGED 2007/06/08 12:08:02 cl 1.7.50.1: #i72038# added missing effect property strings

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [58222b6e059fa85185a031fdae5f1b9d753ca72b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/28 07:26:16 fs 1.1.2.4: #i10000# 2006/10/04 19:58:01 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:36:24 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:29:13 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f101c6af126cd1db0b777a705a669d7dc319c4]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:30 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b57216bc7db51c4566ea3d6e4d47a7f1a62e0e2]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:23:15 fs 1.1.2.1: #i49922#

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3a532de3a97b738474d11d3f34ff23c4b972736]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:30 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b0503f98ac8878eea9bd3dbbbb3827dc9d639f]

        INTEGRATION: CWS a11ysep (1.2.82); FILE MERGED 2007/03/12 08:07:29 fs 1.2.82.2: #i10000# deliver Mac libs 2005/03/07 12:13:35 fs 1.2.82.1: #i44293# deliver resource files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0533d56bb7353d6793e7964a428bb1806f13dbfe]

        INTEGRATION: CWS vgbugs07 (1.15.114); FILE MERGED 2007/06/04 13:23:29 vg 1.15.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [711bc55d592788ed8fb50eb3ce3fc2e215f481ee]

        INTEGRATION: CWS a11ysep (1.7.18); FILE MERGED 2007/02/27 08:42:57 fs 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/07 08:34:54 fs 1.7.18.1: #i44293# moved A11Y implementations from toolkit/svtools herein

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bff5413379a7cd3151763e479f5afffc5d93885]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:29 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b12715cef731162c6d036b276609d3115633dd]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:20:12 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:40:43 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:49 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddd3413bc5929b4bead1034ff458b99174121386]

        INTEGRATION: CWS vgbugs07 (1.5.156); FILE MERGED 2007/06/04 13:23:29 vg 1.5.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [278bd305025e783224513df30831160830622232]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:20:12 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:40:42 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:49 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9679e01872a42f6887632a28242a717f19739189]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:42 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:48 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [519a0642263ed1580c48f79271fd49ed4eb20718]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:29 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ab615266a9cc57737e3516f3f0fbba2d5b8e447]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:41 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:47 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5d5299d3333a6b2585cf0a8c7f430f64675b5af]

        INTEGRATION: CWS vgbugs07 (1.30.124); FILE MERGED 2007/06/04 13:23:29 vg 1.30.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e7d9c1b7f3c1691a5828b30a65ca1eeb8204edc]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:41 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:46 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08e29a9c9af0a1f6b46b0ad968ec6167aa05ad4f]

        INTEGRATION: CWS vgbugs07 (1.6.276); FILE MERGED 2007/06/04 13:23:29 vg 1.6.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e66c51ae7e9e4a83f65b8acba47cb087a6953e93]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:40 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:45 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ebb6174b1df91ca84be26f7286ff3315b79110e]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:29 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec4cfc986a06f374726eaa74a056e5779f16f3b9]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:40 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:44 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fc92546f473f91beabc6b9758981557961c8d5c]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:29 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd981d19d20fc8b8a149fcc8691f08abedfd96b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:44 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52b102aeb7859e2b738b96651d074dcd1c016602]

        INTEGRATION: CWS vgbugs07 (1.8.114); FILE MERGED 2007/06/04 13:23:29 vg 1.8.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae533b0502f5b1a8641eee28778f355149f87572]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:43 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [98ced19fa139808c6f351f7942848c6512b90b6b]

        INTEGRATION: CWS vgbugs07 (1.14.90); FILE MERGED 2007/06/04 13:23:29 vg 1.14.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98587aa1ccb49c61a9b21fb76b99ea3984ef70b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:41 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd67c52387a21022a143c670d9ca854f2fabc99]

        INTEGRATION: CWS vgbugs07 (1.7.276); FILE MERGED 2007/06/04 13:23:29 vg 1.7.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f8e993bb4891c5d5030e923df40633e081897f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/27 12:37:29 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:40:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:40 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b05da914985219761b57e181d037c0cf62647d3]

        INTEGRATION: CWS vgbugs07 (1.16.124); FILE MERGED 2007/06/04 13:23:29 vg 1.16.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7570960855ba2de6f0ae2d708ae33e1760ce890]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:40 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2115e12aa61fe4b12664b9c89c36b123cdb4c9ce]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/27 12:37:29 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:40:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:39 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1a197df359aa2d7f8010f1103fe5080060cbc90]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:20:12 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:40:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:39 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c455d17705ebf53165813937c60a70ca2b0561c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:20:11 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:40:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:38 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d594ac0ddddd98ccc96fd344e461a5de472e49b]

        INTEGRATION: CWS vgbugs07 (1.20.90); FILE MERGED 2007/06/04 13:23:29 vg 1.20.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06cfca4fca6a0a2dc6d4986e43f13b750cf4229e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:38 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [555ca8269785127af8259f5d39f61140af09f6ee]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 08:20:11 fs 1.1.2.3: MANUAL RESYNC m130->m185: file had been modified in MWS, but moved herein in CWS 2005/09/28 11:40:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:38 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c6f109661cad003e65f45c124ff9ff119118974]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:29 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc7d2de75a941b2f02a290566f4e78d1d90343b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:37 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [679b0696e2b0069f0a8c9064b0859e8bb5e992ae]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:36 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54da507d2f1af44b8f68d700be09c21ebc6aad56]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:29 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13bb3d8d16d1449232e54de8c7e1e93611be9c4]

        INTEGRATION: CWS vgbugs07 (1.13.114); FILE MERGED 2007/06/04 13:23:29 vg 1.13.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29a6cedb5d32ae0380ef59f0766dcf7644b07aeb]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:35 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:35 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be743959807fbc53536170c908bf6df7753b2831]

        INTEGRATION: CWS vgbugs07 (1.12.124); FILE MERGED 2007/06/04 13:23:28 vg 1.12.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6dd79e0c4d14484574dbb986cb1826ef006f75e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:34 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:35 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1934146c1f31cf541ea6c19aa0ffae2a5d152908]

        INTEGRATION: CWS vgbugs07 (1.15.114); FILE MERGED 2007/06/04 13:23:28 vg 1.15.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [228b9d339cdc53473e66dd2823cfe0fba7621639]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:34 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:34 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38bdec49d4988928cb6ec047cb02bed1523364b1]

        INTEGRATION: CWS vgbugs07 (1.5.156); FILE MERGED 2007/06/04 13:23:28 vg 1.5.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b0f6fc0ecf94ac569c10f1df38b53771046544]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:33 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2314e156b3e7e39d84e633d29af12d1aa3fa9587]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/27 12:37:29 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:40:31 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:33 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1be078f188694f1a3d66bf03e5d49232ec77c61]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:28 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b44a2f443bc1dff6ca7aaf096d19320ef0fe2e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:29 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:32 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d682e33d94b29539c2ee8d8a6f85dccfada2ab45]

        INTEGRATION: CWS vgbugs07 (1.7.90); FILE MERGED 2007/06/04 13:23:28 vg 1.7.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66f575c32caa34f9f06210f20ea36de9be450851]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/02/27 12:37:29 fs 1.1.2.3: manual RESYNC: merge MWS-changes which happened from m185 to m204 2005/09/28 11:40:28 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:32 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [362a21a4de84a30f4057ca29b097adad6bbb5624]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:28 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [397e079062472b8e0098cd87920279d064285796]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:19 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:03 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5889b0bd612cbc1cfbb0abe20196eff55e92032]

        INTEGRATION: CWS vgbugs07 (1.10.90); FILE MERGED 2007/06/04 13:23:28 vg 1.10.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbd66ee76085ec00ed86f89c93bf1764f296857f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:18 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:02 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdee0c9f05da7cc348735ce32b66c60d79b7f512]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:18 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:01 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62043438a17f7139aeeb215ae1110d15c78449a0]

        INTEGRATION: CWS vgbugs07 (1.14.124); FILE MERGED 2007/06/04 13:23:28 vg 1.14.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [75724dcbb1ab51908ac9ba36c50e958b7d6c3f9f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:17 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:15 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [80c65b7c4653de59b1c8fad54e12780f1428a5c8]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:28 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd32ca309a2f0fb2b405269febe9a3d0256a94f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:17 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:01 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d7fc6dcc77384938d0449ee3e3bda1e7445999]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:28 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb4725c5af9146e55195dd8812d7e41a8fefba65]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:40:17 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:28:02 fs 1.1.2.1: #i44293# moved implementations herein from toolkit module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e40afd3353931bcabebbd40c008146db908a27cf]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:28 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d00f4bbd369b7981f00feb6750dce9eea8baf44]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2007/06/27 14:03:18 fs 1.1.2.4: manual resync: merge the changes SRC680m211->SRC680m217 (which happened in the old incarnation of this file in module svtools) herein 2006/10/04 19:58:01 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:30 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1a43d6e9fd7e953a92d06a1006733e69e7cd07d]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:39 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:29 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebaaf1b0d0cb799cffc361c2a0d6572a25ef37e]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:28 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f2e70ce6a4825acd49e830e8fb6a73d6230f5c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:29 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c2644e87179ea8f06c8486b1300b86df21ed8eb]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:28 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04f9e5bb1b48f74e6e236ef07bf533294621e7e8]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:28 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0fbf822ac5e29ece648599b94ea83e62f7ea29]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:17 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:01 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:28 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [72163019b9b8f0e23ec11e5cbeffb746807293bb]

        INTEGRATION: CWS vgbugs07 (1.6.124); FILE MERGED 2007/06/04 13:23:28 vg 1.6.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e869823d09fb42aaf3156d9c49630575df5a986]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:17 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:38 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:27 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [08d9cacb1b476f4e67487a3e820d5ff6392adfd5]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 19:33:54 fs 1.1.2.2: #i10000# post-resync 2006/10/05 07:53:13 fs 1.1.2.1: #i44293# moved herein from svtools/inc

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90b1ac9413a2cdbe9de37b8c2df74f238c59cfa4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:17 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:27 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [870235c9eef8de239f16ad2cd3ec01b3313ed504]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:16 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:37 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:26 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fba17d15ecf1af0bebe2ff7068060deed7a59fb]

        INTEGRATION: CWS vgbugs07 (1.18.86); FILE MERGED 2007/06/04 13:23:27 vg 1.18.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f94d6c426a06a42ea822475af0df4ec66fbe0053]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:36 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:26 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd9c6d5d21805ee402efe16d009d795f64ef7800]

        INTEGRATION: CWS vgbugs07 (1.6.114); FILE MERGED 2007/06/04 13:23:27 vg 1.6.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3234dc86690776d6e9fa92f06f6cdca0a8ae196b]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:25 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d59b0ac93869d0078842a429aea41f7864289ccb]

        INTEGRATION: CWS vgbugs07 (1.24.12); FILE MERGED 2007/06/04 13:23:27 vg 1.24.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec3f8d0a2d74e1612b39d65d46255bf8cb7a86f4]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:33 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:25 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [95da1875fd375bd8aff1620f000ead6a21e184d0]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:16 fs 1.1.2.3: adjusted include protection names 2005/09/28 11:39:32 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:24 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49babeaf29e03fd619789df79cafa2641352720f]

        INTEGRATION: CWS vgbugs07 (1.21.12); FILE MERGED 2007/06/04 13:23:27 vg 1.21.12.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3772176fb69feab375e03cb2403e449305c8b585]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 19:33:54 fs 1.1.2.4: #i10000# post-resync 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:31 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:22 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a97ecb05d91e171d1b01155d9f122a023f6c5255]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:27 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f9f839eb45afda5d561370e8d09f178542f0a5e]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/05 19:33:54 fs 1.1.2.5: #i10000# post-resync 2006/10/04 20:11:16 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:58:00 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:31 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:24 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d830ede3e3919d238ae63e45921a2b0383c7861]

        INTEGRATION: CWS vgbugs07 (1.15.100); FILE MERGED 2007/06/04 13:23:27 vg 1.15.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a5ee68def267f7207aad1738d203dcd096d1c3]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:30 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:24 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12630fec14f8e8e1bc6b808e3352555cd2d43f8]

        INTEGRATION: CWS vgbugs07 (1.17.142); FILE MERGED 2007/06/04 13:23:27 vg 1.17.142.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f13a35905b9a2df9f33afe6ecd753890048e827]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 19:57:59 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:29 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:23 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1bb64f8de1b1282a0cebee678a982c50604e84f]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:28 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:23 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ef5584111aa2d9902458d21a4346c6267c1158d]

        INTEGRATION: CWS vgbugs07 (1.25.124); FILE MERGED 2007/06/04 13:23:27 vg 1.25.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b6e9061ab1ab5f64fb821ec24024dd3a268726c]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2005/09/28 11:39:27 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:23 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a604a71127a4ab02dcef81239530e5727e136418]

        INTEGRATION: CWS vgbugs07 (1.23.156); FILE MERGED 2007/06/04 13:23:27 vg 1.23.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [952ee2ef001b5ab8d8309936e1630aaeceb40f03]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 20:11:16 fs 1.1.2.4: adjusted include protection names 2006/10/04 19:57:59 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:26 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:23 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c37b6a9ed13522264b56c343a193bb8e6776cf6]

        INTEGRATION: CWS vgbugs07 (1.35.18); FILE MERGED 2007/06/04 13:23:27 vg 1.35.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5d6acb1aa368ce50045b949bc12deb4d4bc0c41]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 19:57:59 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:26 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:22 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6508d88911f11a3ebb2e3c58653568a460346e00]

        INTEGRATION: CWS a11ysep (1.1.2); FILE ADDED 2006/10/04 19:57:59 fs 1.1.2.3: MANUAL RESYNC m130->m185: file was changed in MWS, but has been moved herein in CWS 2005/09/28 11:39:25 fs 1.1.2.2: manual resync (files have been moved herein from another location): licence change 2005/03/07 08:27:21 fs 1.1.2.1: #i44293# moved implementations herein from svtools module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f35605f4f1f2d60dbd00746a1fbe65961fc2293d]

        INTEGRATION: CWS vgbugs07 (1.5.274); FILE MERGED 2007/06/04 13:23:27 vg 1.5.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [496096450d826d11b69c1717bf2005476509305b]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:27 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e2d8d570641687ab509ad496995821373f2934]

        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>  [56b121ea8700c96293521889e72daf5a0bcf8385]

        INTEGRATION: CWS vgbugs07 (1.30.120); FILE MERGED 2007/06/04 13:23:27 vg 1.30.120.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05cb89cdd8db720aadedb45f3e8dae87a224fca6]

        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>  [dc8f4c5dcd7f966955c75668f95b067f4bbcfc5e]

        INTEGRATION: CWS vgbugs07 (1.34.18); FILE MERGED 2007/06/04 13:23:27 vg 1.34.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [988894cc7873ea0cab892abd6231916dda9380da]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:27 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [65ece6afbffd5ced594a9f429f63bd4a08abc184]

        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>  [898b9c780749acbf1f380135107938710330a178]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:26 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1143a773207b1c6ef34b64539eb29912cd492f]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:26 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd743a4b2a406e051ca006ce4354be73f1352d47]

        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>  [9bebdafc15f07298718ae9836434365992c2cbe2]

        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>  [1c8a87b81ccd570565c713bb86e2fe12ef4cbe01]

        INTEGRATION: CWS vgbugs07 (1.15.124); FILE MERGED 2007/06/04 13:23:26 vg 1.15.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b28b23ec286e14b66e370bf5e5270ee7483bc2a]

        INTEGRATION: CWS vgbugs07 (1.17.124); FILE MERGED 2007/06/04 13:23:26 vg 1.17.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e63fb9e0586e619ff92d55441e3956d8574e8865]

        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>  [a13122a6a72e37b007273c27265de250eb148d2f]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:26 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e64a905d7f886dec667ccca726bdd0d80474bb4]

        INTEGRATION: CWS vgbugs07 (1.11.276); FILE MERGED 2007/06/04 13:23:26 vg 1.11.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df9542ba8e5d3285363fac9ae5cfae7af3f3bc91]

        INTEGRATION: CWS vgbugs07 (1.19.124); FILE MERGED 2007/06/04 13:23:26 vg 1.19.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90aa164b53775ecb333f33c99fb725b315994c5b]

        INTEGRATION: CWS vgbugs07 (1.4.142); FILE MERGED 2007/06/04 13:23:26 vg 1.4.142.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cd95bdb0a2967e7d95748bc4f29281737c639d9]

        INTEGRATION: CWS vgbugs07 (1.56.36); FILE MERGED 2007/06/04 13:23:26 vg 1.56.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c9580f1073b6c0c9ca10d3459e1b0a0e3aba9a]

        INTEGRATION: CWS vgbugs07 (1.45.18); FILE MERGED 2007/06/04 13:23:26 vg 1.45.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ee0cb4df2c4d9b237ec4b9d3ae4d8782cd5e02c]

        INTEGRATION: CWS vgbugs07 (1.5.276); FILE MERGED 2007/06/04 13:23:26 vg 1.5.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d05e7e9d81d7e304dd239bc2d2dbe2b29cf623e4]

        INTEGRATION: CWS vgbugs07 (1.24.124); FILE MERGED 2007/06/04 13:23:26 vg 1.24.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f828694dc3bef706ec03e71bcda50eea2b85f321]

        INTEGRATION: CWS vgbugs07 (1.19.90); FILE MERGED 2007/06/04 13:23:26 vg 1.19.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dff187bd6d0f96c0d43afc74e22aa2a1d561133]

        INTEGRATION: CWS vgbugs07 (1.12.156); FILE MERGED 2007/06/04 13:23:26 vg 1.12.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [414c90ff5f170b3786bd5e50894a5645a607d8e2]

        INTEGRATION: CWS vgbugs07 (1.49.124); FILE MERGED 2007/06/04 13:23:26 vg 1.49.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfae32aa4d946e884965a491804d9c07e632cb31]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:26 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [910a5d7abeab634a36761e106f26f01cde36a3e7]

        INTEGRATION: CWS vgbugs07 (1.10.124); FILE MERGED 2007/06/04 13:23:26 vg 1.10.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4c22143667221cde60ba1df746256647992d24c]

        INTEGRATION: CWS vgbugs07 (1.44.84); FILE MERGED 2007/06/04 13:23:25 vg 1.44.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f6616825a132bd93b9d1ce8d291c1a6348eb8e]

        INTEGRATION: CWS vgbugs07 (1.119.14); FILE MERGED 2007/06/04 13:23:25 vg 1.119.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [002b294dbebda091ed221ea32b7b8cb4477f5d7f]

        INTEGRATION: CWS vgbugs07 (1.7.274); FILE MERGED 2007/06/04 13:23:25 vg 1.7.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c734aea54f459f78da46242caf896f448f645ac7]

        INTEGRATION: CWS vgbugs07 (1.17.124); FILE MERGED 2007/06/04 13:23:25 vg 1.17.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6fa9f39cc204f5e51aabaa517fe0b67c541a61]

        INTEGRATION: CWS vgbugs07 (1.8.276); FILE MERGED 2007/06/04 13:23:25 vg 1.8.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df07dfacd82ddff898b6c1afd606a10d84fa95b5]

        INTEGRATION: CWS vgbugs07 (1.6.274); FILE MERGED 2007/06/04 13:23:25 vg 1.6.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9a453dc0763f0e1f0bf17ec8580c49cefd9efb9]

        INTEGRATION: CWS vgbugs07 (1.17.84); FILE MERGED 2007/06/04 13:23:25 vg 1.17.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bedf7a9be9df4b76df70520bef24742b61502acb]

        INTEGRATION: CWS vgbugs07 (1.8.274); FILE MERGED 2007/06/04 13:23:25 vg 1.8.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6517c02c6da998e04491993835dab2e6635a698]

        INTEGRATION: CWS vgbugs07 (1.14.92); FILE MERGED 2007/06/04 13:23:25 vg 1.14.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74845b53f04f73191392b31eee99ad8c13ee1e82]

        INTEGRATION: CWS vgbugs07 (1.32.92); FILE MERGED 2007/06/04 13:23:25 vg 1.32.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3f51b7a30bd65325cb87e41c8bd038ca4ed7cf]

        INTEGRATION: CWS vgbugs07 (1.21.84); FILE MERGED 2007/06/04 13:23:25 vg 1.21.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99bea2f4ce74eae652589d426345ade14f5c790d]

        INTEGRATION: CWS vgbugs07 (1.7.92); FILE MERGED 2007/06/04 13:23:25 vg 1.7.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f37db7a249988227e6b3617867b4216bdebfef5]

        INTEGRATION: CWS sdblogging (1.86.14); FILE MERGED 2007/04/17 13:55:56 fs 1.86.14.1: #i76119# +css.logging

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f8b7238f1b8b31576d47b95cf113c1099fff8f3]

        INTEGRATION: CWS vgbugs07 (1.11.92); FILE MERGED 2007/06/04 13:23:25 vg 1.11.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4692a7bb32ffc9d8afb9aa9099128e0ef148aa8b]

        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>  [ca72a1f161d85a5a6a1bbdc5e9955c20be0811f8]

        INTEGRATION: CWS vgbugs07 (1.24.92); FILE MERGED 2007/06/04 13:23:24 vg 1.24.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a14d11690184c2398813b4325d7309a080b5062a]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:24 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63e21ee00ff664d09ef5817fd4d53899d79e3be1]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:24 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83fbc66ae826c2c397b6483fb77c242219202a3c]

        INTEGRATION: CWS vgbugs07 (1.64.28); FILE MERGED 2007/06/04 13:23:24 vg 1.64.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c9e8535df010826e35d52bfdb4133a915ed07b]

        INTEGRATION: CWS vgbugs07 (1.16.84); FILE MERGED 2007/06/04 13:23:24 vg 1.16.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c9b1540eea132b6dcb28d748025020a10f3b23]

        INTEGRATION: CWS vgbugs07 (1.20.84); FILE MERGED 2007/06/04 13:23:24 vg 1.20.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f21f38dd9710e9e87b83c97e0a06eb99563db9b4]

        INTEGRATION: CWS vgbugs07 (1.59.28); FILE MERGED 2007/06/04 13:23:24 vg 1.59.28.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b02bf4eb1c1b1fc12d5e0da1fe0926eac58588b3]

        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>  [6521131eae182634e2309e537526581a0ace3150]

        INTEGRATION: CWS vgbugs07 (1.76.86); FILE MERGED 2007/06/04 13:23:24 vg 1.76.86.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd8b042e7e7e906bdb9d9e864749ed836c84e1c9]

        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>  [97c17edb51ed50e08d1be0a02bc1360b1ab21992]

        INTEGRATION: CWS vgbugs07 (1.28.52); FILE MERGED 2007/06/04 13:23:24 vg 1.28.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01261b964226c651c0bad60f1cbd3268f25e73a8]

        INTEGRATION: CWS vgbugs07 (1.52.52); FILE MERGED 2007/06/04 13:23:24 vg 1.52.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [29418108ba95a2064e911199767ab9f7a2deed34]

        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>  [95f070d37f8874a079079b22bbc8c2f5cabe7068]

        INTEGRATION: CWS vgbugs07 (1.26.276); FILE MERGED 2007/06/04 13:23:24 vg 1.26.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc529c6994b5b86fbc97ec7c63dcc4026889a676]

        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>  [378a7d2f99391d848b6fff00eaeab7537aa1a60a]

        INTEGRATION: CWS vgbugs07 (1.111.30); FILE MERGED 2007/06/04 13:23:24 vg 1.111.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d193036ff04c5911ab70ad36ae637c74fac74dc0]

        INTEGRATION: CWS vgbugs07 (1.37.30); FILE MERGED 2007/06/04 13:23:24 vg 1.37.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb05821a800f3e5a64d4281f24e834cce96d3c7f]

        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>  [8a82f95aa5f25295145a7da09c3b539149fd2d7f]

        INTEGRATION: CWS vgbugs07 (1.95.30); FILE MERGED 2007/06/04 13:23:23 vg 1.95.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd42abe4ffe9e833983f49d3ee5204c8cc06fa9a]

        INTEGRATION: CWS vgbugs07 (1.7.276); FILE MERGED 2007/06/04 13:23:23 vg 1.7.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c35ae30d45b2b611dbeeb83ad7683f976ecb4f91]

        INTEGRATION: CWS vgbugs07 (1.14.90); FILE MERGED 2007/06/04 13:23:23 vg 1.14.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ba1fddd937b3a5820c0916fc575e191255dbe98]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:23 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb58fb1a7316ce1755509ba60f6576d3455100e]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:23 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d839ca7d14896cb55cf680dfde1fbfa70a5543e7]

        INTEGRATION: CWS vgbugs07 (1.8.124); FILE MERGED 2007/06/04 13:23:23 vg 1.8.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99ffd9530a0eb1ec4b1c48602ed0f4d1cbd379e2]

        INTEGRATION: CWS vgbugs07 (1.7.124); FILE MERGED 2007/06/04 13:23:23 vg 1.7.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [772461107399261e8ac7e8d940443fba555bccfd]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:23 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc2fa4dded229c3b3df15c868aedb0706ea35a99]

        INTEGRATION: CWS vgbugs07 (1.2.84); FILE MERGED 2007/06/04 13:23:23 vg 1.2.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [12f81703687a1e9bf58877781e403cc1a8fea559]

        INTEGRATION: CWS vgbugs07 (1.17.124); FILE MERGED 2007/06/04 13:23:23 vg 1.17.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6afc850591b8c254942add0e6a0ad73a5ce3521f]

        INTEGRATION: CWS vgbugs07 (1.20.90); FILE MERGED 2007/06/04 13:23:23 vg 1.20.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37db8a57f991220194207c17e07a100ee4f503e7]

        INTEGRATION: CWS vgbugs07 (1.10.30); FILE MERGED 2007/06/04 13:23:23 vg 1.10.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [988699a390b1acf1c82bf6b56e3be3888b9a3a9d]

        INTEGRATION: CWS vgbugs07 (1.11.30); FILE MERGED 2007/06/04 13:23:23 vg 1.11.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ecbfd0e479257c672e6d1102dcd83f2d5c2839a]

        INTEGRATION: CWS vgbugs07 (1.16.46); FILE MERGED 2007/06/04 13:23:23 vg 1.16.46.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8273a6dac605fe8e728b28146543625ce4f7cb66]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:18 fs 1.1.2.5: #i10000# 2007/05/14 10:32:33 fs 1.1.2.4: #i76119# interface-review: ThreadID should be a string 2007/04/12 11:25:28 fs 1.1.2.3: #i10000# 2007/04/11 08:59:03 fs 1.1.2.2: const 2007/04/05 07:34:21 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [160c897d3a72eb216100b9ee151f26bf3c4ac8ea]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:18 fs 1.1.2.3: #i10000# 2007/04/12 19:06:30 fs 1.1.2.2: #i10000# (unxsoli4) 2007/04/05 07:34:33 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [670e2417cf5645973759821955e4c293c686b178]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/05 07:35:08 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8fdb7a3036d59727fa82f5d000ec6bcc502d66]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:23 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6a990ad02af33a65ce3cbc9ceb29dbdf0773e6c]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:18 fs 1.1.2.2: #i10000# 2007/04/05 07:34:32 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5dafadf04d9a26dce1c5a23936b5af1cde02506]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:23 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3acb437d9e859096466150672c9a7fedd553735]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:18 fs 1.1.2.4: #i10000# 2007/05/14 10:44:46 fs 1.1.2.3: added issue ID for the missing UNO string thread ID 2007/05/14 10:32:33 fs 1.1.2.2: #i76119# interface-review: ThreadID should be a string 2007/04/05 07:34:20 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [919b45812eb046ad6b02235b1c20d192c63a7324]

        INTEGRATION: CWS vgbugs07 (1.13.90); FILE MERGED 2007/06/04 13:23:22 vg 1.13.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62437cce5ce3df495798c9d88326aad0375ebb7f]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:14:03 fs 1.1.2.3: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/05/20 13:33:18 fs 1.1.2.2: #i10000# 2007/04/05 07:34:32 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [886b1da785b8d478bf281aa4e266d617047ab075]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:22 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae0b239036b69fbac6f7e3707da5785506914a66]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:14:03 fs 1.1.2.4: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/05/20 13:33:18 fs 1.1.2.3: #i10000# 2007/04/16 07:18:30 fs 1.1.2.2: #i10000# 2007/04/05 07:34:19 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ea129ab301d4a69f886bd962d5fa0531f41667]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:22 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cdb88d0be0cb54c6cb8b471e191882b6c396beb]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:14:03 fs 1.1.2.5: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/05/20 13:33:18 fs 1.1.2.4: #i10000# 2007/04/16 06:55:21 fs 1.1.2.3: #i10000# 2007/04/11 10:00:04 fs 1.1.2.2: #i76119# support for a '$(loggerconfig)' variable in the FileHandler.URL setting 2007/04/05 07:34:19 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [520a5c9f63034b87a88e0b609128f47a82f66bcc]

        INTEGRATION: CWS vgbugs07 (1.46.92); FILE MERGED 2007/06/04 13:23:22 vg 1.46.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1eb79640d9d4a64e887a4117300300b9be9e3b8]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:17 fs 1.1.2.2: #i10000# 2007/04/05 07:34:18 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd76425d69f6a13aadd84c0bf037107d2638ac59]

        INTEGRATION: CWS vgbugs07 (1.105.14); FILE MERGED 2007/06/04 13:23:22 vg 1.105.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2686f811c0681ec41f915a09f8423b2947f1c2]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:17 fs 1.1.2.2: #i10000# 2007/04/05 07:34:21 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d89928a662bce15de9ddd8a4600c134e48a1752]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:17 fs 1.1.2.3: #i10000# 2007/04/12 18:54:31 fs 1.1.2.2: #i10000# 2007/04/05 07:34:33 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fdc7db141a30a059ba43bc3b96e4eb0489aab2d]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/20 13:33:17 fs 1.1.2.2: #i10000# 2007/04/05 07:34:20 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3724be0ecb7d6adb38dcaad242ba20ab903a841]

        INTEGRATION: CWS vgbugs07 (1.97.14); FILE MERGED 2007/06/04 13:23:21 vg 1.97.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b80a89de37ad8d1ab157079db77da22621f595]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/05 07:34:57 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a9c598f372f0851ba6143f6775084579c591d5b]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:21 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b451504922f13731c49105fc1e82da07c1bc155b]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:14:03 fs 1.1.2.4: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/05/20 13:33:17 fs 1.1.2.3: #i10000# 2007/04/12 19:06:29 fs 1.1.2.2: #i10000# (unxsoli4) 2007/04/05 07:34:16 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9002f0b8a3b67293f763651aa6b4fbce7c36c027]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:24:09 fs 1.1.2.5: #i76119# implement changes suggested by API review: XConsoleHandler 2007/05/22 19:14:03 fs 1.1.2.4: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/05/20 13:33:17 fs 1.1.2.3: #i10000# 2007/04/12 19:06:29 fs 1.1.2.2: #i10000# (unxsoli4) 2007/04/05 07:34:14 fs 1.1.2.1: #i76119# initial implementation of the new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c94a25104abc08c01447334fdf0ce264f6b03f71]

        INTEGRATION: CWS vgbugs07 (1.129.14); FILE MERGED 2007/06/04 13:23:21 vg 1.129.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4c00b36be5f8ef0697a5b6c39dfba6c3a4250ab]

        INTEGRATION: CWS sdblogging (1.38.60); FILE MERGED 2007/04/16 11:54:05 fs 1.38.60.2: RESYNC: (1.38-1.39); FILE MERGED 2007/04/05 07:34:51 fs 1.38.60.1: #i76199# new directory logging

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7beab858c326e46c3d0770c51b9360e0e811e8e2]

        INTEGRATION: CWS vgbugs07 (1.14.114); FILE MERGED 2007/06/04 13:23:21 vg 1.14.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88e5f15fd4d39b108d3e564e4a8d42b26d657a0d]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:21 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46507a66f84a40eff4f70e766993409055f79ce7]

        INTEGRATION: CWS vgbugs07 (1.7.114); FILE MERGED 2007/06/04 13:23:21 vg 1.7.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [634ff9f6120517e2382c18937c5589ed00c1e632]

        INTEGRATION: CWS sdblogging (1.183.48); FILE MERGED 2007/05/19 21:29:34 fs 1.183.48.3: RESYNC: (1.185-1.189); FILE MERGED 2007/04/16 11:52:22 fs 1.183.48.2: RESYNC: (1.183-1.185); FILE MERGED 2007/04/05 07:10:32 fs 1.183.48.1: #i76119# configuration for generic logging facilities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4637a0c2b8194ea80aaad1c0dc180617d7d4f7dc]

        INTEGRATION: CWS vgbugs07 (1.20.124); FILE MERGED 2007/06/04 13:23:21 vg 1.20.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [254a601888200e168c1680a5a52b4546ffdf044e]

        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>  [9505f75f338fe64fcf3d3e8e7def3fe27a853575]

        INTEGRATION: CWS sdblogging (1.223.10); FILE MERGED 2007/05/19 21:29:25 fs 1.223.10.3: RESYNC: (1.228-1.233); FILE MERGED 2007/04/16 11:52:08 fs 1.223.10.2: RESYNC: (1.223-1.228); FILE MERGED 2007/04/05 07:11:51 fs 1.223.10.1: #i76119# new lib 'log'

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb1b0796e3effcce222e6cdaee43840e4fc960f4]

        INTEGRATION: CWS vgbugs07 (1.12.114); FILE MERGED 2007/06/04 13:23:21 vg 1.12.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [819f34aeed7f3dc27f0764e31206ba946916f02f]

        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>  [2bfc6c957923ef49fd501257d8d0cac398eea3b4]

        INTEGRATION: CWS sdblogging (1.15.138); FILE MERGED 2007/05/19 21:21:36 fs 1.15.138.2: RESYNC: (1.15-1.16); FILE MERGED 2007/04/11 08:54:58 fs 1.15.138.1: #i76119# added 'sdbcl' resource file

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07534fcfd1313460944729ab5f617d7ffe14fc0d]

        INTEGRATION: CWS vgbugs07 (1.13.124); FILE MERGED 2007/06/04 13:23:21 vg 1.13.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4891acaf26f886aabb2e33d6b6409201d8877bdf]

        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>  [3d37502e573cb1b0b8735cf588b5d2f3a07096e4]

        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>  [029de919be9d17236d07202bdd5486da8bfc809b]

        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>  [49ed642ed59c4b9475c9741ed750cd7931a25830]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:21 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1574decfacf9b72a868857c20d260b12b7aacc8]

        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>  [2bdf0f48e609771af3c0ec8bb28294657e55f4c5]

        INTEGRATION: CWS vgbugs07 (1.28.124); FILE MERGED 2007/06/04 13:23:21 vg 1.28.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b0f233742d809c27d9896fcfb16bad2e7feab62]

        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>  [49a9d4d62f1e4c1f982e9de76f3c5128fe3cbfd8]

        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>  [2ebf3b64f5da3c0460cc62b5c7aa2c8465ae8ed6]

        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>  [69d5581167a79a9d61e3356f7e7c3c75878b84d7]

        INTEGRATION: CWS vgbugs07 (1.4.124); FILE MERGED 2007/06/04 13:23:20 vg 1.4.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df83aa035630b2ca2e19ad8187b9a5bce5338214]

        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>  [d13d9b16b5b6dfd93732ec9ecd3de2c97d46d971]

        INTEGRATION: CWS vgbugs07 (1.24.124); FILE MERGED 2007/06/04 13:23:20 vg 1.24.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5589b38699d2ad43e23dd7573a94265016d84ed6]

        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>  [96e82d42539af1504a5431427da377e5e4965e0c]

        INTEGRATION: CWS vgbugs07 (1.3.274); FILE MERGED 2007/06/04 13:23:20 vg 1.3.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cdaf598643ed0d704c60f3c6bd3b85a38421ca7]

        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>  [e1c6889d6f88fcb6f675f55a7b5409e908b77827]

        INTEGRATION: CWS vgbugs07 (1.11.124); FILE MERGED 2007/06/04 13:23:20 vg 1.11.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7b817f59514c38fb54efe64a29ec97fdc42543]

        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>  [6ca3971754823e72a993be9982af0d9a4b9e9fa9]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:20 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b65e914b94a98617946e2c71eaba2ea25c83030c]

        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>  [4d0911e1a8c1fa27c6302a639263939a02e390a5]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:20 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dc9f1bc4df783debff94ea0cd34bc7f9d3c9390]

        INTEGRATION: CWS sdblogging (1.9.58); FILE MERGED 2007/04/12 09:17:05 fs 1.9.58.1: #i76119# deprecate in favor of css.logging.*

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [069118bde2f5657cba8e04a871a01f5fd39f7b6d]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:20 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [880fc3f6cb69349037d960db7dd1a4ff5ff9baa6]

        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>  [1a2f1b7f528789716e12dcdca5dc0338e430b718]

        INTEGRATION: CWS sdblogging (1.9.58); FILE MERGED 2007/04/12 09:17:04 fs 1.9.58.1: #i76119# deprecate in favor of css.logging.*

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [444fe6b47bab80dd593e8e5ffdac6f3a69f364fe]

        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>  [3459d8114902bb3de65987d3b50832dd491c6433]

        INTEGRATION: CWS sdblogging (1.8.58); FILE MERGED 2007/04/12 09:17:04 fs 1.8.58.1: #i76119# deprecate in favor of css.logging.*

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bed5a8dbc2e96f046e639e71590c9db022711d9f]

        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>  [7518bdaf146907b2f3adbf0c402a1d76b2da45fb]

        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>  [5bf251a54f3edb22b9dc639765b31813834ca68f]

        INTEGRATION: CWS sdblogging (1.9.36); FILE MERGED 2007/04/12 09:17:04 fs 1.9.36.1: #i76119# deprecate in favor of css.logging.*

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e57b35d073156ee1ea15fc9c9f13bfa141bcf8e]

        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>  [49d7bf595bf763d8adfb1936d64e16a9fb069442]

        INTEGRATION: CWS vgbugs07 (1.10.14); FILE MERGED 2007/06/04 13:23:20 vg 1.10.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceae7830d1bb0072d01712507c8abc5a4faa0e32]

        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>  [97a69f23cbacbc03c40e99b71bbdc62c45a5a1ca]

        INTEGRATION: CWS vgbugs07 (1.4.156); FILE MERGED 2007/06/04 13:23:20 vg 1.4.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c699ae62ac45783188e05b2a6afa15d42782fbd]

        INTEGRATION: CWS sdblogging (1.186.16); FILE MERGED 2007/06/27 14:33:29 fs 1.186.16.2: RESYNC: (1.186-1.187); FILE MERGED 2007/06/18 09:04:50 fs 1.186.16.1: copying the fix #i76857# into this CWS

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc1539e1e95c0b1648af797cdc0bdb747f1af2b7]

        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>  [0da81b77bc7f13e9c69a0fbf8b0e1a7ffa024882]

        INTEGRATION: CWS vgbugs07 (1.2.14); FILE MERGED 2007/06/04 13:23:20 vg 1.2.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d97c619e024cf0f33f38d80c1678428550ef04c8]

        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>  [6cc969608902a739e22a744eaecefb701266c36e]

        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>  [907bb9426a0995eb7343a5cfdaa5eb21544957e4]

        INTEGRATION: CWS vgbugs07 (1.5.14); FILE MERGED 2007/06/04 13:23:19 vg 1.5.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d16607aa54a09e9fcecf5dbf287df31fe183bc]

        INTEGRATION: CWS vgbugs07 (1.17.14); FILE MERGED 2007/06/04 13:23:19 vg 1.17.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba4eceb1aee7dfe2ebc2603858605a3d77e5266]

        INTEGRATION: CWS sdblogging (1.103.14); FILE MERGED 2007/04/17 14:01:35 fs 1.103.14.1: #i76119# +css.logging

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea1a9f8741917cbd502c03b7a93b0c0b82a4c54]

        INTEGRATION: CWS vgbugs07 (1.2.14); FILE MERGED 2007/06/04 13:23:19 vg 1.2.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6715409168016a74a73a941ff51479aac49fec9]

        INTEGRATION: CWS sdblogging (1.82.14); FILE MERGED 2007/04/17 14:01:24 fs 1.82.14.1: #i76119# +css.logging

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1d223ffdb9e8f1adcc6eb23f307d0535b95391f]

        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>  [1507c26f646fe89cda02d65b09974136cba9a8f9]

        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>  [794e5e6397544689b336932028e7872df96426ec]

        INTEGRATION: CWS sdblogging (1.2.218); FILE MERGED 2007/04/05 07:27:55 fs 1.2.218.1: corrected singleton name

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5bcb99c0fe173876fbaa7e512149a58df3d9f8]

        INTEGRATION: CWS vgbugs07 (1.21.14); FILE MERGED 2007/06/04 13:23:19 vg 1.21.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0543473e6282c6b8e9a3f9d0f9a78e634fb52355]

        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>  [dd5ff0489ded7b81e08e50f9cc6ca4a17e806599]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:19:50 fs 1.1.2.2: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/04/17 14:02:46 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ccf8483e7f4577cb268ae603e37fee5d7a36a1]

        INTEGRATION: CWS vgbugs07 (1.38.14); FILE MERGED 2007/06/04 13:23:19 vg 1.38.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d562c3220fe5320e056882f0da29d0d5077645a3]

        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>  [8910df76a2d0ec7221f2f557ad7bb6fa9b8ce8ae]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:28:48 fs 1.1.2.2: #i76119# 2007/04/17 14:02:35 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd8ee023eec7cf317759764d00c06c4b08e527e7]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:19 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b27fef704d9b0791b90be856aee8507daeb0cda]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/18 06:59:56 fs 1.1.2.2: better documentation (coming from interface-discuss) 2007/04/17 14:02:34 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead7c8022fb4957c6cf0cc09442736a027f447ba]

        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>  [b91d4e571eae52d235663527f81658924b80fad6]

        INTEGRATION: CWS vgbugs07 (1.5.124); FILE MERGED 2007/06/04 13:23:19 vg 1.5.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ecff7b72bcdf0a733acfd3802e9fee70338ff9]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:19:49 fs 1.1.2.2: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/04/17 14:02:35 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [38438ce4a595d2b382a21945be6b9f06fa326de7]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/17 14:02:34 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [feeda17305b1e129d8ba4e66245348063a21e499]

        INTEGRATION: CWS vgbugs07 (1.35.14); FILE MERGED 2007/06/04 13:23:19 vg 1.35.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e640d0fdbb5fbd34ab57043052430d80f0a0df5]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:27:29 fs 1.1.2.1: necessity of this interface suggested by API review

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f94bbb8989dcc817c629a2a3609894e3de2220]

        INTEGRATION: CWS vgbugs07 (1.86.14); FILE MERGED 2007/06/04 13:23:19 vg 1.86.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8144eb4b003ac69e7c34a83a88f0985f587b4e6b]

        INTEGRATION: CWS vgbugs07 (1.14.14); FILE MERGED 2007/06/04 13:23:19 vg 1.14.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [595fdbdeebaf0ed9ab9f6c8715d4f1156fb4cb3d]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/17 14:02:32 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b567029231f4df2d235617d54ea6e69e147d4f02]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/14 10:32:40 fs 1.1.2.2: #i76119# interface-review: ThreadID should be a string 2007/04/17 14:02:33 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b03dfd3d59d963050bd381232fd4419e68c5d126]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/17 14:02:33 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a08841b34315efb3920c14f9d00db3eb9b2c3b]

        INTEGRATION: CWS vgbugs07 (1.4.276); FILE MERGED 2007/06/04 13:23:19 vg 1.4.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4501db67f22c5e215a047850e9409987b65d58e3]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:19:49 fs 1.1.2.3: #i76119# implement changes suggested by API review: initialize components by generic ctor, not by component context values 2007/04/18 06:59:56 fs 1.1.2.2: better documentation (coming from interface-discuss) 2007/04/17 14:02:32 fs 1.1.2.1: #i76119# new logging API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8b14bf2ff11134b51d4d6bc557da9241963a37a]

        INTEGRATION: CWS vgbugs07 (1.9.124); FILE MERGED 2007/06/04 13:23:19 vg 1.9.124.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f941a482d37a72300af8fb79dbfc50731a9dc0e4]

        INTEGRATION: CWS vgbugs07 (1.48.14); FILE MERGED 2007/06/04 13:23:19 vg 1.48.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd58028e8dfdbc95f2e2bcc0a968d865a6ee9cef]

        INTEGRATION: CWS vgbugs07 (1.24.14); FILE MERGED 2007/06/04 13:23:19 vg 1.24.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c862ad409153a205e735846e941abda54d7d7371]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:18 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [722379ccfa56b539d916f4bb2b361c11cb9d599b]

        INTEGRATION: CWS vgbugs07 (1.34.18); FILE MERGED 2007/06/04 13:23:18 vg 1.34.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e6fbcf1b954ffdca5234548793bbe04f6f9394]

        INTEGRATION: CWS vgbugs07 (1.35.38); FILE MERGED 2007/06/04 13:23:18 vg 1.35.38.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c1f87ed0579e3caca75c34be3682acb2e8942c3]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:18 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a37fc8a773a545c72c78691cc58b5a120a0eeff]

        INTEGRATION: CWS sdblogging (1.69.40); FILE MERGED 2007/04/16 11:35:29 fs 1.69.40.2: RESYNC: (1.69-1.70); FILE MERGED 2007/04/05 07:45:04 fs 1.69.40.1: #i76119# +css.logging

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [443689d6285d3b3aa0232055c73115a57636836d]

        INTEGRATION: CWS vgbugs07 (1.4.254); FILE MERGED 2007/06/04 13:23:18 vg 1.4.254.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb649a05c7fce7da1c396a5c1adc4380f48c7d0]

        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>  [34de3dabb26304d63919eb9afb7e09299f2f8a9e]

        INTEGRATION: CWS sdblogging (1.9.322); FILE MERGED 2007/04/12 10:40:30 fs 1.9.322.1: #i76119# remove the constraint that extensible groups cannot have children of type "prop"
        
        The comment for this constraint claims this is an unsupported feature, but this is
        not the case:
        - the parser at runtime perfectly recognizes it, and properly delivers the respective
          node
        - the API itself also recognizes that the node is non-valitile (which is implied
          by it being part of the schema), and rejects any modifications to it.
        
        According to JB, the original implementor, this implies that this construct is
        in fact supported.
        
        Note: Other similar restrictions are still intact: An extensible group still
        cannot contain any "set" or "group" child nodes.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeaf54754008bbe3e06e82dc9498a4a1860d5ba9]

        INTEGRATION: CWS vgbugs07 (1.4.276); FILE MERGED 2007/06/04 13:23:18 vg 1.4.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [86703c00e91f5e55c9f2a6ad07477052b3798084]

        INTEGRATION: CWS sdblogging (1.14.114); FILE MERGED 2007/04/05 07:14:47 fs 1.14.114.1: #i76119# Logging.xcs

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [457f9a7f51558b421d4ff9e89b75fdc08f06a7ef]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:18 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6737e3b7e013df0a7b5eb702629aae290d9e3ee6]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/05/22 19:21:24 fs 1.1.2.5: #i76119# since now settings are not used as ComponentContext value, but as ctor param, there's no need to fully qualify them 2007/05/22 19:20:34 fs 1.1.2.4: #i76119# since now settings are not used as ComponentContext value, but as ctor param, there's no need to fully qualify them 2007/04/12 10:43:07 fs 1.1.2.3: #i10000# 2007/04/11 13:49:22 fs 1.1.2.2: #i76119# implemented support for the $(loggername) variable in the css.logging.FileHandler.URL setting - now we can default to a FileHandler using this value 2007/04/05 07:14:09 fs 1.1.2.1: #i76119# configuration for logging services

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [821552a3fe10c5db4ec1c07001653f809b707178]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:18 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66ae270021e6a080d665b455d7aa8a86a498bb52]

        INTEGRATION: CWS sdblogging (1.36.250); FILE MERGED 2007/06/18 09:07:08 fs 1.36.250.1: copying the fix #i76857# into this CWS

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a6768c9167a35dfd2881c4b2d9b6d33031c78a9]

        INTEGRATION: CWS sdblogging (1.14.112); FILE MERGED 2007/04/16 11:31:04 fs 1.14.112.2: RESYNC: (1.14-1.15); FILE MERGED 2007/04/05 07:14:34 fs 1.14.112.1: #i76119# Logging.xcu

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3316f186cf80e4ad6ed6540a8e8059ca4bf1a035]

        INTEGRATION: CWS vgbugs07 (1.5.156); FILE MERGED 2007/06/04 13:23:18 vg 1.5.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc3fcd703b20072fed4eb523db90f3ec10eec0c]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/11 13:49:21 fs 1.1.2.3: #i76119# implemented support for the $(loggername) variable in the css.logging.FileHandler.URL setting - now we can default to a FileHandler using this value 2007/04/05 09:11:59 fs 1.1.2.2: #i76119# initial logging settings for the sdbc.DriverManager 2007/04/05 07:14:45 fs 1.1.2.1: #i76119# configuration for logging services

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64106af0f5aaa471d9d766fc908cc638e3441f37]

        INTEGRATION: CWS vgbugs07 (1.4.156); FILE MERGED 2007/06/04 13:23:17 vg 1.4.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d8e3e7b9efc78a85668fa00519922bf4ee491ec]

        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>  [15cf0968f6a67f3ea66937bc91e8a04ae1bbcc32]

        INTEGRATION: CWS sdblogging (1.7.50); FILE MERGED 2007/04/11 08:52:48 fs 1.7.50.1: #i76119# build additional resource file, containing logging messages for the driver(s)

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [03783db60489653e9e7b1de3f16f853662b92258]

        INTEGRATION: CWS vgbugs07 (1.3.156); FILE MERGED 2007/06/04 13:23:17 vg 1.3.156.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ecfd79cae752f4a76fe43bca4ef9437f3e05730]

        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>  [021f36075888ca85c59a94a27dfa78c563fe067d]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/12 09:07:32 fs 1.1.2.3: #i76119# log exceptions 2007/04/11 13:51:56 fs 1.1.2.2: #i76119# logging meta data methods 2007/04/11 08:53:32 fs 1.1.2.1: #i76119# (unlocalized) resource strings for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [857cb14ad3a0b7f7ef6423d64649f794f96d67f4]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:17 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a7868fa1ba795757cf57a9d78810f3cbe921a72]

        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>  [e258aa29d29e7f3740aaacc95686c27b7b9be2b7]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:17 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [09f2a95ed22e3d06d375a4d2511a90fe11cdd67c]

        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>  [19807d085999bf381fffe07f48f29701989fb756]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/05 09:14:22 fs 1.1.2.1: previously known as registration.hxx, renamed for consistency

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d243ca6de9ac0b5dbdf7f60678c2eeafc956007f]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/05 09:14:31 fs 1.1.2.1: previously known as drivermanager.hxx, renamed for consistency

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c123848454bc8f6453e7732c13159200e60a23ee]

        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>  [3979ecf83922a66f4db4d66660cf7ab05954b662]

        INTEGRATION: CWS sdblogging (1.16.84); FILE MERGED 2007/04/05 09:14:42 fs 1.16.84.1: #i76119# added logging calls

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f983182502158be2a6a97421b783810a7feb7e8]

        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>  [d80099074c6907ad3a38084fb350051b2bffdc92]

        INTEGRATION: CWS sdblogging (1.10.18); FILE MERGED 2007/04/16 11:29:40 fs 1.10.18.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/05 09:14:50 fs 1.10.18.1: renamed two files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcecea6b32ceb4b6791e45a3b6608476b6b4d8d8]

        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>  [bb14707276bd12500ca41c82139594ec1c474e51]

        INTEGRATION: CWS vgbugs07 (1.5.274); FILE MERGED 2007/06/04 13:23:17 vg 1.5.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7f293eb3443e4fa993ea2653384e33cd2f43dc2]

        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>  [d86b8af5b506b92d8e9733cd4f4fe8ba5d8be707]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/12 09:07:23 fs 1.1.2.3: #i76119# log exceptions 2007/04/11 13:50:01 fs 1.1.2.2: #i76119# logging meta data methods 2007/04/11 08:51:08 fs 1.1.2.1: #i76119# resource IDs for log messages of the JDBC bridge

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [407086aeeb0b2893b8b5692f6205c3d5342731c7]

        INTEGRATION: CWS sdblogging (1.2.50); FILE MERGED 2007/05/19 21:00:34 fs 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/11 08:51:51 fs 1.2.50.1: #i76119# also reserve resource ids for logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a37a4871742b026af224df1baed6640afa484aa7]

        INTEGRATION: CWS vgbugs07 (1.2.274); FILE MERGED 2007/06/04 13:23:17 vg 1.2.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a20a99f351fe5e81324905dcd3de8abfa6c044e]

        INTEGRATION: CWS sdblogging (1.3.244); FILE MERGED 2007/04/12 09:02:54 fs 1.3.244.1: #i76119# logging facilities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae40e7a2634829a3891c82c5deb336f168e7e22]

        INTEGRATION: CWS vgbugs07 (1.7.222); FILE MERGED 2007/06/04 13:23:17 vg 1.7.222.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1076b70f0a415913cbaed879e0eaf640adca8140]

        INTEGRATION: CWS sdblogging (1.10.26); FILE MERGED 2007/04/12 09:02:54 fs 1.10.26.1: #i76119# logging facilities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed336844d7dd820acbc752587631f2d3eac47bf]

        INTEGRATION: CWS sdblogging (1.10.26); FILE MERGED 2007/04/11 08:55:23 fs 1.10.26.1: #i76119# added support for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bba9629e492df8b11083d9fda016538843b12c1]

        INTEGRATION: CWS vgbugs07 (1.4.276); FILE MERGED 2007/06/04 13:23:17 vg 1.4.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3455db55d394f1737770fe73ee682060fd3f7db7]

        INTEGRATION: CWS sdblogging (1.2.28); FILE MERGED 2007/04/11 08:55:23 fs 1.2.28.1: #i76119# added support for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce0c62c3bed012c0ec2514d1e9eb2dd93179b3d]

        INTEGRATION: CWS sdblogging (1.8.244); FILE MERGED 2007/04/11 08:55:23 fs 1.8.244.1: #i76119# added support for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5529a70e3ac402947aaf23dba7ce69bd9a13855f]

        INTEGRATION: CWS sdblogging (1.3.244); FILE MERGED 2007/04/11 13:51:03 fs 1.3.244.1: #i76119# logging meta data methods

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f82079067ca45b4e2cbad9bc5080f881b3a6214f]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:17 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [601133e31593fd8dfa704bd24f68c50e7023138b]

        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>  [a9dcaea20c61a7197446277fb771de310ce9815a]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/12 19:17:40 fs 1.1.2.5: #i10000# (unxlngi6) 2007/04/12 11:18:46 fs 1.1.2.4: #i10000# declare various convertLogArgToString overloads in this file here 2007/04/12 09:02:22 fs 1.1.2.3: #i76119# also log result sets 2007/04/11 13:50:36 fs 1.1.2.2: #i76119# up to 5 arguments for log calls 2007/04/11 08:50:27 fs 1.1.2.1: #i76119# helper class for logging messages in the JDBC driver

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ae0e4feef4df9752a3305da6f7a1fa0d516ec9f]

        INTEGRATION: CWS vgbugs07 (1.6.274); FILE MERGED 2007/06/04 13:23:17 vg 1.6.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2b8e265207561cd1655e3bbed323e132d472ee0]

        INTEGRATION: CWS sdblogging (1.14.48); FILE MERGED 2007/04/11 08:55:23 fs 1.14.48.1: #i76119# added support for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d7cf22ad942448c7b57fdd8079a1dd604eb308d]

        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>  [59444076ae4b696e31be7831c8ce4a49cadc0188]

        INTEGRATION: CWS vgbugs07 (1.9.224); FILE MERGED 2007/06/04 13:23:17 vg 1.9.224.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed2254cbdbcd4ed74a20db10656ea4ca8994df94]

        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>  [ec9520fd1fc06494e4d80bb1715ea43ed6457d42]

        INTEGRATION: CWS sdblogging (1.7.244); FILE MERGED 2007/04/11 08:55:23 fs 1.7.244.1: #i76119# added support for logging driver activities

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b4674472fe2313f87659255c39d92f209dab1fc]

        INTEGRATION: CWS vgbugs07 (1.2.276); FILE MERGED 2007/06/04 13:23:16 vg 1.2.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ecaf3c8823b10e1a5fd49fdcbaf2b1792e854c8]

        INTEGRATION: CWS sdblogging (1.11.146); FILE MERGED 2007/04/12 09:01:59 fs 1.11.146.1: #i76119# +ThrowLoggedSQLException

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa40aa326c768c5208ee882ce598eaa84448af40]

        INTEGRATION: CWS sdblogging (1.18.18); FILE MERGED 2007/04/16 11:24:34 fs 1.18.18.2: RESYNC: (1.18-1.19); FILE MERGED 2007/04/11 08:51:31 fs 1.18.18.1: #i76119# +ConnectionLog

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [72aca6f8b58a8d0e9b07fefee290c62792c028fa]

        INTEGRATION: CWS vgbugs07 (1.5.276); FILE MERGED 2007/06/04 13:23:16 vg 1.5.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88e4c150a9f7b18d03f498b965bfbd1910ee0b55]

        INTEGRATION: CWS sdblogging (1.10.84); FILE MERGED 2007/04/12 09:03:35 fs 1.10.84.1: #i76119# ThrowLoggedSQLException instead of ThrowSQLException

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02b36cab8f9a97f2cc2275d5948a03f390d8133]

        INTEGRATION: CWS vgbugs07 (1.25.14); FILE MERGED 2007/06/04 13:23:16 vg 1.25.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9fd11d1ca5bfe5792937936f019971e890c7c75]

        INTEGRATION: CWS sdblogging (1.30.26); FILE MERGED 2007/04/12 09:03:35 fs 1.30.26.1: #i76119# ThrowLoggedSQLException instead of ThrowSQLException

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47204e27484633dcb702f5f5b38a1a5b8af8d4cc]

        INTEGRATION: CWS vgbugs07 (1.10.14); FILE MERGED 2007/06/04 13:23:16 vg 1.10.14.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3167502266fb53609aeaffc3f59f9e14c5416c97]

        INTEGRATION: CWS sdblogging (1.17.84); FILE MERGED 2007/04/12 11:21:34 fs 1.17.84.5: #i10000# implement various convertLogArgToString overloads in ConnectionLog.cxx 2007/04/12 10:15:56 fs 1.17.84.4: #i10000# 2007/04/12 09:04:10 fs 1.17.84.3: #i76119# ThrowLoggedSQLException instead of ThrowSQLException 2007/04/11 08:57:26 fs 1.17.84.2: use FINER for parameters, not FINEST 2007/04/11 08:53:42 fs 1.17.84.1: #i76119# added logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fc3616ccf8766b803305a0c2545285a73a2ec22]

        INTEGRATION: CWS vgbugs07 (1.4.274); FILE MERGED 2007/06/04 13:23:16 vg 1.4.274.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [592bee854990129f4223fbe34b8f5f27b3528c8d]

        INTEGRATION: CWS sdblogging (1.22.84); FILE MERGED 2007/04/12 09:03:15 fs 1.22.84.1: #i76119# +ThrowLoggedSQLException

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d4b673613f69bdb8684846195277d33d53b5c1]

        INTEGRATION: CWS sdblogging (1.2.28); FILE MERGED 2007/04/12 09:04:10 fs 1.2.28.2: #i76119# ThrowLoggedSQLException instead of ThrowSQLException 2007/04/11 08:52:31 fs 1.2.28.1: #i76119# added logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [763dbd1c1eb2875945e1a0c735d8db794f03b9a0]

        INTEGRATION: CWS vgbugs07 (1.7.100); FILE MERGED 2007/06/04 13:23:16 vg 1.7.100.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae72b6d6079dc4cf09994d2e92411080b77209e]

        INTEGRATION: CWS sdblogging (1.37.48); FILE MERGED 2007/04/11 08:52:12 fs 1.37.48.1: #i76119# added logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f412e1a629f6b02a15c03ef9be8f9e4df8c0ab4]

        INTEGRATION: CWS vgbugs07 (1.3.276); FILE MERGED 2007/06/04 13:23:16 vg 1.3.276.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c5fb02dda9fb5f6c5f879bf7f1b0ddb24138b4]

        INTEGRATION: CWS sdblogging (1.3.4); FILE MERGED 2007/05/23 09:01:57 fs 1.3.4.7: WARNING -> SEVERE 2007/05/22 19:19:29 fs 1.3.4.6: #i76119# property construct m_aLogger 2007/04/18 06:06:39 fs 1.3.4.5: #i10000# 2007/04/16 11:24:26 fs 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2007/04/12 09:04:34 fs 1.3.4.3: #i76119# ThrowLoggedSQLException instead of ThrowSQLException 2007/04/11 13:51:33 fs 1.3.4.2: #i76119# logging meta data methods 2007/04/11 08:53:28 fs 1.3.4.1: #i76119# added logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd9426edb8a25a5a1eaec605e43a252059af0727]

        INTEGRATION: CWS vgbugs07 (1.3.114); FILE MERGED 2007/06/04 13:23:16 vg 1.3.114.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e96d9fa4f2baf6687edefa3bfcad6927aeedd8]

        INTEGRATION: CWS sdblogging (1.24.48); FILE MERGED 2007/04/12 09:04:34 fs 1.24.48.2: #i76119# ThrowLoggedSQLException instead of ThrowSQLException 2007/04/11 13:51:11 fs 1.24.48.1: #i76119# logging meta data methods

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [00aa69d447ad00f4c0e91ccf4c807c6411170576]

        INTEGRATION: CWS sdblogging (1.1.2); FILE ADDED 2007/04/16 06:54:37 fs 1.1.2.5: #i10000# 2007/04/12 19:20:16 fs 1.1.2.4: #i10000# (unxlngi6) 2007/04/12 11:20:52 fs 1.1.2.3: #i10000# declare various convertLogArgToString overloads in this file here 2007/04/11 13:52:04 fs 1.1.2.2: #i76119# logging meta data methods 2007/04/11 08:50:40 fs 1.1.2.1: #i76119# helper class for logging messages in the JDBC driver

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d888436fe579de2cfd8c1ab785db7cefb51cb1d]

        INTEGRATION: CWS sdblogging (1.17.84); FILE MERGED 2007/04/12 09:04:11 fs 1.17.84.2: #i76119# ThrowLoggedSQLException instead of ThrowSQLException 2007/04/11 08:53:42 fs 1.17.84.1: #i76119# added logging messages

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfe0b8d1cf0c866ffd44591deb5d49c95aefb4a7]

        INTEGRATION: CWS vgbugs07 (1.5.2); FILE MERGED 2007/06/04 14:24:27 vg 1.5.2.1: #i78084# remove last use of the hedabu procedure in zlib module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3103614b75c95240d5dbc93de7e2c3ce84596541]

        INTEGRATION: CWS vgbugs07 (1.6.28); FILE MERGED 2007/06/08 11:00:11 vg 1.6.28.2: #i78084# remove last use of the hedabu procedure in zlib module 2007/06/04 14:24:27 vg 1.6.28.1: #i78084# remove last use of the hedabu procedure in zlib module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e80b367e3067fedc7ba60686a70fbbcb0b1e77]

        INTEGRATION: CWS vgbugs07 (1.1.2); FILE ADDED 2007/06/15 10:53:18 vg 1.1.2.3: #i78084# changed access rights to 775 2007/06/06 10:18:52 vg 1.1.2.2: #i78084# universal path notation 2007/06/04 14:24:27 vg 1.1.2.1: #i78084# remove last use of the hedabu procedure in zlib module

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d16018b5f0dc99713bd04d2398c156b827aa5998]

        INTEGRATION: CWS vgbugs07 (1.5.84); FILE MERGED 2007/06/04 13:22:19 vg 1.5.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fff12377fe18b9af0d0d032249acf60f025a33c]

        INTEGRATION: CWS vgbugs07 (1.6.22); FILE MERGED 2007/06/04 13:22:19 vg 1.6.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [84601f2d7e87fac58ff0206c1ba9bb82f465681b]

        INTEGRATION: CWS vgbugs07 (1.8.8); FILE MERGED 2007/06/04 13:22:19 vg 1.8.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca4c2476f93678fdcc683e5b4c21da774f97cca]

        INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED 2007/06/04 13:22:19 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97fea8ef20bda27b8041e876d4a03b1cf9ba15bb]

        INTEGRATION: CWS vgbugs07 (1.8.72); FILE MERGED 2007/06/04 13:22:18 vg 1.8.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae378f167eacbf2b5ead24921ca6b16c4d23f1b9]

        INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED 2007/06/04 13:22:18 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df7d0418a8f3f7cf4bffe9863e5b8673d5cf8a8b]

        INTEGRATION: CWS vgbugs07 (1.5.84); FILE MERGED 2007/06/04 13:22:18 vg 1.5.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [771d3252894fd51681544091b24763e7ee09bbeb]

        INTEGRATION: CWS vgbugs07 (1.5.72); FILE MERGED 2007/06/04 13:22:18 vg 1.5.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d194792a6fb269f76194869d86091b6d791d744c]

        INTEGRATION: CWS vgbugs07 (1.5.70); FILE MERGED 2007/06/04 13:22:18 vg 1.5.70.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fad7b2f6689415e422941a7cc15662b0a1a32c2e]

        INTEGRATION: CWS vgbugs07 (1.9.10); FILE MERGED 2007/06/04 13:22:18 vg 1.9.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [becdee8dc77899df150d76d19d34eeed7960cde9]

        INTEGRATION: CWS vgbugs07 (1.7.66); FILE MERGED 2007/06/04 13:22:18 vg 1.7.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7545e039390565d1fa9662cab1395929b36d5686]

        INTEGRATION: CWS vgbugs07 (1.4.84); FILE MERGED 2007/06/04 13:22:18 vg 1.4.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d5a7265d70078ae032d5f96877862e27af911ab]

        INTEGRATION: CWS vgbugs07 (1.6.8); FILE MERGED 2007/06/04 13:22:18 vg 1.6.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb00c7675692d580918ab5ae16ce01a20c830545]

        INTEGRATION: CWS vgbugs07 (1.6.22); FILE MERGED 2007/06/04 13:22:18 vg 1.6.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [20830b41a90c37bd98baec0b3815ab4c7f6f5921]

        INTEGRATION: CWS vgbugs07 (1.6.84); FILE MERGED 2007/06/04 13:22:18 vg 1.6.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bac8b36e3c582d4f112f8d8bc0b73e138c733ed9]

        INTEGRATION: CWS vgbugs07 (1.5.84); FILE MERGED 2007/06/04 13:22:17 vg 1.5.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49b36254f26b2f9719cc9270f78d8a4f45c8df8a]

        INTEGRATION: CWS vgbugs07 (1.8.18); FILE MERGED 2007/06/04 13:22:17 vg 1.8.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74791dee93a052fc628d27af66475157f860c4d4]

        INTEGRATION: CWS vgbugs07 (1.23.18); FILE MERGED 2007/06/04 13:22:17 vg 1.23.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e922da0205072991f0a098413aad17a0c5f2d209]

        INTEGRATION: CWS vgbugs07 (1.16.66); FILE MERGED 2007/06/04 13:22:17 vg 1.16.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0190c316b678b6f649899f713abcd3400a8dda8]

        INTEGRATION: CWS vgbugs07 (1.32.66); FILE MERGED 2007/06/04 13:22:17 vg 1.32.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb223fd06521364e3b90a7153b50d511ac546cc]

        INTEGRATION: CWS vgbugs07 (1.75.18); FILE MERGED 2007/06/04 13:22:17 vg 1.75.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6999f004d72fda111644ac5b8efaaebafabb1f91]

        INTEGRATION: CWS vgbugs07 (1.2.206); FILE MERGED 2007/06/04 13:22:17 vg 1.2.206.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [be607371a605b20bcdf613460004275adda8de28]

        INTEGRATION: CWS vgbugs07 (1.11.8); FILE MERGED 2007/06/04 13:22:17 vg 1.11.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac27875f0c6014a39be613ca9d63fdba14642d44]

        INTEGRATION: CWS obo11 (1.106.54); FILE MERGED 2007/06/12 12:25:08 obo 1.106.54.1: #i78336# trustedinfo manifest for Windows Vista

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1af877480cbd7aa5a3d5684860864895cc703ad]

        INTEGRATION: CWS vgbugs07 (1.4.84); FILE MERGED 2007/06/04 13:22:17 vg 1.4.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cadab0bc491a7fe4c46307b35ef8dbc4f9fcfd4b]

        INTEGRATION: CWS vgbugs07 (1.6.10); FILE MERGED 2007/06/04 13:22:17 vg 1.6.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [36179d35bf529f3f350238ca3f3a1428c0ae80a5]

        INTEGRATION: CWS vgbugs07 (1.11.128); FILE MERGED 2007/06/04 13:22:17 vg 1.11.128.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [065c270c8a65fc7ea12a809d48d93de8b065f44d]

        INTEGRATION: CWS vgbugs07 (1.10.66); FILE MERGED 2007/06/19 10:16:14 vg 1.10.66.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 2007/06/04 13:22:17 vg 1.10.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3444087f87b86aa813ab10688e50b596b95f546]

        INTEGRATION: CWS vgbugs07 (1.4.112); FILE MERGED 2007/06/04 13:22:17 vg 1.4.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [82754bac26c7a19a0e290887713ed1958756a23b]

        INTEGRATION: CWS vgbugs07 (1.5.22); FILE MERGED 2007/06/04 13:22:17 vg 1.5.22.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1eef32b66835813daedaf79e4a0ddebafb51062]

        INTEGRATION: CWS vgbugs07 (1.10.200); FILE MERGED 2007/06/04 13:22:17 vg 1.10.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f625ed854301b21f2e260c19139f673bb2bc6aa5]

        INTEGRATION: CWS vgbugs07 (1.17.30); FILE MERGED 2007/06/04 13:22:17 vg 1.17.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d63551544454b2b6ec2e70d878a458121539c38]

        INTEGRATION: CWS vgbugs07 (1.4.198); FILE MERGED 2007/06/04 13:22:17 vg 1.4.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ae0a23219f34d10685bf884524af3679574707]

        INTEGRATION: CWS vgbugs07 (1.4.198); FILE MERGED 2007/06/04 13:22:16 vg 1.4.198.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fc0c7ccbe230bdbea926de3a7e6e1d23f94ba96]

        INTEGRATION: CWS vgbugs07 (1.13.112); FILE MERGED 2007/06/04 13:22:16 vg 1.13.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f75d983ff3d35dfa97cc8ab7ab9b718f15be1bbd]

        INTEGRATION: CWS vgbugs07 (1.33.66); FILE MERGED 2007/06/04 13:22:16 vg 1.33.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cc271bfd2da096274da6a9c2e2b0f4812f3066d]

        INTEGRATION: CWS vgbugs07 (1.8.72); FILE MERGED 2007/06/04 13:22:16 vg 1.8.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccbf31fdd4913f3090283542a23e233d17a5bc9a]

        INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED 2007/06/04 13:22:16 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94b58692b807425fbd47f42972c4f315553e412e]

        INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED 2007/06/04 13:22:16 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [74acd2d70102c30cff43c4ad56f9e75aeb9025be]

        INTEGRATION: CWS vgbugs07 (1.13.84); FILE MERGED 2007/06/04 13:22:16 vg 1.13.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [512b9b24b34e0fd80a023a1a7152d4b568f37e86]

        INTEGRATION: CWS pmladek05 (1.189.2); FILE MERGED 2007/06/20 10:17:09 pmladek 1.189.2.2: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/19 11:34:21 pmladek 1.189.2.1: #i75366# update also config_office/configure (not only configure.in)

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64c4e1f3834cb8345a425b25a9463b25acfd4baa]

        INTEGRATION: CWS vgbugs07 (1.19.66); FILE MERGED 2007/06/04 13:22:16 vg 1.19.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeb96f10747400c3894bccb7f4faab0b730ce289]

        INTEGRATION: CWS vgbugs07 (1.18.72); FILE MERGED 2007/06/04 13:22:16 vg 1.18.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [45b7617b785e8c40ff6d8bc74b9a8aac47e6a305]

        INTEGRATION: CWS vgbugs07 (1.26.66); FILE MERGED 2007/06/04 13:22:16 vg 1.26.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fe1e610421f3790cdfc5d69ec67540a0f3fe7d7]

        INTEGRATION: CWS vgbugs07 (1.16.66); FILE MERGED 2007/06/04 13:22:16 vg 1.16.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede1ccf76bc2d901dff5bae8c9082a310b1d89c0]

        INTEGRATION: CWS vgbugs07 (1.36.66); FILE MERGED 2007/06/04 13:22:16 vg 1.36.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44cf7f6cb6e5141233118ab3301ba26a57972507]

        INTEGRATION: CWS vgbugs07 (1.46.30); FILE MERGED 2007/06/04 13:22:15 vg 1.46.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2912f67746fc6c5a433bb6ec05a58015cff7d5d5]

        INTEGRATION: CWS vgbugs07 (1.11.84); FILE MERGED 2007/06/04 13:22:15 vg 1.11.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04c7551d3b2c32b9e3f7ec25d5615fd0d23886b3]

        INTEGRATION: CWS vgbugs07 (1.46.16); FILE MERGED 2007/06/04 13:22:15 vg 1.46.16.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [818df0f64c35ff45fff7968e09100703733dea12]

        INTEGRATION: CWS vgbugs07 (1.31.10); FILE MERGED 2007/06/04 13:22:15 vg 1.31.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2581c6ef3befeead624b98139c76471ab1b776a3]

        INTEGRATION: CWS vgbugs07 (1.11.72); FILE MERGED 2007/06/04 13:22:15 vg 1.11.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4b70ec865bb38614f25325281105bd27933ccf6]

        INTEGRATION: CWS vgbugs07 (1.23.66); FILE MERGED 2007/06/04 13:22:15 vg 1.23.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8ed76740809f1462e0e756ea37098c021898385]

        INTEGRATION: CWS vgbugs07 (1.28.30); FILE MERGED 2007/06/04 13:22:15 vg 1.28.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a43ef57d7fc2407c988f61abc2c53a04abf0e6e]

        INTEGRATION: CWS vgbugs07 (1.39.10); FILE MERGED 2007/06/04 13:22:15 vg 1.39.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [923f6d6261dc09169c1355b0fc6234ff03e24d6e]

        INTEGRATION: CWS vgbugs07 (1.4.20); FILE MERGED 2007/06/04 13:22:15 vg 1.4.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4e23598809d0f30b2623fd5883c6586f5a9f2cb]

        INTEGRATION: CWS vgbugs07 (1.6.84); FILE MERGED 2007/06/04 13:22:15 vg 1.6.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c665e933be9b7ad63ae18f35487ad30bfd612c8a]

        INTEGRATION: CWS vgbugs07 (1.20.72); FILE MERGED 2007/06/04 13:22:15 vg 1.20.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffe6c1e81572bd7b053475a6b6183649d3fe1c0]

        INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED 2007/06/04 13:22:14 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc6593806ecd72dc90d02550d53212d19b46b69]

        INTEGRATION: CWS vgbugs07 (1.14.72); FILE MERGED 2007/06/04 13:22:14 vg 1.14.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [548bc387f03f3dacde10c7bce42a3f46da028e39]

        INTEGRATION: CWS vgbugs07 (1.8.10); FILE MERGED 2007/06/04 13:22:14 vg 1.8.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f1608ac1eb957495bccf46e9a1e1d68c62a6a9a]

        INTEGRATION: CWS vgbugs07 (1.12.10); FILE MERGED 2007/06/04 13:22:14 vg 1.12.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83c1e1d4e5885be9ca1c80caab189c9fd1c2a604]

        INTEGRATION: CWS vgbugs07 (1.9.54); FILE MERGED 2007/06/04 13:22:14 vg 1.9.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bad2c5bab635df896011a00a2a697b888360663]

        INTEGRATION: CWS vgbugs07 (1.28.8); FILE MERGED 2007/06/04 13:22:14 vg 1.28.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75e10a08d442babdf9cb05aae0b8ce0cecb93a4]

        INTEGRATION: CWS vgbugs07 (1.13.8); FILE MERGED 2007/06/04 13:22:14 vg 1.13.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb7c8673df0ee3d60c03f16550c4660075232d9]

        INTEGRATION: CWS vgbugs07 (1.33.8); FILE MERGED 2007/06/04 13:22:14 vg 1.33.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a8e7ba37fd87023da0a52595e8a04e656082a9a]

        INTEGRATION: CWS vgbugs07 (1.11.10); FILE MERGED 2007/06/04 13:22:14 vg 1.11.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [21e579ba1ce48c4e31226a9d29457a634b5ce34a]

        INTEGRATION: CWS vgbugs07 (1.3.8); FILE MERGED 2007/06/04 13:22:14 vg 1.3.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e020270ded4d3067c5533f466d3a91e16582887]

        INTEGRATION: CWS vgbugs07 (1.12.8); FILE MERGED 2007/06/04 13:22:14 vg 1.12.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5f5abc94f824c11e2d8a1f1d1483a3b6de5edf]

        INTEGRATION: CWS vgbugs07 (1.7.84); FILE MERGED 2007/06/04 13:22:14 vg 1.7.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [081b58baf1b0a81447e8461aa6f2665fa95490ef]

        INTEGRATION: CWS vgbugs07 (1.9.84); FILE MERGED 2007/06/04 13:22:14 vg 1.9.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eeb13a24332b7ce3fedf01b1c50f18d7ff2fc2c]

        INTEGRATION: CWS vgbugs07 (1.3.112); FILE MERGED 2007/06/04 13:22:14 vg 1.3.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4e7dfb4551ac91da93165d001c8de5a3e093d33]

        INTEGRATION: CWS vgbugs07 (1.10.112); FILE MERGED 2007/06/04 13:22:14 vg 1.10.112.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14e9e59d91f52f04828765066db3829b4cd1c94e]

        INTEGRATION: CWS vgbugs07 (1.70.6); FILE MERGED 2007/06/04 13:22:14 vg 1.70.6.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1142152a6ac3465ee76256b346de0c25df4531d1]

        INTEGRATION: CWS vgbugs07 (1.6.8); FILE MERGED 2007/06/04 13:22:13 vg 1.6.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad8694580fffcfd8d5117d02521c8206adb9d1d]

        INTEGRATION: CWS vgbugs07 (1.2.206); FILE MERGED 2007/06/04 13:22:13 vg 1.2.206.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f6b8c1a7a54e0b107deacac4f194a28b8befb4]

        INTEGRATION: CWS vgbugs07 (1.10.98); FILE MERGED 2007/06/19 10:13:57 vg 1.10.98.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f265e3b23df9ae109bd897f2f0ea5e297a6acd]

        INTEGRATION: CWS obo11 (1.10.64); FILE MERGED 2007/06/19 07:59:05 obo 1.10.64.1: #i76441# support nonproduct build

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7019b243b828d9c7e08098c53d61aa5a37cab893]

        INTEGRATION: CWS obo11 (1.4.14); FILE MERGED 2007/06/21 07:31:03 obo 1.4.14.2: move -D_DEBUG to wntmsci11.mk 2007/06/18 12:51:40 obo 1.4.14.1: #i76441# support nonproduct build

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46653e928fcee5a17d50ee2f5f9bf5c9030826fe]

        INTEGRATION: CWS obo11 (1.12.4); FILE MERGED 2007/06/21 08:12:43 obo 1.12.4.2: #i76441# -D_DEBUG for static linking 2007/06/19 10:22:27 obo 1.12.4.1: -MTd removed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e0ab8d3bcc2ff2d8131203183703a3ce6df50e2]

        INTEGRATION: CWS obo11 (1.1.2); FILE ADDED 2007/06/18 09:46:20 obo 1.1.2.1: i78336# new trustedinfo manifest

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede25656e701e0c9e08b0fc258cf903500b01629]

        INTEGRATION: CWS obo11 (1.110.22); FILE MERGED 2007/06/12 12:20:31 obo 1.110.22.1: #i78336# trustedinfo manifest for Windows Vista

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c3f4d90a31d9677f665623b277393cae75c48ef]

        INTEGRATION: CWS obo11 (1.64.22); FILE MERGED 2007/06/12 12:20:31 obo 1.64.22.1: #i78336# trustedinfo manifest for Windows Vista

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e383d8e4e9bc783d2229b399f00f4e7e80db92ea]

        INTEGRATION: CWS obo11 (1.215.2); FILE MERGED 2007/06/21 08:58:58 obo 1.215.2.1: #i78336# TRUSTED_MANIFEST_LOCATION added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [010d036498132c4a0861f588b86578334874d9a8]

        INTEGRATION: CWS obo11 (1.61.90); FILE MERGED 2007/06/12 12:25:08 obo 1.61.90.1: #i78336# trustedinfo manifest for Windows Vista

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f6629b139f791e9c85a0508fb6f59c80af54a5]

        INTEGRATION: CWS obo11 (1.62.2); FILE MERGED 2007/06/18 09:54:56 obo 1.62.2.1: #i78336# vista: use trusted info manifest

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a62b10c4f4b5a6509e464a3be20ea9fb827881b8]

        INTEGRATION: CWS obo11 (1.24.10); FILE MERGED 2007/06/19 07:33:11 obo 1.24.10.1: #i76441# support nonproduct build

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc9570ba3f2b844955283c27d463ddc3c5dae75]

        INTEGRATION: CWS obo11 (1.18.48); FILE MERGED 2007/06/19 07:29:36 obo 1.18.48.1: #i76441# support nonproduct build

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [37febdfc993dceb3c5249fa7a887054167de9a78]

        INTEGRATION: CWS pmladek05 (1.148.2); FILE MERGED 2007/06/20 10:17:11 pmladek 1.148.2.2: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/18 16:02:21 pmladek 1.148.2.1: #i75366# allow to redefine the UNIX wrapper name in the shared desktop files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e0b06fca75b5d9a999f7d8bb00f81e6ca30071]

        INTEGRATION: CWS pmladek05 (1.208.2); FILE MERGED 2007/06/20 10:17:11 pmladek 1.208.2.2: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/18 16:02:21 pmladek 1.208.2.1: #i75366# allow to redefine the UNIX wrapper name in the shared desktop files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [23ed1d0eb8d9f3ead161d0515058b106e5ceb4bb]

        INTEGRATION: CWS obo11 (1.12.4); FILE MERGED 2007/04/23 11:28:03 obo 1.12.4.1: #i76441# support --enable-dbgutil for wntmsci11

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [89e8e76476c02353df61cb9df7a5f031fe58be95]

        INTEGRATION: CWS pmladek05 (1.27.6); FILE MERGED 2007/06/18 16:04:34 pmladek 1.27.6.1: #i75366# fix build of sysui; create_tree.sh was called without a defined path from the spec files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a9126294fe6dd7e62460ccb152f97a857ce9af9]

        INTEGRATION: CWS pmladek05 (1.18.6); FILE MERGED 2007/06/20 10:17:09 pmladek 1.18.6.2: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/18 16:02:21 pmladek 1.18.6.1: #i75366# allow to redefine the UNIX wrapper name in the shared desktop files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59de2dfbff4ce24a98393fbb143fbc303d803de7]

        INTEGRATION: CWS pmladek05 (1.26.6); FILE MERGED 2007/06/18 16:04:33 pmladek 1.26.6.1: #i75366# fix build of sysui; create_tree.sh was called without a defined path from the spec files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d21352443bea2dc6bf44f9771866f451374ca58b]

        INTEGRATION: CWS pmladek05 (1.10.96); FILE MERGED 2007/06/15 20:07:57 pmladek 1.10.96.1: #i75253# add support for Mandriva menu entries

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99855918ef50c70593283fbf96e227c4965517b]

        INTEGRATION: CWS pmladek05 (1.7.226); FILE MERGED 2007/06/15 20:07:57 pmladek 1.7.226.1: #i75253# add support for Mandriva menu entries

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b762ccfc4975325081f045a6302fb1841fb9741]

        INTEGRATION: CWS obo11 (1.2.34); FILE MERGED 2007/06/18 14:39:59 obo 1.2.34.1: #i76441# parse problem VS2005 fixed by IHA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4d31eb1b16ad6445493b8507d44c828dc67ead8]

        INTEGRATION: CWS pmladek05 (1.8.214); FILE MERGED 2007/06/15 20:07:57 pmladek 1.8.214.1: #i75253# add support for Mandriva menu entries

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d0cdfa26c2e2efe937fe014abe74cc5968cc052]

        INTEGRATION: CWS obo11 (1.22.12); FILE MERGED 2007/04/23 12:33:28 obo 1.22.12.1: #i76441# --enable-dbgutil support for wntmsci11

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2bb9d800e424c5092a42e2113db6152ba5d9e3b]

        INTEGRATION: CWS pmladek05 (1.6.208); FILE MERGED 2007/06/15 20:07:57 pmladek 1.6.208.1: #i75253# add support for Mandriva menu entries

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ef3b60739d0e771694884617e313e9cedf3529c]

        INTEGRATION: CWS obo11 (1.10.12); FILE MERGED 2007/04/23 12:28:35 obo 1.10.12.1: #i76441# --enable-dbgutil support for wntmsci11

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [280d79dac67cff78ed98b953b1f6c08d1101de7a]

        INTEGRATION: CWS pmladek05 (1.16.6); FILE MERGED 2007/06/18 16:04:33 pmladek 1.16.6.1: #i75366# fix build of sysui; create_tree.sh was called without a defined path from the spec files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8054a3b1da8ce7bed7e01d2fdd452a4958d37cf5]

        INTEGRATION: CWS pmladek05 (1.22.6); FILE MERGED 2007/06/20 10:17:09 pmladek 1.22.6.3: #i75366# rename the used variable from UNIXFILENAME to a more clear UNIXWRAPPERNAME 2007/06/19 10:14:55 pmladek 1.22.6.2: #i75366# some clean up 2007/06/18 16:02:21 pmladek 1.22.6.1: #i75366# allow to redefine the UNIX wrapper name in the shared desktop files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b040be1b99fa0ddd76e9a8ab2c60b884d59ebdf]

        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>  [727d2382c91c74628e07e68d75e4f153c424be23]

        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>  [6006b8089c62ff99a019944546ec508af33d9e24]

        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>  [57a1846c54a1a74bb45a409f3de208237cf7ce68]

        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>  [dd5e429a6f38b2e42741bb2e5883388e23dcf084]

        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>  [b7d53650685c539507964236716a939ea93dce79]

        INTEGRATION: CWS getpivotdata (1.24.182); FILE MERGED 2007/04/19 17:54:59 nn 1.24.182.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c7a205998a8478b8c9a7fa26964c03788c917f7]

        INTEGRATION: CWS getpivotdata (1.89.54); FILE MERGED 2007/05/08 16:56:32 nn 1.89.54.3: #i45843# some string changes 2007/04/23 10:45:03 nn 1.89.54.2: RESYNC: (1.89-1.90); FILE MERGED 2007/04/19 17:54:57 nn 1.89.54.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b5327aff518f416ec49c03036c2d4af356e8c29]

        INTEGRATION: CWS getpivotdata (1.18.14); FILE MERGED 2007/06/13 11:02:46 nn 1.18.14.3: RESYNC: (1.19-1.20); FILE MERGED 2007/04/23 09:22:32 nn 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2007/04/19 17:54:57 nn 1.18.14.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb2b9cc4c68bbde2f375109562cc803386f622a]

        INTEGRATION: CWS smarttags3 (1.187.10); FILE MERGED 2007/05/25 11:58:41 fme 1.187.10.3: RESYNC: (1.189-1.190); FILE MERGED 2007/05/22 14:46:52 fme 1.187.10.2: RESYNC: (1.187-1.189); FILE MERGED 2007/04/30 10:25:46 fme 1.187.10.1: #i75130# Color configuration for smart tags added - add patch flag to UI.xcs

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba4c19fc198a70e5c3c25cd3653836ca87f1b135]

        INTEGRATION: CWS getpivotdata (1.66.48); FILE MERGED 2007/06/13 10:57:55 nn 1.66.48.2: RESYNC: (1.66-1.67); FILE MERGED 2007/04/25 15:15:45 nn 1.66.48.1: #i45843# convert pivot tables before formula calculation

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8a5449c9118905674e6a056a9ba5c3e1a2fe9e]

        INTEGRATION: CWS smarttags3 (1.10.24); FILE MERGED 2007/04/16 12:38:29 fme 1.10.24.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [515df6a4a8fda41412c61bf284946af55dac5bd1]

        INTEGRATION: CWS getpivotdata (1.116.74); FILE MERGED 2007/06/13 10:56:45 nn 1.116.74.2: RESYNC: (1.116-1.118); FILE MERGED 2007/04/25 15:15:45 nn 1.116.74.1: #i45843# convert pivot tables before formula calculation

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a7429e9a1b3703abe7c723ffdc583bc8a2bbaf5]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/16 12:38:06 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5224c0eab4bc064326ce80cfac120cc1b21763cc]

        INTEGRATION: CWS getpivotdata (1.18.48); FILE MERGED 2007/06/13 10:55:22 nn 1.18.48.2: RESYNC: (1.18-1.19); FILE MERGED 2007/04/24 18:02:59 nn 1.18.48.1: #i45843# exceptions

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc5ba78e20734263205893c301119a808c6697b5]

        INTEGRATION: CWS getpivotdata (1.44.54); FILE MERGED 2007/06/13 10:55:15 nn 1.44.54.3: RESYNC: (1.45-1.47); FILE MERGED 2007/04/23 09:09:56 nn 1.44.54.2: RESYNC: (1.44-1.45); FILE MERGED 2007/04/19 17:54:57 nn 1.44.54.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e17ada02531efc152ceacf1e8d996902095d0ee]

        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>  [fc8af4881df3f11eeef76a95853e903527945b78]

        INTEGRATION: CWS getpivotdata (1.29.54); FILE MERGED 2007/05/08 17:07:50 nn 1.29.54.4: RESYNC: (1.30-1.31); FILE MERGED 2007/04/27 16:32:10 nn 1.29.54.3: #i45843# GETPIVOTDATA: alternative syntax 2007/04/23 09:09:25 nn 1.29.54.2: RESYNC: (1.29-1.30); FILE MERGED 2007/04/19 17:54:56 nn 1.29.54.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66a654e87e19e8ca05108cf4c06d125b79a50b78]

        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>  [4a054f08d810c93ece43bfff97bbc58b1e61bc99]

        INTEGRATION: CWS getpivotdata (1.50.110); FILE MERGED 2007/04/23 09:04:14 nn 1.50.110.2: RESYNC: (1.50-1.51); FILE MERGED 2007/04/19 17:54:56 nn 1.50.110.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7299a5224dba06f2f42184ce341a89433d2b8ade]

        INTEGRATION: CWS getpivotdata (1.27.54); FILE MERGED 2007/04/19 17:54:55 nn 1.27.54.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c82a4cec37de2fd8832b265e49a88fe793aef6c7]

        INTEGRATION: CWS getpivotdata (1.12.174); FILE MERGED 2007/06/13 10:52:38 nn 1.12.174.6: RESYNC: (1.13-1.14); FILE MERGED 2007/05/09 09:40:49 nn 1.12.174.5: #i45843# warning in product build 2007/05/04 16:25:26 nn 1.12.174.4: #i45843# GETPIVOTDATA: manual subtotals 2007/04/27 16:31:54 nn 1.12.174.3: #i45843# GETPIVOTDATA: alternative syntax 2007/04/23 08:57:48 nn 1.12.174.2: RESYNC: (1.12-1.13); FILE MERGED 2007/04/19 17:54:55 nn 1.12.174.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9188b8b16dfa078bd626a368befd29979417826f]

        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>  [b1aab1280d10b2bb1f57c9bca35fc66098dac806]

        INTEGRATION: CWS getpivotdata (1.19.174); FILE MERGED 2007/05/03 17:50:44 nn 1.19.174.4: #i45843# GETPIVOTDATA alternative syntax: parse function names 2007/04/27 16:31:54 nn 1.19.174.3: #i45843# GETPIVOTDATA: alternative syntax 2007/04/23 08:57:40 nn 1.19.174.2: RESYNC: (1.19-1.20); FILE MERGED 2007/04/19 17:54:55 nn 1.19.174.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [703e5cd716a6adb19d31113af522d0bf4ba13b94]

        INTEGRATION: CWS getpivotdata (1.33.50); FILE MERGED 2007/06/13 10:51:47 nn 1.33.50.3: RESYNC: (1.34-1.35); FILE MERGED 2007/04/23 08:55:35 nn 1.33.50.2: RESYNC: (1.33-1.34); FILE MERGED 2007/04/19 17:54:55 nn 1.33.50.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [55d3465736e9f8e7c04714aebab6db240defc624]

        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>  [6dfa35f9e859c7a2c361d0119099e1ddb82bd826]

        INTEGRATION: CWS getpivotdata (1.10.182); FILE MERGED 2007/04/19 17:54:54 nn 1.10.182.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd89e5d87c5bb4b51ade43d8fe1673173babfb2a]

        INTEGRATION: CWS getpivotdata (1.15.110); FILE MERGED 2007/04/19 17:54:54 nn 1.15.110.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2d53dbbe83d63e277ce763dbc32f2335febbdc5]

        INTEGRATION: CWS smarttags3 (1.48.22); FILE MERGED 2007/05/25 11:57:17 fme 1.48.22.4: RESYNC: (1.49-1.50); FILE MERGED 2007/05/24 07:35:43 fme 1.48.22.3: #i75130# New smrt tag API - resync - move libs 2007/05/22 14:34:24 fme 1.48.22.2: RESYNC: (1.48-1.49); FILE MERGED 2007/04/17 08:29:58 fme 1.48.22.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35fa6ea0c5579d89685dd1690aef1d2ec5e10be5]

        INTEGRATION: CWS getpivotdata (1.7.382); FILE MERGED 2007/05/03 17:51:35 nn 1.7.382.3: #i45843# GETPIVOTDATA alternative syntax: parse function names 2007/04/27 16:31:40 nn 1.7.382.2: #i45843# GETPIVOTDATA: alternative syntax 2007/04/19 17:54:54 nn 1.7.382.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae338bc6d29c5de095af729f9baecbb37e32bd2]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/26 12:43:22 fme 1.1.2.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [542de33140f2a1384bd7dc3e7af274d853949462]

        INTEGRATION: CWS getpivotdata (1.11.372); FILE MERGED 2007/04/27 16:31:40 nn 1.11.372.2: #i45843# GETPIVOTDATA: alternative syntax 2007/04/19 17:54:54 nn 1.11.372.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e04af1492ed51b6d1655a7e5ce9170fce9a2ee]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/06/05 07:57:27 fme 1.1.2.6: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/29 07:19:17 fme 1.1.2.5: #i75130# New smart tag API - warning eliminated 2007/05/11 14:59:32 fme 1.1.2.4: #i75130# New smart tag API 2007/05/04 14:18:34 fme 1.1.2.3: #i75130# New smart tag API - listener registration 2007/05/02 08:11:47 fme 1.1.2.2: #i75130# New smart tag API 2007/04/26 12:43:51 fme 1.1.2.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a8703e3427556deda5cf6e5a69b758f402bea41]

        INTEGRATION: CWS getpivotdata (1.97.12); FILE MERGED 2007/06/13 10:47:55 nn 1.97.12.4: RESYNC: (1.99-1.100); FILE MERGED 2007/05/08 17:06:29 nn 1.97.12.3: RESYNC: (1.98-1.99); FILE MERGED 2007/04/23 08:48:27 nn 1.97.12.2: RESYNC: (1.97-1.98); FILE MERGED 2007/04/19 17:54:54 nn 1.97.12.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b4b7b495076f2f7168c8a8f3607eaeb07010566]

        INTEGRATION: CWS smarttags3 (1.39.810); FILE MERGED 2007/04/27 08:29:48 fme 1.39.810.2: RESYNC: (1.39-1.40); FILE MERGED 2007/04/26 12:28:52 fme 1.39.810.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f990cccfca6dad0d802654c8c436d6116f1b3c0]

        INTEGRATION: CWS getpivotdata (1.13.110); FILE MERGED 2007/04/19 17:54:53 nn 1.13.110.1: #i45843# add function GETPIVOTDATA

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcbf1038ed527284bab1109799a967d21a3cc009]

        INTEGRATION: CWS smarttags3 (1.4.830); FILE MERGED 2007/05/23 17:43:17 fme 1.4.830.2: #i75130# New Smart TagAPI - resync 2007/05/11 14:59:11 fme 1.4.830.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [05a089f0f52e22928301ed74b909e2452a21e86f]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/06/05 07:54:44 fme 1.1.2.4: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/23 13:49:04 fme 1.1.2.3: #i75130# New smart tag API - resync 2007/05/14 12:23:28 fme 1.1.2.2: #i75130# New smart tag API 2007/05/11 14:58:12 fme 1.1.2.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [df96a12d28413736bb09d1362755f95b8fcde68d]

        INTEGRATION: CWS smarttags3 (1.16.274); FILE MERGED 2007/05/23 12:33:20 fme 1.16.274.2: #i75130# New smart tag API - new smart tag item 2007/05/11 14:59:58 fme 1.16.274.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6bb8127279cbdcdbb599460cdbbe7074ce8b82]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/11 14:58:27 fme 1.1.2.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcd85f334daa09f5acf6c73dcf7baca0936ecf12]

        INTEGRATION: CWS smarttags3 (1.6.306); FILE MERGED 2007/05/04 14:18:34 fme 1.6.306.3: #i75130# New smart tag API - listener registration 2007/04/26 12:36:40 fme 1.6.306.2: #i75130# New Smarttag API 2007/04/17 08:29:25 fme 1.6.306.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f73097b21cbf0267f404fc1950f62f6b82de9e]

        INTEGRATION: CWS smarttags3 (1.10.276); FILE MERGED 2007/05/22 13:59:01 fme 1.10.276.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/26 12:31:39 fme 1.10.276.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b257f03e68b087317c14da8f40b6648c5449fcf0]

        INTEGRATION: CWS smarttags3 (1.9.308); FILE MERGED 2007/04/27 08:04:29 fme 1.9.308.3: RESYNC: (1.9-1.10); FILE MERGED 2007/04/26 12:31:39 fme 1.9.308.2: #i75130# New Smarttag API 2007/04/16 12:27:36 fme 1.9.308.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [70febfbd4b9bcad421a3a8c8954111b8af5d1a27]

        INTEGRATION: CWS smarttags3 (1.6.172); FILE MERGED 2007/04/27 13:13:10 fme 1.6.172.3: #i75130# New SmartTag API 2007/04/26 12:31:39 fme 1.6.172.2: #i75130# New Smarttag API 2007/04/16 12:27:36 fme 1.6.172.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [286032060918b463dcd420a5c1f0241d3eb1651e]

        INTEGRATION: CWS smarttags3 (1.3.830); FILE MERGED 2007/04/16 12:27:36 fme 1.3.830.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2cd40f4ccdab84c28257321157b4e0699d42f02]

        INTEGRATION: CWS smarttags3 (1.16.172); FILE MERGED 2007/05/23 12:51:15 fme 1.16.172.8: #i75130# New smart tag API - resync 2007/05/22 13:48:54 fme 1.16.172.7: RESYNC: (1.16-1.17); FILE MERGED 2007/05/14 06:50:10 fme 1.16.172.6: #i75130# New Smart Tag API 2007/05/11 15:01:05 fme 1.16.172.5: #i75130# New smart tag API 2007/05/04 14:18:34 fme 1.16.172.4: #i75130# New smart tag API - listener registration 2007/04/27 12:10:37 fme 1.16.172.3: #i75130# New smart tag API - newline at file end added 2007/04/26 12:31:39 fme 1.16.172.2: #i75130# New Smarttag API 2007/04/16 12:27:35 fme 1.16.172.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e16aa998f3c1eeb3bc61c178aa3a31e8ef18405]

        INTEGRATION: CWS smarttags3 (1.28.832); FILE MERGED 2007/05/11 15:06:42 fme 1.28.832.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f816657e334710f52ee35f7ffa2e459a78ec8400]

        INTEGRATION: CWS smarttags3 (1.70.148); FILE MERGED 2007/05/11 15:06:42 fme 1.70.148.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1df14575a600be11715ffb926d935c02fa49d241]

        INTEGRATION: CWS smarttags3 (1.122.168); FILE MERGED 2007/05/25 11:52:09 fme 1.122.168.5: RESYNC: (1.125-1.126); FILE MERGED 2007/05/22 13:46:52 fme 1.122.168.4: RESYNC: (1.123-1.125); FILE MERGED 2007/05/11 15:05:59 fme 1.122.168.3: #i75130# New smart tag API 2007/04/16 18:43:53 fme 1.122.168.2: RESYNC: (1.122-1.123); FILE MERGED 2007/04/16 12:26:22 fme 1.122.168.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a578d11a18770bde8ae34413ca95f125d52cbf18]

        INTEGRATION: CWS smarttags3 (1.24.210); FILE MERGED 2007/04/16 12:26:22 fme 1.24.210.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [69efa87c1779d56354ba73562d186655cd9d06fa]

        INTEGRATION: CWS smarttags3 (1.2.14); FILE MERGED 2007/05/04 14:18:20 fme 1.2.14.3: #i75130# New smart tag API - listener registration 2007/04/26 12:26:50 fme 1.2.14.2: #i75130# New Smarttag API 2007/04/17 08:32:26 fme 1.2.14.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f0b3c556f77ffed9947dacb93cd543191865c0c]

        INTEGRATION: CWS smarttags3 (1.2.14); FILE MERGED 2007/05/11 15:03:45 fme 1.2.14.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d413ac78a8f6c93fe9782e1a7e368d93decefc3d]

        INTEGRATION: CWS smarttags3 (1.2.14); FILE MERGED 2007/05/25 11:51:04 fme 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2007/04/17 08:32:00 fme 1.2.14.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c3b0a8d387243e1839b7fdbe5f271152d864a2d]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/06/05 07:51:39 fme 1.1.2.6: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/11 15:02:54 fme 1.1.2.5: #i75130# New smart tag API 2007/05/04 14:18:20 fme 1.1.2.4: #i75130# New smart tag API - listener registration 2007/05/02 08:11:31 fme 1.1.2.3: #i75130# New smart tag API 2007/04/26 12:26:50 fme 1.1.2.2: #i75130# New Smarttag API 2007/04/17 06:04:05 fme 1.1.2.1: #i75130# Moved to svx/inc/svx

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ea65242621807cfd92510300d4d407c3e67cbc]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/11 14:57:50 fme 1.1.2.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [656f1f330904527bc0cdca74b044a373971d455a]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/11 14:57:36 fme 1.1.2.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3253d73c28ea9f9aad673ee03cd4b8e526b58863]

        INTEGRATION: CWS smarttags3 (1.3.832); FILE MERGED 2007/04/26 12:26:59 fme 1.3.832.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [178b0edf48d3d3c6cc83e907bc04bb0bb8514892]

        INTEGRATION: CWS smarttags3 (1.71.76); FILE MERGED 2007/05/25 11:50:14 fme 1.71.76.2: RESYNC: (1.71-1.72); FILE MERGED 2007/04/17 08:31:24 fme 1.71.76.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5ee4d560ddd59e31d60353bb5d00e32216f7f39]

        INTEGRATION: CWS smarttags3 (1.8.18); FILE MERGED 2007/05/11 15:02:17 fme 1.8.18.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c11d7f9ed689672182620a04b0401a423ceae020]

        INTEGRATION: CWS smarttags3 (1.41.48); FILE MERGED 2007/04/16 12:36:32 fme 1.41.48.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b95f526140323ac8975c567dd1d65c54df9e91]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/26 12:09:18 fme 1.1.2.2: #i75130# New Smarttag API 2007/04/16 12:36:18 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa2909ffaca3e6a8d6331c72d516732f8de5847]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/26 12:09:17 fme 1.1.2.2: #i75130# New Smarttag API 2007/04/16 12:36:06 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef1a0e325d9f5bd2fbf25cd1c470e201e32d9de0]

        INTEGRATION: CWS smarttags3 (1.2.30); FILE MERGED 2007/04/16 12:35:15 fme 1.2.30.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66429941233c6c06eceafec41625f1db0ae0b7d1]

        INTEGRATION: CWS smarttags3 (1.2.30); FILE MERGED 2007/06/05 07:31:51 fme 1.2.30.4: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/16 14:32:54 fme 1.2.30.3: #i75130# New smart tag API - documentation 2007/04/26 12:09:04 fme 1.2.30.2: #i75130# New Smarttag API 2007/04/16 12:34:56 fme 1.2.30.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1f0e0c5393d13925800dea042c6bda196d09fc]

        INTEGRATION: CWS smarttags3 (1.2.30); FILE MERGED 2007/06/05 07:31:51 fme 1.2.30.4: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/24 13:57:04 fme 1.2.30.3: #i75130# New smart tag API - typo 2007/04/26 12:09:03 fme 1.2.30.2: #i75130# New Smarttag API 2007/04/16 12:34:46 fme 1.2.30.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30eefc5c7029002c3017c558d16e80bc6d1a7121]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/26 12:09:03 fme 1.1.2.2: #i75130# New Smarttag API 2007/04/16 12:34:15 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a3181f8b63168f5aefdccdea61fb0b315f6adcd]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/16 12:34:05 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [172cfa4d7ca7e1ba897861c71dd793fb566e74d7]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/16 12:33:53 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [127d052d2ed3bd217ed5396bf7e2d4fcd4fb89e7]

        INTEGRATION: CWS sb70 (1.58.4); FILE MERGED 2007/06/05 14:03:29 sb 1.58.4.1: #i76106# Additional rtl::OUString ASCII functions.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3b4b47f89f91e0a1d967a4808b617b8638e4131]

        INTEGRATION: CWS smarttags3 (1.2.1230); FILE MERGED 2007/04/27 13:10:14 fme 1.2.1230.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47ba09d57b8e8ee5a0fcc1b847804b8321e5091b]

        INTEGRATION: CWS smarttags3 (1.12.660); FILE MERGED 2007/04/26 13:16:23 fme 1.12.660.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc22d4f7530bd466b97ddf953810d72ccf5c3f14]

        INTEGRATION: CWS smarttags3 (1.39.20); FILE MERGED 2007/05/12 06:31:07 fme 1.39.20.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb7c122fdc95aaf82bd6e8ae81cc9ffb7a9a4c2]

        INTEGRATION: CWS smarttags3 (1.3.678); FILE MERGED 2007/05/12 06:31:07 fme 1.3.678.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [525d5c481214dbd2b81ddd6e01a6b848a2d7853e]

        INTEGRATION: CWS smarttags3 (1.11.190); FILE MERGED 2007/05/22 13:25:13 fme 1.11.190.2: RESYNC: (1.11-1.12); FILE MERGED 2007/05/12 06:31:07 fme 1.11.190.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d847f4e0bb9db6798303759485cfdd6db1e74663]

        INTEGRATION: CWS sb70 (1.5.36); FILE MERGED 2007/06/04 13:02:07 sb 1.5.36.1: #i76957# Added OpenOffice.org-minimal-version dependency attribute.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c923842bea1c0d3b9fabe9af298bc956f4fa8789]

        INTEGRATION: CWS smarttags3 (1.28.190); FILE MERGED 2007/04/26 13:16:22 fme 1.28.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1cb2f2070388957a41f27c55a086aa0289c56a]

        INTEGRATION: CWS smarttags3 (1.9.190); FILE MERGED 2007/04/26 13:16:22 fme 1.9.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbccf15136d46028f267613a0743aa71025f6ef8]

        INTEGRATION: CWS smarttags3 (1.29.70); FILE MERGED 2007/05/22 13:23:21 fme 1.29.70.4: RESYNC: (1.29-1.31); FILE MERGED 2007/05/12 06:31:27 fme 1.29.70.3: #i75130# New smart tag API 2007/04/26 13:16:22 fme 1.29.70.2: #i75130# New Smarttag API 2007/03/05 13:55:26 fme 1.29.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [556f25200f9e34b30ff2806fa1e20c3fe6d68fe1]

        INTEGRATION: CWS sb70 (1.3.88); FILE MERGED 2007/06/04 12:57:06 sb 1.3.88.2: #i76957# Fixed regression introduced in 1.3. 2007/03/13 15:19:15 sb 1.3.88.1: #i75352# Do not use toInt64 to avoid overflow problems.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f629eb9888089c2a18b0ab2ce1bf09a8bf36b01]

        INTEGRATION: CWS smarttags3 (1.70.98); FILE MERGED 2007/05/22 13:23:03 fme 1.70.98.2: RESYNC: (1.70-1.72); FILE MERGED 2007/04/26 13:16:22 fme 1.70.98.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a8768d1e600fe80d2d3d14fc6e56bc61c3fb92a]

        INTEGRATION: CWS sb70 (1.3.36); FILE MERGED 2007/06/04 13:02:06 sb 1.3.36.1: #i76957# Added OpenOffice.org-minimal-version dependency attribute.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [88f25e34c8fe1d36756625f50a36441d57b52c4a]

        INTEGRATION: CWS smarttags3 (1.20.190); FILE MERGED 2007/05/22 13:22:54 fme 1.20.190.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/26 13:16:22 fme 1.20.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f4add0064c647c733f07d8673bec6f1c108b124]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/03/13 15:21:34 sb 1.1.2.1: #i75352# Unit tests.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2ed8f1d4c6a0955446ae2fc17c865dc54bac119]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/06/05 14:18:34 sb 1.1.2.2: #i75352# Fixed regression. 2007/03/13 15:21:19 sb 1.1.2.1: #i75352# Unit tests.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [83aa56a70b9650711a27aedd5fd4e1555550c026]

        INTEGRATION: CWS smarttags3 (1.2.70); FILE MERGED 2007/05/12 06:31:52 fme 1.2.70.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [625b6594f58bb31299faf1f9cd4dd7d3aa41cba7]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/03/13 15:21:05 sb 1.1.2.1: #i75352# Unit tests.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b96e42d4cb7ee3d65e5eee98b82e90a3c16c6c82]

        INTEGRATION: CWS smarttags3 (1.2.70); FILE MERGED 2007/06/05 08:17:34 fme 1.2.70.9: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/23 14:26:51 fme 1.2.70.8: #i75130# New smart tag API - resync 2007/05/14 12:19:14 fme 1.2.70.7: #i75130# New smart tag API 2007/05/12 06:31:52 fme 1.2.70.6: #i75130# New smart tag API 2007/05/02 08:25:49 fme 1.2.70.5: #i75130# New smart tag API 2007/05/02 07:55:26 fme 1.2.70.4: #i75130# New smart tag API 2007/04/26 13:16:21 fme 1.2.70.3: #i75130# New Smarttag API 2007/04/16 12:13:23 fme 1.2.70.2: #i75130# New Smart Tag API 2007/03/05 13:55:26 fme 1.2.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [910b2c1ec4afb786b80a5c10431fa5eb77df50d6]

        INTEGRATION: CWS smarttags3 (1.54.12); FILE MERGED 2007/06/11 10:36:49 fme 1.54.12.3: #i75130# New smart tag API 2007/05/22 13:19:51 fme 1.54.12.2: RESYNC: (1.54-1.56); FILE MERGED 2007/05/12 06:35:23 fme 1.54.12.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9586e8db41db3450deb8f9b88a81a0fe44e54338]

        INTEGRATION: CWS sb70 (1.5.86); FILE MERGED 2007/06/08 12:04:06 sb 1.5.86.2: #i78213# After some thought, removed the redundant extern C around function definition again. 2007/06/08 11:53:35 sb 1.5.86.1: #i78213# Missing extern C stuff.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b278b3380d9479898cf43696ba1fe11f66658a5b]

        INTEGRATION: CWS smarttags3 (1.24.190); FILE MERGED 2007/05/22 13:19:00 fme 1.24.190.2: RESYNC: (1.24-1.25); FILE MERGED 2007/05/12 06:35:23 fme 1.24.190.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [07daa54321dda508cdc0cc1c7523b58292aa46c6]

        INTEGRATION: CWS sb70 (1.26.4); FILE MERGED 2007/06/05 14:03:29 sb 1.26.4.3: #i76106# Additional rtl::OUString ASCII functions. 2007/06/04 10:15:54 sb 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2007/04/16 08:09:50 sb 1.26.4.1: #i76322# Gracefully handle rtl_uString_intern with newStr = str (patch by mmeeks).

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd09e2f2c0e180e7180d38c885a517b00d49cc61]

        INTEGRATION: CWS smarttags3 (1.49.12); FILE MERGED 2007/05/22 13:11:13 fme 1.49.12.2: RESYNC: (1.49-1.50); FILE MERGED 2007/04/26 13:16:21 fme 1.49.12.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c2b88c37c2f0d336735efe770a4f7c7da7efd5]

        INTEGRATION: CWS sb70 (1.9.4); FILE MERGED 2007/06/21 07:11:10 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2007/06/05 14:03:28 sb 1.9.4.1: #i76106# Additional rtl::OUString ASCII functions.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d28067953e039ed3e6d1fc51ae4090eaed38dde6]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/03/30 11:04:07 sb 1.1.2.1: #i74137# osl::Thread destruction test.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b2a7d4b311cfc81422adfea877781509e76df5]

        INTEGRATION: CWS smarttags3 (1.12.20); FILE MERGED 2007/05/12 06:37:18 fme 1.12.20.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1b62f029ff2b18f0bc0e1015ddbbfe231774351]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/03/30 11:03:52 sb 1.1.2.1: #i74137# osl::Thread destruction test.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c94b4aadb718ac8556221a0198634a40eb2d417]

        INTEGRATION: CWS smarttags3 (1.2.70); FILE MERGED 2007/05/12 06:37:18 fme 1.2.70.3: #i75130# New smart tag API 2007/04/16 12:13:12 fme 1.2.70.2: #i75130# New Smart Tag API 2007/03/05 13:55:26 fme 1.2.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c301964e896a59204d7ca6e97ff0296186dabb1]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/03/30 11:03:37 sb 1.1.2.1: #i74137# osl::Thread destruction test.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c92ca9cfb9303015236b6dc26135fde8d290891]

        INTEGRATION: CWS smarttags3 (1.20.118); FILE MERGED 2007/05/22 13:06:59 fme 1.20.118.3: RESYNC: (1.20-1.21); FILE MERGED 2007/05/12 06:39:23 fme 1.20.118.2: #i75130# New smart tag API 2007/04/26 13:16:20 fme 1.20.118.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9a22c3e284a06090e1d84ab7b39f7d58a55b39]

        INTEGRATION: CWS sb70 (1.28.120); FILE MERGED 2007/03/21 14:17:51 sb 1.28.120.1: #i75356# Cleaned up null checks.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [28d0418bf7cd6e22b2e9ba0501d3ac86a30c5571]

        INTEGRATION: CWS smarttags3 (1.140.70); FILE MERGED 2007/06/11 20:08:23 fme 1.140.70.6: #i75130# New Smart Tag API 2007/05/22 13:06:51 fme 1.140.70.5: RESYNC: (1.140-1.141); FILE MERGED 2007/05/12 06:39:23 fme 1.140.70.4: #i75130# New smart tag API 2007/04/26 13:16:20 fme 1.140.70.3: #i75130# New Smarttag API 2007/04/16 12:11:06 fme 1.140.70.2: #i75130# New Smart Tag API 2007/03/05 13:55:25 fme 1.140.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bffd1d91d52d09d3f2afe0d3a09897d181dfbf3]

        INTEGRATION: CWS sb70 (1.28.4); FILE MERGED 2007/06/05 14:03:28 sb 1.28.4.1: #i76106# Additional rtl::OUString ASCII functions.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [25fb4be9ccda8ffd03851dbcd30b02697a3b71e4]

        INTEGRATION: CWS smarttags3 (1.45.604); FILE MERGED 2007/05/22 10:10:50 fme 1.45.604.3: #i75130# New smart tag API - string correction 2007/04/27 07:11:43 fme 1.45.604.2: RESYNC: (1.45-1.46); FILE MERGED 2007/04/26 13:16:20 fme 1.45.604.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [17614a730d29b06dd42f00f4f2776d13950eb551]

        INTEGRATION: CWS sb70 (1.18.4); FILE MERGED 2007/06/05 14:03:28 sb 1.18.4.1: #i76106# Additional rtl::OUString ASCII functions.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ae175211773d89709f705105351f87a26ce840e]

        INTEGRATION: CWS smarttags3 (1.7.678); FILE MERGED 2007/04/26 13:16:20 fme 1.7.678.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d295c69d5f64e57383b4e0617cfac2ecc74e2390]

        INTEGRATION: CWS sb70 (1.9.2); FILE MERGED 2007/03/21 14:17:50 sb 1.9.2.1: #i75356# Cleaned up null checks.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cada7e46bea6b6ade51a801a79684fd4a5df557]

        INTEGRATION: CWS smarttags3 (1.26.190); FILE MERGED 2007/05/12 06:39:52 fme 1.26.190.2: #i75130# New smart tag API 2007/04/26 13:16:19 fme 1.26.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3241df9861d619de57021c060cb2b252e5ce774]

        INTEGRATION: CWS smarttags3 (1.56.190); FILE MERGED 2007/05/25 11:18:07 fme 1.56.190.4: RESYNC: (1.58-1.59); FILE MERGED 2007/05/22 12:59:45 fme 1.56.190.3: RESYNC: (1.56-1.58); FILE MERGED 2007/05/12 06:40:28 fme 1.56.190.2: #i75130# New smart tag API 2007/04/26 13:16:19 fme 1.56.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f27489123cf0c4123028bf7a0c3aa6c36349462f]

        INTEGRATION: CWS smarttags3 (1.36.190); FILE MERGED 2007/05/22 12:59:38 fme 1.36.190.2: RESYNC: (1.36-1.38); FILE MERGED 2007/04/26 13:16:19 fme 1.36.190.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b49f06e66e0f7a84faba85cda3f480bed83bd312]

        INTEGRATION: CWS sb70 (1.3.48); FILE MERGED 2007/06/08 11:46:34 sb 1.3.48.1: #i78220# Missing include.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [838329b6c8dcddca9aa2f52e83d79d9081ffdff6]

        INTEGRATION: CWS smarttags3 (1.88.130); FILE MERGED 2007/05/23 17:03:40 fme 1.88.130.7: #i75130# New smart tag API - resync 2007/05/22 12:58:50 fme 1.88.130.6: RESYNC: (1.89-1.91); FILE MERGED 2007/05/12 06:41:04 fme 1.88.130.5: #i75130# New smart tag API 2007/05/04 14:21:01 fme 1.88.130.4: #i75130# New smart tag API - listener registration 2007/04/26 13:16:18 fme 1.88.130.3: #i75130# New Smarttag API 2007/04/16 15:08:45 fme 1.88.130.2: RESYNC: (1.88-1.89); FILE MERGED 2007/04/16 12:08:55 fme 1.88.130.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34b5a6affb7d00c30ae7478cd9d7f3c5aed0043a]

        INTEGRATION: CWS sb70 (1.14.32); FILE MERGED 2007/06/06 08:21:10 sb 1.14.32.1: #i66196# In Bootstrap.bootstrap, give up waiting for an soffice connection after 5 min.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [328e6e26e672b29b27c1ae48e90bbfb43338d94c]

        INTEGRATION: CWS smarttags3 (1.64.14); FILE MERGED 2007/04/26 13:16:18 fme 1.64.14.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [55d6da06b583043747f2de5be39dae847d627915]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/21 13:55:51 fme 1.1.2.6: #i75130# New Smart tag API - Ownership of conversion map is passed to SwXTextMarkup 2007/05/04 14:21:01 fme 1.1.2.5: #i75130# New smart tag API - listener registration 2007/04/27 14:39:15 fme 1.1.2.4: #i75130# New Smart Tag API 2007/04/26 13:21:20 fme 1.1.2.3: #i75130# New Smarttag API 2007/04/16 11:40:26 fme 1.1.2.2: #i75130# New Smart Tag API 2007/03/05 13:52:59 fme 1.1.2.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac0a38c9db5f3caec500140702de9ba03f811744]

        INTEGRATION: CWS sb70 (1.12.46); FILE MERGED 2007/06/05 15:24:12 sb 1.12.46.1: #i62080# Properly handle exceptions within dispose loops.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [feda085508b3cdca6d80bd48b7c2a5e355323be8]

        INTEGRATION: CWS smarttags3 (1.17.676); FILE MERGED 2007/05/25 11:15:56 fme 1.17.676.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/05 13:56:12 fme 1.17.676.1: #i75130# New API and implementation of smart tags

2007-06-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [1367a7461db78c551a50fb7ed32a16cd40af54e3]

        using cellPropsByCell for valign caused crash, needed break added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ebbdfec201017edc00e98c07da516761bf1c2dc]

        INTEGRATION: CWS sb70 (1.5.24); FILE MERGED 2007/06/05 08:17:25 sb 1.5.24.1: #i68624# Do not crash on adding NULL listeners.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [90541936128ee6ee53a2306026b7d1192979ee92]

        INTEGRATION: CWS smarttags3 (1.77.4); FILE MERGED 2007/06/05 09:04:58 fme 1.77.4.11: RESYNC: (1.77-1.78); FILE MERGED 2007/06/05 08:16:40 fme 1.77.4.10: #i76130# New Smart Tag API - Controller parameter added to a couple of functions 2007/05/21 13:55:43 fme 1.77.4.9: #i75130# New Smart tag API - Ownership of conversion map is passed to SwXTextMarkup 2007/05/04 14:21:01 fme 1.77.4.8: #i75130# New smart tag API - listener registration 2007/05/02 08:25:49 fme 1.77.4.7: #i75130# New smart tag API 2007/05/02 07:55:07 fme 1.77.4.6: #i75130# New smart tag API 2007/04/26 13:21:19 fme 1.77.4.5: #i75130# New Smarttag API 2007/04/16 11:34:25 fme 1.77.4.4: #i75130# SmartTags - New API 2007/03/06 15:19:47 fme 1.77.4.3: #i75130# Smart tags - iterate over language portions 2007/03/06 11:23:53 fme 1.77.4.2: #i75130# Smart tags continued 2007/03/05 13:56:11 fme 1.77.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8dc3cc0786a0c0244948095559240774f5a1bfe]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/06/05 15:25:21 sb 1.1.2.1: #i62080# Properly handle exceptions within dispose loops.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fc43ec0691a4522ec5535803118b925e9408027]

        INTEGRATION: CWS smarttags3 (1.8.190); FILE MERGED 2007/06/05 09:04:39 fme 1.8.190.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/16 11:30:27 fme 1.8.190.1: #i75130# SmartTags - New API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [34a38ce2911a5355019eb37371c42932907ffc47]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/06/05 15:25:08 sb 1.1.2.1: #i62080# Properly handle exceptions within dispose loops.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [172847a5839977da91ea9aab97efd01aa569ff19]

        INTEGRATION: CWS smarttags3 (1.69.4); FILE MERGED 2007/05/25 11:15:26 fme 1.69.4.3: RESYNC: (1.69-1.70); FILE MERGED 2007/04/16 11:34:25 fme 1.69.4.2: #i75130# SmartTags - New API 2007/03/05 13:56:11 fme 1.69.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e97fc8c9ac8cbd2529b04df1260e91938ba0666]

        INTEGRATION: CWS sb70 (1.1.2); FILE ADDED 2007/06/05 15:24:57 sb 1.1.2.1: #i62080# Properly handle exceptions within dispose loops.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [842e11b0534d4c80b48ff6d576f1c3384e1040d7]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/16 11:38:34 fme 1.1.2.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c7e727a7b58991aa42019ad8f51418d7bc25b5]

        INTEGRATION: CWS sb70 (1.4.24); FILE MERGED 2007/06/05 08:17:24 sb 1.4.24.1: #i68624# Do not crash on adding NULL listeners.

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c39e581b55e99a788e6d06a4d9c4d7d6e31b8f6b]

        INTEGRATION: CWS smarttags3 (1.9.110); FILE MERGED 2007/04/16 11:34:25 fme 1.9.110.1: #i75130# SmartTags - New API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ac9257c2fbf9a1d33a658e2db1b92ff4e58309]

        INTEGRATION: CWS smarttags3 (1.87.70); FILE MERGED 2007/05/14 07:48:10 fme 1.87.70.3: #i75130# New Smart Tag API 2007/05/12 06:43:17 fme 1.87.70.2: #i75130# New smart tag API 2007/04/26 13:21:19 fme 1.87.70.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f80252373b16cc14179a6f1b0504bbb795e5f762]

        INTEGRATION: CWS smarttags3 (1.10.4); FILE MERGED 2007/05/25 11:15:18 fme 1.10.4.4: RESYNC: (1.11-1.12); FILE MERGED 2007/05/22 12:47:08 fme 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2007/04/16 11:59:04 fme 1.10.4.2: #i75130# New Smart Tag API 2007/03/05 13:56:11 fme 1.10.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0f14b456902076f4b7e48191fcbfc6c0be20866]

        INTEGRATION: CWS smarttags3 (1.95.4); FILE MERGED 2007/05/25 11:15:11 fme 1.95.4.4: RESYNC: (1.96-1.97); FILE MERGED 2007/04/26 13:21:18 fme 1.95.4.3: #i75130# New Smarttag API 2007/04/16 14:19:35 fme 1.95.4.2: RESYNC: (1.95-1.96); FILE MERGED 2007/04/16 11:59:03 fme 1.95.4.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66106bd927ba49aecefb8667edcf0bafe896e170]

        INTEGRATION: CWS smarttags3 (1.74.4); FILE MERGED 2007/03/05 13:56:11 fme 1.74.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [faf47b7382c87e54e8c7124da94ead5ecd0ef591]

        INTEGRATION: CWS smarttags3 (1.109.4); FILE MERGED 2007/04/26 13:21:18 fme 1.109.4.3: #i75130# New Smarttag API 2007/04/16 11:59:03 fme 1.109.4.2: #i75130# New Smart Tag API 2007/03/05 13:56:11 fme 1.109.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6949927db76470b9c7540b92dcfee7944a7ba3cb]

        INTEGRATION: CWS smarttags3 (1.65.68); FILE MERGED 2007/05/04 14:21:00 fme 1.65.68.4: #i75130# New smart tag API - listener registration 2007/04/26 13:21:17 fme 1.65.68.3: #i75130# New Smarttag API 2007/04/16 14:15:50 fme 1.65.68.2: RESYNC: (1.65-1.66); FILE MERGED 2007/04/16 11:56:18 fme 1.65.68.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [061f37dcc67af166ea58e80eb0b2b3f2dadfbde9]

        INTEGRATION: CWS smarttags3 (1.5.4); FILE MERGED 2007/04/16 12:05:24 fme 1.5.4.2: #i75130# New Smart Tag API 2007/03/05 13:56:10 fme 1.5.4.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [49a41138ad958aebfb5de77120a4c5ec2a5aa280]

        INTEGRATION: CWS smarttags3 (1.23.70); FILE MERGED 2007/05/22 12:39:04 fme 1.23.70.4: RESYNC: (1.23-1.25); FILE MERGED 2007/04/26 13:21:17 fme 1.23.70.3: #i75130# New Smarttag API 2007/04/16 12:06:40 fme 1.23.70.2: #i75130# New Smart Tag API 2007/03/05 13:56:10 fme 1.23.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da3fc8c1fcd011cecd1b27087e2bf10b20876ec3]

        INTEGRATION: CWS smarttags3 (1.12.190); FILE MERGED 2007/05/12 06:42:18 fme 1.12.190.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d93e3fd996e4db22f0e8abc58fea6f5d7cac31]

        INTEGRATION: CWS smarttags3 (1.54.66); FILE MERGED 2007/05/22 12:35:20 fme 1.54.66.3: RESYNC: (1.54-1.55); FILE MERGED 2007/05/04 14:21:00 fme 1.54.66.2: #i75130# New smart tag API - listener registration 2007/04/26 13:21:16 fme 1.54.66.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ef9841743c6a074e2243ca8878570ae3f64659]

        INTEGRATION: CWS smarttags3 (1.19.98); FILE MERGED 2007/05/22 12:34:53 fme 1.19.98.2: RESYNC: (1.19-1.20); FILE MERGED 2007/04/26 13:21:16 fme 1.19.98.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e6e4d68ccf25bd5a82fc4d18a58abe24e0bbbb3]

        INTEGRATION: CWS smarttags3 (1.62.58); FILE MERGED 2007/05/22 12:34:46 fme 1.62.58.3: RESYNC: (1.62-1.63); FILE MERGED 2007/05/12 06:41:46 fme 1.62.58.2: #i75130# New smart tag API 2007/04/26 13:21:16 fme 1.62.58.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2307acb6ce6a132752b1031369f97cf7bc223ff]

        INTEGRATION: CWS smarttags3 (1.5.678); FILE MERGED 2007/05/04 14:21:00 fme 1.5.678.1: #i75130# New smart tag API - listener registration

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [173892e65897f18a9151e24087e92a35a35decda]

        INTEGRATION: CWS smarttags3 (1.58.70); FILE MERGED 2007/06/11 20:08:02 fme 1.58.70.7: #i75130# New Smart Tag API 2007/05/22 12:34:29 fme 1.58.70.6: RESYNC: (1.59-1.60); FILE MERGED 2007/05/04 14:21:00 fme 1.58.70.5: #i75130# New smart tag API - listener registration 2007/05/02 08:25:49 fme 1.58.70.4: #i75130# New smart tag API 2007/04/26 13:21:15 fme 1.58.70.3: #i75130# New Smarttag API 2007/04/16 14:02:23 fme 1.58.70.2: RESYNC: (1.58-1.59); FILE MERGED 2007/04/16 12:04:27 fme 1.58.70.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9a011a2b1e39ecf34e82aba617361ca92dc0f84]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/04 14:20:39 fme 1.1.2.1: #i75130# New smart tag API - listener registration

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee2ab3ee1c6c7e02dec0bf82316d87ea279f41a6]

        INTEGRATION: CWS smarttags3 (1.11.68); FILE MERGED 2007/05/22 12:33:11 fme 1.11.68.3: RESYNC: (1.12-1.13); FILE MERGED 2007/04/16 14:01:02 fme 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2007/04/16 11:57:32 fme 1.11.68.1: #i75130# New Smart Tag API

2007-06-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [26a792a11eb822588a3102ee41f4b9f1ca5edb73]

        CT_Tc: get the order right

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [aebbc01b018d950b4236c455c16c0b8ba6a75f2d]

        INTEGRATION: CWS smarttags3 (1.130.20); FILE MERGED 2007/04/27 13:10:01 fme 1.130.20.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6beef2a742a28bb51f62dbf00818a6f99ddd27]

        INTEGRATION: CWS smarttags3 (1.65.86); FILE MERGED 2007/04/27 13:10:01 fme 1.65.86.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc7b4928ac1266bbc2c810a52c7c28496fc051b0]

        INTEGRATION: CWS smarttags3 (1.29.284); FILE MERGED 2007/04/27 13:10:01 fme 1.29.284.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed033ff0275fdef608cfa15c4acaa566677173b9]

        INTEGRATION: CWS smarttags3 (1.37.16); FILE MERGED 2007/05/12 06:45:08 fme 1.37.16.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [326f09fe04af19cdf4dd5f3ba8e6fa602ffda9f9]

        INTEGRATION: CWS smarttags3 (1.20.64); FILE MERGED 2007/05/25 11:11:19 fme 1.20.64.2: RESYNC: (1.20-1.21); FILE MERGED 2007/04/17 08:46:24 fme 1.20.64.1: #i75130# New Smart Tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcbab5a62b07c77e5a90607a8b3d68e3c1df7267]

        INTEGRATION: CWS smarttags3 (1.24.210); FILE MERGED 2007/04/27 13:08:17 fme 1.24.210.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2979d15d6771c8ac0fcd867a9669dddd9b228bf1]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/21 13:55:29 fme 1.1.2.4: #i75130# New Smart tag API - Ownership of conversion map is passed to SwXTextMarkup 2007/04/27 13:08:17 fme 1.1.2.3: #i75130# New SmartTag API 2007/04/16 11:14:58 fme 1.1.2.2: #i75130# SmartTags - New API 2007/03/05 13:51:40 fme 1.1.2.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff44e3048f1342e098ad5ec8737857477165ee22]

        INTEGRATION: CWS smarttags3 (1.28.210); FILE MERGED 2007/05/22 12:31:33 fme 1.28.210.2: RESYNC: (1.28-1.29); FILE MERGED 2007/04/27 13:08:17 fme 1.28.210.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ed4d7c2870223c11e4c662bf8368cf27e855298]

        INTEGRATION: CWS smarttags3 (1.5.210); FILE MERGED 2007/04/27 13:08:16 fme 1.5.210.1: #i75130# New SmartTag API

2007-06-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [7146b0b6887df321dbd0affd72c8e2c34fe4534a]

        fall back to xstzName1 if xstzName is empty

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b11b7f78cbbec18949326d506f7a9d02f24c5c1]

        INTEGRATION: CWS smarttags3 (1.3.678); FILE MERGED 2007/05/12 06:30:24 fme 1.3.678.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [73380dd393e634d5695614e05cc806b0e2246f3d]

        INTEGRATION: CWS smarttags3 (1.47.70); FILE MERGED 2007/04/16 11:14:58 fme 1.47.70.2: #i75130# SmartTags - New API 2007/03/05 13:52:31 fme 1.47.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cb87357d9c4ce1e892bc9ce28d703792cdf967e]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/04/16 11:14:13 fme 1.1.2.1: #i75130# SmartTags - New API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9078be64b7a491b7942ec1f394ec243af73a5147]

        INTEGRATION: CWS smarttags3 (1.54.70); FILE MERGED 2007/05/25 11:08:04 fme 1.54.70.5: RESYNC: (1.55-1.56); FILE MERGED 2007/05/22 12:28:58 fme 1.54.70.4: RESYNC: (1.54-1.55); FILE MERGED 2007/04/27 13:08:16 fme 1.54.70.3: #i75130# New SmartTag API 2007/04/16 11:14:58 fme 1.54.70.2: #i75130# SmartTags - New API 2007/03/05 13:52:31 fme 1.54.70.1: #i75130# New API and implementation of smart tags

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ece10ff65acd120670f1022d43909efca55ab6b8]

        INTEGRATION: CWS smarttags3 (1.133.60); FILE MERGED 2007/06/05 08:57:56 fme 1.133.60.4: RESYNC: (1.135-1.136); FILE MERGED 2007/05/25 11:07:25 fme 1.133.60.3: RESYNC: (1.134-1.135); FILE MERGED 2007/05/22 12:26:47 fme 1.133.60.2: RESYNC: (1.133-1.134); FILE MERGED 2007/04/27 13:08:15 fme 1.133.60.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2288957f599b2f3688ddb8784063778c931699a]

        INTEGRATION: CWS smarttags3 (1.35.210); FILE MERGED 2007/05/22 12:28:07 fme 1.35.210.3: RESYNC: (1.35-1.36); FILE MERGED 2007/05/12 06:30:06 fme 1.35.210.2: #i75130# New smart tag API 2007/04/27 13:08:15 fme 1.35.210.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [50ea277bd22b1793f2c9e8cfb88f92f012f692e0]

        INTEGRATION: CWS smarttags3 (1.71.12); FILE MERGED 2007/04/27 13:08:14 fme 1.71.12.1: #i75130# New SmartTag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f150a921ad739a622407fc4f8a0b2e80fcbbdadf]

        INTEGRATION: CWS smarttags3 (1.1.2); FILE ADDED 2007/05/04 14:19:43 fme 1.1.2.2: #i75130# New smart tag API - listener registration 2007/04/16 11:14:32 fme 1.1.2.1: #i75130# SmartTags - New API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2454567beb7303d30aa5651aa13de7378c0b6685]

        INTEGRATION: CWS smarttags3 (1.28.334); FILE MERGED 2007/04/26 12:19:53 fme 1.28.334.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c2d168445234ecf62dd1f8dfe2c688bcf0cc509]

        INTEGRATION: CWS smarttags3 (1.130.16); FILE MERGED 2007/04/27 06:56:08 fme 1.130.16.2: RESYNC: (1.130-1.131); FILE MERGED 2007/04/26 12:19:52 fme 1.130.16.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [254826df53f9f43a4bf650c836aecfff3a06ca6b]

        INTEGRATION: CWS smarttags3 (1.55.10); FILE MERGED 2007/06/05 08:57:36 fme 1.55.10.2: RESYNC: (1.55-1.56); FILE MERGED 2007/05/11 14:41:56 fme 1.55.10.1: #i75130# New smart tag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba69c61018ae305267a61a47c6c3eda8ee5a3709]

        INTEGRATION: CWS smarttags3 (1.34.114); FILE MERGED 2007/04/27 06:48:28 fme 1.34.114.3: RESYNC: (1.34-1.35); FILE MERGED 2007/04/26 12:18:25 fme 1.34.114.2: #i75130# New Smarttag API 2007/04/26 12:11:34 fme 1.34.114.1: #i75130# New Smarttag API

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e4631b7da2fc4a2c21197180907ed60282d6e9d]

        INTEGRATION: CWS tl37 (1.27.168); FILE MERGED 2007/06/04 17:48:15 tl 1.27.168.2: RESYNC: (1.27-1.28); FILE MERGED 2007/02/08 09:23:01 tl 1.27.168.1: #i71092# save user-dictionaries right away when word is added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff1740418fd1b930a84fbc534acbf4a6515dcd19]

        INTEGRATION: CWS tl37 (1.23.132); FILE MERGED 2007/02/15 11:34:54 mba 1.23.132.1: #i73992#: GuessFilter must not use InteractionHandler automatically

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31d7efb392a1846d5ebb6c2f4f2ad46d160a1af2]

        INTEGRATION: CWS tl37 (1.66.94); FILE MERGED 2007/02/15 11:34:54 mba 1.66.94.1: #i73992#: GuessFilter must not use InteractionHandler automatically

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a5e80d89d3a38b0ce3dc17f59b461aac04504f]

        INTEGRATION: CWS tl37 (1.71.94); FILE MERGED 2007/02/15 11:34:54 mba 1.71.94.1: #i73992#: GuessFilter must not use InteractionHandler automatically

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48811f17c3e399ea231b0523d38116bf0c64946a]

        INTEGRATION: CWS tl37 (1.73.28); FILE MERGED 2007/04/11 15:54:35 tl 1.73.28.2: RESYNC: (1.73-1.74); FILE MERGED 2007/02/15 11:34:53 mba 1.73.28.1: #i73992#: GuessFilter must not use InteractionHandler automatically

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6be7549c6f6fb39a0b2da2627475d67442bc707]

        INTEGRATION: CWS tl37 (1.109.80); FILE MERGED 2007/04/11 15:51:38 tl 1.109.80.2: RESYNC: (1.109-1.110); FILE MERGED 2007/02/15 11:34:53 mba 1.109.80.1: #i73992#: GuessFilter must not use InteractionHandler automatically

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31c9aef87a771ce8f1584364af46a093f1b5f890]

        INTEGRATION: CWS tl37 (1.115.74); FILE MERGED 2007/02/01 10:09:54 tl 1.115.74.2: #i72349# detection of script type fixed 2007/02/01 10:09:05 tl 1.115.74.1: #i72349# detection of script type fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe804aefd0ddec8264403dc6747005e44306a59]

        INTEGRATION: CWS tl37 (1.114.180); FILE MERGED 2007/04/11 15:23:13 tl 1.114.180.2: RESYNC: (1.114-1.115); FILE MERGED 2007/02/01 10:09:05 tl 1.114.180.1: #i72349# detection of script type fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [343804393f87ebff3c3bdd1a9e677234c60be546]

        INTEGRATION: CWS tl37 (1.44.182); FILE MERGED 2007/02/08 09:32:53 tl 1.44.182.1: #i71092# save user-dictionaries right away when word is added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a3a7fcadfffbecf5c0ea617331e00f492d924ff]

        INTEGRATION: CWS tl37 (1.104.118); FILE MERGED 2007/06/04 21:10:42 tl 1.104.118.2: RESYNC: (1.104-1.105); FILE MERGED 2007/04/26 09:00:42 tl 1.104.118.1: #i74739# patch applied

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb9a0b1369d2a3600f4390b50c8d06ea1ac489cd]

        INTEGRATION: CWS tl37 (1.14.182); FILE MERGED 2007/06/04 20:13:03 tl 1.14.182.3: RESYNC: (1.15-1.17); FILE MERGED 2007/04/11 15:09:27 tl 1.14.182.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/08 09:32:53 tl 1.14.182.1: #i71092# save user-dictionaries right away when word is added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b12d2bf0d4a8a69da56cd7e49f96aeafd28b93]

        INTEGRATION: CWS tl37 (1.4.70); FILE MERGED 2007/04/11 15:01:26 tl 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/07 14:04:46 tl 1.4.70.1: #i74270# bad PRJNAMEs fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1d07a6f3e471a531dc4144cc6a1cd7b790c28e6]

        INTEGRATION: CWS tl37 (1.4.70); FILE MERGED 2007/04/11 14:59:21 tl 1.4.70.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/07 14:04:45 tl 1.4.70.1: #i74270# bad PRJNAMEs fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [18babc1266c53333d856ea8728d9648c2a9c90c1]

        INTEGRATION: CWS tl37 (1.70.76); FILE MERGED 2007/06/04 18:21:37 tl 1.70.76.2: RESYNC: (1.70-1.72); FILE MERGED 2007/02/06 09:57:31 tl 1.70.76.1: #i73992# SfxFilterMatcher::GuessFilter fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7518958d3f44bfadfd1b3f6f325680e96112ce36]

        INTEGRATION: CWS tl37 (1.10.656); FILE MERGED 2007/02/09 14:32:54 tl 1.10.656.1: #i71235# enable notification in SwContentViewConfig

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [270fbccfd4f00d6dd12c847bbb434c2ede99f17d]

        INTEGRATION: CWS tl37 (1.24.168); FILE MERGED 2007/06/04 17:23:00 tl 1.24.168.2: RESYNC: (1.24-1.26); FILE MERGED 2007/02/06 09:57:30 tl 1.24.168.1: #i73992# SfxFilterMatcher::GuessFilter fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [26487a48416fb8c63f3d91a2fdea8f6dbfbb8c04]

        INTEGRATION: CWS tl37 (1.31.168); FILE MERGED 2007/02/09 14:32:54 tl 1.31.168.1: #i71235# enable notification in SwContentViewConfig

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e577b72f22f8088407a9d2b6663d0cf2b9bee7b]

        INTEGRATION: CWS tl37 (1.99.76); FILE MERGED 2007/02/12 14:23:19 tl 1.99.76.1: #i55228# setAllPropertiesToDefault fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe6f228baa6e145b972df8c74f79519e2c469209]

        INTEGRATION: CWS tl37 (1.34.168); FILE MERGED 2007/06/04 15:41:34 tl 1.34.168.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/06 19:22:55 nn 1.34.168.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6abc2846f6d0c0cc04749272ac84b4db6ddf990a]

        INTEGRATION: CWS tl37 (1.99.102); FILE MERGED 2007/06/04 15:03:46 tl 1.99.102.3: RESYNC: (1.101-1.103); FILE MERGED 2007/04/11 13:39:25 tl 1.99.102.2: RESYNC: (1.99-1.101); FILE MERGED 2007/02/06 19:22:54 nn 1.99.102.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [674b939f95f12decb5ab3e61ed1dce54add350f1]

        INTEGRATION: CWS tl37 (1.14.70); FILE MERGED 2007/04/11 13:25:13 tl 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/06 19:22:53 nn 1.14.70.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e302b146ca08c5d05ed988c0488b7bb7e4c700]

        INTEGRATION: CWS tl37 (1.25.32); FILE MERGED 2007/04/11 13:01:35 tl 1.25.32.2: RESYNC: (1.25-1.27); FILE MERGED 2007/02/06 19:22:51 nn 1.25.32.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aab3e94b1d06ea2be8a228593ce100ce3b2c745]

        INTEGRATION: CWS tl37 (1.49.30); FILE MERGED 2007/06/04 14:36:16 tl 1.49.30.3: RESYNC: (1.51-1.54); FILE MERGED 2007/04/11 12:59:09 tl 1.49.30.2: RESYNC: (1.49-1.51); FILE MERGED 2007/02/06 19:22:50 nn 1.49.30.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff50f48d4f059dac7c77ee334bc498da160d0827]

        INTEGRATION: CWS tl37 (1.63.104); FILE MERGED 2007/06/04 14:35:38 tl 1.63.104.4: RESYNC: (1.64-1.65); FILE MERGED 2007/04/18 09:04:11 nn 1.63.104.3: #i73992# bApi is needed now 2007/04/11 12:58:14 tl 1.63.104.2: RESYNC: (1.63-1.64); FILE MERGED 2007/02/06 19:22:50 nn 1.63.104.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd242be4959db306624b46f3e67585b2be2a891c]

        INTEGRATION: CWS tl37 (1.67.104); FILE MERGED 2007/06/04 14:30:36 tl 1.67.104.3: RESYNC: (1.68-1.69); FILE MERGED 2007/04/11 12:48:02 tl 1.67.104.2: RESYNC: (1.67-1.68); FILE MERGED 2007/02/09 16:08:50 tl 1.67.104.1: #i69869# ctrl-x with autocompletion in use fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [043f997bd1834c027779ef6b4779f656923f059e]

        INTEGRATION: CWS tl37 (1.13.168); FILE MERGED 2007/04/11 12:36:47 tl 1.13.168.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/06 19:22:49 nn 1.13.168.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6c7f5024d99b6131d66b9efa7de146c7f9adb59]

        INTEGRATION: CWS tl37 (1.20.166); FILE MERGED 2007/04/11 12:09:12 tl 1.20.166.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/06 19:22:48 nn 1.20.166.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f13ab357342d4b600613c012b8f400703633a57]

        INTEGRATION: CWS tl37 (1.15.70); FILE MERGED 2007/04/11 11:34:38 tl 1.15.70.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/06 19:22:06 nn 1.15.70.1: #i74099# UseInteractionHandler moved out of GuessFilter

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fa844e55d4c5b30d213e5f917dcb6834536bd8]

        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>  [359a09166ea9e6298a836334aff8d70ea23afd3b]

        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>  [2740a4f0c2937c082e30fe1f468b9b73ae675aa2]

        INTEGRATION: CWS tl37 (1.34.44); FILE MERGED 2007/04/11 10:36:02 tl 1.34.44.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/06 09:30:53 tl 1.34.44.1: #i73992# SfxFilterMatcher::GuessFilter fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [78103a91babd419f48c60095ea3885835be63ca6]

        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>  [4d53cde36742278893a0a01901245056fe832356]

        INTEGRATION: CWS tl37 (1.45.6); FILE MERGED 2007/04/11 10:28:00 tl 1.45.6.2: RESYNC: (1.45-1.47); FILE MERGED 2007/02/06 09:30:52 tl 1.45.6.1: #i73992# SfxFilterMatcher::GuessFilter fixed

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f8f7ae16e807ba223383821af3eeb3cdf139a33]

        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>  [77e45e9f116ebe36f19e597cf63b407061a60221]

        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>  [1694b9bebf0fdb118c51c4ee855c40646fbe9911]

        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>  [1f04937e1dc4f71c14074edd15de9098a8312655]

        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>  [f6d09649a000bd7aace9a9a268da0957dfa28b50]

        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>  [25a589539997ef00d9e8b821158be3b64d069d90]

        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>  [952dcc17eb70a7100bc5e888551e9654749ebb83]

        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>  [15b304b1f565f3a7a99b4d95688ed260f5f30066]

        INTEGRATION: CWS tl37 (1.36.56); FILE MERGED 2007/06/04 13:20:41 tl 1.36.56.3: RESYNC: (1.37-1.38); FILE MERGED 2007/04/11 10:24:17 tl 1.36.56.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 15:41:39 tl 1.36.56.1: #i72576# check for unexpected end of stream added

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb71a3a5d82df192ec08287ed803031701e931ae]

        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>  [90d948d549d43c632f03190dd2e0755cf11638fd]

        INTEGRATION: CWS tl37 (1.86.32); FILE MERGED 2007/06/04 13:19:44 tl 1.86.32.2: RESYNC: (1.86-1.88); FILE MERGED 2007/02/08 07:49:25 tl 1.86.32.1: #i72498# replace bad chars that keep document from being saved

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a205d851c41139961ae59008e39fc89ffc54462]

        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>  [541e9b50a5ff2e4d9209f3ed509f1d7159afb17b]

        INTEGRATION: CWS tl37 (1.30.32); FILE MERGED 2007/06/04 13:15:55 tl 1.30.32.2: RESYNC: (1.30-1.31); FILE MERGED 2007/02/08 07:49:14 tl 1.30.32.1: #i72498# replace bad chars that keep document from being saved

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b60e4a82f5e370de88e5ccc1859b9fa2fee06718]

        INTEGRATION: CWS awttree01 (1.55.20); FILE MERGED 2007/06/25 12:53:53 cl 1.55.20.4: RESYNC: (1.61-1.63); FILE MERGED 2007/06/08 09:36:32 cl 1.55.20.3: RESYNC: (1.60-1.61); FILE MERGED 2007/05/21 10:55:26 cl 1.55.20.2: RESYNC: (1.55-1.60); FILE MERGED 2007/04/25 15:28:25 thb 1.55.20.1: #i75289# Packing simple canvas component

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ae2c1caed3c1a4aae35ba9af30106687063f01]

        INTEGRATION: CWS awttree01 (1.7.240); FILE MERGED 2007/06/25 12:51:51 thb 1.7.240.2: #i10000# Fixed typo in lib name 2007/04/25 15:28:24 thb 1.7.240.1: #i75289# Packing simple canvas component

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [585450b2c39ffbe040e45aced480fb911da02e50]

        INTEGRATION: CWS awttree01 (1.97.44); FILE MERGED 2007/06/08 09:35:02 cl 1.97.44.5: RESYNC: (1.103-1.104); FILE MERGED 2007/05/21 10:46:43 cl 1.97.44.4: RESYNC: (1.102-1.103); FILE MERGED 2007/03/11 15:34:24 cl 1.97.44.3: RESYNC: (1.98-1.102); FILE MERGED 2006/10/13 14:26:25 cl 1.97.44.2: RESYNC: (1.97-1.98); FILE MERGED 2006/09/28 13:42:15 cl 1.97.44.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f9d4a22f26379e79893acd0851f04ba3be2b38d]

        INTEGRATION: CWS awttree01 (1.79.44); FILE MERGED 2007/06/08 09:34:54 cl 1.79.44.5: RESYNC: (1.86-1.87); FILE MERGED 2007/05/21 10:45:42 cl 1.79.44.4: RESYNC: (1.85-1.86); FILE MERGED 2007/03/11 15:34:18 cl 1.79.44.3: RESYNC: (1.80-1.85); FILE MERGED 2006/10/13 14:26:04 cl 1.79.44.2: RESYNC: (1.79-1.80); FILE MERGED 2006/09/28 13:42:02 cl 1.79.44.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f8e9f6487e4c85d1348e197e1c3264b4e5d1bd]

        INTEGRATION: CWS awttree01 (1.8.180); FILE MERGED 2007/05/21 10:45:25 cl 1.8.180.3: RESYNC: (1.9-1.10); FILE MERGED 2007/03/11 15:32:06 cl 1.8.180.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/28 13:43:53 cl 1.8.180.1: added new idl files

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae791e82c8e138cc983c3e7058cc4e9dafa4002]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/09/28 13:42:54 cl 1.1.2.1: new interface for multi selections

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1f08177e83a7ac8d720a4afca7b0f449ce951da]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/09/28 13:43:32 cl 1.1.2.1: new const for setting a selection type

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [899f624b8f1f1b361e9977e656b339bbd21f2b3c]

        INTEGRATION: CWS awttree01 (1.5.70); FILE MERGED 2007/03/11 22:03:17 thb 1.5.70.1: #i75289# Initial version of a simplified XCanvas interface

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [97f3bddc7481ec8e58565b35010a503e81ea79ef]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/04/25 12:17:48 thb 1.1.2.2: #i75289# Clarified docs; added color selection parameter to getCurrentRenderState() 2007/03/11 22:03:17 thb 1.1.2.1: #i75289# Initial version of a simplified XCanvas interface

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f219a2ef1e1f8d20ef3d310542ace486abe0f04a]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:27:01 cl 1.1.2.2: implement a tree control api 2006/09/28 13:46:18 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce82e2a7198e9227bbbb13139abfe3fadc064f1]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:27:00 cl 1.1.2.3: implement a tree control api 2006/10/13 13:51:46 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 13:49:13 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b2bb31d98d201e6042c6fe580fec3986ab2d91]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:27:00 cl 1.1.2.2: implement a tree control api 2006/09/28 13:49:01 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fc1e28ed551ac7826765df28beff9abd7825f76]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:27:00 cl 1.1.2.1: implement a tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d5dc494fae4aca60127d3a5add6feccd8e623c1]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:59 cl 1.1.2.2: implement a tree control api 2006/09/28 13:48:49 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35b54a6016ac153681313c1bb54dab5570cbf38e]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:59 cl 1.1.2.3: implement a tree control api 2006/10/13 13:51:46 cl 1.1.2.2: added primilary awt tree control api 2006/09/28 13:48:37 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [61264452290c1fbaeecc5cd7c41ba8f03eb15abf]

        INTEGRATION: CWS atkbridge6 (1.201.78); FILE MERGED 2007/06/07 14:23:03 obr 1.201.78.2: RESYNC: (1.201-1.202); FILE MERGED 2007/03/16 10:42:10 obr 1.201.78.1: #i70338# call SetAppName before SVMain

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [818e1ee33cd6dc74432f8b0241a207612f63cba9]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/03/12 13:02:12 cl 1.1.2.3: renamed isVisible and makeVisible to isNodeVisible and makeNodeVisible 2006/12/01 06:26:59 cl 1.1.2.2: implement a tree control api 2006/09/28 13:48:11 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3533c75fa1760600441d0b47858fb8b01f0260a0]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:59 cl 1.1.2.2: implement a tree control api 2006/09/28 13:47:58 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a6547e24a49bbe1ad216ad47474abdaf650e1b7]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:59 cl 1.1.2.1: implement a tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3bae626cedadf889add44502deebe45ab2dba33]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:58 cl 1.1.2.2: implement a tree control api 2006/09/28 13:47:21 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [815ff03dd4ae4e23e8ddbf50b3b62dbf7a33927b]

        INTEGRATION: CWS atkbridge6 (1.187.4); FILE MERGED 2007/06/07 14:20:07 obr 1.187.4.2: RESYNC: (1.187-1.190); FILE MERGED 2007/05/11 08:23:44 obr 1.187.4.1: #i75917# obsolete on Unix since native atk bridge

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc943e30fbdc41896c9599f83c55f18c5b5a54b2]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:58 cl 1.1.2.2: implement a tree control api 2006/09/28 13:47:08 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [836aaefd63c231849f971004d7fea98c8ed95da2]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2007/06/18 09:14:56 cl 1.1.2.3: fixed name for DataModel property 2006/12/01 06:26:58 cl 1.1.2.2: implement a tree control api 2006/09/28 13:46:55 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7858a4d3921329f0030d46ae6821eb3cc5accca]

        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>  [2b1b2080748c6d5117f095f85ae47c202f9dfbec]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:58 cl 1.1.2.2: implement a tree control api 2006/09/28 13:46:43 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e710c020a9a698ad8100b30ad5a41acd7b8549e]

        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>  [a811a3af0490fec9ccf021092a600b684e07373c]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:58 cl 1.1.2.2: implement a tree control api 2006/09/28 13:46:30 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ad68e3db0f0218cbb7f4788c081c9bf62b64362]

        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>  [d4c05d646027443d61f6d009b2f8af6fc234e86d]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:58 cl 1.1.2.1: implement a tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0bcde8edbfc0d74a56c7d4ec121d03257815fd0]

        INTEGRATION: CWS awttree01 (1.1.2); FILE ADDED 2006/12/01 06:26:57 cl 1.1.2.2: implement a tree control api 2006/09/28 13:45:58 cl 1.1.2.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac51f2c20bf3e568cf14a9fcf7db6a2bf86dc31e]

        INTEGRATION: CWS ww8export06_SRC680 (1.98.166.4.2); FILE MERGED 2007/06/18 10:40:09 fme 1.98.166.4.2.1: #148068# Field command string has to be exported

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06be4ad6d8ba8f5da8c728939235cc835d9945ea]

        INTEGRATION: CWS atkbridge6 (1.11.84); FILE MERGED 2007/03/14 10:35:10 obr 1.11.84.1: #144968# fixed crash on closing window

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8321a715af6b5ae868c2be2f8ce34635611d6e0]

        INTEGRATION: CWS ww8export06_SRC680 (1.93.166.2.12); FILE MERGED 2007/06/20 09:53:03 fme 1.93.166.2.12.1: #i56090# Not only consider first object for size calculation

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c2e9f1f69671082669cd6db89fa8ff8c082306e]

        INTEGRATION: CWS atkbridge6 (1.55.70); FILE MERGED 2007/03/14 10:35:09 obr 1.55.70.1: #144968# fixed crash on closing window

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [adeeb75b83e9ec4ee91ff900df3fd3fa573ba366]

        INTEGRATION: CWS atkbridge6 (1.10.84); FILE MERGED 2007/03/14 10:35:09 obr 1.10.84.1: #144968# fixed crash on closing window

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b2fb5a942336558dc1aab7bd488fcb0003d1c8]

        INTEGRATION: CWS atkbridge6 (1.6.264); FILE MERGED 2007/03/14 10:35:09 obr 1.6.264.1: #144968# fixed crash on closing window

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1059e248e12ed9d68168d2afa8133364e2dfabe5]

        INTEGRATION: CWS awttree01 (1.64.32); FILE MERGED 2007/06/08 09:08:19 cl 1.64.32.6: RESYNC: (1.70-1.71); FILE MERGED 2007/05/21 10:34:28 cl 1.64.32.5: RESYNC: (1.69-1.70); FILE MERGED 2007/03/11 14:44:18 cl 1.64.32.4: RESYNC: (1.66-1.69); FILE MERGED 2006/12/01 10:24:15 cl 1.64.32.3: RESYNC: (1.65-1.66); FILE MERGED 2006/10/13 14:23:26 cl 1.64.32.2: RESYNC: (1.64-1.65); FILE MERGED 2006/09/28 14:18:49 cl 1.64.32.1: added primilary awt tree control api

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d86217a92a055399dcc11525eb20c59ab3282fc]

        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>  [3cda996650cc8689a8d3d9f896dd60d4f5498168]

        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>  [03aceed03509d3e7d440b6d3dffd85d1a0c6e06d]

        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>  [49668d51c640b52fdd470b557f55898b639dcd58]

        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>  [722a45000581ca9bef070d183918fbde3177990b]

        INTEGRATION: CWS atkbridge6 (1.8.14); FILE MERGED 2007/05/11 08:22:39 obr 1.8.14.1: #i75917# obsolete since native atk bridge

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [62a747b5412b5e95060721650b83d4a99f3483d1]

        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>  [0d569bcc9cbf4c9ce6443beb53f52f25ab995961]

        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>  [141dc0e5d0a977f25db528fdd3374de25cef6ef3]

        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>  [c5dee4c270b4f5c9a5514498e1cf0ead02998c67]

        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>  [319fd447ad3c2ff9ceed0b5b71fc737c1b4a6529]

        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>  [f0c5405d90df051177a0efe235e6e8ffb327dc36]

        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>  [73a465b6da08c3fcda059d53f176d8aa3df13373]

        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>  [772ba1fa21e51b6d20746155f88828dd4a3b126c]

        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>  [8513034b46a342574ca9bb75173864b0430930dd]

        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>  [7c2a1d53d30d7247f8e6db100143f0c1a18f11a4]

        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>  [113f040c1283f3b3931523a824730f7f75147a5b]

        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>  [8ed8c47555b7313f0021e08c832840a5e0e377a7]

        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>  [b7d0c647243d1edeea5c96ccee19a9eb138fc53d]

        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>  [ce5d76c36cb48ad0dad59a662b45d588644d0b38]

        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>  [5757c9286f8a03da4a365f2465027457a01f56d1]

        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>  [b0fe53d27f850d7372275236ad9a68d5eb43636e]

        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>  [7136dba56ef24dc0a4adce9aafdc29811cb134d4]

        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>  [1ca43a5fc4d7f71a7335281e276942c3d04cb865]

        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>  [32cd4a92ef227bacd70be5c325a7e0d82bc90a7e]

        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>  [f62e57c487721301947458df77f845d15a790c79]

        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>  [eca4c7026639bf746e3c98f8e12b1da70e5eefa5]

        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>  [a3b9b306c9d9aa410b47216ba7f23f5f41b8da32]

        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>  [b80c937dc6b8d3a6a511f5fc82b0ab7e2172c9d1]

        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>  [e16d669c8ae786bee4720246dd298a5a27818f4f]

        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>  [882dff32988ee25e84776575626a3e4ecd4c8806]

        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>  [098cce1d5c66278b20c2efe69dca4bc59883a613]

        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>  [cbb42e0d8c7c309d2c7d98be3a2a9184aa886ae5]

        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-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e35a15fc082f4ccc199f81e1f27ec5cf2569b8]

        INTEGRATION: CWS hr44 (1.187.10); FILE MERGED 2007/06/20 12:50:01 hr 1.187.10.1: #i78693#,#i78699#: regenerate

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [eff5657503f9a65fc1f2aac2969f6073f5e0b283]

        INTEGRATION: CWS hr44 (1.33.2); FILE MERGED 2007/06/21 14:57:59 hr 1.33.2.1: #i78750#: configure SunStudio on Solaris with -xc99=all flag

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1032ba5a47ad09db002bc078ce63411b97ccd0d1]

        INTEGRATION: CWS hr44 (1.206.10); FILE MERGED 2007/06/20 12:47:50 hr 1.206.10.6: #i78693#: cosmetic changes 2007/06/20 12:38:05 hr 1.206.10.5: #i78699#: typo 2007/06/20 12:08:17 hr 1.206.10.4: #i78699#: disable checking for portaudio on Solaris 2007/06/20 11:48:43 hr 1.206.10.3: #i78693#: check for SunStudio 12 on Solaris 2007/06/20 10:39:18 hr 1.206.10.2: #i78456#: remove check for XML::Parser 2007/06/14 16:13:40 hr 1.206.10.1: #i78456: check for Perl module XML::Parser

2007-06-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14eb9af6022e77b22fd11b713454a43b626b4344]

        INTEGRATION: CWS ause081 (1.187.8); FILE MERGED 2007/06/14 15:20:54 hjs 1.187.8.1: #i78439# - remove remains of jam pilot

2007-06-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [0a4639701afa4b4a924ddbbef4b2951ecc98f800]

        new template: choose action

2007-06-27  Oliver Specht  <os@openoffice.org>  [ee332294f48a6ca3ea971c0236422f1313b92ecf]

        Apply table style text attributes; PropertyMap key type changed

2007-06-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [573b41486e5b5e31b7ac1189dd72ede67c8e351a]

        documentation, table grid

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31d37f2dec692d5ba0323fbb05d07119aafed0c]

        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>  [cdf570fc4a843f04c945111a7732854dfc7080f7]

        INTEGRATION: CWS ause081 (1.3.134); FILE MERGED 2007/06/22 12:30:38 hjs 1.3.134.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70f75fd0d55cd80ab1ec861ac6c6d4d7e64a3a2]

        INTEGRATION: CWS ause081 (1.2.56); FILE MERGED 2007/06/14 15:24:35 hjs 1.2.56.1: #i78393# remove component_getDescriptionFunc from export lists

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa3d0dbacda21d21eddb56494c3af15a0ef2b6c]

        INTEGRATION: CWS ause081 (1.146.4); FILE MERGED 2007/06/14 15:20:56 hjs 1.146.4.1: #i78439# - remove remains of jam pilot

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e575d3ea15f823a147f748176ccc69d3d59cd3]

        INTEGRATION: CWS ause081 (1.206.8); FILE MERGED 2007/06/14 15:20:56 hjs 1.206.8.1: #i78439# - remove remains of jam pilot

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7dc9e0ff896a05b238e06fefb31c47d25d1d5b1]

        INTEGRATION: CWS ause081 (1.20.14); FILE MERGED 2007/06/14 15:20:54 hjs 1.20.14.1: #i78439# - remove remains of jam pilot

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c5ad1fdd6145836815bd8785dcaa3f8283a049]

        INTEGRATION: CWS ause081 (1.2.218); FILE MERGED 2007/06/22 09:46:55 hjs 1.2.218.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3067934f0465069be690b7442c65f415b46df55e]

        INTEGRATION: CWS ause081 (1.1.1.1.248); FILE MERGED 2007/06/21 10:53:53 hjs 1.1.1.1.248.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cb3876db36fe4fa491b25550e346692ac211edc]

        INTEGRATION: CWS ause081 (1.1.1.1.248); FILE MERGED 2007/06/21 10:53:52 hjs 1.1.1.1.248.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [56efc10a84586e1e1e8b095fbdd650caaa770b69]

        INTEGRATION: CWS ause081 (1.3.46); FILE MERGED 2007/06/22 12:26:23 hjs 1.3.46.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c77502b42d5d408bd2ddd8c568f1ac9665afe71b]

        INTEGRATION: CWS ause081 (1.8.18); FILE MERGED 2007/06/22 12:26:22 hjs 1.8.18.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88b8b90d81ebff4cfa6ba2c3b51afa9162ae61a]

        INTEGRATION: CWS ause081 (1.11.64); FILE MERGED 2007/06/22 12:31:23 hjs 1.11.64.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [68fb6ff2267c03e9c370128177e6afce95c6c8e2]

        INTEGRATION: CWS ause081 (1.5.2); FILE MERGED 2007/06/22 12:29:25 hjs 1.5.2.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b4e2233a90c7723e2d2cb4e699a37f8c54cb869]

        INTEGRATION: CWS ause081 (1.2.1018); FILE MERGED 2007/06/21 16:35:00 hjs 1.2.1018.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [577cedc9081f1d771719f03c522a610b4c093120]

        INTEGRATION: CWS ause081 (1.2.1018); FILE MERGED 2007/06/21 16:34:59 hjs 1.2.1018.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4b028e68dc3a13a3060b6387de049a41ba40c0a]

        INTEGRATION: CWS ause081 (1.2.620); FILE MERGED 2007/06/21 16:34:59 hjs 1.2.620.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d7a1ad6e950ade34b90f343b1bdd1fd1d3fb07]

        INTEGRATION: CWS ause081 (1.2.756); FILE MERGED 2007/06/21 16:34:59 hjs 1.2.756.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e7e787cc7f6cccdc8b987d080705b92ad1114f1]

        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>  [7cda164334585e897405272eec893a16332571a3]

        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>  [3a8abc20662ad5e17ba9eacaf4f4e29477e34c1f]

        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>  [ad476d976f048266b0e98eae3481c7c77e52bea0]

        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>  [4c8632ebeb034e61c105d37c6d69811f0492850c]

        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>  [790440c02b6d6fc11195bed05bee435c50b59b2e]

        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>  [b5d34dcce84325b2ce4080c2c60f7cdce48bfc02]

        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>  [460f084ab42a3ba3867c94fae8e983aa84d655fc]

        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>  [80a26a7d4720b5b8cfa0acc624b28014c96d9948]

        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>  [e5f4c0ecc39c6ece26091325cae3c03d97109e75]

        INTEGRATION: CWS ause081 (1.1.706); FILE MERGED 2007/06/22 09:49:33 hjs 1.1.706.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [eccae79a71d235055d1c1f7f7cc84fd1da316785]

        INTEGRATION: CWS ause081 (1.6.62); FILE MERGED 2007/06/21 16:35:07 hjs 1.6.62.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6282e785b41df297c22667236dd2a32b3051b06]

        INTEGRATION: CWS ause081 (1.4.62); FILE MERGED 2007/06/21 16:35:07 hjs 1.4.62.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [663c931010a8a65d5d89819d7e63368c318b2d1a]

        INTEGRATION: CWS ause081 (1.1.1486); FILE MERGED 2007/06/22 09:53:43 hjs 1.1.1486.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [48bec83201b4a4a7a9d3427b5b95e026fa37cd40]

        INTEGRATION: CWS ause081 (1.110.24); FILE MERGED 2007/06/22 12:45:37 hjs 1.110.24.1: #i78393# remove generation of description object file

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa119c60bd6b47c47062f73a8d40aad54e452a20]

        INTEGRATION: CWS ause081 (1.39.22); FILE MERGED 2007/06/22 12:45:36 hjs 1.39.22.1: #i78393# remove generation of description object file

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dc0394a550a6aee1cad37a12269f3fb40f240bc]

        INTEGRATION: CWS ause081 (1.196.60); FILE MERGED 2007/06/22 12:45:37 hjs 1.196.60.1: #i78393# remove generation of description object file

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [50dc9bd18b3220f9d225b8f0331aa7b10c084346]

        INTEGRATION: CWS ause081 (1.106.56); FILE MERGED 2007/06/22 12:45:36 hjs 1.106.56.1: #i78393# remove generation of description object file

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfdef9b5d1c0efb29f28ade0ed34117ebaeb4acb]

        INTEGRATION: CWS ause081 (1.38.22); FILE MERGED 2007/06/22 12:45:36 hjs 1.38.22.1: #i78393# remove generation of description object file

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bee28df31c2e870638303d4e682fd673a19bab6]

        INTEGRATION: CWS ause081 (1.155.52); FILE MERGED 2007/06/22 09:55:29 hjs 1.155.52.1: #i78439# no jam anymore...

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9285771d96c8dd74e32e26e33e09fabb3f90d89d]

        INTEGRATION: CWS ause081 (1.2.610); FILE MERGED 2007/06/21 11:24:05 hjs 1.2.610.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [61861720f69c1e70a5872d6a761b572d88b64719]

        INTEGRATION: CWS ause081 (1.2.782); FILE MERGED 2007/06/21 11:24:05 hjs 1.2.782.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b38331f193b5a0bebd492dcf1591623381ebd529]

        INTEGRATION: CWS ause081 (1.2.632); FILE MERGED 2007/06/21 11:24:05 hjs 1.2.632.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3305d41b2c5bab22d392cb101e6df10b3d5a1ab6]

        INTEGRATION: CWS ause081 (1.8.168); FILE MERGED 2007/06/22 12:27:23 hjs 1.8.168.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4d2479b3d2c4343f4032b524fa11ee70113ffa2]

        INTEGRATION: CWS ause081 (1.2.2508); FILE MERGED 2007/06/22 09:48:31 hjs 1.2.2508.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5068aed554cd2e147cd9290a38b54e819f372f17]

        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>  [db72ebe2ec14d2127ffb034279b47e1249d2a097]

        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>  [ed9e758bfeaf4e87b08e202d69af3d806d540775]

        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>  [cf6f7f42a172187a772b6dbf4f7f1041588b0add]

        INTEGRATION: CWS ause081 (1.1.76); FILE MERGED 2007/06/21 11:21:31 hjs 1.1.76.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1d9ad67b077e9452e7e966393b654c23cbb8601]

        INTEGRATION: CWS ause081 (1.2.400); FILE MERGED 2007/06/21 16:21:49 hjs 1.2.400.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8134b642d7ab9e4c8d5e513455d16eba75c0a83f]

        INTEGRATION: CWS ause081 (1.2.400); FILE MERGED 2007/06/21 16:21:48 hjs 1.2.400.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a829cb33c7950350e8db532d790835ed519385c]

        INTEGRATION: CWS ause081 (1.2.236); FILE MERGED 2007/06/21 16:21:48 hjs 1.2.236.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a37655a4d47970749338819ad85efdc076b16f5]

        INTEGRATION: CWS ause081 (1.2.6); FILE MERGED 2007/06/21 16:21:48 hjs 1.2.6.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b322ab2617bc010fe62e8e996714da7353ced6a1]

        INTEGRATION: CWS ause081 (1.2.238); FILE MERGED 2007/06/21 16:21:48 hjs 1.2.238.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e45cd3998f28b88104831cbe0279e7eac26f0039]

        INTEGRATION: CWS ause081 (1.2.92); FILE MERGED 2007/06/21 16:21:48 hjs 1.2.92.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bbb033457bb2c89e53e28b9d7d845a0d7b50f27]

        INTEGRATION: CWS ause081 (1.2.236); FILE MERGED 2007/06/21 16:21:47 hjs 1.2.236.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [79aac1cbbaa9fdd49d64aeffb26d59e5b6f514d3]

        INTEGRATION: CWS ause081 (1.2.62); FILE MERGED 2007/06/21 16:21:47 hjs 1.2.62.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c19f6071dd7785b50b8eaa80b6b8360799323088]

        INTEGRATION: CWS ause081 (1.2.4); FILE MERGED 2007/06/21 16:21:47 hjs 1.2.4.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [871f20ac0493decffef26bfc6036ce4c73203341]

        INTEGRATION: CWS ause081 (1.6.14); FILE MERGED 2007/06/22 12:29:53 hjs 1.6.14.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfb80b4b5f415dd83bac263cf9d6fb6ef9f0d449]

        INTEGRATION: CWS ause081 (1.2.62); FILE MERGED 2007/06/21 11:20:12 hjs 1.2.62.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e20af4437d4d81a662d98e0f72674bdda5213dbd]

        INTEGRATION: CWS ause081 (1.4.16); FILE MERGED 2007/06/22 12:29:02 hjs 1.4.16.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a287e7d94233c33f49137e5be3a2dd027f4f7032]

        INTEGRATION: CWS ause081 (1.1.158); FILE MERGED 2007/06/21 16:22:30 hjs 1.1.158.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85772d6de3b4a9a0c1952cfc9d8e76822e681db6]

        INTEGRATION: CWS ause081 (1.1.158); FILE MERGED 2007/06/21 16:22:29 hjs 1.1.158.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [317769c3f5fbfa0e0786e55c610900d8d562b363]

        INTEGRATION: CWS ause081 (1.2.8); FILE MERGED 2007/06/22 12:25:53 hjs 1.2.8.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ccf63073f5c462715bef0ad31994c7b6d36915]

        INTEGRATION: CWS ause081 (1.2.8); FILE MERGED 2007/06/22 12:25:52 hjs 1.2.8.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4478b0d04c3c12d1f3c4bf1c751ad3be7c7456e8]

        INTEGRATION: CWS ause081 (1.2.8); FILE MERGED 2007/06/22 12:25:51 hjs 1.2.8.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2ac6e57b5e8ff869e9db283e84b35cad20d12f2]

        INTEGRATION: CWS ause081 (1.2.8); FILE MERGED 2007/06/22 12:25:50 hjs 1.2.8.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c9a9ca362a3b2d6418ddc7f9a9469c555c9c96a]

        INTEGRATION: CWS ause081 (1.24.20); FILE MERGED 2007/06/26 13:50:59 hjs 1.24.20.1: #i78393# no more sed required, symbol is gone already

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e048a23bf0d23b9e3fafeb20f391856e1cb744]

        INTEGRATION: CWS ause081 (1.10.16); FILE MERGED 2007/06/22 12:30:41 hjs 1.10.16.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8fd712474135ba9fda3e5b2454584cbc8e3c0cd]

        INTEGRATION: CWS ause081 (1.1.178); FILE MERGED 2007/06/21 11:19:46 hjs 1.1.178.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f75eff2e02b1bcab31c5d118108920f6b70e154]

        INTEGRATION: CWS ause081 (1.1.178); FILE MERGED 2007/06/21 11:19:45 hjs 1.1.178.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [202ae0635f8425b476e0d8912ef9b25d78f33fa0]

        INTEGRATION: CWS ause081 (1.2.96); FILE MERGED 2007/06/21 11:22:07 hjs 1.2.96.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdac90f07712debc6c0f3697ba9954ae4944cff4]

        INTEGRATION: CWS ause081 (1.1.1.1.302); FILE MERGED 2007/06/21 16:24:21 hjs 1.1.1.1.302.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b39b45afe82dc32eb6139e72ad4ce66465623c42]

        INTEGRATION: CWS ause081 (1.2.100); FILE MERGED 2007/06/21 16:24:21 hjs 1.2.100.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [af03f902d3fe80564f178e4833fa15bf2a8341d2]

        INTEGRATION: CWS ause081 (1.1.286); FILE MERGED 2007/06/21 16:24:20 hjs 1.1.286.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b273fb7f6950310c33db03909bb5c221da1ac189]

        INTEGRATION: CWS ause081 (1.1.286); FILE MERGED 2007/06/21 16:24:19 hjs 1.1.286.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4865f249daf459d98bb534fc4d824a4fa316577]

        INTEGRATION: CWS ause081 (1.2.224); FILE MERGED 2007/06/21 16:24:18 hjs 1.2.224.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e2ad8b5343cf071065fabdffc0a4750940a3bbd]

        INTEGRATION: CWS ab35 (1.4.222); FILE MERGED 2007/05/25 11:18:04 ab 1.4.222.1: #i77640# Removed ChooseControls command

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dce3c9f32b0e38ec75fb44acbdb8c07f735a290c]

        INTEGRATION: CWS ab35 (1.1.2); FILE ADDED 2007/05/25 12:14:05 ab 1.1.2.1: #i77640# Dialog Toolbar

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb8911c85ed8ec45db2097d9436a0d37f70bb1e2]

        INTEGRATION: CWS ab35 (1.6.8); FILE MERGED 2007/05/21 09:28:22 ab 1.6.8.1: #i77640# Single Dialog Export

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [16017c5f52428043a593e30cafb747b2b46c8bde]

        INTEGRATION: CWS ause081 (1.1.286); FILE MERGED 2007/06/21 16:24:18 hjs 1.1.286.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd94e671459ba47d1d9d97e496ce41909d11bb6]

        INTEGRATION: CWS ab35 (1.2.8); FILE MERGED 2007/05/29 23:18:01 ab 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/25 11:23:53 ab 1.2.8.1: #i77640# ManageToolbars method

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2087a1fabdf5f3b0b962cb31dcef7c947baa033a]

        INTEGRATION: CWS ab35 (1.7.8); FILE MERGED 2007/05/21 09:28:22 ab 1.7.8.1: #i77640# Single Dialog Export

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b098dba94d26679d1e52cce88ee9d583096eae61]

        INTEGRATION: CWS ause081 (1.2.298); FILE MERGED 2007/06/21 10:54:40 hjs 1.2.298.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f6ad6b20744c5b106201039e3f8b1ff3f710c1]

        INTEGRATION: CWS ab35 (1.8.28); FILE MERGED 2007/05/25 11:47:25 ab 1.8.28.1: #i77640# StateChangedHdl_Impl removed

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2493df3e7d4ddf3011028a724a941988ca786c62]

        INTEGRATION: CWS ab35 (1.14.28); FILE MERGED 2007/05/25 11:47:25 ab 1.14.28.1: #i77640# StateChangedHdl_Impl removed

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [762b193ebce1b12b1ab3eb963a745bc0679dfb93]

        INTEGRATION: CWS ause081 (1.2.804); FILE MERGED 2007/06/21 10:55:11 hjs 1.2.804.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f0e8de04d4cabd021bc3d725134d552f55bf3e0]

        INTEGRATION: CWS ab35 (1.6.8); FILE MERGED 2007/05/25 11:58:43 ab 1.6.8.2: #i77640# Fixed bug in new COPY_RESOURCES functionality 2007/05/21 09:38:13 ab 1.6.8.1: #i77640# Single Dialog Export

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc96af3fea7057ed6e42500d92d6db4c405799a1]

        INTEGRATION: CWS ab35 (1.41.6); FILE MERGED 2007/05/29 23:15:19 ab 1.41.6.2: RESYNC: (1.41-1.42); FILE MERGED 2007/05/25 12:05:46 ab 1.41.6.1: #i77640# Removed SFX_OBJECTBAR_REGISTRATION

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d8752586062f3ca6b51fed4ab927e1642829e6]

        INTEGRATION: CWS ab35 (1.50.8); FILE MERGED 2007/05/29 23:15:13 ab 1.50.8.2: RESYNC: (1.50-1.51); FILE MERGED 2007/05/25 11:38:19 ab 1.50.8.1: #i77640# ManageToolbars method

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [626d3973e841fcdf71e52894d617fa72ce6d0540]

        INTEGRATION: CWS ab35 (1.36.8); FILE MERGED 2007/05/31 15:08:04 ab 1.36.8.3: #i77640# Kill old properties files in case of overwriting a dialog 2007/05/25 11:27:33 ab 1.36.8.2: #i77640# SID_BASICSAVEAS -> SID_EXPORT_DIALOG 2007/05/21 10:03:11 ab 1.36.8.1: #i77640# Single Dialog Export

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27f20c17844bcb2ec823b1932174f37ad08b49b]

        INTEGRATION: CWS ause081 (1.2.826); FILE MERGED 2007/06/21 16:34:03 hjs 1.2.826.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fed9a0b91fd54c9ef80b7c94e78386b3460048f]

        INTEGRATION: CWS ab35 (1.13.46); FILE MERGED 2007/05/25 11:15:12 ab 1.13.46.1: #i77640# SID_EXPORT_DIAlOG

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c11f7c4f2e1a81d953bd0320c32838d546c62ec]

        INTEGRATION: CWS ause081 (1.2.182); FILE MERGED 2007/06/21 16:34:03 hjs 1.2.182.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3c1fb7a25c0f5954e9197829c9b28b17d47ff66]

        INTEGRATION: CWS ab35 (1.75.62); FILE MERGED 2007/05/24 10:12:43 ab 1.75.62.1: #i77640# Dialog Export SID

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [00e45e7f6bcd488bfe0aad00beaccbcd1f2daf96]

        INTEGRATION: CWS ab35 (1.2.60); FILE MERGED 2007/05/30 09:49:43 ab 1.2.60.1: #i77640# SID_EXPORT_DIALOG

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff32875e9160697a40d540d7dfa975f2a937ba8c]

        INTEGRATION: CWS ause081 (1.2.826); FILE MERGED 2007/06/21 16:34:02 hjs 1.2.826.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [88fb951362f41771f2ff4754ff19729dcf11dd69]

        INTEGRATION: CWS ause081 (1.2.824); FILE MERGED 2007/06/21 16:34:02 hjs 1.2.824.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a66ec6cc8b055a14ea78eecef64c40896d387237]

        INTEGRATION: CWS ause081 (1.2.102); FILE MERGED 2007/06/22 09:49:02 hjs 1.2.102.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e68a0c499e1667e71f41fa6f558e6a49e97a2169]

        INTEGRATION: CWS ause081 (1.2.102); FILE MERGED 2007/06/21 10:54:12 hjs 1.2.102.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f3604657ee4ff757172552b4ec86783997f4bd]

        INTEGRATION: CWS ause081 (1.2.40); FILE MERGED 2007/06/21 10:54:25 hjs 1.2.40.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c70aad54b4ff7249c980826bb1c600662eb7fbb]

        INTEGRATION: CWS ab35 (1.2.82); FILE MERGED 2007/05/23 13:35:22 ab 1.2.82.1: #i77344# Use correct namespace

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa83949fe23ea12cb80f8afb099cd35b30c5118a]

        INTEGRATION: CWS ab35 (1.3.66); FILE MERGED 2007/05/23 13:35:21 ab 1.3.66.1: #i77344# Use correct namespace

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee864b5d2fa8de935b15dd6daea203b271e456a]

        INTEGRATION: CWS ause081 (1.2.12); FILE MERGED 2007/06/22 12:31:32 hjs 1.2.12.1: #i78393# remove now obsolete setting to avoid description

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2bf6679ec15496712de87523c2a03347fcca0a1]

        INTEGRATION: CWS ause081 (1.17.10); FILE MERGED 2007/06/21 16:40:53 hjs 1.17.10.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7da1841185b1d06faf15e225b72f452f21c39dda]

        INTEGRATION: CWS ause081 (1.11.12); FILE MERGED 2007/06/26 11:47:19 hjs 1.11.12.1: #i78393# deprecate component_getDescriptionFunc

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cac9dc8cc0be2044da8de1483136977b9a327892]

        INTEGRATION: CWS ause081 (1.1.166); FILE MERGED 2007/06/21 10:52:03 hjs 1.1.166.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [85844076be8ea6635a90272d2590bf379825846f]

        INTEGRATION: CWS ause081 (1.2.32); FILE MERGED 2007/06/21 10:52:03 hjs 1.2.32.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3859bca46da3f2d2897c56142964e338ac3ceb5a]

        INTEGRATION: CWS ause081 (1.2.156); FILE MERGED 2007/06/21 10:52:03 hjs 1.2.156.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f50055b975665f917ac68720bb9667b3d896f0a]

        INTEGRATION: CWS ause081 (1.1.1.1.370); FILE MERGED 2007/06/21 11:25:19 hjs 1.1.1.1.370.1: #i78393# remove component_getDescriptionFunc from exports

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3761ed4eba51230cdf60c95a911ada8f1cb596a]

        INTEGRATION: CWS ab35 (1.54.2); FILE MERGED 2007/05/29 11:41:40 ab 1.54.2.2: RESYNC: (1.54-1.55); FILE MERGED 2007/05/23 14:30:15 ab 1.54.2.1: #i77640# Dialog Export command

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddbdd981c7f0e1d58a71db4995bd8001811dd934]

        INTEGRATION: CWS ab35 (1.7.42); FILE MERGED 2007/05/29 11:37:07 ab 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2007/05/23 14:29:50 ab 1.7.42.1: #i77640# Dialog Export toolbar

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a263c9170de3db3355bc4a0a9e88138d74bb0308]

        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>  [d5ff127cd26f56e857b807ddd32943c399cc0ec3]

        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>  [73c9597cf8c3a1c2185984625e278158f9d04349]

        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>  [d147d5e03af5675bb93d95d3c036657d872f262f]

        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>  [eaf4a7df2ade7008da032c58304255f9f6af2dc5]

        INTEGRATION: CWS mav21 (1.120.20); FILE MERGED 2007/05/09 16:49:26 mav 1.120.20.3: RESYNC: (1.120-1.122); FILE MERGED 2006/12/13 14:24:21 mav 1.120.20.2: #i55790# fix modified state control 2006/12/05 15:17:22 mav 1.120.20.1: #i55790# allow more control over modified state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a07187ffa2ac60d4679c01209cbb85ce3b5560]

        INTEGRATION: CWS mav21 (1.6.98); FILE MERGED 2007/05/25 16:29:12 mav 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/13 14:24:21 mav 1.6.98.1: #i55790# fix modified state control

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7fe03af57fe311272e244b1cb504cd2db562153]

        INTEGRATION: CWS mav21 (1.2.24); FILE MERGED 2007/05/25 16:27:59 mav 1.2.24.3: RESYNC: (1.4-1.5); FILE MERGED 2007/05/09 16:32:18 mav 1.2.24.2: RESYNC: (1.2-1.4); FILE MERGED 2007/04/26 08:27:14 mav 1.2.24.1: #i55790# allow more control over modified state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1a71468e219e024579ad7ca16a7eb21f9b3d5be]

        INTEGRATION: CWS mav21 (1.13.60); FILE MERGED 2007/05/11 12:09:10 mav 1.13.60.1: #i77185# a possibility to wrap sequence with a stream using API

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0576bd4a2367e46f606d381c134e65b4ad94758]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/11 12:09:32 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>  [6114b134df3680d9454957a9b6946e694314fa23]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/23 14:41:46 mav 1.1.2.3: #i77185# no specific exception is expected 2007/05/11 12:28:14 mav 1.1.2.2: #i77185# a possibility to wrap sequence with a stream using API 2007/05/11 12:09:41 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>  [75a25560026402e3e5e26fbda8de57041b70deb1]

        INTEGRATION: CWS mav21 (1.88.20); FILE MERGED 2007/05/25 16:12:59 mav 1.88.20.3: RESYNC: (1.89-1.90); FILE MERGED 2007/03/12 20:52:52 mav 1.88.20.2: RESYNC: (1.88-1.89); FILE MERGED 2006/12/13 14:12:40 mav 1.88.20.1: #i55790# send notification only when the document is realy modified

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [be91d19c08a07bd706ad723a11d3c909671413c9]

        INTEGRATION: CWS mav21 (1.8.88); FILE MERGED 2007/03/08 12:38:02 mav 1.8.88.1: #i75233# the implementation for unknown objects

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a8efae037b545e4732a6deee39461c7b437af8]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/03/15 10:33:26 mav 1.1.2.1: #i75233# handling for the unknown objects

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f81fbb96b7580863cb3329e824af606ca5cdd989]

        INTEGRATION: CWS mav21 (1.13.28); FILE MERGED 2007/06/12 10:09:01 mav 1.13.28.3: #i75233# the OLE objects have no classID registration, but they are known by mediatype 2007/03/28 13:12:05 mav 1.13.28.2: #i75820# allow to support factory only 2007/03/08 12:39:01 mav 1.13.28.1: #i75233# the implementation for unknown objects

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95d6483a41bafcf1d5692d81a6dcfe90ee5fc46]

        INTEGRATION: CWS mav21 (1.6.88); FILE MERGED 2007/03/08 12:39:01 mav 1.6.88.1: #i75233# the implementation for unknown objects

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [655c1fdeb6dc9f56362ccd0f0a2b7180aad18a5f]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/03/15 10:33:36 mav 1.1.2.1: #i75233# handling for the unknown objects

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5048a3bd006b5637e8c894e7b64e1aebc4db6816]

        INTEGRATION: CWS mav21 (1.86.14); FILE MERGED 2007/05/25 15:39:23 mav 1.86.14.2: RESYNC: (1.86-1.87); FILE MERGED 2006/12/13 14:25:35 mav 1.86.14.1: #i55790# send notification only when the document is realy modified

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b64224b90835fa47da8422c4a3489a4442ad933d]

        INTEGRATION: CWS mav21 (1.22.10); FILE MERGED 2007/06/12 16:03:11 mav 1.22.10.1: #i75252# integrate the example of the embedded object

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2bb673a2278e4b50fec5162c4ceddc07ceb9bdb]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/03 14:42:43 mav 1.1.2.3: #i75252# remove unnecessary methods 2007/03/28 14:18:06 mav 1.1.2.2: #i75252# implement only the factory inteface 2007/03/09 10:24:28 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f2ef5d6c428c2c578fba2301cbbdaa76482a25f]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/03 15:31:35 mav 1.1.2.8: #i75252# fix deactivation 2007/05/03 15:26:15 mav 1.1.2.7: #i75252# fix activation 2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving 2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object 2007/04/05 14:54:42 mav 1.1.2.4: #i75252# fix repainting 2007/03/28 14:13:34 mav 1.1.2.3: #i75252# support resizing of the object 2007/03/09 11:02:10 mav 1.1.2.2: #75252# fix verbs 2007/03/09 10:24:37 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd0d3aa41c58f3e30515bc2bb23e17fc55c06a5]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/03/09 10:24:06 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2956dd1db61032c42b04b727ec5414072c738d13]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/03/09 11:02:09 mav 1.1.2.2: #75252# fix verbs 2007/03/09 10:24:46 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c42531a508d560dbbde0ec3b487370ade0b591]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/05/03 15:19:18 mav 1.1.2.6: #i75252# fix size retrieving 2007/05/03 14:23:32 mav 1.1.2.5: #i75252# support resizing of the object 2007/03/28 14:13:33 mav 1.1.2.4: #i75252# support resizing of the object 2007/03/27 08:32:23 mav 1.1.2.3: #75252# fix windows problem 2007/03/09 10:28:09 mav 1.1.2.2: #75252# improve performance 2007/03/09 10:24:18 mav 1.1.2.1: #75252# an example of addon with new embedded object implementation

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdf5b8984a6464e64ae6a565aaa3fc0dd12e8c0]

        INTEGRATION: CWS mav21 (1.7.110); FILE MERGED 2007/06/12 16:03:11 mav 1.7.110.1: #i75252# integrate the example of the embedded object

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6dd807271ed92ba899b759f5326f08d255b705e]

        INTEGRATION: CWS mav21 (1.19.96); FILE MERGED 2007/06/12 16:03:11 mav 1.19.96.1: #i75252# integrate the example of the embedded object

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dba701b432c604f656212ddc57dcf6786ac2378]

        INTEGRATION: CWS mav21 (1.154.144); FILE MERGED 2007/05/25 15:37:19 mav 1.154.144.2: RESYNC: (1.154-1.156); FILE MERGED 2007/03/28 14:07:56 mav 1.154.144.1: #i75819# use the correct map mode

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2991b29a14d26fe2ad47146f280ae1e84535580]

        INTEGRATION: CWS mav21 (1.28.134); FILE MERGED 2006/12/13 14:30:27 mav 1.28.134.1: #i55790# connec the object when the visual area is set

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0bcff05a64562e7aefe887f48b36896c4874b1]

        INTEGRATION: CWS mav21 (1.25.228); FILE MERGED 2007/03/12 17:35:25 mav 1.25.228.2: RESYNC: (1.25-1.27); FILE MERGED 2006/12/05 13:54:25 mav 1.25.228.1: #i55790# allow more control over modified state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfe87f06ed09ff50836d4de807a9c1f8e873b383]

        INTEGRATION: CWS mav21 (1.1.2); FILE ADDED 2007/06/07 10:06:04 mav 1.1.2.2: #i55790# an interface to control modified state of document 2006/12/05 13:54:46 mav 1.1.2.1: #i55790# allow more control over modified state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [957121941ecb37e36952abc3d46440947811642e]

        INTEGRATION: CWS mav21 (1.5.228); FILE MERGED 2007/03/28 13:20:04 mav 1.5.228.1: #i75820# allow to support factory only

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a223c427ff32efd7754614d08a8f90073d1bb4]

        INTEGRATION: CWS mav21 (1.88.44); FILE MERGED 2007/05/25 14:04:48 mav 1.88.44.4: RESYNC: (1.90-1.91); FILE MERGED 2007/05/09 13:30:42 mav 1.88.44.3: RESYNC: (1.89-1.90); FILE MERGED 2007/04/20 12:04:38 mav 1.88.44.2: RESYNC: (1.88-1.89); FILE MERGED 2006/12/13 14:47:57 mav 1.88.44.1: #i55790# send notification only when the document is realy modified

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4a2a43f7f49b45ac66aab8c2645a1024d02691f]

        INTEGRATION: CWS mav21 (1.43.82); FILE MERGED 2007/03/28 13:31:12 mav 1.43.82.1: #i75819# use the correct map mode

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb674aaf8b9ba7ce7fb1a77ed899244f305b9a63]

        INTEGRATION: CWS mav21 (1.37.12); FILE MERGED 2007/05/25 13:48:27 mav 1.37.12.2: RESYNC: (1.37-1.38); FILE MERGED 2007/05/14 15:26:20 mav 1.37.12.1: #i77319# the method GetAnyCurRect is not safe when there is no frame

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [33de6c4033e5dd4c598db50fdfbbb6cff08bfcf7]

        INTEGRATION: CWS mav21 (1.41.78); FILE MERGED 2007/05/25 12:10:25 mav 1.41.78.3: RESYNC: (1.42-1.43); FILE MERGED 2007/03/12 14:32:00 mav 1.41.78.2: RESYNC: (1.41-1.42); FILE MERGED 2006/12/13 14:14:36 mav 1.41.78.1: #i55790# send notification only when the document is realy modified

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [89989314b86481c98eea9fc8b20d5d4a64d8d582]

        INTEGRATION: CWS mav21 (1.13.52); FILE MERGED 2006/12/13 14:52:26 mav 1.13.52.1: #i55790# send notification only when the import is ready

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8087dd9599ce6990ae9c5612347df4e2497ee50]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:44:03 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e2aea2fa5e54f26c5f44fdf90c9cfe1197d173]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:44:02 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [897a7a3bf1e6800f8b375f1dd35bd3ac85a6661b]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:44:01 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [276a592b3a8ed9f8672b4a2e6593464804a2b616]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:44:00 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f53428389ce46569f5582987f9e3d9b0065a99aa]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:59 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [738c4806329922cd7e8bcca1fa810063c2b55cfb]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:58 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Thorsten Behrens  <thb@openoffice.org>  [60851757ca9ec808e0f85ea6eb5c6a9b7a10db44]

        #i78888# Removed from HEAD again

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a5163451bb98f9153c3b4e049d6df4589ad05e4]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:57 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [64da6563a0224ff5deae75c6143e53b327d9a160]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:56 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a03df76b801939d7d8936f99aa355e21dafad1e]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:55 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [478350903fb68a67c615cbb297428d4c288a0257]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:54 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [95cd80a3ae706ef5567e5dccc9fffc5fd33a3996]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:53 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b6c144601213a208b3b33df6c4e29d89e894bec]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:52 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e4e19b5a8398a6bfe2a4e78ffcc6c3945b2cfe3]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:51 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ea9d016cb0ba7a9cb4900898fdf1b32812ab587]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:50 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad5938fedcec99d1475eb363b3225ab3459d1d14]

        INTEGRATION: CWS impressalternativtext (1.18.64); FILE MERGED 2007/05/24 17:15:28 cl 1.18.64.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b99f23d47541661808e51bcff5f355ade8412ef]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:49 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4c6ecf5e54ccd0cd038fd99256268613baac234]

        INTEGRATION: CWS impressalternativtext (1.8.466); FILE MERGED 2007/05/24 13:38:17 cl 1.8.466.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7734295fa5fc8a6dca7ad6445a92ddd7d442608c]

        INTEGRATION: CWS impressalternativtext (1.22.6); FILE MERGED 2007/05/24 13:38:17 cl 1.22.6.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b0229dc00bb8a72d81c0021ddf7c793e942bb2]

        INTEGRATION: CWS impressalternativtext (1.50.50); FILE MERGED 2007/05/29 15:13:01 cl 1.50.50.3: #i68099# added description to ImageMapObj's 2007/05/25 10:37:43 cl 1.50.50.2: #i68099# added description to ImageMapObj's 2007/05/24 13:38:17 cl 1.50.50.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0a3f6c79632d3f1f9b18663d0d8b09d8ba12c6]

        INTEGRATION: CWS impressalternativtext (1.6.466); FILE MERGED 2007/05/24 13:38:17 cl 1.6.466.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d809d55179adc09e3c6114dd409727d79f41aa32]

        INTEGRATION: CWS impressalternativtext (1.33.124); FILE MERGED 2007/05/24 13:38:17 cl 1.33.124.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9984b8bca0614ca3219f619f5e264705ac18754f]

        INTEGRATION: CWS impressalternativtext (1.27.28); FILE MERGED 2007/05/24 13:38:17 cl 1.27.28.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bf9f2fca05f61978fc59bc06ced30bedc23aebb]

        INTEGRATION: CWS impressalternativtext (1.37.6); FILE MERGED 2007/05/24 13:38:17 cl 1.37.6.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2be0b695b2d73805c8a737ae280f918dd335ab55]

        INTEGRATION: CWS impressalternativtext (1.3.1732); FILE MERGED 2007/05/24 13:38:17 cl 1.3.1732.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d2791116b04554a8717b7ee9ceb5be1fe93050]

        INTEGRATION: CWS impressalternativtext (1.8.6); FILE MERGED 2007/05/25 10:37:43 cl 1.8.6.2: #i68099# added description to ImageMapObj's 2007/05/24 13:38:17 cl 1.8.6.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3775de11cfaa0765deaa4defe77331f493d6156]

        INTEGRATION: CWS impressalternativtext (1.3.30); FILE MERGED 2007/05/24 13:38:02 cl 1.3.30.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7027a3fe2e4557c02e9d43a8a889462fc83c698b]

        INTEGRATION: CWS impressalternativtext (1.2.72); FILE MERGED 2007/05/24 13:37:18 cl 1.2.72.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [175b4ec2a6c5fcb2349ba7278dedeb667e152ab6]

        INTEGRATION: CWS impressalternativtext (1.4.328); FILE MERGED 2007/05/25 11:23:25 cl 1.4.328.2: #i68099# added description to ImageMapObj's 2007/05/25 10:53:55 cl 1.4.328.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd2f3f87654e4952f0a44e2490f2d965b54cd38d]

        INTEGRATION: CWS impressalternativtext (1.37.38); FILE MERGED 2007/05/25 10:53:55 cl 1.37.38.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa364a9b641ad7dbe82f355e6b47f04024687723]

        INTEGRATION: CWS impressalternativtext (1.19.10); FILE MERGED 2007/05/25 10:46:52 cl 1.19.10.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [91ac8e6b57a4d3580cff28936429a83c57590c85]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:48 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d33fb24ccacddd6ce75fca5af48ba08c03330e5f]

        INTEGRATION: CWS impressalternativtext (1.28.4); FILE MERGED 2007/05/29 13:55:32 cl 1.28.4.2: #i68100# adding Title and Description to layers 2007/05/24 13:14:07 cl 1.28.4.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9fa8682050fefe5e3af7e17b7ab394867a0ebc2]

        INTEGRATION: CWS impressalternativtext (1.52.4); FILE MERGED 2007/05/24 13:14:07 cl 1.52.4.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7116ad4204b91a0e3fd2a3d73ca508bc2933cea3]

        INTEGRATION: CWS impressalternativtext (1.13.70); FILE MERGED 2007/05/24 13:17:20 cl 1.13.70.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48ad3a4bc600d3033232b4a332339a8325f8048]

        INTEGRATION: CWS impressalternativtext (1.2.434); FILE MERGED 2007/05/24 13:07:26 cl 1.2.434.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88728d1ab7d0b5227bb9da3476eda4ba56c2b36]

        INTEGRATION: CWS impressalternativtext (1.1.2); FILE ADDED 2007/05/24 13:07:02 cl 1.1.2.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8451bf6153cfde42a889caba16d44996ff88be9]

        INTEGRATION: CWS impressalternativtext (1.1.2); FILE ADDED 2007/05/24 13:06:54 cl 1.1.2.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [879a0a27d0354c9950bd07c14c695ffd815c5a61]

        INTEGRATION: CWS impressalternativtext (1.22.44); FILE MERGED 2007/05/24 13:07:26 cl 1.22.44.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca0dd6b1a45690a5c69403641d06e63766014c3c]

        INTEGRATION: CWS impressalternativtext (1.5.108); FILE MERGED 2007/05/24 13:26:27 cl 1.5.108.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd427a34cf9f4b7b1fa2dfebe8adcb2e5831cbdb]

        INTEGRATION: CWS impressalternativtext (1.32.4); FILE MERGED 2007/05/24 13:26:27 cl 1.32.4.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b3ca08ea15d5260afd776b36c67d14550788922]

        INTEGRATION: CWS impressalternativtext (1.7.108); FILE MERGED 2007/05/24 13:10:38 cl 1.7.108.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ffec43b9f496d62a141aac91bb232fd039a3cef]

        INTEGRATION: CWS impressalternativtext (1.9.108); FILE MERGED 2007/05/24 13:10:38 cl 1.9.108.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [97db2223ae7439db3bbe50c8602a0035a0e17c46]

        INTEGRATION: CWS impressalternativtext (1.35.44); FILE MERGED 2007/05/24 13:10:38 cl 1.35.44.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ab937e206353861e9cd07c306710d4eb663cbfa]

        INTEGRATION: CWS impressalternativtext (1.1.2); FILE ADDED 2007/05/29 16:41:17 cl 1.1.2.2: #i68100# adding Title and Description to layers 2007/05/24 13:09:59 cl 1.1.2.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba93692ca0298570c354a7d471d461981bf3cd88]

        INTEGRATION: CWS impressalternativtext (1.1.2); FILE ADDED 2007/05/24 13:10:09 cl 1.1.2.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a74977c82f2cbb61328310abbe333e95fc09d49]

        INTEGRATION: CWS impressalternativtext (1.6.20); FILE MERGED 2007/05/24 13:10:38 cl 1.6.20.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c9f3e284c4930ccd2caf8dccc48dfe0b8b2b101]

        INTEGRATION: CWS impressalternativtext (1.3.434); FILE MERGED 2007/05/24 13:05:48 cl 1.3.434.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cf5c750c1bd6cb0e497872f9e49d242108bcfe0]

        INTEGRATION: CWS impressalternativtext (1.4.158); FILE MERGED 2007/05/24 13:05:48 cl 1.4.158.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [18f259841f0d860cf3278a0eda222e1c3a7a4c43]

        INTEGRATION: CWS impressalternativtext (1.5.108); FILE MERGED 2007/05/24 13:05:47 cl 1.5.108.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9b3374017c47f3ad321157483cef3f21ae571a3]

        INTEGRATION: CWS impressalternativtext (1.8.116); FILE MERGED 2007/05/24 13:51:59 cl 1.8.116.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [04a7f03e7cafe6b12a989c3d196e45f22f62bb9d]

        INTEGRATION: CWS impressalternativtext (1.7.116); FILE MERGED 2007/05/24 13:51:59 cl 1.7.116.1: #i68100# adding Title and Description to layers

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dd6c8ddac94314e8c0578332a6762ab1126a13c]

        INTEGRATION: CWS impressalternativtext (1.13.82); FILE MERGED 2007/05/24 13:51:44 cl 1.13.82.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c05fe1ec93ecd2ce68585b9a487b9293dfaf8183]

        INTEGRATION: CWS impressalternativtext (1.11.116); FILE MERGED 2007/05/24 13:51:43 cl 1.11.116.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [69684218ab6ba9b1152b8030f46d13db33f67b97]

        INTEGRATION: CWS impressalternativtext (1.4.148); FILE MERGED 2007/05/24 13:51:26 cl 1.4.148.1: #i68099# added description to ImageMapObj's

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [164c23a9840546de97cf08e92bc3c08c6ea904ff]

        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>  [c9e9bb94a20c8d1a7c007a7149488d9e068e5e94]

        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>  [b5f7d634cdce5d0011aeca63924e88bd3d62e823]

        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>  [1896051e9384a0c3e03889b0866d5435092d8daa]

        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>  [0d117effc9136b094b6327e4c896e9b476d4dce8]

        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>  [fd2013ca050735693b34202f855d3512b67eeb64]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:47 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [328f7229a95f387e7c0fc28bcec9c54cf3bf5a45]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:46 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b3215830ba6efbd83a10003029b5d13e23dc5a6]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:45 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [747efefb2d0af8d23b6c63be9b923d073d4baf97]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:44 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f289ead7b33440397958ede54f72a56148d99fb]

        INTEGRATION: CWS helplinker01redux (1.9.2); FILE MERGED 2007/06/13 12:10:09 cmc 1.9.2.1: #i70155 export needed boost methods for HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5de2fe8fa36df6f3e8c768e53b7b363ee59b33de]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:43 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [852fa0aeffdbc4c9713ec8fa17cd28ba432c68e2]

        INTEGRATION: CWS helplinker01redux (1.13.2); FILE MERGED 2007/06/13 12:10:09 cmc 1.13.2.1: #i70155 export needed boost methods for HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbb1a320683efdffd8d2b758b8cd2357b8fe2bcd]

        INTEGRATION: CWS helplinker01redux (1.9.2); FILE MERGED 2007/06/21 16:02:11 hjs 1.9.2.2: #i70155# reenabling the assert 2007/06/13 12:10:09 cmc 1.9.2.1: #i70155 export needed boost methods for HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88e092b6186adeb7109ce3edb711cb7a8005751]

        INTEGRATION: CWS helplinker01redux (1.2.12); FILE MERGED 2007/06/17 14:43:16 cmc 1.2.12.1: #i78530# ah, the old db4 has a stinker in it

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c462e1480f288dd4f6e2f5ffcccb065001345be]

        INTEGRATION: CWS helplinker01redux (1.28.2); FILE MERGED 2007/06/13 12:11:15 cmc 1.28.2.1: #i70155 native HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [abcc59e33bf3620227e96489c91b01582aa9106d]

        INTEGRATION: CWS helplinker01redux (1.3.2); FILE MERGED 2007/06/25 09:15:40 cmc 1.3.2.7: #i78530# remove a warning 2007/06/21 08:16:50 cmc 1.3.2.6: #i78530# windows foo 2007/06/18 12:40:23 cmc 1.3.2.5: #i78530# _defaultTransform unneeded 2007/06/15 15:13:21 cmc 1.3.2.4: #i78530# solaris stream problem 2007/06/13 13:45:37 cmc 1.3.2.3: add some debugging 2007/06/13 13:02:52 cmc 1.3.2.2: #i70155 native HelpLinker 2007/06/13 12:11:15 cmc 1.3.2.1: #i70155 native HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [60cc28ceffc8fe35896af20e2daae8ee5e070a9a]

        INTEGRATION: CWS helplinker01redux (1.3.2); FILE MERGED 2007/06/16 15:47:33 cmc 1.3.2.3: #i78530# and remove leak 2007/06/15 15:13:21 cmc 1.3.2.2: #i78530# solaris stream problem 2007/06/13 12:11:15 cmc 1.3.2.1: #i70155 native HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac914a4dd4ace03a1d9ccc39158ff839c38f91f0]

        INTEGRATION: CWS helplinker01redux (1.2.2); FILE MERGED 2007/06/16 15:47:33 cmc 1.2.2.1: #i78530# and remove leak

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6df458d84b1f7e26bf2a6ca8c08eeb75d1819f13]

        INTEGRATION: CWS helplinker01redux (1.16.2); FILE MERGED 2007/06/13 12:11:15 cmc 1.16.2.1: #i70155 native HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3c23c7d4908392fb08fedc6c41b75d3ae0f444]

        INTEGRATION: CWS helplinker01redux (1.14.2); FILE MERGED 2007/06/13 12:11:15 cmc 1.14.2.1: #i70155 native HelpLinker

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2369a677e4dfcd384706f0c90739d79482c025e5]

        INTEGRATION: CWS helplinker01redux (1.4.8); FILE MERGED 2007/06/17 11:01:24 cmc 1.4.8.1: #i78530# get the solaris buildbot to build

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [351baaec39111fccf8bc11a82f3389de1b5eed67]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:42 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b14d6a31092c3dbc25db30c2e6d4142232558e9f]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:41 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77b24fc2cf0513469b807732849bcdb1f2d060b]

        INTEGRATION: CWS aw046 (1.31.84); FILE MERGED 2007/05/30 17:39:28 aw 1.31.84.8: RESYNC: (1.32-1.33); FILE MERGED 2007/05/30 14:44:16 aw 1.31.84.7: #i74768# code cleanups 2007/04/24 14:35:00 aw 1.31.84.6: changes after resync 2007/04/23 17:06:03 aw 1.31.84.5: RESYNC: (1.31-1.32); FILE MERGED 2007/02/28 16:04:14 nn 1.31.84.4: #i74768# no separate paint of outliner view, no paint of controls layer 2007/02/27 16:08:50 aw 1.31.84.3: #i74769# adjustments 2007/02/26 17:23:48 aw 1.31.84.2: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice 2007/02/22 17:56:08 nn 1.31.84.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d586be7ea38ddc73a8767ef56d5f735b69533c31]

        INTEGRATION: CWS aw046 (1.46.10); FILE MERGED 2007/04/26 10:13:38 aw 1.46.10.5: #i74769# 2007/04/23 22:14:39 aw 1.46.10.4: RESYNC: (1.46-1.47); FILE MERGED 2007/04/05 14:18:15 aw 1.46.10.3: #i74769# Scroll needs to move the child windows which are FormControls 2007/04/03 14:27:01 aw 1.46.10.2: #i74769# 2007/02/26 17:22:16 aw 1.46.10.1: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aecab81a3fa23c291e7fe6819515c3d1118a251]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:40 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c5fd80cb725e35c9e0c2fb839225df8a488543f]

        INTEGRATION: CWS aw046 (1.34.2); FILE MERGED 2007/05/30 14:35:46 aw 1.34.2.8: #i74769# code cleanups 2007/05/08 15:45:00 aw 1.34.2.7: #i74769# 2007/04/26 10:26:01 aw 1.34.2.6: #i74769# 2007/04/05 14:21:07 aw 1.34.2.5: #i74769# Scroll needs to move the child windows which are FormControls 2007/04/03 11:33:27 aw 1.34.2.4: #i74769# Added support for PaintBuffer 2007/04/03 10:02:31 aw 1.34.2.3: #i74769# removed ExpandPaintClipRegion 2007/03/06 16:01:48 aw 1.34.2.2: #i74769# in-between progess state 2007/02/26 17:18:24 aw 1.34.2.1: #i74769# Changed Begin/EndDrawLayer() to support direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd3dea032ff1e70be472c0a6a87263f67c6d18ce]

        INTEGRATION: CWS aw046 (1.56.2); FILE MERGED 2007/05/21 10:32:00 fs 1.56.2.6: #i74769# +FindPatchedPageWindow 2007/05/08 15:45:00 aw 1.56.2.5: #i74769# 2007/04/23 22:01:41 aw 1.56.2.4: RESYNC: (1.56-1.57); FILE MERGED 2007/03/06 16:01:48 aw 1.56.2.3: #i74769# in-between progess state 2007/02/27 16:07:36 aw 1.56.2.2: #i74769# adjustments 2007/02/26 17:18:23 aw 1.56.2.1: #i74769# Changed Begin/EndDrawLayer() to support direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed47f6a21ecaa7d42f9326f5afb80737ac1392af]

        INTEGRATION: CWS aw046 (1.87.36); FILE MERGED 2007/04/23 22:00:56 aw 1.87.36.2: RESYNC: (1.87-1.88); FILE MERGED 2007/04/03 10:02:31 aw 1.87.36.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [abed2a8a37f478764e40c8d4a68101984b4eb730]

        INTEGRATION: CWS aw046 (1.5.2); FILE MERGED 2007/05/30 14:35:46 aw 1.5.2.4: #i74769# code cleanups 2007/04/26 10:26:01 aw 1.5.2.3: #i74769# 2007/04/03 10:02:30 aw 1.5.2.2: #i74769# removed ExpandPaintClipRegion 2007/03/06 16:01:48 aw 1.5.2.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4b2b8233e12e59b7b9eb944be8ff608cae46cb]

        INTEGRATION: CWS aw046 (1.5.2); FILE MERGED 2007/05/21 10:32:26 fs 1.5.2.3: #i74769# GetControlContainer: use original PaintWindow if applicable 2007/04/23 22:00:40 aw 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 10:02:30 aw 1.5.2.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cafa6dd34f297aadf9b3f24a6e26b79bd5467bbd]

        INTEGRATION: CWS aw046 (1.5.2); FILE MERGED 2007/05/30 19:47:00 aw 1.5.2.7: RESYNC: (1.5-1.6); FILE MERGED 2007/05/30 14:35:45 aw 1.5.2.6: #i74769# code cleanups 2007/05/25 10:59:02 aw 1.5.2.5: #i75172# let ImpBufferTimerHandler temporarily take away VCL cursors 2007/04/26 10:26:01 aw 1.5.2.4: #i74769# 2007/04/23 08:47:55 aw 1.5.2.3: #i74769 2007/04/20 09:50:32 aw 1.5.2.2: #i74769# added copyArea to OverlyManager to support scrolling of sub-areas of the complete overlay buffer 2007/04/03 10:05:04 aw 1.5.2.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a155ed52f9090188900f2324bef860793489bc4a]

        INTEGRATION: CWS aw046 (1.3.130); FILE MERGED 2007/04/20 09:50:31 aw 1.3.130.1: #i74769# added copyArea to OverlyManager to support scrolling of sub-areas of the complete overlay buffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1838b75894ed08e5e70b70c44a85468929ef36f7]

        INTEGRATION: CWS aw046 (1.7.2); FILE MERGED 2007/06/04 08:33:11 fs 1.7.2.6: manual RESYNC: re-merge the changes m210->m213 2007/05/30 14:35:45 aw 1.7.2.5: #i74769# code cleanups 2007/05/21 10:32:44 fs 1.7.2.4: #i74769# moved assertion 2007/05/08 15:44:59 aw 1.7.2.3: #i74769# 2007/04/23 21:59:29 aw 1.7.2.2: RESYNC: (1.7-1.9); FILE MERGED 2007/04/03 10:13:18 aw 1.7.2.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [74065ce79fd17d6198b595312ca8f5dfa32b89e2]

        INTEGRATION: CWS aw046 (1.11.38); FILE MERGED 2007/04/03 10:13:17 aw 1.11.38.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eec2e20ae72ab66e54b74d5e6b00e7d533f1d7c]

        INTEGRATION: CWS aw046 (1.13.166); FILE MERGED 2007/04/03 10:13:17 aw 1.13.166.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2edaf584b74e46666ca40a2fdf7b4eb6c98ddbc4]

        INTEGRATION: CWS aw046 (1.5.38); FILE MERGED 2007/05/30 14:35:45 aw 1.5.38.7: #i74769# code cleanups 2007/05/08 15:44:59 aw 1.5.38.6: #i74769# 2007/04/26 10:36:44 aw 1.5.38.5: #i74769# unused var nCountBefore in pro version 2007/04/26 10:26:00 aw 1.5.38.4: #i74769# 2007/04/23 21:59:22 aw 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2007/04/03 11:33:27 aw 1.5.38.2: #i74769# Added support for PaintBuffer 2007/03/06 16:01:48 aw 1.5.38.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfbb49485da899574b8c7f6d174f8ec4cb52a6c3]

        INTEGRATION: CWS aw046 (1.12.38); FILE MERGED 2007/04/03 10:13:16 aw 1.12.38.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [59ac72aa7b3454710483efae6d7de06fd2817b7e]

        INTEGRATION: CWS aw046 (1.10.126); FILE MERGED 2007/04/03 10:13:15 aw 1.10.126.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [87bc442f39008232ca2075018c529a202b934236]

        INTEGRATION: CWS aw046 (1.12.264); FILE MERGED 2007/04/03 10:13:15 aw 1.12.264.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8f2283e83458e23c26234faed9e6670c887886]

        INTEGRATION: CWS aw046 (1.16.166); FILE MERGED 2007/04/03 10:13:15 aw 1.16.166.3: #i74769# removed ExpandPaintClipRegion 2007/03/06 16:01:47 aw 1.16.166.2: #i74769# in-between progess state 2007/02/27 16:07:35 aw 1.16.166.1: #i74769# adjustments

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [95663bc64d534f2aadb4a5f5ced44ca370239256]

        INTEGRATION: CWS aw046 (1.8.166); FILE MERGED 2007/04/03 10:13:14 aw 1.8.166.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bcb1cbfd78a6d62a28fa6e68235a275049e66eb]

        INTEGRATION: CWS aw046 (1.10.264); FILE MERGED 2007/04/03 10:13:14 aw 1.10.264.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4937a1d6994375eeeb64599e544a690aa01ae34d]

        INTEGRATION: CWS aw046 (1.28.38); FILE MERGED 2007/02/26 17:18:23 aw 1.28.38.1: #i74769# Changed Begin/EndDrawLayer() to support direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e333c3c0318b10453b027ee01560222a93509a]

        INTEGRATION: CWS aw046 (1.29.28); FILE MERGED 2007/05/30 19:16:19 aw 1.29.28.2: RESYNC: (1.29-1.30); FILE MERGED 2007/04/03 09:56:39 aw 1.29.28.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [141ca97d7ae3402ba91654db63e6687f53ca71a9]

        INTEGRATION: CWS aw046 (1.11.46); FILE MERGED 2007/04/24 12:44:41 aw 1.11.46.1: #i76339#

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede5fc573b8322d3a135e978c565a4cde3cf90ec]

        INTEGRATION: CWS aw046 (1.11.168); FILE MERGED 2007/04/03 09:56:38 aw 1.11.168.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fee726597067b7ab902dde727c6325bcafe541f]

        INTEGRATION: CWS aw046 (1.3.2); FILE MERGED 2007/04/20 09:50:23 aw 1.3.2.2: #i74769# added copyArea to OverlyManager to support scrolling of sub-areas of the complete overlay buffer 2007/04/03 09:53:33 aw 1.3.2.1: #i74769# increased granularity using Region instead of Rectangle

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [127c1d0aa58028c2a1fb05bef5411cbd77d8a5a0]

        INTEGRATION: CWS aw046 (1.2.168); FILE MERGED 2007/04/20 09:50:22 aw 1.2.168.1: #i74769# added copyArea to OverlyManager to support scrolling of sub-areas of the complete overlay buffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6de60d4fc58514c6d99940f01f8d14f6960754f8]

        INTEGRATION: CWS aw046 (1.6.38); FILE MERGED 2007/04/03 09:51:50 aw 1.6.38.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b33f9a0af98acdbe68f07a9cac4ab12b54a3add8]

        INTEGRATION: CWS aw046 (1.6.166); FILE MERGED 2007/04/03 09:51:49 aw 1.6.166.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ebe36554d3d87b8dd666c7e39bc82482abb17b]

        INTEGRATION: CWS aw046 (1.10.166); FILE MERGED 2007/04/03 09:51:47 aw 1.10.166.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5940dd21c4f2fa9dd79fea7deb2cdfff4f104c75]

        INTEGRATION: CWS aw046 (1.10.598); FILE MERGED 2007/04/03 09:51:47 aw 1.10.598.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe67031dc0c19281c26569750f8549457f218b68]

        INTEGRATION: CWS aw046 (1.2.38); FILE MERGED 2007/04/24 11:30:47 aw 1.2.38.2: #i76339# 2007/04/24 11:11:50 aw 1.2.38.1: adaptions after resync

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44a043fb34fbf2bfe2aec109abfda9ecf6dbd65]

        INTEGRATION: CWS aw046 (1.2.38); FILE MERGED 2007/05/21 10:31:51 fs 1.2.38.3: #i74769# +FindPatchedPageWindow 2007/05/08 15:44:41 aw 1.2.38.2: #i74769# 2007/04/24 11:11:50 aw 1.2.38.1: adaptions after resync

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9467b40f1fe2ecbabb8c8e18f31c6dd7746ad893]

        INTEGRATION: CWS aw046 (1.4.2); FILE MERGED 2007/04/03 09:47:51 aw 1.4.2.1: #i74769# removed ExpandPaintClipRegion

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [182ad595c8edb9280c341ae489b02edffa1837bd]

        INTEGRATION: CWS aw046 (1.26.48); FILE MERGED 2007/02/26 17:28:14 aw 1.26.48.1: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [082df5915674bdef75df735ee374f4c3809544d2]

        INTEGRATION: CWS aw046 (1.68.46); FILE MERGED 2007/05/30 18:15:19 aw 1.68.46.12: RESYNC: (1.69-1.71); FILE MERGED 2007/05/30 14:49:38 aw 1.68.46.11: #i75172# code cleanups 2007/05/25 12:04:36 aw 1.68.46.10: #i75172 2007/05/04 16:47:51 aw 1.68.46.9: #i75172# 2007/04/27 12:41:32 aw 1.68.46.8: #i75172# SCROLL_NOWINDOWINVALIDATE was added to all Scroll() instructions, not only to the ones in ViewShell::Scroll() which are correct 2007/04/26 10:30:30 aw 1.68.46.7: #i75172# 2007/04/23 17:38:41 aw 1.68.46.6: RESYNC: (1.68-1.69); FILE MERGED 2007/04/20 16:43:10 aw 1.68.46.5: #i75172# selection overlay is good for tables; big changes to smooth scrolling; some very old errors corrected there, also smooth scrolling is now allowed with selection and form controls 2007/04/20 09:57:20 aw 1.68.46.4: #i75172# first tests for selection on overlay; smooth scrolling support start 2007/04/03 11:32:16 aw 1.68.46.3: #i74769# Added support for PaintBuffer 2007/03/06 16:32:21 aw 1.68.46.2: #i74769# in-between progess state 2007/02/26 17:28:14 aw 1.68.46.1: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f659d53c958d724fc13ddeb4a0073314cbe54308]

        INTEGRATION: CWS aw046 (1.34.48); FILE MERGED 2007/05/30 18:15:02 aw 1.34.48.5: RESYNC: (1.35-1.36); FILE MERGED 2007/05/30 14:49:38 aw 1.34.48.4: #i75172# code cleanups 2007/04/23 17:38:20 aw 1.34.48.3: RESYNC: (1.34-1.35); FILE MERGED 2007/04/03 11:32:16 aw 1.34.48.2: #i74769# Added support for PaintBuffer 2007/03/06 16:32:21 aw 1.34.48.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [342af1c40a9723cc5ca2fbdbd5cc2680fd95a738]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:39 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [262875165ead7f6bc07b9849a9f3793278d75741]

        INTEGRATION: CWS aw046 (1.18.48); FILE MERGED 2007/05/30 14:49:38 aw 1.18.48.6: #i75172# code cleanups 2007/04/27 12:41:32 aw 1.18.48.5: #i75172# SCROLL_NOWINDOWINVALIDATE was added to all Scroll() instructions, not only to the ones in ViewShell::Scroll() which are correct 2007/04/20 09:57:20 aw 1.18.48.4: #i75172# first tests for selection on overlay; smooth scrolling support start 2007/04/03 14:51:22 aw 1.18.48.3: #i75172# 2007/04/03 11:32:15 aw 1.18.48.2: #i74769# Added support for PaintBuffer 2007/03/06 16:32:20 aw 1.18.48.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c4c113f737cebcdf424a7b0685381030138db4b]

        INTEGRATION: CWS aw046 (1.100.46); FILE MERGED 2007/05/30 18:08:42 aw 1.100.46.6: RESYNC: (1.101-1.102); FILE MERGED 2007/05/30 14:49:37 aw 1.100.46.5: #i75172# code cleanups 2007/04/26 10:30:30 aw 1.100.46.4: #i75172# 2007/04/23 17:32:32 aw 1.100.46.3: RESYNC: (1.100-1.101); FILE MERGED 2007/04/03 11:32:14 aw 1.100.46.2: #i74769# Added support for PaintBuffer 2007/03/06 16:32:20 aw 1.100.46.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fbd56b3e29123439c5c99695c180bec79e4aefe]

        INTEGRATION: CWS aw046 (1.65.106); FILE MERGED 2007/05/30 14:49:37 aw 1.65.106.5: #i75172# code cleanups 2007/04/23 17:32:11 aw 1.65.106.4: RESYNC: (1.65-1.66); FILE MERGED 2007/04/03 14:44:47 aw 1.65.106.3: #i75172# 2007/04/03 11:32:13 aw 1.65.106.2: #i74769# Added support for PaintBuffer 2007/03/06 16:32:19 aw 1.65.106.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c69ea9a85e41f652baf50b6de76e7d33755d5a0]

        INTEGRATION: CWS aw046 (1.27.4); FILE MERGED 2007/04/03 11:19:58 aw 1.27.4.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3316f2837b61c018761356f712d214ecd2db8ff1]

        INTEGRATION: CWS aw046 (1.54.154); FILE MERGED 2007/05/30 18:01:59 aw 1.54.154.2: RESYNC: (1.54-1.55); FILE MERGED 2007/04/03 11:19:57 aw 1.54.154.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [df9613964b170976ec9d60310fed4c23a8a31cea]

        INTEGRATION: CWS aw046 (1.23.228); FILE MERGED 2007/05/30 14:49:37 aw 1.23.228.5: #i75172# code cleanups 2007/05/04 16:47:51 aw 1.23.228.4: #i75172# 2007/04/26 10:30:29 aw 1.23.228.3: #i75172# 2007/04/23 17:23:12 aw 1.23.228.2: RESYNC: (1.23-1.24); FILE MERGED 2007/04/20 09:57:19 aw 1.23.228.1: #i75172# first tests for selection on overlay; smooth scrolling support start

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3faedf4c1f2a156261d4f71ce976a82988ead45]

        INTEGRATION: CWS aw046 (1.62.78); FILE MERGED 2007/05/30 17:56:51 aw 1.62.78.2: RESYNC: (1.62-1.63); FILE MERGED 2007/05/04 16:47:51 aw 1.62.78.1: #i75172#

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [043e3648befd7067af9ad3296dcfe79c889eb372]

        INTEGRATION: CWS aw046 (1.5.248); FILE MERGED 2007/05/04 16:47:25 aw 1.5.248.3: #i75172# 2007/04/26 10:30:19 aw 1.5.248.2: #i75172# 2007/04/20 09:56:28 aw 1.5.248.1: #i75172# first tests for selection on overlay

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e2df9f0d98dc73051652297bcfa6b89ed8674b]

        INTEGRATION: CWS aw046 (1.52.46); FILE MERGED 2007/05/30 17:54:35 aw 1.52.46.3: RESYNC: (1.53-1.55); FILE MERGED 2007/04/23 17:19:37 aw 1.52.46.2: RESYNC: (1.52-1.53); FILE MERGED 2007/02/26 17:28:03 aw 1.52.46.1: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [98c1093a76b1d36d138f97feab9a2fdbc8e76033]

        INTEGRATION: CWS aw046 (1.51.16); FILE MERGED 2007/05/30 17:41:23 aw 1.51.16.6: RESYNC: (1.52-1.54); FILE MERGED 2007/05/30 14:44:17 aw 1.51.16.5: #i74768# code cleanups 2007/04/23 17:11:42 aw 1.51.16.4: RESYNC: (1.51-1.52); FILE MERGED 2007/04/03 11:41:57 aw 1.51.16.3: #i74769# Added support for PaintBuffer 2007/03/06 16:02:49 aw 1.51.16.2: #i74769# in-between progess state 2007/02/28 15:23:25 nn 1.51.16.1: #i74768# PaintRangeFinder: always invalidate

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [47db2f635108888ae4b96d0c7d95854bd106759c]

        INTEGRATION: CWS aw046 (1.16.84); FILE MERGED 2007/05/30 17:41:15 aw 1.16.84.4: RESYNC: (1.17-1.18); FILE MERGED 2007/04/23 17:11:33 aw 1.16.84.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/03 11:41:56 aw 1.16.84.2: #i74769# Added support for PaintBuffer 2007/03/06 16:02:48 aw 1.16.84.1: #i74769# in-between progess state

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e201b44d083364efa96bc555e756a3aad2f9e959]

        INTEGRATION: CWS aw046 (1.49.50); FILE MERGED 2007/05/30 17:40:29 aw 1.49.50.3: RESYNC: (1.49-1.50); FILE MERGED 2007/05/30 14:44:16 aw 1.49.50.2: #i74768# code cleanups 2007/05/24 16:05:24 aw 1.49.50.1: #i74768# added offset to PostPrintDrawingLayer and removed own FormLayer printing

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2af2381ec52cc46eab6146142c02866c1d013b84]

        INTEGRATION: CWS aw046 (1.23.20); FILE MERGED 2007/05/24 16:05:24 aw 1.23.20.3: #i74768# added offset to PostPrintDrawingLayer and removed own FormLayer printing 2007/04/23 17:08:30 aw 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/26 17:23:49 aw 1.23.20.1: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ffe8be8a4a4c7ec3f0c681b7ab6de21b48a16d]

        INTEGRATION: CWS aw046 (1.29.176); FILE MERGED 2007/04/23 17:08:10 aw 1.29.176.4: RESYNC: (1.29-1.30); FILE MERGED 2007/02/28 13:31:52 nn 1.29.176.3: #i74768# UpdateFormulas: Invalidate instead of direct output 2007/02/26 17:23:49 aw 1.29.176.2: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice 2007/02/22 17:56:08 nn 1.29.176.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f468d1b90697903377a1940fc77ef3632120a4e]

        INTEGRATION: CWS aw046 (1.15.84); FILE MERGED 2007/05/30 17:39:19 aw 1.15.84.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/23 17:05:54 aw 1.15.84.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/22 17:56:08 nn 1.15.84.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc04e202b86234665d9a11b6a7f3be0d872fa03f]

        INTEGRATION: CWS aw046 (1.79.82); FILE MERGED 2007/05/30 17:39:00 aw 1.79.82.7: RESYNC: (1.80-1.81); FILE MERGED 2007/05/30 14:44:16 aw 1.79.82.6: #i74768# code cleanups 2007/04/24 14:35:00 aw 1.79.82.5: changes after resync 2007/04/23 17:05:32 aw 1.79.82.4: RESYNC: (1.79-1.80); FILE MERGED 2007/04/03 11:41:56 aw 1.79.82.3: #i74769# Added support for PaintBuffer 2007/03/06 16:02:48 aw 1.79.82.2: #i74769# in-between progess state 2007/02/28 13:31:52 nn 1.79.82.1: #i74768# UpdateFormulas: Invalidate instead of direct output

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a984467314c53b16ae79435f40c5c3b5533c31b]

        INTEGRATION: CWS aw046 (1.13.2); FILE MERGED 2007/04/23 17:04:10 aw 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/03 10:16:32 aw 1.13.2.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [81fa1c6df996030421ca158e51df48a7dafe0a7d]

        INTEGRATION: CWS aw046 (1.18.22); FILE MERGED 2007/05/24 16:05:16 aw 1.18.22.4: #i74768# added offset to PostPrintDrawingLayer and removed own FormLayer printing 2007/02/28 13:31:52 nn 1.18.22.3: #i74768# UpdateFormulas: Invalidate instead of direct output 2007/02/26 17:23:48 aw 1.18.22.2: #i74769# use Begin/EndDrawLayer() support of direct use of SdrPaintWindow and PreRenderDevice 2007/02/22 17:56:07 nn 1.18.22.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab095f2ddcf01fa01e6e44e2d2118cf5b7d55715]

        INTEGRATION: CWS aw046 (1.22.82); FILE MERGED 2007/04/23 16:25:08 aw 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2007/02/22 17:56:07 nn 1.22.82.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [57da66141a9c70c0790d3a2cb7bb57af904aa7c0]

        INTEGRATION: CWS aw046 (1.4.384); FILE MERGED 2007/02/22 17:56:07 nn 1.4.384.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb1455112804f2cb18e802e4a8f6027443967b9]

        INTEGRATION: CWS aw046 (1.6.176); FILE MERGED 2007/06/01 09:02:46 aw 1.6.176.3: changes after resync 2007/04/23 15:57:38 aw 1.6.176.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/22 17:56:07 nn 1.6.176.1: #i74768# use variable pContentDev to draw content in ScGridWindow::Draw

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a45c61a856f90ff3f0108c97cf32770357fa6612]

        INTEGRATION: CWS aw046 (1.47.86); FILE MERGED 2007/05/30 16:41:01 aw 1.47.86.3: RESYNC: (1.48-1.50); FILE MERGED 2007/04/23 14:38:04 aw 1.47.86.2: RESYNC: (1.47-1.48); FILE MERGED 2007/04/05 14:19:32 aw 1.47.86.1: #i74769# Scroll needs to move the child windows which are FormControls

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [15fdddf626e72bc7b576f2371a4ef6195fb72c97]

        INTEGRATION: CWS aw046 (1.12.34); FILE MERGED 2007/04/03 11:09:12 aw 1.12.34.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [038d13e11ee098e9d2be9ef110dd6d31372c95d4]

        INTEGRATION: CWS aw046 (1.57.32); FILE MERGED 2007/04/03 11:09:11 aw 1.57.32.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc42e2f18a0b1ff7236bf7d73cf55a8f19cc544b]

        INTEGRATION: CWS aw046 (1.18.88); FILE MERGED 2007/04/03 11:09:10 aw 1.18.88.1: #i74769# Added support for PaintBuffer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0611939fba4f87399659ebbd0936ee78159cf6ce]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:38 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a071094900b6522903759c04b7e6b977dde0cb]

        INTEGRATION: CWS aw046 (1.129.20); FILE MERGED 2007/04/23 13:38:24 aw 1.129.20.2: RESYNC: (1.129-1.131); FILE MERGED 2007/04/03 09:41:40 aw 1.129.20.1: #i74769# Changed default for OverlayBuffer_Calc and OverlayBuffer_Writer to true, added PaintBuffer_(Calc|Writer|DrawImpress) for PreRendering control. Default is true for all.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b1a31c3ad2100340b048e24f2784ff9166de227]

        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>  [666c976c0c5a0af677616349c8d5d8cc3cf97b0e]

        INTEGRATION: CWS aw046 (1.2.24); FILE MERGED 2007/04/24 11:03:28 aw 1.2.24.1: adaptions after resync

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1760ebf7f993b7896d03ca4bbcf79490ad55b04f]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:37 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Thorsten Behrens  <thb@openoffice.org>  [fd2aef24e3f9d1aa1f933f3bffccd8b88e5b4cc2]

        #i78888# Splitting up XBitmap specializations into read-only and read-write parts

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8559ff8fced9738fc232f45bcd54e73bb928980]

        INTEGRATION: CWS aceart03 (1.2.8); FILE MERGED 2007/06/11 10:43:36 ace_dent 1.2.8.1: i78230 - Lossless optimization of png images for Tango icons. No design changes.

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6d3cc43756088f35176a5cb2de56c80310b8ab7]

        INTEGRATION: CWS jl60 (1.7.36); FILE MERGED 2007/06/13 15:06:51 jl 1.7.36.1: #i74340# string changes

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ec45c88f09420c53778f869108e43d4e68a566]

        INTEGRATION: CWS jl60 (1.3.42); FILE MERGED 2007/06/13 15:06:51 jl 1.3.42.1: #i74340# string changes

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d30f3a75864007dd004473213c3d86c7ef189d6]

        INTEGRATION: CWS jl60 (1.4.42); FILE MERGED 2007/06/13 09:04:51 jl 1.4.42.1: #i74339#

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd88a4b4437891d5ba5304e1c9cd32ba8ed44fe]

        INTEGRATION: CWS jl60 (1.4.42); FILE MERGED 2007/06/12 10:58:17 jl 1.4.42.1: #i72885# rename download button

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f67a1d320b9182a9e7452e131c1860302dc833e]

        INTEGRATION: CWS jl60 (1.11.42); FILE MERGED 2007/06/13 15:06:51 jl 1.11.42.3: #i74340# string changes 2007/06/13 06:39:26 jl 1.11.42.2: #i74339# replace press with click and quote \'OK\' etc. 2007/06/12 10:38:13 jl 1.11.42.1: #i70091# #i74235# More space for a fixed text in licence dialog and changed a Ok to OK

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d69df92c495b4ac2e667b8a49a9a81284445a9fd]

        INTEGRATION: CWS jl60 (1.14.36); FILE MERGED 2007/06/13 08:07:21 jl 1.14.36.1: #i78364# show extension name in message box

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f30ab057a6273ff0451a70ff499cc505fe22d7]

        INTEGRATION: CWS jl60 (1.1.4); FILE ADDED 2007/06/15 08:51:45 jl 1.1.4.2: #i70235# applet in browser test 2006/10/09 13:12:00 jl 1.1.4.1: file makefile.mk was added on branch cws_src680_jl60 on 2007-06-15 08:51:45 +0000

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea874455ac4637cffdc79bb011a3acf51cddaf75]

        INTEGRATION: CWS jl60 (1.1.4); FILE ADDED 2007/06/15 08:51:33 jl 1.1.4.2: #i70235# applet in browser test 2006/10/09 13:11:49 jl 1.1.4.1: file example.html was added on branch cws_src680_jl60 on 2007-06-15 08:51:33 +0000

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f193e66eed0dc1da35eb6eaf6e3dd9c383bcbd5]

        INTEGRATION: CWS jl60 (1.1.4); FILE ADDED 2007/06/15 08:51:56 jl 1.1.4.2: #i70235# applet in browser test 2006/10/09 13:11:39 jl 1.1.4.1: file bean.policy was added on branch cws_src680_jl60 on 2007-06-15 08:51:55 +0000

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [009ec7700c2ea3fbb8eda5071f4fc6c5a98d72bb]

        INTEGRATION: CWS jl60 (1.1.4); FILE ADDED 2007/06/15 09:00:29 jl 1.1.4.2: #i70235# applet in browser test 2006/10/09 13:12:10 jl 1.1.4.1: file OOoViewer.java was added on branch cws_src680_jl60 on 2007-06-15 09:00:29 +0000

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e2096fbeed125d467d20d08521f4db0438f6f9]

        INTEGRATION: CWS swqbf97 (1.66.166); FILE MERGED 2007/06/06 07:33:06 ama 1.66.166.2: RESYNC: (1.66-1.68); FILE MERGED 2007/05/07 08:38:03 fme 1.66.166.1: #i76360# Update document statistics

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [51099bf6493a7f24990da534c41f314c4624b0a8]

        INTEGRATION: CWS swqbf97 (1.100.30); FILE MERGED 2007/06/06 07:28:45 ama 1.100.30.3: RESYNC: (1.100-1.101); FILE MERGED 2007/05/14 09:58:20 hbrinkm 1.100.30.2: #i75959# applied patch 2007/04/23 10:00:05 hbrinkm 1.100.30.1: #i58982# applied patch

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c7c384109ba87997ef97f7e7876bdf6ede48ee6]

        INTEGRATION: CWS swqbf97 (1.92.70); FILE MERGED 2007/06/06 07:27:53 ama 1.92.70.2: RESYNC: (1.92-1.95); FILE MERGED Resync conflict solved 2007/04/23 10:00:05 hbrinkm 1.92.70.1: #i58982# applied patch

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [675766c92e4d9cebcefa571b7c834a89f445adea]

        INTEGRATION: CWS swqbf97 (1.28.190); FILE MERGED 2007/06/06 07:24:57 ama 1.28.190.2: RESYNC: (1.28-1.29); FILE MERGED 2007/04/19 14:12:18 ama 1.28.190.1: Fix #i67571#: Crash during rtf-import

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [55b9b026a485fade3df8ff965824049f37b54141]

        INTEGRATION: CWS swqbf97 (1.99.276); FILE MERGED 2007/06/06 07:20:29 ama 1.99.276.2: RESYNC: (1.99-1.102); FILE MERGED 2007/05/07 07:51:57 ama 1.99.276.1: #i76960#: Undo crashed, table flag has to be set

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe528b3c5951484b81109ea23bd03c7c1110dd74]

        INTEGRATION: CWS swqbf97 (1.27.68); FILE MERGED 2007/06/06 07:17:57 ama 1.27.68.2: RESYNC: (1.27-1.30); FILE MERGED 2007/05/21 14:09:03 ama 1.27.68.1: Fix #i77361#: Undo of number format change in table cells

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aa1a6517e885eab203c4ed01c1b47d1b6182711]

        INTEGRATION: CWS swqbf97 (1.25.190); FILE MERGED 2007/06/06 07:14:23 ama 1.25.190.2: RESYNC: (1.25-1.26); FILE MERGED 2007/05/15 11:54:37 fme 1.25.190.1: #i77379# FontChg - Hidden character attribute in styles not handled correctly

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a11c06cab1cc09081706dbfb487ba6fefa492177]

        INTEGRATION: CWS swqbf97 (1.3.46); FILE MERGED 2007/06/07 11:51:59 ama 1.3.46.3: Fix #i75324#: Fix disappeared during merge into master 2007/06/06 07:14:15 ama 1.3.46.2: RESYNC: (1.3-1.7); FILE MERGED 2007/04/20 13:35:42 ama 1.3.46.1: Fix #i76547#: Insert table column

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cca7868c12303a2ed561210da77923eec7e7df2]

        INTEGRATION: CWS swqbf97 (1.101.70); FILE MERGED 2007/06/06 07:12:34 ama 1.101.70.2: RESYNC: (1.101-1.102); FILE MERGED 2007/04/27 10:44:17 fme 1.101.70.1: #i76750# Don't forget to paint the subsidiary lines in the new table model

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [364c5fdc55c513570c1871b9f7eef290ee4ce43f]

        INTEGRATION: CWS swqbf97 (1.95.70); FILE MERGED 2007/06/06 07:11:22 ama 1.95.70.2: RESYNC: (1.95-1.96); FILE MERGED 2007/05/16 07:51:03 fme 1.95.70.1: #134283# Removed progress bar from InsertCnt, rescheduling caused crashes

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3693a16b7c89873eae1b5b7bbc4af40cc93f3792]

        INTEGRATION: CWS swqbf97 (1.66.70); FILE MERGED 2007/06/05 12:47:21 fme 1.66.70.1: #i77676# Line count check does not make sense if follow has a negative size

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [90dcc309211f2e4c856c6a90ceaa7b2ce56f0f4c]

        INTEGRATION: CWS swqbf97 (1.25.70); FILE MERGED 2007/04/19 14:12:56 ama 1.25.70.1: Fix #i67571#: Crash during rtf-import

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2e6223317385536503bea1606951ba5d40e9c13]

        INTEGRATION: CWS swqbf97 (1.16.278); FILE MERGED 2007/06/05 15:16:27 ama 1.16.278.2: RESYNC: (1.16-1.18); FILE MERGED 2007/05/29 08:08:42 fme 1.16.278.1: #i76242# Applied lijian's patch to resolve a table-in-table issue with lcl_CalcColValues

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a228fdf573700162843ae10c063616588d29fe57]

        INTEGRATION: CWS swqbf97 (1.26.68); FILE MERGED 2007/05/25 15:00:01 ama 1.26.68.1: Fix #i70498#: Update DDE links in header/footer

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ed2111ca9b1256fffa5096f34b3dd14abd7d67]

        INTEGRATION: CWS swqbf97 (1.32.70); FILE MERGED 2007/05/21 14:09:34 ama 1.32.70.1: Fix #i77361#: Undo of number format change in table cells

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0df486a2e955a188cf9ef6eb335ed14d364fda6e]

        INTEGRATION: CWS swqbf97 (1.72.12); FILE MERGED 2007/06/05 14:53:27 ama 1.72.12.2: RESYNC: (1.72-1.73); FILE MERGED 2007/04/19 14:47:17 ama 1.72.12.1: Fix #i76220#: Ignore case in text comparision

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [620c60b7e55c59c6512f21ffdda79eece44f5b58]

        INTEGRATION: CWS mav23 (1.2.18); FILE MERGED 2007/06/19 12:06:42 mav 1.2.18.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bccb600d0f37e62b6461c00c64898dd940db929]

        INTEGRATION: CWS mav23 (1.2.18); FILE MERGED 2007/06/19 12:06:41 mav 1.2.18.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e8ee4aa98d29d7798570a08cba54f454311cf0d]

        INTEGRATION: CWS mav23 (1.56.322); FILE MERGED 2007/06/19 12:27:21 mav 1.56.322.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e062ee60450f436a102ebc4bb68284911e2be56c]

        INTEGRATION: CWS mav23 (1.65.96); FILE MERGED 2007/06/19 12:02:00 mav 1.65.96.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1171dd2fd43ce83a7cf33b0f6b5e07dcc42721c9]

        INTEGRATION: CWS mav23 (1.64.120); FILE MERGED 2007/06/19 10:40:59 mav 1.64.120.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0e00dd35bfc395b2e1727c31cced186676cec96]

        INTEGRATION: CWS mav23 (1.82.6); FILE MERGED 2007/06/19 12:09:10 mav 1.82.6.1: #i78344# even plain streams must be encrypted in encrypted document

2007-06-26  Oliver Bolte  <obo@openoffice.org>  [b37e54d7b48fbab51d3f89e466f677c06e691319]

        #i78047# catched from cws basemodelrefactoring

2007-06-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [017225de4db2862b51b78976f640a6e16e9870f5]

        #i78506# workaround build breakage

2007-06-25  Oliver Specht  <os@openoffice.org>  [8731d1ddcf24403d7186914f58038844756fa858]

        row and cell properties of docx

2007-06-22  Rüdiger Timm  <rt@openoffice.org>  [355ee086fa215851b62418406b49552660a5c723]

        Avoid copyright confusion. Second entry removed as agreed by Jocelyn Merand, who originally contributed this code.

2007-06-21  Kurt Zenker  <kz@openoffice.org>  [189cb6cba2048756cef9b122f4b63da141626cd3]

        #i78771# warning as error breaks the build

2007-06-21  Kurt Zenker  <kz@openoffice.org>  [7b1899871f5147f92d7f83968ea43b170da71dc6]

        #i10000# dependency on sal needed

2007-06-21  Kurt Zenker  <kz@openoffice.org>  [90550d7d352b470a782cd0a3c2a88035029d4538]

        #i78768# change hard coded .so to DLLPOST & add .map support

2007-06-21  Kurt Zenker  <kz@openoffice.org>  [ca8bb9fdec8b1d374ba39a6f7d1daf841ac2b88b]

        #i10000# add .map file for windows

2007-06-21  Kurt Zenker  <kz@openoffice.org>  [73016152f5fd655ecafeef1330cc7c3f679d2489]

        i10000# fix build errors

2007-06-21  Vladimir Glazounov  <vg@openoffice.org>  [4182c6c45cd43deebf5dc18648eb87a56302380d]

        #i10000# Missing precompiled header directive added.

2007-06-21  Vladimir Glazounov  <vg@openoffice.org>  [f0100386e6104cf66080894277876714a1c5976c]

        #i10000# Syntax: missing opening parenthesis (probably mistake in manually resolving merge conlict).

2007-06-21  Oliver Specht  <os@openoffice.org>  [3119e493380981e6e82ea5719cd2bc13ea079bcd]

        test document

2007-06-21  Oliver Specht  <os@openoffice.org>  [40480f39a497cd704a0b6829d983fc3c322bc8b7]

        test document

2007-06-21  Oliver Specht  <os@openoffice.org>  [980639144342751a985705458a2062471d7eaffd]

        test document

2007-06-21  Vladimir Glazounov  <vg@openoffice.org>  [413e9c449ef04653e040a700893b91d2724e25c8]

        new version for SRC680

2007-06-20  Vladimir Glazounov  <vg@openoffice.org>  [a948bab0184c0bfc379196905d787f6a53d87104]

        new version for SRC680

2007-06-20  Vladimir Glazounov  <vg@openoffice.org>  [e8a81e0fc7e2a3a353244545ef05bd9136aa1964]

        new version for SRC680

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [3253c61ed6451e454b2a3ae735a0b8a926df5ee2]

        SRC680

2007-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a8b7621f0bcb5803bf968df90d6f4f5af5119b2]

        #i10000#,#i78538#: insert missing conversion

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [a1c8e858f07ec20beb87aa11fbc352738888f58f]

        i10000# generate new configure

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [5db39e8a7fd66bcfa86c74bd704a58e5f5e14a57]

        INTEGRATION: CWS jl65 (1.23.30); FILE MERGED 2007/06/18 13:24:10 jl 1.23.30.5: RESYNC: (1.23-1.24); FILE MERGED 2007/06/15 13:26:54 pb 1.23.30.4: fix: #i78515# increase height of link control 2007/06/15 06:52:21 jl 1.23.30.3: #i78209# 2007/06/14 06:54:49 pb 1.23.30.2: fix: #i78209# use the new class FixedHyperlink instead of a Button 2007/06/12 08:01:12 jl 1.23.30.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [e01c6bfc480c329b9ac0d85e539496ac32ebfa1f]

        INTEGRATION: CWS jl65 (1.7.120); FILE MERGED 2007/06/12 08:00:03 jl 1.7.120.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [d731862ef6e3147a761eb0452a818cecdf2e1bd7]

        INTEGRATION: CWS jl65 (1.13.120); FILE MERGED 2007/06/15 06:52:21 jl 1.13.120.4: #i78209# 2007/06/14 06:45:37 pb 1.13.120.3: fix: #i78209# use the new class FixedHyperlink instead of a Button 2007/06/12 09:39:14 jl 1.13.120.2: #i78209# 2007/06/12 07:59:28 jl 1.13.120.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [16ded8c8cfbe5becbad035d2c6a6e80a642b7d6a]

        INTEGRATION: CWS jl65 (1.15.68); FILE MERGED 2007/06/18 13:24:18 jl 1.15.68.2: RESYNC: (1.15-1.16); FILE MERGED 2007/06/12 08:02:11 jl 1.15.68.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [86182aacdf9f9c71625b3afc5ec5e3af8898b546]

        INTEGRATION: CWS jl65 (1.11.36); FILE MERGED 2007/06/15 13:22:23 pb 1.11.36.4: fix: #i78515# TabStop flag for get-extensions-FixedText 2007/06/15 09:33:04 pb 1.11.36.3: fix: #i78209# new string for More-extensions-link 2007/06/14 06:57:00 pb 1.11.36.2: fix: #i78209# RID_BTN_GET_EXTENSIONS now FixedText instead of PushButton 2007/06/12 08:01:57 jl 1.11.36.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [427edeb5401d909f5fdd190a00c62863f6471e43]

        INTEGRATION: CWS jl65 (1.9.120); FILE MERGED 2007/06/12 09:35:20 jl 1.9.120.2: #i78209# 2007/06/12 08:00:33 jl 1.9.120.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [cc554b8cd521c8bf50fc565d8a1ce369bf4983f0]

        INTEGRATION: CWS jl65 (1.61.22); FILE MERGED 2007/06/12 08:11:21 jl 1.61.22.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [cbe7031d3f8ad451c24047aa55630c0972165780]

        INTEGRATION: CWS jl65 (1.190.18); FILE MERGED 2007/06/18 13:21:45 jl 1.190.18.2: RESYNC: (1.190-1.193); FILE MERGED 2007/06/12 08:11:21 jl 1.190.18.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [4dd47bca01728052c032e4486dd51f8273cbbd7d]

        INTEGRATION: CWS jl65 (1.14.156); FILE MERGED 2007/06/12 08:09:33 jl 1.14.156.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [c63485e103256096513fb31b8241a55946275ea3]

        INTEGRATION: CWS jl65 (1.1.2); FILE ADDED 2007/06/12 08:08:53 jl 1.1.2.1: #78209# Download extensions link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [6fca35ad41b871c716ce1fc3c739e3fc7e34c1ca]

        INTEGRATION: CWS jl65 (1.15.56); FILE MERGED 2007/06/12 08:08:08 jl 1.15.56.1: #i78209# Download extension link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [bf9746c5cc457595e84b0496e2c54bc651dd6128]

        INTEGRATION: CWS jl65 (1.1.2); FILE ADDED 2007/06/12 08:07:46 jl 1.1.2.1: #78209# Download extensions link in Extension Manager

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [75ee99adfba9b36d80a94ac3fa52fd8e357dbae1]

        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>  [24a60d3744a383768f27a6fb3c29a8d4f5df2089]

        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>  [712d6daceba1f86f9cfbefc6ffca45b8eb7d439f]

        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>  [3f0d2585c446ac1a716746955aee324390091158]

        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>  [ba8dc821c26fa4b341efa1669b5847980a08dce5]

        INTEGRATION: CWS calcautosum (1.32.46); FILE MERGED 2007/05/30 12:23:12 tbe 1.32.46.8: RESYNC: (1.32-1.33); FILE MERGED 2007/05/29 11:52:13 tbe 1.32.46.7: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/25 15:50:41 tbe 1.32.46.6: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/25 13:53:10 tbe 1.32.46.5: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/24 14:01:36 tbe 1.32.46.4: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/22 13:50:21 tbe 1.32.46.3: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/09 08:26:18 tbe 1.32.46.2: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/07 15:36:11 tbe 1.32.46.1: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9c4581eccc4453154b26d38ee8e6b06e1073ed0f]

        INTEGRATION: CWS calcautosum (1.29.148); FILE MERGED 2007/05/30 11:46:07 tbe 1.29.148.5: RESYNC: (1.29-1.30); FILE MERGED 2007/05/25 15:49:55 tbe 1.29.148.4: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/25 13:52:08 tbe 1.29.148.3: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/22 13:49:42 tbe 1.29.148.2: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/07 15:34:46 tbe 1.29.148.1: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [c70ca064be8bcf905e588fe91b0dfbda1317ede8]

        INTEGRATION: CWS calcautosum (1.51.46); FILE MERGED 2007/05/30 11:33:40 tbe 1.51.46.5: RESYNC: (1.51-1.52); FILE MERGED 2007/05/24 14:00:43 tbe 1.51.46.4: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/22 13:49:11 tbe 1.51.46.3: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/09 08:25:38 tbe 1.51.46.2: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value 2007/05/07 15:34:17 tbe 1.51.46.1: #i51564# ux-ctest: Summation does not work from UI; changes exsisting value

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [48ecf967defdc6ac46f05f8969bd9f92014651b2]

        INTEGRATION: CWS calcautosum (1.28.10); FILE MERGED 2007/06/01 09:05:00 tbe 1.28.10.1: #i51564# fixed warning wntmsci10.pro

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [98851ca35d094a0495d9e6d963def29fd67a805a]

        INTEGRATION: CWS calcautosum (1.49.10); FILE MERGED 2007/05/31 08:15:09 tbe 1.49.10.1: #i51564# fixed warning wntmsci10

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [23c142ec90ef2002f19a6c104dd755b24f64acd4]

        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>  [a90762400dd3366f4d0362c5de0c3a61e522af09]

        INTEGRATION: CWS jl61 (1.2.4); FILE REMOVED 2007/05/07 15:48:20 jl 1.2.4.1: #i75869#

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [c0728a6a6123a7fe4256f322ede6cb8cac1641ba]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/13 13:47:10 jl 1.1.2.2: #i75869# renamed file to OptionsEventHandler.java 2007/05/07 15:54:15 jl 1.1.2.1: #75869 XDialogEventHandler implementation for use in test extensions

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [05df3f5953766a75fead93d8566a2ab5b0a0b0ef]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/19 09:33:40 jl 1.1.2.3: #i75869# 2007/06/13 14:21:04 jl 1.1.2.2: #i75869# 2007/06/13 13:46:04 jl 1.1.2.1: #i75869# renamed file to OptionsEventHandler.java

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [6ca38abd48dac520d220b4964f56df196e2db25e]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/13 14:21:04 jl 1.1.2.2: #i75869# 2007/05/07 15:54:02 jl 1.1.2.1: #75869 XDialogEventHandler implementation for use in test extensions

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [14d7e9ba8d2ce9269f19c30305db3df958db2cbb]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/05/23 14:01:04 jl 1.1.2.4: #i75879# 2007/05/18 07:41:08 jl 1.1.2.3: #75869# 2007/05/16 08:25:57 jl 1.1.2.2: #75869# 2007/04/27 14:51:22 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [c8784c98f9dfe05235343c171a0b2dbb0b867b65]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.6: #i75869# 2007/06/12 09:12:58 jl 1.1.2.5: #i75869# 2007/05/21 14:05:50 jl 1.1.2.4: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/16 08:26:23 jl 1.1.2.3: #75869# 2007/04/30 13:12:59 jl 1.1.2.2: #75869# removed Node/Id property 2007/04/27 14:56:59 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [186ad713171b86b9bf8bc24d052fcbf59f7231af]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.6: #i75869# 2007/06/12 09:12:58 jl 1.1.2.5: #i75869# 2007/05/21 14:05:50 jl 1.1.2.4: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/16 08:26:23 jl 1.1.2.3: #75869# 2007/04/30 13:12:59 jl 1.1.2.2: #75869# removed Node/Id property 2007/04/27 14:56:47 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [761d06ba3b877542c79ae3a748fe568daa51fbd1]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.6: #i75869# 2007/06/12 09:12:58 jl 1.1.2.5: #i75869# 2007/05/21 14:05:50 jl 1.1.2.4: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/16 08:26:23 jl 1.1.2.3: #75869# 2007/04/30 13:12:59 jl 1.1.2.2: #75869# removed Node/Id property 2007/04/27 14:56:17 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [6184c8f672fdaf149116b696851555bea673660f]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.6: #i75869# 2007/06/12 09:12:58 jl 1.1.2.5: #i75869# 2007/05/21 14:05:50 jl 1.1.2.4: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/16 08:26:23 jl 1.1.2.3: #75869# 2007/04/30 13:12:59 jl 1.1.2.2: #75869# removed Node/Id property 2007/04/27 14:56:02 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [88a5758ab06a2a63c91409480bee7107c3b29b07]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/12 09:12:58 jl 1.1.2.4: #i75869# 2007/05/16 08:26:23 jl 1.1.2.3: #75869# 2007/04/30 13:12:59 jl 1.1.2.2: #75869# removed Node/Id property 2007/04/27 14:55:48 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1922d5b268999298b54d15afcccbb75a362bb3e8]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.2: #i75869# 2007/06/12 09:14:28 jl 1.1.2.1: #i75869#

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9252a32594fb8366a3da290aef28ebc33f26e6a8]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.2: #i75869# 2007/06/12 09:14:13 jl 1.1.2.1: #i75869#

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [dfcda3a1d52371253e917077ba8da086ce7318a0]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.5: #i75869# 2007/06/12 09:12:58 jl 1.1.2.4: #i75869# 2007/05/21 14:05:49 jl 1.1.2.3: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/11 11:03:22 jl 1.1.2.2: #i75869# 2007/04/27 14:53:31 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [15297c7ee6a3ea536bea3e4872a7ad235e736e66]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.5: #i75869# 2007/06/12 09:12:58 jl 1.1.2.4: #i75869# 2007/05/21 14:05:49 jl 1.1.2.3: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/11 11:03:22 jl 1.1.2.2: #i75869# 2007/04/27 14:53:21 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [7d7660cc65695b80c599c269fbc855ceea5e881e]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.5: #i75869# 2007/06/12 09:12:58 jl 1.1.2.4: #i75869# 2007/05/21 14:05:49 jl 1.1.2.3: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/11 11:03:22 jl 1.1.2.2: #i75869# 2007/04/27 14:53:11 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9a5b78da8541af56be77f658741f514134c461b4]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.5: #i75869# 2007/06/12 09:12:58 jl 1.1.2.4: #i75869# 2007/05/21 14:05:49 jl 1.1.2.3: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/11 11:03:22 jl 1.1.2.2: #i75869# 2007/04/27 14:53:02 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [ae73d4c04595217d7d21d012d6d8ab2a0c74d6ff]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/15 07:32:46 jl 1.1.2.6: #i75869# 2007/06/12 09:12:58 jl 1.1.2.5: #i75869# 2007/05/21 14:05:49 jl 1.1.2.4: #i75869# modified ExtensionData.xcu so that the string values are empty strings rather then void 2007/05/11 11:03:22 jl 1.1.2.3: #i75869# 2007/05/08 09:27:43 jl 1.1.2.2: #i75869# added options page, handler service, configuration data for options page 2007/04/27 14:52:52 jl 1.1.2.1: #i75869# test for options dialogs

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [c84b59e9ccdfd2c294afd0a810d0abcd421112d6]

        INTEGRATION: CWS jl61 (1.9.98); FILE MERGED 2007/05/07 10:57:52 pb 1.9.98.1: fix: #i75869# SFXLIB added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [38127c64bb8c145bcb3d42d8b79fb4656b803ee0]

        INTEGRATION: CWS jl61 (1.15.50); FILE MERGED 2007/06/15 14:21:14 jl 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2007/05/09 09:38:16 jl 1.15.50.1: #i75869# added options context menu entry

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1b180363dc493d645f2c5d2d181599562604d0a8]

        INTEGRATION: CWS jl61 (1.11.4); FILE MERGED 2007/05/09 09:20:45 jl 1.11.4.2: #i75869# 2007/04/26 09:23:48 jl 1.11.4.1: #i75869# added Options button and some logic for enabling it

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [b0cb1b4ef7690becc835c9f17cedc062b360c378]

        INTEGRATION: CWS jl61 (1.22.4); FILE MERGED 2007/06/15 14:20:45 jl 1.22.4.6: RESYNC: (1.22-1.24); FILE MERGED 2007/05/10 10:43:03 jl 1.22.4.5: #i75869# 2007/05/10 10:37:18 jl 1.22.4.4: #i75869# 2007/05/09 09:18:32 jl 1.22.4.3: #i75869# updateButtonstate changed for options button 2007/05/07 10:54:08 pb 1.22.4.2: fix: #i75869# clickOptions() implemented 2007/04/26 09:23:48 jl 1.22.4.1: #i75869# added Options button and some logic for enabling it

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [d109abddde7fb4d70e666724ed9c29699bb4a390]

        INTEGRATION: CWS jl61 (1.7.98); FILE MERGED 2007/05/09 09:10:14 jl 1.7.98.2: #i75869# inserted string options for context menu 2007/04/26 09:23:47 jl 1.7.98.1: #i75869# added Options button and some logic for enabling it

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [27df4d93bdc59a25350ca51ba935cf5b3ab485b4]

        INTEGRATION: CWS jl61 (1.13.98); FILE MERGED 2007/05/10 10:28:38 jl 1.13.98.3: #i75869# 2007/05/09 09:09:43 jl 1.13.98.2: #i75869# inserted string options for context menu 2007/04/26 09:23:47 jl 1.13.98.1: #i75869# added Options button and some logic for enabling it

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1b6d1b00e1d4fa140493b23244dd4dfb07e2c88d]

        INTEGRATION: CWS jl61 (1.2.38); FILE MERGED 2007/06/15 14:06:01 jl 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/07 10:39:39 pb 1.2.38.1: fix: #i75869# CreateOptionsDialog() added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [ee08081bd9b8b7b5643e67b4237c4cee9733bb2a]

        INTEGRATION: CWS jl61 (1.33.76); FILE MERGED 2007/05/07 09:09:36 ab 1.33.76.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1924d7a86308692e489891e176a8efaac0485bc5]

        INTEGRATION: CWS jl61 (1.31.76); FILE MERGED 2007/06/15 14:00:26 jl 1.31.76.2: RESYNC: (1.31-1.32); FILE MERGED 2007/05/07 09:09:36 ab 1.31.76.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [a33c8b713e9737ef1d5718f2e55ac886ebe2d81e]

        INTEGRATION: CWS jl61 (1.75.6); FILE MERGED 2007/06/15 14:00:19 jl 1.75.6.2: RESYNC: (1.75-1.76); FILE MERGED 2007/05/07 09:09:36 ab 1.75.6.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [0c8e7a85d5e10f834b14e18c2e56c7a9feb17d15]

        INTEGRATION: CWS jl61 (1.30.78); FILE MERGED 2007/05/07 09:09:36 ab 1.30.78.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [bc070f209f58a3bd7b9297bfeac16f246465746d]

        INTEGRATION: CWS jl61 (1.41.78); FILE MERGED 2007/06/15 14:00:13 jl 1.41.78.2: RESYNC: (1.41-1.43); FILE MERGED 2007/05/07 09:09:36 ab 1.41.78.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [ffb95cbc2803cd3d1465af0bd818d318b8497392]

        INTEGRATION: CWS jl61 (1.28.328); FILE MERGED 2007/05/07 09:09:36 ab 1.28.328.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [1e33b3ff4cc76595b562f99fc7efefb778025256]

        INTEGRATION: CWS jl61 (1.5.182); FILE MERGED 2007/05/11 06:41:46 ab 1.5.182.1: #i77021# Support for decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [67de7fbcd3069a49fd8bc5125b652828f118e11d]

        INTEGRATION: CWS jl61 (1.17.32); FILE MERGED 2007/05/11 06:41:46 ab 1.17.32.1: #i77021# Support for decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [f6860f673f44c9971bca1121d61f835764a07199]

        INTEGRATION: CWS jl61 (1.49.24); FILE MERGED 2007/05/11 06:41:46 ab 1.49.24.1: #i77021# Support for decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [3daf70800a9c355537b58c8de026335824c2913f]

        INTEGRATION: CWS jl61 (1.47.16); FILE MERGED 2007/06/14 12:24:04 ab 1.47.16.2: #i76438# Live mode without decoration with parent dialog 2007/05/11 06:41:46 ab 1.47.16.1: #i77021# Support for decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [ff0e878513acb610120fba7c2dd4c52d6d72fc2b]

        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>  [cf0ef96e075b2ad6a654bd6e52f992e9423a2efd]

        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>  [683813c8d3fa2d1208d5eed889e82c4119561eeb]

        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>  [efb117d87e0084345635384e33fe6c490312f1b2]

        INTEGRATION: CWS jl61 (1.8.272); FILE MERGED 2007/06/15 05:09:16 pb 1.8.272.8: fix: #i75869# XDialog hacks removed 2007/06/14 08:42:59 pb 1.8.272.7: fix: use new ContainerWindowProvider 2007/06/04 06:27:08 pb 1.8.272.6: fix: #i75869# last page saving 2007/06/01 13:22:40 pb 1.8.272.5: fix: #i75869# some more enhancements 2007/05/28 11:52:22 pb 1.8.272.4: fix: #i75869# more improvements 2007/05/14 09:34:27 pb 1.8.272.3: fix: #i75869# more enhancements 2007/05/11 07:25:48 pb 1.8.272.2: fix: #i75869# more extensions options implemented 2007/05/07 10:47:22 pb 1.8.272.1: fix: #i75869# LoadFromConfig(), GetGroupId(), Ctor() added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [d14e76ef66ef9fc8e651591d3a85b2feebc9ba81]

        INTEGRATION: CWS jl61 (1.38.166); FILE MERGED 2007/06/18 14:25:22 pb 1.38.166.14: fix: #78209# syntax error after resync fixed 2007/06/15 13:06:08 jl 1.38.166.13: RESYNC: (1.38-1.42); FILE MERGED 2007/06/15 05:09:16 pb 1.38.166.12: fix: #i75869# XDialog hacks removed 2007/06/14 08:42:59 pb 1.38.166.11: fix: use new ContainerWindowProvider 2007/06/06 05:54:36 pb 1.38.166.10: fix: #i75869# hide extension tabpage if necessary 2007/06/04 06:27:07 pb 1.38.166.9: fix: #i75869# last page saving 2007/06/01 13:22:40 pb 1.38.166.8: fix: #i75869# some more enhancements 2007/06/01 06:37:02 pb 1.38.166.7: fix: #i75869# some enhancements 2007/05/30 07:07:38 pb 1.38.166.6: fix: #i75869# OOo nodes are active if they are already inserted 2007/05/28 12:10:24 pb 1.38.166.5: fix: #i75869# warning fixed 2007/05/28 11:52:22 pb 1.38.166.4: fix: #i75869# more improvements 2007/05/14 09:34:27 pb 1.38.166.3: fix: #i75869# more enhancements 2007/05/11 07:25:48 pb 1.38.166.2: fix: #i75869# more extensions options implemented 2007/05/07 10:49:29 pb 1.38.166.1: fix: #i75869# LoadFromConfig(), GetGroupId(), Ctor() added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [a5dc7b6daea4695dfe87aefb0beeea5be954b1f5]

        INTEGRATION: CWS jl61 (1.26.170); FILE MERGED 2007/06/15 12:49:26 jl 1.26.170.2: RESYNC: (1.26-1.27); FILE MERGED 2007/05/07 10:45:18 pb 1.26.170.1: fix: #i75869# CreateOptionsDialog() added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [6c4c7b17d08b241247661cc5b2f82cb754a50187]

        INTEGRATION: CWS jl61 (1.35.170); FILE MERGED 2007/06/15 12:49:19 jl 1.35.170.2: RESYNC: (1.35-1.37); FILE MERGED 2007/05/07 10:45:18 pb 1.35.170.1: fix: #i75869# CreateOptionsDialog() added

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [3254e4add0c7f5e408a7ece2b26a71bf4bb59f30]

        INTEGRATION: CWS jl61 (1.37.10); FILE MERGED 2007/05/07 10:03:08 ab 1.37.10.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [304a3da4d394810d50b73d7e60ab600fc0ce002b]

        INTEGRATION: CWS jl61 (1.30.10); FILE MERGED 2007/05/07 10:03:08 ab 1.30.10.1: #i77021# Support Decoration property

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [faeb6687ced9306ca1df36aa416448c361e83116]

        INTEGRATION: CWS jl61 (1.40.78); FILE MERGED 2007/06/13 08:20:14 ab 1.40.78.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [30159c6006531558febd5d9e84d585456c74aa36]

        INTEGRATION: CWS jl61 (1.2.168); FILE MERGED 2007/05/07 11:04:15 jl 1.2.168.2: #i75869# callHandlerMethod now throws a WrappedTargetException 2007/05/03 14:48:36 jl 1.2.168.1: #i75869# Updated documentation. The EventObject can now contain arbitrary event information.

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9a56f8b336efd7858a3aa71f643de6acc7239aa1]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/13 08:21:18 ab 1.1.2.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [672cf9a490ad2803c60420a8aeae2954312d092a]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/13 08:21:09 ab 1.1.2.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [afc26ff261e7eba8597718eee1dafe7fea52d320]

        INTEGRATION: CWS jl61 (1.12.286); FILE MERGED 2007/04/17 13:19:42 cd 1.12.286.1: #i76438# Added new attribute NODECORATION to reflect a window without any decoration

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [9154713325dcb372f7668fe52e52c23c0cbff2ad]

        INTEGRATION: CWS jl61 (1.1.2); FILE ADDED 2007/06/13 08:20:59 ab 1.1.2.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [529ac8a07a8925f046793696125edb4f6322e526]

        INTEGRATION: CWS jl61 (1.5.42); FILE MERGED 2007/06/13 08:18:47 ab 1.5.42.1: #i76438# Support (X)ContainerWindowProvider / XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [f9f63e40af935804aaad601f771a26234a06da2d]

        INTEGRATION: CWS jl61 (1.10.26); FILE MERGED 2007/06/13 08:18:47 ab 1.10.26.3: #i76438# Support (X)ContainerWindowProvider / XContainerWindowEventHandler 2007/05/31 15:03:04 ab 1.10.26.2: #i75778# Handle expand URLs correctly 2007/05/04 12:59:36 ab 1.10.26.1: #i75778# Non-Scrip URI support for com.sun.star.awt.DialogProvider service

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [90a2bc57a175a771233b26d622f594ccbaef587c]

        INTEGRATION: CWS jl61 (1.11.30); FILE MERGED 2007/06/15 11:54:22 jl 1.11.30.2: RESYNC: (1.11-1.12); FILE MERGED 2007/06/13 08:18:47 ab 1.11.30.1: #i76438# Support (X)ContainerWindowProvider / XContainerWindowEventHandler

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [36b9cce75b4acd2b9885e3df5066b26d9f4df96c]

        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>  [a00285977cdef164e489c4f4d9ed2541bf280db6]

        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>  [6437abf23c27cec7f7af77d6eff5bbdb07d1cba4]

        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>  [eba3f155051eb8c9fb723171a36b78fce5c7d93a]

        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>  [1081c78fd064e2b670be18da9aea90eaea21e7a9]

        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>  [5f3c97a2bafce0e4d2f9078e7e63e556b10d860a]

        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>  [2873df75ee22377aaed71e0db1e6a555a5b72a8b]

        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>  [b7ddc02c493bfb18d04d00fbad5101b1acb9f490]

        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>  [844463b52ca7a6a5059f5a3a9b162ecdc00c7d1f]

        INTEGRATION: CWS jl61 (1.2.306); FILE MERGED 2007/06/13 11:44:06 jl 1.2.306.15: #i75869# we use XContainerWindowProvider now 2007/05/23 10:56:24 jl 1.2.306.14: #i75879# removed property OrderedNode/Node 2007/05/23 08:25:28 jl 1.2.306.13: #i75879# improved description 2007/05/23 08:08:37 jl 1.2.306.12: #i75879# schema reviewed 2007/05/18 07:36:53 jl 1.2.306.11: #75869# reviewed 2007/05/08 09:30:54 jl 1.2.306.10: #i75869# removed ActionListener property in Leaf template 2007/04/30 12:36:58 jl 1.2.306.9: #75869# removed Node/Id property 2007/04/27 10:48:34 jl 1.2.306.8: #i75879# changed property in group Index 2007/04/27 07:47:06 jl 1.2.306.7: #i75879# name changes 2007/04/26 15:43:49 jl 1.2.306.6: #i75879# name changes 2007/04/26 14:23:48 jl 1.2.306.5: #i75879# changed group Index and using constraints minInclusive for indices 2007/04/26 10:33:56 jl 1.2.306.4: #i75879# name changes 2007/04/24 11:03:03 jl 1.2.306.3: #i75879# 2007/04/24 10:10:53 jl 1.2.306.2: #i75879# 2007/04/23 15:55:20 jl 1.2.306.1: #i75879# configuration data for options dialog

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [79f08ed4f62187dff04587bb41f2f69b95e2e88c]

        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>  [fc9bc0d9678e06d729b2a750a3e4c79bfe3f6e73]

        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>  [db2a9c61df645e9bfc4914e6abe1dc9b8e3320d6]

        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>  [e04223e81cb8267c238cd20945e265dc3327295c]

        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>  [160b23b45c29c830182f3a3d21f4e9b9953ac3d9]

        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>  [b508e3c1fac962286ad641184a242ea0b6ba0fd8]

        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>  [945f9e545d3eeaa21bc52b12209d5d82f11503f9]

        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>  [a6de66ebde90d54c8a7dc78994431da4e0b6f3a1]

        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>  [32d7fed2c77e6645b37f9e82ba2a5bb3f6038006]

        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>  [57d213508d3bdfaf9ad117f7555dd5281afb9af1]

        INTEGRATION: CWS compmetric (1.54.250); FILE MERGED 2007/05/14 09:53:29 fme 1.54.250.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [82e1818f0d9a01e1eb1d875a6554de0d8f16bdd0]

        INTEGRATION: CWS compmetric (1.100.64); FILE MERGED 2007/05/14 09:53:22 fme 1.100.64.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [e35000153c512f1caae1192a3744917e648e2fc8]

        INTEGRATION: CWS compmetric (1.72.2); FILE MERGED 2007/05/14 09:53:05 fme 1.72.2.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [7d47c5d35cdfc3316026ca0a290df8d090e4d634]

        INTEGRATION: CWS compmetric (1.55.2); FILE MERGED 2007/05/14 09:53:05 fme 1.55.2.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [3309722397089aaf87804aee853c27c5826611ef]

        INTEGRATION: CWS compmetric (1.134.2); FILE MERGED 2007/05/14 09:52:33 fme 1.134.2.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [132c5a7adebccb88871df061209244dd49d59f52]

        INTEGRATION: CWS compmetric (1.4.2); FILE MERGED 2007/05/21 09:23:33 pl 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2007/05/14 09:52:33 fme 1.4.2.1: #147385# Compatibility option: Use old printer metrics

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [bb97ec25f4b270a2828817706ea3372f3aff5a14]

        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>  [01cf481111436df2cc3f01d1c57cc4348fc037ef]

        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>  [367d6f9226864707c7ad06ef77b1a3167a236795]

        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-20  Kurt Zenker  <kz@openoffice.org>  [e579739b039c8b8b47b48046c05ad495eb05c212]

        INTEGRATION: CWS ww8export05_SRC680 (1.40.150); FILE MERGED 2007/06/12 14:16:48 od 1.40.150.1: #148052# method <WW8_WrPlcSepx::WriteKFTxt(..)> 	 - on writting section attributes including the page description 	   itemset as parent, the test of default item values has to be 	   switched off, if the page description itemset itself isn't written.

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [ae063518e96ae0ff7f177136c35fbf8ffe524a85]

        INTEGRATION: CWS ww8export05_SRC680 (1.64.36.1.46); FILE MERGED 2007/06/11 13:35:39 hbrinkm 1.64.36.1.46.1: #148065# applied patch

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [a0b88b16e67aa144d2e8d27443d39f3e38939ff3]

        INTEGRATION: CWS ww8export05_SRC680 (1.31.248); FILE MERGED 2007/06/11 13:45:57 ama 1.31.248.2: Fix #i78292#: Don't crash with damaged font names 2007/06/11 12:30:43 ama 1.31.248.1: Fix #i78292#: Don't crash with damaged font names

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [2547f766ca9890ed450f939003bd1fffcabefd69]

        INTEGRATION: CWS ww8export05_SRC680 (1.98.166.2.2); FILE MERGED 2007/06/12 10:05:32 ama 1.98.166.2.2.3: FIx #148063#148064#: Page breaks and para style 2007/06/11 12:17:04 ama 1.98.166.2.2.2: Fix #148018#148021#i77900#: Page break attribute instead '0x0c' 2007/06/06 15:45:08 od 1.98.166.2.2.1: merge changes from cws ww8export03 into cws ww8export05 Issue number: Submitted by: Reviewed by:

2007-06-20  Kurt Zenker  <kz@openoffice.org>  [0a9a410bb0e95f947aea8e81a98ecc17651efa02]

        INTEGRATION: CWS ww8export05_SRC680 (1.90.20.1.36.2.2); FILE MERGED 2007/06/12 10:04:50 ama 1.90.20.1.36.2.2.2: FIx #148063#148064#: Page breaks and para style 2007/06/06 15:45:08 od 1.90.20.1.36.2.2.1: merge changes from cws ww8export03 into cws ww8export05 Issue number: Submitted by: Reviewed by:

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [2a36f2e687db998f9ffbaee37034933b46ab0a9b]

        INTEGRATION: CWS ucbfixes02 (1.3.68); FILE MERGED 2007/06/19 07:56:42 obr 1.3.68.1: #i77134# fixed endless loop after CWS bgdlremove

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [36bfa070583d9aca52b777cd496eac26df0f805e]

        INTEGRATION: CWS ucbfixes02 (1.3.300); FILE MERGED 2007/05/26 10:35:37 kso 1.3.300.1: #114010# - Extended documentation.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [9c5809f882453b623144d165a4e5649d12744a69]

        INTEGRATION: CWS ucbfixes02 (1.2.100); FILE MERGED 2007/05/15 13:56:50 kso 1.2.100.1: #i74161# - Syntax.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [c4ce6c31c3429e34fbbcaac20cad999099b58b2d]

        INTEGRATION: CWS obr05 (1.69.216); FILE MERGED 2007/04/30 10:49:44 obr 1.69.216.2: RESYNC: (1.69-1.70); FILE MERGED 2007/03/23 09:53:56 obr 1.69.216.1: #i75643# Removed obsolete StartSetup method

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [3cd54e2d5baa1cbdf8a1ae0a43c97c38df1a87d0]

        INTEGRATION: CWS obr05 (1.22.240); FILE MERGED 2007/03/23 09:53:56 obr 1.22.240.1: #i75643# Removed obsolete StartSetup method

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [722aa08674707754f6224b6296252d7a2103d668]

        INTEGRATION: CWS obr05 (1.201.86); FILE MERGED 2007/04/30 10:49:00 obr 1.201.86.2: RESYNC: (1.201-1.202); FILE MERGED 2007/03/23 09:53:55 obr 1.201.86.1: #i75643# Removed obsolete StartSetup method

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [55697a6b854266ce8f773ec96830d13816517eb4]

        INTEGRATION: CWS obr05 (1.57.108); FILE MERGED 2007/04/30 10:47:18 obr 1.57.108.2: RESYNC: (1.57-1.58); FILE MERGED 2007/04/03 09:46:24 obr 1.57.108.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [45b808d8c3b6b7a8f13cf20fb3ab201802f81bf2]

        INTEGRATION: CWS obr05 (1.21.124); FILE MERGED 2007/04/03 09:46:23 obr 1.21.124.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [d8b7b46b7ad1e7441c4aa6456c0296e59b867874]

        INTEGRATION: CWS obr05 (1.24.8); FILE MERGED 2007/06/06 12:56:58 obr 1.24.8.2: RESYNC: (1.24-1.25); FILE MERGED 2007/04/03 09:46:22 obr 1.24.8.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [9a4bb459488f4c3bd683eeddb0d005436ad6c295]

        INTEGRATION: CWS obr05 (1.33.36); FILE MERGED 2007/04/03 09:46:22 obr 1.33.36.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [b27e02bc2cd76477c86356e1606c0625eda3790c]

        INTEGRATION: CWS obr05 (1.33.142); FILE MERGED 2007/06/07 08:09:27 obr 1.33.142.2: #i76025# comply to local naming convention 2007/04/03 09:46:22 obr 1.33.142.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [a185ef2bea72ba959f8702cda3b097bb0d0f44e5]

        INTEGRATION: CWS obr05 (1.13.188); FILE MERGED 2007/04/03 09:46:20 obr 1.13.188.1: #i76025# New OSL API: osl_getModuleHandle & osl_getAsciiFunctionSymbol
        
        Also removed usage of osl_psz_getSymbol and osl_psz_loadModule in
        nlsupport.c and security.c

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [db3e8648cfd0f09a44e3db4dae6bc6d92cde0457]

        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>  [f6d30e593df7ccd4b2c409391f45f5c76888a6ce]

        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>  [c842f81e6065a6f95dccf9def461edcf33d1c3ff]

        INTEGRATION: CWS ucbfixes02 (1.52.34); FILE MERGED 2007/06/12 08:37:58 kso 1.52.34.3: RESYNC: (1.53-1.54); FILE MERGED 2007/05/29 14:49:21 kso 1.52.34.2: RESYNC: (1.52-1.53); FILE MERGED 2007/05/15 11:52:54 kso 1.52.34.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [73600f38e85b1454960a882c31232ea6dd777e68]

        INTEGRATION: CWS ucbfixes02 (1.33.2); FILE MERGED 2007/06/12 08:37:36 kso 1.33.2.2: RESYNC: (1.33-1.36); FILE MERGED 2007/06/11 14:06:31 kso 1.33.2.1: #i78202# - Error building ucb with DISABLE_NEON=TRUE.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [8910ffe93ad491c7728629fa8a0a09ff311583be]

        INTEGRATION: CWS ucbfixes02 (1.43.34); FILE MERGED 2007/06/12 08:37:00 kso 1.43.34.3: RESYNC: (1.44-1.45); FILE MERGED 2007/05/29 14:46:47 kso 1.43.34.2: RESYNC: (1.43-1.44); FILE MERGED 2007/05/15 11:52:54 kso 1.43.34.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [4712707e705e5c63cbe7b420509833af14b3b88b]

        INTEGRATION: CWS ucbfixes02 (1.17.48); FILE MERGED 2007/05/15 11:52:54 kso 1.17.48.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [8043da9f426522b583843f1367699ac4952ec95f]

        INTEGRATION: CWS obr05 (1.7.44); FILE MERGED 2007/06/07 13:46:02 obr 1.7.44.1: #i75190# add support for GtkRecentManager

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [8696fcd9042df7fbcf0f20340905a72160739daf]

        INTEGRATION: CWS ucbfixes02 (1.6.48); FILE MERGED 2007/05/15 11:52:54 kso 1.6.48.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [f2d096b3821a7427e12eb0ceae2511fdf5a7fddf]

        INTEGRATION: CWS obr05 (1.8.44); FILE MERGED 2007/06/07 13:46:02 obr 1.8.44.2: #i75190# add support for GtkRecentManager 2007/06/07 11:09:46 obr 1.8.44.1: #i78096# avoid crash on missing RecentItem start tag

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [6b933d6d0ff259f4b8832cea6e7c953bbd834adc]

        INTEGRATION: CWS ucbfixes02 (1.7.70); FILE MERGED 2007/05/15 11:52:54 kso 1.7.70.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [7a6f4e502a73780082151da93774256adfce0aba]

        INTEGRATION: CWS obr05 (1.11.22); FILE MERGED 2007/03/29 07:23:50 obr 1.11.22.1: #i74689# applied provided patch (with one minor correction)

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [a8226e719245350d5b775060e814d4c5854d7c7e]

        INTEGRATION: CWS ucbfixes02 (1.10.70); FILE MERGED 2007/05/15 11:52:54 kso 1.10.70.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [180ca9e9c7167c10f44e81c0e447bb8ba9519543]

        INTEGRATION: CWS obr05 (1.12.6); FILE MERGED 2007/06/13 07:53:33 obr 1.12.6.2: #i75329# fixed crash when open of file failed 2007/06/08 06:30:53 obr 1.12.6.1: #i75329# patch commited

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [cde8aaba1c48ad831184946b6e8cb89b6fb7a7ad]

        INTEGRATION: CWS ucbfixes02 (1.8.48); FILE MERGED 2007/05/15 11:52:54 kso 1.8.48.1: #i77134# - HTTP header field names are case insensitive!

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [911321f8dfc791b630cd0ad311eedec6b424dd92]

        INTEGRATION: CWS ucbfixes02 (1.5.48); FILE MERGED 2007/06/12 08:20:49 kso 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/31 14:08:22 kso 1.5.48.1: #i77995# - GVFS Content Provider does no longer use solar libs.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e84bcea8fcb6ff1f78d2b6a41d72db6a662e03a9]

        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>  [3e716a154b663536854ae82e8fa368880826bb6c]

        INTEGRATION: CWS ucbfixes02 (1.5.116); FILE MERGED 2007/06/12 08:20:38 kso 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2007/05/31 14:08:22 kso 1.5.116.1: #i77995# - GVFS Content Provider does no longer use solar libs.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e928059c123d6c3b4ee8162f2634b99011d9fe75]

        INTEGRATION: CWS ucbfixes02 (1.8.48); FILE MERGED 2007/06/14 10:23:20 kso 1.8.48.3: #i77995# - now return value of osl_getDateTimeFromTimeValue() is taken into            account => return invalid css.util.DateTime in case of failure. Issue number: Submitted by: Reviewed by: 2007/06/12 08:19:35 kso 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2007/05/31 14:08:22 kso 1.8.48.1: #i77995# - GVFS Content Provider does no longer use solar libs.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [2411e3f9d93f76aec2705cf33912898e76078e84]

        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>  [8510dd4545d6a58f7421bfc50269bc1a9b0584a5]

        INTEGRATION: CWS ucbfixes02 (1.90.34); FILE MERGED 2007/06/12 08:14:51 kso 1.90.34.2: RESYNC: (1.90-1.91); FILE MERGED 2007/05/30 15:34:14 kso 1.90.34.1: #113777# - generate error when moving/copying non-existing file.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [5c0ec0768ced60241f6cf9aa8076323e1bd16e17]

        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>  [e3f7fd7fd4c82dbb81b727fca5562bb3962dd71b]

        INTEGRATION: CWS ucbfixes02 (1.23.48); FILE MERGED 2007/05/30 15:34:13 kso 1.23.48.1: #113777# - generate error when moving/copying non-existing file.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [a6d87d1f7e60032fac12753465419fa143a6fa96]

        INTEGRATION: CWS ucbfixes02 (1.24.2); FILE MERGED 2007/06/12 08:08:31 kso 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2007/05/31 14:08:22 kso 1.24.2.1: #i77995# - GVFS Content Provider does no longer use solar libs.

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [52ac22c6254151aa82f6c1a2851a947111353b7f]

        INTEGRATION: CWS obr05 (1.59.4); FILE MERGED 2007/06/08 06:38:46 obr 1.59.4.1: #147862# no ResId's without ResMgr any more

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [f9739504c31f8b4b1e65a61c0caf1c7316712147]

        INTEGRATION: CWS languageguessing (1.27.56); FILE MERGED 2007/05/03 10:13:20 tl 1.27.56.3: #73173# language fall-back implemented 2007/01/12 09:48:50 tl 1.27.56.2: #i73173# integrate Google SoC language-guessing 2007/01/12 08:22:18 tl 1.27.56.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [fe466f7db4aadbce93385bffa5a2fc0d3c429772]

        INTEGRATION: CWS languageguessing (1.50.2); FILE MERGED 2007/04/11 14:06:51 tl 1.50.2.3: RESYNC: (1.50-1.56); FILE MERGED 2007/01/15 13:54:30 tl 1.50.2.2: #i73173# integrate Google SoC language-guessing 2007/01/12 08:13:45 tl 1.50.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [0d9e4a770b9ce7b14818d5d0d8d762ee913d9c23]

        INTEGRATION: CWS languageguessing (1.178.2); FILE MERGED 2007/04/11 14:05:34 tl 1.178.2.5: RESYNC: (1.178-1.185); FILE MERGED 2007/01/15 09:51:18 tl 1.178.2.4: #i73173# integrate Google SoC language-guessing 2007/01/15 09:39:37 tl 1.178.2.3: #i73173# integrate Google SoC language-guessing 2007/01/15 09:09:05 tl 1.178.2.2: #i73173# integrate Google SoC language-guessing 2007/01/12 08:13:45 tl 1.178.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [b4706dbd504f47246b7f083fe25e0d5496f19ed2]

        INTEGRATION: CWS languageguessing (1.220.2); FILE MERGED 2007/04/11 14:05:13 tl 1.220.2.2: RESYNC: (1.220-1.228); FILE MERGED 2007/01/15 13:54:30 tl 1.220.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [8ffc3f798c9c1066c7f3a028f3eb25877b8127ba]

        INTEGRATION: CWS languageguessing (1.35.78); FILE MERGED 2007/01/15 09:09:05 tl 1.35.78.2: #i73173# integrate Google SoC language-guessing 2007/01/12 08:13:45 tl 1.35.78.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [4afc9ff37a66662f4bc21f9e6490508f1e61cd47]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:07:26 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [cab1870e677f33a2501f15916110da46d3336d24]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:07:09 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [4020743a66e0d439bc4bfcc9d870a1bbbc6719f5]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 14:22:37 tl 1.1.2.3: #i73173# integrate Google SoC language-guessing 2007/01/12 14:04:59 tl 1.1.2.2: #i73173# integrate Google SoC language-guessing 2007/01/12 11:06:52 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [48719f80e1a50cc9306f08e1fd8abc23dc2cf659]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:06:20 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [96324e18ebe8296ce9c7d110902b3e15690075aa]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/05/03 10:21:02 tl 1.1.2.3: #73173# disable some languages which do not work yet 2007/05/03 10:09:48 tl 1.1.2.2: #73173# disable some languages which do not work yet 2007/01/12 11:06:00 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [c60763a8b4d48ea57d75688d00d635f9ac88a142]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:05:29 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [0762811922c4e1a3474bdd91daf308baafbc18e4]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:05:12 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e652c1a0915a3eab51aaa313ebc801fc01620204]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:04:45 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e3925a96308efba913fd77385bb2082203d29732]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 11:03:06 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [4a2936603c31a916f242e4356eca16ed2b133bcb]

        INTEGRATION: CWS languageguessing (1.14.42); FILE MERGED 2007/01/12 12:45:38 tl 1.14.42.2: #i73173# integrate Google SoC language-guessing 2007/01/12 11:00:01 tl 1.14.42.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [324c997c4daa45e784624b133c232683e9ee99eb]

        INTEGRATION: CWS languageguessing (1.14.10); FILE MERGED 2007/01/12 13:58:52 tl 1.14.10.2: #i73173# integrate Google SoC language-guessing 2007/01/12 11:00:01 tl 1.14.10.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e361dd3eb69046fa47b987ff263f13dc9938bf55]

        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>  [a3644c780989c5471398367979ff174a0cfd8d88]

        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>  [6fc310cbb4a53157cfed2197ac76b3acfa2d6dca]

        INTEGRATION: CWS languageguessing (1.4.718); FILE MERGED 2007/01/12 08:16:14 tl 1.4.718.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [c1eca2bd62f6ef89e316a9ddde1493ba73c03ea1]

        INTEGRATION: CWS languageguessing (1.25.190); FILE MERGED 2007/01/12 08:16:14 tl 1.25.190.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [3ac278b5d16a55783c70a655d50a4e38eef7791f]

        INTEGRATION: CWS languageguessing (1.44.158); FILE MERGED 2007/05/03 10:14:00 tl 1.44.158.3: #73173# language fall-back implemented 2007/01/12 08:54:12 tl 1.44.158.2: #i73173# integrate Google SoC language-guessing 2007/01/12 08:16:14 tl 1.44.158.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [35af0cf2428b13c882704f7685d60d02f0158c31]

        INTEGRATION: CWS languageguessing (1.2.718); FILE MERGED 2007/01/12 08:16:13 tl 1.2.718.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [67e530110ea7dc342527191a498663c12a974627]

        INTEGRATION: CWS languageguessing (1.12.20); FILE MERGED 2007/01/12 07:50:03 tl 1.12.20.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e76fdcaafdd8e275fdb17b7ccef0a6f723a365b0]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 07:51:11 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [bb07f51d64981cb23227ac593db38b05ecd8906a]

        INTEGRATION: CWS languageguessing (1.1.2); FILE ADDED 2007/01/12 07:50:27 tl 1.1.2.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [68880fdfccd1159a3d56800aed491f8febf06932]

        INTEGRATION: CWS languageguessing (1.28.56); FILE MERGED 2007/04/11 11:06:55 tl 1.28.56.2: RESYNC: (1.28-1.29); FILE MERGED 2007/01/12 08:22:18 tl 1.28.56.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e30a1e361bc5aca77b644a222954295f9fe2f7a0]

        INTEGRATION: CWS languageguessing (1.7.82); FILE MERGED 2007/01/12 08:22:18 tl 1.7.82.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [42e07d5db5a55972c7ddb191dfd01decdab98134]

        INTEGRATION: CWS languageguessing (1.56.56); FILE MERGED 2007/01/12 08:22:17 tl 1.56.56.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [653ade1e3d8ca1ffa70d73487b91ad787e3512d5]

        INTEGRATION: CWS languageguessing (1.28.82); FILE MERGED 2007/01/12 08:22:03 tl 1.28.82.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [e0616a26b8dbd0f48e65db7d36e222d7de610121]

        INTEGRATION: CWS languageguessing (1.6.46); FILE MERGED 2007/01/12 08:10:33 tl 1.6.46.1: #i73173# integrate Google SoC language-guessing

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [a4814f1a2da870bfce35610887b6eda94b3d4ad3]

        INTEGRATION: CWS gh14 (1.30.4); FILE MERGED 2007/06/15 14:25:15 gh 1.30.4.2: #148037# plus encancement 2007/06/15 09:49:09 gh 1.30.4.1: #i76851# new command to get status of executed slot

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [233292af0c474f4b6651156a8573f6c121c1735e]

        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-19  Kurt Zenker  <kz@openoffice.org>  [45b4afad7e0839e07f00ceb80c94ddbc92fc2033]

        INTEGRATION: CWS gh14 (1.73.4); FILE MERGED 2007/06/15 09:44:39 gh 1.73.4.1: #i76851#add new errormessageinc/svtmsg.hrc

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [703d1d1171aa4afb5ef96c647a55c7aca1922ca4]

        INTEGRATION: CWS gh14 (1.3.204); FILE MERGED 2007/06/15 09:22:33 gh 1.3.204.1: #108785#show profilename in statusbar

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [3c801b34d3f977f96546313b097e624f33ae0f6c]

        INTEGRATION: CWS gh14 (1.9.70); FILE MERGED 2007/06/15 09:22:33 gh 1.9.70.1: #108785#show profilename in statusbar

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [417c11524af6da11da6ac1f199d2cc76d5c2ee65]

        INTEGRATION: CWS gh14 (1.70.2); FILE MERGED 2007/06/15 09:24:21 gh 1.70.2.1: #108785#show profilename in statusbar; fix mnemonics for LRU-list > 10 entries

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [39cd0ef52963e98c153095479ae4506d8e0de0fd]

        INTEGRATION: CWS gh14 (1.3.4); FILE MERGED 2007/06/15 09:45:28 gh 1.3.4.1: #i76851#add new errormessage

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [b089424b34a8a889d5f48073f474679520210d86]

        INTEGRATION: CWS gh14 (1.32.4); FILE MERGED 2007/05/25 11:33:39 gh 1.32.4.1: #i76946# parent not set anymore -> crash

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [535d98e0041f640cc866898f9d69ab5c9ae4c9d3]

        INTEGRATION: CWS gh14 (1.15.4); FILE MERGED 2007/06/15 09:49:09 gh 1.15.4.1: #i76851# new command to get status of executed slot

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [eec8ee62f3e948d5c165069f535be07ed5f34989]

        INTEGRATION: CWS gh14 (1.23.4); FILE MERGED 2007/06/15 09:49:09 gh 1.23.4.2: #i76851# new command to get status of executed slot 2007/05/25 11:28:38 gh 1.23.4.1: #144461# again event on deleted window

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [ddde6f86f926dc5342c27c14b0b0b4d85dede282]

        INTEGRATION: CWS gh14 (1.16.4); FILE MERGED 2007/06/15 09:49:09 gh 1.16.4.1: #i76851# new command to get status of executed slot

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [ab14828403ccc2bbc6ea637be0209faab9ebb7f3]

        INTEGRATION: CWS gh14 (1.10.66); FILE MERGED 2007/05/25 11:33:39 gh 1.10.66.1: #i76946# parent not set anymore -> crash

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [882e33d6067bc4f6a3e40a7a73c4163ebdfb79e5]

        INTEGRATION: CWS gh14 (1.7.46); FILE MERGED 2007/05/25 11:33:38 gh 1.7.46.1: #i76946# parent not set anymore -> crash

2007-06-19  Kurt Zenker  <kz@openoffice.org>  [f7910c1fd086e07dd19bede13d7c359a6c6ac781]

        INTEGRATION: CWS gh14 (1.10.18); FILE MERGED 2007/06/13 08:35:58 gh 1.10.18.1: new sbres files has to be included in imagelist (although empty ATM)

2007-06-19  Oliver Specht  <os@openoffice.org>  [88e21221d30b7a015dce8c3c63ff289fe650a4be]

        merge error fixed

2007-06-19  Fridrich Štrba  <fridrich_strba@openoffice.org>  [9021a853e0d64014cf7c2644ac3df915f46ad40f]

        remove cyclic dependencies

2007-06-19  Oliver Specht  <os@openoffice.org>  [51dba531e5be8ae283f9da68b654c25aa5e67f40]

        ucb->ucbhelper

2007-06-19  Oliver Specht  <os@openoffice.org>  [527b99103a5f2f3a22bbf4b53843567315400a62]

        ucb->ucbhelper

2007-06-19  Oliver Specht  <os@openoffice.org>  [62254afe80354f5a9937573c5fb36385791dfa44]

        using added

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [5e596afc115d8ca2f799d42273ac94d1cd4e7c59]

        INTEGRATION: CWS ppc64one (1.36.12); FILE MERGED 2007/05/31 10:33:15 cmc 1.36.12.1: #i77898# remove already defined warning

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [0489f889965996d4f222da5a66ad4ef8908c83ae]

        INTEGRATION: CWS pj81 (1.23.38); FILE MERGED 2007/06/10 13:02:32 pjanik 1.23.38.1: #i78272#: Do not include spadmin link on AQUA, only for X11.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [4398b7cd019f9ecd62e16a23221750a323c1f45e]

        INTEGRATION: CWS pj81 (1.2.18); FILE MERGED 2007/06/10 12:04:50 pjanik 1.2.18.1: #i78251#: Remove SISSL.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [d38955b31070cd2706d9f94b8e089381fdad65d5]

        INTEGRATION: CWS pj81 (1.53.26); FILE MERGED 2007/06/10 13:01:20 pjanik 1.53.26.1: #i78272#: Do not include spa resource file on AQUA, only for X11.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [140d135d67f6dc10a567a97d39a9f1c357c9dda3]

        INTEGRATION: CWS ppc64one (1.6.30); FILE MERGED 2007/05/29 14:47:21 cmc 1.6.30.1: #i77898# add ppc64

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [217d540919b98edeee09b61f2d966fb41dff3a88]

        INTEGRATION: CWS pj81 (1.190.20); FILE MERGED 2007/06/10 12:53:36 pjanik 1.190.20.1: #i78272#: Do not include spadmin.bin on AQUA, only for X11.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [927d81fb6fe664b75bdd2e4481b0d6ae812dabec]

        INTEGRATION: CWS ppc64one (1.144.4); FILE MERGED 2007/05/29 14:16:04 cmc 1.144.4.1: #i77898# detect 64bit ppc environment, being careful to check the size of long as the default env for ppc64 userspace is generally 32bit

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [2a5b3913afcc910c3abfae4b7245b1d894d0e59a]

        INTEGRATION: CWS pj81 (1.237.16); FILE MERGED 2007/06/10 12:52:21 pjanik 1.237.16.1: #i78272#: Do not include libspa on AQUA, only for X11.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [f2ef0cf8c84c32a5406da4187f3facc7b82b7a71]

        INTEGRATION: CWS ppc64one (1.204.4); FILE MERGED 2007/05/29 14:16:04 cmc 1.204.4.1: #i77898# detect 64bit ppc environment, being careful to check the size of long as the default env for ppc64 userspace is generally 32bit

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [f1ce618d0df3c07093e92d8fb509a1e2a6f662be]

        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-18  Kurt Zenker  <kz@openoffice.org>  [d613355f0361eca108a1588793fe9faec43e6c22]

        INTEGRATION: CWS pj81 (1.7.18); FILE MERGED 2007/06/10 13:23:41 pjanik 1.7.18.1: #i72248# prevent inconsistent builds for TARGET_CARBON platforms Patch from hdu, moved from aquavcl01.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [49a4186f36cfa1f74f1bc3c21026ea798f9fcc1c]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/13 09:16:32 cmc 1.1.2.5: #i77898# better way to tell gcc not to clobber our registers 2007/06/12 19:10:34 cmc 1.1.2.4: excessively chummy, but will do for now 2007/06/12 18:11:59 cmc 1.1.2.3: #i77898# working ppc64 bridge, passes cppu/test 2007/06/05 12:09:50 cmc 1.1.2.2: #i77898# ppc64 bridge, seems to work, maybe 2007/05/29 15:25:13 cmc 1.1.2.1: #i77898# initial attempt

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [cfc7ee5495053473199a27dbbff34e2f6f57762b]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/13 09:16:32 cmc 1.1.2.4: #i77898# better way to tell gcc not to clobber our registers 2007/06/12 19:10:34 cmc 1.1.2.3: excessively chummy, but will do for now 2007/06/12 18:11:59 cmc 1.1.2.2: #i77898# working ppc64 bridge, passes cppu/test 2007/05/29 15:19:15 cmc 1.1.2.1: #i77898# assuming exceptions are the same

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [a43c8f012a541ee43410cd2280d874fba64190bd]

        INTEGRATION: CWS pj81 (1.7.6); FILE MERGED 2007/06/10 13:22:45 pjanik 1.7.6.1: #i72248# prevent inconsistent builds for TARGET_CARBON platforms Patch from hdu, moved from aquavcl01.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [2062c26bb6147211fac9d80dda498466d513c1b3]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/13 09:16:32 cmc 1.1.2.5: #i77898# better way to tell gcc not to clobber our registers 2007/06/12 19:10:34 cmc 1.1.2.4: excessively chummy, but will do for now 2007/06/12 18:11:59 cmc 1.1.2.3: #i77898# working ppc64 bridge, passes cppu/test 2007/06/05 12:09:50 cmc 1.1.2.2: #i77898# ppc64 bridge, seems to work, maybe 2007/05/29 15:18:55 cmc 1.1.2.1: #i77898# initial attempt

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [66c2d3479f836a9e116d203ff413732f72aec405]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/13 09:16:32 cmc 1.1.2.4: #i77898# better way to tell gcc not to clobber our registers 2007/06/12 19:10:34 cmc 1.1.2.3: excessively chummy, but will do for now 2007/06/12 18:11:59 cmc 1.1.2.2: #i77898# working ppc64 bridge, passes cppu/test 2007/05/29 15:18:29 cmc 1.1.2.1: #i77898# assuming exceptions are the same

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [40af2b5d6b1d00261be3c4d6638bac83ec73bcc2]

        INTEGRATION: CWS lithuanianspellcheck (1.13.10); FILE MERGED 2007/05/05 08:44:42 pjanik 1.13.10.1: #i58516#: Build lt_LT directory.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [abcc9b2fba48e19b14b8256003dc3993a80d9619]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/12 19:10:34 cmc 1.1.2.4: excessively chummy, but will do for now 2007/06/12 18:11:59 cmc 1.1.2.3: #i77898# working ppc64 bridge, passes cppu/test 2007/06/05 12:09:50 cmc 1.1.2.2: #i77898# ppc64 bridge, seems to work, maybe 2007/05/29 15:24:34 cmc 1.1.2.1: #i77898# initial attempt

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [c3b2e935ee241d028c9346355fd59d622c357d4d]

        INTEGRATION: CWS pj81 (1.10.14); FILE MERGED 2007/06/10 13:29:54 pjanik 1.10.14.1: #i78273#: Correct install_name for dbgutil's stlportlib.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [520f04cc7707975fd3d5067236b79137718ff0c4]

        INTEGRATION: CWS ppc64one (1.7.20); FILE MERGED 2007/06/06 08:09:11 cmc 1.7.20.1: #i77898# use ppc64 bridge if compiled as 64bit

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [23c2ed31c48bdba0b4a34d4b99aa393d71cc9e39]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 21:06:23 pjanik 1.1.2.2: #i63093#: Add Lt_LT hyphenation patterns. 2007/05/05 09:51:10 pjanik 1.1.2.1: #i58516#: Add makefile for Lithuanian directory.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [31504e72c6c1d3545a7630fb4cc64d65de35bf7c]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 20:58:19 pjanik 1.1.2.2: #i58516#: update to new version. 2007/05/05 09:02:53 pjanik 1.1.2.1: #i58516#: Add lt_LT dictionary file.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [645eac71761649bacad6808563a0ad3c7547cd88]

        INTEGRATION: CWS pj81 (1.16.44); FILE MERGED 2007/06/11 07:44:56 pjanik 1.16.44.1: #i78244#: lingu and starmath modules are now free of warnings on Mac OS X.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [a5309f9a75748a2933c7aa09e2d2d10a39737dd5]

        INTEGRATION: CWS ppc64one (1.39.2); FILE MERGED 2007/06/06 08:09:55 cmc 1.39.2.1: #i77898# use ppc64 bridge if compiled as 64bit

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [91746827259e4f27d728652b965d8b6dcb888883]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 20:57:18 pjanik 1.1.2.2: #i58516#: update to new version with removed whitespaces. 2007/05/05 08:54:41 pjanik 1.1.2.1: #i58516#: Add lt_LT affix file.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [5c153fb90c34d20cb415864f2d1f28d00052ad04]

        INTEGRATION: CWS ppc64one (1.1.2); FILE ADDED 2007/06/01 12:05:04 cmc 1.1.2.2: #i77898# add the toc stuff to the other flags 2007/05/29 14:18:59 cmc 1.1.2.1: #i77898# add ppc64

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [f879c161e54548d1aac9b9de6236842ed9fc10b7]

        INTEGRATION: CWS pj81 (1.41.4); FILE MERGED 2007/06/11 07:47:06 pjanik 1.41.4.1: #i78244#: Initialize variables to prevent warnings on Mac OS X.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [d075f2544c8f53d8397a16254e2ec2226fa10b39]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 21:07:29 pjanik 1.1.2.1: #i63093#: Add Lt_LT hyphenation patterns.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [a6ff333e5ace45ce4058694de8cd4f4c29d86233]

        INTEGRATION: CWS ppc64one (1.26.74); FILE MERGED 2007/05/31 10:28:15 cmc 1.26.74.1: #i77898# use -Os instead of -O2

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [1ae7468dadddca9994b7e2227cb972db3d26226f]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 21:05:52 pjanik 1.1.2.2: #i63093#: Add Lt_LT hyphenation patterns. 2007/05/05 08:48:46 pjanik 1.1.2.1: #i58516#: Add lt_LT dictionary.lst file.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [ac370ddb9749f2e44b86ab32c904a90aa15f9284]

        INTEGRATION: CWS pj81 (1.82.4); FILE MERGED 2007/06/11 07:46:46 pjanik 1.82.4.1: #i78244#: Initialize variable to prevent warnings on Mac OS X.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [7caf0818d7039ab2a22462045f3abad9de0bc65f]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/05/05 08:47:33 pjanik 1.1.2.1: #i58516#: Add lt_LT README file.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [aae13d33332fab9d4eb02d838e58fac05db811c5]

        INTEGRATION: CWS ppc64one (1.33.338); FILE MERGED 2007/05/29 14:18:59 cmc 1.33.338.1: #i77898# add ppc64

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [0d292a636247ed468878c6817dfedae8337ef59b]

        INTEGRATION: CWS pj81 (1.17.4); FILE MERGED 2007/06/11 07:46:29 pjanik 1.17.4.1: #i78244#: Initialize variables to prevent warnings on Mac OS X.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [786687eb12446891f19c9cbdd4a9f35103c0282a]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/06/10 21:07:01 pjanik 1.1.2.1: #i63093#: Add Lt_LT hyphenation patterns.

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [35cb29b996215a14a776ba72f3e4666a307b6b43]

        INTEGRATION: CWS ppc64one (1.64.20); FILE MERGED 2007/06/05 11:31:17 cmc 1.64.20.1: #i77898# add ppc64 target to epm

2007-06-18  Kurt Zenker  <kz@openoffice.org>  [c2e567f35f8663fde5d71b126f0d242b671b93ac]

        INTEGRATION: CWS lithuanianspellcheck (1.1.2); FILE ADDED 2007/05/05 08:46:57 pjanik 1.1.2.1: #i58516#: Add lt_LT license file.

2007-06-18  Oliver Specht  <os@openoffice.org>  [749a37a29da9b94d26198b1d431fb6911ed92afd]

        variable names

2007-06-18  Oliver Specht  <os@openoffice.org>  [ba8dceb7228942962fb3962896a33dedef3fd9df]

        ooxml table import

2007-06-15  Gregor Hartmann  <gh@openoffice.org>  [019f4ce1d57d3a2a2b5e346fad78d38a7f95985c]

        #148037#office hangs and then crashes

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [f45238a0150150afbce20c62d93af7605ee5d9ba]

        added include

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [b53f680474a527e165be9e0cddd3010f9cb12421]

        automatically generate source code

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [fe22b09491f6c120a6dce4274e992e22426a9754]

        qnametostrfunc

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [5031ef63d1b9d3d100dbe03bc4f38f937e68b415]

        cosmetics

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [492e7044b79b1feca722bd5a04e2c03156a58160]

        qnametostrfunc

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [cdceda9cb7d8f1b196bb3993fac9daf53ff4ed60]

        removed unnecessary using namespace

2007-06-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [f1eb2e6e22c475da81e5c95bfd95efebdb4d1bc9]

        automatically generate source code

2007-06-14  Oliver Bolte  <obo@openoffice.org>  [251b5a9382e66c11357714b1dde7974e00a9571e]

        #i78428# build once only

2007-06-14  Rüdiger Timm  <rt@openoffice.org>  [4583bc5f7fcb7b0324d06ae7948defd8490d774a]

        Flag file. Touch it to get zip file rebuilt from scratch in an rebuild instead of just updating it.

2007-06-14  Rüdiger Timm  <rt@openoffice.org>  [3eb51bde7faf346fcf2bbe6e0841900b9e87350c]

        #i78426# No update information needed for thise test extension.

2007-06-14  Oliver Specht  <os@openoffice.org>  [4052f305b918d532ac93a860826ad34c76a68700]

        push style sheet properties on top of the context stack

2007-06-14  Oliver Bolte  <obo@openoffice.org>  [35fb25fee247b669d424865cf88f5d2ea026f105]

        #i10000# warning wntmsci10

2007-06-14  Oliver Bolte  <obo@openoffice.org>  [c829f837048f3f58423f832ff961cacb03f154e5]

        #i10000# wntmsci10 warning

2007-06-14  Dirk Völzke  <dv@openoffice.org>  [b65d77079cb70218774e8e693a2d0bba846498c0]

        #i78425# fixed usage of wrong namespace

2007-06-13  Vladimir Glazounov  <vg@openoffice.org>  [1622ba5eb6dd53d79b9c550d2754cf5eb7fc37c4]

        new version for SRC680

2007-06-13  Vladimir Glazounov  <vg@openoffice.org>  [61406f956934309f01c4ea9841eac31bc4e3eda0]

        new version for SRC680

2007-06-13  Vladimir Glazounov  <vg@openoffice.org>  [8f24c73fca4598589822eeeaf61ec241122418b0]

        new version for SRC680

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [2e8f4274878bd2d79f0bb6fdcc78c161037d0261]

        SRC680

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [d35906d08ab0860674cc38716496b5c8c4c3dd8e]

        INTEGRATION: CWS headlesstwo (1.2.10); FILE MERGED 2007/06/07 09:24:13 cmc 1.2.10.1: #i77412# add basebmp requirement to headless plugin

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [ed6e676cb5b357b4f68ea6eed6d0032304781443]

        INTEGRATION: CWS headlesstwo (1.237.8); FILE MERGED 2007/06/07 09:24:13 cmc 1.237.8.1: #i77412# add basebmp requirement to headless plugin

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [c6deeab537773f718db87a9ff7e96d79b0f016dd]

        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>  [e0308003f2ed154f24626b7efa1e276722eea5d7]

        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-13  Oliver Bolte  <obo@openoffice.org>  [08adb8e85063ac4fc9eef9a9941c8649e69803fb]

        #i10000# VS2005 warning C4701

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [d92e10f35339fc8545c0106eaf29d67c9803b714]

        INTEGRATION: CWS jgarrays (1.66.8); FILE MERGED 2007/04/26 12:26:12 jodygoldberg 1.66.8.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [69819e504b35f2d685243822ed67b8e5316e6127]

        INTEGRATION: CWS jgarrays (1.16.212); FILE MERGED 2007/05/15 15:10:46 er 1.16.212.1: treat ScMatValType consistent

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [6b9c98ccceb8e37bf2e2bbbc3801d56486e71ab6]

        INTEGRATION: CWS jgarrays (1.30.210); FILE MERGED 2007/04/26 12:26:07 jodygoldberg 1.30.210.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [5c2d82dd225834f37ecc45f564abf59545922e78]

        INTEGRATION: CWS jgarrays (1.10.52); FILE MERGED 2007/06/04 19:18:33 er 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2007/04/26 12:26:06 jodygoldberg 1.10.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [45691757e74ef56c4763ab3382027316dcabf97f]

        INTEGRATION: CWS jgarrays (1.18.220); FILE MERGED 2007/05/22 15:32:03 jodygoldberg 1.18.220.1: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [bba3e1e35d0e24d4f937ecbd4eb52249c757ced4]

        INTEGRATION: CWS jgarrays (1.11.38); FILE MERGED 2007/04/26 12:26:06 jodygoldberg 1.11.38.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [58c01896e24513f8fa57f5e75ae694f6ae9e7443]

        INTEGRATION: CWS jgarrays (1.9.52); FILE MERGED 2007/04/26 12:26:06 jodygoldberg 1.9.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [7722d812c3e0fcd7aea31bafa001e27a9c858fc0]

        INTEGRATION: CWS jgarrays (1.18.52); FILE MERGED 2007/04/26 12:26:06 jodygoldberg 1.18.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [45d5b42fbc1f303debdb17b8f8eb3a74303afbd4]

        INTEGRATION: CWS jgarrays (1.19.50); FILE MERGED 2007/06/04 19:07:07 er 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED 2007/04/26 12:26:06 jodygoldberg 1.19.50.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [a22893344c6cdb3b415388e08fd06691893e1108]

        INTEGRATION: CWS jgarrays (1.13.52); FILE MERGED 2007/06/04 19:06:16 er 1.13.52.2: RESYNC: (1.13-1.14); FILE MERGED 2007/04/26 12:26:05 jodygoldberg 1.13.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [8b5e233afb72f221d56a62a8784a13a9607c336a]

        INTEGRATION: CWS jgarrays (1.8.52); FILE MERGED 2007/04/26 12:26:05 jodygoldberg 1.8.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [02b89efa2a893fa7383c853600eb3efed6534e08]

        INTEGRATION: CWS jgarrays (1.26.52); FILE MERGED 2007/06/04 19:03:25 er 1.26.52.2: RESYNC: (1.26-1.27); FILE MERGED 2007/05/22 15:32:03 jodygoldberg 1.26.52.1: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [bc4224bb37fc056b51d05516cfa2e3e8958c430a]

        INTEGRATION: CWS jgarrays (1.23.52); FILE MERGED 2007/06/04 19:02:44 er 1.23.52.2: RESYNC: (1.23-1.25); FILE MERGED 2007/04/26 12:26:05 jodygoldberg 1.23.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [8e487e7b8433397ac8d0a5a3eee9c204180c72b4]

        INTEGRATION: CWS jgarrays (1.11.52); FILE MERGED 2007/06/04 19:02:32 er 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2007/04/26 12:26:05 jodygoldberg 1.11.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [b0ef71895f028c348c1e2ad55e98e1e01d16b313]

        INTEGRATION: CWS jgarrays (1.27.102); FILE MERGED 2007/06/04 18:59:11 er 1.27.102.5: RESYNC: (1.27-1.29); FILE MERGED 2007/05/23 14:05:41 er 1.27.102.4: ScMatrix refcount is mutable now, const_cast ugliness isn't needed anymore 2007/05/23 10:33:35 er 1.27.102.3: typo in non-pro assertion 2007/05/22 15:32:03 jodygoldberg 1.27.102.2: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/05/15 15:10:45 er 1.27.102.1: treat ScMatValType consistent

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [e0f1f3caa4947693693b382ed0793c04cb80a361]

        INTEGRATION: CWS jgarrays (1.15.52); FILE MERGED 2007/05/14 16:49:36 er 1.15.52.3: help MS and Sun compilers to make their way 2007/05/08 21:16:03 jodygoldberg 1.15.52.2: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble
        2007/04/26 12:26:05 jodygoldberg 1.15.52.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [9af4c5f43f735ee71c68b0a5b046793e28295aac]

        INTEGRATION: CWS jgarrays (1.11.212); FILE MERGED 2007/04/26 12:26:04 jodygoldberg 1.11.212.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [614d71fc57653a5a4214f2822bc3164bf3bf3ead]

        INTEGRATION: CWS jgarrays (1.38.52); FILE MERGED 2007/06/04 18:57:21 er 1.38.52.3: RESYNC: (1.38-1.39); FILE MERGED 2007/05/14 16:18:53 er 1.38.52.2: for unxsols4 and STL, exceptions need to be turned on (excform.cxx, excform8.cxx) 2007/05/14 13:16:55 er 1.38.52.1: for unxsols4 and STL, exceptions need to be turned on (excform.cxx, excform8.cxx)

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [ed86099842bb11e668b8e1965df17691c1d8bbda]

        INTEGRATION: CWS jgarrays (1.86.50); FILE MERGED 2007/06/04 18:57:05 er 1.86.50.2: RESYNC: (1.86-1.88); FILE MERGED 2007/04/26 12:26:04 jodygoldberg 1.86.50.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [536e367a3e908070bfab4825c31842cd31e8d8bc]

        INTEGRATION: CWS jgarrays (1.42.52); FILE MERGED 2007/04/26 12:26:04 jodygoldberg 1.42.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [0741eca6944e7d55f2d1228befc2838b2a4c0d07]

        INTEGRATION: CWS jgarrays (1.45.52); FILE MERGED 2007/06/04 18:54:26 er 1.45.52.3: RESYNC: (1.45-1.46); FILE MERGED 2007/05/08 21:16:02 jodygoldberg 1.45.52.2: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble
        2007/04/26 12:26:04 jodygoldberg 1.45.52.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [491914c67de2413cf678c877443873cf1f3c2ec3]

        INTEGRATION: CWS jgarrays (1.26.54); FILE MERGED 2007/05/22 15:32:03 jodygoldberg 1.26.54.4: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/05/08 21:17:26 jodygoldberg 1.26.54.3: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er
        
        remove debug spew
        2007/05/08 21:16:02 jodygoldberg 1.26.54.2: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble
        2007/04/26 12:26:03 jodygoldberg 1.26.54.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [7247fc480e3fc0cc5d8fff58a19c37e09a88e8ae]

        INTEGRATION: CWS jgarrays (1.14.52); FILE MERGED 2007/05/15 15:10:45 er 1.14.52.2: treat ScMatValType consistent 2007/05/08 21:16:02 jodygoldberg 1.14.52.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [040fe362a15210961845d176bfe44b2e82106fd8]

        INTEGRATION: CWS jgarrays (1.23.18); FILE MERGED 2007/05/15 15:10:44 er 1.23.18.1: treat ScMatValType consistent

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [61ac3ae73d136900820c38aad61d334b5b57b863]

        INTEGRATION: CWS jgarrays (1.45.50); FILE MERGED 2007/06/04 18:51:49 er 1.45.50.3: RESYNC: (1.45-1.47); FILE MERGED 2007/05/15 15:10:44 er 1.45.50.2: treat ScMatValType consistent 2007/05/08 21:16:02 jodygoldberg 1.45.50.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble

2007-06-13  Sven Jacobi  <sj@openoffice.org>  [bae2876fd3296fd0f40b56c1896bc6b481b2f35c]

        #i78171# fixed crash when clicking next after canceling the file open dialog

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [58200c6565de363a378b8f91847d4a27286e8403]

        INTEGRATION: CWS jgarrays (1.44.36); FILE MERGED 2007/06/04 18:51:31 er 1.44.36.2: RESYNC: (1.44-1.45); FILE MERGED 2007/05/15 15:10:44 er 1.44.36.1: treat ScMatValType consistent

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [040c7c5fdeed246831e5eabc14d6d168a863cfe0]

        INTEGRATION: CWS jgarrays (1.68.52); FILE MERGED 2007/05/22 15:32:03 jodygoldberg 1.68.52.5: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/05/14 12:53:13 er 1.68.52.4: IsBoolean needs to return a value
        2007/05/08 21:17:26 jodygoldberg 1.68.52.3: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er
        
        remove debug spew
        2007/05/08 21:16:02 jodygoldberg 1.68.52.2: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble
        2007/04/26 12:26:03 jodygoldberg 1.68.52.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [30977e68e8c12607cda444d31c502d7022b7edc4]

        INTEGRATION: CWS jgarrays (1.51.6); FILE MERGED 2007/05/22 16:29:01 er 1.51.6.3: SC_OPCODE_ARRAY_COL_SEP must be ';' semicolon 2007/05/22 15:32:02 jodygoldberg 1.51.6.2: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/04/26 12:26:00 jodygoldberg 1.51.6.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [810f7cfa2d5dc4f356b891cd2b4212d1c3545b26]

        INTEGRATION: CWS jgarrays (1.49.54); FILE MERGED 2007/06/04 18:47:35 er 1.49.54.2: RESYNC: (1.49-1.50); FILE MERGED 2007/04/26 12:25:59 jodygoldberg 1.49.54.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [9ae92599e1453a240bf14191913e4d709ec0cbf2]

        INTEGRATION: CWS jgarrays (1.29.54); FILE MERGED 2007/05/23 13:53:45 er 1.29.54.1: #i32342# now that we have (even named) matrix constants, a formula cell can't assume anymore to be the sole owner of a result matrix (and crash if it wasn't)

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [220564b53837ed726c4b975bf7d0470f81ef7cde]

        INTEGRATION: CWS jgarrays (1.36.54); FILE MERGED 2007/06/04 18:43:21 er 1.36.54.3: RESYNC: (1.36-1.37); FILE MERGED 2007/05/23 13:53:44 er 1.36.54.2: #i32342# now that we have (even named) matrix constants, a formula cell can't assume anymore to be the sole owner of a result matrix (and crash if it wasn't) 2007/05/15 15:10:44 er 1.36.54.1: treat ScMatValType consistent

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [87efc486cbb2e1d7e446ff3ec79e42a5858ca141]

        INTEGRATION: CWS jgarrays (1.7.102); FILE MERGED 2007/06/04 18:37:43 er 1.7.102.2: RESYNC: (1.7-1.8); FILE MERGED 2007/04/26 12:25:59 jodygoldberg 1.7.102.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [2617d04089043eeff74aed8a7054846e9073a3d1]

        INTEGRATION: CWS jgarrays (1.7.408); FILE MERGED 2007/05/23 13:53:44 er 1.7.408.5: #i32342# now that we have (even named) matrix constants, a formula cell can't assume anymore to be the sole owner of a result matrix (and crash if it wasn't) 2007/05/22 15:32:01 jodygoldberg 1.7.408.4: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/05/15 15:10:43 er 1.7.408.3: treat ScMatValType consistent
        2007/05/14 13:25:00 er 1.7.408.2: IsValueOrEmpty: logic flaw
        2007/05/08 21:16:02 jodygoldberg 1.7.408.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [3eb5577a87c63bb038d41401f5b04f4a6c3818a9]

        INTEGRATION: CWS jgarrays (1.15.148); FILE MERGED 2007/05/22 15:32:01 jodygoldberg 1.15.148.2: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/04/26 12:25:59 jodygoldberg 1.15.148.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [8411a66532971c4155a9422b166560b670397bcd]

        INTEGRATION: CWS jgarrays (1.15.148); FILE MERGED 2007/04/26 12:25:58 jodygoldberg 1.15.148.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [8e2d587390b4214b820744427de75658a4664ffb]

        INTEGRATION: CWS jgarrays (1.3.420); FILE MERGED 2007/04/26 12:25:58 jodygoldberg 1.3.420.1: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [e21529abb233e2b13205620b438f26c604b4286a]

        INTEGRATION: CWS jgarrays (1.29.54); FILE MERGED 2007/06/04 18:33:34 er 1.29.54.3: RESYNC: (1.29-1.30); FILE MERGED 2007/05/08 21:16:01 jodygoldberg 1.29.54.2: Issue number:  32342 Submitted by:  jodygoldberg Reviewed by:   er
        
        - Inline boolean support in ScMatrix
        - parsing for booleans in inline arrays
        - update ScMatrix to string code to factor out AppendString and AppendDouble
        2007/04/26 12:25:58 jodygoldberg 1.29.54.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [fae86222c6f12dcf2f75ce1fc473c21386df0e5f]

        INTEGRATION: CWS jgarrays (1.13.148); FILE MERGED 2007/05/22 15:32:01 jodygoldberg 1.13.148.2: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.
        2007/04/26 12:25:58 jodygoldberg 1.13.148.1: Issue number:  32342
        Submitted by:  jodygoldberg
        Reviewed by:   er,dr
        
        Some small updates to the patch in issuezilla, resynced to m210.
        It still needs the small re-factoring er suggested
            re: ScCompiler::AppendString

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [31e63700dbc2f126165d258ca483e12b2cf23fbb]

        INTEGRATION: CWS jgarrays (1.23.54); FILE MERGED 2007/05/23 13:53:44 er 1.23.54.1: #i32342# now that we have (even named) matrix constants, a formula cell can't assume anymore to be the sole owner of a result matrix (and crash if it wasn't)

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [5a5f2391d94546b21f249c5b602be217bff686cd]

        INTEGRATION: CWS jgarrays (1.12.54); FILE MERGED 2007/05/22 15:32:01 jodygoldberg 1.12.54.1: Issue number:  21149 Submitted by:  jodygoldberg@openoffice.org Reviewed by:   er
        
        drops the O(N^2) algorithm for DDE matrix export in favour of just doing it
        inline.

2007-06-13  Gregor Hartmann  <gh@openoffice.org>  [a857bfd8e435f91206f5cffbc393b6d59552c118]

        #144461#no user events on deleted window anymore

2007-06-13  Rüdiger Timm  <rt@openoffice.org>  [470ad45f8886b89fe019530abb04f0564fac3560]

        #i10000# Typo corrected ('PCBuild' -> 'PCbuild').

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [a0298545ce8ad3dff431bbc6c5e6719c1d813180]

        INTEGRATION: CWS salinternfix1 (1.3.12); FILE MERGED 2007/05/30 14:36:15 mmeeks 1.3.12.1: Issue number: i#77687# Submitted by: cmc Reviewed by:  mmeeks Fix for interning 'static' internal strings, eg. "" when converting from a charset.

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [169617eb190f5de85fea95d2aee3244828d99e8f]

        INTEGRATION: CWS salinternfix1 (1.9.18); FILE MERGED 2007/05/30 14:36:15 mmeeks 1.9.18.1: Issue number: i#77687# Submitted by: cmc Reviewed by:  mmeeks Fix for interning 'static' internal strings, eg. "" when converting from a charset.

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [3df962c50c58e636094ba44849189855a30ea922]

        INTEGRATION: CWS jl64 (1.16.50); FILE MERGED 2007/06/08 07:32:00 jl 1.16.50.1: #i77436# applied patch, incorrect registering component which contains singleton

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [1a61d6d549327f145d6d2b19300f8876d71b3a0e]

        INTEGRATION: CWS jl64 (1.3.80); FILE MERGED 2007/06/07 11:32:38 jl 1.3.80.2: #i76390# 2007/06/07 07:52:58 jl 1.3.80.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [6b2553f2fc28daebf3ca60889453becf98cf6a73]

        INTEGRATION: CWS jl64 (1.5.24); FILE MERGED 2007/06/07 07:52:58 jl 1.5.24.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [ce33a153119fe2cff85fa0f5cce77f0291293b4e]

        INTEGRATION: CWS jl64 (1.12.80); FILE MERGED 2007/06/07 07:52:58 jl 1.12.80.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.12.80.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [8391d743210f25845e66152e558700d30ae19866]

        INTEGRATION: CWS jl64 (1.25.24); FILE MERGED 2007/06/07 07:52:58 jl 1.25.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.25.24.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [870fe7fe9b37b6d0525e04003bf53ec4fe5e19a9]

        INTEGRATION: CWS jl64 (1.5.80); FILE MERGED 2007/06/07 07:52:58 jl 1.5.80.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.5.80.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [142c5b01e3143699d1747e0ef5212a1d29196ed7]

        INTEGRATION: CWS jl64 (1.9.24); FILE MERGED 2007/06/07 07:52:58 jl 1.9.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.9.24.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [ae1b5aa3ed543332f4312def34f787fd4b085cf7]

        INTEGRATION: CWS jl64 (1.27.24); FILE MERGED 2007/06/07 07:52:58 jl 1.27.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.27.24.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [3db164564d9602cfb56b50bdd2a39e4565a50a35]

        INTEGRATION: CWS jl64 (1.9.80); FILE MERGED 2007/06/07 11:32:38 jl 1.9.80.3: #i76390# 2007/06/07 07:52:57 jl 1.9.80.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.9.80.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [c7041090014adf45af50fa45fd4dc5cb4df4e80c]

        INTEGRATION: CWS jl64 (1.17.24); FILE MERGED 2007/06/08 06:29:05 jl 1.17.24.5: #i76390# 2007/06/07 14:41:36 jl 1.17.24.4: #i76390# 2007/06/07 11:32:38 jl 1.17.24.3: #i76390# 2007/06/07 07:52:57 jl 1.17.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.17.24.1: #i76390 do not create user installation when installing java extensions during setup

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [0bf066dda16e3b0b471f2e10fca3574256cc78aa]

        INTEGRATION: CWS jl64 (1.21.24); FILE MERGED 2007/06/07 07:53:12 jl 1.21.24.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE

2007-06-13  Oliver Bolte  <obo@openoffice.org>  [45e3446b445702d05ce1679a1e759f14a739334a]

        INTEGRATION: CWS jl64 (1.13.80); FILE MERGED 2007/06/07 07:51:17 jl 1.13.80.1: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_DATA_EXPIRE

2007-06-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [19d0f4032b601bc8b6be4bf195267737c5c1d827]

        debug output cleanup

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [4004b7a78083ee2e1380689ef1c02a91e2fa1ab0]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:40:18 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [35667d611838a131e0f270483f0dbc9ea6f2f2f5]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:55 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2c41600f59806e59f8bf865f10da51ac6a38bb4f]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:15 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [86c8d16b08710062ed797c92ae15bfd5071a1071]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:05 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [1b3ab885b3bd2414b76351d48782ff23047640ce]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:40:05 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [e9a1c8e21ecae89c61df6f80ccfd1cae7c48a48c]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:45 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2edcf60ae69df4f40bb8ac67ac8c68d6a3654e9f]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:35 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8a8ddf1d784bfc8996e3ea9c9013f02989b4fab6]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/05/30 11:39:25 dv 1.1.2.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [f0923605dcab808775094a25e59fa38da72f7146]

        INTEGRATION: CWS dv02 (1.8.64); FILE MERGED 2007/04/30 08:33:49 dv 1.8.64.1: #i74195# Added new service PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [c7f5fc76ab66dca9d430e4cf83bfd20e31787122]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/04/30 12:53:59 dv 1.1.2.3: #i74195# Corrected exception spec 2007/04/30 08:33:49 dv 1.1.2.2: #i74195# Added new service PackageInformationProvider 2007/04/27 06:25:25 dv 1.1.2.1: Add new service PackageInformationProvider
        
        Issue number:  i74195
        Submitted by:
        Reviewed by:

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [09aeda7a923c67f606af71ca4742b2d1e1dd6fdc]

        INTEGRATION: CWS dv02 (1.11.64); FILE MERGED 2007/04/30 08:33:48 dv 1.11.64.1: #i74195# Added new service PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [37b5b1c7f4a20d1fad8bd55b02df970a77454da8]

        INTEGRATION: CWS dv02 (1.2.96); FILE MERGED 2007/04/30 08:33:48 dv 1.2.96.1: #i74195# Added new service PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [0c20ca3669355c993a772d3076778502736f9686]

        INTEGRATION: CWS dv02 (1.40.40); FILE MERGED 2007/05/30 12:32:12 dv 1.40.40.1: #i76894# added sample for testing singelton PackageInformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2c05f137bdabccb793188038f09df524f0665e39]

        INTEGRATION: CWS dv02 (1.13.86); FILE MERGED 2007/04/30 09:06:31 dv 1.13.86.1: #i74195# New service PackageinformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [7ae6c128f84d8feb1e0e74a21d5be5cda94c2467]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/04/30 09:05:58 dv 1.1.2.1: #i74195# New service PackageinformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [67bdfabbcb2475ef1d26575f088040e5077ab255]

        INTEGRATION: CWS dv02 (1.1.2); FILE ADDED 2007/04/30 09:05:57 dv 1.1.2.1: #i74195# New service PackageinformationProvider

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [ac7642f3b58d9cc568af9250e1e38cdb5912e67b]

        INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED 2007/04/24 17:42:30 vq 1.5.2.2: #i73700# Release dmake 4.8. 2007/01/21 03:00:39 vq 1.5.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [c930f8c25d2ccb0bc6ad54ee7f44f5881e5efb3c]

        INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED 2007/04/24 17:42:30 vq 1.10.2.2: #i73700# Release dmake 4.8. 2007/01/21 03:00:39 vq 1.10.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [7cd26650ff78fc5c54fdf923ed35e339784888d8]

        INTEGRATION: CWS dmake48 (1.4.40); FILE MERGED 2007/03/14 00:51:37 vq 1.4.40.1: #i10000# No real change, only comments were added or modified.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [b17b110bb681358920e946960a567bdac299e4ee]

        INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED 2007/01/21 23:21:13 vq 1.6.2.1: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [77a621b36800c61942f32bf68e78946bf243258b]

        INTEGRATION: CWS dmake48 (1.1.2); FILE ADDED 2007/04/09 13:22:59 vq 1.1.2.3: #i73499# Fix bash syntax typo. 2007/04/09 03:27:03 vq 1.1.2.2: #i73499# Make test work on Solaris. 2007/03/23 20:40:40 vq 1.1.2.1: #i73499# Add documentation and testcase.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8fcbce9d881b833fa11973142909a37a92617bd6]

        INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED 2007/03/23 20:40:40 vq 1.5.2.1: #i73499# Add documentation and testcase.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [332bc0b57d863696c011711967f60e2e3758688b]

        INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED 2007/01/21 03:00:39 vq 1.6.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [313c7bb34a76ad1c4f07a760c84af19372723002]

        INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED 2007/04/24 17:42:29 vq 1.9.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.9.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.9.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:40 vq 1.9.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.9.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.9.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.9.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [f313f6a7dc2dd8c291db1dc062fc0d28da2e9533]

        INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED 2007/04/24 17:42:29 vq 1.7.2.7: #i73700# Release dmake 4.8. 2007/03/27 17:21:15 vq 1.7.2.6: #i10000# Fix typos in manual. This patch was provided by shay@openoffice.org. 2007/03/24 04:29:05 vq 1.7.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/23 20:40:39 vq 1.7.2.4: #i73499# Add documentation and testcase. 2007/01/30 04:24:46 vq 1.7.2.3: #i73996# Update man page. 2007/01/21 23:21:13 vq 1.7.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.7.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [9e81a003adce006e092edc746696c6bc1bd5cc3a]

        INTEGRATION: CWS dmake48 (1.4.2); FILE MERGED 2007/03/17 19:00:38 vq 1.4.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/01/30 02:39:45 vq 1.4.2.1: #i73996# Avoid relative paths going up to the root directory.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [5de10079baa587b283aae040d1907424a195bc04]

        INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED 2007/03/19 04:58:52 vq 1.9.2.6: #i73499# Restrict function to cygwin only use. 2007/03/18 15:02:10 vq 1.9.2.5: #i73499# Add missing include statement. 2007/03/17 19:00:38 vq 1.9.2.4: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/03/17 02:36:27 vq 1.9.2.3: #i10000# Trivial fix.
        2007/03/14 00:51:37 vq 1.9.2.2: #i10000# No real change, only comments were added or modified.
        2007/01/30 02:39:45 vq 1.9.2.1: #i73996# Avoid relative paths going up to the root directory.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [f00af7d43dec40d25c30a02ef52292f835e0d329]

        INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED 2007/03/17 19:00:38 vq 1.10.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [0f533621ffcdfe5841f437e2c5822f4e6d1364ed]

        INTEGRATION: CWS dmake48 (1.2.2); FILE MERGED 2007/01/30 02:39:45 vq 1.2.2.2: #i73996# Avoid relative paths going up to the root directory. 2007/01/21 23:21:12 vq 1.2.2.1: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [c8740da4a2f14bf52f764981b3f843b0b5b674a3]

        INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED 2007/04/09 03:06:53 vq 1.8.2.6: #i73499# Fix potential problem with m_at getting freed without being initalized first. 2007/03/24 04:29:04 vq 1.8.2.5: #i75697# Document the special treatment of $? for the :! ruleop. 2007/03/17 19:00:38 vq 1.8.2.4: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/01/30 02:39:45 vq 1.8.2.3: #i73996# Avoid relative paths going up to the root directory.
        2007/01/27 00:51:12 vq 1.8.2.2: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious.
        Also commit some small macro relates clean ups and comment changes.
        2007/01/23 02:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [fba970162f483afbeb13781701e87d0478c3de72]

        INTEGRATION: CWS dmake48 (1.6.16); FILE MERGED 2007/03/17 19:00:37 vq 1.6.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [4df26590911442a4d82300151e796b163f62f184]

        INTEGRATION: CWS dmake48 (1.5.2); FILE MERGED 2007/03/17 19:00:37 vq 1.5.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/01/27 00:51:12 vq 1.5.2.1: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious.
        Also commit some small macro relates clean ups and comment changes.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [fabd0ae620b6e3821a28e06978cc2a932f3e2756]

        INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED 2007/03/17 19:00:37 vq 1.8.2.2: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/01/23 02:25:52 vq 1.8.2.1: #i10000# Small cosmetic changes.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [7734b689c8deb8e808b1ac3642aebd86ea6b9f62]

        INTEGRATION: CWS dmake48 (1.10.2); FILE MERGED 2007/03/17 19:00:37 vq 1.10.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8de2d7bf216fcf9560d5c1d9756c0e42e98a70b2]

        INTEGRATION: CWS dmake48 (1.3.16); FILE MERGED 2007/03/17 19:00:37 vq 1.3.16.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [ef361780d660c8fe681968378fb7e2e09a8b2392]

        INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED 2007/03/17 19:00:37 vq 1.6.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [736f032896f5fae667208bf3b157a4ddf5971ce0]

        INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED 2007/03/17 19:00:37 vq 1.9.2.1: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [3f47092de3cf4a529209b376dff1cb96935f1eba]

        INTEGRATION: CWS dmake48 (1.8.2); FILE MERGED 2007/03/17 19:00:36 vq 1.8.2.3: #i73499# Add new .WINPATH attribute to generate Windows style paths (with regular slashes) instead of the default cygwin style (POSIX) paths for dmake's dynamic macros.
        
        This attribute is specific for cygwin dmake executables and non-cygwin
        environments ignore this attribute.
        
        The windows style paths use regular slashes ('/') instead of the
        usual windows backslash ('\') as directory separator to avoid quoting
        problems (It still is a cygwin dmake!) and cygwin as well as native
        windows programs should have no problems using this (c:/foo/bar) path
        representation.
        
        The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
        $(MAKEDIR) and $(TMD).
        
        Examples:
        
        Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
        
        Content of $(PWD) with .WINPATH set:           c:/temp
        2007/01/27 00:51:12 vq 1.8.2.2: #i739183 Mark the internal macros PWD, MAKEDIR and TMD as precious.
        Also commit some small macro relates clean ups and comment changes.
        2007/01/23 02:49:43 vq 1.8.2.1: #i10000# Remove warning and add error handling.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [c20b5597abaa7c61d8c1d9afa78a947879dfccd3]

        INTEGRATION: CWS dmake48 (1.27.2); FILE MERGED 2007/04/24 17:42:29 vq 1.27.2.3: #i73700# Release dmake 4.8. 2007/01/21 23:21:12 vq 1.27.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.27.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [ac4a4089eb18565171805cfc64de2560fc412a69]

        INTEGRATION: CWS dmake48 (1.20.2); FILE MERGED 2007/04/24 17:42:28 vq 1.20.2.3: #i73700# Release dmake 4.8. 2007/01/21 23:21:12 vq 1.20.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:37 vq 1.20.2.1: #i73700# Bump version to 4.8-cvs.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8269c9339a79c89dac53b93d460a0466502a1687]

        INTEGRATION: CWS dmake48 (1.7.2); FILE MERGED 2007/04/24 17:42:28 vq 1.7.2.2: #i73700# Release dmake 4.8. 2007/03/23 20:40:39 vq 1.7.2.1: #i73499# Add documentation and testcase.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2ccbac69a33c8145d7887b8795c9006da6796778]

        INTEGRATION: CWS dmake48 (1.6.2); FILE MERGED 2007/04/24 17:49:18 vq 1.6.2.4: #i10000# Update ChangeLog. 2007/03/27 17:23:15 vq 1.6.2.3: #i10000# Update ChangeLog. 2007/03/23 20:44:06 vq 1.6.2.2: #i10000# Update ChangeLog. 2007/03/17 18:43:51 vq 1.6.2.1: #i10000# Update ChangeLog.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2cfbb2f19cebca8a789bb46c58c07005d0d4dba4]

        INTEGRATION: CWS ww8export03_SRC680 (1.98.166.1.8); FILE MERGED 2007/06/06 07:46:24 ama 1.98.166.1.8.5: Moving fixes for #i77900#148018# to another CWS 2007/06/05 12:56:47 ama 1.98.166.1.8.4: Fix #148018#i77900#: Pagebreak as attribute 2007/06/05 08:17:31 od 1.98.166.1.8.3: #i77805# - method <SwWW8Writer::DisallowInheritingOutlineNumbering(..)> 	 -- add return value 	 - method <SwWW8Writer::Out_SwFmt(..)> 	 -- explicit export of left/right margin, if inherited outline 	    numbering of paragraph style is suppressed. 2007/06/04 07:30:17 ama 1.98.166.1.8.2: Fix #i77807#: Page/section breaks and track changes 2007/05/31 09:26:55 od 1.98.166.1.8.1: merging changes of cws ww8export02 into cws ww8export03

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2435e5b36bb5b946279033689eeafc0ef560e8f1]

        INTEGRATION: CWS ww8export03_SRC680 (1.49.232.1.4); FILE MERGED 2007/06/06 14:35:03 od 1.49.232.1.4.3: #i29408# - correct syntax error 2007/06/06 10:19:41 od 1.49.232.1.4.2: #i29408# - linked, as-character anchored graphics have to be exported as fields 2007/06/05 12:36:21 ama 1.49.232.1.4.1: Fix #148023#: Inline controls

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [dcdab213551ab7f16494649e8b9290d0cf1394f3]

        INTEGRATION: CWS ww8export03_SRC680 (1.68.276.2.4); FILE MERGED 2007/06/05 08:13:54 od 1.68.276.2.4.2: #i77805# method <SwWW8Writer::DisallowInheritingOutlineNumbering(..)> 	 - add return value to indicate, if inherited outline numbering 	   is suppressed. 2007/05/31 09:26:55 od 1.68.276.2.4.1: merging changes of cws ww8export02 into cws ww8export03

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [ef966c4fcd7d8cbbaa762500a1856be521dc981d]

        INTEGRATION: CWS ww8export03_SRC680 (1.90.20.1.36.1.4); FILE MERGED 2007/06/05 07:09:02 fme 1.90.20.1.36.1.4.3: #148026# Correction - Font item cannot be obtained from aExportSet any longer (because of bDeep = FALSE) 2007/06/04 09:32:33 fme 1.90.20.1.36.1.4.2: #148026# Hard paragraph attributes are obtained with bDeep = FALSE 2007/05/31 09:26:55 od 1.90.20.1.36.1.4.1: merging changes of cws ww8export02 into cws ww8export03

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [3ccd47fc63ed5f0321f7128c406d5a84f97ff401]

        INTEGRATION: CWS ww8export03_SRC680 (1.7.336); FILE MERGED 2007/05/31 14:16:20 fme 1.7.336.1: #148020# NUMPAGE -> NUMPAGES

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [3429fd19dbb76997d0642f1ecfde469dbaecb234]

        INTEGRATION: CWS ww8export03_SRC680 (1.32.6.2.62); FILE MERGED 2007/06/05 08:21:23 od 1.32.6.2.62.1: #i77805# method <SwNode::HasPrevNextLayNode()> 	 - skip start and end section nodes on checking for existence of 	   previous and next content/table node

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2f9477e7cb61cf7ee2d0abc4e1f7614b4b3f0fc7]

        INTEGRATION: CWS ww8export03_SRC680 (1.12.20.1.20); FILE MERGED 2007/05/31 14:19:49 sj 1.12.20.1.20.1: #148014# fixed animation problem: sometimes ppt2003 is crashing when playing presentation

2007-06-12  Oliver Specht  <os@openoffice.org>  [fe8e4e774087465a10ecd8f366b7f0c272d8319a]

        footnote symbols completed

2007-06-12  Oliver Specht  <os@openoffice.org>  [597e28872b2dbfcdbc4cb3a68da3b948368352c0]

        footnote symbols completed, bookmarks added

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [90b9d35e53644a084f1ce1bb8168743352750a9a]

        INTEGRATION: CWS dba23ui (1.14.6); FILE MERGED 2007/05/21 11:07:29 fs 1.14.6.1: proper RTL display of control labels Issue number:  #i69452# Submitted by:  ayaniger@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [6015d48fb8eb0cb0e705083ff2382c952e87948c]

        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>  [6ac3379d3ac4ff9b46ca9d17da4e2388c8fa3c59]

        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>  [059f243f27046091ad2b12b54c50936bc917b8f4]

        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>  [7d20469c33e2450358b69d394fd486fefc9a54f8]

        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>  [d8a2ecd355508dff0c1c408e214355bfa0aff30a]

        INTEGRATION: CWS dba23ui (1.28.242); FILE MERGED 2007/05/19 22:08:30 fs 1.28.242.2: RESYNC: (1.28-1.29); FILE MERGED 2006/12/21 09:07:06 fs 1.28.242.1: #52392#

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [d9d9be13af2921a900f270105ddaf55d2bca85d9]

        INTEGRATION: CWS dba23ui (1.20.58); FILE MERGED 2007/05/21 11:13:29 fs 1.20.58.1: no RTL for the inner text window, which displays an (English) SQL command Issue number:  #i76685# Submitted by:  ayaniger@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2607fb8e5fc0e0276d6efcd6667631fe855781d2]

        INTEGRATION: CWS dba23ui (1.3.242); FILE MERGED 2006/12/21 08:26:06 fs 1.3.242.1: #i72799# +E_ELEMENT_TYPE_COUNT

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [48ccf392f1660dbd065cbd63b7ccabcde60e6fa4]

        INTEGRATION: CWS dba23ui (1.15.8); FILE MERGED 2007/05/19 21:30:22 fs 1.15.8.2: RESYNC: (1.15-1.17); FILE MERGED 2006/12/21 08:28:15 fs 1.15.8.1: #i72799# isCommandEnabled with String istead of complete URL

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [5dfeb6781661e48031724cc86d98b5105c6e3195]

        INTEGRATION: CWS dba23ui (1.186.2); FILE MERGED 2007/05/21 11:34:18 fs 1.186.2.2: #i76857# disable 'Edit database file' when Base is not installed 2007/05/21 11:26:02 fs 1.186.2.1: #i76857# disable 'Edit database file' when Base is not installed

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [fafd09e8191a88a05f8c00e4bef860d731d463e2]

        INTEGRATION: CWS dba23ui (1.74.46); FILE MERGED 2007/05/19 21:28:14 fs 1.74.46.2: RESYNC: (1.74-1.76); FILE MERGED 2006/12/21 08:27:54 fs 1.74.46.1: #i72799# isCommandEnabled with String istead of complete URL

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [6684b0e0183cc3570df29ba8109d0e51676ee4fb]

        INTEGRATION: CWS dba23ui (1.11.50); FILE MERGED 2007/05/19 21:25:52 fs 1.11.50.2: RESYNC: (1.11-1.12); FILE MERGED 2006/12/21 08:29:58 fs 1.11.50.1: #i72799# enhanced mnemonics handling, now also for the task pane

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [63f930edd8af0d41ce5d5a6fe1666930280b24a3]

        INTEGRATION: CWS dba23ui (1.17.48); FILE MERGED 2007/05/19 21:25:43 fs 1.17.48.2: RESYNC: (1.17-1.18); FILE MERGED 2006/12/21 08:29:57 fs 1.17.48.1: #i72799# enhanced mnemonics handling, now also for the task pane

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [218fea742b6191bd779d8ef15588a141aab63ee7]

        INTEGRATION: CWS dba23ui (1.5.176); FILE MERGED 2006/12/21 08:31:59 fs 1.5.176.1: #i72799# enhanced mnemonics handling, now also for the task pane

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [727631b19bf20ecbb1481d9edb11313ba25af706]

        INTEGRATION: CWS dba23ui (1.10.58); FILE MERGED 2006/12/21 08:31:59 fs 1.10.58.1: #i72799# enhanced mnemonics handling, now also for the task pane

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [f0cef0d3c8a487df5b653a5747b7c3e3fe24cd23]

        INTEGRATION: CWS dba23ui (1.13.48); FILE MERGED 2007/05/19 21:25:35 fs 1.13.48.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/21 08:30:59 fs 1.13.48.1: #i72799# enhanced mnemonics handling, now also for the task pane / refactored the task pane initialization

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [421dc77c98bacd939c5a87dbfabbdad0f19ae992]

        INTEGRATION: CWS dba23ui (1.20.48); FILE MERGED 2007/05/22 18:50:17 fs 1.20.48.3: #i10000# proper increment of pHCImages (thanks to the Mac compiler for finding this) 2007/05/19 21:25:27 fs 1.20.48.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/21 08:30:59 fs 1.20.48.1: #i72799# enhanced mnemonics handling, now also for the task pane / refactored the task pane initialization

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8704789028e08649b6a1a21562db52fa910e7972]

        INTEGRATION: CWS dba23ui (1.24.4); FILE MERGED 2006/12/21 08:32:43 fs 1.24.4.1: #i72799# enhanced mnemonics handling, now also for the task pane

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [8f37b0ee43d4a9f2e07b5c69d8e246e76f82fb65]

        INTEGRATION: CWS dba23ui (1.2.20); FILE MERGED 2007/05/22 18:56:20 fs 1.2.20.1: make it run ...

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [7d46e9ea0331927af501ad7a75291fb63ebf1d04]

        INTEGRATION: CWS dba23ui (1.25.32); FILE MERGED 2007/05/21 11:04:38 fs 1.25.32.1: #i71900# removed formsobject toolbar

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [a687dc4315a85974d500f6189b22c5460ec83ea2]

        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>  [64411c3ab300af9efa1444259b48efe878357fea]

        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>  [0affb73ada7170245ddd1f3b59758a37275ede8d]

        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>  [9e828aab5d37326eff94fd3b897f150c5122ca70]

        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>  [1bcd6c0f63456deba1b2da346132ed68a089b590]

        INTEGRATION: CWS dba23ui (1.3.32); FILE MERGED 2007/05/19 21:06:29 fs 1.3.32.2: RESYNC: (1.3-1.5); FILE MERGED 2007/01/14 21:09:39 fs 1.3.32.1: #i73467# correct variable placeholder

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [010cebc05570db1a7022a11b5780c1fcd5f4b976]

        INTEGRATION: CWS dba23ui (1.29.36); FILE MERGED 2007/05/21 11:10:14 fs 1.29.36.1: improved field type detection - numbers with leading zeros recognized as text Issue number:  #i76668# Submitted by:  tml@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [3c02ac2f7e6c71f2210a3f37607b7543c5852350]

        INTEGRATION: CWS dba23ui (1.20.30); FILE MERGED 2007/05/19 20:49:35 fs 1.20.30.2: RESYNC: (1.20-1.22); FILE MERGED 2007/01/14 21:09:02 fs 1.20.30.1: dummy change to provoke conflict on resync, the surviving change should be '$charset$', not '$charset'

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [34855db5534f415c520163cc5853537d5527cfaa]

        INTEGRATION: CWS rt21 (1.2.150); FILE MERGED 2007/06/08 07:43:26 rt 1.2.150.1: #i78207# There are no such files '..\inc\cosv\template\*.cxx'.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [ea2e893d0c7bc431c3b7aeff75565087de0d810e]

        INTEGRATION: CWS rt21 (1.7.6); FILE MERGED 2007/06/08 13:49:21 rt 1.7.6.2: More cleanup (move creation of 'additional' dir from deliver.pl into modules). 2007/06/08 12:43:07 rt 1.7.6.1: #i78232# Remove delivery of *staticdatamembers.*

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [c132b99a3ac3f02cad682bc7a8d2067e8aa4e008]

        INTEGRATION: CWS rt21 (1.21.28); FILE MERGED 2007/06/08 12:47:29 rt 1.21.28.1: #i78232# Remove delivery of *staticdatamembers.*

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [daef3bca5cd4b81ebd2b0318f1ae3aceb24bea9f]

        INTEGRATION: CWS rt21 (1.16.32); FILE MERGED 2007/06/07 13:12:52 rt 1.16.32.1: #i78185# 'source\javaconfig' and 'source\javadetect' do not exist

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [cc7255f39bd207b24b2d74af84aa371e3693b253]

        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-12  Oliver Bolte  <obo@openoffice.org>  [f3806f3b345c5dff65f7d4415f4c31039275405d]

        INTEGRATION: CWS rt21 (1.117.12); FILE MERGED 2007/06/08 15:32:58 rt 1.117.12.9: #i78236# Quoting. 2007/06/08 13:55:47 rt 1.117.12.8: #i78232# Remove default delivery of *staticdatamembers.* 2007/06/08 13:54:37 rt 1.117.12.7: #i78236# New option 'checkdlst': warns about missing 'mkdir's, overwrites, and entries of non-existing files to be delivered from source tree. 2007/06/07 11:51:18 rt 1.117.12.6: Join changes from rev. 1.116.44.1 (CWS ause079). 2007/06/07 08:53:39 rt 1.117.12.5: Remove obsolete macro '%UPD%'. 2007/06/07 08:52:37 rt 1.117.12.4: Remove obsolete macro '%UPD%'. 2007/06/07 08:22:44 rt 1.117.12.3: #i78168# 'hedabu_obsolete' now only changes local includes by adding module name to inc path. Therefore rename functionality into 'addincpath'. 2007/06/07 08:01:03 rt 1.117.12.2: #i78168# Remove  __SOLAR_PRIVATE hack and source beautifying from hedabu_obsolete. 2007/06/07 07:30:50 rt 1.117.12.1: #i78035# Do not strip (precompiled) windows files from linux.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [9df30885cc34491b71075f02e7bbc3040406f560]

        INTEGRATION: CWS rt21 (1.31.2); FILE MERGED 2007/06/08 12:34:15 rt 1.31.2.1: #i78232# Remove delivery of *staticdatamembers.*

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [b79be0a0bc2d3c657e251fbbd7b41aaa6a1d002f]

        INTEGRATION: CWS rt21 (1.83.22); FILE MERGED 2007/06/07 15:30:21 rt 1.83.22.1: #i78194# 'drafts\com\sun\star' is empty except 'form'. Entries removed.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [2a6ce59819b125092bc5ee56a19e45b1c0d517c5]

        INTEGRATION: CWS rt21 (1.53.34); FILE MERGED 2007/06/07 10:45:20 rt 1.53.34.1: #i78175# 'inc\xmlbrshi.hxx', 'inc\xmlbrshe.hxx', 'inc\xmlitmap.hxx', 'inc\hxx', and 'inc\SchXMLTableAddresses.hxx' do not exist, so do not try to deliver them.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [9d7d5d95192af8ad7d106d236ba415892a83aada]

        INTEGRATION: CWS rt21 (1.5.4); FILE MERGED 2007/06/07 08:23:13 rt 1.5.4.1: #i78168# 'hedabu_obsolete' now only changes local includes by adding module name to inc path. Therefore rename into 'addincpath'.

2007-06-12  Oliver Bolte  <obo@openoffice.org>  [f9a1fa7f91a77ba49d0743f19c68622c56e7fae1]

        INTEGRATION: CWS rt21 (1.6.68); FILE MERGED 2007/06/08 12:41:50 rt 1.6.68.1: #i78232# Remove delivery of *staticdatamembers.*

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [822efcb030a96006d2c212b13f760ed12e698599]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/31 06:47:52 bm 1.2.2.1: #i77959# superfluous class-specifier in declaration

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [7406f9a39f8bd09ca5e79e69d7da1c7a9e83d614]

        INTEGRATION: CWS chart05 (1.24.2); FILE MERGED 2007/05/25 16:27:57 iha 1.24.2.1: #i71328# Automatic Symbols for lines in combi charts are not the same as in older versions

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [41bb26b8dfe105c5d514ddd2a00b0b8a1d28a375]

        INTEGRATION: CWS chart05 (1.22.2); FILE MERGED 2007/05/25 16:39:40 iha 1.22.2.1: #i77155# 3D stacked Col/Bar Charts are constricted at the connection edges like a wasp

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [f02480726445d1eb272d188c8f776c3510788256]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/25 14:54:28 iha 1.2.2.1: #i75197# new Chart: title edit window is slightly to small on first edit

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [76f14b4f87193302f056b870c7bc4d6e407af12a]

        INTEGRATION: CWS chart05 (1.36.2); FILE MERGED 2007/05/25 16:35:14 iha 1.36.2.2: #i68045# 3d Bar Chart is growing beyond visuell chart area on double click 2007/05/25 16:27:57 iha 1.36.2.1: #i71328# Automatic Symbols for lines in combi charts are not the same as in older versions

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [13e631e1f4d585bc29bd34a50a5e8245e6ca7206]

        INTEGRATION: CWS chart05 (1.3.2); FILE MERGED 2007/05/29 16:40:50 iha 1.3.2.1: #i77904# to much distance between grids and floor or wall

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [ce119236d6c89800dbd23ce99b8a6c595d382135]

        INTEGRATION: CWS chart05 (1.15.2); FILE MERGED 2007/05/25 16:27:57 iha 1.15.2.1: #i71328# Automatic Symbols for lines in combi charts are not the same as in older versions

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [7a9d64f16460e96c4d47800d99e4bcd3f148adf2]

        INTEGRATION: CWS chart05 (1.13.2); FILE MERGED 2007/05/29 16:43:08 iha 1.13.2.1: #i77904# to much distance between grids and floor or wall

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [b26364f3b7e95859b5780e5f17d4be203d0d6ce0]

        INTEGRATION: CWS chart05 (1.46.2); FILE MERGED 2007/05/30 07:23:49 iha 1.46.2.1: #i77915# 3D xy chart should be deep

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [ad46df966792c9c852bb9a5e11130c8fd8132e31]

        INTEGRATION: CWS chart05 (1.10.2); FILE MERGED 2007/05/25 15:17:08 iha 1.10.2.1: #i76904# wrong offset for min and max values

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3c4ef0821c470f5856ebbbe24fad9907f04d373f]

        INTEGRATION: CWS chart05 (1.7.2); FILE MERGED 2007/05/25 15:30:11 iha 1.7.2.2: #i77030# autocorrect wrong files - use maximum subincrement count 2007/05/25 15:17:08 iha 1.7.2.1: #i76904# wrong offset for min and max values

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [ce64e7bf4ea083e3bfa274b38cbe975cd0591c1c]

        INTEGRATION: CWS chart05 (1.3.48); FILE MERGED 2007/05/29 08:56:25 bm 1.3.48.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3b5ce974c33229079bbbf80149ac37f993686d02]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/25 15:59:11 iha 1.2.2.1: #i71557# Highlight used cell ranges automatically

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3c49ec36a19da920c26f2b418f05b7d6d1c86044]

        INTEGRATION: CWS chart05 (1.8.2); FILE MERGED 2007/05/31 09:00:33 bm 1.8.2.2: setVertical: loop iterates one index too much -> exception (seen as assertion) 2007/05/25 16:55:55 iha 1.8.2.1: #i75382# switching charttypes: adjust the rotation of x and y axis title

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [5d2b9fd44578c6af0e2e6fd4615426d79d067781]

        INTEGRATION: CWS chart05 (1.4.2); FILE MERGED 2007/05/30 15:23:08 iha 1.4.2.1: #i77954# when switching 3D scheme also borders of single points should change

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [9540e9edc0a170e37fc641754b299f4ed0836d67]

        INTEGRATION: CWS chart05 (1.9.2); FILE MERGED 2007/05/25 15:59:11 iha 1.9.2.1: #i71557# Highlight used cell ranges automatically

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3cd9f53f815af57d8ea57fe323df85152b196b5c]

        INTEGRATION: CWS chart05 (1.6.2); FILE MERGED 2007/05/30 07:22:58 iha 1.6.2.1: #i77915# 3D xy chart should be deep

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [4479d3180ef9f1ec82437a52e539acaf00948277]

        INTEGRATION: CWS chart05 (1.8.2); FILE MERGED 2007/05/30 07:22:58 iha 1.8.2.1: #i77915# 3D xy chart should be deep

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [f75cfa547c96b32ed7e22bcbfb90bac7a2a09e38]

        INTEGRATION: CWS chart05 (1.6.2); FILE MERGED 2007/06/01 08:03:48 iha 1.6.2.1: #i76446# Object border for OLE partly gone - no border per default

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [5be86a579bff41b0028bfb55596977539452921e]

        INTEGRATION: CWS chart05 (1.7.2); FILE MERGED 2007/05/29 08:56:25 bm 1.7.2.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [c8dcd2bcfff567c0a82217960f97a95850ece2d1]

        INTEGRATION: CWS chart05 (1.11.2); FILE MERGED 2007/05/31 14:59:21 bm 1.11.2.2: #i77997# release m_xFamilies in dispose() (todo: remove families, seem not to be used) 2007/05/29 08:56:25 bm 1.11.2.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [0f35d77bf67acf143c0e0430709810dda7c80581]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/30 14:22:55 bm 1.2.2.1: #i77881# StarChart 3.0 and 4.0 missing in handling for binary format

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [6ac31a03177de9332d5387aaff49fbe0ea9059fe]

        INTEGRATION: CWS chart05 (1.10.2); FILE MERGED 2007/05/31 14:58:10 bm 1.10.2.3: #i77997# release some more members in dispose() 2007/05/29 08:56:25 bm 1.10.2.2: #124507# UserDefinedAttributes 2007/05/25 15:59:11 iha 1.10.2.1: #i71557# Highlight used cell ranges automatically

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d3bb2b2acd5cfff69adf40766ed8c63f0884dcfe]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/25 14:54:26 iha 1.2.2.1: #i75197# new Chart: title edit window is slightly to small on first edit

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [f89bd49fc3d9a6841fb60ee077031a0a64ec3164]

        INTEGRATION: CWS chart05 (1.2.126); FILE MERGED 2007/05/29 08:56:24 bm 1.2.126.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3dd5002efb422ae2430efdff0b2fccc591a8af0e]

        INTEGRATION: CWS chart05 (1.4.2); FILE MERGED 2007/05/29 10:01:11 bm 1.4.2.1: #i77447# member order changed so that mutex is created before passed as parameter to other CTOR

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [2ed35defd7a707dbd1dd4d97c177a7065e98d769]

        INTEGRATION: CWS chart05 (1.3.2); FILE MERGED 2007/05/30 15:22:42 iha 1.3.2.1: #i77954# when switching 3D scheme also borders of single points should change

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [c829fb4cfb1e63c72d0792d99ec447ac1f0272dc]

        INTEGRATION: CWS chart05 (1.6.2); FILE MERGED 2007/05/25 15:59:11 iha 1.6.2.1: #i71557# Highlight used cell ranges automatically

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d2461503af403b4745a7da853b502d3f69775911]

        INTEGRATION: CWS chart05 (1.23.2); FILE MERGED 2007/05/31 12:39:17 bm 1.23.2.1: check m_pDrawViewWrapper before accessing

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [c6fd8e7f8b5a16d1c08475fd1512c2a04c491f97]

        INTEGRATION: CWS chart05 (1.21.2); FILE MERGED 2007/05/31 14:57:20 bm 1.21.2.2: #i77997# release view in dispose() 2007/05/25 15:59:10 iha 1.21.2.1: #i71557# Highlight used cell ranges automatically

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [2b6a0f1af6046cc7a296f7fea7a7ca7ee4600fc3]

        INTEGRATION: CWS chart05 (1.6.2); FILE MERGED 2007/05/25 15:00:38 iha 1.6.2.1: #i77060# wrong state for Connection lines check box

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [f3d143f7612440ee80c7df08846e287452c5d0ae]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/06/01 13:11:52 bm 1.2.2.2: #i75849# activate the cell after making cell visible in SeriesHeaderGotFocus (found by testtool) 2007/05/29 08:50:03 bm 1.2.2.1: #i75849# handle button enabling/disabling also for the header row

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [cb8cd3c3f0b8a6b3dc92e5b94c9b574364f92e56]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/30 12:20:30 iha 1.2.2.1: #i77915# 3D xy chart should be deep - don't crash when chart class is missing in xml chart context

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [875bb9ec43f4a07aebb9b7811f92304b7e7884d7]

        INTEGRATION: CWS chart05 (1.5.2); FILE MERGED 2007/05/30 12:22:10 iha 1.5.2.1: #i77915# 3D xy chart should be deep - if no template matches use the first charttype itself

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [a13202645675f6ee1410aa08b51ce76262ec16cc]

        INTEGRATION: CWS chart05 (1.5.2); FILE MERGED 2007/05/31 14:55:25 bm 1.5.2.1: #i77997# free all ressources in dispose, call dispose in setDelegator instead of duplicating the code

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [34497ddf7949bd8bdc9deb734b5f0b7e23d9dc35]

        INTEGRATION: CWS chart05 (1.2.2); FILE MERGED 2007/05/31 14:53:43 bm 1.2.2.1: #i77997# release also view in clear()

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [8e2002f3905cf59b7682e1b32de1e58e22588543]

        INTEGRATION: CWS chart05 (1.15.2); FILE MERGED 2007/05/30 10:21:46 bm 1.15.2.1: adapted URL, disabled UserDefAttr and y-axis title

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [5e8c23542fced9e7633c101f9dfec37fe5548e3d]

        INTEGRATION: CWS chart05 (1.50.12); FILE MERGED 2007/05/30 08:17:19 bm 1.50.12.1: #i77917# consolidate setting defaults for charts in one method of the view shell, also set the border to none (changed default)

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [e9ff32c131569110c80a1c82eadb8ef10dcc584d]

        INTEGRATION: CWS chart05 (1.22.46); FILE MERGED 2007/05/30 08:17:19 bm 1.22.46.1: #i77917# consolidate setting defaults for charts in one method of the view shell, also set the border to none (changed default)

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [2ff1088577fa4e5f924ed42c43698175afc3201c]

        INTEGRATION: CWS chart05 (1.45.12); FILE MERGED 2007/05/30 08:17:19 bm 1.45.12.1: #i77917# consolidate setting defaults for charts in one method of the view shell, also set the border to none (changed default)

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [e7478d09037383d5cb7457f25f62000e678622fd]

        INTEGRATION: CWS chart05 (1.38.82); FILE MERGED 2007/05/29 09:35:41 bm 1.38.82.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [90d922b696ee9c1c83d78d8b77fbdd855b166686]

        INTEGRATION: CWS chart05 (1.86.6); FILE MERGED 2007/05/30 12:37:14 iha 1.86.6.1: #i77915# 3D xy chart should be deep - export default charttype if none was found in chart

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d2799b94d9233dc0b36b559c4499714061d1812f]

        INTEGRATION: CWS chart05 (1.35.6); FILE MERGED 2007/05/30 12:35:41 iha 1.35.6.1: #i77915# 3D xy chart should be deep - use default charttype if none was given in the file

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [86d68a9ced51b75339293c0cf727ad3b2e2cb285]

        INTEGRATION: CWS chart05 (1.24.6); FILE MERGED 2007/05/29 09:35:41 bm 1.24.6.1: #124507# UserDefinedAttributes

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [9a75e7a40b64630fdcd5f493a8a57921b2d1557c]

        INTEGRATION: CWS chart05 (1.5.8); FILE MERGED 2007/05/30 14:06:34 bm 1.5.8.1: #i77881# use this frameloader also for StarChart 3.0 and 4.0 formats

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [fc9c24806e02174214f7b8f246bf834c813224f4]

        INTEGRATION: CWS vcl78 (1.184.6); FILE MERGED 2007/05/15 11:08:15 pl 1.184.6.1: #i77363# remove libpaper

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [c211fa09e9148c0fffafa95967594132d41ad21d]

        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>  [a6274388a8d8151b4f3974b4f89da5c51b2ba34a]

        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>  [056a9472b51e41c9f41e6c5ed219a5c57a94c99e]

        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>  [20845b6d05d11925f47bd436c4d1b536cd16060f]

        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>  [de22658258a0d1c5792cd9a2888c9bfbaf94d8c8]

        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>  [b5c11b7f9cff719bf30e1c2e4ce0ef569baa8d54]

        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>  [cd9f72899d49ddeab9d2476500cc82e73d723ccc]

        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>  [cd5dd2be8d57526412ce7215958d7ae667455f02]

        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>  [1b21717d540d4005fa12ac5768469f0e5065df28]

        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>  [45fc7a5628e36e544e439f4dfcd3507dfe9c6275]

        INTEGRATION: CWS vcl78 (1.19.304); FILE MERGED 2007/05/08 09:13:48 hdu 1.19.304.1: #i71919# also show CJK name in FontPreview for CJK locale

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [4e423f05f4d60816fd32db922afd3b07237a2a29]

        INTEGRATION: CWS vcl78 (1.7.202); FILE MERGED 2007/05/07 17:48:27 pl 1.7.202.1: #i76832# fix special character dialog

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d0fae978a5a97a6fa86657666c629d671635e7d2]

        INTEGRATION: CWS vcl78 (1.40.6); FILE MERGED 2007/05/08 09:38:00 pl 1.40.6.2: #20543# ease repeated work with insert special character dialog 2007/05/07 17:48:27 pl 1.40.6.1: #i76832# fix special character dialog

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [fe87153b693965f16c9f42a9d97b4ec013d104f9]

        INTEGRATION: CWS vcl78 (1.2.56); FILE MERGED 2007/05/07 17:48:27 pl 1.2.56.1: #i76832# fix special character dialog

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [e6516fb71983678f60deee076e1b9e9f6a78f7e9]

        INTEGRATION: CWS vcl78 (1.141.6); FILE MERGED 2007/05/15 11:26:00 rene 1.141.6.1: #i77363# remove LIBPAPER_LINK also from set_soenv.in

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d97941105bd4737d15e823357d17216879b64834]

        INTEGRATION: CWS vcl78 (1.201.6); FILE MERGED 2007/05/15 11:08:17 pl 1.201.6.1: #i77363# remove libpaper

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [8e0591871e6b9033a96994be1f91d10014bf92fb]

        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>  [f3c50b9abe01a873b5b31221b8bdf567170c4c67]

        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-11  Oliver Bolte  <obo@openoffice.org>  [8cb0b5b93a750a0f7e7144887c16912be551636d]

        INTEGRATION: CWS vcl78 (1.56.18); FILE MERGED 2007/05/08 09:10:48 pl 1.56.18.4: #i97630# fix rot/scale problem 2007/05/07 16:34:58 pl 1.56.18.3: RESYNC: (1.56-1.57); FILE MERGED 2007/04/20 20:38:15 pl 1.56.18.2: #i75948# fix pattern filling 2007/04/19 16:37:35 pl 1.56.18.1: #i97630# initialize hitherto unitialized member

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [120bac2d02c28cac903e29d41f32d5ad0edd2f01]

        INTEGRATION: CWS oointroaboutbrand (1.179.12); FILE MERGED 2007/06/07 13:50:39 hjs 1.179.12.4: #i66426# regenerate after resync for tinderbox/buildbot 2007/05/25 10:45:22 cd 1.179.12.3: RESYNC: (1.179-1.186); FILE MERGED 2007/04/02 14:35:27 hjs 1.179.12.2: #i66426# fix variable names 2007/03/28 13:42:34 hjs 1.179.12.1: #i66426# specify intro and about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [57f45561c5f8ed745fd68bd26d575302a3aee6e0]

        INTEGRATION: CWS oointroaboutbrand (1.1.2); FILE ADDED 2007/06/06 09:52:36 hjs 1.1.2.4: #i66426# broffice intro and about bitmaps 2007/04/02 14:21:36 hjs 1.1.2.3: #i66426# fix variable names 2007/03/28 13:57:07 hjs 1.1.2.2: #i66426# only one bitmap var may be set 2007/03/26 12:26:53 hjs 1.1.2.1: #i66426# intro and about bmp in zip file

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [a56d4f4719f941a0a955f59d0e53c763c1ca9ace]

        INTEGRATION: CWS oointroaboutbrand (1.12.56); FILE MERGED 2007/03/26 11:32:39 cd 1.12.56.1: i66426# Use more flexibel way to detect and use intro/about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [8038fd03a4486392c15eea1ccd41113fa92783be]

        INTEGRATION: CWS oointroaboutbrand (1.22.56); FILE MERGED 2007/05/25 12:06:25 cd 1.22.56.3: RESYNC: (1.22-1.23); FILE MERGED 2007/03/27 10:44:04 cd 1.22.56.2: i66426# Don't use resource system to retrieve intro/about bitmap 2007/03/26 11:32:39 cd 1.22.56.1: i66426# Use more flexibel way to detect and use intro/about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [1145f6cf5df6c80349757b8c36e6d7c72dcbbeaa]

        INTEGRATION: CWS oointroaboutbrand (1.9.214); FILE MERGED 2007/06/06 15:25:25 hjs 1.9.214.4: #i66426# comma seperated bitmaps in generated hxx 2007/04/02 14:22:28 hjs 1.9.214.3: #i66426# fix variable names 2007/03/27 10:44:04 cd 1.9.214.2: i66426# Don't use resource system to retrieve intro/about bitmap 2007/03/26 11:32:39 cd 1.9.214.1: i66426# Use more flexibel way to detect and use intro/about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [c8d56d519d8c283d60a7a75b1395995bc5a52c3f]

        INTEGRATION: CWS oointroaboutbrand (1.52.70); FILE MERGED 2007/06/06 09:51:58 hjs 1.52.70.4: #i66426# broffice intro and about bitmaps 2007/03/27 10:24:24 hjs 1.52.70.3: #i66426# intro and about bmp resorted 2007/03/26 15:55:43 hjs 1.52.70.2: #i66426# resorted inro and about bitmaps 2007/03/26 12:26:24 hjs 1.52.70.1: #i66426# intro and about bmp in zip file

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [1660cd9a5f524597889b05e4ec7c5abc14545231]

        INTEGRATION: CWS oointroaboutbrand (1.40.16); FILE MERGED 2007/03/26 12:26:24 hjs 1.40.16.1: #i66426# intro and about bmp in zip file

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [221ebb21aedaa9e1ba5ccbb8d29833dbf315d0ec]

        INTEGRATION: CWS oointroaboutbrand (1.183.58); FILE MERGED 2007/05/25 11:49:25 cd 1.183.58.3: RESYNC: (1.183-1.189); FILE MERGED 2007/03/29 11:20:43 cd 1.183.58.2: i66426# Patch flag for new intro.zip must be set 2007/03/27 07:31:53 cd 1.183.58.1: i66426# Use a zip archive to transport intro and about bitmap. They a primary used for branding

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [b1fb8c7ed26727ca508941a33fa71b9f9f641997]

        INTEGRATION: CWS oointroaboutbrand (1.37.162); FILE MERGED 2007/06/06 15:23:14 hjs 1.37.162.4: #i66426# comma seperated bitmaps in generated hxx 2007/04/02 14:25:14 hjs 1.37.162.3: #i66426# fix variable names 2007/03/27 10:45:27 cd 1.37.162.2: i66426# Don't use resource system to retrieve intro/about bitmap 2007/03/26 11:35:01 cd 1.37.162.1: i66426# Use more flexibel way to detect and use intro/about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [e6cf9b3b9e8411708e28cc7bd92bd8d68b5c20e3]

        INTEGRATION: CWS oointroaboutbrand (1.30.40); FILE MERGED 2007/05/25 11:26:17 cd 1.30.40.3: RESYNC: (1.30-1.31); FILE MERGED 2007/03/27 10:45:27 cd 1.30.40.2: i66426# Don't use resource system to retrieve intro/about bitmap 2007/03/26 11:35:01 cd 1.30.40.1: i66426# Use more flexibel way to detect and use intro/about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [40d4a1e0d20cdd3596ce13f582ab2a170c2dfcc0]

        INTEGRATION: CWS oointroaboutbrand (1.136.10); FILE MERGED 2007/05/25 10:45:45 cd 1.136.10.3: RESYNC: (1.136-1.144); FILE MERGED 2007/04/02 14:35:38 hjs 1.136.10.2: #i66426# fix variable names 2007/03/28 11:25:57 cd 1.136.10.1: i66426# New mechanism to define external intro+about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [aea0270c5c8853fb03f87d51f2d35e5a9c9b922c]

        INTEGRATION: CWS oointroaboutbrand (1.197.10); FILE MERGED 2007/05/25 10:45:38 cd 1.197.10.3: RESYNC: (1.197-1.204); FILE MERGED 2007/04/02 14:35:37 hjs 1.197.10.2: #i66426# fix variable names 2007/03/28 11:25:56 cd 1.197.10.1: i66426# New mechanism to define external intro+about bitmaps

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [d134e1881f98a28b3686cfcb5dc1e29be747134e]

        INTEGRATION: CWS oointroaboutbrand (1.47.16); FILE MERGED 2007/05/25 10:44:34 cd 1.47.16.2: RESYNC: (1.47-1.51); FILE MERGED 2007/03/27 11:45:15 hjs 1.47.16.1: #i66426# intro and about bmp resorted - take care of the nologo versions

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [3207a0b3e7562c5d4b6e3b37301ccc8cb9ff93c2]

        INTEGRATION: CWS oointroaboutbrand (1.66.12); FILE MERGED 2007/05/25 10:44:27 cd 1.66.12.3: RESYNC: (1.66-1.67); FILE MERGED 2007/03/27 11:45:15 hjs 1.66.12.2: #i66426# intro and about bmp resorted - take care of the nologo versions 2007/03/26 13:14:52 hjs 1.66.12.1: #i66426# intro and about bmp resorted

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [9e0086b3f1cada4c8acf39351a360d1c4f8565a1]

        INTEGRATION: CWS oointroaboutbrand (1.19.160); FILE MERGED 2007/05/25 10:14:49 cd 1.19.160.2: RESYNC: (1.19-1.21); FILE MERGED 2007/03/26 12:58:33 cd 1.19.160.1: i66426# Don't use resource system to retrieve intro/about bitmap

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [ba96e674d0193ebf0dc02f140d33f92adc1335bb]

        INTEGRATION: CWS oointroaboutbrand (1.13.160); FILE MERGED 2007/05/25 10:14:22 cd 1.13.160.3: RESYNC: (1.13-1.15); FILE MERGED 2007/03/26 15:19:08 cd 1.13.160.2: i66426# Don't use resource system to retrieve intro/about bitmap 2007/03/26 12:58:33 cd 1.13.160.1: i66426# Don't use resource system to retrieve intro/about bitmap

2007-06-11  Oliver Bolte  <obo@openoffice.org>  [a9c3d13ef37173378959186f69b5b1fd4cb7a46b]

        INTEGRATION: CWS oointroaboutbrand (1.1.2); FILE ADDED 2007/06/06 09:50:47 hjs 1.1.2.1: #i66426# moved broffice intro and about bitmaps

2007-06-11  Vladimir Glazounov  <vg@openoffice.org>  [16accfa0b21f055cc19011d7cb25036a92cba247]

        #i10000# build fix

2007-06-08  Vladimir Glazounov  <vg@openoffice.org>  [5af9979db549c3e5fbca46da4d55835b435963a9]

        #i10000# removal of cws helplinker01

2007-06-08  Vladimir Glazounov  <vg@openoffice.org>  [bbc2578362e06af9b92eb6227b87934b3cb0b828]

        #i10000# removal of cws helplinker01

2007-06-08  Vladimir Glazounov  <vg@openoffice.org>  [71487983dbcf5d2d8816dc79ce988f3215e01ea2]

        #i10000# build fix

2007-06-08  Hans-Joachim Lankenau  <hjs@openoffice.org>  [38b2f1cab0e4db14a21b09bd4124d6efe180b5bc]

        #i78107# ...without disabling debug builds

2007-06-08  Rüdiger Timm  <rt@openoffice.org>  [90724b8826a219461e5386850f4841818efa4bb2]

        #i78204# Correct definition of JVMFWKLIB (somehow got corrupted on CWS mingwport04).

2007-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [172b4c3e2c7cf8b53d0d5b83cb66da196390328e]

        #i10000# buildfix

2007-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [7a51b5094104b11066acb87054f8ca15ee189467]

        #i10000# fixed

2007-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [4c5c3954bb712ec52c4d721ede2c24e7372cf24f]

        #i10000# fix

2007-06-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [13a12bd8592508aaa967a3588d3d7cfe50fafe54]

        documentation

2007-06-07  Ivo Hinkelmann  <ihi@openoffice.org>  [6783d1d94e04b047d7f03f9a524cf2d47210b76c]

        #i10000# export perl

2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [b9b540614a0d5a49a47acf7282766a747bdefded]

        #i10000# int32 -> uint32

2007-06-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [be69cf6b740155fc7077adbf22ffab0d33fcb634]

        documentation

2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [ff0c7d325c235af7bfdcb02b72cfefd4f32a8fab]

        #i10000# Extra semicolon removed to avoid Sun compiler warning about 'Empty declaration'.

2007-06-07  Oliver Bolte  <obo@openoffice.org>  [ae593aa9b5db2bb7e0bf0591b9c94807243f78ed]

        #i10000# typo

2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [497ae12de22518e962aa1cc6bc825badeb3d5e01]

        new version for SRC680

2007-06-07  Vladimir Glazounov  <vg@openoffice.org>  [162b70dbc106eea50875e6e70bfa1362e599fb77]

        new version for SRC680

2007-06-06  Vladimir Glazounov  <vg@openoffice.org>  [86025ce6c1f9e2ae6dedb84f99b7dcba3c6102ee]

        new version for SRC680

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [ce585eff383e2cbb3c6452e3bbc61826650c5d87]

        SRC680

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [4f6ce5e3542c832483599a952e193c1608230347]

        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>  [2da3f78117eb12a91ae1e40136485d3f0b1beab7]

        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>  [79d3fc3e8d93ea7e8369fe18183e4b31db7c5ca6]

        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>  [87825974b2521d38fc93198053b638c89dc434ab]

        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>  [d3551a51ac9dc12131cd965aa35e5347a4b94cf8]

        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>  [bc656ebeb611e129a5132b14aeba682c350a27a9]

        INTEGRATION: CWS ka009 (1.19.2); FILE MERGED 2007/06/06 12:28:41 ka 1.19.2.3: resolved conflicts 2006/10/13 13:09:26 ka 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/12 22:00:10 ka 1.19.2.1: #i66680#: added patch for optimized ImageList handling

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [135e6988c99e5995c6059caa229a372f9b56964e]

        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>  [daef9d13a7eae7e9fccfe0a690a08ea5a3105acd]

        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>  [016209a99280060a55a0b16c4242277c01b46ac0]

        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>  [87b37c9ac33d4b6aac21f48dad4803aacc73dcaf]

        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>  [8e675895afd2224f3f40c124358688ab9f845241]

        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>  [4656e074fe5ac9b47a80193324df6de68e0464cf]

        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>  [2fca9fd51ab4f49774878ff583ce09a96508b0d5]

        INTEGRATION: CWS ka009 (1.27.26); FILE MERGED 2006/10/13 15:50:02 ka 1.27.26.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/12 21:44:25 ka 1.27.26.1: #i66680#: added patch for optimized ImageList handling

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [eb7a8e789f20a9191a6dffdaa8db412ab246f814]

        INTEGRATION: CWS ka009 (1.3.392); FILE MERGED 2006/07/12 22:00:10 ka 1.3.392.1: #i66680#: added patch for optimized ImageList handling

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [e8f84bc743950d6ef0e9c01a44c49a48874cb513]

        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>  [0714dd74555d27c11cb5fcf9a09294a82513c9c1]

        INTEGRATION: CWS ka009 (1.115.16); FILE MERGED 2007/04/12 08:27:00 ka 1.115.16.7: RESYNC: (1.127-1.130); FILE MERGED 2007/02/12 15:58:13 ka 1.115.16.6: RESYNC: (1.125-1.127); FILE MERGED 2007/01/04 15:17:04 ka 1.115.16.5: RESYNC: (1.122-1.125); FILE MERGED 2006/10/13 12:12:50 ka 1.115.16.4: RESYNC: (1.117-1.122); FILE MERGED 2006/07/05 16:26:00 ka 1.115.16.3: RESYNC: (1.116-1.117); FILE MERGED 2006/06/26 14:25:38 ka 1.115.16.2: RESYNC: (1.115-1.116); FILE MERGED 2006/04/27 12:58:09 ka 1.115.16.1: #i46215#: increased graphics cache size

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [4193c239ce68d20e3eb612e27715d55e7d1de3be]

        INTEGRATION: CWS ka009 (1.15.188); FILE MERGED 2007/05/09 14:54:13 hjs 1.15.188.1: #i66679# sorted image lists

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [f66a8aa4c5375d39ddaf46b345b873460dfe3ae1]

        INTEGRATION: CWS ka009 (1.1.2); FILE ADDED 2007/05/09 14:54:14 hjs 1.1.2.1: #i66679# sorted image lists

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [155e3f10217014556281f5ea37ac64e4ce528e3d]

        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>  [c6704c2fa506b78c3515188da7ba0716d119805d]

        INTEGRATION: CWS ka009 (1.13.22); FILE MERGED 2007/02/12 15:45:26 ka 1.13.22.5: RESYNC: (1.17-1.18); FILE MERGED 2007/01/04 14:48:25 ka 1.13.22.4: RESYNC: (1.15-1.17); FILE MERGED 2006/10/27 14:10:00 ka 1.13.22.3: RESYNC: (1.14-1.15); FILE MERGED 2006/10/13 10:34:39 ka 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED 2006/07/12 21:29:06 ka 1.13.22.1: #i66680#: added patch for optimized ImageList handling

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [5b4470428ed43a9e9e86223f0c8ec4756e202588]

        INTEGRATION: CWS ka009 (1.9.22); FILE MERGED 2007/02/12 15:45:19 ka 1.9.22.4: RESYNC: (1.11-1.12); FILE MERGED 2007/01/04 14:48:04 ka 1.9.22.3: RESYNC: (1.10-1.11); FILE MERGED 2006/10/13 10:34:31 ka 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/12 21:29:06 ka 1.9.22.1: #i66680#: added patch for optimized ImageList handling

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [c2801db6b04bf6f0dbb07727c91b2c66e7e027b8]

        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>  [ea290668f78475c3b277c9e44bf5622ccb4dcec8]

        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>  [b6308a6e322fd4eaa7845793beb70900624f351c]

        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>  [b9da577314d69c64d5023a2004ae125ad0a8f546]

        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>  [4e98966b2f2c09fb296aa3da76f889df2a9de3ff]

        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>  [e8f8a2f79a50ec3b11eca327d8931c274f843603]

        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-06  Ivo Hinkelmann  <ihi@openoffice.org>  [8c453a3e4520a6bf977d503d3d0a02191c559243]

        INTEGRATION: CWS cmcfixes34 (1.233.4); FILE MERGED 2007/05/21 13:37:29 cmc 1.233.4.1: #i77642# advised to add PATCH flag for new library

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [54c823a80106d151bb970761d6e9de62fc019759]

        INTEGRATION: CWS cmcfixes34 (1.35.30); FILE MERGED 2007/05/22 09:17:16 cmc 1.35.30.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [6714b96d91e766e53fe641e701359415b8eecd54]

        INTEGRATION: CWS cmcfixes34 (1.45.30); FILE MERGED 2007/05/22 09:17:16 cmc 1.45.30.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [8504e962dd412672e98ace6732ba19f4fe3204f9]

        INTEGRATION: CWS cmcfixes34 (1.19.322); FILE MERGED 2007/05/22 09:17:15 cmc 1.19.322.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [2b8bbf2f995910b0634b82a3a417fc55a930306e]

        INTEGRATION: CWS cmcfixes34 (1.72.6); FILE MERGED 2007/05/22 09:17:15 cmc 1.72.6.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [24d4334d58d6dbbf30d1ee6a95e28ccd614a0a2a]

        INTEGRATION: CWS cmcfixes34 (1.13.322); FILE MERGED 2007/05/22 09:17:15 cmc 1.13.322.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [7da4260634039f7bad108942459503338f3468b2]

        INTEGRATION: CWS cmcfixes34 (1.118.26); FILE MERGED 2007/05/22 09:17:14 cmc 1.118.26.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [883d58a979505d605600afb8fdc250617ce82fdf]

        INTEGRATION: CWS cmcfixes34 (1.64.76); FILE MERGED 2007/05/22 09:17:14 cmc 1.64.76.1: #i77485# 0 is an int, and is not promoted to a pointer 0 when the signature is an ellippsed (...) method, set as 0L as most of the code using this does

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [0b0d006bd7b5ee9f7480f71330427a3a107698cd]

        INTEGRATION: CWS ause080 (1.6.26); FILE MERGED 2007/06/05 10:48:22 hjs 1.6.26.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [5d62cc4e3658425707caff56f47b18f46bf36e54]

        INTEGRATION: CWS ause080 (1.2.6); FILE MERGED 2007/06/05 10:48:22 hjs 1.2.6.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [c921796f773719b44ab9c7193c460c2145c5e0c5]

        INTEGRATION: CWS ause080 (1.29.4); FILE MERGED 2007/06/05 11:11:22 hjs 1.29.4.1: #i78107# use -Zd if ENABLE_CRASHDUMP set but UPDATER isn't set

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [09b8d7f3f82b44e43b7b56b873a52cf87646fcbf]

        INTEGRATION: CWS ause080 (1.15.2); FILE MERGED 2007/06/05 10:48:55 hjs 1.15.2.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [f1437caf6e78d7cd4d49fc712ebb6f3c440bbbe2]

        INTEGRATION: CWS bgdlremove (1.17.30); FILE MERGED 2007/05/11 09:01:02 kso 1.17.30.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [1721f8e41e808f702067862b2ce0e892ad766118]

        INTEGRATION: CWS bgdlremove (1.6.30); FILE MERGED 2007/05/11 09:01:02 kso 1.6.30.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-06  Ivo Hinkelmann  <ihi@openoffice.org>  [974f91a8fd65f18cc12273effa817d87702545cb]

        INTEGRATION: CWS bgdlremove (1.7.30); FILE MERGED 2007/05/18 09:08:35 kso 1.7.30.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:01:02 kso 1.7.30.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [cfef12073ff134173608961d84ca38d6c94529ef]

        getIndexOfCpAndFc: recalculate the current CpAndFc in each step

2007-06-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [7535a064da031d07ca1602509cac372e3a8d4bf7]

        cosmetics

2007-06-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [ce4a9dfe34b2d94d668cb6c785781a7867b0e020]

        documentation

2007-06-06  Oliver Specht  <os@openoffice.org>  [98fa5c77f9ed080f72339d2c669e8ebaa3785f31]

        some changes

2007-06-06  Oliver Specht  <os@openoffice.org>  [814d8d0ee26f8e6b587325b8220da25cf98eba5a]

        footnote import improved

2007-06-06  Oliver Specht  <os@openoffice.org>  [2a01dcfca243f7a26b0327fc2d4bdd26c3bec71b]

        some more issues added

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a98fac80ece385c63aa51ed66570bccc9c884ceb]

        INTEGRATION: CWS bgdlremove (1.9.16); FILE MERGED 2007/05/18 09:08:59 kso 1.9.16.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9d170c015d9a5bde05500f2ebc47c3ec038689c0]

        INTEGRATION: CWS bgdlremove (1.108.24); FILE MERGED 2007/05/18 09:08:59 kso 1.108.24.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:03:38 kso 1.108.24.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3e8a7f81aac945aea703c90b36d5a07afe332257]

        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>  [2daed225348575564df8d7df59162a0187584c63]

        INTEGRATION: CWS bgdlremove (1.122.18); FILE MERGED 2007/05/18 11:26:27 kso 1.122.18.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f40037d8fcd05b19123f3dba05d64c504c97e47c]

        INTEGRATION: CWS bgdlremove (1.192.50); FILE MERGED 2007/05/18 11:26:27 kso 1.192.50.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a2d701e8a75811ba06fa1b8f85880ea5c307b342]

        INTEGRATION: CWS bgdlremove (1.39.52); FILE MERGED 2007/05/18 11:26:27 kso 1.39.52.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:10:36 kso 1.39.52.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eb0dbbdbec760aa9917547e6c18df115e0414a26]

        INTEGRATION: CWS bgdlremove (1.71.154); FILE MERGED 2007/05/18 11:26:27 kso 1.71.154.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:10:35 kso 1.71.154.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5d88f1176be2d003b742d1c328639e864f65271c]

        INTEGRATION: CWS bgdlremove (1.189.18); FILE MERGED 2007/05/18 11:26:27 kso 1.189.18.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7f576212c33541c39b06fcd297bab021ced4e4b3]

        INTEGRATION: CWS bgdlremove (1.46.18); FILE MERGED 2007/05/11 09:10:35 kso 1.46.18.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [926ec18dc3371db485a5a330c7ec7dbd5f846947]

        INTEGRATION: CWS bgdlremove (1.129.18); FILE MERGED 2007/05/18 11:26:27 kso 1.129.18.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:10:35 kso 1.129.18.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf4b98c045d1be2bca62b9e3215d7695bc31b881]

        INTEGRATION: CWS bgdlremove (1.28.206); FILE MERGED 2007/05/18 11:26:26 kso 1.28.206.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:10:35 kso 1.28.206.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [52ea4343420bc857ae7b45dfa0fa4f51c2405766]

        INTEGRATION: CWS bgdlremove (1.5.206); FILE MERGED 2007/05/18 11:26:26 kso 1.5.206.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0e347b4f6bd18909054d9991e0f22388de71cd71]

        INTEGRATION: CWS bgdlremove (1.72.154); FILE MERGED 2007/05/25 14:58:16 kso 1.72.154.2: RESYNC: (1.72-1.73); FILE MERGED 2007/05/18 11:26:26 kso 1.72.154.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6d309917159c662b14ff917b1b90d1386201a824]

        INTEGRATION: CWS bgdlremove (1.122.6); FILE MERGED 2007/05/21 12:48:12 kso 1.122.6.2: RESYNC: (1.122-1.123); FILE MERGED 2007/05/18 11:26:26 kso 1.122.6.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5b9f22365851e0a60ec6159cd7b85f7c5bc4a590]

        INTEGRATION: CWS bgdlremove (1.2.44); FILE MERGED 2007/05/21 12:47:23 kso 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2007/05/18 11:26:26 kso 1.2.44.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cac43b6ab26eee883f593deff79e4c9b3851188b]

        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>  [66616f4fa842e0d8e0ce79db10e56a62efce1522]

        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>  [e02efe14069bff009c652815c4ee13b502a7af61]

        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>  [ecd9f8f7e6482993c5fd0a6237acc0bab66a4199]

        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>  [1f13bc873ff6cfb5292c0691b39c4d9be9db8c02]

        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>  [ae810ecf03bcc88caaaa080d18945c731be2bd05]

        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>  [650fa32f2357e99a2ced7af1fcba824780919662]

        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>  [001e790a551fc6ccfd678ee0d31e27ca013313ca]

        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>  [a5534f62325dd692f1d45b7362e42c0e649ed8bb]

        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>  [30ba4869d5abb65671520cd70e69b30c78d8c9b0]

        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>  [8c680082aa849d46cda23f92a55a00fbe742a33a]

        INTEGRATION: CWS bgdlremove (1.25.66); FILE MERGED 2007/05/18 11:18:04 kso 1.25.66.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f18e6e1aa0360eb72d723ae6829f09203b3da050]

        INTEGRATION: CWS bgdlremove (1.11.120); FILE MERGED 2007/05/18 11:18:04 kso 1.11.120.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [466bb7d5d6f601527adaeac673d30cf2ba42f218]

        INTEGRATION: CWS bgdlremove (1.2.212); FILE MERGED 2007/05/11 09:17:39 kso 1.2.212.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3f9b3589f99fadc91639cf83b6ff3fba98ce9254]

        INTEGRATION: CWS bgdlremove (1.9.54); FILE MERGED 2007/05/21 12:25:12 kso 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/11 09:17:39 kso 1.9.54.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9358a3f0cea0eea55e510694df6871d78c1701a9]

        INTEGRATION: CWS bgdlremove (1.5.26); FILE MERGED 2007/05/11 09:17:38 kso 1.5.26.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f3ce91235041c9c4b3f40f874c44a03203e497f6]

        INTEGRATION: CWS bgdlremove (1.7.26); FILE MERGED 2007/05/18 11:40:45 kso 1.7.26.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c045dde562abb0bd6fd387dead3bd9d806ac2b23]

        INTEGRATION: CWS bgdlremove (1.21.26); FILE MERGED 2007/05/18 11:40:45 kso 1.21.26.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:17:38 kso 1.21.26.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0172f50540d26399f379d2890abee4b3c5924a49]

        INTEGRATION: CWS bgdlremove (1.9.26); FILE MERGED 2007/05/11 09:17:38 kso 1.9.26.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dcfecf1fac189e2d91a0c9af53b0ce2a212b688e]

        INTEGRATION: CWS bgdlremove (1.18.26); FILE MERGED 2007/05/18 11:40:45 kso 1.18.26.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:17:38 kso 1.18.26.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c8cefa0a5922af2c49e9a8d44b6c4575d9982acd]

        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>  [f1312c6635fb35b5f3a7bcce233b9103b10ed4ca]

        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>  [e630259c00ace47243ebe9dfaacadefc584d24ba]

        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>  [bc5d5fb527ed4b58ffd484ff8d242d89033dec2f]

        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>  [04578db52ed6bd7f90779293ec0f856101c4a703]

        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>  [5dd6c7d44214a2198f1c9ca2c9e34a4b09629ebd]

        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>  [b37030263c3d7affea37d814c3d7aa77b325cd45]

        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>  [6212def21a29b1d262daedbf518fce610a3718d4]

        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>  [ce47a9cfb52a7106aa6f76b5b8acfc2bcdb3c08b]

        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>  [01509226c52dc74e2a3896e04fe96839bac593e3]

        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>  [70e37696a79ffa7e8f7c65c0ad767a6633c27cfc]

        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>  [b3095bdde72bd3c7b83ffdad3578c3a9ce33e07d]

        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>  [3a65ea3af79a6397c8a11a3e1e27722b59fac90f]

        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>  [7bd0c623c398c3e34139e870fdef983239bfad8e]

        INTEGRATION: CWS bgdlremove (1.18.40); FILE MERGED 2007/05/18 14:13:13 kso 1.18.40.3: #77419# - cleanup of ucbhelper namespaces. 2007/05/18 14:06:51 kso 1.18.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:57 kso 1.18.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ecf19b3d37960151fed92a04b0e263bea7330def]

        INTEGRATION: CWS bgdlremove (1.2.108); FILE MERGED 2007/05/11 09:20:57 kso 1.2.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c3d81d7b4960e0ac9ef9c5983c759219b7523102]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/11 09:20:57 kso 1.4.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3d6392243fe69318e2eb76182413c1fc41854ccf]

        INTEGRATION: CWS bgdlremove (1.3.40); FILE MERGED 2007/05/18 14:13:13 kso 1.3.40.2: #77419# - cleanup of ucbhelper namespaces. 2007/05/18 14:06:51 kso 1.3.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [95e7c2a2c18be382ca4beb1d77664c78cbc28c7e]

        INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED 2007/05/18 11:37:19 kso 1.4.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eb63b7fffe91f9e9405c8d74b9044311d0f0e922]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 11:37:19 kso 1.5.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d382a261bc37005e61540df83bf4817a3ca75a11]

        INTEGRATION: CWS bgdlremove (1.8.108); FILE MERGED 2007/05/18 11:37:19 kso 1.8.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7c4089c620ecf6e8bb7521762db2a8c68a7c8e0f]

        INTEGRATION: CWS bgdlremove (1.17.40); FILE MERGED 2007/05/18 11:37:19 kso 1.17.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:56 kso 1.17.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bc11c97e7d3131b22923956ebf5bfe0e7db6d49f]

        INTEGRATION: CWS bgdlremove (1.8.62); FILE MERGED 2007/05/18 11:37:19 kso 1.8.62.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:03 kso 1.8.62.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [08d0a8ba06d124b8c7bfc7efc8b31f6a35235f82]

        INTEGRATION: CWS bgdlremove (1.15.40); FILE MERGED 2007/05/18 11:37:18 kso 1.15.40.3: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:03 kso 1.15.40.2: #i76911# - ucbhelper no longer uses VOS 2007/05/11 09:20:56 kso 1.15.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b9074a279c460065f3654351165c6bb58ccffb0b]

        INTEGRATION: CWS bgdlremove (1.19.40); FILE MERGED 2007/05/11 09:20:56 kso 1.19.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [aad0a754619878e71abd11505600416e5f7a9d77]

        INTEGRATION: CWS bgdlremove (1.20.62); FILE MERGED 2007/05/18 11:37:18 kso 1.20.62.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1d67f0c7a1e484ebd299893481c3b9108ce6e3b8]

        INTEGRATION: CWS bgdlremove (1.52.26); FILE MERGED 2007/05/25 10:50:55 kso 1.52.26.4: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/21 12:20:30 kso 1.52.26.3: RESYNC: (1.52-1.53); FILE MERGED 2007/05/18 11:37:18 kso 1.52.26.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:56 kso 1.52.26.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ca07badf5bc66d940fdc544071815ee270b3d5a4]

        INTEGRATION: CWS bgdlremove (1.9.316); FILE MERGED 2007/05/11 09:20:56 kso 1.9.316.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [44122c0688e6f188fa0bd8b59aa072b895701d2a]

        INTEGRATION: CWS bgdlremove (1.32.8); FILE MERGED 2007/05/25 10:50:54 kso 1.32.8.4: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/21 12:20:22 kso 1.32.8.3: RESYNC: (1.32-1.33); FILE MERGED 2007/05/11 09:37:45 kso 1.32.8.2: export.dxp no longer needed. 2007/05/11 09:20:56 kso 1.32.8.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [abd60754e7344c7594e1adcc09f9484711e9af88]

        INTEGRATION: CWS bgdlremove (1.26.58); FILE MERGED 2007/05/25 10:50:54 kso 1.26.58.1: #i76910# - Remove obsolete background download stuff from UCB.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [64789ae695394725a7cc9bde1374c4f87d95e1ca]

        INTEGRATION: CWS bgdlremove (1.43.26); FILE MERGED 2007/05/25 10:50:54 kso 1.43.26.3: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/21 12:19:27 kso 1.43.26.2: RESYNC: (1.43-1.44); FILE MERGED 2007/05/18 11:37:18 kso 1.43.26.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [29b679de9b02f9b9952df42de61b0304d70aae3d]

        INTEGRATION: CWS bgdlremove (1.18.62); FILE MERGED 2007/05/25 10:50:54 kso 1.18.62.1: #i76910# - Remove obsolete background download stuff from UCB.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [378281ca91754426db50b368d4bb7f0624439112]

        INTEGRATION: CWS bgdlremove (1.5.130); FILE MERGED 2007/05/11 09:20:56 kso 1.5.130.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4000281c12fdab125cb675cddaa1e7e18b9080a3]

        INTEGRATION: CWS bgdlremove (1.5.2); FILE MERGED 2007/05/25 10:52:42 kso 1.5.2.1: #77419# - namespaces cleanup.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6ba094af84b8014190a8fe93075407e1f2b199db]

        INTEGRATION: CWS bgdlremove (1.8.26); FILE MERGED 2007/05/18 14:06:51 kso 1.8.26.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f1934fb53cf3bb79b843a119b92bf2c4abca5a19]

        INTEGRATION: CWS bgdlremove (1.7.40); FILE MERGED 2007/05/18 14:06:51 kso 1.7.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b0bc09799e9198160a990efe170f87743efbc631]

        INTEGRATION: CWS bgdlremove (1.3.108); FILE MERGED 2007/05/18 11:37:18 kso 1.3.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5297f3ada229c334e1a9fcf6d998c15e2df71f39]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/18 11:37:18 kso 1.4.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [aa4b7fc1cb77872b77d657e30989191e6d039f88]

        INTEGRATION: CWS bgdlremove (1.5.108); FILE MERGED 2007/05/18 11:37:18 kso 1.5.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1bf53374396dd73896a9afff594f76837788231f]

        INTEGRATION: CWS bgdlremove (1.8.40); FILE MERGED 2007/05/18 11:37:18 kso 1.8.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:56 kso 1.8.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ade93055dd534b329c11bc1e278fd4b20a200397]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/18 14:06:51 kso 1.4.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [14157a3cb770ee3d7cc2bd7b95402e1814df4ffe]

        INTEGRATION: CWS bgdlremove (1.15.30); FILE MERGED 2007/05/18 14:06:51 kso 1.15.30.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e833c3fa3e295753ca9b1195ec71fd2d7c0ef834]

        INTEGRATION: CWS bgdlremove (1.4.62); FILE MERGED 2007/05/18 11:37:18 kso 1.4.62.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:03 kso 1.4.62.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1e7cdbbdef4fc8b6fd2a72c08a283056ee339858]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 11:37:18 kso 1.5.40.3: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:03 kso 1.5.40.2: #i76911# - ucbhelper no longer uses VOS 2007/05/11 09:20:56 kso 1.5.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0e9c556f6e98a691924d707020242ad991392ba3]

        INTEGRATION: CWS bgdlremove (1.6.40); FILE MERGED 2007/05/18 14:06:51 kso 1.6.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [862280ad54bf04f060b606d7a5862d50e25be456]

        INTEGRATION: CWS bgdlremove (1.8.108); FILE MERGED 2007/05/18 11:37:18 kso 1.8.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c1bd7cc7a65247b71966fd15efdd2055353c7ee0]

        INTEGRATION: CWS bgdlremove (1.11.40); FILE MERGED 2007/05/25 10:52:42 kso 1.11.40.4: #77419# - namespaces cleanup. 2007/05/21 12:18:56 kso 1.11.40.3: RESYNC: (1.11-1.12); FILE MERGED 2007/05/18 11:37:18 kso 1.11.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:55 kso 1.11.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [102b8f6ebab1689d58d1e84d1cdcdb0d4123975c]

        INTEGRATION: CWS bgdlremove (1.7.12); FILE MERGED 2007/05/11 09:20:55 kso 1.7.12.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4380c7b79de43bdd710f296d03092d4af29458b3]

        INTEGRATION: CWS bgdlremove (1.9.382); FILE MERGED 2007/05/11 09:20:55 kso 1.9.382.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f6f3c10eb095c3df7fe1b5a7b6e912a8502b93fd]

        INTEGRATION: CWS bgdlremove (1.19.2); FILE MERGED 2007/05/25 10:52:41 kso 1.19.2.1: #77419# - namespaces cleanup.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [389a5131380a09f23e2c4b2cc3dcdfe64c9de50e]

        INTEGRATION: CWS bgdlremove (1.6.40); FILE MERGED 2007/05/11 09:20:55 kso 1.6.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9cb2e29e8ccb727ebf3b396cd705017ed5fdc90f]

        INTEGRATION: CWS bgdlremove (1.6.108); FILE MERGED 2007/05/18 11:37:17 kso 1.6.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e83162f2f065d5a4e8bc8c8e801d9a80e55f5bb2]

        INTEGRATION: CWS bgdlremove (1.19.40); FILE MERGED 2007/05/18 11:37:17 kso 1.19.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:55 kso 1.19.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dcae1c4c7b6bdbb74bb9f301a9d7263b6a4ad180]

        INTEGRATION: CWS bgdlremove (1.5.62); FILE MERGED 2007/05/18 11:37:17 kso 1.5.62.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:03 kso 1.5.62.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b44dea6a40c7713da8568356f8ad965e5148da59]

        INTEGRATION: CWS bgdlremove (1.13.40); FILE MERGED 2007/05/25 10:52:41 kso 1.13.40.5: #77419# - namespaces cleanup. 2007/05/21 12:18:28 kso 1.13.40.4: RESYNC: (1.13-1.14); FILE MERGED 2007/05/18 11:37:17 kso 1.13.40.3: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.13.40.2: #i76911# - ucbhelper no longer uses VOS 2007/05/11 09:20:55 kso 1.13.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [69c176d9db0f7aa1d9f2264c551f8a76083c8eb8]

        INTEGRATION: CWS bgdlremove (1.20.40); FILE MERGED 2007/05/18 14:06:51 kso 1.20.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8c17e8f98de7c9f2e6224675400ea40cecff1d0d]

        INTEGRATION: CWS bgdlremove (1.29.108); FILE MERGED 2007/05/18 11:37:17 kso 1.29.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0616d4712a64819c04de8fc9a3b3d61934aed75f]

        INTEGRATION: CWS bgdlremove (1.54.40); FILE MERGED 2007/05/25 10:52:41 kso 1.54.40.4: #77419# - namespaces cleanup. 2007/05/21 12:18:21 kso 1.54.40.3: RESYNC: (1.54-1.55); FILE MERGED 2007/05/18 11:37:17 kso 1.54.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:55 kso 1.54.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bfa5986777af3d4a6cc838a3c82d813a700916c8]

        INTEGRATION: CWS bgdlremove (1.9.12); FILE MERGED 2007/05/11 09:37:45 kso 1.9.12.2: export.dxp no longer needed. 2007/05/11 09:20:54 kso 1.9.12.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3f9e402e9ebafcf802928fca6b11060f78091b94]

        INTEGRATION: CWS bgdlremove (1.3.240); FILE MERGED 2007/05/11 09:20:54 kso 1.3.240.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cb040617cf9f79c21a9d65ea5c7dfffcd8f4f5e2]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/11 12:59:02 kso 1.5.40.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c4f219a3743d0ff0c289cf735a5116ef462f2ed7]

        INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED 2007/05/18 14:06:51 kso 1.4.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.4.108.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7012f24b716c04b6a5c0ab821c202103319ef577]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 14:06:50 kso 1.5.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.5.40.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3ab3a4b9ef47ce8b54bf648c92f3d0c812f43dbf]

        INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED 2007/05/18 14:06:50 kso 1.4.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.4.108.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e90fcce568f66f9dcf246847af802ede72323f02]

        INTEGRATION: CWS bgdlremove (1.6.30); FILE MERGED 2007/05/18 14:06:50 kso 1.6.30.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.6.30.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [faea1218384d854008bdd5f7ddc5611870959d3d]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/11 14:09:42 kso 1.5.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [475d1390ed9598ea7a6e12a284d2e0207428989a]

        INTEGRATION: CWS bgdlremove (1.6.40); FILE MERGED 2007/05/18 14:06:50 kso 1.6.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:02 kso 1.6.40.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8d1d559f78724c197323d9669718af810ecd59f4]

        INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED 2007/05/11 12:59:02 kso 1.4.108.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dcd980fc11b392908873be80f8111236e9a17206]

        INTEGRATION: CWS bgdlremove (1.4.240); FILE MERGED 2007/05/11 12:59:02 kso 1.4.240.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c0c6d20a2f69f2827d132117599759823dcc28fa]

        INTEGRATION: CWS bgdlremove (1.6.8); FILE MERGED 2007/05/11 14:11:01 kso 1.6.8.3: #i76911# - no longer uses VOS. 2007/05/11 12:59:02 kso 1.6.8.2: #i76911# - ucbhelper no longer uses VOS 2007/05/11 09:37:44 kso 1.6.8.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ae6b97028135b7a7e65cae4efad9d2ca79bfb933]

        INTEGRATION: CWS bgdlremove (1.2.2); FILE MERGED 2007/05/25 10:52:41 kso 1.2.2.1: #77419# - namespaces cleanup.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1aa92c8fa76f0dba894d62cb111279ba748cfcc4]

        INTEGRATION: CWS bgdlremove (1.9.198); FILE MERGED 2007/05/11 09:20:54 kso 1.9.198.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [85328d41d1c8961bd126ae3a86864969e67f3d9b]

        INTEGRATION: CWS bgdlremove (1.13.12); FILE MERGED 2007/05/11 09:37:44 kso 1.13.12.2: export.dxp no longer needed. 2007/05/11 09:20:54 kso 1.13.12.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b10b7ed1c16ea7dcdc473fdc413a32435b8a28bb]

        INTEGRATION: CWS bgdlremove (1.7.108); FILE MERGED 2007/05/18 11:37:17 kso 1.7.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [079fb53fc135d3b0d0e4e90b2234b20b66d7423f]

        INTEGRATION: CWS bgdlremove (1.14.40); FILE MERGED 2007/05/25 10:52:41 kso 1.14.40.4: #77419# - namespaces cleanup. 2007/05/21 12:17:42 kso 1.14.40.3: RESYNC: (1.14-1.15); FILE MERGED 2007/05/18 11:37:17 kso 1.14.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:54 kso 1.14.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [862d9d188ac7fefd160c97133bdafa5e783cbed4]

        INTEGRATION: CWS bgdlremove (1.5.62); FILE MERGED 2007/05/18 11:37:17 kso 1.5.62.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:01 kso 1.5.62.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5db17c04ca22fb9d1b52288cf40aeb3fee9c52df]

        INTEGRATION: CWS bgdlremove (1.10.40); FILE MERGED 2007/05/18 11:37:17 kso 1.10.40.3: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:01 kso 1.10.40.2: #i76911# - ucbhelper no longer uses VOS 2007/05/11 09:20:54 kso 1.10.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [479aa29429eda06d7dce747446a797fde67a9174]

        INTEGRATION: CWS bgdlremove (1.26.40); FILE MERGED 2007/05/18 14:06:50 kso 1.26.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:54 kso 1.26.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c6a54b27f6e1b7f490d7a299613525fdc3462ea2]

        INTEGRATION: CWS bgdlremove (1.7.40); FILE MERGED 2007/05/18 14:06:50 kso 1.7.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e0594c9815b5776a612e3ef1e03fff834a4defdd]

        INTEGRATION: CWS bgdlremove (1.11.108); FILE MERGED 2007/05/18 11:37:17 kso 1.11.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4560cd29d0d6a33ef30c58b5a6ed0974c99fd04b]

        INTEGRATION: CWS bgdlremove (1.26.40); FILE MERGED 2007/05/25 10:52:41 kso 1.26.40.4: #77419# - namespaces cleanup. 2007/05/21 12:17:35 kso 1.26.40.3: RESYNC: (1.26-1.27); FILE MERGED 2007/05/18 11:37:17 kso 1.26.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:54 kso 1.26.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cbc1df7aaf0a998c3dde381786d6d3ddc5106a9a]

        INTEGRATION: CWS bgdlremove (1.3.108); FILE MERGED 2007/05/18 11:37:17 kso 1.3.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [85caca6d38f878e76fde2977b00829c16f585600]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/18 11:37:17 kso 1.4.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [820c90fa65b146bf06708b1b4ea3a3b749fd3112]

        INTEGRATION: CWS bgdlremove (1.2.170); FILE MERGED 2007/05/11 09:20:53 kso 1.2.170.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [02b59e3e9dd8c1d539f94e9ae02e086dc281598f]

        INTEGRATION: CWS bgdlremove (1.5.26); FILE MERGED 2007/05/18 11:37:17 kso 1.5.26.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [efabd7a3b650e1babe2355faa1a9c75b4c458ca7]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 11:37:17 kso 1.5.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.5.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [67a0670e88400ba1b309490ab262c9ab6a78c10e]

        INTEGRATION: CWS bgdlremove (1.5.108); FILE MERGED 2007/05/11 09:42:27 kso 1.5.108.2: Added exports.map Issue number: Submitted by: Reviewed by: 2007/05/11 09:20:53 kso 1.5.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [75facef79703a7d900c97a3b53c012279976336d]

        INTEGRATION: CWS bgdlremove (1.1.4); FILE ADDED 2007/05/11 09:42:27 kso 1.1.4.2: Added exports.map Issue number: Submitted by: Reviewed by: 2004/11/25 16:03:34 kso 1.1.4.1: file exports.map was added on branch cws_src680_bgdlremove on 2007-05-11 09:42:27 +0000

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a5c790e61a0204fb2fbd94aca1e07db87f64fb67]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 11:37:17 kso 1.5.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:01 kso 1.5.40.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e2ede5f659b31ee58ab1cb69ce2ed33448eee2b4]

        INTEGRATION: CWS bgdlremove (1.4.62); FILE MERGED 2007/05/18 11:37:16 kso 1.4.62.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ae2776bea914e3e1829c469b25174183e97a32d6]

        INTEGRATION: CWS bgdlremove (1.8.40); FILE MERGED 2007/05/18 11:37:16 kso 1.8.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.8.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7ed7a4d8191ef80800e9479cdc2615547fc6ed45]

        INTEGRATION: CWS bgdlremove (1.2.316); FILE MERGED 2007/05/11 09:20:53 kso 1.2.316.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5aad7d855bbbdd95221e9d935966fc20f52cc9f1]

        INTEGRATION: CWS bgdlremove (1.7.40); FILE MERGED 2007/05/11 09:20:53 kso 1.7.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [23ed6a2d14e2f1a9cb91e99164fad09ff0c7872a]

        INTEGRATION: CWS bgdlremove (1.15.12); FILE MERGED 2007/05/25 10:49:37 kso 1.15.12.2: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/11 09:37:44 kso 1.15.12.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9e492131d1f3e17e8525983d92e8d7bf10807148]

        INTEGRATION: CWS bgdlremove (1.23.30); FILE MERGED 2007/05/25 10:49:37 kso 1.23.30.1: #i76910# - Remove obsolete background download stuff from UCB.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cbc778a5fe418b8c79cf2dce74cb86deda7c4be7]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/18 11:37:16 kso 1.4.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [70f9ae1693f46ab0431f90ca785b5b451511f34a]

        INTEGRATION: CWS bgdlremove (1.7.40); FILE MERGED 2007/05/18 11:37:16 kso 1.7.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.7.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [884d8643cd92e18b6a8ab25f0a7d456e0c000ec4]

        INTEGRATION: CWS bgdlremove (1.3.108); FILE MERGED 2007/05/18 11:37:16 kso 1.3.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.3.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bc78422d870d19d1a47c63c9eddad869a9c42515]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/11 09:20:53 kso 1.4.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [39665068d3391ce126d0d1d4923f9f7dfbe568b2]

        INTEGRATION: CWS bgdlremove (1.9.108); FILE MERGED 2007/05/18 11:37:16 kso 1.9.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.9.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d1131d6767692a30893daf72e352bb05f1314ff7]

        INTEGRATION: CWS bgdlremove (1.11.40); FILE MERGED 2007/05/18 11:37:16 kso 1.11.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.11.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3463f7db8abdbdf262f4120ed6b801dfb32d21d5]

        INTEGRATION: CWS bgdlremove (1.9.40); FILE MERGED 2007/05/23 09:11:55 kso 1.9.40.3: #i77419# - cleanup of ucbhelper namespaces. 2007/05/18 14:06:50 kso 1.9.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.9.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [29aae4252da04ef6a67bb463667e8772b19d0544]

        INTEGRATION: CWS bgdlremove (1.11.108); FILE MERGED 2007/05/18 11:37:16 kso 1.11.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:53 kso 1.11.108.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6d4b34cc48d780c232db96626c5805b29df29aa9]

        INTEGRATION: CWS bgdlremove (1.26.40); FILE MERGED 2007/05/25 10:49:37 kso 1.26.40.4: #i76910# - Remove obsolete background download stuff from UCB. 2007/05/21 12:17:28 kso 1.26.40.3: RESYNC: (1.26-1.27); FILE MERGED 2007/05/18 11:37:16 kso 1.26.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:20:52 kso 1.26.40.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bda1e3f5561ad1c7b18bec347daa1180ba1bf684]

        INTEGRATION: CWS bgdlremove (1.4.382); FILE MERGED 2007/05/11 09:20:52 kso 1.4.382.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [993cb8aa22a90a38579746e1226d1732404c9967]

        INTEGRATION: CWS bgdlremove (1.23.40); FILE MERGED 2007/05/11 10:07:45 kso 1.23.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [aa22814270eba09c49c1b4e18f6c37868b07c358]

        INTEGRATION: CWS bgdlremove (1.90.26); FILE MERGED 2007/05/11 10:07:45 kso 1.90.26.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fdc7b6d19530262f920c2e911bdc562cb2b56af0]

        INTEGRATION: CWS bgdlremove (1.14.40); FILE MERGED 2007/05/11 10:07:45 kso 1.14.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [aec185e46d4b9b3548da92495645032fac9f0ff3]

        INTEGRATION: CWS bgdlremove (1.44.8); FILE MERGED 2007/05/11 10:07:45 kso 1.44.8.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9ea81fee574f4a8d2be188cb860c01e394a94312]

        INTEGRATION: CWS bgdlremove (1.15.12); FILE MERGED 2007/05/11 10:07:45 kso 1.15.12.2: #i76911# - no longer uses VOS. 2007/05/11 09:37:44 kso 1.15.12.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7091e872f3f73574b54f644c99c9cd6f508c855b]

        INTEGRATION: CWS bgdlremove (1.14.62); FILE MERGED 2007/05/11 10:07:45 kso 1.14.62.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1d8837d29f5dc8179703356e7d606665c6efab22]

        INTEGRATION: CWS bgdlremove (1.13.40); FILE MERGED 2007/05/11 10:07:45 kso 1.13.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cecabe0ed939377cca85e79967f0b4c548c2668d]

        INTEGRATION: CWS bgdlremove (1.10.62); FILE MERGED 2007/05/11 10:07:45 kso 1.10.62.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [69b54d437da9d21339ce043c744fcbdb0636c2ee]

        INTEGRATION: CWS bgdlremove (1.19.40); FILE MERGED 2007/05/18 11:37:16 kso 1.19.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 10:07:44 kso 1.19.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ea55a6616f3ca5dc7bdf7f2ad2836cf7acea11f9]

        INTEGRATION: CWS bgdlremove (1.4.108); FILE MERGED 2007/05/11 10:07:44 kso 1.4.108.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [56928391030f7b6ee0d5e42dbab2a735e57bf3f1]

        INTEGRATION: CWS bgdlremove (1.8.40); FILE MERGED 2007/05/11 10:07:44 kso 1.8.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fafc15835110fb1e3629af6ad30c58ee31cc46da]

        INTEGRATION: CWS bgdlremove (1.4.40); FILE MERGED 2007/05/11 10:07:44 kso 1.4.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ca95692587a05293e4bc429db7282dc745bdfcaa]

        INTEGRATION: CWS bgdlremove (1.12.62); FILE MERGED 2007/05/11 10:07:44 kso 1.12.62.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [659b672c949ea2a05dbce8128f12bc709977bdfb]

        INTEGRATION: CWS bgdlremove (1.36.40); FILE MERGED 2007/05/11 10:07:44 kso 1.36.40.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e17a657a761fe44b5f1b4af3d8f16992d6eefece]

        INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED 2007/05/18 11:37:16 kso 1.5.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [492ba8e5799e89694a54eba70bec78c2e4caad1b]

        INTEGRATION: CWS bgdlremove (1.12.12); FILE MERGED 2007/05/11 09:37:43 kso 1.12.12.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2a7ac80ef090d45a42700e9a055ecd70590bfd24]

        INTEGRATION: CWS bgdlremove (1.6.40); FILE MERGED 2007/05/18 14:06:49 kso 1.6.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:01 kso 1.6.40.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5b0f5880500efa3eee8c64dc45022eba63804b56]

        INTEGRATION: CWS bgdlremove (1.5.108); FILE MERGED 2007/05/18 14:06:49 kso 1.5.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7f8a992cd995b311d06cbd5798c4557c6b4308cd]

        INTEGRATION: CWS bgdlremove (1.3.108); FILE MERGED 2007/05/18 14:06:49 kso 1.3.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1429b77e4aa003bda6d772d378428110d150f17c]

        INTEGRATION: CWS bgdlremove (1.2.108); FILE MERGED 2007/05/18 14:06:49 kso 1.2.108.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 12:59:00 kso 1.2.108.1: #i76911# - ucbhelper no longer uses VOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [70547b7af917ba0af4dc50dd86df5619202732eb]

        INTEGRATION: CWS bgdlremove (1.16.40); FILE MERGED 2007/05/18 14:06:48 kso 1.16.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf7f68e3c1621fcad97a7427ef84cf79548c1721]

        INTEGRATION: CWS bgdlremove (1.10.40); FILE MERGED 2007/05/18 14:06:48 kso 1.10.40.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/18 11:37:15 kso 1.10.40.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b532701c062e37c221de5df13d0517d6fa3b203c]

        INTEGRATION: CWS bgdlremove (1.2.108); FILE MERGED 2007/05/18 14:06:48 kso 1.2.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5133fd5994c97da4ef54645f65aaaf12714ac5c2]

        INTEGRATION: CWS bgdlremove (1.19.12); FILE MERGED 2007/05/11 09:37:43 kso 1.19.12.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2b4d9cc868f058527194ce106682e52b851654cd]

        INTEGRATION: CWS bgdlremove (1.11.12); FILE MERGED 2007/05/11 09:37:43 kso 1.11.12.1: export.dxp no longer needed.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [67fecf74c99948735352daa8d1596459e124e97a]

        INTEGRATION: CWS bgdlremove (1.23.32); FILE MERGED 2007/05/21 12:17:20 kso 1.23.32.2: RESYNC: (1.23-1.24); FILE MERGED 2007/05/11 14:09:42 kso 1.23.32.1: #i76911# - no longer uses VOS.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [df50813843988dd2c50413381379e722564c79ca]

        INTEGRATION: CWS bgdlremove (1.7.2); FILE MERGED 2007/05/18 08:43:50 kso 1.7.2.1: #i77419# - cleanup of ucbhelper namespaces

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d8eb4cac7eecffd63f40c767d418f38ce5b2461e]

        INTEGRATION: CWS bgdlremove (1.2.6); FILE MERGED 2007/05/28 17:36:50 kso 1.2.6.1: #i77419# - Adapt to ucbhelper namespace changes.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dc32acf019616aa1713539c306f2a2cdf301e229]

        INTEGRATION: CWS bgdlremove (1.61.28); FILE MERGED 2007/05/18 08:45:15 kso 1.61.28.1: #i77419# - cleanup of ucbhelper namespaces

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [888483363dcc51029fe3fe67dcb6da37f78d0549]

        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>  [ee0a6b7b0ab9dc687515b4fc7362b3d71b97790c]

        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>  [c950a8ac4ab3cf376df180147c1aedaaa7aa2c53]

        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>  [eec6938240bb195d61f762a7a99d637d250f0c41]

        INTEGRATION: CWS bgdlremove (1.2.10); FILE MERGED 2007/05/18 11:40:06 kso 1.2.10.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:15:42 kso 1.2.10.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5690837b798a5f9a240e208de44f4e9e6c505313]

        INTEGRATION: CWS bgdlremove (1.7.58); FILE MERGED 2007/05/18 09:06:15 kso 1.7.58.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 08:56:35 kso 1.7.58.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0d5e9d89bfec613b401d7e2a1dace739e6d380b6]

        INTEGRATION: CWS bgdlremove (1.8.58); FILE MERGED 2007/05/18 09:06:15 kso 1.8.58.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 08:56:35 kso 1.8.58.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f3d0624dfbe9ff910af5e7252972e8b469a5f491]

        INTEGRATION: CWS bgdlremove (1.7.58); FILE MERGED 2007/05/18 09:06:14 kso 1.7.58.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 08:56:35 kso 1.7.58.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [04187e184743743faae423ed1b4b6adc599091a3]

        INTEGRATION: CWS bgdlremove (1.19.310); FILE MERGED 2007/05/28 17:47:10 kso 1.19.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [173a356c9b3a306df098734a5d9b670992b8a8a6]

        INTEGRATION: CWS bgdlremove (1.36.300); FILE MERGED 2007/05/28 17:47:09 kso 1.36.300.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2a8f23963507714e4f6f5f64f402768b559409b6]

        INTEGRATION: CWS bgdlremove (1.71.14); FILE MERGED 2007/05/21 12:04:41 kso 1.71.14.2: RESYNC: (1.71-1.72); FILE MERGED 2007/05/11 09:14:34 kso 1.71.14.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d0ab640953bdb5b9e8ad71c12306093100377607]

        INTEGRATION: CWS bgdlremove (1.100.62); FILE MERGED 2007/05/25 14:21:23 kso 1.100.62.2: RESYNC: (1.100-1.101); FILE MERGED 2007/05/11 09:14:33 kso 1.100.62.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7e80960f7ad94f9a242f979d9e3d05d46e9b8f7f]

        INTEGRATION: CWS bgdlremove (1.50.12); FILE MERGED 2007/05/21 12:04:34 kso 1.50.12.2: RESYNC: (1.50-1.51); FILE MERGED 2007/05/11 09:14:33 kso 1.50.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [021cafa792a795add5d8e78d5c6efcc994ce1bf2]

        INTEGRATION: CWS bgdlremove (1.11.310); FILE MERGED 2007/05/28 17:47:09 kso 1.11.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a7e59aff1386bf180e10af4d39f4871cd882970a]

        INTEGRATION: CWS bgdlremove (1.44.14); FILE MERGED 2007/05/21 11:59:26 kso 1.44.14.3: RESYNC: (1.44-1.45); FILE MERGED 2007/05/18 11:36:16 kso 1.44.14.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:14:33 kso 1.44.14.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ca1e59f15abfb29a66113215ef7b3c7b48a2acc9]

        INTEGRATION: CWS bgdlremove (1.28.6); FILE MERGED 2007/05/28 17:47:09 kso 1.28.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eb32d99a08948c80dac19f6366a371e0d6159406]

        INTEGRATION: CWS bgdlremove (1.70.14); FILE MERGED 2007/05/21 11:58:48 kso 1.70.14.2: RESYNC: (1.70-1.71); FILE MERGED 2007/05/11 09:14:33 kso 1.70.14.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [446e9633cd96bcca163dfe9f5d45f018ef20c0c4]

        INTEGRATION: CWS bgdlremove (1.60.6); FILE MERGED 2007/05/28 17:47:09 kso 1.60.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6ee1ea7122cb7092036795fbe3ac48edb1751dd8]

        INTEGRATION: CWS bgdlremove (1.35.16); FILE MERGED 2007/05/11 09:14:32 kso 1.35.16.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [00c293440a23907323eaa5e9408ece9f55f88979]

        INTEGRATION: CWS bgdlremove (1.107.236); FILE MERGED 2007/05/11 09:14:32 kso 1.107.236.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3a6a1962b306caf8b99d7347421757ba4d53e345]

        INTEGRATION: CWS bgdlremove (1.6.16); FILE MERGED 2007/05/28 17:47:08 kso 1.6.16.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a3c842e37fe948622c5b2773133cd6185041ba86]

        INTEGRATION: CWS bgdlremove (1.90.12); FILE MERGED 2007/05/21 11:53:54 kso 1.90.12.2: RESYNC: (1.90-1.91); FILE MERGED 2007/05/11 09:14:32 kso 1.90.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7ad137a6dcacdd5560dd52a171f51b5c606b4ab5]

        INTEGRATION: CWS bgdlremove (1.66.198); FILE MERGED 2007/05/25 14:19:03 kso 1.66.198.2: RESYNC: (1.66-1.67); FILE MERGED 2007/05/11 09:14:32 kso 1.66.198.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e6a11477070c9e29e00ec81a2cd97e780e9c33dc]

        INTEGRATION: CWS bgdlremove (1.48.286); FILE MERGED 2007/05/11 09:14:31 kso 1.48.286.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4a97d9e707a9e7b1eb641e34e74652ad7abd1b7e]

        INTEGRATION: CWS bgdlremove (1.34.222); FILE MERGED 2007/05/28 17:47:08 kso 1.34.222.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c4f3c556bbe8c100a818530c6ca3a59b12d756a0]

        INTEGRATION: CWS bgdlremove (1.56.286); FILE MERGED 2007/05/11 09:14:31 kso 1.56.286.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [119f66625904ace8abedc8bcf238116c1e5172d7]

        INTEGRATION: CWS bgdlremove (1.76.122); FILE MERGED 2007/05/11 09:14:31 kso 1.76.122.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [20b78c0abc13ffdbdb113e555add32bd16b96c93]

        INTEGRATION: CWS bgdlremove (1.98.122); FILE MERGED 2007/05/21 11:52:37 kso 1.98.122.2: RESYNC: (1.98-1.100); FILE MERGED 2007/05/18 11:36:15 kso 1.98.122.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [356e99e11e9a3af79ee0652d9837ada998bb2353]

        INTEGRATION: CWS bgdlremove (1.19.6); FILE MERGED 2007/05/28 17:47:08 kso 1.19.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6679889be23470c1bef608c93fa92964db6ad0cb]

        INTEGRATION: CWS bgdlremove (1.21.122); FILE MERGED 2007/05/11 09:14:31 kso 1.21.122.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1e66870d756b6ce6f4ee3e70f9e9feb6313ee11a]

        INTEGRATION: CWS bgdlremove (1.30.308); FILE MERGED 2007/05/28 17:47:08 kso 1.30.308.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [252c9da94f3ebb0129fff998e7b75ce6ee281dc6]

        INTEGRATION: CWS bgdlremove (1.101.6); FILE MERGED 2007/05/28 17:47:08 kso 1.101.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c771ad9845a170ddece8f5e8ae2ef5c5917cd511]

        INTEGRATION: CWS bgdlremove (1.71.4); FILE MERGED 2007/05/28 17:47:07 kso 1.71.4.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [48f44dfc458dd6d64ee46cb1b853757979f7f4aa]

        INTEGRATION: CWS bgdlremove (1.15.310); FILE MERGED 2007/05/28 17:47:07 kso 1.15.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8b693ca759715e6406af081df9201bece19352fa]

        INTEGRATION: CWS bgdlremove (1.54.310); FILE MERGED 2007/05/21 11:44:21 kso 1.54.310.2: RESYNC: (1.54-1.55); FILE MERGED 2007/05/11 09:14:31 kso 1.54.310.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c8edfe3e1114db45fb61e31be2d3cf4b209e5e98]

        INTEGRATION: CWS bgdlremove (1.12.310); FILE MERGED 2007/05/28 17:47:07 kso 1.12.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2fc76a7ae943b3348a8e9ecf7b8fe9a38e87dec4]

        INTEGRATION: CWS bgdlremove (1.4.310); FILE MERGED 2007/05/28 17:47:07 kso 1.4.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [642c684acc83836f7cde32f96aaa2822835a4c5e]

        INTEGRATION: CWS bgdlremove (1.29.122); FILE MERGED 2007/05/28 17:47:07 kso 1.29.122.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8f5fe70d5d241a459989063af569601cef5ccea3]

        INTEGRATION: CWS bgdlremove (1.37.118); FILE MERGED 2007/05/28 17:47:07 kso 1.37.118.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [df3d13c03805a32fa7ba5b7fbe848cecb134e1da]

        INTEGRATION: CWS bgdlremove (1.36.222); FILE MERGED 2007/05/28 17:47:07 kso 1.36.222.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f209baa5d17a1e8a59c95b844bce08afeb2a1a40]

        INTEGRATION: CWS bgdlremove (1.58.118); FILE MERGED 2007/05/11 09:14:30 kso 1.58.118.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d6df982f3e5b05775d7296f6a06ee8bf4f1b844e]

        INTEGRATION: CWS bgdlremove (1.60.310); FILE MERGED 2007/05/28 17:47:07 kso 1.60.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e23977778d9f38c948709ae3a02e5a458e3c26ad]

        INTEGRATION: CWS bgdlremove (1.24.310); FILE MERGED 2007/05/28 17:47:07 kso 1.24.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a029567cd2a6d02f4003b39a23b38d4f74c5a5dc]

        INTEGRATION: CWS bgdlremove (1.110.6); FILE MERGED 2007/05/28 17:47:07 kso 1.110.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [302839e57822f5b0d4019d74ea51802b574edb48]

        INTEGRATION: CWS bgdlremove (1.95.74); FILE MERGED 2007/05/28 17:47:07 kso 1.95.74.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2140fcc177ce037da8ed79ae3faac82c396e1644]

        INTEGRATION: CWS bgdlremove (1.25.222); FILE MERGED 2007/05/11 09:14:30 kso 1.25.222.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bee14b8ba7a2189a08ba66d480cae0eec99b6544]

        INTEGRATION: CWS bgdlremove (1.2.6); FILE MERGED 2007/05/28 17:47:07 kso 1.2.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [53509e7298e1da035401814330bb04255d1a7669]

        INTEGRATION: CWS bgdlremove (1.8.310); FILE MERGED 2007/05/18 11:36:15 kso 1.8.310.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e16131daeb4f9a9be70c8507e110a88eef0118ad]

        INTEGRATION: CWS bgdlremove (1.14.310); FILE MERGED 2007/05/11 09:14:30 kso 1.14.310.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [06772606bc46848532c67bea604323fb5b0bff01]

        INTEGRATION: CWS bgdlremove (1.8.310); FILE MERGED 2007/05/28 17:47:06 kso 1.8.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6bfe9084365870f9c48412ca054ba1714ad9102c]

        INTEGRATION: CWS bgdlremove (1.10.310); FILE MERGED 2007/05/11 09:14:30 kso 1.10.310.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6c7bbd6b4cb6fb6853d87d6d5f54ac0ea2814d8e]

        INTEGRATION: CWS bgdlremove (1.9.310); FILE MERGED 2007/05/11 09:14:29 kso 1.9.310.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0b1812cc1b9249e01b6e97d2af3f82342b37e90c]

        INTEGRATION: CWS bgdlremove (1.37.118); FILE MERGED 2007/05/11 09:14:29 kso 1.37.118.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a17a9d76d095fb20580e380ba881e73cb51a81ba]

        INTEGRATION: CWS bgdlremove (1.61.6); FILE MERGED 2007/05/28 17:47:06 kso 1.61.6.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5b73a6c2443e65b84221696aca69bb3d97fa2ce7]

        INTEGRATION: CWS bgdlremove (1.5.310); FILE MERGED 2007/05/28 17:47:06 kso 1.5.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2d1f77573c099d22fcaf4116bff1050cffcc2794]

        INTEGRATION: CWS bgdlremove (1.12.310); FILE MERGED 2007/05/28 17:47:06 kso 1.12.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a74a6195a28f45a99eebd6d89bae168470d24879]

        INTEGRATION: CWS bgdlremove (1.27.96); FILE MERGED 2007/05/28 17:47:06 kso 1.27.96.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ac2664a89cff04be5246e8bd9fc4c8ba0ef7146b]

        INTEGRATION: CWS bgdlremove (1.69.16); FILE MERGED 2007/05/28 17:47:05 kso 1.69.16.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e96114564e2ca14eab7a5ad85b02aaba5997091a]

        INTEGRATION: CWS bgdlremove (1.9.310); FILE MERGED 2007/05/28 17:47:05 kso 1.9.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [44b254ad5970d232a5bbab3dbdcdf8e7cef6e551]

        INTEGRATION: CWS bgdlremove (1.53.310); FILE MERGED 2007/05/28 17:47:05 kso 1.53.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4c6e50b5871642cd17128726cf2e0dbf4a0dcfec]

        INTEGRATION: CWS bgdlremove (1.5.310); FILE MERGED 2007/05/28 17:47:05 kso 1.5.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [163a0a4cc0269047753a0cd1c7e92ac4fce75489]

        INTEGRATION: CWS bgdlremove (1.29.310); FILE MERGED 2007/05/28 17:47:05 kso 1.29.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4c9e3cbb4576350bc239168dd56147deed12b1c4]

        INTEGRATION: CWS bgdlremove (1.39.330); FILE MERGED 2007/05/28 17:47:05 kso 1.39.330.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [99be119dcf213dbfcd953f02cc6ebcb665862d7a]

        INTEGRATION: CWS bgdlremove (1.54.310); FILE MERGED 2007/05/28 17:47:05 kso 1.54.310.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [193fe4f594d5121f0433032615262a2628abbdd3]

        INTEGRATION: CWS bgdlremove (1.17.236); FILE MERGED 2007/05/28 17:47:05 kso 1.17.236.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [147fc587311f6c5fc2298e01db3b0e9bc65a100e]

        INTEGRATION: CWS bgdlremove (1.5.168); FILE MERGED 2007/05/28 17:40:54 kso 1.5.168.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c18f7d3ede4955798d2a5d1af111b1c2d2bb3d28]

        INTEGRATION: CWS bgdlremove (1.6.42); FILE MERGED 2007/05/28 17:40:54 kso 1.6.42.1: #i76911# - ucbhelper no longer uses VOS (vos::ORef -> rtl::Reference, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a3114999b15f5d59cb2af16f6544ce248110762d]

        INTEGRATION: CWS bgdlremove (1.5.262); FILE MERGED 2007/05/18 11:25:44 kso 1.5.262.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [53b0d33317ec4fc103eb2ddbc24ed55ca5638f6e]

        INTEGRATION: CWS bgdlremove (1.11.106); FILE MERGED 2007/05/18 11:25:44 kso 1.11.106.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c8aef052f63fb0093d3be41cd2073b1205792aa8]

        INTEGRATION: CWS bgdlremove (1.5.68); FILE MERGED 2007/05/18 11:25:44 kso 1.5.68.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d5c75dba9d651781800f58870d046744e0f6cb01]

        INTEGRATION: CWS bgdlremove (1.6.18); FILE MERGED 2007/05/25 10:45:37 kso 1.6.18.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f95d8b38bf662a94414d733f86e315fe2f9c6b08]

        INTEGRATION: CWS bgdlremove (1.8.2); FILE MERGED 2007/05/25 10:45:37 kso 1.8.2.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [07f8c367eb7fb85b99903c8275b85ba544583851]

        INTEGRATION: CWS bgdlremove (1.5.18); FILE MERGED 2007/05/25 10:45:37 kso 1.5.18.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4ad9a4f73e5b49cd9721832a051aeba2f9eda1f7]

        INTEGRATION: CWS bgdlremove (1.29.2); FILE MERGED 2007/05/25 10:45:37 kso 1.29.2.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [842caa89658b02b588955110e29c87086edad781]

        INTEGRATION: CWS bgdlremove (1.17.26); FILE MERGED 2007/05/25 10:45:37 kso 1.17.26.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1b9832d5994bcd1bec8aaaeea2603c238cf9f62b]

        INTEGRATION: CWS bgdlremove (1.46.26); FILE MERGED 2007/05/25 10:45:37 kso 1.46.26.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4862daf3fca1a83f3c61f8d2c7efcc51a6fd5b47]

        INTEGRATION: CWS bgdlremove (1.11.68); FILE MERGED 2007/05/25 10:45:36 kso 1.11.68.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2d20bb888358bb2cfd872ac00480ce04b599bfa7]

        INTEGRATION: CWS bgdlremove (1.39.4); FILE MERGED 2007/05/25 10:45:36 kso 1.39.4.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [47b12888ef5460711746a6d4a4e9f239908bba4f]

        INTEGRATION: CWS bgdlremove (1.68.4); FILE MERGED 2007/05/21 11:08:09 kso 1.68.4.3: RESYNC: (1.68-1.70); FILE MERGED 2007/05/18 08:46:22 kso 1.68.4.2: #i77419# - cleanup of ucbhelper namespaces 2007/05/11 07:37:07 kso 1.68.4.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6e3d72e0b7ea5708c63897deb564bb755c01ba9f]

        INTEGRATION: CWS bgdlremove (1.16.8); FILE MERGED 2007/05/18 09:06:36 kso 1.16.8.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5ccecd441bd5984f54cb267a4de4d148d05da704]

        INTEGRATION: CWS bgdlremove (1.4.166); FILE MERGED 2007/05/18 09:06:36 kso 1.4.166.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0f9c8904ffb48b0563b3d58e356dcd347226b0d1]

        INTEGRATION: CWS bgdlremove (1.5.68); FILE MERGED 2007/05/18 09:06:36 kso 1.5.68.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9cf371c89aeefd59e750ac6859f4559a91e6fb13]

        INTEGRATION: CWS bgdlremove (1.5.6); FILE MERGED 2007/05/18 09:04:16 kso 1.5.6.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [472ff6d13519a3cbb621b01c57d43456d3e50dd2]

        INTEGRATION: CWS bgdlremove (1.12.152); FILE MERGED 2007/05/18 09:04:16 kso 1.12.152.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c4a58b22a5c3e91a6cfedcc4d04275f5c14580b5]

        INTEGRATION: CWS bgdlremove (1.10.152); FILE MERGED 2007/05/18 09:04:16 kso 1.10.152.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [47b218245d3403708f2b1bcb48f43ca92c7011b9]

        INTEGRATION: CWS bgdlremove (1.9.152); FILE MERGED 2007/05/18 09:04:16 kso 1.9.152.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [18e4852ea7b8ad03265c3f5bdfc9a882d5609714]

        INTEGRATION: CWS bgdlremove (1.20.14); FILE MERGED 2007/05/18 09:04:15 kso 1.20.14.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [892ea2b86e3d19e3644bee920d01a3b190f01802]

        INTEGRATION: CWS bgdlremove (1.6.14); FILE MERGED 2007/05/18 09:04:15 kso 1.6.14.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9b161786aa3b4d4f53b6f30cd5e9ffd5108e94cc]

        INTEGRATION: CWS bgdlremove (1.12.70); FILE MERGED 2007/05/18 09:04:15 kso 1.12.70.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5a2eb260bf4852c7b64543a174b3977ec652006d]

        INTEGRATION: CWS bgdlremove (1.16.36); FILE MERGED 2007/05/18 09:04:15 kso 1.16.36.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3d24c9d60cbc32b54d37ac031c4b849ee404de55]

        INTEGRATION: CWS bgdlremove (1.10.168); FILE MERGED 2007/05/18 09:04:15 kso 1.10.168.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [59a38a95b022eb00ce5358a371c7dcccf4c3e43d]

        INTEGRATION: CWS bgdlremove (1.14.108); FILE MERGED 2007/05/18 09:04:15 kso 1.14.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e0c9a268f3c027e3ffb68743d3636a9b2b8d3e22]

        INTEGRATION: CWS bgdlremove (1.10.168); FILE MERGED 2007/05/18 09:04:14 kso 1.10.168.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f08afc815ef0e3acbb72ee385190ce806c3e58a2]

        INTEGRATION: CWS bgdlremove (1.8.168); FILE MERGED 2007/05/18 09:04:14 kso 1.8.168.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [35cfcb688ecaa84698eb38bce717199d007051ad]

        INTEGRATION: CWS bgdlremove (1.11.68); FILE MERGED 2007/05/18 09:04:14 kso 1.11.68.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [48305c0963fc54f0e5869d9e844275c95afd30d5]

        INTEGRATION: CWS bgdlremove (1.23.14); FILE MERGED 2007/05/18 09:04:14 kso 1.23.14.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [742f95a956381a7d4967b6a8b2ed41a573afece6]

        INTEGRATION: CWS bgdlremove (1.5.388); FILE MERGED 2007/05/18 09:04:14 kso 1.5.388.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [61335fd2ca8ed2043c999f24497e43628eed2ab4]

        INTEGRATION: CWS bgdlremove (1.7.108); FILE MERGED 2007/05/18 09:04:14 kso 1.7.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5b1c583fd35520ff47857e141c0b9c127818f175]

        INTEGRATION: CWS bgdlremove (1.3.6); FILE MERGED 2007/05/18 09:04:14 kso 1.3.6.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9de3ff6fc2e4450c15346a27901870c6c7787d94]

        INTEGRATION: CWS bgdlremove (1.15.56); FILE MERGED 2007/05/18 09:04:13 kso 1.15.56.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [829213fd3e9a630656b0e494f56b195c17a8d771]

        INTEGRATION: CWS bgdlremove (1.23.6); FILE MERGED 2007/05/18 09:04:13 kso 1.23.6.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9252e9d38eb61edc27200a79a52c4dbd18931725]

        INTEGRATION: CWS bgdlremove (1.2.108); FILE MERGED 2007/05/18 09:04:13 kso 1.2.108.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cef8e1dffbf770bcd92745e561a6ec82c94e6f64]

        INTEGRATION: CWS bgdlremove (1.27.152); FILE MERGED 2007/05/18 09:04:13 kso 1.27.152.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4757c0fdc7d331394b034e11a5769003d867ffcf]

        INTEGRATION: CWS bgdlremove (1.202.4); FILE MERGED 2007/05/18 09:04:13 kso 1.202.4.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [24c5e1f78f1b406d6d2f9f66335bb59a74c5c518]

        INTEGRATION: CWS bgdlremove (1.188.4); FILE MERGED 2007/05/25 12:43:57 kso 1.188.4.3: RESYNC: (1.189-1.190); FILE MERGED 2007/05/21 11:02:05 kso 1.188.4.2: RESYNC: (1.188-1.189); FILE MERGED 2007/05/11 09:09:14 kso 1.188.4.1: #i76911# ucbhelper3 => ucbhelper4. ==> include pagein-common in patch.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [be984bea632974f5256bce47305df6116f383654]

        INTEGRATION: CWS bgdlremove (1.230.4); FILE MERGED 2007/05/25 12:43:49 kso 1.230.4.3: RESYNC: (1.233-1.234); FILE MERGED 2007/05/21 11:01:58 kso 1.230.4.2: RESYNC: (1.230-1.233); FILE MERGED 2007/05/11 09:08:32 kso 1.230.4.1: #i76911# - ucbhelper3 => ucbhelper4.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [db5d340fb2aa9a86f58c88e5d1f9330cb35325f9]

        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>  [dc9ea13fdf61228fc357b9af5be396faf5b38c4b]

        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>  [87b0e8f653334bbe6ff3bb9e6ff35ac9fcdb4b93]

        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>  [b2077f4b3e5e08c07931e000babb348ff352c857]

        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>  [5823e907daa9d5046af5ae7a52193cd115d2a155]

        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>  [5a605b0f34f6976eb08aadb48539fe5016c02049]

        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>  [0dd2b8b0a1e73d0483ec0a062f770ac454c01364]

        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>  [d216ddac767c091b45ad05da24b848d14938ef0a]

        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>  [df4814285a698ffac262ffe27cfb98acf8773cf2]

        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>  [d5bb1cd6a2410fbfe0753cfb2241f222694f4cb4]

        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>  [1f1a5fb9af2dd01cd0e337cf271659a8fb92d647]

        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>  [45b7dd2b9e6808b5392feebf44ec8928aef8620c]

        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>  [0e7c991566fac66e629fc78b8cf6ab57f88a220b]

        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>  [5c59664c3e88d2b539c0ceca0348ff412ef47027]

        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>  [62d9c22a1bf4f4e3df6766761a6701fa6bf248b5]

        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>  [effcddbd97d35e18bae5d497303ffeeb829f3033]

        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>  [b731173d72585172eff9dc5e5845673ea74ee636]

        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>  [a748e63e418cd4cb0009d1326f940bb075577476]

        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>  [966e975afa2c1e5cd9487ec4dc465a423c9f2088]

        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>  [f41f8c3fc6aa4ba5f196f6536a9fe582ac729ce7]

        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>  [18bd97a3c521c666588738a5292862dc00e88c5f]

        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>  [9401021df0a96a9d5506ea6fe9ca6258ebd01dd2]

        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>  [e916f1d38b1084d605806a73cb64da2a5ed84fd0]

        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>  [dd715bd0f69ef0d7189f02210463c9be3d80f632]

        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>  [da073eb90b637baffeb85be3e9b77f38c2ca95f1]

        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>  [a57ca6338b2c9377911ba778a11e5df8fa689494]

        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>  [7f7000679be74dc71bb59af400b6cb4ef383b464]

        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>  [f33ebbdee63fbf9f7070c0f4292044343e190d53]

        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>  [d2ef264aafdd22bbe447727b7315fa157f74384e]

        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>  [3077b2920148e5a23bf985e3452da74542477a6c]

        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>  [26af5e903c0a1036b1292a17adf639e402cdd773]

        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>  [820eebb3fced0ed2d6e825e9c97e42d3da0e621a]

        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>  [8b89372c8e46a94fbc58bd320556e41c22995bcb]

        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>  [ffce162be59facde34951c1f0ab3af027616e343]

        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>  [ebcf4b24d3e79333caff750929113033a73a685f]

        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>  [189867e00263a68ad5a1fefc068fa4822c643316]

        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>  [454c12c1c9607e4ddcfd9044bf90a2babde8ae2a]

        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>  [637694b6fc6cd909b405715a296b40b95b65320f]

        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>  [c6095578b1ccfee3354b70fa62a8aed13f82852b]

        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>  [d123b9a062cb9f24ad78c22685da3b314b88821e]

        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>  [0e17f5f79083a08a106136373488eb60b32b84b2]

        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>  [5242309cc919ed33c5b2103d5c42d5edfcda9a2c]

        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>  [b6398b2cd7caec3dc0e8786a653850edc7c6f3c7]

        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>  [643f0d11e8a86d81af300d7b84270f64f5ea6f61]

        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>  [ff4652c6d5d9e40f03cb421a06a07fe419ac462f]

        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>  [2db99433a991b6efa0c61b693284a25fa4654307]

        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>  [7bdc0e791217a68a8ffbcf986f6140893ef94a5d]

        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>  [153de21c04fb079eeb4118a9aa0aa37db85668f5]

        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>  [1ff12d6435834055c3453c58d540ca97c7056c1f]

        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>  [c64d00947716a8e18089bf4c74328b7f8410d4c4]

        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>  [b0489bbe6f1ae3840670d426f6922e5134d2bc53]

        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>  [42b56f26ef6a800813211f90fcb892afbdb4fa8a]

        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>  [54286a2166c1a1224fff0f3b047d8c0e1cc9d673]

        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>  [1dcc0cd68a5d30caf60a3320ae4fa0614f5b9b77]

        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-05  Ivo Hinkelmann  <ihi@openoffice.org>  [efd42cfb93be7343f0ef6f9cb689e6e33d43c9dc]

        INTEGRATION: CWS bgdlremove (1.29.4); FILE MERGED 2007/05/18 11:41:29 kso 1.29.4.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0126483cb990aea575ad375e3e7aadf1cce17646]

        INTEGRATION: CWS bgdlremove (1.10.104); FILE MERGED 2007/05/25 10:36:26 kso 1.10.104.1: #i76911# - ucbhelper does no longer use vos.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fd17a90fbcf96255ca55d464b9b97ce26c075f14]

        INTEGRATION: CWS bgdlremove (1.22.10); FILE MERGED 2007/05/18 09:07:20 kso 1.22.10.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0dbe15f13df27413633255c18c5df74f73b10fc0]

        INTEGRATION: CWS bgdlremove (1.2.72); FILE MERGED 2007/05/11 08:57:55 kso 1.2.72.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3b68e276b076f290e9650a2aadb31da570ff137a]

        INTEGRATION: CWS bgdlremove (1.20.110); FILE MERGED 2007/05/11 08:57:54 kso 1.20.110.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bf33bf488ac6faf398d7d03477b7c529468ed07f]

        INTEGRATION: CWS bgdlremove (1.7.82); FILE MERGED 2007/05/18 09:05:41 kso 1.7.82.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [00826e7b9dd48b263f5ed976d1303aa3599a90e7]

        INTEGRATION: CWS bgdlremove (1.4.334); FILE MERGED 2007/05/25 10:46:46 kso 1.4.334.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e8d0b7cd0b05b1ebdd05d4cd7795cd230bdf03d3]

        INTEGRATION: CWS bgdlremove (1.10.334); FILE MERGED 2007/05/18 09:04:52 kso 1.10.334.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0ee5ea8a3324aa51b80d632ce16d57db9934961b]

        INTEGRATION: CWS bgdlremove (1.19.134); FILE MERGED 2007/05/18 09:04:51 kso 1.19.134.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 08:55:35 kso 1.19.134.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ddc228d966f79bd9a3b657c879079cff27680253]

        INTEGRATION: CWS bgdlremove (1.24.12); FILE MERGED 2007/05/18 09:05:12 kso 1.24.12.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d3cfc99e7b69f58b3f6e68e38542b23fd3fc7de1]

        INTEGRATION: CWS bgdlremove (1.29.16); FILE MERGED 2007/05/11 07:45:36 kso 1.29.16.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [de0073620e11d74cb52d4661f30c23bc1aaf57b2]

        INTEGRATION: CWS bgdlremove (1.68.52); FILE MERGED 2007/05/21 10:46:47 kso 1.68.52.2: RESYNC: (1.68-1.70); FILE MERGED 2007/05/18 09:03:14 kso 1.68.52.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [07783cf2a16b0bc85fd80da5ffe782698e324b1a]

        INTEGRATION: CWS bgdlremove (1.23.6); FILE MERGED 2007/05/18 09:03:13 kso 1.23.6.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a24e63bf45191602cacb196bd0897e9a75c9e1e2]

        INTEGRATION: CWS bgdlremove (1.4.278); FILE MERGED 2007/05/21 10:35:25 kso 1.4.278.2: RESYNC: (1.4-1.5); FILE MERGED 2007/05/18 09:03:13 kso 1.4.278.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [11e0c24ce53117d58021f7db5d85ee7a0b008c61]

        INTEGRATION: CWS bgdlremove (1.12.4); FILE MERGED 2007/05/21 10:35:18 kso 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/18 09:03:13 kso 1.12.4.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2c2a06be394f9cc57f2700ba23afeefed0b99a2a]

        INTEGRATION: CWS bgdlremove (1.11.4); FILE MERGED 2007/05/25 10:40:39 kso 1.11.4.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ffe4f273639f04d862ba7520d206f3a9caa6919f]

        INTEGRATION: CWS bgdlremove (1.14.98); FILE MERGED 2007/05/11 07:45:36 kso 1.14.98.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [986a7a4ffb3daac5fe310c027cdfa248408e8eb8]

        INTEGRATION: CWS bgdlremove (1.6.98); FILE MERGED 2007/05/11 07:45:36 kso 1.6.98.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c415847e45373a4f7a51447b45e0659c44be87ed]

        INTEGRATION: CWS bgdlremove (1.25.84); FILE MERGED 2007/05/18 09:03:13 kso 1.25.84.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e4bec79f7dbdc488db75aad682ba58c66fb28595]

        INTEGRATION: CWS bgdlremove (1.3.278); FILE MERGED 2007/05/18 09:03:13 kso 1.3.278.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [08d3e0b37f64c972116161b70f73aca3782fbe56]

        INTEGRATION: CWS bgdlremove (1.5.98); FILE MERGED 2007/05/18 09:03:13 kso 1.5.98.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [6edca299f2a9f5e9b7f117ad3a5707c874564c25]

        INTEGRATION: CWS bgdlremove (1.4.150); FILE MERGED 2007/05/18 09:03:13 kso 1.4.150.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [15d916f675cf985e868af13d305be16c26e40906]

        INTEGRATION: CWS bgdlremove (1.6.98); FILE MERGED 2007/05/18 09:03:13 kso 1.6.98.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 07:45:35 kso 1.6.98.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [82361aae849dd8432f117aff34aa426488489652]

        INTEGRATION: CWS bgdlremove (1.35.98); FILE MERGED 2007/05/18 09:03:13 kso 1.35.98.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [120ef742d56eaa192e7e87b5a68081dfb7a9fbaf]

        INTEGRATION: CWS bgdlremove (1.8.98); FILE MERGED 2007/05/18 09:03:13 kso 1.8.98.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fe5d43cba3e286757b3def89bcafd6e5cebfee64]

        INTEGRATION: CWS bgdlremove (1.49.4); FILE MERGED 2007/05/25 12:39:31 kso 1.49.4.2: RESYNC: (1.49-1.50); FILE MERGED 2007/05/25 10:42:54 kso 1.49.4.1: Build breaker on Windows, svx.lib got so large that linker was not able to build it.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [793212b62a1bbe55f36c96837f4dd555ee993090]

        INTEGRATION: CWS bgdlremove (1.15.336); FILE MERGED 2007/05/11 09:12:34 kso 1.15.336.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ac33b4b81562e6590fd24ec359916dd90cc43e31]

        INTEGRATION: CWS bgdlremove (1.19.224); FILE MERGED 2007/05/11 09:12:34 kso 1.19.224.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f026ffb5b4e5432bdcc9e999593f7be870651fe9]

        INTEGRATION: CWS bgdlremove (1.8.304); FILE MERGED 2007/05/11 09:12:34 kso 1.8.304.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c0d55b86fe2a3c03362f990b4486c4296ebe3b5f]

        INTEGRATION: CWS bgdlremove (1.12.304); FILE MERGED 2007/05/11 09:12:34 kso 1.12.304.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9c33f7fbcec431f2382212e8f0413fe7d5fa7baf]

        INTEGRATION: CWS bgdlremove (1.18.224); FILE MERGED 2007/05/25 10:44:31 kso 1.18.224.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5e0024813eb1d32e7a9b9015c58bfa70b11d5a2f]

        INTEGRATION: CWS bgdlremove (1.25.224); FILE MERGED 2007/05/25 10:44:31 kso 1.25.224.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [eec6debf0cbc0167468eb3287d53acf908274d62]

        INTEGRATION: CWS bgdlremove (1.9.222); FILE MERGED 2007/05/25 12:38:32 kso 1.9.222.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/25 10:44:31 kso 1.9.222.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9d95c357de74dd335a0936e3999c19c24ecd0f72]

        INTEGRATION: CWS bgdlremove (1.14.302); FILE MERGED 2007/05/18 11:33:55 kso 1.14.302.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4e25a83f606ad78186f8626f93aed68927da29e7]

        INTEGRATION: CWS bgdlremove (1.61.12); FILE MERGED 2007/05/21 10:16:41 kso 1.61.12.3: RESYNC: (1.61-1.62); FILE MERGED 2007/05/18 11:33:54 kso 1.61.12.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:12:34 kso 1.61.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [15c6fee3113ca89c09c9ba1b33fa0dc0d0d0ab19]

        INTEGRATION: CWS bgdlremove (1.8.116); FILE MERGED 2007/05/18 11:33:54 kso 1.8.116.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [68cb5e824f31b58e24948bdad0d90d53cabbde8c]

        INTEGRATION: CWS bgdlremove (1.45.204); FILE MERGED 2007/05/18 11:33:54 kso 1.45.204.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8d727da4e7bcee8a160c334965ec3390f53b13de]

        INTEGRATION: CWS bgdlremove (1.41.238); FILE MERGED 2007/05/18 11:33:54 kso 1.41.238.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fa75d932a08884d5dbc4467afb0d4f719be24245]

        INTEGRATION: CWS bgdlremove (1.24.116); FILE MERGED 2007/05/18 11:33:54 kso 1.24.116.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [2e26889ac108c7ed1fb5a49034ca5652b5b9f227]

        INTEGRATION: CWS bgdlremove (1.31.12); FILE MERGED 2007/05/18 11:33:54 kso 1.31.12.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8f0a5452f7314f9c21aebae4c049c640ee283754]

        INTEGRATION: CWS bgdlremove (1.34.182); FILE MERGED 2007/05/18 11:33:54 kso 1.34.182.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:12:34 kso 1.34.182.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cb5945b4760eca708c5b821d45ce89595d8e51f0]

        INTEGRATION: CWS bgdlremove (1.56.202); FILE MERGED 2007/05/21 10:06:38 kso 1.56.202.3: RESYNC: (1.56-1.57); FILE MERGED 2007/05/18 11:33:53 kso 1.56.202.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:12:33 kso 1.56.202.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [20e4f60ad00ddb883737e400f1fcb8c3d3ad4343]

        INTEGRATION: CWS bgdlremove (1.12.304); FILE MERGED 2007/05/25 10:44:30 kso 1.12.304.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [a092cc9789432ef0fda19569cb7bfb18b6b99d05]

        INTEGRATION: CWS bgdlremove (1.39.12); FILE MERGED 2007/05/25 12:34:51 kso 1.39.12.3: RESYNC: (1.40-1.41); FILE MERGED 2007/05/21 10:05:37 kso 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2007/05/11 09:12:33 kso 1.39.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4263133fc6ff183093955add08e40215dadd4534]

        INTEGRATION: CWS bgdlremove (1.19.338); FILE MERGED 2007/05/11 09:12:33 kso 1.19.338.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4df0d4dc2f460a496888182953e0726634df0ad4]

        INTEGRATION: CWS bgdlremove (1.3.860); FILE MERGED 2007/05/18 11:33:53 kso 1.3.860.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [84e704d8955613093dd030bc8de123a788cacc1c]

        INTEGRATION: CWS bgdlremove (1.8.306); FILE MERGED 2007/05/18 11:33:53 kso 1.8.306.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [bf62c143d5e239083e182bc0d0e6063fd45e63b3]

        INTEGRATION: CWS bgdlremove (1.24.306); FILE MERGED 2007/05/18 11:33:53 kso 1.24.306.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [858950ffa4993d95c87cba6f9655f83a58a744a7]

        INTEGRATION: CWS bgdlremove (1.33.12); FILE MERGED 2007/05/21 09:59:32 kso 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2007/05/18 11:33:53 kso 1.33.12.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [def19948086d999f87e671a8d4cb70ef5697c614]

        INTEGRATION: CWS bgdlremove (1.38.12); FILE MERGED 2007/05/11 09:12:33 kso 1.38.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [084e923b48c25bb4644df57a63f1782f1998067a]

        INTEGRATION: CWS bgdlremove (1.9.10); FILE MERGED 2007/05/18 11:33:53 kso 1.9.10.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5c8f681d5d98fbced096d3d0dea5a6c438ec9bf9]

        INTEGRATION: CWS bgdlremove (1.13.10); FILE MERGED 2007/05/18 11:33:53 kso 1.13.10.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [db3207ee3cf180775059dc7c5e3c24c8dcb000ce]

        INTEGRATION: CWS bgdlremove (1.5.12); FILE MERGED 2007/05/18 09:08:35 kso 1.5.12.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:01:02 kso 1.5.12.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [84a204039755c688a0f399b889463b61a00b5533]

        INTEGRATION: CWS bgdlremove (1.26.30); FILE MERGED 2007/05/18 09:08:35 kso 1.26.30.2: #i77419# - cleanup of ucbhelper namespaces. 2007/05/11 09:01:02 kso 1.26.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>  [f3b157ecfaae1d177ed2391f49e97e49d226783b]

        INTEGRATION: CWS bgdlremove (1.9.30); FILE MERGED 2007/05/11 09:01:02 kso 1.9.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>  [4e34f60827f7df137f7fc9c39c68b4dc0c141f61]

        INTEGRATION: CWS bgdlremove (1.8.46); FILE MERGED 2007/05/18 11:23:13 kso 1.8.46.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d4c0ad286077ec7278e31fbb448bd20b70d35506]

        INTEGRATION: CWS bgdlremove (1.5.84); FILE MERGED 2007/05/18 08:54:23 kso 1.5.84.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c06cd33f86632377befa786e26dbfc2ddf594010]

        INTEGRATION: CWS bgdlremove (1.5.50); FILE MERGED 2007/05/18 08:54:23 kso 1.5.50.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0f4feb0856d07ad7d498aa51256e5b4b4eaf242d]

        INTEGRATION: CWS bgdlremove (1.8.4); FILE MERGED 2007/05/18 08:54:23 kso 1.8.4.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fb98e2345e74a1de14d29428da28e0f9e7d8505d]

        INTEGRATION: CWS bgdlremove (1.14.20); FILE MERGED 2007/05/18 08:54:23 kso 1.14.20.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [8c2c8712e23ac2e16d9947dc86a9630a9ad020be]

        INTEGRATION: CWS bgdlremove (1.7.84); FILE MERGED 2007/05/18 08:54:22 kso 1.7.84.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1dc0e433f3e5cc5dc4b212d611e05bcba9b5152a]

        INTEGRATION: CWS bgdlremove (1.8.84); FILE MERGED 2007/05/18 08:55:43 kso 1.8.84.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [d88818fb40584d54975392d13af805374622f91d]

        INTEGRATION: CWS bgdlremove (1.4.214); FILE MERGED 2007/05/18 08:54:22 kso 1.4.214.1: #i77419# - cleanup of ucbhelper namespaces.

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fd29f2acd84d61fecf851250da5eae669bae52bf]

        INTEGRATION: CWS bgdlremove (1.56.62); FILE MERGED 2007/05/18 09:01:38 kso 1.56.62.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e0e59340d8d25cf3f8c4435eb31d59793a7ab787]

        INTEGRATION: CWS bgdlremove (1.33.94); FILE MERGED 2007/05/18 09:01:37 kso 1.33.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3d121869304fb5be7a2a101911a1f11ef700ebee]

        INTEGRATION: CWS bgdlremove (1.47.60); FILE MERGED 2007/05/18 09:01:37 kso 1.47.60.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4cb455f2d9b2904f4b27a16982ed406e79b3e268]

        INTEGRATION: CWS bgdlremove (1.15.62); FILE MERGED 2007/05/18 09:01:38 kso 1.15.62.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9233b2d8fa258d4c5d5054360be44f803815f43d]

        INTEGRATION: CWS bgdlremove (1.11.94); FILE MERGED 2007/05/18 09:01:38 kso 1.11.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0256f28c5ee382f15e8985d1472bd45cb0fabf37]

        INTEGRATION: CWS bgdlremove (1.7.94); FILE MERGED 2007/05/18 09:01:37 kso 1.7.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [154f5dfad261eb1a19a605308fa7ad8c960f03e0]

        INTEGRATION: CWS bgdlremove (1.101.30); FILE MERGED 2007/05/18 09:01:37 kso 1.101.30.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e97c16bafe7ffd7f28375c2ca496bdfa77e5765d]

        INTEGRATION: CWS bgdlremove (1.41.94); FILE MERGED 2007/05/18 09:01:37 kso 1.41.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [fd8d24bd94d668723f5d31c0dfecbbdb64dbf750]

        INTEGRATION: CWS bgdlremove (1.32.94); FILE MERGED 2007/05/18 09:01:37 kso 1.32.94.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [856e1f0f4efc3e5bec9f3ffea063abf0de503ff1]

        INTEGRATION: CWS bgdlremove (1.29.62); FILE MERGED 2007/05/18 09:01:37 kso 1.29.62.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f02ff6ae9904d9a677d0bac99e1cfaf4c119c7f5]

        INTEGRATION: CWS namespacefixes (1.100.36); FILE MERGED 2007/05/30 13:17:43 cl 1.100.36.2: RESYNC: (1.100-1.101); FILE MERGED 2007/05/30 11:58:01 cl 1.100.36.1: removed using namespace ::rtl to avoid conflicts with rtl::Reference

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e70ef94e8a0242e3163522c6b52218b64c0ff2fd]

        INTEGRATION: CWS namespacefixes (1.90.14); FILE MERGED 2007/05/30 13:04:27 cl 1.90.14.2: RESYNC: (1.90-1.91); FILE MERGED 2007/05/30 11:58:01 cl 1.90.14.1: removed using namespace ::rtl to avoid conflicts with rtl::Reference

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f64ff39abb96e00bbc1bc1e6504988c6b8ebd4f5]

        INTEGRATION: CWS namespacefixes (1.6.24); FILE MERGED 2007/05/31 10:11:05 cl 1.6.24.1: #i77982# addind fast sax parser

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f2b6a0b2e52de314aae26621f4e28f18bd32f0f9]

        INTEGRATION: CWS namespacefixes (1.6.44); FILE MERGED 2007/05/31 10:11:05 cl 1.6.44.1: #i77982# addind fast sax parser

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3772e01e1addbbc2970f2ea842509bf2f75877b8]

        INTEGRATION: CWS namespacefixes (1.2.44); FILE MERGED 2007/06/04 12:31:20 cl 1.2.44.1: #i77982# adding fast sax parser

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf57dbd3b91ed4f696fb8a7a20280b2c2c29d106]

        INTEGRATION: CWS namespacefixes (1.8.28); FILE MERGED 2007/05/31 10:10:48 cl 1.8.28.1: #i77982# addind fast sax parser

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b67960fe2047c9b9a4827b3b2a3eeaf8037af281]

        INTEGRATION: CWS namespacefixes (1.4.72); FILE MERGED 2007/05/30 11:57:18 cl 1.4.72.1: removed using namespace ::rtl to avoid conflicts with rtl::Reference

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [066c82de209747ac3a30c8e1f176889e7ce2d638]

        INTEGRATION: CWS namespacefixes (1.11.72); FILE MERGED 2007/05/30 11:57:18 cl 1.11.72.1: removed using namespace ::rtl to avoid conflicts with rtl::Reference

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [002e2d72475773d514d494ac16aefe2808887f8c]

        INTEGRATION: CWS namespacefixes (1.15.44); FILE MERGED 2007/05/30 11:57:18 cl 1.15.44.1: removed using namespace ::rtl to avoid conflicts with rtl::Reference

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [34e7beb2484e28a4f1f36e85e5d0cbea75bc1437]

        INTEGRATION: CWS aquabundle (1.37.114); FILE MERGED 2007/05/24 20:52:30 obr 1.37.114.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [86beae947837b411d0c5d9f151031822881b6df0]

        INTEGRATION: CWS aquabundle (1.50.18); FILE MERGED 2007/05/24 20:52:30 obr 1.50.18.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ff37a625a4949710e4f61b0def48e9d3dad72396]

        INTEGRATION: CWS aquabundle (1.230.12); FILE MERGED 2007/05/24 21:20:22 obr 1.230.12.1: #i74513# removed desktopbe1 for Mac OS X

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e117476ffd81a3b298bfa166be4e854b1b3cb6ab]

        INTEGRATION: CWS aquabundle (1.35.198); FILE MERGED 2007/05/24 20:52:29 obr 1.35.198.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [4ec89f05be8499a75b7ff4ae9cf2218ec38ce12e]

        INTEGRATION: CWS aquabundle (1.2.30); FILE MERGED 2007/05/24 20:53:41 obr 1.2.30.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [797b315b407ec7099ee370d582ab113e3f5ca545]

        INTEGRATION: CWS aquabundle (1.2.28); FILE MERGED 2007/05/24 20:53:41 obr 1.2.28.1: #i73693# moved office directory structure up in the Mac OS X bundle and renamed program to MacOS

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [375f9b5c0895898b96d8863ed4125cb60aeb7bd1]

        INTEGRATION: CWS obo12 (1.230.10); FILE MERGED 2007/05/30 12:44:58 obo 1.230.10.2: RESYNC: (1.230-1.234); FILE MERGED 2007/05/23 13:09:19 obo 1.230.10.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5be3d0a9df6ac898ec2b9163c4c1f3fd7beab994]

        INTEGRATION: CWS obo12 (1.9.8); FILE MERGED 2007/05/30 12:40:35 obo 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/10 13:33:15 obo 1.9.8.1: #i76713# disable warning C4005

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [40b24f4e9c6bc834fca90d3cf3022126e353a1ce]

        INTEGRATION: CWS obo12 (1.2.42); FILE MERGED 2007/05/10 13:19:14 obo 1.2.42.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:37:57 obo 1.2.42.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7075d62a15abb5b7427135302f74a01940e8ea83]

        INTEGRATION: CWS obo12 (1.50.4); FILE MERGED 2007/05/30 12:45:30 obo 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED 2007/05/23 13:09:47 obo 1.50.4.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [39f9cdd1f39a48557a0a836fc1622f40560292b3]

        INTEGRATION: CWS obo12 (1.3.250); FILE MERGED 2007/05/10 11:20:48 obo 1.3.250.1: #i76713# UpdateICMRegKey removed, new unicows.lib (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [33ab42e204ecbc52b00202a1bb5ddf5f13ab1a7b]

        INTEGRATION: CWS obo12 (1.3.250); FILE MERGED 2007/05/10 11:27:35 obo 1.3.250.1: #i76713# LPWSTR -> LPCWSTR (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [5aa4f4532b162748b1603a70c31b90e7224e914d]

        INTEGRATION: CWS obo12 (1.3.250); FILE MERGED 2007/05/10 11:22:22 obo 1.3.250.1: #i76713# LPSTR -> LPCSTR (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [dd003bd039fdd0129414b5660f470338f195477e]

        INTEGRATION: CWS obo12 (1.13.6); FILE MERGED 2007/05/25 05:54:54 obo 1.13.6.2: #i76713# link with atl Vista SDK+Prof compiler 2007/05/14 11:32:17 obo 1.13.6.1: #i76713# support DISABLE_ATL switch

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [f91a8d8680d7be1d5ee11ffc166582caad1129e4]

        INTEGRATION: CWS obo12 (1.7.12); FILE MERGED 2007/05/14 11:31:57 obo 1.7.12.1: #i76713# support DISABLE_ATL switch

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [00a4f6aa538d99369e4755122754bea5a007e582]

        INTEGRATION: CWS obo12 (1.12.8); FILE MERGED 2007/05/16 07:43:25 obo 1.12.8.1: #i76713# DISABLE_ATL support

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c9fbf663458d29c6af687f32354de939496d6352]

        INTEGRATION: CWS obo12 (1.60.52); FILE MERGED 2007/05/30 12:37:22 obo 1.60.52.3: RESYNC: (1.60-1.61); FILE MERGED 2007/05/29 07:42:31 obo 1.60.52.2: typo 2007/05/24 15:30:24 obo 1.60.52.1: #i76713# DISABLE_ATL,DISABLE_ADO,PROF_EDITION,WINDOWS_VISTA_PSDK

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b106495c2cf2b1ca9beead85dbabbb722c6b8010]

        INTEGRATION: CWS obo12 (1.32.10); FILE MERGED 2007/05/30 12:32:54 obo 1.32.10.3: RESYNC: (1.32-1.33); FILE MERGED 2007/05/24 14:23:28 obo 1.32.10.2: minor correction 2007/05/10 10:53:15 obo 1.32.10.1: #i76713# needs to belinked against ws_32.lib (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [844ce7e50d2955303ca620ecdc337acbbf992366]

        INTEGRATION: CWS obo12 (1.22.32); FILE MERGED 2007/06/05 09:47:39 obo 1.22.32.5: overview 2. target 2007/06/01 09:50:58 obo 1.22.32.4: don't use COMEX 2007/06/01 09:38:51 obo 1.22.32.3: bugfix 2007/05/29 08:18:01 obo 1.22.32.2: remove COMEX 2007/05/24 15:28:55 obo 1.22.32.1: #i76713# DISABLE_ATL

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7284f508a1858f34a1cc46039fa46e61f2f4ad6e]

        INTEGRATION: CWS obo12 (1.5.8); FILE MERGED 2007/05/10 13:21:55 obo 1.5.8.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:39:28 obo 1.5.8.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [15f2c44347ef06f8f8cbcec30f2c8e2bfd1a5652]

        INTEGRATION: CWS obo12 (1.7.8); FILE MERGED 2007/05/10 13:20:33 obo 1.7.8.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:38:43 obo 1.7.8.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [545e9a6e8d7127c5eeb1791f25b5ec9b54057406]

        INTEGRATION: CWS obo12 (1.5.8); FILE MERGED 2007/05/10 13:18:08 obo 1.5.8.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:36:55 obo 1.5.8.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [69b390099b7426bb0d129560b52b862d1a80b810]

        INTEGRATION: CWS obo12 (1.4.8); FILE MERGED 2007/05/10 13:16:34 obo 1.4.8.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:35:57 obo 1.4.8.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [77cf7e052fc97b28e682c1ffb72cd55c0c6ff207]

        INTEGRATION: CWS obo12 (1.10.8); FILE MERGED 2007/05/24 14:27:20 obo 1.10.8.1: Issue number: Submitted by: Reviewed by:

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [b6c3213a38c0d76887917dc95efe84d42f324c22]

        INTEGRATION: CWS obo12 (1.15.6); FILE MERGED 2007/05/30 12:21:13 obo 1.15.6.3: RESYNC: (1.15-1.16); FILE MERGED 2007/05/10 13:25:22 obo 1.15.6.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:43:04 obo 1.15.6.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3b8d6db5289bf3652d05dbbc59eb29a0eec6fae7]

        INTEGRATION: CWS obo12 (1.9.6); FILE MERGED 2007/05/30 12:21:07 obo 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/24 14:36:46 obo 1.9.6.1: disable pch

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [84a2c241fcd27b11000b59c50a0cd8516b519555]

        INTEGRATION: CWS obo12 (1.8.6); FILE MERGED 2007/05/30 12:21:00 obo 1.8.6.3: RESYNC: (1.8-1.9); FILE MERGED 2007/05/10 13:23:18 obo 1.8.6.2: #i76713# _WIN32_WINDOWS = 0x0410 for Win98 2007/05/10 10:45:09 obo 1.8.6.1: #i76713# #error YES removed (Vista PSDK)

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [98a2a4abf109fc291e934415bd69ba98f38fae53]

        INTEGRATION: CWS obo12 (1.6.6); FILE MERGED 2007/05/30 12:20:53 obo 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2007/05/24 14:38:06 obo 1.6.6.1: disable pch

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [83147ee6e83e75ec0410d41fd08d044005cb15dc]

        INTEGRATION: CWS obo12 (1.35.18); FILE MERGED 2007/05/25 11:31:43 obo 1.35.18.5: #i76713# disable ADO 2007/05/16 07:24:03 obo 1.35.18.4: #i76713# Vista PSDK support PROF_EDITION switch 2007/05/16 07:11:59 obo 1.35.18.3: #i76713# Vista PSDK 2007/05/16 06:57:34 obo 1.35.18.2: #i76713# Vista PSDK 2007/05/16 06:26:35 obo 1.35.18.1: #i76713# msdasc.h missing in Vista PSDK

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [78be4684c39a791f675a5087c5911a27fb707e22]

        INTEGRATION: CWS obo12 (1.12.6); FILE MERGED 2007/05/30 11:59:58 obo 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2007/05/16 07:01:05 obo 1.12.6.1: #i76713# Vista PSDK: disable _ADO_DATALINK_BROWSE_

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c6455cea36ccbdc87b65961aab1a9e5fbcab67c2]

        INTEGRATION: CWS obo12 (1.31.6); FILE MERGED 2007/05/24 15:27:07 obo 1.31.6.2: #i76713# corrected 2007/05/11 09:45:14 obo 1.31.6.1: #i76713# changes for Vista PSDK

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [de55789e60e772b801dcf572c9ec2730c80ebaa1]

        INTEGRATION: CWS obo12 (1.17.6); FILE MERGED 2007/05/24 09:11:12 obo 1.17.6.3: don't use inet_pton, inet_ntop of Vista PSDK 2007/05/21 13:00:18 obo 1.17.6.2: manifest missing 2007/05/11 09:46:51 obo 1.17.6.1: #i76713# changes for Vista PSDK

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [372bbc1817928e831eb73e4012911456e2cdf3a6]

        INTEGRATION: CWS obo12 (1.12.20); FILE MERGED 2007/05/25 11:24:59 obo 1.12.20.1: #i76713# disable ADO

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [ec0fe1e074cb5704eca474bb8c49c0800ea377c3]

        INTEGRATION: CWS helplinker01 (1.5.10); FILE MERGED 2007/05/20 13:09:32 cmc 1.5.10.1: #i70155# remove warnings from newly used headers

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [1a142eb13d499ecc5d2c207d5953e484c22c9dbb]

        INTEGRATION: CWS helplinker01 (1.11.10); FILE MERGED 2007/05/19 20:23:52 cmc 1.11.10.1: #i70155# add HelpLinker necessary boost headers to deliver list

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [7cf8169c5cd36eb4340f93791444f5f4618fa05f]

        INTEGRATION: CWS helplinker01 (1.7.14); FILE MERGED 2007/05/23 19:08:04 cmc 1.7.14.3: #i70155# remove windows warning 2007/05/23 19:06:31 cmc 1.7.14.2: #i70155# remove windows warning 2007/05/20 12:20:11 cmc 1.7.14.1: #i70155# remove warnings from newly used boost/spirit headers

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [0b3270f6fe2778a0d545a5af54a7debd87bc6eb6]

        INTEGRATION: CWS helplinker01 (1.7.2); FILE MERGED 2007/05/20 12:20:10 cmc 1.7.2.1: #i70155# remove warnings from newly used boost/spirit headers

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [68170fd7a23dca2022708e66d4b7e53000c2200d]

        INTEGRATION: CWS helplinker01 (1.25.12); FILE MERGED 2007/05/20 14:21:20 cmc 1.25.12.2: #i70155# use final XSLT flags from libxslt02 2007/05/19 12:16:07 cmc 1.25.12.1: #ii70155# add a native HelpLinker

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [c71109d5bd68845283f29833b57469a64dd9d0fd]

        INTEGRATION: CWS helplinker01 (1.1.2); FILE ADDED 2007/05/28 15:59:54 cmc 1.1.2.5: #i70155# nitpicky macox warnings 2007/05/24 08:48:29 cmc 1.1.2.4: #i70155# windows tweaks 2007/05/23 19:07:07 cmc 1.1.2.3: #i70155# remove windows warnings 2007/05/21 13:13:15 cmc 1.1.2.2: #i70155# nitpicky macox warnings 2007/05/19 12:16:07 cmc 1.1.2.1: #ii70155# add a native HelpLinker

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [3830e1c565698dfa27b057788af608921118d8ff]

        INTEGRATION: CWS helplinker01 (1.1.2); FILE ADDED 2007/05/24 08:48:29 cmc 1.1.2.4: #i70155# windows tweaks 2007/05/23 19:07:08 cmc 1.1.2.3: #i70155# remove windows warnings 2007/05/21 13:13:15 cmc 1.1.2.2: #i70155# nitpicky macox warnings 2007/05/19 12:16:07 cmc 1.1.2.1: #ii70155# add a native HelpLinker

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [9baa583eed190d3527447256de431f8ecb7a1b51]

        INTEGRATION: CWS helplinker01 (1.1.2); FILE ADDED 2007/05/21 13:13:15 cmc 1.1.2.2: #i70155# nitpicky macox warnings 2007/05/19 12:16:07 cmc 1.1.2.1: #ii70155# add a native HelpLinker

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [e5c5ec8747f7ecc1220dee1068a8fd88098083fa]

        INTEGRATION: CWS helplinker01 (1.14.38); FILE MERGED 2007/05/23 19:41:18 cmc 1.14.38.2: #i70155# windows deliver 2007/05/19 12:16:07 cmc 1.14.38.1: #ii70155# add a native HelpLinker

2007-06-05  Ivo Hinkelmann  <ihi@openoffice.org>  [930c34c4900b9b18244d30673768a66a8e33bdd1]

        INTEGRATION: CWS helplinker01 (1.12.2); FILE MERGED 2007/05/19 12:16:07 cmc 1.12.2.1: #ii70155# add a native HelpLinker

2007-06-05  Oliver Specht  <os@openoffice.org>  [a114fd9c589543c5914ca432331d12f29e6e65a4]

        list of known issues

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [29376c7c7dae5a81ee23c135e4f473a19f07a1d7]

        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>  [7ee5231af25fe967e77d68c6b9ee112555242c7c]

        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>  [f2c5506c22316d094cccacb8ddf1cfeb78600b2d]

        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>  [e556e7dd56c77192a819f7c4d5fab3eab2f077b5]

        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>  [cc8bb032108c0f9bec35f3031ff6cebb450c210e]

        INTEGRATION: CWS enabletango (1.25.58); FILE MERGED 2007/05/29 13:27:19 pmladek 1.25.58.1: #i75657# add the tango icon theme to be known by UI

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1c6db10a61de68bfd660c9a86eb859d15ecb1913]

        INTEGRATION: CWS enabletango (1.41.20); FILE MERGED 2007/05/29 13:27:19 pmladek 1.41.20.1: #i75657# add the tango icon theme to be known by UI

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a0972860299315a9943137f58d2ee2db320767d2]

        INTEGRATION: CWS enabletango (1.2.36); FILE MERGED 2007/05/29 13:27:19 pmladek 1.2.36.1: #i75657# add the tango icon theme to be known by UI

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5732aeb509614789e160d3b591952c0a93152170]

        INTEGRATION: CWS enabletango (1.131.30); FILE MERGED 2007/05/29 13:44:54 pmladek 1.131.30.2: #i75661# read the default icon theme from the system in GNOME and KDE 2007/05/29 13:27:18 pmladek 1.131.30.1: #i75657# add the tango icon theme to be known by UI

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2fd3f98c3d65e84cd7af863a7537a75aa6396421]

        INTEGRATION: CWS enabletango (1.214.18); FILE MERGED 2007/05/29 13:27:18 pmladek 1.214.18.1: #i75657# add the tango icon theme to be known by UI

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [211f204c4118033c1d0a7184c03af1c4007547ef]

        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>  [55f141bc8558e8d1eeaa0dfa91d299f9eb4f03e4]

        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>  [2044b709a1ed7821f88d81b6ffb6a23b33fdb491]

        INTEGRATION: CWS ww8export02_SRC680 (1.98.166.1.6); FILE MERGED 2007/05/30 11:46:44 fme 1.98.166.1.6.3: #146867# Don't export hard break attributes in tables 2007/05/30 09:45:57 od 1.98.166.1.6.2: #i76301# method <SwWW8Writer::Out_SfxBreakItems(..)> 	 - assure that a page break before is set at the node before 	   checking for a new page description. 2007/05/29 12:23:01 od 1.98.166.1.6.1: #i76300# - class <SwWW8Writer> 	 -- introduce new methods <Out_FollowPageDesc(..)> and <PrepareNewPageDesc(..)> 	 - method <SwWW8Writer::Out_SfxBreakItems(..) 	 -- move code to new method <PrepareNewPageDesc(..)> 	 - method <::OutWW8_SwFmtBreak(..)> 	 -- check of follow page description on writting paragraph attribute 	    <PageBreakAfter>. If necessary export follow page description.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [38105ff5cc6fe5099e568a25eceb6708a3f022e8]

        INTEGRATION: CWS ww8export02_SRC680 (1.68.276.2.2); FILE MERGED 2007/05/29 12:23:01 od 1.68.276.2.2.1: #i76300# - class <SwWW8Writer> 	 -- introduce new methods <Out_FollowPageDesc(..)> and <PrepareNewPageDesc(..)> 	 - method <SwWW8Writer::Out_SfxBreakItems(..) 	 -- move code to new method <PrepareNewPageDesc(..)> 	 - method <::OutWW8_SwFmtBreak(..)> 	 -- check of follow page description on writting paragraph attribute 	    <PageBreakAfter>. If necessary export follow page description.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0c30113c5cce18ba3c95dff4b6bef9f132f53d23]

        INTEGRATION: CWS ww8export02_SRC680 (1.38.330); FILE MERGED 2007/05/30 07:31:57 od 1.38.330.1: #i77812# method SwWW8Writer::GetId(..)> 	 - perform 'deep' search in list style duplication map in order to 	   consider the case that a certain list is restarted more than once.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [39e43369ffb0339b2d33d54dc16725a9450ae055]

        INTEGRATION: CWS ww8export02_SRC680 (1.90.20.1.36.1.2); FILE MERGED 2007/05/30 11:46:44 fme 1.90.20.1.36.1.2.3: #146867# Don't export hard break attributes in tables 2007/05/30 11:01:48 ama 1.90.20.1.36.1.2.2: Fix #i75463#: Paragraph style depends on track changes 2007/05/30 09:24:32 fme 1.90.20.1.36.1.2.1: #i76520# Emulate non-splitting-table by adding keep attributes to table paragraphs

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [79d459dbb2faf63c9d6504455161f223bd980900]

        INTEGRATION: CWS plug05_SRC680 (1.55.178); FILE MERGED 2007/06/01 07:12:06 mt 1.55.178.1: corrected line break

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ffd0d9efb6f7a167285acb070a3c602ae1c049bd]

        INTEGRATION: CWS plug05_SRC680 (1.3.158); FILE MERGED 2007/05/31 12:26:51 mav 1.3.158.1: #148036# register the service manager as running object

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d5901fb9321da8173dabd6ff9f99cf9d54f90d81]

        INTEGRATION: CWS plug05_SRC680 (1.15.116.1.2); FILE MERGED 2007/05/31 14:09:28 mt 1.15.116.1.2.2: register as OLE, only for plugin version... 2007/05/31 12:26:51 mav 1.15.116.1.2.1: #148036# register the service manager as running object

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [993d077857053828b321c1f86e65888a101ad929]

        INTEGRATION: CWS plug05_SRC680 (1.32.2.2.20); FILE MERGED 2007/05/27 18:46:50 mt 1.32.2.2.20.1: updateid: replace blanks with underscores

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [67b442076ae9c66f3157ab01187064935eca4920]

        INTEGRATION: CWS qadev29 (1.12.32); FILE MERGED 2007/02/23 11:00:58 cn 1.12.32.3: #i74690# fix merge conflicts 2007/02/22 11:20:58 cn 1.12.32.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/20 09:13:48 cn 1.12.32.1: #i74690#: replace at.getCurrentWindow() with at.getCurrentContainerWindow() in line 159

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f27474568b763acf1e243bcbbe7d1d37b321ed56]

        INTEGRATION: CWS qadev29 (1.6.36); FILE MERGED 2007/04/24 09:33:38 cn 1.6.36.1: #i76648 #: added object relation XFormLayerAccess.XForm

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [38b0ebd689b2c73bc194b36a4b10f99e507486c7]

        INTEGRATION: CWS qadev29 (1.8.32); FILE MERGED 2007/04/24 09:34:45 cn 1.8.32.2: #i76648 #: added object relation XFormLayerAccess.XForm 2007/04/24 09:33:26 cn 1.8.32.1: #i76648 #: added object relation XFormLayerAccess.XForm

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [db58b156da3be15a9a30d6106d6db1c848d8a316]

        INTEGRATION: CWS qadev29 (1.11.32); FILE MERGED 2007/04/24 09:34:01 cn 1.11.32.1: #i76648 #: added object relation XFormLayerAccess.XForm

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2c872a78a1ac590411ab310bfaf8fcf02749ca61]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:57:58 cn 1.5.36.3: #i75120# bugifx: initialize the super class first, then fill member variables with content 2007/03/05 20:36:12 cn 1.5.36.2: #i75120:  new initial version of this interface test 2007/03/05 15:29:25 cn 1.5.36.1: #i75120: add object relation for XPropertyAccess

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2dbd8d24131d9d448edb257f95cabdcb26cb3d7e]

        INTEGRATION: CWS qadev29 (1.3.36); FILE MERGED 2007/03/07 19:57:31 cn 1.3.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [032071b52fadac4a692d86e8f4e580d91599d9c1]

        INTEGRATION: CWS qadev29 (1.3.36); FILE MERGED 2007/03/07 19:57:08 cn 1.3.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fcd17ca2ab71bf12263eb44f14b74f069ae9eb59]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:56:04 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e329845b12aefac150aef3f1e87c33a059b1c873]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:55:00 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [389e6e72907aeabdc56f97ad4ecc051fe1be2936]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:54:42 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [72a688b0ac2fe6058f7b0e629f8198c6c2eaab55]

        INTEGRATION: CWS qadev29 (1.3.36); FILE MERGED 2007/03/07 19:54:12 cn 1.3.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer. Rebuild the test and use the GenericModelTest

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [31de66f0606e1e6ae6783daeec6568a2618540cf]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:53:46 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1fe52117847f8a6d847276f147620ba08ab5e713]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:53:16 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6bfa9f596320f69e056a9bb1915b22eddeecd7a5]

        INTEGRATION: CWS qadev29 (1.5.20); FILE MERGED 2007/03/07 19:52:42 cn 1.5.20.1: #i75120# update comments for new interfaces XPropertyAccess and XPropertyContainer. Test not ready yet.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0f1b3130c2f30fa8a3e22bbc175fa7c492b8f93e]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:52:10 cn 1.5.36.1: #i75120# update comments for new interfaces XPropertyAccess and XPropertyContainer. Test not ready yet.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7b79d52d91889accaedc6b024b972aa90315eca3]

        INTEGRATION: CWS qadev29 (1.4.36); FILE MERGED 2007/03/14 11:51:22 cn 1.4.36.2: #i75120# rebuild test case: usageof GenericModelTest 2007/03/07 19:51:22 cn 1.4.36.1: #i75120# update comments for new interfaces XPropertyAccess and XPropertyContainer. Test not ready yet.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0e1e99c88db1b2963881113b23bf1cc9115d3bd2]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:50:39 cn 1.5.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer. Rebuild the test and use the GenericModelTest

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [880667b0f60fee7521f1437fa4cb6540128e2243]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:48:56 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8b01f37cd979e6ee7b28a9d82b98ea427215589c]

        INTEGRATION: CWS qadev29 (1.4.36); FILE MERGED 2007/03/07 19:48:17 cn 1.4.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer. Rebuild the test and use the GenericModelTest

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ade2b4e5ad8c6f181ac71dc02d76cfc8f0467078]

        INTEGRATION: CWS qadev29 (1.4.36); FILE MERGED 2007/03/07 19:47:39 cn 1.4.36.1: #i75120# update comments for new interfaces XPropertyAccess and XPropertyContainer. Test not ready yet.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [af61389d1feb542d3ccab663ba8dddc7c936b385]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:46:24 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [563d1f4c92f48884fbbbf8609055ec0d4b798072]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 19:43:35 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [02d72211b8e95bc266a8d9255371cd6f76b514e0]

        INTEGRATION: CWS qadev29 (1.8.32); FILE MERGED 2007/04/18 13:06:25 cn 1.8.32.2: #i75120#: new object relation for PropertyBag 2007/03/07 19:42:52 cn 1.8.32.1: #i75120# update comments for new interfaces XPropertyAccess and XPropertyContainer. Test not ready yet.

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [28f53e57798ab3314a12c23ebf930f3deae7dde2]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 18:44:08 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3dfa2e6cb6af07bf04dcf257ca4c348280f314ca]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 18:43:41 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [af7a9bf500e3f689d7525bd7afb71dec07fedecd]

        INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED 2007/03/07 18:43:01 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e943145fb81d4b8cb6b52ea77903ddde1cc79e0e]

        INTEGRATION: CWS qadev29 (1.4.36); FILE MERGED 2007/03/07 18:38:25 cn 1.4.36.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer. Rebuild the test and use the GenericModelTest

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [877f44dff1a2bd84d83b0485a9c9c17db44ca711]

        INTEGRATION: CWS qadev29 (1.4.20); FILE MERGED 2007/03/07 18:37:13 cn 1.4.20.1: #i75120# implement object relations for XPropertyAccess and XPropertyContainer

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8844b0c789de85f0305f5775458295389ab4cee0]

        INTEGRATION: CWS qadev29 (1.1.2); FILE ADDED 2007/04/24 09:28:27 cn 1.1.2.1: #i76648 #: new initial test

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4a32028e7962d3f63cc598ec4ee561e804d36235]

        INTEGRATION: CWS qadev29 (1.3.8); FILE MERGED 2007/04/18 10:51:49 cn 1.3.8.1: #i76474#: new property isReadonly

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e1d7d160640f34ece5b4822fdf84f17a42ca4fc4]

        INTEGRATION: CWS qadev29 (1.1.2); FILE ADDED 2007/03/14 12:36:35 cn 1.1.2.2: #i75120# final version of interface test 2007/03/05 20:35:32 cn 1.1.2.1: #i75120: new initial version of this interface test

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8aae6f1469cc8122dab9d390e1380143ce4f7fd0]

        INTEGRATION: CWS qadev29 (1.1.2); FILE ADDED 2007/04/18 13:06:47 cn 1.1.2.3: #i75120#: update comments 2007/03/06 15:16:11 cn 1.1.2.2: #i75120# final version of interface test 2007/03/05 19:22:02 cn 1.1.2.1: #i75120: new initial version of this interface test

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7a6e58f1607224f79d8fbc54d363bab34b2e1217]

        INTEGRATION: CWS qadev29 (1.8.8); FILE MERGED 2007/04/23 13:41:22 cn 1.8.8.2: #i74190# new method clickMiddleOfAccessibleObject() 2007/04/23 08:19:25 cn 1.8.8.1: #i74190# new method doubleClickMiddleOfAccessibleObject()

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3a14bf5e9107caa5a42f424d4b0b8f8f7ffa663f]

        INTEGRATION: CWS qadev29 (1.8.8); FILE MERGED 2007/02/05 10:49:59 cn 1.8.8.1: #i74190#: getDocumentType() recognize simpress

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [347fc35a5116448dbb83bf17ed4a0eeff4cb2d64]

        INTEGRATION: CWS qadev29 (1.10.36); FILE MERGED 2007/04/24 10:08:42 cn 1.10.36.2: #i74690#:new method "getSheetCell()" 2007/04/23 13:23:24 cn 1.10.36.1: #i74190# new method getSheetCell()

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [42c656fa8c784fdf32d8d6c05959c7ff6f31741f]

        INTEGRATION: CWS qadev29 (1.3.8); FILE MERGED 2007/05/25 13:10:17 cn 1.3.8.3: #i76474# resolve merge conficts 2007/05/25 10:57:04 cn 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2007/05/16 09:43:29 cn 1.3.8.1: #i76648# implement methods as dmmy which are neccesary since XFormLayerAccess is a new Interface

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c60cbd9dbbb709a5428de1bfa60f7431ca26c30c]

        INTEGRATION: CWS qadev29 (1.10.8); FILE MERGED 2007/03/05 08:22:47 lla 1.10.8.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c7d180e1f793c5ec199485dfd9c714a50796d13c]

        INTEGRATION: CWS qadev29 (1.1.2); FILE ADDED 2007/03/05 08:21:15 lla 1.1.2.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [28917dfcf43955fc6648f1a764c19c34086b902e]

        INTEGRATION: CWS qadev29 (1.9.8); FILE MERGED 2007/03/05 08:22:47 lla 1.9.8.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0482da19b70bce03b0bf941d0c3338654a33d569]

        INTEGRATION: CWS qadev29 (1.4.36); FILE MERGED 2007/03/05 08:22:47 lla 1.4.36.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [430f47b9021b53f0c594a8ee9bb3166e159627db]

        INTEGRATION: CWS qadev29 (1.3.8); FILE MERGED 2007/03/05 08:22:46 lla 1.3.8.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [62e8863ea967f2b4fd44e93bf7a0eafa19ff26eb]

        INTEGRATION: CWS qadev29 (1.8.20); FILE MERGED 2007/03/05 08:22:46 lla 1.8.20.1: #144950# concurrency problem solution

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [90675dbcc2bf9d507df668dbc4ca87c4e02d7c20]

        INTEGRATION: CWS qadev29 (1.1.206); FILE MERGED 2007/04/26 07:35:46 cn 1.1.206.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [79e11248bd393bfc1afb81b35d6a839b3e7a904c]

        INTEGRATION: CWS qadev29 (1.1.206); FILE MERGED 2007/04/26 07:35:45 cn 1.1.206.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [95c828afd59e2500cbc92581f42c7351d8813686]

        INTEGRATION: CWS qadev29 (1.3.32); FILE MERGED 2007/04/26 07:35:45 cn 1.3.32.1: #i75120# new Interface 'com::sun::star::view::XFormLayerAccess'

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7e3120dbc24a957ae3c541d35dcc28116cbe6a50]

        INTEGRATION: CWS qadev29 (1.2.24); FILE MERGED 2007/04/18 10:52:51 cn 1.2.24.2: #i76474#: new property isReadonly 2007/02/02 14:57:31 cn 1.2.24.1: #i74130# update

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a1d15ebbf57cbdbff644ec00eb01828b1d171c2e]

        INTEGRATION: CWS qadev29 (1.2.24); FILE MERGED 2007/02/02 14:57:31 cn 1.2.24.1: #i74130# update

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [883c82e424f47a82d523d9f3e7643f087cf7fe59]

        INTEGRATION: CWS qadev29 (1.2.24); FILE MERGED 2007/04/18 10:52:40 cn 1.2.24.2: #i76474#: new property isReadonly 2007/02/02 14:57:31 cn 1.2.24.1: #i74130# update

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f7977d5ba1a1b1d4eccaa09315b31731c57d9a9a]

        INTEGRATION: CWS qadev29 (1.3.62); FILE MERGED 2007/03/05 09:45:24 cn 1.3.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c6cf602a4ed1c0a74ea10a49e3c6e9311ce8b508]

        INTEGRATION: CWS qadev29 (1.3.62); FILE MERGED 2007/03/05 09:45:23 cn 1.3.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [48a39a7c2517e6704efa069d80f6e599f63c2ef3]

        INTEGRATION: CWS qadev29 (1.4.62); FILE MERGED 2007/03/05 09:45:23 cn 1.4.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [43c43c309e615b6b9bb9496e6b55d890d4170984]

        INTEGRATION: CWS qadev29 (1.3.62); FILE MERGED 2007/03/05 09:45:22 cn 1.3.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4b33ee5c18a4771167f055b28a06ca2ac6e42c24]

        INTEGRATION: CWS qadev29 (1.4.52); FILE MERGED 2007/03/05 09:45:22 cn 1.4.52.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [728076126958327fea0363b9e32b88767e892955]

        INTEGRATION: CWS qadev29 (1.1.206); FILE MERGED 2007/03/05 09:45:22 cn 1.1.206.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1faceb6832b9602edbd0f5a71e18e6527ee5cb5a]

        INTEGRATION: CWS qadev29 (1.2.42); FILE MERGED 2007/03/05 09:45:21 cn 1.2.42.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [46d9bed6a671bdd72015bfdd663b5c96b70c550b]

        INTEGRATION: CWS qadev29 (1.4.62); FILE MERGED 2007/03/05 09:45:21 cn 1.4.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a078d556cace606087bb532e8df9a9be3924b60e]

        INTEGRATION: CWS qadev29 (1.2.62); FILE MERGED 2007/03/05 09:45:21 cn 1.2.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cd4e7c75a53485659754d0742dc1f49bf0883940]

        INTEGRATION: CWS qadev29 (1.3.62); FILE MERGED 2007/03/05 09:45:21 cn 1.3.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3cd1819e40a6ed21b48caaa0dbe92b9d4ad109cf]

        INTEGRATION: CWS qadev29 (1.5.8); FILE MERGED 2007/03/05 09:18:13 cn 1.5.8.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9f4bb3b4490120e907982108256f36f5524e8526]

        INTEGRATION: CWS qadev29 (1.4.68); FILE MERGED 2007/03/05 09:45:21 cn 1.4.68.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d09d867e16b62b0a4844f0a1d26a0973d0f1a9ab]

        INTEGRATION: CWS qadev29 (1.4.62); FILE MERGED 2007/03/05 09:45:20 cn 1.4.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [df18ae3ce64081310e7eea96b084f94ad47838fc]

        INTEGRATION: CWS qadev29 (1.3.62); FILE MERGED 2007/03/05 09:45:20 cn 1.3.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [56a85e4721a47ee2e1777fcae616853011eb269c]

        INTEGRATION: CWS qadev29 (1.2.62); FILE MERGED 2007/03/05 09:45:20 cn 1.2.62.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c426647c48c670ffd63e66321acdf2beaa7a1689]

        INTEGRATION: CWS qadev29 (1.4.52); FILE MERGED 2007/03/05 09:45:20 cn 1.4.52.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [855e50090f976fdc55080b36c2a8b4c7328a9d31]

        INTEGRATION: CWS qadev29 (1.2.102); FILE MERGED 2007/03/05 09:18:13 cn 1.2.102.1: #i75120# since #74051 all models support the css.beans.PropertyBag

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [65e91b76fca686dc94eb5008e42bc41892c36640]

        INTEGRATION: CWS qadev29 (1.6.50); FILE MERGED 2007/03/09 13:43:35 lla 1.6.50.1: #i72675# '+' forgotten

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6d76efd2b92e064ead8ffd3f0f131477fb7a171d]

        INTEGRATION: CWS qadev29 (1.5.50); FILE MERGED 2007/03/09 13:43:36 lla 1.5.50.1: #i72675# '+' forgotten

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f0009bc7e4c33c8bdddc0ed7465e75993c3582d0]

        INTEGRATION: CWS xsltfilter07 (1.12.30); FILE MERGED 2007/04/18 17:37:41 sus 1.12.30.1: #i68071# adding table.xsl to the patch

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8f3488545ea284445985223ec123b88e6e23bb5b]

        INTEGRATION: CWS xsltfilter07 (1.159.16); FILE MERGED 2007/04/18 17:40:54 sus 1.159.16.5: #i68071# adding further xhtml related xsl files to the patch 2007/04/18 17:38:53 sus 1.159.16.4: #i68071# adding further xhtml related xsl files to the patch 2007/04/03 15:59:45 sus 1.159.16.3: RESYNC: (1.170-1.184); FILE MERGED 2006/11/02 19:55:40 sus 1.159.16.2: RESYNC: (1.159-1.170); FILE MERGED 2006/08/02 11:17:17 sus 1.159.16.1: #i68071# correcting typo to common:node-set function

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [77675d3acd91209dc4badc066e4772de9fb8e55e]

        INTEGRATION: CWS xsltfilter07 (1.5.14); FILE MERGED 2007/04/17 18:37:21 sus 1.5.14.1: #i75729# exchanging wrong javadoc parameter value

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e3034c4f2bb98acb2c1fec3475c61727bf82df6a]

        INTEGRATION: CWS xsltfilter07 (1.4.14); FILE MERGED 2007/04/17 18:34:57 sus 1.4.14.1: #i75728# exchanging wrong javadoc parameter in sourcecode from @returns to @return

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [88b165e02af62f767e360849a082761297e4d874]

        INTEGRATION: CWS xsltfilter07 (1.5.14); FILE MERGED 2007/04/17 18:32:36 sus 1.5.14.1: #i75728# exchanging wrong javadoc parameter in sourcecode from @returns to @return

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4f4104628bce0bf8601b438df10ca9d67465982d]

        INTEGRATION: CWS xsltfilter07 (1.3.14); FILE MERGED 2007/04/17 18:32:08 sus 1.3.14.1: #i75728# exchanging wrong javadoc parameter in sourcecode from @returns to @return

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b5fdd2f0500fd076f43a0f220adc379f60303cd6]

        INTEGRATION: CWS xsltfilter07 (1.3.14); FILE MERGED 2007/04/17 18:31:05 sus 1.3.14.1: #i75728# exchanging wrong javadoc parameter in sourcecode from @returns to @return

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c3b9f96a70c9c8db7c59c9a4a6b62cb85b6eb222]

        INTEGRATION: CWS xsltfilter07 (1.3.14); FILE MERGED 2007/04/17 18:46:46 sus 1.3.14.1: #i75724# Fixing Javadoc

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [753b3d8084aa860baa31a7524f0bce7cbde15b3f]

        INTEGRATION: CWS xsltfilter07 (1.2.20); FILE MERGED 2006/11/09 15:02:52 sus 1.2.20.1: #i71256# Commiting the Patches provided by Hendrik Just the author of this filter

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9bc0e91fdd98970582d51036f82c4ce7f25435d3]

        INTEGRATION: CWS xsltfilter07 (1.3.20); FILE MERGED 2006/11/09 15:02:51 sus 1.3.20.1: #i71256# Commiting the Patches provided by Hendrik Just the author of this filter

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c3a0c5b9df7d706d6b0a9398975661dca4b8b790]

        INTEGRATION: CWS xsltfilter07 (1.2.20); FILE MERGED 2006/11/09 15:02:51 sus 1.2.20.1: #i71256# Commiting the Patches provided by Hendrik Just the author of this filter

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ffda431a766aa843b0307fffb45afd97c310cd00]

        INTEGRATION: CWS xsltfilter07 (1.4.14); FILE MERGED 2007/04/17 14:24:05 sus 1.4.14.1: #i65831 Patch for URL encoding of Names

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [53c34c3dc8a5ce69294cc40f51da3b7256a4e4ce]

        INTEGRATION: CWS xsltfilter07 (1.16.140); FILE MERGED 2007/04/17 17:18:48 sus 1.16.140.4: #i75767# The XSLTFilter.jar is no longer in the Office classpath, therefore the context classloader aware of the CLASSPATH of the JAR Manifest have to be set, otherwise the Xalan.jar (listed in the JAR Manifest) won't be found 2006/11/03 13:23:45 sus 1.16.140.3: #i68071# Refactored source code. Released resources correctly 2006/11/02 19:47:51 sus 1.16.140.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/01 16:04:55 sus 1.16.140.1: #i45865# Closing input streams

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5c78760b7d9b223ff819f86ecb299b6093625298]

        INTEGRATION: CWS xsltfilter07 (1.5.184); FILE MERGED 2007/04/03 15:43:12 sus 1.5.184.3: RESYNC: (1.6-1.7); FILE MERGED 2006/11/02 19:46:01 sus 1.5.184.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/01 13:27:54 sus 1.5.184.1: #i60762# import/export XSLT filter with the same name caused an exception, which now will be ignored. Behavior should change in OOo3

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6d45bc0bc5f91cf37503d89eb8e85f20d15e97ec]

        INTEGRATION: CWS xsltfilter07 (1.5.140); FILE MERGED 2007/01/19 16:58:29 sus 1.5.140.5: #i72827# Adding line break in cells, but unfixable due to Excel bug 2007/01/19 16:57:45 sus 1.5.140.4: #i68011# Line break was a different bug,therefore remove again 2007/01/19 16:55:12 sus 1.5.140.3: #i68011# Adding line break in cells, but unfixable due to Excel bug 2007/01/19 16:53:16 sus 1.5.140.2: #i68011# repeated background fix - adding repetition scenario less than full 2007/01/11 20:49:56 sus 1.5.140.1: #i68011# repeated background fix

2007-06-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bfd894def0a731485456cffea32ff4a70070b3e0]

        INTEGRATION: CWS brofficereadme (1.28.4); FILE MERGED 2007/06/01 10:38:53 ihi 1.28.4.3: #i76714# Replace OpenOffice.org with PRODUCTNAME in readme 2007/06/01 09:39:48 ihi 1.28.4.2: #i76714# Replace OpenOffice.org with PRODUCTNAME in readme 2007/05/31 12:29:08 ihi 1.28.4.1: #i77985# Replace OpenOffice.org with PRODUCTNAME in readme

2007-06-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [0b6d512503c9e0cdd84d979b2ac27579c42f7e0a]

        addapting stuff to OS' wise comments

2007-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [1554d40313c3ba39317297be3915adcb4d232a3b]

        comments aka annotations

2007-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [4f2cd82114c3f1ccbe2f4d518abace2707fb63d4]

        do not use indent anymore

2007-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [9100357dd6d031f9f683f0c82ecc28acf16f3da2]

        cosmetics

2007-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [eedf2058e9c28da91b799811bc6ad2237c2abacb]

        use constant identifiers for sprm ids

2007-06-04  Henning Brinkmann  <hbrinkm@openoffice.org>  [7ebc0db32cff3882b2a6cf8aca6772b5191762b8]

        comments aka annotations

2007-05-31  Vladimir Glazounov  <vg@openoffice.org>  [bef253e0958a7cfb230396b382ad0bfba2810a1d]

        #i10000# SmResId() takes an USHORT instead of int.

2007-05-31  Rüdiger Timm  <rt@openoffice.org>  [42f2634e36cea55a2b2db8f446f97385d0239703]

        #i10000# TL: cast nRID to USHORT to avoid warning.

2007-05-31  Rüdiger Timm  <rt@openoffice.org>  [672612996cae28b26a3a379e4e2e94b775d1b17a]

        #i10000# ResId changed into SmResId.

2007-05-31  Rüdiger Timm  <rt@openoffice.org>  [97fe7f36fea736d009e05d0438c75076d631b142]

        #i10000# SwTable::IsSelectionRectangular removed again.

2007-05-30  Vladimir Glazounov  <vg@openoffice.org>  [8ef875b84a07ba808176b6c95edaf2a3f16c9878]

        new version for SRC680

2007-05-30  Vladimir Glazounov  <vg@openoffice.org>  [3a4cf5939a6597c2b7fb6a13f68ec5c894f5cde4]

        new version for SRC680

2007-05-30  Rüdiger Timm  <rt@openoffice.org>  [c68b930b37b268bd79831c1ac0da207ce27dd1cb]

        #i10000# Duplicate target 'XEnumTypeDescription'

2007-05-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [6a68102ca94e95c5a6ec65470e21fe1f8a342cbe]

        fix some missing commas

2007-05-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [2cc87ea43f447a0a7e3dcfc2d1004601708a2714]

        trying to pass the style applied to the recent paragraph

2007-05-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [8d91cf8cce2d234f13723aaba0a6299eec904a64]

        put the string generation responsibility ouside the function

2007-05-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [cb666ffa739aaedd3d83cb1d2036bf1d777fecfc]

        oops, this one looks like working even though it looks like swapped values

2007-05-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [5aa22a2f8752f58b0dc8e36e3956062fe0f7d3af]

        identify styles by strings (work in progress)

2007-05-30  Rüdiger Timm  <rt@openoffice.org>  [980f6b10acc0570d957f172e61a009cb374dd008]

        #i10000# Remove 'xmlsecurity' (again) from list of modules with warnings. (Got re-introduced by mistake during conflict resolution of CWS tl32 integration.)

2007-05-30  Rüdiger Timm  <rt@openoffice.org>  [040c570cca91ffad231de1d54e5e514431945a18]

        #i10000# Generate new configure after integration of CWS mingwport04 and CWS headless01.

2007-05-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [528730b49b4842353a0922414ac658915aa41fbf]

        use constant identifiers for sprm ids

2007-05-30  Rüdiger Timm  <rt@openoffice.org>  [30d045ab220d8590ab1e17b629368b08993fe7c0]

        SRC680

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [644541cd9961419c47b814c91eb428892baba1bf]

        INTEGRATION: CWS os97 (1.34.308); FILE MERGED 2007/05/14 13:54:05 os 1.34.308.1: #i73321# fix offset in horizontal ruler in RTL mode

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [4a7ae6e37c469c863fe1e2ab08b7fbcb4dd5d619]

        INTEGRATION: CWS os97 (1.18.16); FILE MERGED 2007/05/14 09:01:47 os 1.18.16.1: #i77334# assertion fixed

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [7b8bf69bde7384bc1ab442c19678e8784f509d26]

        INTEGRATION: CWS os97 (1.4.24); FILE MERGED 2007/05/15 11:52:45 hbrinkm 1.4.24.1: #i77053# applied patch

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [09bf71e6a76ff7620ed63183bc651b66834df176]

        INTEGRATION: CWS os97 (1.17.308); FILE MERGED 2007/05/14 09:17:50 os 1.17.308.1: #i71805# disable RTL of table dimension text

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [b06b3b51dce5b2ec1a03cb49ba19412b5a750175]

        INTEGRATION: CWS os97 (1.30.308); FILE MERGED 2007/05/15 12:17:28 hbrinkm 1.30.308.1: #i76140# applied patch

2007-05-29  Fridrich Štrba  <fridrich_strba@openoffice.org>  [bc9e14ebd263ab732e5637e410377e8b45d43e90]

        a little unsignificant change I don't want to keep on my disk only

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [674c0f41b8a19c2a88edd41d0466a6562b8f80c4]

        INTEGRATION: CWS os97 (1.56.206); FILE MERGED 2007/05/14 07:40:40 os 1.56.206.1: #i77009# always apply EmDash in Russian and Ukrainian

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [4dfeebfcfe39faab99801376328c4dfe053ed5d7]

        INTEGRATION: CWS os97 (1.118.66); FILE MERGED 2007/05/14 07:12:42 os 1.118.66.1: #i75084# patch regarding property RedlineDisplayType applied

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [96a414a1be167a0d25dd7640b622cc0487396aa7]

        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-29  Henning Brinkmann  <hbrinkm@openoffice.org>  [55e743b703743637da3ab9d492e295821648f3e2]

        use constant identifiers for sprm ids

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [d3df8638bb378997932455ed4778eabe9bc77f23]

        #i10000# No german strings in src files any more.

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [80a4a504e11e96377932eb3dad492a7ab6e3ee9f]

        INTEGRATION: CWS webhtml (1.90.62); FILE MERGED 2007/04/12 16:14:57 cd 1.90.62.2: RESYNC: (1.90-1.91); FILE MERGED 2007/04/04 10:08:57 cd 1.90.62.1: #i74477# Web HTML feature

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [29f941606fa246de803ca3baf0d4f42ee1818535]

        INTEGRATION: CWS webhtml (1.70.106); FILE MERGED 2007/04/04 11:54:12 cd 1.70.106.3: #i74477# Fixed warning with gcc 2007/04/04 11:48:33 cd 1.70.106.2: #i74477# Web HTML feature. Added error message for non-existing web browser 2007/04/04 10:08:57 cd 1.70.106.1: #i74477# Web HTML feature

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [f9113e17cc758b806e212c5a9d51c278497e6049]

        INTEGRATION: CWS webhtml (1.49.288); FILE MERGED 2007/04/04 11:48:32 cd 1.49.288.1: #i74477# Web HTML feature. Added error message for non-existing web browser

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [c43530cb52836b1c132edcd4484383e5ab37aea1]

        INTEGRATION: CWS webhtml (1.8.288); FILE MERGED 2007/04/04 11:48:32 cd 1.8.288.1: #i74477# Web HTML feature. Added error message for non-existing web browser

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [9e5a1e3f866c3f776c7a67e313003c0498d0dfb6]

        INTEGRATION: CWS webhtml (1.7.288); FILE MERGED 2007/04/04 10:08:48 cd 1.7.288.1: #i74477# Web HTML feature

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [da8b4cbc4be77063e608abb14d52cb9a217c50a6]

        INTEGRATION: CWS webhtml (1.74.288); FILE MERGED 2007/04/12 16:15:38 cd 1.74.288.2: RESYNC: (1.74-1.75); FILE MERGED 2007/04/04 10:08:47 cd 1.74.288.1: #i74477# Web HTML feature

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [8ca9afe7bc762a0e8c8de8857c7aee38fdbd3c70]

        INTEGRATION: CWS webhtml (1.27.132); FILE MERGED 2007/04/04 09:59:17 cd 1.27.132.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [2bdd6698c47d54c4af485dc9e9531840a72a50fd]

        INTEGRATION: CWS webhtml (1.23.132); FILE MERGED 2007/04/04 09:59:16 cd 1.23.132.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [09b65023346fd112aa903fde7690578ecb3729ec]

        INTEGRATION: CWS webhtml (1.24.132); FILE MERGED 2007/04/04 09:59:16 cd 1.24.132.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [bfbaf5f958e93cd37f4c481958651d9a210b1332]

        INTEGRATION: CWS webhtml (1.26.156); FILE MERGED 2007/04/04 09:55:19 cd 1.26.156.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [bbacfed0a6808e3c7d2c36d16787831183a16425]

        INTEGRATION: CWS webhtml (1.30.66); FILE MERGED 2007/04/04 10:05:34 cd 1.30.66.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [e34e08406a9e17ff2b6cadab5cbdebc0833bf81a]

        INTEGRATION: CWS webhtml (1.26.64); FILE MERGED 2007/04/04 10:05:34 cd 1.26.64.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Rüdiger Timm  <rt@openoffice.org>  [6280c8af9b6f664051cb39ae9e8dbb26e1625d22]

        INTEGRATION: CWS webhtml (1.53.54); FILE MERGED 2007/04/12 12:45:42 cd 1.53.54.2: RESYNC: (1.53-1.54); FILE MERGED 2007/04/04 09:44:13 cd 1.53.54.1: #i74477# Make changes proposed by ux discussion

2007-05-29  Fridrich Štrba  <fridrich_strba@openoffice.org>  [b796595e7c0b919c0d1fb0f9a55f1da84f3ef2d9]

        a little tiny function in preparation of string as styleId

2007-05-29  Gerd Weiss  <gm@openoffice.org>  [879c3b118ed20ce0442d910f774cdd72dace7305]

        INTEGRATION: CWS pj80 (1.2.4); FILE MERGED 2007/05/26 09:09:16 pjanik 1.2.4.1: #i77818#: remove extra qualification of setCellAny.

2007-05-29  Gerd Weiss  <gm@openoffice.org>  [cd5bba1fa4082c4796c84ef02053ae128ce139ea]

        INTEGRATION: CWS pj80 (1.101.10); FILE MERGED 2007/05/25 15:08:44 pjanik 1.101.10.1: #i77793#: ULONG -> sal_uInt32 to match declaration.

2007-05-29  Gerd Weiss  <gm@openoffice.org>  [ffa0422b7d83c9906e5eee1733354d93000267b0]

        INTEGRATION: CWS pj80 (1.2.10); FILE MERGED 2007/05/26 10:28:22 pjanik 1.2.10.1: #i77826#: Remove SISSL.

2007-05-29  Gerd Weiss  <gm@openoffice.org>  [a57dc4c7b8fc6e3e0049dcb7a25b683a31e30332]

        INTEGRATION: CWS pj80 (1.37.102); FILE MERGED 2007/05/25 14:45:35 pjanik 1.37.102.1: #i77808#: Add language ka.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1c09510978a6af88e0df3dd41c86d074ee6c636e]

        INTEGRATION: CWS native91 (1.233.6); FILE MERGED 2007/05/22 14:41:42 is 1.233.6.1: #147874# ENABLE_HEADLESS together with cws headless01

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5226a1e16dbe8c9638321eea339d5d33ca99812d]

        INTEGRATION: CWS native91 (1.51.12); FILE MERGED 2007/05/22 14:41:42 is 1.51.12.1: #147874# ENABLE_HEADLESS together with cws headless01

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a0f14cd289ccd293f13fa13ae523e65e93d63cd4]

        INTEGRATION: CWS xmllintforsolver (1.3.74); FILE MERGED 2007/05/21 14:57:02 fridrich_strba 1.3.74.1: deliver xmllint

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ea3d77adbbcb73c019e015c0e65e8e88750f38a7]

        INTEGRATION: CWS xmllintforsolver (1.16.4); FILE MERGED 2007/05/21 14:57:01 fridrich_strba 1.16.4.1: deliver xmllint

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [12310ea47614b0a6e4e6f6df912ebed51001051a]

        INTEGRATION: CWS autotext02_SRC680 (1.33.136.2.12); FILE MERGED 2007/05/15 16:31:56 mav 1.33.136.2.12.1: #i77356# fix the storing of the objects

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4668bb73b2e528bd4b99875b2149d7da7eb7dfa7]

        INTEGRATION: CWS notepaint_SRC680 (1.31.40); FILE MERGED 2007/05/11 17:15:11 nn 1.31.40.1: #i74740# Paint: no own paint for outliner view

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c1c5b944230ed78a019d0a969a64c20dba7bd57a]

        INTEGRATION: CWS headless01 (1.37.102); FILE MERGED 2007/05/08 14:05:04 cmc 1.37.102.1: #i76958# add unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0e5ad844b038f6da3695d07824c4b5581cb546c7]

        INTEGRATION: CWS headless01 (1.1.2); FILE ADDED 2007/05/08 14:05:04 cmc 1.1.2.1: #i76958# add unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [cb6ce2a1b66badf863d84dd265f6025ac9a275ed]

        INTEGRATION: CWS headless01 (1.1.2); FILE ADDED 2007/05/08 14:18:25 cmc 1.1.2.2: #i76958# add unix headless vcl plug 2007/05/08 14:05:04 cmc 1.1.2.1: #i76958# add unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [cc95e7292fe4b055756a0f55026de5c99c733af3]

        INTEGRATION: CWS headless01 (1.50.10); FILE MERGED 2007/05/08 12:41:15 cmc 1.50.10.1: #i76958# add configure support for unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d0768dcc4c1e414242f028e256b5e4e1f66eb37a]

        INTEGRATION: CWS headless01 (1.230.6); FILE MERGED 2007/05/08 12:41:15 cmc 1.230.6.1: #i76958# add configure support for unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b996cb1ecaf8d45fde3aa7e21b4fb5961d1734bc]

        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>  [1d28123bae8ee7648be4edab08b24c3a4f1f4a69]

        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>  [752ed90119f7a49478e1f0548cb44fcd1824d450]

        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>  [b69ae4bbc228460017d20d5dad11405a8c0be782]

        INTEGRATION: CWS headless01 (1.141.4); FILE MERGED 2007/05/08 12:25:55 cmc 1.141.4.1: #i76958# add configure support for unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2a6e7c173c30437957b16564f1950bf01fd8552f]

        INTEGRATION: CWS headless01 (1.201.4); FILE MERGED 2007/05/09 07:09:59 cmc 1.201.4.2: #i76958# add unix headless vcl plug 2007/05/08 12:25:55 cmc 1.201.4.1: #i76958# add configure support for unix headless vcl plug

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [12f875de7c963c9769cf4281bf0abc00385d5820]

        INTEGRATION: CWS extras230 (1.4.114); FILE MERGED 2007/05/07 07:50:37 ih 1.4.114.1: #i59918# German Text removed Issue number: Submitted by: Reviewed by:

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [dd7c7e788dfdd56db778d0aecb83348dd742dfc2]

        INTEGRATION: CWS extras230 (1.4.114); FILE MERGED 2007/05/08 11:04:18 va 1.4.114.2: #i59918# Corrected Placeholder Fields. 2007/05/07 07:50:37 ih 1.4.114.1: #i59918# German Text removed Issue number: Submitted by: Reviewed by:

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [84064a9adf0bf1095963d43bde1457d78229d6dc]

        INTEGRATION: CWS extras230 (1.4.114); FILE MERGED 2007/05/07 07:49:47 ih 1.4.114.1: #i59918# German Text removed Issue number: Submitted by: Reviewed by:

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [78a6c92a6cf52dad37068f533809ed0a717aeaf2]

        INTEGRATION: CWS extras230 (1.4.114); FILE MERGED 2007/05/08 11:04:18 va 1.4.114.2: #i59918# Corrected Placeholder Fields. 2007/05/07 07:49:47 ih 1.4.114.1: #i59918# German Text removed Issue number: Submitted by: Reviewed by:

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d856a3baf6e503efa618df9961ac0b90579fd774]

        INTEGRATION: CWS extras230 (1.2.196); FILE MERGED 2007/04/26 15:53:21 ih 1.2.196.1: #i59027# Asian Language Settings corrected Issue number: Submitted by: Reviewed by:

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [22dfb78c366b8aa90100bfeab024b5909721a5cc]

        INTEGRATION: CWS extras230 (1.3.62); FILE MERGED 2007/05/07 09:30:50 va 1.3.62.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f8a16dfc8492e63452315adb1519ac22d2678cad]

        INTEGRATION: CWS extras230 (1.2.144); FILE MERGED 2007/05/07 09:30:50 va 1.2.144.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f4d5d36cfb89b074fe5f36860a0dff3026e731e8]

        INTEGRATION: CWS extras230 (1.3.20); FILE MERGED 2007/05/07 09:30:49 va 1.3.20.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [21e8c4cda8e95eb75db9b47ae7f766054f1f775b]

        INTEGRATION: CWS extras230 (1.2.144); FILE MERGED 2007/05/07 09:30:49 va 1.2.144.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [81bd6974d09ee8171d7c1f0289d69f6b037a4f88]

        INTEGRATION: CWS extras230 (1.2.144); FILE MERGED 2007/05/07 09:30:48 va 1.2.144.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6619ef368691d226b5f69fad0a5c6e804c6e29fb]

        INTEGRATION: CWS extras230 (1.2.144); FILE MERGED 2007/05/07 09:30:47 va 1.2.144.1: #i72284# Added MHz, GHz and THz.

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6ec5752126e951d101f842e90d3fc28ad237a89d]

        INTEGRATION: CWS swautomaticfixes (1.77.88); FILE MERGED 2007/04/12 05:08:00 fme 1.77.88.2: #i75750# Remove any attributes from automatic style text attribute, which are already set at the whole paragraph 2007/04/10 14:52:32 fme 1.77.88.1: i74452# Not all cases in RstAttr were handled correctly

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c148f86b01d7ee9e5b816d3c20d1504e220f8fff]

        INTEGRATION: CWS swautomaticfixes (1.8.268); FILE MERGED 2007/04/12 09:03:49 fme 1.8.268.1: i75355# Make SwTxtAttrIterator aware of automatic styles

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d684b0b122ab6c902af4faed80aef2f1621a0dac]

        INTEGRATION: CWS swautomaticfixes (1.49.8); FILE MERGED 2007/04/24 10:32:02 fme 1.49.8.3: #i76133# Moved fix to cws swvalgrind 2007/04/12 05:08:00 fme 1.49.8.2: #i75750# Remove any attributes from automatic style text attribute, which are already set at the whole paragraph 2007/04/10 10:55:28 fme 1.49.8.1: #i76133# pHtEnd might already be deleted

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [958a653a239ce8cfc59cda6b1aab9fe626c50212]

        INTEGRATION: CWS swautomaticfixes (1.8.180); FILE MERGED 2007/04/12 05:08:00 fme 1.8.180.1: #i75750# Remove any attributes from automatic style text attribute, which are already set at the whole paragraph

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6a7e778bf1eaad981d998647a608484b3c37f3f7]

        INTEGRATION: CWS swautomaticfixes (1.34.92); FILE MERGED 2007/04/12 08:12:36 fme 1.34.92.1: #i76273# Restore paragraph style name items in Put()

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [3914173b7588acefb4c153b2df87030f4ac2556b]

        INTEGRATION: CWS swautomaticfixes (1.14.180); FILE MERGED 2007/04/12 11:44:52 fme 1.14.180.1: #i74756# Attribute search did not work if two adjacent portions contain the requested attributes

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a591d1c38a5a9eca044ea64303221cf0d39218d3]

        INTEGRATION: CWS swautomaticfixes (1.134.36); FILE MERGED 2007/04/23 10:14:14 fme 1.134.36.2: RESYNC: (1.134-1.135); FILE MERGED 2007/04/10 10:51:20 fme 1.134.36.1: #i75398# Don't forget to export character style if there are additional hard attributes set at fields

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5ffa33f6031988435928c9c06919d19155688d95]

        INTEGRATION: CWS swautomaticfixes (1.20.68); FILE MERGED 2007/04/10 10:51:20 fme 1.20.68.1: #i75398# Don't forget to export character style if there are additional hard attributes set at fields

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e03fcb6f701ad9dcb648e22531e6e9285f28599b]

        INTEGRATION: CWS swautomaticfixes (1.72.8); FILE MERGED 2007/04/10 10:51:20 fme 1.72.8.1: #i75398# Don't forget to export character style if there are additional hard attributes set at fields

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [7ffa6d276a6194991aa2ac13c57153625fc49886]

        INTEGRATION: CWS swqbf93 (1.3.6); FILE MERGED 2007/03/26 10:27:45 fme 1.3.6.2: #i60390# Don't crash on ww8 export of tables with 'hidden' rows 2007/03/26 07:26:51 ama 1.3.6.1: Fix #i75324#: Equal splitting of cells

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ca9d97a1b5d013fc3f2d7db4e32c2bdbb809f1cf]

        INTEGRATION: CWS mhu16 (1.3.126); FILE MERGED 2007/04/04 15:49:51 mhu 1.3.126.1: #i72741# Fixed rtl_arena_segment_alloc() to fall back to first fit allocation on highest possible freelist (instead of trying to round up to next power of two).

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4fafaccb19ddef410bb3127fe960ab5b08daaad6]

        INTEGRATION: CWS mhu16 (1.5.36); FILE MERGED 2007/04/02 10:57:05 mhu 1.5.36.1: #i74352: Fix infinite recursion in Stream::readSomeBytes().

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c183ce3350114dffa02fa20fa5a0c9c38e578efa]

        INTEGRATION: CWS swqbf93 (1.66.38); FILE MERGED 2007/04/04 11:16:07 ama 1.66.38.1: #Fix #i76052#: Auto save must not change the undo no-modify-position

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4cd6100dd5d64b2e212b7242e38ecb93d741397c]

        INTEGRATION: CWS swqbf93 (1.131.38); FILE MERGED 2007/04/11 09:04:42 hbrinkm 1.131.38.1: #i74486# patch applied

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [02d305d77d459e931d0234a3271010dbcc9b2807]

        INTEGRATION: CWS swqbf93 (1.98.24); FILE MERGED 2007/02/12 09:45:54 od 1.98.24.1: #i36594# fix provided by mloiseleur@openoffice.org: 	 method <GetWordDefaultDateStringAsUS(..)> 	 - consider that a default date format can have alreay 4 year digits

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2938f89ab679f6d9906ae7d30541433cb644d9ff]

        INTEGRATION: CWS swqbf93 (1.92.32); FILE MERGED 2007/04/05 08:26:09 ama 1.92.32.1: Fix i76120#: Too many columns to export

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f5de42b9de7853baf3060a729635aa740ae66257]

        INTEGRATION: CWS swqbf93 (1.14.32); FILE MERGED 2007/03/26 10:27:58 fme 1.14.32.1: #i60390# Don't crash on ww8 export of tables with 'hidden' rows

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [55b0d2f3cd8f248c4734914c63b4980fde846027]

        INTEGRATION: CWS swqbf93 (1.26.66); FILE MERGED 2007/03/20 10:23:35 od 1.26.66.2: RESYNC: (1.26-1.27); FILE MERGED 2007/03/07 10:29:24 ama 1.26.66.1: Fix #i70597#: Saving table line attributes for Undo

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [bb5f6a8fb049f88da54c39d455e71ddd8bb0e046]

        INTEGRATION: CWS swqbf93 (1.20.68); FILE MERGED 2007/03/26 09:09:04 ama 1.20.68.1: Fix #i75675#: PaMs needs to be corrected before deletion

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [942f34ab4f3bbe12466ccb789a7d58b992e15f29]

        INTEGRATION: CWS swqbf93 (1.21.150); FILE MERGED 2007/04/04 11:14:56 ama 1.21.150.1: #Fix #i76052#: Auto save must not change the undo no-modify-position

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a285886339ab0f9e4427605c47aed88cf1888abc]

        INTEGRATION: CWS swqbf93 (1.3.34); FILE MERGED 2007/03/26 14:30:45 fme 1.3.34.2: #144862# Better handling  of table in table case in GetTblBox 2007/03/26 10:27:45 fme 1.3.34.1: #i60390# Don't crash on ww8 export of tables with 'hidden' rows

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [788ca31b8f6116c9764bdde7ab203e8880131e92]

        INTEGRATION: CWS swqbf93 (1.34.32); FILE MERGED 2007/03/26 09:07:05 ama 1.34.32.1: Fix #i75675#: PaMs needs to be corrected before deletion

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b9fbf62555e2c70a8393614fb86c8b3a994262bf]

        INTEGRATION: CWS swqbf93 (1.18.150); FILE MERGED 2007/02/26 14:48:59 ama 1.18.150.1: Fix #i72501#: Compare documents failed

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4be23ad0fb50c8ed40e3644f461f552986029175]

        INTEGRATION: CWS swqbf93 (1.19.126); FILE MERGED 2007/05/15 07:30:42 fme 1.19.126.2: #i75180# Also consider regexp x00AD 2007/03/23 14:30:31 fme 1.19.126.1: #i75180# Do not ignore softhyphen during find if the search string consists of exacly one softhyphen

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [829279505c4cf49ec8e6473a9a163ffdf99f0e74]

        INTEGRATION: CWS swqbf93 (1.15.32); FILE MERGED 2007/03/26 10:20:39 fme 1.15.32.1: #i60390# Don't crash on ww8 export of tables with 'hidden' rows

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [283e553d29c4e23d55af8c8b44b384eb59f6b87c]

        INTEGRATION: CWS swqbf93 (1.133.32); FILE MERGED 2007/04/04 11:16:45 ama 1.133.32.1: #Fix #i76052#: Auto save must not change the undo no-modify-position

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f573807cd173074fda5d41f1ccd42dfa51e6ae10]

        INTEGRATION: CWS swqbf93 (1.3.136); FILE MERGED 2007/04/04 11:18:12 ama 1.3.136.1: #Fix #i76052#: Auto save must not change the undo no-modify-position

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0e6da046527ce8839237dd7036cba5fde98d93c5]

        INTEGRATION: CWS tl32 (1.18.20); FILE MERGED 2006/11/01 13:10:08 tl 1.18.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:12 tl 1.18.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [57deee90ebc7d4cd3d25157fbc52adf961c6dffb]

        INTEGRATION: CWS tl32 (1.35.20); FILE MERGED 2007/04/16 13:03:35 tl 1.35.20.6: #i69286# warning-free code 2007/01/31 10:06:22 tl 1.35.20.5: #i69286# casting sal_UCS4 to sal_Unicode for the time being 2006/12/20 12:17:02 tl 1.35.20.4: #i69286# warning-free code 2006/11/02 15:13:54 tl 1.35.20.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:05 tl 1.35.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:13 tl 1.35.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [221d1a94fd374e8d788aabfc7881f98ca96595d4]

        INTEGRATION: CWS tl32 (1.35.20); FILE MERGED 2007/04/16 13:03:35 tl 1.35.20.6: #i69286# warning-free code 2007/01/31 10:06:22 tl 1.35.20.5: #i69286# casting sal_UCS4 to sal_Unicode for the time being 2006/12/20 12:17:02 tl 1.35.20.4: #i69286# warning-free code 2006/11/02 15:13:54 tl 1.35.20.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:05 tl 1.35.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:13 tl 1.35.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [3d36b7e11bb33ed3669b91520f9e1d6d73cccd1f]

        INTEGRATION: CWS tl32 (1.13.136); FILE MERGED 2006/11/02 15:13:53 tl 1.13.136.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:07:04 tl 1.13.136.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [50b6d277297201e32f0fc60aeb3eabacf1cb7ab4]

        INTEGRATION: CWS tl32 (1.24.16); FILE MERGED 2007/04/11 10:19:51 tl 1.24.16.4: RESYNC: (1.28-1.32); FILE MERGED 2007/01/29 14:44:11 tl 1.24.16.3: RESYNC: (1.25-1.28); FILE MERGED 2006/12/01 12:03:25 tl 1.24.16.2: #i69286# merge conflict solved 2006/11/03 11:42:02 tl 1.24.16.1: #i69286# #140479# warning-free code for linguistic, lingu and starmath

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ea7c546846e2e9f5bb4b60af959b85e7944abeb0]

        INTEGRATION: CWS tl32 (1.22.16); FILE MERGED 2007/04/11 10:23:09 tl 1.22.16.4: RESYNC: (1.28-1.32); FILE MERGED 2007/01/29 14:44:27 tl 1.22.16.3: RESYNC: (1.25-1.28); FILE MERGED 2006/12/01 12:03:26 tl 1.22.16.2: #i69286# merge conflict solved 2006/11/03 11:42:03 tl 1.22.16.1: #i69286# #140479# warning-free code for linguistic, lingu and starmath

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e1755f5bd700893d7edaab6abe395d94b355df65]

        INTEGRATION: CWS tl32 (1.29.16); FILE MERGED 2007/04/11 10:23:16 tl 1.29.16.4: RESYNC: (1.35-1.38); FILE MERGED 2007/01/29 14:44:35 tl 1.29.16.3: RESYNC: (1.32-1.35); FILE MERGED 2006/12/01 12:03:26 tl 1.29.16.2: #i69286# merge conflict solved 2006/11/03 11:42:03 tl 1.29.16.1: #i69286# #140479# warning-free code for linguistic, lingu and starmath

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8b6e1e93eff90de793d35a19af6aed09344cbe4f]

        INTEGRATION: CWS tl32 (1.3.56); FILE MERGED 2006/11/02 15:42:37 tl 1.3.56.1: #140479# warning-free code for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5637bef23198328b9190b9b2fd7259632d48d620]

        INTEGRATION: CWS tl32 (1.4.8); FILE MERGED 2007/01/29 14:45:53 tl 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/26 11:26:03 tl 1.4.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2adb243afb307be1c06b2e43f57a3414bf7a327d]

        INTEGRATION: CWS tl32 (1.5.8); FILE MERGED 2006/11/01 15:14:51 tl 1.5.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:03 tl 1.5.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4eef63c58875d429e914eee279dd71663bd936ba]

        INTEGRATION: CWS tl32 (1.6.56); FILE MERGED 2006/11/02 15:42:37 tl 1.6.56.1: #140479# warning-free code for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2e34d3c0d7bdb6605b2bc33342e8d8915e77eb92]

        INTEGRATION: CWS tl32 (1.19.8); FILE MERGED 2006/11/01 15:14:51 tl 1.19.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:03 tl 1.19.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e9b3aaacc5dc8093efef045efdfd5745ed98ef0e]

        INTEGRATION: CWS tl32 (1.4.8); FILE MERGED 2006/11/01 15:14:52 tl 1.4.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:03 tl 1.4.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2f0bc60439debad45b73dba40c011da9ae636818]

        INTEGRATION: CWS tl32 (1.26.8); FILE MERGED 2006/10/26 11:26:02 tl 1.26.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [72f06de4c69b88a21288d6065c554be562b21250]

        INTEGRATION: CWS tl32 (1.19.20); FILE MERGED 2007/04/11 10:25:58 tl 1.19.20.2: RESYNC: (1.19-1.20); FILE MERGED 2006/10/26 11:26:48 tl 1.19.20.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b2aa1bdd2f5f616a4cef9582a355f2bf2f5a1557]

        INTEGRATION: CWS tl32 (1.25.8); FILE MERGED 2007/01/29 14:45:46 tl 1.25.8.5: RESYNC: (1.25-1.26); FILE MERGED 2006/12/20 12:06:22 tl 1.25.8.4: #140479# warning-free code 2006/12/20 12:03:54 tl 1.25.8.3: #140479# warning-free code 2006/11/02 15:42:25 tl 1.25.8.2: #140479# warning-free code for unxsols4(.pro) 2006/10/26 11:26:02 tl 1.25.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8ad110686c733cfbd4c89c3f54bf13264da74d05]

        INTEGRATION: CWS tl32 (1.4.8); FILE MERGED 2006/10/26 11:26:02 tl 1.4.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [57b84f0aafdab9b8ef05dabf271cca58e0aff476]

        INTEGRATION: CWS tl32 (1.13.44); FILE MERGED 2007/04/11 10:25:50 tl 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/02 15:42:37 tl 1.13.44.1: #140479# warning-free code for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e7719f7ae65453de484d44dee915e42d40669337]

        INTEGRATION: CWS tl32 (1.15.8); FILE MERGED 2006/11/02 15:42:26 tl 1.15.8.3: #140479# warning-free code for unxsols4(.pro) 2006/11/01 15:14:52 tl 1.15.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:02 tl 1.15.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [db5eb3d29e0f58ee393e8799468d8f191a94660f]

        INTEGRATION: CWS tl32 (1.7.8); FILE MERGED 2007/04/17 14:05:28 tl 1.7.8.4: #144139# warning-free code; wrong line fixed 2006/11/02 15:42:26 tl 1.7.8.3: #140479# warning-free code for unxsols4(.pro) 2006/11/01 15:14:51 tl 1.7.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:03 tl 1.7.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [017b874c05e46111d801124c8e3091edd5899dcf]

        INTEGRATION: CWS tl32 (1.7.8); FILE MERGED 2006/11/01 15:14:52 tl 1.7.8.1: #140479# warning-free code for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [7a35646137de171fa8e258b59b775898a7d94206]

        INTEGRATION: CWS tl32 (1.4.34); FILE MERGED 2006/11/02 15:42:37 tl 1.4.34.1: #140479# warning-free code for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [56116604cb246c85718fd43f87f03f520231dc33]

        INTEGRATION: CWS tl32 (1.20.8); FILE MERGED 2006/12/20 12:51:11 tl 1.20.8.2: #i69286# warning-free code 2006/12/20 12:00:38 tl 1.20.8.1: #140479# warning-free code

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1da92ff87a102bdd07dc284d24975af5cef34ed3]

        INTEGRATION: CWS tl32 (1.4.56); FILE MERGED 2006/11/02 15:42:37 tl 1.4.56.1: #140479# warning-free code for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [50851eb8dd68ee2bf3d077d5b3017dd35793fe5b]

        INTEGRATION: CWS tl32 (1.17.8); FILE MERGED 2006/11/01 15:14:51 tl 1.17.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:02 tl 1.17.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4c2db7d4fd6836aede91b28fce44af4a8e2a571d]

        INTEGRATION: CWS tl32 (1.6.26); FILE MERGED 2006/10/26 11:25:48 tl 1.6.26.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b6fade335aa9602e08b81e0ae235428b0a6691dd]

        INTEGRATION: CWS tl32 (1.19.8); FILE MERGED 2007/04/24 14:12:50 tl 1.19.8.4: #i76661# IsEof evaluation fixed (returns o or -1) 2007/04/11 10:25:42 tl 1.19.8.3: RESYNC: (1.19-1.20); FILE MERGED 2006/11/01 15:14:51 tl 1.19.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:02 tl 1.19.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a9b70e29bbaade1fcdb330adbebd9f18bece116c]

        INTEGRATION: CWS tl32 (1.4.56); FILE MERGED 2006/10/26 11:25:48 tl 1.4.56.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b1920c5424f33e3a29c76bf255d9c218bf001e8e]

        INTEGRATION: CWS tl32 (1.6.8); FILE MERGED 2006/12/20 11:56:54 tl 1.6.8.3: #140479# warning-free code 2006/11/01 15:14:51 tl 1.6.8.2: #140479# warning-free code for unxlngi6(.pro) 2006/10/26 11:26:01 tl 1.6.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [2a8b1b44b641465c636ab25cbc719cc1d1d83176]

        INTEGRATION: CWS tl32 (1.7.8); FILE MERGED 2006/10/26 11:26:01 tl 1.7.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [28ac388c04234350b64129e75e05c9b6c0b86f1b]

        INTEGRATION: CWS tl32 (1.9.8); FILE MERGED 2006/10/26 11:26:01 tl 1.9.8.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0bdd321c45d92960c8a1b1a073b66912024bc74d]

        INTEGRATION: CWS tl32 (1.3.28); FILE MERGED 2006/11/02 15:42:11 tl 1.3.28.2: #140479# warning-free code for unxsols4(.pro) 2006/10/26 11:25:32 tl 1.3.28.1: #140479# make linguistic warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8be7414d487c14548732c482267aba1f89489946]

        INTEGRATION: CWS tl32 (1.3.28); FILE MERGED 2006/11/02 15:42:11 tl 1.3.28.2: #140479# warning-free code for unxsols4(.pro) 2006/11/01 15:14:02 tl 1.3.28.1: #140479# warning-free code for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [27bb86170bdefe39986839dbc91fea3593ef48e4]

        INTEGRATION: CWS tl32 (1.11.16); FILE MERGED 2007/04/11 10:23:36 tl 1.11.16.4: RESYNC: (1.17-1.22); FILE MERGED 2007/01/29 14:44:54 tl 1.11.16.3: RESYNC: (1.14-1.17); FILE MERGED 2006/12/01 12:03:26 tl 1.11.16.2: #i69286# merge conflict solved 2006/11/03 11:42:03 tl 1.11.16.1: #i69286# #140479# warning-free code for linguistic, lingu and starmath

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d40a530e47013fdd4936226bcf6f8c69dced4b7b]

        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>  [8bcc68fb9e40c2123b6c7e6a694ff828b51bd73f]

        INTEGRATION: CWS tl32 (1.8.20); FILE MERGED 2006/10/30 10:35:09 tl 1.8.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [cafc4820dfeb51ef7b6332f976d4c63061c8b724]

        INTEGRATION: CWS tl32 (1.44.18); FILE MERGED 2007/04/11 09:39:52 tl 1.44.18.8: RESYNC: (1.45-1.46); FILE MERGED 2006/12/20 12:24:23 tl 1.44.18.7: #i69286# warning-free code 2006/12/04 09:14:19 tl 1.44.18.6: #i69286# make starmath warning-free 2006/12/01 15:23:40 tl 1.44.18.5: #i69286# get rid new warnings because of merging 2006/12/01 15:15:53 tl 1.44.18.4: #i69286# merge conflict solved 2006/12/01 12:00:00 tl 1.44.18.3: #i69286# merge conflict solved 2006/11/01 13:10:09 tl 1.44.18.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:09 tl 1.44.18.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [74b3193a75b8feccd789aa513aa6af8dd19af2b8]

        INTEGRATION: CWS tl32 (1.17.20); FILE MERGED 2006/10/30 10:35:12 tl 1.17.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [15fb3099c1ef6550c74086ac44189b31b3d5cc3d]

        INTEGRATION: CWS tl32 (1.38.20); FILE MERGED 2007/04/11 09:41:01 tl 1.38.20.3: RESYNC: (1.38-1.40); FILE MERGED 2006/11/01 13:10:08 tl 1.38.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:11 tl 1.38.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8da33bce579e7f0740242d28fba1f34ddc7f8a35]

        INTEGRATION: CWS tl32 (1.5.20); FILE MERGED 2006/10/30 10:35:10 tl 1.5.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [de2567735d8605a1c464eae920fbb2de90565d1d]

        INTEGRATION: CWS tl32 (1.3.20); FILE MERGED 2006/11/02 15:13:55 tl 1.3.20.1: #i69286# make starmath warning-free for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1c28dd1ff924c81d9a252586aab64f00876958f0]

        INTEGRATION: CWS tl32 (1.28.20); FILE MERGED 2006/11/01 13:10:08 tl 1.28.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:12 tl 1.28.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [9c50df204727e93ad7f39f9c23154c404658ed53]

        INTEGRATION: CWS tl32 (1.19.20); FILE MERGED 2006/11/01 13:10:08 tl 1.19.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:12 tl 1.19.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [55a8219a9597597974e2680c1595aa6b815a3c5c]

        INTEGRATION: CWS tl32 (1.9.20); FILE MERGED 2006/11/01 13:10:08 tl 1.9.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:10 tl 1.9.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [9f9230c220520dc821bab47edd5a7483bf89b504]

        INTEGRATION: CWS tl32 (1.11.20); FILE MERGED 2006/10/30 10:35:12 tl 1.11.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [9d5586d8be187f855a250c2a21d844d6ab0e642f]

        INTEGRATION: CWS tl32 (1.18.20); FILE MERGED 2006/12/20 12:21:11 tl 1.18.20.3: #i69286# warning-free code 2006/11/01 13:10:07 tl 1.18.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:13 tl 1.18.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1fa5effa42646544b66d466e3d577e9c696649f2]

        INTEGRATION: CWS tl32 (1.32.20); FILE MERGED 2006/11/01 13:10:07 tl 1.32.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:13 tl 1.32.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1f65e67aee4d38de01a875493236ae9eddb20bf3]

        INTEGRATION: CWS tl32 (1.39.20); FILE MERGED 2006/11/01 13:10:07 tl 1.39.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:12 tl 1.39.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0cd919532d3523d434fd65ee17449d780195ead5]

        INTEGRATION: CWS tl32 (1.9.144); FILE MERGED 2007/04/11 14:02:30 tl 1.9.144.3: #i69286# warning-free code 2007/04/11 09:40:53 tl 1.9.144.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/01 13:10:07 tl 1.9.144.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [66ad7b32be2e6d2a3f622fd2969ba9eada6781ba]

        INTEGRATION: CWS tl32 (1.36.20); FILE MERGED 2007/04/11 14:02:30 tl 1.36.20.5: #i69286# warning-free code 2007/04/11 09:40:44 tl 1.36.20.4: RESYNC: (1.36-1.37); FILE MERGED 2006/11/02 15:13:55 tl 1.36.20.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:07 tl 1.36.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:11 tl 1.36.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [fdbf7babab86923cd10b683fb5ef104f388e13e3]

        INTEGRATION: CWS tl32 (1.80.20); FILE MERGED 2007/04/11 09:40:21 tl 1.80.20.4: RESYNC: (1.80-1.81); FILE MERGED 2006/11/02 15:13:55 tl 1.80.20.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:06 tl 1.80.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:09 tl 1.80.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ba4615ff6b8fda1301a8f64c3b3c92afab196468]

        INTEGRATION: CWS tl32 (1.29.6); FILE MERGED 2006/11/02 15:13:54 tl 1.29.6.1: #i69286# make starmath warning-free for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e5b2a205c068b4004c557f8c03c03871c74ce3f7]

        INTEGRATION: CWS tl32 (1.12.20); FILE MERGED 2006/11/01 13:10:06 tl 1.12.20.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e59e7f42a35152823b47578bc24ebce250154c0a]

        INTEGRATION: CWS tl32 (1.36.20); FILE MERGED 2007/04/11 09:39:44 tl 1.36.20.4: RESYNC: (1.36-1.37); FILE MERGED 2006/12/20 12:19:17 tl 1.36.20.3: #i69286# warning-free code 2006/11/01 13:10:06 tl 1.36.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:11 tl 1.36.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [36dd6e9a3c7b4e8788116103571c97291fafe690]

        INTEGRATION: CWS tl32 (1.85.18); FILE MERGED 2006/12/01 12:07:49 tl 1.85.18.4: RESYNC: (1.85-1.86); FILE MERGED 2006/11/02 15:13:54 tl 1.85.18.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:06 tl 1.85.18.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:09 tl 1.85.18.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [848d8319e150d094045cfdd1153a90aa2bc36460]

        INTEGRATION: CWS tl32 (1.4.20); FILE MERGED 2006/10/30 10:35:11 tl 1.4.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c6c4e0f2a94547c641ed2bf1354206ec7101c6a3]

        INTEGRATION: CWS tl32 (1.11.94); FILE MERGED 2006/11/02 15:13:54 tl 1.11.94.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:05 tl 1.11.94.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8058445a09d7a54963b59fad0116196413305816]

        INTEGRATION: CWS tl32 (1.16.20); FILE MERGED 2006/11/01 13:10:05 tl 1.16.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:11 tl 1.16.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0abc0c88872bc96c00f6a8f82826cc8844b842d4]

        INTEGRATION: CWS tl32 (1.4.20); FILE MERGED 2006/10/30 10:35:10 tl 1.4.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4dc516d8fbdf5b5dcbc3e9959f3dc2e4ae5a8a5a]

        INTEGRATION: CWS tl32 (1.18.146); FILE MERGED 2006/11/02 15:13:54 tl 1.18.146.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:05 tl 1.18.146.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [30c476caf36a0a41cc3a9de895739dc8d58b8fb7]

        INTEGRATION: CWS tl32 (1.31.20); FILE MERGED 2006/11/02 15:13:54 tl 1.31.20.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:10:04 tl 1.31.20.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:35:08 tl 1.31.20.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [b0037fb5bd2ae3ef217d51e4f42d56ffdf25ceb5]

        INTEGRATION: CWS tl32 (1.18.70); FILE MERGED 2007/04/11 09:39:12 tl 1.18.70.3: RESYNC: (1.19-1.20); FILE MERGED 2006/12/01 12:06:51 tl 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/02 15:13:53 tl 1.18.70.1: #i69286# make starmath warning-free for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [897a8e4ad54495b7e519205b173f299aafe42a5c]

        INTEGRATION: CWS tl32 (1.8.138); FILE MERGED 2006/11/02 15:13:53 tl 1.8.138.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/10/30 10:34:44 tl 1.8.138.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ed22ad29b05bd422d473aa0da3866a3c5a908675]

        INTEGRATION: CWS tl32 (1.14.138); FILE MERGED 2006/11/02 15:13:53 tl 1.14.138.1: #i69286# make starmath warning-free for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6f9abac46a134d57e4eb208f95d8a676ac8802b3]

        INTEGRATION: CWS tl32 (1.8.146); FILE MERGED 2006/11/02 15:13:53 tl 1.8.146.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/10/30 10:34:44 tl 1.8.146.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ab3e227ad8680a8bc81a8064e36a6481c395bec9]

        INTEGRATION: CWS tl32 (1.16.44); FILE MERGED 2006/11/02 15:13:53 tl 1.16.44.3: #i69286# make starmath warning-free for unxsols4(.pro) 2006/11/01 13:07:04 tl 1.16.44.2: #i69286# make starmath warning-free for unxlngi6(.pro) 2006/10/30 10:34:44 tl 1.16.44.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [383678e799fb2bfe8814ec123ca5af83b874ddb7]

        INTEGRATION: CWS tl32 (1.6.146); FILE MERGED 2006/11/01 13:07:04 tl 1.6.146.1: #i69286# make starmath warning-free for unxlngi6(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0c64047cfa1830b772a89aadb8a49aa8adc751e1]

        INTEGRATION: CWS tl32 (1.13.146); FILE MERGED 2006/11/02 15:13:52 tl 1.13.146.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/10/30 10:34:44 tl 1.13.146.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6aa9b1d3f43f68ff601bfc5b5713fe7e8a032da8]

        INTEGRATION: CWS tl32 (1.29.2); FILE MERGED 2006/12/01 12:06:59 tl 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED 2006/11/02 15:13:52 tl 1.29.2.2: #i69286# make starmath warning-free for unxsols4(.pro) 2006/10/30 10:34:44 tl 1.29.2.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6d054eebeea5da0c5b8bdd2547bf63544efa70fe]

        INTEGRATION: CWS tl32 (1.17.68); FILE MERGED 2006/11/02 15:13:52 tl 1.17.68.1: #i69286# make starmath warning-free for unxsols4(.pro)

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [13a52d70b4c5ed3c88972e6ab92936a3ab1eb4ae]

        INTEGRATION: CWS tl32 (1.3.146); FILE MERGED 2006/10/30 10:34:44 tl 1.3.146.1: #i69286# make starmath warning-free

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a4cce0a435baabeeb5a05fe19e1a9fe6c56f2afd]

        INTEGRATION: CWS mingwport04 (1.10.2); FILE MERGED 2007/04/18 08:45:27 vg 1.10.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [42c82cebfc0f3ac335a58bef5226a943f2556664]

        INTEGRATION: CWS mingwport04 (1.110.28); FILE MERGED 2007/04/18 11:29:05 vg 1.110.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5346b43656db108489a76ea204729abcd6bf5748]

        INTEGRATION: CWS mingwport04 (1.42.28); FILE MERGED 2007/04/18 11:00:59 vg 1.42.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [e73864aa8e32685264fce3254ec4c38280f278c5]

        INTEGRATION: CWS mingwport04 (1.10.4); FILE MERGED 2007/04/25 12:14:48 vg 1.10.4.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d0717943344da3457275cfd369b42747e84f6aab]

        INTEGRATION: CWS mingwport04 (1.1.2); FILE ADDED 2007/04/25 11:41:44 vg 1.1.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8f19d3813b0e41f916fc1723ddfcec17175f5bfc]

        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>  [7d5cda2bd92511a07bb8f259617711c45cd41a9b]

        INTEGRATION: CWS mingwport04 (1.5.26); FILE MERGED 2007/04/18 10:31:18 vg 1.5.26.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [97d0e5446279d2c93a167d53491bdfaeeae09567]

        INTEGRATION: CWS mingwport04 (1.11.20); FILE MERGED 2007/04/18 10:31:17 vg 1.11.20.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1b131d349ca94b8a8d4b83c9a9408d13c88a3a3a]

        INTEGRATION: CWS mingwport04 (1.138.6); FILE MERGED 2007/04/17 13:23:08 vg 1.138.6.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [687c22542ba7cdc92c594359075cd54d684c3752]

        INTEGRATION: CWS mingwport04 (1.198.6); FILE MERGED 2007/05/16 15:25:22 vg 1.198.6.3: #i75844# MinGW port efforts part II 2007/05/14 14:07:57 vg 1.198.6.2: #i75844# MinGW port efforts part II 2007/04/17 13:23:08 vg 1.198.6.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [db50f3b952d9b28014bee7912f89487bb69727c8]

        INTEGRATION: CWS mingwport04 (1.3.18); FILE MERGED 2007/04/18 12:47:24 vg 1.3.18.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a221801720e369ea3771ecdd57f06b1dba22c3f7]

        INTEGRATION: CWS mingwport04 (1.6.2); FILE MERGED 2007/04/18 12:47:23 vg 1.6.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f41e6411f665b76675e6ee214b82c5f5606329a1]

        INTEGRATION: CWS mingwport04 (1.10.2); FILE MERGED 2007/04/18 12:47:23 vg 1.10.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [748c3c314eda2ac67245c9efca9d8c685618a436]

        INTEGRATION: CWS mingwport04 (1.24.2); FILE MERGED 2007/04/18 12:47:23 vg 1.24.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [0fd4402f4de03449d548dabc9541ff7d61adc95c]

        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>  [b043139c6d3cbb2bdeda42b93b54b8a726145d0e]

        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>  [9024a2c3ac9b0685875f4a19a8fef0fdb90cf99c]

        INTEGRATION: CWS mingwport04 (1.35.2); FILE MERGED 2007/04/30 15:50:36 vg 1.35.2.2: #i75844# MinGW port efforts part II 2007/04/17 15:17:09 vg 1.35.2.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [401c4bd6909d6ce3124e4327149fc6524344627b]

        INTEGRATION: CWS mingwport04 (1.5.6); FILE MERGED 2007/05/11 11:41:48 vg 1.5.6.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [58871a324f1a0903fd9b52753f7fba0ff8b6f307]

        INTEGRATION: CWS mingwport04 (1.30.6); FILE MERGED 2007/04/18 13:29:11 vg 1.30.6.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [6839f25642e975354aa0a296ef77b6d65f623a8a]

        INTEGRATION: CWS mingwport04 (1.1.2); FILE ADDED 2007/05/16 13:36:52 vg 1.1.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [7e47093865d5232f67538e94ae76bccc2b2a7769]

        INTEGRATION: CWS mingwport04 (1.2.6); FILE MERGED 2007/04/18 13:23:35 vg 1.2.6.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [358897823c987d248ecdf2e14aa74c479ccaff3a]

        INTEGRATION: CWS mingwport04 (1.3.6); FILE MERGED 2007/04/23 15:23:31 vg 1.3.6.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [dca6b190fab7bcfb3ab36c2f962e4f0a41768b0e]

        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>  [05ecfba04585b7d04ac088fed4bd5f4ed7eff56a]

        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>  [165f18b7872966b12e5f7ed4eec5611d99a2f2b5]

        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>  [1d9f9eb132601e3ad7df23102ceee4eddb35290b]

        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>  [a38ee14976e034a2fc4dbd7bb24d1c399c3c6b56]

        INTEGRATION: CWS mingwport04 (1.19.2); FILE MERGED 2007/05/14 11:49:34 vg 1.19.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5d741d2a26a6003d9ee885b84e7cd71dd8c0f90d]

        INTEGRATION: CWS mingwport04 (1.12.6); FILE MERGED 2007/04/18 09:32:49 vg 1.12.6.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [80e7906d9a060bc1805c973cf19311c6e3a9c420]

        INTEGRATION: CWS mingwport04 (1.31.2); FILE MERGED 2007/04/18 13:23:10 vg 1.31.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [49574d3a0eed802d9acba3445dea658900f1f764]

        INTEGRATION: CWS mingwport04 (1.2.2); FILE MERGED 2007/04/17 15:13:54 vg 1.2.2.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [937b8f667d0a32c7ae210a5eaccb9e0875c4e101]

        INTEGRATION: CWS mingwport04 (1.6.8); FILE MERGED 2007/04/17 14:51:18 vg 1.6.8.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ccae9112283dfd82249c7382cf9e5e826ffcaf16]

        INTEGRATION: CWS mingwport04 (1.70.12); FILE MERGED 2007/04/17 14:20:22 vg 1.70.12.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ec88a93eaad0f5443a0021bea53ba2a1c6967fcb]

        INTEGRATION: CWS mingwport04 (1.2.94); FILE MERGED 2007/04/17 14:20:21 vg 1.2.94.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [fcc155ebc6b21aa36abd9fc7c7a938b93337fb70]

        INTEGRATION: CWS mingwport04 (1.228.10); FILE MERGED 2007/05/16 14:08:02 vg 1.228.10.2: #i75844# MinGW port efforts part II 2007/04/18 10:38:13 vg 1.228.10.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [8b0eb244ea9fa427f045c237f203e1f6b198ba25]

        INTEGRATION: CWS mingwport04 (1.2.14); FILE MERGED 2007/04/18 09:49:37 vg 1.2.14.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [06d83e02dd528c38ec6f9ccd6e952eee1d9d21f8]

        INTEGRATION: CWS mingwport04 (1.3.46); FILE MERGED 2007/04/18 09:45:23 vg 1.3.46.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [4b5678e4108d25aa34f59b03497eb83e41cf471e]

        INTEGRATION: CWS mingwport04 (1.5.14); FILE MERGED 2007/04/18 09:49:37 vg 1.5.14.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5c2575f9740172a87ccd399e46dcac1196c8a788]

        INTEGRATION: CWS mingwport04 (1.13.14); FILE MERGED 2007/04/18 09:45:23 vg 1.13.14.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [342d4b663bba70da744d777da8b313f04c5841e1]

        INTEGRATION: CWS mingwport04 (1.26.2); FILE MERGED 2007/04/18 09:52:49 vg 1.26.2.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [5dc9eb916ad5ec1c225fbcc5e065a32b5858e817]

        INTEGRATION: CWS mingwport04 (1.2.4); FILE MERGED 2007/04/17 13:11:49 vg 1.2.4.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [aadc91a565b72a20e7a3789bb4473c7715e5fca1]

        INTEGRATION: CWS mingwport04 (1.2.4); FILE MERGED 2007/04/17 13:11:48 vg 1.2.4.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [03e6a77ddb8d60060b9ba0aa916a2159e52f814c]

        INTEGRATION: CWS mingwport04 (1.38.2); FILE MERGED 2007/04/17 13:11:48 vg 1.38.2.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [54a0c2a35a3bef61b380d69c34d953713d42d81a]

        INTEGRATION: CWS mingwport04 (1.8.26); FILE MERGED 2007/04/18 11:29:05 vg 1.8.26.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [d21ef08c7328a84e750e06122044eb0c865e9a36]

        INTEGRATION: CWS mingwport04 (1.22.22); FILE MERGED 2007/04/18 11:29:04 vg 1.22.22.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a4ac352facdd4aed883e71cb65dbb9f140b404e2]

        INTEGRATION: CWS mingwport04 (1.3.28); FILE MERGED 2007/04/25 11:46:54 vg 1.3.28.2: #i75844# MinGW port efforts part II 2007/04/18 11:29:46 vg 1.3.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c20ba64d5e0d2f723a1f7aedb22ab5209d49dbe6]

        INTEGRATION: CWS mingwport04 (1.108.26); FILE MERGED 2007/04/18 14:22:44 vg 1.108.26.1: #144877# localized strings

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [41a2e6527fc1bff28d21d90c1e35034d221d15d3]

        INTEGRATION: CWS mingwport04 (1.37.28); FILE MERGED 2007/05/14 11:34:34 vg 1.37.28.2: #i75844# MinGW port efforts part II 2007/05/04 09:54:59 vg 1.37.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [32f863c3430a4355133b7f3c0cf288bd028baad3]

        INTEGRATION: CWS mingwport04 (1.63.28); FILE MERGED 2007/04/18 14:22:44 vg 1.63.28.1: #144877# localized strings

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [9935f20d85c8e4893a9793c8d5beb6d77f1203ef]

        INTEGRATION: CWS mingwport04 (1.85.26); FILE MERGED 2007/04/18 14:22:08 vg 1.85.26.1: #144877# localized strings

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [33370331bd3cdb78cf417364029e1f94dc53dee2]

        INTEGRATION: CWS mingwport04 (1.36.28); FILE MERGED 2007/05/14 11:34:34 vg 1.36.28.2: #i75844# MinGW port efforts part II 2007/05/04 09:54:59 vg 1.36.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [f6dfafeb7d9c508c3c65944e1f7ed32ecfdb65ae]

        INTEGRATION: CWS mingwport04 (1.2.28); FILE MERGED 2007/04/18 11:29:05 vg 1.2.28.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [eab3cacd5a07a723d4a5c835bedf2295d3c90016]

        INTEGRATION: CWS mingwport04 (1.116.16); FILE MERGED 2007/04/18 11:29:05 vg 1.116.16.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [9b12bf15d6c913f2822bc0f039e3695a65016b81]

        INTEGRATION: CWS mingwport04 (1.14.6); FILE MERGED 2007/04/18 12:34:12 vg 1.14.6.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a0d4a785f6bedf5d4c9807ff72996694dccde670]

        INTEGRATION: CWS mingwport04 (1.22.16); FILE MERGED 2007/04/17 14:34:03 vg 1.22.16.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [c489d367c0d9e96bdc809a9e865fd78a41a46783]

        INTEGRATION: CWS mingwport04 (1.2.38); FILE MERGED 2007/04/18 10:41:12 vg 1.2.38.1: #i75844# MinGW port efforts part II

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [ba11f4059f2861c06be96b7b1a1f6d357617041a]

        INTEGRATION: CWS mingwport04 (1.38.2); FILE MERGED 2007/04/17 12:57:36 vg 1.38.2.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [1713e7e394abd31a8e757d32ddf6010da3c45f3c]

        INTEGRATION: CWS mingwport04 (1.6.80); FILE MERGED 2007/04/17 14:12:58 vg 1.6.80.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [45b38f74eb89f766dcf6fcabf7e70eaf7b592d39]

        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>  [eb7a4b2a02d5bab9238b2c6a464086ebab543d01]

        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>  [04c79b4c9cc3a14b2d97654817d984c849dfd0d9]

        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-25  Vladimir Glazounov  <vg@openoffice.org>  [f8697c67e6e53378a46b33e38dcd1e31dec30664]

        INTEGRATION: CWS mingwport04 (1.2.12); FILE MERGED 2007/04/17 13:53:42 vg 1.2.12.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [52ff7a4168f544fd18d5beabbba35d596e632fc6]

        INTEGRATION: CWS mingwport04 (1.7.60); FILE MERGED 2007/04/17 13:53:41 vg 1.7.60.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [87031c6c0d3d1f67317703c9b3dbe8b3997490a7]

        INTEGRATION: CWS mingwport04 (1.13.8); FILE MERGED 2007/04/17 13:53:41 vg 1.13.8.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [a04829eab1af0774366da083cb99b2306edc5409]

        INTEGRATION: CWS mingwport04 (1.3.12); FILE MERGED 2007/04/17 13:53:41 vg 1.3.12.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [fbed283863c64feb068984ef927391793e2d01ba]

        INTEGRATION: CWS mingwport04 (1.2.12); FILE MERGED 2007/04/17 13:53:40 vg 1.2.12.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [78cdd762172320b91a4e64f2f078c55438726eff]

        INTEGRATION: CWS mingwport04 (1.11.8); FILE MERGED 2007/04/17 13:57:29 vg 1.11.8.1: #i75844# MinGW port efforts part 2

2007-05-25  Vladimir Glazounov  <vg@openoffice.org>  [338037c30189ea8bc2fb1fc80152a6d46969aa31]

        INTEGRATION: CWS mingwport04 (1.12.8); FILE MERGED 2007/04/17 13:57:29 vg 1.12.8.1: #i75844# MinGW port efforts part 2

2007-05-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [6331f3c66e3ff86de47e5c49f96c5ffee71e65f0]

        CT_FtnEdnDocPr is now of resource Properties

2007-05-25  Henning Brinkmann  <hbrinkm@openoffice.org>  [3fb6c612b7327c9a2e8e21d691b7f0536330bca2]

        sprmCSymbol detailed

2007-05-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [c73afc29b4cf1d82e55ea4d593274ab25170d712]

        startAction/endAction

2007-05-24  Oliver Specht  <os@openoffice.org>  [7f6aad5fbf470cb0214a77c741d9c2befed6e5ce]

        footnote import

2007-05-24  Oliver Specht  <os@openoffice.org>  [7114e0f23aea158eead0df83efd95a718e917f8d]

        cell borders correctly applied

2007-05-24  Oliver Specht  <os@openoffice.org>  [174b6a7b3f5c4b208cba347f49fca2db26bbffd8]

        Map::insert() now public, additional insert() with overwrite

2007-05-24  Oliver Specht  <os@openoffice.org>  [56cee98396d3ead22f1ff60ca9bbbfade3d9565d]

        don't apply default borders

2007-05-24  Rüdiger Timm  <rt@openoffice.org>  [cc5fd84765fa9773fd81942d39272272df36e6ef]

        Disable 'dev' install sets for non-product platforms.

2007-05-24  Sven Jacobi  <sj@openoffice.org>  [7c3d3785d1c6b14a0d94a084ae4524a42c211df9]

        some minor changes

2007-05-24  Rüdiger Timm  <rt@openoffice.org>  [a46c690ba7581e16172b2d8cc3602c07083bc042]

        #i10000# source_view_axes needs an object file from source_tools

2007-05-23  Rüdiger Timm  <rt@openoffice.org>  [4df56808c14e0854c9b88a3e7522ed4ae42700c5]

        #i10000# Get changes from CWS chart2mst3. This file has been added in two childworkspaces. You can not add one file differently in two CWSs; that one integrated first will win, changes done to the other one get lost.

2007-05-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [1886efb78981b6bbd2dce62dc278d0ba8bacd735]

        footnotes and endnotes

2007-05-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [70eb35afdf56da6a40e6250f1c4c0daa76dd492a]

        footnotes and endnotes

2007-05-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [f78bb569f15e0fdb453caf7f30e29b973394d013]

        footnotes and endnotes, special characters

2007-05-23  Rüdiger Timm  <rt@openoffice.org>  [098c9a96faec4c791a8dd860637804953b3595f8]

        #i10000# Get changes from CWS chart2mst3. This file has been added in two childworkspaces. You can not add one file differently in two CWSs; that one integrated first will win, changes done to the other one get lost.

2007-05-23  Rüdiger Timm  <rt@openoffice.org>  [f6dea7f73475b924d33e0d558cedf0b3d73e7cce]

        #i10000# Class _FndBox has no member SaveChartData nor RestoreChartData (i.e. get changes from CWS chart2mst3. This files has been added in that CWS, too. You can not add one file differently in two CWSs; that one integrated first will win, changes done to the other one get lost.)

2007-05-23  Vladimir Glazounov  <vg@openoffice.org>  [3b70ce157df5e89c1bf4422bf620833e69c84745]

        new version for SRC680

2007-05-23  Vladimir Glazounov  <vg@openoffice.org>  [ff6d4219e914530f73c7a1e4b5364b386166906b]

        SRC680

2007-05-23  Rüdiger Timm  <rt@openoffice.org>  [a319bae8045317c3d1e6aaae8080ecb05f19f352]

        #i77647# wait for cli_ure

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [505b5db9c0140d1df438a3f7d15b50d67c3bd587]

        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>  [dd30e03cb6be51e80c02b7408c36ce3039a63b9a]

        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>  [4656f7b0c6c28629fb89e9b89259317016a5eb54]

        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>  [ab707f42b5d816848e7108a24f9e31c85c2c7f68]

        INTEGRATION: CWS chart2mst3 (1.23.24); FILE MERGED 2007/05/14 20:58:39 bm 1.23.24.4: RESYNC: (1.25-1.26); FILE MERGED 2007/04/25 05:14:31 bm 1.23.24.3: RESYNC: (1.24-1.25); FILE MERGED 2007/02/07 18:02:51 iha 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2006/11/29 16:11:42 mba 1.23.24.1: #i64497#: parent is now set before objects are loaded

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e1c3c04822ded662a485e827c6f587de59b2bac3]

        INTEGRATION: CWS chart2mst3 (1.39.62); FILE MERGED 2007/04/25 05:14:10 bm 1.39.62.7: RESYNC: (1.50-1.52); FILE MERGED 2006/11/24 19:28:39 bm 1.39.62.6: RESYNC: (1.49-1.50); FILE MERGED 2006/10/19 01:52:14 bm 1.39.62.5: RESYNC: (1.44-1.49); FILE MERGED 2006/05/05 16:34:14 bm 1.39.62.4: RESYNC: (1.42-1.44); FILE MERGED 2006/01/25 16:12:40 bm 1.39.62.3: RESYNC: (1.41-1.42); FILE MERGED 2005/10/08 14:46:42 bm 1.39.62.2: RESYNC: (1.39-1.41); FILE MERGED 2005/06/03 10:06:03 bm 1.39.62.1: only acces XUnoTunnel if available

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f6b141289d0ba1d216c093504835d52704a07502]

        INTEGRATION: CWS chart2mst3 (1.4.22); FILE MERGED 2006/10/19 01:44:42 bm 1.4.22.2: RESYNC: (1.4-1.6); FILE MERGED 2006/10/13 17:06:54 mba 1.4.22.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>  [1c2e395fd1ff1c0ce90f039a557a5ff8e407a2f1]

        INTEGRATION: CWS chart2mst3 (1.41.2); FILE MERGED 2007/05/14 20:53:57 bm 1.41.2.6: RESYNC: (1.48-1.50); FILE MERGED 2007/04/25 05:04:29 bm 1.41.2.5: RESYNC: (1.46-1.48); FILE MERGED 2006/11/24 19:24:12 bm 1.41.2.4: RESYNC: (1.45-1.46); FILE MERGED 2006/10/19 01:31:14 bm 1.41.2.3: RESYNC: (1.42-1.45); FILE MERGED 2006/10/13 16:47:20 mba 1.41.2.2: #i3997#: allow to open child windows in an OLE container while an OLE object is UIactive 2006/05/11 08:46:01 bm 1.41.2.1: merged fix for #i65258#

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [98d13ae9d73891e8aad4efecb625faedb851fd26]

        INTEGRATION: CWS chart2mst3 (1.60.2); FILE MERGED 2007/05/14 20:53:41 bm 1.60.2.4: RESYNC: (1.66-1.68); FILE MERGED 2006/11/24 19:23:45 bm 1.60.2.3: RESYNC: (1.65-1.66); FILE MERGED 2006/10/19 01:27:27 bm 1.60.2.2: RESYNC: (1.60-1.65); FILE MERGED 2006/10/13 16:35:56 mba 1.60.2.1: #i3997#: allow to open child windows in an OLE container while an OLE object is UIactive

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8d50d953fb674d2bb165c46d9f2e886ed0d9ff8c]

        INTEGRATION: CWS chart2mst3 (1.72.24); FILE MERGED 2007/01/11 18:19:37 iha 1.72.24.2: #i72351# own help module for chart 2007/01/10 16:14:15 iha 1.72.24.1: #i72351# own help module for chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9a44d608dfe3aa515b64000c06308b30b7ceb27e]

        INTEGRATION: CWS chart2mst3 (1.2.32); FILE MERGED 2007/04/25 08:39:26 bm 1.2.32.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [96fcabe6134810b7a0fc4b900dfd3974339e0be2]

        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>  [01202af8673b51661a7e9ce015fccd9065b8a8e3]

        INTEGRATION: CWS chart2mst3 (1.36.30); FILE MERGED 2007/05/14 20:46:39 bm 1.36.30.4: RESYNC: (1.38-1.40); FILE MERGED 2007/04/25 04:19:07 bm 1.36.30.3: RESYNC: (1.37-1.38); FILE MERGED 2006/11/24 18:35:42 bm 1.36.30.2: RESYNC: (1.36-1.37); FILE MERGED 2006/11/23 17:52:26 nn 1.36.30.1: #i71250# remove SCHLIB

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7106105436cd07a961c93b0ca774ac3be63239b4]

        INTEGRATION: CWS chart2mst3 (1.6.118); FILE MERGED 2005/05/17 13:29:40 bm 1.6.118.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/06 12:41:08 iha 1.6.118.1: #i20344# changed menu command 'DrawChart'->'InsertObjectChart' for direct Chart Creation from toolbar

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94adeea8bcae2513c3aa6e1f8c1ed92218da9930]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/19 00:59:21 bm 1.2.4.9: RESYNC: (1.25-1.26); FILE MERGED 2006/05/05 15:34:41 bm 1.2.4.8: RESYNC: (1.21-1.25); FILE MERGED 2006/01/25 15:04:43 bm 1.2.4.7: RESYNC: (1.20-1.21); FILE MERGED 2005/03/17 14:05:32 bm 1.2.4.6: RESYNC: (1.18-1.20); FILE MERGED 2004/11/02 17:10:03 bm 1.2.4.5: RESYNC: (1.13-1.18); FILE MERGED 2004/08/30 18:31:15 bm 1.2.4.4: RESYNC: (1.7-1.13); FILE MERGED 2004/08/04 23:30:52 bm 1.2.4.3: RESYNC: (1.4-1.7); FILE MERGED 2004/06/03 06:49:48 iha 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED 2004/04/07 20:30:48 iha 1.2.4.1: #i20344# changed menu command 'StarChartDialog'->'InsertObjectChart' for direct Chart Creation from menu

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c9cd7b0061d5b24d892320ef477ae651ef6c6728]

        INTEGRATION: CWS chart2mst3 (1.10.84); FILE MERGED 2006/11/20 13:39:23 nn 1.10.84.2: #i71560# remove old chart dialog 2006/10/25 18:17:37 nn 1.10.84.1: allow range selection from inplace object without deactivating the object

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3f1dfde497d94b1d8b440b0ce4d7e673e3562767]

        INTEGRATION: CWS chart2mst3 (1.26.10); FILE MERGED 2007/04/25 04:17:06 bm 1.26.10.8: RESYNC: (1.33-1.34); FILE MERGED 2006/11/24 18:34:58 bm 1.26.10.7: RESYNC: (1.31-1.33); FILE MERGED 2006/11/20 13:39:22 nn 1.26.10.6: #i71560# remove old chart dialog 2006/11/07 07:58:01 nn 1.26.10.5: #i71250# remove unused include 2006/10/25 18:17:37 nn 1.26.10.4: allow range selection from inplace object without deactivating the object 2006/10/19 00:56:26 bm 1.26.10.3: RESYNC: (1.28-1.31); FILE MERGED 2006/05/05 15:33:32 bm 1.26.10.2: RESYNC: (1.26-1.28); FILE MERGED 2005/12/02 13:32:09 bm 1.26.10.1: #i58786# on activation of charts instantiate an ScChartRangeSelectionListener for showing selected ranges

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a632f756e54c507220833696b69e52620a8ab4c8]

        INTEGRATION: CWS chart2mst3 (1.35.8); FILE MERGED 2007/05/14 20:45:05 bm 1.35.8.18: RESYNC: (1.64-1.65); FILE MERGED 2007/04/25 04:16:20 bm 1.35.8.17: RESYNC: (1.63-1.64); FILE MERGED 2007/02/07 15:51:42 iha 1.35.8.16: RESYNC: (1.61-1.63); FILE MERGED 2006/11/24 18:34:51 bm 1.35.8.15: RESYNC: (1.60-1.61); FILE MERGED 2006/10/26 12:42:57 nn 1.35.8.14: allow multiple selection in range selection API 2006/10/25 18:17:37 nn 1.35.8.13: allow range selection from inplace object without deactivating the object 2006/10/19 00:55:36 bm 1.35.8.12: RESYNC: (1.58-1.60); FILE MERGED 2006/06/16 13:56:02 bm 1.35.8.11: RESYNC: (1.56-1.58); FILE MERGED 2006/05/05 15:33:23 bm 1.35.8.10: RESYNC: (1.52-1.56); FILE MERGED 2006/01/25 15:01:46 bm 1.35.8.9: RESYNC: (1.51-1.52); FILE MERGED 2005/10/08 11:57:43 bm 1.35.8.8: RESYNC: (1.50-1.51); FILE MERGED 2005/03/17 14:02:41 bm 1.35.8.7: RESYNC: (1.46-1.50); FILE MERGED 2004/11/02 17:06:57 bm 1.35.8.6: RESYNC: (1.42-1.46); FILE MERGED 2004/08/30 18:29:49 bm 1.35.8.5: RESYNC: (1.40-1.42); FILE MERGED 2004/08/04 23:27:31 bm 1.35.8.4: RESYNC: (1.39-1.40); FILE MERGED 2004/06/15 19:11:50 bm 1.35.8.3: RESYNC: (1.38-1.39); FILE MERGED 2004/06/03 06:48:22 iha 1.35.8.2: RESYNC: (1.35-1.38); FILE MERGED 2004/04/07 22:00:40 iha 1.35.8.1: #i20344# changed chart creation process - other default command in tool box

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49cc9c3c4ad0d429b7e613f586f8725eae4f7a76]

        INTEGRATION: CWS chart2mst3 (1.29.84); FILE MERGED 2007/05/14 20:44:58 bm 1.29.84.3: RESYNC: (1.30-1.32); FILE MERGED 2007/04/25 04:16:13 bm 1.29.84.2: RESYNC: (1.29-1.30); FILE MERGED 2006/11/20 13:39:22 nn 1.29.84.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f2487f4e19637ca6959d38af5a2424ddfea28f53]

        INTEGRATION: CWS chart2mst3 (1.22.82); FILE MERGED 2007/04/25 04:16:06 bm 1.22.82.3: RESYNC: (1.23-1.24); FILE MERGED 2006/11/24 18:34:45 bm 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2006/11/20 16:03:21 nn 1.22.82.1: #i71254# directly insert chart on SID_DRAW_CHART

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab8028c5c2c6387ec48c54a722fdc161150ca7c4]

        INTEGRATION: CWS chart2mst3 (1.11.84); FILE MERGED 2006/11/20 13:39:22 nn 1.11.84.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [73a87213f9d4ac08dce5c8fa10aaf3b6172c4992]

        INTEGRATION: CWS chart2mst3 (1.45.24); FILE MERGED 2007/05/14 20:44:43 bm 1.45.24.12: RESYNC: (1.52-1.53); FILE MERGED 2007/04/25 04:16:00 bm 1.45.24.11: RESYNC: (1.51-1.52); FILE MERGED 2007/03/19 15:04:40 nn 1.45.24.10: #i75383# handle split view with Chart 2007/02/07 15:51:22 iha 1.45.24.9: RESYNC: (1.49-1.51); FILE MERGED 2006/11/25 09:52:36 bm 1.45.24.8: RESYNC: (1.48-1.49); FILE MERGED 2006/11/24 18:34:20 bm 1.45.24.7: RESYNC: (1.46-1.48); FILE MERGED 2006/11/07 08:01:59 nn 1.45.24.6: #i71250# remove unused include 2006/10/25 18:17:37 nn 1.45.24.5: allow range selection from inplace object without deactivating the object 2006/10/19 00:54:40 bm 1.45.24.4: RESYNC: (1.45-1.46); FILE MERGED 2005/12/07 16:09:37 dr 1.45.24.3: better algorithm to get a cell from a range 2005/12/06 19:10:21 bm 1.45.24.2: #i58786# hilight data points correctly 2005/12/02 13:29:06 bm 1.45.24.1: #i58786# use new interface in DoChartSelection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [940612da0a28bcd8a8287ba0cfc996070ffda1e2]

        INTEGRATION: CWS chart2mst3 (1.27.10); FILE MERGED 2007/04/25 04:15:44 bm 1.27.10.5: RESYNC: (1.29-1.30); FILE MERGED 2007/03/19 15:04:40 nn 1.27.10.4: #i75383# handle split view with Chart 2006/11/24 18:34:03 bm 1.27.10.3: RESYNC: (1.28-1.29); FILE MERGED 2006/10/19 00:54:23 bm 1.27.10.2: RESYNC: (1.27-1.28); FILE MERGED 2006/06/22 15:41:49 nn 1.27.10.1: #i13379# default position for chart and dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5bea2f818e0611e9919d1ce0455bdaecaa137f6e]

        INTEGRATION: CWS chart2mst3 (1.7.84); FILE MERGED 2007/04/25 04:14:41 bm 1.7.84.4: RESYNC: (1.7-1.9); FILE MERGED 2007/03/19 15:01:10 nn 1.7.84.3: #i75298# don't use GetActiveViewShell 2006/11/20 13:39:22 nn 1.7.84.2: #i71560# remove old chart dialog 2006/10/26 12:42:57 nn 1.7.84.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b804f2632254534277876bfb586f2df212fc9bfb]

        INTEGRATION: CWS chart2mst3 (1.41.70); FILE MERGED 2007/05/14 20:42:26 bm 1.41.70.5: RESYNC: (1.45-1.46); FILE MERGED 2007/04/25 04:10:42 bm 1.41.70.4: RESYNC: (1.44-1.45); FILE MERGED 2007/02/07 15:50:14 iha 1.41.70.3: RESYNC: (1.43-1.44); FILE MERGED 2006/11/24 18:32:13 bm 1.41.70.2: RESYNC: (1.41-1.43); FILE MERGED 2006/10/25 18:17:37 nn 1.41.70.1: allow range selection from inplace object without deactivating the object

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2944a58bd34217894b5054fe8c5a99a609abbe2e]

        INTEGRATION: CWS chart2mst3 (1.26.4); FILE MERGED 2007/04/25 04:10:36 bm 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2006/11/20 18:30:45 nn 1.26.4.1: #i71250# removed unused include

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3e804938ac5e3ba7fdd82f94e4da56f200cceecd]

        INTEGRATION: CWS chart2mst3 (1.8.80); FILE MERGED 2007/04/25 12:20:12 bm 1.8.80.2: warning removed: unused parameter pWindow in UpdateChart removed 2006/11/22 16:03:41 nn 1.8.80.1: #i71250# DoUpdateCharts: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9eed87c7ddd18060d3a614d1b7cd80016217c5f1]

        INTEGRATION: CWS chart2mst3 (1.4.84); FILE MERGED 2006/11/22 16:03:40 nn 1.4.84.1: #i71250# DoUpdateCharts: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [76e17171d07006e7a49da48ab40d675fb40de8ea]

        INTEGRATION: CWS chart2mst3 (1.19.84); FILE MERGED 2007/05/14 20:42:19 bm 1.19.84.3: RESYNC: (1.20-1.21); FILE MERGED 2007/04/25 04:09:24 bm 1.19.84.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/20 13:39:22 nn 1.19.84.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [81d669371b522c1c7e786cf40c3e67b4701821b9]

        INTEGRATION: CWS chart2mst3 (1.39.82); FILE MERGED 2007/04/25 15:09:33 bm 1.39.82.5: RESYNC: warnings removed (warnings are now errors) 2007/04/25 04:08:48 bm 1.39.82.4: RESYNC: (1.41-1.42); FILE MERGED 2006/11/25 09:52:14 bm 1.39.82.3: RESYNC: (1.40-1.41); FILE MERGED 2006/11/24 18:31:40 bm 1.39.82.2: RESYNC: (1.39-1.40); FILE MERGED 2006/11/20 13:39:22 nn 1.39.82.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d2609435abfd8412b4d297f22d202d763a760666]

        INTEGRATION: CWS chart2mst3 (1.25.72); FILE MERGED 2007/05/14 20:31:48 bm 1.25.72.5: RESYNC: (1.29-1.30); FILE MERGED 2007/04/25 04:08:41 bm 1.25.72.4: RESYNC: (1.27-1.29); FILE MERGED 2007/02/07 15:49:54 iha 1.25.72.3: RESYNC: (1.26-1.27); FILE MERGED 2006/11/24 18:31:27 bm 1.25.72.2: RESYNC: (1.25-1.26); FILE MERGED 2006/10/26 12:43:38 nn 1.25.72.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f06d31737f5cfd7403cdc4bd33c1b3597542bf67]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/04 18:36:30 nn 1.1.2.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86914da139ab308c8713bf44d19f06b40e673deb]

        INTEGRATION: CWS chart2mst3 (1.13.26); FILE MERGED 2006/10/19 00:43:26 bm 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/04 14:34:02 bm 1.13.26.1: pass the document to the chart2 uno services instead of the docshell, as the shell itself is not really needed, and limits the creation of such objects unnecessarily to the ui

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5ac033be749842cc6ed5a99d99eb4848f494cdf5]

        INTEGRATION: CWS chart2mst3 (1.17.26); FILE MERGED 2006/12/04 18:36:30 nn 1.17.26.2: #i65379# undo for reference update of UNO objects 2005/12/02 13:29:36 bm 1.17.26.1: #i58786# +ChartRangeSelectionListener.obj

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f7e16a311af07779c889055fb267f5d10ab343f0]

        INTEGRATION: CWS chart2mst3 (1.41.6); FILE MERGED 2007/04/26 08:36:59 bm 1.41.6.20: RESYNC: warnings removed (warnings are now errors) on Solaris 2007/04/25 04:04:58 bm 1.41.6.19: RESYNC: (1.58-1.61); FILE MERGED 2007/02/07 15:49:32 iha 1.41.6.18: RESYNC: (1.57-1.58); FILE MERGED 2006/12/01 17:25:59 bm 1.41.6.17: #i64497# the case that a data provider from a temporary document is requested should never happen -> assertion 2006/11/30 15:29:22 bm 1.41.6.16: #i64497# create data provider only when document was not created with mode internal (which is the case during clipboard actions) 2006/11/24 18:31:21 bm 1.41.6.15: RESYNC: (1.56-1.57); FILE MERGED 2006/11/17 16:34:47 bm 1.41.6.14: add implementation property InternalDocument for the chart to get informed whether the current document provides the correct data during clipboard copy/paste process 2006/11/02 18:04:58 nn 1.41.6.13: #i66865# chart listener loads chart, saving chart restores chart listener 2006/10/19 00:40:51 bm 1.41.6.12: RESYNC: (1.54-1.56); FILE MERGED 2006/05/05 15:30:35 bm 1.41.6.11: RESYNC: (1.52-1.54); FILE MERGED 2006/01/25 14:56:42 bm 1.41.6.10: RESYNC: (1.51-1.52); FILE MERGED 2005/10/08 11:35:32 bm 1.41.6.9: RESYNC: (1.50-1.51); FILE MERGED 2005/05/17 13:15:07 bm 1.41.6.8: RESYNC: (1.49-1.50); FILE MERGED 2005/05/12 19:59:26 sab 1.41.6.7: get access to ranges 2005/03/17 13:58:07 bm 1.41.6.6: RESYNC: (1.48-1.49); FILE MERGED 2004/11/02 16:59:24 bm 1.41.6.5: RESYNC: (1.44-1.48); FILE MERGED 2004/08/30 18:24:35 bm 1.41.6.4: RESYNC: (1.43-1.44); FILE MERGED 2004/06/15 19:02:52 bm 1.41.6.3: RESYNC: (1.42-1.43); FILE MERGED 2004/06/03 06:44:34 iha 1.41.6.2: RESYNC: (1.41-1.42); FILE MERGED 2004/05/05 14:47:54 sab 1.41.6.1: #i10733#; have access to cellranges in all sheets

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6f0879de678ed66e8ec03767fd02f05f99c37f83]

        INTEGRATION: CWS chart2mst3 (1.16.24); FILE MERGED 2007/04/27 13:11:34 bm 1.16.24.9: RESYNC: warnings removed 2007/04/25 04:03:34 bm 1.16.24.8: RESYNC: (1.18-1.19); FILE MERGED 2007/02/01 15:27:27 bm 1.16.24.7: #i68229# create range lists with new 2006/11/23 14:12:44 nn 1.16.24.6: #i71250# remove unused include 2006/11/20 18:18:37 nn 1.16.24.5: #i71250# UpdateChartArea without Window 2006/10/19 00:39:09 bm 1.16.24.4: RESYNC: (1.16-1.18); FILE MERGED 2006/08/14 17:51:01 bm 1.16.24.3: #i68229# set vis area size correctly 2006/08/09 14:19:23 bm 1.16.24.2: #i68229# changed FindChartData to FindOleObjectByName, changed some BOOLs to bool 2006/08/07 13:38:11 bm 1.16.24.1: #i68229# Adapted ::addNewByName to new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c539e8b05132d3680f9c225d43f89295b43b6d64]

        INTEGRATION: CWS chart2mst3 (1.2.10); FILE MERGED 2007/05/15 06:00:44 bm 1.2.10.59: #i77132# warnings removed 2007/04/27 12:56:15 bm 1.2.10.58: RESYNC: warnings removed 2007/04/26 08:32:26 bm 1.2.10.57: RESYNC: warnings removed (warnings are now errors) on Solaris 2007/04/25 14:59:49 bm 1.2.10.56: RESYNC: warnings removed (warnings are now errors) 2007/03/02 13:38:26 bm 1.2.10.55: #i75058# throw IllegalArgumentException when the range passed to convertRangeToXML is invalid. Thus this can be used as a cheaper validity check that also works in Writer 2007/02/15 17:49:35 nn 1.2.10.54: #i68229# static detectArguments: initialize label flags 2007/01/30 10:58:18 bm 1.2.10.53: #i72973# return table-numbder-list so that it can be used for OOo XML format (not Oasis) 2006/12/04 18:36:29 nn 1.2.10.52: #i65379# undo for reference update of UNO objects 2006/10/19 00:39:03 bm 1.2.10.51: RESYNC: (1.4-1.5); FILE MERGED 2006/08/09 14:17:11 bm 1.2.10.50: #i68229# added a static detectArguments() method that is used by chartuno.cxx 2006/08/09 12:13:50 dr 1.2.10.49: suppress some useless assertions 2006/08/04 14:34:02 bm 1.2.10.48: pass the document to the chart2 uno services instead of the docshell, as the shell itself is not really needed, and limits the creation of such objects unnecessarily to the ui 2006/06/02 08:42:51 bm 1.2.10.47: #i64837# add upper left corner for rectangular regions on one sheet where first row/column are used as labels 2006/04/26 12:26:09 bm 1.2.10.46: oops 2006/04/26 12:10:47 bm 1.2.10.45: increase exception safety 2006/04/12 16:29:41 nn 1.2.10.44: #i63944# chart data change notification 2006/04/12 15:34:30 bm 1.2.10.43: createDataSource: set headers correctly at ScChartPositioner 2006/04/04 12:59:02 bm 1.2.10.42: XModifyBroadcaster for LabeledDataSequence 2006/03/17 13:19:40 bm 1.2.10.41: detectArguments: only return arguments that have been detected reliably 2005/11/02 18:46:30 iha 1.2.10.40: make more failsafe 2005/10/27 17:40:06 iha 1.2.10.39: support SequenceMapping 2005/10/25 16:36:20 iha 1.2.10.38: support SequenceMapping 2005/10/18 16:00:01 bm 1.2.10.37: provide the TableNumberList property in detectArguments for compatibility with old binary file export 2005/10/08 11:32:37 bm 1.2.10.36: RESYNC: (1.3-1.4); FILE MERGED 2005/09/08 15:03:41 sab 1.2.10.35: #i17416#; add generateLabel 2005/09/08 12:53:40 sab 1.2.10.34: #i17416#; add generateLabel 2005/09/07 17:16:51 iha 1.2.10.33: remove wrong fix for 'generated categories' (1.2.10.29 + numerical data) 2005/09/02 15:23:15 sab 1.2.10.32: #i17416#; add XNumericalData 2005/09/02 15:00:31 sab 1.2.10.31: #i17416#; use categorie range without labels if there are some 2005/09/02 12:20:51 sab 1.2.10.30: #i17416#; make generated categories and labels work; make detect arguments work 2005/08/05 14:03:03 bm 1.2.10.29: -XDataSequence::generateLabel 2005/08/03 12:34:03 bm 1.2.10.28: detectArguments: cleanup, get categories sequence 2005/08/03 11:55:02 bm 1.2.10.27: detectArguments: detect DataRowSource 2005/07/21 14:40:07 bm 1.2.10.26: support number formats 2005/07/19 14:29:22 iha 1.2.10.25: #i17416#; remove endless loop 2005/07/19 14:02:30 sab 1.2.10.24: #i17416#; remove header cell from data series ranges 2005/07/07 16:46:26 sab 1.2.10.23: #i17416#; add XRangeXMLConversion, fix some small problems 2005/05/12 19:59:26 sab 1.2.10.22: get access to ranges 2005/05/12 17:10:06 bm 1.2.10.21: let detectArguments merge the ranges 2005/05/12 13:57:10 bm 1.2.10.20: API change XDataProvider 2005/05/11 14:18:11 sab 1.2.10.19: make top left cell work in a chart range 2005/05/11 13:08:05 dr 1.2.10.18: compiler warnings 2005/05/09 09:52:22 bm 1.2.10.17: moved chart2 API to data namespace 2005/05/03 16:34:21 bm 1.2.10.16: removed identifiers from XSequences. XSequences are no longer stored in the XDataProvider 2004/09/20 12:22:26 iha 1.2.10.15: make failsave against missing DocShell 2004/06/29 11:05:07 bm 1.2.10.14: XDataProvider:   getRangeRepresentationByRangeIdentifiers -> mergeRangeRepresentations 2004/06/15 19:01:49 bm 1.2.10.13: RESYNC: (1.2-1.3); FILE MERGED 2004/06/09 12:29:48 bm 1.2.10.12: copy properties in createClone() method of data ScChart2DataSequence 2004/06/03 09:32:34 iha 1.2.10.11: added missing interface method 'generateLabel' 2004/05/12 15:53:53 sab 1.2.10.10: #i17416#; the cell top left is a label if needed 2004/05/12 15:48:25 sab 1.2.10.9: #i17416#; the cell top left is a label if needed 2004/05/12 15:44:10 sab 1.2.10.8: #i17416#; the cell top left is a label if needed 2004/05/05 14:48:34 sab 1.2.10.7: #i26493#; add XTextualSequence 2004/05/05 10:19:20 sab 1.2.10.6: #i26493#; add XTextualSequence 2004/05/04 14:59:13 sab 1.2.10.5: #i17416#; Categories are also handled by ChartPosMap 2004/04/29 13:29:58 sab 1.2.10.4: #i17416#; implement Chart2 API 2004/04/14 12:33:07 bm 1.2.10.3: XDataProvider API: getRangeSelection 2004/04/07 10:23:44 sab 1.2.10.2: #i17416#; compileable first step API implementation 2004/03/22 13:42:14 bm 1.2.10.1: chart2 API changed (XDataSource contains XLabeledDataSequences)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e1f8f2f30379efe3ad7c5bcaf70c8680f62ce58e]

        INTEGRATION: CWS chart2mst3 (1.83.8); FILE MERGED 2007/05/14 20:30:45 bm 1.83.8.19: RESYNC: (1.101-1.102); FILE MERGED 2007/04/25 15:33:49 bm 1.83.8.18: RESYNC: warnings removed (warnings are now errors) 2007/04/25 04:02:58 bm 1.83.8.17: RESYNC: (1.99-1.101); FILE MERGED 2006/12/04 18:36:29 nn 1.83.8.16: #i65379# undo for reference update of UNO objects 2006/11/24 18:31:14 bm 1.83.8.15: RESYNC: (1.98-1.99); FILE MERGED 2006/11/23 17:24:59 nn 1.83.8.14: #i71250# remove use of SchMemChart 2006/10/19 00:38:45 bm 1.83.8.13: RESYNC: (1.97-1.98); FILE MERGED 2006/06/16 13:51:35 bm 1.83.8.12: RESYNC: (1.96-1.97); FILE MERGED 2006/05/05 15:30:03 bm 1.83.8.11: RESYNC: (1.94-1.96); FILE MERGED 2006/04/12 16:29:41 nn 1.83.8.10: #i63944# chart data change notification 2006/01/25 14:55:54 bm 1.83.8.9: RESYNC: (1.93-1.94); FILE MERGED 2005/10/08 11:31:41 bm 1.83.8.8: RESYNC: (1.91-1.93); FILE MERGED 2005/07/25 18:43:50 bm 1.83.8.7: RESYNC: (1.90-1.91); FILE MERGED 2005/05/17 13:11:06 bm 1.83.8.6: RESYNC: (1.89-1.90); FILE MERGED 2005/03/17 13:57:49 bm 1.83.8.5: RESYNC: (1.87-1.89); FILE MERGED 2004/11/02 16:58:54 bm 1.83.8.4: RESYNC: (1.86-1.87); FILE MERGED 2004/08/30 18:23:54 bm 1.83.8.3: RESYNC: (1.84-1.86); FILE MERGED 2004/06/15 19:01:37 bm 1.83.8.2: RESYNC: (1.83-1.84); FILE MERGED 2004/05/05 14:48:07 sab 1.83.8.1: #i10734#; have access to the absolut name of every cellrange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fd1f5ee2f92082dd4feb43f84ddb116bf52765a9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/25 14:33:22 bm 1.1.2.3: RESYNC: warning removed (as this is now an error) 2007/02/09 18:35:43 iha 1.1.2.2: resync m195 -> m202 - missing pch 2005/12/02 13:30:14 bm 1.1.2.1: #i58786# new interface for range highlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d0c4cb775ed8f97ba95158adb56ef931b8ffe7c3]

        INTEGRATION: CWS chart2mst3 (1.7.8); FILE MERGED 2007/04/25 04:01:21 bm 1.7.8.6: RESYNC: (1.8-1.9); FILE MERGED 2006/11/20 18:18:10 nn 1.7.8.5: #i71250# UpdateChartArea without Window 2006/11/14 15:12:58 nn 1.7.8.4: #i71251# new chart: changing source range with drag&drop 2006/10/19 00:36:58 bm 1.7.8.3: RESYNC: (1.7-1.8); FILE MERGED 2006/08/10 12:31:24 bm 1.7.8.2: adding FindChartData again trying to avoid a very strange bug on Windows 2006/08/09 14:19:23 bm 1.7.8.1: #i68229# changed FindChartData to FindOleObjectByName, changed some BOOLs to bool

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c7dafc2151053538aad0bae2e25702f0c0b5b55b]

        INTEGRATION: CWS chart2mst3 (1.4.84); FILE MERGED 2006/12/04 18:36:05 nn 1.4.84.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a5477dcb81c91ada4cd785bd8ec5dc0bb16d77cf]

        INTEGRATION: CWS chart2mst3 (1.61.10); FILE MERGED 2007/04/25 03:59:40 bm 1.61.10.8: RESYNC: (1.74-1.75); FILE MERGED 2005/10/08 11:24:56 bm 1.61.10.7: RESYNC: (1.72-1.74); FILE MERGED 2005/03/17 13:56:54 bm 1.61.10.6: RESYNC: (1.71-1.72); FILE MERGED 2004/11/02 16:57:33 bm 1.61.10.5: RESYNC: (1.70-1.71); FILE MERGED 2004/08/30 18:22:25 bm 1.61.10.4: RESYNC: (1.66-1.70); FILE MERGED 2004/08/04 23:24:01 bm 1.61.10.3: RESYNC: (1.63-1.66); FILE MERGED 2004/06/03 06:42:35 iha 1.61.10.2: RESYNC: (1.61-1.63); FILE MERGED 2004/04/07 21:59:02 iha 1.61.10.1: #i20344# changed chart creation process

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6b940d9b431ae04a9b7f91313de9a533535ec89a]

        INTEGRATION: CWS chart2mst3 (1.8.92); FILE MERGED 2006/11/20 13:39:21 nn 1.8.92.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e660b01aaa6da00b4de2d9674232afb2815d99c0]

        INTEGRATION: CWS chart2mst3 (1.8.84); FILE MERGED 2007/04/25 03:48:29 bm 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2006/10/26 12:42:30 nn 1.8.84.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ab06fc4b87c12e51830f33321edc45a4a27eafd]

        INTEGRATION: CWS chart2mst3 (1.7.26); FILE MERGED 2006/11/20 13:39:21 nn 1.7.26.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e4ac5d8e06bfcf20b5614d6cc16bb7eab4e6916c]

        INTEGRATION: CWS chart2mst3 (1.17.84); FILE MERGED 2007/04/25 03:44:27 bm 1.17.84.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/19 15:01:34 nn 1.17.84.1: #i75298# don't use GetActiveViewShell

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bb55f9e65d74e0a14ded7a1531124175cc5f861d]

        INTEGRATION: CWS chart2mst3 (1.25.54); FILE MERGED 2007/04/25 03:42:17 bm 1.25.54.3: RESYNC: (1.26-1.27); FILE MERGED 2007/02/07 15:47:58 iha 1.25.54.2: RESYNC: (1.25-1.26); FILE MERGED 2006/10/26 12:41:40 nn 1.25.54.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [85fc43ab43aabac1697eaaf2cd1a4df3e23c1fdc]

        INTEGRATION: CWS chart2mst3 (1.19.24); FILE MERGED 2007/05/14 20:27:55 bm 1.19.24.6: RESYNC: (1.22-1.23); FILE MERGED 2007/02/07 15:47:51 iha 1.19.24.5: RESYNC: (1.20-1.22); FILE MERGED 2006/11/24 18:27:44 bm 1.19.24.4: RESYNC: (1.19-1.20); FILE MERGED 2006/11/23 17:26:35 nn 1.19.24.3: #i71250# remove use of SchMemChart 2006/06/22 15:41:20 nn 1.19.24.2: #i13379# default position for chart and dialog 2005/12/02 13:28:18 bm 1.19.24.1: #i58786# use new interface in DoChartSelection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e7b93cc4382a7f3c2834792ea248f72c508724f4]

        INTEGRATION: CWS chart2mst3 (1.4.54); FILE MERGED 2006/10/26 12:41:40 nn 1.4.54.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c12eeede8379f1f2f8119aec431f6dcf983df60b]

        INTEGRATION: CWS chart2mst3 (1.3.26); FILE MERGED 2006/12/04 18:35:53 nn 1.3.26.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5baa0c4a8c2b186d223d984c0e53fae62696602e]

        INTEGRATION: CWS chart2mst3 (1.4.54); FILE MERGED 2006/11/20 13:39:20 nn 1.4.54.2: #i71560# remove old chart dialog 2006/10/26 12:41:40 nn 1.4.54.1: allow multiple selection in range selection API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f0bca4f8d72f9d9dfb1bca81bb4def6cce52c97]

        INTEGRATION: CWS chart2mst3 (1.35.24); FILE MERGED 2007/05/14 20:27:49 bm 1.35.24.7: RESYNC: (1.40-1.41); FILE MERGED 2007/04/25 03:38:30 bm 1.35.24.6: RESYNC: (1.39-1.40); FILE MERGED 2007/02/07 15:47:03 iha 1.35.24.5: RESYNC: (1.38-1.39); FILE MERGED 2006/11/25 09:50:00 bm 1.35.24.4: RESYNC: (1.37-1.38); FILE MERGED 2006/06/16 13:48:21 bm 1.35.24.3: RESYNC: (1.36-1.37); FILE MERGED 2006/01/25 14:38:06 bm 1.35.24.2: RESYNC: (1.35-1.36); FILE MERGED 2005/12/02 13:26:32 bm 1.35.24.1: #i58786# remove old ChartSelectionHdl LINK

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [206bf2fbb1297c69a586a16237ebb3b77450721d]

        INTEGRATION: CWS chart2mst3 (1.6.92); FILE MERGED 2006/11/22 16:02:49 nn 1.6.92.1: #i71250# DoUpdateCharts: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [99b92761f7c659611de8cf5765930e6da84f0345]

        INTEGRATION: CWS chart2mst3 (1.2.10); FILE MERGED 2005/10/08 10:01:49 bm 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/01 14:39:09 bm 1.2.10.1: always use new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d474060c48a807b2c086ed13ac9133eebb7f0026]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 13:30:34 bm 1.1.2.1: #i58786# new interface for range highlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b5a8b24838e0bddc8ea4071ddf0ba7bd0470e7f6]

        INTEGRATION: CWS chart2mst3 (1.67.4); FILE MERGED 2007/04/25 03:32:09 bm 1.67.4.3: RESYNC: (1.68-1.69); FILE MERGED 2007/02/07 15:46:55 iha 1.67.4.2: RESYNC: (1.67-1.68); FILE MERGED 2006/11/20 13:39:20 nn 1.67.4.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [641bb6afb6e3e634982ecd32cf95a2eaeed5bac2]

        INTEGRATION: CWS chart2mst3 (1.16.10); FILE MERGED 2007/05/14 20:26:58 bm 1.16.10.4: RESYNC: (1.18-1.19); FILE MERGED 2007/04/25 03:31:22 bm 1.16.10.3: RESYNC: (1.17-1.18); FILE MERGED 2007/02/07 15:46:48 iha 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2007/01/16 16:19:04 iha 1.16.10.1: don't deactivate old opjects wiht right mouse click when in range chooser mode

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f4ec0a13000a04eff34d942fb4d083adc00e5df5]

        INTEGRATION: CWS chart2mst3 (1.6.84); FILE MERGED 2007/04/25 03:31:05 bm 1.6.84.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/20 13:39:20 nn 1.6.84.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41723c7e04b18ba0f89b2a6aa1f1a5d0d50d6e47]

        INTEGRATION: CWS chart2mst3 (1.12.10); FILE MERGED 2007/04/25 03:30:58 bm 1.12.10.33: RESYNC: (1.24-1.25); FILE MERGED 2007/04/20 10:41:20 nn 1.12.10.32: #i75307# FuInsertChart: MarkToMulti 2006/12/05 16:28:12 nn 1.12.10.31: #i71257# don't add undo action before the dialog is finished 2006/11/27 00:37:17 bm 1.12.10.30: aw024 adaptions 2006/11/24 18:24:58 bm 1.12.10.29: RESYNC: (1.23-1.24); FILE MERGED 2006/11/23 12:52:52 nn 1.12.10.28: #i71250# removed old chart code 2006/11/10 21:06:35 iha 1.12.10.27: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/25 18:17:54 nn 1.12.10.26: allow range selection from inplace object without deactivating the object 2006/10/19 00:18:35 bm 1.12.10.25: RESYNC: (1.21-1.23); FILE MERGED 2006/10/11 15:10:11 nn 1.12.10.24: #i66867# auto-detect column/row headers 2006/08/04 14:34:01 bm 1.12.10.23: pass the document to the chart2 uno services instead of the docshell, as the shell itself is not really needed, and limits the creation of such objects unnecessarily to the ui 2006/06/24 13:04:39 iha 1.12.10.22: #i54915# chart wizard shouldn't overlap chart if possible 2006/06/22 15:42:13 nn 1.12.10.21: #i13379# default position for chart and dialog 2006/05/05 15:24:08 bm 1.12.10.20: RESYNC: (1.20-1.21); FILE MERGED 2006/05/05 14:32:41 bm 1.12.10.19: #i31098# leave draw shell after Cancel of inserting a chart 2006/05/03 15:46:49 bm 1.12.10.18: #i31098# Enable Cancel for Chart Wizard 2005/11/15 15:33:22 bm 1.12.10.17: dispose chart wizard dialog 2005/10/08 09:54:11 bm 1.12.10.16: RESYNC: (1.19-1.20); FILE MERGED 2005/09/08 11:44:48 iha 1.12.10.15: set number formatter independent from dataprovider thus also a chart with own data has the numberformatter from calc 2005/08/15 13:09:29 bm 1.12.10.14: XDataReceiver changed 2005/08/05 12:43:19 bm 1.12.10.13: open chart creation wizard only when not called via API 2005/06/01 14:37:39 bm 1.12.10.12: Insert New Chart embedded 2005/05/17 13:01:42 bm 1.12.10.11: RESYNC: (1.18-1.19); FILE MERGED 2005/05/09 09:54:27 bm 1.12.10.10: moved chart2 API to data namespace 2005/03/17 13:45:10 bm 1.12.10.9: RESYNC: (1.16-1.18); FILE MERGED 2004/11/02 16:50:32 bm 1.12.10.8: RESYNC: (1.15-1.16); FILE MERGED 2004/08/30 18:08:08 bm 1.12.10.7: RESYNC: (1.13-1.15); FILE MERGED 2004/06/15 18:41:55 bm 1.12.10.6: RESYNC: (1.12-1.13); FILE MERGED 2004/05/05 16:34:56 iha 1.12.10.5: unmark automatic mark range; moved update call to chart 2004/04/08 12:21:47 iha 1.12.10.4: #i20344# init wizard correctly + update view 2004/04/08 09:03:14 iha 1.12.10.3: remove test code 2004/04/08 08:55:15 iha 1.12.10.2: get correct RangeString for chart 2004/04/07 22:03:58 iha 1.12.10.1: #i20344# changed chart creation process - added new chart wizard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5510e0fc23ef74a611ca263be5dbe4a37e8fcc7a]

        INTEGRATION: CWS chart2mst3 (1.44.20); FILE MERGED 2007/05/14 20:25:46 bm 1.44.20.11: RESYNC: (1.51-1.53); FILE MERGED 2007/04/25 03:26:05 bm 1.44.20.10: RESYNC: (1.50-1.51); FILE MERGED 2007/02/07 15:45:24 iha 1.44.20.9: RESYNC: (1.49-1.50); FILE MERGED 2006/11/25 09:49:03 bm 1.44.20.8: RESYNC: (1.48-1.49); FILE MERGED 2006/11/24 18:22:56 bm 1.44.20.7: RESYNC: (1.47-1.48); FILE MERGED 2006/11/20 18:17:49 nn 1.44.20.6: #i71250# UpdateChartArea without Window 2006/11/07 07:56:20 nn 1.44.20.5: #i71250# remove unused include 2006/10/19 00:12:40 bm 1.44.20.4: RESYNC: (1.46-1.47); FILE MERGED 2006/05/05 15:22:45 bm 1.44.20.3: RESYNC: (1.45-1.46); FILE MERGED 2006/01/25 14:32:58 bm 1.44.20.2: RESYNC: (1.44-1.45); FILE MERGED 2005/12/02 13:26:50 bm 1.44.20.1: #i58786# remove old ChartSelectionHdl LINK

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [03fefe8d40369524c33d6f48629a0114bb09fe35]

        INTEGRATION: CWS chart2mst3 (1.28.84); FILE MERGED 2007/05/14 20:23:47 bm 1.28.84.3: RESYNC: (1.29-1.30); FILE MERGED 2007/04/25 03:16:44 bm 1.28.84.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/17 16:35:28 bm 1.28.84.1: set create mode internal for document that is used to copy OLE objects in clipboard. Needed by chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b473ac22c02839add79fd468772beea0d2998369]

        INTEGRATION: CWS chart2mst3 (1.51.58); FILE MERGED 2007/05/14 20:23:41 bm 1.51.58.4: RESYNC: (1.52-1.53); FILE MERGED 2007/05/03 06:48:51 bm 1.51.58.3: #i76692# mav: correct fix for #i62857# 2007/04/25 03:16:27 bm 1.51.58.2: RESYNC: (1.51-1.52); FILE MERGED 2006/11/22 16:03:54 nn 1.51.58.1: #i71250# DoUpdateCharts: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [25da3d5741b40b16eb3065699190c58fb0f613a3]

        INTEGRATION: CWS chart2mst3 (1.33.4); FILE MERGED 2007/05/14 20:23:35 bm 1.33.4.6: RESYNC: (1.37-1.39); FILE MERGED 2007/04/25 03:16:21 bm 1.33.4.5: RESYNC: (1.36-1.37); FILE MERGED 2006/11/24 18:21:57 bm 1.33.4.4: RESYNC: (1.35-1.36); FILE MERGED 2006/11/20 13:39:19 nn 1.33.4.3: #i71560# remove old chart dialog 2006/10/19 00:01:49 bm 1.33.4.2: RESYNC: (1.33-1.35); FILE MERGED 2006/10/13 17:39:56 mba 1.33.4.1: #i3997#: allow to open child windows in an OLE container while an OLE object is UIactive

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4fdc925153682e2865870803da1bdcce66508915]

        INTEGRATION: CWS chart2mst3 (1.33.30); FILE MERGED 2006/11/24 18:20:55 bm 1.33.30.5: RESYNC: (1.37-1.38); FILE MERGED 2006/10/18 23:57:07 bm 1.33.30.4: RESYNC: (1.36-1.37); FILE MERGED 2005/10/08 09:12:22 bm 1.33.30.3: RESYNC: (1.34-1.36); FILE MERGED 2005/05/17 12:56:50 bm 1.33.30.2: RESYNC: (1.33-1.34); FILE MERGED 2005/05/12 19:56:38 sab 1.33.30.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41fde415f5ebbb8a18d869925843a7375787e660]

        INTEGRATION: CWS chart2mst3 (1.56.80); FILE MERGED 2007/04/25 03:11:24 bm 1.56.80.7: RESYNC: (1.62-1.65); FILE MERGED 2006/10/18 23:56:32 bm 1.56.80.6: RESYNC: (1.60-1.62); FILE MERGED 2006/05/05 15:18:48 bm 1.56.80.5: RESYNC: (1.58-1.60); FILE MERGED 2005/10/08 09:10:35 bm 1.56.80.4: RESYNC: (1.57-1.58); FILE MERGED 2005/05/20 14:12:32 bm 1.56.80.3: move range to string and string to range converter methods to rangeutil 2005/05/17 12:54:47 bm 1.56.80.2: RESYNC: (1.56-1.57); FILE MERGED 2005/05/12 19:56:37 sab 1.56.80.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1248586ffe51b4c864d87bc51c1a8be22feb9215]

        INTEGRATION: CWS chart2mst3 (1.12.394); FILE MERGED 2007/04/25 03:11:17 bm 1.12.394.5: RESYNC: (1.15-1.16); FILE MERGED 2006/10/18 23:56:26 bm 1.12.394.4: RESYNC: (1.14-1.15); FILE MERGED 2005/10/08 09:10:14 bm 1.12.394.3: RESYNC: (1.13-1.14); FILE MERGED 2005/05/17 12:54:02 bm 1.12.394.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/12 19:56:37 sab 1.12.394.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4cc355d03df5f46ec9f933fd183c479640ef0087]

        INTEGRATION: CWS chart2mst3 (1.9.22); FILE MERGED 2007/04/25 03:11:08 bm 1.9.22.5: RESYNC: (1.12-1.13); FILE MERGED 2006/10/18 23:56:19 bm 1.9.22.4: RESYNC: (1.11-1.12); FILE MERGED 2005/10/08 09:09:53 bm 1.9.22.3: RESYNC: (1.10-1.11); FILE MERGED 2005/05/17 12:53:45 bm 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/05/12 19:56:37 sab 1.9.22.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0ba9d5ff05d2f85470d34baf9a6559759ec8fcdf]

        INTEGRATION: CWS chart2mst3 (1.112.28); FILE MERGED 2007/04/25 03:10:24 bm 1.112.28.7: RESYNC: (1.124-1.125); FILE MERGED 2006/10/18 23:55:42 bm 1.112.28.6: RESYNC: (1.123-1.124); FILE MERGED 2006/05/05 15:18:28 bm 1.112.28.5: RESYNC: (1.118-1.123); FILE MERGED 2006/01/25 14:25:02 bm 1.112.28.4: RESYNC: (1.117-1.118); FILE MERGED 2005/10/08 09:07:12 bm 1.112.28.3: RESYNC: (1.114-1.117); FILE MERGED 2005/05/17 12:51:48 bm 1.112.28.2: RESYNC: (1.112-1.114); FILE MERGED 2005/05/12 19:56:36 sab 1.112.28.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ed6bdaf565e1ed6634942b37d90214a8c006f8da]

        INTEGRATION: CWS chart2mst3 (1.11.22); FILE MERGED 2007/04/25 03:10:06 bm 1.11.22.5: RESYNC: (1.14-1.15); FILE MERGED 2006/10/18 23:55:26 bm 1.11.22.4: RESYNC: (1.13-1.14); FILE MERGED 2005/10/08 09:06:30 bm 1.11.22.3: RESYNC: (1.12-1.13); FILE MERGED 2005/05/17 12:51:18 bm 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/12 19:56:36 sab 1.11.22.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f0ca2e9780cd058d2c593225aa5474e0dfa20ce]

        INTEGRATION: CWS chart2mst3 (1.190.10); FILE MERGED 2007/05/14 20:21:57 bm 1.190.10.14: RESYNC: (1.203-1.204); FILE MERGED 2007/04/27 12:35:52 bm 1.190.10.13: RESYNC: warnings removed 2007/04/25 03:09:59 bm 1.190.10.12: RESYNC: (1.201-1.203); FILE MERGED 2006/11/20 18:33:17 nn 1.190.10.11: #i71250# removed unused include 2006/10/31 15:01:30 bm 1.190.10.10: save correct used source ranges for charts 2006/10/18 23:55:19 bm 1.190.10.9: RESYNC: (1.199-1.201); FILE MERGED 2006/05/05 15:18:09 bm 1.190.10.8: RESYNC: (1.198-1.199); FILE MERGED 2006/01/25 14:24:33 bm 1.190.10.7: RESYNC: (1.197-1.198); FILE MERGED 2005/10/11 08:28:43 bm 1.190.10.6: header vanished on merge 2005/10/10 08:14:23 bm 1.190.10.5: RESYNC: (1.194-1.197); FILE MERGED 2005/07/25 18:39:29 bm 1.190.10.4: RESYNC: (1.193-1.194); FILE MERGED 2005/05/20 14:12:31 bm 1.190.10.3: move range to string and string to range converter methods to rangeutil 2005/05/17 12:50:55 bm 1.190.10.2: RESYNC: (1.190-1.193); FILE MERGED 2005/05/12 19:56:35 sab 1.190.10.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c5bbee2c5e3b406a549fa9be123ec52f0a83cfa9]

        INTEGRATION: CWS chart2mst3 (1.24.146); FILE MERGED 2007/04/25 03:09:52 bm 1.24.146.5: RESYNC: (1.28-1.29); FILE MERGED 2006/10/18 23:55:11 bm 1.24.146.4: RESYNC: (1.27-1.28); FILE MERGED 2005/10/08 09:05:48 bm 1.24.146.3: RESYNC: (1.26-1.27); FILE MERGED 2005/05/17 12:50:33 bm 1.24.146.2: RESYNC: (1.24-1.26); FILE MERGED 2005/05/12 19:56:35 sab 1.24.146.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [253be4f2c7d911b30c175277aa799545a3665450]

        INTEGRATION: CWS chart2mst3 (1.18.122); FILE MERGED 2007/04/25 03:09:21 bm 1.18.122.7: RESYNC: (1.24-1.25); FILE MERGED 2007/02/07 15:41:38 iha 1.18.122.6: RESYNC: (1.23-1.24); FILE MERGED 2006/10/18 23:55:05 bm 1.18.122.5: RESYNC: (1.22-1.23); FILE MERGED 2006/01/25 14:23:35 bm 1.18.122.4: RESYNC: (1.21-1.22); FILE MERGED 2005/10/08 09:05:15 bm 1.18.122.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/17 12:50:08 bm 1.18.122.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/12 19:56:35 sab 1.18.122.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9fc38d3caeaf77126f10b84275da986d12e92b6]

        INTEGRATION: CWS chart2mst3 (1.23.22); FILE MERGED 2007/04/27 12:24:56 bm 1.23.22.7: RESYNC: warnings removed 2007/04/25 03:06:38 bm 1.23.22.6: RESYNC: (1.26-1.27); FILE MERGED 2006/10/18 23:53:25 bm 1.23.22.5: RESYNC: (1.25-1.26); FILE MERGED 2005/10/08 09:00:14 bm 1.23.22.4: RESYNC: (1.24-1.25); FILE MERGED 2005/09/08 16:58:20 iha 1.23.22.3: set charts to dirty after loading flat xml (calc is not complete during loading the chart -> wrong first visual representation of charts need to be updated) 2005/05/17 12:47:11 bm 1.23.22.2: RESYNC: (1.23-1.24); FILE MERGED 2005/05/12 19:56:35 sab 1.23.22.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [da9c68cdf14ff80382a28c153ae23fec527a5fb3]

        INTEGRATION: CWS chart2mst3 (1.22.82); FILE MERGED 2007/04/25 03:07:04 bm 1.22.82.5: RESYNC: (1.25-1.26); FILE MERGED 2006/10/18 23:53:19 bm 1.22.82.4: RESYNC: (1.24-1.25); FILE MERGED 2005/10/08 08:59:49 bm 1.22.82.3: RESYNC: (1.23-1.24); FILE MERGED 2005/05/17 12:47:03 bm 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2005/05/12 19:56:34 sab 1.22.82.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7016d0e5e68f385f33e90d7841224bf03511e50d]

        INTEGRATION: CWS chart2mst3 (1.41.10); FILE MERGED 2007/04/25 03:06:09 bm 1.41.10.6: RESYNC: (1.46-1.47); FILE MERGED 2006/10/18 23:52:43 bm 1.41.10.5: RESYNC: (1.45-1.46); FILE MERGED 2006/05/05 15:17:49 bm 1.41.10.4: RESYNC: (1.44-1.45); FILE MERGED 2005/10/08 08:57:50 bm 1.41.10.3: RESYNC: (1.43-1.44); FILE MERGED 2005/05/17 12:45:54 bm 1.41.10.2: RESYNC: (1.41-1.43); FILE MERGED 2005/05/12 19:56:34 sab 1.41.10.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [95537705901f3c3e3a5e8137a119cb8982ea79c5]

        INTEGRATION: CWS chart2mst3 (1.17.34); FILE MERGED 2007/04/25 03:05:28 bm 1.17.34.5: RESYNC: (1.20-1.21); FILE MERGED 2006/10/18 23:52:17 bm 1.17.34.4: RESYNC: (1.19-1.20); FILE MERGED 2005/10/08 08:56:39 bm 1.17.34.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/17 12:44:56 bm 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2005/05/12 19:56:34 sab 1.17.34.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1afe97bbe88506680d31252d1eecd70ca69f7b08]

        INTEGRATION: CWS chart2mst3 (1.18.66); FILE MERGED 2007/04/25 03:05:22 bm 1.18.66.7: RESYNC: (1.24-1.25); FILE MERGED 2007/02/07 15:41:46 iha 1.18.66.6: RESYNC: (1.23-1.24); FILE MERGED 2006/10/18 23:52:10 bm 1.18.66.5: RESYNC: (1.22-1.23); FILE MERGED 2005/10/08 08:56:13 bm 1.18.66.4: RESYNC: (1.21-1.22); FILE MERGED 2005/07/25 18:39:20 bm 1.18.66.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/17 12:44:32 bm 1.18.66.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/12 19:56:34 sab 1.18.66.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7935487946d40aef41b70dc852c66f3c8b7c9da2]

        INTEGRATION: CWS chart2mst3 (1.10.374); FILE MERGED 2007/04/25 03:05:05 bm 1.10.374.5: RESYNC: (1.13-1.14); FILE MERGED 2006/10/18 23:51:47 bm 1.10.374.4: RESYNC: (1.12-1.13); FILE MERGED 2005/10/08 08:54:58 bm 1.10.374.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/17 12:43:26 bm 1.10.374.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/12 19:56:33 sab 1.10.374.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cd8e3f1f688fd783140f5f9b162e461b13c8e1f5]

        INTEGRATION: CWS chart2mst3 (1.12.400); FILE MERGED 2005/10/08 08:54:25 bm 1.12.400.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/12 19:56:33 sab 1.12.400.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fef7be4bc8bc70160d2b9fe3c2f7baaa1246246f]

        INTEGRATION: CWS chart2mst3 (1.21.22); FILE MERGED 2007/04/25 03:04:37 bm 1.21.22.5: RESYNC: (1.25-1.26); FILE MERGED 2006/10/18 23:51:30 bm 1.21.22.4: RESYNC: (1.23-1.24); FILE MERGED 2005/10/08 08:54:16 bm 1.21.22.3: RESYNC: (1.22-1.23); FILE MERGED 2005/05/17 12:42:53 bm 1.21.22.2: RESYNC: (1.21-1.22); FILE MERGED 2005/05/12 19:56:33 sab 1.21.22.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc6257e2b039793046284e89e0db97b09115c714]

        INTEGRATION: CWS chart2mst3 (1.5.386); FILE MERGED 2007/04/25 03:04:30 bm 1.5.386.5: RESYNC: (1.8-1.9); FILE MERGED 2006/10/18 23:51:23 bm 1.5.386.4: RESYNC: (1.7-1.8); FILE MERGED 2005/10/08 08:53:53 bm 1.5.386.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/17 12:42:29 bm 1.5.386.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 19:56:33 sab 1.5.386.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [abb6a4554dfec8b5ad1e4ae0482a9784a4d00ad2]

        INTEGRATION: CWS chart2mst3 (1.20.62); FILE MERGED 2007/04/25 03:04:13 bm 1.20.62.6: RESYNC: (1.24-1.25); FILE MERGED 2006/11/24 18:21:03 bm 1.20.62.5: RESYNC: (1.23-1.24); FILE MERGED 2006/10/18 23:50:57 bm 1.20.62.4: RESYNC: (1.22-1.23); FILE MERGED 2005/10/08 08:53:05 bm 1.20.62.3: RESYNC: (1.21-1.22); FILE MERGED 2005/05/17 12:41:47 bm 1.20.62.2: RESYNC: (1.20-1.21); FILE MERGED 2005/05/12 19:56:33 sab 1.20.62.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9a0ca72b280eac827d6675264930c3980764b946]

        INTEGRATION: CWS chart2mst3 (1.24.10); FILE MERGED 2007/04/25 03:04:06 bm 1.24.10.5: RESYNC: (1.27-1.28); FILE MERGED 2006/10/18 23:50:44 bm 1.24.10.4: RESYNC: (1.26-1.27); FILE MERGED 2005/10/08 08:52:43 bm 1.24.10.3: RESYNC: (1.25-1.26); FILE MERGED 2005/05/17 12:41:26 bm 1.24.10.2: RESYNC: (1.24-1.25); FILE MERGED 2005/05/12 19:56:32 sab 1.24.10.1: move range to string and string to range converter methods to rangeutil

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [732f5b2403573b96e6e271b38c61868bc1f43103]

        INTEGRATION: CWS chart2mst3 (1.21.24); FILE MERGED 2007/04/25 03:03:21 bm 1.21.24.6: RESYNC: (1.23-1.24); FILE MERGED 2007/02/07 15:41:21 iha 1.21.24.5: RESYNC: (1.22-1.23); FILE MERGED 2006/10/16 11:32:01 dr 1.21.24.4: RESYNC: (1.21-1.22); FILE MERGED 2006/10/12 14:23:49 dr 1.21.24.3: remove old chart filter code 2006/06/30 11:42:24 dr 1.21.24.2: started new chart export filter 2005/11/30 12:26:58 dr 1.21.24.1: axis formatting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fe1be601206882ad072aa6bfeb23e65e38616b78]

        INTEGRATION: CWS chart2mst3 (1.11.4); FILE MERGED 2006/11/24 18:20:48 bm 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2006/11/20 18:37:34 nn 1.11.4.1: #i71250# removed unused include

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [540c1d82cf127051d425c93e7af79d01ca0a5b40]

        INTEGRATION: CWS chart2mst3 (1.25.26); FILE MERGED 2006/08/31 10:00:34 dr 1.25.26.2: chart2 export: text formatting, series formatting 2006/07/11 14:13:50 dr 1.25.26.1: #export of chart line and area formats

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [831bc784da28706139e7d8a892c21ef868e624bb]

        INTEGRATION: CWS chart2mst3 (1.17.26); FILE MERGED 2007/02/07 15:40:49 iha 1.17.26.9: RESYNC: (1.20-1.21); FILE MERGED 2006/10/16 11:15:38 dr 1.17.26.8: RESYNC: (1.19-1.20); FILE MERGED 2006/09/18 16:52:11 dr 1.17.26.7: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:33 dr 1.17.26.6: chart2 export: text formatting, series formatting 2006/08/22 16:10:44 dr 1.17.26.5: chart2 export: string/text/title handling, first steps 2006/07/17 17:42:38 dr 1.17.26.4: import stock charts, extend new chart export 2006/03/28 15:11:41 dr 1.17.26.3: dumper merged from CWS dr47 2005/12/16 10:51:31 dr 1.17.26.2: font handling and code cleanup 2005/12/15 13:37:16 dr 1.17.26.1: API font handling reworked

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0f6233beed4ea18d39360a42777367e6fbd37965]

        INTEGRATION: CWS chart2mst3 (1.3.26); FILE MERGED 2006/08/22 16:10:43 dr 1.3.26.2: chart2 export: string/text/title handling, first steps 2005/11/24 10:52:56 dr 1.3.26.1: #i24066# rich-text title

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [02b2341bde5729cbaff131b38cdbdd972b71388f]

        INTEGRATION: CWS chart2mst3 (1.23.10); FILE MERGED 2007/02/07 15:40:42 iha 1.23.10.8: RESYNC: (1.27-1.28); FILE MERGED 2006/11/25 09:47:40 bm 1.23.10.7: RESYNC: (1.26-1.27); FILE MERGED 2006/07/17 17:42:38 dr 1.23.10.6: import stock charts, extend new chart export 2006/05/05 15:15:42 bm 1.23.10.5: RESYNC: (1.23-1.25); FILE MERGED 2006/02/22 14:19:47 dr 1.23.10.4: joined new dumper from dr46 2005/12/15 13:36:49 dr 1.23.10.3: API font handling reworked 2005/11/11 15:38:25 dr 1.23.10.2: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:40:51 dr 1.23.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b4fc0cd26126f619c112fe7848b3c5404aeae61]

        INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED 2006/07/11 14:13:49 dr 1.5.26.1: #export of chart line and area formats

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f85cddc2431053eb7b78e211d5451c281f593cb5]

        INTEGRATION: CWS chart2mst3 (1.6.8); FILE MERGED 2007/04/25 02:59:07 bm 1.6.8.5: RESYNC: (1.9-1.10); FILE MERGED 2006/07/17 17:42:38 dr 1.6.8.4: import stock charts, extend new chart export 2006/03/09 15:03:18 dr 1.6.8.3: more dumper stuff 2006/01/25 14:20:00 bm 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/07 14:40:51 dr 1.6.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [14c635df6ddf9df92c7db3ec726a42688141d810]

        INTEGRATION: CWS chart2mst3 (1.26.10); FILE MERGED 2007/02/13 14:02:36 dr 1.26.10.3: #i71697# wrong assertion 2006/08/31 10:00:33 dr 1.26.10.2: chart2 export: text formatting, series formatting 2006/03/28 15:11:41 dr 1.26.10.1: dumper merged from CWS dr47

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6370993381b1ac01baca839212fd75d78b64af5b]

        INTEGRATION: CWS chart2mst3 (1.4.10); FILE MERGED 2007/04/20 08:15:54 iha 1.4.10.52: #i75393# Connect Bars per diagram not per series 2006/10/30 10:08:30 dr 1.4.10.51: always set a default value for VARYCOLORSBY property 2006/10/12 14:23:40 dr 1.4.10.50: remove old chart filter code 2006/10/12 13:16:24 dr 1.4.10.49: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:56:02 dr 1.4.10.48: improved stacking support 2006/10/10 16:30:42 dr 1.4.10.47: reverse series order for area/donut charts, set 3d light source 2006/10/05 12:02:39 dr 1.4.10.46: export of stock charts 2006/09/28 14:28:28 dr 1.4.10.45: extended type info, handling of missing data source range 2006/09/27 09:56:40 dr 1.4.10.44: disable support for reversed axes 2006/09/26 12:30:19 dr 1.4.10.43: export of error bars 2006/09/21 11:15:45 dr 1.4.10.42: default frame formatting 2006/09/18 16:52:10 dr 1.4.10.41: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:33 dr 1.4.10.40: chart2 export: text formatting, series formatting 2006/08/22 16:10:43 dr 1.4.10.39: chart2 export: string/text/title handling, first steps 2006/08/16 11:46:05 dr 1.4.10.38: chart2 import/export 2006/07/27 15:07:18 dr 1.4.10.37: RESYNC: (1.5-1.6); FILE MERGED 2006/07/18 15:19:28 dr 1.4.10.36: auto formatting 2006/07/17 17:42:37 dr 1.4.10.35: import stock charts, extend new chart export 2006/07/11 14:13:49 dr 1.4.10.34: #export of chart line and area formats 2006/06/29 14:09:01 dr 1.4.10.33: spline for line charts 2006/06/28 09:02:30 dr 1.4.10.32: #i47264# import trend lines 2006/06/27 14:33:26 dr 1.4.10.31: import wall/floor in 3d charts, #i47264# import error bars 2006/06/23 15:24:12 dr 1.4.10.30: pie/donut charts, varied point colors 2006/06/22 10:52:26 dr 1.4.10.29: combination chart support 2006/05/18 13:00:44 dr 1.4.10.28: #i60067# use named gradients, bitmaps and dashes in old and new API 2006/04/13 13:33:51 dr 1.4.10.27: type info provider added 2006/04/12 15:15:33 dr 1.4.10.26: create coordinate system and chart types with factory 2006/04/10 18:45:14 dr 1.4.10.25: chart API rework 2006/04/04 16:07:59 dr 1.4.10.24: bar charts: gap, overlap, connector lines 2006/03/31 14:51:24 dr 1.4.10.23: axis formatting completed 2006/03/29 16:10:58 dr 1.4.10.22: remove reference size properties to avoid automatic text scaling 2006/03/09 15:03:18 dr 1.4.10.21: more dumper stuff 2005/12/23 15:58:39 dr 1.4.10.20: main increment 2005/12/23 10:00:35 dr 1.4.10.19: main grid 2005/12/22 15:07:11 dr 1.4.10.18: data labels, pie format, 3d bar format 2005/12/21 14:54:16 dr 1.4.10.17: remove identifiers from objects 2005/12/21 11:46:57 dr 1.4.10.16: stacked charts, symbols, data point formats 2005/12/16 10:51:30 dr 1.4.10.15: font handling and code cleanup 2005/12/15 14:51:52 dr 1.4.10.14: API font handling 2005/12/15 13:36:40 dr 1.4.10.13: API font handling reworked 2005/12/09 14:51:57 dr 1.4.10.12: import legend 2005/12/08 17:47:39 dr 1.4.10.11: improved line/area formatting handling 2005/12/06 15:26:54 dr 1.4.10.10: complex fill properties (gradient/bitmap) 2005/12/02 12:43:55 dr 1.4.10.9: minimum/maximum and category source range 2005/11/30 17:16:25 dr 1.4.10.8: chart axes 2005/11/30 12:26:47 dr 1.4.10.7: axis formatting 2005/11/25 11:54:00 dr 1.4.10.6: #i24066# border and area of text objects 2005/11/24 10:52:55 dr 1.4.10.5: #i24066# rich-text title 2005/11/16 16:48:11 dr 1.4.10.4: #i3997# new chart2 API for source ranges, step 2 2005/11/11 15:38:24 dr 1.4.10.3: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:40:50 dr 1.4.10.2: #i3997# preparations for new chart2 API 2005/10/12 12:22:31 dr 1.4.10.1: #i47264 add trendlines and error bars

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cdc5d98732c77161e41d76a82c6fc9e23ad835a6]

        INTEGRATION: CWS chart2mst3 (1.18.26); FILE MERGED 2006/10/16 11:15:30 dr 1.18.26.7: RESYNC: (1.20-1.21); FILE MERGED 2006/09/18 16:52:10 dr 1.18.26.6: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:33 dr 1.18.26.5: chart2 export: text formatting, series formatting 2006/07/27 15:07:09 dr 1.18.26.4: RESYNC: (1.19-1.20); FILE MERGED 2006/01/25 14:18:55 bm 1.18.26.3: RESYNC: (1.18-1.19); FILE MERGED 2005/12/16 10:51:30 dr 1.18.26.2: font handling and code cleanup 2005/12/15 13:36:34 dr 1.18.26.1: API font handling reworked

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9cc0f580684a03f70da9d9d106b39a46eb056156]

        INTEGRATION: CWS chart2mst3 (1.19.10); FILE MERGED 2007/02/07 15:40:11 iha 1.19.10.12: RESYNC: (1.24-1.25); FILE MERGED 2006/10/18 23:44:59 bm 1.19.10.11: RESYNC: (1.23-1.24); FILE MERGED 2006/10/16 11:15:23 dr 1.19.10.10: RESYNC: (1.22-1.23); FILE MERGED 2006/08/16 11:46:05 dr 1.19.10.9: chart2 import/export 2006/07/27 15:06:32 dr 1.19.10.8: RESYNC: (1.21-1.22); FILE MERGED 2006/07/11 14:13:49 dr 1.19.10.7: #export of chart line and area formats 2006/06/22 10:46:09 dr 1.19.10.6: set BIFF5 chart anchor, support BIFF5 chart sheets 2006/06/16 08:14:36 dr 1.19.10.5: load BIFF5 charts 2006/05/05 15:15:16 bm 1.19.10.4: RESYNC: (1.20-1.21); FILE MERGED 2006/01/25 14:18:41 bm 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2006/01/11 13:18:46 dr 1.19.10.2: escher stream handling improved 2005/11/24 13:14:53 dr 1.19.10.1: #i24066# move string import into own file, reduce header dep's

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6481b90672b337b2c9c4e6fbf2447733cde3274b]

        INTEGRATION: CWS chart2mst3 (1.11.26); FILE MERGED 2006/07/27 15:06:24 dr 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/24 13:14:52 dr 1.11.26.1: #i24066# move string import into own file, reduce header dep's

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [56e9ac96e5465f97d85ec20dcc3a9babef5430fa]

        INTEGRATION: CWS chart2mst3 (1.4.10); FILE MERGED 2007/04/25 02:58:52 bm 1.4.10.54: RESYNC: (1.6-1.7); FILE MERGED 2007/04/20 08:16:32 iha 1.4.10.53: #i75393# Connect Bars per diagram not per series 2006/11/14 16:07:36 dr 1.4.10.52: correct import of automatic chart title 2006/10/12 14:23:40 dr 1.4.10.51: remove old chart filter code 2006/10/12 13:16:24 dr 1.4.10.50: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:56:02 dr 1.4.10.49: improved stacking support 2006/10/10 16:30:41 dr 1.4.10.48: reverse series order for area/donut charts, set 3d light source 2006/10/05 12:02:39 dr 1.4.10.47: export of stock charts 2006/09/28 14:28:28 dr 1.4.10.46: extended type info, handling of missing data source range 2006/09/26 15:34:03 dr 1.4.10.45: export of trend lines 2006/09/26 12:30:18 dr 1.4.10.44: export of error bars 2006/09/21 11:15:45 dr 1.4.10.43: default frame formatting 2006/09/18 16:52:10 dr 1.4.10.42: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:33 dr 1.4.10.41: chart2 export: text formatting, series formatting 2006/08/22 16:10:43 dr 1.4.10.40: chart2 export: string/text/title handling, first steps 2006/08/16 11:46:05 dr 1.4.10.39: chart2 import/export 2006/07/27 15:06:16 dr 1.4.10.38: RESYNC: (1.4-1.5); FILE MERGED 2006/07/18 15:19:28 dr 1.4.10.37: auto formatting 2006/07/17 17:42:37 dr 1.4.10.36: import stock charts, extend new chart export 2006/07/11 14:13:48 dr 1.4.10.35: #export of chart line and area formats 2006/06/30 11:41:42 dr 1.4.10.34: started new chart export filter 2006/06/29 14:09:01 dr 1.4.10.33: spline for line charts 2006/06/29 09:08:08 dr 1.4.10.32: #i4140# ignore empty groups and axessets 2006/06/28 09:02:30 dr 1.4.10.31: #i47264# import trend lines 2006/06/27 14:33:26 dr 1.4.10.30: import wall/floor in 3d charts, #i47264# import error bars 2006/06/23 15:24:12 dr 1.4.10.29: pie/donut charts, varied point colors 2006/06/22 10:52:26 dr 1.4.10.28: combination chart support 2006/05/18 13:00:43 dr 1.4.10.27: #i60067# use named gradients, bitmaps and dashes in old and new API 2006/04/13 13:33:51 dr 1.4.10.26: type info provider added 2006/04/12 15:15:32 dr 1.4.10.25: create coordinate system and chart types with factory 2006/04/10 18:45:14 dr 1.4.10.24: chart API rework 2006/04/06 10:30:43 dr 1.4.10.23: variable area formatting inside series 2006/04/04 16:07:58 dr 1.4.10.22: bar charts: gap, overlap, connector lines 2006/03/31 14:51:23 dr 1.4.10.21: axis formatting completed 2005/12/23 15:58:38 dr 1.4.10.20: main increment 2005/12/23 10:00:35 dr 1.4.10.19: main grid 2005/12/22 15:07:11 dr 1.4.10.18: data labels, pie format, 3d bar format 2005/12/21 11:46:56 dr 1.4.10.17: stacked charts, symbols, data point formats 2005/12/16 10:51:29 dr 1.4.10.16: font handling and code cleanup 2005/12/15 14:51:52 dr 1.4.10.15: API font handling 2005/12/09 14:51:56 dr 1.4.10.14: import legend 2005/12/08 17:47:38 dr 1.4.10.13: improved line/area formatting handling 2005/12/06 15:26:53 dr 1.4.10.12: complex fill properties (gradient/bitmap) 2005/12/02 12:43:54 dr 1.4.10.11: minimum/maximum and category source range 2005/11/30 17:16:25 dr 1.4.10.10: chart axes 2005/11/30 12:26:46 dr 1.4.10.9: axis formatting 2005/11/25 11:53:59 dr 1.4.10.8: #i24066# border and area of text objects 2005/11/24 13:14:51 dr 1.4.10.7: #i24066# move string import into own file, reduce header dep's 2005/11/24 10:52:55 dr 1.4.10.6: #i24066# rich-text title 2005/11/17 09:38:11 dr 1.4.10.5: #i3997# helper function for creation of labeled data sequence 2005/11/16 16:48:11 dr 1.4.10.4: #i3997# new chart2 API for source ranges, step 2 2005/11/11 15:38:24 dr 1.4.10.3: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:40:48 dr 1.4.10.2: #i3997# preparations for new chart2 API 2005/10/12 12:22:31 dr 1.4.10.1: #i47264 add trendlines and error bars

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0be3e67ef22b7af2f8a11f9fb9207fbbfdbf5cf6]

        INTEGRATION: CWS chart2mst3 (1.7.26); FILE MERGED 2006/07/27 15:06:09 dr 1.7.26.3: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 12:53:09 dr 1.7.26.2: name conflict: Size() member function vs. class Size parameter type 2005/11/07 14:40:47 dr 1.7.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2f7ad8567457ec89265912b98bbfe85cb23191c2]

        INTEGRATION: CWS chart2mst3 (1.15.26); FILE MERGED 2007/04/25 02:58:21 bm 1.15.26.6: RESYNC: (1.16-1.17); FILE MERGED 2006/09/18 16:52:10 dr 1.15.26.5: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:33 dr 1.15.26.4: chart2 export: text formatting, series formatting 2006/07/17 17:42:37 dr 1.15.26.3: import stock charts, extend new chart export 2006/07/11 14:13:48 dr 1.15.26.2: #export of chart line and area formats 2006/03/28 15:11:41 dr 1.15.26.1: dumper merged from CWS dr47

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7b300b800a8f7767b5f5adf79c342db9d9ab57d2]

        INTEGRATION: CWS chart2mst3 (1.8.18); FILE MERGED 2007/02/07 15:40:00 iha 1.8.18.3: RESYNC: (1.8-1.9); FILE MERGED 2006/08/31 10:00:32 dr 1.8.18.2: chart2 export: text formatting, series formatting 2006/08/22 16:10:43 dr 1.8.18.1: chart2 export: string/text/title handling, first steps

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4607baf90a573adfb1a95e16abfe028c2324e72e]

        INTEGRATION: CWS chart2mst3 (1.10.26); FILE MERGED 2007/04/25 02:58:15 bm 1.10.26.4: RESYNC: (1.11-1.12); FILE MERGED 2006/07/27 15:05:34 dr 1.10.26.3: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 12:53:09 dr 1.10.26.2: name conflict: Size() member function vs. class Size parameter type 2006/06/30 11:41:41 dr 1.10.26.1: started new chart export filter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ed605ed8b78f198011e4ba480226658a78aba0e]

        INTEGRATION: CWS chart2mst3 (1.4.26); FILE MERGED 2006/07/11 14:13:48 dr 1.4.26.1: #export of chart line and area formats

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d30c0fe05c1f6960df94fdae6dd7b1d171f15e21]

        INTEGRATION: CWS chart2mst3 (1.5.8); FILE MERGED 2006/07/17 17:42:37 dr 1.5.8.3: import stock charts, extend new chart export 2006/01/25 14:18:24 bm 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/07 14:40:46 dr 1.5.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f0e5413b857d9e0d4e6fdd2c8f4062027fbd6097]

        INTEGRATION: CWS chart2mst3 (1.6.26); FILE MERGED 2007/02/07 15:39:45 iha 1.6.26.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/11 14:13:48 dr 1.6.26.3: #export of chart line and area formats 2006/06/30 11:41:41 dr 1.6.26.2: started new chart export filter 2005/11/07 14:40:45 dr 1.6.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [28897ca8ab56e367ae7a3063ee6b2bef39b83d23]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 08:17:01 iha 1.1.2.17: #i75393# Connect Bars per diagram not per series 2006/10/12 14:23:40 dr 1.1.2.16: remove old chart filter code 2006/10/12 13:16:24 dr 1.1.2.15: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:56:02 dr 1.1.2.14: improved stacking support 2006/10/05 12:02:39 dr 1.1.2.13: export of stock charts 2006/09/28 14:28:28 dr 1.1.2.12: extended type info, handling of missing data source range 2006/09/26 15:34:03 dr 1.1.2.11: export of trend lines 2006/09/26 12:30:18 dr 1.1.2.10: export of error bars 2006/09/21 11:15:45 dr 1.1.2.9: default frame formatting 2006/09/18 16:52:10 dr 1.1.2.8: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 10:00:32 dr 1.1.2.7: chart2 export: text formatting, series formatting 2006/08/22 16:10:42 dr 1.1.2.6: chart2 export: string/text/title handling, first steps 2006/08/16 11:46:05 dr 1.1.2.5: chart2 import/export 2006/07/27 07:57:27 dr 1.1.2.4: source ranges, part 1 2006/07/17 17:42:36 dr 1.1.2.3: import stock charts, extend new chart export 2006/07/11 14:13:47 dr 1.1.2.2: #export of chart line and area formats 2006/06/30 11:41:41 dr 1.1.2.1: started new chart export filter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [01b840e1ae32c7d4cfe349caca8e916d6f8ad01a]

        INTEGRATION: CWS chart2mst3 (1.34.26); FILE MERGED 2007/04/25 02:57:05 bm 1.34.26.8: RESYNC: (1.39-1.40); FILE MERGED 2006/10/16 11:15:13 dr 1.34.26.7: RESYNC: (1.37-1.39); FILE MERGED 2006/07/11 14:13:47 dr 1.34.26.6: #export of chart line and area formats 2006/06/16 13:41:30 bm 1.34.26.5: RESYNC: (1.36-1.37); FILE MERGED 2006/05/05 15:14:06 bm 1.34.26.4: RESYNC: (1.35-1.36); FILE MERGED 2006/02/22 14:19:46 dr 1.34.26.3: joined new dumper from dr46 2006/01/25 14:15:28 bm 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2005/11/16 17:00:54 dr 1.34.26.1: #i3997# remove non-working BIFF5 chart import

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c8571e94b743ffab8adca344cb7232a3a115469c]

        INTEGRATION: CWS chart2mst3 (1.18.26); FILE MERGED 2007/04/25 02:56:43 bm 1.18.26.6: RESYNC: (1.20-1.21); FILE MERGED 2007/02/07 15:38:56 iha 1.18.26.5: RESYNC: (1.19-1.20); FILE MERGED 2006/09/18 16:52:09 dr 1.18.26.4: export of data labels, bar connectors, axis number format, automatic colors 2006/07/11 14:13:47 dr 1.18.26.3: #export of chart line and area formats 2006/02/24 17:50:29 dr 1.18.26.2: more chart recs, prepare formula dump 2005/11/25 11:53:59 dr 1.18.26.1: #i24066# border and area of text objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [74aebc3ce130cf051fb7a98e8fab0ec58746f03c]

        INTEGRATION: CWS chart2mst3 (1.7.26); FILE MERGED 2007/02/07 15:38:49 iha 1.7.26.12: RESYNC: (1.8-1.9); FILE MERGED 2006/11/14 15:13:41 dr 1.7.26.11: correct conversion of logarithmic scaling settings 2006/09/26 15:34:02 dr 1.7.26.10: export of trend lines 2006/07/11 14:13:47 dr 1.7.26.9: #export of chart line and area formats 2006/06/30 11:41:41 dr 1.7.26.8: started new chart export filter 2005/12/09 14:51:55 dr 1.7.26.7: import legend 2005/12/08 17:47:38 dr 1.7.26.6: improved line/area formatting handling 2005/11/25 11:53:59 dr 1.7.26.5: #i24066# border and area of text objects 2005/11/24 10:52:55 dr 1.7.26.4: #i24066# rich-text title 2005/11/11 16:40:43 dr 1.7.26.3: #i3997# removed old propertyset helper functions 2005/11/11 15:38:23 dr 1.7.26.2: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:40:44 dr 1.7.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0ee7ea22173678b7964e9207d56896c6180eb3d4]

        INTEGRATION: CWS chart2mst3 (1.14.48); FILE MERGED 2007/02/07 15:38:31 iha 1.14.48.3: RESYNC: (1.15-1.17); FILE MERGED 2006/10/18 23:44:32 bm 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2006/07/11 14:10:43 dr 1.14.48.1: #export of chart line and area formats

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [efe79bd2b37fe170a7cd9b36741f92e434445a94]

        INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED 2007/04/25 02:54:20 bm 1.5.26.15: RESYNC: (1.7-1.8); FILE MERGED 2006/11/14 15:13:49 dr 1.5.26.14: correct conversion of logarithmic scaling settings 2006/10/18 23:44:16 bm 1.5.26.13: RESYNC: (1.6-1.7); FILE MERGED 2006/09/26 15:33:21 dr 1.5.26.12: export of trend lines 2006/08/31 10:00:16 dr 1.5.26.11: correctly extract boolean values with ReadValue() 2006/07/27 16:13:29 dr 1.5.26.10: #i10000# merge conflict 2006/07/27 15:38:09 dr 1.5.26.9: RESYNC: (1.5-1.6); FILE MERGED 2006/07/11 14:10:43 dr 1.5.26.8: #export of chart line and area formats 2006/06/22 10:51:47 dr 1.5.26.7: combination chart support 2005/12/09 14:51:36 dr 1.5.26.6: import legend 2005/12/08 17:46:34 dr 1.5.26.5: improved line/area formatting handling 2005/12/08 17:39:39 dr 1.5.26.4: improved line/area formatting handling 2005/11/25 11:53:37 dr 1.5.26.3: #i24066# border and area of text objects 2005/11/11 15:38:54 dr 1.5.26.2: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:17:41 dr 1.5.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3f57d3e402b1df2fb829c9e02bb4e63392ee22e8]

        INTEGRATION: CWS chart2mst3 (1.24.10); FILE MERGED 2007/02/13 14:02:54 dr 1.24.10.6: #i71697# wrong assertion 2006/10/13 13:40:07 dr 1.24.10.5: RESYNC: (1.26-1.28); FILE MERGED 2006/08/31 09:59:29 dr 1.24.10.4: chart2 export: text formatting, series formatting 2006/07/11 14:08:32 dr 1.24.10.3: #export of chart line and area formats 2006/05/05 15:12:43 bm 1.24.10.2: RESYNC: (1.24-1.26); FILE MERGED 2005/11/30 12:26:21 dr 1.24.10.1: axis formatting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [64716d610ac6ff4bfee0e729f9ef0d1efc7f851e]

        INTEGRATION: CWS chart2mst3 (1.17.24); FILE MERGED 2007/04/25 02:54:13 bm 1.17.24.11: RESYNC: (1.24-1.25); FILE MERGED 2007/02/13 14:02:54 dr 1.17.24.10: #i71697# wrong assertion 2007/02/08 11:00:00 iha 1.17.24.9: resync m195 -> m202 2007/02/07 15:38:24 iha 1.17.24.8: RESYNC: (1.23-1.24); FILE MERGED 2006/10/13 13:39:59 dr 1.17.24.7: RESYNC: (1.21-1.23); FILE MERGED 2006/08/31 09:59:29 dr 1.17.24.6: chart2 export: text formatting, series formatting 2006/08/22 16:08:57 dr 1.17.24.5: chart2 export: string/text/title handling, first steps 2006/05/05 15:12:35 bm 1.17.24.4: RESYNC: (1.18-1.20); FILE MERGED 2006/01/25 14:13:47 bm 1.17.24.3: RESYNC: (1.17-1.18); FILE MERGED 2005/12/16 10:50:56 dr 1.17.24.2: font handling and code cleanup 2005/12/15 13:35:59 dr 1.17.24.1: API font handling reworked

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d418cfb3a4dabb369026a796e53715f6b870f5ce]

        INTEGRATION: CWS chart2mst3 (1.10.8); FILE MERGED 2007/04/25 02:53:30 bm 1.10.8.10: RESYNC: (1.18-1.19); FILE MERGED 2007/02/07 15:37:49 iha 1.10.8.9: RESYNC: (1.16-1.18); FILE MERGED 2006/11/24 18:20:11 bm 1.10.8.8: RESYNC: (1.14-1.16); FILE MERGED 2006/10/19 11:19:10 dr 1.10.8.7: #10000# re-enable INFO function 2006/10/13 13:39:02 dr 1.10.8.6: RESYNC: (1.13-1.14); FILE MERGED 2006/07/27 16:13:12 dr 1.10.8.5: #i10000# merge conflict 2006/07/27 13:42:19 dr 1.10.8.4: RESYNC: (1.11-1.13); FILE MERGED 2006/07/17 17:40:48 dr 1.10.8.3: import stock charts, extend new chart export 2006/01/25 14:12:24 bm 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/07 14:12:25 dr 1.10.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c50d75ba322c1b864b98f444d703b12d5521ea8]

        INTEGRATION: CWS chart2mst3 (1.10.10); FILE MERGED 2007/02/07 15:37:42 iha 1.10.10.3: RESYNC: (1.11-1.12); FILE MERGED 2006/10/13 13:38:54 dr 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/03 13:56:59 dr 1.10.10.1: type correctness

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2052095ca60ee5a627c621d1aeb805216ac26a50]

        INTEGRATION: CWS chart2mst3 (1.4.10); FILE MERGED 2007/04/25 13:40:26 bm 1.4.10.45: RESYNC: unused variable now used 2007/04/25 02:53:23 bm 1.4.10.44: RESYNC: (1.6-1.7); FILE MERGED 2007/04/19 15:19:04 dr 1.4.10.43: #i71697# add zero check before division... 2007/04/19 14:58:27 dr 1.4.10.42: #i71697# LegendExpansion according to real size 2007/02/13 14:02:53 dr 1.4.10.41: #i71697# wrong assertion 2006/10/16 11:56:53 dr 1.4.10.40: handle missing CHTICK record 2006/10/13 13:38:46 dr 1.4.10.39: RESYNC: (1.5-1.6); FILE MERGED 2006/10/12 14:23:27 dr 1.4.10.38: remove old chart filter code 2006/10/12 13:16:12 dr 1.4.10.37: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:55:45 dr 1.4.10.36: improved stacking support 2006/10/10 16:29:25 dr 1.4.10.35: reverse series order for area/donut charts, set 3d light source 2006/10/05 11:34:35 dr 1.4.10.34: export of stock charts 2006/09/28 14:28:19 dr 1.4.10.33: extended type info, handling of missing data source range 2006/09/26 15:23:33 dr 1.4.10.32: export of trend lines 2006/09/26 12:29:52 dr 1.4.10.31: export of error bars 2006/09/21 11:15:19 dr 1.4.10.30: default frame formatting 2006/09/18 16:51:56 dr 1.4.10.29: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 09:59:29 dr 1.4.10.28: chart2 export: text formatting, series formatting 2006/08/22 16:08:56 dr 1.4.10.27: chart2 export: string/text/title handling, first steps 2006/08/16 11:45:50 dr 1.4.10.26: chart2 import/export 2006/07/27 13:42:11 dr 1.4.10.25: RESYNC: (1.4-1.5); FILE MERGED 2006/07/27 07:56:49 dr 1.4.10.24: source ranges, part 1 2006/07/18 15:19:27 dr 1.4.10.23: auto formatting 2006/07/17 17:40:48 dr 1.4.10.22: import stock charts, extend new chart export 2006/07/11 14:08:31 dr 1.4.10.21: #export of chart line and area formats 2006/06/27 14:33:15 dr 1.4.10.20: import wall/floor in 3d charts, #i47264# import error bars 2006/06/23 15:10:59 dr 1.4.10.19: pie/donut charts, varied point colors 2006/05/18 12:59:53 dr 1.4.10.18: #i60067# use named gradients, bitmaps and dashes in old and new API 2006/04/13 13:32:21 dr 1.4.10.17: type info provider added 2006/04/12 15:13:47 dr 1.4.10.16: create coordinate system and chart types with factory 2006/04/10 18:43:43 dr 1.4.10.15: chart API rework 2005/12/21 14:11:34 dr 1.4.10.14: border color for symbols 2005/12/21 11:46:44 dr 1.4.10.13: stacked charts, symbols, data point formats 2005/12/16 10:50:56 dr 1.4.10.12: font handling and code cleanup 2005/12/15 14:51:42 dr 1.4.10.11: API font handling 2005/12/15 13:35:58 dr 1.4.10.10: API font handling reworked 2005/12/09 14:50:37 dr 1.4.10.9: import legend 2005/12/08 18:06:40 dr 1.4.10.8: typo 2005/12/08 17:46:22 dr 1.4.10.7: improved line/area formatting handling 2005/12/08 17:37:55 dr 1.4.10.6: improved line/area formatting handling 2005/12/06 15:24:46 dr 1.4.10.5: complex fill properties (gradient/bitmap) 2005/11/25 11:53:03 dr 1.4.10.4: #i24066# border and area of text objects 2005/11/24 10:52:24 dr 1.4.10.3: #i24066# rich-text title 2005/11/11 15:37:22 dr 1.4.10.2: #i3997# new chart2 API for source ranges, step 1 2005/10/12 12:20:51 dr 1.4.10.1: #i47264 add trendlines and error bars

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd7365502be8bd9140c1d866e12e60787b0749e8]

        INTEGRATION: CWS chart2mst3 (1.5.48); FILE MERGED 2006/10/13 13:38:16 dr 1.5.48.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/11 14:08:31 dr 1.5.48.2: #export of chart line and area formats 2006/06/22 10:45:37 dr 1.5.48.1: set BIFF5 chart anchor, support BIFF5 chart sheets

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [43c07c91a3c03c07adf2e20466e9fa3cbb8a9562]

        INTEGRATION: CWS chart2mst3 (1.23.24); FILE MERGED 2007/05/14 20:19:48 bm 1.23.24.11: RESYNC: (1.32-1.33); FILE MERGED 2007/04/25 02:53:17 bm 1.23.24.10: RESYNC: (1.31-1.32); FILE MERGED 2007/02/07 15:37:35 iha 1.23.24.9: RESYNC: (1.30-1.31); FILE MERGED 2006/10/13 13:38:08 dr 1.23.24.8: RESYNC: (1.27-1.30); FILE MERGED 2006/09/18 16:51:56 dr 1.23.24.7: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 09:59:28 dr 1.23.24.6: chart2 export: text formatting, series formatting 2006/07/27 13:42:03 dr 1.23.24.5: RESYNC: (1.26-1.27); FILE MERGED 2006/07/11 14:08:31 dr 1.23.24.4: #export of chart line and area formats 2006/01/25 14:11:57 bm 1.23.24.3: RESYNC: (1.23-1.26); FILE MERGED 2005/12/16 10:50:55 dr 1.23.24.2: font handling and code cleanup 2005/12/15 13:35:57 dr 1.23.24.1: API font handling reworked

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [784c59da5cfdf848598978eb67e3f3909784983c]

        INTEGRATION: CWS chart2mst3 (1.17.10); FILE MERGED 2007/04/25 02:53:04 bm 1.17.10.7: RESYNC: (1.21-1.22); FILE MERGED 2007/02/07 15:37:21 iha 1.17.10.6: RESYNC: (1.20-1.21); FILE MERGED 2006/10/13 13:37:51 dr 1.17.10.5: RESYNC: (1.19-1.20); FILE MERGED 2006/02/22 14:19:06 dr 1.17.10.4: joined new dumper from dr46 2006/01/11 13:18:22 dr 1.17.10.3: escher stream hamdling improved 2005/11/24 13:13:34 dr 1.17.10.2: #i24066# move string import into own file, reduce header dep's 2005/11/07 14:12:25 dr 1.17.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3fc8190ad77148526d9ace7136b1fc590523d087]

        INTEGRATION: CWS chart2mst3 (1.38.10); FILE MERGED 2007/05/14 20:19:27 bm 1.38.10.25: RESYNC: (1.49-1.50); FILE MERGED 2007/04/25 02:52:13 bm 1.38.10.24: RESYNC: (1.48-1.49); FILE MERGED 2007/02/07 15:37:14 iha 1.38.10.23: RESYNC: (1.47-1.48); FILE MERGED 2006/10/18 23:44:00 bm 1.38.10.22: RESYNC: (1.46-1.47); FILE MERGED 2006/10/13 13:36:51 dr 1.38.10.21: RESYNC: (1.45-1.46); FILE MERGED 2006/10/12 14:23:27 dr 1.38.10.20: remove old chart filter code 2006/08/16 11:45:50 dr 1.38.10.19: chart2 import/export 2006/07/27 16:13:12 dr 1.38.10.18: #i10000# merge conflict 2006/07/27 13:40:57 dr 1.38.10.17: RESYNC: (1.43-1.45); FILE MERGED 2006/07/17 17:40:47 dr 1.38.10.16: import stock charts, extend new chart export 2006/07/11 14:08:30 dr 1.38.10.15: #export of chart line and area formats 2006/06/30 11:37:42 dr 1.38.10.14: started new chart export filter 2006/06/22 10:45:37 dr 1.38.10.13: set BIFF5 chart anchor, support BIFF5 chart sheets 2006/06/16 13:39:16 bm 1.38.10.12: RESYNC: (1.42-1.43); FILE MERGED 2006/06/16 08:14:03 dr 1.38.10.11: load BIFF5 charts 2006/05/05 15:11:57 bm 1.38.10.10: RESYNC: (1.39-1.42); FILE MERGED 2006/01/25 14:11:13 bm 1.38.10.9: RESYNC: (1.38-1.39); FILE MERGED 2006/01/11 13:18:21 dr 1.38.10.8: escher stream hamdling improved 2005/12/16 10:50:54 dr 1.38.10.7: font handling and code cleanup 2005/11/30 12:26:20 dr 1.38.10.6: axis formatting 2005/11/24 13:13:29 dr 1.38.10.5: #i24066# move string import into own file, reduce header dep's 2005/11/24 10:52:23 dr 1.38.10.4: #i24066# rich-text title 2005/11/16 17:00:31 dr 1.38.10.3: #i3997# remove non-working BIFF5 chart import 2005/11/11 15:37:21 dr 1.38.10.2: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:12:24 dr 1.38.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [abc5a53930f17d1889ebd10a544fa6435e789730]

        INTEGRATION: CWS chart2mst3 (1.19.8); FILE MERGED 2007/05/14 20:19:20 bm 1.19.8.8: RESYNC: (1.23-1.24); FILE MERGED 2007/04/25 02:52:06 bm 1.19.8.7: RESYNC: (1.22-1.23); FILE MERGED 2006/10/13 13:36:44 dr 1.19.8.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/27 13:40:48 dr 1.19.8.5: RESYNC: (1.20-1.21); FILE MERGED 2006/01/25 14:10:17 bm 1.19.8.4: RESYNC: (1.19-1.20); FILE MERGED 2005/12/16 10:50:53 dr 1.19.8.3: font handling and code cleanup 2005/11/24 13:13:28 dr 1.19.8.2: #i24066# move string import into own file, reduce header dep's 2005/11/07 14:12:24 dr 1.19.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [51b43aa531d08c836e88a62593daacea5655396c]

        INTEGRATION: CWS chart2mst3 (1.5.10); FILE MERGED 2007/04/27 12:23:36 bm 1.5.10.67: RESYNC: warnings removed 2007/04/20 08:18:58 iha 1.5.10.66: #i75393# Connect Bars per diagram not per series 2006/11/14 16:07:23 dr 1.5.10.65: correct import of automatic chart title 2006/11/14 15:13:29 dr 1.5.10.64: correct conversion of logarithmic scaling settings 2006/10/30 10:08:10 dr 1.5.10.63: always set a default value for VARYCOLORSBY property 2006/10/16 11:56:53 dr 1.5.10.62: handle missing CHTICK record 2006/10/13 13:36:35 dr 1.5.10.61: RESYNC: (1.8-1.9); FILE MERGED 2006/10/12 14:23:26 dr 1.5.10.60: remove old chart filter code 2006/10/12 13:16:11 dr 1.5.10.59: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:55:44 dr 1.5.10.58: improved stacking support 2006/10/11 13:07:39 dr 1.5.10.57: pie/donut charts need reversed X axis 2006/10/10 16:29:24 dr 1.5.10.56: reverse series order for area/donut charts, set 3d light source 2006/09/28 14:28:19 dr 1.5.10.55: extended type info, handling of missing data source range 2006/09/27 09:56:17 dr 1.5.10.54: disable support for reversed axes 2006/09/26 15:23:32 dr 1.5.10.53: export of trend lines 2006/09/26 12:29:52 dr 1.5.10.52: export of error bars 2006/09/25 15:32:03 dr 1.5.10.51: axis origin 2006/09/21 11:15:18 dr 1.5.10.50: default frame formatting 2006/09/18 16:51:55 dr 1.5.10.49: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 09:59:28 dr 1.5.10.48: chart2 export: text formatting, series formatting 2006/08/22 16:08:56 dr 1.5.10.47: chart2 export: string/text/title handling, first steps 2006/08/16 11:45:49 dr 1.5.10.46: chart2 import/export 2006/07/27 13:40:40 dr 1.5.10.45: RESYNC: (1.6-1.8); FILE MERGED 2006/07/18 15:19:27 dr 1.5.10.44: auto formatting 2006/07/17 17:40:47 dr 1.5.10.43: import stock charts, extend new chart export 2006/07/11 14:08:30 dr 1.5.10.42: #export of chart line and area formats 2006/06/29 14:08:02 dr 1.5.10.41: spline for line charts 2006/06/29 09:07:43 dr 1.5.10.40: #i4140# ignore empty groups and axessets 2006/06/28 09:01:57 dr 1.5.10.39: #i47264# import trend lines 2006/06/27 14:33:15 dr 1.5.10.38: import wall/floor in 3d charts, #i47264# import error bars 2006/06/23 15:22:19 dr 1.5.10.37: pie/donut charts, varied point colors 2006/06/23 15:10:59 dr 1.5.10.36: pie/donut charts, varied point colors 2006/06/22 10:51:32 dr 1.5.10.35: combination chart support 2006/05/18 12:59:52 dr 1.5.10.34: #i60067# use named gradients, bitmaps and dashes in old and new API 2006/05/05 15:11:48 bm 1.5.10.33: RESYNC: (1.5-1.6); FILE MERGED 2006/04/13 13:32:21 dr 1.5.10.32: type info provider added 2006/04/12 15:13:46 dr 1.5.10.31: create coordinate system and chart types with factory 2006/04/10 18:43:43 dr 1.5.10.30: chart API rework 2006/04/06 10:30:57 dr 1.5.10.29: variable area formatting inside series 2006/04/04 16:07:00 dr 1.5.10.28: bar charts: gap, overlap, connector lines 2006/03/31 14:47:31 dr 1.5.10.27: axis format completed 2006/03/29 16:10:21 dr 1.5.10.26: remove reference size properties to avoid automatic text scaling 2006/03/09 15:02:22 dr 1.5.10.25: more dumper stuff 2006/01/11 13:18:20 dr 1.5.10.24: escher stream hamdling improved 2005/12/23 15:58:13 dr 1.5.10.23: main increment 2005/12/23 10:00:20 dr 1.5.10.22: main grid 2005/12/22 15:06:37 dr 1.5.10.21: data labels, pie format, 3d bar format 2005/12/21 14:53:53 dr 1.5.10.20: remove identifiers from objects 2005/12/21 11:46:43 dr 1.5.10.19: stacked charts, symbols, data point formats 2005/12/16 10:50:52 dr 1.5.10.18: font handling and code cleanup 2005/12/15 14:51:42 dr 1.5.10.17: API font handling 2005/12/15 13:35:54 dr 1.5.10.16: API font handling reworked 2005/12/09 14:50:36 dr 1.5.10.15: import legend 2005/12/08 17:37:54 dr 1.5.10.14: improved line/area formatting handling 2005/12/06 15:24:46 dr 1.5.10.13: complex fill properties (gradient/bitmap) 2005/12/02 15:49:40 dr 1.5.10.12: chart background and diagram wall 2005/12/02 12:43:41 dr 1.5.10.11: minimum/maximum and category source range 2005/11/30 17:15:38 dr 1.5.10.10: chart axes 2005/11/30 12:26:19 dr 1.5.10.9: axis formatting 2005/11/25 11:53:02 dr 1.5.10.8: #i24066# border and area of text objects 2005/11/24 13:13:27 dr 1.5.10.7: #i24066# move string import into own file, reduce header dep's 2005/11/24 10:52:23 dr 1.5.10.6: #i24066# rich-text title 2005/11/17 09:37:59 dr 1.5.10.5: #i3997# helper function for creation of labeled data sequence 2005/11/16 16:47:58 dr 1.5.10.4: #i3997# new chart2 API for source ranges, step 2 2005/11/11 15:37:21 dr 1.5.10.3: #i3997# new chart2 API for source ranges, step 1 2005/11/07 14:12:23 dr 1.5.10.2: #i3997# preparations for new chart2 API 2005/10/12 12:20:51 dr 1.5.10.1: #i47264 add trendlines and error bars

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd354039227141806de8f525d92b8a64bc3c9852]

        INTEGRATION: CWS chart2mst3 (1.10.10); FILE MERGED 2007/04/25 02:51:46 bm 1.10.10.6: RESYNC: (1.14-1.15); FILE MERGED 2006/10/13 13:36:12 dr 1.10.10.5: RESYNC: (1.12-1.14); FILE MERGED 2006/07/27 13:40:27 dr 1.10.10.4: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 12:47:25 dr 1.10.10.3: name conflict: Size() member function vs. class Size parameter type 2006/03/28 15:10:40 dr 1.10.10.2: dumper merged from CWS dr47 2005/11/07 14:12:23 dr 1.10.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00c41639d1ff675fac99e839cefe7e14b740ba27]

        INTEGRATION: CWS chart2mst3 (1.22.32); FILE MERGED 2007/04/25 02:51:39 bm 1.22.32.9: RESYNC: (1.26-1.27); FILE MERGED 2007/02/07 15:37:03 iha 1.22.32.8: RESYNC: (1.25-1.26); FILE MERGED 2006/10/13 13:36:04 dr 1.22.32.7: RESYNC: (1.24-1.25); FILE MERGED 2006/09/18 16:51:55 dr 1.22.32.6: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 09:59:27 dr 1.22.32.5: chart2 export: text formatting, series formatting 2006/07/27 13:40:17 dr 1.22.32.4: RESYNC: (1.23-1.24); FILE MERGED 2006/07/17 17:40:47 dr 1.22.32.3: import stock charts, extend new chart export 2006/07/04 12:47:25 dr 1.22.32.2: name conflict: Size() member function vs. class Size parameter type 2006/03/28 15:10:40 dr 1.22.32.1: dumper merged from CWS dr47

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [362f681aa3ca5cfdba6968c83016df2117a73f2b]

        INTEGRATION: CWS chart2mst3 (1.8.26); FILE MERGED 2007/02/07 15:36:56 iha 1.8.26.6: RESYNC: (1.10-1.11); FILE MERGED 2006/10/13 13:35:55 dr 1.8.26.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/31 09:59:27 dr 1.8.26.4: chart2 export: text formatting, series formatting 2006/08/22 16:08:56 dr 1.8.26.3: chart2 export: string/text/title handling, first steps 2006/07/27 13:40:08 dr 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/24 10:52:22 dr 1.8.26.1: #i24066# rich-text title

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0ffb6e13cbe28e157285dfad0b77e54a20e29ec5]

        INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED 2007/04/25 02:51:11 bm 1.5.26.4: RESYNC: (1.7-1.8); FILE MERGED 2006/10/13 13:35:25 dr 1.5.26.3: RESYNC: (1.6-1.7); FILE MERGED 2006/07/27 13:39:50 dr 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/30 11:37:42 dr 1.5.26.1: started new chart export filter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [37e04328b654d432c4fe76f3386e2886f310fc16]

        INTEGRATION: CWS chart2mst3 (1.11.26); FILE MERGED 2007/04/25 02:51:04 bm 1.11.26.6: RESYNC: (1.16-1.17); FILE MERGED 2007/02/07 15:36:42 iha 1.11.26.5: RESYNC: (1.15-1.16); FILE MERGED 2006/11/25 09:46:32 bm 1.11.26.4: RESYNC: (1.14-1.15); FILE MERGED 2006/10/13 13:35:16 dr 1.11.26.3: RESYNC: (1.12-1.14); FILE MERGED 2006/07/27 13:39:43 dr 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 12:47:25 dr 1.11.26.1: name conflict: Size() member function vs. class Size parameter type

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [56800689debd6c565979dcf7128415144f65e9ad]

        INTEGRATION: CWS chart2mst3 (1.10.26); FILE MERGED 2007/02/07 15:36:35 iha 1.10.26.4: RESYNC: (1.12-1.13); FILE MERGED 2006/10/13 13:35:07 dr 1.10.26.3: RESYNC: (1.11-1.12); FILE MERGED 2006/07/27 13:39:35 dr 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/11 14:08:30 dr 1.10.26.1: #export of chart line and area formats

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a3a4143cae2b1474186b6410c4ab61eac8b4798]

        INTEGRATION: CWS chart2mst3 (1.5.8); FILE MERGED 2006/10/13 13:34:59 dr 1.5.8.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 12:47:25 dr 1.5.8.3: name conflict: Size() member function vs. class Size parameter type 2006/01/25 14:08:34 bm 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/07 14:12:23 dr 1.5.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d77ac836cb7408b6988f78bb7e3f641574dfb9a4]

        INTEGRATION: CWS chart2mst3 (1.16.26); FILE MERGED 2007/04/25 02:50:58 bm 1.16.26.4: RESYNC: (1.18-1.19); FILE MERGED 2007/02/07 15:36:27 iha 1.16.26.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/13 13:34:52 dr 1.16.26.2: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 12:47:25 dr 1.16.26.1: name conflict: Size() member function vs. class Size parameter type

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c5a6c9d345048991fa63fbc942fb5f17e35394bf]

        INTEGRATION: CWS chart2mst3 (1.25.2); FILE MERGED 2007/05/14 20:19:14 bm 1.25.2.4: RESYNC: (1.27-1.28); FILE MERGED 2007/02/07 15:36:20 iha 1.25.2.3: RESYNC: (1.26-1.27); FILE MERGED 2006/10/13 13:34:44 dr 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2006/08/31 09:59:27 dr 1.25.2.1: chart2 export: text formatting, series formatting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [833d433088b49d39ed0e009b2264faf1b28b73d2]

        INTEGRATION: CWS chart2mst3 (1.13.8); FILE MERGED 2007/04/25 02:50:45 bm 1.13.8.11: RESYNC: (1.18-1.20); FILE MERGED 2007/02/07 15:36:07 iha 1.13.8.10: RESYNC: (1.16-1.18); FILE MERGED 2006/10/13 13:34:19 dr 1.13.8.9: RESYNC: (1.15-1.16); FILE MERGED 2006/10/12 14:23:26 dr 1.13.8.8: remove old chart filter code 2006/08/31 09:59:27 dr 1.13.8.7: chart2 export: text formatting, series formatting 2006/07/17 17:40:47 dr 1.13.8.6: import stock charts, extend new chart export 2006/07/11 14:08:30 dr 1.13.8.5: #export of chart line and area formats 2006/06/30 11:37:42 dr 1.13.8.4: started new chart export filter 2006/01/25 14:07:35 bm 1.13.8.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/11 16:40:19 dr 1.13.8.2: #i3997# removed old propertyset helper functions 2005/11/07 14:12:23 dr 1.13.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc4bdd180be49eaa316857d6e0f4070ef31939e7]

        INTEGRATION: CWS chart2mst3 (1.15.26); FILE MERGED 2007/05/14 20:19:06 bm 1.15.26.9: RESYNC: (1.19-1.20); FILE MERGED 2007/04/25 02:50:38 bm 1.15.26.8: RESYNC: (1.18-1.19); FILE MERGED 2007/02/07 15:36:00 iha 1.15.26.7: RESYNC: (1.17-1.18); FILE MERGED 2006/10/13 13:34:11 dr 1.15.26.6: RESYNC: (1.16-1.17); FILE MERGED 2006/08/31 09:59:27 dr 1.15.26.5: chart2 export: text formatting, series formatting 2006/07/27 13:38:53 dr 1.15.26.4: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 12:47:24 dr 1.15.26.3: name conflict: Size() member function vs. class Size parameter type 2005/11/11 16:40:18 dr 1.15.26.2: #i3997# removed old propertyset helper functions 2005/11/07 14:12:22 dr 1.15.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [acac38a2b913ff13ac575e1a1b98033e7721a870]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/15 06:00:44 bm 1.1.2.26: #i77132# warnings removed 2007/04/27 12:23:36 bm 1.1.2.25: RESYNC: warnings removed 2007/04/25 13:43:20 bm 1.1.2.24: RESYNC: warning removed (as this is now an error) 2007/04/20 08:18:13 iha 1.1.2.23: #i75393# Connect Bars per diagram not per series 2007/02/09 17:14:23 iha 1.1.2.22: resync m195 -> m202 - missing pch 2006/11/14 15:13:29 dr 1.1.2.21: correct conversion of logarithmic scaling settings 2006/11/08 14:57:11 dr 1.1.2.20: #i71344# ignore formats of deleted data points 2006/10/12 14:23:26 dr 1.1.2.19: remove old chart filter code 2006/10/12 13:16:11 dr 1.1.2.18: rename 'chart group' to 'type group' to prevent confusion 2006/10/12 10:55:44 dr 1.1.2.17: improved stacking support 2006/10/10 16:29:24 dr 1.1.2.16: reverse series order for area/donut charts, set 3d light source 2006/10/05 11:34:34 dr 1.1.2.15: export of stock charts 2006/09/28 14:28:18 dr 1.1.2.14: extended type info, handling of missing data source range 2006/09/27 09:56:17 dr 1.1.2.13: disable support for reversed axes 2006/09/26 15:23:32 dr 1.1.2.12: export of trend lines 2006/09/26 12:29:51 dr 1.1.2.11: export of error bars 2006/09/25 15:32:03 dr 1.1.2.10: axis origin 2006/09/21 11:15:18 dr 1.1.2.9: default frame formatting 2006/09/18 16:51:55 dr 1.1.2.8: export of data labels, bar connectors, axis number format, automatic colors 2006/08/31 09:59:26 dr 1.1.2.7: chart2 export: text formatting, series formatting 2006/08/22 16:08:56 dr 1.1.2.6: chart2 export: string/text/title handling, first steps 2006/08/16 11:45:49 dr 1.1.2.5: chart2 import/export 2006/07/27 07:56:49 dr 1.1.2.4: source ranges, part 1 2006/07/17 17:40:47 dr 1.1.2.3: import stock charts, extend new chart export 2006/07/11 14:08:29 dr 1.1.2.2: #export of chart line and area formats 2006/06/30 11:37:41 dr 1.1.2.1: started new chart export filter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1ac071b672f5ab748817038324987bad58e1264e]

        INTEGRATION: CWS chart2mst3 (1.55.10); FILE MERGED 2007/04/25 02:48:43 bm 1.55.10.16: RESYNC: (1.65-1.66); FILE MERGED 2007/02/07 15:35:53 iha 1.55.10.15: RESYNC: (1.63-1.65); FILE MERGED 2006/11/25 09:46:25 bm 1.55.10.14: RESYNC: (1.62-1.63); FILE MERGED 2006/10/13 13:33:47 dr 1.55.10.13: RESYNC: (1.59-1.62); FILE MERGED 2006/06/22 10:45:37 dr 1.55.10.12: set BIFF5 chart anchor, support BIFF5 chart sheets 2006/06/20 10:23:14 dr 1.55.10.11: skip chart object substreams in BIFF3/4 2006/06/16 13:29:46 bm 1.55.10.10: RESYNC: (1.57-1.58); FILE MERGED 2006/05/08 05:43:44 bm 1.55.10.9: Z_Biff5C no longer used 2006/05/05 15:10:44 bm 1.55.10.8: RESYNC: (1.56-1.57); FILE MERGED 2006/03/28 15:10:39 dr 1.55.10.7: dumper merged from CWS dr47 2006/02/23 10:20:54 dr 1.55.10.6: enable dumper/import, extract storage streams 2006/01/26 17:42:41 bm 1.55.10.5: deprecated enums 2006/01/25 14:02:15 bm 1.55.10.4: RESYNC: (1.55-1.56); FILE MERGED 2006/01/11 13:18:20 dr 1.55.10.3: escher stream hamdling improved 2005/11/24 13:13:27 dr 1.55.10.2: #i24066# move string import into own file, reduce header dep's 2005/11/16 17:00:30 dr 1.55.10.1: #i3997# remove non-working BIFF5 chart import

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c1b0a0927aaf53b41633d5a08e8d0f2d25823e07]

        INTEGRATION: CWS chart2mst3 (1.34.26); FILE MERGED 2007/04/25 02:50:24 bm 1.34.26.8: RESYNC: (1.37-1.38); FILE MERGED 2007/02/07 15:35:46 iha 1.34.26.7: RESYNC: (1.36-1.37); FILE MERGED 2006/10/12 14:23:26 dr 1.34.26.6: remove old chart filter code 2006/06/30 11:37:42 dr 1.34.26.5: started new chart export filter 2006/02/22 14:19:05 dr 1.34.26.4: joined new dumper from dr46 2005/12/08 17:37:53 dr 1.34.26.3: improved line/area formatting handling 2005/11/24 13:13:23 dr 1.34.26.2: #i24066# move string import into own file, reduce header dep's 2005/11/07 14:12:22 dr 1.34.26.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f78c5a7f830f890bf80c73a7fad1b83548b97dba]

        INTEGRATION: CWS chart2mst3 (1.76.10); FILE MERGED 2007/05/14 20:18:52 bm 1.76.10.14: RESYNC: (1.86-1.87); FILE MERGED 2007/04/25 02:50:17 bm 1.76.10.13: RESYNC: (1.85-1.86); FILE MERGED 2007/02/07 15:35:39 iha 1.76.10.12: RESYNC: (1.84-1.85); FILE MERGED 2006/11/25 09:46:17 bm 1.76.10.11: RESYNC: (1.83-1.84); FILE MERGED 2006/10/13 13:33:27 dr 1.76.10.10: RESYNC: (1.80-1.83); FILE MERGED 2006/07/27 13:38:28 dr 1.76.10.9: RESYNC: (1.79-1.80); FILE MERGED 2006/06/22 10:45:36 dr 1.76.10.8: set BIFF5 chart anchor, support BIFF5 chart sheets 2006/06/16 13:31:35 bm 1.76.10.7: RESYNC: (1.78-1.79); FILE MERGED 2006/06/16 08:14:03 dr 1.76.10.6: load BIFF5 charts 2006/02/22 14:19:05 dr 1.76.10.5: joined new dumper from dr46 2006/01/25 14:06:40 bm 1.76.10.4: RESYNC: (1.76-1.77); FILE MERGED 2006/01/11 13:18:19 dr 1.76.10.3: escher stream hamdling improved 2005/11/16 17:00:29 dr 1.76.10.2: #i3997# remove non-working BIFF5 chart import 2005/11/07 14:12:22 dr 1.76.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0c8156225d740b12628365fde648f5350cf38cf1]

        INTEGRATION: CWS chart2mst3 (1.81.26); FILE MERGED 2007/05/14 20:18:29 bm 1.81.26.6: RESYNC: (1.85-1.86); FILE MERGED 2007/04/25 02:49:35 bm 1.81.26.5: RESYNC: (1.84-1.85); FILE MERGED 2007/02/07 15:35:24 iha 1.81.26.4: RESYNC: (1.83-1.84); FILE MERGED 2006/10/13 13:32:38 dr 1.81.26.3: RESYNC: (1.82-1.83); FILE MERGED 2006/07/27 13:38:04 dr 1.81.26.2: RESYNC: (1.81-1.82); FILE MERGED 2006/07/04 12:47:24 dr 1.81.26.1: name conflict: Size() member function vs. class Size parameter type

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [456bdb2da5dff08da01413c16d2c5a37ff35f290]

        INTEGRATION: CWS chart2mst3 (1.38.24); FILE MERGED 2007/05/14 20:18:22 bm 1.38.24.9: RESYNC: (1.43-1.44); FILE MERGED 2006/11/27 14:41:11 dr 1.38.24.8: #i10000# merge error 2006/11/24 18:19:50 bm 1.38.24.7: RESYNC: (1.41-1.42); FILE MERGED 2006/10/13 13:32:30 dr 1.38.24.6: RESYNC: (1.40-1.41); FILE MERGED 2006/07/27 13:37:56 dr 1.38.24.5: RESYNC: (1.39-1.40); FILE MERGED 2006/07/11 14:08:29 dr 1.38.24.4: #export of chart line and area formats 2006/06/22 10:45:36 dr 1.38.24.3: set BIFF5 chart anchor, support BIFF5 chart sheets 2006/06/16 08:14:03 dr 1.38.24.2: load BIFF5 charts 2005/11/16 17:00:29 dr 1.38.24.1: #i3997# remove non-working BIFF5 chart import

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7a979b8d07b9385927eb8417cd88477d1af43dcf]

        INTEGRATION: CWS chart2mst3 (1.108.10); FILE MERGED 2007/05/14 20:18:16 bm 1.108.10.12: RESYNC: (1.116-1.117); FILE MERGED 2006/11/25 09:46:08 bm 1.108.10.11: RESYNC: (1.115-1.116); FILE MERGED 2006/10/13 13:32:22 dr 1.108.10.10: RESYNC: (1.112-1.115); FILE MERGED 2006/07/27 13:37:48 dr 1.108.10.9: RESYNC: (1.111-1.112); FILE MERGED 2006/06/16 13:30:37 bm 1.108.10.8: RESYNC: (1.110-1.111); FILE MERGED 2006/06/16 08:14:02 dr 1.108.10.7: load BIFF5 charts 2006/02/22 14:19:05 dr 1.108.10.6: joined new dumper from dr46 2006/01/25 14:04:53 bm 1.108.10.5: RESYNC: (1.108-1.109); FILE MERGED 2006/01/11 13:18:18 dr 1.108.10.4: escher stream hamdling improved 2005/11/24 13:13:19 dr 1.108.10.3: #i24066# move string import into own file, reduce header dep's 2005/11/16 17:00:28 dr 1.108.10.2: #i3997# remove non-working BIFF5 chart import 2005/11/07 14:12:21 dr 1.108.10.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5a8edf66c203d5be91df61534d4e4bc8d7e913ce]

        INTEGRATION: CWS chart2mst3 (1.36.8); FILE MERGED 2007/04/25 13:25:33 bm 1.36.8.11: RESYNC: unused parameters are now used 2007/04/25 02:49:18 bm 1.36.8.10: RESYNC: (1.44-1.45); FILE MERGED 2007/02/07 15:35:10 iha 1.36.8.9: RESYNC: (1.43-1.44); FILE MERGED 2006/11/24 18:19:44 bm 1.36.8.8: RESYNC: (1.42-1.43); FILE MERGED 2006/10/13 13:32:14 dr 1.36.8.7: RESYNC: (1.39-1.42); FILE MERGED 2006/07/27 13:37:39 dr 1.36.8.6: RESYNC: (1.38-1.39); FILE MERGED 2006/06/16 08:14:02 dr 1.36.8.5: load BIFF5 charts 2006/05/10 16:30:42 dr 1.36.8.4: changed includes 2006/01/26 17:39:58 bm 1.36.8.3: missing include 2006/01/25 14:03:00 bm 1.36.8.2: RESYNC: (1.36-1.38); FILE MERGED 2005/11/07 14:12:21 dr 1.36.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1e45aebba2b2280175f42246d7bb78fb4a6544a0]

        INTEGRATION: CWS chart2mst3 (1.61.10); FILE MERGED 2007/02/07 15:35:03 iha 1.61.10.5: RESYNC: (1.65-1.66); FILE MERGED 2006/10/13 13:31:38 dr 1.61.10.4: RESYNC: (1.64-1.65); FILE MERGED 2006/07/27 13:37:15 dr 1.61.10.3: RESYNC: (1.62-1.64); FILE MERGED 2006/07/04 12:47:24 dr 1.61.10.2: name conflict: Size() member function vs. class Size parameter type 2006/03/28 15:10:39 dr 1.61.10.1: dumper merged from CWS dr47

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e07bccd7001851f89d0d739d99e88e48a32dc5ac]

        INTEGRATION: CWS chart2mst3 (1.19.38); FILE MERGED 2006/01/25 14:02:52 bm 1.19.38.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/11 15:37:20 dr 1.19.38.1: #i3997# new chart2 API for source ranges, step 1

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c84f563c6ed1d75d3a74a3ea03ec52c328be17e4]

        INTEGRATION: CWS chart2mst3 (1.80.8); FILE MERGED 2007/02/07 15:34:57 iha 1.80.8.6: RESYNC: (1.86-1.87); FILE MERGED 2006/10/13 13:31:18 dr 1.80.8.5: RESYNC: (1.85-1.86); FILE MERGED 2006/05/05 15:10:35 bm 1.80.8.4: RESYNC: (1.82-1.85); FILE MERGED 2006/01/25 14:02:34 bm 1.80.8.3: RESYNC: (1.80-1.82); FILE MERGED 2005/11/10 15:04:53 dr 1.80.8.2: stupid loop 2005/11/07 14:12:20 dr 1.80.8.1: #i3997# preparations for new chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fc24401b6ebdafce37b4e5f90aae7fdb5894b102]

        INTEGRATION: CWS chart2mst3 (1.4.22); FILE MERGED 2007/04/25 02:46:39 bm 1.4.22.10: RESYNC: (1.8-1.9); FILE MERGED 2006/11/24 18:19:19 bm 1.4.22.9: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 23:41:01 bm 1.4.22.8: RESYNC: (1.5-1.7); FILE MERGED 2005/10/08 07:41:59 bm 1.4.22.7: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 12:24:23 sab 1.4.22.6: #i17416#; handle range adresses wich contains the talbe name only once 2005/07/19 11:17:22 sab 1.4.22.5: #i17416#; handle range adresses wich contains the talbe name only once 2005/07/08 09:51:55 bm 1.4.22.4: GetRangeFromString: single addresses must be parsed separately 2005/07/08 09:35:40 bm 1.4.22.3: GetRangeFromString: parse complete range instead of separate addresses 2005/07/07 16:43:56 sab 1.4.22.2: #i17416#; fix parameter order 2005/05/12 19:55:57 sab 1.4.22.1: move range to string and string to range converter methods

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cb093068f178ad7f2b8d03e80a4aa5c3d7bf1b5f]

        INTEGRATION: CWS chart2mst3 (1.11.36); FILE MERGED 2007/04/25 02:45:33 bm 1.11.36.7: RESYNC: (1.17-1.18); FILE MERGED 2006/10/18 23:39:23 bm 1.11.36.6: RESYNC: (1.15-1.17); FILE MERGED 2005/10/08 07:36:24 bm 1.11.36.5: RESYNC: (1.14-1.15); FILE MERGED 2005/03/17 13:05:30 bm 1.11.36.4: RESYNC: (1.13-1.14); FILE MERGED 2004/08/30 17:44:00 bm 1.11.36.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/15 18:02:17 bm 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/29 13:29:08 sab 1.11.36.1: #i17416#; seperate ChartPositionMap and ChartArray

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fadb8d1a1790d8ffb9abe8f1ca7e170b5233b42b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/27 11:53:17 bm 1.1.2.7: RESYNC: warnings removed (Windows) 2007/04/25 12:50:15 bm 1.1.2.6: warnings removed 2006/11/20 18:45:18 nn 1.1.2.5: #i71250# removed unused include 2006/03/13 12:13:04 bm 1.1.2.4: some leftover fixes on the server 2005/10/11 09:55:16 bm 1.1.2.3: license header change 2004/06/16 15:10:35 sab 1.1.2.2: #i17416#; merge into m42 2004/04/29 13:25:34 sab 1.1.2.1: #i17416#; seperate ChartPositionMap and ChartArray

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [806ca20c38ef97968e02730c8eb6142f181a43ce]

        INTEGRATION: CWS chart2mst3 (1.8.84); FILE MERGED 2007/04/25 12:20:12 bm 1.8.84.4: warning removed: unused parameter pWindow in UpdateChart removed 2007/04/25 02:41:54 bm 1.8.84.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/19 14:52:54 nn 1.8.84.2: #i75258# update charts before renaming, so they can get their live data objects 2006/11/02 10:31:43 nn 1.8.84.1: #i66865# update chart listeners quickly

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a790129aecfdd387b0867e1e79b6ce5eca898ff1]

        INTEGRATION: CWS chart2mst3 (1.11.266); FILE MERGED 2007/04/27 09:16:29 bm 1.11.266.14: RESYNC: warning removed 2007/04/25 12:35:07 bm 1.11.266.13: merge problem removed, unused variable removed 2007/04/25 02:41:47 bm 1.11.266.12: RESYNC: (1.20-1.21); FILE MERGED 2006/11/23 17:24:28 nn 1.11.266.11: #i71250# remove use of SchMemChart 2006/10/18 23:35:42 bm 1.11.266.10: RESYNC: (1.19-1.20); FILE MERGED 2006/05/05 15:09:32 bm 1.11.266.9: RESYNC: (1.18-1.19); FILE MERGED 2006/01/25 13:58:12 bm 1.11.266.8: RESYNC: (1.16-1.18); FILE MERGED 2005/10/08 07:29:41 bm 1.11.266.7: RESYNC: (1.15-1.16); FILE MERGED 2005/07/25 18:38:41 bm 1.11.266.6: RESYNC: (1.14-1.15); FILE MERGED 2005/05/17 12:25:46 bm 1.11.266.5: RESYNC: (1.13-1.14); FILE MERGED 2004/08/30 17:43:20 bm 1.11.266.4: RESYNC: (1.12-1.13); FILE MERGED 2004/06/16 15:10:35 sab 1.11.266.3: #i17416#; merge into m42 2004/06/15 17:59:16 bm 1.11.266.2: RESYNC: (1.11-1.12); FILE MERGED 2004/04/29 13:25:48 sab 1.11.266.1: #i17416#; seperate ChartPositionMap and ChartArray

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b884b4bd70136d67c2f80dbaa0a55000bab7159]

        INTEGRATION: CWS chart2mst3 (1.45.4); FILE MERGED 2007/05/14 20:15:59 bm 1.45.4.4: RESYNC: (1.47-1.48); FILE MERGED 2007/04/25 02:35:15 bm 1.45.4.3: RESYNC: (1.46-1.47); FILE MERGED 2006/11/24 18:16:35 bm 1.45.4.2: RESYNC: (1.45-1.46); FILE MERGED 2006/11/23 14:06:54 nn 1.45.4.1: #i71250# CopyFromClip: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9d1d191f146eb166f1fe045f36bd5cda49220a49]

        INTEGRATION: CWS chart2mst3 (1.74.14); FILE MERGED 2007/05/14 20:15:43 bm 1.74.14.3: RESYNC: (1.75-1.76); FILE MERGED 2007/04/25 02:33:24 bm 1.74.14.2: RESYNC: (1.74-1.75); FILE MERGED 2007/03/19 14:52:37 nn 1.74.14.1: #i75258# update charts before renaming, so they can get their live data objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a8c3dc43d92307312419f624185a05ab27213cbe]

        INTEGRATION: CWS chart2mst3 (1.34.82); FILE MERGED 2007/05/14 20:15:36 bm 1.34.82.5: RESYNC: (1.37-1.38); FILE MERGED 2007/04/25 02:33:17 bm 1.34.82.4: RESYNC: (1.36-1.37); FILE MERGED 2007/02/07 15:31:17 iha 1.34.82.3: RESYNC: (1.35-1.36); FILE MERGED 2006/11/24 18:16:19 bm 1.34.82.2: RESYNC: (1.34-1.35); FILE MERGED 2006/11/23 13:35:34 nn 1.34.82.1: #i71250# TransferDrawPage: new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49b7d3e7ac542e4610ebfd19ebfee7417773c462]

        INTEGRATION: CWS chart2mst3 (1.22.38); FILE MERGED 2007/04/27 09:03:07 bm 1.22.38.17: RESYNC: warning removed 2007/04/25 12:20:11 bm 1.22.38.16: warning removed: unused parameter pWindow in UpdateChart removed 2007/04/25 12:14:55 bm 1.22.38.15: warning removed: UpdateAllCharts: parameter is no longer used -> removed. 2007/04/25 02:32:32 bm 1.22.38.14: RESYNC: (1.25-1.26); FILE MERGED 2007/03/19 14:52:37 nn 1.22.38.13: #i75258# update charts before renaming, so they can get their live data objects 2006/11/20 18:17:23 nn 1.22.38.12: #i71250# UpdateChartArea without Window, remove FindChartData 2006/11/17 14:35:51 nn 1.22.38.11: #i71250# new chart: SetChartRangeList 2006/11/14 15:12:44 nn 1.22.38.10: #i71251# new chart: changing source range with drag&drop 2006/11/07 15:01:49 nn 1.22.38.9: #i71250# UpdateAllCharts for new chart 2006/11/02 18:04:03 nn 1.22.38.8: #i66865# chart listener loads chart, saving chart restores chart listener 2006/10/20 11:20:10 bm 1.22.38.7: error on merge conflict resolution fixed 2006/10/18 23:25:32 bm 1.22.38.6: RESYNC: (1.24-1.25); FILE MERGED 2006/08/10 12:30:27 bm 1.22.38.5: adding FindChartData again trying to avoid a very strange bug on Windows 2006/08/09 14:19:22 bm 1.22.38.4: #i68229# changed FindChartData to FindOleObjectByName, changed some BOOLs to bool 2006/06/16 13:25:15 bm 1.22.38.3: RESYNC: (1.23-1.24); FILE MERGED 2005/10/08 07:08:09 bm 1.22.38.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/08 17:21:00 iha 1.22.38.1: change method UpdateChart to work with new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ad0f473d7ce4cd241b28740e2af7a52737cbb8fb]

        INTEGRATION: CWS chart2mst3 (1.32.46); FILE MERGED 2007/04/25 02:32:16 bm 1.32.46.3: RESYNC: (1.33-1.34); FILE MERGED 2007/02/07 15:30:58 iha 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2006/12/04 18:35:32 nn 1.32.46.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [abdc36d415c88bcbba181405a62ebca31a1d37d8]

        INTEGRATION: CWS chart2mst3 (1.60.10); FILE MERGED 2007/05/14 20:15:20 bm 1.60.10.4: RESYNC: (1.62-1.63); FILE MERGED 2007/04/25 02:32:09 bm 1.60.10.3: RESYNC: (1.61-1.62); FILE MERGED 2007/02/07 15:30:50 iha 1.60.10.2: RESYNC: (1.60-1.61); FILE MERGED 2006/12/04 18:35:32 nn 1.60.10.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fea0be8f468880e8b52957b7f038153ac859409e]

        INTEGRATION: CWS chart2mst3 (1.19.4); FILE MERGED 2006/11/20 13:39:19 nn 1.19.4.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9afe26ed7ef6b3497d3d2b5f3b30c3907943b02d]

        INTEGRATION: CWS chart2mst3 (1.31.26); FILE MERGED 2007/02/07 15:30:20 iha 1.31.26.3: RESYNC: (1.32-1.33); FILE MERGED 2006/11/24 18:14:39 bm 1.31.26.2: RESYNC: (1.31-1.32); FILE MERGED 2006/11/20 13:39:19 nn 1.31.26.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a3b5c4cecb7cf35648f3838eebb848530cc81e20]

        INTEGRATION: CWS chart2mst3 (1.14.4); FILE MERGED 2006/11/20 13:39:19 nn 1.14.4.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2fa68ebc4b67ca41a3f6ceee0d6b99e1e998c5ba]

        INTEGRATION: CWS chart2mst3 (1.16.4); FILE MERGED 2007/02/07 15:30:11 iha 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/20 13:39:18 nn 1.16.4.1: #i71560# remove old chart dialog

2007-05-22  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1cd580bf3c74811c06092b63031b7a9988d3d832]

        and the headers and footer came to be...

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3945273c59a6cca49920a67e36d5102fde38dd95]

        INTEGRATION: CWS chart2mst3 (1.19.4); FILE MERGED 2006/11/24 18:14:32 bm 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/20 13:39:18 nn 1.19.4.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [83901afa79b12c4fe0ecabb1c3121066a475cddf]

        INTEGRATION: CWS chart2mst3 (1.13.28); FILE MERGED 2007/05/14 20:14:37 bm 1.13.28.3: RESYNC: (1.14-1.15); FILE MERGED 2007/04/25 02:30:04 bm 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/05 16:49:09 iha 1.13.28.1: remove old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab02a7220d15e054783ecc1e45297033d3a7dada]

        INTEGRATION: CWS chart2mst3 (1.6.10); FILE MERGED 2005/10/08 06:50:28 bm 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/05 14:47:36 sab 1.6.10.1: #i10734#; have access to the absolut name of every cellrange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [10e9505d2e6e6be9e08e8cafdc6955e2d0442bc6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/04 18:34:56 nn 1.1.2.1: #i65379# undo for reference update of UNO objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [07889dc727d9d875710f8dddfddf044a16b8df5a]

        INTEGRATION: CWS chart2mst3 (1.58.6); FILE MERGED 2007/04/25 02:29:11 bm 1.58.6.16: RESYNC: (1.71-1.72); FILE MERGED 2006/10/26 12:40:37 nn 1.58.6.15: allow multiple selection in range selection API 2006/06/16 13:23:51 bm 1.58.6.14: RESYNC: (1.70-1.71); FILE MERGED 2006/05/05 14:59:58 bm 1.58.6.13: RESYNC: (1.69-1.70); FILE MERGED 2005/12/02 13:28:51 bm 1.58.6.12: #i58786# +SC_SERVICENAME_CHRANGEHILIGHT 2005/10/08 06:50:19 bm 1.58.6.11: RESYNC: (1.68-1.69); FILE MERGED 2005/05/17 12:20:11 bm 1.58.6.10: RESYNC: (1.67-1.68); FILE MERGED 2005/05/09 09:53:48 bm 1.58.6.9: moved chart2 API to data namespace 2005/03/17 11:57:29 bm 1.58.6.8: RESYNC: (1.66-1.67); FILE MERGED 2004/11/02 16:05:00 bm 1.58.6.7: RESYNC: (1.65-1.66); FILE MERGED 2004/08/30 17:32:59 bm 1.58.6.6: RESYNC: (1.63-1.65); FILE MERGED 2004/08/04 22:55:54 bm 1.58.6.5: RESYNC: (1.62-1.63); FILE MERGED 2004/06/15 17:46:39 bm 1.58.6.4: RESYNC: (1.61-1.62); FILE MERGED 2004/06/03 03:49:26 iha 1.58.6.3: RESYNC: (1.58-1.61); FILE MERGED 2004/05/05 14:47:36 sab 1.58.6.2: #i10734#; have access to the absolut name of every cellrange 2004/04/29 13:28:29 sab 1.58.6.1: #i17416#; implement Chart2 API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [19318c3ae80d669e49162655da188026c9104d6b]

        INTEGRATION: CWS chart2mst3 (1.6.26); FILE MERGED 2007/02/07 15:28:10 iha 1.6.26.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/09 16:56:27 dr 1.6.26.1: #i3997# unused function

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [76cf8633c7f06be99287e55d37393171b61fb0d7]

        INTEGRATION: CWS chart2mst3 (1.50.4); FILE MERGED 2007/02/07 15:27:39 iha 1.50.4.3: RESYNC: (1.51-1.52); FILE MERGED 2006/11/24 18:13:58 bm 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED 2006/11/20 13:39:18 nn 1.50.4.1: #i71560# remove old chart dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3fc6361b39e9e9f71bbf68c83f6cd3c1c7bd2914]

        INTEGRATION: CWS chart2mst3 (1.5.8); FILE MERGED 2007/04/25 02:28:31 bm 1.5.8.4: RESYNC: (1.7-1.8); FILE MERGED 2006/11/24 18:13:43 bm 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED 2005/10/08 06:39:23 bm 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 19:55:35 sab 1.5.8.1: move range to string and string to range converter methods

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [33c7f2b6c8a68dc5df1ba3bdff2792f1bb9f5a83]

        INTEGRATION: CWS chart2mst3 (1.16.10); FILE MERGED 2007/05/14 20:13:07 bm 1.16.10.8: RESYNC: (1.22-1.23); FILE MERGED 2006/01/25 13:36:45 bm 1.16.10.7: RESYNC: (1.21-1.22); FILE MERGED 2005/10/08 06:20:27 bm 1.16.10.6: RESYNC: (1.20-1.21); FILE MERGED 2005/05/17 12:19:14 bm 1.16.10.5: RESYNC: (1.19-1.20); FILE MERGED 2005/05/12 19:54:43 sab 1.16.10.4: get access to ranges 2004/11/02 16:02:28 bm 1.16.10.3: RESYNC: (1.17-1.19); FILE MERGED 2004/06/15 17:38:37 bm 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2004/05/05 14:47:14 sab 1.16.10.1: #i10733#; have access to cellranges in all sheets

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6ce74ea523c3e03844ae0615feae9d1336105b44]

        INTEGRATION: CWS chart2mst3 (1.92.50); FILE MERGED 2007/05/14 20:13:01 bm 1.92.50.14: RESYNC: (1.98-1.99); FILE MERGED 2007/04/25 12:20:11 bm 1.92.50.13: warning removed: unused parameter pWindow in UpdateChart removed 2007/04/25 12:14:40 bm 1.92.50.12: warning removed: UpdateAllCharts: parameter is no longer used -> removed. 2007/04/25 02:26:30 bm 1.92.50.11: RESYNC: (1.97-1.98); FILE MERGED 2007/02/07 15:26:41 iha 1.92.50.10: RESYNC: (1.95-1.97); FILE MERGED 2006/12/04 18:34:55 nn 1.92.50.9: #i65379# undo for reference update of UNO objects 2006/11/24 18:12:51 bm 1.92.50.8: RESYNC: (1.93-1.95); FILE MERGED 2006/11/23 17:24:12 nn 1.92.50.7: #i71250# remove use of SchMemChart 2006/11/20 18:16:58 nn 1.92.50.6: #i71250# UpdateChartArea without Window, remove FindChartData 2006/11/14 15:12:22 nn 1.92.50.5: #i71251# new chart: changing source range with drag&drop 2006/11/02 18:04:28 nn 1.92.50.4: #i66865# chart listener loads chart, saving chart restores chart listener 2006/10/18 23:19:38 bm 1.92.50.3: RESYNC: (1.92-1.93); FILE MERGED 2006/08/10 12:29:16 bm 1.92.50.2: adding FindChartData agin trying to avoid a very strange bug on Windows 2006/08/09 14:04:48 bm 1.92.50.1: #i68229# replaced FindChartData() method with FindOleObjectByName (no SchMemChart any more)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4699269894b60348f625fa525e952921cbba28c4]

        INTEGRATION: CWS chart2mst3 (1.4.26); FILE MERGED 2006/08/09 14:19:22 bm 1.4.26.1: #i68229# changed FindChartData to FindOleObjectByName, changed some BOOLs to bool

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cbf5f3e72e5c66d68daca70e68e06cc884fb13a6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/25 12:50:15 bm 1.1.2.5: warnings removed 2006/11/23 17:24:12 nn 1.1.2.4: #i71250# remove use of SchMemChart 2005/10/11 09:54:16 bm 1.1.2.3: license header change 2004/06/16 15:10:20 sab 1.1.2.2: #i17416#; merge into m42 2004/04/29 13:23:57 sab 1.1.2.1: #i17416#; seperate ChartPositionMap and ChartArray

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8c2dc67557ea7051921345ceb71fb3450749b6cb]

        INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED 2007/04/25 02:24:20 bm 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/19 14:52:01 nn 1.5.26.1: #i75258# update charts before renaming, so they can get their live data objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0e01151de7fc5cf51043afec351f26c6d86d77d6]

        INTEGRATION: CWS chart2mst3 (1.3.396); FILE MERGED 2007/04/25 21:01:35 bm 1.3.396.6: RESYNC: warnings removed (warnings are now errors) on Solaris 2007/04/25 12:50:15 bm 1.3.396.5: warnings removed 2006/11/23 17:24:12 nn 1.3.396.4: #i71250# remove use of SchMemChart 2005/10/08 06:13:38 bm 1.3.396.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/15 17:35:16 bm 1.3.396.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/29 13:24:38 sab 1.3.396.1: #i17416#; seperate ChartPositionMap and ChartArray

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f0bc43f3be932f325f9e4f6f05cfdb7e4d95a5e]

        INTEGRATION: CWS chart2mst3 (1.2.10); FILE MERGED 2006/12/04 18:34:55 nn 1.2.10.23: #i65379# undo for reference update of UNO objects 2006/08/09 14:03:13 bm 1.2.10.22: #i68229# added a static detectArguments() method that is used by chartuno.cxx (and the interface method as well) 2006/08/04 14:34:01 bm 1.2.10.21: pass the document to the chart2 uno services instead of the docshell, as the shell itself is not really needed, and limits the creation of such objects unnecessarily to the ui 2006/04/12 16:28:57 nn 1.2.10.20: #i63944# chart data change notification 2006/04/04 13:00:21 bm 1.2.10.19: #i63944# XModifyBroadcaster for LabeledDataSequence 2005/10/08 06:13:07 bm 1.2.10.18: RESYNC: (1.2-1.3); FILE MERGED 2005/09/08 12:53:21 sab 1.2.10.17: #i17416#; add generateLabel 2005/09/07 17:13:56 iha 1.2.10.16: remove wrong fix for 'generated categories' (1.2.10.13 + numerical data) 2005/09/02 15:23:28 sab 1.2.10.15: #i17416#; add XNumericalData 2005/09/02 12:20:07 sab 1.2.10.14: #i17416#; make generated categories and labels work 2005/08/05 14:02:42 bm 1.2.10.13: -XDataSequence::generateLabel 2005/07/21 14:39:49 bm 1.2.10.12: support number formats 2005/07/07 16:42:47 sab 1.2.10.11: #i17416#; add XRangeXMLConversion 2005/05/12 13:56:51 bm 1.2.10.10: API change XDataProvider 2005/05/09 09:52:10 bm 1.2.10.9: moved chart2 API to data namespace 2005/05/03 16:09:24 bm 1.2.10.8: removed identifiers from XSequences. XSequences are no longer stored in the XDataProvider 2004/06/29 11:06:52 bm 1.2.10.7: XDataProvider:  getRangeRepresentationByRangeIdentifiers -> mergeRangeRepresentations 2004/06/03 09:33:51 iha 1.2.10.6: added missing interface method 'generateLabel' 2004/05/05 10:19:01 sab 1.2.10.5: #i26493#; add XTextualSequence 2004/04/29 13:28:28 sab 1.2.10.4: #i17416#; implement Chart2 API 2004/04/14 12:32:34 bm 1.2.10.3: XDataProvider API: getRangeSelection 2004/04/07 10:23:35 sab 1.2.10.2: #i17416#; compileable first step API implementation 2004/03/22 13:33:18 bm 1.2.10.1: chart2 API changed (XDataSource contains XLabeledDataSequences)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a996a30d02f855a6178825172f8606ebecbe725b]

        INTEGRATION: CWS chart2mst3 (1.23.10); FILE MERGED 2007/05/14 20:12:34 bm 1.23.10.8: RESYNC: (1.27-1.28); FILE MERGED 2007/04/25 02:24:13 bm 1.23.10.7: RESYNC: (1.26-1.27); FILE MERGED 2006/12/04 18:34:55 nn 1.23.10.6: #i65379# undo for reference update of UNO objects 2006/11/24 18:12:16 bm 1.23.10.5: RESYNC: (1.25-1.26); FILE MERGED 2006/11/23 17:24:12 nn 1.23.10.4: #i71250# remove use of SchMemChart 2006/06/16 13:22:56 bm 1.23.10.3: RESYNC: (1.24-1.25); FILE MERGED 2006/05/05 14:57:43 bm 1.23.10.2: RESYNC: (1.23-1.24); FILE MERGED 2006/04/12 16:28:57 nn 1.23.10.1: #i63944# chart data change notification

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [09f17cbad1a64ac59e25469a0b048eaa361e58c2]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2006/11/29 16:10:24 mba 1.9.4.1: #i64497#: avoid setting visAreaSize explicitly for all objects when they are copied for clipboard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29355ec2fdc43c29050056d16f6bba3145daa4c3]

        INTEGRATION: CWS chart2mst3 (1.16.14); FILE MERGED 2007/04/25 02:21:13 bm 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/30 14:06:13 mba 1.16.14.1: #i64497#: parent is now set before objects are loaded

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5c2b734621a67ae0fe70e93880a62ec5f5de0afd]

        INTEGRATION: CWS chart2mst3 (1.19.10); FILE MERGED 2007/04/25 02:21:06 bm 1.19.10.15: RESYNC: (1.28-1.29); FILE MERGED 2007/02/07 13:28:44 iha 1.19.10.14: RESYNC: (1.27-1.28); FILE MERGED 2007/02/01 13:36:01 tl 1.19.10.13: #i55007# workaround for components that do not implement document::XEventListener 2007/01/10 15:39:34 iha 1.19.10.12: switch back to old factory name for charts now as we only have the new chart 2006/11/30 16:15:25 mba 1.19.10.11: hotfix removed; fixed in layoutmanager.cxx 2006/11/28 10:57:50 bm 1.19.10.10: hotfix to avoid crash for new chart 2006/11/24 16:16:27 bm 1.19.10.9: RESYNC: (1.26-1.27); FILE MERGED 2006/10/27 07:54:20 cd 1.19.10.8: #i65734# Provide dispatch providers to support menu merging with non-sfx2 based application modules 2006/10/20 10:56:01 bm 1.19.10.7: #i55991# adapted change xDocument->xDoc (warning removed in 1.20.4.3) 2006/10/18 20:58:42 bm 1.19.10.6: RESYNC: (1.24-1.26); FILE MERGED 2006/05/11 09:29:06 bm 1.19.10.5: service name of the chart ist ChartDocument not ChartModel 2006/05/05 14:15:21 bm 1.19.10.4: RESYNC: (1.23-1.24); FILE MERGED 2006/01/25 11:15:31 bm 1.19.10.3: RESYNC: (1.22-1.23); FILE MERGED 2005/10/07 12:59:57 bm 1.19.10.2: RESYNC: (1.19-1.22); FILE MERGED 2005/06/03 08:26:13 bm 1.19.10.1: enable embedded chart. This solution is not final!

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc8ee77356836879ec2fbb729a3dbce46ef5395d]

        INTEGRATION: CWS chart2mst3 (1.4.30); FILE MERGED 2007/03/19 15:27:02 bm 1.4.30.6: #i75418# prefer getPreferredVisualRepresentation over getTransferData of the XTransferable interface 2006/11/30 14:06:13 mba 1.4.30.5: #i64497#: parent is now set before objects are loaded 2006/10/18 20:58:09 bm 1.4.30.4: RESYNC: (1.6-1.11); FILE MERGED 2006/01/25 11:14:36 bm 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2005/10/07 12:57:57 bm 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/03 08:26:47 bm 1.4.30.1: use embedding API for replacement

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3d6e4d7adab253fcb893f6e13d178c332707c456]

        INTEGRATION: CWS chart2mst3 (1.18.30); FILE MERGED 2007/04/25 02:20:59 bm 1.18.30.12: RESYNC: (1.28-1.29); FILE MERGED 2007/02/02 13:18:47 mav 1.18.30.11: #i72072# change the modified state after storing with connection to the storage 2006/11/30 14:06:13 mba 1.18.30.10: #i64497#: parent is now set before objects are loaded 2006/11/24 16:16:16 bm 1.18.30.9: RESYNC: (1.27-1.28); FILE MERGED 2006/10/20 11:17:51 bm 1.18.30.8: merge problems resolved 2006/10/18 20:57:42 bm 1.18.30.7: RESYNC: (1.23-1.27); FILE MERGED 2006/10/13 16:05:56 mba 1.18.30.6: #i64497#: make sure that parent of documents is set before loading it as some documents (chart2!) need this 2006/05/05 14:14:55 bm 1.18.30.5: RESYNC: (1.22-1.23); FILE MERGED 2006/01/25 11:14:18 bm 1.18.30.4: RESYNC: (1.19-1.22); FILE MERGED 2005/10/07 12:57:32 bm 1.18.30.3: RESYNC: (1.18-1.19); FILE MERGED 2005/06/20 16:19:19 bm 1.18.30.2: pass getParent() as parent in last change 2005/06/20 16:08:59 bm 1.18.30.1: set parent before loading the embedded chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [64b6cea2ecede14791b385e9ce6b937d4c8ea4af]

        INTEGRATION: CWS chart2mst3 (1.17.4); FILE MERGED 2006/11/30 14:06:12 mba 1.17.4.3: #i64497#: parent is now set before objects are loaded 2006/10/18 20:57:35 bm 1.17.4.2: RESYNC: (1.17-1.20); FILE MERGED 2006/10/13 16:05:56 mba 1.17.4.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>  [b9a6821a5e4a4936bfac0523b5559d2ed392a20b]

        INTEGRATION: CWS chart2mst3 (1.22.6); FILE MERGED 2007/02/02 13:18:58 mav 1.22.6.1: #i72072# change the modified state after storing with connection to the storage

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9a554bd4e07658e8febb91f7fe07a0a8c7b2c104]

        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>  [ca9dd36bb0f2f8a5bcb0e5621ec181cc6f29ad73]

        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>  [84d661ef697fb1fafe5e9fa4b8a8a8636e1a1ae8]

        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>  [5f3c9540306619bd0c048d4e7c30b88f5301631a]

        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>  [5e5327030f0ddaf2d208eada437308c7876d023e]

        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>  [73f30e971e78110d9c42f2f3a843a0e365dfdd46]

        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>  [6c1f5aa4a1b40ba6c90c7d8c6b1070869c2622c1]

        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>  [f3443d5097dee5ba7c0e33999d7ea90c994ea41f]

        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>  [ba0b68c5efbc4de77ddb3601c9fe7d8eac2cf17f]

        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>  [530f0cff21bbf332c816c6e4182c49c76858597e]

        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>  [3b30286d9456915128e8f2c89cad7c57b3b6963b]

        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>  [036582e9c4afa27dff012c97215b5daa6774f14b]

        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>  [c22fd7fb9273dc5938a2b6a94c9b48f8ff795529]

        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>  [ca5293d5fceb58c5bcd11627ea90a5cd9130558c]

        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>  [2c8a3b269145dece8c999ef640f521d14ba795fc]

        INTEGRATION: CWS chart2mst3 (1.4.12); FILE MERGED 2006/03/10 10:55:49 iha 1.4.12.1: don't use leading underscore

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23afc2379a3a995288cf410eacd32d9c69a29969]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2004/03/03 11:06:27 bm 1.1.4.3: order of volume series changed 2004/03/01 10:15:57 bm 1.1.4.2: spaces in categories removed (caused problems on parse) 2004/02/13 16:52:05 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3b66c829c0615d338d39b4ff19b2975e7fd0e2c2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2004/03/08 13:25:10 bm 1.1.2.1: data for a simple pie

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c359fedeb80e234cba30acd413b9bde33b649646]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2004/02/13 16:52:04 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2893086e92b801637745837edfee22d9627bb300]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:39:04 iha 1.1.2.1: old AddIn example

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c53cac09b9ed3b772e7c3894daa3e8e1338a0c6f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:38:44 iha 1.1.2.1: old AddIn example

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2283d40518adfb1c74c52f36a09b2e0f564774d8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:38:18 iha 1.1.2.1: old AddIn example

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ff599eb488ed8cb508f0a46af51514d24acc6677]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:37:57 iha 1.1.2.1: old AddIn example

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [78eeca40eea8c781ee73ae8a9a76aa5f55af9e89]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:37:38 iha 1.1.2.1: old AddIn example

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [132165103293bf0dd07eb797e54bdef214038166]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/18 17:25:24 bm 1.1.1.1.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/05/05 14:04:53 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:28:11 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/02/17 19:15:45 iha 1.1.1.1.4.1: use charttools and chartview lib as shared libs - not static

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [60909a06164b76a7faeaa2636d5ec4e3b1f116e3]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/02/07 13:08:20 iha 1.1.1.1.4.5: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:25:17 bm 1.1.1.1.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/01/25 10:01:14 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:28:01 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/09 09:51:39 bm 1.1.1.1.4.1: moved parts of API to data namespace

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7ab368d606113350d937527bb37d24d1c9f94167]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/16 13:43:53 bm 1.1.2.4: #i70287# adapt toolbar to latest changes in the spec 2006/10/11 09:20:21 bm 1.1.2.3: #i20287# remove some toolbar icons 2006/03/23 12:41:09 bm 1.1.2.2: wizard removed 2005/04/04 11:18:46 bm 1.1.2.1: same toolbars as in old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2dc261241dd831587f5d884a639702e1362dc847]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/16 15:39:39 bm 1.1.2.2: #i70287# disable EditDoc per default, remove SendFax 2005/04/04 11:18:32 bm 1.1.2.1: same toolbars as in old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a634f4d622c080e7ee636850c7b8d8d52c6769c8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/23 14:49:36 bm 1.1.2.2: #i68861# some unused entries removed 2005/04/04 11:17:49 bm 1.1.2.1: note: statusbar not working yet with non-sfx based apps

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9027e21e280948a7a41144cd7f8eba7482a2301f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/01/02 17:15:53 iha 1.1.2.12: changed help menu according to chart menu spec 2006/01/06 15:11:21 iha 1.1.2.11: Changes according to menu spec 2005/12/09 11:12:32 iha 1.1.2.10: Menu changes according to Chart Menu Spec 2005/11/30 17:51:32 iha 1.1.2.9: menu changes 2005/11/28 14:19:10 iha 1.1.2.8: menu changes 2005/06/03 08:20:49 bm 1.1.2.7: use predefined toolbar popup 2005/04/04 11:22:01 bm 1.1.2.6: new slot DataRanges (note: help id is not yet correct) 2004/06/11 15:57:24 iha 1.1.2.5: change entry order; remove arrangement 2004/06/01 19:17:49 iha 1.1.2.4: new 3D view/effects dialog 2004/04/08 16:36:18 iha 1.1.2.3: changed position for SelectSourceRanges 2004/04/08 15:19:46 iha 1.1.2.2: added entry SelectSourceRanges 2004/03/05 14:53:42 iha 1.1.2.1: new due to menu framework changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a1213cb3d5d4ad682bee4104facfec6d7637e341]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/23 17:42:10 bm 1.1.2.4: keyboard accessibility: execute TransformDialog command on F4 2005/04/04 11:59:41 bm 1.1.2.3: order 2005/04/04 11:56:28 bm 1.1.2.2: redo with ctrl-y 2005/04/04 11:17:11 bm 1.1.2.1: same accelerators as in old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ef345f2a260b304b84c3abd39b67670d1f9b982]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2006/11/23 18:36:06 iha 1.7.4.11: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/03/29 22:24:50 iha 1.7.4.10: restructure legend entry creation + legend entries in data labels 2006/03/23 15:33:00 iha 1.7.4.9: cleanup category handling 2006/03/23 09:23:45 iha 1.7.4.8: categories for data labels 2006/02/20 14:35:46 iha 1.7.4.7: move SchItemPool from controller to view lib -> ChartItemPool 2005/12/21 21:29:45 iha 1.7.4.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:27:51 bm 1.7.4.5: RESYNC: (1.7-1.8); FILE MERGED 2005/05/31 19:14:19 iha 1.7.4.4: create view without controller 2004/05/08 17:52:14 iha 1.7.4.3: added VPolarTransformation 2004/04/28 20:16:54 iha 1.7.4.2: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/02/13 16:52:03 bm 1.7.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48f4415d6a26f622463b047d65d0ce49a6778623]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:49 iha 1.1.4.6: resync m195 -> m202 2006/03/29 22:24:50 iha 1.1.4.5: restructure legend entry creation + legend entries in data labels 2005/10/11 09:21:05 bm 1.1.4.4: license header change 2005/07/08 12:53:06 iha 1.1.4.3: provide and keep view as service only 2005/05/31 19:12:07 iha 1.1.4.2: create view without controller 2004/02/13 16:52:02 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8f8b9314210c81b3e2bb0c2d5ea12bdec6b78689]

        INTEGRATION: CWS chart2mst3 (1.7.12); FILE MERGED 2005/12/21 21:29:45 iha 1.7.12.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/01 16:42:01 iha 1.7.12.1: #124571# load & save position of rotated titles correctly

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eae3bcd6fef4bb668b4b1b6471cd5757b1b3763d]

        INTEGRATION: CWS chart2mst3 (1.9.8); FILE MERGED 2007/02/23 20:20:28 iha 1.9.8.11: #i74658# corrected character size for stacked titles 2006/12/07 12:02:11 iha 1.9.8.10: don't loose text when titles are formatted partly different 2006/11/22 17:27:20 iha 1.9.8.9: RESYNC: (1.11-1.12); FILE MERGED 2006/10/18 17:25:09 bm 1.9.8.8: RESYNC: (1.10-1.11); FILE MERGED 2006/08/29 12:26:23 iha 1.9.8.7: correct overlap detection for rotated axis labels 2006/01/20 16:51:24 bm 1.9.8.6: moved ReferencePageSize from XFormattedString to XTitle 2006/01/12 18:00:45 iha 1.9.8.5: cleanup property mappings 2005/12/21 21:29:44 iha 1.9.8.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/01 16:42:24 iha 1.9.8.3: #124571# load & save position of rotated titles correctly 2005/10/07 12:27:28 bm 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2004/04/27 13:32:48 iha 1.9.8.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9294ea93f8fbae13a52dd4ab85e00ebf0d526769]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:49 iha 1.1.2.5: resync m195 -> m202 2006/11/28 18:38:18 iha 1.1.2.4: use ::basegfx::B3DPoint instead of B3DVector to get correct translation 2006/11/22 17:31:20 iha 1.1.2.3: resync 2005/10/11 09:21:05 bm 1.1.2.2: license header change 2004/05/08 17:51:32 iha 1.1.2.1: polartransformation fixes and pie offset implementation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6cf60d44a6424bc9533f9e2797daae23964561ac]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/10/18 17:25:01 bm 1.1.4.6: RESYNC: (1.2-1.3); FILE MERGED 2006/04/10 12:25:20 iha 1.1.4.5: api restructure axis, grids, scales and increments 2006/01/16 15:04:28 iha 1.1.4.4: don't create invisible gridlines 2006/01/16 14:45:32 iha 1.1.4.3: don't create invisible gridlines 2005/10/07 12:27:12 bm 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED 2005/07/12 12:57:16 bm 1.1.4.1: use named properties for gradients etc. in chart model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1f8fb7a8bd8ac2f3c59183caa9c0ca80ae3d5169]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/23 19:12:29 iha 1.5.4.6: #i65580# Legend shows no symbols for series with automatic symbols 2006/10/18 17:24:46 bm 1.5.4.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/11 20:00:32 iha 1.5.4.4: automatic symbols are missing 2006/04/03 12:28:37 iha 1.5.4.3: correct selection handles for data point labels and legend entries 2006/03/29 22:22:42 iha 1.5.4.2: restructure legend entry creation + legend entries in data labels 2004/02/13 16:52:02 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d3a3db79f114c7a151c43f8c49edc5ff4f0ded35]

        INTEGRATION: CWS chart2mst3 (1.13.4); FILE MERGED 2006/03/29 22:24:49 iha 1.13.4.5: restructure legend entry creation + legend entries in data labels 2005/10/07 12:27:02 bm 1.13.4.4: RESYNC: (1.13-1.14); FILE MERGED 2005/05/09 09:51:39 bm 1.13.4.3: moved parts of API to data namespace 2004/09/15 09:57:16 iha 1.13.4.2: implement api redesign 2004/02/13 16:52:01 bm 1.13.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a5e8670844da6f3e2e0234f3f53e0a73cd0fb5be]

        INTEGRATION: CWS chart2mst3 (1.34.4); FILE MERGED 2007/04/19 09:37:43 bm 1.34.4.26: #i66009# shift legend from right or bottom edge inside if it laps out 2006/10/18 17:24:38 bm 1.34.4.25: RESYNC: (1.35-1.36); FILE MERGED 2006/07/19 09:47:27 bm 1.34.4.24: work-around for #i67540# (empty text in a text shape results always in size 100x955) 2006/03/29 22:24:49 iha 1.34.4.23: restructure legend entry creation + legend entries in data labels 2006/01/20 16:50:38 bm 1.34.4.22: determine Legend text font size correctly (ReferencePageSize is not necessary) 2006/01/15 17:22:59 iha 1.34.4.21: correct automatic top position ot legend while having titles 2006/01/15 16:42:32 iha 1.34.4.20: correct distance between diagram and legend 2006/01/15 16:41:58 iha 1.34.4.19: correct distance between diagram and legend 2006/01/12 18:00:30 iha 1.34.4.18: cleanup property mappings 2005/12/21 21:29:44 iha 1.34.4.17: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/13 17:39:15 iha 1.34.4.16: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:26:51 bm 1.34.4.15: RESYNC: (1.34-1.35); FILE MERGED 2005/09/08 15:39:27 bm 1.34.4.14: #124570# division by zero ( (int)(0.0/0.0) is 2 billion on Solaris, was used for the size of a vector ...) 2005/07/28 09:34:57 bm 1.34.4.13: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/22 12:18:49 bm 1.34.4.12: enable reverse order for legend entries if expansion is wide and stackmodde is true 2005/07/20 09:01:06 bm 1.34.4.11: legend padding relative to font height 2005/07/20 08:38:51 bm 1.34.4.10: change padding and distances for legend to fit old behaviour better. Todo: make padding relative to font-size 2004/09/17 17:25:47 iha 1.34.4.9: LayoutHelper -> RelativePositionHelper 2004/09/15 09:57:16 iha 1.34.4.8: implement api redesign 2004/09/07 10:09:04 bm 1.34.4.7: changed calculation of position to new model of chart2::RelativePosition objects 2004/08/25 16:39:35 iha 1.34.4.6: View independent loading - relative position with dynamic anchor point ... still todo 2004/03/19 14:33:06 bm 1.34.4.5: XDataSource now contains XLabeledDataSources 2004/03/02 13:13:59 bm 1.34.4.4: show series entries first 2004/03/02 12:58:08 bm 1.34.4.3: use getPropertyNameMapForFillAndLineProperties 2004/02/17 14:40:08 bm 1.34.4.2: assume that symbols contain a CID without parent id, and add the parent id 2004/02/13 16:52:00 bm 1.34.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3fe03e15f2a006b7dfc06e49ab5c4b8524ea9e05]

        INTEGRATION: CWS chart2mst3 (1.21.4); FILE MERGED 2007/04/20 08:12:35 iha 1.21.4.37: #i75393# Connect Bars per diagram not per series 2007/04/19 16:12:40 iha 1.21.4.36: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/14 21:05:52 iha 1.21.4.35: #i72534# Area in combination chart looks wrong 2006/11/19 21:40:02 iha 1.21.4.34: better performance for line charts without symbols 2006/10/23 19:13:26 iha 1.21.4.33: #i65580# Legend shows no symbols for series with automatic symbols 2006/10/18 17:24:30 bm 1.21.4.32: RESYNC: (1.22-1.23); FILE MERGED 2006/10/12 10:53:26 iha 1.21.4.31: wrong selection of series - due to weakreferences of draw shapes dying to early -> switch back to normal references 2006/10/09 15:34:21 dr 1.21.4.30: #i70133# handling of missing data points 2006/10/06 18:59:36 iha 1.21.4.29: hold shapes only per weak reference thus they can be removed for special pie resize 2006/09/01 16:35:51 iha 1.21.4.28: enable selection of invisible points in point charts 2006/08/21 17:04:32 iha 1.21.4.27: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/08/01 09:48:32 bm 1.21.4.26: #i29600# resize the label sizes of data series with the diagram size if a reference size is set 2006/04/23 08:58:24 iha 1.21.4.25: correct wrong caching of datapoint properties -> correct data labels with correct text properties 2006/04/03 12:34:14 iha 1.21.4.24: only create legend symbols for data point labels if anything else is shown 2006/03/29 22:24:49 iha 1.21.4.23: restructure legend entry creation + legend entries in data labels 2006/03/23 09:27:09 iha 1.21.4.22: categories for data labels 2006/02/23 13:28:44 iha 1.21.4.21: enable gaps for NAN values in line charts 2005/12/21 21:29:43 iha 1.21.4.20: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/21 14:10:58 dr 1.21.4.19: border color for symbols 2005/12/20 14:14:17 dr 1.21.4.18: API struct member names without prefixes 2005/12/05 18:06:21 iha 1.21.4.17: Connection Lines for Stacked Bar Charts 2005/12/03 18:59:12 iha 1.21.4.16: method createClassifiedIdentifier changed for enable pie segment dragging 2005/10/29 18:49:44 iha 1.21.4.15: make more failsave 2005/10/24 11:07:16 iha 1.21.4.14: coordinate system restructure 2005/10/07 12:26:40 bm 1.21.4.13: RESYNC: (1.21-1.22); FILE MERGED 2005/08/03 16:36:30 bm 1.21.4.12: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/21 14:47:16 bm 1.21.4.11: support for number formats from data provider 2005/05/11 11:40:27 dr 1.21.4.10: typo 2005/05/09 09:51:38 bm 1.21.4.9: moved parts of API to data namespace 2004/09/15 09:57:16 iha 1.21.4.8: implement api redesign 2004/06/29 19:41:00 iha 1.21.4.7: added method hasPointOwnColor (for PieColorPerPoint) 2004/05/17 17:29:02 iha 1.21.4.6: added parameter bAverageLine to method createDataCurveCID 2004/04/14 09:47:29 iha 1.21.4.5: fixed scatter chart: domain-x -> values-x 2004/03/19 14:33:05 bm 1.21.4.4: XDataSource now contains XLabeledDataSources 2004/02/28 08:57:21 iha 1.21.4.3: integrate access to additional values for candle stick chart 2004/02/23 19:06:20 iha 1.21.4.2: do not convert something wrong to number 2004/02/13 16:52:00 bm 1.21.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7415d3383d9b7e764d248af23869d980a396c766]

        INTEGRATION: CWS chart2mst3 (1.2.10); FILE MERGED 2006/11/22 17:27:00 iha 1.2.10.3: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 17:24:22 bm 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/23 07:47:19 iha 1.2.10.1: apply texture correctly to floor, bottom and 3D lines

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eef67e19e99e39ef61403df260f0f29725e2a0ce]

        INTEGRATION: CWS chart2mst3 (1.18.4); FILE MERGED 2007/03/02 14:35:57 iha 1.18.4.43: stacked titls have one line too much 2006/12/15 09:48:09 iha 1.18.4.42: #i72541# 3D deep area charts are broken 2006/12/01 13:47:02 iha 1.18.4.41: ensure correct state of closed flag in Polygon (error did break selecting of pie segments in chart2 ) 2006/11/28 18:37:54 iha 1.18.4.40: use ::basegfx::B2DPoint instead of B2DVector to get correct translation 2006/11/25 14:41:42 iha 1.18.4.39: neutral matrix scale with 1 not zero 2006/11/22 17:26:52 iha 1.18.4.38: RESYNC: (1.20-1.21); FILE MERGED 2006/11/13 16:05:56 dr 1.18.4.37: #i63212# use absolute height to calculate negative cone segment size 2006/11/13 14:17:46 dr 1.18.4.36: #i63212# use absolute height to calculate negative cone segment size 2006/10/18 17:24:15 bm 1.18.4.35: RESYNC: (1.19-1.20); FILE MERGED 2006/10/11 11:49:24 dr 1.18.4.34: #i67757# connect first/last point in radarcharts correctly 2006/10/11 09:42:59 dr 1.18.4.33: #i67757# correctly draw polypolygons with leading single point 2006/10/06 19:02:58 iha 1.18.4.32: added helping method to remove all sub shapes in a group shape 2006/09/29 14:57:11 iha 1.18.4.31: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/09/23 07:48:27 iha 1.18.4.30: apply texture correctly to diagram walls 2006/08/29 12:26:23 iha 1.18.4.29: correct overlap detection for rotated axis labels 2006/08/10 16:00:11 iha 1.18.4.28: Axis Label Layout - Font&Diagram Size 2006/06/30 23:32:37 iha 1.18.4.27: helping method to respect aspect ratio 2006/06/30 23:18:30 iha 1.18.4.26: correct scene dimensions also for pies with dummy objects 2006/06/18 19:44:48 iha 1.18.4.25: correct polygon orientation for illumination of 3D bars and columns 2006/04/03 12:15:30 iha 1.18.4.24: correct selection handles for data point labels and legend entries 2006/03/12 00:25:37 iha 1.18.4.23: added methods getOrCreateChartRootShape & getShapeName 2006/01/27 09:51:25 bm 1.18.4.22: InlineContainer.hxx moved to comphelper 2006/01/14 13:57:20 iha 1.18.4.21: respect PercentDiagonal Property as boolean for bars - no rounded edges if lines are visible 2005/12/21 14:10:58 dr 1.18.4.20: border color for symbols 2005/12/05 18:04:44 iha 1.18.4.19: methods moved from AreaChart to here 2005/11/24 15:08:30 bm 1.18.4.18: symbol graphics support 2005/10/07 12:26:28 bm 1.18.4.17: RESYNC: (1.18-1.19); FILE MERGED 2005/09/14 14:36:25 iha 1.18.4.16: try code for enhanced pie segment selection 2005/07/12 12:57:16 bm 1.18.4.15: use named properties for gradients etc. in chart model 2005/07/04 17:13:12 iha 1.18.4.14: added method createMarkHandlesRectangle 2004/09/03 08:47:18 iha 1.18.4.13: avoid extra lines for 3D objects 2004/06/30 14:50:06 iha 1.18.4.12: sometimes wrong pie segments 2004/05/08 18:41:17 iha 1.18.4.11: fixed problems with 3D bar shapes 2004/05/08 17:54:58 iha 1.18.4.10: polartransformation fixes and pie offset implementation 2004/04/29 09:28:06 iha 1.18.4.9: correct 3d bar object position and size 2004/04/28 20:16:53 iha 1.18.4.8: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/04/14 13:59:07 iha 1.18.4.7: do not rotate 3D column shapes 2004/04/01 12:10:51 iha 1.18.4.6: make shape creation more fail save 2004/03/24 10:39:16 iha 1.18.4.5: change signature of ShapeFactory::createLine2D 2004/03/23 20:22:48 iha 1.18.4.4: removed now superfluous method createErrorBar2D 2004/03/10 10:01:45 iha 1.18.4.3: stretch 3D bar shapes to given depth 2004/03/09 08:58:09 iha 1.18.4.2: add vert segments for pyramids and cones as workaround 2004/03/08 16:44:29 iha 1.18.4.1: don't create empty text shapes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [081aaa6bd72ef303bfc57b64df913599f41c61e4]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/10/20 20:34:34 iha 1.4.4.17: implement gradient step count 2006/10/18 17:24:07 bm 1.4.4.16: RESYNC: (1.5-1.6); FILE MERGED 2006/10/13 08:22:58 iha 1.4.4.15: implement automatic break feature for horizontal text axes 2006/05/17 14:18:41 bm 1.4.4.14: support bitmap properties like tile, stretch, offsets etc. 2006/04/27 09:33:03 bm 1.4.4.13: #64832# show correct color for pie segments which get attributed but still have the default color 2006/01/12 17:59:26 iha 1.4.4.12: cleanup property mappings 2006/01/05 16:35:38 iha 1.4.4.11: added single property setting fallback to method setMultiProperties() and use setMultiProperties() in setMappedProperties() 2005/11/24 18:32:44 bm 1.4.4.10: transparency gradients enabled 2005/10/21 13:35:13 bm 1.4.4.9: enable FillBitmaps 2005/10/07 12:26:17 bm 1.4.4.8: RESYNC: (1.4-1.5); FILE MERGED 2005/07/22 12:53:54 bm 1.4.4.7: #124485# property FillBackground added 2005/07/12 12:57:15 bm 1.4.4.6: use named properties for gradients etc. in chart model 2005/06/16 07:58:18 iha 1.4.4.5: added missing Property FillBackground 2005/06/15 18:19:55 iha 1.4.4.4: correct name for Property FillTransparenceGradient 2004/06/29 19:39:06 iha 1.4.4.3: added parameter pOverwriteMap to method setMappedProperties 2004/03/02 12:45:19 bm 1.4.4.2: class-name missing before getPropertyNameMapForFillAndLineProperties 2004/03/02 12:24:47 bm 1.4.4.1: +getPropertyNameMapForFillAndLineProperties()

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [97f90d89c418356582eb66ec7efd532d187a6558]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/11/23 17:35:40 iha 1.2.4.7: replace Vector2D with B2DVector 2006/10/18 17:23:59 bm 1.2.4.6: RESYNC: (1.3-1.4); FILE MERGED 2006/08/10 15:59:53 iha 1.2.4.5: Axis Label Layout - Font&Diagram Size 2005/10/07 12:26:06 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/05/08 17:54:58 iha 1.2.4.3: polartransformation fixes and pie offset implementation 2004/04/14 08:27:39 iha 1.2.4.2: corrected z position of centered labels 2004/03/23 14:40:30 iha 1.2.4.1: renamed method transform/Scaled/LogicToScreenPosition

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [69ce62d8f8cc26d9f9b94e7cc99adab8be736daf]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2006/11/28 17:51:34 iha 1.9.4.24: use ::basegfx::B3DPoint instead of B3DVector to get correct translation 2006/11/23 18:36:06 iha 1.9.4.23: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/11/22 17:26:45 iha 1.9.4.22: RESYNC: (1.11-1.12); FILE MERGED 2006/11/09 15:28:25 iha 1.9.4.21: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/18 17:23:52 bm 1.9.4.20: RESYNC: (1.10-1.11); FILE MERGED 2006/10/11 12:16:55 iha 1.9.4.19: correct donut radius position for reverse orientation 2006/10/06 19:05:07 iha 1.9.4.18: corrected transformation for ring radius 2006/09/24 09:12:58 iha 1.9.4.17: #i61970# correct implementation of axis at 2006/06/09 16:13:19 iha 1.9.4.16: correct fllor position in pie chart 2005/12/03 18:58:40 iha 1.9.4.15: added transformSceneToScreenPosition to enable pie segment dragging 2005/10/24 11:07:15 iha 1.9.4.14: coordinate system restructure 2005/10/07 12:25:55 bm 1.9.4.13: RESYNC: (1.9-1.10); FILE MERGED 2005/09/16 16:50:23 iha 1.9.4.12: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/19 16:12:57 iha 1.9.4.11: implement percent stacking 2004/05/08 17:54:57 iha 1.9.4.10: polartransformation fixes and pie offset implementation 2004/04/14 09:29:49 iha 1.9.4.9: removed unused variable 2004/04/14 08:28:50 iha 1.9.4.8: corrected polar position helper (swapxy-probelms) 2004/03/24 17:23:28 iha 1.9.4.7: added method getLabelAlignmentForDimension 2004/03/23 18:36:08 iha 1.9.4.6: fixed logarithmic polar scale 2004/03/23 14:32:36 iha 1.9.4.5: added mehtod clipScaledLogicValues + renamed getTransformation/Scaled/LogicToScene 2004/03/22 19:31:01 iha 1.9.4.4: transport information bSwapXAndYAxis over method setScales not constructor; m_bRadiusAxisMapsToFirstDimension-->bSwapXAndY 2004/03/22 17:30:35 iha 1.9.4.3: added and used parameter SwapXAndYAxis for horizontal bar chart 2004/03/22 15:37:02 iha 1.9.4.2: added parameter and member SwapXAndYAxis for horizontal bar chart 2004/03/11 11:57:39 iha 1.9.4.1: added method getScaledLogicWidth()

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [93b937c028188a6555a21f0d811d2d4cc53654a0]

        INTEGRATION: CWS chart2mst3 (1.12.4); FILE MERGED 2006/10/18 17:23:44 bm 1.12.4.5: RESYNC: (1.13-1.14); FILE MERGED 2005/12/21 21:29:43 iha 1.12.4.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:25:45 bm 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2004/03/22 19:32:02 iha 1.12.4.2: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/01 18:14:33 iha 1.12.4.1: added method isValidPosition()

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d5988b2acbd54f982ed4893695695d7b8413cf36]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:23:36 bm 1.2.4.8: RESYNC: (1.4-1.5); FILE MERGED 2006/05/05 14:04:40 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 12:25:20 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/07/21 14:47:16 bm 1.2.4.5: support for number formats from data provider 2005/06/08 11:34:31 iha 1.2.4.4: use number format key at API instead of string 2005/06/07 15:45:48 iha 1.2.4.3: use numberformatter from model 2005/05/31 19:14:44 iha 1.2.4.2: create view without controller 2005/04/11 09:28:33 iha 1.2.4.1: avoid crash when numberformatter is missing

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04e1f827592200140627aefb9549b60bf573fc76]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/11/22 17:26:37 iha 1.1.1.1.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 17:23:28 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:25:06 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/03/22 17:29:33 iha 1.1.1.1.4.1: added and used parameter SwapXAndYAxis for horizontal bar chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a2d5e0f059e986456fb6c9de7014e40476f122b1]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/11/23 17:37:23 iha 1.2.4.9: removed unsued include 2006/10/18 17:23:20 bm 1.2.4.8: RESYNC: (1.3-1.4); FILE MERGED 2006/08/10 15:59:26 iha 1.2.4.7: Axis Label Layout - Font&Diagram Size 2005/12/03 18:58:14 iha 1.2.4.6: added transformSceneToScreenPosition to enable pie segment dragging 2005/10/07 12:24:55 bm 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2004/05/08 17:54:57 iha 1.2.4.4: polartransformation fixes and pie offset implementation 2004/04/29 09:28:06 iha 1.2.4.3: correct 3d bar object position and size 2004/04/28 20:16:53 iha 1.2.4.2: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/03/23 14:39:48 iha 1.2.4.1: renamed method transform/Scaled/LogicToScreenPosition + getTransformation/Scaled/LogicToScene

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3b8d4e1161293c142f72707007cac4292565c300]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:49 iha 1.1.2.20: resync m195 -> m202 2006/10/20 21:27:25 iha 1.1.2.19: implement selection of additional shapes 2006/10/13 08:23:29 iha 1.1.2.18: implement automatic break feature for horizontal text axes 2006/03/19 10:42:23 iha 1.1.2.17: reselect pie and donut segments after dragging 2006/03/15 13:24:06 iha 1.1.2.16: /ensure that additional shapes are in front of the chart objects 2006/03/12 01:15:18 iha 1.1.2.15: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/22 16:42:54 bm 1.1.2.14: getNamedSdrObject: select nothing if name is an empty string 2006/02/22 16:25:37 bm 1.1.2.13: getNamedSdrObject: select nothing if name is an empty string 2006/02/22 16:23:41 bm 1.1.2.12: getNamedSdrObject: select nothing if name is an empty string 2006/02/20 14:35:18 iha 1.1.2.11: move SchItemPool from controller to view lib -> ChartItemPool 2005/11/24 18:32:44 bm 1.1.2.10: transparency gradients enabled 2005/10/11 09:21:05 bm 1.1.2.9: license header change 2005/08/30 14:42:17 bm 1.1.2.8: +attachParentReferenceDevice, +getReferenceDevice 2005/08/29 14:47:26 iha 1.1.2.7: don't delete page as the drawing layer is not able to work with null pages 2005/07/13 15:23:14 iha 1.1.2.6: update draw model tables before use in view and dialogs 2005/07/08 12:52:36 iha 1.1.2.5: provide and keep view as service only 2005/07/05 15:33:52 iha 1.1.2.4: redefine diagram size 2005/06/03 09:07:39 bm 1.1.2.3: static had no type. int -> bool 2005/06/01 16:50:58 iha 1.1.2.2: export metafile 2005/05/31 19:11:42 iha 1.1.2.1: create view without controller

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [400c734554b4bf11ceea87dca61b02ba4546a715]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/11/26 13:00:21 iha 1.3.4.7: performance: avoid unnecessary clipping 2006/11/25 14:51:04 iha 1.3.4.6: #i71189# some lines vanish when clipped 2006/11/23 18:36:06 iha 1.3.4.5: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/11/22 17:26:29 iha 1.3.4.4: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:22:50 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/09 17:41:43 iha 1.3.4.2: added header 2006/02/23 13:28:07 iha 1.3.4.1: enable gaps for none values in line charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [694174b8a79ff5697f2a3bd08f49cbca6e22e4b0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/19 15:23:43 bm 1.1.2.9: #i75418# support XTransferable in model and offer a high-contrast replacement image 2006/11/09 15:23:46 iha 1.1.2.8: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/09/24 09:12:58 iha 1.1.2.7: #i61970# correct implementation of axis at 2006/04/10 12:25:20 iha 1.1.2.6: api restructure axis, grids, scales and increments 2006/03/12 01:11:15 iha 1.1.2.5: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 15:19:57 bm 1.1.2.4: make getShapeForCID an interface method of ExplicitValueProvider again 2005/10/11 09:21:04 bm 1.1.2.3: license header change 2005/07/23 00:01:21 iha 1.1.2.2: include axis title sizes in diagram position to support old api and fileformat 2005/07/08 12:44:08 iha 1.1.2.1: provide and keep view as service only

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [91f97fc2234ae939076e751cb613c0712bd4a7e6]

        INTEGRATION: CWS chart2mst3 (1.32.4); FILE MERGED 2007/04/20 08:13:21 iha 1.32.4.93: #i75393# Connect Bars per diagram not per series 2007/04/19 16:13:26 iha 1.32.4.92: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/03/19 15:23:43 bm 1.32.4.91: #i75418# support XTransferable in model and offer a high-contrast replacement image 2007/02/26 14:35:17 iha 1.32.4.90: special resize only for pie and donut 2007/02/06 16:30:30 iha 1.32.4.89: missing SolarMutex 2006/12/15 13:37:58 iha 1.32.4.88: #i72360# use axis number format for data labels when one is provided 2006/12/01 18:36:52 iha 1.32.4.87: #68896# always save the explicit number format 2006/11/26 12:48:23 bm 1.32.4.86: includes for solar mutex missing 2006/11/22 17:26:21 iha 1.32.4.85: RESYNC: (1.34-1.35); FILE MERGED 2006/11/16 13:43:16 iha 1.32.4.84: #i71215# corrected position for diagrams with axis title - don't create empty titles 2006/11/10 21:04:49 iha 1.32.4.83: set modified only when resolution gets higher 2006/11/09 15:24:22 iha 1.32.4.82: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/18 17:22:42 bm 1.32.4.81: RESYNC: (1.33-1.34); FILE MERGED 2006/10/12 10:55:12 iha 1.32.4.80: wrong selection of series - due to weakreferences of draw shapes dying to early -> switch back to normal references 2006/10/06 19:16:44 iha 1.32.4.79: recreate pies and donuts with corrected size to get correct labels even with legend entries 2006/10/05 15:28:26 iha 1.32.4.78: saved diagram size is corrupted 2006/09/27 17:24:39 iha 1.32.4.77: some cleanup around pie size 2006/09/27 17:22:58 iha 1.32.4.76: corrected reference size for data labels 2006/09/24 09:12:58 iha 1.32.4.75: #i61970# correct implementation of axis at 2006/08/25 17:16:26 iha 1.32.4.74: text- and diagram-size dependent auto main step width 2006/08/23 17:07:28 iha 1.32.4.73: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/10 15:58:24 iha 1.32.4.72: Axis Label Layout - Font&Diagram Size 2006/08/08 15:02:30 iha 1.32.4.71: don't refresh addin when loading is not finished 2006/08/08 12:24:48 iha 1.32.4.70: always remove automatically created shapes before creating new 2006/08/08 12:22:51 iha 1.32.4.69: correct dirty state for view 2006/08/08 12:11:40 iha 1.32.4.68: guard access to native drawinglayer with SolarMutex 2006/08/01 09:48:32 bm 1.32.4.67: #i29600# resize the label sizes of data series with the diagram size if a reference size is set 2006/07/04 12:28:16 iha 1.32.4.66: aspect ratio 2006/07/01 21:05:53 iha 1.32.4.65: define and respect aspect ratio of diagram 2006/04/10 15:03:38 iha 1.32.4.64: api restructure axis, grids, scales and increments 2006/04/10 12:25:19 iha 1.32.4.63: api restructure axis, grids, scales and increments 2006/04/03 12:28:00 iha 1.32.4.62: correct selection handles for data point labels and legend entries 2006/03/29 22:24:49 iha 1.32.4.61: restructure legend entry creation + legend entries in data labels 2006/03/23 15:32:45 iha 1.32.4.60: cleanup category handling 2006/03/23 09:28:24 iha 1.32.4.59: categories for data labels 2006/03/12 01:14:31 iha 1.32.4.58: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 14:34:46 iha 1.32.4.57: move SchItemPool from controller to view lib -> ChartItemPool 2006/02/16 17:35:58 iha 1.32.4.56: return size of axis lines only instead of axis including labels for old api 2006/01/15 16:41:58 iha 1.32.4.55: correct distance between diagram and legend 2006/01/09 14:30:47 iha 1.32.4.54: diagram is not resizeable via mouse anymore 2005/12/21 21:29:42 iha 1.32.4.53: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/01 18:53:40 iha 1.32.4.52: create axis title with correct rotation default + don't mix x and y in barcharts 2005/12/01 16:41:28 iha 1.32.4.51: #124571# load & save position of rotated titles correctly 2005/11/25 16:33:56 iha 1.32.4.50: correct labels at z axis for deep stacking 2005/11/02 16:37:55 bm 1.32.4.49: safeness when XScale is 0 2005/10/25 11:57:18 bm 1.32.4.48: Solaris compiler did not like map access 2005/10/25 10:41:54 bm 1.32.4.47: & too much in variable declaration 2005/10/24 11:07:14 iha 1.32.4.46: coordinate system restructure 2005/10/13 17:39:14 iha 1.32.4.45: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:24:13 bm 1.32.4.44: RESYNC: (1.32-1.33); FILE MERGED 2005/09/16 16:50:23 iha 1.32.4.43: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/24 11:50:37 iha 1.32.4.42: direct initialization for less warnings 2005/08/18 11:42:05 iha 1.32.4.41: moved colorscheme transport 2005/07/28 09:34:57 bm 1.32.4.40: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/23 00:01:21 iha 1.32.4.39: include axis title sizes in diagram position to support old api and fileformat 2005/07/21 14:47:16 bm 1.32.4.38: support for number formats from data provider 2005/07/18 19:03:27 iha 1.32.4.37: don't display axes in pie chart 2005/07/15 07:24:46 iha 1.32.4.36: remove extra space hack for axis label 2005/07/13 15:22:45 iha 1.32.4.35: update draw model tables before use in view and dialogs 2005/07/12 08:41:15 iha 1.32.4.34: correct assertion text 2005/07/08 15:20:27 iha 1.32.4.33: index violation 2005/07/08 12:49:31 iha 1.32.4.32: provide and keep view as service only 2005/07/05 16:02:44 iha 1.32.4.31: redefine diagram size 2005/06/23 16:39:17 iha 1.32.4.30: quick hack for more complete visibility of the diagram as long as the correct layout is missing 2005/06/09 15:43:52 iha 1.32.4.29: support positions and sizes via view for old api wrapper 2005/06/07 15:42:31 iha 1.32.4.28: use numberformatter from model 2005/06/03 14:43:09 iha 1.32.4.27: construct chartview with drawmodelwrapper 2005/06/01 17:03:15 iha 1.32.4.26: export metafile 2005/05/31 19:20:26 iha 1.32.4.25: create view without controller 2005/05/09 09:51:38 bm 1.32.4.24: moved parts of API to data namespace 2004/09/27 14:41:23 iha 1.32.4.23: reduce direct access to draw model 2004/09/17 17:24:34 iha 1.32.4.22: correct positions for titles also after move 2004/09/17 11:26:20 iha 1.32.4.21: implement api redesign - dimension property 2004/09/17 10:24:29 iha 1.32.4.20: correct x stacking 2004/09/16 14:45:33 iha 1.32.4.19: implement api redesign 2004/09/15 09:57:15 iha 1.32.4.18: implement api redesign 2004/08/26 13:14:01 iha 1.32.4.17: saver page creation 2004/08/25 16:38:56 iha 1.32.4.16: View independent loading - relative position with dynamic anchor point 2004/04/27 15:00:43 iha 1.32.4.15: warnings removed 2004/04/26 11:45:06 iha 1.32.4.14: getExplicitValuesForMeter returns bool + CID for page 2004/04/22 09:32:34 iha 1.32.4.13: more explicit default for 'no stacking' 2004/04/13 16:34:24 iha 1.32.4.12: corrected stacking 2004/03/24 10:26:12 bm 1.32.4.11: safety check for empty tree in initializeDiagramAndGetCooSys 2004/03/22 19:34:51 iha 1.32.4.10: transport information bSwapXAndYAxis over method setScales 2004/03/19 10:59:08 iha 1.32.4.9: modified creation of plotter for attaching series to secondary axis 2004/03/18 16:36:46 iha 1.32.4.8: create axis even if no plotter is attached to the coordinate system 2004/03/12 15:34:39 iha 1.32.4.7: removed shadow warning 2004/03/11 12:26:30 iha 1.32.4.6: calculate PreferredAspectRatio for charttype dependent 3D scene aspect ratio and set to diagram + some cleanup 2004/03/02 13:03:13 iha 1.32.4.5: use PropertyMapper::getPropertyNameMapForFillAndLineProperties 2004/02/26 14:03:44 iha 1.32.4.4: remove warnings 2004/02/26 13:53:12 iha 1.32.4.3: share coordinate systems and scales for combi charts 2004/02/26 12:18:10 iha 1.32.4.2: share coordinate systems and scales for combi charts 2004/02/13 16:52:00 bm 1.32.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9dd4b90659e5569b91d5264047b0f4a3ce789850]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/20 14:33:48 iha 1.1.2.1: move SchItemPool from controller to view lib -> ChartItemPool

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [54c60dc3021e43215bdb6ec17d69fde8900a5e08]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/15 12:38:25 bm 1.1.2.4: #i73604# RESYNC: additional changes for ItemId cleanup 2007/05/15 11:49:00 bm 1.1.2.3: #i73604# RESYNC: additional changes for ItemId cleanup 2007/02/08 21:25:48 iha 1.1.2.2: resync m195 -> m202 2006/02/20 14:34:02 iha 1.1.2.1: move SchItemPool from controller to view lib -> ChartItemPool

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49c83fa2f3d1b99d15097cb47f002f0e1e86daca]

        INTEGRATION: CWS chart2mst3 (1.2.12); FILE MERGED 2006/07/01 21:27:49 iha 1.2.12.1: ore distance between gridlines and wall

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [91d4717d57494a10590bd31b5672ecdd6dbc2a46]

        INTEGRATION: CWS chart2mst3 (1.16.4); FILE MERGED 2006/12/15 13:36:58 iha 1.16.4.30: #i72360# use axis number format for data labels when one is provided 2006/11/09 15:30:13 iha 1.16.4.29: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/23 19:09:23 iha 1.16.4.28: #i65580# Legend shows no symbols for series with automatic symbols 2006/10/12 10:54:44 iha 1.16.4.27: wrong selection of series - due to weakreferences of draw shapes dying to early -> switch back to normal references 2006/09/29 14:58:35 iha 1.16.4.26: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/08/01 09:48:32 bm 1.16.4.25: #i29600# resize the label sizes of data series with the diagram size if a reference size is set 2006/07/01 20:58:10 iha 1.16.4.24: define and respect aspect ratio of diagram 2006/03/29 22:24:48 iha 1.16.4.23: restructure legend entry creation + legend entries in data labels 2006/03/23 09:25:02 iha 1.16.4.22: categories for data labels 2006/01/12 18:02:50 iha 1.16.4.21: cleanup property mappings 2005/12/21 21:29:40 iha 1.16.4.20: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/25 16:24:59 iha 1.16.4.19: correct labels at z axis for deep stacking 2005/10/24 11:07:14 iha 1.16.4.18: coordinate system restructure 2005/10/13 17:39:13 iha 1.16.4.17: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:22:54 bm 1.16.4.16: RESYNC: (1.16-1.17); FILE MERGED 2005/08/18 11:42:05 iha 1.16.4.15: moved colorscheme transport 2005/07/28 09:34:56 bm 1.16.4.14: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/21 14:47:15 bm 1.16.4.13: support for number formats from data provider 2005/05/11 13:03:48 dr 1.16.4.12: #i30426# enhanced scaling for stacked charts 2005/05/09 08:57:54 dr 1.16.4.11: #i30462# scaling for stacked charts 2005/04/29 12:23:23 dr 1.16.4.10: #i30426# enhanced linear scaling 2005/04/28 15:50:08 dr 1.16.4.9: #i30426# enhanced linear scaling 2004/09/17 11:25:43 iha 1.16.4.8: implement api redesign - dimension property 2004/06/29 19:41:44 iha 1.16.4.7: added parameter pOverwriteMap to method setMappedProperties 2004/04/13 16:34:23 iha 1.16.4.6: corrected stacking 2004/03/24 17:24:52 iha 1.16.4.5: added parameter offset to method createDataLabel 2004/03/11 12:01:17 iha 1.16.4.4: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/02/28 09:01:23 iha 1.16.4.3: changed Y range calculation because of integration of candlestickchart + caching of summarized y values 2004/02/26 12:18:09 iha 1.16.4.2: share coordinate systems and scales for combi charts 2004/02/23 18:50:53 iha 1.16.4.1: auto scaling: make automatic border charttype dependent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6c916a7135d1741c9d973c84ac51805d493c9e57]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/22 17:31:20 iha 1.1.2.3: resync 2005/10/11 09:21:01 bm 1.1.2.2: license header change 2004/05/08 17:51:08 iha 1.1.2.1: polartransformation fixes and pie offset implementation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c909b92a58ee2061ce872fbdde5be62e36030405]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/04/10 12:25:19 iha 1.1.4.5: api restructure axis, grids, scales and increments 2006/01/16 15:04:09 iha 1.1.4.4: don't create invisible gridlines 2006/01/16 14:45:48 iha 1.1.4.3: don't create invisible gridlines 2005/10/07 12:22:43 bm 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED 2005/07/12 12:57:14 bm 1.1.4.1: use named properties for gradients etc. in chart model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0c193b6c66fd223db63f88cbe31df7f8b3620837]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/23 19:11:00 iha 1.1.2.2: #i65580# Legend shows no symbols for series with automatic symbols 2006/03/29 22:22:18 iha 1.1.2.1: restructure legend entry creation + legend entries in data labels

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fbdf6fde8f833fd0acc6c98b8ae703346074a05f]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/08/10 15:56:31 iha 1.3.4.4: Axis Label Layout - Font&Diagram Size 2006/07/01 21:03:41 iha 1.3.4.3: define and respect aspect ratio of diagram 2005/10/07 12:22:32 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/03/11 12:04:31 iha 1.3.4.1: added parameter PreferredAspectRatio for charttype dependent 3D scene aspect ratio

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [63865c122624bc67c5f56e2f1b8e5546bd530257]

        INTEGRATION: CWS chart2mst3 (1.13.4); FILE MERGED 2007/04/20 08:12:09 iha 1.13.4.22: #i75393# Connect Bars per diagram not per series 2007/04/19 16:12:00 iha 1.13.4.21: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/19 21:39:34 iha 1.13.4.20: better performance for line charts without symbols 2006/10/12 10:52:14 iha 1.13.4.19: wrong selection of series - due to weakreferences of draw shapes dying to early -> switch back to normal references 2006/10/06 18:58:58 iha 1.13.4.18: hold shapes only per weak reference thus they can be removed for special pie resize 2006/09/01 16:35:31 iha 1.13.4.17: enable selection of invisible points in point charts 2006/08/01 09:48:31 bm 1.13.4.16: #i29600# resize the label sizes of data series with the diagram size if a reference size is set 2006/04/23 08:57:51 iha 1.13.4.15: correct wrong caching of datapoint properties -> correct data labels with correct text properties 2006/03/29 22:24:48 iha 1.13.4.14: restructure legend entry creation + legend entries in data labels 2006/03/23 09:27:37 iha 1.13.4.13: categories for data labels 2006/02/23 13:28:59 iha 1.13.4.12: enable gaps for NAN values in line charts 2005/12/21 21:29:39 iha 1.13.4.11: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/05 18:06:02 iha 1.13.4.10: Connection Lines for Stacked Bar Charts 2005/10/24 11:07:13 iha 1.13.4.9: coordinate system restructure 2005/10/07 12:22:15 bm 1.13.4.8: RESYNC: (1.13-1.14); FILE MERGED 2005/08/03 16:36:29 bm 1.13.4.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/21 14:47:15 bm 1.13.4.6: support for number formats from data provider 2005/05/09 09:51:36 bm 1.13.4.5: moved parts of API to data namespace 2004/09/15 09:57:15 iha 1.13.4.4: implement api redesign 2004/06/29 19:40:40 iha 1.13.4.3: added method hasPointOwnColor (for PieColorPerPoint) 2004/03/19 14:33:04 bm 1.13.4.2: XDataSource now contains XLabeledDataSources 2004/02/28 08:54:55 iha 1.13.4.1: integrate access to additional values for candle stick chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2de1836a889ad58c437567ef0e21a5591b53a496]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/11/09 15:29:02 iha 1.3.4.17: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/09/24 09:12:57 iha 1.3.4.16: #i61970# correct implementation of axis at 2006/08/25 17:15:10 iha 1.3.4.15: text- and diagram-size dependent auto main step width 2006/08/23 17:07:27 iha 1.3.4.14: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 19:06:55 iha 1.3.4.13: correct y axis for net charts: show labels + take space for labels into account for diagram size 2006/08/10 15:55:51 iha 1.3.4.12: Axis Label Layout - Font&Diagram Size 2006/04/10 12:25:19 iha 1.3.4.11: api restructure axis, grids, scales and increments 2006/03/27 11:49:50 bm 1.3.4.10: implementationreference.hxx is written in lowercase 2006/03/23 15:32:15 iha 1.3.4.9: cleanup category handling 2005/12/21 21:29:39 iha 1.3.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/25 16:24:32 iha 1.3.4.7: correct labels at z axis for deep stacking 2005/10/24 11:07:12 iha 1.3.4.6: coordinate system restructure 2005/10/13 17:39:13 iha 1.3.4.5: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:22:00 bm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 16:02:05 iha 1.3.4.3: use numberformatter from model 2004/03/22 19:32:46 iha 1.3.4.2: added method getPropertySwapXAndYAxis() 2004/02/26 12:18:09 iha 1.3.4.1: share coordinate systems and scales for combi charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [de5a12bc1a637faec88760dae9b6ff1782be7878]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/09/23 07:47:31 iha 1.3.12.1: apply texture correctly to floor, bottom and 3D lines

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0bc23af7fc698e5c2b20f35f68dca2153e1f609b]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2006/10/11 11:49:23 dr 1.10.4.19: #i67757# connect first/last point in radarcharts correctly 2006/10/06 19:02:19 iha 1.10.4.18: added helping method to remove all sub shapes in a group shape 2006/08/29 12:26:22 iha 1.10.4.17: correct overlap detection for rotated axis labels 2006/08/10 15:57:34 iha 1.10.4.16: Axis Label Layout - Font&Diagram Size 2006/06/30 23:31:58 iha 1.10.4.15: helping method to respect aspect ratio 2006/06/30 23:17:54 iha 1.10.4.14: correct scene dimensions also for pies with dummy objects 2006/04/03 12:11:05 iha 1.10.4.13: correct selection handles for data point labels and legend entries 2006/03/12 00:23:48 iha 1.10.4.12: added methods getOrCreateChartRootShape & getShapeName 2006/01/14 13:55:55 iha 1.10.4.11: respect PercentDiagonal Property as boolean for bars 2005/12/21 14:10:57 dr 1.10.4.10: border color for symbols 2005/12/05 18:04:23 iha 1.10.4.9: methods moved from AreaChart to here 2005/11/24 15:08:28 bm 1.10.4.8: symbol graphics support 2005/10/07 12:21:36 bm 1.10.4.7: RESYNC: (1.10-1.11); FILE MERGED 2005/07/04 17:12:33 iha 1.10.4.6: added method createMarkHandlesRectangle 2004/05/08 17:54:57 iha 1.10.4.5: polartransformation fixes and pie offset implementation 2004/04/29 09:28:06 iha 1.10.4.4: correct 3d bar object position and size 2004/04/28 20:16:53 iha 1.10.4.3: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/03/24 10:39:13 iha 1.10.4.2: change signature of ShapeFactory::createLine2D 2004/03/23 20:22:28 iha 1.10.4.1: removed now superfluous method createErrorBar2D

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0794f264f3cfe31fa459842d1cc67a305cd804fc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/25 17:14:35 iha 1.1.2.9: text- and diagram-size dependent auto main step width 2006/08/23 17:07:27 iha 1.1.2.8: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/04/10 12:25:19 iha 1.1.2.7: api restructure axis, grids, scales and increments 2005/10/11 09:21:00 bm 1.1.2.6: license header change 2005/08/19 16:10:50 iha 1.1.2.5: implement percent stacking 2005/04/29 12:23:23 dr 1.1.2.4: #i30426# enhanced linear scaling 2005/04/28 15:50:08 dr 1.1.2.3: #i30426# enhanced linear scaling 2004/02/26 13:52:10 iha 1.1.2.2: remove unused code 2004/02/26 12:17:52 iha 1.1.2.1: share coordinate systems and scales for combi charts Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [600fe66f887b77ede00f2f9874aaf46e35bedec7]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/01/27 09:51:24 bm 1.4.4.4: InlineContainer.hxx moved to comphelper 2005/10/07 12:21:23 bm 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/06/29 19:38:45 iha 1.4.4.2: added parameter pOverwriteMap to method setMappedProperties 2004/03/02 12:24:32 bm 1.4.4.1: +getPropertyNameMapForFillAndLineProperties()

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [304445b9c7fccb32c4a29fa04005632cdfae1184]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/08/10 15:57:01 iha 1.1.4.3: Axis Label Layout - Font&Diagram Size 2005/10/07 12:21:11 bm 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED 2004/05/08 17:54:56 iha 1.1.4.1: polartransformation fixes and pie offset implementation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ba6771ebf2b5984aaf854c15426b77afdac3402]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2006/11/23 18:36:06 iha 1.7.4.18: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/11/22 17:26:15 iha 1.7.4.17: RESYNC: (1.8-1.9); FILE MERGED 2006/11/09 15:27:51 iha 1.7.4.16: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/09/24 09:12:57 iha 1.7.4.15: #i61970# correct implementation of axis at 2005/12/03 18:57:38 iha 1.7.4.14: added transformSceneToScreenPosition to enable pie segment dragging 2005/10/24 11:07:12 iha 1.7.4.13: coordinate system restructure 2005/10/07 12:21:00 bm 1.7.4.12: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 16:12:31 iha 1.7.4.11: implement percent stacking 2004/05/08 17:54:56 iha 1.7.4.10: polartransformation fixes and pie offset implementation 2004/04/29 11:25:53 iha 1.7.4.9: corrected position of z axis in case of swapped axis 2004/03/24 17:23:09 iha 1.7.4.8: added method getLabelAlignmentForDimension 2004/03/23 18:35:35 iha 1.7.4.7: fixed logarithmic polar scale 2004/03/23 14:31:52 iha 1.7.4.6: added mehtod clipScaledLogicValues + renamed getTransformation/Scaled/LogicToScene 2004/03/22 19:30:41 iha 1.7.4.5: transport information bSwapXAndYAxis over method setScales not constructor; m_bRadiusAxisMapsToFirstDimension-->bSwapXAndY 2004/03/22 15:34:28 iha 1.7.4.4: added parameter and member SwapXAndYAxis for horizontal bar chart 2004/03/11 11:57:11 iha 1.7.4.3: added method getScaledLogicWidth() 2004/03/01 18:12:47 iha 1.7.4.2: added method doLogicScaling( Position3D& ) 2004/02/28 08:38:52 iha 1.7.4.1: added method clipYRange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [af7697a3429764cf0a60ea91b77f68dc979095a4]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2006/11/22 17:26:06 iha 1.10.4.6: RESYNC: (1.11-1.12); FILE MERGED 2006/08/22 19:07:31 iha 1.10.4.5: correct y axis for net charts: show labels + take space for labels into account for diagram size 2005/12/21 21:29:38 iha 1.10.4.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:20:48 bm 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/22 19:31:41 iha 1.10.4.2: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/01 18:13:51 iha 1.10.4.1: added method isValidPosition()

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cfa6cddf8caf39d8a62f812efee33a2cef122d23]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/24 11:07:11 iha 1.1.2.6: coordinate system restructure 2005/10/11 09:21:00 bm 1.1.2.5: license header change 2005/05/09 08:57:54 dr 1.1.2.4: #i30462# scaling for stacked charts 2005/04/29 12:23:22 dr 1.1.2.3: #i30426# enhanced linear scaling 2005/04/28 15:50:08 dr 1.1.2.2: #i30426# enhanced linear scaling 2004/02/26 12:10:38 iha 1.1.2.1: share coordinate systems and scales for combi charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dfc8b28296edd45ee1ce49bf0426c03b3cf8fca0]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 12:20:36 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/03/22 17:29:02 iha 1.2.4.1: added parameter SwapXAndYAxis for horizontal bar chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a067d904b506870ca1932046a3badedb9b6eb7ec]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/29 22:21:40 iha 1.1.2.1: restructure legend entry creation + legend entries in data labels

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [17a18f7e1b1e3687d8ad5cf4763013a9fb8196c6]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2005/10/07 12:20:26 bm 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED 2004/03/23 14:38:23 iha 1.1.4.1: renamed method getTransformation/Scaled/LogicToScene

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [69ef8553e1629225a12a1e31c8bfcb11b49e8acd]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/11/23 18:36:06 iha 1.3.4.2: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/03/09 17:40:29 iha 1.3.4.1: added header

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eec1789036bf514eae782ac73165a3448bfcf782]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2006/11/22 17:25:59 iha 1.9.4.31: RESYNC: (1.11-1.12); FILE MERGED 2006/10/18 17:22:33 bm 1.9.4.30: RESYNC: (1.10-1.11); FILE MERGED 2006/10/06 19:12:59 iha 1.9.4.29: corrected resize of diagram 2006/09/23 07:49:21 iha 1.9.4.28: apply texture correctly to diagram walls and floor 2006/08/10 16:00:49 iha 1.9.4.27: Axis Label Layout - Font&Diagram Size 2006/07/01 21:04:37 iha 1.9.4.26: define and respect aspect ratio of diagram 2006/06/30 23:33:27 iha 1.9.4.25: helping method to respect aspect ratio 2006/06/30 23:17:24 iha 1.9.4.24: correct scene dimensions also for pies with dummy objects 2006/06/26 18:30:26 iha 1.9.4.23: don't show wall nor floor for pies and donuts until older files can be detected ---> need invisible floor for 3D pies with labels... 2006/06/24 18:32:01 iha 1.9.4.22: don't show wall nor floor for pies and donuts until older files can be detected 2006/06/23 15:03:41 iha 1.9.4.21: don't use goodies matrix anymore 2006/06/18 19:36:08 iha 1.9.4.20: implement camera distance 2006/06/09 16:12:29 iha 1.9.4.19: don't set the camera at the diagram view, but take it's rotation into account in the transformation matrix 2006/01/12 18:02:23 iha 1.9.4.18: cleanup property mappings 2005/12/21 21:29:37 iha 1.9.4.17: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/02 13:49:23 bm 1.9.4.16: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/21 13:35:12 bm 1.9.4.15: enable FillBitmaps 2005/10/07 12:23:29 bm 1.9.4.14: RESYNC: (1.9-1.10); FILE MERGED 2005/08/31 11:42:57 bm 1.9.4.13: FillBackground property was duplicate in Wall Property Map. Note that this property does not work for 3d objects 2005/07/22 12:53:13 bm 1.9.4.12: property FillBackground added 2005/07/12 12:57:14 bm 1.9.4.11: use named properties for gradients etc. in chart model 2005/07/06 11:03:55 iha 1.9.4.10: redefine diagram size 2005/06/16 09:19:44 iha 1.9.4.9: added missing Property FillBackground and FillTransparenceGradient 2004/06/09 21:52:38 iha 1.9.4.8: rotate lights with scene 2004/06/08 14:28:58 iha 1.9.4.7: set only enabled light sources 2004/06/04 12:04:30 iha 1.9.4.6: set ProjectionMode to scene 2004/04/29 09:28:05 iha 1.9.4.5: correct 3d bar object position and size 2004/04/28 20:16:52 iha 1.9.4.4: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/04/27 13:32:47 iha 1.9.4.3: warnings removed 2004/04/26 11:46:58 iha 1.9.4.2: create CIDs via ObjectIdentifier 2004/03/11 12:06:18 iha 1.9.4.1: added parameter PreferredAspectRatio for charttype dependent 3D scene aspect ratio

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [368451f280fe5554110ae38c1a429e9e88b08c47]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/10/07 12:23:18 bm 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/04/28 20:16:52 iha 1.4.4.2: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/02/28 09:05:07 iha 1.4.4.1: added CandleStickChart + BarPositionHelper

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ccbb9c401a603371ca0cb219dd51da7863006455]

        INTEGRATION: CWS chart2mst3 (1.33.4); FILE MERGED 2007/02/28 19:28:18 iha 1.33.4.63: #i74967# set parent to cloned data point 2007/02/06 16:10:27 iha 1.33.4.62: corrected label value in case of percent stacking 2007/01/19 19:10:04 iha 1.33.4.61: #i72978# percentage data labels are wrong with factor 100 2006/12/15 13:39:10 iha 1.33.4.60: #i72360# use axis number format for data labels when one is provided 2006/11/22 17:31:20 iha 1.33.4.59: resync 2006/11/19 21:40:43 iha 1.33.4.58: better performance for line charts without symbols 2006/11/09 15:31:01 iha 1.33.4.57: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/11/01 15:36:12 iha 1.33.4.56: cleanup resources + changed variable names according to style guide 2006/10/29 12:16:19 iha 1.33.4.55: use more readable varailbles STATTYP->REGRESSIONTYPE and ROWNAME->SERIESNAME for STR_STATISTICS_IN_LEGEND 2006/10/23 19:10:17 iha 1.33.4.54: #i65580# Legend shows no symbols for series with automatic symbols 2006/10/18 17:22:26 bm 1.33.4.53: RESYNC: (1.33-1.34); FILE MERGED 2006/10/12 10:54:17 iha 1.33.4.52: wrong selection of series - due to weakreferences of draw shapes dying to early -> switch back to normal references 2006/10/06 19:00:30 iha 1.33.4.51: hold shapes only per weak reference thus they can be removed for special pie resize 2006/10/06 18:52:08 iha 1.33.4.50: no ring distance for pies 2006/09/29 14:59:20 iha 1.33.4.49: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/08/01 09:48:31 bm 1.33.4.48: #i29600# resize the label sizes of data series with the diagram size if a reference size is set 2006/07/31 11:07:28 bm 1.33.4.47: #i66820# aLabelText was shadowed by a local variable on error. 2006/07/01 20:59:46 iha 1.33.4.46: define and respect aspect ratio of diagram 2006/04/27 09:33:02 bm 1.33.4.45: #64832# show correct color for pie segments which get attributed but still have the default color 2006/04/11 16:23:08 iha 1.33.4.44: always use 2d target for text shapes 2006/04/09 07:41:45 iha 1.33.4.43: correct position of legend symbols in data poiunt labels 2006/04/03 12:23:55 iha 1.33.4.42: correct selection handles and legend symbol position in data point labels 2006/03/29 22:24:47 iha 1.33.4.41: restructure legend entry creation + legend entries in data labels 2006/03/23 09:25:59 iha 1.33.4.40: categories for data labels 2006/03/09 17:41:17 iha 1.33.4.39: added header 2006/02/28 16:34:32 bm 1.33.4.38: initialize bAverageLine correctly 2006/01/12 18:03:24 iha 1.33.4.37: cleanup property mappings 2005/12/21 21:29:36 iha 1.33.4.36: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/25 16:29:47 iha 1.33.4.35: correct labels at z axis for deep stacking 2005/10/24 14:12:30 iha 1.33.4.34: coordinate system restructure 2005/10/24 11:07:09 iha 1.33.4.33: coordinate system restructure 2005/10/21 13:35:09 bm 1.33.4.32: enable FillBitmaps 2005/08/18 11:42:04 iha 1.33.4.31: moved colorscheme transport 2005/07/28 09:34:55 bm 1.33.4.30: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/22 12:53:39 bm 1.33.4.29: #124485# property FillBackground added 2005/07/21 14:47:14 bm 1.33.4.28: support for number formats from data provider 2005/07/12 12:57:13 bm 1.33.4.27: use named properties for gradients etc. in chart model 2005/06/23 14:39:41 iha 1.33.4.26: correct support for statistic properties 2005/05/11 13:03:08 dr 1.33.4.25: #i30426# enhanced scaling for stacked charts 2005/05/09 08:57:39 dr 1.33.4.24: #i30462# scaling for stacked charts 2005/05/02 10:32:00 iha 1.33.4.23: changed default values for paramters for autoscaling 2005/04/29 12:23:00 dr 1.33.4.22: #i30426# enhanced linear scaling 2005/04/28 15:49:13 dr 1.33.4.21: #i30426# enhanced linear scaling 2005/04/11 09:29:25 iha 1.33.4.20: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/17 12:20:49 iha 1.33.4.19: implement api redesign - dimension property 2004/09/17 11:24:22 iha 1.33.4.18: implement api redesign - dimension property 2004/06/29 19:42:06 iha 1.33.4.17: added parameter pOverwriteMap to method setMappedProperties 2004/04/14 09:24:14 iha 1.33.4.16: removed unused code 2004/04/14 08:30:17 iha 1.33.4.15: OSL_ENSURE instead of DBG_ASSERT 2004/04/13 16:34:23 iha 1.33.4.14: corrected stacking 2004/03/27 10:37:45 iha 1.33.4.13: error bars: uninitialized points if only one direction was assigned to the error bars 2004/03/24 17:25:24 iha 1.33.4.12: added parameter offset to method createDataLabel 2004/03/24 10:39:12 iha 1.33.4.11: change signature of ShapeFactory::createLine2D 2004/03/23 20:21:39 iha 1.33.4.10: make error bars more flexible for horizontal bar chart 2004/03/23 14:37:04 iha 1.33.4.9: renamed method getTransformation/Scaled/LogicToScene 2004/03/22 19:34:11 iha 1.33.4.8: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/11 12:02:30 iha 1.33.4.7: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/03/01 17:24:08 iha 1.33.4.6: different x autoscaling for net chart 2004/02/28 09:07:29 iha 1.33.4.5: added CandleStick Chart + changed Y range calculation because of integration of candlestickchart + caching of summarized y values 2004/02/23 18:52:05 iha 1.33.4.4: auto scaling: make automatic border charttype dependent 2004/02/18 20:35:16 iha 1.33.4.3: add parameter 'ConnectLastToFirstPoint' for net chart 2004/02/17 20:19:08 iha 1.33.4.2: regression line was twice transformed to scene coordinates 2004/02/13 16:51:56 bm 1.33.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [959a982d9ecbc458c29aa067edd58ebb08aa5cc3]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/03/09 17:41:17 iha 1.2.4.1: added header

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fe65c0c5fbdc7721d49771e4892a4f21da371544]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/11/22 17:25:52 iha 1.5.4.7: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 17:22:18 bm 1.5.4.6: RESYNC: (1.6-1.7); FILE MERGED 2006/03/10 10:20:42 iha 1.5.4.5: don't use leading underscore 2006/03/09 17:41:17 iha 1.5.4.4: added header 2005/06/20 12:02:00 iha 1.5.4.3: corrected b slpine calculation 2004/03/24 12:31:11 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/19 15:14:32 iha 1.5.4.1: don't change x values to integer anymore as we are working in logical values now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [977ef7bbb7d8db43ba6302e84ff37220c8ec7cfe]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/10/06 18:48:41 iha 1.6.4.17: no ring distance for pies 2006/07/01 21:01:56 iha 1.6.4.16: define and respect aspect ratio of diagram 2006/03/09 17:41:17 iha 1.6.4.15: added header 2005/10/24 11:07:08 iha 1.6.4.14: coordinate system restructure 2005/08/18 11:42:04 iha 1.6.4.13: moved colorscheme transport 2005/07/28 09:34:54 bm 1.6.4.12: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/14 14:56:11 bm 1.6.4.11: removed radius offset parameter as this is now controlled by the UseRings property 2005/05/09 08:57:39 dr 1.6.4.10: #i30462# scaling for stacked charts 2005/04/29 12:23:00 dr 1.6.4.9: #i30426# enhanced linear scaling 2004/09/17 11:24:21 iha 1.6.4.8: implement api redesign - dimension property 2004/06/29 19:42:58 iha 1.6.4.7: Color Per Point 2004/05/08 17:54:55 iha 1.6.4.6: polartransformation fixes and pie offset implementation 2004/04/19 11:50:36 iha 1.6.4.5: enable switching between ring and pie 2004/04/14 08:31:51 iha 1.6.4.4: add methods getMin/MaximumX + setScales to set bSwapXAndYAxis correct 2004/04/13 16:34:23 iha 1.6.4.3: corrected stacking 2004/03/11 12:28:03 iha 1.6.4.2: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/02/23 18:53:00 iha 1.6.4.1: auto scaling: make automatic border charttype dependent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [19dca1d00b4117c252eee1a1e459e0bff698527e]

        INTEGRATION: CWS chart2mst3 (1.13.4); FILE MERGED 2006/12/01 13:50:06 iha 1.13.4.37: correct dragging of pie segments after resync to aw024 (use no group shapes around the segments -> also better performance) 2006/11/22 17:31:20 iha 1.13.4.36: resync 2006/10/18 17:22:10 bm 1.13.4.35: RESYNC: (1.13-1.14); FILE MERGED 2006/10/06 19:05:36 iha 1.13.4.34: corrected transformation for ring radius 2006/10/06 18:56:11 iha 1.13.4.33: correct position of labels for 2D rings 2006/10/06 18:50:59 iha 1.13.4.32: no ring distance for pies 2006/09/29 14:59:20 iha 1.13.4.31: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/08/10 16:01:18 iha 1.13.4.30: Axis Label Layout - Font&Diagram Size 2006/07/01 21:02:22 iha 1.13.4.29: define and respect aspect ratio of diagram 2006/06/19 15:30:26 iha 1.13.4.28: different angle offset for 2D and 3D pies due to compatibility with older versions 2006/06/09 16:14:28 iha 1.13.4.27: adapted pie starting angle to old charts behaviour and made Pie more flat 2006/04/27 09:33:02 bm 1.13.4.26: #64832# show correct color for pie segments which get attributed but still have the default color 2006/01/12 18:01:36 iha 1.13.4.25: cleanup property mappings 2005/12/21 21:29:36 iha 1.13.4.24: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:54:48 iha 1.13.4.23: enable pie segment dragging 2005/10/24 11:07:08 iha 1.13.4.22: coordinate system restructure 2005/10/11 09:20:59 bm 1.13.4.21: license header change 2005/08/18 11:42:04 iha 1.13.4.20: moved colorscheme transport 2005/08/03 16:36:29 bm 1.13.4.19: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/28 09:34:54 bm 1.13.4.18: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:14:30 bm 1.13.4.17: use configuration colors in ColorProvider 2005/07/14 14:56:28 bm 1.13.4.16: removed radius offset parameter as this is now controlled by the UseRings property 2005/05/09 08:57:39 dr 1.13.4.15: #i30462# scaling for stacked charts 2005/04/29 12:23:00 dr 1.13.4.14: #i30426# enhanced linear scaling 2004/09/17 11:24:21 iha 1.13.4.13: implement api redesign - dimension property 2004/07/01 13:41:55 iha 1.13.4.12: use ColorProvider for default segment colors 2004/06/29 19:44:30 iha 1.13.4.11: Color Per Point 2004/05/10 12:32:22 bm 1.13.4.10: <:: error 2004/05/08 17:54:55 iha 1.13.4.9: polartransformation fixes and pie offset implementation 2004/04/19 11:46:28 iha 1.13.4.8: enable switching between ring and pie 2004/04/14 09:11:57 iha 1.13.4.7: removed unsued code 2004/04/14 08:32:58 iha 1.13.4.6: changed shape creation to one series per ring instead of one category per ring + add methods getMin/MaximumX + setScales to set bSwapXAndYAxis correct 2004/04/13 16:34:22 iha 1.13.4.5: corrected stacking 2004/03/23 14:36:40 iha 1.13.4.4: renamed method getTransformation/Scaled/LogicToScene 2004/03/22 19:33:48 iha 1.13.4.3: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/11 12:27:55 iha 1.13.4.2: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/02/23 18:53:44 iha 1.13.4.1: auto scaling: make automatic border charttype dependent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a4bb4a608f2bf3127c88af8de48702d30372cdc]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/03/09 17:41:17 iha 1.1.1.1.4.3: added header 2005/11/22 14:09:27 iha 1.1.1.1.4.2: support BarOverlap and GapWidth 2005/10/24 11:07:07 iha 1.1.1.1.4.1: coordinate system restructure

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b0da5f4324f3ea306cff729506a57dcc86064b6b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:22:02 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2006/03/09 17:41:17 iha 1.2.4.3: added header 2005/11/22 14:09:45 iha 1.2.4.2: support BarOverlap and GapWidth 2005/10/24 11:07:06 iha 1.2.4.1: coordinate system restructure

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f020a091d8c7c0f9ef248109fc208aaaae702ae]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/26 15:35:03 bm 1.1.2.12: #i75681# do not add legend symbols with non-localized and non-persistent strings 2007/03/20 13:38:48 iha 1.1.2.11: #i75562# correct scaling for stock charts 2006/10/10 09:12:14 iha 1.1.2.10: correct aspect ratio for stock charts 2006/03/29 22:24:47 iha 1.1.2.9: restructure legend entry creation + legend entries in data labels 2006/03/09 17:41:17 iha 1.1.2.8: added header 2005/10/24 11:07:06 iha 1.1.2.7: coordinate system restructure 2005/08/18 11:42:04 iha 1.1.2.6: moved colorscheme transport 2005/07/28 09:34:54 bm 1.1.2.5: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2004/09/17 11:24:21 iha 1.1.2.4: implement api redesign - dimension property 2004/04/13 16:34:22 iha 1.1.2.3: corrected stacking 2004/02/29 10:22:39 iha 1.1.2.2: create candlestick 2004/02/28 09:03:02 iha 1.1.2.1: new CandleStick Chart Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [687648f96f10e5c6e1b9d806a4085104780c8adc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/26 15:35:03 bm 1.1.2.25: #i75681# do not add legend symbols with non-localized and non-persistent strings 2007/03/20 13:39:04 iha 1.1.2.24: #i75562# correct scaling for stock charts 2007/02/08 21:25:48 iha 1.1.2.23: resync m195 -> m202 2006/11/17 21:51:55 iha 1.1.2.22: don't loose ranges when sequence count is not suiteable for stock charts, show at least close values  when having not enough sequences 2006/10/10 09:12:22 iha 1.1.2.21: correct aspect ratio for stock charts 2006/03/29 22:24:47 iha 1.1.2.20: restructure legend entry creation + legend entries in data labels 2006/03/09 17:41:16 iha 1.1.2.19: added header 2005/12/21 21:29:36 iha 1.1.2.18: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/24 11:07:05 iha 1.1.2.17: coordinate system restructure 2005/08/18 11:42:03 iha 1.1.2.16: moved colorscheme transport 2005/07/28 09:34:54 bm 1.1.2.15: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/19 08:50:04 bm 1.1.2.14: show candlesticks with height 0 as negative (like in old chart) 2005/07/13 10:45:29 bm 1.1.2.13: workaround for empty rectangles 2004/09/17 11:24:21 iha 1.1.2.12: implement api redesign - dimension property 2004/04/27 13:32:46 iha 1.1.2.11: warnings removed 2004/04/13 16:34:22 iha 1.1.2.10: corrected stacking 2004/03/24 17:22:30 iha 1.1.2.9: removed unused include 2004/03/04 10:51:02 iha 1.1.2.8: use slot width for width of candle sticks 2004/03/02 17:40:39 iha 1.1.2.7: correct not japanese fist last 2004/03/02 15:22:05 iha 1.1.2.6: added labels 2004/03/02 13:14:56 iha 1.1.2.5: use named point group for range line 2004/03/01 20:18:22 iha 1.1.2.4: use named groups for selection handling 2004/03/01 19:28:34 iha 1.1.2.3: use correct properties for shapes 2004/02/29 10:22:39 iha 1.1.2.2: create candlestick 2004/02/28 09:03:35 iha 1.1.2.1: new CandleStick Chart Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [27bcec07f75aa0105354ade409ab91b95ab652d6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/24 11:07:04 iha 1.1.2.7: coordinate system restructure 2005/10/11 09:20:59 bm 1.1.2.6: license header change 2004/04/29 11:25:52 iha 1.1.2.5: corrected position of z axis in case of swapped axis 2004/04/29 09:28:04 iha 1.1.2.4: correct 3d bar object position and size 2004/03/23 14:35:40 iha 1.1.2.3: renamed methid getTransformation/Scaled/LogicToScene 2004/03/22 15:48:34 iha 1.1.2.2: added parameter SwapXAndYAxis for horizontal bar chart 2004/02/28 08:42:08 iha 1.1.2.1: moved from BarChart to share with CandleStickChart Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29a0d126b2e2e0cf7b85e497ac72698c36f4031d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:48 iha 1.1.2.9: resync m195 -> m202 2006/11/22 17:31:19 iha 1.1.2.8: resync 2005/10/24 11:07:03 iha 1.1.2.7: coordinate system restructure 2005/10/11 09:20:58 bm 1.1.2.6: license header change 2004/03/23 14:36:00 iha 1.1.2.5: renamed methid getTransformation/Scaled/LogicToScene 2004/03/22 17:31:50 iha 1.1.2.4: added parameter SwapXAndYAxis to Linear3DTransformation for horizontal bar chart 2004/03/22 15:48:10 iha 1.1.2.3: added parameter and member SwapXAndYAxis for horizontal bar chart 2004/03/10 09:54:04 iha 1.1.2.2: cleanup 2004/02/28 08:43:07 iha 1.1.2.1: moved from BarChart to share with CandleStickChart Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4f3615c2c04ddb2a4a55a4fca92453b98c12ddd]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/07/01 21:00:52 iha 1.5.4.17: define and respect aspect ratio of diagram 2006/03/09 17:41:16 iha 1.5.4.16: added header 2005/11/22 14:10:54 iha 1.5.4.15: support BarOverlap and GapWidth 2005/10/24 11:07:03 iha 1.5.4.14: coordinate system restructure 2005/08/18 11:42:03 iha 1.5.4.13: moved colorscheme transport 2005/07/28 09:34:54 bm 1.5.4.12: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/04/28 15:49:13 dr 1.5.4.11: #i30426# enhanced linear scaling 2004/09/17 11:24:20 iha 1.5.4.10: implement api redesign - dimension property 2004/04/29 09:28:04 iha 1.5.4.9: correct 3d bar object position and size 2004/04/28 20:16:51 iha 1.5.4.8: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/03/24 17:26:36 iha 1.5.4.7: changed method getLabelScreenPositionAndAlignment 2004/03/23 14:55:03 iha 1.5.4.6: removed method createDataPoint2D_Bar 2004/03/11 12:27:28 iha 1.5.4.5: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/03/09 09:03:11 iha 1.5.4.4: crash with negative pyramid; do not change base width of cuboids and cylinders with height 2004/03/08 19:00:51 iha 1.5.4.3: read DataPointGeometry from model 2004/02/28 08:47:14 iha 1.5.4.2: special autoscaling for Y (because of grounding line) 2004/02/23 18:55:02 iha 1.5.4.1: auto scaling: make automatic border charttype dependent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3852babcf171ee70ab8db74e88472d53690049a8]

        INTEGRATION: CWS chart2mst3 (1.15.4); FILE MERGED 2007/04/20 08:11:19 iha 1.15.4.41: #i75393# Connect Bars per diagram not per series 2007/02/01 16:20:26 iha 1.15.4.40: keep preparation for bars side by side 2006/11/09 15:33:48 iha 1.15.4.39: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/18 17:21:44 bm 1.15.4.38: RESYNC: (1.15-1.16); FILE MERGED 2006/10/13 10:50:03 dr 1.15.4.37: #i70395# render percent bar charts correctly 2006/10/11 11:49:23 dr 1.15.4.36: #i67757# connect first/last point in radarcharts correctly 2006/09/24 09:12:57 iha 1.15.4.35: #i61970# correct implementation of axis at 2006/07/01 21:01:33 iha 1.15.4.34: define and respect aspect ratio of diagram 2006/03/09 17:41:16 iha 1.15.4.33: added header 2006/01/15 13:22:15 iha 1.15.4.32: correct geometry for 3D percent stacked pyramids and cones 2006/01/15 12:26:03 iha 1.15.4.31: corrected direction of negative stacked bars 2006/01/15 12:06:51 iha 1.15.4.30: corrected size of bars, cones etc. 2006/01/14 13:55:12 iha 1.15.4.29: respect PercentDiagonal Property as boolean for bars 2005/12/21 21:29:35 iha 1.15.4.28: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/05 18:06:47 iha 1.15.4.27: Connection Lines for Stacked Bar Charts 2005/11/25 16:30:46 iha 1.15.4.26: correct labels at z axis for deep stacking 2005/11/24 18:32:43 bm 1.15.4.25: transparency gradients enabled 2005/11/22 14:10:35 iha 1.15.4.24: support BarOverlap and GapWidth 2005/10/24 11:07:02 iha 1.15.4.23: coordinate system restructure 2005/08/19 16:14:07 iha 1.15.4.22: implement percent stacking 2005/08/18 11:42:03 iha 1.15.4.21: moved colorscheme transport 2005/07/28 09:34:53 bm 1.15.4.20: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/12 12:57:13 bm 1.15.4.19: use named properties for gradients etc. in chart model 2005/05/11 13:03:06 dr 1.15.4.18: #i30426# enhanced scaling for stacked charts 2005/04/28 15:49:13 dr 1.15.4.17: #i30426# enhanced linear scaling 2004/09/17 11:24:20 iha 1.15.4.16: implement api redesign - dimension property 2004/05/05 15:59:25 iha 1.15.4.15: warning removed 2004/04/29 09:28:04 iha 1.15.4.14: correct 3d bar object position and size 2004/04/28 20:16:51 iha 1.15.4.13: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/04/27 15:00:41 iha 1.15.4.12: warnings removed 2004/04/13 16:34:22 iha 1.15.4.11: corrected stacking 2004/03/24 17:30:26 iha 1.15.4.10: correct label positions for horizontal bars incl. changed method getLabelScreenPositionAndAlignment 2004/03/23 14:55:55 iha 1.15.4.9: enable 2D horizontal bars + removed method createDataPoint2D_Bar 2004/03/23 14:42:30 iha 1.15.4.8: renamed method getTransformation/Scaled/LogicToScene 2004/03/11 12:27:20 iha 1.15.4.7: added meethod getPreferredDiagramAspectRatio() for charttype dependent 3D scene aspect ratio 2004/03/10 09:56:11 iha 1.15.4.6: make logic depth and width equal for 3D bar shapes 2004/03/09 09:03:00 iha 1.15.4.5: crash with negative pyramid; do not change base width of cuboids and cylinders with height 2004/03/08 19:01:23 iha 1.15.4.4: read DataPointGeometry from model 2004/02/28 08:46:50 iha 1.15.4.3: special autoscaling for Y (because of grounding line)+ moving of BarPositionHelper + some cleanup 2004/02/23 18:55:23 iha 1.15.4.2: auto scaling: make automatic border charttype dependent 2004/02/17 21:42:10 iha 1.15.4.1: show regression curve also if first points are null

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9d4911b472716e86388716d0bef4c12940aa4cdc]

        INTEGRATION: CWS chart2mst3 (1.12.4); FILE MERGED 2006/10/23 19:14:45 iha 1.12.4.17: #i65580# Legend shows no symbols for series with automatic symbols 2006/09/29 14:59:20 iha 1.12.4.16: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/09/24 09:12:57 iha 1.12.4.15: #i61970# correct implementation of axis at 2006/07/01 20:59:29 iha 1.12.4.14: define and respect aspect ratio of diagram 2006/03/29 22:24:46 iha 1.12.4.13: restructure legend entry creation + legend entries in data labels 2006/03/09 17:41:16 iha 1.12.4.12: added header 2006/02/23 13:29:46 iha 1.12.4.11: enable gaps for NAN values in line charts 2005/10/24 11:07:01 iha 1.12.4.10: coordinate system restructure 2005/08/18 11:42:03 iha 1.12.4.9: moved colorscheme transport 2005/07/28 09:34:53 bm 1.12.4.8: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/05/09 08:57:39 dr 1.12.4.7: #i30462# scaling for stacked charts 2005/04/28 15:49:13 dr 1.12.4.6: #i30426# enhanced linear scaling 2004/09/17 11:24:20 iha 1.12.4.5: implement api redesign - dimension property 2004/04/13 16:34:22 iha 1.12.4.4: corrected stacking 2004/03/01 17:22:58 iha 1.12.4.3: different x autoscaling for net chart 2004/02/28 08:36:19 iha 1.12.4.2: special autoscaling for Y (because of area grounding line) 2004/02/18 20:34:27 iha 1.12.4.1: add parameter 'ConnectLastToFirstPoint' for net chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [95b5ac32f2a3e5173933aa9c9e155ed6554c4c87]

        INTEGRATION: CWS chart2mst3 (1.43.4); FILE MERGED 2007/04/19 09:42:53 bm 1.43.4.45: #i68044# show correct legend symbol for 3d line charts 2007/02/15 17:42:26 iha 1.43.4.44: #i74577# wrong values displayed in labels on area charts 2006/11/23 18:36:05 iha 1.43.4.43: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/11/22 17:25:39 iha 1.43.4.42: RESYNC: (1.44-1.45); FILE MERGED 2006/11/19 21:41:16 iha 1.43.4.41: better performance for line charts without symbols 2006/11/09 15:34:10 iha 1.43.4.40: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/23 19:15:33 iha 1.43.4.39: #i65580# Legend shows no symbols for series with automatic symbols 2006/10/18 17:21:37 bm 1.43.4.38: RESYNC: (1.43-1.44); FILE MERGED 2006/10/11 11:49:23 dr 1.43.4.37: #i67757# connect first/last point in radarcharts correctly 2006/10/10 16:51:34 iha 1.43.4.36: do stack absolute values for 3D areas 2006/10/10 16:50:20 iha 1.43.4.35: ignore origin for 3D Area and Lines 2006/10/09 15:34:02 dr 1.43.4.34: #i70133# handling of missing data points 2006/09/29 14:59:19 iha 1.43.4.33: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/09/24 09:12:57 iha 1.43.4.32: #i61970# correct implementation of axis at 2006/09/23 07:50:33 iha 1.43.4.31: apply texture correctly to 3D lines + crash with 3D lines #67868# 2006/07/01 20:59:20 iha 1.43.4.30: define and respect aspect ratio of diagram 2006/03/29 22:24:46 iha 1.43.4.29: restructure legend entry creation + legend entries in data labels 2006/03/09 17:41:16 iha 1.43.4.28: added header 2006/02/23 13:29:32 iha 1.43.4.27: enable gaps for NAN values in line charts 2006/01/12 18:01:08 iha 1.43.4.26: cleanup property mappings 2005/12/21 21:29:35 iha 1.43.4.25: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/21 14:10:57 dr 1.43.4.24: border color for symbols 2005/12/20 14:13:48 dr 1.43.4.23: API struct member names without prefixes 2005/12/05 18:05:10 iha 1.43.4.22: methods moved from AreaChart to here 2005/11/25 16:30:18 iha 1.43.4.21: correct labels at z axis for deep stacking 2005/11/24 15:08:28 bm 1.43.4.20: symbol graphics support 2005/11/08 21:55:53 iha 1.43.4.19: adapt series order to old style for area and scatter charts 2005/10/24 11:07:01 iha 1.43.4.18: coordinate system restructure 2005/08/19 16:13:42 iha 1.43.4.17: implement percent stacking 2005/08/18 11:42:03 iha 1.43.4.16: moved colorscheme transport 2005/07/28 09:34:53 bm 1.43.4.15: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/19 18:57:51 iha 1.43.4.14: create auto symbols 2005/05/09 08:57:38 dr 1.43.4.13: #i30462# scaling for stacked charts 2005/04/28 15:49:12 dr 1.43.4.12: #i30426# enhanced linear scaling 2004/09/17 12:20:48 iha 1.43.4.11: implement api redesign - dimension property 2004/09/17 11:24:20 iha 1.43.4.10: implement api redesign - dimension property 2004/04/27 13:32:46 iha 1.43.4.9: warnings removed 2004/04/13 16:34:21 iha 1.43.4.8: corrected stacking 2004/03/24 17:22:10 iha 1.43.4.7: removed unused include 2004/03/24 10:39:12 iha 1.43.4.6: change signature of ShapeFactory::createLine2D 2004/03/10 09:53:10 iha 1.43.4.5: correct last point for net chart for correct clipping 2004/03/01 18:16:54 iha 1.43.4.4: don't do scaling twice 2004/03/01 17:23:38 iha 1.43.4.3: different x autoscaling for net chart 2004/02/28 08:36:06 iha 1.43.4.2: special autoscaling for Y (because of area grounding line) 2004/02/18 20:34:53 iha 1.43.4.1: add parameter 'ConnectLastToFirstPoint' for net chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [de10491888cb326aab412d6ddac751b5d85b146b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/08/22 15:15:55 iha 1.2.4.6: separate implementation of polar angle axis and polar radius axis 2006/08/10 16:01:45 iha 1.2.4.5: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:38 iha 1.2.4.4: api restructure axis, grids, scales and increments 2006/03/23 15:31:53 iha 1.2.4.3: cleanup category handling 2005/10/07 12:15:03 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/26 12:18:09 iha 1.2.4.1: share coordinate systems and scales for combi charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bbe88b3c2c467b9137cb6dee81ae30809557cd72]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/23 17:07:27 iha 1.1.2.4: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 19:46:37 iha 1.1.2.3: some axes cleanup 2006/08/22 19:10:27 iha 1.1.2.2: correct y axis for net charts: show labels + take space for labels into account for diagram size 2006/08/22 15:11:36 iha 1.1.2.1: separate implementation of polar angle axis and polar radius axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bfaf15092f6ba1a02d4788aeb131a4e21cc1e330]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:48 iha 1.1.2.7: resync m195 -> m202 2006/11/22 17:31:19 iha 1.1.2.6: resync 2006/08/23 17:07:27 iha 1.1.2.5: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 19:50:16 iha 1.1.2.4: correct selection handles for polar radius axis 2006/08/22 19:46:37 iha 1.1.2.3: some axes cleanup 2006/08/22 19:10:20 iha 1.1.2.2: correct y axis for net charts: show labels + take space for labels into account for diagram size 2006/08/22 15:12:13 iha 1.1.2.1: separate implementation of polar angle axis and polar radius axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a1957f394019914d2f5eef234e3faf8a3c02cd92]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/04/10 15:03:38 iha 1.3.12.4: api restructure axis, grids, scales and increments 2006/04/10 12:25:18 iha 1.3.12.3: api restructure axis, grids, scales and increments 2005/12/21 21:29:34 iha 1.3.12.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 20:50:41 iha 1.3.12.1: enable selection of subgrids

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a9a7652ebbd3c37c889142deaef11b3e9bc2acf5]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/18 17:21:28 bm 1.5.4.12: RESYNC: (1.6-1.7); FILE MERGED 2006/04/10 15:03:38 iha 1.5.4.11: api restructure axis, grids, scales and increments 2006/04/10 12:25:18 iha 1.5.4.10: api restructure axis, grids, scales and increments 2006/01/16 15:04:53 iha 1.5.4.9: don't create invisible gridlines 2005/12/21 21:29:34 iha 1.5.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:56:47 iha 1.5.4.7: method createClassifiedIdentifier changed for enable pie segment dragging 2005/11/18 20:50:41 iha 1.5.4.6: enable selection of subgrids 2005/10/07 12:19:36 bm 1.5.4.5: RESYNC: (1.5-1.6); FILE MERGED 2004/04/27 13:32:45 iha 1.5.4.4: warnings removed 2004/03/24 10:39:10 iha 1.5.4.3: change signature of ShapeFactory::createLine2D 2004/03/23 18:36:50 iha 1.5.4.2: fixed logarithmic polar scale 2004/03/22 19:40:34 iha 1.5.4.1: transport information bSwapXAndYAxis over method setScales not constructor

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [558fc60d275a199f3ed966d210df8c83c4862af0]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/11/09 15:32:56 iha 1.2.4.7: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/08/25 17:16:48 iha 1.2.4.6: text- and diagram-size dependent auto main step width 2006/08/23 17:07:27 iha 1.2.4.5: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/10 16:02:24 iha 1.2.4.4: Axis Label Layout - Font&Diagram Size 2005/10/13 17:39:12 iha 1.2.4.3: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:19:24 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 16:03:28 iha 1.2.4.1: use numberformatter from model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a362262acf484fe4ec61c73775e8f8e3635803f9]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/11/09 15:33:04 iha 1.4.4.18: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/18 17:21:21 bm 1.4.4.17: RESYNC: (1.6-1.7); FILE MERGED 2006/09/24 09:12:56 iha 1.4.4.16: #i61970# correct implementation of axis at 2006/08/25 17:16:48 iha 1.4.4.15: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.4.4.14: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 15:42:08 iha 1.4.4.13: separate implementation of polar angle axis and polar radius axis 2006/08/10 16:02:51 iha 1.4.4.12: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:38 iha 1.4.4.11: api restructure axis, grids, scales and increments 2006/04/10 12:25:18 iha 1.4.4.10: api restructure axis, grids, scales and increments 2006/03/23 15:31:53 iha 1.4.4.9: cleanup category handling 2005/12/21 21:29:33 iha 1.4.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/24 11:07:00 iha 1.4.4.7: coordinate system restructure 2005/10/13 17:39:12 iha 1.4.4.6: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:19:13 bm 1.4.4.5: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 16:03:27 iha 1.4.4.4: use numberformatter from model 2004/04/01 12:22:35 iha 1.4.4.3: make shape creation more fail save 2004/03/24 12:31:40 bm 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/03/22 19:40:00 iha 1.4.4.1: transport information bSwapXAndYAxis over method setScales

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [33524c9582959228304fa658dceeeb6ea0ecbacb]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/08/22 19:46:37 iha 1.3.4.7: some axes cleanup 2006/08/22 15:15:11 iha 1.3.4.6: separate implementation of polar angle axis and polar radius axis 2006/08/10 16:03:46 iha 1.3.4.5: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:38 iha 1.3.4.4: api restructure axis, grids, scales and increments 2006/04/10 12:25:18 iha 1.3.4.3: api restructure axis, grids, scales and increments 2005/10/07 12:18:59 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 16:03:27 iha 1.3.4.1: use numberformatter from model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4226dd4192d4a7a8bda481fe29630c8492b0ac41]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/18 17:21:12 bm 1.5.4.20: RESYNC: (1.6-1.7); FILE MERGED 2006/08/22 19:46:37 iha 1.5.4.19: some axes cleanup 2006/08/22 15:15:37 iha 1.5.4.18: separate implementation of polar angle axis and polar radius axis 2006/08/16 16:29:11 iha 1.5.4.17: correct distance between diagram and category labels for net chart 2006/08/10 16:05:47 iha 1.5.4.16: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:37 iha 1.5.4.15: api restructure axis, grids, scales and increments 2006/04/10 12:25:18 iha 1.5.4.14: api restructure axis, grids, scales and increments 2006/03/23 15:31:52 iha 1.5.4.13: cleanup category handling 2006/02/21 19:41:58 iha 1.5.4.12: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2005/12/21 21:29:33 iha 1.5.4.11: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:18:42 bm 1.5.4.10: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 16:50:19 iha 1.5.4.9: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/22 17:15:44 iha 1.5.4.8: use percent numberformat in case of percent stacking and use of source format 2005/06/08 11:33:59 iha 1.5.4.7: use number format key at API instead of string 2005/06/07 16:03:26 iha 1.5.4.6: use numberformatter from model 2004/05/08 17:54:55 iha 1.5.4.5: polartransformation fixes and pie offset implementation 2004/03/24 10:39:07 iha 1.5.4.4: change signature of ShapeFactory::createLine2D 2004/03/22 19:41:03 iha 1.5.4.3: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/08 16:40:13 iha 1.5.4.2: no 3D 2004/02/20 17:56:41 iha 1.5.4.1: integrate categories at axis in view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f5e18f8dac094fca295dd3088b298b0a92104b61]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/22 15:10:40 iha 1.1.2.1: separate implementation of polar angle axis and polar radius axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dcbfca04b3e39698ca56208f99df0ef85d80cdb5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/23 17:41:06 iha 1.1.2.2: replace Vector2D with B2DVector 2006/08/22 15:10:54 iha 1.1.2.1: separate implementation of polar angle axis and polar radius axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6e4cf902df97289636cdc687cad84b146b7b9a07]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/12/01 18:37:56 iha 1.5.4.27: #68896# always save the explicit number format 2006/11/13 16:29:21 iha 1.5.4.26: #i71259# source format for 2nd axis does not work correctly 2006/11/09 15:29:40 iha 1.5.4.25: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/25 15:14:31 iha 1.5.4.24: 'Axis at' also for not-category x-axis 2006/10/18 17:21:04 bm 1.5.4.23: RESYNC: (1.6-1.7); FILE MERGED 2006/10/13 09:30:56 iha 1.5.4.22: #i66856# correct sourceformat for x axis 2006/09/24 09:12:56 iha 1.5.4.21: #i61970# correct implementation of axis at 2006/08/25 17:16:47 iha 1.5.4.20: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.5.4.19: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/10 15:55:05 iha 1.5.4.18: Axis Label Layout - Font&Diagram Size 2006/07/31 17:17:37 bm 1.5.4.17: warning removed: needSeriesNamesForAxis() could return nothing 2006/04/10 15:03:37 iha 1.5.4.16: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.5.4.15: api restructure axis, grids, scales and increments 2006/03/23 15:31:52 iha 1.5.4.14: cleanup category handling 2005/12/21 21:29:32 iha 1.5.4.13: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:00:26 iha 1.5.4.12: make more failsafe 2005/11/25 16:31:20 iha 1.5.4.11: correct labels at z axis for deep stacking 2005/10/25 11:54:02 bm 1.5.4.10: Solaris compiler did not like map access 2005/10/24 11:06:59 iha 1.5.4.9: coordinate system restructure 2005/10/13 17:39:11 iha 1.5.4.8: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:18:03 bm 1.5.4.7: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 16:03:26 iha 1.5.4.6: use numberformatter from model 2005/04/29 12:21:56 dr 1.5.4.5: #i30426# enhanced linear scaling 2005/04/28 15:47:29 dr 1.5.4.4: #i30426# enhanced linear scaling 2004/03/22 19:33:11 iha 1.5.4.3: added method getPropertySwapXAndYAxis() 2004/02/26 12:18:09 iha 1.5.4.2: share coordinate systems and scales for combi charts 2004/02/23 18:59:41 iha 1.5.4.1: auto scaling: make automatic border charttype dependent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1d33b9381f4516a7b0d5b51468447812593cb482]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/04/10 15:03:37 iha 1.2.4.5: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.2.4.4: api restructure axis, grids, scales and increments 2005/10/07 12:17:52 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/22 19:39:19 iha 1.2.4.2: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/22 17:33:44 iha 1.2.4.1: added parameter SwapXAndYAxis for horizontal bar chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [babe5ab389e3acc16eebb0b8c6989a6fc11a6d6e]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/11/25 14:44:32 iha 1.3.4.17: wrong polygon index 2006/10/18 17:20:56 bm 1.3.4.16: RESYNC: (1.4-1.5); FILE MERGED 2006/04/10 18:32:12 iha 1.3.4.15: api restructure axis, grids, scales and increments 2006/04/10 15:03:37 iha 1.3.4.14: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.3.4.13: api restructure axis, grids, scales and increments 2006/01/16 14:47:09 iha 1.3.4.12: don't create invisible gridlines 2005/12/21 21:29:32 iha 1.3.4.11: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:56:19 iha 1.3.4.10: method createClassifiedIdentifier changed for enable pie segment dragging 2005/11/18 20:50:40 iha 1.3.4.9: enable selection of subgrids 2005/11/18 18:19:56 iha 1.3.4.8: restructuring for proper subgrid support 2005/10/07 12:17:30 bm 1.3.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/07/19 19:11:55 iha 1.3.4.6: don'T create subgrids 2004/04/01 12:13:07 iha 1.3.4.5: make shape creation more fail save 2004/03/24 10:39:06 iha 1.3.4.4: change signature of ShapeFactory::createLine2D 2004/03/23 14:34:09 iha 1.3.4.3: renamed methid getTransformation/Scaled/LogicToScene 2004/03/22 19:37:09 iha 1.3.4.2: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/22 17:34:07 iha 1.3.4.1: added parameter SwapXAndYAxis for horizontal bar chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f35362ded22cfe9ea1275957afe5bd08baccf66f]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/08/25 17:16:47 iha 1.2.4.6: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.2.4.5: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/10 15:53:28 iha 1.2.4.4: Axis Label Layout - Font&Diagram Size 2005/10/13 17:39:11 iha 1.2.4.3: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:17:17 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 16:03:26 iha 1.2.4.1: use numberformatter from model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ecc8b624d663bf2822a19d0468856f641fdd74a7]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:20:48 bm 1.3.4.20: RESYNC: (1.5-1.6); FILE MERGED 2006/09/24 09:12:56 iha 1.3.4.19: #i61970# correct implementation of axis at 2006/08/25 17:16:47 iha 1.3.4.18: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.3.4.17: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/10 15:53:58 iha 1.3.4.16: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:37 iha 1.3.4.15: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.3.4.14: api restructure axis, grids, scales and increments 2006/03/23 15:31:52 iha 1.3.4.13: cleanup category handling 2005/12/21 21:29:31 iha 1.3.4.12: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/25 16:32:06 iha 1.3.4.11: correct labels at z axis for deep stacking 2005/10/24 11:06:58 iha 1.3.4.10: coordinate system restructure 2005/10/13 17:39:10 iha 1.3.4.9: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:17:03 bm 1.3.4.8: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 16:03:25 iha 1.3.4.7: use numberformatter from model 2004/04/01 12:22:15 iha 1.3.4.6: make shape creation more fail save 2004/03/24 12:31:32 bm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED 2004/03/22 19:35:58 iha 1.3.4.4: transport information bSwapXAndYAxis over method setScales not constructor; used new method getPropertySwapXAndYAxis 2004/03/22 17:35:12 iha 1.3.4.3: added parameter SwapXAndYAxis also to grid 2004/03/22 15:45:53 iha 1.3.4.2: read property SwapXAndYAxis from CoordinateSystem model and feed AxisProperties 2004/03/12 15:36:43 iha 1.3.4.1: get axis position from model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1084206602ea52847abef98c5549735834aa871f]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/11/23 17:41:06 iha 1.3.4.11: replace Vector2D with B2DVector 2006/10/13 08:21:59 iha 1.3.4.10: implement automatic break feature for horizontal text axes 2006/08/29 09:19:44 iha 1.3.4.9: implement automatic staggering of axis labels 2006/08/25 17:16:47 iha 1.3.4.8: text- and diagram-size dependent auto main step width 2006/08/22 19:46:37 iha 1.3.4.7: some axes cleanup 2006/08/10 16:06:23 iha 1.3.4.6: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:36 iha 1.3.4.5: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.3.4.4: api restructure axis, grids, scales and increments 2005/10/07 12:16:49 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 16:03:04 iha 1.3.4.2: use numberformatter from model 2004/02/20 17:56:41 iha 1.3.4.1: integrate categories at axis in view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [288e8326ec386ecc50817ab7e9b962f2731fed54]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/11/23 18:36:05 iha 1.4.4.36: replace DoubleRectangle with B2DRectangle and DoublePoint with B2DTuple 2006/11/23 17:41:06 iha 1.4.4.35: replace Vector2D with B2DVector 2006/11/02 11:53:13 iha 1.4.4.34: no automatic break for more than 100 labels 2006/10/18 17:20:40 bm 1.4.4.33: RESYNC: (1.5-1.6); FILE MERGED 2006/10/13 08:22:22 iha 1.4.4.32: implement automatic break feature for horizontal text axes 2006/10/12 13:43:29 iha 1.4.4.31: staggering odd and even was mixed 2006/08/29 16:11:47 iha 1.4.4.30: corrected check lcl_doesShapeOverlapWithTickmark 2006/08/29 12:26:22 iha 1.4.4.29: correct overlap detection for rotated axis labels 2006/08/29 09:14:53 iha 1.4.4.28: implement automatic staggering of axis labels 2006/08/25 17:16:47 iha 1.4.4.27: text- and diagram-size dependent auto main step width 2006/08/22 19:46:36 iha 1.4.4.26: some axes cleanup 2006/08/10 15:52:20 iha 1.4.4.25: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:36 iha 1.4.4.24: api restructure axis, grids, scales and increments 2006/04/10 12:25:16 iha 1.4.4.23: api restructure axis, grids, scales and increments 2006/03/23 15:31:52 iha 1.4.4.22: cleanup category handling 2006/03/19 20:01:51 iha 1.4.4.21: don't create two different objects with the same name 2006/02/21 19:41:35 iha 1.4.4.20: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2005/12/21 21:29:31 iha 1.4.4.19: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/25 16:32:34 iha 1.4.4.18: correct labels at z axis for deep stacking 2005/11/08 18:46:19 iha 1.4.4.17: correct axis position for swapped coordinate system with reverse scaling 2005/10/07 12:16:39 bm 1.4.4.16: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 16:50:18 iha 1.4.4.15: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/22 17:15:12 iha 1.4.4.14: use percent numberformat in case of percent stacking and use of source format 2005/06/08 11:33:32 iha 1.4.4.13: use number format key at API instead of string 2005/06/07 16:02:43 iha 1.4.4.12: use numberformatter from model 2004/04/29 11:25:52 iha 1.4.4.11: corrected position of z axis in case of swapped axis 2004/04/29 09:28:03 iha 1.4.4.10: correct 3d bar object position and size 2004/04/28 20:16:50 iha 1.4.4.9: removed /cvs/graphics/chart2/source/inc/RegressionCurveHelper.hxx,v: needs patch 2004/04/27 13:32:44 iha 1.4.4.8: warnings removed 2004/03/24 10:39:05 iha 1.4.4.7: change signature of ShapeFactory::createLine2D 2004/03/22 19:36:31 iha 1.4.4.6: transport information bSwapXAndYAxis over method setScales not constructor 2004/03/22 15:44:14 iha 1.4.4.5: use member SwapXAndYAxis from AxisProperties for different plottingpositionhelper for horizontal bar chart 2004/03/08 16:49:33 iha 1.4.4.4: handle empty text shapes 2004/03/04 10:54:36 iha 1.4.4.3: enable 3D 2004/02/20 17:56:40 iha 1.4.4.2: integrate categories at axis in view 2004/02/13 16:51:55 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29705f5ee9bd7fc90abae39886a24f1fcefca501]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/08/10 15:51:02 iha 1.4.4.9: Axis Label Layout - Font&Diagram Size 2006/04/10 12:25:16 iha 1.4.4.8: api restructure axis, grids, scales and increments 2006/03/23 15:31:52 iha 1.4.4.7: cleanup category handling 2005/10/07 12:16:28 bm 1.4.4.6: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 16:50:18 iha 1.4.4.5: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/22 17:14:28 iha 1.4.4.4: use percent numberformat in case of percent stacking and use of source format 2005/06/08 11:33:05 iha 1.4.4.3: use number format key at API instead of string 2004/03/22 15:30:29 iha 1.4.4.2: added member SwapXAndYAxis for horizontal bar chart 2004/02/20 17:56:40 iha 1.4.4.1: integrate categories at axis in view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3e15384ae5d4c73cca30ba0573bd6a3bef0f6629]

        INTEGRATION: CWS chart2mst3 (1.8.4); FILE MERGED 2006/10/18 17:20:32 bm 1.8.4.18: RESYNC: (1.9-1.10); FILE MERGED 2006/08/10 15:51:30 iha 1.8.4.17: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:36 iha 1.8.4.16: api restructure axis, grids, scales and increments 2006/04/10 12:25:16 iha 1.8.4.15: api restructure axis, grids, scales and increments 2006/03/23 15:31:51 iha 1.8.4.14: cleanup category handling 2005/11/25 16:33:07 iha 1.8.4.13: correct labels at z axis for deep stacking 2005/10/24 11:06:58 iha 1.8.4.12: coordinate system restructure 2005/10/13 17:39:10 iha 1.8.4.11: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:16:18 bm 1.8.4.10: RESYNC: (1.8-1.9); FILE MERGED 2005/09/16 16:50:18 iha 1.8.4.9: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/22 17:14:51 iha 1.8.4.8: use percent numberformat in case of percent stacking and use of source format 2005/07/21 14:47:12 bm 1.8.4.7: support for number formats from data provider 2005/06/08 11:32:47 iha 1.8.4.6: use number format key at API instead of string 2005/05/09 09:51:35 bm 1.8.4.5: moved parts of API to data namespace 2004/03/22 15:31:21 iha 1.8.4.4: added and used member SwapXAndYAxis for horizontal bar chart 2004/03/19 14:33:03 bm 1.8.4.3: XDataSource now contains XLabeledDataSources 2004/03/12 15:36:12 iha 1.8.4.2: get axis position from model 2004/02/20 17:56:39 iha 1.8.4.1: integrate categories at axis in view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fb0801916880bc914337c4228eb6835c779c4ed8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/22 17:31:19 iha 1.1.2.4: resync 2006/08/22 19:08:42 iha 1.1.2.3: correct y axis for net charts: show labels + take space for labels into account for diagram size 2006/08/10 15:50:16 iha 1.1.2.2: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:05 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [449b4bc6e4ea05b8325d37b49b9bd8b0004e1db7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:48 iha 1.1.2.4: resync m195 -> m202 2006/11/22 17:31:19 iha 1.1.2.3: resync 2006/08/22 19:09:04 iha 1.1.2.2: correct y axis for net charts: show labels + take space for labels into account for diagram size 2006/04/10 15:02:33 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7d0b540aecf44763e33e054bcefb18607b3d3c8d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/24 09:12:56 iha 1.1.2.6: #i61970# correct implementation of axis at 2006/08/29 12:26:22 iha 1.1.2.5: correct overlap detection for rotated axis labels 2006/08/25 17:16:47 iha 1.1.2.4: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.1.2.3: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 19:46:36 iha 1.1.2.2: some axes cleanup 2006/08/10 15:46:25 iha 1.1.2.1: Axis Label Layout - Font&Diagram Size

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49311fb52f0e87256ac479cd8e647c44e8043b13]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:47 iha 1.1.2.7: resync m195 -> m202 2006/09/24 09:12:56 iha 1.1.2.6: #i61970# correct implementation of axis at 2006/08/29 12:26:22 iha 1.1.2.5: correct overlap detection for rotated axis labels 2006/08/25 17:16:46 iha 1.1.2.4: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.1.2.3: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/08/22 19:46:36 iha 1.1.2.2: some axes cleanup 2006/08/10 15:46:45 iha 1.1.2.1: Axis Label Layout - Font&Diagram Size

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b931575d45481d9d50e4e5072793c0eeec319f43]

        INTEGRATION: CWS chart2mst3 (1.4.12); FILE MERGED 2006/11/23 17:41:06 iha 1.4.12.5: replace Vector2D with B2DVector 2006/08/29 16:11:47 iha 1.4.12.4: corrected check lcl_doesShapeOverlapWithTickmark 2006/08/29 09:19:44 iha 1.4.12.3: implement automatic staggering of axis labels 2006/08/10 15:48:05 iha 1.4.12.2: Axis Label Layout - Font&Diagram Size 2006/03/10 10:20:42 iha 1.4.12.1: don't use leading underscore

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ea07ffb6be7b3f1558b6bbe6f7184801e8cb1de]

        INTEGRATION: CWS chart2mst3 (1.7.8); FILE MERGED 2006/11/23 17:41:05 iha 1.7.8.10: replace Vector2D with B2DVector 2006/10/18 17:20:24 bm 1.7.8.9: RESYNC: (1.8-1.9); FILE MERGED 2006/08/29 16:11:47 iha 1.7.8.8: corrected check lcl_doesShapeOverlapWithTickmark 2006/08/10 15:49:48 iha 1.7.8.7: Axis Label Layout - Font&Diagram Size 2006/03/10 10:20:42 iha 1.7.8.6: don't use leading underscore 2006/01/27 13:40:36 bm 1.7.8.5: warning removed 2006/01/27 13:30:01 bm 1.7.8.4: check vector index before access 2005/11/08 21:25:55 iha 1.7.8.3: fixed axis label positions for reverse axis 2005/10/07 12:15:39 bm 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2004/04/27 13:32:43 iha 1.7.8.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fea2f7bbdd5a128b7a8c34135ed1c9084afee3ec]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/03/20 12:26:40 iha 1.3.4.26: #i74576# enable and display minor grids for category axes 2007/03/01 23:26:09 iha 1.3.4.25: #i27694# set tickmarks on correct values for logarithmic scale 2006/11/16 18:39:19 dr 1.3.4.24: #i30426# equal values in logarithmic scaling 2006/11/16 18:18:04 dr 1.3.4.23: #i30426# equal values in logarithmic scaling 2006/11/16 10:15:10 dr 1.3.4.22: updated comments 2006/11/16 09:45:31 dr 1.3.4.21: typo in comment 2006/11/14 14:43:42 dr 1.3.4.20: #i71415# set automatic base value for logarithmic axes to 0.0 too 2006/11/14 11:05:29 dr 1.3.4.19: #i71415# automatic origin for logarithmic is 1.0 2006/10/18 17:20:15 bm 1.3.4.18: RESYNC: (1.5-1.6); FILE MERGED 2006/09/24 09:12:56 iha 1.3.4.17: #i61970# correct implementation of axis at 2006/08/25 17:16:46 iha 1.3.4.16: text- and diagram-size dependent auto main step width 2006/08/23 17:07:26 iha 1.3.4.15: enable axis to estimate the maximum automatic MainIncrementCount, reduce count to 2 for net charts 2006/04/10 12:25:16 iha 1.3.4.14: api restructure axis, grids, scales and increments 2005/11/25 16:33:26 iha 1.3.4.13: correct labels at z axis for deep stacking 2005/10/07 12:15:23 bm 1.3.4.12: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 16:50:17 iha 1.3.4.11: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/30 17:43:12 iha 1.3.4.10: don't change min and max for performance issue only 2005/08/30 17:35:15 iha 1.3.4.9: prevent performace killover if input values are unusual 2005/08/19 16:11:35 iha 1.3.4.8: implement percent stacking 2005/05/03 17:00:50 dr 1.3.4.7: #i30426# enhanced logarithmic scaling 2005/04/29 12:21:55 dr 1.3.4.6: #i30426# enhanced linear scaling 2005/04/28 15:47:28 dr 1.3.4.5: #i30426# enhanced linear scaling 2004/06/03 03:40:07 iha 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2004/02/28 08:51:37 iha 1.3.4.3: default of ChangeAutoScaleBorderToIncrementRythm to true + workaround rounding errors 2004/02/26 13:52:29 iha 1.3.4.2: remove unused code 2004/02/23 18:59:06 iha 1.3.4.1: auto scaling: make automatic border charttype dependent + autoscaling for category axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [635b51d9ca8184cb791101b86a2e7f1ac280acf6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:47 iha 1.1.2.7: resync m195 -> m202 2005/10/24 11:06:57 iha 1.1.2.6: coordinate system restructure 2005/10/11 09:20:58 bm 1.1.2.5: license header change 2005/05/09 08:57:16 dr 1.1.2.4: #i30462# scaling for stacked charts 2005/04/29 12:21:55 dr 1.1.2.3: #i30426# enhanced linear scaling 2005/04/28 15:47:28 dr 1.1.2.2: #i30426# enhanced linear scaling 2004/02/26 12:12:42 iha 1.1.2.1: share coordinate systems and scales for combi charts Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12e5414cb812f7e8e004916342a5d4999735ac05]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/26 09:53:59 bm 1.1.1.1.4.13: RESYNC: resolving merge problems 2007/04/25 01:06:22 bm 1.1.1.1.4.12: RESYNC: (1.5-1.7); FILE MERGED 2007/02/07 13:08:13 iha 1.1.1.1.4.11: RESYNC: (1.4-1.5); FILE MERGED 2006/11/22 17:25:32 iha 1.1.1.1.4.10: RESYNC: (1.3-1.4); FILE MERGED 2006/06/23 15:06:19 iha 1.1.1.1.4.9: use matrix from basegfx 2006/05/05 14:04:32 bm 1.1.1.1.4.8: RESYNC: (1.2-1.3); FILE MERGED 2006/03/29 22:24:46 iha 1.1.1.1.4.7: restructure legend entry creation + legend entries in data labels 2005/10/07 12:14:49 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/31 19:13:59 iha 1.1.1.1.4.5: create view without controller 2004/02/18 17:05:22 iha 1.1.1.1.4.4: add dependency on charttools.lib 2004/02/17 19:20:33 iha 1.1.1.1.4.3: use charttools and chartview lib as shared libs - not static - export all symbols 2004/02/16 16:07:12 bm 1.1.1.1.4.2: -$SVLIB == $VCLLIB 2004/02/13 16:51:55 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cb2a2dc0fa64dcefd0b6bed90659ee4b0c01d5c2]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2004/02/17 19:21:52 iha 1.1.1.1.4.1: use charttools and chartview lib as shared libs - not static

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [37bcaeeac1027a3c4f9090f671e2f930dfe493b3]

        INTEGRATION: CWS chart2mst3 (1.17.4); FILE MERGED 2007/04/26 09:53:59 bm 1.17.4.47: RESYNC: resolving merge problems 2007/04/25 01:06:15 bm 1.17.4.46: RESYNC: (1.20-1.21); FILE MERGED 2007/02/07 13:08:06 iha 1.17.4.45: RESYNC: (1.19-1.20); FILE MERGED 2006/11/01 15:34:23 iha 1.17.4.44: cleanup resources + changed variable names according to style guide 2006/10/25 17:51:18 iha 1.17.4.43: cope with context dependent defaults from old chart 2006/08/25 17:14:02 iha 1.17.4.42: text- and diagram-size dependent auto main step width 2006/08/02 11:14:39 bm 1.17.4.41: moved here from view/axes: ExplicitCategoriesProvider.cxx 2006/06/13 19:13:25 iha 1.17.4.40: helping class for listening at XModifyBroadcaster 2006/04/10 15:03:36 iha 1.17.4.39: api restructure axis, grids, scales and increments 2006/03/29 22:24:46 iha 1.17.4.38: restructure legend entry creation + legend entries in data labels 2006/03/15 15:53:34 bm 1.17.4.37: moved ObjectHierarchy to controller 2006/03/12 01:30:05 iha 1.17.4.36: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 09:20:38 bm 1.17.4.35: +ObjectHierarchy 2006/01/24 10:23:20 bm 1.17.4.34: -AutoResizeHelper, +ReferenceSizeProvider 2006/01/20 16:47:03 bm 1.17.4.33: AutoResizeHelper added 2005/12/21 21:29:30 iha 1.17.4.32: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/02 15:25:58 bm 1.17.4.31: +RangeHighlighter.obj 2005/11/29 18:02:17 bm 1.17.4.30: ressource manager stuff moved here from controller 2005/11/15 18:08:44 iha 1.17.4.29: added UndoGuard 2005/11/14 18:05:10 bm 1.17.4.28: +WeakListenerAdapter 2005/11/04 14:50:12 bm 1.17.4.27: enable undo limitation according to config setting 2005/11/02 12:12:23 bm 1.17.4.26: +BaseGFXHelper.obj, basegfx library added for linking 2005/10/18 12:39:57 bm 1.17.4.25: +ControllerLockGuard.obj 2005/10/14 16:58:45 bm 1.17.4.24: model listener mechanism 2005/10/10 12:16:43 bm 1.17.4.23: +UndoManager: helper class for adding a model to the undo/redo stacks 2005/10/07 12:14:37 bm 1.17.4.22: RESYNC: (1.17-1.18); FILE MERGED 2005/08/11 16:03:20 bm 1.17.4.21: classes for internal data added 2005/07/28 09:34:52 bm 1.17.4.20: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/14 15:32:57 iha 1.17.4.19: cleanup WrappedIgnoreProperty 2005/07/12 12:57:12 bm 1.17.4.18: use named properties for gradients etc. in chart model 2005/07/05 16:46:18 bm 1.17.4.17: +WrappedDefaultProperty 2005/05/31 18:30:22 iha 1.17.4.16: added NameContainer 2005/05/27 12:20:09 bm 1.17.4.15: offer LabeledDataSequence as service 2005/04/19 17:36:32 iha 1.17.4.14: improved old api support (introduced wrappedpropertyset ...) 2004/09/17 17:28:49 iha 1.17.4.13: removed unused code 2004/09/17 17:23:40 iha 1.17.4.12: correct positions for titles also after move 2004/09/17 14:29:39 bm 1.17.4.11: +ChartDebugTrace 2004/09/16 12:38:20 bm 1.17.4.10: API simplification 2004/07/01 13:39:31 iha 1.17.4.9: added ColorProvider and ColorPerPointHelper 2004/06/04 08:07:04 bm 1.17.4.8: named fill and line properties 2004/05/07 16:27:16 iha 1.17.4.7: #i20344# added DataSourceHelper 2004/05/07 13:43:37 bm 1.17.4.6: +SceneProperties 2004/03/19 14:33:02 bm 1.17.4.5: XDataSource now contains XLabeledDataSources 2004/03/02 13:02:16 iha 1.17.4.4: added COMPHELPERLIB 2004/03/02 09:28:49 bm 1.17.4.3: CachedDataSequence moved here from model/main 2004/02/17 19:20:44 iha 1.17.4.2: use charttools and chartview lib as shared libs - not static - export all symbols 2004/02/13 16:51:54 bm 1.17.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a2a775eeecb7e7d4a26c7ce7da35fd075ed160fe]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2004/02/17 19:21:24 iha 1.1.1.1.4.1: use charttools and chartview lib as shared libs - not static

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3cad1d2627063a524711db5e5aefb46bee563fad]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:47 iha 1.1.2.7: resync m195 -> m202 2006/06/26 12:31:41 bm 1.1.2.6: #i66692# offer regression curves and error bars via service manager 2006/04/05 11:18:08 bm 1.1.2.5: make Scalings available via factory 2005/10/11 09:20:57 bm 1.1.2.4: license header change 2005/07/28 09:34:52 bm 1.1.2.3: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/06/20 14:35:28 bm 1.1.2.2: register DataSource 2005/05/27 12:19:14 bm 1.1.2.1: offer LabeledDataSequence as service

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b5b93c788911b7c9a0b40693793674131ca1f7e1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:47 iha 1.1.2.4: resync m195 -> m202 2005/10/11 09:20:56 bm 1.1.2.3: license header change 2005/08/15 09:28:05 bm 1.1.2.2: allow ranges to include only a single cell 2005/08/11 16:02:58 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a0a522df7ad4b7674c608c3a77662bdbb28b845f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:47 iha 1.1.2.11: resync m195 -> m202 2006/10/04 15:24:08 iha 1.1.2.10: #i63570# loading donut example crashes on solaris 2006/08/08 12:31:01 iha 1.1.2.9: corrected exception handling for XPropertySet 2006/02/17 20:57:55 iha 1.1.2.8: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 13:40:48 iha 1.1.2.7: make WrappedPropertySet a MutexContainer 2006/02/02 14:36:19 iha 1.1.2.6: enable late init with inner propertyset 2005/11/08 13:59:04 bm 1.1.2.5: no query from XPropertySet to XPropertySet necessary 2005/10/11 09:20:56 bm 1.1.2.4: license header change 2005/07/15 13:32:28 iha 1.1.2.3: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/04/21 16:44:23 iha 1.1.2.2: assert missing property 2005/04/19 17:27:10 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [08448f60379b4a680af5b489cf4e7f37215fe49e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:46 iha 1.1.2.8: resync m195 -> m202 2006/03/16 17:34:52 iha 1.1.2.7: #i63257# many properties lost during saving 2006/03/12 01:01:36 iha 1.1.2.6: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/01/17 18:21:53 iha 1.1.2.5: load and save scales correctly 2005/10/11 09:20:56 bm 1.1.2.4: license header change 2005/07/14 15:32:57 iha 1.1.2.3: cleanup WrappedIgnoreProperty 2005/07/05 09:10:24 iha 1.1.2.2: corrected getPropertyState 2005/04/19 17:27:25 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [852dc63a87f9b3b07345e7c9ed7f83a762034bc0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:46 iha 1.1.2.5: resync m195 -> m202 2005/10/25 07:28:54 bm 1.1.2.4: don't ignore FillBitmapName 2005/10/11 09:20:55 bm 1.1.2.3: license header change 2005/07/15 13:30:12 iha 1.1.2.2: don't add WrappedIgnoreProperties that are not added by FillProperties or LineProperties 2005/07/14 15:28:15 iha 1.1.2.1: cleanup WrappedIgnoreProperty Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [21f9fa56ac439383a434a4fb536ae26e92056dee]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:46 iha 1.1.2.2: resync m195 -> m202 2006/10/25 17:50:37 iha 1.1.2.1: cope with context dependent defaults from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c9e112c38b201dbafdbd9f68a1dcdb938906d7d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:46 iha 1.1.2.3: resync m195 -> m202 2005/10/11 09:20:55 bm 1.1.2.2: license header change 2005/07/05 16:44:45 bm 1.1.2.1: wrapped property which can have a different default value than the inner propertyset

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0db9af9512de7c46817a01a7e5b20783275ddc91]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:46 iha 1.1.2.3: resync m195 -> m202 2005/12/02 15:21:56 bm 1.1.2.2: +XSelectionChangeListener specialization 2005/11/14 17:24:24 bm 1.1.2.1: helper for adding listener objects as weak references to broadcasters

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [731c10c0d1339ff566aacaa9a619929d4b94097b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.10: resync m195 -> m202 2006/11/10 15:06:13 bm 1.1.2.9: #i67875# add undo for own data 2006/03/12 01:30:40 iha 1.1.2.8: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2005/11/22 14:19:29 bm 1.1.2.7: dispose of all models that are ever removed into an undo stack, at least on destruction of the stack 2005/11/21 15:05:10 bm 1.1.2.6: implement modify listener to notify the undo dispatch about changes in the undo-/redo stack 2005/11/15 18:38:25 bm 1.1.2.5: use DisposeAndClear helper 2005/11/11 15:03:02 bm 1.1.2.4: notify changes 2005/11/04 14:50:12 bm 1.1.2.3: enable undo limitation according to config setting 2005/11/02 13:49:22 bm 1.1.2.2: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/10 12:14:47 bm 1.1.2.1: helper class for adding a model to the undo/redo stacks

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b23c4617e9d5e1910735fd3391962899cb8d19e0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.4: resync m195 -> m202 2006/11/10 15:06:12 bm 1.1.2.3: #i67875# add undo for own data 2005/11/16 10:53:07 iha 1.1.2.2: don't call cancelAction twice 2005/11/15 18:07:34 iha 1.1.2.1: UndoGuard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f9e9d36e6d91baadd94073d02fbcd2992a09735]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.11: resync m195 -> m202 2006/11/10 15:06:12 bm 1.1.2.10: #i67875# add undo for own data 2006/07/25 12:38:59 bm 1.1.2.9: #i64824# notify change in sequence length from internal data provider to uncached data sequence 2006/07/19 15:55:26 bm 1.1.2.8: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/04/04 15:59:06 bm 1.1.2.7: implement XModifyBroadcaster 2006/04/04 13:46:43 bm 1.1.2.6: add XModifyBroadcaster to DataSequence 2005/10/11 09:20:54 bm 1.1.2.5: license header change 2005/09/08 12:44:52 bm 1.1.2.4: +generateLabel 2005/08/18 14:06:47 bm 1.1.2.3: provide a CTOR with the Role 2005/08/15 09:30:32 bm 1.1.2.2: add an XDataProvider reference to ensure a long-enough life-time for the data sequences to work properly 2005/08/11 16:02:49 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94d6996e8dca77b876cea820a15eb7a92b3069bf]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.2: resync m195 -> m202 2006/08/25 17:12:43 iha 1.1.2.1: text- and diagram-size dependent auto main step width

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a3b312b88d88913108706c2bc4da939f1a72f9b]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/10/18 17:19:56 bm 1.4.4.15: RESYNC: (1.5-1.6); FILE MERGED 2006/04/10 15:03:36 iha 1.4.4.14: api restructure axis, grids, scales and increments 2006/01/24 10:54:04 bm 1.4.4.13: use ReferenceSizeProvider to adapt auto-scale settings for newly created objects 2005/12/21 21:29:30 iha 1.4.4.12: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/07 14:01:21 iha 1.4.4.11: remove dependendy from special title identifiers 2005/12/01 18:52:01 iha 1.4.4.10: create axis title with correct rotation default + don't mix x and y in barcharts 2005/11/18 15:18:30 bm 1.4.4.9: unnecessary include removed 2005/11/18 13:18:29 bm 1.4.4.8: use XInitialization for passing the identifier when creating titles (do not use context) 2005/10/07 12:14:05 bm 1.4.4.7: RESYNC: (1.4-1.5); FILE MERGED 2005/08/18 15:20:45 bm 1.4.4.6: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/07/13 11:43:28 iha 1.4.4.5: added method getTitleType() 2005/04/11 09:31:08 iha 1.4.4.4: avoid crash when context is missing 2004/05/26 16:26:58 bm 1.4.4.3: default font sizes adapted 2004/05/07 13:42:59 bm 1.4.4.2: lcl_createTitle: create title even if string is empty 2004/04/27 13:32:58 bm 1.4.4.1: +createTitle method for creating a title, if you only have an XDiagram (creation of main-title not possible there)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b7b5c9f60dc3cdd951894c6a38d8048fcb209fc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.7: resync m195 -> m202 2006/06/24 15:02:44 iha 1.1.2.6: changed default for Cameradistance according to spec 2006/06/23 18:06:49 iha 1.1.2.5: changed default light direction 2006/06/18 19:30:38 iha 1.1.2.4: implement camera distance 2005/11/02 13:49:22 bm 1.1.2.3: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:54 bm 1.1.2.2: license header change 2004/05/07 13:42:30 bm 1.1.2.1: properties for a 3d scene

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bdcda54209853e06767b78f96e03350f134b1915]

        INTEGRATION: CWS chart2mst3 (1.5.12); FILE MERGED 2006/10/18 17:19:35 bm 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/05 11:14:55 bm 1.5.12.1: make Scalings available via factory

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fa519649c134205b104fed83e3dbb07c5450dd11]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 15:53:27 bm 1.1.2.4: #i74635# some adaptions for ResMgr cleanup 2007/02/08 21:25:45 iha 1.1.2.3: resync m195 -> m202 2005/11/29 18:01:51 bm 1.1.2.2: CREATEVERSIONRESMGR macro gets resource name without quotes 2005/11/29 17:26:07 bm 1.1.2.1: provide ResMgr singleton (was in controller/main/ViewSingletons.cxx before)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [007ba891c74992a5e2568b022e2fa65cf865cabb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.3: resync m195 -> m202 2005/11/29 18:36:39 bm 1.1.2.2: SchResId may return an OUString, ResIdHelper offers replacement method for OUString 2005/11/29 17:22:31 bm 1.1.2.1: moved here from controller/main

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7188a3e213aae452a5241657552cd2eec72a652e]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/10/18 17:19:20 bm 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/20 16:49:45 bm 1.3.12.1: adaptFontSizes: pass target properties as const Reference to allow temporaries, catch exceptions

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d741b3e78ebd0bba63da67e7ff8e3e91dd2c57d7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:45 iha 1.1.2.7: resync m195 -> m202 2006/05/02 11:13:13 bm 1.1.2.6: #i62831# +moveObject with check for out-of-bounds 2006/05/02 08:52:50 bm 1.1.2.5: +getReanchoredPosition, centerGrow: do not grow too large or shrink too small 2006/02/23 17:35:10 bm 1.1.2.4: +centerGrow, round double values and cast to int to avoid warning 2005/12/01 16:40:41 iha 1.1.2.3: #124571# load & save position of rotated titles correctly 2005/10/11 09:20:54 bm 1.1.2.2: license header change 2004/09/17 17:22:09 iha 1.1.2.1: correct positions for titles also after move

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [66b583e43c4f5afc9a472714f1d8f0882d5a6ac9]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/06/26 12:31:41 bm 1.2.4.7: #i66692# offer regression curves and error bars via service manager 2005/12/21 21:29:30 iha 1.2.4.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/07 17:12:46 bm 1.2.4.5: some missing notifications added 2005/10/11 12:54:34 bm 1.2.4.4: #i27351# implement XCloneable for Undo 2005/10/07 12:12:50 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/04/28 11:52:17 bm 1.2.4.2: superfluous commain last enum entry 2004/02/13 16:51:54 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [36dfb45d8a10ce1d2c0cb2879974db2250fc01fb]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:19:12 bm 1.2.4.10: RESYNC: (1.3-1.4); FILE MERGED 2006/06/26 12:31:41 bm 1.2.4.9: #i66692# offer regression curves and error bars via service manager 2005/12/21 21:29:29 iha 1.2.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/07 17:12:46 bm 1.2.4.7: some missing notifications added 2005/10/11 14:58:21 bm 1.2.4.6: copy CTOR: did not copy properties 2005/10/11 12:54:15 bm 1.2.4.5: #i27351# implement XCloneable for Undo 2005/10/07 12:12:40 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 16:36:28 bm 1.2.4.3: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:33:02 iha 1.2.4.2: remove unused parameter 'bIncludeStyleProperties' 2004/02/13 16:51:54 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94fa37fd6bd4fb6fe481260528d407d6604d06b4]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/10/18 17:19:03 bm 1.6.4.15: RESYNC: (1.8-1.9); FILE MERGED 2006/06/26 12:31:41 bm 1.6.4.14: #i66692# offer regression curves and error bars via service manager 2006/06/07 14:51:50 bm 1.6.4.13: #124497# +getMeanValueLine 2006/03/29 22:24:46 iha 1.6.4.12: restructure legend entry creation + legend entries in data labels 2006/02/28 12:36:46 bm 1.6.4.11: use isMeanValueLine() internally 2005/12/21 21:29:29 iha 1.6.4.10: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:12:26 bm 1.6.4.9: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 16:50:16 iha 1.6.4.8: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/05/09 09:51:34 bm 1.6.4.7: moved parts of API to data namespace 2005/04/11 10:09:11 iha 1.6.4.6: add methods addRegressionCurve() removeAllExceptMeanValueLine() and getFirstCurveNotMeanValueLine() 2004/04/14 09:41:17 iha 1.6.4.5: fixed scatter chart: domain-x -> values-x 2004/03/24 12:32:27 bm 1.6.4.4: RESYNC: (1.6-1.7); FILE MERGED 2004/03/19 14:33:02 bm 1.6.4.3: XDataSource now contains XLabeledDataSources 2004/02/23 19:06:59 iha 1.6.4.2: do not convert something wrong to number 2004/02/13 16:51:53 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a932daddeaaa04d58c7bb2ee6f048c5d96298f01]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.5: resync m195 -> m202 2006/09/27 17:18:03 iha 1.1.2.4: corrected reference size for data labels on single datapoints 2006/04/10 15:03:35 iha 1.1.2.3: api restructure axis, grids, scales and increments 2006/04/10 12:25:15 iha 1.1.2.2: api restructure axis, grids, scales and increments 2006/01/24 10:21:35 bm 1.1.2.1: Helper for Reference(Diagram|Page)Size setting and retrieving. Includes former functionality of AutoResizeHelper

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [91658ab31811e2d25de1311fc95b0354a061ded9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.7: resync m195 -> m202 2006/04/10 12:25:15 iha 1.1.2.6: api restructure axis, grids, scales and increments 2006/02/28 12:08:23 bm 1.1.2.5: ObjectIdentifier::getIndexFromParticle => ObjectIdentifier::getIndexFromParticleOrCID 2006/01/20 16:54:20 bm 1.1.2.4: catch exceptions in determineRanges 2005/12/21 21:29:28 iha 1.1.2.3: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/08 17:07:50 bm 1.1.2.2: change in parent CID calculation corrected 2005/12/02 15:21:00 bm 1.1.2.1: component implementing range highlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6568814ce2accbf9393ea6fcf2d073531cdf814c]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/10/18 17:18:55 bm 1.1.4.11: RESYNC: (1.2-1.3); FILE MERGED 2006/01/23 16:44:29 bm 1.1.4.10: oops 2006/01/23 16:39:29 bm 1.1.4.9: shadowed declaration resolved 2005/10/07 12:12:01 bm 1.1.4.8: RESYNC: (1.1-1.2); FILE MERGED 2005/08/03 16:36:28 bm 1.1.4.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/19 11:00:35 bm 1.1.4.6: namespace missing 2005/07/12 14:39:23 bm 1.1.4.5: lcl_addNamedPropertyUniqueNameToTable: on error return preferred value 2005/07/12 14:21:49 bm 1.1.4.4: unique name calculation: convert only postfix to number 2005/07/12 12:57:11 bm 1.1.4.3: use named properties for gradients etc. in chart model 2005/07/11 12:55:22 bm 1.1.4.2: functions to add named properties into the corresponding tables with unique names 2004/02/13 16:51:53 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [17f4cc77b4e0a7b694c555ab1cf9fb4c15afa3f0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.13: resync m195 -> m202 2006/09/19 16:46:14 bm 1.1.2.12: #i67808# offer a way to get the title type of a CID (publicly) 2006/04/10 15:03:35 iha 1.1.2.11: api restructure axis, grids, scales and increments 2006/04/10 12:25:15 iha 1.1.2.10: api restructure axis, grids, scales and increments 2006/04/03 12:18:40 iha 1.1.2.9: correct selection handles for data point labels and legend entries - sibling detection for legendentries 2006/03/19 10:41:42 iha 1.1.2.8: reselect pie and donut segments after dragging 2006/02/28 12:08:59 bm 1.1.2.7: ObjectIdentifier::getIndexFromParticle => ObjectIdentifier::getIndexFromParticleOrCID 2006/02/28 12:08:39 bm 1.1.2.6: ObjectIdentifier::getIndexFromParticle => ObjectIdentifier::getIndexFromParticleOrCID 2006/02/20 09:18:13 bm 1.1.2.5: getObjectPropertySet also with XChartDocument as parameter 2006/01/27 09:51:22 bm 1.1.2.4: InlineContainer.hxx moved to comphelper 2006/01/20 14:58:54 iha 1.1.2.3: make more failsafe 2006/01/11 15:10:07 iha 1.1.2.2: diagram sizes and positions are not saved 2005/12/21 21:28:21 iha 1.1.2.1: remove identifiers from model objects and create an index based CID protocol instead for selection purposes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [06489ee88a2fd850216e844c608133de812f3954]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/10/18 17:18:36 bm 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 12:35:35 bm 1.3.12.1: avoid variables starting with underscores. rMutex is a base-class member so use par_rMutex instead

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ae141829ac911d1db3fc1f4cdb460ec56e4764b6]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/02/09 14:13:05 iha 1.2.4.13: accept longs also for short values 2006/10/18 17:18:28 bm 1.2.4.12: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 12:35:47 bm 1.2.4.11: avoid variables starting with underscores. rMutex is a base-class member so use par_rMutex instead 2005/11/24 18:32:22 bm 1.2.4.10: setting a property to default must fire a change event 2005/11/15 15:30:36 bm 1.2.4.9: garbage collection, disposing, reference release issues 2005/11/03 13:38:56 bm 1.2.4.8: do not notify change to parent object in _NoBroadcast method 2005/11/03 11:57:25 bm 1.2.4.7: +firePropertyChangeEvent for notifying property changes 2005/10/07 12:11:23 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/09/23 15:24:39 iha 1.2.4.5: #i55000# crash caused by dead reference to mutex 2005/09/02 11:12:50 bm 1.2.4.4: type check in setFastPropertyValue_NoBroadcast in debug mode 2005/08/03 16:36:28 bm 1.2.4.3: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/03/30 16:31:14 bm 1.2.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:53 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [01ef84eee96f38b71f3bc0e6b978771e0a8196ec]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.3: resync m195 -> m202 2005/10/11 09:20:54 bm 1.1.2.2: license header change 2005/04/19 17:27:42 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3cadc54ef5d3273d75ffb9adfa64bcc25bfa86de]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.6: resync m195 -> m202 2005/10/11 09:20:53 bm 1.1.2.5: license header change 2005/07/14 12:33:02 iha 1.1.2.4: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:57:11 bm 1.1.2.3: use named properties for gradients etc. in chart model 2005/04/19 17:36:32 iha 1.1.2.2: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 07:53:12 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d551cf76dce5981b605020a874ba0da73d92794c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.6: resync m195 -> m202 2005/10/11 09:20:53 bm 1.1.2.5: license header change 2005/07/12 12:57:11 bm 1.1.2.4: use named properties for gradients etc. in chart model 2005/04/19 17:36:32 iha 1.1.2.3: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:09:59 iha 1.1.2.2: added NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:52:59 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [60eb4f09a232c0082ef83b3a9396148231591a56]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:44 iha 1.1.2.5: resync m195 -> m202 2006/06/26 12:29:36 bm 1.1.2.4: implement removeByName, some optimizations 2005/10/11 09:20:53 bm 1.1.2.3: license header change 2005/07/08 16:44:17 bm 1.1.2.2: support XCloneable 2005/05/31 18:28:14 iha 1.1.2.1: name container for gradient lists etc.

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a19bf0eba22c590d97313eb3cba845fe9976e04e]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/18 17:18:09 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:10:45 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/02/13 16:51:52 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0aaaf64726047da385297af5b62e5cffe3e61609]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.8: resync m195 -> m202 2005/11/14 17:24:48 bm 1.1.2.7: use weak references for listening 2005/11/11 15:02:28 bm 1.1.2.6: implement XComponent 2005/11/08 16:08:11 bm 1.1.2.5: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/07 17:47:45 bm 1.1.2.4: do not acquire/release mutex in ModifyEventForwarder CTOR 2005/10/25 09:58:48 bm 1.1.2.3: wrong throw in RemoveListener 2005/10/14 16:58:45 bm 1.1.2.2: model listener mechanism 2005/10/14 14:42:44 bm 1.1.2.1: helper for notifying model changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c428707b7c502242f1fe7dfc5364ff47f0168e90]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.2: resync m195 -> m202 2006/06/13 19:07:41 iha 1.1.2.1: helping class for listening at XModifyBroadcaster

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8cbe8cfe59afc012b6f0719cd4e363530eff01c3]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/18 17:18:01 bm 1.1.1.1.4.8: RESYNC: (1.2-1.3); FILE MERGED 2005/11/29 18:08:16 iha 1.1.1.1.4.7: #i58464# work around wrong writer ranges in file 2005/10/07 12:10:17 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/08 11:30:46 bm 1.1.1.1.4.5: WinExtent in MediaDescriptor is deprecated 2004/09/08 16:40:49 bm 1.1.1.1.4.4: ISSET_WinExtent was uninitialized 2004/09/03 17:09:49 iha 1.1.1.1.4.3: enable save - add OutputStream 2004/03/19 14:33:02 bm 1.1.1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/26 14:51:33 bm 1.1.1.1.4.1: getAll(): realloc correct sequence

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [85e747a3148611b0c75a195ae929ee7f8bf224f2]

        INTEGRATION: CWS chart2mst3 (1.4.12); FILE MERGED 2006/10/18 17:17:32 bm 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/30 09:50:47 bm 1.4.12.1: wrong commentline

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [37993ae53036aae969310caa9361d45f1cb3acec]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:17:23 bm 1.2.4.10: RESYNC: (1.3-1.4); FILE MERGED 2006/04/10 12:25:15 iha 1.2.4.9: api restructure axis, grids, scales and increments 2006/03/12 01:03:02 iha 1.2.4.8: offer LineDash property 2005/10/07 12:09:23 bm 1.2.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/07/14 12:33:02 iha 1.2.4.6: remove unused parameter 'bIncludeStyleProperties' 2005/07/14 11:33:54 iha 1.2.4.5: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:57:09 bm 1.2.4.4: use named properties for gradients etc. in chart model 2005/06/15 18:20:27 iha 1.2.4.3: cleanup 2005/04/13 11:29:15 iha 1.2.4.2: removed unused include 2004/02/13 16:51:52 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [269810763a73fc5990fbc7521666ed785b4b64a6]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/18 17:17:04 bm 1.1.1.1.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/10/07 12:09:13 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/25 16:24:12 bm 1.1.1.1.4.4: #124570# CloseVetoException was passed as Exception to function before throw, which discarded the type. This violated the throw specification later that only allows the CloseVetoException 2005/07/08 12:18:51 iha 1.1.1.1.4.3: more failsafe 2004/04/27 15:00:40 iha 1.1.1.1.4.2: warnings removed 2004/02/18 17:06:20 iha 1.1.1.1.4.1: handle lifetime of the ChartCindow correct

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d5da85be0bc345fe0b5f1656cac35810be7ea017]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/18 17:16:57 bm 1.5.4.7: RESYNC: (1.6-1.7); FILE MERGED 2006/10/16 15:38:16 bm 1.5.4.6: #i70287# +hasLegend (used by toolbar toggle legend command) 2005/12/21 21:29:27 iha 1.5.4.5: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 12:09:02 bm 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2005/08/18 15:20:44 bm 1.5.4.3: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/06/16 12:53:14 iha 1.5.4.2: create legend on demand 2004/09/16 14:43:28 iha 1.5.4.1: implement api redesign

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [873c01dd620c4652fe41afe4cca8562a6e711a39]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.8: resync m195 -> m202 2006/07/19 15:55:26 bm 1.1.2.7: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/04/04 15:59:06 bm 1.1.2.6: implement XModifyBroadcaster 2005/10/11 09:20:53 bm 1.1.2.5: license header change 2005/05/27 12:20:10 bm 1.1.2.4: offer LabeledDataSequence as service 2005/05/09 09:51:34 bm 1.1.2.3: moved parts of API to data namespace 2004/04/15 17:26:55 bm 1.1.2.2: cloning for data sequences 2004/03/12 10:41:04 bm 1.1.2.1: core object for XLabeledDataSequence

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e59403c7984b33d8fb32e1f8b4a3a336870f4e38]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/19 15:13:39 bm 1.1.2.36: #i75403# Use strings from resource for row and column labels 2007/02/21 11:19:44 bm 1.1.2.35: #i72340# Do swapping of categories outside of for loop, otherwise it is done too often (and has no effect for an even number of passes) 2007/02/14 16:30:15 bm 1.1.2.34: #i72340# allow swapping rows 2007/02/09 19:06:06 iha 1.1.2.33: compile error on solaris 2007/02/09 17:29:21 bm 1.1.2.32: XChartDocument::createInternalDataProvider() works like expected now 2007/02/08 21:25:43 iha 1.1.2.31: resync m195 -> m202 2007/02/08 16:40:50 iha 1.1.2.30: resync m195 -> m202 2006/12/12 16:13:44 iha 1.1.2.29: #i67784# data disappear while selecting 'XY (Scatter)' having only one sequence 2006/11/10 15:06:12 bm 1.1.2.28: #i67875# add undo for own data 2006/08/03 13:39:21 bm 1.1.2.27: cast to valarray at wrong place 2006/08/03 09:20:03 bm 1.1.2.26: setRow/ColumnLabels: enlarge data instead of just setting the column/row count, enlargeData: set also the column/rowCount 2006/07/30 21:30:21 bm 1.1.2.25: compilation problems fixed 2006/07/30 21:05:36 bm 1.1.2.24: slice can not be assigend to. Have to cast to valarray 2006/07/26 14:46:18 bm 1.1.2.23: allow insertion of data series into empty chart 2006/07/25 12:38:59 bm 1.1.2.22: #i64824# notify change in sequence length from internal data provider to uncached data sequence 2006/07/24 15:06:04 bm 1.1.2.21: #i64824#  InternalData::deleteColumn: copied too much old data (invalid index access for deletion of last sequence) 2006/07/24 14:43:41 bm 1.1.2.20: #i64824# deleteSequence: adaption of map references fixed 2006/07/20 07:20:27 bm 1.1.2.19: detectArguments: only offset for categories if there is a sequence with categories-range 2006/07/19 15:55:26 bm 1.1.2.18: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/05/24 14:25:52 iha 1.1.2.17: #i63012# applied workaround patch for compiling issue 2006/04/22 11:09:04 iha 1.1.2.16: adjust column- and rowlabel sizes correctly 2006/02/16 17:44:10 iha 1.1.2.15: count Inf as NotANumber also 2006/02/01 19:09:41 iha 1.1.2.14: adjust column- and rowlabel sizes correctly 2005/11/03 18:28:58 iha 1.1.2.13: fix sequence mapping for internal data 2005/11/02 22:46:13 iha 1.1.2.12: correct sequence mapping 2005/11/01 13:09:53 iha 1.1.2.11: support sequence mapping 2005/10/29 15:41:10 iha 1.1.2.10: support SequenceMapping also for chart local data 2005/10/25 16:27:12 iha 1.1.2.9: support SequenceMapping 2005/10/11 09:20:52 bm 1.1.2.8: license header change 2005/09/08 11:46:03 iha 1.1.2.7: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/07 11:45:41 bm 1.1.2.6: #125498# comment added 2005/08/31 09:13:43 bm 1.1.2.5: lcl_LabelsOfLabeledSequence: get label sequence of LabeledSequence instead of values 2005/08/18 14:08:28 bm 1.1.2.4: provide a CTOR with another XChartDataArray to copy / some fixes 2005/08/17 16:53:19 bm 1.1.2.3: keep data row source away from InternalData class 2005/08/15 13:06:17 bm 1.1.2.2: UncachedDataSequence CTOR changed, fixes 2005/08/11 16:02:39 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12716afcf7a8bf0c528ec260ddbdc8ca989521c5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/13 09:16:52 bm 1.1.2.6: #i67875# reconnection of data sequences is also necessary if data was not cloned (in base class UndoElement) 2006/11/10 15:06:12 bm 1.1.2.5: #i67875# add undo for own data 2005/11/22 14:19:29 bm 1.1.2.4: dispose of all models that are ever removed into an undo stack, at least on destruction of the stack 2005/11/21 15:05:50 bm 1.1.2.3: +getUndoStrings, -non-const getter-methods 2005/11/11 15:03:02 bm 1.1.2.2: notify changes 2005/11/04 14:41:14 bm 1.1.2.1: implementation of undo stack with limitation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ff6da9bde7bc1ae4088b454aaa41724ddb0ca707]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.8: resync m195 -> m202 2006/11/13 09:16:52 bm 1.1.2.7: #i67875# reconnection of data sequences is also necessary if data was not cloned (in base class UndoElement) 2006/11/10 15:44:07 bm 1.1.2.6: #i67875# pass pointer to function to boost::mem_fn 2006/11/10 15:06:12 bm 1.1.2.5: #i67875# add undo for own data 2005/11/22 14:19:28 bm 1.1.2.4: dispose of all models that are ever removed into an undo stack, at least on destruction of the stack 2005/11/21 15:06:13 bm 1.1.2.3: +getUndoStrings, -non-const getter-methods 2005/11/11 15:03:01 bm 1.1.2.2: notify changes 2005/11/04 14:40:55 bm 1.1.2.1: implementation of undo stack with limitation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [213461a262f396beafc50324ccdc6553d4eed577]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/11/04 15:48:28 bm 1.1.1.1.4.3: clone properties that have interface type 2005/10/07 12:08:52 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/30 16:31:14 bm 1.1.1.1.4.1: make model cloneable (+first undo implementation)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [666ed56680db83636531615dd58c7d2ce057077e]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/18 17:16:49 bm 1.1.1.1.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/11/04 16:02:15 bm 1.1.1.1.4.6: invalid typename keyword 2005/11/04 15:48:28 bm 1.1.1.1.4.5: clone properties that have interface type 2005/10/07 12:08:41 bm 1.1.1.1.4.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/03 16:36:28 bm 1.1.1.1.4.3: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/03/30 16:31:14 bm 1.1.1.1.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:51 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd017200651088bcfdc83b0c3d98984c78acd899]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.2: resync m195 -> m202 2006/03/29 22:21:01 iha 1.1.2.1: restructure legend entry creation + legend entries in data labels

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc28a0ad503af93b5c9f39f75ad928a6bcb9f16a]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/20 20:31:09 iha 1.2.4.13: implement gradient step count 2006/10/18 17:16:41 bm 1.2.4.12: RESYNC: (1.3-1.4); FILE MERGED 2006/05/17 13:26:42 bm 1.2.4.11: bitmap properties (tile, stretch, etc.) with correct defaults 2005/11/24 18:32:43 bm 1.2.4.10: transparency gradients enabled 2005/10/07 12:08:32 bm 1.2.4.9: RESYNC: (1.2-1.3); FILE MERGED 2005/07/14 14:42:45 iha 1.2.4.8: cleanup Fillproperties 2005/07/14 12:33:01 iha 1.2.4.7: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:57:09 bm 1.2.4.6: use named properties for gradients etc. in chart model 2005/06/16 07:57:09 iha 1.2.4.5: added missing Property FillBackground 2005/06/15 18:18:16 iha 1.2.4.4: correct name for Property FillTransparenceGradient + added comments 2005/04/13 11:28:40 iha 1.2.4.3: removed unused include 2004/06/17 09:43:40 bm 1.2.4.2: change default background to gray85 (like old chart) (Note: this color is not in the standard palette!) 2004/02/13 16:51:51 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f184a3e2049ddc218f5a141af0fb66a97509d60e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:43 iha 1.1.2.3: resync m195 -> m202 2006/08/02 11:16:27 bm 1.1.2.2: #i27352# implement quick help 2006/08/02 10:19:07 bm 1.1.2.1: moved here from view/axes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [533f7e36ec4fe54e1eb4888146299becd891be96]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:16:20 bm 1.3.4.8: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 17:12:45 bm 1.3.4.7: some missing notifications added 2005/10/11 12:52:50 bm 1.3.4.6: #i27351# implement XCloneable for Undo 2005/10/07 12:08:03 bm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:27 bm 1.3.4.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:59 iha 1.3.4.3: remove unused parameter 'bIncludeStyleProperties' 2005/06/23 14:39:10 iha 1.3.4.2: correct support for statistic properties 2004/02/13 16:51:51 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2a87f354a82f7471d294be3256fbd14074c7391a]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/05/03 07:58:18 iha 1.5.4.70: #i76845# heavily wrong rotation in loaded 3D charts when loading files created with younger masters src680m195 ++ 2007/04/20 08:08:25 iha 1.5.4.69: #i75393# Connect Bars per diagram not per series 2007/04/19 16:11:22 iha 1.5.4.68: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/03/01 13:54:31 iha 1.5.4.67: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2007/02/26 14:34:31 iha 1.5.4.66: #i74688# disable wall for net charts 2007/02/09 17:29:20 bm 1.5.4.65: XChartDocument::createInternalDataProvider() works like expected now 2006/12/07 23:47:40 iha 1.5.4.64: rotate lights with diagram only when shade mode is on - according to spec 2006/12/07 23:18:40 iha 1.5.4.63: #i67833# simple 3D look - bring light to front 2006/12/05 11:00:21 bm 1.5.4.62: use empty() instead of size()!=0 for STL types 2006/10/18 17:16:12 bm 1.5.4.61: RESYNC: (1.6-1.7); FILE MERGED 2006/08/21 16:14:45 iha 1.5.4.60: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/08/09 17:40:44 iha 1.5.4.59: #i63017# disable/enable menu Format->Arrangement 2006/06/30 22:20:48 iha 1.5.4.58: correct 3D pie rotation: different default camera for pies 2006/06/24 18:30:38 iha 1.5.4.57: don't show wall nor floor for pies and donuts until older files can be detected 2006/06/23 15:45:05 iha 1.5.4.56: correct rotation 2006/06/18 19:33:15 iha 1.5.4.55: implement camera distance 2006/06/18 19:29:53 iha 1.5.4.54: implement camera distance 2006/06/13 19:05:51 iha 1.5.4.53: also rotate lights when rotating diagram 2006/06/09 15:31:02 iha 1.5.4.52: concentrated helping method for getting and setting rotation of diagram - don't touch the camera rotation but take it into account 2006/04/22 11:13:36 iha 1.5.4.51: park unused categories in scale with AxisType not being CATEGORY 2006/04/12 09:40:13 iha 1.5.4.50: correct x axis direction for horizontal bars 2D <-> 3D is differnet 2006/04/11 19:26:27 iha 1.5.4.49: correct x axis direction for horizontal bars 2006/04/10 15:03:35 iha 1.5.4.48: api restructure axis, grids, scales and increments 2006/04/10 12:25:15 iha 1.5.4.47: api restructure axis, grids, scales and increments 2006/01/16 12:08:58 bm 1.5.4.46: also reset diagram rotation in rearrange function 2005/12/21 21:29:27 iha 1.5.4.45: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/01 18:52:56 iha 1.5.4.44: correct axis title rotation when swapping x and y axis 2005/11/28 15:35:42 bm 1.5.4.43: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 15:14:29 iha 1.5.4.42: support BarOverlap and GapWidth 2005/11/08 16:32:19 iha 1.5.4.41: correct x axis direction for bar charts 2005/11/08 14:56:17 iha 1.5.4.40: set and remove categories also to and from secondary scales 2005/11/07 20:56:21 iha 1.5.4.39: implement changing series order 2005/11/02 19:16:35 iha 1.5.4.38: enable load of stock chart with japanese boxes 2005/11/02 16:10:13 bm 1.5.4.37: removed unused function getInterpretedDataFromDiagram 2005/11/02 13:49:22 bm 1.5.4.36: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/11/01 13:06:22 iha 1.5.4.35: support sequence mapping 2005/10/24 11:06:55 iha 1.5.4.34: coordinate system restructure 2005/10/13 17:39:09 iha 1.5.4.33: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:51:43 bm 1.5.4.32: +removeUnusedCoordinateSystems 2005/10/07 12:07:52 bm 1.5.4.31: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 16:56:41 iha 1.5.4.30: automatic categories for pie legend 2005/09/16 16:50:16 iha 1.5.4.29: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/22 11:19:05 bm 1.5.4.28: getScaleHoldingCategoriesFromDiagram: return first x-scale as fall-back 2005/08/03 16:36:27 bm 1.5.4.27: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/22 12:17:45 bm 1.5.4.26: #124486# it is allowed to pass no coordinate system, so don't assert 2005/07/14 14:50:48 bm 1.5.4.25: function for creating dummy categories (preliminary, not localized yet) 2005/06/21 16:09:05 bm 1.5.4.24: getChartTypeByIndex corrected, missing return value added to isSeriesAttachedToMainAxis 2005/06/14 15:03:39 iha 1.5.4.23: more failsave 2005/05/09 09:51:33 bm 1.5.4.22: moved parts of API to data namespace 2005/05/04 12:52:30 iha 1.5.4.21: added methods isSeriesAttachedToMainAxis(), attachSeriesToAxis(), getChartTypeOfSeries(), getCoordinateSystemOfChartType(), clearCoordinateSystem() 2005/04/19 14:33:52 bm 1.5.4.20: +getScaleHoldingCategoriesFromDiagram 2005/04/11 11:33:34 iha 1.5.4.19: changed parameter for methods set/getVertical() for old api 2004/09/30 16:04:35 bm 1.5.4.18: replaceCoordinateSystem (used by setDimension): copy chart-types between coo-sys 2004/09/20 17:25:49 bm 1.5.4.17: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/17 10:52:51 bm 1.5.4.16: API simplification 2004/09/16 16:42:42 iha 1.5.4.15: implement api redesign 2004/09/16 15:30:51 iha 1.5.4.14: implement api redesign 2004/09/16 14:43:27 iha 1.5.4.13: implement api redesign 2004/09/16 11:52:50 bm 1.5.4.12: API simplification 2004/09/15 17:06:06 bm 1.5.4.11: +getStackModeFromChartType +getChartTypesFromDiagram 2004/09/15 14:13:46 iha 1.5.4.10: implement api redesign 2004/09/15 11:44:17 bm 1.5.4.9: API simplification 2004/06/29 12:43:04 bm 1.5.4.8: +getInterpretedDataFromDiagram 2004/05/27 17:28:38 bm 1.5.4.7: +bTreatBarsAsVertical flag in get/setVertical methods 2004/05/13 09:52:12 bm 1.5.4.6: getTemplateForDiagram() supports a parameter rPreferredTemplateName for faster access in case the template didn't change 2004/04/01 16:03:03 bm 1.5.4.5: some more fixes for setDimension() for old API 2004/04/01 10:48:26 bm 1.5.4.4: +functions to get/set the SwapXAndYAxis property at coordinate-systems 2004/03/24 19:05:26 bm 1.5.4.3: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/24 10:35:00 bm 1.5.4.2: +getTemplateNameForDiagram 2004/02/13 16:51:51 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aeba9f664152831c23240d6fd73fa2e3aaf58773]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.25: resync m195 -> m202 2007/02/02 16:00:30 bm 1.1.2.24: #i68229# use the same method for determining used ranges in XChartDocument::getUsedData() as in the range-chooser dialog 2006/11/17 16:32:43 bm 1.1.2.23: in ChartModel::setParent migrate the data from one data provider to the new one, if it is the same implementation and no temporary document. This is needed for solving the current clipboard problems 2006/04/27 13:03:08 bm 1.1.2.22: allArgumentsForRectRangeDetected: HasCategories is not mandatory for this 2006/04/13 14:51:04 bm 1.1.2.21: catch exceptions that might be thrown by data provider 2006/03/17 13:28:15 bm 1.1.2.20: +allArgumentsForRectRangeDetected 2006/03/07 12:33:11 bm 1.1.2.19: underscore variables removed 2005/12/02 15:24:06 bm 1.1.2.18: +getUsedDataRanges for XDiagram, +getRangesFromLabeledDataSequence, +getRangesFromDataSource 2005/11/02 13:49:22 bm 1.1.2.17: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/11/01 13:09:02 iha 1.1.2.16: support sequence mapping 2005/10/27 17:44:42 iha 1.1.2.15: support SequenceMapping 2005/10/25 16:26:26 iha 1.1.2.14: support SequenceMapping 2005/10/11 09:20:52 bm 1.1.2.13: license header change 2005/08/19 15:28:06 bm 1.1.2.12: GetUsedData for XChartDocument 2005/08/03 16:36:27 bm 1.1.2.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 14:54:28 bm 1.1.2.10: detectRangeSegmentation: allow including unused data for calculation of data range 2005/07/14 14:48:46 bm 1.1.2.9: detectRangeSegmentation: return only true if the data provider returns a valid range 2005/05/27 12:20:43 bm 1.1.2.8: +getUsedDataRanges 2005/05/12 13:56:42 bm 1.1.2.7: API change XDataProvider 2005/05/09 09:51:33 bm 1.1.2.6: moved parts of API to data namespace 2005/04/04 16:12:37 iha 1.1.2.5: added helping methods for ranges 2004/09/16 14:43:27 iha 1.1.2.4: implement api redesign 2004/06/29 12:46:48 bm 1.1.2.3: -getRangeIdentifiers +addRangeRepresentationsFromLabeledDataSequence (was local before as helper for the above) 2004/06/23 14:09:51 bm 1.1.2.2: do not overwrite parameters where there are no corresponding arguments found 2004/05/07 16:26:38 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [986c8766a23935c10c2efbb11ef40ab7d8fa3d55]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:42 iha 1.1.4.7: resync m195 -> m202 2005/10/11 09:20:52 bm 1.1.4.6: license header change 2005/06/20 14:35:54 bm 1.1.4.5: DataSource may be created via factory 2005/05/09 09:51:33 bm 1.1.4.4: moved parts of API to data namespace 2004/03/24 10:45:09 bm 1.1.4.3: check for illegal index access 2004/03/19 14:33:02 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:51 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [98429e54189c6e5aeb5201364ac42f75dc78abcb]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2007/03/06 14:09:24 bm 1.1.4.34: lcl_findLSequenceWithOnlyLabel: make more safe if labeled sequence is empty 2007/02/24 10:38:28 iha 1.1.4.33: #i74648# also change attributed data points 2007/02/23 18:07:52 iha 1.1.4.32: #i74655# symbols lost when switching smooth lines 2007/02/09 12:39:03 bm 1.1.4.31: #i72841# temporary did not work on Linux 2007/02/09 12:29:58 bm 1.1.4.30: #i72841# move deleteSeries functionality here from source/controller/dialog/DialogModel.cxx 2006/12/11 17:31:54 bm 1.1.4.29: #i72308# allow to set the label before the values of a series 2006/10/18 17:16:03 bm 1.1.4.28: RESYNC: (1.2-1.3); FILE MERGED 2006/08/02 11:16:27 bm 1.1.4.27: #i27352# implement quick help 2006/07/25 16:46:03 bm 1.1.4.26: #i64824# handle number formats in the data browser 2006/07/19 08:46:04 bm 1.1.4.25: getLabelForLabeledDataSequence: some comments added 2006/04/11 10:53:38 bm 1.1.4.24: getAttachedAxisIndex: return a value 2006/04/10 12:25:15 iha 1.1.4.23: api restructure axis, grids, scales and increments 2006/03/10 12:45:34 bm 1.1.4.22: #i63011# explicit qualification in declaration, function names were qualified with namespace (was a class in the past) 2005/12/21 21:29:26 iha 1.1.4.21: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/02 19:19:16 iha 1.1.4.20: added helping method SetRole() 2005/11/01 13:08:08 iha 1.1.4.19: support sequence mapping 2005/10/29 18:50:11 iha 1.1.4.18: make more failsave 2005/10/27 17:43:54 iha 1.1.4.17: support autogenerated label 2005/10/25 16:28:30 iha 1.1.4.16: corrected getDataSeriesLabel 2005/10/24 11:06:55 iha 1.1.4.15: coordinate system restructure 2005/10/13 17:39:08 iha 1.1.4.14: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:07:38 bm 1.1.4.13: RESYNC: (1.1-1.2); FILE MERGED 2005/09/16 16:50:15 iha 1.1.4.12: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/09/08 18:17:42 iha 1.1.4.11: use generated labels for series names 2005/08/03 16:36:27 bm 1.1.4.10: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/05/09 13:01:22 bm 1.1.4.9: data namespace forgotten 2005/05/09 09:51:32 bm 1.1.4.8: moved parts of API to data namespace 2004/09/17 10:52:50 bm 1.1.4.7: API simplification 2004/09/15 11:48:26 bm 1.1.4.6: API simplification 2004/05/07 15:36:50 bm 1.1.4.5: legend-entries: use TextualDataSequence if available 2004/04/27 13:42:02 bm 1.1.4.4: +createUniqueSeriesId that calculates a yet unused id +getDataSeriesIdentifier convenience to get the Identifier property of a series 2004/03/19 14:33:01 bm 1.1.4.3: XDataSource now contains XLabeledDataSources 2004/02/16 09:03:06 bm 1.1.4.2: operator lcl_MatchesRole needs const operator() 2004/02/13 16:51:50 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [173013b5e4d0691e23025f266746e09bcc1ab24a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.3: resync m195 -> m202 2005/11/03 16:14:33 bm 1.1.2.2: +ControllerLockHelper 2005/10/18 12:39:36 bm 1.1.2.1: class that locks controllers of a model in CTOR an unlocks in DTOR

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [93623f6cf0a88953394aaf70eb8f7dde5d414a3f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.5: resync m195 -> m202 2005/10/11 09:20:51 bm 1.1.2.4: license header change 2005/08/12 13:00:41 bm 1.1.2.3: return type forgotten 2005/08/03 16:36:26 bm 1.1.2.2: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/28 09:36:11 bm 1.1.2.1: color scheme that reads the default colors from the configuration

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [286427444b877338b810abc6a085a45a70526e33]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/11/26 13:22:33 iha 1.6.4.18: method Direction3DToB3DPoint and B3DPointToPosition3D 2006/11/22 17:25:14 iha 1.6.4.17: RESYNC: (1.8-1.9); FILE MERGED 2006/11/01 15:35:04 iha 1.6.4.16: cleanup resources + changed variable names according to style guide 2006/10/20 20:32:55 iha 1.6.4.15: implement gradient step count 2006/10/18 17:15:42 bm 1.6.4.14: RESYNC: (1.7-1.8); FILE MERGED 2006/09/29 14:59:47 iha 1.6.4.13: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/09/24 09:12:55 iha 1.6.4.12: #i61970# correct implementation of axis at 2005/10/07 12:07:15 bm 1.6.4.11: RESYNC: (1.6-1.7); FILE MERGED 2005/07/23 00:01:20 iha 1.6.4.10: include axis title sizes in diagram position to support old api and fileformat 2005/05/09 09:51:32 bm 1.6.4.9: moved parts of API to data namespace 2004/06/07 17:51:14 iha 1.6.4.8: added  Direction3DToVector3D 2004/05/05 16:00:22 iha 1.6.4.7: added Vector3DToPosition3D 2004/04/27 13:32:42 iha 1.6.4.6: warnings removed 2004/03/11 09:38:33 iha 1.6.4.5: added operator+ for Direction3D 2004/02/29 10:20:42 iha 1.6.4.4: added Position3DToAWTPoint + Direction3DToAWTSize 2004/02/23 19:07:48 iha 1.6.4.3: do not convert something wrong to number - functionality not needed anymore 2004/02/20 17:34:29 iha 1.6.4.2: added method DataSequenceToStringSequence for categories at axes 2004/02/13 16:51:50 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [70f0b7dc07edb491da1d7c8c19a485bb736ba10b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.4: resync m195 -> m202 2005/10/11 09:20:51 bm 1.1.2.3: license header change 2005/08/03 16:36:26 bm 1.1.2.2: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2004/07/01 13:36:16 iha 1.1.2.1: helper for pie chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [03f900f9ba5be0ed4c98cbfed65f8e557ddcf69c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.2: resync m195 -> m202 2006/03/12 01:29:28 iha 1.1.2.1: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fee77901acf77a077c88babeba6ee5432614a691]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2006/10/18 17:15:33 bm 1.9.4.11: RESYNC: (1.10-1.11); FILE MERGED 2005/11/28 15:35:41 bm 1.9.4.10: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/25 16:22:38 iha 1.9.4.9: correct labels at z axis for deep stacking 2005/11/23 15:13:37 iha 1.9.4.8: support BarOverlap and GapWidth 2005/10/07 12:07:05 bm 1.9.4.7: RESYNC: (1.9-1.10); FILE MERGED 2005/09/16 16:50:15 iha 1.9.4.6: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/04/11 09:32:54 iha 1.9.4.5: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/17 12:20:48 iha 1.9.4.4: implement api redesign - dimension property 2004/09/17 11:38:59 iha 1.9.4.3: implement api redesign - dimension property 2004/03/02 13:24:48 iha 1.9.4.2: abilities of stockchart/candlestick 2004/02/13 16:51:50 bm 1.9.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f8051ba75dac6a172bec02623255fb7886239849]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/02/09 17:29:20 bm 1.6.4.14: XChartDocument::createInternalDataProvider() works like expected now 2006/10/18 17:15:25 bm 1.6.4.13: RESYNC: (1.7-1.8); FILE MERGED 2006/01/23 17:40:31 bm 1.6.4.12: offer findDiagram also for an XChartDocument 2005/12/21 21:29:26 iha 1.6.4.11: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/13 17:39:07 iha 1.6.4.10: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:06:52 bm 1.6.4.9: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 15:20:44 bm 1.6.4.8: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/07/01 11:03:00 iha 1.6.4.7: make more failsafe 2005/05/31 18:29:27 iha 1.6.4.6: add methods get/setPageSize 2005/05/04 12:54:39 iha 1.6.4.5: implementation of 2 methods moved to DiagramHelper 2004/09/16 14:43:27 iha 1.6.4.4: implement api redesign 2004/03/19 10:55:41 iha 1.6.4.3: removed getScaleGroupOfSeries again - use getParentOfNode instead 2004/03/18 16:20:08 iha 1.6.4.2: added method getScaleGroupOfSeries 2004/03/09 11:06:37 iha 1.6.4.1: find correct charttype for series also for 3D

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9bd7d50fd16482f46d5cb765a93fa8207ad21e35]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:42 iha 1.1.2.16: resync m195 -> m202 2006/04/10 12:25:14 iha 1.1.2.15: api restructure axis, grids, scales and increments 2005/12/21 21:29:25 iha 1.1.2.14: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/24 11:06:54 iha 1.1.2.13: coordinate system restructure 2005/10/13 17:39:07 iha 1.1.2.12: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:20:51 bm 1.1.2.11: license header change 2005/09/16 16:50:14 iha 1.1.2.10: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/09/07 14:44:59 bm 1.1.2.9: XChartDocument: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/18 15:20:44 bm 1.1.2.8: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/05/09 09:51:32 bm 1.1.2.7: moved parts of API to data namespace 2005/04/25 09:34:17 bm 1.1.2.6: trace categories 2005/04/19 14:33:30 bm 1.1.2.5: also trace categories 2004/09/20 14:37:11 bm 1.1.2.4: some more debug code 2004/09/20 08:52:15 bm 1.1.2.3: stacking added 2004/09/17 16:25:13 bm 1.1.2.2: improved 2004/09/17 13:46:25 bm 1.1.2.1: helper for showing OSL_TRACES about objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1e7cfc5d2ac63b6f9d280ec86108e198121b6de9]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/10/18 17:15:17 bm 1.1.4.10: RESYNC: (1.2-1.3); FILE MERGED 2006/02/20 09:15:19 bm 1.1.4.9: +helper function to get a FontDescriptor from properties 2005/10/07 12:06:39 bm 1.1.4.8: RESYNC: (1.1-1.2); FILE MERGED 2005/09/02 11:12:21 bm 1.1.4.7: default value for FontStrikeOut had wrong type 2005/07/14 12:45:44 iha 1.1.4.6: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/06/02 16:55:36 iha 1.1.4.5: use awt::CharSet::DONTKNOW instead of SYSTEM to avoid assertion issue 50249 2005/04/21 14:16:24 iha 1.1.4.4: added defaults 2005/04/19 17:36:31 iha 1.1.4.3: improved old api support (introduced wrappedpropertyset ...) 2004/05/26 16:26:58 bm 1.1.4.2: default font sizes adapted 2004/02/13 16:51:49 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9843664b4a8bed7c9ab9396a326c9c38428d52d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:41 iha 1.1.2.20: resync m195 -> m202 2006/04/04 15:59:06 bm 1.1.2.19: implement XModifyBroadcaster 2006/04/04 13:46:43 bm 1.1.2.18: add XModifyBroadcaster to DataSequence 2005/10/11 09:20:50 bm 1.1.2.17: license header change 2005/09/08 12:42:03 bm 1.1.2.16: +generateLabel 2005/08/11 16:00:27 bm 1.1.2.15: small changes 2005/08/05 13:59:03 bm 1.1.2.14: -XDataSequence::generateLabel 2005/08/03 16:36:26 bm 1.1.2.13: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/21 14:47:11 bm 1.1.2.12: support for number formats from data provider 2005/05/09 09:51:32 bm 1.1.2.11: moved parts of API to data namespace 2005/05/03 16:52:43 bm 1.1.2.10: XDataProvider, XDataSequence: RangeIdentifiers removed 2004/06/03 10:12:06 iha 1.1.2.9: added missing interface method 'generateLabel' 2004/04/22 14:22:12 bm 1.1.2.8: member initialisation order was wrong 2004/04/15 17:26:54 bm 1.1.2.7: cloning for data sequences 2004/04/05 14:12:26 bm 1.1.2.6: XDataProvider API changed 2004/03/29 13:27:26 bm 1.1.2.5: -label / getSourceRangeRepresentation -> getSourceIdentifier 2004/03/24 10:44:05 bm 1.1.2.4: +CTOR with a single string (for the typical "label-case") 2004/03/19 14:33:01 bm 1.1.2.3: XDataSource now contains XLabeledDataSources 2004/03/09 13:02:48 bm 1.1.2.2: XDataSequence: +getLabel, getLabelSourceIdentifier 2004/03/02 09:27:42 bm 1.1.2.1: moved here from model/main

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [054d72c04057ba03cf697fabbf3783f411c1d497]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:41 iha 1.1.2.12: resync m195 -> m202 2006/12/13 18:38:45 iha 1.1.2.11: #i71189# corrected check whether clipping is necessary 2006/11/26 12:59:45 iha 1.1.2.10: performance: avoid unnecessary clipping 2006/11/09 15:31:53 iha 1.1.2.9: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/23 16:02:23 iha 1.1.2.8: use corrected matrix decompose method from basegfx 2006/08/10 15:44:56 iha 1.1.2.7: additional conversion from basegfx to UNO types 2006/07/01 20:54:35 iha 1.1.2.6: correct sign error in matrix rotation decompose 2006/06/23 20:24:43 iha 1.1.2.5: correct rotation decomposition for 90degree 2006/06/23 15:39:15 iha 1.1.2.4: removed superfluous includes 2006/06/23 15:14:18 iha 1.1.2.3: more correct matrix rotation decomposition + added helping methods for rotation 2006/06/09 14:45:07 iha 1.1.2.2: added conversions from/to B3DVector to/from Direction3D and Position3D 2005/11/02 12:13:32 bm 1.1.2.1: helper functions for basegfx matrix etc.

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b9fa75c3de85465219ceff14ca47c16302ceaa58]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/20 12:25:57 iha 1.1.2.10: #i74576# enable and display minor grids for category axes 2007/02/23 15:46:24 iha 1.1.2.9: #i74663# insert correct 2nd x axis in category charts 2007/02/15 20:22:29 iha 1.1.2.8: #i74576# disable inserting minor grids on category axis 2007/02/08 21:25:41 iha 1.1.2.7: resync m195 -> m202 2006/10/13 09:32:02 iha 1.1.2.6: #i66856# correct sourceformat for x axis 2006/10/10 08:47:05 iha 1.1.2.5: remove explicit scaling for category axis and pie axis 2006/08/16 14:56:20 iha 1.1.2.4: #124495# categories for net chart are not displayed when loading old files 2006/04/10 18:48:02 dr 1.1.2.3: remove assertions 2006/04/10 18:32:12 iha 1.1.2.2: api restructure axis, grids, scales and increments 2006/04/10 15:00:52 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6dc7c10d44d8f4bc11ce3e98881d330d878eba22]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2005/10/07 12:00:57 bm 1.5.4.7: RESYNC: (1.7-1.8); FILE MERGED 2005/07/25 15:20:04 bm 1.5.4.6: RESYNC: (1.6-1.7); FILE MERGED 2005/06/27 13:40:26 iha 1.5.4.5: support property number of lines 2004/09/16 14:42:48 bm 1.5.4.4: API simplification 2004/09/15 17:32:08 bm 1.5.4.3: API simplification 2004/06/03 03:39:48 iha 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/13 16:51:48 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9ec08ee4b3617cd73e5e47b8b7d5701313795181]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:41 iha 1.1.2.6: resync m195 -> m202 2006/03/10 10:55:22 iha 1.1.2.5: don't use leading underscore 2005/10/11 09:20:49 bm 1.1.2.4: license header change 2004/09/16 16:10:03 bm 1.1.2.3: API simplification 2004/09/16 16:02:07 bm 1.1.2.2: API simplification 2004/09/16 14:42:18 bm 1.1.2.1: registration for chart types

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [856355daa6b5ea9586b4e4207f24a4431bb9a529]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2005/10/11 09:20:49 bm 1.1.4.5: license header change 2005/05/09 09:51:31 bm 1.1.4.4: moved parts of API to data namespace 2004/05/07 13:40:25 bm 1.1.4.3: context added in CTOR 2004/03/19 14:33:00 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:47 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4c2701d4cc8b27eed56172b4188b61efb8783c55]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:40 iha 1.1.4.17: resync m195 -> m202 2006/12/12 16:13:04 iha 1.1.4.16: #i67784# data disappear while selecting 'XY (Scatter)' having only one sequence 2006/04/28 13:41:19 bm 1.1.4.15: #i64618# reinterpretDataSeries: leave Categories in passed aInterpretedData to leave it stored at the scale 2006/04/22 11:09:48 iha 1.1.4.14: park unused categories in scale with AxisType not being CATEGORY 2005/12/21 21:29:24 iha 1.1.4.13: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/11 09:20:48 bm 1.1.4.12: license header change 2005/08/03 16:36:25 bm 1.1.4.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/08/01 09:39:38 bm 1.1.4.10: use base method HasCategories to determine the existence of categories 2005/07/29 13:30:16 bm 1.1.4.9: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/07/19 11:17:48 bm 1.1.4.8: shift data if it contains categories 2005/05/09 09:51:31 bm 1.1.4.7: moved parts of API to data namespace 2004/05/07 13:40:25 bm 1.1.4.6: context added in CTOR 2004/04/15 17:26:54 bm 1.1.4.5: cloning for data sequences 2004/03/24 10:43:41 bm 1.1.4.4: check for interface validity 2004/03/19 14:33:00 bm 1.1.4.3: XDataSource now contains XLabeledDataSources 2004/03/03 14:06:07 bm 1.1.4.2: don't recycle categories as x-values 2004/02/13 16:51:46 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a8471048c29a839823b156186c884ff698ccf168]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/03/20 12:10:44 bm 1.1.4.8: code-review: add keyword virtual to DTOR 2005/11/08 16:52:31 bm 1.1.4.7: overload reinterpretDataSeriesand do nothing to prevent standard reinterpretation 2005/10/11 09:20:46 bm 1.1.4.6: license header change 2005/07/29 13:30:16 bm 1.1.4.5: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/05/09 09:51:29 bm 1.1.4.4: moved parts of API to data namespace 2004/05/07 13:40:25 bm 1.1.4.3: context added in CTOR 2004/03/19 14:33:00 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:46 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a04310d20a3b48fa5bcd42732c6b5b03f300001]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/03/20 12:19:42 bm 1.1.4.17: creation of stock type 4 with wizard fixed (order of sequences was broken due to reverse iteration) 2007/03/06 16:48:12 bm 1.1.4.16: #i72433# improved handling of stock charts. Still not really good, but better 2007/02/08 21:25:40 iha 1.1.4.15: resync m195 -> m202 2006/11/17 21:49:09 iha 1.1.4.14: don't loose ranges when sequence count is not suiteable for stock charts, show at least close values  when having not enough sequences 2006/11/17 21:47:34 iha 1.1.4.13: don't loose ranges when sequence count is not suiteable for stock charts, show at least close values  when having not enough sequences 2006/10/20 20:20:46 iha 1.1.4.12: #i68043# load stockchart even if not enough series are provided 2006/08/28 11:49:57 iha 1.1.4.11: corrected order in comment 2005/12/21 21:29:23 iha 1.1.4.10: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/08 16:52:15 bm 1.1.4.9: overload reinterpretDataSeriesand do nothing to prevent standard reinterpretation 2005/10/11 09:20:46 bm 1.1.4.8: license header change 2005/08/03 16:36:25 bm 1.1.4.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:16 bm 1.1.4.6: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/07/12 16:38:14 bm 1.1.4.5: interpretDataSource: chicken out when we do not have enough data (instead of crashing) 2005/05/09 09:51:29 bm 1.1.4.4: moved parts of API to data namespace 2004/05/07 13:40:25 bm 1.1.4.3: context added in CTOR 2004/03/19 14:33:00 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:45 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ba2fdd851194e5b042d86a048fafe8cf6972020b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/03/26 14:21:59 iha 1.2.4.23: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:31 iha 1.2.4.22: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2006/08/10 17:10:42 bm 1.2.4.21: second axis for stock charts fixed 2006/04/10 12:25:14 iha 1.2.4.20: api restructure axis, grids, scales and increments 2005/11/28 18:01:02 iha 1.2.4.19: set series to correct axis for stockcharts 2005/10/24 11:06:53 iha 1.2.4.18: coordinate system restructure 2005/10/13 17:39:06 iha 1.2.4.17: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:06:29 bm 1.2.4.16: RESYNC: (1.2-1.3); FILE MERGED 2005/08/04 11:53:43 bm 1.2.4.15: set stack mode at new series. Percent stacking is now set in adaptScales 2005/07/15 16:07:22 bm 1.2.4.14: keep more old objects on chart type changes 2005/05/09 09:51:28 bm 1.2.4.13: moved parts of API to data namespace 2004/09/15 17:32:08 bm 1.2.4.12: API simplification 2004/06/29 12:26:36 bm 1.2.4.11: XChartTypeTemplate changes 2004/05/27 17:27:14 bm 1.2.4.10: +getChartTypeForNewSeries at XChartTypeTemplate 2004/04/01 10:53:12 bm 1.2.4.9: XChartType: may return a coordinate system now 2004/03/24 19:05:26 bm 1.2.4.8: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:28:21 iha 1.2.4.7: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:59 bm 1.2.4.6: XDataSource now contains XLabeledDataSources 2004/03/12 15:39:42 iha 1.2.4.5: create a secondary y axis for stock charts 2004/03/03 14:14:41 bm 1.2.4.4: create 2 coordinate-systems if there is volume 2004/03/02 16:40:45 bm 1.2.4.3: allow creating more than one coordinate system 2004/02/20 17:43:58 iha 1.2.4.2: integrate categories at ScaleData 2004/02/13 16:51:45 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cab89433c92ee666a751eb51d0a045a196819c69]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/03/26 14:21:26 iha 1.3.4.42: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:31 iha 1.3.4.41: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2007/02/21 13:40:24 bm 1.3.4.40: #i72433# create only one y-axis for stock variants without volume 2006/11/17 21:52:47 iha 1.3.4.39: switch lines on for stock charts 2006/10/18 17:15:09 bm 1.3.4.38: RESYNC: (1.4-1.5); FILE MERGED 2006/08/10 17:10:42 bm 1.3.4.37: second axis for stock charts fixed 2006/04/10 15:03:35 iha 1.3.4.36: api restructure axis, grids, scales and increments 2006/04/10 12:25:14 iha 1.3.4.35: api restructure axis, grids, scales and increments 2005/11/28 18:01:21 iha 1.3.4.34: set series to correct axis for stockcharts 2005/11/02 22:33:58 iha 1.3.4.33: fixed loading of stock charts with volume 2005/10/24 11:06:52 iha 1.3.4.32: coordinate system restructure 2005/10/13 17:39:06 iha 1.3.4.31: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:06:19 bm 1.3.4.30: RESYNC: (1.3-1.4); FILE MERGED 2005/09/16 16:50:13 iha 1.3.4.29: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/04 11:53:43 bm 1.3.4.28: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:25 bm 1.3.4.27: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/18 16:11:36 bm 1.3.4.26: stock chart issues fixed 2005/07/15 16:07:22 bm 1.3.4.25: keep more old objects on chart type changes 2005/07/13 09:17:41 bm 1.3.4.24: set properties at candlestick chart type / matching fixed 2005/07/12 16:39:42 bm 1.3.4.23: better matching in matchesTemplate 2005/05/09 09:51:27 bm 1.3.4.22: moved parts of API to data namespace 2005/04/11 09:36:18 iha 1.3.4.21: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/20 09:49:58 bm 1.3.4.20: set stacking explicitly to NONE 2004/09/17 16:00:21 iha 1.3.4.19: avoid index out of bounds 2004/09/16 15:29:28 bm 1.3.4.18: superfluous headers removed 2004/09/16 15:24:27 bm 1.3.4.17: API simplification 2004/09/16 13:24:51 bm 1.3.4.16: API simplification 2004/09/16 12:27:30 bm 1.3.4.15: API simplification 2004/06/29 12:26:36 bm 1.3.4.14: XChartTypeTemplate changes 2004/05/27 17:27:13 bm 1.3.4.13: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 13:41:02 bm 1.3.4.12: context added in CTOR for DataInterpreter 2004/04/01 10:53:12 bm 1.3.4.11: XChartType: may return a coordinate system now 2004/03/24 19:05:25 bm 1.3.4.10: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:28:39 iha 1.3.4.9: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:59 bm 1.3.4.8: XDataSource now contains XLabeledDataSources 2004/03/18 16:35:22 iha 1.3.4.7: removed unused include 2004/03/12 15:39:42 iha 1.3.4.6: create a secondary y axis for stock charts 2004/03/03 14:12:06 bm 1.3.4.5: create 2 coordinate-systems if there is volume 2004/03/02 16:40:44 bm 1.3.4.4: allow creating more than one coordinate system 2004/03/01 09:31:26 bm 1.3.4.3: JapaneseStyle Property was not set correctly in CTOR 2004/02/20 17:43:58 iha 1.3.4.2: integrate categories at ScaleData 2004/02/13 16:51:45 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c96802ac6f4dcaeacb6b64ee0542b6ffa31839b]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/26 14:20:42 iha 1.4.4.17: #i75590# copy some aspects from old charttype during creation of new 2005/10/07 12:06:06 bm 1.4.4.16: RESYNC: (1.4-1.5); FILE MERGED 2005/07/15 16:07:22 bm 1.4.4.15: keep more old objects on chart type changes 2005/07/14 14:59:03 bm 1.4.4.14: overload supportsCategories 2005/05/09 09:51:27 bm 1.4.4.13: moved parts of API to data namespace 2004/09/15 17:32:07 bm 1.4.4.12: API simplification 2004/06/29 12:26:35 bm 1.4.4.11: XChartTypeTemplate changes 2004/05/27 17:27:13 bm 1.4.4.10: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:37 bm 1.4.4.9: applyStyle works for single series now 2004/04/20 19:21:35 iha 1.4.4.8: make curve style an adabtable property 2004/04/01 10:53:12 bm 1.4.4.7: XChartType: may return a coordinate system now 2004/03/24 19:05:25 bm 1.4.4.6: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:27:08 iha 1.4.4.5: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:59 bm 1.4.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:44 bm 1.4.4.3: allow creating more than one coordinate system 2004/02/20 17:43:58 iha 1.4.4.2: integrate categories at ScaleData 2004/02/13 16:51:45 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49d8ce7408ae07eb9b397f65f246cad7c15b17aa]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/03/26 14:20:18 iha 1.5.4.31: #i75590# copy some aspects from old charttype during creation of new 2007/02/23 18:09:22 iha 1.5.4.30: #i74655# symbols lost when switching smooth lines 2006/10/18 17:15:01 bm 1.5.4.29: RESYNC: (1.6-1.7); FILE MERGED 2006/04/10 12:25:14 iha 1.5.4.28: api restructure axis, grids, scales and increments 2005/12/20 14:13:26 dr 1.5.4.27: API struct member names without prefixes 2005/10/30 12:42:00 iha 1.5.4.26: #125770# detect symbolstyle correctly 2005/10/07 12:05:55 bm 1.5.4.25: RESYNC: (1.5-1.6); FILE MERGED 2005/08/04 11:53:43 bm 1.5.4.24: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:25 bm 1.5.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 16:07:21 bm 1.5.4.22: keep more old objects on chart type changes 2005/07/14 14:58:45 bm 1.5.4.21: overload supportsCategories 2005/05/09 09:51:26 bm 1.5.4.20: moved parts of API to data namespace 2005/04/11 09:36:45 iha 1.5.4.19: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/16 15:29:28 bm 1.5.4.18: superfluous headers removed 2004/09/16 15:24:27 bm 1.5.4.17: API simplification 2004/09/16 13:24:51 bm 1.5.4.16: API simplification 2004/09/16 12:27:30 bm 1.5.4.15: API simplification 2004/09/15 17:32:07 bm 1.5.4.14: API simplification 2004/06/29 12:26:35 bm 1.5.4.13: XChartTypeTemplate changes 2004/05/27 17:27:13 bm 1.5.4.12: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:37 bm 1.5.4.11: applyStyle works for single series now 2004/05/07 13:41:01 bm 1.5.4.10: context added in CTOR for DataInterpreter 2004/04/20 19:21:34 iha 1.5.4.9: make curve style an adabtable property 2004/04/01 10:53:12 bm 1.5.4.8: XChartType: may return a coordinate system now 2004/03/24 19:05:25 bm 1.5.4.7: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/24 15:18:00 bm 1.5.4.6: matchesTemplate: mismatch for symbols-lines template with symbol-only chart 2004/03/22 15:27:38 iha 1.5.4.5: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:59 bm 1.5.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:44 bm 1.5.4.3: allow creating more than one coordinate system 2004/02/20 17:43:57 iha 1.5.4.2: integrate categories at ScaleData 2004/02/13 16:51:44 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b8e2341a74f9a334eb2df4e5d35a4d3b228f85a7]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/11/14 13:47:45 iha 1.3.4.7: createCoordinateSystem without categories for scatter chart 2005/10/07 12:05:44 bm 1.3.4.6: RESYNC: (1.3-1.4); FILE MERGED 2005/03/30 16:31:13 bm 1.3.4.5: make model cloneable (+first undo implementation) 2004/09/16 14:42:47 bm 1.3.4.4: API simplification 2004/09/16 12:27:30 bm 1.3.4.3: API simplification 2004/04/01 10:53:12 bm 1.3.4.2: XChartType: may return a coordinate system now 2004/03/02 09:49:19 bm 1.3.4.1: XChartTypeInterface changed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0d9920e59d6b14ff0446bf1709e4e73fec47d86e]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:14:53 bm 1.3.4.16: RESYNC: (1.4-1.5); FILE MERGED 2006/04/10 12:25:14 iha 1.3.4.15: api restructure axis, grids, scales and increments 2006/03/29 22:24:45 iha 1.3.4.14: restructure legend entry creation + legend entries in data labels 2005/11/25 16:21:36 iha 1.3.4.13: correct labels at z axis for deep stacking 2005/11/14 13:47:45 iha 1.3.4.12: createCoordinateSystem without categories for scatter chart 2005/10/07 12:05:33 bm 1.3.4.11: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:25 bm 1.3.4.10: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/04/11 09:38:48 iha 1.3.4.9: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:13 bm 1.3.4.8: make model cloneable (+first undo implementation) 2004/09/16 14:42:47 bm 1.3.4.7: API simplification 2004/09/16 12:27:29 bm 1.3.4.6: API simplification 2004/05/27 17:41:54 bm 1.3.4.5: error-bars not supported yet 2004/04/01 10:53:12 bm 1.3.4.4: XChartType: may return a coordinate system now 2004/03/19 16:44:10 bm 1.3.4.3: symbols in legend 2004/03/02 09:49:19 bm 1.3.4.2: XChartTypeInterface changed 2004/02/13 16:51:44 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [57f9d4668aeeaa6f16bdb3ec3df2839867c67019]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/03/26 14:19:43 iha 1.3.4.25: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:31 iha 1.3.4.24: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2006/10/10 08:47:24 iha 1.3.4.23: remove explicit scaling for category axis and pie axis 2006/08/10 17:10:41 bm 1.3.4.22: second axis for stock charts fixed 2006/04/10 12:25:13 iha 1.3.4.21: api restructure axis, grids, scales and increments 2005/10/13 17:39:05 iha 1.3.4.20: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:05:17 bm 1.3.4.19: RESYNC: (1.3-1.4); FILE MERGED 2005/07/26 12:13:35 bm 1.3.4.18: +resetStyles for restoring default settings, StackMode was not set in createChartTypes, allow change to unexploded if mode before was exploded, changed default explosion value to 0.5 2005/07/22 15:59:39 bm 1.3.4.17: #124566# on changeDiagram keep even more existing objects 2005/07/15 16:07:21 bm 1.3.4.16: keep more old objects on chart type changes 2005/06/24 16:11:35 iha 1.3.4.15: change scene descriptor for pie charts to have a more visible default position 2004/09/15 17:32:07 bm 1.3.4.14: API simplification 2004/06/29 12:26:35 bm 1.3.4.13: XChartTypeTemplate changes 2004/05/27 17:27:13 bm 1.3.4.12: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:36 bm 1.3.4.11: applyStyle works for single series now 2004/04/21 20:07:17 iha 1.3.4.10: #i20344# pie subtypes changed 2004/04/19 17:29:02 iha 1.3.4.9: enable pie ring switch 2004/04/01 10:53:11 bm 1.3.4.8: XChartType: may return a coordinate system now 2004/03/24 10:43:15 bm 1.3.4.7: use getXStackMode() to make the generic matchesTemplate() method work again remove lines in 3d pie 2004/03/22 15:24:20 iha 1.3.4.6: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:59 bm 1.3.4.5: XDataSource now contains XLabeledDataSources 2004/03/08 13:34:24 bm 1.3.4.4: createAndAddAxes, createAndAddGrids: gets a sequences of coordinate systems now 2004/03/02 16:40:44 bm 1.3.4.3: allow creating more than one coordinate system 2004/02/20 17:43:57 iha 1.3.4.2: integrate categories at ScaleData 2004/02/13 16:51:44 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b60a3b7e549e3d85ab3b1a2e1708943ebf2f0ec6]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/28 16:23:41 iha 1.6.4.50: #i75818# donuts change series order after save and reload, explosion gone 2007/03/27 10:18:40 iha 1.6.4.49: #i75776# explode the outer series for donuts 2007/03/26 14:19:21 iha 1.6.4.48: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:30 iha 1.6.4.47: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2006/10/18 17:14:46 bm 1.6.4.46: RESYNC: (1.7-1.8); FILE MERGED 2006/10/10 08:47:24 iha 1.6.4.45: remove explicit scaling for category axis and pie axis 2006/09/29 15:00:35 iha 1.6.4.44: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/08/10 17:10:41 bm 1.6.4.43: second axis for stock charts fixed 2006/06/30 22:22:19 iha 1.6.4.42: correct 3D pie rotation: different default camera for pies 2006/04/10 12:25:13 iha 1.6.4.41: api restructure axis, grids, scales and increments 2006/01/26 16:18:59 bm 1.6.4.40: deprecated (and unused) header included 2005/11/02 13:49:21 bm 1.6.4.39: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/13 17:39:04 iha 1.6.4.38: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:05:06 bm 1.6.4.37: RESYNC: (1.6-1.7); FILE MERGED 2005/08/26 16:18:36 bm 1.6.4.36: reset number format when switching forth and back percent stacking 2005/08/05 14:19:59 bm 1.6.4.35: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:43 bm 1.6.4.34: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:24 bm 1.6.4.33: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:15 bm 1.6.4.32: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/07/28 09:34:52 bm 1.6.4.31: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:13:17 bm 1.6.4.30: +resetStyles for restoring default settings, StackMode was not set in createChartTypes, allow change to unexploded if mode before was exploded, changed default explosion value to 0.5 2005/07/22 15:59:39 bm 1.6.4.29: #124566# on changeDiagram keep even more existing objects 2005/07/19 11:22:40 bm 1.6.4.28: only set floor to empty fillstyle if chart is 3d 2005/07/19 11:19:32 bm 1.6.4.27: remove floor filling for 3d pies 2005/07/18 16:11:35 bm 1.6.4.26: stock chart issues fixed 2005/07/15 16:07:21 bm 1.6.4.25: keep more old objects on chart type changes 2005/07/14 14:58:12 bm 1.6.4.24: remove wall filling 2005/06/24 16:12:01 iha 1.6.4.23: change scene descriptor for pie charts to have a more visible default position 2005/04/11 09:39:19 iha 1.6.4.22: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:13 bm 1.6.4.21: make model cloneable (+first undo implementation) 2004/09/16 15:29:28 bm 1.6.4.20: superfluous headers removed 2004/09/16 15:24:26 bm 1.6.4.19: API simplification 2004/09/16 12:27:29 bm 1.6.4.18: API simplification 2004/09/15 17:32:07 bm 1.6.4.17: API simplification 2004/06/29 12:26:35 bm 1.6.4.16: XChartTypeTemplate changes 2004/05/27 17:27:12 bm 1.6.4.15: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/08 17:54:54 iha 1.6.4.14: polartransformation fixes and pie offset implementation 2004/05/07 15:34:36 bm 1.6.4.13: applyStyle works for single series now 2004/04/21 20:07:17 iha 1.6.4.12: #i20344# pie subtypes changed 2004/04/19 20:04:22 iha 1.6.4.11: #i20344# enable Pie Offset Mode 2004/04/19 17:28:49 iha 1.6.4.10: enable pie ring switch 2004/04/01 10:53:11 bm 1.6.4.9: XChartType: may return a coordinate system now 2004/03/24 10:42:54 bm 1.6.4.8: use getXStackMode() to make the generic matchesTemplate() method work again remove lines in 3d pie 2004/03/22 19:28:12 iha 1.6.4.7: Pie has swapped x and y axis 2004/03/22 15:24:42 iha 1.6.4.6: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:58 bm 1.6.4.5: XDataSource now contains XLabeledDataSources 2004/03/08 13:35:15 bm 1.6.4.4: createAndAddAxes, createAndAddGrids: gets a sequences of coordinate systems now 2004/03/02 16:40:44 bm 1.6.4.3: allow creating more than one coordinate system 2004/02/20 17:43:57 iha 1.6.4.2: integrate categories at ScaleData 2004/02/13 16:51:43 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c419c384a5b174c2fa309729d85ae4f9dec32148]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/13 17:39:04 iha 1.1.1.1.4.10: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:04:55 bm 1.1.1.1.4.9: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/30 16:31:13 bm 1.1.1.1.4.8: make model cloneable (+first undo implementation) 2004/09/16 14:42:47 bm 1.1.1.1.4.7: API simplification 2004/09/16 12:27:29 bm 1.1.1.1.4.6: API simplification 2004/09/15 17:32:07 bm 1.1.1.1.4.5: API simplification 2004/05/08 17:54:54 iha 1.1.1.1.4.4: polartransformation fixes and pie offset implementation 2004/04/19 20:04:22 iha 1.1.1.1.4.3: #i20344# enable Pie Offset Mode 2004/04/19 11:55:38 iha 1.1.1.1.4.2: enable switching between ring and pie 2004/04/01 10:53:11 bm 1.1.1.1.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a64595f8463b778ed5902e6935e21ebd1abfbd94]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:14:38 bm 1.3.4.20: RESYNC: (1.4-1.5); FILE MERGED 2006/10/10 08:47:24 iha 1.3.4.19: remove explicit scaling for category axis and pie axis 2006/04/10 12:25:13 iha 1.3.4.18: api restructure axis, grids, scales and increments 2005/10/24 11:06:52 iha 1.3.4.17: coordinate system restructure 2005/10/13 17:39:04 iha 1.3.4.16: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:04:43 bm 1.3.4.15: RESYNC: (1.3-1.4); FILE MERGED 2005/09/16 16:50:13 iha 1.3.4.14: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/03 16:36:24 bm 1.3.4.13: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/19 11:41:36 iha 1.3.4.12: change pie orientation to old default 2005/04/11 09:39:41 iha 1.3.4.11: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:13 bm 1.3.4.10: make model cloneable (+first undo implementation) 2004/09/16 14:42:47 bm 1.3.4.9: API simplification 2004/09/16 13:24:50 bm 1.3.4.8: API simplification 2004/09/16 12:27:29 bm 1.3.4.7: API simplification 2004/09/15 17:32:07 bm 1.3.4.6: API simplification 2004/05/08 17:54:54 iha 1.3.4.5: polartransformation fixes and pie offset implementation 2004/04/19 20:04:22 iha 1.3.4.4: #i20344# enable Pie Offset Mode 2004/04/19 11:56:23 iha 1.3.4.3: enable switching between ring and pie 2004/04/01 10:53:11 bm 1.3.4.2: XChartType: may return a coordinate system now 2004/02/13 16:51:43 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [10e37aadc7e40f37684759bcd3c53b41b8d4c44c]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/03/26 14:18:33 iha 1.2.4.16: #i75590# copy some aspects from old charttype during creation of new 2005/10/07 12:04:33 bm 1.2.4.15: RESYNC: (1.2-1.3); FILE MERGED 2005/08/05 14:19:58 bm 1.2.4.14: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2004/09/16 12:27:29 bm 1.2.4.13: API simplification 2004/09/15 17:32:06 bm 1.2.4.12: API simplification 2004/06/29 12:26:35 bm 1.2.4.11: XChartTypeTemplate changes 2004/05/27 17:27:12 bm 1.2.4.10: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:36 bm 1.2.4.9: applyStyle works for single series now 2004/04/21 20:45:54 iha 1.2.4.8: #i20344# net subtypes changed 2004/04/01 10:53:11 bm 1.2.4.7: XChartType: may return a coordinate system now 2004/03/24 19:05:25 bm 1.2.4.6: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:23:18 iha 1.2.4.5: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:58 bm 1.2.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:43 bm 1.2.4.3: allow creating more than one coordinate system 2004/02/20 17:43:56 iha 1.2.4.2: integrate categories at ScaleData 2004/02/13 16:51:43 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a334c881df558cec88fb521f934e544987366226]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/03/26 14:17:52 iha 1.3.4.28: #i75590# copy some aspects from old charttype during creation of new 2007/02/23 18:09:51 iha 1.3.4.27: #i74655# symbols lost when switching smooth lines 2006/10/18 17:14:29 bm 1.3.4.26: RESYNC: (1.4-1.5); FILE MERGED 2006/05/18 14:17:35 bm 1.3.4.25: #i65525# template detection corrected 2006/04/10 12:25:13 iha 1.3.4.24: api restructure axis, grids, scales and increments 2005/12/20 14:13:26 dr 1.3.4.23: API struct member names without prefixes 2005/10/07 12:04:23 bm 1.3.4.22: RESYNC: (1.3-1.4); FILE MERGED 2005/08/05 14:19:58 bm 1.3.4.21: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:42 bm 1.3.4.20: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:24 bm 1.3.4.19: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/04/14 16:30:09 iha 1.3.4.18: removed wrong previous changes 2005/04/14 16:28:17 iha 1.3.4.17: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/04/11 09:40:09 iha 1.3.4.16: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/16 15:24:26 bm 1.3.4.15: API simplification 2004/09/16 13:24:50 bm 1.3.4.14: API simplification 2004/09/16 12:27:28 bm 1.3.4.13: API simplification 2004/09/15 17:32:06 bm 1.3.4.12: API simplification 2004/06/29 12:26:34 bm 1.3.4.11: XChartTypeTemplate changes 2004/05/27 17:27:12 bm 1.3.4.10: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:35 bm 1.3.4.9: applyStyle works for single series now 2004/04/21 20:45:54 iha 1.3.4.8: #i20344# net subtypes changed 2004/04/01 10:53:11 bm 1.3.4.7: XChartType: may return a coordinate system now 2004/03/24 19:05:25 bm 1.3.4.6: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:23:50 iha 1.3.4.5: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/19 14:32:58 bm 1.3.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:43 bm 1.3.4.3: allow creating more than one coordinate system 2004/02/20 17:43:56 iha 1.3.4.2: integrate categories at ScaleData 2004/02/13 16:51:43 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [565ca8191a68580334d9b6db3e4a0d6a8b6d2897]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2005/10/13 17:39:03 iha 1.1.4.7: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:04:12 bm 1.1.4.6: RESYNC: (1.1-1.2); FILE MERGED 2005/03/30 16:31:12 bm 1.1.4.5: make model cloneable (+first undo implementation) 2004/09/16 14:42:47 bm 1.1.4.4: API simplification 2004/09/15 17:32:06 bm 1.1.4.3: API simplification 2004/04/01 10:53:10 bm 1.1.4.2: XChartType: may return a coordinate system now 2004/03/03 14:57:30 bm 1.1.4.1: support LegendSymbolStyle property

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24ae5197a979b06d00ec96a4f29e84cae0cb54f2]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:14:21 bm 1.2.4.18: RESYNC: (1.3-1.4); FILE MERGED 2006/04/10 12:25:13 iha 1.2.4.17: api restructure axis, grids, scales and increments 2006/03/29 22:24:45 iha 1.2.4.16: restructure legend entry creation + legend entries in data labels 2005/10/24 11:06:51 iha 1.2.4.15: coordinate system restructure 2005/10/13 17:39:03 iha 1.2.4.14: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:04:02 bm 1.2.4.13: RESYNC: (1.2-1.3); FILE MERGED 2005/09/16 16:50:12 iha 1.2.4.12: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/03 16:36:24 bm 1.2.4.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/19 11:42:24 iha 1.2.4.10: change net orientation to old default 2005/04/11 09:40:36 iha 1.2.4.9: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:12 bm 1.2.4.8: make model cloneable (+first undo implementation) 2004/09/16 14:42:46 bm 1.2.4.7: API simplification 2004/09/16 13:24:50 bm 1.2.4.6: API simplification 2004/09/16 12:27:28 bm 1.2.4.5: API simplification 2004/09/15 17:32:06 bm 1.2.4.4: API simplification 2004/04/01 10:53:10 bm 1.2.4.3: XChartType: may return a coordinate system now 2004/03/23 16:48:05 bm 1.2.4.2: show symbols in legend 2004/03/03 14:57:17 bm 1.2.4.1: support LegendSymbolStyle property

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [332f0327d6c41a5e3e5ab86464546e74115da4f7]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2007/03/26 14:17:16 iha 1.9.4.12: #i75590# copy some aspects from old charttype during creation of new 2005/10/07 12:03:52 bm 1.9.4.11: RESYNC: (1.9-1.10); FILE MERGED 2005/08/05 14:19:57 bm 1.9.4.10: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2004/09/16 12:27:28 bm 1.9.4.9: API simplification 2004/09/15 17:32:06 bm 1.9.4.8: API simplification 2004/06/29 12:26:34 bm 1.9.4.7: XChartTypeTemplate changes 2004/05/27 17:27:12 bm 1.9.4.6: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:35 bm 1.9.4.5: applyStyle works for single series now 2004/04/20 19:21:34 iha 1.9.4.4: make curve style an adabtable property 2004/04/20 18:54:00 iha 1.9.4.3: enable chart type: points only on category axis 2004/03/24 19:05:25 bm 1.9.4.2: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/02/13 16:51:42 bm 1.9.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [27895b78cb25f74c47374bd0ee9513261b741dc9]

        INTEGRATION: CWS chart2mst3 (1.11.4); FILE MERGED 2007/03/26 14:16:53 iha 1.11.4.22: #i75590# copy some aspects from old charttype during creation of new 2007/02/23 18:08:48 iha 1.11.4.21: #i74655# symbols lost when switching smooth lines 2006/10/18 17:14:13 bm 1.11.4.20: RESYNC: (1.12-1.13); FILE MERGED 2005/12/20 14:13:26 dr 1.11.4.19: API struct member names without prefixes 2005/10/30 12:42:40 iha 1.11.4.18: #125770# detect symbolstyle correctly 2005/10/07 12:03:39 bm 1.11.4.17: RESYNC: (1.11-1.12); FILE MERGED 2005/08/05 14:19:57 bm 1.11.4.16: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:42 bm 1.11.4.15: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:23 bm 1.11.4.14: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/04/11 09:40:57 iha 1.11.4.13: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/16 15:24:26 bm 1.11.4.12: API simplification 2004/09/16 12:27:28 bm 1.11.4.11: API simplification 2004/09/15 17:32:05 bm 1.11.4.10: API simplification 2004/06/29 12:26:34 bm 1.11.4.9: XChartTypeTemplate changes 2004/05/27 17:27:12 bm 1.11.4.8: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:35 bm 1.11.4.7: applyStyle works for single series now 2004/04/20 19:21:34 iha 1.11.4.6: make curve style an adabtable property 2004/04/20 18:55:12 iha 1.11.4.5: enable chart type: points only on category axis; make curve style an adabtable property 2004/04/19 12:00:46 iha 1.11.4.4: set spline resolution and order to matching template 2004/04/01 10:53:10 bm 1.11.4.3: XChartType: may return a coordinate system now 2004/03/24 19:05:24 bm 1.11.4.2: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/02/13 16:51:42 bm 1.11.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [307730be9094956d5f2f4759031e5812700b207e]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2005/10/07 12:03:30 bm 1.5.4.5: RESYNC: (1.5-1.6); FILE MERGED 2005/03/30 16:31:12 bm 1.5.4.4: make model cloneable (+first undo implementation) 2004/09/16 15:24:26 bm 1.5.4.3: API simplification 2004/09/16 14:42:46 bm 1.5.4.2: API simplification 2004/04/01 10:53:10 bm 1.5.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab20282b04c10c4f0dd85229e9bbf53c225636c2]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/10/18 17:14:04 bm 1.6.4.13: RESYNC: (1.7-1.8); FILE MERGED 2006/03/29 22:24:45 iha 1.6.4.12: restructure legend entry creation + legend entries in data labels 2005/10/07 12:03:20 bm 1.6.4.11: RESYNC: (1.6-1.7); FILE MERGED 2005/08/03 16:36:23 bm 1.6.4.10: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/01 08:56:46 bm 1.6.4.9: use line-with-symbol style in legend as default 2005/04/11 09:59:41 iha 1.6.4.8: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:12 bm 1.6.4.7: make model cloneable (+first undo implementation) 2004/09/16 15:24:25 bm 1.6.4.6: API simplification 2004/09/16 14:42:46 bm 1.6.4.5: API simplification 2004/09/16 12:27:28 bm 1.6.4.4: API simplification 2004/04/01 10:53:10 bm 1.6.4.3: XChartType: may return a coordinate system now 2004/03/19 16:44:09 bm 1.6.4.2: symbols in legend 2004/02/13 16:51:42 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [55529877c6ac2da13797c0150fb3a8df3020eca7]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2005/10/11 09:20:45 bm 1.1.4.6: license header change 2005/07/29 13:30:15 bm 1.1.4.5: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/05/09 09:51:26 bm 1.1.4.4: moved parts of API to data namespace 2004/05/07 13:40:25 bm 1.1.4.3: context added in CTOR 2004/03/19 14:32:57 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:42 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6e3208c6c9ac3113c74910560e2f658082b3b6b0]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:40 iha 1.1.4.17: resync m195 -> m202 2006/08/10 17:10:41 bm 1.1.4.16: second axis for stock charts fixed 2006/04/28 12:44:52 bm 1.1.4.15: #i64618# lcl_LabeledSequenceEquals: allow data sequences to be empty on equality check. 2005/12/21 21:29:23 iha 1.1.4.14: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/02 14:54:17 iha 1.1.4.13: make more failsafe 2005/10/11 09:20:45 bm 1.1.4.12: license header change 2005/08/03 16:36:23 bm 1.1.4.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:15 bm 1.1.4.10: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/05/09 09:51:25 bm 1.1.4.9: moved parts of API to data namespace 2005/05/03 16:52:14 bm 1.1.4.8: XDataProvider, XDataSequence: RangeIdentifiers removed 2005/04/06 13:17:11 iha 1.1.4.7: make more failsave 2004/07/05 11:33:13 iha 1.1.4.6: identify duplicate ranges correctly to prevent duplication of series 2004/05/07 13:40:24 bm 1.1.4.5: context added in CTOR 2004/03/29 13:29:25 bm 1.1.4.4: XDataSequence: getSourceRangeRepresentation -> getSourceIdentifier 2004/03/24 09:44:21 bm 1.1.4.3: +debug function lcl_ShowDataSource for tracing the content of the data source that is parsed some if checks for invalid objects 2004/03/19 14:32:57 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:42 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [212b2fadf4c7b790fc9c874917c0210808041239]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:45 bm 1.1.2.3: license header change 2005/07/29 11:37:50 bm 1.1.2.2: only overload for interpretDataSource needed 2005/06/27 13:37:43 iha 1.1.2.1: support property number of lines

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [536682b5a7864181272112bb6014f22e088b69b2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:40 iha 1.1.2.9: resync m195 -> m202 2006/05/09 13:06:50 bm 1.1.2.8: #i65200# references to sequence elements become invalid after realloc. (Why didn't this happen earlier? Maybe earlier the realloc was a no-op) 2005/10/11 09:20:44 bm 1.1.2.7: license header change 2005/08/15 17:04:06 iha 1.1.2.6: don't crash caused by illegal number of lines (if switching charttype from stock to column+line) 2005/08/03 16:36:23 bm 1.1.2.5: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 11:38:32 bm 1.1.2.4: only overload for interpretDataSource needed, call base class to avoid duplicate code 2005/07/15 15:58:14 bm 1.1.2.3: allow one sequence of data for compatibility 2005/06/27 13:40:01 iha 1.1.2.2: support property number of lines 2005/06/27 13:39:08 iha 1.1.2.1: support property number of lines

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2f1262fad371b8b80765b334f50b23cea410c4db]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/03/26 14:15:40 iha 1.5.4.15: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:30 iha 1.5.4.14: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2005/10/13 17:39:02 iha 1.5.4.13: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:03:07 bm 1.5.4.12: RESYNC: (1.5-1.6); FILE MERGED 2005/08/05 14:19:57 bm 1.5.4.11: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/07/15 16:07:21 bm 1.5.4.10: keep more old objects on chart type changes 2005/06/27 13:41:57 iha 1.5.4.9: support property number of lines 2004/09/16 12:27:28 bm 1.5.4.8: API simplification 2004/09/15 17:32:05 bm 1.5.4.7: API simplification 2004/05/27 17:27:11 bm 1.5.4.6: +getChartTypeForNewSeries at XChartTypeTemplate 2004/03/24 19:05:24 bm 1.5.4.5: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/19 14:32:57 bm 1.5.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:42 bm 1.5.4.3: allow creating more than one coordinate system 2004/02/20 17:43:56 iha 1.5.4.2: integrate categories at ScaleData 2004/02/13 16:51:41 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ef8103acddd76dd4e7bba9a35f36f471239c7e36]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/03/26 14:15:09 iha 1.5.4.26: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:30 iha 1.5.4.25: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2006/10/18 17:13:52 bm 1.5.4.24: RESYNC: (1.6-1.7); FILE MERGED 2005/10/24 11:06:50 iha 1.5.4.23: coordinate system restructure 2005/10/13 17:39:02 iha 1.5.4.22: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:02:56 bm 1.5.4.21: RESYNC: (1.5-1.6); FILE MERGED 2005/08/15 17:04:06 iha 1.5.4.20: don't crash caused by illegal number of lines (if switching charttype from stock to column+line) 2005/08/05 14:19:56 bm 1.5.4.19: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/03 16:36:23 bm 1.5.4.18: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/18 16:11:35 bm 1.5.4.17: stock chart issues fixed 2005/07/15 16:07:20 bm 1.5.4.16: keep more old objects on chart type changes 2005/07/01 16:13:39 bm 1.5.4.15: wrong behaviour fixed when number of series is 0 2005/06/27 13:41:34 iha 1.5.4.14: support property number of lines 2005/04/11 10:00:14 iha 1.5.4.13: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/20 08:58:21 bm 1.5.4.12: set stacking for lines explicitly to NONE 2004/09/17 10:52:50 bm 1.5.4.11: API simplification 2004/09/16 15:24:25 bm 1.5.4.10: API simplification 2004/09/16 12:27:27 bm 1.5.4.9: API simplification 2004/09/15 17:32:05 bm 1.5.4.8: API simplification 2004/05/27 17:27:11 bm 1.5.4.7: +getChartTypeForNewSeries at XChartTypeTemplate 2004/04/01 10:53:09 bm 1.5.4.6: XChartType: may return a coordinate system now 2004/03/24 19:05:24 bm 1.5.4.5: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/19 14:32:57 bm 1.5.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 16:40:42 bm 1.5.4.3: allow creating more than one coordinate system 2004/02/20 17:43:55 iha 1.5.4.2: integrate categories at ScaleData 2004/02/13 16:51:41 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f4fe9c21a142ca3c6779033669fc890310df391c]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2005/11/22 14:06:27 iha 1.1.4.6: support BarOverlap and GapWidth 2005/10/07 12:02:46 bm 1.1.4.5: RESYNC: (1.1-1.2); FILE MERGED 2005/03/30 16:31:12 bm 1.1.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:46 bm 1.1.4.3: API simplification 2004/09/16 12:27:27 bm 1.1.4.2: API simplification 2004/04/01 10:53:09 bm 1.1.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e6aab91f8dad2aace265caa19e813274ceb5b4f2]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:13:44 bm 1.2.4.8: RESYNC: (1.3-1.4); FILE MERGED 2005/11/22 14:06:35 iha 1.2.4.7: support BarOverlap and GapWidth 2005/10/07 12:02:35 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/04/11 10:00:52 iha 1.2.4.5: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:12 bm 1.2.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:46 bm 1.2.4.3: API simplification 2004/09/16 12:27:27 bm 1.2.4.2: API simplification 2004/04/01 10:53:09 bm 1.2.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f2d89efe0b5f75afbcdb44c71f89dd356d4c1694]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/01 13:54:30 iha 1.6.4.30: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2006/08/10 17:10:41 bm 1.6.4.29: second axis for stock charts fixed 2006/04/10 12:25:13 iha 1.6.4.28: api restructure axis, grids, scales and increments 2005/10/24 11:06:50 iha 1.6.4.27: coordinate system restructure 2005/10/13 17:39:01 iha 1.6.4.26: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:02:23 bm 1.6.4.25: RESYNC: (1.6-1.7); FILE MERGED 2005/08/05 14:19:56 bm 1.6.4.24: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:42 bm 1.6.4.23: set stack mode at new series. Percent stacking is now set in adaptScales 2005/07/26 12:11:58 bm 1.6.4.22: +resetStyles for restoring default settings 2005/07/22 15:59:38 bm 1.6.4.21: #124566# on changeDiagram keep even more existing objects 2005/07/15 16:07:20 bm 1.6.4.20: keep more old objects on chart type changes 2005/07/14 14:52:57 bm 1.6.4.19: +supportsCategories 2005/06/24 16:11:07 iha 1.6.4.18: change scene descriptor for pie charts to have a more visible default position 2005/05/09 09:51:23 bm 1.6.4.17: moved parts of API to data namespace 2004/09/16 14:47:50 iha 1.6.4.16: implement api redesign 2004/09/16 12:27:27 bm 1.6.4.15: API simplification 2004/09/15 17:32:05 bm 1.6.4.14: API simplification 2004/09/09 15:12:37 bm 1.6.4.13: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/06/29 12:26:34 bm 1.6.4.12: XChartTypeTemplate changes 2004/05/27 17:27:11 bm 1.6.4.11: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:34 bm 1.6.4.10: applyStyle works for single series now 2004/05/07 13:39:35 bm 1.6.4.9: +changeDiagramData (XChartTypeTemplate) 2004/04/01 10:53:09 bm 1.6.4.8: XChartType: may return a coordinate system now 2004/03/24 19:05:24 bm 1.6.4.7: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:18:21 iha 1.6.4.6: added parameter SwapXAndYAxis for horizontal bar chart 2004/03/19 14:32:56 bm 1.6.4.5: XDataSource now contains XLabeledDataSources 2004/03/03 14:18:46 bm 1.6.4.4: m_xContext -> protected, may be used by derived classes 2004/03/02 16:40:42 bm 1.6.4.3: allow creating more than one coordinate system 2004/02/20 17:43:55 iha 1.6.4.2: integrate categories at ScaleData 2004/02/13 16:51:40 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b538afc2995f7d703a77bb4e6d0e1bc97e3ca20]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2007/03/26 14:14:10 iha 1.10.4.72: #i75590# copy some aspects from old charttype during creation of new 2007/03/01 13:54:30 iha 1.10.4.71: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2007/02/24 12:10:47 iha 1.10.4.70: #i74656# keep as much axis info as possible when switching charttypes 2007/02/09 17:29:20 bm 1.10.4.69: XChartDocument::createInternalDataProvider() works like expected now 2006/10/18 17:13:37 bm 1.10.4.68: RESYNC: (1.13-1.14); FILE MERGED 2006/10/10 08:47:23 iha 1.10.4.67: remove explicit scaling for category axis and pie axis 2006/09/21 11:58:17 bm 1.10.4.66: #i69680# createCoordinateSystems: make grid of first y-axis visible (was in the CooSys CTOR before) 2006/08/10 17:10:41 bm 1.10.4.65: second axis for stock charts fixed 2006/04/22 11:10:30 iha 1.10.4.64: park unused categories in scale with AxisType not being CATEGORY 2006/04/11 19:24:58 iha 1.10.4.63: api restructure axis, grids, scales and increments - adapt scales after creating axis now 2006/04/10 15:03:34 iha 1.10.4.62: api restructure axis, grids, scales and increments 2006/04/10 12:25:12 iha 1.10.4.61: api restructure axis, grids, scales and increments 2005/12/07 12:21:01 iha 1.10.4.60: remove dependendy from special axis identifiers 2005/11/29 18:09:26 iha 1.10.4.59: create correct secondary axis for stockcharts 2005/11/18 18:19:55 iha 1.10.4.58: restructuring for proper subgrid support 2005/11/18 15:21:34 bm 1.10.4.57: use XInitialization for passing the identifier when creating grids (do not use context) 2005/11/08 14:56:59 iha 1.10.4.56: set and remove categories also to and from secondary scales 2005/11/02 19:15:56 iha 1.10.4.55: enable load of stock chart with japanese boxes 2005/10/24 11:06:49 iha 1.10.4.54: coordinate system restructure 2005/10/13 17:39:00 iha 1.10.4.53: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:56:02 bm 1.10.4.52: maintain coordinate system structure on template change 2005/10/07 12:02:14 bm 1.10.4.51: RESYNC: (1.12-1.13); FILE MERGED 2005/09/16 16:50:12 iha 1.10.4.50: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/09/01 16:23:56 bm 1.10.4.49: adaptAxes: remove axes that use coordinate systems not contained in the current Diagram 2005/09/01 15:54:13 bm 1.10.4.48: try to get categories fromunused data (switch from scatter to category chart) 2005/08/31 12:30:00 iha 1.10.4.47: no categories for xy 2005/08/26 16:18:36 bm 1.10.4.46: reset number format when switching forth and back percent stacking 2005/08/26 12:47:51 bm 1.10.4.45: always call createAxes to have enough axes. E.g. stock charts with volume have a series attached to the second axis. We need to create the second axis at least for saving (there are no scales in the file format) 2005/08/05 14:19:55 bm 1.10.4.44: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:42 bm 1.10.4.43: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:22 bm 1.10.4.42: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:15 bm 1.10.4.41: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/07/28 15:43:25 bm 1.10.4.40: last change reverted -- seems to be necessary to delete the coordinate systems (todo: make this unnecessary) 2005/07/28 15:28:13 bm 1.10.4.39: changeDiagram: do not delete coordinate systems 2005/07/28 09:34:51 bm 1.10.4.38: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:11:34 bm 1.10.4.37: +resetStyles for restoring default settings 2005/07/22 15:59:38 bm 1.10.4.36: #124566# on changeDiagram keep even more existing objects 2005/07/18 16:11:35 bm 1.10.4.35: stock chart issues fixed 2005/07/15 16:07:20 bm 1.10.4.34: keep more old objects on chart type changes 2005/07/14 14:52:17 bm 1.10.4.33: create dummy categories if a chart type needs categories but has no actual ones 2005/06/16 12:51:24 iha 1.10.4.32: no legend by default 2005/05/09 09:51:22 bm 1.10.4.31: moved parts of API to data namespace 2005/04/19 14:24:48 bm 1.10.4.30: changeDiagramData: also set categories 2004/09/27 17:15:28 bm 1.10.4.29: iterate only to min instead of max of the two sequences lengths 2004/09/20 14:37:10 bm 1.10.4.28: some more debug code 2004/09/17 16:25:12 bm 1.10.4.27: improved 2004/09/17 10:52:50 bm 1.10.4.26: API simplification 2004/09/16 14:47:50 iha 1.10.4.25: implement api redesign 2004/09/16 13:22:41 bm 1.10.4.24: API simplification 2004/09/16 12:27:27 bm 1.10.4.23: API simplification 2004/09/15 17:32:04 bm 1.10.4.22: API simplification 2004/09/09 15:12:37 bm 1.10.4.21: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/07/01 13:40:39 iha 1.10.4.20: use ColorProvider for default series colors 2004/06/29 12:26:33 bm 1.10.4.19: XChartTypeTemplate changes 2004/06/11 12:21:42 bm 1.10.4.18: use standard colors 2004/05/27 17:27:10 bm 1.10.4.17: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/10 16:38:39 bm 1.10.4.16: put lcl_replaceCategoriesAtCoordinateSystem into an anonymous namespace that is available undconditionally (not only with debug) 2004/05/10 16:29:01 bm 1.10.4.15: changeDiagramData corrected 2004/05/07 15:46:06 bm 1.10.4.14: shadowed variable 2004/05/07 15:34:34 bm 1.10.4.13: applyStyle works for single series now 2004/05/07 13:38:41 bm 1.10.4.12: +changeDiagramData (XChartTypeTemplate) 2004/04/01 10:53:08 bm 1.10.4.11: XChartType: may return a coordinate system now 2004/03/29 13:29:09 bm 1.10.4.10: XDataSequence: getSourceRangeRepresentation -> getSourceIdentifier 2004/03/25 10:27:41 bm 1.10.4.9: for-loop scope problem 2004/03/24 19:05:24 bm 1.10.4.8: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:18:58 iha 1.10.4.7: added parameter SwapXAndYAxis for horizontal bar chart 2004/03/19 14:32:56 bm 1.10.4.6: XDataSource now contains XLabeledDataSources 2004/03/18 16:34:50 iha 1.10.4.5: removed unused include 2004/03/12 15:38:43 iha 1.10.4.4: added AxisPosition for secondary axes 2004/03/02 16:40:42 bm 1.10.4.3: allow creating more than one coordinate system 2004/02/20 17:43:55 iha 1.10.4.2: integrate categories at ScaleData 2004/02/13 16:51:40 bm 1.10.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b04469fbb8a404b02847b7d58a21626cc482f89b]

        INTEGRATION: CWS chart2mst3 (1.12.4); FILE MERGED 2006/10/18 17:13:28 bm 1.12.4.18: RESYNC: (1.14-1.15); FILE MERGED 2005/11/21 12:39:07 iha 1.12.4.17: i58146 percent stacked net charts with lines and symbols are not detected in wizard and not saved 2005/10/07 12:02:05 bm 1.12.4.16: RESYNC: (1.13-1.14); FILE MERGED 2005/08/03 16:36:22 bm 1.12.4.15: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2004/11/03 01:21:32 bm 1.12.4.14: RESYNC: (1.12-1.13); FILE MERGED 2004/09/16 12:27:26 bm 1.12.4.13: API simplification 2004/09/15 17:32:04 bm 1.12.4.12: API simplification 2004/05/27 17:27:10 bm 1.12.4.11: +getChartTypeForNewSeries at XChartTypeTemplate 2004/04/21 20:45:54 iha 1.12.4.10: #i20344# net subtypes changed 2004/04/21 20:07:12 iha 1.12.4.9: #i20344# pie subtypes changed 2004/04/20 21:02:32 iha 1.12.4.8: enable stacking subtypes for charttype 3D Line 2004/04/20 20:32:24 iha 1.12.4.7: enable 3D Scatter chart 2004/04/20 19:21:34 iha 1.12.4.6: make curve style an adabtable property 2004/04/20 19:01:49 iha 1.12.4.5: enable chart type: points only on category axis; make curve style an adabtable property 2004/04/19 20:04:22 iha 1.12.4.4: #i20344# enable Pie Offset Mode 2004/03/19 14:32:56 bm 1.12.4.3: XDataSource now contains XLabeledDataSources 2004/03/09 09:26:58 bm 1.12.4.2: breaks in case missing 2004/02/13 16:51:39 bm 1.12.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d14f688099fd61c4184c500d654c7b0a7bce5292]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/12/21 21:29:22 iha 1.2.4.17: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/29 09:52:50 bm 1.2.4.16: #i58588# make m_xModifyEventForwarder protected for derived classes to be able to listen to children 2005/11/07 20:54:04 iha 1.2.4.15: fixed crash during switching of charttype - remove modify listeners from removed series 2005/11/07 17:12:45 bm 1.2.4.14: some missing notifications added 2005/10/13 17:39:00 iha 1.2.4.13: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:01:55 bm 1.2.4.12: RESYNC: (1.2-1.3); FILE MERGED 2005/04/15 14:50:57 bm 1.2.4.11: use vector instead of map to avoid sorting of data series 2005/03/30 16:31:11 bm 1.2.4.10: make model cloneable (+first undo implementation) 2004/09/16 16:52:14 bm 1.2.4.9: API simplification 2004/09/16 16:51:14 bm 1.2.4.8: API simplification 2004/09/16 14:42:45 bm 1.2.4.7: API simplification 2004/09/16 12:27:26 bm 1.2.4.6: API simplification 2004/09/15 17:32:04 bm 1.2.4.5: API simplification 2004/06/29 12:26:33 bm 1.2.4.4: XChartTypeTemplate changes 2004/04/01 10:53:08 bm 1.2.4.3: XChartType: may return a coordinate system now 2004/03/02 09:49:18 bm 1.2.4.2: XChartTypeInterface changed 2004/02/13 16:51:39 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7bef16295c41bd3064613b658761bc6695c34ac1]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:13:18 bm 1.2.4.31: RESYNC: (1.3-1.4); FILE MERGED 2006/04/10 12:25:12 iha 1.2.4.30: api restructure axis, grids, scales and increments 2005/12/21 21:29:22 iha 1.2.4.29: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/29 09:52:50 bm 1.2.4.28: #i58588# make m_xModifyEventForwarder protected for derived classes to be able to listen to children 2005/11/25 16:21:03 iha 1.2.4.27: correct labels at z axis for deep stacking 2005/11/15 18:32:19 bm 1.2.4.26: copy CTOR: add as listener to data series 2005/11/14 13:46:58 iha 1.2.4.25: fixed category axis for created cooredinate system 2005/11/07 20:54:28 iha 1.2.4.24: fixed crash during switching of charttype - remove modify listeners from removed series 2005/11/07 17:12:44 bm 1.2.4.23: some missing notifications added 2005/10/24 11:06:48 iha 1.2.4.22: coordinate system restructure 2005/10/13 17:38:59 iha 1.2.4.21: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:01:46 bm 1.2.4.20: RESYNC: (1.2-1.3); FILE MERGED 2005/09/23 15:25:06 iha 1.2.4.19: #i55000# crash caused by dead reference to mutex 2005/09/16 16:50:11 iha 1.2.4.18: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/03 16:36:22 bm 1.2.4.17: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/04/15 14:50:56 bm 1.2.4.16: use vector instead of map to avoid sorting of data series 2005/03/30 16:31:11 bm 1.2.4.15: make model cloneable (+first undo implementation) 2004/09/17 11:12:07 bm 1.2.4.14: setDataSeries: clear vector before adding content 2004/09/17 09:00:04 bm 1.2.4.13: DataSeries is no XIdentifiable, but has a property "Identifier" 2004/09/16 17:02:21 bm 1.2.4.12: API simplification 2004/09/16 16:53:43 bm 1.2.4.11: API simplification 2004/09/16 16:51:14 bm 1.2.4.10: API simplification 2004/09/16 14:42:45 bm 1.2.4.9: API simplification 2004/09/16 13:21:37 bm 1.2.4.8: API simplification 2004/09/16 12:27:26 bm 1.2.4.7: API simplification 2004/09/15 17:32:04 bm 1.2.4.6: API simplification 2004/06/29 12:26:33 bm 1.2.4.5: XChartTypeTemplate changes 2004/05/27 17:41:38 bm 1.2.4.4: error-bars not supported yet 2004/04/01 10:53:08 bm 1.2.4.3: XChartType: may return a coordinate system now 2004/03/02 09:49:18 bm 1.2.4.2: XChartTypeInterface changed 2004/02/13 16:51:39 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [58c7c5ed53730e887ad7853568d2c984a21ed13a]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2005/11/29 09:53:36 bm 1.1.4.10: #i58587# correct adding and removing modification listeners at XPropertySet properties 2005/10/11 09:20:44 bm 1.1.4.9: license header change 2005/03/30 16:31:11 bm 1.1.4.8: make model cloneable (+first undo implementation) 2004/09/16 14:42:45 bm 1.1.4.7: API simplification 2004/09/16 12:27:25 bm 1.1.4.6: API simplification 2004/06/29 12:26:33 bm 1.1.4.5: XChartTypeTemplate changes 2004/04/27 13:36:38 bm 1.1.4.4: +optional roles 2004/04/01 10:53:08 bm 1.1.4.3: XChartType: may return a coordinate system now 2004/03/02 09:49:18 bm 1.1.4.2: XChartTypeInterface changed 2004/02/13 16:51:39 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ed8d8714b9d435f650cd8537ce6d21a3cbbee93]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:40 iha 1.1.4.16: resync m195 -> m202 2006/03/29 22:24:45 iha 1.1.4.15: restructure legend entry creation + legend entries in data labels 2005/11/29 09:53:35 bm 1.1.4.14: #i58587# correct adding and removing modification listeners at XPropertySet properties 2005/10/11 09:20:44 bm 1.1.4.13: license header change 2005/08/03 16:36:22 bm 1.1.4.12: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/13 09:16:54 bm 1.1.4.11: changed defaults for properties 2005/04/14 16:26:08 iha 1.1.4.10: changed servicenames to avoid confusion with model services 2005/03/30 16:31:11 bm 1.1.4.9: make model cloneable (+first undo implementation) 2004/09/16 14:42:45 bm 1.1.4.8: API simplification 2004/09/16 12:27:25 bm 1.1.4.7: API simplification 2004/06/29 12:26:32 bm 1.1.4.6: XChartTypeTemplate changes 2004/04/27 13:36:20 bm 1.1.4.5: +optional roles 2004/04/01 10:53:08 bm 1.1.4.4: XChartType: may return a coordinate system now 2004/03/02 16:40:42 bm 1.1.4.3: allow creating more than one coordinate system 2004/03/02 09:49:03 bm 1.1.4.2: XChartTypeInterface changed, StockBars are no longer default now 2004/02/13 16:51:39 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [44ad44a88741e9c61d83de8c1f2bde6f471ded8a]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/26 14:12:13 iha 1.4.4.19: #i75590# copy some aspects from old charttype during creation of new 2005/10/13 17:38:59 iha 1.4.4.18: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 12:01:37 bm 1.4.4.17: RESYNC: (1.4-1.5); FILE MERGED 2005/08/05 14:19:55 bm 1.4.4.16: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:42 bm 1.4.4.15: set stack mode at new series. Percent stacking is now set in adaptScales 2005/07/26 12:11:10 bm 1.4.4.14: +resetStyles for restoring default settings 2005/07/15 16:07:20 bm 1.4.4.13: keep more old objects on chart type changes 2005/05/09 09:51:21 bm 1.4.4.12: moved parts of API to data namespace 2004/09/27 16:44:08 bm 1.4.4.11: superfluous member ThreeDMode removed 2004/09/16 12:27:25 bm 1.4.4.10: API simplification 2004/09/15 17:32:04 bm 1.4.4.9: API simplification 2004/06/29 12:26:32 bm 1.4.4.8: XChartTypeTemplate changes 2004/05/27 17:27:10 bm 1.4.4.7: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:33 bm 1.4.4.6: applyStyle works for single series now 2004/04/01 10:53:07 bm 1.4.4.5: XChartType: may return a coordinate system now 2004/03/24 19:05:23 bm 1.4.4.4: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:22:11 iha 1.4.4.3: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/09 09:32:39 bm 1.4.4.2: set ZStackMode correctly 2004/02/13 16:51:38 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [34fa6b55f5ffa00b7f10c79d0de50052aef0103b]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/26 14:09:36 iha 1.4.4.31: #i75590# copy some aspects from old charttype during creation of new 2007/02/24 10:39:13 iha 1.4.4.30: #i74648# also change attributed data points 2006/10/18 17:13:10 bm 1.4.4.29: RESYNC: (1.5-1.6); FILE MERGED 2005/11/14 12:05:57 iha 1.4.4.28: fix detection of bargeometry 2005/11/08 18:14:48 iha 1.4.4.27: fix BarChart template detection 2005/11/08 16:33:09 iha 1.4.4.26: correct x axis direction for bar charts 2005/10/13 17:38:58 iha 1.4.4.25: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:56:50 bm 1.4.4.24: maintain coordinate system structure on template change (resetStyles: reset SwapXAndYAxis property) 2005/10/07 12:01:25 bm 1.4.4.23: RESYNC: (1.4-1.5); FILE MERGED 2005/08/26 16:18:36 bm 1.4.4.22: reset number format when switching forth and back percent stacking 2005/08/05 14:19:54 bm 1.4.4.21: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:41 bm 1.4.4.20: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:21 bm 1.4.4.19: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:14 bm 1.4.4.18: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/07/26 12:10:43 bm 1.4.4.17: +resetStyles for restoring default settings 2005/07/15 16:07:20 bm 1.4.4.16: keep more old objects on chart type changes 2005/05/09 09:51:20 bm 1.4.4.15: moved parts of API to data namespace 2005/04/11 10:01:44 iha 1.4.4.14: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/16 15:24:25 bm 1.4.4.13: API simplification 2004/09/16 12:27:25 bm 1.4.4.12: API simplification 2004/09/15 17:32:03 bm 1.4.4.11: API simplification 2004/06/29 12:26:32 bm 1.4.4.10: XChartTypeTemplate changes 2004/05/27 17:27:10 bm 1.4.4.9: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:33 bm 1.4.4.8: applyStyle works for single series now 2004/04/19 13:24:34 iha 1.4.4.7: apply Geometry3D to data series 2004/04/13 12:00:09 bm 1.4.4.6: getXStackMode: unstacked if deep-stacking is on 2004/04/01 10:53:07 bm 1.4.4.5: XChartType: may return a coordinate system now 2004/03/24 19:05:23 bm 1.4.4.4: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/22 15:22:37 iha 1.4.4.3: added parameter SwapXAndYAxis for horizontal bar chart to method createCoordinateSystems 2004/03/09 09:33:11 bm 1.4.4.2: set ZStackMode correctly 2004/02/13 16:51:38 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc7f040f39f52bee955491982ab4a0896084e57c]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 12:01:16 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/30 16:31:11 bm 1.1.1.1.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:44 bm 1.1.1.1.4.3: API simplification 2004/09/16 12:27:25 bm 1.1.1.1.4.2: API simplification 2004/04/01 10:53:07 bm 1.1.1.1.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a96c4417ba6ec9e06770a47794cfda337668977e]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:13:02 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 12:01:07 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/04/11 10:02:12 iha 1.2.4.5: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:11 bm 1.2.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:44 bm 1.2.4.3: API simplification 2004/09/16 12:27:25 bm 1.2.4.2: API simplification 2004/04/01 10:53:07 bm 1.2.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [44e649ecc69c9b97cc3467d35c8a91107c201593]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/26 14:08:47 iha 1.4.4.11: #i75590# copy some aspects from old charttype during creation of new 2005/10/07 12:00:46 bm 1.4.4.10: RESYNC: (1.4-1.5); FILE MERGED 2005/08/05 14:19:54 bm 1.4.4.9: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/07/29 13:30:14 bm 1.4.4.8: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2004/09/16 12:27:24 bm 1.4.4.7: API simplification 2004/09/15 17:32:03 bm 1.4.4.6: API simplification 2004/06/29 12:26:32 bm 1.4.4.5: XChartTypeTemplate changes 2004/05/27 17:27:10 bm 1.4.4.4: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:33 bm 1.4.4.3: applyStyle works for single series now 2004/04/13 12:00:31 bm 1.4.4.2: +getZStackMode for deep stacking 2004/02/13 16:51:38 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [557a0e0928a15322807821be12052fbdb782af7c]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/26 14:08:32 iha 1.4.4.18: #i75590# copy some aspects from old charttype during creation of new 2006/10/18 17:12:48 bm 1.4.4.17: RESYNC: (1.5-1.6); FILE MERGED 2005/10/07 12:00:36 bm 1.4.4.16: RESYNC: (1.4-1.5); FILE MERGED 2005/08/26 16:18:35 bm 1.4.4.15: reset number format when switching forth and back percent stacking 2005/08/05 14:19:53 bm 1.4.4.14: getStackMode: per chart type (open: percent stacking works per coordinate system, how can this be synched) 2005/08/04 11:53:41 bm 1.4.4.13: set stack mode at new series. Percent stacking is now set in adaptScales 2005/08/03 16:36:21 bm 1.4.4.12: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/29 13:30:14 bm 1.4.4.11: keep unused data at the diagram, resetStyles, and other small improvements of template handling 2005/04/11 10:02:42 iha 1.4.4.10: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2004/09/16 15:24:25 bm 1.4.4.9: API simplification 2004/09/16 12:27:24 bm 1.4.4.8: API simplification 2004/09/15 17:32:03 bm 1.4.4.7: API simplification 2004/06/29 12:26:31 bm 1.4.4.6: XChartTypeTemplate changes 2004/05/27 17:27:10 bm 1.4.4.5: +getChartTypeForNewSeries at XChartTypeTemplate 2004/05/07 15:34:33 bm 1.4.4.4: applyStyle works for single series now 2004/04/13 12:03:37 bm 1.4.4.3: +getZStackMode for deep stacking 2004/04/01 10:53:07 bm 1.4.4.2: XChartType: may return a coordinate system now 2004/02/13 16:51:37 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [26ef281e8226bf73456bc7e7c6366c80b827c829]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 12:00:27 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/30 16:31:10 bm 1.1.1.1.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:44 bm 1.1.1.1.4.3: API simplification 2004/09/16 12:27:24 bm 1.1.1.1.4.2: API simplification 2004/04/01 10:53:06 bm 1.1.1.1.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [73df81d84a40dc1c7cdeddfc9910586e7e1e529f]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:12:40 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 12:00:18 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/04/11 10:03:12 iha 1.2.4.5: defines for servicenames for charttypes (fixed apply to 2nd axis again) 2005/03/30 16:31:10 bm 1.2.4.4: make model cloneable (+first undo implementation) 2004/09/16 14:42:44 bm 1.2.4.3: API simplification 2004/09/16 12:27:24 bm 1.2.4.2: API simplification 2004/04/01 10:53:06 bm 1.2.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0939277812bb552cc9e9e3dfc9256404c270c6b4]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/04/10 12:25:12 iha 1.5.4.10: api restructure axis, grids, scales and increments 2005/11/18 18:19:55 iha 1.5.4.9: restructuring for proper subgrid support 2005/10/07 12:00:08 bm 1.5.4.8: RESYNC: (1.5-1.6); FILE MERGED 2005/08/11 16:05:41 bm 1.5.4.7: change internal data to a new class that does not need Calc 2005/06/08 08:58:18 bm 1.5.4.6: +ChartModel_Persistence.cxx 2005/05/09 09:51:18 bm 1.5.4.5: moved parts of API to data namespace 2005/04/01 16:25:27 bm 1.5.4.4: helper classes for sharing the data between different chart models 2004/09/15 17:32:03 bm 1.5.4.3: API simplification 2004/03/02 09:27:16 bm 1.5.4.2: CachedDataSequence moved to tools 2004/02/13 16:51:36 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b594cf303eb69b4deb30351aba5fcc668ef75033]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:12:33 bm 1.2.4.12: RESYNC: (1.3-1.4); FILE MERGED 2006/04/11 15:41:21 bm 1.2.4.11: make creation of coordinate systems available via factory 2006/04/11 15:33:13 bm 1.2.4.10: make creation of coordinate systems available via factory 2006/04/10 12:25:12 iha 1.2.4.9: api restructure axis, grids, scales and increments 2006/03/10 10:55:22 iha 1.2.4.8: don't use leading underscore 2005/10/07 11:59:58 bm 1.2.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/06/08 09:00:48 bm 1.2.4.6: FileDataSource/Provider removed from registration 2004/09/16 16:02:07 bm 1.2.4.5: API simplification 2004/09/16 14:43:16 bm 1.2.4.4: also register chart types (defined in template/_serviceregistration_charttypes.cxx) 2004/09/15 17:32:02 bm 1.2.4.3: API simplification 2004/04/27 13:39:53 bm 1.2.4.2: +DataSeries 2004/03/02 09:47:39 bm 1.2.4.1: register XMLFilter as component

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f8f9d8ae237fda4260ebdcf2806e57a22b8486b5]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/11/03 16:15:07 bm 1.1.1.1.4.4: notify property changes 2005/10/07 11:59:46 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/30 16:31:10 bm 1.1.1.1.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:36 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [59cf0e35122e9e51ffd675f5a825281d552215f7]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:09:24 bm 1.3.4.10: RESYNC: (1.4-1.5); FILE MERGED 2005/11/24 18:32:43 bm 1.3.4.9: transparency gradients enabled 2005/11/03 16:15:07 bm 1.3.4.8: notify property changes 2005/10/07 11:59:37 bm 1.3.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/23 15:25:04 iha 1.3.4.6: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:21 bm 1.3.4.5: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:57 iha 1.3.4.4: remove unused parameter 'bIncludeStyleProperties' 2005/03/30 16:31:10 bm 1.3.4.3: make model cloneable (+first undo implementation) 2004/09/29 12:45:20 bm 1.3.4.2: queryInterface for XPropertySet didn't work. 2004/02/13 16:51:36 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cf10aa3aef8abd5b532aefc56d76fce80f596fdf]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/12/21 21:29:22 iha 1.3.4.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 13:17:03 bm 1.3.4.5: implement XInitialization (do not use context to pass identifier) 2005/11/08 12:55:26 bm 1.3.4.4: notification mechanism added 2005/10/07 11:59:28 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/03/31 14:55:00 bm 1.3.4.2: make titles cloneable 2004/02/13 16:51:36 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e2643cd75defcb89fdd918832e9078966f1904fc]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2006/10/18 17:12:25 bm 1.7.4.16: RESYNC: (1.8-1.9); FILE MERGED 2006/07/07 17:01:14 iha 1.7.4.15: correct font sizes - don't guess a default reference size, as a guess could to be wrong 2006/01/20 16:52:00 bm 1.7.4.14: moved ReferencePageSize from XFormattedString to XTitle 2005/12/21 21:29:21 iha 1.7.4.13: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 13:17:13 bm 1.7.4.12: implement XInitialization (do not use context to pass identifier) 2005/11/18 12:17:38 bm 1.7.4.11: guard around getIdentifier 2005/11/08 12:55:26 bm 1.7.4.10: notification mechanism added 2005/10/07 11:59:17 bm 1.7.4.9: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 15:25:03 iha 1.7.4.8: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:20 bm 1.7.4.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:57 iha 1.7.4.6: remove unused parameter 'bIncludeStyleProperties' 2005/03/31 14:55:00 bm 1.7.4.5: make titles cloneable 2004/08/25 16:17:41 iha 1.7.4.4: View independent loading - relative position with dynamic anchor point 2004/04/27 13:38:46 bm 1.7.4.3: -property Show again.  No title means don't show.  Title without text means there is an empty title but it will not be shown in the view. 2004/04/19 16:35:29 bm 1.7.4.2: + property Show 2004/02/13 16:51:35 bm 1.7.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7be65d30f632bb5d2213db4533761df3f2584c19]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/08 21:25:39 iha 1.1.4.6: resync m195 -> m202 2005/11/29 09:51:32 bm 1.1.4.5: #i58588# enable cloning and modification listening 2005/10/11 09:20:43 bm 1.1.4.4: license header change 2005/08/03 16:36:20 bm 1.1.4.3: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:55 iha 1.1.4.2: remove unused parameter 'bIncludeStyleProperties' 2004/02/13 16:51:35 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1ad0fd117e97c0ce599f9953d7c375d034697082]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:11:53 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:57:17 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/05/09 09:51:18 bm 1.2.4.2: moved parts of API to data namespace 2004/02/13 16:51:35 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d04c9f50f1238b1c363f07b4dd9fa4ceb6b28937]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:11:38 bm 1.3.4.6: RESYNC: (1.4-1.5); FILE MERGED 2006/04/11 15:33:13 bm 1.3.4.5: make creation of coordinate systems available via factory 2005/10/13 17:38:58 iha 1.3.4.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:57:07 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2004/09/15 17:32:02 bm 1.3.4.2: API simplification 2004/04/01 10:53:06 bm 1.3.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6e07dbd2c75d9ee6703cd61aab7640a3d35d3334]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2005/11/07 17:12:44 bm 1.1.4.4: some missing notifications added 2005/10/07 11:56:58 bm 1.1.4.3: RESYNC: (1.1-1.2); FILE MERGED 2005/03/30 16:31:09 bm 1.1.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:34 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2302bb2ded04227b11895ca1b42d69552d329317]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:11:30 bm 1.3.4.10: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 17:12:44 bm 1.3.4.9: some missing notifications added 2005/10/07 11:56:47 bm 1.3.4.8: RESYNC: (1.3-1.4); FILE MERGED 2005/09/23 15:25:03 iha 1.3.4.7: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:20 bm 1.3.4.6: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 15:32:56 iha 1.3.4.5: cleanup WrappedIgnoreProperty 2005/07/14 12:32:55 iha 1.3.4.4: remove unused parameter 'bIncludeStyleProperties' 2005/03/30 16:31:09 bm 1.3.4.3: make model cloneable (+first undo implementation) 2004/03/02 09:46:54 bm 1.3.4.2: queryInterface to XPropertySet didn't work default fill-style 'solid' default fill-color 'white' 2004/02/13 16:51:34 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0789e5a62f5a02a7d63ae3c6a4a1304c26374611]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/12/21 21:29:21 iha 1.4.4.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/03 11:59:18 bm 1.4.4.5: fire modify events on property change 2005/10/14 16:58:44 bm 1.4.4.4: model listener mechanism 2005/10/07 11:56:37 bm 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/30 16:31:09 bm 1.4.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:34 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bce0d74812ae22d8c562faf85730dd8aadcf8e31]

        INTEGRATION: CWS chart2mst3 (1.11.4); FILE MERGED 2006/10/18 17:11:11 bm 1.11.4.17: RESYNC: (1.12-1.13); FILE MERGED 2006/07/07 17:00:44 iha 1.11.4.16: correct font sizes - don't guess a default reference size, as a guess could to be wrong 2006/01/20 16:52:47 bm 1.11.4.15: set suitable defaults for font-size and ReferencePageSize 2005/12/21 21:29:20 iha 1.11.4.14: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/03 11:59:17 bm 1.11.4.13: fire modify events on property change 2005/10/14 16:58:44 bm 1.11.4.12: model listener mechanism 2005/10/07 11:56:27 bm 1.11.4.11: RESYNC: (1.11-1.12); FILE MERGED 2005/09/23 15:25:02 iha 1.11.4.10: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:20 bm 1.11.4.9: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:45:43 iha 1.11.4.8: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:54 iha 1.11.4.7: remove unused parameter 'bIncludeStyleProperties' 2005/05/09 09:51:18 bm 1.11.4.6: moved parts of API to data namespace 2005/03/30 16:31:09 bm 1.11.4.5: make model cloneable (+first undo implementation) 2004/09/17 17:26:54 iha 1.11.4.4: removed unused code 2004/08/25 16:17:24 iha 1.11.4.3: View independent loading - relative position with dynamic anchor point 2004/05/26 16:26:58 bm 1.11.4.2: default font sizes adapted 2004/02/13 16:51:33 bm 1.11.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4cdab83b4e2c65008ad788792a0a3c83314f5de]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:11:03 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:56:00 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 16:36:20 bm 1.2.4.2: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2004/02/13 16:51:32 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c013d94f9b0051394f57341bffbd748a073e8b4d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:43 bm 1.1.2.3: license header change 2005/05/09 09:51:18 bm 1.1.2.2: moved parts of API to data namespace 2005/04/01 16:24:38 bm 1.1.2.1: helper classes for sharing the data between different chart models

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fe3655085261bf8d4148d567e09fd0d06b8d6887]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:39 iha 1.1.2.5: resync m195 -> m202 2005/10/11 09:20:43 bm 1.1.2.4: license header change 2005/06/08 14:43:49 bm 1.1.2.3: temporary storage for internal data is ok, unless we export the data as substorage in the fileformat 2005/05/09 09:51:18 bm 1.1.2.2: moved parts of API to data namespace 2005/04/01 16:24:28 bm 1.1.2.1: helper classes for sharing the data between different chart models

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d8c957f0c5447f35258f4fe8bae4a926722d54e1]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/02/09 17:29:20 bm 1.5.4.27: XChartDocument::createInternalDataProvider() works like expected now 2005/11/11 15:02:51 bm 1.5.4.26: notify changes 2005/10/14 16:58:44 bm 1.5.4.25: model listener mechanism 2005/10/07 11:55:30 bm 1.5.4.24: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 11:40:34 iha 1.5.4.23: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/07 14:43:16 bm 1.5.4.22: XChartDocument: +hasInternalDataProvider, -getDataEditorForInternalData 2005/09/05 16:52:54 iha 1.5.4.21: hold own numberformatter by reference only (don't delete it as it is offered as reference to the outside) 2005/08/15 14:02:18 bm 1.5.4.20: SetRangeRepresentation: transport string as const ref to allow temporaries 2005/08/15 13:03:13 bm 1.5.4.19: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:40 bm 1.5.4.18: change internal data to a new class that does not need Calc 2005/07/21 14:47:08 bm 1.5.4.17: support for number formats from data provider 2005/07/08 16:46:19 bm 1.5.4.16: marker table removed 2005/06/08 14:49:12 bm 1.5.4.15: createInternalData needs the parent storage from ChartModel 2005/06/08 09:13:27 bm 1.5.4.14: all load/save/modify functionality put in a separate file for clarity 2005/06/07 15:35:04 iha 1.5.4.13: offer SvNumberformatter via unotunnel 2005/05/31 18:51:27 iha 1.5.4.12: keep gradient table etc. in model 2005/05/09 09:51:17 bm 1.5.4.11: moved parts of API to data namespace 2005/04/01 16:25:39 bm 1.5.4.10: shared data for different chart models 2005/03/24 17:04:29 bm 1.5.4.9: Cloneable implementation 2004/09/09 15:12:36 bm 1.5.4.8: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/09/08 15:36:42 bm 1.5.4.7: enable loading data series. There is one Diagram deletion too much which results in lost properties 2004/06/30 11:53:31 bm 1.5.4.6: delete Diagram when setting new DataProvider create new Diagram in SetNewData if necessary 2004/05/10 14:38:03 bm 1.5.4.5: +SetNewData to set only a new m_xChartData at the current tree 2004/05/10 11:06:22 bm 1.5.4.4: make CreateDefaultData public for calling from ChartModel::initNew 2004/03/19 14:32:55 bm 1.5.4.3: XDataSource now contains XLabeledDataSources 2004/03/02 09:42:13 bm 1.5.4.2: +GetDataProvider (interface XChartDocument changed) 2004/02/13 16:51:32 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [684a6352e1dca03fb1912a6accfb25cd8ba83d6f]

        INTEGRATION: CWS chart2mst3 (1.8.4); FILE MERGED 2007/02/09 17:29:19 bm 1.8.4.50: XChartDocument::createInternalDataProvider() works like expected now 2006/10/18 17:10:54 bm 1.8.4.49: RESYNC: (1.9-1.10); FILE MERGED 2006/03/31 10:38:58 bm 1.8.4.48: unneeded headers removed 2005/12/21 21:29:20 iha 1.8.4.47: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/15 15:30:32 bm 1.8.4.46: garbage collection, disposing, reference release issues 2005/11/11 15:02:51 bm 1.8.4.45: notify changes 2005/11/02 16:17:01 bm 1.8.4.44: assertion: do not call getCategoriesFromDiagram with an empty diagram 2005/10/29 15:42:17 iha 1.8.4.43: support SequenceMapping also for chart local data 2005/10/14 16:58:44 bm 1.8.4.42: model listener mechanism 2005/10/07 11:55:19 bm 1.8.4.41: RESYNC: (1.8-1.9); FILE MERGED 2005/09/08 11:40:58 iha 1.8.4.40: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/07 14:42:49 bm 1.8.4.39: +hasInternalDataProvider, -getDataEditorForInternalData 2005/09/05 16:53:20 iha 1.8.4.38: hold own numberformatter by reference only (don't delete it as it is offered as reference to the outside) 2005/08/15 14:02:18 bm 1.8.4.37: SetRangeRepresentation: transport string as const ref to allow temporaries 2005/08/15 13:04:16 bm 1.8.4.36: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:40 bm 1.8.4.35: change internal data to a new class that does not need Calc 2005/08/03 16:36:19 bm 1.8.4.34: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/21 14:47:08 bm 1.8.4.33: support for number formats from data provider 2005/07/08 17:24:15 bm 1.8.4.32: oops,includes missing 2005/07/08 16:45:40 bm 1.8.4.31: marker table removed, table value types corrected, copy CTOR: clone tables 2005/06/16 14:08:04 iha 1.8.4.30: add a legend to the chart created by initNew 2005/06/09 15:45:37 iha 1.8.4.29: added comment 2005/06/08 14:49:11 bm 1.8.4.28: createInternalData needs the parent storage from ChartModel 2005/06/08 09:13:27 bm 1.8.4.27: all load/save/modify functionality put in a separate file for clarity 2005/06/07 15:35:46 iha 1.8.4.26: offer SvNumberformatter via unotunnel 2005/06/03 09:25:59 bm 1.8.4.25: explicitly create references to XInterface in Get...Table. Warning on Windows 2005/05/31 18:51:51 iha 1.8.4.24: keep gradient table etc. in model 2005/05/31 15:25:34 bm 1.8.4.23: create data for internal spreadsheet in createInternalDataProvider 2005/05/12 13:56:41 bm 1.8.4.22: API change XDataProvider 2005/05/09 09:51:17 bm 1.8.4.21: moved parts of API to data namespace 2005/04/01 16:25:39 bm 1.8.4.20: shared data for different chart models 2005/03/30 16:31:08 bm 1.8.4.19: make model cloneable (+first undo implementation) 2005/03/24 17:04:28 bm 1.8.4.18: Cloneable implementation 2004/09/17 17:27:29 iha 1.8.4.17: removed unused code 2004/09/15 17:32:02 bm 1.8.4.16: API simplification 2004/09/09 15:12:36 bm 1.8.4.15: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/09/08 15:36:42 bm 1.8.4.14: enable loading data series. There is one Diagram deletion too much which results in lost properties 2004/06/30 11:53:13 bm 1.8.4.13: delete Diagram when setting new DataProvider create new Diagram in SetNewData if necessary 2004/06/03 09:31:45 bm 1.8.4.12: Embedding API changes 2004/05/27 17:29:13 bm 1.8.4.11: ChartTypeManager is no propertyset any longer.  Set Column chart as hard default 2004/05/11 10:13:51 bm 1.8.4.10: fix creation of default data/default chart 2004/05/10 14:38:18 bm 1.8.4.9: +SetNewData to set only a new m_xChartData at the current tree 2004/05/10 11:05:38 bm 1.8.4.8: don't create a default chart in CloneData apply data using changeDiagramData in CloneData 2004/05/07 15:36:14 bm 1.8.4.7: NULL-check + assertion (instead of GPF) 2004/04/07 21:50:33 iha 1.8.4.6: make chart more failsave 2004/04/05 14:12:25 bm 1.8.4.5: XDataProvider API changed 2004/03/24 10:36:57 bm 1.8.4.4: CloneData adapted to new API (using XLabeledDataSequences) 2004/03/19 14:32:55 bm 1.8.4.3: XDataSource now contains XLabeledDataSources 2004/03/02 09:41:49 bm 1.8.4.2: +GetDataProvider (interface XChartDocument changed) 2004/02/13 16:51:31 bm 1.8.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [97bd139c07b5d05d78db336681b31804ea3e7866]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 12:25:11 iha 1.1.2.2: api restructure axis, grids, scales and increments 2005/11/18 18:17:46 iha 1.1.2.1: restructuring for proper subgrid support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ced3b4a648c41f3f90e71d2e32bab412e172214]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:39 iha 1.1.2.4: resync m195 -> m202 2006/04/10 18:32:12 iha 1.1.2.3: api restructure axis, grids, scales and increments 2006/04/10 12:25:11 iha 1.1.2.2: api restructure axis, grids, scales and increments 2005/11/18 18:19:09 iha 1.1.2.1: restructuring for proper subgrid support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b4a6fbef9c0453839296971d196cb1afc33cc329]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/11/08 12:55:25 bm 1.2.4.4: notification mechanism added 2005/10/07 11:54:56 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/31 14:54:59 bm 1.2.4.2: make titles cloneable 2004/02/13 16:51:30 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [78d16cfb2a6c2fdebc0a00a0462f35716c5e61c1]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:10:46 bm 1.3.4.10: RESYNC: (1.4-1.5); FILE MERGED 2006/01/20 16:51:45 bm 1.3.4.9: moved ReferencePageSize from XFormattedString to XTitle 2005/11/08 12:55:25 bm 1.3.4.8: notification mechanism added 2005/10/07 11:54:47 bm 1.3.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/23 15:25:00 iha 1.3.4.6: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:19 bm 1.3.4.5: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:45:43 iha 1.3.4.4: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/03/31 14:54:59 bm 1.3.4.3: make titles cloneable 2004/05/26 16:26:57 bm 1.3.4.2: default font sizes adapted 2004/02/13 16:51:30 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [96d91d5ece1035612e10b560d6a12e10bca7b3fc]

        INTEGRATION: CWS chart2mst3 (1.11.4); FILE MERGED 2007/04/20 08:07:40 iha 1.11.4.32: #i75393# Connect Bars per diagram not per series 2007/04/19 16:08:03 iha 1.11.4.31: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/10/18 17:09:16 bm 1.11.4.30: RESYNC: (1.12-1.13); FILE MERGED 2006/04/12 11:22:46 bm 1.11.4.29: cloning of coordinate systems re-enabled 2006/04/10 15:03:34 iha 1.11.4.28: api restructure axis, grids, scales and increments 2006/04/10 12:25:10 iha 1.11.4.27: api restructure axis, grids, scales and increments 2006/01/16 12:08:58 bm 1.11.4.26: also reset diagram rotation in rearrange function 2005/12/21 21:29:18 iha 1.11.4.25: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/15 15:30:31 bm 1.11.4.24: garbage collection, disposing, reference release issues 2005/11/11 15:01:48 bm 1.11.4.23: implement XComponent 2005/11/03 11:59:16 bm 1.11.4.22: fire modify events on property change 2005/11/02 13:49:21 bm 1.11.4.21: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/24 11:06:46 iha 1.11.4.20: coordinate system restructure 2005/10/14 16:58:43 bm 1.11.4.19: model listener mechanism 2005/10/13 17:38:56 iha 1.11.4.18: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:54:37 bm 1.11.4.17: RESYNC: (1.11-1.12); FILE MERGED 2005/09/23 15:24:58 iha 1.11.4.16: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:19 bm 1.11.4.15: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/08/02 13:48:02 bm 1.11.4.14: data_type is not standard. use mapped_type instead 2005/07/29 13:27:53 bm 1.11.4.13: store unused data 2005/07/28 09:34:51 bm 1.11.4.12: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:09:54 bm 1.11.4.11: +XDiagram::getColorAtIndex 2005/05/09 09:51:14 bm 1.11.4.10: moved parts of API to data namespace 2005/03/30 16:31:08 bm 1.11.4.9: make model cloneable (+first undo implementation) 2005/03/24 17:04:28 bm 1.11.4.8: Cloneable implementation 2004/09/17 11:11:52 bm 1.11.4.7: setAxes/setGrids: clear vector before adding content 2004/09/16 13:00:57 bm 1.11.4.6: API simplification 2004/09/15 17:32:02 bm 1.11.4.5: API simplification 2004/08/25 16:17:05 iha 1.11.4.4: View independent loading - relative position with dynamic anchor point 2004/06/08 14:30:06 iha 1.11.4.3: adapt default light sources 2004/06/04 08:34:51 iha 1.11.4.2: added aProjectionMode 2004/02/13 16:51:30 bm 1.11.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6447c688dd44a02e2a1dce0097aed6421c9ca9b0]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:10:38 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 11:14:42 bm 1.2.4.6: avoid variables starting with underscores. rMutex is a base-class member so use par_rMutex instead 2005/10/07 11:54:12 bm 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 16:36:18 bm 1.2.4.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 13:00:23 iha 1.2.4.3: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2005/07/14 12:45:42 iha 1.2.4.2: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2004/02/13 16:51:29 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e38cefe1d5ac21f4f218a827bb6b57c6cb520522]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/20 08:06:44 iha 1.1.1.1.4.11: #i75393# Connect Bars per diagram not per series 2007/04/19 16:07:00 iha 1.1.1.1.4.10: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/08/21 17:02:45 iha 1.1.1.1.4.9: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2005/12/21 21:29:18 iha 1.1.1.1.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:35:41 bm 1.1.1.1.4.7: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/10/24 11:06:45 iha 1.1.1.1.4.6: coordinate system restructure 2005/10/07 11:53:44 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/07/28 09:34:51 bm 1.1.1.1.4.4: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/14 13:00:23 iha 1.1.1.1.4.3: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2004/09/15 17:32:02 bm 1.1.1.1.4.2: API simplification 2004/02/13 16:51:29 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3495e3ccdda9eb9c5284c0099025afae73f87774]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/20 08:07:06 iha 1.1.1.1.4.13: #i75393# Connect Bars per diagram not per series 2007/04/19 16:07:16 iha 1.1.1.1.4.12: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/10/18 17:10:30 bm 1.1.1.1.4.11: RESYNC: (1.2-1.3); FILE MERGED 2006/08/21 17:03:00 iha 1.1.1.1.4.10: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/04/26 15:22:42 bm 1.1.1.1.4.9: how could that work: an undefined absolute namespace? 2005/12/21 21:29:18 iha 1.1.1.1.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:35:41 bm 1.1.1.1.4.7: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/10/24 11:06:45 iha 1.1.1.1.4.6: coordinate system restructure 2005/10/07 11:53:32 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/07/28 09:34:50 bm 1.1.1.1.4.4: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/14 13:00:23 iha 1.1.1.1.4.3: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2004/09/15 17:32:01 bm 1.1.1.1.4.2: API simplification 2004/02/13 16:51:29 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a2f977208f00156ffc330343ca9ebfebbe73a15f]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/02/14 12:05:05 bm 1.3.4.28: #i74133# clone: do late initialization after holding a reference to avoid ref-count problems in copy-CTOR 2007/02/13 16:45:59 bm 1.3.4.27: #i74133# clone: do late initialization after holding a reference to avoid ref-count problems in copy-CTOR 2007/02/12 17:19:09 bm 1.3.4.26: add as event listener to labeled data sequences to release them when they get disposed 2006/11/10 15:06:12 bm 1.3.4.25: #i67875# add undo for own data 2006/10/18 17:10:22 bm 1.3.4.24: RESYNC: (1.4-1.5); FILE MERGED 2006/04/04 15:57:24 bm 1.3.4.23: listen at data sequences for modification events. 2006/04/04 13:38:59 bm 1.3.4.22: listen at data sequences for modification events. 2005/12/21 21:29:17 iha 1.3.4.21: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/29 09:53:35 bm 1.3.4.20: #i58587# correct adding and removing modification listeners at XPropertySet properties 2005/11/07 17:12:43 bm 1.3.4.19: some missing notifications added 2005/11/03 11:59:16 bm 1.3.4.18: fire modify events on property change 2005/10/14 16:58:43 bm 1.3.4.17: model listener mechanism 2005/10/11 13:00:08 bm 1.3.4.16: #i27351# use own mutex in DataPoint to allow cloning 2005/10/07 11:53:21 bm 1.3.4.15: RESYNC: (1.3-1.4); FILE MERGED 2005/09/23 15:24:58 iha 1.3.4.14: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:18 bm 1.3.4.13: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/08/02 13:49:06 bm 1.3.4.12: data_type is not standard. use mapped_type instead 2005/07/14 13:00:23 iha 1.3.4.11: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2005/07/14 12:45:42 iha 1.3.4.10: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/05/09 09:51:14 bm 1.3.4.9: moved parts of API to data namespace 2005/04/01 16:25:39 bm 1.3.4.8: shared data for different chart models 2005/03/30 16:31:07 bm 1.3.4.7: make model cloneable (+first undo implementation) 2004/09/15 17:32:01 bm 1.3.4.6: API simplification 2004/05/26 16:40:55 bm 1.3.4.5: default font sizes adapted 2004/05/07 13:46:42 bm 1.3.4.4: only CTORS with component-context 2004/04/27 13:39:40 bm 1.3.4.3: +XInitialization for transfering Id over factory 2004/03/19 14:32:54 bm 1.3.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:29 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1f796ea4b8217fc43507bb13ed21bf25ce2cf7e9]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:10:13 bm 1.2.4.6: RESYNC: (1.3-1.4); FILE MERGED 2006/03/07 11:13:44 bm 1.2.4.5: avoid variables starting with underscores. rMutex is a base-class member so use par_rMutex instead 2005/10/07 11:52:30 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 16:36:18 bm 1.2.4.3: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 13:00:22 iha 1.2.4.2: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2004/02/13 16:51:29 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [01ebcc747c26b2153d5a01b692af417dc48cf813]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2006/10/20 20:29:07 iha 1.4.4.10: implement gradient step count 2005/11/03 11:59:15 bm 1.4.4.9: fire modify events on property change 2005/10/07 11:52:50 bm 1.4.4.8: RESYNC: (1.4-1.5); FILE MERGED 2005/07/22 12:54:32 bm 1.4.4.7: #124485# property FillBackground added 2005/07/14 13:00:22 iha 1.4.4.6: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2005/07/14 11:35:08 iha 1.4.4.5: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:57:08 bm 1.4.4.4: use named properties for gradients etc. in chart model 2004/06/08 14:31:05 iha 1.4.4.3: added property RoundedEdges 2004/03/08 18:58:45 iha 1.4.4.2: added Geometry3D to DataPointPoperties 2004/02/13 16:51:28 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62625735844c463b01a1232d76ab3b915f178286]

        INTEGRATION: CWS chart2mst3 (1.9.4); FILE MERGED 2006/10/20 20:28:55 iha 1.9.4.27: implement gradient step count 2006/10/18 17:10:05 bm 1.9.4.26: RESYNC: (1.10-1.11); FILE MERGED 2006/08/02 16:37:04 bm 1.9.4.25: #i68041# reduce symbol default size to 0.25 cm 2006/07/07 16:59:39 iha 1.9.4.24: correct font sizes - don't guess a default reference size, as a guess could to be wrong 2006/06/23 19:29:17 iha 1.9.4.23: rounded edges on per default 2006/05/17 14:18:07 bm 1.9.4.22: support bitmap properties like tile, stretch, offsets etc. also for data points/series 2006/03/12 01:04:30 iha 1.9.4.21: offer LineDash property 2006/01/20 16:56:13 bm 1.9.4.20: better default for guessed ReferenceDiagramSize 2005/12/21 14:10:57 dr 1.9.4.19: border color for symbols 2005/12/20 14:13:06 dr 1.9.4.18: API struct member names without prefixes 2005/11/24 18:32:43 bm 1.9.4.17: transparency gradients enabled 2005/11/08 11:54:06 bm 1.9.4.16: smaller default symbol size, todo: resize symbols on diagram resize 2005/11/03 11:59:15 bm 1.9.4.15: fire modify events on property change 2005/10/07 11:52:39 bm 1.9.4.14: RESYNC: (1.9-1.10); FILE MERGED 2005/09/02 12:00:52 bm 1.9.4.13: default for FillBackground added 2005/07/22 12:54:42 bm 1.9.4.12: #124485# property FillBackground added 2005/07/14 13:00:22 iha 1.9.4.11: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2005/07/14 11:34:41 iha 1.9.4.10: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:57:08 bm 1.9.4.9: use named properties for gradients etc. in chart model 2005/07/07 16:28:21 bm 1.9.4.8: make border style solid default (correct import of old barchart files) 2005/06/22 11:24:14 iha 1.9.4.7: add error bar properties to default map 2005/06/08 11:31:57 iha 1.9.4.6: use number format key at API instead of string 2005/04/14 11:16:15 bm 1.9.4.5: changed default color from blue7 to blue 8 2004/06/08 14:31:11 iha 1.9.4.4: added property RoundedEdges 2004/05/26 16:40:55 bm 1.9.4.3: default font sizes adapted 2004/03/08 18:59:20 iha 1.9.4.2: added Geometry3D to DataPointPoperties 2004/02/13 16:51:28 bm 1.9.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48be255798ac1ebd4f1af510710ffb58ccb11675]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/11/10 10:25:54 bm 1.1.1.1.4.7: warning removed (wrong GetMutex() function defined) 2005/12/02 15:24:37 bm 1.1.1.1.4.6: implement XServiceInfo 2005/11/07 17:12:43 bm 1.1.1.1.4.5: some missing notifications added 2005/10/11 12:58:55 bm 1.1.1.1.4.4: #i27351# use own mutex to allow cloning 2005/10/07 11:52:19 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/26 16:43:29 iha 1.1.1.1.4.2: #i55110# crash clone of datapoints, caused by invalid mutex 2005/03/30 16:31:07 bm 1.1.1.1.4.1: make model cloneable (+first undo implementation)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [05c3f6c2a6f61f5f0cb22dc079d8cee87b9f127b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/02/28 19:29:56 iha 1.2.4.16: #i74967# assert missing parent 2006/11/10 10:25:45 bm 1.2.4.15: warning removed (wrong GetMutex() function defined) 2006/10/18 17:09:58 bm 1.2.4.14: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 15:24:50 bm 1.2.4.13: implement XServiceInfo 2005/11/29 09:53:34 bm 1.2.4.12: #i58587# correct adding and removing modification listeners at XPropertySet properties 2005/11/07 17:12:43 bm 1.2.4.11: some missing notifications added 2005/10/11 12:58:19 bm 1.2.4.10: #i27351# use own mutex to allow cloning 2005/10/07 11:52:07 bm 1.2.4.9: RESYNC: (1.2-1.3); FILE MERGED 2005/09/26 16:44:13 iha 1.2.4.8: #i55110# crash clone of datapoints, caused by invalid mutex 2005/09/23 15:24:57 iha 1.2.4.7: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:18 bm 1.2.4.6: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 13:00:22 iha 1.2.4.5: remove unused parameter 'bIncludeStyleProperties' from series and point properties 2005/07/14 12:45:41 iha 1.2.4.4: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/11 13:04:17 bm 1.2.4.3: warning removved 2005/03/30 16:31:07 bm 1.2.4.2: make model cloneable (+first undo implementation) 2004/02/13 16:51:28 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8eec08b4320a4609aab4884a4bd259721a67a2c6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 14:27:01 bm 1.1.2.25: #i75191# else missing before query for InputStream 2007/04/20 08:56:02 mav 1.1.2.24: #i75191# let chart be able to load from InputStream 2007/04/19 09:28:15 bm 1.1.2.23: #i76397# implement storing to URL private:stream for MSOLE export 2007/04/19 09:22:38 bm 1.1.2.22: #i76397# implement storing to URL private:stream for MSOLE export 2007/02/23 10:42:32 bm 1.1.2.21: unused empty local function removed 2007/02/22 17:03:49 ka 1.1.2.20: #i66558#: added mechanism for preloading and storing of graphics during lifetime of model 2007/02/08 21:25:39 iha 1.1.2.19: resync m195 -> m202 2006/11/02 21:39:11 iha 1.1.2.18: #i66865# notify parent only if chart has no internal data 2006/11/02 17:27:24 nn 1.1.2.17: #i66865# notify parent (via property SavedObject) after saving 2006/03/15 13:26:21 iha 1.1.2.16: enable modified notifications during load again for loading addins correctly 2006/03/12 01:28:29 iha 1.1.2.15: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2005/11/29 18:11:20 iha 1.1.2.14: #i58464# work around wrong writer ranges in file 2005/11/02 13:49:21 bm 1.1.2.13: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/14 16:58:43 bm 1.1.2.12: model listener mechanism 2005/10/11 09:20:42 bm 1.1.2.11: license header change 2005/09/08 11:39:23 iha 1.1.2.10: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/02 19:17:58 iha 1.1.2.9: call createInternalDataProvider in case of standalone for series identification (missing series styles) 2005/09/02 14:22:32 iha 1.1.2.8: enable loading 5.0 standalone charts 2005/08/30 16:41:53 iha 1.1.2.7: don't send modified notifications during load and if controllers are locked 2005/08/15 13:02:51 bm 1.1.2.6: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:40 bm 1.1.2.5: change internal data to a new class that does not need Calc 2005/07/22 08:21:58 bm 1.1.2.4: set parent as data provider before starting loading. ToDo: do this only when the container really provides the data for the current chart (setting at this time is necessary to get the parent number formatter before the styles are loaded) 2005/06/08 15:10:56 bm 1.1.2.3: XStorable2 is derived from XStorable 2005/06/08 14:50:19 bm 1.1.2.2: implement XStorable2, call attachResource in load 2005/06/08 08:51:01 bm 1.1.2.1: all load/save/modify functionality put in a separate file for clarity

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d35950c2b6dcb8b1f3cd2724ca6fd14aaf63dfac]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/03/19 15:23:42 bm 1.4.4.31: #i75418# support XTransferable in model and offer a high-contrast replacement image 2007/02/22 17:02:32 ka 1.4.4.30: #i66558#: added mechanism for preloading and storing of graphics during lifetime of model 2006/08/09 14:00:12 bm 1.4.4.29: #i68229# add getUsedData (from XChartDocument) 2006/01/26 16:16:05 bm 1.4.4.28: adapting to move of implbase_var from cppuhelper to comphelper 2005/12/02 15:25:19 bm 1.4.4.27: XDataReceiver: +getRangeHighlighter 2005/11/15 15:30:31 bm 1.4.4.26: garbage collection, disposing, reference release issues 2005/11/10 09:24:45 dr 1.4.4.25: #i3997# no IA exception for setFirstDiagram 2005/11/08 09:43:08 bm 1.4.4.24: missing exception spec in setFirstDiagram 2005/10/14 16:58:42 bm 1.4.4.23: model listener mechanism 2005/10/07 11:51:53 bm 1.4.4.22: RESYNC: (1.5-1.6); FILE MERGED 2005/09/08 11:38:34 iha 1.4.4.21: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/07 14:42:05 bm 1.4.4.20: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/30 16:40:20 iha 1.4.4.19: don't send modified notifications during load and if controllers are locked 2005/08/18 15:20:43 bm 1.4.4.18: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/15 13:04:53 bm 1.4.4.17: XDataReceiver: setRangeRepresentation -> setArguments 2005/06/20 14:37:22 bm 1.4.4.16: support XChild for being able to get the data provider during load (after creation of model and before the filter is started 2005/06/08 15:10:19 bm 1.4.4.15: XStorable2 is derived from XStorable 2005/06/08 14:50:19 bm 1.4.4.14: implement XStorable2, call attachResource in load 2005/06/08 08:59:42 bm 1.4.4.13: support XStorageBasedDocument 2005/06/07 15:34:01 iha 1.4.4.12: offer SvNumberformatter via unotunnel 2005/05/31 18:46:04 iha 1.4.4.11: modle offers MultiServiceFactory in addition for gradient table etc. 2005/05/31 15:24:48 bm 1.4.4.10: support aggregated XTypeProvider for Basic Scripts 2005/05/27 12:24:10 bm 1.4.4.9: +getUsedRangeRepresentations() in XDataReceiver interface 2005/05/09 09:51:12 bm 1.4.4.8: moved parts of API to data namespace 2005/04/25 11:28:07 bm 1.4.4.7: XVisualObject first impl 2005/04/01 16:25:38 bm 1.4.4.6: shared data for different chart models 2005/03/24 17:04:27 bm 1.4.4.5: Cloneable implementation 2004/06/03 03:39:40 iha 1.4.4.4: RESYNC: (1.4-1.5); FILE MERGED 2004/04/21 11:33:32 bm 1.4.4.3: no locked mutex when calling out 2004/03/19 14:32:54 bm 1.4.4.2: XDataSource now contains XLabeledDataSources 2004/03/02 09:41:19 bm 1.4.4.1: +getDataProvider() method at XChartDocument -XStyleFamiliesSupplier (xmloff queries to that interface and assumes that it is  						 fully functional, which it isn't yet)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [986a61867d830b5716b4b5733f58ef774ebd4982]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/19 15:23:42 bm 1.6.4.76: #i75418# support XTransferable in model and offer a high-contrast replacement image 2007/02/23 15:56:00 bm 1.6.4.75: #i66558# also copy m_aGraphicObjectVector in copy CTOR 2007/02/09 17:29:19 bm 1.6.4.74: XChartDocument::createInternalDataProvider() works like expected now 2006/11/30 15:20:10 bm 1.6.4.73: #i64497# setParent does no longer set the data provider (was only a temporary solution) 2006/11/17 16:32:42 bm 1.6.4.72: in ChartModel::setParent migrate the data from one data provider to the new one, if it is the same implementation and no temporary document. This is needed for solving the current clipboard problems 2006/10/18 17:09:50 bm 1.6.4.71: RESYNC: (1.8-1.9); FILE MERGED 2006/09/01 11:16:31 bm 1.6.4.70: set Model to modified state if diagram is set 2006/08/09 14:00:12 bm 1.6.4.69: #i68229# add getUsedData (from XChartDocument) 2006/05/09 14:37:34 bm 1.6.4.68: the ChartModel service name is ChartDocument 2006/03/12 01:28:00 iha 1.6.4.67: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/21 17:10:50 bm 1.6.4.66: ooops 2006/02/21 17:02:32 bm 1.6.4.65: createInstance: NamespaceMap added as reminder (not implemented yet) 2006/01/27 09:51:22 bm 1.6.4.64: InlineContainer.hxx moved to comphelper 2006/01/20 16:59:01 bm 1.6.4.63: warnings removed, leak fixed (releasing the old api aggregate) 2005/12/02 15:25:36 bm 1.6.4.62: XDataReceiver: +getRangeHighlighter 2005/11/24 18:32:42 bm 1.6.4.61: transparency gradients enabled 2005/11/22 11:58:06 bm 1.6.4.60: remove TEST (creating MainTitle via factory) 2005/11/15 18:37:17 bm 1.6.4.59: do neither clone nor dispose the storage 2005/11/15 15:30:29 bm 1.6.4.58: garbage collection, disposing, reference release issues 2005/11/11 15:02:50 bm 1.6.4.57: notify changes 2005/11/10 09:24:45 dr 1.6.4.56: #i3997# no IA exception for setFirstDiagram 2005/11/08 18:22:46 bm 1.6.4.55: set modified flag if visual area size changes (needed for saving new absolute positions and sizes in XML) 2005/11/08 09:42:56 bm 1.6.4.54: missing exception spec in setFirstDiagram 2005/11/02 13:49:20 bm 1.6.4.53: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/14 16:58:42 bm 1.6.4.52: model listener mechanism 2005/10/07 11:51:40 bm 1.6.4.51: RESYNC: (1.7-1.8); FILE MERGED 2005/09/08 11:39:05 iha 1.6.4.50: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/09/07 14:42:23 bm 1.6.4.49: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/30 16:41:03 iha 1.6.4.48: don't send modified notifications during load and if controllers are locked 2005/08/25 16:24:11 bm 1.6.4.47: #124570# CloseVetoException was passed as Exception to function before throw, which discarded the type. This violated the throw specification later that only allows the CloseVetoException 2005/08/18 15:20:43 bm 1.6.4.46: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/15 13:02:28 bm 1.6.4.45: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:40 bm 1.6.4.44: change internal data to a new class that does not need Calc 2005/07/12 12:57:07 bm 1.6.4.43: use named properties for gradients etc. in chart model 2005/07/08 16:46:42 bm 1.6.4.42: marker table removed 2005/07/07 09:30:46 iha 1.6.4.41: implement interface XSelectionSupplier 2005/07/07 09:29:20 iha 1.6.4.40: warnings removed 2005/06/20 14:37:22 bm 1.6.4.39: support XChild for being able to get the data provider during load (after creation of model and before the filter is started 2005/06/09 15:44:59 iha 1.6.4.38: corrected comment 2005/06/08 14:57:39 bm 1.6.4.37: createInternalData needs the parent storage from ChartModel 2005/06/08 11:29:43 bm 1.6.4.36: WinExtent in MediaDescriptor is deprecated 2005/06/08 08:59:09 bm 1.6.4.35: all load/save/modify functionality put in a separate file for clarity 2005/06/07 15:34:36 iha 1.6.4.34: offer SvNumberformatter via unotunnel 2005/05/31 18:50:19 iha 1.6.4.33: modle offers MultiServiceFactory in addition for gradient table etc. + create view for visual representation 2005/05/31 15:24:47 bm 1.6.4.32: support aggregated XTypeProvider for Basic Scripts 2005/05/27 12:24:09 bm 1.6.4.31: +getUsedRangeRepresentations() in XDataReceiver interface 2005/05/09 09:51:12 bm 1.6.4.30: moved parts of API to data namespace 2005/04/25 11:28:07 bm 1.6.4.29: XVisualObject first impl 2005/04/01 16:25:38 bm 1.6.4.28: shared data for different chart models 2005/03/30 16:31:07 bm 1.6.4.27: make model cloneable (+first undo implementation) 2005/03/24 17:04:27 bm 1.6.4.26: Cloneable implementation 2004/09/21 15:54:01 iha 1.6.4.25: enable save 2004/09/20 14:37:10 bm 1.6.4.24: some more debug code 2004/09/17 16:24:35 bm 1.6.4.23: trace chart doc in initNew 2004/09/09 15:12:36 bm 1.6.4.22: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/09/08 15:36:42 bm 1.6.4.21: enable loading data series. There is one Diagram deletion too much which results in lost properties 2004/09/06 10:59:57 bm 1.6.4.20: oops, one slash too much 2004/09/06 09:56:42 bm 1.6.4.19: enable a test file name to save for unix systems 2004/09/03 17:13:58 iha 1.6.4.18: enable save 2004/08/30 18:01:42 iha 1.6.4.17: enable menubar again 2004/06/29 12:26:01 bm 1.6.4.16: close internal spreadsheet when chart is closed. 2004/06/17 09:30:58 bm 1.6.4.15: wrong number of storage arguments 2004/06/03 09:31:44 bm 1.6.4.14: Embedding API changes 2004/06/03 03:39:32 iha 1.6.4.13: RESYNC: (1.6-1.7); FILE MERGED 2004/05/11 10:13:33 bm 1.6.4.12: fix creation of default data/default chart 2004/05/10 17:14:32 bm 1.6.4.11: create diagram before default data to avoid exception 2004/05/10 11:17:28 bm 1.6.4.10: call CreateDefaultChart in initNew as CloneData doesn't do this any longer 2004/04/27 14:27:42 bm 1.6.4.9: warnings removed 2004/04/21 11:33:32 bm 1.6.4.8: no locked mutex when calling out 2004/04/15 17:13:31 bm 1.6.4.7: new macro DONT_CLONE_FILE_DATA_SOURCE to avoid cloning of file-data-source 2004/03/24 10:39:04 bm 1.6.4.6: switch to internal calc again don't use file data source in initNew 2004/03/19 14:32:54 bm 1.6.4.5: XDataSource now contains XLabeledDataSources 2004/03/05 15:11:39 iha 1.6.4.4: removed wrong OSL_ASSERTs 2004/03/03 14:43:35 bm 1.6.4.3: call setModified() in some methods 2004/03/02 09:39:48 bm 1.6.4.2: +USE_FILE_DATA_SOURCE define for deciding whether to use default data or the file XMLFilter integrated in load-method 2004/02/13 16:51:28 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [440591fdbe4070a9baeafb4e53032e971577f161]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 17:29:19 bm 1.1.2.9: XChartDocument::createInternalDataProvider() works like expected now 2005/10/29 15:42:04 iha 1.1.2.8: support SequenceMapping also for chart local data 2005/10/11 09:20:42 bm 1.1.2.7: license header change 2005/09/07 14:43:43 bm 1.1.2.6: XChartDocument: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/15 13:06:48 bm 1.1.2.5: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:39 bm 1.1.2.4: change internal data to a new class that does not need Calc 2005/05/31 15:25:33 bm 1.1.2.3: create data for internal spreadsheet in createInternalDataProvider 2005/05/09 09:51:11 bm 1.1.2.2: moved parts of API to data namespace 2005/04/01 16:25:03 bm 1.1.2.1: helper classes for sharing the data between different chart models

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a270fb717506118c7f809337a757202599fab8f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 17:29:18 bm 1.1.2.12: XChartDocument::createInternalDataProvider() works like expected now 2007/02/08 21:25:38 iha 1.1.2.11: resync m195 -> m202 2005/10/29 15:41:56 iha 1.1.2.10: support SequenceMapping also for chart local data 2005/10/11 09:20:42 bm 1.1.2.9: license header change 2005/09/08 11:50:39 bm 1.1.2.8: hasInternalData also tests m_xDataProvider, m_pInternalDataProvider was uninitialized in CTOR 2005/09/07 14:44:16 bm 1.1.2.7: XChartDocument: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/15 13:06:34 bm 1.1.2.6: internal methods for setting data (ImplChartModel) changed 2005/08/11 16:05:39 bm 1.1.2.5: change internal data to a new class that does not need Calc 2005/05/31 15:25:32 bm 1.1.2.4: create data for internal spreadsheet in createInternalDataProvider 2005/05/09 09:51:09 bm 1.1.2.3: moved parts of API to data namespace 2005/04/15 14:49:46 bm 1.1.2.2: reset internal data member in setDataProvider 2005/04/01 16:24:53 bm 1.1.2.1: helper classes for sharing the data between different chart models

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dff74ff249d85aeb11d422b887c1107ee7be1439]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:09:41 bm 1.3.4.6: RESYNC: (1.4-1.5); FILE MERGED 2006/04/11 15:41:32 bm 1.3.4.5: make creation of coordinate systems available via factory 2005/10/13 17:38:56 iha 1.3.4.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:51:29 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2004/09/15 17:32:01 bm 1.3.4.2: API simplification 2004/04/01 10:53:06 bm 1.3.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24ff3c078fb036f5896bc87a6feab300c959872a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:38 iha 1.1.2.18: resync m195 -> m202 2006/09/24 09:12:55 iha 1.1.2.17: #i61970# correct implementation of axis at 2006/09/21 11:59:34 bm 1.1.2.16: #i69680# do not make grid of first y-axis visible (instead do that in the template) 2006/04/10 18:32:11 iha 1.1.2.15: api restructure axis, grids, scales and increments 2006/04/10 18:04:23 iha 1.1.2.14: api restructure axis, grids, scales and increments 2006/04/10 12:25:10 iha 1.1.2.13: api restructure axis, grids, scales and increments 2005/11/03 11:59:15 bm 1.1.2.12: fire modify events on property change 2005/11/02 17:46:27 bm 1.1.2.11: warning removed 2005/11/02 16:37:21 bm 1.1.2.10: CloneRefVector uses a back_inserter: do not resize destination before calling 2005/10/24 11:06:44 iha 1.1.2.9: coordinate system restructure 2005/10/14 16:58:42 bm 1.1.2.8: model listener mechanism 2005/10/13 17:38:55 iha 1.1.2.7: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:20:42 bm 1.1.2.6: license header change 2005/09/23 15:24:56 iha 1.1.2.5: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:18 bm 1.1.2.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/03/30 16:31:07 bm 1.1.2.3: make model cloneable (+first undo implementation) 2004/09/16 16:51:13 bm 1.1.2.2: API simplification 2004/09/15 17:30:42 bm 1.1.2.1: API simplification

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fbc854307a276365f76f37896b57b13bbe55e8f5]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/02/14 12:04:17 bm 1.4.4.12: #i74133# clone: do late initialization after holding a reference to avoid ref-count problems in copy-CTOR 2006/04/10 12:25:10 iha 1.4.4.11: api restructure axis, grids, scales and increments 2005/12/21 21:29:17 iha 1.4.4.10: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 15:18:50 bm 1.4.4.9: implement XInitialization (do not use context to pass identifier) 2005/11/03 11:59:14 bm 1.4.4.8: fire modify events on property change 2005/10/24 11:06:43 iha 1.4.4.7: coordinate system restructure 2005/10/14 16:58:42 bm 1.4.4.6: model listener mechanism 2005/10/13 17:38:54 iha 1.4.4.5: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:51:12 bm 1.4.4.4: RESYNC: (1.4-1.5); FILE MERGED 2005/03/30 16:31:07 bm 1.4.4.3: make model cloneable (+first undo implementation) 2005/03/24 17:04:27 bm 1.4.4.2: Cloneable implementation 2004/02/13 16:51:27 bm 1.4.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [babfb045d9ec39f4b7de6c2663b93d6af10a34da]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/02/14 12:03:54 bm 1.6.4.32: #i74133# clone: do late initialization after holding a reference to avoid ref-count problems in copy-CTOR 2007/02/12 17:19:09 bm 1.6.4.31: add as event listener to labeled data sequences to release them when they get disposed 2006/11/10 09:28:02 iha 1.6.4.30: no break as default 2006/10/18 17:09:08 bm 1.6.4.29: RESYNC: (1.7-1.8); FILE MERGED 2006/07/19 15:49:42 bm 1.6.4.28: add axis as listener at the categories of the ScaleData to be able to propagate changes in categories to the ChartDocument 2006/07/07 17:00:18 iha 1.6.4.27: correct font sizes - don't guess a default reference size, as a guess could to be wrong 2006/04/10 15:03:34 iha 1.6.4.26: api restructure axis, grids, scales and increments 2006/04/10 12:25:10 iha 1.6.4.25: api restructure axis, grids, scales and increments 2006/02/21 19:40:06 iha 1.6.4.24: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2006/01/20 16:56:37 bm 1.6.4.23: better default for guessed ReferenceDiagramSize and font size 2005/12/21 21:29:16 iha 1.6.4.22: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 15:19:02 bm 1.6.4.21: implement XInitialization (do not use context to pass identifier) 2005/11/08 11:55:22 bm 1.6.4.20: notification mechanism added 2005/11/03 11:59:14 bm 1.6.4.19: fire modify events on property change 2005/10/24 11:06:43 iha 1.6.4.18: coordinate system restructure 2005/10/14 16:58:42 bm 1.6.4.17: model listener mechanism 2005/10/13 17:38:54 iha 1.6.4.16: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:51:00 bm 1.6.4.15: RESYNC: (1.6-1.7); FILE MERGED 2005/09/23 15:24:55 iha 1.6.4.14: #i55000# crash caused by dead reference to mutex 2005/09/02 12:45:33 bm 1.6.4.13: AxisPosition had wrong type 2005/08/03 16:36:17 bm 1.6.4.12: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/21 08:22:12 bm 1.6.4.11: use source format as default 2005/07/14 12:45:41 iha 1.6.4.10: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:52 iha 1.6.4.9: remove unused parameter 'bIncludeStyleProperties' 2005/06/08 11:31:22 iha 1.6.4.8: use number format key at API instead of string 2005/05/09 09:51:08 bm 1.6.4.7: moved parts of API to data namespace 2005/03/30 16:31:06 bm 1.6.4.6: make model cloneable (+first undo implementation) 2005/03/24 17:04:27 bm 1.6.4.5: Cloneable implementation 2004/05/26 16:40:55 bm 1.6.4.4: default font sizes adapted 2004/05/26 16:26:57 bm 1.6.4.3: default font sizes adapted 2004/03/12 15:37:33 iha 1.6.4.2: added AxisPosition for secondary axes 2004/02/13 16:51:27 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1278192f1ce1a8c4ce98b7a0bfa1c0026ceab8d7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/10 10:55:22 iha 1.1.2.4: don't use leading underscore 2005/10/11 09:20:41 bm 1.1.2.3: license header change 2004/09/16 16:10:02 bm 1.1.2.2: API simplification 2004/09/16 16:01:37 bm 1.1.2.1: API simplification

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5113fe52d58dcf4a4c464fbc36fdfff56b6d4b26]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/27 14:33:02 bm 1.1.2.5: #i60323# export and import meta data. Implement the BuildId Property for storing the build id in the InfoProperties 2005/10/11 09:20:41 bm 1.1.2.4: license header change 2005/06/10 18:19:46 iha 1.1.2.3: load gradients, hatches etc. correct (transport StyleNameMap) 2004/09/03 17:15:15 iha 1.1.2.2: enable save 2004/03/02 09:32:18 bm 1.1.2.1: filter calling xmloff subfilter for chart im-/export Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1de069473b73fc1a6be2bb279b1f5361101a07cc]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2005/11/29 09:51:42 bm 1.1.4.3: #i58588# enable cloning and modification listening 2005/10/11 09:20:41 bm 1.1.4.2: license header change 2004/02/13 16:51:26 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d891664c0b1291e5d787895363a73c5682d08057]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/04/11 15:33:00 bm 1.3.4.5: make creation of coordinate systems available via factory 2005/10/13 17:38:53 iha 1.3.4.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:50:37 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2004/09/15 17:32:00 bm 1.3.4.2: API simplification 2004/04/01 10:53:05 bm 1.3.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb7e8cb7bacf98d3c9b8d3b782e9a2ff9cf5f97f]

        INTEGRATION: CWS chart2mst3 (1.8.4); FILE MERGED 2006/04/10 12:25:09 iha 1.8.4.16: api restructure axis, grids, scales and increments 2005/12/21 21:29:16 iha 1.8.4.15: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/15 15:30:28 bm 1.8.4.14: garbage collection, disposing, reference release issues 2005/11/11 15:01:37 bm 1.8.4.13: implement XComponent 2005/11/03 11:59:06 bm 1.8.4.12: fire modify events on property change 2005/10/14 16:58:41 bm 1.8.4.11: model listener mechanism 2005/10/13 17:38:52 iha 1.8.4.10: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:50:14 bm 1.8.4.9: RESYNC: (1.8-1.9); FILE MERGED 2005/07/29 13:26:40 bm 1.8.4.8: store unused data 2005/07/28 09:34:50 bm 1.8.4.7: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:09:28 bm 1.8.4.6: +XDiagram::getColorAtIndex 2005/03/30 16:31:05 bm 1.8.4.5: make model cloneable (+first undo implementation) 2005/03/24 17:04:26 bm 1.8.4.4: Cloneable implementation 2004/09/16 13:00:57 bm 1.8.4.3: API simplification 2004/09/15 17:32:00 bm 1.8.4.2: API simplification 2004/02/13 16:51:26 bm 1.8.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3be0698aac538bf98b200382d3d27d5c9f36d242]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:50:03 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/06/29 12:42:22 bm 1.2.4.1: API changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a4e65e3e922edf4b49a799827ce7338635f0b7d]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2007/02/14 12:04:37 bm 1.1.4.15: #i74133# clone: do late initialization after holding a reference to avoid ref-count problems in copy-CTOR 2006/04/04 15:58:30 bm 1.1.4.14: include of ModifyListenerHelper only needed in cxx. Therefore, moved there 2005/12/21 21:29:15 iha 1.1.4.13: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/07 17:12:42 bm 1.1.4.12: some missing notifications added 2005/11/03 11:59:05 bm 1.1.4.11: fire modify events on property change 2005/10/14 16:58:41 bm 1.1.4.10: model listener mechanism 2005/10/11 09:20:41 bm 1.1.4.9: license header change 2005/05/09 09:51:06 bm 1.1.4.8: moved parts of API to data namespace 2005/03/30 16:31:05 bm 1.1.4.7: make model cloneable (+first undo implementation) 2004/09/17 10:52:49 bm 1.1.4.6: API simplification 2004/09/15 17:32:00 bm 1.1.4.5: API simplification 2004/05/07 13:47:07 bm 1.1.4.4: only CTORS with component-context 2004/04/27 13:39:23 bm 1.1.4.3: +XInitialization for transfering Id over factory 2004/03/19 14:32:53 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:25 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [89d7e121053f2519722f881267c153fed7936ec7]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:49:28 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/27 17:29:44 bm 1.2.4.2: ChartTypeManager is no propertyset any longer. 2004/02/13 16:51:25 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a4a968ed195816484f7da439bfae26270915cd0d]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/04/11 15:41:59 bm 1.2.4.5: make creation of coordinate systems available via factory 2005/10/13 17:38:51 iha 1.2.4.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:49:41 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/09/15 17:32:00 bm 1.2.4.2: API simplification 2004/04/01 10:53:05 bm 1.2.4.1: XChartType: may return a coordinate system now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a34173cb0f73c6e915c3b3436909c4d589c69000]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/24 09:12:55 iha 1.1.2.10: #i61970# correct implementation of axis at 2006/04/10 12:25:09 iha 1.1.2.9: api restructure axis, grids, scales and increments 2005/11/03 11:59:05 bm 1.1.2.8: fire modify events on property change 2005/10/24 11:06:42 iha 1.1.2.7: coordinate system restructure 2005/10/14 16:58:41 bm 1.1.2.6: model listener mechanism 2005/10/13 17:38:51 iha 1.1.2.5: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:20:40 bm 1.1.2.4: license header change 2004/09/16 17:37:54 bm 1.1.2.3: -getChartTypeByIdentifier 2004/09/16 16:51:13 bm 1.1.2.2: API simplification 2004/09/15 17:30:29 bm 1.1.2.1: API simplification

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c26889d3a5020a8b4e74578c2b4272577aaa7b4f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:39 bm 1.1.2.2: license header change 2004/03/02 09:25:21 bm 1.1.2.1: +XMLFilter: filter calling xmloff subfilter for chart im-/export

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [854c50b89919f1d364602f152d1f81fde1c4fa67]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:38 iha 1.1.2.17: resync m195 -> m202 2007/01/31 13:16:41 bm 1.1.2.16: #144135# export table-number list in OOo XML format (not Oasis) 2007/01/30 10:59:23 bm 1.1.2.15: #i72973# detect properly, if the format is Oasis or OOo (didn't work by querying the storage) 2006/08/15 16:29:23 bm 1.1.2.14: get rid of tools library. lib/urlobj.hxx was no longer needed. 2006/07/27 14:33:02 bm 1.1.2.13: #i60323# export and import meta data. Implement the BuildId Property for storing the build id in the InfoProperties 2005/10/21 13:35:08 bm 1.1.2.12: enable FillBitmaps 2005/10/11 09:20:38 bm 1.1.2.11: license header change 2005/08/03 16:36:17 bm 1.1.2.10: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/06/10 18:20:27 iha 1.1.2.9: load gradients, hatches etc. correct (transport StyleNameMap) 2005/06/10 09:52:16 bm 1.1.2.8: property Encrypted is now UseCommonStoragePasswordEncryption 2005/06/08 08:49:48 bm 1.1.2.7: use storages in MediaDescriptor 2005/04/11 11:43:38 iha 1.1.2.6: enable oasis format 2004/09/21 15:54:00 iha 1.1.2.5: enable save 2004/09/03 17:17:15 iha 1.1.2.4: enable save 2004/06/03 09:31:42 bm 1.1.2.3: Embedding API changes 2004/04/27 14:27:42 bm 1.1.2.2: warnings removed 2004/03/02 09:24:59 bm 1.1.2.1: filter calling xmloff subfilter for chart im-/export

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [772595eae9a30f22501a2abae979ed26e4d28579]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/26 09:53:58 bm 1.3.4.13: RESYNC: resolving merge problems 2007/02/22 17:00:17 ka 1.3.4.12: #i66558#: added VCLLIB and GOODIESLIB for preloading of graphics 2006/08/15 16:31:54 bm 1.3.4.11: get rid of tools library. In XMLFilter lib/urlobj.hxx was no longer needed. 2006/06/30 22:23:00 iha 1.3.4.10: correct 3D pie rotation: different default camera for pies 2005/10/07 11:49:15 bm 1.3.4.9: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 15:36:52 iha 1.3.4.8: offer SvNumberformatter via unotunnel 2005/04/11 11:58:47 iha 1.3.4.7: enable oasis format 2004/09/16 13:00:56 bm 1.3.4.6: API simplification 2004/09/03 17:12:01 iha 1.3.4.5: enable save - added SVLLIB for SvtSaveOptions 2004/03/19 14:32:53 bm 1.3.4.4: XDataSource now contains XLabeledDataSources 2004/03/02 09:30:28 bm 1.3.4.3: new lib filter 2004/02/18 10:04:44 iha 1.3.4.2: dependencies only for windows 2004/02/17 19:31:05 iha 1.3.4.1: indicate lib dependencies

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [93e85d98eacb41512888b01cd67cd89592318a83]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:49:04 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/04/11 10:04:51 iha 1.1.1.1.4.1: changed servicenames to avoid confusion with model services

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [25dbebda88a273885782fd0520c94326a053952c]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/12/15 13:34:13 iha 1.2.4.6: #i72360# use axis number format for data labels when one is provided 2005/10/07 11:48:53 bm 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2005/07/21 14:47:06 bm 1.2.4.4: support for number formats from data provider 2005/06/10 18:18:42 iha 1.2.4.3: removed comment 2005/06/08 11:30:25 iha 1.2.4.2: use number format key at API instead of string 2005/06/07 15:46:16 iha 1.2.4.1: use numberformatter from model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e4f838bc93cddb87abaecc8fafa366096b0a9264]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/12/15 13:34:57 iha 1.2.4.11: #i72360# use axis number format for data labels when one is provided 2006/12/01 18:35:52 iha 1.2.4.10: #68896# always save the explicit number format 2006/09/24 09:12:54 iha 1.2.4.9: #i61970# correct implementation of axis at 2006/04/10 12:25:08 iha 1.2.4.8: api restructure axis, grids, scales and increments 2006/03/12 01:26:57 iha 1.2.4.7: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 15:27:42 bm 1.2.4.6: make getShapeForCID an interface method of ExplicitValueProvider again 2005/10/07 11:48:42 bm 1.2.4.5: RESYNC: (1.2-1.3); FILE MERGED 2005/07/23 00:01:20 iha 1.2.4.4: include axis title sizes in diagram position to support old api and fileformat 2005/07/08 12:53:34 iha 1.2.4.3: provide and keep view as service only 2005/06/09 15:42:30 iha 1.2.4.2: support positions and sizes via view for old api wrapper 2004/04/26 11:43:45 iha 1.2.4.1: getExplicitValuesForMeter returns bool + added description

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8712fd9002eab844d790846888682c5547f3e2c2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/20 21:28:24 iha 1.1.2.11: implement selection of additional shapes 2006/03/12 01:26:21 iha 1.1.2.10: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 14:33:21 iha 1.1.2.9: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/11 09:20:38 bm 1.1.2.8: license header change 2005/08/30 14:42:46 bm 1.1.2.7: +attachParentReferenceDevice, +getReferenceDevice 2005/07/13 15:21:55 iha 1.1.2.6: update draw model tables before use in view and dialogs 2005/07/08 12:52:14 iha 1.1.2.5: provide and keep view as service only 2005/07/05 15:32:11 iha 1.1.2.4: redefine diagram size 2005/06/10 18:18:23 iha 1.1.2.3: removed comment 2005/06/01 16:50:23 iha 1.1.2.2: export metafile 2005/05/31 19:10:59 iha 1.1.2.1: create view without controller

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3db9997d0555c5ca03852a92ab7d14d50e734e7b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/20 14:31:04 iha 1.1.2.1: move SchItemPool from controller to view lib -> ChartItemPool

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [74d750cfcca8fcaa4f580b74184d8b022939f24a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:37 bm 1.1.2.2: license header change 2005/04/11 09:03:21 iha 1.1.2.1: defines for servicenames for charttypes (fixed apply to 2nd axis again) Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b6db6577e6abcfea6c2a05ec23dca1d851305f90]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/05/11 08:55:12 bm 1.1.1.1.4.7: the ChartModel service name is ChartDocument 2006/03/23 09:58:04 bm 1.1.1.1.4.6: helper component for text accessibility 2005/10/07 11:47:32 bm 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/07/08 14:58:33 iha 1.1.1.1.4.4: create and notify an accessible view 2005/05/31 18:31:36 iha 1.1.1.1.4.3: added service names for chart view 2004/04/07 21:47:44 iha 1.1.1.1.4.2: #i20344# added WizardDialog 2004/02/13 16:51:25 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6206ae797f2f0983ee119f6857a8f2f8c910585d]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:47:23 bm 1.1.1.1.4.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/07 15:34:47 bm 1.1.1.1.4.3: show exception type in ASSERT_EXCEPTION 2004/04/27 13:32:42 iha 1.1.1.1.4.2: warnings removed 2004/03/04 08:55:36 bm 1.1.1.1.4.1: ASSERT_EXCEPTION: for pro-builds print the exception variable to avoid warning

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dfd2b11e90a228002ce920003a1cd692f78f7b00]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:37 bm 1.1.2.2: license header change 2005/08/11 16:02:17 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cabe086275cf5fc29677eaf606cd59a0aa1a1476]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:54 iha 1.1.2.6: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 13:40:29 iha 1.1.2.5: make WrappedPropertySet a MutexContainer 2006/02/02 14:36:08 iha 1.1.2.4: enable late init with inner propertyset 2005/10/11 09:20:36 bm 1.1.2.3: license header change 2005/07/15 13:32:28 iha 1.1.2.2: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/04/19 17:25:10 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23985dc6b257863ffc061aff099ee9448e873a7a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:00:14 iha 1.1.2.4: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2005/10/11 09:20:36 bm 1.1.2.3: license header change 2005/07/14 15:32:56 iha 1.1.2.2: cleanup WrappedIgnoreProperty 2005/04/19 17:24:55 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5c317157c887b7d702dfcd5daebc11983b5884f2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:36 bm 1.1.2.2: license header change 2005/07/14 15:27:29 iha 1.1.2.1: cleanup WrappedIgnoreProperty Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cea0a961b1c45e301720d4a0882183041b275a15]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/25 17:50:05 iha 1.1.2.1: cope with context dependent defaults from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2418f3ca57f3ba34b8a24b907674f21085f1c6e3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:35 bm 1.1.2.2: license header change 2005/07/05 16:41:20 bm 1.1.2.1: wrapped property which can have a different default value than the inner propertyset

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [30be86ef8d47cfb692b620d1280da92b25a7c0c3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 15:21:35 bm 1.1.2.4: +XSelectionChangeListener specialization 2005/11/15 17:16:16 bm 1.1.2.3: missing namespace 2005/11/15 13:33:45 bm 1.1.2.2: missing DTOR in WeakListenerAdapter 2005/11/14 17:24:04 bm 1.1.2.1: helper for adding listener objects as weak references to broadcasters

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62ead146c399c17ad1863bc19caa81506bbef57b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/10 15:06:11 bm 1.1.2.6: #i67875# add undo for own data 2005/11/21 15:04:47 bm 1.1.2.5: implement modify listener to notify the undo dispatch about changes in the undo-/redo stack 2005/11/11 14:56:03 bm 1.1.2.4: canUndo/Redo for setting menu state 2005/11/04 14:50:00 bm 1.1.2.3: enable undo limitation according to config setting 2005/11/02 13:49:20 bm 1.1.2.2: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/10 12:14:00 bm 1.1.2.1: helper class for adding a model to the undo/redo stacks

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92f8f4bac63d8c11d684a780c2c25e4df1fd098f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/10 15:06:11 bm 1.1.2.3: #i67875# add undo for own data 2005/11/16 10:51:57 iha 1.1.2.2: don't call cancelAction twice 2005/11/15 18:06:26 iha 1.1.2.1: UndoGuard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7352cc9fbc36346611aae7eb36237224456e16d6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/25 12:38:58 bm 1.1.2.11: #i64824# notify change in sequence length from internal data provider to uncached data sequence 2006/07/19 15:55:25 bm 1.1.2.10: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/04/05 11:43:20 bm 1.1.2.9: include XModifyBroadcaster (not only implement ...) 2006/04/04 15:58:50 bm 1.1.2.8: implement XModifyBroadcaster 2006/04/04 13:45:51 bm 1.1.2.7: add XModifyBroadcaster to DataSequence 2006/01/23 16:47:08 bm 1.1.2.6: member initialization order 2005/10/11 09:20:35 bm 1.1.2.5: license header change 2005/09/08 12:43:29 bm 1.1.2.4: +generateLabel 2005/08/18 14:07:28 bm 1.1.2.3: provide a CTOR with the Role 2005/08/15 09:30:03 bm 1.1.2.2: add an XDataProvider reference to ensure a long-enough life-time for the data sequences to work properly 2005/08/11 16:02:09 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [22ddcada2857d33295ff918b708964c2133dcc2f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/25 17:12:21 iha 1.1.2.1: text- and diagram-size dependent auto main step width

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b8b84d6bc2e91c27d0085a5dc25a24ea55996658]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/08/03 13:44:56 bm 1.3.4.9: warning removed: comma in last enum entry 2006/01/24 10:53:56 bm 1.3.4.8: use ReferenceSizeProvider to adapt auto-scale settings for newly created objects 2005/12/21 21:29:15 iha 1.3.4.7: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/07 14:00:47 iha 1.3.4.6: remove dependendy from special title identifiers 2005/12/01 18:51:24 iha 1.3.4.5: create axis title with correct rotation default + don't mix x and y in barcharts 2005/10/07 11:46:57 bm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2005/07/13 11:43:06 iha 1.3.4.3: added method getTitleType() 2004/05/26 16:26:56 bm 1.3.4.2: default font sizes adapted 2004/04/27 13:33:49 bm 1.3.4.1: +createTitle method for creating a title, if you only have an XDiagram (creation of main-title not possible there)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fd32cdac7217e3bb1973c749ccb0becdb2629aa9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/03 08:02:34 iha 1.1.2.23: #i76842# warning for scale tabpage when min > max 2007/03/19 15:13:39 bm 1.1.2.22: #i75403# Use strings from resource for row and column labels 2007/02/09 12:26:08 bm 1.1.2.21: #i72841# +STR_ACTION_NOTPOSSIBLE for message box that pops up when a non-deleteable object gets a delete-request 2007/01/08 14:07:43 bm 1.1.2.20: #i73221# include guard added 2006/12/11 15:45:58 bm 1.1.2.19: -STR_DATA_NEW_SERIES, +STR_DATA_UNNAMED_SERIES_WITH_INDEX 2006/12/08 19:03:08 iha 1.1.2.18: corrected title of roadmap in wizard 2006/12/05 23:41:55 iha 1.1.2.17: #i71675# enable set data label range for xy charts 2006/11/01 17:45:46 iha 1.1.2.16: cleanup resources: no hardcoded quotes 2006/11/01 15:35:32 iha 1.1.2.15: cleanup resources + changed variable names according to style guide 2006/10/27 18:42:21 iha 1.1.2.14: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code 2006/10/27 15:31:47 iha 1.1.2.13: name consolidation 2006/10/27 15:17:11 iha 1.1.2.12: name consolidation 2006/10/27 15:02:48 iha 1.1.2.11: name consolidation 2006/10/27 14:59:05 iha 1.1.2.10: name consolidation 2006/10/21 12:14:27 iha 1.1.2.9: name consolidation 2006/10/21 11:03:55 iha 1.1.2.8: removed string STR_GRIDLINES use TR_OBJECT_GRIDS instead 2006/07/19 15:51:05 bm 1.1.2.7: #i64824# +STR_DATA_ROLE_CATEGORIES for the role categories in the data dialog 2006/05/29 17:54:13 iha 1.1.2.6: replaced STR_OBJECT_SOURCE_DATA by STR_OBJECT_DATA_RANGE 2006/01/14 14:55:51 iha 1.1.2.5: Custom entry for 3D View scheme listbox 2006/01/13 15:05:04 bm 1.1.2.4: +STR_ACTION_REARRANGE_CHART (94) 2006/01/12 17:56:25 iha 1.1.2.3: change name of wizard step 4 according to spec 2005/11/29 18:36:38 bm 1.1.2.2: SchResId may return an OUString, ResIdHelper offers replacement method for OUString 2005/11/29 16:32:51 bm 1.1.2.1: moved here from controller/inc

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2b085c199500b40af4f4438d356fa9e442fcd772]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:35 bm 1.1.2.3: license header change 2004/09/16 11:37:53 bm 1.1.2.2: API simplification 2004/09/15 12:06:04 bm 1.1.2.1: replacement for API StackMode enum

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a9dc693254454e8307c39468c3263960b4d4d00d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:35 bm 1.1.2.2: license header change 2004/05/07 13:42:18 bm 1.1.2.1: properties for a 3d scene

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d6cd3b671e75df3943575528d66964acede0e37e]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/04/05 11:13:12 bm 1.3.12.1: make Scalings available via factory

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c0458612eb27909095474a3cb01b92e6477d494f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 15:53:27 bm 1.1.2.2: #i74635# some adaptions for ResMgr cleanup 2005/11/29 17:25:41 bm 1.1.2.1: provide ResMgr singleton (was in controller/inc/ViewSingletons.hxx before)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3c8b5807fd8fcf4a274a91fa54b751d562119d55]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/29 18:36:38 bm 1.1.2.2: SchResId may return an OUString, ResIdHelper offers replacement method for OUString 2005/11/29 17:20:08 bm 1.1.2.1: moved here from controller/inc

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6fb269ad70892b3a2a9caf911253f810cc11eeb5]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/01/20 16:49:17 bm 1.3.12.1: adaptFontSizes: pass target properties as const Reference to allow temporaries

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9df1d53c9a6900bb9605720b2d357bbd1c1a99d8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/05/02 11:12:52 bm 1.1.2.6: #i62831# +moveObject with check for out-of-bounds 2006/05/02 08:51:13 bm 1.1.2.5: +getReanchoredPosition 2006/02/23 17:35:23 bm 1.1.2.4: +centerGrow 2005/12/01 16:39:54 iha 1.1.2.3: #124571# load & save position of rotated titles correctly 2005/10/11 09:20:35 bm 1.1.2.2: license header change 2004/09/17 17:21:41 iha 1.1.2.1: correct positions for titles also after move

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4c5beeca20bebdbc70136bd56ee311c0b303335]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/06/07 14:52:05 bm 1.5.4.9: #124497# +getMeanValueLine 2006/03/29 22:24:44 iha 1.5.4.8: restructure legend entry creation + legend entries in data labels 2006/02/28 12:36:17 bm 1.5.4.7: +isMeanValueLine 2005/10/07 11:45:20 bm 1.5.4.6: RESYNC: (1.5-1.6); FILE MERGED 2005/05/09 09:51:05 bm 1.5.4.5: moved parts of API to data namespace 2005/04/11 10:08:37 iha 1.5.4.4: add methods addRegressionCurve() removeAllExceptMeanValueLine() and getFirstCurveNotMeanValueLine() 2004/04/28 11:51:26 bm 1.5.4.3: superfluous class name in method declaration 2004/04/14 09:40:01 iha 1.5.4.2: domain-x -> values-x 2004/02/13 16:51:24 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b535eff0e53c8b7ab38c13451653d096b482cc1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/24 10:21:20 bm 1.1.2.1: Helper for Reference(Diagram|Page)Size setting and retrieving. Includes former functionality of AutoResizeHelper

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c3af230b66c8a78e88186ffb34f5d119d999231]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:29:14 iha 1.1.2.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/02 15:20:33 bm 1.1.2.1: component implementing range highlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6fec4248d6318fdf62fafc03c02d5548b15dbfa7]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:45:10 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/08/11 16:01:12 bm 1.2.4.5: PropertyValueNameEquals and PropertyLess enabled 2005/08/03 16:36:17 bm 1.2.4.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/12 12:57:06 bm 1.2.4.3: use named properties for gradients etc. in chart model 2005/07/11 12:57:43 bm 1.2.4.2: functions to add named properties into the corresponding tables with unique names 2004/02/13 16:51:24 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e4bebfa28cb98de94a67bd9bc539058ab124eb71]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/19 16:46:31 bm 1.1.2.6: #i67808# offer a way to get the title type of a CID (publicly) 2006/04/10 12:25:08 iha 1.1.2.5: api restructure axis, grids, scales and increments 2006/03/19 10:39:54 iha 1.1.2.4: reselect pie and donut segments after dragging 2006/02/28 12:09:12 bm 1.1.2.3: ObjectIdentifier::getIndexFromParticle => ObjectIdentifier::getIndexFromParticleOrCID 2006/02/20 09:18:28 bm 1.1.2.2: getObjectPropertySet also with XChartDocument as parameter 2005/12/21 21:28:02 iha 1.1.2.1: remove identifiers from model objects and create an index based CID protocol instead for selection purposes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1eb5efa98cfbf42480023aa500667c877e503d64]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/11/15 15:30:27 bm 1.2.4.6: garbage collection, disposing, reference release issues 2005/11/03 13:38:45 bm 1.2.4.5: do not notify change to parent object in _NoBroadcast method 2005/11/03 11:57:03 bm 1.2.4.4: +firePropertyChangeEvent for notifying property changes 2005/10/07 11:44:17 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/23 15:24:10 iha 1.2.4.2: #i55000# crash caused by dead reference to mutex 2005/03/30 16:31:05 bm 1.2.4.1: make model cloneable (+first undo implementation)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2fec3d8f04ac7cc031cf5d4341f0370d92a10050]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:34 bm 1.1.2.3: license header change 2004/04/30 15:48:24 bm 1.1.2.2: some comments added 2004/04/30 15:31:48 bm 1.1.2.1: Avoid Warning if this is used in the CTOR base-initializer list This warning appears on Windows (Warning 4355) esp. for Dialog classes where all controls have to be initialized in the base-initializer list and have to get this as parameter Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [653214a4ae4a275beb667bdb24feb822c240e7dd]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:34 bm 1.1.2.2: license header change 2005/04/19 17:24:06 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset) Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a80a7680561d04ce1ef013040cdbc08d65b0f51]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:34 bm 1.1.2.4: license header change 2005/07/12 12:57:06 bm 1.1.2.3: use named properties for gradients etc. in chart model 2005/04/19 17:23:17 iha 1.1.2.2: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 07:52:46 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0d765b26d39aef187189959ead9166a702bd8ac6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:34 bm 1.1.2.5: license header change 2005/07/12 12:57:06 bm 1.1.2.4: use named properties for gradients etc. in chart model 2005/04/19 17:23:16 iha 1.1.2.3: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:09:01 iha 1.1.2.2: added NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:52:34 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9fd9f16a6d4d593c2a053b83a18b47c3f7641531]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/07 13:47:31 bm 1.1.2.4: don't implement the private default CTOR 2005/10/11 09:20:33 bm 1.1.2.3: license header change 2005/07/08 16:44:36 bm 1.1.2.2: support XCloneable 2005/05/31 18:26:02 iha 1.1.2.1: name container for gradient lists etc. Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [46c62167bd89a98affade14cfcde91e4026c04a0]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:43:30 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/02/13 16:51:24 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a5f6ced0d430a52e58cd2a61c693a18172de1cdc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/14 17:25:14 bm 1.1.2.7: use weak references for listening 2005/11/11 15:02:16 bm 1.1.2.6: implement XComponent 2005/11/09 09:19:32 bm 1.1.2.5: give containers as const reference to helper functions to allow temporaries 2005/11/08 16:08:11 bm 1.1.2.4: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/10/25 09:26:10 bm 1.1.2.3: wrong typename keywords 2005/10/25 09:20:41 bm 1.1.2.2: missing namespaces 2005/10/14 14:42:23 bm 1.1.2.1: helper for notifying model changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [841e3eefac3f1372f80c3ac0a29f8efac5026ffc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/06/18 07:02:39 bm 1.1.2.1: helping class for listening at XModifyBroadcaster

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4748816a3a9f9afef9ecbea0dea847a1a453f2c9]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/11/29 18:07:55 iha 1.1.1.1.4.5: #i58464# work around wrong writer ranges in file 2005/10/07 11:43:02 bm 1.1.1.1.4.4: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/09/03 17:08:58 iha 1.1.1.1.4.3: enable save - add OutputStream 2004/03/19 14:32:52 bm 1.1.1.1.4.2: XDataSource now contains XLabeledDataSources 2004/03/02 09:38:00 bm 1.1.1.1.4.1: type of URL property was wrong

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [345128c6fdf8eebdb09c753bfcb753154f6d5d15]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/04/10 12:25:08 iha 1.1.4.6: api restructure axis, grids, scales and increments 2005/10/07 11:42:09 bm 1.1.4.5: RESYNC: (1.1-1.2); FILE MERGED 2005/07/14 12:32:50 iha 1.1.4.4: remove unused parameter 'bIncludeStyleProperties' 2005/07/14 11:33:17 iha 1.1.4.3: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:57:06 bm 1.1.4.2: use named properties for gradients etc. in chart model 2004/02/13 16:51:24 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [95ec350335fc92a1db3611b80b2568fd69663935]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:41:53 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/08/25 16:24:10 bm 1.2.4.2: #124570# CloseVetoException was passed as Exception to function before throw, which discarded the type. This violated the throw specification later that only allows the CloseVetoException 2004/04/26 11:42:14 iha 1.2.4.1: corrected comment

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4e776dd6d2e48c9dfa3aa66a07a730009daa762d]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/16 15:38:32 bm 1.5.4.5: #i70287# +hasLegend (used by toolbar toggle legend command) 2005/12/21 21:29:14 iha 1.5.4.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 11:41:36 bm 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/16 12:52:49 iha 1.5.4.2: create legend on demand 2004/09/16 14:43:48 iha 1.5.4.1: implement api redesign

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b7a990af26fb5c6fedca5c69c52874497f973f4d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 11:43:20 bm 1.1.2.8: include XModifyBroadcaster (not only implement ...) 2006/04/04 15:58:50 bm 1.1.2.7: implement XModifyBroadcaster 2005/10/11 09:20:33 bm 1.1.2.6: license header change 2005/05/27 12:21:08 bm 1.1.2.5: offer LabeledDataSequence as service 2005/05/09 09:51:04 bm 1.1.2.4: moved parts of API to data namespace 2004/04/15 17:26:53 bm 1.1.2.3: cloning for data sequences 2004/03/19 14:32:52 bm 1.1.2.2: XDataSource now contains XLabeledDataSources 2004/03/12 10:40:48 bm 1.1.2.1: core object for XLabeledDataSequence

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a5e068eea0bee0b243830ab3fa0847fc094cee7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 16:30:15 bm 1.1.2.10: #i72340# allow swapping rows 2007/02/09 17:29:18 bm 1.1.2.9: XChartDocument::createInternalDataProvider() works like expected now 2006/11/10 15:06:11 bm 1.1.2.8: #i67875# add undo for own data 2006/07/19 15:55:25 bm 1.1.2.7: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2005/10/29 15:41:31 iha 1.1.2.6: support SequenceMapping also for chart local data 2005/10/11 09:20:33 bm 1.1.2.5: license header change 2005/09/08 11:36:39 iha 1.1.2.4: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/08/18 14:08:04 bm 1.1.2.3: provide a CTOR with another XChartDataArray to copy 2005/08/17 16:54:46 bm 1.1.2.2: keep data row source away from InternalData class / support XCloneable 2005/08/11 16:01:59 bm 1.1.2.1: classes for internal data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b34391237c749e1612215ac67ee9fa79707a0d5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/29 22:20:41 iha 1.1.2.1: restructure legend entry creation + legend entries in data labels

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c1dd9eb269d554d8f89d373aa691b546bfca50e6]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/10/20 20:30:55 iha 1.1.4.8: implement gradient step count 2005/10/07 11:41:06 bm 1.1.4.7: RESYNC: (1.1-1.2); FILE MERGED 2005/07/14 14:42:44 iha 1.1.4.6: cleanup Fillproperties 2005/07/14 12:32:49 iha 1.1.4.5: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:57:06 bm 1.1.4.4: use named properties for gradients etc. in chart model 2005/06/16 07:56:48 iha 1.1.4.3: added missing Property FillBackground 2005/06/15 18:17:25 iha 1.1.4.2: correct name for Property FillTransparenceGradient + added comments 2004/02/13 16:51:23 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f7141ba2755353ae966769980a90d1d83dc35131]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2005/10/07 11:40:48 bm 1.1.4.12: RESYNC: (1.1-1.2); FILE MERGED 2005/07/14 14:42:44 iha 1.1.4.11: cleanup Fillproperties 2005/07/14 12:03:41 iha 1.1.4.10: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:57:05 bm 1.1.4.9: use named properties for gradients etc. in chart model 2005/07/04 08:38:32 iha 1.1.4.8: offer stock properties 'Volume' and 'UpDown' 2005/06/22 08:14:24 iha 1.1.4.7: support property DataCaption at diagram, series and data point 2005/06/17 20:13:24 iha 1.1.4.6: support spline propeties 2005/05/09 16:32:47 iha 1.1.4.5: added support for property Symboltype 2005/04/22 18:50:08 iha 1.1.4.4: old api support - statistic properties 2005/04/19 17:23:16 iha 1.1.4.3: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 08:05:53 bm 1.1.4.2: named fill and line properties 2004/05/07 13:45:34 bm 1.1.4.1: +SceneProperties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0988b2383da90e065954c5111bc8a17aca98a00e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/02 11:16:27 bm 1.1.2.2: #i27352# implement quick help 2006/08/02 10:19:29 bm 1.1.2.1: moved here from view/axes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24301be5c553de2e30b42fbc707576ce114ee9ed]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/12 17:17:52 bm 1.1.2.1: helper for adding as XEventListener to multiple objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a292e697983ac9e1a2fe17fdb886d48459bf07d1]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/06/26 12:34:15 bm 1.2.4.6: #i66692# offer regression curves and error bars via service manager 2005/12/21 21:29:13 iha 1.2.4.5: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/07 17:12:42 bm 1.2.4.4: some missing notifications added 2005/10/11 12:52:29 bm 1.2.4.3: #i27351# implement XCloneable for Undo 2005/10/07 11:40:21 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/02/13 16:51:23 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ec5fa2818d015160fbd27e5cde7ab3fd1526a365]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/15 17:17:09 bm 1.1.2.3: typename missing 2005/11/11 15:00:45 bm 1.1.2.2: include algorithm (for_each) 2005/11/11 14:55:21 bm 1.1.2.1: helper for disposing objects or containers of objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ade1860aebb9c97b19a4cc02cab7b96fe705c528]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:08:49 iha 1.2.4.51: #i75393# Connect Bars per diagram not per series 2007/04/19 16:10:53 iha 1.2.4.50: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/03/01 13:54:29 iha 1.2.4.49: #i71167 & i74564# keep charttype properties if possible when switching charttypes 2007/02/09 17:29:18 bm 1.2.4.48: XChartDocument::createInternalDataProvider() works like expected now 2007/01/10 12:39:25 bm 1.2.4.47: extra qualifier removed 2006/12/07 23:17:54 iha 1.2.4.46: #i67833# simple 3D look - bring light to front 2006/08/21 16:13:59 iha 1.2.4.45: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/08/09 17:40:26 iha 1.2.4.44: #i63017# disable/enable menu Format->Arrangement 2006/06/30 22:20:19 iha 1.2.4.43: correct 3D pie rotation: different default camera for pies 2006/06/24 18:30:02 iha 1.2.4.42: don't show wall nor floor for pies and donuts until older files can be detected 2006/06/18 19:27:41 iha 1.2.4.41: implement camera distance 2006/06/09 15:30:20 iha 1.2.4.40: concentrated helping method for getting and setting rotation of diagram - don't touch the camera rotation but take it into account 2006/04/22 11:12:44 iha 1.2.4.39: park unused categories in scale with AxisType not being CATEGORY 2006/04/10 12:25:08 iha 1.2.4.38: api restructure axis, grids, scales and increments 2006/01/16 12:08:57 bm 1.2.4.37: also reset diagram rotation in rearrange function 2005/12/21 21:29:13 iha 1.2.4.36: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:35:40 bm 1.2.4.35: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 15:14:04 iha 1.2.4.34: support BarOverlap and GapWidth 2005/11/08 14:55:50 iha 1.2.4.33: set and remove categories also to and from secondary scales 2005/11/07 20:55:47 iha 1.2.4.32: implement changing series order 2005/11/02 19:16:18 iha 1.2.4.31: enable load of stock chart with japanese boxes 2005/11/02 16:09:43 bm 1.2.4.30: removed unused function getInterpretedDataFromDiagram 2005/11/02 13:49:20 bm 1.2.4.29: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/11/01 13:05:56 iha 1.2.4.28: support sequence mapping 2005/10/24 11:06:40 iha 1.2.4.27: coordinate system restructure 2005/10/13 17:38:50 iha 1.2.4.26: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:51:23 bm 1.2.4.25: +removeUnusedCoordinateSystems 2005/10/07 11:40:06 bm 1.2.4.24: RESYNC: (1.2-1.3); FILE MERGED 2005/09/22 16:56:15 iha 1.2.4.23: automatic categories for pie legend 2005/09/16 16:50:10 iha 1.2.4.22: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/07/14 14:51:10 bm 1.2.4.21: function for creating dummy categories (preliminary, not localized yet) 2005/05/09 09:51:04 bm 1.2.4.20: moved parts of API to data namespace 2005/05/04 12:51:51 iha 1.2.4.19: added methods isSeriesAttachedToMainAxis(), attachSeriesToAxis(), getChartTypeOfSeries(), getCoordinateSystemOfChartType(), clearCoordinateSystem() 2005/04/19 14:34:07 bm 1.2.4.18: +getScaleHoldingCategoriesFromDiagram 2005/04/11 11:32:45 iha 1.2.4.17: changed parameter for methods set/getVertical() for old api 2004/09/20 17:25:48 bm 1.2.4.16: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:43:48 iha 1.2.4.15: implement api redesign 2004/09/16 12:21:56 bm 1.2.4.14: API simplification 2004/09/15 17:06:29 bm 1.2.4.13: +getStackModeFromChartType 2004/09/15 14:32:04 iha 1.2.4.12: implement api redesign 2004/09/15 14:30:19 bm 1.2.4.11: API simplification 2004/09/15 11:48:43 iha 1.2.4.10: implement api redesign 2004/09/15 11:21:11 bm 1.2.4.9: API simplification 2004/06/29 12:42:44 bm 1.2.4.8: +getInterpretedDataFromDiagram 2004/05/27 17:28:26 bm 1.2.4.7: +bTreatBarsAsVertical flag in get/setVertical methods 2004/05/13 09:51:53 bm 1.2.4.6: getTemplateForDiagram() supports a parameter rPreferredTemplateName for faster access in case the template didn't change 2004/04/01 16:03:01 bm 1.2.4.5: some more fixes for setDimension() for old API 2004/04/01 10:48:41 bm 1.2.4.4: +functions to get/set the SwapXAndYAxis property at coordinate-systems 2004/03/24 19:05:23 bm 1.2.4.3: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/24 10:35:14 bm 1.2.4.2: +getTemplateNameForDiagram 2004/02/13 16:51:23 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0f6cbdec6a36e5b7c441db78f7dafb51c72b3621]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/17 16:32:42 bm 1.1.2.15: in ChartModel::setParent migrate the data from one data provider to the new one, if it is the same implementation and no temporary document. This is needed for solving the current clipboard problems 2006/03/17 13:27:50 bm 1.1.2.14: +allArgumentsForRectRangeDetected 2005/12/02 15:22:52 bm 1.1.2.13: +getUsedDataRanges for XDiagram, +getRangesFromLabeledDataSequence, +getRangesFromDataSource 2005/11/01 13:08:40 iha 1.1.2.12: support sequence mapping 2005/10/27 17:44:23 iha 1.1.2.11: support SequenceMapping 2005/10/25 16:25:55 iha 1.1.2.10: support SequenceMapping 2005/10/11 09:20:33 bm 1.1.2.9: license header change 2005/08/19 15:27:54 bm 1.1.2.8: GetUsedData for XChartDocument 2005/07/29 14:54:57 bm 1.1.2.7: detectRangeSegmentation: allow including unused data for calculation of data range 2005/05/27 12:20:52 bm 1.1.2.6: +getUsedDataRanges 2005/05/12 13:56:40 bm 1.1.2.5: API change XDataProvider 2005/05/09 09:51:04 bm 1.1.2.4: moved parts of API to data namespace 2005/04/04 16:12:06 iha 1.1.2.3: added helping methods for ranges 2004/06/29 12:46:35 bm 1.1.2.2: -getRangeIdentifiers +addRangeRepresentationsFromLabeledDataSequence (was local before as helper for the above) 2004/05/07 16:26:10 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fc9cc0c5c8c5eb7be175ab4048ac09db20a32087]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE ADDED 2005/10/11 09:20:32 bm 1.1.4.5: license header change 2005/06/20 14:36:08 bm 1.1.4.4: DataSource may be created via factory 2005/05/09 09:51:03 bm 1.1.4.3: moved parts of API to data namespace 2004/03/19 14:32:52 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:22 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [479246d17ec0cc848042779843cb532dfe902214]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2007/02/24 10:38:07 iha 1.1.4.25: #i74648# also change attributed data points 2007/02/23 18:07:28 iha 1.1.4.24: #i74655# symbols lost when switching smooth lines 2007/02/09 12:29:20 bm 1.1.4.23: #i72841# move deleteSeries functionality here from source/controller/dialog/DialogModel.cxx 2006/08/02 11:16:26 bm 1.1.4.22: #i27352# implement quick help 2006/07/25 16:46:03 bm 1.1.4.21: #i64824# handle number formats in the data browser 2006/04/10 12:25:07 iha 1.1.4.20: api restructure axis, grids, scales and increments 2005/12/21 21:29:12 iha 1.1.4.19: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/02 19:18:55 iha 1.1.4.18: added helping method SetRole() 2005/11/01 13:07:42 iha 1.1.4.17: support sequence mapping 2005/10/27 17:43:25 iha 1.1.4.16: support autogenerated label 2005/10/13 17:38:49 iha 1.1.4.15: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:39:49 bm 1.1.4.14: RESYNC: (1.1-1.2); FILE MERGED 2005/07/22 11:16:07 bm 1.1.4.13: comment fixed 2005/07/22 11:14:13 bm 1.1.4.12: comment added 2005/05/09 09:51:02 bm 1.1.4.11: moved parts of API to data namespace 2005/05/03 16:51:04 bm 1.1.4.10: XDataProvider, XDataSequence: RangeIdentifiers removed 2004/09/17 10:52:49 bm 1.1.4.9: API simplification 2004/09/15 09:59:31 iha 1.1.4.8: removed unused code 2004/09/15 09:55:02 iha 1.1.4.7: implement api redesign 2004/09/15 09:49:40 bm 1.1.4.6: API simplification 2004/05/07 15:36:50 bm 1.1.4.5: legend-entries: use TextualDataSequence if available 2004/04/27 13:41:49 bm 1.1.4.4: +createUniqueSeriesId that calculates a yet unused id +getDataSeriesIdentifier convenience to get the Identifier property of a series 2004/03/29 13:28:45 bm 1.1.4.3: XDataSource: getSourceRangeRepresentation -> getSourceIdentifier 2004/03/19 14:32:51 bm 1.1.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:22 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [18467d5d9bf5ea7a5faa5c11760bd28df67b2823]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/03 16:14:43 bm 1.1.2.2: +ControllerLockHelper 2005/10/18 12:39:21 bm 1.1.2.1: class that locks controllers of a model in CTOR an unlocks in DTOR

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd0bb525f5135d2fe6ba05dfd9169d135ffdeee7]

        INTEGRATION: CWS chart2mst3 (1.2.12); FILE MERGED 2006/01/27 09:51:21 bm 1.2.12.1: InlineContainer.hxx moved to comphelper

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8c61ca00367bbdbcac651c3be1dd9e4e48ae7ec1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:32 bm 1.1.2.3: license header change 2005/08/05 16:12:08 bm 1.1.2.2: missing typename specifier 2005/08/03 16:20:17 bm 1.1.2.1: algohelper split up

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fe66ab1bee411669e5c772c15eda131cdb73f396]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/04 14:40:18 bm 1.1.2.1: helper interface for listeners for config items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ac0254f72b044dcbc16f076237c4e2ffa9fc3cbc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/04 14:49:30 bm 1.1.2.4: ConfigItemListener has its own header now 2005/10/11 09:20:32 bm 1.1.2.3: license header change 2005/08/12 13:00:40 bm 1.1.2.2: return type forgotten 2005/07/28 09:35:54 bm 1.1.2.1: color scheme that reads the default colors from the configuration

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [490917bebc2db209ac98688ff798a21e78afe2e2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:32 bm 1.1.2.2: license header change 2005/08/03 16:20:06 bm 1.1.2.1: algohelper split up

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6e7c69ce21c9826fc533fe9830d1009d383c2d4f]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/11/26 13:07:53 iha 1.6.4.21: method Direction3DToB3DPoin 2006/11/22 17:24:57 iha 1.6.4.20: RESYNC: (1.7-1.8); FILE MERGED 2006/11/01 15:35:32 iha 1.6.4.19: cleanup resources + changed variable names according to style guide 2006/10/20 20:32:24 iha 1.6.4.18: implement gradient step count 2006/09/29 15:00:07 iha 1.6.4.17: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/09/24 09:12:54 iha 1.6.4.16: #i61970# correct implementation of axis at 2006/08/02 11:36:18 bm 1.6.4.15: typename keyword missing 2006/08/01 08:58:12 bm 1.6.4.14: +FlattenVector to convert a vector of vector of T to a vector of T 2005/10/07 11:39:18 bm 1.6.4.13: RESYNC: (1.6-1.7); FILE MERGED 2005/08/03 16:19:01 bm 1.6.4.12: -ContainerToSequence: see ContainerHelper for this function now 2005/07/23 00:01:20 iha 1.6.4.11: include axis title sizes in diagram position to support old api and fileformat 2005/05/09 09:51:00 bm 1.6.4.10: moved parts of API to data namespace 2004/06/07 17:51:27 iha 1.6.4.9: added  Direction3DToVector3D 2004/05/05 16:00:40 iha 1.6.4.8: added Vector3DToPosition3D 2004/04/07 14:33:20 bm 1.6.4.7: +ContainerToSequence 2004/03/19 14:32:51 bm 1.6.4.6: XDataSource now contains XLabeledDataSources 2004/03/11 09:38:05 iha 1.6.4.5: added operator+ for Direction3D 2004/02/29 10:20:04 iha 1.6.4.4: added Position3DToAWTPoint + Direction3DToAWTSize 2004/02/23 19:08:07 iha 1.6.4.3: do not convert something wrong to number - functionality not needed anymore 2004/02/20 17:33:49 iha 1.6.4.2: added method DataSequenceToStringSequence for categories at axes 2004/02/13 16:51:22 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0d5ae721309494fb01f409c71a574b9ab316f6c8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:32 bm 1.1.2.3: license header change 2005/08/03 16:36:16 bm 1.1.2.2: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2004/07/01 13:35:52 iha 1.1.2.1: helper for pie chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [605d812767058934b5636533f01bcfd4d2d0b8d1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:31 bm 1.1.2.3: license header change 2005/08/12 13:02:30 bm 1.1.2.2: some includes missing 2005/08/03 16:20:27 bm 1.1.2.1: algohelper split up

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8066364478804147b001d68aa453a1363ef70cbf]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 01:29:11 iha 1.1.2.1: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [181650ac29c7a9d48a74cb1b9fd08a3cb87a10b0]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2005/11/28 15:35:40 bm 1.6.4.7: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 15:13:12 iha 1.6.4.6: support BarOverlap and GapWidth 2005/10/07 11:39:06 bm 1.6.4.5: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 16:50:10 iha 1.6.4.4: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2004/09/17 12:20:47 iha 1.6.4.3: implement api redesign - dimension property 2004/09/17 11:38:14 iha 1.6.4.2: implement api redesign - dimension property 2004/02/13 16:51:21 bm 1.6.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04a1a6fac82e0b4fd338fb56d39bccd9419a0616]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/02/09 17:29:18 bm 1.4.4.11: XChartDocument::createInternalDataProvider() works like expected now 2006/01/23 17:40:13 bm 1.4.4.10: offer findDiagram also for an XChartDocument 2005/12/21 21:29:12 iha 1.4.4.9: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/13 17:38:48 iha 1.4.4.8: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:38:55 bm 1.4.4.7: RESYNC: (1.4-1.5); FILE MERGED 2005/05/31 18:29:04 iha 1.4.4.6: add methods get/setPageSize 2004/09/16 14:43:48 iha 1.4.4.5: implement api redesign 2004/09/16 08:26:59 iha 1.4.4.4: implement api redesign 2004/09/15 08:25:24 iha 1.4.4.3: implement api redesign 2004/03/19 10:55:20 iha 1.4.4.2: removed getScaleGroupOfSeries again - use getParentOfNode instead 2004/03/18 16:19:42 iha 1.4.4.1: added method getScaleGroupOfSeries

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb1d32442bec012ab8ec0b3f183d9f5c41c1a68e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:31 bm 1.1.2.4: license header change 2004/09/20 14:37:10 bm 1.1.2.3: some more debug code 2004/09/17 16:25:12 bm 1.1.2.2: improved 2004/09/17 13:46:41 bm 1.1.2.1: helper for showing OSL_TRACES about objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bb4ce5e6de39a1ea72d0201da09d5d71bf7a1ddb]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/02/20 09:14:24 bm 1.1.4.5: +helper function to get a FontDescriptor from properties 2005/10/07 11:38:42 bm 1.1.4.4: RESYNC: (1.1-1.2); FILE MERGED 2005/07/14 12:45:40 iha 1.1.4.3: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/04/19 17:23:16 iha 1.1.4.2: improved old api support (introduced wrappedpropertyset ...) 2004/02/13 16:51:21 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e05c181e201ce685238f6884b4d9c44bda9cbef3]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/04/05 11:43:19 bm 1.2.4.17: include XModifyBroadcaster (not only implement ...) 2006/04/04 15:58:50 bm 1.2.4.16: implement XModifyBroadcaster 2006/04/04 13:45:50 bm 1.2.4.15: add XModifyBroadcaster to DataSequence 2005/10/07 11:38:29 bm 1.2.4.14: RESYNC: (1.2-1.3); FILE MERGED 2005/09/08 12:42:45 bm 1.2.4.13: +generateLabel 2005/08/05 13:58:30 bm 1.2.4.12: -XDataSequence::generateLabel 2005/07/21 14:47:04 bm 1.2.4.11: support for number formats from data provider 2005/05/09 09:50:58 bm 1.2.4.10: moved parts of API to data namespace 2005/05/03 16:51:04 bm 1.2.4.9: XDataProvider, XDataSequence: RangeIdentifiers removed 2004/06/03 10:11:55 iha 1.2.4.8: added missing interface method 'generateLabel' 2004/04/15 17:26:53 bm 1.2.4.7: cloning for data sequences 2004/04/05 14:12:24 bm 1.2.4.6: XDataProvider API changed 2004/03/29 13:27:15 bm 1.2.4.5: -label / getSourceRangeRepresentation -> getSourceIdentifier 2004/03/24 10:44:20 bm 1.2.4.4: +CTOR with a single string (for the typical "label-case") 2004/03/19 14:32:51 bm 1.2.4.3: XDataSource now contains XLabeledDataSources 2004/03/09 13:01:55 bm 1.2.4.2: XTextualDataSequence and XNumericalDataSequence are no longer derived from XDataSequence 2004/02/13 16:51:20 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [79c9f40f9137e8d62ed5cf77fc1a62dc9eaa30cc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/26 12:59:22 iha 1.1.2.6: performance: avoid unnecessary clipping 2006/11/09 15:31:37 iha 1.1.2.5: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/08/10 15:43:42 iha 1.1.2.4: additional conversion from basegfx to UNO types 2006/06/23 15:10:59 iha 1.1.2.3: added helping methods for rotation 2006/06/09 14:44:42 iha 1.1.2.2: added conversions from/to B3DVector to/from Direction3D and Position3D 2005/11/02 12:13:01 bm 1.1.2.1: helper functions for basegfx matrix etc.

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b97592d5a78c4900f4c0b4006a3ff53f40e20769]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/24 11:06:12 iha 1.1.2.1: coordinate system restructure

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f26c5db2f6efb90e1ffa34a4e820d2cd536208cc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/13 09:31:36 iha 1.1.2.4: #i66856# correct sourceformat for x axis 2006/10/10 08:46:46 iha 1.1.2.3: remove explicit scaling for category axis and pie axis 2006/04/10 18:32:11 iha 1.1.2.2: api restructure axis, grids, scales and increments 2006/04/10 15:00:24 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f960ce7f2cbd87dca1ca43504608fed6da02bc7c]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/10/06 09:11:07 bm 1.5.4.14: #i64500# clipboard for chart objects 2006/08/22 17:31:54 bm 1.5.4.13: #i68861# implement the status bar 2006/06/29 13:54:41 bm 1.5.4.12: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container 2006/03/15 15:54:01 bm 1.5.4.11: ObjectHierarchy moved here from tools 2006/03/12 00:59:30 iha 1.5.4.10: merged ChartAPIValueProvider with Chart2ModelContact 2006/01/13 13:41:52 bm 1.5.4.9: +ChartController_Tools 2005/12/03 18:48:04 iha 1.5.4.8: enable pie segment dragging 2005/11/30 10:00:11 bm 1.5.4.7: ViewSingletons split up into RessourceManager and ConfigurationAccess 2005/11/30 09:58:57 bm 1.5.4.6: ResIdHelper moved to tools 2005/11/29 18:02:46 bm 1.5.4.5: ResId moved to tools 2005/11/25 17:42:34 bm 1.5.4.4: command enabling according to model state 2005/11/21 14:52:58 bm 1.5.4.3: +resid helper, +command dispatch classes 2005/10/07 11:37:14 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/02/13 16:51:20 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d60fe7b23e3f0847b5c0c821f903cdb82de77fd7]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:08:47 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:36:57 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/07/08 14:55:04 iha 1.2.4.5: create and notify an accessible view 2005/05/31 19:01:25 iha 1.2.4.4: create old api without controller 2004/04/07 21:53:43 iha 1.2.4.3: #i20344# added WizardDialog 2004/02/17 19:32:25 iha 1.2.4.2: renamed global symbol to unique name 2004/02/13 16:51:20 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [664734892723062ff66ebdb6bfa742f38b9c53f1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/15 13:57:09 bm 1.1.2.4: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/20 17:03:26 bm 1.1.2.3: allow firing only one status event (needed on initial OLE activation) when the listener is added 2005/11/25 17:42:34 bm 1.1.2.2: command enabling according to model state 2005/11/21 14:52:56 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f552d982fb9ded6d5e350be2a23504e2361f70a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:28 bm 1.1.2.5: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:38 iha 1.1.2.4: resync m195 -> m202 2006/01/20 17:03:26 bm 1.1.2.3: allow firing only one status event (needed on initial OLE activation) when the listener is added 2005/11/25 17:42:34 bm 1.1.2.2: command enabling according to model state 2005/11/21 14:52:42 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b869b6645e97c73163a0f52893c7216ef4bdb74]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/22 17:29:33 bm 1.1.2.1: #i68861# dispatch for the status bar controls

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [66a4b75699cf9f670f518db6dae14c75a86fb3c8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:37 iha 1.1.2.2: resync m195 -> m202 2006/08/22 17:29:23 bm 1.1.2.1: #i68861# dispatch for the status bar controls

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8799e3052feeed60e108dc0dfd720d633446afe3]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/03/07 16:43:38 iha 1.3.4.12: don't move on floor 2007/03/07 15:39:04 iha 1.3.4.11: correct tip help on chart wall and floor 2006/10/24 13:23:19 iha 1.3.4.10: remove unused out parameter for CID 2006/10/23 14:39:07 iha 1.3.4.9: display correct mousepointer 2006/10/20 21:08:59 iha 1.3.4.8: implement selection of additional shapes 2006/08/02 11:16:26 bm 1.3.4.7: #i27352# implement quick help 2006/03/19 20:00:21 iha 1.3.4.6: set dragmode before selecting 2006/03/19 15:34:38 iha 1.3.4.5: correct selection handling of datapoints and series 2006/03/19 10:43:37 iha 1.3.4.4: reselect pie and donut segments after dragging 2005/10/07 11:36:33 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/07 08:23:58 iha 1.3.4.2: reselect objects after view rebuild 2005/07/05 15:54:29 iha 1.3.4.1: redefine diagram size

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8d6308b6adabd1c1f2b5543341bbf6347205558f]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/19 15:11:05 iha 1.6.4.25: select page when nothing is hit 2007/03/07 16:43:38 iha 1.6.4.24: don't move on floor 2007/03/07 15:39:26 iha 1.6.4.23: correct tip help on chart wall and floor 2006/11/28 08:56:34 bm 1.6.4.22: includes for SolarMutex 2006/11/24 21:42:23 iha 1.6.4.21: incompatibel changes for aw024 2006/11/22 17:24:33 iha 1.6.4.20: RESYNC: (1.8-1.9); FILE MERGED 2006/10/26 11:29:22 iha 1.6.4.19: enable selection of diagram and page whitout filling 2006/10/24 13:23:35 iha 1.6.4.18: remove unused out parameter for CID 2006/10/23 14:39:36 iha 1.6.4.17: display correct mousepointer 2006/10/20 21:10:13 iha 1.6.4.16: implement selection of additional shapes 2006/10/18 17:08:39 bm 1.6.4.15: RESYNC: (1.7-1.8); FILE MERGED 2006/10/12 11:29:31 iha 1.6.4.14: more nice handles for 3D bar series selection 2006/08/02 11:16:26 bm 1.6.4.13: #i27352# implement quick help 2006/04/12 13:54:56 iha 1.6.4.12: allow deselection with empty string 2006/04/03 12:08:39 iha 1.6.4.11: correct selection handles for data point labels and legend entries 2006/03/19 20:00:40 iha 1.6.4.10: set dragmode before selecting 2006/03/19 15:34:27 iha 1.6.4.9: correct selection handling of datapoints and series 2006/03/19 10:44:00 iha 1.6.4.8: reselect pie and donut segments after dragging 2005/12/21 21:29:11 iha 1.6.4.7: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/07 11:36:22 bm 1.6.4.6: RESYNC: (1.6-1.7); FILE MERGED 2005/08/25 12:51:45 bm 1.6.4.5: lock solar mutex when calling into drawing layer code 2005/07/07 08:24:13 iha 1.6.4.4: reselect objects after view rebuild 2005/07/05 15:54:55 iha 1.6.4.3: redefine diagram size 2004/04/27 15:00:39 iha 1.6.4.2: warnings removed 2004/04/26 11:15:11 iha 1.6.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d2fdbf9cce96a94e02edc5946e55d0865b771a3b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:08:30 bm 1.2.4.9: RESYNC: (1.3-1.4); FILE MERGED 2005/12/21 21:29:11 iha 1.2.4.8: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/15 14:11:47 iha 1.2.4.7: guard moveObject against to many view updates 2005/10/07 11:35:54 bm 1.2.4.6: RESYNC: (1.2-1.3); FILE MERGED 2005/07/23 00:01:19 iha 1.2.4.5: include axis title sizes in diagram position to support old api and fileformat 2005/05/09 09:50:58 bm 1.2.4.4: moved parts of API to data namespace 2004/09/07 10:08:02 bm 1.2.4.3: fixed calculation of new position in moveObject 2004/08/25 16:18:47 iha 1.2.4.2: View independent loading - relative position with dynamic anchor point 2004/04/26 19:01:24 iha 1.2.4.1: #i27367# offer additional simpler interface to move objects

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [649c3c268a0574bc0657837eca97c4eda510e2fd]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:37 iha 1.1.2.6: resync m195 -> m202 2006/04/27 11:50:21 bm 1.1.2.5: allow flattening the diagram content in the hierarchy for keyboard navigation 2006/04/10 18:32:11 iha 1.1.2.4: api restructure axis, grids, scales and increments 2006/04/10 15:03:33 iha 1.1.2.3: api restructure axis, grids, scales and increments 2006/04/10 12:25:07 iha 1.1.2.2: api restructure axis, grids, scales and increments 2006/03/15 15:51:46 bm 1.1.2.1: moved here from tools

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5998268390873aaffbf2ef8d43d4ea5df78656f2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 13:45:02 iha 1.1.2.6: #i72826# rotate around z-axis with mouse 2006/12/01 13:54:19 iha 1.1.2.5: correct rotation of diagram after resync to aw024 2006/11/22 17:31:19 iha 1.1.2.4: resync 2006/10/23 15:18:52 iha 1.1.2.3: rotation mode x-only and y-only 2006/06/09 16:26:16 iha 1.1.2.2: don't touch the camera rotation but take it into account 2005/12/03 18:46:13 iha 1.1.2.1: dragmethod for diagram rotation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [27514b0925a8015aa6f08f73df503896d956c00e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 13:45:21 iha 1.1.2.9: #i72826# rotate around z-axis with mouse 2006/12/01 13:54:11 iha 1.1.2.8: correct rotation of diagram after resync to aw024 2006/11/24 21:42:23 iha 1.1.2.7: incompatibel changes for aw024 2006/11/22 17:31:18 iha 1.1.2.6: resync 2006/10/23 15:19:17 iha 1.1.2.5: rotation mode x-only and y-only 2006/06/19 16:03:35 iha 1.1.2.4: enable undo of rotation and preservation of dragging mode 2006/06/09 16:26:01 iha 1.1.2.3: don't touch the camera rotation but take it into account 2006/03/18 20:52:04 iha 1.1.2.2: correct selection handling for rotating diagram 2005/12/03 18:46:28 iha 1.1.2.1: dragmethod for diagram rotation

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [977ab3a1e02462fc81359082842dc7928903d3e4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/01 13:51:52 iha 1.1.2.3: correct dragging of pie segments after resync to aw024 2006/11/23 17:34:05 iha 1.1.2.2: replace Vector2D with B2DVector 2005/12/03 18:43:37 iha 1.1.2.1: enable pie segment dragging

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d95226bd186c095048e9af8051d181acb9d5055b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:37 iha 1.1.2.7: resync m195 -> m202 2006/12/01 13:52:00 iha 1.1.2.6: correct dragging of pie segments after resync to aw024 2006/11/26 12:33:22 bm 1.1.2.5: aw024 incompatibilities commented out: todo enable code with new syntax again 2006/11/23 17:33:55 iha 1.1.2.4: replace Vector2D with B2DVector 2006/11/01 15:36:56 iha 1.1.2.3: cleanup resources + changed variable names according to style guide 2005/12/21 21:29:11 iha 1.1.2.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:43:51 iha 1.1.2.1: enable pie segment dragging

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [52e0aec350fc5547c0edccb5e0481df60b10cdbc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/03 18:42:00 iha 1.1.2.1: base class for dragmethods in chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d740aa702a735e3fdfebebb7108842109437d710]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:37 iha 1.1.2.3: resync m195 -> m202 2005/12/21 21:29:10 iha 1.1.2.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:42:15 iha 1.1.2.1: base class for dragmethods in chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5fec775e74eacc10dee67818627d653fa6c8fc6b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/09 18:12:17 bm 1.1.2.4: #i63017# enable/disable the series forward/backward menu items (patch from pagalmes) 2006/03/15 13:57:09 bm 1.1.2.3: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/20 16:44:57 bm 1.1.2.2: allow firing only one status event (needed on initial OLE activation) when the listener is added, status for AutoResize added 2005/11/25 17:41:28 bm 1.1.2.1: dispatch that cares about command enabling according to the (cached) model state

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [22fce64bf18b6be2802ce4ce538a1fc9b220e23a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/06 14:25:59 iha 1.1.2.29: #i75151# don't delete series when a data point is selected 2007/02/28 15:01:38 bm 1.1.2.28: #i74958# fire status events when the selection changed 2007/02/26 17:58:35 iha 1.1.2.27: correct enabling of 'cut' for series deletion 2007/02/26 15:12:30 iha 1.1.2.26: #i72970# disable 'Object Properties' if not offered 2007/02/08 21:25:37 iha 1.1.2.25: resync m195 -> m202 2007/02/02 11:34:59 iha 1.1.2.24: imlemented cut 2007/02/02 08:21:25 iha 1.1.2.23: corrected disabling for axes and grid formatting 2007/02/01 18:02:05 iha 1.1.2.22: disable insert special character for non text objects 2007/02/01 17:35:55 iha 1.1.2.21: disable insert statistics according spec 2007/02/01 16:52:49 iha 1.1.2.20: change legend menu entry enabling according to spec 2007/01/22 17:31:48 iha 1.1.2.19: remove slot .uno:AutoFormat 2007/01/08 16:59:18 bm 1.1.2.18: #i72787# enable copy command only if an object is selected. Note that currently this does not work for additional shapes. 2006/10/24 12:40:25 bm 1.1.2.17: disable Wall and Floor for pie and donut chart 2006/10/24 11:54:58 bm 1.1.2.16: remove commands that are handled by server application (save, save as, etc.) 2006/10/16 15:36:33 bm 1.1.2.15: #i70287# implement toggle grid horizontal command and correct status of toggle legend command 2006/10/11 09:19:53 bm 1.1.2.14: #i20287# implement toggle legend command, remove unused toolbar commands 2006/10/06 09:11:06 bm 1.1.2.13: #i64500# clipboard for chart objects 2006/09/28 16:46:29 bm 1.1.2.12: #i64500# clipboard paste of metafiles, bitmaps and text 2006/08/23 10:25:14 bm 1.1.2.11: #i68861# update state of StatusBarVisible always, do not cache in ControllerState 2006/08/22 17:31:54 bm 1.1.2.10: #i68861# implement the status bar 2006/08/09 18:12:17 bm 1.1.2.9: #i63017# enable/disable the series forward/backward menu items (patch from pagalmes) 2006/04/10 15:03:33 iha 1.1.2.8: api restructure axis, grids, scales and increments 2006/03/15 13:57:09 bm 1.1.2.7: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/24 10:53:10 bm 1.1.2.6: AutoResizeHelper functionality moved to ReferenceSizeProvider 2006/01/20 16:44:29 bm 1.1.2.5: allow firing only one status event (needed on initial OLE activation) when the listener is added, status for AutoResize added 2005/12/21 21:29:10 iha 1.1.2.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 14:20:08 iha 1.1.2.3: menu changes 2005/11/25 17:51:18 bm 1.1.2.2: enable Position/Size dialog only for dragable objects 2005/11/25 17:41:13 bm 1.1.2.1: dispatch that cares about command enabling according to the (cached) model state

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fb688a3968a48cd0833298cba02987b8d2643a85]

        INTEGRATION: CWS chart2mst3 (1.2.12); FILE MERGED 2006/10/18 17:08:22 bm 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2005/11/30 15:57:10 iha 1.2.12.2: missing ! leads to crash in getConfigurationAccess() 2005/11/29 18:03:38 bm 1.2.12.1: ConfigurationAccess is a singleton now (ViewSingletons no longer needed)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [60be152d36aeffa4da12d6055e4137aaeab91bc7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/07 16:55:27 bm 1.1.2.5: forward container commands to container dispatcher 2006/03/15 13:57:09 bm 1.1.2.4: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state 2005/11/22 10:53:23 bm 1.1.2.2: use correct undo strings 2005/11/21 14:53:20 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4af246a74038ecbddf95e8fe5670c94a0be4c719]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:37 iha 1.1.2.10: resync m195 -> m202 2006/11/07 16:55:27 bm 1.1.2.9: forward container commands to container dispatcher 2006/08/22 17:31:54 bm 1.1.2.8: #i68861# implement the status bar 2006/03/15 13:57:08 bm 1.1.2.7: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/27 09:51:21 bm 1.1.2.6: InlineContainer.hxx moved to comphelper 2005/11/28 16:30:19 bm 1.1.2.5: ::std::swap not supported for temporaries 2005/11/28 14:20:07 iha 1.1.2.4: menu changes 2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state 2005/11/22 10:53:22 bm 1.1.2.2: use correct undo strings 2005/11/21 14:53:07 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2258738e5ad6d8577e50007ebe93a4e5732cbf92]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/22 17:31:54 bm 1.1.2.5: #i68861# implement the status bar 2006/08/09 16:44:35 bm 1.1.2.4: fireStatusEventForURL: use bool instead of sal_Bool 2006/03/15 13:57:08 bm 1.1.2.3: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/01/20 16:45:18 bm 1.1.2.2: allow firing only one status event (needed on initial OLE activation) when the listener is added 2005/11/21 14:52:21 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a644b4bb577a6299daa751b358bdaaa4561aaf8d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:36 iha 1.1.2.7: resync m195 -> m202 2006/08/22 17:31:54 bm 1.1.2.6: #i68861# implement the status bar 2006/08/09 16:50:22 bm 1.1.2.5: fireStatusEventForURL: use bool instead of sal_Bool 2006/01/20 16:45:34 bm 1.1.2.4: allow firing only one status event (needed on initial OLE activation) when the listener is added 2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state 2005/11/22 16:55:46 bm 1.1.2.2: reused variable, bad syntax 2005/11/21 14:52:32 bm 1.1.2.1: classes for dispatching specific events, especially Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bbe95e5daf8b3a65210eb5cddc1e0acf0156ef79]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/08/02 11:16:26 bm 1.2.4.5: #i27352# implement quick help 2006/07/31 12:45:41 bm 1.2.4.4: #i27356# set DrawMode according to system high-contrast settings 2005/10/07 11:35:28 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/07/08 14:56:44 iha 1.2.4.2: create and notify an accessible view 2004/02/18 17:09:41 iha 1.2.4.1: handle lifetime of the ChartWindow correct

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fa65e5897db1b87fc8bccc30e82eb2194e48f2dd]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:07:10 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2006/08/02 11:16:26 bm 1.2.4.6: #i27352# implement quick help 2006/07/31 12:45:24 bm 1.2.4.5: #i27356# set DrawMode according to system high-contrast settings 2006/03/11 13:57:40 iha 1.2.4.4: #i63018# added HelpId for Chart Window 2005/10/07 11:35:17 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/07/08 14:57:37 iha 1.2.4.2: create and notify an accessible view 2004/02/18 17:09:54 iha 1.2.4.1: handle lifetime of the ChartWindow correct

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [316e72b9483ba1e94cce60001f12dbea9e6d4c99]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/06 09:10:28 bm 1.1.2.1: #i64500# transferable for copying chart objects to the clipboard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f1fa950e69c3163ba2f0ea58f18e53797c3a3c1d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:36 iha 1.1.2.4: resync m195 -> m202 2007/02/08 09:28:17 iha 1.1.2.3: resync m195 -> m202 2006/11/26 12:22:43 bm 1.1.2.2: aw024 adaptions 2006/10/06 09:10:17 bm 1.1.2.1: #i64500# transferable for copying chart objects to the clipboard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fd809711165563ad382438496390ff0ce6eb6cec]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/01/22 17:13:34 iha 1.1.1.1.4.10: switch back to old factory name for charts now as we only have the new chart 2006/10/18 17:08:14 bm 1.1.1.1.4.9: RESYNC: (1.2-1.3); FILE MERGED 2005/12/02 14:28:13 bm 1.1.1.1.4.8: set controller as current controller in load() 2005/10/07 11:34:53 bm 1.1.1.1.4.7: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/02 14:24:50 iha 1.1.1.1.4.6: correct size for 5.0 standalone charts 2005/06/08 14:47:59 bm 1.1.1.1.4.5: attachResource is done in load method 2005/06/01 11:28:42 iha 1.1.1.1.4.4: add input stream to media descriptor, get model from media descriptor, don't reinit already loaded model 2004/03/04 13:19:02 iha 1.1.1.1.4.3: change attach order for new menu creation 2004/03/02 09:37:32 bm 1.1.1.1.4.2: load(): call load() or initNew() at model 2004/02/13 16:51:20 bm 1.1.1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [edcf95d9d6471259132b9897212614e63d8e4f93]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/06/29 13:53:54 bm 1.1.2.1: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bff8df9b6573c3db5842fbfce8c0224178507486]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:36 iha 1.1.2.3: resync m195 -> m202 2006/07/03 12:17:26 bm 1.1.2.2: DND_ACTION_NONE is a define not a member of an event 2006/06/29 13:53:54 bm 1.1.2.1: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f655e0bb836499873a3c698911403b18b7904a8]

        INTEGRATION: CWS chart2mst3 (1.17.4); FILE MERGED 2007/04/27 09:30:51 iha 1.17.4.89: #i76656# correct Undo Strings for moving and resizing 2007/03/07 16:43:37 iha 1.17.4.88: don't move on floor 2007/03/07 15:40:27 iha 1.17.4.87: correct tip help on chart wall and floor 2007/02/09 13:51:42 iha 1.17.4.86: #i72826# rotate around z-axis with mouse 2007/02/09 12:28:32 bm 1.17.4.85: #i72841# message box that pops up when a non-deleteable object gets a delete-request 2007/02/08 18:05:04 iha 1.17.4.84: #i73262# Fast Doubleclick from Selection into another not work 2007/02/02 12:11:31 iha 1.17.4.83: notify correct current selection state before opening context menu 2007/02/02 11:31:23 iha 1.17.4.82: imlemented cut 2007/02/01 17:04:14 iha 1.17.4.81: remove superfluous code from old context menu 2007/02/01 16:53:49 iha 1.17.4.80: remove superfluous code from old context menu 2007/02/01 16:14:18 iha 1.17.4.79: added separator to contextmenu according to spec 2007/01/22 17:32:56 iha 1.17.4.78: remove slot .uno:AutoFormat 2006/12/14 19:43:36 iha 1.17.4.77: #i71857# correct values in position and size dialog + fixed dragging 2006/12/11 21:49:18 iha 1.17.4.76: #i71857# initial pos and size dlg shows wrong values 2006/11/30 19:16:12 iha 1.17.4.75: #71964# corrected context menu position when triggered via keys 2006/11/26 12:09:52 bm 1.17.4.74: PickHandle( Point, Window ) changed to PickHandle( Point ) 2006/11/26 11:47:12 bm 1.17.4.73: includes for solar mutex missing, deprecated context menu code removed 2006/11/24 21:42:23 iha 1.17.4.72: incompatibel changes for aw024 2006/11/22 17:24:25 iha 1.17.4.71: RESYNC: (1.21-1.22); FILE MERGED 2006/11/09 15:34:39 iha 1.17.4.70: #i16280# better performance for charts with many data (bar,column,line,area,xy,net charts) 2006/10/24 13:24:14 iha 1.17.4.69: remove unused out parameter for CID 2006/10/24 08:07:05 bm 1.17.4.68: SelectionHelper::isDragableObjectHitTwice: the CID is passed as non-const reference (in-out parameter). So do not pass a temporary 2006/10/23 15:20:25 iha 1.17.4.67: rotation mode x-only and y-only 2006/10/23 14:41:06 iha 1.17.4.66: display correct mousepointer 2006/10/20 21:17:59 iha 1.17.4.65: implement selection of additional shapes 2006/10/19 14:27:52 bm 1.17.4.64: enable context menus via dispatcher 2006/10/18 17:08:06 bm 1.17.4.63: RESYNC: (1.20-1.21); FILE MERGED 2006/10/16 15:49:41 bm 1.17.4.62: impl_SetMousePointer: disable special cursor for POINTER_MOVEBEZIERWEIGHT. That happens for blue handles in the 3d bar selection 2006/10/13 14:42:26 bm 1.17.4.61: enable different mouse cursors. Adjustment of the cursors is done in impl_SetMousePointer 2006/10/09 16:36:35 bm 1.17.4.60: test code checked in by error, removed. 2006/10/05 16:34:46 bm 1.17.4.59: #i69317# submenu ids must also be unique in global scope 2006/10/05 15:41:46 bm 1.17.4.58: #i69317# implement usage of contextmenuhelper. To activate define the USE_CONTEXT_MENU_HELPER variable. When it works remove the old code. 2006/09/28 16:46:29 bm 1.17.4.57: #i64500# clipboard paste of metafiles, bitmaps and text 2006/09/19 16:45:27 bm 1.17.4.56: #i67808# allow deleting the legend and the titles with the delete key 2006/08/25 15:08:34 bm 1.17.4.55: added command names for popup menu as comment to ease later switch to XPopupMenu (implementing XMenuExtended that takes commands) 2006/08/04 10:11:08 iha 1.17.4.54: don't crash on paint 2006/08/02 11:16:25 bm 1.17.4.53: #i27352# implement quick help 2006/05/02 11:14:20 bm 1.17.4.52: #i62831# check moved objects for out-of-bounds 2006/03/19 20:03:20 iha 1.17.4.51: set dragmode before selecting 2006/03/19 16:12:13 iha 1.17.4.50: do not block ckicking data series etc. while diagram is selected 2006/03/19 15:33:54 iha 1.17.4.49: correct selection handling of datapoints and series 2006/03/19 10:43:14 iha 1.17.4.48: reselect pie and donut segments after dragging 2006/03/18 20:53:35 iha 1.17.4.47: correct selection handling for rotating diagram 2006/03/12 01:22:30 iha 1.17.4.46: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/28 13:52:57 bm 1.17.4.45: pie segment dragging with cursor keys 2006/02/28 12:59:10 bm 1.17.4.44: pie segment offset per keyboard 2006/02/24 15:57:30 bm 1.17.4.43: keyboard accessibility 2006/02/23 17:38:13 bm 1.17.4.42: keyboard accessibility: resize diagram with +/- 2006/02/22 18:17:59 bm 1.17.4.41: Keyboard accessibility 2006/01/27 09:51:20 bm 1.17.4.40: InlineContainer.hxx moved to comphelper 2006/01/20 11:33:39 iha 1.17.4.39: removed some performance debug code here better integrate it in the according submathods 2006/01/17 17:16:52 bm 1.17.4.38: allow deselect with an empty Any in select() 2006/01/14 14:31:41 iha 1.17.4.37: cut,copy state requested 2006/01/11 15:11:00 iha 1.17.4.36: don't use implementation details of the ObjectIdentifier somewhere else 2005/12/21 21:29:09 iha 1.17.4.35: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/03 18:50:21 iha 1.17.4.34: enable pie segment dragging + moved diagram rotation dragmethod and adpated to new dragmethod base 2005/11/30 16:10:30 iha 1.17.4.33: menu changes 2005/11/28 14:20:07 iha 1.17.4.32: menu changes 2005/11/22 10:53:22 bm 1.17.4.31: use correct undo strings 2005/11/16 11:52:48 iha 1.17.4.30: undo for rotating diagram 2005/11/16 10:55:39 iha 1.17.4.29: undo for moving and sizing objects 2005/11/15 14:13:47 iha 1.17.4.28: remove explicit view-dirty-setting after draging as model changes are now notified 2005/11/02 13:49:19 bm 1.17.4.27: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/07 11:34:42 bm 1.17.4.26: RESYNC: (1.19-1.20); FILE MERGED 2005/09/02 14:25:30 iha 1.17.4.25: update view after resize 2005/07/23 00:01:19 iha 1.17.4.24: include axis title sizes in diagram position to support old api and fileformat 2005/07/19 10:10:22 iha 1.17.4.23: false throw 2005/07/08 12:23:35 iha 1.17.4.22: removed unused includes 2005/07/07 15:19:30 iha 1.17.4.21: implement interface XSelectionSupplier 2005/07/07 08:35:30 iha 1.17.4.20: implement interface XSelectionSupplier 2005/07/05 15:54:05 iha 1.17.4.19: redefine diagram size 2005/06/09 15:51:58 iha 1.17.4.18: support positions and sizes via view for old api wrapper 2005/06/03 14:38:18 iha 1.17.4.17: set correct size 2005/05/31 19:00:39 iha 1.17.4.16: create old api without controller 2005/04/19 17:39:22 iha 1.17.4.15: make more failsave 2005/04/04 11:23:23 bm 1.17.4.14: handle accelerator keys 2005/03/18 01:20:11 bm 1.17.4.13: RESYNC: (1.18-1.19); FILE MERGED 2004/09/17 11:37:09 iha 1.17.4.12: implement api redesign - dimension property 2004/09/16 14:49:12 iha 1.17.4.11: implement api redesign 2004/08/31 13:23:41 iha 1.17.4.10: enable context menu again 2004/08/26 15:54:57 iha 1.17.4.9: View independent loading - different setting of page size 2004/08/25 16:35:14 iha 1.17.4.8: removed unused code 2004/08/24 14:00:24 iha 1.17.4.7: View independent loading - store page size separat from window (which does not exist in some cases) 2004/08/04 20:15:24 bm 1.17.4.6: RESYNC: (1.17-1.18); FILE MERGED 2004/06/01 19:02:46 iha 1.17.4.5: new 3D view/effects dialog 2004/04/26 17:35:14 iha 1.17.4.4: #i27367# protect view access with solar mutex 2004/04/26 11:15:29 iha 1.17.4.3: #i27367# offer access to created shapes for old api 2004/03/05 15:03:06 iha 1.17.4.2: changed from slot url scheme to uno url scheme due to menubar framework changes 2004/02/18 17:08:56 iha 1.17.4.1: handle lifetime of the ChartWindow correct

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [36c6a231e6f26a51f9fd7df88bcfd5b9e0f933b0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/06 14:25:05 iha 1.1.2.19: #i75151# don't delete series when a data point is selected 2007/02/26 17:58:35 iha 1.1.2.18: correct enabling of 'cut' for series deletion 2007/02/09 12:27:45 bm 1.1.2.17: #i72841# allow deleting series with DEL 2007/02/08 21:25:36 iha 1.1.2.16: resync m195 -> m202 2007/02/02 11:30:40 iha 1.1.2.15: imlemented cut 2006/11/26 11:44:30 bm 1.1.2.14: includes for solar mutex missing 2006/10/20 21:19:32 iha 1.1.2.13: implement selection of additional shapes 2006/10/16 16:15:59 bm 1.1.2.12: lock solar mutex when switching on/off AutoTextScale 2006/10/16 15:15:56 bm 1.1.2.11: #i70287# implement toggle grid horizontal command 2006/10/11 09:19:53 bm 1.1.2.10: #i20287# implement toggle legend command, remove unused toolbar commands 2006/10/06 09:11:06 bm 1.1.2.9: #i64500# clipboard for chart objects 2006/09/28 16:46:29 bm 1.1.2.8: #i64500# clipboard paste of metafiles, bitmaps and text 2006/07/07 17:16:32 iha 1.1.2.7: get correct diagram size 2006/06/30 22:26:29 iha 1.1.2.6: added todo for resetting scene defaults 2006/01/24 10:52:32 bm 1.1.2.5: +impl_createReferenceSizeProvider, +impl_adaptDataSeriesAutoResize 2006/01/20 17:02:44 bm 1.1.2.4: implement ScaleText command 2006/01/16 12:08:57 bm 1.1.2.3: also reset diagram rotation in rearrange function 2006/01/13 15:03:56 bm 1.1.2.2: use correct string for undo 2006/01/13 13:41:40 bm 1.1.2.1: dispatches for NewArrangement and ScaleText

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a3f595ba450f09cb8e6344ed1c394d5b4ac1f186]

        INTEGRATION: CWS chart2mst3 (1.7.10); FILE MERGED 2007/05/14 20:04:55 bm 1.7.10.15: RESYNC: (1.9-1.10); FILE MERGED 2007/02/01 18:01:09 iha 1.7.10.14: start edit mode before adding special characters 2007/01/16 16:26:25 iha 1.7.10.13: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/26 11:43:16 bm 1.7.10.12: includes for solar mutex missing 2006/11/24 21:42:23 iha 1.7.10.11: incompatibel changes for aw024 2006/11/22 17:24:17 iha 1.7.10.10: RESYNC: (1.8-1.9); FILE MERGED 2006/10/20 21:15:35 iha 1.7.10.9: implement selection of additional shapes 2006/10/18 17:07:58 bm 1.7.10.8: RESYNC: (1.7-1.8); FILE MERGED 2006/03/23 09:57:10 bm 1.7.10.7: support for paragraphs for accessibility titles 2005/12/21 21:29:09 iha 1.7.10.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/15 20:23:40 iha 1.7.10.5: remove superfluous view updates 2005/11/15 15:33:04 iha 1.7.10.4: guard dialogs with solarmutex 2005/10/18 14:45:27 bm 1.7.10.3: lock controllers during model change calls 2005/10/18 14:38:06 bm 1.7.10.2: lock controllers during model change callsProperties.cxxProperties.cxx 2005/10/11 12:49:28 bm 1.7.10.1: #i27351# implement Undo

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9e5346b2c6db8a1372d1253679fe557dde0bda16]

        INTEGRATION: CWS chart2mst3 (1.24.4); FILE MERGED 2007/03/19 15:07:26 iha 1.24.4.55: #i73605#, #i75389# use correct numberformat for scale tabpage and numbers tabpage 2007/02/26 15:14:27 iha 1.24.4.54: #i72970# don't offer 'Object Properties' for wall if wall is not supported 2007/01/16 16:25:54 iha 1.24.4.53: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/26 11:41:46 bm 1.24.4.52: includes for solar mutex missing 2006/10/27 14:59:21 iha 1.24.4.51: name consolidation 2006/10/24 16:47:20 iha 1.24.4.50: use different symbol as preview for automatic symbols 2006/10/20 21:14:18 iha 1.24.4.49: implement selection of additional shapes 2006/10/18 17:07:50 bm 1.24.4.48: RESYNC: (1.25-1.26); FILE MERGED 2006/09/27 14:27:21 iha 1.24.4.47: corrected reference size for data labels 2006/09/24 09:12:54 iha 1.24.4.46: #i61970# correct implementation of axis at 2006/06/19 16:20:48 iha 1.24.4.45: fix 'cancel' for 3D view dialog 2006/04/10 15:03:33 iha 1.24.4.44: api restructure axis, grids, scales and increments 2006/04/10 12:25:07 iha 1.24.4.43: api restructure axis, grids, scales and increments 2006/03/11 17:13:20 iha 1.24.4.42: #i63009# menu item format all title/axis and grids did not work 2006/01/24 10:51:47 bm 1.24.4.41: ReferenceSizeProvider put into a separate helper class (tools) 2006/01/20 17:02:18 bm 1.24.4.40: pass correct diagram size to ReferenceSizeProvider 2005/12/21 21:29:09 iha 1.24.4.39: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/07 14:02:19 iha 1.24.4.38: remove dependendy from special title identifiers 2005/12/03 18:51:03 iha 1.24.4.37: enable pie segment dragging 2005/11/22 10:53:21 bm 1.24.4.36: use correct undo strings 2005/11/18 18:19:54 iha 1.24.4.35: restructuring for proper subgrid support 2005/11/15 20:49:36 iha 1.24.4.34: use UndoGuard 2005/11/15 20:23:08 iha 1.24.4.33: remove superfluous view updates 2005/11/15 15:32:44 iha 1.24.4.32: guard dialogs with solarmutex 2005/11/07 21:01:28 iha 1.24.4.31: make more failsafe 2005/11/07 17:12:09 bm 1.24.4.30: removed explicit view update for object property changes 2005/11/02 13:49:19 bm 1.24.4.29: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/18 14:35:53 bm 1.24.4.28: lock controllers during model change calls 2005/10/11 12:46:48 bm 1.24.4.27: using UndoManager for undo/redo 2005/10/07 11:34:15 bm 1.24.4.26: RESYNC: (1.24-1.25); FILE MERGED 2005/09/26 14:36:07 iha 1.24.4.25: #i54909# swap x and y grid according to old usage of uno command names 2005/08/18 15:20:42 bm 1.24.4.24: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:16 bm 1.24.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/28 09:34:49 bm 1.24.4.22: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:07:56 bm 1.24.4.21: use configuration colors in ColorProvider 2005/07/13 15:21:13 iha 1.24.4.20: update draw model tables before use in view and dialogs 2005/07/12 12:57:04 bm 1.24.4.19: use named properties for gradients etc. in chart model 2005/07/08 12:55:05 iha 1.24.4.18: provide and keep view as service only 2005/07/05 15:44:05 iha 1.24.4.17: redefine diagram size 2005/06/10 18:23:17 iha 1.24.4.16: transport gradients, hatches etc. from chart model to draw model for display in the dialogs 2005/06/07 15:51:09 iha 1.24.4.15: use numberformatter from model 2005/06/03 14:41:23 iha 1.24.4.14: shared_ptr for drawmodelwrapper 2005/05/31 19:00:06 iha 1.24.4.13: create old api without controller 2005/04/13 08:52:14 iha 1.24.4.12: changed servicenames to avoid confusion with model services 2005/03/31 12:55:16 bm 1.24.4.11: first redo implementation 2005/03/30 16:31:04 bm 1.24.4.10: make model cloneable (+first undo implementation) 2004/09/17 12:20:47 iha 1.24.4.9: implement api redesign - dimension property 2004/07/01 14:00:49 iha 1.24.4.8: correct pie segment color in point properties dialog 2004/06/04 12:06:24 iha 1.24.4.7: implement 3D View / Effects dialog 2004/06/01 19:04:56 iha 1.24.4.6: new 3D view/effects dialog 2004/05/17 17:31:15 iha 1.24.4.5: added objecttype OBJECTTYPE_DATA_AVERAGE_LINE 2004/03/18 16:32:47 iha 1.24.4.4: changed parameters in constructor of DataPointItemConverter 2004/03/05 15:00:43 iha 1.24.4.3: changed from slot url scheme to uno url scheme due to menubar framework changes 2004/03/01 20:15:19 iha 1.24.4.2: added ItemCOnverter for Stock Gain/Loss 2004/02/13 16:51:19 bm 1.24.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e0eb57b0fb403b9468ccb9fa6201bcbd372c06a5]

        INTEGRATION: CWS chart2mst3 (1.4.2); FILE MERGED 2007/05/14 20:04:49 bm 1.4.2.16: RESYNC: (1.6-1.7); FILE MERGED 2007/01/16 16:27:11 iha 1.4.2.15: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/26 11:41:06 bm 1.4.2.14: includes for solar mutex missing 2006/10/20 21:13:09 iha 1.4.2.13: implement selection of additional shapes 2006/10/18 17:07:42 bm 1.4.2.12: RESYNC: (1.5-1.6); FILE MERGED 2005/11/22 10:53:20 bm 1.4.2.11: use correct undo strings 2005/11/15 20:49:35 iha 1.4.2.10: use UndoGuard 2005/11/15 15:32:21 iha 1.4.2.9: guard dialogs with solarmutex 2005/11/15 14:00:01 iha 1.4.2.8: remove explicit view dirty setting as model changes are now notified 2005/10/11 12:50:28 bm 1.4.2.7: #i27351# implement Undo 2005/10/07 11:34:04 bm 1.4.2.6: RESYNC: (1.4-1.5); FILE MERGED 2005/07/23 00:01:19 iha 1.4.2.5: include axis title sizes in diagram position to support old api and fileformat 2005/05/31 18:59:36 iha 1.4.2.4: create old api without controller 2004/06/04 12:07:18 iha 1.4.2.3: removed unused code 2004/06/01 19:04:21 iha 1.4.2.2: new 3D view/effects dialog 2004/04/27 13:32:41 iha 1.4.2.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f55c4ae41025698fae3e3408e2876f4b618555d4]

        INTEGRATION: CWS chart2mst3 (1.8.4); FILE MERGED 2007/01/16 16:25:18 iha 1.8.4.24: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/26 11:39:17 bm 1.8.4.23: includes for solar mutex missing 2006/10/27 15:17:00 iha 1.8.4.22: name consolidation 2006/10/18 17:07:34 bm 1.8.4.21: RESYNC: (1.9-1.10); FILE MERGED 2006/04/10 15:03:33 iha 1.8.4.20: api restructure axis, grids, scales and increments 2006/04/10 12:25:07 iha 1.8.4.19: api restructure axis, grids, scales and increments 2006/02/21 19:45:05 iha 1.8.4.18: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2006/01/24 10:51:11 bm 1.8.4.17: pass ReferenceSizeProvider to axis insertion dialog to adapt settings for new axes 2006/01/06 20:29:01 iha 1.8.4.16: added legendposition to wizard and restructured legend postiion control classes 2005/11/22 10:53:20 bm 1.8.4.15: use correct undo strings 2005/11/21 16:08:37 bm 1.8.4.14: #i27351# use correct undo strings 2005/11/18 18:19:53 iha 1.8.4.13: restructuring for proper subgrid support 2005/11/15 18:10:37 iha 1.8.4.12: remove direct view update call and use UndoGuard 2005/11/15 15:32:02 iha 1.8.4.11: guard dialogs with solarmutex 2005/10/18 14:36:41 bm 1.8.4.10: lock controllers during model change callsProperties.cxxProperties.cxx 2005/10/13 17:38:48 iha 1.8.4.9: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:48:15 bm 1.8.4.8: #i27351# implement Undo 2005/10/07 11:33:53 bm 1.8.4.7: RESYNC: (1.8-1.9); FILE MERGED 2005/07/12 12:57:04 bm 1.8.4.6: use named properties for gradients etc. in chart model 2005/06/16 12:53:52 iha 1.8.4.5: create legend on demand 2005/05/31 18:58:54 iha 1.8.4.4: create view without controller 2004/04/07 21:52:23 iha 1.8.4.3: #i20344# moved methods from here to MeterHelper to create/remove axis/grids 2004/03/18 16:32:13 iha 1.8.4.2: moved method createAxis to MeterHelper 2004/03/12 15:33:37 iha 1.8.4.1: added AxisPosition for secondary axes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [90b385c3a26cd8508f419b6accb07c246bea8b97]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/11/10 15:06:11 bm 1.1.4.18: #i67875# add undo for own data 2006/10/27 14:59:21 iha 1.1.4.17: name consolidation 2006/10/18 17:07:26 bm 1.1.4.16: RESYNC: (1.3-1.4); FILE MERGED 2006/07/19 15:55:25 bm 1.1.4.15: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/08 10:38:53 bm 1.1.4.14: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/11/22 10:53:19 bm 1.1.4.13: use correct undo strings 2005/11/15 20:49:34 iha 1.1.4.12: use UndoGuard 2005/11/15 20:22:33 iha 1.1.4.11: remove superfluous view updates 2005/11/07 21:02:21 iha 1.1.4.10: rectangular range for dataeditor 2005/10/18 14:35:26 bm 1.1.4.9: lock controllers during model change calls 2005/10/11 12:48:56 bm 1.1.4.8: #i27351# implement Undo 2005/10/07 11:33:42 bm 1.1.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 14:54:20 bm 1.1.4.6: don't clear solar mutex, because impl_rebuildView needs a lock, too 2005/08/26 09:46:10 bm 1.1.4.5: lock solar mutex around dialog 2005/08/19 15:28:30 bm 1.1.4.4: apply data changes 2005/08/17 16:55:11 bm 1.1.4.3: use new data edition dialog instead of Calc 2004/06/03 03:39:24 iha 1.1.4.2: RESYNC: (1.1-1.2); FILE MERGED Embedding API modifications 2004/03/02 09:45:57 bm 1.1.4.1: if object is already active, bring the document to front

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f0ba341f40e31a7cf198075309a595aa85d6c783]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/03/06 14:24:37 iha 1.5.4.53: #i75151# don't delete series when a data point is selected 2007/02/02 11:29:30 iha 1.5.4.52: imlemented cut 2007/01/22 17:32:09 iha 1.5.4.51: remove slot .uno:AutoFormat 2006/10/20 21:11:20 iha 1.5.4.50: implement selection of additional shapes 2006/10/16 15:14:13 bm 1.5.4.49: #i70287# implement toggle grid horizontal command 2006/10/13 14:42:40 bm 1.5.4.48: enable different mouse cursors. Adjustment of the cursors is done in impl_SetMousePointer 2006/10/11 09:19:53 bm 1.5.4.47: #i20287# implement toggle legend command, remove unused toolbar commands 2006/10/06 09:11:06 bm 1.5.4.46: #i64500# clipboard for chart objects 2006/09/28 16:46:28 bm 1.5.4.45: #i64500# clipboard paste of metafiles, bitmaps and text 2006/09/19 16:45:41 bm 1.5.4.44: #i67808# allow deleting the legend and the titles with the delete key 2006/08/22 17:31:53 bm 1.5.4.43: #i68861# implement the status bar 2006/08/02 11:16:25 bm 1.5.4.42: #i27352# implement quick help 2006/06/29 13:54:41 bm 1.5.4.41: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container 2006/03/23 09:57:10 bm 1.5.4.40: support for paragraphs for accessibility titles 2006/03/19 15:32:57 iha 1.5.4.39: correct selection handling of datapoints and series 2006/03/18 20:52:32 iha 1.5.4.38: correct selection handling for rotating diagram 2006/03/15 13:57:08 bm 1.5.4.37: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/03/12 01:20:33 iha 1.5.4.36: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/28 12:59:09 bm 1.5.4.35: pie segment offset per keyboard 2006/02/24 15:57:29 bm 1.5.4.34: keyboard accessibility 2006/02/23 17:38:12 bm 1.5.4.33: keyboard accessibility: resize diagram with +/- 2006/01/24 10:50:21 bm 1.5.4.32: +impl_createReferenceSizeProvider, +impl_adaptDataSeriesAutoResize 2006/01/20 16:53:39 bm 1.5.4.31: +impl_getDiagramSize to get diagram size from the corresponding SdrObject of the m_pDrawViewWrapper 2006/01/13 13:42:30 bm 1.5.4.30: +executeDispatch_NewArrangement(), executeDispatch_ScaleText 2005/11/25 17:42:34 bm 1.5.4.29: command enabling according to model state 2005/11/21 16:24:33 bm 1.5.4.28: use CommandDispatchContainer for dispatch issues 2005/11/15 10:41:33 iha 1.5.4.27: don't remove me as listener in disposing 2005/11/07 20:57:49 iha 1.5.4.26: implement changing series order 2005/10/18 14:39:30 bm 1.5.4.25: implement XModifyListener in order to listen to model changes 2005/10/11 12:44:40 bm 1.5.4.24: using UndoManager for undo/redo 2005/10/07 11:33:31 bm 1.5.4.23: RESYNC: (1.5-1.6); FILE MERGED 2005/07/08 14:55:50 iha 1.5.4.22: create and notify an accessible view 2005/07/08 12:55:40 iha 1.5.4.21: provide and keep view as service only 2005/07/07 15:20:07 iha 1.5.4.20: implement interface XSelectionSupplier 2005/07/07 08:35:02 iha 1.5.4.19: implement interface XSelectionSupplier 2005/06/09 15:50:55 iha 1.5.4.18: support positions and sizes via view for old api wrapper 2005/06/07 15:49:43 iha 1.5.4.17: use numberformatter from model 2005/06/03 14:40:10 iha 1.5.4.16: shared_ptr for drawmodelwrapper 2005/06/01 16:22:31 iha 1.5.4.15: remove interface xpropertyset 2005/05/31 18:55:08 iha 1.5.4.14: create old api without controller 2005/04/04 11:39:47 bm 1.5.4.13: AcceleratorExecute helper class for handling accelerator keys 2005/03/31 12:55:16 bm 1.5.4.12: first redo implementation 2005/03/30 16:31:04 bm 1.5.4.11: make model cloneable (+first undo implementation) 2004/09/27 14:32:50 iha 1.5.4.10: save - old api - provide access to ViewElementListProvider, reduce direct access to draw model 2004/08/26 15:54:12 iha 1.5.4.9: View independent loading - different setting of page size 2004/08/24 13:59:44 iha 1.5.4.8: View independent loading - store page size separat from window (which does not exist in some cases) 2004/06/04 08:05:28 bm 1.5.4.7: +GetDrawModelUNO 2004/06/01 19:03:25 iha 1.5.4.6: new 3D view/effects dialog 2004/04/26 11:15:29 iha 1.5.4.5: #i27367# offer access to created shapes for old api 2004/04/07 21:41:53 iha 1.5.4.4: #i20344# added method executeDispatch_CreationWizard 2004/03/19 14:32:51 bm 1.5.4.3: XDataSource now contains XLabeledDataSources 2004/03/05 15:02:18 iha 1.5.4.2: changed from slot url scheme to uno url scheme due to menubar framework changes 2004/02/13 16:51:19 bm 1.5.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c6b95527d2e00ed3a4cf3bad3a328ca5b29a588a]

        INTEGRATION: CWS chart2mst3 (1.15.4); FILE MERGED 2007/02/07 13:07:41 iha 1.15.4.109: RESYNC: (1.19-1.20); FILE MERGED 2007/02/02 11:29:51 iha 1.15.4.108: imlemented cut 2007/02/01 16:53:49 iha 1.15.4.107: remove superfluous code from old context menu 2007/01/22 17:32:29 iha 1.15.4.106: remove slot .uno:AutoFormat 2007/01/16 16:24:46 iha 1.15.4.105: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/26 11:38:59 bm 1.15.4.104: includes for solar mutex missing 2006/11/22 17:24:09 iha 1.15.4.103: RESYNC: (1.18-1.19); FILE MERGED 2006/11/07 16:55:27 bm 1.15.4.102: forward container commands to container dispatcher 2006/10/27 14:59:20 iha 1.15.4.101: name consolidation 2006/10/24 14:27:44 bm 1.15.4.100: pass chart window as parent to DataSourceDialog instead of NULL 2006/10/24 11:54:20 bm 1.15.4.99: remove commands that are handled by server application (save, save as, etc.) 2006/10/20 21:12:21 iha 1.15.4.98: implement selection of additional shapes 2006/10/18 17:07:18 bm 1.15.4.97: RESYNC: (1.17-1.18); FILE MERGED 2006/10/16 15:19:42 bm 1.15.4.96: #i70287# implement toggle grid horizontal command 2006/10/11 09:19:53 bm 1.15.4.95: #i20287# implement toggle legend command, remove unused toolbar commands 2006/10/06 09:11:06 bm 1.15.4.94: #i64500# clipboard for chart objects 2006/09/28 16:46:28 bm 1.15.4.93: #i64500# clipboard paste of metafiles, bitmaps and text 2006/08/22 17:31:53 bm 1.15.4.92: #i68861# implement the status bar 2006/07/11 13:20:37 bm 1.15.4.91: reset drop target helper in dispose() 2006/06/29 13:54:40 bm 1.15.4.90: dropping dragged cell-ranges from calc here. Missing: determine if the originating document is the container 2006/05/29 17:56:16 iha 1.15.4.89: replaced STR_OBJECT_SOURCE_DATA by STR_OBJECT_DATA_RANGE 2006/03/23 09:57:10 bm 1.15.4.88: support for paragraphs for accessibility titles 2006/03/19 15:33:20 iha 1.15.4.87: correct selection handling of datapoints and series 2006/03/18 20:53:00 iha 1.15.4.86: correct selection handling for rotating diagram 2006/03/15 13:57:08 bm 1.15.4.85: documentation of dispatch stuff. Also moved the command list of the controller to the controller itself 2006/03/12 01:21:17 iha 1.15.4.84: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/02/20 14:36:48 iha 1.15.4.83: move SchItemPool from controller to view lib -> ChartItemPool 2006/02/20 09:17:36 bm 1.15.4.82: impl_initializeAccessible: XInitialization needs two more parameters 2006/01/24 10:49:42 bm 1.15.4.81: call impl_adaptDataSeriesAutoResize after command execution of commands which may add new data series 2006/01/20 11:39:28 iha 1.15.4.80: some cleanup 2006/01/17 17:16:06 bm 1.15.4.79: clear selection in dispose (to remove range highlighting) 2006/01/13 13:43:34 bm 1.15.4.78: +executeDispatch_NewArrangement(), executeDispatch_ScaleText 2005/12/21 21:29:08 iha 1.15.4.77: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:14:00 bm 1.15.4.76: assertion about CloseVetoException only if OSL_DEBUG_LEVEL > 2 2005/11/28 14:39:29 iha 1.15.4.75: UndoLiveUpdateGuard for charttype dlg and data range dlg 2005/11/28 14:20:05 iha 1.15.4.74: menu changes 2005/11/25 17:42:33 bm 1.15.4.73: command enabling according to model state 2005/11/24 15:07:48 bm 1.15.4.72: allow removing listeners in suspend mode 2005/11/22 10:53:19 bm 1.15.4.71: use correct undo strings 2005/11/21 16:07:45 bm 1.15.4.70: use dispatch command container 2005/11/16 10:57:04 iha 1.15.4.69: use UndoLiveUpdateGuard for Wizard 2005/11/15 20:49:32 iha 1.15.4.68: use UndoGuard 2005/11/15 15:30:25 bm 1.15.4.67: garbage collection, disposing, reference release issues 2005/11/15 10:41:32 iha 1.15.4.66: don't remove me as listener in disposing 2005/11/14 16:50:26 iha 1.15.4.65: remove direct view update call from wizard slot as automatic updates are now available 2005/11/14 14:54:41 iha 1.15.4.64: guard Charttype Dialog against view updates and remove direct view update call 2005/11/11 14:51:15 bm 1.15.4.63: dispose: remove as modify listener from model 2005/11/11 14:43:30 iha 1.15.4.62: guard DataRange Dialog against view updates and remove direct view update call 2005/11/07 20:59:03 iha 1.15.4.61: implement changing series order 2005/11/02 13:49:19 bm 1.15.4.60: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/18 14:51:35 bm 1.15.4.59: implement XModifyListener in order to listen to model changes (use define TEST_ENABLE_MODIFY_LISTENER to actually add and remove as listener at the model to get view updates) 2005/10/11 12:44:07 bm 1.15.4.58: using UndoManager for undo/redo 2005/10/07 11:33:19 bm 1.15.4.57: RESYNC: (1.16-1.17); FILE MERGED 2005/09/07 16:02:21 iha 1.15.4.56: added missing include 2005/09/02 14:29:11 iha 1.15.4.55: delete window with solar mutex 2005/08/30 14:46:40 bm 1.15.4.54: attach parent reference-device after creating draw model- and view wrappers 2005/08/29 14:49:37 iha 1.15.4.53: unmark before removing shapes 2005/08/26 13:04:05 bm 1.15.4.52: lock solar mutex when deleting svx objects (DTOR calls) 2005/08/26 10:00:07 bm 1.15.4.51: some more solar mutex locks 2005/08/25 12:35:06 bm 1.15.4.50: lock solar mutex when creating CreationWizard and ChartType dialog 2005/08/22 15:37:39 iha 1.15.4.49: don't create accessibility view for update 2005/08/04 11:52:11 bm 1.15.4.48: lock solar mutex when starting data source dialog 2005/07/27 12:33:12 bm 1.15.4.47: catch exceptions in dispose() 2005/07/13 15:20:07 iha 1.15.4.46: update draw model tables before use in view and dialogs 2005/07/08 14:56:22 iha 1.15.4.45: create and notify an accessible view 2005/07/08 12:59:02 iha 1.15.4.44: disconnect controller from model when disposed 2005/07/08 12:56:35 iha 1.15.4.43: provide and keep view as service only 2005/07/07 08:35:51 iha 1.15.4.42: implement interface XSelectionSupplier 2005/07/07 08:24:44 iha 1.15.4.41: reselect objects after view rebuild 2005/07/05 15:43:29 iha 1.15.4.40: redefine diagram size 2005/06/09 15:51:28 iha 1.15.4.39: support positions and sizes via view for old api wrapper 2005/06/07 15:50:33 iha 1.15.4.38: use numberformatter from model 2005/06/06 11:42:22 cd 1.15.4.37: Use createElement/requestElement calls to create elements always, even if module frame is not visible 2005/06/03 14:40:51 iha 1.15.4.36: construct chartview with drawmodelwrapper, shared_ptr for drawmodelwrapper, no background for chart window 2005/06/01 16:22:53 iha 1.15.4.35: remove interface xpropertyset 2005/05/31 18:57:39 iha 1.15.4.34: create old api without controller 2005/04/27 11:33:59 bm 1.15.4.33: use requestElement rather than createElement for UI ressources, and lock the layoutmanager 2005/04/04 11:39:47 bm 1.15.4.32: AcceleratorExecute helper class for handling accelerator keys 2005/04/04 11:20:09 bm 1.15.4.31: create toolbars / new slot DataRanges 2005/04/01 16:25:38 bm 1.15.4.30: shared data for different chart models 2005/03/31 12:55:16 bm 1.15.4.29: first redo implementation 2005/03/30 16:31:04 bm 1.15.4.28: make model cloneable (+first undo implementation) 2005/03/18 15:48:07 bm 1.15.4.27: XLayoutManager -> drafts namespace removed 2004/09/27 14:33:49 iha 1.15.4.26: save - old api - provide access to ViewElementListProvider, reduce direct access to draw model 2004/09/15 15:44:55 iha 1.15.4.25: implement api redesign 2004/09/03 17:08:14 iha 1.15.4.24: enable save 2004/08/26 15:54:36 iha 1.15.4.23: View independent loading - different setting of page size 2004/08/24 13:51:28 iha 1.15.4.22: View independent loading - store page size separat from window (which does not exist in some cases) 2004/08/04 20:15:17 bm 1.15.4.21: RESYNC: (1.15-1.16); FILE MERGED 2004/06/30 08:09:21 iha 1.15.4.20: #i30866# charttype dialog without roadmap control 2004/06/17 10:03:29 bm 1.15.4.19: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/06/04 08:05:04 bm 1.15.4.18: +GetDrawModelUNO 2004/06/01 19:03:50 iha 1.15.4.17: new 3D view/effects dialog 2004/05/24 17:47:30 bm 1.15.4.16: data source dialog is deprecated -> is a tabpage now 2004/05/17 17:33:54 iha 1.15.4.15: provide object naming; resource cleanup 2004/04/27 13:31:03 bm 1.15.4.14: DataSourceDialog needs a context to create new data series 2004/04/26 17:33:26 iha 1.15.4.13: #i27367# exchanged own controller mutex against solar mutex because of deadlocks during old api access 2004/04/26 11:15:29 iha 1.15.4.12: #i27367# offer access to created shapes for old api 2004/04/21 16:56:46 iha 1.15.4.11: #i20344# replace old type dialog with new type page 2004/04/21 11:35:17 bm 1.15.4.10: locked SolarMutexes added 2004/04/08 15:20:31 iha 1.15.4.9: added slot SelectSourceRanges 2004/04/08 12:29:51 iha 1.15.4.8: #i20344# offer update slot for view update after wizard has closed 2004/04/07 21:52:47 iha 1.15.4.7: #i20344# added method executeDispatch_CreationWizard 2004/03/24 10:33:51 bm 1.15.4.6: switch to internal calc again in "SaveAll" (Test-method) 2004/03/19 14:32:50 bm 1.15.4.5: XDataSource now contains XLabeledDataSources 2004/03/05 16:44:47 bm 1.15.4.4: lcl_isFormatObjectCommand: return false in else-path (return was missing) 2004/03/05 15:01:43 iha 1.15.4.3: differetn menu creation + changed from slot url scheme to uno url scheme due to menubar framework changes 2004/02/18 17:07:43 iha 1.15.4.2: handle lifetime of the ChartCindow correct 2004/02/13 16:51:19 bm 1.15.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b95322d5ea09e1f533163df3f6bd502d9bb085f]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/02/20 14:47:24 iha 1.5.4.3: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:30:47 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/18 16:25:00 iha 1.5.4.1: added SeriesOptionsItemConverter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [611f60e3283be7fd2b23ce323917d4129c059758]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/10/18 17:07:02 bm 1.6.4.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/20 17:00:30 bm 1.6.4.4: Titles: the Reference size for CharHeight is in a different propertyset than the actual font sizes 2005/10/07 11:33:08 bm 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/12 12:57:03 bm 1.6.4.2: use named properties for gradients etc. in chart model 2004/05/07 09:14:22 bm 1.6.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1fb07bfba1fe5524daae2c9686980bb53fd55331]

        INTEGRATION: CWS chart2mst3 (1.12.4); FILE MERGED 2007/05/14 20:04:42 bm 1.12.4.8: RESYNC: (1.14-1.15); FILE MERGED 2006/10/18 17:06:52 bm 1.12.4.7: RESYNC: (1.13-1.14); FILE MERGED 2006/02/20 14:47:48 iha 1.12.4.6: move SchItemPool from controller to view lib -> ChartItemPool 2006/01/20 17:00:39 bm 1.12.4.5: cleanup 2005/10/07 11:32:56 bm 1.12.4.4: RESYNC: (1.12-1.13); FILE MERGED 2005/06/23 14:38:03 iha 1.12.4.3: correct support for statistic properties 2005/04/13 08:46:35 iha 1.12.4.2: moved functionality to RegressionCurveHelper 2004/05/07 09:14:22 bm 1.12.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [992519b6a002b9fe4e8781f6ee3e278254b52e92]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 08:10:25 iha 1.1.2.16: #i75393# Connect Bars per diagram not per series 2007/02/08 21:25:36 iha 1.1.2.15: resync m195 -> m202 2006/04/10 15:03:33 iha 1.1.2.14: api restructure axis, grids, scales and increments 2006/04/10 12:25:06 iha 1.1.2.13: api restructure axis, grids, scales and increments 2006/01/20 17:00:38 bm 1.1.2.12: cleanup 2005/11/28 15:35:40 bm 1.1.2.11: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 15:16:32 iha 1.1.2.10: support BarOverlap and GapWidth 2005/10/24 11:06:39 iha 1.1.2.9: coordinate system restructure 2005/10/13 17:38:47 iha 1.1.2.8: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:20:29 bm 1.1.2.7: license header change 2005/05/04 13:29:56 iha 1.1.2.6: moved code to new methods DiagramHelper::isSeriesAttachedToMainAxis ans DiagramHelper::attachSeriesToAxis 2005/04/13 08:48:58 iha 1.1.2.5: . 2004/09/16 08:25:17 iha 1.1.2.4: implement api redesign 2004/05/07 09:14:21 bm 1.1.2.3: enabling member-ids for all items 2004/03/19 10:57:53 iha 1.1.2.2: corrected functionality 'attachSeriesToDifferentCoordinateSystem' and moved to DataSeriesTreeHelper 2004/03/18 16:24:24 iha 1.1.2.1: new to atach series to different axis Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f06b6fea5b8efea3f8987f315cb3cfca4f97eb24]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/02/20 14:47:11 iha 1.2.4.7: move SchItemPool from controller to view lib -> ChartItemPool 2005/11/28 15:35:40 bm 1.2.4.6: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 16:52:29 iha 1.2.4.5: cleanup SchSfxItemIds.hxx + removed unused defines 2005/11/23 15:16:08 iha 1.2.4.4: support BarOverlap and GapWidth 2005/10/07 11:32:45 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/03/18 16:31:08 iha 1.2.4.2: added nSeriesOptionsWhichPairs 2004/03/04 13:13:28 iha 1.2.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [65212972d39ffc10e7671871bf006b2dfbc071c9]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2006/10/18 17:06:44 bm 1.3.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/07 11:32:19 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/07 09:14:21 bm 1.3.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a8dfb0f11d2549ecea80be9e5ae298e1096dac01]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/19 15:09:01 iha 1.6.4.11: #i73605#, #i75389# use correct numberformat for scale tabpage and numbers tabpage 2006/10/18 17:06:36 bm 1.6.4.10: RESYNC: (1.7-1.8); FILE MERGED 2006/09/24 09:12:54 iha 1.6.4.9: #i61970# correct implementation of axis at 2006/04/10 15:03:32 iha 1.6.4.8: api restructure axis, grids, scales and increments 2006/04/10 12:25:06 iha 1.6.4.7: api restructure axis, grids, scales and increments 2006/02/20 14:46:55 iha 1.6.4.6: move SchItemPool from controller to view lib -> ChartItemPool 2005/12/01 18:54:15 iha 1.6.4.5: create axis title with correct rotation default + don't mix x and y in barcharts 2005/10/07 11:32:09 bm 1.6.4.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 15:20:41 bm 1.6.4.3: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/07/12 12:57:03 bm 1.6.4.2: use named properties for gradients etc. in chart model 2004/03/18 16:30:31 iha 1.6.4.1: changed parameters in constructor of DataPointItemConverter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9d871337208690330307d0114487fa00b969e0b9]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2007/05/14 20:04:36 bm 1.10.4.6: RESYNC: (1.12-1.13); FILE MERGED 2006/10/18 17:06:28 bm 1.10.4.5: RESYNC: (1.11-1.12); FILE MERGED 2005/10/07 11:31:58 bm 1.10.4.4: RESYNC: (1.10-1.11); FILE MERGED 2005/07/12 12:57:03 bm 1.10.4.3: use named properties for gradients etc. in chart model 2004/05/07 09:14:21 bm 1.10.4.2: enabling member-ids for all items 2004/03/29 13:25:28 bm 1.10.4.1: bool->sal_Bool because it is used for the API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a1c936de5c990c8358492254deb9b934333503d6]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2006/10/18 17:06:20 bm 1.7.4.4: RESYNC: (1.8-1.9); FILE MERGED 2006/03/07 12:50:38 bm 1.7.4.3: leading underscore in parameter to _disposing changed. The method itself is virtual, i.e. has to be changed in unotools 2005/10/07 11:31:47 bm 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/07 09:14:20 bm 1.7.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc56e555cb1693e66aa4da3ca646e43bb5610ca2]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/05/15 11:49:00 bm 1.6.4.20: #i73604# RESYNC: additional changes for ItemId cleanup 2006/10/20 20:40:25 iha 1.6.4.19: implement gradient step count 2006/10/18 17:06:12 bm 1.6.4.18: RESYNC: (1.7-1.8); FILE MERGED 2006/06/14 18:42:49 bm 1.6.4.17: #i66438# also transparency gradient 2006/06/14 18:28:38 bm 1.6.4.16: #i66438# for named properties: set also the content, otherwise the preview is wrong and no list-entry is selected 2006/05/17 14:13:01 bm 1.6.4.15: support bitmap properties like tile, stretch, offsets etc. also for data points/series 2006/05/17 13:26:11 bm 1.6.4.14: bitmap properties (tile, stretch, etc.) 2005/11/24 18:32:42 bm 1.6.4.13: transparency gradients enabled 2005/11/24 15:08:27 bm 1.6.4.12: symbol graphics support 2005/10/07 11:31:37 bm 1.6.4.11: RESYNC: (1.6-1.7); FILE MERGED 2005/09/02 11:58:02 bm 1.6.4.10: hack for transparence item: QueryValue/PutValue use sal_Int32 for UNO, but sal_Int16 is needed 2005/07/22 12:54:42 bm 1.6.4.9: #124485# property FillBackground added 2005/07/12 15:28:18 bm 1.6.4.8: support fill bitmaps (GraphicObjectResolver still missing) 2005/07/12 14:41:17 bm 1.6.4.7: add hatch and dash names to tables 2005/07/12 12:57:02 bm 1.6.4.6: use named properties for gradients etc. in chart model 2005/06/16 07:55:46 iha 1.6.4.5: correct name for Property FillTransparenceGradient 2005/06/15 18:19:12 iha 1.6.4.4: correct name for Property FillTransparenceGradient 2005/05/13 12:14:31 bm 1.6.4.3: member ids for gradient and hatch corrected 2004/05/07 11:23:39 bm 1.6.4.2: enabling member-ids for all items 2004/05/07 09:14:20 bm 1.6.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [91e25e7bafd4a830c8f2f9c31892b9caa224c43f]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2007/05/15 11:49:00 bm 1.10.4.17: #i73604# RESYNC: additional changes for ItemId cleanup 2007/05/15 11:29:21 bm 1.10.4.16: RESYNC: wrong replacement id for which id 2007/05/14 20:04:29 bm 1.10.4.15: RESYNC: (1.12-1.13); FILE MERGED 2007/01/19 20:04:15 iha 1.10.4.14: #i73538# data labels: Uncheck 'show value' doen't work if modus is 'percentage' 2006/10/18 17:06:03 bm 1.10.4.13: RESYNC: (1.11-1.12); FILE MERGED 2005/12/20 14:08:48 dr 1.10.4.12: API struct member names without prefixes 2005/11/24 15:08:26 bm 1.10.4.11: symbol graphics support 2005/11/23 16:53:12 iha 1.10.4.10: cleanup SchSfxItemIds.hxx + removed unused defines 2005/10/07 11:31:25 bm 1.10.4.9: RESYNC: (1.10-1.11); FILE MERGED 2005/07/12 12:57:01 bm 1.10.4.8: use named properties for gradients etc. in chart model 2005/06/08 11:28:14 iha 1.10.4.7: use number format key at API instead of string 2004/07/01 13:59:31 iha 1.10.4.6: removed unused code 2004/07/01 13:43:44 iha 1.10.4.5: provide parameter to overwrite fill color 2004/05/07 09:14:20 bm 1.10.4.4: enabling member-ids for all items 2004/03/18 16:29:30 iha 1.10.4.3: added SeriesOptionsItemConverter + changed parameters in constructor 2004/03/17 11:06:00 bm 1.10.4.2: superfluous ; 2004/03/08 18:38:42 iha 1.10.4.1: added Geometry3D to DataPointPoperties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aa4aea5c3940ba610fc80852bc98cfaecc3ce375]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/05/14 20:04:23 bm 1.6.4.9: RESYNC: (1.8-1.9); FILE MERGED 2006/10/18 17:05:55 bm 1.6.4.8: RESYNC: (1.7-1.8); FILE MERGED 2006/07/07 17:03:29 iha 1.6.4.7: if about to set fontsize also check if the reference size has changed 2006/02/28 14:40:04 bm 1.6.4.6: do not setPropertyValue in FillSpecialItem 2006/01/24 10:48:59 bm 1.6.4.5: set new reference size only if there was a reference size before (auto-scaling on) 2006/01/20 16:48:39 bm 1.6.4.4: Titles: the Reference size for CharHeight is in a different propertyset than the actual font sizes, therefore +GetRefSizePropertySet() 2005/10/07 11:31:15 bm 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2004/05/07 09:14:19 bm 1.6.4.2: enabling member-ids for all items 2004/04/13 16:05:04 bm 1.6.4.1: #i26557# use MID_FONTHEIGHT id for SvxFontHeightItem

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7dba71d0bb9b9900432cff51120bcc1f0bf4eca3]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/05/15 11:49:00 bm 1.6.4.16: #i73604# RESYNC: additional changes for ItemId cleanup 2007/03/26 17:25:31 iha 1.6.4.15: #i75655# crash when sourcefomat was disabled withoutt changing the format itself 2007/03/26 13:51:17 iha 1.6.4.14: #i75655# crash when sourcefomat was disabled withoutt changing the format itself 2007/03/19 15:05:48 iha 1.6.4.13: #i73605#, #i75389# use correct numberformat for scale tabpage and numbers tabpage 2006/10/18 17:05:46 bm 1.6.4.12: RESYNC: (1.7-1.8); FILE MERGED 2006/09/24 09:12:53 iha 1.6.4.11: #i61970# correct implementation of axis at 2006/04/10 15:03:32 iha 1.6.4.10: api restructure axis, grids, scales and increments 2006/04/10 12:25:06 iha 1.6.4.9: api restructure axis, grids, scales and increments 2006/02/20 14:46:43 iha 1.6.4.8: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/24 11:06:39 iha 1.6.4.7: coordinate system restructure 2005/10/13 17:38:46 iha 1.6.4.6: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:31:04 bm 1.6.4.5: RESYNC: (1.6-1.7); FILE MERGED 2005/07/21 08:20:25 bm 1.6.4.4: handle source number format (corresponds to a void property NumberFormat at the axis) 2005/07/12 12:57:01 bm 1.6.4.3: use named properties for gradients etc. in chart model 2005/06/08 11:28:13 iha 1.6.4.2: use number format key at API instead of string 2004/05/07 09:14:19 bm 1.6.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be316b6d66873f8c84512f2d8f9967a1abfc9be8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/03 16:15:52 bm 1.1.2.7: live-preview changes, lock controllers for multiple changes 2005/11/03 09:42:46 bm 1.1.2.6: adaption to new transformation matrix in model and live preview of 3d view dialog 2005/11/02 13:49:19 bm 1.1.2.5: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:25 bm 1.1.2.4: license header change 2004/06/08 14:26:43 iha 1.1.2.3: #i20329# offer simple 3D look; save last page 2004/06/04 12:05:45 iha 1.1.2.2: implement 3D View / Effects dialog 2004/06/01 17:26:52 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [693290b1cea25801d5dc9f3dbc882a79ee5dbd26]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/12/21 21:29:07 iha 1.4.4.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/23 15:15:44 iha 1.4.4.5: support BarOverlap and GapWidth 2005/10/07 11:30:38 bm 1.4.4.4: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 15:57:33 iha 1.4.4.3: use numberformatter from model 2004/05/17 17:33:53 iha 1.4.4.2: provide object naming; resource cleanup 2004/02/18 19:52:47 iha 1.4.4.1: removed unused code

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3de0d84b483e39f47536600bca82a835385f12c0]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/01/06 20:28:29 iha 1.1.1.1.4.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:30:27 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/07 21:40:52 iha 1.1.1.1.4.1: #i20344# reuse of resources TitleResources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a4a8c70e4525b8a721ecd13f65008e4189ef9a8]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/01/06 20:28:28 iha 1.3.12.1: added legendposition to wizard and restructured legend postiion control classes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b71e5c258b5c8928dd18968f9bd4790fc57485b2]

        INTEGRATION: CWS chart2mst3 (1.2.12); FILE MERGED 2006/04/10 15:03:32 iha 1.2.12.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e8882f8467be45e05ba30e59c7a2bfd6972e1d38]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 14:01:50 bm 1.1.2.13: Disable controls and tabs when invalid ranges were entered 2005/11/14 17:53:43 iha 1.1.2.12: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/10/11 09:20:24 bm 1.1.2.11: license header change 2005/04/15 14:54:41 bm 1.1.2.10: data source and range choose dialog rework 2004/06/29 12:30:42 bm 1.1.2.9: class for sharing data and functionality between the range chooser and the data source (data series) tab pages. 2004/06/17 10:03:26 bm 1.1.2.8: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/24 17:47:59 bm 1.1.2.7: data source dialog is deprecated -> is a tabpage now 2004/05/07 16:24:53 iha 1.1.2.6: #i20344# moved RefButton to RangeSelectionButton 2004/04/27 13:28:48 bm 1.1.2.5: use internal role-name as key for role-entries. (listbox now contains internal-role-name (invisible), UI role-name, range string) 2004/04/15 17:25:47 bm 1.1.2.4: DialogSeries is now declared in cxx 2004/04/08 14:56:31 bm 1.1.2.3: applying categories to model, accept changes made in editfields (no check yet) 2004/04/07 18:46:22 bm 1.1.2.2: dialog uses internal data structure, additional field for label range 2004/03/19 14:26:55 bm 1.1.2.1: dialog for flexible source range selection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1e534f1289fb82c648139cc9e5af971661a36f83]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/13 15:36:16 bm 1.1.2.6: apply pending changes on window close 2006/07/19 15:55:24 bm 1.1.2.5: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/08 10:38:53 bm 1.1.2.4: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/10/11 09:20:24 bm 1.1.2.3: license header change 2005/08/19 14:28:57 bm 1.1.2.2: enable icons in the toolbox 2005/08/17 16:53:38 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [584e5faf5ae702d9faf5c0f17404eff849d84701]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/01/16 16:15:36 iha 1.1.2.7: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/10 21:03:21 iha 1.1.2.6: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/06/24 13:05:58 iha 1.1.2.5: #i54915# chart wizard shouldn't overlap chart if possible 2005/11/15 15:30:22 bm 1.1.2.4: garbage collection, disposing, reference release issues 2005/10/11 09:20:24 bm 1.1.2.3: license header change 2004/04/08 12:26:36 iha 1.1.2.2: use macro APPHELPER_SERVICE_FACTORY_HELPER 2004/04/07 21:31:10 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e4942786dab938184fac43ae2ef50f384917c7fa]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/07 16:52:05 bm 1.1.2.16: #i75207# use an overloaded leaveState() instead of disabling the roadmap entries. Disadvantage: the entries are shown as disabled, advantage: no crash 2007/02/28 16:07:50 bm 1.1.2.15: removed CHART2_ROADMAP_WIZARD define and else branch as we will not switch back from using the roadmap 2007/02/27 14:01:50 bm 1.1.2.14: Disable controls and tabs when invalid ranges were entered 2006/11/10 21:03:21 iha 1.1.2.13: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/03/10 10:20:41 iha 1.1.2.12: don't use leading underscore 2005/10/11 09:20:24 bm 1.1.2.11: license header change 2005/04/15 14:54:40 bm 1.1.2.10: data source and range choose dialog rework 2004/06/29 12:29:28 bm 1.1.2.9: class for sharing data and functionality between the range chooser and the data source (data series) tab pages. 2004/06/11 15:44:27 iha 1.1.2.8: activate roadmap again 2004/06/09 21:58:21 iha 1.1.2.7: disable roadmap again 2004/06/09 17:49:47 iha 1.1.2.6: enable roadmap 2004/06/08 19:30:34 iha 1.1.2.5: added stops at first and last page; added roadmap (if 0) 2004/06/03 10:03:29 iha 1.1.2.4: changed signiture 'createPage' 2004/05/27 15:58:11 iha 1.1.2.3: #i20344# provide charttype template 2004/04/21 16:55:41 iha 1.1.2.2: #i20344# replace old type dialog with new type page 2004/04/07 21:30:53 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2a03158b9a2ef86aa52ee255db0593b34d7e4e86]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/02/02 22:13:03 iha 1.5.4.5: some resource changes according to wizard spec 2005/10/07 11:29:19 bm 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2004/06/30 08:07:34 iha 1.5.4.3: #i30866# charttype dialog without roadmap control 2004/04/21 16:58:40 iha 1.5.4.2: #i20344# replace old type dialog with new type page 2004/03/24 19:05:22 bm 1.5.4.1: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24f02bb57197652240ef882f4d09268eedb69f0d]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:28:53 bm 1.2.4.7: RESYNC: (1.2-1.3); FILE MERGED 2005/07/13 15:17:06 iha 1.2.4.6: update draw model tables before use in view and dialogs 2005/06/10 18:22:05 iha 1.2.4.5: transport gradients, hatches etc. from chart model to draw model for display in the dialogs 2005/06/07 15:56:48 iha 1.2.4.4: use numberformatter from model 2005/05/31 19:03:13 iha 1.2.4.3: create old api without controller 2005/04/13 08:55:53 iha 1.2.4.2: provide numberformatter 2004/09/27 14:15:58 iha 1.2.4.1: save - old api - provide access to gradient list and other

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2821072ffbcb0973a07036848287532adb5b8b0f]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2005/10/07 11:28:42 bm 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/12 12:57:00 bm 1.5.4.2: use named properties for gradients etc. in chart model 2004/05/07 09:14:10 bm 1.5.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d0519fe9521f3fa7408a41c2c967ea639f032782]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/24 10:28:06 bm 1.1.2.3: pass ReferenceSizeProvider to allow setting correct Auto-Resize values for new objects 2005/10/11 09:20:23 bm 1.1.2.2: license header change 2004/04/07 21:30:35 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9f24516290bc3ec7ae7a62607fd21857bebaaa59]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/10 20:59:58 iha 1.1.2.1: prevent immidiate redraw in wizard and according dialogs (important for charts with many data)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b56dd64155b85d7a58fcac14918b33bc4682b95]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 14:02:41 bm 1.1.2.1: Disable controls and tabs when invalid ranges were entered

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [117f8a9e0767c6af6c21f11efa0ed05b7a42afc0]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/10/07 11:28:31 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/07 09:14:10 bm 1.3.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e047ba0b119cb31b57a6a91492b5ad1ac6188402]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 08:09:36 iha 1.1.2.6: #i75393# Connect Bars per diagram not per series 2005/11/28 15:35:39 bm 1.1.2.5: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/23 15:15:12 iha 1.1.2.4: support BarOverlap and GapWidth 2005/10/11 09:20:23 bm 1.1.2.3: license header change 2004/05/07 09:14:09 bm 1.1.2.2: enabling member-ids for all items 2004/03/18 16:23:44 iha 1.1.2.1: new to attach series to different axis Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [35b474073ebf9c486eacdd0209381c7f42498dfc]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/02/01 17:04:42 iha 1.1.1.1.4.6: remove superfluous code from old context menu 2005/11/30 16:08:36 iha 1.1.1.1.4.5: menu changes 2005/11/28 14:20:00 iha 1.1.1.1.4.4: menu changes 2005/10/07 11:28:19 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/17 16:56:06 bm 1.1.1.1.4.2: slotid for data editor re-activated 2004/03/05 15:09:05 iha 1.1.1.1.4.1: removed unused SID_ - unused due to menubar framework changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d4d6aa1cb87598494bd1a2a5cdd8c029720cec51]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:23 bm 1.1.2.2: license header change 2004/05/07 16:20:17 iha 1.1.2.1: #i20344# moved here from dlg_DataSource

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc7088d36cbca72ff5b9ba53b85b9dabb463781b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:29:07 iha 1.1.2.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/11 09:20:23 bm 1.1.2.5: license header change 2005/07/23 00:01:19 iha 1.1.2.4: include axis title sizes in diagram position to support old api and fileformat 2004/09/07 10:07:35 bm 1.1.2.3: removed superfluous class-name before method declaration 2004/04/26 19:00:52 iha 1.1.2.2: #i27367# offer additional simpler interface to move objects 2004/04/26 13:04:31 iha 1.1.2.1: #i27367# helper for setSize/Position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [855cb94e26a1f129e3e9c2adf49c4f9967903016]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/22 17:31:03 bm 1.1.2.6: #i68861# +getSelectedObjectText for the text shown in the status bar 2006/02/20 09:16:22 bm 1.1.2.5: +getHelpText for XChartDocument (in addition to XModel variant), +getNameForCID 2005/12/21 21:29:07 iha 1.1.2.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/11 09:20:23 bm 1.1.2.3: license header change 2005/07/13 11:46:31 iha 1.1.2.2: provide ui strings for help and accessibility 2004/05/17 17:46:07 iha 1.1.2.1: provide object naming

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cc0fdbe68f7fa4a965d600f1b127ddf8b47d90ca]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/27 11:49:51 bm 1.1.2.2: allow flattening the diagram content in the hierarchy for keyboard navigation 2006/03/15 15:53:24 bm 1.1.2.1: moved here from tools (global inc)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bdbd5ce79e4d362cd7a904b7a2f686de08e27183]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/10/07 11:27:09 bm 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2004/05/07 09:14:09 bm 1.3.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b546db1b61d84a1981af7e381058a1cde1d42aae]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/10/07 11:26:57 bm 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/12 12:56:59 bm 1.4.4.1: use named properties for gradients etc. in chart model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a5b9ec51c31b37bbfd822b78c42301a863c97d0]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/10/07 11:26:44 bm 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/12 12:56:59 bm 1.4.4.2: use named properties for gradients etc. in chart model 2004/05/07 09:14:08 bm 1.4.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a6a6eaa336ffe19564ce5e475e0cafe309ef545b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/01/27 09:51:20 bm 1.2.4.4: InlineContainer.hxx moved to comphelper 2005/10/07 11:26:31 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/07 09:14:08 bm 1.2.4.2: enabling member-ids for all items 2004/02/13 16:51:18 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ce25dc2e3e4dbe50511e4c601a1841cf9a17ba2d]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2006/03/07 12:50:20 bm 1.6.4.4: leading underscore in parameter to _disposing changed. The method itself is virtual, i.e. has to be changed in unotools 2005/10/07 11:26:15 bm 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2004/05/07 09:14:08 bm 1.6.4.2: enabling member-ids for all items 2004/04/27 14:27:41 bm 1.6.4.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [38a30fb81e83fec233b4d3c2cfc4d57fd62c1d06]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/12/08 16:37:43 bm 1.1.1.1.4.15: #i72361# help id for edit field with series names in own data dialog added 2006/03/11 13:56:39 iha 1.1.1.1.4.14: #i63018# added HelpId for Chart Window 2006/01/06 20:28:28 iha 1.1.1.1.4.13: added legendposition to wizard and restructured legend postiion control classes 2006/01/02 16:35:04 iha 1.1.1.1.4.12: #i58960# HelpId for Roadmap in Wizard 2005/12/06 18:54:10 iha 1.1.1.1.4.11: #i58020# added HelpIds HID_SCH_SERIES_LIST and HID_SCH_DATA_RANGES_LIST 2005/10/11 13:47:47 iha 1.1.1.1.4.10: #i55197# helpids for insert title 2005/10/11 13:01:59 iha 1.1.1.1.4.9: #i55200# helpids for insert data labels 2005/10/11 12:32:19 iha 1.1.1.1.4.8: #i55202# helpids for statistic dialog 2005/10/11 09:53:58 iha 1.1.1.1.4.7: #i55202# helpids for legend position 2005/10/07 11:26:05 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/29 12:24:56 iha 1.1.1.1.4.5: #125781# missing helpIds for Insert:Ggrid and Insert:Axis 2005/09/27 15:05:06 iha 1.1.1.1.4.4: #i55138# add helpid for data ranges dialog 2005/09/20 17:39:29 iha 1.1.1.1.4.3: #125774# added missing helpid for smooth line dialog 2005/09/20 11:34:40 iha 1.1.1.1.4.2: #125773# added missing helpid for bar geometry listbox 2005/08/17 16:54:14 bm 1.1.1.1.4.1: some ids re-activated for data editor dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [db2a0e0871ec87fc154440aee1efbc726f4f197b]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2005/10/07 11:25:51 bm 1.4.4.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/12 12:56:59 bm 1.4.4.2: use named properties for gradients etc. in chart model 2004/05/07 09:14:08 bm 1.4.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b41bf905cadcf783b2ce753844b3b390baca8a6]

        INTEGRATION: CWS chart2mst3 (1.6.8); FILE MERGED 2006/10/20 21:06:11 iha 1.6.8.6: implement selection of additional shapes 2006/04/03 12:05:25 iha 1.6.8.5: prevent wrong reselection caused by ComeBackTimer of Draw 2005/10/07 11:25:36 bm 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 14:43:31 bm 1.6.8.3: +attachParentReferenceDevice 2005/08/29 08:24:47 iha 1.6.8.2: don't hold separat PageView 2005/07/05 15:35:34 iha 1.6.8.1: redefine diagram size

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2e7246d5013e30f823b4a24adeed80797a4c5d9e]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2005/10/07 11:25:26 bm 1.7.4.5: RESYNC: (1.7-1.8); FILE MERGED 2005/07/12 12:56:58 bm 1.7.4.4: use named properties for gradients etc. in chart model 2004/07/01 13:43:09 iha 1.7.4.3: provide parameter to overwrite fill color 2004/05/07 09:14:07 bm 1.7.4.2: enabling member-ids for all items 2004/03/18 16:26:43 iha 1.7.4.1: changed parameters in constructor

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a300ba9e131be1758aa0163a6d9a9322bfedb096]

        INTEGRATION: CWS chart2mst3 (1.2.12); FILE MERGED 2005/11/29 18:03:38 bm 1.2.12.1: ConfigurationAccess is a singleton now (ViewSingletons no longer needed)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dae6869faf72c894c7f0c6f4394a7c4cf88385fa]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/08/08 15:00:54 iha 1.2.4.17: don't refresh addin when loading is not finished 2006/03/12 01:17:40 iha 1.2.4.16: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/03/10 10:20:41 iha 1.2.4.15: don't use leading underscore 2006/02/17 20:57:54 iha 1.2.4.14: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 13:55:39 iha 1.2.4.13: make WrappedPropertySet a MutexContainer 2005/11/15 15:30:20 bm 1.2.4.12: garbage collection, disposing, reference release issues 2005/11/08 16:08:10 bm 1.2.4.11: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/07 17:11:10 bm 1.2.4.10: XRefreshable removed 2005/10/07 11:24:59 bm 1.2.4.9: RESYNC: (1.2-1.3); FILE MERGED 2005/07/18 17:12:18 iha 1.2.4.8: update view in old api wrapped before saving 2005/07/07 16:27:48 bm 1.2.4.7: use wrapper for area to get correct named properties (hatches, gradients etc.) 2005/06/07 15:37:56 iha 1.2.4.6: removed inactive XNumberFormatsSupplier interface from wrapper 2005/05/31 19:02:10 iha 1.2.4.5: create old api without controller 2005/04/19 17:37:26 iha 1.2.4.4: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 14:28:37 iha 1.2.4.3: save - old api - access correct gradient and oher lists 2004/03/02 09:34:53 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:18 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b9aad516f1220eb0b0e72122af7304ed391f0043]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2006/01/27 07:58:18 bm 1.5.4.4: duplicate parameter name 2006/01/20 16:48:21 bm 1.5.4.3: Titles: the Reference size for CharHeight is in a different propertyset than the actual font sizes, therefore +GetRefSizePropertySet() 2005/10/07 11:24:45 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/07 09:14:07 bm 1.5.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b45237ced1a5ff6208a1287325d179356c1e9040]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/03/19 15:04:26 iha 1.6.4.7: #i73605#, #i75389# use correct numberformat for scale tabpage and numbers tabpage 2006/09/24 09:12:53 iha 1.6.4.6: #i61970# correct implementation of axis at 2006/04/10 12:25:06 iha 1.6.4.5: api restructure axis, grids, scales and increments 2005/10/13 17:38:46 iha 1.6.4.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:24:17 bm 1.6.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/12 12:56:57 bm 1.6.4.2: use named properties for gradients etc. in chart model 2004/05/07 09:14:06 bm 1.6.4.1: enabling member-ids for all items

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4e8c8404707f62edbd7d42c7a6702d253448774]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/23 09:52:46 bm 1.1.2.1: text support for titles. This class is instantiated directly by the controller as it needs a DrawView to work

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6bc2e67c890a5f69ab116661e73cb22233a85337]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/24 15:53:09 bm 1.1.2.6: some typos that Windows ignored 2006/02/20 16:52:50 bm 1.1.2.5: notify selection changes 2006/02/20 09:50:40 bm 1.1.2.4: accessibility improvements 2005/10/11 09:20:22 bm 1.1.2.3: license header change 2005/09/30 18:49:30 iha 1.1.2.2: Accessibility - under construction 2005/07/08 14:51:43 iha 1.1.2.1: create and notify an accessible view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5c0eae12689f171cf0cf139c094612d6c073ecd6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/20 15:25:58 bm 1.1.2.2: color properties 2006/02/20 09:21:31 bm 1.1.2.1: new base class for accessibility objects that does not implement XAccessibleExtendedComponent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bbc0f14ccfd6d671b9a8963b21448bf3c2c9f576]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:23:39 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/31 19:08:40 iha 1.1.1.1.4.1: create view without controller

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a2cd17d19085d739b979445d7f9ec7158b89df49]

        INTEGRATION: CWS chart2mst3 (1.6.4); FILE MERGED 2007/02/07 13:07:33 iha 1.6.4.17: RESYNC: (1.9-1.10); FILE MERGED 2006/11/24 21:42:22 iha 1.6.4.16: incompatibel changes for aw024 2006/11/22 17:24:00 iha 1.6.4.15: RESYNC: (1.8-1.9); FILE MERGED 2006/10/20 21:33:55 iha 1.6.4.14: use method DrawViewWrapper::getSdrObject 2006/10/18 17:05:38 bm 1.6.4.13: RESYNC: (1.7-1.8); FILE MERGED 2006/08/02 16:37:04 bm 1.6.4.12: #i68041# reduce symbol default size to 0.25 cm 2005/10/07 11:24:02 bm 1.6.4.11: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 14:45:23 bm 1.6.4.10: get font list from draw-model's reference device to get printer fonts 2005/07/13 15:18:25 iha 1.6.4.9: update draw model tables before use in view and dialogs 2005/06/10 18:22:45 iha 1.6.4.8: transport gradients, hatches etc. from chart model to draw model for display in the dialogs 2005/06/07 15:55:52 iha 1.6.4.7: use numberformatter from model 2005/05/31 19:04:00 iha 1.6.4.6: create old api without controller 2005/04/13 08:56:39 iha 1.6.4.5: provide numberformatter 2004/09/27 16:07:06 iha 1.6.4.4: case mismatch 2004/09/27 14:19:45 iha 1.6.4.3: save - old api - provide access to gradient list and other 2004/08/26 13:15:24 iha 1.6.4.2: saver page creation 2004/04/21 14:06:28 bm 1.6.4.1: don't use static uno-Reference

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bc09dccdd20853d8ffb77f733e12c33813f4ba2f]

        INTEGRATION: CWS chart2mst3 (1.9.8); FILE MERGED 2007/02/07 13:07:24 iha 1.9.8.18: RESYNC: (1.13-1.14); FILE MERGED 2006/11/28 10:46:19 bm 1.9.8.17: aw024 adaption corrected 2006/11/26 11:34:14 bm 1.9.8.16: aw024 adaptions 2006/11/24 21:42:22 iha 1.9.8.15: incompatibel changes for aw024 2006/11/22 17:23:52 iha 1.9.8.14: RESYNC: (1.12-1.13); FILE MERGED 2006/10/20 21:07:38 iha 1.9.8.13: implement selection of additional shapes 2006/10/18 17:05:30 bm 1.9.8.12: RESYNC: (1.10-1.12); FILE MERGED 2006/08/08 12:27:46 iha 1.9.8.11: avoid a paint call during the destructor hierarchy 2006/04/03 12:06:59 iha 1.9.8.10: prevent wrong reselection caused by ComeBackTimer of Draw 2006/02/22 16:40:15 bm 1.9.8.9: getNamedSdrObject: select nothing if name is an empty string 2005/11/29 18:00:19 bm 1.9.8.8: -ViewSingletons, ConfigurationAccess is a singleton itself now 2005/10/07 11:23:51 bm 1.9.8.7: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 17:31:57 iha 1.9.8.6: enable selection of 3D objects in scene 2005/08/30 14:44:17 bm 1.9.8.5: +attachParentReferenceDevice 2005/08/29 08:25:03 iha 1.9.8.4: don't hold separat PageView 2005/07/05 15:39:58 iha 1.9.8.3: redefine diagram size 2005/06/03 14:33:40 iha 1.9.8.2: don't manipulate page size in drawview 2005/05/31 19:08:17 iha 1.9.8.1: create view without controller

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5e4fd8bec24df7166d64da719d4bfa2157d8d002]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:35 ihi 1.1.2.19: #i72301# German removed 2007/02/27 17:11:52 iha 1.1.2.18: change positions 2007/02/27 16:45:52 iha 1.1.2.17: change string according to wizard spec 2007/02/22 11:00:16 iha 1.1.2.16: shorter vertical line 2007/02/22 10:41:50 iha 1.1.2.15: more space for german text 2007/02/22 10:04:43 bm 1.1.2.14: encoding -> UTF8 2007/02/05 17:20:47 iha 1.1.2.13: some resource changes according to wizard spec 2007/02/02 23:04:13 iha 1.1.2.12: some resource changes according to wizard spec 2006/01/12 17:57:26 iha 1.1.2.11: some position changes to wizard page 4 2006/01/06 20:27:28 iha 1.1.2.10: added legendposition to wizard and restructured legend postiion control classes 2005/10/11 09:20:19 bm 1.1.2.9: license header change 2004/08/10 12:16:19 bm 1.1.2.8: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/08 22:16:15 iha 1.1.2.7: changed positions 2004/05/17 17:33:53 iha 1.1.2.6: provide object naming; resource cleanup 2004/05/07 16:39:07 iha 1.1.2.5: #i20344# more distance below subtype list 2004/05/05 20:51:43 iha 1.1.2.4: #i20344# removed wrong HelpId; some cleanup 2004/04/22 15:00:46 iha 1.1.2.3: #i20344# chabged legend, grid and title resources 2004/04/08 08:53:34 bm 1.1.2.2: wrong case in include file 2004/04/07 21:27:32 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c6738e2ed0025196feba693818b2c63ef0ccbdb7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/02 23:04:57 iha 1.1.2.11: some resource changes according to wizard spec 2006/11/10 21:03:07 iha 1.1.2.10: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/03/10 10:20:41 iha 1.1.2.9: don't use leading underscore 2006/01/23 15:55:34 iha 1.1.2.8: #i61054# disable next button at wizard correctly 2006/01/06 20:27:28 iha 1.1.2.7: added legendposition to wizard and restructured legend postiion control classes 2005/11/14 18:16:25 iha 1.1.2.6: don't change model during initialization of controls 2005/10/11 09:20:19 bm 1.1.2.5: license header change 2004/06/09 17:45:49 iha 1.1.2.4: live update 2004/04/27 15:00:39 iha 1.1.2.3: warnings removed 2004/04/22 15:00:46 iha 1.1.2.2: #i20344# chabged legend, grid and title resources 2004/04/07 21:27:45 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [33955516eaec80ec9cd9cbd8639611b312b40969]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/02 23:03:36 iha 1.1.2.6: some resource changes according to wizard spec 2006/01/06 20:27:27 iha 1.1.2.5: added legendposition to wizard and restructured legend postiion control classes 2005/10/11 09:20:19 bm 1.1.2.4: license header change 2004/04/22 15:00:45 iha 1.1.2.3: #i20344# chabged legend, grid and title resources 2004/04/19 14:07:56 iha 1.1.2.2: concentrate ResourceIds to avoid dublicates 2004/04/07 21:27:18 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c887faceaca3439647bf8264f7213b77f756ee74]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:17 bm 1.1.2.26: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/27 16:46:42 iha 1.1.2.25: change string according to wizard spec 2007/02/08 21:25:35 iha 1.1.2.24: resync m195 -> m202 2007/02/02 23:03:06 iha 1.1.2.23: some resource changes according to wizard spec 2006/11/10 21:03:07 iha 1.1.2.22: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 14:59:20 iha 1.1.2.21: name consolidation 2006/10/21 11:02:40 iha 1.1.2.20: removed string STR_GRIDLINES use TR_OBJECT_GRIDS instead 2006/04/10 15:03:32 iha 1.1.2.19: api restructure axis, grids, scales and increments 2006/03/10 10:20:41 iha 1.1.2.18: don't use leading underscore 2006/01/24 10:35:46 bm 1.1.2.17: ChartModelHelper::findDiagram now also works with chart2::XChartDocument 2006/01/23 15:55:08 iha 1.1.2.16: #i61054# disable next button at wizard correctly 2006/01/12 17:54:54 iha 1.1.2.15: change name of wizard step 4 according to spec 2006/01/06 20:27:27 iha 1.1.2.14: added legendposition to wizard and restructured legend postiion control classes 2005/12/06 19:00:31 iha 1.1.2.13: #i58065# use grid HelpIds for Grid ChaeckBoxes 2005/11/18 18:19:53 iha 1.1.2.12: restructuring for proper subgrid support 2005/11/15 10:55:34 iha 1.1.2.11: only change model if controls have changed 2005/11/14 18:16:49 iha 1.1.2.10: don't change model during initialization of controls 2005/11/14 15:59:30 iha 1.1.2.9: remove direct view update call as automatic updates are now available and guard against to many view updates 2005/10/11 09:20:18 bm 1.1.2.8: license header change 2005/06/16 12:55:35 iha 1.1.2.7: create legend on demand 2004/06/09 17:46:10 iha 1.1.2.6: live update 2004/05/17 17:33:53 iha 1.1.2.5: provide object naming; resource cleanup 2004/05/05 20:52:27 iha 1.1.2.4: #i20344# added page title 2004/04/27 13:32:41 iha 1.1.2.3: warnings removed 2004/04/22 15:00:45 iha 1.1.2.2: #i20344# chabged legend, grid and title resources 2004/04/07 21:27:08 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7d5c1bfc1aad8417d6b772aee500264055eb0f33]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:05:54 bm 1.1.1.1.4.9: RESYNC: (1.5-1.6); FILE MERGED 2007/04/23 12:32:35 ihi 1.1.1.1.4.8: #i72301# German removed 2006/11/01 16:10:41 iha 1.1.1.1.4.7: cleanup resources: removed obsolete x-commenet string 2005/10/07 11:23:26 bm 1.1.1.1.4.6: RESYNC: (1.4-1.5); FILE MERGED 2004/08/30 22:36:06 bm 1.1.1.1.4.5: RESYNC: (1.3-1.4); FILE MERGED 2004/08/10 12:16:18 bm 1.1.1.1.4.4: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:14:52 bm 1.1.1.1.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/03 03:39:04 iha 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/05/17 17:33:53 iha 1.1.1.1.4.1: provide object naming; resource cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e17e67baa6029586bf87f3fd8935ed7ae8f277b3]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/10/07 11:23:14 bm 1.3.4.4: RESYNC: (1.5-1.6); FILE MERGED 2004/09/07 10:05:37 bm 1.3.4.3: header for FixedLine/FixedText was missing 2004/08/30 22:35:59 bm 1.3.4.2: RESYNC: (1.3-1.5); FILE MERGED 2004/03/04 12:32:09 iha 1.3.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3087255fd0c94605021022587def5a701c51a03c]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:04:00 bm 1.2.4.6: RESYNC: (1.6-1.8); FILE MERGED 2006/10/18 17:05:23 bm 1.2.4.5: RESYNC: (1.5-1.6); FILE MERGED 2006/02/20 14:45:46 iha 1.2.4.4: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:22:56 bm 1.2.4.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/30 22:35:52 bm 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED 2004/03/04 12:32:34 iha 1.2.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [035aa537053ce117abe02791f27eeb4033d198a1]

        INTEGRATION: CWS chart2mst3 (1.2.20); FILE MERGED 2007/04/23 12:32:35 ihi 1.2.20.4: #i72301# German removed 2005/12/05 18:14:29 iha 1.2.20.3: moved down checkbox for bar connectors a little 2005/10/07 11:22:43 bm 1.2.20.2: RESYNC: (1.2-1.4); FILE MERGED 2004/08/10 12:16:18 bm 1.2.20.1: resource changes (removal of translations and change to de, en-US and x-comment

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [607780f03982c79909dcdf881189e42728a68efe]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:03:54 bm 1.2.4.8: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:05:15 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:46 iha 1.2.4.6: move SchItemPool from controller to view lib -> ChartItemPool 2005/11/23 16:51:29 iha 1.2.4.5: cleanup SchSfxItemIds.hxx + removed unused defines 2005/11/23 15:17:27 iha 1.2.4.4: support BarOverlap and GapWidth 2005/10/07 11:22:15 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/06/01 18:53:38 iha 1.2.4.2: no warnings+cleanup 2004/04/27 15:00:39 iha 1.2.4.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dbe13cbd571263d4938c966a88e54cfce56f4ab3]

        INTEGRATION: CWS chart2mst3 (1.3.20); FILE MERGED 2007/04/25 01:05:43 bm 1.3.20.7: RESYNC: (1.5-1.6); FILE MERGED 2007/04/23 12:32:35 ihi 1.3.20.6: #i72301# German removed 2007/03/04 14:45:20 iha 1.3.20.5: changes according to Scales and Intervals Spec 2007/03/03 10:07:20 iha 1.3.20.4: corrected some strings and shortcuts 2006/10/27 18:42:09 iha 1.3.20.3: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code 2005/10/07 11:21:20 bm 1.3.20.2: RESYNC: (1.3-1.5); FILE MERGED 2004/08/10 12:16:18 bm 1.3.20.1: resource changes (removal of translations and change to de, en-US and x-comment

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc879b73f71493eb290628dd391366053bedba9c]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2006/10/27 18:42:09 iha 1.3.12.1: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7d76b7ef41c327a5c9bc8f2bb3952c5b8e7efc20]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/18 16:12:16 bm 1.2.4.13: #i74635# ResMgr cleanup ResId -> SchResId 2007/05/14 20:03:33 bm 1.2.4.12: RESYNC: (1.5-1.7); FILE MERGED 2007/05/03 08:07:36 iha 1.2.4.11: #i76842# warning for scale tabpage when min > max 2007/03/19 15:01:38 iha 1.2.4.10: #i73605#, #i75389# use correct numberformat for scale tabpage and numbers tabpage 2007/03/04 14:44:44 iha 1.2.4.9: changes according to Scales and Intervals Spec 2007/02/06 12:07:58 iha 1.2.4.8: warning for major interval <=0 2006/10/27 18:42:09 iha 1.2.4.7: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code 2006/10/18 17:04:59 bm 1.2.4.6: RESYNC: (1.4-1.5); FILE MERGED 2006/02/20 14:45:46 iha 1.2.4.5: move SchItemPool from controller to view lib -> ChartItemPool 2006/01/25 09:59:39 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:20:56 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:52 iha 1.2.4.2: provide object naming; resource cleanup 2004/04/27 15:00:38 iha 1.2.4.1: warnings removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [16eb89dec4ccfea28cb4ecd27adf3c7f69c7f087]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:35 ihi 1.1.2.10: #i72301# German removed 2007/02/09 12:31:19 bm 1.1.2.9: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2006/10/09 17:18:33 bm 1.1.2.8: hide range chooser buttons if no range chooser is available (instead of just disabling) 2006/06/28 09:51:56 dr 1.1.2.7: german umlauts in UTF-8 2005/10/11 09:20:18 bm 1.1.2.6: license header change 2004/08/10 12:16:18 bm 1.1.2.5: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/09 18:43:47 iha 1.1.2.4: minor resource changes 2004/05/05 20:54:37 iha 1.1.2.3: #i20344# reorder controls; changes some strings 2004/04/08 08:53:54 bm 1.1.2.2: wrong case in include file 2004/04/07 21:26:42 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a36f80860959b26bbb6f9877b4891b52af5902df]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 13:45:32 bm 1.1.2.15: Disable controls and tabs when invalid ranges were entered 2007/02/09 12:31:18 bm 1.1.2.14: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2006/10/24 11:55:16 bm 1.1.2.13: enable range chooser in Calc 2005/11/14 17:55:21 iha 1.1.2.12: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/10/11 09:20:18 bm 1.1.2.11: license header change 2005/05/09 09:50:57 bm 1.1.2.10: moved parts of API to data namespace 2005/04/19 14:34:41 bm 1.1.2.9: fixing the data source/range chooser dialogs 2005/04/15 14:48:09 bm 1.1.2.8: data source and range choose dialog rework 2004/06/29 12:21:55 bm 1.1.2.7: shared data for range chooser and data source tab pages 2004/06/17 10:03:25 bm 1.1.2.6: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/27 15:54:52 iha 1.1.2.5: #i20344# provide charttype template; added parameter bDoLiveUpdate 2004/05/26 13:18:41 bm 1.1.2.4: dialog behaviour improvements 2004/05/07 16:37:04 iha 1.1.2.3: #i20344# init controls from model and apply changes from controls to model 2004/05/05 20:57:02 iha 1.1.2.2: #i20344# start getting to work; added FixedLine; added title 2004/04/07 21:26:29 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cd3c4174abeefdd805378f2baffd6c6a2688afdb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 12:31:18 bm 1.1.2.5: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2005/10/11 09:20:18 bm 1.1.2.4: license header change 2004/05/05 20:53:29 iha 1.1.2.3: #i20344# added FixedLine 2004/04/19 14:06:43 iha 1.1.2.2: concentrate ResourceIds to avoid dublicates 2004/04/07 21:26:12 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f97d9f122b6cdb540bf809442f26fd983b42dd83]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.42: #i74635# ResMgr cleanup ResId -> SchResId 2007/03/07 15:19:17 bm 1.1.2.41: #i75204# set m_aLastValidRangeString correctly in isValid() 2007/03/07 13:15:02 bm 1.1.2.40: #i75179# enable WB_FORCECTRLBACKGROUND bit to allow setting red background of controls 2007/02/27 13:45:31 bm 1.1.2.39: Disable controls and tabs when invalid ranges were entered 2007/02/26 13:10:56 bm 1.1.2.38: use different foreground and background for invalid ranges, like in Firefox. 2007/02/09 12:31:18 bm 1.1.2.37: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2007/02/08 21:25:35 iha 1.1.2.36: resync m195 -> m202 2006/11/10 21:03:06 iha 1.1.2.35: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 14:59:20 iha 1.1.2.34: name consolidation 2006/10/24 11:55:16 bm 1.1.2.33: enable range chooser in Calc 2006/10/09 17:18:33 bm 1.1.2.32: hide range chooser buttons if no range chooser is available (instead of just disabling) 2006/10/09 16:01:49 bm 1.1.2.31: only enable range chooser buttons if a range chooser component is available 2006/05/29 17:55:17 iha 1.1.2.30: replaced STR_OBJECT_SOURCE_DATA by STR_OBJECT_DATA_RANGE 2006/03/17 13:27:26 bm 1.1.2.29: disable radio-buttons and check-boxes if the range is invalid or complex 2005/11/14 17:55:41 iha 1.1.2.28: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/11/14 15:20:37 iha 1.1.2.27: removed superfluous include 2005/11/11 13:56:16 iha 1.1.2.26: remove direct view update call 2005/11/09 12:35:21 bm 1.1.2.25: setDirty only if changes do not come from initControlsFromModel 2005/10/11 09:20:17 bm 1.1.2.24: license header change 2005/09/02 11:43:28 bm 1.1.2.23: initControlsFromModel: checkboxes were set the other way round 2005/05/20 13:31:57 bm 1.1.2.22: string construction with resid problem 2005/05/12 13:56:39 bm 1.1.2.21: API change XDataProvider 2005/04/19 14:34:41 bm 1.1.2.20: fixing the data source/range chooser dialogs 2005/04/15 14:48:09 bm 1.1.2.19: data source and range choose dialog rework 2004/09/15 15:39:01 iha 1.1.2.18: implement api redesign 2004/07/05 11:35:42 iha 1.1.2.17: correct update cycle 2004/06/30 16:14:17 bm 1.1.2.16: some fixes 2004/06/29 12:21:54 bm 1.1.2.15: shared data for range chooser and data source tab pages 2004/06/23 13:03:06 bm 1.1.2.14: change defaults for arguments that are not yet automatically detected 2004/06/17 13:05:11 bm 1.1.2.13: some minor preliminary fixes 2004/06/17 12:46:54 bm 1.1.2.12: oops, checked in a test 2004/06/17 10:03:25 bm 1.1.2.11: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/06/09 18:43:47 iha 1.1.2.10: minor resource changes 2004/06/08 19:28:13 iha 1.1.2.9: changed title 2004/05/27 15:55:21 iha 1.1.2.8: #i20344# provide charttype template; added parameter bDoLiveUpdate 2004/05/26 13:18:40 bm 1.1.2.7: dialog behaviour improvements 2004/05/17 17:33:52 iha 1.1.2.6: provide object naming; resource cleanup 2004/05/10 17:07:42 iha 1.1.2.5: swapped FirstCellAsLabel and HasCategories 2004/05/10 15:42:48 iha 1.1.2.4: catch invalid range exception 2004/05/07 16:36:54 iha 1.1.2.3: #i20344# init controls from model and apply changes from controls to model 2004/05/05 20:57:02 iha 1.1.2.2: #i20344# start getting to work; added FixedLine; added title 2004/04/07 21:25:56 iha 1.1.2.1: i20344 new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fd2bce222d5215ad370a8013d4f8096e6368bdf2]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:05:36 bm 1.1.1.1.4.4: RESYNC: (1.4-1.5); FILE MERGED 2005/10/07 11:20:44 bm 1.1.1.1.4.3: RESYNC: (1.2-1.4); FILE MERGED 2004/08/10 12:16:18 bm 1.1.1.1.4.2: resource changes (removal of translations and change to de, en-US and x-comment 2004/04/19 15:04:17 iha 1.1.1.1.4.1: #i20344# reuse encapsulated 3D bar form control

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b162ed51d26e40403356753262a1a4159db61583]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:20:32 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/04/19 15:03:44 iha 1.2.4.1: #i20344# reuse encapsulated 3D bar form control

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f872d6ed23aa1260da3b1c212b612b5f69c26fd]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:04:51 bm 1.2.4.7: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:46 iha 1.2.4.6: move SchItemPool from controller to view lib -> ChartItemPool 2005/11/14 12:07:59 iha 1.2.4.5: keep parameter while switching between charttypes in charttype page 2005/10/07 11:20:21 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/04/27 15:00:38 iha 1.2.4.3: warnings removed 2004/04/19 15:03:55 iha 1.2.4.2: #i20344# reuse encapsulated 3D bar form control 2004/03/08 18:37:29 iha 1.2.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7d690f79a3cb329b54b4efd7726fc78fec30f425]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:34 ihi 1.1.2.6: #i72301# German removed 2006/06/28 09:51:56 dr 1.1.2.5: german umlauts in UTF-8 2005/10/11 09:20:17 bm 1.1.2.4: license header change 2004/08/10 12:16:18 bm 1.1.2.3: resource changes (removal of translations and change to de, en-US and x-comment 2004/05/17 17:33:52 iha 1.1.2.2: provide object naming; resource cleanup 2004/05/05 20:39:54 iha 1.1.2.1: #i20344# location tab page for chart wizard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23e8690e630346522a22be96277bddfc696625fb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/23 15:54:46 iha 1.1.2.3: #i61054# disable next button at wizard correctly 2005/10/11 09:20:17 bm 1.1.2.2: license header change 2004/05/05 20:40:10 iha 1.1.2.1: #i20344# location tab page for chart wizard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3cd058766d00b6e75d29f73719b3a893d1e6cf88]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:17 bm 1.1.2.2: license header change 2004/05/05 20:35:23 iha 1.1.2.1: #i20344# location tab page for chart wizard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0e2d0a6f11c157d1021e54bf54c63dd744cd019f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.7: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:35 iha 1.1.2.6: resync m195 -> m202 2006/10/27 14:59:20 iha 1.1.2.5: name consolidation 2006/01/23 15:54:28 iha 1.1.2.4: #i61054# disable next button at wizard correctly 2005/10/11 09:20:17 bm 1.1.2.3: license header change 2004/05/17 17:33:52 iha 1.1.2.2: provide object naming; resource cleanup 2004/05/05 20:40:36 iha 1.1.2.1: #i20344# location tab page for chart wizard

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4a7f8348b883b733e9b83bbe9e7b9b2657692209]

        INTEGRATION: CWS chart2mst3 (1.2.20); FILE MERGED 2007/04/23 12:32:34 ihi 1.2.20.4: #i72301# German removed 2006/01/06 20:27:27 iha 1.2.20.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:20:10 bm 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:17 bm 1.2.20.1: resource changes (removal of translations and change to de, en-US and x-comment

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [39614a23782e4646b13b8f7d7a93f6cd873ff319]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/01/06 20:27:26 iha 1.2.4.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:19:59 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/09/07 10:04:06 bm 1.2.4.1: fixed order of members to fit order in dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [46444f2900f1877585826cef9749a27f37225e3a]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:03:23 bm 1.2.4.7: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 17:04:43 bm 1.2.4.6: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:45 iha 1.2.4.5: move SchItemPool from controller to view lib -> ChartItemPool 2006/01/06 20:27:26 iha 1.2.4.4: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:19:40 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/09/07 10:04:17 bm 1.2.4.2: fixed order of members to fit order in dialog 2004/06/01 18:52:40 iha 1.2.4.1: no warnings+cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eeb6984f260c0990a1f823c16ec7aa28c3be324d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:16 bm 1.1.2.3: license header change 2005/05/09 09:50:57 bm 1.1.2.2: moved parts of API to data namespace 2005/04/15 14:47:47 bm 1.1.2.1: helpers for data source dialogs

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f6ce0441f98c568d8329719efb31e9a956ef3770]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:35 iha 1.1.2.3: resync m195 -> m202 2005/10/11 09:20:16 bm 1.1.2.2: license header change 2005/04/15 14:47:35 bm 1.1.2.1: helpers for data source dialogs

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d87e78eec904c07d63ce14147bcb4082934b7933]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:34 ihi 1.1.2.16: #i72301# German removed 2007/02/22 15:03:59 bm 1.1.2.15: some case-mismatch fixes to correspond to spec 2007/02/09 12:31:18 bm 1.1.2.14: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2006/12/05 23:44:51 iha 1.1.2.13: #i71675# enable set data label range for xy charts 2006/11/01 15:36:56 iha 1.1.2.12: cleanup resources + changed variable names according to style guide 2006/06/28 09:51:56 dr 1.1.2.11: german umlauts in UTF-8 2005/12/06 18:54:55 iha 1.1.2.10: #i58020# added HelpIds HID_SCH_SERIES_LIST and HID_SCH_DATA_RANGES_LIST 2005/10/11 09:20:16 bm 1.1.2.9: license header change 2005/04/15 14:48:09 bm 1.1.2.8: data source and range choose dialog rework 2004/08/10 12:16:17 bm 1.1.2.7: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/29 15:43:54 bm 1.1.2.6: internal strings converted to ressource strings 2004/06/17 10:03:25 bm 1.1.2.5: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/06/09 18:43:47 iha 1.1.2.4: minor resource changes 2004/06/08 22:16:44 iha 1.1.2.3: changed positions 2004/05/26 13:18:40 bm 1.1.2.2: dialog behaviour improvements 2004/05/24 17:37:39 bm 1.1.2.1: Flexible Source Range Dialog became a tab page now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d3df196366d489a1b431799cc3fdad585361ed02]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 16:28:00 bm 1.1.2.17: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles 2007/02/27 13:45:31 bm 1.1.2.16: Disable controls and tabs when invalid ranges were entered 2007/02/09 12:31:18 bm 1.1.2.15: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2006/12/05 23:45:17 iha 1.1.2.14: #i71675# enable set data label range for xy charts 2006/10/24 11:55:16 bm 1.1.2.13: enable range chooser in Calc 2006/06/28 11:18:32 dr 1.1.2.12: clean up tab order of controls 2005/11/14 17:54:33 iha 1.1.2.11: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/10/11 09:20:16 bm 1.1.2.10: license header change 2005/05/12 20:02:17 sab 1.1.2.9: get access to ranges 2005/05/09 09:50:56 bm 1.1.2.8: moved parts of API to data namespace 2005/04/19 14:34:41 bm 1.1.2.7: fixing the data source/range chooser dialogs 2005/04/15 14:48:08 bm 1.1.2.6: data source and range choose dialog rework 2004/06/29 12:21:54 bm 1.1.2.5: shared data for range chooser and data source tab pages 2004/06/17 10:03:25 bm 1.1.2.4: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/27 15:54:21 iha 1.1.2.3: #i20344# provide charttype template 2004/05/26 13:18:40 bm 1.1.2.2: dialog behaviour improvements 2004/05/24 17:36:32 bm 1.1.2.1: Flexible Source Range Dialog became a tab page nowsource/controller/dialogs/tp_DataSource.src

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a29e0ab992874749b97d8b05713550d8c88929dc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 12:31:18 bm 1.1.2.5: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2006/12/05 23:44:14 iha 1.1.2.4: #i71675# enable set data label range for xy charts 2005/10/11 09:20:16 bm 1.1.2.3: license header change 2004/06/17 10:03:25 bm 1.1.2.2: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/24 17:36:21 bm 1.1.2.1: Flexible Source Range Dialog became a tab page nowsource/controller/dialogs/tp_DataSource.src

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1380d2cbf8ed391d8cc215b8c52f01f79b9fc49d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.56: #i74635# ResMgr cleanup ResId -> SchResId 2007/03/19 15:18:41 bm 1.1.2.55: #i75297# allow empty data series 2007/03/07 13:15:44 bm 1.1.2.54: #i75179# enable WB_FORCECTRLBACKGROUND bit to allow setting red background of controls 2007/03/02 13:59:44 bm 1.1.2.53: #i75058# catch exceptions when createDataSequenceByRangeRepresentation fails 2007/03/01 13:15:08 bm 1.1.2.52: #i71233# check for validity when other role has been selected 2007/02/27 16:27:59 bm 1.1.2.51: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles 2007/02/27 13:45:31 bm 1.1.2.50: Disable controls and tabs when invalid ranges were entered 2007/02/26 13:10:44 bm 1.1.2.49: use different foreground and background for invalid ranges, like in Firefox. 2007/02/09 12:31:18 bm 1.1.2.48: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2007/02/08 21:25:35 iha 1.1.2.47: resync m195 -> m202 2007/01/10 10:24:39 bm 1.1.2.46: #i72241# When you enter a label range without corresponding values, a new sequence is created. If the range of the label sequence is changed use this sequemce again instead of creating another sequence. Also: adapt a sloppy input into a correct range string in the role listbox (like a1 -> Sheet1.$A$1) 2006/12/11 17:49:25 bm 1.1.2.45: #i72308# allow to set the label before the values of a series 2006/12/11 17:31:54 bm 1.1.2.44: #i72308# allow to set the label before the values of a series 2006/12/11 16:30:42 bm 1.1.2.43: Unnamed series get an index from the second one on 2006/12/11 14:56:02 bm 1.1.2.42: #i72308# show "Unnamed series" instead of an empty string for series with no label (and no generatable label, e.g. a new series) 2006/12/05 23:46:01 iha 1.1.2.41: #i71675# enable set data label range for xy charts 2006/11/10 21:03:06 iha 1.1.2.40: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/11/02 12:26:17 bm 1.1.2.39: enable range chooser buttons for xy-chart 2006/11/01 15:36:56 iha 1.1.2.38: cleanup resources + changed variable names according to style guide 2006/10/27 14:40:49 bm 1.1.2.37: allow deleting the range for a label but not for values 2006/10/27 12:24:25 bm 1.1.2.36: remove categories when an empty string was entered 2006/10/27 11:26:51 bm 1.1.2.35: allow to add a categories range when there were no categories before 2006/10/25 11:24:11 bm 1.1.2.34: allow setting previously unset sequences, e.g. labels at data series with external data provider 2006/10/24 11:55:16 bm 1.1.2.33: enable range chooser in Calc 2006/10/09 17:18:32 bm 1.1.2.32: hide range chooser buttons if no range chooser is available (instead of just disabling) 2006/10/09 16:01:49 bm 1.1.2.31: only enable range chooser buttons if a range chooser component is available 2006/06/28 11:18:32 dr 1.1.2.30: clean up tab order of controls 2006/04/22 11:11:17 iha 1.1.2.29: park unused categories in scale with AxisType not being CATEGORY 2006/02/20 14:45:45 iha 1.1.2.28: move SchItemPool from controller to view lib -> ChartItemPool 2005/11/14 17:54:52 iha 1.1.2.27: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/11/11 18:45:22 iha 1.1.2.26: move only compatible series 2005/11/11 14:41:52 iha 1.1.2.25: replace direct view update call with model->setModified call 2005/11/11 13:55:14 iha 1.1.2.24: guard DataRange Dialog against to many view updates 2005/11/10 09:27:52 dr 1.1.2.23: #i3997# crash when series does not contain any role 2005/10/11 09:20:15 bm 1.1.2.22: license header change 2005/08/29 14:46:56 bm 1.1.2.21: enable live preview again 2005/08/03 16:36:15 bm 1.1.2.20: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/05/09 09:50:56 bm 1.1.2.19: moved parts of API to data namespace 2005/04/19 14:34:40 bm 1.1.2.18: fixing the data source/range chooser dialogs 2005/04/15 14:48:08 bm 1.1.2.17: data source and range choose dialog rework 2004/09/15 15:39:01 iha 1.1.2.16: implement api redesign 2004/07/05 11:35:41 iha 1.1.2.15: correct update cycle 2004/06/30 16:14:16 bm 1.1.2.14: some fixes 2004/06/29 15:43:54 bm 1.1.2.13: internal strings converted to ressource strings 2004/06/29 12:21:53 bm 1.1.2.12: shared data for range chooser and data source tab pages 2004/06/17 13:05:11 bm 1.1.2.11: some minor preliminary fixes 2004/06/17 10:03:24 bm 1.1.2.10: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/06/10 11:31:11 iha 1.1.2.9: restore version 1.1.2.7 because hiding leads to more problems on linux 2004/06/09 21:57:29 iha 1.1.2.8: hide dialog instead of disabling 2004/06/08 22:18:10 iha 1.1.2.7: set data to dirty if ranges of sequences changes 2004/06/08 19:27:55 iha 1.1.2.6: changed title 2004/05/27 17:30:42 bm 1.1.2.5: use new getChartTypeForNewSeries method at template when adding series 2004/05/27 15:54:30 iha 1.1.2.4: #i20344# provide charttype template 2004/05/26 13:18:40 bm 1.1.2.3: dialog behaviour improvements 2004/05/25 11:49:01 bm 1.1.2.2: title string changed 2004/05/24 17:37:49 bm 1.1.2.1: Flexible Source Range Dialog became a tab page now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [16cdc89118730dfdfb8f41d8fb846f779e4e4d82]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:03:16 bm 1.2.4.5: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 17:04:35 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:45 iha 1.2.4.3: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:18:58 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:52 iha 1.2.4.1: provide object naming; resource cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bc0c2361a9a2dabdfdc17f966b8489426556362b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:34 ihi 1.1.2.26: #i72301# German removed 2007/02/15 16:05:55 iha 1.1.2.25: layout change according to wizard spec 2007/02/05 17:19:54 iha 1.1.2.24: some resource changes according to wizard spec 2007/02/02 22:19:48 iha 1.1.2.23: some resource changes according to wizard spec 2006/12/11 17:39:08 iha 1.1.2.22: String changes according to wizard spec 2006/12/05 22:47:40 iha 1.1.2.21: correct separator line according to spec 2006/12/05 22:33:37 iha 1.1.2.20: correct button order according to wizard spec 2006/12/05 17:57:47 iha 1.1.2.19: String changes according to wizard spec 2006/08/21 17:03:46 iha 1.1.2.18: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/28 09:51:56 dr 1.1.2.17: german umlauts in UTF-8 2006/01/13 09:41:19 iha 1.1.2.16: name for Smoothline properties button 2005/11/30 14:02:40 iha 1.1.2.15: corrected spline strings 2005/10/11 09:20:15 bm 1.1.2.14: license header change 2005/09/20 17:40:43 iha 1.1.2.13: #125774# added missing helpid for smooth line dialog 2004/08/10 12:16:17 bm 1.1.2.12: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/09 20:17:41 iha 1.1.2.11: Smooth Line Properties Dialog 2004/06/08 22:15:36 iha 1.1.2.10: added spline properties dialog 2004/06/01 18:56:26 iha 1.1.2.9: add listbox for different 3D looks 2004/05/07 16:39:06 iha 1.1.2.8: #i20344# more distance below subtype list 2004/05/05 20:49:39 iha 1.1.2.7: #i20344# FixedLine on top; changed size; some cleanup 2004/04/21 17:01:40 iha 1.1.2.6: #i20344# Splines -> Smooth Lines 2004/04/20 17:17:00 iha 1.1.2.5: #i20344# added description to chart subtypes 2004/04/20 15:52:27 iha 1.1.2.4: #i20344# changed 'x axis with values' to 'x axis with categories' 2004/04/19 15:20:05 iha 1.1.2.3: #i20344# added separator for splines; removed line count 2004/04/08 08:54:10 bm 1.1.2.2: wrong case in include file 2004/04/07 21:29:03 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ad74d0be5959b3dbd114e4c4806b05899b101b52]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/02 22:18:23 iha 1.1.2.10: some resource changes according to wizard spec 2006/11/10 21:03:06 iha 1.1.2.9: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/08/21 17:03:45 iha 1.1.2.8: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/03/10 10:20:41 iha 1.1.2.7: don't use leading underscore 2005/11/14 12:07:59 iha 1.1.2.6: keep parameter while switching between charttypes in charttype page 2005/10/11 09:20:15 bm 1.1.2.5: license header change 2004/05/27 15:52:19 iha 1.1.2.4: #i20344# provide charttype template; added parameter bDoLiveUpdate 2004/05/05 20:50:46 iha 1.1.2.3: #i20344# FixedLine on top 2004/04/19 15:17:40 iha 1.1.2.2: #i20344# enable extra controls; removed line count here 2004/04/07 21:29:32 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [47083b1cae3f920b551a13cc8ff937ef952fec6e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/02 22:17:58 iha 1.1.2.11: some resource changes according to wizard spec 2006/08/21 17:03:45 iha 1.1.2.10: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2005/10/11 09:20:15 bm 1.1.2.9: license header change 2004/06/09 20:17:41 iha 1.1.2.8: Smooth Line Properties Dialog 2004/06/08 22:18:36 iha 1.1.2.7: added spline properties dialog 2004/06/01 18:55:43 iha 1.1.2.6: add listbox for different 3D looks 2004/05/05 20:50:03 iha 1.1.2.5: #i20344# FixedLine on top; changed size; some cleanup 2004/04/20 15:52:46 iha 1.1.2.4: #i20344# changed 'x axis with values' to 'x axis with categories' 2004/04/19 15:19:20 iha 1.1.2.3: #i20344# added separator for splines; removed line count 2004/04/19 14:11:33 iha 1.1.2.2: concentrate ResourceIds to avoid dublicates 2004/04/07 21:29:50 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f6345ce8afda1e630dd90372aada11b7e420b90f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.44: #i74635# ResMgr cleanup ResId -> SchResId 2007/04/19 16:10:08 iha 1.1.2.43: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 17:17:37 iha 1.1.2.42: #i74528# use correct charttype template when swithcing between rows and columns 2007/02/15 16:06:16 iha 1.1.2.41: layout change according to wizard spec 2007/02/08 21:25:35 iha 1.1.2.40: resync m195 -> m202 2007/02/05 17:19:14 iha 1.1.2.39: some resource changes according to wizard spec 2007/02/02 22:20:20 iha 1.1.2.38: some resource changes according to wizard spec 2006/12/13 18:12:52 iha 1.1.2.37: indent shape control according to wizard spec 2006/11/10 21:03:06 iha 1.1.2.36: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 14:59:20 iha 1.1.2.35: name consolidation 2006/10/10 12:05:22 iha 1.1.2.34: hide subtype controls when no known main charttype was detected 2006/08/21 17:03:45 iha 1.1.2.33: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/24 19:41:51 iha 1.1.2.32: #i63312# correct preselction of 3D scheme 2006/03/10 10:20:40 iha 1.1.2.31: don't use leading underscore 2006/01/13 09:41:48 iha 1.1.2.30: name for Smoothline properties button 2005/11/14 17:30:52 iha 1.1.2.29: only send one change notification for stacking radio button change 2005/11/14 17:01:50 iha 1.1.2.28: only update model if not already done 2005/11/14 15:55:45 iha 1.1.2.27: remove direct view update call as automatic updates are now available and guard against to many view updates 2005/11/14 12:07:59 iha 1.1.2.26: keep parameter while switching between charttypes in charttype page 2005/10/11 09:20:15 bm 1.1.2.25: license header change 2005/09/27 09:17:04 iha 1.1.2.24: #125774# enable helpids for smooth-line-dialog (resource depth must be <3) 2005/08/15 17:04:05 iha 1.1.2.23: don't crash caused by illegal number of lines (if switching charttype from stock to column+line) 2004/06/30 12:40:51 iha 1.1.2.22: #i20329# added ThreeDLookScheme 2004/06/11 15:28:43 iha 1.1.2.21: different 3D scheme naming 2004/06/09 21:01:06 iha 1.1.2.20: separate Line and XY again 2004/06/09 20:17:41 iha 1.1.2.19: Smooth Line Properties Dialog 2004/06/09 17:48:24 iha 1.1.2.18: update enabling of extra controls 2004/06/09 16:23:17 iha 1.1.2.17: live update 2004/06/08 22:18:56 iha 1.1.2.16: added spline properties dialog 2004/06/01 18:56:04 iha 1.1.2.15: add listbox for different 3D looks 2004/05/27 15:52:37 iha 1.1.2.14: #i20344# provide charttype template; added parameter bDoLiveUpdate 2004/05/17 17:33:51 iha 1.1.2.13: provide object naming; resource cleanup 2004/05/05 20:48:48 iha 1.1.2.12: #i20344# FixedLine on top 2004/04/27 15:50:53 iha 1.1.2.11: warnings removed 2004/04/27 13:32:40 iha 1.1.2.10: warnings removed 2004/04/21 18:00:34 iha 1.1.2.9: #i20344# added pafe title 2004/04/20 17:17:00 iha 1.1.2.8: #i20344# added description to chart subtypes 2004/04/20 15:53:38 iha 1.1.2.7: #i20344# changed 'x axis with values' to 'x axis with categories'; + only disable spline order control - do not hide it 2004/04/20 14:07:27 iha 1.1.2.6: #i20344# added method adjustSubType 2004/04/19 15:18:37 iha 1.1.2.5: #i20344# enable extra controls; added separator for splines; removed line count here 2004/04/14 12:18:51 iha 1.1.2.4: added Area and Net Charttypes 2004/04/08 16:46:19 iha 1.1.2.3: temporary removed pie; added bar 2004/04/08 12:27:32 iha 1.1.2.2: make more failsave 2004/04/07 21:29:15 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ecac09cc9f9a6400af398d51921b55476f4cc1a0]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:05:26 bm 1.1.1.1.4.9: RESYNC: (1.5-1.6); FILE MERGED 2007/04/23 12:32:34 ihi 1.1.1.1.4.8: #i72301# German removed 2006/11/01 16:10:41 iha 1.1.1.1.4.7: cleanup resources: removed obsolete x-commenet string 2005/10/07 11:18:42 bm 1.1.1.1.4.6: RESYNC: (1.3-1.5); FILE MERGED 2004/09/01 13:32:23 bm 1.1.1.1.4.5: missing conflict resolution 2004/08/30 22:35:44 bm 1.1.1.1.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:17 bm 1.1.1.1.4.3: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:14:34 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/05/17 17:33:51 iha 1.1.1.1.4.1: provide object naming; resource cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d0fd4b108a1e72b7bfad95514fa5c5061d564232]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:18:27 bm 1.2.4.3: RESYNC: (1.5-1.6); FILE MERGED 2004/08/30 22:35:37 bm 1.2.4.2: RESYNC: (1.2-1.5); FILE MERGED 2004/03/04 12:25:06 iha 1.2.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d417fbbf07b1dcd1338b7a4f8ad621c796efbb31]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:03:10 bm 1.2.4.7: RESYNC: (1.6-1.7); FILE MERGED 2006/10/18 17:04:28 bm 1.2.4.6: RESYNC: (1.5-1.6); FILE MERGED 2006/02/20 14:45:45 iha 1.2.4.5: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:18:15 bm 1.2.4.4: RESYNC: (1.4-1.5); FILE MERGED 2004/08/30 22:35:30 bm 1.2.4.3: RESYNC: (1.2-1.4); FILE MERGED 2004/06/01 18:54:07 iha 1.2.4.2: no warnings 2004/03/04 12:25:25 iha 1.2.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f9f6bcac99ac062d2e7ca661b64a9a5f76ae229e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:34 ihi 1.1.2.6: #i72301# German removed 2005/10/11 09:20:14 bm 1.1.2.5: license header change 2004/08/10 12:16:17 bm 1.1.2.4: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/12 13:39:04 iha 1.1.2.3: added keyboard shortcuts 2004/06/11 15:24:36 iha 1.1.2.2: changed control order 2004/06/01 17:33:49 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [027d39d2f73d4ff338cd54e9c89223b53c32749b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/07 23:22:13 iha 1.1.2.9: #i67833# simple 3D look - bring light to front 2006/06/13 19:14:17 iha 1.1.2.8: also rotate lights when rotating diagram 2005/11/03 16:16:06 bm 1.1.2.7: live-preview changes, lock controllers for multiple changes 2005/11/02 13:49:18 bm 1.1.2.6: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:14 bm 1.1.2.5: license header change 2004/06/11 15:24:13 iha 1.1.2.4: changed control order 2004/06/07 17:52:48 iha 1.1.2.3: implementation 2004/06/04 12:19:43 iha 1.1.2.2: implement 3D View / Effects dialog 2004/06/01 17:33:30 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4f0d2073ca958b2be38560ad97a7ec5a9ab45357]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:14 bm 1.1.2.3: license header change 2004/06/04 07:47:27 bm 1.1.2.2: newline at end added 2004/06/01 17:33:10 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [134b0b28e4135b3664d30eb133093cf4ef77313d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.16: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:34 iha 1.1.2.15: resync m195 -> m202 2006/12/07 23:22:36 iha 1.1.2.14: #i67833# simple 3D look - bring light to front 2006/11/24 21:42:22 iha 1.1.2.13: incompatibel changes for aw024 2006/11/22 17:31:18 iha 1.1.2.12: resync 2006/11/01 15:36:56 iha 1.1.2.11: cleanup resources + changed variable names according to style guide 2006/06/13 19:15:03 iha 1.1.2.10: also rotate lights when rotating diagram 2005/11/03 16:16:06 bm 1.1.2.9: live-preview changes, lock controllers for multiple changes 2005/11/02 13:49:18 bm 1.1.2.8: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:14 bm 1.1.2.7: license header change 2004/06/11 15:25:23 iha 1.1.2.6: changed control order 2004/06/08 14:23:21 iha 1.1.2.5: default light is light 2 2004/06/07 17:52:56 iha 1.1.2.4: implementation 2004/06/04 12:19:55 iha 1.1.2.3: implement 3D View / Effects dialog 2004/06/04 08:03:13 bm 1.1.2.2: gcc treats CTOR as function declaration 2004/06/01 17:32:58 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [45d7ea55a06c807d29de3705dea11b6187b7540a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:34 ihi 1.1.2.15: #i72301# German removed 2006/07/10 16:54:25 iha 1.1.2.14: correct positions of metric fields 2006/06/30 22:56:10 iha 1.1.2.13: correct first values of metric fields 2006/06/23 15:50:20 iha 1.1.2.12: changed range for angles and added  unit to perspective field 2006/06/20 14:28:03 iha 1.1.2.11: valid angle range only from -179 to 180 2006/06/18 19:38:34 iha 1.1.2.10: implement camera distance 2006/06/09 16:28:19 iha 1.1.2.9: added z angle again and take the camera rotation into account while calculating angles and applying angles 2006/01/16 19:14:37 iha 1.1.2.8: added metric field for perspective 2006/01/14 15:34:42 iha 1.1.2.7: removed z anle and fixed lines + different wording 2005/10/11 09:20:13 bm 1.1.2.6: license header change 2004/08/10 12:16:17 bm 1.1.2.5: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/30 14:58:53 iha 1.1.2.4: adjust degree ranges 2004/06/12 13:38:36 iha 1.1.2.3: added keyboard shortcuts 2004/06/09 20:16:14 iha 1.1.2.2: no decimal digits for scene rotation 2004/06/01 17:32:42 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [80cf98c921bf36de32f1e0cb19ac1d74ac55741c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/06/20 14:28:13 iha 1.1.2.12: valid angle range only from -179 to 180 2006/06/18 19:39:56 iha 1.1.2.11: implement camera distance 2006/06/09 16:28:19 iha 1.1.2.10: added z angle again and take the camera rotation into account while calculating angles and applying angles 2006/01/23 12:53:37 bm 1.1.2.9: warning removed: member initialization 2006/01/16 19:14:36 iha 1.1.2.8: added metric field for perspective 2006/01/14 15:33:31 iha 1.1.2.7: removed z anle and fixed lines + different wording 2005/11/03 16:16:05 bm 1.1.2.6: live-preview changes, lock controllers for multiple changes 2005/11/03 09:43:21 bm 1.1.2.5: adaption to new transformation matrix in model and live preview of 3d view dialog 2005/11/02 13:49:18 bm 1.1.2.4: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:13 bm 1.1.2.3: license header change 2004/06/04 12:18:13 iha 1.1.2.2: implement 3D View / Effects dialog 2004/06/01 17:32:26 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1f83d28c4d2a851999e1e52d9308ab5e2602dd15]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/06/09 16:28:19 iha 1.1.2.5: added z angle again and take the camera rotation into account while calculating angles and applying angles 2006/01/16 19:14:32 iha 1.1.2.4: added metric field for perspective 2006/01/14 15:34:19 iha 1.1.2.3: removed z anle and fixed lines + different wording 2005/10/11 09:20:13 bm 1.1.2.2: license header change 2004/06/01 17:32:01 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a143c9d9eca2c665a796c3f0ab07ef9a02d65f0a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.16: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:34 iha 1.1.2.15: resync m195 -> m202 2006/06/30 21:43:43 iha 1.1.2.14: correct rounding for perspective field 2006/06/23 15:51:42 iha 1.1.2.13: changed direction of z rotation + correct rounding of angles 2006/06/20 14:28:21 iha 1.1.2.12: valid angle range only from -179 to 180 2006/06/18 19:40:47 iha 1.1.2.11: implement camera distance 2006/06/09 16:28:19 iha 1.1.2.10: added z angle again and take the camera rotation into account while calculating angles and applying angles 2006/01/16 19:14:32 iha 1.1.2.9: added metric field for perspective 2006/01/14 15:33:54 iha 1.1.2.8: removed z anle and fixed lines + different wording 2005/11/03 16:16:05 bm 1.1.2.7: live-preview changes, lock controllers for multiple changes 2005/11/03 09:43:20 bm 1.1.2.6: adaption to new transformation matrix in model and live preview of 3d view dialog 2005/11/02 13:49:18 bm 1.1.2.5: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:13 bm 1.1.2.4: license header change 2004/07/27 13:27:24 iha 1.1.2.3: #i32096# compliler ambiguity pow() 2004/06/04 12:18:36 iha 1.1.2.2: implement 3D View / Effects dialog 2004/06/01 17:31:35 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f5e7e4df2724bf9b8a20c1bdc93a468193101ffa]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:33 ihi 1.1.2.8: #i72301# German removed 2006/01/14 15:08:16 iha 1.1.2.7: replaced rounded edges spin field by a chekbox, disable rouded edges if objectlines are on, added custom entry to the scheme listbox 2005/10/11 09:20:12 bm 1.1.2.6: license header change 2004/08/10 12:16:16 bm 1.1.2.5: resource changes (removal of translations and change to de, en-US and x-comment 2004/07/26 14:48:43 iha 1.1.2.4: #i30126# string review changes 2004/06/12 13:38:04 iha 1.1.2.3: added keyboard shortcuts 2004/06/11 15:41:56 iha 1.1.2.2: replace shadinglist box by simple checkbox 2004/06/01 17:31:15 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12b22755bca66e58200a7099e0c78e6cb7a5f6b0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/07 23:20:49 iha 1.1.2.10: #i67833# simple 3D look - bring light to front 2006/01/14 15:08:56 iha 1.1.2.9: replaced rounded edges spin field by a chekbox, disable rouded edges if objectlines are on, added custom entry to the scheme listbox 2005/11/15 20:20:37 iha 1.1.2.8: remove superfluous view updates 2005/11/03 16:16:05 bm 1.1.2.7: live-preview changes, lock controllers for multiple changes 2005/11/03 09:43:20 bm 1.1.2.6: adaption to new transformation matrix in model and live preview of 3d view dialog 2005/11/02 13:49:18 bm 1.1.2.5: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:12 bm 1.1.2.4: license header change 2004/06/11 15:41:55 iha 1.1.2.3: replace shadinglist box by simple checkbox 2004/06/08 14:24:17 iha 1.1.2.2: #i20329# implementation 2004/06/01 17:30:56 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0999ce4640e26111c4c568e0cda56ee402257c81]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/14 15:07:29 iha 1.1.2.4: replaced rounded edges spin field by a chekbox, disable rouded edges if objectlines are on, added custom entry to the scheme listbox 2005/10/11 09:20:12 bm 1.1.2.3: license header change 2004/06/11 15:41:55 iha 1.1.2.2: replace shadinglist box by simple checkbox 2004/06/01 17:30:40 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d8427088ee9ad0b8aec13cc0c47f70d494a43d3b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.17: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:34 iha 1.1.2.16: resync m195 -> m202 2007/02/08 18:10:10 iha 1.1.2.15: #i71963# enable mixed mode on checkboxes 2006/12/07 23:21:20 iha 1.1.2.14: #i67833# simple 3D look - bring light to front 2006/01/14 15:09:51 iha 1.1.2.13: replaced rounded edges spin field by a chekbox, disable rouded edges if objectlines are on, added custom entry to the scheme listbox 2005/11/15 20:20:56 iha 1.1.2.12: remove superfluous view updates 2005/11/03 16:16:04 bm 1.1.2.11: live-preview changes, lock controllers for multiple changes 2005/11/03 09:48:24 bm 1.1.2.10: oops 2005/11/03 09:45:57 bm 1.1.2.9: forced view update test removed 2005/11/03 09:38:26 bm 1.1.2.8: changed to live-preview 2005/11/02 13:49:18 bm 1.1.2.7: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:12 bm 1.1.2.6: license header change 2004/06/12 10:11:28 iha 1.1.2.5: renaming 3D scheme 2004/06/12 09:58:16 iha 1.1.2.4: shading interpretion error because of changed positions 2004/06/11 15:41:54 iha 1.1.2.3: replace shadinglist box by simple checkbox 2004/06/08 14:24:42 iha 1.1.2.2: #i20329# implementation 2004/06/01 17:27:18 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a9e82a4eba4bcc654264ad144ba7b396224a0016]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/10 21:03:06 iha 1.1.2.5: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2005/11/15 10:52:17 iha 1.1.2.4: offer method IsModified 2005/10/11 09:20:11 bm 1.1.2.3: license header change 2004/06/09 17:46:40 iha 1.1.2.2: added update hdl 2004/04/07 21:24:46 iha 1.1.2.1: i20344 new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f22f4fdbbe1b505cf3f79466a5959b85adcb71a3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:11 bm 1.1.2.2: license header change 2004/04/07 21:24:17 iha 1.1.2.1: i20344 new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5db8a222ca20837e80b65ec54f2331ecd77a067b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.8: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:34 iha 1.1.2.7: resync m195 -> m202 2006/11/10 21:03:06 iha 1.1.2.6: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2005/11/15 10:51:38 iha 1.1.2.5: offer method IsModified 2005/10/11 09:20:11 bm 1.1.2.4: license header change 2004/06/09 17:46:54 iha 1.1.2.3: added update hdl 2004/04/26 20:06:23 iha 1.1.2.2: #i28172# already exsisiting titles are deleted and created again loosing their properties 2004/04/07 21:24:32 iha 1.1.2.1: i20344 new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [de567dad2b81252c4180e1b8fd8f80c134769586]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2007/04/25 01:05:12 bm 1.3.12.8: RESYNC: (1.3-1.4); FILE MERGED 2007/04/23 12:32:33 ihi 1.3.12.7: #i72301# German removed 2007/02/27 16:44:36 iha 1.3.12.6: change string according to wizard spec 2007/02/05 17:21:25 iha 1.3.12.5: some resource changes according to wizard spec 2007/02/02 23:05:50 iha 1.3.12.4: some resource changes according to wizard spec 2006/11/01 16:10:41 iha 1.3.12.3: cleanup resources: removed obsolete x-commenet string 2006/01/06 20:27:26 iha 1.3.12.2: added legendposition to wizard and restructured legend postiion control classes 2005/10/11 09:55:08 iha 1.3.12.1: #i55202# helpids for legend position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ff228094d278a0adcc57d32b52f3bc2aa15d7b31]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/06 20:25:32 iha 1.1.2.1: added legendposition to wizard and restructured legend postiion control classes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1a545bf244cface4ec7798644d2d1067aa3bc02e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/06 20:25:12 iha 1.1.2.1: added legendposition to wizard and restructured legend postiion control classes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a96c9c8a5d3f5511776d6746fec50d12b786ef9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.6: #i74635# ResMgr cleanup ResId -> SchResId 2007/05/15 11:49:00 bm 1.1.2.5: #i73604# RESYNC: additional changes for ItemId cleanup 2007/02/13 10:49:46 bm 1.1.2.4: #i74482# disable the radio buttons initially when the legend is not switched on 2007/02/08 21:25:34 iha 1.1.2.3: resync m195 -> m202 2006/02/20 14:45:45 iha 1.1.2.2: move SchItemPool from controller to view lib -> ChartItemPool 2006/01/06 20:24:51 iha 1.1.2.1: added legendposition to wizard and restructured legend postiion control classes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a99fbe3373043015c99364d8375ca37903eb78ec]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2007/04/23 12:32:33 ihi 1.3.12.3: #i72301# German removed 2006/11/01 16:10:40 iha 1.3.12.2: cleanup resources: removed obsolete x-commenet string 2005/10/11 13:04:21 iha 1.3.12.1: #i55200# helpids for insert data labels

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [097fecc8741138d0b58664b23272899155ac3827]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:33 ihi 1.1.2.7: #i72301# German removed 2005/10/11 09:20:10 bm 1.1.2.6: license header change 2005/09/20 11:35:59 iha 1.1.2.5: #125773# added missing helpid for bar geometry listbox 2004/08/10 12:16:15 bm 1.1.2.4: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/11 15:40:11 iha 1.1.2.3: less width 2004/06/04 07:52:27 iha 1.1.2.2: Rectangular parallelepiped -> Box 2004/04/19 14:43:54 iha 1.1.2.1: #i20344# encapsulate 3D bar form control for reuse Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ff4abe6e0eb9ff2e1fccabdd47ad1202cada566]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/14 12:07:58 iha 1.1.2.4: keep parameter while switching between charttypes in charttype page 2005/10/11 09:20:10 bm 1.1.2.3: license header change 2004/04/27 15:00:38 iha 1.1.2.2: warnings removed 2004/04/19 14:40:12 iha 1.1.2.1: #i20344# encapsulate 3D bar form control for reuse Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [946cf73cf57552a019da6bcb1007441b581fe979]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:34 iha 1.1.2.5: resync m195 -> m202 2005/11/14 12:07:58 iha 1.1.2.4: keep parameter while switching between charttypes in charttype page 2005/10/11 09:20:10 bm 1.1.2.3: license header change 2004/04/27 15:00:38 iha 1.1.2.2: warnings removed 2004/04/19 14:43:19 iha 1.1.2.1: #i20344# encapsulate 3D bar form control for reuse Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [163522e5aad84d4f1059882498d453e8319944cf]

        INTEGRATION: CWS chart2mst3 (1.4.2); FILE MERGED 2007/02/02 22:17:07 iha 1.4.2.30: some resource changes according to wizard spec 2006/11/10 21:03:06 iha 1.4.2.29: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/07/19 15:55:24 bm 1.4.2.28: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/01/06 20:27:25 iha 1.4.2.27: added legendposition to wizard and restructured legend postiion control classes 2005/11/29 17:38:07 bm 1.4.2.26: adapt dependency to new path (Strings.hrc) 2005/11/22 10:53:18 bm 1.4.2.25: use correct undo strings 2005/10/07 11:17:24 bm 1.4.2.24: RESYNC: (1.8-1.9); FILE MERGED 2005/09/29 12:32:05 iha 1.4.2.23: #125781# missing helpIds for Insert:Ggrid and Insert:Axis 2005/08/17 16:56:54 bm 1.4.2.22: data editor 2005/07/25 15:19:45 bm 1.4.2.21: RESYNC: (1.7-1.8); FILE MERGED 2005/04/15 14:58:17 bm 1.4.2.20: -DialogSeries (+garbage) 2005/04/15 14:48:08 bm 1.4.2.19: data source and range choose dialog rework 2005/03/18 15:43:23 bm 1.4.2.18: build problems 2005/03/18 15:15:30 bm 1.4.2.17: merge error: target.mk included twice 2005/03/18 01:19:16 bm 1.4.2.16: RESYNC: (1.6-1.7); FILE MERGED 2004/06/30 08:08:40 iha 1.4.2.15: #i30866# charttype dialog without roadmap control 2004/06/29 12:21:53 bm 1.4.2.14: shared data for range chooser and data source tab pages 2004/06/08 14:22:20 iha 1.4.2.13: #i20329# added Pseudo3DHelper 2004/06/04 07:15:38 bm 1.4.2.12: case missmatch tp_3D_SceneIllumination 2004/06/03 03:38:47 iha 1.4.2.11: RESYNC: (1.4-1.6); FILE MERGED 2004/06/01 19:06:41 iha 1.4.2.10: new 3D view/effects dialog 2004/05/24 17:49:30 bm 1.4.2.9: +tp_DataSource 2004/05/17 17:33:51 iha 1.4.2.8: provide object naming; resource cleanup 2004/05/07 16:21:26 iha 1.4.2.7: #i20344# added RangeSelectionButton 2004/05/05 20:41:22 iha 1.4.2.6: #i20344# location tab page for chart wizard 2004/04/21 16:57:22 iha 1.4.2.5: #i20344# replace old type dialog with new type page 2004/04/19 14:47:41 iha 1.4.2.4: #i20344# additional files for wizard charttype page 2004/04/07 21:39:47 iha 1.4.2.3: #i20344# added wizard classes 2004/03/22 16:23:12 bm 1.4.2.2: -ENVCFLAG for gcc 3.0 (was just a test) 2004/03/19 14:32:50 bm 1.4.2.1: XDataSource now contains XLabeledDataSources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ce3b0d0685d9b7870e3a518b7cdbea93fa7d8bfb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/08 16:37:28 bm 1.1.2.10: #i72361# help id for edit field with series names in own data dialog added 2006/03/11 13:57:11 iha 1.1.2.9: #i63018# added HelpId for Chart Window 2006/01/06 20:27:25 iha 1.1.2.8: added legendposition to wizard and restructured legend postiion control classes 2006/01/02 16:35:33 iha 1.1.2.7: #i58960# HelpId for Roadmap in Wizard 2005/12/06 18:56:16 iha 1.1.2.6: #i58960# added HelpId HID_SCH_NUM_OF_LINES 2005/10/11 13:48:43 iha 1.1.2.5: #i55197# helpids for insert title 2005/10/11 13:02:42 iha 1.1.2.4: #i55200# helpids for insert data labels 2005/10/11 12:33:11 iha 1.1.2.3: #i55198# helpids for statistic dialog 2005/10/11 09:54:29 iha 1.1.2.2: #i55202# helpids for legend position 2005/09/29 12:31:01 iha 1.1.2.1: #125781# missing helpIds for Insert:Grid and Insert:Axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ddefde0e54bc39d045ce3306d83a49551b6001a5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:32 ihi 1.1.2.4: #i72301# German removed 2005/10/11 09:20:10 bm 1.1.2.3: license header change 2004/08/10 12:16:15 bm 1.1.2.2: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/01 17:26:32 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a99e834448095b756afa63f46abcb2555d8c2aa5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:10 bm 1.1.2.2: license header change 2004/06/01 17:26:18 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [42ed7598865248dc756fceb38e20d8cea0fb982e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:34 iha 1.1.2.14: resync m195 -> m202 2006/12/07 23:24:26 iha 1.1.2.13: #i67833# simple 3D look - bring light to front 2006/10/21 12:16:13 iha 1.1.2.12: name consolidation 2005/11/03 16:16:04 bm 1.1.2.11: live-preview changes, lock controllers for multiple changes 2005/11/03 09:43:20 bm 1.1.2.10: adaption to new transformation matrix in model and live preview of 3d view dialog 2005/11/02 13:49:17 bm 1.1.2.9: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/18 14:38:37 bm 1.1.2.8: lock controllers during model change callsProperties.cxxProperties.cxx 2005/10/11 09:20:09 bm 1.1.2.7: license header change 2004/06/24 13:49:56 bm 1.1.2.6: CTOR: order of member-initializers according to declaration 2004/06/11 15:39:04 iha 1.1.2.5: swap page order again 2004/06/09 20:17:12 iha 1.1.2.4: changed page order 2004/06/08 14:26:12 iha 1.1.2.3: #i20329# offer simple 3D look; save last page 2004/06/04 12:17:17 iha 1.1.2.2: implement 3D View / Effects dialog 2004/06/01 17:26:00 iha 1.1.2.1: new 3D view/effects dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a6bb5de8b75f4e30d10d32353e8fccb178ff7fb9]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/25 01:04:39 bm 1.2.4.6: RESYNC: (1.6-1.7); FILE MERGED 2005/10/07 11:16:48 bm 1.2.4.5: RESYNC: (1.4-1.6); FILE MERGED 2004/08/10 12:16:15 bm 1.2.4.4: resource changes (removal of translations and change to de, en-US and x-comment 2004/05/17 17:33:51 iha 1.2.4.3: provide object naming; resource cleanup 2004/04/22 15:00:42 iha 1.2.4.2: #i20344# chabged legend, grid and title resources 2004/04/19 15:09:08 iha 1.2.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00ef1cf2ca5416fb4399d1d9e7113671dffd3cc6]

        INTEGRATION: CWS chart2mst3 (1.10.2); FILE MERGED 2007/05/14 20:03:04 bm 1.10.2.22: RESYNC: (1.14-1.15); FILE MERGED 2006/10/27 15:16:59 iha 1.10.2.21: name consolidation 2006/10/18 17:04:04 bm 1.10.2.20: RESYNC: (1.13-1.14); FILE MERGED 2006/04/10 12:25:05 iha 1.10.2.19: api restructure axis, grids, scales and increments 2005/11/25 16:23:25 iha 1.10.2.18: correct labels at z axis for deep stacking 2005/11/23 15:16:58 iha 1.10.2.17: support BarOverlap and GapWidth 2005/11/18 18:19:53 iha 1.10.2.16: restructuring for proper subgrid support 2005/10/24 11:06:38 iha 1.10.2.15: coordinate system restructure 2005/10/13 17:38:45 iha 1.10.2.14: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:16:38 bm 1.10.2.13: RESYNC: (1.12-1.13); FILE MERGED 2005/09/05 11:36:41 iha 1.10.2.12: no scale page for category axis 2005/06/07 15:58:31 iha 1.10.2.11: use numberformatter from model 2004/09/17 12:20:46 iha 1.10.2.10: implement api redesign - dimension property 2004/09/17 11:35:59 iha 1.10.2.9: implement api redesign - dimension property 2004/09/16 14:48:00 iha 1.10.2.8: implement api redesign 2004/06/03 10:02:19 iha 1.10.2.7: corrected merge error 2004/06/03 03:38:36 iha 1.10.2.6: RESYNC: (1.10-1.12); FILE MERGED 2004/05/17 17:33:50 iha 1.10.2.5: provide object naming; resource cleanup 2004/04/22 15:00:41 iha 1.10.2.4: #i20344# chabged legend, grid and title resources 2004/04/19 15:07:03 iha 1.10.2.3: concentrate ResourceIds to avoid dublicates 2004/03/04 11:00:57 iha 1.10.2.2: remove SchSlotIds 2004/02/18 19:55:00 iha 1.10.2.1: removed unused code

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5dd0406e207f720b41b1530d45655d252d786b83]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:04:32 bm 1.1.1.1.4.6: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:16:27 bm 1.1.1.1.4.5: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:15 bm 1.1.1.1.4.4: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:14:08 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/22 15:00:41 iha 1.1.1.1.4.2: #i20344# chabged legend, grid and title resources 2004/04/07 21:39:02 iha 1.1.1.1.4.1: #i20344# reuse of resources TitleResources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e1a2cf49debed35913fe6c41e9ec70d8cb5dbbd6]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:16:15 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 13:41:35 iha 1.1.1.1.4.2: concentrate ResourceIds to avoid dublicates 2004/04/07 21:38:34 iha 1.1.1.1.4.1: #i20344# reuse of resources TitleResources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b2e1de0b412b303a240bfa63c0caa662ab3724b3]

        INTEGRATION: CWS chart2mst3 (1.2.8); FILE MERGED 2007/05/14 20:02:57 bm 1.2.8.8: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:03:55 bm 1.2.8.7: RESYNC: (1.3-1.4); FILE MERGED 2006/01/06 20:27:25 iha 1.2.8.6: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:16:03 bm 1.2.8.5: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:50 iha 1.2.8.4: provide object naming; resource cleanup 2004/04/30 15:37:32 bm 1.2.8.3: suppress warnings for this in CTOR 2004/04/22 15:00:41 iha 1.2.8.2: #i20344# chabged legend, grid and title resources 2004/04/07 21:38:05 iha 1.2.8.1: #i20344# reuse of resources TitleResources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [efb65f9a27af8d4ca933c0adb9ae44ae6d7dd2ba]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:04:19 bm 1.1.1.1.4.7: RESYNC: (1.3-1.4); FILE MERGED 2007/02/27 17:31:00 iha 1.1.1.1.4.6: change positions 2006/01/06 20:27:24 iha 1.1.1.1.4.5: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:15:09 bm 1.1.1.1.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:15 bm 1.1.1.1.4.3: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:13:54 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/22 15:00:40 iha 1.1.1.1.4.1: #i20344# chabged legend, grid and title resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [573f624c0b732679a5c8a7c60e1729e6c0a29366]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/01/06 20:27:24 iha 1.1.1.1.4.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:14:57 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 14:05:37 iha 1.1.1.1.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bf185c26f758243ee241290ef1b80b1eac9db23e]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:02:44 bm 1.2.4.7: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 17:03:40 bm 1.2.4.6: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:44 iha 1.2.4.5: move SchItemPool from controller to view lib -> ChartItemPool 2006/01/06 20:27:24 iha 1.2.4.4: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:14:46 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:49 iha 1.2.4.2: provide object naming; resource cleanup 2004/04/22 15:00:40 iha 1.2.4.1: #i20344# chabged legend, grid and title resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [88fbbe0835ad2ddf07f4c9be14d3b2538eca7090]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:04:13 bm 1.1.1.1.4.5: RESYNC: (1.3-1.4); FILE MERGED 2005/10/07 11:14:30 bm 1.1.1.1.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:14 bm 1.1.1.1.4.3: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:13:47 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/05/17 17:33:49 iha 1.1.1.1.4.1: provide object naming; resource cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e191bcf11877540573b9267b4bf6ab87f87575ef]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:14:16 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 13:37:12 iha 1.1.1.1.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c3b4f2d5d99a88fea51d5769a805c4246d776fce]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/05/14 20:02:37 bm 1.2.4.5: RESYNC: (1.4-1.6); FILE MERGED 2006/10/18 17:03:31 bm 1.2.4.4: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 14:45:44 iha 1.2.4.3: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:14:05 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2004/05/17 17:33:49 iha 1.2.4.1: provide object naming; resource cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [97f0d6427b6a03cb3950451ddc4394c2a4fe8e9c]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:04:06 bm 1.1.1.1.4.10: RESYNC: (1.5-1.6); FILE MERGED 2007/04/23 12:32:32 ihi 1.1.1.1.4.9: #i72301# German removed 2006/10/27 12:25:38 iha 1.1.1.1.4.8: naming consolidation 2005/10/07 11:13:53 bm 1.1.1.1.4.7: RESYNC: (1.3-1.5); FILE MERGED 2005/09/29 12:34:38 iha 1.1.1.1.4.6: #125781# missing helpIds for Insert:Ggrid and Insert:Axis 2004/08/10 12:16:14 bm 1.1.1.1.4.5: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:13:28 bm 1.1.1.1.4.4: RESYNC: (1.2-1.3); FILE MERGED 2004/06/03 03:38:28 iha 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/05/17 17:33:49 iha 1.1.1.1.4.2: provide object naming; resource cleanup 2004/04/07 21:36:16 iha 1.1.1.1.4.1: i20344 reuse of resources SECONDARYAXISCHECKBOXES

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5007f75666d4b4626cb7062e4a80ce3f39431e89]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:13:40 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 13:34:28 iha 1.1.1.1.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2dc2d60e18d4ffdca9a0762489c3e14e48bd44c3]

        INTEGRATION: CWS chart2mst3 (1.2.8); FILE MERGED 2007/05/14 20:02:31 bm 1.2.8.8: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:03:23 bm 1.2.8.7: RESYNC: (1.3-1.4); FILE MERGED 2006/04/10 15:03:32 iha 1.2.8.6: api restructure axis, grids, scales and increments 2006/02/20 14:45:44 iha 1.2.8.5: move SchItemPool from controller to view lib -> ChartItemPool 2005/10/07 11:13:26 bm 1.2.8.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/29 12:33:39 iha 1.2.8.3: #125781# missing helpIds for Insert:Ggrid and Insert:Axis 2004/05/17 17:33:49 iha 1.2.8.2: provide object naming; resource cleanup 2004/04/22 15:00:40 iha 1.2.8.1: #i20344# chabged legend, grid and title resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b50fa3a9694ef4fcf7a49bb5ee6505a41fc5ad2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:32 ihi 1.1.2.15: #i72301# German removed 2006/10/24 11:55:16 bm 1.1.2.14: enable range chooser in Calc 2005/10/11 09:20:09 bm 1.1.2.13: license header change 2005/09/27 15:06:24 iha 1.1.2.12: #i55138# add helpid for data ranges dialog; added dialog name 2004/06/17 10:03:24 bm 1.1.2.11: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/24 17:48:46 bm 1.1.2.10: data source dialog is deprecated -> is a tabpage now 2004/05/05 20:47:19 iha 1.1.2.9: resource cleanup 2004/04/15 17:26:15 bm 1.1.2.8: enable ADD button by default 2004/04/08 15:08:04 bm 1.1.2.7: two flags to get border on Windows ? 2004/04/08 14:56:31 bm 1.1.2.6: applying categories to model, accept changes made in editfields (no check yet) 2004/04/08 14:43:51 bm 1.1.2.5: disable Add button until implemented 2004/04/08 14:11:37 bm 1.1.2.4: foo 2004/04/07 18:46:21 bm 1.1.2.3: dialog uses internal data structure, additional field for label range 2004/03/24 10:33:13 bm 1.1.2.2: english text uncommented 2004/03/19 14:26:43 bm 1.1.2.1: dialog for flexible source range selection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0807996cc6cfbf58e2e08af37d14a5e30b05d4be]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:09 bm 1.1.2.6: license header change 2004/06/17 10:03:24 bm 1.1.2.5: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/05/24 17:48:33 bm 1.1.2.4: data source dialog is deprecated -> is a tabpage now 2004/04/19 13:35:22 iha 1.1.2.3: concentrate ResourceIds to avoid dublicates 2004/04/07 18:46:21 bm 1.1.2.2: dialog uses internal data structure, additional field for label range 2004/03/19 14:26:31 bm 1.1.2.1: dialog for flexible source range selection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [14e2222a6acc6d8b9b5d439a58117850f3fa7fcf]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 16:27:59 bm 1.1.2.37: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles 2007/02/27 13:45:31 bm 1.1.2.36: Disable controls and tabs when invalid ranges were entered 2007/02/09 12:31:17 bm 1.1.2.35: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection 2007/02/08 21:25:33 iha 1.1.2.34: resync m195 -> m202 2006/10/27 14:59:19 iha 1.1.2.33: name consolidation 2006/10/24 11:55:16 bm 1.1.2.32: enable range chooser in Calc 2005/11/14 17:53:12 iha 1.1.2.31: don't update model again at end of execute as this was done already - undo is done outside of the dialog 2005/10/11 09:20:09 bm 1.1.2.30: license header change 2005/09/29 12:12:25 iha 1.1.2.29: #i55138# helpId 2005/09/27 15:02:53 iha 1.1.2.28: #i55138# enable helpids for data ranges dialog (resource depth must be <3 ) 2005/08/18 15:20:41 bm 1.1.2.27: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/04/15 14:48:07 bm 1.1.2.26: data source and range choose dialog rework 2004/06/30 16:14:16 bm 1.1.2.25: some fixes 2004/06/29 12:21:52 bm 1.1.2.24: shared data for range chooser and data source tab pages 2004/06/17 13:05:10 bm 1.1.2.23: some minor preliminary fixes 2004/06/17 10:03:24 bm 1.1.2.22: data source dialog is a tab dialog now using the same tabpages as the wizard 2004/06/03 09:31:41 bm 1.1.2.21: Embedding API changes 2004/05/24 17:47:44 bm 1.1.2.20: data source dialog is deprecated -> is a tabpage now 2004/05/17 17:33:48 iha 1.1.2.19: provide object naming; resource cleanup 2004/05/07 16:24:23 iha 1.1.2.18: #i20344# moved RefButton to RangeSelectionButton 2004/05/07 16:12:03 bm 1.1.2.17: get label text from ranges bigger than one cell 2004/05/05 20:46:59 iha 1.1.2.16: resource cleanup 2004/05/05 15:58:21 iha 1.1.2.15: update label content from spreadsheet cell 2004/04/28 19:07:01 iha 1.1.2.14: #i20344# icon cleanup, prepare line subtypes 2004/04/27 15:52:27 bm 1.1.2.13: warning removed 2004/04/27 14:27:41 bm 1.1.2.12: warnings removed 2004/04/27 13:28:29 bm 1.1.2.11: use internal role-name as key for role-entries. (listbox now contains internal-role-name (invisible), UI role-name, range string) 2004/04/15 17:25:32 bm 1.1.2.10: control-enabling DialogSeries is now declared in cxx 2004/04/14 12:20:06 bm 1.1.2.9: createRangeSelection: also works for embedded chart in calc 2004/04/13 09:53:11 bm 1.1.2.8: show correct string for multi-cell labels 2004/04/08 15:19:55 bm 1.1.2.7: disable categories range ('shrink') button 2004/04/08 15:16:19 bm 1.1.2.6: use values-x instead of domain-x 2004/04/08 14:56:31 bm 1.1.2.5: applying categories to model, accept changes made in editfields (no check yet) 2004/04/07 18:46:21 bm 1.1.2.4: dialog uses internal data structure, additional field for label range 2004/03/29 13:24:38 bm 1.1.2.3: XDataSource: getSourceRangeRepresentation -> getSourceIdentifier 2004/03/19 16:43:14 bm 1.1.2.2: show names of data series correctly 2004/03/19 14:26:19 bm 1.1.2.1: dialog for flexible source range selection

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12e7658c17d0edcf14272cc7f58df5a48f735756]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:32 ihi 1.1.2.14: #i72301# German removed 2007/03/02 14:49:14 bm 1.1.2.13: adapted strings to latest spec changes 2007/02/27 12:33:20 bm 1.1.2.12: better alignment of toolbar icons 2006/11/01 16:12:19 iha 1.1.2.11: cleanup resources: removed unsued resources 2006/11/01 16:10:40 iha 1.1.2.10: cleanup resources: removed obsolete x-commenet string 2006/07/20 09:53:52 bm 1.1.2.9: #i64824# show shared sequences correctly. Missing: insert new series 2006/07/19 15:55:24 bm 1.1.2.8: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/06/28 09:51:56 dr 1.1.2.7: german umlauts in UTF-8 2006/03/08 10:38:53 bm 1.1.2.6: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/11/28 14:19:59 iha 1.1.2.5: menu changes 2005/10/11 09:20:08 bm 1.1.2.4: license header change 2005/08/19 14:29:11 bm 1.1.2.3: enable icons in the toolbox 2005/08/18 11:36:42 bm 1.1.2.2: -Zoomable 2005/08/17 16:53:07 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [709ee67984170d3245b991a6212b11459ba13298]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/19 15:55:24 bm 1.1.2.5: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/08 10:38:52 bm 1.1.2.4: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/10/11 09:20:08 bm 1.1.2.3: license header change 2005/08/19 14:29:10 bm 1.1.2.2: enable icons in the toolbox 2005/08/17 16:53:07 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7fcffec46bdd80080e55f96c51493dad5a8b87a5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 16:12:16 bm 1.1.2.11: #i74635# ResMgr cleanup ResId -> SchResId 2007/02/08 21:25:33 iha 1.1.2.10: resync m195 -> m202 2006/12/13 15:36:15 bm 1.1.2.9: apply pending changes on window close 2006/07/20 09:53:52 bm 1.1.2.8: #i64824# show shared sequences correctly. Missing: insert new series 2006/07/19 15:55:24 bm 1.1.2.7: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/14 16:50:13 bm 1.1.2.6: #129537# remove as listener from misc options in DTOR 2006/03/08 17:53:15 bm 1.1.2.5: new UI design for data dialog 2006/03/08 10:38:52 bm 1.1.2.4: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/10/11 09:20:08 bm 1.1.2.3: license header change 2005/08/19 14:29:10 bm 1.1.2.2: enable icons in the toolbox 2005/08/17 16:53:06 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9f73aec1406b8e0cc045574f806bfd8dadf9623d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:33 iha 1.1.2.14: resync m195 -> m202 2007/02/06 09:59:13 iha 1.1.2.13: #i72536# correct wizard position for not fullscreen documents 2007/01/16 16:17:20 iha 1.1.2.12: #i73426# wrong help context bvecause of wrong window hirarchy 2006/11/10 21:03:05 iha 1.1.2.11: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/06/24 13:06:42 iha 1.1.2.10: #i54915# chart wizard shouldn't overlap chart if possible 2006/03/10 10:20:40 iha 1.1.2.9: don't use leading underscore 2005/11/15 16:48:40 bm 1.1.2.8: remove as terminate listener in dispose 2005/11/15 15:30:17 bm 1.1.2.7: garbage collection, disposing, reference release issues 2005/11/14 15:51:30 iha 1.1.2.6: remove direct view update call as automatic updates are now available 2005/10/11 09:20:08 bm 1.1.2.5: license header change 2005/08/03 16:36:15 bm 1.1.2.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2004/05/05 16:40:25 iha 1.1.2.3: update view at end of dialog 2004/04/08 12:25:45 iha 1.1.2.2: make more failsave 2004/04/07 21:34:00 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [abb8b17b6b3877c9f7c4be753ff7d1fbdd024996]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/24 11:55:15 bm 1.1.2.4: enable range chooser in Calc 2005/10/11 09:19:00 bm 1.1.2.3: license header change and CRs removed 2004/05/17 17:33:48 iha 1.1.2.2: provide object naming; resource cleanup 2004/04/07 21:32:07 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48403e62b0b55ab7d8e39cc5bdc154afa41cc681]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:08 bm 1.1.2.7: license header change 2004/06/08 22:17:09 iha 1.1.2.6: changed height 2004/05/05 20:44:14 iha 1.1.2.5: #i20344# changed wizard page width 2004/04/19 14:04:01 iha 1.1.2.4: concentrate ResourceIds to avoid dublicates 2004/04/08 15:31:45 bm 1.1.2.3: dialog id 742 -> 902 2004/04/08 14:09:00 bm 1.1.2.2: changed dialog id to 742 (made problems with ofa) 2004/04/07 21:31:56 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b2b194c3a26be07a7e40b97983fb18e588c4bced]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/07 16:51:44 bm 1.1.2.35: #i75207# use an overloaded leaveState() instead of disabling the roadmap entries. Disadvantage: the entries are shown as disabled, advantage: no crash 2007/02/28 16:07:28 bm 1.1.2.34: removed CHART2_ROADMAP_WIZARD define and else branch as we will not switch back from using the roadmap 2007/02/27 13:45:31 bm 1.1.2.33: Disable controls and tabs when invalid ranges were entered 2007/02/08 21:25:33 iha 1.1.2.32: resync m195 -> m202 2006/12/08 19:04:16 iha 1.1.2.31: corrected title of roadmap in wizard 2006/12/05 19:52:16 iha 1.1.2.30: don't append page title to wizard title 2006/11/10 21:03:05 iha 1.1.2.29: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 14:59:19 iha 1.1.2.28: name consolidation 2006/10/24 11:55:15 bm 1.1.2.27: enable range chooser in Calc 2006/03/10 10:20:40 iha 1.1.2.26: don't use leading underscore 2006/03/08 12:57:14 bm 1.1.2.25: disable range tab-pages when having own data 2006/01/23 15:53:34 iha 1.1.2.24: #i61054# disable next button at wizard correctly 2006/01/12 17:54:34 iha 1.1.2.23: change name of wizard step 4 according to spec 2006/01/02 16:36:06 iha 1.1.2.22: #i58960# HelpId for Roadmap in Wizard 2005/11/30 08:51:52 iha 1.1.2.21: remove location page 2005/10/11 09:19:19 bm 1.1.2.20: license header change and CRs removed 2005/04/15 15:03:16 bm 1.1.2.19: commented-out code removed 2005/04/15 14:48:07 bm 1.1.2.18: data source and range choose dialog rework 2004/06/30 16:14:16 bm 1.1.2.17: some fixes 2004/06/29 12:21:52 bm 1.1.2.16: shared data for range chooser and data source tab pages 2004/06/09 22:08:12 iha 1.1.2.15: remove cancelbutton for case no roadmap 2004/06/09 18:43:47 iha 1.1.2.14: minor resource changes 2004/06/09 17:49:06 iha 1.1.2.13: added cancel button 2004/06/08 19:30:16 iha 1.1.2.12: added stops at first and last page; added roadmap (if 0) 2004/06/03 10:03:12 iha 1.1.2.11: changed signiture 'createPage' 2004/06/01 19:01:08 iha 1.1.2.10: set Finish as default button 2004/05/27 15:57:40 iha 1.1.2.9: #i20344# provide charttype template; added parameter bDoLiveUpdate 2004/05/24 17:46:02 bm 1.1.2.8: flexible source range tab-page added 2004/05/17 17:33:48 iha 1.1.2.7: provide object naming; resource cleanup 2004/05/05 20:45:04 iha 1.1.2.6: #i20344# added location tab page to chart wizard 2004/04/27 15:00:37 iha 1.1.2.5: warnings removed 2004/04/21 16:55:09 iha 1.1.2.4: #i20344# replace old type dialog with new type page 2004/04/21 11:31:39 bm 1.1.2.3: no FreeResource() call 2004/04/20 14:06:07 iha 1.1.2.2: add range chooser tabpage 2004/04/07 21:31:42 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [89b5f9817adfac926b5ce5aaa6b1434064d013f5]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:03:59 bm 1.1.1.1.4.5: RESYNC: (1.4-1.5); FILE MERGED 2007/02/05 17:17:39 iha 1.1.1.1.4.4: some resource changes according to wizard spec 2007/02/02 22:16:24 iha 1.1.1.1.4.3: some resource changes according to wizard spec 2004/04/21 16:58:04 iha 1.1.1.1.4.2: #i20344# replace old type dialog with new type page 2004/04/07 21:34:56 iha 1.1.1.1.4.1: cleanup

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ddf0e24e2273fddee21c8c5f02a90154824dd38]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/02/02 22:16:06 iha 1.1.1.1.4.3: some resource changes according to wizard spec 2004/04/21 16:57:54 iha 1.1.1.1.4.2: #i20344# replace old type dialog with new type page 2004/04/19 13:36:06 iha 1.1.1.1.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [68bc2d717cddbc3c093a50bc917c1ab087da5744]

        INTEGRATION: CWS chart2mst3 (1.7.4); FILE MERGED 2007/02/02 22:15:06 iha 1.7.4.18: some resource changes according to wizard spec 2006/12/13 18:19:39 iha 1.7.4.17: correct title of charttype dialog 2006/10/27 14:59:19 iha 1.7.4.16: name consolidation 2006/10/18 17:03:15 bm 1.7.4.15: RESYNC: (1.10-1.11); FILE MERGED 2006/10/10 13:29:28 iha 1.7.4.14: removed unused code 2005/11/28 14:38:37 iha 1.7.4.13: live preview for charttype dlg 2005/10/07 11:13:12 bm 1.7.4.12: RESYNC: (1.8-1.9); FILE MERGED 2005/07/01 10:59:13 iha 1.7.4.11: correct load of donut charts - remove service name mismatch 2005/03/18 15:50:52 bm 1.7.4.10: includes missing, signature of XChartTypeTemplate::matchesTemplate() has changed 2004/11/03 01:21:23 bm 1.7.4.9: RESYNC: (1.7-1.8); FILE MERGED 2004/06/30 08:07:53 iha 1.7.4.8: #i30866# charttype dialog without roadmap control 2004/04/21 16:58:19 iha 1.7.4.7: #i20344# replace old type dialog with new type page 2004/04/19 15:11:40 iha 1.7.4.6: changed define STR_STOCK -> STR_STOCKCHART 2004/04/07 21:34:34 iha 1.7.4.5: cleanup 2004/03/29 13:23:58 bm 1.7.4.4: robustness 2004/03/24 19:05:22 bm 1.7.4.3: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/24 10:36:03 bm 1.7.4.2: lcl_getTemplateForTree() moved to DiagramHelper::getTemplateNameForDiagram() 2004/02/13 16:51:17 bm 1.7.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c1d037db96ccf71906a3b81952577b8b6f17952]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:33 iha 1.1.2.7: resync m195 -> m202 2006/04/10 15:03:31 iha 1.1.2.6: api restructure axis, grids, scales and increments 2006/01/24 10:27:43 bm 1.1.2.5: pass ReferenceSizeProvider to allow setting correct Auto-Resize values for new objects 2005/12/01 18:54:47 iha 1.1.2.4: create axis title with correct rotation default + don't mix x and y in barcharts 2005/10/11 09:20:08 bm 1.1.2.3: license header change 2004/04/26 20:06:05 iha 1.1.2.2: #i28172# already exsisiting titles are deleted and created again loosing their properties 2004/04/07 21:33:00 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d47b6f50056be963f8867385fe56969fab2bc1c4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:32 iha 1.1.2.2: resync m195 -> m202 2006/11/10 21:00:23 iha 1.1.2.1: prevent immidiate redraw in wizard and according dialogs (important for charts with many data)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7a36672e61598577d108babc63e4160f830cd06a]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/10/27 18:42:08 iha 1.1.1.1.4.4: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code 2006/01/06 20:27:23 iha 1.1.1.1.4.3: added legendposition to wizard and restructured legend postiion control classes 2005/10/07 11:12:58 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 13:32:57 iha 1.1.1.1.4.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eb8572f081ecaefefac62370b7d6292e699fa429]

        INTEGRATION: CWS chart2mst3 (1.3.12); FILE MERGED 2007/04/23 12:32:32 ihi 1.3.12.7: #i72301# German removed 2006/12/13 13:43:05 bm 1.3.12.6: wrong encoding for umlaut 2006/11/01 15:36:56 iha 1.3.12.5: cleanup resources + changed variable names according to style guide 2006/10/31 17:57:32 iha 1.3.12.4: change STR_STATISTICS_IN_LEGEND according to spec 2006/10/29 12:14:53 iha 1.3.12.3: use more readable varailbles STATTYP->REGRESSIONTYPE and ROWNAME->SERIESNAME for STR_STATISTICS_IN_LEGEND 2006/10/29 11:37:40 iha 1.3.12.2: moved STR_STATISTICS_IN_LEGEND from Strings.src to Strings_Statistic.src 2006/06/28 09:51:55 dr 1.3.12.1: german umlauts in UTF-8

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4b1c07652a192addb741a0b7bcd9f40494bdafb1]

        INTEGRATION: CWS chart2mst3 (1.2.20); FILE MERGED 2007/05/03 08:06:34 iha 1.2.20.11: #i76842# warning for scale tabpage when min > max 2007/04/23 12:32:32 ihi 1.2.20.10: #i72301# German removed 2007/03/06 18:05:01 iha 1.2.20.9: changed string according to spec 2007/03/04 14:44:07 iha 1.2.20.8: changes according to Scales and Intervals Spec 2007/02/09 12:26:51 bm 1.2.20.7: #i73171# changed warning box text, german orthography 2007/02/06 12:04:55 iha 1.2.20.6: resource change for warnings in scale tabpage 2006/10/27 18:42:08 iha 1.2.20.5: added warnings STR_STEP_GT_ZERO and STR_BAD_LOGARITHM tp scale tab page + remove unused code 2006/10/27 16:50:54 iha 1.2.20.4: removed unused resources 2006/06/28 09:51:55 dr 1.2.20.3: german umlauts in UTF-8 2005/10/07 11:12:34 bm 1.2.20.2: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:14 bm 1.2.20.1: resource changes (removal of translations and change to de, en-US and x-comment

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3ddf93357edb3742cf68d23d76b0e54804916dd6]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:03:49 bm 1.1.1.1.4.17: RESYNC: (1.4-1.5); FILE MERGED 2007/04/23 12:32:31 ihi 1.1.1.1.4.16: #i72301# German removed 2007/02/06 12:03:04 iha 1.1.1.1.4.15: resource change: Torte -> Kreis 2006/12/13 17:50:32 iha 1.1.1.1.4.14: changed string according to wizard spec 2006/12/11 17:16:52 iha 1.1.1.1.4.13: String changes according to wizard spec 2006/12/06 10:32:46 iha 1.1.1.1.4.12: String changes according to wizard spec 2006/12/05 17:56:33 iha 1.1.1.1.4.11: String changes according to wizard spec 2006/11/01 16:10:40 iha 1.1.1.1.4.10: cleanup resources: removed obsolete x-commenet string 2006/10/27 16:52:18 iha 1.1.1.1.4.9: removed unused resources 2005/10/07 11:12:24 bm 1.1.1.1.4.8: RESYNC: (1.2-1.4); FILE MERGED 2004/08/10 12:16:14 bm 1.1.1.1.4.7: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:13:01 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/09 21:01:05 iha 1.1.1.1.4.5: separate Line and XY again 2004/05/17 17:33:48 iha 1.1.1.1.4.4: provide object naming; resource cleanup 2004/04/21 17:59:14 iha 1.1.1.1.4.3: #i20344# changed type names; removed unused strings 2004/04/20 17:16:59 iha 1.1.1.1.4.2: #i20344# added description to chart subtypes 2004/04/19 14:44:59 iha 1.1.1.1.4.1: #i20344# added strings for wizard charttype page

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b679ed86ebd631172af4d3faa4a7d867498f25a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/23 12:32:31 ihi 1.1.2.14: #i72301# German removed 2006/12/11 17:19:09 iha 1.1.2.13: String changes according to wizard spec 2006/12/08 19:03:37 iha 1.1.2.12: corrected title of roadmap in wizard 2006/12/05 17:55:44 iha 1.1.2.11: String changes according to wizard spec 2006/11/01 16:10:40 iha 1.1.2.10: cleanup resources: removed obsolete x-commenet string 2006/06/28 09:51:55 dr 1.1.2.9: german umlauts in UTF-8 2006/01/14 14:57:45 iha 1.1.2.8: Custom entry for 3D View scheme listbox 2005/10/11 09:20:07 bm 1.1.2.7: license header change 2004/08/10 12:16:14 bm 1.1.2.6: resource changes (removal of translations and change to de, en-US and x-comment 2004/07/26 14:39:07 iha 1.1.2.5: #i30126# string review changes 2004/06/11 15:37:52 iha 1.1.2.4: different 3D scheme naming 2004/06/01 19:00:10 iha 1.1.2.3: new 3D view/effects dialog 2004/04/21 17:59:34 iha 1.1.2.2: #i20344# removed unused strings 2004/04/19 14:20:28 iha 1.1.2.1: #i20344# texts for special controls on charttype tabpage Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [91b7e8dc704cb7867e09455955e69a1de555dfc3]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/04/25 01:03:29 bm 1.1.1.1.4.52: RESYNC: (1.4-1.5); FILE MERGED 2007/04/23 12:32:31 ihi 1.1.1.1.4.51: #i72301# German removed 2007/03/19 15:13:39 bm 1.1.1.1.4.50: #i75403# Use strings from resource for row and column labels 2007/03/05 13:58:44 iha 1.1.1.1.4.49: changed string according to spec 2007/03/05 13:17:56 iha 1.1.1.1.4.48: changed string according to spec 2007/02/09 12:25:45 bm 1.1.1.1.4.47: #i72841# +STR_ACTION_NOTPOSSIBLE for message box that pops up when a non-deleteable object gets a delete-request 2007/02/06 12:02:16 iha 1.1.1.1.4.46: resource change: Torte -> Kreis 2006/12/11 15:45:45 bm 1.1.1.1.4.45: -STR_DATA_NEW_SERIES, +STR_DATA_UNNAMED_SERIES_WITH_INDEX 2006/12/05 23:40:41 iha 1.1.1.1.4.44: #i71675# enable set data label range for xy charts 2006/12/05 17:55:08 iha 1.1.1.1.4.43: String changes according to wizard spec 2006/11/01 17:46:23 iha 1.1.1.1.4.42: cleanup resources: no hardcoded quotes 2006/11/01 16:10:40 iha 1.1.1.1.4.41: cleanup resources: removed obsolete x-commenet string 2006/11/01 15:36:56 iha 1.1.1.1.4.40: cleanup resources + changed variable names according to style guide 2006/10/29 11:37:39 iha 1.1.1.1.4.39: moved STR_STATISTICS_IN_LEGEND from Strings.src to Strings_Statistic.src 2006/10/27 17:49:08 iha 1.1.1.1.4.38: more cleanup 2006/10/27 15:31:33 iha 1.1.1.1.4.37: name consolidation 2006/10/27 15:02:59 iha 1.1.1.1.4.36: name consolidation 2006/10/27 14:59:19 iha 1.1.1.1.4.35: name consolidation 2006/10/21 12:13:57 iha 1.1.1.1.4.34: name consolidation 2006/10/21 11:03:15 iha 1.1.1.1.4.33: removed string STR_GRIDLINES use TR_OBJECT_GRIDS instead 2006/10/21 09:03:31 iha 1.1.1.1.4.32: changed 'Data Series Symbol' to 'Legend Key' 2006/09/27 17:25:31 iha 1.1.1.1.4.31: corrected HelpText for color button 2006/08/22 17:00:21 bm 1.1.1.1.4.30: #i68861# also changed: STR_STATUS_DATAPOINT_MARKED: row replaced by data series 2006/08/02 12:16:24 bm 1.1.1.1.4.29: STR_OBJECT_DATAPOINT_XXX, STR_BALLOONHELP_DATAPOINT changed: row replaced by data series 2006/07/19 15:53:02 bm 1.1.1.1.4.28: #i64824# +STR_DATA_ROLE_CATEGORIES for the role categories in the data dialog 2006/05/29 18:00:39 iha 1.1.1.1.4.27: adapted STR_OBJECT_DIAGRAM_DATA to spec 2006/05/29 17:54:52 iha 1.1.1.1.4.26: replaced STR_OBJECT_SOURCE_DATA by STR_OBJECT_DATA_RANGE 2006/05/29 17:08:56 iha 1.1.1.1.4.25: adapted grid names to spec 2006/03/28 15:50:00 iha 1.1.1.1.4.24: corrected broken german umlauts 2006/01/14 14:58:41 iha 1.1.1.1.4.23: renamed first page of 3D View Dialog 2006/01/13 15:07:00 bm 1.1.1.1.4.22: +STR_ACTION_REARRANGE_CHART 2006/01/12 17:54:01 iha 1.1.1.1.4.21: change name of wizard step 4 according to spec 2005/11/30 17:52:21 iha 1.1.1.1.4.20: corrected Strings 2005/11/29 18:36:37 bm 1.1.1.1.4.19: SchResId may return an OUString, ResIdHelper offers replacement method for OUString 2005/11/22 09:39:41 bm 1.1.1.1.4.18: insert object removed, these kind of strings are used from  svx 2005/11/21 16:13:43 bm 1.1.1.1.4.17: +undo insert object string, conversion to UTF-8 2005/10/07 11:12:12 bm 1.1.1.1.4.16: RESYNC: (1.3-1.4); FILE MERGED 2005/07/13 11:45:02 iha 1.1.1.1.4.15: added specialized title names 2004/08/10 12:16:13 bm 1.1.1.1.4.14: resource changes (removal of translations and change to de, en-US and x-comment 2004/08/04 20:12:54 bm 1.1.1.1.4.13: RESYNC: (1.2-1.3); FILE MERGED 2004/07/26 14:38:23 iha 1.1.1.1.4.12: #i30126# string review changes 2004/06/30 11:54:40 bm 1.1.1.1.4.11: +text for new data series 2004/06/29 15:43:53 bm 1.1.1.1.4.10: internal strings converted to ressource strings 2004/06/12 13:37:05 iha 1.1.1.1.4.9: correct german text; added comments 2004/06/09 20:17:40 iha 1.1.1.1.4.8: Smooth Line Properties Dialog 2004/06/09 18:43:46 iha 1.1.1.1.4.7: minor resource changes 2004/06/08 19:27:19 iha 1.1.1.1.4.6: added STR_OBJECT_DATA_RANGE 2004/06/03 03:38:21 iha 1.1.1.1.4.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/01 18:59:14 iha 1.1.1.1.4.4: new 3D view/effects dialog 2004/05/17 17:33:47 iha 1.1.1.1.4.3: provide object naming; resource cleanup 2004/05/05 20:42:45 iha 1.1.1.1.4.2: #i20344# additional strings for chart wizard 2004/04/22 15:00:39 iha 1.1.1.1.4.1: #i20344# chabged legend, grid and title resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d68c11501176f311468cdc360be36a8032c5f827]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:07 bm 1.1.2.7: license header change 2004/06/08 22:15:09 iha 1.1.2.6: added spline properties dialog 2004/06/01 18:58:14 iha 1.1.2.5: new 3D view/effects dialog 2004/05/24 17:49:12 bm 1.1.2.4: +DataSource tab page for flexible ranges 2004/05/17 17:33:47 iha 1.1.2.3: provide object naming; resource cleanup 2004/05/05 20:43:15 iha 1.1.2.2: #i20344# location tab page for chart wizard 2004/04/19 13:32:11 iha 1.1.2.1: concentrate ResourceIds to avoid dublicates

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7857dc68bddf8df2b875ade2e166ee8ce30d2d2b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:32 iha 1.1.2.4: resync m195 -> m202 2006/11/10 21:03:05 iha 1.1.2.3: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2005/10/11 09:20:07 bm 1.1.2.2: license header change 2004/03/19 14:27:42 bm 1.1.2.1: helper for DataSource dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dcc636579b37fa0bc487cc4c552fa9e393a26d6f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/02 13:59:04 bm 1.1.2.13: #i75058# verifyCellRange: use XRangeXMLConversion to check validity, so this also works for Writer 2007/02/08 21:25:32 iha 1.1.2.12: resync m195 -> m202 2006/11/10 21:03:05 iha 1.1.2.11: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/26 12:39:02 nn 1.1.2.10: set MultiSelectionMode 2006/10/12 13:53:50 bm 1.1.2.9: reanable range chooser 2006/10/09 16:01:49 bm 1.1.2.8: only enable range chooser buttons if a range chooser component is available 2006/01/30 16:44:57 bm 1.1.2.7: range choosing currently does not work 2005/10/11 09:20:06 bm 1.1.2.6: license header change 2005/09/07 14:48:22 bm 1.1.2.5: XChartDocument: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/11 15:56:16 bm 1.1.2.4: verifyCellRange: if the XCellRangesAccess interface is not supported assume always true 2005/05/12 20:02:17 sab 1.1.2.3: get access to ranges 2005/05/09 09:50:56 bm 1.1.2.2: moved parts of API to data namespace 2005/04/15 14:46:45 bm 1.1.2.1: helpers for data source dialogs

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d75d6d876eb2162b8290ce1e48bab855441870da]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:32 iha 1.1.2.7: resync m195 -> m202 2006/10/27 14:59:19 iha 1.1.2.6: name consolidation 2005/10/11 09:20:06 bm 1.1.2.5: license header change 2004/06/09 18:43:45 iha 1.1.2.4: minor resource changes 2004/06/04 14:21:13 iha 1.1.2.3: new range chooser icon 2004/05/17 17:33:46 iha 1.1.2.2: provide object naming; resource cleanup 2004/05/07 16:20:43 iha 1.1.2.1: #i20344# moved here from dlg_DataSource

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [35685f455508204bbacddf5db4a74a6f41f7ad9e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:32 iha 1.1.2.17: resync m195 -> m202 2006/11/16 15:45:07 iha 1.1.2.16: #i71215# use numberformatter to display values in tip help 2006/11/01 17:47:10 iha 1.1.2.15: cleanup resources: no hardcoded quotes 2006/11/01 15:36:55 iha 1.1.2.14: cleanup resources + changed variable names according to style guide 2006/10/27 15:02:59 iha 1.1.2.13: name consolidation 2006/08/22 17:31:20 bm 1.1.2.12: #i68861# +getSelectedObjectText for the text shown in the status bar 2006/08/02 14:50:53 bm 1.1.2.11: getGridName: correctly determine main and sub grids 2006/08/02 11:16:25 bm 1.1.2.10: #i27352# implement quick help 2006/04/10 15:03:31 iha 1.1.2.9: api restructure axis, grids, scales and increments 2006/04/10 12:25:05 iha 1.1.2.8: api restructure axis, grids, scales and increments 2006/02/20 09:16:38 bm 1.1.2.7: +getHelpText for XChartDocument (in addition to XModel variant), +getNameForCID 2005/12/21 21:29:06 iha 1.1.2.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/18 18:19:53 iha 1.1.2.5: restructuring for proper subgrid support 2005/10/11 09:20:05 bm 1.1.2.4: license header change 2005/07/13 12:12:47 iha 1.1.2.3: replace all newlines and provide x values 2005/07/13 11:47:26 iha 1.1.2.2: provide ui strings for help and accessibility 2004/05/17 17:46:48 iha 1.1.2.1: provide object naming

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9233bae32b8fcac1f968d4ee321298a8686f72a6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/27 16:27:59 bm 1.1.2.20: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles 2007/02/27 13:45:31 bm 1.1.2.19: Disable controls and tabs when invalid ranges were entered 2007/02/26 13:20:32 bm 1.1.2.18: use different foreground and background for invalid ranges, like in Firefox. 2006/12/13 14:38:18 bm 1.1.2.17: correct order of roles data dialog 2006/12/12 18:04:10 bm 1.1.2.16: #i71666# show categories also for scatter charts, as data labels 2006/11/10 21:03:05 iha 1.1.2.15: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 11:26:51 bm 1.1.2.14: allow to add a categories range when there were no categories before 2006/10/25 11:24:10 bm 1.1.2.13: allow setting previously unset sequences, e.g. labels at data series with external data provider 2006/07/19 15:55:24 bm 1.1.2.12: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/04/22 11:12:11 iha 1.1.2.11: park unused categories in scale with AxisType not being CATEGORY 2006/03/17 13:26:09 bm 1.1.2.10: +allArgumentsForRectRangeDetected 2005/11/14 17:56:31 iha 1.1.2.9: removed superfluous method restore - undo is done outside of the dialog 2005/11/11 18:45:22 iha 1.1.2.8: move only compatible series 2005/11/11 13:56:56 iha 1.1.2.7: remove direct view update call 2005/11/11 13:45:01 iha 1.1.2.6: guard DataRange Dialog against to many view updates 2005/10/11 09:20:05 bm 1.1.2.5: license header change 2005/05/12 13:56:39 bm 1.1.2.4: API change XDataProvider 2005/05/09 09:50:55 bm 1.1.2.3: moved parts of API to data namespace 2005/04/19 14:34:40 bm 1.1.2.2: fixing the data source/range chooser dialogs 2005/04/15 14:47:23 bm 1.1.2.1: helpers for data source dialogs

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4fe43c99c5dd7796108f81dcc523e802d87ad684]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/02 15:43:38 bm 1.1.2.41: use correct color for new series 2007/02/28 13:22:41 bm 1.1.2.40: #i71233# isSeriesValid returns true when only one mandatory role exists. Until we re-think the whole mandatory stuff again. 2007/02/27 16:27:59 bm 1.1.2.39: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles 2007/02/09 17:29:17 bm 1.1.2.38: XChartDocument::createInternalDataProvider() works like expected now 2007/02/09 12:24:50 bm 1.1.2.37: #i72841# move deleteSeries functionality to tools/DataSeriesHelper 2007/02/08 21:25:32 iha 1.1.2.36: resync m195 -> m202 2006/12/13 14:38:18 bm 1.1.2.35: correct order of roles data dialog 2006/12/12 18:04:10 bm 1.1.2.34: #i71666# show categories also for scatter charts, as data labels 2006/12/11 16:29:58 bm 1.1.2.33: STR_DATA_NEW_SERIES removed 2006/12/05 23:43:13 iha 1.1.2.32: #i71675# enable set data label range for xy charts 2006/11/10 21:03:05 iha 1.1.2.31: prevent immidiate redraw in wizard and according dialogs (important for charts with many data) 2006/10/27 11:26:51 bm 1.1.2.30: allow to add a categories range when there were no categories before 2006/10/25 11:24:10 bm 1.1.2.29: allow setting previously unset sequences, e.g. labels at data series with external data provider 2006/10/24 11:52:47 bm 1.1.2.28: DataSourceHelper::detectRangeSegmentation supports no unused data 2006/07/26 14:46:18 bm 1.1.2.27: allow insertion of data series into empty chart 2006/07/19 15:55:23 bm 1.1.2.26: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/04/22 11:11:54 iha 1.1.2.25: park unused categories in scale with AxisType not being CATEGORY 2006/03/17 13:25:26 bm 1.1.2.24: +allArgumentsForRectRangeDetected 2005/12/21 21:29:06 iha 1.1.2.23: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/14 17:56:46 iha 1.1.2.22: removed superfluous method restore - undo is done outside of the dialog 2005/11/11 18:45:21 iha 1.1.2.21: move only compatible series 2005/11/11 17:59:01 iha 1.1.2.20: don't set categories to scatter charts 2005/11/11 13:57:16 iha 1.1.2.19: remove direct view update call 2005/11/11 13:45:40 iha 1.1.2.18: guard DataRange Dialog against to many view updates 2005/11/08 14:57:32 iha 1.1.2.17: set and remove categories also to and from secondary scales 2005/10/27 17:46:21 iha 1.1.2.16: support SequenceMapping 2005/10/13 17:38:44 iha 1.1.2.15: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:20:05 bm 1.1.2.14: license header change 2005/09/16 16:50:03 iha 1.1.2.13: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/18 15:20:40 bm 1.1.2.12: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/04 12:08:44 bm 1.1.2.11: assertion removed: xy-charts have no categories, this is no error 2005/08/03 16:36:15 bm 1.1.2.10: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/08/02 13:46:27 bm 1.1.2.9: data_type is not standard. use mapped_type instead 2005/07/29 14:54:00 bm 1.1.2.8: include unused data for calculation of data range 2005/07/28 09:34:49 bm 1.1.2.7: usage of color schemes and the VaryColorsByPoint property to have correct pie colors and legend entries 2005/07/26 12:07:35 bm 1.1.2.6: use configuration colors in ColorProvider 2005/07/14 14:49:49 bm 1.1.2.5: create dummy categories if there are none but the charttype needs them 2005/05/12 13:56:39 bm 1.1.2.4: API change XDataProvider 2005/05/09 09:50:54 bm 1.1.2.3: moved parts of API to data namespace 2005/04/19 14:34:40 bm 1.1.2.2: fixing the data source/range chooser dialogs 2005/04/15 14:47:12 bm 1.1.2.1: helpers for data source dialogs

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [523cdeba3f7d42a1db2aadaf5e310a8a7d7c1a72]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/13 14:38:18 bm 1.1.2.3: correct order of roles data dialog 2006/07/25 16:46:03 bm 1.1.2.2: #i64824# handle number formats in the data browser 2006/07/19 15:48:03 bm 1.1.2.1: #i64824# link between the data provider and the data browser control

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4427410a20238314665e1adc15b79899965b5332]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 16:30:14 bm 1.1.2.14: #i72340# allow swapping rows 2007/02/08 21:25:31 iha 1.1.2.13: resync m195 -> m202 2006/12/13 17:39:49 bm 1.1.2.12: private struct access problem with solaris compiler 2006/12/13 14:38:17 bm 1.1.2.11: correct order of roles data dialog 2006/12/12 18:04:10 bm 1.1.2.10: #i71666# show categories also for scatter charts, as data labels 2006/10/25 11:24:10 bm 1.1.2.9: allow setting previously unset sequences, e.g. labels at data series with external data provider 2006/07/30 21:27:54 bm 1.1.2.8: lcl_getSharedSequences: pass the sequence as const ref to allow temporaries 2006/07/26 14:46:18 bm 1.1.2.7: allow insertion of data series into empty chart 2006/07/25 16:46:02 bm 1.1.2.6: #i64824# handle number formats in the data browser 2006/07/25 12:51:40 bm 1.1.2.5: #i64824# lock controllers during adding/deleting of data points of all series to avoid multiple model updates 2006/07/24 14:42:10 bm 1.1.2.4: #i64824# forgot to remove commented-out lines 2006/07/24 14:40:55 bm 1.1.2.3: #i64824# fixed insertion of new data series and deletion of series. 2006/07/20 09:53:52 bm 1.1.2.2: #i64824# show shared sequences correctly. Missing: insert new series 2006/07/19 15:48:22 bm 1.1.2.1: #i64824# link between the data provider and the data browser control

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c89200babbcfdcdd573ccd30bf415704bf59aa52]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/25 16:46:02 bm 1.1.2.6: #i64824# handle number formats in the data browser 2006/07/19 15:55:23 bm 1.1.2.5: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/08 10:38:52 bm 1.1.2.4: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/10/11 09:20:04 bm 1.1.2.3: license header change 2005/08/19 14:29:37 bm 1.1.2.2: remove sort functionality 2005/08/17 16:52:56 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aa55d55668e62f9beb8300d93f4f73ffc9b3c76b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/26 15:37:33 bm 1.1.2.18: #i73162# allow column-based commands also in header columns 2007/02/09 12:23:25 bm 1.1.2.17: #i73171# warning box if invalid number was entered 2007/02/08 21:25:31 iha 1.1.2.16: resync m195 -> m202 2007/01/12 16:10:46 bm 1.1.2.15: #i74172# Don't show #1.NAN for empty number cells 2006/12/12 14:39:59 bm 1.1.2.14: #i71845# allow changes with mouse click, make first cell visible in xy-charts 2006/12/08 16:38:55 bm 1.1.2.13: #i72361# setting help id for edit field containing the series labels 2006/11/20 13:40:35 bm 1.1.2.12: do not clear first cell (was always empty in old chart but no longer is) 2006/07/25 16:46:02 bm 1.1.2.11: #i64824# handle number formats in the data browser 2006/07/19 15:55:23 bm 1.1.2.10: #i64824# improvement of the data editor for internal data. Especially the handling of flexible data and series with more than one role 2006/03/13 16:54:40 bm 1.1.2.9: #126133# add changes made to sch/../databrws.cxx also here 2006/03/08 17:53:15 bm 1.1.2.8: new UI design for data dialog 2006/03/08 10:38:51 bm 1.1.2.7: new UI for DataEditor. Define TEST_NEW_UI in dlg_DataEditor.hrc to activate 2005/10/11 09:20:04 bm 1.1.2.6: license header change 2005/08/19 14:29:37 bm 1.1.2.5: remove sort functionality 2005/08/19 09:10:12 bm 1.1.2.4: deletion of rows/columns corrected, swapping implemented 2005/08/18 16:29:48 bm 1.1.2.3: +add/remove columns/rows 2005/08/18 14:10:16 bm 1.1.2.2: internal data in in rows 2005/08/17 16:52:56 bm 1.1.2.1: data editor for standalone data (first approach)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d53cfec7e7790b71a4dd2ad9ff1832da6677ed9c]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/12/05 22:33:10 iha 1.1.1.1.4.3: correct button order according to wizard spec 2005/10/07 11:11:44 bm 1.1.1.1.4.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/09 20:17:40 iha 1.1.1.1.4.1: Smooth Line Properties Dialog

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aa35ab64f2b0ec34aa99c5d5cebe117cc7a22def]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:04 bm 1.1.2.2: license header change 2004/05/27 15:50:59 iha 1.1.2.1: #i20344# provide charttype template - needed in case no data is selected at all or in case the dialog should not be in liveupdate mode

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8af3d492f891dda74e1d8853a5b2f8213ca81366]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/19 16:09:07 iha 1.1.2.22: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/08/21 17:03:45 iha 1.1.2.21: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/01/27 09:51:18 bm 1.1.2.20: InlineContainer.hxx moved to comphelper 2005/11/14 12:07:58 iha 1.1.2.19: keep parameter while switching between charttypes in charttype page 2005/11/11 17:48:25 iha 1.1.2.18: wrong subcharttype selected when switching from scatter to other types 2005/10/11 09:20:04 bm 1.1.2.17: license header change 2004/06/30 12:13:47 iha 1.1.2.16: #i20329# added ThreeDLookScheme 2004/06/09 21:01:05 iha 1.1.2.15: separate Line and XY again 2004/06/09 17:48:02 iha 1.1.2.14: update enabling of extra controls 2004/06/09 16:21:51 iha 1.1.2.13: update line count 2004/05/27 15:56:38 iha 1.1.2.12: #i20344# added method getCurrentTemplate; some const 2004/04/21 20:07:52 iha 1.1.2.11: #i20344# pie subtypes changed 2004/04/20 21:03:17 iha 1.1.2.10: enable stacking subtypes for charttype 3D Line 2004/04/20 20:34:22 iha 1.1.2.9: enable 3D line & scatter chart 2004/04/20 14:07:27 iha 1.1.2.8: #i20344# added method adjustSubType 2004/04/20 09:20:56 iha 1.1.2.7: no special treatment for pie needed anymore 2004/04/19 20:02:16 iha 1.1.2.6: #i20344# enable Pie Offset Mode 2004/04/19 17:17:46 iha 1.1.2.5: enable pie ring switch 2004/04/19 15:14:44 iha 1.1.2.4: #i20344# added combi chart Column+Line; added geometry controls for bar&columns; added pie/ring switch 2004/04/14 12:17:26 iha 1.1.2.3: added Area and Net Charttypes 2004/04/08 16:46:33 iha 1.1.2.2: added bar 2004/04/07 21:33:18 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [db6757591bdcc77331f4fbb03880218cb5e0d9df]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/19 16:09:29 iha 1.1.2.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/03/01 16:16:13 iha 1.1.2.46: #i71558# Select '3D', deselect => the object borders are gone 2007/02/27 15:34:23 iha 1.1.2.45: name first pie image 'normal' in charttype dlg 2007/02/08 21:25:31 iha 1.1.2.44: resync m195 -> m202 2006/10/10 15:43:08 iha 1.1.2.43: don't show stacked icons for deep 3D lines 2006/08/24 14:49:18 iha 1.1.2.42: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data 2006/08/21 17:03:45 iha 1.1.2.41: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/03/10 10:20:40 iha 1.1.2.40: don't use leading underscore 2005/11/15 12:47:10 iha 1.1.2.39: fixed area type detection 2005/11/15 12:32:47 iha 1.1.2.38: fixed pie detection 2005/11/14 12:07:57 iha 1.1.2.37: keep parameter while switching between charttypes in charttype page 2005/11/11 17:49:03 iha 1.1.2.36: wrong subcharttype selected when switching from scatter to other types 2005/11/02 13:49:17 bm 1.1.2.35: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:03 bm 1.1.2.34: license header change 2005/08/15 17:04:05 iha 1.1.2.33: don't crash caused by illegal number of lines (if switching charttype from stock to column+line) 2005/07/26 12:06:55 bm 1.1.2.32: call resetStyles for former template to restore default settings 2005/06/27 14:43:30 iha 1.1.2.31: use template mechanism to detect the number of lines 2004/09/15 15:38:59 iha 1.1.2.30: implement api redesign 2004/06/30 12:14:13 iha 1.1.2.29: #i20329# added ThreeDLookScheme 2004/06/09 21:01:04 iha 1.1.2.28: separate Line and XY again 2004/06/09 17:48:09 iha 1.1.2.27: update enabling of extra controls 2004/06/09 16:22:26 iha 1.1.2.26: update line count 2004/06/04 11:35:00 iha 1.1.2.25: new charttype icons 2004/05/27 15:57:04 iha 1.1.2.24: #i20344# added method getCurrentTemplate; some const 2004/05/07 16:39:06 iha 1.1.2.23: #i20344# more distance below subtype list 2004/04/28 19:07:01 iha 1.1.2.22: #i20344# icon cleanup, prepare line subtypes 2004/04/28 14:25:50 iha 1.1.2.21: #i20344# net subtypes 2004/04/27 15:00:30 iha 1.1.2.20: warnings removed 2004/04/27 13:32:40 iha 1.1.2.19: warnings removed 2004/04/22 09:30:10 iha 1.1.2.18: correct ThreeDLine service names (fallback for no stacking is deep stacking for now) 2004/04/21 20:56:11 iha 1.1.2.17: #i20344# net subtypes changed 2004/04/21 20:07:51 iha 1.1.2.16: #i20344# pie subtypes changed 2004/04/21 18:00:05 iha 1.1.2.15: #i20344# changed type names 2004/04/20 21:03:17 iha 1.1.2.14: enable stacking subtypes for charttype 3D Line 2004/04/20 20:34:21 iha 1.1.2.13: enable 3D line & scatter chart 2004/04/20 19:51:21 iha 1.1.2.12: make curve style an adabtable property; no stackmode for x axis with values 2004/04/20 17:16:58 iha 1.1.2.11: #i20344# added description to chart subtypes 2004/04/20 14:07:26 iha 1.1.2.10: #i20344# added method adjustSubType 2004/04/20 09:20:56 iha 1.1.2.9: no special treatment for pie needed anymore 2004/04/19 20:02:14 iha 1.1.2.8: #i20344# enable Pie Offset Mode 2004/04/19 17:18:05 iha 1.1.2.7: enable pie ring switch 2004/04/19 15:15:23 iha 1.1.2.6: #i20344# added combi chart Column+Line; added geometry controls for bar&columns; added pie/ring switch 2004/04/14 14:00:13 iha 1.1.2.5: use smaller dummy icons 2004/04/14 12:17:43 iha 1.1.2.4: added Area and Net Charttypes 2004/04/08 16:46:33 iha 1.1.2.3: added bar 2004/04/08 15:32:32 iha 1.1.2.2: #i20344# corrected image list handling 2004/04/07 21:33:35 iha 1.1.2.1: #i20344# new

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c0a61ebd8e1ac269a75ff136879a6229848631cc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:03 bm 1.1.2.2: license header change 2004/04/19 14:17:38 iha 1.1.2.1: #i20344# helper classes for chart wizard Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7df34247cc70db3db19727d2a8713ad816a844c1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:31 iha 1.1.2.3: resync m195 -> m202 2005/10/11 09:20:03 bm 1.1.2.2: license header change 2004/04/19 14:18:02 iha 1.1.2.1: #i20344# helper classes for chart wizard Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ad6b5fa95946f3fc5583303310901e34557d820a]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2006/11/02 16:24:37 iha 1.1.1.1.4.7: no automatic break for more than 100 labels 2005/10/07 11:11:32 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/04 14:19:58 iha 1.1.1.1.4.5: new range chooser icon 2004/06/04 11:34:27 iha 1.1.1.1.4.4: new charttype icons 2004/04/28 19:07:00 iha 1.1.1.1.4.3: #i20344# icon cleanup, prepare line subtypes 2004/04/28 14:25:49 iha 1.1.1.1.4.2: #i20344# net subtypes 2004/04/21 20:56:11 iha 1.1.1.1.4.1: #i20344# net subtypes changed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5b6afdccae1a8fa8c8affcec8c03762590f95458]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:11:20 bm 1.1.1.1.4.6: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/04 14:20:39 iha 1.1.1.1.4.5: new range chooser icon 2004/06/04 11:33:23 iha 1.1.1.1.4.4: new charttype icons 2004/04/28 19:07:00 iha 1.1.1.1.4.3: #i20344# icon cleanup, prepare line subtypes 2004/04/28 14:25:49 iha 1.1.1.1.4.2: #i20344# net subtypes 2004/04/21 20:56:11 iha 1.1.1.1.4.1: #i20344# net subtypes changed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d29948c50abcae9ebdf7a20ac5977b0e759dfdd8]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:11:10 bm 1.1.1.1.4.8: RESYNC: (1.2-1.3); FILE MERGED 2004/08/10 12:16:13 bm 1.1.1.1.4.7: resource changes (removal of translations and change to de, en-US and x-comment 2004/06/04 14:20:58 iha 1.1.1.1.4.6: new range chooser icon 2004/06/04 11:33:51 iha 1.1.1.1.4.5: new charttype icons 2004/04/28 19:07:00 iha 1.1.1.1.4.4: #i20344# icon cleanup, prepare line subtypes 2004/04/28 14:25:49 iha 1.1.1.1.4.3: #i20344# net subtypes 2004/04/21 20:56:10 iha 1.1.1.1.4.2: #i20344# net subtypes changed 2004/03/19 14:32:50 bm 1.1.1.1.4.1: XDataSource now contains XLabeledDataSources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a90bd59daf5c2df00f5efa6c47e5eb1cbfdbb8f]

        INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2007/01/08 14:07:28 bm 1.1.1.1.4.8: #i73221# include guard added 2005/10/07 11:11:00 bm 1.1.1.1.4.7: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/06/04 14:19:45 iha 1.1.1.1.4.6: new range chooser icon 2004/06/04 11:33:05 iha 1.1.1.1.4.5: new charttype icons 2004/04/28 19:06:59 iha 1.1.1.1.4.4: #i20344# icon cleanup, prepare line subtypes 2004/04/28 14:25:49 iha 1.1.1.1.4.3: #i20344# net subtypes 2004/04/21 20:56:10 iha 1.1.1.1.4.2: #i20344# net subtypes changed 2004/03/19 14:32:50 bm 1.1.1.1.4.1: XDataSource now contains XLabeledDataSources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [498cafb811913a2e73ab57b7f5ca25cabf1addad]

        INTEGRATION: CWS chart2mst3 (1.1.4); FILE MERGED 2006/04/10 15:03:31 iha 1.1.4.26: api restructure axis, grids, scales and increments 2006/03/12 01:25:25 iha 1.1.4.25: implement old AddIn interface 2006/03/12 00:47:00 iha 1.1.4.24: removed unused file 2006/03/12 00:45:17 iha 1.1.4.23: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/02/17 20:57:53 iha 1.1.4.22: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/11 13:24:38 iha 1.1.4.21: pie is rotated 90 degree compared to other charts 2005/11/02 13:49:17 bm 1.1.4.20: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/07 11:10:46 bm 1.1.4.19: RESYNC: (1.1-1.2); FILE MERGED 2005/08/19 15:35:15 bm 1.1.4.18: -ArrayDataProvider 2005/07/22 08:19:28 bm 1.1.4.17: +WrappedNumberFormatProperty.obj 2005/07/14 15:32:55 iha 1.1.4.16: cleanup WrappedIgnoreProperty 2005/07/07 16:23:54 bm 1.1.4.15: use wrapper for area to get correct named properties (hatches, gradients etc.) 2005/07/01 17:58:06 iha 1.1.4.14: offer stock properties 'Volume' and 'UpDown' 2005/06/22 08:12:17 iha 1.1.4.13: support property DataCaption at diagram, series and data point 2005/06/17 20:06:57 iha 1.1.4.12: support spline propeties 2005/06/15 17:59:50 iha 1.1.4.11: support Up/DownBar in old API 2005/06/14 15:02:14 iha 1.1.4.10: new class to support MinMaxLine for old api 2005/06/08 11:26:54 iha 1.1.4.9: use number format key at API instead of string 2005/05/09 16:30:42 iha 1.1.4.8: added support for property Symboltype 2005/04/29 16:28:41 iha 1.1.4.7: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/22 18:52:05 iha 1.1.4.6: old api support - statistic properties 2005/04/19 17:28:40 iha 1.1.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 07:58:22 bm 1.1.4.4: +WallFloorWrapper 2004/05/28 14:12:02 bm 1.1.4.3: +GridWrapper 2004/03/24 10:45:24 bm 1.1.4.2: some improvements of old API 2004/02/13 16:51:16 bm 1.1.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1290ba191ba9d88b350f5307dcffc7ddad291d61]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 09:20:02 bm 1.1.2.2: license header change 2005/04/19 17:32:50 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [132e728b30433b4a258119c55999c08ac58a1f0f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:31 iha 1.1.2.3: resync m195 -> m202 2005/10/11 09:20:02 bm 1.1.2.2: license header change 2005/04/19 17:32:10 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f8675887b3a10255af68d739c271eb320936f89e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:53 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:02 bm 1.1.2.2: license header change 2005/05/09 16:29:04 iha 1.1.2.1: added support for property Symboltype

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ae0320e6bdb48282c1f6bd7c2ecc32615a7549c9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:31 iha 1.1.2.9: resync m195 -> m202 2006/11/16 09:43:18 iha 1.1.2.8: #i71374# saved xy line only gets symbols when loading in older versions 2006/03/12 01:34:54 iha 1.1.2.7: changed default of lines to true 2006/02/17 20:57:53 iha 1.1.2.6: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 18:22:42 iha 1.1.2.5: offer property 'Lines' at diagram for old API 2005/12/20 14:08:29 dr 1.1.2.4: API struct member names without prefixes 2005/11/24 15:08:24 bm 1.1.2.3: symbol graphics support 2005/10/11 09:20:02 bm 1.1.2.2: license header change 2005/05/09 16:29:20 iha 1.1.2.1: added support for property Symboltype

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ae945c89e3ac516a147aae004d54f88bdc841589]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:52 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:01 bm 1.1.2.2: license header change 2005/07/01 17:57:17 iha 1.1.2.1: offer stock properties 'Volume' and 'UpDown'

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3e0cab679f35c3850ea1b52ed20040a1e973fd28]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:30 iha 1.1.2.6: resync m195 -> m202 2006/02/17 20:57:52 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/11/02 13:49:16 bm 1.1.2.4: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:20:01 bm 1.1.2.3: license header change 2005/07/04 16:33:52 iha 1.1.2.2: corrected getPropertyValue 2005/07/01 17:57:34 iha 1.1.2.1: offer stock properties 'Volume' and 'UpDown'

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92e6ed4f54c4ef62a48caca0789cc2b9c47bd30b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:52 iha 1.1.2.4: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:01 bm 1.1.2.3: license header change 2005/05/09 16:27:46 iha 1.1.2.2: changed contructor parameter 2005/04/22 18:51:17 iha 1.1.2.1: old api support - statistic properties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [52ed630333cf870b0a556136667efa8fabbf968d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:30 iha 1.1.2.12: resync m195 -> m202 2006/06/07 15:29:51 bm 1.1.2.11: #124503# handle DataErrorProperties property 2006/06/07 14:53:45 bm 1.1.2.10: #124497# +properties DataRegressionProperties, DataErrorProperties, DataMeanValueProperties 2006/02/17 20:57:51 iha 1.1.2.9: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:01 bm 1.1.2.8: license header change 2005/07/04 11:49:31 iha 1.1.2.7: enable load of deprecated regression curve type 'POLYNOMIAL' 2005/06/30 14:09:40 iha 1.1.2.6: correct default value for RegressionCurves 2005/06/30 13:51:47 iha 1.1.2.5: only set regression curve if not NONE 2005/06/23 14:37:17 iha 1.1.2.4: correct support for statistic properties 2005/06/22 11:25:48 iha 1.1.2.3: different error bar defaults 2005/05/09 16:27:27 iha 1.1.2.2: moved template to WrappedSeriesOrDiagramProperty.hxx + changed contructor parameter 2005/04/22 18:51:31 iha 1.1.2.1: old api support - statistic properties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [66fe33d5de64c8c8f32a82b20e995a02208ddb72]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:51 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:00 bm 1.1.2.2: license header change 2005/06/17 20:05:51 iha 1.1.2.1: support spline propeties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3dd1b1673e203e5a346a1c4bb555418d65b3c250]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:30 iha 1.1.2.6: resync m195 -> m202 2006/02/17 20:57:50 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:00 bm 1.1.2.4: license header change 2005/07/18 09:35:00 bm 1.1.2.3: don't use WrappedProperty::m_aInnerName for getPropertyState to work correctly 2005/07/01 14:51:35 iha 1.1.2.2: init outparamter correctly 2005/06/17 20:06:26 iha 1.1.2.1: support spline propeties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b4b17c1fb8fc2d92fee5f0e18f01402cdf4c819e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:50 iha 1.1.2.7: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:20:00 bm 1.1.2.6: license header change 2005/07/01 14:50:56 iha 1.1.2.5: init outparamter correctly 2005/06/21 12:53:11 iha 1.1.2.4: removed superfluous check 2005/06/17 20:17:33 iha 1.1.2.3: corrected parameter HasAmbiguousValue 2005/05/12 16:13:55 bm 1.1.2.2: namespace rtl for OUString missing 2005/05/09 16:25:19 iha 1.1.2.1: new baseclass for wrapped properties that occur on the diagram and also at single series or datapoints Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [05fe5dcc2fcd1b66756bcb4656d3ff5d3eb356b5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 00:42:57 iha 1.1.2.1: enlarge validity of area or line properties of data series to lifetime of new chartmodel

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c6f92de9472daf9800ad2c240560e1639ba59f4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:30 iha 1.1.2.2: resync m195 -> m202 2006/03/12 00:43:10 iha 1.1.2.1: enlarge validity of area or line properties of data series to lifetime of new chartmodel

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a473fab4e059f0473500eebfb347da5600a21557]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:49 iha 1.1.2.4: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/11 13:26:42 iha 1.1.2.3: pie is rotated 90 degree compared to other charts 2005/10/11 09:20:00 bm 1.1.2.2: license header change 2005/04/19 17:33:00 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9d3386c1d8f67dab13787fb412d3c2d207d7121a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:30 iha 1.1.2.15: resync m195 -> m202 2006/12/07 23:26:26 iha 1.1.2.14: use new method DiagramHelper::isPieOrDonutChart 2006/11/22 17:31:18 iha 1.1.2.13: resync 2006/09/29 15:01:11 iha 1.1.2.12: corrected creation of 3D pies and donuts (extrude instead of lathe objects- for corect texture, get rid of problem with extended scene due to rotating bounding box, fixed #i67743# and no 90degree rotation difference between old and new API anymore) 2006/06/30 22:25:27 iha 1.1.2.11: correct 3D pie rotation: different default camera for pies + 90 degree rotation caused by different object creation 2006/06/23 15:49:05 iha 1.1.2.10: use corrected decomposition method for matrices + use matrix from basegfx instead of Matrix4D 2006/06/09 16:23:42 iha 1.1.2.9: worked around Pie Rotation offset for compatibility with old chart 2006/02/17 20:57:49 iha 1.1.2.8: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/26 15:42:58 bm 1.1.2.7: deprecated (and unused) header included 2006/01/16 18:34:35 iha 1.1.2.6: changed pie rotation correction 2006/01/11 13:26:08 iha 1.1.2.5: pie is rotated 90 degree compared to other charts 2005/11/02 13:49:16 bm 1.1.2.4: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/11 09:19:59 bm 1.1.2.3: license header change 2005/06/24 16:16:57 iha 1.1.2.2: temporary workaround: disable loading of 3d transformation -> 3d charts especially pie charts are better visible 2005/04/19 17:33:09 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8f9a77301c41abf7c9f15eff14cd04c9e81765e4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:48 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/17 19:03:00 iha 1.1.2.4: load sub interval on scales correctly 2006/01/17 18:22:45 iha 1.1.2.3: load and save scales correctly 2005/10/11 09:19:59 bm 1.1.2.2: license header change 2005/04/19 17:32:01 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc5d840901ef58fb585e83673c0c5c50791a16e7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.13: resync m195 -> m202 2006/09/24 09:46:25 iha 1.1.2.12: #i61970# correct implementation of axis at 2006/09/24 09:12:53 iha 1.1.2.11: #i61970# correct implementation of axis at 2006/07/28 19:56:42 iha 1.1.2.10: set help step correctly via old API 2006/04/10 12:25:05 iha 1.1.2.9: api restructure axis, grids, scales and increments 2006/03/12 00:57:10 iha 1.1.2.8: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:48 iha 1.1.2.7: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/17 19:03:00 iha 1.1.2.6: load sub interval on scales correctly 2006/01/17 18:22:45 iha 1.1.2.5: load and save scales correctly 2005/10/24 11:06:37 iha 1.1.2.4: coordinate system restructure 2005/10/13 17:38:44 iha 1.1.2.3: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 09:19:59 bm 1.1.2.2: license header change 2005/04/19 17:31:51 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd3d8e6038b4f48c6dcbcf68fb089332b992f9aa]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/01 18:40:15 iha 1.1.2.7: #68896# always save the explicit number format 2005/10/11 09:19:59 bm 1.1.2.6: license header change 2005/08/22 15:39:12 iha 1.1.2.5: load property 'LinkNumberFormatToSource' correctly 2005/07/22 08:18:47 bm 1.1.2.4: wrapper for NumberFormat and LinkNumberFormatToSource properties 2005/06/08 11:26:54 iha 1.1.2.3: use number format key at API instead of string 2005/06/07 16:00:59 iha 1.1.2.2: use numberformatter from model 2005/04/19 17:31:42 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7f2fa637d557c5f4afdcad76e0a3a959a259040d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.9: resync m195 -> m202 2006/12/13 22:05:36 iha 1.1.2.8: #i68896# don't set linked numberformat while having internal data 2006/12/01 18:40:37 iha 1.1.2.7: #68896# always save the explicit number format 2005/10/11 09:19:58 bm 1.1.2.6: license header change 2005/08/22 15:39:31 iha 1.1.2.5: load property 'LinkNumberFormatToSource' correctly 2005/07/22 08:18:46 bm 1.1.2.4: wrapper for NumberFormat and LinkNumberFormatToSource properties 2005/06/08 11:26:54 iha 1.1.2.3: use number format key at API instead of string 2005/06/07 16:00:15 iha 1.1.2.2: use numberformatter from model 2005/04/19 17:31:33 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e18161a4c6c8539d604dae40dfcf9025da8b5867]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/12 00:56:43 iha 1.1.2.4: merged ChartAPIValueProvider with Chart2ModelContact 2005/10/11 09:19:58 bm 1.1.2.3: license header change 2005/05/31 19:07:20 iha 1.1.2.2: create old api without controller 2005/04/19 17:31:24 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [db2cefe978846ef3867ea45bf162a49be3f690a2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.5: resync m195 -> m202 2006/03/12 00:56:23 iha 1.1.2.4: merged ChartAPIValueProvider with Chart2ModelContact 2005/10/11 09:19:58 bm 1.1.2.3: license header change 2005/05/31 19:07:20 iha 1.1.2.2: create old api without controller 2005/04/19 17:30:28 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2ee9f8260cb36443dfe4ee1d7fafabb9f65c64aa]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 12:25:05 iha 1.1.2.6: api restructure axis, grids, scales and increments 2006/02/17 20:57:47 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/01 19:14:33 iha 1.1.2.4: don't hold axis ref 2005/11/22 14:07:37 iha 1.1.2.3: support BarOverlap and GapWidth 2005/10/11 09:19:57 bm 1.1.2.2: license header change 2005/04/19 17:30:01 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a8f7ed8ecda8941e19b3233784ce0565356583d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.7: resync m195 -> m202 2006/04/10 12:25:05 iha 1.1.2.6: api restructure axis, grids, scales and increments 2006/02/17 20:57:46 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/01 19:14:59 iha 1.1.2.4: don't hold axis ref 2005/11/22 14:08:07 iha 1.1.2.3: support BarOverlap and GapWidth 2005/10/11 09:19:57 bm 1.1.2.2: license header change 2005/04/19 17:29:52 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cb761e57a7ae4300e01ce70a6539a033afe36f2a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:46 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:57 bm 1.1.2.2: license header change 2005/06/22 08:11:16 iha 1.1.2.1: support property DataCaption at diagram, series and data point

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00d20085e9f199eb2ab88c06dceab5d69bd8402e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.4: resync m195 -> m202 2006/02/17 20:57:46 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:57 bm 1.1.2.2: license header change 2005/06/22 08:11:39 iha 1.1.2.1: support property DataCaption at diagram, series and data point

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [61db7d8d2549103bc02f1b4ef44052c865da0f09]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 13:44:28 iha 1.1.2.5: #i71411# explicitly save font size as mixed defaults are in use 2006/03/14 19:05:38 iha 1.1.2.4: #i63008# crash leaving inplace mode while having subtitlesx 2006/02/17 20:57:45 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:56 bm 1.1.2.2: license header change 2005/04/19 17:29:04 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dcf3c5e4e23716611287c215571d6bd60e732df9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 13:44:36 iha 1.1.2.9: #i71411# explicitly save font size as mixed defaults are in use 2007/02/08 21:25:29 iha 1.1.2.8: resync m195 -> m202 2006/03/14 19:05:38 iha 1.1.2.7: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:55:42 iha 1.1.2.6: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:45 iha 1.1.2.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:56 bm 1.1.2.4: license header change 2005/06/09 15:48:08 iha 1.1.2.3: includes changed 2005/05/31 19:07:19 iha 1.1.2.2: create old api without controller 2005/04/19 17:29:13 iha 1.1.2.1: improved old api support (introduced wrappedpropertyset ...)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b693ba21212024182a19d7ae5182d273266e635a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 15:01:35 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9485184480bd9231a2df00a5ef54f3e453e8d18a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:29 iha 1.1.2.4: resync m195 -> m202 2006/11/16 13:41:23 iha 1.1.2.3: #i71215# corrected position for diagrams with axis title - don't create dummy title 2006/09/21 12:03:10 bm 1.1.2.2: #i69680# set defaults of axis and grid existence to false 2006/04/10 15:01:53 iha 1.1.2.1: api restructure axis, grids, scales and increments

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [83aadab9be25c93af98016cb824925215ae048fc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/08 14:58:07 iha 1.1.2.2: don't refresh addin when loading is not finished 2006/03/12 00:30:02 iha 1.1.2.1: implement old AddIn interface

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3a3843b1905475e39b568dad97a189477f8013f4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.3: resync m195 -> m202 2006/08/08 14:58:36 iha 1.1.2.2: don't refresh addin when loading is not finished 2006/03/12 00:29:42 iha 1.1.2.1: implement old AddIn interface

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [613776f859f2da6b155c004f5c6bb46b6901c182]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:45 iha 1.1.2.4: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:56 bm 1.1.2.3: license header change 2005/04/19 17:28:40 iha 1.1.2.2: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 07:52:20 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a342022b95571a07ee4d19330e267a98fd22f97d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.17: resync m195 -> m202 2006/10/25 21:51:55 iha 1.1.2.16: cope with context dependent defaults from old chart 2006/10/25 17:53:26 iha 1.1.2.15: cope with context dependent defaults from old chart 2006/09/20 16:27:09 bm 1.1.2.14: #i69680# As the floor is consistent and the default is the same in the old and new API, only set no-default for the wall 2006/09/20 15:58:18 bm 1.1.2.13: #i69680# Wall and floor have no defaults. They are always exported in the old and the new chart. (The wall defaults in the old chart were chart type dependent). 2006/03/12 00:55:15 iha 1.1.2.12: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:44 iha 1.1.2.11: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/11/15 15:30:15 bm 1.1.2.10: garbage collection, disposing, reference release issues 2005/10/11 09:19:55 bm 1.1.2.9: license header change 2005/08/03 16:36:14 bm 1.1.2.8: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:48 iha 1.1.2.7: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:56 bm 1.1.2.6: use named properties for gradients etc. in chart model 2005/07/07 12:09:22 bm 1.1.2.5: some defaults are different in old chart 2005/05/31 19:07:18 iha 1.1.2.4: create old api without controller 2005/04/19 17:28:40 iha 1.1.2.3: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:15:52 iha 1.1.2.2: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:52:03 bm 1.1.2.1: handling named properties like FillGradientName (coming from XML)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bdf882fbdda2edfaa154ae1d775bcdaab78d37eb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:44 iha 1.1.2.4: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:55 bm 1.1.2.3: license header change 2005/07/13 16:07:44 iha 1.1.2.2: disable mapping from name to value for gradients etc. - use nane to name instead 2005/06/15 17:58:46 iha 1.1.2.1: support Up/DownBar in old API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1ad75aebdc12719392caf0633baa8745aacda73c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.11: resync m195 -> m202 2006/03/12 00:54:50 iha 1.1.2.10: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:43 iha 1.1.2.9: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/11/15 15:30:13 bm 1.1.2.8: garbage collection, disposing, reference release issues 2005/11/01 15:42:57 iha 1.1.2.7: don't export default values 2005/10/11 09:19:55 bm 1.1.2.6: license header change 2005/08/03 16:36:14 bm 1.1.2.5: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:48 iha 1.1.2.4: remove unused parameter 'bIncludeStyleProperties' 2005/07/13 16:08:17 iha 1.1.2.3: disable mapping from name to value for gradients etc. - use nane to name instead 2005/07/12 12:56:56 bm 1.1.2.2: use named properties for gradients etc. in chart model 2005/06/15 17:59:00 iha 1.1.2.1: support Up/DownBar in old API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b4a1c96a408103e4375f8d62a60013544043b38]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/03/14 19:05:37 iha 1.2.4.7: #i63008# crash leaving inplace mode while having subtitlesx 2006/02/17 20:57:43 iha 1.2.4.6: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 14:55:10 iha 1.2.4.5: enlarge lifetime of titlewrapper 2005/10/07 11:10:33 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2005/07/15 13:32:27 iha 1.2.4.3: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/04/19 17:28:40 iha 1.2.4.2: improved old api support (introduced wrappedpropertyset ...) 2004/02/13 16:51:16 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12e86f387c91839308d2da914158e9e8c63a1f81]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:03:07 bm 1.2.4.22: RESYNC: (1.3-1.4); FILE MERGED 2006/03/14 19:05:37 iha 1.2.4.21: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:54:26 iha 1.2.4.20: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/25 15:16:47 iha 1.2.4.19: correct default value for title string property 2006/02/17 20:57:43 iha 1.2.4.18: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 14:55:29 iha 1.2.4.17: enlarge lifetime of titlewrapper 2006/01/27 09:51:17 bm 1.2.4.16: InlineContainer.hxx moved to comphelper 2005/11/15 15:30:12 bm 1.2.4.15: garbage collection, disposing, reference release issues 2005/10/07 11:10:23 bm 1.2.4.14: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 16:36:13 bm 1.2.4.13: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.2.4.12: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 12:45:39 iha 1.2.4.11: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:48 iha 1.2.4.10: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:55 bm 1.2.4.9: use named properties for gradients etc. in chart model 2005/05/31 19:07:16 iha 1.2.4.8: create old api without controller 2005/04/19 17:28:40 iha 1.2.4.7: improved old api support (introduced wrappedpropertyset ...) 2004/08/25 16:35:59 iha 1.2.4.6: View independent loading - relative position with dynamic anchor point 2004/05/07 13:48:45 bm 1.2.4.5: some updates 2004/04/26 19:02:08 iha 1.2.4.4: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 11:17:44 iha 1.2.4.3: #i27367# get title size and position from ChartAPIValueProvider 2004/03/29 12:59:17 bm 1.2.4.2: do not create template again 2004/02/13 16:51:16 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2c69f6d73e93e96c15aee52168f5d43fab2c4fbd]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/14 19:05:06 iha 1.1.2.1: #i63008# crash leaving inplace mode while having subtitles

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8abcfe2228e7c1a49eb4b2887077a75492374e7c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/17 20:57:42 iha 1.1.2.6: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:55 bm 1.1.2.5: license header change 2005/07/19 13:50:18 bm 1.1.2.4: some properties fixed 2005/07/15 21:15:13 iha 1.1.2.3: fixed LineStyle for Min 2005/06/15 18:02:31 iha 1.1.2.2: LineDash for MinMaxLine 2005/06/14 15:01:21 iha 1.1.2.1: new class to support MinMaxLine for old api Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9994010dc74742125a1eced3fb6074917f250cb7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.13: resync m195 -> m202 2006/03/12 00:54:04 iha 1.1.2.12: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:42 iha 1.1.2.11: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/11/15 15:30:11 bm 1.1.2.10: garbage collection, disposing, reference release issues 2005/11/01 14:58:51 iha 1.1.2.9: don't export default values (especially no wrong ones) 2005/10/11 09:19:54 bm 1.1.2.8: license header change 2005/08/03 16:36:13 bm 1.1.2.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/19 13:50:18 bm 1.1.2.6: some properties fixed 2005/07/15 21:15:13 iha 1.1.2.5: fixed LineStyle for Min 2005/07/14 12:32:47 iha 1.1.2.4: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:55 bm 1.1.2.3: use named properties for gradients etc. in chart model 2005/06/15 18:02:51 iha 1.1.2.2: LineDash for MinMaxLine 2005/06/14 15:01:40 iha 1.1.2.1: new class to support MinMaxLine for old api Issue number: Submitted by: Reviewed by:

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5b79e56581ac3110635e7f390aaf47472273c210]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/03/14 19:05:37 iha 1.2.4.6: #i63008# crash leaving inplace mode while having subtitlesx 2006/02/17 20:57:42 iha 1.2.4.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/07 11:10:12 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2005/04/19 17:28:40 iha 1.2.4.3: improved old api support (introduced wrappedpropertyset ...) 2004/09/23 09:16:39 iha 1.2.4.2: save - old api - legend property states 2004/02/13 16:51:16 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [52bdb905bd9ce85ad119ade988869d5edd2b563f]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/25 21:51:55 iha 1.2.4.28: cope with context dependent defaults from old chart 2006/10/25 17:52:28 iha 1.2.4.27: cope with context dependent defaults from old chart 2006/10/18 17:02:59 bm 1.2.4.26: RESYNC: (1.3-1.4); FILE MERGED 2006/03/14 19:05:37 iha 1.2.4.25: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:53:47 iha 1.2.4.24: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:41 iha 1.2.4.23: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/27 09:51:16 bm 1.2.4.22: InlineContainer.hxx moved to comphelper 2005/11/15 15:30:04 bm 1.2.4.21: garbage collection, disposing, reference release issues 2005/10/07 11:10:02 bm 1.2.4.20: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.19: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:13 bm 1.2.4.18: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:45:39 iha 1.2.4.17: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:46 iha 1.2.4.16: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:55 bm 1.2.4.15: use named properties for gradients etc. in chart model 2005/07/07 12:09:22 bm 1.2.4.14: some defaults are different in old chart 2005/05/31 19:07:15 iha 1.2.4.13: create old api without controller 2005/04/19 17:28:39 iha 1.2.4.12: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:16:28 iha 1.2.4.11: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/27 14:39:05 iha 1.2.4.10: save - old api - get correct state and value for list element names (like gradients) 2004/09/23 09:16:38 iha 1.2.4.9: save - old api - legend property states 2004/08/25 16:36:28 iha 1.2.4.8: View independent loading - relative position with dynamic anchor point 2004/08/24 11:22:36 iha 1.2.4.7: corrected service implementation name 2004/06/04 07:56:54 bm 1.2.4.6: use named properties 2004/04/26 19:02:08 iha 1.2.4.5: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:38:06 iha 1.2.4.4: #i27367# implemented setSize/Position 2004/04/26 11:41:08 iha 1.2.4.3: #i27367# get size and position from ChartAPIValueProvider 2004/03/24 10:45:24 bm 1.2.4.2: some improvements of old API 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [94fe76fe5972115f7003e62887e04c078a3f42b9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 12:25:04 iha 1.1.2.8: api restructure axis, grids, scales and increments 2006/02/17 20:57:41 iha 1.1.2.7: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/02 14:39:13 iha 1.1.2.6: some unused code removed 2005/12/07 12:24:43 iha 1.1.2.5: corrected method name 2005/11/18 18:19:52 iha 1.1.2.4: restructuring for proper subgrid support 2005/10/11 09:19:54 bm 1.1.2.3: license header change 2005/04/19 17:28:39 iha 1.1.2.2: improved old api support (introduced wrappedpropertyset ...) 2004/05/28 14:12:08 bm 1.1.2.1: wrapper for grids

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6bace69d7071d2ba0e7ef9e14b386815d541e199]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.17: resync m195 -> m202 2006/04/10 15:03:30 iha 1.1.2.16: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.1.2.15: api restructure axis, grids, scales and increments 2006/03/12 00:53:26 iha 1.1.2.14: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:57:41 iha 1.1.2.13: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/27 09:51:15 bm 1.1.2.12: InlineContainer.hxx moved to comphelper 2005/12/07 12:24:59 iha 1.1.2.11: corrected method name 2005/11/18 18:19:52 iha 1.1.2.10: restructuring for proper subgrid support 2005/11/15 15:30:00 bm 1.1.2.9: garbage collection, disposing, reference release issues 2005/10/11 09:19:54 bm 1.1.2.8: license header change 2005/08/03 16:36:13 bm 1.1.2.7: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:46 iha 1.1.2.6: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:54 bm 1.1.2.5: use named properties for gradients etc. in chart model 2005/07/07 12:09:22 bm 1.1.2.4: some defaults are different in old chart 2005/05/31 19:07:13 iha 1.1.2.3: create old api without controller 2005/04/19 17:28:39 iha 1.1.2.2: improved old api support (introduced wrappedpropertyset ...) 2004/05/28 14:11:52 bm 1.1.2.1: wrapper for grids

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [32b8893acbeacb23db1692bfa8a8dc4af5433d34]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/11/16 08:45:14 iha 1.2.4.18: #i71215# correct symbol color and lines for xy symbol only charts 2006/02/17 20:57:40 iha 1.2.4.17: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 15:29:41 iha 1.2.4.16: enlarge lifetime of titlewrapper 2006/02/03 19:36:37 iha 1.2.4.15: correct series index access for old api 2005/11/08 16:08:09 bm 1.2.4.14: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/10/07 11:09:48 bm 1.2.4.13: RESYNC: (1.2-1.3); FILE MERGED 2005/07/07 11:24:25 bm 1.2.4.12: getDiagramType uses template detection 2005/06/15 18:01:44 iha 1.2.4.11: support Up/DownBar in old API 2005/06/14 15:07:52 iha 1.2.4.10: support MinMaxLine for old api 2005/05/24 15:10:00 iha 1.2.4.9: add z grid 2005/04/19 17:28:39 iha 1.2.4.8: improved old api support (introduced wrappedpropertyset ...) 2004/08/25 16:38:12 iha 1.2.4.7: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:33 bm 1.2.4.6: use WallFloorWrapper for wall and floor 2004/05/28 14:12:46 bm 1.2.4.5: + grid support 2004/05/13 09:49:01 bm 1.2.4.4: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/04/26 19:02:07 iha 1.2.4.3: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.2: #i27367# implemented setSize/Position 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [84f7b0a7a5b8cb9b10ee26adea99fc82b558b94b]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/04/20 08:05:43 iha 1.2.4.92: #i75393# Connect Bars per diagram not per series 2007/04/19 16:05:40 iha 1.2.4.91: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/11/16 14:22:55 iha 1.2.4.90: #i71215# switch off lines only for scatter charts not for pies or other 2006/11/16 13:37:57 iha 1.2.4.89: #i71215# corrected position for diagrams with axis title 2006/11/16 09:40:09 iha 1.2.4.88: #i71215# correct symbol color and lines for xy symbol only charts 2006/11/16 08:45:27 iha 1.2.4.87: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/18 17:02:50 bm 1.2.4.86: RESYNC: (1.3-1.4); FILE MERGED 2006/10/06 19:20:01 iha 1.2.4.85: ignore invalid positions or sizes for diagram 2006/04/10 15:03:30 iha 1.2.4.84: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.83: api restructure axis, grids, scales and increments 2006/03/15 13:23:00 iha 1.2.4.82: enable save of old addins 2006/03/12 00:53:07 iha 1.2.4.81: merged ChartAPIValueProvider with Chart2ModelContact 2006/03/07 17:51:14 iha 1.2.4.80: proper initialize m_aOuterValue for number if lines 2006/02/17 20:57:40 iha 1.2.4.79: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:42:29 iha 1.2.4.78: missing return in DiagramWrapper::getDataPointProperties 2006/02/06 14:55:56 iha 1.2.4.77: enlarge lifetime of titlewrapper 2006/02/03 19:36:26 iha 1.2.4.76: correct series index access for old api 2006/01/27 09:51:14 bm 1.2.4.75: InlineContainer.hxx moved to comphelper 2006/01/11 13:27:16 iha 1.2.4.74: pie is rotated 90 degree compared to other charts 2005/12/07 12:24:04 iha 1.2.4.73: remove unnecessary code 2005/11/30 17:10:48 bm 1.2.4.72: don't use identifier for axis titles 2005/11/28 15:35:38 bm 1.2.4.71: BarConnectors implemented the old way (all series at once) but model offers the property ConnectDataPoints for each series independently 2005/11/15 15:29:55 bm 1.2.4.70: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.69: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/02 13:49:16 bm 1.2.4.68: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:34 iha 1.2.4.67: support SequenceMapping 2005/10/07 11:09:33 bm 1.2.4.66: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:20:39 bm 1.2.4.65: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:12 bm 1.2.4.64: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/23 00:01:18 iha 1.2.4.63: include axis title sizes in diagram position to support old api and fileformat 2005/07/14 15:32:54 iha 1.2.4.62: cleanup WrappedIgnoreProperty 2005/07/14 14:42:43 iha 1.2.4.61: cleanup Fillproperties 2005/07/14 12:00:34 iha 1.2.4.60: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:54 bm 1.2.4.59: use named properties for gradients etc. in chart model 2005/07/07 11:24:24 bm 1.2.4.58: getDiagramType uses template detection 2005/07/04 14:00:59 iha 1.2.4.57: get property number of lines only if no series available 2005/07/01 18:04:23 iha 1.2.4.56: correct number of lines property 2005/07/01 17:58:48 iha 1.2.4.55: offer stock properties 'Volume' and 'UpDown' 2005/07/01 16:05:55 iha 1.2.4.54: correct number of lines property 2005/07/01 15:10:49 iha 1.2.4.53: dont change diagram again if number of lines is already set with same value 2005/06/30 16:16:30 iha 1.2.4.52: correct number of lines 2005/06/27 14:25:27 iha 1.2.4.51: support property number of lines 2005/06/22 08:13:40 iha 1.2.4.50: support property DataCaption at diagram, series and data point 2005/06/21 16:15:38 bm 1.2.4.49: getDiagramType should return stock if we have a stock with volume (where the first series is of type column) 2005/06/21 12:52:04 iha 1.2.4.48: map area properties correct for datapoints 2005/06/17 20:12:25 iha 1.2.4.47: support spline propeties 2005/06/17 20:11:12 iha 1.2.4.46: remove false setting of defaults from diagram to series 2005/06/15 18:01:27 iha 1.2.4.45: support Up/DownBar in old API 2005/06/14 15:07:44 iha 1.2.4.44: support MinMaxLine for old api 2005/06/14 12:57:50 bm 1.2.4.43: avoid exception+assertion if document has no Axis Titles 2005/06/10 15:55:33 bm 1.2.4.42: Diagram supports services for axes (otherwise they are not exported in xmloff 2005/05/31 19:07:11 iha 1.2.4.41: create old api without controller 2005/05/24 15:10:37 iha 1.2.4.40: add z grid 2005/05/09 16:31:45 iha 1.2.4.39: added support for property Symboltype 2005/05/09 09:50:53 bm 1.2.4.38: moved parts of API to data namespace 2005/05/04 14:02:35 iha 1.2.4.37: changed contructor parameters for DataSeriesPointWrapper 2005/04/29 16:28:40 iha 1.2.4.36: renamed and reorganized 'WrappedMeterExcistenceProperty'->'WrappedMeterExistenceProperties' 2005/04/29 15:52:19 iha 1.2.4.35: fixed creation of 2nd axis 2005/04/22 18:53:21 iha 1.2.4.34: old api support - statistic properties 2005/04/22 10:33:00 iha 1.2.4.33: implemented Property AttributedDataPoints 2005/04/21 16:49:17 iha 1.2.4.32: improved old api support 2005/04/19 17:28:39 iha 1.2.4.31: improved old api support (introduced wrappedpropertyset ...) 2004/09/30 15:25:20 bm 1.2.4.30: special handling for fill properties 2004/09/29 14:24:30 bm 1.2.4.29: RegressionCurves property added for compatibility, fill-properties are delegated to Wall 2004/09/27 17:16:53 iha 1.2.4.28: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/09/21 16:53:15 iha 1.2.4.27: old api: added has xyz/main/sub grid 2004/09/20 17:25:48 bm 1.2.4.26: add parameter to setStackMode that only sets the mode at the first chart-type 2004/09/16 14:57:08 iha 1.2.4.25: implement api redesign 2004/09/16 14:46:29 iha 1.2.4.24: implement api redesign 2004/09/16 12:33:34 iha 1.2.4.23: implement api redesign 2004/09/15 17:31:59 bm 1.2.4.22: API simplification 2004/08/25 16:38:05 iha 1.2.4.21: View independent loading - relative position with dynamic anchor point 2004/06/04 07:53:11 bm 1.2.4.20: use named properties. use WallFloorWrapper for wall and floor 2004/05/28 14:12:33 bm 1.2.4.19: + grid support 2004/05/27 17:27:56 bm 1.2.4.18: only set "Vertical" property if it changed 2004/05/26 10:09:30 bm 1.2.4.17: use cached template 2004/05/13 09:48:44 bm 1.2.4.16: Property Deep: reset x-stacking mode only for bar/column chart need chart type manager in CTOR for getChartTypeTemplate() method 2004/05/07 15:35:41 bm 1.2.4.15: HasAxis: code simplyfied 2004/05/07 13:48:45 bm 1.2.4.14: some updates 2004/04/27 13:40:32 bm 1.2.4.13: axis titles (Has-Properties) 2004/04/26 19:02:07 iha 1.2.4.12: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:27 iha 1.2.4.11: #i27367# implemented setSize/Position 2004/04/26 11:18:39 iha 1.2.4.10: #i27367# get position from ChartAPIValueProvider 2004/04/21 15:11:24 bm 1.2.4.9: comments corrected 2004/04/19 16:35:54 bm 1.2.4.8: Has-Properties 2004/04/19 08:35:51 bm 1.2.4.7: map chart-types 2004/04/01 16:03:00 bm 1.2.4.6: some more fixes for setDimension() for old API 2004/04/01 10:53:04 bm 1.2.4.5: XChartType: may return a coordinate system now 2004/03/29 12:59:17 bm 1.2.4.4: do not create template again 2004/03/12 15:32:50 iha 1.2.4.3: added AxisPosition for secondary axes 2004/03/02 09:35:20 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:15 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b84b1b8310ead299f54c61707015537400d7f312]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/02/28 16:55:30 iha 1.3.4.14: #i74965# export fillcolor for single piesegment correctly 2006/11/16 08:45:43 iha 1.3.4.13: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/16 18:15:40 iha 1.3.4.12: save data point symbol 'NONE' correct for Line and Symbol charts 2006/03/14 19:05:37 iha 1.3.4.11: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 01:24:37 iha 1.3.4.10: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/02/17 20:57:39 iha 1.3.4.9: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:04 iha 1.3.4.8: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2005/10/07 11:09:21 bm 1.3.4.7: RESYNC: (1.3-1.4); FILE MERGED 2005/07/15 13:32:27 iha 1.3.4.6: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/06/23 14:36:03 iha 1.3.4.5: correct support for statistic properties 2005/06/21 12:51:42 iha 1.3.4.4: map area properties correct for datapoints 2005/05/04 14:02:35 iha 1.3.4.3: changed contructor parameters for DataSeriesPointWrapper 2005/04/19 17:28:38 iha 1.3.4.2: improved old api support (introduced wrappedpropertyset ...) 2004/06/04 07:54:39 bm 1.3.4.1: needs ChartAPIValueProvider for fill properties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8842dc369ea72ffa4cc2b75f53f2ccb68b629b47]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2007/04/19 16:03:53 iha 1.3.4.47: #i76130# write attribute sort-by-x-values per plot-area not per series 2007/02/28 16:55:29 iha 1.3.4.46: #i74965# export fillcolor for single piesegment correctly 2007/02/26 13:49:28 iha 1.3.4.45: #i63312# export D3DPercentDiagonal 2007/02/08 18:01:24 iha 1.3.4.44: #i72533# colors for xy charts change when exporting from new chart and loading in old one 2006/11/16 08:45:53 iha 1.3.4.43: #i71215# correct symbol color and lines for xy symbol only charts 2006/10/25 22:29:19 iha 1.3.4.42: save and reload pie color correct 2006/10/20 20:52:35 iha 1.3.4.41: implement gradient step count 2006/10/18 17:02:42 bm 1.3.4.40: RESYNC: (1.4-1.5); FILE MERGED 2006/10/16 18:15:31 iha 1.3.4.39: save data point symbol 'NONE' correct for Line and Symbol charts 2006/08/21 17:03:22 iha 1.3.4.38: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in the cached chart data (as there is no cached data in the model anymore) 2006/06/22 14:51:57 bm 1.3.4.37: do not add bitmap properties as ignore properties since they are implemented regularly 2006/05/17 14:11:57 bm 1.3.4.36: support bitmap properties like tile, stretch, offsets etc. 2006/03/14 19:05:37 iha 1.3.4.35: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:43:34 iha 1.3.4.34: enlarge validity of area or line properties of data series to lifetime of new chartmodel 2006/03/10 10:20:40 iha 1.3.4.33: don't use leading underscore 2006/02/17 20:57:39 iha 1.3.4.32: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/03 19:34:40 iha 1.3.4.31: correct series index access for old api + offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:12 bm 1.3.4.30: InlineContainer.hxx moved to comphelper 2005/11/24 18:32:42 bm 1.3.4.29: transparency gradients enabled 2005/11/24 15:08:24 bm 1.3.4.28: symbol graphics support 2005/11/15 15:29:54 bm 1.3.4.27: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.3.4.26: coordinate system restructure 2005/10/21 13:35:00 bm 1.3.4.25: enable FillBitmaps 2005/10/07 11:09:08 bm 1.3.4.24: RESYNC: (1.3-1.4); FILE MERGED 2005/08/03 16:36:12 bm 1.3.4.23: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/15 13:32:27 iha 1.3.4.22: removed support if FastPropertySet at WrappedPropertySet as this is to errorprone due to mismatch of FastPropertyIds 2005/07/14 15:32:54 iha 1.3.4.21: cleanup WrappedIgnoreProperty 2005/07/14 14:42:42 iha 1.3.4.20: cleanup Fillproperties 2005/07/14 11:59:51 iha 1.3.4.19: use identical fast-property-IDs for lineproperties everywhere 2005/07/14 11:36:36 iha 1.3.4.18: use identical fast-property-IDs for lineproperties everywhere 2005/07/12 12:56:53 bm 1.3.4.17: use named properties for gradients etc. in chart model 2005/07/01 11:32:08 bm 1.3.4.16: pie segment offset property added 2005/06/23 14:36:30 iha 1.3.4.15: correct support for statistic properties 2005/06/22 08:13:00 iha 1.3.4.14: support property DataCaption at diagram, series and data point 2005/06/21 12:51:26 iha 1.3.4.13: map area properties correct for datapoints 2005/06/15 18:04:57 iha 1.3.4.12: cleanup 2005/05/31 19:07:10 iha 1.3.4.11: create old api without controller 2005/05/09 16:30:11 iha 1.3.4.10: added support for property Symboltype 2005/05/06 11:15:02 bm 1.3.4.9: renamed parameter to avoid identical names for type and parameter 2005/05/04 14:02:00 iha 1.3.4.8: added WrappedAttachedAxisProperty + changed constructor 2005/04/22 18:53:21 iha 1.3.4.7: old api support - statistic properties 2005/04/21 16:49:17 iha 1.3.4.6: improved old api support 2005/04/19 17:28:38 iha 1.3.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 17:17:32 iha 1.3.4.4: replaced getInfoHelper().fillPropertyMembersByHandle by NamedFillProperties::GetPropertyNameForHandle 2004/06/04 07:55:14 bm 1.3.4.3: use named properties 2004/05/28 14:14:04 bm 1.3.4.2: handle BorderTransparency avoid Exception for LineJoint property 2004/02/13 16:51:14 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29f383b7e8d2e2fdd7f9930802995c546f80d8e7]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/18 17:02:34 bm 1.2.4.53: RESYNC: (1.3-1.4); FILE MERGED 2006/09/29 13:10:14 bm 1.2.4.52: #i64500# create additional shape list in the correct order to store them correctly in XML 2006/08/08 15:01:27 iha 1.2.4.51: don't refresh addin when loading is not finished 2006/03/16 10:18:58 bm 1.2.4.50: catch-order fixed: RuntimeException is derived from Exception (was a warning) 2006/03/12 01:18:42 iha 1.2.4.49: changed communication between model, view and controller; implemented old AddIn Interface; changed owneship and lifetime of view 2006/03/10 10:20:39 iha 1.2.4.48: don't use leading underscore 2006/02/17 20:57:39 iha 1.2.4.47: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/06 15:30:07 iha 1.2.4.46: enlarge lifetime of titlewrapper 2006/02/03 19:37:23 iha 1.2.4.45: offer series wrapper to create via uno and initialize without series index at all 2006/01/27 09:51:11 bm 1.2.4.44: InlineContainer.hxx moved to comphelper 2005/11/23 16:50:36 iha 1.2.4.43: cleanup SchSfxItemIds.hxx + removed unused defines 2005/11/15 15:29:52 bm 1.2.4.42: garbage collection, disposing, reference release issues 2005/11/08 16:08:08 bm 1.2.4.41: update mechanism for old API wrapper. Todo: implement for all objects and especially for chartdocument 2005/11/07 17:11:23 bm 1.2.4.40: XRefreshable removed 2005/11/02 13:49:16 bm 1.2.4.39: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/10/27 18:26:12 iha 1.2.4.38: support SequenceMapping 2005/10/19 16:48:39 bm 1.2.4.37: ::getData: if hasInternalDataProvider() was true, no model was passed to the ChartDataWrapper before.  As a result when getting data from Calc no internal (cached) data can be writen.  This seems better -- what was the reason for this? 2005/10/07 11:08:54 bm 1.2.4.36: RESYNC: (1.2-1.3); FILE MERGED 2005/10/06 09:07:53 bm 1.2.4.35: do not attach data if the given data is already attached to current model 2005/09/08 11:47:38 bm 1.2.4.34: create data wrapper without model when having external data provider 2005/08/18 15:20:39 bm 1.2.4.33: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/18 14:12:03 bm 1.2.4.32: use InternalDataProvider instead of ArrayDataProvider (is now superfluous and had implementation problems) 2005/08/15 13:01:32 bm 1.2.4.31: attachData: if we have already internal data, set it via the XChartDataArray interface 2005/08/03 16:36:12 bm 1.2.4.30: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/18 17:12:17 iha 1.2.4.29: update view in old api wrapped before saving 2005/07/07 16:23:04 bm 1.2.4.28: use wrapper for area to get correct named properties (hatches, gradients etc.) 2005/07/01 10:58:30 iha 1.2.4.27: correct load of donut charts - remove service name mismatch 2005/06/16 12:54:41 iha 1.2.4.26: create legend on demand 2005/06/14 12:53:59 bm 1.2.4.25: avoid exception+assertion if document has no Legend 2005/06/09 15:47:27 iha 1.2.4.24: support positions and sizes via view for old api wrapper 2005/06/07 15:38:28 iha 1.2.4.23: removed inactive XNumberFormatsSupplier interface from wrapper 2005/05/31 19:05:29 iha 1.2.4.22: create old api without controller 2005/05/12 13:56:38 bm 1.2.4.21: API change XDataProvider 2005/05/09 09:50:53 bm 1.2.4.20: moved parts of API to data namespace 2005/04/19 17:28:38 iha 1.2.4.19: improved old api support (introduced wrappedpropertyset ...) 2004/09/27 14:30:54 iha 1.2.4.18: save - old api - access correct gradient and oher lists; reduce direct access to draw model 2004/09/16 09:14:30 iha 1.2.4.17: implement api redesign 2004/09/09 15:12:35 bm 1.2.4.16: fixing loading of series: newly interpreted series have to be attached to the tree correctly 2004/09/08 15:36:41 bm 1.2.4.15: enable loading data series. There is one Diagram deletion too much which results in lost properties 2004/08/26 13:18:13 iha 1.2.4.14: implement XDrawPageSupplier 2004/05/13 09:51:07 bm 1.2.4.13: use column chart as default for "BarDiagram" service DiagramWrapper needs chart type manager in CTOR 2004/05/07 13:48:45 bm 1.2.4.12: some updates 2004/04/27 14:26:43 bm 1.2.4.11: warning removed 2004/04/26 19:02:07 iha 1.2.4.10: #i27367# use simpler interface to move objects at PositionAndSizeHelper 2004/04/26 17:39:26 iha 1.2.4.9: #i27367# implemented setSize/Position 2004/04/14 15:17:13 bm 1.2.4.8: getCurrentController() -> delegate to chart2-model 2004/04/05 14:12:24 bm 1.2.4.7: XDataProvider API changed 2004/03/29 12:59:17 bm 1.2.4.6: do not create template again 2004/03/24 19:05:21 bm 1.2.4.5: XChartTypeTemplate changed: matchesTemplate may modify the template s properties if bAdaptProperties is true 2004/03/24 10:45:24 bm 1.2.4.4: some improvements of old API 2004/03/19 14:32:49 bm 1.2.4.3: XDataSource now contains XLabeledDataSources 2004/03/02 09:34:31 bm 1.2.4.2: properties added (esp. the Has... properties) 2004/02/13 16:51:13 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [89df04faff1d9724e18dbb4f06c2a66f5d9bcbf3]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/02/17 20:57:38 iha 1.2.4.5: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/11/15 15:29:51 bm 1.2.4.4: garbage collection, disposing, reference release issues 2005/10/07 11:08:43 bm 1.2.4.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/06 09:09:04 bm 1.2.4.2: apply data to model which data is attached to when setting data or labels (old behaviour) 2004/03/24 10:45:24 bm 1.2.4.1: some improvements of old API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0d288368bb9d7d914b79a5152c5560e39588a5a2]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/10/25 11:24:09 bm 1.2.4.32: allow setting previously unset sequences, e.g. labels at data series with external data provider 2006/10/18 17:02:26 bm 1.2.4.31: RESYNC: (1.3-1.4); FILE MERGED 2006/08/08 09:07:35 iha 1.2.4.30: create addin charts correctly Marginal,MeanCummulative,Pareto,Pie 2006/02/17 20:57:38 iha 1.2.4.29: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/16 17:39:38 iha 1.2.4.28: don't lock solar mutex to long + return DBL_MIN as NotANumber to be conform with error in old api 2006/01/16 11:52:23 bm 1.2.4.27: warning removed 2005/11/29 18:11:57 iha 1.2.4.26: make more failsafe 2005/11/15 15:29:50 bm 1.2.4.25: garbage collection, disposing, reference release issues 2005/11/03 12:45:28 bm 1.2.4.24: vector::assign does not work because the (n,len) variant is chosen instead of (beg,end). Missing member template capabilities? 2005/11/02 19:18:15 iha 1.2.4.23: make more failsafe 2005/11/02 13:49:15 bm 1.2.4.22: scene properties changed from SceneDescriptor property to the D3D properties offered by SceneProperties.hxx (this way XML im-/export works with the xmloff helper) 2005/11/01 13:11:17 iha 1.2.4.21: support sequence mapping 2005/10/29 15:43:16 iha 1.2.4.20: support SequenceMapping also for chart local data 2005/10/27 18:25:46 iha 1.2.4.19: support SequenceMapping 2005/10/13 17:38:43 iha 1.2.4.18: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 11:08:24 bm 1.2.4.17: RESYNC: (1.2-1.3); FILE MERGED 2005/10/06 09:09:49 bm 1.2.4.16: apply data to model which data is attached to when setting data or labels (old behaviour) 2005/09/08 11:49:14 bm 1.2.4.15: refresh data when returning data and labels, do not refresh from model, if the data is not attached to it (model is set to 0 from outside) 2005/09/07 11:23:53 bm 1.2.4.14: last change undone -- XChartData may not belong to the current ChartModel (before attachData) 2005/09/07 11:16:36 bm 1.2.4.13: until we have a data change notification mechanism we always have to update the data in getData/getRowDescriptions/getColumnDescriptions 2005/08/18 15:20:38 bm 1.2.4.12: (gs)etDiagram -> (gs)etFirstDiagram to avoid name clashes with old API 2005/08/03 16:36:11 bm 1.2.4.11: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/08/02 13:45:21 bm 1.2.4.10: data_type is not standard. use mapped_type instead 2005/08/02 09:42:12 bm 1.2.4.9: pute data into the rectangular region in the same order than in old chart 2005/07/06 11:25:28 bm 1.2.4.8: return data in the correct order depending on DataRowSource 2005/07/05 16:47:52 bm 1.2.4.7: set row and column descriptions in refreshData 2005/05/09 09:50:53 bm 1.2.4.6: moved parts of API to data namespace 2005/04/19 17:28:38 iha 1.2.4.5: improved old api support (introduced wrappedpropertyset ...) 2004/09/16 09:04:39 iha 1.2.4.4: implement api redesign 2004/03/24 10:45:23 bm 1.2.4.3: some improvements of old API 2004/03/19 14:32:49 bm 1.2.4.2: XDataSource now contains XLabeledDataSources 2004/02/13 16:51:12 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fdb1a3868f238dec483e9e42df3dd6810bcc470b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/01 18:39:22 iha 1.1.2.6: #68896# always save the explicit number format 2006/09/24 09:12:53 iha 1.1.2.5: #i61970# correct implementation of axis at 2006/04/10 15:03:30 iha 1.1.2.4: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.1.2.3: api restructure axis, grids, scales and increments 2006/03/12 00:51:14 iha 1.1.2.2: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:56:12 iha 1.1.2.1: enlarge validity of api wrapper objects to lifetime of new chartmodel

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b758112cccd6c2cf0cff62d5b300a6be24d5f63]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:28 iha 1.1.2.6: resync m195 -> m202 2006/12/01 18:39:30 iha 1.1.2.5: #68896# always save the explicit number format 2006/09/24 09:12:53 iha 1.1.2.4: #i61970# correct implementation of axis at 2006/04/10 12:25:04 iha 1.1.2.3: api restructure axis, grids, scales and increments 2006/03/12 00:51:42 iha 1.1.2.2: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/17 20:56:27 iha 1.1.2.1: enlarge validity of api wrapper objects to lifetime of new chartmodel

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c12fb2394a0e1d36588d51dc27a3c42f0df4942f]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2006/07/28 19:56:42 iha 1.2.4.12: set help step correctly via old API 2006/03/14 19:05:37 iha 1.2.4.11: #i63008# crash leaving inplace mode while having subtitlesx 2006/02/17 20:57:37 iha 1.2.4.10: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/02 14:38:11 iha 1.2.4.9: create inner axis only if accessed directly 2006/02/01 19:12:52 iha 1.2.4.8: offer XShape and XNumberFormatsSupplier interface for old api axis 2006/01/17 19:25:43 iha 1.2.4.7: load sub interval on scales correctly 2006/01/17 19:02:59 iha 1.2.4.6: load sub interval on scales correctly 2005/12/07 12:21:39 iha 1.2.4.5: remove dependendy from special axis identifiers 2005/10/07 11:08:13 bm 1.2.4.4: RESYNC: (1.2-1.3); FILE MERGED 2005/04/19 17:28:38 iha 1.2.4.3: improved old api support (introduced wrappedpropertyset ...) 2004/04/19 16:36:12 bm 1.2.4.2: +static method to create Axis-Id 2004/02/13 16:51:12 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [967e859f64d20c400b2c1eeca9d8ec07c0840a71]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2007/02/23 14:52:02 iha 1.2.4.40: #i74799# export text break for axis explicitely 2006/12/01 18:41:08 iha 1.2.4.39: #68896# always save the explicit number format 2006/10/26 12:22:16 iha 1.2.4.38: load and save of vertically stacked axis label 2006/10/18 17:02:18 bm 1.2.4.37: RESYNC: (1.3-1.4); FILE MERGED 2006/09/22 15:53:54 bm 1.2.4.36: add property Visible, mapping to new API Show property 2006/08/04 09:53:19 iha 1.2.4.35: implment XNumberFormatsSupplier for old API misuse 2006/07/28 19:56:42 iha 1.2.4.34: set help step correctly via old API 2006/04/10 15:03:30 iha 1.2.4.33: api restructure axis, grids, scales and increments 2006/04/10 12:25:04 iha 1.2.4.32: api restructure axis, grids, scales and increments 2006/03/14 19:05:36 iha 1.2.4.31: #i63008# crash leaving inplace mode while having subtitlesx 2006/03/12 00:52:12 iha 1.2.4.30: merged ChartAPIValueProvider with Chart2ModelContact 2006/02/21 19:40:57 iha 1.2.4.29: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2006/02/17 20:57:37 iha 1.2.4.28: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/02/02 14:37:48 iha 1.2.4.27: create inner axis only if accessed directly 2006/02/01 19:15:35 iha 1.2.4.26: don't hold axis ref in WrappedGapwidthProperty 2006/02/01 19:13:13 iha 1.2.4.25: offer XShape and XNumberFormatsSupplier interface for old api axis 2006/01/27 09:51:10 bm 1.2.4.24: InlineContainer.hxx moved to comphelper 2006/01/17 19:25:43 iha 1.2.4.23: load sub interval on scales correctly 2006/01/17 19:02:59 iha 1.2.4.22: load sub interval on scales correctly 2005/12/07 12:22:04 iha 1.2.4.21: remove dependendy from special axis identifiers 2005/11/22 14:08:45 iha 1.2.4.20: support BarOverlap and GapWidth 2005/11/15 15:29:49 bm 1.2.4.19: garbage collection, disposing, reference release issues 2005/10/24 11:06:36 iha 1.2.4.18: coordinate system restructure 2005/10/07 11:08:00 bm 1.2.4.17: RESYNC: (1.2-1.3); FILE MERGED 2005/08/22 15:40:36 iha 1.2.4.16: load property 'LinkNumberFormatToSource' correctly 2005/08/03 16:36:11 bm 1.2.4.15: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/22 08:20:02 bm 1.2.4.14: +LinkNumberFormatToSource property and specialized wrappers for this and NumberFormat 2005/07/14 12:45:39 iha 1.2.4.13: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:44 iha 1.2.4.12: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:53 bm 1.2.4.11: use named properties for gradients etc. in chart model 2005/07/05 16:48:12 bm 1.2.4.10: DisplayLabels has default False in old API 2005/06/08 11:25:46 iha 1.2.4.9: use number format key at API instead of string 2005/06/07 15:59:13 iha 1.2.4.8: use numberformatter from model 2005/05/31 19:04:41 iha 1.2.4.7: create old api without controller 2005/04/19 17:28:38 iha 1.2.4.6: improved old api support (introduced wrappedpropertyset ...) 2004/08/24 11:11:06 iha 1.2.4.5: View independent loading - old api should set fixed font sizes 2004/04/19 16:36:12 bm 1.2.4.4: +static method to create Axis-Id 2004/04/13 16:01:25 bm 1.2.4.3: unsafe bool comparison 2004/03/12 15:32:50 iha 1.2.4.2: added AxisPosition for secondary axes 2004/02/13 16:51:11 bm 1.2.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c8058930456ef48f2e297fbc24a1e9cf27d9c419]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/28 18:17:48 iha 1.1.2.4: support XShape interface at chart area for old API misuse... 2006/02/17 20:57:37 iha 1.1.2.3: enlarge validity of api wrapper objects to lifetime of new chartmodel 2005/10/11 09:19:53 bm 1.1.2.2: license header change 2005/07/07 16:24:15 bm 1.1.2.1: use wrapper for area to get correct named properties (hatches, gradients etc.)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a88b62750584a07b5e5624c0e8ad4514d9687ce]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 13:21:20 iha 1.1.2.13: #i71411# explicitly save line style of the chart border as mixed defaults are in use 2007/02/08 21:25:27 iha 1.1.2.12: resync m195 -> m202 2006/10/25 17:54:01 iha 1.1.2.11: removed unused include 2006/09/20 10:03:49 bm 1.1.2.10: #i69680# Default fill style of area is solid 2006/07/28 18:17:56 iha 1.1.2.9: support XShape interface at chart area for old API misuse... 2006/02/17 20:57:36 iha 1.1.2.8: enlarge validity of api wrapper objects to lifetime of new chartmodel 2006/01/27 09:51:10 bm 1.1.2.7: InlineContainer.hxx moved to comphelper 2005/11/15 15:29:47 bm 1.1.2.6: garbage collection, disposing, reference release issues 2005/10/11 09:19:53 bm 1.1.2.5: license header change 2005/08/03 16:36:10 bm 1.1.2.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:32:43 iha 1.1.2.3: remove unused parameter 'bIncludeStyleProperties' 2005/07/12 12:56:52 bm 1.1.2.2: use named properties for gradients etc. in chart model 2005/07/07 16:24:24 bm 1.1.2.1: use wrapper for area to get correct named properties (hatches, gradients etc.)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b5cd43497e637369695e6fab1995ed57c3c1f33]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/23 09:55:52 bm 1.1.2.6: +AccessibleTextHelper 2006/02/20 09:22:49 bm 1.1.2.5: removed some classes 2005/10/11 09:19:52 bm 1.1.2.4: license header change 2005/10/10 16:24:04 bm 1.1.2.3: duplicate entries 2005/09/30 18:48:41 iha 1.1.2.2: Accessibility - under construction 2005/07/08 14:53:18 iha 1.1.2.1: create and notify an accessible view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f65e8643ad6975bb0edfb6ec90c678d95c470e99]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/20 09:50:14 bm 1.1.2.2: accessibility improvements 2005/09/30 18:46:36 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [20eaa2a600095b570f32bc8b4d6c1c45d35da2e2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:27 iha 1.1.2.4: resync m195 -> m202 2006/02/20 15:29:47 bm 1.1.2.3: create data points and legend entries with parameter bMayHaveChildren=false 2006/02/20 09:50:13 bm 1.1.2.2: accessibility improvements 2005/09/30 18:42:02 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [07d08c02fc8951d69ccc421d60ac240a8a5f04b8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:27 iha 1.1.2.3: resync m195 -> m202 2006/11/26 10:55:32 bm 1.1.2.2: includes for solar mutex missing 2006/03/23 09:51:50 bm 1.1.2.1: text support for titles. This class is instantiated directly by the controller as it needs a DrawView to work

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3d31b8133bec4af39aa87e05c867d444016738e3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:27 iha 1.1.2.8: resync m195 -> m202 2006/02/24 15:54:53 bm 1.1.2.7: wrong exception spec 2006/02/20 16:52:50 bm 1.1.2.6: notify selection changes 2006/02/20 15:28:22 bm 1.1.2.5: provide an ExplicitValueProvider for ObjectHierarchy to get legend entries and data points 2006/02/20 09:50:13 bm 1.1.2.4: accessibility improvements 2005/09/30 18:49:11 iha 1.1.2.3: Accessibility - under construction 2005/07/11 16:09:33 iha 1.1.2.2: dom'T register twice as selection change listener 2005/07/08 14:52:54 iha 1.1.2.1: create and notify an accessible view

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [17f8a71af9f517e6d1c844bc1f7eee70109fa325]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/23 09:56:08 bm 1.1.2.3: support for paragraphs for titles 2006/02/20 09:50:13 bm 1.1.2.2: accessibility improvements 2005/09/30 18:41:30 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be29e88700a190d1ad13a69b80189c6ec626f5de]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:27 iha 1.1.2.5: resync m195 -> m202 2006/03/23 09:56:08 bm 1.1.2.4: support for paragraphs for titles 2006/02/20 16:52:20 bm 1.1.2.3: make chart elements transient 2006/02/20 09:50:12 bm 1.1.2.2: accessibility improvements 2005/09/30 18:39:49 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9b81b2e201114df5ea186728c1c93c1a2f7b8c56]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:27 iha 1.1.2.3: resync m195 -> m202 2006/02/20 15:25:20 bm 1.1.2.2: color properties 2006/02/20 09:21:44 bm 1.1.2.1: new base class for accessibility objects that does not implement XAccessibleExtendedComponent

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7255b57db3afe76cbd5e0e452939570c93fea6ce]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:29:04 iha 1.1.2.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/09/30 18:44:48 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1d0d2c328ca70e0f102f3cb57cc936703950b0bd]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 21:25:26 iha 1.1.2.2: resync m195 -> m202 2005/09/30 18:41:40 iha 1.1.2.1: Accessibility - under construction

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3484a69abc590fc59a596febd7587fb67a839658]

        INTEGRATION: CWS chart2mst3 (1.4.4); FILE MERGED 2007/04/26 09:53:57 bm 1.4.4.12: RESYNC: resolving merge problems 2007/02/01 16:54:10 iha 1.4.4.11: remove superfluous code from old context menu 2006/11/22 17:23:31 iha 1.4.4.10: RESYNC: (1.7-1.8); FILE MERGED 2006/10/06 09:10:52 bm 1.4.4.9: #i64500# need sot library for clipboard 2006/05/05 14:03:51 bm 1.4.4.8: RESYNC: (1.6-1.7); FILE MERGED 2005/11/21 14:53:31 bm 1.4.4.7: +sfx.srs for the strings STR_UNDO and STR_REDO 2005/11/02 12:11:34 bm 1.4.4.6: +basegfx lib (remember to remove goodies soon) 2005/10/07 11:07:49 bm 1.4.4.5: RESYNC: (1.5-1.6); FILE MERGED 2005/07/19 11:28:47 bm 1.4.4.4: backslash too much in libraries list 2005/07/08 14:54:37 iha 1.4.4.3: create and notify an accessible view 2004/06/03 03:38:10 iha 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2004/02/16 16:06:57 bm 1.4.4.1: -$SVLIB == $VCLLIB

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [41b62ea725ef9531adbc10292376a553a5ce944a]

        INTEGRATION: CWS chart2mst3 (1.2.2); FILE MERGED 2005/10/07 11:07:15 bm 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:24:12 bm 1.2.2.1: API comes completely from unoil.jar now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4155d0bf07792387ee585a1f4f7bd594dd8d47fc]

        INTEGRATION: CWS chart2mst3 (1.14.4); FILE MERGED 2006/02/21 11:03:31 bm 1.14.4.17: test UserDefinedAttributes by inserting a value (requires fixed default value) 2006/02/20 17:18:42 bm 1.14.4.16: test existence of UserDefinedAttributes in ChartArea 2005/08/18 14:27:18 bm 1.14.4.15: testData and testStockProperties corrected 2005/08/04 16:14:12 bm 1.14.4.14: adapted gradient and hatch test (using names), avoid some test that need a view due to problems, stock volume adapted, min-max line added 2005/07/12 12:56:51 bm 1.14.4.13: use named properties for gradients etc. in chart model 2005/07/05 15:23:54 bm 1.14.4.12: oops, wrong assure test 2005/07/05 14:56:53 bm 1.14.4.11: remove usage of new chart API in this test 2005/07/05 14:04:44 bm 1.14.4.10: testData: test correct retrieval, data row source disabled 2005/07/04 17:11:33 iha 1.14.4.9: removed deprecated file data provider 2005/07/04 17:04:40 iha 1.14.4.8: stock properties 2005/05/26 11:23:55 bm 1.14.4.7: some interfaces moved to data sub-namespace 2004/04/27 13:20:31 bm 1.14.4.6: axis title test 2004/04/27 09:29:11 bm 1.14.4.5: testing secondary y-axis +approxEqual for integers 2004/04/26 18:59:30 iha 1.14.4.4: #i27367# added test move legend and diagram; size diagram 2004/04/01 10:46:18 bm 1.14.4.3: some chart type properties 2004/03/24 09:39:23 bm 1.14.4.2: test for XChartDataArray 2004/02/13 16:51:11 bm 1.14.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [563b8056c6f57b9c587d38e90cae4c9fbd2688fc]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/02/01 16:31:26 bm 1.5.4.11: inc/DevChartConfig.hxx no longer exists 2007/01/19 20:51:43 iha 1.5.4.10: switch back to old factory name for charts now as we only have the new chart 2006/11/02 21:20:55 iha 1.5.4.9: #i55229# don't deliver help ids from old chart 2005/12/06 19:11:56 iha 1.5.4.8: #i55229# overwrite old charts helpids with empty file which gets a newer date while building 2005/09/29 12:02:58 iha 1.5.4.7: #i55229# overwrite old charts helpids with empty file 2005/04/04 11:23:08 bm 1.5.4.6: uiconfig is delivered to the modules subdirectory 2005/03/24 14:41:06 bm 1.5.4.5: comment removed 2005/03/21 13:38:57 bm 1.5.4.4: deliver resources 2005/03/18 01:05:09 bm 1.5.4.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/15 09:43:54 bm 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/05 14:57:06 iha 1.5.4.1: added menubar.xml due to menubar framework changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [eeaabbcf04dba3fb64278219123f6720e2ba94dc]

        INTEGRATION: CWS chart2mst3 (1.4.2); FILE MERGED 2007/02/01 16:54:52 iha 1.4.2.15: remove superfluous code from old context menu 2006/11/22 17:23:24 iha 1.4.2.14: RESYNC: (1.6-1.7); FILE MERGED 2006/11/02 21:21:27 iha 1.4.2.13: #i55229# don't deliver help ids from old chart 2006/05/08 08:04:27 bm 1.4.2.12: controller links against accessibility 2006/03/29 22:24:44 iha 1.4.2.11: restructure legend entry creation + legend entries in data labels 2005/09/29 12:03:27 iha 1.4.2.10: #i55229# overwrite old charts helpids with empty file 2005/07/08 14:53:57 iha 1.4.2.9: create and notify an accessible view 2005/05/09 09:50:48 bm 1.4.2.8: moved parts of API to data namespace 2005/05/06 11:19:32 bm 1.4.2.7: layout API deprecated 2004/09/15 17:31:58 bm 1.4.2.6: API simplification 2004/06/15 09:43:46 bm 1.4.2.5: RESYNC: (1.5-1.6); FILE MERGED 2004/03/02 09:23:51 bm 1.4.2.4: model/filter for XML filter added 2004/02/16 14:05:40 bm 1.4.2.3: more dependencies 2004/02/16 14:04:08 bm 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2004/02/13 16:51:11 bm 1.4.2.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [863a3eaa22fc7d9ecdddabd51788fe666c760973]

        INTEGRATION: CWS chart2mst3 (1.3.2); FILE MERGED 2007/05/18 21:52:22 bm 1.3.2.1: invalid includes corrected

2007-05-22  Sven Jacobi  <sj@openoffice.org>  [fc2e443ab7d48de7d8c0be892b8a17db8c9bf3bd]

        minor changes, added access to standard control icons, some string changes

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e233271012328c39894d090643c939b6581caf07]

        INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED 2005/10/07 11:05:57 bm 1.3.4.4: RESYNC: (1.3-1.4); FILE MERGED 2004/04/23 13:55:44 bm 1.3.4.3: remote string for office added 2004/03/25 16:51:30 bm 1.3.4.2: chart2.rdb has to be delivered before running dmake 2004/02/13 16:51:06 bm 1.3.4.1: join from changes on branch bm_post_chart01

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c1917338374c0350813c87ae23394f77b53744cc]

        INTEGRATION: CWS chart2mst3 (1.2.4); FILE MERGED 2005/10/07 11:05:47 bm 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:17:48 bm 1.2.4.1: -genjava, -com

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5de953c87fdcadfbf3b193a7b3ca53fd0132ba00]

        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>  [74fc7b48f3dad05a5bf0cf1d2ff9565e0d3f548d]

        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-22  Vladimir Glazounov  <vg@openoffice.org>  [c91b14b4636bfdd9510ce001f50820d8202aadad]

        INTEGRATION: CWS chart2mst3 (1.12.220); FILE MERGED 2005/05/17 16:57:19 bm 1.12.220.2: RESYNC: (1.12-1.13); FILE MERGED 2004/06/10 11:56:38 tl 1.12.220.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4eeea4a106b160ddc89d850826aae6e08dbfb7ec]

        INTEGRATION: CWS chart2mst3 (1.52.12); FILE MERGED 2007/05/14 19:53:07 bm 1.52.12.8: RESYNC: (1.59-1.60); FILE MERGED 2007/04/24 23:53:08 bm 1.52.12.7: RESYNC: (1.58-1.59); FILE MERGED 2007/02/07 19:42:24 iha 1.52.12.6: RESYNC: (1.56-1.58); FILE MERGED 2006/11/24 21:22:53 bm 1.52.12.5: RESYNC: (1.54-1.56); FILE MERGED 2006/11/10 13:47:30 tl 1.52.12.4: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2006/05/05 18:39:39 bm 1.52.12.3: RESYNC: (1.53-1.54); FILE MERGED 2006/01/26 00:16:12 bm 1.52.12.2: RESYNC: (1.52-1.53); FILE MERGED 2006/01/16 09:23:00 tl 1.52.12.1: #30052# added new resource file

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c1112c65fc2648c14ec2948787f01b4eb760378a]

        INTEGRATION: CWS chart2mst3 (1.5.96); FILE MERGED 2007/01/10 16:56:30 iha 1.5.96.1: #i73117# make chart icon visible per default according to spec

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [972e99f8cdfe3935ae0443bb573183f2bae41644]

        INTEGRATION: CWS chart2mst3 (1.5.96); FILE MERGED 2007/01/10 16:55:56 iha 1.5.96.1: #i73117# make chart icon visible per default according to spec

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a0d30d9f419626db1035eca20b5e4599073d03df]

        INTEGRATION: CWS chart2mst3 (1.57.2); FILE MERGED 2007/05/14 19:52:42 bm 1.57.2.5: RESYNC: (1.59-1.60); FILE MERGED 2007/02/07 19:39:05 iha 1.57.2.4: RESYNC: (1.57-1.59); FILE MERGED 2007/02/02 11:24:04 tl 1.57.2.3: #i55007# automatic chart update 2006/11/22 13:22:23 tl 1.57.2.2: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:56 tl 1.57.2.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [34f96f452fd0c1b57fe42263a4fee1d2713dc4f2]

        INTEGRATION: CWS chart2mst3 (1.8.46); FILE MERGED 2006/11/29 09:49:47 tl 1.8.46.1: #i71246# child window removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3bd4fa1b22ed50b15b2da07790a46ff54cf35915]

        INTEGRATION: CWS chart2mst3 (1.89.14); FILE MERGED 2007/04/24 23:26:47 bm 1.89.14.15: RESYNC: (1.116-1.118); FILE MERGED 2007/02/07 19:38:18 iha 1.89.14.14: RESYNC: (1.115-1.116); FILE MERGED 2007/01/29 14:07:20 tl 1.89.14.13: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/07 11:20:31 tl 1.89.14.12: #i71244# update chart in writer 2006/10/19 09:38:49 bm 1.89.14.11: RESYNC: (1.111-1.115); FILE MERGED 2006/06/16 15:09:29 bm 1.89.14.10: RESYNC: (1.109-1.111); FILE MERGED 2006/05/05 18:37:35 bm 1.89.14.9: RESYNC: (1.105-1.109); FILE MERGED 2006/01/25 23:57:50 bm 1.89.14.8: RESYNC: (1.101-1.105); FILE MERGED 2005/10/09 06:59:00 bm 1.89.14.7: RESYNC: (1.99-1.101); FILE MERGED 2005/05/17 16:36:27 bm 1.89.14.6: RESYNC: (1.98-1.99); FILE MERGED 2005/05/09 09:56:20 bm 1.89.14.5: moved chart2 API to data namespace 2005/03/17 18:15:03 bm 1.89.14.4: RESYNC: (1.93-1.98); FILE MERGED 2004/11/02 18:45:16 bm 1.89.14.3: RESYNC: (1.90-1.93); FILE MERGED 2004/08/04 22:37:14 bm 1.89.14.2: RESYNC: (1.89-1.90); FILE MERGED 2004/06/10 11:56:36 tl 1.89.14.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9df4e6731adaf3c218fd7d3f0e49ee525b6a5e48]

        INTEGRATION: CWS chart2mst3 (1.97.44); FILE MERGED 2007/04/24 23:24:53 bm 1.97.44.5: RESYNC: (1.99-1.100); FILE MERGED 2007/02/07 19:37:23 iha 1.97.44.4: RESYNC: (1.98-1.99); FILE MERGED 2006/11/29 09:49:47 tl 1.97.44.3: #i71246# child window removed 2006/11/24 21:21:12 bm 1.97.44.2: RESYNC: (1.97-1.98); FILE MERGED 2006/11/09 08:40:26 ama 1.97.44.1: Fix #i68825#: No Redo for canceled chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [030eaaeadf6ed2904cf0cac661502dff3b068267]

        INTEGRATION: CWS chart2mst3 (1.7.100); FILE MERGED 2007/05/14 19:48:15 bm 1.7.100.7: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 13:22:23 tl 1.7.100.6: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:56 tl 1.7.100.5: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2006/10/20 13:42:18 bm 1.7.100.4: signature of InsertOleObject changed 2006/10/19 09:30:12 bm 1.7.100.3: RESYNC: (1.8-1.10); FILE MERGED 2005/10/09 06:47:04 bm 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/05 12:54:58 bm 1.7.100.1: new InsertChart method that uses the new API and returns the model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [28a97033fd533c7f9614bbad3ddf13f08467542d]

        INTEGRATION: CWS chart2mst3 (1.5.52); FILE MERGED 2006/11/22 13:22:23 tl 1.5.52.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [28c9973206e2a97b36bb8343e452d7fda8b0bd5d]

        INTEGRATION: CWS chart2mst3 (1.8.248); FILE MERGED 2007/02/19 14:29:24 tl 1.8.248.22: #i74540# handling multiple charts; GetChartDataProvider improved 2007/01/29 14:07:20 tl 1.8.248.21: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/07 11:20:30 tl 1.8.248.20: #i71244# update chart in writer 2006/11/29 09:49:46 tl 1.8.248.19: #i71246# child window removed 2006/11/22 13:22:23 tl 1.8.248.18: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:56 tl 1.8.248.17: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2006/11/09 08:41:07 ama 1.8.248.16: Fix #i68825#: No Redo for canceled chart 2006/10/19 09:27:43 bm 1.8.248.15: RESYNC: (1.14-1.15); FILE MERGED 2006/08/03 12:15:52 tl 1.8.248.14: #i66176# delte chart object when wizard dialog was canceled 2006/08/03 10:48:52 tl 1.8.248.13: #i66176# delte chart object when wizard dialog was canceled 2006/06/20 17:10:59 bm 1.8.248.12: #i66558# correct evaluation of return value of XExecutableDialog::execute() 2006/05/05 18:35:18 bm 1.8.248.11: RESYNC: (1.13-1.14); FILE MERGED 2005/11/15 16:31:41 bm 1.8.248.10: dispose chart wizard dialog after use 2005/10/09 06:39:33 bm 1.8.248.9: RESYNC: (1.12-1.13); FILE MERGED 2005/09/08 11:49:57 iha 1.8.248.8: set number formatter independent from dataprovider thus also a chart with own data has the numberformatter of the parent 2005/08/15 13:10:12 bm 1.8.248.7: XDataReceiver changed 2005/08/05 12:59:51 bm 1.8.248.6: insert new charts as real OLE objects 2005/05/09 09:56:11 bm 1.8.248.5: moved chart2 API to data namespace 2005/03/17 18:11:10 bm 1.8.248.4: RESYNC: (1.10-1.12); FILE MERGED 2004/11/02 18:40:28 bm 1.8.248.3: RESYNC: (1.8-1.10); FILE MERGED 2004/06/10 11:56:35 tl 1.8.248.2: #i30052# chart2 support 2004/05/06 14:56:28 iha 1.8.248.1: #i20344# new wizard for new chart - old stuff has to be removed from code still

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [476c0f1fc0b49daff2d0f84b81fe5ccde8d5aa6c]

        INTEGRATION: CWS chart2mst3 (1.51.2); FILE MERGED 2007/05/14 19:46:32 bm 1.51.2.6: RESYNC: (1.51-1.53); FILE MERGED 2007/01/29 14:07:19 tl 1.51.2.5: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/07 11:20:30 tl 1.51.2.4: #i71244# update chart in writer 2006/11/29 09:49:46 tl 1.51.2.3: #i71246# child window removed 2006/11/22 13:22:22 tl 1.51.2.2: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:56 tl 1.51.2.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [46333b08fb39167f199d001936aa05689b6980d8]

        INTEGRATION: CWS chart2mst3 (1.36.132); FILE MERGED 2006/11/22 13:22:22 tl 1.36.132.2: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:55 tl 1.36.132.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [69f3898da69d469b4a5f1e4355aaf3e2e13ea6e1]

        INTEGRATION: CWS chart2mst3 (1.3.6); FILE MERGED 2006/11/22 13:22:22 tl 1.3.6.4: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:55 tl 1.3.6.3: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2005/10/09 06:02:24 bm 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/05 12:55:28 bm 1.3.6.1: new InsertChart method that uses the new API and returns the model

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d8d794710d4a2f2f1c231817bc3a251b1b68a3b2]

        INTEGRATION: CWS chart2mst3 (1.9.52); FILE MERGED 2007/02/01 15:08:55 tl 1.9.52.1: #i55007# automatic chart update

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3c47da6de2da78f9710e8d11ea1a7e908b6c8b98]

        INTEGRATION: CWS chart2mst3 (1.6.52); FILE MERGED 2006/11/29 09:49:46 tl 1.6.52.3: #i71246# child window removed 2006/11/22 13:22:22 tl 1.6.52.2: #i71246# positioning of the new chart wizard to not hide the already inserted chart 2006/11/10 13:47:55 tl 1.6.52.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [522833969797f3af0a61beaae1b6af0bc1fda1d0]

        INTEGRATION: CWS chart2mst3 (1.73.14); FILE MERGED 2007/04/24 23:02:33 bm 1.73.14.2: RESYNC: (1.73-1.74); FILE MERGED 2007/01/29 14:53:24 tl 1.73.14.1: #i55007# automatic update for charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2dd66c18e7a49bc28b592bc8deb6906e8f4ec483]

        INTEGRATION: CWS chart2mst3 (1.26.46); FILE MERGED 2007/05/14 19:32:41 bm 1.26.46.2: RESYNC: (1.26-1.27); FILE MERGED 2007/01/29 14:53:24 tl 1.26.46.1: #i55007# automatic update for charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b01f6f123e5afb175d3cc83a937a2af0116259d2]

        INTEGRATION: CWS chart2mst3 (1.56.46); FILE MERGED 2007/05/14 19:30:02 bm 1.56.46.2: RESYNC: (1.56-1.58); FILE MERGED 2006/11/29 09:49:45 tl 1.56.46.1: #i71246# child window removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0cf804e75b0ac090cdda6ed0ea9e5f8d862c29a9]

        INTEGRATION: CWS chart2mst3 (1.55.2); FILE MERGED 2007/05/14 19:29:30 bm 1.55.2.5: RESYNC: (1.57-1.59); FILE MERGED 2007/03/01 12:35:44 bm 1.55.2.4: #i75016# check pDoc before accessing in DTOR. A docshell without document can exist (open an unknown file like a pdf and press cancel in the ASCII import filter dialog) 2007/02/16 10:14:39 tl 1.55.2.3: #i74133# possible crash fixed 2007/02/07 19:31:55 iha 1.55.2.2: RESYNC: (1.55-1.57); FILE MERGED 2006/12/07 11:20:30 tl 1.55.2.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aa708a2c5dab77ed1dd96d378c0de441bd628495]

        INTEGRATION: CWS chart2mst3 (1.64.26); FILE MERGED 2007/02/07 19:31:48 iha 1.64.26.2: RESYNC: (1.64-1.66); FILE MERGED 2007/02/02 11:24:04 tl 1.64.26.1: #i55007# automatic chart update

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c5f2aa828220e9a74f10da8690ffff012cf2216b]

        INTEGRATION: CWS chart2mst3 (1.65.44); FILE MERGED 2007/05/14 19:20:43 bm 1.65.44.5: RESYNC: (1.69-1.70); FILE MERGED 2007/04/24 22:53:41 bm 1.65.44.4: RESYNC: (1.68-1.69); FILE MERGED 2007/02/07 19:25:52 iha 1.65.44.3: RESYNC: (1.66-1.68); FILE MERGED 2006/11/24 21:05:29 bm 1.65.44.2: RESYNC: (1.65-1.66); FILE MERGED 2006/11/09 08:39:24 ama 1.65.44.1: Fix #i68825#: No Redo for canceled chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c46621b4b7d73537a8cf7d07237ff682278d7ee]

        INTEGRATION: CWS chart2mst3 (1.85.12); FILE MERGED 2007/05/14 19:20:19 bm 1.85.12.17: RESYNC: (1.99-1.100); FILE MERGED 2007/01/29 14:06:57 tl 1.85.12.16: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/07 11:20:48 tl 1.85.12.15: #i71244# update chart in writer 2006/11/10 13:47:55 tl 1.85.12.14: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2006/10/19 08:08:01 bm 1.85.12.13: RESYNC: (1.95-1.99); FILE MERGED 2006/01/25 21:36:42 bm 1.85.12.12: RESYNC: (1.93-1.95); FILE MERGED 2005/11/22 14:19:24 tl 1.85.12.11: #i30052# chart2 API 2005/11/15 09:10:54 tl 1.85.12.10: #i30052# chart2 support 2005/10/09 03:28:57 bm 1.85.12.9: RESYNC: (1.92-1.93); FILE MERGED 2005/07/25 14:27:21 bm 1.85.12.8: RESYNC: (1.91-1.92); FILE MERGED 2005/05/17 15:43:35 bm 1.85.12.7: RESYNC: (1.90-1.91); FILE MERGED 2005/05/09 09:55:48 bm 1.85.12.6: moved chart2 API to data namespace 2004/11/02 17:58:27 bm 1.85.12.5: RESYNC: (1.89-1.90); FILE MERGED 2004/08/30 19:41:12 bm 1.85.12.4: RESYNC: (1.87-1.89); FILE MERGED 2004/08/04 22:01:10 bm 1.85.12.3: RESYNC: (1.86-1.87); FILE MERGED 2004/06/15 17:26:59 bm 1.85.12.2: RESYNC: (1.85-1.86); FILE MERGED 2004/06/10 11:56:34 tl 1.85.12.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [830a3770cb56d3e31c1d44a955a629255cef6024]

        INTEGRATION: CWS chart2mst3 (1.97.12); FILE MERGED 2007/04/24 22:52:53 bm 1.97.12.14: RESYNC: (1.125-1.128); FILE MERGED 2007/02/07 19:24:59 iha 1.97.12.13: RESYNC: (1.124-1.125); FILE MERGED 2006/10/19 08:06:42 bm 1.97.12.12: RESYNC: (1.122-1.124); FILE MERGED 2006/06/17 15:55:09 bm 1.97.12.11: resync problem: missing comman in list 2006/06/16 14:59:37 bm 1.97.12.10: RESYNC: (1.120-1.122); FILE MERGED 2006/05/05 18:05:59 bm 1.97.12.9: RESYNC: (1.118-1.120); FILE MERGED 2006/01/25 21:34:54 bm 1.97.12.8: RESYNC: (1.113-1.118); FILE MERGED 2005/10/09 03:26:56 bm 1.97.12.7: RESYNC: (1.112-1.113); FILE MERGED 2005/05/17 15:43:08 bm 1.97.12.6: RESYNC: (1.110-1.112); FILE MERGED 2005/03/17 17:26:28 bm 1.97.12.5: RESYNC: (1.104-1.110); FILE MERGED 2004/08/30 19:40:11 bm 1.97.12.4: RESYNC: (1.98-1.104); FILE MERGED 2004/08/10 12:27:19 bm 1.97.12.3: comma in list missing 2004/08/04 22:01:02 bm 1.97.12.2: RESYNC: (1.97-1.98); FILE MERGED 2004/06/10 11:56:34 tl 1.97.12.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f01c4bd57a5ecb4a8eca5cba9957dc9dfb011f5c]

        INTEGRATION: CWS chart2mst3 (1.161.10); FILE MERGED 2007/05/14 19:19:44 bm 1.161.10.14: RESYNC: (1.196-1.197); FILE MERGED 2007/04/24 22:52:46 bm 1.161.10.13: RESYNC: (1.193-1.196); FILE MERGED 2007/02/07 19:24:06 iha 1.161.10.12: RESYNC: (1.190-1.193); FILE MERGED 2006/10/19 08:05:48 bm 1.161.10.11: RESYNC: (1.186-1.190); FILE MERGED 2006/06/16 14:58:28 bm 1.161.10.10: RESYNC: (1.185-1.186); FILE MERGED 2006/05/05 18:05:18 bm 1.161.10.9: RESYNC: (1.183-1.185); FILE MERGED 2006/01/25 21:33:33 bm 1.161.10.8: RESYNC: (1.179-1.183); FILE MERGED 2005/10/09 03:25:40 bm 1.161.10.7: RESYNC: (1.178-1.179); FILE MERGED 2005/07/25 14:25:27 bm 1.161.10.6: RESYNC: (1.176-1.178); FILE MERGED 2005/05/17 15:42:29 bm 1.161.10.5: RESYNC: (1.174-1.176); FILE MERGED 2005/03/17 17:25:46 bm 1.161.10.4: RESYNC: (1.166-1.174); FILE MERGED 2004/08/30 19:39:39 bm 1.161.10.3: RESYNC: (1.163-1.166); FILE MERGED 2004/08/04 22:00:44 bm 1.161.10.2: RESYNC: (1.161-1.163); FILE MERGED 2004/06/10 11:56:33 tl 1.161.10.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0700ce3aa01be2c8b05330b524f0bb186886296b]

        INTEGRATION: CWS chart2mst3 (1.106.2); FILE MERGED 2007/04/24 22:52:40 bm 1.106.2.3: RESYNC: (1.108-1.109); FILE MERGED 2007/02/07 19:23:59 iha 1.106.2.2: RESYNC: (1.106-1.108); FILE MERGED 2007/02/02 11:24:03 tl 1.106.2.1: #i55007# automatic chart update

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7b18cefdba2440b584af17211cb66e56fb8d2e4f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/24 14:15:40 bm 1.1.2.3: remove german strings from new resource 2006/11/01 17:39:29 iha 1.1.2.2: changed resource STR_CHART2_COL_LABEL_TEXT according to changed spec 2006/01/13 12:41:28 tl 1.1.2.1: #i30052# added string resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f653603cd9b90999d3c3d1131f079eae828056ef]

        INTEGRATION: CWS chart2mst3 (1.23.428); FILE MERGED 2007/02/16 15:18:05 tl 1.23.428.16: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/16 12:27:41 bm 1.23.428.15: DataProvider was dropped from list with last resync 2007/02/07 19:23:25 iha 1.23.428.14: RESYNC: (1.31-1.33); FILE MERGED 2007/01/29 14:06:56 tl 1.23.428.13: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/07 11:20:48 tl 1.23.428.12: #i71244# update chart in writer 2006/12/01 17:26:17 bm 1.23.428.11: #i64497# the case that a data provider from a temporary document is requested should never happen -> assertion 2006/11/30 15:39:13 bm 1.23.428.10: #i64497# create data provider only when document was not created with mode embedded (which is the case during clipboard actions) 2006/10/19 08:04:08 bm 1.23.428.9: RESYNC: (1.29-1.31); FILE MERGED 2006/05/05 18:05:05 bm 1.23.428.8: RESYNC: (1.28-1.29); FILE MERGED 2006/02/24 15:52:32 iha 1.23.428.7: correct wrongly resolved merge conflict - order of entries is important! 2006/01/25 21:32:02 bm 1.23.428.6: RESYNC: (1.27-1.28); FILE MERGED 2005/10/09 03:23:50 bm 1.23.428.5: RESYNC: (1.26-1.27); FILE MERGED 2005/07/25 14:24:50 bm 1.23.428.4: RESYNC: (1.25-1.26); FILE MERGED 2005/05/09 09:55:48 bm 1.23.428.3: moved chart2 API to data namespace 2004/08/30 19:38:45 bm 1.23.428.2: RESYNC: (1.23-1.25); FILE MERGED 2004/06/10 11:56:33 tl 1.23.428.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9cddf9da7fb256418e1bc3b4719abb55e3b0604c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/15 06:07:20 bm 1.1.2.51: #i77020# fixed crash due to strange uint <-> int conversions 2007/04/27 14:16:16 bm 1.1.2.50: RESYNC: warnings removed as preparation for warning==error 2007/04/20 11:58:07 tl 1.1.2.49: #i75825# checking for FirstCellAsLabel in detectArguments 2007/03/27 08:55:28 bm 1.1.2.48: #i75058# createDataSource: check if the source range passed here is too large for the table 2007/03/02 12:54:41 bm 1.1.2.47: #i75058# throw IllegalArgumentException instead of RuntimeException when createDataSequenceByRangeRepresentation fails 2007/02/16 15:15:16 tl 1.1.2.46: #i74133# possible crash fixed 2007/02/16 10:14:38 tl 1.1.2.45: #i74133# possible crash fixed 2007/02/12 17:20:31 bm 1.1.2.44: calling an interface method that throws a DisposedException in the DTOR is no good idea 2007/02/09 21:56:35 iha 1.1.2.43: resync m195 -> m202 - missing pch 2007/02/02 16:15:37 tl 1.1.2.42: #i74133# introduce DisposeExceptions and relaxed consistency checks in detectArguments 2007/02/02 15:34:12 tl 1.1.2.41: #i74133# introduce DisposeExceptions and relaxed consistency checks in detectArguments 2007/02/02 11:24:03 tl 1.1.2.40: #i55007# automatic chart update 2007/01/29 14:06:56 tl 1.1.2.39: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/13 12:31:03 tl 1.1.2.38: #i71244# update charts in writer 2006/12/13 11:07:28 tl 1.1.2.37: #i71244# update charts in writer 2006/12/12 16:43:14 tl 1.1.2.36: #i71244# update charts in writer 2006/12/11 15:23:39 tl 1.1.2.35: #i71244# update charts in writer 2006/12/07 11:47:06 tl 1.1.2.34: #i71244# update chart in writer 2006/12/07 11:20:47 tl 1.1.2.33: #i71244# update chart in writer 2006/12/06 09:27:23 bm 1.1.2.32: syntax error in preprocessor directive 2006/12/05 16:32:07 iha 1.1.2.31: correct cloning of SwChartLabeledDataSequence 2006/12/05 13:35:07 iha 1.1.2.30: #i72002# #i71677# crashes with xy charts (fix from tl) 2006/11/01 17:40:10 iha 1.1.2.29: changed resource STR_CHART2_COL_LABEL_TEXT according to changed spec 2006/05/08 08:47:47 bm 1.1.2.28: XDataSequence: chart data listener removed. Instead XModifyBroadcaster must be implemented in the future 2006/01/13 12:39:58 tl 1.1.2.27: #i30052# added string resources 2005/12/06 12:46:25 tl 1.1.2.26: #58464# generateLabel fixed as told 2005/12/06 11:32:04 tl 1.1.2.25: #58464# createDataSource improved to handle bad exported SO8 charts (shifted cell ranges) 2005/12/06 09:28:21 tl 1.1.2.24: #i30052# createDataSource for rows fixed; DBG only implementation of 'generateLabel' 2005/11/30 10:59:14 bm 1.1.2.23: ^M character in code (breaking Solaris build) 2005/11/29 18:15:47 iha 1.1.2.22: #i58464# work around wrong writer ranges in file 2005/11/24 10:51:56 tl 1.1.2.21: #i30052# implementing chart2 API 2005/11/23 07:24:25 tl 1.1.2.20: #i30052# chart2 API 2005/11/22 14:19:23 tl 1.1.2.19: #i30052# chart2 API 2005/11/15 10:22:40 tl 1.1.2.18: #i30052# chart2 support 2005/11/15 09:10:55 tl 1.1.2.17: #i30052# chart2 support 2005/10/11 10:07:04 bm 1.1.2.16: license header change 2005/09/09 15:05:50 bm 1.1.2.15: +XRangeXMLConversion interface stub 2005/09/09 12:37:50 bm 1.1.2.14: return a non-empty string as CellRepresentation to allow newly created files to be identified as ones that get their data from writer 2005/09/08 12:36:53 iha 1.1.2.13: added method generateLabel 2005/09/08 11:49:25 iha 1.1.2.12: set number formatter independent from dataprovider thus also a chart with own data has the numberformatter of the parent 2005/09/01 13:50:48 bm 1.1.2.11: set table cursor to 0 if table or cursor has been deleted, lock solar mutex in DTOR 2005/08/05 13:59:17 bm 1.1.2.10: -XDataSequence::generateLabel 2005/08/05 09:19:18 bm 1.1.2.9: return a valid number formatter 2005/07/26 14:04:35 bm 1.1.2.8: chart2 UNO API changes 2005/05/12 14:27:41 bm 1.1.2.7: API changes in XDataProvider 2005/05/09 09:55:48 bm 1.1.2.6: moved chart2 API to data namespace 2005/05/03 16:35:55 bm 1.1.2.5: removed identifiers from XSequences. XSequences are no longer stored in the XDataProvider 2004/06/29 11:07:50 bm 1.1.2.4: XDataProvider:  getRangeRepresentationByRangeIdentifiers -> mergeRangeRepresentations 2004/06/14 07:07:29 bm 1.1.2.3: tools string's length method is Len() not getLength() 2004/06/10 16:58:43 bm 1.1.2.2: createClone(): duplicate variable names (error with solaris compiler) 2004/06/10 11:54:55 tl 1.1.2.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [472a7674af363f33b5be29b867f8b19735670009]

        INTEGRATION: CWS chart2mst3 (1.16.232); FILE MERGED 2006/01/13 12:39:58 tl 1.16.232.4: #i30052# added string resources 2005/11/15 09:09:49 tl 1.16.232.3: #i30052# chart2 support 2005/10/09 03:23:05 bm 1.16.232.2: RESYNC: (1.16-1.17); FILE MERGED 2004/06/10 11:56:32 tl 1.16.232.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cab27ee0ee893accbbe55a5384fa6a3c6398e41b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/15 09:02:00 tl 1.1.2.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3f084c9bd2a57099b6c88899807e5ad83d3a8d11]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 21:52:00 iha 1.1.2.2: resync m195 -> m202 - missing pch 2005/11/15 09:02:01 tl 1.1.2.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c81587d4f908d3c279b67862281f383eabb7b7d4]

        INTEGRATION: CWS chart2mst3 (1.25.24); FILE MERGED 2007/05/14 19:19:29 bm 1.25.24.8: RESYNC: (1.27-1.28); FILE MERGED 2007/03/09 15:05:45 bm 1.25.24.7: merged changed from CWS swnewtable 2007/02/07 19:23:10 iha 1.25.24.6: RESYNC: (1.25-1.26); FILE MERGED 2007/01/29 14:06:56 tl 1.25.24.5: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:43:14 tl 1.25.24.4: #i71244# update charts in writer 2006/12/11 15:23:38 tl 1.25.24.3: #i71244# update charts in writer 2006/12/07 11:20:47 tl 1.25.24.2: #i71244# update chart in writer 2006/11/10 13:47:54 tl 1.25.24.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f1cda5b0393ad590dfd47aa940ace150fee94ae]

        INTEGRATION: CWS chart2mst3 (1.65.44); FILE MERGED 2007/02/07 19:20:36 iha 1.65.44.2: RESYNC: (1.65-1.69); FILE MERGED 2007/01/29 14:06:55 tl 1.65.44.1: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29d0f8da79889ac7d1f4c8fedb2b19cc3c95b69f]

        INTEGRATION: CWS chart2mst3 (1.10.10); FILE MERGED 2007/05/14 19:18:45 bm 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2007/03/09 15:05:45 bm 1.10.10.1: merged changed from CWS swnewtable

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [45b50c1df494df38b3d1cac34572f23a0d5a23dd]

        INTEGRATION: CWS chart2mst3 (1.91.44); FILE MERGED 2007/03/09 15:05:44 bm 1.91.44.3: merged changed from CWS swnewtable 2007/02/07 19:19:24 iha 1.91.44.2: RESYNC: (1.91-1.95); FILE MERGED 2007/01/29 14:06:55 tl 1.91.44.1: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92d5d60ae43ee3a943c52ed826a2c766eb4654d8]

        INTEGRATION: CWS chart2mst3 (1.59.46); FILE MERGED 2007/05/14 19:15:48 bm 1.59.46.2: RESYNC: (1.59-1.60); FILE MERGED 2006/11/22 13:22:21 tl 1.59.46.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [104792614163d64abf8da2315f7deec5cbb14849]

        INTEGRATION: CWS chart2mst3 (1.23.14); FILE MERGED 2007/05/14 19:13:58 bm 1.23.14.16: RESYNC: (1.43-1.45); FILE MERGED 2007/03/09 15:05:34 bm 1.23.14.15: merged changed from CWS swnewtable 2007/02/07 19:12:22 iha 1.23.14.14: RESYNC: (1.41-1.42); FILE MERGED 2006/12/11 15:23:38 tl 1.23.14.13: #i71244# update charts in writer 2006/11/10 13:47:54 tl 1.23.14.12: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart 2006/10/19 07:24:38 bm 1.23.14.11: RESYNC: (1.38-1.41); FILE MERGED 2006/05/05 17:52:56 bm 1.23.14.10: RESYNC: (1.36-1.38); FILE MERGED 2006/01/25 20:57:34 bm 1.23.14.9: RESYNC: (1.34-1.36); FILE MERGED 2005/10/09 02:22:45 bm 1.23.14.8: RESYNC: (1.32-1.34); FILE MERGED 2005/05/17 15:22:49 bm 1.23.14.7: RESYNC: (1.31-1.32); FILE MERGED 2005/03/17 16:43:01 bm 1.23.14.6: RESYNC: (1.29-1.31); FILE MERGED 2004/11/02 17:40:40 bm 1.23.14.5: RESYNC: (1.28-1.29); FILE MERGED 2004/08/30 19:18:32 bm 1.23.14.4: RESYNC: (1.26-1.28); FILE MERGED 2004/08/04 21:50:10 bm 1.23.14.3: RESYNC: (1.25-1.26); FILE MERGED 2004/06/15 17:23:11 bm 1.23.14.2: RESYNC: (1.23-1.25); FILE MERGED 2004/06/10 11:56:31 tl 1.23.14.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d2441acfe1f00b56b3425f635c46fcd2d973ec3b]

        INTEGRATION: CWS chart2mst3 (1.12.44); FILE MERGED 2006/11/24 20:58:32 bm 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/10 13:47:54 tl 1.12.44.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d75ede438bc76af4f465fc2d28fe97874d7e81a0]

        INTEGRATION: CWS chart2mst3 (1.33.44); FILE MERGED 2007/05/14 19:13:37 bm 1.33.44.5: RESYNC: (1.36-1.37); FILE MERGED 2007/04/24 22:47:52 bm 1.33.44.4: RESYNC: (1.35-1.36); FILE MERGED 2007/02/07 19:11:58 iha 1.33.44.3: RESYNC: (1.34-1.35); FILE MERGED 2006/11/24 20:58:26 bm 1.33.44.2: RESYNC: (1.33-1.34); FILE MERGED 2006/11/22 13:22:21 tl 1.33.44.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5a98fa2fc2004e9de66951a4c90ae8a849fdf248]

        INTEGRATION: CWS chart2mst3 (1.8.46); FILE MERGED 2006/12/13 13:34:33 bm 1.8.46.2: duplicate object file 2006/12/13 12:30:51 tl 1.8.46.1: #i71244# update charts in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c79a3dea0035476e3d266939f3a2d6eb2b10a4f6]

        INTEGRATION: CWS chart2mst3 (1.15.46); FILE MERGED 2007/05/14 19:12:35 bm 1.15.46.6: RESYNC: (1.15-1.16); FILE MERGED 2007/02/16 15:18:04 tl 1.15.46.5: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/02 11:24:02 tl 1.15.46.4: #i55007# automatic chart update 2007/01/29 14:06:55 tl 1.15.46.3: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/13 12:30:51 tl 1.15.46.2: #i71244# update charts in writer 2006/11/09 08:37:53 ama 1.15.46.1: Fix #i68825#: No Redo for canceled chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [90f356b278a52a41bb52ef1c560366d3e296058a]

        INTEGRATION: CWS chart2mst3 (1.44.46); FILE MERGED 2007/05/14 19:12:07 bm 1.44.46.6: RESYNC: (1.44-1.45); FILE MERGED 2007/01/29 14:06:54 tl 1.44.46.5: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:43:13 tl 1.44.46.4: #i71244# update charts in writer 2006/12/11 15:23:38 tl 1.44.46.3: #i71244# update charts in writer 2006/12/07 11:20:47 tl 1.44.46.2: #i71244# update chart in writer 2006/11/10 13:47:53 tl 1.44.46.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dff770ddb27a8d66bb1fc3b601da77c4d670ff99]

        INTEGRATION: CWS chart2mst3 (1.40.24); FILE MERGED 2007/05/14 19:10:58 bm 1.40.24.9: RESYNC: (1.42-1.44); FILE MERGED 2007/03/09 15:05:31 bm 1.40.24.8: merged changed from CWS swnewtable 2007/02/16 15:18:04 tl 1.40.24.7: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/07 19:10:53 iha 1.40.24.6: RESYNC: (1.40-1.41); FILE MERGED 2007/02/02 11:24:01 tl 1.40.24.5: #i55007# automatic chart update 2007/01/29 14:06:54 tl 1.40.24.4: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:43:12 tl 1.40.24.3: #i71244# update charts in writer 2006/12/11 15:23:37 tl 1.40.24.2: #i71244# update charts in writer 2006/11/10 13:47:53 tl 1.40.24.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c2be7fbdbc9ee8cd5aef88385d53bc737182bb89]

        INTEGRATION: CWS chart2mst3 (1.4.54); FILE MERGED 2006/12/12 16:43:12 tl 1.4.54.1: #i71244# update charts in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8151849d1c2a7e39b1e218ed08c79c6235de8b9e]

        INTEGRATION: CWS chart2mst3 (1.17.46); FILE MERGED 2007/05/14 19:10:41 bm 1.17.46.8: RESYNC: (1.18-1.19); FILE MERGED 2007/03/09 15:05:30 bm 1.17.46.7: merged changed from CWS swnewtable 2007/02/16 15:18:03 tl 1.17.46.6: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/02 11:24:01 tl 1.17.46.5: #i55007# automatic chart update 2007/01/29 14:06:54 tl 1.17.46.4: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:43:12 tl 1.17.46.3: #i71244# update charts in writer 2006/12/11 15:23:37 tl 1.17.46.2: #i71244# update charts in writer 2006/11/10 13:47:52 tl 1.17.46.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [687e06a3ca847fe66c46066336792af9ce1bf484]

        INTEGRATION: CWS chart2mst3 (1.14.68); FILE MERGED 2007/05/14 19:10:06 bm 1.14.68.5: RESYNC: (1.17-1.18); FILE MERGED 2007/04/24 22:46:25 bm 1.14.68.4: RESYNC: (1.15-1.17); FILE MERGED 2007/03/09 15:05:30 bm 1.14.68.3: merged changed from CWS swnewtable 2007/02/07 19:09:43 iha 1.14.68.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/12 16:43:12 tl 1.14.68.1: #i71244# update charts in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c4565eb0152e77af0c9c83cce0a3f7196b40fced]

        INTEGRATION: CWS chart2mst3 (1.16.46); FILE MERGED 2007/01/29 14:06:53 tl 1.16.46.5: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:43:12 tl 1.16.46.4: #i71244# update charts in writer 2006/12/11 15:23:37 tl 1.16.46.3: #i71244# update charts in writer 2006/12/07 11:20:46 tl 1.16.46.2: #i71244# update chart in writer 2006/11/10 13:47:52 tl 1.16.46.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [aae1f3482ac7a2ebe73d9ef6391886c542ca5eaa]

        INTEGRATION: CWS chart2mst3 (1.70.40); FILE MERGED 2007/05/14 19:09:35 bm 1.70.40.6: RESYNC: (1.71-1.72); FILE MERGED 2007/02/16 10:14:38 tl 1.70.40.5: #i74133# possible crash fixed 2007/02/07 19:08:50 iha 1.70.40.4: RESYNC: (1.70-1.71); FILE MERGED 2007/01/29 14:06:53 tl 1.70.40.3: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 19:12:44 iha 1.70.40.2: don't crash when closing writer having charts with own data 2006/12/07 11:20:46 tl 1.70.40.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [20e30c1c75fa1d8d114ff8707f46e5258eb8c43d]

        INTEGRATION: CWS chart2mst3 (1.43.2); FILE MERGED 2007/05/14 19:09:28 bm 1.43.2.5: RESYNC: (1.46-1.48); FILE MERGED 2007/04/24 22:46:05 bm 1.43.2.4: RESYNC: (1.44-1.46); FILE MERGED 2007/03/09 15:05:29 bm 1.43.2.3: merged changed from CWS swnewtable 2007/02/07 19:08:43 iha 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED 2007/01/29 14:06:53 tl 1.43.2.1: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9aaa7820178a1237c8d4c3312d4bb29a54a9f811]

        INTEGRATION: CWS chart2mst3 (1.10.46); FILE MERGED 2007/04/27 14:32:36 bm 1.10.46.9: RESYNC: warnings removed as preparation for warning==error 2007/02/16 15:18:03 tl 1.10.46.8: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/02 11:24:01 tl 1.10.46.7: #i55007# automatic chart update 2007/01/29 14:06:53 tl 1.10.46.6: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 19:12:09 iha 1.10.46.5: don't crash when closing writer having charts with own data 2006/12/12 16:43:11 tl 1.10.46.4: #i71244# update charts in writer 2006/12/12 10:33:55 tl 1.10.46.3: #i71244# update charts in writer 2006/12/07 11:20:46 tl 1.10.46.2: #i71244# update chart in writer 2006/11/10 13:47:52 tl 1.10.46.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5c975fd637bb69ef77a69b9424d9751894709717]

        INTEGRATION: CWS chart2mst3 (1.6.418); FILE MERGED 2007/03/09 15:05:28 bm 1.6.418.7: merged changed from CWS swnewtable 2006/12/07 11:20:46 tl 1.6.418.6: #i71244# update chart in writer 2006/10/19 07:03:36 bm 1.6.418.5: RESYNC: (1.9-1.11); FILE MERGED 2005/10/09 01:57:49 bm 1.6.418.4: RESYNC: (1.8-1.9); FILE MERGED 2004/08/30 19:06:57 bm 1.6.418.3: RESYNC: (1.7-1.8); FILE MERGED 2004/08/04 21:44:18 bm 1.6.418.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/10 11:56:31 tl 1.6.418.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b1737ca4ec9a7ce60807d26fd05a7f9ca8f50091]

        INTEGRATION: CWS chart2mst3 (1.50.46); FILE MERGED 2007/03/09 15:05:28 bm 1.50.46.2: merged changed from CWS swnewtable 2006/12/07 11:20:45 tl 1.50.46.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a1cc4204579642c7217d9ef79199d748c476cfe1]

        INTEGRATION: CWS chart2mst3 (1.10.2); FILE MERGED 2007/05/14 19:07:25 bm 1.10.2.4: RESYNC: (1.12-1.13); FILE MERGED 2007/03/09 15:05:27 bm 1.10.2.3: merged changed from CWS swnewtable 2007/02/07 19:06:27 iha 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/07 11:20:45 tl 1.10.2.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d2ceba2994377da20a22cc1694a72952596b7eee]

        INTEGRATION: CWS chart2mst3 (1.18.26); FILE MERGED 2007/03/09 15:05:25 bm 1.18.26.3: merged changed from CWS swnewtable 2007/02/07 19:04:21 iha 1.18.26.2: RESYNC: (1.18-1.19); FILE MERGED 2006/12/05 16:48:10 iha 1.18.26.1: remove old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [49f5a6507381754baa9f358f477ca0f060362e57]

        INTEGRATION: CWS chart2mst3 (1.3.2); FILE MERGED 2007/05/19 07:42:18 bm 1.3.2.1: sch.dll, memchrt.hxx no longer exist

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bb4985a0a348311a58f6891c1541a015b1b2dedb]

        INTEGRATION: CWS chart2mst3 (1.50.72); FILE MERGED 2007/05/14 19:06:06 bm 1.50.72.5: RESYNC: (1.53-1.54); FILE MERGED 2007/04/24 22:43:10 bm 1.50.72.4: RESYNC: (1.52-1.53); FILE MERGED 2007/02/07 19:04:15 iha 1.50.72.3: RESYNC: (1.51-1.52); FILE MERGED 2006/11/24 20:54:48 bm 1.50.72.2: RESYNC: (1.50-1.51); FILE MERGED 2006/11/09 08:31:43 ama 1.50.72.1: Fix #i68825#: No Redo for canceled chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [efcfd79043e14b367a88735757e31defb17fce94]

        INTEGRATION: CWS chart2mst3 (1.14.542); FILE MERGED 2006/12/11 15:23:22 tl 1.14.542.8: #i71244# update charts in writer 2005/11/22 14:18:54 tl 1.14.542.7: #i30052# chart2 API 2005/11/16 10:00:34 tl 1.14.542.6: #i30052# chart2 support 2005/10/09 01:26:03 bm 1.14.542.5: RESYNC: (1.16-1.17); FILE MERGED 2005/05/09 09:53:35 bm 1.14.542.4: moved chart2 API to data namespace 2004/08/30 18:56:23 bm 1.14.542.3: RESYNC: (1.15-1.16); FILE MERGED 2004/08/04 21:38:25 bm 1.14.542.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/10 11:56:30 tl 1.14.542.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48fc8a0bb6df52af5990fcbb564e6f8ba3dc9f36]

        INTEGRATION: CWS chart2mst3 (1.93.12); FILE MERGED 2007/04/24 22:43:03 bm 1.93.12.13: RESYNC: (1.117-1.119); FILE MERGED 2007/02/07 19:03:49 iha 1.93.12.12: RESYNC: (1.116-1.117); FILE MERGED 2006/10/19 06:44:39 bm 1.93.12.11: RESYNC: (1.115-1.116); FILE MERGED 2006/06/16 14:49:10 bm 1.93.12.10: RESYNC: (1.114-1.115); FILE MERGED 2006/05/05 17:39:43 bm 1.93.12.9: RESYNC: (1.112-1.114); FILE MERGED 2006/01/25 20:22:23 bm 1.93.12.8: RESYNC: (1.108-1.112); FILE MERGED 2005/10/09 01:24:50 bm 1.93.12.7: RESYNC: (1.107-1.108); FILE MERGED 2005/05/17 15:14:37 bm 1.93.12.6: RESYNC: (1.106-1.107); FILE MERGED 2005/03/17 16:10:50 bm 1.93.12.5: RESYNC: (1.101-1.106); FILE MERGED 2004/11/02 17:25:53 bm 1.93.12.4: RESYNC: (1.100-1.101); FILE MERGED 2004/08/30 18:55:47 bm 1.93.12.3: RESYNC: (1.94-1.100); FILE MERGED 2004/08/04 21:38:18 bm 1.93.12.2: RESYNC: (1.93-1.94); FILE MERGED 2004/06/10 11:56:30 tl 1.93.12.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4046812a01d11a35d8fea6b7761d3f6f03e95466]

        INTEGRATION: CWS chart2mst3 (1.45.82); FILE MERGED 2007/04/24 22:42:56 bm 1.45.82.10: RESYNC: (1.58-1.59); FILE MERGED 2007/02/07 19:03:42 iha 1.45.82.9: RESYNC: (1.57-1.58); FILE MERGED 2006/10/19 06:44:03 bm 1.45.82.8: RESYNC: (1.56-1.57); FILE MERGED 2006/06/16 14:48:16 bm 1.45.82.7: RESYNC: (1.55-1.56); FILE MERGED 2006/05/05 17:39:25 bm 1.45.82.6: RESYNC: (1.54-1.55); FILE MERGED 2006/01/25 20:20:51 bm 1.45.82.5: RESYNC: (1.52-1.54); FILE MERGED 2005/10/09 01:23:52 bm 1.45.82.4: RESYNC: (1.51-1.52); FILE MERGED 2005/05/17 15:13:53 bm 1.45.82.3: RESYNC: (1.50-1.51); FILE MERGED 2005/03/17 16:10:22 bm 1.45.82.2: RESYNC: (1.45-1.50); FILE MERGED 2004/06/10 11:56:29 tl 1.45.82.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c3bb623db12a7c0dcf472251a08ea0dbae7ca63]

        INTEGRATION: CWS chart2mst3 (1.3.714); FILE MERGED 2006/10/19 06:43:24 bm 1.3.714.4: RESYNC: (1.5-1.6); FILE MERGED 2005/10/09 01:22:02 bm 1.3.714.3: RESYNC: (1.4-1.5); FILE MERGED 2004/08/30 18:54:21 bm 1.3.714.2: RESYNC: (1.3-1.4); FILE MERGED 2004/06/10 11:56:29 tl 1.3.714.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [82286a65eeb217ec00f97460027ad66397d394d2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/13 12:43:23 tl 1.1.2.1: #i30052# added string resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f50b0d6e11af1a3f08380e9cd63210e47bf720b0]

        INTEGRATION: CWS chart2mst3 (1.13.428); FILE MERGED 2007/02/07 19:03:36 iha 1.13.428.7: RESYNC: (1.18-1.20); FILE MERGED 2006/10/19 06:43:17 bm 1.13.428.6: RESYNC: (1.17-1.18); FILE MERGED 2006/05/05 17:39:17 bm 1.13.428.5: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 20:20:33 bm 1.13.428.4: RESYNC: (1.15-1.16); FILE MERGED 2005/10/09 01:21:52 bm 1.13.428.3: RESYNC: (1.14-1.15); FILE MERGED 2004/08/30 18:54:11 bm 1.13.428.2: RESYNC: (1.13-1.14); FILE MERGED 2004/06/10 11:56:28 tl 1.13.428.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [569ea56a88f274685722b4d246a320e176f15033]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/16 10:14:24 tl 1.1.2.21: #i74133# possible crash fixed 2007/01/29 14:06:32 tl 1.1.2.20: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 16:42:48 tl 1.1.2.19: #i71244# update charts in writer 2006/12/11 15:23:22 tl 1.1.2.18: #i71244# update charts in writer 2006/12/07 11:19:35 tl 1.1.2.17: #i71244# update chart in writer 2006/05/08 08:49:42 bm 1.1.2.16: XDataSequence: chart data listener removed. Instead XModifyBroadcaster must be implemented in the future 2006/01/13 12:42:56 tl 1.1.2.15: #i30052# added string resources 2005/11/22 14:18:55 tl 1.1.2.14: #i30052# chart2 API 2005/10/11 10:07:03 bm 1.1.2.13: license header change 2005/09/09 15:06:06 bm 1.1.2.12: +XRangeXMLConversion interface 2005/09/08 12:35:55 iha 1.1.2.11: added method generateLabel 2005/09/08 11:48:38 iha 1.1.2.10: set number formatter independent from dataprovider thus also a chart with own data has the numberformatter of the parent 2005/09/01 13:51:24 bm 1.1.2.9: +aCursorDepend to find out if the cursor has been deleted 2005/08/05 14:02:20 bm 1.1.2.8: -XDataSequence::generateLabel 2005/07/26 14:04:13 bm 1.1.2.7: chart2 UNO API changes 2005/05/12 14:27:40 bm 1.1.2.6: API changes in XDataProvider 2005/05/09 09:53:33 bm 1.1.2.5: moved chart2 API to data namespace 2005/05/03 16:35:15 bm 1.1.2.4: removed identifiers from XSequences. XSequences are no longer stored in the XDataProvider 2004/06/29 11:08:12 bm 1.1.2.3: XDataProvider:  getRangeRepresentationByRangeIdentifiers -> mergeRangeRepresentations 2004/06/10 13:14:53 bm 1.1.2.2: copy CTORs and assignment operators had incorrect parameter syntax (gcc complained) 2004/06/10 11:54:21 tl 1.1.2.1: #i30052# chart2 support

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [00bda55168b06f928d6e97d9134e2952da9776d2]

        INTEGRATION: CWS chart2mst3 (1.8.54); FILE MERGED 2007/03/09 15:05:24 bm 1.8.54.3: merged changed from CWS swnewtable 2006/12/11 15:23:22 tl 1.8.54.2: #i71244# update charts in writer 2006/11/10 13:47:16 tl 1.8.54.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5bcb0f5510b10ed48d0c8f21f4347ff0b9043215]

        INTEGRATION: CWS chart2mst3 (1.14.74); FILE MERGED 2007/05/14 19:05:12 bm 1.14.74.4: RESYNC: (1.15-1.16); FILE MERGED 2007/03/09 15:05:24 bm 1.14.74.3: merged changed from CWS swnewtable 2007/01/29 14:06:32 tl 1.14.74.2: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/11/10 13:47:16 tl 1.14.74.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7bc0a2f106ef9c1ceb4e1721aa558fa73ee8c3d1]

        INTEGRATION: CWS chart2mst3 (1.10.54); FILE MERGED 2007/02/08 13:25:12 iha 1.10.54.3: resync m195 -> m202 2007/02/07 19:02:52 iha 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/13 12:42:55 tl 1.10.54.1: #i30052# added string resources

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0988da56d273a4dfeaff65fa9f07b9c513846626]

        INTEGRATION: CWS chart2mst3 (1.15.74); FILE MERGED 2006/12/11 15:23:21 tl 1.15.74.1: #i71244# update charts in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [126b5988537dadcad577c34c479d75a86cff5bfc]

        INTEGRATION: CWS chart2mst3 (1.11.72); FILE MERGED 2006/11/24 20:53:24 bm 1.11.72.2: RESYNC: (1.11-1.12); FILE MERGED 2006/11/22 13:20:33 tl 1.11.72.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a46f33d17cf9e45c9d9c630e67c0fb039b489433]

        INTEGRATION: CWS chart2mst3 (1.27.28); FILE MERGED 2007/05/14 19:03:12 bm 1.27.28.3: RESYNC: (1.28-1.29); FILE MERGED 2007/03/09 15:05:24 bm 1.27.28.2: merged changed from CWS swnewtable 2006/12/07 11:19:34 tl 1.27.28.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc2eeb1132c2d1e9f3760f14e0e7258eec414fec]

        INTEGRATION: CWS chart2mst3 (1.54.72); FILE MERGED 2007/05/14 19:02:20 bm 1.54.72.4: RESYNC: (1.56-1.57); FILE MERGED 2007/04/24 22:41:36 bm 1.54.72.3: RESYNC: (1.55-1.56); FILE MERGED 2006/11/24 20:53:09 bm 1.54.72.2: RESYNC: (1.54-1.55); FILE MERGED 2006/11/22 13:20:32 tl 1.54.72.1: #i71246# positioning of the new chart wizard to not hide the already inserted chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04eae80cf21bd20333a4f76002ad0d12c274b432]

        INTEGRATION: CWS chart2mst3 (1.53.74); FILE MERGED 2007/05/14 19:02:12 bm 1.53.74.3: RESYNC: (1.54-1.55); FILE MERGED 2007/02/07 19:01:09 iha 1.53.74.2: RESYNC: (1.53-1.54); FILE MERGED 2006/11/10 13:47:16 tl 1.53.74.1: #i71245#, #i69313#; old chart removed, fixed incorrectly shown default chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4aa09fb6cb9a57e96a50003696099534b965a9ae]

        INTEGRATION: CWS chart2mst3 (1.36.2); FILE MERGED 2007/05/14 19:01:54 bm 1.36.2.4: RESYNC: (1.38-1.39); FILE MERGED 2007/02/07 19:01:03 iha 1.36.2.3: RESYNC: (1.36-1.38); FILE MERGED 2007/02/02 11:23:41 tl 1.36.2.2: #i55007# automatic chart update 2006/12/07 11:19:34 tl 1.36.2.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a886e06a42feb6f3385d26cdc195ebe7e9dc8d8f]

        INTEGRATION: CWS chart2mst3 (1.131.22); FILE MERGED 2007/05/14 18:59:51 bm 1.131.22.8: RESYNC: (1.133-1.134); FILE MERGED 2007/03/09 15:05:23 bm 1.131.22.7: merged changed from CWS swnewtable 2007/02/16 15:17:50 tl 1.131.22.6: #i74540# handling multiple charts; GetChartDataProvider improved 2007/02/07 19:00:20 iha 1.131.22.5: RESYNC: (1.131-1.132); FILE MERGED 2007/01/29 14:06:32 tl 1.131.22.4: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 19:11:19 iha 1.131.22.3: don't crash when closing writer having charts with own data 2006/12/12 10:33:22 tl 1.131.22.2: #i71244# update charts in writer 2006/12/07 11:19:34 tl 1.131.22.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b75fd76465d99355a4c429a63a78153b11a2d328]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/16 15:17:50 tl 1.1.2.4: #i74540# handling multiple charts; GetChartDataProvider improved 2007/01/29 14:06:32 tl 1.1.2.3: #i55007#, #i73791# automatic update for charts, and update charts for undo-actions 2006/12/12 10:33:22 tl 1.1.2.2: #i71244# update charts in writer 2006/12/07 11:18:14 tl 1.1.2.1: #i71244# update chart in writer

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62b34d76ded866059f0f0a4db6e48dd8613c5cb8]

        INTEGRATION: CWS chart2mst3 (1.45.102); FILE MERGED 2007/05/19 19:46:55 bm 1.45.102.7: #i10000# moved func.lib and func_2.lib sdraw3.lib to sdraw3_3.lib 2007/05/16 10:43:00 bm 1.45.102.6: RESYNC: (1.49-1.50); FILE MERGED 2007/05/14 18:48:52 bm 1.45.102.5: RESYNC: (1.48-1.49); FILE MERGED 2007/04/24 22:33:12 bm 1.45.102.4: RESYNC: (1.47-1.48); FILE MERGED 2007/02/07 17:52:08 iha 1.45.102.3: RESYNC: (1.46-1.47); FILE MERGED 2006/11/24 19:18:47 bm 1.45.102.2: RESYNC: (1.45-1.46); FILE MERGED 2006/11/15 17:38:57 bm 1.45.102.1: need no longer be linked to deprecated SCHLIB

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c2869a30059a3d90e647d956f3f274dde2d1ef2c]

        INTEGRATION: CWS chart2mst3 (1.45.38); FILE MERGED 2007/05/14 18:48:35 bm 1.45.38.5: RESYNC: (1.48-1.49); FILE MERGED 2007/04/24 22:32:50 bm 1.45.38.4: RESYNC: (1.47-1.48); FILE MERGED 2007/02/07 17:50:54 iha 1.45.38.3: RESYNC: (1.46-1.47); FILE MERGED 2006/11/24 19:18:32 bm 1.45.38.2: RESYNC: (1.45-1.46); FILE MERGED 2006/11/15 17:37:22 bm 1.45.38.1: set transparent background for charts (ActivateObject on creation of OLE in placeholder)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [53203a8ac69b30947209d0e67b3d98d2a609296f]

        INTEGRATION: CWS chart2mst3 (1.38.34); FILE MERGED 2007/05/14 18:40:21 bm 1.38.34.5: RESYNC: (1.42-1.44); FILE MERGED 2007/02/08 11:50:15 iha 1.38.34.4: resync m195 -> m202 2007/02/07 16:51:01 iha 1.38.34.3: RESYNC: (1.40-1.42); FILE MERGED 2006/11/24 19:03:44 bm 1.38.34.2: RESYNC: (1.38-1.40); FILE MERGED 2006/11/15 17:39:25 bm 1.38.34.1: old chart (sch) dependencies removed

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dad296ab41e68d6669a3d6c42ccc57df2e66a40e]

        INTEGRATION: CWS chart2mst3 (1.14.16); FILE MERGED 2007/04/24 21:43:18 bm 1.14.16.3: RESYNC: (1.15-1.16); FILE MERGED 2006/11/24 18:55:02 bm 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/15 17:37:59 bm 1.14.16.1: sd is no longer dependet on deprecated sch

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [21654caf2444d942277ec10bfec924a4c4ea589a]

        INTEGRATION: CWS chart2mst3 (1.3.2); FILE MERGED 2007/05/19 07:40:41 bm 1.3.2.1: sch.dll no longer exists

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b3b2a3413d94b6ebb8d47aff17e8770abea6e87f]

        INTEGRATION: CWS chart2mst3 (1.38.28); FILE MERGED 2007/02/07 19:48:50 iha 1.38.28.7: RESYNC: (1.45-1.46); FILE MERGED 2006/10/19 10:41:26 bm 1.38.28.6: RESYNC: (1.43-1.45); FILE MERGED 2006/05/05 18:44:44 bm 1.38.28.5: RESYNC: (1.42-1.43); FILE MERGED 2005/10/09 09:12:02 bm 1.38.28.4: RESYNC: (1.40-1.42); FILE MERGED 2005/03/17 11:36:02 bm 1.38.28.3: RESYNC: (1.39-1.40); FILE MERGED 2004/11/02 15:58:11 bm 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2004/09/21 16:50:02 iha 1.38.28.1: make more failsafe against missing formatter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6e9b82c5c828e24df193d8e2a687ddb72b53b3b8]

        INTEGRATION: CWS chart2mst3 (1.19.8); FILE MERGED 2006/11/24 21:28:32 bm 1.19.8.3: RESYNC: (1.22-1.23); FILE MERGED 2006/10/19 10:23:08 bm 1.19.8.2: RESYNC: (1.19-1.22); FILE MERGED 2006/07/27 14:07:15 bm 1.19.8.1: #i60323# import generator even if xInfoProp is empty. This is necessary for charts, that do not support document info, but need the generator from the meta stream.

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [15c8aa5fb2cc9706b9caf5b1e8dbbbfdd918cad2]

        INTEGRATION: CWS chart2mst3 (1.15.20); FILE MERGED 2007/04/24 21:39:20 bm 1.15.20.5: RESYNC: (1.19-1.20); FILE MERGED 2006/11/25 10:42:59 bm 1.15.20.4: RESYNC: (1.18-1.19); FILE MERGED 2006/11/24 21:28:26 bm 1.15.20.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/19 10:22:59 bm 1.15.20.2: RESYNC: (1.15-1.17); FILE MERGED 2006/07/26 16:04:35 bm 1.15.20.1: #i60323# export generator even if xInfoProp is empty. This is necessary for charts, that do not support document info, but need the generator in the meta stream.

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c93e69ea56598b536c01021117f17cb8dc08b049]

        INTEGRATION: CWS chart2mst3 (1.113.16); FILE MERGED 2007/04/24 21:38:33 bm 1.113.16.5: RESYNC: (1.117-1.118); FILE MERGED 2007/02/07 19:47:01 iha 1.113.16.4: RESYNC: (1.116-1.117); FILE MERGED 2006/11/24 21:27:33 bm 1.113.16.3: RESYNC: (1.115-1.116); FILE MERGED 2006/10/19 10:13:53 bm 1.113.16.2: RESYNC: (1.113-1.115); FILE MERGED 2006/09/29 13:16:36 bm 1.113.16.1: #i64500# allow importers to disable load-on demmand of graphics, like the chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ee491777939289117eb10ed72937491fed762783]

        INTEGRATION: CWS chart2mst3 (1.97.40); FILE MERGED 2007/04/24 21:37:00 bm 1.97.40.4: RESYNC: (1.102-1.104); FILE MERGED 2006/11/24 21:25:45 bm 1.97.40.3: RESYNC: (1.99-1.100); FILE MERGED 2006/10/19 10:06:18 bm 1.97.40.2: RESYNC: (1.97-1.99); FILE MERGED 2006/08/24 14:46:27 iha 1.97.40.1: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fb042659b51cca51b435548f4ff7af6615b089dd]

        INTEGRATION: CWS chart2mst3 (1.92.66); FILE MERGED 2006/11/24 21:25:38 bm 1.92.66.3: RESYNC: (1.95-1.96); FILE MERGED 2006/10/19 10:05:45 bm 1.92.66.2: RESYNC: (1.92-1.95); FILE MERGED 2006/09/29 13:16:35 bm 1.92.66.1: #i64500# allow importers to disable load-on demmand of graphics, like the chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [256ebf09ce2e06ab9852fa1c6c015b044ecbccf6]

        INTEGRATION: CWS chart2mst3 (1.126.4); FILE MERGED 2007/04/24 21:36:53 bm 1.126.4.3: RESYNC: (1.126-1.128); FILE MERGED 2007/02/06 16:09:17 bm 1.126.4.2: #144135# make propertysetinfo static, otherwise the set property is not maintained by the propertyset 2007/01/31 12:40:26 bm 1.126.4.1: #144135# set ExportTableNumberList property for charts being exported in OOo flat format for binfilter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2cb85375b8d5f9d1a6270a72946216633d5f9329]

        INTEGRATION: CWS chart2mst3 (1.22.22); FILE MERGED 2006/10/19 10:03:50 bm 1.22.22.2: RESYNC: (1.22-1.24); FILE MERGED 2006/07/27 15:15:06 bm 1.22.22.1: #i60323# enable meta export and import for charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [836021b0c067e233aeb3b183170e23c795bf9ca7]

        INTEGRATION: CWS chart2mst3 (1.3.322); FILE MERGED 2006/12/06 18:50:47 bm 1.3.322.9: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/02/03 19:48:00 iha 1.3.322.8: remove series index dependency 2005/12/21 21:34:28 iha 1.3.322.7: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/05 01:26:36 iha 1.3.322.6: fix loading of donut series and point styles - work around of OOo 2.0 and older 2005/10/09 08:10:47 bm 1.3.322.5: RESYNC: (1.5-1.7); FILE MERGED 2005/07/15 21:00:17 iha 1.3.322.4: change from series index to series identifier 2005/06/17 17:03:44 bm 1.3.322.3: using new API for im-/export of data 2005/03/17 11:22:27 bm 1.3.322.2: RESYNC: (1.3-1.4); FILE MERGED 2004/08/25 16:10:46 iha 1.3.322.1: View independent loading - smarter setting of axis title position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ee134a776091974079dc5946e71d562d7b9f656c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 11:01:28 iha 1.1.2.2: resync m195 -> m202 2006/12/06 18:51:39 bm 1.1.2.1: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [44b186ad7df0bad1352f2ece8fc3d63268047c3c]

        INTEGRATION: CWS chart2mst3 (1.9.76); FILE MERGED 2007/04/24 21:36:46 bm 1.9.76.7: RESYNC: (1.10-1.11); FILE MERGED 2006/12/06 18:50:47 bm 1.9.76.6: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/08/01 09:03:06 iha 1.9.76.5: helping methods for chart im- and export 2005/10/09 08:10:37 bm 1.9.76.4: RESYNC: (1.9-1.10); FILE MERGED 2005/08/01 13:15:25 bm 1.9.76.3: +ColorPropertySet 2005/07/15 21:00:17 iha 1.9.76.2: change from series index to series identifier 2005/06/17 17:03:44 bm 1.9.76.1: using new API for im-/export of data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [85ebccf0336546e8e54c4916e2b053e4a9a0edd0]

        INTEGRATION: CWS chart2mst3 (1.7.6); FILE MERGED 2006/10/20 09:50:41 bm 1.7.6.4: warnings removed 2006/10/19 10:00:19 bm 1.7.6.3: RESYNC: (1.8-1.9); FILE MERGED 2005/10/09 08:08:07 bm 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/19 17:52:04 iha 1.7.6.1: assert exception

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ec256b3836957701c63e278b888152c8e44f7be]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/12/12 16:55:12 bm 1.1.2.3: own data with no categories element: apply categories in applyTable() 2006/10/20 10:01:39 bm 1.1.2.2: warnings removed 2006/08/01 08:56:45 iha 1.1.2.1: helping methods for chart im and export

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4d8de1548711c8b757504dd37861a48c41e48647]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 11:01:28 iha 1.1.2.4: resync m195 -> m202 2006/12/12 16:55:12 bm 1.1.2.3: own data with no categories element: apply categories in applyTable() 2006/08/02 08:41:47 iha 1.1.2.2: corrected wrong includes 2006/08/01 08:56:57 iha 1.1.2.1: helping methods for chart im and export

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e40192dd070003a363fb97a62cf88d3416eb9375]

        INTEGRATION: CWS chart2mst3 (1.2.322); FILE MERGED 2006/12/07 16:32:07 bm 1.2.322.6: #i64497# some more fixes for clipboard 2006/12/06 18:57:11 bm 1.2.322.5: build breaks on Linux 2006/12/06 18:50:47 bm 1.2.322.4: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/01/26 00:22:27 bm 1.2.322.3: RESYNC: (1.3-1.4); FILE MERGED 2005/10/09 08:07:24 bm 1.2.322.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/15 13:09:12 bm 1.2.322.1: applyTableSimple: gets the data directly. This eases filling the internal data provider

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8c0be1aeabe9689a7c38ac20d606a832ee2624f2]

        INTEGRATION: CWS chart2mst3 (1.13.26); FILE MERGED 2006/12/12 16:55:12 bm 1.13.26.9: own data with no categories element: apply categories in applyTable() 2006/12/07 16:32:07 bm 1.13.26.8: #i64497# some more fixes for clipboard 2006/12/06 18:57:10 bm 1.13.26.7: build breaks on Linux 2006/12/06 18:50:46 bm 1.13.26.6: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/10/19 09:59:48 bm 1.13.26.5: RESYNC: (1.14-1.16); FILE MERGED 2006/08/09 15:47:09 bm 1.13.26.4: robustness in applyTableSimple 2005/10/09 08:07:15 bm 1.13.26.3: RESYNC: (1.13-1.14); FILE MERGED 2005/08/15 13:09:12 bm 1.13.26.2: applyTableSimple: gets the data directly. This eases filling the internal data provider 2004/09/08 15:33:52 bm 1.13.26.1: call attachData() after changing data of ChartDocument

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [777066e149aca7d3a649142d660ef861ab207fb4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/02/03 19:49:23 iha 1.1.2.6: remove series index dependency 2005/12/21 21:34:28 iha 1.1.2.5: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/05 11:32:37 iha 1.1.2.4: aaded helping method getDataSeriesIdentifierIndexMapFromDiagram 2005/10/11 11:52:31 bm 1.1.2.3: license header change 2005/07/19 17:02:27 bm 1.1.2.2: StockChart issues (range-line defaults, series at which to set properties) 2005/07/15 20:57:41 iha 1.1.2.1: change from series index to series identifier

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [79328de8cd2c9f52f4bd6e4aacd14694fa16ee32]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 11:01:28 iha 1.1.2.9: resync m195 -> m202 2006/10/20 09:50:40 bm 1.1.2.8: warnings removed 2006/02/03 19:49:54 iha 1.1.2.7: remove series index dependency 2005/12/21 21:34:27 iha 1.1.2.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/05 11:32:59 iha 1.1.2.5: aaded helping method getDataSeriesIdentifierIndexMapFromDiagram 2005/10/13 17:37:24 iha 1.1.2.4: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 11:52:30 bm 1.1.2.3: license header change 2005/07/19 17:02:27 bm 1.1.2.2: StockChart issues (range-line defaults, series at which to set properties) 2005/07/15 20:57:57 iha 1.1.2.1: change from series index to series identifier

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e624908e3d02ad2d289891aa92b0d536655ab752]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/19 09:51:10 bm 1.1.2.16: #i75530# import explicit chart types at data series in correct order 2006/12/06 18:50:46 bm 1.1.2.15: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/14 19:25:38 iha 1.1.2.14: #i71330# xy 'symbols only' get lines when loading older versions 2006/10/20 09:50:40 bm 1.1.2.13: warnings removed 2006/08/02 12:55:15 iha 1.1.2.12: removed unused DomainOffset 2006/08/02 12:26:41 iha 1.1.2.11: read wrongly created files properly while having addin with basediagram xy 2006/06/07 14:59:13 bm 1.1.2.10: #124497# set styles of series before the styles of statistics properties, because the existence of statistics objects is determined by proeprties of the series 2006/03/09 13:51:23 iha 1.1.2.9: wrong include path 2006/02/03 19:52:44 iha 1.1.2.8: remove series index dependency 2005/12/21 21:34:26 iha 1.1.2.7: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/01 12:52:16 iha 1.1.2.6: proper use of default domain (first x sequence) for load and save of scatter charts 2005/10/11 11:52:30 bm 1.1.2.5: license header change 2005/07/15 21:00:17 iha 1.1.2.4: change from series index to series identifier 2005/06/24 09:07:30 bm 1.1.2.3: stock chart 2005/06/20 12:35:31 bm 1.1.2.2: scatter chart 2005/06/17 17:03:18 bm 1.1.2.1: context for series using new API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23a32e3004abac42a3e7e13ef9c2905153a53015]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/19 09:51:09 bm 1.1.2.35: #i75530# import explicit chart types at data series in correct order 2007/03/19 15:22:19 bm 1.1.2.34: #i75297# allow export and import of empty data series 2007/02/09 12:32:07 bm 1.1.2.33: #i72540# correct handling of scatter chart with only one sequence of y-values and no x-values 2007/02/08 11:01:27 iha 1.1.2.32: resync m195 -> m202 2006/12/12 16:55:12 bm 1.1.2.31: own data with no categories element: apply categories in applyTable() 2006/12/12 16:05:46 iha 1.1.2.30: #i67784# data disappear while selecting 'XY (Scatter)' having only one sequence 2006/12/08 10:04:41 bm 1.1.2.29: register sequence for labels always, so that a copied chart gets the originally auto-generated labels 2006/12/06 18:50:46 bm 1.1.2.28: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/14 19:25:38 iha 1.1.2.27: #i71330# xy 'symbols only' get lines when loading older versions 2006/10/20 10:46:53 bm 1.1.2.26: warnings removed 2006/10/20 09:50:40 bm 1.1.2.25: warnings removed 2006/10/19 16:21:36 bm 1.1.2.24: warnings removed 2006/08/02 12:54:54 iha 1.1.2.23: removed unused DomainOffset 2006/08/02 12:26:33 iha 1.1.2.22: read wrongly created files properly while having addin with basediagram xy 2006/08/01 09:01:15 iha 1.1.2.21: helping methods for chart im- and export 2006/06/07 14:59:13 bm 1.1.2.20: #124497# set styles of series before the styles of statistics properties, because the existence of statistics objects is determined by proeprties of the series 2006/03/09 13:51:45 iha 1.1.2.19: wrong include path 2006/02/03 19:53:08 iha 1.1.2.18: remove series index dependency 2005/12/21 21:34:25 iha 1.1.2.17: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/08 17:48:13 bm 1.1.2.16: catch IllegalArgumentException when calling XDataProvider::createDataSequenceByRangeRepresentation 2005/11/04 16:17:02 iha 1.1.2.15: enable loading point and series styles for donut charts 2005/11/01 12:52:28 iha 1.1.2.14: proper use of default domain (first x sequence) for load and save of scatter charts 2005/10/24 10:47:07 iha 1.1.2.13: coordinate system restructure 2005/10/11 11:52:29 bm 1.1.2.12: license header change 2005/07/28 12:50:44 bm 1.1.2.11: set VaryColorsByPoint property for pie and donut charts 2005/07/22 10:58:48 bm 1.1.2.10: create data sequences only if address is available (assertion in data provider about empty range) 2005/07/19 17:02:27 bm 1.1.2.9: StockChart issues (range-line defaults, series at which to set properties) 2005/07/18 16:11:15 bm 1.1.2.8: Stock Issues fixed: remove empty chart types in Chart Context instead of PlotArea, stock with volume: create new series with correct chart type 2005/07/15 21:00:16 iha 1.1.2.7: change from series index to series identifier 2005/07/06 09:22:10 bm 1.1.2.6: range conversion in import is FromXML 2005/07/06 09:16:53 bm 1.1.2.5: use XML range conversion of data provider 2005/06/24 09:07:29 bm 1.1.2.4: stock chart 2005/06/21 08:43:38 bm 1.1.2.3: according to OASIS spec, domain elements have table:cell-range-address attributes 2005/06/20 12:35:30 bm 1.1.2.2: scatter chart 2005/06/17 17:03:17 bm 1.1.2.1: context for series using new API

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [24e70450fc19d52302e11fc5d6c68573f62f3b6a]

        INTEGRATION: CWS chart2mst3 (1.16.28); FILE MERGED 2007/04/19 09:51:09 bm 1.16.28.23: #i75530# import explicit chart types at data series in correct order 2007/01/29 14:20:30 bm 1.16.28.22: do not need table-number-list on import 2006/12/06 18:50:46 bm 1.16.28.21: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/30 15:37:00 iha 1.16.28.20: #59288# correct save and load of axis scale values for percent stacked charts 2006/08/16 14:53:12 iha 1.16.28.19: #124495# categories for net chart are not displayed when loading old files 2006/08/02 12:56:22 iha 1.16.28.18: removed unused DomainOffset 2006/06/09 16:31:24 iha 1.16.28.17: worked around wrong camera default in old chart for compatibility 2005/12/21 21:34:24 iha 1.16.28.16: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/01 12:53:07 iha 1.16.28.15: proper use of default domain (first x sequence) for load and save of scatter charts 2005/10/09 08:07:02 bm 1.16.28.14: RESYNC: (1.19-1.20); FILE MERGED 2005/08/30 16:17:28 bm 1.16.28.13: set axis title content in axis::EndElement (instead of StartElement), because it is not known earlier 2005/07/19 09:30:51 iha 1.16.28.12: create axis before axis title to load axis title 2005/07/18 16:11:15 bm 1.16.28.11: Stock Issues fixed: remove empty chart types in Chart Context instead of PlotArea, stock with volume: create new series with correct chart type 2005/07/15 21:00:16 iha 1.16.28.10: change from series index to series identifier 2005/07/04 16:00:24 bm 1.16.28.9: use two member for number of lines: the property at the plot-area and the number of series that have a line class. This way we can deal with both variants 2005/06/30 14:24:12 bm 1.16.28.8: import of stacking mode fixed (old deprecated method removed) 2005/06/24 09:07:29 bm 1.16.28.7: stock chart 2005/06/21 15:19:21 iha 1.16.28.6: set series and point properties after data is available 2005/06/21 12:55:21 iha 1.16.28.5: set correct symbol type defaults to series 2005/06/17 17:03:43 bm 1.16.28.4: using new API for im-/export of data 2004/09/20 17:23:02 bm 1.16.28.3: set stackmode in EndElement, because in StartElement there are no series to set the mode at 2004/08/30 17:13:00 bm 1.16.28.2: RESYNC: (1.16-1.18); FILE MERGED 2004/08/25 16:10:11 iha 1.16.28.1: View independent loading - smarter setting of axis title position and diagram size & position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [36d891f05880b556a936ada12e09f9845a1505c6]

        INTEGRATION: CWS chart2mst3 (1.29.28); FILE MERGED 2007/04/19 09:51:09 bm 1.29.28.63: #i75530# import explicit chart types at data series in correct order 2007/01/29 14:20:30 bm 1.29.28.62: do not need table-number-list on import 2007/01/19 18:03:22 iha 1.29.28.61: remove unneccessary dependency on special build id - detection for existence is sufficient here 2006/12/12 19:03:06 bm 1.29.28.60: switch to internal data provider as early as possible. This is determined by the complete range string in the plot-area 2006/12/12 16:55:11 bm 1.29.28.59: own data with no categories element: apply categories in applyTable() 2006/12/06 18:50:46 bm 1.29.28.58: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/12/01 11:48:58 bm 1.29.28.57: include for tools-string added when DBG_UTIL is set 2006/11/30 15:37:13 iha 1.29.28.56: #59288# correct save and load of axis scale values for percent stacked charts 2006/11/25 21:59:36 bm 1.29.28.55: basegfx::B3DVector method changes 2006/11/24 21:25:22 bm 1.29.28.54: RESYNC: (1.36-1.37); FILE MERGED 2006/11/14 19:25:37 iha 1.29.28.53: #i71330# xy 'symbols only' get lines when loading older versions 2006/10/25 15:53:13 iha 1.29.28.52: invisible line for x axis of net charts when importing from old files 2006/10/20 09:50:40 bm 1.29.28.51: warnings removed 2006/10/19 16:21:36 bm 1.29.28.50: warnings removed 2006/10/19 09:59:39 bm 1.29.28.49: RESYNC: (1.34-1.36); FILE MERGED 2006/10/10 15:11:52 iha 1.29.28.48: loaded 3D lines aren't stacked deep 2006/10/09 13:26:07 iha 1.29.28.47: default scale for added x axis for net charts 2006/09/20 15:57:27 bm 1.29.28.46: #i69680# Wall and floor have no defaults. They are always exported in the old and the new chart. (The wall defaults in the old chart were chart type dependent). So set no hard attribute for wall here, as it will be overwritten. 2006/08/16 14:54:24 iha 1.29.28.45: #124495# categories for net chart are not displayed when loading old files 2006/08/02 12:56:03 iha 1.29.28.44: removed unused DomainOffset 2006/06/09 16:31:13 iha 1.29.28.43: worked around wrong camera default in old chart for compatibility 2006/05/18 11:53:32 bm 1.29.28.42: #i65524# floor as default fill style of SOLID. Apply defaults also when there is no auto-style 2006/05/18 11:45:08 bm 1.29.28.41: set grid-lines to black as default, because that is the default in the old API, and therefore in old (as well as new) files 2006/05/02 14:38:30 bm 1.29.28.40: #125497# set the fill-style to NONE, as this is the default in the filter, but isn't in the model 2006/04/22 10:55:54 iha 1.29.28.39: park unused categories in scale with AxisType not being CATEGORY 2006/04/10 12:37:45 iha 1.29.28.38: api restructure axis, grids, scales and increments 2005/12/21 21:34:23 iha 1.29.28.37: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:20:32 bm 1.29.28.36: implemented StackedBarsConnected property at Diagram 2005/11/08 17:48:12 bm 1.29.28.35: catch IllegalArgumentException when calling XDataProvider::createDataSequenceByRangeRepresentation 2005/11/01 12:53:25 iha 1.29.28.34: proper use of default domain (first x sequence) for load and save of scatter charts 2005/10/29 20:51:55 iha 1.29.28.33: coordinate system restructure 2005/10/24 10:46:34 iha 1.29.28.32: coordinate system restructure 2005/10/13 17:37:23 iha 1.29.28.31: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/09 08:06:49 bm 1.29.28.30: RESYNC: (1.33-1.34); FILE MERGED 2005/09/16 16:20:47 iha 1.29.28.29: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/30 16:47:38 iha 1.29.28.28: lock controllers only once starting the import and unlock after all was imported -> necessary to get no update notifications during import of binary files 2005/08/30 16:16:56 bm 1.29.28.27: set axis title content in axis::EndElement (instead of StartElement), because it is not known earlier 2005/08/19 16:10:23 bm 1.29.28.26: chart2::XChartDocument: getDiagram -> getFirstDiagram 2005/07/25 13:42:50 bm 1.29.28.25: RESYNC: (1.32-1.33); FILE MERGED 2005/07/22 11:01:23 bm 1.29.28.24: #124488# workaround for 3d area deep charts that have Deep==false in files saved with older versions 2005/07/19 17:01:24 bm 1.29.28.23: order of methods changed: 1. StartElement, 2. CreateChildContext, 3. EndElement to ease browsing 2005/07/19 09:30:51 iha 1.29.28.22: create axis before axis title to load axis title 2005/07/18 16:11:15 bm 1.29.28.21: Stock Issues fixed: remove empty chart types in Chart Context instead of PlotArea, stock with volume: create new series with correct chart type 2005/07/15 21:00:16 iha 1.29.28.20: change from series index to series identifier 2005/07/14 08:42:18 bm 1.29.28.19: enable grid before applying grid properties 2005/07/06 11:10:06 bm 1.29.28.18: convert chart range from XML to data provider format 2005/07/06 09:22:10 bm 1.29.28.17: range conversion in import is FromXML 2005/07/06 09:19:43 bm 1.29.28.16: XML conversion was done twice for categories 2005/07/06 09:17:18 bm 1.29.28.15: use XML range conversion of data provider 2005/07/04 16:01:10 bm 1.29.28.14: use two member for number of lines: the property at the plot-area and the number of series that have a line class. This way we can deal with both variants.  Set categories before properties that use template detection 2005/07/01 16:18:52 bm 1.29.28.13: remove empty chart type groups 2005/06/30 14:24:11 bm 1.29.28.12: import of stacking mode fixed (old deprecated method removed) 2005/06/24 09:07:29 bm 1.29.28.11: stock chart 2005/06/23 14:44:50 iha 1.29.28.10: correct support for statistic properties 2005/06/22 08:18:47 iha 1.29.28.9: load property DataCaption at diagram, series and data point correctly 2005/06/21 15:19:42 iha 1.29.28.8: set series and point properties after data is available 2005/06/21 12:55:44 iha 1.29.28.7: set correct symbol type defaults to series 2005/06/17 17:03:43 bm 1.29.28.6: using new API for im-/export of data 2005/04/19 17:52:59 iha 1.29.28.5: remove unsued property listener for Stacked and Percent 2005/03/17 11:21:34 bm 1.29.28.4: RESYNC: (1.31-1.32); FILE MERGED 2004/09/20 17:23:02 bm 1.29.28.3: set stackmode in EndElement, because in StartElement there are no series to set the mode at 2004/08/30 17:12:52 bm 1.29.28.2: RESYNC: (1.29-1.31); FILE MERGED 2004/08/25 16:05:59 iha 1.29.28.1: View independent loading - smarter setting of axis title position and diagram size & position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b72b48a00dcacc6d0f6490b6b7b2a3e6d04823f0]

        INTEGRATION: CWS chart2mst3 (1.29.28); FILE MERGED 2007/04/19 09:51:09 bm 1.29.28.26: #i75530# import explicit chart types at data series in correct order 2007/03/26 13:59:48 bm 1.29.28.25: #i75651# label-cell-range-address -> label-cell-address like specified in RNG schema 2007/01/29 14:20:30 bm 1.29.28.24: do not need table-number-list on import 2006/12/12 16:55:11 bm 1.29.28.23: own data with no categories element: apply categories in applyTable() 2006/12/07 16:32:06 bm 1.29.28.22: #i64497# some more fixes for clipboard 2006/12/06 18:50:46 bm 1.29.28.21: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/30 15:44:04 bm 1.29.28.20: #i64497# if we get no data provider via factory, we use own data 2006/10/20 09:50:40 bm 1.29.28.19: warnings removed 2006/10/19 09:59:18 bm 1.29.28.18: RESYNC: (1.32-1.34); FILE MERGED 2006/09/29 13:16:35 bm 1.29.28.17: #i64500# allow importers to disable load-on demmand of graphics, like the chart 2006/08/02 12:25:40 iha 1.29.28.16: read wrongly created files properly while having addin with basediagram xy 2006/08/01 09:00:08 iha 1.29.28.15: helping methods for chart im- and export 2005/12/21 21:34:22 iha 1.29.28.14: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/13 17:37:23 iha 1.29.28.13: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/09 08:06:14 bm 1.29.28.12: RESYNC: (1.31-1.32); FILE MERGED 2005/09/08 15:45:20 iha 1.29.28.11: lock controller for binary loading already before the dataprovider gets attached 2005/09/08 11:33:43 iha 1.29.28.10: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter 2005/08/19 16:10:23 bm 1.29.28.9: chart2::XChartDocument: getDiagram -> getFirstDiagram 2005/08/15 13:09:12 bm 1.29.28.8: applyTableSimple: gets the data directly. This eases filling the internal data provider 2005/07/25 13:42:42 bm 1.29.28.7: RESYNC: (1.30-1.31); FILE MERGED 2005/07/15 21:00:16 iha 1.29.28.6: change from series index to series identifier 2005/07/04 15:56:28 bm 1.29.28.5: GetNewDataSeries: search for matching chart type group rather than using the last one 2005/06/24 09:07:28 bm 1.29.28.4: stock chart 2005/06/17 17:03:42 bm 1.29.28.3: using new API for im-/export of data 2005/03/17 11:21:22 bm 1.29.28.2: RESYNC: (1.29-1.30); FILE MERGED 2004/09/08 15:33:51 bm 1.29.28.1: call attachData() after changing data of ChartDocument

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5583a6ffdefdf604f074014fe4178ed6d34102d9]

        INTEGRATION: CWS chart2mst3 (1.74.6); FILE MERGED 2007/03/26 13:59:48 bm 1.74.6.61: #i75651# label-cell-range-address -> label-cell-address like specified in RNG schema 2007/03/19 15:22:17 bm 1.74.6.60: #i75297# allow export and import of empty data series 2007/02/14 16:31:07 iha 1.74.6.59: #i71344# don't export attributed data points with indices out of bounds 2007/01/31 12:54:07 bm 1.74.6.58: #144135# export table-number list in OOo flat format so that binfilter gets it 2007/01/30 10:57:16 bm 1.74.6.57: #i72973# only export table-number-list in OOo format 2006/12/14 10:47:15 iha 1.74.6.56: #i58457# don't write swapped table for donuts 2006/12/13 16:43:44 bm 1.74.6.55: illegal STL iterator increment, also: always export cells for categories, even if empty 2006/12/13 12:50:50 bm 1.74.6.54: lcl_SequenceToVectorAppend: reserve correct number of elements 2006/12/08 10:29:58 bm 1.74.6.53: superfluous semicolon after closing brace 2006/12/07 18:03:15 bm 1.74.6.52: exportTable no longer needs parameters, generate labels if missing 2006/12/07 16:32:06 bm 1.74.6.51: #i64497# some more fixes for clipboard 2006/12/06 18:50:45 bm 1.74.6.50: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/25 10:40:19 bm 1.74.6.49: RESYNC: (1.84-1.85); FILE MERGED 2006/10/20 09:50:40 bm 1.74.6.48: warnings removed 2006/10/19 16:21:35 bm 1.74.6.47: warnings removed 2006/10/19 09:59:09 bm 1.74.6.46: RESYNC: (1.80-1.84); FILE MERGED 2006/08/01 08:59:15 iha 1.74.6.45: helping methods for chart im- and export 2006/07/27 15:15:06 bm 1.74.6.44: #i60323# enable meta export and import for charts 2006/04/10 12:37:45 iha 1.74.6.43: api restructure axis, grids, scales and increments 2006/02/03 19:51:11 iha 1.74.6.42: remove series index dependency 2006/01/26 00:22:09 bm 1.74.6.41: RESYNC: (1.79-1.80); FILE MERGED 2005/11/03 18:23:03 iha 1.74.6.40: fix sequence mapping for internal data 2005/11/02 16:39:21 bm 1.74.6.39: safeness when XScale is 0 2005/11/02 14:28:45 iha 1.74.6.38: make more failsave 2005/11/01 17:13:31 iha 1.74.6.37: export attached axis property correct in case of stock charts 2005/11/01 12:57:23 iha 1.74.6.36: export sequence mapping also for scatter charts correctly 2005/10/30 12:59:46 iha 1.74.6.35: #125770# don't break complete export if optional properties are not supported 2005/10/30 12:38:42 iha 1.74.6.34: respect categories correctly if exporting sequence mapping 2005/10/30 12:37:15 iha 1.74.6.33: better synchronize export of datapoint style and content 2005/10/29 22:46:53 iha 1.74.6.32: don't crash exporting column line charts - wrong series index 2005/10/29 20:51:09 iha 1.74.6.31: coordinate system restructure 2005/10/27 17:39:12 iha 1.74.6.30: support SequenceMapping 2005/10/24 10:45:26 iha 1.74.6.29: coordinate system restructure 2005/10/18 17:02:01 bm 1.74.6.28: get table-number-list from data provider 2005/10/13 17:37:22 iha 1.74.6.27: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/09 08:06:00 bm 1.74.6.26: RESYNC: (1.78-1.79); FILE MERGED 2005/09/07 10:40:26 bm 1.74.6.25: #125498# do not export complete range if we have own data 2005/08/30 16:58:24 iha 1.74.6.24: removed superfluous include 2005/08/26 14:31:22 bm 1.74.6.23: do not access data provider blindly 2005/08/19 16:10:23 bm 1.74.6.22: chart2::XChartDocument: getDiagram -> getFirstDiagram 2005/08/03 13:46:32 bm 1.74.6.21: deprecated (commented-out) code for series export removed 2005/08/03 13:36:28 bm 1.74.6.20: +exportDataPoints as part of exportSeries. Stock-Charts: also export data points (empty ones) 2005/08/01 13:15:59 bm 1.74.6.19: export data point colors for pie charts 2005/07/28 12:50:02 bm 1.74.6.18: create x-axis element if there are categories, otherwise they have no place to be stored 2005/07/19 17:02:27 bm 1.74.6.17: StockChart issues (range-line defaults, series at which to set properties) 2005/07/18 17:13:21 iha 1.74.6.16: update view in old api wrapped before saving 2005/07/15 21:00:15 iha 1.74.6.15: change from series index to series identifier 2005/07/06 09:01:09 bm 1.74.6.14: convert all data-provider ranges to XML conforming format 2005/07/01 12:46:00 bm 1.74.6.13: getDataRowProperties needs a globally counted index 2005/06/24 13:07:12 bm 1.74.6.12: stock chart 2005/06/24 09:07:28 bm 1.74.6.11: stock chart 2005/06/21 16:19:23 bm 1.74.6.10: export of stock charts 2005/06/21 08:43:37 bm 1.74.6.9: according to OASIS spec, domain elements have table:cell-range-address attributes 2005/06/17 17:03:41 bm 1.74.6.8: using new API for im-/export of data 2005/06/10 16:18:53 bm 1.74.6.7: use new chart API for export of data series 2005/06/01 16:05:38 iha 1.74.6.6: use visarea for page size 2005/05/18 13:04:19 bm 1.74.6.5: RESYNC: (1.77-1.78); FILE MERGED 2005/04/21 08:18:00 iha 1.74.6.4: removed unused code 2005/03/17 11:21:09 bm 1.74.6.3: RESYNC: (1.74-1.77); FILE MERGED 2004/09/21 17:37:06 iha 1.74.6.2: save: chart size 2004/09/03 17:36:56 iha 1.74.6.1: enable save - make export more failsave + removed unused code

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9bfcbb58a75e42143f104cdb11069cee28c63453]

        INTEGRATION: CWS chart2mst3 (1.11.308); FILE MERGED 2007/01/29 14:20:30 bm 1.11.308.15: do not need table-number-list on import 2006/12/06 18:50:45 bm 1.11.308.14: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/14 19:25:37 iha 1.11.308.13: #i71330# xy 'symbols only' get lines when loading older versions 2005/11/28 15:20:31 bm 1.11.308.12: implemented StackedBarsConnected property at Diagram 2005/11/04 17:01:12 iha 1.11.308.11: cleanup moced code to new method ChangeDiagramAccordingToTemplate 2005/10/25 16:37:33 iha 1.11.308.10: support SequenceMapping 2005/10/09 08:05:50 bm 1.11.308.9: RESYNC: (1.12-1.13); FILE MERGED 2005/07/18 16:11:14 bm 1.11.308.8: Stock Issues fixed: remove empty chart types in Chart Context instead of PlotArea, stock with volume: create new series with correct chart type 2005/06/30 14:24:09 bm 1.11.308.7: import of stacking mode fixed (old deprecated method removed) 2005/06/24 09:07:27 bm 1.11.308.6: stock chart 2005/06/23 14:44:05 iha 1.11.308.5: correct support for statistic properties 2005/06/22 08:17:02 iha 1.11.308.4: load property DataCaption at diagram, series and data point correctly 2005/06/21 15:18:04 iha 1.11.308.3: set series and point properties after data is available 2005/06/17 17:03:41 bm 1.11.308.2: using new API for im-/export of data 2004/08/25 15:59:14 iha 1.11.308.1: View independent loading - smarter setting of legend & title position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [67ff20be544c9f3d803314458ec72a146d13ce02]

        INTEGRATION: CWS chart2mst3 (1.29.28); FILE MERGED 2007/02/15 15:41:52 bm 1.29.28.64: assertion removed in EndElement: at that place we do not always have internal data 2007/01/29 14:20:30 bm 1.29.28.63: do not need table-number-list on import 2006/12/12 19:16:49 bm 1.29.28.62: use applyTableSimple instead of applyTable for stock charts with own data 2006/12/12 18:08:35 iha 1.29.28.61: correct loading of old donuts after clipboard impl 2006/12/07 16:32:06 bm 1.29.28.60: #i64497# some more fixes for clipboard 2006/12/06 18:50:45 bm 1.29.28.59: #i64497# allow import and export to deal with flexible source ranges also with own data. This is needed for the clipboard between Calc and Impress 2006/11/17 14:08:29 iha 1.29.28.58: fallback to internal data table for wrong files with wrong range strings see issue i59297, example document e.g. issue 16280 2006/11/14 19:25:37 iha 1.29.28.57: #i71330# xy 'symbols only' get lines when loading older versions 2006/10/27 11:10:33 iha 1.29.28.56: removed warning error 2006/10/26 19:36:49 iha 1.29.28.55: correct order of series when importing old style donuts 2006/10/20 09:50:39 bm 1.29.28.54: warnings removed 2006/10/19 16:21:35 bm 1.29.28.53: warnings removed 2006/10/19 09:59:00 bm 1.29.28.52: RESYNC: (1.32-1.34); FILE MERGED 2006/08/25 18:29:00 iha 1.29.28.51: #i58457# cope with wrong files for donuts from older versions and also with corrected ones 2006/08/08 15:03:39 iha 1.29.28.50: don't refresh addin when loading is not finished 2006/08/01 09:27:52 iha 1.29.28.49: use correct charttype for series creation when having addin 2006/08/01 09:25:37 iha 1.29.28.48: helping methods for chart im- and export 2006/06/22 14:49:38 bm 1.29.28.47: correct loading of data table for charts with own data and empty msChartAddress 2006/06/17 16:11:05 bm 1.29.28.46: const removed on error 2006/06/07 14:59:12 bm 1.29.28.45: #124497# set styles of series before the styles of statistics properties, because the existence of statistics objects is determined by proeprties of the series 2006/05/15 11:56:08 bm 1.29.28.44: legend has fill-style NONE per default, although in the model the default is SOLID 2006/05/15 09:46:02 bm 1.29.28.43: #i64497# allow loading charts with external data references in containers that do not support those (like Impress) for clipboard from Calc to Impress to work. 2006/04/22 10:54:51 iha 1.29.28.42: park unused categories in scale with AxisType not being CATEGORY( own data has always categories) 2006/02/03 19:52:10 iha 1.29.28.41: remove series index dependency 2005/12/21 21:34:21 iha 1.29.28.40: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/29 18:05:59 iha 1.29.28.39: #i58464# work around wrong writer ranges in file 2005/11/28 15:20:30 bm 1.29.28.38: implemented StackedBarsConnected property at Diagram 2005/11/05 11:34:00 iha 1.29.28.37: fixed loading of donut styles also if old series count is less than old point count 2005/11/05 01:26:15 iha 1.29.28.36: fix loading of donut series and point styles - work around of OOo 2.0 and older 2005/11/04 17:01:23 iha 1.29.28.35: cleanup moced code to new method ChangeDiagramAccordingToTemplate 2005/11/03 18:22:39 iha 1.29.28.34: fix sequence mapping for internal data 2005/11/02 22:54:09 iha 1.29.28.33: don't clone data if creating internal dataprovider 2005/11/02 22:52:37 iha 1.29.28.32: correct sequence mapping 2005/10/29 09:42:20 iha 1.29.28.31: support SequenceMapping also for chart local data 2005/10/28 12:18:03 iha 1.29.28.30: enhanced exception message 2005/10/25 16:38:11 iha 1.29.28.29: support SequenceMapping 2005/10/24 10:45:02 iha 1.29.28.28: coordinate system restructure 2005/10/13 17:37:22 iha 1.29.28.27: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/09 08:05:36 bm 1.29.28.26: RESYNC: (1.31-1.32); FILE MERGED 2005/09/08 15:46:08 iha 1.29.28.25: lock controller for binary loading already before the dataprovider gets attached 2005/08/30 16:54:29 iha 1.29.28.24: lock controllers only once starting the import and unlock after all was imported -> necessary to get no update notifications during import of binary files 2005/08/29 16:24:11 bm 1.29.28.23: clean chart properly before loading (binfilter uses flat XML which calls InitNew. The default data must be removed) 2005/08/19 16:10:22 bm 1.29.28.22: chart2::XChartDocument: getDiagram -> getFirstDiagram 2005/08/15 13:09:11 bm 1.29.28.21: applyTableSimple: gets the data directly. This eases filling the internal data provider 2005/08/03 13:34:46 bm 1.29.28.20: bug on import of stock charts (wrong series reused) 2005/07/22 11:00:18 bm 1.29.28.19: set stack mode before a potential template detection (in case we have a rectangular range) 2005/07/22 08:35:47 bm 1.29.28.18: remove empty chart type groups before a potential template detection for changing the diagram data 2005/07/19 17:02:26 bm 1.29.28.17: StockChart issues (range-line defaults, series at which to set properties) 2005/07/18 16:11:14 bm 1.29.28.16: Stock Issues fixed: remove empty chart types in Chart Context instead of PlotArea, stock with volume: create new series with correct chart type 2005/07/15 21:00:15 iha 1.29.28.15: change from series index to series identifier 2005/07/01 16:18:50 bm 1.29.28.14: remove empty chart type groups 2005/06/30 14:24:08 bm 1.29.28.13: import of stacking mode fixed (old deprecated method removed) 2005/06/24 13:07:12 bm 1.29.28.12: stock chart 2005/06/24 09:07:27 bm 1.29.28.11: stock chart 2005/06/23 14:44:26 iha 1.29.28.10: correct support for statistic properties 2005/06/22 08:17:59 iha 1.29.28.9: load property DataCaption at diagram, series and data point correctly 2005/06/21 15:18:38 iha 1.29.28.8: set series and point properties after data is available 2005/06/17 17:03:40 bm 1.29.28.7: using new API for im-/export of data 2005/06/01 16:06:05 iha 1.29.28.6: use visarea for page size 2005/04/19 17:54:39 iha 1.29.28.5: remove unused property ExportData 2005/03/17 11:21:00 bm 1.29.28.4: RESYNC: (1.29-1.30); FILE MERGED 2004/08/26 15:39:29 iha 1.29.28.3: View independent loading - different setting of page size 2004/08/25 16:47:51 iha 1.29.28.2: removed unused code 2004/08/25 16:00:43 iha 1.29.28.1: View independent loading - smarter setting of legend & title and diagram position

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d8d96656408fbdeb612b2f7354c8c59721c0c332]

        INTEGRATION: CWS chart2mst3 (1.40.6); FILE MERGED 2007/04/24 21:36:26 bm 1.40.6.5: RESYNC: (1.46-1.47); FILE MERGED 2006/11/25 10:40:12 bm 1.40.6.4: RESYNC: (1.45-1.46); FILE MERGED 2006/10/19 09:58:40 bm 1.40.6.3: RESYNC: (1.42-1.45); FILE MERGED 2005/10/09 08:04:53 bm 1.40.6.2: RESYNC: (1.40-1.42); FILE MERGED 2005/06/17 17:03:40 bm 1.40.6.1: using new API for im-/export of data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f628df2cb9e4663406c4d6da7e8bd7020563ae92]

        INTEGRATION: CWS chart2mst3 (1.21.4); FILE MERGED 2007/04/24 21:36:19 bm 1.21.4.4: RESYNC: (1.22-1.23); FILE MERGED 2007/04/19 16:02:39 iha 1.21.4.3: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/10/19 09:58:31 bm 1.21.4.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/24 14:46:57 iha 1.21.4.1: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f5c981c3a424d5197eda8c3c822c8914ce09b47a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 11:52:29 bm 1.1.2.2: license header change 2005/08/01 13:14:50 bm 1.1.2.1: property set for the fill/line color for charts taking their point attributes from the color scheme, like pies

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab27c6f37c5c9d174b939183da3173fda27ee2fe]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 11:01:27 iha 1.1.2.4: resync m195 -> m202 2006/10/19 16:21:35 bm 1.1.2.3: warnings removed 2005/10/11 11:52:28 bm 1.1.2.2: license header change 2005/08/01 13:14:39 bm 1.1.2.1: property set for the fill/line color for charts taking their point attributes from the color scheme, like pies

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6c38d9398ae00d43349b6303f8094beaf82b9f0e]

        INTEGRATION: CWS chart2mst3 (1.2.14); FILE MERGED 2007/04/25 08:35:00 bm 1.2.14.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [19fe39cf87c1819b5a1619111d7afe733e130f43]

        INTEGRATION: CWS chart2mst3 (1.2.14); FILE MERGED 2007/04/25 08:28:22 bm 1.2.14.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [731d3c655798aeded77484a47f1bec0b93ec1389]

        INTEGRATION: CWS chart2mst3 (1.2.14); FILE MERGED 2007/04/25 08:14:13 bm 1.2.14.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8a9973f829f313ecf72a896c82773c572bef221f]

        INTEGRATION: CWS chart2mst3 (1.2.14); FILE MERGED 2007/04/25 08:13:04 bm 1.2.14.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fa5605b61cbdb7539805a6daa00e18cb2f8eddb4]

        INTEGRATION: CWS chart2mst3 (1.170.22); FILE MERGED 2006/10/19 09:56:01 bm 1.170.22.2: RESYNC: (1.170-1.171); FILE MERGED 2006/08/24 14:45:47 iha 1.170.22.1: #i46521# replace modal x value sorting dialog by a checkbox in the chartwizard; perform sorting in view only and not in cached data

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dda4b320e131b897102ddbf929248b4d6e4c6765]

        INTEGRATION: CWS chart2mst3 (1.23.12); FILE MERGED 2005/10/09 07:32:49 bm 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2005/09/08 11:32:51 iha 1.23.12.1: set data provider and number formatter in the filter and not in the model load methods thus binary loading also gets the correct dataprovider and numberformatter

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e50ae32fc262cee90bde5ace68ed8f9c9c081168]

        INTEGRATION: CWS chart2mst3 (1.9.22); FILE MERGED 2005/10/27 17:38:04 iha 1.9.22.1: support SequenceMapping

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1a646c6b890a9972b83a75fecd75c7a0cb49625c]

        INTEGRATION: CWS chart2mst3 (1.23.18); FILE MERGED 2007/05/14 18:28:26 bm 1.23.18.11: RESYNC: (1.57-1.60); FILE MERGED 2007/04/24 19:23:56 bm 1.23.18.10: RESYNC: (1.55-1.57); FILE MERGED 2007/02/07 16:01:17 iha 1.23.18.9: RESYNC: (1.45-1.55); FILE MERGED 2006/12/05 16:27:00 iha 1.23.18.8: added gid_File_Res_Chartcontroller to gid_Module_Root_Files_8 2006/12/05 16:25:36 iha 1.23.18.7: remove old chart 2006/11/24 18:52:17 bm 1.23.18.6: RESYNC: (1.43-1.45); FILE MERGED 2006/10/19 01:06:08 bm 1.23.18.5: RESYNC: (1.35-1.43); FILE MERGED 2006/06/16 14:00:48 bm 1.23.18.4: RESYNC: (1.34-1.35); FILE MERGED 2006/05/05 15:39:55 bm 1.23.18.3: RESYNC: (1.30-1.34); FILE MERGED 2006/01/25 15:27:46 bm 1.23.18.2: RESYNC: (1.23-1.30); FILE MERGED 2005/11/07 11:08:59 bm 1.23.18.1: put chart libraries in core04 for rpms and packages

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a54b9c5cd60ddb9b4c9430732cd7f9fff51cf7d4]

        INTEGRATION: CWS chart2mst3 (1.10.4); FILE MERGED 2007/05/15 13:02:40 bm 1.10.4.16: RESYNC: (1.51-1.52); FILE MERGED 2007/05/14 18:28:08 bm 1.10.4.15: RESYNC: (1.50-1.51); FILE MERGED 2007/02/07 16:00:58 iha 1.10.4.14: RESYNC: (1.48-1.50); FILE MERGED 2006/12/05 16:25:06 iha 1.10.4.13: remove old chart 2006/11/30 19:29:56 iha 1.10.4.12: add chart2 to patch 2006/11/24 18:51:40 bm 1.10.4.11: RESYNC: (1.47-1.48); FILE MERGED 2006/10/19 01:05:39 bm 1.10.4.10: RESYNC: (1.43-1.47); FILE MERGED 2006/06/16 13:59:52 bm 1.10.4.9: RESYNC: (1.42-1.43); FILE MERGED 2006/05/05 15:39:30 bm 1.10.4.8: RESYNC: (1.40-1.42); FILE MERGED 2006/01/25 15:26:13 bm 1.10.4.7: RESYNC: (1.26-1.40); FILE MERGED 2005/10/08 12:24:43 bm 1.10.4.6: RESYNC: (1.24-1.26); FILE MERGED 2005/07/25 20:15:22 bm 1.10.4.5: RESYNC: (1.21-1.24); FILE MERGED 2005/05/18 10:54:22 bm 1.10.4.4: RESYNC: (1.17-1.21); FILE MERGED 2005/03/18 00:55:56 bm 1.10.4.3: RESYNC: (1.12-1.17); FILE MERGED 2004/11/03 01:18:27 bm 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2004/09/01 16:12:34 bm 1.10.4.1: re-enable chart2 resource

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ec8293871e0da2313d4abefe665f2ff95137908a]

        INTEGRATION: CWS chart2mst3 (1.5.4); FILE MERGED 2007/05/14 18:28:01 bm 1.5.4.23: RESYNC: (1.187-1.189); FILE MERGED 2007/04/24 19:23:24 bm 1.5.4.22: RESYNC: (1.183-1.187); FILE MERGED 2007/03/19 14:43:45 iha 1.5.4.21: #i75397# changed color palette missing in patches 2007/02/07 16:00:04 iha 1.5.4.20: RESYNC: (1.172-1.183); FILE MERGED 2007/01/19 20:57:01 iha 1.5.4.19: switch back to old factory name for charts now as we only have the new chart 2006/12/04 17:18:23 iha 1.5.4.18: added chart2 to uiconfig.zip patch list 2006/12/04 17:02:47 iha 1.5.4.17: added Embedding-chart.xcu and ChartCommands.xcu to patch 2006/11/24 18:51:33 bm 1.5.4.16: RESYNC: (1.169-1.172); FILE MERGED 2006/10/19 01:05:32 bm 1.5.4.15: RESYNC: (1.157-1.169); FILE MERGED 2006/06/16 13:59:44 bm 1.5.4.14: RESYNC: (1.152-1.157); FILE MERGED 2006/05/05 15:39:23 bm 1.5.4.13: RESYNC: (1.136-1.152); FILE MERGED 2006/01/25 15:25:59 bm 1.5.4.12: RESYNC: (1.113-1.136); FILE MERGED 2005/10/08 12:24:31 bm 1.5.4.11: RESYNC: (1.107-1.113); FILE MERGED 2005/07/25 20:15:15 bm 1.5.4.10: RESYNC: (1.88-1.107); FILE MERGED 2005/05/18 10:54:08 bm 1.5.4.9: RESYNC: (1.73-1.88); FILE MERGED 2005/03/18 00:55:48 bm 1.5.4.8: RESYNC: (1.41-1.73); FILE MERGED 2004/11/03 01:18:19 bm 1.5.4.7: RESYNC: (1.31-1.41); FILE MERGED 2004/08/30 22:32:46 bm 1.5.4.6: RESYNC: (1.26-1.31); FILE MERGED 2004/08/04 20:44:47 bm 1.5.4.5: RESYNC: (1.15-1.26); FILE MERGED 2004/06/15 17:13:59 bm 1.5.4.4: RESYNC: (1.14-1.15); FILE MERGED 2004/06/03 03:44:29 iha 1.5.4.3: RESYNC: (1.7-1.14); FILE MERGED 2004/03/24 11:57:36 bm 1.5.4.2: RESYNC: (1.5-1.7); FILE MERGED 2004/03/05 15:19:22 iha 1.5.4.1: added menubar.xml for chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [64fdba64541e28e1abdd9a4ae86f6779b4449b0f]

        INTEGRATION: CWS chart2mst3 (1.89.8); FILE MERGED 2007/05/14 18:27:55 bm 1.89.8.16: RESYNC: (1.229-1.233); FILE MERGED 2007/04/24 19:23:17 bm 1.89.8.15: RESYNC: (1.222-1.229); FILE MERGED 2007/02/07 16:00:14 iha 1.89.8.14: RESYNC: (1.215-1.222); FILE MERGED 2006/12/05 16:24:38 iha 1.89.8.13: remove old chart 2006/11/30 19:29:05 iha 1.89.8.12: add chart2 to patch 2006/11/24 18:51:27 bm 1.89.8.11: RESYNC: (1.211-1.215); FILE MERGED 2006/10/19 01:05:25 bm 1.89.8.10: RESYNC: (1.202-1.211); FILE MERGED 2006/06/16 13:59:26 bm 1.89.8.9: RESYNC: (1.201-1.202); FILE MERGED 2006/05/05 15:39:14 bm 1.89.8.8: RESYNC: (1.181-1.201); FILE MERGED 2006/01/25 15:25:31 bm 1.89.8.7: RESYNC: (1.145-1.181); FILE MERGED 2005/10/08 12:24:19 bm 1.89.8.6: RESYNC: (1.136-1.145); FILE MERGED 2005/08/19 12:43:48 bm 1.89.8.5: RESYNC: (1.134-1.136); FILE MERGED 2005/07/25 20:15:07 bm 1.89.8.4: RESYNC: (1.101-1.134); FILE MERGED 2005/05/27 13:13:42 bm 1.89.8.3: chart tools library has registrable components now 2005/05/18 10:53:55 bm 1.89.8.2: RESYNC: (1.89-1.101); FILE MERGED 2005/03/21 13:38:26 bm 1.89.8.1: add chart2 libraries

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dea462a00378b511d324c301deb985af29aa4753]

        INTEGRATION: CWS chart2mst3 (1.33.30); FILE MERGED 2007/04/24 19:08:42 bm 1.33.30.14: RESYNC: (1.60-1.62); FILE MERGED 2007/02/07 13:51:44 iha 1.33.30.13: RESYNC: (1.59-1.60); FILE MERGED 2006/11/30 16:16:17 mba 1.33.30.12: merge problem fixed: don't try to reparent windows if parent is NULL; stop layout timer when dockingareaacceptor is NULL 2006/11/25 09:31:46 bm 1.33.30.11: RESYNC: (1.58-1.59); FILE MERGED 2006/11/24 17:03:55 bm 1.33.30.10: RESYNC: (1.55-1.58); FILE MERGED 2006/10/27 07:25:06 cd 1.33.30.9: #i65734# Support menu merging with non-sfx based application modules using provided dispatch providers 2006/10/18 22:06:23 bm 1.33.30.8: RESYNC: (1.49-1.55); FILE MERGED 2006/08/22 15:54:58 bm 1.33.30.7: #i68861# setMergedMenuBar: broadcast a MERGEDMENUBAR event (needed for chart2 OLE object to re-request the statusbar) 2006/06/16 13:07:48 bm 1.33.30.6: RESYNC: (1.47-1.49); FILE MERGED 2006/05/05 14:29:28 bm 1.33.30.5: RESYNC: (1.41-1.47); FILE MERGED 2006/01/25 12:13:37 bm 1.33.30.4: RESYNC: (1.37-1.41); FILE MERGED 2005/10/07 16:00:54 bm 1.33.30.3: RESYNC: (1.35-1.37); FILE MERGED 2005/07/25 18:03:00 bm 1.33.30.2: RESYNC: (1.33-1.35); FILE MERGED 2005/06/06 15:22:15 cd 1.33.30.1: Reparent child windows to support creation of ui elements before correct docking area acceptor is set

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6ac5960d2fe1bc37a69ed967c0be5f246e4241a7]

        INTEGRATION: CWS chart2mst3 (1.4.16); FILE MERGED 2006/10/27 07:25:05 cd 1.4.16.1: #i65734# Support menu merging with non-sfx based application modules using provided dispatch providers

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0936fdf81ce2db2bc40cfecee511b285162a4580]

        INTEGRATION: CWS chart2mst3 (1.20.30); FILE MERGED 2007/02/07 13:47:02 iha 1.20.30.7: RESYNC: (1.29-1.30); FILE MERGED 2006/10/18 21:35:46 bm 1.20.30.6: RESYNC: (1.26-1.29); FILE MERGED 2006/05/05 14:26:32 bm 1.20.30.5: RESYNC: (1.25-1.26); FILE MERGED 2006/01/25 11:58:35 bm 1.20.30.4: RESYNC: (1.22-1.25); FILE MERGED 2005/10/07 15:01:49 bm 1.20.30.3: RESYNC: (1.21-1.22); FILE MERGED 2005/07/25 17:59:12 bm 1.20.30.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/06 15:22:01 cd 1.20.30.1: Reparent child windows to support creation of ui elements before correct docking area acceptor is set

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4bf3fc7779eccdf1df3953ac6565d4e803a81be7]

        INTEGRATION: CWS chart2mst3 (1.3.182); FILE MERGED 2005/10/07 13:26:12 bm 1.3.182.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/21 11:23:15 iha 1.3.182.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [952ec3642dd618b26988d288c4fb715f8b3db7fa]

        INTEGRATION: CWS chart2mst3 (1.5.136); FILE MERGED 2005/04/21 11:27:47 iha 1.5.136.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f8e7b15e52443d1c45ae9b6e4716a8b36171aa9]

        INTEGRATION: CWS chart2mst3 (1.4.88); FILE MERGED 2007/01/10 15:42:07 iha 1.4.88.2: switch back to old factory name for charts now as we only have the new chart 2005/04/21 11:27:10 iha 1.4.88.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f69b05bf551a6d27f0066d69399163719b00b728]

        INTEGRATION: CWS chart2mst3 (1.3.198); FILE MERGED 2005/09/02 12:41:47 iha 1.3.198.2: enable loading 5.0 standalone charts 2005/04/21 11:24:37 iha 1.3.198.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be8a412b64a31e5b012c8961bc2d965a88a763a0]

        INTEGRATION: CWS chart2mst3 (1.5.88); FILE MERGED 2005/07/25 16:31:21 bm 1.5.88.4: RESYNC: (1.6-1.7); FILE MERGED 2005/06/08 09:11:34 bm 1.5.88.3: service name for filter added 2005/05/18 09:39:15 bm 1.5.88.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:38:35 iha 1.5.88.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6efa794ae7ef8df1f358b1653732377bdb113dbb]

        INTEGRATION: CWS chart2mst3 (1.6.132); FILE MERGED 2005/07/25 16:05:47 bm 1.6.132.4: RESYNC: (1.7-1.8); FILE MERGED 2005/06/08 09:46:37 bm 1.6.132.3: service name for filter added 2005/05/18 09:10:57 bm 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/21 11:38:16 iha 1.6.132.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cfe81d4d04e1d18d086b010abde14b4a16457a1b]

        INTEGRATION: CWS chart2mst3 (1.5.184); FILE MERGED 2005/07/25 15:58:00 bm 1.5.184.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/18 09:04:15 bm 1.5.184.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:37:48 iha 1.5.184.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2016c4252b2f283500efa26c644f207296a00352]

        INTEGRATION: CWS chart2mst3 (1.5.184); FILE MERGED 2005/07/25 15:57:50 bm 1.5.184.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/18 09:04:03 bm 1.5.184.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:29:15 iha 1.5.184.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e2b518486289d94ff2b574003bd708470120c81e]

        INTEGRATION: CWS chart2mst3 (1.5.184); FILE MERGED 2005/07/25 15:57:41 bm 1.5.184.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/18 09:03:52 bm 1.5.184.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:28:50 iha 1.5.184.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2a647ba586ea1ec02cc28f8165d63e0e5f0cdc32]

        INTEGRATION: CWS chart2mst3 (1.5.44); FILE MERGED 2005/07/25 15:22:47 bm 1.5.44.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/18 08:30:04 bm 1.5.44.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:28:28 iha 1.5.44.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [83128e65020eeef1d2336e11d83ccb655cfa10a3]

        INTEGRATION: CWS chart2mst3 (1.5.48); FILE MERGED 2007/02/07 13:31:24 iha 1.5.48.4: RESYNC: (1.7-1.9); FILE MERGED 2005/10/07 13:16:40 bm 1.5.48.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/25 15:21:24 bm 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 11:22:47 iha 1.5.48.1: register new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c9a90171032d9c2994cee9d0af4898cc11acb681]

        INTEGRATION: CWS chart2mst3 (1.49.2); FILE MERGED 2007/05/19 10:23:19 bm 1.49.2.1: #i10000# moved svdraw.lib from svx.lib to svx_2.lib

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b91e7139bff116b892ab86a4ae26e287080323e7]

        INTEGRATION: CWS chart2mst3 (1.24.58); FILE MERGED 2006/10/25 08:36:58 bm 1.24.58.5: resync problems fixed 2006/10/19 06:16:27 bm 1.24.58.4: RESYNC: (1.28-1.31); FILE MERGED 2006/06/16 14:46:30 bm 1.24.58.3: RESYNC: (1.26-1.28); FILE MERGED 2006/01/25 19:49:59 bm 1.24.58.2: RESYNC: (1.24-1.26); FILE MERGED 2005/10/25 07:07:23 bm 1.24.58.1: offer SvXMLGraphicHelper as UNO components (Import/Export)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7a7fde7cc850a23cb0639893c19a6f627a466dd8]

        INTEGRATION: CWS chart2mst3 (1.114.118); FILE MERGED 2007/05/14 18:09:59 bm 1.114.118.20: RESYNC: (1.154-1.155); FILE MERGED 2007/02/07 18:57:53 iha 1.114.118.19: RESYNC: (1.152-1.154); FILE MERGED 2006/11/25 10:30:20 bm 1.114.118.18: RESYNC: (1.150-1.152); FILE MERGED 2006/11/24 20:49:09 bm 1.114.118.17: RESYNC: (1.149-1.150); FILE MERGED 2006/10/25 08:36:34 bm 1.114.118.16: resync problems fixed 2006/10/19 06:12:46 bm 1.114.118.15: RESYNC: (1.145-1.149); FILE MERGED 2006/06/16 14:45:32 bm 1.114.118.14: RESYNC: (1.144-1.145); FILE MERGED 2006/05/05 17:32:05 bm 1.114.118.13: RESYNC: (1.140-1.144); FILE MERGED 2006/03/01 15:18:50 iha 1.114.118.12: guard calls coming from uno with solarmutex 2006/03/01 15:18:00 iha 1.114.118.11: make loop variables exception safe for multi property access 2006/01/25 19:48:08 bm 1.114.118.10: RESYNC: (1.137-1.140); FILE MERGED 2006/01/05 16:01:43 iha 1.114.118.9: also handle case of IllegalArgumentException during setPropertyValues ( e.g. if setting a FillBitmapName without accessory Bitmap in pool) otherwise all following set property calls will have no effect 2005/10/09 00:22:54 bm 1.114.118.8: RESYNC: (1.135-1.137); FILE MERGED 2005/07/25 15:11:48 bm 1.114.118.7: RESYNC: (1.133-1.135); FILE MERGED 2005/05/17 15:41:21 bm 1.114.118.6: RESYNC: (1.130-1.133); FILE MERGED 2005/03/18 00:31:38 bm 1.114.118.5: RESYNC: (1.117-1.130); FILE MERGED 2004/11/02 21:46:29 bm 1.114.118.4: RESYNC: (1.116-1.117); FILE MERGED 2004/08/30 21:46:27 bm 1.114.118.3: RESYNC: (1.115-1.116); FILE MERGED 2004/08/04 17:50:15 bm 1.114.118.2: RESYNC: (1.114-1.115); FILE MERGED 2004/06/04 07:45:07 bm 1.114.118.1: +GetFillAttributeByName for access to gradients etc. by name for classes that                         use no items (but only properties)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a5b37bb9260285eb6c274325f5293f29c1019978]

        INTEGRATION: CWS chart2mst3 (1.51.122); FILE MERGED 2007/02/07 18:57:39 iha 1.51.122.8: RESYNC: (1.65-1.66); FILE MERGED 2006/10/19 06:12:07 bm 1.51.122.7: RESYNC: (1.61-1.65); FILE MERGED 2005/10/09 00:22:09 bm 1.51.122.6: RESYNC: (1.60-1.61); FILE MERGED 2005/03/18 00:31:01 bm 1.51.122.5: RESYNC: (1.56-1.60); FILE MERGED 2004/11/02 21:46:09 bm 1.51.122.4: RESYNC: (1.55-1.56); FILE MERGED 2004/08/30 21:46:10 bm 1.51.122.3: RESYNC: (1.53-1.55); FILE MERGED 2004/08/04 17:49:57 bm 1.51.122.2: RESYNC: (1.51-1.53); FILE MERGED 2004/06/04 07:43:54 bm 1.51.122.1: +SvxUnoGetWhichIdForNamedProperty to get which ids for properties like     FillGradientName (using the map for shapes SVXMAP_SHAPE)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c6602613f09711389df9c448c485becb2fcd314]

        INTEGRATION: CWS chart2mst3 (1.3.60); FILE MERGED 2006/10/19 06:10:49 bm 1.3.60.2: RESYNC: (1.3-1.5); FILE MERGED 2006/03/01 15:14:42 iha 1.3.60.1: guard calls coming from uno with solarmutex

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0822502cbebe88645fc5f0e1a259ed796ee0485e]

        INTEGRATION: CWS chart2mst3 (1.13.60); FILE MERGED 2006/11/24 20:48:06 bm 1.13.60.3: RESYNC: (1.15-1.16); FILE MERGED 2006/10/19 06:09:46 bm 1.13.60.2: RESYNC: (1.13-1.15); FILE MERGED 2005/10/25 07:07:41 bm 1.13.60.1: offer SvXMLGraphicHelper as UNO components (Import/Export)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3061785f8b4ecfad6b4fe33e1b8e9f2d278d847f]

        INTEGRATION: CWS chart2mst3 (1.4.634); FILE MERGED 2007/02/09 14:23:22 iha 1.4.634.6: resync m195 -> m202 - link problems on windows non pro 2006/11/25 10:29:16 bm 1.4.634.5: RESYNC: (1.8-1.9); FILE MERGED 2006/11/24 20:47:47 bm 1.4.634.4: RESYNC: (1.7-1.8); FILE MERGED 2006/10/19 06:09:00 bm 1.4.634.3: RESYNC: (1.5-1.7); FILE MERGED 2005/10/09 00:17:58 bm 1.4.634.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/21 13:37:39 bm 1.4.634.1: some more symbols need an export specifier SVX_DLLPUBLIC

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9c8888ab6b518ae53d3135c1d47c0011339893c8]

        INTEGRATION: CWS chart2mst3 (1.22.16); FILE MERGED 2007/05/14 18:09:25 bm 1.22.16.10: RESYNC: (1.35-1.36); FILE MERGED 2007/04/19 10:04:04 bm 1.22.16.9: #i75418# support a FilterData property HighContrast for generating high-contrast metafiles 2007/03/19 15:25:42 bm 1.22.16.8: #i75418# support a FilterData property HighContrast for generating high-contrast metafiles 2007/02/07 18:57:33 iha 1.22.16.7: RESYNC: (1.33-1.35); FILE MERGED 2006/11/25 10:29:23 bm 1.22.16.6: RESYNC: (1.32-1.33); FILE MERGED 2006/11/24 20:47:59 bm 1.22.16.5: RESYNC: (1.30-1.32); FILE MERGED 2006/10/19 06:08:26 bm 1.22.16.4: RESYNC: (1.25-1.30); FILE MERGED 2006/01/25 19:46:39 bm 1.22.16.3: RESYNC: (1.24-1.25); FILE MERGED 2005/10/09 00:17:13 bm 1.22.16.2: RESYNC: (1.22-1.24); FILE MERGED 2005/06/06 13:57:04 iha 1.22.16.1: disable output at virtual device for metafile export of a whole page (otherwise the visual representation of a new chart ole has no 3d scene)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48dd1b9ab1b16be2eeae2a57e3c02e5604d5ab2b]

        INTEGRATION: CWS chart2mst3 (1.59.44); FILE MERGED 2007/05/14 18:05:53 bm 1.59.44.13: RESYNC: (1.76-1.77); FILE MERGED 2007/02/16 16:20:01 bm 1.59.44.12: test pClient before accessing 2007/02/07 18:54:56 iha 1.59.44.11: RESYNC: (1.74-1.76); FILE MERGED 2006/11/29 16:11:14 mba 1.59.44.10: #i64497#: avoid setting visAreaSize explicitly for all objects when they are copied for clipboard 2006/11/25 10:26:40 bm 1.59.44.9: RESYNC: (1.73-1.74); FILE MERGED 2006/11/24 20:41:38 bm 1.59.44.8: RESYNC: (1.71-1.73); FILE MERGED 2006/10/19 05:56:40 bm 1.59.44.7: RESYNC: (1.67-1.71); FILE MERGED 2006/10/16 16:49:21 bm 1.59.44.6: additional setParent is not needed as there is now code in the framework that sets the parent in time. But for the chart the second setParent call is called with a NULL-parent before load. This must not happen. 2006/05/05 17:29:43 bm 1.59.44.5: RESYNC: (1.64-1.67); FILE MERGED 2006/01/25 19:38:00 bm 1.59.44.4: RESYNC: (1.61-1.64); FILE MERGED 2005/10/08 23:57:50 bm 1.59.44.3: RESYNC: (1.60-1.61); FILE MERGED 2005/07/25 15:07:49 bm 1.59.44.2: RESYNC: (1.59-1.60); FILE MERGED 2005/06/20 14:42:08 bm 1.59.44.1: set parent at model of OLE objects that support XChild (needed for new chart)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9cf46258f6d939823a046fe30099329c11dd06f0]

        INTEGRATION: CWS chart2mst3 (1.69.2); FILE MERGED 2007/05/14 18:05:00 bm 1.69.2.4: RESYNC: (1.71-1.72); FILE MERGED 2007/02/07 18:53:28 iha 1.69.2.3: RESYNC: (1.69-1.71); FILE MERGED 2006/11/27 17:56:32 bm 1.69.2.2: cast to const int 2006/11/27 13:29:11 bm 1.69.2.1: cast to int to make file compile on OOo Solaris

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6086b56eb502500cb0ad334a937690e8ff4b0592]

        INTEGRATION: CWS chart2mst3 (1.9.134); FILE MERGED 2006/11/28 12:52:44 bm 1.9.134.10: duplicate obj entry -> link problem 2006/11/24 20:35:21 bm 1.9.134.9: RESYNC: (1.19-1.21); FILE MERGED 2006/10/19 05:50:28 bm 1.9.134.8: RESYNC: (1.16-1.19); FILE MERGED 2005/10/08 23:49:19 bm 1.9.134.7: RESYNC: (1.15-1.16); FILE MERGED 2005/03/18 00:14:08 bm 1.9.134.6: RESYNC: (1.13-1.15); FILE MERGED 2004/11/02 21:33:27 bm 1.9.134.5: RESYNC: (1.12-1.13); FILE MERGED 2004/08/30 21:42:23 bm 1.9.134.4: RESYNC: (1.11-1.12); FILE MERGED 2004/08/04 17:38:46 bm 1.9.134.3: RESYNC: (1.10-1.11); FILE MERGED 2004/06/02 18:46:32 iha 1.9.134.2: RESYNC: (1.9-1.10); FILE MERGED 2004/05/17 16:28:42 iha 1.9.134.1: #i27507# added ActionDescriptionProvider

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d5b661d34df38d7a07cdde2a80178f27e8ef2e26]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/08 14:40:22 iha 1.1.2.4: resync m195 -> m202 2005/11/22 10:31:24 bm 1.1.2.3: new action POS_SIZE for usage of the Position and Size dialog 2005/10/20 14:43:14 bm 1.1.2.2: license header change 2004/05/17 16:27:49 iha 1.1.2.1: #i27507# make undo resourcen available for use in other applications

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3951c802d47b9839d2ba6a81968b255668a06371]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/26 16:40:09 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [757e09a5ac93bd07b2cd039e056d111c93132a46]

        INTEGRATION: CWS chart2mst3 (1.27.60); FILE MERGED 2006/10/26 16:41:25 pb 1.27.60.1: fix: #i70903# optchart.src added

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0afd1b2b0d7b860e4f39a8533db8be30a0965488]

        INTEGRATION: CWS chart2mst3 (1.147.12); FILE MERGED 2007/05/14 18:01:34 bm 1.147.12.2: RESYNC: (1.147-1.148); FILE MERGED 2007/04/20 09:17:12 mav 1.147.12.1: #i75191# get the filter from CLASSID

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d9d9f0e25584ea44840e4d4d3f9cea9a7232c938]

        INTEGRATION: CWS chart2mst3 (1.61.18); FILE MERGED 2007/05/14 18:01:18 bm 1.61.18.8: RESYNC: (1.69-1.70); FILE MERGED 2007/02/07 18:45:35 iha 1.61.18.7: RESYNC: (1.67-1.69); FILE MERGED 2006/11/25 10:22:13 bm 1.61.18.6: RESYNC: (1.66-1.67); FILE MERGED 2006/11/24 20:25:48 bm 1.61.18.5: RESYNC: (1.65-1.66); FILE MERGED 2006/10/23 06:18:45 bm 1.61.18.4: xub_StrLen has no operator+= (warning on Windows removed) 2006/10/20 08:37:42 bm 1.61.18.3: error of resync merge resolved 2006/10/19 05:31:25 bm 1.61.18.2: RESYNC: (1.61-1.65); FILE MERGED 2006/08/16 11:25:51 dr 1.61.18.1: export gradient and bitmap directly to Escher property container

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [21318ed3d86e49c54ce9bd32721326fef693b314]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/26 16:41:57 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6daa8028b0063f6bcdc1cb0572494f5db6cda7b0]

        INTEGRATION: CWS chart2mst3 (1.56.114); FILE MERGED 2007/04/24 18:29:37 bm 1.56.114.7: RESYNC: (1.62-1.63); FILE MERGED 2005/10/08 22:30:40 bm 1.56.114.6: RESYNC: (1.60-1.62); FILE MERGED 2005/05/17 15:17:43 bm 1.56.114.5: RESYNC: (1.59-1.60); FILE MERGED 2004/11/02 21:19:53 bm 1.56.114.4: RESYNC: (1.58-1.59); FILE MERGED 2004/08/04 17:14:28 bm 1.56.114.3: RESYNC: (1.57-1.58); FILE MERGED 2004/06/02 18:20:12 iha 1.56.114.2: RESYNC: (1.56-1.57); FILE MERGED 2004/06/01 19:40:30 iha 1.56.114.1: offer image for color dialog for chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8d6f30b1b581e6fcefb48d4adcb5d37e746bb032]

        INTEGRATION: CWS chart2mst3 (1.17.102); FILE MERGED 2007/04/24 18:28:12 bm 1.17.102.2: RESYNC: (1.17-1.18); FILE MERGED 2006/10/26 16:46:54 pb 1.17.102.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cf2820563a25c3834689bc0e8c3b9ee7aee7cc6b]

        INTEGRATION: CWS chart2mst3 (1.36.6); FILE MERGED 2007/05/14 17:50:24 bm 1.36.6.5: RESYNC: (1.38-1.40); FILE MERGED 2007/02/07 18:36:38 iha 1.36.6.4: RESYNC: (1.37-1.38); FILE MERGED 2006/11/24 20:14:56 bm 1.36.6.3: RESYNC: (1.36-1.37); FILE MERGED 2006/10/27 14:23:56 bm 1.36.6.2: handle SID_SCH_EDITOPTIONS in ApplyItemSets although nothing is done there to avoid assertion (doing nothing is intended) 2006/10/26 16:46:54 pb 1.36.6.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f892021b31c39a52c9d9b0397030ca9558ccadd]

        INTEGRATION: CWS chart2mst3 (1.23.50); FILE MERGED 2007/05/14 17:49:38 bm 1.23.50.12: RESYNC: (1.36-1.38); FILE MERGED 2007/02/07 18:36:12 iha 1.23.50.11: RESYNC: (1.34-1.36); FILE MERGED 2006/11/24 20:14:30 bm 1.23.50.10: RESYNC: (1.33-1.34); FILE MERGED 2006/11/16 15:34:33 iha 1.23.50.9: enable selection of line color when symbols are on 2006/10/24 16:43:31 iha 1.23.50.8: enable size for automatic symbols for charts 2006/10/19 04:49:34 bm 1.23.50.7: RESYNC: (1.30-1.33); FILE MERGED 2006/01/25 18:42:31 bm 1.23.50.6: RESYNC: (1.29-1.30); FILE MERGED 2005/10/08 22:12:02 bm 1.23.50.5: RESYNC: (1.28-1.29); FILE MERGED 2005/03/17 23:32:51 bm 1.23.50.4: RESYNC: (1.27-1.28); FILE MERGED 2004/11/02 21:17:06 bm 1.23.50.3: RESYNC: (1.25-1.27); FILE MERGED 2004/08/30 21:32:20 bm 1.23.50.2: RESYNC: (1.23-1.25); FILE MERGED 2004/02/18 19:12:07 iha 1.23.50.1: #115596# crash in symbol controls due to pointer to temporary

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5a658ca6503b7e3455a2e93d90d402a15c04d52a]

        INTEGRATION: CWS chart2mst3 (1.6.54); FILE MERGED 2006/10/24 16:40:15 iha 1.6.54.1: corrected copyconstructor - missing automatic symbols in chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ab47e532152ddbaf9acfdbc8058edb08d5834fc7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/11/07 09:12:01 bm 1.1.2.3: removed svx/ in a local include 2006/10/27 14:24:40 bm 1.1.2.2: warning on Solaris removed: Make SchColorTable a member of SchColoTableItem instead of deriving. Better design and avoids operator== overload 2006/10/26 16:43:52 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ee35fe8ce076e37d9e1f2ef00d3151d692b4a614]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/05/18 13:48:57 bm 1.1.2.4: #i74635# ResId cleanup for new code (moved here from sch in CWS chart2mst3) 2006/11/06 09:36:45 bm 1.1.2.3: wrong global include of an svx header 2006/10/27 14:24:40 bm 1.1.2.2: warning on Solaris removed: Make SchColorTable a member of SchColoTableItem instead of deriving. Better design and avoids operator== overload 2006/10/26 16:43:44 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [136ca5a9637265ecfa940ec07e707b83dbeec638]

        INTEGRATION: CWS chart2mst3 (1.52.6); FILE MERGED 2006/11/06 09:22:09 bm 1.52.6.3: correct dependencies for optupd.obj (added to SLOFILES) 2006/11/02 12:13:01 bm 1.52.6.2: add optupd.obj and optchart.obj to SLOFILES for generating the correct dependencies 2006/10/26 16:49:04 pb 1.52.6.1: fix: #i70903# cfg/optchart.obj added

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [12a852c715ce211eb4f6df53410e88bc90ecfc94]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/27 14:24:40 bm 1.1.2.2: warning on Solaris removed: Make SchColorTable a member of SchColoTableItem instead of deriving. Better design and avoids operator== overload 2006/10/26 16:44:10 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [616a3abfb9c533dee798ff801aca7db018d294cf]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/06 12:42:17 bm 1.1.2.5: new default colors 2006/10/27 14:24:39 bm 1.1.2.4: warning on Solaris removed: Make SchColorTable a member of SchColoTableItem instead of deriving. Better design and avoids operator== overload 2006/10/27 11:46:18 bm 1.1.2.3: warning: shadowed variable 2006/10/26 20:30:17 iha 1.1.2.2: remove warning error on windows non pro 2006/10/26 16:44:01 pb 1.1.2.1: fix: #i70903# chart options page moved from old chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [63cf0b6e07f68c6b1f95af6add545278702c0e9e]

        INTEGRATION: CWS chart2mst3 (1.81.2); FILE MERGED 2007/05/14 17:32:06 bm 1.81.2.15: RESYNC: (1.123-1.125); FILE MERGED 2007/04/24 18:05:05 bm 1.81.2.14: RESYNC: (1.122-1.123); FILE MERGED 2007/02/07 18:24:43 iha 1.81.2.13: RESYNC: (1.121-1.122); FILE MERGED 2006/11/24 20:05:56 bm 1.81.2.12: RESYNC: (1.120-1.121); FILE MERGED 2006/10/19 04:01:52 bm 1.81.2.11: RESYNC: (1.117-1.120); FILE MERGED 2006/05/05 17:08:09 bm 1.81.2.10: RESYNC: (1.115-1.117); FILE MERGED 2006/01/25 17:54:20 bm 1.81.2.9: RESYNC: (1.113-1.115); FILE MERGED 2005/05/17 15:02:11 bm 1.81.2.8: RESYNC: (1.110-1.113); FILE MERGED 2005/03/17 21:39:11 bm 1.81.2.7: RESYNC: (1.104-1.110); FILE MERGED 2004/11/02 21:00:11 bm 1.81.2.6: RESYNC: (1.98-1.104); FILE MERGED 2004/09/27 11:45:06 iha 1.81.2.5: added XPropertyTable.hxx to deliver for use in chart2 2004/08/30 21:09:12 bm 1.81.2.4: RESYNC: (1.93-1.98); FILE MERGED 2004/08/04 16:37:37 bm 1.81.2.3: RESYNC: (1.87-1.93); FILE MERGED 2004/06/02 15:03:25 bm 1.81.2.2: RESYNC: (1.81-1.87); FILE MERGED 2004/05/17 16:29:11 iha 1.81.2.1: #i27507# added ActionDescriptionProvider

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [429cb0b48ac0043f8e2e47d1385e1e3a9b259d7a]

        INTEGRATION: CWS chart2mst3 (1.2.18); FILE MERGED 2006/12/01 11:35:41 iha 1.2.18.1: export class OverlayPolyPolygonStriped for use in chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5420a710ee332c16c5e401b98c5c9b7e4674ab3f]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/25 08:07:51 bm 1.2.42.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c0ce1cfa97a3e2d2c82d7c31f7380af6565e811f]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/25 07:32:09 bm 1.2.42.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7ecd4021d7cc72ab00dec45b399292f7212aaa5a]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/25 07:15:28 bm 1.2.42.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cec5fc598d6272bd9833a698caa7675da87e5362]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/25 07:04:37 bm 1.2.42.1: saved changes done in file on branch before move here from ..

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a3083d864dc5b578366d4fb1fc9e493974b37c3]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/25 06:58:12 bm 1.2.42.1: saved changes done in inc/dialogs.hrc before move

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [25ce4d014b9116c1aeb546af342ad482062f471d]

        INTEGRATION: CWS chart2mst3 (1.14.60); FILE MERGED 2006/01/25 17:52:54 bm 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/25 07:07:06 bm 1.14.60.1: offer SvXMLGraphicHelper as UNO components (Import/Export)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [80fd302f9b7840adab1bb97e4165a852e91a8036]

        INTEGRATION: CWS chart2mst3 (1.6.168); FILE MERGED 2006/10/19 03:57:31 bm 1.6.168.5: RESYNC: (1.8-1.9); FILE MERGED 2005/10/08 19:59:10 bm 1.6.168.4: RESYNC: (1.7-1.8); FILE MERGED 2005/03/21 13:37:39 bm 1.6.168.3: some more symbols need an export specifier SVX_DLLPUBLIC 2005/03/17 21:19:26 bm 1.6.168.2: RESYNC: (1.6-1.7); FILE MERGED 2004/06/04 07:42:01 bm 1.6.168.1: +SvxUnoGetWhichIdForNamedProperty to get which ids for properties like     FillGradientName (using the map for shapes SVXMAP_SHAPE)

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4773e0f73003c5dbfe7856edf2dee9ac202550ca]

        INTEGRATION: CWS chart2mst3 (1.67.6); FILE MERGED 2007/02/07 18:18:25 iha 1.67.6.4: RESYNC: (1.69-1.71); FILE MERGED 2006/11/25 10:09:32 bm 1.67.6.3: RESYNC: (1.68-1.69); FILE MERGED 2006/11/24 19:44:23 bm 1.67.6.2: RESYNC: (1.67-1.68); FILE MERGED 2006/10/26 16:37:37 pb 1.67.6.1: fix: #i70903# HID_OPTIONS_MULTIPATH_LIST added

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e339e6738d9c5537d1f7d13eb4c8ff4cda6d20f2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/09 14:21:14 iha 1.1.2.5: resync m195 -> m202 - link problems on windows non pro 2005/10/20 14:42:39 bm 1.1.2.4: license header change 2005/03/21 13:37:38 bm 1.1.2.3: some more symbols need an export specifier SVX_DLLPUBLIC 2005/03/18 16:07:30 bm 1.1.2.2: SVX_DLLPUBLIC keyword missing for exported functions 2004/09/27 11:38:55 iha 1.1.2.1: moved here from svx/source/inc to deliver for use in chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86b94d977073867f48d16d1eed27ee691eccb071]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/22 10:31:11 bm 1.1.2.4: new action POS_SIZE for usage of the Position and Size dialog 2005/11/21 17:36:23 bm 1.1.2.3: export ActionDescriptionProvider 2005/10/20 14:42:10 bm 1.1.2.2: license header change 2004/05/17 16:27:14 iha 1.1.2.1: #i27507# make undo resourcen available for use in other applications

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0b37a5b4d6b1557b11e42f7d6e72999fe225bf3d]

        INTEGRATION: CWS chart2mst3 (1.89.6); FILE MERGED 2007/04/24 15:27:26 bm 1.89.6.7: RESYNC: (1.102-1.103); FILE MERGED 2007/02/07 15:20:48 iha 1.89.6.6: RESYNC: (1.98-1.102); FILE MERGED 2006/10/18 23:11:09 bm 1.89.6.5: RESYNC: (1.96-1.98); FILE MERGED 2006/05/05 14:50:23 bm 1.89.6.4: RESYNC: (1.92-1.96); FILE MERGED 2006/01/25 13:08:33 bm 1.89.6.3: RESYNC: (1.90-1.92); FILE MERGED 2005/10/08 05:22:54 bm 1.89.6.2: RESYNC: (1.89-1.90); FILE MERGED 2005/05/09 09:45:48 bm 1.89.6.1: also build chart2/data directory

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0a56885c0b035a5ea63b903ebd31077f469f47de]

        INTEGRATION: CWS chart2mst3 (1.73.6); FILE MERGED 2007/04/24 15:26:09 bm 1.73.6.6: RESYNC: (1.81-1.82); FILE MERGED 2007/02/07 15:20:34 iha 1.73.6.5: RESYNC: (1.79-1.81); FILE MERGED 2006/11/24 18:07:10 bm 1.73.6.4: RESYNC: (1.78-1.79); FILE MERGED 2006/10/18 23:10:18 bm 1.73.6.3: RESYNC: (1.75-1.78); FILE MERGED 2006/05/05 14:48:07 bm 1.73.6.2: RESYNC: (1.73-1.75); FILE MERGED 2006/04/09 07:59:24 iha 1.73.6.1: also deliver idls in chart2\data subdirectory

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [bd2958c80a569baf42ce34383d685715cebc29c3]

        INTEGRATION: CWS chart2mst3 (1.74.6); FILE MERGED 2007/04/24 15:26:17 bm 1.74.6.5: RESYNC: (1.85-1.86); FILE MERGED 2007/02/07 15:20:42 iha 1.74.6.4: RESYNC: (1.80-1.85); FILE MERGED 2006/10/18 23:10:24 bm 1.74.6.3: RESYNC: (1.78-1.80); FILE MERGED 2006/05/05 14:48:15 bm 1.74.6.2: RESYNC: (1.74-1.78); FILE MERGED 2005/05/09 09:45:24 bm 1.74.6.1: also build chart2/data directory

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5b9f4587bd3b92e337919a6bcebfac34f2374c27]

        INTEGRATION: CWS chart2mst3 (1.17.16); FILE MERGED 2007/02/07 15:12:21 iha 1.17.16.8: RESYNC: (1.22-1.23); FILE MERGED 2005/10/08 01:42:46 bm 1.17.16.7: RESYNC: (1.21-1.22); FILE MERGED 2005/05/17 11:53:33 bm 1.17.16.6: RESYNC: (1.20-1.21); FILE MERGED 2005/05/12 19:52:46 sab 1.17.16.5: get access to ranges 2005/03/17 19:34:16 bm 1.17.16.4: RESYNC: (1.19-1.20); FILE MERGED 2004/06/15 14:37:27 bm 1.17.16.3: RESYNC: (1.18-1.19); FILE MERGED 2004/06/02 13:44:55 bm 1.17.16.2: RESYNC: (1.17-1.18); FILE MERGED 2004/05/05 14:43:04 sab 1.17.16.1: #i10733#; have access to cellranges in all sheets

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c5c945213dc77fcf7aca62774a9047e2f48d00c4]

        INTEGRATION: CWS chart2mst3 (1.9.32); FILE MERGED 2005/12/20 15:14:46 dr 1.9.32.1: typo and missing property in description

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04a6cfe063906e76552a213d940d96713851e9b3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:15:51 bm 1.1.2.2: license header change 2005/05/12 19:48:26 sab 1.1.2.1: get access to ranges

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [62168953f692665c5495962fe1414e3d9a3c26ef]

        INTEGRATION: CWS chart2mst3 (1.4.342); FILE MERGED 2005/10/08 01:15:33 bm 1.4.342.4: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 19:52:46 sab 1.4.342.3: get access to ranges 2004/06/15 14:14:37 bm 1.4.342.2: RESYNC: (1.4-1.5); FILE MERGED 2004/05/05 14:43:03 sab 1.4.342.1: #i10733#; have access to cellranges in all sheets

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a57ad8fda5e08a70794a0538deaa59a502e93198]

        INTEGRATION: CWS chart2mst3 (1.5.342); FILE MERGED 2005/10/08 01:11:35 bm 1.5.342.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/15 14:11:06 bm 1.5.342.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/05 14:43:54 sab 1.5.342.1: #i10734#; have access to the absolut name of every cellrange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3284cb6595be316c506ddd108ae4b3e17bea8493]

        INTEGRATION: CWS chart2mst3 (1.12.14); FILE MERGED 2005/10/08 01:11:26 bm 1.12.14.5: RESYNC: (1.15-1.16); FILE MERGED 2005/05/17 11:53:13 bm 1.12.14.4: RESYNC: (1.14-1.15); FILE MERGED 2004/11/02 20:06:34 bm 1.12.14.3: RESYNC: (1.13-1.14); FILE MERGED 2004/06/15 14:10:56 bm 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2004/05/05 14:43:54 sab 1.12.14.1: #i10734#; have access to the absolut name of every cellrange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [75dd38a87ffb776bfa736d6fd17d10193bf0a4fc]

        INTEGRATION: CWS chart2mst3 (1.7.14); FILE MERGED 2005/10/08 01:11:04 bm 1.7.14.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/17 11:53:03 bm 1.7.14.4: RESYNC: (1.9-1.10); FILE MERGED 2004/11/02 20:06:25 bm 1.7.14.3: RESYNC: (1.8-1.9); FILE MERGED 2004/06/15 14:10:31 bm 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2004/05/05 14:43:53 sab 1.7.14.1: #i10734#; have access to the absolut name of every cellrange

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [30345483ac46d067e92ddec1898f5368605953d7]

        INTEGRATION: CWS chart2mst3 (1.5.8); FILE MERGED 2006/11/30 16:55:34 mba 1.5.8.3: merge problem fixed: doubled ID 2006/08/22 15:37:23 bm 1.5.8.2: #i68861# (last comment was junk) new state MERGEDMENUBAR for sending an event after the menubars for OLE objects have been merged 2006/08/22 14:38:02 bm 1.5.8.1: ##ifndef _COM_SUN_STAR_FRAME_XLAYOUTMANAGEREVENTBROADCASTER_HPP_#

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [048755000049617b5aca33c7663896ffbdbcc544]

        INTEGRATION: CWS chart2mst3 (1.6.32); FILE MERGED 2005/12/20 14:07:59 dr 1.6.32.1: missing properties

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d3b71c26a080ddda87cfd1368ac8f8728d26faf5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 13:23:13 bm 1.1.2.6: change of chart data is notified via XModifyBroadcaster 2005/12/02 14:01:23 bm 1.1.2.5: interfaces and structures for range hightlighting 2005/10/11 12:07:58 bm 1.1.2.4: license header change 2005/09/08 11:33:22 sab 1.1.2.3: #i17416#; add generateLabel 2005/06/17 12:43:21 bm 1.1.2.2: +DataProvder, +XRangeXMLConversion 2005/05/09 09:24:35 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b1c26fa8175ac73304284e0347d534a0f84949d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:58 bm 1.1.2.2: license header change 2005/05/09 09:24:23 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c662c6100567d757d76021987776b9aa8ed6c4c4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:57 bm 1.1.2.2: license header change 2005/06/17 12:43:49 bm 1.1.2.1: interface for converting ranges to valid XML

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8ad6c5da50cb4153c8623316366d0def179e1782]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 14:00:43 bm 1.1.2.1: interfaces and structures for range hightlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1d382401511428335f5cb6fcd77d2a7fbe7d8dc1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:57 bm 1.1.2.2: license header change 2005/05/09 09:23:56 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [be644c5e9fb64af82f3020c6900a0ba6ac4f7dd2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:57 bm 1.1.2.2: license header change 2005/05/09 09:23:44 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b7381965f3fefdffee4424dc9ea69e065584277c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:56 bm 1.1.2.2: license header change 2005/05/09 09:23:32 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8dd9d75b825c2c4b23a6f9804b4ae78941e0ad33]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:56 bm 1.1.2.2: license header change 2005/05/09 09:23:19 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4b6c05910b2d5b09aed2b9f3f81dd315652fc386]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 13:23:13 bm 1.1.2.9: change of chart data is notified via XModifyBroadcaster 2005/12/06 13:15:48 iha 1.1.2.8: enhance description for method generateLabel 2005/10/11 12:07:56 bm 1.1.2.7: license header change 2005/09/08 12:40:57 bm 1.1.2.6: another comment 2005/09/08 12:23:02 bm 1.1.2.5: comment and parameter name of generateLabel adapted 2005/09/08 11:33:22 sab 1.1.2.4: #i17416#; add generateLabel 2005/08/05 13:04:53 bm 1.1.2.3: -generateLabel 2005/07/21 08:58:52 bm 1.1.2.2: +getNumberFormatKeyByIndex 2005/05/09 09:23:04 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c93f04e18fcaed3292e6e8ee96af5d0d8b47f787]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/09 13:48:53 bm 1.1.2.8: added a function to return the currently used XDataSource 2006/04/05 13:23:13 bm 1.1.2.7: change of chart data is notified via XModifyBroadcaster 2005/12/02 13:58:12 bm 1.1.2.6: offer a range highlighter 2005/10/11 12:07:55 bm 1.1.2.5: license header change 2005/09/08 11:51:35 iha 1.1.2.4: set number formatter independent from dataprovider thus also a chart with own data can have the numberformatter of the parent 2005/08/15 13:04:09 bm 1.1.2.3: setRangeRepresentation -> setArguments, to be able to set initial arguments 2005/05/27 12:26:07 bm 1.1.2.2: +getUsedRangeRepresentations() in XDataReceiver interface 2005/05/09 09:22:53 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d5b4f0c903db5bed0f85f319df7520b3353dffd1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:55 bm 1.1.2.6: license header change 2005/09/22 13:19:58 dr 1.1.2.5: typos and wrong function names 2005/09/08 11:51:47 iha 1.1.2.4: set number formatter independent from dataprovider thus also a chart with own data can have the numberformatter of the parent 2005/07/21 08:58:32 bm 1.1.2.3: +getNumberFormatsSupplier 2005/05/12 13:59:19 bm 1.1.2.2: -mergeRangeRepresentations, detectArguments changed, createDataByRangeRepresentation -> createDataSource 2005/05/09 09:22:41 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a9a4773c34ed85b1318b15e9393750e884558e4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/25 14:16:39 iha 1.1.2.7: support SequenceMapping 2005/10/18 17:04:18 bm 1.1.2.6: +TableNumberList for old binary calc stuff 2005/10/11 12:07:54 bm 1.1.2.5: license header change 2005/07/29 15:08:47 bm 1.1.2.4: forgot type of HasCategories 2005/07/29 15:08:09 bm 1.1.2.3: +HasCategories 2005/05/12 13:59:19 bm 1.1.2.2: -mergeRangeRepresentations, detectArguments changed, createDataByRangeRepresentation -> createDataSource 2005/05/09 09:22:17 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9175229b0a03d9e0ba3559eeab816f0d7698ac3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 14:00:22 bm 1.1.2.1: interfaces and structures for range hightlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9e8e02a94241c0ab50fa3cd7a3cd69155089d5f6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 14:00:34 bm 1.1.2.1: interfaces and structures for range hightlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [81392f11e158efb36ff75b3828ac2dcba0705165]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 13:03:47 bm 1.1.2.3: XModifyBroadcaster: also send events when the contained XDataSequences change. 2005/10/11 12:07:54 bm 1.1.2.2: license header change 2005/05/09 09:22:03 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0f68cbe51ec157524890699bf9e2eecfab279763]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:53 bm 1.1.2.3: license header change 2005/09/08 12:39:39 bm 1.1.2.2: +comment, -published flag 2005/09/08 11:35:45 sab 1.1.2.1: #i17416#; add generateLabel

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3e2a285fdcc14dce2b16b4d9d8c8a7a7fd91fb4d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/02 14:00:11 bm 1.1.2.1: interfaces and structures for range hightlighting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e9300dfecfb482dcc9b712a011e26ec2be3b4a0a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:51 bm 1.1.2.2: license header change 2005/05/09 09:21:49 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [818ac6d6a8cbf76e816479480256f10959ee9fb0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:51 bm 1.1.2.2: license header change 2005/05/09 09:21:32 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [77517397a81f329f758a01c8872c88756368f185]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/14 08:17:38 bm 1.1.2.5: roles for candle-stick charts added 2005/11/10 14:32:59 dr 1.1.2.4: examples for roles updated 2005/10/11 12:07:50 bm 1.1.2.3: license header change 2005/09/01 12:26:38 bm 1.1.2.2: +Role categories 2005/05/09 09:21:20 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [650a6b6af7fe7f9fe3e26a71eba84fcd19ea38a3]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 08:59:13 bm 1.1.2.4: use :: to separate namespaces (everywhere) 2006/04/05 13:23:13 bm 1.1.2.3: change of chart data is notified via XModifyBroadcaster 2005/10/11 12:07:50 bm 1.1.2.2: license header change 2005/05/09 09:21:06 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [070f4562bfec2245a3ce65e5f43e1ec5ca50c8b5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/19 08:23:02 bm 1.1.2.3: typo 2005/10/11 12:07:49 bm 1.1.2.2: license header change 2005/06/17 12:44:23 bm 1.1.2.1: service for interface XDataProvider

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c581b03b7b0786d12318666b974d3dc22f4981bf]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:49 bm 1.1.2.2: license header change 2005/05/09 09:20:54 bm 1.1.2.1: moved here from namespace css.chart2

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23d78d3981e6cc697028e737e9ac0524b3aba63a]

        INTEGRATION: CWS chart2mst3 (1.2.18); FILE MERGED 2007/02/07 14:24:52 iha 1.2.18.15: RESYNC: (1.3-1.4); FILE MERGED 2006/07/19 15:58:59 bm 1.2.18.14: #i64824# +XInternalDataProvider 2006/04/10 12:19:34 iha 1.2.18.13: api restructure axis, grids, scales and increments 2006/03/29 22:48:26 iha 1.2.18.12: restructure legend entry creation + legend entries in data labels 2005/12/21 21:37:37 iha 1.2.18.11: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/12/05 10:31:07 dr 1.2.18.10: service removed 2005/11/29 17:08:28 bm 1.2.18.9: +TickmarkStyle.idl 2005/10/13 17:32:44 iha 1.2.18.8: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/07 19:15:50 bm 1.2.18.7: RESYNC: (1.2-1.3); FILE MERGED 2005/07/28 09:59:45 bm 1.2.18.6: +XColorScheme.idl 2005/06/17 19:52:04 iha 1.2.18.5: removed NumberFormat.idl 2005/05/09 09:49:16 bm 1.2.18.4: API moved here from chart2 project 2004/03/15 09:20:08 bm 1.2.18.3: XDataInterpretation is deprecated 2004/03/11 17:28:48 bm 1.2.18.2: -DataChangeEvent.idl 2004/03/10 18:40:06 bm 1.2.18.1: labeled sequence as new element in a DataSource

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8e92c8c14fda3e787f550f82a36083489a6b4b02]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:48 bm 1.1.2.2: license header change 2005/05/09 09:55:02 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2f0e1a9b6800a4be6cc2e006db71e95c28ba3047]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:48 bm 1.1.2.2: license header change 2005/05/09 09:54:35 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [196c3afbc97a5bbad79976bfc94c9eea1ddaad0e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/30 16:45:52 bm 1.1.2.2: legal text missing 2005/05/09 09:54:48 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9584b5188dee94184da0d00faeadcd1aac925a44]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:54:22 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5907b9649f2e100de5aa7c7f4dc2c4184c808619]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:47 bm 1.1.2.2: license header change 2005/05/09 09:54:10 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [023a4923373401f357ae3d50b8f43f2458f86f0f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:53:57 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8f58b8f16587b2d0d87a8fa7b14774066bcc2339]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:47 bm 1.1.2.2: license header change 2005/05/09 09:53:15 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d4bbaa2a2fc8678a93de3b40b192fe84d2df18d2]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:46 bm 1.1.2.2: license header change 2005/05/09 09:53:00 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2a46ac7e351ac25b33c2af0909eafd4827400990]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:45 bm 1.1.2.2: license header change 2005/05/09 09:53:29 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [04f9d0398dfe62d82f3713a24113dda5baedb351]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:52:47 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8b437cbbb3c5a6667b0bf4b1d878fa9b39c3ff2c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:52:07 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9bd96852a0b06af8b242d6ad19e5b2c9e02d0fe4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:51:43 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [101cf63dd7fccf54804d1c4001bc968d359db921]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:51:57 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a320ff9135edc868a5a73de06cb8f7b6374a96c1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:45 bm 1.1.2.2: license header change 2005/05/09 09:51:31 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [af5ddd4217ed202f04789e9e159ef70c38527550]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/02/14 16:29:21 bm 1.1.2.3: #i72340# +convenience method swapDataPointWithNextOneForAllSequences 2006/11/10 15:04:03 bm 1.1.2.2: #i67875# +registerDataSequenceForChanges for adding sequences to get notification in range moves 2006/07/19 15:58:35 bm 1.1.2.1: #i64824# interface for internal data provider, that may be modified

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b7b72c0491f0afa7a01ce2b0750eaadf1fe03649]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:50:12 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a574c5bbfb5be9e1214cc36fb432cfbae0d7702]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:44 bm 1.1.2.2: license header change 2005/05/09 09:49:57 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9905f764e72bc6628b2226523b3836cf4a6400d8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 08:59:13 bm 1.1.2.3: use :: to separate namespaces (everywhere) 2005/10/11 12:07:42 bm 1.1.2.2: license header change 2005/05/09 09:49:41 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0da64fb75912449ead26e57e9c5dae091c1211a4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/13 17:32:44 iha 1.1.2.6: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:07:41 bm 1.1.2.5: license header change 2005/07/29 14:40:48 bm 1.1.2.4: store unused data at diagram for reuse by other chart templates 2005/07/28 10:00:53 bm 1.1.2.3: stuff for pie charts 2005/07/26 12:15:32 bm 1.1.2.2: +getDefaultColorByIndex 2005/05/09 09:49:26 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1607ae3aa3181657f7d008db53aa350ca9a561f9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:37:36 iha 1.1.2.3: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/11 12:07:41 bm 1.1.2.2: license header change 2005/05/09 09:49:03 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4a27de5fa00e65ebaf3c0183e3eeb467674e5648]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:40 bm 1.1.2.2: license header change 2005/05/09 09:49:14 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8aa0d4b3987fed818a5339010317cda538e08fba]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:40 bm 1.1.2.2: license header change 2005/05/09 09:48:49 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3bb9b8e7bc3bf85c610bcf50138d59da493072eb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/13 17:34:32 iha 1.1.2.1: renamed BoundedCoordinateSystem to CoordinateSystem

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [8dca059206f3fca2a6b5bd75bebc7a348c3b3a7e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/24 09:09:10 iha 1.1.2.4: #i61970# correct implementation of axis at 2006/04/10 12:19:33 iha 1.1.2.3: api restructure axis, grids, scales and increments 2005/10/24 09:26:40 iha 1.1.2.2: coordinate system restructure 2005/10/13 17:33:46 iha 1.1.2.1: renamed BoundedCoordinateSystem to CoordinateSystem

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fb038102332be8dfcb2e94115c06924c27e6f08e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:39 bm 1.1.2.2: license header change 2005/07/28 09:59:32 bm 1.1.2.1: color schemes for pie charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [23a3729a602fd486080274417650d6790aa3088f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/03/26 14:06:42 iha 1.1.2.4: #i75590# copy some aspects from old charttype during creation of new 2005/10/11 12:07:39 bm 1.1.2.3: license header change 2005/07/26 12:15:05 bm 1.1.2.2: +resetStyles for restoring default settings 2005/05/09 09:48:36 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [db32fc31736d92f17fbe23b4eee904ca083bb71c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:48:25 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [48033f8a35d2094bd535e7c9cd28b6ba39e0d2e8]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:38 bm 1.1.2.2: license header change 2005/05/09 09:48:01 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [9761c5b8d10600d3f039065352b0bff6502aa9d9]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/13 17:32:44 iha 1.1.2.2: renamed BoundedCoordinateSystem to CoordinateSystem 2005/05/09 09:48:13 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [424b20c15366c996421b0db75b9c62120363780b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:47:28 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [657519ea96208a517b872b3b933e9158be160fd7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:47:41 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [741c53f9ff4d4a2094aec58ddc8d38228c795c3d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/10 09:22:08 dr 1.1.2.5: #i3997# no IA exception for setFirstDiagram 2005/10/11 12:07:38 bm 1.1.2.4: license header change 2005/09/07 14:03:03 bm 1.1.2.3: +hasInternalDataProvider, -getDataEditorForInternalData 2005/08/18 14:59:41 bm 1.1.2.2: setDiagram / getDiagram -> setFirstDiagram / getFirstDiagram to avoid name clash with old API 2005/05/09 09:47:17 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e233d8017538a50d76ece5d284644fff9cde85b1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 12:19:32 iha 1.1.2.2: api restructure axis, grids, scales and increments 2005/05/09 09:46:44 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fc38e1725686d88dff6ac5aba85e281271858e09]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:36 bm 1.1.2.2: license header change 2005/05/09 09:46:10 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [29d5b65782f06f591c9027fe28fe521e09d73923]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:35 bm 1.1.2.2: license header change 2005/05/09 09:45:58 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b08bbec45335966f054cfc3ea273ab933830a6f4]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/19 09:01:57 bm 1.1.2.6: moved ReferencePageSize from FormattedString to Title 2005/12/21 21:37:35 iha 1.1.2.5: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/30 16:32:52 dr 1.1.2.4: Show property not in Title service 2005/11/24 15:09:06 bm 1.1.2.3: add fill- and line properties 2005/10/11 12:07:33 bm 1.1.2.2: license header change 2005/05/09 09:45:47 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e4f4b576d3021b1a86050c08ccadbc632859fc59]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/29 17:07:53 bm 1.1.2.1: constants for Tickmark properties of Axis

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7b4d93d39f87fc22043222c6e024aaeb60194050]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:31 bm 1.1.2.2: license header change 2005/05/09 09:45:35 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc21308fdf93e40da40e3a032f15987071d4289d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 08:59:12 bm 1.1.2.5: use :: to separate namespaces (everywhere) 2005/12/20 14:06:55 dr 1.1.2.4: API struct member names without prefixes 2005/11/24 15:11:32 bm 1.1.2.3: last style GRAPHIC instead of a URL (see Symbol.idl) 2005/10/11 12:07:31 bm 1.1.2.2: license header change 2005/05/09 09:45:23 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c5c064ddb9fa6fd512a815d6c776e14a3a331f7e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 13:12:59 dr 1.1.2.5: border color for symbols 2005/12/20 14:06:54 dr 1.1.2.4: API struct member names without prefixes 2005/11/24 15:10:09 bm 1.1.2.3: store the graphic as XGraphic rather than as URL (the URL alone is useless, furthermore keeping a reference to XGraphic keeps the graphic in the graphic manager) 2005/10/11 12:07:31 bm 1.1.2.2: license header change 2005/05/09 09:45:10 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b59f379d290cf6d6aefcf0e92bd9ba9d210d35a1]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:44:43 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0acbd61d91756fe51b4f961ec1e37fb8e830da8c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:30 bm 1.1.2.2: license header change 2005/05/09 09:44:29 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dcc97fb4b51e7aeed751b1e1d28a8c2fcf1688f7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:30 bm 1.1.2.2: license header change 2005/05/09 09:44:16 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a111b9e4504bf34951986c3530e7e8ea6008f63d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 11:19:56 bm 1.1.2.2: legal header missing 2005/05/09 09:43:43 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [47ffec5007f9550adbc6c12ecc1a8e9b479c9b49]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/24 09:09:53 iha 1.1.2.4: #i61970# correct implementation of axis at 2006/04/10 12:19:32 iha 1.1.2.3: api restructure axis, grids, scales and increments 2005/09/16 16:12:40 iha 1.1.2.2: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/05/09 09:43:11 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4e1f1ec618334e52f2eaa0c428043559f9ba9e56]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:28 bm 1.1.2.2: license header change 2005/05/09 09:42:59 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6c6045df4c88b48216057c2c87417f38985755c7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:28 bm 1.1.2.2: license header change 2005/05/09 09:42:46 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [75a4ce806fec28d3395bbe074ca0b03dbf2c222f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:37:35 iha 1.1.2.4: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/30 09:32:49 bm 1.1.2.3: include service PropertySet rather than XPropertySet only 2005/10/11 12:07:27 bm 1.1.2.2: license header change 2005/05/09 09:42:34 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0bde9f431132be532a1976e78a34f4fc5d5a874c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:27 bm 1.1.2.2: license header change 2005/05/09 09:42:18 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [15fddb1f18f3f3126f5e266ca272f877504b86e5]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:26 bm 1.1.2.2: license header change 2005/05/09 09:42:04 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [11fe7759a9d69bdbc034df7e3747eb96dd71ff6f]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 11:45:07 bm 1.1.2.1: services for different scalings

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [a9de0f04336f8c19c3a33f156b1e13e4a7083d59]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:25 bm 1.1.2.2: license header change 2005/05/09 09:41:49 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [2e2cd528e85b1590a205181d2af3f67353665812]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:24 bm 1.1.2.2: license header change 2005/05/09 09:41:22 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ca8c5578cd3ef4b07cd0adf5e2e2b4ca69ce9c9e]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:41:10 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [edaad082432cb909f94d2112ea3883ebf169c565]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 11:47:03 bm 1.1.2.1: services for different scalings

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [da3706299883a34a0faeeb1922b6e9affd4bfe04]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 11:00:47 bm 1.1.2.2: missing slash in end-tag 2006/04/05 11:43:19 bm 1.1.2.1: services for different scalings

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [531cba70a965dc4b5982316188cb58a1f7d5bc9a]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:24 bm 1.1.2.2: license header change 2005/05/09 09:40:58 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [4585b629154eda6d1c8bca2e53bf2ba7855d5d0b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/29 22:26:39 iha 1.1.2.3: restructure legend entry creation + legend entries in data labels 2005/10/11 12:07:24 bm 1.1.2.2: license header change 2005/05/09 09:40:38 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [648d28f188e60a98a6f263ccf4dd60493f7647b0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:23 bm 1.1.2.2: license header change 2005/05/09 09:40:26 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [11d03ab79960200029e4d043b6317571c7808fa6]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:23 bm 1.1.2.2: license header change 2005/05/09 09:40:01 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [7e30a5b2a4de844ac1c60cf57fd381fbd53b809b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/24 15:09:06 bm 1.1.2.3: add fill- and line properties 2005/10/11 12:07:22 bm 1.1.2.2: license header change 2005/05/09 09:40:13 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b4a339c1027b2ae92f98242cdad93678a30beefc]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:22 bm 1.1.2.2: license header change 2005/05/09 09:39:49 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [ef13c93f0829ed5df2a38da0fd25477b42dce764]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 12:19:31 iha 1.1.2.2: api restructure axis, grids, scales and increments 2005/05/09 09:39:24 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [150d76cd6787a2c35c05a22caa2564f327eaf3e7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:37:35 iha 1.1.2.3: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/10/11 12:07:21 bm 1.1.2.2: license header change 2005/05/09 09:39:11 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [661405deb54bb9e424a59598a4c63cd5bfaf3783]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/01/19 09:01:56 bm 1.1.2.2: moved ReferencePageSize from FormattedString to Title 2005/05/09 09:38:38 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dc56f998a0060b77c6c10cd5ea3a33d56c0957b0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 08:59:12 bm 1.1.2.3: use :: to separate namespaces (everywhere) 2005/10/11 12:07:20 bm 1.1.2.2: license header change 2005/05/09 09:38:26 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86a10c571fd91263d20319d02d4358c078c5f529]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 11:41:50 bm 1.1.2.1: services for different scalings

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [af20b2dbed7a1a1bc203abab76fb15f9229873a7]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:38:12 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fb83dca8c416127e620701002b9e208496a0f584]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/09/24 09:10:29 iha 1.1.2.4: #i61970# correct implementation of axis at 2005/09/16 16:12:40 iha 1.1.2.3: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/08/19 11:53:12 iha 1.1.2.2: implement percent stacking 2005/05/09 09:38:00 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [de8d04c8395506c1f960319b1fc8a0e728f44409]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:37:45 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [084c84105fa976384ad363e3a756db22e787ad50]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:19 bm 1.1.2.2: license header change 2005/05/09 09:37:19 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e36c1bca20e5bf7da065c60b9e20a651b15386d0]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 08:03:48 iha 1.1.2.7: #i75393# Connect Bars per diagram not per series 2007/04/20 07:58:54 iha 1.1.2.6: #i76130# write attribute sort-by-x-values per plot-area not per series 2006/04/10 12:19:30 iha 1.1.2.5: api restructure axis, grids, scales and increments 2005/12/02 14:03:14 bm 1.1.2.4: SceneDescriptor is deprecated 2005/10/13 17:32:43 iha 1.1.2.3: renamed BoundedCoordinateSystem to CoordinateSystem 2005/10/11 12:07:18 bm 1.1.2.2: license header change 2005/05/09 09:36:36 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [145ef950d79736c632479878d399367f70793830]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2007/04/20 08:04:30 iha 1.1.2.8: #i75393# Connect Bars per diagram not per series 2006/08/30 12:45:49 bm 1.1.2.7: DataPointStyle no longer exists 2005/12/21 21:37:35 iha 1.1.2.6: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/28 15:38:21 bm 1.1.2.5: +Property ConnectDataPoints 2005/10/24 09:25:48 iha 1.1.2.4: coordinate system restructure 2005/10/11 12:07:18 bm 1.1.2.3: license header change 2005/07/28 10:00:53 bm 1.1.2.2: stuff for pie charts 2005/05/09 09:36:24 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6534166923ea6786eb098b8a3303d562775a7889]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/10/10 14:24:20 dr 1.1.2.7: wrong data type 2006/06/29 13:57:33 bm 1.1.2.6: missing namespace for XPropertySet 2006/06/26 14:14:52 bm 1.1.2.5: some errors corrected 2006/06/26 12:38:27 bm 1.1.2.4: type of ErrorBarX and ErrorBarY was wrong (service-name instead of interface) 2006/04/12 08:59:12 bm 1.1.2.3: use :: to separate namespaces (everywhere) 2005/10/11 12:07:17 bm 1.1.2.2: license header change 2005/05/09 09:36:09 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [fde1321a77ab75c7c68c6b372a80bc0746d85296]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:17 bm 1.1.2.2: license header change 2005/05/09 09:35:58 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [81316f59b2ee7a2b066086f6add45a8751ab1fea]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:16 bm 1.1.2.2: license header change 2005/05/09 09:35:14 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [11da9161dc8aff2ffd0439cb81392adf0bc14242]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:15 bm 1.1.2.2: license header change 2005/05/09 09:35:37 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [25b13fba126cf046ec0dfa3e089eb8bb8ca60801]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:31:29 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [539c1d4140a7085fa9dd770b11b92fd13a88fbdb]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:15 bm 1.1.2.2: license header change 2005/05/09 09:31:17 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6a7296ac5f80c4c3036d0ed0c6c717b3eb3d188b]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:30:50 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b7bc8e1040fff1128270e29d6159a5d76ec8306d]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/05/09 09:31:02 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d6c53c380d7df2f448f570c36587a443c73ddd11]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/13 17:34:12 iha 1.1.2.1: renamed BoundedCoordinateSystem to CoordinateSystem

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [feb29828479c513c3ecea65507bd33a825d71768]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/12/21 21:37:34 iha 1.1.2.2: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/05/09 09:30:39 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [f1163d1a5bb966bf6172560e9ab5616d9eb7412c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/10 13:52:04 bm 1.1.2.3: typo in legal text 2006/04/05 13:26:17 bm 1.1.2.2: legal header missing, wrong include 2005/05/09 09:30:24 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3fe21eea9e5b25cc3e08777cba16824782c57a06]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/05 13:33:50 bm 1.1.2.4: why does this file break autodoc 2006/03/29 22:41:24 iha 1.1.2.3: restructure legend entry creation + legend entries in data labels 2005/10/11 12:07:14 bm 1.1.2.2: license header change 2005/05/09 09:30:12 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [92b0563a3c24e495a0b0e571e59e981fca614749]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/04/12 08:59:12 bm 1.1.2.4: use :: to separate namespaces (everywhere) 2006/04/11 17:27:41 iha 1.1.2.3: fixed wrong idl syntax 2005/10/11 12:07:12 bm 1.1.2.2: license header change 2005/05/09 09:29:59 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [6188c51aefcd71f6d817664fde6e144748698896]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/08/09 09:06:21 bm 1.1.2.4: data namespace missing for XDataReceiver 2005/10/11 12:07:11 bm 1.1.2.3: license header change 2005/09/22 10:51:09 iha 1.1.2.2: added interface XDataReceiver 2005/05/09 09:29:47 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e1e4917d5a04db01d13c9a540ee3c2482cdb456c]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/07/14 08:49:59 bm 1.1.2.1: service description for candle-stick charts

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [80e7ab402e8c54b9741d0aa1bee496ae0a1fe476]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:11 bm 1.1.2.2: license header change 2005/05/09 09:29:33 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [e8878d79dfbdeb4b6edc94bd6f9824c96a02b097]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/11/25 16:04:06 iha 1.1.2.4: correct labels at z axis for deep stacking 2005/10/11 12:07:10 bm 1.1.2.3: license header change 2005/09/16 16:12:38 iha 1.1.2.2: no creation of dummy categories in model - instead trigger generation of missing labels and categories in view 2005/05/09 09:29:09 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [250074b061a279a312a07176ab0c13b545013119]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:09 bm 1.1.2.2: license header change 2005/05/09 09:28:55 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [90b30b90a3a3704325647ad3d5a8e77a8ce15daa]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2005/10/11 12:07:09 bm 1.1.2.2: license header change 2005/05/09 09:28:36 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [0afacfee46071a6a4986605b96321629943da151]

        INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED 2006/03/31 09:34:54 bm 1.1.2.9: comment for NumberFormat added 2006/02/22 19:20:22 iha 1.1.2.8: added property show to axis to make axis title possible with invisible axis and enlarge lifetime for old api 2005/12/21 21:37:34 iha 1.1.2.7: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/30 13:56:15 bm 1.1.2.6: +interface XTitled 2005/11/29 17:11:44 bm 1.1.2.5: use constant group TickmarkStyle for MajorTickmarks and MinorTickmarks 2005/11/28 17:01:16 bm 1.1.2.4: support service PropertySet rather than only the XPropertySet interface 2005/10/24 09:24:53 iha 1.1.2.3: coordinate system restructure 2005/10/11 12:07:07 bm 1.1.2.2: license header change 2005/05/09 09:28:23 bm 1.1.2.1: API moved here from chart2 project

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [1c00c64c8d888d13ebb428b18c0ca0441710319f]

        INTEGRATION: CWS chart2mst3 (1.15.48); FILE MERGED 2005/10/07 19:06:06 bm 1.15.48.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/26 09:43:46 bm 1.15.48.1: invalid include to chart2 file

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [3cfc195116d124319bc93fc664415939a8523868]

        INTEGRATION: CWS chart2mst3 (1.16.48); FILE MERGED 2005/10/07 19:04:46 bm 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/26 12:47:12 bm 1.16.48.1: undocumented property SegmentOffset

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [88614b649136174338d0ac0ff6fbebae78e28cc6]

        INTEGRATION: CWS chart2mst3 (1.16.48); FILE MERGED 2005/10/07 19:01:32 bm 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/26 12:50:29 bm 1.16.48.1: undocumented property LinkNumberFormatToSource

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [13eab7861dbb0f028988976cf8101847fa40a873]

        INTEGRATION: CWS chart2mst3 (1.58.8); FILE MERGED 2007/04/24 15:13:21 bm 1.58.8.8: RESYNC: (1.69-1.70); FILE MERGED 2007/02/07 15:24:16 iha 1.58.8.7: RESYNC: (1.66-1.69); FILE MERGED 2006/11/24 18:11:04 bm 1.58.8.6: RESYNC: (1.65-1.66); FILE MERGED 2006/10/18 23:17:53 bm 1.58.8.5: RESYNC: (1.63-1.65); FILE MERGED 2006/06/16 13:21:18 bm 1.58.8.4: RESYNC: (1.62-1.63); FILE MERGED 2006/05/05 14:55:49 bm 1.58.8.3: RESYNC: (1.59-1.62); FILE MERGED 2005/07/25 14:43:46 bm 1.58.8.2: RESYNC: (1.58-1.59); FILE MERGED 2005/05/09 10:01:30 bm 1.58.8.1: chart2 has a subnamespace data now

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [d9cc59c9e55d5526fa6c3d4d037a0bde1119f871]

        INTEGRATION: CWS chart2mst3 (1.19.8); FILE MERGED 2006/11/24 15:53:13 bm 1.19.8.5: RESYNC: (1.21-1.22); FILE MERGED 2006/05/05 14:10:28 bm 1.19.8.4: RESYNC: (1.20-1.21); FILE MERGED 2006/01/25 10:16:05 bm 1.19.8.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/28 12:45:36 dbo 1.19.8.2: -implbase_var.hxx 2005/06/07 12:47:00 dbo 1.19.8.1: added implbase_var.hxx

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [5f4256e2e33d64465fa37821f05868157ca45f7a]

        INTEGRATION: CWS chart2mst3 (1.15.22); FILE MERGED 2007/03/06 12:41:56 bm 1.15.22.1: new default colors

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [b723823bc0408c292de30c8b619b1a5b0de0e08e]

        INTEGRATION: CWS chart2mst3 (1.3.22); FILE MERGED 2007/01/10 10:39:32 iha 1.3.22.1: remove superfluous chart node for filter sorting

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [517405fc8b3dec1d574309c486f63704cb10cc52]

        INTEGRATION: CWS chart2mst3 (1.2.42); FILE MERGED 2007/04/24 14:56:10 bm 1.2.42.12: RESYNC: (1.4-1.5); FILE MERGED 2007/01/08 10:02:40 bm 1.2.42.11: Adaption to Toolbar Spec version 3 (NewArrangement: Automatic Layout) 2007/01/02 17:12:33 iha 1.2.42.10: changes according to chart menu spec 2006/05/29 17:51:54 iha 1.2.42.9: adapted grid names to spec 2006/01/06 15:09:09 iha 1.2.42.8: String and Mnemonic Changes according to menu spec 2005/12/09 11:10:43 iha 1.2.42.7: String changes according to CHart Menu Spec 2005/11/28 14:16:39 iha 1.2.42.6: menu changes 2005/04/04 15:49:20 bm 1.2.42.5: no icon for DataRanges slot 2005/04/04 11:43:06 bm 1.2.42.4: menu entry for DataRange slot 2004/08/04 19:56:13 bm 1.2.42.3: RESYNC: (1.2-1.4); FILE MERGED 2004/04/08 16:30:20 iha 1.2.42.2: swap german english for command SelectSourceRanges 2004/04/08 15:17:39 iha 1.2.42.1: new menu entry SelectSourceRanges

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [86d7016bdc1acc246ccaeedf50151f8f74ad8217]

        INTEGRATION: CWS chart2mst3 (1.3.42); FILE MERGED 2007/04/24 14:55:14 bm 1.3.42.12: RESYNC: (1.20-1.22); FILE MERGED 2007/02/07 15:22:44 iha 1.3.42.11: RESYNC: (1.19-1.20); FILE MERGED 2006/11/24 18:09:01 bm 1.3.42.10: RESYNC: (1.17-1.19); FILE MERGED 2006/10/18 23:13:05 bm 1.3.42.9: RESYNC: (1.16-1.17); FILE MERGED 2006/05/05 14:53:02 bm 1.3.42.8: RESYNC: (1.14-1.16); FILE MERGED 2005/05/18 08:17:48 bm 1.3.42.7: RESYNC: (1.13-1.14); FILE MERGED 2005/03/17 10:44:41 bm 1.3.42.6: RESYNC: (1.9-1.13); FILE MERGED 2004/11/02 15:42:18 bm 1.3.42.5: RESYNC: (1.8-1.9); FILE MERGED 2004/08/30 17:01:24 bm 1.3.42.4: RESYNC: (1.7-1.8); FILE MERGED 2004/08/04 19:55:53 bm 1.3.42.3: RESYNC: (1.4-1.7); FILE MERGED 2004/06/02 14:37:30 bm 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2004/04/07 20:20:30 iha 1.3.42.1: #i20344# added menu command 'InsertObjectChart' for direct Chart Creation from menu

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [dd48201a6c1e800800e55fcae9069458f5abeee6]

        INTEGRATION: CWS chart2mst3 (1.5.32); FILE MERGED 2007/04/24 14:52:05 bm 1.5.32.5: RESYNC: (1.8-1.9); FILE MERGED 2006/05/05 14:52:18 bm 1.5.32.4: RESYNC: (1.7-1.8); FILE MERGED 2005/10/08 05:28:07 bm 1.5.32.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/18 08:16:27 bm 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/21 15:06:59 bm 1.5.32.1: use new chart

2007-05-22  Vladimir Glazounov  <vg@openoffice.org>  [cccbf2d66d96e5460603a1c23f902fd1ec1a6e5a]

        INTEGRATION: CWS chart2mst3 (1.17.6); FILE MERGED 2007/04/24 14:51:04 bm 1.17.6.12: RESYNC: (1.29-1.30); FILE MERGED 2007/02/07 15:21:50 iha 1.17.6.11: RESYNC: (1.28-1.29); FILE MERGED 2007/01/10 15:34:50 iha 1.17.6.10: switch back to old factory name for charts now as we only have the new chart 2006/10/18 23:11:26 bm 1.17.6.9: RESYNC: (1.27-1.28); FILE MERGED 2006/06/16 13:17:19 bm 1.17.6.8: RESYNC: (1.26-1.27); FILE MERGED 2006/05/05 14:51:48 bm 1.17.6.7: RESYNC: (1.25-1.26); FILE MERGED 2006/01/25 13:09:59 bm 1.17.6.6: RESYNC: (1.23-1.25); FILE MERGED 2005/10/08 05:26:22 bm 1.17.6.5: RESYNC: (1.22-1.23); FILE MERGED 2005/07/25 12:18:47 bm 1.17.6.4: RESYNC: (1.21-1.22); FILE MERGED 2005/05/18 10:48:18 bm 1.17.6.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/18 08:15:11 bm 1.17.6.2: RESYNC: (1.17-1.20); FILE MERGED 2005/04/04 11:43:58 bm 1.17.6.1: replaced definition for old chart by new chart

2007-05-21  Oliver Specht  <os@openoffice.org>  [cf1a3fd352c5e72e1afcc498377b954319e770d5]

        nGapHalf converted

2007-05-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [85abbcb944385af388b69fa2e343dd15148fdcc4]

        footnotes and endnotes

2007-05-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [88a570a64ac3d6a298e3ab8bcb318a44f0ac7104]

        footnotes and endnotes

2007-05-21  Oliver Specht  <os@openoffice.org>  [de02d221e104f74bfa595d5e6c41248093c640f3]

        printfs in comments

2007-05-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [d57944d2db6fed6af166eb243ca31dd9d20e4b23]

        resolve footnotes and endnotes

2007-05-21  Oliver Specht  <os@openoffice.org>  [6c1175ffd7d8c23ebb61aa7465a4065a754ad848]

        distinction between table/row/cell properties

2007-05-21  Oliver Specht  <os@openoffice.org>  [b72a5de30b4949a9232801f2945e532935470ffe]

        improved import

2007-05-21  Oliver Specht  <os@openoffice.org>  [bade4e0fb330469f0411c62703a07e665a4bd966]

        more debugging support for cell properties

2007-05-21  Rüdiger Timm  <rt@openoffice.org>  [337a7ee1b7a84826b89d89e7c74c5cff36396b61]

        #i77632# Syntax.

2007-05-21  Kurt Zenker  <kz@openoffice.org>  [b9fb850671394303f85a5c59f80a249779d1e9c4]

        #i77469# missing Filesys/CygwinPaths.pm on cygwin

2007-05-18  Fridrich Štrba  <fridrich_strba@openoffice.org>  [231b0000898e75401cf687e82a7dd994e73464f5]

        a step towards header/footer handling in ooxml

2007-05-16  Sven Jacobi  <sj@openoffice.org>  [029d84961355d8f1a66c2ac17a2ac8766a9c977e]

        removed warnings

2007-05-16  Kurt Zenker  <kz@openoffice.org>  [769b7e26d0814b9da0fbe405b6de91559aa6009e]

        #i77422# fix build break for x86_64

2007-05-16  Sven Jacobi  <sj@openoffice.org>  [e3230e3ce59dbd74580c55ca67c830ae1119fe1e]

        minor changes

2007-05-16  Sven Jacobi  <sj@openoffice.org>  [14d369907b9bbaa1d35fc624ecda333e7ef37abe]

        initial version

2007-05-16  Sven Jacobi  <sj@openoffice.org>  [cf3a30062c650b14585eca649e73e99e0cd15490]

        minor changes

2007-05-16  Sven Jacobi  <sj@openoffice.org>  [7a737dcf7dd5a8e038ff622c448390330643ae9b]

        initial version

2007-05-16  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1319075cad1831d78a061607377dc2fa2bb6e476]

        some more work towards styles in ooxml + moving some std::hash_map to std::map for portability reasons

2007-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f53833eb932084b66da25c6dc89591f6b3493694]

        #i10000# set define in a pch compatible way

2007-05-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [52c120340bf78c491a1f9a1367b51969a5c2a366]

        #i10000# max lib size on windows exceeded due to embeded debug information. splitted lib

2007-05-15  Fridrich Štrba  <fridrich_strba@openoffice.org>  [003155f0ca800cc3ef33f70353eb587d8b080ca2]

        fix a bug in StringValue resource parsing

2007-05-15  Kurt Zenker  <kz@openoffice.org>  [4fe9f3b7d5e4236a299b496e2f76812fb5540649]

        #i77311# chg. pResult to pLocalResult

2007-05-15  Kurt Zenker  <kz@openoffice.org>  [e84ed574793cdedfaef5189ec3813f2ad1fe4dcf]

        #i10000# OPropertySetHelper::getTypes not const prevent build breaks(fs)

2007-05-15  Kurt Zenker  <kz@openoffice.org>  [a2e89bf9552b5dc722400281083a8be2f12e865b]

        #i77312# fix build break

2007-05-15  Fridrich Štrba  <fridrich_strba@openoffice.org>  [740decfb4e93700254b4fa636eb4285e49271bff]

        some little changes to the styles

2007-05-15  Fridrich Štrba  <fridrich_strba@openoffice.org>  [6e1b12228d8d7851809ea92705f3dd03ce166350]

        removing redundant member from the StyleSheetEntry struct

2007-05-14  Fridrich Štrba  <fridrich_strba@openoffice.org>  [af1dc525e0121bf92ce88be517e00ab5217fa1bc]

        adding the <namespace-alias> elements into modelcleanup.xsl

2007-05-14  Fridrich Štrba  <fridrich_strba@openoffice.org>  [a3a72d5d966df9a3000605de48f62e8c4de44bbf]

        Another step towards proper handling of styles in ooxml

2007-05-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [78cd895620c0b1bb69f964dd6fec385f01dcd29c]

        identifier cosmetics (namespace aliases)

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [72fb9faeafafb6db5071f31c48618279d8053cd3]

        #i10000# remove svtmsg.hrc & ttglobal.hrc

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [a821bd8730085413d2cdc1f494506b629ce97ae8]

        #i10000# remove duplicated declaration

2007-05-14  Vladimir Glazounov  <vg@openoffice.org>  [2cce192ae4da426ece4fab19485d92907c85fcca]

        new version for SRC680

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [3bb0ce2afa9c7141affde505380723aa127ae975]

        #i10000# missing patch of dba23a (fs)

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [49fd1e6e518be2d45ea3a0ee0e12876936dab46f]

        #i10000# add declaration for precompiled header

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [ba32c730b7194c54d38bfc7933342f6f78cc786d]

        #i10000# missing def file

2007-05-14  Vladimir Glazounov  <vg@openoffice.org>  [05c63d95f849d48ba89c5edab6c126ffbbeb1e7a]

        new version for SRC680

2007-05-14  Kurt Zenker  <kz@openoffice.org>  [af4258e4ba8cd8814fbb96a0c0cee672518c7263]

        #i10000# moved from svtools/inc

2007-05-11  Fridrich Štrba  <fridrich_strba@openoffice.org>  [06babca3447ae03e87b8cd25e38abf8db3baeb3d]

        my today's work towards the correct parsing of styles and document-wide defaults

2007-05-11  Sven Jacobi  <sj@openoffice.org>  [e9667a4784b88e5a1ff6b2546c00549db943b694]

        initial version

2007-05-11  Sven Jacobi  <sj@openoffice.org>  [266de9c8475cd0921e5e540efbebdacd617dc878]

        fixed build list

2007-05-11  Sven Jacobi  <sj@openoffice.org>  [e22c431e24b4a83ddc928f7703b13a9a109c1b8e]

        initial version

2007-05-11  Sven Jacobi  <sj@openoffice.org>  [7a35d8d3505efa36215b59d2206e2a4be2844e86]

        initial version

2007-05-11  Rüdiger Timm  <rt@openoffice.org>  [1e2cc05c670a5985dd3041e53a4ed0ad7340abb3]

        Correct version info for BrOffice

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [3843217b544c6fa8f41adb787bcf15202e795735]

        #i10000# build fixes for solaris

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [da019e402c4ed9cbdea980c9677ea03f2bc2a0b7]

        SRC680

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [bc84abe3e41124640f9757247c42086f2247f48f]

        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>  [69fbf13822cf7c63780e49c51f6bf9a6c240c486]

        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>  [9c8ebd003069d8d04a9f7d7c9ba4058311ed513f]

        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>  [44d4155325d780dec27a847383c14090e93324b6]

        #i10000# adjust include to hyperlabel.hxx

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [974485af919b65424a458ad7fa913e46558ab399]

        INTEGRATION: CWS gh13 (1.71.128); FILE MERGED 2006/12/20 12:39:30 gh 1.71.128.3: make errormessage more clear 2006/11/30 11:38:31 gh 1.71.128.2: #112775# add new errormessage 2006/10/05 11:49:31 gh 1.71.128.1: #i51023# fix typos in english strings

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [ba03de182c3ea02f3e5946b30e161dc12654b2b9]

        INTEGRATION: CWS gh13 (1.27.24); FILE MERGED 2007/02/08 05:50:08 gh 1.27.24.8: make warning free 2007/01/31 10:06:27 gh 1.27.24.7: RESYNC: (1.29-1.31); FILE MERGED 2006/12/28 10:14:47 gh 1.27.24.6: #i69238#use dafault HID path on empty testtoolrc file 2006/12/22 09:11:17 gh 1.27.24.5: #i63641# provide config page for Crashreproter settings 2006/12/14 14:41:37 gh 1.27.24.4: #i63642# add OOoProgramDir to misc page in extra/settings 2006/11/17 12:08:00 gh 1.27.24.3: rework removing warnings from code to be nicer 2006/11/17 08:32:23 gh 1.27.24.2: RESYNC: (1.27-1.29); FILE MERGED 2006/10/05 11:41:56 gh 1.27.24.1: #i69238# default hid.lst directory dependant on basedir

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [78d2871a8d0705bdc7bc8f5b89caebe8de648dda]

        INTEGRATION: CWS gh13 (1.63.36); FILE MERGED 2006/12/28 09:47:37 gh 1.63.36.4: rearange items to look nicer 2006/12/22 09:11:17 gh 1.63.36.3: #i63641# provide config page for Crashreproter settings 2006/12/14 14:41:36 gh 1.63.36.2: #i63642# add OOoProgramDir to misc page in extra/settings 2006/10/05 11:41:55 gh 1.63.36.1: #i69238# default hid.lst directory dependant on basedir

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [b02c02bf8c225fc5c028ad0724ef8dc96cf372ed]

        INTEGRATION: CWS gh13 (1.15.2); FILE MERGED 2006/11/30 11:37:16 gh 1.15.2.1: moved svtmsg.hrc ttglobal.hrc from svtools to basic

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [75714ce0aea3b32e71d0640e225921270a5b7965]

        #i10000# moved from inc

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [1368e2bcbce4cde115fd82aa50e05bc6e5770a0c]

        #i10000# moved to inc/basic Issue number: Submitted by: Reviewed by:

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [32aa723e14398ea2d56d9909c8b5235c31b9ef86]

        INTEGRATION: CWS gh13 (1.26.20); FILE MERGED 2007/01/05 10:22:39 gh 1.26.20.10: added suggestion from #i73139# 2006/12/29 12:40:46 gh 1.26.20.9: new commands inserted to be implemented later on in sts library 2006/12/14 08:07:00 gh 1.26.20.8: #i69048# addad ID 17 for OS/2 (eComStation) 2006/11/30 11:39:41 gh 1.26.20.7: #112775# methods needed for TreeListBox with two checkboxes 2006/11/22 14:46:38 gh 1.26.20.6: #i68804# write default configuration to configfile(testtoolrc/.ini) on call 2006/11/22 14:28:18 gh 1.26.20.5: #i22679# small fix 2006/11/22 11:04:57 gh 1.26.20.4: #i22679# new commands to request webpages 2006/11/17 12:08:17 gh 1.26.20.3: rework removing warnings from code to be nicer 2006/11/17 07:06:29 gh 1.26.20.2: RESYNC: (1.26-1.30); FILE MERGED 2006/10/05 13:38:23 gh 1.26.20.1: #i49665#destroy objects in the right order

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [aff036de5a0d604459ec29a50ae36cd81aea418c]

        #i10000# generate new configure

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [91017c01118906c4d4d4981d2858de9d31d5ddb8]

        #i77214# fix possible heap overwrite in RTF import filter

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [2c31a99462756349b58facfac0d786b6a9227937]

        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>  [323c04277ecf27c7cb38a0dfd679dc1d81a99b5c]

        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>  [9ad3295b3c7ccd5e1b0f07dd3f071e61d526b391]

        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>  [1ec933f4b72ae307b89739466eb5e795aad2ec03]

        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>  [94519337cd4e54387977fb256fa4fa78127aa05a]

        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>  [2b170aa1ef56f17b86a9007e106786de1a4c85f3]

        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>  [1d9f11adefa7347168af22e4438c9b6e51a8dd8d]

        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>  [d89eb7361d85df647e0f28b35ede1e58e5a8643c]

        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>  [012c8a6ffe39d331126beaca863f6769f0422393]

        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>  [267cb2d1b22a6808e7f571aeae1e9c53891724c8]

        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>  [0d28a69655e528e3ac54ad7d9d06dcaf574692bc]

        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>  [6fd16d7503027dc4f715cb0013eb155eee8e8bb7]

        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>  [a32e4d808ea493378092a3956bdf5ff2866e95e4]

        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>  [32be5975e07de104575765961f7ec45d72219260]

        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>  [ff0aa6db694fa1abdfc3c4442ba90ef64bb70b57]

        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>  [1b75dc486531a98a600491cd4863a769100d2139]

        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>  [4c33724ea0f859d2dbabc1fbb2532b67e73ee727]

        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>  [65eb54a1713920c7c2afd3f6b64883eed4a990d6]

        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>  [c76f3524bb6d4c193b934fb1d453acdf65b8a824]

        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>  [ac48f36792152884513dbf2b597f755471a07a07]

        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>  [83d9e001a8dc2a4b5fbfebe475c31c2519f0b3fa]

        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>  [f492fae8e36a49ed328694666b833820cf7c3693]

        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>  [671ba8ebb0f2fff5a7f7a8bcd22ca70d168577fa]

        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>  [7bb099f5a967e76f8b887f5b443069fcdfb04770]

        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>  [16e44b5e58ed5ba57c0c8defea0a043ad99f8714]

        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>  [da2bf85cb362e0df73ca13658b5eb9b14f3e15cc]

        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>  [f8862250f593bcfec784178d4e408e560ca4355a]

        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>  [a9a48046a2e5f34670f7388a3ede27e96343e27a]

        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>  [8e0645eb3270e1134a8bbe13ccd316fca699998b]

        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>  [93d24ada43074cd0a61ba52d7dd9f19765a12815]

        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>  [9a5ec42517f3c5a4e3eb2d38faa8641bc57196ac]

        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>  [2be7c84aea65db1572c352aa8511c1990016dfc0]

        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>  [bce84b7e07deb7d72b26d4d3a7bda400140052ca]

        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>  [73b0b1b789e64f026d3ffadd21688c26a26be803]

        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>  [165eb4d4018db11b4e5d118c4c50e98ad77d95bd]

        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>  [f469efbdd05f8aff8debe8156054b487c04c621d]

        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>  [05ecbf4f39339e8e94722e9ddf8ced578335f6e6]

        INTEGRATION: CWS gh13 (1.7.54); FILE MERGED 2006/12/22 09:11:18 gh 1.7.54.4: #i63641# provide config page for Crashreproter settings 2006/12/14 14:41:37 gh 1.7.54.3: #i63642# add OOoProgramDir to misc page in extra/settings 2006/10/06 08:59:24 gh 1.7.54.2: #i61792# remove duplicate images 2006/10/05 11:41:56 gh 1.7.54.1: #i69238# default hid.lst directory dependant on basedir

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [7897a5955366239818c6e35d503ead8b4b5ce1af]

        INTEGRATION: CWS gh13 (1.25.16); FILE MERGED 2007/01/31 10:06:48 gh 1.25.16.2: RESYNC: (1.25-1.26); FILE MERGED 2006/11/17 12:08:00 gh 1.25.16.1: rework removing warnings from code to be nicer

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [c5577c2858da40577ad7116d64be8c55cadf5374]

        INTEGRATION: CWS gh13 (1.12.36); FILE MERGED 2006/12/22 09:11:18 gh 1.12.36.3: #i63641# provide config page for Crashreproter settings 2006/12/14 14:41:37 gh 1.12.36.2: #i63642# add OOoProgramDir to misc page in extra/settings 2006/10/05 11:41:56 gh 1.12.36.1: #i69238# default hid.lst directory dependant on basedir

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [17df38c2b8df2e070f6db86bcbee72ff4c9ede03]

        INTEGRATION: CWS gh13 (1.2.134); FILE MERGED 2006/11/30 11:37:17 gh 1.2.134.1: moved svtmsg.hrc ttglobal.hrc from svtools to basic

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [85ce4574270724a7ef9f03e8d127707948e1a625]

        INTEGRATION: CWS gh13 (1.6.62); FILE MERGED 2006/12/22 09:11:17 gh 1.6.62.1: #i63641# provide config page for Crashreproter settings

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [30399f52b8330e963e2255eda35044b102afab58]

        INTEGRATION: CWS gh13 (1.67.16); FILE MERGED 2006/12/29 12:41:38 gh 1.67.16.1: updated assertionfilter for standalone testtool

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [01d94183d31d734b85ca5df1b3391bc0cc900b94]

        INTEGRATION: CWS gh13 (1.5.134); FILE MERGED 2006/11/30 11:37:16 gh 1.5.134.1: moved svtmsg.hrc ttglobal.hrc from svtools to basic

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [9e6c50a7a6495ad06e4803a57ee113c84aa865e5]

        INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2006/11/30 11:32:03 gh 1.1.2.1: moved from svtools/inc

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [098c8a390d76ebd1e1a683350cca7c666fdbd3d4]

        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>  [9540ed1ebfbbf066acf23fa186354a899b9d8641]

        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>  [0b41434601b28100683f5b8e4083e3e72093220d]

        INTEGRATION: CWS gh13 (1.14.26); FILE MERGED 2006/11/22 11:04:57 gh 1.14.26.1: #i22679# new commands to request webpages

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [490a308ab74a8fbd50b6f60e0df5fbe8e290fb08]

        INTEGRATION: CWS gh13 (1.8.18); FILE MERGED 2007/01/31 09:36:48 gh 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/22 11:04:57 gh 1.8.18.1: #i22679# new commands to request webpages

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [2fe0edd1e462b427a7c2ba9a6e11809f1b03509a]

        INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2006/11/22 11:04:56 gh 1.1.2.1: #i22679# new commands to request webpages

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [b69b2d19b747c0e14edd43ee12bd298cf7433683]

        INTEGRATION: CWS gh13 (1.1.2); FILE ADDED 2006/12/20 12:36:39 gh 1.1.2.2: remove linux warning 2006/11/22 11:04:56 gh 1.1.2.1: #i22679# new commands to request webpages

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [b689f1d056d7bf8d91b9a886fed804d8e7dbeac0]

        INTEGRATION: CWS gh13 (1.14.26); FILE MERGED 2007/04/12 08:56:03 gh 1.14.26.4: #i75602#wait for event to be submitted 2007/02/08 05:48:06 gh 1.14.26.3: #i73989#do not use PostEvent in mousedown/up for clicking toolbox buttons 2006/12/14 14:40:10 gh 1.14.26.2: #i52436# add new methods for EditBrowseBox and replace using SetControlType by RTTI 2006/10/25 12:39:42 gh 1.14.26.1: #i45199#use Application::Post*Event

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [6b915734e91c7f66240cee0b4840255a6bb99bf9]

        INTEGRATION: CWS gh13 (1.27.22); FILE MERGED 2007/05/02 05:46:39 gh 1.27.22.20: #i76342# grab focus asynchronously 2007/04/18 08:14:02 gh 1.27.22.19: #i76342#add control Types to grab focus for before execution of command 2007/04/12 08:56:03 gh 1.27.22.18: #i75602#wait for event to be submitted 2007/02/08 05:46:51 gh 1.27.22.17: #i73989#do not use PostEvent in mousedown/up for clicking toolbox buttons #i52436#use different methode in EditBrowseBox 2007/01/26 15:51:09 gh 1.27.22.16: #i73886#change default behaviour to 'current entry' instead of '1st entry' for certian methods 2007/01/26 15:21:08 gh 1.27.22.15: #i73883# call CheckButtonHdl after checking checkbox 2006/12/28 12:55:43 gh 1.27.22.14: #112775# bugfix 2006/12/28 09:44:17 gh 1.27.22.13: #112775# change default behaviour (no row given) to select the first appropriate item instead of the first item 2006/12/20 12:38:26 gh 1.27.22.12: #i72795#make ORoadmap automatabe by Testtool 2006/12/15 09:33:37 gh 1.27.22.11: #i52436# add new methods to testtool for EditBrowseBox 2006/12/14 14:40:10 gh 1.27.22.10: #i52436# add new methods for EditBrowseBox and replace using SetControlType by RTTI 2006/11/30 11:39:40 gh 1.27.22.9: #112775# methods needed for TreeListBox with two checkboxes 2006/11/17 12:08:17 gh 1.27.22.8: rework removing warnings from code to be nicer 2006/11/17 07:04:58 gh 1.27.22.7: RESYNC: (1.27-1.29); FILE MERGED 2006/10/25 12:39:41 gh 1.27.22.6: #i45199#use Application::Post*Event 2006/10/12 06:59:05 gh 1.27.22.5: #i64313# open Custom menu on floating ToolBox as well 2006/10/06 09:06:05 gh 1.27.22.4: #i68654#added command MenuHasSubMenu - fix warning for unxsols 2006/10/04 13:42:12 gh 1.27.22.3: #i54266# Ressourcetype Window can now be recovered and accessed 2006/10/04 10:23:46 gh 1.27.22.2: #i68654#added command MenuHasSubMenu 2006/10/04 10:22:38 gh 1.27.22.1: #i68654#added command MenuHasSubMenu

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [a6c31cec8d71300fe991db01cfa52097d95a6338]

        INTEGRATION: CWS gh13 (1.20.18); FILE MERGED 2007/04/12 08:56:03 gh 1.20.18.7: #i75602#wait for event to be submitted 2007/02/08 05:48:06 gh 1.20.18.6: #i73989#do not use PostEvent in mousedown/up for clicking toolbox buttons 2006/12/20 12:38:26 gh 1.20.18.5: #i72795#make ORoadmap automatabe by Testtool 2006/12/14 14:40:10 gh 1.20.18.4: #i52436# add new methods for EditBrowseBox and replace using SetControlType by RTTI 2006/11/17 12:08:17 gh 1.20.18.3: rework removing warnings from code to be nicer 2006/11/17 07:04:49 gh 1.20.18.2: RESYNC: (1.20-1.22); FILE MERGED 2006/10/25 12:39:41 gh 1.20.18.1: #i45199#use Application::Post*Event

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [4b85f3b52f2314fd6fd7fe303f04bacc53e4ff09]

        INTEGRATION: CWS gh13 (1.13.24); FILE MERGED 2006/11/30 11:36:06 gh 1.13.24.3: moved svtmsg.hrc ttglobal.hrc from svtools to basic 2006/11/17 07:04:42 gh 1.13.24.2: RESYNC: (1.13-1.15); FILE MERGED 2006/10/25 12:39:41 gh 1.13.24.1: #i45199#use Application::Post*Event

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [561be145b74c76e2dd937f2672cd1c00fb09fb52]

        INTEGRATION: CWS gh13 (1.3.66); FILE MERGED 2006/09/22 15:03:08 gh 1.3.66.1: remove warning in debug code

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [648a785744260215bf1871666096698bf5dfd588]

        INTEGRATION: CWS gh13 (1.5.24); FILE MERGED 2006/11/17 12:05:39 gh 1.5.24.1: remove warning for debug code

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [9fd5c84b87e7707afa9ec3c3e130de982c723504]

        INTEGRATION: CWS gh13 (1.8.24); FILE MERGED 2006/11/30 11:36:06 gh 1.8.24.1: moved svtmsg.hrc ttglobal.hrc from svtools to basic

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [276a7af73874fc5655bbc4dd7f86be1b9bd3b12d]

        INTEGRATION: CWS gh13 (1.7.40); FILE MERGED 2006/12/29 12:40:46 gh 1.7.40.7: new commands inserted to be implemented later on in sts library 2006/12/20 12:38:25 gh 1.7.40.6: #i72795#make ORoadmap automatabe by Testtool 2006/12/14 14:40:09 gh 1.7.40.5: #i52436# add new methods for EditBrowseBox and replace using SetControlType by RTTI 2006/11/30 11:39:40 gh 1.7.40.4: #112775# methods needed for TreeListBox with two checkboxes 2006/10/25 12:39:41 gh 1.7.40.3: #i45199#use Application::Post*Event 2006/10/04 13:42:12 gh 1.7.40.2: #i54266# Ressourcetype Window can now be recovered and accessed 2006/10/04 10:22:37 gh 1.7.40.1: #i68654#added command MenuHasSubMenu

2007-05-11  Kurt Zenker  <kz@openoffice.org>  [b412ddb9702893842535adaf788c238e617c91ad]

        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>  [ef3645bf96a387b2c9382a04280486a4855e89bb]

        INTEGRATION: CWS pchfix04 (1.9.66); FILE MERGED 2007/01/26 20:56:28 hjs 1.9.66.3: RESYNC: (1.9-1.10); FILE MERGED 2007/01/12 17:18:27 hjs 1.9.66.2: #i73422# define names fixed - no undef needed anymore 2007/01/03 17:07:19 hjs 1.9.66.1: #i73078# avoid macro redefinition warnings

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6334363d442db2337d7df4ff8ebeedc44d4db88c]

        INTEGRATION: CWS pchfix04 (1.19.16); FILE MERGED 2007/02/05 13:15:51 os 1.19.16.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d327e1e7af33b216205ad43c883e680a59f7c55e]

        INTEGRATION: CWS pchfix04 (1.2.34); FILE MERGED 2007/05/03 15:42:18 hjs 1.2.34.1: #i73604# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1e98637ff3c59b2e869d76cdb7285746e6fbb26a]

        INTEGRATION: CWS pchfix04 (1.2.88); FILE MERGED 2007/02/16 11:44:19 hjs 1.2.88.4: #i73078# removed file 2006/12/13 17:34:55 hjs 1.2.88.3: #i71519# removed local headers; removed svtools/helpid.hrc to get gcc 3.4.1 running 2006/11/21 13:01:56 mkretzschmar 1.2.88.2: #i71519# Fixed sfx2 pch-enabled build on linux 2006/11/20 14:07:01 kaib 1.2.88.1: #i71519# Added working pch file for sfx2

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1e5411e50191f391db67991ed63e95e73c76607f]

        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>  [b02c7709f13d548dc80b969a8c8195a283cd3e2f]

        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>  [3c58accdb9e492988430c4eaf376c21384266a69]

        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>  [b5daa182f5b1f5fa08f0db3b0f6d9a538ae208e7]

        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>  [aacba70524d2e8ee7a776601524678fca5040286]

        INTEGRATION: CWS pchfix04 (1.37.20); FILE MERGED 2007/04/26 04:02:25 hjs 1.37.20.2: RESYNC: (1.37-1.38); FILE MERGED 2007/02/02 11:34:30 hjs 1.37.20.1: #i72289# split lib file

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [95130936864e86c293b62d53daef61bc081fb9ae]

        INTEGRATION: CWS pchfix04 (1.12.104); FILE MERGED 2007/04/26 04:22:50 hjs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/05 08:35:39 os 1.12.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0e8452b05d447b42617003a94e9400c9e710469c]

        INTEGRATION: CWS pchfix04 (1.35.20); FILE MERGED 2007/04/26 04:31:24 hjs 1.35.20.2: RESYNC: (1.35-1.36); FILE MERGED 2007/02/05 08:35:39 os 1.35.20.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9aee63b68795eca69bb746f5582b2919184dfde3]

        INTEGRATION: CWS pchfix04 (1.34.104); FILE MERGED 2007/02/05 08:35:39 os 1.34.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [630f77c640b459eaa8dc5777ba33b96d22fbd75a]

        INTEGRATION: CWS pchfix04 (1.31.94); FILE MERGED 2007/04/26 04:22:11 hjs 1.31.94.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/05 08:35:39 os 1.31.94.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7f65adfbbf78f590fb03ef8c5f9a517747eb45cc]

        INTEGRATION: CWS pchfix04 (1.56.102); FILE MERGED 2007/04/26 04:23:06 hjs 1.56.102.2: RESYNC: (1.56-1.58); FILE MERGED 2007/02/05 08:35:39 os 1.56.102.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [855d015c721c655d70ab725b5b54c06f326bc5eb]

        INTEGRATION: CWS pchfix04 (1.9.104); FILE MERGED 2007/04/26 04:29:25 hjs 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/05 08:35:39 os 1.9.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [12290b77bfde71064bb723a82e3806ad2801e770]

        INTEGRATION: CWS pchfix04 (1.63.2); FILE MERGED 2007/04/26 04:30:47 hjs 1.63.2.2: RESYNC: (1.63-1.64); FILE MERGED 2007/02/05 08:35:38 os 1.63.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [151203b8558aa0bde752249f6ba3def04794916b]

        INTEGRATION: CWS pchfix04 (1.29.104); FILE MERGED 2007/04/26 04:29:02 hjs 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:35:38 os 1.29.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7c0b7662ac17e1d130c048ada8ea785a51669590]

        INTEGRATION: CWS pchfix04 (1.20.8); FILE MERGED 2007/02/05 08:35:38 os 1.20.8.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b1d813902f6dc982a9073fa2d15f1f217095b953]

        INTEGRATION: CWS pchfix04 (1.51.2); FILE MERGED 2007/04/26 04:23:49 hjs 1.51.2.2: RESYNC: (1.51-1.52); FILE MERGED 2007/02/05 08:35:38 os 1.51.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [177d48ed67db5d77a3d665ab0c3beab934d082d3]

        INTEGRATION: CWS pchfix04 (1.16.22); FILE MERGED 2007/04/26 04:22:33 hjs 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2007/02/05 08:35:38 os 1.16.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a6eb5f7411777671e1ce68fd3b3ed6e832d687e7]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/04/26 04:31:37 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:38 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2fdb48c01463cc9bcefca7c24bee9ce9e18b3dab]

        INTEGRATION: CWS pchfix04 (1.48.2); FILE MERGED 2007/04/26 04:25:15 hjs 1.48.2.2: RESYNC: (1.48-1.49); FILE MERGED 2007/02/05 08:35:37 os 1.48.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cdb9919e1a9c3acb246d7b4dfc27f6aed209aced]

        INTEGRATION: CWS pchfix04 (1.31.2); FILE MERGED 2007/04/26 04:24:24 hjs 1.31.2.2: RESYNC: (1.31-1.33); FILE MERGED 2007/02/05 08:35:37 os 1.31.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [247260de0e2b66218143b44543954bfe9b82ef78]

        INTEGRATION: CWS pchfix04 (1.30.2); FILE MERGED 2007/04/26 04:30:32 hjs 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2007/02/05 08:35:37 os 1.30.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b605d62890d97ad65db896ea368713bc34472eca]

        INTEGRATION: CWS pchfix04 (1.52.38); FILE MERGED 2007/04/26 04:24:31 hjs 1.52.38.2: RESYNC: (1.52-1.53); FILE MERGED 2007/02/05 08:35:37 os 1.52.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7c9e099a04463213999eacd6e5b02427ae3c1339]

        INTEGRATION: CWS pchfix04 (1.17.22); FILE MERGED 2007/04/26 04:22:26 hjs 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/05 08:35:37 os 1.17.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d90b16dd888820089600fc58795cb794b8500e50]

        INTEGRATION: CWS pchfix04 (1.31.22); FILE MERGED 2007/04/26 04:31:30 hjs 1.31.22.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/05 08:35:36 os 1.31.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d5e3181facf74e57369a31197624eb5697cd2e2b]

        INTEGRATION: CWS pchfix04 (1.15.22); FILE MERGED 2007/04/26 04:30:07 hjs 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:36 os 1.15.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [57d5a82ae7ce9a7c920db93b797fa7f51a13d1ff]

        INTEGRATION: CWS pchfix04 (1.79.22); FILE MERGED 2007/04/26 04:29:32 hjs 1.79.22.2: RESYNC: (1.79-1.80); FILE MERGED 2007/02/05 08:35:36 os 1.79.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7588961606dbe20ebe32cf483f8124030ca16898]

        INTEGRATION: CWS pchfix04 (1.32.104); FILE MERGED 2007/04/26 04:25:23 hjs 1.32.104.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/05 08:35:36 os 1.32.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [aa8f64dd7dbb662e77b2ff30dce17d29d1a8c106]

        INTEGRATION: CWS pchfix04 (1.29.104); FILE MERGED 2007/04/26 04:24:37 hjs 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:35:36 os 1.29.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [02cf75d5f7afb7ffb18940591e6aebf184a960a8]

        INTEGRATION: CWS pchfix04 (1.44.6); FILE MERGED 2007/04/26 04:29:09 hjs 1.44.6.2: RESYNC: (1.44-1.45); FILE MERGED 2007/02/05 08:35:35 os 1.44.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dcc7cd432d9a86892da5d23df2a63bbe1af77019]

        INTEGRATION: CWS pchfix04 (1.22.104); FILE MERGED 2007/04/26 04:56:12 hjs 1.22.104.2: RESYNC: (1.22-1.23); FILE MERGED 2007/02/05 08:35:35 os 1.22.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5a3aa5e5768aed1b084832be02fa23ad999d023e]

        INTEGRATION: CWS pchfix04 (1.36.104); FILE MERGED 2007/04/26 04:54:27 hjs 1.36.104.2: RESYNC: (1.36-1.38); FILE MERGED 2007/02/05 08:35:35 os 1.36.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [12fa5e8c30cc0ccf27712352c1b89f089b6ca03e]

        INTEGRATION: CWS pchfix04 (1.5.104); FILE MERGED 2007/04/26 04:54:20 hjs 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2007/02/05 08:35:35 os 1.5.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [49900c63d2ff26b7dd21e8803aefe87b2d711968]

        INTEGRATION: CWS pchfix04 (1.14.104); FILE MERGED 2007/04/26 04:53:22 hjs 1.14.104.2: RESYNC: (1.14-1.16); FILE MERGED 2007/02/05 08:35:35 os 1.14.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [395ad2c839da602d1687e58cfe39b0027beae72d]

        INTEGRATION: CWS pchfix04 (1.23.104); FILE MERGED 2007/04/26 04:59:19 hjs 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/05 08:35:34 os 1.23.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e0094cbfbb544fc78883305c64a56121325aae23]

        INTEGRATION: CWS pchfix04 (1.99.38); FILE MERGED 2007/04/26 04:55:50 hjs 1.99.38.2: RESYNC: (1.99-1.101); FILE MERGED 2007/02/05 08:35:34 os 1.99.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2f216d5cc45acf1b29650a627fb9cab41309ae0c]

        INTEGRATION: CWS pchfix04 (1.12.104); FILE MERGED 2007/04/26 04:59:13 hjs 1.12.104.2: RESYNC: (1.12-1.14); FILE MERGED 2007/02/05 08:35:34 os 1.12.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f176bc029af8b0071ad01bc23fe750402c4a6b18]

        INTEGRATION: CWS pchfix04 (1.11.104); FILE MERGED 2007/04/26 04:20:40 hjs 1.11.104.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/05 08:35:33 os 1.11.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [831d5ceab189adbd91c3dbd85ef487302f63858c]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/05/09 08:35:34 hjs 1.15.104.3: RESYNC: (1.16-1.17); FILE MERGED 2007/04/26 05:00:40 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:33 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bec33f51cd82ff413abfa39c522ce4dd9cd71982]

        INTEGRATION: CWS pchfix04 (1.7.104); FILE MERGED 2007/04/26 05:00:47 hjs 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/05 08:35:33 os 1.7.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6b1f5cd5d9c90b88500dbd4dbe10303123437abb]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/04/26 04:47:03 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:33 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f77dae6ffe12ca3ce388eeba48337721b2feb58b]

        INTEGRATION: CWS pchfix04 (1.8.104); FILE MERGED 2007/04/26 04:51:58 hjs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/05 08:35:32 os 1.8.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7a79ed9ddb224a84569077f7e5bcc99985bdbd25]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/04/26 04:50:37 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:32 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [85891a4bd4765ee8fd89902f8f049ea1a6c7b5d6]

        INTEGRATION: CWS pchfix04 (1.13.22); FILE MERGED 2007/02/05 08:35:32 os 1.13.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c50b129954242c15b7e771062ad5f1605457b654]

        INTEGRATION: CWS pchfix04 (1.17.6); FILE MERGED 2007/04/26 04:40:12 hjs 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/05 08:35:31 os 1.17.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [71b45e713f2426a70538e2620ee21fa18d82cc89]

        INTEGRATION: CWS pchfix04 (1.10.22); FILE MERGED 2007/04/26 04:39:18 hjs 1.10.22.3: RESYNC: (1.10-1.11); FILE MERGED 2007/02/06 07:03:28 os 1.10.22.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:35:31 os 1.10.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [41971dd733764a047beb159893a81623aaa7fc30]

        INTEGRATION: CWS pchfix04 (1.16.22); FILE MERGED 2007/02/05 08:35:31 os 1.16.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [37785046e192ca4bc5d58e1a2b3d504ef54afaf4]

        INTEGRATION: CWS pchfix04 (1.12.104); FILE MERGED 2007/05/09 08:34:13 hjs 1.12.104.3: RESYNC: (1.13-1.14); FILE MERGED 2007/04/26 04:37:51 hjs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/05 08:35:31 os 1.12.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ff33d12cc9e6591609416c55c344ab41fbe250a]

        INTEGRATION: CWS pchfix04 (1.28.104); FILE MERGED 2007/04/26 04:37:57 hjs 1.28.104.2: RESYNC: (1.28-1.29); FILE MERGED 2007/02/05 08:35:30 os 1.28.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [36902dab9253f5a59e4a7f381749674f12b3e32b]

        INTEGRATION: CWS pchfix04 (1.7.94); FILE MERGED 2007/02/05 08:35:30 os 1.7.94.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ee04d5c06699d45405b1f3a38340f416625a23ff]

        INTEGRATION: CWS pchfix04 (1.50.2); FILE MERGED 2007/04/26 05:05:10 hjs 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED 2007/02/05 08:35:30 os 1.50.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [965c781e1fb2609a555a25af831de01b7723ec5f]

        INTEGRATION: CWS pchfix04 (1.21.34); FILE MERGED 2007/04/26 05:03:50 hjs 1.21.34.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/05 08:35:30 os 1.21.34.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b8bcf3e2d78ea9c70ec088e7cb7d46a9af83773a]

        INTEGRATION: CWS pchfix04 (1.88.16); FILE MERGED 2007/04/26 05:05:17 hjs 1.88.16.2: RESYNC: (1.88-1.89); FILE MERGED 2007/02/05 08:35:29 os 1.88.16.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1df25dce6bf7cdc8e196ad5d5a7d99e1ba940804]

        INTEGRATION: CWS pchfix04 (1.63.38); FILE MERGED 2007/04/26 05:05:40 hjs 1.63.38.2: RESYNC: (1.63-1.64); FILE MERGED 2007/02/05 08:35:29 os 1.63.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8d3ddbb68bee7c89142228b23901b95f648c3351]

        INTEGRATION: CWS pchfix04 (1.13.104); FILE MERGED 2007/04/26 04:32:57 hjs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/05 08:35:29 os 1.13.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [086e7a046b5e799ba8a2b9fc785cefc973fb0758]

        INTEGRATION: CWS pchfix04 (1.25.94); FILE MERGED 2007/04/26 04:34:00 hjs 1.25.94.2: RESYNC: (1.25-1.26); FILE MERGED 2007/02/05 08:35:29 os 1.25.94.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [26df1020f2c657a171f0d8a3c97269c2b096c377]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/02/05 08:35:28 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e5438a789671fe62d4e25abd02106a18c8a3f280]

        INTEGRATION: CWS pchfix04 (1.28.104); FILE MERGED 2007/04/26 04:04:01 hjs 1.28.104.2: RESYNC: (1.28-1.29); FILE MERGED 2007/02/05 08:35:28 os 1.28.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0759bc95943be4ae6ee1d0233601e4938b8f14bd]

        INTEGRATION: CWS pchfix04 (1.51.82); FILE MERGED 2007/04/26 04:05:03 hjs 1.51.82.2: RESYNC: (1.51-1.52); FILE MERGED 2007/02/05 08:35:28 os 1.51.82.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [717dea1964bfc599639cca2b1e130e5fea0fded7]

        INTEGRATION: CWS pchfix04 (1.36.20); FILE MERGED 2007/04/26 04:04:09 hjs 1.36.20.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 08:35:28 os 1.36.20.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [320310b98418f0d8a16a2ccf449cc169048d6adb]

        INTEGRATION: CWS pchfix04 (1.50.2); FILE MERGED 2007/04/26 04:04:25 hjs 1.50.2.2: RESYNC: (1.50-1.51); FILE MERGED 2007/02/05 08:35:28 os 1.50.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a3274c5526291d3f7829229a40e0235f4c912605]

        INTEGRATION: CWS pchfix04 (1.67.38); FILE MERGED 2007/04/26 04:03:44 hjs 1.67.38.2: RESYNC: (1.67-1.68); FILE MERGED 2007/02/05 08:35:27 os 1.67.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [541637412a375da41c85d8854cde47f95e2e8800]

        INTEGRATION: CWS pchfix04 (1.36.46); FILE MERGED 2007/04/26 04:45:16 hjs 1.36.46.3: RESYNC: (1.37-1.38); FILE MERGED 2007/02/13 16:27:00 hjs 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 08:35:27 os 1.36.46.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d1718ee4d9bb379ec78aef6e0fdeb132343df7c8]

        INTEGRATION: CWS pchfix04 (1.23.104); FILE MERGED 2007/04/26 04:43:54 hjs 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/05 08:35:27 os 1.23.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8e0870b705a64e6d727cdacf225dfeabc8dd3629]

        INTEGRATION: CWS pchfix04 (1.18.104); FILE MERGED 2007/04/26 04:44:00 hjs 1.18.104.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/05 08:35:27 os 1.18.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [77c078a108841ad158f4f8bf5fac71df350a24dc]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/02/05 08:35:27 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e9e1faa18161f668a5ab8c1b2c51afaf91be5d7f]

        INTEGRATION: CWS pchfix04 (1.19.104); FILE MERGED 2007/04/26 04:44:52 hjs 1.19.104.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 08:35:26 os 1.19.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [585ede9571ff62ed8ae0d2597f55394f4acf87c2]

        INTEGRATION: CWS pchfix04 (1.29.104); FILE MERGED 2007/04/26 04:43:29 hjs 1.29.104.3: RESYNC: (1.30-1.31); FILE MERGED 2007/02/13 16:26:52 hjs 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:35:26 os 1.29.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3922cb8ca94ec254dc9ed0b69b529f17055b5fc8]

        INTEGRATION: CWS pchfix04 (1.9.104); FILE MERGED 2007/04/26 05:32:15 hjs 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/05 08:35:26 os 1.9.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5bc25b3ea75333f46ca1eb60fbc29214ee012fcd]

        INTEGRATION: CWS pchfix04 (1.201.102); FILE MERGED 2007/04/26 05:36:07 hjs 1.201.102.2: RESYNC: (1.201-1.203); FILE MERGED 2007/02/05 08:35:26 os 1.201.102.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [40019b8f6fa8ebd5b20590285b771ff2abaf55ea]

        INTEGRATION: CWS pchfix04 (1.84.2); FILE MERGED 2007/04/26 05:48:15 hjs 1.84.2.2: RESYNC: (1.84-1.85); FILE MERGED 2007/02/05 08:35:25 os 1.84.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fd8b57f91467e877641f10f40b45ce1d979fce52]

        INTEGRATION: CWS pchfix04 (1.17.2); FILE MERGED 2007/05/03 15:25:52 hjs 1.17.2.3: #i73604# - fix after resync 2007/04/26 05:49:23 hjs 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/05 08:35:25 os 1.17.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8d98e85f10b65669349fa151f1aaa51f107f4fc2]

        INTEGRATION: CWS pchfix04 (1.7.104); FILE MERGED 2007/04/26 05:28:30 hjs 1.7.104.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/05 08:35:25 os 1.7.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [711f82863eed99b88a12314b1a6b63dbe8a274f3]

        INTEGRATION: CWS pchfix04 (1.6.102); FILE MERGED 2007/04/26 05:28:42 hjs 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/05 08:35:24 os 1.6.102.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a616486b1b4a62850eb3a4228cf21aaf3a0e9a7b]

        INTEGRATION: CWS pchfix04 (1.16.104); FILE MERGED 2007/04/26 05:28:36 hjs 1.16.104.2: RESYNC: (1.16-1.17); FILE MERGED 2007/02/05 08:35:24 os 1.16.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7601b3dc58310fbc956fcbbbc6dfe93e010c67bc]

        INTEGRATION: CWS pchfix04 (1.3.104); FILE MERGED 2007/04/26 05:39:13 hjs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2007/02/05 08:35:24 os 1.3.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e7fd95d0b6fff49e15c22388facc34b678818cc1]

        INTEGRATION: CWS pchfix04 (1.13.102); FILE MERGED 2007/04/26 05:46:39 hjs 1.13.102.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/05 08:35:24 os 1.13.102.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a777e9c29adced8e898f0e3fa3df347983a7163f]

        INTEGRATION: CWS pchfix04 (1.3.104); FILE MERGED 2007/02/05 08:35:23 os 1.3.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e383810d35fa78e6118dec0bd048f6a6166055ef]

        INTEGRATION: CWS pchfix04 (1.4.104); FILE MERGED 2007/04/26 05:47:32 hjs 1.4.104.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/05 08:35:23 os 1.4.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6053cc05aa62366ba9a2f21c762fe4210541e59a]

        INTEGRATION: CWS pchfix04 (1.10.124); FILE MERGED 2007/02/05 08:35:23 os 1.10.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [736fc3b477d6ca2e6db06ebd9e7f8a09146ba9b8]

        INTEGRATION: CWS pchfix04 (1.29.82); FILE MERGED 2007/04/26 05:37:54 hjs 1.29.82.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:35:23 os 1.29.82.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba9b2d0b9515e2211ef17e17955546428c7e40e7]

        INTEGRATION: CWS pchfix04 (1.15.104); FILE MERGED 2007/04/26 05:38:11 hjs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/05 08:35:22 os 1.15.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [46948b555740cbb005e9da56d6dfa1c9dd8cead9]

        INTEGRATION: CWS pchfix04 (1.32.52); FILE MERGED 2007/04/26 05:37:47 hjs 1.32.52.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/05 08:35:22 os 1.32.52.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [51d160f0cf16418ea60d99dbbfbb660f9ca351ee]

        INTEGRATION: CWS pchfix04 (1.31.36); FILE MERGED 2007/04/26 05:45:36 hjs 1.31.36.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/05 08:35:22 os 1.31.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [703f3502610ba41ee888123f5c68005373df8b72]

        INTEGRATION: CWS pchfix04 (1.13.100); FILE MERGED 2007/04/26 05:43:19 hjs 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/05 08:35:22 os 1.13.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cc1575db8867b88c93420015b096887d2ccd098a]

        INTEGRATION: CWS pchfix04 (1.25.14); FILE MERGED 2007/04/26 05:46:25 hjs 1.25.14.2: RESYNC: (1.25-1.26); FILE MERGED 2007/02/05 08:35:22 os 1.25.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f671747d39b45e7d4007aca65c31e4cc845afadd]

        INTEGRATION: CWS pchfix04 (1.48.2); FILE MERGED 2007/04/26 05:45:00 hjs 1.48.2.2: RESYNC: (1.48-1.49); FILE MERGED 2007/02/05 08:35:21 os 1.48.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5ac2b00f4fcecada6b44b7d7fbc0a7fea4dc3f48]

        INTEGRATION: CWS pchfix04 (1.22.102); FILE MERGED 2007/04/26 05:41:23 hjs 1.22.102.2: RESYNC: (1.22-1.23); FILE MERGED 2007/02/05 08:35:21 os 1.22.102.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8f6e82dbae4aaa2a54b376fe336f09081b903aa1]

        INTEGRATION: CWS pchfix04 (1.27.36); FILE MERGED 2007/02/05 08:35:21 os 1.27.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [463d0781dcdbab4f2e53415093963be38387524b]

        INTEGRATION: CWS pchfix04 (1.18.36); FILE MERGED 2007/04/26 05:42:46 hjs 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/05 08:35:21 os 1.18.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cb23f14a9efb09c444e52ec0ef98cd2380db61dd]

        INTEGRATION: CWS pchfix04 (1.85.36); FILE MERGED 2007/04/26 05:40:33 hjs 1.85.36.2: RESYNC: (1.85-1.86); FILE MERGED 2007/02/05 08:35:21 os 1.85.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [04fea7d01b3745b2609b133d4cbdc44845e9dfac]

        INTEGRATION: CWS pchfix04 (1.14.104); FILE MERGED 2007/02/05 08:35:21 os 1.14.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fcc1079363046e2a546c21dd538877f0d42023fb]

        INTEGRATION: CWS pchfix04 (1.58.104); FILE MERGED 2007/04/26 05:45:30 hjs 1.58.104.2: RESYNC: (1.58-1.59); FILE MERGED 2007/02/05 08:35:20 os 1.58.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [331d1d7a19878746d33c6a91e663adb49f9c653b]

        INTEGRATION: CWS pchfix04 (1.84.36); FILE MERGED 2007/04/26 05:45:23 hjs 1.84.36.2: RESYNC: (1.84-1.85); FILE MERGED 2007/02/05 08:35:20 os 1.84.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0a80a3f73849eac53abcefc2aa1320f8fbe14c0d]

        INTEGRATION: CWS pchfix04 (1.42.20); FILE MERGED 2007/04/26 05:41:16 hjs 1.42.20.2: RESYNC: (1.42-1.43); FILE MERGED 2007/02/05 08:35:20 os 1.42.20.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b680154dbd19b73ecd1ce1998d0ccc9436700fc3]

        INTEGRATION: CWS pchfix04 (1.116.14); FILE MERGED 2007/02/05 08:35:20 os 1.116.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0d09e38cbbc3bf0376f5967bc19b352e7bcc93a4]

        INTEGRATION: CWS pchfix04 (1.29.104); FILE MERGED 2007/04/26 05:18:04 hjs 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:35:20 os 1.29.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0e72c1a846df0f6d2f72dd261b7c294968adee6b]

        INTEGRATION: CWS pchfix04 (1.19.104); FILE MERGED 2007/04/26 05:20:23 hjs 1.19.104.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 08:35:19 os 1.19.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0af9291db1d4bc2b006a952b0d39736b884a2274]

        INTEGRATION: CWS pchfix04 (1.14.184); FILE MERGED 2007/02/05 08:35:19 os 1.14.184.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eebf9cc0cfebdb20c63bdda55aa729985a5709bf]

        INTEGRATION: CWS pchfix04 (1.11.38); FILE MERGED 2007/04/26 05:09:59 hjs 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/05 08:35:19 os 1.11.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [13e83fd972cbb4cb0a6e6eca594ed3ff849b74d6]

        INTEGRATION: CWS pchfix04 (1.18.30); FILE MERGED 2007/04/26 05:08:03 hjs 1.18.30.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/05 08:35:18 os 1.18.30.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9a93d84c280f60ab60647cd77331277ece208df7]

        INTEGRATION: CWS pchfix04 (1.9.104); FILE MERGED 2007/04/26 05:10:05 hjs 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/05 08:35:18 os 1.9.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [61037d7ce0611745fb96e8db84fcc2c5d5107b89]

        INTEGRATION: CWS pchfix04 (1.13.104); FILE MERGED 2007/04/26 05:08:56 hjs 1.13.104.2: RESYNC: (1.13-1.15); FILE MERGED 2007/02/05 08:35:18 os 1.13.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c201b59084c4fdde296e18eb6fda39093fc9e47b]

        INTEGRATION: CWS pchfix04 (1.9.104); FILE MERGED 2007/04/26 05:11:21 hjs 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/05 08:35:18 os 1.9.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [70605a7675145098e6709a3502432a5c8ce5faae]

        INTEGRATION: CWS pchfix04 (1.48.36); FILE MERGED 2007/04/26 05:13:47 hjs 1.48.36.2: RESYNC: (1.48-1.49); FILE MERGED 2007/02/05 08:35:18 os 1.48.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a78d7156840d4f8ba3958aba924f45fd432c48c3]

        INTEGRATION: CWS pchfix04 (1.46.20); FILE MERGED 2007/04/26 05:13:40 hjs 1.46.20.2: RESYNC: (1.46-1.47); FILE MERGED 2007/02/05 08:35:18 os 1.46.20.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [677f0580a5dd2f556ad3a98bc86d70676f8d1562]

        INTEGRATION: CWS pchfix04 (1.12.104); FILE MERGED 2007/04/26 05:06:31 hjs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/05 08:35:18 os 1.12.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba293ffae9dfaae3073be709ee4786a76e2e59a4]

        INTEGRATION: CWS pchfix04 (1.74.46); FILE MERGED 2007/04/26 05:13:54 hjs 1.74.46.2: RESYNC: (1.74-1.75); FILE MERGED 2007/02/05 08:35:17 os 1.74.46.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ffc6475659c0c6f015499dbbf936abc275b232f3]

        INTEGRATION: CWS pchfix04 (1.36.36); FILE MERGED 2007/04/26 05:09:52 hjs 1.36.36.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 08:35:17 os 1.36.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3d14957437b3e6a2a38aa44de75c1b12e97b9779]

        INTEGRATION: CWS pchfix04 (1.45.38); FILE MERGED 2007/04/26 05:09:03 hjs 1.45.38.2: RESYNC: (1.45-1.46); FILE MERGED 2007/02/05 08:35:17 os 1.45.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d22427bfca72fa1c8ba837df3ec3ae6e9144e235]

        INTEGRATION: CWS pchfix04 (1.61.34); FILE MERGED 2007/04/26 05:11:36 hjs 1.61.34.2: RESYNC: (1.61-1.62); FILE MERGED 2007/02/05 08:35:17 os 1.61.34.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1caec73794f6647edc29152551a8094d78d25de0]

        INTEGRATION: CWS pchfix04 (1.22.104); FILE MERGED 2007/04/26 05:09:33 hjs 1.22.104.2: RESYNC: (1.22-1.23); FILE MERGED 2007/02/05 08:35:17 os 1.22.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [867779ee0458fc61aa0440f680f2ca1b5bba9734]

        INTEGRATION: CWS pchfix04 (1.26.104); FILE MERGED 2007/04/26 05:14:10 hjs 1.26.104.2: RESYNC: (1.26-1.28); FILE MERGED 2007/02/05 08:35:16 os 1.26.104.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1e666d36843e542e3528bbbd37e22a922f0bedbb]

        INTEGRATION: CWS pchfix04 (1.35.30); FILE MERGED 2007/04/26 05:11:15 hjs 1.35.30.2: RESYNC: (1.35-1.36); FILE MERGED 2007/02/05 08:35:16 os 1.35.30.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ffa9797e0b5e93e31f838227bdda0cca9cfad17]

        INTEGRATION: CWS pchfix04 (1.13.38); FILE MERGED 2007/04/26 05:10:29 hjs 1.13.38.2: RESYNC: (1.13-1.15); FILE MERGED 2007/02/05 08:35:16 os 1.13.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1eb6fe964d56801d60d14af50041cb6658f17f60]

        INTEGRATION: CWS pchfix04 (1.3.52); FILE MERGED 2007/04/26 04:01:49 hjs 1.3.52.4: RESYNC: (1.5-1.6); FILE MERGED 2006/12/22 12:53:04 hjs 1.3.52.3: RESYNC: (1.4-1.5); FILE MERGED 2006/12/08 13:57:51 mkretzschmar 1.3.52.2: Fix build after resync to m195 2006/11/15 22:18:21 mkretzschmar 1.3.52.1: #i71588# Fix precompiled_sc.hxx for case sensitive platforms.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [04f1783b9c3f63fb32b0fe81852fd8d4bf95c261]

        INTEGRATION: CWS pchfix04 (1.10.318); FILE MERGED 2007/02/05 08:35:15 os 1.10.318.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6ba89caf86a97b9e5bd8f562547554b89d1d23ec]

        INTEGRATION: CWS pchfix04 (1.2.318); FILE MERGED 2007/02/05 08:35:15 os 1.2.318.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [94bc2815597c83116c53e71422d63195e733f532]

        INTEGRATION: CWS pchfix04 (1.124.2); FILE MERGED 2007/04/26 03:54:53 hjs 1.124.2.9: RESYNC: (1.136-1.140); FILE MERGED 2007/02/13 16:23:06 hjs 1.124.2.8: RESYNC: (1.135-1.136); FILE MERGED 2007/01/26 20:26:11 hjs 1.124.2.7: RESYNC: (1.128-1.135); FILE MERGED 2006/12/22 12:52:34 hjs 1.124.2.6: RESYNC: (1.127-1.128); FILE MERGED 2006/12/13 15:11:37 kaib 1.124.2.5: #i71519# Reverting my second addition of --enable-pch to configure.in 2006/12/13 14:38:20 kaib 1.124.2.4: #i71519# added --enable-pch option to configure 2006/12/11 14:49:42 kaib 1.124.2.3: RESYNC: (1.125-1.127); FILE MERGED 2006/12/04 19:22:04 kaib 1.124.2.2: RESYNC: (1.124-1.125); FILE MERGED 2006/11/24 11:59:22 mkretzschmar 1.124.2.1: #i71927# Set CVER to C341 for gcc >= 3.4.1 on Mac OS X

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5a2d55ad4dce79ad626aef1f97e65400b7a84f7d]

        INTEGRATION: CWS pchfix04 (1.187.2); FILE MERGED 2007/04/26 03:54:39 hjs 1.187.2.8: RESYNC: (1.197-1.199); FILE MERGED 2007/02/13 16:22:40 hjs 1.187.2.7: RESYNC: (1.196-1.197); FILE MERGED 2007/01/26 20:25:47 hjs 1.187.2.6: RESYNC: (1.190-1.196); FILE MERGED 2006/12/22 12:52:07 hjs 1.187.2.5: RESYNC: (1.189-1.190); FILE MERGED 2006/12/13 15:11:36 kaib 1.187.2.4: #i71519# Reverting my second addition of --enable-pch to configure.in 2006/12/13 14:38:19 kaib 1.187.2.3: #i71519# added --enable-pch option to configure 2006/12/11 14:49:28 kaib 1.187.2.2: RESYNC: (1.187-1.189); FILE MERGED 2006/11/16 10:13:30 mkretzschmar 1.187.2.1: #i71588# Make precompiled headers possible for gcc >= 3.4.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5df5179e702c29acdcc333c2fcc76605fa9479ff]

        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>  [4168ae27875c5978584ad08979e06a58638e03b1]

        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>  [ff8bde40404c771ba4eb8df29e67153d6bda540c]

        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>  [5ad6980ba20997ab10b831c4b1c39772026d2bc8]

        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>  [bc1279ebebfe171a71c4e35f2543d10d514848fd]

        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>  [3801c527244588bff510fc242643ecfbed79f8e3]

        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>  [31ec616fcefb4dd9bfe0ea3c93028784aef66c3e]

        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>  [73c70a82972964310624c2a1f241eaeae4454954]

        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>  [4458fd7d8cd9c4555594e6ff87bbe89a86ea8d71]

        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>  [d77509a38ebff3ffb05460ad8418018cb7dae945]

        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>  [79f8c271468e6bfb651c47a69c970bdc6404e4c4]

        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>  [108bc67b2b6249fbfe5d12bde3447f57362c8aab]

        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>  [66577b9d8db58dca1f887c742e52792b93cfc0af]

        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>  [aa68c8b39bdbf1354e0142c2dde8848237960feb]

        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>  [828a6efd203d0cc5a6d10c0e4dfbe7c35cac3ebe]

        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>  [0d38cdcad889568c0d6b2c1b1a9f76254b4a41cc]

        INTEGRATION: CWS pchfix04 (1.2.20); FILE MERGED 2006/11/29 10:56:46 mkretzschmar 1.2.20.3: whitespace fixes (cvs annotate neutral ;-) 2006/11/27 17:51:31 kaib 1.2.20.2: #i71519# ucb pch working on msc 2006/11/24 14:37:13 mkretzschmar 1.2.20.1: #i71519# fill in ucb pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [05517c00ddb0f141ea4d036489863872b060982b]

        INTEGRATION: CWS pchfix04 (1.14.22); FILE MERGED 2007/02/05 08:39:01 os 1.14.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e9436b9c6cb98b6618d642b02fc28276394d16e7]

        INTEGRATION: CWS pchfix04 (1.12.22); FILE MERGED 2007/02/05 08:39:00 os 1.12.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [124439025d42919f5afab29cdf9116292252a6f0]

        INTEGRATION: CWS pchfix04 (1.8.22); FILE MERGED 2007/02/05 08:39:00 os 1.8.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6a2c9814c4419480856ec09ea3c28fd311037cc8]

        INTEGRATION: CWS pchfix04 (1.6.100); FILE MERGED 2007/02/05 08:38:59 os 1.6.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [147b4306d827d1896c9f1699ffaef15412bbf344]

        INTEGRATION: CWS pchfix04 (1.6.22); FILE MERGED 2007/02/05 08:38:59 os 1.6.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1abc590543ed6ead5c3bf2719cd9ec7b4845cea5]

        INTEGRATION: CWS pchfix04 (1.5.22); FILE MERGED 2007/02/05 08:38:59 os 1.5.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c5aa53ebb7beb5c8ba0dc00517ce0c239cc333a0]

        INTEGRATION: CWS pchfix04 (1.4.22); FILE MERGED 2007/02/05 08:38:58 os 1.4.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9847fb69845a0cf9cc9555db0fe81bb7cf4c24f4]

        INTEGRATION: CWS pchfix04 (1.6.22); FILE MERGED 2007/02/05 08:38:58 os 1.6.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b3065d45e6617c45cb816283026453ab2dc0c32d]

        INTEGRATION: CWS pchfix04 (1.14.22); FILE MERGED 2007/02/05 08:38:58 os 1.14.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0a4ab18178109517d76162e1a8ad1ecf7f2b5133]

        INTEGRATION: CWS pchfix04 (1.4.22); FILE MERGED 2007/02/05 08:38:57 os 1.4.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b1b6d0463b83be461b84d9abf73018913f966312]

        INTEGRATION: CWS pchfix04 (1.11.22); FILE MERGED 2007/02/05 08:38:57 os 1.11.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e561fe59559ed10ea41ae1032ebd32699d45cd84]

        INTEGRATION: CWS pchfix04 (1.2.24); FILE MERGED 2007/02/06 11:20:22 hjs 1.2.24.4: #i73078# remove entry for removed file 2006/12/08 13:56:14 mkretzschmar 1.2.24.3: Fix build after resync to m195 2006/11/29 18:15:06 kaib 1.2.24.2: #i71519# chart2 pch working for msc 2006/11/27 16:47:58 mkretzschmar 1.2.24.1: #i71519# fill in chart2 pch file. Builds fine on Mac OS X and Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b59ac5d9cd0417c69c33bf5bb21b88e311674b0d]

        INTEGRATION: CWS pchfix04 (1.2.64); FILE MERGED 2007/02/08 12:10:30 hjs 1.2.64.1: #i72801# gcc 3.4.1 dies on empty pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5232c290251335e0e532c0354b8b3dfd7a0acccf]

        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>  [8360d4b287ef69caee746b5aa025edbf84ee7751]

        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>  [e3fe92dab5396faccc88b90079a73c9d86eedf5c]

        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>  [a4e54bc0a98cd5630712f486e017d5a3f219e6d2]

        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>  [38ef51dd0aff4a3c8954a7f84a948cbce0c7c811]

        INTEGRATION: CWS pchfix04 (1.8.22); FILE MERGED 2007/02/05 08:44:07 os 1.8.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c56b25252b92fb4d8c1832a27a8672b6610b26aa]

        INTEGRATION: CWS pchfix04 (1.2.30); FILE MERGED 2006/11/27 18:21:54 mkretzschmar 1.2.30.1: #i71519# fill in forms pch file. Builds fine on Mac OS X and Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [204b28c1eccc4d73e05888a5dc13878764da80a0]

        INTEGRATION: CWS pchfix04 (1.58.2); FILE MERGED 2007/04/25 23:11:04 hjs 1.58.2.2: RESYNC: (1.58-1.59); FILE MERGED 2007/02/02 15:26:59 hjs 1.58.2.1: #i72289# split .lib files

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c1af0927bada8e2d038a228e3185bbf52af554b8]

        INTEGRATION: CWS pchfix04 (1.59.2); FILE MERGED 2007/02/05 08:27:57 os 1.59.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9068f7c5498327a3fec79cfb477c3f42638d1782]

        INTEGRATION: CWS pchfix04 (1.6.100); FILE MERGED 2007/02/20 10:19:32 hjs 1.6.100.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:56 os 1.6.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7271e5f5ba34de03a817c386d018b5747da2148f]

        INTEGRATION: CWS pchfix04 (1.7.100); FILE MERGED 2007/02/05 08:27:56 os 1.7.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [84658828d75f455a31191ef5c34171b00d6ac545]

        INTEGRATION: CWS pchfix04 (1.20.14); FILE MERGED 2007/02/05 08:27:56 os 1.20.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ae781395efbb76eb483d8003f9b8a428648d46a2]

        INTEGRATION: CWS pchfix04 (1.9.100); FILE MERGED 2007/02/05 08:27:56 os 1.9.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ac53ce8f37e34a1db1ece9d704e3c7f09bbe2431]

        INTEGRATION: CWS pchfix04 (1.19.36); FILE MERGED 2007/05/09 08:31:45 hjs 1.19.36.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 08:27:56 os 1.19.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2912beeca93df602d504c23e2be96a94b2a04c4a]

        INTEGRATION: CWS pchfix04 (1.34.100); FILE MERGED 2007/04/26 00:04:18 hjs 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/05 08:27:55 os 1.34.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0bcd18f77ada350a3675576ca5dd42c66ada8e60]

        INTEGRATION: CWS pchfix04 (1.25.100); FILE MERGED 2007/02/05 08:27:55 os 1.25.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [920b6b2d0f2b52ff6ef5998e72d447a6610a2743]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:55 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b31bee38ea4c21640b27d78e311acf1ab7a1169d]

        INTEGRATION: CWS pchfix04 (1.29.56); FILE MERGED 2007/02/20 10:19:31 hjs 1.29.56.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:55 os 1.29.56.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [02fbd20802d2eb7715d20b7d83e962eac2cce651]

        INTEGRATION: CWS pchfix04 (1.70.4); FILE MERGED 2007/02/05 08:27:54 os 1.70.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8823fa4ac95ecfb6ed77038b7fe32649db289a12]

        INTEGRATION: CWS pchfix04 (1.49.2); FILE MERGED 2007/02/05 08:27:54 os 1.49.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38f47ffd59739b1221e5c98c7b12ea4ee2bb8c63]

        INTEGRATION: CWS pchfix04 (1.7.100); FILE MERGED 2007/05/03 15:27:08 hjs 1.7.100.3: #i73604# - fix after resync 2007/04/26 00:04:11 hjs 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/05 08:27:54 os 1.7.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [45b44efd0259f6a68eb2d62c5ea464456b5cd10d]

        INTEGRATION: CWS pchfix04 (1.19.100); FILE MERGED 2007/02/05 08:27:54 os 1.19.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c4d45c7e08243da810c676250594b2529ee8c90f]

        INTEGRATION: CWS pchfix04 (1.31.100); FILE MERGED 2007/02/05 08:27:54 os 1.31.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [40b86e0959e5b018ff9df793d9711f3b22c7ef41]

        INTEGRATION: CWS pchfix04 (1.4.100); FILE MERGED 2007/02/05 08:27:53 os 1.4.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [557485697caa445d773bde24597053da0d51e696]

        INTEGRATION: CWS pchfix04 (1.20.100); FILE MERGED 2007/05/08 17:34:02 hjs 1.20.100.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/05 08:27:53 os 1.20.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6221974f12b0df535952d7b0b2333ae5d01dd309]

        INTEGRATION: CWS pchfix04 (1.54.2); FILE MERGED 2007/02/05 11:58:06 os 1.54.2.2: #i73604# include fixed 2007/02/05 08:27:53 os 1.54.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f4afa78329610d1784e3f6639ebc746acd80c739]

        INTEGRATION: CWS pchfix04 (1.51.74); FILE MERGED 2007/02/05 08:27:53 os 1.51.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b3665263d217632d355ea0a7dcb2a88fa655e964]

        INTEGRATION: CWS pchfix04 (1.10.100); FILE MERGED 2007/02/05 08:27:52 os 1.10.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [aa454da445766cda3eff696c7a7473bdba479f2a]

        INTEGRATION: CWS pchfix04 (1.31.100); FILE MERGED 2007/02/05 08:27:52 os 1.31.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [047454890fee0c19b21e395f0d51cc2863af582a]

        INTEGRATION: CWS pchfix04 (1.39.100); FILE MERGED 2007/04/26 00:02:22 hjs 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED 2007/02/05 08:27:52 os 1.39.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9742b5be7a13e9971c4d543c3b1e9cb24e38189c]

        INTEGRATION: CWS pchfix04 (1.24.100); FILE MERGED 2007/02/05 08:27:52 os 1.24.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [daaeeb19541997f25559342f7ecfee97e6a64c0c]

        INTEGRATION: CWS pchfix04 (1.8.100); FILE MERGED 2007/02/05 08:27:52 os 1.8.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [848b92d01d8c79b146c3f3bbfd85dea8334d571e]

        INTEGRATION: CWS pchfix04 (1.13.100); FILE MERGED 2007/02/05 08:27:52 os 1.13.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a0139192576af3f1b47bb171ddfde8111b9d3f6c]

        INTEGRATION: CWS pchfix04 (1.25.4); FILE MERGED 2007/02/05 08:27:51 os 1.25.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e8879b2d1e56889bba9947e206b3e434f71cd4c8]

        INTEGRATION: CWS pchfix04 (1.18.100); FILE MERGED 2007/02/05 08:27:51 os 1.18.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ed4cc6f6026129475dcb13fd70b076397c4f2db5]

        INTEGRATION: CWS pchfix04 (1.37.22); FILE MERGED 2007/02/05 08:27:51 os 1.37.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e01b2c650e6fa5eb7d8b0a209499ec3da3cb45a0]

        INTEGRATION: CWS pchfix04 (1.36.22); FILE MERGED 2007/02/05 08:27:51 os 1.36.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [59d51722282a938510e2fa8fefabf877bd4cbb6f]

        INTEGRATION: CWS pchfix04 (1.11.100); FILE MERGED 2007/02/05 08:27:51 os 1.11.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [44ad6dd5343c7255b4e01fe1cca00e2172e6054d]

        INTEGRATION: CWS pchfix04 (1.79.4); FILE MERGED 2007/02/05 08:27:51 os 1.79.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a15e7221be0f5689c680bcdf0158c1af4dabd75a]

        INTEGRATION: CWS pchfix04 (1.17.22); FILE MERGED 2007/02/05 08:27:50 os 1.17.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c3c2a9120713cf075cfa095d7fe928b9121c02c9]

        INTEGRATION: CWS pchfix04 (1.13.22); FILE MERGED 2007/02/06 07:06:19 os 1.13.22.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:27:50 os 1.13.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d19235b1a15417591c27b6ed9002172defe9dab7]

        INTEGRATION: CWS pchfix04 (1.7.100); FILE MERGED 2007/02/05 08:27:50 os 1.7.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38413f3b8386850d1dbf085ff9c8cf050d40cdc4]

        INTEGRATION: CWS pchfix04 (1.25.4); FILE MERGED 2007/02/05 08:27:50 os 1.25.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6cdca08223a3ae743feaf7049f26c07b407ac944]

        INTEGRATION: CWS pchfix04 (1.14.100); FILE MERGED 2007/02/05 08:27:49 os 1.14.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [531cafea4e8b6569bc0ae24ac38be5af900b5774]

        INTEGRATION: CWS pchfix04 (1.9.2); FILE MERGED 2007/02/05 08:27:49 os 1.9.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c338e3c30dcc7b8fe9365fd55a9e8c096ddadddd]

        INTEGRATION: CWS pchfix04 (1.15.100); FILE MERGED 2007/02/20 10:19:31 hjs 1.15.100.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:49 os 1.15.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d1e9bd416c789c18e1a837e6d8967c397a00c183]

        INTEGRATION: CWS pchfix04 (1.10.100); FILE MERGED 2007/02/05 08:27:49 os 1.10.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7376b4659b98e5bcf9a877500b0190be652017e5]

        INTEGRATION: CWS pchfix04 (1.9.100); FILE MERGED 2007/02/05 08:27:49 os 1.9.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b2cb77a9f53bde7740de44fe5a352ce0c7ffdda9]

        INTEGRATION: CWS pchfix04 (1.42.100); FILE MERGED 2007/02/05 08:27:49 os 1.42.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [267ce2451ef66ca9223f7bbd2e4feb647c077428]

        INTEGRATION: CWS pchfix04 (1.27.100); FILE MERGED 2007/02/05 08:27:48 os 1.27.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5f417f5c84956127faf618d4b65c3d43c37334fd]

        INTEGRATION: CWS pchfix04 (1.15.100); FILE MERGED 2007/02/05 08:27:48 os 1.15.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [09d000ed5aa8517fd5dc92b2eeb70e9aec264c43]

        INTEGRATION: CWS pchfix04 (1.69.100); FILE MERGED 2007/02/05 08:27:48 os 1.69.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d16ae9ee35068375ea58eb5204d7820da197d8b7]

        INTEGRATION: CWS pchfix04 (1.14.100); FILE MERGED 2007/02/05 08:27:47 os 1.14.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3bc19af45ca46d2bc6e4c80f4b75c2bfe0931c22]

        INTEGRATION: CWS pchfix04 (1.58.74); FILE MERGED 2007/02/05 08:27:47 os 1.58.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [87a343652796e11b8f270ecd2987586ff9efc863]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:47 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6ef05c2aae76b5a5fa07da3cb069b790019a763d]

        INTEGRATION: CWS pchfix04 (1.11.100); FILE MERGED 2007/02/20 10:19:31 hjs 1.11.100.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:47 os 1.11.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5068df48278993eab6289a7c9c38b3b5c14fe909]

        INTEGRATION: CWS pchfix04 (1.30.100); FILE MERGED 2007/02/05 08:27:46 os 1.30.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [796be2fc4e5769323995cb212032e0bb1c6fd7e8]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:46 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9c1979781ab7bcd55e4e017170b68922be0afae0]

        INTEGRATION: CWS pchfix04 (1.22.100); FILE MERGED 2007/02/05 08:27:46 os 1.22.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dc36d3ae1767d2c6188dbb3e5c45564967ceebc7]

        INTEGRATION: CWS pchfix04 (1.5.100); FILE MERGED 2007/02/05 08:27:45 os 1.5.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a9ccb15440ab96cf4709360b78eff1183696cb89]

        INTEGRATION: CWS pchfix04 (1.13.100); FILE MERGED 2007/05/08 17:30:40 hjs 1.13.100.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/05 08:27:45 os 1.13.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4d8bd73c576f1134b0bd09e0daca8f3577da3109]

        INTEGRATION: CWS pchfix04 (1.11.100); FILE MERGED 2007/02/05 08:27:45 os 1.11.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9d42f57dee7dbf7e7d8cb3a128884322c1c7d771]

        INTEGRATION: CWS pchfix04 (1.20.22); FILE MERGED 2007/02/05 08:27:45 os 1.20.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ae4d2a66a377dd9d42d77ae3aa3abbdbd6546945]

        INTEGRATION: CWS pchfix04 (1.140.56); FILE MERGED 2007/02/05 08:27:44 os 1.140.56.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [21ddedba456c7483241028d16a6b5ae9f0db0f65]

        INTEGRATION: CWS pchfix04 (1.24.100); FILE MERGED 2007/02/05 08:27:44 os 1.24.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [074c34946bcb0671da934a7d00fae287a0521d0e]

        INTEGRATION: CWS pchfix04 (1.16.14); FILE MERGED 2007/02/05 08:27:44 os 1.16.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ad45b2f146fdd8f82db27efc45ea2c3a45892812]

        INTEGRATION: CWS pchfix04 (1.36.100); FILE MERGED 2007/02/05 08:27:43 os 1.36.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [be3bdb782b6e84ecd33823f44f5963a6bf8cb864]

        INTEGRATION: CWS pchfix04 (1.7.100); FILE MERGED 2007/02/05 08:27:43 os 1.7.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [331adabfebf800b760a3b83bcea556c4d63f0a82]

        INTEGRATION: CWS pchfix04 (1.56.100); FILE MERGED 2007/04/25 23:39:44 hjs 1.56.100.2: RESYNC: (1.56-1.57); FILE MERGED 2007/02/05 08:27:43 os 1.56.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5b9d50ec690bec30feff21f30313213055e3d0cf]

        INTEGRATION: CWS pchfix04 (1.54.2); FILE MERGED 2007/04/25 23:55:09 hjs 1.54.2.2: RESYNC: (1.54-1.55); FILE MERGED 2007/02/05 08:27:42 os 1.54.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [94329f2f96023dd184bf8de87fb222fdb12cf306]

        INTEGRATION: CWS pchfix04 (1.8.100); FILE MERGED 2007/02/05 08:27:42 os 1.8.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6822eb3c2b94820dccb761543198bfe4fc4a1eb3]

        INTEGRATION: CWS pchfix04 (1.27.100); FILE MERGED 2007/02/20 10:19:30 hjs 1.27.100.2: #i73604# add some includes to survive non-pch build 2007/02/05 08:27:42 os 1.27.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [72df1fadacf950abe02f195adabc364b02fa84bc]

        INTEGRATION: CWS pchfix04 (1.56.100); FILE MERGED 2007/02/05 08:27:41 os 1.56.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fae8c5103616542064afc401b5f14b3b6b86feaa]

        INTEGRATION: CWS pchfix04 (1.36.100); FILE MERGED 2007/02/05 08:27:41 os 1.36.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fde6c93285c6ba79f5c439a40e25c6bc80427c41]

        INTEGRATION: CWS pchfix04 (1.25.100); FILE MERGED 2007/02/13 15:50:41 hjs 1.25.100.2: RESYNC: (1.25-1.26); FILE MERGED 2007/02/05 08:27:41 os 1.25.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [352ac14ceb8509cc81010dfdf5833fb7a8e44d20]

        INTEGRATION: CWS pchfix04 (1.57.72); FILE MERGED 2007/02/05 08:27:41 os 1.57.72.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7aa6d67bfc3ffa02e4ef4c7e7c87104d05284a04]

        INTEGRATION: CWS pchfix04 (1.10.100); FILE MERGED 2007/02/05 08:27:41 os 1.10.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [18e5897245593122b055fb7f63b37c0d9c538828]

        INTEGRATION: CWS pchfix04 (1.88.32); FILE MERGED 2007/04/25 23:36:40 hjs 1.88.32.2: RESYNC: (1.88-1.89); FILE MERGED 2007/02/05 08:27:41 os 1.88.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [971503d0722705028aa8df933244dda04c4feab1]

        INTEGRATION: CWS pchfix04 (1.32.100); FILE MERGED 2007/02/05 08:27:40 os 1.32.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ff612713e79da60bacb9658b884c2fc543e2b084]

        INTEGRATION: CWS pchfix04 (1.28.98); FILE MERGED 2007/02/05 08:27:40 os 1.28.98.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3fc5eb65817e25ffc228b63909b03ffa3a2ec06f]

        INTEGRATION: CWS pchfix04 (1.28.100); FILE MERGED 2007/02/05 08:27:40 os 1.28.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [683a38227d80ee387b3be839589120e10200a8e6]

        INTEGRATION: CWS pchfix04 (1.53.100); FILE MERGED 2007/04/26 00:20:12 hjs 1.53.100.3: RESYNC: (1.54-1.55); FILE MERGED 2007/02/13 16:02:18 hjs 1.53.100.2: RESYNC: (1.53-1.54); FILE MERGED 2007/02/05 08:27:40 os 1.53.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9133075014581f67c94a2a64726a9a233d9ddde0]

        INTEGRATION: CWS pchfix04 (1.17.100); FILE MERGED 2007/04/26 00:20:29 hjs 1.17.100.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/05 08:27:39 os 1.17.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3a514ff8e6c6a7d59e4b4065292034538c7859d3]

        INTEGRATION: CWS pchfix04 (1.19.100); FILE MERGED 2007/04/26 00:21:18 hjs 1.19.100.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 08:27:39 os 1.19.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [01004fae9923e330774fba0f624c47f5cb64e2ea]

        INTEGRATION: CWS pchfix04 (1.172.4); FILE MERGED 2007/02/05 08:27:39 os 1.172.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c50e9147e528389e582ee4a24c2803a98b09b0e6]

        INTEGRATION: CWS pchfix04 (1.98.4); FILE MERGED 2007/02/05 08:27:39 os 1.98.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38d7c1f321902b8a4f0e5f9c14e35291acbea9db]

        INTEGRATION: CWS pchfix04 (1.81.32); FILE MERGED 2007/04/26 00:19:36 hjs 1.81.32.2: RESYNC: (1.81-1.82); FILE MERGED 2007/02/05 08:27:38 os 1.81.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f969d3182bc00bb50ea6ee7eee4b85544a81f805]

        INTEGRATION: CWS pchfix04 (1.43.120); FILE MERGED 2007/02/05 08:27:38 os 1.43.120.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [361931fac2e77097bf63147c8a42615055959ac2]

        INTEGRATION: CWS pchfix04 (1.127.70); FILE MERGED 2007/04/26 00:19:30 hjs 1.127.70.3: RESYNC: (1.128-1.129); FILE MERGED 2007/02/13 16:02:00 hjs 1.127.70.2: RESYNC: (1.127-1.128); FILE MERGED 2007/02/05 08:27:38 os 1.127.70.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f91ee4bdd2b62db49d70ef4799bfedc51a4af0f3]

        INTEGRATION: CWS pchfix04 (1.175.4); FILE MERGED 2007/02/05 08:27:38 os 1.175.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e1534f2068bb3d3e523dfd93d1183081f8963135]

        INTEGRATION: CWS pchfix04 (1.145.8); FILE MERGED 2007/02/05 08:27:37 os 1.145.8.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [366c218d7f797ae6e3548990923042596462595e]

        INTEGRATION: CWS pchfix04 (1.98.4); FILE MERGED 2007/04/26 00:19:16 hjs 1.98.4.2: RESYNC: (1.98-1.100); FILE MERGED 2007/02/05 08:27:37 os 1.98.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [916183179e6d26165d4e9adcd989381e489e1214]

        INTEGRATION: CWS pchfix04 (1.49.74); FILE MERGED 2007/02/05 08:27:37 os 1.49.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7366e7ce7758b275072bf6ffacf5fc5e982a600d]

        INTEGRATION: CWS pchfix04 (1.80.88); FILE MERGED 2007/02/05 08:27:37 os 1.80.88.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b8cafaba85592081cc0fa18775033383346783c]

        INTEGRATION: CWS pchfix04 (1.40.100); FILE MERGED 2007/02/05 08:27:36 os 1.40.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9fd6fb3809c24eeaf74b5a0237e56f39bd81cf95]

        INTEGRATION: CWS pchfix04 (1.91.4); FILE MERGED 2007/04/26 00:18:58 hjs 1.91.4.2: RESYNC: (1.91-1.92); FILE MERGED 2007/02/05 08:27:36 os 1.91.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4a3e44d642ea9db2ae50bb6f794e9f4ce50eb74f]

        INTEGRATION: CWS pchfix04 (1.93.8); FILE MERGED 2007/04/26 00:19:23 hjs 1.93.8.2: RESYNC: (1.93-1.95); FILE MERGED 2007/02/05 08:27:36 os 1.93.8.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d17883cd37c2fa913d364fd4104617e9fd75fa7c]

        INTEGRATION: CWS pchfix04 (1.11.100); FILE MERGED 2007/02/05 08:27:36 os 1.11.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cd339280b040cdd1eb7850bbcd904f83b74cd75b]

        INTEGRATION: CWS pchfix04 (1.13.22); FILE MERGED 2007/02/05 08:27:35 os 1.13.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a73ff26718eacc0dcd310b40e520dd800f4b1a8b]

        INTEGRATION: CWS pchfix04 (1.21.86); FILE MERGED 2007/04/26 00:18:51 hjs 1.21.86.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/05 08:27:35 os 1.21.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c586791e9930334c41ef0f668d2a4ae62b8c01a4]

        INTEGRATION: CWS pchfix04 (1.22.100); FILE MERGED 2007/02/05 08:27:35 os 1.22.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c890e1a9e544d62cc35086344763db65fa3f368b]

        INTEGRATION: CWS pchfix04 (1.35.32); FILE MERGED 2007/02/05 08:27:34 os 1.35.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2304a415e4a1d8ce6dae273ba284ae36d6b21db0]

        INTEGRATION: CWS pchfix04 (1.64.4); FILE MERGED 2007/02/13 16:01:46 hjs 1.64.4.2: RESYNC: (1.64-1.65); FILE MERGED 2007/02/05 08:27:34 os 1.64.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9cc93eaab735761478cd5b16b92b617c83f44323]

        INTEGRATION: CWS pchfix04 (1.32.4); FILE MERGED 2007/04/26 00:18:45 hjs 1.32.4.3: RESYNC: (1.33-1.34); FILE MERGED 2007/02/13 16:01:53 hjs 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/05 08:27:34 os 1.32.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [92588948b18d280f83a9f4b5251c24c90d626124]

        INTEGRATION: CWS pchfix04 (1.19.32); FILE MERGED 2007/02/05 08:27:33 os 1.19.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [554dfa3b5a6bf3aad1c818507480744c5bd8bc56]

        INTEGRATION: CWS pchfix04 (1.28.4); FILE MERGED 2007/02/05 08:27:33 os 1.28.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2ddc1d4bca09c9c6888b0d7ac0643e8b054c0c8f]

        INTEGRATION: CWS pchfix04 (1.29.100); FILE MERGED 2007/02/05 08:27:33 os 1.29.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a0f2ed43fc0f6f6ce3e40bcdabd6302ce72ab717]

        INTEGRATION: CWS pchfix04 (1.64.4); FILE MERGED 2007/04/26 00:18:38 hjs 1.64.4.2: RESYNC: (1.64-1.66); FILE MERGED 2007/02/05 08:27:33 os 1.64.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9126e3fec3ebb44fff1ee2e43c1f4bc28b0fbaab]

        INTEGRATION: CWS pchfix04 (1.40.4); FILE MERGED 2007/02/05 08:27:32 os 1.40.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [30f6aa30863fb879b637f412b19c295d3f75d47d]

        INTEGRATION: CWS pchfix04 (1.15.100); FILE MERGED 2007/02/05 08:27:32 os 1.15.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e4763cd4feac5c72513c3aa9b1ca31e28a734e2c]

        INTEGRATION: CWS pchfix04 (1.14.100); FILE MERGED 2007/04/26 00:22:01 hjs 1.14.100.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/05 08:27:32 os 1.14.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d2ac15f091f42732292193093ecf72a55d3b8a6b]

        INTEGRATION: CWS pchfix04 (1.19.4); FILE MERGED 2007/04/26 00:22:15 hjs 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 08:27:31 os 1.19.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cc001b7e7c074a90ca084042321a68addff545f2]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:31 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [39d0be1d1c8cbe28df1a80e937866335e6a6d5fa]

        INTEGRATION: CWS pchfix04 (1.26.74); FILE MERGED 2007/02/05 08:27:31 os 1.26.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7af5556fd4d0bb78a4bb7c491ff7d0e90871f393]

        INTEGRATION: CWS pchfix04 (1.22.100); FILE MERGED 2007/02/05 08:27:31 os 1.22.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2a58746a37897bbefebafb17bbfbf63c92c39d3a]

        INTEGRATION: CWS pchfix04 (1.20.100); FILE MERGED 2007/02/05 08:27:31 os 1.20.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8cbb8be0f1bf60df3d7a6e8f76c1ee156cc694d7]

        INTEGRATION: CWS pchfix04 (1.18.4); FILE MERGED 2007/02/05 08:27:30 os 1.18.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2ca03a44cfd4e119ef556d82a6311bdf7cfaede8]

        INTEGRATION: CWS pchfix04 (1.24.100); FILE MERGED 2007/02/05 08:27:30 os 1.24.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [10fbf1e86c8b8cd98b3f1edebd571cfc05b0bec6]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:30 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [efe951a9e092e1c2a7701775d605f491ad73c11c]

        INTEGRATION: CWS pchfix04 (1.22.100); FILE MERGED 2007/02/05 08:27:30 os 1.22.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c0aa1782f4a8bb64df975a1c5f37879c3ab2a304]

        INTEGRATION: CWS pchfix04 (1.34.4); FILE MERGED 2007/04/26 00:22:08 hjs 1.34.4.2: RESYNC: (1.34-1.35); FILE MERGED 2007/02/05 08:27:29 os 1.34.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1804ff024cfccc77c12b77c2c7389ebe07fab8ea]

        INTEGRATION: CWS pchfix04 (1.36.2); FILE MERGED 2007/04/26 00:21:55 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 08:27:29 os 1.36.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f9184b2059171c30d122e7eba444938f3f324e4c]

        INTEGRATION: CWS pchfix04 (1.46.4); FILE MERGED 2007/02/05 08:27:29 os 1.46.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [55cedc9ccc153eef0542a76364ddf3b0528d7226]

        INTEGRATION: CWS pchfix04 (1.25.32); FILE MERGED 2007/02/05 08:27:29 os 1.25.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [984805a7d377ec926e496382ba9767a13591a150]

        INTEGRATION: CWS pchfix04 (1.99.98); FILE MERGED 2007/02/05 08:27:28 os 1.99.98.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dfc1ca6a8da9694a3715173456c1be3b4a4d16da]

        INTEGRATION: CWS pchfix04 (1.68.4); FILE MERGED 2007/04/26 00:17:42 hjs 1.68.4.3: RESYNC: (1.69-1.70); FILE MERGED 2007/02/13 16:00:04 hjs 1.68.4.2: RESYNC: (1.68-1.69); FILE MERGED 2007/02/05 08:27:28 os 1.68.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f9718b55a88b1523e3e3231b019d1eb48889eef4]

        INTEGRATION: CWS pchfix04 (1.48.100); FILE MERGED 2007/02/05 08:27:28 os 1.48.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c28f743be3ee06e0914a02ea02f37bf6f71b7b84]

        INTEGRATION: CWS pchfix04 (1.54.100); FILE MERGED 2007/02/05 08:27:27 os 1.54.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [90b28647f446232f62e42e624b2dfe7c1121ab74]

        INTEGRATION: CWS pchfix04 (1.75.2); FILE MERGED 2007/02/05 08:27:27 os 1.75.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [80353c550d40e602aae3fa311ca9ab5f1a75c1bd]

        INTEGRATION: CWS pchfix04 (1.26.4); FILE MERGED 2007/04/26 00:11:14 hjs 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2007/02/05 08:27:27 os 1.26.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [be724367172dbc0e80d2cf9211e2b740eb005a2d]

        INTEGRATION: CWS pchfix04 (1.25.4); FILE MERGED 2007/02/05 08:27:26 os 1.25.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5815e748d08db14c113332ef23f653ec68f8517e]

        INTEGRATION: CWS pchfix04 (1.56.100); FILE MERGED 2007/02/13 15:58:48 hjs 1.56.100.2: RESYNC: (1.56-1.57); FILE MERGED 2007/02/05 08:27:26 os 1.56.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0c02451728960336f9d49fbcfcdf7922f1e6057d]

        INTEGRATION: CWS pchfix04 (1.36.100); FILE MERGED 2007/02/05 08:27:26 os 1.36.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5462dee9aca4c475e5fc161b0398c35436fa47c7]

        INTEGRATION: CWS pchfix04 (1.3.92); FILE MERGED 2007/05/04 09:26:00 hjs 1.3.92.1: #i73078# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4753a79d92a51402f2bb333cbf91647900bee827]

        INTEGRATION: CWS pchfix04 (1.45.100); FILE MERGED 2007/04/26 00:15:17 hjs 1.45.100.2: RESYNC: (1.45-1.46); FILE MERGED 2007/02/05 08:27:25 os 1.45.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [239038d126a84a7c83ae47718ce1e7588b49f795]

        INTEGRATION: CWS pchfix04 (1.100.2); FILE MERGED 2007/04/26 00:15:04 hjs 1.100.2.2: RESYNC: (1.100-1.101); FILE MERGED 2007/02/05 08:27:25 os 1.100.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [efa70beedc4f0cf0d7840a5861c743b9c8efac04]

        INTEGRATION: CWS pchfix04 (1.14.74); FILE MERGED 2007/04/16 13:56:17 os 1.14.74.3: #i76246# default creation of SvxFrameDirectionItem fixed 2007/02/13 15:59:37 hjs 1.14.74.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/05 08:27:25 os 1.14.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [84dc75498c9110e2e774c20d0467d8b0cecf009e]

        INTEGRATION: CWS pchfix04 (1.27.100); FILE MERGED 2007/02/05 08:27:24 os 1.27.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d5c251af8800c2ecc5a396baeab636d50f5860a3]

        INTEGRATION: CWS pchfix04 (1.94.72); FILE MERGED 2007/04/26 00:15:10 hjs 1.94.72.2: RESYNC: (1.94-1.95); FILE MERGED 2007/02/05 08:27:24 os 1.94.72.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ac953fd68ae2e3817f6502a6e9899404fe904a8a]

        INTEGRATION: CWS pchfix04 (1.37.2); FILE MERGED 2007/02/05 08:27:23 os 1.37.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d69eee40a48e51889f8aca396e7b0803d582f53e]

        INTEGRATION: CWS pchfix04 (1.42.4); FILE MERGED 2007/04/26 00:14:31 hjs 1.42.4.2: RESYNC: (1.42-1.43); FILE MERGED 2007/02/05 08:27:23 os 1.42.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [87ce54359183f0f62e8fba29ba6f554975af5d22]

        INTEGRATION: CWS pchfix04 (1.39.100); FILE MERGED 2007/04/26 00:14:24 hjs 1.39.100.2: RESYNC: (1.39-1.40); FILE MERGED 2007/02/05 08:27:23 os 1.39.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3ae56b364e9f5aea7e62c4aec76866cdf4c20030]

        INTEGRATION: CWS pchfix04 (1.53.8); FILE MERGED 2007/02/05 08:27:23 os 1.53.8.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [133a63db9e0e41a8b293f8a1f3253ffe49a06d77]

        INTEGRATION: CWS pchfix04 (1.15.100); FILE MERGED 2007/02/05 08:27:22 os 1.15.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [965b0f25e2212ea1264c6229996523415c668ec8]

        INTEGRATION: CWS pchfix04 (1.23.56); FILE MERGED 2007/02/05 08:27:22 os 1.23.56.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f1517841e08ece6fd5ff330b72705fc53a680709]

        INTEGRATION: CWS pchfix04 (1.34.4); FILE MERGED 2007/02/05 08:27:22 os 1.34.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f3a92b1d369c46651f712ee688e84a19918526bd]

        INTEGRATION: CWS pchfix04 (1.20.100); FILE MERGED 2007/05/08 17:27:26 hjs 1.20.100.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/05 08:27:21 os 1.20.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6d860239fec11862e70fde98a8aa15479e484892]

        INTEGRATION: CWS pchfix04 (1.12.100); FILE MERGED 2007/02/05 08:27:21 os 1.12.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d235231dcdf39c70eb28b701f41ad4c4191e2576]

        INTEGRATION: CWS pchfix04 (1.24.100); FILE MERGED 2007/02/05 08:27:21 os 1.24.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9b1d311cc50919b3bd53cfef9d9c43bd996e26df]

        INTEGRATION: CWS pchfix04 (1.16.100); FILE MERGED 2007/02/05 08:27:21 os 1.16.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bda95a30ab56fcc39cfded7278223ad6d65fd9b5]

        INTEGRATION: CWS pchfix04 (1.41.4); FILE MERGED 2007/04/26 00:12:34 hjs 1.41.4.2: RESYNC: (1.41-1.42); FILE MERGED 2007/02/05 08:27:20 os 1.41.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [53f7e6d5b5d350ea2a601d3566ffc91013287cb4]

        INTEGRATION: CWS pchfix04 (1.17.100); FILE MERGED 2007/04/26 00:05:03 hjs 1.17.100.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/05 08:27:20 os 1.17.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d830483314e758e8af24f85d00a01990098b10b2]

        INTEGRATION: CWS pchfix04 (1.19.100); FILE MERGED 2007/02/05 08:27:20 os 1.19.100.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b61240748cbdff2729133b94dfb4d01058e1bc33]

        INTEGRATION: CWS pchfix04 (1.46.2); FILE MERGED 2007/02/05 08:27:19 os 1.46.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [00233eac6e839c0b2dbfa5766853e95ab20ea3af]

        INTEGRATION: CWS pchfix04 (1.21.2); FILE MERGED 2007/02/13 15:56:17 hjs 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/05 08:27:19 os 1.21.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0c7cddfa6ddeca718a27a734187da7bcc56cc9b4]

        INTEGRATION: CWS pchfix04 (1.45.4); FILE MERGED 2007/02/05 08:27:19 os 1.45.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [73e0ded37a11edacb0c2081fa166226c75c5baba]

        INTEGRATION: CWS pchfix04 (1.64.2); FILE MERGED 2007/02/05 08:27:18 os 1.64.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d8dafa90dd79753cc3e8b75dfcc7f15a2be7d185]

        INTEGRATION: CWS pchfix04 (1.44.4); FILE MERGED 2007/04/26 00:06:07 hjs 1.44.4.2: RESYNC: (1.44-1.46); FILE MERGED 2007/02/05 08:27:18 os 1.44.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9e474f2a8a5897556901960d75987f09607ad918]

        INTEGRATION: CWS pchfix04 (1.40.4); FILE MERGED 2007/02/05 08:27:18 os 1.40.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [86c56c1c2808f6c9e463e41bece06a626e42c736]

        INTEGRATION: CWS pchfix04 (1.37.74); FILE MERGED 2007/02/05 08:27:18 os 1.37.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bd82a51c2f5f8079c53f23bc71c1cd10c3e7fddf]

        INTEGRATION: CWS pchfix04 (1.19.4); FILE MERGED 2007/02/05 08:27:17 os 1.19.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c19afe0952913c36abe884c6787694c634409043]

        INTEGRATION: CWS pchfix04 (1.58.56); FILE MERGED 2007/04/26 00:13:30 hjs 1.58.56.2: RESYNC: (1.58-1.59); FILE MERGED 2007/02/05 08:27:17 os 1.58.56.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fa396c11624163508efd3350e3e5c33cc887dba4]

        INTEGRATION: CWS pchfix04 (1.10.4); FILE MERGED 2007/02/05 08:27:17 os 1.10.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [64e02231b12f0234668b907ef40982138790d807]

        INTEGRATION: CWS pchfix04 (1.11.54); FILE MERGED 2007/04/26 00:04:38 hjs 1.11.54.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/02 15:27:09 hjs 1.11.54.1: #i72289# split .lib files

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d561ff2d9bcc36c6f67b043ee0e2e8bc6018fc62]

        INTEGRATION: CWS pchfix04 (1.2.100); FILE MERGED 2006/12/08 14:01:39 mkretzschmar 1.2.100.4: Fix build after resync to m195 2006/12/07 18:57:58 mkretzschmar 1.2.100.3: #i71519# kick out headers (that eventually cause macro redefinitions) to fix smoketest 2006/11/29 15:50:13 kaib 1.2.100.2: #i71519# sw pch fixed for msc 2006/11/27 12:51:03 mkretzschmar 1.2.100.1: #i71519# fill in sw pch file. Builds fine on Mac OS X and Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5424873cd2de7aab4e96e7a50c35f720278fb995]

        INTEGRATION: CWS pchfix04 (1.5.560); FILE MERGED 2007/02/05 08:27:16 os 1.5.560.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cd7debd981599e142184839e1fe1c018111884cd]

        INTEGRATION: CWS pchfix04 (1.7.120); FILE MERGED 2007/02/05 08:27:16 os 1.7.120.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1134b090453393aaa2ec993868dd46df5e039c2d]

        INTEGRATION: CWS pchfix04 (1.31.4); FILE MERGED 2007/04/25 23:08:05 hjs 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/05 08:27:15 os 1.31.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f2ef8106358d9c83bcaa8e44bc2ec9bbc268e4c4]

        INTEGRATION: CWS pchfix04 (1.3.592); FILE MERGED 2007/02/05 08:27:15 os 1.3.592.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bb71f7e2d5747fbdc1172af7f85e658da8421367]

        INTEGRATION: CWS nativebroffice_SRC680 (1.18.30.3.2); FILE MERGED 2007/03/26 15:18:24 rt 1.18.30.3.2.3: RESYNC: (1.18.30.4-1.18.30.5); FILE MERGED 2007/02/19 09:48:52 rt 1.18.30.3.2.2: RESYNC: (1.18.30.3-1.18.30.4); FILE MERGED 2007/02/13 14:53:11 is 1.18.30.3.2.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0bd32a072e6bf758c45d15e05522c45d8d807ae8]

        INTEGRATION: CWS nativebroffice_SRC680 (1.19.100); FILE MERGED 2007/04/24 09:32:06 mh 1.19.100.1: update copyright to 2007, #i75208#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1182b8e3d0d7bce8722c09338dd35acdb68b4ff7]

        INTEGRATION: CWS nativebroffice_SRC680 (1.13.100); FILE MERGED 2007/04/24 09:32:06 mh 1.13.100.1: update copyright to 2007, #i75208#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [02b9eab498c9953ffba525a885139f903866cb63]

        INTEGRATION: CWS pchfix04 (1.47.2); FILE MERGED 2007/04/25 22:13:47 hjs 1.47.2.2: RESYNC: (1.47-1.48); FILE MERGED 2007/02/02 14:07:32 hjs 1.47.2.1: #i72289# split .lib files

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7ae72cd28beaa7b2981960a5e600de4132f2203e]

        INTEGRATION: CWS pchfix04 (1.48.28); FILE MERGED 2007/05/04 09:22:17 hjs 1.48.28.1: #i73078# - add .get() for comparing plain pointer; makes gcc/PCH break with >out of memory<

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3a1f46c2ab158231b41989d4eec91a4fdf35bef6]

        INTEGRATION: CWS pchfix04 (1.71.6); FILE MERGED 2007/02/05 08:39:05 os 1.71.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:58 hjs 1.71.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1201c13013f2d08b022f288145ffe8816718b704]

        INTEGRATION: CWS pchfix04 (1.45.6); FILE MERGED 2007/02/05 08:39:05 os 1.45.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [14546b8609567f769962bc350ad35dbeeea3d8b3]

        INTEGRATION: CWS pchfix04 (1.84.6); FILE MERGED 2007/04/25 22:37:43 hjs 1.84.6.3: RESYNC: (1.84-1.85); FILE MERGED 2007/02/06 07:24:50 os 1.84.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:39:04 os 1.84.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d850ff5c7b6038cc55ff4a213ffd67109790f677]

        INTEGRATION: CWS pchfix04 (1.26.6); FILE MERGED 2007/04/25 22:35:45 hjs 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2007/02/05 08:39:04 os 1.26.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b68186d8edc8230e966ce95fc4287153e6312879]

        INTEGRATION: CWS pchfix04 (1.20.36); FILE MERGED 2007/02/05 08:39:04 os 1.20.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0e67c3601737dafc635fe3e831873a457d4238bd]

        INTEGRATION: CWS nativebroffice_SRC680 (1.23.2.1.2); FILE MERGED 2007/03/14 12:32:20 obr 1.23.2.1.2.2: #i74459# renamed flag file 2007/03/14 12:09:47 obr 1.23.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ff4e27184cbe44824a08feccc2c4e9fe01d8edec]

        INTEGRATION: CWS pchfix04 (1.20.6); FILE MERGED 2007/02/05 08:39:04 os 1.20.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:58 hjs 1.20.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [236e41ec3bdf7c3cd9bdfedde6756aa7108a3032]

        INTEGRATION: CWS pchfix04 (1.19.6); FILE MERGED 2007/02/05 08:39:04 os 1.19.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e1a99d80566069758b2f589be582185153f52576]

        INTEGRATION: CWS pchfix04 (1.64.6); FILE MERGED 2007/04/25 22:37:37 hjs 1.64.6.2: RESYNC: (1.64-1.65); FILE MERGED 2007/02/05 08:39:03 os 1.64.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [30bb0084daa2c932294d7196236424b944073dec]

        INTEGRATION: CWS pchfix04 (1.27.6); FILE MERGED 2007/02/05 08:39:03 os 1.27.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [206db6b8e51290056a46ed5d55241149c2e68574]

        INTEGRATION: CWS pchfix04 (1.45.6); FILE MERGED 2007/04/25 22:35:21 hjs 1.45.6.2: RESYNC: (1.45-1.46); FILE MERGED 2007/02/05 08:39:03 os 1.45.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9e2fd940dd775b55fe1cd14a78172bcc286f856a]

        INTEGRATION: CWS pchfix04 (1.20.6); FILE MERGED 2007/02/05 08:39:03 os 1.20.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [71634a7c3b860b653de9a6f37f13089d50bd845d]

        INTEGRATION: CWS nativebroffice_SRC680 (1.15.2.1.2); FILE MERGED 2007/04/23 13:12:43 obr 1.15.2.1.2.4: #i74459# fixed icon name and tooltips 2007/04/23 09:17:10 rt 1.15.2.1.2.3: #i74459# Use ULFDIR for ulf files to avoid breakage when building with empty WITH_LANG environment variable. 2007/03/14 12:32:20 obr 1.15.2.1.2.2: #i74459# renamed flag file 2007/03/14 12:09:46 obr 1.15.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1818ea656c57919c35c72e7ffd9820a692188aa2]

        INTEGRATION: CWS pchfix04 (1.71.6); FILE MERGED 2007/04/25 22:34:30 hjs 1.71.6.2: RESYNC: (1.71-1.72); FILE MERGED 2007/02/05 08:39:02 os 1.71.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d14c2325ca43bd0d4ab6666b9314cb33b807abec]

        INTEGRATION: CWS pchfix04 (1.36.6); FILE MERGED 2007/02/05 08:39:02 os 1.36.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a6efbaf9d2ede529cdef8cd394be6ba329f8c4e3]

        INTEGRATION: CWS pchfix04 (1.40.6); FILE MERGED 2007/04/25 22:37:30 hjs 1.40.6.4: RESYNC: (1.40-1.41); FILE MERGED 2007/02/06 08:02:30 os 1.40.6.3: #i73604# svx/eeitemid.hxx removed 2007/02/06 07:24:50 os 1.40.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:39:02 os 1.40.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [392d59ddf18184d6377a5bedba21325ed564fd39]

        INTEGRATION: CWS pchfix04 (1.50.6); FILE MERGED 2007/02/05 08:39:02 os 1.50.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [61e2e5795258eced51349438f79d1c823b039abf]

        INTEGRATION: CWS pchfix04 (1.27.6); FILE MERGED 2007/02/06 07:24:50 os 1.27.6.3: #i73604#  eeitemid.hxx removed 2007/02/05 09:09:18 os 1.27.6.2: #i73604# usage of ITEMID_* removed 2007/02/05 08:39:01 os 1.27.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [54c90c60d5c130bac56d698fc4f78756ca958419]

        INTEGRATION: CWS pchfix04 (1.24.6); FILE MERGED 2007/02/06 07:24:49 os 1.24.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:39:01 os 1.24.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cf28b9b447cfc1b0bb1eac602582fb0acef4db52]

        INTEGRATION: CWS pchfix04 (1.43.6); FILE MERGED 2007/01/19 10:49:58 hjs 1.43.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d0fb685f6d8c6a41d696ddf0b4b889d3290e9ec2]

        INTEGRATION: CWS pchfix04 (1.30.6); FILE MERGED 2007/04/25 22:32:41 hjs 1.30.6.3: RESYNC: (1.30-1.31); FILE MERGED 2007/02/06 07:24:49 os 1.30.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:39:01 os 1.30.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f85d95c6b8f13ea812020cc035fff53d32b7987a]

        INTEGRATION: CWS pchfix04 (1.21.6); FILE MERGED 2006/12/22 14:16:29 hjs 1.21.6.1: #i72801# make gcc 3.4.1 survive pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [46c0e4b442898ce21f644ed34fb5b9824e251864]

        INTEGRATION: CWS pchfix04 (1.5.6); FILE MERGED 2007/02/06 07:24:49 os 1.5.6.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ea55d6d227a4b9d50c2e68d12502091f38d6b743]

        INTEGRATION: CWS pchfix04 (1.19.322); FILE MERGED 2007/02/02 14:07:31 hjs 1.19.322.1: #i72289# split .lib files

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c9210c1b8a2e033f08391c5e84e940f7fb346006]

        INTEGRATION: CWS pchfix04 (1.15.6); FILE MERGED 2007/02/05 08:39:00 os 1.15.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:58 hjs 1.15.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [58c5c37ac05147c40edc1e965dc2fd90d4283630]

        INTEGRATION: CWS pchfix04 (1.58.6); FILE MERGED 2007/02/06 07:24:49 os 1.58.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:39:00 os 1.58.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [54adac60837c8dfeb02d5988350e94182cb32727]

        INTEGRATION: CWS pchfix04 (1.24.6); FILE MERGED 2007/02/05 08:39:00 os 1.24.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9e3b7c521ab721abe08405e302d381cff30729b5]

        INTEGRATION: CWS pchfix04 (1.48.4); FILE MERGED 2007/02/05 08:38:59 os 1.48.4.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [392100d308f9ebc76cb2e4eca00bec8553de11a7]

        INTEGRATION: CWS pchfix04 (1.13.6); FILE MERGED 2007/04/25 22:32:01 hjs 1.13.6.3: RESYNC: (1.13-1.14); FILE MERGED 2007/02/05 08:38:59 os 1.13.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:58 hjs 1.13.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fce9e60c7de9ab6aa6116a9fab14377d3878cc87]

        INTEGRATION: CWS pchfix04 (1.14.6); FILE MERGED 2007/02/06 07:24:48 os 1.14.6.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b36f4543299b43803df1df6c5351027b1f069d9]

        INTEGRATION: CWS pchfix04 (1.26.6); FILE MERGED 2007/02/05 08:38:59 os 1.26.6.3: #i73604# usage of ITEMID_* removed 2007/01/26 19:36:40 hjs 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED 2007/01/19 10:49:57 hjs 1.26.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6e34d31831afd6e70c8a9a791ae771dcd452a75b]

        INTEGRATION: CWS pchfix04 (1.13.6); FILE MERGED 2007/02/05 08:38:59 os 1.13.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [68afbd74fa6d593b341f946e08e040aff6807870]

        INTEGRATION: CWS pchfix04 (1.16.6); FILE MERGED 2007/02/05 08:38:59 os 1.16.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:57 hjs 1.16.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c5a8f628fa14477d7e52a7dc84d247aa04b8fd6c]

        INTEGRATION: CWS pchfix04 (1.42.6); FILE MERGED 2007/02/06 07:24:48 os 1.42.6.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [362e90bf6362884a730e34a126ce5d18cdf6c1dd]

        INTEGRATION: CWS pchfix04 (1.10.6); FILE MERGED 2007/04/25 22:31:54 hjs 1.10.6.3: RESYNC: (1.10-1.11); FILE MERGED 2007/02/05 08:38:58 os 1.10.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:57 hjs 1.10.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a8431d44c7edbd718ad014bcc6667cee8a176f0d]

        INTEGRATION: CWS pchfix04 (1.31.6); FILE MERGED 2007/02/05 08:38:58 os 1.31.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a5b1b8b05dc062cd480cb52a5c70111f3bf5d2cc]

        INTEGRATION: CWS pchfix04 (1.29.6); FILE MERGED 2007/02/06 07:24:48 os 1.29.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:58 os 1.29.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [57beac3123f7948029a607ebcec6bb6b26e7f32f]

        INTEGRATION: CWS pchfix04 (1.13.6); FILE MERGED 2007/02/06 07:24:48 os 1.13.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:58 os 1.13.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a06aa3c8dcafb468abcdc5b1d5cd03c469555cce]

        INTEGRATION: CWS pchfix04 (1.10.6); FILE MERGED 2007/02/05 08:38:58 os 1.10.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [18f74b1cf34f0b1e74c605ef17e2dcc15c8369c6]

        INTEGRATION: CWS pchfix04 (1.7.6); FILE MERGED 2007/02/05 08:38:58 os 1.7.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:57 hjs 1.7.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ae72b9508736941b2379b3c0eeb163e8c6046591]

        INTEGRATION: CWS pchfix04 (1.11.6); FILE MERGED 2007/02/05 08:38:57 os 1.11.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:56 hjs 1.11.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d984ec4ce5d3fbc2cab0d8e5f98e1b6285535965]

        INTEGRATION: CWS pchfix04 (1.42.6); FILE MERGED 2007/02/05 08:38:57 os 1.42.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:56 hjs 1.42.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [707c1973bbdf9c3fbd1a1009143c41f1fe538017]

        INTEGRATION: CWS pchfix04 (1.77.34); FILE MERGED 2007/04/25 22:59:10 hjs 1.77.34.2: RESYNC: (1.77-1.78); FILE MERGED 2007/02/05 08:38:57 os 1.77.34.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b5c577c19348ba969e5c6db6efba5029f6e1a2de]

        INTEGRATION: CWS pchfix04 (1.19.6); FILE MERGED 2007/02/13 15:46:34 hjs 1.19.6.4: RESYNC: (1.19-1.20); FILE MERGED 2007/02/05 09:20:08 os 1.19.6.3: #i73604# usage of ITEMID_* removed 2007/02/05 08:38:57 os 1.19.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:56 hjs 1.19.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f460a549fe4af33d99b49dc12a9ed0108f63fa30]

        INTEGRATION: CWS pchfix04 (1.39.6); FILE MERGED 2007/02/05 08:38:56 os 1.39.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:56 hjs 1.39.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b6b950c4253a90319b750fc08ad0249539a425a8]

        INTEGRATION: CWS pchfix04 (1.15.6); FILE MERGED 2007/02/06 07:24:48 os 1.15.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:56 os 1.15.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4bf07403984871255eb827fa503b590a79e9fd62]

        INTEGRATION: CWS pchfix04 (1.16.6); FILE MERGED 2007/02/05 08:38:56 os 1.16.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:56 hjs 1.16.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1a3be8581d2bf748ce1fde8fd99b16ac90d87ed9]

        INTEGRATION: CWS pchfix04 (1.14.6); FILE MERGED 2007/02/05 08:38:56 os 1.14.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:55 hjs 1.14.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b6473f5510e7ba6f6493e8c8bf92b39b30d8e293]

        INTEGRATION: CWS pchfix04 (1.9.6); FILE MERGED 2007/02/05 08:38:56 os 1.9.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [88b3cd62c22782723803e0c8d20cc5dd5cc2fa7b]

        INTEGRATION: CWS pchfix04 (1.11.6); FILE MERGED 2007/02/05 08:38:55 os 1.11.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dce9372c04c8f8b75306e18f9cd03f825de92d22]

        INTEGRATION: CWS pchfix04 (1.13.6); FILE MERGED 2007/02/05 08:38:55 os 1.13.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:55 hjs 1.13.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7c0cddf70bd1502cc307abc30b3d011b8cde5376]

        INTEGRATION: CWS nativebroffice_SRC680 (1.22.2.1.2); FILE MERGED 2007/03/14 12:32:19 obr 1.22.2.1.2.2: #i74459# renamed flag file 2007/03/14 12:09:45 obr 1.22.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f136702080c0d7536f4572988e16d5c5c7bfe93b]

        INTEGRATION: CWS pchfix04 (1.8.6); FILE MERGED 2007/02/05 08:38:55 os 1.8.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e5d95e2d1f9ffd605fb184f8342804fcdae24b1b]

        INTEGRATION: CWS pchfix04 (1.4.64); FILE MERGED 2007/04/25 22:23:36 hjs 1.4.64.3: RESYNC: (1.4-1.5); FILE MERGED 2007/02/05 08:38:55 os 1.4.64.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:55 hjs 1.4.64.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0a26c2d017a8e007233f004c4fb6dae4d61e51ea]

        INTEGRATION: CWS pchfix04 (1.55.6); FILE MERGED 2007/02/05 08:38:55 os 1.55.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [873da917cfaccd804bf68bc658c1149f7842a74d]

        INTEGRATION: CWS pchfix04 (1.10.66); FILE MERGED 2007/02/05 08:38:54 os 1.10.66.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [353afdc25ada0faaa26a3a8efc5abb2797c3441a]

        INTEGRATION: CWS pchfix04 (1.49.6); FILE MERGED 2007/04/25 22:15:40 hjs 1.49.6.2: RESYNC: (1.49-1.50); FILE MERGED 2007/02/05 08:38:54 os 1.49.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b5bfdb6e3a157f08cf7921224cdb5f77b1281788]

        INTEGRATION: CWS pchfix04 (1.42.6); FILE MERGED 2007/04/25 22:15:05 hjs 1.42.6.3: RESYNC: (1.42-1.43); FILE MERGED 2007/02/05 08:38:54 os 1.42.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:55 hjs 1.42.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [923a1bac3e176cd524551c6b701bb790ee1704d9]

        INTEGRATION: CWS pchfix04 (1.32.6); FILE MERGED 2007/02/05 09:11:51 os 1.32.6.3: #i73604# usage of ITEMID_* removed 2007/02/05 08:38:54 os 1.32.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:55 hjs 1.32.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d6bbc348c29d084261ceacaca37939739b742f0b]

        INTEGRATION: CWS pchfix04 (1.29.6); FILE MERGED 2007/04/25 22:16:53 hjs 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/05 08:38:54 os 1.29.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [75caff6b8f282efacdca2271842ed2883c7a6ed4]

        INTEGRATION: CWS nativebroffice_SRC680 (1.11.2.1.2); FILE MERGED 2007/03/14 12:32:19 obr 1.11.2.1.2.2: #i74459# renamed flag file 2007/03/14 12:09:45 obr 1.11.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [baffee478b83d96769f0651a4af440ccf8d25747]

        INTEGRATION: CWS pchfix04 (1.17.2); FILE MERGED 2007/02/05 08:38:53 os 1.17.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [568b7d6fdc1748de20a52d7b718d303d498c250a]

        INTEGRATION: CWS pchfix04 (1.10.6); FILE MERGED 2007/02/06 07:24:47 os 1.10.6.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f88708a6b3afee393a6a749c29579dbae7052b73]

        INTEGRATION: CWS pchfix04 (1.28.4); FILE MERGED 2007/02/06 07:24:47 os 1.28.4.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a81b24a763a5701f0f6db6f16aa6dc41e35dc834]

        INTEGRATION: CWS pchfix04 (1.97.2); FILE MERGED 2007/02/06 07:24:47 os 1.97.2.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [750438b3d2206f5aaa4c87d09cab655211403bf3]

        INTEGRATION: CWS pchfix04 (1.56.4); FILE MERGED 2007/02/06 07:24:46 os 1.56.4.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5f2869bb623b720a8be5d8f1e6624bdd3f99fbb1]

        INTEGRATION: CWS pchfix04 (1.83.6); FILE MERGED 2007/02/06 07:24:46 os 1.83.6.4: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:53 os 1.83.6.3: #i73604# usage of ITEMID_* removed 2007/01/26 19:42:18 hjs 1.83.6.2: RESYNC: (1.83-1.84); FILE MERGED 2007/01/19 10:49:54 hjs 1.83.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f7f3c1bd9f1209941d8f9891bd3442b908e9d4c9]

        INTEGRATION: CWS nativebroffice_SRC680 (1.9.78); FILE MERGED 2007/03/14 12:32:18 obr 1.9.78.2: #i74459# renamed flag file 2007/03/14 12:09:44 obr 1.9.78.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [72c32835398582fbe061b1522460d410576ca3be]

        INTEGRATION: CWS pchfix04 (1.12.66); FILE MERGED 2007/02/05 08:38:52 os 1.12.66.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:54 hjs 1.12.66.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e877f8048d6c5e1f2fe67a435ab1956787df01ea]

        INTEGRATION: CWS pchfix04 (1.15.6); FILE MERGED 2007/04/25 22:59:59 hjs 1.15.6.4: RESYNC: (1.15-1.16); FILE MERGED 2007/02/06 08:02:29 os 1.15.6.3: #i73604# svx/eeitemid.hxx removed 2007/02/06 07:24:46 os 1.15.6.2: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:52 os 1.15.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9bde6ddb7bab984d1143d2bbefe65d45fe85a3db]

        INTEGRATION: CWS pchfix04 (1.34.36); FILE MERGED 2007/02/06 07:24:46 os 1.34.36.3: #i73604#  eeitemid.hxx removed 2007/02/05 10:51:14 os 1.34.36.2: #i73604# which id fixed 2007/02/05 08:38:52 os 1.34.36.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5f6c8ab0a0b5cf323a4f7f42e95e3fbdb64b48e7]

        INTEGRATION: CWS pchfix04 (1.58.6); FILE MERGED 2007/02/05 08:38:52 os 1.58.6.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5f6737253feccbdaa9780abd9968c7d430ca0917]

        INTEGRATION: CWS pchfix04 (1.51.6); FILE MERGED 2007/02/05 08:38:51 os 1.51.6.3: #i73604# usage of ITEMID_* removed 2007/01/26 19:42:12 hjs 1.51.6.2: RESYNC: (1.51-1.52); FILE MERGED 2007/01/19 10:49:54 hjs 1.51.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7451d5afb85e4d71927b84ab2ec55442d4c0aac8]

        INTEGRATION: CWS pchfix04 (1.41.2); FILE MERGED 2007/02/06 07:24:45 os 1.41.2.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5c1193fc7ed7ea90a5fd76b76ece10ab9e452c33]

        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>  [a121eca80e89be31b9bd905ecd94c3139936211d]

        INTEGRATION: CWS pchfix04 (1.81.6); FILE MERGED 2007/02/06 07:24:45 os 1.81.6.3: #i73604#  eeitemid.hxx removed 2007/02/05 08:38:51 os 1.81.6.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:54 hjs 1.81.6.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a662466bc4180b58d2bab7af3d2951f5214905bd]

        INTEGRATION: CWS pchfix04 (1.2.66); FILE MERGED 2007/02/06 11:22:06 hjs 1.2.66.9: #i73078# reenable *item.hxx from svx see #i73604# 2007/02/06 07:24:30 os 1.2.66.8: #i73604#  eeitemid.hxx removed 2007/01/19 10:49:53 hjs 1.2.66.7: #i73650# warning free with pch 2006/12/13 09:40:57 kaib 1.2.66.6: #i71519# fixing pch in sd for msc 2006/11/23 19:49:20 mkretzschmar 1.2.66.5: #i71519# works on Linux now 2006/11/23 17:48:39 mkretzschmar 1.2.66.4: #i71519# commit after a _long_ run of pchdelta.py. Almost working on linux. 2006/11/20 18:55:46 mkretzschmar 1.2.66.3: #i71519# kick out some more troublemaker includes. To be continued. 2006/11/20 12:39:17 mkretzschmar 1.2.66.2: #i71519# fix source/core build on unxlngi6.pro 2006/11/20 09:32:55 mkretzschmar 1.2.66.1: #i71519# add includes; successfully compiles to pch but probably breaks the build

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e7f251d706b53cf0b035870e037daee6bb13637c]

        INTEGRATION: CWS nativebroffice_SRC680 (1.17.2.1.2); FILE MERGED 2007/03/14 12:32:18 obr 1.17.2.1.2.2: #i74459# renamed flag file 2007/03/14 12:09:44 obr 1.17.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [de79762e1f2fd10c8e6dad46314a19c6074da8e0]

        INTEGRATION: CWS pchfix04 (1.2.338); FILE MERGED 2007/02/05 08:38:51 os 1.2.338.2: #i73604# usage of ITEMID_* removed 2007/01/19 10:49:53 hjs 1.2.338.1: #i73650# warning free with pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2b721032ff232b90297c84aeed81c6e95f96fb63]

        INTEGRATION: CWS pchfix04 (1.2.42); FILE MERGED 2006/12/08 14:02:08 mkretzschmar 1.2.42.2: Fix build after resync to m195 2006/11/21 19:26:38 mkretzschmar 1.2.42.1: #i71519# fill in xmloff pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cf931f0b233a019b20e12e8fa6f6b46a99791ed7]

        INTEGRATION: CWS pchfix04 (1.4.54); FILE MERGED 2007/04/25 21:38:20 hjs 1.4.54.3: RESYNC: (1.4-1.5); FILE MERGED 2007/01/16 11:25:41 hjs 1.4.54.2: #i73422# changed define name 2007/01/03 16:59:14 hjs 1.4.54.1: #i73078# avoid macro redefinition warnings

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dce164cde76e6ee394acd62d7ff9f0ff2c54eeed]

        INTEGRATION: CWS pchfix04 (1.10.18); FILE MERGED 2007/01/16 11:25:40 hjs 1.10.18.2: #i73422# changed define name 2007/01/03 16:59:14 hjs 1.10.18.1: #i73078# avoid macro redefinition warnings

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [26f3dc2c6724e11b99d16e8d8a9e8050aa1d3289]

        INTEGRATION: CWS nativebroffice_SRC680 (1.18.2.1.4); FILE MERGED 2007/03/14 12:09:42 obr 1.18.2.1.4.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f879b18d2675c94e65cdc132e3a5c39fb07a2fec]

        INTEGRATION: CWS pchfix04 (1.10.30); FILE MERGED 2007/01/16 11:25:39 hjs 1.10.30.1: #i73422# changed define name

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eb388fa60af32247dd894f9de272e89a69ffa009]

        INTEGRATION: CWS pchfix04 (1.67.18); FILE MERGED 2007/01/16 11:25:39 hjs 1.67.18.1: #i73422# changed define name

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9555b110bed90ed62affb22273dd2c2d2901a8a2]

        INTEGRATION: CWS pchfix04 (1.2.30); FILE MERGED 2006/11/28 10:20:51 mkretzschmar 1.2.30.3: #i71519# fix clean build: do not include so3/*.h (used in workben and jstest) 2006/11/27 18:33:02 kaib 1.2.30.2: #i71519# basic pch working for msc 2006/11/27 12:22:03 mkretzschmar 1.2.30.1: #i71519# fill in basic pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0762933f09d906f2880b6ea8875ed5badb72bbdc]

        INTEGRATION: CWS pchfix04 (1.2.54); FILE MERGED 2007/02/08 12:09:52 hjs 1.2.54.1: #i72801# gcc 3.4.1 dies on empty pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2f5f212f0eaaf05d510d1a058b13dce2de16f925]

        INTEGRATION: CWS pchfix04 (1.2.122); FILE MERGED 2007/02/08 12:11:42 hjs 1.2.122.1: #i72801# gcc 3.4.1 dies on empty pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [106350cb974b75cfbfcf44d993125ca01ab6b381]

        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>  [5f7d7421e89cf2c86cba6104558f89636a412c8d]

        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>  [f064ba999c2cc4091b517ed0cde96b9c5bd09674]

        INTEGRATION: CWS pchfix04 (1.2.20); FILE MERGED 2006/11/29 10:58:54 mkretzschmar 1.2.20.2: Disable precompiled headers in stoc, breaks registration in pyuno and i18npool. 2006/11/27 15:25:24 mkretzschmar 1.2.20.1: #i71519# fill in stoc pch file. Builds fine on Mac OS X and Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f23bdec3842af06aa5516ed371d006886044f926]

        INTEGRATION: CWS pchfix04 (1.2.16); FILE MERGED 2007/02/08 12:12:02 hjs 1.2.16.1: #i72801# gcc 3.4.1 dies on empty pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [97a800e1dcc3776eea73b3a06215aa1932e753e3]

        INTEGRATION: CWS pchfix04 (1.2.22); FILE MERGED 2006/12/13 16:21:39 hjs 1.2.22.3: #i71519# removed local headers 2006/11/27 17:24:33 kaib 1.2.22.2: #i71519# bridges working on msc 2006/11/27 13:07:23 mkretzschmar 1.2.22.1: #i71519# fill in bridges pch file. Builds fine on Mac OS X and Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9e908925682baccba8ae2a847febd94b648fa0d7]

        INTEGRATION: CWS pchfix04 (1.2.14); FILE MERGED 2006/11/28 10:16:39 mkretzschmar 1.2.14.3: #i71519# fix clean build: do not include tools/urlobj.hxx (used in workben) 2006/11/27 17:11:33 kaib 1.2.14.2: #i71519# configmgr working on msc 2006/11/24 13:07:59 mkretzschmar 1.2.14.1: #i71519# fill in configmgr pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e052c90cbc8efc5bfeafe34b9f5f9da3d791fa92]

        INTEGRATION: CWS pchfix04 (1.3.8); FILE MERGED 2007/04/25 20:46:32 hjs 1.3.8.4: RESYNC: (1.3-1.8); FILE MERGED 2007/01/25 17:58:49 hjs 1.3.8.3: #i72289# different set of compiler switches to solve conflict with pch 2007/01/16 14:30:27 hjs 1.3.8.2: #i72621# remove INCLUDE from CFLAGS 2006/12/15 12:54:39 hjs 1.3.8.1: #i72621# fixed mp issue; .net 2005 support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [91bc3776ec14b0e8a37d3dd6eef5f94f7242c33a]

        INTEGRATION: CWS pchfix04 (1.14.12); FILE MERGED 2007/04/25 20:37:32 hjs 1.14.12.10: RESYNC: (1.17-1.24); FILE MERGED 2007/01/26 19:03:23 hjs 1.14.12.9: RESYNC: (1.16-1.17); FILE MERGED 2007/01/25 17:58:49 hjs 1.14.12.8: #i72289# different set of compiler switches to solve conflict with pch 2006/12/22 11:17:07 hjs 1.14.12.7: RESYNC: (1.15-1.16); FILE MERGED 2006/12/11 14:18:38 kaib 1.14.12.6: RESYNC: (1.14-1.15); FILE MERGED 2006/11/16 17:33:01 kaib 1.14.12.5: #i71519# Fixed minor pch bugs on win32 with the new gcc code 2006/11/15 21:39:21 mkretzschmar 1.14.12.4: #i71588# Use PCHs on unxlngi6 2006/11/15 21:21:21 mkretzschmar 1.14.12.3: #i71588# Build (but don't use yet) PCHs on unxlngi6 2006/11/15 21:05:34 mkretzschmar 1.14.12.2: #i71588# Preparatory simplification for PCH support on GCC 2006/11/15 20:17:27 mkretzschmar 1.14.12.1: #i71581# Use -I$(INCPCH) and not -I$(PRJ)$/inc$/pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c234e323bfeeb598d74ad6f0add4912bccf774a1]

        INTEGRATION: CWS freeafms (1.5.20); FILE MERGED 2007/01/06 00:35:25 rene 1.5.20.2: #i72124# add a's 2006/12/06 14:51:19 rene 1.5.20.1: #i72124# mention afm license

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [48a7fcb581217cf6db9c9c884428e02c768d62cf]

        INTEGRATION: CWS nativebroffice_SRC680 (1.180.2.3.2); FILE MERGED 2007/02/13 14:35:37 is 1.180.2.3.2.1: #i74460# bitmaps for BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [15ba3e8bf20ff50a93d31f7b398216a0c2f6be24]

        INTEGRATION: CWS pchfix04 (1.77.72); FILE MERGED 2006/11/15 21:21:21 mkretzschmar 1.77.72.1: #i71588# Build (but don't use yet) PCHs on unxlngi6

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5eac7dcfe158ba6e49df5ef389c1ef3058835066]

        INTEGRATION: CWS pchfix04 (1.5.12); FILE MERGED 2007/04/25 20:37:41 hjs 1.5.12.6: RESYNC: (1.11-1.14); FILE MERGED 2007/02/13 15:17:55 hjs 1.5.12.5: RESYNC: (1.9-1.11); FILE MERGED 2007/01/26 19:03:29 hjs 1.5.12.4: RESYNC: (1.7-1.9); FILE MERGED 2006/12/11 14:18:20 kaib 1.5.12.3: RESYNC: (1.6-1.7); FILE MERGED 2006/12/04 18:08:10 kaib 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/11/24 12:08:48 mkretzschmar 1.5.12.1: #i71926# Precompiled header support for Mac OS X. Tested on unxmacxi/Tiger

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8608b76eb8e50690b463bf18ece43f02317f5ca8]

        INTEGRATION: CWS pchfix04 (1.25.12); FILE MERGED 2007/04/25 20:39:10 hjs 1.25.12.6: RESYNC: (1.29-1.33); FILE MERGED 2007/01/26 19:04:35 hjs 1.25.12.5: RESYNC: (1.27-1.29); FILE MERGED 2006/12/22 11:17:33 hjs 1.25.12.4: RESYNC: (1.26-1.27); FILE MERGED 2006/12/11 14:18:15 kaib 1.25.12.3: RESYNC: (1.25-1.26); FILE MERGED 2006/11/15 21:39:21 mkretzschmar 1.25.12.2: #i71588# Use PCHs on unxlngi6 2006/11/15 21:21:21 mkretzschmar 1.25.12.1: #i71588# Build (but don't use yet) PCHs on unxlngi6

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [755474e0596be20cae1b6cb88ee223dbc94ea79c]

        INTEGRATION: CWS pchfix04 (1.35.4); FILE MERGED 2007/04/25 20:39:44 hjs 1.35.4.4: RESYNC: (1.36-1.37); FILE MERGED 2007/02/02 10:45:25 hjs 1.35.4.3: #i72289# missed one place for multi-lib suppert 2007/02/02 09:54:56 hjs 1.35.4.2: RESYNC: (1.35-1.36); FILE MERGED 2007/02/02 09:44:16 hjs 1.35.4.1: #i72289# multiple libs for export detection to avoid hitting a filesize limit for .lib files with changed debug switches

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b4e3290d52e311544761c700551266059ff5769]

        INTEGRATION: CWS pchfix04 (1.204.30); FILE MERGED 2007/04/25 20:47:15 hjs 1.204.30.5: RESYNC: (1.209-1.211); FILE MERGED 2007/02/13 15:22:54 hjs 1.204.30.4: RESYNC: (1.208-1.209); FILE MERGED 2007/01/26 19:09:05 hjs 1.204.30.3: RESYNC: (1.205-1.208); FILE MERGED 2006/12/11 14:18:10 kaib 1.204.30.2: RESYNC: (1.204-1.205); FILE MERGED 2006/11/15 20:48:13 mkretzschmar 1.204.30.1: #i71588# Preparatory cleanups for PCH support on GCC

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7710336a50daeae3b7c203c9d0c7911724cb5bc0]

        INTEGRATION: CWS nativebroffice_SRC680 (1.45.2.1.4); FILE MERGED 2007/03/19 11:44:59 rt 1.45.2.1.4.2: #i75474# No SISSL license any more. 2007/02/13 14:53:10 is 1.45.2.1.4.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0998ed9241d441e2687b862f8a9ffc99016d97c2]

        INTEGRATION: CWS pchfix04 (1.78.12); FILE MERGED 2007/04/25 20:36:28 hjs 1.78.12.17: RESYNC: (1.84-1.86); FILE MERGED 2007/02/13 15:16:31 hjs 1.78.12.16: RESYNC: (1.83-1.84); FILE MERGED 2007/01/26 19:01:51 hjs 1.78.12.15: RESYNC: (1.80-1.83); FILE MERGED 2006/12/22 15:35:31 hjs 1.78.12.14: #i72621# escaped blank doesn't work on windows/4nt 2006/12/22 11:17:00 hjs 1.78.12.13: RESYNC: (1.79-1.80); FILE MERGED 2006/12/15 12:54:39 hjs 1.78.12.12: #i72621# fixed mp issue; .net 2005 support 2006/12/13 13:10:34 mkretzschmar 1.78.12.11: Use $(CCNUMVER) instead of deprecated $(CVER) as suggested by hjs. 2006/12/04 18:07:42 kaib 1.78.12.10: RESYNC: (1.78-1.79); FILE MERGED 2006/11/27 17:21:18 kaib 1.78.12.9: #i71519# msc now compiles the original pch .cxx file as well 2006/11/16 19:45:25 kaib 1.78.12.8: #i71519# Fixed backslash problem (again) 2006/11/16 17:33:01 kaib 1.78.12.7: #i71519# Fixed minor pch bugs on win32 with the new gcc code 2006/11/16 17:08:12 mkretzschmar 1.78.12.6: #i71588# Fix incremental builds/.PHONY/do not require changing all */inc/makefile.mk 2006/11/15 21:39:21 mkretzschmar 1.78.12.5: #i71588# Use PCHs on unxlngi6 2006/11/15 21:21:20 mkretzschmar 1.78.12.4: #i71588# Build (but don't use yet) PCHs on unxlngi6 2006/11/15 21:05:34 mkretzschmar 1.78.12.3: #i71588# Preparatory simplification for PCH support on GCC 2006/11/15 20:48:13 mkretzschmar 1.78.12.2: #i71588# Preparatory cleanups for PCH support on GCC 2006/11/15 20:41:55 mkretzschmar 1.78.12.1: #i71581# Use -I$(INCPCH) and not -I$(PRJ)$/inc$/pch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c315376d844afb8153c590fb0b45bd7130e2d0f0]

        INTEGRATION: CWS pchfix04 (1.43.10); FILE MERGED 2007/02/13 15:21:09 hjs 1.43.10.4: RESYNC: (1.45-1.46); FILE MERGED 2007/01/26 19:06:47 hjs 1.43.10.3: RESYNC: (1.43-1.45); FILE MERGED 2007/01/04 09:47:58 hjs 1.43.10.2: #i73078# syntax 2007/01/03 11:55:18 hjs 1.43.10.1: #i73078# SECOND_BUILD targets cannot use pch by design (additional defines/switches)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d9b84346e048fb62e9e554215b7a2febf1100035]

        INTEGRATION: CWS nativebroffice_SRC680 (1.62.2.1.4); FILE MERGED 2007/03/26 15:18:18 rt 1.62.2.1.4.2: RESYNC: (1.62.2.1-1.62.2.2); FILE MERGED 2007/02/13 14:53:10 is 1.62.2.1.4.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [493a73cf4fb361859cd11acb19784cfa450ac315]

        INTEGRATION: CWS pchfix04 (1.32.4); FILE MERGED 2007/04/25 20:42:06 hjs 1.32.4.3: RESYNC: (1.33-1.36); FILE MERGED 2007/02/02 10:45:44 hjs 1.32.4.2: #i72289# missed one place for multi-lib suppert 2007/02/02 09:55:53 hjs 1.32.4.1: #i72289# multiple libs for export detection to avoid hitting a filesize limit for .lib files with changed debug switches

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [21866a1e7f57e99fe30a6757a6c153dcf39449a5]

        INTEGRATION: CWS nativebroffice_SRC680 (1.1.2); FILE ADDED 2007/02/13 14:54:20 is 1.1.2.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [247b3320d906c8bc414a9f0c18e11a5eef478af5]

        INTEGRATION: CWS nativebroffice_SRC680 (1.1.2); FILE ADDED 2007/02/13 14:54:05 is 1.1.2.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7d54d6d79057f8e3b46b7e759d660e9b9e6fc5e0]

        INTEGRATION: CWS pchfix04 (1.1.2); FILE ADDED 2006/11/27 17:19:50 kaib 1.1.2.4: #i71519# Added convergence test 2006/11/24 14:51:42 kaib 1.1.2.3: #i71519# added wrapper program and updated pchdelta.py 2006/11/17 19:29:16 kaib 1.1.2.2: #i71519# Rewrote pchdelta to use dmake directories instead of just files 2006/11/16 15:35:21 kaib 1.1.2.1: #i71519# Added python script to delta debug pch files

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b4dc9e8bfdc623a8e802aab493c51c8b8babb27c]

        INTEGRATION: CWS pchfix04 (1.1.2); FILE ADDED 2006/11/24 14:51:42 kaib 1.1.2.1: #i71519# added wrapper program and updated pchdelta.py

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [659ad7a11230fdc29cafc878eb61ad79d55d33a1]

        INTEGRATION: CWS nativebroffice_SRC680 (1.1.2); FILE ADDED 2007/03/27 11:31:57 rt 1.1.2.1: #i74456# Needed for BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [59f600c3a1a2914727bf6a75c6d1207abf94bd91]

        #i76965# fix bad stl include

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c322394ee4e6bac42ece76ef3f6bd893f8a2b537]

        INTEGRATION: CWS pchfix04 (1.2.52); FILE MERGED 2006/12/13 15:39:12 hjs 1.2.52.3: #i71519# removed lots of local headers 2006/11/27 18:47:01 kaib 1.2.52.2: #i71519# framework pch working for msc 2006/11/23 17:13:38 mkretzschmar 1.2.52.1: #i71519# fill in framework pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fdcdacf26e7c6929096c5397584526110c249b03]

        INTEGRATION: CWS pchfix04 (1.86.34); FILE MERGED 2007/02/08 12:13:46 hjs 1.86.34.1: #i73604# removed hxx

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ac6572677c692ef73c52cef86092205e9f2f8cf1]

        INTEGRATION: CWS pchfix04 (1.24.58); FILE MERGED 2007/02/05 08:44:05 os 1.24.58.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e80245bc04e8bb43cd556c90f6cab484996372dd]

        INTEGRATION: CWS pchfix04 (1.7.22); FILE MERGED 2007/02/13 15:10:02 hjs 1.7.22.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/05 08:44:05 os 1.7.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b7dd77080cedb8e873c1699c33dcb629d94e1d6]

        INTEGRATION: CWS nativebroffice_SRC680 (1.122.96); FILE MERGED 2007/02/20 09:36:02 rt 1.122.96.4: Create 'broffice_dev' directory. 2007/02/13 15:02:25 is 1.122.96.3: #i74456# new BrOffice.org 2007/02/13 10:37:20 pb 1.122.96.2: fix: #i74460# deliver aboutbox bitmap of OpenOffice.org 2007/02/13 06:31:10 pb 1.122.96.1: fix: #i74460# deliver intro and aboutbox bitmap of BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9d2eeba3f206b4934995945c3dc24f38febd307a]

        INTEGRATION: CWS pchfix04 (1.16.14); FILE MERGED 2007/02/05 08:44:05 os 1.16.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b502ef750d01baa5e16a4d751b2494e6acef2496]

        INTEGRATION: CWS pchfix04 (1.2.60); FILE MERGED 2006/11/29 13:59:08 kaib 1.2.60.2: #i71519# extensions pch working with msc 2006/11/24 09:43:56 mkretzschmar 1.2.60.1: #i71519# fill in extensions pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [be88540d1d1c1f4453415a45d0d38c01becc49ec]

        INTEGRATION: CWS pchfix04 (1.68.6); FILE MERGED 2007/02/06 07:02:01 os 1.68.6.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c500853585da2d7d8108e664494bf095c6c0940b]

        INTEGRATION: CWS pchfix04 (1.9.32); FILE MERGED 2007/02/05 08:45:41 os 1.9.32.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [200a57d705e612bb759ed8eff0330461f0bc80f4]

        INTEGRATION: CWS pchfix04 (1.78.32); FILE MERGED 2007/02/06 07:02:00 os 1.78.32.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d48d29dedcfb210488ac8cba42caf258e6af64b8]

        INTEGRATION: CWS pchfix04 (1.37.50); FILE MERGED 2007/04/25 19:49:08 hjs 1.37.50.4: RESYNC: (1.39-1.40); FILE MERGED 2007/01/26 18:49:57 hjs 1.37.50.3: RESYNC: (1.38-1.39); FILE MERGED 2006/12/22 11:01:11 hjs 1.37.50.2: RESYNC: (1.37-1.38); FILE MERGED 2006/11/16 15:32:13 mkretzschmar 1.37.50.1: #i71619# Don't include pch files in cxx files that will be included

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d7d955f5cbadedacc13be0e49f085ed423f168f4]

        INTEGRATION: CWS pchfix04 (1.10.50); FILE MERGED 2006/11/16 15:32:13 mkretzschmar 1.10.50.1: #i71619# Don't include pch files in cxx files that will be included

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5bf4a55c8629596cbb7dd67660e8bf0becf6678d]

        INTEGRATION: CWS pchfix04 (1.2.50); FILE MERGED 2007/02/06 11:20:44 hjs 1.2.50.3: #i73078# remove entry for removed file 2006/11/24 16:08:36 kaib 1.2.50.2: #i71519# Fixed win32 pch headers 2006/11/23 09:51:39 mkretzschmar 1.2.50.1: #i71519# fill in dbaccess pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c19cf0e65344d1b4aad7e7d78c86ea2274db8a4c]

        INTEGRATION: CWS pchfix04 (1.16.40); FILE MERGED 2007/02/05 12:14:17 os 1.16.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [37aa7c01b9ad9b5b50c31b1a9bf258cc0e2b93a7]

        INTEGRATION: CWS pchfix04 (1.46.332); FILE MERGED 2007/04/25 18:18:59 hjs 1.46.332.5: RESYNC: (1.47-1.48); FILE MERGED 2007/02/02 11:33:49 hjs 1.46.332.4: #i72289# second try... 2007/02/02 10:00:46 hjs 1.46.332.3: #i72289# multiple libs for export detection to avoid hitting a filesize limit for .lib files with changed debug switches 2006/12/04 17:57:01 kaib 1.46.332.2: RESYNC: (1.46-1.47); FILE MERGED 2006/12/04 12:53:41 kaib 1.46.332.1: #i71519# Added force option to complete linking on msc

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ea152b320ce2d88cc51d82552cc8f678ec6041ec]

        INTEGRATION: CWS pchfix04 (1.24.86); FILE MERGED 2007/02/05 12:14:17 os 1.24.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d769a0b53bc8eb426b976978a8ba37246d8b8455]

        INTEGRATION: CWS pchfix04 (1.59.86); FILE MERGED 2007/02/05 12:14:17 os 1.59.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b3e72fe1274e122e1d334e556759547b71cc1054]

        INTEGRATION: CWS nativebroffice_SRC680 (1.28.60.1.2); FILE MERGED 2007/02/13 14:32:59 is 1.28.60.1.2.1: #i74456# new BrOffice.org

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e6ec8115c67f2a2b1e4c2162b19f35e9ac4c9659]

        INTEGRATION: CWS pchfix04 (1.28.86); FILE MERGED 2007/02/05 12:14:16 os 1.28.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b8749b83a215aee116459e3209ec1535266a555b]

        INTEGRATION: CWS pchfix04 (1.22.24); FILE MERGED 2007/02/05 12:14:16 os 1.22.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [69337e9fa7773f1581c4b6fb529c45c3ecaae84a]

        INTEGRATION: CWS pchfix04 (1.4.86); FILE MERGED 2007/02/05 12:14:16 os 1.4.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c4f7dfd5078d936182d4e54d9f7ab726d7e90b54]

        INTEGRATION: CWS pchfix04 (1.35.2); FILE MERGED 2007/02/05 12:14:16 os 1.35.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5fe36acb8cc1decb3cdf0d690af799a759387740]

        INTEGRATION: CWS nativebroffice_SRC680 (1.2.102); FILE MERGED 2007/03/14 12:09:48 obr 1.2.102.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c024525bd847b360e6bbfafcc9d4466ac67a76f3]

        INTEGRATION: CWS pchfix04 (1.18.14); FILE MERGED 2007/02/05 12:14:15 os 1.18.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0f9acdafe776745e28109e60b4f1ed5d13fe04c5]

        INTEGRATION: CWS nativebroffice_SRC680 (1.13.22); FILE MERGED 2007/03/14 12:09:48 obr 1.13.22.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [80dc9b6fe1a198216130c10c569dd59181c859b7]

        INTEGRATION: CWS pchfix04 (1.15.86); FILE MERGED 2007/02/05 12:14:15 os 1.15.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [53b368e890bf1582e12db4e785022d5aae7c55e2]

        INTEGRATION: CWS nativebroffice_SRC680 (1.25.2.1.2); FILE MERGED 2007/03/14 12:09:47 obr 1.25.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [feaec26573722f6c78622836f03c0bfd29139a3d]

        INTEGRATION: CWS pchfix04 (1.76.2); FILE MERGED 2007/02/05 12:14:15 os 1.76.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8f78b026c7e31f3487e67f0dcb721b633659babc]

        INTEGRATION: CWS nativebroffice_SRC680 (1.10.2.2.2); FILE MERGED 2007/03/14 12:53:35 obr 1.10.2.2.2.2: #i74459# consistant icon naming scheme 2007/03/14 12:09:47 obr 1.10.2.2.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e5d0832a700e79c1668ea60def42cfb63c177fd7]

        INTEGRATION: CWS pchfix04 (1.15.40); FILE MERGED 2007/02/05 12:14:15 os 1.15.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bfcd5dcd19510c904f42c019d107473dcf4d3614]

        INTEGRATION: CWS nativebroffice_SRC680 (1.5.230); FILE MERGED 2007/03/14 12:09:47 obr 1.5.230.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b5cf2d81e8dfb76dca1aa175c573b61877fe1299]

        INTEGRATION: CWS pchfix04 (1.22.2); FILE MERGED 2007/02/05 12:14:14 os 1.22.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1344f691c7a92d73ae01084c24d311800e9a7398]

        #i76963# buildfix

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [060c3bf2928171b7a830866284c114731acb848e]

        INTEGRATION: CWS nativebroffice_SRC680 (1.14.2.2.2); FILE MERGED 2007/03/14 14:37:37 obr 1.14.2.2.2.3: #i74459# restored tar.gz generation 2007/03/14 12:53:35 obr 1.14.2.2.2.2: #i74459# consistant icon naming scheme 2007/03/14 12:09:47 obr 1.14.2.2.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0e71c6eb23bfdec434548fc71aef50d850e23f7e]

        INTEGRATION: CWS pchfix04 (1.37.2); FILE MERGED 2007/02/05 12:14:14 os 1.37.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bab7d0ca3e058962d9e83b6ad1de3dc79de9a0f6]

        INTEGRATION: CWS nativebroffice_SRC680 (1.2.184); FILE MERGED 2007/03/14 12:09:47 obr 1.2.184.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e17c7b8b857e25a203a46531817f56addd5519bc]

        INTEGRATION: CWS pchfix04 (1.12.40); FILE MERGED 2007/02/05 12:14:14 os 1.12.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5cecd12a91251c222994ee5867dca0877e370ef5]

        INTEGRATION: CWS nativebroffice_SRC680 (1.3.28); FILE MERGED 2007/03/14 12:32:20 obr 1.3.28.2: #i74459# renamed flag file 2007/03/14 12:09:46 obr 1.3.28.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [72661186bdbe4c95c248f8df4cab7eb272ee1f4b]

        INTEGRATION: CWS pchfix04 (1.16.14); FILE MERGED 2007/02/05 12:14:14 os 1.16.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [03e1c0887d29e8f624808d110681eb2d522c108c]

        INTEGRATION: CWS pchfix04 (1.12.86); FILE MERGED 2007/02/05 12:14:14 os 1.12.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [35063d1db06fd2bd69b433c3d5f5167c5fd093f0]

        INTEGRATION: CWS pchfix04 (1.15.40); FILE MERGED 2007/02/05 12:14:14 os 1.15.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a125f26cf7faead008365b85c3dc9e70d8bf08c1]

        INTEGRATION: CWS nativebroffice_SRC680 (1.1.2); FILE ADDED 2007/03/14 14:30:33 obr 1.1.2.2: #i74459# fixed permissions for none rpm builds 2007/03/14 12:09:46 obr 1.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d633f122be84c2cfe187ffaabc07788b630f6e1e]

        INTEGRATION: CWS nativebroffice_SRC680 (1.24.2.1.2); FILE MERGED 2007/03/14 12:09:45 obr 1.24.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a2c68721eb1d874f7a4974b0793b773c8bf63f4e]

        INTEGRATION: CWS pchfix04 (1.27.86); FILE MERGED 2007/02/05 12:14:13 os 1.27.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8056ec9c75014f878aa2534615b77dedd11a7bcf]

        INTEGRATION: CWS pchfix04 (1.30.86); FILE MERGED 2007/02/05 12:14:13 os 1.30.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6d95341824f86d833537796e0a64024183304928]

        INTEGRATION: CWS nativebroffice_SRC680 (1.14.2.1.2); FILE MERGED 2007/03/14 12:09:45 obr 1.14.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cb56b7cbf1a0a796dfaefb0bb59ba233a28fafe9]

        INTEGRATION: CWS pchfix04 (1.20.38); FILE MERGED 2007/02/05 12:14:13 os 1.20.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [41927befeccac033626ae39223a185a08c1ac9ca]

        INTEGRATION: CWS pchfix04 (1.28.124); FILE MERGED 2007/02/05 12:14:12 os 1.28.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5c49541a43658ee96f54c2e6dcdabc27b0b895a1]

        INTEGRATION: CWS pchfix04 (1.79.22); FILE MERGED 2007/04/25 19:11:51 hjs 1.79.22.2: RESYNC: (1.79-1.80); FILE MERGED 2007/02/05 12:14:12 os 1.79.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a94e3853198bf7094a1e4d0dc1568db85a0e1249]

        INTEGRATION: CWS nativebroffice_SRC680 (1.14.2.1.2); FILE MERGED 2007/03/14 12:09:44 obr 1.14.2.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5cf202f1072924dec232e275f0aed66b37d189e9]

        INTEGRATION: CWS pchfix04 (1.29.22); FILE MERGED 2007/02/05 12:14:12 os 1.29.22.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [843cd274dabc9cb52aeedb479965f11ad3d6e5a4]

        INTEGRATION: CWS nativebroffice_SRC680 (1.4.146); FILE MERGED 2007/03/14 12:09:44 obr 1.4.146.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f64ed4e8768427db911af2a4157b5b69e1c5c5df]

        INTEGRATION: CWS pchfix04 (1.78.72); FILE MERGED 2007/02/05 12:14:11 os 1.78.72.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fdfde87a4475017a21ca3eb5849530b25f9d0722]

        INTEGRATION: CWS pchfix04 (1.48.40); FILE MERGED 2007/02/06 06:44:10 os 1.48.40.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3452c5f5b4da5221c6526665a3a6fc02faa427bf]

        INTEGRATION: CWS pchfix04 (1.38.14); FILE MERGED 2007/04/25 19:12:33 hjs 1.38.14.2: RESYNC: (1.38-1.39); FILE MERGED 2007/02/05 12:14:11 os 1.38.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fa55c1180afc7a245723d8069c5ad0d3bb00e5e5]

        INTEGRATION: CWS pchfix04 (1.71.2); FILE MERGED 2007/02/06 06:44:10 os 1.71.2.2: #i73604#  eeitemid.hxx removed 2007/02/05 12:14:10 os 1.71.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2a5f76eec08425e32a1dd836687512229a5374b8]

        INTEGRATION: CWS nativebroffice_SRC680 (1.1.2); FILE ADDED 2007/03/14 12:09:43 obr 1.1.2.1: #i74459# multi product support

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1f0b690273581a22f280d4c1dd1d7252d36b44fb]

        INTEGRATION: CWS pchfix04 (1.3.654); FILE MERGED 2007/02/05 12:14:10 os 1.3.654.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [128a514a1be1a8ce8965c5c9f968abffbd254807]

        INTEGRATION: CWS pchfix04 (1.12.40); FILE MERGED 2007/02/06 06:44:10 os 1.12.40.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [54cf1c0a0154fdcc72b1066238bcf0bb597fa357]

        INTEGRATION: CWS pchfix04 (1.150.2); FILE MERGED 2007/02/06 08:06:33 os 1.150.2.3: #i73604#  eeitemid.hxx removed 2007/02/06 06:44:10 os 1.150.2.2: #i73604#  eeitemid.hxx removed 2007/02/05 12:14:09 os 1.150.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b546e81c5bfa69f36073bbfc6eef0eeeaf4ce4b8]

        INTEGRATION: CWS pchfix04 (1.16.2); FILE MERGED 2007/02/06 08:06:33 os 1.16.2.3: #i73604#  eeitemid.hxx removed 2007/02/06 06:44:09 os 1.16.2.2: #i73604#  eeitemid.hxx removed 2007/02/05 12:14:09 os 1.16.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [253f27f0c1c0a4240240158ed6379c8794cf8727]

        INTEGRATION: CWS pchfix04 (1.29.24); FILE MERGED 2007/02/05 12:14:09 os 1.29.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fc3878105f98a0ac21535468059ee26e29f482e9]

        INTEGRATION: CWS pchfix04 (1.15.2); FILE MERGED 2007/02/05 12:14:09 os 1.15.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c0f64d90b67ac7e9fa74f2823be48ef4edf6d7f1]

        INTEGRATION: CWS pchfix04 (1.12.26); FILE MERGED 2007/02/06 06:44:09 os 1.12.26.2: #i73604#  eeitemid.hxx removed 2007/02/05 12:14:08 os 1.12.26.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [28a96fe20ec672ae481b3fd17c5e5740edd1eac9]

        INTEGRATION: CWS pchfix04 (1.9.40); FILE MERGED 2007/02/05 12:14:08 os 1.9.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9ffc3ced20a9d99cc099d3356fb83cd789e78cf5]

        INTEGRATION: CWS pchfix04 (1.11.124); FILE MERGED 2007/02/06 08:06:32 os 1.11.124.2: #i73604#  eeitemid.hxx removed 2007/02/06 06:44:09 os 1.11.124.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [117d2ae8fdfe7f4eded6a996881a50e1be216de0]

        INTEGRATION: CWS pchfix04 (1.2.654); FILE MERGED 2007/02/05 12:14:08 os 1.2.654.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4296ebe82a9bf3fb8a7f8be685e4ba06828d1e18]

        INTEGRATION: CWS pchfix04 (1.60.2); FILE MERGED 2007/02/05 12:14:07 os 1.60.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [17a0bb8d61994798ade34b8b1c75bb9943952b6d]

        INTEGRATION: CWS pchfix04 (1.7.86); FILE MERGED 2007/02/05 12:14:07 os 1.7.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a22546046709c6a7179e209950e8116693224f54]

        INTEGRATION: CWS pchfix04 (1.147.2); FILE MERGED 2007/02/06 06:44:08 os 1.147.2.2: #i73604#  eeitemid.hxx removed 2007/02/05 12:14:07 os 1.147.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [412490b9977e44a6596316f1f10bcad28428bc18]

        INTEGRATION: CWS pchfix04 (1.6.86); FILE MERGED 2007/02/05 12:14:06 os 1.6.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [307598a694a68f7fa6d00cb1f6fbb181ebe4dc9e]

        INTEGRATION: CWS pchfix04 (1.5.86); FILE MERGED 2007/02/05 12:14:06 os 1.5.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eaff81cc8a152a14b2e73383eaf5f169d7f7fb5a]

        INTEGRATION: CWS pchfix04 (1.10.24); FILE MERGED 2007/02/05 12:14:06 os 1.10.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fb592503299ceb221982af2c3e7b27cbc699602b]

        INTEGRATION: CWS pchfix04 (1.5.24); FILE MERGED 2007/02/05 12:14:06 os 1.5.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d18dd6d22b55e2879bf9c84aee77a814992f1c80]

        INTEGRATION: CWS pchfix04 (1.69.24); FILE MERGED 2007/02/05 12:14:05 os 1.69.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7fca5fe7287bb4d87d9b9f1e48a2fead0dfd5fe2]

        INTEGRATION: CWS pchfix04 (1.12.86); FILE MERGED 2007/02/05 12:14:05 os 1.12.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [30c287479e2a57c14bd0795061bee8e4d7513ef8]

        INTEGRATION: CWS pchfix04 (1.8.24); FILE MERGED 2007/02/05 12:14:05 os 1.8.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0c6cc26999ca05b125af9ab80037b8d4f0ecfd89]

        INTEGRATION: CWS pchfix04 (1.5.124); FILE MERGED 2007/02/05 12:14:05 os 1.5.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bf3090874b2ecdd28c35fd82fab7c0a344c4bfe5]

        INTEGRATION: CWS pchfix04 (1.36.2); FILE MERGED 2007/04/25 18:29:11 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 12:14:05 os 1.36.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1347c9b2327693e472fd8926de17a4d1232c3735]

        INTEGRATION: CWS pchfix04 (1.7.124); FILE MERGED 2007/02/05 12:14:05 os 1.7.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [455f9b9cd04f96c6cd714b1939e579c6ae34d28a]

        INTEGRATION: CWS pchfix04 (1.22.86); FILE MERGED 2007/02/05 12:14:04 os 1.22.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [69060afb93148de093e29d1147629d09a7d64d3d]

        INTEGRATION: CWS pchfix04 (1.6.124); FILE MERGED 2007/02/05 12:14:04 os 1.6.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba7ae698ff7f8e9073add9253e647905825d64b5]

        INTEGRATION: CWS pchfix04 (1.7.86); FILE MERGED 2007/02/05 12:14:04 os 1.7.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1e48a2067e29633f6753320c5722f4d5b5eb0ea6]

        INTEGRATION: CWS pchfix04 (1.9.24); FILE MERGED 2007/02/05 12:14:04 os 1.9.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [41ef1b5d1a4ed9e674000bef5e39a04240f6066c]

        INTEGRATION: CWS pchfix04 (1.9.124); FILE MERGED 2007/02/05 12:14:04 os 1.9.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [61f54a91984917048c2fe7c00abc13bbacc83c2a]

        INTEGRATION: CWS pchfix04 (1.46.24); FILE MERGED 2007/02/05 14:19:37 os 1.46.24.2: #i73604# additional Ctor - which Id only 2007/02/05 12:14:04 os 1.46.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [958b567f7fb2b360f32a3e24a396ba3860f1b136]

        INTEGRATION: CWS pchfix04 (1.25.86); FILE MERGED 2007/02/05 12:14:03 os 1.25.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [de5d4ad5fd86cc2e8f3f6232130c18f398afbc6a]

        INTEGRATION: CWS pchfix04 (1.8.40); FILE MERGED 2007/02/05 12:14:03 os 1.8.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [612d039e61803bf1dea1955e8966d429bd8b5e39]

        INTEGRATION: CWS pchfix04 (1.7.24); FILE MERGED 2007/02/05 12:14:03 os 1.7.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d0fc2c8c57709a3ee0eefcfb3bc880ae0468e444]

        INTEGRATION: CWS pchfix04 (1.7.86); FILE MERGED 2007/02/05 12:14:03 os 1.7.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a1bd66445486990350a333058607bd20f250c8ef]

        INTEGRATION: CWS pchfix04 (1.14.24); FILE MERGED 2007/02/05 12:14:03 os 1.14.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a652fdffcbe5c14333990d2b67539bd7981529f3]

        INTEGRATION: CWS pchfix04 (1.6.86); FILE MERGED 2007/02/05 12:14:03 os 1.6.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [19729f3d1dc5403fc7d76f381a9ab83cfee3a486]

        INTEGRATION: CWS pchfix04 (1.11.24); FILE MERGED 2007/02/05 14:19:37 os 1.11.24.2: #i73604# additional Ctor - which Id only 2007/02/05 12:14:02 os 1.11.24.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [12bebc36228a872446b4ff8be4c2bc5d89b1b88d]

        INTEGRATION: CWS pchfix04 (1.5.246); FILE MERGED 2007/02/05 12:14:02 os 1.5.246.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dcc0e82752b9dcd35b8490ad3a8ddce13abec60a]

        INTEGRATION: CWS pchfix04 (1.52.124); FILE MERGED 2007/02/05 12:14:02 os 1.52.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [45cabb221ec66bee08bfa0f300d6e3dff1a9e719]

        INTEGRATION: CWS pchfix04 (1.5.124); FILE MERGED 2007/02/05 12:14:01 os 1.5.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b85a932698768ce40922a8048c4990b613dbe10c]

        INTEGRATION: CWS pchfix04 (1.12.8); FILE MERGED 2007/02/05 12:14:01 os 1.12.8.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fd183a136012dfa4fa78c8f36058fb4291dd6ddc]

        INTEGRATION: CWS pchfix04 (1.8.124); FILE MERGED 2007/02/05 12:14:01 os 1.8.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [82c8fed665b7c98ddd59fc44c14cf368d662c69f]

        INTEGRATION: CWS pchfix04 (1.11.40); FILE MERGED 2007/02/05 12:14:00 os 1.11.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a6c706fb947bd38aa54f22fd8fdac914f63f545e]

        INTEGRATION: CWS pchfix04 (1.27.14); FILE MERGED 2007/02/05 12:14:00 os 1.27.14.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [337977ba89e3b9d1bbed74386ca8b97e687ce1e7]

        INTEGRATION: CWS pchfix04 (1.28.38); FILE MERGED 2007/02/05 12:14:00 os 1.28.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [47e75b333bc6c2ec1747390d89274c1081b2f509]

        INTEGRATION: CWS pchfix04 (1.40.38); FILE MERGED 2007/04/25 18:32:26 hjs 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2007/02/05 12:14:00 os 1.40.38.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5dfc1a69611f8095aba9fc2de942d2f21a922481]

        INTEGRATION: CWS pchfix04 (1.7.40); FILE MERGED 2007/02/05 12:14:00 os 1.7.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [957d349c47d2543c561c6b8b1895ac8c6c9100ba]

        INTEGRATION: CWS pchfix04 (1.56.74); FILE MERGED 2007/02/05 12:13:59 os 1.56.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ad94ca6a0a26fa34548f5730dbd22edc64df72eb]

        INTEGRATION: CWS pchfix04 (1.68.86); FILE MERGED 2007/02/05 12:13:59 os 1.68.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [131bcdff365e34bbd50fca1212b7e0f5e82cbe8b]

        INTEGRATION: CWS pchfix04 (1.2.654); FILE MERGED 2007/02/06 07:01:05 os 1.2.654.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3e32c75865fc3ecf98d043292248524e234e57f0]

        INTEGRATION: CWS pchfix04 (1.16.86); FILE MERGED 2007/02/06 06:44:07 os 1.16.86.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2eae5be65c5c4846787d94e750619514431d92f4]

        INTEGRATION: CWS pchfix04 (1.104.40); FILE MERGED 2007/02/05 12:13:59 os 1.104.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [925fb9a38ce095af55014d2bfe1815817b58cab0]

        INTEGRATION: CWS pchfix04 (1.10.86); FILE MERGED 2007/02/06 07:01:05 os 1.10.86.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ffd841bed8a9e9fba0a55fab285ac01985d6f1f7]

        INTEGRATION: CWS pchfix04 (1.38.74); FILE MERGED 2007/02/05 12:13:58 os 1.38.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1cd16fb2c81f5fb3ba8d371ba3fc0825bea7db05]

        INTEGRATION: CWS pchfix04 (1.27.2); FILE MERGED 2007/05/08 17:15:16 hjs 1.27.2.2: RESYNC: (1.27-1.28); FILE MERGED 2007/02/05 12:13:58 os 1.27.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eae81d5cf9f4da009cfe71fdddbdab61acc5cb04]

        INTEGRATION: CWS pchfix04 (1.14.86); FILE MERGED 2007/02/05 12:13:58 os 1.14.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [abf6353e6000dbd1bd0c27348ab47d1d380cad10]

        INTEGRATION: CWS pchfix04 (1.25.40); FILE MERGED 2007/02/05 12:13:58 os 1.25.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [01fa14b065efdefc7a4cc0b4cebfabb7adf49ea0]

        INTEGRATION: CWS pchfix04 (1.26.86); FILE MERGED 2007/05/08 17:13:16 hjs 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2007/02/05 12:13:58 os 1.26.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [462f5433a39f7d548cef1118a341c1340f6280b4]

        INTEGRATION: CWS pchfix04 (1.36.2); FILE MERGED 2007/05/08 17:12:12 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/05 12:13:57 os 1.36.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [137fd96de58f831528ecfbeeb1e1c79daa3845bf]

        INTEGRATION: CWS pchfix04 (1.24.2); FILE MERGED 2007/05/08 17:11:02 hjs 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2007/02/05 12:13:57 os 1.24.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6b94506b3723a4bc89bb2f989bc0f975f1279aba]

        INTEGRATION: CWS pchfix04 (1.20.2); FILE MERGED 2007/05/08 17:10:19 hjs 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/05 12:13:57 os 1.20.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3c7067b75e4c7d4ad6ec1f2736b4933d7c684f1a]

        INTEGRATION: CWS pchfix04 (1.26.86); FILE MERGED 2007/05/08 17:09:31 hjs 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2007/02/05 12:13:57 os 1.26.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [35e1e2e5be1c821f181f601e6d7998d1cd17d28c]

        INTEGRATION: CWS pchfix04 (1.25.86); FILE MERGED 2007/05/08 17:08:39 hjs 1.25.86.2: RESYNC: (1.25-1.26); FILE MERGED 2007/02/05 12:13:57 os 1.25.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [121394713a67de97f259934297e3b37f25ad76d0]

        INTEGRATION: CWS pchfix04 (1.24.2); FILE MERGED 2007/05/08 17:07:48 hjs 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2007/02/05 12:13:57 os 1.24.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f62a7f2e1123d246e4b809fbfb9010cc0dc65a21]

        INTEGRATION: CWS pchfix04 (1.23.2); FILE MERGED 2007/02/05 12:13:56 os 1.23.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f395293319128be58df1f5befa9dd6afb5a8477d]

        INTEGRATION: CWS pchfix04 (1.7.124); FILE MERGED 2007/04/25 18:48:48 hjs 1.7.124.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/05 12:13:56 os 1.7.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4dcfcf72d133b3775f58ba3c10fbb9e45e3530db]

        INTEGRATION: CWS pchfix04 (1.8.84); FILE MERGED 2007/04/25 18:49:59 hjs 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/05 12:13:56 os 1.8.84.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0009ad9b2d786ff1d0eac35550fd04688087c4d7]

        INTEGRATION: CWS pchfix04 (1.34.86); FILE MERGED 2007/02/05 12:13:56 os 1.34.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [741573202b60555235c95d2f4007d5b09e713fe2]

        INTEGRATION: CWS pchfix04 (1.9.2); FILE MERGED 2007/02/05 12:13:56 os 1.9.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5da8ed843d51bc8e8bb22d745644bbe663b74fb7]

        INTEGRATION: CWS pchfix04 (1.12.124); FILE MERGED 2007/02/05 12:13:56 os 1.12.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a9812e4f140c5a40413d4f6a70d0264054ef3dab]

        INTEGRATION: CWS pchfix04 (1.40.86); FILE MERGED 2007/02/05 12:13:55 os 1.40.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ce820eb3bad5cd4e2f5b100b98f071ed6db5fe0]

        INTEGRATION: CWS pchfix04 (1.5.124); FILE MERGED 2007/02/05 12:13:55 os 1.5.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e2e68aa77fb27c66e2fb443f4605940f70df644d]

        INTEGRATION: CWS pchfix04 (1.8.124); FILE MERGED 2007/02/05 12:13:55 os 1.8.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a4df2dfa311b0fa9e894623cb80c538b9805c45d]

        INTEGRATION: CWS pchfix04 (1.10.124); FILE MERGED 2007/02/05 12:13:55 os 1.10.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3f506f21257d528b2c4cbf0a07d4059fd6c72325]

        INTEGRATION: CWS pchfix04 (1.46.2); FILE MERGED 2007/05/08 17:06:27 hjs 1.46.2.3: RESYNC: (1.47-1.48); FILE MERGED 2007/04/25 19:01:16 hjs 1.46.2.2: RESYNC: (1.46-1.47); FILE MERGED 2007/02/05 12:13:55 os 1.46.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3efd8252374d01ec110c410ebec5d6e6d395378a]

        INTEGRATION: CWS pchfix04 (1.15.86); FILE MERGED 2007/02/05 12:13:55 os 1.15.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b6a5e9d1790e99183c0cec9a31a81f45ec0abf0f]

        INTEGRATION: CWS pchfix04 (1.34.2); FILE MERGED 2007/02/05 12:13:54 os 1.34.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [27ab6ab8fb595bc84acdb39c5165df2132d77880]

        INTEGRATION: CWS pchfix04 (1.19.2); FILE MERGED 2007/02/05 12:13:54 os 1.19.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c88d2616619115fad7b02e5d245f00768cc1d9b8]

        INTEGRATION: CWS pchfix04 (1.14.2); FILE MERGED 2007/05/08 17:05:13 hjs 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/05 12:13:54 os 1.14.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f2d20a2909e360d4ee19959066ebbacd390b9162]

        INTEGRATION: CWS pchfix04 (1.38.2); FILE MERGED 2007/04/25 18:57:31 hjs 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2007/02/05 12:13:54 os 1.38.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [09f4a8d5728399d2cead4bb187149b09558f9810]

        INTEGRATION: CWS pchfix04 (1.7.124); FILE MERGED 2007/02/05 12:13:54 os 1.7.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [91c01a2df30d1bf19ca21c5eb7d197b2c2706fdc]

        INTEGRATION: CWS pchfix04 (1.6.124); FILE MERGED 2007/02/06 06:44:07 os 1.6.124.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [153d1e7eb58b6dcce71b3ac95f89006725ac4a3e]

        INTEGRATION: CWS pchfix04 (1.53.2); FILE MERGED 2007/04/25 18:36:08 hjs 1.53.2.2: RESYNC: (1.53-1.54); FILE MERGED 2007/02/05 12:13:53 os 1.53.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [07237170e7fbfe8f3cbad321269bad035e7efedb]

        INTEGRATION: CWS pchfix04 (1.26.124); FILE MERGED 2007/05/08 17:03:45 hjs 1.26.124.2: RESYNC: (1.26-1.27); FILE MERGED 2007/02/05 12:13:53 os 1.26.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2385a988509c3993febc476ab78857779878e40f]

        INTEGRATION: CWS pchfix04 (1.16.86); FILE MERGED 2007/02/05 12:13:53 os 1.16.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a0e08ff6a55b9cc545e38c256078e8f62f1e178a]

        INTEGRATION: CWS pchfix04 (1.20.40); FILE MERGED 2007/02/05 12:13:53 os 1.20.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Fridrich Štrba  <fridrich_strba@openoffice.org>  [d02bdcce7662a7e448cd0c4bc2933b2343216d48]

        simplifying the handling of BooleanValue and Boolean

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e933e69c23d53b4196e2557fd9474796a21731d4]

        INTEGRATION: CWS pchfix04 (1.32.10); FILE MERGED 2007/02/05 12:13:53 os 1.32.10.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9563d49f4f0a87dad975507f93ba67e2edd86911]

        INTEGRATION: CWS pchfix04 (1.14.2); FILE MERGED 2007/02/05 12:13:52 os 1.14.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f535c0f8eaa16485cbed8a8f6b261149daf1eb9d]

        INTEGRATION: CWS pchfix04 (1.16.2); FILE MERGED 2007/02/05 12:13:52 os 1.16.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d7bc3399a8b551bfdef18624bf1fa6ead1227b0f]

        INTEGRATION: CWS pchfix04 (1.35.74); FILE MERGED 2007/05/08 17:00:47 hjs 1.35.74.2: RESYNC: (1.35-1.36); FILE MERGED 2007/02/05 12:13:52 os 1.35.74.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [aa3bd91882f043c916e04c05ba3380ace2a0178a]

        INTEGRATION: CWS pchfix04 (1.11.86); FILE MERGED 2007/02/05 12:13:52 os 1.11.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [21e233d624b4995eaa37916d1da4607dbddd20f7]

        INTEGRATION: CWS pchfix04 (1.8.124); FILE MERGED 2007/02/05 12:13:52 os 1.8.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2220f23c8e3d98237b945c04e35f0f8fb30640f5]

        INTEGRATION: CWS pchfix04 (1.6.124); FILE MERGED 2007/02/05 12:13:51 os 1.6.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e11a377bd776f3daf2e216b6037997ec1e46480a]

        INTEGRATION: CWS pchfix04 (1.92.2); FILE MERGED 2007/02/05 12:13:51 os 1.92.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ca76751c268e506fa61946c1dea62e3a1610af6]

        INTEGRATION: CWS pchfix04 (1.5.124); FILE MERGED 2007/02/05 12:13:51 os 1.5.124.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [219da8b66722b67f024c49a04f78f273c57a47ea]

        INTEGRATION: CWS pchfix04 (1.31.2); FILE MERGED 2007/05/08 16:57:57 hjs 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/05 12:13:51 os 1.31.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ea6e2cc6a57967a440e36d8bb401d8f7cbe697cf]

        INTEGRATION: CWS pchfix04 (1.35.2); FILE MERGED 2007/02/05 12:13:51 os 1.35.2.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7fb2df60e72f50cffa5547cfceef2d50ede8ae5f]

        INTEGRATION: CWS pchfix04 (1.22.84); FILE MERGED 2007/02/05 12:13:50 os 1.22.84.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3ccea10ac5e121769647d11da0f0876d25a906cd]

        INTEGRATION: CWS pchfix04 (1.14.86); FILE MERGED 2007/02/13 14:56:44 hjs 1.14.86.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/05 12:13:50 os 1.14.86.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b46d07e3aed79d20649dee6a736905ffc1e0c25b]

        INTEGRATION: CWS pchfix04 (1.15.40); FILE MERGED 2007/02/05 12:13:50 os 1.15.40.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e026f8c4d0a07317ae17153ef8ef4e30279a9653]

        INTEGRATION: CWS pchfix04 (1.122.72); FILE MERGED 2007/04/25 18:18:16 hjs 1.122.72.2: RESYNC: (1.122-1.123); FILE MERGED 2007/02/06 08:20:03 os 1.122.72.1: #i73604#  eeitemid.hxx removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6b4046c96eadc950112d829c93565e2ad6951703]

        INTEGRATION: CWS pchfix04 (1.2.44); FILE MERGED 2007/05/03 15:37:02 hjs 1.2.44.1: #i73604# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5b0e549e5d03bd8e11f0c8df6926f0847906f2ba]

        INTEGRATION: CWS pchfix04 (1.2.46); FILE MERGED 2007/05/03 15:37:02 hjs 1.2.46.1: #i73604# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7fa0b1d2a08e6eb08b132fd13da7901e3a2211d3]

        INTEGRATION: CWS pchfix04 (1.2.46); FILE MERGED 2007/05/03 15:37:01 hjs 1.2.46.1: #i73604# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [62e3463ce4e0479ba3df3a7477057e35362360af]

        INTEGRATION: CWS pchfix04 (1.2.44); FILE MERGED 2007/05/03 15:37:01 hjs 1.2.44.1: #i73604# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [958eea38e6c2a4871cec5ee0fc8f1d2690109cb6]

        INTEGRATION: CWS pchfix04 (1.2.46); FILE MERGED 2007/05/03 15:37:00 hjs 1.2.46.1: #i73604# - fix after resync

2007-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [b0a50f2d1134fbf4a3980aba7c2dbe1244df52a1]

        #i10000# - workaround for ZIPnTARGET used in module root makefiles

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c5253598f53ed01f68be7367ba443225f5beab81]

        INTEGRATION: CWS pchfix04 (1.2.124); FILE MERGED 2007/02/16 12:11:06 hjs 1.2.124.6: #i73078# removed file 2007/02/02 09:36:36 hjs 1.2.124.5: #i73078# including local files isn't advised and causes link error on windows here 2006/12/14 16:34:45 mkretzschmar 1.2.124.4: Fix build after resync to m196 2006/12/08 14:00:31 mkretzschmar 1.2.124.3: Fix build after resync to m195 2006/11/27 10:01:35 mkretzschmar 1.2.124.2: #i71519# fix svx pch build on Linux 2006/11/24 14:25:37 kaib 1.2.124.1: #i71519# Preliminary version of pch having link issues on wnt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eb19d17d914e24ceac1026ed8011145ce4488e08]

        INTEGRATION: CWS pchfix04 (1.7.256); FILE MERGED 2007/02/05 12:13:46 os 1.7.256.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ecbc0249d78644a9ac9cff3f7a73bad5068e3fd9]

        INTEGRATION: CWS pchfix04 (1.6.650); FILE MERGED 2007/02/05 12:13:46 os 1.6.650.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [56a3ca63bc9aaa3a933a83cd27f2ffb78d907739]

        INTEGRATION: CWS pchfix04 (1.4.650); FILE MERGED 2007/02/05 12:13:46 os 1.4.650.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a352b04d841cf5d80ad1e917fe7a21d56dd93728]

        INTEGRATION: CWS pchfix04 (1.4.650); FILE MERGED 2007/02/05 12:13:45 os 1.4.650.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c3bf2eaecec8e01537b04f19ec45675f8ed6c6c2]

        INTEGRATION: CWS pchfix04 (1.5.652); FILE MERGED 2007/02/05 12:13:45 os 1.5.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [575356533d00f4866835ff91bd8cdd406501168f]

        INTEGRATION: CWS pchfix04 (1.7.256); FILE MERGED 2007/02/05 12:13:44 os 1.7.256.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5a5f6074a0fbc7ccedadbe2b3e59f8821daab8bd]

        INTEGRATION: CWS pchfix04 (1.4.652); FILE MERGED 2007/02/05 12:13:44 os 1.4.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [482f56f4727b98665a25e97339d6963703543962]

        INTEGRATION: CWS pchfix04 (1.4.652); FILE MERGED 2007/02/05 12:13:42 os 1.4.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0456f2302876546bd8effa1f605966348e25f06a]

        INTEGRATION: CWS pchfix04 (1.9.256); FILE MERGED 2007/02/05 12:13:42 os 1.9.256.1: #i73604# usage of ITEMID_* removed

2007-05-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4ff694b791fb95b3982e75bae88db7a15352cf1b]

        #i10000# - micro fix for 4nt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7dc29da32a6ef7467d80e6ba7502822504e556a9]

        INTEGRATION: CWS pchfix04 (1.5.652); FILE MERGED 2007/02/05 12:13:41 os 1.5.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fb008b41a30b1e6cdc728eaa04632bc374bc786c]

        INTEGRATION: CWS pchfix04 (1.5.652); FILE MERGED 2007/02/05 12:13:40 os 1.5.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cee3c2c06d12af1997b49326e15cb6b2b46bc85c]

        INTEGRATION: CWS pchfix04 (1.6.652); FILE MERGED 2007/02/05 12:13:39 os 1.6.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [59321c980b8473690aae1d1bb58b045637eaad2f]

        INTEGRATION: CWS pchfix04 (1.4.652); FILE MERGED 2007/02/05 12:13:39 os 1.4.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a9d0bf001238804074db114df7d4eb27f3d2d7ae]

        INTEGRATION: CWS pchfix04 (1.5.652); FILE MERGED 2007/02/05 12:13:38 os 1.5.652.1: #i73604# usage of ITEMID_* removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [55e08ebc382983d9d0eeb0bf1ad35a48d3e2f364]

        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>  [d1e223fc8b58e021644dd9c708bdcb3ecf69d6c2]

        INTEGRATION: CWS pchfix04 (1.6.48); FILE MERGED 2007/02/07 07:57:47 os 1.6.48.1: #i73604# SvxMacroItem default Ctor removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c07d0e02150236a680377541808e821a139087a9]

        INTEGRATION: CWS pchfix04 (1.7.22); FILE MERGED 2007/02/07 07:57:28 os 1.7.22.1: #i73604# SvxMacroItem default Ctor removed

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [064660a11ed9195056674444c8cbdf622155c370]

        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>  [a5249fee7e982b366b3dbb80b0d12901c5faa100]

        INTEGRATION: CWS pchfix04 (1.11.14); FILE MERGED 2007/05/03 15:45:14 hjs 1.11.14.1: #i73078# - fix after resync

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fcef3f7e664ea3d0ce269509f4a6950671acbca7]

        INTEGRATION: CWS pchfix04 (1.2.48); FILE MERGED 2006/11/23 11:54:24 mkretzschmar 1.2.48.1: #i71519# fill in connectivity pch file. Builds fine on Linux.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c76c596fcc5a52337a85f187560d1d3744f8cc27]

        INTEGRATION: CWS impress119_SRC680 (1.20.82); FILE MERGED 2007/03/30 11:51:26 af 1.20.82.1: #i75803# Replaced SID_INSERTPAGE by SID_INSERTPAGE_LAYOUT_MENU.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4e888bb531dad470030b37c30b67329988768690]

        INTEGRATION: CWS impress119_SRC680 (1.38.82); FILE MERGED 2007/03/30 11:18:35 af 1.38.82.1: #i75803# Replaced SID_INSERTPAGE by SID_INSERTPAGE_LAYOUT_MENU.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a9abcca24b117b321e4813c39da6b40964b3cf84]

        INTEGRATION: CWS impress119_SRC680 (1.7.234); FILE MERGED 2007/03/30 11:16:17 af 1.7.234.1: #i75803# Added SID_INSERTPAGE_LAYOUT_MENU and replaced usage of SID_INSERTPAGE with it.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8d46af9477c91eafa4696e709bb3d44037b8fd45]

        INTEGRATION: CWS impress119_SRC680 (1.22.82); FILE MERGED 2007/03/30 11:13:46 af 1.22.82.1: #i75803# Added SID_INSERTPAGE_LAYOUT_MENU.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [77b78a53a16b8ea1c0c6d791ceff5ee641883d00]

        INTEGRATION: CWS native86_SRC680 (1.42.2.3.16); FILE MERGED 2007/05/03 15:02:50 is 1.42.2.3.16.3: #b6542843# new process for files with flag HIDDEN 2007/05/03 09:12:16 is 1.42.2.3.16.2: #b6542843# new HIDDEN flag for files with dot 2007/04/12 13:51:23 is 1.42.2.3.16.1: #b6542842# preparing respin and big patches for small patches. x86 onlz

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7737b6343b285ac60ccd301241e9a42955371b19]

        INTEGRATION: CWS native86_SRC680 (1.25.2.3.16); FILE MERGED 2007/04/12 13:51:22 is 1.25.2.3.16.1: #b6542842# preparing respin and big patches for small patches. x86 onlz

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f4b7497a01caa384a5b5f39d5ad796104da70f81]

        INTEGRATION: CWS native86_SRC680 (1.58.2.3.18); FILE MERGED 2007/05/07 10:18:51 is 1.58.2.3.18.4: #b6542841# PATCH_REQUIRES for patchinfo file 2007/04/18 15:54:38 is 1.58.2.3.18.3: #b6542842# dependencies also for patches 2007/04/17 14:23:31 is 1.58.2.3.18.2: #b6542842# new mechanism to make patchlist package specific 2007/04/12 13:51:21 is 1.58.2.3.18.1: #b6542842# preparing respin and big patches for small patches. x86 onlz

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1e29d11f78ee79d642bc12aede71da110cb675a4]

        INTEGRATION: CWS native86_SRC680 (1.77.2.4.10); FILE MERGED 2007/05/03 09:12:38 is 1.77.2.4.10.2: #b6542843# new HIDDEN flag for files with dot 2007/04/12 13:51:20 is 1.77.2.4.10.1: #b6542842# preparing respin and big patches for small patches. x86 onlz

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c218e8f98d8d111e76dee3e23b8f6d87d1b581b8]

        INTEGRATION: CWS calc221_SRC680 (1.44.18); FILE MERGED 2007/04/17 11:45:06 er 1.44.18.1: #i76284# In case error propagation skipped parameters, clean stack environment for JumpMatrix to work

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b6a8cad81117f5f34f7b353a74a358334efb765]

        INTEGRATION: CWS pj77 (1.3.8); FILE MERGED 2007/04/25 17:45:27 pjanik 1.3.8.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f77627fc81612cc793591de3326499f1e4d2ea3d]

        INTEGRATION: CWS pj77 (1.3.92); FILE MERGED 2007/04/25 17:44:26 pjanik 1.3.92.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f4c39be33736a582c69d0765f6954830574c97ea]

        INTEGRATION: CWS pj77 (1.4.10); FILE MERGED 2007/04/27 04:52:08 pjanik 1.4.10.1: #i76733#: Add closing quote, fix English.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f48811ed41c6b28f14ab75b8489d2ba10b62ce51]

        INTEGRATION: CWS pj77 (1.14.6); FILE MERGED 2007/04/26 11:25:51 pjanik 1.14.6.1: #i76715#: Allow WaE builds in xmlsecurity.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5835b7d02fb5f20a13784518aed5ba7abfdf2e86]

        INTEGRATION: CWS pj77 (1.13.92); FILE MERGED 2007/04/25 16:23:24 thb 1.13.92.1: #i76693# Make linkoo work under OSX

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9edc5e1ff544a8604a79a6a0ff160f5c9ac1f5f8]

        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>  [174064ebac541056f6d716eb072cfe337e45c4fb]

        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>  [707e2a0becb713cd99d4f14ef52867d562dce014]

        INTEGRATION: CWS pj77 (1.2.10); FILE MERGED 2007/04/25 08:34:23 pjanik 1.2.10.2: #i75708#: Even better fix from asrail. 2007/03/31 20:24:48 pjanik 1.2.10.1: #i75708#: Use sal_IntPtr for pointers.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4df05eac8c09a6b8dea70722f541ccd6112396bb]

        INTEGRATION: CWS pj77 (1.2.8); FILE MERGED 2007/04/25 13:29:28 pjanik 1.2.8.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3a6e594518b5a89bf8555afbbf5a6320857d5530]

        INTEGRATION: CWS libxslt02 (1.21.8); FILE MERGED 2007/04/22 22:05:37 cmc 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2006/12/26 20:33:27 cmc 1.21.8.1: #i30380# integrate libxslt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [01978a0ecc7488b8f05c216670fab830f1b5066b]

        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>  [81376533fd555bbe9b5dfdd407b7e49de63c6183]

        INTEGRATION: CWS libxslt02 (1.48.6); FILE MERGED 2007/04/22 22:05:25 cmc 1.48.6.2: RESYNC: (1.48-1.57); FILE MERGED 2006/12/26 20:33:27 cmc 1.48.6.1: #i30380# integrate libxslt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f155cf9c5557f7dcd472796acec040fb61b00500]

        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>  [a683db56fe18c359ee99280c65d6fce84fb82407]

        INTEGRATION: CWS libxslt02 (1.47.8); FILE MERGED 2007/04/22 22:04:52 cmc 1.47.8.2: RESYNC: (1.47-1.49); FILE MERGED 2006/12/26 20:33:27 cmc 1.47.8.1: #i30380# integrate libxslt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dccaa1098cd3a0a996ab441872a7d4ca3238f289]

        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>  [c4080025d7737fba74e8e807f27ecd26956231cd]

        INTEGRATION: CWS libxslt02 (1.219.8); FILE MERGED 2007/04/22 22:03:45 cmc 1.219.8.2: RESYNC: (1.219-1.229); FILE MERGED 2006/12/26 20:33:27 cmc 1.219.8.1: #i30380# integrate libxslt

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3b37abbfcd1275368e51b73656e42d9b697fa7ae]

        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>  [bd5e30997a2f0a3715d63f8a1569f6337e796be1]

        INTEGRATION: CWS pj77 (1.4.48); FILE MERGED 2007/04/25 13:27:39 pjanik 1.4.48.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5de599fb26a6dc64359eb70b3c0013815a5117c3]

        INTEGRATION: CWS libxslt02 (1.9.44); FILE MERGED 2006/12/24 09:06:47 cmc 1.9.44.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a6b0bf1a26bb5bba5325b241d46f0af815848b51]

        INTEGRATION: CWS pj77 (1.3.100); FILE MERGED 2007/04/25 13:26:55 pjanik 1.3.100.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fea98d670620574c52d83989ee8859aa3eb6e445]

        INTEGRATION: CWS libxslt02 (1.39.16); FILE MERGED 2007/05/04 09:51:52 cmc 1.39.16.4: #i30380# keep solaris compiler happy 2007/04/30 08:28:40 cmc 1.39.16.3: #i30380# better windows support 2007/04/26 08:29:10 cmc 1.39.16.2: #i30380# remove warnings 2006/12/24 09:06:46 cmc 1.39.16.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7a4c23007dd9a7b99f96208272e308afbc1bb228]

        INTEGRATION: CWS libxslt02 (1.17.60); FILE MERGED 2006/12/24 09:06:46 cmc 1.17.60.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1c4137d3a827e121258223bef3740589d315b4d5]

        INTEGRATION: CWS libxslt02 (1.11.8); FILE MERGED 2006/12/24 09:06:46 cmc 1.11.8.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eaf7f2072b2399d737c0d101f279e607ee7d61b4]

        INTEGRATION: CWS libxslt02 (1.128.4); FILE MERGED 2007/04/21 10:57:24 cmc 1.128.4.2: RESYNC: (1.128-1.140); FILE MERGED 2006/12/23 17:22:53 cmc 1.128.4.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [29a1dc870c951310c50b6affe75ee547ed1d88bc]

        INTEGRATION: CWS libxslt02 (1.190.4); FILE MERGED 2007/04/23 09:27:02 cmc 1.190.4.3: #i30380# set system xslt/xml on if system xml/xslt is already on 2007/04/21 10:57:33 cmc 1.190.4.2: RESYNC: (1.190-1.199); FILE MERGED 2006/12/23 17:22:53 cmc 1.190.4.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d9403e602c088550dfd2983a97a226bf3d9fc778]

        INTEGRATION: CWS libxslt02 (1.49.112); FILE MERGED 2007/04/21 11:34:16 cmc 1.49.112.2: RESYNC: (1.49-1.52); FILE MERGED 2006/12/24 09:04:56 cmc 1.49.112.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4dc4f56381bbc84800ec65b873082c500b2faf90]

        INTEGRATION: CWS libxslt02 (1.14.64); FILE MERGED 2007/04/26 08:30:34 cmc 1.14.64.4: #i30380# better windows support 2007/04/21 11:35:14 cmc 1.14.64.3: RESYNC: (1.14-1.17); FILE MERGED 2007/01/04 17:46:06 cmc 1.14.64.2: #i30380# silly me, that's not an xsltproc line 2006/12/24 09:04:56 cmc 1.14.64.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6cb28fb79de187cd735143b7261727b207352c23]

        INTEGRATION: CWS libxslt02 (1.106.52); FILE MERGED 2007/04/21 11:36:54 cmc 1.106.52.2: RESYNC: (1.106-1.110); FILE MERGED 2006/12/24 09:04:55 cmc 1.106.52.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d72c31e860efbd2c23ed41b13cb8c47ced074aa8]

        INTEGRATION: CWS calc221_SRC680 (1.42.18); FILE MERGED 2007/04/17 13:43:48 er 1.42.18.1: #i72508# in matrix/array use GetErrorIfNotString() to detect presence of an error

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [22d788ce764fb0e8ec5d5e523d4aaa8ff58ead37]

        INTEGRATION: CWS libxslt02 (1.60.32); FILE MERGED 2007/05/02 09:40:24 hjs 1.60.32.1: #i30380# reset XSLTPROC in SO environment

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8f5a0cf192ebecbdd8df394af325e853f1a4dd46]

        INTEGRATION: CWS pj77 (1.2.106); FILE MERGED 2007/04/25 19:07:27 pjanik 1.2.106.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [52e59dc23e1d71cb3f244aa09fa7b697e838bbc8]

        INTEGRATION: CWS pj77 (1.2.106); FILE MERGED 2007/04/25 19:07:07 pjanik 1.2.106.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9d9b86ff5abf8be9dd3e6a149bd3f60dcbc5e97c]

        INTEGRATION: CWS pj77 (1.2.106); FILE MERGED 2007/04/25 19:06:09 pjanik 1.2.106.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [598ff3f039e4062ee4ca7b15c2091c36363c0719]

        INTEGRATION: CWS pj77 (1.2.154); FILE MERGED 2007/04/25 19:02:23 pjanik 1.2.154.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ea11f24a7f96bde3f0ba385e742e7384b271d15b]

        INTEGRATION: CWS libxslt02 (1.18.140); FILE MERGED 2007/04/23 07:42:28 cmc 1.18.140.2: RESYNC: (1.18-1.19); FILE MERGED 2006/12/23 17:34:23 cmc 1.18.140.1: #i56697# #i56619# use more xsltproc friendly constructs

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [25771ec1eb6c7c293a93f18b3d61d0653516abdc]

        INTEGRATION: CWS pj77 (1.2.154); FILE MERGED 2007/04/25 19:01:54 pjanik 1.2.154.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [12e3f43ca0a5e706382af0daf6939be9f6a83960]

        INTEGRATION: CWS libxslt02 (1.2.348); FILE MERGED 2006/12/23 17:34:23 cmc 1.2.348.1: #i56697# #i56619# use more xsltproc friendly constructs

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6a035ca476dc04c950084d8dee13fe6610cd4563]

        INTEGRATION: CWS libxslt02 (1.25.44); FILE MERGED 2006/12/23 17:34:23 cmc 1.25.44.1: #i56697# #i56619# use more xsltproc friendly constructs

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ecb76ed70f03258f97965efbdd40bbd74cb39f3a]

        INTEGRATION: CWS libxslt02 (1.6.16); FILE MERGED 2007/04/23 08:01:11 cmc 1.6.16.2: RESYNC: (1.6-1.8); FILE MERGED 2006/12/24 08:26:26 cmc 1.6.16.1: #i30380 enable xslt usage by default

2007-05-10  Fridrich Štrba  <fridrich_strba@openoffice.org>  [922d9d58f38f54fe112c6e002742f31d07e84ac2]

        remove a reference to a non-existing sprm and also try to call functions only if needed :-)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e6924fdf686e3701086e1c2351f05ef9dd5e1ade]

        INTEGRATION: CWS pj77 (1.16.46); FILE MERGED 2007/04/27 06:09:10 pjanik 1.16.46.3: #i10000#: Only one reference to $(SLO)$/tblrwcl.obj in SLOFILES. 2007/04/23 13:28:49 pjanik 1.16.46.2: RESYNC: (1.16-1.17); FILE MERGED 2007/03/30 18:27:48 pjanik 1.16.46.1: #i75732#: Add tblrwcl.obj to EXCEPTIONSFILES. Patch from Nakata Maho.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [418775a88cecb3b2203796203057fa54e9edf0ab]

        INTEGRATION: CWS libxslt02 (1.3.2); FILE MERGED 2007/04/26 11:39:05 cmc 1.3.2.1: #i30380# libexslt needed apparently

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [45cbf56557e7ae23e0377f9486cc5ad1283afb8a]

        INTEGRATION: CWS pj77 (1.2.238); FILE MERGED 2007/04/25 17:53:12 pjanik 1.2.238.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9980e7e30e680e946ecb3ec2f12045b4e8297157]

        INTEGRATION: CWS ucbfixes01 (1.198.8); FILE MERGED 2007/04/26 08:36:07 kso 1.198.8.1: #i67558# - No longer define NEON_VERSION for builds with internal neon.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1a92470df1be59f3776005995ef0cc36e9676959]

        INTEGRATION: CWS pj77 (1.3.208); FILE MERGED 2007/04/25 17:52:33 pjanik 1.3.208.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [574097ccf8ce0cc8cda7bfb312441703b4dff817]

        INTEGRATION: CWS ucbfixes01 (1.181.10); FILE MERGED 2007/04/25 13:51:28 kso 1.181.10.1: #i67558# - NEON_VERSION no longer set if internal neon shall be used.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a6280ba61e11fb9dd9a3a1da8a4074983eb92a40]

        INTEGRATION: CWS libxslt02 (1.34.284); FILE MERGED 2006/12/24 08:10:57 cmc 1.34.284.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c97c8940abcfe1179ac7b40db5d47d2e5807aa78]

        INTEGRATION: CWS libxslt02 (1.8.284); FILE MERGED 2006/12/24 08:10:57 cmc 1.8.284.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2150e1cbeed674b716f80af5a01d534f56bc47ca]

        INTEGRATION: CWS libxslt02 (1.12.284); FILE MERGED 2006/12/24 08:10:57 cmc 1.12.284.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [10234ca08aebabd2b0c7b8da2b6d34b1e4def613]

        INTEGRATION: CWS libxslt02 (1.14.374); FILE MERGED 2007/04/23 07:10:44 cmc 1.14.374.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/24 08:10:57 cmc 1.14.374.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5ddf64c789da2b4d45471c4f704c230ef03e6712]

        INTEGRATION: CWS libxslt02 (1.11.190); FILE MERGED 2006/12/24 08:10:56 cmc 1.11.190.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c906c79de36c9e423d62219417bad2ecc076e581]

        INTEGRATION: CWS ucbfixes01 (1.52.24); FILE MERGED 2007/04/25 12:02:14 kso 1.52.24.2: #i71386# - code cleanup. 2007/04/18 15:08:58 kso 1.52.24.1: #142226# - Content::insert(): Environment reference might be null!

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ed9454240552ecc21f577770bf132db9243733ac]

        INTEGRATION: CWS libxslt02 (1.14.6); FILE MERGED 2007/04/23 06:57:26 cmc 1.14.6.4: RESYNC: (1.14-1.17); FILE MERGED 2006/12/27 21:00:16 cmc 1.14.6.3: #i30380# find a sed line that works for 4nt as well as cygwin and bash 2006/12/27 14:17:28 cmc 1.14.6.2: #i30380# integrate libxslt 2006/12/24 09:35:53 cmc 1.14.6.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5880b86042ca23f438cb8e354681cf87d7c95816]

        INTEGRATION: CWS ucbfixes01 (1.32.4); FILE MERGED 2007/04/25 13:55:34 kso 1.32.4.2: #i67558# - if internal (not system) neon is used, NEON_VERSION will now            be obtained from neon/version.mk 2007/04/20 14:17:58 kso 1.32.4.1: #i74980# - Upon redict on POST, do a GET.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d7cb7c03eee2d016b5563da5a9dce843ee84ff22]

        INTEGRATION: CWS libxslt02 (1.7.198); FILE MERGED 2007/04/23 06:57:13 cmc 1.7.198.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/24 09:35:53 cmc 1.7.198.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0d678792f87ff7305477ad8dd44b4f6029dbbdef]

        INTEGRATION: CWS ucbfixes01 (1.43.24); FILE MERGED 2007/04/20 14:17:57 kso 1.43.24.1: #i74980# - Upon redict on POST, do a GET.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [28bce0b95f3b79a53246aced761390088d6501a6]

        INTEGRATION: CWS libxslt02 (1.4.98); FILE MERGED 2006/12/27 14:17:28 cmc 1.4.98.2: #i30380# integrate libxslt 2006/12/24 09:35:52 cmc 1.4.98.1: #i30380 enable xslt usage by default

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [792814f06c4ca6a489eb6cdd69a3af0c4da9b48a]

        INTEGRATION: CWS pj77 (1.2.8); FILE MERGED 2007/04/12 20:30:02 pjanik 1.2.8.1: #i76320#: Remove extra qualification on member named 'FillList'.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [904704ac646eb54b0bfe0af8809ce09d73556f38]

        INTEGRATION: CWS ucbfixes01 (1.15.24); FILE MERGED 2007/04/18 15:34:05 kso 1.15.24.1: #134089# - Never allow URLs with empty hostnames.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f1005a882e297e0a78d08cbb62976988e27d8c24]

        INTEGRATION: CWS ucbfixes01 (1.23.10); FILE MERGED 2007/04/20 14:17:57 kso 1.23.10.2: #i74980# - Upon redict on POST, do a GET. 2007/04/18 15:34:05 kso 1.23.10.1: #134089# - Never allow URLs with empty hostnames.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f00bcef17ca953763ccfad6259ba07aed1c22f50]

        INTEGRATION: CWS ucbfixes01 (1.3.106); FILE MERGED 2007/04/23 16:40:14 kso 1.3.106.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [487d3fbad30c92fbbd42efe2c5d3c3b5d991d629]

        INTEGRATION: CWS ucbfixes01 (1.4.38); FILE MERGED 2007/04/23 16:40:14 kso 1.4.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [181b7aa6ebc73cc20696aef8e92c13c8e4d5d54c]

        INTEGRATION: CWS ucbfixes01 (1.11.38); FILE MERGED 2007/04/23 16:40:13 kso 1.11.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e16be0a59678e8b24388d5e21835977955ab95fd]

        INTEGRATION: CWS pj77 (1.8.62); FILE MERGED 2007/04/25 13:28:32 pjanik 1.8.62.1: #i76688#: Remove deprecated SISSL.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [45d461bfcab7429faa4904d0abeaa9857b3b4368]

        INTEGRATION: CWS ucbfixes01 (1.8.106); FILE MERGED 2007/04/23 16:40:13 kso 1.8.106.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [aff2fe50859c74007461c611727812e5a89e6623]

        INTEGRATION: CWS ucbfixes01 (1.18.24); FILE MERGED 2007/04/23 16:40:13 kso 1.18.24.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b80cc394b71718efad7e8a663775f18b6471226]

        INTEGRATION: CWS ucbfixes01 (1.13.38); FILE MERGED 2007/04/23 16:40:13 kso 1.13.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fe4454e49dedfb442c0f1af19e9219f6a2316d68]

        INTEGRATION: CWS ucbfixes01 (1.54.38); FILE MERGED 2007/04/23 16:40:13 kso 1.54.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c0f7a7031bf3248e27b2fbc6477fc4e144b5d8f9]

        INTEGRATION: CWS ucbfixes01 (1.1.2); FILE ADDED 2007/04/23 16:40:12 kso 1.1.2.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0f375013f4bfb68387121d794dd834b4b9bf8dca]

        INTEGRATION: CWS ucbfixes01 (1.3.106); FILE MERGED 2007/04/23 16:40:12 kso 1.3.106.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2583a6472e3ba0ab45bf2f9c707a36061e158952]

        INTEGRATION: CWS ucbfixes01 (1.9.24); FILE MERGED 2007/04/23 16:40:12 kso 1.9.24.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [19c54d15b63f219966bf7e6d5c20152c465235ab]

        INTEGRATION: CWS ucbfixes01 (1.14.38); FILE MERGED 2007/04/23 16:40:11 kso 1.14.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [273384ce187224f92f78b587f5055e0fc911e2cf]

        INTEGRATION: CWS ucbfixes01 (1.26.38); FILE MERGED 2007/04/23 16:40:11 kso 1.26.38.1: #70959# - Eliminated multiple identical URI helper functionality           implementations.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3091435c7a66eaf3d74cb596b7bf713a3972231a]

        INTEGRATION: CWS ucbfixes01 (1.26.38); FILE MERGED 2007/04/25 12:02:13 kso 1.26.38.1: #i71386# - code cleanup.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [67c899bcc7ff43938ebaad52a6d4219c1e739159]

        INTEGRATION: CWS ucbfixes01 (1.23.30); FILE MERGED 2007/04/20 14:17:57 kso 1.23.30.1: #i74980# - Upon redict on POST, do a GET.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f720d1b8483a71c6d227ba934db2a5351205f4ce]

        INTEGRATION: CWS ucbfixes01 (1.1.152); FILE MERGED 2007/04/25 13:53:21 kso 1.1.152.1: #i67558# - config.h no longer gets delivered          - version.mk gets delivered

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8a92e7bb519da728b5294fdb7772c69ed5fed8d3]

        INTEGRATION: CWS ucbfixes01 (1.1.2); FILE ADDED 2007/04/25 13:52:19 kso 1.1.2.1: #i67558# - Initial revision.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2525807179fd40ff57f7573bfa268edeab213c08]

        INTEGRATION: CWS pj77 (1.21.4); FILE MERGED 2007/04/04 10:09:06 cloph 1.21.4.1: Issue number: #i75975# Submitted by: cloph initialize variable to allow WaE build with GTK on Mac (and possibly others)

2007-05-10  Fridrich Štrba  <fridrich_strba@openoffice.org>  [0dc8dfcce13f185f060752bd7a641430cd3d13b4]

        unbreak character properties, because the api implementation does not like unknown properties

2007-05-10  Fridrich Štrba  <fridrich_strba@openoffice.org>  [e3f2f1d2572cd59d3c2349a603fd36fe9768bfb8]

        I think that this is what was actually wanted (?)

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [8a8eef61e701fba8ce1c7ec90c2c037f01f691fe]

        INTEGRATION: CWS native82 (1.3.22); FILE MERGED 2007/04/17 14:07:16 is 1.3.22.2: #i76357# Patch for new languages 2007/03/20 10:38:41 is 1.3.22.1: #i73529# fixing typos in language list

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [626622eab5725eb0887165c4c79fad242bca28fd]

        INTEGRATION: CWS native82 (1.4.364); FILE MERGED 2007/03/29 12:00:34 is 1.4.364.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/27 07:31:53 dv 1.4.364.1: #i75394# Use memory mapped file to transfer error codes from msi to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [e782ae490d61a963281d294b2cb1371e39e4e10d]

        INTEGRATION: CWS native82 (1.8.364); FILE MERGED 2007/03/27 07:31:53 dv 1.8.364.1: #i75394# Use memory mapped file to transfer error codes from msi to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [2023f4c105227ef26098cdc66600d9c1ae98c51e]

        INTEGRATION: CWS native82 (1.11.128); FILE MERGED 2007/03/27 10:04:31 dv 1.11.128.2: #i75394# Use global... for memory mapped file 2007/03/27 07:31:53 dv 1.11.128.1: #i75394# Use memory mapped file to transfer error codes from msi to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [550403ba338881f021900bf2a60b163b39172480]

        INTEGRATION: CWS native82 (1.14.136); FILE MERGED 2007/03/28 10:54:13 dv 1.14.136.3: #i75394# Use only one Assignment1 line! 2007/03/27 11:49:44 dv 1.14.136.2: #i75394# Do check only when office is not installed 2007/03/26 14:19:49 dv 1.14.136.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [36c211df3002a1f01f6b5e64600efaa6430f9991]

        INTEGRATION: CWS native82 (1.3.22); FILE MERGED 2007/04/17 14:07:15 is 1.3.22.1: #i76357# Patch for new languages

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [1b76238e0002d7340e51e43e3e3ad68fe9b0ac67]

        INTEGRATION: CWS native82 (1.55.44); FILE MERGED 2007/04/11 11:44:31 is 1.55.44.2: RESYNC: (1.55-1.56); FILE MERGED 2007/03/26 14:19:49 dv 1.55.44.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [1989033890f23a9c87fa254c287b825c183eaaef]

        INTEGRATION: CWS native82 (1.226.2); FILE MERGED 2007/04/11 11:44:10 is 1.226.2.3: RESYNC: (1.227-1.228); FILE MERGED 2007/03/29 11:58:40 is 1.226.2.2: RESYNC: (1.226-1.227); FILE MERGED 2007/03/26 14:19:49 dv 1.226.2.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [b7090a494263d4ff6d54b9da231c91a8d7e5efa5]

        INTEGRATION: CWS native82 (1.7.86); FILE MERGED 2007/05/04 10:24:43 is 1.7.86.2: #i75394# return values also for nsis 2007/05/04 09:51:03 is 1.7.86.1: #i75394# return values also for nsis

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [3555a63bb6a9159e4e01caad9cab4cdbe50937d7]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/28 07:26:34 dv 1.1.2.2: #i75394# Use only one function definition of SetMSIErrorCode 2007/03/26 14:15:45 dv 1.1.2.1: #i75394# Promote error code to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [fe34f74b436309fb35974fbd426b773bc0597be4]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/26 14:15:45 dv 1.1.2.1: #i75394# Promote error code to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [006321e78b33f58c1180d0137d9d7ee1742ede15]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/26 14:24:54 dv 1.1.2.2: dmake needs SHL1OBJS and SLOFILES 2007/03/26 14:16:53 dv 1.1.2.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [4522b93aae8ee80e3bf487ff071b1da48ffe6fed]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/26 14:17:03 dv 1.1.2.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [6ab4bc1b8a28bf858e7c1c6e85e7062d80302c9a]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/26 14:14:33 dv 1.1.2.1: #i75394# This custom actions sets an error if there is a newer / older / same version / patch

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [ea633c7b25b82aada56043b5f4c24def2e997a8c]

        INTEGRATION: CWS native82 (1.2.74); FILE MERGED 2007/04/26 06:29:41 dv 1.2.74.1: #i75659#i15220# Register for .rtf files, too, use soffice -<appl> for opening/printing/... documents

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [d6e0eca4b669ea6497ffb9ec75f044b542495974]

        INTEGRATION: CWS native82 (1.2.74); FILE MERGED 2007/04/26 08:43:05 dv 1.2.74.2: no default to find new added enums at compile time 2007/04/26 06:29:41 dv 1.2.74.1: #i75659#i15220# Register for .rtf files, too, use soffice -<appl> for opening/printing/... documents

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [fcbca55ed6145ee71d765e8f8d118dac6edcb462]

        INTEGRATION: CWS native82 (1.1.252); FILE MERGED 2007/04/26 06:30:44 dv 1.1.252.1: #i75659# Use soffice -<appl> for opening/printing/... documents

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [cf48675959e2076c427ee2b7bf9348b8ff90381b]

        INTEGRATION: CWS native82 (1.4.2); FILE MERGED 2007/04/26 06:29:41 dv 1.4.2.1: #i75659#i15220# Register for .rtf files, too, use soffice -<appl> for opening/printing/... documents

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [1a6169b0605945a69449c6fd61bf621d6fe76d6b]

        INTEGRATION: CWS native82 (1.14.32); FILE MERGED 2007/03/29 11:54:54 is 1.14.32.2: RESYNC: (1.14-1.15); FILE MERGED 2007/03/28 07:26:34 dv 1.14.32.1: #i75394# Use only one function definition of SetMSIErrorCode

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [a899e2c45b1ecab2907c9861b2632ea5b4562848]

        INTEGRATION: CWS native82 (1.8.70); FILE MERGED 2007/03/29 11:54:46 is 1.8.70.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/28 07:26:34 dv 1.8.70.2: #i75394# Use only one function definition of SetMSIErrorCode 2007/03/26 14:18:11 dv 1.8.70.1: use SHL1OBJS instead of SLOFILES to prevent build problems

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [38eb8f8d55d1fc71052b6cca35bd6cd1c2b486d1]

        INTEGRATION: CWS native82 (1.7.72); FILE MERGED 2007/03/29 11:54:38 is 1.7.72.4: RESYNC: (1.7-1.8); FILE MERGED 2007/03/28 07:26:34 dv 1.7.72.3: #i75394# Use only one function definition of SetMSIErrorCode 2007/03/27 11:53:37 dv 1.7.72.2: #i75394# Use the name global... for the memory mapped file 2007/03/27 11:51:53 dv 1.7.72.1: #i75394# Transfer error codes to setup loader

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [398265e2800f298f30b5e207b31ac80923c7473e]

        INTEGRATION: CWS native82 (1.5.70); FILE MERGED 2007/03/29 11:54:29 is 1.5.70.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/28 07:26:33 dv 1.5.70.1: #i75394# Use only one function definition of SetMSIErrorCode

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [a42a6649d4547f3fbea684f4596bfc210780766e]

        INTEGRATION: CWS native82 (1.1.2); FILE ADDED 2007/03/28 12:34:49 is 1.1.2.1: #i75394# batch script for getting Windows return codes

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [8ab495b382af51272f4f867f93246ba28e382b00]

        INTEGRATION: CWS native82 (1.14.10); FILE MERGED 2007/03/28 12:35:29 is 1.14.10.1: #i75394# batch script for getting Windows return codes

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [52758e47440335d341f217dc984d27fbc612fca4]

        INTEGRATION: CWS native82 (1.19.84); FILE MERGED 2007/03/28 07:26:33 dv 1.19.84.2: #i75394# Use only one function definition of SetMSIErrorCode 2007/03/26 14:18:57 dv 1.19.84.1: #i75394# New custom action for enhanced error checking

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [16551963a8bf81272157ee8e0c1b1c624af080e7]

        INTEGRATION: CWS native82 (1.47.10); FILE MERGED 2007/04/11 11:43:26 is 1.47.10.2: RESYNC: (1.47-1.48); FILE MERGED 2007/03/20 10:40:37 is 1.47.10.1: #i74914# constant base dir for windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [aef2a881f9806ab73b79820013b9d3d128667621]

        INTEGRATION: CWS native82 (1.36.58); FILE MERGED 2007/04/20 09:20:22 is 1.36.58.4: #i74914# Windows Installer patching 2007/03/29 11:47:49 is 1.36.58.3: RESYNC: (1.36-1.37); FILE MERGED 2007/03/22 11:46:02 is 1.36.58.2: #i74914# preparing Windows patch 2007/03/20 11:25:54 is 1.36.58.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [9e1e679d4e020091335e6a4730f4724560bc39a1]

        INTEGRATION: CWS native82 (1.32.24); FILE MERGED 2007/03/22 11:46:02 is 1.32.24.2: #i74914# preparing Windows patch 2007/03/20 11:25:54 is 1.32.24.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [858a53f0c4e6d62f47da34f60487bb0ef0f4dd57]

        INTEGRATION: CWS native82 (1.11.24); FILE MERGED 2007/04/25 11:24:31 is 1.11.24.2: #i74914# no version in file table 2007/03/20 11:25:53 is 1.11.24.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [94fe545151e20765f5c66b03b1dac14b1b3f9cac]

        INTEGRATION: CWS native82 (1.20.24); FILE MERGED 2007/04/20 09:20:21 is 1.20.24.3: #i74914# Windows Installer patching 2007/04/11 11:40:18 is 1.20.24.2: RESYNC: (1.20-1.21); FILE MERGED 2007/03/20 11:25:53 is 1.20.24.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [da6ecbe4be0913d878a86e68d79cd97b547ea513]

        INTEGRATION: CWS native82 (1.46.18); FILE MERGED 2007/04/20 09:20:20 is 1.46.18.3: #i74914# Windows Installer patching 2007/03/27 11:15:35 is 1.46.18.2: #i75652# extension installation also for installed and archive 2007/03/20 11:23:09 is 1.46.18.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [9b972d65fc308bde176299b901c134fdf86f3040]

        INTEGRATION: CWS native82 (1.28.18); FILE MERGED 2007/04/11 11:39:45 is 1.28.18.2: RESYNC: (1.28-1.29); FILE MERGED 2007/03/20 11:22:32 is 1.28.18.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [0eaf41de74ebaa8d06d461df30d832f95bcd64d4]

        INTEGRATION: CWS native82 (1.4.24); FILE MERGED 2007/03/27 11:15:34 is 1.4.24.1: #i75652# extension installation also for installed and archive

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [3708a924efad75050ac1e05b00e5a228ab794e98]

        INTEGRATION: CWS native82 (1.41.24); FILE MERGED 2007/03/29 11:47:25 is 1.41.24.3: RESYNC: (1.41-1.42); FILE MERGED 2007/03/27 11:15:34 is 1.41.24.2: #i75652# extension installation also for installed and archive 2007/03/20 10:46:56 is 1.41.24.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [4148528a328452c7255b8396bc2b407db6ad8687]

        INTEGRATION: CWS native82 (1.66.24); FILE MERGED 2007/04/20 09:20:20 is 1.66.24.6: #i74914# Windows Installer patching 2007/04/11 11:39:37 is 1.66.24.5: RESYNC: (1.67-1.68); FILE MERGED 2007/03/29 11:47:18 is 1.66.24.4: RESYNC: (1.66-1.67); FILE MERGED 2007/03/27 11:15:34 is 1.66.24.3: #i75652# extension installation also for installed and archive 2007/03/22 11:06:01 is 1.66.24.2: #i74914# preparing Windows patch 2007/03/20 10:45:24 is 1.66.24.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [ebb74a7a185c39814c686ce7cd0efc30d9734630]

        INTEGRATION: CWS native82 (1.6.624); FILE MERGED 2007/03/22 11:06:01 is 1.6.624.1: #i74914# preparing Windows patch

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [63912803343ed4c8c8c786a2ac5d7933767f9df7]

        INTEGRATION: CWS native82 (1.8.624); FILE MERGED 2007/04/20 09:20:20 is 1.8.624.3: #i74914# Windows Installer patching 2007/04/11 11:39:18 is 1.8.624.2: RESYNC: (1.8-1.9); FILE MERGED 2007/03/20 10:46:16 is 1.8.624.1: #i74914# windows patch preparation

2007-05-10  Gerd Weiss  <gm@openoffice.org>  [27ba83904d9572def392759ffc61e917ca6313ef]

        INTEGRATION: CWS native82 (1.82.18); FILE MERGED 2007/04/20 09:20:19 is 1.82.18.5: #i74914# Windows Installer patching 2007/04/11 11:39:10 is 1.82.18.4: RESYNC: (1.84-1.85); FILE MERGED 2007/03/29 11:46:41 is 1.82.18.3: RESYNC: (1.82-1.84); FILE MERGED 2007/03/22 11:05:14 is 1.82.18.2: #i74914# preparing Windows patch 2007/03/20 10:42:02 is 1.82.18.1: #i74914# windows patch preparation

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e433e20fb03822e9bc1de957193312b45ca6136f]

        INTEGRATION: CWS dba23a (1.3.10); FILE MERGED 2007/03/01 13:00:47 fs 1.3.10.1: #i74061# added dummy implementations for new IsReadOnly attribute

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ab386658ec50249e0a0deb45602d4a63c0f6f26e]

        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>  [908c5a22ef5b0855065500d9fbac6a2bfe975f51]

        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>  [7a1728770c42ca8668ba873b32387faa541357f7]

        INTEGRATION: CWS dba23a (1.6.78); FILE MERGED 2007/02/15 20:57:08 fs 1.6.78.1: #i74185# contributed by jbu@openoffice.org: more wisdom when choosing the field types

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bd912c558b33463ee9959da72a70f715c732871e]

        INTEGRATION: CWS dba23a (1.8.20); FILE MERGED 2007/02/15 20:57:08 fs 1.8.20.1: #i74185# contributed by jbu@openoffice.org: more wisdom when choosing the field types

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f0fbe140ec35a59bd100cb456c964829ca4e826a]

        INTEGRATION: CWS dba23a (1.27.8); FILE MERGED 2007/03/20 10:34:49 fs 1.27.8.3: RESYNC: (1.27-1.29); FILE MERGED 2007/03/12 12:11:53 fs 1.27.8.2: #i71488# removed IllegalArgumentException from getFormController 2007/03/12 12:09:24 fs 1.27.8.1: #i71488# support XFormLayerAccess, superseding XControlAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9d380b57ccc84776ff1a63582164e527570c37eb]

        INTEGRATION: CWS dba23a (1.8.326); FILE MERGED 2007/03/20 09:03:58 fs 1.8.326.3: RESYNC: (1.8-1.9); FILE MERGED 2007/03/12 12:11:47 fs 1.8.326.2: #i71488# removed IllegalArgumentException from getFormController 2007/03/12 12:09:06 fs 1.8.326.1: #i71488# support XFormLayerAccess, superseding XControlAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1339a01018a50648b0cb6623ae747c5e87dd9563]

        INTEGRATION: CWS dba23a (1.12.100); FILE MERGED 2007/02/13 12:01:30 fs 1.12.100.1: Issue:       #i73761# Submitter:   pmladek@openoffice.org Description: fix warning "operation on 'xxx' may be undefined"

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2f88285f4e09cf2bb0f0e8f52531e1535c954e86]

        INTEGRATION: CWS dba23a (1.5.206); FILE MERGED 2007/03/01 14:12:42 fs 1.5.206.1: #i74061# read-only-ness also for non-standard controls

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e5cc9d54359acdd80f36e7772c8b01f1094221de]

        INTEGRATION: CWS dba23a (1.9.100); FILE MERGED 2007/03/01 14:12:41 fs 1.9.100.1: #i74061# read-only-ness also for non-standard controls

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a7e421f121f5584d865a5318b3a4210b0d77c49e]

        INTEGRATION: CWS dba23a (1.7.206); FILE MERGED 2007/02/22 11:22:27 fs 1.7.206.1: #i73260# misc warning issues

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba7aa1a1da75d83608abbb5be03c845e0a5eda9a]

        INTEGRATION: CWS dba23a (1.24.98); FILE MERGED 2007/03/01 13:43:30 fs 1.24.98.4: numeric min/max are sal_Int64 since recently 2007/03/01 12:02:14 fs 1.24.98.3: #i74061# support for read-only object inspector 2007/02/22 11:22:27 fs 1.24.98.2: #i73260# misc warning issues 2007/02/22 10:58:15 fs 1.24.98.1: #i68961# lcl_convertListToDisplayText: use an OUStringBuffer, which means that the resulting string is cut to 0 characters if too long

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bb766a7d65d7fb43417731e54927bd8725e31119]

        INTEGRATION: CWS dba23a (1.2.206); FILE MERGED 2007/03/14 11:07:51 fs 1.2.206.1: changes as suggested by code reviews

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bc769e2a2bc240fe01796693d3dcddae1cd3b146]

        INTEGRATION: CWS dba23a (1.4.10); FILE MERGED 2007/05/09 11:34:00 fs 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/14 11:07:51 fs 1.4.10.1: changes as suggested by code reviews

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b1adf5e4b0e84e67134416e20fcc7f39769e032c]

        INTEGRATION: CWS dba23a (1.32.44); FILE MERGED 2007/03/01 12:53:01 fs 1.32.44.3: #i74061# be a listener at the model's IsReadOnly property 2007/03/01 12:02:13 fs 1.32.44.2: #i74061# support for read-only object inspector 2007/02/21 13:45:00 fs 1.32.44.1: #i74719# don't suspend (or inspect another object) if one handler is inside an interactive property selection

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e3efa20ec5e6cb32650a31e8cc2992b48d939c0a]

        INTEGRATION: CWS dba23a (1.36.42); FILE MERGED 2007/03/01 14:12:41 fs 1.36.42.4: #i74061# read-only-ness also for non-standard controls 2007/03/01 12:53:01 fs 1.36.42.3: #i74061# be a listener at the model's IsReadOnly property 2007/03/01 12:02:13 fs 1.36.42.2: #i74061# support for read-only object inspector 2007/02/21 13:45:00 fs 1.36.42.1: #i74719# don't suspend (or inspect another object) if one handler is inside an interactive property selection

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [50b8f5436cdf0475c1ce6839bee3923b87b52cab]

        INTEGRATION: CWS dba23a (1.4.44); FILE MERGED 2007/03/01 12:26:35 fs 1.4.44.2: #i74061# support for read-only object inspector 2007/03/01 12:02:13 fs 1.4.44.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b8f4a2c83419d6198aff2e13876864f5a4d468a]

        INTEGRATION: CWS dba23a (1.19.42); FILE MERGED 2007/03/01 12:26:35 fs 1.19.42.2: #i74061# support for read-only object inspector 2007/03/01 12:02:13 fs 1.19.42.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [edd65a3d30cc56226708319434215d9cc7ff0ebc]

        INTEGRATION: CWS dba23a (1.9.140); FILE MERGED 2007/03/01 12:02:13 fs 1.9.140.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b43e3dc86cc4d3e0a20c0b84264aa85a67d9b024]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/01 12:30:54 fs 1.1.2.2: proper broadcasthelper 2007/03/01 12:26:35 fs 1.1.2.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6e7afc5685e741cc6397be17591d3a3f7d03a9a2]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/01 12:55:40 fs 1.1.2.3: IsReadOnly is BOUND, not READONLY 2007/03/01 12:30:54 fs 1.1.2.2: proper broadcasthelper 2007/03/01 12:26:34 fs 1.1.2.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [126c2b0fa3cd44aa9b44d65c1722571f91aa8935]

        INTEGRATION: CWS dba23a (1.31.44); FILE MERGED 2007/03/12 15:00:19 fs 1.31.44.1: #i75308# no semicolon-separated resource strings anymore

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cd0d2e8d7d7040d272569a45071a5d278d85b4cb]

        INTEGRATION: CWS dba23a (1.74.44); FILE MERGED 2007/05/09 11:33:00 fs 1.74.44.2: RESYNC: (1.74-1.75); FILE MERGED 2007/03/12 15:00:18 fs 1.74.44.1: #i75308# no semicolon-separated resource strings anymore

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [470166b20b8c55ec11998d48db4dff0dc29aa5a4]

        INTEGRATION: CWS dba23a (1.41.46); FILE MERGED 2007/03/12 15:00:18 fs 1.41.46.1: #i75308# no semicolon-separated resource strings anymore

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [feb30f0442ff263cb631f323453d7e46eaf7dc01]

        INTEGRATION: CWS dba23a (1.7.18); FILE MERGED 2007/03/20 08:28:10 fs 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/22 09:34:01 fs 1.7.18.1: #i73128#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8571058f92f8bd17ca06354af7b2d8a998f1ae1c]

        INTEGRATION: CWS dba23a (1.3.44); FILE MERGED 2007/03/01 12:02:13 fs 1.3.44.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8d904f02d4f2a27199deb93005e37135d7be0389]

        INTEGRATION: CWS dba23a (1.4.42); FILE MERGED 2007/03/01 12:26:33 fs 1.4.42.2: #i74061# support for read-only object inspector 2007/03/01 12:02:12 fs 1.4.42.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f34561dcd89bba61725678a47f367beafba4328c]

        INTEGRATION: CWS dba23a (1.8.140); FILE MERGED 2007/03/21 14:06:49 fs 1.8.140.3: #i73260# more inlines 2007/02/22 11:27:16 fs 1.8.140.2: #i73260# misc warning issues 2007/02/22 11:22:27 fs 1.8.140.1: #i73260# misc warning issues

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a939a1effd61d136f6610b701bac50eba3ed4b45]

        INTEGRATION: CWS dba23a (1.8.44); FILE MERGED 2007/03/21 13:20:16 fs 1.8.44.2: #i73260# 2007/02/22 11:27:16 fs 1.8.44.1: #i73260# misc warning issues

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1bc5ab7ff14d8a8c3d75f6a1ecfadab11c76213e]

        INTEGRATION: CWS dba23a (1.18.44); FILE MERGED 2007/03/01 14:12:41 fs 1.18.44.3: #i74061# read-only-ness also for non-standard controls 2007/03/01 12:02:12 fs 1.18.44.2: #i74061# support for read-only object inspector 2007/02/13 12:00:25 fs 1.18.44.1: #i73761# warning: operation on 'xxx' may be undefined

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1d4c1d8c108a8329420d8b6e41202078a0556478]

        INTEGRATION: CWS dba23a (1.8.206); FILE MERGED 2007/03/01 14:12:41 fs 1.8.206.2: #i74061# read-only-ness also for non-standard controls 2007/03/01 12:02:12 fs 1.8.206.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9128f9fd232dc3550ad0271701210cfbf0a5070f]

        INTEGRATION: CWS dba23a (1.13.100); FILE MERGED 2007/03/01 12:02:12 fs 1.13.100.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c711d45c98e5812ba61ee865f5d03d1d9c655a89]

        INTEGRATION: CWS dba23a (1.3.176); FILE MERGED 2007/03/01 12:00:26 fs 1.3.176.1: respect env variables for runner parameters

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b7a946748f5315fd723dc07ec727bad1330f6177]

        INTEGRATION: CWS dba23a (1.24.4); FILE MERGED 2007/03/20 08:31:50 fs 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED 2007/02/21 13:47:34 fs 1.24.4.1: #i74719# don't assert VetoExceptions when setting a new object

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7e2bc1e874c24f325d9b4931f7b2cd201a2d7383]

        INTEGRATION: CWS dba23a (1.9.98); FILE MERGED 2007/02/05 06:33:54 oj 1.9.98.1: #i71071# apply patch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [50967d46afb6a7f2b274296c7355692162a2dee7]

        INTEGRATION: CWS dba23a (1.10.98); FILE MERGED 2007/02/05 06:33:54 oj 1.10.98.1: #i71071# apply patch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [69c76c3ff033595cd49717bbf4b71c2b99dea58f]

        INTEGRATION: CWS dba23a (1.10.30); FILE MERGED 2007/02/05 06:33:53 oj 1.10.30.1: #i71071# apply patch

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a5a7ce5da0081d4f4629e7d7ec2de449fc917956]

        INTEGRATION: CWS dba23a (1.7.254); FILE MERGED 2007/02/26 11:48:21 fs 1.7.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6f59fd2f44cf4a0015e0938497f1c837a4db9046]

        INTEGRATION: CWS dba23a (1.7.72); FILE MERGED 2007/02/26 11:48:21 fs 1.7.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ea1d11edcf4c971668cee49f238031395fa34fdb]

        INTEGRATION: CWS dba23a (1.110.2); FILE MERGED 2007/03/14 12:16:47 fs 1.110.2.1: #i75261# when asking for re-creation of columns, also show the caught exception

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0f4bd27debdccd7e108e9bcba28eeab8f67f3ba1]

        INTEGRATION: CWS dba23a (1.24.66); FILE MERGED 2007/02/26 11:48:21 fs 1.24.66.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4768bd17ac889317f79137126b28d4f4c010dd76]

        INTEGRATION: CWS dba23a (1.11.74); FILE MERGED 2007/02/26 11:48:20 fs 1.11.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [55a9c3b1670523f54cc17919b7af9678f53ae3ce]

        INTEGRATION: CWS dba23a (1.3.126); FILE MERGED 2007/02/26 11:48:20 fs 1.3.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1bbc0b554c6fb0f58480d49980153918f514bb6c]

        INTEGRATION: CWS dba23a (1.7.62); FILE MERGED 2007/02/26 11:48:20 fs 1.7.62.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f3096586bed40e15aa9d62b9b48ba29e84c8fbc8]

        INTEGRATION: CWS dba23a (1.15.74); FILE MERGED 2007/02/26 11:48:20 fs 1.15.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dbb6b2dcf11d40ed3afc9d99f17d5c0ba2543413]

        INTEGRATION: CWS dba23a (1.14.124); FILE MERGED 2007/02/26 10:34:02 fs 1.14.124.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [44045aee4fd6408a062a224b654f58d7db825e8c]

        INTEGRATION: CWS dba23a (1.34.30); FILE MERGED 2007/02/26 11:48:19 fs 1.34.30.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ab927ef78497ee308edb596cbd0dcd08a2f1cc68]

        INTEGRATION: CWS dba23a (1.10.74); FILE MERGED 2007/02/26 10:34:02 fs 1.10.74.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4f420b5c35324b5d149ad789ffab457145667d0c]

        INTEGRATION: CWS dba23a (1.26.30); FILE MERGED 2007/02/26 11:48:19 fs 1.26.30.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [83e202a050e3392f72e2cabc5d1a35d75141a818]

        INTEGRATION: CWS dba23a (1.77.28); FILE MERGED 2007/02/26 11:48:19 fs 1.77.28.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dc0a1674098823ba3daf3c9c945de853022beb73]

        INTEGRATION: CWS dba23a (1.27.72); FILE MERGED 2007/02/26 10:34:02 fs 1.27.72.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7893c8d8ef3ef93d9f3dc8cc6db23c27eeae6c47]

        INTEGRATION: CWS dba23a (1.40.74); FILE MERGED 2007/02/26 11:48:19 fs 1.40.74.2: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2007/02/21 10:34:03 fs 1.40.74.1: #145033# addConnections: survive (invalid) NULL columns

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b8ecc568b6232343b3e4e844ba7b2f3818bde086]

        INTEGRATION: CWS dba23a (1.85.30); FILE MERGED 2007/02/26 10:34:02 fs 1.85.30.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8289c57098b068ddb90b1eaa11f467df687447bb]

        INTEGRATION: CWS dba23a (1.6.252); FILE MERGED 2007/02/26 11:48:19 fs 1.6.252.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [76d5fbabd951f68ea883edea61ee240192d9d016]

        INTEGRATION: CWS dba23a (1.9.74); FILE MERGED 2007/02/26 11:48:18 fs 1.9.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5152b64367a565c345f3b4138176732c115aca9d]

        INTEGRATION: CWS dba23a (1.3.252); FILE MERGED 2007/02/26 11:48:18 fs 1.3.252.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a01d6ad79a9b447d69fa6e106151f67b61c7c70f]

        INTEGRATION: CWS dba23a (1.5.74); FILE MERGED 2007/02/26 11:48:18 fs 1.5.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [acc39e5e5c53cbfab236b0433a484c99cf9ff254]

        INTEGRATION: CWS dba23a (1.20.74); FILE MERGED 2007/02/26 11:48:18 fs 1.20.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [67257c2a529af7edaae0588fac4cff41c7e89976]

        INTEGRATION: CWS dba23a (1.11.72); FILE MERGED 2007/02/26 10:34:02 fs 1.11.72.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b09611d9ef4e65082ed0621018f92302099ddc21]

        INTEGRATION: CWS dba23a (1.28.62); FILE MERGED 2007/03/02 20:58:41 fs 1.28.62.1: #i10000#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c223f998c877f5de01d598bcd2b2ca835544c9ed]

        INTEGRATION: CWS dba23a (1.20.60); FILE MERGED 2007/02/26 11:48:18 fs 1.20.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [47d9e14f94e2ecb0f76cca244a5b39ec7aefadcd]

        INTEGRATION: CWS dba23a (1.32.60); FILE MERGED 2007/02/26 10:34:01 fs 1.32.60.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cad797b95d76c9146eff62caaf98bb5ff1d0bad4]

        INTEGRATION: CWS dba23a (1.11.74); FILE MERGED 2007/02/26 11:48:17 fs 1.11.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e4ce13350592c1def31d9a84d2eb7b8767dd0ada]

        INTEGRATION: CWS dba23a (1.25.72); FILE MERGED 2007/02/26 11:48:17 fs 1.25.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d6e194dae827517b4df5a6f031a6d9024edc2651]

        INTEGRATION: CWS dba23a (1.21.18); FILE MERGED 2007/02/26 11:48:17 fs 1.21.18.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [29b730ef13e2a9fbb9fe92dfa216d10234a0ea17]

        INTEGRATION: CWS dba23a (1.50.60); FILE MERGED 2007/02/26 11:48:17 fs 1.50.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f013e73894ab84f596944ddc60b63d89a3701479]

        INTEGRATION: CWS dba23a (1.23.6); FILE MERGED 2007/02/26 11:48:17 fs 1.23.6.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b20c8ced71757df36d13e187bf0ca96bcdc09dab]

        INTEGRATION: CWS dba23a (1.68.26); FILE MERGED 2007/03/08 09:33:39 fs 1.68.26.2: #i73084# insertHierachyElement: better error handling 2007/02/26 11:48:16 fs 1.68.26.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b4d435620625064618ce47af58812931381e7401]

        INTEGRATION: CWS dba23a (1.28.58); FILE MERGED 2007/03/02 20:40:44 fs 1.28.58.2: #i10000# 2007/02/26 11:48:16 fs 1.28.58.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3b6e242754401a8804df8d74bc85f36be7438573]

        INTEGRATION: CWS dba23a (1.67.34); FILE MERGED 2007/02/26 10:34:01 fs 1.67.34.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [381bda9b48198fea879241dbc0de29b1b44a29c7]

        INTEGRATION: CWS dba23a (1.10.254); FILE MERGED 2007/03/13 08:42:17 fs 1.10.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4aec5d558079a30e0d01d61d663132d2d01e00ad]

        INTEGRATION: CWS dba23a (1.5.118); FILE MERGED 2007/03/14 12:16:12 fs 1.5.118.1: #i75261# additional exception info a ctor without SQL exceptions

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3b3af2d395b1675a80dd02386fa1c9a9c2cccfe4]

        INTEGRATION: CWS dba23a (1.25.126); FILE MERGED 2007/02/26 11:48:16 fs 1.25.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6a6229c3487a662e9c2024ea1bfa18a4bf4b02f0]

        INTEGRATION: CWS dba23a (1.7.254); FILE MERGED 2007/02/26 11:48:16 fs 1.7.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a08a22977d82c88f96d3607dedc1a616b0a3ee5c]

        INTEGRATION: CWS dba23a (1.13.126); FILE MERGED 2007/02/26 11:48:15 fs 1.13.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a2e784319c9a8c0d6ed313a54f842ff68f816b82]

        INTEGRATION: CWS dba23a (1.6.60); FILE MERGED 2007/02/26 11:48:15 fs 1.6.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c498d611706a0e978f127c9f766948a6167c94b6]

        INTEGRATION: CWS dba23a (1.4.254); FILE MERGED 2007/02/26 11:48:15 fs 1.4.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [03069b66a23514922833c0cbba9a9530ba9bbc05]

        INTEGRATION: CWS dba23a (1.9.78); FILE MERGED 2007/03/13 08:42:16 fs 1.9.78.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 11:48:15 fs 1.9.78.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f99a4a9f555e1f42ace5ad05ef2fa4f34520a573]

        INTEGRATION: CWS dba23a (1.4.254); FILE MERGED 2007/03/13 08:42:16 fs 1.4.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d737cbd8d9a5bb2a3e15adfbe245e12f31cedb32]

        INTEGRATION: CWS dba23a (1.33.254); FILE MERGED 2007/03/13 08:42:16 fs 1.33.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a2b9a214301f77e62a52d88f593a3acac1d33ff7]

        INTEGRATION: CWS dba23a (1.6.254); FILE MERGED 2007/02/26 10:34:01 fs 1.6.254.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5c930201220f94d3001a73ba204d65ce96c0d0a1]

        INTEGRATION: CWS dba23a (1.7.126); FILE MERGED 2007/02/26 11:48:15 fs 1.7.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d4fc18351953ac0524646f1f0b53018da2695943]

        INTEGRATION: CWS dba23a (1.12.126); FILE MERGED 2007/02/26 11:48:15 fs 1.12.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e73d80096e992c6c96472db1942f4e3e7849006b]

        INTEGRATION: CWS dba23a (1.36.82); FILE MERGED 2007/02/26 11:48:14 fs 1.36.82.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a4ce96182c3bf58acbb42119fa64dd7645858a7c]

        INTEGRATION: CWS dba23a (1.13.126); FILE MERGED 2007/02/26 11:48:14 fs 1.13.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9949be992a545a19e8db845c0e24d6e2ebc6fc29]

        INTEGRATION: CWS dba23a (1.3.254); FILE MERGED 2007/02/26 11:48:14 fs 1.3.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [72199d62d1ef6bc9e0138d8d950fae6fb7b8556e]

        INTEGRATION: CWS dba23a (1.6.18); FILE MERGED 2007/02/26 11:48:14 fs 1.6.18.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f39097353d6f8407c4fb6b2446737d97649a322c]

        INTEGRATION: CWS dba23a (1.5.254); FILE MERGED 2007/03/13 08:42:16 fs 1.5.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [412e8b03b0d64e43c762ca44c95caeae904537d6]

        INTEGRATION: CWS dba23a (1.31.30); FILE MERGED 2007/02/26 11:48:14 fs 1.31.30.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f1f6eed75e4e361f5af5e5d9fbdf8d115bd483e0]

        INTEGRATION: CWS dba23a (1.16.32); FILE MERGED 2007/02/26 11:48:14 fs 1.16.32.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1700383083bd7ca1f08be2822fd5bb5aadf3d84e]

        INTEGRATION: CWS dba23a (1.7.98); FILE MERGED 2007/02/26 10:34:00 fs 1.7.98.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8352700e713a284b24847b98bff8812fb7129502]

        INTEGRATION: CWS dba23a (1.3.254); FILE MERGED 2007/02/26 11:48:13 fs 1.3.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a3a7fec0f899dad0ff923d5b24b6cebd05466ca6]

        INTEGRATION: CWS dba23a (1.12.254); FILE MERGED 2007/02/26 10:34:00 fs 1.12.254.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c4b411e3fe0b6f1d0dddf2ba7d3a1ff77928070a]

        INTEGRATION: CWS dba23a (1.15.118); FILE MERGED 2007/02/26 11:48:13 fs 1.15.118.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [163e611b5e91eb6567603c2b2ac99360945fa685]

        INTEGRATION: CWS dba23a (1.20.126); FILE MERGED 2007/02/26 10:34:00 fs 1.20.126.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cdc6317ff9e9fa6f9722a130542779b1f2e3cf73]

        INTEGRATION: CWS dba23a (1.8.118); FILE MERGED 2007/02/26 11:48:13 fs 1.8.118.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fa0630657523b39965f6683ec6f14afa263e8607]

        INTEGRATION: CWS dba23a (1.12.84); FILE MERGED 2007/02/26 11:48:13 fs 1.12.84.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [716a0bb3730182d661ad57a423e3adf2064c1e16]

        INTEGRATION: CWS dba23a (1.15.126); FILE MERGED 2007/02/26 11:48:13 fs 1.15.126.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [04ece50bd6ab04751f146748fd94d3ceae1a8e42]

        INTEGRATION: CWS dba23a (1.5.254); FILE MERGED 2007/02/26 10:34:00 fs 1.5.254.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d19b04de2d3310a26737e09cdb0d6e56e44ca910]

        INTEGRATION: CWS dba23a (1.4.254); FILE MERGED 2007/03/13 08:42:15 fs 1.4.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c2b37dd91f7e9b2a0e337f7cd3f1533eed6a2ada]

        INTEGRATION: CWS dba23a (1.12.62); FILE MERGED 2007/03/13 08:42:15 fs 1.12.62.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 09:59:21 fs 1.12.62.1: found in the course of #i74776#: container listener is not used anymore

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dac2bc383426c23bc88dd2d781eed40d9ad3ad98]

        INTEGRATION: CWS dba23a (1.27.62); FILE MERGED 2007/05/09 11:25:28 fs 1.27.62.3: RESYNC: (1.27-1.28); FILE MERGED 2007/03/13 08:42:15 fs 1.27.62.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 09:59:20 fs 1.27.62.1: found in the course of #i74776#: container listener is not used anymore

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [504a55c06437bf58c7d697be1556260da89496f6]

        INTEGRATION: CWS dba23a (1.24.60); FILE MERGED 2007/03/14 12:16:21 fs 1.24.60.1: #i75261# additional exception info a ctor without SQL exceptions

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2e6a6856ac32de40d701d6eed9e10f5b666f20a1]

        INTEGRATION: CWS dba23a (1.17.126); FILE MERGED 2007/03/13 08:42:15 fs 1.17.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3b4bb364426ab56f026ba0614f857855e31babf2]

        INTEGRATION: CWS dba23a (1.7.72); FILE MERGED 2007/02/26 11:48:12 fs 1.7.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [013900009f44743e1b8d3eedf2d3ed6968926287]

        INTEGRATION: CWS dba23a (1.25.30); FILE MERGED 2007/03/13 08:42:14 fs 1.25.30.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba1dfbe281b589d9fda4062bfed4d51e10a8fc47]

        INTEGRATION: CWS dba23a (1.44.6); FILE MERGED 2007/03/13 08:42:14 fs 1.44.6.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1756cacae40d7c617c9a658494d996d1b1f392cf]

        INTEGRATION: CWS dba23a (1.23.2); FILE MERGED 2007/03/13 08:42:14 fs 1.23.2.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 11:48:12 fs 1.23.2.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7f89969f8ae63da0127ae13c3b9dd283689138a2]

        INTEGRATION: CWS dba23a (1.12.72); FILE MERGED 2007/03/13 08:42:14 fs 1.12.72.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 11:48:12 fs 1.12.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ee5ee6a6c89c36d93335bd8b4fa6836cdb83fba1]

        INTEGRATION: CWS dba23a (1.100.28); FILE MERGED 2007/03/13 08:42:14 fs 1.100.28.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ddffc77b29d0df9c8a57a445a3859b5b4c4a80cb]

        INTEGRATION: CWS dba23a (1.30.126); FILE MERGED 2007/03/13 08:42:14 fs 1.30.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4d1680b9485196e17d8ff703da2580f080186fd2]

        INTEGRATION: CWS dba23a (1.45.6); FILE MERGED 2007/03/13 08:42:13 fs 1.45.6.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [afe78e61ac6b5cf0a1554b06e85eed33b9f00990]

        INTEGRATION: CWS dba23a (1.9.72); FILE MERGED 2007/03/13 08:42:13 fs 1.9.72.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4fc92ec6f4b2a810c6cd2dca6e16ef7392ad8718]

        INTEGRATION: CWS dba23a (1.5.254); FILE MERGED 2007/02/26 11:48:12 fs 1.5.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cf615de4e378427eea194aa057127beb3ab2a97d]

        INTEGRATION: CWS dba23a (1.17.72); FILE MERGED 2007/02/26 11:48:12 fs 1.17.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bc1f205a916f7446bd6d25a2df04b723c60dd335]

        INTEGRATION: CWS dba23a (1.4.126); FILE MERGED 2007/03/13 08:42:13 fs 1.4.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [77475d2058991d492bdd1a52854ce99a20989925]

        INTEGRATION: CWS dba23a (1.7.254); FILE MERGED 2007/02/26 11:48:11 fs 1.7.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [79df287457a13543600babf3dec5afd38880eb47]

        INTEGRATION: CWS dba23a (1.16.28); FILE MERGED 2007/02/26 11:48:11 fs 1.16.28.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f795de4b27d632d79e835da977e70d2de7ff6631]

        INTEGRATION: CWS dba23a (1.5.126); FILE MERGED 2007/03/13 08:42:13 fs 1.5.126.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [864d71dfc48f4a2e82409bdcb6b942a6d743b8a7]

        INTEGRATION: CWS dba23a (1.10.30); FILE MERGED 2007/03/13 08:42:13 fs 1.10.30.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4a3745ce9eec0ba1d0826d8339cfee982001791b]

        INTEGRATION: CWS dba23a (1.5.126); FILE MERGED 2007/03/13 08:42:12 fs 1.5.126.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:34:00 fs 1.5.126.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0f32c5ed939b04509ba6bc8812200ee15d21c924]

        INTEGRATION: CWS dba23a (1.7.72); FILE MERGED 2007/03/13 08:42:12 fs 1.7.72.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:34:00 fs 1.7.72.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2b9e5fb3af664e41515bad2d5ce856fdbcaf37c0]

        INTEGRATION: CWS dba23a (1.5.254); FILE MERGED 2007/03/13 08:42:12 fs 1.5.254.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6b3710aaa2840806c05919b50c5de096ae06b6c4]

        INTEGRATION: CWS dba23a (1.16.72); FILE MERGED 2007/03/13 08:42:12 fs 1.16.72.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [89c51a7fa6dc43036e45c40596d68bd73b1eeb38]

        INTEGRATION: CWS dba23a (1.4.254); FILE MERGED 2007/03/13 08:42:12 fs 1.4.254.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:33:59 fs 1.4.254.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ca0b0295d3b2edb0f3fb08422e57db8cc5b7d7a]

        INTEGRATION: CWS dba23a (1.11.70); FILE MERGED 2007/03/13 08:42:12 fs 1.11.70.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:33:59 fs 1.11.70.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4f534d633b3cfc3aa768caca51098859d9ffcfef]

        INTEGRATION: CWS dba23a (1.7.72); FILE MERGED 2007/03/08 09:33:34 fs 1.7.72.1: #i73084# insertHierachyElement: better error handling

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4e0041fd29d6f88d3efdcc3b167f77939d579162]

        INTEGRATION: CWS dba23a (1.10.72); FILE MERGED 2007/03/13 08:42:11 fs 1.10.72.1: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8b607db93e9a5838b9e60caffa156b2a725508b9]

        INTEGRATION: CWS dba23a (1.11.74); FILE MERGED 2007/02/26 10:33:59 fs 1.11.74.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bc8a1010019d0d847b0112c80d999c848149ac31]

        INTEGRATION: CWS dba23a (1.45.6); FILE MERGED 2007/02/26 11:48:11 fs 1.45.6.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [80cddf6112e8019d87ba2992c8bc2a352b6f6799]

        INTEGRATION: CWS dba23a (1.185.2); FILE MERGED 2007/02/26 10:33:59 fs 1.185.2.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [da93bf0b5e3b870410fe89f406aceebb93cf5588]

        INTEGRATION: CWS dba23a (1.78.60); FILE MERGED 2007/02/26 11:48:10 fs 1.78.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7732f1e9d0de872e8c4dd9e33ae107c4b64f2755]

        INTEGRATION: CWS dba23a (1.74.60); FILE MERGED 2007/03/20 08:10:30 fs 1.74.60.2: RESYNC: (1.74-1.75); FILE MERGED 2007/02/26 11:48:10 fs 1.74.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [810cb890e22c5ba36514e8818bb57054c8d514dd]

        INTEGRATION: CWS dba23a (1.12.60); FILE MERGED 2007/02/26 11:48:10 fs 1.12.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0ef0507079a972c5ff2dbeae5bbea4ef4afc3cbc]

        INTEGRATION: CWS dba23a (1.75.62); FILE MERGED 2007/02/26 10:33:58 fs 1.75.62.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38e75e0304109f3b03cd4a85e726bb4c2f26ffde]

        INTEGRATION: CWS dba23a (1.17.64); FILE MERGED 2007/02/26 10:33:58 fs 1.17.64.1: remove unused code Issue number:  #i74776# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e97fcf77a4129b445ea52bcd0af1e828d2bd7982]

        INTEGRATION: CWS dba23a (1.11.254); FILE MERGED 2007/02/22 09:05:52 fs 1.11.254.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [20df251a691cf22447f27c740af333b12f9f69b8]

        INTEGRATION: CWS dba23a (1.20.74); FILE MERGED 2007/02/22 09:05:52 fs 1.20.74.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fbf5b652cf6fbedcd45c62f815332b104144267a]

        INTEGRATION: CWS dba23a (1.25.72); FILE MERGED 2007/02/26 11:48:10 fs 1.25.72.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [07b450a659fb19788fcdf8edfe2ec3f57b26fda8]

        INTEGRATION: CWS dba23a (1.97.38); FILE MERGED 2007/02/26 11:48:09 fs 1.97.38.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [eec49f614155fbaaa298bda772a0e8bdf6acd415]

        INTEGRATION: CWS dba23a (1.11.64); FILE MERGED 2007/02/22 09:05:51 fs 1.11.64.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [dbfe425b663d4e7c0d75d142c712adfff3f6b063]

        INTEGRATION: CWS dba23a (1.17.62); FILE MERGED 2007/02/22 09:05:51 fs 1.17.62.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a16b63e8f6119e030c5901711eaddcfbd3cd2946]

        INTEGRATION: CWS dba23a (1.13.62); FILE MERGED 2007/02/22 09:05:51 fs 1.13.62.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [471e3cac9fbb6c0f2c466d08fcc28283b3b9d175]

        INTEGRATION: CWS dba23a (1.20.62); FILE MERGED 2007/02/22 09:05:51 fs 1.20.62.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1aa36199ea32c2f76552fa9842f9b7fe5638399f]

        INTEGRATION: CWS dba23a (1.21.6); FILE MERGED 2007/02/22 09:05:50 fs 1.21.6.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [74e85b3ef522b53f9a7593b3b86d882157fcd379]

        INTEGRATION: CWS dba23a (1.20.58); FILE MERGED 2007/03/08 09:33:02 fs 1.20.58.2: #i73084# better error handling 2007/02/22 09:05:50 fs 1.20.58.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [de723721286249d3c8d911c6db5602944a2f3349]

        INTEGRATION: CWS dba23a (1.17.28); FILE MERGED 2007/02/22 09:05:50 fs 1.17.28.1: Issue number:  i74731 Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [2bf8d2e679be25b80cc46c9e46ca40991a395653]

        INTEGRATION: CWS dba23a (1.5.80); FILE MERGED 2007/03/08 09:18:59 fs 1.5.80.1: #i73084#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bd032fdd820da05332ccd74e3a5ed697660cd859]

        INTEGRATION: CWS dba23a (1.3.106); FILE MERGED 2007/03/08 09:18:54 fs 1.3.106.1: #i73084#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bf848eb1bb1f5473cc7b3d327c8e26a80ef56f93]

        INTEGRATION: CWS dba23a (1.4.74); FILE MERGED 2007/03/08 09:19:28 fs 1.4.74.1: #i73084# disallow slashes in query names, for consistency reasons

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [902f9047e730f03494220e62ab522724c99de1d4]

        INTEGRATION: CWS dba23a (1.3.254); FILE MERGED 2007/02/26 11:48:09 fs 1.3.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7cb73e86354aa97f6185b96703550552c5436d07]

        INTEGRATION: CWS dba23a (1.5.74); FILE MERGED 2007/02/26 11:48:09 fs 1.5.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f85cc5f688f60ecf16146dc5c83ab78e68cf7894]

        INTEGRATION: CWS dba23a (1.6.74); FILE MERGED 2007/03/08 09:10:26 fs 1.6.74.1: #i73084# don't allow slashes in the name, silently convert them before inserting, else we would get an exception

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c27f3839b6cc6d818975fc0fbb8b34e31f714496]

        INTEGRATION: CWS dba23a (1.50.84); FILE MERGED 2007/05/09 11:23:31 fs 1.50.84.2: RESYNC: (1.50-1.51); FILE MERGED 2007/03/08 09:10:01 fs 1.50.84.1: #i73084#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [58f7d00361b68f460325d400d7ba12b723ff4c71]

        INTEGRATION: CWS dba23a (1.14.84); FILE MERGED 2007/02/26 11:48:08 fs 1.14.84.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5fa374717b3af74f5f17f8dcf92b3947cc590dd7]

        INTEGRATION: CWS dba23a (1.13.84); FILE MERGED 2007/02/26 11:48:08 fs 1.13.84.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [be7c23a9de65171ab2920c204a571ceb6b171548]

        INTEGRATION: CWS dba23a (1.13.84); FILE MERGED 2007/03/08 09:09:43 fs 1.13.84.1: #i73084#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3daafbb4a30d4726acf25872eaa0b7257442e5d2]

        INTEGRATION: CWS dba23a (1.19.62); FILE MERGED 2007/02/26 11:48:07 fs 1.19.62.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f882f24c762209494a0b7c21b7e6b2604b2eee6e]

        INTEGRATION: CWS dba23a (1.18.84); FILE MERGED 2007/02/26 11:48:07 fs 1.18.84.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [38511263aae620a632a7f6607e0f27152a1c5185]

        INTEGRATION: CWS dba23a (1.40.70); FILE MERGED 2007/03/08 09:09:36 fs 1.40.70.3: #i73084# rename: don't allow slashes in the name 2007/02/26 11:48:07 fs 1.40.70.2: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com 2007/02/26 10:20:08 fs 1.40.70.1: better error reporting in non-pro builds

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ba5cfe46a71bcb0cd63c599fcd2b05c8aad77f68]

        INTEGRATION: CWS dba23a (1.23.74); FILE MERGED 2007/03/08 09:08:54 fs 1.23.74.1: #i73084# approveObject: don't allow slashes in the name

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bd19d3e13cb50a96fac46e32bf9df42ab3cd09f9]

        INTEGRATION: CWS dba23a (1.6.254); FILE MERGED 2007/02/26 11:48:07 fs 1.6.254.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [80bf101d2a8b84cbe5fcab8e25c3187d7f65b21a]

        INTEGRATION: CWS dba23a (1.13.74); FILE MERGED 2007/02/26 11:48:06 fs 1.13.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [faeb74845f9d94b529fd8c27eee35b4317711091]

        INTEGRATION: CWS dba23a (1.25.2); FILE MERGED 2007/02/26 11:48:06 fs 1.25.2.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [974ac5b0292d1cddec38c045c06a9827b0ca8731]

        INTEGRATION: CWS dba23a (1.30.60); FILE MERGED 2007/02/26 11:48:06 fs 1.30.60.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ab8407b490e8ea7826c3b71f6eaccd8e34b0f5ca]

        INTEGRATION: CWS dba23a (1.31.84); FILE MERGED 2007/02/26 11:48:06 fs 1.31.84.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [823231d74ed5a81ace52e130ff90180e47ac344e]

        INTEGRATION: CWS dba23a (1.93.28); FILE MERGED 2007/02/26 11:48:05 fs 1.93.28.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d4f6965b1baeb199a23c93c53bfad4c6d1392c0e]

        INTEGRATION: CWS dba23a (1.91.74); FILE MERGED 2007/02/26 11:48:05 fs 1.91.74.1: remove unused code Issue number:  #i74804# Submitted by:  jnavrati@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [be378adda10fb75b0770c6206fc7e99fdbe4b5da]

        INTEGRATION: CWS dba23a (1.6.36); FILE MERGED 2007/03/20 08:22:28 fs 1.6.36.2: RESYNC: (1.6-1.9); FILE MERGED 2007/03/07 11:08:18 fs 1.6.36.1: #i74895# UnoControlWindowContact::doPaintObject: let painting the control depend on its visibility, not on its design mode (they do not always correlate)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [da6fbccca43196e8a1492a9206cbd4bde3287cf5]

        INTEGRATION: CWS dba23a (1.5.130); FILE MERGED 2007/03/12 11:38:51 fs 1.5.130.1: #i71488# +getFormOperations

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [33ab5d87f12376d5e4799d18a065008c813357ba]

        INTEGRATION: CWS dba23a (1.29.40); FILE MERGED 2007/03/12 11:38:43 fs 1.29.40.1: #i71488# +getFormController

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [21730ddf051879a936db03396cfb1bc499f3249f]

        INTEGRATION: CWS dba23a (1.25.130); FILE MERGED 2007/03/01 12:54:39 fs 1.25.130.1: #i74061# indicate read-only-ness of the property browser in the tittle

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ebb7f07db5cc17fbef49ce341c33e373975f5ef5]

        INTEGRATION: CWS dba23a (1.12.788); FILE MERGED 2007/03/12 11:38:22 fs 1.12.788.1: #i71488# +FormOperations

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [63689badf7a37ef8cd72b525f39a73d69dff1369]

        INTEGRATION: CWS dba23a (1.11.384); FILE MERGED 2007/03/01 12:54:38 fs 1.11.384.1: #i74061# indicate read-only-ness of the property browser in the tittle

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3aeaeebf9b8b841d9066d5e5225bcebc0581b082]

        INTEGRATION: CWS dba23a (1.60.40); FILE MERGED 2007/03/12 11:40:24 fs 1.60.40.1: #i71488# +getFormController

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [9685035bc18100d717ca3d3f2ec04819906c29c2]

        INTEGRATION: CWS dba23a (1.47.40); FILE MERGED 2007/03/12 11:41:21 fs 1.47.40.1: #i71488# GetFormController

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0b73149d2c825bff8bcdf58f3b64a13747b59d56]

        INTEGRATION: CWS dba23a (1.69.130); FILE MERGED 2007/03/01 12:42:23 fs 1.69.130.1: #i74061# indicate read-only-ness of the property browser in the tittle

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [18970062168d3f33bf93997fbc82c6239da5bef2]

        INTEGRATION: CWS dba23a (1.70.130); FILE MERGED 2007/03/12 11:40:56 fs 1.70.130.1: #i71488# helper methods for implementing XFormLayerAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [193719ac2dc4d0144e99ab7d13a108204c6d7e27]

        INTEGRATION: CWS dba23a (1.19.264); FILE MERGED 2007/03/12 11:40:07 fs 1.19.264.1: #i71488# +FormOperations

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e165dd9a9421e51148c10f507e17a4ffc46df65d]

        INTEGRATION: CWS dba23a (1.62.124); FILE MERGED 2007/03/12 11:39:53 fs 1.62.124.1: #i71488# +FormOperations property

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [36521ab9f6f8461b99173b6cb9c34e1a059f5e7a]

        INTEGRATION: CWS dba23a (1.29.126); FILE MERGED 2007/03/01 12:42:23 fs 1.29.126.1: #i74061# indicate read-only-ness of the property browser in the tittle

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ae6c6265b97139a4ea604c19af139ac6bf1fda7f]

        INTEGRATION: CWS dba23a (1.9.232); FILE MERGED 2007/03/01 12:40:38 fs 1.9.232.1: #i73819#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [422fa4e031506283805193a2b7315112e89f3e66]

        INTEGRATION: CWS dba23a (1.80.36); FILE MERGED 2007/02/21 12:01:27 fs 1.80.36.2: #135384# exception safety in m_pSeekCursor->getRow 2007/02/21 12:01:09 fs 1.80.36.1: #135384# exception safety in m_pSeekCursor->getRow

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e71ea68fd00429c58539dfda3b6eda631df6774c]

        INTEGRATION: CWS dba23a (1.2.64); FILE MERGED 2007/05/09 11:40:00 fs 1.2.64.3: manual RESYNC step 2: copy changes of ../fmview.hxx into this file 2007/05/09 11:38:52 fs 1.2.64.2: manual RESYNC step 1: copy version from MWS herein 2007/04/11 15:52:11 fs 1.2.64.1: file fmview.hxx was added on branch cws_src680_dba23a on 2007-05-09 11:38:52 +0000

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [116032e0f5aaa7103945819b6bc9986aa830b02d]

        INTEGRATION: CWS dba23a (1.2.64); FILE MERGED 2007/05/09 11:37:20 fs 1.2.64.3: manual RESYNC step 1: copy changes of ../fmshell.hxx into this file 2007/05/09 11:35:30 fs 1.2.64.2: manual RESYNC step 1: copy version from MWS herein 2007/04/11 15:52:00 fs 1.2.64.1: file fmshell.hxx was added on branch cws_src680_dba23a on 2007-05-09 11:35:30 +0000

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5945da4fd35c53368d7142c57d2468c95ee7d39e]

        INTEGRATION: CWS dba23a (1.9.66); FILE MERGED 2007/03/12 11:32:07 fs 1.9.66.1: #i71488# XFormLayerAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [3d1e99ba1a0a2aec4b31d64ed0f89fdccd566fda]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/12 12:22:47 fs 1.1.2.2: #i71488# removed IllegalArgumentException from getFormController 2007/03/12 11:31:46 fs 1.1.2.1: #i71488# accessing the form layer in a view

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [25f819278bb7d46c4469926ea0b9dda3d42cc526]

        INTEGRATION: CWS dba23a (1.3.194); FILE MERGED 2007/03/01 12:01:12 fs 1.3.194.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ddaba2e9918db0910a6d90e995e2d6e126c182a2]

        INTEGRATION: CWS dba23a (1.4.62); FILE MERGED 2007/03/01 12:01:12 fs 1.4.62.1: #i74061# support for read-only object inspector

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1cd4a231fd1ca35f42c6693413736574d8a754b8]

        INTEGRATION: CWS dba23a (1.10.270); FILE MERGED 2007/03/12 11:33:37 fs 1.10.270.1: #i71488# +FormOperations

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0895d4c26ee9be2cf593c7bf855560db72d4bd46]

        INTEGRATION: CWS dba23a (1.16.58); FILE MERGED 2007/03/14 14:44:52 fs 1.16.58.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [24c1fd54e718951370b2aecf6835521fdfada1d8]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/15 08:19:18 fs 1.1.2.2: #i75198# rename *FastPropertyValue to *DynamicFastPropertyValue, to make clear that they work on the dynamic properties only 2007/03/14 14:44:51 fs 1.1.2.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8ca735ccec84ab086b0b6b45045070f9e116889f]

        INTEGRATION: CWS dba23a (1.7.170); FILE MERGED 2007/03/14 14:44:51 fs 1.7.170.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:13 fs 1.7.170.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d9692941bcd1254890c33cd558353cf5c4fb1e3d]

        INTEGRATION: CWS dba23a (1.14.18); FILE MERGED 2007/03/20 08:16:16 fs 1.14.18.3: RESYNC: (1.14-1.16); FILE MERGED 2007/03/14 14:44:51 fs 1.14.18.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:13 fs 1.14.18.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [696c1c141cfc730a3812f0d5626d561739fc28d2]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/21 07:21:08 fs 1.1.2.4: #i10000# 2007/03/15 08:21:59 fs 1.1.2.3: #i75198# setPropertyValues: account for different semantics of XMultiPropertySet::setPropertyValues and XPropertyAccess::setPropertyValues 2007/03/14 15:01:10 fs 1.1.2.2: #i75169# removeProperty: check whether the property is exsiting, but not removeable 2007/03/14 14:44:51 fs 1.1.2.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [adb688fc3a9a8cf2a0933d6f0a7982e72c10dc7e]

        INTEGRATION: CWS dba23a (1.12.86); FILE MERGED 2007/03/14 14:44:50 fs 1.12.86.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fc67f520e325c504239e2479237c5f31d4515e03]

        INTEGRATION: CWS dba23a (1.7.86); FILE MERGED 2007/03/14 14:44:50 fs 1.7.86.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:11 fs 1.7.86.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4a966ecc895d35c92289e463a7885b06c40da719]

        INTEGRATION: CWS dba23a (1.41.50); FILE MERGED 2007/03/14 14:44:50 fs 1.41.50.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:08 fs 1.41.50.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d24217108cdbee4c3f49f5cb9322e5153308b6df]

        INTEGRATION: CWS dba23a (1.55.34); FILE MERGED 2007/03/20 14:36:51 fs 1.55.34.5: #i10000# 2007/03/20 08:14:34 fs 1.55.34.4: RESYNC: (1.55-1.56); FILE MERGED 2007/03/15 08:20:09 fs 1.55.34.3: #i75198# rename PropertyBagHelper::*FastPropertyValue to *DynamicFastPropertyValue, to make clear that they work on the dynamic properties only 2007/03/14 14:44:50 fs 1.55.34.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:08 fs 1.55.34.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [7c033808b29a13dcb23f0787e3730fa9534bf89b]

        INTEGRATION: CWS dba23a (1.32.20); FILE MERGED 2007/03/21 07:25:47 fs 1.32.20.2: #i10000# 2007/03/14 14:44:50 fs 1.32.20.1: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8fe5e499042eb1810143b4a6ab3fdc06855dbb78]

        INTEGRATION: CWS dba23a (1.80.2); FILE MERGED 2007/03/20 08:14:03 fs 1.80.2.4: RESYNC: (1.80-1.82); FILE MERGED 2007/03/15 08:20:09 fs 1.80.2.3: #i75198# rename PropertyBagHelper::*FastPropertyValue to *DynamicFastPropertyValue, to make clear that they work on the dynamic properties only 2007/03/14 14:44:49 fs 1.80.2.2: #i74087# outsourced the PropertyBag handling into an own class, which is now used by both OControlModel and ODatabaseForm 2007/03/14 12:33:06 fs 1.80.2.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [41dedf411c11aa51048d2a7430bb1fb580e43ded]

        INTEGRATION: CWS dba23a (1.3.170); FILE MERGED 2007/03/22 19:42:13 fs 1.3.170.1: #i10000#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4405d2c496add5206d8139a7628e85ca358f1167]

        INTEGRATION: CWS dba23a (1.4.170); FILE MERGED 2007/03/22 19:42:13 fs 1.4.170.2: #i10000# 2007/03/14 12:33:04 fs 1.4.170.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a0e3b48ecd44262b85d4ab877c231b58a219919f]

        INTEGRATION: CWS dba23a (1.63.70); FILE MERGED 2007/03/12 12:12:48 fs 1.63.70.2: #i71488# removed IllegalArgumentException from getFormController 2007/03/12 11:39:43 fs 1.63.70.1: #i71488# support XFormLayerAccess, superseding XControlAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [d8cbd8b4ba9bbc2aa51677339fed87f6e74291be]

        INTEGRATION: CWS dba23a (1.14.268); FILE MERGED 2007/03/12 12:12:42 fs 1.14.268.2: #i71488# removed IllegalArgumentException from getFormController 2007/03/12 11:39:28 fs 1.14.268.1: #i71488# support XFormLayerAccess, superseding XControlAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8d5bf2341464e33f44c0f2d7a92a05a5bba16d2a]

        INTEGRATION: CWS dba23a (1.15.38); FILE MERGED 2007/04/02 06:49:58 fs 1.15.38.2: OPropertySetHelper::getTypes made const (suggested by SB after review) 2007/03/01 11:13:25 fs 1.15.38.1: copying changes from CWS repcontrol herein (repcontrol has a pretty unknown due date)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c10de813f4dd812eec6a5741e0ede1c2be4c6a7b]

        INTEGRATION: CWS dba23a (1.15.86); FILE MERGED 2007/04/02 06:49:58 fs 1.15.86.3: OPropertySetHelper::getTypes made const (suggested by SB after review) 2007/03/01 19:36:27 fs 1.15.86.2: missing ; 2007/03/01 11:13:25 fs 1.15.86.1: copying changes from CWS repcontrol herein (repcontrol has a pretty unknown due date)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bb37c40c07f06b61c52d9214af48707476f33f4c]

        INTEGRATION: CWS dba23a (1.26.38); FILE MERGED 2007/04/02 07:02:52 fs 1.26.38.1: #i10000#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [17362329c13cdef783418cd477c94b0f323880c1]

        INTEGRATION: CWS dba23a (1.15.48); FILE MERGED 2007/04/02 07:13:37 fs 1.15.48.2: OPropertySetHelper::getTypes made const (suggested by SB after review) 2007/03/02 21:17:31 fs 1.15.48.1: export OPropertySetHelper::getTypes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [06c9b7db8e19c6847f5b14bbfd12f1a8fa75a6a5]

        INTEGRATION: CWS dba23a (1.12.54); FILE MERGED 2007/04/02 06:49:17 fs 1.12.54.2: OPropertySetHelper::getTypes made const (suggested by SB after review) 2007/03/01 11:13:25 fs 1.12.54.1: copying changes from CWS repcontrol herein (repcontrol has a pretty unknown due date)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4421c12d092c9dd0c1b9169c4d78b405e0fa8345]

        INTEGRATION: CWS dba23a (1.21.56); FILE MERGED 2007/05/09 11:21:56 fs 1.21.56.2: RESYNC: (1.21-1.22); FILE MERGED 2007/03/12 13:20:47 fs 1.21.56.1: #i71488# (approved by andre.w.fischer@sun.com) implement css.view.XFormLayerAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ff32540a85b102e8b6ec34d863200dbb521b3ec7]

        INTEGRATION: CWS dba23a (1.39.2); FILE MERGED 2007/03/20 07:50:22 fs 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED 2007/02/22 11:20:06 fs 1.39.2.1: #i73256#

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [cb5bc4372b48229417409b5a4be4297ed3cd9484]

        INTEGRATION: CWS dba23a (1.13.56); FILE MERGED 2007/05/09 11:21:13 fs 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2007/03/12 13:20:47 fs 1.13.56.1: #i71488# (approved by andre.w.fischer@sun.com) implement css.view.XFormLayerAccess

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ee93663d8ef525f60fa3316e31524d342b1740c2]

        INTEGRATION: CWS dba23a (1.33.56); FILE MERGED 2007/03/22 20:34:20 fs 1.33.56.3: #i10000# 2007/03/22 20:31:16 fs 1.33.56.2: #i74087# 2007/03/14 14:23:02 fs 1.33.56.1: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [e18ae68046c563493a0789a8382e7f5d633f02ac]

        INTEGRATION: CWS dba23a (1.19.74); FILE MERGED 2007/03/07 13:27:21 fs 1.19.74.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [968021821ca572726a0bf977dc20130182bc7ba2]

        INTEGRATION: CWS dba23a (1.33.74); FILE MERGED 2007/03/07 13:27:21 fs 1.33.74.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [1a06b1fa610e0896c02865db1434b1fdebd375d4]

        INTEGRATION: CWS dba23a (1.16.122); FILE MERGED 2007/03/07 13:27:21 fs 1.16.122.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [af99949af81758c3f9efe686fe1b6efeb53f2882]

        INTEGRATION: CWS dba23a (1.43.90); FILE MERGED 2007/03/21 14:43:10 fs 1.43.90.3: #i74186# form:id attribute is an inner, not an outer attribute 2007/03/14 14:23:01 fs 1.43.90.2: copying property-bag related changes from CWS hb02 to CWS dba23a - in preparation of some bug fixes 2007/03/07 13:27:21 fs 1.43.90.1: #i74186# export control ids for grid columns, too (they're required by the schema, though not needed)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [43489550c5fa5ccb9268dc1036ae1fac02ac49e1]

        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>  [42fa2e75a845bd7f384df0d6771e6d1860a73702]

        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>  [058fbee1a4bdc7e62a3abb1e9879eff92eabd290]

        INTEGRATION: CWS dba23a (1.3.38); FILE MERGED 2007/03/07 13:57:20 fs 1.3.38.1: #i69541# resource strings for Calc driver

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [fe276d92c1854c79e68d1d6dc077d038a9a2b134]

        INTEGRATION: CWS dba23a (1.14.74); FILE MERGED 2007/03/22 10:46:01 fs 1.14.74.2: #i74800# proper implementation of the IsSearchable property 2007/02/23 10:44:44 oj 1.14.74.1: #i74800# add new property to parse column needed by queryfilter dlg in dbaccess introduced by b6248060

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [19762b83cd73dffc981241a2050ce52d07d23bd5]

        INTEGRATION: CWS dba23a (1.2.38); FILE MERGED 2007/03/07 13:57:34 fs 1.2.38.1: #i69541# resource strings for Calc driver

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f9e1dd43a5d6d19a140b382489688edd87843447]

        INTEGRATION: CWS dba23a (1.1.2); FILE ADDED 2007/03/07 13:57:41 fs 1.1.2.1: #i69541# resource strings for Calc driver

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [92cd83db83a0a2348250362d45406fecc0f51fdd]

        INTEGRATION: CWS dba23a (1.16.122); FILE MERGED 2007/02/23 10:44:44 oj 1.16.122.1: #i74800# add new property to parse column needed by queryfilter dlg in dbaccess introduced by b6248060

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [547c8eeac506575cd1b662bc8fa40cd6cd0ef56f]

        INTEGRATION: CWS dba23a (1.4.234); FILE MERGED 2007/02/23 10:44:43 oj 1.4.234.1: #i74800# add new property to parse column needed by queryfilter dlg in dbaccess introduced by b6248060

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bbc9188d40be5ffb183dee9269271a73f8fb535c]

        INTEGRATION: CWS dba23a (1.10.74); FILE MERGED 2007/03/14 12:15:22 fs 1.10.74.1: #i75261# alterColumnType: don't append the column name, this will be done by ::dbtools::createStandardColumnPart (and two names are invalid HSQL syntax)

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4cd812bd37361f16117fb23738fc7b9352898dfb]

        INTEGRATION: CWS dba23a (1.14.38); FILE MERGED 2007/03/07 13:57:00 fs 1.14.38.1: #i69541# proper error propagation when the file cannot be loaded

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [17050f57d8f89e3cf678a898dfe80ffac064fbaa]

        INTEGRATION: CWS dba23a (1.4.74); FILE MERGED 2007/02/23 10:44:43 oj 1.4.74.1: #i74800# add new property to parse column needed by queryfilter dlg in dbaccess introduced by b6248060

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8268e06b7b54aed4741dcc116869bc78e3f14cf4]

        INTEGRATION: CWS dba23a (1.14.122); FILE MERGED 2007/03/22 10:45:19 fs 1.14.122.1: #i74800# +m_bIsSearchable

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [83307b6d01b38de9c7f54aadc21445015cdf57b6]

        INTEGRATION: CWS impress120_SRC680 (1.154.172); FILE MERGED 2007/04/16 13:29:11 sj 1.154.172.1: #i75817# support XBitmap

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c01bdcd871c7572c9fc92e3abec0e52302c574ab]

        INTEGRATION: CWS impress120_SRC680 (1.59.70.1.38); FILE MERGED 2007/04/16 13:29:10 sj 1.59.70.1.38.1: #i75817# support XBitmap

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [c38ca473edf8f7ecc42b3861a2a5db19acf365f8]

        INTEGRATION: CWS macosxpbuildrepair (1.35.38); FILE MERGED 2007/04/15 21:20:56 ericb 1.35.38.1: #i76159# remove useless _SC_GETPW_R_SIZE_MAX define

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [96cdfa532e72094b552e2b869b6876ee920b733b]

        INTEGRATION: CWS impress120_SRC680 (1.15.216); FILE MERGED 2007/04/16 08:23:50 af 1.15.216.1: #i76018# Constructor of SvxColorDockingWindow takes doc shell from view shell.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [f24409db7b741db1efac504a48803e76a6e049e6]

        INTEGRATION: CWS macosxpbuildrepair (1.24.18); FILE MERGED 2007/04/15 21:22:20 ericb 1.24.18.1: #i76159# fix undefined _SC_GETPW_R_SIZE_MAX security issue on Mac OS X Panther

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [5b603d4293b1c4bbcb8e0a273b888bc03f5e9942]

        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>  [a79a54b255481f31db2c530278c2deee97625769]

        INTEGRATION: CWS ww8export01_SRC680 (1.49.266); FILE MERGED 2007/04/24 10:25:17 od 1.49.266.2: #i76464# method <SwWW8Writer::OutGrf(..)> 	 - check, if graphic isn't force to be treated as inline during 	   export, before exporting attributes for anchor type at-character 	   and at-page. Otherwise an additonal paragraph will be exported 	   of an as-character exported graphic inside another frame. 2007/04/19 17:59:26 od 1.49.266.1: #i43447# method <SwWW8WrGrf::Insert(..)> 	 - use layout size of graphic provided by <sw::Frame> instance 	   instead of probably incorrect initialized global data in 	   <SwWW8Writer> instance or the original size of the graphic.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [b527d98cf5aebaec2fa8996bd7c8a00097bb9208]

        INTEGRATION: CWS ww8export01_SRC680 (1.68.276.1.2); FILE MERGED 2007/04/19 17:45:13 od 1.68.276.1.2.1: #i43447# class <SwWW8Writer> 	 - remove member <nFlyWidth> and <nFlyHeight>

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [bbe7fbcf3b08f9e0ded06e8c3bd19d9ca190a875]

        INTEGRATION: CWS macosxpbuildrepair (1.2.14); FILE MERGED 2007/04/03 19:35:33 tra 1.2.14.1: #75972#fix Panther incompatibility

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [65b1b8d0e7dee4e6c646ec5af53f0c132f1264d9]

        INTEGRATION: CWS ww8export01_SRC680 (1.80.280); FILE MERGED 2007/04/19 17:45:14 od 1.80.280.1: #i43447# class <SwWW8Writer> 	 - remove member <nFlyWidth> and <nFlyHeight>

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [89c6338100f50546fd1ef13530720120aa7a1cb2]

        INTEGRATION: CWS ww8export01_SRC680 (1.90.20.1.50); FILE MERGED 2007/04/24 16:51:42 od 1.90.20.1.50.2: #i75457# method <OutWW8_SwTxtNode(..)> 	 - export an existing page break after attribute from the paragraph style 2007/04/19 17:47:37 od 1.90.20.1.50.1: #i43447# method <SwWW8Writer::OutWW8FlyFrm(..)> 	 - remove usage of members <nFlyWidth> and <nFlyHeight>

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [6ee2930542a992694babaeefad206b8a427c7bd4]

        INTEGRATION: CWS c07v012_SRC680 (1.24.266); FILE MERGED 2007/04/11 07:29:03 od 1.24.266.1: #b6521322# class <SwSection> 	   - break links of inner sections, if outer section is already linked

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [ebdad642960d9c5dc3e05a856555255ae0a091c6]

        INTEGRATION: CWS c03v8_SRC680 (1.97.136.1.46); FILE MERGED 2007/04/18 08:36:16 hbrinkm 1.97.136.1.46.1: #b6469725# use field result to initialize field content of SwDBField

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [8a6240f251ebd7bd29a2bd446c48b3545674d594]

        INTEGRATION: CWS ww8export01_SRC680 (1.17.310); FILE MERGED 2007/04/19 17:51:04 od 1.17.310.1: #i43447# class <sw::Frame> 	 - introduction of new member <maLayoutSize> inklusive accessor and 	   initialization in constructor.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [4046164ee2853ebcd512243ef4f834c3b8ca3ba5]

        INTEGRATION: CWS c07v012_SRC680 (1.10.752); FILE MERGED 2007/04/11 07:25:50 od 1.10.752.1: #b6521322# class <SwSection> - new method <BreakLink()>

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [0840ec256a72165715bbc465fc3eb67f6a082588]

        INTEGRATION: CWS ww8export01_SRC680 (1.22.266); FILE MERGED 2007/04/19 17:51:04 od 1.22.266.1: #i43447# class <sw::Frame> 	 - introduction of new member <maLayoutSize> inklusive accessor and 	   initialization in constructor.

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [722d215512062f45ca868132d4dd9ec1374dad4c]

        INTEGRATION: CWS dba221b_SRC680 (1.9.198); FILE MERGED 2007/04/25 07:54:01 fs 1.9.198.1: #i76434# copied the fix for #i73722# herein, to fix it for 2.2.1 instead of 2.3

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [941405144d3dcd89b789ac76f536661766e93a12]

        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>  [59085036acfd58ed2df591e786b99117430d28fa]

        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>  [e9b576c625383c78d676292d4c2d1ef0e871672a]

        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>  [76e1dc4b09fe54b3f4893adf10e4da7b7a4a3093]

        INTEGRATION: CWS impress120_SRC680 (1.98.20.1.14); FILE MERGED 2007/04/16 12:17:44 sj 1.98.20.1.14.1: #i76400# fixed problem when removing master pages via api

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [29531befe7c3d3376f5074f81d61ac3a6c872829]

        INTEGRATION: CWS macosxpbuildrepair (1.26.50); FILE MERGED 2007/04/02 20:31:55 tra 1.26.50.1: #i75990#make gcc3.3 happy again

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a18c96c4d3b82df894a7c7163f0e49093942d03e]

        INTEGRATION: CWS impress120_SRC680 (1.37.16.3.14); FILE MERGED 2007/04/19 11:47:37 cl 1.37.16.3.14.1: #i72702# added patch by ayaniger for rtl previews

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [33fdafe1bf23cd59c318c40b936090b64e254cf0]

        INTEGRATION: CWS macosxpbuildrepair (1.2.70); FILE MERGED 2007/04/18 14:36:14 tra 1.2.70.4: #74325#fixing typo 2007/04/17 19:51:29 tra 1.2.70.3: #74325#reverting previous changes, they are not more reliable then the alternatively proposed patch but include more changes 2007/04/16 08:48:01 ericb 1.2.70.2: #i74325# previous change didn't work. New try to correctly filter symbols before linking 2007/03/31 13:50:49 tra 1.2.70.1: #74325# using symbolic output of nm to extract rtti symbols

2007-05-10  Kurt Zenker  <kz@openoffice.org>  [a60250396e16d07fcd723e583b782f01c6aa44e3]

        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-10  Kurt Zenker  <kz@openoffice.org>  [3597160bdb8864e464043215a6f73052d6eb10c7]

        INTEGRATION: CWS custompropsfix_SRC680 (1.14.132); FILE MERGED 2007/05/03 10:12:57 mba 1.14.132.1: #i76704#: make method to add custom properties available for other modules

2007-05-09  Fridrich Štrba  <fridrich_strba@openoffice.org>  [0a65558e08ba595596ef899e439fc1a1fbca8d7d]

        parse ListValue resources correctly again. Thanks, Henning, for the hints

2007-05-09  Vladimir Glazounov  <vg@openoffice.org>  [fbca801bdae85eb5e40fd649b4ec0eb252d80ab3]

        new version for OOF680

2007-05-09  Oliver Specht  <os@openoffice.org>  [cf75fe5a0c1d2fbe26ebbaeb80fdf337d9fd2244]

        additional properties added

2007-05-09  Oliver Specht  <os@openoffice.org>  [ed8592ab774b5f0237af161818e2aeb23c7bb65b]

        some defaults added

2007-05-09  Oliver Specht  <os@openoffice.org>  [99a1817f3cb87f0d52fecc44758ee03529b392d1]

        +TableColumnSeparators

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d78e3e40e4655e2c52fcb1a510709fd552adf5ee]

        INTEGRATION: CWS bunoexttm (1.48.14); FILE MERGED 2007/02/13 13:43:57 kr 1.48.14.2: RESYNC: (1.48-1.55); FILE MERGED 2007/01/30 09:40:38 kr 1.48.14.1: fixed: naming of unsafe/affine purpose bridges

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [631b65a70eda7060ef28f23b0aa051c8bddfd364]

        INTEGRATION: CWS bunoexttm (1.219.14); FILE MERGED 2007/04/10 10:50:45 thb 1.219.14.5: RESYNC: (1.222-1.227); FILE MERGED 2007/02/14 17:11:21 kr 1.219.14.4: changed: renamed windows purpenvhelper similar to cppuhelper 2007/02/13 13:43:09 kr 1.219.14.3: RESYNC: (1.219-1.222); FILE MERGED 2007/01/30 09:40:38 kr 1.219.14.2: fixed: naming of unsafe/affine purpose bridges 2007/01/29 16:57:31 kr 1.219.14.1: joined: utf2 - purpenvhelper, affine_uno_uno, unsafe_uno_uno

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ab4b6acfe937cf62dd76c22878f6ee283ce3dab0]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 17:01:48 kr 1.1.2.2: simplified: moved class to impl., renamed header 2007/02/28 13:18:51 kr 1.1.2.1: fixed: added map files for purpenvhelper

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [18dbca5ed57bfd8f561b88751f2638cbafb39419]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 17:01:48 kr 1.1.2.2: simplified: moved class to impl., renamed header 2007/02/28 13:18:50 kr 1.1.2.1: fixed: added map files for purpenvhelper

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [74786b269b557760d4f841b8a08baaec1beee822]

        INTEGRATION: CWS bunoexttm (1.8.48); FILE MERGED 2007/02/28 17:01:48 kr 1.8.48.6: simplified: moved class to impl., renamed header 2007/02/28 13:18:50 kr 1.8.48.5: fixed: added map files for purpenvhelper 2007/02/07 11:15:18 kr 1.8.48.4: fixed: missing dependency 2007/02/02 15:33:38 kr 1.8.48.3: fixed: UNIXVERSIONAMES 2007/01/30 08:42:22 kr 1.8.48.2: fixed: version numbers for purpenvhelper only 2007/01/26 09:51:55 kr 1.8.48.1: joined from utf2

2007-05-09  Oliver Specht  <os@openoffice.org>  [7c6a9eaacbedd517bfe543ad1b5bf3ea0f6cbcd1]

        ..LeftIndentHandler replaced by MeasureHandler

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [bbc5171c0ca4b000e0ab2acdf8d31a8079f2e610]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/01/30 08:42:23 kr 1.1.2.3.2.3: fixed: version numbers for purpenvhelper only 2007/01/30 08:00:08 kr 1.1.2.3.2.2: fixed: version number 2007/01/26 09:51:30 kr 1.1.2.3.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f17b8c9f251be346cb20c5f35f06a8e74ea8451f]

        INTEGRATION: CWS bunoexttm (1.12.112); FILE MERGED 2007/03/08 13:11:40 thb 1.12.112.4: #i10000# ...and made it work again for linux 2007/03/08 12:16:49 thb 1.12.112.3: #i10000# Fixed build breakages with DBG_UTIL build and OSX 2007/02/28 10:27:26 kr 1.12.112.2: fixed: new symbols section 2007/01/26 09:50:40 kr 1.12.112.1: joined from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [6fe68109b9c422517ac508c4257c6450a1fda3f2]

        INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED 2007/01/26 09:49:02 kr 1.1.2.4.2.1: fixed: license

2007-05-09  Oliver Specht  <os@openoffice.org>  [341da5ec172df9ef0830135d198ba4f41390d05b]

        handler of sprm TDefTable

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [65fd653c71733628bb697119d05ba1244fc225fa]

        INTEGRATION: CWS bunoexttm (1.1.2.5.2); FILE ADDED 2007/01/26 09:48:21 kr 1.1.2.5.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d1da3a2e2350a39f17327fe8775e8ef0d7588666]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 17:03:42 kr 1.1.2.1: simplified: moved class to impl., renamed header

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [341ba2090fd687a951736e852f746625a3490189]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 17:03:41 kr 1.1.2.1: simplified: moved class to impl., renamed header

2007-05-09  Oliver Specht  <os@openoffice.org>  [e24fccf9f533e18f8990157d4f43a9e973d1b5b8]

        hander of measures, value + measurement type

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a486f8f83bc6145c4f683a80758dc2521cd04a58]

        INTEGRATION: CWS bunoexttm (1.1.2.9.2); FILE ADDED 2007/02/09 12:07:44 kr 1.1.2.9.2.1: fixed: license, warnings, add usage

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [7d64edbdb2cc28bab9eaa8cfc83fa38cfa3ee26e]

        INTEGRATION: CWS bunoexttm (1.1.2.6.2); FILE ADDED 2007/01/26 09:41:34 kr 1.1.2.6.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [51001d6ffe4da902b52c1cbf0b5b06a8a539c9ed]

        INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED 2007/01/26 09:41:18 kr 1.1.2.4.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [50f19e5c9bd34091375596a04c2b7369e7aa251f]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/26 09:37:27 kr 1.1.2.1.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [1296fbd3b0298ee5e0a73287405f68b504a780b5]

        INTEGRATION: CWS bunoexttm (1.1.2.6.2); FILE ADDED 2007/02/08 13:34:02 kr 1.1.2.6.2.3: fixed: test section title 2007/02/08 10:59:56 kr 1.1.2.6.2.2: fixed: linkage 2007/01/26 09:15:14 kr 1.1.2.6.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [aa868b68aee97c59106c080f87fb2beeeb9a4114]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/01/26 09:14:45 kr 1.1.2.3.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a45bcfd0cd2d1c93eae88fd2372f3d6c052eed09]

        INTEGRATION: CWS bunoexttm (1.1.2.7.2); FILE ADDED 2007/02/08 15:58:12 kr 1.1.2.7.2.2: extended: add usage 2007/01/26 09:14:24 kr 1.1.2.7.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [3320103db49124cb0ad9df2d071cb69a3617da4e]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/26 09:14:00 kr 1.1.2.1.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a001164025e85035c96019b68cd59925a35b3080]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/26 09:11:33 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0b7d1c637ab6dd0d83ab124e16b575dc6338f4d3]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/08 10:59:10 kr 1.1.2.2.2.2: fixed: pass copy of string 2007/01/25 17:05:48 kr 1.1.2.2.2.1: fixed: license, a bug, warnings

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c03b3d591e88e05427f13dd23261f5abee230916]

        INTEGRATION: CWS bunoexttm (1.1.2.5.2); FILE ADDED 2007/01/25 16:58:39 kr 1.1.2.5.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [6aafe2e5b9bd222edb33bd2adc2e1e458780314b]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/01/25 16:58:08 kr 1.1.2.3.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [178d49eff2ab78a459c94a51bd36189dbc2be549]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/01/25 16:57:50 kr 1.1.2.3.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [03ba23168cd8e7b6bdc1cc632d38344e01565117]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/08 10:18:23 kr 1.1.2.1.2.2: fixed: linkage 2007/01/25 16:52:45 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [69158b4a84f71e03c8aa8752f77734baa068bd5b]

        INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED 2007/02/08 10:18:23 kr 1.1.2.4.2.2: fixed: linkage 2007/01/25 16:51:36 kr 1.1.2.4.2.1: fixed: license, warnings

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b9c31601fb0c17f4ca949ad9103145e2a9b16db3]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/08 10:18:22 kr 1.1.2.2.2.2: fixed: linkage 2007/01/25 16:50:33 kr 1.1.2.2.2.1: fixed: license, warnings

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ce91ee9e9b7176d2d10310af356fd5dc2387e494]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:42:32 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [671d8fa1563dfea8c6263d586bbc214b0ee5e432]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/09 08:36:26 kr 1.1.2.1.2.2: extended: add standard env. test 2007/01/25 16:42:13 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [453605e4221e45b17e06911280589e6ec8153db0]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:08:00 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2ff01fd49e7300c1a83dc33ef7074d6db3d7d6ae]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/02/08 10:16:53 kr 1.1.2.3.2.2: fixed: linkage 2007/01/25 16:06:52 kr 1.1.2.3.2.1: fixed: license, warnings, a leak; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [20565194085693fab44b8f7e5ce51a491741674b]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:04:07 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [13bb4fc7b29eb929577d9af5c12dd7fd436ee2e0]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 16:02:59 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [51d02bb50e758c94fd9d5910a5e0bfc9c787dd5c]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:02:37 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c4c54ec2f57052eae5e5fcbf0a9f7d544ad4a552]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/08 10:16:21 kr 1.1.2.1.2.2: fixed: linkage 2007/01/25 16:02:23 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Oliver Specht  <os@openoffice.org>  [3a1f57835230bfd9b10f795148747b95dfda9d2a]

        sample document

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [dc87b032a13910719240e5e42b998af578d00831]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:02:06 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [60f6167433a0fb49bc03620498d93e9b87270cc1]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 16:00:42 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [9e72757f9cb7b67d80178202ae03cb4255a7c801]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 16:00:23 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [05d96e68ba7e9cb8f34a38da21be9427f35ce481]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 16:00:04 kr 1.1.2.2.2.1: fixed: license,warnings

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f34157e5f1187d6c2d318d295fd9395282911475]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 15:55:22 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [592db5eeff0798f7153b2b67c7885ae113ebe4a7]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/08 10:15:29 kr 1.1.2.1.2.2: fixed: linkage 2007/01/25 15:55:01 kr 1.1.2.1.2.1: fixed: license, a leak; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [488c5cec3f3f79b0b1fd8b5d77c258a4e2698835]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 14:56:15 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d779ddb70945f6d23be4f97e6c342ae7ba6e619b]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/08 10:15:04 kr 1.1.2.1.2.2: fixed: linkage 2007/01/25 14:55:57 kr 1.1.2.1.2.1: fixed: license; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2012d95db4304d8fecc762a107358d0c79bbd72c]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 14:53:13 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [dd9c3240e50b4ee67994537b0c7291dd67fb6161]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/28 16:54:12 kr 1.1.2.1.2.2: adapted: to simplified purpenvhelper 2007/01/25 14:52:45 kr 1.1.2.1.2.1: fixed: license; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [cba03d8c950b35ffc2b1484e5d8c0bd833cb41ec]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 14:51:41 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [8bee025a3442729620cafd49679ead9f877de80d]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/03/01 16:06:04 kr 1.1.2.1.2.4: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/02/08 12:10:23 kr 1.1.2.1.2.3: fixed: added usage message 2007/02/08 10:14:24 kr 1.1.2.1.2.2: fixed: linkage 2007/01/25 14:49:42 kr 1.1.2.1.2.1: fixed: license; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f7b01136a7774fac88f5feb3099a3f558506d1d0]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 14:37:37 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [614c02aa47907857c0da5ba0f43b7351d2e38276]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/25 14:37:09 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [195a9b5e7af2682bd9d31541e786f67d64177330]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/15 09:09:40 kr 1.1.2.1: new: tests for Env. Guards

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [3aed9bc66a38f5e4323e88ac1aeafa359335a0b0]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/03/01 16:06:03 kr 1.1.2.2: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/02/15 09:09:41 kr 1.1.2.1: new: tests for Env. Guards

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4df1ce48325c3793fd37293495da4bce1b931109]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/14 16:59:34 kr 1.1.2.1: tests for EnvDcp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a4658798a3340004d2c7ee55c1d89d41ac18add7]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/14 16:59:58 kr 1.1.2.1: tests for EnvDcp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d7494abea6084ca027802ff4a30152877c2fe087]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/15 09:27:48 kr 1.1.2.1: new: tests for Anti. Env. Guards

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [458dca1ff49af5d39b7fdb83884e48340957a57b]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/03/01 16:06:03 kr 1.1.2.2: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/02/15 09:27:48 kr 1.1.2.1: new: tests for Anti. Env. Guards

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b2db4d5dbac67375113b16a40c1bceaf7a0d7ca0]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 14:20:58 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [34ec3ed1d6c070c7c56d9545fe96965d241852d4]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/09 08:36:26 kr 1.1.2.1.2.2: extended: add standard env. test 2007/01/25 14:18:51 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [59ec15262179c5972495762ea2aa4d6d57b8fc27]

        INTEGRATION: CWS bunoexttm (1.2.20); FILE MERGED 2007/01/25 14:13:08 kr 1.2.20.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [62f7f4031d34b4b31403006dd0df3f4a779489e2]

        INTEGRATION: CWS bunoexttm (1.2.20); FILE MERGED 2007/01/25 14:11:21 kr 1.2.20.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [bd91a40bcc6a661fb530c0be853208785da656e7]

        INTEGRATION: CWS bunoexttm (1.5.12); FILE MERGED 2007/02/13 13:37:32 kr 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2007/01/25 13:33:28 kr 1.5.12.1: joined changes from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [87e9b5e42e0bd9d52eab442fd09cfe5a24d42459]

        INTEGRATION: CWS bunoexttm (1.27.12); FILE MERGED 2007/01/25 13:33:03 kr 1.27.12.1: joined changes from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4278ccd2fab6eb2945064676e11c1822b39ea185]

        INTEGRATION: CWS bunoexttm (1.35.28); FILE MERGED 2007/02/09 08:38:04 kr 1.35.28.3: fixed: defenv_revokeInterface needs to be called in correct env. 2007/02/08 10:13:57 kr 1.35.28.2: fixed: linkage 2007/01/25 13:32:27 kr 1.35.28.1: joined changes from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [71d9a2a7ff5069746d1c92212ec947e844f6254a]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:31:36 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c1935e71212bc6a7dc7185f7532b585d2cd863dd]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:31:21 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a9b70af194a7244f6401ea1e511c2ebf9739b8fb]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:30:53 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [e99a1293ef926ada58e6909698f130fbd256a749]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/08 10:13:36 kr 1.1.2.2.2.2: fixed: linkage 2007/01/25 13:30:15 kr 1.1.2.2.2.1: fixed: license, warning; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [510e90905ec9ebb3e63316ddd5e79193a57cb901]

        INTEGRATION: CWS bunoexttm (1.1.2.8.2); FILE ADDED 2007/03/01 16:06:03 kr 1.1.2.8.2.3: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/02/08 10:13:11 kr 1.1.2.8.2.2: fixed: linkage 2007/01/25 13:29:42 kr 1.1.2.8.2.1: fixed: license; adapted: EnvDcp nsp

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c45a7da06ee6779de68fb1bf58279da0dabd1de9]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:28:52 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f56797c42c2ca0c29143db23acb5f6b27405b70b]

        INTEGRATION: CWS bunoexttm (1.14.28); FILE MERGED 2007/03/08 12:16:48 thb 1.14.28.5: #i10000# Fixed build breakages with DBG_UTIL build and OSX 2007/03/01 09:18:31 kr 1.14.28.4: simplified: rely on IdentityMapping 2007/03/01 09:14:33 kr 1.14.28.3: simplified: use uno::Mapping and uno::Environment instead of C types 2007/03/01 09:01:36 kr 1.14.28.2: simplified: removed unreachable code 2007/03/01 08:56:38 kr 1.14.28.1: fixed: removed all hard casts, manage obj lifecycle vie env. only

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [1bdde728ed7697dc84a3932e6c08a9212669b3f6]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/28 17:00:00 kr 1.1.2.1.2.2: simplified: moved class to impl., renamed header 2007/01/25 13:24:59 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [197d5021b01a16e984767d390977de3fe9c74c16]

        INTEGRATION: CWS bunoexttm (1.1.2.9.2); FILE ADDED 2007/02/08 10:12:44 kr 1.1.2.9.2.2: fixed: linkage 2007/01/25 13:24:28 kr 1.1.2.9.2.1: fixed: license, warning, and a bug

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2839f941403b7c163ddd08ec515ac886cd305667]

        INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED 2007/02/28 17:03:01 kr 1.1.2.4.2.3: cleaned: removed unnecessary DLLPRIVATE 2007/02/08 10:12:08 kr 1.1.2.4.2.2: fixed: linkage 2007/01/25 13:21:01 kr 1.1.2.4.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [58c7aa736b1a0d65d641ca260ca373e847d44d91]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 16:59:59 kr 1.1.2.1: simplified: moved class to impl., renamed header

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0489b690aa262bfe923ebc4f0394d5edd468c5f9]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/14 17:09:45 kr 1.1.2.2.2.2: changed: renamed windows purpenvhelper similar to cppuhelper 2007/02/02 15:32:57 kr 1.1.2.2.2.1: fixed: windows name

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2ad3012685d7b41f7cee57a45a543b2be7ecc520]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/08 09:28:53 kr 1.1.2.2.2.2: fixed: linkage of helper func 2007/01/25 13:19:46 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [57417685d2b78f83bea36b8a434ec333fccd3fa3]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:15:23 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [24858ba01bd083e6c59117cf43ca0c6721de43ac]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/28 16:54:11 kr 1.1.2.1.2.2: adapted: to simplified purpenvhelper 2007/01/25 13:15:13 kr 1.1.2.1.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [879ab63b2b8f886a4fd1c3cc4ba482ba1d114307]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/25 13:13:28 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [9f8925de577a200980bea813da96f01d0de673bf]

        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>  [85c2477a9479b08e49e651a8f6bede5b8b51613c]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/28 16:54:10 kr 1.1.2.1.2.2: adapted: to simplified purpenvhelper 2007/01/25 13:13:01 kr 1.1.2.1.2.1: fixed: license, warning

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0fa2a40db86456fcee2a6ca2883a4f57c3c0f046]

        INTEGRATION: CWS bunoexttm (1.18.22); FILE MERGED 2007/02/28 16:54:13 kr 1.18.22.3: adapted: to simplified purpenvhelper 2007/02/14 17:10:34 kr 1.18.22.2: changed: renamed windows purpenvhelper similar to cppuhelper; fixed: don't deliver .pdb files 2007/01/25 13:09:56 kr 1.18.22.1: partly joined from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b08b9eb36bb1a169dee361aadf2e81215d0d45be]

        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>  [e6a888df8b0632bf6783a0b5c84476bc8126af30]

        INTEGRATION: CWS bunoexttm (1.12.20); FILE MERGED 2007/02/01 11:35:30 kr 1.12.20.2: fixed: adding missing dependency 2007/01/25 13:08:20 kr 1.12.20.1: joined from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a4c37baa5c29d4b877da5f80fb90fcc2d58d964d]

        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>  [1d1ab223e6d9561aeb701424805f27ca70010cf2]

        INTEGRATION: CWS bunoexttm (1.10.20); FILE MERGED 2007/01/25 12:26:48 kr 1.10.20.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ac5d3393290575f13fb33446c8a3a01e4e5ed7a0]

        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>  [25e2b9a9aef0ea8eaf8392bb9df9e0267d503dfc]

        INTEGRATION: CWS bunoexttm (1.7.20); FILE MERGED 2007/03/01 16:06:02 kr 1.7.20.2: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/01/25 12:26:47 kr 1.7.20.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c5dc1f763777ec6f97a1a61c8e596099173c38da]

        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>  [7e479cded32d2827c5c4cbefd3151c096ce990a4]

        INTEGRATION: CWS bunoexttm (1.10.72); FILE MERGED 2007/03/01 16:06:02 kr 1.10.72.3: aligned: now uno_getCurrentEnvironment takes a rtl_uString 2007/02/12 10:18:15 kr 1.10.72.2: fixed: add missing call.conv. 2007/01/25 12:26:47 kr 1.10.72.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [21c46ac0d3b72d14f832477ac3cf400808586748]

        INTEGRATION: CWS bunoexttm (1.9.62); FILE MERGED 2007/03/01 08:55:36 kr 1.9.62.2: rolled back: change would only needed for impl.envs 2007/01/25 12:26:47 kr 1.9.62.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [62dc9f90155272cb9628bf2135936539adf50e08]

        INTEGRATION: CWS bunoexttm (1.6.88); FILE MERGED 2007/01/25 12:26:47 kr 1.6.88.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [588fa11a8e16481f961de985ed1bed58306cbb68]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/14 15:57:45 kr 1.1.2.2.2.2: improved: added some documentation 2007/01/25 12:26:47 kr 1.1.2.2.2.1: EnvDcp.h

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [06b214a34c717b0bab457a3f7679b2d16b8f55ef]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/02/14 15:57:45 kr 1.1.2.3.2.2: improved: added some documentation 2007/02/08 09:27:49 kr 1.1.2.3.2.1: fixed: linkage

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [9666516e05d67c7b73f5d68333d79536c993365b]

        INTEGRATION: CWS bunoexttm (1.1.2.4.2); FILE ADDED 2007/02/28 13:18:49 kr 1.1.2.4.2.3: fixed: added map files for purpenvhelper 2007/02/14 15:57:08 kr 1.1.2.4.2.2: improved: added some documentation 2007/01/25 13:04:07 kr 1.1.2.4.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [aa605f8eafe415ad6563c7c28191c798313c78c8]

        INTEGRATION: CWS aw048 (1.15.148); FILE MERGED 2007/04/13 16:47:48 aw 1.15.148.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ba3d0a4190ac172408a177eb69822fb915f0fe87]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/28 16:52:45 kr 1.1.2.1: simplified: moved class to impl., renamed header

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [545a11b2e9efd938beb6741abf530e6621417d56]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/14 15:57:08 kr 1.1.2.2.2.2: improved: added some documentation 2007/01/25 12:59:58 kr 1.1.2.2.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0d036daf41b2342fd8b38c942878f46d712561ce]

        INTEGRATION: CWS aw048 (1.20.186); FILE MERGED 2007/03/27 11:18:47 aw 1.20.186.1: #i73628# moved to aw048

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4d0bab49d799984107c9a968183d1d869cc7a553]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/14 15:57:07 kr 1.1.2.1.2.2: improved: added some documentation 2007/01/25 12:59:04 kr 1.1.2.1.2.1: fixed: license; adapted: renamed getCurrentEnvironment

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f88db4757dcee444026ef8ff1f452b9517a1cb19]

        INTEGRATION: CWS aw048 (1.11.188); FILE MERGED 2007/04/24 10:19:41 aw 1.11.188.2: #i76617# did too much in converting from XPolyPolyogn to B2DPolyPolygon, one step back to PolyPolygon 2007/04/18 13:49:55 aw 1.11.188.1: #i76339# als removed some more XPolyPolygon usages

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ceeebe6e3c5dc41e65e2e564226f97787143ebdd]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/14 15:57:07 kr 1.1.2.2.2.2: improved: added some documentation 2007/01/25 12:57:33 kr 1.1.2.2.2.1: fixed: license; adapted: renamed getCurrentEnvironment

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [03835164614bedf63bb06598284d57ccd7466206]

        INTEGRATION: CWS aw048 (1.37.54); FILE MERGED 2007/04/17 16:09:33 aw 1.37.54.2: RESYNC: (1.37-1.39); FILE MERGED 2007/04/13 16:47:47 aw 1.37.54.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [e2fb5c32f66057d8373d7a3a6ee99e70f5ea9fe9]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/02/14 15:57:07 kr 1.1.2.3.2.3: improved: added some documentation 2007/01/31 11:49:29 kr 1.1.2.3.2.2: fixed: added missing explicit; removed: void; added: method is 2007/01/25 12:55:25 kr 1.1.2.3.2.1: fixed: license; adapted: renamed getCurrentEnvironment

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [e5085769324719fde32184414ff7a872cd6c76f3]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/02/14 15:57:07 kr 1.1.2.1.2.2: improved: added some documentation 2007/01/25 12:47:07 kr 1.1.2.1.2.1: copied from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [3321189f2caef1aef9e097f5ad5201f3b8f55cba]

        INTEGRATION: CWS aw048 (1.31.60); FILE MERGED 2007/05/04 11:16:18 aw 1.31.60.2: #i76950# Added missing shear and rotate applying code to SdrCircObj::ImpCalcXPolyCirc 2007/04/16 13:38:08 aw 1.31.60.1: #i74628# cleanup of usage of ImpCircUser and XPolygons

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ed22a34f57e569cad97130f39b7e37aa7be591b9]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/28 16:51:30 kr 1.1.2.2.2.4: fixed: missing c'tor,d'tor, assign op 2007/02/14 15:57:07 kr 1.1.2.2.2.3: improved: added some documentation 2007/02/08 09:26:07 kr 1.1.2.2.2.2: fixed: linkage of helper funcs 2007/01/25 12:52:41 kr 1.1.2.2.2.1: fixed license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [8f78d213b6a1cd5370a17d0be2349a088ef7a104]

        INTEGRATION: CWS aw048 (1.55.146); FILE MERGED 2007/04/16 16:10:39 aw 1.55.146.1: #i72757# always call AdjustMarkHdl() in SdrObjEditView::SdrEnDtEXTeDIT2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a1212ea57e5b8cfa8c7c8305d6027a5090780820]

        INTEGRATION: CWS aw048 (1.27.54); FILE MERGED 2007/04/13 16:47:46 aw 1.27.54.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [fc9ece6244efb4f6ed22e622e03fa91bca15041b]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2006/12/19 12:05:24 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c7012e4a358d17e5e79ba61a84ad553d96526e1a]

        INTEGRATION: CWS aw048 (1.23.54); FILE MERGED 2007/04/16 16:38:07 aw 1.23.54.1: #i68562# force solid circle creation to non-solid on demand

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [118d0f2a80f1d15eec494156c7413f9e66101ab9]

        INTEGRATION: CWS aw048 (1.5.12); FILE MERGED 2007/04/13 08:39:43 aw 1.5.12.1: #i75163# Calculate pixel invalidation range using GetViewTransformation and floor/ceil rounding to get the covered pixel region. LogicToPixel does not do that.

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [740b0ecbd5901613f7263abe42d67a78381308fb]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/12 10:19:50 kr 1.1.2.2: adapted: need to put Environment::invoke into no_warn 2006/12/19 12:05:24 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [09b1d2cf0e90bf43202a84892a709ba4e1a5be51]

        INTEGRATION: CWS aw048 (1.41.188); FILE MERGED 2007/04/13 16:47:45 aw 1.41.188.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0c7f0636d433bed508332a537550505ced3cb7a4]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2006/12/19 12:05:23 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [1835f94e0af58989271d7f2bc34e37234a577490]

        INTEGRATION: CWS aw048 (1.69.52); FILE MERGED 2007/04/18 14:02:02 aw 1.69.52.2: #i76339# 2007/04/13 16:47:44 aw 1.69.52.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b1f96c0a7b9c59c6c9fffd494e7e84930a0cb845]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/15 10:19:42 kr 1.1.2.2: updated: got latest patch from bridges/source/cli_uno 2006/12/19 12:05:23 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4074d69561be5437910361716f63bd3ccb669668]

        INTEGRATION: CWS aw048 (1.28.186); FILE MERGED 2007/03/27 10:42:30 aw 1.28.186.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d at E3DScene

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [7b9d203177cf4ccc50cf664066cf7bc721f56864]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2006/12/19 12:05:22 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [7c5ce58137c2e1ed03b696710a63b3d6c8dd6ad8]

        INTEGRATION: CWS aw048 (1.14.186); FILE MERGED 2007/03/27 10:42:29 aw 1.14.186.1: #i71618# enchanced PolygonOffset support: New default value and set/getPolygonOffset() methods for 3d at E3DScene

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [22f7117d120088d7e572613dbbd9db96ee5a0cb0]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2007/02/12 10:19:50 kr 1.1.2.2: adapted: need to put Environment::invoke into no_warn 2006/12/19 12:05:22 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [365a45d8b8e8bae0bde853f437867385088eb24a]

        INTEGRATION: CWS aw048 (1.41.12); FILE MERGED 2007/04/13 16:47:44 aw 1.41.12.1: #i74631# adapted XPolygon to use Polygon methods where B2DPolygon conversions are needed. Changes for explicit Polygon and XPolygon constructors, some XPolygon usages removed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2cd7b530a52240874899181a88af30cfbc581b96]

        INTEGRATION: CWS aw048 (1.24.170); FILE MERGED 2007/04/17 16:01:14 aw 1.24.170.2: RESYNC: (1.24-1.25); FILE MERGED 2007/04/11 12:08:28 aw 1.24.170.1: #i76201# corrected PolyPolygon creation in EnhancedCustomShape2d::CreateSubPath concerning the closed state of the involved polygons

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [7038aaec3b7218c72aea948a49b350b97fc7a103]

        INTEGRATION: CWS bunoexttm (1.1.2); FILE ADDED 2006/12/19 12:05:21 kr 1.1.2.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [8d8e84c0a89503db6c102f3bf926f3d1bc5ba5c0]

        INTEGRATION: CWS aw048 (1.2.20); FILE MERGED 2007/04/18 10:54:44 aw 1.2.20.1: adaption to moved headers

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [888c472b2273d5b5a57af5d52ed83387fa72bae6]

        INTEGRATION: CWS bunoexttm (1.9.14); FILE MERGED 2007/02/12 10:19:49 kr 1.9.14.1: adapted: need to put Environment::invoke into no_warn

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [46d8a0dc6cb0ea0370ddc9f6711a5e3ca5e94481]

        INTEGRATION: CWS aw048 (1.2.20); FILE MERGED 2007/04/18 13:50:39 aw 1.2.20.1: #i76339#

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2fc0df0b505a2cd7500417225a2c0ce3b3a4545f]

        INTEGRATION: CWS bunoexttm (1.7.38); FILE MERGED 2006/12/19 12:05:21 kr 1.7.38.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [face484fc3eaf461685f15ea8993097711514328]

        INTEGRATION: CWS aw048 (1.2.20); FILE MERGED 2007/04/18 10:54:43 aw 1.2.20.1: adaption to moved headers

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [926cfcf8b5cca8d9a520377695b5f8cbe5417287]

        INTEGRATION: CWS bunoexttm (1.10.6); FILE MERGED 2006/12/19 12:05:20 kr 1.10.6.1: added: moved cli_uno bridge from bridges to here

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4ee4dfb7ca7ca9e71ba5f4480c1f627777c5b611]

        INTEGRATION: CWS aw048 (1.2.20); FILE MERGED 2007/04/18 10:54:42 aw 1.2.20.1: adaption to moved headers

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [41d99d5d1e6f368949d6c14e9829a92ce05717d4]

        INTEGRATION: CWS bunoexttm (1.6.24); FILE MERGED 2006/12/19 12:06:33 kr 1.6.24.1: fixed: #i72372# added missing dependency

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [1d0c5d32e7766b6f1034ef92cda0d9bf089296c9]

        INTEGRATION: CWS bunoexttm (1.1.30); FILE MERGED 2007/02/16 17:21:00 kr 1.1.30.1: fixed: moved dependency from odk module to ure module

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [20512ea056ba1270c51e4a96c48ccb1ac33f8b65]

        INTEGRATION: CWS bunoexttm (1.1.2.3.2); FILE ADDED 2007/01/31 10:59:56 kr 1.1.2.3.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ca16ebea4779b62311d31fc4f7538e8d3469c0b0]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/01/31 10:59:46 kr 1.1.2.1.2.1: fixed: license, include guard

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ebf6c90bb7db49a7aca9e12e74a5df68f8360f1e]

        INTEGRATION: CWS bunoexttm (1.1.2.5.2); FILE ADDED 2007/01/31 11:00:37 kr 1.1.2.5.2.1: fixed: license, warnings; adapted: to EnvDcp; simplified:

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [6c8719444437e2639fbf1a4228aa8dd41111db6b]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/31 11:15:18 kr 1.1.2.2.2.2: fixed: TestComponent name for windows; renamed: removed .bin 2007/01/31 10:51:38 kr 1.1.2.2.2.1: fixed: license:

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [cbb48099e7b0588dd9ef319d78b006a8a8d1d0c8]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/01/31 11:14:39 kr 1.1.2.2.2.2: fixed: undefined SAL_DLLPREFIX 2007/01/31 10:51:17 kr 1.1.2.2.2.1: fixed: license, warnings; simplified:

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [4869c159b2f322ca843146410a6a248fbe0f7f3b]

        INTEGRATION: CWS os95 (1.3.276); FILE MERGED 2007/03/16 08:41:26 os 1.3.276.1: #145711# optinal property 'Content' added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [cc9115f5a7f2df861f838678e26f30ec850fbf29]

        INTEGRATION: CWS vgbugs06 (1.136.8); FILE MERGED 2007/03/19 11:47:37 vg 1.136.8.1: #i74784# build tool for distributed builds

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c6b984004489ee1efa820ce5366088b3efd87ea2]

        INTEGRATION: CWS bunoexttm (1.1.2.2.2); FILE ADDED 2007/02/19 10:13:45 kr 1.1.2.2.2.3: adapted: to renamed purpenvhelper on windows 2007/01/31 11:14:15 kr 1.1.2.2.2.2: fixed: purpenvhelper name for windows; renamed: removed .bin 2007/01/31 10:45:01 kr 1.1.2.2.2.1: fixed: license, linklib name; renamed: <name>.bin

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [07a35d364b9b72948511d98efd9cbc29bb8c3809]

        INTEGRATION: CWS bunoexttm (1.1.2.6.2); FILE ADDED 2007/02/02 15:36:20 kr 1.1.2.6.2.3: fixed: now builds on OOo 2007/01/31 11:13:29 kr 1.1.2.6.2.2: fixed: undefined SAL_DLLPREFIX 2007/01/31 10:44:15 kr 1.1.2.6.2.1: fixed: license, some bugs; adapted: changed EnvDcp; added: more error handling

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [1c5de2724f7eb6f33990bcbcc0136b872ba094d2]

        INTEGRATION: CWS vgbugs06 (1.19.70); FILE MERGED 2007/03/19 11:47:37 vg 1.19.70.1: #i74784# build tool for distributed builds

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [6a684f5d06d54f52b876a94fe13722306efa399f]

        INTEGRATION: CWS vgbugs06 (1.209.8); FILE MERGED 2007/05/04 14:49:24 vg 1.209.8.1: #i76771# makedepend with new include path, no -D_SOLAR__PRIVATE anymore

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f2bdf345a96a54790c8a9bbb32a505c29afb13dc]

        INTEGRATION: CWS swvalgrind_SRC680 (1.43.36.6.12); FILE MERGED 2007/04/24 06:59:12 fme 1.43.36.6.12.1: #i76133# pHintEnd may be deleted in BuildPortions

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2b8c305ec6d85760bf79056ba2f79b75baf03bd9]

        INTEGRATION: CWS bunoexttm (1.1.2.1.2); FILE ADDED 2007/03/05 11:56:20 kr 1.1.2.1.2.2: adapted: to changed purpenvhelper 2007/01/31 10:42:36 kr 1.1.2.1.2.1: fixed: license

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [fc7b677043318ca400080681762e8ea12aa295f7]

        INTEGRATION: CWS bunoexttm (1.13.28); FILE MERGED 2007/01/30 15:46:24 kr 1.13.28.1: adapted: joined from UTF2 - add purposed env. support

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [5b81ed7f29ff5ddccd39277f11cdf548f32ff781]

        INTEGRATION: CWS printhelpfix_SRC680 (1.121.92); FILE MERGED 2007/04/04 06:57:49 pb 1.121.92.1: fix: #134037# If a print job runs do not open a new page

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [bf8b46e6cbfa27f68984fe16bb7776cc6068899f]

        INTEGRATION: CWS bunoexttm (1.26.4); FILE MERGED 2007/02/08 11:06:54 kr 1.26.4.3: fixed: linkage 2007/01/30 15:48:27 kr 1.26.4.2: adapted: joined from UTF2 - add purposed env. support 2006/12/19 12:02:19 kr 1.26.4.1: fixed: backed out hotfix

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [3849e44d92bba1e22af51af4c18bd937246afe8d]

        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>  [ccc50f8a036670b6220332ff95bca8da85c2dd55]

        INTEGRATION: CWS vgbugs06 (1.1.2); FILE ADDED 2007/05/04 14:56:58 vg 1.1.2.10: #i74784# elaborated server pick 2007/04/26 14:40:24 vg 1.1.2.9: #i74784# default for server and client - choose the port automatically 2007/04/25 12:25:12 vg 1.1.2.8: #i74784# add handle same server as two parameters 2007/04/23 09:48:31 vg 1.1.2.7: #i74784# returned setenvstring fuctionality 2007/04/20 15:24:14 vg 1.1.2.6: #i74784# ensure temp files in temp dir 2007/04/20 09:51:46 vg 1.1.2.5: #i74784# set job env via %ENV hash 2007/03/21 14:31:24 vg 1.1.2.4: #i74784# more elaborated cleanup, more generic setsolar 2007/03/19 11:46:26 vg 1.1.2.3: #i74784# 2007/03/07 12:56:13 vg 1.1.2.2: #i74784# 2007/02/22 17:13:13 vg 1.1.2.1: #i74784# clienr for build tool

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [74ea3aa803941faaef17ca3902c245eb603b5556]

        INTEGRATION: CWS bunoexttm (1.43.42); FILE MERGED 2007/04/10 10:46:51 thb 1.43.42.3: RESYNC: (1.44-1.45); FILE MERGED 2007/02/13 12:28:19 kr 1.43.42.2: RESYNC: (1.43-1.44); FILE MERGED 2007/01/30 15:47:16 kr 1.43.42.1: adapted: joined from UTF2 - make cppuhelper comprehensive

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [0e79cdb21296f8ce920a86658fa0fab6cfc95258]

        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>  [0fe5ddcd21add79ef4062b091628040c0e9f33c0]

        INTEGRATION: CWS hro15_SRC680 (1.3.162); FILE MERGED 2007/05/04 09:24:11 hro 1.3.162.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2adb53884509ddaab44d8b5b21326885296cd38f]

        INTEGRATION: CWS vgbugs06 (1.154.30); FILE MERGED 2007/04/27 10:39:55 vg 1.154.30.10: #i74784# no ReuseAddr on win32 2007/04/26 14:40:24 vg 1.154.30.9: #i74784# default for server and client - choose the port automatically 2007/04/23 09:49:03 vg 1.154.30.8: #i74784# more OS restrictions 2007/04/20 15:29:56 vg 1.154.30.7: #i74784# no warning for existing log file 2007/04/20 15:24:14 vg 1.154.30.6: #i74784# ensure temp files in temp dir 2007/04/20 09:50:42 vg 1.154.30.5: #i74784# ReuseAddr parameter for server socket 2007/03/23 16:50:24 vg 1.154.30.4: #i74784# fix from Ause and small fixes for correct process number 2007/03/19 11:46:26 vg 1.154.30.3: #i74784# 2007/03/07 12:56:12 vg 1.154.30.2: #i74784# 2007/02/22 17:11:58 vg 1.154.30.1: #i74784#

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b6a391b5e320b1a84aabee51289c55bcead0d921]

        INTEGRATION: CWS bunoexttm (1.10.28); FILE MERGED 2007/01/30 15:45:29 kr 1.10.28.1: adapted: joined from UTF2 - add purposed env. support

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [33bfff7c84706a3db0649c08737dd243a815dc63]

        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>  [32d9787a84da3a0ef692b0770fcd1b819f24e8fc]

        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>  [50c1037e695b446e31c64ab2308c225e2096a0b3]

        INTEGRATION: CWS bunoexttm (1.10.28); FILE MERGED 2007/01/30 14:19:25 kr 1.10.28.1: adapted: joined from UTF2 - add purposed env. support

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ca2330d5bc0a3dac515013f2744f07dc15a74556]

        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>  [fc84d2203be8df8bca6f8f215e63b88172281fbe]

        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>  [551aaefaed413dbc820d7aecf9e0d747b29d2336]

        INTEGRATION: CWS bunoexttm (1.29.28); FILE MERGED 2007/02/08 11:05:53 kr 1.29.28.2: fixed: linkage 2007/01/30 14:18:31 kr 1.29.28.1: adapted: add purposed env. support

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [21b9c46c2493cefb1a64ed1badee447bb6755810]

        INTEGRATION: CWS plthes_SRC680 (1.2.12); FILE MERGED 2007/05/06 14:44:30 rene 1.2.12.1: #i73618# add license-fixed pl thesaurus

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [870263bd78168f38cba7c857e95fe0ed88b8cd39]

        INTEGRATION: CWS bunoexttm (1.10.4); FILE MERGED 2007/01/30 14:16:39 kr 1.10.4.1: joined UTF2 -  COMPONENT_GETENVEXT

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [923c05d43abdb01742a941e763de4d231db3088c]

        INTEGRATION: CWS dba221a_SRC680 (1.39.42); FILE MERGED 2007/04/04 13:15:56 oj 1.39.42.1: #i75723# replace name now even when a container name was changed

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d384fe3c39769fbd929b67c865e6e634dbad3d0d]

        INTEGRATION: CWS bunoexttm (1.5.26); FILE MERGED 2007/01/26 09:54:07 kr 1.5.26.1: joined from utf2

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f716e5b6b27f74cc236e705170fe2dcbcb8c205f]

        INTEGRATION: CWS dba221a_SRC680 (1.14.86); FILE MERGED 2007/04/05 07:02:19 oj 1.14.86.1: #i74119# check if sequence is empty

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [54c7fda6c63bc14a7028b51a97a3e74e94356552]

        INTEGRATION: CWS os95 (1.194.30); FILE MERGED 2007/03/16 08:34:50 os 1.194.30.1: #145711# property 'Contennt' added to DDE field master

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [a553ea09971b7dc32a117b1b581adc3c5ee6c7dd]

        INTEGRATION: CWS hro15_SRC680 (1.5.146); FILE MERGED 2007/05/04 09:24:10 hro 1.5.146.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ef34681c5eb09beed167d01a5f2e2960700a2bc4]

        INTEGRATION: CWS dba221a_SRC680 (1.10.96); FILE MERGED 2007/04/04 13:14:37 oj 1.10.96.1: #i75723# overload rename

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2cfdf48c7d198272e0520fd99e258bbad7209c41]

        INTEGRATION: CWS os95 (1.14.254); FILE MERGED 2007/03/16 09:17:11 os 1.14.254.2: #145711# ::SetExpansion removed 2007/03/16 08:34:36 os 1.14.254.1: #145711# property 'Contennt' added to DDE field master

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [2b16d6b638bc94f8dd290275c9d9b46bc7f3d216]

        INTEGRATION: CWS dba221a_SRC680 (1.22.46); FILE MERGED 2007/04/04 13:14:37 oj 1.22.46.1: #i75723# overload rename

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [feee3b91d3fef5681a1526eda4d86ad3e36633b7]

        INTEGRATION: CWS hro15_SRC680 (1.27.4); FILE MERGED 2007/05/04 09:24:45 hro 1.27.4.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [00dd439d06f63355a4c7f554e81bf49aa4dab657]

        INTEGRATION: CWS hro15_SRC680 (1.29.4); FILE MERGED 2007/05/04 09:24:44 hro 1.29.4.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [60408dfe04a5a2d8868593049ac935725416023b]

        INTEGRATION: CWS custompropsfix_SRC680 (1.175.212); FILE MERGED 2007/05/03 10:16:49 mba 1.175.212.1: #i76704#: use DocInfo of SwDoc as this is the one we have to use on import

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c95a7d890b63eb8a3f9c60deea1e5a50c5ccc1e2]

        INTEGRATION: CWS hro15_SRC680 (1.25.174); FILE MERGED 2007/05/04 09:24:44 hro 1.25.174.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ddc7a5bc9879ae1dc78974b33c61c5a44ec61f5c]

        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>  [7cca3dec21e8377546ce11c72cb0bf721382751e]

        INTEGRATION: CWS dba221a_SRC680 (1.4.4.2.4); FILE MERGED 2007/04/17 08:24:42 fs 1.4.4.2.4.2: #i10000# 2007/04/17 06:39:26 fs 1.4.4.2.4.1: #i76066# re-do the lost fix for issue #i65448#

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d13e20721f534ac54e655a33454f15ceb8730470]

        INTEGRATION: CWS hro15_SRC680 (1.21.174); FILE MERGED 2007/05/04 09:24:44 hro 1.21.174.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [b4f9d1a35d0b6115d82d14ac885caf080285aeaf]

        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>  [6956422c13076f35119bce41330e1111fe6bd59a]

        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>  [be94df97efec81414145d4c51686b8480e0ee4d5]

        INTEGRATION: CWS hro15_SRC680 (1.32.172); FILE MERGED 2007/05/04 09:24:44 hro 1.32.172.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [c27a71a254ffa224810a11570c82961300df98e3]

        INTEGRATION: CWS olenoserver_SRC680 (1.24.104); FILE MERGED 2007/05/07 16:09:43 mav 1.24.104.1: #i76410# let workaround work for iconified objects

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [8bc4307f2841d2de67cd07ba2286e24b89272a86]

        INTEGRATION: CWS dba221a_SRC680 (1.20.12.1.4); FILE MERGED 2007/04/17 06:37:03 fs 1.20.12.1.4.1: copying the fix for #i74732# into this CWS, since the issue has been targeted for 2.2.1 meanwhile

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [f96fde28a59499aec1599a2454cc6415e6720c3c]

        INTEGRATION: CWS hro15_SRC680 (1.15.172); FILE MERGED 2007/05/04 09:24:44 hro 1.15.172.1: #i59251 Enable Unicode support in wrapper executables used for Windows shell integration. Patch flag added

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d7b2fea92240b38305750e9cd6c830265cd484cc]

        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>  [edd3bc5b01cf58f1851bca942276eea313f0f8ac]

        INTEGRATION: CWS os95 (1.61.16); FILE MERGED 2007/03/29 07:47:51 os 1.61.16.2: #146800# init of property name added 2007/03/16 08:37:27 os 1.61.16.1: #145711# load Content string of DDE field masters

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [e871c7ce659d85250697b8d81f5a32b054673fd0]

        INTEGRATION: CWS hro15_SRC680 (1.32.134); FILE MERGED 2007/04/26 11:58:51 hro 1.32.134.1: #i59521 Always use complete command line and ignore osl_setCommandArgs to provide UTF-16 support

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [ded1e790539040803e7442d04b12585fd59bf965]

        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>  [59ceaaee0aed776eca6dea52b0ff7fed39297d09]

        INTEGRATION: CWS dbdocs (1.1.2); FILE ADDED 2007/04/23 19:51:54 rene 1.1.2.1: rename tarball to -custom

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d3c35b966c31434fc308e22c3a3eb021873108ae]

        INTEGRATION: CWS os95 (1.32.16); FILE MERGED 2007/03/16 08:38:11 os 1.32.16.1: #145711# load Content string of DDE field masters

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [5441320c846d195cf94c50ccd9ea72ab9a8fc618]

        INTEGRATION: CWS hro15_SRC680 (1.18.244); FILE MERGED 2007/05/04 09:21:18 hro 1.18.244.1: #i59251 Depricate osl_setCommandArgs

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [12f1e77a18dbb1b8ddd3f147a91285711582e84c]

        INTEGRATION: CWS bunoexttm (1.25.48); FILE MERGED 2007/04/10 10:43:39 thb 1.25.48.2: RESYNC: (1.25-1.26); FILE MERGED 2006/12/19 12:01:07 kr 1.25.48.1: update: moved cli_uno into cli_ure

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [3ea391c8b2f415a1caf444d1c8eb95db4d5c3409]

        INTEGRATION: CWS aw048 (1.7.26); FILE MERGED 2007/04/18 12:34:32 aw 1.7.26.1: #i76339#

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [257597e376454a532a63971c50baf9bbf23c978a]

        INTEGRATION: CWS bunoexttm (1.37.18); FILE MERGED 2007/04/10 10:43:46 thb 1.37.18.2: RESYNC: (1.37-1.38); FILE MERGED 2006/12/19 12:01:06 kr 1.37.18.1: update: moved cli_uno into cli_ure

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [d8b439682158bd0198777949c467efb9fbd5fea0]

        INTEGRATION: CWS dbdocs (1.1.2); FILE ADDED 2007/05/06 16:41:45 rene 1.1.2.1: add README

2007-05-09  Kurt Zenker  <kz@openoffice.org>  [366235e6d88da5a4bede3cbb6bdc2256adcfe1a4]

        INTEGRATION: CWS dbdocs (1.33.4); FILE MERGED 2007/04/23 19:51:54 rene 1.33.4.1: rename tarball to -custom

2007-05-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [51616d243ee5c327e50e10689a02ad2bd77d4b64]

        create stream by relation id

2007-05-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [2351b120467424931c9bd7ddbced57057de6dcc0]

        do not repeat paragraph properties when opening character group for text without CHP

2007-05-08  Oliver Specht  <os@openoffice.org>  [4f31c9de6ccc32ac735bb6a463f3fdc8b7bb7bcf]

        table with preferred width

2007-05-07  Henning Brinkmann  <hbrinkm@openoffice.org>  [a2b7ce765d42dba34fbc15aec505f18e157a5d68]

        new endOfCellAction/endOfRowAction. made private: endRow, endCell

2007-05-07  Oliver Specht  <os@openoffice.org>  [c234141af7315b16e3949d624453778d0a4c502d]

        set defaults of HeaderRowCount and IsSplitAllowed

2007-05-07  Oliver Specht  <os@openoffice.org>  [5a0203e2ad4848d34fb3ddf9ce20447d121f3722]

        table row height

2007-05-07  Oliver Specht  <os@openoffice.org>  [e5afee6bcac2b93e0a3cde903fb6fd18eff0e49d]

        duplicate settings of page dimensions removed

2007-05-07  Oliver Specht  <os@openoffice.org>  [7dd9166b75df0a73088df5190c030e62f049aa81]

        don't access SectionContext in style sheet import

2007-05-07  Oliver Specht  <os@openoffice.org>  [e8ba7116e72239b97ae7faef402e67495b618c40]

        HeaderRowCount

2007-05-07  Oliver Specht  <os@openoffice.org>  [585c5c89e3d686b199466ec310de08d47c93becf]

        LeftIndent, HeaderRowCount

2007-05-07  Oliver Specht  <os@openoffice.org>  [b8cee3b1ba4d86736c82308bfafe531f6381f232]

        check iterators before call of erase()

2007-05-07  Oliver Specht  <os@openoffice.org>  [4a259fb9b4793486c9e46056c413e3657e28838f]

        +IsStyleSheetImport

2007-05-07  Oliver Specht  <os@openoffice.org>  [dd3ddc5e7f4930c46e1739e941a5e173438e47b1]

        HeaderRowCount added

2007-05-07  Oliver Specht  <os@openoffice.org>  [5925ec9e29c4a5db3a7bd5019d13496732ca7056]

        +TableLeftIndentHandler

2007-05-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [58b9faa69a5dc62c1366a2e0ee3c7cde1066a021]

        parse page size and margins correctly

2007-05-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [208975bbb72b9739a96c277295888ed1182f48bd]

        remove an OSL_ENSURE because absence of value is valid in classes derived Sprm

2007-05-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1a7b81940d1256b55191e7029309a6c3eae9e03e]

        rewriting the startSectionGroup and endSectionGroup to use the new OOXMLParserState class (thanks Henning); initializing the page properties with default values; some fixes and checking for null pointers

2007-05-03  Rüdiger Timm  <rt@openoffice.org>  [183f96b55c7254ff68668af1218ddcd91b6aea54]

        #i76821#, #i76897# New CVS version requires switch '-B' when moving tags. Note: required client revision >= 1.11.2

2007-05-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [92e35848da100eac440d8ff2237a87b8d6b39f98]

        Generate table events in OOXML

2007-05-03  Rüdiger Timm  <rt@openoffice.org>  [cba07b4ecad43d111dc8989ce5accde8bab07ce4]

        #i76821# Adapt output parsing to new CEE version.

2007-05-03  Fridrich Štrba  <fridrich_strba@openoffice.org>  [e5793d78d0beae0d470134626a7ce56ec337d3fc]

        using namespace ::writerfilter

2007-05-03  Oliver Specht  <os@openoffice.org>  [d6ff104938a3440cab5e5cd1f475151895ffc54b]

        _PageSz.orient: now bool, separately initialized

2007-05-03  Oliver Specht  <os@openoffice.org>  [e15b7ba76e30b2574486039c784c480e0ef7dc60]

        table attributes

2007-05-03  Oliver Specht  <os@openoffice.org>  [8c612cc14639f8c600b7ed1d0302a43a08de436c]

        handler of table cell color

2007-05-03  Oliver Specht  <os@openoffice.org>  [897f4ede2160d57de5eda76f512bb7bdad297818]

        new: CellColorHandler

2007-05-02  Fridrich Štrba  <fridrich_strba@openoffice.org>  [e7aadb548bc2b6eb41dcd937fedbd85540d7ff6a]

        Improved conversion of section properties in multisection documents, fix bug with ST_OnOff conversion, conversion of text columns

2007-04-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [f8b3d64f1e8884aadc1fc361d657c450e36d20a7]

        parsing section properties in multisection documents

2007-04-30  Rüdiger Timm  <rt@openoffice.org>  [3d7a6fe9bc6a39a6d2a3cb3451c13f6bc0446e8c]

        #i76766# Lost change of CWS sixtyfour11.

2007-04-27  Fridrich Štrba  <fridrich_strba@openoffice.org>  [c8e0afcab056dc9e9030ece521e172e82cec2ee8]

        section properties converted in a single section document correctly. next week we go for multiple section ones

2007-04-27  Andre Fischer  <af@openoffice.org>  [619350a3dfaefa4b45fb2caa47441fff3b2872f3]

        Initial revision

2007-04-27  Fridrich Štrba  <fridrich_strba@openoffice.org>  [f1c1500526a804e602a74543d0b9f91f93f99ef9]

        more section properties parsing code

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [b3f11ca5728496495512c92969f7b3d776c205d0]

        #i10000# 'using SdrPage::Clone' to avoid warning 'FmFormPage::Clone hides the virtual function SdrPage::Clone(SdrModel*) const'

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [5fdb6280d275714322d00ad853f97d7b74eeed66]

        #i10000# Some more clean up

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [2f3545036f5f5851a01f0dbff9f15d6174030b48]

        #i10000# getVBAGlobals() does not use a parameter any more, so remove it to avoid warning (unused parameter 'pBasic').

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [93f9dba1b8aff45aad8f29e9ca969a2239c2cc80]

        #i76739# Patch by pjanik, approved by pl.

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [ed6c623d000e8d7d7aefe231a791afbd8eba9bcc]

        #i76739# 'ResId()' changed into 'SVX_RES()'. (Patch by pjanic, approved by pl.)

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [18f8aac4398d160779157cca93234b31238f172b]

        #i10000# #i76740# Added license header, removed obsolete sv.mk, corrected 'PRJ' and 'PRJNAME'.

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [23e1bb3d831981f50b4fbf7987a5a34d443a0f51]

        #i10000# Added opening parenthesis for if-else-construct (obviously that got lost during last resync).

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [f840ab4637485e4ae31f183cfd4c49c9c62f56c1]

        #i10000# Bring module 'oovbaapi' to HEAD

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [3f7eb59bda9f46ded1078dbe7c959021c39ec2e3]

        #i10000# Bring module 'oovbaapi' to HEAD.

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [6c9d2dd17ec789ccf1cadd9499ad4556717d3058]

        #i10000# Bring module 'oovbaapi' to HEAD

2007-04-27  Rüdiger Timm  <rt@openoffice.org>  [651da88c0876027a82171ab74c1f8eb3debdbade]

        #i10000# Bring module 'oovbaapi' to HEAD.

2007-04-27  Vladimir Glazounov  <vg@openoffice.org>  [ce0eba9ddd00dcb5cd4b908600c1ea549ff0f595]

        new version for SRC680

2007-04-27  Vladimir Glazounov  <vg@openoffice.org>  [ce6a93d8d4d94872b77e1d96b0a530cb35b03f31]

        new version for SRC680

2007-04-27  Vladimir Glazounov  <vg@openoffice.org>  [4e045788480a3929ab07efe51f0f63f2b7e20b27]

        new version for SRC680

2007-04-27  Vladimir Glazounov  <vg@openoffice.org>  [f5f9eb1f176d8328464d2e375328e1636259de28]

        new version for SRC680

2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [fda892c5f5911dec4aba01195c2971d0eca70840]

        new version for SRC680

2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [10d81edac4e622399fbb3f74863e58a4fe102212]

        new version for SRC680

2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [307034c6ff9a359e7a0039e96ee5880db57d418a]

        new version for SRC680

2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [38bf7e2cab3ec533cb024b73ddf6dac7c5bec0ec]

        new version for SRC680

2007-04-26  Vladimir Glazounov  <vg@openoffice.org>  [9500b2a015d387440a673df62f5e3a241563b5cc]

        new version for SRC680

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5cadcd6a54e10d3e75050698eff9a13f2193f3da]

        #i10000# Fix what went wrong in rev. 1.21 when integrating CWS bserver25 (basctl, sc, b_server, and r_tools are warning free).

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f25df9ba4a61884f2f13a6e7c1d655df18cea0de]

        SRC680

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [146b055a52752fe83bafa22f4a08a97a4a1fb2bd]

        INTEGRATION: CWS ause077 (1.13.18); FILE MERGED 2007/03/09 14:10:55 hjs 1.13.18.1: #i75064# reduce output

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8ce1b7e703befc1b66b8c297d279697752c9b710]

        INTEGRATION: CWS ause077 (1.20.44); FILE MERGED 2007/03/28 09:10:54 hjs 1.20.44.1: #i75811# move setting CC to platform makefile

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [02ef1e917861b06c89c0f12c9842dbaf0c964c11]

        INTEGRATION: CWS ause077 (1.4.8); FILE MERGED 2007/04/17 21:15:06 hjs 1.4.8.2: RESYNC: (1.4-1.8); FILE MERGED 2007/03/28 09:10:53 hjs 1.4.8.1: #i75811# move setting CC to platform makefile

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d779846c1b7cbb1b674e68972287f580a012b701]

        INTEGRATION: CWS ause077 (1.19.8); FILE MERGED 2007/04/17 21:07:25 hjs 1.19.8.2: RESYNC: (1.19-1.22); FILE MERGED 2007/03/30 15:51:55 hjs 1.19.8.1: #i75811# add default for CC

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [467fa413476ddb112134d12ebd64fa301e2a3363]

        INTEGRATION: CWS ause077 (1.106.26); FILE MERGED 2007/04/17 21:13:44 hjs 1.106.26.2: RESYNC: (1.106-1.108); FILE MERGED 2007/03/13 15:51:52 hjs 1.106.26.1: #i74807# fix dependencies and some cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c826abf986745c4dcd2633dadd623c5168f1448a]

        INTEGRATION: CWS ause077 (1.75.26); FILE MERGED 2007/03/09 11:40:54 hjs 1.75.26.1: #i75036# reapply patches just created to get consitent timestamps

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [08d232fd017f89a11fd8a0fd99b25f923fcd1532]

        INTEGRATION: CWS ause077 (1.209.24); FILE MERGED 2007/04/17 21:15:28 hjs 1.209.24.2: RESYNC: (1.209-1.211); FILE MERGED 2007/04/17 14:24:46 hjs 1.209.24.1: #i76448# remove obsolete stuff

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0152f57cffdc1a8eaeb8e0eaa050178ed8ec4652]

        INTEGRATION: CWS ause077 (1.103.26); FILE MERGED 2007/04/17 21:15:13 hjs 1.103.26.2: RESYNC: (1.103-1.105); FILE MERGED 2007/03/13 15:51:52 hjs 1.103.26.1: #i74807# fix dependencies and some cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [16ffbbefe313e9269d8281fe8f663b84e3ba6d7e]

        INTEGRATION: CWS ause077 (1.10.16); FILE MERGED 2007/04/17 18:43:20 hjs 1.10.16.2: RESYNC: (1.10-1.13); FILE MERGED 2007/03/09 14:59:51 hjs 1.10.16.1: #i70267# dependencies and cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f1a4fc76f829086d38187bff3ac846e6390a4831]

        INTEGRATION: CWS ause077 (1.8.18); FILE MERGED 2007/03/09 14:59:50 hjs 1.8.18.1: #i70267# dependencies and cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7f961a21a1bc8e1fa5048177fbb8c68329909261]

        INTEGRATION: CWS mergede03 (1.1.160); FILE MERGED 2007/04/24 15:06:41 ihi 1.1.160.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [755b14d423e0bac8fd17904d11120f09a5f03884]

        INTEGRATION: CWS mergede03 (1.4.326); FILE MERGED 2007/04/24 14:58:18 ihi 1.4.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9e4765375ad18745a400b6c8cff1b2a6ed4db1b9]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:58:18 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [15bf54ac7cd533bae36cd0ce02f5c7493ab7fb9d]

        INTEGRATION: CWS mergede03 (1.4.326); FILE MERGED 2007/04/24 14:58:17 ihi 1.4.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [92b8b40772f672f88a86f8427db64df63ab169fc]

        INTEGRATION: CWS mergede03 (1.4.326); FILE MERGED 2007/04/24 14:58:16 ihi 1.4.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0ba13466ccbbf9205e5762414da22532438a66d5]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:16 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [45b128a391f83d866df2ce64fa99362ce6ba744a]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:15 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [668cca717f76d557d2be0831fed69627f1d69402]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:14 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [68264b0013132d50f534f660e90b719d928eee96]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:14 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2a0eebced8a8ba2722955fe7244c624b52c118d6]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:13 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [15693fc0bbb7dc62ad9b50d2d4180d460faf0ec9]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:13 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1bf131ee1b9bd5bb050bd4feb3c27cd0a09d93e2]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:12 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [35e1e47f04c3c42dea626a568296aef38a12d806]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:12 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [18263c13ac78585a2942287d302a30eb1cd68317]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:11 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [baf992749e662292c77cd59a263b2bf6772e4c28]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:11 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [269e7c64c4edb91f3c0b2714d879e4c9222fbd1d]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:10 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [40b357e7107e229229b7c7800385221f30609364]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:10 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3b8d5a6966588a346daaf2cde2045c74e2e1b968]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:09 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [67d4c50f4fc0ff7f1c5d7c50380855d579cc00ae]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:09 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [caf56613e66f05403ff47c5a926db9918a78e0c2]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:08 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [48f9b6ab2d08a94f9f641e407aea98d0a3ab0fde]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:08 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [693c663fa167e6e621fdc65f68e0df65a0a7e55a]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:07 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e14468a318fd8d5954fb03a0cf227a0a0cf54af1]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:06 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7a6998c7956a0e8dc22a012c0609350be099ebd4]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:06 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fdd258baa7d9591dc808b08157afcf58323e5d00]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:05 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [703f6b3e218c26052c845390bb5f5b5215dc3569]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:05 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [970386dd756ffc797656fdb6e570a145fe55ffa1]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:04 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9ca7f60a94dbb0cc449526e56423f4dc2438047b]

        INTEGRATION: CWS mergede03 (1.4.324); FILE MERGED 2007/04/24 14:58:04 ihi 1.4.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8b924a6bdd739a29ec8a9b3e0ab97ce0c43531bc]

        INTEGRATION: CWS mergede03 (1.3.324); FILE MERGED 2007/04/24 14:58:03 ihi 1.3.324.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bb24e48861959260e19cd8afe94333e7040fa56d]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:58:03 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6c45a2a4e7c69db71bc4f3a53918dda65beaaaca]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:58:02 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [378acb3ddc5c6be024dbdb6b96ec12843e8d121e]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:58:01 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3fd7a32433d93ab0ebb0037ddcf100e4f0ce8c16]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:58:00 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8d493ec6b824c4879cb8cc38858b1f5e1c766f8d]

        INTEGRATION: CWS mergede03 (1.4.326); FILE MERGED 2007/04/24 14:58:00 ihi 1.4.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e777f2e2113ef7f359376fa3169247e0f75537d7]

        INTEGRATION: CWS mergede03 (1.3.326); FILE MERGED 2007/04/24 14:57:59 ihi 1.3.326.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e0f690b02753b7c2c4b0828c3d72f5da95549ff8]

        INTEGRATION: CWS mergede03 (1.2.580); FILE MERGED 2007/04/24 14:57:59 ihi 1.2.580.1: #i76501# remove German

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [95e0726dd9c84f6eac0394191e2d547212f6ae38]

        INTEGRATION: CWS vcl75 (1.38.50); FILE MERGED 2007/03/20 11:49:55 pb 1.38.50.1: fix: #i64785# use svt::SelectableFixedText for values

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [332970c1d65d48930cdc2d63bc8aa90309e21f28]

        INTEGRATION: CWS vcl75 (1.49.296); FILE MERGED 2007/03/20 11:52:21 pb 1.49.296.1: fix: #i64785# use svt::SelectableFixedText (Edit instead of FixedText

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [abc5eec86c294b79e4f0e1ab44db0dcd8a2b7e3c]

        INTEGRATION: CWS vcl75 (1.20.18); FILE MERGED 2007/04/18 13:50:49 pl 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/23 13:22:46 pl 1.20.18.1: #i72605# have checkbox combined with ending line

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3fd3d9c0ea83d257545faa2290c9b1b7f4306b51]

        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>  [a05d365f13319617d93474cc55738aba2cb5bf30]

        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>  [a5bc8707da78a6a0895ae52a3dd20f48ad0c03ab]

        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>  [e40083882415a7f888e93a8e1bef118f559478df]

        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>  [b0d14d4509e4f4c2ac409b9ee63e706854be9fd3]

        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>  [97c2fe16bce3ab8c8bb47ea4441aa27e347d86f8]

        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>  [b78e3536be55dbb9855acb11147205669ed539d2]

        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>  [627755ac6f9159a514ef42369892bb9f8f0ee169]

        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>  [1613d52d73dd163b0a2d488e8e52af8d7b9d4e76]

        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>  [5f883f47e6c251579e83b42eb37db19c3cda3ae0]

        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>  [197079c39e3686d88c23d221829ffc88f661d792]

        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>  [d601e989249c883c6077eb7d7c4f150eac456ff1]

        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>  [9d9ffdc9f98024bdc52951e2c9450f768c2f3bec]

        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>  [0d9fc68de89328fc730ce7303dc6d825b12fe080]

        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>  [e646727bd359182a4db5d606f490393ad3deb70a]

        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>  [6a46f7ff102281fc8b59191badd1d7f9f714484e]

        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>  [1ad633da2f9efef6ceb1b662ce42890daf76a783]

        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>  [c9442c8c5d383fd41ecc3d6c45e69cb892643e9f]

        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>  [3e8fd1257e0a89f9e0e8bd1ea35176555bfab663]

        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>  [98143181b4b3a8b5bb6dd21a20ee7c4e1fc34b28]

        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>  [663ea86280d80b3e38f1611b3c243a99c962a63c]

        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>  [150582f3a73a235851ea45267c3c916783e1e396]

        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>  [f089d151ab0f8320e7cb506c5e24a13dcbe9d436]

        INTEGRATION: CWS vcl75 (1.5.296); FILE MERGED 2007/03/20 11:50:57 pb 1.5.296.1: fix: #i64785# use svt::SelectableFixedText for values

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [68a337431d6d4565b5e555b73f27191253aa52a5]

        INTEGRATION: CWS vcl75 (1.2.18); FILE MERGED 2007/04/18 17:31:42 pl 1.2.18.1: solving analyze alerts due to headabu removal

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [afcd1f5e27af16346791bb417182c8d333317924]

        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>  [c55bb31953c939ae46ff7fd43a5066e44371f179]

        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>  [39155547c053e0c2ff6688404b6f1b5e9fb9ac14]

        INTEGRATION: CWS vcl75 (1.31.16); FILE MERGED 2007/04/18 13:51:20 pl 1.31.16.3: RESYNC: (1.32-1.33); FILE MERGED 2007/03/20 12:26:50 pl 1.31.16.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/23 13:22:46 pl 1.31.16.1: #i72605# have checkbox combined with ending line

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [716eb8f17b4a1df8e9868e04962f10c80b2d2626]

        INTEGRATION: CWS vcl75 (1.16.54); FILE MERGED 2007/04/18 13:51:11 pl 1.16.54.2: RESYNC: (1.16-1.17); FILE MERGED 2007/02/23 13:22:46 pl 1.16.54.1: #i72605# have checkbox combined with ending line

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9ad51d542c31852100644fb637275fbd801eea6f]

        INTEGRATION: CWS residcleanup (1.2.14); FILE MERGED 2007/02/24 09:32:16 pl 1.2.14.1: #i74635# resicleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8108f2113064ef0001b8066e2a6868bf138c6589]

        INTEGRATION: CWS residcleanup (1.127.28); FILE MERGED 2007/02/20 16:35:34 pl 1.127.28.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5f3dc4f67315d4f7934155ab81863a234496a68b]

        INTEGRATION: CWS residcleanup (1.5.156); FILE MERGED 2007/02/20 16:35:33 pl 1.5.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ad4cc082e0a54e319773954d9a6e2bbf5c59d92d]

        INTEGRATION: CWS residcleanup (1.88.28); FILE MERGED 2007/02/20 16:35:33 pl 1.88.28.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [85a38c03bf0ea1e80aff21e975ebee54d70cdaef]

        INTEGRATION: CWS residcleanup (1.21.30); FILE MERGED 2007/02/20 16:35:33 pl 1.21.30.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a5f4a6f42b1cfe173cae1dac6e04808cba2f5605]

        INTEGRATION: CWS residcleanup (1.28.154); FILE MERGED 2007/02/20 16:35:33 pl 1.28.154.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dbafd1413971fe7f6c4de7ebcc6afe173dc0b25b]

        INTEGRATION: CWS residcleanup (1.38.140); FILE MERGED 2007/02/20 16:35:32 pl 1.38.140.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [38d429a78b522a1f7cfb8f6ce3c9a5d87b22509c]

        INTEGRATION: CWS residcleanup (1.25.100); FILE MERGED 2007/02/20 16:12:55 pl 1.25.100.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f7afedef6ce95e469f8c006b5fa996c87dcc40af]

        INTEGRATION: CWS residcleanup (1.5.458); FILE MERGED 2007/02/20 16:12:55 pl 1.5.458.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [48832f7be9c3d9c87154419497f98fb1e6e0dd1b]

        INTEGRATION: CWS residcleanup (1.17.156); FILE MERGED 2007/02/20 16:12:55 pl 1.17.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5b0deac56f16873d39fe60dc994c172a39fa0932]

        INTEGRATION: CWS residcleanup (1.50.88); FILE MERGED 2007/02/20 16:12:54 pl 1.50.88.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f263a705c63c125d9e9946fa53dc766465e96298]

        INTEGRATION: CWS residcleanup (1.7.156); FILE MERGED 2007/02/20 16:12:54 pl 1.7.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [61ac95ba007a2f5b7551e762a301b73a80554619]

        INTEGRATION: CWS residcleanup (1.14.140); FILE MERGED 2007/04/20 18:35:38 pl 1.14.140.2: RESYNC: (1.14-1.15); FILE MERGED 2007/02/20 16:12:54 pl 1.14.140.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [35676211f39d9d6e8cf564dd36e07158fbcfd7c6]

        INTEGRATION: CWS residcleanup (1.53.140); FILE MERGED 2007/02/20 16:12:54 pl 1.53.140.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a3a86d67aa7ff919439d3123a6307ad67e011313]

        INTEGRATION: CWS residcleanup (1.33.88); FILE MERGED 2007/02/20 16:12:54 pl 1.33.88.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f6f73299c770dd0ee75bd69a103d8d740ebafa6b]

        INTEGRATION: CWS residcleanup (1.6.156); FILE MERGED 2007/02/20 16:12:54 pl 1.6.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [03082cb10f1688d91f4e0c317343c0d5d4e87795]

        INTEGRATION: CWS residcleanup (1.6.140); FILE MERGED 2007/02/20 16:12:53 pl 1.6.140.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c7ffae6f8b47606691ec30a1e65d6683d62143ed]

        INTEGRATION: CWS residcleanup (1.5.156); FILE MERGED 2007/02/20 16:12:53 pl 1.5.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [274dff3e6beb0ef13b70ddb4885b9abe41f37322]

        INTEGRATION: CWS residcleanup (1.11.156); FILE MERGED 2007/02/20 16:12:53 pl 1.11.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a74b95ff27a4b45949839e5af005303f621f5f38]

        INTEGRATION: CWS residcleanup (1.6.156); FILE MERGED 2007/02/20 16:12:53 pl 1.6.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cb57514e0475c54b30af92a9397752dd7e4c51d9]

        INTEGRATION: CWS residcleanup (1.12.156); FILE MERGED 2007/02/20 16:12:53 pl 1.12.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3bb30cd0bdbf6f83f5c32a7508493268a85946e2]

        INTEGRATION: CWS residcleanup (1.5.156); FILE MERGED 2007/02/20 16:12:52 pl 1.5.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cf77c205c7ad139f26d011aeae9b628aa840a550]

        INTEGRATION: CWS residcleanup (1.38.30); FILE MERGED 2007/02/20 16:12:52 pl 1.38.30.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8bbf32f0c4bb351602d91459a6e15b923319c5fb]

        INTEGRATION: CWS residcleanup (1.58.156); FILE MERGED 2007/02/20 16:12:52 pl 1.58.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [252cc5538ee012e8dad64ee566418bee2f84b098]

        INTEGRATION: CWS residcleanup (1.7.156); FILE MERGED 2007/02/20 16:12:52 pl 1.7.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [02fe9cb20072ef3a06f9ec77fd0f1e2b678de627]

        INTEGRATION: CWS residcleanup (1.36.62); FILE MERGED 2007/02/20 16:12:52 pl 1.36.62.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d8d6f41d9603e80559317ac381d2daf93e9d791d]

        INTEGRATION: CWS residcleanup (1.30.16); FILE MERGED 2007/02/20 16:12:52 pl 1.30.16.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f0521aa0ca200b230547f4f615422088a4d95c3b]

        INTEGRATION: CWS residcleanup (1.16.140); FILE MERGED 2007/02/20 16:12:51 pl 1.16.140.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [93459efc123d8d0a98ceb06375a5a6c67557b587]

        INTEGRATION: CWS residcleanup (1.10.156); FILE MERGED 2007/02/20 16:12:51 pl 1.10.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7106e04be6d804bc73fdbcd4879eb3e27e8cc581]

        INTEGRATION: CWS residcleanup (1.46.98); FILE MERGED 2007/04/20 18:35:21 pl 1.46.98.2: RESYNC: (1.46-1.47); FILE MERGED 2007/02/20 16:12:51 pl 1.46.98.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [126b6fb829f5f03795b7401db340a818ff0fd19d]

        INTEGRATION: CWS residcleanup (1.5.156); FILE MERGED 2007/02/20 16:12:51 pl 1.5.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3c9650dcc60d690fb3f759ad38246f8fa06d3672]

        INTEGRATION: CWS residcleanup (1.66.98); FILE MERGED 2007/02/20 17:16:20 pl 1.66.98.2: #i74635# int cast 2007/02/20 16:12:50 pl 1.66.98.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [30fc78a2c9c1975795339101296b12db5582f44c]

        INTEGRATION: CWS residcleanup (1.5.88); FILE MERGED 2007/03/26 16:53:01 pl 1.5.88.1: #i74635# resid cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9324e3b1d85f0d4090d3b05609f53471b833bf60]

        INTEGRATION: CWS residcleanup (1.54.88); FILE MERGED 2007/04/20 18:34:31 pl 1.54.88.2: RESYNC: (1.54-1.56); FILE MERGED 2007/02/20 16:12:50 pl 1.54.88.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a79bc0f38e32d75c08c06da1fd4ca125c03b46bf]

        INTEGRATION: CWS residcleanup (1.121.78); FILE MERGED 2007/02/20 16:12:50 pl 1.121.78.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b40ce8c32887effaf7276dd5b77c4b8ad3f330d6]

        INTEGRATION: CWS residcleanup (1.17.156); FILE MERGED 2007/02/20 16:12:50 pl 1.17.156.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a1a5019fa066a0b11265911ef6a5c24e80a2173e]

        INTEGRATION: CWS residcleanup (1.6.88); FILE MERGED 2007/02/20 16:12:49 pl 1.6.88.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [59bed9965fca2e37b22817de14864470707feb8e]

        INTEGRATION: CWS residcleanup (1.66.102); FILE MERGED 2007/03/20 18:06:40 pl 1.66.102.2: RESYNC: (1.66-1.67); FILE MERGED 2007/02/20 16:12:49 pl 1.66.102.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8e6fdca800dc785f21ddf906c193f1e63a7a358a]

        INTEGRATION: CWS residcleanup (1.55.16); FILE MERGED 2007/02/20 16:12:49 pl 1.55.16.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [292014574784e581db8c3941e2f0594832ce97f5]

        INTEGRATION: CWS residcleanup (1.2.26); FILE MERGED 2007/04/20 19:12:46 pl 1.2.26.1: fix cwsanalyze alerts

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [13ca506b175e788cf09ca8c2acc6a64c49774543]

        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>  [3de01f07bf667c79f842f2d355b6ddba937b4f51]

        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>  [a29d5c624bbeaabc46e7dc1799edcb0e1cf96fe8]

        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>  [693f0e6b0a6ed86c6cf5c2888c311822d3133e51]

        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>  [77ad65d66dbbd0d69d9adef9d2f9f4740e7e7773]

        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>  [242ca070a0a96d905fc588ed562c024677524739]

        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>  [6a9e8f1a20925770f0dc6b3dd33a6b7a84b9ff98]

        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>  [d851dcf54c3cf3a9aa508cad0cb9264ac910b612]

        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>  [c49e0e535bdc38ccfd263fb612e3d221cbf2874b]

        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>  [0ae7c30fa17f0c5b846e04ac4a75e045f2670d14]

        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>  [bc67dee2f58996e5e2fd7f410d51038f9da2fddb]

        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>  [938c9ac4a6bd96c3799ea864b5fea346728dcd88]

        INTEGRATION: CWS residcleanup (1.12.180); FILE MERGED 2007/03/20 18:01:29 pl 1.12.180.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/28 22:46:38 pl 1.12.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [563fd61406904af216c18a35541c0d4031538f33]

        INTEGRATION: CWS residcleanup (1.46.24); FILE MERGED 2007/03/20 18:01:00 pl 1.46.24.2: RESYNC: (1.46-1.48); FILE MERGED 2007/02/28 22:46:38 pl 1.46.24.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5426bd3d1812853fa58b6d3d0bc6e73d11394afa]

        INTEGRATION: CWS residcleanup (1.11.180); FILE MERGED 2007/03/20 17:59:58 pl 1.11.180.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/28 22:46:38 pl 1.11.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [514e913bac84e9effcee151149de5854cbd48b15]

        INTEGRATION: CWS residcleanup (1.18.180); FILE MERGED 2007/03/20 17:59:10 pl 1.18.180.2: RESYNC: (1.18-1.19); FILE MERGED 2007/02/28 22:46:38 pl 1.18.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [755d2341e7c14ddc10eb36597e5c8f3687bb13f0]

        INTEGRATION: CWS residcleanup (1.29.180); FILE MERGED 2007/03/20 17:58:36 pl 1.29.180.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/28 22:46:38 pl 1.29.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [60e2e17564ae80ac098e206e83bd9ebc647e7204]

        INTEGRATION: CWS residcleanup (1.31.24); FILE MERGED 2007/03/20 17:56:42 pl 1.31.24.2: RESYNC: (1.31-1.33); FILE MERGED 2007/02/28 22:46:38 pl 1.31.24.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5aa983d393908208ac55c54ad170bf3d292289dc]

        INTEGRATION: CWS residcleanup (1.7.180); FILE MERGED 2007/02/28 22:46:38 pl 1.7.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3e97b771b44bb960730b3280230b879e462ea28f]

        INTEGRATION: CWS residcleanup (1.12.90); FILE MERGED 2007/03/20 17:54:30 pl 1.12.90.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/28 22:46:37 pl 1.12.90.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [42be1ddc3adc1a335209a7bd7280d14e40581037]

        INTEGRATION: CWS residcleanup (1.32.180); FILE MERGED 2007/03/20 17:54:07 pl 1.32.180.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/28 22:46:37 pl 1.32.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [267eb5db370ee1413b9e2cbf26e6521a27bb2bdd]

        INTEGRATION: CWS residcleanup (1.29.180); FILE MERGED 2007/03/20 17:53:59 pl 1.29.180.2: RESYNC: (1.29-1.30); FILE MERGED 2007/02/28 22:46:37 pl 1.29.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5fa20a5fdae14b857e3c2453141b664baa803ae3]

        INTEGRATION: CWS residcleanup (1.19.180); FILE MERGED 2007/03/20 17:52:42 pl 1.19.180.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/28 22:46:37 pl 1.19.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [162d8898a636d7e2ce1d68c5dbb79e3b57128396]

        INTEGRATION: CWS residcleanup (1.27.180); FILE MERGED 2007/03/20 17:52:36 pl 1.27.180.2: RESYNC: (1.27-1.28); FILE MERGED 2007/02/28 22:46:37 pl 1.27.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [78ad40638c178fe85ccd4d27849baae7bb8bc2d8]

        INTEGRATION: CWS residcleanup (1.44.84); FILE MERGED 2007/03/20 17:52:29 pl 1.44.84.2: RESYNC: (1.44-1.45); FILE MERGED 2007/02/28 22:46:37 pl 1.44.84.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dda7ed30e50d0282ea462f0bb1d69156f0639b37]

        INTEGRATION: CWS residcleanup (1.11.24); FILE MERGED 2007/03/20 17:49:49 pl 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/28 22:46:36 pl 1.11.24.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [29d0f867736a4a661fd392c09a8637f77ce33d19]

        INTEGRATION: CWS residcleanup (1.10.24); FILE MERGED 2007/03/20 17:44:06 pl 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/28 22:46:36 pl 1.10.24.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1a4059fcf6bbd3ee6d6a048b4ccd50efb67b10e2]

        INTEGRATION: CWS residcleanup (1.15.180); FILE MERGED 2007/03/20 17:43:59 pl 1.15.180.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/28 22:46:36 pl 1.15.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [850239487b23cf2b335fdc60970171ff54654938]

        INTEGRATION: CWS residcleanup (1.15.180); FILE MERGED 2007/03/20 17:42:58 pl 1.15.180.2: RESYNC: (1.15-1.16); FILE MERGED 2007/02/28 22:46:35 pl 1.15.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9776109528bf57e486571c4f0b5fbb8131375a81]

        INTEGRATION: CWS residcleanup (1.5.180); FILE MERGED 2007/03/20 17:42:39 pl 1.5.180.2: RESYNC: (1.5-1.6); FILE MERGED 2007/02/28 22:46:35 pl 1.5.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [925116bb0028609060089c91d986611d82b76439]

        INTEGRATION: CWS residcleanup (1.7.180); FILE MERGED 2007/03/20 17:42:21 pl 1.7.180.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/28 22:46:35 pl 1.7.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cbf36bbb4b385d334d7602087fabf5ab809323eb]

        INTEGRATION: CWS residcleanup (1.8.180); FILE MERGED 2007/03/20 17:40:10 pl 1.8.180.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/28 22:46:35 pl 1.8.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9dd344d2ee81e47215d19a1accbf6087471b9325]

        INTEGRATION: CWS residcleanup (1.10.180); FILE MERGED 2007/03/20 17:38:37 pl 1.10.180.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/28 22:46:35 pl 1.10.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d23f344788e9f672a31891491c43e9f52e5bdca4]

        INTEGRATION: CWS residcleanup (1.21.118); FILE MERGED 2007/03/20 17:36:58 pl 1.21.118.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/28 22:46:34 pl 1.21.118.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [67ef28c1301a847db262ce462ec6d1b894aa3078]

        INTEGRATION: CWS residcleanup (1.11.158); FILE MERGED 2007/03/20 17:26:08 pl 1.11.158.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/28 22:46:34 pl 1.11.158.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [21b3193f0414d3182352753db1242982cf91b86b]

        INTEGRATION: CWS residcleanup (1.12.180); FILE MERGED 2007/03/20 17:23:35 pl 1.12.180.2: RESYNC: (1.12-1.13); FILE MERGED 2007/02/28 22:46:34 pl 1.12.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a819b25c0c10415187cdcc492a7b27955decffd0]

        INTEGRATION: CWS residcleanup (1.28.180); FILE MERGED 2007/03/20 17:23:28 pl 1.28.180.2: RESYNC: (1.28-1.29); FILE MERGED 2007/02/28 22:46:33 pl 1.28.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0743c2f0c1df33a5a60f87826de886d62f3c031c]

        INTEGRATION: CWS residcleanup (1.31.60); FILE MERGED 2007/03/20 17:23:20 pl 1.31.60.2: RESYNC: (1.31-1.32); FILE MERGED 2007/02/28 22:46:33 pl 1.31.60.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cc3afb1aee2ef097aa520839a00d8bc87882785c]

        INTEGRATION: CWS residcleanup (1.10.168); FILE MERGED 2007/03/20 17:23:13 pl 1.10.168.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/28 22:46:33 pl 1.10.168.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [21903dc12ee9c6833f529ceb07cfda1c24ed13a0]

        INTEGRATION: CWS residcleanup (1.50.22); FILE MERGED 2007/03/20 17:20:54 pl 1.50.22.2: RESYNC: (1.50-1.51); FILE MERGED 2007/02/28 22:46:33 pl 1.50.22.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9406a8092bdf36800167ad5501f6b2dbc8513ff1]

        INTEGRATION: CWS residcleanup (1.23.84); FILE MERGED 2007/03/20 17:19:27 pl 1.23.84.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/28 22:46:33 pl 1.23.84.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e3fac1da27619a0528c5ad0ba8bd64a167ffdb55]

        INTEGRATION: CWS residcleanup (1.13.180); FILE MERGED 2007/03/21 12:05:11 pl 1.13.180.3: #i75635# ResId cleanup 2007/03/20 17:18:08 pl 1.13.180.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/28 22:46:32 pl 1.13.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e297aacca3ab88e86f7861500c8dad3307571614]

        INTEGRATION: CWS residcleanup (1.23.180); FILE MERGED 2007/03/20 17:18:01 pl 1.23.180.2: RESYNC: (1.23-1.24); FILE MERGED 2007/02/28 22:46:32 pl 1.23.180.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [532f84970b796b9670403cc2019cc08b4a5ce009]

        INTEGRATION: CWS residcleanup (1.9.84); FILE MERGED 2007/03/20 17:14:47 pl 1.9.84.2: RESYNC: (1.9-1.10); FILE MERGED 2007/02/28 22:46:32 pl 1.9.84.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [46d24997166025fd5cec421e004567072fe62f04]

        INTEGRATION: CWS residcleanup (1.10.84); FILE MERGED 2007/03/20 17:14:39 pl 1.10.84.2: RESYNC: (1.10-1.11); FILE MERGED 2007/02/28 22:46:32 pl 1.10.84.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c809ecb215ccf09ea3cecc3e483d6941c519ade8]

        INTEGRATION: CWS residcleanup (1.36.88); FILE MERGED 2007/03/20 17:13:19 pl 1.36.88.2: RESYNC: (1.36-1.37); FILE MERGED 2007/02/28 22:46:31 pl 1.36.88.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fa4aac9ca171575856d6a16caf6d843c3fcb23ac]

        INTEGRATION: CWS residcleanup (1.8.84); FILE MERGED 2007/02/28 22:46:31 pl 1.8.84.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [641f9fd31ebc918d283e132b98366a1b9b527d83]

        INTEGRATION: CWS residcleanup (1.2.88); FILE MERGED 2007/02/20 17:21:36 pl 1.2.88.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e2700c73bc29fe8efbc0407bf8c4db175b5d4528]

        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>  [77cbb1aad4981aaa54b32ce7599c82f0c2e9e9ae]

        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>  [420f2cd7b6fc9b4fa7cbaa9edb491a7219a1351d]

        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>  [2648658e699c775d6fc47bcc3f830d9cf54228ae]

        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>  [903e89b0b9afc56a508c0f2c13c898808e02e8d8]

        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>  [f8fcd99a73bc8ab9a030a41b477ae4ec6aed829e]

        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>  [cdaa0df61cb455279dde993b315a8b1d49980748]

        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>  [4a3fc0b99f0a7581e4a41f9d39b02863d25832ee]

        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>  [0077a335817886d81ea6f98e6243f028df7f6de5]

        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>  [f140578cf41e4de7f1c14344da4a1f13a7bb2c29]

        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>  [757df0f9143884156279c64364f6ef0cf4d2efec]

        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>  [51414a8fa455f3934bb1328c5c8531242643f664]

        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>  [d10f5e111823e31cc434089a8bcbbc4ddcb45bd2]

        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>  [6dcbb67de582ab76acfac0ba73fa819dbfa09d77]

        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>  [f956a3f109399339af153de1233e02ed4c923ffa]

        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>  [736bb6aa1e88daf65ce784d24977b9fffd8e025e]

        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>  [7145f927d5c16ad9bc7c3895ebecf51a452e20a2]

        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>  [5efdc620435d3f1ea3a72d2f1cfe787868800796]

        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>  [7d94e60a474656e02597a3fdde9c3ed611540a37]

        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>  [bdcb10a75b32f84f69c5fb32c3cd484d400e6e17]

        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>  [1ef0a2fefb3eb42b3edd6ad45c1c1c64bedbe020]

        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>  [c7470bc36047d48153bb1b76f9275fbdf54795b3]

        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>  [098ea2b8bdcf2ebf6ecc58ce446600c6ef7e7521]

        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>  [5f92aa2f72287fb74b44b8ededbfc6d3b11279b2]

        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>  [104313b2c450434a062b4e8a82c9c876512b8a4f]

        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>  [750b83ace7fbc13aa0ea501da0f463f02a14b722]

        INTEGRATION: CWS residcleanup (1.30.18); FILE MERGED 2007/02/22 22:20:46 pl 1.30.18.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [09c8b11d720b5ebc12cfcc9c7c11730c3cc64c3e]

        INTEGRATION: CWS residcleanup (1.10.30); FILE MERGED 2007/02/22 22:20:46 pl 1.10.30.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b16cb0c6193a809f475b8d099f4c16e1c67a8113]

        INTEGRATION: CWS swselection (1.20.156); FILE MERGED 2007/01/25 11:00:20 ama 1.20.156.1: Fix #i73765#: Warning caused by typo

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3f39d46ad66aac530d26434feb62d447e09e82fd]

        INTEGRATION: CWS residcleanup (1.6.36); FILE MERGED 2007/02/22 22:20:45 pl 1.6.36.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f19b886ab56a7d3c4df0fcfc73ce9a96dd422208]

        INTEGRATION: CWS swselection (1.16.156); FILE MERGED 2007/01/25 11:01:31 ama 1.16.156.1: Fix #i73765#: Warning caused by typo

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ca7733207e6c95c7648d26bf6eeba83a3821d88c]

        INTEGRATION: CWS residcleanup (1.3.36); FILE MERGED 2007/02/22 22:20:45 pl 1.3.36.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [002f6b82910b4dd6665e4292b85a04f634fda71b]

        INTEGRATION: CWS swselection (1.26.156); FILE MERGED 2007/01/25 11:01:00 ama 1.26.156.1: Fix #i73765#: Warning caused by typo

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [46db11cf3447bb2f6de562687d97cfbf59ea9a64]

        INTEGRATION: CWS residcleanup (1.1.2); FILE ADDED 2007/02/22 22:20:45 pl 1.1.2.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c9d2ea9fa20b3c77865bd200e77e6b0c4c64da30]

        INTEGRATION: CWS swselection (1.52.82); FILE MERGED 2007/03/21 08:20:38 ama 1.52.82.2: RESYNC: (1.52-1.53); FILE MERGED 2007/01/25 09:25:36 ama 1.52.82.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d1a912c8c2d06f0711f8e3f4961f9186abe2cbb9]

        INTEGRATION: CWS swselection (1.42.62); FILE MERGED 2007/03/21 08:15:07 ama 1.42.62.2: RESYNC: (1.42-1.43); FILE MERGED Resync conflicts solved 2007/01/25 09:19:56 ama 1.42.62.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [da1ed621f05df15e4a1f065c551f8a0b955b3c94]

        INTEGRATION: CWS swselection (1.39.156); FILE MERGED 2007/03/21 08:15:00 ama 1.39.156.2: RESYNC: (1.39-1.40); FILE MERGED 2007/01/25 09:17:02 ama 1.39.156.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cae5afc43a14468f02c2ca3221831ac67f4b564b]

        INTEGRATION: CWS residcleanup (1.9.22); FILE MERGED 2007/02/26 22:00:56 pl 1.9.22.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [63401c51ce2d750787e14c0eb200164a0ceb0367]

        INTEGRATION: CWS swselection (1.35.64); FILE MERGED 2007/01/25 09:13:35 ama 1.35.64.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [027d182cbb5f9b68ac027c07f8964a20a146f890]

        INTEGRATION: CWS residcleanup (1.6.38); FILE MERGED 2007/02/26 22:00:56 pl 1.6.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b05a38f84838e46ea75fedd48ccd987024f5b2d5]

        INTEGRATION: CWS swselection (1.16.156); FILE MERGED 2007/01/25 09:10:57 ama 1.16.156.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c6855a729544dcba174eb3b30a002a94ea2f18d4]

        INTEGRATION: CWS swselection (1.15.156); FILE MERGED 2007/03/21 08:11:09 ama 1.15.156.2: RESYNC: (1.15-1.18); FILE MERGED Resync conflicts solved 2007/01/25 09:08:12 ama 1.15.156.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0184e88767cc234e2f0aa83131acf675f7e9185a]

        INTEGRATION: CWS residcleanup (1.4.38); FILE MERGED 2007/02/26 22:00:56 pl 1.4.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a825d66bfb352f50deb5626aa7417f960136f195]

        INTEGRATION: CWS swselection (1.61.82); FILE MERGED 2007/03/21 08:10:41 ama 1.61.82.3: RESYNC: (1.61-1.62); FILE MERGED 2007/01/25 09:48:33 ama 1.61.82.2: Fix #i73849#: Preparation for better selection handling 2007/01/25 09:00:27 ama 1.61.82.1: Fix #i73849#: Preparation for better selection handling

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d6fc292ded471b03d9749548c86f8531eae90ffe]

        INTEGRATION: CWS residcleanup (1.5.38); FILE MERGED 2007/02/26 22:00:55 pl 1.5.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4fa75a68ab490f320cd5221f05c1f9b91b84b3cb]

        INTEGRATION: CWS swselection (1.2.132); FILE MERGED 2007/01/25 11:03:21 ama 1.2.132.1: Fix #i73752#: Remove SISSL

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e29fcc167a4248338cf568b4b7675f6bfec02a44]

        INTEGRATION: CWS residcleanup (1.4.38); FILE MERGED 2007/02/26 22:00:55 pl 1.4.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [55d8aac5de4cf311758c7f3ee0f6daffa201b5dd]

        INTEGRATION: CWS swselection (1.3.104); FILE MERGED 2007/01/25 11:02:49 ama 1.3.104.1: Fix #i73752#: Remove SISSL

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3d734e4818ae293d59d487d7bd3180198c1badac]

        INTEGRATION: CWS residcleanup (1.4.38); FILE MERGED 2007/02/26 22:00:54 pl 1.4.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8aaf99f07c44af062cbb05254c05275458dc4431]

        INTEGRATION: CWS residcleanup (1.11.38); FILE MERGED 2007/02/26 22:00:54 pl 1.11.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7918b2085f32e0bef329daba07dc36d99893af44]

        INTEGRATION: CWS residcleanup (1.4.8); FILE MERGED 2007/02/24 20:44:45 pl 1.4.8.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bb16881a148efc55a32f0998322f7cf4f67e9985]

        INTEGRATION: CWS residcleanup (1.21.12); FILE MERGED 2007/03/20 15:55:57 pl 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2007/02/24 20:44:45 pl 1.21.12.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [395b9867d07714473baf45fc04badc39c26d08e6]

        INTEGRATION: CWS residcleanup (1.40.10); FILE MERGED 2007/03/20 15:54:40 pl 1.40.10.2: RESYNC: (1.40-1.41); FILE MERGED 2007/02/24 20:44:45 pl 1.40.10.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7a10e636d5924beebb0626fe4045d426b2fbc3f3]

        INTEGRATION: CWS residcleanup (1.17.10); FILE MERGED 2007/03/20 15:52:54 pl 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/24 20:44:44 pl 1.17.10.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6c9ee01943e0c4651143de8e4700b4b698fa52ea]

        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>  [939506996def3083b2deccf5d9c711bf7a737e0f]

        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>  [e23bfa0a69a18f06e400cae03e156fd98f2c88ef]

        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>  [a901ea5cf47c5df1e53728c866faa2fc444a143b]

        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>  [75811a5aa3e82435770648e03154ed4afdb62d02]

        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>  [de6f70f8803b9244beb798a4ad70db384299819d]

        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>  [d6526fd68335f8132fb374976ce2824291920ae8]

        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>  [d9222caa736896c1e7f9fea3cb6baa81a0508299]

        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>  [948c20b43a09423b9bc70a225bfc66ce07f1e799]

        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>  [7197a72d72c6fe18b4e8b9fb4c1247ca04dbd4c1]

        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>  [df3d6f787a629f91b65a1a39b2dadec9dbcb5dea]

        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>  [43d20dfcc8624ac4dec31ac35feb7011377b1351]

        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>  [eed5889a970a07bef04c8bbf775a98f66308673a]

        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>  [9ef846ebc47dad2011efdbbacd41adf6e519fb61]

        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>  [740819b8e3aa6defc2e2d92863f1a70a5080a0d0]

        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>  [2f056bb622270916d6346f13c4f66a66d5728155]

        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>  [369c3465b29a02f893b236bbb69a6c0f2854f2be]

        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>  [c4b094fd9d804b8a000d2be0435c78af1b26e61a]

        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>  [129fdcb09f17b8c33c1fb20b1f05f5513c76f210]

        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>  [36fe32b0d10f57690e6f4d351025bce8022d4bad]

        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>  [c54c60d8393af6054279a44f90b48cc0a27064ec]

        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>  [6aeeae0e25cf2c8d5672b0fd2cfa173892413720]

        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>  [92655161769f4f9f25d19c57f34f6edfbf149549]

        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>  [124e43be0dafe0a5a2cf22b047f9f276b1cc2ffb]

        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>  [46883a233ffcd72258026cde6dc2e835393ad572]

        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>  [ce0d3bedb8b4cd0d720279427b87aae1cf696199]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:03:13 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [345e32b19d9791cdce45b0a6a9a73cd146b09c70]

        INTEGRATION: CWS residcleanup (1.26.240); FILE MERGED 2007/03/04 17:03:13 pl 1.26.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9a1ef2c02d774d6da1267e0e115fcb22451639f2]

        INTEGRATION: CWS residcleanup (1.25.240); FILE MERGED 2007/03/04 17:03:12 pl 1.25.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fcb6a5339dd73df0845d9b097e0e1a233e56c124]

        INTEGRATION: CWS residcleanup (1.6.240); FILE MERGED 2007/03/04 17:03:12 pl 1.6.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [262807b622a3382587f5bbe6b31e730cabcc9296]

        INTEGRATION: CWS residcleanup (1.19.180); FILE MERGED 2007/03/04 17:03:12 pl 1.19.180.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [79836ef2216da974742133e95474dc007be13a5b]

        INTEGRATION: CWS residcleanup (1.11.240); FILE MERGED 2007/03/04 17:03:12 pl 1.11.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b26f704a349cad68f5dd25bb59a66fe191715b59]

        INTEGRATION: CWS residcleanup (1.12.240); FILE MERGED 2007/03/04 17:03:12 pl 1.12.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [250ca96def3821e15ea8092d56cc8fa5d73b3fab]

        INTEGRATION: CWS residcleanup (1.34.136); FILE MERGED 2007/03/04 17:03:12 pl 1.34.136.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6d0f6c5aac56f7a5bcc4911e80b8907a935f15c3]

        INTEGRATION: CWS residcleanup (1.44.136); FILE MERGED 2007/03/04 17:03:12 pl 1.44.136.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9d5ffd715ed623b20c0f472c2692f3c534347392]

        INTEGRATION: CWS residcleanup (1.9.240); FILE MERGED 2007/03/04 17:03:11 pl 1.9.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [efd8df7c112cf457dd2904293e7276f892cdc183]

        INTEGRATION: CWS residcleanup (1.29.120); FILE MERGED 2007/03/04 17:03:11 pl 1.29.120.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e99059e8ca433b7e1982559197db533503cc9f88]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:03:11 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9b2d0c39aeee206da559d22da5570f6b9fc66571]

        INTEGRATION: CWS residcleanup (1.70.148); FILE MERGED 2007/03/04 17:03:11 pl 1.70.148.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [529f329bfb23a4ecbbce75c794c65202941bf20a]

        INTEGRATION: CWS residcleanup (1.49.56); FILE MERGED 2007/03/04 17:03:10 pl 1.49.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b935fbcdb5991bfe7fb0a132fbb8d37befe0003d]

        INTEGRATION: CWS residcleanup (1.61.56); FILE MERGED 2007/04/20 14:49:32 pl 1.61.56.2: RESYNC: (1.61-1.62); FILE MERGED 2007/03/04 17:03:10 pl 1.61.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fa07d3d041751bcfa84af0e3640471b632a85ce0]

        INTEGRATION: CWS residcleanup (1.10.214); FILE MERGED 2007/03/04 17:03:10 pl 1.10.214.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fd1b1886eb106925a4294cf7482d96a6ee2abafd]

        INTEGRATION: CWS residcleanup (1.31.240); FILE MERGED 2007/03/04 17:03:10 pl 1.31.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1858e47754394286965197c7cc982c55a68590b5]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:03:10 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [29b68b08c55d529b695430e7d9f99b954f8db8e2]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:03:09 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c6b3d1b46862655fa794fc06b73009f984aef5f7]

        INTEGRATION: CWS residcleanup (1.12.240); FILE MERGED 2007/03/04 17:03:09 pl 1.12.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a99705fc037c67c3475605a0a5a7596eb8b6b6a0]

        INTEGRATION: CWS residcleanup (1.20.240); FILE MERGED 2007/03/04 17:03:09 pl 1.20.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6c10b9918631515384190939e41a5b21b0bb68f0]

        INTEGRATION: CWS residcleanup (1.24.240); FILE MERGED 2007/03/04 17:03:08 pl 1.24.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f905b7226f2e892f85bce22c43e77ed11767617a]

        INTEGRATION: CWS residcleanup (1.54.56); FILE MERGED 2007/03/04 17:03:08 pl 1.54.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ff15432a2ab76ca52015ddb00b8605cc0d2dc0a2]

        INTEGRATION: CWS residcleanup (1.51.216); FILE MERGED 2007/03/04 17:03:08 pl 1.51.216.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fa31a65e5a361a8ebb77a26d10fb94357cab6120]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:03:08 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1d6070c3f86e99acc33fd3209cdec68294a4875d]

        INTEGRATION: CWS residcleanup (1.31.240); FILE MERGED 2007/03/04 17:03:08 pl 1.31.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d045ee10249716a9aac7a52415fec2fe2c3cf1bb]

        INTEGRATION: CWS residcleanup (1.39.240); FILE MERGED 2007/03/20 15:45:58 pl 1.39.240.2: RESYNC: (1.39-1.40); FILE MERGED 2007/03/04 17:03:08 pl 1.39.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b89c481f0f00aafd795d50b6106642390da2ec62]

        INTEGRATION: CWS residcleanup (1.25.148); FILE MERGED 2007/03/04 17:03:07 pl 1.25.148.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [260dc90f9fd8fdebeaa4de16d735a6cc6b14c857]

        INTEGRATION: CWS residcleanup (1.18.240); FILE MERGED 2007/03/04 17:03:07 pl 1.18.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9294ef38bb3b89b7c0abfa8c9fbeb3a371bf35cf]

        INTEGRATION: CWS residcleanup (1.37.166); FILE MERGED 2007/03/04 17:03:07 pl 1.37.166.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3f22d247de0ba22cd876d6349daf519ccf906adc]

        INTEGRATION: CWS residcleanup (1.36.166); FILE MERGED 2007/03/04 17:03:07 pl 1.36.166.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [db3733b4e8037f51b8a1f4c786ee88d63fae7b12]

        INTEGRATION: CWS residcleanup (1.25.136); FILE MERGED 2007/03/04 17:03:07 pl 1.25.136.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f5d234a753b0b19dcccfd6ccc3ba79048a7e4709]

        INTEGRATION: CWS residcleanup (1.11.240); FILE MERGED 2007/03/04 17:03:07 pl 1.11.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [24c7be0f6c303520d72b6604603fa9c8b3c5f229]

        INTEGRATION: CWS residcleanup (1.79.148); FILE MERGED 2007/03/04 17:03:06 pl 1.79.148.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [25bb775a078d286680544d53d9505fb7a5006c9a]

        INTEGRATION: CWS residcleanup (1.29.240); FILE MERGED 2007/03/04 17:03:06 pl 1.29.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [76daa2e85729282ce55f74f008db001717ee77cd]

        INTEGRATION: CWS residcleanup (1.16.240); FILE MERGED 2007/03/04 17:03:06 pl 1.16.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3ded9366d4363a5d83713711b1fd31f74752e2fe]

        INTEGRATION: CWS residcleanup (1.25.148); FILE MERGED 2007/03/04 17:03:06 pl 1.25.148.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [787f996c4c618e112a92cfaf4e9c0ee8ceb95a89]

        INTEGRATION: CWS residcleanup (1.14.240); FILE MERGED 2007/03/04 17:03:05 pl 1.14.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f6d9e7b205e48b4c2fbbccff4603a4aa0639bf57]

        INTEGRATION: CWS residcleanup (1.35.56); FILE MERGED 2007/03/04 17:03:05 pl 1.35.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d1b20207b1ea465ea076b76afe3e542dce2f9225]

        INTEGRATION: CWS residcleanup (1.15.240); FILE MERGED 2007/03/04 17:03:05 pl 1.15.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [744273702bf53d58a96ad12e3dccb7689c9606a2]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:03:05 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9fb6e657d1a54580183bebcda46a8065dbb89d19]

        INTEGRATION: CWS residcleanup (1.9.240); FILE MERGED 2007/03/04 17:03:05 pl 1.9.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [430051a347a8a4ac7d041ef1de88986fdf98e3e0]

        INTEGRATION: CWS residcleanup (1.42.240); FILE MERGED 2007/03/04 17:03:04 pl 1.42.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2137ddf11d2a6005efa56c9b101b3866348063bc]

        INTEGRATION: CWS residcleanup (1.16.240); FILE MERGED 2007/03/04 17:03:04 pl 1.16.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4799fa9f5a49d8acb2166b66c2e35ccd7ccca342]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:03:04 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [26622bbc9384184da9c5497dde3e8d46c73b8fba]

        INTEGRATION: CWS residcleanup (1.34.240); FILE MERGED 2007/03/04 17:03:04 pl 1.34.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2c699d8f962da90bbfec5c3caec8dfb373165dd0]

        INTEGRATION: CWS residcleanup (1.69.240); FILE MERGED 2007/03/04 17:03:04 pl 1.69.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [58240055bf73ec401e470ebb645424cf1ed42a4d]

        INTEGRATION: CWS residcleanup (1.14.728); FILE MERGED 2007/03/04 17:03:03 pl 1.14.728.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cfe62f5ba16598f6e50f9af349b96c8d96bd4a4e]

        INTEGRATION: CWS residcleanup (1.58.216); FILE MERGED 2007/03/04 17:03:03 pl 1.58.216.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6b2b3ed0eaf76c3662edb180c5e511c3a41a2246]

        INTEGRATION: CWS residcleanup (1.24.240); FILE MERGED 2007/03/04 17:03:03 pl 1.24.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9c8e3c90d971e74213dfdab0fb95fea6947b2d85]

        INTEGRATION: CWS residcleanup (1.30.240); FILE MERGED 2007/03/04 17:03:03 pl 1.30.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ca1de16ad809bba38ee11ba913835b706cef9ae3]

        INTEGRATION: CWS residcleanup (1.4.240); FILE MERGED 2007/03/04 17:03:02 pl 1.4.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2dc0a3d7ff0efd53af25eac2a6df4c2af6a1238e]

        INTEGRATION: CWS residcleanup (1.19.240); FILE MERGED 2007/03/04 17:03:02 pl 1.19.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e5f0160ab7f044c0c65435036a3ce010993843a3]

        INTEGRATION: CWS residcleanup (1.15.240); FILE MERGED 2007/03/04 17:03:02 pl 1.15.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fa6472178632bddc673221bcec9baa3defdf97e8]

        INTEGRATION: CWS residcleanup (1.17.240); FILE MERGED 2007/03/04 17:03:02 pl 1.17.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fd965b6613500ae414cf15699ff93a88e89687e3]

        INTEGRATION: CWS residcleanup (1.6.240); FILE MERGED 2007/03/04 17:03:02 pl 1.6.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a13aea124d8c4f1e4f6418a6242e9364e888063c]

        INTEGRATION: CWS residcleanup (1.34.240); FILE MERGED 2007/03/04 17:03:01 pl 1.34.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a6c433f53257a97e0c563436921635cc38891244]

        INTEGRATION: CWS residcleanup (1.11.240); FILE MERGED 2007/03/04 17:03:01 pl 1.11.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f243ddbde44905128fc335d44cd5ebee99ae4dc4]

        INTEGRATION: CWS residcleanup (1.35.240); FILE MERGED 2007/03/04 17:03:01 pl 1.35.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [60a57c0e2ba33aa53cd1e9e0ed41bcbc3d53e8b9]

        INTEGRATION: CWS residcleanup (1.18.240); FILE MERGED 2007/03/04 17:03:01 pl 1.18.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a6a8a7f4179d03885406c00f4bd1229281e538c2]

        INTEGRATION: CWS residcleanup (1.13.240); FILE MERGED 2007/03/04 17:03:01 pl 1.13.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [263d1e8e167589c8d02ae7a19eed2d4b3f18a077]

        INTEGRATION: CWS residcleanup (1.24.240); FILE MERGED 2007/03/04 17:03:00 pl 1.24.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [aa83a6857214bd5f1970dbb37c5c71b7157b24fd]

        INTEGRATION: CWS residcleanup (1.5.240); FILE MERGED 2007/03/04 17:03:00 pl 1.5.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9ae798ee6bb6759f5a71fe70f788d862a6419423]

        INTEGRATION: CWS residcleanup (1.16.158); FILE MERGED 2007/03/04 17:03:00 pl 1.16.158.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f74273ffd6339c48dedf1df6f7fb52bd2802b52a]

        INTEGRATION: CWS residcleanup (1.8.158); FILE MERGED 2007/03/04 17:03:00 pl 1.8.158.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [08472a9a0e1d81dea299ea80ad312e617173579d]

        INTEGRATION: CWS residcleanup (1.12.158); FILE MERGED 2007/03/04 17:03:00 pl 1.12.158.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cb0b04bb5e1ae8204715db862d6cab029d2e94be]

        INTEGRATION: CWS residcleanup (1.36.240); FILE MERGED 2007/03/04 17:02:59 pl 1.36.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [55f8d7ffe2a43bf2701c424d56e8f13d9f0d19e9]

        INTEGRATION: CWS residcleanup (1.20.240); FILE MERGED 2007/03/04 17:02:59 pl 1.20.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [73965db46f55b6bdef13e9dc44dfec18a93e124e]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:02:59 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [282ded4eccfa937a4f0ad9b2c7d3e8d46d38390f]

        INTEGRATION: CWS residcleanup (1.6.240); FILE MERGED 2007/03/04 17:02:59 pl 1.6.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [37d4c99762b91f99ddee67410bc4709c64b9bfb1]

        INTEGRATION: CWS residcleanup (1.17.136); FILE MERGED 2007/03/04 17:02:58 pl 1.17.136.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b1d6e842c753bcac131e094322feb61a545e2b4a]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:02:58 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f6bbab32cfbb761360dd6c6a649f001caf7756a1]

        INTEGRATION: CWS residcleanup (1.14.240); FILE MERGED 2007/03/04 17:02:58 pl 1.14.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [032441dbcce829044016e50c7a21a89f58d644b0]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:02:58 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2dcd76a2026397b3d8b6a64cdf735f13cd085069]

        INTEGRATION: CWS residcleanup (1.10.216); FILE MERGED 2007/03/04 17:02:58 pl 1.10.216.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f86b427207d46f51d7511d3ce2ea01b8ea2c3f91]

        INTEGRATION: CWS residcleanup (1.16.240); FILE MERGED 2007/03/04 17:02:58 pl 1.16.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [10b3cf7d5b04430fb22bf664382d3aa22f3f8135]

        INTEGRATION: CWS residcleanup (1.12.158); FILE MERGED 2007/03/04 17:02:57 pl 1.12.158.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d5a0fe87e9aa127f3f272b4c62060e95ac3f39c9]

        INTEGRATION: CWS residcleanup (1.8.240); FILE MERGED 2007/03/04 17:02:57 pl 1.8.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4762c161ae6bb5e864aa0b596728ae47fa5d49cf]

        INTEGRATION: CWS residcleanup (1.5.240); FILE MERGED 2007/03/04 17:02:57 pl 1.5.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [84047a63d7ba08908a21700b2df74123db3c3b2a]

        INTEGRATION: CWS residcleanup (1.114.54); FILE MERGED 2007/04/20 14:48:23 pl 1.114.54.2: RESYNC: (1.114-1.116); FILE MERGED 2007/03/04 17:02:57 pl 1.114.54.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [001aa5098dac4d94f40f89b95943c58436d327c7]

        INTEGRATION: CWS residcleanup (1.56.240); FILE MERGED 2007/04/20 14:48:14 pl 1.56.240.2: RESYNC: (1.56-1.57); FILE MERGED 2007/03/04 17:02:57 pl 1.56.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c3d955d4f652b90722921719f6991d29ad428d6b]

        INTEGRATION: CWS residcleanup (1.6.240); FILE MERGED 2007/03/04 17:02:57 pl 1.6.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [880e29b509573d80cfaeb3b05c4257f4c0890c85]

        INTEGRATION: CWS residcleanup (1.9.216); FILE MERGED 2007/03/04 17:02:56 pl 1.9.216.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2c983856f26bbe92330f71b29182049c5d88c820]

        INTEGRATION: CWS residcleanup (1.16.240); FILE MERGED 2007/03/04 17:02:56 pl 1.16.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3751409fbddcb187425537da2b575b93e75e819d]

        INTEGRATION: CWS residcleanup (1.54.56); FILE MERGED 2007/04/20 14:47:39 pl 1.54.56.2: RESYNC: (1.54-1.55); FILE MERGED 2007/03/04 17:02:56 pl 1.54.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [47050588728cadb3e136a57b4d9798a2d895064e]

        INTEGRATION: CWS residcleanup (1.26.240); FILE MERGED 2007/03/04 17:02:56 pl 1.26.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [543c31116b081efb5571799f2e6886c05a2fa900]

        INTEGRATION: CWS residcleanup (1.11.240); FILE MERGED 2007/03/04 17:02:56 pl 1.11.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [377999aff90fbddf645ae52abbac2eb0fa2f1722]

        INTEGRATION: CWS residcleanup (1.7.240); FILE MERGED 2007/03/04 17:02:55 pl 1.7.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [00bb1bef7bb6b0e19c73b08342a841b35e914422]

        INTEGRATION: CWS residcleanup (1.10.240); FILE MERGED 2007/03/04 17:02:55 pl 1.10.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e7a96f34d0b872415a782d80cdf59f5ecc58b52f]

        INTEGRATION: CWS residcleanup (1.27.240); FILE MERGED 2007/03/04 17:02:55 pl 1.27.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7ab4905eb15ed8a42c7b0adc5a83e7777fc501bd]

        INTEGRATION: CWS residcleanup (1.88.178); FILE MERGED 2007/03/20 15:45:49 pl 1.88.178.2: RESYNC: (1.88-1.89); FILE MERGED 2007/03/04 17:02:55 pl 1.88.178.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0791a58c4b1318c7fc34c4959f421b35fbc8a32a]

        INTEGRATION: CWS residcleanup (1.28.238); FILE MERGED 2007/03/04 17:02:54 pl 1.28.238.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b2b43cc9fbd73c80de69f07e66dbefddad9fbfbd]

        INTEGRATION: CWS residcleanup (1.28.240); FILE MERGED 2007/03/04 17:02:54 pl 1.28.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [69a8b4010bd7faced917d8b01c7e537b3d14f437]

        INTEGRATION: CWS residcleanup (1.41.142); FILE MERGED 2007/03/20 15:32:00 pl 1.41.142.2: RESYNC: (1.41-1.42); FILE MERGED 2007/03/04 17:02:54 pl 1.41.142.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [080585cdaad277e85e47402617d39213f9f9b424]

        INTEGRATION: CWS residcleanup (1.30.148); FILE MERGED 2007/03/04 17:02:54 pl 1.30.148.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d0e7884df7c906fc502b258347f999e756d931a1]

        INTEGRATION: CWS residcleanup (1.46.56); FILE MERGED 2007/03/04 17:02:53 pl 1.46.56.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [01b154ce075fcfb9d3a91c918b579181ed91a500]

        INTEGRATION: CWS residcleanup (1.44.144); FILE MERGED 2007/04/20 14:44:04 pl 1.44.144.3: RESYNC: (1.45-1.46); FILE MERGED 2007/03/20 15:30:46 pl 1.44.144.2: RESYNC: (1.44-1.45); FILE MERGED 2007/03/04 17:02:53 pl 1.44.144.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e78895826c79d2d9719305747a474b27b2967f9b]

        INTEGRATION: CWS residcleanup (1.12.240); FILE MERGED 2007/03/04 17:02:53 pl 1.12.240.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1d1de35197011b580e4d2342e91d5bec274681ef]

        INTEGRATION: CWS residcleanup (1.22.260); FILE MERGED 2007/03/04 17:02:53 pl 1.22.260.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [50b8a4d57772622a33f4833475daa40dd88ff543]

        INTEGRATION: CWS residcleanup (1.12.158); FILE MERGED 2007/03/04 17:02:53 pl 1.12.158.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1c51446811ab838b1e9fa4533f10e276fc1616c6]

        INTEGRATION: CWS residcleanup (1.53.66); FILE MERGED 2007/03/04 10:26:12 pl 1.53.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e68a2560edfd3b97b2483ab27d65e46501f134ad]

        INTEGRATION: CWS residcleanup (1.55.68); FILE MERGED 2007/03/04 10:26:12 pl 1.55.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e1288ec797a97122fd1fdd8ddb772d9be9a13a98]

        INTEGRATION: CWS residcleanup (1.31.66); FILE MERGED 2007/03/04 10:26:11 pl 1.31.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [937b8d449be9768aa974622584136bf92bab1bc7]

        INTEGRATION: CWS residcleanup (1.50.68); FILE MERGED 2007/03/04 10:26:11 pl 1.50.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [38230249c6c85cda5ed0b99830aabd858d536b75]

        INTEGRATION: CWS residcleanup (1.27.66); FILE MERGED 2007/03/04 10:26:11 pl 1.27.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [24c483d56f5fa3dcc86495f5db48e2a01566176e]

        INTEGRATION: CWS residcleanup (1.40.20); FILE MERGED 2007/03/04 10:26:10 pl 1.40.20.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b4cc196e7b088b447bde1d12de44a7814fde68b1]

        INTEGRATION: CWS residcleanup (1.8.68); FILE MERGED 2007/03/04 10:26:10 pl 1.8.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f9492460d97d1868fcbfce703955aeae61093752]

        INTEGRATION: CWS residcleanup (1.10.68); FILE MERGED 2007/03/04 10:26:10 pl 1.10.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0126cc85ff75a2c8496f962f69e94fab2577646e]

        INTEGRATION: CWS residcleanup (1.15.68); FILE MERGED 2007/03/04 10:26:10 pl 1.15.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5a1ec46e4bce942384651099909e04f8f23137d9]

        INTEGRATION: CWS residcleanup (1.11.68); FILE MERGED 2007/03/04 10:26:10 pl 1.11.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2fd3e305ecfd154f67ae557708643f0f708e08ce]

        INTEGRATION: CWS residcleanup (1.8.68); FILE MERGED 2007/03/04 10:26:09 pl 1.8.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d52b9b1f69ce911abd9ba3df528cef388627be28]

        INTEGRATION: CWS residcleanup (1.12.68); FILE MERGED 2007/03/04 10:26:09 pl 1.12.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2711882b034d382c6898b673833868ae2c2f73db]

        INTEGRATION: CWS residcleanup (1.11.68); FILE MERGED 2007/03/04 10:26:09 pl 1.11.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a1d06ab008ec90d2f487cdf29ec06c3003e7fbbf]

        INTEGRATION: CWS residcleanup (1.42.64); FILE MERGED 2007/03/04 10:26:09 pl 1.42.64.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7ed4fd7cd36cc764d977a3c395398457fd981fb0]

        INTEGRATION: CWS residcleanup (1.10.68); FILE MERGED 2007/03/04 10:26:08 pl 1.10.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d52dadca45b72c425661cb303231791924687c3d]

        INTEGRATION: CWS residcleanup (1.8.68); FILE MERGED 2007/03/04 10:26:08 pl 1.8.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c5247ae6dcc15b9c7997b2ef6c00b6029a8aa055]

        INTEGRATION: CWS residcleanup (1.32.68); FILE MERGED 2007/03/04 10:26:08 pl 1.32.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ff472a67b20d1934f27a9f97d710c3e8cfbd0eec]

        INTEGRATION: CWS residcleanup (1.5.88); FILE MERGED 2007/03/04 10:26:08 pl 1.5.88.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [057ac9c2221cfb3d57ca8954ab69fa0b4d43e803]

        INTEGRATION: CWS residcleanup (1.3.134); FILE MERGED 2007/03/04 10:26:07 pl 1.3.134.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [437b2ae81eacf7226df52b3fd4a644a9136d384d]

        INTEGRATION: CWS residcleanup (1.32.68); FILE MERGED 2007/03/04 10:26:07 pl 1.32.68.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a605d7bb19ae46574b150cad270e6a71fd5c9709]

        INTEGRATION: CWS residcleanup (1.28.32); FILE MERGED 2007/03/04 10:26:07 pl 1.28.32.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3dc92e87e2cc79bc1b9804c3d813e31dd5182e14]

        INTEGRATION: CWS residcleanup (1.5.400); FILE MERGED 2007/03/04 10:26:06 pl 1.5.400.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b1f3e9e4845595bb4c2d6306ad4edc1fdec18e64]

        INTEGRATION: CWS residcleanup (1.19.12); FILE MERGED 2007/04/20 14:42:44 pl 1.19.12.3: RESYNC: (1.20-1.21); FILE MERGED 2007/03/20 15:22:57 pl 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED 2007/03/12 12:22:28 pl 1.19.12.1: #i75311# separate stt and sb resources

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [57d76b307ad9d9ccc8ba7d49573659b185588a20]

        INTEGRATION: CWS residcleanup (1.8.50); FILE MERGED 2007/02/18 21:06:57 pl 1.8.50.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3e2360e0fa81609665e8e396e4fdf67e4420c64e]

        INTEGRATION: CWS residcleanup (1.27.44); FILE MERGED 2007/03/12 12:22:30 pl 1.27.44.2: #i75311# separate stt and sb resources 2007/02/20 11:08:05 pl 1.27.44.1: #i74635# all basic resources from stt resource file henceforth

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e20bab658ed1adaf0636e34df60eb9920494ee51]

        INTEGRATION: CWS residcleanup (1.5.62); FILE MERGED 2007/03/12 12:22:30 pl 1.5.62.3: #i75311# separate stt and sb resources 2007/02/20 11:08:05 pl 1.5.62.2: #i74635# all basic resources from stt resource file henceforth 2007/02/18 21:06:57 pl 1.5.62.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bf74849defca3850d804f22f5a2f568b77d1af18]

        INTEGRATION: CWS residcleanup (1.30.8); FILE MERGED 2007/03/12 12:22:29 pl 1.30.8.3: #i75311# separate stt and sb resources 2007/02/20 11:08:04 pl 1.30.8.2: #i74635# all basic resources from stt resource file henceforth 2007/02/18 21:06:56 pl 1.30.8.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cefb7eba58ef94277a828d4cf7f0e882dc47a67e]

        INTEGRATION: CWS residcleanup (1.37.42); FILE MERGED 2007/03/20 15:21:45 pl 1.37.42.3: RESYNC: (1.37-1.38); FILE MERGED 2007/03/12 12:22:28 pl 1.37.42.2: #i75311# separate stt and sb resources 2007/02/20 11:08:04 pl 1.37.42.1: #i74635# all basic resources from stt resource file henceforth

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b7830f26f0233d837944d092bed90a65cfadead0]

        INTEGRATION: CWS residcleanup (1.7.62); FILE MERGED 2007/02/18 21:06:56 pl 1.7.62.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a0c8044df67be6d0fd3fce7ac320513d261afe3a]

        INTEGRATION: CWS residcleanup (1.11.62); FILE MERGED 2007/02/18 21:06:56 pl 1.11.62.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [189f29e13d54ad49b5a941af76ec9155ea3b67dd]

        INTEGRATION: CWS residcleanup (1.26.26); FILE MERGED 2007/02/18 21:06:56 pl 1.26.26.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c802688d54bcadde11f5bde41d84035a810cd6cd]

        INTEGRATION: CWS residcleanup (1.31.10); FILE MERGED 2007/02/18 21:06:55 pl 1.31.10.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bd6eb9f53fce67172d5bee4178be6113b3c8f317]

        INTEGRATION: CWS residcleanup (1.10.50); FILE MERGED 2007/02/18 21:06:55 pl 1.10.50.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e9433641f585c066d0ac702587dc86434e63e109]

        INTEGRATION: CWS residcleanup (1.10.62); FILE MERGED 2007/02/18 21:06:55 pl 1.10.62.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c4f16ea9a0bc280fcd693227dcff3b77f2cb329a]

        INTEGRATION: CWS residcleanup (1.67.50); FILE MERGED 2007/02/18 21:06:55 pl 1.67.50.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9d14a3848da1dabd5ae77af2ec9263f918845676]

        INTEGRATION: CWS residcleanup (1.16.6); FILE MERGED 2007/04/20 14:41:09 pl 1.16.6.5: RESYNC: (1.17-1.18); FILE MERGED 2007/03/22 11:42:02 pl 1.16.6.4: #i74635# need some basic resources in ofa resource after all :-( 2007/03/20 15:21:27 pl 1.16.6.3: RESYNC: (1.16-1.17); FILE MERGED 2007/03/12 12:37:53 pl 1.16.6.2: #i75311# separate stt and sb resources 2007/02/20 11:08:03 pl 1.16.6.1: #i74635# all basic resources from stt resource file henceforth

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6e703ccc85a2998b293ccae5dd74439da6a4d4f6]

        INTEGRATION: CWS residcleanup (1.2.4); FILE MERGED 2007/04/20 19:06:37 pl 1.2.4.1: fix cwsanalyze alerts

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e34ad501e06f9c21756dd2469e749904cd69018d]

        INTEGRATION: CWS src680m7fix67221 (1.41.74); FILE MERGED 2007/01/23 17:17:39 kr 1.41.74.1: fixed: i67221

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5ce53f3aba567255a4ed2c6726d4435281ad6590]

        INTEGRATION: CWS residcleanup (1.2.184); FILE MERGED 2007/03/12 12:22:28 pl 1.2.184.3: #i75311# separate stt and sb resources 2007/02/20 11:08:03 pl 1.2.184.2: #i74635# all basic resources from stt resource file henceforth 2007/02/18 21:06:57 pl 1.2.184.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [24761a8d5cd9ddeaf25ce948c7a4260907d73b50]

        INTEGRATION: CWS residcleanup (1.9.52); FILE MERGED 2007/03/07 10:16:23 pl 1.9.52.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [465db7bafef6baccf05ce8eff37df613a7e5d14f]

        INTEGRATION: CWS residcleanup (1.6.56); FILE MERGED 2007/02/22 21:56:10 pl 1.6.56.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5bc6ee7938e83457c5c457b67473eacbe478a49f]

        INTEGRATION: CWS residcleanup (1.6.56); FILE MERGED 2007/02/22 21:56:09 pl 1.6.56.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [749386d340cb3f538dc4b365a117dc12ccba87aa]

        INTEGRATION: CWS residcleanup (1.15.38); FILE MERGED 2007/02/22 21:56:09 pl 1.15.38.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d1497aab90e3bb7fc71733ef17076640215d64d6]

        INTEGRATION: CWS residcleanup (1.22.114); FILE MERGED 2007/02/24 19:59:52 pl 1.22.114.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dff706cf96507debd24313dbc1126470e582cdd9]

        INTEGRATION: CWS residcleanup (1.3.28); FILE MERGED 2007/03/20 15:19:26 pl 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2007/02/24 19:59:52 pl 1.3.28.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [45cfa1d574c1a02ba323d9d9ba08e744dd80d349]

        INTEGRATION: CWS residcleanup (1.5.26); FILE MERGED 2007/02/24 19:59:51 pl 1.5.26.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1e9396b58846c104b0683f339f323c86b0bf15d0]

        INTEGRATION: CWS residcleanup (1.12.76); FILE MERGED 2007/02/24 19:59:51 pl 1.12.76.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [af08b77d8826c4b87c216a527a3a7ce8b7f64b6e]

        INTEGRATION: CWS residcleanup (1.15.120); FILE MERGED 2007/02/24 19:59:51 pl 1.15.120.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7dc3013928ed888084ce74bbcea0fa7fc16b3b42]

        INTEGRATION: CWS residcleanup (1.4.114); FILE MERGED 2007/02/24 19:59:51 pl 1.4.114.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8ff15fd8272dc5c769097a24bd5224966ec25017]

        INTEGRATION: CWS residcleanup (1.2.62); FILE MERGED 2007/02/24 19:59:50 pl 1.2.62.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0ca3d76a4e8bec98fbe67ddf33143b8853327fa7]

        INTEGRATION: CWS residcleanup (1.4.22); FILE MERGED 2007/03/28 15:00:51 pl 1.4.22.3: #i74635# try to fix build problem on MacOSX 2007/03/20 15:18:16 pl 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/24 19:59:50 pl 1.4.22.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [409289d3e6b8f3067ae1d3aab97874e0883818e0]

        INTEGRATION: CWS residcleanup (1.4.62); FILE MERGED 2007/03/26 16:45:55 pl 1.4.62.2: #i74635# cleanup header guard 2007/02/24 19:59:50 pl 1.4.62.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ec84af58c78db7e58d6ca6732d163bf85eb0001b]

        INTEGRATION: CWS residcleanup (1.16.62); FILE MERGED 2007/02/24 19:59:50 pl 1.16.62.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bce8a00adf872ced3285477dd5b025c7a54f9926]

        INTEGRATION: CWS residcleanup (1.20.6); FILE MERGED 2007/03/20 15:17:35 pl 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/24 19:59:50 pl 1.20.6.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9b6a952a93c95eec011fcc55361f7f12fa9c4343]

        INTEGRATION: CWS residcleanup (1.5.62); FILE MERGED 2007/02/24 19:59:50 pl 1.5.62.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [313a0b4a6995729c51b8a7e2492bb1830880d290]

        INTEGRATION: CWS residcleanup (1.13.28); FILE MERGED 2007/02/24 19:59:49 pl 1.13.28.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3e6cbc85344de6f4ee23089c4acb91090849ab83]

        INTEGRATION: CWS residcleanup (1.4.130); FILE MERGED 2007/02/24 19:59:49 pl 1.4.130.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2346381038a8bd282069dee45862d1c125cc291f]

        INTEGRATION: CWS residcleanup (1.13.114); FILE MERGED 2007/02/24 19:59:49 pl 1.13.114.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [89f6c5943c2824cf40d8da2d832a6ffa4c33cb6c]

        INTEGRATION: CWS residcleanup (1.201.62); FILE MERGED 2007/02/24 19:59:49 pl 1.201.62.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b3bfc2caf764210a1e6269aee5a98107129e4f3a]

        INTEGRATION: CWS residcleanup (1.50.42); FILE MERGED 2007/03/12 12:26:08 pl 1.50.42.1: #i75311# separate stt and sb resources

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ecbbea0428f8ba491a846ecab00a7f6b00baba17]

        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>  [30d5a0cd07fcd31e70af9b937c94378385b9b3a5]

        INTEGRATION: CWS residcleanup (1.5.96); FILE MERGED 2007/02/24 19:15:40 pl 1.5.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [228721acfecabe42a4adbdf727745fe40231ae0d]

        INTEGRATION: CWS residcleanup (1.4.96); FILE MERGED 2007/02/24 19:15:40 pl 1.4.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f2bf81e5bf365fd40cd5df56125ea8ffedefd46f]

        INTEGRATION: CWS residcleanup (1.3.96); FILE MERGED 2007/02/24 19:15:40 pl 1.3.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1695cd14f2f16af306eddd5f819cc5975d982187]

        INTEGRATION: CWS residcleanup (1.2.96); FILE MERGED 2007/02/24 19:15:40 pl 1.2.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [55ee27b4e53bc8a613deced660c8027afa45109e]

        INTEGRATION: CWS residcleanup (1.6.96); FILE MERGED 2007/02/24 19:15:40 pl 1.6.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1a17d85546ae617697c5d583ce56fe4d29fa67e0]

        INTEGRATION: CWS residcleanup (1.56.4); FILE MERGED 2007/02/24 19:15:39 pl 1.56.4.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2633094600727edc4963087adf4ffb624919fd2f]

        INTEGRATION: CWS residcleanup (1.3.46); FILE MERGED 2007/02/24 19:15:39 pl 1.3.46.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dab91b7c816f02633203cf41699fb056be6bd3e2]

        INTEGRATION: CWS residcleanup (1.2.96); FILE MERGED 2007/02/24 19:15:39 pl 1.2.96.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f47eb4ec2ad177b0fde2130ada8271ca8f0d145d]

        INTEGRATION: CWS residcleanup (1.6.76); FILE MERGED 2007/03/04 17:32:25 pl 1.6.76.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [018a3695c6979bc8565f78ec4944b0a0ae80f713]

        INTEGRATION: CWS residcleanup (1.27.36); FILE MERGED 2007/03/04 17:32:25 pl 1.27.36.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [131b4153f7018bbef990c98acfed3663de800f4e]

        INTEGRATION: CWS residcleanup (1.27.36); FILE MERGED 2007/03/04 17:32:24 pl 1.27.36.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [929ba20413fc5d59871fdc52b4e096f18249a744]

        INTEGRATION: CWS residcleanup (1.21.36); FILE MERGED 2007/03/04 17:32:24 pl 1.21.36.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a2af5310dbfbc51c808059304251a043e44fc601]

        INTEGRATION: CWS residcleanup (1.10.36); FILE MERGED 2007/03/04 17:32:24 pl 1.10.36.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [641201e2b3a2a39206655e176c6f8cab49fdd98c]

        INTEGRATION: CWS residcleanup (1.7.46); FILE MERGED 2007/03/21 09:29:54 pl 1.7.46.2: #i74635# ResId cleanup 2007/02/18 19:38:30 pl 1.7.46.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e07ca6bf1d7f23cba396fc551293d7ca3da6a0fb]

        INTEGRATION: CWS residcleanup (1.8.84); FILE MERGED 2007/02/18 19:38:30 pl 1.8.84.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3915ddfd16da4586142a3f078de754568c281f42]

        INTEGRATION: CWS residcleanup (1.5.92); FILE MERGED 2007/02/18 19:38:29 pl 1.5.92.1: #i74635# get rid of implicit global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ba82a82d58e875dd91e6d8f4d65afb2355328c26]

        INTEGRATION: CWS residcleanup (1.46.10); FILE MERGED 2007/03/04 09:37:30 pl 1.46.10.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [de6c495addf4b6efd2199f438d26713d7d26fd8b]

        INTEGRATION: CWS residcleanup (1.18.66); FILE MERGED 2007/03/04 09:37:30 pl 1.18.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ae55392aade007e04d7d1591608c4758a88ce7b4]

        INTEGRATION: CWS residcleanup (1.19.66); FILE MERGED 2007/03/04 09:37:30 pl 1.19.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a975a9db3276c38405b37c5f140478eeda11d028]

        INTEGRATION: CWS residcleanup (1.35.66); FILE MERGED 2007/03/04 09:37:29 pl 1.35.66.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c81f2ce509eef560707db393b939460b2757ef91]

        INTEGRATION: CWS residcleanup (1.13.170); FILE MERGED 2007/03/04 09:37:29 pl 1.13.170.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7c641600e91c3b2104c76848633a16f26dd5ec38]

        INTEGRATION: CWS residcleanup (1.11.60); FILE MERGED 2007/02/28 21:10:10 pl 1.11.60.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6678e79d2568a510065cf7475534898b020aa017]

        INTEGRATION: CWS residcleanup (1.6.90); FILE MERGED 2007/02/28 21:10:09 pl 1.6.90.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [170d569405b0c27ffae893b6e96c74b44111d362]

        INTEGRATION: CWS residcleanup (1.5.100); FILE MERGED 2007/02/28 21:10:09 pl 1.5.100.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [87554d5440ac93eb8d8cbb170244f0de5cd80888]

        INTEGRATION: CWS residcleanup (1.8.60); FILE MERGED 2007/02/28 21:10:09 pl 1.8.60.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dbb1272caf879f79cf03d80d8b170507849dfefd]

        INTEGRATION: CWS residcleanup (1.21.26); FILE MERGED 2007/02/28 21:10:09 pl 1.21.26.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4106f832ff1b3882a8a9a0fc6e2c548a50690750]

        INTEGRATION: CWS residcleanup (1.6.280); FILE MERGED 2007/02/28 21:10:09 pl 1.6.280.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b2e2b26d6d8105e8ed39fc9650acadd4feff58d4]

        INTEGRATION: CWS residcleanup (1.55.58); FILE MERGED 2007/04/20 14:27:23 pl 1.55.58.2: RESYNC: (1.55-1.56); FILE MERGED 2007/02/28 21:10:08 pl 1.55.58.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8cb03f26155c6ff82d0cbff5ad7a7e8d912a244b]

        INTEGRATION: CWS residcleanup (1.20.24); FILE MERGED 2007/04/20 20:52:02 pl 1.20.24.3: RESYNC: (1.21-1.22); FILE MERGED 2007/04/20 14:26:18 pl 1.20.24.2: RESYNC: (1.20-1.21); FILE MERGED 2007/02/28 21:10:08 pl 1.20.24.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [df802109cdc06c5052db00a0fb28979d4794cdb6]

        INTEGRATION: CWS residcleanup (1.6.100); FILE MERGED 2007/02/28 21:10:07 pl 1.6.100.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9b980d4b5f2960d9b34f3b6423a3d0af36d197dc]

        INTEGRATION: CWS residcleanup (1.12.38); FILE MERGED 2007/03/04 15:04:42 pl 1.12.38.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a65e4e430067d4946c6275eb861fcf2ef336b0b0]

        INTEGRATION: CWS residcleanup (1.53.24); FILE MERGED 2007/03/04 15:04:41 pl 1.53.24.1: #i73635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [06c961b51332738389787d66dde604b86c1675bb]

        INTEGRATION: CWS residcleanup (1.8.22); FILE MERGED 2007/02/28 20:46:13 pl 1.8.22.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [734be0d72187b9847e8e3808cb5e5ad47239726d]

        INTEGRATION: CWS residcleanup (1.12.74); FILE MERGED 2007/02/28 20:46:13 pl 1.12.74.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [57edb4415b40280f6eb6d9b7f2a971caa74f06ee]

        INTEGRATION: CWS residcleanup (1.10.112); FILE MERGED 2007/02/28 20:46:12 pl 1.10.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c928243c41daf262169b5290cb9fe9323c8aaed1]

        INTEGRATION: CWS residcleanup (1.8.56); FILE MERGED 2007/02/28 20:46:12 pl 1.8.56.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [af267706e1cc6592c0677d9674559e800b8ac298]

        INTEGRATION: CWS residcleanup (1.8.112); FILE MERGED 2007/02/28 20:46:12 pl 1.8.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ded1994cbf554471febd5bc516ea7745a5aad380]

        INTEGRATION: CWS residcleanup (1.4.20); FILE MERGED 2007/02/28 20:46:12 pl 1.4.20.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [81b593a0967225e5b7dbf8a637fe68df0a7dcb40]

        INTEGRATION: CWS residcleanup (1.7.112); FILE MERGED 2007/02/28 20:46:11 pl 1.7.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fe736b1f4d67478fd837ab8262e0d11f44329384]

        INTEGRATION: CWS residcleanup (1.6.56); FILE MERGED 2007/02/28 20:46:11 pl 1.6.56.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [60ed0e5da60e9e3d3ccc07c64c19c090cbf54b0a]

        INTEGRATION: CWS residcleanup (1.5.112); FILE MERGED 2007/02/28 20:46:11 pl 1.5.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [da4390bf6637f41b039379e5a5bab59d20d87148]

        INTEGRATION: CWS residcleanup (1.41.58); FILE MERGED 2007/02/28 20:46:11 pl 1.41.58.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b8c24ccb916179bfce7960be9ab2f6403fd3240b]

        INTEGRATION: CWS residcleanup (1.10.112); FILE MERGED 2007/02/28 20:46:11 pl 1.10.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [57258aea8545456c66796f0d60ed8d15407f6e46]

        INTEGRATION: CWS residcleanup (1.14.112); FILE MERGED 2007/02/28 20:46:11 pl 1.14.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7d996724f626a2cc99cab2ba05c3ccea214c5a80]

        INTEGRATION: CWS residcleanup (1.4.310); FILE MERGED 2007/02/28 20:46:10 pl 1.4.310.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d99263f856c634a98fbec603a3581e5ee9fa8009]

        INTEGRATION: CWS residcleanup (1.18.112); FILE MERGED 2007/02/28 20:46:10 pl 1.18.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [eb6b86568ca215965dd2c0690aebd6c0e19d4b92]

        INTEGRATION: CWS residcleanup (1.16.112); FILE MERGED 2007/02/28 20:46:10 pl 1.16.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [00712aa434eadaf46fb2fefec1288ee92b8489b8]

        INTEGRATION: CWS cmcfixes33 (1.6.8); FILE MERGED 2007/03/13 11:45:20 cmc 1.6.8.1: #i74789# better mimetype and add a proper timestamp

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d5ac9d8ffe658206356768934e094604e63335ed]

        INTEGRATION: CWS residcleanup (1.15.112); FILE MERGED 2007/02/28 20:46:10 pl 1.15.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [35e3a4303282e935b42c54ee5b9cbe78c4fe043e]

        INTEGRATION: CWS residcleanup (1.14.112); FILE MERGED 2007/02/28 20:46:09 pl 1.14.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3151c73343c21749b147460fc4c2b61657308fe6]

        INTEGRATION: CWS residcleanup (1.20.112); FILE MERGED 2007/02/28 20:46:09 pl 1.20.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bec8234384a5ec172f3c11fe71b7cf1fb64387eb]

        INTEGRATION: CWS residcleanup (1.43.98); FILE MERGED 2007/02/28 20:46:09 pl 1.43.98.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7054cec67bf93f9676ccb918561f200e26c39896]

        INTEGRATION: CWS residcleanup (1.9.112); FILE MERGED 2007/02/28 20:46:09 pl 1.9.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ec64de2d768eca655519c565a8094f72baecdd51]

        INTEGRATION: CWS residcleanup (1.11.112); FILE MERGED 2007/02/28 20:46:08 pl 1.11.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e508fd1ca69a5a2d52983714e314c2cdb47f5c64]

        INTEGRATION: CWS residcleanup (1.6.58); FILE MERGED 2007/02/28 20:46:08 pl 1.6.58.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f0d7e22689280f4a46c1b78df8a3d7cbd83052e0]

        INTEGRATION: CWS residcleanup (1.9.112); FILE MERGED 2007/02/28 20:46:08 pl 1.9.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f20b44f64fb7c4778bdebd75f80436fbf31ea4bf]

        INTEGRATION: CWS residcleanup (1.6.112); FILE MERGED 2007/02/28 20:46:08 pl 1.6.112.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dc12b9ed3cd1aa701e5465384dcdaaab266d4379]

        INTEGRATION: CWS residcleanup (1.8.98); FILE MERGED 2007/02/28 20:46:08 pl 1.8.98.1: #i74635# no more ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [33393a8b7cd4b1493a272a7b46e27c9b5d0e078e]

        INTEGRATION: CWS residcleanup (1.13.80); FILE MERGED 2007/02/26 22:58:52 pl 1.13.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [74f7264a282cb6d54c06c6f1e40bc61a98305741]

        INTEGRATION: CWS residcleanup (1.108.12); FILE MERGED 2007/02/26 22:58:51 pl 1.108.12.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fcee0ebaca76cda25c6294d7106187e9e5b50f0f]

        INTEGRATION: CWS residcleanup (1.32.68); FILE MERGED 2007/03/08 13:10:26 pl 1.32.68.2: #i74635# ResId cleanup 2007/02/26 22:58:51 pl 1.32.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8b98296ac3f7dc28564c0e3641b923d00bd61ace]

        INTEGRATION: CWS residcleanup (1.11.82); FILE MERGED 2007/02/26 22:58:51 pl 1.11.82.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [2d517c4213da9bf3950b8fd182d5f65fb3218787]

        INTEGRATION: CWS residcleanup (1.28.68); FILE MERGED 2007/02/26 22:58:51 pl 1.28.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [11cd945eac05aaee6b950d651ad54a15d689993d]

        INTEGRATION: CWS residcleanup (1.4.262); FILE MERGED 2007/02/26 22:58:50 pl 1.4.262.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [92ff349815c98209443c4d7b05fa11830f0beee0]

        INTEGRATION: CWS residcleanup (1.27.70); FILE MERGED 2007/02/26 22:58:50 pl 1.27.70.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [da509de5ee3acfcbacf225907ef21f9988c819ac]

        INTEGRATION: CWS residcleanup (1.24.68); FILE MERGED 2007/02/26 22:58:50 pl 1.24.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a16fbf18affff423dbd975dd654ab627ecca3b46]

        INTEGRATION: CWS residcleanup (1.19.46); FILE MERGED 2007/02/26 22:58:50 pl 1.19.46.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e421e04283c215717491802a35c20e23e9bdb78d]

        INTEGRATION: CWS residcleanup (1.32.46); FILE MERGED 2007/02/26 22:58:49 pl 1.32.46.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c83e87fff980c6b3f67ed962a3cdcbc4e6ff432b]

        INTEGRATION: CWS residcleanup (1.15.80); FILE MERGED 2007/02/26 22:58:49 pl 1.15.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [44872996ae26d3f42f9b801f094946560fd32943]

        INTEGRATION: CWS residcleanup (1.27.80); FILE MERGED 2007/02/26 22:58:49 pl 1.27.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e668a7b9c3a20a6b0db78b226f0c907dc137e502]

        INTEGRATION: CWS residcleanup (1.49.80); FILE MERGED 2007/02/26 22:58:49 pl 1.49.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8c19e9e2439bea55557580d1232641933689485d]

        INTEGRATION: CWS residcleanup (1.18.68); FILE MERGED 2007/02/26 22:58:48 pl 1.18.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5255cc492066a19da86c1ae939650d5ac6749ee1]

        INTEGRATION: CWS residcleanup (1.8.12); FILE MERGED 2007/02/26 22:58:48 pl 1.8.12.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [611bad84ca2046f266c9d1046ca809745e324f91]

        INTEGRATION: CWS residcleanup (1.31.80); FILE MERGED 2007/02/26 22:58:48 pl 1.31.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3676ccf30c3b95616e39b6dc3b10e8fb5768fc82]

        INTEGRATION: CWS residcleanup (1.9.68); FILE MERGED 2007/02/26 22:58:48 pl 1.9.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a63302acd8ff65bdaf47a04cf78d9d272a97bbea]

        INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED 2007/02/26 22:58:48 pl 1.7.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2c0df36dc85ce0a1bc8f62bb6d1321d44467663]

        INTEGRATION: CWS residcleanup (1.44.12); FILE MERGED 2007/02/26 22:58:47 pl 1.44.12.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7558fd3ee61979e579ea084f3e7218d9a27f8cfc]

        INTEGRATION: CWS residcleanup (1.23.12); FILE MERGED 2007/02/26 22:58:47 pl 1.23.12.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cbba780cbe27d20b25783aa003b175cfd3b88aa0]

        INTEGRATION: CWS residcleanup (1.12.80); FILE MERGED 2007/02/26 22:58:47 pl 1.12.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [79818580f2f85695d53f932b794d5fef1d1cf742]

        INTEGRATION: CWS residcleanup (1.22.80); FILE MERGED 2007/02/26 22:58:47 pl 1.22.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [127dea0d95117557f25c075df7f87f2776fe368e]

        INTEGRATION: CWS residcleanup (1.100.36); FILE MERGED 2007/02/26 22:58:47 pl 1.100.36.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f01ff44a1cf41847a4c4f18da50a9dbe2e016e3a]

        INTEGRATION: CWS residcleanup (1.27.40); FILE MERGED 2007/02/26 22:58:47 pl 1.27.40.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e8227ea6fd68798283d8bd5445b6980a23f06a81]

        INTEGRATION: CWS residcleanup (1.45.12); FILE MERGED 2007/02/26 22:58:46 pl 1.45.12.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9cfcdd00d3958ea48a9f2cf2f52547ee927c7a78]

        INTEGRATION: CWS residcleanup (1.9.80); FILE MERGED 2007/02/26 22:58:46 pl 1.9.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0a9834677713bf836571a566740f45f9a7e29b94]

        INTEGRATION: CWS residcleanup (1.17.80); FILE MERGED 2007/02/26 22:58:46 pl 1.17.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d43a46efceb1e0e141d3bfe63a231abbe7bf1d83]

        INTEGRATION: CWS residcleanup (1.22.80); FILE MERGED 2007/02/26 22:58:46 pl 1.22.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d0fa7e3163a2cbcda10274bd7769314734b84c27]

        INTEGRATION: CWS residcleanup (1.10.38); FILE MERGED 2007/02/26 22:58:46 pl 1.10.38.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [391ceed008f6b02e161e271eac1c422d07618fe7]

        INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED 2007/02/26 22:58:46 pl 1.7.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [508b78937815e7f8d0954e65c7a5d9c700d02218]

        INTEGRATION: CWS residcleanup (1.16.80); FILE MERGED 2007/02/26 22:58:45 pl 1.16.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [94c21ed7314421e5ee2e216f8d5ad631ea39c449]

        INTEGRATION: CWS residcleanup (1.11.78); FILE MERGED 2007/02/26 22:58:45 pl 1.11.78.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a5e8523194379341c98fdaba3800c3f17d29f794]

        INTEGRATION: CWS residcleanup (1.7.80); FILE MERGED 2007/02/26 22:58:45 pl 1.7.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2c2323e2c86a5f0321b0035da0fa37cf7cab35b]

        INTEGRATION: CWS residcleanup (1.10.80); FILE MERGED 2007/02/26 22:58:45 pl 1.10.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [401a03cd45753d019baa883a343803abd7d86d66]

        INTEGRATION: CWS residcleanup (1.15.80); FILE MERGED 2007/02/26 22:58:45 pl 1.15.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [deee45b3224792666095070d1863f21a22fffce2]

        INTEGRATION: CWS residcleanup (1.18.80); FILE MERGED 2007/02/26 22:58:44 pl 1.18.80.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [6a358f90dbb3849e0c79b7f5255e2bfacc923e90]

        INTEGRATION: CWS residcleanup (1.18.164); FILE MERGED 2007/02/22 21:37:41 pl 1.18.164.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [62f738711e9297e79aaba0355223a74789b763f7]

        INTEGRATION: CWS residcleanup (1.4.262); FILE MERGED 2007/02/22 21:37:40 pl 1.4.262.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8a5ca7703cdc149e1fd2dac6025f8ee049a4ba79]

        INTEGRATION: CWS residcleanup (1.5.230); FILE MERGED 2007/02/22 21:37:40 pl 1.5.230.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [32c7694560631db0bf971e3d9cdde4b67f51de55]

        INTEGRATION: CWS residcleanup (1.6.230); FILE MERGED 2007/02/22 21:37:40 pl 1.6.230.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2cdef69439b28d0caa802060829d0a7435b303b]

        INTEGRATION: CWS residcleanup (1.26.124); FILE MERGED 2007/02/22 21:37:40 pl 1.26.124.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c69547a30b4f6c858873ab576be1dc4deb2ff771]

        INTEGRATION: CWS residcleanup (1.15.164); FILE MERGED 2007/02/22 21:37:40 pl 1.15.164.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [492be2ce001c4a863731f115c783c7468394c971]

        INTEGRATION: CWS residcleanup (1.76.112); FILE MERGED 2007/02/22 21:37:39 pl 1.76.112.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2f16cad69eca5a9167f8f03d0729dd73d3444ec]

        INTEGRATION: CWS residcleanup (1.24.124); FILE MERGED 2007/02/22 21:37:39 pl 1.24.124.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [990c95ce2bcf6c1c29d4ee4f256ee147808e744e]

        INTEGRATION: CWS residcleanup (1.28.164); FILE MERGED 2007/02/22 21:37:39 pl 1.28.164.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8d1ba95bad87ff2f8fbf4ff5b6ad1dba0e1b17e5]

        INTEGRATION: CWS residcleanup (1.27.34); FILE MERGED 2007/02/22 21:37:39 pl 1.27.34.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [94b33395c3e604b613011178ea4df78693743bc9]

        INTEGRATION: CWS residcleanup (1.29.148); FILE MERGED 2007/02/22 21:37:38 pl 1.29.148.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [98a39a954fc221cbc3ec2c149cab12f2346a8594]

        INTEGRATION: CWS residcleanup (1.8.260); FILE MERGED 2007/02/22 21:37:38 pl 1.8.260.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3755ff952edffeacc632540c926eebef6344559b]

        INTEGRATION: CWS residcleanup (1.60.34); FILE MERGED 2007/02/22 21:37:37 pl 1.60.34.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dd19e0804dba2bfdd7e20c9ef30876feb79c91fa]

        INTEGRATION: CWS residcleanup (1.16.34); FILE MERGED 2007/02/22 21:37:37 pl 1.16.34.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [321d77aa40b14f9f579fa18c277b2bc0e9a76895]

        INTEGRATION: CWS residcleanup (1.5.262); FILE MERGED 2007/02/20 19:38:34 pl 1.5.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e0c18da3dabe4dfc2e1819a5c9aab5ec0ee187f8]

        INTEGRATION: CWS residcleanup (1.7.222); FILE MERGED 2007/03/20 15:03:13 pl 1.7.222.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/22 21:37:37 pl 1.7.222.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [877d7592a4ce50bdeaa856b1cd895635e6099a30]

        INTEGRATION: CWS residcleanup (1.24.164); FILE MERGED 2007/02/22 21:37:37 pl 1.24.164.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0b659ad2cb5c1e6f364c774259dbcce52e32a4ef]

        INTEGRATION: CWS residcleanup (1.52.262); FILE MERGED 2007/02/22 21:37:36 pl 1.52.262.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9cf6f91b474c8716f4e04a062dc8f5ec5513be23]

        INTEGRATION: CWS residcleanup (1.30.148); FILE MERGED 2007/02/22 21:37:36 pl 1.30.148.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ba0ac72bbcfaf8aa16393ccefde4a2938b2350b9]

        INTEGRATION: CWS residcleanup (1.70.128); FILE MERGED 2007/02/22 21:37:36 pl 1.70.128.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d19f394783369e42149b4f113e73ce7c05bdd146]

        INTEGRATION: CWS residcleanup (1.13.230); FILE MERGED 2007/02/22 21:37:36 pl 1.13.230.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bb3023e6165c3318d8a6670f5784d0b97b04ae3c]

        INTEGRATION: CWS residcleanup (1.58.148); FILE MERGED 2007/02/22 21:37:35 pl 1.58.148.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8c819105bf98468a221ff1c9c5d8a705ccccdb8c]

        INTEGRATION: CWS residcleanup (1.25.262); FILE MERGED 2007/02/22 21:37:35 pl 1.25.262.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0197084898d07bfd0fe3b3072b2dccc03478552a]

        INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/21 22:04:15 pl 1.7.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [adb6020377878aaca5427f23b9f108e5c1286fb5]

        INTEGRATION: CWS residcleanup (1.38.116); FILE MERGED 2007/02/21 22:04:15 pl 1.38.116.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [618d399d44f8eea74fede949bde148c05f275049]

        INTEGRATION: CWS residcleanup (1.27.34); FILE MERGED 2007/02/21 22:04:14 pl 1.27.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [815f1e55b9e437a7eeba837b685975bcdf5e1ae4]

        INTEGRATION: CWS residcleanup (1.14.230); FILE MERGED 2007/02/21 22:04:14 pl 1.14.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0299e4961d201a8fe45d9f67671199b0d9739edb]

        INTEGRATION: CWS residcleanup (1.25.164); FILE MERGED 2007/02/21 22:04:14 pl 1.25.164.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3303163689f54986c6f6cf046051f3eae591c01a]

        INTEGRATION: CWS residcleanup (1.26.230); FILE MERGED 2007/02/21 22:04:14 pl 1.26.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8fc01a954d989b89c076bdc26d3449dbde96d15d]

        INTEGRATION: CWS residcleanup (1.36.32); FILE MERGED 2007/02/21 22:04:14 pl 1.36.32.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [022420b50f37ed9638eaf03c5449bbeca9c9fa98]

        INTEGRATION: CWS residcleanup (1.24.34); FILE MERGED 2007/02/21 22:04:14 pl 1.24.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [caf7f4c05ec49bc0e018a705cf8811d68dfcdea4]

        INTEGRATION: CWS residcleanup (1.20.34); FILE MERGED 2007/02/21 22:04:13 pl 1.20.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7286d5f231cd5f58a15021195c0ab3e8f2b5294d]

        INTEGRATION: CWS residcleanup (1.26.230); FILE MERGED 2007/02/21 22:04:13 pl 1.26.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [78b1073633d717cc6dadd9615b124d7bbbbdca24]

        INTEGRATION: CWS residcleanup (1.25.230); FILE MERGED 2007/02/21 22:04:13 pl 1.25.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [24da71fcafac7a33128176efd49d274194632ff1]

        INTEGRATION: CWS residcleanup (1.24.34); FILE MERGED 2007/02/21 22:04:13 pl 1.24.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f71ebe97e258ce9f4ca38aaaecf0de29d36d5ae3]

        INTEGRATION: CWS residcleanup (1.15.262); FILE MERGED 2007/02/21 22:04:13 pl 1.15.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cc9abb244c9b04faea2b8de098d42cd03e39af72]

        INTEGRATION: CWS residcleanup (1.14.34); FILE MERGED 2007/02/21 22:04:12 pl 1.14.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3c72de88c1ade93883fe37196b141e4050d3801f]

        INTEGRATION: CWS residcleanup (1.23.34); FILE MERGED 2007/02/21 22:04:12 pl 1.23.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1d0d0accd0ee8744fc6cd004ef1459ab95998fc3]

        INTEGRATION: CWS residcleanup (1.13.34); FILE MERGED 2007/02/21 22:04:12 pl 1.13.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a9896923c1905edea475cca2eb4e3ac83917465c]

        INTEGRATION: CWS residcleanup (1.5.262); FILE MERGED 2007/02/21 22:04:12 pl 1.5.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [389c0817305e5e497f2130ae36d29e43d02d6c46]

        INTEGRATION: CWS residcleanup (1.5.230); FILE MERGED 2007/02/21 22:04:12 pl 1.5.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cc1cf813d0350a4ad13de017b2758b8993b6fe4f]

        INTEGRATION: CWS residcleanup (1.12.262); FILE MERGED 2007/02/21 22:04:12 pl 1.12.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ace4885ae04cdc5a5d7953b09299a0121a3a1ad9]

        INTEGRATION: CWS residcleanup (1.40.230); FILE MERGED 2007/02/21 22:04:11 pl 1.40.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cdce9a8d97206935754fd325db4a43efa1bc4bfa]

        INTEGRATION: CWS residcleanup (1.13.230); FILE MERGED 2007/02/21 22:04:11 pl 1.13.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3c63a005cf3b933ca1fba4bb69e154c33f2ac250]

        INTEGRATION: CWS residcleanup (1.9.230); FILE MERGED 2007/02/21 22:04:11 pl 1.9.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1a041ac7f2fef6510b2dcce73554d3cef6e2142c]

        INTEGRATION: CWS residcleanup (1.22.178); FILE MERGED 2007/02/21 22:04:11 pl 1.22.178.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0fa8364314720cde7f43f87a2331397baf4ada18]

        INTEGRATION: CWS residcleanup (1.18.230); FILE MERGED 2007/02/21 22:04:11 pl 1.18.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f6189f593b47478c98cc772aed15e6a4325e81dc]

        INTEGRATION: CWS residcleanup (1.26.230); FILE MERGED 2007/02/21 22:04:11 pl 1.26.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0d800317db8c6f6862d346ad4087cd48f2b3f311]

        INTEGRATION: CWS residcleanup (1.10.262); FILE MERGED 2007/02/21 22:04:11 pl 1.10.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [80e4012dae85a747c2a6b7dc809fd2cb7c611530]

        INTEGRATION: CWS residcleanup (1.7.230); FILE MERGED 2007/02/21 22:04:10 pl 1.7.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [442e9ae0c23029b0ca859986128ca491d160f0fe]

        INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED 2007/02/21 22:04:10 pl 1.6.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [747d3ad8048d89ba703756fc89d65016715707a4]

        INTEGRATION: CWS residcleanup (1.46.34); FILE MERGED 2007/02/21 22:04:10 pl 1.46.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [23b807eabd8a3cea0cba78287e9c1b534ca108a0]

        INTEGRATION: CWS residcleanup (1.34.34); FILE MERGED 2007/02/21 22:04:10 pl 1.34.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f98602b9cca0a5635b472c318f16b06056d2ae50]

        INTEGRATION: CWS residcleanup (1.5.148); FILE MERGED 2007/04/20 14:22:29 pl 1.5.148.2: RESYNC: (1.5-1.8); FILE MERGED 2007/02/21 22:04:10 pl 1.5.148.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5806d3cd8b671a824987aa106ec1012b8ab052f2]

        INTEGRATION: CWS residcleanup (1.15.230); FILE MERGED 2007/02/21 22:04:10 pl 1.15.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [31cde8e7deda3153bdf640d4c1cc251011b69b17]

        INTEGRATION: CWS residcleanup (1.19.34); FILE MERGED 2007/02/21 22:04:09 pl 1.19.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ad85f63680058590f2d8ba250a4dcc32df8e7e06]

        INTEGRATION: CWS residcleanup (1.14.34); FILE MERGED 2007/02/21 22:04:09 pl 1.14.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ab5460d75731eb4924ebd325490fcaf19b14d940]

        INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED 2007/02/21 22:04:09 pl 1.6.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f65c3bab0a77c277ddb700341030c2e508ad5199]

        INTEGRATION: CWS residcleanup (1.17.148); FILE MERGED 2007/04/20 14:22:10 pl 1.17.148.2: RESYNC: (1.17-1.18); FILE MERGED 2007/02/21 22:04:09 pl 1.17.148.1: #i74635# get rid of global ResMgr

2007-04-26  Gerd Weiss  <gm@openoffice.org>  [0ddcadb3e1646f2b58476369b6d57888c579819c]

        INTEGRATION: CWS calcwarnings2 (1.7.20); FILE MERGED 2007/03/19 17:45:49 dr 1.7.20.2: wntmsci10 compiler warning 2007/03/19 16:49:11 dr 1.7.20.1: unxlngi6 compiler warning

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e6237e06b0574296cfaef1113aff77b2c081e7ee]

        INTEGRATION: CWS residcleanup (1.22.148); FILE MERGED 2007/04/20 20:47:52 pl 1.22.148.2: RESYNC: (1.22-1.23); FILE MERGED 2007/02/21 22:04:09 pl 1.22.148.1: #i74635# get rid of global ResMgr

2007-04-26  Gerd Weiss  <gm@openoffice.org>  [834f4305790c080ed46be9896026264f6ec36269]

        INTEGRATION: CWS calcwarnings2 (1.22.20); FILE MERGED 2007/03/19 16:47:27 dr 1.22.20.1: unxlngi6 compiler warning

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3bdd9b9efff3cbca80db9e4b20b93044cfa4ee55]

        INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/21 22:04:09 pl 1.7.262.1: #i74635# get rid of global ResMgr

2007-04-26  Gerd Weiss  <gm@openoffice.org>  [421870087c30ec8fcbb7bf141cdefa9e71bed50b]

        INTEGRATION: CWS calcwarnings2 (1.30.20); FILE MERGED 2007/03/19 16:40:14 dr 1.30.20.1: unxlngi6 compiler warning

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [70926e33d7b7cc306bce3c4f5d7bff48513e9eb0]

        INTEGRATION: CWS residcleanup (1.10.16); FILE MERGED 2007/02/20 19:38:33 pl 1.10.16.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a5628a6d737a0adb76e02646d491c0df45c9cf74]

        INTEGRATION: CWS residcleanup (1.38.32); FILE MERGED 2007/04/20 14:21:19 pl 1.38.32.2: RESYNC: (1.38-1.39); FILE MERGED 2007/02/21 22:04:08 pl 1.38.32.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1c8ca309effdca1836dcd1f4764607d4ddfdf4e2]

        INTEGRATION: CWS residcleanup (1.11.118); FILE MERGED 2007/02/20 19:38:33 pl 1.11.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c11b4ce39ca21d7266b43059404b1395f8d6e5eb]

        INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/21 22:04:08 pl 1.7.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9ba8fa62c6aee5c76a52478172fba19571973300]

        INTEGRATION: CWS residcleanup (1.8.262); FILE MERGED 2007/02/20 19:38:33 pl 1.8.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ae43fad92654b427af8a2e61f2f68f1eed445a85]

        INTEGRATION: CWS residcleanup (1.10.230); FILE MERGED 2007/02/20 19:38:33 pl 1.10.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fe9d2484861d3a6071d2dc34c0792cec5ead1c71]

        INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED 2007/02/21 22:04:08 pl 1.6.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bc8a6e39a7ad23094f62bf3994c91656cb7eacc3]

        INTEGRATION: CWS residcleanup (1.53.34); FILE MERGED 2007/04/20 14:21:11 pl 1.53.34.2: RESYNC: (1.53-1.54); FILE MERGED 2007/02/21 22:04:08 pl 1.53.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f4dbc847c132eb3a6b5f4bbfddfa8be762df79ad]

        INTEGRATION: CWS residcleanup (1.26.262); FILE MERGED 2007/02/20 19:38:33 pl 1.26.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bee941e3c63684008b6ec78f7cfaa436746af1c9]

        INTEGRATION: CWS residcleanup (1.9.230); FILE MERGED 2007/02/20 19:38:33 pl 1.9.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c21b9583755d43d05e6ea2a51be27c92d16513cb]

        INTEGRATION: CWS residcleanup (1.15.34); FILE MERGED 2007/02/20 19:38:32 pl 1.15.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f4afb35dda6439b8c364347ca3971d0002007da6]

        INTEGRATION: CWS residcleanup (1.11.148); FILE MERGED 2007/02/21 22:04:08 pl 1.11.148.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a7ec8f2fc777fd4014ed20c4b413ad0ec5201c74]

        INTEGRATION: CWS residcleanup (1.16.34); FILE MERGED 2007/02/20 19:38:32 pl 1.16.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ad7d2e14c6e74ec58c5061439ede4d0599c8648a]

        INTEGRATION: CWS residcleanup (1.5.262); FILE MERGED 2007/02/20 19:38:32 pl 1.5.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5f6f889341b6497d3e3128aa85893ccafee19d58]

        INTEGRATION: CWS residcleanup (1.11.230); FILE MERGED 2007/02/21 22:04:08 pl 1.11.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d2bf7d0dccfc381a8620f4f59655294f46d30daa]

        INTEGRATION: CWS residcleanup (1.20.164); FILE MERGED 2007/02/20 19:38:32 pl 1.20.164.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ff4b1426d05bc90739ff4d2a22758b653cad178a]

        INTEGRATION: CWS residcleanup (1.11.262); FILE MERGED 2007/02/20 19:38:32 pl 1.11.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dee2e1ab342108dd32e9fc9a38f17d454310374b]

        INTEGRATION: CWS residcleanup (1.8.230); FILE MERGED 2007/02/21 22:04:07 pl 1.8.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d12407ea6e2502e228ddc092a68d918c14ddb81d]

        INTEGRATION: CWS residcleanup (1.20.178); FILE MERGED 2007/02/20 19:38:31 pl 1.20.178.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [73bfda097a5a6b04e57a0b157ebad14f408c5e89]

        INTEGRATION: CWS residcleanup (1.32.178); FILE MERGED 2007/02/21 22:04:07 pl 1.32.178.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8efcfa0811597736909ead63ce2a32680e6b137e]

        INTEGRATION: CWS residcleanup (1.16.230); FILE MERGED 2007/02/21 22:04:07 pl 1.16.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [52024596f80a696b676fa9de4b2c733e6c861db2]

        INTEGRATION: CWS residcleanup (1.21.262); FILE MERGED 2007/02/20 19:38:31 pl 1.21.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7cf2aff85d90f5fc52f0f96f8429bca3d015a62e]

        INTEGRATION: CWS residcleanup (1.28.262); FILE MERGED 2007/02/20 19:38:31 pl 1.28.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3304678bbb5de265baa6b7c7a9deec489a9ebd99]

        INTEGRATION: CWS residcleanup (1.26.178); FILE MERGED 2007/02/20 19:38:31 pl 1.26.178.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [240300682ab4ba27b652b1087d1ef2d2c33c185d]

        INTEGRATION: CWS residcleanup (1.37.176); FILE MERGED 2007/02/21 22:04:07 pl 1.37.176.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9dc3ce934f58e2d29eb635d7837f31f84b642241]

        INTEGRATION: CWS residcleanup (1.14.34); FILE MERGED 2007/02/20 19:38:31 pl 1.14.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4784c4cb17c06a2348a9b4cb18e64b57d6f30616]

        INTEGRATION: CWS residcleanup (1.15.230); FILE MERGED 2007/02/21 22:04:07 pl 1.15.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e6705a88489b7d2abccaad6de7de87cdf116225f]

        INTEGRATION: CWS residcleanup (1.14.230); FILE MERGED 2007/02/21 22:04:07 pl 1.14.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [63c89e3f61d8ac5df46641b23cb94ba331097079]

        INTEGRATION: CWS residcleanup (1.16.34); FILE MERGED 2007/02/20 19:38:31 pl 1.16.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5baed388178e37dbee5d20cd341d10218cd56429]

        INTEGRATION: CWS residcleanup (1.9.230); FILE MERGED 2007/02/20 19:38:30 pl 1.9.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a028b1c8c370e524d2d9d8549d384c1b263b3f7f]

        INTEGRATION: CWS residcleanup (1.20.260); FILE MERGED 2007/02/20 19:38:30 pl 1.20.260.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1c1e7e645a834477f4ba11ba9fa9e6e317198883]

        INTEGRATION: CWS residcleanup (1.15.34); FILE MERGED 2007/02/20 19:38:30 pl 1.15.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [548c2359196e68a67f1177ba7419984e15642884]

        INTEGRATION: CWS residcleanup (1.9.118); FILE MERGED 2007/02/20 19:38:29 pl 1.9.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0812f96d9bd6c1bc5886c15f8041842659c552a2]

        INTEGRATION: CWS residcleanup (1.12.262); FILE MERGED 2007/02/21 22:04:06 pl 1.12.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3268d22d1192d76dd123c307a29c8e1de71a7a2c]

        INTEGRATION: CWS residcleanup (1.9.262); FILE MERGED 2007/02/20 19:38:29 pl 1.9.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [311fff4600a23159b283c5ef22f0f4bba64da21f]

        INTEGRATION: CWS residcleanup (1.16.118); FILE MERGED 2007/02/21 22:04:06 pl 1.16.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [02741b1771630708f586da8d993f24360675e454]

        INTEGRATION: CWS residcleanup (1.8.262); FILE MERGED 2007/02/21 22:04:06 pl 1.8.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [7912175b92dc37dadc10d43c30840a1de52d8efc]

        INTEGRATION: CWS residcleanup (1.10.118); FILE MERGED 2007/02/20 19:38:29 pl 1.10.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8dc1e96a26aab6e79550c4bc3879bb653b6e7db1]

        INTEGRATION: CWS residcleanup (1.26.118); FILE MERGED 2007/02/20 19:38:29 pl 1.26.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3557e734809c6945005ce2d120cec5d92d6e506d]

        INTEGRATION: CWS residcleanup (1.35.118); FILE MERGED 2007/02/20 19:38:29 pl 1.35.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8867fcb1cd7d8ec4932c59d8bba2524258a5fb06]

        INTEGRATION: CWS residcleanup (1.29.26); FILE MERGED 2007/02/20 19:38:29 pl 1.29.26.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [25723f67b155d448464c1aa07fc599b60b491461]

        INTEGRATION: CWS residcleanup (1.11.230); FILE MERGED 2007/02/21 22:04:06 pl 1.11.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [489f761c7f2a70b9bc35499032f46ed230a8c8f0]

        INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/20 19:38:28 pl 1.7.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [21413dc4b044dd064d82a0c393e07aa22ff70c94]

        INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED 2007/02/20 19:38:28 pl 1.6.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8052f3dbb5f8ce43046c96c59ab8d95a752b44c9]

        INTEGRATION: CWS residcleanup (1.12.16); FILE MERGED 2007/02/21 22:04:06 pl 1.12.16.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9bb32b8ecf8a7801eadaeff425313a832a74406f]

        INTEGRATION: CWS residcleanup (1.8.230); FILE MERGED 2007/02/20 19:38:28 pl 1.8.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [5ccfda30148fdcf80b7285baa2ec7a905bdb808c]

        INTEGRATION: CWS residcleanup (1.14.118); FILE MERGED 2007/02/20 19:38:28 pl 1.14.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [373398c11601538133a2e6bc9837f02a18d95227]

        INTEGRATION: CWS residcleanup (1.10.34); FILE MERGED 2007/02/20 19:38:28 pl 1.10.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [4a63ff4dd80c487ffcca9b915dc8850c6ac29b24]

        INTEGRATION: CWS residcleanup (1.13.230); FILE MERGED 2007/02/20 19:38:28 pl 1.13.230.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [29e3e87775a9f7e68b5d71c9a62a59376fa5fafa]

        INTEGRATION: CWS residcleanup (1.7.262); FILE MERGED 2007/02/20 19:38:27 pl 1.7.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9a42ce8ac3814a091573d53986566681550e5760]

        INTEGRATION: CWS residcleanup (1.39.118); FILE MERGED 2007/02/21 22:04:06 pl 1.39.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [8f67d0bfd9640adc1c035fb86ffa7bf7b8aaea35]

        INTEGRATION: CWS residcleanup (1.92.32); FILE MERGED 2007/02/20 19:38:27 pl 1.92.32.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d3cc0abdce661641a48baba5fa9fe720fc5967f8]

        INTEGRATION: CWS residcleanup (1.38.118); FILE MERGED 2007/02/21 22:04:05 pl 1.38.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [cc66f6cab6bd464d54212d293dfb3c6e46a4bacb]

        INTEGRATION: CWS residcleanup (1.31.34); FILE MERGED 2007/02/20 19:38:27 pl 1.31.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [a9b626cacfe3c9a6d16829731dadfc071096a62f]

        INTEGRATION: CWS residcleanup (1.35.34); FILE MERGED 2007/02/20 19:38:27 pl 1.35.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [fc480fe12384fc5bf80d1997a4594fb72e58f694]

        INTEGRATION: CWS residcleanup (1.16.118); FILE MERGED 2007/02/20 19:38:27 pl 1.16.118.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [eaad77a1cb2ca64709450732e240fb3981e0ef0d]

        INTEGRATION: CWS residcleanup (1.22.228); FILE MERGED 2007/02/20 19:38:27 pl 1.22.228.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c30c8f94b0c87d02a2edd9278accfa7d7dc63059]

        INTEGRATION: CWS residcleanup (1.17.34); FILE MERGED 2007/02/20 19:38:26 pl 1.17.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [edc794cac7d80370c77d7b98099021e558a93ace]

        INTEGRATION: CWS residcleanup (1.10.34); FILE MERGED 2007/02/21 22:04:05 pl 1.10.34.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [06b60526d0b59d15da201b80f26b8ffc6fdb092a]

        INTEGRATION: CWS residcleanup (1.15.24); FILE MERGED 2007/02/20 19:38:26 pl 1.15.24.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [0c3c8c77523f3c915b093fc4880f503a5a8fb38c]

        INTEGRATION: CWS residcleanup (1.6.262); FILE MERGED 2007/02/20 19:38:26 pl 1.6.262.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d659b8b2581b42c0dd6d0c46df0de9246bb9a3ca]

        INTEGRATION: CWS residcleanup (1.2.28); FILE MERGED 2007/04/20 19:04:31 pl 1.2.28.1: fix cwsanalyze alerts

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [21031d78ee5abc916ca7edaa837abd4d9cbd88f6]

        INTEGRATION: CWS residcleanup (1.5.164); FILE MERGED 2007/02/22 21:37:35 pl 1.5.164.1: #i74635# get rid of global ResMgr fallback

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [48e00349dd9ac4142ff386b4a1c127ef11baef8f]

        INTEGRATION: CWS residcleanup (1.15.162); FILE MERGED 2007/02/21 22:04:05 pl 1.15.162.1: #i74635# get rid of global ResMgr

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [493e687171147b080b70e4a724ce8444a2a52606]

        INTEGRATION: CWS residcleanup (1.11.20); FILE MERGED 2007/03/04 09:27:30 pl 1.11.20.1: #i74635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f3fa79f66c54059cff1f12c69fab4b8b792a0a8b]

        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-26  Rüdiger Timm  <rt@openoffice.org>  [d7effba85e910c4eb80d2120580f62268e27682d]

        INTEGRATION: CWS residcleanup (1.7.30); FILE MERGED 2007/02/26 21:26:05 pl 1.7.30.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [94d2b62a05a1ab700f00b94fc152994378f5a3c8]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/26 21:26:04 pl 1.6.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [164d20440bb2a31533a7d68cd268291a7d0ef352]

        INTEGRATION: CWS residcleanup (1.5.68); FILE MERGED 2007/02/24 22:53:17 pl 1.5.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9e6572ffc4a0b314a0f16ca98bd71fcc76829f66]

        INTEGRATION: CWS residcleanup (1.4.68); FILE MERGED 2007/02/26 21:26:04 pl 1.4.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [10eb6576abc213a553acdd68e151c7391c7a6b12]

        INTEGRATION: CWS residcleanup (1.3.196); FILE MERGED 2007/02/26 21:26:04 pl 1.3.196.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1474ab0adb1d48da24a540880f86ed75cf90da42]

        INTEGRATION: CWS residcleanup (1.11.30); FILE MERGED 2007/02/26 21:26:03 pl 1.11.30.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [27f51b1cbbd6fc95d58b05dd5c8ce429607517ec]

        INTEGRATION: CWS residcleanup (1.10.30); FILE MERGED 2007/02/26 21:26:03 pl 1.10.30.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [e34c9cc42eb93fa449ec85b8803331be02ee4332]

        INTEGRATION: CWS residcleanup (1.9.56); FILE MERGED 2007/02/26 21:26:03 pl 1.9.56.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [d8a748cd7a6b85b71ff5e8ed92faaa225f46d3da]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/26 21:26:03 pl 1.6.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [9857522287c491c03a78d971174208540c8c5db1]

        INTEGRATION: CWS residcleanup (1.8.30); FILE MERGED 2007/02/26 21:26:02 pl 1.8.30.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c03179ecf3a39a381efa99c5b52ca70a16d03955]

        INTEGRATION: CWS residcleanup (1.10.30); FILE MERGED 2007/02/26 21:26:02 pl 1.10.30.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [c2f1ee075c9189fa425dea4da8586b31b10fed21]

        INTEGRATION: CWS residcleanup (1.8.50); FILE MERGED 2007/02/26 21:26:02 pl 1.8.50.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [603ab905eef4d5e2e8bb718b269bb20317281b56]

        INTEGRATION: CWS residcleanup (1.3.196); FILE MERGED 2007/02/24 22:53:16 pl 1.3.196.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ff7981fec19b2771185db0a3b596758ac11ee68d]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/26 21:26:01 pl 1.6.68.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [bd1871867ae29c94c6d042c4e3415e11e289c083]

        INTEGRATION: CWS residcleanup (1.6.50); FILE MERGED 2007/03/20 13:32:55 pl 1.6.50.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/26 21:26:01 pl 1.6.50.1: #i74635# no more ResMgr default

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [67d807e6c265ddc68879a193434aeabb274b8da9]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/24 22:53:16 pl 1.6.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b6a5c6f277d950da7f24fe37c42ae7a6532d6794]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/24 22:53:14 pl 1.6.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [b3fb605e71cd707256f0548ce7a765585c3332b8]

        INTEGRATION: CWS residcleanup (1.3.196); FILE MERGED 2007/02/24 22:53:13 pl 1.3.196.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [1f25753a3f166921bb95c0c01fb30e3d102437db]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/24 22:53:13 pl 1.6.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [359ccd2762e5cc7b4d0aa8978f67ceddb0776389]

        INTEGRATION: CWS residcleanup (1.5.68); FILE MERGED 2007/02/24 22:53:13 pl 1.5.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [ae107d4567beeded78728b09abdcd6415ac7b23b]

        INTEGRATION: CWS residcleanup (1.6.68); FILE MERGED 2007/02/24 22:53:12 pl 1.6.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [3ced045ac890c73c2aafc3f34d46928b6ff597db]

        INTEGRATION: CWS residcleanup (1.5.68); FILE MERGED 2007/02/24 22:53:12 pl 1.5.68.1: #i74635# residcleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [f3d29b55aabf8ef6ff11254f8b8f27d6647b020b]

        INTEGRATION: CWS residcleanup (1.2.2); FILE MERGED 2007/03/21 09:16:55 pl 1.2.2.1: #i75635# ResId cleanup

2007-04-26  Rüdiger Timm  <rt@openoffice.org>  [dd85e2d6f258d522e64cfb58b3fcf0bad0d5d8b7]

        INTEGRATION: CWS residcleanup (1.2.2); FILE MERGED 2007/03/21 09:16:54 pl 1.2.2.1: #i75635# ResId cleanup

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ab6f98b8a91853252d26e02831a8c489f5e68aa2]

        INTEGRATION: CWS npower6 (1.6.108); FILE MERGED 2007/02/08 09:24:14 npower 1.6.108.2: #i74096# remove public symbol thingy from already public class ( causes build failure on windows ) 2007/02/07 21:29:11 npower 1.6.108.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [11a82d1fb7f68bb421bc89ab5a74af85de756104]

        INTEGRATION: CWS npower6 (1.42.20); FILE MERGED 2007/02/07 16:33:28 npower 1.42.20.1: #i74096 support config options to control deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [401641927fd70e224b9251bb492677a3c29850d8]

        INTEGRATION: CWS npower6 (1.49.24); FILE MERGED 2007/02/07 16:33:27 npower 1.49.24.1: #i74096 support config options to control deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [51600c2658ef508f3ed6063a73bc102003e4c498]

        INTEGRATION: CWS npower6 (1.183.14); FILE MERGED 2007/02/07 16:33:27 npower 1.183.14.1: #i74096 support config options to control deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [cc230a678a341c8756f1e6a6b04db5f8bbd91d1b]

        INTEGRATION: CWS npower6 (1.222.52); FILE MERGED 2007/02/08 14:43:17 npower 1.222.52.2: #i74096 make sure dll name is correct <sigh> 2007/02/07 16:33:27 npower 1.222.52.1: #i74096 support config options to control deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5703b96d62b24a933e061276e4ab420df8b04bc3]

        INTEGRATION: CWS npower6 (1.19.210); FILE MERGED 2007/02/27 11:26:56 npower 1.19.210.2: #i37347 tweak filter so that is only adds modules with content ( excluding autogenerated options 2007/02/07 21:14:23 npower 1.19.210.1: #i74096#  control import of vba code as comments based on if vba compatability service is available

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [080bb07452aa07b05d30f77df420486dff93414b]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/07 21:24:44 npower 1.1.2.1: #i74096# vba compatibility api component build bits

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fe68b7ecaa660d38aed2e505642a82a245fa5665]

        INTEGRATION: CWS npower6 (1.37.76); FILE MERGED 2007/02/27 11:03:46 npower 1.37.76.5: #i74096 use proper macro for calc lib 2007/02/09 11:50:36 npower 1.37.76.4: #i74096 add perl script to create the openoffice extension 2007/02/08 18:14:51 npower 1.37.76.3: #i74096 make building component optional 2007/02/08 11:16:19 npower 1.37.76.2: #i74096# fix link failure on windows 2007/02/07 21:24:25 npower 1.37.76.1: #i74096# vba compatibility api component build bits

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f4e1e22b8695ba1843a022ebabd81f06088045f6]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:32:22 npower 1.1.2.3: #i74096 add license 2007/02/09 11:53:34 npower 1.1.2.2: #i74096 update error message 2007/02/09 11:51:38 npower 1.1.2.1: #i74096 add perl script to create the openoffice extension

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [dce246073a302a172df322ea29cea9d56042198e]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:25 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:07 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4f15624ff33845e6abbeebd8c16cf7acc8c9e7c3]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/27 23:29:39 npower 1.1.2.3: #i74096 get rid of warnings windows 2007/02/21 17:29:25 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:07 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [77d5722ee1d3a974d14b4e212efed5243e14431a]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:24 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:07 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d6ef302102a894c7440685729a8b50847b6ee1bd]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:24 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:06 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e3e908f214b3bef76697b1cb45bcf6b411864994]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:24 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:05 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b1a33f532ab24b9dc63c57e0e9f9c920c631ced5]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:24 npower 1.1.2.4: #i74096 add license 2007/02/16 10:43:43 npower 1.1.2.3: #i74096 fix url handling for workbooks.open 2007/02/16 10:18:16 npower 1.1.2.2: #i74096 fix url handling for workbooks.open 2007/02/07 21:18:05 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [abacedbab544c766c4623da587a647450e98bd07]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:23 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:05 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [3d8fd43e0dceddf48200d67ed742302e09d75d93]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:23 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:04 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9dfbbc09143e5a1bc6432daa341be7b76fd34318]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:23 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:03 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6a0b89bab9cb8592a26f037367e5bbb87f13e834]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/27 22:37:53 npower 1.1.2.3: #i74096 get rid of warnings linux 2007/02/21 17:29:22 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:02 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d61cf08ec34db67109d0b2131d900a1477b83d2e]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:22 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:02 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5279f221bd898c32e6e2c2a5dfc17bfeeab8ce88]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/03/05 13:52:58 npower 1.1.2.3: #i74096# remove 'old' default method handling foo 2007/02/21 17:29:22 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:01 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [16da15937bf91ef60ceb50dad00a170b92173e54]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/03/05 13:52:58 npower 1.1.2.6: #i74096# remove 'old' default method handling foo 2007/02/27 23:29:39 npower 1.1.2.5: #i74096 get rid of warnings windows 2007/02/27 22:37:53 npower 1.1.2.4: #i74096 get rid of warnings linux 2007/02/21 17:29:22 npower 1.1.2.3: #i74096 add license 2007/02/12 17:01:35 npower 1.1.2.2: #i74096 use XInterface to dynamic cast from 2007/02/07 21:18:01 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [46c59cb31a6d04b805ae00797815fc51e72b986e]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:21 npower 1.1.2.2: #i74096 add license 2007/02/07 21:18:00 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [08d4cb745aefc60c5d54d4e44d46dcb7cf2777a1]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:21 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:59 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [964a5c5f7b04be765c6acf5b56571dafdbde5bdb]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:21 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:58 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0c15e1158ca9ea6ff66725af60dde73b6a893439]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:20 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:58 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [806758fc3cc7ec39e1051c7183cd4a51d947911d]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:20 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:57 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5aad8c7696e4143e9e62e66dc2c0ee105af16e48]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:20 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:56 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7c35643da46ab9daabcdf7e69f3ccd0ad89c92fd]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:20 npower 1.1.2.3: #i74096 add license 2007/02/12 17:01:35 npower 1.1.2.2: #i74096 use XInterface to dynamic cast from 2007/02/07 21:17:56 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7419f4098ed28d823f2b09cac829011c86503adb]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:19 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:55 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f3129403d92d637d57a8a12c345841fd444ffdd3]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:19 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:54 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [aa05ab519bd69404a3a0d328cff2a21e09c443d8]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:19 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:53 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [dcb89a96a4fde238f53f3259784b9ebe969ec993]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:18 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:53 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [84d05a9d4c659a12520173b0f448dacd78876975]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:18 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:52 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [352be4c8e8ff715520be41ba512175335b32fe13]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/03/05 13:52:57 npower 1.1.2.3: #i74096# remove 'old' default method handling foo 2007/02/21 17:29:18 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:51 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f226ba5d322257f377e95ad6c69f529f4a192646]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:17 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:51 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [461daa17fb9f898081ee5b104290c9f0c950304b]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:17 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:50 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [85a1dd45aafa06efd7a81d25a09c31845fc1f95f]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:17 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:49 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b33df0e356f36c799147bd116f17778cc2e7141a]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:16 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:48 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [db6a754782eff9d71726a722f58044135bea364d]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:16 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:47 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a6c052bea412600afed96ccf1a26cf0fb65dbda4]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/21 17:29:15 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:46 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ecedaa59dbcf3ac7e53c611d45218bd41b6cf2e2]

        INTEGRATION: CWS npower6 (1.178.4); FILE MERGED 2007/03/08 14:05:53 npower 1.178.4.1: #i74096# update generated files

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e1984a3bcbcc8611d74adf43ff9e0266feb8665c]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/27 23:29:39 npower 1.1.2.4: #i74096 get rid of warnings windows 2007/02/27 22:37:53 npower 1.1.2.3: #i74096 get rid of warnings linux 2007/02/21 17:29:15 npower 1.1.2.2: #i74096 add license 2007/02/07 21:17:46 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e9a2bf0302deebe1b239c4adc8c4b26938434c67]

        INTEGRATION: CWS npower6 (1.1.2); FILE ADDED 2007/02/07 21:17:46 npower 1.1.2.1: #i74096# add compatibility api implementation

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [00fb44f1439d8a3fc83b6055c34e80b3c56a9196]

        INTEGRATION: CWS npower6 (1.29.110); FILE MERGED 2007/02/07 21:29:12 npower 1.29.110.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [03fcaf316700861ca8af253a3612e31eee08fa0d]

        INTEGRATION: CWS npower6 (1.14.380); FILE MERGED 2007/02/07 21:29:12 npower 1.14.380.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [46794e0a2586f7e0f948530215e01621cff796b0]

        INTEGRATION: CWS npower6 (1.22.50); FILE MERGED 2007/02/07 21:29:11 npower 1.22.50.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [51d3e4285e6e1c71657465cb2dfd52942063b8bb]

        INTEGRATION: CWS npower6 (1.39.10); FILE MERGED 2007/02/07 21:29:11 npower 1.39.10.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1c04ebd848696a14e2965d68c9941f59296acc3e]

        INTEGRATION: CWS npower6 (1.14.108); FILE MERGED 2007/02/07 21:29:11 npower 1.14.108.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e291a859f6e42514515130e11ee3f70f61ec87ea]

        INTEGRATION: CWS npower6 (1.8.380); FILE MERGED 2007/02/07 21:29:11 npower 1.8.380.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [c22cb2b953a8a078ac798d42e923e0b08e781bbd]

        INTEGRATION: CWS npower6 (1.23.104); FILE MERGED 2007/02/08 14:35:42 npower 1.23.104.2: #i74096 make sure windows dll gets delivered 2007/02/07 21:24:25 npower 1.23.104.1: #i74096# vba compatibility api component build bits

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [bbce5d21eed2cd10c35c0d406dc2e66ccf81b5c2]

        INTEGRATION: CWS npower6 (1.13.88); FILE MERGED 2007/02/28 14:29:58 npower 1.13.88.2: #i74096 depends on top level inc 2007/02/07 21:24:24 npower 1.13.88.1: #i74096# vba compatibility api component build bits

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fa7022c917abd21b3b90c57f848401cc3cf6079e]

        INTEGRATION: CWS npower6 (1.20.150); FILE MERGED 2007/02/07 21:29:11 npower 1.20.150.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6b24bd9a2fdf4b2a55908d1f7b348047c11969c8]

        INTEGRATION: CWS npower6 (1.47.52); FILE MERGED 2007/02/07 21:29:10 npower 1.47.52.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1d7d18b062888efb3a128993d33a1e3864b8ba62]

        INTEGRATION: CWS npower6 (1.22.338); FILE MERGED 2007/02/07 21:29:10 npower 1.22.338.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [93b1df8a40d517c7680ffb2f18569b6053cd09ed]

        INTEGRATION: CWS npower6 (1.97.10); FILE MERGED 2007/02/07 21:29:10 npower 1.97.10.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1d7a58915306d253dd0f14684a998496a1c69c6d]

        INTEGRATION: CWS npower6 (1.10.370); FILE MERGED 2007/02/07 21:29:10 npower 1.10.370.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f2739a7e2cc231b0f2bc8d6dc7e799065d954b3a]

        INTEGRATION: CWS npower6 (1.28.14); FILE MERGED 2007/02/07 21:29:10 npower 1.28.14.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [96979c0b4e8be670314b4e1e4a516d32f69928b3]

        INTEGRATION: CWS npower6 (1.26.106); FILE MERGED 2007/02/07 21:29:10 npower 1.26.106.1: Issue number:  i74096 symbol visibility issues for needed for vba compatility api to link

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [19a8714b72e8916a1182f62e95c127d2233f34ce]

        INTEGRATION: CWS npower6 (1.7.378); FILE MERGED 2007/02/07 21:25:31 npower 1.7.378.1: Issue number: Submitted by: Reviewed by:

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d1a5f6532dfca26b0b7dd58afb27c4de2f2d4691]

        INTEGRATION: CWS npower6 (1.135.4); FILE MERGED 2007/02/07 16:34:17 npower 1.135.4.1: #i74096 new config options to control building & deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5a6930e7aaf5163804c9c64342c2f10426090be5]

        INTEGRATION: CWS npower6 (1.196.4); FILE MERGED 2007/02/07 16:34:17 npower 1.196.4.1: #i74096 new config options to control building & deployment of vba compatibility api

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [2e40c29c356a70aac7b0dcfb2668c1dcfa9317fc]

        INTEGRATION: CWS npower6 (1.27.46); FILE MERGED 2007/02/21 11:03:53 npower 1.27.46.2: #i74096 hook for the compatibility api globals, remove OSL_TRACES and uncessary bits 2007/02/20 18:10:52 npower 1.27.46.1: #i74096 hook for the compatibility api globals

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [730ab3d13dab025ba7bc1a7b100e4e075b212b65]

        INTEGRATION: CWS sixtyfour11 (1.7.242); FILE MERGED 2007/02/20 10:31:07 kendy 1.7.242.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6aa60ba0454317321541b409bc09161dfda16046]

        INTEGRATION: CWS sixtyfour11 (1.10.136); FILE MERGED 2007/02/20 10:31:07 kendy 1.10.136.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5af07839e961d8ed2605d428cc99f4d763e3f80d]

        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>  [ad1f840daec2b7352e48937143f981233b923359]

        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>  [06024b6a5cc9900871538504653fb40e4ddb317f]

        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>  [83462746442e7233f8ed19cd2b29138f033bacbd]

        INTEGRATION: CWS sixtyfour11 (1.11.170); FILE MERGED 2007/03/12 16:39:24 kendy 1.11.170.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9beee902aa74524fcdd46e2baa1e50b92ead00fc]

        INTEGRATION: CWS sixtyfour11 (1.25.96); FILE MERGED 2007/02/20 10:31:08 kendy 1.25.96.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fd5f55364bba717e89b3ffce70aa831e45ab2625]

        INTEGRATION: CWS sixtyfour11 (1.19.136); FILE MERGED 2007/02/20 10:31:08 kendy 1.19.136.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b954354937bb279120319df95bb05b6a3114ab7d]

        INTEGRATION: CWS sixtyfour11 (1.16.136); FILE MERGED 2007/02/20 10:31:08 kendy 1.16.136.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [585dbf31981fd4831278f0e8113494efb66f91ee]

        INTEGRATION: CWS sixtyfour11 (1.46.94); FILE MERGED 2007/02/20 10:31:08 kendy 1.46.94.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0a002260b4f4826c5256facce7576fa30d0bbd2d]

        INTEGRATION: CWS sixtyfour11 (1.66.94); FILE MERGED 2007/02/20 10:31:07 kendy 1.66.94.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [49ed76d61101edfe85aecd52cec75bf0048e5481]

        INTEGRATION: CWS sixtyfour11 (1.6.356); FILE MERGED 2007/03/12 16:39:27 kendy 1.6.356.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [bfee27aca3c6bbddd2daabe74d281c9a3ed07d72]

        INTEGRATION: CWS sixtyfour11 (1.11.224); FILE MERGED 2007/03/12 16:39:27 kendy 1.11.224.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [95943d94ecffa678410e4a0bd3bf57311f001141]

        INTEGRATION: CWS sixtyfour11 (1.11.144); FILE MERGED 2007/03/12 16:39:27 kendy 1.11.144.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [dd85912b4d36da4b070ce463b615db82d16f11af]

        INTEGRATION: CWS sixtyfour11 (1.12.144); FILE MERGED 2007/03/12 16:39:26 kendy 1.12.144.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f079719c62bb77e1fa2ccbcf344d810511ef94d8]

        INTEGRATION: CWS sixtyfour11 (1.34.66); FILE MERGED 2007/03/12 16:39:26 kendy 1.34.66.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [74bca9433a28044bf24281851b4c6ed0e56bf87d]

        INTEGRATION: CWS sixtyfour11 (1.197.2); FILE MERGED 2007/02/27 15:38:06 kendy 1.197.2.1: #i74920# Error message in AC_MSG_ERROR should be one string.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f424e55b4e66ffbee5b34f45ef5ea18d77c4d15c]

        INTEGRATION: CWS sixtyfour11 (1.7.22); FILE MERGED 2007/02/16 11:43:53 kendy 1.7.22.4: #i73974# Cosmetical change. 2007/02/16 11:38:58 kendy 1.7.22.3: #i73974# Rewrite some deep gcc magic to a simple assembler. 2007/02/13 13:27:29 kendy 1.7.22.2: #i73974# #include <string.h>, remove NOOPT from makefile.mk. 2007/02/13 13:12:39 kendy 1.7.22.1: #i73974# x86-64 bridge cleanup & float fix.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d7f5d52ccd08c50937e6a18fa8284ec4b3828c67]

        INTEGRATION: CWS sixtyfour11 (1.6.8); FILE MERGED 2007/02/13 13:27:29 kendy 1.6.8.1: #i73974# #include <string.h>, remove NOOPT from makefile.mk.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4a92424941a91c151471f40bbf3ddbb24e8adaa5]

        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>  [d341ea5e88ccfc3c54076ad9e335cff9776a21c9]

        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-25  Rüdiger Timm  <rt@openoffice.org>  [7d8421464e0dfa1013b5f56f4aa67a8cafa3926f]

        INTEGRATION: CWS sixtyfour11 (1.5.110); FILE MERGED 2007/03/12 16:39:25 kendy 1.5.110.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [31180fd5887d418127f240489007ae0b657fcf11]

        INTEGRATION: CWS sixtyfour11 (1.49.8); FILE MERGED 2007/02/20 10:31:09 kendy 1.49.8.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [bc35e9f3a76679a188712135b3dead15ba70a68c]

        INTEGRATION: CWS sixtyfour11 (1.25.236); FILE MERGED 2007/02/22 18:43:23 kendy 1.25.236.1: #i74786# Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [35e1f96a6e6a75c479ee2caca1a55541589276b8]

        INTEGRATION: CWS sixtyfour11 (1.16.266); FILE MERGED 2007/03/12 16:39:25 kendy 1.16.266.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fce1a1eed15a7a8a9a28388d12a38fd2315a0736]

        INTEGRATION: CWS sixtyfour11 (1.55.154); FILE MERGED 2007/03/12 16:39:25 kendy 1.55.154.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [45be05cee67e5a39d2afe157b8bacf661ce4752c]

        INTEGRATION: CWS sixtyfour11 (1.10.792); FILE MERGED 2007/03/12 16:39:24 kendy 1.10.792.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b1d34e054b14fe32b6ee5be9d678ce1597d53c3e]

        INTEGRATION: CWS sixtyfour11 (1.7.48); FILE MERGED 2007/03/12 16:39:24 kendy 1.7.48.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e732f22bf5dbdd1e7a3ef890a51572f7dd6a9a17]

        INTEGRATION: CWS sixtyfour11 (1.42.208); FILE MERGED 2007/03/12 16:39:24 kendy 1.42.208.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1c81e819544c1f38216b7f25ea92e3fdca2e8408]

        INTEGRATION: CWS sixtyfour11 (1.48.32); FILE MERGED 2007/02/20 10:31:06 kendy 1.48.32.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1246dde17189ab735ac6c352e31d0698948534c0]

        INTEGRATION: CWS sixtyfour11 (1.9.228); FILE MERGED 2007/03/12 16:39:23 kendy 1.9.228.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [47f8b35d1290599f0a1ed0138ed53fc249e0b01e]

        INTEGRATION: CWS sixtyfour11 (1.35.412); FILE MERGED 2007/02/13 13:55:26 kendy 1.35.412.1: #i74451# Fix type size mismatch in ww8 import on 64bit

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [99817ee2ff045481f16847cb1601e46b19e8f0ad]

        INTEGRATION: CWS sixtyfour11 (1.172.116); FILE MERGED 2007/02/13 13:55:26 kendy 1.172.116.1: #i74451# Fix type size mismatch in ww8 import on 64bit

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [88b26be4f6b9ae3b888b6e6e6f621c4f4453dd15]

        INTEGRATION: CWS sixtyfour11 (1.147.146); FILE MERGED 2007/02/13 13:55:26 kendy 1.147.146.1: #i74451# Fix type size mismatch in ww8 import on 64bit

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6d7c114b737f7ebf5ec6463a2d65715da9d58f99]

        INTEGRATION: CWS sixtyfour11 (1.145.112); FILE MERGED 2007/02/13 13:55:26 kendy 1.145.112.1: #i74451# Fix type size mismatch in ww8 import on 64bit

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [bafa13935d880cb9679af6bbc2aa951da7347b6f]

        INTEGRATION: CWS sixtyfour11 (1.93.112); FILE MERGED 2007/02/13 13:55:26 kendy 1.93.112.1: #i74451# Fix type size mismatch in ww8 import on 64bit

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [00ae03141a4d0d31f0e067ffe0f28c83f411b66b]

        INTEGRATION: CWS sixtyfour11 (1.5.78); FILE MERGED 2007/03/12 16:39:23 kendy 1.5.78.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [8b6d2dd6e6c4363c9a5c5770198caed6b0de0928]

        INTEGRATION: CWS sixtyfour11 (1.9.78); FILE MERGED 2007/03/12 16:39:23 kendy 1.9.78.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4ef89d6ef6d5f183bc9a793b0945e85e2085cabb]

        INTEGRATION: CWS sixtyfour11 (1.8.78); FILE MERGED 2007/03/12 16:39:22 kendy 1.8.78.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7c56633f86a8fb5ed707a3e1ffdf3e5a6e6e436c]

        INTEGRATION: CWS sixtyfour11 (1.10.406); FILE MERGED 2007/03/12 16:39:22 kendy 1.10.406.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fbebdc8205c025fa075f20394585a057367515ca]

        INTEGRATION: CWS sixtyfour11 (1.11.406); FILE MERGED 2007/03/12 16:39:22 kendy 1.11.406.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ee84b7e75712d24a90626a62544d5f0bb9553673]

        INTEGRATION: CWS sixtyfour11 (1.14.76); FILE MERGED 2007/03/12 16:39:22 kendy 1.14.76.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a750440f2cac30f7a4c85c19fcc8789027b03d1d]

        INTEGRATION: CWS sixtyfour11 (1.15.76); FILE MERGED 2007/03/12 16:39:22 kendy 1.15.76.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f3e8fa947f4488f6c18401a5a8d765ac6cec5f78]

        INTEGRATION: CWS sixtyfour11 (1.26.92); FILE MERGED 2007/03/12 16:39:21 kendy 1.26.92.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ce9156e4480b2fbf8779c58acfbfd58ef3c5ac3f]

        INTEGRATION: CWS sixtyfour11 (1.26.76); FILE MERGED 2007/03/12 16:39:21 kendy 1.26.76.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Mikhail Voitenko  <mav@openoffice.org>  [1bbc142d5a59f5b0fb3c0cbcc750ea84a2825f72]

        #146885# let Setup_math.xcu be updated by patch

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [03daa89be54d0a5c1d665c85a74d12f49ab182e7]

        INTEGRATION: CWS sixtyfour11 (1.4.64); FILE MERGED 2007/03/12 16:39:21 kendy 1.4.64.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [2244f1b91845da134d2fe366934a789dadcf23ee]

        INTEGRATION: CWS sixtyfour11 (1.5.64); FILE MERGED 2007/02/20 10:31:05 kendy 1.5.64.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b969f7be33778676a854136a4e5de27c68e8450d]

        INTEGRATION: CWS sixtyfour11 (1.11.64); FILE MERGED 2007/02/22 18:43:22 kendy 1.11.64.1: #i74786# Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fcc0a5df38aa4125a2431dc1c91a2cef234e8dc4]

        INTEGRATION: CWS sixtyfour11 (1.5.64); FILE MERGED 2007/03/12 16:39:21 kendy 1.5.64.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6f46b7b38dc0d03479fb046a4b960c9bba1249fc]

        INTEGRATION: CWS sixtyfour11 (1.8.64); FILE MERGED 2007/02/20 10:31:05 kendy 1.8.64.1: #i74692# Let the form control properties dialog show even on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [69306414fb194c1fbf0f33681312caa8ae91c62a]

        INTEGRATION: CWS sixtyfour11 (1.6.64); FILE MERGED 2007/02/22 18:43:22 kendy 1.6.64.1: #i74786# Fix occurrences of sizeof(ULONG) where should be sizeof(sal_uInt32) - could break on 64bit.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [91273218e4411086597d01057a43aea233441736]

        INTEGRATION: CWS sixtyfour11 (1.5.26); FILE MERGED 2007/03/12 16:39:20 kendy 1.5.26.1: #i75331# Don't introduce new virtual methods where they should be overridden.

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [11eca08feaf0c8befab76445197b01af74b3c27b]

        INTEGRATION: CWS sixtyfour11 (1.38.180); FILE MERGED 2007/02/23 14:47:49 kendy 1.38.180.1: #i74814# Fix dbase files on 64bit.

2007-04-25  Fridrich Štrba  <fridrich_strba@openoffice.org>  [c1ff80fde7e17e72abf7b57a1b52226e66a71fba]

        some more attributes parsed

2007-04-25  Fridrich Štrba  <fridrich_strba@openoffice.org>  [d71c7efceebe05f8da7d3b497ee2babe548afffd]

        using namespace writerfilter

2007-04-25  Fridrich Štrba  <fridrich_strba@openoffice.org>  [d74f67b0cf932a2b166f57021a22f5df18bfe713]

        more code for parsing of section attributes

2007-04-25  Oliver Specht  <os@openoffice.org>  [f75aed749057a1ae3aac18496085765ac338759f]

        table attributes started WW8ResourceModelImpl.cxx

2007-04-25  Oliver Specht  <os@openoffice.org>  [9fe38e48fb581aa8f33201c68402665fb3ae2870]

        check character properties

2007-04-25  Oliver Specht  <os@openoffice.org>  [e822690be3edb606c200095b4da719d402dc64e9]

        table attributes started

2007-04-25  Oliver Specht  <os@openoffice.org>  [636b05815f40ecc5fac695c1675873488227a578]

        more 'const'

2007-04-25  Oliver Specht  <os@openoffice.org>  [bf3f4388cf2116cb325449ca0e2df235e1c2fd44]

        new: BorderHandler and DomainMapperTableManager

2007-04-25  Oliver Specht  <os@openoffice.org>  [c690115805f8d5cb76e6992265746fa9d6f6d397]

        handler of border attributes

2007-04-25  Oliver Specht  <os@openoffice.org>  [09a7fefdc1a7626ed3d30b3c58f22fff72abb785]

        derived TableManager

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [916e523bc576372b94bbcac4ba33d4d3dd581e4c]

        INTEGRATION: CWS os94 (1.93.154); FILE MERGED 2007/03/12 08:10:49 os 1.93.154.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [03c45d526924fff543ee02809d2afd068f26407d]

        INTEGRATION: CWS os94 (1.23.14); FILE MERGED 2007/03/12 08:10:41 os 1.23.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7720cc2b0934be9f899fefff366cd9f089a9a310]

        INTEGRATION: CWS os94 (1.5.734); FILE MERGED 2007/03/12 08:10:54 os 1.5.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f7d55d0b4823b6723b7fd3f2d67a4b3230bbc4e9]

        INTEGRATION: CWS os94 (1.21.156); FILE MERGED 2007/03/12 08:10:53 os 1.21.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [20cdb06985e6cce0271f3db40780c2f0702e9bea]

        INTEGRATION: CWS os94 (1.19.246); FILE MERGED 2007/03/12 08:10:53 os 1.19.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [304baeb53b9a734e2335694fe97d6abb17911c15]

        INTEGRATION: CWS os94 (1.8.172); FILE MERGED 2007/03/12 08:10:52 os 1.8.172.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f8407d5ade760d64c8770774029fbe729a06d85e]

        INTEGRATION: CWS os94 (1.7.734); FILE MERGED 2007/03/12 08:10:52 os 1.7.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [8ead95d75160f73d19eb87726f20525e60afae6f]

        INTEGRATION: CWS os94 (1.14.246); FILE MERGED 2007/03/12 08:10:52 os 1.14.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [cfbfde90aecc1a4f80e87e2d677780c116981cd9]

        INTEGRATION: CWS os94 (1.9.492); FILE MERGED 2007/03/12 08:10:51 os 1.9.492.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [10233ca463aa29e5adae88c657e281e4733c7206]

        INTEGRATION: CWS os94 (1.5.266); FILE MERGED 2007/03/12 08:10:51 os 1.5.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d491e52690c02e3d7dbe8dbf21d9e3b814dd4f24]

        INTEGRATION: CWS os94 (1.13.246); FILE MERGED 2007/03/12 08:10:51 os 1.13.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b1348fb9ecaa26b0e61d04422b2265c86ddf1314]

        INTEGRATION: CWS os94 (1.114.64); FILE MERGED 2007/03/12 08:10:50 os 1.114.64.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1c741d815b594721483c620f51b9e7a038f6724b]

        INTEGRATION: CWS os94 (1.7.246); FILE MERGED 2007/03/12 08:10:50 os 1.7.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a80e88e6373b0c8969cd5cd43a1592d32c9ecb1f]

        INTEGRATION: CWS os94 (1.56.246); FILE MERGED 2007/03/12 08:10:49 os 1.56.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [df22c331673acd88afa0e595041f97637a2a95fa]

        INTEGRATION: CWS os94 (1.36.246); FILE MERGED 2007/03/12 08:10:49 os 1.36.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fa7a15240d8936d106ed869540caa0a9afc4d94f]

        INTEGRATION: CWS os94 (1.57.144); FILE MERGED 2007/03/12 08:10:49 os 1.57.144.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [cb3e539d34eb8896782998cfb98d99baa990097b]

        INTEGRATION: CWS os94 (1.17.266); FILE MERGED 2007/03/12 08:10:48 os 1.17.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0e24f479b59df2535c7530db925d6b79075fd604]

        INTEGRATION: CWS os94 (1.22.222); FILE MERGED 2007/03/12 08:10:48 os 1.22.222.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [c1dee0f8ffac40e6d59d7d540115066ffe82743a]

        INTEGRATION: CWS os94 (1.46.156); FILE MERGED 2007/03/12 08:10:47 os 1.46.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fbefda04fad95698ab861235347f415819a1510f]

        INTEGRATION: CWS os94 (1.50.184); FILE MERGED 2007/03/12 08:10:47 os 1.50.184.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [667558e632d6298419ed8081054c707ba2a78f65]

        INTEGRATION: CWS os94 (1.68.64); FILE MERGED 2007/03/12 08:10:47 os 1.68.64.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a4290dc295a072f09600aa3cff7843ebbce53f75]

        INTEGRATION: CWS os94 (1.34.66); FILE MERGED 2007/03/12 08:10:47 os 1.34.66.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0162c9a91fafeeda4115f63fa88155a67d6d910e]

        INTEGRATION: CWS os94 (1.7.246); FILE MERGED 2007/03/12 08:10:46 os 1.7.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ba01f7fce3145df7e4e3b5b36e162d0026476b17]

        INTEGRATION: CWS os94 (1.47.14); FILE MERGED 2007/03/12 08:10:46 os 1.47.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [c3a8f95356627b12a91fd1391c7c28c94daf65c9]

        INTEGRATION: CWS os94 (1.18.246); FILE MERGED 2007/03/12 08:10:45 os 1.18.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ee5545558a296cfba4d41cb6df4b5ba876fdcc77]

        INTEGRATION: CWS os94 (1.10.62); FILE MERGED 2007/03/12 08:10:45 os 1.10.62.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0f0e19ff711118fd85af22f4ef9ad9b07f487b37]

        INTEGRATION: CWS os94 (1.48.14); FILE MERGED 2007/03/12 08:10:45 os 1.48.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a060e5a2841fc42f641fa24458c257365c45f7cf]

        INTEGRATION: CWS os94 (1.8.734); FILE MERGED 2007/03/12 08:10:45 os 1.8.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [c0398e0f3786fd5e2b40622b8ded984aad2935bc]

        INTEGRATION: CWS os94 (1.2.14); FILE MERGED 2007/03/12 08:10:44 os 1.2.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [269bb9289d7a81e7ab179906850bfb8c19a00890]

        INTEGRATION: CWS os94 (1.34.22); FILE MERGED 2007/03/12 08:10:44 os 1.34.22.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4a5ea96b960be64572e658868d6b61256a99474a]

        INTEGRATION: CWS os94 (1.5.156); FILE MERGED 2007/03/12 08:10:44 os 1.5.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [aae12bf64275a55c204021966d4e339f40367615]

        INTEGRATION: CWS os94 (1.9.246); FILE MERGED 2007/03/12 08:10:44 os 1.9.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [361ed1e28b7e5b305c548f5fc4e4352dc05cc107]

        INTEGRATION: CWS os94 (1.19.246); FILE MERGED 2007/03/12 08:10:43 os 1.19.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [cff14e2ea38e433100accb827d49bc1d1c032441]

        INTEGRATION: CWS os94 (1.53.14); FILE MERGED 2007/03/12 08:10:43 os 1.53.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [60ea2adf00a706ee45b9cc026161023079cc8c67]

        INTEGRATION: CWS os94 (1.9.66); FILE MERGED 2007/03/12 08:10:43 os 1.9.66.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [521b35acd95d4e04336c7257e3cf16efb5ff4e8d]

        INTEGRATION: CWS os94 (1.11.246); FILE MERGED 2007/03/12 08:10:43 os 1.11.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [2387fe0e3b7a5e33fa5e4483626a1648439b863a]

        INTEGRATION: CWS os94 (1.13.432); FILE MERGED 2007/03/12 08:10:43 os 1.13.432.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [eb82696118eadb6e04ff84b21a6765fe5be44792]

        INTEGRATION: CWS os94 (1.60.246); FILE MERGED 2007/03/12 08:10:42 os 1.60.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0694e831dbf94944ac4d0dbbe8c760966cd4876a]

        INTEGRATION: CWS os94 (1.81.14); FILE MERGED 2007/03/12 08:10:42 os 1.81.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [125d749dc455aab968c9328cbbf438e83eb4d0d0]

        INTEGRATION: CWS os94 (1.59.246); FILE MERGED 2007/03/12 08:10:42 os 1.59.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7449a9ae749946b10f6dde435c281ad03533ca6f]

        INTEGRATION: CWS os94 (1.24.186); FILE MERGED 2007/03/12 08:10:42 os 1.24.186.1: #i75235# unused methods removed

2007-04-25  Fridrich Štrba  <fridrich_strba@openoffice.org>  [9ee7530571bd096f6b6cc71ee418751e3ff99095]

        some little cleanup

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5332ebc3579b4e32eff1412773eb8cddbb6b37d2]

        INTEGRATION: CWS os94 (1.5.62); FILE MERGED 2007/03/12 08:10:42 os 1.5.62.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [63a7ed38d822ea9bbd8da95337489456a2f10262]

        INTEGRATION: CWS os94 (1.34.154); FILE MERGED 2007/03/12 08:10:41 os 1.34.154.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9252926e6217fd9cb37a1a489d84f56dfe4de397]

        INTEGRATION: CWS os94 (1.6.266); FILE MERGED 2007/03/12 08:10:41 os 1.6.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6489dd9c4049de38ce7a49976672c092dcfc29ca]

        INTEGRATION: CWS os94 (1.4.734); FILE MERGED 2007/03/12 08:10:41 os 1.4.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0fe3eb3b627c70bac97070406f6b3234b349e94e]

        INTEGRATION: CWS os94 (1.6.712); FILE MERGED 2007/03/12 08:10:41 os 1.6.712.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [694b0a6358d9f2ba0542f3c4b519d280b1b4da91]

        INTEGRATION: CWS os94 (1.18.14); FILE MERGED 2007/03/12 08:10:41 os 1.18.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [97a2ecd84d000b92166cfc5479326142d56fd08d]

        INTEGRATION: CWS os94 (1.13.266); FILE MERGED 2007/03/12 08:10:40 os 1.13.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [cf7d6c3c2b8ec5493bcb95b8524ff4378c27257c]

        INTEGRATION: CWS os94 (1.37.64); FILE MERGED 2007/03/12 08:10:40 os 1.37.64.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fbdcc6f08f41f40efb2e3b8aa146485fd8e3d455]

        INTEGRATION: CWS os94 (1.41.154); FILE MERGED 2007/03/12 08:10:40 os 1.41.154.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4d03b9d626309e856f526f7f9cddf56e39c61c9c]

        INTEGRATION: CWS os94 (1.14.246); FILE MERGED 2007/03/12 08:10:39 os 1.14.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e30c992f6a0500bc3646228867f17d53c27119f6]

        INTEGRATION: CWS os94 (1.21.246); FILE MERGED 2007/03/12 08:10:39 os 1.21.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ba5acb69de6f7d05d8f67beee134bb4ac816162c]

        INTEGRATION: CWS os94 (1.24.246); FILE MERGED 2007/03/12 08:10:39 os 1.24.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4a6ee87420c6835ad30cde73351b1801ee4f1b0e]

        INTEGRATION: CWS os94 (1.28.246); FILE MERGED 2007/03/12 08:10:39 os 1.28.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e681bc4ad1d616bed70e11965066ef44bfb943e9]

        INTEGRATION: CWS os94 (1.23.130); FILE MERGED 2007/03/12 08:10:38 os 1.23.130.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [83ce3872d38f8d7f0a226c8d5d0367ff5a38ab79]

        INTEGRATION: CWS os94 (1.44.246); FILE MERGED 2007/03/12 08:10:38 os 1.44.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e517e54124d294c836a8399e8bf35bbafed7d5b5]

        INTEGRATION: CWS os94 (1.15.246); FILE MERGED 2007/03/12 08:10:38 os 1.15.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [183ef28d1aa77953e4338c122947f60080847a5f]

        INTEGRATION: CWS os94 (1.20.246); FILE MERGED 2007/03/12 08:10:38 os 1.20.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b89aabd2a85d1a6e92fdc6efe1efa2880d13db53]

        INTEGRATION: CWS os94 (1.54.172); FILE MERGED 2007/03/12 08:10:37 os 1.54.172.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e9250c62448f2d11a6d7e07a22302e2c9c8c095b]

        INTEGRATION: CWS os94 (1.12.246); FILE MERGED 2007/03/12 08:10:37 os 1.12.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [afebe1115b46572b2c2890d73f391a44a35b7834]

        INTEGRATION: CWS os94 (1.39.236); FILE MERGED 2007/03/12 08:10:37 os 1.39.236.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [5164bb52e1bd003b93dabc8d3ec406ebf9daa078]

        INTEGRATION: CWS os94 (1.64.66); FILE MERGED 2007/03/12 08:10:37 os 1.64.66.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [fa46bc40763cb868f888704e23115a397c776961]

        INTEGRATION: CWS os94 (1.71.154); FILE MERGED 2007/03/12 08:10:36 os 1.71.154.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a59840cd28866bed805f0217b50424a189eb82c4]

        INTEGRATION: CWS os94 (1.42.154); FILE MERGED 2007/03/12 08:10:36 os 1.42.154.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d1a72456bb87b1c47fe90533a00fba4893b31693]

        INTEGRATION: CWS os94 (1.9.246); FILE MERGED 2007/03/12 08:10:36 os 1.9.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [7cc1630128311a310147dc60d3fb474dd4011b6d]

        INTEGRATION: CWS os94 (1.54.22); FILE MERGED 2007/03/12 08:10:36 os 1.54.22.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a687367c1a3b98bac87e5ac7d2671b9614be913b]

        INTEGRATION: CWS os94 (1.18.14); FILE MERGED 2007/03/12 08:10:35 os 1.18.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [3a8eeb50fa9e51e90248bafb740fece6c27d9f96]

        INTEGRATION: CWS os94 (1.15.246); FILE MERGED 2007/03/12 08:10:35 os 1.15.246.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [31c19b19f98296bca7466c36d014a7cd69a4e807]

        INTEGRATION: CWS os94 (1.12.40); FILE MERGED 2007/03/12 08:10:35 os 1.12.40.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [6178f1c3bccb8c4d28a623331c32d3cca0f3269c]

        INTEGRATION: CWS os94 (1.16.266); FILE MERGED 2007/03/12 08:10:34 os 1.16.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [b997a1a40b3925fefa46bc1118f440c2bd1e4647]

        INTEGRATION: CWS os94 (1.31.186); FILE MERGED 2007/03/12 08:10:34 os 1.31.186.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ab826c403c5fc804c5342f7fbc1d99304c7c6d7e]

        INTEGRATION: CWS os94 (1.37.62); FILE MERGED 2007/03/12 08:10:34 os 1.37.62.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [94751628b684f0cb0c892c1dd23561461861c734]

        INTEGRATION: CWS os94 (1.68.62); FILE MERGED 2007/03/12 08:10:34 os 1.68.62.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [727882da1ccff258f0332748f1894b7d0da3b856]

        INTEGRATION: CWS os94 (1.9.156); FILE MERGED 2007/03/12 08:10:34 os 1.9.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [a9ec7c5c1b7efaffe8fefd0d81c20a35da6b1e1f]

        INTEGRATION: CWS os94 (1.9.156); FILE MERGED 2007/03/12 08:10:33 os 1.9.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [df204dd857c5dd9041bef8add2a85e824a814d5e]

        INTEGRATION: CWS os94 (1.52.64); FILE MERGED 2007/03/12 08:07:33 os 1.52.64.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [3240c1e1e5618b51bbac360fb688229ecce039d0]

        INTEGRATION: CWS os94 (1.5.616); FILE MERGED 2007/03/12 08:07:33 os 1.5.616.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [193eb2b7ef562f2a4bc156a9c0707b6ab30e29a3]

        INTEGRATION: CWS os94 (1.16.266); FILE MERGED 2007/03/12 08:07:33 os 1.16.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9de9b393100416b5215c06c3dc058b053551dfd6]

        INTEGRATION: CWS os94 (1.15.14); FILE MERGED 2007/03/12 08:07:32 os 1.15.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9230562c1a66287c1d3d2745034650a5b2118557]

        INTEGRATION: CWS os94 (1.11.266); FILE MERGED 2007/03/12 08:07:32 os 1.11.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4c5cab7faef04dadb6d23814d653dcb884227dd4]

        INTEGRATION: CWS os94 (1.28.266); FILE MERGED 2007/03/12 08:07:32 os 1.28.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4a7034056182638e94f51741a967dc500a6c9526]

        INTEGRATION: CWS os94 (1.3.734); FILE MERGED 2007/03/12 08:07:32 os 1.3.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [d6626ee066d6e5448f5fb1477e096f863b1427cf]

        INTEGRATION: CWS os94 (1.6.266); FILE MERGED 2007/03/12 08:07:32 os 1.6.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [3ef3ae85d6e27896c535ed792a60ae2efc1f3a68]

        INTEGRATION: CWS os94 (1.33.184); FILE MERGED 2007/03/12 08:07:31 os 1.33.184.1: #i75235# unused methods removed

2007-04-25  Fridrich Štrba  <fridrich_strba@openoffice.org>  [ba5a65d95cf47eaf2131ece6485ae5d7286e0e46]

        some more section property parsing

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [92141fefa2afaeeb28d42a13e94394a18a957edc]

        INTEGRATION: CWS os94 (1.8.734); FILE MERGED 2007/03/12 08:07:31 os 1.8.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9267cb6d01aee956277dc7ebe39689e9e4b64030]

        INTEGRATION: CWS os94 (1.29.236); FILE MERGED 2007/03/12 08:07:31 os 1.29.236.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f33e65c4d5da94c88edb647f1dc88632d46caa68]

        INTEGRATION: CWS os94 (1.9.156); FILE MERGED 2007/03/12 08:07:31 os 1.9.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e6d79bb8ff698a244b675840b0d8ad6f6e7085da]

        INTEGRATION: CWS os94 (1.18.266); FILE MERGED 2007/03/12 08:07:30 os 1.18.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [590316b1c61a40341d251adf718575bd968952db]

        INTEGRATION: CWS os94 (1.28.40); FILE MERGED 2007/03/12 08:07:30 os 1.28.40.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [8e83d35b57c728d08c41fcaefed81f990eb22ddb]

        INTEGRATION: CWS os94 (1.10.732); FILE MERGED 2007/03/12 08:07:30 os 1.10.732.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [384ac728663eb7dfaca065c81201a97313109c10]

        INTEGRATION: CWS os94 (1.11.734); FILE MERGED 2007/03/12 08:07:30 os 1.11.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [c6f983d481f04a3852dc88446a5ac558624b2208]

        INTEGRATION: CWS os94 (1.9.734); FILE MERGED 2007/03/12 08:07:30 os 1.9.734.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0a2bdf1f981a5f53d77c0a98a72eda09ae1e0b0b]

        INTEGRATION: CWS os94 (1.14.266); FILE MERGED 2007/03/12 08:07:30 os 1.14.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [e9fafdc4c2b59d2cc2837c802e83b4298348cbd5]

        INTEGRATION: CWS os94 (1.55.170); FILE MERGED 2007/03/12 08:07:29 os 1.55.170.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [07dbac880c4ac8d2a31229d9431eea5e715548a6]

        INTEGRATION: CWS os94 (1.54.126); FILE MERGED 2007/03/12 08:07:29 os 1.54.126.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [1446f3edcd2eafd8bbfa55160decc9f6f77ac7d5]

        INTEGRATION: CWS os94 (1.4.266); FILE MERGED 2007/03/12 08:07:29 os 1.4.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [8caa05150f91d49bee8bff4dafd7f4e8e74a67da]

        INTEGRATION: CWS os94 (1.38.128); FILE MERGED 2007/03/12 08:07:29 os 1.38.128.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [eb160e7e3873c7678e3b900782cfb8b4cb51cf63]

        INTEGRATION: CWS os94 (1.133.14); FILE MERGED 2007/03/12 08:07:29 os 1.133.14.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [8f5fe0e8269d71b324cd91e16b60ae0c79e23a1e]

        INTEGRATION: CWS os94 (1.22.172); FILE MERGED 2007/03/12 08:07:28 os 1.22.172.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [4c316dffdb421af6db99cda70f08be3017939608]

        INTEGRATION: CWS os94 (1.33.66); FILE MERGED 2007/03/12 08:07:28 os 1.33.66.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [ee329af877fb2ceef4b176c5fb48c020497507b5]

        INTEGRATION: CWS os94 (1.9.266); FILE MERGED 2007/03/12 08:07:28 os 1.9.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [f946d23dc53992439a9925a6bfaf509765916ff7]

        INTEGRATION: CWS os94 (1.35.266); FILE MERGED 2007/03/12 08:07:28 os 1.35.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [91a6cdd6fc4d0f3609ac1956c06efe534c817e12]

        INTEGRATION: CWS os94 (1.11.266); FILE MERGED 2007/03/12 08:07:28 os 1.11.266.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [2151522a01bd5fecb4e61ceaf8b1d4fb581241b3]

        INTEGRATION: CWS os94 (1.20.186); FILE MERGED 2007/03/12 08:07:27 os 1.20.186.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [efbb6a66fe47c671797a37351b86210b1b7f89e9]

        INTEGRATION: CWS os94 (1.8.222); FILE MERGED 2007/03/12 08:07:27 os 1.8.222.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [0a755ae7af05ff975cc314ae8264e4e324966872]

        INTEGRATION: CWS os94 (1.4.156); FILE MERGED 2007/03/12 08:07:27 os 1.4.156.1: #i75235# unused methods removed

2007-04-25  Rüdiger Timm  <rt@openoffice.org>  [9c21c11812fd92c1afe5865bad9124cbf2c40230]

        INTEGRATION: CWS os94 (1.6.156); FILE MERGED 2007/03/12 08:07:27 os 1.6.156.1: #i75235# unused methods removed

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [381ca0d9876c322cb61a517602f55abc95343177]

        INTEGRATION: CWS mergede02 (1.155.4); FILE MERGED 2007/04/24 10:17:52 ihi 1.155.4.1: #i76639# workaround

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [c92e2fef89520adfebb51abdc046c350d933c803]

        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>  [7f000f72c75757099da17f4319137edb921ced2c]

        INTEGRATION: CWS mergede02 (1.15.2); FILE MERGED 2007/04/23 11:29:17 ihi 1.15.2.1: Allow keyid merge

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [d81807e23e9230f385a919c73b179adcfa6b6fa2]

        INTEGRATION: CWS mergede02 (1.8.12); FILE MERGED 2007/04/24 10:17:26 ihi 1.8.12.1: #i76639# workaround

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [3f469b93461bb6dc78b291f85d36d89dfe4f053d]

        INTEGRATION: CWS mergede02 (1.11.54); FILE MERGED 2007/04/23 14:30:37 ihi 1.11.54.1: #i76619# remove of german

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [672c5b828acef0cb8beb055e7128683f3652fbf4]

        INTEGRATION: CWS mergede02 (1.13.272); FILE MERGED 2007/04/23 14:30:37 ihi 1.13.272.1: #i76619# remove of german

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [beb7eba55608b0618f732e2491aeaf455d603cf2]

        INTEGRATION: CWS mergede02 (1.13.32); FILE MERGED 2007/04/23 14:30:37 ihi 1.13.32.1: #i76619# remove of german

2007-04-24  Rüdiger Timm  <rt@openoffice.org>  [d75744b4f89960defdb0a69131ec46c17de081a0]

        INTEGRATION: CWS pj78 (1.7.290); FILE MERGED 2007/04/23 10:16:50 pjanik 1.7.290.2: RESYNC: (1.7-1.8); FILE MERGED 2007/03/30 17:44:11 pjanik 1.7.290.1: #i75901#: Unify "Quickstarter" string.

2007-04-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [cb8535eed904ab6c39544a9faf435ef135c4af62]

        kind of SPRMs,tables

2007-04-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [281e6a1998d038026f9314680d6ce07e3da7c29d]

        kind of SPRMs, tables

2007-04-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [f2846774ab796ad09d0c7750ec2680d59a2837a4]

        kind of SPRMs

2007-04-24  Thomas Lange  <tl@openoffice.org>  [cd160cc792a53efa0a968cffbd148afd5a31b478]

        #i73173# 'headabu' removed

2007-04-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [e1b4046ffca1785c57aedb914fb39f37a8b682c1]

        gperf: use const in front of char *

2007-04-23  Oliver Specht  <os@openoffice.org>  [24b6828cbbaaa03ea11c05c3b87c264241a0872d]

        unxsols4 warnings/errors fixed

2007-04-23  Oliver Specht  <os@openoffice.org>  [1fd2691391cff1ed2fa70e4d7059b203b9159300]

        unxsols4 warnings/errors fixed

2007-04-23  Oliver Specht  <os@openoffice.org>  [5f038f0c98fb05bedbb6340c0fd6d9f2c91d67d8]

        enabled exceptions

2007-04-23  Oliver Specht  <os@openoffice.org>  [eb903114cc1a013e28667dcd3287e09f70eac3e6]

        unreachable code removed

2007-04-20  Fridrich Štrba  <fridrich_strba@openoffice.org>  [0cadd0a8c5c638db05cb33a7134a664513a9f8ad]

        adding the binary version of the runProperties document

2007-04-20  Fridrich Štrba  <fridrich_strba@openoffice.org>  [92ae8fb1b896ce04af482332ccf323dd0b23c65f]

        my today's work on section attributes

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [6596f5fcb13e9c8e1bd8004a43bc603bdea1315c]

        clean up model

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [e9aa6398f87e32916dd3783fb9cf49228a6e846f]

        OOXMLProperty::toString use property id name instead of the id number

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [53a9dea4ae00becd4ef08d255854eccc21e5fbb4]

        cosmetics

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [5ede76286d89359c36195acdec510996d6e0ad26]

        many table properties

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [800808342ff8f455ebd7459a37b183a74cd50c2a]

        xmlify: escape \"

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [10098c106c9bc5fb7cc73a3575a6f2ec816fff07]

        no text outside character group

2007-04-20  Henning Brinkmann  <hbrinkm@openoffice.org>  [47f2b77da20b8f17249ffb608b081fdf6d70a343]

        sprmTCantSplit

2007-04-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4024b876b55885db2a91c7ddaf17ed2cbd670e73]

        #i10000# duplicated throw

2007-04-20  Vladimir Glazounov  <vg@openoffice.org>  [639ae820be2848527eea132a791d8ee1196435ec]

        new version for SRC680

2007-04-20  Fridrich Štrba  <fridrich_strba@openoffice.org>  [84c985399e331fe1206b15078654d08b6c41a502]

        a bit of code cleanup while reading it

2007-04-20  Vladimir Glazounov  <vg@openoffice.org>  [5b89f92aa6a3978b40afeb1cbebfa3c5ffd574fb]

        #i10000# moved header fixed

2007-04-20  Herbert Duerr  <hdu@openoffice.org>  [912f898fd1cd4e63b8116571c45a5fdd704fd5fc]

        #i73860# allow fontcolor!=textlinecolor case

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a22dfd5c284b3d292a0f7f015227c76f8475e5ca]

        new configure

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8c9046c01e331144ad13ab14ba820c93d34ba01d]

        #i10000# #i76511# sn.exe

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1223008c5e026ad830863ff9dfd1b1c2b8c519c2]

        SRC680

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d0eff21f8356ce3939eba2b5b12ebb07329c4f74]

        INTEGRATION: CWS mergede01 (1.114.14); FILE MERGED 2007/03/20 14:51:20 ihi 1.114.14.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9c0b99190c27764298a204496734afe4ee521345]

        INTEGRATION: CWS mergede01 (1.86.168); FILE MERGED 2007/04/16 19:09:14 ihi 1.86.168.2: RESYNC: (1.86-1.87); FILE MERGED 2007/03/20 14:51:27 ihi 1.86.168.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b9ec6503c4edb8f611d73b96be8e5b7e424beb17]

        INTEGRATION: CWS mergede01 (1.49.250); FILE MERGED 2007/03/20 14:51:28 ihi 1.49.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [12b9011cf30476a1a31ad3b3f9867a9d95935e9b]

        INTEGRATION: CWS mergede01 (1.29.250); FILE MERGED 2007/03/20 14:51:28 ihi 1.29.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f7f75acda6a1b0fb33f1ab07ca9de0040ba8ec82]

        INTEGRATION: CWS mergede01 (1.29.424); FILE MERGED 2007/03/20 14:51:28 ihi 1.29.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [84fa65f9ee9d4bc30811632b68736368f54794aa]

        INTEGRATION: CWS mergede01 (1.43.424); FILE MERGED 2007/03/20 14:51:27 ihi 1.43.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [00375443ac82cdd88c363080b8458e69eff72644]

        INTEGRATION: CWS mergede01 (1.32.424); FILE MERGED 2007/03/20 14:51:27 ihi 1.32.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7861694c0dcbd39bb69ac67b1ddf2acb6a637a48]

        INTEGRATION: CWS mergede01 (1.32.428); FILE MERGED 2007/03/20 14:51:27 ihi 1.32.428.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf4a8e25619bc57af574eb40926e238dd18c4e8f]

        INTEGRATION: CWS mergede01 (1.35.424); FILE MERGED 2007/03/20 14:51:26 ihi 1.35.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e4210d5e1635aefa5d109972a0517273879f38ba]

        INTEGRATION: CWS mergede01 (1.36.424); FILE MERGED 2007/03/20 14:51:26 ihi 1.36.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5cdb37acd3a73ed55a854671ebd5206f2a2cc640]

        INTEGRATION: CWS mergede01 (1.7.352); FILE MERGED 2007/03/20 14:51:26 ihi 1.7.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a36d8123a09f68ab5135089fcec9e0bad92ae8bd]

        INTEGRATION: CWS mergede01 (1.15.428); FILE MERGED 2007/03/20 14:51:25 ihi 1.15.428.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [271a4a76627360ecee69fcf226e15e3e7744b280]

        INTEGRATION: CWS mergede01 (1.39.424); FILE MERGED 2007/03/20 14:51:25 ihi 1.39.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d969c6400778066253741b29ff2c5bb17de9b2d5]

        INTEGRATION: CWS mergede01 (1.27.424); FILE MERGED 2007/03/20 14:51:25 ihi 1.27.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3e6edcb6ce2ea1bf26cf8bec67f4be92d3c7cf91]

        INTEGRATION: CWS mergede01 (1.22.424); FILE MERGED 2007/03/20 14:51:25 ihi 1.22.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e965d0b5580153211dd404a38629a51f62820e42]

        INTEGRATION: CWS mergede01 (1.31.424); FILE MERGED 2007/03/20 14:51:25 ihi 1.31.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9d07e918926841677dcbee424f5fefccd5c1b679]

        INTEGRATION: CWS mergede01 (1.36.428); FILE MERGED 2007/03/20 14:51:24 ihi 1.36.428.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8597ee3582ee6d205fbfe4566057f3f435ebc6d6]

        INTEGRATION: CWS mergede01 (1.37.428); FILE MERGED 2007/03/20 14:51:24 ihi 1.37.428.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [84960fc3095d8d4ea802ae787d8b9bd27df975ee]

        INTEGRATION: CWS mergede01 (1.26.250); FILE MERGED 2007/03/20 14:51:24 ihi 1.26.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [82833ec180091bb7d4386fa6691204c0de4c0228]

        INTEGRATION: CWS mergede01 (1.20.428); FILE MERGED 2007/03/20 14:51:23 ihi 1.20.428.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f40b464f7162c9a233c6c2f912918319fd7a8f72]

        INTEGRATION: CWS mergede01 (1.49.250); FILE MERGED 2007/03/20 14:51:23 ihi 1.49.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [34595f3471c7e8708cc608b9f212c90bf1cb1fb2]

        INTEGRATION: CWS mergede01 (1.51.212); FILE MERGED 2007/03/20 14:51:23 ihi 1.51.212.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [06c6d1794b12ac98cf719ca44a7da53d5905b4c5]

        INTEGRATION: CWS mergede01 (1.44.250); FILE MERGED 2007/03/20 14:51:23 ihi 1.44.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47f18fb244f15d63070a91df409cb73bf0c658f0]

        INTEGRATION: CWS mergede01 (1.5.424); FILE MERGED 2007/03/20 14:51:22 ihi 1.5.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [72815362ca53649b19f9b5560ec4d9463c196a50]

        INTEGRATION: CWS mergede01 (1.44.212); FILE MERGED 2007/03/20 14:51:22 ihi 1.44.212.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [11f497744a5228a472d5c5f23d23ef7c7f9d75d9]

        INTEGRATION: CWS mergede01 (1.28.250); FILE MERGED 2007/03/20 14:51:22 ihi 1.28.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14a9846d697119c6186d6185c41318194a2d4a4d]

        INTEGRATION: CWS mergede01 (1.32.250); FILE MERGED 2007/03/20 14:51:21 ihi 1.32.250.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [24e2f6d3ed6fb6a8f32ec68da166d478a49adfc4]

        INTEGRATION: CWS mergede01 (1.44.188); FILE MERGED 2007/03/20 14:51:21 ihi 1.44.188.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [db76e20a9d7a6069a4f02bf0479539a23d134313]

        INTEGRATION: CWS mergede01 (1.94.106); FILE MERGED 2007/03/20 14:51:21 ihi 1.94.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [00e4c9ce1ebeebc43fe42044e43efffa10fedfa1]

        INTEGRATION: CWS mergede01 (1.4.424); FILE MERGED 2007/03/20 14:51:21 ihi 1.4.424.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f47f5cde3ce810fd8f18bd598bd0850575f80e8a]

        INTEGRATION: CWS mergede01 (1.22.26); FILE MERGED 2007/03/20 14:50:50 ihi 1.22.26.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8fce0dddb4151d05445571c96d0cbef2660d3df4]

        INTEGRATION: CWS mergede01 (1.47.116); FILE MERGED 2007/03/20 14:50:50 ihi 1.47.116.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [499d82159cf2be1cf7d66c7273ff517087493880]

        INTEGRATION: CWS mergede01 (1.45.116); FILE MERGED 2007/03/20 14:50:50 ihi 1.45.116.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b918a91142793d9b4cba7d1aa5ccab0a06eeccb1]

        INTEGRATION: CWS mergede01 (1.52.90); FILE MERGED 2007/03/20 14:50:49 ihi 1.52.90.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [83a9ed3f6d5e0ce75f35db79d189a269c57093be]

        INTEGRATION: CWS mergede01 (1.76.8); FILE MERGED 2007/03/20 14:50:46 ihi 1.76.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7b6165a57d25ad78cef440580ff69476905cc298]

        INTEGRATION: CWS mergede01 (1.62.10); FILE MERGED 2007/03/20 14:50:45 ihi 1.62.10.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [28425f10d1c1474445ee15d522b672a4e6481824]

        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>  [ca61af0c2ab55f97a9c99cee53e5a77d4d8dab6f]

        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>  [ebd70582e034c30fd1511edb1384bd1869352ef3]

        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>  [d72d8842676190e566d03cba954d26863bc32eb6]

        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>  [1b5be63b974a09427bfef25baf2a53da389d7653]

        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>  [a3f618d325aada34711c64aabdc91d2c741bc283]

        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>  [0262ab9a83dc452a0dd120af66ee6666dd4cd06f]

        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>  [7115f40f69188f7dd62060fa66c0927d2a1acbc0]

        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>  [f7bf065246674ccf075a2a3d3bcf99f0ff3dbadc]

        INTEGRATION: CWS mergede01 (1.35.342); FILE MERGED 2007/03/20 14:49:52 ihi 1.35.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7b2a88732a5550b6b2dea29cf7c13ff440e9e961]

        INTEGRATION: CWS mergede01 (1.25.352); FILE MERGED 2007/03/20 14:49:52 ihi 1.25.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [62e8c0ca01f9c908fe3825dad9b0744dfb817d12]

        INTEGRATION: CWS mergede01 (1.74.340); FILE MERGED 2007/03/20 14:49:52 ihi 1.74.340.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1c1025492a879c1738365e31cceb6d4120d49055]

        INTEGRATION: CWS mergede01 (1.28.342); FILE MERGED 2007/03/20 14:49:51 ihi 1.28.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d3120cbc5fe6a4dee46d69ce56ff05e1d511313c]

        INTEGRATION: CWS mergede01 (1.26.352); FILE MERGED 2007/03/20 14:49:51 ihi 1.26.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ff3045b217bae772e46332771a32b14c861bbb0b]

        INTEGRATION: CWS mergede01 (1.39.342); FILE MERGED 2007/03/20 14:49:51 ihi 1.39.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0bacd73be7500199b38c50ed8b3fc13b83234505]

        INTEGRATION: CWS mergede01 (1.40.274); FILE MERGED 2007/03/20 14:49:50 ihi 1.40.274.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0edb8710e8b9cc2714ae96821ebc04245ae0b975]

        INTEGRATION: CWS mergede01 (1.28.342); FILE MERGED 2007/03/20 14:49:50 ihi 1.28.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9cd58c05c7a4af3d8fa34a222f432142bff8cdea]

        INTEGRATION: CWS mergede01 (1.20.352); FILE MERGED 2007/03/20 14:49:50 ihi 1.20.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6a85fd710356e9737d5e12e8f19e8a701e6bd079]

        INTEGRATION: CWS mergede01 (1.22.342); FILE MERGED 2007/03/20 14:49:49 ihi 1.22.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [704e636ba24f84a13932efbdf88687bf3c0310c4]

        INTEGRATION: CWS mergede01 (1.85.236); FILE MERGED 2007/03/20 14:49:49 ihi 1.85.236.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9464aba714af5b61d77d14d61b9826c78c59d4b5]

        INTEGRATION: CWS mergede01 (1.89.14); FILE MERGED 2007/03/20 14:49:47 ihi 1.89.14.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2690e21b54b167ca017fc05dfa61092118f99739]

        INTEGRATION: CWS mergede01 (1.49.22); FILE MERGED 2007/03/20 14:49:47 ihi 1.49.22.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e85d6201d33553a0594a27be5c644d91ad54daa1]

        INTEGRATION: CWS mergede01 (1.24.352); FILE MERGED 2007/03/20 14:49:46 ihi 1.24.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [06812534b605d49e2278eaa6fdd5b4a9e52f64ea]

        INTEGRATION: CWS mergede01 (1.55.58); FILE MERGED 2007/03/20 14:49:46 ihi 1.55.58.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7e1b70a7f95f6f196db91000ba5cd2e2fd2c31ed]

        INTEGRATION: CWS mergede01 (1.63.342); FILE MERGED 2007/03/20 14:49:45 ihi 1.63.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5b113a131d88d9bc5d61ac67fb34bddb777b7ec0]

        INTEGRATION: CWS mergede01 (1.35.342); FILE MERGED 2007/03/20 14:49:45 ihi 1.35.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f4c2c464579f8272796ec424be7ae6905e1ddcc]

        INTEGRATION: CWS mergede01 (1.34.342); FILE MERGED 2007/03/20 14:49:44 ihi 1.34.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [71762c3c11dfa983045f93de131b0d6126019cfa]

        INTEGRATION: CWS mergede01 (1.71.342); FILE MERGED 2007/03/20 14:49:44 ihi 1.71.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [055b700f3363e2dae1718abfee62719ce18275f7]

        INTEGRATION: CWS mergede01 (1.33.342); FILE MERGED 2007/03/20 14:49:44 ihi 1.33.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0f555f9d710eb00e7a0ffffe9bf69b555761d638]

        INTEGRATION: CWS mergede01 (1.65.76); FILE MERGED 2007/03/20 14:49:43 ihi 1.65.76.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f4fb4f6815dad308dc2a8db74df69fd97fd97acf]

        INTEGRATION: CWS mergede01 (1.56.342); FILE MERGED 2007/03/20 14:49:43 ihi 1.56.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d764c4aac26fd4f779f04dbaf591f292a374735d]

        INTEGRATION: CWS mergede01 (1.44.342); FILE MERGED 2007/03/20 14:49:43 ihi 1.44.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e9a4f4ed259c473445f3d2e3cbeea3187b4485d9]

        INTEGRATION: CWS mergede01 (1.43.342); FILE MERGED 2007/03/20 14:49:43 ihi 1.43.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [893d33a460af5e40ba0780f3a03f4c0a0313f15a]

        INTEGRATION: CWS mergede01 (1.30.342); FILE MERGED 2007/03/20 14:49:43 ihi 1.30.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a537cf27410e2976b59848ce8258b1115b2ed49d]

        INTEGRATION: CWS mergede01 (1.42.342); FILE MERGED 2007/03/20 14:49:42 ihi 1.42.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf7c224a782dcf91a5cc7a701eee0e06b8a2e9b3]

        INTEGRATION: CWS mergede01 (1.54.342); FILE MERGED 2007/03/20 14:49:42 ihi 1.54.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [97c205e5462b81f54881e284765b5214f2c46654]

        INTEGRATION: CWS mergede01 (1.23.352); FILE MERGED 2007/03/20 14:49:42 ihi 1.23.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d059caee18f105419868fcfa88a4381def7bf6e6]

        INTEGRATION: CWS mergede01 (1.52.342); FILE MERGED 2007/03/20 14:49:41 ihi 1.52.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bb73fda12fd0e0595f545b4d66f5328c2e754744]

        INTEGRATION: CWS mergede01 (1.44.342); FILE MERGED 2007/03/20 14:49:41 ihi 1.44.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5a6d14a03df5177e1e36202603f5cae5a7475354]

        INTEGRATION: CWS mergede01 (1.29.342); FILE MERGED 2007/03/20 14:49:40 ihi 1.29.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [33a76c1d158da52adbba6accbbd6a66d4fc2df35]

        INTEGRATION: CWS mergede01 (1.34.342); FILE MERGED 2007/03/20 14:49:40 ihi 1.34.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d09f307cc73aa13803058d5661acec2b614bf42]

        INTEGRATION: CWS mergede01 (1.31.342); FILE MERGED 2007/03/20 14:49:40 ihi 1.31.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f38d6a8b470575d8d6e5bcb4e99b77c96bfd7a4d]

        INTEGRATION: CWS mergede01 (1.33.342); FILE MERGED 2007/03/20 14:49:40 ihi 1.33.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec56623337faede0e3ac2621ecad3345de6af38c]

        INTEGRATION: CWS mergede01 (1.28.342); FILE MERGED 2007/03/20 14:49:39 ihi 1.28.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3760849eff75b9d935537ec46c8fca7b21262754]

        INTEGRATION: CWS mergede01 (1.47.342); FILE MERGED 2007/03/20 14:49:39 ihi 1.47.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [afbad9e38fd4ff82b2591bc8c17f0e1b174b877c]

        INTEGRATION: CWS mergede01 (1.33.342); FILE MERGED 2007/03/20 14:49:39 ihi 1.33.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e70def1dfb84cff5b35fa091f4665a57dd18218b]

        INTEGRATION: CWS mergede01 (1.68.14); FILE MERGED 2007/03/20 14:49:38 ihi 1.68.14.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14a82b7197b985bf5b4cfbb0c8f81d69f609cd50]

        INTEGRATION: CWS mergede01 (1.28.14); FILE MERGED 2007/03/20 14:49:38 ihi 1.28.14.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [41a63741d62a15d75e08a9d4678427d9cb5ddfde]

        INTEGRATION: CWS mergede01 (1.27.352); FILE MERGED 2007/03/20 14:49:38 ihi 1.27.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [486ab6bfb5860bfc281430c460392ed80b7ef7c2]

        INTEGRATION: CWS mergede01 (1.43.342); FILE MERGED 2007/03/20 14:49:37 ihi 1.43.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [db6ce55e4acf13c6a4eb9fdd032598a04a7c981f]

        INTEGRATION: CWS mergede01 (1.42.342); FILE MERGED 2007/03/20 14:49:37 ihi 1.42.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [65e3d46c1cf00987cf40bbe491f1cdc0207267ad]

        INTEGRATION: CWS mergede01 (1.37.342); FILE MERGED 2007/03/20 14:49:37 ihi 1.37.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4d23ed5a4c4573d497aa0ae42b8ff8bd8d957593]

        INTEGRATION: CWS mergede01 (1.58.342); FILE MERGED 2007/03/20 14:49:37 ihi 1.58.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d72892026f2849bd2b1dea69b690bba1993efc6]

        INTEGRATION: CWS mergede01 (1.33.240); FILE MERGED 2007/03/20 14:49:36 ihi 1.33.240.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5e9dcbc4643f6b50dcca20298ec5499eab273f74]

        INTEGRATION: CWS mergede01 (1.3.352); FILE MERGED 2007/03/20 14:49:36 ihi 1.3.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b1117f0d46d106fcaae0a773ff4f28b0d5e3cbed]

        INTEGRATION: CWS mergede01 (1.36.342); FILE MERGED 2007/03/20 14:49:36 ihi 1.36.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [66dd54838345c46d33d2200d0708875045c48374]

        INTEGRATION: CWS mergede01 (1.37.342); FILE MERGED 2007/03/20 14:49:36 ihi 1.37.342.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2be5c9ccda888f19c60e900da92e4b51ed74e16d]

        INTEGRATION: CWS mergede01 (1.33.352); FILE MERGED 2007/03/20 14:49:36 ihi 1.33.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c6dbd75373f8c11a138ff8b4807c3a3aea90aeae]

        INTEGRATION: CWS mergede01 (1.50.76); FILE MERGED 2007/03/20 14:49:35 ihi 1.50.76.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2b2f14cd174cf468aff5a48d94e2d9c9f446c6d6]

        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>  [7acf1c82c785e0da490358317d16ba1fe229b79e]

        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>  [1749e3c365a0281380def30ddd69482b1b030c36]

        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>  [c3c87f7fbedc7d1b00a0eb678a05993f6db0b65f]

        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>  [8107c4a7fe1c07dd1659303c51163e7e1bd5633c]

        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>  [77f19de48139520dabd395c348ed1fcc3ec3d6b0]

        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>  [c0805bd7791be2af2b8953b764d16fa45851a9ce]

        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>  [19d40475f83e8fa85ab0c45829f54d0f1ab9d8a2]

        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>  [c9e90fcb3ca151b79909316c3bdc0640d88094e3]

        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>  [4ae38e2a3d13612963576565f9127856bec9a307]

        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>  [431f57c0ce2a12bf56954e59e45dd2aa6706cae6]

        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>  [f6bed8c6a7c6b1a29d9f7163cf8cf57d58558aff]

        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>  [b3a28a02fa3511bf314de87819a8fbd261830376]

        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>  [f860aca02c1ac62c21616ecd533d28e7a6bdd8bb]

        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>  [03224f68547a3e3de037a96021fd1d3a64702edc]

        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>  [67583dd60e5393168426d06c6a8863099f566e68]

        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>  [eec1853d99dc02fb31d909527ad9697a8ddef7dd]

        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>  [9dcfed01c7800d1ba3ddbe3c1aef98b1066157f4]

        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>  [6da0fd81e2135e463815720df93d07bcebb92c64]

        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>  [c761bad2a999cd37765ec3cdb730b246953e62ef]

        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>  [8de88e7fd05c4dcacc7bf4d3cd096eaa54a8a23c]

        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>  [c2d3899c5bbc942396321a1e1ba1c8683fd10155]

        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>  [eb66b9a92d92ce7c6b80067348e2ddbe3f4098e8]

        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>  [7d2a73d03eef40508fdbdea3b5dce1aa773afa09]

        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>  [91cdf8baed5ecf970b500279df0f244e663fbbcc]

        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>  [f82a2da136974a3d17374dfeb9dfa416d04f327a]

        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>  [dd57df8976e9ca4dcfa92018137158f5eccd1aae]

        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>  [be5f06f648d373e5ce9aaa39ad8c08e3292316e0]

        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>  [176bcbf82ae6845f7220e68672a6e85fca0de5d2]

        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>  [9035fe09fe74fcbeabe6dd031546c043fd0219b9]

        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>  [6dc076fb2f02495f0c65f923ea1431a3b7fc0e73]

        INTEGRATION: CWS mergede01 (1.5.108); FILE MERGED 2007/03/20 14:48:27 ihi 1.5.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9ddb0a64fbbff8f8ddfbe20c170b5a10e6ba7afe]

        INTEGRATION: CWS mergede01 (1.4.106); FILE MERGED 2007/03/20 14:48:27 ihi 1.4.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [981e61bfd316ea7c4ae20e26d228d024d0ade8a7]

        INTEGRATION: CWS mergede01 (1.5.106); FILE MERGED 2007/03/20 14:48:26 ihi 1.5.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8e05c3d799942175a9b49df7367a81997af61f63]

        INTEGRATION: CWS mergede01 (1.4.106); FILE MERGED 2007/03/20 14:48:26 ihi 1.4.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3f57dfee4aad906470db5a27a832a9122f987fb0]

        INTEGRATION: CWS mergede01 (1.3.108); FILE MERGED 2007/03/20 14:48:26 ihi 1.3.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e56ef7a8297ae801d1f4f235e1e0b9172588f03f]

        INTEGRATION: CWS mergede01 (1.3.110); FILE MERGED 2007/04/18 13:58:56 ihi 1.3.110.1: removed german

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [db87e88e895194e40462adccea2ba6ff6b650f3d]

        INTEGRATION: CWS mergede01 (1.3.110); FILE MERGED 2007/04/18 13:56:13 ihi 1.3.110.1: removed german

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47bff1db11871cfb464758221ad50fd7996f33b6]

        INTEGRATION: CWS mergede01 (1.6.106); FILE MERGED 2007/03/20 14:48:25 ihi 1.6.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [60de912bc5e134c2aa463d78813c5ec3db73e351]

        INTEGRATION: CWS mergede01 (1.3.108); FILE MERGED 2007/03/20 14:48:25 ihi 1.3.108.1: #i72301# Remove German

2007-04-19  Oliver Bolte  <obo@openoffice.org>  [29212d66b2a6b4ffdb8a05302fb1c9f9d5df7c9d]

        #i10000# build debug=t breaks with cygwin shell

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cac4098744f6e06a7773b14b6f45675e6eb9e2c4]

        INTEGRATION: CWS mergede01 (1.3.108); FILE MERGED 2007/03/20 14:48:24 ihi 1.3.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [783b37abe4ab4d7deceed6ef6f2ae16796cff323]

        INTEGRATION: CWS mergede01 (1.5.106); FILE MERGED 2007/03/20 14:48:24 ihi 1.5.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c7ab94413cff6aaffc04c6e07fb92b5fbf575054]

        INTEGRATION: CWS mergede01 (1.4.106); FILE MERGED 2007/03/20 14:48:24 ihi 1.4.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fa3e56580b227912399c89c06595f189a06ff94b]

        INTEGRATION: CWS mergede01 (1.3.110); FILE MERGED 2007/03/20 14:48:23 ihi 1.3.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [354a340ba0ad304cf50cbb0b25b84588b4a44182]

        INTEGRATION: CWS mergede01 (1.4.106); FILE MERGED 2007/03/20 14:48:23 ihi 1.4.106.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f008003851675c49c08c65e0e934aea34b2379ae]

        INTEGRATION: CWS mergede01 (1.4.108); FILE MERGED 2007/03/20 14:48:23 ihi 1.4.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2dfd233ff9cca0db2737dc474bd025f654428f89]

        INTEGRATION: CWS mergede01 (1.3.108); FILE MERGED 2007/03/20 14:48:23 ihi 1.3.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d61adc4be1564aa625149ba611d1acdabe664b88]

        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>  [d37f4de6c16c93d1ea92df2889c2ce470763da15]

        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>  [d161cccc296be6eefeb5a952ab2eac36cb87b411]

        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>  [f0d5733a25476a4468ed1fb55a14d9a383040130]

        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>  [ee6cd53e7f48c509b6d3c1ed3b33406770b59be3]

        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>  [9df9e39837269c35e2f5349fbb0178ce7e0029b8]

        INTEGRATION: CWS mergede01 (1.3.172); FILE MERGED 2007/03/20 14:47:34 ihi 1.3.172.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4209d3cfab2fc73944f25af1616f130bddeddba3]

        INTEGRATION: CWS mergede01 (1.45.110); FILE MERGED 2007/03/20 14:47:34 ihi 1.45.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [40457ca203e3378fb61c5c63d2c3929fb1f49823]

        INTEGRATION: CWS mergede01 (1.45.166); FILE MERGED 2007/03/20 14:47:34 ihi 1.45.166.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d64c408028efd6764f65394e91286381d1e36097]

        INTEGRATION: CWS mergede01 (1.26.166); FILE MERGED 2007/03/20 14:47:33 ihi 1.26.166.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3d738a5e093a6887a12ac40c5672595ad44a8856]

        INTEGRATION: CWS mergede01 (1.71.166); FILE MERGED 2007/03/20 14:47:33 ihi 1.71.166.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ac77b886beb6a504784b0f846336a001243ea2e6]

        INTEGRATION: CWS mergede01 (1.24.166); FILE MERGED 2007/03/20 14:47:33 ihi 1.24.166.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a41ec076e6acf595fcfe16f4f8fe6d525e263ca3]

        INTEGRATION: CWS mergede01 (1.63.76); FILE MERGED 2007/03/20 14:47:33 ihi 1.63.76.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [35c29eb49adb10b5216405bf95059e7f3f1cdd8c]

        INTEGRATION: CWS mergede01 (1.11.16); FILE MERGED 2007/03/20 14:47:05 ihi 1.11.16.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e5c69434f9590e9617027e037ef966a67555e20c]

        INTEGRATION: CWS mergede01 (1.6.462); FILE MERGED 2007/03/19 16:35:39 ihi 1.6.462.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0649446644826cfdf52a64ce439539bfcf65cc50]

        INTEGRATION: CWS mergede01 (1.2.526); FILE MERGED 2007/03/20 14:47:05 ihi 1.2.526.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [28eeb0ffe0d68b80bb421341bfd201779ba68f75]

        INTEGRATION: CWS mergede01 (1.2.122); FILE MERGED 2007/03/20 14:47:05 ihi 1.2.122.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f2c24f35c8806ef0cd6f9c34a90d94db2ad7df22]

        INTEGRATION: CWS mergede01 (1.4.314); FILE MERGED 2007/03/20 14:47:04 ihi 1.4.314.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b1a3edc8d84071205c6fb9583f6ab53bc8e4756d]

        INTEGRATION: CWS mergede01 (1.5.306); FILE MERGED 2007/03/20 14:47:04 ihi 1.5.306.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [396e5c4e8539395259c9ebc534376cc6cf09350d]

        INTEGRATION: CWS mergede01 (1.5.74); FILE MERGED 2007/03/20 14:47:03 ihi 1.5.74.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d80790bc86f43183084c60f7b13133025422e5d]

        INTEGRATION: CWS mergede01 (1.4.314); FILE MERGED 2007/03/20 14:47:03 ihi 1.4.314.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a6839cfdf03b5c09b4d22f72269d425e8c0e0c67]

        INTEGRATION: CWS mergede01 (1.4.314); FILE MERGED 2007/03/20 14:47:02 ihi 1.4.314.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [385c61bcf1a5b0c523442cc13471de42be9b5adb]

        INTEGRATION: CWS mergede01 (1.6.74); FILE MERGED 2007/03/20 14:47:02 ihi 1.6.74.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9675e59d79560969040b86476ed6cca45c801f69]

        INTEGRATION: CWS mergede01 (1.4.18); FILE MERGED 2007/03/20 14:47:02 ihi 1.4.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [132cb93c60c787e85f909f5a4a3e849b79ff578b]

        INTEGRATION: CWS mergede01 (1.6.74); FILE MERGED 2007/03/20 14:47:01 ihi 1.6.74.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c33c5ba08c2659cd774f2e057888405ca28377f0]

        INTEGRATION: CWS mergede01 (1.3.6); FILE MERGED 2007/03/20 14:47:01 ihi 1.3.6.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a625f87a934c3655953f4b4f3672c9c9378115c7]

        INTEGRATION: CWS mergede01 (1.2.18); FILE MERGED 2007/03/20 14:47:01 ihi 1.2.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d7fddfa34142cc7913448d3cc123b5ed40c2fff5]

        INTEGRATION: CWS mergede01 (1.3.38); FILE MERGED 2007/03/20 14:47:01 ihi 1.3.38.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f4ff50cfc721f6838c7e4b83fd649085b9b72327]

        INTEGRATION: CWS mergede01 (1.10.18); FILE MERGED 2007/03/20 14:47:01 ihi 1.10.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6f66c76c79ac7b95a946d4edaf5298738cc4982f]

        INTEGRATION: CWS mergede01 (1.3.18); FILE MERGED 2007/03/20 14:47:00 ihi 1.3.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [731445b68eaa54a059faab197c18920455c5311c]

        INTEGRATION: CWS mergede01 (1.69.162); FILE MERGED 2007/03/20 14:47:00 ihi 1.69.162.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d6324818c39224d3439a948f9187924ae11eb976]

        INTEGRATION: CWS mergede01 (1.3.574); FILE MERGED 2007/03/19 15:24:07 ihi 1.3.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0237e1b8d4c40c908e2f09aca56e16000e301f2a]

        INTEGRATION: CWS mergede01 (1.6.574); FILE MERGED 2007/03/19 15:24:07 ihi 1.6.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [be34c38b4e49f936cd613763684b07bdf9a5aae6]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:07 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7c31c9bc2fa020433076e5580f69476cb95c7dea]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:06 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a9b362abdab9acdf94b150670c6b2fabbc45b2a7]

        INTEGRATION: CWS mergede01 (1.3.574); FILE MERGED 2007/03/19 15:24:05 ihi 1.3.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6ea41ec3188609c11616176a23cfddc908ceb4d5]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:05 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fd1a1640419e155b3d9e53f69bb41fb7bb674d22]

        INTEGRATION: CWS mergede01 (1.3.352); FILE MERGED 2007/03/19 15:24:05 ihi 1.3.352.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fbabb77dc350ad63d9aee6412a28b0a085773ad6]

        INTEGRATION: CWS mergede01 (1.7.394); FILE MERGED 2007/03/19 15:24:04 ihi 1.7.394.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4c1a976b80eff06ff44975b74b53559b3bbcb268]

        INTEGRATION: CWS mergede01 (1.8.8); FILE MERGED 2007/03/19 15:24:04 ihi 1.8.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5b3fd06d971c4d79667d03c9de67c928cc1c2793]

        INTEGRATION: CWS mergede01 (1.2.8); FILE MERGED 2007/03/19 15:24:04 ihi 1.2.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [934c206016717ef864bdbefb7a3d2d36462b0cec]

        INTEGRATION: CWS mergede01 (1.5.574); FILE MERGED 2007/03/19 15:24:04 ihi 1.5.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5b9fe14b570dae8fc79ac1242a47a99a6762d6f3]

        INTEGRATION: CWS mergede01 (1.3.18); FILE MERGED 2007/03/19 15:24:04 ihi 1.3.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8d094fbc87fe1341a7f2d06980c0cf738b0d00c3]

        INTEGRATION: CWS mergede01 (1.2.8); FILE MERGED 2007/03/19 15:24:03 ihi 1.2.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [384a11113e557ffb21cf74d3d657857c12f71b24]

        INTEGRATION: CWS mergede01 (1.5.574); FILE MERGED 2007/03/19 15:24:02 ihi 1.5.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8a08e852c908de07f078a4b122a8031386799b5b]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:02 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [078dbf05b070e84107354f46746f96797e324f10]

        INTEGRATION: CWS mergede01 (1.2.164); FILE MERGED 2007/03/19 15:24:01 ihi 1.2.164.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87a3fffed2a1d534fe873545cb6fe810cf5bfdf3]

        INTEGRATION: CWS mergede01 (1.5.574); FILE MERGED 2007/03/19 15:24:01 ihi 1.5.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a30da74cf1fc8e65fd8c344217b8fe99119dadcb]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:01 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [37186de468cb36f79a3e5f01c97ea6b6afe9c016]

        INTEGRATION: CWS mergede01 (1.3.574); FILE MERGED 2007/03/19 15:24:01 ihi 1.3.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c4202ef2c1fd4f92303bf449569137ae960472fb]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:24:00 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d145f12c03b83126289d4b5641323b8246ed8eb]

        INTEGRATION: CWS mergede01 (1.5.574); FILE MERGED 2007/03/19 15:23:59 ihi 1.5.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [518a51db900b8f751f3f6de4fb9bec80e4154756]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:23:59 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a3c13b141b2309c2e8f9d31c4c1f2d3dbeb11011]

        INTEGRATION: CWS mergede01 (1.4.574); FILE MERGED 2007/03/19 15:23:58 ihi 1.4.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0e7fa2491441c1d2ef3de2f903ba665c502fba91]

        INTEGRATION: CWS mergede01 (1.5.8); FILE MERGED 2007/03/19 15:23:58 ihi 1.5.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4da6d1cf5bbc69e29864cdcc5dcddbc1fff7ed19]

        INTEGRATION: CWS mergede01 (1.5.574); FILE MERGED 2007/03/19 15:23:57 ihi 1.5.574.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [73a37eefa9657fea14bdef3ac9d9e0a037cec9a0]

        INTEGRATION: CWS mergede01 (1.4.576); FILE MERGED 2007/03/19 15:23:57 ihi 1.4.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1e3fa130dbac16c883031df453f0aa9778d653ed]

        INTEGRATION: CWS mergede01 (1.5.576); FILE MERGED 2007/03/19 15:23:56 ihi 1.5.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ad5515500e5d118e6b8c910091de254243d79930]

        INTEGRATION: CWS mergede01 (1.6.576); FILE MERGED 2007/03/19 15:23:56 ihi 1.6.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [96452a517f973f800157d4af299c3852745180c1]

        INTEGRATION: CWS mergede01 (1.4.576); FILE MERGED 2007/03/19 15:23:56 ihi 1.4.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [805e6a49b377dbe9cb9077c087f63fba13c870b8]

        INTEGRATION: CWS mergede01 (1.3.576); FILE MERGED 2007/03/19 15:23:56 ihi 1.3.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [803f44a38c3d1d67b279f977752f39f663c3766f]

        INTEGRATION: CWS mergede01 (1.3.576); FILE MERGED 2007/03/19 15:23:55 ihi 1.3.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b729c68dab1756287917193882abb7e819e62a8f]

        INTEGRATION: CWS mergede01 (1.4.576); FILE MERGED 2007/03/19 15:23:55 ihi 1.4.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14bc619f4ecbe6920b7523d10da0ab6bf489092b]

        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>  [adeccb5d395af6c1fb76753ac519c1d9acf8da61]

        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>  [2e1b239a1d07a897e847d4603d5cb0ccf062ec30]

        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>  [db536dfeb67fdbfd4f9ede2d6cbda82bb602add7]

        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>  [723ae3edd3558c083b1329def911f649decbc74c]

        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>  [6d1ca7abef451986cd0d274dc659562960eda5ae]

        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>  [eb38e0bed0be17230898dbef8f5ffe4465ac249c]

        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>  [e867ed513b4f1560a5ed92f21aa873462afd1c39]

        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>  [62b7dc2e32b136d6ff1262d086b400a32a4939ee]

        INTEGRATION: CWS mergede01 (1.51.114); FILE MERGED 2007/03/20 14:46:11 ihi 1.51.114.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87079becc4cc418ec0c80cd2cc46fd45c71a326c]

        INTEGRATION: CWS mergede01 (1.115.94); FILE MERGED 2007/03/20 14:46:10 ihi 1.115.94.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cb1b9850b59a63e09fb16c7abedfc3bd8ab9f448]

        INTEGRATION: CWS mergede01 (1.28.162); FILE MERGED 2007/03/20 14:46:10 ihi 1.28.162.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [99eaeaca25940be96d3e045cb29081a57bb01cc9]

        INTEGRATION: CWS mergede01 (1.10.244); FILE MERGED 2007/03/20 14:45:54 ihi 1.10.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1329e1e48d380cb0c7250c88d7d1040e3dfee0ab]

        INTEGRATION: CWS mergede01 (1.11.244); FILE MERGED 2007/03/20 14:45:53 ihi 1.11.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec65d64c060f53ae38e6a1ef6716a0f42cfeeadd]

        INTEGRATION: CWS mergede01 (1.11.154); FILE MERGED 2007/03/20 14:45:53 ihi 1.11.154.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4b0d99362ef8157f7b2c3eec1af66bc1438beb3e]

        INTEGRATION: CWS mergede01 (1.9.258); FILE MERGED 2007/03/20 14:45:53 ihi 1.9.258.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fa0772f82cf850da2e08959c1198f935a9d2f6f8]

        INTEGRATION: CWS mergede01 (1.15.172); FILE MERGED 2007/03/20 14:45:53 ihi 1.15.172.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bae15a2696b4876e3bf5e4b7a5da277c37023507]

        INTEGRATION: CWS mergede01 (1.14.244); FILE MERGED 2007/03/20 14:45:53 ihi 1.14.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [51ed883232603c595ddf19ad760e8d195c850a03]

        INTEGRATION: CWS mergede01 (1.9.258); FILE MERGED 2007/03/20 14:45:52 ihi 1.9.258.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [da34517696d69c8e26a6f3d3b04e36b338abba1d]

        INTEGRATION: CWS mergede01 (1.31.26); FILE MERGED 2007/04/16 18:18:09 ihi 1.31.26.2: RESYNC: (1.31-1.33); FILE MERGED 2007/03/20 14:45:52 ihi 1.31.26.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [959e8bcfb9fb5b3f44c926112f6f0a992c807eae]

        INTEGRATION: CWS mergede01 (1.14.244); FILE MERGED 2007/03/20 14:45:52 ihi 1.14.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [36e52fb4af0c859726575cac59210830b1c8c939]

        INTEGRATION: CWS mergede01 (1.28.248); FILE MERGED 2007/03/20 14:45:31 ihi 1.28.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e5ccea9c115e768e8b55ff5f7db02a90c43568b1]

        INTEGRATION: CWS mergede01 (1.95.52); FILE MERGED 2007/03/20 14:45:30 ihi 1.95.52.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3bccdfc3a260baf8b2a98d737c658ffb1d80a534]

        INTEGRATION: CWS mergede01 (1.59.242); FILE MERGED 2007/03/20 14:45:29 ihi 1.59.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8b3346c7b05d03a1f75d8d9add9ff51a3f330ea1]

        INTEGRATION: CWS mergede01 (1.47.242); FILE MERGED 2007/03/20 14:45:29 ihi 1.47.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [637f992097c14d26c954aa7cbbcc88ea38a62692]

        INTEGRATION: CWS mergede01 (1.96.110); FILE MERGED 2007/03/20 14:45:28 ihi 1.96.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c7000cba902793ed179b15fe4d8cf5efc24dce9b]

        INTEGRATION: CWS mergede01 (1.73.70); FILE MERGED 2007/03/20 14:45:27 ihi 1.73.70.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fec838ba5ce991f63c90f87a3e76b9fee5ad3994]

        INTEGRATION: CWS mergede01 (1.46.108); FILE MERGED 2007/03/20 14:45:27 ihi 1.46.108.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7882dd8f90b54c230f4725887c41ce57aa3f80b0]

        INTEGRATION: CWS mergede01 (1.7.76); FILE MERGED 2007/04/18 14:04:14 ihi 1.7.76.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3301372512415d69dd36cd9ae7aab98d8956c784]

        INTEGRATION: CWS mergede01 (1.46.110); FILE MERGED 2007/03/20 14:45:26 ihi 1.46.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7379e006ddeb7d283f6327f2369d381014a1b3ea]

        INTEGRATION: CWS mergede01 (1.32.242); FILE MERGED 2007/03/20 14:45:26 ihi 1.32.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cd263fdf6912117803f9b04421db44dbd8d9c2a6]

        INTEGRATION: CWS mergede01 (1.34.242); FILE MERGED 2007/03/20 14:45:26 ihi 1.34.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fe3052de2f42b15eaa682a0f5d042c26904998ec]

        INTEGRATION: CWS mergede01 (1.35.242); FILE MERGED 2007/03/20 14:45:26 ihi 1.35.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [357d96b77a966070e8b2bb9aa4455218c921f1c5]

        INTEGRATION: CWS mergede01 (1.45.242); FILE MERGED 2007/03/20 14:45:26 ihi 1.45.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1545262f16eaedee44e0e77ff75f5bd79769730e]

        INTEGRATION: CWS mergede01 (1.42.242); FILE MERGED 2007/03/20 14:45:26 ihi 1.42.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a10ae6ded676b913da8be205f25c116e1d71a6bc]

        INTEGRATION: CWS mergede01 (1.30.242); FILE MERGED 2007/03/20 14:45:25 ihi 1.30.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3ab50d5360d2c7ec233f2939d30a79b66f9ad500]

        INTEGRATION: CWS mergede01 (1.44.110); FILE MERGED 2007/03/20 14:45:25 ihi 1.44.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [43d2e33d6de8881a609a35ff316d4991449ece17]

        INTEGRATION: CWS mergede01 (1.31.242); FILE MERGED 2007/03/20 14:45:25 ihi 1.31.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e90163e61e29b104930e177d40e02401862153]

        INTEGRATION: CWS mergede01 (1.24.242); FILE MERGED 2007/03/20 14:45:25 ihi 1.24.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b94adf3478cee0f35395ed018369a57e2f61d506]

        INTEGRATION: CWS mergede01 (1.34.150); FILE MERGED 2007/03/20 14:45:24 ihi 1.34.150.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f415fc0e68f368ca55965ae710b274677a8a742]

        INTEGRATION: CWS mergede01 (1.11.20); FILE MERGED 2007/03/20 14:45:24 ihi 1.11.20.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4ebc600a0b17c35c8ee2bf1b6a85b99ebbccb3de]

        INTEGRATION: CWS mergede01 (1.7.204); FILE MERGED 2007/03/20 14:45:24 ihi 1.7.204.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d29b852a9506306d26e67da25e98ca36542794c]

        INTEGRATION: CWS mergede01 (1.154.16); FILE MERGED 2007/03/20 14:45:24 ihi 1.154.16.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2a98154eeaeb904266f5716abe34d9947f0152a8]

        INTEGRATION: CWS mergede01 (1.31.110); FILE MERGED 2007/03/20 14:45:23 ihi 1.31.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a4d2c0cc9cdb7c93288759e49c68bcd3427606ad]

        INTEGRATION: CWS mergede01 (1.3.248); FILE MERGED 2007/03/20 14:45:23 ihi 1.3.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5ccf238bbbd7337a4c8fd1e50a3309a00f912aea]

        INTEGRATION: CWS mergede01 (1.24.242); FILE MERGED 2007/03/20 14:45:23 ihi 1.24.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0017739e452c992c8c447670033ecb797a0556c9]

        INTEGRATION: CWS mergede01 (1.39.242); FILE MERGED 2007/03/20 14:45:23 ihi 1.39.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [69d46da375f8ce590cf3226ac338fbcb29e52f4b]

        INTEGRATION: CWS mergede01 (1.5.248); FILE MERGED 2007/03/20 14:45:22 ihi 1.5.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2b30ab651be59aacf2e50cf2fece4d700b271849]

        INTEGRATION: CWS mergede01 (1.5.242); FILE MERGED 2007/03/20 14:45:22 ihi 1.5.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [502270bc15a5be555713585fa6b20f416dceeb4f]

        INTEGRATION: CWS mergede01 (1.8.242); FILE MERGED 2007/04/18 14:04:13 ihi 1.8.242.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f9307bc65f3c758ccf2baa5de3b324653020fb7e]

        INTEGRATION: CWS mergede01 (1.3.248); FILE MERGED 2007/03/20 14:45:22 ihi 1.3.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c37812b573bbd475f224f77883a69fd01479ba62]

        INTEGRATION: CWS mergede01 (1.33.242); FILE MERGED 2007/03/20 14:45:22 ihi 1.33.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d63c96407ef9e375c0bf853997bc6d015c1ef3a9]

        INTEGRATION: CWS mergede01 (1.25.248); FILE MERGED 2007/03/20 14:45:21 ihi 1.25.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [13909581e35ba550a01e4b0d4e5b92a17a14fe9e]

        INTEGRATION: CWS mergede01 (1.44.56); FILE MERGED 2007/03/20 14:45:21 ihi 1.44.56.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fd4aa0e57245ffbd56687751c8dbd312b77e0db0]

        INTEGRATION: CWS mergede01 (1.16.242); FILE MERGED 2007/03/20 14:45:21 ihi 1.16.242.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf27b09824d9055f3702370cd383bc9e42c16c36]

        INTEGRATION: CWS mergede01 (1.56.110); FILE MERGED 2007/03/20 14:45:20 ihi 1.56.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c347aea81a105b147ef106dd9fb8cbb78351ece]

        INTEGRATION: CWS mergede01 (1.105.56); FILE MERGED 2007/03/20 14:45:20 ihi 1.105.56.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9a79ca22ac89b7bfb8d7bd496110232e4505769c]

        INTEGRATION: CWS mergede01 (1.22.248); FILE MERGED 2007/03/20 14:45:20 ihi 1.22.248.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [85806f9b2150f7ec451192b298f2514d826d796a]

        INTEGRATION: CWS mergede01 (1.12.18); FILE MERGED 2007/03/20 14:45:20 ihi 1.12.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14d468af1e1b4777a24537ec50e26f5ac9a80cd4]

        INTEGRATION: CWS mergede01 (1.5.72); FILE MERGED 2007/03/20 14:45:19 ihi 1.5.72.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c827980ea37b9d25f18c5f84ae612a201146f493]

        INTEGRATION: CWS mergede01 (1.50.76); FILE MERGED 2007/03/20 14:45:18 ihi 1.50.76.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a1a47657b40cfb28227779e50e8464db3d5758b9]

        INTEGRATION: CWS mergede01 (1.79.70); FILE MERGED 2007/03/20 14:44:16 ihi 1.79.70.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [03cc6ca41180194381d27bccafb75dfc1a653a3c]

        INTEGRATION: CWS mergede01 (1.3.330); FILE MERGED 2007/03/19 15:10:06 ihi 1.3.330.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c4f22c8703ca4cfea41d711e4561399f1a2fb1b9]

        INTEGRATION: CWS mergede01 (1.4.262); FILE MERGED 2007/03/19 15:10:06 ihi 1.4.262.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf8a3f3657c30cde29d3a842fec1840ca4701b35]

        INTEGRATION: CWS mergede01 (1.5.124); FILE MERGED 2007/03/19 15:10:06 ihi 1.5.124.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9d3d20c02c2b61cf5dcb9403033d8fd3b19a7403]

        INTEGRATION: CWS mergede01 (1.2.298); FILE MERGED 2007/03/19 15:10:05 ihi 1.2.298.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6f9d404392327ce21a31664348410d2f94ee1926]

        INTEGRATION: CWS mergede01 (1.3.330); FILE MERGED 2007/03/19 15:10:05 ihi 1.3.330.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1e331b4997e3d7b1f8431d42d1cc756de06c0155]

        INTEGRATION: CWS mergede01 (1.2.258); FILE MERGED 2007/03/19 15:10:05 ihi 1.2.258.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b885704a6790c8a0b44890422c41343b5479577b]

        INTEGRATION: CWS mergede01 (1.10.166); FILE MERGED 2007/03/19 15:10:04 ihi 1.10.166.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7eb555a88765c203f0c81d2ba8979c6f67ee4930]

        INTEGRATION: CWS mergede01 (1.4.172); FILE MERGED 2007/03/19 15:10:04 ihi 1.4.172.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eb91e6046852ce8b0b8ed8ab9d2b8fe6be1d2a0c]

        INTEGRATION: CWS mergede01 (1.5.706); FILE MERGED 2007/03/20 14:44:25 ihi 1.5.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7a1fcfeb8f1f79ff452f560d49680035cd64c5b5]

        INTEGRATION: CWS mergede01 (1.4.706); FILE MERGED 2007/04/18 14:28:52 ihi 1.4.706.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c94c4d3d3f20b0483b8ca69ff87b5c6c4142e2c3]

        INTEGRATION: CWS mergede01 (1.4.706); FILE MERGED 2007/03/20 14:44:25 ihi 1.4.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ef72bb7778f9ab76f41d8cf68b100a54b5594662]

        INTEGRATION: CWS mergede01 (1.6.706); FILE MERGED 2007/03/20 14:44:25 ihi 1.6.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [95b7d89679584aa533e51f28b812723fd005f21e]

        INTEGRATION: CWS mergede01 (1.43.726); FILE MERGED 2007/03/20 14:44:25 ihi 1.43.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7fced91bf2dc8c16dd0153fa0260c7f4fd87f0d8]

        INTEGRATION: CWS mergede01 (1.44.288); FILE MERGED 2007/03/20 14:44:24 ihi 1.44.288.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2dfa75dbed1d28e1cd5a38bcdfed5940837785b2]

        INTEGRATION: CWS mergede01 (1.27.408); FILE MERGED 2007/03/20 14:44:24 ihi 1.27.408.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [577e9aa1eb9cdab45ce2c299875825a2d2701231]

        INTEGRATION: CWS mergede01 (1.22.706); FILE MERGED 2007/03/20 14:44:24 ihi 1.22.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eb1421107074153358ba78fbe00d8e95a3afdcae]

        INTEGRATION: CWS mergede01 (1.8.154); FILE MERGED 2007/03/20 14:44:24 ihi 1.8.154.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [81eb478c9e875cd04babada0d2dc6f679e3dd2b7]

        INTEGRATION: CWS mergede01 (1.7.706); FILE MERGED 2007/03/20 14:44:23 ihi 1.7.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [589372c8e62328a3602b08b69576aaabc30fc3ec]

        INTEGRATION: CWS mergede01 (1.18.726); FILE MERGED 2007/03/20 14:44:23 ihi 1.18.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e78d8d57746bd2a24f87cfccc63de0c48e5cc884]

        INTEGRATION: CWS mergede01 (1.22.706); FILE MERGED 2007/03/20 14:44:23 ihi 1.22.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cb21811aef7e10d2938acb65aea7b155c29bb343]

        INTEGRATION: CWS mergede01 (1.88.706); FILE MERGED 2007/03/20 14:44:22 ihi 1.88.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8a826ed7be82add1adaa6259d170ef582544fa25]

        INTEGRATION: CWS mergede01 (1.30.622); FILE MERGED 2007/03/20 14:44:21 ihi 1.30.622.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [89bb99254c8ccb284a987a7743e167ae3652e13d]

        INTEGRATION: CWS mergede01 (1.17.368); FILE MERGED 2007/03/20 14:44:21 ihi 1.17.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dd39055f8f8655c895b32fdb3f0206fca1a24629]

        INTEGRATION: CWS mergede01 (1.17.706); FILE MERGED 2007/03/20 14:44:20 ihi 1.17.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [11f2d35e952516f2d13ede3973304f0f4651b71c]

        INTEGRATION: CWS mergede01 (1.32.706); FILE MERGED 2007/03/20 14:44:20 ihi 1.32.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee1ce993d4e080c2b8bec0b21b4349b2e6c7586f]

        INTEGRATION: CWS mergede01 (1.76.268); FILE MERGED 2007/04/16 18:13:35 ihi 1.76.268.2: RESYNC: (1.76-1.77); FILE MERGED 2007/03/20 14:44:19 ihi 1.76.268.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [08dbd65af91a7dd484abda798807dd618f40e50f]

        INTEGRATION: CWS mergede01 (1.32.278); FILE MERGED 2007/03/20 14:44:19 ihi 1.32.278.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e67f47e307bd5874d0dea69f0f92135c864a995f]

        INTEGRATION: CWS mergede01 (1.45.706); FILE MERGED 2007/04/16 18:13:43 ihi 1.45.706.2: RESYNC: (1.45-1.46); FILE MERGED 2007/03/20 14:44:19 ihi 1.45.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b067d7d172ed3496ef3e6c38017857de3c45d4f9]

        INTEGRATION: CWS mergede01 (1.37.706); FILE MERGED 2007/03/20 14:44:19 ihi 1.37.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9748d3299205ae034ecd77bbe14fdc2af5e7ffd1]

        INTEGRATION: CWS mergede01 (1.91.706); FILE MERGED 2007/03/20 14:44:18 ihi 1.91.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c7783fdc01f61eae02434123bf6764c673598e0b]

        INTEGRATION: CWS mergede01 (1.56.706); FILE MERGED 2007/03/20 14:44:18 ihi 1.56.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e1056c7850161932eb37f74aa8809397c73c2c3e]

        INTEGRATION: CWS mergede01 (1.54.34); FILE MERGED 2007/03/20 14:44:17 ihi 1.54.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8f94d4e4bdd731b4170f29bfb686c10a9610d50e]

        INTEGRATION: CWS mergede01 (1.28.706); FILE MERGED 2007/03/20 14:44:17 ihi 1.28.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a7b2b1241108f608523fbecb824cd4db302e91aa]

        INTEGRATION: CWS mergede01 (1.17.562); FILE MERGED 2007/03/20 14:44:17 ihi 1.17.562.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [68224a00243382c2f203773ea8ff7920a2e19f84]

        INTEGRATION: CWS mergede01 (1.39.706); FILE MERGED 2007/03/20 14:44:17 ihi 1.39.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [230462e7cd8915dae2db7aea07d809f2feeff4ae]

        INTEGRATION: CWS mergede01 (1.45.726); FILE MERGED 2007/03/20 14:44:17 ihi 1.45.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5a2f16e89377e397b856ec606fe4ff7f156b6763]

        INTEGRATION: CWS mergede01 (1.33.706); FILE MERGED 2007/03/20 14:44:16 ihi 1.33.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a98945f0282e4411ea892b01d4297f4b8ffd8f43]

        INTEGRATION: CWS mergede01 (1.39.178); FILE MERGED 2007/03/20 14:44:16 ihi 1.39.178.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9f3da1d4bf2bf61a8687aec50a1beaff382226bb]

        INTEGRATION: CWS mergede01 (1.52.432); FILE MERGED 2007/03/20 14:44:15 ihi 1.52.432.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f9c0056daa16039e4d4bf4f0fe71af32040a8d54]

        INTEGRATION: CWS mergede01 (1.19.34); FILE MERGED 2007/03/20 14:44:15 ihi 1.19.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8fb054bfe2269524baad0ca9f289afbbdfb5ff0c]

        INTEGRATION: CWS mergede01 (1.13.34); FILE MERGED 2007/03/20 14:44:15 ihi 1.13.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [616318f7f2074688de0a3a020833cdd18126118f]

        INTEGRATION: CWS mergede01 (1.13.84); FILE MERGED 2007/04/18 14:28:52 ihi 1.13.84.1: german removed

2007-04-19  Vladimir Glazounov  <vg@openoffice.org>  [06a73617706197717d41b10b6551ddb5b8b330af]

        new version for OOF680

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fd838a49a581ae30c1839acecb2142f2be42455e]

        INTEGRATION: CWS mergede01 (1.56.706); FILE MERGED 2007/03/20 14:44:15 ihi 1.56.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b5c14336d25b9eb78f043eab3c076a977a9d453]

        INTEGRATION: CWS mergede01 (1.77.54); FILE MERGED 2007/03/20 14:44:14 ihi 1.77.54.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e408fbc8a72962881707c9d531a4088ee8dc127b]

        INTEGRATION: CWS mergede01 (1.28.726); FILE MERGED 2007/03/20 14:44:14 ihi 1.28.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cfe4f1203d64c1c37a7c95cbe87cdfec99730c5f]

        INTEGRATION: CWS mergede01 (1.7.706); FILE MERGED 2007/03/20 14:44:14 ihi 1.7.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fb74113b9872d871b72f607b5c09a461791f9d2a]

        INTEGRATION: CWS mergede01 (1.69.58); FILE MERGED 2007/03/20 14:44:13 ihi 1.69.58.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [be87b7cd895579b625abe51edfb441870e307d9a]

        INTEGRATION: CWS mergede01 (1.56.576); FILE MERGED 2007/03/20 14:44:13 ihi 1.56.576.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [40413df7777d2a8482a3f478abd65dbb549ea54c]

        INTEGRATION: CWS mergede01 (1.43.706); FILE MERGED 2007/03/20 14:44:13 ihi 1.43.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [35acb0672e72bda9c763648364cdaf93548a5af0]

        INTEGRATION: CWS mergede01 (1.10.706); FILE MERGED 2007/03/20 14:44:13 ihi 1.10.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b1e4452da1035d1ce8d1e0e21ba95d39ae3aa211]

        INTEGRATION: CWS mergede01 (1.6.706); FILE MERGED 2007/03/20 14:44:13 ihi 1.6.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9b68cda5f301be54142a7cd69cb497ccad43eedb]

        INTEGRATION: CWS mergede01 (1.25.706); FILE MERGED 2007/03/20 14:44:12 ihi 1.25.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a635e68e19ddfd21053630b4b38918641fd9776b]

        INTEGRATION: CWS mergede01 (1.31.706); FILE MERGED 2007/03/20 14:44:12 ihi 1.31.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f6c53f3358f3f37b7a57edf08e4a18d8c55c4ab9]

        INTEGRATION: CWS mergede01 (1.30.706); FILE MERGED 2007/03/20 14:44:12 ihi 1.30.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [58717bd54ba50df9c07b353d800d62a33c25b5fa]

        INTEGRATION: CWS mergede01 (1.62.704); FILE MERGED 2007/03/20 14:44:12 ihi 1.62.704.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2791ac218134e7ea634a647aad97c3efa15a93ae]

        INTEGRATION: CWS mergede01 (1.45.706); FILE MERGED 2007/03/20 14:44:11 ihi 1.45.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [55209bc430d0d1544bcf73943710eef16db15d8e]

        INTEGRATION: CWS mergede01 (1.26.706); FILE MERGED 2007/03/20 14:44:11 ihi 1.26.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b662bdf53335f14f9f0f93c66510f4db9a7d6167]

        INTEGRATION: CWS mergede01 (1.46.706); FILE MERGED 2007/04/18 06:48:19 ihi 1.46.706.1: #i72301Ã# remove german

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [128ea537051f7d57e77b4243f8089c42111ac661]

        INTEGRATION: CWS mergede01 (1.17.244); FILE MERGED 2007/03/20 14:44:10 ihi 1.17.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aa90f68e0825db79e1f648f2be099677bf596002]

        INTEGRATION: CWS mergede01 (1.54.706); FILE MERGED 2007/03/20 14:44:10 ihi 1.54.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [50ae402844099ed3dc53cfb264e4f70d33dbc9f2]

        INTEGRATION: CWS mergede01 (1.20.706); FILE MERGED 2007/03/20 14:44:10 ihi 1.20.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1a520909116b579a4a9853ee7da48e116b30e02d]

        INTEGRATION: CWS mergede01 (1.30.706); FILE MERGED 2007/03/20 14:44:10 ihi 1.30.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [acbca05cf5eece5dd0ba38f0bb73157f6ffb8f7a]

        INTEGRATION: CWS mergede01 (1.35.706); FILE MERGED 2007/03/20 14:44:10 ihi 1.35.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5c46cfbdf5d68e81ccd73db373206848e0df3933]

        INTEGRATION: CWS mergede01 (1.29.706); FILE MERGED 2007/03/20 14:44:10 ihi 1.29.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [24f8cd7eecdf753f44adf818601a5b6a55cdab52]

        INTEGRATION: CWS mergede01 (1.28.706); FILE MERGED 2007/03/20 14:44:09 ihi 1.28.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [45e54119b712e1793ae74633c21256d59b68c9d6]

        INTEGRATION: CWS mergede01 (1.41.706); FILE MERGED 2007/03/20 14:44:09 ihi 1.41.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9bef9a2f4b57c6a5a65220ef28ea46b948b7b061]

        INTEGRATION: CWS mergede01 (1.62.706); FILE MERGED 2007/03/20 14:44:09 ihi 1.62.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [736637bc25c54e9f2ee3ba66c167f2bb94c12ac4]

        INTEGRATION: CWS mergede01 (1.6.706); FILE MERGED 2007/03/20 14:44:09 ihi 1.6.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [71b2dafc833e02b87cc4badd0ff35f1609a0172a]

        INTEGRATION: CWS mergede01 (1.6.706); FILE MERGED 2007/03/20 14:44:08 ihi 1.6.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d98e935a10b6361b4bc6e92813b215466186e1b]

        INTEGRATION: CWS mergede01 (1.49.706); FILE MERGED 2007/03/20 14:44:08 ihi 1.49.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [694f8934d405f7d86706ff735c76da7d145e865e]

        INTEGRATION: CWS mergede01 (1.71.474); FILE MERGED 2007/03/20 14:44:08 ihi 1.71.474.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1cea5a91b9caa261ecb99eb85ef0fa4124548f56]

        INTEGRATION: CWS mergede01 (1.10.432); FILE MERGED 2007/03/20 14:44:08 ihi 1.10.432.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9acc77002e9278a9d44c8dcf3bb8f91692884bcc]

        INTEGRATION: CWS mergede01 (1.38.706); FILE MERGED 2007/03/20 14:44:08 ihi 1.38.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [82dca88efc83b66d5469db06138353f70f43da0b]

        INTEGRATION: CWS mergede01 (1.10.706); FILE MERGED 2007/03/20 14:44:07 ihi 1.10.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d2230c72e9c85cdae2f0652dd75669a44cdfbbf4]

        INTEGRATION: CWS mergede01 (1.21.706); FILE MERGED 2007/03/20 14:44:07 ihi 1.21.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3d8ca2ac1f01efc8c3a7827a2af2be3987eba7f0]

        INTEGRATION: CWS mergede01 (1.39.706); FILE MERGED 2007/03/20 14:44:07 ihi 1.39.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f2b96fe1df090630c9d6318d76a3c2a97f9f793c]

        INTEGRATION: CWS mergede01 (1.4.726); FILE MERGED 2007/03/20 14:44:07 ihi 1.4.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1c79e2d6e873b7d67868eba92e63f1f1996fdb82]

        INTEGRATION: CWS mergede01 (1.15.726); FILE MERGED 2007/03/20 14:44:07 ihi 1.15.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a1cf10467d3993d3a9b870811ba922da15a874dc]

        INTEGRATION: CWS mergede01 (1.24.706); FILE MERGED 2007/03/20 14:44:07 ihi 1.24.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f536e465d7bae3e58e94d307fdfdd0842c50faaf]

        INTEGRATION: CWS mergede01 (1.23.706); FILE MERGED 2007/03/20 14:44:06 ihi 1.23.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e02a2bc59088425bea38f49b48c8d09b79d89eb6]

        INTEGRATION: CWS mergede01 (1.81.706); FILE MERGED 2007/03/20 14:44:06 ihi 1.81.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [370d19620ffac2a2ebdb306c833f089f075c2fb9]

        INTEGRATION: CWS mergede01 (1.67.288); FILE MERGED 2007/03/20 14:44:06 ihi 1.67.288.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [016e5db135ad78226114f3dd03891d5640772290]

        INTEGRATION: CWS mergede01 (1.2.244); FILE MERGED 2007/04/16 18:09:25 ihi 1.2.244.2: RESYNC: (1.2-1.4); FILE MERGED 2007/03/20 14:44:06 ihi 1.2.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c024089973c65141f2bb748a15cbb2afcc8b805]

        INTEGRATION: CWS mergede01 (1.7.178); FILE MERGED 2007/03/20 14:44:05 ihi 1.7.178.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9b5e32af6aa87dd4d737bbf2cbe6522bee792234]

        INTEGRATION: CWS mergede01 (1.7.706); FILE MERGED 2007/03/20 14:44:05 ihi 1.7.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [49cad63598943920bb1a09124667d79ddc0f5db5]

        INTEGRATION: CWS mergede01 (1.6.288); FILE MERGED 2007/03/20 14:44:05 ihi 1.6.288.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b45a46de868f88ad615d81171d8e3708cae36183]

        INTEGRATION: CWS mergede01 (1.23.468); FILE MERGED 2007/04/16 18:11:02 ihi 1.23.468.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/20 14:44:05 ihi 1.23.468.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f0c67803eff5ef7aca63d8a63a3b39b4953a0435]

        INTEGRATION: CWS mergede01 (1.4.726); FILE MERGED 2007/03/20 14:44:05 ihi 1.4.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c83a6ecf2b9d8100686527d789d488c2a33bfa25]

        INTEGRATION: CWS mergede01 (1.60.54); FILE MERGED 2007/03/20 14:44:05 ihi 1.60.54.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c9309993b12f1618054d4c7c6dd615a0983dcccd]

        INTEGRATION: CWS mergede01 (1.47.706); FILE MERGED 2007/03/20 14:44:04 ihi 1.47.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [93e3763fb8fa23e937ab657a9bc33f93ad3a7c5e]

        INTEGRATION: CWS mergede01 (1.27.706); FILE MERGED 2007/03/20 14:44:04 ihi 1.27.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0dcda2e1405e4968d4a923579b875c326ed24288]

        INTEGRATION: CWS mergede01 (1.10.244); FILE MERGED 2007/03/20 14:44:04 ihi 1.10.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8609efc89bf627753ed602bcdbab1484f298ab08]

        INTEGRATION: CWS mergede01 (1.30.706); FILE MERGED 2007/03/20 14:44:04 ihi 1.30.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [feeff3ecc3a970ebeca5fcc841f08c609fa69b39]

        INTEGRATION: CWS mergede01 (1.25.722); FILE MERGED 2007/03/20 14:44:04 ihi 1.25.722.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a43c80c2afe5e49b16d0b732fbb1809ac7720cc2]

        INTEGRATION: CWS mergede01 (1.32.706); FILE MERGED 2007/03/20 14:44:03 ihi 1.32.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [81278431bbb363a453c78210d707e245ebb45e4c]

        INTEGRATION: CWS mergede01 (1.5.706); FILE MERGED 2007/03/20 14:44:03 ihi 1.5.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1186fe073998a586fb6fb2514d32e156598eff79]

        INTEGRATION: CWS mergede01 (1.26.706); FILE MERGED 2007/03/20 14:44:03 ihi 1.26.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf5e759c68e13800e0ac46d3712788ff3125599f]

        INTEGRATION: CWS mergede01 (1.49.318); FILE MERGED 2007/03/20 14:44:03 ihi 1.49.318.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0a604b73373fafa25f314179ea1cf05dc0bb0266]

        INTEGRATION: CWS mergede01 (1.16.706); FILE MERGED 2007/03/20 14:44:03 ihi 1.16.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [113c894ac87e773326df5464885d2904f25b56df]

        INTEGRATION: CWS mergede01 (1.33.706); FILE MERGED 2007/03/20 14:44:03 ihi 1.33.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c38c36656c653fbf69f0a991eca97a03ca8cf233]

        INTEGRATION: CWS mergede01 (1.21.726); FILE MERGED 2007/03/20 14:44:02 ihi 1.21.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e62a9da1f2b1f800fa4e602e729a5f3133ce995a]

        INTEGRATION: CWS mergede01 (1.74.706); FILE MERGED 2007/04/16 18:09:36 ihi 1.74.706.2: RESYNC: (1.74-1.75); FILE MERGED 2007/03/20 14:44:02 ihi 1.74.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9a9be99857dd8f8ba20bc47672495c124dc8f98a]

        INTEGRATION: CWS mergede01 (1.24.706); FILE MERGED 2007/03/20 14:44:02 ihi 1.24.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [996f1851ddfe116e066261733c85b24579eef00a]

        INTEGRATION: CWS mergede01 (1.49.706); FILE MERGED 2007/03/20 14:44:01 ihi 1.49.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0fb44b1ca96d7e64e064ca4b23cb6670296aa64c]

        INTEGRATION: CWS mergede01 (1.14.540); FILE MERGED 2007/03/20 14:44:01 ihi 1.14.540.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f8b5cdffd89c900f82cdc2d428313b3e8b6149b]

        INTEGRATION: CWS mergede01 (1.27.706); FILE MERGED 2007/03/20 14:44:01 ihi 1.27.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e3414d27d5abdb461b67f99dbe72e20381ff9b84]

        INTEGRATION: CWS mergede01 (1.42.706); FILE MERGED 2007/03/20 14:44:00 ihi 1.42.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4d92cf1785340747bf2406af65ff708dbfeb9921]

        INTEGRATION: CWS mergede01 (1.16.726); FILE MERGED 2007/03/20 14:44:00 ihi 1.16.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4765cb8c145dd9bbf06f6434041041f3a3da93f2]

        INTEGRATION: CWS mergede01 (1.11.706); FILE MERGED 2007/03/20 14:44:00 ihi 1.11.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f2d2b3d548e64887b541990b90dac3ec39a9771e]

        INTEGRATION: CWS mergede01 (1.38.704); FILE MERGED 2007/03/20 14:44:00 ihi 1.38.704.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [872fc6c80ee5efcd4c980905db00abc21ea50717]

        INTEGRATION: CWS mergede01 (1.8.408); FILE MERGED 2007/03/20 14:44:00 ihi 1.8.408.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ea9eef6a8803f965d2aa2f211e872738e70d5e9c]

        INTEGRATION: CWS mergede01 (1.9.288); FILE MERGED 2007/03/20 14:44:00 ihi 1.9.288.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [63e071172cb37105bf509e8603b3d16b4ee980c3]

        INTEGRATION: CWS mergede01 (1.30.726); FILE MERGED 2007/03/20 14:43:59 ihi 1.30.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7b21924d0f74f4c19f85c1d066abc06e6791dcef]

        INTEGRATION: CWS mergede01 (1.15.34); FILE MERGED 2007/03/20 14:43:59 ihi 1.15.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d73eb16735fe92f9ae92aee3d00e59f15bbe3d42]

        INTEGRATION: CWS mergede01 (1.5.706); FILE MERGED 2007/03/20 14:43:59 ihi 1.5.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9002ca80caf84e959b9768e99752ba05e64c9f80]

        INTEGRATION: CWS mergede01 (1.11.34); FILE MERGED 2007/03/20 14:43:59 ihi 1.11.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d799b4b74d85b1d6166fced2ad2586988988f3d8]

        INTEGRATION: CWS mergede01 (1.4.706); FILE MERGED 2007/03/20 14:43:59 ihi 1.4.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6b752d187e57b1370996aeedef38e89790e794cb]

        INTEGRATION: CWS mergede01 (1.45.706); FILE MERGED 2007/03/20 14:43:59 ihi 1.45.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ddaffea18234d74f2a42cff419a81973c040ea95]

        INTEGRATION: CWS mergede01 (1.37.706); FILE MERGED 2007/03/20 14:43:58 ihi 1.37.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bc84aedc4e5ee9f5491266e6cbbf4ada8bcc7531]

        INTEGRATION: CWS mergede01 (1.5.726); FILE MERGED 2007/04/16 18:12:10 ihi 1.5.726.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/20 14:43:58 ihi 1.5.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4ea30aca0fe8eb985691c350fe06f39f43e600aa]

        INTEGRATION: CWS mergede01 (1.30.726); FILE MERGED 2007/03/20 14:43:58 ihi 1.30.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ae0f3f3f9e6985a1cf15861c16f2f7777a66ba0b]

        INTEGRATION: CWS mergede01 (1.13.706); FILE MERGED 2007/03/20 14:43:58 ihi 1.13.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f3612ebef0cf7e958976ebb81a08e533ca69817c]

        INTEGRATION: CWS mergede01 (1.54.706); FILE MERGED 2007/03/20 14:43:58 ihi 1.54.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d4c993d91893842c1481b36997a5175dae194243]

        INTEGRATION: CWS mergede01 (1.73.706); FILE MERGED 2007/03/20 14:43:57 ihi 1.73.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2ce6015cb0adf6e363e9eb1685ec1a3c1e8d9018]

        INTEGRATION: CWS mergede01 (1.16.244); FILE MERGED 2007/03/20 14:43:57 ihi 1.16.244.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ba8ccab0153a86ab89510b32ada8586a89707fe2]

        INTEGRATION: CWS mergede01 (1.61.704); FILE MERGED 2007/03/20 14:43:57 ihi 1.61.704.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [57e2a65bd6f8381bf5fa280a958e115653831ef2]

        INTEGRATION: CWS mergede01 (1.43.726); FILE MERGED 2007/03/20 14:43:57 ihi 1.43.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [563a7f7d07319eb4d5e7cd2dbac7e3c047f5dd44]

        INTEGRATION: CWS mergede01 (1.19.726); FILE MERGED 2007/03/20 14:43:57 ihi 1.19.726.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bed96a2ece24393ae6fffb05c6bae67dee240a65]

        INTEGRATION: CWS mergede01 (1.37.706); FILE MERGED 2007/03/20 14:43:57 ihi 1.37.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [68ad9095ad9eedb814b573ba93ae2554233b3e97]

        INTEGRATION: CWS mergede01 (1.9.198); FILE MERGED 2007/03/20 14:43:56 ihi 1.9.198.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a2350d0a171c3cee0aba8d1ce0499a93fad34e9]

        INTEGRATION: CWS mergede01 (1.52.704); FILE MERGED 2007/03/20 14:43:56 ihi 1.52.704.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1d2ec1a6cca24657b1d6c44bbbf9c59860488e57]

        INTEGRATION: CWS mergede01 (1.4.706); FILE MERGED 2007/03/20 14:43:56 ihi 1.4.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c69412aabfa4c20f739226ee917300ba734261ac]

        INTEGRATION: CWS mergede01 (1.32.706); FILE MERGED 2007/03/20 14:43:56 ihi 1.32.706.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [37b60962f739496c547bcce1453cfe6ccf5cb004]

        INTEGRATION: CWS mergede01 (1.7.198); FILE MERGED 2007/03/19 16:27:06 ihi 1.7.198.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ea588d5294e1b7b52fa631fd3fa3cd3fb5f3366f]

        INTEGRATION: CWS mergede01 (1.3.82); FILE MERGED 2007/03/20 11:51:36 ihi 1.3.82.2: #i72301# Remove German 2007/03/19 15:49:41 ihi 1.3.82.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [66bda90664e44e782d94a9d53aa4d40f1d4dfdfc]

        INTEGRATION: CWS mergede01 (1.3.18); FILE MERGED 2007/03/20 14:42:39 ihi 1.3.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0179e8383b4cb845e795e3a04e0c7cb7ad50d484]

        INTEGRATION: CWS mergede01 (1.3.218); FILE MERGED 2007/03/19 16:22:33 ihi 1.3.218.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4813ee66754374846e7b3cfee86940cdff073e13]

        INTEGRATION: CWS mergede01 (1.4.78); FILE MERGED 2007/03/20 14:41:47 ihi 1.4.78.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1a1886e85ebaec2947d4427301a3e2fd8913a547]

        INTEGRATION: CWS mergede01 (1.4.78); FILE MERGED 2007/03/20 14:41:46 ihi 1.4.78.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5cfcbfa294f94c8854b3557777b2155d29a54d78]

        INTEGRATION: CWS mergede01 (1.3.18); FILE MERGED 2007/03/20 14:41:31 ihi 1.3.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d2932796c9a806b5a7cc849d1687a4282024d6d3]

        INTEGRATION: CWS mergede01 (1.31.144); FILE MERGED 2007/03/20 14:41:30 ihi 1.31.144.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5df72dfc169258b8b5c500374a0327f11ffc146c]

        INTEGRATION: CWS mergede01 (1.48.142); FILE MERGED 2007/03/20 14:41:29 ihi 1.48.142.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cd5d3d991c70fbc28e26fd827907a4501e4b9f42]

        INTEGRATION: CWS mergede01 (1.28.144); FILE MERGED 2007/03/20 14:41:29 ihi 1.28.144.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ca423307aa88a286b30b3637b3a19834c7a16230]

        INTEGRATION: CWS mergede01 (1.27.144); FILE MERGED 2007/03/20 14:41:29 ihi 1.27.144.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d5bb216407c399822cf82a6236ca66c5fa3573c7]

        INTEGRATION: CWS mergede01 (1.60.34); FILE MERGED 2007/03/20 14:41:29 ihi 1.60.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c3b7f7eac872cedaabe6e42dfdbae7548e155e5]

        INTEGRATION: CWS mergede01 (1.57.142); FILE MERGED 2007/03/20 14:41:28 ihi 1.57.142.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3ca07fa571711c8e046518e33010c73f3a9f3ee2]

        INTEGRATION: CWS mergede01 (1.25.142); FILE MERGED 2007/03/20 14:41:28 ihi 1.25.142.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cbd1a3d53b42fa59eb3b840eb5e6da1d34149290]

        INTEGRATION: CWS mergede01 (1.105.8); FILE MERGED 2007/03/20 14:41:28 ihi 1.105.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2bd8f0d2926a6622bf7988dbf042d5d60140e557]

        INTEGRATION: CWS mergede01 (1.5.150); FILE MERGED 2007/03/20 14:41:13 ihi 1.5.150.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [829c89d2a0e689f413351475df028246bb9095f6]

        INTEGRATION: CWS mergede01 (1.47.12); FILE MERGED 2007/03/20 14:41:13 ihi 1.47.12.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7efb4c2489f9180e83ae9709300ded390ec08fc3]

        INTEGRATION: CWS mergede01 (1.44.618); FILE MERGED 2007/03/20 14:40:57 ihi 1.44.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fee65c4ad4e2b2bb38c0701c2f99b4c7365ffc12]

        INTEGRATION: CWS mergede01 (1.36.636); FILE MERGED 2007/03/20 14:40:56 ihi 1.36.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5a397330d56d45808026eb2810f47ccf7ff10464]

        INTEGRATION: CWS mergede01 (1.49.618); FILE MERGED 2007/03/20 14:40:56 ihi 1.49.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fb80f4f4430202fa670e202d8893292d1c56fc89]

        INTEGRATION: CWS mergede01 (1.11.16); FILE MERGED 2007/03/19 15:19:03 ihi 1.11.16.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6bdc9fab12702851e4567db7023c9031b8902380]

        INTEGRATION: CWS mergede01 (1.22.618); FILE MERGED 2007/03/20 14:40:56 ihi 1.22.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f8dcaf62b1b80afdf655589e772f58d3403f06b9]

        INTEGRATION: CWS mergede01 (1.48.618); FILE MERGED 2007/03/20 14:40:55 ihi 1.48.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a7c6cf9717920c506b809a539f93ff4e09b67ecd]

        INTEGRATION: CWS mergede01 (1.57.618); FILE MERGED 2007/03/20 14:40:55 ihi 1.57.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [77b71717df0e37d8a399fdffa0a979aaf6d98a03]

        INTEGRATION: CWS mergede01 (1.38.618); FILE MERGED 2007/03/20 14:40:55 ihi 1.38.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fcd5b4ecf563b895f6e8967954f6046351cb3214]

        INTEGRATION: CWS mergede01 (1.22.618); FILE MERGED 2007/03/20 14:40:55 ihi 1.22.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c5075391f488955a81a3b70b1eab2c6e1d437550]

        INTEGRATION: CWS mergede01 (1.42.618); FILE MERGED 2007/03/20 14:40:54 ihi 1.42.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2a859c4c78962c4be8b8c052dff4125546dd4274]

        INTEGRATION: CWS mergede01 (1.49.618); FILE MERGED 2007/03/20 14:40:54 ihi 1.49.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b37d9620ecc2c3f02c99f23eb141f5fefce4bd1a]

        INTEGRATION: CWS mergede01 (1.33.618); FILE MERGED 2007/03/20 14:40:53 ihi 1.33.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c9ef0dfce58ff38496804a01ce9e30e2fff31bcb]

        INTEGRATION: CWS mergede01 (1.35.618); FILE MERGED 2007/03/20 14:40:53 ihi 1.35.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e2c9e85e5738ef4e555213b2e400f81284b3c6e9]

        INTEGRATION: CWS mergede01 (1.35.618); FILE MERGED 2007/03/20 14:40:52 ihi 1.35.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c7092c0c0e7f24aafb17ad482de1b1d6c3f50824]

        INTEGRATION: CWS mergede01 (1.18.636); FILE MERGED 2007/03/20 14:40:52 ihi 1.18.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ae72788982505a42ed9959d94406505b66937ca9]

        INTEGRATION: CWS mergede01 (1.23.618); FILE MERGED 2007/03/20 14:40:52 ihi 1.23.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e976a64271e23fd8fc6d4cf71df86f849b1eeb1c]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:51 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fed3b0a98583ed155dc9604804376a9107c592bd]

        INTEGRATION: CWS mergede01 (1.22.636); FILE MERGED 2007/03/20 14:40:51 ihi 1.22.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47b8c64a5a17d79e5d904d0c63663108e28897af]

        INTEGRATION: CWS mergede01 (1.30.618); FILE MERGED 2007/03/20 14:40:50 ihi 1.30.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [26c70a9e98c41fe6769417ea7fa11c6cb78f6b19]

        INTEGRATION: CWS mergede01 (1.29.618); FILE MERGED 2007/03/20 14:40:50 ihi 1.29.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9c80f5b95c07f38b4b4a51bc416900696f6eea3c]

        INTEGRATION: CWS mergede01 (1.27.618); FILE MERGED 2007/03/20 14:40:49 ihi 1.27.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8ef66bf55884cb5647edad3d4cbae7047cd8123e]

        INTEGRATION: CWS mergede01 (1.19.636); FILE MERGED 2007/03/20 14:40:49 ihi 1.19.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2f9b717172246e72421d78533849c3f675a2415a]

        INTEGRATION: CWS mergede01 (1.34.618); FILE MERGED 2007/03/20 14:40:49 ihi 1.34.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ce87a36061d5eff648dd7b81c22ec7427b6a98ca]

        INTEGRATION: CWS mergede01 (1.51.34); FILE MERGED 2007/04/18 06:45:24 ihi 1.51.34.2: #i72301Ã# remove german 2007/03/20 14:40:48 ihi 1.51.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [17b6228172b064ddfbccfb92c1f68063f05a8b0f]

        INTEGRATION: CWS mergede01 (1.51.618); FILE MERGED 2007/03/20 14:40:48 ihi 1.51.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0fe978a5384bcdc7fab86dcdbde07cd82a704810]

        INTEGRATION: CWS mergede01 (1.18.636); FILE MERGED 2007/03/20 14:40:47 ihi 1.18.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [16485e1ab76bed1fff07004630f230ad310bb713]

        INTEGRATION: CWS mergede01 (1.15.636); FILE MERGED 2007/03/20 14:40:47 ihi 1.15.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [92e696277f367457eb1ad0800ed25cb895570af1]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:47 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ed5dec29ad6c6d4842cc0bcc41331c1db88adbac]

        INTEGRATION: CWS mergede01 (1.33.618); FILE MERGED 2007/03/20 14:40:46 ihi 1.33.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d3bf97e6e42112d9398be0251b534894a9bfef1c]

        INTEGRATION: CWS mergede01 (1.29.618); FILE MERGED 2007/03/20 14:40:46 ihi 1.29.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [69e1725cf36368610b836a2cadea8f83d6b222ad]

        INTEGRATION: CWS mergede01 (1.22.618); FILE MERGED 2007/03/20 14:40:46 ihi 1.22.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f004b65d3298e80a497f17ba7f337df429f84887]

        INTEGRATION: CWS mergede01 (1.30.618); FILE MERGED 2007/03/20 14:40:46 ihi 1.30.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c269512ec51e0146badf2d3dced6abc982b90e8f]

        INTEGRATION: CWS mergede01 (1.32.618); FILE MERGED 2007/03/20 14:40:45 ihi 1.32.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1289c59d223069ad9e81a5fa9537acb0eb16a00a]

        INTEGRATION: CWS mergede01 (1.18.258); FILE MERGED 2007/03/20 14:40:44 ihi 1.18.258.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7d8517ea9258707dd423a041de443fc2efd7c419]

        INTEGRATION: CWS mergede01 (1.36.618); FILE MERGED 2007/03/20 14:40:44 ihi 1.36.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f44dd353e2a72c0c6de5075c9042a7af6595b248]

        INTEGRATION: CWS mergede01 (1.32.618); FILE MERGED 2007/03/20 14:40:43 ihi 1.32.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d44c9b76b1b3cebd52d4c607ce960effda6b4b6]

        INTEGRATION: CWS mergede01 (1.19.618); FILE MERGED 2007/03/20 14:40:43 ihi 1.19.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cab50bac0bc2426d7558133ad7ce9478f89f75af]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:43 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a968ca403c56b324fa0abe6a031e62cfa3292379]

        INTEGRATION: CWS mergede01 (1.40.618); FILE MERGED 2007/03/20 14:40:42 ihi 1.40.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [41e36992ee63c7122f9e107d98300f3bb12013fe]

        INTEGRATION: CWS mergede01 (1.20.618); FILE MERGED 2007/03/20 14:40:42 ihi 1.20.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [83b70c99b1f60f6d34faa04de347a3212dc5a5f5]

        INTEGRATION: CWS mergede01 (1.34.618); FILE MERGED 2007/03/20 14:40:40 ihi 1.34.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [02b90e8621ff98a0ef26605eb5a14f5dc26ae0e7]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:40 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f8f577a1b890ba00be33d1aa4a429c985b1cf58d]

        INTEGRATION: CWS mergede01 (1.37.618); FILE MERGED 2007/03/20 14:40:40 ihi 1.37.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b2a76192ee36207e9a5205da0da38463ade9d9bb]

        INTEGRATION: CWS mergede01 (1.17.636); FILE MERGED 2007/03/20 14:40:39 ihi 1.17.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8634552caad47d90c12b6cb3ad820109e136d9eb]

        INTEGRATION: CWS mergede01 (1.42.618); FILE MERGED 2007/03/20 14:40:39 ihi 1.42.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7d98b4b8658177948d345b365bcf1924a42627c7]

        INTEGRATION: CWS mergede01 (1.74.618); FILE MERGED 2007/03/20 14:40:38 ihi 1.74.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [40aa068fde17d2630d11949fe8921185ca5c33dd]

        INTEGRATION: CWS mergede01 (1.3.636); FILE MERGED 2007/04/18 14:14:27 ihi 1.3.636.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f7e764b2534b4f5020d9176703d6312d0e792071]

        INTEGRATION: CWS mergede01 (1.11.506); FILE MERGED 2007/04/18 14:14:27 ihi 1.11.506.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2387bfa3f4c5d9b5b95d67d26a1f78481413b827]

        INTEGRATION: CWS mergede01 (1.24.636); FILE MERGED 2007/03/20 14:40:37 ihi 1.24.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c5121da97d0ce7dceace90484ec033b9dcaeb97c]

        INTEGRATION: CWS mergede01 (1.36.618); FILE MERGED 2007/03/20 14:40:36 ihi 1.36.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [804336e434274aba69d88c42e664bed4f02078b2]

        INTEGRATION: CWS mergede01 (1.37.618); FILE MERGED 2007/03/20 14:40:36 ihi 1.37.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7cd2ccafb82d5eca7892221e19e9609fcf032020]

        INTEGRATION: CWS mergede01 (1.64.618); FILE MERGED 2007/03/20 14:40:35 ihi 1.64.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1d71c8dd443595171afffebef34b23e3c8cc3e2a]

        INTEGRATION: CWS mergede01 (1.41.618); FILE MERGED 2007/03/20 14:40:35 ihi 1.41.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [36629dd01f122ca8fe6b03e9ed07bedf832d0ba6]

        INTEGRATION: CWS mergede01 (1.53.618); FILE MERGED 2007/03/20 14:40:34 ihi 1.53.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cceed00cc18b009a54cbd314e31d4cf3c0b6760f]

        INTEGRATION: CWS mergede01 (1.50.618); FILE MERGED 2007/03/20 14:40:33 ihi 1.50.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6a0b644466428cf700e5dd5edeb2f49afe06d850]

        INTEGRATION: CWS mergede01 (1.10.618); FILE MERGED 2007/03/20 14:40:33 ihi 1.10.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c16dfbe1d51e9467f1409085dd6dbde89fe93af9]

        INTEGRATION: CWS mergede01 (1.25.618); FILE MERGED 2007/03/20 14:40:32 ihi 1.25.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [83b37b9d0528f768ccf4c76281361360b1b40787]

        INTEGRATION: CWS mergede01 (1.22.636); FILE MERGED 2007/03/20 14:40:31 ihi 1.22.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [771e84b1feef138df06379383ccb6f34c4aebe5f]

        INTEGRATION: CWS mergede01 (1.26.618); FILE MERGED 2007/03/20 14:40:30 ihi 1.26.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1d5c31ebae491b3fe973c19e961a2d9775ca0de5]

        INTEGRATION: CWS mergede01 (1.52.394); FILE MERGED 2007/03/20 14:40:29 ihi 1.52.394.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [16bd5f7463276c656943aa00ea10c891fb05cd16]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:29 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e9cea2c541814c3b59a66cb690fd0291b14f4a34]

        INTEGRATION: CWS mergede01 (1.26.618); FILE MERGED 2007/03/20 14:40:28 ihi 1.26.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [74e462ebf8f7aa2b050566a459e38fd6fbd43f85]

        INTEGRATION: CWS mergede01 (1.22.618); FILE MERGED 2007/03/20 14:40:28 ihi 1.22.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6963828cc17bc89e3662887e1a4e3ea792402233]

        INTEGRATION: CWS mergede01 (1.23.636); FILE MERGED 2007/03/20 14:40:27 ihi 1.23.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5f3d6a1a90340d59c23de3b3ffe31158646b410a]

        INTEGRATION: CWS mergede01 (1.24.636); FILE MERGED 2007/03/20 14:40:26 ihi 1.24.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [107c682584e37e5bc32ccaf2244b3bbd55fe0593]

        INTEGRATION: CWS mergede01 (1.33.618); FILE MERGED 2007/03/20 14:40:25 ihi 1.33.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61842dde1e679b54a71bbb3eeb8fc2d55c9ea5db]

        INTEGRATION: CWS mergede01 (1.9.618); FILE MERGED 2007/03/20 14:40:25 ihi 1.9.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3fa30d07cd78f58b9d8c46c6254d65e646dc4530]

        INTEGRATION: CWS mergede01 (1.40.618); FILE MERGED 2007/03/20 14:40:25 ihi 1.40.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [af4bd7cbb10906bfa4ce4c11d243a16889f07787]

        INTEGRATION: CWS mergede01 (1.33.636); FILE MERGED 2007/03/20 14:40:24 ihi 1.33.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3abdb386a4284ed09d9195be46f04d0bd6b48d51]

        INTEGRATION: CWS mergede01 (1.27.618); FILE MERGED 2007/03/20 14:40:24 ihi 1.27.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [32a66244b697d8e909cf3e95c286228afec4b2f7]

        INTEGRATION: CWS mergede01 (1.57.50); FILE MERGED 2007/03/20 14:40:23 ihi 1.57.50.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5575a79512b26473a8fc4d036e8cd350f51389ae]

        INTEGRATION: CWS mergede01 (1.32.636); FILE MERGED 2007/03/20 14:40:23 ihi 1.32.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [620888bb93020aa9356e14fd9df22e78f3805307]

        INTEGRATION: CWS mergede01 (1.36.618); FILE MERGED 2007/03/20 14:40:23 ihi 1.36.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7d42894e93d9fb8de84f71e020be52d85d404601]

        INTEGRATION: CWS mergede01 (1.27.618); FILE MERGED 2007/03/20 14:40:22 ihi 1.27.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [50b3894302710991ae59205a2ae0070e03199db4]

        INTEGRATION: CWS mergede01 (1.33.618); FILE MERGED 2007/03/20 14:40:22 ihi 1.33.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [81b39dd1b6469ea1c0125645b7f5e9b372aa796b]

        INTEGRATION: CWS mergede01 (1.45.562); FILE MERGED 2007/03/20 14:40:21 ihi 1.45.562.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87b92bff678383e636b91058b6f0dcbadd105042]

        INTEGRATION: CWS mergede01 (1.25.618); FILE MERGED 2007/03/20 14:40:21 ihi 1.25.618.1: #i72301# Remove German

2007-04-19  Fridrich Štrba  <fridrich_strba@openoffice.org>  [5e2e0f2f295e763b53c157a95e1aa21caab64160]

        0x0D is Carriage-Return and not Line-Feed which is 0x0A :-)

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [52d984c62b5bd2401a8140dba7d5917cb4e08c08]

        INTEGRATION: CWS mergede01 (1.26.618); FILE MERGED 2007/03/20 14:40:20 ihi 1.26.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e1ef7af0d8e76fccdc9ff65c0df849b781eb6c0f]

        INTEGRATION: CWS mergede01 (1.46.618); FILE MERGED 2007/03/20 14:40:20 ihi 1.46.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e304bdce6a48afc0504360f28d952e1f96104842]

        INTEGRATION: CWS mergede01 (1.5.618); FILE MERGED 2007/03/20 14:40:19 ihi 1.5.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [362b3901488b8261a6c5bd5810df78057b1ae02c]

        INTEGRATION: CWS mergede01 (1.57.618); FILE MERGED 2007/03/20 14:40:19 ihi 1.57.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e10c11733585e14cab9e4fca3e6e65e9470bb004]

        INTEGRATION: CWS mergede01 (1.32.618); FILE MERGED 2007/03/20 14:40:18 ihi 1.32.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f1ecb87471c551186692b0aa3478b070c1843f6e]

        INTEGRATION: CWS mergede01 (1.28.618); FILE MERGED 2007/03/20 14:40:18 ihi 1.28.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [76798662510a003583f585b9a44c6e30ca3d64f9]

        INTEGRATION: CWS mergede01 (1.25.636); FILE MERGED 2007/03/20 14:40:18 ihi 1.25.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [909c6d144b01a16cca7cb3424c9f03d9f7ba66f9]

        INTEGRATION: CWS mergede01 (1.28.618); FILE MERGED 2007/03/20 14:40:17 ihi 1.28.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a4c04767f124b7af1591aa3158392fd1d054d3e4]

        INTEGRATION: CWS mergede01 (1.4.618); FILE MERGED 2007/03/20 14:40:17 ihi 1.4.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [523efe483bbc49605020b26b9d438e6c2d32e302]

        INTEGRATION: CWS mergede01 (1.7.506); FILE MERGED 2007/03/20 14:40:16 ihi 1.7.506.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0669768f699408b01b94bebe11c774be59c2c0c9]

        INTEGRATION: CWS mergede01 (1.10.506); FILE MERGED 2007/03/20 14:40:16 ihi 1.10.506.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [36c41272cb7caa1fbc9cf246d31bb7e565d28e4d]

        INTEGRATION: CWS mergede01 (1.7.238); FILE MERGED 2007/03/20 14:40:16 ihi 1.7.238.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e3e9ef3511a26b220f36ce6636214517c0294491]

        INTEGRATION: CWS mergede01 (1.7.506); FILE MERGED 2007/03/20 14:40:15 ihi 1.7.506.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2d32f2852c976db1686dcb5ab0094740a0d7bf42]

        INTEGRATION: CWS mergede01 (1.7.504); FILE MERGED 2007/03/20 14:40:15 ihi 1.7.504.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [091d5d5d88912307ed4d5bbe314fbb008aa25f07]

        INTEGRATION: CWS mergede01 (1.6.506); FILE MERGED 2007/03/20 14:40:15 ihi 1.6.506.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1bf9cd6608370c69a82f6bf612a5715968adc0f7]

        INTEGRATION: CWS mergede01 (1.11.394); FILE MERGED 2007/03/20 14:40:15 ihi 1.11.394.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [54b2c7f43a0391b06a0012958db85c54ea5935ec]

        INTEGRATION: CWS mergede01 (1.4.618); FILE MERGED 2007/03/20 14:40:15 ihi 1.4.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [405412b6a057023e65b84fdb128f6e6acada864e]

        INTEGRATION: CWS mergede01 (1.8.394); FILE MERGED 2007/03/20 14:40:14 ihi 1.8.394.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [88b63ca25585e57534692561eb2836cb92e454ff]

        INTEGRATION: CWS mergede01 (1.31.506); FILE MERGED 2007/03/20 14:40:14 ihi 1.31.506.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d2e1f31067f5dd2aea3390483ad673868c99397a]

        INTEGRATION: CWS mergede01 (1.4.618); FILE MERGED 2007/03/20 14:40:14 ihi 1.4.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [44539401251e206885862b66ab8d0a3f9a780a8a]

        INTEGRATION: CWS mergede01 (1.46.618); FILE MERGED 2007/03/20 14:40:14 ihi 1.46.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ef8eed942a27d341b4e2e63ead02e0ccd0caeeb5]

        INTEGRATION: CWS mergede01 (1.6.618); FILE MERGED 2007/03/20 14:40:13 ihi 1.6.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9f7f90d3f63930052de0f7c21151e81715e3e53d]

        INTEGRATION: CWS mergede01 (1.6.394); FILE MERGED 2007/03/20 14:40:13 ihi 1.6.394.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2676883ee38ab2d130e44b0392c168ecea004b37]

        INTEGRATION: CWS mergede01 (1.51.618); FILE MERGED 2007/03/20 14:40:13 ihi 1.51.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2bf0545ef4bc5cbbc6d57d05889526fe31a5cdf7]

        INTEGRATION: CWS mergede01 (1.73.618); FILE MERGED 2007/03/20 14:40:12 ihi 1.73.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4a33866445e13cc0f9fd9be94cf0bba803e22798]

        INTEGRATION: CWS mergede01 (1.102.512); FILE MERGED 2007/04/16 17:07:33 ihi 1.102.512.2: RESYNC: (1.102-1.103); FILE MERGED 2007/03/20 14:40:12 ihi 1.102.512.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e370bd64d07ec1f32ebc503f14b280c35676532b]

        INTEGRATION: CWS mergede01 (1.11.618); FILE MERGED 2007/03/20 14:40:12 ihi 1.11.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a65a010de2e79faed9010ba21ce289d33dddd85]

        INTEGRATION: CWS mergede01 (1.6.618); FILE MERGED 2007/03/20 14:40:11 ihi 1.6.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [682d532f62d7dbf3060e23b018b4e482ff53ebe0]

        INTEGRATION: CWS mergede01 (1.24.618); FILE MERGED 2007/03/20 14:40:11 ihi 1.24.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c29d6a7a4a9a723521365a2d24ea95e5c0ec8b9a]

        INTEGRATION: CWS mergede01 (1.33.618); FILE MERGED 2007/03/20 14:40:10 ihi 1.33.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c54e3497116bafce5ccc35c229ae1b070b97e5f]

        INTEGRATION: CWS mergede01 (1.39.618); FILE MERGED 2007/03/20 14:40:10 ihi 1.39.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a46884dad824451cdb815e74f93daa56e721072b]

        INTEGRATION: CWS mergede01 (1.37.636); FILE MERGED 2007/03/20 14:40:10 ihi 1.37.636.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f8ea6952540c69866e663b90f44fb77a8452bf88]

        INTEGRATION: CWS mergede01 (1.25.618); FILE MERGED 2007/03/20 14:40:10 ihi 1.25.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [58e3a5775e165e0b7b333e1091b5eb9f698905ca]

        INTEGRATION: CWS mergede01 (1.50.618); FILE MERGED 2007/03/20 14:40:10 ihi 1.50.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [085b1489ee45c29b0754004d80d20c7a4bf26a28]

        INTEGRATION: CWS mergede01 (1.42.618); FILE MERGED 2007/03/20 14:40:09 ihi 1.42.618.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [80f915611fa6412ee301a4ce2a693bc093f7c47c]

        INTEGRATION: CWS mergede01 (1.46.34); FILE MERGED 2007/03/20 14:40:09 ihi 1.46.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [feb5a99bee81fa48441f6d6c52f2c03e81af0d10]

        INTEGRATION: CWS mergede01 (1.51.84); FILE MERGED 2007/03/20 14:40:08 ihi 1.51.84.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [488197e73b6a3026d8a51d0727241228a4d98399]

        INTEGRATION: CWS mergede01 (1.115.562); FILE MERGED 2007/03/20 14:40:08 ihi 1.115.562.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a246929b5eabcf98a36d0f35fccca464875011fa]

        INTEGRATION: CWS mergede01 (1.9.84); FILE MERGED 2007/03/20 14:40:07 ihi 1.9.84.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6f84f0baf4f6793179caf53d6366cb5e01bd9dee]

        INTEGRATION: CWS mergede01 (1.129.34); FILE MERGED 2007/03/20 14:40:06 ihi 1.129.34.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [78af6510cd510a10dfeb90f04fa2af0dd3214172]

        INTEGRATION: CWS mergede01 (1.3.368); FILE MERGED 2007/03/20 14:38:26 ihi 1.3.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [daa86f23a1f3d6e5e0e44b47656b796ba7e99696]

        INTEGRATION: CWS mergede01 (1.4.84); FILE MERGED 2007/03/20 14:38:26 ihi 1.4.84.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [40af9b51e1cbb582974291e9038c3406a9c78c8a]

        INTEGRATION: CWS mergede01 (1.25.360); FILE MERGED 2007/03/20 14:38:25 ihi 1.25.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aa82e03ae5366d75c29786d16022b2f0beec302b]

        INTEGRATION: CWS mergede01 (1.52.360); FILE MERGED 2007/03/20 14:38:25 ihi 1.52.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8c3fff705ab2e04e6d5509aa4d13b2a53e4d0f1d]

        INTEGRATION: CWS mergede01 (1.18.368); FILE MERGED 2007/03/20 14:38:25 ihi 1.18.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ecbba75e0ced331829d1d97a80d1214bb2616bf4]

        INTEGRATION: CWS mergede01 (1.28.360); FILE MERGED 2007/03/20 14:38:25 ihi 1.28.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6e7432a40583a2408081dc9491e7e14ced730585]

        INTEGRATION: CWS mergede01 (1.22.360); FILE MERGED 2007/03/20 14:38:25 ihi 1.22.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cb84cd5b55e4e2220d1657d449c1adbc234eb4c8]

        INTEGRATION: CWS mergede01 (1.38.360); FILE MERGED 2007/03/20 14:38:24 ihi 1.38.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [da229ac2f09da5cd9ebb0fa8ce7678701be2203f]

        INTEGRATION: CWS mergede01 (1.28.360); FILE MERGED 2007/03/20 14:38:24 ihi 1.28.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ea3142a691a770dd3884715e3a98757892514a6a]

        INTEGRATION: CWS mergede01 (1.25.360); FILE MERGED 2007/03/20 14:38:23 ihi 1.25.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b2a43ff5a294b6b9457576a069f1a3018f87fea9]

        INTEGRATION: CWS mergede01 (1.47.84); FILE MERGED 2007/03/20 14:38:23 ihi 1.47.84.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a9c2b073ed3426e7fa4b3e5cfeb09bfe9162231]

        INTEGRATION: CWS mergede01 (1.26.360); FILE MERGED 2007/03/20 14:38:23 ihi 1.26.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b4ff8642a938e54698f91397ed0ebeada6af06c9]

        INTEGRATION: CWS mergede01 (1.34.360); FILE MERGED 2007/03/20 14:38:22 ihi 1.34.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [681b85539b038cd50c36bfaea0e666f30f95078b]

        INTEGRATION: CWS mergede01 (1.23.360); FILE MERGED 2007/03/20 14:38:22 ihi 1.23.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [719737a16081de672e09bbdbc3a4963813ea3a25]

        INTEGRATION: CWS mergede01 (1.6.360); FILE MERGED 2007/03/20 14:38:21 ihi 1.6.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f0b201f4f2d1094d5a7d45e741b6f2f57d26cd85]

        INTEGRATION: CWS mergede01 (1.29.360); FILE MERGED 2007/03/20 14:38:21 ihi 1.29.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [71053335750b5957e37790684fbc2df41942b306]

        INTEGRATION: CWS mergede01 (1.13.360); FILE MERGED 2007/03/20 14:38:21 ihi 1.13.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eff460e5f9153af67e64bdc7c34ef1f7f90571de]

        INTEGRATION: CWS mergede01 (1.5.360); FILE MERGED 2007/03/20 14:38:20 ihi 1.5.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d1433cae856caf00542f17cd668550ca7299516]

        INTEGRATION: CWS mergede01 (1.29.360); FILE MERGED 2007/03/20 14:38:20 ihi 1.29.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c8b796ca2cd154da3db45696bafc013394b61b7a]

        INTEGRATION: CWS mergede01 (1.25.360); FILE MERGED 2007/03/20 14:38:19 ihi 1.25.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5a181186cd5af9d227c532d7e5ef441043414da2]

        INTEGRATION: CWS mergede01 (1.30.360); FILE MERGED 2007/03/20 14:38:19 ihi 1.30.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c534201de88cf94524b3789164001118b4f40b5]

        INTEGRATION: CWS mergede01 (1.32.368); FILE MERGED 2007/03/20 14:38:18 ihi 1.32.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b5894636d09a3f4d73a6abf282d642fa0e64a45d]

        INTEGRATION: CWS mergede01 (1.48.334); FILE MERGED 2007/03/20 14:38:17 ihi 1.48.334.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0f2f2e3587cad93d81e4d3dd886dd2f65456ce4a]

        INTEGRATION: CWS mergede01 (1.27.360); FILE MERGED 2007/03/20 14:38:17 ihi 1.27.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4c2e5ee8d4082af42f4b4bf279cba27b599b360b]

        INTEGRATION: CWS mergede01 (1.28.360); FILE MERGED 2007/03/20 14:38:16 ihi 1.28.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9b74053dbaf3970996dabc7b68c0123d7008689f]

        INTEGRATION: CWS mergede01 (1.38.360); FILE MERGED 2007/03/20 14:38:16 ihi 1.38.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fe5e79d3e2759d4201529a9ca64c231893b074bb]

        INTEGRATION: CWS mergede01 (1.13.360); FILE MERGED 2007/03/20 14:38:16 ihi 1.13.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9234aee6214900717a271490fab5999b9f69a5f8]

        INTEGRATION: CWS mergede01 (1.34.360); FILE MERGED 2007/03/20 14:38:16 ihi 1.34.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8bdbb6b99ea47058531197f83904c2f9cf7e73ae]

        INTEGRATION: CWS mergede01 (1.5.334); FILE MERGED 2007/03/20 14:38:15 ihi 1.5.334.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2fa673bf7fa3ba1c4206f50a4ae5281e787069cf]

        INTEGRATION: CWS mergede01 (1.21.22); FILE MERGED 2007/03/20 14:38:14 ihi 1.21.22.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [be3a567834a81a2bba545f3571d889c9a2c59e24]

        INTEGRATION: CWS mergede01 (1.33.360); FILE MERGED 2007/03/20 14:38:14 ihi 1.33.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3687ed833f48b4c178605ec16690e65833141dce]

        INTEGRATION: CWS mergede01 (1.117.84); FILE MERGED 2007/03/20 14:38:13 ihi 1.117.84.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b27668bf79243d5ca5e019af71c4bebbdf86f307]

        INTEGRATION: CWS mergede01 (1.29.360); FILE MERGED 2007/03/20 14:38:12 ihi 1.29.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [614fe8fc64586158d911738942caf53a0258de4a]

        INTEGRATION: CWS mergede01 (1.49.360); FILE MERGED 2007/03/20 14:38:12 ihi 1.49.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e81a42fd07b353fa3d6a7fe2dc37556b4f6ecb11]

        INTEGRATION: CWS mergede01 (1.38.18); FILE MERGED 2007/03/20 14:38:11 ihi 1.38.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fdfb566bcd048145b6237ed17bc0974f9bddf8db]

        INTEGRATION: CWS mergede01 (1.6.18); FILE MERGED 2007/03/20 14:38:10 ihi 1.6.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [33b5d1f5cfe110f67bb30a01e8db18fb0daba5b1]

        INTEGRATION: CWS mergede01 (1.15.18); FILE MERGED 2007/03/20 14:38:10 ihi 1.15.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [689448ecf243c7368d71dbf26cd91f58c5d799d6]

        INTEGRATION: CWS mergede01 (1.3.368); FILE MERGED 2007/03/20 14:38:10 ihi 1.3.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [51a788d24ad85caa764230af22a14957102804aa]

        INTEGRATION: CWS mergede01 (1.7.22); FILE MERGED 2007/03/20 14:38:09 ihi 1.7.22.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a6d4879e56877586bfcad46d5eb2e758b8d4586a]

        INTEGRATION: CWS mergede01 (1.6.132); FILE MERGED 2007/03/20 14:38:09 ihi 1.6.132.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7d383e35ae04f60cb370dc27ee465839608cf6e6]

        INTEGRATION: CWS mergede01 (1.8.144); FILE MERGED 2007/03/20 14:38:08 ihi 1.8.144.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a14cf38e9842a9aba1b0cb41cc61a004a955dbd9]

        INTEGRATION: CWS mergede01 (1.5.360); FILE MERGED 2007/03/20 14:38:07 ihi 1.5.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7e02fbc872ca8ac43f2a3ecf56a5275b14fa49b3]

        INTEGRATION: CWS mergede01 (1.6.360); FILE MERGED 2007/03/20 14:38:07 ihi 1.6.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6ba6955e84f1f66772bad7be900c057c6875ff35]

        INTEGRATION: CWS mergede01 (1.7.22); FILE MERGED 2007/03/20 14:38:07 ihi 1.7.22.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c9df878d9a402c150dc03054e3043c39474049a8]

        INTEGRATION: CWS mergede01 (1.5.368); FILE MERGED 2007/03/20 14:38:06 ihi 1.5.368.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3eba6d8fd0db72486c2be383897f94e88da2200d]

        INTEGRATION: CWS mergede01 (1.4.360); FILE MERGED 2007/03/20 14:38:06 ihi 1.4.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [565239bd22062c43ac34c1050b921d85545668ea]

        INTEGRATION: CWS mergede01 (1.5.360); FILE MERGED 2007/03/20 14:38:05 ihi 1.5.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7a8a9d644632afa5e3939604142de200a7127080]

        INTEGRATION: CWS mergede01 (1.14.360); FILE MERGED 2007/03/20 14:38:04 ihi 1.14.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [455c2f677c1f8eab8faae26f08f6891a299e29a4]

        INTEGRATION: CWS mergede01 (1.17.360); FILE MERGED 2007/03/20 14:38:03 ihi 1.17.360.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9673f3865a313d02ec92bb8328f52b4e5843e95b]

        INTEGRATION: CWS mergede01 (1.65.230); FILE MERGED 2007/03/20 14:38:02 ihi 1.65.230.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6cad0a34304a14ab81b461f6e0d80b06ffe00377]

        INTEGRATION: CWS mergede01 (1.27.14); FILE MERGED 2007/04/05 10:43:56 ihi 1.27.14.1: German removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c16b5a79e84124ebfcf46e25a8c7ff12c4b06c8f]

        INTEGRATION: CWS mergede01 (1.5.68); FILE MERGED 2007/03/20 14:36:58 ihi 1.5.68.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2dad5e2b4b2fc5b3a6a13bf4a68b0f65327c1ada]

        INTEGRATION: CWS mergede01 (1.4.150); FILE MERGED 2007/03/20 14:36:58 ihi 1.4.150.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bdb9ea25266e2559aee35eda1265462034fa1fd6]

        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>  [84ea1a01030378531a65e09ce93ee018bd529b70]

        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>  [a3d01e374e256914ce85877b53a6912e9f412c45]

        INTEGRATION: CWS mergede01 (1.11.88); FILE MERGED 2007/03/20 14:36:35 ihi 1.11.88.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [df7bfdbad0df5c8f4c450e62d68fd0443a0fca0c]

        INTEGRATION: CWS mergede01 (1.40.90); FILE MERGED 2007/03/20 14:36:34 ihi 1.40.90.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bcbc062624a056901a42a6db890d5f719a30c6c3]

        INTEGRATION: CWS mergede01 (1.20.88); FILE MERGED 2007/03/20 14:36:34 ihi 1.20.88.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c3b1cb70bafa477f26ea223f5823c771b9741c6c]

        INTEGRATION: CWS mergede01 (1.9.90); FILE MERGED 2007/03/20 14:36:33 ihi 1.9.90.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [098ad389e6c2cce3783fe50290056b94acdbfe46]

        INTEGRATION: CWS mergede01 (1.10.88); FILE MERGED 2007/03/20 14:36:33 ihi 1.10.88.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [eeddcff3651c85a5554bfc9191ff264d7103577e]

        INTEGRATION: CWS mergede01 (1.40.88); FILE MERGED 2007/03/20 14:36:33 ihi 1.40.88.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9c4fe5a6ade74bec1db4ad1ac1bd7244930454f8]

        INTEGRATION: CWS mergede01 (1.63.18); FILE MERGED 2007/03/20 14:36:32 ihi 1.63.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [577f3ea16f19d7ed0bfac3c47f4669ec3a79365d]

        INTEGRATION: CWS mergede01 (1.15.90); FILE MERGED 2007/03/20 14:36:32 ihi 1.15.90.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f70de7de9edce4c241f43729b7c7c153522d243e]

        INTEGRATION: CWS mergede01 (1.31.88); FILE MERGED 2007/03/20 14:36:31 ihi 1.31.88.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [76d6d15a24bf506bf5549d001d768401e1e6b2b4]

        INTEGRATION: CWS mergede01 (1.4.112); FILE MERGED 2007/03/20 14:36:22 ihi 1.4.112.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3524e00154aae26d200c38883db5bff020a70e72]

        INTEGRATION: CWS mergede01 (1.8.92); FILE MERGED 2007/03/20 14:36:22 ihi 1.8.92.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a4c34172aea76d20da3a55b0c1b2151fa18c0225]

        INTEGRATION: CWS mergede01 (1.12.92); FILE MERGED 2007/03/20 14:36:21 ihi 1.12.92.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7a4c5a563a54d95a2d4264b23ed189d61c2a57de]

        INTEGRATION: CWS mergede01 (1.6.110); FILE MERGED 2007/03/20 14:36:21 ihi 1.6.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fe46930bf74e2c52442c5028db8f70dac419fe74]

        INTEGRATION: CWS mergede01 (1.4.110); FILE MERGED 2007/03/20 14:36:21 ihi 1.4.110.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4f1927c03278fc8c819108001100017a0b893c14]

        INTEGRATION: CWS mergede01 (1.32.28); FILE MERGED 2007/03/20 14:35:55 ihi 1.32.28.1: #i72301# Remove German

2007-04-19  Rüdiger Timm  <rt@openoffice.org>  [0b9d4ffc914abf00566c51ed08dfb22833445c81]

        #i10000# Add missing precompiled header directive and license header.

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8763adc2f41a75e79fd171c244dcf710774a2b76]

        INTEGRATION: CWS mergede01 (1.24.82); FILE MERGED 2007/03/20 14:35:06 ihi 1.24.82.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4f37c67e77298e7cd4099c446463f93f6ff8ed09]

        INTEGRATION: CWS mergede01 (1.27.82); FILE MERGED 2007/03/20 14:35:06 ihi 1.27.82.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c4471320828e19937d7be7137ecd698281c1cee6]

        INTEGRATION: CWS mergede01 (1.66.82); FILE MERGED 2007/03/20 14:35:04 ihi 1.66.82.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14cffe1357e954b4e955d27eced898cca596fb7b]

        INTEGRATION: CWS mergede01 (1.3.78); FILE MERGED 2007/03/20 14:34:52 ihi 1.3.78.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bec149a34a7b8b80259d3e18c014da1750815626]

        INTEGRATION: CWS mergede01 (1.3.78); FILE MERGED 2007/04/18 14:38:34 ihi 1.3.78.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [51e9d3f94fc2c2dedd33ddaefd89096dcb4fd10e]

        INTEGRATION: CWS mergede01 (1.2.118); FILE MERGED 2007/04/18 14:38:33 ihi 1.2.118.1: german removed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [246dcac236787818cdeedffb14df6fcb8faa94dd]

        INTEGRATION: CWS mergede01 (1.29.276); FILE MERGED 2007/03/20 14:34:52 ihi 1.29.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f672596d162629db1a1acea78b41a60fe3713085]

        INTEGRATION: CWS mergede01 (1.22.284); FILE MERGED 2007/03/20 14:34:51 ihi 1.22.284.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d7c5fbd14e38b8128a60f38e211ec8c36481f857]

        INTEGRATION: CWS mergede01 (1.7.192); FILE MERGED 2007/03/20 14:34:50 ihi 1.7.192.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7986aaaf63006da8937e1143f0b5f79566870f6f]

        INTEGRATION: CWS mergede01 (1.6.24); FILE MERGED 2007/03/20 14:34:50 ihi 1.6.24.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [17fc070803f3823eaab81564c563244f3e49219a]

        INTEGRATION: CWS mergede01 (1.28.24); FILE MERGED 2007/03/20 14:34:50 ihi 1.28.24.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9a39a2a3c8f9c7fcbd3b940211f592061418835e]

        INTEGRATION: CWS mergede01 (1.5.24); FILE MERGED 2007/03/20 14:34:50 ihi 1.5.24.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3077462feade9d606c04e9432e1c1e477d0bb255]

        INTEGRATION: CWS mergede01 (1.74.24); FILE MERGED 2007/03/20 14:34:49 ihi 1.74.24.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [789620af6b2da012aaf4bf0d5f9f4484e6de18bb]

        INTEGRATION: CWS mergede01 (1.6.276); FILE MERGED 2007/03/20 14:34:49 ihi 1.6.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2983e8aca2f9eae2dc108c01908e074e952f79bd]

        INTEGRATION: CWS mergede01 (1.4.24); FILE MERGED 2007/03/20 14:34:49 ihi 1.4.24.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fbbf6f16931e499ad2ee7f9de80350dc540d7397]

        INTEGRATION: CWS mergede01 (1.41.256); FILE MERGED 2007/03/20 14:34:48 ihi 1.41.256.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a2994ebff0662ed3417146778247f2a1f614e839]

        INTEGRATION: CWS mergede01 (1.39.276); FILE MERGED 2007/03/20 14:34:48 ihi 1.39.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5894c48218940d4daf7ffcbb249b792c37d79c08]

        INTEGRATION: CWS mergede01 (1.28.276); FILE MERGED 2007/03/20 14:34:48 ihi 1.28.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [da86c4ec871a6798901d38436e98884d2c5908fe]

        INTEGRATION: CWS mergede01 (1.31.276); FILE MERGED 2007/03/20 14:34:48 ihi 1.31.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8e2e270cd4fe280e23513cc77768a6c815345166]

        INTEGRATION: CWS mergede01 (1.35.284); FILE MERGED 2007/03/20 14:34:47 ihi 1.35.284.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fba048d25d5d6b4fd571ad77b9aa3837d69b144d]

        INTEGRATION: CWS mergede01 (1.40.64); FILE MERGED 2007/03/20 14:34:47 ihi 1.40.64.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7ffac0a9556a5bc1e7c8ee60eeb71e0a63607bae]

        INTEGRATION: CWS mergede01 (1.35.164); FILE MERGED 2007/03/20 14:34:46 ihi 1.35.164.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [57e5ed655ae7dea20d67fc70849776440e473fe4]

        INTEGRATION: CWS mergede01 (1.37.276); FILE MERGED 2007/03/20 14:34:45 ihi 1.37.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d2ba4942b48745f23d06e6f13b694ca3fa9e225c]

        INTEGRATION: CWS mergede01 (1.49.276); FILE MERGED 2007/03/20 14:34:45 ihi 1.49.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [468b81d696902a1afb053ae5728dede5789c98f3]

        INTEGRATION: CWS mergede01 (1.30.276); FILE MERGED 2007/03/20 14:34:45 ihi 1.30.276.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c73f19c4ff97bb5d88a0bdbf0ec8e068cb46f78c]

        INTEGRATION: CWS mergede01 (1.56.28); FILE MERGED 2007/03/20 14:34:43 ihi 1.56.28.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61c055eee8a0c28ff6dc5b096d2283441f064a2e]

        INTEGRATION: CWS mergede01 (1.1.8); FILE MERGED 2007/03/19 15:26:39 ihi 1.1.8.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [17e34d14b679bfa93bced9a3463e82fb3a7c47e9]

        INTEGRATION: CWS mergede01 (1.24.176); FILE MERGED 2007/04/16 15:36:11 ihi 1.24.176.2: RESYNC: (1.24-1.25); FILE MERGED 2007/03/19 15:19:06 ihi 1.24.176.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7ef39e2baaf4bda630683d10a824a451149d14a8]

        INTEGRATION: CWS mergede01 (1.23.176); FILE MERGED 2007/04/16 15:36:39 ihi 1.23.176.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/19 15:19:06 ihi 1.23.176.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5e193252d4ac07a6be7bc15c01ec5fe698880014]

        INTEGRATION: CWS mergede01 (1.25.176); FILE MERGED 2007/04/16 15:36:21 ihi 1.25.176.2: RESYNC: (1.25-1.26); FILE MERGED 2007/03/19 15:19:06 ihi 1.25.176.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6e2b24ada5df7babaf40835716ee6e7572268c7b]

        INTEGRATION: CWS mergede01 (1.28.12); FILE MERGED 2007/04/16 15:35:25 ihi 1.28.12.2: RESYNC: (1.28-1.30); FILE MERGED 2007/03/19 15:19:05 ihi 1.28.12.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a60cdf021166de7eb1854fcf347032de72d296b0]

        INTEGRATION: CWS mergede01 (1.5.292); FILE MERGED 2007/03/19 15:19:05 ihi 1.5.292.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [65a282e3ba34b4a4d75fba0be868efebec1872a5]

        INTEGRATION: CWS mergede01 (1.6.290); FILE MERGED 2007/03/19 15:19:05 ihi 1.6.290.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87ff092135b53750cd5dea46561ea980fa903381]

        INTEGRATION: CWS mergede01 (1.4.668); FILE MERGED 2007/04/16 15:35:14 ihi 1.4.668.2: RESYNC: (1.4-1.5); FILE MERGED 2007/03/19 15:19:05 ihi 1.4.668.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9d573613384c9c9d50fe86d75727ea1d278b7dec]

        INTEGRATION: CWS mergede01 (1.28.120); FILE MERGED 2007/04/16 15:36:30 ihi 1.28.120.2: RESYNC: (1.28-1.29); FILE MERGED 2007/03/19 15:19:05 ihi 1.28.120.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [562a1145256ee04df853a5f284d12ed5cd597cd1]

        INTEGRATION: CWS mergede01 (1.53.6); FILE MERGED 2007/04/16 15:37:13 ihi 1.53.6.2: RESYNC: (1.53-1.54); FILE MERGED 2007/03/19 15:19:04 ihi 1.53.6.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9a40679491b3e96284ae0151cd1652234e61d411]

        INTEGRATION: CWS mergede01 (1.3.292); FILE MERGED 2007/03/19 15:19:04 ihi 1.3.292.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [50bd339ca6bf873dd2927dada9f5311edb6e939d]

        INTEGRATION: CWS mergede01 (1.6.270); FILE MERGED 2007/03/19 15:19:04 ihi 1.6.270.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8d05f5defb9fc41ce31f1679800684eb8557eb1c]

        INTEGRATION: CWS mergede01 (1.28.120); FILE MERGED 2007/04/16 15:35:04 ihi 1.28.120.2: RESYNC: (1.28-1.29); FILE MERGED 2007/03/19 15:19:03 ihi 1.28.120.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7e7b42a576606db2d1614aeec9a18d61e15504e0]

        INTEGRATION: CWS mergede01 (1.21.12); FILE MERGED 2007/03/19 15:19:03 ihi 1.21.12.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0cee775c4b6ccab50578ee63cb645378cd21ed6e]

        INTEGRATION: CWS mergede01 (1.4.290); FILE MERGED 2007/03/19 15:19:03 ihi 1.4.290.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b13b4443ad9e4e3c9857c126aa32e793c7ddbd1f]

        INTEGRATION: CWS mergede01 (1.5.120); FILE MERGED 2007/03/19 15:19:03 ihi 1.5.120.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7648c3f8a8879ff239ca782849ac4ec3a50d1efe]

        INTEGRATION: CWS mergede01 (1.7.290); FILE MERGED 2007/03/19 15:19:03 ihi 1.7.290.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61f4cacb6e73cbf60cd5c4ae0f2181e5c1956eeb]

        INTEGRATION: CWS mergede01 (1.5.292); FILE MERGED 2007/03/19 15:19:02 ihi 1.5.292.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f02c558be731cecbfcd5f43dfa22e46de3e313e4]

        INTEGRATION: CWS mergede01 (1.4.666); FILE MERGED 2007/03/19 15:19:02 ihi 1.4.666.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [13f7951980fb1b4759b25d3616766c1ef19f1b9f]

        INTEGRATION: CWS mergede01 (1.23.176); FILE MERGED 2007/04/16 15:36:48 ihi 1.23.176.2: RESYNC: (1.23-1.24); FILE MERGED 2007/03/19 15:19:02 ihi 1.23.176.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [092c690753694ab9d1370a375f8e82b8cd7f65f1]

        INTEGRATION: CWS mergede01 (1.20.12); FILE MERGED 2007/04/16 15:35:58 ihi 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2007/03/19 15:19:02 ihi 1.20.12.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [31021d79b4a68d262aab7e1ada0704ebcca94545]

        INTEGRATION: CWS mergede01 (1.5.668); FILE MERGED 2007/03/19 15:19:02 ihi 1.5.668.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0eb21649428e9295cb9807fd4887a20037f23849]

        INTEGRATION: CWS mergede01 (1.7.6); FILE MERGED 2007/03/19 15:19:01 ihi 1.7.6.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b3321b05246d8fa1522183e01fa413e72143bdb2]

        INTEGRATION: CWS mergede01 (1.4.290); FILE MERGED 2007/03/19 15:19:01 ihi 1.4.290.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec28a22a444610716ff3dad671ec132724fffa91]

        INTEGRATION: CWS mergede01 (1.25.234); FILE MERGED 2007/04/18 14:31:57 ihi 1.25.234.2: german removed 2007/03/19 15:19:21 ihi 1.25.234.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a375ecb0ecd5f5cc2efe51afaa16abb4dc030500]

        INTEGRATION: CWS mergede01 (1.8.18); FILE MERGED 2007/03/19 15:19:21 ihi 1.8.18.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [85d6e851ec5a131d6e745f2273e0955769e302a2]

        INTEGRATION: CWS mergede01 (1.34.70); FILE MERGED 2007/03/19 15:19:21 ihi 1.34.70.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d1badc49b8023bbcb50fe0a30c134994b3d72767]

        INTEGRATION: CWS mergede01 (1.7.120); FILE MERGED 2007/03/19 15:19:20 ihi 1.7.120.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5f975d8f6e97234cfc3f153ed530e81021dd03dc]

        INTEGRATION: CWS mergede01 (1.4.236); FILE MERGED 2007/03/19 15:19:20 ihi 1.4.236.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f92ce595cbfa72772ad9096c599216a2bb1b521c]

        INTEGRATION: CWS mergede01 (1.8.212); FILE MERGED 2007/03/19 15:19:20 ihi 1.8.212.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fc13f216365328ddb16f5f3f05d743dd822a6ce4]

        INTEGRATION: CWS mergede01 (1.23.174); FILE MERGED 2007/03/19 15:19:20 ihi 1.23.174.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fb18f223c63ae4b875c7415bf3d57d8aed4c95ef]

        INTEGRATION: CWS mergede01 (1.34.262); FILE MERGED 2007/04/16 15:34:12 ihi 1.34.262.2: RESYNC: (1.34-1.35); FILE MERGED 2007/03/19 15:19:20 ihi 1.34.262.1: #i72301# Remove German

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2ec14b062cb6127392f0f81e945e864a9432fda0]

        INTEGRATION: CWS fwk64 (1.11.62); FILE MERGED 2007/03/21 16:05:14 cd 1.11.62.2: #i52975# Fixed again wrong german sentence 2007/03/08 09:36:12 cd 1.11.62.1: #i52975# Fixed wrong german word

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [60905a85efcd00cd15525a75d521fccc3d49a076]

        INTEGRATION: CWS fwk64 (1.9.132); FILE MERGED 2007/03/08 11:58:34 cd 1.9.132.1: #i32725# Fixed typo in cmdline help

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6b5d8f1793190b229a128f76141e2d4d1a380762]

        INTEGRATION: CWS fwk64 (1.70.108); FILE MERGED 2007/03/20 11:42:41 mav 1.70.108.1: #i74092# do not take active state from the container frame

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f588a5c073d3b5ccc542308136f540ae74c9dfad]

        INTEGRATION: CWS fwk64 (1.24.68); FILE MERGED 2007/03/20 11:10:19 mav 1.24.68.2: #107330# check the whole area, not only the size 2007/03/20 10:33:35 mav 1.24.68.1: #107330# improve resizing

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc592d85b6a340b6129c2b9dcc2ef65a8aeb3b1]

        INTEGRATION: CWS fwk64 (1.120.98); FILE MERGED 2007/03/26 12:28:52 mav 1.120.98.2: #i69640# fix some errors and warnings, let them be handled by interaction handler 2007/03/16 08:57:40 mav 1.120.98.1: #108296# set the correct error context

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0121aabd7306af9f05d9eeb5be801975e02885c4]

        INTEGRATION: CWS fwk64 (1.87.6); FILE MERGED 2007/03/26 12:28:52 mav 1.87.6.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ae9bc18bf613bddccf623370b2759a7cf7b7e929]

        INTEGRATION: CWS fwk64 (1.45.70); FILE MERGED 2007/04/17 17:45:36 mav 1.45.70.2: RESYNC: (1.45-1.46); FILE MERGED 2007/03/15 16:17:53 mav 1.45.70.1: #i5078# do not make docinfo shorter

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [543a3df32d413fbc3a424127eb0102e43d0a6bf5]

        INTEGRATION: CWS fwk64 (1.187.36); FILE MERGED 2007/04/17 17:45:28 mav 1.187.36.3: RESYNC: (1.187-1.188); FILE MERGED 2007/03/22 15:33:16 mav 1.187.36.2: #i69640# fix handling of some errors and warnings 2007/03/21 15:26:53 mav 1.187.36.1: #i69640# fix handling of some errors and warnings

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f0eb6d5b1732b6c2e76bfc58ede68dae2852bbe]

        INTEGRATION: CWS fwk64 (1.86.210); FILE MERGED 2007/04/17 17:45:20 mav 1.86.210.3: RESYNC: (1.86-1.87); FILE MERGED 2007/03/26 12:28:52 mav 1.86.210.2: #i69640# fix some errors and warnings, let them be handled by interaction handler 2007/03/21 15:26:53 mav 1.86.210.1: #i69640# fix handling of some errors and warnings

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1bc9b72e1a244a98df3ddca992f699a0e9832671]

        INTEGRATION: CWS fwk64 (1.19.210); FILE MERGED 2007/04/17 17:45:13 mav 1.19.210.3: RESYNC: (1.19-1.20); FILE MERGED 2007/03/26 12:28:51 mav 1.19.210.2: #i69640# fix some errors and warnings, let them be handled by interaction handler 2007/03/21 15:26:53 mav 1.19.210.1: #i69640# fix handling of some errors and warnings

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7ed3a6e8f9cfb5b45258b6c1ef4619ddc585c074]

        INTEGRATION: CWS fwk64 (1.45.34); FILE MERGED 2007/03/22 12:15:59 cd 1.45.34.1: #i73437# Adapt PDF options dialog when used within 'Send Document as PDF'

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [67efa1ad3c05f88346917b3d3ad744352588a30c]

        INTEGRATION: CWS fwk64 (1.51.254); FILE MERGED 2007/03/22 12:47:13 cd 1.51.254.1: #i73437# Adapt PDF options dialog when used within 'Send Document as PDF'

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ea419e9ae565f7dd33aa3cdef2af5e45ae137ec6]

        INTEGRATION: CWS fwk64 (1.26.254); FILE MERGED 2007/03/22 12:47:07 cd 1.26.254.1: #i73437# Adapt PDF options dialog when used within 'Send Document as PDF'

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c35533ca62bcf582789cc55b9e6faada97f261ea]

        INTEGRATION: CWS fwk64 (1.114.72); FILE MERGED 2007/03/26 12:30:37 mav 1.114.72.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e4a2107d387ac960c484a10df5560df50494b2f0]

        INTEGRATION: CWS fwk64 (1.41.108); FILE MERGED 2007/03/26 12:30:37 mav 1.41.108.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [44d9bb0d1d596af3042b5e04ae99f1f75bef04bb]

        INTEGRATION: CWS fwk64 (1.2.14); FILE MERGED 2007/04/18 16:14:53 mav 1.2.14.1: move the fix to the new placement

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [34c8c01befac2fd2c356a204696848f46e128c89]

        INTEGRATION: CWS fwk64 (1.6.34); FILE MERGED 2007/03/22 12:15:44 cd 1.6.34.1: #i73437# Adapt PDF options dialog when used within 'Send Document as PDF'

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61283d594daf71651c67ce944d13dcb140821b29]

        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>  [bce47b4faa82136a669dea23edbe832d28102e5b]

        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>  [b97fa869476e90a0785b872ab44f7ec11387f63e]

        INTEGRATION: CWS fwk64 (1.63.30); FILE MERGED 2007/03/26 15:08:09 mav 1.63.30.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0b631ad7d5e752057bb612ca5ca261c5c03dd01b]

        INTEGRATION: CWS fwk64 (1.21.30); FILE MERGED 2007/03/26 15:08:09 mav 1.21.30.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3fde2d6b2b802c445748121024e9286f30ae8092]

        INTEGRATION: CWS fwk64 (1.56.10); FILE MERGED 2007/03/27 08:36:02 mav 1.56.10.2: adopt for linux 2007/03/26 15:08:08 mav 1.56.10.1: #i69640# fix some errors and warnings, let them be handled by interaction handler

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a4817277f24c137c5fe2b5e5a2a461acd49814da]

        INTEGRATION: CWS fwk64 (1.17.6); FILE MERGED 2007/03/25 18:13:38 mav 1.17.6.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/20 11:31:54 mav 1.17.6.1: #107330# check objects for size and position protection

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [02092517c1f2e93c8369e1d86ff512130abd9003]

        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>  [3fb3ace3c0a8588c884cc9800533353c35ae0e15]

        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>  [bfa103003a9208af8cb683a11e7232d585e912f9]

        INTEGRATION: CWS fwk64 (1.24.90); FILE MERGED 2007/03/19 09:25:57 as 1.24.90.1: #i75167# dont disturb window manager within its focus handling

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e47437c6d8761b739d3daa7a23be7d8f144643bc]

        INTEGRATION: CWS fwk64 (1.6.44); FILE MERGED 2007/02/15 11:40:35 cd 1.6.44.1: #i74551# Fixed wrong include

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bbb5a53271cfedad94b14a1307922c3b518c39a4]

        INTEGRATION: CWS fwk64 (1.20.36); FILE MERGED 2007/04/17 14:50:35 mav 1.20.36.2: RESYNC: (1.20-1.21); FILE MERGED 2007/03/22 12:11:39 cd 1.20.36.1: #i73437# Make PDF options dialog more flexible to set strings from outside

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d4ae1e34d33de57ae760d16eb7d31a5ebe17c1e7]

        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-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5c315d503693267a4fa1ca52714e54104e3612dc]

        INTEGRATION: CWS fwk64 (1.8.254); FILE MERGED 2007/03/19 13:49:23 as 1.8.254.1: #i74978# make recovery dialogs solar safe

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1561394ee40649669fdc90caca23d4f94e77c47e]

        INTEGRATION: CWS fwk64 (1.79.32); FILE MERGED 2007/02/26 13:16:52 pb 1.79.32.1: fix: #i54851# strings of orphans and widows were interchanged

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f28d50346eb51cd4efd650bbe5a786c0d1f4ed28]

        INTEGRATION: CWS fwk64 (1.36.24); FILE MERGED 2007/02/26 13:21:06 pb 1.36.24.1: fix: #i54851# presentation of orphans and widows item fixed

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec7289fec24c77e5a95729535bf31a2fde901c8b]

        INTEGRATION: CWS fwk64 (1.46.24); FILE MERGED 2007/02/26 13:25:57 pb 1.46.24.1: fix: #i69465# missing SID_ATTR_PARA_WIDOWS of text flow page range

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [94b10b7ad1ef5229c3ebeb6f4a7fc2ab8dd82535]

        INTEGRATION: CWS fwk64 (1.11.222); FILE MERGED 2007/03/01 10:09:40 pb 1.11.222.1: fix: #i71445# ArrangeControls_Impl() added

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f965c23a2b4c85da223435feb52fa9007c67e8ba]

        INTEGRATION: CWS fwk64 (1.22.140); FILE MERGED 2007/03/01 10:11:42 pb 1.22.140.1: fix: #i71445# proxy page: dynamic width of controls

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8a6057f8c0fcf71006a21d2c9a074dc62f182577]

        INTEGRATION: CWS fwk64 (1.11.174); FILE MERGED 2007/03/20 10:37:20 mav 1.11.174.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [92cb23317b26ef6a1ebf44660734337248682957]

        INTEGRATION: CWS fwk64 (1.76.78); FILE MERGED 2007/03/25 16:25:28 mav 1.76.78.2: RESYNC: (1.76-1.77); FILE MERGED 2007/03/20 10:37:19 mav 1.76.78.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ea2ad8e78c7fede2138594c724db8c8ba2dcc3bf]

        INTEGRATION: CWS fwk64 (1.43.80); FILE MERGED 2007/03/20 10:37:19 mav 1.43.80.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7fb1afd58f1bbdd182b9b0ffed5fa38dcea30777]

        INTEGRATION: CWS fwk64 (1.80.124); FILE MERGED 2007/03/25 16:23:06 mav 1.80.124.2: RESYNC: (1.80-1.81); FILE MERGED 2007/03/20 10:37:19 mav 1.80.124.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cdc486791887048b44fafe29077b8ac98b332c48]

        INTEGRATION: CWS fwk64 (1.22.124); FILE MERGED 2007/03/25 16:22:23 mav 1.22.124.2: RESYNC: (1.22-1.23); FILE MERGED 2007/03/20 10:37:19 mav 1.22.124.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bfd12cbd0e4e205f37246bfc45dd5e0346e55331]

        INTEGRATION: CWS fwk64 (1.51.106); FILE MERGED 2007/03/25 16:20:49 mav 1.51.106.2: RESYNC: (1.51-1.52); FILE MERGED 2007/03/20 10:37:18 mav 1.51.106.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5558625b86f56c4adc8eb4a2902df2ae9370d4e6]

        INTEGRATION: CWS fwk64 (1.17.138); FILE MERGED 2007/03/25 16:21:35 mav 1.17.138.2: RESYNC: (1.17-1.18); FILE MERGED 2007/03/20 10:37:18 mav 1.17.138.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b11f3cb64a7f192165a22741ff229d8a29e929ca]

        INTEGRATION: CWS fwk64 (1.35.106); FILE MERGED 2007/03/20 10:37:18 mav 1.35.106.1: #107330# use the calculated size for the embedded object visual area size

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c87ac11fc1f3e6795abfc0f9da398c6ef12ee8a9]

        INTEGRATION: CWS fwk64 (1.55.124); FILE MERGED 2007/03/20 10:35:08 mav 1.55.124.1: #107330# get the result size to be used for the object

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [422944e499286f6d2661a5f855e6c6a845cb357b]

        INTEGRATION: CWS fwk64 (1.19.82); FILE MERGED 2007/03/20 11:15:12 mav 1.19.82.1: #107330# check objects for size and position protection

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aee16a4c477c354961406817b7bb8732b326f12e]

        INTEGRATION: CWS fwk64 (1.6.80); FILE MERGED 2007/03/19 13:16:33 as 1.6.80.1: #i70687# make Graphic a single path

2007-04-19  Ivo Hinkelmann  <ihi@openoffice.org>  [344067478fda7564a72a1156a92370b3d118a4d5]

        INTEGRATION: CWS fwk64 (1.2.6); FILE MERGED 2007/04/02 11:02:19 mav 1.2.6.1: #i76014# avoid wrong registration

2007-04-18  Fridrich Štrba  <fridrich_strba@openoffice.org>  [6a1f16668a97d59e0a5b2a27a86dece252a4f0dd]

        oops

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [b0938e8c4bb1423e433f221a297be956ebcfee7b]

        #i10000# Make module acronym unique. (Restriction to 2 characters is obsolete meanwhile, so we may take a longer, more meaningfull name here.)

2007-04-18  Caolán McNamara  <cmc@openoffice.org>  [3a5a4d96557e3171afca7b7b079d24e34df9bc15]

        #i68928# add makefile.mk fix

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [db334c5dda4cceaeb566d53278acefbc956c36b4]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.30.252); FILE MERGED 2007/03/28 14:27:09 ama 1.30.252.1: Fix #146584#: flow-with-text

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [96a6f45a0e5d5b19bb8852bc90aa1ecf6ec02b4f]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.63.90); FILE MERGED 2007/04/02 07:20:30 ama 1.63.90.2: #139733# Function renamed for windows compiler 2007/03/28 13:32:24 mib 1.63.90.1: #139733#: avoid empty view config settings

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [4bb4d1af63206065af79c71b10c761a463a42a9f]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.38.36.1.34); FILE MERGED 2007/03/29 15:51:02 mib 1.38.36.1.34.1: #139839#: Don't export valie-type w/o value

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [04eddbd4eeac09b6845e6e8055efffe153e47ff3]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.3.748); FILE MERGED 2007/03/28 11:44:12 ama 1.3.748.1: Fix #146584#: Saving keep-together attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [2f74ad885011eab4c00aa238462f772b54dab524]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.6.260); FILE MERGED 2007/03/28 11:44:47 ama 1.6.260.1: Fix #146584#: Saving keep-together attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [6d2474a15aebbee4eb6691631cc36ab9139c3767]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.15.260); FILE MERGED 2007/03/28 11:45:48 ama 1.15.260.1: Fix #146584#: Saving keep-together attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [2c9b77758ee220a72f6b45abdaddd65984cda983]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.17.260); FILE MERGED 2007/03/28 11:46:34 ama 1.17.260.1: Fix #146584#: Saving keep-together attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [671b0f7be9d4e25d66a1bd768ca1674698796e6a]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.19.260); FILE MERGED 2007/03/28 11:47:13 ama 1.19.260.1: Fix #146584#: Saving keep-together attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [aefdc004a2893f6be691107664d98fdcd3f12308]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.97.78); FILE MERGED 2007/03/28 14:26:17 ama 1.97.78.2: Fix #146584#: flow-with-text 2007/03/27 07:23:14 ama 1.97.78.1: Fix #146584#: flow-with-text style, not draw

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [0d1c7c1e1213ed4cae6d004969eac30050ccb8e3]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.133.16.1.12); FILE MERGED 2007/03/27 07:21:35 ama 1.133.16.1.12.1: Fix #146599#: recreate-on-edit isn't optional

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [cb435ef6003e56714c97f606baa96e427e2c0c59]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.34.66); FILE MERGED 2007/03/28 14:25:45 ama 1.34.66.1: Fix #146584#: flow-with-text

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [1a44d354073bc82fd2b692927467f7c59c7426f0]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.11.66); FILE MERGED 2007/03/29 11:15:20 ama 1.11.66.1: Fix #139724#: Minimum number of columns is 1, not 0!

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [ee8ef0e86c659facde3d86347c0eb26a4b647098]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.9.90); FILE MERGED 2007/03/29 14:48:23 ama 1.9.90.1: Fix #i62572#: Paragraph alignment right/left

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [4ceeb198fd98a310bf1f20714e2db23980ea0b26]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.19.64); FILE MERGED 2007/03/28 13:34:03 mib 1.19.64.1: #139735#: removed xlink:role attribute

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [a313c579c64722cf22a5c4acadd0aa4ddd4e501f]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.57.58); FILE MERGED 2007/03/28 13:31:06 mib 1.57.58.1: #139734#: xlink:show had wrong value

2007-04-18  Rüdiger Timm  <rt@openoffice.org>  [12661100867a05aba849b62ddd0bbf0771bb55d2]

        INTEGRATION: CWS swqbugfix01_SRC680 (1.126.90); FILE MERGED 2007/04/02 07:20:57 ama 1.126.90.2: #139733# Function renamed for windows compiler 2007/03/28 13:32:14 mib 1.126.90.1: #139733#: avoid empty view config settings

2007-04-17  Fridrich Štrba  <fridrich_strba@openoffice.org>  [ec9a955a6a3759d96351562e8984eb50d22561bb]

        more character properties + porting stuff to the ListValue paradigm

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [fd4388dec96cc3b4f58e7878e5076b48e2178e08]

        INTEGRATION: CWS fsfixes06 (1.2.4); FILE MERGED 2007/02/06 12:49:46 fridrich_strba 1.2.4.1: check some integer related issues more tightly

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [b48ee9302e05e24f10c1e8f91309a6e1ca1ebcfc]

        INTEGRATION: CWS fsfixes06 (1.6.2); FILE MERGED 2007/02/06 12:49:23 fridrich_strba 1.6.2.1: check some integer related issues more tightly

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [0c6dc5798f388fc6169d3347dfa4e322a4add7f7]

        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>  [2e15b086eb1f4c1db3696b3e87f466ccba6b7c60]

        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>  [df46cd77462a3f646bc24cfaaf05a7b6d6c9ffa2]

        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>  [e8d979a417a80375508b17025b77baa32c7e7622]

        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>  [61b3f938c924f1333bcbb97ef27adac5425752ff]

        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>  [6f58e731332c35bbcb087babdea1774494f75722]

        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>  [9514dbe600c6902d9d7c7e0aeaed6b219b75abb1]

        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>  [d4dc7f4cdce8eb600a9a89346e244c80f4e6ed1d]

        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>  [815209129ed6e4256ab09d6a0d1cca9b736912dd]

        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>  [b13c247e7c85fe90301a4f159b7d70f90f07596f]

        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  Ivo Hinkelmann  <ihi@openoffice.org>  [906f08b5fa25b95927af88ed8d03eb9ea81616cd]

        INTEGRATION: CWS pj79 (1.14.42); FILE MERGED 2007/04/16 09:41:21 pjanik 1.14.42.1: #i76365#: Use sal_uInt32 instead of ULONG (patch from nn).

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d2f09b194f2828ac0966f133fa5ffc1821951a88]

        INTEGRATION: CWS pj79 (1.32.42); FILE MERGED 2007/04/16 09:40:38 pjanik 1.32.42.1: #i76365#: Use sal_uInt32 instead of ULONG (patch from nn).

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [cafaca606660fa305d223f0b5c91f3fbbfe79bb8]

        INTEGRATION: CWS cmcfixes32 (1.11.204); FILE MERGED 2007/02/07 14:32:05 cmc 1.11.204.1: #i74276 propogate disable-Xaw

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [7e3fb7d48ca06df3555be0c96d6639f4a3adc8ca]

        INTEGRATION: CWS cmcfixes32 (1.17.4); FILE MERGED 2007/02/20 10:59:31 cmc 1.17.4.2: #i74275# don't use it at all 2007/02/07 14:34:39 cmc 1.17.4.1: #i74275# don't use sandbox with gcj

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [edc415ba089504ca24968a183cb13580b312639a]

        INTEGRATION: CWS abcd (1.47.18); FILE MERGED 2007/04/16 15:21:09 ab 1.47.18.1: #i76335# Check only real slots as enum slots don't have an execute function

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [33b806c4b77c65224533edbcf94081184190aee7]

        INTEGRATION: CWS cmcfixes32 (1.6.22); FILE MERGED 2007/02/20 11:01:42 cmc 1.6.22.1: #i74275# don't use it at all

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [a386cc6a3cdd546fec70fc49b8cf850c3c18bb6f]

        INTEGRATION: CWS cmcfixes32 (1.9.8); FILE MERGED 2007/02/20 11:01:41 cmc 1.9.8.1: #i74275# don't use it at all

2007-04-17  Rüdiger Timm  <rt@openoffice.org>  [9c29fcfce7476d33822306c53152ebd6dfbe633c]

        INTEGRATION: CWS ause078 (1.84.46); FILE MERGED 2007/03/22 18:04:17 hjs 1.84.46.1: #i75617# slow but safe

2007-04-17  Stephan Bergmann  <sb@openoffice.org>  [34bb89237b2c8c39ab8c06a60dc3c69f3559ebf3]

        #i76352# Made 1.9.80.1 into a P1 fix.

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1952e24d2b33c20046b26f469cb0b86893ab76ee]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:53:41 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6b43a5b92ae08d8ebff0f0593b2c3c555f53a0f4]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:52:41 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4aa2bd7a95ffc2915c345da05223d8ddf86bca61]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:53:32 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [72fc93bea8edcfcd51f910efba48e1d4b74b7266]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:53:23 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8b61635059451a279d5eccede1ff7b0af69cbe9d]

        INTEGRATION: CWS jl51 (1.2.34); FILE MERGED 2007/01/31 08:52:11 jl 1.2.34.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4878cc55c3be807292276e309ee02dd37e358596]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:51:44 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a93a6fefb650db047683783611cf653400b34675]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:51:34 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ed8fb9f8eee3caa95e29c9afd7e04f6ffd2eb93d]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 08:51:26 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [fd2f6b87dd98a5d868f9074168890bcae7c783f6]

        INTEGRATION: CWS jl51 (1.1.2); FILE ADDED 2007/01/31 13:47:52 jl 1.1.2.1: #i73656# extend tests for online update for extensions

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [08a812e68ecaf04f736ba39438af8ff313980460]

        INTEGRATION: CWS jl51 (1.4.34); FILE MERGED 2007/02/02 13:20:45 jl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2007/01/19 14:54:30 jl 1.4.34.1: #73307# Removed error box when user declined the license.

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [56a553fee80ab736bcdfc96572915ecdcdd98280]

        INTEGRATION: CWS jl51 (1.4.34); FILE MERGED 2007/02/28 11:28:48 jl 1.4.34.3: #i73367# When a Exception is caught then in the none - verbose case we simple print out the message 2007/02/02 13:20:38 jl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2007/01/19 14:54:30 jl 1.4.34.1: #73307# Removed error box when user declined the license.

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d71efbab3ae64102c014c1945e8ee1aee6c64404]

        INTEGRATION: CWS jl51 (1.17.34); FILE MERGED 2007/04/02 14:13:02 jl 1.17.34.3: RESYNC: (1.18-1.19); FILE MERGED 2007/02/02 13:19:18 jl 1.17.34.2: RESYNC: (1.17-1.18); FILE MERGED 2007/01/19 14:57:52 jl 1.17.34.1: #73307# Removed error box when user declined the license.

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c0a53b8bbbe45ace582b310b370b6a0fbc8598b6]

        INTEGRATION: CWS jl51 (1.5.34); FILE MERGED 2007/02/28 11:24:08 jl 1.5.34.2: #i73367# removing the DeploymentException from the exception messages because it will be added again in next level which catches the exception 2007/02/02 10:46:00 jl 1.5.34.1: #73367# The extension should not install if the description.xml contains a wrong root element

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bbfd68779e5ae9e06da05aa86b9740e6646ecb2c]

        INTEGRATION: CWS jl51 (1.21.34); FILE MERGED 2007/02/28 11:37:35 jl 1.21.34.3: #i74961# extension was not removed from uno_packages when installation failed 2007/02/02 13:17:44 jl 1.21.34.2: RESYNC: (1.21-1.22); FILE MERGED 2007/01/29 15:51:12 jl 1.21.34.1: #70599# removed unused parameter in insertToActivationLayer

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [668ccac40c4e36d95aca7603b553e90dd186b1b2]

        INTEGRATION: CWS jl51 (1.19.34); FILE MERGED 2007/04/02 14:09:43 jl 1.19.34.3: RESYNC: (1.20-1.21); FILE MERGED 2007/02/02 13:16:21 jl 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2007/02/02 08:54:51 jl 1.19.34.1: #i72577# when unopkg gui file is called and file not exists then an uncaught exception is thrown and the lock file is not deleted

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5633f6556e089eaab9357fad5bc19d77ca7f7ed2]

        INTEGRATION: CWS jl51 (1.12.18); FILE MERGED 2007/03/01 16:13:52 jl 1.12.18.1: #64281# some JREs were not found

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ed2a01ab12ffad07d48e4ecaf2c96366f07b73e0]

        INTEGRATION: CWS jl51 (1.21.2); FILE MERGED 2007/02/08 13:04:36 jl 1.21.2.4: #i69457# 2007/02/08 12:52:53 jl 1.21.2.3: #i69457# policy.1.0.cli_cppuhelper.dll must be linked with platform:x86 to match the platform of cli_cppuhelper.dll 2007/02/07 15:59:54 jl 1.21.2.2: #69457# signing only with -R option, because Ra does not exist in .net 11 2007/02/07 11:49:30 jl 1.21.2.1: #i69457# when building with .NET2 then we need to sign after the manifest tool (mt.exe) has added the manifest to the dll

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b3697e449cddeaec3f10d316c4eb58f2b86da7cf]

        INTEGRATION: CWS jl51 (1.3.18); FILE MERGED 2007/02/07 11:49:30 jl 1.3.18.1: #i69457# when building with .NET2 then we need to sign after the manifest tool (mt.exe) has added the manifest to the dll

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [63692fbfe3aff9686f578ae01468e4d2fb5d8d78]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/05 13:54:23 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [71c4729ab96862397979280114e694a2bd016fed]

        INTEGRATION: CWS jl51 (1.7.30); FILE MERGED 2007/02/05 13:54:23 jl 1.7.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [3f4959127d2e2962d6eb6a593e9f3f2fa670fd24]

        INTEGRATION: CWS jl51 (1.5.30); FILE MERGED 2007/02/05 13:54:23 jl 1.5.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b07cb641aba098224e499f2894f121ccdc8840e7]

        INTEGRATION: CWS jl51 (1.9.30); FILE MERGED 2007/02/05 13:54:23 jl 1.9.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [70ad4bc05eb883835a861ffdc9c1c9852e702cb6]

        INTEGRATION: CWS jl51 (1.17.30); FILE MERGED 2007/02/06 16:38:13 jl 1.17.30.2: #i69228 warning free code 2007/02/05 13:54:22 jl 1.17.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bf2b92ce7a351853f5208c48a09f1d9fa7c04124]

        INTEGRATION: CWS jl51 (1.16.30); FILE MERGED 2007/02/05 13:54:22 jl 1.16.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0b8b1ae928d6ebdd10711fc7417251f5dc6ce83e]

        INTEGRATION: CWS jl51 (1.6.118); FILE MERGED 2007/04/02 14:04:36 jl 1.6.118.2: RESYNC: (1.6-1.7); FILE MERGED 2007/02/05 13:54:22 jl 1.6.118.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9533ae951bb7f5c49e97059c4704061437c99e57]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/06 16:38:13 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [e5b84f929f75d07b81386be91805081e05dad52c]

        INTEGRATION: CWS jl51 (1.7.30); FILE MERGED 2007/02/06 16:38:13 jl 1.7.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [5457d8c673d4b9c4d8e63063ecc357403331ad3b]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/02/06 16:38:12 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [c7cc55f8f7e4bc87d1ab841edc4c58eead81d2ee]

        INTEGRATION: CWS jl51 (1.7.30); FILE MERGED 2007/02/06 16:38:12 jl 1.7.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8d85a24818f1f0e4d85c66fe9f47e5a2c4bb09cd]

        INTEGRATION: CWS jl51 (1.5.118); FILE MERGED 2007/02/06 16:38:12 jl 1.5.118.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [144110347989f6d6e4e1095c353b5257bdcce961]

        INTEGRATION: CWS jl51 (1.10.30); FILE MERGED 2007/02/06 16:38:12 jl 1.10.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [a547f745b4b12e7a105dcd5dfb0e0ea2d8369b9b]

        INTEGRATION: CWS jl51 (1.6.118); FILE MERGED 2007/02/06 16:38:12 jl 1.6.118.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [2285f987ae007eeec5b5cc785c991f1bbfb19e52]

        INTEGRATION: CWS jl51 (1.13.28); FILE MERGED 2007/04/02 14:04:24 jl 1.13.28.2: RESYNC: (1.13-1.14); FILE MERGED 2007/02/06 16:38:11 jl 1.13.28.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [89f2a38d77b7e888899baefdb1cedd4b91ae7813]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/05 13:54:22 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1c9e458e667ed702484951636faab2ad53803b43]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/06 16:38:11 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6dde7c8cb278eb612e9f607fde4472521df90444]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/02/06 16:38:11 jl 1.4.30.2: #i69228 warning free code 2007/02/05 13:54:22 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9c799c578090a1144386a50399dce8c9c67431f5]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/04/02 14:04:00 jl 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2007/02/05 13:54:21 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d952b1a80b58d67210c5a0c535e4877a6bdbf2be]

        INTEGRATION: CWS jl51 (1.7.30); FILE MERGED 2007/02/06 16:38:11 jl 1.7.30.2: #i69228 warning free code 2007/02/05 13:54:21 jl 1.7.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [4c70e065df468fbdc3b264f616c55bd5e62a9c1f]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/02/05 13:54:21 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [82a9ac5edc6d340aec711868c44289e5963b3fff]

        INTEGRATION: CWS jl51 (1.5.30); FILE MERGED 2007/02/05 13:54:21 jl 1.5.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [ab916c5862c4df92f1f4aabed081b5cfceabe6b5]

        INTEGRATION: CWS jl51 (1.9.30); FILE MERGED 2007/02/05 13:54:21 jl 1.9.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [672e985f66883c971f4cccf9555789c25537311b]

        INTEGRATION: CWS jl51 (1.7.30); FILE MERGED 2007/02/05 13:54:20 jl 1.7.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d74e7fe6ceac8e38a48ba385075b50a0c69f79f6]

        INTEGRATION: CWS jl51 (1.25.30); FILE MERGED 2007/02/05 13:54:20 jl 1.25.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8b4023d7a6599e7218420040dbf39c33290db860]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/05 13:54:20 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1cc8cd1ea3f91d55feab11cdb09e4e8690597936]

        INTEGRATION: CWS jl51 (1.5.30); FILE MERGED 2007/02/05 13:54:20 jl 1.5.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [22ba380ba42bc006030c5a3bbb0501e63652e106]

        INTEGRATION: CWS jl51 (1.5.30); FILE MERGED 2007/02/05 13:54:19 jl 1.5.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b7ab166b9e1ce01ec07c366fbd46030664b70e8f]

        INTEGRATION: CWS jl51 (1.2.118); FILE MERGED 2007/02/05 13:54:19 jl 1.2.118.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [bb109b83941d93df68cabd910886a177819eb1d5]

        INTEGRATION: CWS jl51 (1.6.30); FILE MERGED 2007/02/05 13:54:19 jl 1.6.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6c36ec2ea5b55b31d1430a889cd65944e493b7c3]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/02/05 13:54:19 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [d692c376f660f801b646788fbf19fd9a81ac3bca]

        INTEGRATION: CWS jl51 (1.4.30); FILE MERGED 2007/02/05 13:54:18 jl 1.4.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [cafac73bc1e0e22675e2fa35f64484110edc3d10]

        INTEGRATION: CWS jl51 (1.5.30); FILE MERGED 2007/02/05 13:54:18 jl 1.5.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [9dcf7ab62b9e07969991f45597061efd52823872]

        INTEGRATION: CWS jl51 (1.11.30); FILE MERGED 2007/02/06 16:38:10 jl 1.11.30.2: #i69228 warning free code 2007/02/05 13:54:18 jl 1.11.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [920a92559365321d58d2661b89fdb790a4510881]

        INTEGRATION: CWS jl51 (1.27.30); FILE MERGED 2007/02/05 13:54:18 jl 1.27.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [1941587e20f571486f7ad06a650a0974ff16042d]

        INTEGRATION: CWS jl51 (1.21.30); FILE MERGED 2007/02/06 16:38:10 jl 1.21.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [583890cd1de20b31ec83b824462f3bdd3ec7dc79]

        INTEGRATION: CWS jl51 (1.3.30); FILE MERGED 2007/02/05 13:54:17 jl 1.3.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [6ee391fbb8065eb64661d2b3fe43fa2a91920360]

        INTEGRATION: CWS jl51 (1.28.30); FILE MERGED 2007/02/06 16:38:10 jl 1.28.30.2: #i69228 warning free code 2007/02/05 13:54:17 jl 1.28.30.1: #i69228 warning free code

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [8dea6b5af2555539e171e92bd693c4ec94af3c1a]

        INTEGRATION: CWS jl51 (1.17.26); FILE MERGED 2007/04/02 14:01:03 jl 1.17.26.2: RESYNC: (1.17-1.22); FILE MERGED 2007/02/06 16:44:22 jl 1.17.26.1: #i69288# warning free: xmlsecurity

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [b71b68fc00533264cec58a2e252e3a31ec15fa05]

        INTEGRATION: CWS jl51 (1.36.24); FILE MERGED 2007/04/02 14:00:41 jl 1.36.24.2: RESYNC: (1.36-1.38); FILE MERGED 2007/02/06 16:44:22 jl 1.36.24.1: #i69288# warning free: xmlsecurity

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [244da1b82c41f0a6a7bab2d75ac13a1ee1153f94]

        INTEGRATION: CWS jl51 (1.30.16); FILE MERGED 2007/04/02 14:00:29 jl 1.30.16.2: RESYNC: (1.30-1.32); FILE MERGED 2007/02/06 16:44:21 jl 1.30.16.1: #i69288# warning free: xmlsecurity

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [0b7d56807da09bb3843a0c6a128dd124482b9a76]

        INTEGRATION: CWS jl51 (1.29.22); FILE MERGED 2007/04/02 13:56:24 jl 1.29.22.2: RESYNC: (1.29-1.32); FILE MERGED 2007/02/06 16:44:20 jl 1.29.22.1: #i69288# warning free: xmlsecurity

2007-04-17  Herbert Duerr  <hdu@openoffice.org>  [8ac4383eb32021b8b8946aeb950e9b89a887813d]

        #i75669# get rid of conversion of B2D->tools polygons since VCL can handle them directly now

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [77dd0728f3aafa0b4b0b68c6dc6d7fffa7e64514]

        INTEGRATION: CWS vq36 (1.12.2); FILE MERGED 2007/03/29 18:40:14 vq 1.12.2.3: #i75765# Regenerate/reapply the changes to the moz patch. 2007/03/29 18:16:27 vq 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED Revert to patchfile from milestone. The patchfile will be regenerated and committed separately. 2007/03/27 03:31:07 vq 1.12.2.1: #i75765# Work around gmake's new function macro "abspath".

2007-04-17  Ivo Hinkelmann  <ihi@openoffice.org>  [202d07e2fff4b1f374e2554b0d8e2a11e860283a]

        INTEGRATION: CWS vq36 (1.7.10); FILE MERGED 2007/03/29 18:16:18 vq 1.7.10.3: RESYNC: (1.9-1.10); FILE MERGED 2007/01/28 05:13:10 vq 1.7.10.2: RESYNC: (1.7-1.9); FILE MERGED 2006/08/27 03:23:31 vq 1.7.10.1: #i68937# Patch to build moz with W32-bash.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [98d213c67306a994864c380ee195db9749c828b6]

        INTEGRATION: CWS fwkdbdesign01 (1.27.132); FILE MERGED 2007/03/06 08:43:59 fs 1.27.132.3: #i75146# new module: XML form documents 2007/03/05 08:47:41 fs 1.27.132.2: #i74951# own WindowStates for Writer-based report designer 2007/03/03 15:17:24 fs 1.27.132.1: #i74951# +WriterFormWindowState.xc? (window states for Writer-based database forms)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7bcbaf5b3c76726b969f3c394f5edcc468b5d47f]

        INTEGRATION: CWS fwkdbdesign01 (1.183.32); FILE MERGED 2007/03/15 13:38:33 fs 1.183.32.1: #i75423# added new files in uiconfig.zip to explicit patch file list of uiconfig.zip

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7bf9480cdda6510297ea5b60e35957ee43440e25]

        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>  [d061807d0ebe5f7d2db0db8ecdb8de68070847ee]

        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>  [5b8610443d641f35040b7154c038f9afb98a061e]

        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>  [6f9227b290d6a1523b996ce95dc847ea4da8c5bf]

        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>  [e96f0b67caaf72d0bf8253f477141523d3e01911]

        INTEGRATION: CWS fwkdbdesign01 (1.15.138); FILE MERGED 2007/03/12 07:30:57 pb 1.15.138.1: fix: #i4854# templdgi.hxx

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9463aa5f5207cd02dbc649b0e75d8c77ae236186]

        INTEGRATION: CWS fwkdbdesign01 (1.120.86); FILE MERGED 2007/02/26 13:27:03 as 1.120.86.1: #i66775# first draft of view factory, #i45663# support XModule interface

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fd07d7bd4a57cc62529cb0fbcb76de70737d701e]

        INTEGRATION: CWS fwkdbdesign01 (1.69.58); FILE MERGED 2007/03/07 08:46:17 as 1.69.58.1: #i45663# try to differ between factory short and document service name

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [39d9e6945e57feba186ae800d1c6f6bf1d0be8f0]

        INTEGRATION: CWS fwkdbdesign01 (1.25.86); FILE MERGED 2007/03/12 15:15:07 mav 1.25.86.4: #i13154# show dialog options before the file dialog in case of pdf export; set the filter list correctly in this case 2007/03/07 08:46:17 as 1.25.86.3: #i45663# try to differ between factory short and document service name 2007/03/05 13:24:40 as 1.25.86.2: #i45663# use right config prop for module boud document service 2007/03/05 13:12:35 as 1.25.86.1: #i45663# differ between module and service names

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [46262cfda83631ca558b71fd1f0e8f595de74980]

        INTEGRATION: CWS fwkdbdesign01 (1.53.138); FILE MERGED 2007/03/12 10:27:31 as 1.53.138.2: fix small problems 2007/03/12 07:34:21 pb 1.53.138.1: fix: #i4854# configuration of style filter added

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ea0fac070b502da208e4c429dce939e1149711dd]

        INTEGRATION: CWS fwkdbdesign01 (1.128.84); FILE MERGED 2007/03/12 15:15:06 mav 1.128.84.3: #i13154# show dialog options before the file dialog in case of pdf export; set the filter list correctly in this case 2007/03/08 14:25:36 as 1.128.84.2: #i45663# use sfx internal method instead of deprecated ShortName property of ModuleManager 2007/03/07 08:46:16 as 1.128.84.1: #i45663# try to differ between factory short and document service name

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fc318769b460bed2b9a07514b291fb15e3db7247]

        INTEGRATION: CWS fwkdbdesign01 (1.12.58); FILE MERGED 2007/03/19 14:19:58 fs 1.12.58.2: #i75523# missing initialization of xComponent in one of the ctors 2007/03/07 08:10:45 fs 1.12.58.1: slight refactoring of the TextDocument constructors, in preparation of (a part of) #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dbc78b4a8a5f43f0f34cb5595a1d938d6b8fc5be]

        INTEGRATION: CWS fwkdbdesign01 (1.71.22); FILE MERGED 2007/03/07 08:10:45 fs 1.71.22.1: slight refactoring of the TextDocument constructors, in preparation of (a part of) #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8167084f72a5353f3ef914508d71047741892688]

        INTEGRATION: CWS fwkdbdesign01 (1.39.22); FILE MERGED 2007/03/07 08:10:44 fs 1.39.22.1: slight refactoring of the TextDocument constructors, in preparation of (a part of) #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f3cd13f5a1dc8669749824bd119c4113ce3269e6]

        INTEGRATION: CWS fwkdbdesign01 (1.13.22); FILE MERGED 2007/03/07 08:10:44 fs 1.13.22.1: slight refactoring of the TextDocument constructors, in preparation of (a part of) #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [282597f8bd73086f67c608d0a740144e4198b895]

        INTEGRATION: CWS fwkdbdesign01 (1.10.58); FILE MERGED 2007/03/07 08:14:45 fs 1.10.58.2: #i74951# pass a ModuleIdentifier when creating a new form document - this will give us a dedicated form designer UI 2007/03/07 08:10:43 fs 1.10.58.1: slight refactoring of the TextDocument constructors, in preparation of (a part of) #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fe7b9870705ff726d9d8c27415a2d472c93cc7e7]

        INTEGRATION: CWS fwkdbdesign01 (1.12.12); FILE MERGED 2007/02/20 14:05:58 mav 1.12.12.1: #i74541# use TaskCreator to create frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4392da7251912186de1b5af6655972e7b24e3b78]

        INTEGRATION: CWS fwkdbdesign01 (1.16.70); FILE MERGED 2007/02/27 09:09:31 as 1.16.70.1: #i45663# overwrite module names for embedded objects

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f92a30400ee6a240d110d2151a0f2beb3a85b34e]

        INTEGRATION: CWS fwkdbdesign01 (1.28.10); FILE MERGED 2007/03/29 09:20:57 mav 1.28.10.3: #75851# provide the related dispatch handler to the menu 2007/02/20 14:05:58 mav 1.28.10.2: #i74541# use TaskCreator to create frames 2007/02/19 08:10:01 as 1.28.10.1: #i74541# use TaskCreator service for creating frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ce14101c9bdb1cc60cb24b0cb364d6f7de766323]

        INTEGRATION: CWS fwkdbdesign01 (1.28.16); FILE MERGED 2007/02/27 09:09:31 as 1.28.16.2: #i45663# overwrite module names for embedded objects 2007/02/20 14:05:57 mav 1.28.16.1: #i74541# use TaskCreator to create frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ad64f69bcba94c4d44e76a4f87ab4cae51ec295b]

        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>  [df40a5bdf607c10da0902081152a4d744d2cd883]

        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>  [47fdbccc4088de52c4efa0d74e679fae91d186eb]

        INTEGRATION: CWS fwkdbdesign01 (1.109.8); FILE MERGED 2007/03/08 14:27:28 as 1.109.8.1: #i45663# remove using of deprectaed module property ShortName

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [033764a799f512f0b282e89a635e5dfc978b3c69]

        INTEGRATION: CWS fwkdbdesign01 (1.7.84); FILE MERGED 2007/03/09 09:19:51 as 1.7.84.1: remove obsolete moduleidentifier class

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2e01863d3e0f15a8f93bdfc38829a39bf378cf29]

        INTEGRATION: CWS fwkdbdesign01 (1.5.84); FILE MERGED 2007/03/09 09:19:50 as 1.5.84.1: remove obsolete moduleidentifier class

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d53097daa137d1266869d47dce82258460868adb]

        INTEGRATION: CWS fwkdbdesign01 (1.14.36); FILE MERGED 2007/03/29 09:30:08 cd 1.14.36.1: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [91880c7975653cbf236effe2bfad2850dc5b68d2]

        INTEGRATION: CWS fwkdbdesign01 (1.46.8); FILE MERGED 2007/03/29 09:30:08 cd 1.46.8.2: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar 2007/03/09 09:19:50 as 1.46.8.1: remove obsolete moduleidentifier class

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e04ca94e5095b18786674cf43075acec4f9652fc]

        INTEGRATION: CWS fwkdbdesign01 (1.3.56); FILE MERGED 2007/02/26 11:49:34 as 1.3.56.3: #i74541# improved service to create any type of frames 2007/02/19 10:58:57 as 1.3.56.2: #i74541# make framework ready for real sub frames 2007/02/14 14:26:23 as 1.3.56.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [79ce2d4003229c0ca6079dc023cc07c8f4c96e1f]

        INTEGRATION: CWS fwkdbdesign01 (1.7.80); FILE MERGED 2007/03/09 09:30:33 as 1.7.80.4: warning free 2007/03/08 12:40:35 as 1.7.80.3: #i4854# support XNameReplace to change module configuration via API 2007/03/07 08:48:33 as 1.7.80.2: #i45663# module manager supports container queries now 2007/02/26 11:49:45 as 1.7.80.1: #i45663# support new interface XModule

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e83e13cd133d626976e700555a2d3878b8f6ac9e]

        INTEGRATION: CWS fwkdbdesign01 (1.100.34); FILE MERGED 2007/02/26 11:49:40 as 1.100.34.2: #i74541# small refactoring regarding targeting 2007/02/14 14:26:23 as 1.100.34.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4613a525a9e6560c155b6eac4bdc86c28e12aa27]

        INTEGRATION: CWS fwkdbdesign01 (1.21.2); FILE MERGED 2007/03/08 14:27:27 as 1.21.2.1: #i45663# remove using of deprectaed module property ShortName

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e45270e8ff2f0ea1f0b9a9d43d33807711aec996]

        INTEGRATION: CWS fwkdbdesign01 (1.60.28); FILE MERGED 2007/03/29 09:30:07 cd 1.60.28.3: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar 2007/03/09 09:19:50 as 1.60.28.2: remove obsolete moduleidentifier class 2007/02/19 08:13:10 as 1.60.28.1: #i74541# layout elements for sub frames with top level window also

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6bfafc1a853e10b31e12951d6a197d9c5307a674]

        INTEGRATION: CWS fwkdbdesign01 (1.4.142); FILE MERGED 2007/02/19 10:58:51 as 1.4.142.1: #i74541# make framework ready for real sub frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [6c2952c0c22ab876308a762189966229334f7a57]

        INTEGRATION: CWS fwkdbdesign01 (1.12.84); FILE MERGED 2007/02/19 10:58:45 as 1.12.84.1: #i74541# make framework ready for real sub frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2277e075bb6269ca75aa262e048e094a492ce3d3]

        INTEGRATION: CWS fwkdbdesign01 (1.29.144); FILE MERGED 2007/03/08 14:27:27 as 1.29.144.1: #i45663# remove using of deprectaed module property ShortName

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5b5a6108a45c5a49764bade53d8ce27723324723]

        INTEGRATION: CWS fwkdbdesign01 (1.11.36); FILE MERGED 2007/02/19 10:58:39 as 1.11.36.1: clean ups

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [746822de90bd610a5507dc5c5c85a92bc59d13f5]

        INTEGRATION: CWS fwkdbdesign01 (1.34.84); FILE MERGED 2007/03/29 06:26:44 as 1.34.84.2: #i75596#, #i75591# let close dispatcher decide which frame will be closed 2007/02/14 14:26:23 as 1.34.84.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e250fbd3b8af5c836363d560ce41784015b2d7ee]

        INTEGRATION: CWS fwkdbdesign01 (1.4.84); FILE MERGED 2007/03/29 06:26:44 as 1.4.84.1: #i75596#, #i75591# let close dispatcher decide which frame will be closed

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [257697d049be392de11f9fa061edfa9d5a3481bd]

        INTEGRATION: CWS fwkdbdesign01 (1.15.78); FILE MERGED 2007/03/29 06:26:44 as 1.15.78.2: #i75596#, #i75591# let close dispatcher decide which frame will be closed 2007/02/14 14:26:22 as 1.15.78.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [33b7f723ba413e1aa8c0ca44b7df3f55429eb532]

        INTEGRATION: CWS fwkdbdesign01 (1.19.8); FILE MERGED 2007/02/26 11:49:29 as 1.19.8.2: #i74541# improved service to create any type of frames 2007/02/19 10:58:34 as 1.19.8.1: #i74541# make framework ready for real sub frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d5e7398673abf39cb1e46ccd69daefac104d1ca1]

        INTEGRATION: CWS fwkdbdesign01 (1.11.78); FILE MERGED 2007/03/29 09:30:07 cd 1.11.78.1: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [652ea8d569de21c8f91bc1b8b48f91ccdbee9686]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/07 08:49:47 as 1.1.2.1: #i45663# new complex test for service ModuleManager

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [25fcaf433de0c8b2f5f6a8688841d16db10bd20c]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/08 13:45:55 as 1.1.2.2: new test for readonly module properties 2007/03/07 08:49:21 as 1.1.2.1: #i45663# new complex test for service ModuleManager

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [128a13a4aa0b037aae94923bdf400184dbb704b9]

        INTEGRATION: CWS fwkdbdesign01 (1.18.36); FILE MERGED 2007/03/29 09:29:11 cd 1.18.36.1: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d444546afd06bfd729a44c36d0038ef268129113]

        INTEGRATION: CWS fwkdbdesign01 (1.2.86); FILE MERGED 2007/02/26 11:49:24 as 1.2.86.3: #i74541# improved service to create any type of frames 2007/02/19 10:58:28 as 1.2.86.2: #i74541# make framework ready for real sub frames 2007/02/14 14:26:22 as 1.2.86.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [42c96dd20fdb0688c2bf0b3b51f24f54a74a3758]

        INTEGRATION: CWS fwkdbdesign01 (1.6.78); FILE MERGED 2007/02/19 10:58:22 as 1.6.78.1: clean ups

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e0a9679ac3d1b4c68cf1609a8b77216257c58c13]

        INTEGRATION: CWS fwkdbdesign01 (1.5.142); FILE MERGED 2007/03/08 12:40:35 as 1.5.142.2: #i4854# support XNameReplace to change module configuration via API 2007/03/07 08:48:32 as 1.5.142.1: #i45663# module manager supports container queries now

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bcf89c9edef94ddf19d029675970f0c8410450b6]

        INTEGRATION: CWS fwkdbdesign01 (1.38.86); FILE MERGED 2007/02/14 14:26:22 as 1.38.86.1: #i74541# new API (and some small code changes) to support real sub frames greater level 1

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4558f98c8add35d04d5e6a43fe396eb8e4a71c79]

        INTEGRATION: CWS fwkdbdesign01 (1.9.78); FILE MERGED 2007/03/29 06:26:44 as 1.9.78.1: #i75596#, #i75591# let close dispatcher decide which frame will be closed

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e3928aefa7d65a5d945e2b768634cb34ce3e6d4f]

        INTEGRATION: CWS fwkdbdesign01 (1.11.282); FILE MERGED 2007/03/29 09:30:06 cd 1.11.282.1: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7efacab93a40e65dcc70b91301260f01cd04948c]

        INTEGRATION: CWS fwkdbdesign01 (1.5.282); FILE MERGED 2007/03/29 09:30:06 cd 1.5.282.1: i75851# Extend implementation to support a dispatch provider for every popup menu within the menu bar

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8bb5cbcf19aa7b18d284f912d8f596a097826cd2]

        INTEGRATION: CWS fwkdbdesign01 (1.8.282); FILE MERGED 2007/02/19 10:58:02 as 1.8.282.1: #i74541# make framework ready for real sub frames

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [588a05f1149b8b6b6cc9a600b4036439838fd4d8]

        INTEGRATION: CWS fwkdbdesign01 (1.20.10); FILE MERGED 2007/02/28 10:34:30 oj 1.20.10.1: #i74541# do not connect the sub controller to the db model

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7f4dae5e5d760f391fce8610169827331ec7f95a]

        INTEGRATION: CWS fwkdbdesign01 (1.4.80); FILE MERGED 2007/03/01 21:33:59 fs 1.4.80.2: #i10000# make compile in non-pro build 2007/02/28 10:34:30 oj 1.4.80.1: #i74541# do not connect the sub controller to the db model

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fb44a883dd8ec4dc2db38a827003a35d9f92e560]

        INTEGRATION: CWS fwkdbdesign01 (1.3.46); FILE MERGED 2007/02/27 13:13:52 as 1.3.46.3: warning free 2007/02/27 08:55:52 as 1.3.46.2: #i74541# improve creation of designer-sub-frames 2007/02/26 11:42:54 as 1.3.46.1: #i74541# create designer as sub frames of db-model-frame

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f51b98f7efa2863888c9e54bcda63f1be03fa9cd]

        INTEGRATION: CWS fwkdbdesign01 (1.2.70); FILE MERGED 2007/02/26 11:42:54 as 1.2.70.1: #i74541# create designer as sub frames of db-model-frame

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1bdda88ea85a7bc96fba226b09040ebd047a7e33]

        INTEGRATION: CWS fwkdbdesign01 (1.27.78); FILE MERGED 2007/02/28 10:34:29 oj 1.27.78.1: #i74541# do not connect the sub controller to the db model

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [84a97d0ae3f09f7d2ca61d443cf0e3596373dff8]

        INTEGRATION: CWS fwkdbdesign01 (1.21.10); FILE MERGED 2007/02/26 11:42:54 as 1.21.10.1: #i74541# create designer as sub frames of db-model-frame

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5a12109567f41834d47ca18554b7ca932880b203]

        INTEGRATION: CWS fwkdbdesign01 (1.39.34); FILE MERGED 2007/02/26 11:42:53 as 1.39.34.1: #i74541# create designer as sub frames of db-model-frame

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [705530e62d90d5fdb687c22483b26840e9af8875]

        INTEGRATION: CWS fwkdbdesign01 (1.39.8); FILE MERGED 2007/02/28 10:32:49 oj 1.39.8.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [80f106e6fe6e06746c9fbda12b3b03a15348b0d1]

        INTEGRATION: CWS fwkdbdesign01 (1.11.78); FILE MERGED 2007/02/28 10:32:49 oj 1.11.78.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [42d5ebfeb6ea2c90f67b8d01c78569fb36f477e9]

        INTEGRATION: CWS fwkdbdesign01 (1.43.10); FILE MERGED 2007/02/28 10:32:56 oj 1.43.10.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [26a5130e63649bbac4a144887225053151b837ca]

        INTEGRATION: CWS fwkdbdesign01 (1.11.260); FILE MERGED 2007/02/28 10:32:56 oj 1.11.260.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [111062f86da24d4653e8b308ed69b18d9475a3c3]

        INTEGRATION: CWS fwkdbdesign01 (1.18.90); FILE MERGED 2007/03/13 14:43:27 fs 1.18.90.1: #i69735# impl_appendFrameToDocumentFrames_throw

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [40ba3b36175390b2acba8119377babee6e5a9886]

        INTEGRATION: CWS fwkdbdesign01 (1.40.76); FILE MERGED 2007/03/13 14:41:06 fs 1.40.76.3: #i69735# impl_appendFrameToDocumentFrames_throw 2007/03/05 08:48:21 fs 1.40.76.2: #i74951# SimpleReportDesign->TextReportDesign 2007/02/27 08:54:58 as 1.40.76.1: #i45663# set module names for reused office module components

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d8edb549c515ebd68ea63b6e98a86b30f3e12f18]

        INTEGRATION: CWS fwkdbdesign01 (1.11.132); FILE MERGED 2007/02/28 10:32:07 oj 1.11.132.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cc592a3b7236b4ecaab7f52c2fc9032e9dc3ad9c]

        INTEGRATION: CWS fwkdbdesign01 (1.31.40); FILE MERGED 2007/03/13 13:53:33 fs 1.31.40.2: lock mutex in getControllers 2007/02/28 10:32:07 oj 1.31.40.1: #i74952# impl XModel2

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c5546ab70f9527b5b371536a8041cd88bbc19a39]

        INTEGRATION: CWS fwkdbdesign01 (1.6.804); FILE MERGED 2007/03/03 15:18:57 fs 1.6.804.1: #i74951# removed unused ctor argument

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [65d04ed3dc796b4187f66623658c574e59df8534]

        INTEGRATION: CWS fwkdbdesign01 (1.5.804); FILE MERGED 2007/03/06 08:46:55 fs 1.5.804.2: #i75146# isEnhancedForm is not necessary anymore 2007/03/03 15:19:23 fs 1.5.804.1: #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [306b0e9c99df194c96f581c3b8be8dd8ec40e02e]

        INTEGRATION: CWS fwkdbdesign01 (1.24.52); FILE MERGED 2007/03/03 15:20:29 fs 1.24.52.1: #i74951# removed unused FormToolboxes-ctor argument

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [281acd3586e06335f3c393ae17d912c6975a2c5a]

        INTEGRATION: CWS fwkdbdesign01 (1.8.280); FILE MERGED 2007/03/03 15:19:16 fs 1.8.280.1: #i74951# removed unused ctor argument

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [77db2ae8c6950461d15deceb4ac6470cd9767a5b]

        INTEGRATION: CWS fwkdbdesign01 (1.82.144); FILE MERGED 2007/03/06 08:46:01 fs 1.82.144.2: #i75146# own module for XML form documents 2007/03/03 15:21:04 fs 1.82.144.1: #i74951# database forms now an own module - no need for special UI initializations anymore, this now is part of the UI configuration

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [432ec9d6226d5d942d34e9749cd41ddac619c4d2]

        INTEGRATION: CWS fwkdbdesign01 (1.70.148); FILE MERGED 2007/03/06 08:46:34 fs 1.70.148.2: #i75146# own module/configuration for XML form documents, which makes some SfxVisibilityItems superfluous 2007/03/03 15:20:28 fs 1.70.148.1: #i74951# removed unused FormToolboxes-ctor argument

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d08710a8e6a4e60cb1a4022347c5df30c31fcc60]

        INTEGRATION: CWS fwkdbdesign01 (1.11.280); FILE MERGED 2007/03/06 08:46:19 fs 1.11.280.3: #i75146# own module/configuration for XML form documents 2007/03/05 08:47:56 fs 1.11.280.2: #i74951# SimpleReportDesign->TextReportDesign 2007/03/03 15:19:28 fs 1.11.280.1: #i74951#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [31a801aa8940cc290fe92edd3b1a2a0341bf3955]

        INTEGRATION: CWS fwkdbdesign01 (1.6.144); FILE MERGED 2007/03/03 15:20:01 fs 1.6.144.1: #i74951# ControlLayout sub nodes now using Module identifiers, not artificial names

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [df20ea357a47bb3945ef2a536918c184c465321e]

        INTEGRATION: CWS fwkdbdesign01 (1.31.56); FILE MERGED 2007/02/21 09:43:25 as 1.31.56.1: #i45663# new interface XModule, which allows chanig a module identifier at runtime

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [39154696243ea85fb912633ffbd1c1137d6e3813]

        INTEGRATION: CWS fwkdbdesign01 (1.3.262); FILE MERGED 2007/02/21 09:43:25 as 1.3.262.1: #i45663# new interface XModule, which allows chanig a module identifier at runtime

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d08ea77f0e63879d1e0aadefe5adde9ce3293ffc]

        INTEGRATION: CWS fwkdbdesign01 (1.1.4); FILE ADDED 2007/02/21 09:43:25 as 1.1.4.1: #i45663# new interface XModule, which allows chanig a module identifier at runtime

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [163fd5e610d729b6a3b41f0ed97aa7d051409092]

        INTEGRATION: CWS fwkdbdesign01 (1.1.4); FILE ADDED 2007/02/21 10:23:33 as 1.1.4.1: #i66775# new API to iterate over all existing controller of a model; new view controller factory API

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1ecba7b04516dcd1d49f5fff5ee30ccceb8ad9dc]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:13 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [77d45be3b998c0b94715ce539a9e37f93c4dd20f]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:12 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fa30416642178dea45e0431635f6c46be017707b]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:11 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [efdd7ee465825c07b1e7deac24c210270f1f7f1c]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:10 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [95e644190bf866d8f37ae572139c8aa766b37213]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:09 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7c64e3e519b2ed824c1e1d8d1c7bccc2365a1496]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:08 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [49bd2ae79af2916a3cf6c9013a950eb5cf081418]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:07 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7cb22b3a087f298db1d4c8992dbd00aae1f0610a]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:06 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4465c3be94635d0bbf956112f192e2cb775de60b]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:05 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [306b3dfb4d7099181949326ed50ca6fdeead3d39]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:04 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [797bf16c5fb358d3bd683f9e5badc8c8f488c256]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:03 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [769ecb562eff5bec51801298037eb44ffea2f8c0]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:02 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a0dc9f4cea1f737ba39d7f852e1c294384852e01]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:01 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [002bf71e4b84120ecb9d1f6247c8c8347e0a1cdd]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/27 09:36:36 as 1.1.2.2: change FormProperties to ControlProperties 2007/03/06 08:50:01 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fbf38a885428d0dba570d4bebf629412ccf248b7]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/20 13:00:47 fs 1.1.2.2: control properties, not form properties 2007/03/06 08:50:00 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c664f88171e2a441cb0dd6ebbfad12eea1ef4a37]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:00 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [37585ac4672164a3822f49de88b1c882aabcc448]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:59 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fb591b4ce41b4561e80774c6e921344bd5a97ab0]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:58 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a493ee1028585434441cc2a46943f7353de7c9a6]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:57 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [10f4cb645ff34b5fc5b82e0fb375fbbf4f65b0c0]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:56 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7f978903e90748e2e17e3c680d63a3b60aaadb37]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:55 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bd90004096a5ed25e35c558beb4384f6f7ad09b9]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:54 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2b8ae4594910ab498e1809f7c0e9ef3dadcfab80]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:53 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ed0346dbcba74caade96b3ad93d6ad6280770c9d]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:37 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [53558fa0afc612e91f85e9abd22cb99b691f9e0f]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:27 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [92a60d187d52130c534006003ec78a6d091dcdce]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:20 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [35fb335271630602ac2d0ab6b449de786888c4d9]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:50:09 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fac9804aaa00c44289d8d090617d0083b19523a7]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:42 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ac143fac1ff89b73d26363f38a7fb48b4feff720]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:49:31 fs 1.1.2.1: #i75146# own module/configuration for XML Form Documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b555a8b77783da0204d9b01fce98bddf4afe1538]

        INTEGRATION: CWS fwkdbdesign01 (1.4.932); FILE MERGED 2007/03/06 08:48:37 fs 1.4.932.1: #i75146# ShowDataNavigator is not necessary anymore, since we have an own Module/Configuration for XML Form documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a89424830bbd4e3cbca2b3227ab6052c84056e75]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:53:04 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ae3003eec559ecf089b779d63b480f9298ed2ab4]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:53:03 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [666473fe075bc01889c973f56ea9d0d023ae0157]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:53:02 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7ab5525930e561a8700a7df3fd2e0b2aa913d38e]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:53:01 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [54779ffcfc779968dd1d4fa864ecac7fdbf35179]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:53:00 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bfe48fca5b0086cb69e2d8f4fb83da0f99cd549b]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:59 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8c6403d80eaa15b78d422b65e79af883d93726aa]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:58 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5697313b2606ad7b22c92b93b93d6abda1c08cb6]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:57 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7825abddf2409013a3fff69a6946b931543c4bdc]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:56 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d34df259304f07957fc60bed73f41317ad051286]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:55 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [365fe097024a957bab5639b1812092881c33d41f]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:54 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [536e25c9fb14cba91d51bcc037e12dba2091e700]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:53 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eab9d2f5895d7a6e50329a3a8d1fb7064ea08356]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:52 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [900925b2199c5ffc64b19e06f7e8568736c5f53d]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:51 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [22a1cc84754b37b00e64446d9a53bf39fd143cfa]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:50 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f515beb2424343f90fca2b0a705f96b41e9d3170]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:49 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [02ce0b0bb204853a4b2c9e16b53f57e395d9597c]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:48 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c8b1d4eebb7d6e11f34313150204ea6ec05c3641]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:47 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [25b5ca2c51204f79058fb0b034740b6cc3e572ac]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:46 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ef7761c02d3c690c094a69db629b4720853615a1]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:45 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [86b34b4fc4b56ff8fabc7b703fe6e921754dd1e0]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:44 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5478e46b4897b186343072addf8c865cc90d5588]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:36 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1aeb2b28d24cd83573aeeeb59e377482a510de50]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:52:16 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [190486ffc4dbf8b0d9c05bd57d8fc9da09996e80]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:51:51 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [883f3a4a9d9ab546b9c5853f6b83bb7e9e160058]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:51:31 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [64f6b1b20abd352c36f37241c5452330ed34c25b]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:51:17 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d362dcc3d3a9a203430a6fa1498c5e7e4f60c1de]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:51:01 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9f5417dcabc2978e4e0cd833df06a70ff95e51ee]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:50:41 fs 1.1.2.1: #i74951# UI config for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1873cf053c8966244b789b70796fb6eccaccab74]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:30 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [da2ba9c61846191c31eeda4224e034d00215d7e3]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:29 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4534cad265fc13ec654970e5861912e8fa74389b]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:28 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [aa794ab8f82cc0675f16a1be5ff35e6477470dd1]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:27 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [747394f3a600f6cc88747a9ff11df59f3c10ebb6]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:26 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [346132f183e5a20115693d69ccde4c28522e5d1d]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:25 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d8dc3a0d8e5673256d020141f393031948816825]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:24 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7c588c51c05c9fb15ea956412dc78302d5553e76]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:47:50 fs 1.1.2.2: ShowDataNavigator is not necessary for database forms 2007/03/03 15:24:24 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8e94c2b901fd31fafe71eb92b835e4edbf3cd3c5]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:23 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d1bb80f089ae4a77842cc29b27df97b5b54147e3]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:22 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a005c34bb0988a3c0bc8473191cb3144e51dd527]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:21 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [9490e4b08817159f1dd01337a28359e6e4b7dd78]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:20 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [38ee1d922929d3edb85890d94623cb34e7be7a41]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:24:07 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8fe785941b6e41a34a45e77153ff2cdb3a8031e5]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:23:58 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [85f3f693ecb7041a52ad89e789659353dce0c6c0]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/07 07:20:38 fs 1.1.2.3: #ii74918# keyboard support for navigating database records 2007/03/05 13:53:33 fs 1.1.2.2: let Ctrl-Shift-L start the form based filter 2007/03/03 15:23:42 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [03b1dd5b4ea37f379b9b34d42e02b15174a68ae7]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/07 07:20:37 fs 1.1.2.3: #ii74918# keyboard support for navigating database records 2007/03/05 13:53:32 fs 1.1.2.2: let Ctrl-Shift-L start the form based filter 2007/03/03 15:23:38 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [96bc0a466a83cb1422cbde2d03c473f9249b5bb4]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/07 07:20:37 fs 1.1.2.3: #ii74918# keyboard support for navigating database records 2007/03/05 13:53:32 fs 1.1.2.2: let Ctrl-Shift-L start the form based filter 2007/03/03 15:23:31 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a07c27d1b9344b7adb2f7a57442971c4bd80f42f]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/07 07:20:36 fs 1.1.2.3: #ii74918# keyboard support for navigating database records 2007/03/05 13:53:31 fs 1.1.2.2: let Ctrl-Shift-L start the form based filter 2007/03/03 15:23:14 fs 1.1.2.1: #i74951# new uiconfig for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [65321a68ac3313bc51cf474c62c6343c3957dde6]

        INTEGRATION: CWS fwkdbdesign01 (1.15.142); FILE MERGED 2007/03/06 08:52:05 fs 1.15.142.1: #i75146# docxforms needs exceptions

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b9d410aa75d4ef854bf7459d2ff6b69f157564df]

        INTEGRATION: CWS fwkdbdesign01 (1.4.238); FILE MERGED 2007/03/06 08:51:52 fs 1.4.238.1: #i75146# do a XModule::setModule if the document is to act as XML Form Document

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [efb05198ff73ee755470dbdc946807f8696ab40c]

        INTEGRATION: CWS fwkdbdesign01 (1.21.244); FILE MERGED 2007/03/06 08:50:45 fs 1.21.244.3: #i75146# own module/configuration for XML Form Documents 2007/03/05 08:53:59 fs 1.21.244.2: #i74951# deliver uiconfig/swreport/* 2007/03/03 15:22:53 fs 1.21.244.1: #i74951# new uiconfig for Writer-based form documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2bcc07fbcebf2a4336369fa8c375284d528e9032]

        INTEGRATION: CWS fwkdbdesign01 (1.11.106); FILE MERGED 2007/03/06 08:43:02 fs 1.11.106.3: #i75146# XFormsWindowState 2007/03/05 08:49:33 fs 1.11.106.2: #i74951# WriterReportWindowState 2007/03/03 15:13:42 fs 1.11.106.1: #i74951# +WriterFormWindowState

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a4becaaf1b8224c423ca72a58cf6ac279f0212f6]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:42:52 fs 1.1.2.1: #i75146# window states for XML form documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1bcfe863ea72a18a638d465073e36f6a0f3643e2]

        INTEGRATION: CWS fwkdbdesign01 (1.4.316); FILE MERGED 2007/03/03 15:13:32 fs 1.4.316.1: #i74951# typo

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ed174d831b839db45552cec23328b6c798b1f449]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:50:09 fs 1.1.2.1: #i74951# WindowStates for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c35b20db5ee1a7a39485ae3e06dc240b20245044]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:13:59 fs 1.1.2.1: #i74951# window states for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bfe486eebaa45ea8c331bac083bd9b6214162a75]

        INTEGRATION: CWS fwkdbdesign01 (1.127.14); FILE MERGED 2007/03/05 08:49:11 fs 1.127.14.2: #i74951# SimpleReportDesign->TextReportDesign 2007/03/03 15:14:34 fs 1.127.14.1: #i74951# ControlLayout sub nodes now using Module identifiers, not artificial names

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f9e2141ad3a5bf4f2e93f73e9c48faaadee9b9d8]

        INTEGRATION: CWS fwkdbdesign01 (1.51.50); FILE MERGED 2007/03/12 08:28:26 pb 1.51.50.2: fix: #i4854# ooSetupFactoryStyleFilter added 2007/03/05 13:32:12 as 1.51.50.1: #i45663# differ between module and service names

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [86c0f456b08b6d6a1a6509507755463217178c44]

        INTEGRATION: CWS fwkdbdesign01 (1.13.106); FILE MERGED 2007/03/06 08:43:24 fs 1.13.106.3: #i75146# XFormsWindowState 2007/03/05 08:51:03 fs 1.13.106.2: #i74951# WriterReportWindowState 2007/03/03 15:15:15 fs 1.13.106.1: #i74951# +WriterFormWindowState

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [3e1da817232eda08c5ad6a55a16f9566032de2dd]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/06 08:43:17 fs 1.1.2.1: #i75146# window states for XML form documents

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [598b2033ac445f77757641cdd8749dd63d804140]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/05 08:51:22 fs 1.1.2.1: #i74951# WindowStates for Writer-based report designer

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [11816c58e5bbbe72805baa114ff66880fae491cd]

        INTEGRATION: CWS fwkdbdesign01 (1.1.2); FILE ADDED 2007/03/03 15:15:21 fs 1.1.2.1: #i74951# window states for Writer-based database forms

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7fd54cba09da227253133397cec235ab88bc44e4]

        INTEGRATION: CWS fwkdbdesign01 (1.34.286); FILE MERGED 2007/03/03 15:15:06 fs 1.34.286.1: #i74951# ControlLayout sub nodes now using Module identifiers, not artificial names

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [73e9012d50ed7247fb275acacdf030bf49f00f0a]

        INTEGRATION: CWS fwkdbdesign01 (1.10.24); FILE MERGED 2007/03/06 15:05:14 fs 1.10.24.1: #i75146# #i74951# localize the ooSetupFactoryUIName for Forms/Reports/XMLDocs

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [303696c942fc930db83e3166eae386e2c1c090d8]

        INTEGRATION: CWS fwkdbdesign01 (1.29.48); FILE MERGED 2007/03/21 08:31:40 fs 1.29.48.7: #i75586# 2007/03/08 14:30:32 as 1.29.48.6: #i45663# make some module properties finalized 2007/03/06 15:05:04 fs 1.29.48.5: #i75146# #i74951# localize the ooSetupFactoryUIName for Forms/Reports/XMLDocs 2007/03/06 08:44:38 fs 1.29.48.4: #i75146# new module: XML form documents 2007/03/05 13:32:12 as 1.29.48.3: #i45663# differ between module and service names 2007/03/05 08:52:05 fs 1.29.48.2: #i74951# css.sdb.TextReportDesign module 2007/03/03 15:16:53 fs 1.29.48.1: #i74951# new module data for Writer-base database forms (css.sdb.FormDesign)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2e99ca7d8e51571d2a9e7f1d103f4ac1063100cf]

        #i10000# merged header source

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [a3e35b275e0c3d569c96763a821ab1e68b775c44]

        made getType const

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [eeebcf7d2109ffa3e69d74d6929b10da5ad8fa9f]

        no message

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [61bf176058eda1a350e239a8b4a781723f792460]

        INTEGRATION: CWS vcl77 (1.14.120); FILE MERGED 2007/03/23 15:08:21 pl 1.14.120.1: #i74221# better behaviout of NPN_GetValue

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7a1f2d17047c6635b0fc73ad602814f6fa510687]

        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>  [04cf0371b38f1aedf45e2e201cf240d0bfb07740]

        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>  [e41a03b558891edde82c9e54fb87bb444367c7ec]

        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>  [afe731278b443f0b67fd1edbbf0193fce1affc3a]

        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>  [2232de64708682892e25853b36ee8b54417cb049]

        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>  [7e2cea15f15e7906c10a533efd336cd0df5cf140]

        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>  [3c9f7bd9c61115e2d1177aa2cd27f2435d2339fd]

        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>  [b1c591fd961e57f1c56e285cbb0b190afdbd610b]

        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>  [3bfc9c490c90800e372a60c6e8a92bab38ce8faf]

        INTEGRATION: CWS vcl77 (1.137.2); FILE MERGED 2007/03/29 18:08:16 pl 1.137.2.2: RESYNC: (1.137-1.138); FILE MERGED 2007/03/26 18:18:40 pl 1.137.2.1: #i75759# support system libpaper

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a22a3058a3ee61f8acbc740d4f20fe7f7ea3d410]

        INTEGRATION: CWS vcl77 (1.197.12); FILE MERGED 2007/03/29 18:08:04 pl 1.197.12.2: RESYNC: (1.197-1.198); FILE MERGED 2007/03/26 18:18:40 pl 1.197.12.1: #i75759# support system libpaper

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c283b3c580d521d7d710d53dea529b8569ead819]

        INTEGRATION: CWS vcl77 (1.181.2); FILE MERGED 2007/03/30 12:02:11 rene 1.181.2.1: #i10000# regenerate configure....

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [826a6aa53036e92965f8b9a118452a37fd4c550c]

        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>  [f8ce8f526dda7a9d4eaf2c8c36770b249493e755]

        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>  [149793a3941377854e9b4abaa4cb4505d28ffc7b]

        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>  [5d93e5fc5bd8915c24a241a5d58901c1c1792d13]

        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>  [e4854cf60a17ac5ddf07cf6ca63c3ae3aee6ae21]

        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>  [0ff2ac2186de823281d52f089e5ee2983e87b1e2]

        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-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8db8d4a8e48013acca3495d39a69becc672f1721]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/04/04 11:16:14 jl 1.1.2.1: #i46463# version 2.0 of test component that gets the update information via a http get request

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bc5207994f8b7413188f2b23a445e436773ba4bf]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/16 15:36:17 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1bb51d505d8d7ec2485c6aab54aa2bec300b73a2]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/20 10:02:24 jl 1.1.2.2: #146463# 2007/03/16 15:35:58 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [80c40764251df250a570ad3cbc32c160c3118090]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/04/04 11:55:40 jl 1.1.2.3: #146463# update information url now has the refresh parameter and version is 2.0 2007/03/20 09:56:26 jl 1.1.2.2: #146463# 2007/03/16 15:35:37 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7beb9e966595f5b1e924c9e0ca99bc26bd5312db]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/16 15:35:27 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bfae6f49eda193b2bb6a6ae9ba9f41491ea6242f]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/16 15:36:35 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [7723238eaebb6557c6579b88abe2a531884755ac]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/16 15:36:25 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a5d3a9f0d8f92b15843e4f353724c530d86bd19c]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/16 15:36:07 jl 1.1.2.1: #146463# test extension

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dc71abd37b70f6904f2cd7412303497fb3de614c]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/04/04 11:11:38 jl 1.1.2.1: #i46463# test component that gets the update information via a http get request

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [dbd6121c0d21e7e342ded071c2b5def8fe3ea855]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/04/04 12:11:28 jl 1.1.2.2: #146463# 2007/04/04 11:50:55 jl 1.1.2.1: #146463#

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0a5de72922598fa9a9f5763ba6ab458e8bc10a21]

        INTEGRATION: CWS jl59 (1.191.36); FILE MERGED 2007/03/20 10:34:56 jl 1.191.36.2: #146463# 2007/03/15 15:05:45 hjs 1.191.36.1: #146463# extract update info from extension description

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [0461ae32819c92728313c3ddd76748e75ba8f204]

        INTEGRATION: CWS jl59 (1.1.2); FILE ADDED 2007/03/28 13:17:18 jl 1.1.2.11: #146463# 2007/03/28 09:24:56 jl 1.1.2.10: #146463# 2007/03/28 06:55:36 jl 1.1.2.9: #146463# 2007/03/27 16:02:00 jl 1.1.2.8: #146463# 2007/03/26 16:02:27 jl 1.1.2.7: #146463# parsing two times now. In the first run we determine which prefixes are used with <dependencies> and its children 2007/03/20 12:44:44 jl 1.1.2.6: #146463# error message if description.xml does not contain <identifier> or <version> 2007/03/20 09:54:00 jl 1.1.2.5: #146463# extract namespace definitions which are used in the dependencies from description.xml and insert them in the dependencies element in the output file 2007/03/16 12:34:40 jl 1.1.2.4: #146463# indent elements in update information file according to description.xml 2007/03/16 12:12:01 jl 1.1.2.3: #146463# always provide the name of the update information file 2007/03/16 12:08:29 jl 1.1.2.2: #146463# always provide the name of the update information file 2007/03/15 15:04:45 hjs 1.1.2.1: #146463# extract update onfi from extension description

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4c053bdda6a53f6b7e5f66fb48379d0f65ab5a2c]

        INTEGRATION: CWS aw050_SRC680 (1.59.70.1.36); FILE MERGED 2007/04/04 13:06:41 aw 1.59.70.1.36.1: #i75974# changes to SDrPathObj and polygon API transformations due to difficulties with open/closed state handling (old/new definitions)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e167392dae22bb5976aa5bb819c1f1dde2e46f7b]

        INTEGRATION: CWS aw050_SRC680 (1.36.36.3.4); FILE MERGED 2007/04/04 13:06:40 aw 1.36.36.3.4.1: #i75974# changes to SDrPathObj and polygon API transformations due to difficulties with open/closed state handling (old/new definitions)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [e28609dab1123a86cc03278dfae7a4d36cb3438c]

        INTEGRATION: CWS jl62_SRC680 (1.5.12); FILE MERGED 2007/04/02 14:24:24 jl 1.5.12.1: #i75871# new versions for assemblies

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [1e5dcce188d9ef1a47f773a368ebae74839b7555]

        INTEGRATION: CWS jl62_SRC680 (1.6.108); FILE MERGED 2007/04/03 08:39:43 jsc 1.6.108.1: #i76046# update reference type library to OOo2.2.0 (must be done for every release)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [de96446e8ad2e2c6dd05023f92483c85effa890a]

        INTEGRATION: CWS oasisrng02_SRC680 (1.62.4); FILE MERGED 2007/04/02 13:05:37 nn 1.62.4.1: #i68880# encode apply-style-name for map also with is-true-formula

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [2398854c0e62c6a582d726330caebfe85f152774]

        INTEGRATION: CWS oasisrng02_SRC680 (1.46.68); FILE MERGED 2007/04/03 07:58:50 bm 1.46.68.1: #i75528#, #i75529# do note export the properties stock-with-volume and lines-used in ODF format

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5f9073f257be6803756f6202f1d1af04c0f76f35]

        INTEGRATION: CWS oasisrng02_SRC680 (1.22.134); FILE MERGED 2007/04/03 07:58:50 bm 1.22.134.1: #i75528#, #i75529# do note export the properties stock-with-volume and lines-used in ODF format

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fbce8c36fd9357b6729c3cb898ecb8e4127983e6]

        INTEGRATION: CWS oasisrng02_SRC680 (1.4.78); FILE MERGED 2007/04/03 07:51:28 bm 1.4.78.1: #i75528#, #i75529# be able to import the class attribute at series, because the properties stock-with-volume and lines-used are no longer exported by the xmloff OOo flat-XML filter

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [fb5941c7ad6088c298871eca5f7365e63b8e9b9b]

        INTEGRATION: CWS oasisrng02_SRC680 (1.6.44); FILE MERGED 2007/04/03 07:50:51 bm 1.6.44.1: #i75528#, #i75529# export the class attribute at series, because the properties stock-with-volume and lines-used are no longer interpreted by the xmloff OOo flat-XML filter

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a99dc78c43a4fe7fcf628ec6f127ca57e28eac71]

        INTEGRATION: CWS oasisrng02_SRC680 (1.2.206); FILE MERGED 2007/04/03 07:51:28 bm 1.2.206.1: #i75528#, #i75529# be able to import the class attribute at series, because the properties stock-with-volume and lines-used are no longer exported by the xmloff OOo flat-XML filter

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [db3f97b9fad3fc5f6469ed6b0bec01eb6b0494ce]

        INTEGRATION: CWS impressrng01_SRC680 (1.7.98); FILE MERGED 2007/04/05 09:35:51 af 1.7.98.1: #i42375# IsLinkedEmbeddedObject() returns false for empty hrefs.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [a9a52f0b881e2a9f3e8c802e6e08d95b68d65f24]

        INTEGRATION: CWS impressrng01_SRC680 (1.124.30.2.6); FILE MERGED 2007/03/29 13:59:10 cl 1.124.30.2.6.1: #i36217# hard set enable-numbering attribute on paragraph import

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c42d592b72a9eee935de85359bb58ada210103e9]

        INTEGRATION: CWS impressrng01_SRC680 (1.34.64); FILE MERGED 2007/03/29 12:46:10 cl 1.34.64.1: #i36217# filter out enable-numbering attribute when experimental odf export is enabled

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b7e448a0d6500d563c376f5d5d4fce248e022ebd]

        INTEGRATION: CWS impressrng01_SRC680 (1.18.88); FILE MERGED 2007/03/29 12:42:04 cl 1.18.88.1: #i36217# export embedded numbering rules with name of style

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c294131c9bb6948f6a0c7101852c17bc44e39edb]

        INTEGRATION: CWS impressrng01_SRC680 (1.117.54); FILE MERGED 2007/03/28 13:37:23 cl 1.117.54.1: #i42375# allow import of draw:frame that are empty placeholders and are empty

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [39493cb254b77dce905a0111e043b3699da3928a]

        INTEGRATION: CWS impressrng01_SRC680 (1.63.98); FILE MERGED 2007/03/28 13:37:23 cl 1.63.98.1: #i42375# allow import of draw:frame that are empty placeholders and are empty

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [615b3824b258d09e24d92b0135827e03bfd97da7]

        INTEGRATION: CWS impressrng01_SRC680 (1.57.56); FILE MERGED 2007/03/30 15:23:24 cl 1.57.56.2: fixed linux compile issue 2007/03/28 13:36:00 cl 1.57.56.1: #i42375# export empty href for placeholder ole-object and image

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [000f7518f1b415b75beb5658f96aa1a4e23701d1]

        INTEGRATION: CWS impressrng01_SRC680 (1.110.64); FILE MERGED 2007/03/29 12:39:38 cl 1.110.64.1: #i36217# export embedded numbering rules with name of style

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [8a1ea04dd54d16495306ed8c63539d42ef21326a]

        INTEGRATION: CWS impressrng01_SRC680 (1.35.54.1.8); FILE MERGED 2007/03/29 12:36:15 cl 1.35.54.1.8.1: #i36217# export embedded numbering rules with name of style

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [c52a2a2398243bd59f62b662c84c1264f9993bfc]

        INTEGRATION: CWS impressrng01_SRC680 (1.93.28.1.8); FILE MERGED 2007/03/29 12:35:32 cl 1.93.28.1.8.1: #i36217# export embedded numbering rules with name of style

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [b66ef5e5c0dc3aa6f3f203ea008d90a9c20f5a7e]

        INTEGRATION: CWS impressrng01_SRC680 (1.9.98); FILE MERGED 2007/03/30 14:48:01 cl 1.9.98.2: #i67790# added import of smil:additive attribute and use 'base' as default for pres:additive 2007/03/26 13:37:32 cl 1.9.98.1: #146582# changed anim:iterate to support an xsd:duration

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bdbec2daaaba5ab0a9456811d05c4b51431dc7a8]

        INTEGRATION: CWS impressrng01_SRC680 (1.10.64); FILE MERGED 2007/03/30 14:48:01 cl 1.10.64.2: #i67790# added import of smil:additive attribute and use 'base' as default for pres:additive 2007/03/26 13:37:32 cl 1.10.64.1: #146582# changed anim:iterate to support an xsd:duration

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [eaf9c4ca23b05d44bb0a81aab5e977ce2403bee4]

        INTEGRATION: CWS impressrng01_SRC680 (1.100.16); FILE MERGED 2007/04/04 12:12:56 thb 1.100.16.1: #i76080# Fixed typo in token list (extraneous space)

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [cedd1f17730fa6f830e3cbc22e0bb064c7afec50]

        INTEGRATION: CWS impressrng01_SRC680 (1.126.88); FILE MERGED 2007/03/26 13:36:55 cl 1.126.88.1: #146582# added isExperimentalOdfExportEnabled()

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4f68d35d52e16d62011747b5648ef6c290f16e43]

        #i10000# merged missing header source

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [d3f16cfccc2ecdedc18a47e351a6163ace9abcaf]

        INTEGRATION: CWS autotext01_SRC680 (1.33.210); FILE MERGED 2007/02/15 19:31:28 mav 1.33.210.1: #i74370# fix the import of the autotext

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [332e5f6353471ae10bd77877e538336632c97623]

        INTEGRATION: CWS pj74 (1.55.30); FILE MERGED 2007/03/01 10:00:41 pjanik 1.55.30.1: #i74947#: Add new component to the installation.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [095911fcee80948125efc813d60570561cc47e37]

        INTEGRATION: CWS pj74 (1.222.68); FILE MERGED 2007/03/04 10:12:55 pjanik 1.222.68.2: RESYNC: (1.222-1.223); FILE MERGED 2007/03/01 10:00:25 pjanik 1.222.68.1: #i74947#: Add new component to the installation.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [ead901085908736e61c62c6f87996afd68c1a4c3]

        INTEGRATION: CWS pj74 (1.1.2); FILE ADDED 2007/03/01 09:57:46 pjanik 1.1.2.1: #i74947#: Implement Mac OS X specific system proxy configuration backend..

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [5f95e0f336dde5a1edc4d7e18b98706ac5f98c08]

        INTEGRATION: CWS pj74 (1.1.2); FILE ADDED 2007/03/04 07:38:21 pjanik 1.1.2.2: #i74947#: Remove debugging statements. Add MAXHOSTNAMELEN instead of  hardcoded constant for hostname length. Better code comments. 2007/03/01 09:57:45 pjanik 1.1.2.1: #i74947#: Implement Mac OS X specific system proxy configuration backend..

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [4ebc8c08972f29b093505ad2961df1a0be83384c]

        INTEGRATION: CWS pj74 (1.1.2); FILE ADDED 2007/03/01 09:57:45 pjanik 1.1.2.1: #i74947#: Implement Mac OS X specific system proxy configuration backend..

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [381bca16985315ffacbda95255a0b19e679d42c5]

        INTEGRATION: CWS pj74 (1.1.2); FILE ADDED 2007/03/04 07:37:34 pjanik 1.1.2.2: #i74947#: Remove debugging statements. 2007/03/01 09:57:44 pjanik 1.1.2.1: #i74947#: Implement Mac OS X specific system proxy configuration backend..

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [73bf7afaaac17e7c1caff42b758820d5a289b2b5]

        INTEGRATION: CWS pj74 (1.1.2); FILE ADDED 2007/03/01 09:57:44 pjanik 1.1.2.1: #i74947#: Implement Mac OS X specific system proxy configuration backend..

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [efe80284574d5f64cbffae5a55cd9149d8354246]

        INTEGRATION: CWS pj74 (1.31.22); FILE MERGED 2007/03/01 09:55:53 pjanik 1.31.22.1: #i74947#: Add new directory macbe to the build process.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [f1aa9749caebd820383ca0ffa20daa0ad797c1eb]

        INTEGRATION: CWS pj76 (1.183.50); FILE MERGED 2007/03/24 17:42:17 pjanik 1.183.50.2: RESYNC: (1.183-1.184); FILE MERGED 2007/03/17 15:29:43 smsm1 1.183.50.1: #i75400# Changing the location of the thirdpartylicensereadme.html file so that it is be side all the other licenses under Mac OS X

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [bd62695c5f0b5d27fb8e2a62ca0e960cb3d297d8]

        INTEGRATION: CWS pj76 (1.40.26); FILE MERGED 2007/03/18 16:48:30 pjanik 1.40.26.1: #i75485#: Remove (wrong) stlport linking on Mac OS X.

2007-04-16  Ivo Hinkelmann  <ihi@openoffice.org>  [623d86a57d8c8e400aaa1b87851e51befa2cc337]

        INTEGRATION: CWS pj76 (1.11.50); FILE MERGED 2007/03/24 17:35:53 pjanik 1.11.50.3: RESYNC: (1.11-1.13); FILE MERGED 2007/03/17 14:42:01 pjanik 1.11.50.2: #i75485#: Add debug stldebug for Mac OS X (patch from Thorsten Behrens). 2007/03/17 14:36:57 pjanik 1.11.50.1: #i75486#: vcl is now WaE clean on Mac OS X.

2007-04-16  Oliver Specht  <os@openoffice.org>  [70276e1fbab1b66369e1c0b301acc164893574f5]

        missing export added to SprmIdToString

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [c759ac89f3de5df45a7e2465f733952ccd818c02]

        SprmIdToString went to resourcemodel

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [f78386dbadc487e13cb11c94491af2fdbcffa193]

        SprmIdToString went to resourcemodel

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [f6feb0ac3f91e88f71efc5a054920e2348bf5c78]

        no message

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [9d5eb8479f1639e1f3c2c7cbcd8f5abab1b65560]

        new resource type StringValue

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [b55d67c6174993f0ff9bd4daa5a81a0089d012bb]

        OOMXLProperty::getName: use SprmIdToString, too

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [0e1d93c819493d34107546e939790ccdce81ff11]

        mode OOXMLPropertyImpl::meType private

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [1543340f270f7b16af831d771b80c5923f04b1d0]

        white space difference

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [03dfd02af3a14aaa3679a3b4ae41b5b6b03fab04]

        more annotation for fonts/numbering/strings

2007-04-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [c717d9faf55d5734335afbdd7a2b00119e7a9db5]

        SprmIdToString went to resourcemodel

2007-04-13  Vladimir Glazounov  <vg@openoffice.org>  [c06646d9f7bc3393395eb4187ceb84fc44e5d5ce]

        #i76245#

2007-04-13  Vladimir Glazounov  <vg@openoffice.org>  [bdf5ad46403aacb3adf6da0117319f477bb1bc4d]

        #i76340# no sal/inc/sal in INCLUDE

2007-04-13  Fridrich Štrba  <fridrich_strba@openoffice.org>  [2a9743111a3fd75c53ed4d598f9f4236758f7855]

        fix a crash

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a10504370568c695b87b6dee6ab05af7edc90b5]

        QNameToString went to resourcemodel

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [e0220d9ee05a0e082f997fb74312ac001302a6c2]

        QNameToString went to resourcemodel

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [6f56a2f542664149c875d1720dadf62349e25bf1]

        new directory

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [9b63478122865307d2b38c9be7c1ebda58863401]

        fonttable, definition of numberings

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [3168270b7562f4ef1aa8fd9816440130dc1f199e]

        clean up

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [b866ca145ef8b81e4360f1894f5037a1b86fad00]

        resolve fonttable

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [f5f13def0237b92727662c9c2e7bc74d4612cdd2]

        use OOXMLValue::Pointer_t as member type for OOXMLTableImpl

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [6961526a27631b6627bc3ad6c5cf95509fbf2536]

        remove add from OOXMLTable

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [11fb310bd7b1ffac0b014e8f06dc9d1a8c20e2f7]

        fonttable, definition of numberings

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [cb46885e70591faa65880742943a0332b0facea9]

        QNameToString went to resourcemodel

2007-04-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [e716d5bcfaf1404161ba3d818c9925581e9f124b]

        QNameToString went to resourcemodel

2007-04-13  Oliver Specht  <os@openoffice.org>  [85872e6da6c8c678d2ad9df02b25a09ee214e8e8]

        style default properties applied

2007-04-13  Vladimir Glazounov  <vg@openoffice.org>  [d0456bd9aaf3d6bc6203bba38977aac4296c6f2d]

        #100000# get rid of solaris' cc warning

2007-04-13  Vladimir Glazounov  <vg@openoffice.org>  [030469032c8f48a788fdaa89deba26863886853e]

        #100000# temporary replace hedabu with hedabu_obsolete

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [ed8943f9c1f75a0d07b0d7009daa7b2329582a0f]

        #100000# lstbox.h moved to inc/vcl

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [a17e7e90a25e616b7e517b41856b08dd17fbfeab]

        new version for SRC680

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [f4ed82e87d79cc26c37244ad3b91938e49618e8f]

        #100000# lstbox.h moved to inc/vcl

2007-04-12  Oliver Specht  <os@openoffice.org>  [d933f9d6db3e8fc0c18faff6edf1347ff3fa59d9]

        style default properties applied

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [6fb0a3ffe08365bf53c12e7bb9d537c154ec6e5d]

        #100000# restore falsely removed file

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [fb28a261642e4e6b3ba3f8b4b17682e62d31f6b9]

        INTEGRATION: CWS hedaburemove01 (1.1.90); FILE REMOVED because the original file was removed before the integration

2007-04-12  Vladimir Glazounov  <vg@openoffice.org>  [1fc006dca6105b4bfd84af584e0f54f33484c9fb]

        SRC680

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f51bdb5bf8fd4788ba1f39020a38310d70721950]

        INTEGRATION: CWS hedaburemove01 (1.5.6); FILE MERGED 2007/04/02 18:40:48 vg 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2007/02/09 16:15:18 vg 1.5.6.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6a07875c2b4ba3ddb5ba89e99eda800b88c50d4c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:39 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:15:18 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f555a32a211ac47b7579c6ad7cfe3aa6832b6769]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:38 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:15:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b82b48a9f773e5e693c7da0da3b6bc3fad1e9612]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:15:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [63a9aa3d3fb5f57b38f5185d7f43394790aefbb2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:15:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7b223bf0f12797ec621bf488ff0d6f50aa578ccf]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:37 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:15:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c2b8cc54a0f46d40355911ba4fec4dc152bb53a0]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:15:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a16279995b421efece8082c731035a2eb00cbecc]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:37 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:15:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e8879f2ceedaad70a365b7e15ce4cdedc281407e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:15:14 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to soldep/inc/soldep and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d4bd4a882067da9ca7a0d340b2efa2658726da09]

        INTEGRATION: CWS hedaburemove01 (1.45.50); FILE MERGED 2007/04/02 11:17:58 vg 1.45.50.2: RESYNC: (1.45-1.46); FILE MERGED 2007/02/09 16:15:01 vg 1.45.50.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9d64cff39fc151cebb67bf72523d43fd4c907b79]

        INTEGRATION: CWS hedaburemove01 (1.18.256); FILE MERGED 2007/02/09 16:15:01 vg 1.18.256.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [72d02daf9787c0a27610e67f9abaedbd2ec96f45]

        INTEGRATION: CWS hedaburemove01 (1.8.212); FILE MERGED 2007/02/09 16:15:00 vg 1.8.212.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4128e265465572acebeb967098b260ed69b6fb91]

        INTEGRATION: CWS hedaburemove01 (1.36.40); FILE MERGED 2007/02/09 16:15:00 vg 1.36.40.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ab9baa26d2d4bfab36111ed8ce15ae1e81f5712b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:23 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:15:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9397401fd340ad3018c7eb73255c709c586de6fd]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:22 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0a2105bd7840f4dc00504a571d95cdae48f6565c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [456712b2eabe80479c4abbe082f771a679543384]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7d28c39374c44914f809a2a09a25da53fb8322c4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f74e662525147aef879db30f7d34e67b1353326f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [269a191a68ead9b5401b665134f3a834ca9c22ad]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [eecb182446849efe040d7c45ecfbe312fce22649]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7c7153a1c25429536b151386e17153ce58fe9516]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e83eec3538b945281aecae189d324bf03f907fdc]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:21 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ba6e7117840e24c5f0abe4c98791395872a03e03]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9cab91b66099d46fac8880a28a66efe0a9407223]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5b2003879ee2d076e68d2c9084c18350c8c96f2f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:20 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [775107efa31893402b6512014a807feac62cca6c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d9d767ae56fc0dfad7f007271208ba89881d7248]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c26af0698dae5a4d7ea1b39cba9af9a613224bca]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:49 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bd3049b65513d8c161891667b8e9a4fe9bcd79d2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [984cfc1fe2ecd2e025c6485602268fff08b1c294]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b6bd7a752fc8cb0ce948947af6f2af3fc8fcb92b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:20 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [73380fb4ebc6ab8d08c5538b72dec2ae255b3922]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [30860096b148e5d95813b3e94feedf6b47db8b5d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b25774db4315fbbbb86cc7f66f369c922b053055]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0d8c293fa426bc9f6f9f71393ce6de752a2087d8]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:20 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [95d602dd43fa77df3de90e6e90cc638c8678aff9]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:43 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2e0b37476d09f634fc9c51cac5c9c1d5614b924f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:20 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6867d2b6c930b05bacafb4b6759540d7a04bc490]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [443f82284ae00225fccbd3dffe42cf4e1485b0e2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5a9184d9e270e0ec0fe4b378c5cfde54ede095fa]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:19 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a02cb0599e637d0868353055aea8c0188f5e0c87]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:40 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [df022c2fa967c88426896241b62bb660503f44f1]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:18 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:39 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b12f91a1662741028ab2c821eedbd2ca2595d576]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:39 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a67bc38a0e240b86674e3144c48b008656f2fa81]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:14:38 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3398e1d1086b364362ebe48725043a2c47a1a105]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:56:18 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:14:37 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to sfx2/inc/sfx2 and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9be9afbe3c1043cd48139e97709a20a70abf024b]

        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>  [4486a44eace63f0701311be65ef8ede76d80948c]

        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>  [e1e019fed3970b916b046e2d7be48ea786026fce]

        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>  [1dcdb6118da8876c0c773f2976a4e33ab76c787e]

        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>  [f108f9423b744fb97557539530f901962efbd8d0]

        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>  [68aca13cb304fb2b9b84c566de3a35d3515e1af4]

        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>  [b02853e6de97d9b2b2169afd706d923379bd2318]

        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>  [4b2dee940b0d77073c96e005f4daf378a486eec8]

        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>  [bbc03a0a05a79d82f526d309f8715f549052b435]

        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>  [0d7864eb2e8c05ecaf583ed3f79ba2980b701d33]

        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>  [60b411edba2c4ef4101756ebd8aa310445d49df6]

        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>  [495ef45bd297dad85ed4677d3cf7168ebcd60d76]

        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>  [c1f340a3078e3cf1ebdb9381deee7ac44fe6bcfa]

        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>  [91dbce098f77b7c08d573e6cf84cfe6d67c081d7]

        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>  [7c71cd6c341bc0d5c60654c1c05c34f0bcac6247]

        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>  [f7fc7387d9b76137c8d75aa18f7292ea884c5582]

        INTEGRATION: CWS hedaburemove01 (1.95.28); FILE MERGED 2007/04/03 09:13:31 vg 1.95.28.2: RESYNC: (1.95-1.97); FILE MERGED 2007/02/09 16:13:22 vg 1.95.28.1: #72503# get rid of hedabu procedure: Moving headers to sc/inc/sc and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8a3a63b33494c0a50e5c54ce7b8df7d135537d1d]

        INTEGRATION: CWS hedaburemove01 (1.2.114); FILE MERGED 2006/12/13 16:26:14 vg 1.2.114.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cc2d515539684e8ee6d1d20ca1b80e3e9ab52aa9]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/13 16:25:33 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fec87b550340e919fa6b5450b9ef20277b38a0fd]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/13 16:25:32 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [23f9d7620d600ec31025da4f810ffc998af09245]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/13 16:25:31 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bb361cba08a9aa43909e6ccbd1a02fe130ede366]

        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>  [73881595e87c0304d27d174adb6c2126751da1e3]

        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>  [83ab16c6290d43776d648319b50757f499c212a0]

        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>  [4e767f051e53227444205b934d226f80aea8ba14]

        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>  [e701af865c2c58dadb5d90a83ce75fad682f8deb]

        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>  [8cbd18c78de9cef746f32192d748fdfc0420f8c1]

        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>  [2056a66a3a9e075242be9aa3533cc580573a3de6]

        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>  [0d4c21477f2da0d2c7d9041091980a64a278cd3e]

        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>  [0cb6c05d153b3e64fa58cc35e7b6590326c0dcba]

        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>  [0a874232db0feca5fb37a64ab3bd1e134cd3d50a]

        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>  [725e7b875d6c84c0af1bb8fce5e0d2191b4b109e]

        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>  [5b881d6cc58dd8fc80b7cae7c95b4f3a84edcca6]

        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>  [9f112b7f7f3f4c3e5e6aa08fd3565954d8c3b2a0]

        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>  [6a1073e7bae57fa10800e82ba323eae6888fd549]

        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>  [858f91f09c5996bef20b50f6e153a99656d3e6f9]

        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>  [3f4bcac7d237261e69adc47d367d84e15c687bc8]

        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>  [39cb988b450465082d02e7a2681a0206594ab2e4]

        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>  [2737a04cfcee67f0457abfca5f96753f18fda7d8]

        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>  [9829c0d5b807de79758e98ea7797d964126d48ef]

        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>  [b6aef7861cb6416a9a4de6bee77e9ceb1701027a]

        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>  [a71ea56ee32b9e8c6e16ea40ccad1d05d25eff10]

        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>  [74b3acd4fab8a31f3c364340c459fe88c32ff68a]

        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>  [6d7686370b8bf5e267c2761e73d6adeb7a20fe1b]

        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>  [fc8bdf6136531bfd34c41b352f1156bd68844077]

        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>  [724367e42264ac5e0ceb4ecdf14ec8ac6285f765]

        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>  [305acdf456ddb2fd170832ad3eafeb3da326e649]

        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>  [207f6e1e6169d827e052e337e96b793435014ed1]

        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>  [fab66e9803692f16e30ceaae4b1c7ad718a42fa5]

        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>  [0b702305ba79d0cb98402ff596bb4a95421fe632]

        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>  [4df68d0272a3eac709cb08cb4165867a91a429e6]

        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>  [b8215ac39e0787fd332f753d3c204fef2ae5adcd]

        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>  [82b563ece17d717db1356062b0ddf27f10ecf663]

        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>  [ddd5bbef53a191a3840f9fbf9a9d94fa07c015a6]

        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>  [2935e6e71d1d5910a87bbbf13c51218424cc4520]

        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>  [ddf17d8fd5f568bc24c68688aa73c30a3bbf8989]

        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>  [057843577ecba370ba8684655f98bc9f4f87f787]

        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>  [8ec06184d5e68a8827c0b98e98175f3633d6f004]

        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>  [76e39fa763e83bdc8c669cdf60f9b2562d5f4701]

        INTEGRATION: CWS hedaburemove01 (1.186.42); FILE MERGED 2007/04/02 18:58:31 vg 1.186.42.2: RESYNC: (1.186-1.193); FILE MERGED 2006/12/12 15:39:40 vg 1.186.42.1: #i72503# added one more local include path

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [77c77b9978c82a7a7dbc7ed598a22826d7f3e9cd]

        INTEGRATION: CWS hedaburemove01 (1.115.12); FILE MERGED 2007/04/11 10:29:36 vg 1.115.12.1: #i72503# rename hedabu to hedabu_obsolete

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [354f78283d9fb21758c0ab5c2e99ec0aa0c56db1]

        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>  [ce039d76affd1ca90bf9076f194a93a588f30e46]

        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>  [1b6b1c7a60a8966013b81c8a79b168da577336e2]

        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>  [841f155b14d3272c0f8e28b4db413414833c44ae]

        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>  [ec556ca8d4d0692e994d6fa1176e79c908aee096]

        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>  [9497631a68c11a158f0a7c28d106272dd72edc02]

        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>  [3f6608219591ec053ef22b9a1c8e7f90ddc3872e]

        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>  [4a253cf9bb46afbce5b7865fa342734521534c63]

        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>  [bfb1a70e7564e40cbc532abb2d73d6d8773d5e05]

        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>  [7240de147ac0ec9f6617ed0d708faa1d8eff5898]

        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>  [931df2b138a4d6a3d0934ed6451087c56fc54f90]

        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>  [87e26e0f0951e5f989b0d8039ec5a76c1653fd58]

        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>  [241a5abef92b5ceb1988a6bd30979b7592465b60]

        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>  [49f83b9e2f79a618d4572fe619fdbd8153623273]

        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>  [205df3643c53bae0a1de1869d23bd1b1834522a9]

        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>  [e1f3bc8a0eddee38d1082162336b52b43e5d16ab]

        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>  [eb49d1b244b0d7cf782f52a0f07dee17d9af9f4d]

        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>  [da9ca52d972ac7800df33187bf50dee68cc7d228]

        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>  [a27a532643f51e6cddea0b9981fe8b2f15bf71f5]

        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>  [59bb5ba445352f88e3ac2d00a5dc3f9bb872326a]

        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>  [544fc9fa56e67344a11353474852aca6d9dc9b7b]

        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>  [bc68b05255ae910d3fc4e5a187acfc1d2412a312]

        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>  [362aa06fa3ff8e2652da5bdbf87733e1687ffc22]

        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>  [c933117cc5a3801483503cbef3c97b55080cc27c]

        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>  [36c912690768a7bdc156d35e8faaa47d26c30589]

        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>  [d9d9be5379b7c3e37951d25290d30a44456aaaf9]

        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>  [523b266b7e808791be637d92228781673c5b5fdd]

        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>  [8e5ebca0fd8e3fd8688105b1b2dc15a5fcbcb95e]

        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>  [f9458e51addff98795372273cf3e90537d7a6ec5]

        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>  [d0591e89237bfa9437558c6e6da083db21e40dc3]

        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>  [5f51e579fc2e3207166b053382ca14b95082728c]

        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>  [0087f4c0c7617a1124eb9b07a3d8ec52bd33e064]

        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>  [ba1b784a58e809bcbd8e704a75c34948f42ee1c0]

        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>  [a6602dabf6de396afcea26112a962ad15ac1a4c9]

        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>  [0bf333c6292b854957a0836648c249721adce032]

        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>  [1b76d630e583c307a0e213e2d48fefe8926819e6]

        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>  [2351b6d4ba452ed9a261541cd8581ad43788d4db]

        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>  [81b9a192783549e316e38918576e532f3904573d]

        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>  [45e654acc0a762b7b0d02d8d9bccfddb50e2042b]

        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>  [4d9d7eb12c581b19172077b80616fdbc27a3eb4a]

        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>  [aa5d0345c51ca505a3cfa9413b4c443044e0b4c8]

        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>  [9c7a33bab5c00c5b2b8d0f0d96d49ae08a98c3dc]

        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>  [6c7fed9a15767c45a276b60c4526cf5826239fe5]

        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>  [d9f415a96320900b04339d5209b480beb2c2e429]

        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>  [900fd88f2e7f55b5b9228899ebad60922f1dbcb7]

        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>  [c2cd806a47216efb16a5c919b2a008e458af2427]

        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>  [35137d0b2dc137c10c139534ddf24f01f27fa138]

        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>  [f480fdccee6c9933ec52eef946ba1ea914c39c7d]

        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>  [b2c3370abfa23a148b8e19038769771acbf39061]

        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>  [cd3b0741a8f509f20c5b6deaa32f2158b315939d]

        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>  [b2350f2a86486fbbd7c375f654bae97ed272619c]

        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>  [58e0650d8b61200c24aad7b2bb9550ebf7b08438]

        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>  [d9787d11b7c00784bff192cedfe3040a184adb71]

        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>  [250761cc095472d0f68b6e14b22a5ae07d630aef]

        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>  [5d8ce39052c97155274bea4027c93765448c0d80]

        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>  [cd750660f2eede80b163525771ece1d747946c96]

        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>  [4eac0f62d4635522a0f608d35e2b92a293f47f44]

        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>  [07376e45d479f28570c28ea371360af70c0f0978]

        INTEGRATION: CWS hedaburemove01 (1.36.102); FILE MERGED 2006/12/15 16:02:09 vg 1.36.102.1: #i72503# no need for hedabu here

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c224a933a5619814e2013ceaea3889d4ea6d8b1c]

        INTEGRATION: CWS hedaburemove01 (1.19.16); FILE MERGED 2006/12/12 16:29:18 vg 1.19.16.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a5267fceb33b6f45fa0b3020305c8ed5e7f2a8f5]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 15:45:23 vg 1.1.2.1: #i72503# moved from ./..

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2be34a60988acfe30a8ead74dcfde5355ae307fe]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 15:45:22 vg 1.1.2.1: #i72503# moved from ./..

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3eaa18bd44a692975514f139da8f2ceea8fb424b]

        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>  [2035447487de60b1a68bac0c99dac358c9ab0d84]

        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>  [123cc764b98e236ffb1d0c6202e7d08f1a9cc700]

        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>  [d23129d6ab7bd05541b01b43c30d6ca7cd0ebab3]

        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>  [f59676fe09175725ee0a75a1678dd1581decc20b]

        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>  [7ae2c0023c6b06938c31f9ef337ad1f83da52eee]

        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>  [b997f4f91db1b4273ac8bcf399157d7caf9c3b3f]

        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>  [0450ebfa9d381d024682c7a318a5a4490ad6c985]

        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>  [cdbb98bb2eb1bc5374e98f957ac887b6b4d14796]

        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>  [679713a6633c94bb950c9f7dea280d60639bde17]

        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>  [6188e78c741571f482807537bf06ed5bfa30baeb]

        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>  [5b931ba705e6d5b54c143898a4cd842caf353a28]

        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>  [0ac71f9f9b89b94513b7eec50d81991c8940016b]

        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>  [0708ca0787ca18d478fdb5342ffad9b2a6b5343d]

        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>  [7ce54e7e148d3536c6d0b609461cc07e28edc333]

        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>  [03d1881fb4d3c4bcbfdd990ee43f11cb1cb05915]

        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>  [6f62fb58a6417e49c1761c05925d5f4e830d7696]

        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>  [1412006d04d4f21b3d6fde754eb9766a9752bc29]

        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>  [ecc0b6fb1f310abfad68eb832cf31a6cdb127050]

        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>  [7b1d0af8640fb4641cfdc3af752ed0bf467f9229]

        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>  [78e35f33d3e9c170d3d4d732b8eb9f5817335f12]

        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>  [585076e89feb2f113799250a4c6945d9c16bdefb]

        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>  [827dbf2c3f76e39199307b23ade8d7b8011089b6]

        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>  [286f564e8a5e57f05d8f2c2afae844b05b8a1fab]

        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>  [ca23d37093352cd390de814939a1c451d7ba91ff]

        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>  [d6f8420f16b7b504c2064d6476cd180d9a719b7a]

        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>  [6841308ade811d29f26ad60510ac90a73d0a766c]

        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>  [a02e8af56ba44e9bb3ba2c6e995a23745ee629a0]

        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>  [fe991846ffabfc219795da947b8063f9ddccc441]

        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>  [08eb9b3eaceb4d5a4117f11f563885bf6c434b6d]

        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>  [7a59e855ef20b38e5aef422b164d37b53e7e8717]

        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>  [c26dc493b711ff063666940b715e106e3b94a002]

        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>  [e977639fa710e337954a809eeb132b13b6dcf825]

        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>  [ae8a1d6837d1752f4c07487ad38d4c56dd6533ef]

        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>  [57b6200c65c22b66b16ca30f4ccac1c45904186f]

        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>  [54be050ff6fe420d694e46059e79f0aa640e5a84]

        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>  [b6824896094d1d2779138e96370b649877622a15]

        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>  [fd7648c85167ab5fd7406f860760519026791cc0]

        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>  [54770ad395a5d018ac156faa9eb809619faee859]

        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>  [72f725fc005c734dc4bdd3a02bcbce7b66d28581]

        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>  [39c2236b8cfa6c4d132a2dfb16cdb05cd193854d]

        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>  [00f44b0017fa97dffde62734fb4a6b1b468f37ea]

        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>  [1f44fc2c68997032c6f6b0a742e85f9eb17c90db]

        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>  [8f109255ac69d6f83293f4bd7381fc760c9c82a9]

        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>  [3f06fc5c799c6f8f94f8a2b7d8f044ac6f927d8b]

        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>  [bc4c956daa75ec89534c58a55f274b4af1336d83]

        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>  [8c57e6424b8761a1691294bd3d392ba837e53ce0]

        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>  [331ddb298280336098747c4a579f5f51a6390b22]

        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>  [f9f7a474b50048c6eec0c05305d4879241628688]

        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>  [c0174bfa073f72d15712af4a73b54fb29dde57f0]

        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>  [2b2a4de087e4efef739e29d5ea456fe76819aabf]

        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>  [74ea8055452fdcc0f84376db4c978a9cbdba8c41]

        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>  [c8330937878a57c74b4f3e3083c013ed0903f80d]

        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>  [4c9a7621a197f209db81b37f407e7c72f4a416c3]

        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>  [a6c45c549e5ec0d3bd7fa4405adade4832bf5d0e]

        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>  [fe564edf6e6bc8b684e54bcb4665f0fb1c02645a]

        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>  [4647f3e5ec0fd9b29758b38905f6bf246d72cfc3]

        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>  [ec24cac51f2ff117c12d4d8f934121f536e37666]

        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>  [f5e2690e3f2fc51e884b94b2d9607abf181851b4]

        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>  [a622d4e9d717e64c305399c833d7d15af2fc109e]

        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>  [fbf0e1172a1af9b5ff3e1ad6747a70cffb9fe7a1]

        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>  [2b69d357b2c6aa8c0ba4ccca183908f190535aee]

        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>  [e9e1c61c32a6210e9030c359bd8f7e1d17650607]

        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>  [95da10e7cadea67198d36554acd2424b90353b77]

        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-11  Vladimir Glazounov  <vg@openoffice.org>  [c467b20bb172c0735cfae964ad921ab9415deb3b]

        INTEGRATION: CWS hedaburemove01 (1.7.176); FILE MERGED 2007/02/09 16:10:10 vg 1.7.176.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c91bfa8f45ca60a2c026ea94dd5c3f1d3a8fd29a]

        INTEGRATION: CWS hedaburemove01 (1.8.142); FILE MERGED 2007/02/09 16:10:10 vg 1.8.142.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8fb5891eb3c583f1408995d228c246012beebc6b]

        INTEGRATION: CWS hedaburemove01 (1.7.142); FILE MERGED 2007/02/09 16:10:10 vg 1.7.142.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ac54d4c97e857f69bd2c4857bea39d1511441ff7]

        INTEGRATION: CWS hedaburemove01 (1.7.144); FILE MERGED 2007/02/09 16:10:10 vg 1.7.144.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4b818ed2622a2e3c8e999e8d35882569a759765f]

        INTEGRATION: CWS hedaburemove01 (1.14.72); FILE MERGED 2007/02/09 16:10:09 vg 1.14.72.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7fd687126bee465712605401b4952dec5e6d8b47]

        INTEGRATION: CWS hedaburemove01 (1.121.68); FILE MERGED 2007/03/29 16:44:56 vg 1.121.68.2: RESYNC: (1.121-1.122); FILE MERGED 2007/02/09 16:10:09 vg 1.121.68.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [994d4ebf6caf5eb229ea699f1b18db074f190072]

        INTEGRATION: CWS hedaburemove01 (1.2.72); FILE MERGED 2007/02/09 16:10:09 vg 1.2.72.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [79b0f9b806a75e567496cbda1edab572107005aa]

        INTEGRATION: CWS hedaburemove01 (1.8.706); FILE MERGED 2007/02/09 16:10:08 vg 1.8.706.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ba9e1219bcd6a3eb8a7429eca56d2d125774058f]

        INTEGRATION: CWS hedaburemove01 (1.7.38); FILE MERGED 2007/03/29 16:42:56 vg 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED 2007/02/09 16:10:08 vg 1.7.38.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f7d18217a816af095e8ab1383991ccf5b86d1495]

        INTEGRATION: CWS hedaburemove01 (1.11.70); FILE MERGED 2007/02/09 16:10:08 vg 1.11.70.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [365383df56ff419f10d854d9ade594ee7a37f919]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:36 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cbc28c6cc3d9baf306a7e0091a22467b3b169753]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:35 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [962618e9274e74cb39130eb1f4de5fb790e211f6]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:34 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dbb202c25410d0af06d241ed9e930e5ba03bc4a1]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:33 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [58f9a679b3886a4a368119e88b9ba9884d52025e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:32 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8d68f776bec0b19366fddba92b01d81672c4d867]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:31 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c0f9f55528618b11f7434fbdb0ca0268a93fa98e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:30 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dfb300e736c9d24176d2732d0cf1205c9c61de0f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:17 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:54:30 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e7fafde51c75c7af12a45ee97460e5c823539f42]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:29 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4de465dabb94040ac021ea0e7153d561f8fb0a22]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:28 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f919b3a3c47b66e53722690046ea11ca71e92b33]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:27 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6c100682f262fe1b3bc1eae8f2bd47cd13be9b9a]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:26 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5a873741a7eed05b4fcfb9893f3ead0bada0c3b9]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:25 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d7ffd622358239ea471b0c67405f8df91ec83770]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:24 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ed361a7b09e8754f0439911c3be49549155dc894]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:23 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9d44f6a8fc18ee54b47bb2cb749e7e2e875956f5]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:22 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a61df28cec4c0e31b07117943e5b5c706f723e65]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:21 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d710ccd808274abd22b55e6a85029a8496619381]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:20 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ab2bb2b33ca365facf139c7e872a64052bddc01d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2a9c7dee91d445e4d8adcb14799d9a9bf169b854]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:18 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [efe7dc99a9ee0f747634127620a14ac2f099be4c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bb2b56dbbe364fd8e34310e833a12165fd8e3c2c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:17 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:54:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1e10f227e5abba03fdcddb0d752332ba218634bb]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3ffe099bd0ceb749c01a98785c51338b7cac33eb]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:17 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:54:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [edd450625e00243a580229f95e9bf7c3be7e8baf]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c919449d185c2185a5f3a658131cadcb9b351360]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:14 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3ede53ac956de7f170ea6289b5ca674753d39889]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:13 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [be6d27bde72b342a6e1e71553b7f8b371e797982]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:16 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:54:13 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f5422b58754bb68fa316f2104788441a017ec943]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 17:12:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [73fa1a4dc64885572677c452c356f677663751f4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:12 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [20854e8ee86bf6f50cbb953a4f394003f0e21a17]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:11 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2c76ce90749172cea044550ac596728b461700ee]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:10 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [aeeb44e33c090f94c6ec9238aa9637e1135af4e7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cd3d56f512e3c90729b9c32e48ecc42567b50281]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:08 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [99a00b68092afaafa3b7ba3f6c7be0a7e751bd67]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:07 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dfcd1117ba80dae8c811a28e39031935c63a3018]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e1ed33a1385a609c8244a7764c947b67eb25c52d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b20ce3fa5fe3a55c587299c2759729f44ff0c379]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b422d5a02763a48e248584042fa2730cf047c97b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [12adf7289250d36ff942a094975565243d0941ec]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8d631549ef1d7567852c4b4b62fe6d344aa5c7d6]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [95a7f0b6a57e38e59bbf5234720023a6020aaeab]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:54:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a5c8691dd1f3bfec69abafcb85df26622c713ffb]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:16 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 17:12:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cb05db521ee51ed8fc34cd27a8d412d34b6e4cab]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 17:12:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0a303355da0becac81f758c773487b73637d14f7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f1a784f1e5274e2d6085ffa92c5d493f97fbd707]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:16 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d6e1f58b1ac911902fc2485b210f096585ae1324]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4096da9b4b00679ede0e96cb3396267cc3a2d391]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:15 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cb07ed8c74d71de9ef512c7a3568c7ee85585cef]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2a85f96308745b56c66aa99daa828f1a39c3194f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [489315ae022721c2be9bc297834b53186ff89cdd]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:15 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a4288059c2511f3a6cf3897ed6191dc3e6a1da63]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:14 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b97a3f93c3794174b22b25181dd858ab75e4c28e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0a582d82043aa4d5c1d7f6f572d17a71f5526381]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:14 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [393cd4d6dbb9e5eeecf63329cb141eaa94405d94]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fe43284deee2c1a27fcb979492c1c807595f484b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d94dd078f2851b3d044f0d084fa6d99b5b044cf3]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:13 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ce08cbeee6021e71a2bd267179c24c5d130dd93f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7a8f5a89c7e1e37327fe8d4f991ca3d784ffa5d8]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:13 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2063b54a4fb3ceb7256cd718cb012aa19db263f4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6002b49955c75135489a4f2af0eab14eaeaaf31b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:13 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c4db4380465fa3d28d34717926f430af7a64d598]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:50 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3daa03a735e8d62f41270382c240f19d79889da4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:49 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f18dfd11149c266e053bcdc63e257f1fad547cab]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [68d366bd000c227eb93b1390cae433b19bf0c0bb]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:12 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:48 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bbda4f9f5881ae0dc94013c30b082c4b18e42894]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f16e0c84e959977f7ebfd18ebd64f737954b5d72]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:12 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:47 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c37ca5ada6865751003e9b7e0eaf006105d2d351]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:12 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d6eadf60506951f46bdacc42666de3b541ea35a9]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:11 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [82f4193b7e38f194acee35a967836507d7805989]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:46 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a641c6239a291844e2dffe8ce7099ad7a1a7a28a]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [0dd33baecdacc9c926804ab63a72af2fe0752bba]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:11 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:45 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5f7b0e234f1e5af56ed39d625b236bd265e0989c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [74270ae87b11bd7cd9725ef9e9838364e06a679c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:43 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7a914945124f1a708d348a8a8a8add3f06d847d7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [47e9bbffa46ddf2bd6bb4fc8386a962d48e20aa1]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:41 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1fa9fe2899d02de997833023fe32db06053db990]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:40 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cd276079e25334c78b2ecf086f9125d23b3456a7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:39 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b107bc41acb21a2c40ddefa0f9c9ebd291b60b76]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:38 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [85f0fc095f246450a22cbdcba7dd552631603d2a]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:37 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [98cf4043f9bc39adceae14c8c18e01acaafa7e67]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:36 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [62e88d4e616ee7e383e72a58ab56d0257277249c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:35 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [81d136bdbd906991b71399a8f6d5bb94f1f98de2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:11 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:34 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1327441549cc4bd1ce0a27419e201e4cdee49a61]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:33 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7c5e7cfed323fe3e5118126bc8727207d4ab1055]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:32 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8d199a59a338daa078a89a20933322703ea7cb43]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:31 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dbb6ecc55dcaa0c5c290a8d2e852119604049809]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:30 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b5075b75b5d99ec5499b6126d9956ea96fe09c57]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:29 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e6d960ead59d1d31f3aee7c430f4f874c499cbd0]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:28 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a521947606c5d3f7885312f8ed380ab7fe3bf9ac]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:27 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f8c4ce847030201946f7c7de6901387f52c07247]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:26 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c779feb1dfa340d61902dcd9d0b754046ffd8e5b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:25 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b312844b227c026cdd597ffc82dd8c2acf13f94d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:24 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [ef975394f5c1fdb5d8c5030e9f96756d2668767f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:23 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1effdaa05ef31b3c7beff98f640214e6c3883d1e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:22 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1de539e580635ccf431c5b31dbb1b4a969793518]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:21 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2cd38409b744bcfcf1ceb28c0b06ba3dd5f1620f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:20 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [c355ff233c32f50a2db2719809505589fdcc001f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:10 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fd50eee7459ee557c2c64fd8dd6ad86bf20e919f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:19 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bc28d77d34fa4d1e6222dd8e199a7fa64ee6d612]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:18 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [84ce2f298f4ddebc8a6aa9c222505e5cb36bee11]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:17 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9f4746284b688dcdae9271382978913af8a1c570]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5ec9cf14a69bcf665f18e45eb7db3457504457dc]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b36c551ae5f72532eb8f43afbfa3d1afb09ede3b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:14 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5bb93690aad419ceafbd14a61da1a86f674fdfea]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:13 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [495c1a0466faf7e6241940ac7cbf284d7d1387e0]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:12 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [74fa9df60d900e1d49f2fde26944fad70fd7bdb0]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:11 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [af5f1fa3d912569fd12aa2205141fdc354c33f93]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:10 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5ab2857e45d8cd085933d33d431ca1a0b1af7b66]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a977fa13d678481b3b3a5b22f9f68998fed2fcf7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:08 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1273439cb7c8a520cbe709db84be28845f22648e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:07 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1982c6b8ec96b793ee5461a984e2fbc40caa6342]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3370c400897e99bf3d4c911f0598ba498c888cf4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:10 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fa76b31804e7201daa6ee4de9c4bfa04b7b84cdd]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [95450c1b73e0c183b458101c4416f6cf2a30f0fe]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [42781af9192d964286fa4ea84aaf0fc79cd54e81]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [22ca583a16162d9b90adf58c68b2a7c464ef268c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cbe490eb0b549cef01a24a0f056faa946c2e6ade]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:10 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 17:12:44 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4a8864fb95e1e2da39a69d1f103a562b4f79777f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5117327ed5248f39d4e5a73b2595b8eaab034068]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:10 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:53:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [20586c0b528dd93322a93ec64986e57348f75ff2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7699064b7a6bd508f9ae22874f22bad1ad60a05e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e902e01fe9d13eb85bb144f7a54e78e1c43b01f4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4292204cba74f9abb06b2b56d3c97e347e3417b9]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:09 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:52:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [004a0071c4f6cbe113882990c807b1c0cfe71933]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b59c65aa64b91a53584494077b8b0cb10ae7f21b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 15:11:09 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:52:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [bfd36bf179673b4a877d6b757932eb42bb8ff704]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4c49c6e5b1cf7d95c843cd44faafd0aa56467566]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d804827f7f36326149361fbfa727bc53cfdb439]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5b0e4bcac748e306765b566cf3e6d163f250e8a3]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [29672e86798de772107ffc0fa0d69ad5e8146231]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:43 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7cdef978e103ee9ca07bc9189b29d1172459d041]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:42 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [03287ea591382e531755bd95d89e8fc90562de7d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:16 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [58b55db4879417206341d49a4b066b8da0b701fe]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:53:15 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [70e90017cb6a8d51e210628e1ee527c23e12587d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [37b8ae81ba66ccfc45fe0f834388e5d4444f4504]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:52:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to svx/inc/svx and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f0f06244e3f6960915094f545bbcd994fa59d162]

        INTEGRATION: CWS hedaburemove01 (1.4.212); FILE MERGED 2007/02/09 16:09:11 vg 1.4.212.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [36a661ac2046827ea30d2df56afdeae3de5e12cb]

        INTEGRATION: CWS hedaburemove01 (1.52.42); FILE MERGED 2007/02/09 16:09:10 vg 1.52.42.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6da9fb91ba13e9f972ad504224f3c2d46ff12858]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:10 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2d27de1669d3db2577ca313b08c8894bcd272f4d]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:36 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:09:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31af92ce97750df8c51fceb4acc1291a8c073b5b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:09 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9fad80438eeb8c7cbf0581803ec5bb57faff0e13]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:08 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1a293486bdb65a81044c62ffce684a101ed0c82f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:07 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [58e95789c571090d7bbe3a967ac9f7c05fcb1adf]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4834d8732ffdf4c36d3b544940c4210f1f56791e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:35 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:09:06 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8ed7d71137dd4071952389f99924332fb408a0ba]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:05 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e87e0d3a0cfa98852eba8b84731af34602feca54]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:04 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f32d13e544adf6e49ae41358b9020288b334b145]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:35 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:09:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9512d08e124e4b1bab3c3da3c55b24f5885a2902]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:03 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [2795ceb1ac93750cd4ed933db0382195cfcb388b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f4689a8b0d32c5f9e427c2c89ea23efa577f2c18]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:35 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:09:02 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [246e0c274a6954c07316371a1eab894569be768e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [a957f06c1efdd404cc3b305c5a0f5e5051debe4e]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:57:34 vg 1.1.2.2: resync to SRC680_m207 2007/02/09 16:09:01 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e74c58865064211c9202e3c9a4dab66d18e65052]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:09:00 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [741d718d63cd58032b9db235256616f034463586]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:59 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [86a493557a23d831d66cdd2608f139d37ae7f6ab]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:58 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [31a2668bbc9ac6c474a2995124ceac02533cc83b]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:57 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [dc0748a85661742575d8ad051b795b0ba5b13e7a]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:56 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b2791f4e7b7dbeb265026c4441b570ce00762e1c]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:55 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [7595f8db5819fd52a09bfaddd5b9c357c899a08a]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:54 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [8a719e6110e64b0234ded886671ad9143bdb9040]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:53 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [11a99d8bc35b25b5fc9f3f1733157e10ed45dcb6]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:52 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9c554b17f44e7f67870a12e0623d711ee009262f]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/02/09 16:08:51 vg 1.1.2.1: #72503# get rid of hedabu procedure: Moving headers to xmloff/inc/xmloff and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [172bbb235c98bbe0070f00f4e6ac5976d055629f]

        INTEGRATION: CWS hedaburemove01 (1.7.36); FILE MERGED 2006/12/12 16:44:49 vg 1.7.36.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [127cb4baa265325b999a5f1445a593717e3e563b]

        INTEGRATION: CWS hedaburemove01 (1.22.16); FILE MERGED 2006/12/12 16:44:49 vg 1.22.16.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [834b6cde6d42c8b19dd7ce536795586d9a34cef1]

        INTEGRATION: CWS hedaburemove01 (1.74.16); FILE MERGED 2006/12/12 16:44:48 vg 1.74.16.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3d9a97850f8ecb8efb38d5cc569611412c7d4f57]

        INTEGRATION: CWS hedaburemove01 (1.15.12); FILE MERGED 2007/04/11 10:25:30 vg 1.15.12.3: resync to m207 2007/03/29 15:40:16 vg 1.15.12.2: RESYNC: (1.15-1.17); FILE MERGED 2006/12/12 16:44:48 vg 1.15.12.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5b0aa95919d036901b5fcb5833f5a76aa363cbd7]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:54 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [6895466141448d78d66d4ec3852be196e1b99c56]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:53 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [f333ee4564f7786f5f4ca501d71e660b5c366b93]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:52 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [4c3f701c84d7f2109380e3a0b574d4eb266acde2]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:55:59 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:41:52 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [3b6ea887300ab0a89fc01dd0a1ddffbc0cc658d0]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:51 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e362167ba18d02fd9eea28677ad0a5a3c5c77de4]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:50 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1253b6623aea1768651a6b1945229995e7a99009]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:49 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [24526b160066813422432088908f55ab1e92ba04]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:48 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [28542d5e646cc01d33093fc6a483629526ffabdb]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2007/04/04 14:55:59 vg 1.1.2.2: resync to SRC680_m207 2006/12/12 16:41:47 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [cae6a0fef6de8cdf0a318a2cfbe3f8040b2d4434]

        INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED 2006/12/12 16:41:47 vg 1.1.2.1: #i72503# gathered global includes in one place

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [e59cd13ec0ac2ad5067df50e948f3e627a028689]

        INTEGRATION: CWS hedaburemove01 (1.8.42); FILE MERGED 2007/04/02 16:21:25 vg 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/09 16:08:11 vg 1.8.42.1: #72503# get rid of hedabu procedure: Moving headers to binfilter/inc/binfilter and correspondent necessary changes

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [064bf4ca47b44ca9cd6447ac33e5717f33af281d]

        INTEGRATION: CWS hedaburemove01 (1.27.40); FILE MERGED 2006/12/21 16:35:28 vg 1.27.40.1: #i72503# get rid of hedabu

2007-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5c7e69556a8f6329b3f761fd6cf434eeea66fadb]

        INTEGRATION: CWS hedaburemove01 (1.20.98); FILE MERGED 2007/02/09 16:04:43 vg 1.20.98.1: #72503# get rid of hedabu procedure: Moving headers to connectivity/inc/connectivity and correspondent necessary changes

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [d67a25b911f3106e79cc7bbf7a49c5599a0b238d]

        split off definition of values

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [fdc40fa5561cbdef925d6aa5abcbbabbab47be35]

        use gperf for TokenMap

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [45bb046f027c3f93827ca4175dc6ab1bc7d08d6a]

        for some switch statements: only generate switch if its body is not empty

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [c412929138980927c3c573c3dc2ceb7ae58c0610]

        use gperf for TokenMap

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [915b2ea2b42c31c10c06992033ed04f86c2b6a37]

        numbering

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [6684dd62673f6b6df2cb8bae6510f8debde7808b]

        OOXMLTableImpl

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [d4bfce793ae65c52715f0b9a07259bac2fe27c4e]

        OOXMLTable

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [59faa7298a973f4907e46fcb9cfd6afa07b2547b]

        numbering: resolveSubStream

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [d8c68fe7accb9b89a879bb36f4c3da31583d58d6]

        numbering

2007-04-11  Henning Brinkmann  <hbrinkm@openoffice.org>  [0aa5da31d249700640459a7f08f635fded123453]

        no message

2007-04-10  Oliver Specht  <os@openoffice.org>  [b5ee9fcb1c7ea65b6f6ef330794dc60a80dcbf10]

        Windows: idoctok.lib added

2007-04-10  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1534c121a2d3cf609f19d2da0f0d7e3faa33bbb5]

        insert blink every time microsoft says font effect

2007-04-10  Rüdiger Timm  <rt@openoffice.org>  [e04aa943547460c3de4b9e44caba8266005b3e8d]

        #i76152# Avoid warning ''nEventType' may be used uninitialized in this function'.

2007-04-10  Rüdiger Timm  <rt@openoffice.org>  [ef823f8d6960e534146c3be3f6d7c20e985e6920]

        #i76148# Avoid warning ''lastChecked' may be used uninitialized in this function'.

2007-04-05  Fridrich Štrba  <fridrich_strba@openoffice.org>  [f99c3624ad317b87e361dfc7eed44fc4cce519f3]

        eastAsianLayout for doctok (undocumented 0xca78) + some tab related work in dmapper

2007-04-05  Rüdiger Timm  <rt@openoffice.org>  [b1c51ee4819d114010f539fc0ce9f0d1549b2832]

        #i10000# 'OpenTTFont' changed into 'OpenTTFontFile'.

2007-04-05  Rüdiger Timm  <rt@openoffice.org>  [f821db7ea846aa606eb68b6e20a83a9112f25085]

        #i10000# clean compiler flags

2007-04-05  Rüdiger Timm  <rt@openoffice.org>  [03d945bb72e77a04c31c14e03e2c374d9fd941b6]

        SRC680

2007-04-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [82c424c110837feb2438bbbf4702ffff8237d6be]

        adding eastAsian char properties: two-line-combine + vertical text in ooxml; adding emphasis mark in ooxml

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [2d8b923d6871273a012c4242e18ff12cb1cd35e1]

        INTEGRATION: CWS os92 (1.53.16); FILE MERGED 2007/02/16 10:13:02 os 1.53.16.1: #i5153# paint gray or black rectangles instead of the word 'Preview'

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [76eba00966bdb3e16ae177c9e98153bd9d64fdd0]

        INTEGRATION: CWS os92 (1.21.162); FILE MERGED 2007/02/13 14:01:45 os 1.21.162.1: #i5923# resizing of IconChoiceDialog fixed

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [32ac645bb64b985fce09a812af6e267c8c9950df]

        INTEGRATION: CWS os92 (1.74.750); FILE MERGED 2007/02/12 13:01:05 os 1.74.750.1: #i73325#

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [e462d24decea5607b64b091b1cfc9c5ce8351790]

        INTEGRATION: CWS os92 (1.40.194); FILE MERGED 2007/03/12 10:19:23 os 1.40.194.5: #i1761# restore positive x-position after switching to 'higher' zoom percentages 2007/02/09 14:56:00 os 1.40.194.4: #i1761# CalcVisArea: vertical positioning must not be modified 2007/02/09 11:35:52 os 1.40.194.3: #i1761# size calculation in DocSzChgd fixed 2007/02/09 09:01:10 os 1.40.194.2: #i1761# prevent browse mode 'centering' 2007/02/08 09:30:47 os 1.40.194.1: #i1761# center the document view

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [d880281971bf6c0305fa00c5414888b5c2a34aa2]

        INTEGRATION: CWS os92 (1.7.194); FILE MERGED 2007/02/15 09:24:24 os 1.7.194.1: #144857# remove inherited items from the to-be-applied ItemSet

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [a865cd2730c239aafbfd3c2908cb58319fd2c641]

        INTEGRATION: CWS os92 (1.114.20); FILE MERGED 2007/02/21 10:43:04 os 1.114.20.3: #i72821# create copies of follow page style 2007/02/20 13:45:25 os 1.114.20.2: #i72821# copy dynamic pool defaults from source to target document 2007/02/20 09:27:31 os 1.114.20.1: #i72517# ::MergeMailFiles: copy page styles to support fields in headers and footers

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [debc410a18d79b9eb1e789d187a221fe6c0e728a]

        INTEGRATION: CWS os92 (1.56.194); FILE MERGED 2007/02/13 14:50:48 os 1.56.194.1: #i74426# inserting data as fields with strings fixed

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [78413bbbe8159742e488633b0fe32a104aec6867]

        INTEGRATION: CWS os92 (1.61.20); FILE MERGED 2007/03/12 13:01:14 os 1.61.20.2: RESYNC: (1.61-1.63); FILE MERGED 2007/02/20 09:31:57 os 1.61.20.1: #i72517# get the command type correctly

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [570e40aa9aefe487fec695bf36a38ef2efc8a3df]

        INTEGRATION: CWS os92 (1.68.18); FILE MERGED 2007/02/20 09:44:33 os 1.68.18.1: #i1761# assertion about negatively positioned VisArea removed

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [b0975f4fd09576d7a7680f198a883b34f5c1a3af]

        INTEGRATION: CWS os92 (1.13.104); FILE MERGED 2007/03/30 13:35:29 os 1.13.104.1: #72517# result of GetItemState has to be SFX_ITEM_SET to actually return a valid SfxPoolItem*

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [72adc0f7552c639f504328233b6589c3127f5839]

        INTEGRATION: CWS os92 (1.44.100); FILE MERGED 2007/03/12 12:48:37 os 1.44.100.2: RESYNC: (1.44-1.45); FILE MERGED 2007/02/12 12:14:01 os 1.44.100.1: #i26684# call SetModified() in SwDoc::SetFlyName

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [0e1b85d1186b6962c56a6ad2f5cc80e58dd74a89]

        INTEGRATION: CWS os92 (1.36.382); FILE MERGED 2007/02/12 14:58:04 os 1.36.382.1: #i71095# added slots Font, FontHeight, Weight, Posture for CJK and CTL to prevent crashes while recording

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [d5de5462449eb94c7952097cb71e0b46ab239112]

        INTEGRATION: CWS os92 (1.28.40); FILE MERGED 2007/02/16 09:29:56 os 1.28.40.2: #i67570# German mnemonics fixed 2007/02/13 08:14:51 os 1.28.40.1: #i60419# Insert/Fields/Page number: German text changed

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [aa4635cf23a245690aa95ee3bdebf39415d48171]

        INTEGRATION: CWS os92 (1.4.686); FILE MERGED 2007/02/16 09:29:56 os 1.4.686.1: #i67570# German mnemonics fixed

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [0aaecbe70e2b30d53c21a8672f995fc79cceb8ae]

        INTEGRATION: CWS os92 (1.34.280); FILE MERGED 2007/02/15 11:16:03 os 1.34.280.1: #i67248# dash added in German XML-Formulardokument

2007-04-04  Fridrich Štrba  <fridrich_strba@openoffice.org>  [87a83ba4bae785fb84eacb5385e96090a7a7b810]

        starting emphasis characters and font effects

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [23acaba77112e136b9768b1079dad399ae42ad47]

        INTEGRATION: CWS sdkinspector3 (1.2.6); FILE MERGED 2007/02/20 11:18:01 bc 1.2.6.1: #i74649#several changes

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [50906dba578c0b93cd92bd62d86ad54ceb4f10d7]

        INTEGRATION: CWS sdkinspector3 (1.2.6); FILE MERGED 2007/02/22 16:45:22 bc 1.2.6.2: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:18:00 bc 1.2.6.1: #i74649#several changes

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [3d854461fb8e4c0bf40076bb188c938f7d68fc4f]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/20 11:18:00 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:49 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [bb852d333019cddaa33f3891ca8f7477da2f189b]

        INTEGRATION: CWS sdkinspector3 (1.2.10); FILE MERGED 2007/02/22 16:45:22 bc 1.2.10.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:59 bc 1.2.10.2: #i74649#several changes 2007/02/19 09:43:49 bc 1.2.10.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [97364a7d88930d889c8ecc8665a7e86f5a4ffe75]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/20 11:17:59 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:49 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [533a9afb753ad72ae962169fe1c29f41ab25a985]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/20 18:24:48 bc 1.3.6.3: #i74649# Code with isPopupTrigger() improved 2007/02/20 11:17:58 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:48 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [77d976bf97f3c55a6e0df006ad26d9cc482a8e2c]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:22 bc 1.3.6.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:58 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:48 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [32e6e8024fa2e1b25a8d59b35bf5c186365f81e8]

        INTEGRATION: CWS sdkinspector3 (1.2.6); FILE MERGED 2007/02/20 18:24:47 bc 1.2.6.2: #i74649# Code with isPopupTrigger() improved 2007/02/20 11:17:57 bc 1.2.6.1: #i74649#several changes

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [ef39e0dae6bd8d6390b5c9d2a566a835c24b7124]

        INTEGRATION: CWS sdkinspector3 (1.2.6); FILE MERGED 2007/02/22 16:45:22 bc 1.2.6.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 18:24:47 bc 1.2.6.2: #i74649# Code with isPopupTrigger() improved 2007/02/20 11:17:57 bc 1.2.6.1: #i74649#several changes

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [dbf0465717922d4fd3fcdf01e380de2798e42dfa]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:21 bc 1.3.6.4: #i74649#methodNode.isinvoked() method embedded 2007/02/20 18:24:47 bc 1.3.6.3: #i74649# Code with isPopupTrigger() improved 2007/02/20 11:17:57 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:47 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [7a4403d38e572fc9fe4b87008c1bb33fc565a1da]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:21 bc 1.3.6.4: #i74649#methodNode.isinvoked() method embedded 2007/02/20 18:24:47 bc 1.3.6.3: #i74649# Code with isPopupTrigger() improved 2007/02/20 11:17:56 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:46 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [ad0641c4524fbcc4766de88d40e259c6ab5be240]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:21 bc 1.3.6.4: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:56 bc 1.3.6.3: #i74649#several changes 2007/02/19 11:22:24 bc 1.3.6.2: #i74649# Sourcecode generation of Basic improved 2007/02/19 09:43:46 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [2165ca2eb563d0378f6e99d8c4d456d1d0dbac81]

        INTEGRATION: CWS sdkinspector3 (1.2.6); FILE MERGED 2007/02/20 17:27:01 bc 1.2.6.1: #i74649#registry files added

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [6bf36ad9f98612be0b9e86d01b26da5ce81413f3]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:21 bc 1.3.6.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:56 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:46 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [c9e0af7c38efa7d6f113d69e9d0a5cc0d0aaf43a]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/20 11:17:55 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:46 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [27debe53c868b7379fa01957ca35beb9db553f9a]

        INTEGRATION: CWS sdkinspector3 (1.3.10); FILE MERGED 2007/02/21 12:23:51 bc 1.3.10.2: #i74649# Basic Macro modified 2007/02/21 12:19:02 bc 1.3.10.1: #i74649# second parameter of inspect call added

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [1f43253ec47a4a28f7d5b3dbfe1872a869211306]

        INTEGRATION: CWS sdkinspector3 (1.3.6); FILE MERGED 2007/02/22 16:45:21 bc 1.3.6.3: #i74649#methodNode.isinvoked() method embedded 2007/02/20 11:17:55 bc 1.3.6.2: #i74649#several changes 2007/02/19 09:43:45 bc 1.3.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [a8e7e09d4c48e0446641a99de364703127a17e6a]

        INTEGRATION: CWS sdkinspector3 (1.2.10); FILE MERGED 2007/02/20 11:17:55 bc 1.2.10.2: #i74649#several changes 2007/02/19 09:43:45 bc 1.2.10.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [303da175f286b72ffc72da075bdaa655c44655ce]

        INTEGRATION: CWS sdkinspector3 (1.4.6); FILE MERGED 2007/02/20 11:17:55 bc 1.4.6.2: #i74649#several changes 2007/02/19 09:43:45 bc 1.4.6.1: #i74649#SourceCode generation improved

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [138e0d47699e131c591516a406e52671530f2b05]

        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>  [dd234e35dbb7ec323be1e5df06ff6e670d76ccfb]

        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>  [11239bfdbd7ddb0792c787ed2c22b70396befb10]

        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>  [e13aeac2384dc3c3b454a87c2a25cbb4816d9f47]

        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>  [cea19ad21e95a1a85d13555b483b71875b83a13c]

        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>  [db5b97edbd753cef88294d8c9e8165d9a9f454d7]

        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>  [1c2c73d6c8c6fb6d08df761e4ab785db3ebb1db0]

        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>  [c1ae4d581cab1fdbe70fa2dc7db818641e997224]

        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>  [50063b385e2bc6dfa33fbc991da3e976dbfefff0]

        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>  [07fe258786abf17c5e12a55e9f7294b492016c51]

        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>  [96932cbeeea468e9b624879ad619619e79b48129]

        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>  [b4ac9b9509e946545fa7468acd70444f11b3dc0b]

        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>  [d2046f34da49f655c9875be1b94d9098bcbc3400]

        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>  [282a72259a0cb107fb582c45df2a13d96bbf0b09]

        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>  [67fb15d26b670c7b279adb75bf827ba8d90dcc8f]

        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>  [992f9b447e8579c0a2ddba9e857c7606bbd77efe]

        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>  [3f9844e4c06e11e6836e412c1a7ada446ab5988c]

        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>  [e75bb8ed1487e3e1c3608b70dcd9d3091399a0b4]

        INTEGRATION: CWS hr42 (1.28.2); FILE MERGED 2007/04/03 13:23:30 hjs 1.28.2.1: #i76050# don't link uwinapi

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [2346ef5cc154833acf347b25835cc73f06d8f7a3]

        INTEGRATION: CWS hr42 (1.36.2); FILE MERGED 2007/04/02 17:36:20 hr 1.36.2.1: #i75913#: add -fno-strict-aliasing for all GCC platforms. Build in helpcontent2 crashes without it if berkeleydb is build with GCC 4.x and optimization level >=2

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [56d3c3fd9d984a1d36d27f8a220324c421c908ad]

        INTEGRATION: CWS updchk05 (1.5.156); FILE MERGED 2007/03/02 11:23:27 dv 1.5.156.1: #i70315# Added 'last checked: date' to dialog

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [197aa808ea84cd30a6cd0d7d46881f388369cb61]

        INTEGRATION: CWS updchk05 (1.2.316); FILE MERGED 2007/03/02 11:23:28 dv 1.2.316.1: #i70315# Added 'last checked: date' to dialog

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [c04a23e855f5687618b46e7ac6b6758f8be5b6d5]

        INTEGRATION: CWS updchk05 (1.12.58); FILE MERGED 2007/02/19 09:06:32 dv 1.12.58.2: #i72084# renamed local variable due to name clash 2007/02/01 08:26:28 dv 1.12.58.1: #i72084# delete resmgr after use

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [dc8c9a4bf5fd7749bb95427cadf8544f85c833a9]

        INTEGRATION: CWS updchk05 (1.8.14); FILE MERGED 2007/02/16 14:55:18 dv 1.8.14.1: #i74579# Show only one notification icon, better show bubble handling

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [43673fa16dbdeb206fd72950ce2e890dc6ce4d81]

        INTEGRATION: CWS updchk05 (1.8.2); FILE MERGED 2007/02/22 07:45:33 dv 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/16 14:55:18 dv 1.8.2.1: #i74579# Show only one notification icon, better show bubble handling

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [9661c81173eb4118fe4599f4a02d2ff946f9d167]

        INTEGRATION: CWS updchk05 (1.4.38); FILE MERGED 2007/01/29 12:27:16 dv 1.4.38.1: #i63398# removed proxy server from exclude list, reversed exclude list

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [8daa5623478e68c6ace489ad8ebbef4bbcde6220]

        INTEGRATION: CWS updchk05 (1.6.18); FILE MERGED 2007/03/15 13:13:09 obr 1.6.18.1: #i63398# added item: no proxy for

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [15f40ae3cae5f13450a5ce748b7c72a0a27bfa32]

        INTEGRATION: CWS updchk05 (1.11.18); FILE MERGED 2007/03/15 13:13:09 obr 1.11.18.1: #i63398# added item: no proxy for

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [ec93e002bd411882da1475204d92dc91b2486d63]

        INTEGRATION: CWS updchk05 (1.12.18); FILE MERGED 2007/03/15 13:13:08 obr 1.12.18.1: #i63398# added item: no proxy for

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [f32e08f4f5c7d3c12ee71a630c45e249dd04aebe]

        INTEGRATION: CWS updchk05 (1.2.316); FILE MERGED 2007/03/02 11:23:28 dv 1.2.316.1: #i70315# Added 'last checked: date' to dialog

2007-04-04  Rüdiger Timm  <rt@openoffice.org>  [4c3118c21736162b0d82188a4c6622525f6053db]

        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  Rüdiger Timm  <rt@openoffice.org>  [840b90f2d19ac698d1055560b5e7856843109918]

        INTEGRATION: CWS components1 (1.43.16); FILE MERGED 2007/02/16 15:50:13 af 1.43.16.5: RESYNC: (1.54-1.55); FILE MERGED 2007/01/25 17:30:39 af 1.43.16.4: RESYNC: (1.45-1.54); FILE MERGED 2006/11/21 16:35:26 af 1.43.16.3: RESYNC: (1.44-1.45); FILE MERGED 2006/11/21 09:55:53 af 1.43.16.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/28 12:35:34 af 1.43.16.1: #i68075# Added Impress.xcu

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b85944b1ed427a5e4cfe986b5fba0c47d511568c]

        INTEGRATION: CWS components1 (1.166.14); FILE MERGED 2007/02/16 15:49:43 af 1.166.14.5: RESYNC: (1.181-1.183); FILE MERGED 2007/01/25 17:29:37 af 1.166.14.4: RESYNC: (1.172-1.181); FILE MERGED 2006/11/21 09:55:10 af 1.166.14.3: RESYNC: (1.166-1.172); FILE MERGED 2006/10/19 15:14:22 af 1.166.14.2: #i68075# Added PATCH flag for Impress.xcu 2006/09/28 12:35:34 af 1.166.14.1: #i68075# Added Impress.xcu

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1984380d69c4646c8f6d108f5d3c942b360cebd1]

        INTEGRATION: CWS components1 (1.46.120); FILE MERGED 2007/03/28 15:30:49 af 1.46.120.1: #i71300# GetShellAndSlot_Impl() returns false for missing slot.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [da572bfd76a0969f0f10277f2738f4a69175acfc]

        INTEGRATION: CWS components1 (1.23.12); FILE MERGED 2007/02/16 15:33:58 af 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2006/11/23 17:02:07 af 1.23.12.1: #i71898# Guarded access to SfxViewFrame::Current().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b2d0e92ade77479f56e165fdc1efc0922f4f41b1]

        INTEGRATION: CWS components1 (1.96.10); FILE MERGED 2007/02/16 15:20:48 af 1.96.10.5: RESYNC: (1.101-1.102); FILE MERGED 2007/01/25 16:40:41 af 1.96.10.4: RESYNC: (1.98-1.101); FILE MERGED 2006/11/21 09:53:23 af 1.96.10.3: RESYNC: (1.97-1.98); FILE MERGED 2006/09/25 18:05:14 af 1.96.10.2: RESYNC: (1.96-1.97); FILE MERGED 2006/08/23 08:21:08 af 1.96.10.1: #i68075# Added com/sun/star/drawing/framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8ab222a5db20a41bcd26219ddf36773df4f36b10]

        INTEGRATION: CWS components1 (1.75.10); FILE MERGED 2007/01/25 16:40:25 af 1.75.10.4: RESYNC: (1.79-1.81); FILE MERGED 2006/11/21 09:52:23 af 1.75.10.3: RESYNC: (1.77-1.79); FILE MERGED 2006/09/25 18:04:20 af 1.75.10.2: RESYNC: (1.75-1.77); FILE MERGED 2006/08/23 08:20:40 af 1.75.10.1: #i68075# Added com/sun/star/drawing/framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [135b71cacdddb6d1babd8cbf8ecb679f614ea48b]

        INTEGRATION: CWS components1 (1.78.10); FILE MERGED 2007/01/25 16:40:33 af 1.78.10.4: RESYNC: (1.80-1.85); FILE MERGED 2006/11/21 09:52:30 af 1.78.10.3: RESYNC: (1.79-1.80); FILE MERGED 2006/09/25 18:04:27 af 1.78.10.2: RESYNC: (1.78-1.79); FILE MERGED 2006/08/23 08:20:13 af 1.78.10.1: #i68075# Added com/sun/star/drawing/framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [490443b841972963b1d8fc6ae1127e4bf63322ac]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:27:22 af 1.1.2.6: #i68075# Code refactoring. 2007/01/30 08:19:21 af 1.1.2.5: #i68075# Added XRelocatableResource. 2007/01/26 10:29:49 af 1.1.2.4: #i68075# Removed TaskPane. 2007/01/22 13:31:25 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:52:44 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:22:12 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3ab4aa91980bfdff1982d4088977919264aadd9e]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 13:47:58 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:28:31 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c54029da15cc7fb112a3f257486d93f0a5666861]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 13:24:47 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [d36b147be47f7297498859517f10b33ba4584008]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 13:10:13 af 1.1.2.2: #i68075 Introduction of XResourceId interface. 2006/08/23 08:28:11 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [46c667913eb9baec85aaf8e811321da27ea4c934]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 13:33:46 af 1.1.2.1: #i68075# Update of documentation.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [830ae233a0c886906840d3af483251dfc1a9d550]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 13:07:12 af 1.1.2.2: #i68075 Introduction of XResourceId interface. 2006/09/07 13:24:19 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ee8bc574b3dbffe62779acef8db697a0d5699059]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/30 08:18:20 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0e78e1d88e599167ee0f6c953935c31f7f808b89]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 13:44:29 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:27:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [cbb727cf36070b916ee4c431ee17d71f4990147a]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 13:54:28 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:27:31 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [57109f46eb50f4f78689da42ead29b440ae2e84c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 12:51:54 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:43:44 af 1.1.2.2: #i68075# Fixed spelling. 2006/08/23 08:26:22 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4b013031a36b0c5a49b4f983af2c25e761b4c73d]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:17:54 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [58496b8df897ae67203645777cdaeba3d42f6512]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:16:48 af 1.1.2.3: #i68075# Code refactoring. 2006/09/07 13:43:10 af 1.1.2.2: #i68075# Specified the empty string as special case. 2006/08/23 08:26:12 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e58a997e2178659c8f4424082be9ad74f7eb1141]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:15:56 af 1.1.2.4: #i68075# Code refactoring. 2007/01/22 12:40:27 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:42:00 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:26:02 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ab466de21cc814d51b03982820e40972fa59bbb6]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:25:51 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4685e942d624b7ae197cc38614ce61555f56ff95]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:25:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0b3b409db30e0cc414b8a087b138fc935a00a6c8]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 12:38:22 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:22:45 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:25:31 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [238ed89bcfc210df1ee39ff144bc779f13062911]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 12:50:35 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:33:01 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:24:04 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [428f160882e360616388929dec2c66824a04cd3d]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 12:48:44 af 1.1.2.2: #i68075 Introduction of XResourceId interface. 2006/09/07 13:25:12 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8f80f107d33d0cd04ffa96cafb536e9c3744b747]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:23:54 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e055b4ad4106bbfef13a89aca60eee79f9b864dc]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:23:35 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3bd175d7faa33814ac802e159ca0ad45691ea11d]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:15:01 af 1.1.2.2: #i68075# Code refactoring. 2006/08/23 08:22:50 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [39cd8d95409361ed256e0bd43513372be9f84971]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 12:41:47 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 13:31:21 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/23 08:22:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [275d343aaf2963bd09dd69b5baf365cdbf193e18]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:22:31 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [65e6c842510092a28e4e78519ef4cc66fb25b202]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 13:30:09 af 1.1.2.2: #i68075# Corrected the compile guard. 2006/09/07 13:28:47 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ac7761dcc8caf2c4084a8b78b82ead6321a39b42]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:22:21 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [45b53715627e6195ddcade83f4b446aea4260d78]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 13:27:45 af 1.1.2.1: #i68075# Introduction of XResourceId.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1d76107a2cf42536b5bf04192e360d19e35fe6bb]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/23 08:19:25 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [2988cb508e7f73d28ba9f45ecd57c1461e5456b3]

        INTEGRATION: CWS components1 (1.64.30); FILE MERGED 2007/01/25 15:44:15 af 1.64.30.3: RESYNC: (1.66-1.69); FILE MERGED 2006/11/21 09:43:09 af 1.64.30.2: RESYNC: (1.64-1.66); FILE MERGED 2006/09/28 12:34:19 af 1.64.30.1: #i68075# Added com/sun/star/drawing/framework

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [69662455ce6a6411f99bd87d18b00b56758e711e]

        INTEGRATION: CWS components1 (1.43.70); FILE MERGED 2007/02/16 15:16:32 af 1.43.70.4: RESYNC: (1.46-1.47); FILE MERGED 2006/11/21 16:32:12 af 1.43.70.3: RESYNC: (1.45-1.46); FILE MERGED 2006/09/25 17:51:37 af 1.43.70.2: RESYNC: (1.43-1.45); FILE MERGED 2006/08/22 13:38:29 af 1.43.70.1: #i68075# Added the drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [84d4c58d1b8ff5e26d44ac25228cf0d7d7a345c3]

        INTEGRATION: CWS components1 (1.57.94); FILE MERGED 2007/01/29 17:35:57 af 1.57.94.11: #i68075# New RelocateToParentWindow() method. 2007/01/29 15:27:09 af 1.57.94.10: #68075# Resolved resync problems. 2007/01/25 15:43:06 af 1.57.94.9: RESYNC: (1.61-1.64); FILE MERGED 2006/11/21 16:32:04 af 1.57.94.8: RESYNC: (1.60-1.61); FILE MERGED 2006/11/21 09:42:33 af 1.57.94.7: RESYNC: (1.59-1.60); FILE MERGED 2006/11/16 15:32:57 af 1.57.94.6: #i68075# Optimizations to increase start-up performance. 2006/09/25 17:50:57 af 1.57.94.5: RESYNC: (1.57-1.59); FILE MERGED 2006/09/21 09:16:47 af 1.57.94.4: #i68075# Not calling SfxViewShell::SetWindow() anymore. 2006/09/15 09:48:44 af 1.57.94.3: #i68075# The SfxViewShell::SetWindow() method is not called anymore.  Removed the arguments from Resize(). 2006/08/28 14:48:40 af 1.57.94.2: #i68075# Removed unused header. 2006/08/22 13:35:49 af 1.57.94.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3b38c5cd31056aee0a464ea7c0091f92b22bcc7e]

        INTEGRATION: CWS components1 (1.52.12); FILE MERGED 2007/01/25 15:42:59 af 1.52.12.2: RESYNC: (1.52-1.53); FILE MERGED 2007/01/24 17:59:42 af 1.52.12.1: #i68075# Use the drawing framework to activate task pane panels.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [95faf0c46bbf67b25abb8bdda5f2c9d8840bd6fb]

        INTEGRATION: CWS components1 (1.42.138); FILE MERGED 2007/01/25 15:42:52 af 1.42.138.5: RESYNC: (1.46-1.47); FILE MERGED 2006/11/21 16:31:56 af 1.42.138.4: RESYNC: (1.45-1.46); FILE MERGED 2006/11/21 09:42:26 af 1.42.138.3: RESYNC: (1.44-1.45); FILE MERGED 2006/09/25 17:50:31 af 1.42.138.2: RESYNC: (1.42-1.44); FILE MERGED 2006/09/15 09:46:30 af 1.42.138.1: #i68075# The SfxViewShell::SetWindow() method is not called anymore.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c3b8a2b1c7f9cd4f4b3b869a1b2e7cb12e279d69]

        INTEGRATION: CWS components1 (1.30.42); FILE MERGED 2007/02/14 09:59:12 af 1.30.42.8: #i68075# A full screen show can be started without a view shell. 2007/01/25 15:40:50 af 1.30.42.7: RESYNC: (1.33-1.36); FILE MERGED 2006/11/21 16:30:15 af 1.30.42.6: RESYNC: (1.32-1.33); FILE MERGED 2006/11/21 09:41:48 af 1.30.42.5: RESYNC: (1.31-1.32); FILE MERGED 2006/09/25 17:48:23 af 1.30.42.4: RESYNC: (1.30-1.31); FILE MERGED 2006/09/15 13:44:49 af 1.30.42.3: #i67056# The new PresentationViewShell is initialized with a copy of the FrameView. 2006/09/15 09:45:36 af 1.30.42.2: #i68075# Added parent window argument to SlideShow constructor. 2006/08/22 13:33:54 af 1.30.42.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [171730888c0102ccdbd19158879b289df8cd25eb]

        INTEGRATION: CWS components1 (1.80.40); FILE MERGED 2007/01/25 15:40:31 af 1.80.40.4: RESYNC: (1.83-1.84); FILE MERGED 2006/11/21 16:29:57 af 1.80.40.3: RESYNC: (1.82-1.83); FILE MERGED 2006/09/25 17:48:02 af 1.80.40.2: RESYNC: (1.80-1.82); FILE MERGED 2006/08/22 13:29:26 af 1.80.40.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [cd7df1ac5b539da1816cd0095919180695be3938]

        INTEGRATION: CWS components1 (1.24.152); FILE MERGED 2007/01/25 15:40:23 af 1.24.152.5: RESYNC: (1.25-1.26); FILE MERGED 2007/01/22 17:22:07 af 1.24.152.4: #i68075 Introduction of XResourceId interface. 2006/09/25 17:47:54 af 1.24.152.3: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 14:51:56 af 1.24.152.2: #i68075# Transition from URL to ResourceId. 2006/08/22 13:28:10 af 1.24.152.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [36735daafb2721f3d906a2e097d2727b7e9fa7df]

        INTEGRATION: CWS components1 (1.28.34); FILE MERGED 2007/01/25 15:40:15 af 1.28.34.2: RESYNC: (1.28-1.29); FILE MERGED 2006/08/22 12:56:56 af 1.28.34.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b5ac6044e89ec2e60664f516995f5937d7873d7b]

        INTEGRATION: CWS components1 (1.29.222); FILE MERGED 2007/01/25 15:39:56 af 1.29.222.6: RESYNC: (1.31-1.33); FILE MERGED 2007/01/22 17:20:57 af 1.29.222.5: #i68075 Introduction of XResourceId interface. 2006/11/21 16:29:38 af 1.29.222.4: RESYNC: (1.30-1.31); FILE MERGED 2006/09/25 17:47:35 af 1.29.222.3: RESYNC: (1.29-1.30); FILE MERGED 2006/09/07 14:51:56 af 1.29.222.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:56:00 af 1.29.222.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [06df9cb7a0d7e62690b9bd6dd19a26ffba9e7ac2]

        INTEGRATION: CWS components1 (1.58.94); FILE MERGED 2007/01/25 15:39:04 af 1.58.94.8: RESYNC: (1.63-1.64); FILE MERGED 2007/01/22 17:20:06 af 1.58.94.7: #i68075 Introduction of XResourceId interface. 2006/11/21 16:29:30 af 1.58.94.6: RESYNC: (1.62-1.63); FILE MERGED 2006/11/21 09:41:22 af 1.58.94.5: RESYNC: (1.61-1.62); FILE MERGED 2006/09/25 17:46:19 af 1.58.94.4: RESYNC: (1.58-1.61); FILE MERGED 2006/09/15 09:43:56 af 1.58.94.3: #i68075# Added parent window argument to SlideShow constructor.  Calling Resize() when the rulers are turned on or off. 2006/09/07 14:51:56 af 1.58.94.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:55:02 af 1.58.94.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0fe6ba1a75dc8f096de3fb64fef0f050fbf23e07]

        INTEGRATION: CWS components1 (1.41.94); FILE MERGED 2007/01/29 17:35:28 af 1.41.94.7: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:38:27 af 1.41.94.6: RESYNC: (1.44-1.45); FILE MERGED 2007/01/22 17:18:35 af 1.41.94.5: #i68075 Introduction of XResourceId interface. 2006/11/21 16:28:48 af 1.41.94.4: RESYNC: (1.43-1.44); FILE MERGED 2006/09/28 12:31:48 af 1.41.94.3: #i68075# Fixed resync problems. 2006/09/25 17:45:31 af 1.41.94.2: RESYNC: (1.41-1.43); FILE MERGED 2006/08/22 12:54:13 af 1.41.94.1: #i68075# Added Shutdown() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [d6136ee27f5e5ee22bf4cae02be62c4ba56df04d]

        INTEGRATION: CWS components1 (1.25.2); FILE MERGED 2007/01/25 15:37:49 af 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2007/01/24 17:59:11 af 1.25.2.1: #i68075# Use the drawing framework to activate task pane panels.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fe00fb25c5bced15636e3f9c0a4f0ddfac04fcc7]

        INTEGRATION: CWS components1 (1.45.96); FILE MERGED 2007/01/29 15:27:09 af 1.45.96.5: #68075# Resolved resync problems. 2007/01/25 15:37:40 af 1.45.96.4: RESYNC: (1.47-1.49); FILE MERGED 2006/11/21 16:27:59 af 1.45.96.3: RESYNC: (1.46-1.47); FILE MERGED 2006/09/25 17:44:30 af 1.45.96.2: RESYNC: (1.45-1.46); FILE MERGED 2006/09/15 09:44:51 af 1.45.96.1: #i68075# Removed the arguments from Resize().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [d9560f2d2587de15311d79d40f4f88e7390f3e33]

        INTEGRATION: CWS components1 (1.36.94); FILE MERGED 2007/01/29 15:27:09 af 1.36.94.5: #68075# Resolved resync problems. 2007/01/25 15:37:22 af 1.36.94.4: RESYNC: (1.39-1.40); FILE MERGED 2006/11/21 16:27:41 af 1.36.94.3: RESYNC: (1.38-1.39); FILE MERGED 2006/09/25 17:44:12 af 1.36.94.2: RESYNC: (1.36-1.38); FILE MERGED 2006/08/22 12:53:23 af 1.36.94.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [727ad9d89831b976dfda19c65ca83bdb70bab875]

        INTEGRATION: CWS components1 (1.66.42); FILE MERGED 2007/01/25 15:36:54 af 1.66.42.5: RESYNC: (1.72-1.74); FILE MERGED 2006/11/21 16:27:24 af 1.66.42.4: RESYNC: (1.71-1.72); FILE MERGED 2006/11/21 09:40:52 af 1.66.42.3: RESYNC: (1.70-1.71); FILE MERGED 2006/09/25 17:43:55 af 1.66.42.2: RESYNC: (1.66-1.70); FILE MERGED 2006/08/22 12:52:16 af 1.66.42.1: #i68075# Fixed tsome typos in comments.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [992e7e38971bb717b00f42eb96eefb493407b0e4]

        INTEGRATION: CWS components1 (1.9.98); FILE MERGED 2007/02/14 10:07:06 af 1.9.98.11: #i68075# Using the right mutex. 2007/01/29 15:27:09 af 1.9.98.10: #68075# Resolved resync problems. 2007/01/24 17:55:53 af 1.9.98.9: #i68075# Introduction of XResourceId interface. 2007/01/22 17:17:16 af 1.9.98.8: #i68075 Introduction of XResourceId interface. 2006/11/01 13:20:48 af 1.9.98.7: #i70929# Adaption to changes in ViewShellBase. 2006/09/25 17:42:28 af 1.9.98.6: RESYNC: (1.9-1.10); FILE MERGED 2006/09/15 09:42:44 af 1.9.98.5: #i68075# Made GetWindow() more robust. 2006/09/07 16:26:12 af 1.9.98.4: #i68075# Transition from URL to ResourceId. 2006/09/07 14:51:55 af 1.9.98.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:33 af 1.9.98.2: #i68075# Fixed compiler problems. 2006/08/22 12:51:01 af 1.9.98.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4efdc7efd09ae60742947dfe38d9d004d0b07432]

        INTEGRATION: CWS components1 (1.15.96); FILE MERGED 2007/01/29 15:27:08 af 1.15.96.9: #68075# Resolved resync problems. 2007/01/25 15:35:40 af 1.15.96.8: RESYNC: (1.17-1.18); FILE MERGED 2007/01/24 17:55:24 af 1.15.96.7: #i68075# Undef VERBOSE by default. 2006/11/21 16:26:47 af 1.15.96.6: RESYNC: (1.16-1.17); FILE MERGED 2006/10/13 09:09:24 af 1.15.96.5: #i68075# Added support for SfxShells (as used by the pane shells.) 2006/10/06 09:23:38 af 1.15.96.4: #i68075# Removed definition of VERBOSE. 2006/09/25 17:42:20 af 1.15.96.3: RESYNC: (1.15-1.16); FILE MERGED 2006/09/07 14:51:55 af 1.15.96.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:50:21 af 1.15.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1e852579c2ee21615c0e83e735c245bef3cab6ce]

        INTEGRATION: CWS components1 (1.19.96); FILE MERGED 2007/01/25 15:35:33 af 1.19.96.4: RESYNC: (1.21-1.22); FILE MERGED 2006/11/21 09:40:45 af 1.19.96.3: RESYNC: (1.20-1.21); FILE MERGED 2006/09/25 17:42:13 af 1.19.96.2: RESYNC: (1.19-1.20); FILE MERGED 2006/08/22 12:49:35 af 1.19.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9ef03e2e0fa75ee5ee6a70124ad0ba3b357693ea]

        INTEGRATION: CWS components1 (1.29.96); FILE MERGED 2007/03/01 10:13:23 af 1.29.96.17: #i72465# Added the FocusForwardingWindow local class that forwards initial key presses. 2007/02/16 15:58:24 af 1.29.96.16: RESYNC: (1.34-1.35); FILE MERGED 2007/02/16 14:12:41 af 1.29.96.15: #i68075# In Activate() request the update of the tool bar manager asynchronously to avoid reentrance problems of the sfx Dispatcher. 2007/01/31 13:50:52 af 1.29.96.14: #i68075# UpdateLockManager stored as shared_ptr.  Made view window and parent window transparent to avoid flickering. 2007/01/29 15:27:08 af 1.29.96.13: #68075# Resolved resync problems. 2007/01/25 15:35:25 af 1.29.96.12: RESYNC: (1.31-1.34); FILE MERGED 2007/01/22 17:15:45 af 1.29.96.11: #i68075 Introduction of XResourceId interface. 2006/11/01 13:20:07 af 1.29.96.10: #i70929# Adaption to changes in ViewShellBase. 2006/10/13 09:12:43 af 1.29.96.9: #i68075# Child windows are now registered at the pane shells.  Fixed some warnings. 2006/09/29 15:58:33 af 1.29.96.8: #i68075# Fixed the ResizePixel() method for when the main view shell is missing. 2006/09/25 17:41:57 af 1.29.96.7: RESYNC: (1.29-1.31); FILE MERGED 2006/09/21 09:14:28 af 1.29.96.6: #i68075# Cleanup. 2006/09/15 09:40:43 af 1.29.96.5: #i68075# Introduced the mpViewWindow member as new parent window for UI controls. 2006/09/07 16:26:12 af 1.29.96.4: #i68075# Transition from URL to ResourceId. 2006/09/07 14:51:55 af 1.29.96.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:47:35 af 1.29.96.2: #i68075# Modified SetPaneVisibility() to take an additional parameter for the view in a new pane. 2006/08/22 12:48:55 af 1.29.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [427d7fe752cf49e8320baf672ed8294c8fd51f0f]

        INTEGRATION: CWS components1 (1.3.52); FILE MERGED 2007/02/16 14:11:24 af 1.3.52.10: #i68075# Renamed Update() to RequestUpdate(). 2007/01/29 15:27:08 af 1.3.52.9: #68075# Resolved resync problems. 2007/01/25 15:34:57 af 1.3.52.8: RESYNC: (1.5-1.6); FILE MERGED 2006/11/21 09:40:38 af 1.3.52.7: RESYNC: (1.4-1.5); FILE MERGED 2006/11/02 15:58:29 af 1.3.52.6: #i70929# Fixed two typos. 2006/10/13 09:11:44 af 1.3.52.5: #i68075# Fixed the use of the layouter lock. 2006/09/29 11:04:42 af 1.3.52.4: #i68075# Some fixes for better interoperation with the framework::ToolBarController. 2006/09/25 17:41:30 af 1.3.52.3: RESYNC: (1.3-1.4); FILE MERGED 2006/08/28 14:46:11 af 1.3.52.2: #i68075# Fixed the use of locks. 2006/08/22 12:47:23 af 1.3.52.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f35a03c381b7fed4f74cf5100b56037af6a05977]

        INTEGRATION: CWS components1 (1.4.232); FILE MERGED 2007/01/29 17:34:59 af 1.4.232.4: #i68075# Made ImpressViewShellBase the new base class. 2007/01/25 15:34:50 af 1.4.232.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/25 17:41:23 af 1.4.232.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/22 12:45:13 af 1.4.232.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f5ec8d239fcdc31e101f4a31f64b07ba76e26ec2]

        INTEGRATION: CWS components1 (1.8.230); FILE MERGED 2007/02/16 15:16:23 af 1.8.230.7: RESYNC: (1.13-1.14); FILE MERGED 2007/01/25 15:34:42 af 1.8.230.6: RESYNC: (1.12-1.13); FILE MERGED 2006/11/21 16:26:31 af 1.8.230.5: RESYNC: (1.11-1.12); FILE MERGED 2006/11/21 09:40:31 af 1.8.230.4: RESYNC: (1.10-1.11); FILE MERGED 2006/09/28 12:31:48 af 1.8.230.3: #i68075# Fixed resync problems. 2006/09/25 17:41:16 af 1.8.230.2: RESYNC: (1.8-1.10); FILE MERGED 2006/08/22 12:43:45 af 1.8.230.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4f770691cc2ae1ae47f939adb2b8ff285273134c]

        INTEGRATION: CWS components1 (1.6.96); FILE MERGED 2007/01/31 13:52:53 af 1.6.96.6: #i68075# UpdateLockManager stored as shared_ptr. 2007/01/25 15:34:34 af 1.6.96.5: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:41:08 af 1.6.96.4: RESYNC: (1.6-1.8); FILE MERGED 2006/09/07 14:51:55 af 1.6.96.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:33 af 1.6.96.2: #i68075# Fixed compiler problems. 2006/08/22 12:43:11 af 1.6.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f4c882e3d131a3bcf3945fdc529ea1cca3ea9ef1]

        INTEGRATION: CWS components1 (1.24.94); FILE MERGED 2007/01/25 15:34:15 af 1.24.94.7: RESYNC: (1.29-1.30); FILE MERGED 2007/01/22 17:14:03 af 1.24.94.6: #i68075 Introduction of XResourceId interface. 2006/11/21 16:26:17 af 1.24.94.5: RESYNC: (1.28-1.29); FILE MERGED 2006/10/25 16:03:17 af 1.24.94.4: #i70797# Merged FinalizeSetViewMode() back in. 2006/09/25 17:40:50 af 1.24.94.3: RESYNC: (1.24-1.28); FILE MERGED 2006/09/07 14:51:55 af 1.24.94.2: #i68075# Transition from URL to ResourceId. 2006/08/22 09:22:42 af 1.24.94.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8ac19f1606356296acd389003d30dfc1a6c51ecb]

        INTEGRATION: CWS components1 (1.4.232); FILE MERGED 2007/01/29 17:33:01 af 1.4.232.4: #i68075# Made ImpressViewShellBase the new base class. 2007/01/25 15:34:07 af 1.4.232.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/25 17:40:42 af 1.4.232.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/22 12:40:56 af 1.4.232.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [583dffe7638e10bd120c04bd4a9716f03d9a7492]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:07 af 1.1.2.5: #68075# Resolved resync problems. 2006/09/15 09:38:56 af 1.1.2.4: #i68075# Tell the MasterPageObserver about the new document. 2006/09/07 14:51:55 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:33 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/22 09:18:18 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ef172f8fa346bb945c5cdb735e4d68829b6e5f2b]

        INTEGRATION: CWS components1 (1.6.96); FILE MERGED 2007/01/25 15:33:50 af 1.6.96.5: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:40:25 af 1.6.96.4: RESYNC: (1.6-1.8); FILE MERGED 2006/09/07 14:51:54 af 1.6.96.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:32 af 1.6.96.2: #i68075# Fixed compiler problems. 2006/08/22 12:39:06 af 1.6.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [00e8b1a97fb66d036d5b0e387bac18666f290752]

        INTEGRATION: CWS components1 (1.7.98); FILE MERGED 2007/01/29 15:27:07 af 1.7.98.5: #68075# Resolved resync problems. 2007/01/25 15:33:31 af 1.7.98.4: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:40:08 af 1.7.98.3: RESYNC: (1.7-1.8); FILE MERGED 2006/08/28 14:32:32 af 1.7.98.2: #i68075# Fixed compiler problems. 2006/08/22 12:38:01 af 1.7.98.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c9c071bfb3fec1ddc1ea462ad0a2573819a99872]

        INTEGRATION: CWS components1 (1.9.234); FILE MERGED 2007/01/25 15:29:38 af 1.9.234.6: RESYNC: (1.10-1.11); FILE MERGED 2007/01/24 17:54:03 af 1.9.234.5: #i68075# Added the TaskPaneService. 2007/01/23 09:19:44 af 1.9.234.4: #i68075# Reorganization of factory management. 2006/09/25 17:36:22 af 1.9.234.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/07 14:51:54 af 1.9.234.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:36:48 af 1.9.234.1: #i68075# Added new services of the drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [be80b6f18e48ea08a74e8177cc9b80f35e9ac653]

        INTEGRATION: CWS components1 (1.17.98); FILE MERGED 2007/01/29 15:27:07 af 1.17.98.12: #68075# Resolved resync problems. 2007/01/25 15:28:38 af 1.17.98.11: RESYNC: (1.20-1.21); FILE MERGED 2007/01/22 17:05:52 af 1.17.98.10: #i68075 Introduction of XResourceId interface. 2006/11/23 09:13:26 af 1.17.98.9: #i68075# Removed unneccessary RTL_LOGFILE statement. 2006/11/21 16:24:24 af 1.17.98.8: RESYNC: (1.19-1.20); FILE MERGED 2006/11/21 09:40:14 af 1.17.98.7: RESYNC: (1.18-1.19); FILE MERGED 2006/11/16 15:21:14 af 1.17.98.6: #i68075# Optimizations to increase start-up performance. 2006/11/01 13:08:10 af 1.17.98.5: #i70929# Added the ReleaseViewShellBase() method. 2006/10/31 17:08:40 af 1.17.98.4: #i70929# Made getImplementationName() and supportsService() to not throw an exception when controller is disposed. 2006/09/25 17:35:14 af 1.17.98.3: RESYNC: (1.17-1.18); FILE MERGED 2006/09/07 14:51:54 af 1.17.98.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:35:57 af 1.17.98.1: #i68075# Implementation of the XControllerManager interface.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0e821d29bce4739215be219823b5959f5dce910f]

        INTEGRATION: CWS components1 (1.9.52); FILE MERGED 2007/02/16 15:15:41 af 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2006/08/22 12:35:07 af 1.9.52.1: #i68075# Added ConfigurationAccess file.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [62c2c4aa61b64baa1b08ab146dfae8e01a8087ad]

        INTEGRATION: CWS components1 (1.5.38); FILE MERGED 2007/02/16 14:09:41 af 1.5.38.1: #i68075# Specialized the XFrame argument to XDispatchProvider.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [2113c83828c49351559b592a27f84ad832923214]

        INTEGRATION: CWS components1 (1.4.52); FILE MERGED 2006/09/25 17:34:49 af 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/22 12:34:28 af 1.4.52.1: #i68075# Extended the releasing of shared resources that are not unique.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [09a8257856ed15ff95e585835dcf0a4ece25ecff]

        INTEGRATION: CWS components1 (1.10.12); FILE MERGED 2007/01/25 15:28:11 af 1.10.12.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/21 16:24:16 af 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/28 12:31:47 af 1.10.12.1: #i68075# Fixed resync problems.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e634bc9f0d0b05670664b89c04ea5bc9be0ed910]

        INTEGRATION: CWS components1 (1.7.32); FILE MERGED 2006/11/21 16:24:07 af 1.7.32.3: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:34:24 af 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/22 12:32:56 af 1.7.32.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [5feaeef0ffa3ea5120ec09e0c453b79460e6e0af]

        INTEGRATION: CWS components1 (1.11.50); FILE MERGED 2007/02/16 14:09:02 af 1.11.50.8: #i68075# Fixed the disposing() method. 2007/01/29 17:31:31 af 1.11.50.7: #i68075# Handle the disposing of the configuration controller. 2007/01/25 15:28:04 af 1.11.50.6: RESYNC: (1.12-1.13); FILE MERGED 2007/01/24 17:52:54 af 1.11.50.5: #i68075# Introduction of XResourceId interface. 2007/01/22 16:56:06 af 1.11.50.4: #i68075 Introduction of XResourceId interface. 2006/09/25 17:34:08 af 1.11.50.3: RESYNC: (1.11-1.12); FILE MERGED 2006/09/07 14:51:54 af 1.11.50.2: #i68075# Transition from URL to ResourceId. 2006/08/22 12:32:26 af 1.11.50.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [402f9a2cbaef07d7023b3b887930090e24e04fa7]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:06 af 1.1.2.2: #68075# Resolved resync problems. 2006/08/22 09:06:35 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c74594748faab932158a5b594c6a0081f5d57c46]

        INTEGRATION: CWS components1 (1.7.52); FILE MERGED 2006/08/22 12:26:19 af 1.7.52.1: #i68075# Moved configuration handling to new ConfigurationAccess class.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ece8e1eab302acaee0ff7e087b1e1bbda9e14b09]

        INTEGRATION: CWS components1 (1.8.52); FILE MERGED 2007/01/25 15:27:37 af 1.8.52.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/25 17:33:41 af 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/22 12:22:24 af 1.8.52.1: #i68075# Moved configuration handling to new Configuration Access class.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [05a915741dde93d87a1f5c0b65c624acff74b675]

        INTEGRATION: CWS components1 (1.17.50); FILE MERGED 2007/01/25 15:26:43 af 1.17.50.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/25 17:33:15 af 1.17.50.2: RESYNC: (1.17-1.18); FILE MERGED 2006/08/22 11:53:53 af 1.17.50.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [27b6b8cc2e027d308fb71a9d612c60caa1888fc9]

        INTEGRATION: CWS components1 (1.10.52); FILE MERGED 2006/09/25 17:32:58 af 1.10.52.2: RESYNC: (1.10-1.12); FILE MERGED 2006/08/22 11:53:04 af 1.10.52.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c283eab6ec2d6672aad0d3ea9eed3da0a53f7a05]

        INTEGRATION: CWS components1 (1.6.200); FILE MERGED 2007/02/16 15:15:22 af 1.6.200.2: RESYNC: (1.6-1.7); FILE MERGED 2007/01/22 16:43:24 af 1.6.200.1: #i68075 Introduction of XResourceId interface.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [49f1e8ea18d13ef996ca0fc07842ab6e892f9b15]

        INTEGRATION: CWS components1 (1.11.2); FILE MERGED 2007/01/25 15:24:29 af 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/24 17:56:26 af 1.11.2.1: #i68075# The click handler can now be supplied along with a control.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c517813773edeaaec648b58c0b883de380e11016]

        INTEGRATION: CWS components1 (1.11.14); FILE MERGED 2007/01/25 15:24:19 af 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/24 17:51:21 af 1.11.14.1: #i68075# The click handler can now be supplied along with a control.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a021467b2523cfdca41472346f0729845b8db4d0]

        INTEGRATION: CWS components1 (1.14.96); FILE MERGED 2007/01/29 17:30:37 af 1.14.96.6: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:23:26 af 1.14.96.5: RESYNC: (1.15-1.16); FILE MERGED 2007/01/24 17:49:50 af 1.14.96.4: #i68075# The click handler can now be supplied along with a control. 2006/09/25 17:29:20 af 1.14.96.3: RESYNC: (1.14-1.15); FILE MERGED 2006/09/21 09:13:11 af 1.14.96.2: #i68075# Removed unused mpTitleToolBox member. 2006/08/22 11:52:13 af 1.14.96.1: #i68075# Added PaneActivation functor.  Adaption to changes in the pane window implementation.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7d75e96c57d58996fd63e5eeb1e056f3b159a00b]

        INTEGRATION: CWS components1 (1.8.14); FILE MERGED 2007/01/25 15:22:45 af 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2007/01/24 17:48:59 af 1.8.14.1: #i68075# The click handler can now be supplied along with a control.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1ccd97c9624e79a44adadc7dfc5c321ac34600a4]

        INTEGRATION: CWS components1 (1.8.14); FILE MERGED 2007/01/25 15:22:18 af 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED 2007/01/24 17:48:22 af 1.8.14.2: #i68075# The click handler can now be supplied along with a control. 2006/10/20 12:51:16 af 1.8.14.1: #i68075# Check for GetTitleBar() returning a valid pointer in WindowEventListener.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0c4410164015e6ebd6a19e0caf45f2c1c792d472]

        INTEGRATION: CWS components1 (1.18.42); FILE MERGED 2007/02/16 14:08:12 af 1.18.42.6: #i68075# Adaption to changes in SlotStateListener. 2007/01/25 15:21:59 af 1.18.42.5: RESYNC: (1.19-1.20); FILE MERGED 2007/01/22 16:24:32 af 1.18.42.4: #i68075 Introduction of XResourceId interface. 2006/09/25 17:27:46 af 1.18.42.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/07 14:51:53 af 1.18.42.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:50:34 af 1.18.42.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [688e70e9056ff3be957cc2426dd6eb4e65061680]

        INTEGRATION: CWS components1 (1.12.38); FILE MERGED 2007/01/31 13:52:30 af 1.12.38.1: #i68075# UpdateLockManager stored as shared_ptr.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [754fec534e924e2c49dd625e5a0a26ce373df3f2]

        INTEGRATION: CWS components1 (1.4.148); FILE MERGED 2006/11/21 16:23:20 af 1.4.148.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/25 17:26:33 af 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/22 11:49:35 af 1.4.148.1: #i68075# Added ActionChanged() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [82c82fa9252044755651fdbdcf11dbe53ce4e806]

        INTEGRATION: CWS components1 (1.23.38); FILE MERGED 2007/03/16 14:57:29 af 1.23.38.7: #i75426# Do not set the current page in WriteFrameViewData. 2007/01/29 17:30:02 af 1.23.38.6: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:20:44 af 1.23.38.5: RESYNC: (1.24-1.25); FILE MERGED 2007/01/22 16:51:52 af 1.23.38.4: #i68075 Introduction of XResourceId interface. 2006/09/25 17:25:30 af 1.23.38.3: RESYNC: (1.23-1.24); FILE MERGED 2006/09/07 14:51:53 af 1.23.38.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:46:25 af 1.23.38.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9d4db29de7e906528ce310d16d3ac0c97b3ccab4]

        INTEGRATION: CWS components1 (1.5.150); FILE MERGED 2006/08/22 11:45:31 af 1.5.150.1: #i68075# Added ActionChanged() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b496befe1d098df2b8a2ecd5f91ed44f55b3aeff]

        INTEGRATION: CWS components1 (1.23.70); FILE MERGED 2007/02/14 10:05:17 af 1.23.70.10: #i68075# Start a full screen show even when there is no DrawViewShell. 2007/01/25 15:19:45 af 1.23.70.9: RESYNC: (1.25-1.27); FILE MERGED 2007/01/24 17:47:37 af 1.23.70.8: #i68075# Use the drawing framework to activate task pane panels. 2007/01/22 16:23:09 af 1.23.70.7: #i68075 Introduction of XResourceId interface. 2006/12/07 09:27:37 af 1.23.70.6: #i71253# Starting a slide show asynchronously from the slide sorter bar. 2006/11/21 16:23:02 af 1.23.70.5: RESYNC: (1.24-1.25); FILE MERGED 2006/09/25 17:24:26 af 1.23.70.4: RESYNC: (1.23-1.24); FILE MERGED 2006/09/07 14:51:53 af 1.23.70.3: #i68075# Transition from URL to ResourceId. 2006/08/22 13:22:41 af 1.23.70.2: #i68075# Moved DispatchCaller to FrameworkHelper. 2006/08/22 11:44:39 af 1.23.70.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8449e94ad6f0008e221e941875c15c767496ac6d]

        INTEGRATION: CWS components1 (1.27.48); FILE MERGED 2007/02/16 15:14:18 af 1.27.48.7: RESYNC: (1.30-1.31); FILE MERGED 2007/01/25 15:19:29 af 1.27.48.6: RESYNC: (1.29-1.30); FILE MERGED 2007/01/22 16:21:03 af 1.27.48.5: #i68075 Introduction of XResourceId interface. 2006/11/21 16:22:55 af 1.27.48.4: RESYNC: (1.28-1.29); FILE MERGED 2006/09/25 17:24:09 af 1.27.48.3: RESYNC: (1.27-1.28); FILE MERGED 2006/09/07 14:51:52 af 1.27.48.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:40:58 af 1.27.48.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1904b93ecfed0e36123bc656f1464eaa1341744e]

        INTEGRATION: CWS components1 (1.7.74); FILE MERGED 2006/09/25 17:23:44 af 1.7.74.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/22 11:40:17 af 1.7.74.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [6bd28ed72b8ce76ac10eae03fa8b244aa742a61d]

        INTEGRATION: CWS components1 (1.12.96); FILE MERGED 2007/01/25 15:18:59 af 1.12.96.3: RESYNC: (1.13-1.15); FILE MERGED 2006/09/25 17:23:28 af 1.12.96.2: RESYNC: (1.12-1.13); FILE MERGED 2006/08/22 11:39:32 af 1.12.96.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8796dfd542b9a19b851561e3119ae4b8c925e223]

        INTEGRATION: CWS components1 (1.19.72); FILE MERGED 2007/01/25 15:18:18 af 1.19.72.5: RESYNC: (1.22-1.23); FILE MERGED 2006/11/21 16:22:47 af 1.19.72.4: RESYNC: (1.21-1.22); FILE MERGED 2006/11/21 09:39:52 af 1.19.72.3: RESYNC: (1.20-1.21); FILE MERGED 2006/09/25 17:23:02 af 1.19.72.2: RESYNC: (1.19-1.20); FILE MERGED 2006/08/22 11:39:01 af 1.19.72.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [079cc8a6d0a3667d44662419cadcf9456c809b2d]

        INTEGRATION: CWS components1 (1.34.36); FILE MERGED 2007/02/16 15:14:11 af 1.34.36.6: RESYNC: (1.38-1.39); FILE MERGED 2007/01/25 15:18:11 af 1.34.36.5: RESYNC: (1.36-1.38); FILE MERGED 2007/01/22 16:19:48 af 1.34.36.4: #i68075 Introduction of XResourceId interface. 2006/11/21 16:22:39 af 1.34.36.3: RESYNC: (1.35-1.36); FILE MERGED 2006/09/25 17:22:55 af 1.34.36.2: RESYNC: (1.34-1.35); FILE MERGED 2006/08/22 11:38:28 af 1.34.36.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e106150824ef7ac835ee7b65291dbc09e0fc8627]

        INTEGRATION: CWS components1 (1.17.74); FILE MERGED 2007/02/16 15:13:20 af 1.17.74.5: RESYNC: (1.20-1.22); FILE MERGED 2007/01/25 15:16:26 af 1.17.74.4: RESYNC: (1.19-1.20); FILE MERGED 2006/11/21 09:39:45 af 1.17.74.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/25 17:20:16 af 1.17.74.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/15 09:03:20 af 1.17.74.1: #i68075# Added parent window argument to SlideShow constructor.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ce2b6494757d56d77f32746e083b57bb951d37a9]

        INTEGRATION: CWS components1 (1.29.70); FILE MERGED 2007/02/16 15:13:13 af 1.29.70.7: RESYNC: (1.38-1.40); FILE MERGED 2007/01/25 15:16:15 af 1.29.70.6: RESYNC: (1.34-1.38); FILE MERGED 2006/11/21 16:22:00 af 1.29.70.5: RESYNC: (1.33-1.34); FILE MERGED 2006/11/21 09:39:37 af 1.29.70.4: RESYNC: (1.32-1.33); FILE MERGED 2006/09/25 17:20:08 af 1.29.70.3: RESYNC: (1.29-1.32); FILE MERGED 2006/09/22 14:22:55 af 1.29.70.2: #i68075# Using the right parent window in startPreview(). 2006/09/15 09:04:27 af 1.29.70.1: #i68075# Added parent window argument to SlideShow constructor.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [acf05af62cfb1c167f5aa7a678b9c9c07e7dc65b]

        INTEGRATION: CWS components1 (1.7.74); FILE MERGED 2007/01/25 15:16:07 af 1.7.74.3: RESYNC: (1.8-1.9); FILE MERGED 2006/09/25 17:19:42 af 1.7.74.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/15 09:02:44 af 1.7.74.1: #i68075# Added parent window argument to SlideShow constructor.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b43132e2fde69b1e28ac6c2f1012d023660540a2]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2006/08/22 11:36:30 af 1.3.234.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a5eadcf36797bb621deaae05c53d73f3a1c56ece]

        INTEGRATION: CWS components1 (1.2.396); FILE MERGED 2007/01/24 17:46:26 af 1.2.396.8: #i68075# Introduction of XResourceId interface. 2007/01/22 16:18:31 af 1.2.396.7: #i68075 Introduction of XResourceId interface. 2006/12/08 15:41:05 af 1.2.396.6: #i72399# Catching DisposedException when restoring configuration. 2006/11/22 12:32:04 af 1.2.396.5: #i71253# Optimized how the panes are hidden. 2006/09/25 17:19:06 af 1.2.396.4: RESYNC: (1.2-1.3); FILE MERGED 2006/09/07 14:51:52 af 1.2.396.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:32 af 1.2.396.2: #i68075# Fixed compiler problems. 2006/08/22 11:37:08 af 1.2.396.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [613062437635344328bfd9b8064d9676f2718680]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2007/02/16 14:07:28 af 1.3.234.1: #i68075# Specialized the XFrame argument to XDispatchProvider.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [367abf14a8cafde3a9f328dca98cb65844ef69f0]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/22 09:07:31 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [22becfb8ccb36af49242fa10e0177a5bfa4bd484]

        INTEGRATION: CWS components1 (1.2.150); FILE MERGED 2007/02/16 14:05:31 af 1.2.150.2: #i68075# Fixed comments. 2006/12/07 09:24:19 af 1.2.150.1: #i71253# Fixed a typo.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3675e2042bcc9c595207f2607d550a2f0a1f86e4]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2007/01/25 15:15:00 af 1.3.234.2: RESYNC: (1.3-1.4); FILE MERGED 2007/01/24 17:45:10 af 1.3.234.1: #i68075# The click handler can now be supplied along with a control.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [74755582c2388e90162358714fcf16ce7b9f0039]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2007/01/25 15:14:53 af 1.3.234.2: RESYNC: (1.3-1.4); FILE MERGED 2007/01/24 17:42:30 af 1.3.234.1: #i68075# The click handler can now be supplied along with a titled control.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [27497821716d2266715670f79bfc611c2126fcda]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 17:34:02 af 1.1.2.5: #i68075# Handle the disposing of the configuration controller. 2007/01/22 16:16:46 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/09/15 09:15:10 af 1.1.2.3: #i68075# Documentation update. 2006/09/07 14:51:52 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/17 07:57:05 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [eebf487462003894c1c97f75f50d7fb5508870e8]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/24 17:37:05 af 1.1.2.2: #i68075# Added another constructor. 2007/01/22 13:55:49 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3b69d6af20b1dc525e2daa23e8775b53a478210c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/28 14:32:31 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/18 14:00:51 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a5aea491175bfc71824b998ded0977330578d162]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/01 11:54:22 af 1.1.2.7: #i74543# Made MutexOwner a protected base class. 2007/01/22 16:08:03 af 1.1.2.6: #i68075 Introduction of XResourceId interface. 2006/10/13 09:10:11 af 1.1.2.5: #i68075# Made GetWindow() virtual. 2006/09/21 09:02:18 af 1.1.2.4: #i68075# Added ThrowIfDisposed() method. 2006/09/07 14:51:51 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/22 11:35:33 af 1.1.2.2: #i68075# Added getCanvas() method and renamed getURL() to getPaneURL(). 2006/08/16 08:16:39 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fb70e66cfbef62b28a787cb9d29564059de86dd9]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/28 14:32:31 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/18 14:27:33 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8864bf89c89c51a64d6a9aff75ddd6ed76afe4b5]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/28 14:32:31 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/18 13:59:25 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [bfe95acb2d9492a068f66d4e124efc46eefb4ee9]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:38:50 af 1.1.2.11: #i74543# Minor documentation update. 2007/01/29 17:27:08 af 1.1.2.10: #i68075# Handle the disposing of the configuration controller and the view controller. 2007/01/24 17:36:13 af 1.1.2.9: #i68075# Added support for the task pane. 2007/01/22 16:06:17 af 1.1.2.8: #i68075 Introduction of XResourceId interface. 2006/11/22 10:26:09 af 1.1.2.7: #i68075# Added WaitForUpdate() method. 2006/09/07 14:51:51 af 1.1.2.6: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:31 af 1.1.2.5: #i68075# Fixed compiler problems. 2006/08/22 13:19:03 af 1.1.2.4: #i68075# Moved DispatchCaller to sd::framework namespace. 2006/08/22 13:16:37 af 1.1.2.3: #i68075# Added DispatchCaller functor. 2006/08/22 11:34:32 af 1.1.2.2: #i68075# Removed the concept of pane ids.  ViewShells are handled with shared_ptrs. 2006/08/02 12:49:08 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7eae6087a75cf266428184d9a8fdd41b48904f4c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/18 13:58:50 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [88b4c752918ed31aa476d604cfb062979599f8b4]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 11:01:10 af 1.1.2.11: #i75056# Made locking nestable. 2007/02/20 09:11:22 af 1.1.2.10: #i68075# Code cleanup. 2007/02/14 10:43:25 af 1.1.2.9: #i68075# Resolved compiler problems. 2007/01/31 13:51:33 af 1.1.2.8: #i68075# Moved configuration update into its own ConfigurationUpdater class. 2007/01/22 16:02:52 af 1.1.2.7: #i68075 Introduction of XResourceId interface. 2006/10/06 09:27:51 af 1.1.2.6: #i68075# Improved the handling of asynchronous configuration updates. 2006/09/21 09:12:37 af 1.1.2.5: #i68075# Cleanup. 2006/09/07 14:51:51 af 1.1.2.4: #i68075# Transition from URL to ResourceId. 2006/08/29 11:11:05 af 1.1.2.3: #i68075# Added the CleanConfiguration() method. 2006/08/28 14:32:31 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/18 14:40:26 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [54b9280b3bd80588637923db74ae83b0d695c263]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 10:57:57 af 1.1.2.6: #i75056# Added global AreConfigurationsEquivalent() function. 2007/01/24 17:35:32 af 1.1.2.5: #i68075# Introduction of XResourceId interface. 2007/01/22 16:01:19 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/09/07 14:51:51 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:31 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/03 09:07:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [efd0e7f4147448d1b65c034c4f929fd49d17cae4]

        INTEGRATION: CWS components1 (1.4.234); FILE MERGED 2006/09/15 09:00:19 af 1.4.234.1: #i68075# Added parent window argument to SlideShow constructor.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e56cd82e85093b6d79dddb2145b2187676b5aeb9]

        INTEGRATION: CWS components1 (1.4.234); FILE MERGED 2007/01/29 15:27:05 af 1.4.234.4: #68075# Resolved resync problems. 2007/01/22 15:59:46 af 1.4.234.3: #i68075 Introduction of XResourceId interface. 2006/09/07 14:51:50 af 1.4.234.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:33:27 af 1.4.234.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ee98325f39e1b3d391c36fd9707f483b40cbc347]

        INTEGRATION: CWS components1 (1.8.98); FILE MERGED 2006/10/13 09:06:33 af 1.8.98.2: #i68075# Added support for SfxShells (as used by the pane shells.) 2006/08/22 11:32:36 af 1.8.98.1: #i68075# Added a variant of the ActivateViewShell() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b202dcc98d8ce97e630d05d3e229ed6f7049bf46]

        INTEGRATION: CWS components1 (1.15.96); FILE MERGED 2007/02/20 09:22:09 af 1.15.96.8: #i68075# Resolved resync conflict. 2007/02/16 15:12:32 af 1.15.96.7: RESYNC: (1.16-1.17); FILE MERGED 2007/01/31 13:49:44 af 1.15.96.6: #i68075# UpdateLockManager stored as shared_ptr. 2007/01/25 15:06:55 af 1.15.96.5: RESYNC: (1.15-1.16); FILE MERGED 2006/09/21 09:11:21 af 1.15.96.4: #i68075# Made comment of GetViewWindow() more clear. 2006/09/15 09:37:10 af 1.15.96.3: #i68075# Added access to the new view window. 2006/09/07 14:51:50 af 1.15.96.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:31:13 af 1.15.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [26dc8f747d3055aadb46e1a2f19eec9f5322c4a6]

        INTEGRATION: CWS components1 (1.19.96); FILE MERGED 2007/01/29 17:26:06 af 1.19.96.5: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:06:47 af 1.19.96.4: RESYNC: (1.20-1.21); FILE MERGED 2006/10/13 09:00:06 af 1.19.96.3: #i68075# Avoid warnings about unused variables. 2006/09/25 17:17:50 af 1.19.96.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/15 09:36:21 af 1.19.96.1: #i68075# Removed arguments from Resize().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0dade48f7fee33c9623ca4a31dc51318bc3c379b]

        INTEGRATION: CWS components1 (1.2.98); FILE MERGED 2007/02/16 14:04:00 af 1.2.98.3: #i68075# Renamed Update() to RequestUpdate(). 2006/11/21 09:38:21 af 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2006/08/22 11:29:57 af 1.2.98.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b64a4d3e768e844ad7146a2a931d366b91461609]

        INTEGRATION: CWS components1 (1.7.96); FILE MERGED 2007/01/29 17:29:35 af 1.7.96.5: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:06:30 af 1.7.96.4: RESYNC: (1.7-1.8); FILE MERGED 2007/01/24 17:34:56 af 1.7.96.3: #i68075# Added Initialize() method. 2006/09/21 09:10:39 af 1.7.96.2: #i68075# Removed unused mpTitleToolBox member. 2006/08/22 11:29:00 af 1.7.96.1: #i68075# Added the PanelActivation functor class.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ad534c7c23330414bbf1cf1396c9302e67aff0a7]

        INTEGRATION: CWS components1 (1.3.232); FILE MERGED 2007/01/29 17:24:19 af 1.3.232.3: #i68075# Made ImpressViewShellBase the new base class. 2006/08/22 12:45:36 af 1.3.232.2: #i68075# Removed the LateInit() variant. 2006/08/22 11:23:32 af 1.3.232.1: #i68075# Added LateInit() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b485a2333a2491685da522f0774f12d6a9c1be0f]

        INTEGRATION: CWS components1 (1.10.38); FILE MERGED 2007/01/29 17:25:34 af 1.10.38.1: #i68075# New RelocateToParentWindow() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1d571d17b8c480196592b158b1a7316fdbef793e]

        INTEGRATION: CWS components1 (1.5.96); FILE MERGED 2006/09/07 14:51:50 af 1.5.96.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:17:05 af 1.5.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0a104d0fe15525fb68cb9475caea79a153706cad]

        INTEGRATION: CWS components1 (1.5.232); FILE MERGED 2007/02/14 09:58:57 af 1.5.232.3: #i68075# A full screen show can be started without a view shell. 2007/01/25 15:05:43 af 1.5.232.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/22 11:21:21 af 1.5.232.1: #i68075# Made the descructor public.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [462251115d0bfa84c28633a7f6cb3451604a77a2]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:05 af 1.1.2.2: #68075# Resolved resync problems. 2006/10/13 08:06:24 af 1.1.2.1: #i68075# Pane child windows are now handled with the help of shells.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ba33ae113995b9cb9a1593e75488adfc2bd19b8d]

        INTEGRATION: CWS components1 (1.9.200); FILE MERGED 2006/11/16 14:35:02 af 1.9.200.3: #i68075# Optimizations to increase start-up performance. 2006/09/21 09:09:40 af 1.9.200.2: #i68075# Made mpContentWindow and mpTitleToolBox scoped_ptrs. 2006/08/23 11:22:34 af 1.9.200.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [aa9215cff450ae792967f3fb5db2a4ea7f45fc2d]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2006/10/13 08:21:51 af 1.3.234.2: #i68075# Cleanup. 2006/08/23 11:20:49 af 1.3.234.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7ab29624dd7ecafa00c040139df836ff8bda7389]

        INTEGRATION: CWS components1 (1.3.232); FILE MERGED 2007/01/29 17:23:45 af 1.3.232.3: #i68075# Made ImpressViewShellBase the new base class. 2006/08/22 12:41:28 af 1.3.232.2: #i68075# Removed the LateInit() variant. 2006/08/22 11:13:35 af 1.3.232.1: #i68075# Added implementation of the LateInit() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [17911eebe0e53e0463a577f8a3399543654af7dc]

        INTEGRATION: CWS components1 (1.11.96); FILE MERGED 2007/01/25 15:05:25 af 1.11.96.2: RESYNC: (1.11-1.12); FILE MERGED 2006/08/22 11:12:59 af 1.11.96.1: #i68075# Added implementation of the Shutdown() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [485f66a623367b6b5117aa8d90c0ec8ac3e64bec]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/18 14:56:46 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ef02c1b508216a5451ff79a9d35aa0093185f584]

        INTEGRATION: CWS components1 (1.6.96); FILE MERGED 2006/09/07 14:51:50 af 1.6.96.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:12:29 af 1.6.96.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e5b4a57ad430f268e0d249f43e9fbcc2ce306fdb]

        INTEGRATION: CWS components1 (1.7.98); FILE MERGED 2006/08/22 11:11:32 af 1.7.98.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [6a9b034106d01bc6346ecde2ed3a2da740a5c1d6]

        INTEGRATION: CWS components1 (1.19.40); FILE MERGED 2007/01/29 17:22:51 af 1.19.40.5: #i68075# New RelocateToParentWindow() method. 2007/01/25 15:03:50 af 1.19.40.4: RESYNC: (1.20-1.21); FILE MERGED 2006/11/21 16:19:56 af 1.19.40.3: RESYNC: (1.19-1.20); FILE MERGED 2006/09/15 09:33:58 af 1.19.40.2: #i68075# Removed arguments from Resize(). 2006/08/22 11:10:45 af 1.19.40.1: #i68075# Added implementation of the Shutdown() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f898056d676f92a935a763ed8e9d0dce72512a97]

        INTEGRATION: CWS components1 (1.11.98); FILE MERGED 2007/01/25 15:03:33 af 1.11.98.8: RESYNC: (1.12-1.13); FILE MERGED 2007/01/22 15:48:58 af 1.11.98.7: #i68075 Introduction of XResourceId interface. 2006/11/21 09:38:03 af 1.11.98.6: RESYNC: (1.11-1.12); FILE MERGED 2006/11/16 14:57:48 af 1.11.98.5: #i68075# Optimizations to increase start-up performance. 2006/11/02 16:12:38 af 1.11.98.4: #i70929# Extended the class documentation a bit. 2006/11/01 13:10:22 af 1.11.98.3: #i70929# Added the ReleaseViewShellBase() method. 2006/09/07 14:51:50 af 1.11.98.2: #i68075# Transition from URL to ResourceId. 2006/08/22 11:08:29 af 1.11.98.1: #i68075# Added implementation of the XControllerManager interface.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [902c383c126043168ff6605d8c59ff4af349b91f]

        INTEGRATION: CWS components1 (1.8.166); FILE MERGED 2007/01/25 14:58:03 af 1.8.166.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/25 17:13:48 af 1.8.166.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/22 11:06:29 af 1.8.166.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [44ec64a866d60a966265e03caad9f2c495e16c85]

        INTEGRATION: CWS components1 (1.10.148); FILE MERGED 2007/01/25 14:56:53 af 1.10.148.3: RESYNC: (1.12-1.13); FILE MERGED 2006/09/25 17:12:36 af 1.10.148.2: RESYNC: (1.10-1.12); FILE MERGED 2006/08/22 11:05:54 af 1.10.148.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [d3845641f2b69f077a66e23e1a6fd1b9281e6864]

        INTEGRATION: CWS components1 (1.8.166); FILE MERGED 2007/01/25 14:53:40 af 1.8.166.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/25 17:09:11 af 1.8.166.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/22 11:05:11 af 1.8.166.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fb8ebcfbe7b407248a2b0877f8c64324536e4a4b]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:22:45 af 1.1.2.4: #i68075# Makefile cleanup. 2007/01/22 15:46:02 af 1.1.2.3: #i68075 Removed ResourceIdHelper. 2006/09/07 14:51:49 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/16 15:50:35 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7585468e02b7180cca310ee62a419cc69119c142]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:35:15 af 1.1.2.14: #i74543# Fixed disposing of FrameworkHelper when ViewShellBase dies. 2007/01/30 09:25:01 af 1.1.2.13: #68075# Removed warnings. 2007/01/29 17:20:16 af 1.1.2.12: #i68075# Handle the disposing of the configuration controller and the view controller. 2007/01/29 15:27:04 af 1.1.2.11: #68075# Resolved resync problems. 2007/01/24 17:32:02 af 1.1.2.10: #i68075# Added support for the task pane. 2007/01/22 15:43:57 af 1.1.2.9: #i68075 Introduction of XResourceId interface. 2006/11/22 10:25:20 af 1.1.2.8: #i68075# Added WaitForUpdate() method. 2006/11/02 15:56:25 af 1.1.2.7: #i70929# Renamed ViewShellBaseObserver to LifetimeController and fixed its handling of destruction of ViewShellBase and DrawController. 2006/09/07 14:51:49 af 1.1.2.6: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:30 af 1.1.2.5: #i68075# Fixed compiler problems. 2006/08/22 13:18:44 af 1.1.2.4: #i68075# Moved DispatchCaller to sd::framework namespace. 2006/08/22 13:16:00 af 1.1.2.3: #i68075# Added DispatchCaller functor. 2006/08/18 14:54:27 af 1.1.2.2: #i68075# GetViewShell() returns shared_ptr. 2006/08/16 15:50:20 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4283ea8977e72244f0b4ba528214f441729798c7]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:22:43 af 1.1.2.7: #i68075# Makefile cleanup. 2007/02/16 14:02:33 af 1.1.2.6: #i74543# Added the ReadOnlyModeObserver class. 2007/01/24 17:30:33 af 1.1.2.5: #i68075# Merged ViewTabBarModule and ViewTabBarUpdateModule classes. 2006/10/13 08:53:17 af 1.1.2.4: #i68075# Removed FrameWindowPaneFactory and ChildWindowPaneFactory. 2006/09/21 09:00:06 af 1.1.2.3: #i68075# Added new ChildWindowPane class. 2006/09/07 14:51:48 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/18 14:21:51 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b339a7de5e3682db7e2b9f4c68ad8d360e43d648]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/24 17:25:57 af 1.1.2.2: #i68075# Merged ViewTabBarModule and ViewTabBarUpdateModule classes. 2006/09/07 14:02:23 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Fridrich Štrba  <fridrich_strba@openoffice.org>  [26eddbe6a2fb7b7fe34e4e0ad101ed555730fce9]

        adding (kind of) hightlight conversion in ooxml and doc, adding char scaling and hidden conversion, fixing shadow attribute conversion in both doc and docx, ...

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3358bda56d3c8e87ada3d09099195661bd94b106]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:03 af 1.1.2.3: #68075# Resolved resync problems. 2007/01/24 17:26:38 af 1.1.2.2: #i68075# Merged ViewTabBarModule and ViewTabBarUpdateModule classes. 2006/09/07 14:02:38 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a81a6c32bc079a009a3aa369185fac802760cf9f]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:52:30 af 1.1.2.4: #i74543# Moved initialization code to static Initialize() function. 2007/03/07 10:50:49 af 1.1.2.3: #i75056# Downgraded ResourceManager from base class to member. 2006/09/07 14:51:47 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/18 14:08:15 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e7378028fa02dd5f7b9f8aa3c8932cc8dad4ec7c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:51:17 af 1.1.2.7: #i74543# Created local LocalReadOnlyModeObserver class. 2007/03/07 10:54:07 af 1.1.2.6: #i75056# Downgraded ResourceManager from base class to member. 2007/01/29 15:27:02 af 1.1.2.5: #68075# Resolved resync problems. 2007/01/22 15:35:11 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/09/07 14:51:47 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/29 11:12:01 af 1.1.2.2: #i68075# Fixed the requests for activation or deactivation of the task pane. 2006/08/18 14:09:06 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ade8f0a8e23b91f9b8c33dcefaf5bb6ef9e741d8]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/22 15:33:34 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/09/07 14:51:47 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:44:37 af 1.1.2.2: #i68075# Improved the handling of where and when to show the slide sorter. 2006/08/18 14:10:13 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3d477753a94bf034e5d145a9adb2634e7177db75]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 16:02:55 af 1.1.2.8: #i68075# Cleanup. 2007/01/29 15:27:02 af 1.1.2.7: #68075# Resolved resync problems. 2007/01/24 17:25:01 af 1.1.2.6: #i68075# Introduction of XResourceId interface. 2007/01/22 15:28:56 af 1.1.2.5: #i68075 Introduction of XResourceId interface. 2006/09/07 16:26:11 af 1.1.2.4: #i68075# Transition from URL to ResourceId. 2006/09/07 14:51:47 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:37:00 af 1.1.2.2: #i68075# Improved the handling of where and when to show the slide sorter. 2006/08/18 14:10:27 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3ef91bded916a1ff7099d7377f297a455c1af66b]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 10:49:12 af 1.1.2.3: #i75056# Added Enable() and Disable() methods. 2007/01/22 15:27:44 af 1.1.2.2: #i68075 Introduction of XResourceId interface. 2006/09/07 14:05:26 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [64572e5db7d280b757ad5954ad24a60ddee601e9]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:33:32 af 1.1.2.8: #i74543# Calling dispose() instead of disposing() when the configuration controller is disposed. 2007/03/07 10:49:53 af 1.1.2.7: #i75056# Added Enable() and Disable() methods. 2007/02/16 14:02:06 af 1.1.2.6: #i68075# Added some comments. 2007/01/29 15:27:02 af 1.1.2.5: #68075# Resolved resync problems. 2007/01/24 17:24:36 af 1.1.2.4: #i68075# Introduction of XResourceId interface. 2007/01/22 15:25:46 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 16:26:11 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/09/07 14:05:38 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b5031dff2c545e45933fcce5a605894fb87fc99f]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:31:50 af 1.1.2.3: #i74543# Using UNO listener instead of function object callback. 2007/03/07 10:46:55 af 1.1.2.2: #i75056# Generalized ReadOnlyModeObserver by having it call a callback object when the read-write mode changes. 2007/02/16 13:57:24 af 1.1.2.1: #i74543# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a6640faedd4b40318db65043495fb98320416f98]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/19 09:46:56 af 1.1.2.5: #i75055# Resolved a shadow variable. 2007/03/15 09:31:31 af 1.1.2.4: #i74543# Using UNO listener instead of function object callback. 2007/03/07 10:44:08 af 1.1.2.3: #i75056# Generalized ReadOnlyModeObserver by having it call a callback object when the read-write mode changes. 2007/03/01 10:03:53 af 1.1.2.2: #i74543# Added inclusion of precompiled headers. 2007/02/16 13:57:45 af 1.1.2.1: #i74543# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [edfb4f5648263d3ea6940df0121604dd247c2392]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:02 af 1.1.2.3: #68075# Resolved resync problems. 2007/01/24 17:23:47 af 1.1.2.2: #i68075# Merged ViewTabBarModule and ViewTabBarUpdateModule classes. 2006/08/18 13:57:58 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e70f0f68aa16e2476d869c10883605b094c1f9c2]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/30 09:25:00 af 1.1.2.6: #68075# Removed warnings. 2007/01/29 16:47:18 af 1.1.2.5: #i68075# Made references to loaded modules weak. 2007/01/29 15:27:02 af 1.1.2.4: #68075# Resolved resync problems. 2006/09/28 12:31:46 af 1.1.2.3: #i68075# Fixed resync problems. 2006/08/22 09:44:21 af 1.1.2.2: #i68075# Removed inclusion of previously deleted ConfigurationRules.hxx. 2006/08/18 14:26:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [5a2412a96bcd71e99be7a543f56740fae0ef0e84]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:19:23 af 1.1.2.9: #i74543# Setup of TaskPaneModule changed. 2007/03/07 10:47:58 af 1.1.2.8: #i75056# The ReadOnlyModeObserver is now used by the TaskPaneModule directly. 2007/02/16 14:01:01 af 1.1.2.7: #i74543# Added the ReadOnlyModeObserver class." 2007/01/29 15:27:02 af 1.1.2.6: #68075# Resolved resync problems. 2007/01/24 17:23:23 af 1.1.2.5: #i68075# Merged ViewTabBarModule and ViewTabBarUpdateModule classes. 2007/01/22 15:23:35 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/10/13 08:52:40 af 1.1.2.3: #i68075# Cleanup. 2006/09/07 14:51:47 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/18 13:57:24 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ea8691b2d2cbaa8cc76de81817e129014cfc8d09]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:01 af 1.1.2.3: #68075# Resolved resync problems. 2007/01/22 15:17:45 af 1.1.2.2: #i68075 Introduction of XResourceId interface. 2006/08/18 13:57:41 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [35c0a3e72544ef9e5efa9242f8e9fdbce8e22052]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/18 14:07:13 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0afc9e9816795838f087d201ed4c76fd304a41b5]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 15:44:03 af 1.1.2.9: #i75051# Using getFirstViewForAnchor() instead of getView(). 2007/01/29 15:27:01 af 1.1.2.8: #68075# Resolved resync problems. 2007/01/22 15:12:57 af 1.1.2.7: #i68075 Introduction of XResourceId interface. 2006/11/01 13:15:16 af 1.1.2.6: #i70929# Adaption to changes in ViewShellBase. 2006/10/09 13:07:16 af 1.1.2.5: #i68075# Listening for ResourceActivationEvent. 2006/09/07 16:26:11 af 1.1.2.4: #i68075# Transition from URL to ResourceId. 2006/09/07 14:46:31 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:28 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/18 14:06:59 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8bd3187a56c132f86c309e64d4e74946e8e585d8]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/20 09:22:42 af 1.1.2.8: #i68075# Makefile cleanup. 2007/01/31 13:44:26 af 1.1.2.7: #i68075# Added ConfigurationTracer and ConfigurationUpdater. 2007/01/24 17:20:52 af 1.1.2.6: #i68075# Added ConfigurationClassifier class. 2007/01/22 14:49:20 af 1.1.2.5: #i68075 Introduction of XResourceId interface. 2006/09/21 08:55:06 af 1.1.2.4: #i68075# Added the UpdateRequest. 2006/09/07 14:43:46 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/16 09:48:54 af 1.1.2.2: #i68075# Renamed Operation to Request. 2006/08/16 07:45:23 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [2a4d47f6814033242af277ae43d229cff2fc9c8c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/21 08:40:29 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b0b0f2ea1d87711cbecaa058237cb4b8d1255e2f]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:00 af 1.1.2.3: #68075# Resolved resync problems. 2006/09/28 12:31:45 af 1.1.2.2: #i68075# Fixed resync problems. 2006/09/21 08:40:39 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [356698c7b33ce600de5ec203be24b6e521e9a568]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/14 09:49:11 af 1.1.2.4: #i68075# Fixed the initialize() method to use the right arguments. 2007/01/29 15:27:00 af 1.1.2.3: #68075# Resolved resync problems. 2007/01/24 17:20:13 af 1.1.2.2: #i68075# Some code fixes. 2007/01/22 13:56:14 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b980e6e333dd913a211e9a659a30a984827ae1cc]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:00 af 1.1.2.4: #68075# Resolved resync problems. 2007/01/22 14:09:24 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 14:20:12 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/16 07:44:12 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4b7cb37d5e805f0b6dcc2b6ba2320569e4bb5652]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:27:00 af 1.1.2.5: #68075# Resolved resync problems. 2007/01/22 14:10:03 af 1.1.2.4: #i68075 Introduction of XResourceId interface. 2006/09/07 14:21:10 af 1.1.2.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:28 af 1.1.2.2: #i68075# Fixed compiler problems. 2006/08/16 07:44:25 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9ac1c4d5ea847995628e7fe63be592dc8aa183b4]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:17:22 af 1.1.2.3: #i74543# Created new CheckUpdateSuccess() method. 2007/03/07 10:17:19 af 1.1.2.2: #i75056# Request another update when an update failed. 2007/01/31 13:36:32 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f2cfa85e72d069ec90f1a4a273241e363f501ebe]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:13:31 af 1.1.2.4: #i74543# Moved update result check to new CheckUpdateSuccess() method. 2007/03/07 10:15:00 af 1.1.2.3: #i75056# Repeated updates when configuration is not updated successfully. 2007/02/14 10:43:25 af 1.1.2.2: #i68075# Resolved compiler problems. 2007/01/31 13:36:17 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e635f0930a66707473cb4921cc228423cf3f4cb4]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/31 13:37:53 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f5e5b2578065d5b1f5075fd78cdc50df52ad136c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 09:55:35 af 1.1.2.3: #i75056# Using OSL_TRACE instead of printf. 2007/02/14 10:43:24 af 1.1.2.2: #i68075# Resolved compiler problems. 2007/01/31 13:36:46 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4abc10b07633c1ab4f099f7b44364dc670e4f94c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/10/06 09:31:02 af 1.1.2.2: #i68075# The broadcaster now has a reference to the ConfigurationController so that it can throw exceptions with the controller as source. 2006/09/07 14:00:00 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3a76fcfbfb8799dac2435eb81208caa8af70eb0b]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:26:59 af 1.1.2.3: #68075# Resolved resync problems. 2006/10/06 09:30:18 af 1.1.2.2: #i68075# The broadcaster now has a reference to the ConfigurationController so that it can throw exceptions with the controller as source. 2006/09/07 13:59:48 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b7e115ae7f9bb76acab3b8247f15698dd687c298]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 09:54:39 af 1.1.2.21: #i75056# Made locking nestable. 2007/02/20 09:09:08 af 1.1.2.20: #i68075# Code cleanup. 2007/02/14 12:33:38 af 1.1.2.19: #i68075# Commented out the temporary definition of VERBOSE. 2007/02/14 12:31:24 af 1.1.2.18: #i68075# Commented out the temporary definition of VERBOSE. 2007/02/14 09:48:17 af 1.1.2.17: #i68075# Using the right mutex. 2007/01/31 13:48:17 af 1.1.2.16: #i68075# Moved configuration update into its own ConfigurationUpdater class. 2007/01/29 15:26:59 af 1.1.2.15: #68075# Resolved resync problems. 2007/01/24 17:16:05 af 1.1.2.14: #i68075# Moved configuration classification code to its own ConfigurationClassifier class. 2007/01/22 14:13:30 af 1.1.2.13: #i68075 Introduction of XResourceId interface. 2006/11/01 13:12:19 af 1.1.2.12: #i70929# Adaption to changes in ViewShellBase. 2006/10/06 09:27:17 af 1.1.2.11: #i68075# Improved the handling of asynchronous configuration updates. 2006/09/28 12:31:45 af 1.1.2.10: #i68075# Fixed resync problems. 2006/09/21 08:54:30 af 1.1.2.9: #i68075# Fixed the update() method. 2006/09/07 16:26:10 af 1.1.2.8: #i68075# Transition from URL to ResourceId. 2006/09/07 14:19:36 af 1.1.2.7: #i68075# Transition from URL to ResourceId. 2006/08/29 11:10:32 af 1.1.2.6: #i68075# Added the CleanConfiguration() method. 2006/08/28 14:34:28 af 1.1.2.5: #i68075# Reimplemented restoreConfiguration() by making resource activation and deactivation requests. 2006/08/28 14:32:28 af 1.1.2.4: #i68075# Fixed compiler problems. 2006/08/23 11:30:35 af 1.1.2.3: #i68075# Avoid recursive calling of UpdateConfiguration(). 2006/08/16 09:48:46 af 1.1.2.2: #i68075# Renamed Operation to Request. 2006/08/02 15:57:55 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e7b090228d6ecd214025e636646046a1fce1b440]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/31 13:43:49 af 1.1.2.2: #i68075# Partition() returns true when configurations differ. 2007/01/24 17:08:45 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [3075d466423a38cb1dfc50f2934859213a255cd8]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/15 09:01:56 af 1.1.2.5: #i74543# Cleanup. 2007/02/14 09:47:11 af 1.1.2.4: #i68075# Cleanup. 2007/01/31 13:43:24 af 1.1.2.3: #i68075# Partition() returns true when configurations differ. 2007/01/29 15:26:59 af 1.1.2.2: #68075# Resolved resync problems. 2007/01/24 17:09:01 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ec113e8b54153c42f98fc0a63f81562ea0178916]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/03/07 09:52:37 af 1.1.2.6: #i75056# Added AreConfigurationsEquivalent() function.  Added mutex guards. 2007/01/29 15:26:59 af 1.1.2.5: #68075# Resolved resync problems. 2007/01/24 17:14:57 af 1.1.2.4: #i68075# Added some debug output. 2007/01/22 14:08:38 af 1.1.2.3: #i68075 Introduction of XResourceId interface. 2006/09/07 14:17:41 af 1.1.2.2: #i68075# Transition from URL to ResourceId. 2006/08/03 09:08:08 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [cd49a9e5ea8dac903d1793f3e6c6b770d2edd53a]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/31 13:42:31 af 1.1.2.5: #i68075# Moved configuration update into its own ConfigurationUpdater class. 2006/09/21 08:50:20 af 1.1.2.4: #i68075# Calling UpdateConfiguration() instead of update() at ConfigurationController. 2006/08/29 11:08:16 af 1.1.2.3: #i68075# Removed the Trace methods. 2006/08/18 14:51:45 af 1.1.2.2: #i68075# Renamed operation into request. 2006/08/16 09:45:35 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueueProcessor.hxx

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [64866e559650e451dff36bf00597f7e7f7c13858]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/02/14 09:46:09 af 1.1.2.9: #i68075# Made event processing more thread safe. 2007/01/31 13:42:04 af 1.1.2.8: #i68075# Moved configuration update into its own ConfigurationUpdater class. 2007/01/29 15:26:59 af 1.1.2.7: #68075# Resolved resync problems. 2006/10/06 09:25:34 af 1.1.2.6: #i68075# Cleaned up OSL_TRACEs.  Calling CheckedUpdateConfiguration() instead of UpdateConfiguration(). 2006/09/28 12:31:44 af 1.1.2.5: #i68075# Fixed resync problems. 2006/09/21 08:49:04 af 1.1.2.4: #i68075# Calling UpdateConfiguration() instead of update() at ConfigurationController. 2006/08/29 11:09:31 af 1.1.2.3: #i68075# Improved the code for debug output. 2006/08/18 14:51:38 af 1.1.2.2: #i68075# Renamed operation into request. 2006/08/16 09:45:48 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueueProcessor.cxx

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a2c08348b555dcc73c910de36c9afc7b56871e08]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/08/16 09:45:16 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueue.hxx

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [14ac9f35b05848cbce3a18faaf49ceccb6d738dc]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:26:59 af 1.1.2.2: #68075# Resolved resync problems. 2006/08/16 09:45:01 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueue.cxx

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1cbdc268d73765276d0886e45cdf61e401b79c46]

        INTEGRATION: CWS components1 (1.73.36); FILE MERGED 2007/01/25 14:49:21 af 1.73.36.9: RESYNC: (1.75-1.77); FILE MERGED 2007/01/22 14:04:27 af 1.73.36.8: #i68075 Introduction of XResourceId interface. 2006/12/04 13:46:31 af 1.73.36.7: #i72136# Fixed GotoBookmark(). 2006/11/24 09:51:42 af 1.73.36.6: #i68075# Reintroduced a fix made by AW that was merged out. 2006/11/21 16:15:17 af 1.73.36.5: RESYNC: (1.74-1.75); FILE MERGED 2006/09/25 17:05:08 af 1.73.36.4: RESYNC: (1.73-1.74); FILE MERGED 2006/09/07 14:15:40 af 1.73.36.3: #i68075# Transition from URL to ResourceId. 2006/08/28 14:32:27 af 1.73.36.2: #i68075# Fixed compiler problems. 2006/08/22 09:41:15 af 1.73.36.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fdd8e4761e01561347ce62f58e32ffe26e8998e7]

        INTEGRATION: CWS components1 (1.32.148); FILE MERGED 2007/01/25 14:46:01 af 1.32.148.3: RESYNC: (1.33-1.34); FILE MERGED 2006/09/25 17:01:39 af 1.32.148.2: RESYNC: (1.32-1.33); FILE MERGED 2006/08/22 09:40:15 af 1.32.148.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fb17f4866b8a73fdb3de2befa15f59e0895214c3]

        INTEGRATION: CWS components1 (1.30.232); FILE MERGED 2007/01/25 14:45:33 af 1.30.232.5: RESYNC: (1.33-1.34); FILE MERGED 2006/11/21 16:14:51 af 1.30.232.4: RESYNC: (1.32-1.33); FILE MERGED 2006/11/21 09:35:47 af 1.30.232.3: RESYNC: (1.30-1.32); FILE MERGED 2006/10/13 08:22:32 af 1.30.232.2: #i68075# Added PaneShells. 2006/08/22 09:39:39 af 1.30.232.1: #i68075# Made PaneDockingWindow being compiled with exception support.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [d6ccc2350862fc9782b6822b74bfc78e6a84a29d]

        INTEGRATION: CWS components1 (1.17.148); FILE MERGED 2007/01/25 14:44:38 af 1.17.148.4: RESYNC: (1.19-1.20); FILE MERGED 2006/11/21 16:14:20 af 1.17.148.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/25 16:59:35 af 1.17.148.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/15 08:59:40 af 1.17.148.1: #i68075# Added parent window argument to SlideShow constructor.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [047765da8a8d06995accc8570adf7966dde35bba]

        INTEGRATION: CWS components1 (1.3.232); FILE MERGED 2007/01/25 14:17:28 af 1.3.232.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/25 16:56:56 af 1.3.232.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/22 09:38:16 af 1.3.232.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [071506efac424ae536f9c967cd5b2a845831906c]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2007/01/29 15:26:58 af 1.1.2.4: #68075# Resolved resync problems. 2006/11/22 12:15:00 af 1.1.2.3: #i68075# Removed unnecessary changes. 2006/11/22 09:56:17 af 1.1.2.2: #i71253# Added PaneShellBase base class. 2006/10/13 08:07:35 af 1.1.2.1: #i68075# Pane child windows are now handled with the help of shells.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [2b0945ab82d7d610e3fe3ee6dcd032c2e3fff7c3]

        INTEGRATION: CWS components1 (1.12.198); FILE MERGED 2007/01/25 14:15:43 af 1.12.198.6: RESYNC: (1.13-1.14); FILE MERGED 2006/11/20 14:17:32 af 1.12.198.5: #i68075# Reacting to STATE_CHANGE_VISIBLE in StateChanged(). 2006/11/16 14:34:42 af 1.12.198.4: #i68075# Optimizations to increase start-up performance. 2006/09/25 16:56:49 af 1.12.198.3: RESYNC: (1.12-1.13); FILE MERGED 2006/09/21 08:47:39 af 1.12.198.2: #i68075# Fixed the GetContentWindow() method. 2006/08/23 11:21:28 af 1.12.198.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [04982642e7f0a3e426a773defdaf8268cbed2f3d]

        INTEGRATION: CWS components1 (1.5.200); FILE MERGED 2006/10/13 08:20:41 af 1.5.200.4: #i68075# Create PaneDockingWindow in PaneChildWindow constructor even when ViewShellBase is not yet accessible. 2006/09/25 16:56:42 af 1.5.200.3: RESYNC: (1.5-1.6); FILE MERGED 2006/08/28 14:32:27 af 1.5.200.2: #i68075# Fixed compiler problems. 2006/08/23 11:13:12 af 1.5.200.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [67e2975e91ee1b3b7024dfbea430b4f49e5c249e]

        INTEGRATION: CWS components1 (1.3.234); FILE MERGED 2006/09/25 16:56:15 af 1.3.234.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/22 09:37:29 af 1.3.234.1: #i68075# Transition to new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a9dfebfbd2ee20f01dba58aaa2ecdd3775fa56dd]

        INTEGRATION: CWS components1 (1.46.32); FILE MERGED 2007/01/25 13:58:54 af 1.46.32.4: RESYNC: (1.48-1.49); FILE MERGED 2006/11/21 16:13:40 af 1.46.32.3: RESYNC: (1.47-1.48); FILE MERGED 2006/09/25 16:54:29 af 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED 2006/08/22 09:36:43 af 1.46.32.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1a277d47224d8f5c116dc9ab08319f285c50c1a6]

        INTEGRATION: CWS components1 (1.39.42); FILE MERGED 2007/01/25 13:57:33 af 1.39.42.7: RESYNC: (1.41-1.42); FILE MERGED 2007/01/24 17:12:55 af 1.39.42.6: #i68075# Use the drawing framework to activate task pane panels. 2007/01/22 14:00:44 af 1.39.42.5: #i68075 Introduction of XResourceId interface. 2006/09/25 16:54:22 af 1.39.42.4: RESYNC: (1.39-1.41); FILE MERGED 2006/09/07 16:26:10 af 1.39.42.3: #i68075# Transition from URL to ResourceId. 2006/09/07 14:13:13 af 1.39.42.2: #i68075# Transition from URL to ResourceId. 2006/08/22 09:36:04 af 1.39.42.1: #i68075# Made SdModule handle the asynchronous update of the configuration.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7dc6aa5707b21eba90fec1fca2c66106792f8fed]

        INTEGRATION: CWS components1 (1.27.44); FILE MERGED 2007/01/25 13:54:56 af 1.27.44.3: RESYNC: (1.28-1.29); FILE MERGED 2006/09/25 16:53:58 af 1.27.44.2: RESYNC: (1.27-1.28); FILE MERGED 2006/08/23 11:12:13 af 1.27.44.1: #i68075# Added a second child window for the left pane.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [934586cd71f01da1d468e737cd9fb13b5654c475]

        INTEGRATION: CWS components1 (1.14.98); FILE MERGED 2006/09/25 16:53:52 af 1.14.98.2: RESYNC: (1.14-1.15); FILE MERGED 2006/08/22 09:30:32 af 1.14.98.1: #i68075# Using ImpressViewShellBase instead of ViewShellBase.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [90bc129be517e599c7fa1a797406aaaab979cdb9]

        INTEGRATION: CWS components1 (1.12.52); FILE MERGED 2007/02/16 15:09:27 af 1.12.52.5: RESYNC: (1.14-1.15); FILE MERGED 2007/01/25 13:50:55 af 1.12.52.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/25 16:51:37 af 1.12.52.3: RESYNC: (1.12-1.13); FILE MERGED 2006/09/15 08:56:50 af 1.12.52.2: #i68075# Added parent window argument to SlideShow constructor. 2006/08/22 09:29:15 af 1.12.52.1: #i68075# Using SlideSorterViewShell::GetSlideSorter() instead of local method.  Listening for additional event type EID_SLIDE_SORTER_SELECTION.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c95e836ebc1e73a1a5ef9690a274c73f2bc19d65]

        INTEGRATION: CWS components1 (1.22.52); FILE MERGED 2007/01/25 13:49:50 af 1.22.52.4: RESYNC: (1.23-1.25); FILE MERGED 2006/09/25 16:50:56 af 1.22.52.3: RESYNC: (1.22-1.23); FILE MERGED 2006/09/15 08:54:46 af 1.22.52.2: #i68075# Added parent window argument to SlideShow constructor. 2006/08/22 09:27:30 af 1.22.52.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [740250454b97bf5941b638e9c8cbd2b0f9419329]

        INTEGRATION: CWS components1 (1.4.98); FILE MERGED 2007/01/25 13:48:51 af 1.4.98.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/25 16:50:11 af 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/22 09:26:38 af 1.4.98.1: #i68075# Using SlideSorterViewShell::GetSlideSorter() instead of local method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1b78f2650c27bcf7a14a86a450d4970d36229ccc]

        INTEGRATION: CWS components1 (1.13.230); FILE MERGED 2007/01/25 13:39:49 af 1.13.230.3: RESYNC: (1.14-1.15); FILE MERGED 2006/09/25 16:41:50 af 1.13.230.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/22 09:25:08 af 1.13.230.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [bd4320c7119476abf13f026fe2259b358d726ca0]

        INTEGRATION: CWS components1 (1.6.200); FILE MERGED 2006/10/13 08:15:40 af 1.6.200.1: #i68075# Adaption to recent controller restructuring.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8de4c8331e8b76982ea8902565222cabb4765833]

        INTEGRATION: CWS components1 (1.7.200); FILE MERGED 2006/10/13 08:14:19 af 1.7.200.1: #i68075# Adaption to recent controller restructuring.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a4e60530e1ff205da360761ff945e4e6d7726e6b]

        INTEGRATION: CWS components1 (1.14.154); FILE MERGED 2006/11/21 09:34:07 af 1.14.154.2: RESYNC: (1.14-1.15); FILE MERGED 2006/08/22 09:23:57 af 1.14.154.1: #i68075# Added directories for new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [63edc1725b7bb7f7c67478843b1f7ea5ad1cada4]

        INTEGRATION: CWS components1 (1.9.234); FILE MERGED 2006/10/13 08:13:04 af 1.9.234.1: #i68075# Added entries for new pane shells.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [875905cfa4971508e853f6f24768b62179af576a]

        INTEGRATION: CWS components1 (1.19.72); FILE MERGED 2006/10/13 08:12:26 af 1.19.72.1: #i68075# Added string entries for new pane shells.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b96415b885920659d362d73f937112562d39c656]

        INTEGRATION: CWS components1 (1.12.146); FILE MERGED 2007/01/25 13:32:23 af 1.12.146.3: RESYNC: (1.12-1.13); FILE MERGED 2006/10/25 16:07:55 af 1.12.146.2: #i70797# Merged FinalizeSetViewMode() back in. 2006/08/22 09:21:11 af 1.12.146.1: #i68075# New FinalizeSetViewMode() method.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [03252c2df444332506e4973eb535ae92ec0eb90c]

        INTEGRATION: CWS components1 (1.26.190); FILE MERGED 2006/11/21 09:33:11 af 1.26.190.2: RESYNC: (1.26-1.27); FILE MERGED 2006/08/23 07:51:36 af 1.26.190.1: #i68075# Added entries for new drawing framework.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1e47a920e38f622ada6ff3b1cbc8eb8416ab0ce4]

        INTEGRATION: CWS components1 (1.12.46); FILE MERGED 2006/09/25 16:30:47 af 1.12.46.3: RESYNC: (1.12-1.14); FILE MERGED 2006/08/23 12:41:20 af 1.12.46.2: #i68075# Corrected check-in error.  Added Impress.xcu. 2006/08/23 07:52:52 af 1.12.46.1: #i68075# Initial revision.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f020492e319a81cd6d820edad93c75db9e8dd427]

        INTEGRATION: CWS components1 (1.1.2); FILE ADDED 2006/09/07 14:53:42 af 1.1.2.2: #i68075# Added a new factory for tool bars. 2006/08/23 07:54:24 af 1.1.2.1: #i68075# Initial revision.

2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [eb4e400c327c4080c6a99d33a14acc28911d363c]

        new version for OOF680

2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [52c336ea3626600f5ecd181738bb3c7664ac4806]

        #100000# get rid of warning

2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [4d6bd0982a30d46118b43d9a4c978066fa157661]

        new version for OOF680

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c879cb07b1ea72967d38d3026c708b6ff044ef30]

        INTEGRATION: CWS salstrintern (1.7.58); FILE MERGED 2007/02/12 17:56:46 mmeeks 1.7.58.3: Extend & fix unit tests to try to catch leaks in the Intern pool. 2007/02/07 14:45:35 mmeeks 1.7.58.2: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/26 15:07:03 mmeeks 1.7.58.1: Issue number: i#73908# Submitted by: mmeeks
        
        Add 'intern' regression tests, add new RTL_CONSTASCII foo static string magic.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [f86cafc3c7baab6f08263e4550dffa26f51811bc]

        INTEGRATION: CWS salstrintern (1.45.28); FILE MERGED 2007/02/08 14:23:59 mmeeks 1.45.28.1: Issue number: i#74343 Submitted by: mmeeks 'intern' all ZipFile stream name strings - they're duplicated elsewhere.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8d529f8f5f659bb80fa22ac44c22afc6927d3152]

        INTEGRATION: CWS salstrintern (1.57.78); FILE MERGED 2007/02/07 14:45:37 mmeeks 1.57.78.2: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/26 15:07:05 mmeeks 1.57.78.1: Issue number: i#73908# Submitted by: mmeeks
        
        Add 'intern' regression tests, add new RTL_CONSTASCII foo static string magic.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9559f4df3f764d4d5be64cc51459b58f2796cbb5]

        INTEGRATION: CWS salstrintern (1.24.38); FILE MERGED 2007/03/12 10:27:28 mmeeks 1.24.38.8: fix sb quibbling. 2007/02/09 08:52:58 sb 1.24.38.7: Made code warning-free; cleanup. 2007/02/08 17:05:26 mmeeks 1.24.38.6: more comments from Stefan. 2007/02/08 15:19:19 mmeeks 1.24.38.5: Issue number: i#73909# Submitted by: mmeeks More cleanups from Stefan, remove debugging getenv after measurement. 2007/02/07 14:45:36 mmeeks 1.24.38.4: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/26 16:30:55 mmeeks 1.24.38.3: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  kr Interning locking 2007/01/26 15:07:04 mmeeks 1.24.38.2: Issue number: i#73908# Submitted by: mmeeks
        
        Add 'intern' regression tests, add new RTL_CONSTASCII foo static string magic.
        2007/01/25 17:56:38 mmeeks 1.24.38.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [775b64ae6097b3879a08289b61da9617dac86dee]

        INTEGRATION: CWS salstrintern (1.22.94); FILE MERGED 2007/02/07 14:45:36 mmeeks 1.22.94.2: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/25 17:56:37 mmeeks 1.22.94.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [2a1aa0e27ed110a8b393f8df08cdb18f9be43601]

        INTEGRATION: CWS salstrintern (1.15.52); FILE MERGED 2007/01/25 17:56:37 mmeeks 1.15.52.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [b3dedf67cfa0353bb43e68217e6fb39b03e467eb]

        INTEGRATION: CWS salstrintern (1.3.204); FILE MERGED 2007/02/09 08:52:58 sb 1.3.204.3: Made code warning-free; cleanup. 2007/02/07 14:45:36 mmeeks 1.3.204.2: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/25 17:56:37 mmeeks 1.3.204.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [4e5b2dce7a6d8d6890d7d48a083bb2ee927916a3]

        INTEGRATION: CWS salstrintern (1.26.30); FILE MERGED 2007/02/07 15:14:34 mmeeks 1.26.30.2: RESYNC: (1.26-1.27); FILE MERGED 2007/01/25 17:56:37 mmeeks 1.26.30.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8601e31bf6d9948608657054ddaf07c736541e04]

        INTEGRATION: CWS salstrintern (1.1.2); FILE ADDED 2007/02/07 14:45:36 mmeeks 1.1.2.2: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/25 17:56:37 mmeeks 1.1.2.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e4e0efc520c04a0175df45edf09c3ef4164e9dc0]

        INTEGRATION: CWS salstrintern (1.1.2); FILE ADDED 2007/03/12 10:27:28 mmeeks 1.1.2.4: fix sb quibbling. 2007/02/09 08:52:58 sb 1.1.2.3: Made code warning-free; cleanup. 2007/02/08 15:19:19 mmeeks 1.1.2.2: Issue number: i#73909# Submitted by: mmeeks More cleanups from Stefan, remove debugging getenv after measurement. 2007/02/07 14:45:35 mmeeks 1.1.2.1: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [0a17e03c7a5cc6472f333a7123101ad888c05a3b]

        INTEGRATION: CWS salstrintern (1.27.52); FILE MERGED 2007/03/12 10:27:28 mmeeks 1.27.52.6: fix sb quibbling. 2007/02/08 17:10:49 mmeeks 1.27.52.5: 1 more paranoid API doc tweak. 2007/02/08 17:05:26 mmeeks 1.27.52.4: more comments from Stefan. 2007/02/07 14:45:34 mmeeks 1.27.52.3: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/26 15:07:03 mmeeks 1.27.52.2: Issue number: i#73908# Submitted by: mmeeks
        
        Add 'intern' regression tests, add new RTL_CONSTASCII foo static string magic.
        2007/01/25 17:56:36 mmeeks 1.27.52.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9874094bce96ae1018212e9f87318ed13fbe6f26]

        INTEGRATION: CWS salstrintern (1.17.94); FILE MERGED 2007/03/12 10:27:28 mmeeks 1.17.94.6: fix sb quibbling. 2007/02/08 17:05:25 mmeeks 1.17.94.5: more comments from Stefan. 2007/02/08 15:19:19 mmeeks 1.17.94.4: Issue number: i#73909# Submitted by: mmeeks More cleanups from Stefan, remove debugging getenv after measurement. 2007/02/07 14:45:34 mmeeks 1.17.94.3: Issue number: i#73909# Submitted by: mmeeks Reviewed by:  sb A load of fixes for Stefan, thanks for the review. 2007/01/26 15:07:02 mmeeks 1.17.94.2: Issue number: i#73908# Submitted by: mmeeks
        
        Add 'intern' regression tests, add new RTL_CONSTASCII foo static string magic.
        2007/01/25 17:56:36 mmeeks 1.17.94.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8f7f4f96e2bb68692b62198497900f4b50c44dda]

        INTEGRATION: CWS salstrintern (1.14.94); FILE MERGED 2007/02/08 15:19:19 mmeeks 1.14.94.2: Issue number: i#73909# Submitted by: mmeeks More cleanups from Stefan, remove debugging getenv after measurement. 2007/01/25 17:56:36 mmeeks 1.14.94.1: Start of OUString interning.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [ee5cd42b5ef80dd93e5d893b0d907818b033b743]

        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>  [ccf21f4d607d6d11d9b81d6dfdecc61c51a501da]

        INTEGRATION: CWS salstrintern (1.8.22); FILE MERGED 2007/02/08 15:06:11 mmeeks 1.8.22.1: Issue number: i#74344# Submitted by: mmeeks undo custom & incomplete 'intern'ing code & use OUString::internConvert instead for more speed, efficiency & savings.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [44c44a4d34c8e83cfddcff338b7e39e26dfeb348]

        INTEGRATION: CWS salstrintern (1.9.22); FILE MERGED 2007/02/08 15:06:11 mmeeks 1.9.22.1: Issue number: i#74344# Submitted by: mmeeks undo custom & incomplete 'intern'ing code & use OUString::internConvert instead for more speed, efficiency & savings.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a0699eb0e832f56bdb31aa370b48b8248782dcc0]

        INTEGRATION: CWS salstrintern (1.7.32); FILE MERGED 2007/02/08 17:33:15 mmeeks 1.7.32.2: fix for new signature. 2007/02/08 15:06:11 mmeeks 1.7.32.1: Issue number: i#74344# Submitted by: mmeeks undo custom & incomplete 'intern'ing code & use OUString::internConvert instead for more speed, efficiency & savings.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [97e006d3cdb3cad0f5e63cf6c31e179d7d98e4db]

        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>  [7e3965cdfeda32f9ec0166ceb651f040ffb621c9]

        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  Rüdiger Timm  <rt@openoffice.org>  [abaceb9b09969781333a0cfbf5bfcd2dd43ef2f5]

        INTEGRATION: CWS salstrintern (1.12.82); FILE MERGED 2007/02/08 14:17:12 mmeeks 1.12.82.1: Issue number: i#74343 Submitted by: mmeeks use 'intern' in hot-spots to avoid string duplication.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [8bc2d88c7a17939e590b742e814dcc6ddca0fe97]

        INTEGRATION: CWS salstrintern (1.9.82); FILE MERGED 2007/02/08 14:17:12 mmeeks 1.9.82.1: Issue number: i#74343 Submitted by: mmeeks use 'intern' in hot-spots to avoid string duplication.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [170f6039ca688d148684f00993f98615d98ecd56]

        INTEGRATION: CWS salstrintern (1.10.82); FILE MERGED 2007/02/08 14:17:11 mmeeks 1.10.82.1: Issue number: i#74343 Submitted by: mmeeks use 'intern' in hot-spots to avoid string duplication.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [38791b516b51d65da8c1e8589a13cf2b7894e6df]

        INTEGRATION: CWS salstrintern (1.5.88); FILE MERGED 2007/02/08 14:17:11 mmeeks 1.5.88.1: Issue number: i#74343 Submitted by: mmeeks use 'intern' in hot-spots to avoid string duplication.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9c09d91da769d92c2f87bd94e446cd07b59b1048]

        INTEGRATION: CWS salstrintern (1.14.88); FILE MERGED 2007/02/08 14:17:11 mmeeks 1.14.88.1: Issue number: i#74343 Submitted by: mmeeks use 'intern' in hot-spots to avoid string duplication.

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [7427b2ca6e44bceedca8ce15c286500ce7a49416]

        INTEGRATION: CWS os93 (1.116.108); FILE MERGED 2007/02/09 10:50:33 os 1.116.108.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [1c56128a751b9a6aa3aa149f71910df79044b695]

        INTEGRATION: CWS os93 (1.32.28); FILE MERGED 2007/02/09 10:52:45 os 1.32.28.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e26493b6cd07da6fa94654312afb8e6dea5bf6d4]

        INTEGRATION: CWS os93 (1.99.26); FILE MERGED 2007/02/09 10:52:45 os 1.99.26.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [311142ce77d180b6b05e7bf5e9508392728c4b1b]

        INTEGRATION: CWS os93 (1.61.28); FILE MERGED 2007/02/12 06:23:05 os 1.61.28.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [317aaf623f3d3e1f3644da760b8ae18544ec7e80]

        INTEGRATION: CWS os93 (1.48.28); FILE MERGED 2007/02/09 10:52:44 os 1.48.28.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a3f73551c276505bdc1d9c9a56a5969a9102bc07]

        INTEGRATION: CWS os93 (1.19.564); FILE MERGED 2007/02/12 06:22:39 os 1.19.564.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [31b9e8920a038b8e5c0d999d0eb1efe91373292a]

        INTEGRATION: CWS os93 (1.13.220); FILE MERGED 2007/02/09 10:52:44 os 1.13.220.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [a775d150207df30169e79bbc8df8708dab39f42c]

        INTEGRATION: CWS os93 (1.114.28); FILE MERGED 2007/02/09 10:50:33 os 1.114.28.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [c2dbbc63cb557e80dcd81287f9c8d08fdb066427]

        INTEGRATION: CWS os93 (1.9.200); FILE MERGED 2007/03/09 09:48:24 os 1.9.200.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [6d3effc6636082dd64196a50eabc18b5fd7a2ee3]

        INTEGRATION: CWS os93 (1.54.28); FILE MERGED 2007/03/09 09:32:48 os 1.54.28.1: #i30518# brochure printing in RTL modeoptpage.cxx

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [794f15811d79618c999a3ad840a1136ecb33ab4c]

        INTEGRATION: CWS os93 (1.102.564); FILE MERGED 2007/03/09 09:35:53 os 1.102.564.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [88e9f8d7e0a90f3e627d6caefa5027476bcf0a19]

        INTEGRATION: CWS os93 (1.15.564); FILE MERGED 2007/03/09 09:35:53 os 1.15.564.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [cf40d9dedb73e67c0e7641febc1fc415daf63147]

        INTEGRATION: CWS os93 (1.26.200); FILE MERGED 2007/02/12 06:22:19 os 1.26.200.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [e3380db1b78ab5fb67ef53b67da17846bf67795d]

        INTEGRATION: CWS os93 (1.52.26); FILE MERGED 2007/02/09 10:49:24 os 1.52.26.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [685e825122cbce160fa85a2b4e138282177c4f30]

        INTEGRATION: CWS os93 (1.7.220); FILE MERGED 2007/02/09 10:49:23 os 1.7.220.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [fd04e77f6dc52ab4b9fd4cafaf77b2ebd8cb24b2]

        INTEGRATION: CWS os93 (1.20.184); FILE MERGED 2007/02/09 10:48:46 os 1.20.184.1: #i30518# brochure printing in RTL mode

2007-04-03  Rüdiger Timm  <rt@openoffice.org>  [9b8ed5013b454e1622880115f1bbedee38bddeae]

        INTEGRATION: CWS os93 (1.45.130); FILE MERGED 2007/02/09 10:48:36 os 1.45.130.1: #i30518# brochure printing in RTL mode

2007-04-03  Vladimir Glazounov  <vg@openoffice.org>  [b14bf2bf656a04e2ef9dfc9d2767b7e7061fa4a9]

        new version for OOF680

2007-04-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [88378ec78d2571c10079b3ced826e5e819e4b517]

        generate flat docx

2007-04-03  Henning Brinkmann  <hbrinkm@openoffice.org>  [c1651883ccc116ffdcc82daf36abfbffb4a357dd]

        test document for run properties

2007-04-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [3bd17ea8ff65d62d13ee662591814fb1f84299c7]

        constructor for resources of type 'List': reduce nested blocks by return

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [2a9bf43f25c9a99891aa9f6a1140104c9c94fd59]

        INTEGRATION: CWS native80 (1.222.72); FILE MERGED 2007/03/07 07:25:17 dv 1.222.72.1: #i74342# Added ProcessorArchitecture for builds with new compiler, because MsiAssemblyName table and assembly manifest must match for proper deinstall

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [e69a6e34a31d8a27eb270fb962ae9e24719a2ddf]

        INTEGRATION: CWS native80 (1.2.38); FILE MERGED 2007/02/21 10:29:53 dv 1.2.38.1: #i45477# HasSubKey doesn't look for sub-subkeys

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [7a1e8c86cefd3c69168299e7608137226652fe32]

        INTEGRATION: CWS native80 (1.17.2); FILE MERGED 2007/03/08 12:17:03 is 1.17.2.1: #i74444# alphabetical order in language list

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [4b4330fecb856a92503bbdd2ec6037653ba9d327]

        INTEGRATION: CWS native80 (1.47.4); FILE MERGED 2007/03/06 13:44:20 is 1.47.4.2: #145483# no more orca errors 2007/03/05 16:47:31 is 1.47.4.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [94de759d715c11a18d141250493e5c4cc26fa29d]

        INTEGRATION: CWS native80 (1.3.280); FILE MERGED 2007/03/06 14:11:43 is 1.3.280.1: #145483# no more orca errors

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [f18e0d9050ebf97a11bbafca04d55d1f0a628b35]

        INTEGRATION: CWS native80 (1.2.280); FILE MERGED 2007/03/05 16:49:25 is 1.2.280.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [fdeed5bc2879dd12c2a9d37ebfcb52a71eecfc30]

        INTEGRATION: CWS native80 (1.5.30); FILE MERGED 2007/03/05 16:49:25 is 1.5.30.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [74d47257e30d1c13b08cb289aaf37c7406187018]

        INTEGRATION: CWS native80 (1.2.208); FILE MERGED 2007/03/05 16:48:39 is 1.2.208.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [0f1d3160690586cd5acfb2eea9012fb28fbe9876]

        INTEGRATION: CWS native80 (1.2.208); FILE MERGED 2007/03/05 16:48:37 is 1.2.208.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [7edcac9800a5635313c8aa3b2354f21faccbed1d]

        INTEGRATION: CWS native80 (1.6.30); FILE MERGED 2007/03/05 16:48:36 is 1.6.30.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [65008376c258e535d69cd4a545d6ba0369c755ca]

        INTEGRATION: CWS native80 (1.8.52); FILE MERGED 2007/03/06 13:44:20 is 1.8.52.1: #145483# no more orca errors

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [d29e40456ec58f4b3ec77fe21dc1083829c4f246]

        INTEGRATION: CWS native80 (1.6.92); FILE MERGED 2007/03/05 16:47:58 is 1.6.92.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [cef9a24ffb959fcb5581fe62050769b2ba489588]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/02 09:32:23 is 1.1.6.2: RESYNC: (1.1-1.2); FILE MERGED 2007/03/01 14:01:55 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [f09e773060f08face5fcde2bd8c362f04d3d1ad9]

        INTEGRATION: CWS native80 (1.1.2); FILE ADDED 2007/03/01 13:59:20 is 1.1.2.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [3d6ca6ed340fda47f0913511cf1a03f38c3d9472]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:04:04 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [bbdd01e843f4efe2fd3692ef0ae9f0d8093eaf4a]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:10:40 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [23929005f5ac3a31011db9bbc3980359be009202]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:10:39 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [c4320cb00ce092f6df9e244aefa152b249d51581]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:03:20 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [be71d80742f27f117b7f17917ed773bccf856c55]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:04:29 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [d588e39daed992e15c953a00be291a63a451de58]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:09:42 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [dca13ff5c49ea1752326e4e77ba9fb4387afbbe9]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:09:41 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [01796c0f8de30da9e358f175e2e02f6c4d96cc18]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:09:40 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [3c8f785ab5787e20ce6f1ed728290bd73482567a]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:05:55 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [a11ad0eb3cb66ab92cf386113c191f09f3d644b1]

        INTEGRATION: CWS native80 (1.1.6); FILE MERGED 2007/03/01 14:04:47 is 1.1.6.1: #i74595# tab order in java installer

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [52e215e78c48743dbe5eb708150d7099701282f2]

        INTEGRATION: CWS native80 (1.10.6); FILE MERGED 2007/03/06 13:46:15 is 1.10.6.2: #145483# no more orca errors 2007/03/05 16:50:54 is 1.10.6.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [a188c290b414da9471c4161a97dc0542fa814fc9]

        INTEGRATION: CWS native80 (1.32.6); FILE MERGED 2007/03/06 13:50:35 is 1.32.6.2: #145483# no more orca errors 2007/03/06 13:47:07 is 1.32.6.1: #145483# no more orca errors

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [8e777d4baa8093a1a0738c73a1ec461684cc5cb8]

        INTEGRATION: CWS native80 (1.15.6); FILE MERGED 2007/03/05 16:50:54 is 1.15.6.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [454e8823cf35f2294b644bc5874795e52dae0c0e]

        INTEGRATION: CWS native80 (1.20.6); FILE MERGED 2007/03/05 16:50:54 is 1.20.6.1: #145483# removing errors in msi databases

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [6a619c43f6072f1e20be87fb811442faa4eebfe2]

        INTEGRATION: CWS native80 (1.8.602); FILE MERGED 2007/03/07 07:27:38 dv 1.8.602.1: #i74342# Added ProcessorArchitecture for builds with new compiler, because MsiAssemblyName table and assembly manifest must match for proper deinstall

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [2c9b7ad439a4bd2b4ea42ac8488dfd7f252f6e9d]

        INTEGRATION: CWS native80 (1.27.32); FILE MERGED 2007/03/08 13:46:39 is 1.27.32.1: #i74224# shorter directory names

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [2304ae554b8c75790ba50cb16149f007761d3983]

        INTEGRATION: CWS native80 (1.66.6); FILE MERGED 2007/03/08 13:46:38 is 1.66.6.1: #i74224# shorter directory names

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [6b406664385ff005e2573752f87c1540396278ef]

        INTEGRATION: CWS native80 (1.62.6); FILE MERGED 2007/03/07 10:45:25 is 1.62.6.1: #145754# unix rights 775 for dirs in packages

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [299dafde05764c70b1eafc64c7be3ac487b7372e]

        INTEGRATION: CWS native80 (1.8.602); FILE MERGED 2007/03/08 13:46:38 is 1.8.602.1: #i74224# shorter directory names

2007-04-02  Rüdiger Timm  <rt@openoffice.org>  [7706e501c894cff61be0fd87edd90aa41688e4a7]

        INTEGRATION: CWS native80 (1.81.6); FILE MERGED 2007/03/08 13:46:38 is 1.81.6.2: #i74224# shorter directory names 2007/03/05 16:50:27 is 1.81.6.1: #145483# removing errors in msi databases

2007-04-02  Oliver Specht  <os@openoffice.org>  [d0d8a760bb314dcf8995703fd529d7d8910bbab0]

        left/right para margin fixed

2007-03-30  Fridrich Štrba  <fridrich_strba@openoffice.org>  [7dfee5634e47174a968c3b57830baf57fa94aec2]

        some more character properties for ooxml

2007-03-29  Fridrich Štrba  <fridrich_strba@openoffice.org>  [9080170ff0bccdcf8c0884c843567cb41166f86c]

        oops, this error was not so easy to spot :-)

2007-03-29  Fridrich Štrba  <fridrich_strba@openoffice.org>  [40a1458cd0c053e5fce1166b46637bb1e7cb03d5]

        Paragraph spacings, space before and after, some paragraph indents and margins, some work on tab-stop parsing and processing

2007-03-29  Rüdiger Timm  <rt@openoffice.org>  [0273e957814066432753ff6eaf9769b7927e16ca]

        #i75837# Missing 'mkdir' added.

2007-03-28  Oliver Bolte  <obo@openoffice.org>  [8774390ec49d71e194be0b13ef7ce0a111126cd4]

        #i10000# broken by CWS mingwport03

2007-03-28  Oliver Bolte  <obo@openoffice.org>  [9fe127109c1ebc2eba63e691df380d5cb18f021e]

        #i10000# undo change from CWS mingwport03, it breaks .NET 2005 port

2007-03-28  Henning Brinkmann  <hbrinkm@openoffice.org>  [fb5bbafc710e7c2d751a3497b182b1dea94c3353]

        use vector for OOXMLPropertySetImpl

2007-03-28  Rüdiger Timm  <rt@openoffice.org>  [1f8f05065912e6092e98213f0ee2a666833d703f]

        #i75808# Fix gcc 4.x warning about 'may be used uninitialized' variable.

2007-03-28  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1747282d60105cceeae05829bb1fdbc396d5a6e8]

        remove warnings with pickier compilers

2007-03-28  Rüdiger Timm  <rt@openoffice.org>  [c9b970fdb79c6adf514036e9c597e59c6b4dd94c]

        #i10000# header markers and pch files

2007-03-28  Rüdiger Timm  <rt@openoffice.org>  [da0ce4d9e4ddccd2057479fe5c8142305ac26195]

        #i75800# Fix build breaker for MACOSX case (patch by pjanik).

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [780b3646444e1c64d49c71275065f88886591eb7]

        new version for SRC680

2007-03-27  Fridrich Štrba  <fridrich_strba@openoffice.org>  [b00d3c89eb969806bfc5f4cc306de98be0dc0033]

        starting of font colour, underline colour, font-face and paragraph alignment

2007-03-27  Ivo Hinkelmann  <ihi@openoffice.org>  [d9d457538cf2b3018ef7543209f98460542b0501]

        SRC680

2007-03-27  Ivo Hinkelmann  <ihi@openoffice.org>  [a00812339ca64cb69d9ad3813704f1e3f760e320]

        #i10000# configure

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [f5973ff3754d2d43b99bc090d6f45e986e9d05ac]

        INTEGRATION: CWS mingwport03 (1.11.8); FILE MERGED 2007/03/20 16:40:33 vg 1.11.8.5: RESYNC: (1.12-1.14); FILE MERGED 2007/01/15 15:44:25 vg 1.11.8.4: #i53572# MinGW port 2006/11/09 16:58:27 vg 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/10/30 16:58:53 vg 1.11.8.2: #i53572# MinGW port 2006/09/26 10:35:07 vg 1.11.8.1: #i53572# MinGW port

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [3673e4f9bac8bdac3f53e0991b974a58c248a7cf]

        INTEGRATION: CWS mingwport03 (1.110.10); FILE MERGED 2007/03/21 13:48:48 vg 1.110.10.7: #i53572# fixes for wntmsci build breakers 2007/03/21 12:48:52 vg 1.110.10.6: #i53572# fixes for wntmsci build breakers 2007/03/21 12:05:45 vg 1.110.10.5: #i53572# fixes for wntmsci build breakers 2007/03/20 12:07:03 vg 1.110.10.4: RESYNC: (1.123-1.136); FILE MERGED 2007/01/10 14:18:28 vg 1.110.10.3: RESYNC: (1.123-1.128); FILE MERGED 2006/11/09 17:59:52 vg 1.110.10.2: RESYNC: (1.110-1.123); FILE MERGED 2006/10/23 15:08:09 vg 1.110.10.1: #i53572# MinGW port

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [deb803129daa43215c3cfab45baa71bc0f6fcd00]

        INTEGRATION: CWS mingwport03 (1.19.6); FILE MERGED 2007/03/20 12:45:15 vg 1.19.6.4: RESYNC: (1.21-1.22); FILE MERGED 2007/01/10 14:24:19 vg 1.19.6.3: RESYNC: (1.21-1.22); FILE MERGED 2006/11/07 17:43:17 vg 1.19.6.2: RESYNC: (1.19-1.21); FILE MERGED 2006/09/07 15:54:54 vg 1.19.6.1: #i53572# MinGW port

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [88355b8330afacc70f1dbbd22d11729ab5b1f459]

        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>  [0407046767488158bd3d84b4ee9e4705573d7ba6]

        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>  [d35e386afb19dab1d4a1cb0f9a173583afa3b401]

        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>  [d859d549056ecf3953eb94fb23fb5536f489e653]

        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-27  Vladimir Glazounov  <vg@openoffice.org>  [5cad7f78acbd21327939f65182c73300136cea25]

        INTEGRATION: CWS mingwport03 (1.15.4); FILE MERGED 2006/11/15 11:41:05 vg 1.15.4.3: #i53572# MinGW port 2006/11/09 12:35:34 vg 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/26 11:05:11 vg 1.15.4.1: #i53572# MinGW port

2007-03-27  Vladimir Glazounov  <vg@openoffice.org>  [be48c3f6d085398ece9ab8a1951e9bc885506caa]

        INTEGRATION: CWS mingwport03 (1.9.6); FILE MERGED 2006/10/24 13:14:35 vg 1.9.6.2: #i53572# MinGW port 2006/09/26 10:48:46 vg 1.9.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6b5f9915895913b26a8338ddef3dc13e29035e8f]

        INTEGRATION: CWS mingwport03 (1.15.4); FILE MERGED 2006/11/15 11:41:05 vg 1.15.4.3: #i53572# MinGW port 2006/11/09 12:35:34 vg 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/26 11:05:11 vg 1.15.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [528a7c24994466e95c061f1e5c8cc278014dae7d]

        INTEGRATION: CWS mingwport03 (1.9.6); FILE MERGED 2006/10/24 13:14:35 vg 1.9.6.2: #i53572# MinGW port 2006/09/26 10:48:46 vg 1.9.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c8329c065786cd483985ffb6c835aa0fe5b54766]

        INTEGRATION: CWS mingwport03 (1.9.24); FILE MERGED 2007/03/20 11:20:56 vg 1.9.24.2: RESYNC MERGED 1.9 1.10 Everything below this line will be added to the revision comment. 2006/11/21 10:28:54 vg 1.9.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [33ed57475817e8b4146bc590c6591bb575972d4c]

        INTEGRATION: CWS mingwport03 (1.10.36); FILE MERGED 2007/03/20 11:18:28 vg 1.10.36.2: RESYNC MERGED 1.10 1.11 Everything below this line will be added to the revision comment. 2006/09/07 15:10:25 vg 1.10.36.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1fc3df10b27d49a94db36c4143cc8bc9f43c6c92]

        INTEGRATION: CWS mingwport03 (1.11.8); FILE MERGED 2007/03/20 16:40:33 vg 1.11.8.5: RESYNC: (1.12-1.14); FILE MERGED 2007/01/15 15:44:25 vg 1.11.8.4: #i53572# MinGW port 2006/11/09 16:58:27 vg 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/10/30 16:58:53 vg 1.11.8.2: #i53572# MinGW port 2006/09/26 10:35:07 vg 1.11.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6f0e6027ac32c64ead1337de8338a4395d876313]

        INTEGRATION: CWS mingwport03 (1.7.24); FILE MERGED 2007/03/20 11:15:22 vg 1.7.24.2: RESYNC MERGED 1.7 1.8 Everything below this line will be added to the revision comment. 2006/09/07 15:08:32 vg 1.7.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6792bb625cb66522fe5f4d947224f9f4e013fd78]

        INTEGRATION: CWS mingwport03 (1.5.450); FILE MERGED 2007/03/20 11:13:37 vg 1.5.450.2: RESYNC MERGED 1.5 1.6 Everything below this line will be added to the revision comment. 2006/09/07 14:47:46 vg 1.5.450.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [002a7a7a7be18501c86b5a2c994bba042a86a5fe]

        INTEGRATION: CWS mingwport03 (1.3.142); FILE MERGED 2007/03/20 11:06:36 vg 1.3.142.2: RESYNC MERGED 1.3 1.4 Everything below this line will be added to the revision comment. 2006/09/07 11:18:42 vg 1.3.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [de75a27678771a2267a6ead3b706250e57cf3ce3]

        INTEGRATION: CWS mingwport03 (1.20.204); FILE MERGED 2007/03/20 10:52:45 vg 1.20.204.4: RESYNC MERGED 1.22 1.24 Everything below this line will be added to the revision comment. 2007/01/10 14:26:00 vg 1.20.204.3: RESYNC: (1.22-1.23); FILE MERGED 2006/11/08 13:42:55 vg 1.20.204.2: RESYNC: (1.20-1.22); FILE MERGED 2006/09/07 11:06:31 vg 1.20.204.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4a8b906ead788181027bed8acdba5cd8385f6c98]

        INTEGRATION: CWS mingwport03 (1.24.4); FILE MERGED 2007/03/20 10:48:10 vg 1.24.4.2: RESYNC MERGED 1.24 1.25 Everything below this line will be added to the revision comment. 2006/09/07 10:45:35 vg 1.24.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [638edb16daa056db1307555e76299afcb4c06fbc]

        INTEGRATION: CWS mingwport03 (1.34.8); FILE MERGED 2007/03/20 10:42:36 vg 1.34.8.4: RESYNC MERGED 1.37 1.38 Everything below this line will be added to the revision comment. 2007/01/08 23:44:19 vg 1.34.8.3: RESYNC: (1.36-1.37); FILE MERGED 2006/11/09 17:00:56 vg 1.34.8.2: RESYNC: (1.34-1.36); FILE MERGED 2006/09/26 11:09:08 vg 1.34.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [27c353a7f6b6e49d261e2a1b132e33ab7fef53a3]

        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>  [bfff4c7006a848eba828891881e35e47cff03eec]

        INTEGRATION: CWS mingwport03 (1.97.86); FILE MERGED 2007/03/21 12:49:26 vg 1.97.86.6: #i53572# fixes for build breakers caused by multiple resync 2007/03/20 13:28:36 vg 1.97.86.5: RESYNC: (1.99-1.106); FILE MERGED 2007/01/10 14:38:32 vg 1.97.86.4: RESYNC: (1.99-1.101); FILE MERGED 2007/01/10 14:34:18 vg 1.97.86.3: RESYNC: (1.99-1.101); FILE MERGED 2006/11/07 16:58:40 vg 1.97.86.2: RESYNC: (1.97-1.99); FILE MERGED 2006/10/24 16:04:54 vg 1.97.86.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f2b1fbed05e8a6aa94fba16483cfdab379877cf4]

        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>  [b38fb90c4450d7178298f25ffcf298cfe25ab3f4]

        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>  [2abd2505057f209f6d952d69c3fdd1c3d5cbf4b0]

        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>  [0ef4226f027ec60eaf6b9fe12891503e8e725950]

        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>  [d2199f4dc7f5ded166e09d5303946d9bbaf7178f]

        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>  [88fc4413af8d4ff0009e3401634d3d68db368221]

        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>  [4695f92baea3fc85e599fbc3181ea571232cd7e6]

        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>  [06704ca10ad26530ef791e217d1c9d52546e73ca]

        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>  [83ec55315c39297515b71f418c30bf203237b7e1]

        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>  [cda9b86dfe1460d0ef4717bd6a8eb463c0bf86e9]

        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>  [826cc2b405b6e8e00ff7b17ec6c395f9594de67f]

        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>  [5a636a8c8778f0d31d74261c159cfa30c1efb9a7]

        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>  [fca45066507bec58d3c1d8c213351e261341efdd]

        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>  [b07990907e455850d51ee07aa9426a929d496bc5]

        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>  [25a1d1185152c6d98cee54809f2ba582c82abfb5]

        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>  [e2cd573e2d1e64ca909d178abcebffd9e305daba]

        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>  [654a67d48a704080518a861e2b169631a2604057]

        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>  [26beaf08f507b5492e93c98ba12b1357431a2699]

        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>  [e4f4dd0b90767051d6a36b634dd7e7f9fad85a7e]

        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>  [ff172a7c7a4a99b9940b45b715a4c42db6623ac8]

        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>  [7efe9ca3a4d5ba044c8c27aceb670e29c6d243f8]

        INTEGRATION: CWS mingwport03 (1.43.72); FILE MERGED 2007/01/09 01:55:36 vg 1.43.72.3: RESYNC: (1.44-1.45); FILE MERGED 2006/11/09 01:05:57 vg 1.43.72.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/13 14:27:28 vg 1.43.72.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a2dede3778cfb6b5660bf6bde638f1b865235eff]

        INTEGRATION: CWS mingwport03 (1.8.132); FILE MERGED 2006/09/13 14:27:28 vg 1.8.132.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ae2e8dfee1e9c1c38938877a8682fcf9dd867b87]

        INTEGRATION: CWS mingwport03 (1.16.88); FILE MERGED 2006/11/09 00:40:26 vg 1.16.88.2: RESYNC: (1.16-1.17); FILE MERGED 2006/09/13 14:27:28 vg 1.16.88.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ad97ca5b0cef8a971c762e0916c47b58a6298b5e]

        INTEGRATION: CWS mingwport03 (1.36.82); FILE MERGED 2006/11/09 00:37:02 vg 1.36.82.2: RESYNC: (1.36-1.41); FILE MERGED 2006/09/15 14:59:52 vg 1.36.82.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f92ba37c584e73572d2a55d1f07b2e6482683409]

        INTEGRATION: CWS mingwport03 (1.43.130); FILE MERGED 2007/03/19 21:44:14 vg 1.43.130.4: RESYNC: (1.47-1.48); FILE MERGED 2007/01/09 01:47:02 vg 1.43.130.3: RESYNC: (1.45-1.47); FILE MERGED 2006/11/09 00:34:28 vg 1.43.130.2: RESYNC: (1.43-1.45); FILE MERGED 2006/09/13 14:27:27 vg 1.43.130.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d2c6438068d0278f9c8894a638529981c3d09443]

        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>  [4ae2844f96e63a7effa06bce5fceec6ba376e0ed]

        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>  [157b3522da2e235e68020f2365c86015f5d9cc63]

        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>  [89d8d3b45fe7e681b58b8b06fbd3ee4bff44fdba]

        INTEGRATION: CWS mingwport03 (1.2.48); FILE MERGED 2006/09/13 14:20:38 vg 1.2.48.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f1b3848fb700e084416f05eee5ca8a0a8c228535]

        INTEGRATION: CWS mingwport03 (1.16.12); FILE MERGED 2006/11/07 13:43:00 vg 1.16.12.3: RESYNC: (1.16-1.18); FILE MERGED 2006/10/23 15:16:31 vg 1.16.12.2: #i53572# MinGW port 2006/09/13 14:20:38 vg 1.16.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a910924d1a7f1e08b5d70dbd716e67596069207b]

        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>  [5db7abf494c33ed70d011a527db0e6c48ac39dc6]

        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>  [6ab3863421e2376030b05cb33c0ef12fc4be37bc]

        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>  [f745a8845d583f781924048a949e3ccb898f9847]

        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>  [d2c9392a2510188737a2c6626afe1707319ede38]

        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>  [1cdbccc2892574fa7325f6d2f700f0c0653ac9a3]

        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>  [35f21adf90166c8d804c9369a1a52348101b5d5e]

        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>  [abd00e93154b20126a408d13ef3ba69e8d0766fe]

        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>  [70fd4a4734c92eb3a4c4e2e514b1eb6f521f3718]

        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>  [e7fb7d2dcaca2963ed81766672f6149f39d25d03]

        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>  [1c0a716ea8421a32036b9840f7dfdf16359c20f7]

        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>  [affd979f02d224c0241e753a88f5143e9daefa50]

        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>  [783c61f7bd99841e6662c890911b181ca3660cff]

        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>  [1832c1cfd50b95b491113afac4b5704fb00013f3]

        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>  [86519f57575718e4a50a4cc815865df43519bb1b]

        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>  [5205c530266729b149b1acc8939adc8572891808]

        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>  [a3322ae159823d86ae76d8dbc9512dff994dfe54]

        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>  [b4b6a4d3fd272dac52327c84e711a7bae5c12e8b]

        INTEGRATION: CWS mingwport03 (1.2.12); FILE MERGED 2006/09/13 14:05:06 vg 1.2.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4a410337e1ed9748a6612319fd8c8d486086889a]

        INTEGRATION: CWS mingwport03 (1.35.58); FILE MERGED 2007/01/09 01:23:17 vg 1.35.58.3: RESYNC: (1.36-1.37); FILE MERGED 2006/11/08 15:51:47 vg 1.35.58.2: RESYNC: (1.35-1.36); FILE MERGED 2006/09/13 14:03:23 vg 1.35.58.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2601ab97b219c443f81c10700c32f2f97c5b72fd]

        INTEGRATION: CWS mingwport03 (1.8.132); FILE MERGED 2007/03/19 19:36:09 vg 1.8.132.3: RESYNC: (1.9-1.10); FILE MERGED 2006/11/08 15:08:19 vg 1.8.132.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/13 14:01:26 vg 1.8.132.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5e38d521bcab45fa4fc04b93597ce8ad6cda0b29]

        INTEGRATION: CWS mingwport03 (1.7.132); FILE MERGED 2007/03/19 19:35:55 vg 1.7.132.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/08 15:08:02 vg 1.7.132.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/13 14:00:38 vg 1.7.132.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1e5c519b77e62451d99d67d8c35380a769de6823]

        INTEGRATION: CWS mingwport03 (1.171.10); FILE MERGED 2007/03/21 12:05:44 vg 1.171.10.5: #i53572# fixes for wntmsci build breakers 2007/03/19 19:35:35 vg 1.171.10.4: RESYNC: (1.190-1.197); FILE MERGED 2007/01/09 01:01:18 vg 1.171.10.3: RESYNC: (1.186-1.190); FILE MERGED 2006/11/09 17:59:44 vg 1.171.10.2: RESYNC: (1.171-1.186); FILE MERGED 2006/10/23 15:08:09 vg 1.171.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3ae65e6dd8a4ade0cfcb852efd1973bbb98a4dc6]

        INTEGRATION: CWS mingwport03 (1.11.420); FILE MERGED 2007/03/20 10:25:08 vg 1.11.420.3: RESYNC MERGED 1.12 1.13 Everything below this line will be added to the revision comment. 2006/11/07 16:57:40 vg 1.11.420.2: RESYNC: (1.11-1.12); FILE MERGED 2006/10/24 15:36:59 vg 1.11.420.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [85179eeecadd91ecb9772200a2aa3730c28f58bd]

        INTEGRATION: CWS mingwport03 (1.179.10); FILE MERGED 2007/03/22 11:19:22 vg 1.179.10.1: #i53572# new configure for testing purpose

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [546fa0cbf895a0c3302269b60d17accd84cb8479]

        INTEGRATION: CWS mingwport03 (1.11.6); FILE MERGED 2007/03/19 19:35:17 vg 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2006/09/07 15:54:56 vg 1.11.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b389ed5ed6b99049b1c9e368398f6f8d3288807b]

        INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED 2006/09/07 15:54:56 vg 1.4.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [af31e74ac8248f83e5d5a9c3f12923b2a36bbd11]

        INTEGRATION: CWS mingwport03 (1.17.14); FILE MERGED 2007/01/09 01:00:39 vg 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2006/10/24 12:10:12 vg 1.17.14.2: #i53572# MinGW port 2006/09/07 15:54:55 vg 1.17.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [88eb0a9c35aa091d893926722282864f82febeb9]

        INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED 2006/10/24 12:10:11 vg 1.4.32.2: #i53572# MinGW port 2006/09/07 15:54:55 vg 1.4.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8649f279facbb654e5b3b077c4db9c099b046509]

        INTEGRATION: CWS mingwport03 (1.4.8); FILE MERGED 2006/11/07 17:44:07 vg 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/07 15:54:55 vg 1.4.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4b366b83f923ae0218f9524c0853d9aa3b7fc5c6]

        INTEGRATION: CWS mingwport03 (1.8.8); FILE MERGED 2006/11/07 17:43:49 vg 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 15:54:55 vg 1.8.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a6156e00555f2c9ad595aa74c707973b5f219688]

        INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED 2006/11/07 17:43:41 vg 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/07 15:54:54 vg 1.4.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ae99c8838ffb7f27c9254d6afc753696a7747de5]

        INTEGRATION: CWS mingwport03 (1.10.6); FILE MERGED 2007/01/09 01:00:32 vg 1.10.6.2: RESYNC: (1.10-1.12); FILE MERGED 2006/09/07 15:54:54 vg 1.10.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0c7bfa156fd3114c312068d1ec94fe873545606f]

        INTEGRATION: CWS mingwport03 (1.5.6); FILE MERGED 2006/11/07 17:42:29 vg 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2006/10/24 12:10:11 vg 1.5.6.2: #i53572# MinGW port 2006/09/07 15:54:54 vg 1.5.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ead75718c7f203dad2be9758058f50572f94b1bd]

        INTEGRATION: CWS mingwport03 (1.23.6); FILE MERGED 2007/03/19 19:34:32 vg 1.23.6.4: RESYNC: (1.26-1.28); FILE MERGED 2007/01/09 01:00:14 vg 1.23.6.3: RESYNC: (1.25-1.26); FILE MERGED 2006/11/07 17:42:40 vg 1.23.6.2: RESYNC: (1.23-1.25); FILE MERGED 2006/09/07 15:54:54 vg 1.23.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7f413b2cac5f8e4b4b760c93aa2e89fc6cedad36]

        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>  [a98974afc62cfd021576a081be58eaa80ae170c5]

        INTEGRATION: CWS mingwport03 (1.18.86); FILE MERGED 2007/03/21 12:49:26 vg 1.18.86.4: #i53572# fixes for build breakers caused by multiple resync 2007/03/20 13:16:53 vg 1.18.86.3: RESYNC: (1.19-1.21); FILE MERGED 2006/11/07 16:57:19 vg 1.18.86.2: RESYNC: (1.18-1.19); FILE MERGED 2006/10/24 15:36:04 vg 1.18.86.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [da1b303c373cb5152218452986c22ac63ed91531]

        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>  [ecea5a161fc1ca684efb1136ce4ae6dd6b8698d9]

        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>  [770f74f5e66a67e4e887a7419969031c4edabbc9]

        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>  [927a2198bbb8bae1068c5e02b54b650f6a11b672]

        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>  [2e8fbf4789983af7e56c2637c2c1e58c99039ed0]

        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>  [387a93d009ae6975613908cbfa2fa6a9841950bb]

        INTEGRATION: CWS mingwport03 (1.30.86); FILE MERGED 2007/03/21 12:49:26 vg 1.30.86.4: #i53572# fixes for build breakers caused by multiple resync 2007/03/20 13:15:09 vg 1.30.86.3: RESYNC: (1.31-1.36); FILE MERGED 2006/11/07 16:56:17 vg 1.30.86.2: RESYNC: (1.30-1.31); FILE MERGED 2006/10/24 15:35:07 vg 1.30.86.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a1466cea44f8c4e98488d8112807ad090680aac3]

        INTEGRATION: CWS mingwport03 (1.29.18); FILE MERGED 2007/03/19 19:22:52 vg 1.29.18.3: RESYNC: (1.29-1.31); FILE MERGED 2006/10/24 13:22:55 vg 1.29.18.2: #i53572# MinGW port 2006/09/13 12:42:44 vg 1.29.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b32f0eca9f15bb885404de2c6f3ab4a5c94ba340]

        INTEGRATION: CWS mingwport03 (1.41.20); FILE MERGED 2006/11/08 14:32:45 vg 1.41.20.2: RESYNC: (1.41-1.43); FILE MERGED 2006/09/15 14:55:34 vg 1.41.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [edfca0a104cc3e36a31346d9c26b70e99e355f53]

        INTEGRATION: CWS mingwport03 (1.3.36); FILE MERGED 2007/03/19 19:19:58 vg 1.3.36.3: RESYNC: (1.4-1.5); FILE MERGED 2007/01/09 00:43:01 vg 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/13 12:39:39 vg 1.3.36.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3619394ac7b54b46c3fe96c0595b3e8896fa965c]

        INTEGRATION: CWS mingwport03 (1.18.80); FILE MERGED 2007/03/19 19:19:51 vg 1.18.80.3: RESYNC: (1.19-1.20); FILE MERGED 2007/01/09 00:42:54 vg 1.18.80.2: RESYNC: (1.18-1.19); FILE MERGED 2006/09/13 12:40:25 vg 1.18.80.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cf2d17ab04c173cac72baabd8b3f16219aec2054]

        INTEGRATION: CWS mingwport03 (1.68.34); FILE MERGED 2007/03/20 10:46:42 vg 1.68.34.5: RESYNC MERGED 1.80 1.84 Everything below this line will be added to the revision comment. 2007/01/08 23:38:39 vg 1.68.34.4: RESYNC: (1.76-1.80); FILE MERGED 2006/11/16 17:04:36 vg 1.68.34.3: #i53572# MinGW port 2006/11/07 16:55:11 vg 1.68.34.2: RESYNC: (1.68-1.76); FILE MERGED 2006/10/30 15:37:50 vg 1.68.34.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b6069c59462ca6b533562973fcfc8cf9e6997bea]

        INTEGRATION: CWS mingwport03 (1.2.20); FILE MERGED 2006/09/07 15:21:22 vg 1.2.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b44631b516db3e85e191ba867bb6243a173a7a77]

        INTEGRATION: CWS mingwport03 (1.6.20); FILE MERGED 2006/11/09 17:09:51 vg 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 15:21:22 vg 1.6.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5ff299655e66c117e6699d3b8edc15b2097bfb7e]

        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>  [aa616628655c146644a5506d8a5be58f3ef97e25]

        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>  [ce92c5083ffaecc56edd1da1fdfee431a5b518e0]

        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>  [032752e93528879c0e10dbcca5a67b4abca35325]

        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>  [dba5b4362e2cf8177d96dc7db04e2c2a3c536f0c]

        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>  [c1829c1321a1910e5e6f4868fff3ebff98a51d37]

        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>  [886c05cfd2ff5da7bf8691ccf5f293cf2c6becc0]

        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>  [41acdb0b25df7c3af3f5c1aef6971f15310601d8]

        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>  [e0d3668ed40aeff2e5f6646b51bd0a5d66e8b775]

        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>  [ad26edace3a3200e665b696e53d10887b27f623d]

        INTEGRATION: CWS mingwport03 (1.3.32); FILE MERGED 2007/03/19 19:03:44 vg 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 15:12:09 vg 1.3.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c81eaeb8c4ed8db64d7d86573bf9c26105150078]

        INTEGRATION: CWS mingwport03 (1.3.32); FILE MERGED 2006/11/08 23:44:19 vg 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 15:12:09 vg 1.3.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e9c4e4cfb9a35c751b467369e8a99db13f5b1e3a]

        INTEGRATION: CWS mingwport03 (1.7.48); FILE MERGED 2006/09/19 14:34:10 vg 1.7.48.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5f47c82a4c2aeab1f0d6660c1dc47fc8e444d0d3]

        INTEGRATION: CWS mingwport03 (1.3.48); FILE MERGED 2006/09/19 14:34:10 vg 1.3.48.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f317c08ca1a4cf55040d804ee148b67035cb107c]

        INTEGRATION: CWS mingwport03 (1.24.4); FILE MERGED 2007/03/19 19:02:15 vg 1.24.4.6: RESYNC: (1.27-1.29); FILE MERGED 2007/01/09 00:25:53 vg 1.24.4.5: RESYNC: (1.26-1.27); FILE MERGED 2006/11/09 16:58:34 vg 1.24.4.4: RESYNC: (1.24-1.26); FILE MERGED 2006/10/23 16:26:14 vg 1.24.4.3: #i53572# MinGW port 2006/09/26 11:15:29 vg 1.24.4.2: #i53572# MinGW port 2006/09/26 10:38:17 vg 1.24.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ee11a30fc323259ef7a4f09aa83a08f3d9fc41f1]

        INTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED 2006/09/07 15:08:32 vg 1.1.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d722498144c7b5eda2720bdce457b2a572e9da35]

        INTEGRATION: CWS mingwport03 (1.22.68); FILE MERGED 2007/01/09 00:25:23 vg 1.22.68.3: RESYNC: (1.23-1.24); FILE MERGED 2006/11/08 12:26:50 vg 1.22.68.2: RESYNC: (1.22-1.23); FILE MERGED 2006/09/07 15:07:19 vg 1.22.68.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6f198137611f0aa3f5216bed7d1507b3aedc44d4]

        INTEGRATION: CWS mingwport03 (1.5.164); FILE MERGED 2007/03/19 19:01:04 vg 1.5.164.3: RESYNC: (1.6-1.7); FILE MERGED 2006/11/08 12:24:30 vg 1.5.164.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/07 15:07:18 vg 1.5.164.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d3cbad9e1050d9ec985666abf26b4db748ccd31f]

        INTEGRATION: CWS mingwport03 (1.17.116); FILE MERGED 2007/03/19 18:54:20 vg 1.17.116.3: RESYNC: (1.18-1.19); FILE MERGED 2007/01/09 00:11:13 vg 1.17.116.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/07 15:05:28 vg 1.17.116.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [414b84c794772770be1f2d18371be6d43861fb4d]

        INTEGRATION: CWS mingwport03 (1.4.26); FILE MERGED 2006/09/07 15:05:28 vg 1.4.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6ac3bdc8309afe1cd4fc747583d52af0761a5eed]

        INTEGRATION: CWS mingwport03 (1.4.26); FILE MERGED 2006/11/07 11:49:18 vg 1.4.26.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 14:53:54 vg 1.4.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [91537dbf514e69b61e1c37186fb977907ac5ca7f]

        INTEGRATION: CWS mingwport03 (1.12.26); FILE MERGED 2006/11/07 11:34:42 vg 1.12.26.3: RESYNC: (1.12-1.13); FILE MERGED 2006/10/24 13:21:12 vg 1.12.26.2: #i53572# MinGW port 2006/09/13 12:35:59 vg 1.12.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [132ade80d14e26ab1b5a4b346ce76f9654192a66]

        INTEGRATION: CWS mingwport03 (1.3.100); FILE MERGED 2006/09/07 15:00:18 vg 1.3.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2bbfee84f46fd04b5cd4be968e81822966226910]

        INTEGRATION: CWS mingwport03 (1.6.100); FILE MERGED 2006/09/07 15:00:18 vg 1.6.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c42ecd21c51eebe3f3dc183567c424cb95020e00]

        INTEGRATION: CWS mingwport03 (1.4.224); FILE MERGED 2006/09/15 14:50:47 vg 1.4.224.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0b0515981ae18b2ad6aa1b4815ddfb6262fe3f22]

        INTEGRATION: CWS mingwport03 (1.7.40); FILE MERGED 2007/01/09 00:04:12 vg 1.7.40.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/07 15:43:14 vg 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/13 12:03:28 vg 1.7.40.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4f4775b61733adfcbbc633dc1347db45db9124ef]

        INTEGRATION: CWS mingwport03 (1.7.92); FILE MERGED 2006/11/07 15:42:43 vg 1.7.92.2: RESYNC: (1.7-1.10); FILE MERGED 2006/09/07 14:55:49 vg 1.7.92.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [090752a8c1627453b426e351f31255331bd8f636]

        INTEGRATION: CWS mingwport03 (1.101.8); FILE MERGED 2007/03/19 17:23:01 vg 1.101.8.4: RESYNC: (1.106-1.107); FILE MERGED 2007/01/08 23:38:03 vg 1.101.8.3: RESYNC: (1.104-1.106); FILE MERGED 2006/11/07 16:54:05 vg 1.101.8.2: RESYNC: (1.101-1.104); FILE MERGED 2006/10/24 15:08:56 vg 1.101.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8a0a6cfe58ad4ab7b2206c0508a7d56a15fb3e9b]

        INTEGRATION: CWS mingwport03 (1.63.76); FILE MERGED 2007/03/19 18:40:22 vg 1.63.76.4: RESYNC: (1.64-1.68); FILE MERGED 2006/11/15 13:45:16 vg 1.63.76.3: #i53572# MinGW port 2006/11/07 15:39:26 vg 1.63.76.2: RESYNC: (1.63-1.64); FILE MERGED 2006/09/19 12:14:55 vg 1.63.76.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [26f883cde9dd3a2d008a9546387f328611b2fb58]

        INTEGRATION: CWS mingwport03 (1.206.46); FILE MERGED 2007/03/19 18:00:21 vg 1.206.46.4: RESYNC: (1.219-1.223); FILE MERGED 2007/01/08 23:54:26 vg 1.206.46.3: RESYNC: (1.212-1.219); FILE MERGED 2006/11/08 15:03:37 vg 1.206.46.2: RESYNC: (1.206-1.212); FILE MERGED 2006/10/26 09:42:33 vg 1.206.46.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [23a8ced2711e922a38c5e42d841487056a2d32f3]

        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>  [eac8e588976d2567c826979a84b4db503845e75d]

        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>  [4a503c40b9d12771848bceb197c643d716aa0d9d]

        INTEGRATION: CWS mingwport03 (1.2.142); FILE MERGED 2007/03/19 17:46:15 vg 1.2.142.2: RESYNC: (1.2-1.4); FILE MERGED 2006/09/07 11:18:45 vg 1.2.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a261ceaaa20ed8c86555e6f5676924d1426efda6]

        INTEGRATION: CWS mingwport03 (1.2.142); FILE MERGED 2007/03/19 17:46:04 vg 1.2.142.2: RESYNC: (1.2-1.4); FILE MERGED 2006/09/07 11:18:45 vg 1.2.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8c3a60222e184dacdee63b3f2b1164e4037d9c4e]

        INTEGRATION: CWS mingwport03 (1.2.142); FILE MERGED 2007/03/19 17:45:56 vg 1.2.142.2: RESYNC: (1.2-1.4); FILE MERGED 2006/09/07 11:18:44 vg 1.2.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7d57a5c983f17c3aba54c8f48b299d73a763db5d]

        INTEGRATION: CWS mingwport03 (1.13.142); FILE MERGED 2007/03/19 17:45:49 vg 1.13.142.2: RESYNC: (1.13-1.14); FILE MERGED 2006/09/07 11:18:44 vg 1.13.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bb30d8b8e60985e794af4a711c3c1ee23ffddb99]

        INTEGRATION: CWS mingwport03 (1.39.64); FILE MERGED 2007/03/19 17:45:30 vg 1.39.64.2: RESYNC: (1.39-1.40); FILE MERGED 2006/09/07 11:18:44 vg 1.39.64.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7b625c2f8012280dda620ccb23e88173ed5d240e]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2006/09/18 14:42:41 vg 1.1.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [75d2976124684bee196a1aa5836af7c6a3515c82]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2006/09/18 14:42:40 vg 1.1.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [88d6a59620b8a4a0e47b55177f548c85a28284af]

        INTEGRATION: CWS mingwport03 (1.3.562); FILE MERGED 2006/11/08 14:03:26 vg 1.3.562.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 11:18:43 vg 1.3.562.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d744eab367f1d4036a972de9296c3a754de56b76]

        INTEGRATION: CWS mingwport03 (1.11.142); FILE MERGED 2007/03/19 17:44:39 vg 1.11.142.2: RESYNC: (1.11-1.12); FILE MERGED 2006/09/07 11:18:43 vg 1.11.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d9bd659f3aa28ad4d1b7632baf1d0f7c28aafd8c]

        INTEGRATION: CWS mingwport03 (1.6.30); FILE MERGED 2006/11/08 14:19:23 vg 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 11:18:43 vg 1.6.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [24185820fb03e3f0664cda6a682010c4e7ac4aed]

        INTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED 2006/10/25 15:07:51 vg 1.1.4.2: #i53572# MinGW port 2006/09/18 14:42:40 vg 1.1.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c77b851f63b3be78a0b666e0bd6ffa904c7f128a]

        INTEGRATION: CWS mingwport03 (1.5.30); FILE MERGED 2006/11/08 14:02:27 vg 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/18 14:38:39 vg 1.5.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4133c6c3d3ee503732d6b06658d193dda93ff89a]

        INTEGRATION: CWS mingwport03 (1.3.142); FILE MERGED 2007/03/19 17:40:58 vg 1.3.142.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 11:18:41 vg 1.3.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b8064dee1335642f80f899fef7b6b7903d4f89f1]

        INTEGRATION: CWS mingwport03 (1.3.142); FILE MERGED 2007/03/19 17:38:52 vg 1.3.142.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 11:06:32 vg 1.3.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d642d5f9b32bc922dd66de0d94a26f8f9330f859]

        INTEGRATION: CWS mingwport03 (1.7.142); FILE MERGED 2007/03/19 17:38:35 vg 1.7.142.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 11:06:32 vg 1.7.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5aeb0c07a7fb5c513c39644bb86c8461d9366881]

        INTEGRATION: CWS mingwport03 (1.6.142); FILE MERGED 2007/03/19 17:38:18 vg 1.6.142.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 11:06:32 vg 1.6.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cfc4ed8557cb3a663d504ea149038267eb4b94d8]

        INTEGRATION: CWS mingwport03 (1.9.142); FILE MERGED 2007/03/19 17:37:42 vg 1.9.142.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/07 11:06:31 vg 1.9.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [97d6d65dc06bd3d6ff47596cf44f41b0bd44000e]

        INTEGRATION: CWS mingwport03 (1.6.142); FILE MERGED 2007/03/19 17:37:25 vg 1.6.142.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/07 11:06:31 vg 1.6.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [716efc44a405534590b95a061c62ec7649327c5a]

        INTEGRATION: CWS mingwport03 (1.8.30); FILE MERGED 2006/11/08 13:42:47 vg 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 11:06:30 vg 1.8.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7f6ce2b31c0ae521e9091b0c6c37683a4f70c8c1]

        INTEGRATION: CWS mingwport03 (1.11.142); FILE MERGED 2006/11/08 13:42:34 vg 1.11.142.3: RESYNC: (1.11-1.12); FILE MERGED 2006/10/25 14:36:27 vg 1.11.142.2: #i53572# MinGW port 2006/09/18 14:38:06 vg 1.11.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c5d47e333eaeef79b3594626646b6c0ddb0b9657]

        INTEGRATION: CWS mingwport03 (1.10.112); FILE MERGED 2006/09/07 11:01:29 vg 1.10.112.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ccc3c8e3960eef8dc6a33e867028d4768cfd7521]

        INTEGRATION: CWS mingwport03 (1.5.14); FILE MERGED 2006/11/08 13:42:26 vg 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/18 14:38:06 vg 1.5.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b8ccb45c7322570c4c72240005999139e4b401bf]

        INTEGRATION: CWS mingwport03 (1.3.142); FILE MERGED 2006/11/08 13:42:07 vg 1.3.142.2: RESYNC: (1.3-1.4); FILE MERGED 2006/10/25 14:36:27 vg 1.3.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bd6c7a4a30652d4ac85021d0f5c4884dca429dfb]

        INTEGRATION: CWS mingwport03 (1.3.142); FILE MERGED 2006/11/08 13:41:59 vg 1.3.142.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 11:01:29 vg 1.3.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3704d8f50d51dbd57dbb6f7d6cb3853d555cf7ae]

        INTEGRATION: CWS mingwport03 (1.9.30); FILE MERGED 2007/01/08 23:46:24 vg 1.9.30.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/08 13:41:26 vg 1.9.30.2: RESYNC: (1.9-1.11); FILE MERGED 2006/10/25 14:36:27 vg 1.9.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7ed1318e01cd2f06bc16a0d8bd52b1550f1b9f10]

        INTEGRATION: CWS mingwport03 (1.26.2); FILE MERGED 2006/11/08 13:41:51 vg 1.26.2.2: RESYNC: (1.26-1.28); FILE MERGED 2006/09/07 10:55:26 vg 1.26.2.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [da7c794130242bde1f37433ae9111c80a9b73506]

        INTEGRATION: CWS mingwport03 (1.12.78); FILE MERGED 2006/09/07 10:55:26 vg 1.12.78.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3a16072f6a430fa1a60d5cd5128f8f23e5904f7e]

        INTEGRATION: CWS mingwport03 (1.103.60); FILE MERGED 2007/03/20 10:07:56 vg 1.103.60.4: RESYNC MERGED 1.110 1.113 Everything below this line will be added to the revision comment. 2007/01/08 23:35:22 vg 1.103.60.3: RESYNC: (1.108-1.110); FILE MERGED 2006/11/07 16:44:52 vg 1.103.60.2: RESYNC: (1.103-1.108); FILE MERGED 2006/10/24 14:07:44 vg 1.103.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8bcae735ac77da60c3c6cddff3dcd88b0886d3a6]

        INTEGRATION: CWS mingwport03 (1.6.30); FILE MERGED 2006/09/07 10:55:26 vg 1.6.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ce8027f7868b60d5df6d11f8f0c56432ec3b1e9c]

        INTEGRATION: CWS mingwport03 (1.29.30); FILE MERGED 2006/09/07 10:55:25 vg 1.29.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6845c070514bdf15393545d0766bd1118d4431d7]

        INTEGRATION: CWS mingwport03 (1.21.30); FILE MERGED 2007/01/08 23:45:16 vg 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 10:55:25 vg 1.21.30.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6cd43636fad668258250ea5a993fb5cfb70b8944]

        INTEGRATION: CWS mingwport03 (1.6.14); FILE MERGED 2006/09/07 10:44:50 vg 1.6.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [82bdc30df4d3bfd9c6895f231b1ee6d558e6b6db]

        INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED 2006/09/07 10:40:35 vg 1.4.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9822d46aef86ddc3ebf24af43c8b548397e34478]

        INTEGRATION: CWS mingwport03 (1.8.46); FILE MERGED 2007/03/19 17:28:56 vg 1.8.46.4: RESYNC: (1.16-1.19); FILE MERGED 2007/01/08 23:40:55 vg 1.8.46.3: RESYNC: (1.12-1.16); FILE MERGED 2006/11/07 17:01:19 vg 1.8.46.2: RESYNC: (1.8-1.12); FILE MERGED 2006/10/24 15:43:36 vg 1.8.46.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ac64fc9913220b77de3a077195bdecc17fa79da5]

        INTEGRATION: CWS mingwport03 (1.2.346); FILE MERGED 2006/10/24 15:42:32 vg 1.2.346.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bdbdd394cfdc3fe2ef94bbb2644672688e2851fe]

        INTEGRATION: CWS mingwport03 (1.46.86); FILE MERGED 2007/03/19 17:28:10 vg 1.46.86.3: RESYNC: (1.49-1.51); FILE MERGED 2006/11/07 16:59:37 vg 1.46.86.2: RESYNC: (1.46-1.49); FILE MERGED 2006/10/24 15:41:16 vg 1.46.86.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [eb600502f8a68d70871cb6915e3f56e2bdfdf047]

        INTEGRATION: CWS mingwport03 (1.10.420); FILE MERGED 2007/03/19 17:27:12 vg 1.10.420.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/07 16:58:48 vg 1.10.420.2: RESYNC: (1.10-1.11); FILE MERGED 2006/10/24 15:39:30 vg 1.10.420.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f5badac6364b464779a5b7a9206a5e16e43a9fbb]

        INTEGRATION: CWS mingwport03 (1.55.84); FILE MERGED 2007/03/19 17:24:54 vg 1.55.84.4: RESYNC: (1.58-1.62); FILE MERGED 2007/01/08 23:39:12 vg 1.55.84.3: RESYNC: (1.57-1.58); FILE MERGED 2006/11/07 16:55:40 vg 1.55.84.2: RESYNC: (1.55-1.57); FILE MERGED 2006/10/24 15:30:57 vg 1.55.84.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5ff1de6e316989a78cfcaaf6900d420e29712277]

        INTEGRATION: CWS mingwport03 (1.179.10); FILE MERGED 2007/03/19 17:24:47 vg 1.179.10.4: RESYNC: (1.186-1.191); FILE MERGED 2007/01/08 23:38:53 vg 1.179.10.3: RESYNC: (1.185-1.186); FILE MERGED 2006/11/07 16:55:31 vg 1.179.10.2: RESYNC: (1.179-1.185); FILE MERGED 2006/10/24 15:26:44 vg 1.179.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0a2bc18230c1ae5fcc85a66503ade36991eaa259]

        INTEGRATION: CWS mingwport03 (1.199.60); FILE MERGED 2007/03/19 17:24:30 vg 1.199.60.4: RESYNC: (1.205-1.209); FILE MERGED 2007/01/08 23:38:46 vg 1.199.60.3: RESYNC: (1.204-1.205); FILE MERGED 2006/11/07 16:55:21 vg 1.199.60.2: RESYNC: (1.199-1.204); FILE MERGED 2006/10/24 15:25:55 vg 1.199.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4c9c5742e9006390e2caffd64ac26d1b110e8055]

        INTEGRATION: CWS mingwport03 (1.103.46); FILE MERGED 2007/03/21 13:21:26 vg 1.103.46.1: #i53572# unrolled

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [504ed6a8e58b9867f59541ab4832d7b9a17c44b3]

        INTEGRATION: CWS mingwport03 (1.18.46); FILE MERGED 2007/03/21 13:21:26 vg 1.18.46.1: #i53572# unrolled

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [be65ee7cf2dacb2d5a3e88b6556fc8d83a44ab5d]

        INTEGRATION: CWS mingwport03 (1.33.56); FILE MERGED 2007/03/21 13:21:26 vg 1.33.56.1: #i53572# unrolled

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2b8aee9370142b02e27def6acc8368794baac8c4]

        INTEGRATION: CWS mingwport03 (1.60.46); FILE MERGED 2007/03/21 13:21:26 vg 1.60.46.1: #i53572# unrolled

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9962913432a2a8a66cd7542a94de2c8cebc0f6a0]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2007/02/08 11:04:44 vg 1.1.6.1: #i53572# MinGW port efforts

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [41e1899010c1a61e53b7489891158c7bb07ae569]

        INTEGRATION: CWS mingwport03 (1.35.10); FILE MERGED 2007/03/19 17:15:53 vg 1.35.10.3: RESYNC: (1.36-1.41); FILE MERGED 2006/11/07 16:47:21 vg 1.35.10.2: RESYNC: (1.35-1.36); FILE MERGED 2006/10/24 14:15:51 vg 1.35.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1ec70822e13fa2dd25c447f9fb58a83a29c90090]

        INTEGRATION: CWS mingwport03 (1.67.54); FILE MERGED 2007/03/19 17:13:24 vg 1.67.54.4: RESYNC: (1.75-1.82); FILE MERGED 2007/01/08 23:35:29 vg 1.67.54.3: RESYNC: (1.73-1.75); FILE MERGED 2006/11/07 16:45:25 vg 1.67.54.2: RESYNC: (1.67-1.73); FILE MERGED 2006/10/24 14:10:25 vg 1.67.54.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2027d488393ba5e1daec8137ccaedc53489f7259]

        INTEGRATION: CWS mingwport03 (1.26.378); FILE MERGED 2006/10/24 14:54:14 vg 1.26.378.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8ce25f3e2eecf391d35cb6515b0f5563db1f91f7]

        INTEGRATION: CWS mingwport03 (1.17.124); FILE MERGED 2006/09/07 10:38:51 vg 1.17.124.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3d5c63535c61ed776621471af72844d3c1d14fbc]

        INTEGRATION: CWS mingwport03 (1.3.196); FILE MERGED 2007/01/08 23:28:38 vg 1.3.196.3: RESYNC: (1.4-1.5); FILE MERGED 2006/11/08 09:48:25 vg 1.3.196.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/15 14:44:02 vg 1.3.196.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [817ac44b80dbd7af9071e27b11c9d09e410b5f54]

        INTEGRATION: CWS mingwport03 (1.4.22); FILE MERGED 2006/09/18 15:19:10 vg 1.4.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c2b38053cad5c7d0f8ffda3d65f52f60166fe0e4]

        INTEGRATION: CWS mingwport03 (1.5.22); FILE MERGED 2007/03/19 17:03:29 vg 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/18 15:19:10 vg 1.5.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bbdae36e972513ad40e72c0599a43214fb340699]

        INTEGRATION: CWS mingwport03 (1.3.22); FILE MERGED 2006/09/18 15:19:09 vg 1.3.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [16f5f2410f8e2c6bc52aa1243088a340fe3af14d]

        INTEGRATION: CWS mingwport03 (1.8.20); FILE MERGED 2006/11/08 14:58:13 vg 1.8.20.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/18 15:07:15 vg 1.8.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bedc35d6275ca5da5653b1f39283f78ca7257ba9]

        INTEGRATION: CWS mingwport03 (1.3.24); FILE MERGED 2007/03/19 17:03:23 vg 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/18 15:10:57 vg 1.3.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f1e82cf2263e6705e6c1eef35a7b0c9a3b8c362e]

        INTEGRATION: CWS mingwport03 (1.4.20); FILE MERGED 2006/09/18 15:10:56 vg 1.4.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a577d84ff581ebfae91fa1a7d59418e40eb94b7b]

        INTEGRATION: CWS mingwport03 (1.3.22); FILE MERGED 2006/11/08 14:57:10 vg 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/18 15:19:09 vg 1.3.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5d5d6895c7c96a873d31a8ce942939a17537ad75]

        INTEGRATION: CWS mingwport03 (1.2.100); FILE MERGED 2006/11/08 14:57:02 vg 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/25 08:23:44 vg 1.2.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5e98dfae38cb4b90129b3cb06a24835ed0f85b80]

        INTEGRATION: CWS mingwport03 (1.1.204); FILE MERGED 2006/10/23 15:25:43 vg 1.1.204.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0c940e5ec256380f0051ac404370bba9e53d2f7e]

        INTEGRATION: CWS mingwport03 (1.2.22); FILE MERGED 2006/10/23 15:24:48 vg 1.2.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7ce850db9263426c12857d197836aee776e95ed4]

        INTEGRATION: CWS mingwport03 (1.4.22); FILE MERGED 2006/11/08 14:56:53 vg 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/18 15:15:54 vg 1.4.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f351bcdeb62ea76cba1b161f0b6388e804e79d4d]

        INTEGRATION: CWS mingwport03 (1.1.204); FILE MERGED 2006/11/08 14:56:45 vg 1.1.204.2: RESYNC: (1.1-1.2); FILE MERGED 2006/11/02 10:43:56 vg 1.1.204.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2f1e7043eb082094bd472ca964e8137da18b2eb9]

        INTEGRATION: CWS mingwport03 (1.4.22); FILE MERGED 2006/09/18 15:10:56 vg 1.4.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [111811fb60c839c17f1901f2c348106947193281]

        INTEGRATION: CWS mingwport03 (1.4.22); FILE MERGED 2006/09/18 15:07:15 vg 1.4.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4d81a70c64d915c78a9caedcd381a86c3b444be7]

        INTEGRATION: CWS mingwport03 (1.10.2); FILE MERGED 2006/11/08 14:56:19 vg 1.10.2.2: RESYNC: (1.10-1.14); FILE MERGED 2006/09/18 15:15:53 vg 1.10.2.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1db4f0a89e53f2584c88f94bcb97e4e7df9b8e32]

        INTEGRATION: CWS mingwport03 (1.8.20); FILE MERGED 2006/09/18 15:10:56 vg 1.8.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [00710789c7b82cac4b909e2963aa0950c9f7ed23]

        INTEGRATION: CWS mingwport03 (1.7.22); FILE MERGED 2006/09/18 15:15:53 vg 1.7.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3c614fe1a3cb875a2db53e048c513dfbd5f93a8c]

        INTEGRATION: CWS mingwport03 (1.5.20); FILE MERGED 2006/09/18 15:10:55 vg 1.5.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cdb0bddd3d2a924789ba5b278e2edad4f2932c5b]

        INTEGRATION: CWS mingwport03 (1.3.22); FILE MERGED 2006/09/18 15:07:14 vg 1.3.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a9a52e000f7dadcce20c6b3083e992ec32f99bb0]

        INTEGRATION: CWS mingwport03 (1.27.38); FILE MERGED 2007/03/19 17:01:03 vg 1.27.38.2: RESYNC: (1.27-1.28); FILE MERGED 2006/09/07 10:36:14 vg 1.27.38.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e3e656505773bb28a1f1b112142444a86917d6fe]

        INTEGRATION: CWS mingwport03 (1.25.50); FILE MERGED 2006/11/07 14:33:29 vg 1.25.50.2: RESYNC: (1.25-1.28); FILE MERGED 2006/09/07 10:36:14 vg 1.25.50.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d85ae9869fef77acb827637c87e3a95b52f5346e]

        INTEGRATION: CWS mingwport03 (1.33.50); FILE MERGED 2006/11/07 14:26:04 vg 1.33.50.2: RESYNC: (1.33-1.34); FILE MERGED 2006/09/07 10:36:14 vg 1.33.50.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [88d0ee00999a330607d5a7f26b0d124fbeb16cf7]

        INTEGRATION: CWS mingwport03 (1.46.214); FILE MERGED 2007/01/08 22:23:18 vg 1.46.214.2: RESYNC: (1.46-1.47); FILE MERGED 2006/09/07 10:32:28 vg 1.46.214.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d3fe9ae03039e642a8fca88dd109a15038c177aa]

        INTEGRATION: CWS mingwport03 (1.3.700); FILE MERGED 2006/11/08 20:18:09 vg 1.3.700.2: RESYNC: (1.3-1.5); FILE MERGED 2006/09/15 14:38:03 vg 1.3.700.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [62e5b8ce6b835897e18ee1c05f58f506200008ac]

        INTEGRATION: CWS mingwport03 (1.11.4); FILE MERGED 2007/03/20 15:39:33 vg 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/08 15:45:12 vg 1.11.4.2: #i53572# MinGW port 2006/09/25 14:50:08 vg 1.11.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f2dac103f5ade1726a000276e1e301497e7102fc]

        INTEGRATION: CWS mingwport03 (1.19.10); FILE MERGED 2007/03/19 16:05:15 vg 1.19.10.3: RESYNC: (1.20-1.21); FILE MERGED 2006/11/07 13:42:37 vg 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2006/10/31 09:50:48 vg 1.19.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [295c706322da53d6cf8b4cddf5d677e6b3ec93cf]

        INTEGRATION: CWS mingwport03 (1.9.64); FILE MERGED 2007/03/19 16:05:08 vg 1.9.64.3: RESYNC: (1.10-1.11); FILE MERGED 2007/01/08 20:39:49 vg 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/07 10:26:54 vg 1.9.64.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [13d4915db93c57977e788d10ee453d7c811e4adb]

        INTEGRATION: CWS mingwport03 (1.9.18); FILE MERGED 2006/09/07 10:25:10 vg 1.9.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6669c915e610c1bf497553aaf54ff7d458effcf7]

        INTEGRATION: CWS mingwport03 (1.3.18); FILE MERGED 2006/09/07 10:25:09 vg 1.3.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7cc67b70034273288d6b81caa7f40cddea737f04]

        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>  [482c521f958a068d225b9b94fcecbf2b8c77cfd4]

        INTEGRATION: CWS mingwport03 (1.10.168); FILE MERGED 2006/10/25 12:11:37 vg 1.10.168.2: #i53572# MinGW port 2006/09/07 10:22:10 vg 1.10.168.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c6859ed5bbb47e0d120394190f36a7ff593b480a]

        INTEGRATION: CWS mingwport03 (1.10.60); FILE MERGED 2006/09/07 10:22:10 vg 1.10.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [56d05893369310f24a700a1af247ca7c9e9a1f0f]

        INTEGRATION: CWS mingwport03 (1.7.168); FILE MERGED 2006/09/07 10:22:10 vg 1.7.168.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [65f5e96bcc5c9924ed93cc35d51a772339710dc6]

        INTEGRATION: CWS mingwport03 (1.16.60); FILE MERGED 2006/09/07 10:22:10 vg 1.16.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d3e191f980f77a98088c8a8177027f85b0f1e013]

        INTEGRATION: CWS mingwport03 (1.9.168); FILE MERGED 2006/09/07 10:22:09 vg 1.9.168.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4b2e95fe782d2c36ea91004461171a4aa1d0d2ae]

        INTEGRATION: CWS mingwport03 (1.14.168); FILE MERGED 2006/09/07 10:22:08 vg 1.14.168.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [84248e122706df29964020331d66acad9930d3b1]

        INTEGRATION: CWS mingwport03 (1.19.36); FILE MERGED 2007/01/08 20:21:41 vg 1.19.36.3: RESYNC: (1.20-1.21); FILE MERGED 2006/11/07 13:13:20 vg 1.19.36.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/07 10:22:07 vg 1.19.36.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f77e9b8c6b3055d923ef84c6e70d474c02f086f8]

        INTEGRATION: CWS mingwport03 (1.5.40); FILE MERGED 2007/03/19 16:44:59 vg 1.5.40.2: RESYNC MERGED 1.5 1.7 Everything below this line will be added to the revision comment. 2006/09/07 14:32:54 vg 1.5.40.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a89c7bdf0d60d8dadcd27d037a709efb4a8fe3a7]

        INTEGRATION: CWS mingwport03 (1.7.36); FILE MERGED 2007/01/08 20:20:46 vg 1.7.36.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/07 13:11:13 vg 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 10:22:07 vg 1.7.36.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3e924977786ec989b254ea36407a5917eea229bb]

        INTEGRATION: CWS mingwport03 (1.21.142); FILE MERGED 2007/03/19 15:59:23 vg 1.21.142.3: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 13:08:50 vg 1.21.142.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 10:22:06 vg 1.21.142.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ca78775506bb9fc3d1e8c52e40101f141ef2196a]

        INTEGRATION: CWS mingwport03 (1.15.62); FILE MERGED 2006/09/07 10:22:06 vg 1.15.62.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c71c0e0596bab5cefac8f23b6be8dd98536ec98f]

        INTEGRATION: CWS mingwport03 (1.21.54); FILE MERGED 2007/01/08 20:20:29 vg 1.21.54.3: RESYNC: (1.24-1.25); FILE MERGED 2006/11/07 13:06:39 vg 1.21.54.2: RESYNC: (1.21-1.24); FILE MERGED 2006/09/07 10:22:06 vg 1.21.54.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c4b925a575779d600faf38741d4fcf7cb6aaefe8]

        INTEGRATION: CWS mingwport03 (1.9.168); FILE MERGED 2006/11/07 12:33:15 vg 1.9.168.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/07 10:22:05 vg 1.9.168.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [44b7ef84e0b1adc0d872c4752f2c8300c634ce6c]

        INTEGRATION: CWS mingwport03 (1.12.60); FILE MERGED 2006/11/07 12:32:34 vg 1.12.60.3: RESYNC: (1.12-1.13); FILE MERGED 2006/10/25 12:11:36 vg 1.12.60.2: #i53572# MinGW port 2006/09/07 10:22:04 vg 1.12.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [49e6340773924435a0b7dd082b4c89bbc969aab6]

        INTEGRATION: CWS mingwport03 (1.14.60); FILE MERGED 2006/11/07 12:32:10 vg 1.14.60.2: RESYNC: (1.14-1.15); FILE MERGED 2006/09/07 10:22:04 vg 1.14.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9e248d2c1a55f63a6e5b285d78a5ab0302fe3c84]

        INTEGRATION: CWS mingwport03 (1.17.60); FILE MERGED 2006/11/07 12:31:52 vg 1.17.60.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/07 10:22:04 vg 1.17.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ee62385dd4b8163ec57a654bc6d68c8ef8353d75]

        INTEGRATION: CWS mingwport03 (1.29.44); FILE MERGED 2006/11/07 12:31:33 vg 1.29.44.3: RESYNC: (1.29-1.30); FILE MERGED 2006/10/25 12:11:36 vg 1.29.44.2: #i53572# MinGW port 2006/09/07 10:22:04 vg 1.29.44.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e7c2ec6f20adf7ccaa7af8850ae62fbb093c1907]

        INTEGRATION: CWS mingwport03 (1.24.34); FILE MERGED 2006/11/07 12:31:25 vg 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 10:22:04 vg 1.24.34.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b6fcc1c7f5aea01127acfeed3b3e79ff487cf5d4]

        INTEGRATION: CWS mingwport03 (1.21.60); FILE MERGED 2006/11/07 12:31:01 vg 1.21.60.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 10:22:04 vg 1.21.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a9953b9df242370f987728bd4e6e0fcd8380600a]

        INTEGRATION: CWS mingwport03 (1.19.60); FILE MERGED 2007/01/08 20:16:10 vg 1.19.60.3: RESYNC: (1.20-1.22); FILE MERGED 2006/11/07 12:30:53 vg 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/07 10:22:03 vg 1.19.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ca9af6eb8f233f47f8b503467f742dbe35c11f88]

        INTEGRATION: CWS mingwport03 (1.19.60); FILE MERGED 2006/11/07 12:27:39 vg 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/07 10:22:03 vg 1.19.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f5a45e530a7094bb6a4cd6010edfb6f976c27aa3]

        INTEGRATION: CWS mingwport03 (1.20.60); FILE MERGED 2006/11/07 12:29:53 vg 1.20.60.2: RESYNC: (1.20-1.21); FILE MERGED 2006/09/07 10:22:03 vg 1.20.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9c7347953e97c57f88aeca83b5ff7ed4b8a4e8e7]

        INTEGRATION: CWS mingwport03 (1.17.60); FILE MERGED 2006/11/07 12:29:35 vg 1.17.60.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/07 10:22:03 vg 1.17.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7e3b9e73aee24f5687212af16c174c1ce8e5cc10]

        INTEGRATION: CWS mingwport03 (1.21.60); FILE MERGED 2006/11/07 12:29:05 vg 1.21.60.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 10:22:03 vg 1.21.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e29b1245d06be7530f0d0e32c8a637adaf72bfb8]

        INTEGRATION: CWS mingwport03 (1.25.60); FILE MERGED 2007/01/08 20:16:02 vg 1.25.60.3: RESYNC: (1.26-1.27); FILE MERGED 2006/11/07 12:28:30 vg 1.25.60.2: RESYNC: (1.25-1.26); FILE MERGED 2006/09/07 10:22:02 vg 1.25.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2b2721eb5e89d52491a1b6ce218be4d4bd0b25ab]

        INTEGRATION: CWS mingwport03 (1.24.60); FILE MERGED 2006/11/07 12:28:11 vg 1.24.60.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 10:22:02 vg 1.24.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [71f5dbf6c84055800c78e97c3702e9510052a5c5]

        INTEGRATION: CWS mingwport03 (1.7.60); FILE MERGED 2006/11/07 12:27:47 vg 1.7.60.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 10:22:02 vg 1.7.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f13ddeb5b4037237af78ca19742b3c24077a3e28]

        INTEGRATION: CWS mingwport03 (1.4.100); FILE MERGED 2007/03/19 16:39:13 vg 1.4.100.3: RESYNC MERGED 1.4 1.5 Everything below this line will be added to the revision comment. 2006/10/24 13:57:49 vg 1.4.100.2: #i53572# MinGW port 2006/09/19 11:53:54 vg 1.4.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [de26ce00319461089cb0d7fbd498bf89d2bcb71c]

        INTEGRATION: CWS mingwport03 (1.2.22); FILE MERGED 2006/09/07 09:39:09 vg 1.2.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6c4c9b572d70ad46bb800a5ac35573066b7ef138]

        INTEGRATION: CWS mingwport03 (1.23.8); FILE MERGED 2006/11/08 12:51:56 vg 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2006/09/07 09:38:05 vg 1.23.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [59decad20e6d38d6dcf42389db7b73802577df41]

        INTEGRATION: CWS mingwport03 (1.8.12); FILE MERGED 2006/11/08 12:51:48 vg 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/07 09:38:05 vg 1.8.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b04765f2c1daa836466201829d67167df924d56d]

        INTEGRATION: CWS mingwport03 (1.22.8); FILE MERGED 2006/11/08 12:50:38 vg 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2006/09/07 09:38:04 vg 1.22.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c656f3a6914a784eb4270cfdbc52994955fd24b6]

        INTEGRATION: CWS mingwport03 (1.7.8); FILE MERGED 2007/03/19 15:53:20 vg 1.7.8.4: RESYNC: (1.8-1.9); FILE MERGED 2006/11/09 12:37:50 vg 1.7.8.3: RESYNC: (1.7-1.8); FILE MERGED 2006/10/24 13:17:47 vg 1.7.8.2: #i53572# MinGW port 2006/09/21 16:16:55 vg 1.7.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cdb03775c3f97eac633274b35ebdf9881a4f87fd]

        INTEGRATION: CWS mingwport03 (1.6.38); FILE MERGED 2007/03/19 15:53:11 vg 1.6.38.3: RESYNC: (1.7-1.10); FILE MERGED 2006/11/09 12:37:43 vg 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/21 16:16:55 vg 1.6.38.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3ce7948b860911232c3d29f9b8ccbce77669c243]

        INTEGRATION: CWS mingwport03 (1.3.8); FILE MERGED 2006/09/07 09:35:59 vg 1.3.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e83e06e836d29f26e0a6d3166fb7e57df291b9b4]

        INTEGRATION: CWS mingwport03 (1.5.26); FILE MERGED 2006/09/07 09:35:59 vg 1.5.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7b378646201bca18f7f8176eb9670deb779b1b8c]

        INTEGRATION: CWS mingwport03 (1.2.100); FILE MERGED 2007/03/19 15:52:04 vg 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/19 11:53:55 vg 1.2.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e4d2b9646218c9fb5427e5587bc15960742a0a88]

        INTEGRATION: CWS mingwport03 (1.13.32); FILE MERGED 2006/11/09 00:20:49 vg 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2006/09/18 14:33:36 vg 1.13.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [04aecee5996a6a58436b2baa9b7c78b1664d5161]

        INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED 2006/09/07 14:32:54 vg 1.4.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c3df3b9dd530930b2d31380736c8cbec443b5785]

        INTEGRATION: CWS mingwport03 (1.5.40); FILE MERGED 2006/09/07 14:32:54 vg 1.5.40.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [954533f3adc7924a4d162f4eaada199ca0765b7d]

        INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED 2007/03/19 15:51:13 vg 1.4.32.3: RESYNC: (1.5-1.6); FILE MERGED 2006/11/09 00:18:12 vg 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/07 14:32:54 vg 1.4.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d435519c9398d0cc1e5e2d7c517a17460526b364]

        INTEGRATION: CWS mingwport03 (1.3.100); FILE MERGED 2006/09/07 14:32:53 vg 1.3.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d24a2cb2758c2e2838393957bdd74922aa0a7fa4]

        INTEGRATION: CWS mingwport03 (1.4.32); FILE MERGED 2006/11/09 00:18:05 vg 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/07 14:32:53 vg 1.4.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [64d763d0898ccc36dd4ebe1229049c3988f8b983]

        INTEGRATION: CWS mingwport03 (1.5.32); FILE MERGED 2006/11/09 00:17:57 vg 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/07 14:32:53 vg 1.5.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [23ad4d09438ad53891cc7177eea2230ab1b4237b]

        INTEGRATION: CWS mingwport03 (1.8.100); FILE MERGED 2007/03/19 15:38:31 vg 1.8.100.3: RESYNC MERGED 1.8 1.9 Everything below this line will be added to the revision comment. 2006/10/24 13:48:45 vg 1.8.100.2: #i53572# MinGW port 2006/09/19 11:53:54 vg 1.8.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d4a4221e66a281cd19b9bb075c4eb23ad82f291d]

        INTEGRATION: CWS mingwport03 (1.9.40); FILE MERGED 2006/09/07 13:55:17 vg 1.9.40.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [fae450524d8e3eda49d7b9d3ffa97c74643c5c56]

        INTEGRATION: CWS mingwport03 (1.8.32); FILE MERGED 2006/11/09 00:16:52 vg 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/18 14:33:36 vg 1.8.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [deed26f9411c261d16385997a8a86326d9d480fb]

        INTEGRATION: CWS mingwport03 (1.3.100); FILE MERGED 2006/09/07 13:55:17 vg 1.3.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [36aec851faf6248bc20fea88abd35fa4befaba6a]

        INTEGRATION: CWS mingwport03 (1.4.60); FILE MERGED 2006/09/07 13:55:16 vg 1.4.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [113af617cae7cf46727d06ba59d776a53c06f9de]

        INTEGRATION: CWS mingwport03 (1.15.32); FILE MERGED 2006/11/09 00:15:28 vg 1.15.32.2: RESYNC: (1.15-1.16); FILE MERGED 2006/09/18 14:33:35 vg 1.15.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cef829e634ea2122faeb186ed15641f15ae16f3a]

        INTEGRATION: CWS mingwport03 (1.2.234); FILE MERGED 2006/09/18 14:33:35 vg 1.2.234.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6dfaa70f3e3b680092fb408d7c4e2b9f38be6e7f]

        INTEGRATION: CWS mingwport03 (1.3.100); FILE MERGED 2006/11/09 00:08:36 vg 1.3.100.2: RESYNC: (1.3-1.5); FILE MERGED 2006/09/18 14:33:35 vg 1.3.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f21d1b5f2c59dd0493432c5f7d5853c6df4626f8]

        INTEGRATION: CWS mingwport03 (1.6.32); FILE MERGED 2006/11/09 00:07:19 vg 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/18 14:33:34 vg 1.6.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2f45532e3b5e0227f0162a2ac34b8d949fb6c3c7]

        INTEGRATION: CWS mingwport03 (1.4.100); FILE MERGED 2006/09/18 14:33:34 vg 1.4.100.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b4fb7c3fc0fb8b63f14d6654321154a57c6ec2dc]

        INTEGRATION: CWS mingwport03 (1.6.10); FILE MERGED 2006/11/07 10:30:32 vg 1.6.10.2: RESYNC: (1.6-1.8); FILE MERGED 2006/09/07 09:33:08 vg 1.6.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [78abb00a7b0bda1f2cf4af1593e5689113b67e24]

        INTEGRATION: CWS mingwport03 (1.2.14); FILE MERGED 2006/09/07 09:31:09 vg 1.2.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [df75f4227a62632404f7c88900adaec2cd4f3a63]

        INTEGRATION: CWS mingwport03 (1.4.66); FILE MERGED 2006/11/07 11:30:15 vg 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 14:15:26 vg 1.4.66.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ca9379bdddc459b9866e9178e144d2ac80f7de5d]

        INTEGRATION: CWS mingwport03 (1.5.10); FILE MERGED 2006/09/13 15:13:09 vg 1.5.10.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [318492f3c5f9e8e3f1b24f3d9f866fa2c5885874]

        INTEGRATION: CWS mingwport03 (1.3.66); FILE MERGED 2006/11/07 11:30:07 vg 1.3.66.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/15 14:15:26 vg 1.3.66.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b6c04de4c9b6b68b28a63eddcfa4d3b50f37f7e6]

        INTEGRATION: CWS mingwport03 (1.17.8); FILE MERGED 2007/03/19 15:44:31 vg 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/07 09:27:51 vg 1.17.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [db48e90824a1797cfb8397e79a8871bf8f682133]

        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>  [8441526fec77ee9d39d0ad03a375f2a115d75c76]

        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>  [e3efd0ea6f8071e4bac4538b5fe855655e9744c3]

        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>  [ec7d04c7e496215be382fe2b2f84e71f948abe52]

        INTEGRATION: CWS mingwport03 (1.2.60); FILE MERGED 2006/11/07 17:32:39 vg 1.2.60.2: RESYNC: (1.2-1.4); FILE MERGED 2006/10/23 16:41:54 vg 1.2.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ae476db8c182cc21359992def1299a61831889d7]

        INTEGRATION: CWS mingwport03 (1.34.14); FILE MERGED 2007/03/19 15:39:10 vg 1.34.14.4: RESYNC: (1.38-1.39); FILE MERGED 2006/11/07 17:30:24 vg 1.34.14.3: RESYNC: (1.34-1.38); FILE MERGED 2006/10/24 12:04:32 vg 1.34.14.2: #i53572# MinGW port 2006/09/06 16:08:31 vg 1.34.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [820a08c1d45ea04845624489fd3b32f486e68f6e]

        INTEGRATION: CWS mingwport03 (1.10.34); FILE MERGED 2006/11/07 17:30:00 vg 1.10.34.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/06 16:08:31 vg 1.10.34.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [331efc17ee25d4690622345b44e5c1f30a7ae558]

        INTEGRATION: CWS mingwport03 (1.2.60); FILE MERGED 2006/11/07 17:29:31 vg 1.2.60.2: RESYNC: (1.2-1.4); FILE MERGED 2006/10/24 12:04:32 vg 1.2.60.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0ec5fd3d4ed2c1e8e10215188e96f3864c443ed5]

        INTEGRATION: CWS mingwport03 (1.6.6); FILE MERGED 2006/11/16 17:11:15 vg 1.6.6.3: #i53572# MinGW port 2006/11/08 15:52:31 vg 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/26 09:40:47 vg 1.6.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a360f024db6058628e5b627d5a1312de6bd18847]

        INTEGRATION: CWS mingwport03 (1.22.18); FILE MERGED 2007/03/19 15:15:22 vg 1.22.18.2: RESYNC MERGED 1.22 1.23 Everything below this line will be added to the revision comment. 2006/09/06 15:46:03 vg 1.22.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [72079efbf7b3ff1a38344fa934611d8421d74f2c]

        INTEGRATION: CWS mingwport03 (1.4.58); FILE MERGED 2006/11/07 11:28:41 vg 1.4.58.2: RESYNC: (1.4-1.6); FILE MERGED 2006/09/07 09:06:24 vg 1.4.58.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4c07b29170763866b3387a9a632533b2b46a439f]

        INTEGRATION: CWS mingwport03 (1.3.58); FILE MERGED 2006/11/07 11:28:34 vg 1.3.58.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 09:06:23 vg 1.3.58.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [81bf85f298b43eb691c9476f4bfe87dab5d1ecdc]

        INTEGRATION: CWS mingwport03 (1.3.170); FILE MERGED 2006/09/26 12:12:40 vg 1.3.170.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1835de0ba3e976bd5c1ce3ea9f90ab9b27145cad]

        INTEGRATION: CWS mingwport03 (1.29.20); FILE MERGED 2007/03/19 15:35:19 vg 1.29.20.4: RESYNC: (1.31-1.33); FILE MERGED 2007/01/08 20:04:10 vg 1.29.20.3: RESYNC: (1.30-1.31); FILE MERGED 2006/11/08 11:36:15 vg 1.29.20.2: RESYNC: (1.29-1.30); FILE MERGED 2006/09/13 14:49:23 vg 1.29.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [19656e690d1f5c7ae209431b908435f2bbe2d8fa]

        INTEGRATION: CWS mingwport03 (1.24.12); FILE MERGED 2007/03/19 15:33:42 vg 1.24.12.3: RESYNC: (1.28-1.29); FILE MERGED 2006/11/16 14:55:03 vg 1.24.12.2: RESYNC: (1.24-1.28); FILE MERGED 2006/11/14 10:12:36 vg 1.24.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cd67ab9090a583fcc99917d59503c887215b6528]

        INTEGRATION: CWS mingwport03 (1.12.106); FILE MERGED 2007/03/20 09:57:48 vg 1.12.106.4: RESYNC: (1.14-1.15); FILE MERGED 2006/11/16 17:11:58 vg 1.12.106.3: #i53572# MinGW port 2006/11/16 14:54:56 vg 1.12.106.2: RESYNC: (1.12-1.14); FILE MERGED 2006/11/14 10:12:35 vg 1.12.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0cafcc23329131b90de57c5e9dcf4676a19a6583]

        INTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED 2006/11/16 16:02:28 vg 1.1.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [932302160ea952392f6c810814511c945014d428]

        INTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED 2006/11/16 16:18:25 vg 1.1.4.2: #i53572# MinGW port 2006/11/16 16:02:27 vg 1.1.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [af8d0f0d861a60604b340b81e3c359359942a26b]

        INTEGRATION: CWS mingwport03 (1.14.14); FILE MERGED 2006/10/24 13:15:07 vg 1.14.14.2: #i53572# MinGW port 2006/09/06 15:41:21 vg 1.14.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f76ff00ca7b361e7d14d248ba219d7cdf80ec2f8]

        INTEGRATION: CWS mingwport03 (1.50.24); FILE MERGED 2007/03/19 15:32:14 vg 1.50.24.2: RESYNC: (1.50-1.51); FILE MERGED 2006/09/06 15:40:26 vg 1.50.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [172a4c517b0155a6ce897a790e64fe62c2e61861]

        INTEGRATION: CWS mingwport03 (1.21.24); FILE MERGED 2007/03/19 15:31:53 vg 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/06 15:40:25 vg 1.21.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7a1eb6d698a62224dd17b92124f4d90285226fef]

        INTEGRATION: CWS mingwport03 (1.4.64); FILE MERGED 2007/03/19 15:31:45 vg 1.4.64.3: RESYNC: (1.7-1.9); FILE MERGED 2006/11/08 12:44:33 vg 1.4.64.2: RESYNC: (1.4-1.7); FILE MERGED 2006/09/06 15:40:25 vg 1.4.64.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7686f9893a8da80eeec2be22f325f8ce99193e23]

        INTEGRATION: CWS mingwport03 (1.3.74); FILE MERGED 2006/09/06 15:40:24 vg 1.3.74.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ce722ae7c8e95146aa1456069288192d2fb2bad5]

        INTEGRATION: CWS mingwport03 (1.80.12); FILE MERGED 2007/03/19 14:44:19 vg 1.80.12.3: RESYNC: (1.81-1.83); FILE MERGED 2006/11/08 12:44:03 vg 1.80.12.2: RESYNC: (1.80-1.81); FILE MERGED 2006/09/06 15:40:23 vg 1.80.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4fb40d7ddbd62772d1127d4c77a32e2229bde2ba]

        INTEGRATION: CWS mingwport03 (1.5.8); FILE MERGED 2007/03/19 14:27:17 vg 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED 2007/01/08 19:53:22 vg 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/06 15:35:57 vg 1.5.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a7c5fd3657b74d27e507ee1d5e5a514aa7e4bd19]

        INTEGRATION: CWS mingwport03 (1.54.206); FILE MERGED 2007/03/19 14:19:57 vg 1.54.206.3: RESYNC: (1.56-1.58); FILE MERGED 2007/01/08 19:52:19 vg 1.54.206.2: RESYNC: (1.54-1.56); FILE MERGED 2006/09/06 15:32:07 vg 1.54.206.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b04546aa48dd8c662c08ab2279c5281b43d25be6]

        INTEGRATION: CWS mingwport03 (1.5.396); FILE MERGED 2007/03/19 14:04:29 vg 1.5.396.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/06 15:32:07 vg 1.5.396.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [6ddb58602868daa921c59aa91c6b02efff5a02a0]

        INTEGRATION: CWS mingwport03 (1.94.88); FILE MERGED 2007/01/08 19:30:06 vg 1.94.88.3: RESYNC: (1.97-1.98); FILE MERGED 2006/11/08 17:30:38 vg 1.94.88.2: RESYNC: (1.94-1.97); FILE MERGED 2006/09/06 15:32:07 vg 1.94.88.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bf9525863012750d2666489a49649605bca23129]

        INTEGRATION: CWS mingwport03 (1.60.196); FILE MERGED 2007/03/19 14:02:06 vg 1.60.196.4: RESYNC: (1.64-1.65); FILE MERGED 2007/01/08 19:26:20 vg 1.60.196.3: RESYNC: (1.62-1.64); FILE MERGED 2006/11/08 17:21:40 vg 1.60.196.2: RESYNC: (1.60-1.62); FILE MERGED 2006/09/06 15:32:06 vg 1.60.196.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [b8248948f0a79c06cd98cf7c7bafddd084a615d2]

        INTEGRATION: CWS mingwport03 (1.31.46); FILE MERGED 2007/01/08 19:23:26 vg 1.31.46.3: RESYNC: (1.33-1.34); FILE MERGED 2006/11/08 17:14:11 vg 1.31.46.2: RESYNC: (1.31-1.33); FILE MERGED 2006/09/06 15:32:05 vg 1.31.46.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ed5dcea59f2e7ca5ab59312c1b99dd49312bf316]

        INTEGRATION: CWS mingwport03 (1.32.106); FILE MERGED 2007/03/19 14:00:52 vg 1.32.106.4: RESYNC: (1.35-1.36); FILE MERGED 2007/01/08 19:23:17 vg 1.32.106.3: RESYNC: (1.34-1.35); FILE MERGED 2006/11/08 17:13:55 vg 1.32.106.2: RESYNC: (1.32-1.34); FILE MERGED 2006/09/06 15:32:05 vg 1.32.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [836d9bd525565ce4fb1bee78888a8af31e1fee52]

        INTEGRATION: CWS mingwport03 (1.12.106); FILE MERGED 2006/09/06 15:17:34 vg 1.12.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c164cdcb4fe97f7b1d6523c587c9b6e2ad42d366]

        INTEGRATION: CWS mingwport03 (1.5.106); FILE MERGED 2006/09/07 09:07:20 vg 1.5.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7f869e4dfbee669565af63898240040a7988739b]

        INTEGRATION: CWS mingwport03 (1.4.106); FILE MERGED 2006/09/06 15:16:21 vg 1.4.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f91ece78492933726ac20caf9e6acba4e6518e79]

        INTEGRATION: CWS mingwport03 (1.7.32); FILE MERGED 2006/11/07 18:05:00 vg 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/07 09:07:20 vg 1.7.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [a80a8a61e6054ecc20842ac9327c73ac3a582e31]

        INTEGRATION: CWS mingwport03 (1.12.72); FILE MERGED 2006/11/07 18:04:46 vg 1.12.72.2: RESYNC: (1.12-1.14); FILE MERGED 2006/09/07 09:07:20 vg 1.12.72.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bfa9245c0bb630b81fef7cb0f9d936c76f0d36fe]

        INTEGRATION: CWS mingwport03 (1.3.106); FILE MERGED 2006/09/07 09:07:20 vg 1.3.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [840d1c6fce8b5a52c851e28727cea9003e6d9b14]

        INTEGRATION: CWS mingwport03 (1.3.106); FILE MERGED 2006/11/07 18:04:28 vg 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 09:07:19 vg 1.3.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [9dc44984e178729e8abe9e0787e15e47cb19f36f]

        INTEGRATION: CWS mingwport03 (1.4.106); FILE MERGED 2006/09/06 15:14:44 vg 1.4.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1a25a9ec299e410120645bd60000b1054fcdb1ae]

        INTEGRATION: CWS mingwport03 (1.6.106); FILE MERGED 2006/11/07 18:03:01 vg 1.6.106.2: RESYNC: (1.6-1.8); FILE MERGED 2006/09/07 09:07:19 vg 1.6.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f281af451c6f4eda9eca9ff32cee1b2654c3fd1a]

        INTEGRATION: CWS mingwport03 (1.9.106); FILE MERGED 2006/11/07 18:02:19 vg 1.9.106.2: RESYNC: (1.9-1.11); FILE MERGED 2006/09/07 09:07:19 vg 1.9.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c4be97e6144a9e5b0e8ba33b2f7c9e82d3299d64]

        INTEGRATION: CWS mingwport03 (1.23.106); FILE MERGED 2006/11/07 17:59:22 vg 1.23.106.2: RESYNC: (1.23-1.25); FILE MERGED 2006/09/07 09:07:19 vg 1.23.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ed757a48ac8a6eec57b725d5b87091fe160a2496]

        INTEGRATION: CWS mingwport03 (1.10.106); FILE MERGED 2006/11/07 17:58:45 vg 1.10.106.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/07 09:07:18 vg 1.10.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1d751d2de5b51c9a309abe22a0219a47ea9ad8be]

        INTEGRATION: CWS mingwport03 (1.21.106); FILE MERGED 2006/11/07 17:58:37 vg 1.21.106.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 09:07:18 vg 1.21.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bd9bb97efed087374d7d53911031d53a7c50f9bb]

        INTEGRATION: CWS mingwport03 (1.12.106); FILE MERGED 2007/03/19 13:29:14 vg 1.12.106.3: RESYNC: (1.14-1.15); FILE MERGED 2006/11/07 17:58:19 vg 1.12.106.2: RESYNC: (1.12-1.14); FILE MERGED 2006/09/07 09:07:18 vg 1.12.106.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [bf8b1bd7b14bcda779e051f0c235d177ad76283b]

        INTEGRATION: CWS mingwport03 (1.6.188); FILE MERGED 2006/11/07 18:23:32 vg 1.6.188.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 14:08:48 vg 1.6.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c97c39a3c42e4009842919e782ecc6da00b2a86e]

        INTEGRATION: CWS mingwport03 (1.9.56); FILE MERGED 2007/03/19 13:28:22 vg 1.9.56.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 15:09:52 vg 1.9.56.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [0a968b3973b149ecd737f6ac6f1345400e5e1670]

        INTEGRATION: CWS mingwport03 (1.19.12); FILE MERGED 2006/09/06 15:09:02 vg 1.19.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [75c81e4dc12497017e452c57bbddd5dba42c42df]

        INTEGRATION: CWS mingwport03 (1.12.32); FILE MERGED 2006/09/06 15:08:08 vg 1.12.32.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8b936950a17f278c3505af10dd8b23ec0f8ddf68]

        INTEGRATION: CWS mingwport03 (1.21.22); FILE MERGED 2006/11/07 16:36:28 vg 1.21.22.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/07 09:21:09 vg 1.21.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [163a165407a2812cd0d3460c6cfcd9569de62530]

        INTEGRATION: CWS mingwport03 (1.24.12); FILE MERGED 2006/11/07 16:36:20 vg 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2006/09/07 09:21:09 vg 1.24.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [edf6bed0a64d9eb2c2b3c9560bef421e18ee299c]

        INTEGRATION: CWS mingwport03 (1.12.72); FILE MERGED 2006/09/19 11:50:49 vg 1.12.72.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d1d615a7982be5c7dead4f21638a9c9c442f2a57]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2006/09/07 09:21:09 vg 1.1.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ae9e3be4c6597fb629b4d7d9e77e90177b59b2da]

        INTEGRATION: CWS mingwport03 (1.9.188); FILE MERGED 2006/11/07 18:22:22 vg 1.9.188.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 14:08:47 vg 1.9.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [616b3164b7ac41ae68bef072ff2a7b09ad257c27]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2006/09/07 09:21:08 vg 1.1.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7dd6fa339c1daaae4471928ffc100937ec90bff8]

        INTEGRATION: CWS mingwport03 (1.1.6); FILE ADDED 2007/03/21 12:21:45 vg 1.1.6.2: #i53572# fixes for build breakers caused by multiple resync 2006/09/07 09:21:08 vg 1.1.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ff45a53f08306b33f228294caf3e0d17e65331d0]

        INTEGRATION: CWS mingwport03 (1.25.22); FILE MERGED 2006/09/07 09:21:10 vg 1.25.22.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f2979089302be4ebed8675a12b578ed2be795180]

        INTEGRATION: CWS mingwport03 (1.36.12); FILE MERGED 2006/11/07 16:22:07 vg 1.36.12.2: RESYNC: (1.36-1.37); FILE MERGED 2006/09/07 09:21:10 vg 1.36.12.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [86754f8fde0c58b1932e7b5e19be2a0302feb44f]

        INTEGRATION: CWS mingwport03 (1.12.8); FILE MERGED 2006/11/08 10:58:59 vg 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2006/09/07 08:44:58 vg 1.12.8.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [18f81fc3c6a25c88180f04560c648adb54a2fb66]

        INTEGRATION: CWS mingwport03 (1.106.18); FILE MERGED 2007/03/19 13:11:57 vg 1.106.18.4: RESYNC: (1.108-1.109); FILE MERGED 2007/01/08 18:11:51 vg 1.106.18.3: RESYNC: (1.107-1.108); FILE MERGED 2006/11/08 10:43:31 vg 1.106.18.2: RESYNC: (1.106-1.107); FILE MERGED 2006/09/13 11:56:50 vg 1.106.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [212b56be621804fccdbca5996cd9fb51ce69c73f]

        INTEGRATION: CWS mingwport03 (1.2.18); FILE MERGED 2006/11/08 10:35:29 vg 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/07 08:40:03 vg 1.2.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ba4f554d3cc1ae47d6b6d2c25e8cabbbe81d525c]

        INTEGRATION: CWS mingwport03 (1.5.150); FILE MERGED 2006/11/08 10:13:58 vg 1.5.150.2: RESYNC: (1.5-1.7); FILE MERGED 2006/09/07 08:40:04 vg 1.5.150.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [55f827e634b8675ba24c479ac2d3dca203042f3d]

        INTEGRATION: CWS mingwport03 (1.6.36); FILE MERGED 2007/03/19 13:03:33 vg 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 14:14:47 vg 1.6.36.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f83886ed146730dacac42fc62921b93143a09ad9]

        INTEGRATION: CWS mingwport03 (1.6.48); FILE MERGED 2006/11/07 18:23:05 vg 1.6.48.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 14:08:48 vg 1.6.48.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [99d7fe265f0f62bfe7506bf88634123da282d256]

        INTEGRATION: CWS mingwport03 (1.7.188); FILE MERGED 2006/11/07 18:22:40 vg 1.7.188.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/06 14:08:47 vg 1.7.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8c1914a252acbf39999db41d57eac220dd1f3dd0]

        INTEGRATION: CWS mingwport03 (1.8.152); FILE MERGED 2006/11/07 18:16:29 vg 1.8.152.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/06 14:08:47 vg 1.8.152.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ac68919928f6797c7aa57bfad63504b8df1d2c0a]

        INTEGRATION: CWS mingwport03 (1.13.94); FILE MERGED 2006/09/06 14:08:46 vg 1.13.94.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [c38305d6acc5b4625e5485562d13a09a4e00ecaa]

        INTEGRATION: CWS mingwport03 (1.6.24); FILE MERGED 2006/09/06 14:08:46 vg 1.6.24.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [7f038d0ded50568759304916b4e9dbd1ed2e1488]

        INTEGRATION: CWS mingwport03 (1.3.188); FILE MERGED 2006/11/07 17:59:07 vg 1.3.188.3: RESYNC: (1.3-1.4); FILE MERGED 2006/10/23 16:21:13 vg 1.3.188.2: #i53572# MinGW port 2006/09/06 14:08:45 vg 1.3.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [cf03a13f856a4c1503f80d6b4cb93672f267e218]

        INTEGRATION: CWS mingwport03 (1.20.42); FILE MERGED 2006/11/07 17:59:00 vg 1.20.42.3: RESYNC: (1.20-1.21); FILE MERGED 2006/10/23 16:21:13 vg 1.20.42.2: #i53572# MinGW port 2006/09/06 14:08:45 vg 1.20.42.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ad4387ba0c3863f3d458ac8ba49a9b06905def5e]

        INTEGRATION: CWS mingwport03 (1.18.188); FILE MERGED 2007/01/08 17:42:38 vg 1.18.188.3: RESYNC: (1.18-1.19); FILE MERGED 2006/10/24 12:58:21 vg 1.18.188.2: #i53572# MinGW port 2006/09/06 14:08:45 vg 1.18.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e494e4f1567a9656a80b54fc09ef9dfc4b7cf3e4]

        INTEGRATION: CWS mingwport03 (1.5.42); FILE MERGED 2006/11/07 17:58:52 vg 1.5.42.3: RESYNC: (1.5-1.6); FILE MERGED 2006/10/24 12:58:21 vg 1.5.42.2: #i53572# MinGW port 2006/09/06 14:08:45 vg 1.5.42.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3ee96b6b3fa949f0a8bc6b9bb6d3a942caa3e95e]

        INTEGRATION: CWS mingwport03 (1.3.188); FILE MERGED 2006/09/06 14:08:44 vg 1.3.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3c7310cd2d2648a672dcaad030215a1aecb34bf4]

        INTEGRATION: CWS mingwport03 (1.14.188); FILE MERGED 2006/11/07 17:58:44 vg 1.14.188.3: RESYNC: (1.14-1.15); FILE MERGED 2006/10/24 12:58:21 vg 1.14.188.2: #i53572# MinGW port 2006/09/06 14:08:44 vg 1.14.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4da60e3b7c9316018b4def2eb52f23d6f3089884]

        INTEGRATION: CWS mingwport03 (1.15.42); FILE MERGED 2006/11/07 17:58:26 vg 1.15.42.3: RESYNC: (1.15-1.16); FILE MERGED 2006/10/23 16:21:13 vg 1.15.42.2: #i53572# MinGW port 2006/09/06 14:08:44 vg 1.15.42.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4c315ff498951d136b49af4f1e4372789a71a279]

        INTEGRATION: CWS mingwport03 (1.5.132); FILE MERGED 2006/11/07 17:58:19 vg 1.5.132.3: RESYNC: (1.5-1.6); FILE MERGED 2006/10/23 16:21:13 vg 1.5.132.2: #i53572# MinGW port 2006/09/06 14:08:44 vg 1.5.132.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [4cdeca85ba0ee206279aa366044bb4a15cfe90c6]

        INTEGRATION: CWS mingwport03 (1.9.188); FILE MERGED 2007/01/08 17:42:17 vg 1.9.188.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 14:08:43 vg 1.9.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [db35e60e2d2629785d95bd421930110735caaeca]

        INTEGRATION: CWS mingwport03 (1.19.132); FILE MERGED 2006/11/07 17:57:53 vg 1.19.132.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/06 14:08:43 vg 1.19.132.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [beab25653982a6f109b9cc87a251e456d2f21251]

        INTEGRATION: CWS mingwport03 (1.3.188); FILE MERGED 2006/10/23 16:03:59 vg 1.3.188.2: #i53572# MinGW port 2006/09/06 14:08:43 vg 1.3.188.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [45b2bb37acacd050f81b112ea117c98df709aefd]

        INTEGRATION: CWS mingwport03 (1.43.14); FILE MERGED 2007/03/19 15:09:11 vg 1.43.14.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/06 13:01:14 vg 1.43.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [812dcd6781e5a44c6498d502cfee7bd8dad14b1b]

        INTEGRATION: CWS mingwport03 (1.17.102); FILE MERGED 2006/09/06 14:08:42 vg 1.17.102.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [dfa11b91e65ad4cb354c05eed684c0ce729934c6]

        INTEGRATION: CWS mingwport03 (1.4.348); FILE MERGED 2006/11/07 17:49:20 vg 1.4.348.2: RESYNC: (1.4-1.6); FILE MERGED 2006/09/06 14:08:41 vg 1.4.348.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [e104c3af5d0ac1f6e9d4cb44a48e3938852ec0d6]

        INTEGRATION: CWS mingwport03 (1.12.102); FILE MERGED 2007/03/19 12:57:28 vg 1.12.102.4: RESYNC: (1.15-1.17); FILE MERGED 2006/11/07 17:49:08 vg 1.12.102.3: RESYNC: (1.12-1.15); FILE MERGED 2006/10/23 16:03:58 vg 1.12.102.2: #i53572# MinGW port 2006/09/06 14:08:41 vg 1.12.102.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [91c2ad4837574a1c07acb00fbb18b14b8704cec7]

        INTEGRATION: CWS mingwport03 (1.2.680); FILE MERGED 2006/10/23 16:21:12 vg 1.2.680.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3fccd99483a7d8a3ba47cc0b5227d3848af7fec5]

        INTEGRATION: CWS mingwport03 (1.5.18); FILE MERGED 2007/03/19 15:05:37 vg 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2006/09/13 12:47:09 vg 1.5.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [f81f83ca12fec36a6cada7ddb8f7d2a885c90681]

        INTEGRATION: CWS mingwport03 (1.5.6); FILE MERGED 2006/09/06 13:09:04 vg 1.5.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [8263d8a8ac4be38b05876772765bc681cb2149b0]

        INTEGRATION: CWS mingwport03 (1.4.6); FILE MERGED 2007/01/08 17:37:00 vg 1.4.6.3: RESYNC: (1.5-1.6); FILE MERGED 2006/11/08 12:47:59 vg 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/06 13:09:03 vg 1.4.6.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [3d20fa3272083198dac29c689f66a75602c1a2b2]

        INTEGRATION: CWS mingwport03 (1.8.26); FILE MERGED 2006/09/06 13:04:02 vg 1.8.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [ca50f14203b5e9a4ea570b93f6e83dac6f5b11b1]

        INTEGRATION: CWS mingwport03 (1.32.4); FILE MERGED 2007/03/19 12:56:52 vg 1.32.4.4: RESYNC: (1.33-1.34); FILE MERGED 2006/11/07 12:01:39 vg 1.32.4.3: RESYNC: (1.32-1.33); FILE MERGED 2006/10/23 16:38:58 vg 1.32.4.2: #i53572# MinGW port 2006/09/06 13:04:02 vg 1.32.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d9a2b92786e49b1e0c67d11de9c62788e1b64a51]

        INTEGRATION: CWS mingwport03 (1.8.18); FILE MERGED 2007/03/19 11:46:02 vg 1.8.18.3: RESYNC: (1.9-1.10); FILE MERGED 2007/01/08 16:19:17 vg 1.8.18.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/06 12:53:02 vg 1.8.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [47eb5e7c95e6dac3756dc46441ee59f3e543b0fb]

        INTEGRATION: CWS mingwport03 (1.1.4); FILE ADDED 2006/09/06 13:04:01 vg 1.1.4.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [5d707dccc2c99931b2571b65bc56a35f1c7a2909]

        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>  [2a2f7a4855a4daa6a3c762ac96c129f92637e5a4]

        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>  [075d75f310b1f0b3392bdaa8745b5c0ee7f46dfa]

        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  Vladimir Glazounov  <vg@openoffice.org>  [265d0f3668e4e8e378a5f81c99369e4ca7487870]

        INTEGRATION: CWS mingwport03 (1.1.2); FILE ADDED 2006/09/13 12:49:25 vg 1.1.2.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [1a302151e39a54faae0ca276cfa6eb3dbabb0d2c]

        INTEGRATION: CWS mingwport03 (1.10.14); FILE MERGED 2007/01/08 17:09:52 vg 1.10.14.3: RESYNC: (1.11-1.13); FILE MERGED 2006/11/08 00:03:10 vg 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/06 12:36:45 vg 1.10.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [15f356bc08eaa53ec5da2d86aab071b2dcadb59c]

        INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED 2006/11/07 21:51:05 vg 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/06 12:56:15 vg 1.9.26.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [deb3d3440b196367a777485bc372ef8f205c2f26]

        INTEGRATION: CWS mingwport03 (1.7.20); FILE MERGED 2007/03/19 11:24:14 vg 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/06 12:40:27 vg 1.7.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [d549c910a80e6ef9e82768fe5338a0ed55ecb6c8]

        INTEGRATION: CWS mingwport03 (1.6.20); FILE MERGED 2007/03/19 11:20:36 vg 1.6.20.3: RESYNC: (1.7-1.8); FILE MERGED 2006/11/07 18:22:04 vg 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 12:41:59 vg 1.6.20.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [afa771bc8ed443c08fa7bb22f86b39fe7a55d7c7]

        INTEGRATION: CWS mingwport03 (1.6.18); FILE MERGED 2006/11/07 18:07:00 vg 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2006/09/06 12:41:15 vg 1.6.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [125e66b5e0905d8ec4a61058415776da4f46091a]

        INTEGRATION: CWS mingwport03 (1.8.14); FILE MERGED 2007/03/19 11:18:59 vg 1.8.14.4: RESYNC: (1.10-1.11); FILE MERGED 2007/01/08 16:09:18 vg 1.8.14.3: RESYNC: (1.9-1.10); FILE MERGED 2006/11/07 18:03:12 vg 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/06 12:39:13 vg 1.8.14.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [51d102fd130fbdb353d8105746f3cf144959424c]

        INTEGRATION: CWS mingwport03 (1.7.18); FILE MERGED 2007/03/19 14:59:40 vg 1.7.18.4: RESYNC: (1.9-1.10); FILE MERGED 2007/01/08 16:07:37 vg 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/07 12:19:51 vg 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/06 12:51:56 vg 1.7.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [04bbe450d5af0ea80fb8d586eae7697104a83329]

        INTEGRATION: CWS mingwport03 (1.7.18); FILE MERGED 2007/03/19 11:12:41 vg 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2007/01/08 16:09:00 vg 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/06 12:52:31 vg 1.7.18.1: #i53572# MinGW port

2007-03-26  Vladimir Glazounov  <vg@openoffice.org>  [2fe91bbc828f1b078f4d9ab3bd1fcced699258ed]

        INTEGRATION: CWS mingwport03 (1.13.14); FILE MERGED 2007/01/08 16:08:10 vg 1.13.14.3: RESYNC: (1.15-1.16); FILE MERGED 2006/11/07 15:18:47 vg 1.13.14.2: RESYNC: (1.13-1.15); FILE MERGED 2006/09/06 12:43:54 vg 1.13.14.1: #i53572# MinGW port

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [db7e35b7fddbb7067be8bb38c526beade25abd72]

        INTEGRATION: CWS c15v2_SRC680 (1.15.104); FILE MERGED 2007/02/21 11:20:58 rt 1.15.104.1: #143485# Joined from CWS c15v1.

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a2fe8f0c221d03b6095a4acb54601ad6cefba1b1]

        INTEGRATION: CWS c15v2_SRC680 (1.20.102); FILE MERGED 2007/02/21 11:20:58 rt 1.20.102.1: #143485# Joined from CWS c15v1.

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1f728bb9f99bd6c35975ca19a2f983e48e6a2f78]

        INTEGRATION: CWS c15v2_SRC680 (1.22.50); FILE MERGED 2007/02/21 11:20:58 rt 1.22.50.1: #143485# Joined from CWS c15v1.

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b6b707ce62fed6857d16774782529f7aa6205de4]

        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>  [be783ef188f5b758e93dd35ae170f7e484fefd97]

        INTEGRATION: CWS c15v2_SRC680 (1.5.604); FILE MERGED 2007/02/21 16:18:21 rt 1.5.604.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [56b31cb9ea44779325fe29bceff6cdfe4124e39c]

        INTEGRATION: CWS c15v2_SRC680 (1.3.604); FILE MERGED 2007/02/21 16:18:21 rt 1.3.604.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6bb76b14848b7552f305bd145e071da97c1e3e06]

        INTEGRATION: CWS c15v2_SRC680 (1.8.78); FILE MERGED 2007/02/21 16:18:20 rt 1.8.78.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3284e2afec729e5da789a14b191389b571bdeccc]

        INTEGRATION: CWS c15v2_SRC680 (1.35.120.1.6); FILE MERGED 2007/02/21 16:18:20 rt 1.35.120.1.6.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2c67b4b0c91f0cfeca373017817abe5bea39f1ce]

        INTEGRATION: CWS c15v2_SRC680 (1.7.342); FILE MERGED 2007/02/21 16:18:20 rt 1.7.342.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [52a3686ac495636a4e5ce14c1342699402a0a098]

        INTEGRATION: CWS c15v2_SRC680 (1.1.6); FILE ADDED 2007/02/21 16:18:19 rt 1.1.6.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [64f8d81942bb9984d1ac9e7fcd49f0af5338f249]

        INTEGRATION: CWS c15v2_SRC680 (1.62.2.3.6); FILE MERGED 2007/02/21 16:18:19 rt 1.62.2.3.6.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fed066f5b21f3ca8982f65ab9c4f40588b7c0707]

        INTEGRATION: CWS c15v2_SRC680 (1.30.114.1.6); FILE MERGED 2007/02/21 16:18:19 rt 1.30.114.1.6.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [99a6beb91d6682c4b3beff5819969ed72385698f]

        INTEGRATION: CWS c15v2_SRC680 (1.6.604); FILE MERGED 2007/02/21 16:18:19 rt 1.6.604.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [52c80350017c4a274ddd14480729f9a51ed1eecf]

        INTEGRATION: CWS c15v2_SRC680 (1.77.2.3.6); FILE MERGED 2007/03/07 08:51:01 rt 1.77.2.3.6.2: RESYNC: (1.77.2.3-1.77.2.4); FILE MERGED 2007/02/21 16:18:18 rt 1.77.2.3.6.1: #i74737# upx support

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [068fe5a1fda7c9d1a7a0d069df439995e1cffd35]

        INTEGRATION: CWS aw049_SRC680 (1.36.36.2.4); FILE MERGED 2007/03/20 10:36:45 aw 1.36.36.2.4.1: #i75086# Also take care for negative scaled X or Y and adapt the polygon accordingly

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7f2fba891156549f10539102cccc932fc62c1d5d]

        INTEGRATION: CWS aw049_SRC680 (1.10.198); FILE MERGED 2007/03/20 14:57:29 aw 1.10.198.1: #i75482# use BeginCompleteRedraw/DoCompleteRedraw/EndCompleteRedraw in ContourWindow::Paint like in GraphCtrl::Paint

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [fbd2ecdc7fe7faff152c4697edba795cbf5b3576]

        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>  [9e4331e56bc4b29193a5f4c92e4e508721e8e4dd]

        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>  [ed4c61e563914944612df97cb2c47510f4170f7e]

        INTEGRATION: CWS hiddenfix_SRC680 (1.43.36.4.10); FILE MERGED 2007/03/16 12:40:18 fme 1.43.36.4.10.1: #i75430# Set RecalcHiddenCharFlag if autostyle containing RES_HIDDEN_CHAR is applied

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [73f6b5b25c40f367f48277a5abe061e79d41849d]

        INTEGRATION: CWS hr40 (1.18.4); FILE MERGED 2006/11/28 14:25:54 hjs 1.18.4.2: #i72063# add to CFLAGS instead of overwriting 2006/11/28 14:16:42 hr 1.18.4.1: #i70840#: disable executable stack (linux compiled with GCC)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b42bed7922943b39eafd20cc07ffe8128fd0dd26]

        INTEGRATION: CWS hr40 (1.25.22); FILE MERGED 2007/02/19 17:24:20 hr 1.25.22.2: RESYNC: (1.25-1.29); FILE MERGED 2006/11/28 09:51:10 hr 1.25.22.1: #i70840#: disable executable stack

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1b09231b1c55a7948408952c7adad83da45775bb]

        INTEGRATION: CWS hr40 (1.30.6); FILE MERGED 2007/02/19 17:13:21 hr 1.30.6.5: RESYNC: (1.30-1.33); FILE MERGED 2006/12/06 13:20:50 hr 1.30.6.4: #i70840#: typo 2006/12/06 12:17:57 hr 1.30.6.3: #i70840#: disable executable stack (Linux) 2006/11/28 12:55:59 hr 1.30.6.2: #i70840#: disable executable stack only for Linux on Intel compiled with GCC 2006/11/28 10:40:49 hr 1.30.6.1: #i70840#: disable executable stack (Linux)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1ce5a2399798310a25804d268e5c082cebfe5e9e]

        INTEGRATION: CWS hr40 (1.14.18); FILE MERGED 2006/12/01 18:25:25 hr 1.14.18.3: #i70840#: the -Wl,-z,noexecstack switch is available on all systems with GNU ld 2006/11/28 13:24:06 hjs 1.14.18.2: #i72063# add to CFLAGS instead of overwriting 2006/11/28 12:54:50 hr 1.14.18.1: #i70840#: disable executable stack (Linux)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [b8f3716b3a927908457b822402d0700c1fc41d43]

        INTEGRATION: CWS hr40 (1.33.2); FILE MERGED 2007/02/19 17:13:14 hr 1.33.2.3: RESYNC: (1.33-1.34); FILE MERGED 2006/12/01 18:26:09 hr 1.33.2.2: #i70840#: the -Wl,-z,noexecstack switch is available on all systems with GNU ld 2006/11/28 15:11:02 hr 1.33.2.1: #i70840#: disable executable stack (linux compiled with GCC)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7eb96e426bbc6850be940eba7f85a8ac557aee49]

        INTEGRATION: CWS hr40 (1.16.4); FILE MERGED 2006/11/28 13:32:19 hjs 1.16.4.1: #i72063# add to CFLAGS instead of overwriting

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [40e1c468929000e7ad6482677d398bf87012a77e]

        INTEGRATION: CWS hr40 (1.9.12); FILE MERGED 2006/12/01 18:07:25 hr 1.9.12.4: #i70840#: the -Wl,-z,noexecstack switch is available on all systems with GNU ld 2006/11/28 16:45:26 hr 1.9.12.3: #i70840#: fix typo 2006/11/28 13:32:19 hjs 1.9.12.2: #i72063# add to CFLAGS instead of overwriting 2006/11/28 13:07:32 hr 1.9.12.1: #i70840#: disable executable stack (linux compiled with GCC)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [1e14da8cc95f26d869174ae2decc27d2355f8bd4]

        INTEGRATION: CWS hr40 (1.27.4); FILE MERGED 2007/02/19 17:12:18 hr 1.27.4.2: RESYNC: (1.27-1.29); FILE MERGED 2006/12/01 18:13:21 hr 1.27.4.1: #i70840#: disable executable stack (LINUX)

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cbf90903342dabee72e1b63edf52e2f945d0ed3f]

        INTEGRATION: CWS hr40 (1.13.4); FILE MERGED 2007/02/19 17:12:25 hr 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2006/12/01 15:02:00 hr 1.13.4.1: #i70840#: fix macro for creating shared libraries to honor LDFLAGFS, recreated patch on Linux

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [5b280b9db0641257c4b0deec32baa6b8085cfb55]

        INTEGRATION: CWS fwkmake (1.4.284); FILE MERGED 2007/03/19 10:12:22 cd 1.4.284.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d725bd9dfee1ab97b34203bc4a4010c523bea23a]

        INTEGRATION: CWS fwkmake (1.5.12); FILE MERGED 2007/03/19 10:12:22 cd 1.5.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e46d4c0053e0d78359d152c3e7a9a018bc2c59ab]

        INTEGRATION: CWS fwkmake (1.3.284); FILE MERGED 2007/03/19 10:12:21 cd 1.3.284.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ba2ea7471f2d1f321e5e00ca00eb9341449caf65]

        INTEGRATION: CWS fwkmake (1.5.12); FILE MERGED 2007/03/19 10:12:21 cd 1.5.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [200853abb68a203550a72eb4f923e5a31eb9225d]

        INTEGRATION: CWS fwkmake (1.4.12); FILE MERGED 2007/03/19 10:12:20 cd 1.4.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [25814180579cb1b142d169cb15ab90b7e3d04f25]

        INTEGRATION: CWS fwkmake (1.2.160); FILE MERGED 2007/03/19 10:12:19 cd 1.2.160.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [56dec3c607876e209167a43d94ccf2a941b85766]

        INTEGRATION: CWS fwkmake (1.6.12); FILE MERGED 2007/03/19 10:12:19 cd 1.6.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2dcd50469ecce20b8aa9a6a5075213678290defa]

        INTEGRATION: CWS fwkmake (1.3.12); FILE MERGED 2007/03/19 10:12:18 cd 1.3.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9395aad689a714b98c7db9f1571e5a174917d53f]

        INTEGRATION: CWS fwkmake (1.4.12); FILE MERGED 2007/03/19 10:12:18 cd 1.4.12.1: #i75516# Change PRJNAME to CVS project name to support warning free code

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ea55e53328951642902f4bbe237abdd78d6eb095]

        INTEGRATION: CWS fwkmake (1.5.10); FILE MERGED 2007/03/19 09:49:27 as 1.5.10.1: #i75515# set right PRJNAME in makefiles

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [6b07569367df93e8203fe53a359327441ed1ca4c]

        INTEGRATION: CWS fwkmake (1.7.10); FILE MERGED 2007/03/19 09:49:26 as 1.7.10.1: #i75515# set right PRJNAME in makefiles

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d0cf11f65cab70713fc6d3eb3c1ee3585234db8f]

        INTEGRATION: CWS fwk61 (1.29.10); FILE MERGED 2007/02/01 08:47:51 mav 1.29.10.1: #i74079# fix the hierarchy access

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [77790186507087b3e2af0ee8c4ef24717f6296db]

        INTEGRATION: CWS fwk61 (1.2.24); FILE MERGED 2007/02/01 08:47:51 mav 1.2.24.1: #i74079# fix the hierarchy access

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [210863a1f12522b23e9a9c90a82d098cbd1f6aed]

        INTEGRATION: CWS fwk61 (1.3.16); FILE MERGED 2007/02/01 08:47:51 mav 1.3.16.1: #i74079# fix the hierarchy access

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8728b18ec09145b4099065cb8eed0ae92fef29ee]

        INTEGRATION: CWS fwk61 (1.9.24); FILE MERGED 2007/02/01 08:47:51 mav 1.9.24.1: #i74079# fix the hierarchy access

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [0527af9e35a388e2b15ea17b08ec36261f050da4]

        INTEGRATION: CWS fwk61 (1.11.24); FILE MERGED 2007/02/15 17:31:22 mav 1.11.24.3: #i74483# use package as PKGNAME 2007/02/14 11:04:45 mav 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2007/02/13 10:45:01 mav 1.11.24.1: #i74483# fix the PRJNAME setting

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [44057c92a9210447b83c3b2dec873c6ec080fbce]

        INTEGRATION: CWS fwk61 (1.2.24); FILE MERGED 2007/02/15 17:31:21 mav 1.2.24.3: #i74483# use package as PKGNAME 2007/02/14 11:04:39 mav 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2007/02/13 10:45:00 mav 1.2.24.1: #i74483# fix the PRJNAME setting

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [decf110191d78cffc932f045e78416cafade5264]

        INTEGRATION: CWS fwk61 (1.187.78); FILE MERGED 2007/02/14 11:01:42 mav 1.187.78.2: RESYNC: (1.187-1.189); FILE MERGED 2007/02/14 07:33:31 mav 1.187.78.1: #i73716# fix versions access in password protected file

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2b97188e032e66654e7fa547f454c5383f348853]

        INTEGRATION: CWS fwk61 (1.38.84); FILE MERGED 2007/02/16 09:06:01 mav 1.38.84.2: #i71512# allow to edit inserted template 2007/02/02 15:29:17 mav 1.38.84.1: #i71512# allow to edit inserted template

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [83512d08138dbd2eed9edf67ef24f698b9a6904b]

        INTEGRATION: CWS fwk61 (1.45.30); FILE MERGED 2007/02/02 10:42:32 pb 1.45.30.1: fix: #i71463# 'Info 1' no longer hardcoded

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d94f5534de460800895595840a0cac5d5f77e531]

        INTEGRATION: CWS fwk61 (1.186.120); FILE MERGED 2007/02/15 09:03:17 mav 1.186.120.3: #i73716# fix versions access in password protected file 2007/02/14 11:01:23 mav 1.186.120.2: RESYNC: (1.186-1.187); FILE MERGED 2007/02/14 07:33:30 mav 1.186.120.1: #i73716# fix versions access in password protected file

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cbeb0f2bbcec08c50257155fbf9e2f83fe3cb656]

        INTEGRATION: CWS fwk61 (1.86.182); FILE MERGED 2007/02/02 10:41:04 pb 1.86.182.1: fix: #i71463# STR_DOCINFO_INFOFIELD added

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3332707e1f644b7ed04e78b92b6193a32dd7a038]

        INTEGRATION: CWS fwk61 (1.19.182); FILE MERGED 2007/02/02 10:41:05 pb 1.19.182.1: fix: #i71463# STR_DOCINFO_INFOFIELD added

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f8b75f1d69e144c1959bc48049a3ee580cbc27c3]

        INTEGRATION: CWS fwk61 (1.14.120); FILE MERGED 2007/02/14 07:33:30 mav 1.14.120.1: #i73716# fix versions access in password protected file

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9fc30c24d7c520de1a07195e434c6db448bd1021]

        INTEGRATION: CWS fwk61 (1.22.70); FILE MERGED 2007/02/12 12:04:49 as 1.22.70.1: #145059# provide new (not official!) API to enable/disable quickstarter veto

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8ec837733a70cf2f0a21c95b9169d9ba33c5e795]

        INTEGRATION: CWS fwk61 (1.54.70); FILE MERGED 2007/02/12 12:04:49 as 1.54.70.1: #145059# provide new (not official!) API to enable/disable quickstarter veto

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7e8ca06f0ee1aad328728f636d0a3dfb5e8e0e37]

        INTEGRATION: CWS fwk61 (1.109.70); FILE MERGED 2007/02/14 07:33:30 mav 1.109.70.1: #i73716# fix versions access in password protected file

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [aa94128fd8914d9aa70a42a3cc88ffc0b27bb009]

        INTEGRATION: CWS fwk61 (1.76.308); FILE MERGED 2007/02/07 11:56:15 pb 1.76.308.1: fix: #i70228# more space for checkboxes

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [654ff58c99c3d0dd857f4e6760c4d6f16c5727e3]

        INTEGRATION: CWS fwk61 (1.45.742); FILE MERGED 2007/02/09 10:52:39 pb 1.45.742.1: fix: #i70228# dialog debug output fixed

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a3604609ba96812a5c7e542015976f7389d27cdc]

        INTEGRATION: CWS fwk61 (1.71.510); FILE MERGED 2007/02/02 09:15:23 pb 1.71.510.1: fix: #i69483# Exakte Suche -> Gross/Kleinschreibung

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [8409bd6fd1b0105c83b39edf15b475cd44e3dd01]

        INTEGRATION: CWS fwk61 (1.2.284); FILE MERGED 2007/02/09 11:12:40 pb 1.2.284.1: fix: #i70228# dynamical width of push buttons

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [10c0dfc025063230b3c16b06491745e66cbeae66]

        INTEGRATION: CWS fwk61 (1.2.284); FILE MERGED 2007/02/09 11:07:58 pb 1.2.284.1: fix: #i70228# CalcButtonWidth() added

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [22e6b0e38c0e13348da4168e2245f1b776c7a2a3]

        INTEGRATION: CWS fwk61 (1.5.124); FILE MERGED 2007/02/09 11:10:49 pb 1.5.124.1: fix: #i70228# dynamical width of push buttons

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [68b417fc9a8f37e9c8169dbf2bf086c9f095087a]

        INTEGRATION: CWS fwk61 (1.9.124); FILE MERGED 2007/02/02 08:20:15 pb 1.9.124.1: fix: #i73551# SvxJavaClassPathDlg::SelectHdl_Impl() added

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e0d01a06380690149d5f46905baf57f601dbeef8]

        INTEGRATION: CWS fwk61 (1.17.124); FILE MERGED 2007/02/02 08:21:59 pb 1.17.124.1: fix: #i73551# SvxJavaClassPathDlg::SelectHdl_Impl() added

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [470880388dd747dc3a32051baa037c8b7e5826a8]

        INTEGRATION: CWS fwk61 (1.23.504); FILE MERGED 2007/02/09 11:06:47 pb 1.23.504.1: fix: #i70228# height of checkboxes == 10

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d6cc064794ea77736cf20989923fe3ae5820a056]

        INTEGRATION: CWS fwk61 (1.18.206); FILE MERGED 2007/02/09 10:57:10 pb 1.18.206.1: fix: #i70228# move controls for correct tab order

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [13ed53e54b65e8cde49d3b41b69c5bef05c8bddb]

        INTEGRATION: CWS fwk61 (1.18.504); FILE MERGED 2007/02/09 11:05:43 pb 1.18.504.1: fix: #i70228# height of checkboxes == 10

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [584d9fb9b5a48fdd86ef1d883f3c39c14a6e49bc]

        INTEGRATION: CWS fwk61 (1.37.12); FILE MERGED 2007/02/14 10:37:53 mav 1.37.12.2: RESYNC: (1.37-1.38); FILE MERGED 2007/02/09 11:02:49 pb 1.37.12.1: fix: #i70228# move controls for correct tab order

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ed64537f8758d3a9bd0240a2b4cfbfd5e383e7a4]

        INTEGRATION: CWS rt19 (1.113.2); FILE MERGED 2007/03/09 15:59:43 rt 1.113.2.2: Typo in comment 2007/02/07 14:30:17 rt 1.113.2.1: #i72603# Error handling / input checking for linklib's get_latest_patchlevel().

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [89803697d058ffde4e8eba2e3a6993de7c28b9ed]

        INTEGRATION: CWS fwk61 (1.5.762); FILE MERGED 2007/02/09 10:54:19 pb 1.5.762.1: fix: #i70228# dialog debug output fixed

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [9b99b378a18c7970221091c1264feaf79b34da6e]

        INTEGRATION: CWS fwk61 (1.99.118); FILE MERGED 2007/01/25 10:06:03 mav 1.99.118.1: #i72913# the any can contain sal_Int64, when it contains something smaller it will work as well

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [efef57e967f8a244c8c4342fcfb2e29f5a6f18ba]

        INTEGRATION: CWS fwk61 (1.22.6); FILE MERGED 2007/01/26 14:27:28 mav 1.22.6.1: #i71889# allow to open the document readonly

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3a4bf21abac54495be86217c20848a4b7c30afe3]

        INTEGRATION: CWS fwk61 (1.7.90); FILE MERGED 2007/02/15 17:42:57 mav 1.7.90.2: #i74483# use package as PKGNAME 2007/02/13 10:41:30 mav 1.7.90.1: #i74483# fix the PRJNAME setting

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [859fe6ac11b4c16e2df4a26d5d0ab2fb0602e96c]

        INTEGRATION: CWS fwk61 (1.2.4); FILE MERGED 2007/02/15 17:42:52 mav 1.2.4.3: #i74483# use package as PKGNAME 2007/02/14 09:15:28 mav 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2007/02/13 10:41:25 mav 1.2.4.1: #i74483# fix the PRJNAME setting

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [23446d3f457d9ce431efbf36b04a397ca3c88194]

        INTEGRATION: CWS fwk61 (1.24.192); FILE MERGED 2007/02/06 05:36:31 pb 1.24.192.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [52fc05a419f2ba681a90472a8a0c81650940560c]

        INTEGRATION: CWS fwk61 (1.23.192); FILE MERGED 2007/02/06 05:35:58 pb 1.23.192.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [dd0ff446832e12540a8a7f93e5b7d330265934d6]

        INTEGRATION: CWS fwk61 (1.25.192); FILE MERGED 2007/02/06 05:35:14 pb 1.25.192.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [2a2d2befaf56a394aca380ef241bf6f06d3124bc]

        INTEGRATION: CWS fwk61 (1.28.36); FILE MERGED 2007/02/06 05:33:33 pb 1.28.36.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [de84bb96f30b7e53384cdd9a12cb386c180ef65a]

        INTEGRATION: CWS fwk61 (1.28.138); FILE MERGED 2007/02/06 05:32:29 pb 1.28.138.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d1783f617d2d4db04bd4ff622f20180f675e6b8b]

        INTEGRATION: CWS fwk61 (1.53.30); FILE MERGED 2007/02/06 05:31:15 pb 1.53.30.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ad3b4ea9fc70105264d1cba434679927b4f3fee3]

        INTEGRATION: CWS fwk61 (1.28.138); FILE MERGED 2007/02/06 05:27:50 pb 1.28.138.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [ff79db3d3c186fa6be9286e1665b60b178d75afd]

        INTEGRATION: CWS fwk61 (1.11.40); FILE MERGED 2007/02/06 05:26:43 pb 1.11.40.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [7685abd037e428213b0a187a234cc2e91b6688a2]

        INTEGRATION: CWS fwk61 (1.23.192); FILE MERGED 2007/02/06 05:25:36 pb 1.23.192.1: fix: #i67647# better German

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [f0fdb84173ec6272a2f9bf5576ef2f9b24316569]

        INTEGRATION: CWS fwk61 (1.20.34); FILE MERGED 2007/02/06 05:22:38 pb 1.20.34.1: fix: #i67647# Verschieben/Kopieren -> Verschieben/kopieren

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [10a990966b0edba43bd924914b7e861a41baec95]

        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>  [2bd05b18daeaab1c28cd383701ba462568e1ad35]

        INTEGRATION: CWS ipdf (1.4.6); FILE MERGED 2006/11/27 14:38:42 pl 1.4.6.2: RESYNC: (1.4-1.6); FILE MERGED 2006/07/25 13:03:43 pl 1.4.6.1: removed a stray semicolon in confix.hpp

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d8977cd6a2ae3c2e3b7d95ae0be799ec9a7961a4]

        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>  [9e8bcd944958b3f0fa9f8aa17ab4d99f7ecd9e95]

        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>  [2e01820a612892f00eea357ac1b9ca3092292ba2]

        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>  [d217c079d7b3ca7b5039428594e7cdfdf9a0c4a9]

        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>  [f91978412884826b93c0bb709208777f98a08752]

        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>  [f4761fc85241211f0913856b076fb042d7e2c15c]

        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>  [0bc1699bc503172fd0db1d855dc7f17de8047730]

        INTEGRATION: CWS ipdf (1.1.2); FILE ADDED 2006/07/20 16:06:00 mav 1.1.2.1: #135766# allow to use own oasis filter as subfilter

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [cd516b9fd81e655f57fcfbc040649e194c91b9aa]

        INTEGRATION: CWS ipdf (1.1.2); FILE ADDED 2006/07/20 16:06:13 mav 1.1.2.1: #135766# allow to use own oasis filter as subfilter

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3dc0b138134ce586d9ef4e00bbe00533984fa7ec]

        INTEGRATION: CWS ipdf (1.180.48); FILE MERGED 2007/02/12 12:04:37 pl 1.180.48.4: RESYNC: (1.187-1.189); FILE MERGED 2006/11/27 14:08:12 pl 1.180.48.3: RESYNC: (1.182-1.187); FILE MERGED 2006/10/04 18:13:26 pl 1.180.48.2: RESYNC: (1.180-1.182); FILE MERGED 2006/07/20 16:05:09 mav 1.180.48.1: #135766# allow to use own oasis filter as subfilter

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [969e4ed8e83b2708193fc8c9cb8951b6a0ebb200]

        INTEGRATION: CWS ipdf (1.24.86); FILE MERGED 2006/11/27 14:07:35 pl 1.24.86.3: RESYNC: (1.25-1.26); FILE MERGED 2006/07/25 09:20:35 pl 1.24.86.2: RESYNC: (1.24-1.25); FILE MERGED 2006/07/20 16:05:09 mav 1.24.86.1: #135766# allow to use own oasis filter as subfilter

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a641297fce3fd00a4b343c460536a6a1656f1b7e]

        INTEGRATION: CWS ipdf (1.117.48); FILE MERGED 2006/11/27 13:56:12 pl 1.117.48.3: RESYNC: (1.118-1.120); FILE MERGED 2006/10/04 17:47:53 pl 1.117.48.2: RESYNC: (1.117-1.118); FILE MERGED 2006/07/20 16:05:08 mav 1.117.48.1: #135766# allow to use own oasis filter as subfilter

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3cc0faab7066ab39591f6c47cf37acdaa1d94958]

        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>  [e7085e3209c00a4cd847e4278dbd7dde19d5ca49]

        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>  [c8efdedd4e178ee97e8907398cb98e3a50b1e043]

        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>  [baa90940832cc5d8f32e36fa81d728ded52f87d4]

        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>  [d6710604dc7710a8fb8ec763df17e7e0ba7f894e]

        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>  [86857491ea5dd079e57e82673eddc37a79b7bec2]

        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-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e21abc0298c2da129dc09bca8deba4ff8806baa1]

        INTEGRATION: CWS ipdf (1.117.6); FILE MERGED 2007/02/12 11:56:14 pl 1.117.6.6: RESYNC: (1.125-1.127); FILE MERGED 2007/01/19 11:38:22 pl 1.117.6.5: RESYNC: (1.123-1.125); FILE MERGED 2006/11/27 13:47:58 pl 1.117.6.4: RESYNC: (1.121-1.123); FILE MERGED 2006/10/04 17:41:11 pl 1.117.6.3: RESYNC: (1.120-1.121); FILE MERGED 2006/07/25 09:13:49 pl 1.117.6.2: RESYNC: (1.117-1.120); FILE MERGED 2006/07/21 15:16:03 pl 1.117.6.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [243bcb42a30d6ad6aaf74e296eaf6ae5f8a6c027]

        INTEGRATION: CWS ipdf (1.8.68); FILE MERGED 2007/02/12 11:53:03 pl 1.8.68.4: RESYNC: (1.10-1.11); FILE MERGED 2006/10/04 17:28:23 pl 1.8.68.3: RESYNC: (1.9-1.10); FILE MERGED 2006/07/25 09:10:35 pl 1.8.68.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/21 13:50:42 pl 1.8.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bcfc3d7d12885db5ddbb974356c08440a26c9511]

        INTEGRATION: CWS ipdf (1.7.158); FILE MERGED 2007/01/19 11:28:22 pl 1.7.158.4: RESYNC: (1.9-1.10); FILE MERGED 2006/10/04 17:28:15 pl 1.7.158.3: RESYNC: (1.8-1.9); FILE MERGED 2006/07/25 09:10:27 pl 1.7.158.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/21 13:50:42 pl 1.7.158.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [e0f85462eeb2c566304ebd23ac772429d0844f2f]

        INTEGRATION: CWS ipdf (1.49.48); FILE MERGED 2007/02/13 10:29:53 pl 1.49.48.6: #135766# set password for additional stream 2007/01/19 11:28:15 pl 1.49.48.5: RESYNC: (1.54-1.55); FILE MERGED 2006/11/27 13:43:27 pl 1.49.48.4: RESYNC: (1.53-1.54); FILE MERGED 2006/10/04 17:27:56 pl 1.49.48.3: RESYNC: (1.50-1.53); FILE MERGED 2006/07/25 09:10:19 pl 1.49.48.2: RESYNC: (1.49-1.50); FILE MERGED 2006/07/21 13:50:41 pl 1.49.48.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f153f4e5de1584f8a219778a4d5b833757c442]

        INTEGRATION: CWS ipdf (1.9.68); FILE MERGED 2006/10/04 17:27:48 pl 1.9.68.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/21 13:50:41 pl 1.9.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [48605151b202f8968da1ba1d278a58fa5d26913a]

        INTEGRATION: CWS ipdf (1.27.68); FILE MERGED 2007/02/15 10:42:27 pl 1.27.68.7: fix accelerator 2007/02/12 15:44:37 pl 1.27.68.6: #135766# adjust tab page size 2007/02/12 11:52:57 pl 1.27.68.5: RESYNC: (1.30-1.31); FILE MERGED 2007/01/19 11:27:54 pl 1.27.68.4: RESYNC: (1.29-1.30); FILE MERGED 2006/07/31 14:46:23 pl 1.27.68.3: join #i67262# from CWS vcl63 2006/07/25 09:10:00 pl 1.27.68.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/21 13:50:41 pl 1.27.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [bb603eba2431425c17b5354aef4f4ef0f76eca72]

        INTEGRATION: CWS ipdf (1.13.68); FILE MERGED 2007/01/19 11:27:45 pl 1.13.68.5: RESYNC: (1.15-1.16); FILE MERGED 2006/10/04 17:27:34 pl 1.13.68.4: RESYNC: (1.14-1.15); FILE MERGED 2006/07/31 14:46:23 pl 1.13.68.3: join #i67262# from CWS vcl63 2006/07/25 09:09:52 pl 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2006/07/21 13:50:41 pl 1.13.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [3f287aae4668ee8d66857ffba9cf7b4374a2a922]

        INTEGRATION: CWS ipdf (1.9.68); FILE MERGED 2007/01/19 12:58:15 pl 1.9.68.4: solved merge problems 2007/01/19 11:27:37 pl 1.9.68.3: RESYNC: (1.10-1.11); FILE MERGED 2006/07/25 09:09:43 pl 1.9.68.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/21 13:50:41 pl 1.9.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [a43d77277c5c46d7218e0e1853b1e645261a6608]

        INTEGRATION: CWS ipdf (1.15.68); FILE MERGED 2007/02/12 11:52:50 pl 1.15.68.8: RESYNC: (1.19-1.20); FILE MERGED 2007/01/19 12:58:15 pl 1.15.68.7: solved merge problems 2007/01/19 11:27:28 pl 1.15.68.6: RESYNC: (1.18-1.19); FILE MERGED 2006/10/04 17:27:25 pl 1.15.68.5: RESYNC: (1.16-1.18); FILE MERGED 2006/07/31 14:46:23 pl 1.15.68.4: join #i67262# from CWS vcl63 2006/07/25 15:19:21 pl 1.15.68.3: remove a warning 2006/07/25 09:09:19 pl 1.15.68.2: RESYNC: (1.15-1.16); FILE MERGED 2006/07/21 13:50:41 pl 1.15.68.1: #135766# additional stream in export

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [4fb58f69fe34860cba01e0568856705cd04cd432]

        INTEGRATION: CWS bserver25 (1.16.54); FILE MERGED 2007/03/07 14:17:28 kz 1.16.54.1: #140478# warning free

2007-03-26  Ivo Hinkelmann  <ihi@openoffice.org>  [355874498e6cdfe0714d95f22120fea0b1d9f37a]

        INTEGRATION: CWS bserver25 (1.2.10); FILE MERGED 2007/03/07 14:17:11 kz 1.2.10.1: #140478# warning free

2007-03-26  Oliver Bolte  <obo@openoffice.org>  [4f05aa136d83dd3ce1ee48cee8b7f492b2176886]

        #i10000# Fix for link error with 'dmake debug=t'

2007-03-23  Fridrich Štrba  <fridrich_strba@openoffice.org>  [0663fc8243f3a8f06a96a2c80bffb4d0ab145768]

        calming the CopyAndPaste detector

2007-03-23  Fridrich Štrba  <fridrich_strba@openoffice.org>  [833e08009d4f439a30e441fa490d887b59f161b2]

        converting underlining in OOXML (colour and colour themes remain)

2007-03-22  Fridrich Štrba  <fridrich_strba@openoffice.org>  [e8211b46efe60aa985d55637f1e526388a323322]

        Adding conversion of caracter attributes of CT_OnOff type (bold, italic, strikethrough, caps,...)

2007-03-21  Kurt Zenker  <kz@openoffice.org>  [cbfeef4a1fb85f005b64ebcde1d7602ec680116b]

        #i63782# set WITH_LDAP to YES

2007-03-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [360bb2ffadc88c70b8af9dd6e7a4814d09c86b2f]

        WW8FFDATA::get_FLT: check for NULL pointer

2007-03-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [c9a6d9e2cee423074b57e2be071b4b2f545ccf06]

        removed some unnecessary throws

2007-03-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [1643f13977eb7cb8925d797fb49c2f93d7dfed5e]

        clean up

2007-03-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [2fdb33db4bfc63ee8789ac96a7a5d6ce775b23f9]

        no message

2007-03-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [18b59510a725aaf2e6856eebf4015616e6ff2829]

        no message

2007-03-21  Fridrich Štrba  <fridrich_strba@openoffice.org>  [fea12a5e47ce8031742423f124872e39bdd40acc]

        starting with run properties

2007-03-21  Fridrich Štrba  <fridrich_strba@openoffice.org>  [1c62cd3666b55f7bb615ed6d5b9840d57fffa83a]

        now the tabs are actually inserted in the converted text

2007-03-20  Vladimir Glazounov  <vg@openoffice.org>  [dc59ca6ccc9aa27833591a1d2cd06e9faeb0a328]

        new version for ODP680

2007-03-20  Vladimir Glazounov  <vg@openoffice.org>  [dc831007c56c4cfeacfbf4c8cdcd2f28c7415f4c]

        new version for ODP680

2007-03-20  Vladimir Glazounov  <vg@openoffice.org>  [d81664c4fb39551da03c2a6d6e82ed9b6b6f9df2]

        new version for ODP680

2007-03-19  Henning Brinkmann  <hbrinkm@openoffice.org>  [1aad002176d7aa506b7c4bcfd13fa9d82dccd1b4]

        some Property resources needed to be Properties

2007-03-19  Oliver Bolte  <obo@openoffice.org>  [b8b24e7e29881a70f44c3b87a2564c5048234f8c]

        #i10000# use OUString not String

2007-03-19  Oliver Bolte  <obo@openoffice.org>  [d60d6478947dbc0d1bbf5d8c031ef50964a5ff27]

        #i10000#  using OBoundControlModel::setPropertyValues added (warning hidden method, solaris)

2007-03-19  Oliver Bolte  <obo@openoffice.org>  [9a751f4e36534d6e0bc8af5e980a195d5ac9fa2c]

        #i10000# using OPropertySetAggregationHelper::getPropertyValues missing

2007-03-19  Oliver Bolte  <obo@openoffice.org>  [48498b4cc152ca8b433789b734abb1e5f7d206f2]

        #i10000# obsolete ; triggers warning->error

2007-03-19  Oliver Bolte  <obo@openoffice.org>  [4ec94f2f57e66f8e831997d14d935925f59483c2]

        #i10000# Solaris warning hidden method

2007-03-16  Fridrich Štrba  <fridrich_strba@openoffice.org>  [5e55e171a0ec2e5d262381315796f0fa75543c7d]

        adding CT_PTab and depending types

2007-03-16  Fridrich Štrba  <fridrich_strba@openoffice.org>  [f2aeb39f7f5c3269d3643737c6c51d2de5589541]

        add some more resources as OOXMLHexValue

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [490d088ec57b4a7054d6b3518ab898076f5c25af]

        OOXMLProperties::newProperty OOXMLPropertySetValue::newProperty

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [aca16efa7e47f623f8a6ae7047660de69a6d6280]

        getting substreams

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [46463f154d78fb450be0ce50547049b040795435]

        OOXMLValue, OOXMLIntegerValue: constructor from rtl::OUString

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [5d30da54296e43bc371146e212ae4c9f50f0d178]

        resolve styles stream

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [077581e797ebcdcd709a5536d69d69b8dba46921]

        added CT_Sym

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [d932ed8f2cd35b78f6a20d8a1a22079477561ebf]

        closeGroup was missing -> invalid XML

2007-03-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [3b40feff7d20ed3053498ff1f59fdc883639e942]

        new stream type TYPES

2007-03-16  Oliver Bolte  <obo@openoffice.org>  [c3187ef1eadba1c36ee1d6b4a8d1fd8221d1f3d9]

        #i10000# precompiled header missing

2007-03-16  Oliver Bolte  <obo@openoffice.org>  [c5fa3fe9aa89458c646ab7a733bc6688bd25644e]

        #i10000# merge problem

2007-03-16  Oliver Bolte  <obo@openoffice.org>  [3dbcc245080e50f964008d0347fbf6050058ac4a]

        #i10000# syntax

2007-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a1aac3dde8915daa17c299ed13dbb4ef56955623]

        new version for SRC680

2007-03-16  Vladimir Glazounov  <vg@openoffice.org>  [bd24d37729bf89d325107a2b5e7ff3bc31850086]

        #i10000# needs to be linked against vcl (Application class)

2007-03-16  Vladimir Glazounov  <vg@openoffice.org>  [bf9d49f8dc74ea6bb234ca31362ce97867d14df3]

        new version for SRC680

2007-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2f1a523a93754323fea80ee8ed86b09afb237f70]

        new version for SRC680

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2255f9446df2cc47e7f3abd03a2a1f21c7dab9c5]

        #i10000# undo last change

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [bb182155da74a783b7c4a79d9098bce3befe979b]

        SRC680

2007-03-15  Fridrich Štrba  <fridrich_strba@openoffice.org>  [2fbe44c7b0e68ba2e14d0bb37095fd00e47a2ee1]

        Adding class generation also for CT_Empty

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3fba3d54d2ed6e4728db5b34d5098a25932e7d69]

        INTEGRATION: CWS attrfix_SRC680 (1.43.36.4.8); FILE MERGED 2007/03/13 15:26:36 fme 1.43.36.4.8.5: #i75299# GetAttr() - Correct handling of SwFmtAutoFmt 2007/03/13 15:05:53 fme 1.43.36.4.8.4: #i75299# GetAttr() - Correct handling of SwFmtAutoFmt 2007/03/13 14:39:30 fme 1.43.36.4.8.3: #i75299# GetAttr() - Correct handling of SwFmtAutoFmt 2007/03/13 12:27:34 fme 1.43.36.4.8.2: #i75299# GetAttr() - Correct handling of SwFmtAutoFmt 2007/03/13 11:19:55 fme 1.43.36.4.8.1: #i75299# GetAttr() - Correct handling of SwFmtAutoFmt

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [83cf6cb6f24f7e887bb76cb3b39ee928587e871a]

        INTEGRATION: CWS basmgr02 (1.9.30); FILE MERGED 2007/01/30 14:06:31 fs 1.9.30.3: RESYNC: (1.9-1.10); FILE MERGED 2007/01/25 12:38:20 fs 1.9.30.2: #i10000# 2007/01/17 11:14:54 fs 1.9.30.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [7524650e6c0a8e5c96ec501766f8e2d231aa5a3d]

        INTEGRATION: CWS basmgr02 (1.125.50); FILE MERGED 2007/01/11 09:33:54 fs 1.125.50.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [36d9d72c6d9f7a890ec2617647f38b2c296f2a11]

        INTEGRATION: CWS basmgr02 (1.222.32); FILE MERGED 2007/03/05 07:52:11 fs 1.222.32.2: RESYNC: (1.222-1.223); FILE MERGED 2007/01/17 11:16:18 fs 1.222.32.1: #i73557# +File_Lib_Bf_Sb

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a7e15347da8b49306b70eaf9009b70a4d78a17c2]

        INTEGRATION: CWS basmgr02 (1.35.68); FILE MERGED 2007/01/17 11:34:55 fs 1.35.68.2: #i73329# +m_bHasNoBasicCapabilities 2007/01/10 14:07:13 fs 1.35.68.1: removed unused forward declarations

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [c18972258890619d799580eefc54cacea28c5a36]

        INTEGRATION: CWS basmgr02 (1.2.68); FILE MERGED 2007/02/12 09:40:25 fs 1.2.68.3: RESYNC: (1.2-1.3); FILE MERGED 2007/01/15 08:30:41 fs 1.2.68.2: #i73329# some refactoring of the library container API 2007/01/10 14:06:30 fs 1.2.68.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ca649d1fa9001b0a564c798c8fc2017e70c9d6fb]

        INTEGRATION: CWS basmgr02 (1.69.16); FILE MERGED 2007/01/17 12:27:32 fs 1.69.16.3: #i10000# 2007/01/17 11:33:42 fs 1.69.16.2: #i73329# document's library containers are created as service, not obtained from the BasicManager 2007/01/10 14:07:43 fs 1.69.16.1: removed unused forward declarations

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [fe442d58f2b8d4ab00d5c3a567c2c47da7978ff1]

        INTEGRATION: CWS basmgr02 (1.187.66); FILE MERGED 2007/02/28 12:14:30 fs 1.187.66.5: reverted previous fix, better fixed in appbaslib 2007/02/28 09:11:17 fs 1.187.66.4: #i73329# 2007/02/12 09:40:17 fs 1.187.66.3: RESYNC: (1.188-1.189); FILE MERGED 2007/01/30 15:02:34 fs 1.187.66.2: RESYNC: (1.187-1.188); FILE MERGED 2007/01/10 14:07:32 fs 1.187.66.1: removed unused forward declarations

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [732f1c5b45cc24e54e35561efbd8d0bddedbb02d]

        INTEGRATION: CWS basmgr02 (1.86.14); FILE MERGED 2007/01/29 09:37:25 fs 1.86.14.2: #i73229# HasMacrosLib_Impl: no standard lib (not necessarily) 2007/01/17 11:33:53 fs 1.86.14.1: #i73329#

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a649c5ac35fffdef95a2b3ab6538109455653c94]

        INTEGRATION: CWS basmgr02 (1.117.50); FILE MERGED 2007/01/11 09:33:19 fs 1.117.50.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [bd4d160bee90a48cf87f2ef56b628b3c3359dad2]

        INTEGRATION: CWS basmgr02 (1.66.74); FILE MERGED 2007/02/21 09:41:57 fs 1.66.74.1: #i73331# basicide_choose_macro/ChooseMacro changed signature

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e3bfc36254e7434f2510e3d55ebcaeb0fddaf24c]

        INTEGRATION: CWS basmgr02 (1.40.66); FILE MERGED 2007/01/30 15:01:09 fs 1.40.66.2: RESYNC: (1.40-1.42); FILE MERGED 2007/01/10 14:06:49 fs 1.40.66.1: #i73329# SaveBasicAndDialogContainer instead of two single methods

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3540d563d812b18ea8c15e15ee055c68a319b816]

        INTEGRATION: CWS basmgr02 (1.2.68); FILE MERGED 2007/02/28 12:14:59 fs 1.2.68.6: setStorage: removed unnecessary assertion 2007/02/13 08:26:47 fs 1.2.68.5: #i100000# manual RESYNC: LegacyPasswdBinaryLimitExceeded moved to BasicManager 2007/02/12 09:37:31 fs 1.2.68.4: RESYNC: (1.2-1.3); FILE MERGED 2007/01/17 11:35:26 fs 1.2.68.3: #i73329# document's library containers are created as service, not obtained from the BasicManager 2007/01/11 10:54:05 fs 1.2.68.2: corrected assertion 2007/01/10 14:06:18 fs 1.2.68.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a020eebfb0a2585dc0d59dbc5e707b29b1e792f1]

        INTEGRATION: CWS basmgr02 (1.46.68); FILE MERGED 2007/01/17 11:35:15 fs 1.46.68.2: #i73329# 2007/01/10 14:05:58 fs 1.46.68.1: #i73329# SaveBasicAndDialogContainer instead of two single methods

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [53ffbbfd7b929d25ba2e1cf453bd51e7de05c7f1]

        INTEGRATION: CWS basmgr02 (1.106.4); FILE MERGED 2007/02/21 09:41:21 fs 1.106.4.2: #i73331# basicide_choose_macro changed signature 2007/02/14 14:41:16 fs 1.106.4.1: ChooseMacro is not used anymore

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [71f93dee2d8d2626e3aace8182f046e6052becfe]

        INTEGRATION: CWS basmgr02 (1.15.252); FILE MERGED 2007/02/21 09:41:05 fs 1.15.252.1: #i73331# forward-declare SfxUsrAnyItem

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [bfc01d6f078ea8a4be103d1d516e5388522da204]

        INTEGRATION: CWS basmgr02 (1.74.252); FILE MERGED 2007/02/21 09:40:25 fs 1.74.252.1: #i73331# SID_BASICIDE_ARG_SHELL -> SID_BASICIDE_ARG_DOCUMENT_MODEL

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [bceef9b9e421f30d15af986061cc5f7b3324d717]

        INTEGRATION: CWS basmgr02 (1.47.4); FILE MERGED 2007/03/14 08:28:27 fs 1.47.4.1: #146367# ScViewFunc::PasteDataFormat: delete the AbstractScImportAsciiDlg, so it's not left over long after the stream it works with is dead

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [d4b14e58c274d510b3cedcb45e8cd3c4350cec15]

        INTEGRATION: CWS basmgr02 (1.58.24); FILE MERGED 2007/03/06 07:21:52 fs 1.58.24.3: #i10000# 2007/03/05 09:36:29 fs 1.58.24.2: RESYNC: (1.58-1.59); FILE MERGED 2007/01/11 09:32:50 fs 1.58.24.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ebafb3885c9e4e7a100724cd5ad176907e235fec]

        INTEGRATION: CWS basmgr02 (1.71.202); FILE MERGED 2007/01/11 09:32:13 fs 1.71.202.1: #i73329# +DialogLibraries

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [52a099fd3e659a92bc114211d048317bcca14ac5]

        INTEGRATION: CWS basmgr02 (1.107.26); FILE MERGED 2007/01/17 13:59:57 fs 1.107.26.2: #i10000# 2007/01/17 11:17:13 fs 1.107.26.1: #i73557# +BFBASICLIB

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [792335233867a9bdb82f4ee92c59f3b17b3cae4f]

        INTEGRATION: CWS basmgr02 (1.32.2); FILE MERGED

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4feb774c59f4423d282cb9e96ace804b85d99080]

        INTEGRATION: CWS basmgr02 (1.38.50); FILE MERGED 2007/02/12 09:23:25 fs 1.38.50.2: RESYNC: (1.38-1.39); FILE MERGED 2007/01/11 09:36:09 fs 1.38.50.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [38fc13a1997266156223a1c7732a4a4079ea40ae]

        INTEGRATION: CWS basmgr02 (1.80.52); FILE MERGED 2007/01/11 09:36:09 fs 1.80.52.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [14fcbf47ccb4616ab291e996c5f26fe5f01c2fd0]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/21 09:32:02 fs 1.1.2.1: #i73331# moved herein from ../../inc, to be able to include files from there (not exported to outside the module, so there's no need for it to reside in $(PRJ)/inc)

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [642f6fa7c0d847458feea0911fcf25ffb494b54e]

        INTEGRATION: CWS basmgr02 (1.5.2); FILE MERGED 2007/02/21 09:33:04 fs 1.5.2.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [03784af870a966cfb285fe82d9f2a2b47316f436]

        INTEGRATION: CWS basmgr02 (1.5.4); FILE MERGED 2007/02/21 09:33:04 fs 1.5.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [8aaadd2584f04a1e438af23398ded1fb33c83781]

        INTEGRATION: CWS basmgr02 (1.8.144); FILE MERGED 2007/02/21 09:33:04 fs 1.8.144.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a5da6819d60eab2fe77b55b94fcb01a3cbefe97e]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/21 11:03:44 fs 1.1.2.2: #i100000# 2007/02/21 09:32:02 fs 1.1.2.1: #i73331# moved herein from ../../inc, to be able to include files from there (not exported to outside the module, so there's no need for it to reside in $(PRJ)/inc)

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [1fb32fd46ecf8070c41fb98d248153fc273357cb]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/21 09:32:01 fs 1.1.2.1: #i73331# moved herein from ../../inc, to be able to include files from there (not exported to outside the module, so there's no need for it to reside in $(PRJ)/inc)

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [15474ac366ccbd94e70e6396a7be2021e292de6c]

        INTEGRATION: CWS basmgr02 (1.6.144); FILE MERGED 2007/02/21 09:33:04 fs 1.6.144.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [da23a14aaa3ab16350b1da6752660d001b70ff39]

        INTEGRATION: CWS basmgr02 (1.8.4); FILE MERGED 2007/03/05 13:49:39 fs 1.8.4.3: #i10000# 2007/03/05 07:23:22 fs 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2007/02/21 09:37:57 fs 1.8.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ce0a53f36a2a3d1468dd071e53ee0b80bb10b3e1]

        INTEGRATION: CWS basmgr02 (1.8.4); FILE MERGED 2007/02/21 09:37:57 fs 1.8.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [0ff4a5709e34d5529237fbcaad26b04d1c7f65cb]

        INTEGRATION: CWS basmgr02 (1.46.2); FILE MERGED 2007/02/21 09:37:56 fs 1.46.2.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [d9e8880798869b1fec8083b1f95bad3dc8599514]

        INTEGRATION: CWS basmgr02 (1.7.4); FILE MERGED 2007/02/21 09:37:44 fs 1.7.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e304ba66f4aba5cc55612508b5738a1ed26a7904]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/22 09:26:03 fs 1.1.2.3: #i10000# 2007/02/21 11:11:47 fs 1.1.2.2: #i10000# 2007/02/21 09:33:50 fs 1.1.2.1: #i73331# encapsulate access to scripts/dialogs in a document

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e48f5d3b929416a7604c19af9f61c475de2b4d73]

        INTEGRATION: CWS basmgr02 (1.5.4); FILE MERGED 2007/02/21 09:37:44 fs 1.5.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [dadb1fcec76988cd1d6cc1b3409b5d2fd1de8d7f]

        INTEGRATION: CWS basmgr02 (1.18.4); FILE MERGED 2007/02/21 09:37:43 fs 1.18.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [103faba568ff9404f59ede470891fb8c4b2ef295]

        INTEGRATION: CWS basmgr02 (1.22.4); FILE MERGED 2007/02/21 09:37:43 fs 1.22.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [30f67bbad61af2524053a30e5a6699e301c34c61]

        INTEGRATION: CWS basmgr02 (1.30.4); FILE MERGED 2007/02/21 09:37:43 fs 1.30.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e0472b0b3b5a096cdd13202c84cc150377650c30]

        INTEGRATION: CWS basmgr02 (1.59.12); FILE MERGED 2007/02/21 09:37:43 fs 1.59.12.3: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/01/30 15:02:53 fs 1.59.12.2: RESYNC: (1.59-1.60); FILE MERGED 2007/01/15 08:30:56 fs 1.59.12.1: #i73329# some refactoring of the library container API

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a41aadd2cd340ff65e7a30ca5c0d4ed3f67400a3]

        INTEGRATION: CWS basmgr02 (1.24.4); FILE MERGED 2007/02/21 09:37:43 fs 1.24.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [05dafeca2608abeebee6a44d3401b772d58dabdd]

        INTEGRATION: CWS basmgr02 (1.8.146); FILE MERGED 2007/01/11 10:40:03 fs 1.8.146.1: during #i73329#: proper Z-(means: tab-)order

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [0ebbc353c44e62584cc310b73818fc79b8f537ea]

        INTEGRATION: CWS basmgr02 (1.34.48); FILE MERGED 2007/02/28 11:47:14 fs 1.34.48.6: Assign button does not depend on SfxViewFrame::Current anymore This broke the the f_basic_scripts.bas test in some cases, and isn't necessary: The only usage was to, after execution of the assignment dialog, look for a floating window with ID SID_CUSTOMIZETOOLBOX. Nowadays, there is no such floating window anymore. 2007/02/21 09:37:42 fs 1.34.48.5: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/01/31 11:57:28 fs 1.34.48.4: #i100000# 2007/01/30 15:02:35 fs 1.34.48.3: RESYNC: (1.34-1.35); FILE MERGED 2007/01/11 10:40:03 fs 1.34.48.2: during #i73329#: proper Z-(means: tab-)order 2007/01/10 14:05:10 fs 1.34.48.1: #i73329# SFXAPP::SaveBasicAndDialogContainer instead of two single methods

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [532d4ef09bcdbe9449ca13c7634666d517a900cd]

        INTEGRATION: CWS basmgr02 (1.5.2); FILE MERGED 2007/02/21 09:37:42 fs 1.5.2.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4afea1f9ee59b5ce7a108d588b8cdb1245591484]

        INTEGRATION: CWS basmgr02 (1.21.4); FILE MERGED 2007/02/21 09:37:42 fs 1.21.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e71c8e6793ba6757f3194f34ed662be146702c46]

        INTEGRATION: CWS basmgr02 (1.30.4); FILE MERGED 2007/02/21 09:37:42 fs 1.30.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [764e5950b47e3735b3cf5c16354342d18fd388da]

        INTEGRATION: CWS basmgr02 (1.11.4); FILE MERGED 2007/02/21 09:37:42 fs 1.11.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [086c88178a7027483779cabca1cd489e48136466]

        INTEGRATION: CWS basmgr02 (1.23.4); FILE MERGED 2007/02/21 09:37:41 fs 1.23.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2045d7c62181a025b2a19f9374f21cb8bfcafd93]

        INTEGRATION: CWS basmgr02 (1.37.10); FILE MERGED 2007/02/21 09:37:41 fs 1.37.10.4: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/02/12 09:16:28 fs 1.37.10.3: RESYNC: (1.38-1.39); FILE MERGED 2007/01/30 15:01:11 fs 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2007/01/11 10:40:55 fs 1.37.10.1: #i73329# use XModel-properties for retrieving the basic/dialog container, not the SfxObjectShell

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [10641ab982a6058dd6d84641290f2bbefa909560]

        INTEGRATION: CWS basmgr02 (1.31.48); FILE MERGED 2007/02/21 09:37:41 fs 1.31.48.3: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/01/30 15:00:51 fs 1.31.48.2: RESYNC: (1.31-1.32); FILE MERGED 2007/01/11 10:40:54 fs 1.31.48.1: #i73329# use XModel-properties for retrieving the basic/dialog container, not the SfxObjectShell

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [14fe6cb6f6b65fa9298cfb43047f6ee57c684d88]

        INTEGRATION: CWS basmgr02 (1.39.10); FILE MERGED 2007/02/21 09:37:41 fs 1.39.10.3: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/01/30 15:00:44 fs 1.39.10.2: RESYNC: (1.39-1.40); FILE MERGED 2007/01/10 14:05:10 fs 1.39.10.1: #i73329# SFXAPP::SaveBasicAndDialogContainer instead of two single methods

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a206ce7544dacdf80782291b85f562a3dfda44bd]

        INTEGRATION: CWS basmgr02 (1.15.10); FILE MERGED 2007/02/21 09:37:41 fs 1.15.10.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a3e1ce2d42acdea161ab719322a3f7881e54de03]

        INTEGRATION: CWS basmgr02 (1.18.4); FILE MERGED 2007/02/21 09:37:41 fs 1.18.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9c5cc7f806da307e449a111193946d686fddcdb8]

        INTEGRATION: CWS basmgr02 (1.49.4); FILE MERGED 2007/02/21 09:37:40 fs 1.49.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [f97b8007af4418652dcb91a564d52a4585acfe77]

        INTEGRATION: CWS basmgr02 (1.33.4); FILE MERGED 2007/03/05 07:23:09 fs 1.33.4.4: RESYNC: (1.33-1.35); FILE MERGED 2007/02/21 09:37:40 fs 1.33.4.3: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class 2007/02/15 08:07:03 fs 1.33.4.2: #i10000# 2007/02/14 13:58:39 fs 1.33.4.1: copying the changes from CWS basexc herein

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2c92b78f63720bd172a296c181734d1c51be435e]

        INTEGRATION: CWS basmgr02 (1.56.4); FILE MERGED 2007/02/21 09:37:40 fs 1.56.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e47f272a206d8fd1282a4d522623c3554b6cc815]

        INTEGRATION: CWS basmgr02 (1.24.4); FILE MERGED 2007/02/21 09:37:40 fs 1.24.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [0d868a86fc5bf9e8c3be28bd7a6f39f91a8c399e]

        INTEGRATION: CWS basmgr02 (1.40.4); FILE MERGED 2007/02/21 09:37:40 fs 1.40.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [169c7883c46ec6146d291af1a610cb55f48c6202]

        INTEGRATION: CWS basmgr02 (1.7.4); FILE MERGED 2007/02/21 09:37:39 fs 1.7.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [441674af34d4bdbecc8fc02b973ebb0b5ebec95a]

        INTEGRATION: CWS basmgr02 (1.12.4); FILE MERGED 2007/02/21 09:37:39 fs 1.12.4.1: #i73331# encapsulate (nearly) all usages of SfxObjectShell in the ScriptDocument class

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5546d88b87096ac061f5400a10daa188870fec01]

        INTEGRATION: CWS basmgr02 (1.16.48); FILE MERGED 2007/01/30 14:58:47 fs 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2007/01/17 11:36:35 fs 1.16.48.1: #i73329# +SetHasNoBasic

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2d14eb7cec1d8adebf0b0cc17b4441db2ed2a163]

        INTEGRATION: CWS basmgr02 (1.5.32); FILE MERGED 2007/01/15 08:16:31 fs 1.5.32.2: renamed container services from Foo to DocumentFoo 2007/01/10 14:42:06 fs 1.5.32.1: #i73329# various new types

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [f895ffd24db6ca5d25ee07fde50e8607532ffa3c]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/15 08:15:14 fs 1.1.2.2: some refactoring after discussions with AB 2007/01/10 14:42:37 fs 1.1.2.1: a library container based on a storage

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [fbfbc2d8a47b3d8a46d8d7c58bbb3bc89d9f0843]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/15 08:15:13 fs 1.1.2.2: some refactoring after discussions with AB 2007/01/10 14:42:42 fs 1.1.2.1: a library container to be made persistent in a document's storage

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [fb8bdfc66e88dcb2dd69b65946b1449fcee80937]

        INTEGRATION: CWS basmgr02 (1.3.156); FILE MERGED 2007/01/10 14:41:56 fs 1.3.156.1: link

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a0bab8583052b3b50fbb59de22598bd9ddcf7ba5]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/15 08:16:31 fs 1.1.2.1: renamed container services from Foo to DocumentFoo

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [afa8627a10ae91c886d59a7694c73051e0dbbcfe]

        INTEGRATION: CWS basmgr02 (1.116.52); FILE MERGED 2007/01/11 09:34:57 fs 1.116.52.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [36ba132ce166aa7880f9f348bfbeee4b25ecf75e]

        INTEGRATION: CWS basmgr02 (1.88.86); FILE MERGED 2007/02/21 09:46:08 fs 1.88.86.1: #i73331# SID_BASICIDE_ARG_SHELL -> SID_BASICIDE_ARG_DOCUMENT_MODEL

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [89acc9b381e3b1d3abd8c89dead0059b43ba951d]

        INTEGRATION: CWS basmgr02 (1.192.50); FILE MERGED 2007/03/05 07:33:37 fs 1.192.50.3: RESYNC: (1.193-1.194); FILE MERGED 2007/01/30 14:22:16 fs 1.192.50.2: RESYNC: (1.192-1.193); FILE MERGED 2007/01/11 09:33:54 fs 1.192.50.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ac197da4f32008ea031b4cf28c669848b9867e12]

        INTEGRATION: CWS basmgr02 (1.58.52); FILE MERGED 2007/01/11 09:33:19 fs 1.58.52.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [b64c2de853d9d53faca0742db6856341d02a807e]

        INTEGRATION: CWS basmgr02 (1.98.24); FILE MERGED 2007/01/30 14:14:53 fs 1.98.24.2: RESYNC: (1.98-1.99); FILE MERGED 2007/01/11 09:32:51 fs 1.98.24.1: #i73329# support for DialogLibraries property

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3bfb2a359ddb164fd3d8174e68659ee257df6d33]

        INTEGRATION: CWS basmgr02 (1.4.10); FILE MERGED 2007/02/13 08:26:00 fs 1.4.10.6: #i100000# manual RESYNC: LegacyPasswdBinaryLimitExceeded moved to BasicManager 2007/02/12 09:33:23 fs 1.4.10.5: RESYNC: (1.4-1.5); FILE MERGED 2007/01/17 11:31:50 fs 1.4.10.4: #i73329# some thread/disposal safety 2007/01/15 08:30:00 fs 1.4.10.3: #i73329# some refactoring of the library container API 2007/01/11 09:50:47 fs 1.4.10.2: #i73329# XServiceInfo support 2007/01/10 14:02:45 fs 1.4.10.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e5b08b44a8cebcee068e5eb5429f27d2e91d47d6]

        INTEGRATION: CWS basmgr02 (1.4.10); FILE MERGED 2007/02/14 13:54:33 fs 1.4.10.9: copying the changes from CWS basexc herein 2007/02/13 08:25:44 fs 1.4.10.8: #i100000# manual RESYNC: LegacyPasswdBinaryLimitExceeded moved to BasicManager 2007/02/12 09:33:17 fs 1.4.10.7: RESYNC: (1.4-1.5); FILE MERGED 2007/02/05 15:07:24 fs 1.4.10.6: #i10000# 2007/01/17 11:31:50 fs 1.4.10.5: #i73329# some thread/disposal safety 2007/01/15 08:30:00 fs 1.4.10.4: #i73329# some refactoring of the library container API 2007/01/11 09:50:47 fs 1.4.10.3: #i73329# XServiceInfo support 2007/01/11 08:15:23 fs 1.4.10.2: #i10000# 2007/01/10 14:03:06 fs 1.4.10.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4eac4c603799d0c9f27f68bc1da5a40a4f04387d]

        INTEGRATION: CWS basmgr02 (1.3.10); FILE MERGED 2007/02/12 09:32:48 fs 1.3.10.5: RESYNC: (1.3-1.4); FILE MERGED 2007/01/15 08:30:00 fs 1.3.10.4: #i73329# some refactoring of the library container API 2007/01/11 09:50:46 fs 1.3.10.3: #i73329# XServiceInfo support 2007/01/11 08:15:23 fs 1.3.10.2: #i10000# 2007/01/10 14:02:45 fs 1.3.10.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e519642012b21ffe0ed4d2284eb5cd061aa55ff2]

        INTEGRATION: CWS basmgr02 (1.3.10); FILE MERGED 2007/02/12 09:31:49 fs 1.3.10.4: RESYNC: (1.3-1.4); FILE MERGED 2007/01/15 08:30:38 fs 1.3.10.3: #i73329# some refactoring of the library container API 2007/01/11 09:50:46 fs 1.3.10.2: #i73329# XServiceInfo support 2007/01/10 14:02:39 fs 1.3.10.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [8dedd02ee019e98e77bca82021d21bebcf739fe6]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/14 13:54:27 fs 1.1.2.7: copying the changes from CWS basexc herein 2007/02/13 08:25:38 fs 1.1.2.6: #i100000# manual RESYNC: LegacyPasswdBinaryLimitExceeded moved to BasicManager 2007/02/12 13:47:25 fs 1.1.2.5: #i10000# manual RESYNC (file has been moved in CWS, but modified in MWS) 2007/01/17 11:31:38 fs 1.1.2.4: #i73329# some thread/disposal safety 2007/01/15 08:30:38 fs 1.1.2.3: #i73329# some refactoring of the library container API 2007/01/11 09:50:46 fs 1.1.2.2: #i73329# XServiceInfo support 2007/01/10 14:02:00 fs 1.1.2.1: #i73329# moved herein from ../../inc

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [fe5ab9f6fe9b1e41633147b53fded30208f46758]

        INTEGRATION: CWS basmgr02 (1.3.10); FILE MERGED 2007/02/12 09:31:29 fs 1.3.10.4: RESYNC: (1.3-1.4); FILE MERGED 2007/01/11 09:50:46 fs 1.3.10.3: #i73329# XServiceInfo support 2007/01/11 08:15:23 fs 1.3.10.2: #i10000# 2007/01/10 14:02:39 fs 1.3.10.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ac25ae2544969f57b0c3d51a7ee9e3eb047a8915]

        INTEGRATION: CWS basmgr02 (1.37.30); FILE MERGED 2007/02/13 08:24:54 fs 1.37.30.5: #i100000# manual RESYNC: +LegacyPasswdBinaryLimitExceeded moved herein (formerly at the SfxLibraryContainer) 2007/01/25 11:53:55 fs 1.37.30.4: #i73329# removed some code which is unneeded since Basic was duplicated in binfilter 2007/01/17 11:29:58 fs 1.37.30.3: #i73329# library containers changes 2007/01/15 08:29:58 fs 1.37.30.2: #i73329# some refactoring of the library container API 2007/01/10 14:03:32 fs 1.37.30.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [532d6eed49c50734de82f44f0ee5cf2cb63f8286]

        INTEGRATION: CWS basmgr02 (1.3.18); FILE MERGED 2007/01/17 11:30:56 fs 1.3.18.3: #i73329# document's library containers are obtained from the model, not created ourself 2007/01/15 08:29:58 fs 1.3.18.2: #i73329# some refactoring of the library container API 2007/01/10 14:03:32 fs 1.3.18.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3ac1f901dc687686343e464253764dc4aa786edb]

        INTEGRATION: CWS basmgr02 (1.15.30); FILE MERGED 2007/02/12 09:29:50 fs 1.15.30.2: RESYNC: (1.15-1.16); FILE MERGED 2007/01/10 14:04:00 fs 1.15.30.1: #i73329# namecont.hxx not delivered anymore

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [452150b01f55737d232bee06105fecdf54329def]

        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-15  Oliver Bolte  <obo@openoffice.org>  [4410197d426055c99cb8e95688e8370890fb67d9]

        INTEGRATION: CWS basmgr02 (1.16.34); FILE MERGED 2007/01/17 11:15:02 fs 1.16.34.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2aca5f63d998d1bf93569d48a0bab0ac7e2b8482]

        INTEGRATION: CWS basmgr02 (1.5.52); FILE MERGED 2007/01/17 11:15:01 fs 1.5.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [df9e31cec81c01f5bfb7bd263ef2ea1d85d9bc0b]

        INTEGRATION: CWS basmgr02 (1.4.52); FILE MERGED 2007/01/17 11:15:01 fs 1.4.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Fridrich Štrba  <fridrich_strba@openoffice.org>  [8f7405e014d4d50baf398b2ffa67cb4cd0f69ad3]

        committing a chunk of work so that it does not lie only on my computer

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ce2438950de20c3feca60888b555054ba5625b25]

        INTEGRATION: CWS basmgr02 (1.5.52); FILE MERGED 2007/01/17 11:15:00 fs 1.5.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [d3fbb5840140d3416a70d599781fc01607b50ad2]

        INTEGRATION: CWS basmgr02 (1.3.180); FILE MERGED 2007/01/17 11:15:00 fs 1.3.180.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [66511791410302daba4e33e4b3fb9200a8479c8b]

        INTEGRATION: CWS basmgr02 (1.5.52); FILE MERGED 2007/01/17 11:14:59 fs 1.5.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4cd814b56cc585e8badc268f99100346eba2a747]

        INTEGRATION: CWS basmgr02 (1.6.16); FILE MERGED 2007/01/17 11:14:59 fs 1.6.16.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [191680ba7fec77aa44c73978ee1f52a17108acfd]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:11:01 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ae7f387d715b1b187e5c66e2d2c92ea1dd6233ea]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:49 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9435c2c7c7b3ae3f3eff2d571260265bdc415dfe]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:25 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [188c614b285e925376828da79673c542e752da25]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:01 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [feb6c6c1088e469fc1f78de3833a8734f5eb5c8e]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:20 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [1a5829757411073e673f5c7578f7bb99e1737815]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:07 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ab34456d1daea8ec644c35d364f79dfe9d733717]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:27 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [74dcb264fc063c2932dc7909ca316cc73621ed6d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:05 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9d28ea50ce72889a76355d0f15de7bcc6ca7803e]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:07:46 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ca006483c24788f10dce091cda205bfd30d4047f]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:06:59 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ec3a7477fdb1345141f109d0f14ddde937118057]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:06:45 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ee388b2ce136976a3da1ef2e6848095e41c822cc]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:05:59 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [b3d81bcc408ff67d3019a69e8a88eaf4fdb17125]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:05:45 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [8cddf6f9821ca84a37ebd43b4f14168b44770663]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:05:09 fs 1.1.2.1: #i73557# stripped version of "basic" module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [f3f7754ace3c7a6d123596197fcdbe27a065899f]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:04:44 fs 1.1.2.1: #i73557# stripped version of "basic" module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [caedd71841985367ae80978159a6beb962bbacb5]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:04:28 fs 1.1.2.1: #i73557# stripped version of "basic" module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [6c09828c64d03583ce06f60eba742d7bc5d4b262]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:03:59 fs 1.1.2.1: #i73557# stripped version of "basic" module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [295a769bd7bfb77f33343e9ea3a8b852812aec08]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:03:33 fs 1.1.2.1: #i73557# stripped version of "basic" module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [c3c21142a6e851682545f9626a94e595c882f28c]

        INTEGRATION: CWS basmgr02 (1.8.92); FILE MERGED 2007/01/17 11:14:58 fs 1.8.92.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [82d03b9a50d939e4bf1cda374e63834783c44dea]

        INTEGRATION: CWS basmgr02 (1.13.32); FILE MERGED 2007/01/17 11:14:56 fs 1.13.32.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [11049efd8a756c3a19b595681e20f905de26ebbb]

        INTEGRATION: CWS basmgr02 (1.11.14); FILE MERGED 2007/01/17 11:14:56 fs 1.11.14.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9565b831ce08c1bdae1c6456b5f4a5aa34c694d9]

        INTEGRATION: CWS basmgr02 (1.10.16); FILE MERGED 2007/01/17 11:14:56 fs 1.10.16.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9979a0169efa73129f33563cd3d77d1dd4a8e026]

        INTEGRATION: CWS basmgr02 (1.7.52); FILE MERGED 2007/01/17 11:14:53 fs 1.7.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [94fe17a614005ebefe9d616f9a5ac7f339d7c3a0]

        INTEGRATION: CWS basmgr02 (1.13.14); FILE MERGED 2007/01/17 11:14:53 fs 1.13.14.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5f6001dbad6c21c2d6c0c1070d7023c0674a044c]

        INTEGRATION: CWS basmgr02 (1.7.52); FILE MERGED 2007/01/30 07:34:17 fs 1.7.52.2: +mxStringSubstitution - needed after basic has been copied/stripped to binfilter, in the course of issue #i73329# 2007/01/17 11:14:52 fs 1.7.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5c82955251012ef1fc75c1cc981e74e84a8b2ebd]

        INTEGRATION: CWS basmgr02 (1.4.180); FILE MERGED 2007/01/17 11:14:52 fs 1.4.180.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ccb45dd189b835ce206fa1683b1ec3959aadab38]

        INTEGRATION: CWS basmgr02 (1.12.40); FILE MERGED 2007/01/17 11:14:51 fs 1.12.40.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [0340bc24b7bc99e8082785f17f68da930262f55e]

        INTEGRATION: CWS basmgr02 (1.13.26); FILE MERGED 2007/01/17 11:14:51 fs 1.13.26.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [54bf2073cbb822b4112566e5f785607181f6e508]

        INTEGRATION: CWS basmgr02 (1.9.52); FILE MERGED 2007/01/17 11:14:51 fs 1.9.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [934273f66650fb774b4195fa97dd40d2fb43b659]

        INTEGRATION: CWS basmgr02 (1.8.52); FILE MERGED 2007/01/17 11:14:51 fs 1.8.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5c20bd33fee0857d57dc1f00027af32ce1ecb137]

        INTEGRATION: CWS basmgr02 (1.4.178); FILE MERGED 2007/01/17 11:14:50 fs 1.4.178.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5ce4a6efbf04012a4539ed2ad23018a2faf0121e]

        INTEGRATION: CWS basmgr02 (1.7.52); FILE MERGED 2007/01/17 11:14:50 fs 1.7.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4f711b45b98734d1f1c4b7857a2b85e8070f3b26]

        INTEGRATION: CWS basmgr02 (1.8.52); FILE MERGED 2007/01/17 11:14:50 fs 1.8.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [536f073735982ef02934507d372f195e4b9ed08a]

        INTEGRATION: CWS basmgr02 (1.14.40); FILE MERGED 2007/01/17 11:14:49 fs 1.14.40.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [c55b52470360d09a0b02ae639d73051c0080cbb8]

        INTEGRATION: CWS basmgr02 (1.7.52); FILE MERGED 2007/01/17 11:14:49 fs 1.7.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [45a4271b170116fac7a286571f4b6b2914dcb755]

        INTEGRATION: CWS basmgr02 (1.9.40); FILE MERGED 2007/01/30 07:48:30 fs 1.9.40.2: +mxStringSubstitution - needed after basic has been copied/stripped to binfilter, in the course of issue #i73329# 2007/01/17 11:14:49 fs 1.9.40.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [33d7862b298910cb3de8da7df70fc0c1518c9a2c]

        INTEGRATION: CWS basmgr02 (1.10.52); FILE MERGED 2007/01/17 11:14:49 fs 1.10.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [cace0b6fd8a0ef1db4952044c0f5923ae093e759]

        INTEGRATION: CWS basmgr02 (1.9.40); FILE MERGED 2007/01/17 11:14:49 fs 1.9.40.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [0977cc9841e853137c0b7f5e1d624fd9c0dcf20d]

        INTEGRATION: CWS basmgr02 (1.11.26); FILE MERGED 2007/01/17 11:14:48 fs 1.11.26.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [bd7759d130b893154c3c37b32d024bac913b5982]

        INTEGRATION: CWS basmgr02 (1.10.40); FILE MERGED 2007/01/17 11:14:48 fs 1.10.40.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9c835efa4d9d467aca8a7b98c72821e47997bc12]

        INTEGRATION: CWS basmgr02 (1.10.30); FILE MERGED 2007/01/30 14:03:16 fs 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED 2007/01/17 11:14:48 fs 1.10.30.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [93de6df901ad05c4b39c6af4c60117ff645e93be]

        INTEGRATION: CWS basmgr02 (1.12.16); FILE MERGED 2007/01/26 14:27:52 bm 1.12.16.1: #i73906#, #144135# do not export or import table number -1 when no table-number-list is present in XML

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [793eefa372acc621cf83567870ee4ed07c8747c9]

        INTEGRATION: CWS basmgr02 (1.16.32); FILE MERGED 2007/01/17 11:14:47 fs 1.16.32.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [e9bd2a1d05b85dce63f036fc83b95f54761ccf73]

        INTEGRATION: CWS basmgr02 (1.9.34); FILE MERGED 2007/01/17 11:14:47 fs 1.9.34.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [25b18e058a230267aca79a459454f07dc6caa8b9]

        INTEGRATION: CWS basmgr02 (1.7.52); FILE MERGED 2007/01/17 11:14:46 fs 1.7.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [abe0e4b149b1ad7728573ae2fbe187290892a660]

        INTEGRATION: CWS basmgr02 (1.7.14); FILE MERGED 2007/01/17 11:14:46 fs 1.7.14.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [5c82ef78213867f9697138f32739a7bff68d596b]

        INTEGRATION: CWS basmgr02 (1.9.52); FILE MERGED 2007/01/17 11:14:45 fs 1.9.52.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9b6302de90bd78d5a77a8df3f47a8e5f1c6d4cdf]

        INTEGRATION: CWS basmgr02 (1.11.16); FILE MERGED 2007/01/17 11:14:45 fs 1.11.16.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [ff649eaa2ede27cd61f2b2b0af0ace3c7bbdd6bb]

        INTEGRATION: CWS basmgr02 (1.9.30); FILE MERGED 2007/01/30 14:02:30 fs 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2007/01/17 11:14:44 fs 1.9.30.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3550dcc5af360e121f8d4a1d0ac347cd89175e97]

        INTEGRATION: CWS basmgr02 (1.10.34); FILE MERGED 2007/02/14 07:14:52 fs 1.10.34.2: removed dead typedefs 2007/01/17 11:14:44 fs 1.10.34.1: #i73557# binfilter now uses a stripped, own, frozen version of the 'basic' module, instead of the global (evolving) one

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [b7b3b1add2aae04707e7199aa4029b8994bb20c5]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:04:45 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [78264c9bd6c6587843ea60acca294a1cb8312818]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:02 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [4cc3c43857fce02bc295046a0c38a64978bc79ec]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:01 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [63ef3160830622c4a7dcb1bc542308ab7c63c3e6]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:00 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [48491e85bf18b1c905aa59f3992e6bbda089fb02]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 13:57:14 fs 1.1.2.2: #i10000# 2007/01/17 11:10:00 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [546870477fb77bf3372a4ac0bd6067ef62e9dd4d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:59 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [fc0a2e53a16e6669d4bf55d4b2165c82413b6f2c]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:25 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2a7223ae92915ebc623b60b26b8459ab04f2507f]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:58 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [371e3a30d56459fd775e5873baa5ab45dc7220db]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:57 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [20f07f6033218234e2a4bd9e91a5299d45f23f2d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 13:57:14 fs 1.1.2.2: #i10000# 2007/01/17 11:09:57 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [93237ee1a69273e6798d0a035d047884c085ab66]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:56 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [eba6f4e36582c99b8fd6d9f3d74ce5ed5df039f7]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:55 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [3e26ac27d294bad5c8d9659a7bc05699c0b960f4]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:09:54 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [aba4f3e9b2d40f6bfaf07c88f843d7f81828f981]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:10:14 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [6c4ef87ed9dc51038a9637516ae08ea9c854101e]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/13 08:29:09 fs 1.1.2.2: #i10000# manual resync 2007/01/17 11:09:33 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [de5799b2e87418df20f205d0b9a43532d5e1fc3d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 13:57:14 fs 1.1.2.2: #i10000# 2007/01/17 11:09:23 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a5c6f4b5f884da402f3640da6712192b46633779]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:29 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [b96cfcfd21511a718947ce6e7a4c0969835b6b9a]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:28 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [9c406339d60ad12aaebcd2f38905cf7e593603ab]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:27 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [1f4a8cc2ab827599390e6b9269767c335695980a]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:26 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a7149b2e269238d5a8c57b96be40eba3d0031ebd]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:08:25 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [35840dc39e1b184bf641a811740159793c775a10]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:07:50 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [90a58ce41fe134ce65ae644f0c720a7b4506251d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:07:49 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [b581daa55db9128d9d61773f72051160bcb3d539]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/13 08:28:51 fs 1.1.2.2: #i10000# manual resync 2007/01/17 11:08:01 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [c2a4f030d89f3445a9f3eb2241f7f9a314c3492e]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 13:57:13 fs 1.1.2.2: #i10000# 2007/01/17 11:06:49 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2d9c329d73ebca32351fc884cc621f32ac8bf373]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:06:49 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [01e52f19797d2370a40152f9c0d3d9524d7a2395]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:06:48 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [2cf84934cce0d1087c750e5ad1a44ca309c1413d]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 11:07:00 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [53e0f2586c84a093838b8895abb4f6990ef2b083]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/02/12 14:37:11 fs 1.1.2.2: #i10000# manual RESYNC 2007/01/17 11:05:47 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-15  Oliver Bolte  <obo@openoffice.org>  [a39f7d5d6a97021afe1632ec90accb3aa47cc025]

        INTEGRATION: CWS basmgr02 (1.1.2); FILE ADDED 2007/01/17 13:57:13 fs 1.1.2.2: #i10000# 2007/01/17 11:05:57 fs 1.1.2.1: #i73557# stripped version of 'basic' module

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [45edc3782ec5a2330db12968bf1f655264343854]

        INTEGRATION: CWS jl57 (1.18.16); FILE MERGED 2007/02/08 13:12:59 jl 1.18.16.1: #i73475# build breaks with gcc3

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [091c194f339fcc6e1422d9242df4f61346aa4b82]

        INTEGRATION: CWS jl57 (1.42.12); FILE MERGED 2007/02/08 13:25:25 sb 1.42.12.1: #i68616# No longer use HZ on Linux (based on a patch by pmladek).

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [726db49e18fcb3e9b69695b9b430cb8051694290]

        INTEGRATION: CWS jl57 (1.34.24); FILE MERGED 2007/02/08 13:18:06 jl 1.34.24.1: #i73475# build breaks with gcc3

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [f686414bf4a0bd95249c47e42fea4e8e7e0b10b3]

        INTEGRATION: CWS jl57 (1.20.50); FILE MERGED 2007/02/08 13:15:02 jl 1.20.50.1: #i73475# build breaks with gcc3

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [91cabfcd165312a570a74697945e2b11926a830a]

        INTEGRATION: CWS sb69 (1.4.24); FILE MERGED 2007/01/25 13:25:22 sb 1.4.24.1: #i72612# Creating a class loader should be done priviliged.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [175d0663758f79ab3eaf2b44d2e861e047d35fbb]

        INTEGRATION: CWS sb69 (1.3.6); FILE MERGED 2007/01/25 10:30:20 sb 1.3.6.1: #i72568# Removed "wrap component context to work on local configuration data only" block, seems to be obsolete.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [02370e0091758aadaa7b94828ec7b76671a95cb9]

        INTEGRATION: CWS sb69 (1.3.6); FILE MERGED 2007/02/22 09:37:37 sb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2007/01/24 10:42:08 sb 1.3.6.1: #i73728# Erroneously STLport-specific code.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [66b36453a261c0352f5756cec9d0a9d7618830aa]

        INTEGRATION: CWS sb69 (1.2.22); FILE MERGED 2007/01/22 09:25:40 sb 1.2.22.1: #i73721# Dropped obsolete SISSL header.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [128c92838a2ef577a5f01723c72042e2513a3247]

        INTEGRATION: CWS sb69 (1.2.14); FILE MERGED 2007/01/22 09:25:40 sb 1.2.14.1: #i73721# Dropped obsolete SISSL header.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [4c24e4af257f36c1c227da00962fcb3a9664b215]

        INTEGRATION: CWS sb69 (1.9.202); FILE MERGED 2007/01/26 12:57:46 sb 1.9.202.2: #i73103# Improved documentation. 2007/01/24 16:36:58 sb 1.9.202.1: #i73103# Support mappings from Unicode characters to MS1258 base + combining characters.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [4b91f25249a45da60fdacc392b6186e037cfb59e]

        INTEGRATION: CWS sb69 (1.6.92); FILE MERGED 2007/01/24 13:23:59 sb 1.6.92.1: #i73423# When converting from UTF16 to UTF7, INFO_DESTBUFFERTOSMALL does not imply INFO_ERROR.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [c322c32f59e474a4fb72a712d30e8fb69dedfb2e]

        INTEGRATION: CWS sb69 (1.7.202); FILE MERGED 2007/01/26 13:06:36 sb 1.7.202.1: #i73103# Made code warning-free on unxlngi6.pro.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [1154b4ffdb3dbea68cfe107de4af34dd2a17eda6]

        INTEGRATION: CWS sb69 (1.8.202); FILE MERGED 2007/01/26 13:06:36 sb 1.8.202.1: #i73103# Made code warning-free on unxlngi6.pro.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [5c7a74f6e24d9944dfc4e39afe588bb9d5a352f1]

        INTEGRATION: CWS sb69 (1.7.202); FILE MERGED 2007/01/26 13:06:36 sb 1.7.202.2: #i73103# Made code warning-free on unxlngi6.pro. 2007/01/24 16:36:58 sb 1.7.202.1: #i73103# Support mappings from Unicode characters to MS1258 base + combining characters.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [55b63aff734b1b6a361e2f49f8d0bc438e62f61c]

        INTEGRATION: CWS sb69 (1.4.92); FILE MERGED 2007/01/26 12:46:00 sb 1.4.92.2: #i73103# Made code warning-free on unxlngi6.pro. 2007/01/24 16:36:58 sb 1.4.92.1: #i73103# Support mappings from Unicode characters to MS1258 base + combining characters.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [d7006cac4b156f48b4dc1301bff3a23d779cb237]

        INTEGRATION: CWS sb69 (1.11.2); FILE MERGED 2007/01/24 10:56:25 sb 1.11.2.1: #i73782# Improved documentation.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [4e6a43f92795e6f8dd61b1f3451e5555329745c7]

        INTEGRATION: CWS sb69 (1.24.36); FILE MERGED 2007/01/26 08:58:23 sb 1.24.36.1: #i64835# Fixed rtl::O[U]StringBuffer::setLength(0) for the (now-)const empty string.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [39f91d6de6a719da94218e57ee63d2c92681243b]

        INTEGRATION: CWS sb69 (1.22.92); FILE MERGED 2007/01/26 08:58:23 sb 1.22.92.1: #i64835# Fixed rtl::O[U]StringBuffer::setLength(0) for the (now-)const empty string.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [076760f3186a23707bd7acd35f7eca9cc8d5a5ef]

        INTEGRATION: CWS sb69 (1.15.50); FILE MERGED 2007/01/26 08:58:23 sb 1.15.50.1: #i64835# Fixed rtl::O[U]StringBuffer::setLength(0) for the (now-)const empty string.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [0a72f815378bf87f3f70a1c446982ba1ac674ff8]

        INTEGRATION: CWS sb69 (1.9.34); FILE MERGED 2007/01/24 16:36:57 sb 1.9.34.1: #i73103# Support mappings from Unicode characters to MS1258 base + combining characters.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [7d0a87079c72d5b81803b9a958f0448d5a30dd05]

        INTEGRATION: CWS sb69 (1.7.56); FILE MERGED 2007/01/24 13:23:59 sb 1.7.56.1: #i73423# When converting from UTF16 to UTF7, INFO_DESTBUFFERTOSMALL does not imply INFO_ERROR.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [6726d666edbd50bc92f1a616330a478e1c64b22c]

        INTEGRATION: CWS sb69 (1.23.78); FILE MERGED 2007/01/26 13:51:04 sb 1.23.78.1: #i65004# Generally check error conditions for sysconf(_SC_GETPW_R_SIZE_MAX).

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [964e8fb9bb28f012cd82c7609f0eec9eecb9beb9]

        INTEGRATION: CWS sb69 (1.11.202); FILE MERGED 2007/01/26 08:58:23 sb 1.11.202.1: #i64835# Fixed rtl::O[U]StringBuffer::setLength(0) for the (now-)const empty string.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [ba500afdc52a4161571055419e6dbb3cf216d4e7]

        INTEGRATION: CWS sb69 (1.9.92); FILE MERGED 2007/01/26 08:58:22 sb 1.9.92.1: #i64835# Fixed rtl::O[U]StringBuffer::setLength(0) for the (now-)const empty string.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [5355fef3aaa36ba916f418aeec9bbf6677b8ece2]

        INTEGRATION: CWS sb69 (1.1.2); FILE ADDED 2007/01/24 10:18:34 sb 1.1.2.1: #i73665# Cleaned up throw specifications, so that RuntimeExceptions are no longer unexpected.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [a6d589d6f5696c59fb3c6075fba72a5c98648753]

        INTEGRATION: CWS sb69 (1.6.24); FILE MERGED 2007/01/24 10:18:03 sb 1.6.24.1: #i73665# Cleaned up throw specifications, so that RuntimeExceptions are no longer unexpected.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [56c29baa1636a034052aa87bc21ffa7f1c53e024]

        INTEGRATION: CWS sb69 (1.26.8); FILE MERGED 2007/01/24 10:18:03 sb 1.26.8.1: #i73665# Cleaned up throw specifications, so that RuntimeExceptions are no longer unexpected.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [0d748dcd4ffac4065ef0e026aabdd9c3a0ac2b4c]

        INTEGRATION: CWS sb69 (1.2.10); FILE MERGED 2007/01/22 09:26:26 sb 1.2.10.1: #i73721# Dropped obsolete SISSL header.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [eedb8224c56ffad5e13a708ec8a7b4320556d440]

        INTEGRATION: CWS sb69 (1.2.10); FILE MERGED 2007/01/22 09:26:25 sb 1.2.10.1: #i73721# Dropped obsolete SISSL header.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [e68dc4e378515bd85f0014b5ef181242175734ba]

        INTEGRATION: CWS sb69 (1.16.18); FILE MERGED 2007/01/26 12:00:14 sb 1.16.18.1: #i52947# Typo fix (provided by arnulfwiede).

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [9c34ea2e3b49913f3a104da886246ea2a1585e2d]

        INTEGRATION: CWS sb69 (1.9.18); FILE MERGED 2007/01/26 12:38:16 sb 1.9.18.1: #i73372# Handle ClientJob::pack failure.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [c8decc44bb01d622f924515326f2754062e0ce87]

        INTEGRATION: CWS sb69 (1.22.34); FILE MERGED 2007/01/29 13:32:15 sb 1.22.34.1: #i51459# Generate more clever snippet code.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [b1b7ba898f86aa24db78d8a1d2e9129a70a23d51]

        INTEGRATION: CWS sb69 (1.21.10); FILE MERGED 2007/01/29 13:42:53 sb 1.21.10.1: #i73980# Cannot reliably checkObjectCount on objects bridged out to Java/URP.

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [ff4d1521253b6226ac8c237461166ebbe173ca59]

        INTEGRATION: CWS fmepatches (1.54.192); FILE MERGED 2007/02/05 19:54:10 fme 1.54.192.1: #i73306# Initialize variable for valgrind

2007-03-14  Oliver Bolte  <obo@openoffice.org>  [d32adcb4d903042ea65915ed5ff7e892b76e52a5]

        INTEGRATION: CWS fmepatches (1.39.192); FILE MERGED 2007/02/06 07:32:19 fme 1.39.192.1: #i74180# Restore inner table borders after inserting line/column - patch submitted by chensuchun

2007-03-13  Fridrich Štrba  <fridrich_strba@openoffice.org>  [9b7126f627ee5850674e94f61684c4f71441c8e9]

        Change types of variables from generic text to their true type :-)

2007-03-13  Fridrich Štrba  <fridrich_strba@openoffice.org>  [7884cad6fb643338b97181a95aa6b05e8bd5aef6]

        since there is no direct mapping between sprmPChgTabsPapx and ooxml:CT_Tabs adapting the model.xml

2007-03-13  Henning Brinkmann  <hbrinkm@openoffice.org>  [44be9046cb43ebcdc459ca9930edd6c8579ca002]

        removed stupid &

2007-03-13  Fridrich Štrba  <fridrich_strba@openoffice.org>  [98122ef75a13438f8421d90ba9e39b8704a4a148]

        adding the tab alignment types and leading chars into model.xml

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [cebc9f4dca844b6b99a55143133eda776d4129ac]

        borders, justification

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [68629c53bd4f9133763c9cdb88e0a6265361a184]

        borders

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [182246e3e69f210b1f173ef0aaa5ae4a9c212592]

        INTEGRATION: CWS rt20_SRC680 (1.28.124); FILE MERGED 2007/03/09 09:04:10 rt 1.28.124.1: #146263# Exclude 'instset*native' when copying solver. (Affects Hamburg environment only.)

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [0c27c9afdfc204bf78b3fd8619ab251546252c4c]

        INTEGRATION: CWS rt20_SRC680 (1.23.124); FILE MERGED 2007/03/09 09:04:10 rt 1.23.124.1: #146263# Exclude 'instset*native' when copying solver. (Affects Hamburg environment only.)

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [aac7a63d2ba8b521c11ad59fc5320ab51f43f004]

        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-12  Fridrich Štrba  <fridrich_strba@openoffice.org>  [45eec82587ffdf36fc137eac681b095566d79130]

        beginning of my tab conversion work

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [b7710ace0748a0541354736033cfd01c02b244f3]

        xsl templates used in serveral stylesheets

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [6490900e3342df647451cc51acc24320ac00df63]

        generate resource ids

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [16fc2a65dc23f54e3a820e3937ea3424f5ab89f7]

        generate qnametostr lines

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [014ba0e93f0e7b8fba799e12308047f0a6013d68]

        INTEGRATION: CWS sb36 (1.8.84); FILE MERGED 2006/11/08 19:28:11 sb 1.8.84.4: RESYNC: (1.11-1.15); FILE MERGED 2006/03/13 12:45:33 sb 1.8.84.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/22 14:59:13 sb 1.8.84.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/14 14:04:39 sb 1.8.84.1: #i51803# In BackendImpl::ComponentPackageImpl::processPackage_, only add those component JARs to the (UnoClassLoader's) class path that potentially contain additional UNO types.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [73d22679bca4a1e0e46bec31904f6a7ef7dd1739]

        INTEGRATION: CWS sb36 (1.24.10); FILE MERGED 2007/01/19 12:27:03 sb 1.24.10.6: #i51803# Keep UNO_JAVA_JFW_CLASSPATH_URLS in case of SYSTEM_ jars. 2007/01/12 16:46:50 sb 1.24.10.5: RESYNC: (1.40-1.41); FILE MERGED 2006/11/08 18:49:21 sb 1.24.10.4: RESYNC: (1.35-1.40); FILE MERGED 2006/03/13 11:30:01 sb 1.24.10.3: RESYNC: (1.25-1.35); FILE MERGED 2005/09/22 12:42:02 sb 1.24.10.2: RESYNC: (1.24-1.25); FILE MERGED 2005/07/11 13:26:54 sb 1.24.10.1: #i51803# Transfered cleaned-up jvmfwk3rc UNO_JAVA_JFW_CLASSPATH_URLS into unorc URE_INTERNAL_JAVA_CLASSPATH; cleaned up Order entries.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [6d04b411206b7882cbf449846f9808b0a0aa4da1]

        INTEGRATION: CWS sb36 (1.98.2); FILE MERGED 2007/03/01 15:20:35 sb 1.98.2.7: #i51803# Added PATCH flags. 2007/02/22 10:23:48 sb 1.98.2.6: RESYNC: (1.181-1.183); FILE MERGED 2007/01/12 16:44:35 sb 1.98.2.5: RESYNC: (1.171-1.180); FILE MERGED 2006/11/08 18:48:11 sb 1.98.2.4: RESYNC: (1.144-1.171); FILE MERGED 2006/03/13 11:29:06 sb 1.98.2.3: RESYNC: (1.109-1.144); FILE MERGED 2005/09/22 12:45:58 sb 1.98.2.2: RESYNC: (1.98-1.109); FILE MERGED 2005/07/15 12:01:18 sb 1.98.2.1: #i51803# Removed obsolete xt.jar.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [911f8a434de3330efc345c5235038e8c03f28875]

        INTEGRATION: CWS sb36 (1.222.22); FILE MERGED 2007/03/01 15:20:34 sb 1.222.22.1: #i51803# Added PATCH flags.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a431e09c53d8f0ec743eabf699b385c348d28444]

        INTEGRATION: CWS sb36 (1.3.168); FILE MERGED 2006/11/08 18:20:01 sb 1.3.168.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/22 11:13:00 sb 1.3.168.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:12:34 sb 1.3.168.1: #i51803# Adapted to changed parameters of SjApplet2::Init.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [8f70e69a07c34b28a27a0578c440f03010659ac7]

        INTEGRATION: CWS sb36 (1.3.168); FILE MERGED 2007/01/18 13:02:35 sb 1.3.168.4: Made code compile warning-free on wntmsci10. 2006/11/08 18:04:42 sb 1.3.168.3: RESYNC: (1.4-1.6); FILE MERGED 2005/09/22 10:55:38 sb 1.3.168.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:12:34 sb 1.3.168.1: #i51803# Adapted to changed parameters of SjApplet2::Init.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [6a76eec9e9c1285ab88c822af688bb15546f996c]

        INTEGRATION: CWS sb36 (1.111.92); FILE MERGED 2007/01/12 16:28:53 sb 1.111.92.5: RESYNC: (1.119-1.120); FILE MERGED 2006/11/08 17:25:46 sb 1.111.92.4: RESYNC: (1.113-1.119); FILE MERGED 2006/03/13 11:06:37 sb 1.111.92.3: RESYNC: (1.112-1.113); FILE MERGED 2005/09/22 11:39:00 sb 1.111.92.2: RESYNC: (1.111-1.112); FILE MERGED 2005/07/11 13:12:33 sb 1.111.92.1: #i51803# Adapted to changed parameters of SjApplet2::Init.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [93891dc87953082671e7d7014be97312e3657ec1]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/22 13:51:19 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:22:58 sb 1.1.2.1: #i51803# Moved theMacroExpander to its own idl file.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [cdbbabb124387f9ce5ca4bafc8449efbed5c038e]

        INTEGRATION: CWS sb36 (1.3.144); FILE MERGED 2006/11/08 16:59:41 sb 1.3.144.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/22 06:44:40 sb 1.3.144.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/14 12:22:43 sb 1.3.144.1: #i51803# Moved theMacroExpander to its own idl file.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [ff8defaa4b3603997e83eff20efa3d3924a07f1e]

        INTEGRATION: CWS sb36 (1.9.10); FILE MERGED 2005/09/22 06:45:19 sb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/14 12:22:42 sb 1.9.10.1: #i51803# Moved theMacroExpander to its own idl file.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [ee9bb89f9826cd890be01bc999e5e29feddba630]

        INTEGRATION: CWS sb36 (1.4.32); FILE MERGED 2005/09/22 06:28:11 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:23:36 sb 1.4.32.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [7c8a1abe960996e431e4f0a8ef7a94ae43edb897]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/25 11:52:27 sb 1.1.2.3: #i51803# Adjusted @since tags. 2007/01/22 13:51:18 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:24:33 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [039d576d2ddec5dab86cbd93716644b9a733ae6b]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/25 11:52:26 sb 1.1.2.3: #i51803# Adjusted @since tags. 2007/01/22 13:51:17 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:24:12 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [c12306de6a5eef049a69afcff973f0678d51c589]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/25 11:52:26 sb 1.1.2.3: #i51803# Adjusted @since tags. 2007/01/22 13:51:17 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:24:02 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [214e342bf31f1d23266731c2a54c712e827c0be2]

        INTEGRATION: CWS sb36 (1.1.138); FILE MERGED 2005/07/11 13:14:42 sb 1.1.138.1: #i51803# Added UNO-Type-Path line to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [5ac7655804dda1f5f62d00bbbceef0d4c711bf85]

        INTEGRATION: CWS sb36 (1.4.46); FILE MERGED 2006/11/08 16:54:28 sb 1.4.46.3: RESYNC: (1.5-1.7); FILE MERGED 2005/09/22 05:39:54 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:38:21 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [97cae29530cb57f26911037535afdbb27a12c3c7]

        INTEGRATION: CWS sb36 (1.4.46); FILE MERGED 2007/02/22 10:08:20 sb 1.4.46.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 05:39:45 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:38:19 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [8149f83587d5832eb772cf082b2b48a8af767aac]

        INTEGRATION: CWS sb36 (1.4.46); FILE MERGED 2006/11/08 16:47:33 sb 1.4.46.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 05:52:39 sb 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:38:17 sb 1.4.46.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [2241b8eb40ec9da72f9714143fc2cc8cc7a8f116]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/22 13:52:41 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:39:15 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [6a17ac9e4fa6d684602a87bac640d94ecb49be1b]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/22 13:52:41 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:38:51 sb 1.1.2.1: #i51803# Added support for vnd.sun.star.expand URLs.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [ac079ebbebac96eeae0c2685d7ec15761446878d]

        INTEGRATION: CWS sb36 (1.68.6); FILE MERGED 2007/01/12 16:21:35 sb 1.68.6.6: RESYNC: (1.75-1.76); FILE MERGED 2006/11/08 16:41:01 sb 1.68.6.5: RESYNC: (1.72-1.75); FILE MERGED 2006/03/13 10:58:25 sb 1.68.6.4: RESYNC: (1.69-1.72); FILE MERGED 2005/09/22 05:49:12 sb 1.68.6.3: RESYNC: (1.68-1.69); FILE MERGED 2005/07/14 12:37:21 sb 1.68.6.2: #i51803# Adapted to new jvmaccess::ClassPath functionality. 2005/07/11 13:28:58 sb 1.68.6.1: #i51803# Adapted to changed parameters of UnoClassLoader ctor.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [f506d2c0ae9343187ba2eddce3bed8bc4072413a]

        INTEGRATION: CWS sb36 (1.3.6); FILE MERGED 2007/01/19 13:28:59 sb 1.3.6.1: #i51803# Explicit empty UNO-Type-Path.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [1f816858855bd29cb0091b15027a41586102eff8]

        INTEGRATION: CWS sb36 (1.7.2); FILE MERGED 2007/01/16 14:47:21 sb 1.7.2.4: #i51803# Fixed cwsresync merge. 2006/11/08 16:23:47 sb 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 04:34:13 sb 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:29:43 sb 1.7.2.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [5cabaad7de39c8b9f4376dfa35ed96336b6df2d2]

        INTEGRATION: CWS sb36 (1.3.70); FILE MERGED 2007/01/16 14:47:21 sb 1.3.70.3: #i51803# Fixed cwsresync merge. 2006/11/08 16:20:37 sb 1.3.70.2: RESYNC: (1.3-1.5); FILE MERGED 2005/07/11 13:29:42 sb 1.3.70.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [dd2cf1b5603caa772dbd41de6c3a187bd23d2cc1]

        INTEGRATION: CWS sb36 (1.3.60); FILE MERGED 2005/09/22 04:45:32 sb 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:29:42 sb 1.3.60.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [5bdf738ed590da194c72439284f17d40e5fc14ec]

        INTEGRATION: CWS sb36 (1.2.102); FILE MERGED 2005/07/11 13:29:42 sb 1.2.102.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [8957c85bf8f2e88391ebd9f78b88372d9c506960]

        INTEGRATION: CWS sb36 (1.13.38); FILE MERGED 2005/09/22 04:54:18 sb 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/11 13:29:41 sb 1.13.38.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a71f3ba7b3fbf496e0b9470f085de38b05921a41]

        INTEGRATION: CWS sb36 (1.2.324); FILE MERGED 2005/07/11 13:29:41 sb 1.2.324.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [4d516041094a613e4f27c9eabf495efb8e2dba2c]

        INTEGRATION: CWS sb36 (1.3.118); FILE MERGED 2005/09/22 04:44:04 sb 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:29:40 sb 1.3.118.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [d9f33d766828b98d86c1622aa03bac6155e5289b]

        INTEGRATION: CWS sb36 (1.2.140); FILE MERGED 2005/07/11 13:29:40 sb 1.2.140.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [86a3cfc8fade70d7b1da14cefefd30ca10466c1c]

        INTEGRATION: CWS sb36 (1.4.22); FILE MERGED 2005/09/22 04:53:44 sb 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:29:39 sb 1.4.22.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [708a3002d0836d5bd76516d55db7c0352962fa6c]

        INTEGRATION: CWS sb36 (1.2.140); FILE MERGED 2005/07/11 13:29:39 sb 1.2.140.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [b43c870152a14798c20539407c2a2db4bdecdf81]

        INTEGRATION: CWS sb36 (1.2.102); FILE MERGED 2005/09/22 04:41:27 sb 1.2.102.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:29:38 sb 1.2.102.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [3067442d463d952ded8feedd65549fa927cc6454]

        INTEGRATION: CWS sb36 (1.2.102); FILE MERGED 2005/07/11 13:29:38 sb 1.2.102.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [fe7e2e22cb23fd185ba6d16bbdab4348f9889d22]

        INTEGRATION: CWS sb36 (1.2.108); FILE MERGED 2005/09/22 04:33:10 sb 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:29:38 sb 1.2.108.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [6fdc774709b9c8cc2ce17c3d9624a774a49bd3f5]

        INTEGRATION: CWS sb36 (1.2.108); FILE MERGED 2005/07/11 13:29:38 sb 1.2.108.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [bafcc109b0e2a975e166104aab1e2211c54487ad]

        INTEGRATION: CWS sb36 (1.2.108); FILE MERGED 2005/09/22 04:49:34 sb 1.2.108.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:29:37 sb 1.2.108.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [838c48b42bcf759406ad64d2d659b92e64be64d0]

        INTEGRATION: CWS sb36 (1.2.108); FILE MERGED 2005/07/11 13:29:37 sb 1.2.108.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [d48f4e989bcd01ad956b9a147dff445131100b87]

        INTEGRATION: CWS sb36 (1.2.14); FILE MERGED 2007/01/19 13:35:10 sb 1.2.14.2: #i51803# Explicit empty UNO-Type-Path. 2006/03/23 14:00:44 sb 1.2.14.1: #i51803# XMergeBridge.jar needs xmerge.jar on its manifest Class-Path.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [00baa7c00d8158ad50d8c92892c609e3417fdca9]

        INTEGRATION: CWS sb36 (1.1.1.1.54); FILE MERGED 2005/07/11 13:15:15 sb 1.1.1.1.54.1: #i51803# Added UNO-Type-Path line to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [3279dab04c85a04f323f0931160e81b6bacbe5ed]

        INTEGRATION: CWS sb36 (1.4.26); FILE MERGED 2005/07/11 13:15:15 sb 1.4.26.1: #i51803# Added UNO-Type-Path line to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [9d9493cef6a850ddd3c9e49cf1482e712fefba01]

        INTEGRATION: CWS sb36 (1.2.4); FILE MERGED 2006/03/13 10:38:15 sb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 04:13:21 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:24:40 sb 1.2.4.1: #i51803# Changed parameters of UnoClassLoader ctor, to specifiy a per-UnoClassLoader classpath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [deb32cf7bdf3fdd9713b91eb63c80eed2ae03977]

        INTEGRATION: CWS sb36 (1.2.4); FILE MERGED 2006/03/14 14:33:15 sb 1.2.4.4: #i51803# Reverted additional ctor introduced in 1.4, which is not used until now, and is obsoleted by the classPath parameter of the other ctor; marked the class as internal again. 2006/03/13 10:38:08 sb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 04:13:04 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:24:40 sb 1.2.4.1: #i51803# Changed parameters of UnoClassLoader ctor, to specifiy a per-UnoClassLoader classpath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [c962074f734b4edc7ee34b52c47256627c9889b3]

        INTEGRATION: CWS sb36 (1.3.472); FILE MERGED 2007/01/19 13:43:26 sb 1.3.472.1: #i51803# Explicit empty UNO-Type-Path.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a6c6b375b2dd94213eb325211a74c26e240ac022]

        INTEGRATION: CWS sb36 (1.7.56); FILE MERGED 2007/01/19 13:43:26 sb 1.7.56.1: #i51803# Explicit empty UNO-Type-Path.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [83b4c4854928f4f2fc4a15f8cddeca0cbf7b1029]

        INTEGRATION: CWS sb36 (1.9.26); FILE MERGED 2006/11/08 13:47:29 sb 1.9.26.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/13 10:25:52 sb 1.9.26.3: RESYNC: (1.10-1.12); FILE MERGED 2005/09/22 00:53:09 sb 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 13:10:06 sb 1.9.26.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [5f62e98cebafa32410831c0c534344017b1dd09a]

        handle defines declaring lists of values

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [0abde675a1729236ce8fbda87716f8c8afd3af4b]

        INTEGRATION: CWS sb36 (1.4.34); FILE MERGED 2005/07/11 13:10:05 sb 1.4.34.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [3fbc94f1456819f17a0b0d8f62047123b5f3a31a]

        INTEGRATION: CWS sb36 (1.24.4); FILE MERGED 2006/11/08 13:47:03 sb 1.24.4.5: RESYNC: (1.26-1.27); FILE MERGED 2006/03/13 10:25:27 sb 1.24.4.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/22 00:58:26 sb 1.24.4.3: RESYNC: (1.24-1.25); FILE MERGED 2005/07/14 12:36:09 sb 1.24.4.2: #i51803# Adapted to new jvmaccess::ClassPath functionality. 2005/07/11 13:10:05 sb 1.24.4.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [9dfacaa6fc7e6cba7fcfd68ce0db454e46e638a2]

        INTEGRATION: CWS sb36 (1.11.34); FILE MERGED 2006/11/08 13:46:55 sb 1.11.34.3: RESYNC: (1.12-1.14); FILE MERGED 2005/09/22 00:58:44 sb 1.11.34.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/11 13:10:05 sb 1.11.34.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a50bbfdf5bcab47928a0c1590a41edc5380f418a]

        INTEGRATION: CWS sb36 (1.2.148); FILE MERGED 2006/11/08 13:46:23 sb 1.2.148.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 00:53:00 sb 1.2.148.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:10:04 sb 1.2.148.1: #i51803# Changed parameters of SjApplet2::Init, so that SjApplet2_Impl::Init can set up a class loader that explicitly knows classes.jar; cleaned up.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a74d78affa4c2003edb3efeb4c841ffa07ac2c33]

        INTEGRATION: CWS sb36 (1.10.214); FILE MERGED 2007/01/22 09:13:37 sb 1.10.214.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/21 17:45:58 sb 1.10.214.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/14 12:27:39 sb 1.10.214.1: #i51803# Added JavaDriverClassPath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [c6bafae7e386192d37cd62d90113adbfd9ad4bbb]

        INTEGRATION: CWS sb36 (1.5.370); FILE MERGED 2007/01/25 11:54:25 sb 1.5.370.3: #i51803# Adjusted @since tags. 2005/09/21 17:33:00 sb 1.5.370.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/14 12:27:38 sb 1.5.370.1: #i51803# Added JavaDriverClassPath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a5d16e5a7e4882665ffe5098da1a0b6a544e35d6]

        INTEGRATION: CWS sb36 (1.5.4); FILE MERGED 2005/09/21 12:13:08 sb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/15 07:26:00 sb 1.5.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [66bc5d42fe28160cd8fc2789051b7f9a284670f2]

        use std::set for modelling property set

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [a31308086b90c00974a9d6a2915e3576fa119ffe]

        INTEGRATION: CWS sb36 (1.7.4); FILE MERGED 2005/09/21 12:13:21 sb 1.7.4.2: RESYNC: (1.7-1.9); FILE MERGED 2005/07/14 14:56:41 sb 1.7.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [6cc2af4ee420216e3b155f53046a58729536c536]

        INTEGRATION: CWS sb36 (1.8.4); FILE MERGED 2006/11/08 13:13:16 sb 1.8.4.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/21 12:15:40 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/14 12:43:14 sb 1.8.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [bad8963dfe68f49c35164750fab78903f6b4ef87]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/22 13:56:47 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:43:34 sb 1.1.2.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [27e9a51946d49e48deca86ce03745ca63ecdc2fd]

        INTEGRATION: CWS sb36 (1.6.4); FILE MERGED 2005/07/14 12:43:13 sb 1.6.4.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [0d2787d79c805341a1df0ee1eada840f43791d12]

        annotated ST_Underline

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [2ec3b5e927fa19cdb8c98faadb9266fdc8fba1bf]

        INTEGRATION: CWS sb36 (1.1.2); FILE ADDED 2007/01/22 13:56:46 sb 1.1.2.2: Dropped obsolete SISSL header. 2005/07/14 12:43:45 sb 1.1.2.1: #i51803# New jvmaccess::ClassPath: helper functions for class path handling.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [02b8f7ccf95edd022b6c1a740d1b31223f80b6a3]

        INTEGRATION: CWS sb36 (1.31.38); FILE MERGED 2006/11/08 13:01:48 sb 1.31.38.3: RESYNC: (1.32-1.34); FILE MERGED 2005/09/21 11:03:35 sb 1.31.38.2: RESYNC: (1.31-1.32); FILE MERGED 2005/07/11 13:27:50 sb 1.31.38.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [0aec3faf592dfc5751103569d70dbcf38ecd7a3a]

        INTEGRATION: CWS sb36 (1.19.60); FILE MERGED 2007/01/12 14:27:59 sb 1.19.60.4: RESYNC: (1.23-1.24); FILE MERGED 2006/11/08 12:11:08 sb 1.19.60.3: RESYNC: (1.20-1.23); FILE MERGED 2005/09/21 09:21:48 sb 1.19.60.2: RESYNC: (1.19-1.20); FILE MERGED 2005/07/14 12:32:09 sb 1.19.60.1: #i51803# Added JavaDriverClassPath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [bb1625b3359ef1037f799bcf6009f1f1d12eb055]

        INTEGRATION: CWS sb36 (1.2.28); FILE MERGED 2007/03/05 16:52:53 sb 1.2.28.3: #i69624# Load each class only once. 2007/01/22 08:54:09 sb 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2007/01/16 14:30:15 sb 1.2.28.1: #i51803# Merged in Connection.cxx:1.22.60.5.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [d203ce86a955c3f40c2a9c0e65d9e58d9b653ce1]

        INTEGRATION: CWS sb36 (1.12.8); FILE MERGED 2007/01/22 08:53:52 sb 1.12.8.5: RESYNC: (1.21-1.22); FILE MERGED 2006/11/08 12:01:47 sb 1.12.8.4: RESYNC: (1.15-1.21); FILE MERGED 2006/03/13 09:55:12 sb 1.12.8.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/21 10:40:03 sb 1.12.8.2: RESYNC: (1.12-1.14); FILE MERGED 2005/07/14 12:32:08 sb 1.12.8.1: #i51803# Added JavaDriverClassPath.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [f954c14b82e2022e53ab1f83b6b9a6a3836df608]

        INTEGRATION: CWS sb36 (1.5.50); FILE MERGED 2007/01/22 08:52:26 sb 1.5.50.6: RESYNC: (1.11-1.12); FILE MERGED 2007/01/19 12:25:54 sb 1.5.50.5: #i51803# Cleaned up. 2007/01/12 14:19:48 sb 1.5.50.4: RESYNC: (1.7-1.11); FILE MERGED 2006/11/08 11:08:51 sb 1.5.50.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/21 07:01:55 sb 1.5.50.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/14 12:33:04 sb 1.5.50.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [4fd53f32b9e4dd7dd690ee421891772ec24bb848]

        INTEGRATION: CWS sb36 (1.4.60); FILE MERGED 2005/07/14 12:33:04 sb 1.4.60.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [38197e5b0e1a61325e9bc28d3e06c1231d225da2]

        INTEGRATION: CWS sb36 (1.3.78); FILE MERGED 2005/07/14 12:33:03 sb 1.3.78.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [5edc8112170af80ac230ef88355b56bd75b60aba]

        INTEGRATION: CWS sb36 (1.6.42); FILE MERGED 2007/01/12 14:19:56 sb 1.6.42.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/21 07:02:18 sb 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/14 12:33:02 sb 1.6.42.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [0a357be57625c5d8a6a79df213dc5cc5ba2bd023]

        INTEGRATION: CWS sb36 (1.3.60); FILE MERGED 2005/09/21 07:02:30 sb 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/14 12:33:01 sb 1.3.60.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [58fd94e45e3e385a80f8cbbdb246795d99c8f3e9]

        INTEGRATION: CWS sb36 (1.4.60); FILE MERGED 2005/09/21 07:01:41 sb 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 12:33:00 sb 1.4.60.1: #i51803# Cleaned up dependencies.

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [95a61dd832fbd524ff916d10fa1c938876f2b307]

        INTEGRATION: CWS sb36 (1.3.60); FILE MERGED 2005/07/14 12:32:59 sb 1.3.60.1: #i51803# Cleaned up dependencies.

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [d602d13795e5da6c79a75a2a6935a19a406e26f6]

        generate qnametostr.cxx

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [2f6c8ececa575854d7466ecdac3f018f503ac1a0]

        INTEGRATION: CWS hr41 (1.9.6); FILE MERGED 2007/01/05 15:14:13 hr 1.9.6.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [b69c796fbedc8497bbe7006ab3e9d4a24da79ac0]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/22 19:45:31 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [dc0fbd45e2f98a4821a7ae63293890ee9b255c4d]

        INTEGRATION: CWS hr41 (1.7.72); FILE MERGED 2006/12/22 19:45:29 hr 1.7.72.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [434f029e5e7cd327046776de843a183a7a0b19b9]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/22 13:57:59 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [8aa8c2f9e707661c11131aa503f0bebf12ca51c9]

        INTEGRATION: CWS hr41 (1.5.70); FILE MERGED 2006/12/22 13:57:58 hr 1.5.70.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [be90452c60f56579fa0440e0f282240cdf6472ee]

        INTEGRATION: CWS hr41 (1.5.70); FILE MERGED 2006/12/22 13:57:56 hr 1.5.70.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [b02c29fb7918f0b07891ff6f0cb1e702914c7cd5]

        INTEGRATION: CWS hr41 (1.7.72); FILE MERGED 2006/12/15 17:57:58 hr 1.7.72.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [cba72beb693d34c4f8b9907272577878bf8b54d9]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2006/12/22 13:57:53 hr 1.7.30.2: #i72414#: remove obsolete file 2006/12/15 17:57:58 hr 1.7.30.1: #i72414#: remove obsolete file

2007-03-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [1bab416773e5b680be34cc57c986fea480b6e37b]

        generate <resource> elements from model

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [08d78d012b82f77d8b888fb0d45c6b9a1c72ef1d]

        INTEGRATION: CWS hr41 (1.10.6); FILE MERGED 2007/01/05 15:30:39 hr 1.10.6.1: #i72414#: remove obsolete file

2007-03-12  Oliver Bolte  <obo@openoffice.org>  [1f7d7f5b89487f5aa42d6de32bc3bda5fe977cef]

        INTEGRATION: CWS hr41 (1.8.56); FILE MERGED 2006/12/12 13:54:10 hr 1.8.56.3: #i69179#: remove obsolete file 2006/12/12 11:42:16 hr 1.8.56.2: #i72438: fix dependency 2006/12/11 18:19:08 hr 1.8.56.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [84a4336d5f53aa41f86425f92e3dadf754668235]

        INTEGRATION: CWS hr41 (1.16.6); FILE MERGED 2007/01/12 13:39:23 hr 1.16.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [75967423a8831dec05b716697da4b6fe3f164d01]

        INTEGRATION: CWS hr41 (1.3.158); FILE MERGED 2006/12/22 19:45:32 hr 1.3.158.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [bbdf741748a6735e57b4bcf5df055d73ee4c74ad]

        INTEGRATION: CWS hr41 (1.3.158); FILE MERGED 2006/12/22 19:45:32 hr 1.3.158.2: #i72414#: remove obsolete file 2006/12/22 16:59:41 hr 1.3.158.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [572341eee107cdc09f6b96f2d8ff2f14a255317f]

        INTEGRATION: CWS hr41 (1.3.156); FILE MERGED 2006/12/22 19:45:32 hr 1.3.156.2: #i72414#: remove obsolete file 2006/12/22 16:59:13 hr 1.3.156.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b59e1159fd40332b8f61dc187f5683b058a49c11]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/12 17:19:39 hr 1.6.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cc9d3741077a1be54ca65cc1555f14bc684e730d]

        INTEGRATION: CWS hr41 (1.5.70); FILE MERGED 2007/01/12 13:10:52 hr 1.5.70.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c8c71715047955efc812fb4a32662f5e232a029b]

        INTEGRATION: CWS hr41 (1.7.8); FILE MERGED 2007/01/12 13:55:18 hr 1.7.8.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [40aa8e07a312a28f56034c2129c2d3d9364bc389]

        INTEGRATION: CWS hr41 (1.6.12); FILE MERGED 2006/12/13 19:22:32 hr 1.6.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [adf097a1713b606a76ffe8d80321b1117d80ca68]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2007/01/10 16:10:11 hr 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/14 16:37:03 hr 1.5.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [407c74c9e7fa75cd2492a7751dedc12d94b5a9ed]

        INTEGRATION: CWS hr41 (1.4.30); FILE MERGED 2006/12/22 13:57:59 hr 1.4.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7424b224a1b31c153465dd2ae3d017350cb0e866]

        INTEGRATION: CWS hr41 (1.8.30); FILE MERGED 2007/01/10 16:09:02 hr 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2006/12/13 19:22:31 hr 1.8.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [94b92d8d03a44a21cd57fe42f69878e84ac95f84]

        INTEGRATION: CWS hr41 (1.5.12); FILE MERGED 2007/01/02 11:56:52 hr 1.5.12.2: #i72414#: remove obsolete file 2006/12/13 19:22:31 hr 1.5.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1b162d058fc4926499c80765926b0557c1a23870]

        INTEGRATION: CWS hr41 (1.8.12); FILE MERGED 2007/01/10 16:08:31 hr 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2006/12/13 19:22:31 hr 1.8.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f25eda726b76fc8b4a08f8ce01f87325046792f3]

        INTEGRATION: CWS hr41 (1.6.12); FILE MERGED 2006/12/13 19:22:31 hr 1.6.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a086f15a0b64f1ad2d4ba570ef319e41830988ad]

        INTEGRATION: CWS hr41 (1.10.2); FILE MERGED 2007/01/10 16:08:23 hr 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2006/12/15 16:21:17 hr 1.10.2.2: #i72414#: remove obsolete file 2006/12/13 19:22:30 hr 1.10.2.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [979fdb41489cc5e0e1c252e27007eddbbbb58968]

        INTEGRATION: CWS hr41 (1.5.158); FILE MERGED 2007/01/12 13:44:57 hr 1.5.158.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [641975127ce752e7f0206789769933a18e848aaa]

        INTEGRATION: CWS hr41 (1.5.72); FILE MERGED 2006/12/13 17:09:37 hr 1.5.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6c18581494b78298b23ab1b569c9a8ce1ee23ff9]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2007/01/10 16:04:34 hr 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/15 16:21:17 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [5f99e3426d1a8ea2e1b982db56b7e3b8ab36b0b9]

        INTEGRATION: CWS hr41 (1.7.12); FILE MERGED 2006/12/13 16:07:05 hr 1.7.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [64c0520d016b2c6cc41e3c8a0b03bc82389bc153]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/13 17:05:02 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ca0cd823386606e319cb5fa0a656eb1da401ff31]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/13 17:08:03 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6ea112c95fee102cbacb22cb94f655233384bd36]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/13 16:31:31 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9d42dff27a70e9042e7414b8d43beee7f9a266d2]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2007/01/10 15:45:27 hr 1.7.30.4: RESYNC: (1.7-1.8); FILE MERGED 2007/01/05 14:23:07 hr 1.7.30.3: #i72414#: remove obsolete file 2007/01/05 14:21:11 hr 1.7.30.2: #i72414#: remove obsolete file 2006/12/13 16:49:01 hr 1.7.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3c8606741e064835a4b5752ac777ca566787caf1]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/13 17:00:01 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f456975cc86f0f44f0a369f0edbd4b5132288d69]

        INTEGRATION: CWS hr41 (1.4.158); FILE MERGED 2006/12/22 19:45:31 hr 1.4.158.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [58db29cb729c7a62c9f34dc0d62479e70b46386f]

        INTEGRATION: CWS hr41 (1.7.6); FILE MERGED 2007/01/10 15:38:36 hr 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/22 19:45:31 hr 1.7.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9dac7ca5f00245e3e8448a99a43cc73a2ef04edf]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2006/12/22 19:45:31 hr 1.5.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e6d0f9c88d0e3fc3ed90b59e7a362cfe1fb028b7]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2007/01/10 15:38:11 hr 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/22 19:45:31 hr 1.5.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7073e155d51b3161a9d5a800b7924670d3c37059]

        INTEGRATION: CWS hr41 (1.11.6); FILE MERGED 2006/12/22 13:57:59 hr 1.11.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [813ca9c2a83801bca8a4b948ea6d023fe58603a9]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2006/12/22 13:57:58 hr 1.5.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [933d8cd789a4cbea4d76a98bc02367a3da53b433]

        INTEGRATION: CWS hr41 (1.11.6); FILE MERGED 2007/01/10 15:29:53 hr 1.11.6.2: RESYNC: (1.11-1.13); FILE MERGED 2006/12/15 17:57:59 hr 1.11.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [57ccb0a068922cca1f350228105db2991f9455c7]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/22 13:57:57 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dd4f1b3ea7fa546478724dd9c16274f8869232d6]

        INTEGRATION: CWS hr41 (1.5.72); FILE MERGED 2006/12/22 13:57:57 hr 1.5.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0d1f3a5a479569ab090fcdf9af85b348485f5d27]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2007/01/10 15:27:39 hr 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/22 13:57:56 hr 1.7.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2c926a666eb8375de4e2d68448c73478c5b25219]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2007/01/10 15:24:37 hr 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/22 13:57:56 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [46ea36b878288c60f4a3eaf319913b0b1a05a1ff]

        INTEGRATION: CWS hr41 (1.8.30); FILE MERGED 2006/12/22 13:57:55 hr 1.8.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [31fe3b1be8d208e072767dd8ba3df640b95ed251]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2007/01/10 15:24:22 hr 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/22 13:57:55 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0f6ac86a3715f059c75d0c452705bf31f958a5b3]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/22 13:57:55 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [73e4d36e241016e43450d9e225c0783b50390a24]

        INTEGRATION: CWS hr41 (1.6.6); FILE MERGED 2006/12/22 13:57:54 hr 1.6.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [63b8b937c3d288e7f8e656c8096b22f9268f9cc1]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/22 13:57:54 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fdfd7408b79f39b6d6a01471240d736992df6f44]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/22 13:57:54 hr 1.6.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cf7fce1f12180ad4948dc5ff4b9ad65dc079e3fc]

        INTEGRATION: CWS hr41 (1.3.158); FILE MERGED 2006/12/22 13:57:53 hr 1.3.158.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cd7c9bebfc4018d7c941ffb0eb69d7ae44b91309]

        INTEGRATION: CWS hr41 (1.4.30); FILE MERGED 2006/12/22 13:57:53 hr 1.4.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [86784b0173f6df6b1b987c1431821eab0a709eba]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/14 16:36:33 hr 1.6.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b82e42dc1ebfa38652bdbeefb6404af9cb1a8396]

        INTEGRATION: CWS hr41 (1.10.30); FILE MERGED 2006/12/14 16:44:10 hr 1.10.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b2733450be72d69f9ad5a38b7730eb4aa8a446b3]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2006/12/14 16:36:33 hr 1.7.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6999d123fc15b0a3acea0cdc2726846f6fea4a81]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2006/12/15 16:21:16 hr 1.7.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [85417d9ee95d55f53b1291a7ef4a55b06088f945]

        INTEGRATION: CWS hr41 (1.6.72); FILE MERGED 2006/12/14 18:26:41 hr 1.6.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [65bbd8e5e2b5258cac171a750da8ed016aaa55e3]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2007/01/10 12:59:04 hr 1.5.30.1: #i73308#: fix memset which was broken for 64bit platforms

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ba70d102bf790df30ea069c454358d73d5f493c4]

        INTEGRATION: CWS hr41 (1.12.12); FILE MERGED 2006/12/15 16:21:15 hr 1.12.12.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0bbe98b757752750634368a57d4557f7b33d363c]

        INTEGRATION: CWS hr41 (1.8.30); FILE MERGED 2006/12/15 16:21:14 hr 1.8.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1893acd9f1094799c919723525310cd4886dfc22]

        INTEGRATION: CWS hr41 (1.8.30); FILE MERGED 2006/12/14 18:26:41 hr 1.8.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [d1066b56b0880c9287ab7831e9741f0f054b3a3a]

        INTEGRATION: CWS hr41 (1.7.30); FILE MERGED 2006/12/14 18:26:41 hr 1.7.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e7f66bb27681b1a03de2f6c7e213716e3580e869]

        INTEGRATION: CWS hr41 (1.11.2); FILE MERGED 2006/12/14 18:32:04 hr 1.11.2.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [23b0064a1b2cddd0dfafaa22b12522620191102c]

        INTEGRATION: CWS hr41 (1.9.30); FILE MERGED 2006/12/15 16:21:14 hr 1.9.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1ab636b43af5fa7cee2dc7f590887d40a842e7b3]

        INTEGRATION: CWS hr41 (1.11.30); FILE MERGED 2006/12/14 18:26:40 hr 1.11.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [91a4c1a7134ffe8de11e145257093b69dd6d395a]

        INTEGRATION: CWS hr41 (1.7.28); FILE MERGED 2006/12/14 18:26:40 hr 1.7.28.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [baa6fce3783fd35b8bb5273432bc0555458cb6e2]

        INTEGRATION: CWS hr41 (1.7.56); FILE MERGED 2006/12/11 18:56:25 hr 1.7.56.3: #i69179#: remove obsolete file 2006/12/11 18:54:17 hr 1.7.56.2: #i69179#: remove obsolete file 2006/12/11 18:04:02 hr 1.7.56.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [110edeebdf93d941dbc9d35d88dcfd0ed8468dc7]

        INTEGRATION: CWS hr41 (1.7.56); FILE MERGED 2006/12/11 18:12:40 hr 1.7.56.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6e116fd0c1871ee8a69f746b3f78a59e7bf4abc2]

        INTEGRATION: CWS hr41 (1.5.72); FILE MERGED 2006/12/11 18:10:28 hr 1.5.72.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f9b5a08c4b664a0a85101d7fe7aa3efc898d94c7]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2007/01/02 15:57:44 hr 1.6.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [69bb0f7d3568524e0771006b9a00cd240efa4af1]

        INTEGRATION: CWS hr41 (1.9.30); FILE MERGED 2006/12/22 13:57:52 hr 1.9.30.2: #i72414#: remove obsolete file 2006/12/12 17:22:21 hr 1.9.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f79be6183eb8b3ae2adcb9408e8dca7bc30dc9b8]

        INTEGRATION: CWS hr41 (1.8.6); FILE MERGED 2007/01/12 13:10:52 hr 1.8.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [add55478556897961f317ad8c6d7e7f128549774]

        INTEGRATION: CWS hr41 (1.8.40); FILE MERGED 2006/12/13 15:43:11 hr 1.8.40.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [df8b8170356111ee9847127d9cbd8df73a84a95f]

        INTEGRATION: CWS hr41 (1.8.30); FILE MERGED 2006/12/11 14:35:15 hr 1.8.30.3: #i69179#: remove obsolete file 2006/12/11 12:21:27 hr 1.8.30.2: #i72414#: remove obsolete file 2006/12/11 12:09:26 hr 1.8.30.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [caf6d4d9dab95f9d7213595940ad76e8e7b5bc2f]

        INTEGRATION: CWS hr41 (1.3.160); FILE MERGED 2006/12/22 13:57:52 hr 1.3.160.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f996811479d25f9d2fa3e3aad1e6df9e8c9b1b1b]

        INTEGRATION: CWS hr41 (1.7.56); FILE MERGED 2006/12/11 13:37:23 hr 1.7.56.2: #i69179#: remove obsolete file 2006/12/11 12:25:38 hr 1.7.56.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ae9adc73733dbb5c9acfa0df4df7919787adee69]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2007/01/10 15:10:22 hr 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/11 13:32:44 hr 1.6.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [54382e6ffdf95ea8297878e452a8210c65d52c62]

        INTEGRATION: CWS hr41 (1.7.72); FILE MERGED 2006/12/11 16:08:15 hr 1.7.72.3: #i69179#: remove obsolete file 2006/12/11 13:32:44 hr 1.7.72.2: #i69179#: remove obsolete file 2006/12/11 13:00:43 hr 1.7.72.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a9492d754a5a84a5fea3ea234ebe2ee61983024d]

        INTEGRATION: CWS hr41 (1.6.30); FILE MERGED 2006/12/11 16:18:36 hr 1.6.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [189d762f222ea01fa93975b83982e00e5177fb16]

        INTEGRATION: CWS hr41 (1.7.56); FILE MERGED 2006/12/11 16:18:35 hr 1.7.56.3: #i69179#: remove obsolete file 2006/12/11 13:22:03 hr 1.7.56.2: #i69179#: remove obsolete file 2006/12/11 12:55:24 hr 1.7.56.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f3905a9416ce6ea7021e45391c7a6a45e27db683]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2007/01/02 15:11:07 hr 1.5.30.2: #i69179#: remove obsolete file 2006/12/11 13:16:56 hr 1.5.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c88d019ad9de8f649392fb86268b57a3c9350bbd]

        INTEGRATION: CWS hr41 (1.3.160); FILE MERGED 2007/01/10 15:04:04 hr 1.3.160.2: RESYNC: (1.3-1.4); FILE MERGED 2006/12/11 16:18:23 hr 1.3.160.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [144c295d6c678f5de495beee72d2e2678dce95b7]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2006/12/11 16:18:23 hr 1.5.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a8212f11ecdcc0ca2072c88ec721134c5ab41821]

        INTEGRATION: CWS hr41 (1.5.30); FILE MERGED 2007/01/10 15:03:56 hr 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/11 16:18:23 hr 1.5.30.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [aef88a0c5f57f59074560b384d81771bbb660009]

        INTEGRATION: CWS hr41 (1.3.160); FILE MERGED 2006/12/11 16:18:23 hr 1.3.160.1: #i69179#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [da835e44ed6c4455ec074c7a7ee218610f8bb589]

        INTEGRATION: CWS hr41 (1.7.56); FILE MERGED 2006/12/11 16:18:23 hr 1.7.56.3: #i69179#: remove obsolete file 2006/12/11 13:16:56 hr 1.7.56.2: #i69179#: remove obsolete file 2006/12/11 12:40:08 hr 1.7.56.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8cacc1695f4ccc69604c84ed70bb8e69f858bdc1]

        INTEGRATION: CWS hr41 (1.10.6); FILE MERGED 2006/12/22 13:57:51 hr 1.10.6.1: #i72414#: remove obsolete file

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [aadf034840eb4933b88d3ae196295e9df33005e2]

        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>  [12fae44b789b10eb87c795a7dc94de6a2df48bfc]

        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>  [d0a49efa9591984d62e73090367a14b9ce62b584]

        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>  [7861d1f2c2fb69e6749d03d5ba21267e50d5013d]

        INTEGRATION: CWS hb02 (1.8.254); FILE MERGED 2007/01/31 13:37:15 fs 1.8.254.2: #i74051# 2007/01/31 12:33:42 fs 1.8.254.1: #i74051# +PropertyBag

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [00df5f7eead0d3ffdd572bbfc7712608d4cb8ad7]

        INTEGRATION: CWS hb02 (1.8.58); FILE MERGED 2007/02/01 12:09:43 fs 1.8.58.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:56:16 fs 1.8.58.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dde96e336569ce79f185a205bf7c8e076ef47de8]

        INTEGRATION: CWS hb02 (1.11.42); FILE MERGED 2007/02/01 12:09:43 fs 1.11.42.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:56:16 fs 1.11.42.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [666b96df01ac6594dd9166e9b2f1d101a3dbe4e1]

        INTEGRATION: CWS hb02 (1.7.164); FILE MERGED 2007/02/01 12:09:43 fs 1.7.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:48 fs 1.7.164.1: #i74051# fillProperties -> describeFixedProperties

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [276c548e0a027705b347a52be3717ca55a07504f]

        INTEGRATION: CWS hb02 (1.13.22); FILE MERGED 2007/02/06 10:30:49 hbrinkm 1.13.22.3: RESYNC: (1.13-1.14); FILE MERGED 2007/02/01 12:09:43 fs 1.13.22.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:54:25 fs 1.13.22.1: #i74051# add support for properties which are added dynamically at runtime

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3d3a0ece4def020ce0073fc73c50b3982d9fd306]

        INTEGRATION: CWS hb02 (1.7.80); FILE MERGED 2007/02/01 12:09:42 fs 1.7.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:31 fs 1.7.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0cbe45439f496b3bfe50f8ed96139ede3a067bef]

        INTEGRATION: CWS hb02 (1.8.52); FILE MERGED 2007/02/01 12:09:42 fs 1.8.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:31 fs 1.8.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7bb91d19540a7ecfac2e6255cab8e8a5d6bfc3a8]

        INTEGRATION: CWS hb02 (1.8.44); FILE MERGED 2007/02/01 12:09:42 fs 1.8.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.8.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9cac9e996a37abe43a7e395b5ae65030891e18bb]

        INTEGRATION: CWS hb02 (1.4.80); FILE MERGED 2007/02/01 12:09:41 fs 1.4.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.4.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [640acfbfb6ce294debc7128741a23efb2a2ebcfa]

        INTEGRATION: CWS hb02 (1.9.52); FILE MERGED 2007/02/01 12:09:41 fs 1.9.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.9.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [af1f3b59146d3feea7428942e7c41e0542ac10c0]

        INTEGRATION: CWS hb02 (1.7.52); FILE MERGED 2007/02/05 15:29:42 fs 1.7.52.1: during #i74051#: getFontAggregateProperty was missing three IDs

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7f23e1edf059280ebb4254b717fc5a8472b03244]

        INTEGRATION: CWS hb02 (1.7.80); FILE MERGED 2007/01/31 13:55:23 fs 1.7.80.1: consolidated default handling during #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a6d6571c56724919840abeb62882e0cd693439cf]

        INTEGRATION: CWS hb02 (1.9.52); FILE MERGED 2007/01/31 13:55:23 fs 1.9.52.1: consolidated default handling during #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e7b5afbbe3cf0bd6210d5133a5fc896692057cf8]

        INTEGRATION: CWS hb02 (1.13.80); FILE MERGED 2007/02/01 12:09:41 fs 1.13.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.13.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3c3fcf658a06adce5d0d5c406231c67b7c5c44f7]

        INTEGRATION: CWS hb02 (1.24.28); FILE MERGED 2007/02/01 12:09:41 fs 1.24.28.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.24.28.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1f78e60120029a56ace295dec81f96bbd4087b58]

        INTEGRATION: CWS hb02 (1.10.164); FILE MERGED 2007/02/01 12:09:41 fs 1.10.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.10.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [74c99fb8498484c659a7d1c73b91bb8efcda1387]

        INTEGRATION: CWS hb02 (1.20.52); FILE MERGED 2007/02/01 12:09:41 fs 1.20.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:30 fs 1.20.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4e9056b74ca1e52f0c2399ec674be946c935e57b]

        INTEGRATION: CWS hb02 (1.7.164); FILE MERGED 2007/02/01 12:09:40 fs 1.7.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:29 fs 1.7.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [5e6613bd0b1a4ea23e3501d82c9c3a3be70dacc9]

        INTEGRATION: CWS hb02 (1.15.52); FILE MERGED 2007/02/01 12:09:40 fs 1.15.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:29 fs 1.15.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [81217b23d91693c6b5ed80a0796b2201432d8831]

        INTEGRATION: CWS hb02 (1.8.164); FILE MERGED 2007/02/01 12:09:40 fs 1.8.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:29 fs 1.8.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b7b89be5001f37df5fb9029b7f6270ba623c0631]

        INTEGRATION: CWS hb02 (1.14.52); FILE MERGED 2007/02/01 12:09:40 fs 1.14.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:29 fs 1.14.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [22717adbc84e18a60c33ba12debfa9c45c1f21b4]

        INTEGRATION: CWS hb02 (1.16.32); FILE MERGED 2007/02/06 10:30:32 hbrinkm 1.16.32.3: RESYNC: (1.16-1.17); FILE MERGED 2007/02/01 12:09:40 fs 1.16.32.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:29 fs 1.16.32.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2039eeef18c80a8c3bee40848c97409ec5239e88]

        INTEGRATION: CWS hb02 (1.49.30); FILE MERGED 2007/02/06 10:30:25 hbrinkm 1.49.30.3: RESYNC: (1.49-1.50); FILE MERGED 2007/02/01 12:09:40 fs 1.49.30.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.49.30.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2525f75198ec65dccd973bb33d1955d9932021ed]

        INTEGRATION: CWS hb02 (1.15.44); FILE MERGED 2007/02/01 12:09:39 fs 1.15.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.15.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f6754e74913a4cf415c21a4256aaa9ab0baaa179]

        INTEGRATION: CWS hb02 (1.46.22); FILE MERGED 2007/02/06 10:30:18 hbrinkm 1.46.22.3: RESYNC: (1.46-1.47); FILE MERGED 2007/02/01 12:09:39 fs 1.46.22.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.46.22.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dd1a843463083662c1b10c82ee710d7262361ab2]

        INTEGRATION: CWS hb02 (1.8.80); FILE MERGED 2007/02/01 12:09:39 fs 1.8.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.8.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [96880a56b5e2a4b0a1edae729ff08f1fd39bb270]

        INTEGRATION: CWS hb02 (1.16.52); FILE MERGED 2007/02/01 12:09:39 fs 1.16.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.16.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9b3f973d09dbffe2c4dd896661b5de5459bcf1d5]

        INTEGRATION: CWS hb02 (1.6.80); FILE MERGED 2007/02/01 12:09:39 fs 1.6.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:28 fs 1.6.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [85fe3e8e648dce4f1f0ac55fdc2c073c848bf91a]

        INTEGRATION: CWS hb02 (1.8.52); FILE MERGED 2007/02/01 12:09:38 fs 1.8.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:27 fs 1.8.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c532e4bb123a393f89239220adda045d0d857a61]

        INTEGRATION: CWS hb02 (1.6.164); FILE MERGED 2007/02/01 12:09:38 fs 1.6.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:27 fs 1.6.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6fe11f0d95b5932a8f50c417032d809403100dc9]

        INTEGRATION: CWS hb02 (1.19.80); FILE MERGED 2007/02/01 12:09:38 fs 1.19.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:27 fs 1.19.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e496d6d94db60315428ab870df66ec911a191606]

        INTEGRATION: CWS hb02 (1.41.44); FILE MERGED 2007/02/01 12:09:38 fs 1.41.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:27 fs 1.41.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fb9345066710d0ae8327079837962b1aa744cd16]

        INTEGRATION: CWS hb02 (1.16.44); FILE MERGED 2007/02/01 12:09:38 fs 1.16.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:27 fs 1.16.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [70c96ba1d33058e55d5a0c19101b39f30546f6cc]

        INTEGRATION: CWS hb02 (1.41.44); FILE MERGED 2007/02/01 12:09:37 fs 1.41.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:26 fs 1.41.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6a45d2a1753c3a52dbbedf8385e8024ebd6e97ab]

        INTEGRATION: CWS hb02 (1.55.28); FILE MERGED 2007/02/05 16:09:55 hbrinkm 1.55.28.4: #i74051# handle warnings 2007/02/01 12:09:37 fs 1.55.28.3: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 13:55:22 fs 1.55.28.2: consolidated default handling during #i74051# 2007/01/31 10:54:33 fs 1.55.28.1: #i74051# add support for properties which are added dynamically at runtime

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b92f5f23b577d1fd56dbd1c3cd28f7fca429d6c4]

        INTEGRATION: CWS hb02 (1.5.164); FILE MERGED 2007/02/01 12:09:37 fs 1.5.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:26 fs 1.5.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b81fcbb2e708ab49a22431bbba2214bc10a862a2]

        INTEGRATION: CWS hb02 (1.8.52); FILE MERGED 2007/02/01 12:09:37 fs 1.8.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:26 fs 1.8.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f424ac409c42dcc9c01025f1ecbf5ac323ac4e21]

        INTEGRATION: CWS hb02 (1.7.80); FILE MERGED 2007/02/01 12:09:37 fs 1.7.80.3: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 13:55:22 fs 1.7.80.2: consolidated default handling during #i74051# 2007/01/31 10:55:26 fs 1.7.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e37046ea8d4d5962fe162702e22d17075aad4159]

        INTEGRATION: CWS hb02 (1.10.52); FILE MERGED 2007/02/01 12:09:37 fs 1.10.52.3: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 13:55:22 fs 1.10.52.2: consolidated default handling during #i74051# 2007/01/31 10:55:26 fs 1.10.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4b94691425bd7ab32220f902df3fe0eba986b054]

        INTEGRATION: CWS hb02 (1.9.44); FILE MERGED 2007/01/31 13:55:22 fs 1.9.44.1: consolidated default handling during #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ebcd00045c1e531f3fd18463f90b654aafa3400d]

        INTEGRATION: CWS hb02 (1.15.44); FILE MERGED 2007/01/31 13:55:22 fs 1.15.44.1: consolidated default handling during #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7cf4ddd80a5be276d8b9aba946392c82d872bc6b]

        INTEGRATION: CWS hb02 (1.14.44); FILE MERGED 2007/02/01 12:09:37 fs 1.14.44.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:25 fs 1.14.44.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2bd3704078351790d6fa134346576ee0ed29f444]

        INTEGRATION: CWS hb02 (1.36.8); FILE MERGED 2007/02/06 10:29:48 hbrinkm 1.36.8.3: RESYNC: (1.36-1.37); FILE MERGED 2007/02/01 12:09:36 fs 1.36.8.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:25 fs 1.36.8.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ebc12ddfc981ad53604249e533bb0847ba6dacd2]

        INTEGRATION: CWS hb02 (1.13.80); FILE MERGED 2007/02/01 12:09:36 fs 1.13.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:25 fs 1.13.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a693e2de50db5df6db49d833ca26305ee263c874]

        INTEGRATION: CWS hb02 (1.24.28); FILE MERGED 2007/02/01 12:09:36 fs 1.24.28.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:25 fs 1.24.28.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [820b3c2b271566dfb388e22b8daf5e6e3cd61433]

        INTEGRATION: CWS hb02 (1.79.2); FILE MERGED 2007/02/06 10:30:01 hbrinkm 1.79.2.2: RESYNC: (1.79-1.81); FILE MERGED 2007/01/31 10:55:25 fs 1.79.2.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f3a31503d58fddb071f8d99f1c4bcd7103c60e8e]

        INTEGRATION: CWS hb02 (1.7.164); FILE MERGED 2007/02/01 12:09:36 fs 1.7.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:24 fs 1.7.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [44b5c4a5c878c45aa5a9cec5bc7364b9edf2a24c]

        INTEGRATION: CWS hb02 (1.15.52); FILE MERGED 2007/02/01 12:09:36 fs 1.15.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:24 fs 1.15.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [334d07b096eeadd963ed49241c9b4374e367a7ed]

        INTEGRATION: CWS hb02 (1.10.80); FILE MERGED 2007/02/01 12:09:36 fs 1.10.80.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:24 fs 1.10.80.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4970362120e2b12b93718349b74af5e0cd103e15]

        INTEGRATION: CWS hb02 (1.34.30); FILE MERGED 2007/02/06 10:29:54 hbrinkm 1.34.30.3: RESYNC: (1.34-1.35); FILE MERGED 2007/02/01 12:09:35 fs 1.34.30.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:24 fs 1.34.30.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [46457738d870c76335023d4cdc141eb8f5766ccf]

        INTEGRATION: CWS hb02 (1.10.78); FILE MERGED 2007/01/31 13:55:22 fs 1.10.78.2: consolidated default handling during #i74051# 2007/01/31 10:55:24 fs 1.10.78.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c36d62a1904bcac58f4cf08c03e71d01ef4a5d38]

        INTEGRATION: CWS hb02 (1.24.52); FILE MERGED 2007/02/01 12:17:25 fs 1.24.52.3: #i74051# grid columns are no property bags 2007/01/31 13:55:21 fs 1.24.52.2: consolidated default handling during #i74051# 2007/01/31 10:55:24 fs 1.24.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [106736d7363b42c20c40483f8030cc94e47811b8]

        INTEGRATION: CWS hb02 (1.9.164); FILE MERGED 2007/02/01 12:09:35 fs 1.9.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:23 fs 1.9.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [308c2c8f74e6f722b87812018f9bcd84f33611b2]

        INTEGRATION: CWS hb02 (1.16.52); FILE MERGED 2007/02/01 12:09:35 fs 1.16.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:23 fs 1.16.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f2a32b9542cb7b629740c75a97ec5553b70811b6]

        INTEGRATION: CWS hb02 (1.8.164); FILE MERGED 2007/02/01 12:09:35 fs 1.8.164.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:23 fs 1.8.164.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b631a973d8807d91e208519e956a882502115ef8]

        INTEGRATION: CWS hb02 (1.20.52); FILE MERGED 2007/02/01 12:09:35 fs 1.20.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties 2007/01/31 10:55:23 fs 1.20.52.1: changed handling of properties in the course of #i74051#

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9afc3547eba651642fcb76e204fef988849f094f]

        INTEGRATION: CWS hb02 (1.1.2); FILE ADDED 2007/02/05 15:26:08 fs 1.1.2.1: #i74051# tests for form components acting as property bags

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [83045a48a0b84182833c7020dd9775de4d60300b]

        INTEGRATION: CWS hb02 (1.4.164); FILE MERGED 2007/02/05 15:25:02 fs 1.4.164.1: +getControlModel(String[])

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [eb19e9dca090cab48af176fb6772000f70b4067c]

        INTEGRATION: CWS hb02 (1.4.164); FILE MERGED 2007/02/05 15:24:09 fs 1.4.164.1: allow loading arbitrary documents from URL

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [18777f167086eb2c66da971ffc1706b4b1815142]

        INTEGRATION: CWS hb02 (1.81.88); FILE MERGED 2007/02/05 16:21:42 hbrinkm 1.81.88.2: #144146# import help text and tool tip for checkboxes 2007/01/30 14:31:49 hbrinkm 1.81.88.1: #144146# Help and ToolTip for FormFields

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f33cab6f2ff0d744f91cec48124fdb5744c6e9e3]

        INTEGRATION: CWS hb02 (1.147.88); FILE MERGED 2007/02/05 16:18:52 hbrinkm 1.147.88.1: #144146# nDefaultChecked is 16-bit

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fe61177c40b4669c187b22a326f07166177846b6]

        INTEGRATION: CWS hb02 (1.98.52); FILE MERGED 2007/01/30 14:31:00 hbrinkm 1.98.52.1: #144146# Help and ToolTip for FormFields

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [11d1748ba5bf5452a4b7a03ab71a838c674a0c01]

        INTEGRATION: CWS hb02 (1.68.168); FILE MERGED 2007/01/30 14:25:49 hbrinkm 1.68.168.1: #144146# Help and ToolTip for FormFields

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [73faf77ed7e8e4988c6cdf5298ed491c8891f946]

        INTEGRATION: CWS hb02 (1.93.48); FILE MERGED 2007/03/02 10:59:42 hbrinkm 1.93.48.3: #145894# cut and paste 2007/02/05 16:16:02 hbrinkm 1.93.48.2: #144146# export help text and tool tip on checkboxes 2007/01/30 14:23:27 hbrinkm 1.93.48.1: #144146# new members: Help and ToolTip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [d0c94ad083e6738c6648b0d4e82e87a497f37fa5]

        INTEGRATION: CWS hb02 (1.125.52); FILE MERGED 2007/01/30 14:13:38 hbrinkm 1.125.52.1: #144146# new UNO names: Help, Tooltip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cf3e5364e33c046b5cc53f95eb83f1b3bce9205a]

        INTEGRATION: CWS hb02 (1.192.52); FILE MERGED 2007/02/06 10:22:27 hbrinkm 1.192.52.2: RESYNC: (1.192-1.193); FILE MERGED 2007/01/30 14:10:19 hbrinkm 1.192.52.1: #144146# new UNO names: Help, Tooltip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6dec7dd8a9abaaa1d3b8a0b29d3184c3d5114951]

        INTEGRATION: CWS hb02 (1.93.144); FILE MERGED 2007/02/06 10:22:05 hbrinkm 1.93.144.2: RESYNC: (1.93-1.94); FILE MERGED 2007/01/30 14:14:45 hbrinkm 1.93.144.1: #144146# new UNO names: Help, Tooltip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [02a4c1a9d32c4aeb3b257b6c28dcdc89980398a7]

        INTEGRATION: CWS hb02 (1.54.148); FILE MERGED 2007/02/05 19:50:52 fme 1.54.148.2: #i73306# Wrong cws 2007/01/11 09:10:50 fme 1.54.148.1: #i73306# Initialize veriable for valgrind

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6f80608266dfd8aceccd87eb162b177ae59bc6e0]

        INTEGRATION: CWS hb02 (1.6.148); FILE MERGED 2007/01/30 14:37:40 hbrinkm 1.6.148.1: #144146# new members: aHelp and aToolTip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0117c9d246479d9f94351bb39b3be6a03224c41e]

        INTEGRATION: CWS hb02 (1.25.148); FILE MERGED 2007/01/30 14:37:26 hbrinkm 1.25.148.1: #144146# new members: aHelp and aToolTip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f77253326d314fdae195b235571ad3344e938e6f]

        INTEGRATION: CWS hb02 (1.117.52); FILE MERGED 2007/01/30 14:01:17 hbrinkm 1.117.52.1: new UNO names: Help, Tooltip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [814bdcef8e04210a0905a52a03a569168f963ba8]

        INTEGRATION: CWS hb02 (1.16.638); FILE MERGED 2007/01/30 14:00:12 hbrinkm 1.16.638.1: SwXFieldMaster: new member: sPar4

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3249fb9cd2cc9a4bcb61dca65435a13c112e084a]

        INTEGRATION: CWS hb02 (1.5.640); FILE MERGED 2007/01/30 13:55:52 hbrinkm 1.5.640.1: new members: aHelp, aToolTip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [652bee95f7a3cce74613ef337fff5a5217f5379e]

        INTEGRATION: CWS hb02 (1.8.168); FILE MERGED 2007/01/30 13:55:13 hbrinkm 1.8.168.1: SwInputField: new members: aHelp, aToolTip

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9002a249d53a79888edb3959827f122b0a499a10]

        INTEGRATION: CWS hb02 (1.28.62); FILE MERGED 2007/02/05 16:29:42 hbrinkm 1.28.62.1: #144146# new tokens help and hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4538b08ccf269793792ba0bbe199314e90ad00e2]

        INTEGRATION: CWS hb02 (1.59.72); FILE MERGED 2007/02/05 16:27:45 hbrinkm 1.59.72.1: #144146# new tokens help and hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e881f2ec4b4509baea3745db25c8c7ef17941204]

        INTEGRATION: CWS hb02 (1.69.28); FILE MERGED 2007/02/05 16:27:45 hbrinkm 1.69.28.1: #144146# new tokens help and hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c63dfc35189235f169330c2a18772ee643bfaf09]

        INTEGRATION: CWS hb02 (1.33.38); FILE MERGED 2007/01/31 13:42:00 fs 1.33.38.1: #i74051# always export REMOVEABLE properties in the property-values section

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1cdb84169da1626bf5efcab671637c2eb8dc76bc]

        INTEGRATION: CWS hb02 (1.54.38); FILE MERGED 2007/02/06 10:12:21 hbrinkm 1.54.38.2: RESYNC: (1.54-1.55); FILE MERGED 2007/01/31 13:38:14 fs 1.54.38.1: #i74051# care for dynamic properties when importing the generic properties - if they do not yet exist at our PropertySet, add them if possible

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a58afed357209fb194b4c892cca5fcd1de13ef0d]

        INTEGRATION: CWS hb02 (1.43.72); FILE MERGED 2007/01/31 13:37:32 fs 1.43.72.1: corrected assertion

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [98e02caeb19544a047fe30d1c9850f53f9e10451]

        INTEGRATION: CWS hb02 (1.100.54); FILE MERGED 2007/02/05 16:25:45 hbrinkm 1.100.54.1: #144146# new tokens help and hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [d37b8f56384cd7b0b169625a6c937f7665442713]

        INTEGRATION: CWS hb02 (1.10.104); FILE MERGED 2007/02/05 16:30:55 hbrinkm 1.10.104.1: #144146# new tokens help and hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c0a8e1f47957e57ced093bb3a9a8780ba6f9747e]

        INTEGRATION: CWS hb02 (1.30.104); FILE MERGED 2007/02/05 16:24:40 hbrinkm 1.30.104.1: #144146# new properties Help and Hint

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8a8a5435cdac1d1c71c9dfe46c76fb0c2491d6c5]

        INTEGRATION: CWS hb02 (1.32.62); FILE MERGED 2007/02/05 16:24:40 hbrinkm 1.32.62.1: #144146# new properties Help and Hint

2007-03-09  Fridrich Štrba  <fridrich_strba@openoffice.org>  [d5ba7f3902f0a0dca544273373efc578f4d0223e]

        a little change that makes the chunk a more readable for me and given that vector iterators are *not* pointers in stlport debug mode, maybe it can save some debugging on the way

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0da8dda4cd0a2ea82aab702006956e169ab27b6f]

        INTEGRATION: CWS ause076 (1.12.6); FILE MERGED 2007/02/28 16:43:00 hjs 1.12.6.2: #i74984# less forced shell calls 2007/02/28 11:02:14 hjs 1.12.6.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fdb5b82a121fb08a3ee423969035b1e1baf18b13]

        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>  [b221b0684d412fa84bddf44887db60110b5cc350]

        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>  [11ac1bd78629359b25cc7e1b85526b6f55b40e8f]

        INTEGRATION: CWS ause076 (1.12.6); FILE MERGED 2007/02/05 11:52:07 hjs 1.12.6.1: #i73866# fix dependencies - applied patch from issue

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [792898e4b39e5e0d51aefb5e4f242ee20d119089]

        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>  [83a2e8895f3e4ad02d5593401e98daced3be8974]

        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>  [8a5c68c5e2a161c59454728a97ebd3e02b8ae52e]

        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>  [66ffbbba072b71f97053d51b34098a8118c81644]

        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>  [828146e69ad9c4e10cfa6ad55474c804a99835d7]

        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>  [30b5c482b7a8004b778d0eceb48db946d38632bc]

        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>  [e57cc96942f895b19b6a3d3a2aa34e489d2afa40]

        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>  [85b9dcd3a87356d2e8bad14f1ca044608a584671]

        INTEGRATION: CWS ause076 (1.4.10); FILE MERGED 2007/02/28 10:26:31 hjs 1.4.10.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [eea32c10c4feae334c8530069be77364f82fd908]

        INTEGRATION: CWS ause076 (1.13.86); FILE MERGED 2007/02/15 18:26:59 hjs 1.13.86.1: #i74347# add new directory and dependencies

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [653006cb84acfd3a55e963ebc11f736d9c9c2441]

        INTEGRATION: CWS ause076 (1.5.12); FILE MERGED 2007/02/15 18:28:17 hjs 1.5.12.1: #i74347# avoid collisions in multiprocess builds when writing perl script

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [416c3b8a26a6533c7a32f36fbeb8d0cfda31d1ff]

        INTEGRATION: CWS ause076 (1.10.12); FILE MERGED 2007/02/15 18:28:15 hjs 1.10.12.1: #i74347# avoid collisions in multiprocess builds when writing perl script

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b49fa3f1755daa2468547bc384107d53301ebfbc]

        INTEGRATION: CWS ause076 (1.9.12); FILE MERGED 2007/02/15 18:28:14 hjs 1.9.12.1: #i74347# avoid collisions in multiprocess builds when writing perl script

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0b4fc758f1c78c5bac2c95b65d8e0983f59ddac4]

        INTEGRATION: CWS ause076 (1.1.2); FILE ADDED 2007/02/27 11:43:10 hjs 1.1.2.2: #i74347# fix path to cl2c.pl 2007/02/15 18:28:37 hjs 1.1.2.1: #i74347# avoid collisions in multiprocess builds when writing perl script

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9d8c9317fb8470f0d001d6a69e2d5704209bbc49]

        INTEGRATION: CWS ause076 (1.136.4); FILE MERGED 2007/03/01 16:50:42 hjs 1.136.4.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [033252244b0e8dec2c448e92d4dd0c81ab862bcf]

        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>  [d8144aa92c5ef937bcaf81eb16d1079ff06fb338]

        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>  [95ec45bb7a263c772132e9cf585b6e5afb6b673d]

        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>  [3d9b3b28c59e37c4fdfd5a42f8d0600b8f0a13e5]

        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>  [20faf60ca562472bbcbd448623f1dc895c6b2c66]

        INTEGRATION: CWS ause076 (1.5.4); FILE MERGED 2007/02/28 10:56:53 hjs 1.5.4.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8fec470d666eaa5c902f642ec7ffaa40465d032f]

        INTEGRATION: CWS ause076 (1.5.4); FILE MERGED 2007/02/26 10:56:52 hjs 1.5.4.1: #i74721# and other cleanup

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2ac130cb2a67be5c8ff3527f8c0d535a29bc0d68]

        INTEGRATION: CWS ause076 (1.5.6); FILE MERGED 2007/02/28 10:42:12 hjs 1.5.6.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [aba919db4544ce7746a5854a302009ed80c24cc3]

        INTEGRATION: CWS ause076 (1.8.20); FILE MERGED 2007/02/28 10:42:11 hjs 1.8.20.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e98ce1645e46e24ff2940194b3f7dd54f3801035]

        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>  [140c81c2767cb39e5969c2c5333182a270541750]

        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>  [86f58128c9cba0e7497d9426a15a10cb2345d980]

        INTEGRATION: CWS ause076 (1.13.24); FILE MERGED 2007/03/01 16:54:17 hjs 1.13.24.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [246e7553e393abdb57e450dc9213d7342366d2ec]

        INTEGRATION: CWS ause076 (1.7.56); FILE MERGED 2007/03/01 16:54:17 hjs 1.7.56.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9e444650996dc6000675a2fd44121c4029e105ef]

        INTEGRATION: CWS ause076 (1.9.56); FILE MERGED 2007/03/01 16:54:16 hjs 1.9.56.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [1f3c48f6c14caa629e6a234ba11a239af41f28b5]

        INTEGRATION: CWS ause076 (1.3.56); FILE MERGED 2007/03/01 16:54:16 hjs 1.3.56.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [bc3381747a18a8e274bea9e5c833f64726a84359]

        INTEGRATION: CWS ause076 (1.24.50); FILE MERGED 2007/02/28 10:58:29 hjs 1.24.50.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6a717c72c8cb417655c23bbc447c9da78cc6eb9d]

        INTEGRATION: CWS ause076 (1.7.18); FILE MERGED 2007/02/28 10:58:29 hjs 1.7.18.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c359521b9b6b587248b01db2ba67e34e25992772]

        INTEGRATION: CWS ause076 (1.6.16); FILE MERGED 2007/02/28 10:55:00 hjs 1.6.16.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [78e2f743bec06952578d9c58d147d5afd278848a]

        INTEGRATION: CWS ause076 (1.19.16); FILE MERGED 2007/02/28 10:54:59 hjs 1.19.16.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dc46d572398d6d09e2ace5cf640a88b08feb358d]

        INTEGRATION: CWS ause076 (1.15.22); FILE MERGED 2007/02/28 16:19:00 hjs 1.15.22.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [76f1ff5225849bc7b6a67d91cd4e4cac3ee3243d]

        INTEGRATION: CWS ause076 (1.67.14); FILE MERGED 2007/02/28 10:57:19 hjs 1.67.14.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ed093f6f46b4ded75373b737e2c18388281d8c98]

        INTEGRATION: CWS ause076 (1.5.16); FILE MERGED 2007/02/28 16:28:46 hjs 1.5.16.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [43b90b39d3e5cfccc7c2df147094b63e590c6890]

        INTEGRATION: CWS ause076 (1.222.66); FILE MERGED 2007/02/28 16:35:49 hjs 1.222.66.1: #i74879# remove pk library

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fb2b72e5332af09883c3936e136a874dabbfad38]

        INTEGRATION: CWS ause076 (1.4.18); FILE MERGED 2007/02/22 18:27:22 hjs 1.4.18.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e91f382fea3d657f9825d2f36230388c08d920c3]

        INTEGRATION: CWS ause076 (1.5.14); FILE MERGED 2007/02/23 12:32:58 hjs 1.5.14.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e15b79b07660330772a6cd3071be8c8de253ead8]

        INTEGRATION: CWS ause076 (1.6.40); FILE MERGED 2007/02/23 12:32:58 hjs 1.6.40.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [23f142b202b35a8c868231ddc6de6f53a4efc9df]

        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>  [c5994341370696d20ad1876ca288dca2dfbfa911]

        INTEGRATION: CWS ause076 (1.4.54); FILE MERGED 2007/03/01 16:53:08 hjs 1.4.54.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b22a0320dcc9d2c1a5326be4cb8deb0f17af7a62]

        INTEGRATION: CWS ause076 (1.4.4); FILE MERGED 2007/02/28 16:19:33 hjs 1.4.4.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6eab5fc641aa9bdcb10e1eaf3ccc41fa2c6bb082]

        INTEGRATION: CWS ause076 (1.3.90); FILE MERGED 2007/03/01 16:50:04 hjs 1.3.90.2: #i75028# kick obsolete settings 2007/02/22 17:39:06 hjs 1.3.90.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e2c98de32c698a6adbf0eae907f9c35b3a01d4e9]

        INTEGRATION: CWS ause076 (1.17.22); FILE MERGED 2007/03/01 16:50:04 hjs 1.17.22.2: #i75028# kick obsolete settings 2007/02/22 17:39:06 hjs 1.17.22.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [45d6cd73a362037853c3bf59239b430d29783aa6]

        INTEGRATION: CWS ause076 (1.36.18); FILE MERGED 2007/03/01 16:50:04 hjs 1.36.18.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [30983b64a2b1315aabf1c8c8dfdae3718fcfd381]

        INTEGRATION: CWS ause076 (1.30.8); FILE MERGED 2007/03/01 16:50:03 hjs 1.30.8.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3d2060d62a9ae0675c8c0e0374f01b4050a8c513]

        INTEGRATION: CWS ause076 (1.13.276); FILE MERGED 2007/03/01 16:50:03 hjs 1.13.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [39524c7b142579f134e8084f99a7090cde8e7911]

        INTEGRATION: CWS ause076 (1.8.276); FILE MERGED 2007/03/01 16:50:03 hjs 1.8.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c719d7ddf8265f7078a2154c5cb70854237dfef3]

        INTEGRATION: CWS ause076 (1.10.276); FILE MERGED 2007/03/01 16:50:03 hjs 1.10.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [920f669f94bf17768290cce41fcc2c715a3cf2c7]

        INTEGRATION: CWS ause076 (1.11.6); FILE MERGED 2007/03/01 16:50:03 hjs 1.11.6.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0c33e184ea3d9881d638e439866a919472c517e2]

        INTEGRATION: CWS ause076 (1.11.284); FILE MERGED 2007/03/01 16:50:02 hjs 1.11.284.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [356e052cfdde5f087c19a26d0bf7192a9ffe67f3]

        INTEGRATION: CWS ause076 (1.8.276); FILE MERGED 2007/03/01 16:50:02 hjs 1.8.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [46b098d23cebb14d962f58fbec7d4abddb305783]

        INTEGRATION: CWS ause076 (1.15.276); FILE MERGED 2007/03/01 16:50:02 hjs 1.15.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0f7871c3087903e9b1f9666c08b0d400570acf86]

        INTEGRATION: CWS ause076 (1.19.276); FILE MERGED 2007/03/01 16:50:02 hjs 1.19.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [625a0651c5598a5f30c96ecfc4366c360c1a68d3]

        INTEGRATION: CWS ause076 (1.13.276); FILE MERGED 2007/03/01 16:50:02 hjs 1.13.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b7b76e67892ef6f0d339fd15cd075a11b2f39ae3]

        INTEGRATION: CWS ause076 (1.25.186); FILE MERGED 2007/03/01 16:50:02 hjs 1.25.186.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2adf70adfb47b91b6dd82693582c6024bba3900c]

        INTEGRATION: CWS ause076 (1.26.186); FILE MERGED 2007/03/01 16:50:01 hjs 1.26.186.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6c632a03e88f6107ac59af09bf30f570d38c2662]

        INTEGRATION: CWS ause076 (1.11.276); FILE MERGED 2007/03/01 16:50:01 hjs 1.11.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dbaf51ebd2391f4a7ccceb40d7ad51eca0df910a]

        INTEGRATION: CWS ause076 (1.29.16); FILE MERGED 2007/03/01 16:50:01 hjs 1.29.16.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [628376ddabeaa80dc65d568a1c2eb8da7a85366c]

        INTEGRATION: CWS ause076 (1.42.222); FILE MERGED 2007/03/01 16:50:01 hjs 1.42.222.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4519c938fd07934cb99e7ea0db175589dce05911]

        INTEGRATION: CWS ause076 (1.10.276); FILE MERGED 2007/03/01 16:50:01 hjs 1.10.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f705b551084f8304311cdb3a16e4acc509707536]

        INTEGRATION: CWS ause076 (1.8.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.8.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6811318136987a8e4b5d50d47e061d92046c1d9a]

        INTEGRATION: CWS ause076 (1.12.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.12.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [d278ae159bbf4991e99ff671867864b28372b4cf]

        INTEGRATION: CWS ause076 (1.6.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.6.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [df171a6cd3f06f5758c93c8dc0f2ff3add4eaf39]

        INTEGRATION: CWS ause076 (1.2.260); FILE MERGED 2007/03/01 16:50:00 hjs 1.2.260.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [543f4f7749c878e92e6ac34191607d0f78c851fc]

        INTEGRATION: CWS ause076 (1.15.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.15.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f217da7df2387f3eae303ddbc6ccb3ce8dac0a98]

        INTEGRATION: CWS ause076 (1.11.276); FILE MERGED 2007/03/01 16:50:00 hjs 1.11.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8783e0f4e7f1eabbd54a1c0b66413dc96304c3f7]

        INTEGRATION: CWS ause076 (1.14.276); FILE MERGED 2007/03/01 16:49:59 hjs 1.14.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [8428cbdc09ab29a1e19f6e1c3eb9b9f060ebbfd1]

        INTEGRATION: CWS ause076 (1.6.276); FILE MERGED 2007/03/01 16:49:59 hjs 1.6.276.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2ada14af97db498620f6cfee6eec0d54b948f9d1]

        INTEGRATION: CWS ause076 (1.33.18); FILE MERGED 2007/02/15 15:20:50 hjs 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2007/02/06 10:26:21 hjs 1.33.18.1: #i73990# introduce ZIPnDEPS to define expicit dependencies for zip targets

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [38514875e228bb69004f7a64fd45a911eab1d417]

        INTEGRATION: CWS ause076 (1.106.8); FILE MERGED 2007/03/01 16:49:59 hjs 1.106.8.2: #i75028# kick obsolete settings 2007/02/28 16:17:27 hjs 1.106.8.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [72c2bb5a2793b1804ea428f2de5ab0f143b7312a]

        INTEGRATION: CWS ause076 (1.27.8); FILE MERGED 2007/02/26 14:24:51 hjs 1.27.8.1: #i74871# fix syntax and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9d137f41f8827be2bfb588c02720a6f2eabc5d1b]

        INTEGRATION: CWS ause076 (1.190.16); FILE MERGED 2007/02/15 15:25:03 hjs 1.190.16.2: RESYNC: (1.190-1.191); FILE MERGED 2007/02/06 11:14:17 hjs 1.190.16.1: #i74217# remove faulty makefile check

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e36c2f68bb4e90232e11572760f338d49a51fedb]

        INTEGRATION: CWS ause076 (1.209.6); FILE MERGED 2007/03/01 16:49:59 hjs 1.209.6.2: #i75028# kick obsolete settings 2007/02/28 16:45:51 hjs 1.209.6.1: #i74812# unused variables summing up libraries

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [bb13c1897623553dd320ea0355ccee24b9fd5170]

        INTEGRATION: CWS ause076 (1.5.8); FILE MERGED 2007/03/01 16:49:59 hjs 1.5.8.1: #i75028# kick obsolete settings

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [487d524e297d8d80fb143a154accdbd41df02712]

        INTEGRATION: CWS ause076 (1.107.56); FILE MERGED 2007/02/27 12:27:36 hjs 1.107.56.2: #i74812# remove SVLIB 2007/02/26 15:12:36 hjs 1.107.56.1: #i74812# gone here

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e5117e836ab49521ba864b24265dd5627b525be8]

        INTEGRATION: CWS ause076 (1.30.18); FILE MERGED 2007/02/15 15:22:12 hjs 1.30.18.2: RESYNC: (1.30-1.31); FILE MERGED 2007/02/06 10:26:21 hjs 1.30.18.1: #i73990# introduce ZIPnDEPS to define expicit dependencies for zip targets

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [e64e1983fd1db18815041e0bfd8202828a4bf47d]

        INTEGRATION: CWS ause076 (1.103.8); FILE MERGED 2007/03/01 16:49:58 hjs 1.103.8.2: #i75028# kick obsolete settings 2007/02/28 16:17:27 hjs 1.103.8.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [025a4a3c54c224aac20e7b250778e7518b4f2640]

        INTEGRATION: CWS ause076 (1.57.90); FILE MERGED 2007/02/07 16:13:55 hjs 1.57.90.1: #139856# replace /so/ws with %DRIVE_O% derived from stand.lst; cleanup

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [adedb0d18faaa7a483e1f0e11fb3f6b87bcc5cb7]

        INTEGRATION: CWS ause076 (1.3.734); FILE MERGED 2007/02/28 10:54:07 hjs 1.3.734.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7045efd48ef80a70c52e2b52206ad7bfed1f3e90]

        INTEGRATION: CWS ause076 (1.6.24); FILE MERGED 2007/02/28 10:54:06 hjs 1.6.24.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cd2eb03c002455aa2eb5eb0cba00c2ce99bb88df]

        INTEGRATION: CWS ause076 (1.6.44); FILE MERGED 2007/02/28 10:54:06 hjs 1.6.44.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9a852314458a16ced3eaa88113b923e7bd1eddeb]

        INTEGRATION: CWS ause076 (1.4.72); FILE MERGED 2007/02/28 10:46:22 hjs 1.4.72.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [85bd40111ed216b8bcd2a4367269e0f4ff399999]

        INTEGRATION: CWS ause076 (1.19.36); FILE MERGED 2007/02/28 10:46:21 hjs 1.19.36.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [184e46c6af6186a6ac4eaa4128bdcd6f7efc85b5]

        INTEGRATION: CWS ause076 (1.7.8); FILE MERGED 2007/02/23 11:16:03 hjs 1.7.8.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [dabb285445f48d4979f17ee9912344bb8236842c]

        INTEGRATION: CWS ause076 (1.3.8); FILE MERGED 2007/02/23 11:16:03 hjs 1.3.8.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ec1f6bfb2618d6ca20153ab9638d0bae3b250047]

        INTEGRATION: CWS ause076 (1.4.8); FILE MERGED 2007/02/23 11:16:02 hjs 1.4.8.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [5a9991153c689fa899b5c52d220b2a5cef9a1360]

        INTEGRATION: CWS ause076 (1.10.8); FILE MERGED 2007/02/28 11:06:17 hjs 1.10.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [85da55e39ab1a6c99b9e4c5c4acedb65dd65b7d6]

        INTEGRATION: CWS ause076 (1.7.8); FILE MERGED 2007/02/28 11:06:17 hjs 1.7.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ab013c64ec9f6ec51053ac921e41d5960a138785]

        INTEGRATION: CWS ause076 (1.23.12); FILE MERGED 2007/02/28 11:06:17 hjs 1.23.12.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7dec9f3b2033f0a949f8555f84239f804a3a21e6]

        INTEGRATION: CWS ause076 (1.5.186); FILE MERGED 2007/02/28 11:06:16 hjs 1.5.186.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c1a43f7dc313041a22c57df8517e1f403ed3a239]

        INTEGRATION: CWS ause076 (1.18.8); FILE MERGED 2007/02/28 11:06:16 hjs 1.18.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [538476ff49f9da1683f82ccead148a95203ab4b3]

        INTEGRATION: CWS ause076 (1.10.8); FILE MERGED 2007/02/28 11:06:16 hjs 1.10.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cf472f0d970accca8ce1333dee19c87ed252a4ec]

        INTEGRATION: CWS ause076 (1.17.8); FILE MERGED 2007/02/28 11:06:16 hjs 1.17.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f709e4c344f56dd6bb24eb5376405b544b09ebbf]

        INTEGRATION: CWS ause076 (1.15.140); FILE MERGED 2007/02/28 11:06:15 hjs 1.15.140.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [5760f5e9ca8bb278faa4c5a6902ce42c2aef8341]

        INTEGRATION: CWS ause076 (1.4.178); FILE MERGED 2007/02/28 11:06:15 hjs 1.4.178.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [04ffd693da755129a7c9a261d61cae675efa90a7]

        INTEGRATION: CWS ause076 (1.5.140); FILE MERGED 2007/02/28 11:06:15 hjs 1.5.140.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [923f410c18a22bd9874797c4657d5a94d97f72df]

        INTEGRATION: CWS ause076 (1.25.8); FILE MERGED 2007/02/28 11:06:14 hjs 1.25.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9f686551a5f8747df9ea3c46a64fb93261ae2ac7]

        INTEGRATION: CWS ause076 (1.9.8); FILE MERGED 2007/02/28 11:06:14 hjs 1.9.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3e22c0eed638956301b10ef7f5887e823be02a39]

        INTEGRATION: CWS ause076 (1.10.76); FILE MERGED 2007/02/28 11:06:14 hjs 1.10.76.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [f8d1562d0d074bfbc7056d22643b6f2535a8ebb6]

        INTEGRATION: CWS ause076 (1.25.8); FILE MERGED 2007/02/28 11:06:13 hjs 1.25.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [eb2be94abd487e3f78eb943f613198fc4db8d7a3]

        INTEGRATION: CWS ause076 (1.11.42); FILE MERGED 2007/02/28 11:06:13 hjs 1.11.42.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [21bc5219a0a279f60657adcad297f1732ee2080d]

        INTEGRATION: CWS ause076 (1.8.8); FILE MERGED 2007/02/28 11:06:13 hjs 1.8.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [0456152c9d03633ad0f22ba46dcbbbd1e4089962]

        INTEGRATION: CWS ause076 (1.3.2); FILE MERGED 2007/02/23 11:24:04 hjs 1.3.2.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [52fa41f8c1c78eadda9d806e87518dc948ead0a7]

        INTEGRATION: CWS ause076 (1.4.2); FILE MERGED 2007/02/23 11:16:41 hjs 1.4.2.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [457c3c2e8bf4927f266737314982a59a19f90080]

        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>  [10368ff9d6c99cbdf4b61b5a9574c3c3709a3a70]

        INTEGRATION: CWS ause076 (1.23.8); FILE MERGED 2007/02/28 11:02:50 hjs 1.23.8.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [ed983e4ff0ed1f3e4a18640566f4b021b8826a91]

        INTEGRATION: CWS ause076 (1.5.4); FILE MERGED 2007/02/28 16:32:26 hjs 1.5.4.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [d9071e33a1fa9f8ae1f50388e8a593ace8a0151b]

        INTEGRATION: CWS ause076 (1.15.6); FILE MERGED 2007/02/28 11:00:58 hjs 1.15.6.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [22a401c9ba9a7bc86bb1587c5d01abbc7ba16529]

        INTEGRATION: CWS ause076 (1.16.2); FILE MERGED 2007/02/28 16:42:14 hjs 1.16.2.2: #i74984# less forced shell calls 2007/02/15 19:01:16 hjs 1.16.2.1: #i74583# remove process number limitation

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [fa88b8e6d67954e538137e5549b85402c7787c32]

        INTEGRATION: CWS ause076 (1.3.64); FILE MERGED 2007/02/23 12:41:52 hjs 1.3.64.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cca8b54c4500ecb4d402b88b2634363b7f620262]

        INTEGRATION: CWS ause076 (1.5.64); FILE MERGED 2007/02/23 12:41:51 hjs 1.5.64.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [cae8564960aaa4ea95a68ee3e8923bc998fcf2a2]

        INTEGRATION: CWS ause076 (1.26.10); FILE MERGED 2007/02/23 12:41:51 hjs 1.26.10.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2f0a5a3a6484572b553f3bb0ae293dbb2ada3049]

        INTEGRATION: CWS ause076 (1.19.40); FILE MERGED 2007/02/28 11:07:38 hjs 1.19.40.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [62f7c50cc8ba2b600eb54cf14f4b28edf7b58379]

        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-09  Oliver Bolte  <obo@openoffice.org>  [4883da64509a8b6ca42acaa1511db6b8cd758219]

        INTEGRATION: CWS ause076 (1.8.4); FILE MERGED 2007/02/28 11:08:02 hjs 1.8.4.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a14fa78867814d9943baa2d150b3e494c1d7990e]

        INTEGRATION: CWS ause076 (1.14.4); FILE MERGED 2007/02/28 11:08:02 hjs 1.14.4.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a9b67763a73dbf3ab87d9403b9483c9db29c0e0b]

        INTEGRATION: CWS ause076 (1.12.4); FILE MERGED 2007/02/28 11:08:01 hjs 1.12.4.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9454f67fa809076ff3652ed92e554f0eb9d9f0c1]

        INTEGRATION: CWS ause076 (1.3.12); FILE MERGED 2007/02/23 12:39:01 hjs 1.3.12.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a008e931a781286158cee77bf1ba588f65ecf97e]

        INTEGRATION: CWS ause076 (1.4.22); FILE MERGED 2007/02/23 12:39:00 hjs 1.4.22.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7ec6e882e926f8f38df10fc5c42fc901d95f9647]

        INTEGRATION: CWS ause076 (1.11.12); FILE MERGED 2007/02/23 12:39:00 hjs 1.11.12.1: #i74721# cleanup obsolete library variables

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [37e004c195ce82aed2bac838a8e0d5036d3400a3]

        INTEGRATION: CWS ause076 (1.5.4); FILE MERGED 2007/02/26 10:36:13 hjs 1.5.4.1: #i74721#, #i74872# cleanup

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [70d957e30ab5ddf2940a28e27c38a6c8f025b956]

        INTEGRATION: CWS ause076 (1.8.4); FILE MERGED 2007/02/26 10:36:13 hjs 1.8.4.1: #i74721#, #i74872# cleanup

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [25d82400799eb29c6c9e7fbea3d060e68c9563d5]

        INTEGRATION: CWS ause076 (1.11.4); FILE MERGED 2007/02/26 10:36:12 hjs 1.11.4.1: #i74721#, #i74872# cleanup

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [25f231efe25969476b96d96400b64024ac32f505]

        INTEGRATION: CWS ause076 (1.21.6); FILE MERGED 2007/02/28 10:47:20 hjs 1.21.6.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [153210e6fef35d3d75e98a6dfe0c7dfe2421763f]

        INTEGRATION: CWS ause076 (1.8.2); FILE MERGED 2007/02/28 10:51:14 hjs 1.8.2.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [332e5a8861df59fc4a425029bf70973c38ec79fd]

        INTEGRATION: CWS ause076 (1.20.6); FILE MERGED 2007/02/28 10:51:14 hjs 1.20.6.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [81e8bbd5c83c3287f33b24f8056581a388bfa6aa]

        INTEGRATION: CWS ause076 (1.10.74); FILE MERGED 2007/02/28 16:25:55 hjs 1.10.74.1: #i74984# less forced shell calls

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [4289ceb578f779c82d325380eac6cd9810e6da98]

        INTEGRATION: CWS ause076 (1.5.156); FILE MERGED 2007/02/28 10:44:54 hjs 1.5.156.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [2247cfdc82ee9cdc4ebd60d9d169288b83ddef73]

        INTEGRATION: CWS ause076 (1.12.10); FILE MERGED 2007/02/28 10:44:54 hjs 1.12.10.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c86fc149b331784f5810794ee3ee6c7c2e719eac]

        INTEGRATION: CWS ause076 (1.7.10); FILE MERGED 2007/02/28 10:44:53 hjs 1.7.10.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [9589272c6d63f0c6fe73bf6892e989d4d5ee3adf]

        INTEGRATION: CWS ause076 (1.12.10); FILE MERGED 2007/02/28 10:44:53 hjs 1.12.10.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [c107ec8aac280c75c1499bdb7d2340d0b566fd3b]

        INTEGRATION: CWS ause076 (1.3.294); FILE MERGED 2007/02/28 10:44:53 hjs 1.3.294.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3342df27528d666327b92c4ffe841f3f71961b90]

        INTEGRATION: CWS ause076 (1.4.306); FILE MERGED 2007/03/05 14:49:20 hjs 1.4.306.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [7bfd22acd89dbc6c700828d73163b7eaf405b861]

        INTEGRATION: CWS ause076 (1.2.306); FILE MERGED 2007/03/05 14:49:19 hjs 1.2.306.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [a76539974c6d3fec6cfd29b88d42e09b447d2d9d]

        INTEGRATION: CWS ause076 (1.5.10); FILE MERGED 2007/03/05 14:49:19 hjs 1.5.10.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [3fb6bbb772166c12749c8f53e7e01f7afadc7b98]

        INTEGRATION: CWS ause076 (1.7.104); FILE MERGED 2007/03/05 14:49:18 hjs 1.7.104.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [286cff43d9dff863313cdb64a4754c1bdd217fb5]

        INTEGRATION: CWS ause076 (1.8.104); FILE MERGED 2007/03/05 14:49:18 hjs 1.8.104.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [bad04e188914755958c976747c654880587aa5b1]

        INTEGRATION: CWS ause076 (1.10.104); FILE MERGED 2007/03/05 14:49:17 hjs 1.10.104.1: #i74721#, #i74812# and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [bdaea8bb2f7105badbc6a5fb0e9410ff46203e9d]

        INTEGRATION: CWS ause076 (1.38.50); FILE MERGED 2007/03/01 17:31:32 hjs 1.38.50.1: #i74879# remove from build

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [6454b64d1076ff026c37c7cbfa11f10cee4000f7]

        INTEGRATION: CWS ause076 (1.8.106); FILE MERGED 2007/02/28 10:59:21 hjs 1.8.106.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [363657e7442502e0d7ffbb6615ee9bf99bdada59]

        INTEGRATION: CWS ause076 (1.7.12); FILE MERGED 2007/02/28 10:59:20 hjs 1.7.12.1: #i74812# cleanup *LIB and more

2007-03-09  Oliver Bolte  <obo@openoffice.org>  [b76ddbf72e517787d8d1cb490c341c3664e9c8f9]

        INTEGRATION: CWS ause076 (1.8.8); FILE MERGED 2007/02/28 10:59:20 hjs 1.8.8.1: #i74812# cleanup *LIB and more

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [3c4301031fbf122f26d5e169375ad3dc49f7796f]

        create qnametostr.tmp, resourceids.hxx

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [69d39b241db93035cf9c4775cead4d1aa9657ee4]

        added more annotations in model.xml

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [92b505af4b1c0af48583cabbd3352fba7d03be2f]

        OOXMLIntegerValue

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [b84f99e67320226e325e146aff4ee592d93766c5]

        annotating more elements

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [59e46fb01da8a9f6138dd21dfee2f21874c5ca67]

        QNameToString

2007-03-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [ff60269d5bdc613f3c0f8a2e3a380baf8edca82d]

        new file qnametostr.cxx

2007-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8f54263323d98a0266e756f9631f72d8f1f056]

        #i10000#: add missing cwsquery.btm

2007-03-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [541126701088d81ec471851a3bdce2ffcb118537]

        #i26865#: set LFS_CFLAGS in solar environment (Linux, Solaris)

2007-03-08  Fridrich Štrba  <fridrich_strba@openoffice.org>  [c3718c27ef6e78de180b42701ab304e02979edcb]

        avoid having to keep track of the number of elements in the array of destinations

2007-03-08  Fridrich Štrba  <fridrich_strba@openoffice.org>  [32bd505604043ba86736e0af2c8ed5a12a3c3211]

        Fixing the build

2007-03-08  Oliver Specht  <os@openoffice.org>  [41fbe694b247d524b0f47c735a624cb651b29cf6]

        #i137142# default page style name is 'Standard'

2007-03-08  Oliver Specht  <os@openoffice.org>  [bba9ec2b22e8b97ab9fdd00a1dcc70afaf28ab24]

        #i137142# Word 97 detection added

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [505c7843c3b4d0d1e93106ba658d06d2644b76b0]

        INTEGRATION: CWS jw4 (1.2.8); FILE MERGED 2007/03/07 09:38:01 sparcmoz 1.2.8.1: #i75124#: remove extra qualification in SwBoxSelection

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [4efb8be1b5f03c14230c27726b3dbca99345ab28]

        INTEGRATION: CWS pj73 (1.25.164); FILE MERGED 2007/02/14 20:51:01 pjanik 1.25.164.1: #i72685#: quote the path to libraries, because it can contain space.

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [74302e5d10658ff1f30f66d0c9c82750b3a86067]

        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>  [1139bfac911e54e1bca84237dd633b4f17264c9c]

        INTEGRATION: CWS pj73 (1.9.14); FILE MERGED 2007/03/05 08:34:17 pjanik 1.9.14.2: #i75098#: Prevent warnings on Mac OS X. 2007/02/26 11:58:58 pjanik 1.9.14.1: #i74805#: Initialize variable to prevent warnings when compiled with  --enable-dbgutil.

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [de934336a5f1ce8c6dc4613825b606fd0813e50a]

        INTEGRATION: CWS pj73 (1.24.162); FILE MERGED 2007/02/26 19:52:03 pjanik 1.24.162.1: #i74838#: Initialize variable to prevent warnings.

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [52ad56d4c25071d976f585e7c7456889ad4e6eb8]

        INTEGRATION: CWS pj73 (1.4.42); FILE MERGED 2007/02/26 10:13:10 pjanik 1.4.42.2: #i74838#: Fix casts. 2007/02/24 16:32:39 pjanik 1.4.42.1: #i74838#: when printing int, use int as the value to be printed.

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [b7fc939088c87249a900dfec5e8b04e4263f00e4]

        INTEGRATION: CWS pj73 (1.14.22); FILE MERGED 2007/02/24 16:34:17 pjanik 1.14.22.1: #i74838#: Initialize variable to prevent warnings.

2007-03-07  Oliver Bolte  <obo@openoffice.org>  [393c1f570e8daa58c11aea2ff8d63ce5d9b716f7]

        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>  [9fc59535e5e4a29bab6edf95a09ee1515580e749]

        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-06  Oliver Bolte  <obo@openoffice.org>  [d7c7f59683a7e977dc179dd6e0552d94d862997e]

        INTEGRATION: CWS aw047_SRC680 (1.79.168); FILE MERGED 2007/03/05 14:32:50 aw 1.79.168.1: #i75086# secured TRSetBaseGeometry to work with objects mirrored in X and Y

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [0ced4aa2ec15adf266b1cd13558797b738b2d0df]

        INTEGRATION: CWS aw047_SRC680 (1.36.36.1.28); FILE MERGED 2007/03/05 14:32:50 aw 1.36.36.1.28.1: #i75086# secured TRSetBaseGeometry to work with objects mirrored in X and Y

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [6d2020b605d3b208d1d0f8272dfac9245d9094ce]

        INTEGRATION: CWS aw047_SRC680 (1.26.168); FILE MERGED 2007/03/05 14:32:49 aw 1.26.168.1: #i75086# secured TRSetBaseGeometry to work with objects mirrored in X and Y

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [3d6d27de687b1abedc1f178d0e5bbaaa56c8cb7e]

        INTEGRATION: CWS aw047_SRC680 (1.86.26.1.22); FILE MERGED 2007/03/05 14:32:49 aw 1.86.26.1.22.1: #i75086# secured TRSetBaseGeometry to work with objects mirrored in X and Y

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [7aedfda3c01ea09d25ffc93510378fe5add92da5]

        INTEGRATION: CWS aw047_SRC680 (1.38.144); FILE MERGED 2007/03/05 14:32:49 aw 1.38.144.1: #i75086# secured TRSetBaseGeometry to work with objects mirrored in X and Y

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [1cc2d9784efc313f915ff9dd5bc48e7dd0e6ef03]

        INTEGRATION: CWS aw047_SRC680 (1.5.44.3.4); FILE MERGED 2007/03/05 12:23:30 fs 1.5.44.3.4.1: #i75095# positionControl(ForPaint): do a |ensureControl| first, else the drawing layer might decide to not draw control layers at all

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [446528865e005a0524b7e2e498f8f4e3cf7d030d]

        INTEGRATION: CWS aw047_SRC680 (1.4.42.1.28); FILE MERGED 2007/03/05 12:23:30 fs 1.4.42.1.28.1: #i75095# positionControl(ForPaint): do a |ensureControl| first, else the drawing layer might decide to not draw control layers at all

2007-03-06  Oliver Bolte  <obo@openoffice.org>  [ff94495ad6f939334cd988fc3fdf074095d2910e]

        INTEGRATION: CWS aw047_SRC680 (1.2.88.1.28); FILE MERGED 2007/03/05 12:22:23 fs 1.2.88.1.28.1: #i75095# positionControl -> positionControlForPaint

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [77c3efa8f15ab42810671276d912d38b50aaa341]

        new sprm sprmPTightWrap

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [a99a222e41bc466c53298d62d46fba947013d0f8]

        new action endOfParagraph

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [283637a7972480eec58b55fcfce949cf30b315d5]

        do not propagate sprm with id 0x0

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a0ea54eba834b53d04e5bb1e95c9714b129da85]

        added sprmIds for paragraph properties added paragraph break at end if w:p

2007-03-06  Armin Weiss  <aw@openoffice.org>  [c6df405c6c5e41212d69282d4f632893f108fda2]

        #i39532#

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [63f619893b4ed6b1c1f3a9722b11b17c0f8a7098]

        use OOXMLValue

2007-03-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [f56e653091ad7d01736aed5f2208aa8568864feb]

        added paragraph properties

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [89480ce3e6a8d938ffb0a84ee2af2054bef5c795]

        handle OOXML->WW8 mapping for sprms

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [ab19b121986056269f173a3c2fd07824100008f6]

        OOXMLValue OOXMLBooleanValue OOXMLStringValue OOXMLPropertySetValue

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [bde88247bd5f95c85b40dfff6841949043a4ac58]

        OOXMLProperty::resolve OOXMLPropertySet::clone

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [77ca62d8ecab5ab262115442d8afa422ca2736cb]

        generate attribute application on grammar elements

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [d6086acbb8d1f9cdfc6be9a8129a2a4c1c0f9033]

        mapping run attributes to sprms

2007-03-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [2847fb633bb47c87f6de1420219ae5f5e118dc81]

        added sprms found analyzing OOXML run attributes

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [c627c8f188635aa08f21b1a648dfdef9f79a8172]

        INTEGRATION: CWS vcl74 (1.8.212); FILE MERGED 2007/02/12 12:30:38 pl 1.8.212.1: #i67603# avoid unnecessary assertions

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [339989b018bd1b0d76ce665fb1acb58e3584b856]

        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>  [c52227aefc1e89cced17ce15be6bacdf44b91fc1]

        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>  [023d9968eb20a27e3f61913d2ffb5ae4ee2cc5dd]

        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>  [4d9705877f0fa9b4429c4a919b8b95d2d06236db]

        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>  [3f0a7ba1c62182981a6b195fdaa5aabc87734e08]

        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>  [53d18f07a620bebdf8a9994fd946b44530c880a3]

        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>  [d4f61372b23d6bb7f4df1e563f0823b3a3211c1d]

        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>  [190ea1e42d4f64868a107dd830ab2a50401240e2]

        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>  [c4c46dc475ca0437f24b745b4c76857f10649ace]

        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>  [f022dc4c9f4d1a763f6f0e12445413e627cc8d2d]

        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>  [801256da9852fff8f487a9b6fafe1b1e84d08294]

        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>  [3b26a0c093723cbea10982967035a9ad308d609a]

        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>  [2e960dc9541f0c364d1a11f5e7dab365312470aa]

        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>  [b825ca2c85983778aee0a7f910d8fa4667682964]

        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>  [9197d7c419dd8fab3c9d6e014e3b6965e01e03d1]

        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-03-05  Oliver Bolte  <obo@openoffice.org>  [51d94bd83c639647620ee575be7e73dde882e1c7]

        INTEGRATION: CWS vcl74 (1.30.4); FILE MERGED 2007/02/07 13:45:22 pl 1.30.4.2: RESYNC: (1.30-1.31); FILE MERGED 2007/01/31 10:37:49 pl 1.30.4.1: #i74025# wrong tabpage description

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [dace9300d20a1228ee233604fe1e2ecb0c660315]

        INTEGRATION: CWS vcl74 (1.19.20); FILE MERGED 2007/02/07 13:40:41 pl 1.19.20.2: RESYNC: (1.19-1.20); FILE MERGED 2007/01/26 12:57:38 pl 1.19.20.1: #i73875# change checboxes (thanks mmeeks)

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [0edee91c319d97f46e4b80c5f8ef7e179b72e937]

        INTEGRATION: CWS sw2201_SRC680 (1.42.142); FILE MERGED 2007/03/02 11:22:32 od 1.42.142.1: #i75027# method <lcl_RstAttr(..)> 	 - restore numbering attributes, if needed

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [de0b79756ba0c3879f8ca8222f966e60276426e8]

        INTEGRATION: CWS pj75 (1.57.2); FILE MERGED 2007/03/04 16:13:25 pjanik 1.57.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [9d28afd9bac20392a12dec9af7737c4be53aee9e]

        INTEGRATION: CWS pj75 (1.32.2); FILE MERGED 2007/03/04 16:13:08 pjanik 1.32.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [310009424d4fa474d15afd57f24717e7572b36c0]

        INTEGRATION: CWS pj75 (1.28.2); FILE MERGED 2007/03/04 16:16:52 pjanik 1.28.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [e86c589df331d5efab0c332297a726810e7d41ac]

        INTEGRATION: CWS pj75 (1.37.2); FILE MERGED 2007/03/04 16:16:48 pjanik 1.37.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [5c2ffa702a0e5aedccfd99dff1cf0fe813a8c2a8]

        INTEGRATION: CWS pj75 (1.17.2); FILE MERGED 2007/03/04 16:16:44 pjanik 1.17.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [61cd8e3df4314b450fe6915d598daff17209cac5]

        INTEGRATION: CWS pj75 (1.7.2); FILE MERGED 2007/03/04 16:16:40 pjanik 1.7.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [f7f80037179c6d4c1d158d7164b392a84f3fde94]

        INTEGRATION: CWS pj75 (1.12.2); FILE MERGED 2007/03/04 16:16:36 pjanik 1.12.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [25092dc32d8dc21dfa9a456ee8b263bec9cfca3b]

        INTEGRATION: CWS pj75 (1.15.2); FILE MERGED 2007/03/04 16:16:32 pjanik 1.15.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [5f1ed6a9156d5ce8b8e29d69ad92e4c871992076]

        INTEGRATION: CWS pj75 (1.16.2); FILE MERGED 2007/03/04 16:16:28 pjanik 1.16.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [64754efdd48607df3327a678e00cc1b3e09429c4]

        INTEGRATION: CWS pj75 (1.15.2); FILE MERGED 2007/03/04 16:16:25 pjanik 1.15.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [bfb43397e9f153b81e3312d4555ddd741852ca1f]

        INTEGRATION: CWS pj75 (1.59.2); FILE MERGED 2007/03/04 16:16:21 pjanik 1.59.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [f301d80090bda6784447d18e589e339a8e0eb9ad]

        INTEGRATION: CWS pj75 (1.10.2); FILE MERGED 2007/03/04 16:16:17 pjanik 1.10.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [a54733e68a669dada9208f44a8d986c2849cb71a]

        INTEGRATION: CWS pj75 (1.27.2); FILE MERGED 2007/03/04 16:16:13 pjanik 1.27.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [f3a1ef667602594acab392a608dcfb5fde79d772]

        INTEGRATION: CWS pj75 (1.24.2); FILE MERGED 2007/03/04 16:16:09 pjanik 1.24.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [01055b0b55bc14b1a21c37340c41c2f71b1a9a9e]

        INTEGRATION: CWS pj75 (1.9.2); FILE MERGED 2007/03/04 16:16:05 pjanik 1.9.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [8e3a0525db1a0d80c5c3ed7ee11da2f04d6ad308]

        INTEGRATION: CWS pj75 (1.100.2); FILE MERGED 2007/03/04 16:16:01 pjanik 1.100.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [779ffc83db74d9405eabb737ee23e771c3bcdfad]

        INTEGRATION: CWS pj75 (1.13.2); FILE MERGED 2007/03/04 16:15:56 pjanik 1.13.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [b361a29f1d62a1e45208b6a839d5d873d86c3f4e]

        INTEGRATION: CWS pj75 (1.7.2); FILE MERGED 2007/03/04 16:15:53 pjanik 1.7.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [cac7414c149c3f4a26006397c2cef5b5a414e1df]

        INTEGRATION: CWS pj75 (1.21.2); FILE MERGED 2007/03/04 16:12:49 pjanik 1.21.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [1b4f0b145bd000d8b4391419ed07594a8fff112a]

        INTEGRATION: CWS pj75 (1.70.2); FILE MERGED 2007/03/04 16:15:49 pjanik 1.70.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [792370a988cd7108191e8df5cff30bc1b7240443]

        INTEGRATION: CWS pj75 (1.20.2); FILE MERGED 2007/03/04 16:15:45 pjanik 1.20.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [6884cbb47cb6ce19c5b89b54571ec063eda80f56]

        INTEGRATION: CWS pj75 (1.63.2); FILE MERGED 2007/03/04 16:15:40 pjanik 1.63.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [bfce833c70a79e4c610eb328e201aca04a3451ab]

        INTEGRATION: CWS pj75 (1.202.2); FILE MERGED 2007/03/04 16:15:36 pjanik 1.202.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [50684d2146ca43d50b5999ff0f29fbb5736bbb26]

        INTEGRATION: CWS pj75 (1.10.2); FILE MERGED 2007/03/04 16:14:07 pjanik 1.10.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [e1f73d409b4e08bfed1aae9eab7b5522053e4dbc]

        INTEGRATION: CWS pj75 (1.7.182); FILE MERGED 2007/03/04 16:13:42 pjanik 1.7.182.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [1e68d0d460016ac796c7dcfef44e7605950420e2]

        INTEGRATION: CWS pj75 (1.19.2); FILE MERGED 2007/03/04 16:15:32 pjanik 1.19.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [e4a0c0638047de044930a5b64299f5e787fd9b08]

        INTEGRATION: CWS pj75 (1.6.2); FILE MERGED 2007/03/04 16:15:24 pjanik 1.6.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [974c3d8be5cb61e79764a7db9aa5f94b203b7280]

        INTEGRATION: CWS pj75 (1.6.2); FILE MERGED 2007/03/04 16:15:20 pjanik 1.6.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [0bef0581dd5279fcbee27f62e65cef1262a51e57]

        INTEGRATION: CWS pj75 (1.43.2); FILE MERGED 2007/03/04 16:15:16 pjanik 1.43.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [ea2cde2fa191a3cc3efc3d0f0b296477b04a60ea]

        INTEGRATION: CWS pj75 (1.8.2); FILE MERGED 2007/03/04 16:15:12 pjanik 1.8.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [57919865dff1d53bc643c9dcde637039ed853e26]

        INTEGRATION: CWS pj75 (1.7.2); FILE MERGED 2007/03/04 16:15:08 pjanik 1.7.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [c5b3c45b0611bcd3d9e3d560b619956cdc0887fe]

        INTEGRATION: CWS pj75 (1.8.2); FILE MERGED 2007/03/04 16:15:04 pjanik 1.8.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [fd3633f60d40ce1d169174524175f640172b8485]

        INTEGRATION: CWS pj75 (1.19.2); FILE MERGED 2007/03/04 16:15:01 pjanik 1.19.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [cc9cc85b24bc17d2d160c9eb982a2b80026a1daa]

        INTEGRATION: CWS pj75 (1.27.2); FILE MERGED 2007/03/04 16:14:57 pjanik 1.27.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [c7ec03211acc8481e34c760c0e7067e7f3c03bbf]

        INTEGRATION: CWS pj75 (1.18.2); FILE MERGED 2007/03/04 16:14:52 pjanik 1.18.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [f2b1f4dfd0392d3bdf064ee2b2215c14775e26fc]

        INTEGRATION: CWS pj75 (1.27.2); FILE MERGED 2007/03/04 16:14:48 pjanik 1.27.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [b10ef7c8b99383e6b789c737006db86cf0eddbd6]

        INTEGRATION: CWS pj75 (1.14.2); FILE MERGED 2007/03/04 16:14:44 pjanik 1.14.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [121722f0b585e1a9df7c294417118f77e0721d97]

        INTEGRATION: CWS pj75 (1.27.2); FILE MERGED 2007/03/04 16:10:40 pjanik 1.27.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [9369090b3d379d0f8c63eeae6c3136f78ae578b0]

        INTEGRATION: CWS pj75 (1.11.34); FILE MERGED 2007/03/04 16:04:57 pjanik 1.11.34.1: #i75099#: Remove module sc from the list of modules not ready for WaE on Mac OS X.

2007-03-05  Oliver Bolte  <obo@openoffice.org>  [cc4bcd979df8dae356080dd28b80e3ba130705eb]

        #i10000# fix for cygwin shell

2007-03-05  Vladimir Glazounov  <vg@openoffice.org>  [06f1e94cef0d3c51a91cab5ca8a658d4a01d0771]

        #100000# added missing dependency

2007-03-02  Vladimir Glazounov  <vg@openoffice.org>  [75f824d7cf42c7f650bc33445957a9e63fc0327f]

        #100000# get rid of gcc warnings in the debug version

2007-03-02  Vladimir Glazounov  <vg@openoffice.org>  [7b415ef629679c8ab4a6c73cc718c5be8fcf0b88]

        SRC680

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [a94140890406197b339fe0e0cc1f51605a311e8c]

        INTEGRATION: CWS updatefeed3 (1.27.18); FILE MERGED 2007/02/27 11:57:39 obr 1.27.18.1: #i74775# generate rtlbootstrap.mk, which exposes _OS and _ARCH bootstrap variables for other makefiles

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [25e558a43d9f6ed22b16ef9804184738b412239d]

        INTEGRATION: CWS updatefeed3 (1.1.2); FILE ADDED 2007/02/27 11:57:38 obr 1.1.2.1: #i74775# generate rtlbootstrap.mk, which exposes _OS and _ARCH bootstrap variables for other makefiles

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [8dd0f5d85506249b8aa63a02a063296db7278b8d]

        INTEGRATION: CWS updatefeed3 (1.25.32); FILE MERGED 2007/02/27 11:57:38 obr 1.25.32.1: #i74775# generate rtlbootstrap.mk, which exposes _OS and _ARCH bootstrap variables for other makefiles

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [273f25672adb9a9243ca6c180da7514c77331bce]

        INTEGRATION: CWS updatefeed3 (1.1.2); FILE ADDED 2007/02/27 12:01:11 obr 1.1.2.1: #i74775# generate update information file as needed for online update

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [48370514607ad00c8d684689006d699976144300]

        INTEGRATION: CWS updatefeed3 (1.65.6); FILE MERGED 2007/03/01 08:26:21 rt 1.65.6.2: #i74775# Small syntax fix (specify path; for distributed packing in build server). 2007/02/27 12:01:10 obr 1.65.6.1: #i74775# generate update information file as needed for online update

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [d8108d0659b984639f8f67538c6e2bc40bab0785]

        INTEGRATION: CWS updatefeed3 (1.5.282); FILE MERGED 2007/02/27 12:01:10 obr 1.5.282.1: #i74775# generate update information file as needed for online update

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [8e8f5747a9893dc224c4623fa6978680e0eda381]

        INTEGRATION: CWS updatefeed3 (1.1.2); FILE ADDED 2007/02/27 11:45:01 obr 1.1.2.1: #i74775# generate update xml file from instset_native/util makefile

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [406af610e2d8aab0d6ca16be5a83c86866eea3c2]

        INTEGRATION: CWS speccrash_SRC680 (1.15.136.1.28); FILE MERGED 2007/02/28 09:37:08 ama 1.15.136.1.28.1: #i74922#: Crash in GetBoxNms

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [c4e2ba734d6c705b5d4276834c54b5b992a24e7b]

        INTEGRATION: CWS speccrash_SRC680 (1.10.6); FILE MERGED 2007/02/27 16:57:28 lo 1.10.6.1: #i74904# fix ns cleanup

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [869d50e15b85ca55dcfec8ea10e618bbbd832b57]

        INTEGRATION: CWS native81_SRC680 (1.42.2.2.10); FILE MERGED 2007/02/27 08:45:03 is 1.42.2.2.10.1: #145876# soft links instead of hard links for solaris x86 patch

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [5db134f9a4ee72c3dff5a04b94f5f3e1bb4f6f2b]

        INTEGRATION: CWS native81_SRC680 (1.25.2.2.10); FILE MERGED 2007/02/27 08:45:02 is 1.25.2.2.10.1: #145876# soft links instead of hard links for solaris x86 patch

2007-03-01  Vladimir Glazounov  <vg@openoffice.org>  [3aabc98cb99d0a373ca8019c7aa9cfbfd90510e2]

        INTEGRATION: CWS native81_SRC680 (1.77.2.3.8); FILE MERGED 2007/02/27 08:45:02 is 1.77.2.3.8.1: #145876# soft links instead of hard links for solaris x86 patch

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7d75c275d79da6a508bf436a32eb2a6317a2aa5a]

        INTEGRATION: CWS obo09 (1.65.20); FILE MERGED 2007/02/12 10:54:35 obo 1.65.20.2: RESYNC: (1.65-1.67); FILE MERGED 2007/02/07 14:51:32 obo 1.65.20.1: #i74208# Port for .NET 2005 Professional Edition, merge template manifest with linker manifest

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [548e02786650765fef18edadcd38a6d83ad49e2d]

        INTEGRATION: CWS obo09 (1.3.300); FILE MERGED 2007/02/26 10:54:13 obo 1.3.300.4: back to MWS version 2007/02/26 09:21:01 obo 1.3.300.3: remove obsolete .IF/.ENDIF: PROF_EDITION is only used in wntmsci11.mk 2007/02/21 09:14:27 obo 1.3.300.2: trivial fix 2007/02/14 09:46:29 obo 1.3.300.1: #i74208# port for .NET 2005 Professional Edition

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [8fc7849acf69493c2734d080cd6ef0fada9ea30c]

        INTEGRATION: CWS obo09 (1.16.12); FILE MERGED 2007/02/26 11:40:29 obo 1.16.12.1: #i74208# .net 2005 prof edition

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [00ee808b305693e4a896e3e16088bb3576fe6444]

        INTEGRATION: CWS obo09 (1.222.56); FILE MERGED 2007/02/14 11:40:26 obo 1.222.56.1: #i74208# Patch flag needed for stlport_vc8

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [14d5a8bd16114cb8f8348ca645afd7ec2d885166]

        INTEGRATION: CWS obo09 (1.11.22); FILE MERGED 2007/02/26 12:14:37 obo 1.11.22.2: #i74208# atl.lib isn't needed for .NET 2005 2007/02/07 15:58:14 obo 1.11.22.1: #i74208# Port .NET 2005 Professional Ed.

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7ccf5d5ff8d6c3a0f5d4085e98da9b99b583c193]

        INTEGRATION: CWS obo09 (1.3.72); FILE MERGED 2007/02/19 13:27:08 obo 1.3.72.3: #i74208# use /INCREMENTAL:NO 2007/02/19 10:11:28 obo 1.3.72.2: #i74208# enable debug information 2007/02/07 16:08:39 obo 1.3.72.1: #i74208# Port .NET 2005 Professional Ed.

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7f1971aaec174d2c532ac58695bf03cdd1767ff4]

        INTEGRATION: CWS swnewtable (1.15.14); FILE MERGED 2007/02/15 13:36:48 fme 1.15.14.1: #i4032# New table concept - Don't delete content if backspace forces a cell change

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [8b7e890ef15a9beaf2ac1bdcac62eaf97c550afa]

        INTEGRATION: CWS swnewtable (1.34.14); FILE MERGED 2006/11/21 09:07:03 fme 1.34.14.1: #i4032# New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [fbdc707377e6f34d9593508ba9820394357dea27]

        INTEGRATION: CWS swnewtable (1.14.530); FILE MERGED 2006/11/28 11:30:54 fme 1.14.530.2: #i4032# New table concept 2006/11/08 15:44:59 fme 1.14.530.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [c0a81faadee6561539132b1538933d090a3fdf1b]

        INTEGRATION: CWS swnewtable (1.53.14); FILE MERGED 2007/02/09 09:06:16 ama 1.53.14.6: Resync conflict solved 2006/11/28 11:30:53 fme 1.53.14.5: #i4032# New table concept 2006/11/15 15:33:25 fme 1.53.14.4: #i4032# New table concept 2006/11/13 14:36:13 fme 1.53.14.3: #i4032# New table concept 2006/11/08 15:44:59 fme 1.53.14.2: #i4032# New table concept 2006/11/07 15:39:21 fme 1.53.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [fe7bbc853f8fea7b1d9cf272ff70fb391cb0deb9]

        INTEGRATION: CWS swnewtable (1.36.14); FILE MERGED 2007/02/09 09:21:46 ama 1.36.14.3: RESYNC: (1.38-1.39); FILE MERGED 2007/01/09 11:05:33 fme 1.36.14.2: RESYNC: (1.36-1.38); FILE MERGED 2006/11/07 15:39:21 fme 1.36.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [48598d8deece6abc95d93354857db946cfe5395c]

        INTEGRATION: CWS swnewtable (1.32.446); FILE MERGED 2006/11/07 15:39:20 fme 1.32.446.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [f529b109d18f029c3e4bbbf4f82d444796c677a3]

        INTEGRATION: CWS swnewtable (1.123.12); FILE MERGED 2007/02/09 09:21:01 ama 1.123.12.5: RESYNC: (1.127-1.128); FILE MERGED 2007/01/09 11:03:46 fme 1.123.12.4: RESYNC: (1.125-1.127); FILE MERGED 2006/11/21 10:07:07 fme 1.123.12.3: RESYNC: (1.123-1.125); FILE MERGED 2006/11/15 15:33:23 fme 1.123.12.2: #i4032# New table concept 2006/11/14 14:18:33 ama 1.123.12.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [e8dd74245a0f43346b31cc3b43a00a3cef7e6240]

        INTEGRATION: CWS swnewtable (1.86.14); FILE MERGED 2007/02/09 09:20:51 ama 1.86.14.4: RESYNC: (1.90-1.91); FILE MERGED 2007/01/09 11:02:56 fme 1.86.14.3: RESYNC: (1.87-1.90); FILE MERGED 2006/11/21 10:06:07 fme 1.86.14.2: RESYNC: (1.86-1.87); FILE MERGED 2006/11/15 15:33:23 fme 1.86.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [21c43aea00ed707fc0a734b6642c94e6b6e9bf0d]

        INTEGRATION: CWS swnewtable (1.20.14); FILE MERGED 2006/11/21 10:05:33 fme 1.20.14.2: RESYNC: (1.20-1.21); FILE MERGED 2006/11/15 15:33:22 fme 1.20.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [ab03449d112ed2181ff867e025c21f7e462bb42e]

        INTEGRATION: CWS swnewtable (1.13.14); FILE MERGED 2006/11/15 15:33:21 fme 1.13.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [65191d5bc8ea3553140acb41cfd49a6a677b21d6]

        INTEGRATION: CWS swnewtable (1.31.14); FILE MERGED 2007/02/09 09:20:29 ama 1.31.14.3: RESYNC: (1.32-1.33); FILE MERGED 2007/01/09 11:01:15 fme 1.31.14.2: RESYNC: (1.31-1.32); FILE MERGED 2006/11/15 15:33:21 fme 1.31.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [589961dbd0ffde0d32fc4ea5e882319785d6802c]

        INTEGRATION: CWS swnewtable (1.62.14); FILE MERGED 2007/01/09 11:00:58 fme 1.62.14.3: RESYNC: (1.63-1.64); FILE MERGED 2006/11/21 10:04:00 fme 1.62.14.2: RESYNC: (1.62-1.63); FILE MERGED 2006/11/15 15:33:18 fme 1.62.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6a20a712f226f733f2f74f6a7182e3de80067f6c]

        INTEGRATION: CWS swnewtable (1.14.14); FILE MERGED 2006/11/15 15:33:18 fme 1.14.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [d5e8978ee53d7af2bcfdcec3a2c2d79404789e9e]

        INTEGRATION: CWS swnewtable (1.18.14); FILE MERGED 2007/01/09 11:00:40 fme 1.18.14.4: RESYNC: (1.18-1.19); FILE MERGED 2006/11/21 09:07:02 fme 1.18.14.3: #i4032# New table model 2006/11/16 14:53:03 fme 1.18.14.2: #i4032# New table concept 2006/11/15 15:33:18 fme 1.18.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [db4de0817df6906db2743239d45f9f0834ab1e91]

        INTEGRATION: CWS swnewtable (1.24.14); FILE MERGED 2007/01/31 14:45:12 ama 1.24.14.13: #i4032#: New table model 2007/01/25 16:12:53 ama 1.24.14.12: Fix #i4032#: New table model 2007/01/09 10:56:36 fme 1.24.14.11: RESYNC: (1.25-1.26); FILE MERGED 2006/12/05 15:38:57 ama 1.24.14.10: #i4032#: New table model 2006/12/05 13:26:53 ama 1.24.14.9: #i4032#: New table model 2006/11/21 09:58:06 fme 1.24.14.8: RESYNC: (1.24-1.25); FILE MERGED 2006/11/14 14:21:23 ama 1.24.14.7: #i4032#: New table model 2006/11/14 14:19:28 ama 1.24.14.6: #i4032#: New table model 2006/10/26 15:00:29 ama 1.24.14.5: #i4032#: New table model 2006/10/25 14:32:09 ama 1.24.14.4: #i4032#: New Table Model 2006/10/23 14:45:20 ama 1.24.14.3: #i4032#: New table model 2006/10/10 08:28:21 ama 1.24.14.2: #i4032#: New table model 2006/10/09 15:25:49 ama 1.24.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [804d26677a1eac7c3f64af8d87e742fdab2641a7]

        INTEGRATION: CWS swnewtable (1.19.14); FILE MERGED 2007/01/25 11:18:42 fme 1.19.14.2: #i4032# New tables 2006/11/13 14:30:20 fme 1.19.14.1: #

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [ef9727afaca5b5b73425091b34e22f9ad346692a]

        INTEGRATION: CWS swnewtable (1.46.14); FILE MERGED 2007/02/09 09:15:08 ama 1.46.14.2: RESYNC: (1.46-1.47); FILE MERGED 2006/11/03 15:15:58 fme 1.46.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [9a31253950b663144aba2e06b7bde44de5b6947e]

        INTEGRATION: CWS swnewtable (1.91.14); FILE MERGED 2007/02/09 09:15:01 ama 1.91.14.3: RESYNC: (1.94-1.95); FILE MERGED 2007/01/09 10:51:55 fme 1.91.14.2: RESYNC: (1.91-1.94); FILE MERGED 2006/12/12 15:27:22 fme 1.91.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [11a038e1623a2a15f03eb1d39285e423d7ef1dd0]

        INTEGRATION: CWS swnewtable (1.64.14); FILE MERGED 2006/11/03 15:15:58 fme 1.64.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [861dabf70577a7f49545928a5acf0aecd5c129ff]

        INTEGRATION: CWS swnewtable (1.15.14); FILE MERGED 2007/01/09 10:49:29 fme 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/15 15:33:17 fme 1.15.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [631db86ff9bfb06bd4d85ba62ff00c87e07e59f2]

        INTEGRATION: CWS swnewtable (1.1.2); FILE ADDED 2007/02/15 15:55:28 ama 1.1.2.24: #i4032#: New table model 2007/02/08 17:14:50 ama 1.1.2.23: #i4032#: New table model 2007/02/05 08:56:13 fme 1.1.2.22: #i4032# New table concept - Adjust assertion 2007/01/09 17:58:06 fme 1.1.2.21: #i4032# New table concept - resync 2006/12/15 14:14:59 ama 1.1.2.20: #i4032#: New Table Model 2006/12/14 13:20:20 ama 1.1.2.19: #i4032#: New table model 2006/12/12 15:27:22 fme 1.1.2.18: #i4032# New table concept 2006/12/12 10:52:06 ama 1.1.2.17: #i4032#: New table model 2006/12/05 15:46:28 fme 1.1.2.16: #i4032 New table concept 2006/12/05 09:22:29 ama 1.1.2.15: #i4032#: New table model 2006/11/28 11:50:52 ama 1.1.2.14: #i4032#: New table model 2006/11/16 16:46:09 ama 1.1.2.13: #i4032#: New table model 2006/11/15 15:33:16 fme 1.1.2.12: #i4032# New table concept 2006/11/13 15:10:43 ama 1.1.2.11: #i4032#: New table model 2006/10/30 15:51:10 ama 1.1.2.10: #i4032#: New Table Model 2006/10/23 14:50:56 ama 1.1.2.9: #i4032#: New table model 2006/10/13 11:46:29 ama 1.1.2.8: #i4032#: New Table Model 2006/10/12 06:55:42 ama 1.1.2.7: #i4032#: New table model, rounding errors 2006/10/09 15:31:23 ama 1.1.2.6: #i4032#: New table model 2006/10/02 14:38:21 ama 1.1.2.5: #i4032#: New table model 2006/09/29 09:32:31 ama 1.1.2.4: #i4032#: New table model 2006/09/29 09:30:38 ama 1.1.2.3: #i4032#: New table model 2006/09/28 13:38:03 ama 1.1.2.2: #i4032#: New table model 2006/09/27 13:42:33 ama 1.1.2.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [f2d852ba030fa6ff19d306fbb259ee342aaac2d2]

        INTEGRATION: CWS swnewtable (1.1.2); FILE ADDED 2007/02/06 12:50:37 ama 1.1.2.49: #i4032#: New table model 2007/01/16 13:49:01 fme 1.1.2.48: #i4032# New table concepts - precompiled header line missing 2006/12/20 11:33:50 ama 1.1.2.47: #i4032#: New table model 2006/12/19 09:51:07 ama 1.1.2.46: #i4032#: New table model 2006/12/19 08:42:43 ama 1.1.2.45: #i4032#: New table model 2006/12/14 09:03:54 ama 1.1.2.44: #i4032#: New table model 2006/12/13 16:36:01 ama 1.1.2.43: #i4032#: New table model 2006/12/13 13:43:31 fme 1.1.2.42: #i4032# New table concept 2006/12/12 15:27:21 fme 1.1.2.41: #i4032# New table concept 2006/12/05 16:21:26 ama 1.1.2.40: #i4032#: New table model 2006/12/05 15:46:28 fme 1.1.2.39: #i4032 New table concept 2006/12/05 09:42:16 ama 1.1.2.38: #i4032#: New table model 2006/12/05 09:22:59 ama 1.1.2.37: #i4032#: New table model 2006/12/04 15:55:23 ama 1.1.2.36: #i4032#: New Table Model 2006/12/04 15:51:49 ama 1.1.2.35: #i4032#: New Table Model 2006/12/04 15:23:07 ama 1.1.2.34: #i4032#: New Table Model 2006/12/04 13:26:37 ama 1.1.2.33: #i4032#: New Table Model 2006/12/01 16:13:36 ama 1.1.2.32: #i4032#: New table model 2006/12/01 13:05:32 ama 1.1.2.31: i4032#: New table model 2006/12/01 09:04:10 ama 1.1.2.30: i4032#: New table model 2006/11/28 15:43:28 ama 1.1.2.29: #i4032#: New table model 2006/11/21 13:38:44 ama 1.1.2.28: #4032#: New table model 2006/11/20 16:15:16 ama 1.1.2.27: #i4032#: New Table Model 2006/11/17 13:46:51 ama 1.1.2.26: #i4032#: New table model 2006/11/16 16:46:34 ama 1.1.2.25: #i4032#: New table model 2006/11/14 14:24:35 ama 1.1.2.24: #i4032#: New table model 2006/11/13 15:11:05 ama 1.1.2.23: #i4032#: New table model 2006/11/09 15:50:24 ama 1.1.2.22: #i4032#: New table model 2006/11/09 11:21:01 ama 1.1.2.21: #i4032#: New table model 2006/11/08 10:18:24 ama 1.1.2.20: #i4032#: New table model 2006/10/30 15:51:20 ama 1.1.2.19: #i4032#: New Table Model 2006/10/26 15:01:28 ama 1.1.2.18: #i4032#: New table model 2006/10/25 15:28:18 ama 1.1.2.17: #i4032#: New Table Model 2006/10/25 14:34:15 ama 1.1.2.16: #i4032#: New Table Model 2006/10/24 12:22:03 ama 1.1.2.15: #i4032#: New Table Model 2006/10/23 14:51:31 ama 1.1.2.14: #i4032#: New table model 2006/10/17 14:50:45 ama 1.1.2.13: #i4032#: New Table Model 2006/10/17 07:11:22 ama 1.1.2.12: #i4032#: New table model 2006/10/13 11:46:55 ama 1.1.2.11: #i4032#: New Table Model 2006/10/12 06:56:21 ama 1.1.2.10: #i4032#: New table model, consistence check 2006/10/10 12:55:46 ama 1.1.2.9: #i4032#: New table model 2006/10/10 09:30:45 ama 1.1.2.8: #i4032#: New table model 2006/10/10 07:48:08 ama 1.1.2.7: #i4032#: New table model 2006/10/09 15:31:35 ama 1.1.2.6: #i4032#: New table model 2006/10/04 15:17:40 ama 1.1.2.5: #i4032#: New table model 2006/10/02 14:39:03 ama 1.1.2.4: #i4032#: New table model 2006/09/29 09:06:27 ama 1.1.2.3: #i4032#: New table model 2006/09/28 13:52:56 ama 1.1.2.2: #i4032#: New table model 2006/09/27 13:42:58 ama 1.1.2.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6afffec511472b85b038b4fdf4b0598af26b0f7d]

        INTEGRATION: CWS swnewtable (1.1.2); FILE ADDED 2006/10/04 07:50:02 ama 1.1.2.2: #i4032#: New table model 2006/09/27 13:42:12 ama 1.1.2.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6c48b6d569b8b2530d3bdba612f0476ef0af1f72]

        INTEGRATION: CWS swnewtable (1.74.14); FILE MERGED 2007/01/09 10:48:11 fme 1.74.14.10: RESYNC: (1.75-1.76); FILE MERGED 2006/12/05 14:55:22 fme 1.74.14.9: #i4032 New table concept 2006/11/21 09:51:54 fme 1.74.14.8: RESYNC: (1.74-1.75); FILE MERGED 2006/11/03 15:15:58 fme 1.74.14.7: #i4032# New table concept 2006/11/02 16:04:07 fme 1.74.14.6: #i4032# New table concept 2006/10/27 13:16:22 fme 1.74.14.5: #i4032#: New table concept 2006/10/26 14:26:33 fme 1.74.14.4: #i4032#: New table concept 2006/10/17 10:10:38 fme 1.74.14.3: #i4032#: New table concept 2006/10/16 14:36:39 fme 1.74.14.2: #i4032#: New table concept 2006/10/13 11:28:07 fme 1.74.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [c230a4740d0a90d975a1f0d724522132bfcb9ada]

        INTEGRATION: CWS swnewtable (1.51.14); FILE MERGED 2007/01/09 10:48:04 fme 1.51.14.5: RESYNC: (1.51-1.52); FILE MERGED 2006/11/23 15:58:17 fme 1.51.14.4: #i4032# New table concept 2006/11/21 09:07:02 fme 1.51.14.3: #i4032# New table model 2006/11/17 13:45:47 ama 1.51.14.2: #i4032#: New table model 2006/11/13 15:04:57 fme 1.51.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [dcb682563b24bf487a40a9fe7710b4d500850a52]

        INTEGRATION: CWS swnewtable (1.92.14); FILE MERGED 2007/01/31 08:27:48 fme 1.92.14.26: #i4032# New table concept 2007/01/29 16:07:11 fme 1.92.14.25: #i4032# New table concept - Only invalidate printing area in AdjustCells 2007/01/25 11:24:31 fme 1.92.14.24: #i4032# New tables 2007/01/16 13:48:11 fme 1.92.14.23: #i4032# New table concepts - Adjust rowspan cells when moving row frames 2007/01/09 10:47:57 fme 1.92.14.22: RESYNC: (1.93-1.94); FILE MERGED 2006/12/14 13:53:32 fme 1.92.14.21: #i4032# New table concept 2006/12/12 16:07:58 fme 1.92.14.20: #i4032# New table concept 2006/12/12 15:27:21 fme 1.92.14.19: #i4032# New table concept 2006/11/28 11:40:14 fme 1.92.14.18: #i4032# New table concept 2006/11/23 15:58:16 fme 1.92.14.17: #i4032# New table concept 2006/11/22 15:56:26 fme 1.92.14.16: #i4032# New table concept 2006/11/22 13:20:22 fme 1.92.14.15: #i4032# New table concept 2006/11/21 09:51:47 fme 1.92.14.14: RESYNC: (1.92-1.93); FILE MERGED 2006/11/21 09:07:01 fme 1.92.14.13: #i4032# New table model 2006/11/15 15:33:15 fme 1.92.14.12: #i4032# New table concept 2006/11/08 15:44:58 fme 1.92.14.11: #i4032# New table concept 2006/11/07 09:10:16 fme 1.92.14.10: #i4032# New table concept 2006/11/03 15:15:57 fme 1.92.14.9: #i4032# New table concept 2006/11/02 16:04:06 fme 1.92.14.8: #i4032# New table concept 2006/10/31 14:34:19 fme 1.92.14.7: #i4032#: New table concept 2006/10/31 07:18:06 fme 1.92.14.6: #i4032# New Table concept 2006/10/27 13:16:22 fme 1.92.14.5: #i4032#: New table concept 2006/10/26 14:26:32 fme 1.92.14.4: #i4032#: New table concept 2006/10/18 06:41:12 fme 1.92.14.3: #i4032#: New table concept 2006/10/16 14:36:39 fme 1.92.14.2: #i4032#: New table concept 2006/10/13 11:28:06 fme 1.92.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [595b8bf1e5f27330186756cea7970366fbb2fad0]

        INTEGRATION: CWS swnewtable (1.45.14); FILE MERGED 2006/10/13 11:28:06 fme 1.45.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [e01af70b8be0910d438777469e4351c36e4a2f87]

        INTEGRATION: CWS swnewtable (1.48.14); FILE MERGED 2006/11/03 15:15:57 fme 1.48.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6338fa254910338deb6a0ad3306e7bb20cca676a]

        INTEGRATION: CWS swnewtable (1.98.12); FILE MERGED 2007/02/09 09:12:59 ama 1.98.12.14: RESYNC: (1.99-1.100); FILE MERGED 2007/01/29 16:06:11 fme 1.98.12.13: #i4032# New table concept - Changed border painting routine 2007/01/25 12:54:11 fme 1.98.12.12: #i4032# New tables 2007/01/25 11:23:15 fme 1.98.12.11: #i4032# New tables 2007/01/09 10:47:48 fme 1.98.12.10: RESYNC: (1.98-1.99); FILE MERGED 2006/11/23 15:58:16 fme 1.98.12.9: #i4032# New table concept 2006/11/21 09:07:01 fme 1.98.12.8: #i4032# New table model 2006/11/15 15:33:14 fme 1.98.12.7: #i4032# New table concept 2006/11/13 14:30:20 fme 1.98.12.6: # 2006/11/03 15:15:57 fme 1.98.12.5: #i4032# New table concept 2006/10/31 11:09:03 fme 1.98.12.4: #i4032#: New table concept 2006/10/26 14:26:32 fme 1.98.12.3: #i4032#: New table concept 2006/10/16 14:36:38 fme 1.98.12.2: #i4032#: New table concept 2006/10/13 11:28:06 fme 1.98.12.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [c67800bd6734e5a238e06af7a051a1a0a28b6b28]

        INTEGRATION: CWS swnewtable (1.62.10); FILE MERGED 2007/01/09 10:47:30 fme 1.62.10.6: RESYNC: (1.63-1.65); FILE MERGED 2006/12/13 13:43:31 fme 1.62.10.5: #i4032# New table concept 2006/12/12 15:27:21 fme 1.62.10.4: #i4032# New table concept 2006/11/23 15:58:16 fme 1.62.10.3: #i4032# New table concept 2006/11/21 09:51:16 fme 1.62.10.2: RESYNC: (1.62-1.63); FILE MERGED 2006/10/27 13:16:22 fme 1.62.10.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [be08e61498b2cf56c75faec4623b93301ed2bf9c]

        INTEGRATION: CWS swnewtable (1.24.14); FILE MERGED 2006/11/03 15:15:57 fme 1.24.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [56bb5d8131abf2fb01cb81b616a303a30928e082]

        INTEGRATION: CWS swnewtable (1.33.14); FILE MERGED 2006/11/03 15:15:57 fme 1.33.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7f3636fb2cb95c6c57fa78dab92eef8156959d4b]

        INTEGRATION: CWS swnewtable (1.93.12); FILE MERGED 2006/11/21 09:51:07 fme 1.93.12.2: RESYNC: (1.93-1.94); FILE MERGED 2006/11/03 15:15:56 fme 1.93.12.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [88f0f55c41b80a112b368e0d7e862eef6564efb7]

        INTEGRATION: CWS swnewtable (1.78.12); FILE MERGED 2007/01/09 10:47:12 fme 1.78.12.3: RESYNC: (1.79-1.80); FILE MERGED 2006/11/21 09:50:59 fme 1.78.12.2: RESYNC: (1.78-1.79); FILE MERGED 2006/11/03 15:15:56 fme 1.78.12.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [1c0eef370644dc78ecbb56a232dbe09479de10a0]

        INTEGRATION: CWS swnewtable (1.62.14); FILE MERGED 2007/02/09 09:12:19 ama 1.62.14.6: RESYNC: (1.64-1.65); FILE MERGED 2007/01/25 11:22:45 fme 1.62.14.5: #i4032# New tables 2007/01/09 10:47:04 fme 1.62.14.4: RESYNC: (1.62-1.64); FILE MERGED 2006/12/12 15:27:20 fme 1.62.14.3: #i4032# New table concept 2006/11/03 15:15:56 fme 1.62.14.2: #i4032# New table concept 2006/10/31 14:34:18 fme 1.62.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [815526a3f240d63f63d2bc0aa2a54e26c087c347]

        INTEGRATION: CWS swnewtable (1.39.14); FILE MERGED 2007/01/25 11:18:07 fme 1.39.14.13: #i4032# New tables 2007/01/09 10:46:57 fme 1.39.14.12: RESYNC: (1.39-1.40); FILE MERGED 2006/12/12 15:27:20 fme 1.39.14.11: #i4032# New table concept 2006/11/15 15:33:14 fme 1.39.14.10: #i4032# New table concept 2006/11/13 14:30:20 fme 1.39.14.9: # 2006/11/08 15:44:58 fme 1.39.14.8: #i4032# New table concept 2006/11/03 15:15:56 fme 1.39.14.7: #i4032# New table concept 2006/10/31 11:09:03 fme 1.39.14.6: #i4032#: New table concept 2006/10/31 07:18:06 fme 1.39.14.5: #i4032# New Table concept 2006/10/26 14:38:20 fme 1.39.14.4: #i4032#: New table concept 2006/10/26 14:26:32 fme 1.39.14.3: #i4032#: New table concept 2006/10/18 06:41:12 fme 1.39.14.2: #i4032#: New table concept 2006/10/13 11:28:06 fme 1.39.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [bc6d78292a5a9d5287f0a3f8d3a8fb585b37c386]

        INTEGRATION: CWS swnewtable (1.63.14); FILE MERGED 2007/01/25 11:16:53 fme 1.63.14.8: #i4032# New tables 2007/01/09 10:46:40 fme 1.63.14.7: RESYNC: (1.64-1.65); FILE MERGED 2006/12/06 14:37:01 fme 1.63.14.6: #i4032# New table concept 2006/11/21 09:50:32 fme 1.63.14.5: RESYNC: (1.63-1.64); FILE MERGED 2006/11/03 15:15:56 fme 1.63.14.4: #i4032# New table concept 2006/10/31 14:34:17 fme 1.63.14.3: #i4032#: New table concept 2006/10/16 14:36:38 fme 1.63.14.2: #i4032#: New table concept 2006/10/13 11:28:05 fme 1.63.14.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [accc595e88306d8d9b0665bf7c9a6f6feafb1f34]

        INTEGRATION: CWS swnewtable (1.16.304); FILE MERGED 2006/11/03 15:15:55 fme 1.16.304.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [5c4f0952950a1757937b67b8bbeb2501bfd9dff0]

        INTEGRATION: CWS swnewtable (1.3.532); FILE MERGED 2006/10/26 14:26:32 fme 1.3.532.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [c4fd2f0625e4d1a072fc9b07eca8b70e4f4c7099]

        INTEGRATION: CWS swnewtable (1.10.52); FILE MERGED 2006/11/03 15:15:55 fme 1.10.52.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [ae666c139b682b270b24b7f096cc9b2fee6d5f9d]

        INTEGRATION: CWS swnewtable (1.8.306); FILE MERGED 2006/11/08 15:44:57 fme 1.8.306.3: #i4032# New table concept 2006/11/03 15:15:55 fme 1.8.306.2: #i4032# New table concept 2006/10/31 07:18:05 fme 1.8.306.1: #i4032# New Table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [18a3036f0d53b7287748c55cde0574447c6979f8]

        INTEGRATION: CWS swnewtable (1.21.50); FILE MERGED 2007/01/09 10:45:59 fme 1.21.50.2: RESYNC: (1.21-1.22); FILE MERGED 2006/11/03 15:15:55 fme 1.21.50.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [b472e50f8cd7a63e4ddd2ac721860466c6c8bad7]

        INTEGRATION: CWS swnewtable (1.15.304); FILE MERGED 2006/11/03 15:15:55 fme 1.15.304.3: #i4032# New table concept 2006/10/27 13:18:43 fme 1.15.304.2: #i4032#: New table concept 2006/10/13 11:28:05 fme 1.15.304.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [f1c6f5b21cc2cb0c7e57ff471f08b3b73841a948]

        INTEGRATION: CWS swnewtable (1.8.358); FILE MERGED 2006/11/03 15:15:55 fme 1.8.358.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [8d26ab282be72a1fc2860a7488ea0b4b77252567]

        INTEGRATION: CWS swnewtable (1.25.52); FILE MERGED 2006/12/13 13:43:31 fme 1.25.52.2: #i4032# New table concept 2006/12/12 15:27:20 fme 1.25.52.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [f317ef936f93123418c01b19a98260ef4b1fe8c1]

        INTEGRATION: CWS swnewtable (1.50.50); FILE MERGED 2007/01/25 11:16:21 fme 1.50.50.6: #i4032# New tables 2007/01/09 10:45:26 fme 1.50.50.5: RESYNC: (1.50-1.51); FILE MERGED 2006/11/23 15:58:15 fme 1.50.50.4: #i4032# New table concept 2006/11/03 15:15:54 fme 1.50.50.3: #i4032# New table concept 2006/10/27 13:18:42 fme 1.50.50.2: #i4032#: New table concept 2006/10/13 11:28:05 fme 1.50.50.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [05955a46f9af5dbf14a5990bf94df2be12ce20dd]

        INTEGRATION: CWS swnewtable (1.16.14); FILE MERGED 2006/11/21 09:50:14 fme 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/03 15:15:54 fme 1.16.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [434222aac84d54aa4524298ec9b050db07663504]

        INTEGRATION: CWS swnewtable (1.12.306); FILE MERGED 2006/11/03 15:15:54 fme 1.12.306.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6e001234579463bdc254d7e8e764a2efae11a852]

        INTEGRATION: CWS swnewtable (1.8.52); FILE MERGED 2006/11/03 15:15:54 fme 1.8.52.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [5a663462e530f0f57b8587f8ea6f91e5d5decd24]

        INTEGRATION: CWS swnewtable (1.6.532); FILE MERGED 2006/11/08 15:44:57 fme 1.6.532.5: #i4032# New table concept 2006/10/27 13:18:42 fme 1.6.532.4: #i4032#: New table concept 2006/10/26 14:26:31 fme 1.6.532.3: #i4032#: New table concept 2006/10/16 14:36:38 fme 1.6.532.2: #i4032#: New table concept 2006/10/13 11:28:05 fme 1.6.532.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [0e982af44849616c20c3deb52e2d619c5afa35dd]

        INTEGRATION: CWS swnewtable (1.41.14); FILE MERGED 2007/01/16 13:47:08 fme 1.41.14.5: #i4032# New table concepts - Column selection 2007/01/09 10:44:40 fme 1.41.14.4: RESYNC: (1.41-1.42); FILE MERGED 2006/12/01 09:04:55 ama 1.41.14.3: i4032#: New table model 2006/11/16 16:44:16 ama 1.41.14.2: #i4032#: New table model 2006/10/04 15:16:50 ama 1.41.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [5f480c67a354912b6d0b00a9227ad8f33e22a5c6]

        INTEGRATION: CWS swnewtable (1.39.14); FILE MERGED 2006/12/01 13:05:18 ama 1.39.14.1: i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [4268f430abf26dd0bf1e9326277576ba763d9730]

        INTEGRATION: CWS swnewtable (1.44.38); FILE MERGED 2007/02/07 12:49:20 ama 1.44.38.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [ecaa995c7cb6037abefa9fa1bc0d45f146c08c43]

        INTEGRATION: CWS swnewtable (1.11.68); FILE MERGED 2006/11/22 15:56:26 fme 1.11.68.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [bdd51bd9ff777ef5c2043e98a40fb73359ef0e53]

        INTEGRATION: CWS swnewtable (1.22.14); FILE MERGED 2007/01/09 10:42:31 fme 1.22.14.3: RESYNC: (1.23-1.24); FILE MERGED 2006/11/21 09:48:51 fme 1.22.14.2: RESYNC: (1.22-1.23); FILE MERGED 2006/10/23 14:47:26 ama 1.22.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [797d1457e8e73143b46a82da450b5c15798c0eac]

        INTEGRATION: CWS swnewtable (1.39.14); FILE MERGED 2007/02/07 12:50:07 ama 1.39.14.16: #i4032#: New table model 2007/02/06 12:47:38 ama 1.39.14.15: #i4032#: New table model 2007/01/09 10:42:15 fme 1.39.14.14: RESYNC: (1.40-1.41); FILE MERGED 2006/12/06 15:39:38 ama 1.39.14.13: #i4032#: New table model 2006/12/05 15:41:09 ama 1.39.14.12: #i4032#: New table model 2006/12/01 13:04:54 ama 1.39.14.11: i4032#: New table model 2006/12/01 09:06:44 ama 1.39.14.10: i4032#: New table model 2006/11/21 09:48:24 fme 1.39.14.9: RESYNC: (1.39-1.40); FILE MERGED 2006/11/20 16:14:44 ama 1.39.14.8: #i4032#: New Table Model 2006/11/15 15:33:12 fme 1.39.14.7: #i4032# New table concept 2006/11/14 14:22:59 ama 1.39.14.6: #i4032#: New table model 2006/10/25 14:32:39 ama 1.39.14.5: #i4032#: New Table Model 2006/10/24 12:21:00 ama 1.39.14.4: #i4032#: New Table Model 2006/10/13 11:45:52 ama 1.39.14.3: #i4032#: New Table Model 2006/10/09 15:26:34 ama 1.39.14.2: #i4032#: New table model 2006/10/02 14:36:58 ama 1.39.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7130ee59bb369de4ee4a5f392ba0f8826cbe4104]

        INTEGRATION: CWS swnewtable (1.23.14); FILE MERGED 2007/02/15 15:54:41 ama 1.23.14.5: #i4032#: New table model 2007/02/06 12:48:15 ama 1.23.14.4: #i4032#: New table model 2007/01/09 10:41:47 fme 1.23.14.3: RESYNC: (1.24-1.25); FILE MERGED 2006/11/21 09:48:02 fme 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2006/10/10 08:27:57 ama 1.23.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [c0a73239813eee3ab447ff409058f8ab81562cc3]

        INTEGRATION: CWS swnewtable (1.17.14); FILE MERGED 2007/02/08 17:13:47 ama 1.17.14.16: #i4032#: New table model 2007/02/06 12:52:39 ama 1.17.14.15: #i4032#: New table model 2006/12/19 08:40:41 ama 1.17.14.14: #i4032#: New table model 2006/12/13 10:20:44 ama 1.17.14.13: #i4032#: New table model 2006/12/05 15:45:33 fme 1.17.14.12: #i4032 New table concept 2006/12/05 09:43:01 ama 1.17.14.11: #i4032#: New table model 2006/12/01 13:04:17 ama 1.17.14.10: i4032#: New table model 2006/12/01 09:08:08 ama 1.17.14.9: i4032#: New table model 2006/11/28 15:42:54 ama 1.17.14.8: #i4032#: New table model 2006/11/14 14:26:38 ama 1.17.14.7: #i4032#: New table model 2006/11/14 14:22:19 ama 1.17.14.6: #i4032#: New table model 2006/11/13 15:12:14 ama 1.17.14.5: #i4032#: New table model 2006/10/25 14:33:40 ama 1.17.14.4: #i4032#: New Table Model 2006/10/23 14:49:19 ama 1.17.14.3: #i4032#: New table model 2006/10/09 15:27:43 ama 1.17.14.2: #i4032#: New table model 2006/09/28 13:36:27 ama 1.17.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [fc1618e509a3b591bdd82dbeb22fc291eda77dd9]

        INTEGRATION: CWS swnewtable (1.8.14); FILE MERGED 2007/02/09 15:09:24 ama 1.8.14.4: #i4032#: New table model 2007/02/08 17:13:25 ama 1.8.14.3: #i4032#: New table model 2007/02/07 12:50:58 ama 1.8.14.2: #i4032#: New table model 2007/02/06 12:51:35 ama 1.8.14.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [d59be67f70978150e01f89df2da73e9231b9c85b]

        INTEGRATION: CWS swnewtable (1.14.224); FILE MERGED 2007/01/16 13:44:43 fme 1.14.224.3: #i4032# New table concept - swtable.cxx has been moved 2007/01/09 10:40:58 fme 1.14.224.2: RESYNC: (1.14-1.15); FILE MERGED 2006/09/27 13:35:57 ama 1.14.224.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [8e04a6b87573895510cbb419f5ff21c4da87af3e]

        INTEGRATION: CWS swnewtable (1.42.12); FILE MERGED 2007/01/09 10:39:37 fme 1.42.12.4: RESYNC: (1.43-1.44); FILE MERGED 2006/12/01 09:07:30 ama 1.42.12.3: i4032#: New table model 2006/11/21 09:46:53 fme 1.42.12.2: RESYNC: (1.42-1.43); FILE MERGED 2006/11/14 14:21:47 ama 1.42.12.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [fe213233528bedf43562e222ebdc4be27e5f0029]

        INTEGRATION: CWS swnewtable (1.30.14); FILE MERGED 2007/01/09 10:38:59 fme 1.30.14.3: RESYNC: (1.32-1.33); FILE MERGED 2006/11/21 09:46:13 fme 1.30.14.2: RESYNC: (1.30-1.32); FILE MERGED 2006/10/25 14:33:13 ama 1.30.14.1: #i4032#: New Table Model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [d9498e129f26b171b5d3940dce2fd10f476dc778]

        INTEGRATION: CWS swnewtable (1.23.14); FILE MERGED 2006/11/13 14:30:19 fme 1.23.14.1: #

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [af81555b61f77bfa3b84a676dfe6f3b53fec2ecf]

        INTEGRATION: CWS swnewtable (1.11.14); FILE MERGED 2006/11/21 09:07:00 fme 1.11.14.1: #i4032# New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [7dac31122ce3e292472c1005203ec287511384a9]

        INTEGRATION: CWS swnewtable (1.15.14); FILE MERGED 2007/02/09 12:49:52 ama 1.15.14.5: #i4032#: New table model 2007/02/09 09:10:23 ama 1.15.14.4: RESYNC: (1.15-1.16); FILE MERGED 2007/01/16 13:43:20 fme 1.15.14.3: #i4032# New table concept - Enhanced table selection 2006/11/13 15:04:57 fme 1.15.14.2: #i4032# New table concept 2006/11/13 14:30:19 fme 1.15.14.1: #

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [31e3328391c95efdb1953295cbe1d73dc27d0ce3]

        INTEGRATION: CWS swnewtable (1.50.14); FILE MERGED 2006/12/04 12:55:22 ama 1.50.14.4: #i4032#: New Table Model 2006/11/21 09:07:00 fme 1.50.14.3: #i4032# New table model 2006/11/17 13:46:27 ama 1.50.14.2: #i4032#: New table model 2006/11/13 14:30:19 fme 1.50.14.1: #

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [73e654ee57135eb0123c487f8207b5340bd88e84]

        INTEGRATION: CWS swnewtable (1.60.12); FILE MERGED 2007/01/09 10:37:55 fme 1.60.12.2: RESYNC: (1.60-1.61); FILE MERGED 2006/11/13 14:30:19 fme 1.60.12.1: #

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [9bd7bb9ad7f51896e555e154eef8a1ae3cbf5737]

        INTEGRATION: CWS swnewtable (1.26.14); FILE MERGED 2006/11/23 15:58:15 fme 1.26.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [a4f9baa4b179882443f3d8f8cf8055435301dca4]

        INTEGRATION: CWS swnewtable (1.14.52); FILE MERGED 2006/11/23 15:58:15 fme 1.14.52.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [b53ce9550a311e754a27ee16c12dfc731237293c]

        INTEGRATION: CWS swnewtable (1.5.14); FILE MERGED 2006/11/23 15:58:15 fme 1.5.14.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [4be9c026a06ff376a412e3f386b86fdad8b3e27b]

        INTEGRATION: CWS swnewtable (1.10.460); FILE MERGED 2007/01/09 10:36:58 fme 1.10.460.3: RESYNC: (1.10-1.11); FILE MERGED 2006/10/04 07:49:33 ama 1.10.460.2: #i4032#: New table model 2006/09/27 13:35:44 ama 1.10.460.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [55c0ad168118990b93d3ff5d757dde4a0b608c64]

        INTEGRATION: CWS swnewtable (1.16.460); FILE MERGED 2007/01/09 10:36:06 fme 1.16.460.3: RESYNC: (1.18-1.19); FILE MERGED 2006/11/21 09:44:32 fme 1.16.460.2: RESYNC: (1.16-1.18); FILE MERGED 2006/10/04 07:49:04 ama 1.16.460.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [619ee06fbd019c5cc4f2ca6382dad156a28b9e3a]

        INTEGRATION: CWS swnewtable (1.30.52); FILE MERGED 2007/01/31 14:44:28 ama 1.30.52.3: #i4032#: New table model 2007/01/09 10:34:51 fme 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2006/12/05 15:39:24 ama 1.30.52.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [23c5fe8e46788d0e848fd71083113325dd3a7365]

        INTEGRATION: CWS swnewtable (1.8.532); FILE MERGED 2007/02/06 12:42:23 ama 1.8.532.1: #i4032#: New table model

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [6416ea60acf90aba4ae4270c0deac25057895adc]

        INTEGRATION: CWS swnewtable (1.14.52); FILE MERGED 2007/02/08 17:12:27 ama 1.14.52.25: #i4032#: New table model 2007/02/06 12:42:23 ama 1.14.52.24: #i4032#: New table model 2006/12/01 16:15:07 ama 1.14.52.23: #i4032#: New table model 2006/12/01 13:07:16 ama 1.14.52.22: i4032#: New table model 2006/12/01 09:03:05 ama 1.14.52.21: i4032#: New table model 2006/11/28 15:43:57 ama 1.14.52.20: #i4032#: New table model 2006/11/28 11:48:33 ama 1.14.52.19: #i4032#: New table model 2006/11/17 13:48:26 ama 1.14.52.18: #i4032#: New table model 2006/11/16 16:43:43 ama 1.14.52.17: #i4032#: New table model 2006/11/14 14:12:41 ama 1.14.52.16: #i4032#: New table model 2006/11/13 15:13:29 ama 1.14.52.15: #i4032#: New table model 2006/10/25 15:28:42 ama 1.14.52.14: #i4032#: New Table Model 2006/10/25 14:23:47 ama 1.14.52.13: #i4032#: New Table Model 2006/10/24 12:20:23 ama 1.14.52.12: #i4032#: New Table Model 2006/10/23 14:44:31 ama 1.14.52.11: #i4032#: New table model 2006/10/13 11:45:15 ama 1.14.52.10: #i4032#: New Tbale Model 2006/10/12 06:54:07 ama 1.14.52.9: #i4032#: New table model, rounding errors 2006/10/10 09:30:30 ama 1.14.52.8: #i4032#: New table model 2006/10/10 08:57:04 ama 1.14.52.7: #i4032#: New table model 2006/10/09 15:25:06 ama 1.14.52.6: #i4032#: New table model 2006/10/02 14:39:51 ama 1.14.52.5: #i4032#: New table model 2006/09/28 13:35:31 ama 1.14.52.4: #i4032#: New table model 2006/09/27 14:36:49 ama 1.14.52.3: #i4032#: New table concept 2006/09/27 13:52:03 ama 1.14.52.2: #i4032#: New table concept 2006/09/27 13:31:17 ama 1.14.52.1: #i4032#: New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [15ab792b163b3ca7162133a569465054d9325701]

        INTEGRATION: CWS swnewtable (1.17.52); FILE MERGED 2006/11/17 13:48:03 ama 1.17.52.2: #i4032#: New table model 2006/11/13 14:32:53 fme 1.17.52.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [98ee00d55dbe8485a97882dda602ac6059f65df6]

        INTEGRATION: CWS swnewtable (1.125.12); FILE MERGED 2007/01/09 10:27:28 fme 1.125.12.4: RESYNC: (1.131-1.132); FILE MERGED 2006/12/01 13:06:31 ama 1.125.12.3: i4032#: New table model 2006/11/21 09:37:55 fme 1.125.12.2: RESYNC: (1.125-1.131); FILE MERGED 2006/11/15 15:22:00 fme 1.125.12.1: #i4032# New table concept

2007-02-28  Vladimir Glazounov  <vg@openoffice.org>  [974cd2cf0471d752ec8a08f90a5ff273ea0aeebe]

        INTEGRATION: CWS swnewtable (1.2.52); FILE MERGED 2006/11/21 09:38:14 fme 1.2.52.2: RESYNC: (1.2-1.4); FILE MERGED 2006/10/25 14:23:12 ama 1.2.52.1: #i4032#: New Table Model

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f4ee233d3db31e37e9b0ad63942d7d7b9802f22a]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/01 08:53:53 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f6ae99507ee3626354ab6d44b771ddcf430af107]

        INTEGRATION: CWS calcwarnings (1.35.26); FILE MERGED 2006/12/12 17:03:36 nn 1.35.26.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.35.26.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [25ff72ed1226ece17d009834822d64906e52e8d4]

        INTEGRATION: CWS calcwarnings (1.29.2); FILE MERGED 2006/12/12 17:03:35 nn 1.29.2.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6585b3be817bde5198ff48f8929228c7c698c4bc]

        INTEGRATION: CWS calcwarnings (1.44.8); FILE MERGED 2007/02/19 16:10:53 nn 1.44.8.2: RESYNC: (1.44-1.46); FILE MERGED 2006/12/12 17:03:35 nn 1.44.8.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3f9b36034b1e8f737bae3ba697767359eb02bf08]

        INTEGRATION: CWS calcwarnings (1.34.54); FILE MERGED 2006/12/01 08:53:52 nn 1.34.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [de036a7a71fb8000fb3efa30769ccdd3e6da0bab]

        INTEGRATION: CWS calcwarnings (1.31.100); FILE MERGED 2006/12/14 17:57:19 nn 1.31.100.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:35 nn 1.31.100.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.31.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [441657402fd0c357a20edc476edc0247bfef4502]

        INTEGRATION: CWS calcwarnings (1.56.108); FILE MERGED 2006/12/12 17:03:35 nn 1.56.108.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.56.108.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5b47fa273f72f4f517d3622109f030c3e9c9775b]

        INTEGRATION: CWS calcwarnings (1.13.100); FILE MERGED 2006/12/12 17:03:35 nn 1.13.100.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.13.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0ff622f5638e0350f91c43486299ed80342699e5]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 17:03:34 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8cfae5e96fb40374c1735f827cc317f3bae76d9a]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:34 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:52 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1a0a6f7694a8e3d56360b457353317d1ebb0c51c]

        INTEGRATION: CWS calcwarnings (1.33.8); FILE MERGED 2006/12/12 17:03:34 nn 1.33.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:51 nn 1.33.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [54b998b8d3358fbd246cd64d519e05600a76bd12]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/14 17:57:19 nn 1.18.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:33 nn 1.18.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:51 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [04d6a9cd0ef37e7e9698d3760da08afb9eb30919]

        INTEGRATION: CWS calcwarnings (1.10.100); FILE MERGED 2006/12/01 08:53:51 nn 1.10.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [737d424fb27412e2fd3f18b0b01ce9a79fbc7dcc]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/01 08:53:51 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d110da71d3443bc8b4bbde7562fce4738621cbb4]

        INTEGRATION: CWS calcwarnings (1.61.8); FILE MERGED 2007/02/19 16:10:46 nn 1.61.8.3: RESYNC: (1.61-1.63); FILE MERGED 2006/12/12 17:03:33 nn 1.61.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:51 nn 1.61.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [19ebdc6e23ef7a451f07492f9748847be232cb53]

        INTEGRATION: CWS calcwarnings (1.29.110); FILE MERGED 2006/12/12 17:03:33 nn 1.29.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:50 nn 1.29.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8925fcd41645e2ce8a8ef837a0813ca61bc81600]

        INTEGRATION: CWS calcwarnings (1.23.8); FILE MERGED 2006/12/01 08:53:50 nn 1.23.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5d6c3e7dbd7720230b4b9088bedbee198312c9f1]

        INTEGRATION: CWS calcwarnings (1.49.2); FILE MERGED 2007/02/20 11:38:39 nn 1.49.2.6: #i10000# changes after resync to m203 2007/02/19 16:10:39 nn 1.49.2.5: RESYNC: (1.50-1.51); FILE MERGED 2006/12/18 09:36:40 nn 1.49.2.4: RESYNC: (1.49-1.50); FILE MERGED 2006/12/14 17:57:19 nn 1.49.2.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:33 nn 1.49.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:50 nn 1.49.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [efed874d0cc519a2b23bcac6edfccd12cc96adc1]

        INTEGRATION: CWS calcwarnings (1.16.8); FILE MERGED 2006/12/01 08:53:50 nn 1.16.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2a8391816cae07f53aaa28d7bc5348281d0c2e73]

        INTEGRATION: CWS calcwarnings (1.29.8); FILE MERGED 2006/12/12 17:03:32 nn 1.29.8.3: #i69284# warning-free: ui, unxlngi6 2006/12/01 15:51:28 nn 1.29.8.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:50 nn 1.29.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [67ce28c0acd86841f5239094d42ee31bc1b26add]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/01 08:53:50 nn 1.14.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1dc384eb0c507dba53f3642edfc694dc548c8423]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/14 17:57:19 nn 1.15.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:32 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:49 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [240177a07d31261e324f5de3b2df151adc1deac7]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:32 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [304e682ae863972506d38600d36138c8b892d828]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 08:53:49 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f8771b6a5ff8e553789190bd447a77426b283a3d]

        INTEGRATION: CWS calcwarnings (1.17.8); FILE MERGED 2006/12/01 08:53:49 nn 1.17.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [be35b1a42e742141394491e652f14597667e9802]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2007/02/01 10:44:01 nn 1.7.110.2: fix for #i73877# from CWS calcdocmerge 2006/12/12 17:03:32 nn 1.7.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a9b7bb9011c8d72467051a4016a460e8e95c5005]

        INTEGRATION: CWS calcwarnings (1.47.8); FILE MERGED 2007/02/19 16:10:28 nn 1.47.8.3: RESYNC: (1.47-1.48); FILE MERGED 2006/12/12 17:03:32 nn 1.47.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:49 nn 1.47.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [93012dcae678df25330bfc2422a2f31c16da198a]

        INTEGRATION: CWS calcwarnings (1.6.108); FILE MERGED 2006/12/01 08:53:49 nn 1.6.108.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [dfcf9a60b2de1ae7fb9ca51b66416383a01f77cb]

        INTEGRATION: CWS calcwarnings (1.30.110); FILE MERGED 2007/02/19 16:10:21 nn 1.30.110.3: RESYNC: (1.30-1.31); FILE MERGED 2006/12/12 17:03:32 nn 1.30.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:49 nn 1.30.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [133cd4bf0087de85c0b04b1c6490fd6c49f4a660]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/12 17:03:32 nn 1.14.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:49 nn 1.14.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [75bd23bcc4bfb3a1fb170d5937549d9b2d4c9e0c]

        INTEGRATION: CWS calcwarnings (1.29.8); FILE MERGED 2007/02/19 16:10:15 nn 1.29.8.3: RESYNC: (1.29-1.30); FILE MERGED 2006/12/12 17:03:31 nn 1.29.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:48 nn 1.29.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a751f997efb9f5a32a564bcd1b1e9dc25b8b0c13]

        INTEGRATION: CWS calcwarnings (1.22.8); FILE MERGED 2007/02/19 16:10:08 nn 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2006/12/01 08:53:48 nn 1.22.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6c251bd669eb29263dcdd4b0cad9bbf77ef55834]

        INTEGRATION: CWS calcwarnings (1.52.46); FILE MERGED 2006/12/12 17:03:31 nn 1.52.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:48 nn 1.52.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fdf5dbc1885c56ebd85fd2084404dde193dbda2e]

        INTEGRATION: CWS calcwarnings (1.29.110); FILE MERGED 2006/12/12 17:03:31 nn 1.29.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:48 nn 1.29.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4716a7a5001e122cd2ee52d92f5a0ecdf2642955]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 08:53:48 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [385fca9a929c6eea609cd188b190b68f5cf2c54e]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/01 08:53:48 nn 1.13.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7af34ee4299194274321b242dcd9126f96010421]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:31 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:47 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [beb8355a9ba185acc2d59b4eb94bed4c1e045049]

        INTEGRATION: CWS calcwarnings (1.14.324); FILE MERGED 2006/12/14 17:57:19 nn 1.14.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c68932d5f07e01fbe13e443e636dab3aa334927a]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 08:53:47 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [81fae4ba244e231dc6a488ba635b970662a164b3]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/12 17:03:31 nn 1.18.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:47 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8cfee78666b887a2c6e55b5bc97561803d2ad504]

        INTEGRATION: CWS calcwarnings (1.17.8); FILE MERGED 2006/12/01 08:53:47 nn 1.17.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4086d507d0ce4310bb9779989af39376516ff7ab]

        INTEGRATION: CWS calcwarnings (1.31.8); FILE MERGED 2006/12/01 08:53:47 nn 1.31.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8f73b556ac7942177fbdf4ec3cd3fca6780b6e0f]

        INTEGRATION: CWS calcwarnings (1.15.8); FILE MERGED 2006/12/01 08:53:47 nn 1.15.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7e81c1aa014e6b7d93ed99181a48c0cc577e64ec]

        INTEGRATION: CWS calcwarnings (1.12.8); FILE MERGED 2006/12/01 08:53:47 nn 1.12.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8d5d4f6d57e67d0d98682c6380a3ae6ee7af5dad]

        INTEGRATION: CWS calcwarnings (1.79.8); FILE MERGED 2006/12/12 17:03:30 nn 1.79.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.79.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [80fad41d842b8b8f98ddf10b0a91f506bde1df6f]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/12 17:03:30 nn 1.4.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [688ac4b977c697b5939ec2cc1ed646e83797c91c]

        INTEGRATION: CWS calcwarnings (1.32.110); FILE MERGED 2006/12/14 17:57:18 nn 1.32.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:30 nn 1.32.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.32.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f4bdaad53f00394d0901fb682fe43a3ec4b680a3]

        INTEGRATION: CWS calcwarnings (1.29.110); FILE MERGED 2006/12/14 17:57:18 nn 1.29.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:30 nn 1.29.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.29.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b35a04defe51584f96c38ee91ac69d6717f01adf]

        INTEGRATION: CWS calcwarnings (1.43.8); FILE MERGED 2006/12/18 09:36:32 nn 1.43.8.2: RESYNC: (1.43-1.44); FILE MERGED 2006/12/12 17:03:30 nn 1.43.8.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8f972a4c825a7737809a56dea02e068baff09c0e]

        INTEGRATION: CWS calcwarnings (1.26.50); FILE MERGED 2006/12/12 17:03:30 nn 1.26.50.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.26.50.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2cd56f6fab43a2a83c72cf150654ab37b465594e]

        INTEGRATION: CWS calcwarnings (1.10.8); FILE MERGED 2007/02/19 16:10:01 nn 1.10.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/12/18 09:36:25 nn 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/12 17:03:29 nn 1.10.8.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [222edeb93f0be54cd35ca1db0f0464cc931ec590]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/01 08:53:46 nn 1.3.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [211ff035cded2555060c51ac9b5be5ebedeb9d96]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/12 17:03:29 nn 1.12.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [63b8289d2e1e147abf89264896a52acd363db303]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/12 17:03:29 nn 1.12.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:46 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [58e02d0e1419bf8c68959d374b7d0280d529f936]

        INTEGRATION: CWS calcwarnings (1.15.46); FILE MERGED 2007/02/20 15:21:11 nn 1.15.46.2: #i69284# warnings on wntmsci10.pro after resync 2006/12/12 17:03:29 nn 1.15.46.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [502d15f65e06be5e1a11c76b561ed01c066af388]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/01 08:53:45 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b397c4a0c8ee80ffcb047f63b81bb4036bef829b]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2006/12/12 17:03:29 nn 1.19.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:45 nn 1.19.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [40fd3e7f8c19a424e15caf009b00f30429ddf831]

        INTEGRATION: CWS calcwarnings (1.27.110); FILE MERGED 2006/12/12 17:03:29 nn 1.27.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:45 nn 1.27.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5fb66850df9680425c9b4e88bf8602ef9f71f289]

        INTEGRATION: CWS calcwarnings (1.44.2); FILE MERGED 2006/12/12 17:03:28 nn 1.44.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:45 nn 1.44.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5c48626a21572248464c1d90e2eb73fbe4d18bbe]

        INTEGRATION: CWS calcwarnings (1.41.2); FILE MERGED 2006/12/12 17:03:28 nn 1.41.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:45 nn 1.41.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [17c5fd60dc713cbdb975af49f9bb95004f6aeeeb]

        INTEGRATION: CWS calcwarnings (1.26.8); FILE MERGED 2007/02/19 16:09:55 nn 1.26.8.4: RESYNC: (1.26-1.27); FILE MERGED 2006/12/14 17:57:18 nn 1.26.8.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:28 nn 1.26.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.26.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [65605d297911b64c59af6213062d277c2a8c9edd]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/01 08:53:44 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0c1286ff8acd3272a4eb886524acb9b6f0dae3eb]

        INTEGRATION: CWS calcwarnings (1.22.110); FILE MERGED 2006/12/12 17:03:28 nn 1.22.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.22.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b4b8695d7429c8a184cdf10820a1a3fe546622c2]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/14 17:57:18 nn 1.7.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:28 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a3f28018995f500e86a150e96e035b35150ec517]

        INTEGRATION: CWS calcwarnings (1.36.110); FILE MERGED 2006/12/14 17:57:18 nn 1.36.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:27 nn 1.36.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.36.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a048c84e9613b1a29a41626b802a2bab762ecad9]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:27 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b74673139d53b0ff8db1165bb40c00355068e48f]

        INTEGRATION: CWS calcwarnings (1.16.110); FILE MERGED 2006/12/14 17:57:18 nn 1.16.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:27 nn 1.16.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.16.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [647eb00b3aeb616a9647ddb81b801510e502b3d4]

        INTEGRATION: CWS calcwarnings (1.20.88); FILE MERGED 2006/12/12 17:03:27 nn 1.20.88.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:44 nn 1.20.88.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0193e1e3c148b8be7a62b773016ccb40dd3e9105]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:27 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e3fd52f8a34006f41e4b9f73607fac87a2e5a577]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:27 nn 1.8.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:43 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f3cde8ad4dc2b87b950e46ddc13d7bbaecd5a591]

        INTEGRATION: CWS calcwarnings (1.15.54); FILE MERGED 2006/12/14 17:57:17 nn 1.15.54.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:26 nn 1.15.54.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:43 nn 1.15.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a8ffb8f6159b60b10a955ab51745ef44b60a3984]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/14 17:57:17 nn 1.11.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:43 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fba495705bcb2e8905e371a658f3041d487e450b]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/14 17:57:17 nn 1.14.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:26 nn 1.14.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:43 nn 1.14.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [beb1c134b4daeffe582f3f1ab50b958e3c888923]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 17:03:26 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:43 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6479eaad88ad83102a5bb026c25878edb91044f9]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 08:53:43 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a26367ce72d12d92b63b42baea6518b1e73975ce]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/14 17:57:17 nn 1.13.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:26 nn 1.13.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:43 nn 1.13.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c5b2b81c838211134d49bbfd0474389934a8a2b1]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2007/02/19 16:09:48 nn 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/01 08:53:43 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7933db721e306d1397152b1daf046584efa79f92]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/14 17:57:17 nn 1.14.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:26 nn 1.14.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:42 nn 1.14.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [426475b69194baf2a19f833bf9d5cba0a97833b1]

        INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGED 2006/12/01 08:53:42 nn 1.23.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1b302594d3149b9fdbce12cd43063b14d098a83a]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 08:53:42 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [31df284b62c9da4565d5cd56d92594a3bdbf3b8b]

        INTEGRATION: CWS calcwarnings (1.57.6); FILE MERGED 2006/12/18 09:36:18 nn 1.57.6.5: RESYNC: (1.57-1.58); FILE MERGED 2006/12/14 17:57:17 nn 1.57.6.4: #i69284# warning-free: ui, unxsols4 2006/12/13 11:31:48 dr 1.57.6.3: #i69284# remove compiler warnings for unxlngi6.pro 2006/12/12 17:03:26 nn 1.57.6.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:42 nn 1.57.6.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fe832078b51033e4ebd78e0dabff90f5f49f3373]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/01 08:53:42 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [76a07c63d7bf56561a239f09e246e3ed5620dd5b]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 08:53:42 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cb6377b426b3b3c3a5d94769e87bdc1779bdcbbc]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:25 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:42 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4d6097b7bcbd54f4272ee283a8726814df8723d9]

        INTEGRATION: CWS calcwarnings (1.26.110); FILE MERGED 2006/12/14 17:57:16 nn 1.26.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:25 nn 1.26.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:41 nn 1.26.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cd2caad23512c5671bca34ff794e329ec6091cb2]

        INTEGRATION: CWS calcwarnings (1.18.54); FILE MERGED 2006/12/14 17:57:16 nn 1.18.54.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:25 nn 1.18.54.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:41 nn 1.18.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3baba205fd46c104dc0367f2264e19282821599d]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:25 nn 1.9.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0a2c4135ac1c1e8a2cb0e319cf7b42f0e1df980d]

        INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGED 2006/12/12 17:03:25 nn 1.23.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:41 nn 1.23.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6bdeeb7032ed005ee5e09d66b9f70bb7aa865447]

        INTEGRATION: CWS calcwarnings (1.18.48); FILE MERGED 2006/12/14 17:57:16 nn 1.18.48.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:41 nn 1.18.48.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ffcb077e05e7f75171ed765c26be4f055857c8a5]

        INTEGRATION: CWS calcwarnings (1.5.108); FILE MERGED 2006/12/14 17:57:16 nn 1.5.108.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:25 nn 1.5.108.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:41 nn 1.5.108.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [939e10b70dacd7eb98da40830507559c70dd0350]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 17:57:16 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [68ac37cec0ae4b3e0dbf4087a9d2da5e9cbefbe4]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:24 nn 1.8.110.3: #i69284# warning-free: ui, unxlngi6 2006/12/01 15:51:27 nn 1.8.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:41 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4802ce5c859f54fee4087f0aa2677ecfff1c1d99]

        INTEGRATION: CWS calcwarnings (1.99.46); FILE MERGED 2006/12/14 17:57:15 nn 1.99.46.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:24 nn 1.99.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:40 nn 1.99.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3305e0a6452912d269902cf2edd53c2f1d5c7717]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 17:57:15 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [12a7e2060e1f21dd5f861fafad3dbd9147a9a351]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/01 15:51:27 nn 1.8.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:40 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [73432192dbb76122b287bcd6535cec311f3cf92e]

        INTEGRATION: CWS calcwarnings (1.21.88); FILE MERGED 2006/12/14 17:57:15 nn 1.21.88.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:24 nn 1.21.88.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:40 nn 1.21.88.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b536aefc0ff07300e51d00d840f06135881ff2e0]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/12 17:03:24 nn 1.12.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:40 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ad69ff3ee08613a0cf28320343eeadee5c578114]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:24 nn 1.6.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:40 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7ae6ab76ca0b1d3ae5b1d1e8e085d9c946b67b2a]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/01 15:51:27 nn 1.5.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:39 nn 1.5.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bf665616f2f983872f75bceb4dbdebec23274d4f]

        INTEGRATION: CWS calcwarnings (1.15.46); FILE MERGED 2006/12/12 17:03:23 nn 1.15.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:39 nn 1.15.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fb0346bf8df1a75de307453ac7ad81d50e45ac1d]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 08:53:39 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b3dff536fb47549390ddcb4fb9ea2464b2e497ce]

        INTEGRATION: CWS calcwarnings (1.8.108); FILE MERGED 2006/12/12 17:03:23 nn 1.8.108.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:39 nn 1.8.108.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8e13672375b09a656059490f86e73a90e290487e]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 17:03:23 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:39 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [362300054ea1dcdd3790301e3f37091c05848b89]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/12 17:03:23 nn 1.18.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:39 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3f016f9b9373c59b959bee3363aa6639c232dcff]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:23 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:39 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [dd134caac02c0f832357657e1c5f65c887da6d32]

        INTEGRATION: CWS calcwarnings (1.24.46); FILE MERGED 2006/12/14 17:57:15 nn 1.24.46.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:22 nn 1.24.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:38 nn 1.24.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8c8535fba20b22d5f1aa95a1aee910d28ac18951]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/14 17:57:14 nn 1.3.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [88d3e48260ef5a2e00bade15a6611d8cf5763db6]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:22 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ef731ba450476af3c269f93f2593967eceed36e4]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2007/02/19 16:07:16 nn 1.9.110.3: RESYNC: (1.9-1.10); FILE MERGED 2006/12/12 17:03:22 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:38 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d9180e91ff7f2b4d99c863e107048cdd485e5b15]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 17:03:22 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:38 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3ac58a4cf7b04ac04a10831e1cfdefe74700cbd5]

        INTEGRATION: CWS calcwarnings (1.10.50); FILE MERGED 2006/12/12 17:03:22 nn 1.10.50.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [155584604c58f3feeb120b953b6a6ad69e2420fe]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:21 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:38 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ddf41566d94b36dfc867b71651f2104cd9731f59]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:21 nn 1.5.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:38 nn 1.5.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [58fa09b37900067ce4c374712525fb2ccb613d1f]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/12 17:03:21 nn 1.13.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:37 nn 1.13.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [807a1dbb0c9c847824b7765c51d72214417f0646]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2007/02/20 15:21:10 nn 1.15.110.3: #i69284# warnings on wntmsci10.pro after resync 2006/12/12 17:03:21 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:37 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9ffb078273e3cee95eae70bb82d49125b5f6f626]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:20 nn 1.8.110.3: #i69284# warning-free: ui, unxlngi6 2006/12/01 15:51:27 nn 1.8.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:37 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [edcddc2a7bdc1a59f961ce7c3d177a1b36889180]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:20 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [38e23e2069118dcbca62f25fb6999bd054df24fc]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 17:03:20 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:37 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [633dbd6fea732b9747b50debe7b00aa6e0b11e80]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:20 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:37 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fa7e62f063ef93838fc79663db5fa4bf0f272706]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:20 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1b4e45e6ef5a2bcd8ad8a648486248f9be04d638]

        INTEGRATION: CWS calcwarnings (1.20.110); FILE MERGED 2006/12/14 17:57:14 nn 1.20.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:37 nn 1.20.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8b8d786ab71e5ac39f8c9db75cb354ce07c9bae8]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/12 17:03:19 nn 1.4.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:36 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [24013f5cbc4d4eb2912cb69d83f09bcece77c820]

        INTEGRATION: CWS calcwarnings (1.22.8); FILE MERGED 2006/12/14 17:57:14 nn 1.22.8.3: #i69284# warning-free: ui, unxsols4 2006/12/13 19:18:27 nn 1.22.8.2: #i69284# warning-free: core, unxsols4 2006/12/01 08:53:36 nn 1.22.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [469f983118760f1e77cae6940111358419552c2a]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:19 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:36 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5dffea07dff17d25ff66f67df42e0e16e054b877]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/19 16:26:01 nn 1.8.110.1: #i69284# warning-free with precompiled headers

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [734042258d4a15c5060a1bc21858e2cd9697dbda]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:19 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:36 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a9aef3a105095ecc11f14419c091c41ebb6c18a6]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2007/02/19 16:06:51 nn 1.6.110.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/12 17:03:19 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bbeca7e746a58d839653e6f3a4cdb73f9a5a6ca9]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/12 17:03:18 nn 1.10.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:36 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f154e35c7c11f88b643fd9d5138037c2d849d266]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:18 nn 1.8.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9fca88dfb93ce79c501c4b582d2d1c911995d669]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:18 nn 1.6.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:35 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a51aa36372ce7cbadd4eb92459ec87103fcdf31b]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:18 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4de4738a565f34e9e8517d3d58f02598fbdacb84]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 08:53:35 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2466b57477a6ba8e5f58b82b4499c51bd955da22]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2007/02/20 15:21:10 nn 1.6.110.2: #i69284# warnings on wntmsci10.pro after resync 2006/12/12 17:03:18 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [17c0e28a8cfff6cf277d0599f072d9fc9400328f]

        INTEGRATION: CWS calcwarnings (1.14.2); FILE MERGED 2007/02/20 15:21:10 nn 1.14.2.1: #i69284# warnings on wntmsci10.pro after resync

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [25bdd1ecb7f8c333b5ea5027d1bdce82157f0f6e]

        INTEGRATION: CWS calcwarnings (1.12.2); FILE MERGED 2006/12/12 17:03:18 nn 1.12.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:35 nn 1.12.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [393dcf3b2b8eb06254887e5d8b9f753e6ad1cda5]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:17 nn 1.6.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:35 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0ec51c82684a3b8db4591b5225619dae8cd1a723]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:17 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [63edb09051b204728d113293d8c09a2383f4c4e6]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/12 17:03:17 nn 1.10.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [317aeac587334d81f5fa53bec19acb78630c7825]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:17 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:35 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2daa59fcfa2ada2afdacd4ae6b68ef85ffd63d3a]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:16 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2eec3a54482809c0e928614b0b00e0901f86e500]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:16 nn 1.8.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:35 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2eb57137197da03143fe2e8a67b1ae44caabdf5f]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 17:03:16 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:34 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [77021615f9df82afed0bd99f049573294ff8d171]

        INTEGRATION: CWS calcwarnings (1.17.110); FILE MERGED 2006/12/12 17:03:16 nn 1.17.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:34 nn 1.17.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c8bddd713020e67f2fec758844d1b75167677fdc]

        INTEGRATION: CWS calcwarnings (1.21.50); FILE MERGED 2006/12/12 17:03:16 nn 1.21.50.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:34 nn 1.21.50.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [de4b6c684cf6f19c5c99d96ad3ecdc5f9ff29184]

        INTEGRATION: CWS calcwarnings (1.19.324); FILE MERGED 2006/12/01 08:53:34 nn 1.19.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [74f9ff61842eac1306d9f161792ff085cb9e9565]

        INTEGRATION: CWS calcwarnings (1.7.324); FILE MERGED 2006/12/01 08:53:34 nn 1.7.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d79d62f2b27798032e25f882c64c98ef62e4049f]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/01 08:53:34 nn 1.3.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [396e504053befc8a3b33dd24d3c7a01d90a9ebc4]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2007/02/19 16:06:34 nn 1.6.324.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/01 08:53:33 nn 1.6.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [888576974c157f0430db8d62abe83b13845ea27d]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/01 08:53:33 nn 1.6.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [42d4b281e2b013beba4eefec7a2c50696322be78]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/14 17:57:14 nn 1.3.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4b5c723175d7768984182bc7d388d36082931dcd]

        INTEGRATION: CWS calcwarnings (1.11.324); FILE MERGED 2006/12/14 17:57:14 nn 1.11.324.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:33 nn 1.11.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c089e39bb53b53c6623f79d1b55dac2ac274f4a5]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/12 17:03:15 nn 1.3.324.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:33 nn 1.3.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ebc5448e836abc2e6c64d83c40a2b29e7a722c45]

        INTEGRATION: CWS calcwarnings (1.7.324); FILE MERGED 2006/12/01 08:53:33 nn 1.7.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [031dc477c8bf0e0b7994d382d74c4d6bfccf3422]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/01 08:53:33 nn 1.4.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cf9e7831d48935bdaad59de8b33ac70fd06672d1]

        INTEGRATION: CWS calcwarnings (1.25.172); FILE MERGED 2007/02/19 16:06:28 nn 1.25.172.2: RESYNC: (1.25-1.26); FILE MERGED 2006/12/14 17:57:13 nn 1.25.172.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [282706f1e04745f5c3636b450ba634dab473f8c2]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/14 17:57:13 nn 1.6.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f640d15e7ce93c55174fe40b24eadf6803013721]

        INTEGRATION: CWS calcwarnings (1.8.322); FILE MERGED 2007/02/19 16:06:00 nn 1.8.322.2: RESYNC: (1.8-1.9); FILE MERGED 2006/12/14 17:57:13 nn 1.8.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [88666fd3d676fbee020eff9e856ac24dca044808]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/14 17:57:13 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5376c41822936274a8fc551b36e0943a3f24af64]

        INTEGRATION: CWS calcwarnings (1.3.322); FILE MERGED 2006/12/14 17:57:13 nn 1.3.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d0f36484c2c9b06980561337695914adc437f711]

        INTEGRATION: CWS calcwarnings (1.2.322); FILE MERGED 2006/12/14 17:57:13 nn 1.2.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [040b8c3d0413d1cd7e9bbbe50f6e72e89e27941d]

        INTEGRATION: CWS calcwarnings (1.9.324); FILE MERGED 2006/12/14 17:57:13 nn 1.9.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6cb8283be0eb5b92e7ea8867909da2aad108677c]

        INTEGRATION: CWS calcwarnings (1.2.322); FILE MERGED 2006/12/14 17:57:12 nn 1.2.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d4b79d6bd4fce8c2c0cecec973a65b599ebec5ea]

        INTEGRATION: CWS calcwarnings (1.11.324); FILE MERGED 2006/12/14 17:57:12 nn 1.11.324.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:33 nn 1.11.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fd28119d52b4fe3778209305d27b42df73efe7ab]

        INTEGRATION: CWS calcwarnings (1.3.322); FILE MERGED 2006/12/14 17:57:12 nn 1.3.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f31717b73216084d8a5328f4ee999d986f019e4b]

        INTEGRATION: CWS calcwarnings (1.15.324); FILE MERGED 2006/12/14 17:57:12 nn 1.15.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [31aa4abc1ca6ca0c18042b753f5d5f23d3e606f4]

        INTEGRATION: CWS calcwarnings (1.22.8); FILE MERGED 2006/12/01 08:53:32 nn 1.22.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [93a43725b37a29cc825f528229e1c48bd77d1329]

        INTEGRATION: CWS calcwarnings (1.4.322); FILE MERGED 2006/12/14 17:57:12 nn 1.4.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [688dab9073794ac281139119b370052ccf31f7a1]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/01 08:53:32 nn 1.5.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [71c18e3957cf1619b354a65e5fbec717741ebd85]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/12 17:03:15 nn 1.5.324.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1278932a9fc63c32c9f5c361fad631d6877d6332]

        INTEGRATION: CWS calcwarnings (1.6.322); FILE MERGED 2006/12/14 17:57:12 nn 1.6.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0fe4830d48b18e6c138fbcbf1d55a171ddc466f9]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/01 08:53:32 nn 1.4.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [65487af87ec0c4a61a30f6ed05214fb1c4823499]

        INTEGRATION: CWS calcwarnings (1.5.322); FILE MERGED 2006/12/14 17:57:11 nn 1.5.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [554e2f4927ab4f83ebd7b4c81abb2aa4b8f4f083]

        INTEGRATION: CWS calcwarnings (1.2.322); FILE MERGED 2006/12/14 17:57:11 nn 1.2.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a9dfb0c57e16b2d2d34f7de16874060497a4cc23]

        INTEGRATION: CWS calcwarnings (1.6.322); FILE MERGED 2006/12/14 17:57:11 nn 1.6.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fc33172f50fe13f058c8eee258e8bba887ecf2db]

        INTEGRATION: CWS calcwarnings (1.38.2); FILE MERGED 2007/02/19 16:05:45 nn 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2006/12/14 17:57:11 nn 1.38.2.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:32 nn 1.38.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [864c8ae5cac8ef4585316276bebbdd0e5df5ccd1]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/01 08:53:32 nn 1.6.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [94b8481c1535d823c3364c20899c44378cf48efb]

        INTEGRATION: CWS calcwarnings (1.11.324); FILE MERGED 2006/12/01 08:53:32 nn 1.11.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [69a9568b683bd4a7edc7edcb58e90f8edf547265]

        INTEGRATION: CWS calcwarnings (1.11.208); FILE MERGED 2006/12/14 17:57:11 nn 1.11.208.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:32 nn 1.11.208.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2c105a8ac85e57190b80af991d82390a1f7794d8]

        INTEGRATION: CWS calcwarnings (1.7.2); FILE MERGED 2006/12/14 17:57:10 nn 1.7.2.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d901eb0427d901100a0e42fd9652f3849c861032]

        INTEGRATION: CWS calcwarnings (1.2.322); FILE MERGED 2006/12/14 17:57:10 nn 1.2.322.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [def123265ef60d28741a5fbb85c93d61f866f5c8]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/01 08:53:31 nn 1.8.324.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e1b44e7312b01c6527c1fc329e27d38113368f08]

        INTEGRATION: CWS calcwarnings (1.17.262); FILE MERGED 2006/12/14 17:57:10 nn 1.17.262.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:15 nn 1.17.262.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:31 nn 1.17.262.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7925c09f806e12246a42844261b90654d8f8b89b]

        INTEGRATION: CWS calcwarnings (1.22.324); FILE MERGED 2006/12/14 17:57:10 nn 1.22.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ddb8442857e6f9412ac07f83b80190d67afa7826]

        INTEGRATION: CWS calcwarnings (1.27.324); FILE MERGED 2006/12/14 17:57:10 nn 1.27.324.2: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:15 nn 1.27.324.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6ead7568f44288f6016f6b23f1a21a8c0d40222d]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/14 17:57:10 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a40dba0a3f8831138ad4a32103bfa8174974fcaf]

        INTEGRATION: CWS calcwarnings (1.11.324); FILE MERGED 2006/12/14 17:57:10 nn 1.11.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5ab24b00e48545fd440123afc714558b59a44011]

        INTEGRATION: CWS calcwarnings (1.9.324); FILE MERGED 2006/12/14 17:57:10 nn 1.9.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4546bb4c86761541b33b2ff82fc3bbb6e1fcb156]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/14 17:57:09 nn 1.6.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [738aa48bb55772fecfa45f0fb947c3d3bd777b51]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/14 17:57:09 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [aac853a8f42fc1ed46ad5e70ac9d764735ddd180]

        INTEGRATION: CWS calcwarnings (1.11.192); FILE MERGED 2006/12/14 17:57:09 nn 1.11.192.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f37e59e3a2ff740d0f4463f3b359abbe863bd6f1]

        INTEGRATION: CWS calcwarnings (1.26.192); FILE MERGED 2006/12/14 17:57:09 nn 1.26.192.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [afc032a4bc34b3dae3f5bf6a5f6e797986a24f56]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 17:57:08 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fc4d9eb0e5ebcb48b81edf5f8509d4c5bf192d36]

        INTEGRATION: CWS calcwarnings (1.13.324); FILE MERGED 2006/12/14 17:57:08 nn 1.13.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [02a7628c8c2dac517168d93126aa25a7315fdf11]

        INTEGRATION: CWS calcwarnings (1.21.324); FILE MERGED 2006/12/15 11:40:02 nn 1.21.324.2: #i69284# warning-free: resolve ambiguity 2006/12/14 17:57:08 nn 1.21.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e73c18be36be247f585c365ff3a425e774cb1883]

        INTEGRATION: CWS calcwarnings (1.14.324); FILE MERGED 2006/12/14 17:57:08 nn 1.14.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c9476750bc715d7cf6f7db21605f95dfc6a5390a]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:14 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:31 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [dd8b68095ba3b112e7cb8f32b84fee4c2b246ecf]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/01 08:53:31 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7042e5a38a56f612d69c0e139e546c6e6324eb3b]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 08:53:31 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6f4a0e86d03b49f28b24abea4d83c03db7c1f1ec]

        INTEGRATION: CWS calcwarnings (1.14.88); FILE MERGED 2006/12/12 17:03:14 nn 1.14.88.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:31 nn 1.14.88.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c585bc9740e031f854a99a61a1c637a7702779c7]

        INTEGRATION: CWS calcwarnings (1.11.88); FILE MERGED 2006/12/12 17:03:14 nn 1.11.88.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:30 nn 1.11.88.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [727675891143b049e32e87a637b179a0eefecdbf]

        INTEGRATION: CWS calcwarnings (1.6.100); FILE MERGED 2006/12/01 08:53:30 nn 1.6.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [18992a3ec677d0c4c7933cb7dce413224731beb2]

        INTEGRATION: CWS calcwarnings (1.25.8); FILE MERGED 2006/12/12 17:03:14 nn 1.25.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:30 nn 1.25.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [90793be993e5d09fdae78760014030cf6f92c999]

        INTEGRATION: CWS calcwarnings (1.16.8); FILE MERGED 2006/12/18 09:35:31 nn 1.16.8.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/12 17:03:14 nn 1.16.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:30 nn 1.16.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f5dacf579b362c1e385af057a555cef42c735561]

        INTEGRATION: CWS calcwarnings (1.11.8); FILE MERGED 2006/12/12 17:03:14 nn 1.11.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:30 nn 1.11.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a2a2d266ad8cef756ac85b2dcd9683c2f639353b]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:13 nn 1.6.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:30 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d6de86406ab6ee3d72aa3a45021bf65211cf5f83]

        INTEGRATION: CWS calcwarnings (1.24.8); FILE MERGED 2006/12/12 17:03:13 nn 1.24.8.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6fe3968868391b8f0299c3f9d66525e066fc199b]

        INTEGRATION: CWS calcwarnings (1.9.8); FILE MERGED 2006/12/12 17:03:13 nn 1.9.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.9.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [eeb1f80ef6c4e3a5c1786758d40dbc315bed8103]

        INTEGRATION: CWS calcwarnings (1.20.8); FILE MERGED 2006/12/18 09:35:38 nn 1.20.8.3: RESYNC: (1.20-1.21); FILE MERGED 2006/12/12 17:03:13 nn 1.20.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.20.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [15b7e1f4ba0e25ee14669078336fab3a323767e0]

        INTEGRATION: CWS calcwarnings (1.7.108); FILE MERGED 2006/12/12 17:03:13 nn 1.7.108.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.7.108.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f52ee4117572d790b0cbd80d7bf08b615f81191e]

        INTEGRATION: CWS calcwarnings (1.9.8); FILE MERGED 2006/12/12 17:03:12 nn 1.9.8.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d4398ced19206aab3ccaed455c63f4b6cbb2cb6a]

        INTEGRATION: CWS calcwarnings (1.12.8); FILE MERGED 2006/12/12 17:03:12 nn 1.12.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.12.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2b30d4c5bc12423a50343c4c82c03f9f86f2f1ea]

        INTEGRATION: CWS calcwarnings (1.6.8); FILE MERGED 2006/12/12 17:03:12 nn 1.6.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.6.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [542d7b580bec7adb3ac637383f9e96eca871cbff]

        INTEGRATION: CWS calcwarnings (1.10.8); FILE MERGED 2006/12/12 17:03:12 nn 1.10.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.10.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e16e66634f65eaec55689ab5ff6263c8d0e87c13]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:12 nn 1.7.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:29 nn 1.7.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fb8d4e2969f2c3667e57e17a18394821c25a18ae]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/12 17:03:12 nn 1.12.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:28 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8a9a61a3a6ee13891ebee3c1de399cfa7a40cea4]

        INTEGRATION: CWS calcwarnings (1.28.110); FILE MERGED 2006/12/12 17:03:11 nn 1.28.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:28 nn 1.28.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0d63c2ad86c3715da73b07dd6831611a9babc8fc]

        INTEGRATION: CWS calcwarnings (1.30.8); FILE MERGED 2007/02/19 16:05:01 nn 1.30.8.2: RESYNC: (1.30-1.31); FILE MERGED 2006/12/01 08:53:28 nn 1.30.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c2caf0d64364819d05b990697886ff613aea532b]

        INTEGRATION: CWS calcwarnings (1.10.98); FILE MERGED 2006/12/01 08:53:28 nn 1.10.98.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [150236d541284af02d657aa3aa6900a66cc7a0ef]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:11 nn 1.5.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:28 nn 1.5.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6bce751112c2407d9bb4492d4deb18155f515dee]

        INTEGRATION: CWS calcwarnings (1.25.2); FILE MERGED 2007/02/19 16:04:44 nn 1.25.2.3: RESYNC: (1.25-1.26); FILE MERGED 2006/12/13 19:18:27 nn 1.25.2.2: #i69284# warning-free: core, unxsols4 2006/12/01 08:53:28 nn 1.25.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a58aff47bcbac47a7ba269cec9452f027596bf1d]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/01 08:53:27 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e9ab8cc915cf8be35deb95d78ca77faa89561101]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/12 17:03:11 nn 1.4.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e33f035f9ea1f45f88cba94ef41fcec650e4e3e7]

        INTEGRATION: CWS calcwarnings (1.7.100); FILE MERGED 2006/12/01 08:53:27 nn 1.7.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [69de605294658934c62338bd9da21f3a60156cce]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 08:53:27 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1b9a6329fcda25fd738bd0e0a36663a6e745cab8]

        INTEGRATION: CWS calcwarnings (1.38.8); FILE MERGED 2006/12/14 17:57:08 nn 1.38.8.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:11 nn 1.38.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:27 nn 1.38.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4605063d33ddd005763c91bd171aa9589551c4d5]

        INTEGRATION: CWS calcwarnings (1.23.54); FILE MERGED 2007/02/19 16:04:29 nn 1.23.54.3: RESYNC: (1.23-1.24); FILE MERGED 2006/12/14 17:57:07 nn 1.23.54.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:27 nn 1.23.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b02d0734c0d68c4f70f79e0734bd5772391eb807]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/01 08:53:27 nn 1.3.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5fae3ce243a91330e95d8e83d0fb2601f852d2ef]

        INTEGRATION: CWS calcwarnings (1.16.110); FILE MERGED 2006/12/14 17:57:07 nn 1.16.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:27 nn 1.16.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cc78cfb96c3ac78eff18469d041ce879c1ab367e]

        INTEGRATION: CWS calcwarnings (1.49.2); FILE MERGED 2007/02/19 16:04:22 nn 1.49.2.4: RESYNC: (1.49-1.50); FILE MERGED 2006/12/14 17:57:07 nn 1.49.2.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:11 nn 1.49.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:26 nn 1.49.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [250b18c3903bf2a60b43609b2e63ece7f80448c7]

        INTEGRATION: CWS calcwarnings (1.27.2); FILE MERGED 2007/02/01 10:44:01 nn 1.27.2.2: fix for #i73877# from CWS calcdocmerge 2006/12/01 08:53:26 nn 1.27.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [66d27cbc47d9e5c03369f11273922bbdced4a2fe]

        INTEGRATION: CWS calcwarnings (1.20.2); FILE MERGED 2007/02/19 16:04:12 nn 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/01 08:53:26 nn 1.20.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6e9482ec9d300ebee0b97923f43ed8672dd33455]

        INTEGRATION: CWS calcwarnings (1.88.2); FILE MERGED 2006/12/14 17:57:07 nn 1.88.2.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:10 nn 1.88.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:26 nn 1.88.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cf6df27faecebd8d55c3519072c5a4bb5d0ac72d]

        INTEGRATION: CWS calcwarnings (1.63.46); FILE MERGED 2006/12/14 17:57:07 nn 1.63.46.4: #i69284# warning-free: ui, unxsols4 2006/12/13 19:18:26 nn 1.63.46.3: #i69284# warning-free: core, unxsols4 2006/12/12 17:03:10 nn 1.63.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:26 nn 1.63.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c7b3a3460ebf4ea9936574513d1e4cb1402fbd8f]

        INTEGRATION: CWS calcwarnings (1.20.110); FILE MERGED 2006/12/14 17:57:06 nn 1.20.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:26 nn 1.20.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1357ec4b38e686fc7348d8caecdf293af3366590]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2007/02/19 16:04:05 nn 1.15.110.3: RESYNC: (1.15-1.16); FILE MERGED 2006/12/14 17:57:06 nn 1.15.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:25 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0f1406f98616adfdd95a25a8ac35b79bf5a461d1]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/01 15:51:26 nn 1.3.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:25 nn 1.3.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7cba3b2c4bf4db9f1a5c7df2b4dfdf2b764f7e78]

        INTEGRATION: CWS calcwarnings (1.23.2); FILE MERGED 2006/12/13 19:18:26 nn 1.23.2.3: #i69284# warning-free: core, unxsols4 2006/12/12 17:03:10 nn 1.23.2.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:25 nn 1.23.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1f643d573ae4720024a011edcb21d11093ce3126]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 17:03:10 nn 1.15.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:25 nn 1.15.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1781c0a3356b779abe116d545d9e73ecba688620]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/12 17:03:10 nn 1.9.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:25 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f4ebeeffb4d4f4b07b5c688a0bcacb7348a222dc]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 17:03:10 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:25 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7b9d1c6281ca6f07f7842f04aa275cd5f470088f]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 17:03:09 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:24 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [620bf3001d9b405109d01341b317d4010d972d8a]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2007/02/19 16:03:44 nn 1.6.110.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/12 17:03:09 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [12c4681e9056124cd4068e0417b08ffdfe33cca0]

        INTEGRATION: CWS calcwarnings (1.10.46); FILE MERGED 2007/02/20 15:21:10 nn 1.10.46.3: #i69284# warnings on wntmsci10.pro after resync 2007/02/19 16:03:37 nn 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/01 15:51:26 nn 1.10.46.1: #i69284# warning-free: wntmsci10.pro changes

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [203d2698bcf03e0d05fd46c1f5d32d878d19560f]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/12 17:03:09 nn 1.13.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d1e47098f69354b306ebbadec753c7f3fc120376]

        INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGED 2006/12/12 17:03:09 nn 1.23.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:24 nn 1.23.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b294da54cdecd9b95a597382075753bf1ecea259]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2007/02/20 15:21:09 nn 1.10.110.2: #i69284# warnings on wntmsci10.pro after resync 2006/12/01 08:53:24 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [076a4a4f6e63a9d3c1a23a4535a4f30cd2afcfa9]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 17:03:09 nn 1.8.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:24 nn 1.8.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [848c5419d83825979ddca1e41e1b806d277c24a2]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/14 17:57:06 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1ded8d4820e2bf41ecfeae61c22f3ccb7fde77f4]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:09 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a89ac395320dba2183c3e4956e7cca4d24b6780b]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/12 17:03:09 nn 1.13.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:24 nn 1.13.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5967ab882bb7a801bde98e32363b4457c4e7539f]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/01 08:53:24 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [005e93635bf45a1f53761ce0080e3a808ddf66ce]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2007/02/20 15:21:09 nn 1.6.110.2: #i69284# warnings on wntmsci10.pro after resync 2006/12/01 08:53:24 nn 1.6.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [16e69566a044ce1e6a7c6da36c6e7f1c659a02b2]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/12 17:03:08 nn 1.7.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7d464d8d6a269f2ddcc43f9c1088642872bd0c7e]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/12 17:03:08 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [01e820056a9049433c1a09c6f4d21f58dcd36784]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/12 17:03:08 nn 1.10.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:23 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b2780007c4a6ae77cb443b90d87ba0f2b83bc91d]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 17:03:08 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:23 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3ec7937d7bd0e0f224b1fe21cb3d186a6ed476c0]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/12 17:03:08 nn 1.12.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:23 nn 1.12.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [93122ddd130221c7b6886869c3122fcb2569a32e]

        INTEGRATION: CWS calcwarnings (1.25.100); FILE MERGED 2006/12/12 17:03:08 nn 1.25.100.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:23 nn 1.25.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [41b4adaee2b8d4b4f2df02e93ec06623bd03c954]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/12 17:03:07 nn 1.10.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:23 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [06b42e61ca5aab89546393d29a91f85bb9d0bf09]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/01 08:53:23 nn 1.9.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f718bb34bca269d5dd5394dcccabbba04c1d63c8]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/19 16:26:00 nn 1.6.110.1: #i69284# warning-free with precompiled headers

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f75f0554432c7bdc652c8be3784ed00b9246aeb3]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/12 17:03:07 nn 1.6.110.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [029da364b5c337675b27db703e0c3e77bb99e434]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/14 17:57:05 nn 1.5.110.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cf867b8a2b9afeb0a438b000a2a08803008e4409]

        INTEGRATION: CWS calcwarnings (1.9.2); FILE MERGED 2006/12/14 17:57:05 nn 1.9.2.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [49dfb3c2f8eaf0c925feae39cc2dc19f192b4aad]

        INTEGRATION: CWS calcwarnings (1.10.2); FILE MERGED 2006/12/14 17:57:05 nn 1.10.2.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:22 nn 1.10.2.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6e7969e3193d74945ea8f222b846a459fa7ddf69]

        INTEGRATION: CWS calcwarnings (1.6.58); FILE MERGED 2006/12/14 17:57:05 nn 1.6.58.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1d802b8cf40eca06b766f9644a3005d7a973c74d]

        INTEGRATION: CWS calcwarnings (1.8.46); FILE MERGED 2006/12/12 17:03:07 nn 1.8.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:22 nn 1.8.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [09bc20fbd34ba4d2b8fdeaab37cbe4a20f7bef9f]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/12 17:03:07 nn 1.10.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:22 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cd8c08d284e38a5b895ebb71daef6acb82578de3]

        INTEGRATION: CWS calcwarnings (1.7.96); FILE MERGED 2006/12/12 17:03:07 nn 1.7.96.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:22 nn 1.7.96.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7be8a149ff7c61ab0b6fa038efd51cb203f0d139]

        INTEGRATION: CWS calcwarnings (1.28.110); FILE MERGED 2006/12/12 17:03:06 nn 1.28.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:22 nn 1.28.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d985a207f933e9b1ec28c628b081a1bf8ab07ac]

        INTEGRATION: CWS calcwarnings (1.12.100); FILE MERGED 2006/12/01 08:53:21 nn 1.12.100.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [097790c0270da8ade51135ce2ec2eea1c5ddd963]

        INTEGRATION: CWS calcwarnings (1.51.88); FILE MERGED 2006/12/14 17:57:04 nn 1.51.88.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:06 nn 1.51.88.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:21 nn 1.51.88.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e93b3f8518af87a9a5d4ad4869cbcaf2e9ff8dde]

        INTEGRATION: CWS calcwarnings (1.36.8); FILE MERGED 2006/12/01 08:53:21 nn 1.36.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fe9489997b86e8ca0d5ee3bcb9c25a46757d0b50]

        INTEGRATION: CWS calcwarnings (1.49.86); FILE MERGED 2007/02/19 16:03:20 nn 1.49.86.5: RESYNC: (1.49-1.50); FILE MERGED 2006/12/14 17:57:04 nn 1.49.86.4: #i69284# warning-free: ui, unxsols4 2006/12/13 19:18:26 nn 1.49.86.3: #i69284# warning-free: core, unxsols4 2006/12/12 17:03:06 nn 1.49.86.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:21 nn 1.49.86.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ae66fd59240b7cfc2e2d3c28d51bea9734eb0723]

        INTEGRATION: CWS calcwarnings (1.67.46); FILE MERGED 2006/12/14 17:57:04 nn 1.67.46.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:06 nn 1.67.46.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:21 nn 1.67.46.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [49a992bf35e8bd100f97894eaf9357e02d5cf819]

        INTEGRATION: CWS calcwarnings (1.34.8); FILE MERGED 2006/12/18 09:35:23 nn 1.34.8.3: RESYNC: (1.34-1.35); FILE MERGED 2006/12/12 17:03:06 nn 1.34.8.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:21 nn 1.34.8.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4bb52d8782f8354ddafa25fee12135f2191f1371]

        INTEGRATION: CWS calcwarnings (1.17.50); FILE MERGED 2006/12/12 17:03:05 nn 1.17.50.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7d3e9963303bb06debe40edf4c24e2420afa4ab6]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/01 08:53:20 nn 1.5.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d7a49576353ab7b9d1282ab39a71846f17a46dae]

        INTEGRATION: CWS calcwarnings (1.36.54); FILE MERGED 2007/02/19 16:02:53 nn 1.36.54.4: RESYNC: (1.36-1.37); FILE MERGED 2006/12/14 17:57:03 nn 1.36.54.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:05 nn 1.36.54.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:20 nn 1.36.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c5f948f246017e03651eea1268a086bec9506eb6]

        INTEGRATION: CWS calcwarnings (1.30.110); FILE MERGED 2007/02/19 16:03:13 nn 1.30.110.2: RESYNC: (1.30-1.31); FILE MERGED 2006/12/01 08:53:20 nn 1.30.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [083687f5fcafe06d4fd679e9123cf4bafb95f1f9]

        INTEGRATION: CWS calcwarnings (1.46.54); FILE MERGED 2007/02/19 16:03:07 nn 1.46.54.3: RESYNC: (1.46-1.47); FILE MERGED 2006/12/01 15:51:26 nn 1.46.54.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:20 nn 1.46.54.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [53a77e9efbfd2827303509ddf63b500881a2df81]

        INTEGRATION: CWS calcwarnings (1.25.110); FILE MERGED 2007/02/19 16:03:00 nn 1.25.110.3: RESYNC: (1.25-1.26); FILE MERGED 2006/12/12 17:03:05 nn 1.25.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:20 nn 1.25.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2b6ce8aa28b10eae1ef7ab3e80617251fd550914]

        INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGED 2006/12/12 17:03:05 nn 1.23.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:20 nn 1.23.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e0d16b9c54bd2828b442617e6785c0d772452078]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/01 08:53:20 nn 1.18.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0b793785a84cc4d409aa53a3f972f35f82b3e62d]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2007/02/19 16:02:17 nn 1.19.110.2: RESYNC: (1.19-1.20); FILE MERGED 2006/12/01 08:53:19 nn 1.19.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [446edece6c7ae1ae072a7e9e4569571551cb8e1d]

        INTEGRATION: CWS calcwarnings (1.33.110); FILE MERGED 2007/02/19 16:02:10 nn 1.33.110.3: RESYNC: (1.33-1.34); FILE MERGED 2006/12/12 17:03:04 nn 1.33.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:19 nn 1.33.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e83e0876fe4de3dfd9ef7db6662fcba1929612d1]

        INTEGRATION: CWS calcwarnings (1.68.110); FILE MERGED 2007/02/19 16:01:50 nn 1.68.110.4: RESYNC: (1.68-1.69); FILE MERGED 2006/12/12 17:03:04 nn 1.68.110.3: #i69284# warning-free: ui, unxlngi6 2006/12/01 15:51:25 nn 1.68.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 08:53:19 nn 1.68.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b60865564d53df1978430b4d7f0f802edbec52e0]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2007/02/19 16:02:03 nn 1.11.110.4: RESYNC: (1.11-1.12); FILE MERGED 2006/12/14 17:57:03 nn 1.11.110.3: #i69284# warning-free: ui, unxsols4 2006/12/12 17:03:04 nn 1.11.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:19 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [abd5a290229662bec0a3f713ea86abc96bc376be]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2006/12/01 08:53:19 nn 1.19.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [694b1c0c98aae2e3b8cdc71a44b9acc5c093113d]

        INTEGRATION: CWS calcwarnings (1.30.110); FILE MERGED 2007/02/19 16:01:57 nn 1.30.110.3: RESYNC: (1.30-1.31); FILE MERGED 2006/12/12 17:03:04 nn 1.30.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:19 nn 1.30.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fce8c87b1096196a43adbd185d1f67121b520579]

        INTEGRATION: CWS calcwarnings (1.18.46); FILE MERGED 2007/02/19 16:01:44 nn 1.18.46.2: RESYNC: (1.18-1.19); FILE MERGED 2006/12/12 17:03:03 nn 1.18.46.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8c18e6bb2e3f047d6655dfb6470754da9a6e290b]

        INTEGRATION: CWS calcwarnings (1.29.110); FILE MERGED 2007/02/19 16:01:37 nn 1.29.110.3: RESYNC: (1.29-1.30); FILE MERGED 2006/12/12 17:03:03 nn 1.29.110.2: #i69284# warning-free: ui, unxlngi6 2006/12/01 08:53:19 nn 1.29.110.1: #i69284# warning-free: ui, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ef3f2a1e84dcf32daa785b82b280b5e405bebfa1]

        INTEGRATION: CWS calcwarnings (1.64.88); FILE MERGED 2006/12/13 10:30:20 nn 1.64.88.3: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 15:51:25 nn 1.64.88.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 13:29:20 nn 1.64.88.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4b16d3842fbb77444868e1970e22d5f43dd137ed]

        INTEGRATION: CWS calcwarnings (1.28.324); FILE MERGED 2006/12/13 10:30:20 nn 1.28.324.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [00a0806c9b9d9e5a4ebb89d0c5db6dde548c6f39]

        INTEGRATION: CWS calcwarnings (1.46.110); FILE MERGED 2006/12/13 10:30:20 nn 1.46.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:20 nn 1.46.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d6712fc600fb9b48a39b13c38252531325cbe42]

        INTEGRATION: CWS calcwarnings (1.24.322); FILE MERGED 2006/12/14 14:19:48 dr 1.24.322.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0c331f99c2988f651a6caeed7122f12abf7b912a]

        INTEGRATION: CWS calcwarnings (1.58.110); FILE MERGED 2006/12/13 10:30:19 nn 1.58.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:20 nn 1.58.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [84a895aee272adfe92001f2d11ce34b1fa9fe090]

        INTEGRATION: CWS calcwarnings (1.29.50); FILE MERGED 2006/12/01 13:29:20 nn 1.29.50.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f9dcf2c384f231536b327e080a084d3e887212dc]

        INTEGRATION: CWS calcwarnings (1.62.48); FILE MERGED 2006/12/13 10:30:19 nn 1.62.48.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:20 nn 1.62.48.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b74179c371412e756058bd65f43ffdce229cd129]

        INTEGRATION: CWS calcwarnings (1.15.108); FILE MERGED 2006/12/13 10:30:19 nn 1.15.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:20 nn 1.15.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7b7c2f4987b81d6205e3e6050eaf5cd1218e6991]

        INTEGRATION: CWS calcwarnings (1.12.108); FILE MERGED 2006/12/01 13:29:19 nn 1.12.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4074aca2771de0bed67f09be26e3c03f43a96882]

        INTEGRATION: CWS calcwarnings (1.27.110); FILE MERGED 2006/12/01 13:29:19 nn 1.27.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [90b9185ec98c640c987fa9e22a9d42fab89a0b43]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/01 13:29:19 nn 1.15.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d6b12028d49ac558cc8f5cbc1ec7d9a5fa43c1a]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/01 13:29:19 nn 1.11.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [70171bbe3ce6f9d9119ad97caab2c155c946b4f6]

        INTEGRATION: CWS calcwarnings (1.124.108); FILE MERGED 2006/12/14 14:19:48 dr 1.124.108.3: #i69284# remove compiler warnings for unxsols4 2006/12/13 10:30:19 nn 1.124.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:19 nn 1.124.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [90347df8885f9dcf594b8523ab65acf422a397c3]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/13 10:30:19 nn 1.9.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:19 nn 1.9.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f1fdd4464fedccd809f272a092569fbe701716e8]

        INTEGRATION: CWS calcwarnings (1.14.108); FILE MERGED 2006/12/13 10:30:19 nn 1.14.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:19 nn 1.14.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e3fdfb9c3c160f231df237bf72d92f0ab29a0e74]

        INTEGRATION: CWS calcwarnings (1.201.108); FILE MERGED 2006/12/14 14:19:47 dr 1.201.108.4: #i69284# remove compiler warnings for unxsols4 2006/12/13 10:30:18 nn 1.201.108.3: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 15:51:25 nn 1.201.108.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 13:29:18 nn 1.201.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a62b87dde6d3beead82ed919e93b80d580ab5d36]

        INTEGRATION: CWS calcwarnings (1.28.108); FILE MERGED 2006/12/13 10:30:18 nn 1.28.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:18 nn 1.28.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [478f6022e5a6fd993605bf3b89a01dffc2ba1f19]

        INTEGRATION: CWS calcwarnings (1.17.296); FILE MERGED 2006/12/13 10:30:18 nn 1.17.296.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c0d0a0a9eccc475a0f0f35aa56465a6857b52175]

        INTEGRATION: CWS calcwarnings (1.23.108); FILE MERGED 2007/02/19 16:01:31 nn 1.23.108.3: RESYNC: (1.23-1.24); FILE MERGED 2006/12/13 10:30:18 nn 1.23.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:18 nn 1.23.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3adeae687a60d715db8a656138d24c2726f6fadc]

        INTEGRATION: CWS calcwarnings (1.24.110); FILE MERGED 2006/12/13 10:30:18 nn 1.24.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:18 nn 1.24.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [395d764ce72a7622528d0d7edbfdd334497ba963]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/13 10:30:17 nn 1.8.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:18 nn 1.8.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [756cc6b875ae3a7bd0d07fd02ce74cd4def055a6]

        INTEGRATION: CWS calcwarnings (1.21.54); FILE MERGED 2006/12/01 13:29:18 nn 1.21.54.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a9038cbb6995238ebbb678a26cb8f09cfa624706]

        INTEGRATION: CWS calcwarnings (1.23.314); FILE MERGED 2006/12/13 10:30:17 nn 1.23.314.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [42af842f492f6dcf6b81fbc642591cb7b0ccc598]

        INTEGRATION: CWS calcwarnings (1.92.110); FILE MERGED 2006/12/13 10:30:17 nn 1.92.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.92.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a3495b343fd3489cf54968f04c5c14026cfe88ff]

        INTEGRATION: CWS calcwarnings (1.28.110); FILE MERGED 2006/12/13 10:30:17 nn 1.28.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.28.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [193d7b65f80ac8fdc42f20467584b65449b5bfe1]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/13 10:30:17 nn 1.14.110.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [676e01de35bf09697d4a8ceb0009ae33d3825d85]

        INTEGRATION: CWS calcwarnings (1.26.110); FILE MERGED 2006/12/13 10:30:17 nn 1.26.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.26.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a1ca1fdf80de93840e4aa0fd41261333fa2ff9a5]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/12/13 10:30:16 nn 1.10.110.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [809611e1fad735be5c282a4ae67c411600725a93]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/01 13:29:17 nn 1.13.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d90e290aed116482ece5c46d4911b9b7b4f70f37]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/01 13:29:17 nn 1.6.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b7eec64a8c60d9f87a2b9c3af29bb3a636ade622]

        INTEGRATION: CWS calcwarnings (1.26.108); FILE MERGED 2006/12/13 10:30:16 nn 1.26.108.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [816e1860fd7258f015ff41d62f533c706e769a64]

        INTEGRATION: CWS calcwarnings (1.25.108); FILE MERGED 2006/12/13 10:30:16 nn 1.25.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.25.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0cf2516344c08c48f1be100226f46305bcac2e01]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/13 10:30:16 nn 1.14.110.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2f46b937fc2870da846ae265059a6919703c104d]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/13 10:30:16 nn 1.11.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:17 nn 1.11.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ea897c2d9d48c9dbe547fac39978e2aa74a03f02]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2006/12/13 10:30:16 nn 1.19.110.3: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 15:51:25 nn 1.19.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 13:29:16 nn 1.19.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [da66a691072f05233c4720b2834f2e544dde4116]

        INTEGRATION: CWS calcwarnings (1.26.324); FILE MERGED 2006/12/13 10:30:16 nn 1.26.324.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.26.324.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [244860293c16c3e8131760ee1a4c6f5820c39c33]

        INTEGRATION: CWS calcwarnings (1.46.108); FILE MERGED 2006/12/13 10:30:15 nn 1.46.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.46.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7cb03c7e24f3a5cb38f9341e03afccb960e5ac87]

        INTEGRATION: CWS calcwarnings (1.30.314); FILE MERGED 2006/12/01 13:29:16 nn 1.30.314.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [111fd49c67c49f00c9ca4cce92817532c56d3d45]

        INTEGRATION: CWS calcwarnings (1.43.110); FILE MERGED 2006/12/13 10:30:15 nn 1.43.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.43.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fd8a0fb1b0a9f84475fda8ac7dc5a8c81409ed8b]

        INTEGRATION: CWS calcwarnings (1.20.108); FILE MERGED 2006/12/14 14:19:47 dr 1.20.108.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 13:29:16 nn 1.20.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fee9f01ab924564c2ac8fc573d009fba8be51f08]

        INTEGRATION: CWS calcwarnings (1.23.108); FILE MERGED 2007/02/19 16:01:24 nn 1.23.108.4: RESYNC: (1.23-1.24); FILE MERGED 2006/12/14 14:19:47 dr 1.23.108.3: #i69284# remove compiler warnings for unxsols4 2006/12/13 10:30:15 nn 1.23.108.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.23.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ee76b785f9af129e1e9b0a21407fe08c4f17b2da]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/01 13:29:15 nn 1.3.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [674e379adfd52e4d09107d95eb812c879ef7de14]

        INTEGRATION: CWS calcwarnings (1.13.108); FILE MERGED 2006/12/01 13:29:15 nn 1.13.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [06ad6d677dd83afe3a7658500ca773287629b459]

        INTEGRATION: CWS calcwarnings (1.16.110); FILE MERGED 2006/12/13 10:30:15 nn 1.16.110.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:15 nn 1.16.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [20bcc0692d669d72d63095de907a4eb4b3fc9a1c]

        INTEGRATION: CWS calcwarnings (1.25.46); FILE MERGED 2006/12/01 13:29:15 nn 1.25.46.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c585c18557c383f6be3ba02d94df85059c19abf6]

        INTEGRATION: CWS calcwarnings (1.8.108); FILE MERGED 2006/12/01 13:29:15 nn 1.8.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [625219431ecef190ee7caf8cc84475a9783fcd61]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/13 10:30:15 nn 1.12.110.1: #i69284# warning-free: filter/xml, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [83c05b12d40001e43f2a6f8d6f8d614ec7a982f9]

        INTEGRATION: CWS calcwarnings (1.24.46); FILE MERGED 2006/12/13 10:30:15 nn 1.24.46.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:15 nn 1.24.46.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e30b586e19e378318dd714618d25f422faa96aaa]

        INTEGRATION: CWS calcwarnings (1.27.108); FILE MERGED 2006/12/13 10:30:14 nn 1.27.108.3: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 15:51:24 nn 1.27.108.2: #i69284# warning-free: wntmsci10.pro changes 2006/12/01 13:29:15 nn 1.27.108.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4ec8f1c08749f21f86142b9a61d699d45a95aa26]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/01 13:29:15 nn 1.8.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c801e67c93e7e24858d64d56c53d80b87c27a8bb]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/01 13:29:14 nn 1.14.110.1: #i69284# warning-free: filter/xml, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d75b2e3cf9b4b082fcd38b798d11624cb960090b]

        INTEGRATION: CWS calcwarnings (1.83.48); FILE MERGED 2007/02/19 16:01:17 nn 1.83.48.4: RESYNC: (1.83-1.84); FILE MERGED 2006/12/13 10:19:40 dr 1.83.48.3: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/12 16:42:52 dr 1.83.48.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:38 dr 1.83.48.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0e56776788f7b0df548a9f4682631231e17e1d36]

        INTEGRATION: CWS calcwarnings (1.22.108); FILE MERGED 2007/02/19 16:01:11 nn 1.22.108.2: RESYNC: (1.22-1.23); FILE MERGED 2006/12/01 14:42:38 dr 1.22.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0a9dc8f6155d02a44471d7dbebc0e1f541cefb71]

        INTEGRATION: CWS calcwarnings (1.14.324); FILE MERGED 2006/12/14 14:01:23 dr 1.14.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2b1bc7e63cbf970b4ef459f609c24167c1129d56]

        INTEGRATION: CWS calcwarnings (1.24.110); FILE MERGED 2006/12/12 16:42:52 dr 1.24.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:38 dr 1.24.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f2451d83b532c53cb79c49888cc44d67883492f9]

        INTEGRATION: CWS calcwarnings (1.16.54); FILE MERGED 2007/02/19 16:00:56 nn 1.16.54.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/12 16:42:52 dr 1.16.54.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:01:38 dr 1.16.54.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c9cefdc417bf97a0e6e531277e5658e4e8f06888]

        INTEGRATION: CWS calcwarnings (1.2.324); FILE MERGED 2006/12/14 14:01:23 dr 1.2.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [37b4556165a624acbde5070101407d8a812a8df1]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/01 16:13:03 dr 1.7.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d7dba46a8b3d5484cec50446092b2cea29e37e05]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/12 16:42:51 dr 1.4.110.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9d330a2b86f81e68f2c9573636cece049bb6c4c4]

        INTEGRATION: CWS calcwarnings (1.6.108); FILE MERGED 2006/12/01 16:13:02 dr 1.6.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [89a45dd0c6315fcd46b435501fa0f1c103cb9308]

        INTEGRATION: CWS calcwarnings (1.2.324); FILE MERGED 2006/12/14 14:01:22 dr 1.2.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d20a5f092b8a64f5e4d97096a2fc4e559933fe1e]

        INTEGRATION: CWS calcwarnings (1.16.110); FILE MERGED 2006/12/12 16:42:51 dr 1.16.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 16:13:02 dr 1.16.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4375accae435e0e657835975ef18b97fc7a1320b]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/01 16:06:09 dr 1.3.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5b176e257291502477cf33c7ef2e2b0986498ccb]

        INTEGRATION: CWS calcwarnings (1.4.46); FILE MERGED 2006/12/14 14:01:22 dr 1.4.46.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 16:06:09 dr 1.4.46.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [04acc5f81cf8bc063d7d15e681eb39d7208e983a]

        INTEGRATION: CWS calcwarnings (1.2.248); FILE MERGED 2006/12/14 14:01:22 dr 1.2.248.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [608f055072210c2d6c7851d0e9835befa1226ad2]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/14 14:01:21 dr 1.11.110.2: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:51 dr 1.11.110.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [59a03cc4a5160b657e4b441cc164811f71a6a40e]

        INTEGRATION: CWS calcwarnings (1.13.108); FILE MERGED 2006/12/01 15:51:58 dr 1.13.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f9af1ebbbac8d5f0043dbd2d088a3aecdf368958]

        INTEGRATION: CWS calcwarnings (1.2.324); FILE MERGED 2006/12/14 14:01:21 dr 1.2.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e804dc93b656afb671ce0319ff1a32077e6c07d9]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/12 16:42:51 dr 1.8.110.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4dc2ef2305225854d48a95ea96b964e94b30a743]

        INTEGRATION: CWS calcwarnings (1.11.108); FILE MERGED 2006/12/12 16:42:51 dr 1.11.108.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:51:58 dr 1.11.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0b416cb165957b6e52b631ba2de41342e26357b1]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/12/12 16:42:50 dr 1.11.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:51:58 dr 1.11.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6b763c92f6e31fc21710825a579ca3d8536e954f]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/01 15:51:58 dr 1.4.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4defd88e164f289c1f17f110cff0cbc031e9ad8f]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/14 14:01:21 dr 1.7.110.2: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:50 dr 1.7.110.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9f5ec54e34b400a27fde5bd07b045b661de4c86a]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/12/14 14:01:21 dr 1.3.110.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4539d6fac689bd9bb2b00921c6c98ca92d6d01b0]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/01 15:51:57 dr 1.5.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [59dde7bd424cd459f9651b51b62d15d80c0c5f29]

        INTEGRATION: CWS calcwarnings (1.9.116); FILE MERGED 2006/12/01 14:42:07 dr 1.9.116.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d401449e098d2a24fd39252fa75416112c1760d2]

        INTEGRATION: CWS calcwarnings (1.7.2); FILE MERGED 2007/02/19 16:00:10 nn 1.7.2.4: RESYNC: (1.7-1.9); FILE MERGED 2006/12/15 12:47:04 nn 1.7.2.3: #i69284# warning-free: access control for using 2006/12/14 14:01:20 dr 1.7.2.2: #i69284# remove compiler warnings for unxsols4 2006/12/04 09:33:16 nn 1.7.2.1: #i69284# warning-free: wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [01ca162fdd7170feb7e9e67f6b948560b2f4266e]

        INTEGRATION: CWS calcwarnings (1.11.118); FILE MERGED 2006/12/12 16:42:50 dr 1.11.118.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [26e5879337b5eae3f039864f693179d8f16ee293]

        INTEGRATION: CWS calcwarnings (1.5.116); FILE MERGED 2007/02/19 15:59:34 nn 1.5.116.3: RESYNC: (1.5-1.6); FILE MERGED 2006/12/14 14:01:20 dr 1.5.116.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 14:42:07 dr 1.5.116.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b4c13187bdf6487cc13b4592a3e273118e9cf6d3]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/01 14:42:07 dr 1.3.324.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8a7d56c64631373fd15ee48f2840e89776599bf3]

        INTEGRATION: CWS calcwarnings (1.16.168); FILE MERGED 2006/12/14 14:01:20 dr 1.16.168.3: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:50 dr 1.16.168.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:06 dr 1.16.168.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [73fc11bdd9351f6a0692d416964e5d08b4329cdd]

        INTEGRATION: CWS calcwarnings (1.11.116); FILE MERGED 2006/12/12 16:42:49 dr 1.11.116.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:06 dr 1.11.116.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [530d3bd1355e16de9221a13c3933caad70a41927]

        INTEGRATION: CWS calcwarnings (1.8.296); FILE MERGED 2007/02/19 15:58:41 nn 1.8.296.2: RESYNC: (1.8-1.9); FILE MERGED 2006/12/12 16:42:49 dr 1.8.296.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [30bfaf4cb85e1e27e74b8c4ddeea53dadffd591b]

        INTEGRATION: CWS calcwarnings (1.7.194); FILE MERGED 2006/12/14 14:01:20 dr 1.7.194.3: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:49 dr 1.7.194.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:32:41 dr 1.7.194.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bd3a02438ca4fd97ad0ae53944ae4867f631dddf]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 14:01:19 dr 1.4.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4e211d988672a70d326deced9579e188c7d7c1b6]

        INTEGRATION: CWS calcwarnings (1.2.248); FILE MERGED 2006/12/01 16:06:17 dr 1.2.248.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [84fbfe37e8a875294a86d24a64750f097abb6b7f]

        INTEGRATION: CWS calcwarnings (1.12.46); FILE MERGED 2006/12/01 14:42:06 dr 1.12.46.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f704d8e5ac4edb27aad5c45b143dfd56b1bd58b3]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 14:01:19 dr 1.4.324.2: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:49 dr 1.4.324.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e42a7daab6c2d93c0d71090793edbeb2eb4dcc06]

        INTEGRATION: CWS calcwarnings (1.39.52); FILE MERGED 2006/12/12 16:42:49 dr 1.39.52.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:06 dr 1.39.52.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4663861267bfed960746e63f22f56e507a10e958]

        INTEGRATION: CWS calcwarnings (1.14.194); FILE MERGED 2006/12/14 14:01:19 dr 1.14.194.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 15:40:09 dr 1.14.194.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9e31f52f9e51d6c689a1de9a819bba426fb43824]

        INTEGRATION: CWS calcwarnings (1.9.60); FILE MERGED 2006/12/14 14:01:19 dr 1.9.60.2: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:49 dr 1.9.60.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f84b49aa6c196742a11052dfa552c45eb458977f]

        INTEGRATION: CWS calcwarnings (1.19.168); FILE MERGED 2007/02/19 15:58:34 nn 1.19.168.2: RESYNC: (1.19-1.20); FILE MERGED 2006/12/01 11:17:37 dr 1.19.168.1: #i69284# warnings in sc module

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [88fff0d01bfc24786fe7ba3f1c488b8647590533]

        INTEGRATION: CWS calcwarnings (1.8.116); FILE MERGED 2006/12/15 12:47:04 nn 1.8.116.4: #i69284# warning-free: access control for using 2006/12/14 14:01:19 dr 1.8.116.3: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:48 dr 1.8.116.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:05 dr 1.8.116.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9e3f93e754043d9677ae15a1417e79f075824832]

        INTEGRATION: CWS calcwarnings (1.3.44); FILE MERGED 2007/02/19 15:58:28 nn 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2006/12/15 12:47:03 nn 1.3.44.2: #i69284# warning-free: access control for using 2006/12/14 14:01:19 dr 1.3.44.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1ef33c84597f869740665f66afd6d4d646da78df]

        INTEGRATION: CWS calcwarnings (1.5.44); FILE MERGED 2007/02/20 10:56:41 dr 1.5.44.4: #i10000# unxsols warning 2007/02/19 15:58:11 nn 1.5.44.3: RESYNC: (1.5-1.6); FILE MERGED 2006/12/15 12:47:03 nn 1.5.44.2: #i69284# warning-free: access control for using 2006/12/14 14:01:19 dr 1.5.44.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a68caa548c0f823dcb4ae9f378d443a895fddc4d]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/01 14:42:05 dr 1.6.324.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [97322993307eaa601c69283ef39b8b18373063a9]

        INTEGRATION: CWS calcwarnings (1.48.118); FILE MERGED 2006/12/14 14:01:18 dr 1.48.118.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 14:42:05 dr 1.48.118.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9af315f9ea8ed6baf6d022c6ec46d26690640063]

        INTEGRATION: CWS calcwarnings (1.67.52); FILE MERGED 2006/12/14 14:01:18 dr 1.67.52.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1d25b1f88c0403fe2b9452133fa66989c129beba]

        INTEGRATION: CWS calcwarnings (1.16.116); FILE MERGED 2007/02/19 15:57:55 nn 1.16.116.2: RESYNC: (1.16-1.17); FILE MERGED 2006/12/14 14:01:18 dr 1.16.116.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4a4e042c5585460df9e56451579c6d90527ec607]

        INTEGRATION: CWS calcwarnings (1.6.314); FILE MERGED 2006/12/14 14:01:18 dr 1.6.314.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bb38f6ddccc0dedc8163fc68ba09fc109ca9d98b]

        INTEGRATION: CWS calcwarnings (1.18.116); FILE MERGED 2006/12/14 14:01:18 dr 1.18.116.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 14:42:05 dr 1.18.116.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [35bb63e6dcb43ec31773e274eec461c9a9475bfa]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/14 14:01:17 dr 1.3.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [37d5d81977de97c707018a604bb20a1da8b6fa29]

        INTEGRATION: CWS calcwarnings (1.29.88); FILE MERGED 2006/12/01 15:39:59 dr 1.29.88.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [821ea8f0b02858ee82db14c9a9472f1021ba74bd]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/12 16:42:48 dr 1.15.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:39:59 dr 1.15.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9d3b4803b46cdae54513f6e7230691dd2bb480d2]

        INTEGRATION: CWS calcwarnings (1.14.50); FILE MERGED 2006/12/01 15:39:59 dr 1.14.50.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f4e7c99a3c88e0219621a8ea2e304d4d1425ba28]

        INTEGRATION: CWS calcwarnings (1.32.60); FILE MERGED 2006/12/14 14:01:17 dr 1.32.60.3: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:48 dr 1.32.60.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:39:59 dr 1.32.60.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [db0136c50923ffa2381cf6b818c550cd91c41b35]

        INTEGRATION: CWS calcwarnings (1.5.116); FILE MERGED 2007/02/19 15:57:49 nn 1.5.116.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/14 14:01:17 dr 1.5.116.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [60dcb1fd0ee336e7b35a43036ca511932638718d]

        INTEGRATION: CWS calcwarnings (1.4.44); FILE MERGED 2007/02/19 15:57:33 nn 1.4.44.2: RESYNC: (1.4-1.6); FILE MERGED 2006/12/04 09:22:13 dr 1.4.44.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [840ae15af1c9c0e86ece49e1e9f7120a31c86744]

        INTEGRATION: CWS calcwarnings (1.7.44); FILE MERGED 2007/02/19 15:57:10 nn 1.7.44.4: RESYNC: (1.7-1.8); FILE MERGED 2006/12/14 14:01:17 dr 1.7.44.3: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:47 dr 1.7.44.2: #i69284# remove compiler warnings for unxlngi6 2006/12/04 09:22:12 dr 1.7.44.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ca8955af31c10a3546ff52d7feb21273f2072ed8]

        INTEGRATION: CWS calcwarnings (1.23.52); FILE MERGED 2007/02/19 15:57:04 nn 1.23.52.2: RESYNC: (1.23-1.24); FILE MERGED 2006/12/12 16:42:47 dr 1.23.52.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [64ade256a9499ec89169597bdf1360e145abb08c]

        INTEGRATION: CWS calcwarnings (1.28.2); FILE MERGED 2007/02/19 15:56:57 nn 1.28.2.3: RESYNC: (1.28-1.29); FILE MERGED 2006/12/13 10:19:39 dr 1.28.2.2: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/12 16:42:47 dr 1.28.2.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [51cec782a876e76a7b3acedb78f95b900cba8970]

        INTEGRATION: CWS calcwarnings (1.10.2); FILE MERGED 2006/12/12 16:42:46 dr 1.10.2.2: #i69284# remove compiler warnings for unxlngi6 2006/12/04 09:17:43 dr 1.10.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1fce5b7bbcc713e12b845d2df8f97a9e218c6972]

        INTEGRATION: CWS calcwarnings (1.19.108); FILE MERGED 2007/02/19 15:56:51 nn 1.19.108.2: RESYNC: (1.19-1.20); FILE MERGED 2006/12/01 14:42:29 dr 1.19.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fd8b8833603a4ea824ff77ec4800a6358aa65547]

        INTEGRATION: CWS calcwarnings (1.16.46); FILE MERGED 2007/02/19 15:56:43 nn 1.16.46.3: RESYNC: (1.16-1.18); FILE MERGED 2006/12/12 16:42:46 dr 1.16.46.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:29 dr 1.16.46.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b4071353b03b3739819575e478655f57b909b428]

        INTEGRATION: CWS calcwarnings (1.10.2); FILE MERGED 2007/02/19 15:56:19 nn 1.10.2.3: RESYNC: (1.10-1.12); FILE MERGED 2006/12/14 14:01:16 dr 1.10.2.2: #i69284# remove compiler warnings for unxsols4 2006/12/04 09:17:43 dr 1.10.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4f0daea185977605ec152a17e0cbf67de065d229]

        INTEGRATION: CWS calcwarnings (1.6.108); FILE MERGED 2006/12/01 14:42:28 dr 1.6.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7ce7db4acfc7aa2ae6406c80903ccf12e681b8db]

        INTEGRATION: CWS calcwarnings (1.30.52); FILE MERGED 2007/02/19 15:56:12 nn 1.30.52.3: RESYNC: (1.30-1.31); FILE MERGED 2006/12/12 16:42:46 dr 1.30.52.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:28 dr 1.30.52.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f872bdb9159acd1113d566ea5b088039f2d9b841]

        INTEGRATION: CWS calcwarnings (1.19.108); FILE MERGED 2007/02/19 15:56:06 nn 1.19.108.2: RESYNC: (1.19-1.20); FILE MERGED 2006/12/04 09:17:43 dr 1.19.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [af635986be989d03334e9f1d55e65c653918df0f]

        INTEGRATION: CWS calcwarnings (1.20.108); FILE MERGED 2007/02/19 15:55:59 nn 1.20.108.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/01 14:42:28 dr 1.20.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8259293c63f3e4aaeee7fd5d48da32b4a5d1ce8d]

        INTEGRATION: CWS calcwarnings (1.14.2); FILE MERGED 2006/12/13 10:19:39 dr 1.14.2.2: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/01 14:42:28 dr 1.14.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [35b90e17dbcf26d4c8ccbff679efdac0b9713ff0]

        INTEGRATION: CWS calcwarnings (1.13.106); FILE MERGED 2006/12/12 16:42:46 dr 1.13.106.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e8518fdcda1524f1f3df9d3604c9d18f20f2c6e6]

        INTEGRATION: CWS calcwarnings (1.7.108); FILE MERGED 2006/12/01 14:42:28 dr 1.7.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6187d14c29446588a5d8e485a1e6c2a329ab7ffb]

        INTEGRATION: CWS calcwarnings (1.20.108); FILE MERGED 2006/12/12 16:42:45 dr 1.20.108.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [04db10f20a2e8cfad2c3a5794fb862d9a7055557]

        INTEGRATION: CWS calcwarnings (1.25.2); FILE MERGED 2006/12/01 14:42:27 dr 1.25.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fb0c07f01ed1212bd496566094f7e97504528947]

        INTEGRATION: CWS calcwarnings (1.3.58); FILE MERGED 2006/12/01 14:42:27 dr 1.3.58.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [764dcfb8bb2737687d2ad0f2eb1a3bedb7b1c30b]

        INTEGRATION: CWS calcwarnings (1.47.48); FILE MERGED 2007/02/20 11:38:39 nn 1.47.48.4: #i10000# changes after resync to m203 2007/02/19 15:55:52 nn 1.47.48.3: RESYNC: (1.47-1.48); FILE MERGED 2006/12/12 16:42:45 dr 1.47.48.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:27 dr 1.47.48.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fd9c418fe8abe3e93b4d7ab66f6a54b425c812dd]

        INTEGRATION: CWS calcwarnings (1.22.108); FILE MERGED 2006/12/01 14:42:27 dr 1.22.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [71fa8c98ead7c2ea94852787479e09767fe20e3d]

        INTEGRATION: CWS calcwarnings (1.9.108); FILE MERGED 2007/02/19 15:55:33 nn 1.9.108.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/01 14:42:26 dr 1.9.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c18d76da5ac3a3a13659531712b8e6436a68490f]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/01 14:42:26 dr 1.5.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d40b4ef122f9ed93ba37a177702faec9b87add68]

        INTEGRATION: CWS calcwarnings (1.14.52); FILE MERGED 2006/12/13 10:19:39 dr 1.14.52.2: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/01 14:42:26 dr 1.14.52.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b2923cbef563be40ee26318b978636db70a2861a]

        INTEGRATION: CWS calcwarnings (1.25.108); FILE MERGED 2007/02/19 15:55:26 nn 1.25.108.3: RESYNC: (1.25-1.26); FILE MERGED 2006/12/12 16:42:45 dr 1.25.108.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:26 dr 1.25.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [2de7ec315dc65cdde26d544f472ce44de87c51e2]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/04 09:17:43 dr 1.9.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [eeefc4845f0697f181f3ffefda23395e5b5ba9d7]

        INTEGRATION: CWS calcwarnings (1.7.108); FILE MERGED 2006/12/12 16:42:45 dr 1.7.108.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:26 dr 1.7.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f4fc40279dc8452e26bc82df86ab140287aa8ad7]

        INTEGRATION: CWS calcwarnings (1.15.2); FILE MERGED 2007/02/19 15:55:00 nn 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2006/12/01 14:42:25 dr 1.15.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [14481e5b8bd998e52acbcd2b74140154c9c43375]

        INTEGRATION: CWS calcwarnings (1.17.108); FILE MERGED 2007/02/19 15:54:44 nn 1.17.108.3: RESYNC: (1.17-1.18); FILE MERGED 2006/12/13 10:19:39 dr 1.17.108.2: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/01 14:42:25 dr 1.17.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f667179f2ec4dcbb8022fef6c515e8cd015fe4b1]

        INTEGRATION: CWS calcwarnings (1.13.46); FILE MERGED 2007/02/19 15:54:15 nn 1.13.46.3: RESYNC: (1.13-1.14); FILE MERGED 2006/12/13 10:19:38 dr 1.13.46.2: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/01 14:42:25 dr 1.13.46.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [392f16c3dd8a4963f12e51601e7a5ec25f7efe15]

        INTEGRATION: CWS calcwarnings (1.16.108); FILE MERGED 2007/02/19 15:54:09 nn 1.16.108.2: RESYNC: (1.16-1.18); FILE MERGED 2006/12/01 14:42:25 dr 1.16.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d778f4ea172c222f76e38cd692fa7745b0b55ff6]

        INTEGRATION: CWS calcwarnings (1.17.108); FILE MERGED 2007/02/19 15:54:02 nn 1.17.108.3: RESYNC: (1.17-1.18); FILE MERGED 2006/12/12 16:42:44 dr 1.17.108.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:24 dr 1.17.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [fd4cf5be1ef639f11f53da6850904ef547588599]

        INTEGRATION: CWS calcwarnings (1.63.2); FILE MERGED 2007/02/19 15:52:53 nn 1.63.2.3: RESYNC: (1.63-1.65); FILE MERGED 2006/12/14 14:01:16 dr 1.63.2.2: #i69284# remove compiler warnings for unxsols4 2006/12/01 14:42:24 dr 1.63.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0dce29009feda1da8638483663b213443f5bcd79]

        INTEGRATION: CWS calcwarnings (1.23.110); FILE MERGED 2006/12/01 14:42:24 dr 1.23.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6b47e09c4b2e4f4f99b5b45df344a44c99acbae3]

        INTEGRATION: CWS calcwarnings (1.36.116); FILE MERGED 2007/02/19 15:53:56 nn 1.36.116.2: RESYNC: (1.36-1.37); FILE MERGED 2006/12/14 14:01:16 dr 1.36.116.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d72a24cbd6216d4204d3d613bfe11c3d8ba9c6d1]

        INTEGRATION: CWS calcwarnings (1.84.2); FILE MERGED 2007/02/19 15:53:49 nn 1.84.2.3: RESYNC: (1.84-1.85); FILE MERGED 2006/12/12 16:42:44 dr 1.84.2.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:24 dr 1.84.2.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b3139ac8b745f3bafb69bf874162a5c165c49e7a]

        INTEGRATION: CWS calcwarnings (1.8.108); FILE MERGED 2006/12/12 16:42:44 dr 1.8.108.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9dbea501339a32525d7d1ed0978090df1945c566]

        INTEGRATION: CWS calcwarnings (1.28.108); FILE MERGED 2007/02/19 15:53:43 nn 1.28.108.2: RESYNC: (1.28-1.29); FILE MERGED 2006/12/01 14:42:24 dr 1.28.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f38e6d3a25519c75f059c677b71e842c3733fdb5]

        INTEGRATION: CWS calcwarnings (1.58.110); FILE MERGED 2006/12/12 16:42:44 dr 1.58.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:23 dr 1.58.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f9ef3ea1c2673783560022673569ea85061afbf0]

        INTEGRATION: CWS calcwarnings (1.83.108); FILE MERGED 2007/02/19 15:53:36 nn 1.83.108.3: RESYNC: (1.83-1.84); FILE MERGED 2006/12/12 16:42:44 dr 1.83.108.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:23 dr 1.83.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d6c0ca966b5b47d8d4b2593f507a02b10fdf8009]

        INTEGRATION: CWS calcwarnings (1.42.8); FILE MERGED 2006/12/12 16:42:43 dr 1.42.8.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 14:42:23 dr 1.42.8.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d46492cf041af2e7e8e72a41c482396e72be06ea]

        INTEGRATION: CWS calcwarnings (1.40.108); FILE MERGED 2007/02/19 15:53:30 nn 1.40.108.3: RESYNC: (1.40-1.41); FILE MERGED 2006/12/14 14:01:16 dr 1.40.108.2: #i69284# remove compiler warnings for unxsols4 2006/12/12 16:42:43 dr 1.40.108.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [86d7681bb025a25b62d7941f78825b713b49fa8d]

        INTEGRATION: CWS calcwarnings (1.43.46); FILE MERGED 2007/02/19 15:53:23 nn 1.43.46.2: RESYNC: (1.43-1.44); FILE MERGED 2006/12/01 14:42:23 dr 1.43.46.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c03f2579d35e7fc53bbca8e2a8265ef94e49b58e]

        INTEGRATION: CWS calcwarnings (1.24.108); FILE MERGED 2006/12/01 14:42:22 dr 1.24.108.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [303198b1514f998b1d8c7a7fb0e3bdf54077ed5e]

        INTEGRATION: CWS calcwarnings (1.31.54); FILE MERGED 2006/12/01 14:42:22 dr 1.31.54.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4016b84940acb17c4587dbffea9828ba7210ac73]

        INTEGRATION: CWS calcwarnings (1.2.324); FILE MERGED 2006/12/14 14:01:15 dr 1.2.324.1: #i69284# remove compiler warnings for unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [43e0e9da25d3a000a172255d0844a3057907dc02]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/13 10:19:38 dr 1.12.110.3: #i69284# remove compiler warnings for wntmsci10.pro 2006/12/12 16:42:43 dr 1.12.110.2: #i69284# remove compiler warnings for unxlngi6 2006/12/01 15:06:02 dr 1.12.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [18771bb716f4b0138ca31dba9a67d963d2540ce5]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/01 15:06:02 dr 1.9.110.1: #i69284# remove compiler warnings for wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d39dda00ddd7ee2ddcd2c5d34fdd7371882e0dbf]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/06 13:34:23 nn 1.5.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:50 nn 1.5.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ffe860f275183a05a4a3a9d5d1a48f313d684bb2]

        INTEGRATION: CWS calcwarnings (1.9.88); FILE MERGED 2006/12/06 13:34:23 nn 1.9.88.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:50 nn 1.9.88.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [65adcc930dc4bd13f93e9da78fa9a3badbc48717]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/06 13:34:23 nn 1.5.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1d20d2efb3ee0b146a58174d0f7b8bebe0c8d4d8]

        INTEGRATION: CWS calcwarnings (1.24.110); FILE MERGED 2007/02/20 11:38:38 nn 1.24.110.5: #i10000# changes after resync to m203 2007/02/19 15:52:46 nn 1.24.110.4: RESYNC: (1.24-1.25); FILE MERGED 2006/12/13 19:18:25 nn 1.24.110.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:23 nn 1.24.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:50 nn 1.24.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [849c5e20e22b8a94ab6fd5ce402397c3b44309e3]

        INTEGRATION: CWS calcwarnings (1.13.46); FILE MERGED 2006/11/28 13:24:50 nn 1.13.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [24588b36fe25bf0424f2c1eec3268a447e09f7a7]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/11/28 13:24:49 nn 1.6.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [489e8b849007c9da2accdd6051b9a95c34033be8]

        INTEGRATION: CWS calcwarnings (1.5.46); FILE MERGED 2006/12/06 13:34:22 nn 1.5.46.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [249955c24b0af7ff08e003b2b2d53ce3d8e76ff2]

        INTEGRATION: CWS calcwarnings (1.8.46); FILE MERGED 2006/11/28 13:24:49 nn 1.8.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4125a37492451c95d20067f3855a70e3a4b9b2ff]

        INTEGRATION: CWS calcwarnings (1.22.46); FILE MERGED 2007/02/19 15:52:39 nn 1.22.46.4: RESYNC: (1.22-1.23); FILE MERGED 2006/12/13 19:18:25 nn 1.22.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:22 nn 1.22.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:49 nn 1.22.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [61c46ceeb34dd27053c2546d8867f461dcf4e7e5]

        INTEGRATION: CWS calcwarnings (1.9.46); FILE MERGED 2006/12/13 19:18:25 nn 1.9.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:22 nn 1.9.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:49 nn 1.9.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4b7bfadfbdc9e52fb7b17b9f105b02b8fcf594b6]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/06 13:34:22 nn 1.4.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:49 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c465728e02cf209cd5ce6a00cfa12d8cf87dcc59]

        INTEGRATION: CWS calcwarnings (1.6.88); FILE MERGED 2006/12/13 19:18:25 nn 1.6.88.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:22 nn 1.6.88.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:49 nn 1.6.88.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3f45d0d2e0b98c7eb08412400b007fa185c1eb38]

        INTEGRATION: CWS calcwarnings (1.7.88); FILE MERGED 2006/11/28 13:24:48 nn 1.7.88.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [12764b46f1caf6f18750fbbe889554aaa6673ea6]

        INTEGRATION: CWS calcwarnings (1.17.86); FILE MERGED 2006/12/13 19:18:25 nn 1.17.86.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c34eb0d91585d61f83159f41fdcdb60d891a1917]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/11/28 13:24:48 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a3564a1f97b8303a60b87afbb8fcdda22ebc5d08]

        INTEGRATION: CWS calcwarnings (1.21.110); FILE MERGED 2006/12/06 13:34:22 nn 1.21.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:48 nn 1.21.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c78aeab1a01b4069ce1aaff8756b8c2c50a9a9d2]

        INTEGRATION: CWS calcwarnings (1.43.46); FILE MERGED 2007/02/20 11:38:38 nn 1.43.46.5: #i10000# changes after resync to m203 2007/02/19 15:52:17 nn 1.43.46.4: RESYNC: (1.43-1.44); FILE MERGED 2006/12/13 19:18:24 nn 1.43.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:22 nn 1.43.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:48 nn 1.43.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [711c9e285190930a0679371a9b657ae02cbbc15d]

        INTEGRATION: CWS calcwarnings (1.17.108); FILE MERGED 2006/12/06 13:34:21 nn 1.17.108.3: #i69284# warning-free: core, unxlngi6 2006/12/01 15:51:24 nn 1.17.108.2: #i69284# warning-free: wntmsci10.pro changes 2006/11/28 13:24:48 nn 1.17.108.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7119d9ebd2c319f4339e822bb7e3a6358efb18fa]

        INTEGRATION: CWS calcwarnings (1.28.108); FILE MERGED 2007/02/19 15:52:10 nn 1.28.108.3: RESYNC: (1.28-1.29); FILE MERGED 2006/12/06 13:34:21 nn 1.28.108.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:48 nn 1.28.108.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [badf3a3ed8d839bf4f1c406afc67598e4d72fb4a]

        INTEGRATION: CWS calcwarnings (1.41.46); FILE MERGED 2007/02/19 15:52:03 nn 1.41.46.4: RESYNC: (1.41-1.42); FILE MERGED 2006/12/13 19:18:24 nn 1.41.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:21 nn 1.41.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:47 nn 1.41.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5cb0a7ce4c14d2a4f0ef258626cf92143c709d00]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/11/28 13:24:47 nn 1.7.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4eaca8952350720c7cac531e91208fc894eb52e8]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/11/28 13:24:47 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e42c2f7c1e14349404c2c2b6f5eb7f6fbd4ee3d1]

        INTEGRATION: CWS calcwarnings (1.29.110); FILE MERGED 2006/12/13 19:18:24 nn 1.29.110.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:21 nn 1.29.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:47 nn 1.29.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8397241545587c38760a83a267c229b088a6d364]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/06 13:34:21 nn 1.6.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:46 nn 1.6.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bf630ed370845dd565edd5ec8f6a2aaf5b90092a]

        INTEGRATION: CWS calcwarnings (1.25.8); FILE MERGED 2007/02/19 15:51:56 nn 1.25.8.4: RESYNC: (1.25-1.26); FILE MERGED 2006/12/06 13:34:20 nn 1.25.8.3: #i69284# warning-free: core, unxlngi6 2006/12/01 15:51:24 nn 1.25.8.2: #i69284# warning-free: wntmsci10.pro changes 2006/11/28 13:24:46 nn 1.25.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [697910f8e0c3dffd0b72dcee678cdc8b0ce86948]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/06 13:34:20 nn 1.6.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c24f54c6bdfed794411c50077e3e3fc2f15eeeba]

        INTEGRATION: CWS calcwarnings (1.14.110); FILE MERGED 2006/12/06 13:34:20 nn 1.14.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [64e14583d04525e04f645dbec6f6a960cd5beaf5]

        INTEGRATION: CWS calcwarnings (1.15.110); FILE MERGED 2006/12/06 13:34:20 nn 1.15.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:45 nn 1.15.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d776a6667e002e022a77a6766bd02403dd3afe5d]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/12/06 13:34:20 nn 1.5.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:45 nn 1.5.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bfbd9e47b09d9a4e2ccd29b9f7a845de4433b7c2]

        INTEGRATION: CWS calcwarnings (1.64.46); FILE MERGED 2007/02/19 15:51:50 nn 1.64.46.4: RESYNC: (1.64-1.67); FILE MERGED 2006/12/13 19:18:24 nn 1.64.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:20 nn 1.64.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:45 nn 1.64.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [455debbdf31791c49b8423e7e4e8e87514efc65e]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/06 13:34:19 nn 1.12.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:44 nn 1.12.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f5c20db9a9b185ff16b6327ac36bccc69f2f8626]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/11/28 13:24:44 nn 1.5.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [8be476a1d1c9af41f2d433c7f2dab2825f13fa6a]

        INTEGRATION: CWS calcwarnings (1.25.46); FILE MERGED 2006/12/13 19:18:23 nn 1.25.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:19 nn 1.25.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:43 nn 1.25.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [38b9d35190fb5876ac044f754a19a6637fa09853]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/06 13:34:19 nn 1.8.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:43 nn 1.8.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [da2c32357dd623f2531add72051ec721ca6bbc13]

        INTEGRATION: CWS calcwarnings (1.20.106); FILE MERGED 2006/12/06 13:34:19 nn 1.20.106.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:43 nn 1.20.106.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3f9f0ab3d53acd52afac17940539171bdd50b1e5]

        INTEGRATION: CWS calcwarnings (1.10.108); FILE MERGED 2006/12/13 19:18:23 nn 1.10.108.2: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:19 nn 1.10.108.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a51fd847e57c0ad5622004101f19d324e088d423]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2006/12/13 19:18:23 nn 1.19.110.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:19 nn 1.19.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:43 nn 1.19.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [bb08a5be9f3b75648e62bcc45f7e49956e45799b]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/11/28 13:24:43 nn 1.7.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4e842fe232702770b958baf9f6dac77c629679ed]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/06 13:34:18 nn 1.4.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:43 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [94a7150ef83051db67a51f9f5e0c537723ab01eb]

        INTEGRATION: CWS calcwarnings (1.6.46); FILE MERGED 2007/02/19 15:51:43 nn 1.6.46.2: RESYNC: (1.6-1.8); FILE MERGED 2006/11/28 13:24:43 nn 1.6.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [55080d56690dad23dc2fb8d9b7c99c559827ab76]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/11/28 13:24:42 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b16953ff6227e3cc6bfb21dbe99a604352fb44c2]

        INTEGRATION: CWS calcwarnings (1.19.88); FILE MERGED 2006/12/06 13:34:18 nn 1.19.88.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:42 nn 1.19.88.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [61cfae8b278b31f18d9f4bc4273688b5dbb11410]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/12/13 19:18:23 nn 1.3.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d9e9e1d3af92e7b94b84e97223466bdea4a84b0]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/06 13:34:18 nn 1.18.110.3: #i69284# warning-free: core, unxlngi6 2006/12/01 15:51:24 nn 1.18.110.2: #i69284# warning-free: wntmsci10.pro changes 2006/11/28 13:24:42 nn 1.18.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [71aa5a705ed267c9241f1d325a718ca381f162fe]

        INTEGRATION: CWS calcwarnings (1.8.8); FILE MERGED 2006/11/28 13:24:42 nn 1.8.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c88ab7bc718bbcacc86fcc27907c35b105a0c9b4]

        INTEGRATION: CWS calcwarnings (1.11.46); FILE MERGED 2006/11/28 13:24:41 nn 1.11.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [edd08c63091467706a820537b1362c6026db2bf7]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/11/28 13:24:41 nn 1.12.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6327ac7a7429fa53ce08482c9ab7abd267d9d32d]

        INTEGRATION: CWS calcwarnings (1.16.110); FILE MERGED 2007/02/20 15:21:09 nn 1.16.110.4: #i69284# warnings on wntmsci10.pro after resync 2007/02/19 15:50:59 nn 1.16.110.3: RESYNC: (1.16-1.18); FILE MERGED 2006/12/06 13:34:18 nn 1.16.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:41 nn 1.16.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e008c6c896568b4ba1c96eb97d53a0cdbdf20f22]

        INTEGRATION: CWS calcwarnings (1.25.110); FILE MERGED 2007/02/19 15:50:52 nn 1.25.110.4: RESYNC: (1.25-1.26); FILE MERGED 2006/12/13 19:18:22 nn 1.25.110.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:18 nn 1.25.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:41 nn 1.25.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9f8272409b9c0a00505e8d4cf3ea95aa6359ea19]

        INTEGRATION: CWS calcwarnings (1.35.110); FILE MERGED 2007/02/19 15:50:45 nn 1.35.110.3: RESYNC: (1.35-1.36); FILE MERGED 2006/12/06 13:34:17 nn 1.35.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:41 nn 1.35.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3222228298793b4bad8135e8fc471574e9a200fd]

        INTEGRATION: CWS calcwarnings (1.19.8); FILE MERGED 2006/12/06 13:34:17 nn 1.19.8.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:40 nn 1.19.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [89b918c18c5193b21e7debf7ac52c08daa6137d9]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2006/12/06 13:34:17 nn 1.9.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:40 nn 1.9.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [164d581de429ba0f2ff7841b2242fb0c210edac4]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/12/06 13:34:17 nn 1.13.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [468f6294bad210dd306d972283d80c0a509c7f62]

        INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED 2006/12/06 13:34:17 nn 1.4.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:40 nn 1.4.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [435c824342ab1fbb4cb6403b2b64aec37dc57fbc]

        INTEGRATION: CWS calcwarnings (1.3.110); FILE MERGED 2006/11/28 13:24:40 nn 1.3.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [261457bd78f97700ae00e9aaa0f74364b5d5a81d]

        INTEGRATION: CWS calcwarnings (1.9.8); FILE MERGED 2006/11/28 13:24:40 nn 1.9.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [66fe5ace84b5285d5483ede9c0add2c50155c92b]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/06 13:34:17 nn 1.7.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:40 nn 1.7.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9783e4a40541e7d533fb6a11c7cd13bf193232fd]

        INTEGRATION: CWS calcwarnings (1.31.110); FILE MERGED 2006/12/06 13:34:16 nn 1.31.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:39 nn 1.31.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7969b748320b333a528921dfee31f0b916f99655]

        INTEGRATION: CWS calcwarnings (1.7.110); FILE MERGED 2006/12/06 13:34:16 nn 1.7.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:39 nn 1.7.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b48bd0307b82197b82b1f45b6ebfa2afa9f43714]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/06 13:34:16 nn 1.6.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [babfcf4316442cb4dead2cdb27ccde7227e687ba]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/12/06 13:34:16 nn 1.8.110.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [03e5e56959e06849780c2c962620285fce61f825]

        INTEGRATION: CWS calcwarnings (1.20.246); FILE MERGED 2006/12/13 19:18:22 nn 1.20.246.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [df9a9fbb3469a81931edb27d285da2918294eaaa]

        INTEGRATION: CWS calcwarnings (1.20.110); FILE MERGED 2006/12/06 13:34:16 nn 1.20.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:39 nn 1.20.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0d207af95d6330e3a6d87e0ef3544e964fa034ed]

        INTEGRATION: CWS calcwarnings (1.47.88); FILE MERGED 2007/02/19 15:50:29 nn 1.47.88.2: RESYNC: (1.47-1.48); FILE MERGED 2006/11/28 13:24:39 nn 1.47.88.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a4cb35043eb76e70e1c66aee613a950d94598134]

        INTEGRATION: CWS calcwarnings (1.12.46); FILE MERGED 2006/12/06 13:34:16 nn 1.12.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:39 nn 1.12.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7fae7106872075a8d789eeec0d55db58a28a4cc9]

        INTEGRATION: CWS calcwarnings (1.46.8); FILE MERGED 2006/12/06 13:34:15 nn 1.46.8.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:39 nn 1.46.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5ebccceb47c0677f6b27f024fcb491456ba1446b]

        INTEGRATION: CWS calcwarnings (1.16.46); FILE MERGED 2007/02/19 15:50:22 nn 1.16.46.4: RESYNC: (1.16-1.17); FILE MERGED 2006/12/13 19:18:22 nn 1.16.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:15 nn 1.16.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:38 nn 1.16.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c84b35ea5e4faccd27f3c633993d6e148b1e4bef]

        INTEGRATION: CWS calcwarnings (1.9.54); FILE MERGED 2007/02/20 11:38:38 nn 1.9.54.3: #i10000# changes after resync to m203 2007/02/19 15:50:15 nn 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/28 13:24:38 nn 1.9.54.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b3521e0ec51f756859fcee7a2413fc245f81e501]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2007/02/19 15:50:08 nn 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/28 13:24:38 nn 1.10.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a40967d0318d5d29ff3c49b4215d04a6451226cc]

        INTEGRATION: CWS calcwarnings (1.8.110); FILE MERGED 2006/11/28 13:24:38 nn 1.8.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [be025aaabf573e33f50257d13f43c02fd3b890d2]

        INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED 2006/11/28 13:24:38 nn 1.11.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d7a0b8673623122a3690b17bbb4859d39964bfe8]

        INTEGRATION: CWS calcwarnings (1.9.110); FILE MERGED 2007/02/19 15:50:02 nn 1.9.110.3: RESYNC: (1.9-1.10); FILE MERGED 2006/12/06 13:34:15 nn 1.9.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:38 nn 1.9.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5d6bead2c29a46c13e3ec3ef189389125f9cf963]

        INTEGRATION: CWS calcwarnings (1.12.110); FILE MERGED 2006/12/06 13:34:15 nn 1.12.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:37 nn 1.12.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [3b8c01b38480dd9057bf3cff81e23b25a07e899c]

        INTEGRATION: CWS calcwarnings (1.19.110); FILE MERGED 2006/12/06 13:34:15 nn 1.19.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:37 nn 1.19.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a8ae546518920494b1eb20c9e0f7db7f674f2ee5]

        INTEGRATION: CWS calcwarnings (1.6.110); FILE MERGED 2006/12/06 13:34:15 nn 1.6.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:37 nn 1.6.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4ba1728a3292e264caa329dfa54ec029bced8e45]

        INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED 2006/11/28 13:24:37 nn 1.5.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [22091f6c3d35e46f6bf95277a10986506f9deb19]

        INTEGRATION: CWS calcwarnings (1.74.54); FILE MERGED 2006/12/06 13:34:14 nn 1.74.54.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:37 nn 1.74.54.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0055a7c6740ab4d070cfee5d505dd737ff68b766]

        INTEGRATION: CWS calcwarnings (1.35.8); FILE MERGED 2007/02/19 15:49:55 nn 1.35.8.3: RESYNC: (1.35-1.36); FILE MERGED 2006/12/06 13:34:14 nn 1.35.8.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:37 nn 1.35.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b329190dfb2fa3d7b8dc2ab13995505052d04a15]

        INTEGRATION: CWS calcwarnings (1.45.46); FILE MERGED 2006/12/01 15:51:23 nn 1.45.46.2: #i69284# warning-free: wntmsci10.pro changes 2006/11/28 13:24:36 nn 1.45.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [a63d4f137d67c1e7f5ecad98bc69894f4d966c00]

        INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED 2006/11/28 13:24:36 nn 1.10.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d6c68808c084385473e02853e1c4917a2d8851c]

        INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED 2006/11/28 13:24:36 nn 1.13.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7eb4b2adeeb23ebed9d1a0a99276a92e9a536fe2]

        INTEGRATION: CWS calcwarnings (1.25.108); FILE MERGED 2006/12/06 13:34:14 nn 1.25.108.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:36 nn 1.25.108.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6bbbf159b5ad37020a8000b1d980834e3704a26b]

        INTEGRATION: CWS calcwarnings (1.16.46); FILE MERGED 2007/02/19 15:49:49 nn 1.16.46.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/06 13:34:14 nn 1.16.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:36 nn 1.16.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9232de7fd70f4f2c22a1365b4db49f8232f6a91d]

        INTEGRATION: CWS calcwarnings (1.32.44); FILE MERGED 2007/02/19 15:49:42 nn 1.32.44.2: RESYNC: (1.32-1.33); FILE MERGED 2006/11/28 13:24:35 nn 1.32.44.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e6ee5753c367d0fc7c9aff946a3fa3ac9dba468c]

        INTEGRATION: CWS calcwarnings (1.60.8); FILE MERGED 2007/02/19 15:49:35 nn 1.60.8.3: RESYNC: (1.60-1.61); FILE MERGED 2006/12/06 13:34:14 nn 1.60.8.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:35 nn 1.60.8.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [193bb1808a1c439cf196f0a02d4330fbc61b00d3]

        INTEGRATION: CWS calcwarnings (1.22.110); FILE MERGED 2006/11/28 13:24:35 nn 1.22.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1de6577dc20b71c7f7d9beb393a0a13545721f90]

        INTEGRATION: CWS calcwarnings (1.18.110); FILE MERGED 2006/12/13 19:18:22 nn 1.18.110.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:14 nn 1.18.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:35 nn 1.18.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [39a04b0207950e0f93f4582fd26c94628f103135]

        INTEGRATION: CWS calcwarnings (1.20.46); FILE MERGED 2006/12/13 19:18:21 nn 1.20.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:13 nn 1.20.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:35 nn 1.20.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b11e39a87ce77d7fdf91426980f1c5fedc4c5a17]

        INTEGRATION: CWS calcwarnings (1.22.46); FILE MERGED 2007/02/19 15:49:29 nn 1.22.46.4: RESYNC: (1.22-1.23); FILE MERGED 2006/12/13 19:18:21 nn 1.22.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:13 nn 1.22.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:35 nn 1.22.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6e426d1b6cc5369f450ccf025f19ea0a6c7b870e]

        INTEGRATION: CWS calcwarnings (1.26.110); FILE MERGED 2006/12/13 19:18:21 nn 1.26.110.2: #i69284# warning-free: core, unxsols4 2006/11/28 13:24:34 nn 1.26.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [715a7b4a6bf21d1df47de324d82d8e703cecd1fe]

        INTEGRATION: CWS calcwarnings (1.21.38); FILE MERGED 2006/12/06 13:34:13 nn 1.21.38.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:34 nn 1.21.38.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4f43dbfcfe004d846a287c3124b2286b8c12ccc9]

        INTEGRATION: CWS calcwarnings (1.27.46); FILE MERGED 2007/02/19 15:49:22 nn 1.27.46.4: RESYNC: (1.27-1.28); FILE MERGED 2006/12/13 19:18:21 nn 1.27.46.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:13 nn 1.27.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:34 nn 1.27.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [358b573eea3e36ebf178e46450e3a9630aa08ca4]

        INTEGRATION: CWS calcwarnings (1.35.38); FILE MERGED 2006/11/28 13:24:34 nn 1.35.38.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f89b3f37cea787c7ac1943006f503860fcbcdadc]

        INTEGRATION: CWS calcwarnings (1.13.46); FILE MERGED 2006/12/06 13:34:13 nn 1.13.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:34 nn 1.13.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6d37e0e5a831d13b6aca2150221a5d2d951203f0]

        INTEGRATION: CWS calcwarnings (1.22.110); FILE MERGED 2006/12/06 13:34:13 nn 1.22.110.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:33 nn 1.22.110.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [212245b63525ddaace68eac7d3e0ac213d1f24fe]

        INTEGRATION: CWS calcwarnings (1.5.2); FILE MERGED 2006/12/19 16:25:48 nn 1.5.2.1: #i69284# warning-free with precompiled headers

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [817070dd1c73e29deb36e428e2d0a0eb0399e594]

        INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED 2006/12/14 17:57:03 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6512adfbc8e211a14b54bb9ec1986385ba73964f]

        INTEGRATION: CWS calcwarnings (1.11.194); FILE MERGED 2006/12/13 19:18:20 nn 1.11.194.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cd2be8db292e6a5321c57a6de61094d35efe0650]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/13 19:18:20 nn 1.6.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [0a6eb93071f42706f115e62325981ef210b00d17]

        INTEGRATION: CWS calcwarnings (1.15.2); FILE MERGED 2006/12/13 19:18:20 nn 1.15.2.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [7396721c2f9517f6be7a8cf3d9dd5b215eab95c2]

        INTEGRATION: CWS calcwarnings (1.3.324); FILE MERGED 2006/11/28 13:24:33 nn 1.3.324.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [509ac4894f23b8ab7a97c44cda556188871008ba]

        INTEGRATION: CWS calcwarnings (1.20.88); FILE MERGED 2006/12/13 19:18:20 nn 1.20.88.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4fe1fe390951dd88f53d18b6e7e3d35bda1666ab]

        INTEGRATION: CWS calcwarnings (1.7.46); FILE MERGED 2006/11/28 13:24:33 nn 1.7.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e53efd02c4f4bb713b7fcb64d6482b0b888b3b7b]

        INTEGRATION: CWS calcwarnings (1.11.116); FILE MERGED 2006/12/13 19:18:20 nn 1.11.116.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:12 nn 1.11.116.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:33 nn 1.11.116.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [943eef38f3a69341eca75794e07d2822485eaaf6]

        INTEGRATION: CWS calcwarnings (1.6.46); FILE MERGED 2006/12/13 19:18:20 nn 1.6.46.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [08e7c00c44350cf89f37f0f9d25d8c4e1ca07cfc]

        INTEGRATION: CWS calcwarnings (1.12.324); FILE MERGED 2006/12/06 13:34:12 nn 1.12.324.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ff162ca26a1ad52d21f2b26cd5265baf52a4809d]

        INTEGRATION: CWS calcwarnings (1.3.88); FILE MERGED 2006/12/13 19:18:20 nn 1.3.88.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [82c469afcdc27da2d1b26015d5449a05e2959045]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 17:57:03 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ebe950f36307c3cc16b0b4022d7ccdafa48f2aae]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/12 16:43:17 dr 1.5.324.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9f6ad046c0a77e4f93fb0c507ba2cd26f35e746c]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/12 16:43:16 dr 1.5.324.1: #i69284# remove compiler warnings for unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e6ddda2368989015b153f9b12a40176e955d7715]

        INTEGRATION: CWS calcwarnings (1.10.324); FILE MERGED 2006/12/13 19:18:19 nn 1.10.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [6ade818fa74e65bac25d199919477235679c0669]

        INTEGRATION: CWS calcwarnings (1.2.324); FILE MERGED 2006/12/12 17:03:03 nn 1.2.324.1: #i69284# warning-free: ui, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1e8310001bb193f0a7c8dfeea7294a4df5d7939e]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2007/02/19 15:47:05 nn 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/13 19:18:19 nn 1.5.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [98abc64b004c349035d6d8c123a4b76e18b467d7]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/11/28 13:24:32 nn 1.6.324.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f8a8111979f0ed984f7ea63380cc4a6a2864a909]

        INTEGRATION: CWS calcwarnings (1.5.314); FILE MERGED 2006/12/13 19:18:19 nn 1.5.314.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ebb7e5cc672b516e0ddb448818a290a2cfe2af78]

        INTEGRATION: CWS calcwarnings (1.10.314); FILE MERGED 2006/12/13 19:18:19 nn 1.10.314.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [18efc80e8286b7feaad64fffb381fa6cb8ece03d]

        INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/13 19:18:19 nn 1.6.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [55e25517cb6a53842449131e4bd7e12850ef88d5]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/14 17:57:02 nn 1.4.324.1: #i69284# warning-free: ui, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [30f85ca72294e486521c7a17f4734e0ba6ac70a6]

        INTEGRATION: CWS calcwarnings (1.9.194); FILE MERGED 2006/12/13 19:18:19 nn 1.9.194.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [4addbd2ac0fe8cbbcca11ad768443fa20274758c]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/06 13:34:12 nn 1.5.324.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f33dffa46152624744bdee37cbfe60c2ba178d09]

        INTEGRATION: CWS calcwarnings (1.27.46); FILE MERGED 2007/02/19 15:46:32 nn 1.27.46.3: RESYNC: (1.27-1.28); FILE MERGED 2006/12/06 13:34:12 nn 1.27.46.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:32 nn 1.27.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [d5a54ff324ed2be0e50a7031155ef72532144535]

        INTEGRATION: CWS calcwarnings (1.4.324); FILE MERGED 2006/12/06 13:34:12 nn 1.4.324.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e31dd421c639a08db0a1155e41cee15bac90eb51]

        INTEGRATION: CWS calcwarnings (1.26.324); FILE MERGED 2006/12/13 19:18:18 nn 1.26.324.3: #i69284# warning-free: core, unxsols4 2006/12/06 13:34:11 nn 1.26.324.2: #i69284# warning-free: core, unxlngi6 2006/11/28 13:24:32 nn 1.26.324.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [ab22cb7f1558a29773f606ba316c9fb156688c36]

        INTEGRATION: CWS calcwarnings (1.5.324); FILE MERGED 2006/12/13 19:18:18 nn 1.5.324.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [f5b23f8631e99204770f6cc53cbf52606b424e64]

        INTEGRATION: CWS calcwarnings (1.26.46); FILE MERGED 2006/12/13 19:18:18 nn 1.26.46.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [1544bd846d327cd4d0bd939b8f0da011b253b974]

        INTEGRATION: CWS calcwarnings (1.21.38); FILE MERGED 2007/02/19 15:46:16 nn 1.21.38.3: RESYNC: (1.21-1.22); FILE MERGED 2006/12/13 19:18:18 nn 1.21.38.2: #i69284# warning-free: core, unxsols4 2006/11/28 13:24:32 nn 1.21.38.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [5707d45abd83d1e5ff1c38381d8adcffdb9d8e0c]

        INTEGRATION: CWS calcwarnings (1.7.322); FILE MERGED 2006/12/06 13:34:11 nn 1.7.322.1: #i69284# warning-free: core, unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [9e03ed2e69fb6ef4b700713d6640b4afa706136c]

        INTEGRATION: CWS calcwarnings (1.9.2); FILE MERGED 2006/12/13 19:18:18 nn 1.9.2.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b6bfeb83a6a649e6c79997b292e65440f204b32a]

        INTEGRATION: CWS calcwarnings (1.10.46); FILE MERGED 2007/02/19 15:46:09 nn 1.10.46.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/28 13:24:32 nn 1.10.46.1: #i69284# warning-free: core, wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [e41fea0f9ee4bdd71dc4e9445074d7b6400287da]

        INTEGRATION: CWS calcwarnings (1.2.88); FILE MERGED 2006/12/13 19:18:18 nn 1.2.88.1: #i69284# warning-free: core, unxsols4

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [57803bdc1cf0f670e8a10326d65f3c95edb481a3]

        INTEGRATION: CWS calcwarnings (1.2.246); FILE MERGED 2006/12/12 17:44:34 nn 1.2.246.1: #i69284# warning-free: unxlngi6

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b9443ebaa844b07831671059c57363c0554be295]

        INTEGRATION: CWS calcwarnings (1.2.246); FILE MERGED 2006/12/12 17:44:34 nn 1.2.246.2: #i69284# warning-free: unxlngi6 2006/12/01 16:19:38 nn 1.2.246.1: #i69284# warning-free: wntmsci10

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [c62915f0e928dfede32d77a96188f39699e6ca6d]

        INTEGRATION: CWS calcwarnings (1.14.32); FILE MERGED 2007/02/19 15:38:56 nn 1.14.32.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/18 09:30:57 nn 1.14.32.2: RESYNC: (1.14-1.16); FILE MERGED 2006/12/15 14:08:35 nn 1.14.32.1: #i69284# warning-free: sc

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [deaecc2f707f563817ac0beb47b773e1b940f4be]

        INTEGRATION: CWS calcwarnings (1.32.8); FILE MERGED 2007/02/19 15:38:49 nn 1.32.8.3: RESYNC: (1.34-1.36); FILE MERGED 2006/12/18 09:30:48 nn 1.32.8.2: RESYNC: (1.32-1.34); FILE MERGED 2006/12/15 14:08:35 nn 1.32.8.1: #i69284# warning-free: sc

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [cfd709d76e427a9f823c789b46c94884d8333732]

        INTEGRATION: CWS calcwarnings (1.25.8); FILE MERGED 2007/02/19 15:38:43 nn 1.25.8.3: RESYNC: (1.27-1.30); FILE MERGED 2006/12/18 09:30:41 nn 1.25.8.2: RESYNC: (1.25-1.27); FILE MERGED 2006/12/15 14:08:35 nn 1.25.8.1: #i69284# warning-free: sc

2007-02-27  Vladimir Glazounov  <vg@openoffice.org>  [b19da5402c35c363e4bef08735c8b2eb237bdcac]

        INTEGRATION: CWS calcwarnings (1.25.32); FILE MERGED 2007/02/19 15:38:27 nn 1.25.32.3: RESYNC: (1.27-1.29); FILE MERGED 2006/12/18 09:30:23 nn 1.25.32.2: RESYNC: (1.25-1.27); FILE MERGED 2006/12/15 14:08:35 nn 1.25.32.1: #i69284# warning-free: sc

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [d5238c906f2c48abd394dc3cf5daf342651d696b]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.50.66.1.2); FILE MERGED 2007/02/22 16:48:37 pb 1.50.66.1.2.2: fix: #i74693# special beamer update removed 2007/02/22 09:40:01 pb 1.50.66.1.2.1: fix: #i74693# update of beamer added

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [72c993db1deefc2f781d144de4dae55217ecab20]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.16.158); FILE MERGED 2007/02/22 16:44:38 pb 1.16.158.1: fix: #i74693# SetHideNotDelete() for beamer

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [53ea41e6ae03344926692b9296a28d5f05c0cebf]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.42.102); FILE MERGED 2007/02/22 16:47:06 pb 1.42.102.1: fix: #i74693# forward always Notify() to parent

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [9fa5e0be26d2520c992ed181b6bf89a48b476281]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.54.70.2.8); FILE MERGED 2007/02/20 11:15:26 fs 1.54.70.2.8.1: #i72429# unpatchPaintWindow

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [6049b759f7bddbd0dcd2c61002a4477164912fc5]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.3.44.2.8); FILE MERGED 2007/02/20 11:14:16 fs 1.3.44.2.8.1: #i72429# un/patchPaintWindow

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [fa24c287dc12550d4f39a888b7146bc4d855fb59]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.5.44.2.4); FILE MERGED 2007/02/20 11:13:12 fs 1.5.44.2.4.1: #i72429# create a control for the orignal device of our SdrPageView, don't re-create for every device which we just paint onto

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [1aac4e4eab23f249e03867f52585adfd25960598]

        INTEGRATION: CWS revctrlwiz_SRC680 (1.60.50.2.10); FILE MERGED 2007/02/20 12:08:42 pb 1.60.50.2.10.1: fix: #i74693# in Cancel use AppearWithUpdate()

2007-02-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [bb7a0f9bf7edc2218a3179e9abafdeceacdd2c3c]

        handle namespaces correctly

2007-02-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [15d775c75d5db8c38fac41f273f973dbe11ddbe9]

        no message

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [197ae33940ae1d03c92ffb89c72cc8272514e9fb]

        INTEGRATION: CWS redlinesave_SRC680 (1.43.36.3.6); FILE MERGED 2007/02/16 20:04:36 fme 1.43.36.3.6.1: #i74589# Do not stack identical character styles

2007-02-26  Henning Brinkmann  <hbrinkm@openoffice.org>  [1a50bf27d50f3bcbf49e9957ff4afee9e7b2e9db]

        namespacemapper

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [f0b9214de30814b4099f4c0b5a157449045f3b45]

        INTEGRATION: CWS olecrash01_SRC680 (1.60.40); FILE MERGED 2007/02/22 18:25:58 cd 1.60.40.1: #i74778# Stop layout timer if the docking area acceptor reference is set to null

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [a5ff891b914dad7aaf1f06d47b28ccbb7f3f636c]

        INTEGRATION: CWS mozfix01 (1.11.20); FILE MERGED 2007/02/20 09:01:21 sparcmoz 1.11.20.1: #i66906# fix previous declaration with C++ linkage

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [7bda648feccc9b570b30204623fb1e3fb2d1dcdb]

        INTEGRATION: CWS macosxversioning01 (1.36.34); FILE MERGED 2007/01/20 14:37:35 pjanik 1.36.34.3: RESYNC: (1.38-1.39); FILE MERGED 2007/01/05 22:37:24 pjanik 1.36.34.2: RESYNC: (1.36-1.38); FILE MERGED 2006/12/29 19:55:59 mox 1.36.34.1: Issue number:  #72835# Remove files from desktop module, to be added in instsetoo_native Adjust makefiles and build files accordingly.

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [6426c2fbda7c86d3400ec01d4f5c7269f992fd6e]

        INTEGRATION: CWS macosxversioning01 (1.41.16); FILE MERGED 2007/01/20 14:36:45 pjanik 1.41.16.2: RESYNC: (1.41-1.42); FILE MERGED 2007/01/04 17:07:56 mox 1.41.16.1: Change the Mac OS X user folder from ...OpenOffice.org <ver>/ to ...OpenOffice.org/2/

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [1e5687a3cb95ddc4f59d8f907e7772ca58c60f48]

        INTEGRATION: CWS macosxversioning01 (1.18.258); FILE MERGED 2007/01/07 11:40:40 mox 1.18.258.3: Fix mistake in build tags: con --> oon 2007/01/04 13:27:35 mox 1.18.258.2: Fix a compilation error. 2006/12/29 22:07:20 mox 1.18.258.1: Issue number:  #72835# Insert the files moved from desktop module to here, instsetoo_native. Create and adjust makefiles accordingly. Put the files that need versioning in a separate folder, this makes it possible to handle installer stuff (that also needs versioning) in the instsetoo_native/macosx/ -folder.

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [2f771104665982f74c7147afee63c9ad71cbd19b]

        INTEGRATION: CWS macosxversioning01 (1.1.2); FILE ADDED 2007/01/06 23:01:12 mox 1.1.2.5: Manual resync with cws macosx22fixes (only relevant changes), per pjanik's request 2007/01/06 22:54:15 mox 1.1.2.4: Add license text, remove user profile migration, per pjanik's request 2007/01/06 22:27:34 mox 1.1.2.3: Change versioning strings to match the rest of the OOo code 2006/12/30 10:00:54 mox 1.1.2.2: Issue number:  #72835# Make the Mac OS X specific application files to automatically get the appropriate OpenOffice.org version. 2006/12/29 22:07:19 mox 1.1.2.1: Issue number:  #72835# Insert the files moved from desktop module to here, instsetoo_native. Create and adjust makefiles accordingly. Put the files that need versioning in a separate folder, this makes it possible to handle installer stuff (that also needs versioning) in the instsetoo_native/macosx/ -folder.

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [876cdbb49f6578af13d986113be777993acfae31]

        INTEGRATION: CWS macosxversioning01 (1.1.2); FILE ADDED 2007/01/06 22:27:34 mox 1.1.2.3: Change versioning strings to match the rest of the OOo code 2006/12/30 10:00:54 mox 1.1.2.2: Issue number:  #72835# Make the Mac OS X specific application files to automatically get the appropriate OpenOffice.org version. 2006/12/29 22:07:19 mox 1.1.2.1: Issue number:  #72835# Insert the files moved from desktop module to here, instsetoo_native. Create and adjust makefiles accordingly. Put the files that need versioning in a separate folder, this makes it possible to handle installer stuff (that also needs versioning) in the instsetoo_native/macosx/ -folder.

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [c1fe40ec982110543d6e749c85b3d067b315ebda]

        INTEGRATION: CWS macosxversioning01 (1.1.2); FILE ADDED 2007/01/07 11:44:49 mox 1.1.2.4: Remove unnecessary IFDEFs from makefile.mk 2007/01/07 10:58:38 mox 1.1.2.3: Update Info.plist to follow Apple's standard ways of versioning. This also obsoletes InfoPlist.strings. Fix sed command, broken by changes in openoffice.lst 2006/12/30 10:00:54 mox 1.1.2.2: Issue number:  #72835# Make the Mac OS X specific application files to automatically get the appropriate OpenOffice.org version. 2006/12/29 22:07:18 mox 1.1.2.1: Issue number:  #72835# Insert the files moved from desktop module to here, instsetoo_native. Create and adjust makefiles accordingly. Put the files that need versioning in a separate folder, this makes it possible to handle installer stuff (that also needs versioning) in the instsetoo_native/macosx/ -folder.

2007-02-26  Vladimir Glazounov  <vg@openoffice.org>  [a9aec76fb1cd0aaafb1cc65c474d653d71dbe5da]

        INTEGRATION: CWS macosxversioning01 (1.1.2); FILE ADDED 2007/01/07 10:58:37 mox 1.1.2.4: Update Info.plist to follow Apple's standard ways of versioning. This also obsoletes InfoPlist.strings. Fix sed command, broken by changes in openoffice.lst 2007/01/06 22:54:14 mox 1.1.2.3: Add license text, remove user profile migration, per pjanik's request 2007/01/06 22:27:33 mox 1.1.2.2: Change versioning strings to match the rest of the OOo code 2007/01/04 13:31:54 mox 1.1.2.1: Issue number:  #72835# Add the missing script that does the actual versioning.

2007-02-22  Fridrich Štrba  <fridrich_strba@openoffice.org>  [89e836f6c1d1509c0d6a67805b236717e90d6c0e]

        unbreak build

2007-02-22  Herbert Duerr  <hdu@openoffice.org>  [d010eebdb3f7d45caeaf856aa21c19731ecc2af2]

        #i73860# prevent line-strikeout for slashed-strikeout

2007-02-22  Herbert Duerr  <hdu@openoffice.org>  [5e2c63e4b685f6edc1727ec5b9cce4428e5a5b9c]

        use new PolyPolygonStrokePrimitive2D to simplify code

2007-02-22  Herbert Duerr  <hdu@openoffice.org>  [ff03a800676d10562112cec6ae7ce9fc844d220a]

        add strikeout style as text decoration

2007-02-22  Oliver Specht  <os@openoffice.org>  [6fa8e81a45e69b147a761fe4262a28fc6721e36c]

        real filter detection implemented

2007-02-22  Oliver Specht  <os@openoffice.org>  [25fa80fdf1da5c649e4bf2b45de620bebbacee6d]

        filter detection

2007-02-22  Oliver Specht  <os@openoffice.org>  [f6badd4232da41601fa09b86d87a925c48f97e75]

        OXML filter started

2007-02-22  Armin Weiss  <aw@openoffice.org>  [8d83746f9f90b04f7e31dc931adc69cb0ce631da]

        added stroke PolyPolygon and arrow PolyPolygon primitives as syntactical sugar. Decompositions are straightforward.

2007-02-22  Fridrich Štrba  <fridrich_strba@openoffice.org>  [90c1f931b8bed6e9bc9b7038401ae4dd72b56a26]

        writerfilter module needs tools and svx to be built

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [506bec13e8142cfac59b39ecd74606a20bc45906]

        return C++ pointers in document factories

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [42457e3fa9e8f6f6c81122d71fc32c9c54e26f5d]

        warnings

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [c83690761a991717355ccd5f337bb9c9da01a817]

        ooxml

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [601328e8a2b166383d35a40fc5f95675b82339dd]

        ScannerService

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [e3dcc1a29ee357f27924c27e90e65b6b64b26a79]

        warnings

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [5934d1e335332ac0c175d4ba714b44f1041f51dd]

        script to execute XSLT stylesheets

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [c1e986701507aba1ac4ca813b263b14e45837cd0]

        XSLT stylesheet included by other stylesheets

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [94db4daa8e29602be0acc91f1168ff0ea69f7017]

        stream abstraction

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [78ff10d28a64025ba08c5b37402ff28196af4e2d]

        property set for ooxml

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [edf496f7f6857a884e97620e4745c3b0d9be4823]

        implementation class for document abstraction

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [ee310916975beb24379465fa43cea07a71b6d1e0]

        XSL to preprocess model.xml

2007-02-21  Oliver Specht  <os@openoffice.org>  [0b1e91559dba11f2b7990678b35bf5ebfb7705be]

        syntax errors fixed

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [0562f79531113472c2018efdd4eb0e16c083ca83]

        annotated schema for OOXML WordprocessingML

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [76a45c1661e690dbe6992cb2e7ff9265d99abc8e]

        makefile for ooxml tokenizer

2007-02-21  Henning Brinkmann  <hbrinkm@openoffice.org>  [45138f95cc5573d7309f645801f7cdd71a673c3e]

        abstraction for document

2007-02-21  Herbert Duerr  <hdu@openoffice.org>  [345f244a3d2f78395a3dbe19db4111896cb384c7]

        outline-flag is a font attribute, not a portion attribute

2007-02-21  Rüdiger Timm  <rt@openoffice.org>  [1442c34812ce1d43e3e45afaf248688ea6c4397b]

        #i10000# Debug variant of 'LIBCMT'.

2007-02-21  Herbert Duerr  <hdu@openoffice.org>  [6b721d4ecb4d755c07cd9717ebbf2ae1250ef652]

        rename TextComplexPortionPrimitive2D to TextDecoratedPortionPrimitive2D

2007-02-21  Rüdiger Timm  <rt@openoffice.org>  [e071e0dd61a37d18afab7217199302a433c741c5]

        #i10000# Avoid warning about 'unreferenced local variable'.

2007-02-20  Vladimir Glazounov  <vg@openoffice.org>  [934618776261bbcc721d91a6550344f426d9616c]

        new version for SRC680

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [322affcee7633a540c7d629a1a2666455196c382]

        SRC680

2007-02-20  Herbert Duerr  <hdu@openoffice.org>  [b72eefb1659f837f1ad037e2023b32cdd97a824f]

        support text underlining

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [c198643dcd6fbf96baa83958e4f362c5a957d185]

        INTEGRATION: CWS qadev28 (1.6.28); FILE MERGED 2006/11/27 09:28:22 cn 1.6.28.1: #i72011# new object relation xModel. Needed for awt.XMdessageBoxFactory

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [c184b5dbda13bc8ff25c92c9acbc2a360f1de938]

        INTEGRATION: CWS qadev28 (1.12.28); FILE MERGED 2006/11/27 19:30:33 cn 1.12.28.1: #i72041# use UITools to get the current document view

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [0a3702c9622eef5d2e82dfae875ba7b1b77b1517]

        INTEGRATION: CWS qadev28 (1.1.2); FILE ADDED 2006/11/27 09:29:21 cn 1.1.2.1: #i72011# new initial version. New Interface since #i70233#

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [e4cbf57074a8c4e3abce38a89403f3d9b1609aa5]

        INTEGRATION: CWS qadev28 (1.7.2); FILE MERGED 2007/01/09 09:28:38 lla 1.7.2.1: #i73174# add view move

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [02790e9b43b379d1194c45e8a17c65a53c1ec7d8]

        INTEGRATION: CWS qadev28 (1.10.2); FILE MERGED 2007/01/09 09:28:09 lla 1.10.2.1: #i73174# add view move

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [abef93ce5419b7b8f795de938b2113924c8daa9c]

        INTEGRATION: CWS qadev28 (1.11.28); FILE MERGED 2007/01/11 15:24:20 sg 1.11.28.1: #i68620#added check for SOLAR_JAVA=TRUE

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [b2d24066f6192b892c74c95c6179e5a1fb441737]

        INTEGRATION: CWS qadev28 (1.1.202); FILE MERGED 2006/11/27 09:30:25 cn 1.1.202.1: #i72011# New Interface XMessageBoxFactory since #i70233#

2007-02-20  Rüdiger Timm  <rt@openoffice.org>  [26429be9738751bf6123d97c243ad71c0a5a7258]

        INTEGRATION: CWS qadev28 (1.3.32); FILE MERGED 2007/01/11 15:24:32 sg 1.3.32.1: #i68620#added check for SOLAR_JAVA=TRUE

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [a3758c5c4dbfba1b91b45dd5e5e54906f19ed177]

        INTEGRATION: CWS native77 (1.2.40); FILE MERGED 2007/02/09 15:21:21 dv 1.2.40.2: #i71178# Added support for language Kurdish 2007/02/08 16:30:49 is 1.2.40.1: #i73143# language modules defined in scp

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [d6090b8bd9493be7aeb231608b663277e3844e77]

        INTEGRATION: CWS native77 (1.45.16); FILE MERGED 2007/02/12 15:38:41 is 1.45.16.3: #i74333# new update url 2007/02/06 12:49:05 is 1.45.16.2: RESYNC: (1.45-1.46); FILE MERGED 2007/02/06 11:57:36 is 1.45.16.1: #i74212# preparing OOo 2.3 and SO 8 PU7

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [d1a71ef36fa62bf0a5cedf327c2aa63160e8c9df]

        INTEGRATION: CWS native77 (1.7.230); FILE MERGED 2007/02/08 16:22:49 is 1.7.230.1: #i73143# language modules defined in scp

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [9b2aad86543858e3786431e9a0c47118aff06757]

        INTEGRATION: CWS native77 (1.1.4); FILE MERGED 2007/01/22 15:12:47 is 1.1.4.1: #i73734# javainstaller tasks

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [e78dcb857c1d876bf6c654b29cc907c60cf0c2bb]

        INTEGRATION: CWS native77 (1.9.434); FILE MERGED 2007/01/22 17:26:59 is 1.9.434.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [e36b2a2efb36da616b99f169388dff548be351f3]

        INTEGRATION: CWS native77 (1.8.38); FILE MERGED 2007/01/22 17:26:59 is 1.8.38.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [2c66b7e10eda912442ff3cb8875a9a5374d95149]

        INTEGRATION: CWS native77 (1.31.144); FILE MERGED 2007/01/22 17:26:59 is 1.31.144.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [5b9a97d0145d2d1eea39eeb6dfcb8dcd880465d2]

        INTEGRATION: CWS native77 (1.10.394); FILE MERGED 2007/01/22 17:26:59 is 1.10.394.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [2e5e3f71463a912b36d478c0fb8e6202a1d80008]

        INTEGRATION: CWS native77 (1.14.260); FILE MERGED 2007/02/09 11:54:05 is 1.14.260.2: #73143# fixing problem for languages containing - 2007/02/08 17:11:31 is 1.14.260.1: #i73143# language modules defined in scp

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [a29db9a1089befe5a43e7783550003f056bd02f6]

        INTEGRATION: CWS native77 (1.19.168); FILE MERGED 2007/01/22 17:26:59 is 1.19.168.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [f84149722758b345c3e379fdf4db6963b9791961]

        INTEGRATION: CWS native77 (1.8.160); FILE MERGED 2007/01/22 17:26:58 is 1.8.160.1: #i72363# no more error in ice checks on msi database

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [a3615484dd7eb69b866b0f6fdab055556d32701c]

        INTEGRATION: CWS native77 (1.44.20); FILE MERGED 2007/02/08 17:11:31 is 1.44.20.1: #i73143# language modules defined in scp

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [e879c878f16d9dfca471127645e5669993dd240d]

        INTEGRATION: CWS native77 (1.3.104); FILE MERGED 2007/02/06 15:01:18 dv 1.3.104.1: #i74094# Better support for multi language 'installed' sets

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [71ff8ae456d2ef4c3bfe96f3c6b077447322c572]

        INTEGRATION: CWS native77 (1.34.12); FILE MERGED 2007/02/07 11:48:24 is 1.34.12.1: #i74256# remove warnings during packaging process

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [e022dce42fc56b1b38fd9e4a3210903cc9ea4606]

        INTEGRATION: CWS native77 (1.38.4); FILE MERGED 2007/02/06 12:34:39 is 1.38.4.2: RESYNC: (1.38-1.40); FILE MERGED 2007/01/22 15:11:12 is 1.38.4.1: #i73734# javainstaller tasks

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [33e355648325573646350d05ea05b1efe3511916]

        INTEGRATION: CWS native77 (1.10.578); FILE MERGED 2007/02/08 17:11:30 is 1.10.578.1: #i73143# language modules defined in scp

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [4a1d331d978be4a15909bf1ec97fd8ab50539ee7]

        INTEGRATION: CWS native77 (1.63.4); FILE MERGED 2007/02/08 17:11:30 is 1.63.4.5: #i73143# language modules defined in scp 2007/02/06 15:01:17 dv 1.63.4.4: #i74094# Better support for multi language 'installed' sets 2007/02/06 12:34:23 is 1.63.4.3: RESYNC: (1.63-1.65); FILE MERGED 2007/01/22 17:26:31 is 1.63.4.2: #i72363# no more error in ice checks on msi database 2007/01/22 15:11:12 is 1.63.4.1: #i73734# javainstaller tasks

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [5661133821828917ed65b7cdc76ba1f69092c5c2]

        INTEGRATION: CWS native77 (1.58.38); FILE MERGED 2007/02/07 11:48:24 is 1.58.38.3: #i74256# remove warnings during packaging process 2007/02/06 12:34:15 is 1.58.38.2: RESYNC: (1.58-1.61); FILE MERGED 2007/01/22 15:11:12 is 1.58.38.1: #i73734# javainstaller tasks

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [78006896eb82297cc96d839ba551daee3bd4c5d6]

        INTEGRATION: CWS native77 (1.77.38); FILE MERGED 2007/02/06 15:00:42 dv 1.77.38.3: #i74094# Better support for multi language 'installed' sets 2007/02/06 12:33:39 is 1.77.38.2: RESYNC: (1.77-1.80); FILE MERGED 2007/01/22 15:11:12 is 1.77.38.1: #i73734# javainstaller tasks

2007-02-19  Rüdiger Timm  <rt@openoffice.org>  [1389fccf9a44de9bdfab2f3f5b8302ec41e06bd9]

        INTEGRATION: CWS native77 (1.18.14); FILE MERGED 2007/02/06 12:30:34 is 1.18.14.2: RESYNC: (1.18-1.20); FILE MERGED 2007/02/06 11:55:51 is 1.18.14.1: #i74212# preparing OOo 2.3 and SO 8 PU7

2007-02-16  Vladimir Glazounov  <vg@openoffice.org>  [8d84d889c41d5d386a9d3c282f38d0ed81f133da]

        new version for OOF680

2007-02-16  Kurt Zenker  <kz@openoffice.org>  [f815127ccf34c4221b0bd9a13d4b93b06345fe40]

        INTEGRATION: CWS thbpp6v4_SRC680 (1.5.44.1.22); FILE MERGED 2007/02/15 12:33:14 fs 1.5.44.1.22.1: #i74523# better distinguish between the device for which the control was created from the device we want to paint onto

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [99eac6a27c2646eda9ecd53d7a63d7c8620d7ad6]

        INTEGRATION: CWS sysui13_SRC680 (1.25.24); FILE MERGED 2007/02/15 10:14:28 obr 1.25.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [b471e7c5adf939e387a05feccf89519b3fd43542]

        INTEGRATION: CWS sysui13_SRC680 (1.23.18); FILE MERGED 2007/02/15 10:14:28 obr 1.23.18.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [2b7a5c8bb228d4cd790ca5eaf33edbdef34f03c1]

        INTEGRATION: CWS sysui13_SRC680 (1.10.2.1.6); FILE MERGED 2007/02/15 10:14:28 obr 1.10.2.1.6.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [b4819bd84d25816d05e2ded331269271cb8dacf6]

        INTEGRATION: CWS sysui13_SRC680 (1.5.24); FILE MERGED 2007/02/15 10:14:28 obr 1.5.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [bf0d208958fcf37106d09913fdfca724d684be41]

        INTEGRATION: CWS sysui13_SRC680 (1.14.2.1.6); FILE MERGED 2007/02/15 10:14:27 obr 1.14.2.1.6.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [94562442381c53c28fdaccf4684a4fab8852f088]

        INTEGRATION: CWS sysui13_SRC680 (1.5.24); FILE MERGED 2007/02/15 10:14:27 obr 1.5.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [341e6c0cee64cae9f8642b203c72cab12b88e654]

        INTEGRATION: CWS sysui13_SRC680 (1.15.24); FILE MERGED 2007/02/15 10:14:27 obr 1.15.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [de01ecf9c488a1ba920fbdef2039c40724e71f56]

        INTEGRATION: CWS sysui13_SRC680 (1.24.24); FILE MERGED 2007/02/15 10:14:27 obr 1.24.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [0212ebb0daf4005b21e95cdf4e6495b985dd0ee3]

        INTEGRATION: CWS sysui13_SRC680 (1.22.18); FILE MERGED 2007/02/15 10:14:27 obr 1.22.18.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [613c3c5ab49b5a0697010226377c8725dd344fe9]

        INTEGRATION: CWS sysui13_SRC680 (1.9.24); FILE MERGED 2007/02/15 10:14:26 obr 1.9.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [aedb27fb48298feea7c08f6de3ece265e2c4e76d]

        INTEGRATION: CWS sysui13_SRC680 (1.2.24); FILE MERGED 2007/02/15 10:14:26 obr 1.2.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [aa8d43f21324b553288071ef1da82ce3a0175942]

        INTEGRATION: CWS sysui13_SRC680 (1.2.42); FILE MERGED 2007/02/15 10:14:26 obr 1.2.42.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [f9362a0d4fa9f6da0a3bcc9416b34bde316a44b5]

        INTEGRATION: CWS sysui13_SRC680 (1.14.24); FILE MERGED 2007/02/15 10:14:25 obr 1.14.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [600b8ff8ba0891474449f611885fc9b8e158c0cc]

        INTEGRATION: CWS sysui13_SRC680 (1.11.18); FILE MERGED 2007/02/15 10:14:25 obr 1.11.18.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [78ebd532e4a8ad0b37ea9f9e39b0b625b67bd1dd]

        INTEGRATION: CWS sysui13_SRC680 (1.5.24); FILE MERGED 2007/02/15 10:14:25 obr 1.5.24.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Kurt Zenker  <kz@openoffice.org>  [6a38b371130a7723fa8b74c95ff2725d9277262c]

        INTEGRATION: CWS sysui13_SRC680 (1.17.18); FILE MERGED 2007/02/15 10:14:24 obr 1.17.18.1: #i74533# eliminated unnecessary unopkg_gui script

2007-02-15  Herbert Duerr  <hdu@openoffice.org>  [0e346a39e07285a851b7f1565b7aed6f59e60bb0]

        #i73860# implement outline font attribute

2007-02-15  Herbert Duerr  <hdu@openoffice.org>  [1a2f9099ceb78b24960a6dc3c4e6c38eab0d0af8]

        #i73860# add outline font attribute

2007-02-14  Kurt Zenker  <kz@openoffice.org>  [faf6ee4ca7f22a2fec744f82ad00a415711bcda5]

        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>  [124412dc4f2c091a585b53a4babfa13c2247ac36]

        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>  [378127cf8dd6e2b7d0922ea5c2ca77f314f93302]

        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>  [fcf477e03f7010d96575847623dc945806ee98bb]

        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>  [92f7d8d6ac7637c892afd9a218dbe7618f24ed1f]

        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>  [c6e6786326b3872692c056b62da106b4e296ea16]

        INTEGRATION: CWS fwk65_SRC680 (1.33.206); FILE MERGED 2007/02/12 11:39:20 mav 1.33.206.1: #i74370# delete the container later

2007-02-14  Kurt Zenker  <kz@openoffice.org>  [bca04bfb2df9b425c6485d0de84faeff3cf08da1]

        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>  [b649f3708802d210ba48d5362ef55a06b034b0b6]

        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>  [2fb8006162d32b91b25e77683965b12ec6297960]

        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>  [c5cf42047ae9bbb0daa0675a64f64722e28eddda]

        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-14  Kurt Zenker  <kz@openoffice.org>  [ce809e73aea039f9e80e77f4c5b2fa2510412170]

        INTEGRATION: CWS fwk65_SRC680 (1.4.32); FILE MERGED 2007/02/12 11:33:23 jl 1.4.32.1: #i74334# Deinitializing libxml causes crash

2007-02-14  Herbert Duerr  <hdu@openoffice.org>  [8bfe0eb3e2d732042faf656196620e25a9ee8123]

        #i73860# add methods for getting textline related metrics, improve const-correctness

2007-02-14  Herbert Duerr  <hdu@openoffice.org>  [597e5c5515724b53f291f3fee4543d0d18b54e91]

        #i73860# if just getting outlines the unrotated VCL fonts suffice

2007-02-14  Rüdiger Timm  <rt@openoffice.org>  [f86ec7802edbe33bb963e9b014024401c4fa4419]

        #i74401# Added 'dlgedobj' to EXCEPTIONSFILES to avoid build breaks at some platforms (patch by maho).

2007-02-13  Herbert Duerr  <hdu@openoffice.org>  [d70a7d2bf898a2c08ffa8d7b6d4bee0bef560fbd]

        #i73860# implement RenderText*Portion for transformations with no shearing

2007-02-13  Herbert Duerr  <hdu@openoffice.org>  [a19e5a8992b91e8ca5384b4b5dd164948d5bd3f8]

        #i73860# generic text layout if the justification array is empty

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [8ae0d9cae9c2058e1522bc13a1f75a3136971a92]

        INTEGRATION: CWS cwsqueryenhance2 (1.14.128); FILE MERGED 2007/02/07 16:53:31 bei 1.14.128.6: #i74100 2007/02/02 14:04:21 bei 1.14.128.5: RESYNC: (1.17-1.19); FILE MERGED 2006/10/10 14:52:24 bei 1.14.128.4: RESYNC: (1.14-1.17); FILE MERGED 2006/08/07 09:37:21 bei 1.14.128.3: #i65978# set_subversion_flag method 2006/06/07 11:42:18 bei 1.14.128.2: handle planned CWS in get_build 2006/06/06 14:27:41 bei 1.14.128.1: #i65975#,#i65978# using new EIS SOAP methods

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [b051141826831fc36593f0212d0b1326d435b12c]

        INTEGRATION: CWS cwsqueryenhance2 (1.11.92); FILE MERGED 2007/02/08 16:29:40 rt 1.11.92.4: minor formatting 2007/02/07 16:53:30 bei 1.11.92.3: #i74100 2006/06/07 11:08:08 bei 1.11.92.2: #i65978# 2006/06/06 14:27:40 bei 1.11.92.1: #i65975#,#i65978# using new EIS SOAP methods

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [d3e1ecbb1378e0fdecc0ad42b07d67fcadb9c922]

        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>  [3cb2314f071ccb4909824bdb8b3a9fbf2c246a8c]

        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>  [5beba5a84192936caeaab21365e127526c9c0e57]

        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>  [2c4533f5c03d1d8c8e18d43b568473f3ba899aa0]

        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>  [86ca55e0359105559bcbce1d2e9003570a8fcf16]

        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>  [8b0a1d40ab2c8128a0a07530dc917544a499dcf1]

        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>  [10b5fc64aab9b2bf468896cbf263905daa3cd26b]

        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>  [99e7c52e2eb4a14f200d0b2e5e7e9fb1be549106]

        INTEGRATION: CWS basexc_SRC680 (1.22.10.1.2); FILE MERGED 2007/02/05 13:06:23 fs 1.22.10.1.2.2: #i74051# DlgEdObj::getFormDeviceInfo superseded by DlgEdForm::getDeviceInfo 2007/02/05 13:02:48 fs 1.22.10.1.2.1: #i74065# cache the device info at the form, don't re-create the temporary control all the time

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [7ee125c4bde09e5a524cfe7d00e91d531be38ed1]

        INTEGRATION: CWS basexc_SRC680 (1.43.2.3.2); FILE MERGED 2007/02/05 13:06:23 fs 1.43.2.3.2.2: #i74051# DlgEdObj::getFormDeviceInfo superseded by DlgEdForm::getDeviceInfo 2007/02/05 13:02:53 fs 1.43.2.3.2.1: #i74065# cache the device info at the form, don't re-create the temporary control all the time

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [22efe1509d49f0be1ae682b0bb9bad8dae72a465]

        INTEGRATION: CWS basexc_SRC680 (1.32.48); FILE MERGED 2007/02/01 08:58:36 fs 1.32.48.1: #i74058# StoreDate: catch the proper exceptions

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [635ca82ab6854a95b90107f0b948e4cf9b576bc2]

        INTEGRATION: CWS vclshowstop10_SRC680 (1.56.68.1.4); FILE MERGED 2007/01/30 17:42:54 pl 1.56.68.1.4.1: #i73923# need GetSpecialCharsForEdit as C symbol

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e7a928c5b74129907cfc70af7a36a183dffff676]

        INTEGRATION: CWS basexc_SRC680 (1.4.4.1.2); FILE MERGED 2007/02/01 08:57:03 fs 1.4.4.1.2.1: #i74058# let the SfxLibrary throw proper exceptions when being readonly (RuntimeException is not appropriate here)

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [9eedad899f4882298d3ff8e1bad7d317a5dc50a0]

        INTEGRATION: CWS aw044_SRC680 (1.40.140); FILE MERGED 2007/02/07 12:56:04 aw 1.40.140.1: #i74258# ImpTakeContour3D() needs to call children, not itself again

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [a04a1143900f30eb6529e7a08e43885ba25a02b2]

        INTEGRATION: CWS vclshowstop10_SRC680 (1.7.196); FILE MERGED 2007/01/30 17:42:36 pl 1.7.196.1: #i73923# need GetSpecialCharsForEdit as C symbol

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [4a27f6e7f02354655ee3066efbcce7c0acd2e34e]

        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>  [45f1f939dcb2b1bcdba49bdc277fb7ab087baf93]

        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>  [5daea127717f23aa09978ecf780876dd2cfdfc1f]

        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>  [cd19a60f9ea815d7da5166c510b0ba9623ec9e8c]

        INTEGRATION: CWS aw043_SRC680 (1.32.86.1.12); FILE MERGED 2007/02/01 18:26:05 aw 1.32.86.1.12.2: #i72752# re-implemented AreFormControlsUsed, added exception painting to text edit or form controls 2007/01/31 16:00:17 aw 1.32.86.1.12.1: #i73602# flag for DrawOverlay() to not be forced to delete the PreRenderDevice

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [d16854e751123878e0d65c6cd668e973d36906aa]

        INTEGRATION: CWS aw043_SRC680 (1.54.70.1.12); FILE MERGED 2007/02/01 18:26:04 aw 1.54.70.1.12.3: #i72752# re-implemented AreFormControlsUsed, added exception painting to text edit or form controls 2007/02/01 13:54:40 aw 1.54.70.1.12.2: #i72752# BeginDrawLayer remembers prepared target so that DrawLayer can use it for sudden paints to unknown OutDevs 2007/01/31 16:00:16 aw 1.54.70.1.12.1: #i73602# flag for DrawOverlay() to not be forced to delete the PreRenderDevice

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [efe460b98bd0a8c6ce52e3a4e29ee9455eb02e9e]

        INTEGRATION: CWS aw043_SRC680 (1.3.44.1.12); FILE MERGED 2007/01/31 16:00:16 aw 1.3.44.1.12.1: #i73602# flag for DrawOverlay() to not be forced to delete the PreRenderDevice

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [c168f76002b8c9f86588004b2de3ea362bdc20f9]

        INTEGRATION: CWS aw043_SRC680 (1.3.44.1.12); FILE MERGED 2007/02/01 13:54:39 aw 1.3.44.1.12.1: #i72752# BeginDrawLayer remembers prepared target so that DrawLayer can use it for sudden paints to unknown OutDevs

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [30e3989282a08e09292142292d4f367b5ef25ae4]

        INTEGRATION: CWS aw043_SRC680 (1.3.44.1.12); FILE MERGED 2007/01/31 15:57:11 aw 1.3.44.1.12.1: #i73602# do not create/destroy overlay paint buffer, but keep it

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e128d8605ea97daac885269b1f082cf7f044c786]

        INTEGRATION: CWS aw043_SRC680 (1.23.132); FILE MERGED 2007/02/01 10:28:50 aw 1.23.132.1: #i74056# ImpScalePoly interface changed to return scaled poly, adapted in all places

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [5385608b26338c2a6e4dd7d084520ceb785bdb96]

        INTEGRATION: CWS aw043_SRC680 (1.21.132); FILE MERGED 2007/02/01 10:28:50 aw 1.21.132.1: #i74056# ImpScalePoly interface changed to return scaled poly, adapted in all places

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [bfbe01b840b80259b1cb5c749bf939080fc979ea]

        INTEGRATION: CWS aw043_SRC680 (1.2.134); FILE MERGED 2007/01/31 15:57:00 aw 1.2.134.1: #i73602# do not create/destroy overlay paint buffer, but keep it

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [29386176666d2f94d201d1d40311760b3698bf0a]

        INTEGRATION: CWS aw043_SRC680 (1.2.88.1.12); FILE MERGED 2007/01/31 16:00:05 aw 1.2.88.1.12.1: #i73602# flag for DrawOverlay() to not be forced to delete the PreRenderDevice

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e637f78248748ed85b86842f1533b900e0b98370]

        INTEGRATION: CWS aw043_SRC680 (1.26.92); FILE MERGED 2007/01/31 13:49:38 aw 1.26.92.1: #i73602# use Writer's own flag from configuration to decide if to use OverlayBuffer or not

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [f40682f0c24db6cf62dd15ec23d6dd87484e9ddb]

        INTEGRATION: CWS crash73991_SRC680 (1.34.84); FILE MERGED 2007/02/01 09:39:41 od 1.34.84.1: #144962# class <SdrObjGroup> 	 - member <aOutRect> has to contain the bounding rectangle

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [846ecc1ee676ef7c700fa62c9e757f4be924c25d]

        INTEGRATION: CWS aw043_SRC680 (1.11.12.1.6); FILE MERGED 2007/01/31 13:53:28 aw 1.11.12.1.6.1: #i73602# use Calc's own flag from configuration to decide if to use OverlayBuffer or not

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [68dddd7af4970073e4a27cfd287f3e8b9cf6dd49]

        INTEGRATION: CWS swqbf96_SRC680 (1.68.94); FILE MERGED 2007/02/05 10:14:26 fme 1.68.94.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [1c201e254a98194f6e4cd8fbc4f754c684c54ab1]

        INTEGRATION: CWS swqbf96_SRC680 (1.192.36.1.14); FILE MERGED 2007/02/05 10:14:26 fme 1.192.36.1.14.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [4d0bb6a6060379e5d0c6336cf4b9b2f556f968e1]

        INTEGRATION: CWS crash73991_SRC680 (1.43.36.1.10); FILE MERGED 2007/01/30 12:39:52 ama 1.43.36.1.10.1: Fix #i73991#: User defined attribute

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [d279ac962aff2d4d2106dbee876ef0af711b5797]

        INTEGRATION: CWS swqbf96_SRC680 (1.43.36.1.14); FILE MERGED 2007/02/05 10:14:26 fme 1.43.36.1.14.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [db9e6f1076bf1765ce22eeecc7cd198cf2d27628]

        INTEGRATION: CWS crash73991_SRC680 (1.53.60); FILE MERGED 2007/01/30 13:03:08 od 1.53.60.1: #i74009# method <SwDoc:set(..)> 	 - document compatibility flag <mbConsiderWrapOnObjPos> wasn't set.

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e96fe875d647102ec9787fbd4d715760bfded385]

        INTEGRATION: CWS aw043_SRC680 (1.11.42); FILE MERGED 2007/01/31 14:02:18 aw 1.11.42.1: #i73602# use DrawImress's own flag from configuration to decide if to use OverlayBuffer or not

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [3e2d2538da39e881a921c8fd1a1020edf83e35b4]

        INTEGRATION: CWS swqbf96_SRC680 (1.58.68); FILE MERGED 2007/02/05 10:14:25 fme 1.58.68.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [7404f20485a4070ee1280b1f8182252fd0574fa9]

        INTEGRATION: CWS aw043_SRC680 (1.56.40); FILE MERGED 2007/01/31 14:02:18 aw 1.56.40.1: #i73602# use DrawImress's own flag from configuration to decide if to use OverlayBuffer or not

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [70779535273fd9ba422c248fc381b2976b18b93c]

        INTEGRATION: CWS swqbf96_SRC680 (1.31.96); FILE MERGED 2007/02/05 10:13:19 fme 1.31.96.1: #i74125# Alien attributes - RES_TXTATR_UNKNOWN_CONTAINER has to be in the auto style range

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [d3c5a4a226f708c1b2726d507ae66b44e1fb486d]

        INTEGRATION: CWS aw043_SRC680 (1.125.8.2.2); FILE MERGED 2007/01/31 12:40:15 aw 1.125.8.2.2.1: #i73602# Added config flags in DrawingLayer section to define OverlayBuffer usage independent for Calc, Writer and DrawImpress

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [00c05c2070982741d471bb1b44c7fdc6da782e3c]

        INTEGRATION: CWS impress117_SRC680 (1.71.48); FILE MERGED 2007/02/06 14:11:46 cl 1.71.48.1: #i74213# check SdrPageView for null

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [8883ace757f5ef5747b10d20c3f35249bfdf3c6a]

        INTEGRATION: CWS impress117_SRC680 (1.45.18.1.4); FILE MERGED 2007/02/06 14:08:29 cl 1.45.18.1.4.1: #i74213# do not hide page on view if it is not currently visible

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [e85f97736eebc7efed8395c7318b5503f00639b0]

        INTEGRATION: CWS jl56_SRC680 (1.2.50); FILE MERGED 2007/02/06 14:20:09 jl 1.2.50.3: #i73952# updatability thread accesses packages when they are already disposed 2007/02/05 09:17:58 jl 1.2.50.2: #i73952# crash when no update URL is available 2007/02/01 15:21:59 jl 1.2.50.1: #i74081# crash on closing the Extension Manager

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [b2a09bae363783508be2f7c157ae25eb63d7fc7e]

        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-12  Kurt Zenker  <kz@openoffice.org>  [4810dfcdf0de92e58db1d81159642aee3ee3c0fa]

        INTEGRATION: CWS jl56_SRC680 (1.14.50); FILE MERGED 2007/02/06 14:20:09 jl 1.14.50.1: #i73952# updatability thread accesses packages when they are already disposed

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [04459d355b300cdadb40a132b6c5cd926804cd2d]

        INTEGRATION: CWS jl56_SRC680 (1.2.50); FILE MERGED 2007/02/01 15:21:59 jl 1.2.50.1: #i74081# crash on closing the Extension Manager

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [8fe8a4ae839c71d5a5b9aa9b14864e4a3a412d18]

        INTEGRATION: CWS crash73991_SRC680 (1.125.8.1.4); FILE MERGED 2007/02/01 12:25:33 ama 1.125.8.1.4.1: #144964# ComponentSearchLabel entries must be localized

2007-02-12  Kurt Zenker  <kz@openoffice.org>  [24857eca4f4fd67db65363044b4a19947d8c6b71]

        INTEGRATION: CWS jl56_SRC680 (1.19.40); FILE MERGED 2007/02/06 14:20:09 jl 1.19.40.1: #i73952# updatability thread accesses packages when they are already disposed

2007-02-09  Vladimir Glazounov  <vg@openoffice.org>  [fe86e7244b3838141b0dc636932dfb2dbf5f664e]

        new version for OOF680

2007-02-09  Vladimir Glazounov  <vg@openoffice.org>  [25f841638f3b1cf2f196ad45d61cc9c014bcce9d]

        new version for OOF680

2007-02-09  Vladimir Glazounov  <vg@openoffice.org>  [9543bc162e161c1ca8f9d228ee448dc6b56c24e8]

        new version for OOF680

2007-02-08  Vladimir Glazounov  <vg@openoffice.org>  [bc10640b1cec1c7633067a954546ea376f89563b]

        #100000# avoid build breaker when the directory exists

2007-02-07  Vladimir Glazounov  <vg@openoffice.org>  [5b8541b186391648c3f7c51507e09f11651ba38f]

        SRC680

2007-02-07  Vladimir Glazounov  <vg@openoffice.org>  [ee66b13d06b05868acf42db9733401e35f9ba2cc]

        INTEGRATION: CWS hcshared07 (1.62.56); FILE MERGED 2006/11/15 12:50:10 ufi 1.62.56.1: #i66574# add HID_BROWSER_ADMINISTRATE

2007-02-07  Vladimir Glazounov  <vg@openoffice.org>  [144ed5e8d0b7e5a4d5899a9bd52bb8bea821f81e]

        INTEGRATION: CWS hcshared07 (1.1.170); FILE MERGED 2007/01/02 15:49:43 ufi 1.1.170.1: i72704

2007-02-07  Vladimir Glazounov  <vg@openoffice.org>  [19a4b27240dbbf3318747d7d0493b35879ce0d88]

        INTEGRATION: CWS hcshared07 (1.1.170); FILE MERGED 2007/01/02 15:49:42 ufi 1.1.170.1: i72704

2007-02-07  Vladimir Glazounov  <vg@openoffice.org>  [d90e669a92e20a1c9ff0daa9aa5d2c3035ea082c]

        INTEGRATION: CWS hcshared07 (1.8.282); FILE MERGED 2006/12/19 12:58:58 fpe 1.8.282.1: #i72303#

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [abf28bf3d8583d81b23f02987abf969c1bad9d79]

        INTEGRATION: CWS ause074 (1.29.134); FILE MERGED 2007/02/05 10:30:28 hjs 1.29.134.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [07656300fa2eceef70990611884c4da4a8558305]

        INTEGRATION: CWS ause074 (1.54.144); FILE MERGED 2007/02/05 10:30:27 hjs 1.54.144.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [adc39e57825fb4790b52a6fbde611218ff84b1f5]

        INTEGRATION: CWS ause074 (1.30.130); FILE MERGED 2007/02/05 10:30:27 hjs 1.30.130.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c7a51e7ca365d450569b40d111fa14e310343ee0]

        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>  [c254a91b5d27d346feade264e337dff360a43447]

        INTEGRATION: CWS ause074 (1.6.44); FILE MERGED 2007/01/30 12:05:23 hjs 1.6.44.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [98dcff9b313679725f288f585a236ef5a49ff9b9]

        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>  [91f4cb63e5fd794ac700d34f368241b81941834b]

        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>  [01b30c11b390036bc9ffbdffd448746380f7f4a9]

        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>  [c728ceb6b5a72198b700465244bdbd20e2769433]

        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>  [8e4c5691060c342f1d6aafe0debd4c54ecd179eb]

        INTEGRATION: CWS ause074 (1.5.126); FILE MERGED 2007/01/30 12:10:18 hjs 1.5.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [11969d297f35e3815dadc1a5efad49a074a8dd5c]

        INTEGRATION: CWS ause074 (1.3.126); FILE MERGED 2007/01/30 12:10:18 hjs 1.3.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [735d0ee1ccdb558c66466fb03f6378c9ea13bc8b]

        INTEGRATION: CWS ause074 (1.4.126); FILE MERGED 2007/01/30 12:10:17 hjs 1.4.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [08b09430bd458c341c01a0aecb4f1984866e9d4f]

        INTEGRATION: CWS ause074 (1.2.126); FILE MERGED 2007/01/30 12:10:17 hjs 1.2.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7f52c59b47dbfb8e7f8a12429cbdc927185c42e4]

        INTEGRATION: CWS ause074 (1.4.126); FILE MERGED 2007/01/30 12:10:16 hjs 1.4.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [13750f8a40e0ee6e71813ff85053bfba083a1146]

        INTEGRATION: CWS ause074 (1.5.126); FILE MERGED 2007/01/30 12:10:16 hjs 1.5.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f9ed07af1897b33c7e10b808de30e212ff54977f]

        INTEGRATION: CWS ause074 (1.3.126); FILE MERGED 2007/01/30 12:10:15 hjs 1.3.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ba25b499d9de02f469da29394cdb5902cab89bc5]

        INTEGRATION: CWS ause074 (1.4.126); FILE MERGED 2007/01/30 12:10:14 hjs 1.4.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d8453c21033f8f5492d52e22982b892f7bcc5826]

        INTEGRATION: CWS ause074 (1.2.126); FILE MERGED 2007/01/30 12:10:14 hjs 1.2.126.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fddd7fcd386d9daff55898d30e0764730ec5c067]

        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>  [2b60fd345e67e653d47da3d13df2a207d8673b37]

        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>  [6305a316dfcbfe880e25274e53307861ad419d9b]

        INTEGRATION: CWS ause074 (1.3.40); FILE MERGED 2007/01/30 12:06:21 hjs 1.3.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2d15d320a785de8688dc5828635d54beda1e4596]

        INTEGRATION: CWS ause074 (1.9.198); FILE MERGED 2007/01/30 12:06:20 hjs 1.9.198.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fd0c5b8f5d3083bf103fa8e74ed738222cd1f040]

        INTEGRATION: CWS ause074 (1.135.2); FILE MERGED 2007/01/29 15:41:07 hjs 1.135.2.1: #i73985# reset _ISBOOTSTRAP_ after usage

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [dd5516bfffa705002981af37ce7ebb2326eeeb02]

        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>  [03878665c2af1bcce175078eb9029ab8c40db07b]

        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>  [83e13d9135ac2f2709e9110d010478d8d18b6041]

        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>  [39d5e52aae2ad06f0a002d62b5d635b85545411d]

        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>  [52a66ee3d1c5dd1a6da659e4728c13a34ee0dee7]

        INTEGRATION: CWS ause074 (1.6.6); FILE MERGED 2007/01/30 15:15:45 hjs 1.6.6.1: #i73801# some hidden places

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7ef38d8dd7d2dbd0195899b6647845f4fdb08ec7]

        INTEGRATION: CWS ause074 (1.4.98); FILE MERGED 2007/01/30 12:09:28 hjs 1.4.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1cd8329575f2cf1f243773b11d7aa36fe88e7e27]

        INTEGRATION: CWS ause074 (1.29.48); FILE MERGED 2007/01/30 12:09:28 hjs 1.29.48.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [acec65dcfe8492c8ce657354259e32e702fe9b75]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:09:27 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a190b711c178d061ad40a4cc4f0c21aef430da03]

        INTEGRATION: CWS ause074 (1.7.98); FILE MERGED 2007/01/30 12:09:27 hjs 1.7.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [0663f4731c3db3f8c594df09342c3af9bfe5c89d]

        INTEGRATION: CWS ause074 (1.4.98); FILE MERGED 2007/01/30 12:09:27 hjs 1.4.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3df9561dfc328964d7773217932784de8e06dbcc]

        INTEGRATION: CWS ause074 (1.11.98); FILE MERGED 2007/01/30 12:09:26 hjs 1.11.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [84fa08fb107be6852f66dabffd3daa71c6afe6a0]

        INTEGRATION: CWS ause074 (1.13.98); FILE MERGED 2007/01/30 12:09:26 hjs 1.13.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3338f489cd58aa1aa28a4343d170df4c77b215c8]

        INTEGRATION: CWS ause074 (1.10.98); FILE MERGED 2007/01/30 12:09:26 hjs 1.10.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f7ea88d04da7cd5b3e96cecd4eefd4d503d973ce]

        INTEGRATION: CWS ause074 (1.2.98); FILE MERGED 2007/01/30 12:09:25 hjs 1.2.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [377789d83d32b0311470bbf0f913a46acf75665d]

        INTEGRATION: CWS ause074 (1.17.98); FILE MERGED 2007/01/30 12:09:25 hjs 1.17.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [24c8237280e10d59b625f08d2b86b6181d8923c3]

        INTEGRATION: CWS ause074 (1.9.98); FILE MERGED 2007/01/30 12:09:25 hjs 1.9.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fb6ac9c6ff695f445bee55d18f47270c6a5318c7]

        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>  [a784408e0dd4f8603e23f55d262ce6b5ba5eda65]

        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>  [0646c8deceb51e730c9293c6dcdb2dfa7ddca92d]

        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>  [f61d712099672752a52f4f6ac49b7fc3b91444c7]

        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>  [deb850bcc96b5a27008c1ba4ad348377120c9c4c]

        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>  [9f970bad4ae0693d23b4ba3da24ab77e81db4434]

        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>  [c4b3b4304e66a12401e7e0a9c5a639dc930cfa64]

        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>  [6a31a838f0c41ef1066809f191e31bd6d288ce21]

        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>  [25b0269054f58f3a89881b9d6463047d77205cbe]

        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>  [b384381c962045c91c8790dc0005c39bd7312d9d]

        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>  [c811c3584b9ac5752ae55b42ab821bea27a04212]

        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>  [2c9b8517934da7897ef8987d885035d89e079e0a]

        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>  [5992f7dbe22320436ca29a722dca2de79611fe74]

        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>  [3935ae10db0ffaf12d18cc8b1304a87204c3afc0]

        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>  [852209caf9e2fcfd57b7469f79346619b8011b88]

        INTEGRATION: CWS ause074 (1.6.34); FILE MERGED 2007/01/30 12:10:49 hjs 1.6.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e2fc529d0a3ee80e88c9cc272fb7e143e69d5b97]

        INTEGRATION: CWS ause074 (1.2.34); FILE MERGED 2007/01/30 12:10:49 hjs 1.2.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c02dc8da53b8b77f6810295c48b0132042b12484]

        INTEGRATION: CWS ause074 (1.2.34); FILE MERGED 2007/01/30 12:10:48 hjs 1.2.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [dc1691519e497467584cccfc153c412ef32d449e]

        INTEGRATION: CWS ause074 (1.3.34); FILE MERGED 2007/01/30 12:10:48 hjs 1.3.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [596c138c2e41d238ae2ee3cb405f09c04c01b80a]

        INTEGRATION: CWS ause074 (1.5.34); FILE MERGED 2007/01/30 12:10:48 hjs 1.5.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c52301b4365f1102be5803beb8718e1f95b33e4e]

        INTEGRATION: CWS ause074 (1.4.34); FILE MERGED 2007/01/30 12:10:47 hjs 1.4.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [100db565770a3b9838be61a7378f5facd202ad0a]

        INTEGRATION: CWS ause074 (1.3.34); FILE MERGED 2007/01/30 12:10:47 hjs 1.3.34.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [24f0a783272666cc0c6919e7094801beeeadd54e]

        INTEGRATION: CWS ause074 (1.3.54); FILE MERGED 2007/01/30 12:08:00 hjs 1.3.54.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7ff5f70505b791a880e83d229e730dff6eb09e36]

        INTEGRATION: CWS ause074 (1.28.2); FILE MERGED 2007/01/29 17:44:51 hjs 1.28.2.1: #i73913# move unpacking target to solenv/inc/tg_ext.mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4f2f6d48999dc4486507dfff6f10e4218a5a8204]

        INTEGRATION: CWS ause074 (1.4.230); FILE MERGED 2007/01/30 12:10:40 hjs 1.4.230.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b9061cac95e1040ef38d57c69e43b112b1a19f66]

        INTEGRATION: CWS ause074 (1.21.28); FILE MERGED 2007/01/30 12:10:39 hjs 1.21.28.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [578bf532804b0a7ef43ab78a4bc318d3275bd47b]

        INTEGRATION: CWS ause074 (1.10.228); FILE MERGED 2007/01/30 12:10:39 hjs 1.10.228.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [baa6da0940304fcf5819d94448755e4f3a9e6fe7]

        INTEGRATION: CWS ause074 (1.2.36); FILE MERGED 2007/01/30 12:02:52 hjs 1.2.36.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e4374fb76c4c411a294c9e92f9c07a1646f6a837]

        INTEGRATION: CWS ause074 (1.3.84); FILE MERGED 2007/01/30 12:02:52 hjs 1.3.84.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [34d6c5ab08b7eaeea28a69f4a28ee00eb3771dd2]

        INTEGRATION: CWS ause074 (1.5.84); FILE MERGED 2007/01/30 12:02:52 hjs 1.5.84.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [14b61505ec9a3a1aeb8543d170a83f14ce9862d8]

        INTEGRATION: CWS ause074 (1.5.84); FILE MERGED 2007/01/30 12:02:51 hjs 1.5.84.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1156b2fadc1fef0ea2fe89ddfe3f4f180a3b2b02]

        INTEGRATION: CWS ause074 (1.7.36); FILE MERGED 2007/01/30 12:02:51 hjs 1.7.36.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d42f850edea647ebe50ad8e3a2c82d7736ce4ef2]

        INTEGRATION: CWS ause074 (1.66.4); FILE MERGED 2007/02/02 11:11:10 hjs 1.66.4.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [97c2c44b7d3c85c5f0b5e8b2ebbdeef470062ba7]

        INTEGRATION: CWS ause074 (1.4.46); FILE MERGED 2007/02/02 11:11:10 hjs 1.4.46.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7e0d08434101a30f6954850ff69b4ec3e088320b]

        INTEGRATION: CWS ause074 (1.10.4); FILE MERGED 2007/02/02 11:10:41 hjs 1.10.4.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ad23c54c01dd8d907cdaa61cacbcfbda6d1a9ce7]

        INTEGRATION: CWS ause074 (1.9.8); FILE MERGED 2007/02/02 11:12:22 hjs 1.9.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [84c9b1d56770b541dc7f79c78f556ced8bbfefa1]

        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>  [b56725f3ab85e7b1118f8a625958b0c571d6ea98]

        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>  [e972864265b6e28adc09f72b3fa2b1b41789a38c]

        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>  [9bf10a5bb4fe508fa63ca158f86f30d0411b6b6e]

        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>  [25fc73ab6a6586dd74f4367a8de51145ea435716]

        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>  [6e6c525f970ca5105cedc3635819b67d09b365bb]

        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>  [2f0277b7b0c2af2bc8b6d26a7aaa67f25dc5d607]

        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>  [d3726ace9625ca01df48fcc929d5f05e680af81c]

        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>  [d101490ad11a04ae914f74ef6b406042bfb61587]

        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>  [d2e4fb6f22056fead767395a119fe5b36d65f254]

        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>  [3d911998a2497ce7491693235c8d177e7d418ea9]

        INTEGRATION: CWS ause074 (1.3.8); FILE MERGED 2007/01/30 12:06:04 hjs 1.3.8.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [dd1b1e11b629afe44cd2adc1ad353763ae34d973]

        INTEGRATION: CWS ause074 (1.2.30); FILE MERGED 2007/01/30 12:05:37 hjs 1.2.30.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9e1d887afe2d1d3b765b9d162fa85e8d595c2cf4]

        INTEGRATION: CWS ause074 (1.50.8); FILE MERGED 2007/01/29 15:03:11 hjs 1.50.8.1: #i73825# 4nt needs help to touch...

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [765b1958fd25b5c7341a83ec7da08a3bab9ddaca]

        INTEGRATION: CWS ause074 (1.33.8); FILE MERGED 2007/02/02 11:57:46 hjs 1.33.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [86de2fc50d8d74ed9cae5d30139e3275f62e9a09]

        INTEGRATION: CWS ause074 (1.13.8); FILE MERGED 2007/02/02 12:59:48 hjs 1.13.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [96a6227bd7dc75999f128324b9b47279a914b115]

        INTEGRATION: CWS ause074 (1.23.8); FILE MERGED 2007/02/02 11:51:58 hjs 1.23.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [58386ef744dab176229243d71ebab26fe8f52c2e]

        INTEGRATION: CWS ause074 (1.104.8); FILE MERGED 2007/02/02 16:23:04 hjs 1.104.8.2: RESYNC: (1.104-1.105); FILE MERGED 2007/02/02 13:10:51 hjs 1.104.8.1: #i74085# avoid useless shell calls; one empty (typo in name) variable removed in RC call

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b0165f63090f1dd69db5dbf95bbc97f2dcbe31ce]

        INTEGRATION: CWS ause074 (1.16.8); FILE MERGED 2007/01/29 15:21:52 hjs 1.16.8.1: #i73983# remove .csv generation

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [337142b3fbdd10afb0df741dec67701060da636e]

        INTEGRATION: CWS ause074 (1.16.8); FILE MERGED 2007/02/02 11:51:33 hjs 1.16.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fd64cb48f52b10572f00701ed53647cfec6aa264]

        INTEGRATION: CWS ause074 (1.23.8); FILE MERGED 2007/02/02 11:51:09 hjs 1.23.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6c30cc1b24c5b5484c37ad83542409cab7d6f3d9]

        INTEGRATION: CWS ause074 (1.20.8); FILE MERGED 2007/02/02 11:50:39 hjs 1.20.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [cc8bc8edb55debf58601a8a2f61611d9f37c36e4]

        INTEGRATION: CWS ause074 (1.9.8); FILE MERGED 2007/02/02 11:50:06 hjs 1.9.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [25ab6eb0e546ee7ce11cadcb97e3b02e4184f7a2]

        INTEGRATION: CWS ause074 (1.22.8); FILE MERGED 2007/02/02 11:49:30 hjs 1.22.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [80424d0df93daf17a771dffc2b127c4c2a1b9b1b]

        INTEGRATION: CWS ause074 (1.74.8); FILE MERGED 2007/02/02 11:49:01 hjs 1.74.8.3: #i74085# avoid useless shell calls 2007/01/30 18:30:54 hjs 1.74.8.2: #i73913# duplicate rule - keeping the working one 2007/01/30 11:45:40 hjs 1.74.8.1: #i73913# unpacking for .bz2

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [bf62601df6733eae5228fc60db16ac263ff81c7e]

        INTEGRATION: CWS ause074 (1.26.8); FILE MERGED 2007/02/05 10:26:16 hjs 1.26.8.2: #i73733# one more place to remove HXXnTARGET 2007/02/02 11:48:12 hjs 1.26.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8b740de0af5cf4bc24b571017b30075c757828bc]

        INTEGRATION: CWS ause074 (1.16.8); FILE MERGED 2007/02/02 11:47:40 hjs 1.16.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [65e10dcc586ebbfb2c5c6567b3a61e8d663d7a8a]

        INTEGRATION: CWS ause074 (1.61.8); FILE MERGED 2007/02/02 11:46:51 hjs 1.61.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7377f93b8b3d31fd9d803abbbd14cf59bb4d9c68]

        INTEGRATION: CWS ause074 (1.186.96); FILE MERGED 2007/02/02 11:14:11 hjs 1.186.96.4: #i74085# avoid useless shell calls 2007/01/29 16:30:27 hjs 1.186.96.3: #i73987# smarter .idl compiling 2007/01/29 13:28:25 hjs 1.186.96.2: RESYNC: (1.186-1.190); FILE MERGED 2007/01/22 14:09:52 hjs 1.186.96.1: #i73733# remove obsolete HXXnTARGET stuff

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d29bf728104214d5e0cf6ededa45013c2b5a5fbb]

        INTEGRATION: CWS ause074 (1.208.6); FILE MERGED 2007/02/02 11:14:31 hjs 1.208.6.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d17c40b12513be273dcaf4baf2157f914ac9a4b1]

        INTEGRATION: CWS ause074 (1.4.580); FILE MERGED 2007/02/01 11:43:05 hjs 1.4.580.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2a72c3c01d2cf41f6adc5b2b3aede88892893445]

        INTEGRATION: CWS ause074 (1.83.6); FILE MERGED 2007/02/02 11:54:28 hjs 1.83.6.2: #i74085# avoid useless shell calls 2007/01/29 16:30:26 hjs 1.83.6.1: #i73987# smarter .idl compiling

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [907bb89314675f411106125510ec44e9f8990373]

        INTEGRATION: CWS ause074 (1.45.6); FILE MERGED 2007/02/02 11:52:43 hjs 1.45.6.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c4e12aeaf9fd73d6bcc40c7225585b61460f1224]

        INTEGRATION: CWS ause074 (1.30.8); FILE MERGED 2007/02/02 11:57:37 hjs 1.30.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a99214fac80500abc40f072e085b0c12cde03571]

        INTEGRATION: CWS ause074 (1.12.8); FILE MERGED 2007/02/02 11:51:58 hjs 1.12.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [991618c4510f82eecb4bb725172c1d55c63b1e3d]

        INTEGRATION: CWS ause074 (1.101.8); FILE MERGED 2007/02/02 16:24:09 hjs 1.101.8.2: #i74085# regenerated after solving conflict 2007/02/02 13:10:51 hjs 1.101.8.1: #i74085# avoid useless shell calls; one empty (typo in name) variable removed in RC call

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [67413d8f72a3ac98b1be0d2f1163df5e93ea3a12]

        INTEGRATION: CWS ause074 (1.6.8); FILE MERGED 2007/01/29 15:21:52 hjs 1.6.8.1: #i73983# remove .csv generation

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [187b7b2daf9b296e1b249e75705997bad03c654f]

        INTEGRATION: CWS ause074 (1.12.8); FILE MERGED 2007/02/02 11:51:33 hjs 1.12.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a67dfcfa0b808da36c62e1b5764951ad07032c4d]

        INTEGRATION: CWS ause074 (1.21.8); FILE MERGED 2007/02/02 11:51:09 hjs 1.21.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [13e2a115854b264301c48bad94cef07499c42f2c]

        INTEGRATION: CWS ause074 (1.17.8); FILE MERGED 2007/02/02 11:50:39 hjs 1.17.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [09d1d43553ea1d3c3ac425195d7e47b95532f274]

        INTEGRATION: CWS ause074 (1.59.8); FILE MERGED 2007/02/02 11:46:51 hjs 1.59.8.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f94fc3dd2f6d78c7eb646ffebec54ed92d2d6903]

        INTEGRATION: CWS ause074 (1.1.2); FILE ADDED 2007/01/29 15:03:31 hjs 1.1.2.1: #i73825# 4nt needs help to touch...

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [08e3c0e68458820fa41280e0dd37d8fadf3ce2ca]

        INTEGRATION: CWS ause074 (1.11.130); FILE MERGED 2007/01/30 12:04:35 hjs 1.11.130.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [92b1f2a17dd6efd770a90d7a1509ef4cfead923e]

        INTEGRATION: CWS ause074 (1.3.64); FILE MERGED 2007/01/30 12:07:46 hjs 1.3.64.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [31b2d03a065fde7d6d75f994edd3f5306ce0f52c]

        INTEGRATION: CWS ause074 (1.27.118); FILE MERGED 2007/01/30 12:04:03 hjs 1.27.118.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4f500ef5b47e178a60ac117ab520cbf5dbd90232]

        INTEGRATION: CWS ause074 (1.2.120); FILE MERGED 2007/01/30 12:04:02 hjs 1.2.120.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3861022d892e8dcc9eaeb1c50ce86db7a4fc8b70]

        INTEGRATION: CWS ause074 (1.2.256); FILE MERGED 2007/01/30 12:04:02 hjs 1.2.256.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [88495b0b9b4432c99a6fe2047b3804541d32a783]

        INTEGRATION: CWS ause074 (1.5.748); FILE MERGED 2007/01/30 12:08:34 hjs 1.5.748.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f1b7756dcd3bc6bbda79e482345b42a4fe361534]

        INTEGRATION: CWS ause074 (1.3.750); FILE MERGED 2007/01/30 12:08:33 hjs 1.3.750.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b3e443a093d607e7bffc36be8c9d1c3db775e538]

        INTEGRATION: CWS ause074 (1.8.750); FILE MERGED 2007/01/30 12:08:33 hjs 1.8.750.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4c62d80f4d886a89511278424e41e51c600f7409]

        INTEGRATION: CWS ause074 (1.9.78); FILE MERGED 2007/02/01 11:40:31 hjs 1.9.78.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a07796df306948df554e5da364eb6a7bcca075b3]

        INTEGRATION: CWS ause074 (1.2.40); FILE MERGED 2007/01/30 12:08:53 hjs 1.2.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b8fe33b78785a551ed87335368abf877c5e1c5b1]

        INTEGRATION: CWS ause074 (1.2.40); FILE MERGED 2007/01/30 12:08:52 hjs 1.2.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7a63faa7b42aeaaeaa428f4799d3a8c2ce9d2705]

        INTEGRATION: CWS ause074 (1.6.40); FILE MERGED 2007/01/30 12:08:51 hjs 1.6.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2b0038508d005f07d89a0357d687dff96938b6c5]

        INTEGRATION: CWS ause074 (1.2.40); FILE MERGED 2007/01/30 12:08:51 hjs 1.2.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e98e8f5c1f2cb0cfd5a7ce3861855a5775aa8fe0]

        INTEGRATION: CWS ause074 (1.6.26); FILE MERGED 2007/01/30 12:08:49 hjs 1.6.26.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [097ecf5b3adfc24aa494800eae2e5e8661538559]

        INTEGRATION: CWS ause074 (1.4.58); FILE MERGED 2007/01/30 12:03:34 hjs 1.4.58.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [41e9d41c4c986299efe36276b3a033fed97dc6a6]

        INTEGRATION: CWS ause074 (1.3.58); FILE MERGED 2007/01/30 12:03:34 hjs 1.3.58.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [2ead7f06d016328d572793fabf2865fc75df9ef8]

        INTEGRATION: CWS ause074 (1.6.236); FILE MERGED 2007/01/30 12:03:48 hjs 1.6.236.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [0b6ef48903aa96c181dcd4235e9f0912eb94a81c]

        INTEGRATION: CWS ause074 (1.2.236); FILE MERGED 2007/01/30 12:03:48 hjs 1.2.236.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4ba1e37f5a7bde6cf80394c5967de1c54f5a61a3]

        INTEGRATION: CWS ause074 (1.3.236); FILE MERGED 2007/01/30 12:03:47 hjs 1.3.236.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4e36ef477fc9b2ce71336faad33ec46133382958]

        INTEGRATION: CWS ause074 (1.2.38); FILE MERGED 2007/01/30 12:05:46 hjs 1.2.38.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8c7d739b64ce4e62f0be701f226238c45915cf38]

        INTEGRATION: CWS ause074 (1.7.40); FILE MERGED 2007/01/30 12:05:46 hjs 1.7.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c4ac36b496b875c75816af8dc40f69b048d6fdb4]

        INTEGRATION: CWS ause074 (1.3.40); FILE MERGED 2007/01/30 12:05:46 hjs 1.3.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [efbeb184ef6e61501a6e6f1c4c7b6be2c02b99ab]

        INTEGRATION: CWS ause074 (1.6.40); FILE MERGED 2007/01/30 12:05:46 hjs 1.6.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a05780b15251b5646ff5889ad5f89d065bcdf4f6]

        INTEGRATION: CWS ause074 (1.9.4); FILE MERGED 2007/02/02 10:31:41 hjs 1.9.4.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [279c226c27e985f01cc2f06b6c7624ae0d7fb760]

        INTEGRATION: CWS ause074 (1.23.2); FILE MERGED 2007/02/02 10:29:27 hjs 1.23.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [08d482ce3c295f1648ec25a18f9f26711be31b6d]

        INTEGRATION: CWS ause074 (1.3.36); FILE MERGED 2007/01/30 12:09:47 hjs 1.3.36.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8af8df9e89c23a7db760552f137192ce08801237]

        INTEGRATION: CWS ause074 (1.3.2); FILE MERGED 2007/01/30 12:10:26 hjs 1.3.2.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4aa1f58b1486e374a913122aac24b0b72bef3b30]

        INTEGRATION: CWS ause074 (1.3.74); FILE MERGED 2007/01/30 12:02:45 hjs 1.3.74.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [90bda7342fd658b2f4897fca9dd6b7819db4e5d4]

        INTEGRATION: CWS ause074 (1.2.86); FILE MERGED 2007/01/30 12:02:44 hjs 1.2.86.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [99e88f4a379625656e211faeeb463e5079310f53]

        INTEGRATION: CWS ause074 (1.4.44); FILE MERGED 2007/01/30 12:08:18 hjs 1.4.44.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [5e947bf75221eb49409fbdd8554567680f467c1c]

        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>  [e69438876fc60433410962c51e349353d02dd3d8]

        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>  [3ba3c149a1cd9243525afbf2c9c0eef7e26ac056]

        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>  [2dc7336da58096dec2c80598328c0dfb3d07fb7b]

        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>  [cf7c4dc5ddedaec55dcaa7d0db8d8697ae6f7c6e]

        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>  [3eb33f00b381ffe19bacc3898881f2668763db7a]

        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>  [1cb3da1fc5286de92f5c920249c7506d819c46bc]

        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>  [e80271b4154e822e339c9b764bb2f001852aa9f5]

        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>  [885fb4b83fb2b59f01a3063e6539de14b067a6ed]

        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>  [9a9ba0bce1e8eb8de47dacc3bf0a0dea70e4e5eb]

        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>  [9970a64969bb68cef37916116bc79743caab0050]

        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>  [cc93b266f701398f6b7265b4db36f03983b66c3c]

        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>  [eae758d28c65d25913828c264290c891241418fb]

        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>  [cc5952fdc74d6155e4e8ce7153c842f8ca963841]

        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>  [98bf2ff9b48220aef5b5b120c306c7dfd897c3b9]

        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>  [67e7de5c7595f752d0d217f7ce6b96d5897c0928]

        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>  [8f181dc82b9f7c33a64305440d010e4f3c780eac]

        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>  [716028830f98cb2825e16794c52a4ae0ba29b8ca]

        INTEGRATION: CWS ause074 (1.4.54); FILE MERGED 2007/01/30 12:02:39 hjs 1.4.54.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [18dbd43a537b56da2d0abaeb261fb8f0a8275af9]

        INTEGRATION: CWS ause074 (1.4.94); FILE MERGED 2007/01/30 12:02:38 hjs 1.4.94.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [44530fe884b634bec0041f40fd23b982e152cf93]

        INTEGRATION: CWS ause074 (1.5.18); FILE MERGED 2007/01/30 12:02:38 hjs 1.5.18.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d7b454203bc1c83107069c5e69abf61c37b30952]

        INTEGRATION: CWS ause074 (1.4.50); FILE MERGED 2007/01/30 12:02:38 hjs 1.4.50.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9f5228e60b9c21561ac1f64a0492ed89c5d2cbcd]

        INTEGRATION: CWS ause074 (1.5.2); FILE MERGED 2007/01/30 12:03:55 hjs 1.5.2.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [adc3bf8694bdcca22c7a349b27a7565fdc0658c6]

        INTEGRATION: CWS ause074 (1.5.16); FILE MERGED 2007/01/30 12:03:55 hjs 1.5.16.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6c31b57c385d0425479663e8830088c0e186cac5]

        INTEGRATION: CWS ause074 (1.3.92); FILE MERGED 2007/01/30 12:03:55 hjs 1.3.92.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [77320c67753bbbe00cc89e1a84fb83c293781a69]

        INTEGRATION: CWS ause074 (1.4.92); FILE MERGED 2007/01/30 12:03:54 hjs 1.4.92.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e380b224830ddeaf24222c00fcdf1db53adb8738]

        INTEGRATION: CWS ause074 (1.2.26); FILE MERGED 2007/01/30 14:36:31 hjs 1.2.26.1: #i73801# some hidden places

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e4bc3231d327b65c9453a96b478202b8cc4b7ffc]

        INTEGRATION: CWS ause074 (1.23.2); FILE MERGED 2007/02/02 10:27:26 hjs 1.23.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8b16430c10a27941a3813131f8c6d6fed284ab4a]

        INTEGRATION: CWS ause074 (1.8.2); FILE MERGED 2007/02/02 10:27:25 hjs 1.8.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a8fa9a8522bc11cf3ec6b4b322fbac77adbab5fe]

        INTEGRATION: CWS ause074 (1.16.2); FILE MERGED 2007/02/02 10:27:25 hjs 1.16.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [87137fc39282db922c2ecafe53887508da5cc186]

        INTEGRATION: CWS ause074 (1.17.2); FILE MERGED 2007/02/02 10:27:25 hjs 1.17.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ede5028f7329a9a2c0e5b77b27878de38203ab01]

        INTEGRATION: CWS ause074 (1.6.2); FILE MERGED 2007/02/02 10:27:24 hjs 1.6.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fe169a5557bfff0913d39b54246463815d251a11]

        INTEGRATION: CWS ause074 (1.14.24); FILE MERGED 2007/01/30 12:04:41 hjs 1.14.24.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ec7e9f7cc1ea4efa8792e07be5be9631c8fa2b33]

        INTEGRATION: CWS ause074 (1.3.162); FILE MERGED 2007/01/30 12:04:41 hjs 1.3.162.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6b8a1446d22ef6113aace26e22bee1f83e1a4150]

        INTEGRATION: CWS ause074 (1.2.2); FILE MERGED 2007/01/30 15:34:09 hjs 1.2.2.1: #i73801# some hidden places

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [360b4e5d0f5fe342f51fbad4ac30a9eec757559f]

        INTEGRATION: CWS ause074 (1.4.40); FILE MERGED 2007/01/30 12:05:17 hjs 1.4.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e42b01a8ddfa92194af51ab3e6d873bad28b81e9]

        INTEGRATION: CWS ause074 (1.10.2); FILE MERGED 2007/01/30 12:05:16 hjs 1.10.2.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1e5afdb3af4c2bd0858841a51fc82a57666549cc]

        INTEGRATION: CWS ause074 (1.10.40); FILE MERGED 2007/01/30 12:05:16 hjs 1.10.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e521db9a3e0f5e8c4dfad6b2d95ba061414ae3b7]

        INTEGRATION: CWS ause074 (1.11.40); FILE MERGED 2007/01/30 12:05:16 hjs 1.11.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e71d63fee92d93ac65f477d0ed882bd8671fe13f]

        INTEGRATION: CWS ause074 (1.13.40); FILE MERGED 2007/01/30 12:05:15 hjs 1.13.40.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8d860e1fc408ca6598bd6eb05a2b6e82641ab98f]

        INTEGRATION: CWS ause074 (1.5.584); FILE MERGED 2007/01/30 12:08:41 hjs 1.5.584.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7c47697bf21f111f50c2fb8114b2b1e4fcdc378f]

        INTEGRATION: CWS ause074 (1.17.244); FILE MERGED 2007/02/01 11:41:13 hjs 1.17.244.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8409a9820f2b06eba74c7316e1a9be286f290dd6]

        INTEGRATION: CWS ause074 (1.9.204); FILE MERGED 2007/02/01 11:41:12 hjs 1.9.204.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [13a4461f71c3ee62a713d09f99bb6e000e34b692]

        INTEGRATION: CWS ause074 (1.7.204); FILE MERGED 2007/02/01 11:41:12 hjs 1.7.204.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d22c998fd5bd8fd6a6f5a7c5d9455b0cfaffb381]

        INTEGRATION: CWS ause074 (1.6.342); FILE MERGED 2007/02/01 11:41:12 hjs 1.6.342.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b875915c639f44daab3ac3a8134b40b867498cb0]

        INTEGRATION: CWS ause074 (1.6.376); FILE MERGED 2007/02/01 11:41:11 hjs 1.6.376.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [de9bd0669357057057fbcf71e79010006417f65c]

        INTEGRATION: CWS ause074 (1.3.376); FILE MERGED 2007/02/01 11:41:11 hjs 1.3.376.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9ade13267c6949a4a10baa18f1821cba0d7bcc2d]

        INTEGRATION: CWS ause074 (1.6.376); FILE MERGED 2007/02/01 11:41:10 hjs 1.6.376.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [a8bb1939b85b9455bfec72ab415a708de1425d87]

        INTEGRATION: CWS ause074 (1.5.158); FILE MERGED 2007/02/01 11:41:10 hjs 1.5.158.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3b9d60d1932298a88d35356aba636d0621f95dc3]

        INTEGRATION: CWS ause074 (1.2.376); FILE MERGED 2007/02/01 11:41:10 hjs 1.2.376.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [aec5a6f78dd8e6cf790b079efdb4bdd29a9b0433]

        INTEGRATION: CWS ause074 (1.3.376); FILE MERGED 2007/02/01 11:41:10 hjs 1.3.376.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [891cd8905333b49f2bc796e3ea21bb02921f9861]

        INTEGRATION: CWS ause074 (1.2.310); FILE MERGED 2007/01/30 12:07:39 hjs 1.2.310.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [042a82519cc8a397d73469c33f19bb395a9e4d0b]

        INTEGRATION: CWS ause074 (1.7.376); FILE MERGED 2007/01/30 12:07:39 hjs 1.7.376.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [bb38a7b4c70ec74f8719367816add95f70d09e29]

        INTEGRATION: CWS ause074 (1.2.60); FILE MERGED 2007/01/30 12:08:12 hjs 1.2.60.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4a244ee90fe34d8bf88bab7aceccf1a1da9b137c]

        INTEGRATION: CWS ause074 (1.5.4); FILE MERGED 2007/01/30 12:08:12 hjs 1.5.4.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3fe99666db38405bb743c3eee88b738e22c8c1fa]

        INTEGRATION: CWS ause074 (1.25.4); FILE MERGED 2007/01/30 12:08:12 hjs 1.25.4.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f191746d7012fdfb779ba3bbb1959190c6775bf1]

        INTEGRATION: CWS ause074 (1.6.94); FILE MERGED 2007/01/30 12:09:53 hjs 1.6.94.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9f713c2c80c310351247ca77758c41759b33fa34]

        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>  [524fafb0b0ac87ac7da6327b9191fe3f975d9ec5]

        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>  [e3ff8baf9937510578fb91a485511840d2d7520b]

        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>  [f3b9389d3dd7e54c6a7ca95a5c416b86e48887a4]

        INTEGRATION: CWS ause074 (1.4.88); FILE MERGED 2007/01/30 12:03:41 hjs 1.4.88.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [06bdd5374e31da0a41785c7c4f0724a8f1548ea7]

        INTEGRATION: CWS ause074 (1.7.88); FILE MERGED 2007/01/30 12:03:40 hjs 1.7.88.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [fbc64ea8ba660a5af73b0687de16ed782d3b31cf]

        INTEGRATION: CWS ause074 (1.10.88); FILE MERGED 2007/01/30 12:03:40 hjs 1.10.88.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [91a98b055f18bb374509e727f72a6a9570b6dac8]

        INTEGRATION: CWS ause074 (1.7.116); FILE MERGED 2007/01/30 12:11:21 hjs 1.7.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [58a9de9e85976dbec2ba5e2ff0bcb02b5c771734]

        INTEGRATION: CWS ause074 (1.4.116); FILE MERGED 2007/01/30 12:11:20 hjs 1.4.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [1825451ca3e21bb9c0fd5d2f0ae29c02b6685635]

        INTEGRATION: CWS ause074 (1.6.116); FILE MERGED 2007/01/30 12:11:19 hjs 1.6.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7a2b0f882835ca9ba54f90aa5637013d99f9be81]

        INTEGRATION: CWS ause074 (1.2.116); FILE MERGED 2007/01/30 12:11:19 hjs 1.2.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f1ff2c542d3930bc2adbb873662197dc69e23d9b]

        INTEGRATION: CWS ause074 (1.8.116); FILE MERGED 2007/01/30 12:11:18 hjs 1.8.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [824f773a7cfe02b5500a7965615e069042e20213]

        INTEGRATION: CWS ause074 (1.3.116); FILE MERGED 2007/01/30 12:11:17 hjs 1.3.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ea7f60c938dec8c12ae7079a9ff557a70d05e0bc]

        INTEGRATION: CWS ause074 (1.2.116); FILE MERGED 2007/01/30 12:11:16 hjs 1.2.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [815dffcf6ee1194d319d5a95a8ed88a2abc2fcdd]

        INTEGRATION: CWS ause074 (1.6.116); FILE MERGED 2007/01/30 12:11:15 hjs 1.6.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [bd178d6ea682e9150a482c49db14226150d0f99f]

        INTEGRATION: CWS ause074 (1.3.116); FILE MERGED 2007/01/30 12:11:15 hjs 1.3.116.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [ff21d4956b91e025923ae48f6730bbb8c11279d7]

        INTEGRATION: CWS ause074 (1.11.278); FILE MERGED 2007/01/30 12:04:50 hjs 1.11.278.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b621f37efb3bcd906c14b74e3f88572e667cc4cf]

        INTEGRATION: CWS ause074 (1.6.278); FILE MERGED 2007/01/30 12:04:50 hjs 1.6.278.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [61cced7a49e73bd36e87695d1c092c960860442c]

        INTEGRATION: CWS ause074 (1.2.84); FILE MERGED 2007/01/30 12:04:49 hjs 1.2.84.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b4e4211c7035a23d06dd8ccd6a0ac6b152bf7866]

        INTEGRATION: CWS ause074 (1.2.280); FILE MERGED 2007/01/30 12:04:49 hjs 1.2.280.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [15463d9305ec11a64b6240f1b4221454bc42e651]

        INTEGRATION: CWS ause074 (1.3.280); FILE MERGED 2007/01/30 12:04:49 hjs 1.3.280.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [5ecc44e14eaa390a6179c05e9c55de769f82cf61]

        INTEGRATION: CWS ause074 (1.5.2); FILE MERGED 2007/02/01 11:28:52 hjs 1.5.2.1: #i74024# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e94a4830a0d02afcec6c48079d7c87d42bf890b7]

        INTEGRATION: CWS ause074 (1.3.4); FILE MERGED 2007/01/30 12:04:13 hjs 1.3.4.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [81e3696dc8be26b33bdee07a35852c6f16b70ab2]

        INTEGRATION: CWS ause074 (1.4.158); FILE MERGED 2007/02/02 10:20:30 hjs 1.4.158.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [849a05ae34c9ba385903ec03223df0e54ed9fcda]

        INTEGRATION: CWS ause074 (1.5.138); FILE MERGED 2007/01/30 12:04:13 hjs 1.5.138.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [3b8965e087f1a3c2afada3411fe26cb5f144584a]

        INTEGRATION: CWS ause074 (1.4.4); FILE MERGED 2007/01/30 12:04:12 hjs 1.4.4.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [932e0ee48944e71cd2e55078f72daa7a79bda5d1]

        INTEGRATION: CWS ause074 (1.10.18); FILE MERGED 2007/01/30 12:04:28 hjs 1.10.18.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [dc3fd1f62b3236b9b79d53589133242af8131972]

        INTEGRATION: CWS ause074 (1.2.24); FILE MERGED 2007/01/30 12:09:40 hjs 1.2.24.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [5045252cc25113fcc2aa2e20be714155b97d0acb]

        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>  [8e5c48be7c7354e8c811fed19cae3a4d679f2b43]

        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>  [a58b71734f8cb5059dbaeb49b7016495e06f8a0a]

        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>  [f32e5827b88b63f173b58b9e5e70566793c50d13]

        INTEGRATION: CWS ause074 (1.3.26); FILE MERGED 2007/01/30 12:02:31 hjs 1.3.26.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [9aa73b87ca07bd26358ee5cd5252d5dfe03eb2f0]

        INTEGRATION: CWS ause074 (1.8.4); FILE MERGED 2007/02/02 10:19:20 hjs 1.8.4.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b141a69ae4b3beb728849a3e16d7818bfe9b084b]

        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>  [11d06ddd19eee6acfe0f74e7fc9f92b07b1288bc]

        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>  [8d0f910eb3e02f2b522415661cc0e84807d4e57b]

        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>  [83ae3ac36f76686c8c5c2d65bf3ad9e93b84f7a3]

        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-06  Vladimir Glazounov  <vg@openoffice.org>  [45caaaea92a1c1c5174bb15f510794f7665cf4e2]

        INTEGRATION: CWS ause074 (1.8.2); FILE MERGED 2007/02/02 10:18:27 hjs 1.8.2.1: #i74085# avoid useless shell calls

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e18ebcade927597aaf16b1cb04209e7172ec8bfc]

        INTEGRATION: CWS ause074 (1.7.96); FILE MERGED 2007/01/30 12:03:25 hjs 1.7.96.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [5b8fb1d7335d517cc350e90f761406e296001f2c]

        INTEGRATION: CWS ause074 (1.5.20); FILE MERGED 2007/01/30 12:03:25 hjs 1.5.20.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [29455300a443a4f7fd07fc4935525ccbff11e002]

        INTEGRATION: CWS ause074 (1.4.96); FILE MERGED 2007/01/30 12:03:25 hjs 1.4.96.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6bd29258722cba827f0a721b3692ce3ccdf310b0]

        INTEGRATION: CWS ause074 (1.7.16); FILE MERGED 2007/01/22 15:42:59 hjs 1.7.16.1: #i73733# remove obsolete HXXnTARGET stuff

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [7236d28a6bacccda9c65dac629402d25bb31e3b6]

        INTEGRATION: CWS ause074 (1.6.98); FILE MERGED 2007/01/30 12:03:24 hjs 1.6.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [62323ce5d0c1f52e184e99648fd482fb78ad53ee]

        INTEGRATION: CWS ause074 (1.7.18); FILE MERGED 2007/01/30 12:03:24 hjs 1.7.18.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [019b423539e70daccb8b55a41c6a1e1b0208f3f5]

        INTEGRATION: CWS ause074 (1.8.2); FILE MERGED 2007/01/30 12:03:23 hjs 1.8.2.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d38254e2da97c459b3d90f3c55b762ff4aa6d821]

        INTEGRATION: CWS ause074 (1.7.56); FILE MERGED 2007/01/22 15:42:58 hjs 1.7.56.1: #i73733# remove obsolete HXXnTARGET stuff

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [0e7541befe8e43d1ea53c8bf89536c3fd9ffc9f3]

        INTEGRATION: CWS ause074 (1.7.98); FILE MERGED 2007/01/30 12:03:23 hjs 1.7.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f9be84fa161979693f00d4a1f68b36eb2eb5a57a]

        INTEGRATION: CWS ause074 (1.7.18); FILE MERGED 2007/01/30 12:03:22 hjs 1.7.18.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [34e45fb1fc529d208e37d9adc16374a5dd1ebb6f]

        INTEGRATION: CWS ause074 (1.8.56); FILE MERGED 2007/01/30 12:03:21 hjs 1.8.56.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [629e6079c298511ecc1a55ff0ba5b7d9c7b9d9a6]

        INTEGRATION: CWS ause074 (1.8.18); FILE MERGED 2007/01/30 12:03:20 hjs 1.8.18.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [10715a050c7f262059bc84d901bd5a3f45f5553b]

        INTEGRATION: CWS ause074 (1.7.54); FILE MERGED 2007/01/30 12:03:19 hjs 1.7.54.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [cf36307d7ded7ae3ec62ce0b7f041915ff3c783d]

        INTEGRATION: CWS ause074 (1.7.98); FILE MERGED 2007/01/30 12:03:19 hjs 1.7.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d565cb7115c7d30edf0b9bf5392209c1329c157c]

        INTEGRATION: CWS ause074 (1.7.56); FILE MERGED 2007/01/30 12:03:19 hjs 1.7.56.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [8d522bd8a85343fc54f0c8a933f03c33140fd5dc]

        INTEGRATION: CWS ause074 (1.7.56); FILE MERGED 2007/02/01 11:37:37 hjs 1.7.56.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b74b74427d6a28eb8ea7805105486af40d9f67a4]

        INTEGRATION: CWS ause074 (1.8.56); FILE MERGED 2007/02/01 11:37:37 hjs 1.8.56.1: #i64296# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f3a3555257373db8df4f824130ce2a4e90bf8f67]

        INTEGRATION: CWS ause074 (1.7.82); FILE MERGED 2007/02/01 11:32:51 hjs 1.7.82.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c7d73ddf191cfa6d80e5e3de5d78651810678b6b]

        INTEGRATION: CWS ause074 (1.6.98); FILE MERGED 2007/02/01 11:32:28 hjs 1.6.98.1: #i74024#,#i73801# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [689dabd4c52f89c00d664da74fc3fe957476d1be]

        INTEGRATION: CWS ause074 (1.7.82); FILE MERGED 2007/02/01 11:31:29 hjs 1.7.82.1: #i74024# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [da57d70bfd40c7e591541718aeb1e9e0de567e70]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:03:18 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [5d5c0ff42776659c8216104a27df2c3703230645]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:03:17 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [b1c20c9e9fee8981cc07fa4e812df57791120647]

        INTEGRATION: CWS ause074 (1.8.2); FILE MERGED 2007/02/01 11:30:44 hjs 1.8.2.1: #i74024# remove obsolete include

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [4051d0d905cd0270d3e0006d9baed75b8c33e1fb]

        INTEGRATION: CWS ause074 (1.8.36); FILE MERGED 2007/01/30 12:03:17 hjs 1.8.36.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [e54511cbc4a21872fa4a480d7494a0ea0cdee6d8]

        INTEGRATION: CWS ause074 (1.4.98); FILE MERGED 2007/01/30 12:03:16 hjs 1.4.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [6a1ccbe878f30c1ab97e8468a48f7cfd7154bd4c]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:03:15 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [f2ae108fa24cfb457a8a72bce5b8b8ff5b27ec89]

        INTEGRATION: CWS ause074 (1.4.98); FILE MERGED 2007/01/30 12:03:15 hjs 1.4.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [14043de875ee8cd8b25f8072469a835bf17d5b21]

        INTEGRATION: CWS ause074 (1.7.82); FILE MERGED 2007/01/30 12:03:14 hjs 1.7.82.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [d2c572af540716836c4715588172a807e97ee2fa]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:03:14 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [acbf51220ba5379ad257ada627c98f1f2d9de80d]

        INTEGRATION: CWS ause074 (1.8.82); FILE MERGED 2007/01/30 12:03:13 hjs 1.8.82.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [efe93ee392d52eadcd4d62a51c0b0bf87c0a4298]

        INTEGRATION: CWS ause074 (1.2.38); FILE MERGED 2007/01/30 12:03:13 hjs 1.2.38.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [be367778632a917bb076e0f7e24d4996ffd8bfb1]

        INTEGRATION: CWS ause074 (1.7.98); FILE MERGED 2007/01/30 12:03:12 hjs 1.7.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-06  Vladimir Glazounov  <vg@openoffice.org>  [c2ceb88218af16068d2fd9371e37c9ed62742186]

        INTEGRATION: CWS ause074 (1.5.98); FILE MERGED 2007/01/30 12:03:12 hjs 1.5.98.1: #i73801# remove remaining usages of sv[pre].mk

2007-02-05  Oliver Specht  <os@openoffice.org>  [8f657aac3de8796c86b3a205ff1c3c8b2bd2f3e9]

        index and index entry import

2007-02-05  Oliver Specht  <os@openoffice.org>  [5af5448d6098cc4e94f24db6952dccf720b06bb6]

        index and index entry import

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [05be48428ac4fa038a19bbc8889e815fa601340f]

        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>  [00ad8fda569d8138123b1b128fa8b9a418ff19fc]

        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>  [19edcb2bab4bb5c2cef1231d508523fbf5542232]

        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>  [3a8e55343c6da9479d3cc98558b3fa5097c825ff]

        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>  [407cdaee48ade3859ec6ee94b7ea0a176b895db2]

        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-05  Vladimir Glazounov  <vg@openoffice.org>  [4c5df42aa0d99356ed3160a06601b3a549817cc6]

        INTEGRATION: CWS fwk63_SRC680 (1.50.84); FILE MERGED 2007/01/29 16:10:31 pb 1.50.84.1: fix: #i73603# AppearWithUpdate() added

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [110602e99b1c4b105b9058b5fb4820d6f3836afa]

        INTEGRATION: CWS fwk63_SRC680 (1.11.108); FILE MERGED 2007/01/25 11:38:16 pb 1.11.108.1: fix: #i73799# ImplSearch(): error after resync

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [5622049c5fff676c4f691aa7c397370e93f586d4]

        INTEGRATION: CWS fwk63_SRC680 (1.60.50.1.6); FILE MERGED 2007/01/29 15:55:55 pb 1.60.50.1.6.1: fix: #i73603# RET_REMOVE_TARGET: close of targetview asynchronously

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [90c2eaa7cb1f9b0a360a53274c86c53c2390d106]

        INTEGRATION: CWS fwk63_SRC680 (1.106.108.1.6); FILE MERGED 2007/01/25 16:02:51 mav 1.106.108.1.6.1: #i73844# doc not handle package urls for replacement image

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [ecceea938ce8a86d9cb9d87d0816772291f44ec1]

        INTEGRATION: CWS calcdocmerge_SRC680 (1.7.158); FILE MERGED 2007/01/26 16:28:43 nn 1.7.158.1: #i73877# AcceptChgDlg: check view pointer

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [e0e25ae760fadb6b4f6da37b373846c53b10099f]

        INTEGRATION: CWS calcdocmerge_SRC680 (1.27.60); FILE MERGED 2007/01/26 16:27:51 nn 1.27.60.1: #i73877# MergeDocument: no repainting after each action

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [b45a584af3b2f6d97dcf88068e8e8092b795f8b0]

        INTEGRATION: CWS smoketest16_SRC680 (1.20.4.3.2); FILE MERGED 2007/01/30 17:57:42 kz 1.20.4.3.2.1: #i74026# alternative install methode not on cygwin

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [fcefd22b160ec44a589a93cf1dc565af96322133]

        INTEGRATION: CWS swqbf95_SRC680 (1.25.172); FILE MERGED 2007/01/25 08:25:30 od 1.25.172.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [3de8845ee039efc0b074fa3be6fb7b245948b1b2]

        INTEGRATION: CWS swqbf95_SRC680 (1.53.172); FILE MERGED 2007/01/25 08:25:30 od 1.53.172.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [3a3caea2a537d7eb5891f7b9e5141b7d77e1634f]

        INTEGRATION: CWS swqbf95_SRC680 (1.127.64); FILE MERGED 2007/01/25 08:25:29 od 1.127.64.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [88b0b54d77591402b454ef40e4a017d3a66bd819]

        INTEGRATION: CWS swqbf95_SRC680 (1.64.80); FILE MERGED 2007/01/25 08:25:29 od 1.64.80.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [337850b6497cd0309fd956c0a94c1f9add3b8016]

        INTEGRATION: CWS swqbf95_SRC680 (1.32.78); FILE MERGED 2007/01/25 08:25:29 od 1.32.78.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [ed35af89d1f470c6efaa4f2bc384c97d7bd65842]

        INTEGRATION: CWS swqbf95_SRC680 (1.15.192); FILE MERGED 2007/01/25 08:25:28 od 1.15.192.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [8d59bd35b7c710815de542a3333059658f726a6e]

        INTEGRATION: CWS swqbf95_SRC680 (1.68.78); FILE MERGED 2007/01/25 08:25:28 od 1.68.78.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [cf20333ae5cbfa6ddc08bbf771d047c1e5f0e4a0]

        INTEGRATION: CWS swqbf95_SRC680 (1.14.148); FILE MERGED 2007/01/25 08:25:28 od 1.14.148.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [c6617829faff2875325955197f1e4499a830d7b9]

        INTEGRATION: CWS swqbf95_SRC680 (1.7.80); FILE MERGED 2007/01/25 08:25:27 od 1.7.80.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [0aae615e035c0ae135239093a730442364168846]

        INTEGRATION: CWS swqbf95_SRC680 (1.7.172); FILE MERGED 2007/01/25 08:25:27 od 1.7.172.1: #i73790# method <SwFmt::ResetAllAttr()> renamed to <SwFmt::ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [ef87b802c70c410263ca336fceaea3500510be8f]

        INTEGRATION: CWS swqbf95_SRC680 (1.20.78.1.4); FILE MERGED 2007/01/25 08:23:41 od 1.20.78.1.4.1: #i73790# method <TxtFmtCollFunc::CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle(..)> 	 - check, if deletion of assignment is suppress. 	 class <SwTxtFmtColl> 	 - implementation of method <ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [dbcc7492a383a8913a15ce1a4e46d57228d8a907]

        INTEGRATION: CWS swqbf95_SRC680 (1.10.112.1.4); FILE MERGED 2007/01/25 08:21:10 od 1.10.112.1.4.1: #i73790# class <SwFmt>: 	 - method <ResetAllAttr()> renamed to <ResetAllFmtAttr()>

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [7b9090b8b68743f26aabd181fe6e76e8941805a4]

        INTEGRATION: CWS swqbf95_SRC680 (1.27.112); FILE MERGED 2007/01/25 08:15:59 od 1.27.112.1: #i73790# class <SwFmt> 	 - rename method <ResetAllAttr()> to <ResetAllFmtAttr()> and 	   make it virtual.

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [2289dc55aae35a6eb269ec26721380a18522fa83]

        INTEGRATION: CWS swqbf95_SRC680 (1.7.156.1.4); FILE MERGED 2007/01/25 08:19:13 od 1.7.156.1.4.1: #i73790# class <SwTxtFmtColl> 	 - introduce new boolean member <mbStayAssignedToListLevelOfOutlineStyle> 	 - override method <ResetAllFmtAttr> to stay assigned to list level 	   of outline style

2007-02-05  Vladimir Glazounov  <vg@openoffice.org>  [383de766d2c7e27b800bd01a29269c5183ec3d7f]

        INTEGRATION: CWS swqbf95_SRC680 (1.124.30.1.2); FILE MERGED 2007/01/29 12:28:33 od 1.124.30.1.2.1: #i73973# method <lcl_HasListStyle(..)> 	 - apply special case, that found list style equals the chapter 	   numbering, also to the found list styles of the parent styles.

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [d873fc8f38be60f00bfeab3c1bb88fb1c49b59f3]

        new version for OOF680

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [1b5ebdc7eb8b27d92f3385c153db642392fbbb4b]

        new version for OOF680

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [27efb6d6d925fdd5e3deb14a89e44bbadd5416ca]

        INTEGRATION: CWS localisation19 (1.36.84); FILE MERGED 2007/01/25 15:30:28 vg 1.36.84.1: OOo 2.2 localisation #i73472# #i73585# #i72451# #i71029# #i73642# #i71965# #i73593# #i73582# #i73492# #i71912# #i73609# #i73469# #i72356# #i72421# #i73508# #i73635# #i73476# #i73439# #i73195# #i72753# #i72094# #i73619# #i73156# #i73515# #i73564# #i73597# #i73514# #i73318# #i72561# #i73598# #i73560# #i73554# #i73458# #i72959# #i73559# #i72930# #i73352# #i72120# #i71607# #i73610# #i73516#

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [0af8205a94fad27ee83f9ddd73c4a2e7e0200a0a]

        INTEGRATION: CWS localisation19 (1.28.84); FILE MERGED 2007/01/26 15:41:54 is 1.28.84.1: #i71029# adding missing nsis languages

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [94d219e2506ca6e562e8198b4893a105c757ab99]

        INTEGRATION: CWS localisation19 (1.15.16); FILE MERGED 2007/01/26 16:04:15 vg 1.15.16.1: #i72930# added Dzongkha id

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [5f7d0f637ac5e579354b3b8b024231c30d36cd64]

        new version for OOF680

2007-02-02  Herbert Duerr  <hdu@openoffice.org>  [ac90998f21e9c47ba60d3aa91c68585742055d17]

        #i73860# get text outlines directly as B2D polygons

2007-02-02  Vladimir Glazounov  <vg@openoffice.org>  [e66581d3268466871dac602e0b083811ca20ef48]

        INTEGRATION: CWS macosxmapfiles (1.1.2); FILE ADDED 2007/01/26 10:27:25 pjanik 1.1.2.4: Minor corrections, typos and spacing. 2007/01/26 09:46:33 tra 1.1.2.3: #69351#Now also handling '?' 2007/01/24 06:57:37 tra 1.1.2.2: #i69351# general cleanup and better documentation 2007/01/21 13:36:13 tra 1.1.2.1: #i69351#a helper script to extract symbols specified with wildcards from map files

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [cb2a7121ecedb1a00be54e91f0ea3bad4807d700]

        #100000# If EIS connection breaks try again.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [36eafded79c86a8b74bec63b3c649bad3b4c5c0a]

        #i10000# Avoid warnigs about shadowed declarations.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [5d877d20d45782a073c4c850f1aef17897cf1738]

        #i10000# Dummy usage of variable 'nChangedCount' (see issue #i74083#).

2007-02-01  Vladimir Glazounov  <vg@openoffice.org>  [ab1d7553e426baef526139600d928f2506aa2cef]

        new version for SRC680

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [d5c411dfef84357b2fffdc4dbfffe8b6676c34f5]

        #i10000# Reverted last commit. Should have gone to a CWS, not into HEAD directly.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [9a1696c678ceff424b00b1ddf995ab99a5570252]

        #i10000# .def generation on 4nt on MWS only worked for one SHLTARGET.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [e3fd43983a2aee7d7a054f76d6c9ca27bdc6dad1]

        #i10000# Reverted last commit. Should have gone to a CWS, not into HEAD directly.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [8311e19303b886f7d178dba6bce5d52285f80821]

        #i74038# Extra qualification removed from 'resetResourceForDialog'.

2007-02-01  Rüdiger Timm  <rt@openoffice.org>  [c883dc0f2fa5f9f211ed7578ad14e3d4b0242584]

        #i10000# Depends on module 'framework'.

2007-02-01  Vladimir Glazounov  <vg@openoffice.org>  [db2dcda6458d9014bd9863ff8a299149b4813810]

        new version for SRC680

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [0ed25ca6a6055d67ee77950e2b597f46706415c5]

        SRC680

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [2a8ae4e7fb8bd2c73d31d1ba00e8c9ea83591439]

        INTEGRATION: CWS pj72 (1.46.2); FILE MERGED 2007/01/27 09:48:02 pjanik 1.46.2.1: #i73899#: make basctl WaE clean on Mac OS X - add initialisations.

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [5105a42f6a95d8903a66f4db1c0d572c78e3c931]

        INTEGRATION: CWS pj72 (1.43.2); FILE MERGED 2007/01/27 09:47:40 pjanik 1.43.2.1: #i73899#: make basctl WaE clean on Mac OS X - add initialisations.

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [78d00fce0badc491ba10f30d5f667c5a63dfad6b]

        INTEGRATION: CWS pj72 (1.34.6); FILE MERGED 2007/01/31 10:28:28 sb 1.34.6.1: #i73520# socklen_t appears to work fine at least since Solaris 8, no need for special handling.

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [c89f22ffcd4191f7cb8ef0e68adb2a0f0ec6c74e]

        INTEGRATION: CWS pj72 (1.26.82); FILE MERGED 2007/01/31 10:28:28 sb 1.26.82.2: #i73520# socklen_t appears to work fine at least since Solaris 8, no need for special handling. 2007/01/27 09:41:06 pjanik 1.26.82.1: #i73520#: Properly handle Solaris' non-POSIXness in socket calls to prevent warnings on POSIX compliant systems.

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [314bc1ebbb3b243b6a5840581d69c77c9e5105bc]

        INTEGRATION: CWS pj72 (1.9.6); FILE MERGED 2007/01/27 09:44:25 pjanik 1.9.6.3: #i73899#: basctl is now WaE clean on Mac OS X. 2007/01/27 09:42:33 pjanik 1.9.6.2: #i73520#: sal is now WaE clean on Mac OS X. 2007/01/27 09:34:12 pjanik 1.9.6.1: #i73674#: writerperfect is now WaE clean on Mac OS X.

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [175eeaa58ea5933d6bab297e1c3abf65b739c61c]

        INTEGRATION: CWS macosxmapfiles (1.97.16); FILE MERGED 2007/01/26 09:48:11 tra 1.97.16.6: #69351#Now also handling '?' 2007/01/24 06:58:26 tra 1.97.16.5: #i69351# general cleanup and better documentation 2007/01/21 13:27:21 tra 1.97.16.4: #i69351#a more flexible approach to generate the exported symbols list for Mac OS X out of a map file 2007/01/12 09:12:24 tra 1.97.16.3: #i69351# added support for Mac OS X exported symbols lists for dylib's 2007/01/11 08:59:45 tra 1.97.16.2: RESYNC: (1.97-1.98); FILE MERGED 2007/01/11 08:42:45 tra 1.97.16.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [3b93e7f2450f2f6c9e2b8e71ee1a57e0ce0f9f38]

        INTEGRATION: CWS macosxmapfiles (1.100.16); FILE MERGED 2007/01/26 09:47:52 tra 1.100.16.5: #69351#Now also handling '?' 2007/01/24 06:58:26 tra 1.100.16.4: #i69351# general cleanup and better documentation 2007/01/21 13:27:04 tra 1.100.16.3: #i69351#a more flexible approach to generate the exported symbols list for Mac OS X out of a map file 2007/01/11 09:00:38 tra 1.100.16.2: RESYNC: (1.100-1.101); FILE MERGED 2007/01/11 08:42:45 tra 1.100.16.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [f80481b727e4a40c1c529c12dd2a0c7735dd5cad]

        INTEGRATION: CWS macosxmapfiles (1.24.18); FILE MERGED 2007/01/24 15:43:55 tra 1.24.18.3: #i69351#we now symbols containing wildcards will also be supported in the process of generating exported symbols lists on Mac OS X hence we do not need a Mac specific map file anymore 2007/01/13 22:07:10 tra 1.24.18.2: #i69351#using a separate map file for Mac OS X 2007/01/11 14:04:05 tra 1.24.18.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [a6d49009f0d8c860bb05280acfb1295a58f0df88]

        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>  [c4958e699362742afcc62e2fa0a0afe5874310ae]

        INTEGRATION: CWS macosxmapfiles (1.6.72); FILE MERGED 2007/01/11 14:05:17 tra 1.6.72.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [e6aa95e96fcb3d9f3af15910ba3b6d7a9571f7ba]

        INTEGRATION: CWS macosxmapfiles (1.7.36); FILE MERGED 2007/01/11 13:49:49 tra 1.7.36.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [0e9dff7e3e0ee8143c496fbfbd95cbe59df6e2db]

        INTEGRATION: CWS macosxmapfiles (1.13.36); FILE MERGED 2007/01/11 13:48:41 tra 1.13.36.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [516e16c161405b269c19ef92f8e2014ec522bb0a]

        INTEGRATION: CWS macosxmapfiles (1.11.36); FILE MERGED 2007/01/11 13:51:19 tra 1.11.36.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [fe95d29ce157d4a0b3b6d4f7ccf4af78417f1616]

        INTEGRATION: CWS macosxmapfiles (1.19.86); FILE MERGED 2007/01/11 13:27:02 tra 1.19.86.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [ad9848e01f9c645bc58ca6cdbf10b7acee741679]

        INTEGRATION: CWS macosxmapfiles (1.17.20); FILE MERGED 2007/01/11 14:06:40 tra 1.17.20.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [7e56f83bc3b8275531759df144e3b20fc15b9c15]

        INTEGRATION: CWS macosxmapfiles (1.6.14); FILE MERGED 2007/01/26 19:07:08 pjanik 1.6.14.3: Remove newly added new line. 2007/01/21 13:57:14 tra 1.6.14.2: RESYNC: (1.7-1.9); FILE MERGED 2007/01/11 08:42:46 tra 1.6.14.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [acd247401a24b0e5ae901a39ca5d993e4516b364]

        INTEGRATION: CWS macosxmapfiles (1.1.2); FILE ADDED 2007/01/26 19:10:57 pjanik 1.1.2.4: Fix whitespacing. 2007/01/24 06:57:37 tra 1.1.2.3: #i69351# general cleanup and better documentation 2007/01/21 13:38:43 tra 1.1.2.2: #i69351#more flexibility in handling map files 2007/01/11 08:36:10 tra 1.1.2.1: #69351#

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [81fc5ea28a52ba66ce3c8675c3b0bc01949ca3fa]

        INTEGRATION: CWS macosxmapfiles (1.108.70); FILE MERGED 2007/01/25 21:14:30 tra 1.108.70.6: #i69351# use strip -x on Mac OS X PPC too 2007/01/24 08:27:33 tra 1.108.70.5: #69351#Improve detection of executables and dylibs on Mac OS X 2007/01/21 13:55:46 tra 1.108.70.4: RESYNC: (1.110-1.111); FILE MERGED 2007/01/12 16:07:21 tra 1.108.70.3: #i69351# revert erroneously out commenting of line conaining  = 'strip' 2007/01/11 08:57:36 tra 1.108.70.2: RESYNC: (1.108-1.110); FILE MERGED 2007/01/11 08:36:10 tra 1.108.70.1: #69351#

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [299fe1ca68850e4368d3b9a737dbf1f150ad794f]

        INTEGRATION: CWS macosxmapfiles (1.29.44); FILE MERGED 2007/01/11 14:11:42 tra 1.29.44.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [9531fccd73770fa7b0885f59f384a8cc1b644031]

        INTEGRATION: CWS macosxmapfiles (1.5.94); FILE MERGED 2007/01/11 14:11:42 tra 1.5.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [850c7f98c6119675383e67ef751aa8498fa3c2f0]

        INTEGRATION: CWS macosxmapfiles (1.7.94); FILE MERGED 2007/01/11 14:11:42 tra 1.7.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [e7df288334cd4d697273314bd7a56ab81b0786c9]

        INTEGRATION: CWS macosxmapfiles (1.11.94); FILE MERGED 2007/01/11 14:11:41 tra 1.11.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [12a0bb91e71c8bcbf3106f435970eecd5f392a52]

        INTEGRATION: CWS macosxmapfiles (1.14.94); FILE MERGED 2007/01/11 14:11:41 tra 1.14.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [801662d9b8ca4f2f950ca77ecd2af3e470746da8]

        INTEGRATION: CWS macosxmapfiles (1.13.94); FILE MERGED 2007/01/11 14:11:41 tra 1.13.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [fce52a50b0d1f6f0423e412199b3cfe23db38468]

        INTEGRATION: CWS macosxmapfiles (1.10.94); FILE MERGED 2007/01/11 14:11:41 tra 1.10.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [e48b9d2c50ee177cf53bbe601bf5f30e4f3711a8]

        INTEGRATION: CWS macosxmapfiles (1.17.94); FILE MERGED 2007/01/11 14:11:40 tra 1.17.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [c9525c0fe0590f1d144a49f11eb6df9351b2ecf9]

        INTEGRATION: CWS macosxmapfiles (1.9.94); FILE MERGED 2007/01/11 14:11:40 tra 1.9.94.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [11e51ee7b1080ed2e34d5a2e3d8b3c414233c538]

        INTEGRATION: CWS macosxmapfiles (1.43.36); FILE MERGED 2007/01/11 08:45:18 tra 1.43.36.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [05d2db8089805f70a8801beef3c7b54938d4f482]

        INTEGRATION: CWS macosxmapfiles (1.7.34); FILE MERGED 2007/01/24 15:38:10 tra 1.7.34.4: #i69351#we now symbols containing wildcards will also be supported in the process of generating exported symbols lists on Mac OS X hence we do not need a Mac specific map file anymore 2007/01/13 21:58:03 tra 1.7.34.3: #i69351#separate map file for Mac OS X necessary due to symbols diferences between Linux and Mac OS X 2007/01/13 21:55:21 tra 1.7.34.2: #i69351#separate map file for Mac OS X necessary due to symbols diferences between Linux and Mac OS X 2007/01/11 13:46:46 tra 1.7.34.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [bbf220c070d5495b74f95ad10699f31d78ed0602]

        INTEGRATION: CWS macosxmapfiles (1.5.90); FILE MERGED 2007/01/14 07:37:58 tra 1.5.90.1: #i69351#rudimentary map file support using exported symbols lists on Mac OS X

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [f82008197576defb980d78d38ec533e7ec3415c9]

        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>  [74afc6dfbc12229394e3369ab360123d24f75c82]

        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>  [ccb56f39e83fbb5e1f4913d1fce1eb136fa17fc9]

        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-31  Rüdiger Timm  <rt@openoffice.org>  [732327b968728ac6fe546277871be03ace7fd52f]

        INTEGRATION: CWS macosxmapfiles (1.9.224); FILE MERGED 2007/01/11 13:38:55 tra 1.9.224.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [0f806a5625efe7ddf955503d5a83a48104a8405f]

        INTEGRATION: CWS macosxmapfiles (1.6.112); FILE MERGED 2007/01/11 13:38:40 tra 1.6.112.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [1545ecc61276fa5420acccddcb36fc2a12da62d9]

        INTEGRATION: CWS macosxmapfiles (1.16.22); FILE MERGED 2007/01/21 13:54:05 tra 1.16.22.2: RESYNC: (1.16-1.17); FILE MERGED 2007/01/11 13:38:31 tra 1.16.22.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [bf41a8c7e5855b62871a42045a4393b1fd92f978]

        INTEGRATION: CWS macosxmapfiles (1.9.54); FILE MERGED 2007/01/11 13:38:18 tra 1.9.54.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [ec42406288275b31798d5fa8ac36b96674d1c39e]

        INTEGRATION: CWS macosxmapfiles (1.16.126); FILE MERGED 2007/01/11 13:38:08 tra 1.16.126.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [b3c031d81e1a0b601dff857795e6650b533ae56e]

        INTEGRATION: CWS macosxmapfiles (1.24.126); FILE MERGED 2007/01/11 13:37:57 tra 1.24.126.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [67a45cc4b1bc6b24c9b28c2e5ac03dc2c07a9e7c]

        INTEGRATION: CWS macosxmapfiles (1.8.224); FILE MERGED 2007/01/11 13:37:47 tra 1.8.224.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [d794c7d9d9016fdd7d55f21a6201cc6d5e86150c]

        INTEGRATION: CWS macosxmapfiles (1.24.224); FILE MERGED 2007/01/11 13:37:35 tra 1.24.224.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-31  Rüdiger Timm  <rt@openoffice.org>  [d966d4ff6763a6fc279baf53fcdada40a5c522bf]

        INTEGRATION: CWS macosxmapfiles (1.7.224); FILE MERGED 2007/01/11 13:37:22 tra 1.7.224.1: #69351# Map files are now supported on Mac OS X rudimentary

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [62f485c9bdee4e4008efce18b94ba07445654f66]

        INTEGRATION: CWS tl25 (1.11.38); FILE MERGED 2006/10/09 08:06:11 tl 1.11.38.1: #i67883# removed the text claiming enumeration will be non-empty

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [d2cc0319a6a40c7c1a8da2aa690e3a903e48d473]

        INTEGRATION: CWS tl25 (1.28.80); FILE MERGED 2006/11/09 02:42:46 tl 1.28.80.2: RESYNC: (1.28-1.30); FILE MERGED 2006/09/04 12:54:44 tl 1.28.80.1: #i68356# valgrind task fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [6e35a1c7a06471cefdf2584ec0f9d55c24c88e6a]

        INTEGRATION: CWS tl25 (1.112.80); FILE MERGED 2006/11/09 02:42:08 tl 1.112.80.2: RESYNC: (1.112-1.114); FILE MERGED 2006/08/07 13:04:31 tl 1.112.80.1: #i65387# ctrl-del fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [bf46677d8152e2ea06724765ad6fe9c42a2a7888]

        INTEGRATION: CWS tl25 (1.14.68); FILE MERGED 2007/01/17 10:33:00 tl 1.14.68.1: #i71318# workaround for spell checked text being lost after manual line breaks

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [b84dbbd0453f4be1e3f77d6122bae20af25418e6]

        INTEGRATION: CWS tl25 (1.11.168); FILE MERGED 2006/10/09 08:35:39 tl 1.11.168.1: #i69862# missing documentation for parameter added.

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [6eb08a389551690f982838be4cb30b395bc32ef5]

        INTEGRATION: CWS tl25 (1.9.168); FILE MERGED 2006/09/11 11:34:02 tl 1.9.168.1: #i69367# 'Frame' added to list of possible TextPortionType's

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [06f366a5a243895862a344956f54877a5d2904b7]

        INTEGRATION: CWS tl25 (1.9.36); FILE MERGED 2006/10/06 09:01:09 tl 1.9.36.2: #ii66581# added optional service css.xml.UserDefinedAttributesSupplier 2006/10/05 13:51:45 tl 1.9.36.1: #i68757# always calculate layout to get the correct value for LayoutSize

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [70d2c8c65dea23ffc2e01088c0ed803b5648d4c1]

        INTEGRATION: CWS tl25 (1.8.2); FILE MERGED 2006/08/28 12:35:17 tl 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/09 09:35:46 tl 1.8.2.1: #i67189# adding propertiy PageStyleName

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [21f8825ac4179c6cf62f1afeeb2f2c861fd3b95d]

        INTEGRATION: CWS tl25 (1.18.14); FILE MERGED 2006/11/09 01:16:55 tl 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2006/08/17 09:22:39 tl 1.18.14.1: #i68384# valgrind issue fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [670865e6ebb9c7bb0f439a3850ede7094f6502a4]

        INTEGRATION: CWS tl25 (1.33.16); FILE MERGED 2006/11/08 23:44:45 tl 1.33.16.4: RESYNC: (1.33-1.34); FILE MERGED 2006/10/11 14:57:15 tl 1.33.16.3: #i56165# keep text portion enumeration from moving on to next paragraph 2006/10/11 10:20:52 tl 1.33.16.2: #i56165# keep text portion enumeration from moving on to next paragraph 2006/10/11 10:00:50 tl 1.33.16.1: #i56165# keep text portion enumeration from moving on to next paragraph

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [4948380a214daa55a1349780fcb5dba5981cbf4e]

        INTEGRATION: CWS tl25 (1.35.16); FILE MERGED 2006/11/10 08:56:58 tl 1.35.16.3: #i69366# merge conflict solved 2006/11/08 23:44:37 tl 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED 2006/09/13 12:56:48 tl 1.35.16.1: #i69366# SwXTextPortion does not try to check for support of some service anymore. This is because a previous change in handling of those objects

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [c5a96063c525e71991ae8ec7889acfe7d0b6566d]

        INTEGRATION: CWS tl25 (1.56.16); FILE MERGED 2006/11/08 23:44:17 tl 1.56.16.2: RESYNC: (1.56-1.57); FILE MERGED 2006/10/06 10:29:40 tl 1.56.16.1: #i68261# bracketing of logic statement fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [2cec1f8539c4cf70d2f09e5e2d534bf07b137f05]

        INTEGRATION: CWS tl25 (1.104.16); FILE MERGED 2007/01/17 15:14:02 tl 1.104.16.4: #i61509# call to SfxUtemSet c-tor fixed 2006/11/08 23:43:16 tl 1.104.16.3: RESYNC: (1.104-1.106); FILE MERGED 2006/10/06 08:33:19 tl 1.104.16.2: #i61509# added respective attribut to item set 2006/10/05 13:46:59 tl 1.104.16.1: #i68757# always calculate layout to get the correct value for LayoutSize

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [4c3932f57d04f9bfede5de5763cae716e284ab66]

        INTEGRATION: CWS tl25 (1.91.374); FILE MERGED 2006/11/08 23:43:08 tl 1.91.374.4: RESYNC: (1.92-1.93); FILE MERGED 2006/08/28 11:18:37 tl 1.91.374.3: RESYNC: (1.91-1.92); FILE MERGED 2006/08/22 10:49:53 tl 1.91.374.2: #i67811# fixed case problem with service names 2006/08/21 13:45:47 tl 1.91.374.1: #i67811# fixed case problem with service names

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [ca5a1af0e0d10e9f204a87039ae39a31575e5def]

        INTEGRATION: CWS tl25 (1.29.228); FILE MERGED 2007/01/03 13:26:18 tl 1.29.228.5: RESYNC: (1.31-1.32); FILE MERGED 2006/11/08 23:42:10 tl 1.29.228.4: RESYNC: (1.30-1.31); FILE MERGED 2006/08/28 11:17:58 tl 1.29.228.3: RESYNC: (1.29-1.30); FILE MERGED 2006/08/22 10:49:53 tl 1.29.228.2: #i67811# fixed case problem with service names 2006/08/21 13:45:46 tl 1.29.228.1: #i67811# fixed case problem with service names

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [1f7042ea0b2938cc79e2b5168c47cdd8ca7bf26b]

        INTEGRATION: CWS tl25 (1.17.230); FILE MERGED 2007/01/03 13:01:16 tl 1.17.230.3: RESYNC: (1.18-1.19); FILE MERGED 2006/08/28 10:21:22 tl 1.17.230.2: RESYNC: (1.17-1.18); FILE MERGED 2006/08/21 13:44:02 tl 1.17.230.1: #i67811# fixed case problem with service names

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [a0d843dc133ee75adec236101902eba76d6a5e50]

        INTEGRATION: CWS tl25 (1.37.44); FILE MERGED 2006/11/08 22:20:51 tl 1.37.44.2: RESYNC: (1.37-1.38); FILE MERGED 2006/09/19 12:37:27 tl 1.37.44.1: #i69257# PDF export for documents with hidden view functional again

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [4c2b0c5b937c55807b72df655fd84b71c60b758b]

        INTEGRATION: CWS tl25 (1.9.118); FILE MERGED 2006/08/17 09:52:44 tl 1.9.118.1: #i68406# valgrind issue fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [e860e28dd8a391867d847de56ecfce06a7e623be]

        INTEGRATION: CWS tl25 (1.35.112); FILE MERGED 2006/11/08 22:18:29 tl 1.35.112.2: RESYNC: (1.35-1.36); FILE MERGED 2006/08/17 09:52:44 tl 1.35.112.1: #i68406# valgrind issue fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [389172a0e45d46950444e910ef244e0792e60fdb]

        INTEGRATION: CWS tl25 (1.35.76); FILE MERGED 2006/11/08 22:15:11 tl 1.35.76.2: RESYNC: (1.35-1.36); FILE MERGED 2006/09/28 10:34:26 tl 1.35.76.1:  #i62413# don't use RTL in edit window even in RTL context

2007-01-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [711d4899b737d60ce14c1f3d15d0f3b8d42bfab7]

        #144146# new attributes: text:hint, text:help

2007-01-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [c55ddfbb986ec665800e4fb599086214ffa326ec]

        #144146# XMLTextFieldExport: new attributes: text:hint, text:help

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [49d984877f7c3530fb2539eeefaa39afa0c2ff8b]

        INTEGRATION: CWS c07v010_SRC680 (1.42.26); FILE MERGED 2007/01/16 14:12:00 mav 1.42.26.1: #b6509164# do not remove the extension

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [60c27fe7ee1616c99a9905d8766370f1a8d7a945]

        INTEGRATION: CWS c07v010_SRC680 (1.19.76); FILE MERGED 2007/01/16 14:01:58 as 1.19.76.1: #6505069# flush config; remove .lock file on CrashSave and SessionSave

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [5a05475a4427ced13be40244760b2ed85f3f3102]

        INTEGRATION: CWS c07v010_SRC680 (1.12.134); FILE MERGED 2007/01/16 14:01:57 as 1.12.134.1: #6505069# flush config; remove .lock file on CrashSave and SessionSave

2007-01-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [2a6c4ed2f9ea6dfef34803a6085915151f8ae9de]

        debug output

2007-01-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [b8edb436880952ccaa20996dce80fc620bcfc4b9]

        new: FFDATA

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [de7dcbce658efa3959227bf440573c2a72914584]

        INTEGRATION: CWS buildfixes02 (1.174.12); FILE MERGED 2007/01/24 15:32:50 thb 1.174.12.2: #i10000# Generated configure script that actually works 2007/01/18 23:44:47 thb 1.174.12.1: #i10000# configure script for recent configure.in changes

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [220eb9f6ea5bae336141af3809fb0e752bd1f4d8]

        INTEGRATION: CWS buildfixes02 (1.3.24); FILE MERGED 2007/01/08 15:21:17 thb 1.3.24.1: #i10000# Make use of FLTK optional (added --disable-fltk configure option)

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [bffbb22a6e3f5ca20e40a207f4e9fcbcf578e2e3]

        INTEGRATION: CWS buildfixes02 (1.13.2); FILE MERGED 2006/11/24 09:47:03 thb 1.13.2.1: #i10000# _XOPEN defines and C++ are incompatible - Solaris10 headers are much more strict in this regard

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [7978586dc77bb9a188f3857ce5db76757a4bc639]

        INTEGRATION: CWS tl36 (1.58.146); FILE MERGED 2007/01/19 08:43:24 os 1.58.146.1: #i73484# typo in German text fixed

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [e2ed0046539d3d364bf7721328cadb154ca25d8f]

        INTEGRATION: CWS buildfixes02 (1.187.10); FILE MERGED 2007/01/09 02:48:58 thb 1.187.10.2: RESYNC: (1.187-1.190); FILE MERGED 2006/11/24 09:51:11 thb 1.187.10.1: #i10000# Make ant detection work on Solaris10

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [61e28b41f168fdc9f437bae6fd6ac490d0ad1a7f]

        INTEGRATION: CWS buildfixes02 (1.3.116); FILE MERGED 2007/01/08 15:24:26 thb 1.3.116.1: #i10000# Sanitize zlib headers via hedabu

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [056aeb27a327c600a031511f349629881f43e40c]

        INTEGRATION: CWS buildfixes02 (1.24.24); FILE MERGED 2007/01/09 02:47:57 thb 1.24.24.2: RESYNC: (1.24-1.27); FILE MERGED 2007/01/08 15:22:45 thb 1.24.24.1: #i10000# Permit overrides for CXX/CC under Solaris Intel

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [188c0364aec79b84b0b629dbdcca22796c95fe70]

        INTEGRATION: CWS buildfixes02 (1.12.284); FILE MERGED 2006/11/24 09:43:27 thb 1.12.284.1: #i71883# Making linkoo work also with lib.so.1.1 shared libs

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [c6985d6951cf81e0dded0c55419d58a59fa40b60]

        INTEGRATION: CWS icufix01 (1.3.12); FILE MERGED 2007/01/19 15:19:41 hdu 1.3.12.1: #i72791# fix issues with Lohit and other indic fonts

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [c95713313ef836cd18108104f632945813ee4b98]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:21:56 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [1af49e717e5186ce0637b37e758efe0b8d01069b]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:21:20 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [1b754930281878ec53d1a401b949eb67239a64c5]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:20:37 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [dfaa4ca6ac719a81c727c7e950b8fa45ff286365]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:20:01 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [536a6ad4d4c94f5cfddca0c2d298b2050ec5db46]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/17 19:26:43 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [5ae3738fe11a342cd8556d32b4e3015d202db40d]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:19:33 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [4aa3e43179d94fb5adf05f80a1e765e242f58ba8]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/17 19:26:42 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [2b106a02eb8a0476f7280c20c89e6b02217b2b0d]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:18:54 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [75dbd661e698de8ba7743e8104f9b34a295c83a2]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:16:30 bc 1.1.2.1: #i73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [17e0524ffbfdbea0465853e943aca96e3f062fcf]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:18:22 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [a633df0784da38d14f37e4d5391325bf05f3c197]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/17 19:17:48 bc 1.1.2.1: 73575# user interface encapsulated

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [68e14f9810f7be44175de4fd1dd614746b421b0e]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/17 19:26:41 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [cbe20094ca9d68fd6be7a459ffe0a4dcf986c8be]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/24 16:04:12 bc 1.2.6.2: #i73575# extension in makefile modified 2007/01/17 19:26:41 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [9fa09d43d0dc0ec0ac71bad31b85ce7fc302ee90]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/23 17:19:28 bc 1.1.2.1: #i73575# Makefile modified

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [e6657788bee8843ec1e1ba916774d2ea3cac10dc]

        INTEGRATION: CWS sdkinspector2 (1.1.2); FILE ADDED 2007/01/23 17:20:14 bc 1.1.2.1: 73575# Makefile modified

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [52470a870ff292b5d66fe658c9ca9b9348052dfe]

        INTEGRATION: CWS sdkinspector2 (1.20.6); FILE MERGED 2007/01/24 16:04:12 bc 1.20.6.3: #i73575# extension in makefile modified 2007/01/23 17:21:00 bc 1.20.6.2: 73575# Makefile modified 2007/01/17 19:26:41 bc 1.20.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [dd99f2bc5b142a198f30616f33ad687f0597f905]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/24 16:04:12 bc 1.2.6.2: #i73575# extension in makefile modified 2007/01/17 19:26:40 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [07f6c5327516fee9239bc7b535bda5944b6c3d1e]

        INTEGRATION: CWS sdkinspector2 (1.2.6); FILE MERGED 2007/01/17 19:26:40 bc 1.2.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [83fe972bfad4bf6c983bcfb30fc8184f24797d35]

        INTEGRATION: CWS sdkinspector2 (1.3.6); FILE MERGED 2007/01/17 19:26:40 bc 1.3.6.1: 73575# user interface encapsulated cVS: ----------------------------------------------------------------------

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [5a3a21a20046a401395a90460ec79d261cb811a2]

        INTEGRATION: CWS smarttags2 (1.76.10); FILE MERGED 2007/01/23 11:48:40 fme 1.76.10.5: #i73744# Scan fields for smart tags 2007/01/23 11:34:59 fme 1.76.10.4: #i73744# Scan fields for smart tags 2007/01/22 16:55:48 fme 1.76.10.3: #i73744# Scan field text for smart tags 2007/01/22 16:42:57 fme 1.76.10.2: #i73744# Scan field text for smart tags 2007/01/22 15:48:58 fme 1.76.10.1: #i73744# Scan field text for smart tags

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [8da0096bb3b8e5cd54bd9f7deda71587cfbd9925]

        INTEGRATION: CWS smarttags2 (1.67.10); FILE MERGED 2007/01/22 15:48:57 fme 1.67.10.1: #i73744# Scan field text for smart tags

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [1c890fe47ab07009042e328917d8de001b75f145]

        INTEGRATION: CWS smarttags2 (1.9.142); FILE MERGED 2007/01/22 15:48:57 fme 1.9.142.1: #i73744# Scan field text for smart tags

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [58ffaccd2ecae0beed70f6d96e1d555ff718e056]

        INTEGRATION: CWS smarttags2 (1.46.142); FILE MERGED 2007/01/22 15:48:57 fme 1.46.142.1: #i73744# Scan field text for smart tags

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [79816b90f12e9cdf427a9fa4a98d546034101f7c]

        INTEGRATION: CWS smarttags2 (1.94.10); FILE MERGED 2007/01/22 15:48:57 fme 1.94.10.1: #i73744# Scan field text for smart tags

2007-01-30  Rüdiger Timm  <rt@openoffice.org>  [c9cc5d957d2395f2bb877d20e1a023eb6422f435]

        INTEGRATION: CWS smarttags2 (1.10.142); FILE MERGED 2007/01/22 15:48:56 fme 1.10.142.1: #i73744# Scan field text for smart tags

2007-01-29  Vladimir Glazounov  <vg@openoffice.org>  [4be6920b51434e45bdf1519b1a8abde492ce6705]

        new version for OOF680

2007-01-29  Vladimir Glazounov  <vg@openoffice.org>  [94dcaba1e9b97fca16f837b2b9acee7089bf510e]

        new version for OOF680

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [e782aa8084143bdc101b69b9545b6cd3fb071b31]

        INTEGRATION: CWS smarttags2 (1.56.142); FILE MERGED 2007/01/22 15:48:56 fme 1.56.142.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5e90d4e3b97606dbb0b90a79cffa4bb2c7f846e0]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/17 10:48:51 pb 1.2.6.1: fix: #i73047# SetDefaultLanguageDialog: only the necessary box exists fix: dynamic infotext height

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [c90d58b9d0bab9f8d5a5cd95aff632f6345b93c9]

        INTEGRATION: CWS smarttags2 (1.14.142); FILE MERGED 2007/01/22 15:48:56 fme 1.14.142.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b406425baa642af7dbeb0673869e988958d8a21f]

        INTEGRATION: CWS smarttags2 (1.73.142); FILE MERGED 2007/01/22 15:48:56 fme 1.73.142.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ef0abfe3ec021a1f9b919158d37c715695be37d0]

        INTEGRATION: CWS ab32 (1.7.12); FILE MERGED 2007/01/15 13:27:11 ab 1.7.12.1: #i73073# Extended resource handling for Combobox/Listbox StringItemList property

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [797c042c65274ec69ab79279b86b807e2bdd18f4]

        INTEGRATION: CWS smarttags2 (1.52.10); FILE MERGED 2007/01/22 15:48:56 fme 1.52.10.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [78058a4ecb77964119f08be62253a4403d2a1adc]

        INTEGRATION: CWS smarttags2 (1.108.10); FILE MERGED 2007/01/23 10:41:40 fme 1.108.10.2: #i73744# Scan fields for smart tags 2007/01/22 15:48:55 fme 1.108.10.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [63af64ea87849fd0f576f040fdc300e68c161b3a]

        INTEGRATION: CWS ab32 (1.4.142); FILE MERGED 2007/01/24 09:28:33 pb 1.4.142.1: fix: #i73047# HID_BASICIDE_STACKWINDOW_LIST added

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [54e160fa4492cb52fa04bc1322e2ca179ae93b8e]

        INTEGRATION: CWS smarttags2 (1.4.634); FILE MERGED 2007/01/22 15:48:55 fme 1.4.634.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d7d1df78d831208edfcb62ee94014afb1765426f]

        INTEGRATION: CWS ab32 (1.4.142); FILE MERGED 2007/01/11 15:54:39 ab 1.4.142.1: #i73075# Let property browser handle multi selection

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f940b8e0a796ef250961a8a982d864581453ed76]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/17 10:46:10 pb 1.2.6.1: fix: #i73047# SetDefaultLanguageDialog: only the necessary box exists

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f1fcf15d5c918a92f7edbc16d27b09f4b972634e]

        INTEGRATION: CWS smarttags2 (1.51.10); FILE MERGED 2007/01/22 15:48:55 fme 1.51.10.1: #i73744# Scan field text for smart tags

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [51f9e342c597894f00a47c2374d3a6815b0347bd]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/18 13:52:59 ab 1.2.6.2: #i73077# Rename Resource IDs according to renamed dialog/control 2007/01/18 07:38:37 ab 1.2.6.1: #i73053# Clipboard support for dialog resources

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b2a85911363742bbab2cbcad4fc8edc3d27b5308]

        INTEGRATION: CWS ab32 (1.16.14); FILE MERGED 2007/01/18 07:38:37 ab 1.16.14.1: #i73053# Clipboard support for dialog resources

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b8afc9aae70e068b34bd698c345c007e5ff57dd7]

        INTEGRATION: CWS ab32 (1.22.44); FILE MERGED 2007/01/11 15:54:39 ab 1.22.44.1: #i73075# Let property browser handle multi selection

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [e56183e9318a1e10d497da009401dc80fbed70dd]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/23 11:10:19 ab 1.2.6.2: #i73047# Corrected typo 2007/01/17 10:51:42 pb 1.2.6.1: fix: #i73047# info text with three lines as default

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [7527a1c540a4693417b2d08ebb0110671f2a423e]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/17 10:51:06 pb 1.2.6.1: fix: #i73047# info text with three lines as default

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [c28b0ca3519a54c81a67ff2c9f44cd0c1e3f12a7]

        INTEGRATION: CWS ab32 (1.43.6); FILE MERGED 2007/01/18 13:54:52 ab 1.43.6.1: #i73077# Rename Resource IDs according to renamed dialog/control

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [42e1c9582b94fce80a4c8756fcae112c71c2c048]

        INTEGRATION: CWS ab32 (1.42.6); FILE MERGED 2007/01/18 07:41:14 ab 1.42.6.1: #i73053# Clipboard support for dialog resources

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5d238919144aa1a274f03cc9a6ae51f802c504f1]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/18 13:55:47 ab 1.2.6.4: #i73077# Rename Resource IDs according to renamed dialog/control 2007/01/18 07:42:08 ab 1.2.6.3: #i73053# Clipboard support for dialog resources 2007/01/15 13:23:22 ab 1.2.6.2: #i73073# Extended implHandleControlResourceProperties() for Combobox/Listbox StringItemList property 2007/01/11 15:54:39 ab 1.2.6.1: #i73075# Let property browser handle multi selection

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [9b194ae1516951150b4923f3a267c615fc6e7498]

        INTEGRATION: CWS tl36 (1.36.102); FILE MERGED 2007/01/19 13:50:18 ama 1.36.102.1: #144679#: Crash when deleting OLE objects

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1abe2bdee6fbcaf876a19f75a765c72d833efa29]

        INTEGRATION: CWS ab32 (1.37.6); FILE MERGED 2007/01/18 13:55:46 ab 1.37.6.1: #i73077# Rename Resource IDs according to renamed dialog/control

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [0c54eed4d38d7537f2f9dc3ef5e3f5aca482677f]

        INTEGRATION: CWS ab32 (1.7.6); FILE MERGED 2007/01/15 16:34:22 ab 1.7.6.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [3dc6e104a114c87a6c847df59691ac57a71bb936]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/15 16:34:21 ab 1.2.6.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [4864e71f073c3cb2ba6c944f9514c2608c18c5dd]

        INTEGRATION: CWS ab32 (1.2.6); FILE MERGED 2007/01/15 16:34:20 ab 1.2.6.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b931f256c856dc330264d59621f37ca5ae48629c]

        INTEGRATION: CWS ab32 (1.1.2); FILE ADDED 2007/01/15 16:34:20 ab 1.1.2.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [8e15f22add096fa17a1f053585c0657aaacefd02]

        INTEGRATION: CWS ab32 (1.3.6); FILE MERGED 2007/01/15 16:20:07 ab 1.3.6.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5df5acb7364b970404044e318293116334273fa0]

        INTEGRATION: CWS ab32 (1.27.34); FILE MERGED 2007/01/11 16:01:24 ab 1.27.34.1: #i73056# CreateUnoDialog: Find the corresponding dialog library to set resource

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [cec3f5ec3f95bf8191bd8897e63da23681c42964]

        INTEGRATION: CWS ab32 (1.2.8); FILE MERGED 2007/01/18 07:51:44 ab 1.2.8.2: #i73053# Binary export/import for Clipboard support 2007/01/15 16:18:02 ab 1.2.8.1: #i73373# XStringResourcePersistance -> XStringResourcePersistence

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f51c49fd392d4da2c9c940982b52f15916b85d7f]

        INTEGRATION: CWS ab32 (1.3.8); FILE MERGED 2007/01/18 11:17:56 ab 1.3.8.4: #i73053# Removed warning 2007/01/18 07:51:43 ab 1.3.8.3: #i73053# Binary export/import for Clipboard support 2007/01/15 16:18:01 ab 1.3.8.2: #i73373# XStringResourcePersistance -> XStringResourcePersistence 2007/01/15 13:20:31 ab 1.3.8.1: #i73073# Copy m_nNextIndex into new locale item

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [9ded9873a976a76e0931fe96b98aa823e81ae337]

        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>  [13dae42a4ad711e34e0c702bcfe37bceaf2cfe0a]

        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>  [86d6ebe3cf1508fd5c2b8fe362a48b292b844e27]

        INTEGRATION: CWS updchk03b_SRC680 (1.32.46); FILE MERGED 2007/01/26 11:38:18 obr 1.32.46.1: #i73898# use USERDIRPRODUCTVERSION of UpdateId

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [49d4e4a0f7c2f698945983b564da77322175fa34]

        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>  [6c76f062d4383699196be99045ccc2a12d77c3eb]

        INTEGRATION: CWS updchk03b_SRC680 (1.2.128); FILE MERGED 2007/01/26 09:18:31 obr 1.2.128.1: #i73853# do not join with check thread when a check is in progress

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [60e89d34c3cf09fe6d2f9b6a6a130eff468e9642]

        INTEGRATION: CWS updchk03b_SRC680 (1.4.38); FILE MERGED 2007/01/26 09:18:30 obr 1.4.38.1: #i73853# do not join with check thread when a check is in progress

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [12747b8d1c615eb9786681187cc9e6f178a258c9]

        INTEGRATION: CWS updchk03b_SRC680 (1.7.48.1.2); FILE MERGED 2007/01/26 09:18:30 obr 1.7.48.1.2.1: #i73853# do not join with check thread when a check is in progress

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [07a36c2f94896bcabfb23b39c3a6389c67cd7f66]

        INTEGRATION: CWS cppuhelpshrink (1.69.60); FILE MERGED 2006/12/22 14:37:20 mmeeks 1.69.60.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d108983d1e79cdfe537417dfe42d7f8c29e7cd81]

        INTEGRATION: CWS cppuhelpshrink (1.17.114); FILE MERGED 2006/12/22 14:37:20 mmeeks 1.17.114.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [10d957096288007092279acd3312c21d71235a16]

        INTEGRATION: CWS cppuhelpshrink (1.8.264); FILE MERGED 2006/12/22 14:37:18 mmeeks 1.8.264.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [233cdf8ed25cc1d13df8ac13cbd2873fd8eb1af2]

        INTEGRATION: CWS cppuhelpshrink (1.32.78); FILE MERGED 2006/12/22 14:37:21 mmeeks 1.32.78.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [438685d14c1e1cbb4fafc130b3bcffabde5405c8]

        INTEGRATION: CWS cppuhelpshrink (1.5.78); FILE MERGED 2007/01/24 12:57:20 sb 1.5.78.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [47f8de1bca28a8610e17c6775d4d7a8c529db89a]

        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>  [3a506fe86317ee9e037067a7a20fd9f3db7e18e9]

        INTEGRATION: CWS cppuhelpshrink (1.74.58); FILE MERGED 2007/01/24 12:30:37 sb 1.74.58.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [e957297b5ec00f50e509f7d77b5cab3dc23798f1]

        INTEGRATION: CWS cppuhelpshrink (1.28.60); FILE MERGED 2007/01/24 12:30:37 sb 1.28.60.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [2b6ae913e2177858da507b8749e72ba5d46f1bf3]

        INTEGRATION: CWS cppuhelpshrink (1.12.38); FILE MERGED 2007/01/25 08:01:36 sb 1.12.38.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b53ffdd070990ed8251a6c770a6dbd2a12855cb3]

        INTEGRATION: CWS cppuhelpshrink (1.79.18); FILE MERGED 2007/01/25 08:01:35 sb 1.79.18.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b42cc103c0bfbf58ccc56feef1f270990cb9f440]

        INTEGRATION: CWS cppuhelpshrink (1.13.56); FILE MERGED 2007/01/24 09:52:11 sb 1.13.56.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1fc0b4f5cef5e939ce0d5e4138a4e90a2ba8902f]

        INTEGRATION: CWS cppuhelpshrink (1.16.30); FILE MERGED 2006/12/22 14:37:20 mmeeks 1.16.30.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1d22bbf41e45e024ba3a380a42266cb95e084db6]

        INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDED 2007/01/22 12:24:20 mmeeks 1.1.2.1: Issue number: i#72766 Submitted by: mmeeks Planning gain: convert obsolete uno URI unit tests to CPPUNIT

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ae216db6b8dd672a63999eceea1653594e0628b8]

        INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDED 2007/01/22 12:24:19 mmeeks 1.1.2.1: Issue number: i#72766 Submitted by: mmeeks Planning gain: convert obsolete uno URI unit tests to CPPUNIT

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d7bbb08f0f57cb61d4421b1d3b90d8d408c687af]

        INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDED 2007/01/22 12:03:55 mmeeks 1.1.2.1: Issue number: i#72766# Submitted by: mmeeks Unit tests for Stefan.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [94a3ea6b9c3fe649ef109a64ac2c75917aef4200]

        INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDED 2007/01/22 20:33:48 mmeeks 1.1.2.4: Issue number: i#72766# Submitted by: mmeeks add yet more container tests for Stefan. 2007/01/22 17:32:38 mmeeks 1.1.2.3: more tests. 2007/01/22 14:33:00 sb 1.1.2.2: #i72766# Made code compile warning-free on unxsoli4.pro. 2007/01/22 12:03:55 mmeeks 1.1.2.1: Issue number: i#72766# Submitted by: mmeeks Unit tests for Stefan.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d43dd7d4a7cbd5e9128e68ba128306ccf2584630]

        INTEGRATION: CWS cppuhelpshrink (1.6.46); FILE MERGED 2006/12/22 14:37:19 mmeeks 1.6.46.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f059134fab0f91b7a15594ad06536a13fbfae034]

        INTEGRATION: CWS cppuhelpshrink (1.18.72); FILE MERGED 2006/12/22 14:37:19 mmeeks 1.18.72.1: #i72766# save memory in cppuhelper, using a vector instead of a hash_map

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d0c8204b7f2e2e90ec3745313d406889db605b34]

        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>  [c18c1311f6a99bba0035d0660238364d0bfbe94c]

        INTEGRATION: CWS cppuhelpshrink (1.5.58); FILE MERGED 2007/01/24 12:00:45 sb 1.5.58.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [00d5aa1ee2342fa42d417928e85624062a8d0d0f]

        INTEGRATION: CWS cppuhelpshrink (1.41.72); FILE MERGED 2007/01/24 09:50:56 sb 1.41.72.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1a801d46769a872b6560756f40da7ffa5f8bb337]

        INTEGRATION: CWS cppuhelpshrink (1.18.10); FILE MERGED 2007/01/24 09:51:28 sb 1.18.10.1: #i72766# Missing include.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ba70354f6c0296c074cda77db5425fc505c23eda]

        INTEGRATION: CWS jl55_SRC680 (1.7.50); FILE MERGED 2007/01/26 08:47:40 jl 1.7.50.2: #i73879# 2007/01/26 08:39:55 jl 1.7.50.1: #i73879# switching of current context test with c++ client and C# testobject

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [00720bada1b8d0d3f13a581d072007a3531c7bab]

        INTEGRATION: CWS fwk62_SRC680 (1.5.18); FILE MERGED 2007/01/23 10:26:58 is 1.5.18.1: #i73745# ooo bitmaps with 2.2

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [d167d04c197b307625c1e999aa5c595c59526041]

        INTEGRATION: CWS jl54_SRC680 (1.2.36); FILE MERGED 2007/01/23 15:26:35 jl 1.2.36.1: #i73789# crash when updating an extension that does not contain an update information URL

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b174c9c2b3cf46087d4d2cdc6b2b2d1448dec4a9]

        INTEGRATION: CWS hro11_SRC680 (1.20.24); FILE MERGED 2007/01/25 17:46:22 hro 1.20.24.1: #i73601# Fixed contact flag

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [a7bffd533c41d2ed33d593281edb6e78e4db27cc]

        INTEGRATION: CWS hro11_SRC680 (1.25.26); FILE MERGED 2007/01/25 17:46:22 hro 1.25.26.1: #i73601# Fixed contact flag

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f1fd6b37aa8708215e25a9b952f1edd883949e5a]

        INTEGRATION: CWS npower5 (1.2.78); FILE MERGED 2007/01/24 16:15:59 npower 1.2.78.2: Issue number:  71380 fix pass by ref for SfxBasicManagerHolder::LegacyPsswdBinaryLimitExceeded() 2007/01/17 16:49:35 npower 1.2.78.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5408c3851554c4f5b6b0d32f1a06a33e61bf34fb]

        INTEGRATION: CWS npower5 (1.187.76); FILE MERGED 2007/01/17 16:49:34 npower 1.187.76.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [bbb504fd7001724b1c0656cb0067f2add95e4d7a]

        INTEGRATION: CWS npower5 (1.47.76); FILE MERGED 2007/01/17 16:49:34 npower 1.47.76.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1cf134106f52177cc892f54e817ddc6c087e1252]

        INTEGRATION: CWS npower5 (1.2.78); FILE MERGED 2007/01/24 16:15:59 npower 1.2.78.2: Issue number:  71380 fix pass by ref for SfxBasicManagerHolder::LegacyPsswdBinaryLimitExceeded() 2007/01/17 16:49:34 npower 1.2.78.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1d43702edd32392779c73abd077ac4da60c5026a]

        INTEGRATION: CWS npower5 (1.3.20); FILE MERGED 2007/01/17 16:53:06 npower 1.3.20.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [fc1cdd333d09f9332e9f111bed78f098ff11db3b]

        INTEGRATION: CWS npower5 (1.3.20); FILE MERGED 2007/01/24 12:46:10 npower 1.3.20.4: #i71380# fix warning 2007/01/22 12:56:57 npower 1.3.20.3: #i71380# correct bad header include 2007/01/22 12:56:00 npower 1.3.20.2: #i71380# correct bad header include 2007/01/17 16:53:06 npower 1.3.20.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [70ebb30a85f2e297e55e4e002edf4aaa349a3d63]

        INTEGRATION: CWS npower5 (1.1.2); FILE ADDED 2007/01/17 16:51:00 npower 1.1.2.1: #i71380# move modsizeexceeded.[ch]xx to basic

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1db2e047761c68a517664a135bb5af8a61af992c]

        INTEGRATION: CWS npower5 (1.2.20); FILE MERGED 2007/01/17 16:53:06 npower 1.2.20.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [0bf84bea96cc8733cb415d287fcfe6a003c4810b]

        INTEGRATION: CWS npower5 (1.34.24); FILE MERGED 2007/01/10 15:47:02 npower 1.34.24.1: #i72062# allow error handlers propagate errors backwards to parent handlers

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [520d56e87fe4c22202cdc53ad9e8b32d2aead08e]

        INTEGRATION: CWS npower5 (1.16.24); FILE MERGED 2007/01/23 09:38:15 npower 1.16.24.1: #i70951 named params, used static definition for param info

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ccf477c6978aef121489a61c9915393e3faa995d]

        INTEGRATION: CWS npower5 (1.45.14); FILE MERGED 2007/01/10 15:48:39 npower 1.45.14.1: #i72062# allow error handlers propagate errors backwards to parent handlers

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [3c0abdd849aea8c48f8abd0a65fdf10094f796bb]

        INTEGRATION: CWS npower5 (1.29.42); FILE MERGED 2007/01/23 19:21:05 npower 1.29.42.4: #i70951# cater for optional key and before params 2007/01/23 09:38:15 npower 1.29.42.3: #i70951 named params, used static definition for param info 2007/01/19 16:50:50 npower 1.29.42.2: Issue number:  71492 2007/01/19 16:46:03 npower 1.29.42.1:  #i70951#, #i70952# add named params and fix indexing error for collection class Issue number: Submitted by: Reviewed by:

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [46f0245e0c5406c85e970b0c60aeee4ac97b9de3]

        INTEGRATION: CWS npower5 (1.15.20); FILE MERGED 2007/01/17 16:53:05 npower 1.15.20.1: #i71380# re-add code to raise ui when trying to save password protected libraries containing modules that exceed the size limit

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [e6d30f3501950f7b74af26d8d3e07b475faf6726]

        INTEGRATION: CWS npower5 (1.1.2); FILE ADDED 2007/01/17 16:50:59 npower 1.1.2.1: #i71380# move modsizeexceeded.[ch]xx to basic

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [bb79d59389bbf030202ace7a1579ebe7fb8e433e]

        INTEGRATION: CWS impress116 (1.39.434); FILE MERGED 2007/01/10 20:30:37 sj 1.39.434.2: #i70238# added helpid (HID_GALLERY_TITLE_EDIT) 2007/01/09 16:19:18 sj 1.39.434.1: #i67190# added missing hid (HID_GALLERY_EDIT_MSNAME)

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [24406159af35ade2e0f8cd5f724bf79ff58ec5b7]

        INTEGRATION: CWS impress116 (1.76.304); FILE MERGED 2007/01/10 20:31:30 sj 1.76.304.1: #i70238# added helpid (HID_GALLERY_TITLE_EDIT)

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [788e42e780b845310665e6b810e83c0ed26e373c]

        INTEGRATION: CWS impress116 (1.28.84); FILE MERGED 2007/01/10 11:35:03 cl 1.28.84.1: #i73180# applied patch to fix valgrind warnings

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [c2d26b73d515e29420130d48f49cb6a01d5a57b4]

        INTEGRATION: CWS impress116 (1.70.20); FILE MERGED 2007/01/10 20:32:06 sj 1.70.20.1: #i70238# added helpid (HID_GALLERY_TITLE_EDIT)

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [4e6b3464872f05cdfef6b437943b0e3276370b8e]

        INTEGRATION: CWS fwk60 (1.43.26); FILE MERGED 2007/01/15 15:27:19 cd 1.43.26.1: #i64555# Support PDF options dialog via 'Send E-Mail as PDF'

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [2011565d33eb2b61f1613ea3cc3cc206dbbfb2dd]

        INTEGRATION: CWS fwk60 (1.5.220); FILE MERGED 2007/01/15 15:27:18 cd 1.5.220.1: #i64555# Support PDF options dialog via 'Send E-Mail as PDF'

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [dc613f41aa500d92932324dc2884b337efcf7493]

        INTEGRATION: CWS fwk60 (1.125.18); FILE MERGED 2007/01/16 05:39:19 pb 1.125.18.1: fix: #i72017# Default/Graphic: userurl instead of insturl/user

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [32e2470a58ee9cf11e79b2fc1ba2daf9114deb4d]

        INTEGRATION: CWS impress116 (1.14.206); FILE MERGED 2007/01/17 16:18:03 af 1.14.206.1: #i73043# Give access to the context menu state (whether it is open or not).

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [518a6207f744994131e3db36332dcb47157cd031]

        INTEGRATION: CWS impress116 (1.30.14); FILE MERGED 2007/01/17 16:24:30 af 1.30.14.1: #i73043# Do not hide the insertion indicator when the context menu is visible.

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ba5d03348dac59f67deb8a1632bd441861393d86]

        INTEGRATION: CWS impress116 (1.38.14); FILE MERGED 2007/01/17 16:22:27 af 1.38.14.1: #i73043# Turn off buggy low level support of RTL.  Give access to the context menu state (whether it is open or not).

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [482e1e23df58155348cf29b3a203ed7d11429c5f]

        INTEGRATION: CWS fwk60 (1.6.38); FILE MERGED 2007/01/17 07:53:51 cd 1.6.38.1: #i73531# Fixed problem to click dropdown button twice to open menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [7f932711d6cbcbeacd81a3a774459130d999bb78]

        INTEGRATION: CWS impress116 (1.10.14); FILE MERGED 2007/01/10 13:30:12 cl 1.10.14.1: #i72292# eat mouse button up after opening context menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [95f5ee4384b4e82df8f064bedc7a90021ab3d929]

        INTEGRATION: CWS fwk60 (1.4.74); FILE MERGED 2007/01/15 16:13:04 cd 1.4.74.1: #i73486# Support documented command 'SetImage'. To be downward compatible we also support old/wrong command name

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [33e36a7c8c4076c3af599a8e827845b4002b23bd]

        INTEGRATION: CWS impress116 (1.17.14); FILE MERGED 2007/01/10 13:30:12 cl 1.17.14.1: #i72292# eat mouse button up after opening context menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [3392160ab860403e52ec5a5eaddc4f588366118c]

        INTEGRATION: CWS impress116 (1.20.14); FILE MERGED 2007/01/10 13:30:12 cl 1.20.14.1: #i72292# eat mouse button up after opening context menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [a9bec6a7f172f41bc6ade81a09293f6f84fa79e4]

        INTEGRATION: CWS impress116 (1.37.10); FILE MERGED 2007/01/10 13:30:11 cl 1.37.10.1: #i72292# eat mouse button up after opening context menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [123892389e4f5f073ec65689350ae450745f77a9]

        INTEGRATION: CWS fwk60 (1.10.26); FILE MERGED 2007/01/15 09:16:08 pb 1.10.26.1: fix: #i73374# enable AutoCompletion again

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f8b195993dade9097087577cc4306851362c6036]

        INTEGRATION: CWS impress116 (1.12.12); FILE MERGED 2007/01/10 13:30:11 cl 1.12.12.1: #i72292# eat mouse button up after opening context menu

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [90b46320514725bd6d6de29bc9c315e60bf4ef1f]

        INTEGRATION: CWS impress116 (1.19.14); FILE MERGED 2007/01/22 09:44:11 cl 1.19.14.1: #136118# testing for mpViewShell to prevent possible crash

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [f6c06545b28f66a722e52d33712602dddd9cfbeb]

        INTEGRATION: CWS impress116 (1.35.58); FILE MERGED 2007/01/17 14:59:19 cl 1.35.58.1: #i72522# do not ask for VisArea property for internal ole objects

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [6a2e9babd4062f0cb0ff935dc1ed2ed3dc7f9472]

        INTEGRATION: CWS impress116 (1.93.34); FILE MERGED 2007/01/17 14:59:19 cl 1.93.34.1: #i72522# do not ask for VisArea property for internal ole objects

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [4c80f13c148880668e24fd2406487dafbe9c99ab]

        INTEGRATION: CWS impress116 (1.15.68); FILE MERGED 2007/01/17 14:59:19 cl 1.15.68.1: #i72522# do not ask for VisArea property for internal ole objects

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [9a47bec2493a44fdf416fce694603cbd416ed260]

        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>  [f3b709a1e7fe45ba2449b747040fb6daf90b0ff0]

        INTEGRATION: CWS impress116 (1.23.38); FILE MERGED 2007/01/17 12:26:40 cl 1.23.38.1: #i17514# use polygons to render complex and asian text correctly

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b4255948fab9e973c984dbd32e5b0c38dcc35350]

        INTEGRATION: CWS impress116 (1.9.38); FILE MERGED 2007/01/17 12:26:40 cl 1.9.38.1: #i17514# use polygons to render complex and asian text correctly

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [ef6d043309895efd7d530ffa400097cd86a513b4]

        INTEGRATION: CWS impress116 (1.13.50); FILE MERGED 2007/01/17 12:26:40 cl 1.13.50.1: #i17514# use polygons to render complex and asian text correctly

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [6aaaec429b7ee6f46f15f0b953f144bc7344036e]

        INTEGRATION: CWS dr53 (1.21.184); FILE MERGED 2007/01/24 08:37:59 dr 1.21.184.1: #i19430# gnopernicus and rotated cell text

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [fb56a440aae9158d5527e622013554eb7de3f2b6]

        INTEGRATION: CWS dr53 (1.11.740); FILE MERGED 2007/01/24 08:37:19 dr 1.11.740.1: #i19430# gnopernicus and rotated cell text

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [8f83610e0cca64ec8e30b619158f134aac11ad90]

        INTEGRATION: CWS dr53 (1.36.96); FILE MERGED 2007/01/24 08:36:40 dr 1.36.96.1: #i19430# gnopernicus and rotated cell text

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [883dd5e9ccfae8a96624a90616787bd05faae2c4]

        INTEGRATION: CWS dr53 (1.29.154); FILE MERGED 2007/01/24 08:36:39 dr 1.29.154.1: #i19430# gnopernicus and rotated cell text

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [60a4abd7accfa6f3adc95fe32156ac6f5ec37ae9]

        INTEGRATION: CWS updatefeed2 (1.1.2); FILE ADDED 2007/01/23 09:01:42 dv 1.1.2.1: simple zip tool

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [5e0b79c752692fc7521416e1336d644f96d37953]

        INTEGRATION: CWS updatefeed2 (1.1.2); FILE ADDED 2007/01/24 14:46:16 obr 1.1.2.2: #i72316# fixed PRJ value 2007/01/23 09:01:22 dv 1.1.2.1: simple zip tool

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [1f71282f65a58332541ba2850c03ae41a931f363]

        INTEGRATION: CWS updatefeed2 (1.2.34); FILE MERGED 2007/01/24 14:45:03 obr 1.2.34.1: #i72316# support for gzip/inflate compression

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [2b053cef253c3bae3b192a0cf19f9c90ebd32e56]

        INTEGRATION: CWS updatefeed2 (1.32.32); FILE MERGED 2007/01/23 12:29:54 obr 1.32.32.1: no blanks in update id

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [b0344dbfe3d080b2a18623cc0ffb237fe3de3287]

        INTEGRATION: CWS updatefeed2 (1.22.14); FILE MERGED 2007/01/23 12:35:39 obr 1.22.14.2: #i72055# fixed warnings 2007/01/18 12:49:58 obr 1.22.14.1: #i72055# moved operation out of debug statement + tab -> ws

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [48602291be3397204e061ee689509da3901d7af4]

        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>  [86ed554a7faa24160c11b0e9cd9c3592914ae426]

        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>  [7aae9cc6da9c2dfd8052112e598e76507ee302ab]

        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>  [4912633c05cf19bbc5f82a3b1a85e8df7c8a9ae8]

        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>  [c2d0fedfa7785c54e70dfa9e958088e6a730145e]

        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>  [916cc2de6946a2481dbc2f80bbfc9ffc7a82884f]

        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>  [562b90233260c85e2349965604069ee7a27905bb]

        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>  [8173ad8abfe03a725b0c5908cfe800c60448d929]

        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-29  Rüdiger Timm  <rt@openoffice.org>  [d2b1901da45e90302400fb0644a087a994cb286e]

        INTEGRATION: CWS atkbridge5 (1.36.174); FILE MERGED 2007/01/21 16:32:12 obr 1.36.174.2: #i71385# applied slightly modified patch from OD to return a non static value for getForeground and fixed the type of the WritingMode property to sal_Int16 as specified 2007/01/17 09:18:17 od 1.36.174.1: #i71385# implement method <getBackground()> for class <SwAccessibleParagraph>

2007-01-29  Rüdiger Timm  <rt@openoffice.org>  [9d3396bfa96cfa548ff47f6c5826c3df37bcc227]

        INTEGRATION: CWS atkbridge5 (1.67.96); FILE MERGED 2007/01/21 16:32:12 obr 1.67.96.4: #i71385# applied slightly modified patch from OD to return a non static value for getForeground and fixed the type of the WritingMode property to sal_Int16 as specified 2007/01/17 09:18:17 od 1.67.96.3: #i71385# implement method <getBackground()> for class <SwAccessibleParagraph> 2007/01/17 08:30:14 od 1.67.96.2: #i73371# method <SwAccessibleParagraph::_getDefaultAttributesImpl(..)>          - resolve value com::sun::star::text::WritingMode2::PAGE value            for property WritingMode 2007/01/17 08:27:09 od 1.67.96.1: #i72800# method <SwAccessibleParagraph::_getDefaultAttributesImpl(..)>          - provide paragraph style name as default attribute.

2007-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5212e4b0c6037b8cc16c362f81aab58565eebbb4]

        #i10000# .def generation on 4nt still worked on MWS builds only...

2007-01-29  Hans-Joachim Lankenau  <hjs@openoffice.org>  [8499b7b3d8e11eebc5be1aec2c18be82e4812f09]

        #i10000# .def generation on 4nt worked on MWS builds only...

2007-01-26  Hans-Joachim Lankenau  <hjs@openoffice.org>  [618a111d86f5c8b0f6138799a553c42da67f1613]

        #i10000# - missed specific construct in #i70359# breaking 4nt build

2007-01-26  Oliver Bolte  <obo@openoffice.org>  [756f0714da20ec2d670a2f4e1cc0e48f5ba1ea03]

        #i10000# EOL missing

2007-01-26  Oliver Bolte  <obo@openoffice.org>  [cdd9056aaf9aa0e5be63c5219b25663127e63b0c]

        #i10000# syntax  SfxNewHdl::Delete() removed (nonpro)

2007-01-26  Oliver Bolte  <obo@openoffice.org>  [b4b38d6471ef34c9bc8c7249eead423c105bc521]

        #i10000# type cast (warning)

2007-01-26  Oliver Bolte  <obo@openoffice.org>  [078e49ed35819350865f7b7bdcf28ce987700b89]

        #i10000# precompiled header missing

2007-01-26  Oliver Bolte  <obo@openoffice.org>  [4b5bc2160da6143d567d25920474897cbb5f42a0]

        #i10000# precompiled header missing

2007-01-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [f1940b236f8256a869baf29bc484163307032279]

        #i10000# avoid circular dependency on changed minor.mk

2007-01-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c3464ee6c5b1fb5c09ad02f6663e118abe0c8d8a]

        #i10000# cutting additional + sign

2007-01-25  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3a2893178046fbe8d5740add4b4dc860d32da4b2]

        #i10000# cutting additional + sign

2007-01-25  Armin Weiss  <aw@openoffice.org>  [eda225513d2b4e202b7fe2896ab307b118d77e5c]

        #i39532# reorganized marker primitives to reduce count

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cd8cf900960631ec99bbfd69956d4a6e46834d79]

        SRC680

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [04e039a36105504d310eb0ae7763bf6157385050]

        INTEGRATION: CWS native75 (1.39.98); FILE MERGED 2006/12/22 15:40:06 is 1.39.98.1: #b6504677# new solaris x86 patch structure

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [008189a5fe9a3c82def1eea88022a415b416e67f]

        INTEGRATION: CWS native75 (1.24.98); FILE MERGED 2006/12/22 15:40:05 is 1.24.98.1: #b6504677# new solaris x86 patch structure

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [df197df7f1a06f8ab23269713e2b0b15460d51c2]

        INTEGRATION: CWS native75 (1.56.74); FILE MERGED 2006/12/22 15:40:05 is 1.56.74.1: #b6504677# new solaris x86 patch structure

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5068dbf65697c4f373c17455ff6bab5f73502921]

        INTEGRATION: CWS native75 (1.73.72); FILE MERGED 2006/12/22 15:40:05 is 1.73.72.1: #b6504677# new solaris x86 patch structure

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [97a46e612c34b8d329a5abd9714dbf69575184fe]

        INTEGRATION: CWS cmcfixes31 (1.4.54); FILE MERGED 2007/01/11 14:30:25 cmc 1.4.54.1: #i73272# add some new dbg_dump helpers

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [45ec9be8966491e6d2b54e775b25fab30eedd719]

        INTEGRATION: CWS cmcfixes31 (1.35.92); FILE MERGED 2007/01/17 10:33:14 cmc 1.35.92.1: #ii73481# long/INT32 mismatch on x86_64

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b4b48a630f4faea78a948a225d02156db2ff0bc1]

        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>  [61bd16b91b68bd01745789f1ce252faaea7e9dcd]

        INTEGRATION: CWS cmcfixes31 (1.2.48); FILE MERGED 2007/01/10 12:31:53 cmc 1.2.48.1: #i69250# use truerecipients not recipients as sendmail recipients

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2382af0a0a5b1d8a60b5f34fc0e465431740860c]

        INTEGRATION: CWS smoketest15_SRC680 (1.20.4.2.2); FILE MERGED 2007/01/25 15:10:03 kz 1.20.4.2.2.2: #i73872# use local install set if using a cygwin shell 2007/01/25 15:08:31 kz 1.20.4.2.2.1: #i73870# chg. log to lock

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [81e768c0b60834d9ef845e4803ad93d7f87c6bd0]

        INTEGRATION: CWS ause069 (1.60.6); FILE MERGED 2007/01/24 12:43:19 hjs 1.60.6.5: RESYNC: (1.62-1.63); FILE MERGED 2007/01/10 22:25:26 hjs 1.60.6.4: RESYNC: (1.61-1.62); FILE MERGED 2006/11/24 14:54:11 hjs 1.60.6.3: #i70359# remove forced shell calls 2006/11/07 06:28:30 hjs 1.60.6.2: RESYNC: (1.60-1.61); FILE MERGED 2006/10/18 17:11:30 hjs 1.60.6.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [37b49c8b8403b37a0fd5d4a34be611a4396e9cc4]

        INTEGRATION: CWS ause069 (1.11.18); FILE MERGED 2006/12/01 14:13:36 hjs 1.11.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [50c64a1a34329a748b4f7445bd715dc875bb26c3]

        INTEGRATION: CWS ause069 (1.2.18); FILE MERGED 2006/12/01 14:13:36 hjs 1.2.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [87467b0487eef3f91c882b6f59a207254067e709]

        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>  [7e4932266a19c4ea80940cee174e066bd8e5d358]

        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>  [71947893cbb41785326bc18e1065d374454e04ba]

        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>  [96335a8b1232ba290c2a2c37c6d65d85b651ae41]

        INTEGRATION: CWS ause069 (1.3.78); FILE MERGED 2006/12/01 17:25:10 hjs 1.3.78.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6f4cfb974b2ba8af04941c6f6193865936fec0ad]

        INTEGRATION: CWS ause069 (1.4.72); FILE MERGED 2006/12/01 17:25:10 hjs 1.4.72.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a66f847ec7dba770fa780f410c2235f0aaf5fb5e]

        INTEGRATION: CWS ause069 (1.2.94); FILE MERGED 2006/11/28 12:22:02 hjs 1.2.94.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f81284bb3bdfe480092db8f37e833d4b74b02cb8]

        INTEGRATION: CWS ause069 (1.4.4); FILE MERGED 2006/11/28 12:22:02 hjs 1.4.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [30aa1ea40447e0bae5c398c37dc23c01fe0c9bdb]

        INTEGRATION: CWS ause069 (1.3.46); FILE MERGED 2006/12/04 22:48:31 hjs 1.3.46.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/28 12:22:01 hjs 1.3.46.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a3c435b47c5a50a5d9671afe477d90935c3c1e6d]

        INTEGRATION: CWS ause069 (1.18.90); FILE MERGED 2006/12/04 22:50:54 hjs 1.18.90.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/28 12:22:01 hjs 1.18.90.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [41803f65d1226da48ceeded2aaddfead21a9cdbe]

        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>  [7370ecd882ebe8e0d0c6a21b45ed325f86f0b7da]

        INTEGRATION: CWS ause069 (1.9.26); FILE MERGED 2006/11/28 16:00:00 hjs 1.9.26.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bb71b45fbf7135b29db33cdf0e1c9ef7085b8cb2]

        INTEGRATION: CWS ause069 (1.3.38); FILE MERGED 2006/11/27 16:02:29 hjs 1.3.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c93050e3b3cc1c9c89cf2f089ecce0b56555d4cb]

        INTEGRATION: CWS ause069 (1.3.18); FILE MERGED 2006/11/27 16:02:29 hjs 1.3.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [594562a03990dfc0d0d8eb94c49032fde19cae4f]

        INTEGRATION: CWS ause069 (1.6.20); FILE MERGED 2006/11/27 16:02:29 hjs 1.6.20.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [54fb2127fb4e9338cb0e82a60a28f9fe6b80c742]

        INTEGRATION: CWS ause069 (1.9.26); FILE MERGED 2006/11/24 14:52:51 hjs 1.9.26.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bbf74fa6e50bc8429395862428022ffa7d1f84b0]

        INTEGRATION: CWS ause069 (1.13.20); FILE MERGED 2006/11/24 14:52:51 hjs 1.13.20.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0ce5cdc4f4d20f1ae84a3367c904f305fadada91]

        INTEGRATION: CWS ause069 (1.10.38); FILE MERGED 2006/11/24 14:52:50 hjs 1.10.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b4d38fe96c983e3dde9b61c16a0704294c1be9e9]

        INTEGRATION: CWS ause069 (1.26.2); FILE MERGED 2006/12/04 22:45:19 hjs 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2006/10/18 17:12:19 hjs 1.26.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [22e67b84d2c398a4b0b66c6f110db7872d0d7209]

        INTEGRATION: CWS ause069 (1.4.68); FILE MERGED 2006/11/24 14:40:39 hjs 1.4.68.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9fb7dd60ae130df11b32bb8e3bb76b02e1e7a43f]

        INTEGRATION: CWS ause069 (1.12.64); FILE MERGED 2006/12/04 22:43:51 hjs 1.12.64.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/24 14:40:38 hjs 1.12.64.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4e4b3ca97a34ccfc18dc22a7ba82a3388e62fbc2]

        INTEGRATION: CWS ause069 (1.21.52); FILE MERGED 2007/01/11 00:25:14 hjs 1.21.52.3: RESYNC: (1.22-1.23); FILE MERGED 2006/12/04 22:43:45 hjs 1.21.52.2: RESYNC: (1.21-1.22); FILE MERGED 2006/11/24 14:40:38 hjs 1.21.52.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [35a0cb470e5303c4b3361b8b1c19086b682bf3a2]

        INTEGRATION: CWS ause069 (1.20.52); FILE MERGED 2007/01/11 00:31:11 hjs 1.20.52.3: RESYNC: (1.21-1.22); FILE MERGED 2006/12/04 22:44:46 hjs 1.20.52.2: RESYNC: (1.20-1.21); FILE MERGED 2006/11/24 14:40:38 hjs 1.20.52.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bc215bf58d4b826053da8ae782d449ecaf073208]

        INTEGRATION: CWS ause069 (1.9.52); FILE MERGED 2007/01/11 00:30:36 hjs 1.9.52.3: RESYNC: (1.10-1.11); FILE MERGED 2006/12/04 22:44:33 hjs 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/24 14:40:37 hjs 1.9.52.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bafa1f7352e92442306689bf8bc9959fd274ca64]

        INTEGRATION: CWS ause069 (1.4.112); FILE MERGED 2007/01/11 00:25:31 hjs 1.4.112.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/24 14:40:37 hjs 1.4.112.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9e9f3239e09c5334374d7efa4cbe7d51a4e75520]

        INTEGRATION: CWS ause069 (1.9.52); FILE MERGED 2006/11/24 14:40:37 hjs 1.9.52.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [48fcbda3a1bff606fa140decc456092028e2a70b]

        INTEGRATION: CWS ause069 (1.15.24); FILE MERGED 2007/01/11 00:31:04 hjs 1.15.24.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/04 22:44:40 hjs 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/24 14:40:36 hjs 1.15.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c3b16d825ab6b1a432ef4c682b6b02c8715b540b]

        INTEGRATION: CWS ause069 (1.15.8); FILE MERGED 2007/01/11 00:25:06 hjs 1.15.8.3: RESYNC: (1.16-1.18); FILE MERGED 2006/12/04 22:43:28 hjs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/24 14:40:36 hjs 1.15.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8fba87c6b23ae21c3fc9144c9a14b05638e85eae]

        INTEGRATION: CWS ause069 (1.4.16); FILE MERGED 2006/11/24 14:37:46 hjs 1.4.16.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [854fc2ae676f4cabafe2af8d179fa65a1fb5cfbf]

        INTEGRATION: CWS ause069 (1.64.16); FILE MERGED 2007/01/17 14:34:13 hjs 1.64.16.3: #i70359# no forced shell required here 2007/01/10 23:55:25 hjs 1.64.16.2: RESYNC: (1.64-1.65); FILE MERGED 2006/10/18 17:10:34 hjs 1.64.16.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [13dabbe3edcca0c035ace987b877bd8b8aa76eaa]

        INTEGRATION: CWS ause069 (1.9.214); FILE MERGED 2006/11/24 14:56:08 hjs 1.9.214.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1180f1ee80cc5504ba9b35a1ebdf92593a8d72f0]

        INTEGRATION: CWS ause069 (1.8.56); FILE MERGED 2006/12/12 12:39:49 hjs 1.8.56.2: #i70359# remove forced shell calls 2006/10/18 17:12:33 hjs 1.8.56.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c7dd1bbd3cf4c109fcd551d9b842b34d7a4ea8d6]

        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>  [b777a618a6f246eb7d2be2a36c88af3774e9421a]

        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>  [a104c5196960a1694186670cfda67c729e8e1612]

        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>  [ea52abb4f6e0c43d37499e334e14ff754b8098d9]

        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>  [0fa3739737bb84d8dfd14f37d3d2f335193f8644]

        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>  [5525c491307bb7e6769d7529cf33f953b9009aac]

        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>  [126e309c7cd9388eb6b93f221ed6c9bdc47c0a10]

        INTEGRATION: CWS ause069 (1.3.162); FILE MERGED 2006/11/27 16:03:36 hjs 1.3.162.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4e939b5357948138b28caac1e1a7ced7c53a53fe]

        INTEGRATION: CWS c11v002_SRC680 (1.39.92); FILE MERGED 2006/12/16 20:03:27 obr 1.39.92.4: #6499669#,#6501486# change depend delimter to tab and preserve timestamps while copying 2006/12/14 15:30:56 is 1.39.92.3: #6501486# copying instead of linking into temp directory 2006/12/13 15:13:33 is 1.39.92.2: #6501486# uncompressed bundled product 2006/12/13 15:06:45 is 1.39.92.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4b8982d388079aeae80fef99826cc13c2015bc0e]

        INTEGRATION: CWS ause069 (1.28.38); FILE MERGED 2006/12/04 21:49:03 hjs 1.28.38.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/27 16:03:36 hjs 1.28.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a739d7c9e1f19866790275811a17e23bb2025bb5]

        INTEGRATION: CWS c11v002_SRC680 (1.24.92); FILE MERGED 2006/12/13 15:06:45 is 1.24.92.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4792192a2c69ada05a69456bdb0370002afdc19e]

        INTEGRATION: CWS c11v002_SRC680 (1.36.136); FILE MERGED 2006/12/13 15:06:45 is 1.36.136.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d0fb036a3866c0005faee6ec07c8e6a0d7fd10bd]

        INTEGRATION: CWS c11v002_SRC680 (1.8.538); FILE MERGED 2006/12/14 12:42:00 is 1.8.538.1: #6499669# package names into depend files for Solaris

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2a1c0abbec7e2db4c265aaff8fb6a0a6bc9f8107]

        INTEGRATION: CWS c11v002_SRC680 (1.59.12.2.6); FILE MERGED 2006/12/14 12:42:00 is 1.59.12.2.6.3: #6499669# package names into depend files for Solaris 2006/12/13 15:13:33 is 1.59.12.2.6.2: #6501486# uncompressed bundled product 2006/12/13 15:06:45 is 1.59.12.2.6.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d30ba2356f205b202eae2b102240436e4930e5c0]

        INTEGRATION: CWS c11v002_SRC680 (1.55.12); FILE MERGED 2006/12/16 20:03:27 obr 1.55.12.4: #6499669#,#6501486# change depend delimter to tab and preserve timestamps while copying 2006/12/14 12:42:00 is 1.55.12.3: #6499669# package names into depend files for Solaris 2006/12/13 15:13:33 is 1.55.12.2: #6501486# uncompressed bundled product 2006/12/13 15:06:44 is 1.55.12.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [14eed96201fb1735669ddac6b2b1fdaa54db5acc]

        INTEGRATION: CWS c11v002_SRC680 (1.12.114); FILE MERGED 2006/12/14 12:41:59 is 1.12.114.1: #6499669# package names into depend files for Solaris

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ae65c8d0c5c53348875967c2dc70efd2a3a3a7f5]

        INTEGRATION: CWS c11v002_SRC680 (1.72.16); FILE MERGED 2006/12/13 15:06:44 is 1.72.16.1: #6501486# uncompressed bundled product

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [98fe43f4bd65efa0c39778223c457e632d59bc14]

        INTEGRATION: CWS ause069 (1.3.32); FILE MERGED 2006/12/01 17:27:39 hjs 1.3.32.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c66da8ffbce8a147cde3b689a21ee798cbf9a922]

        INTEGRATION: CWS ause069 (1.8.4); FILE MERGED 2006/11/24 14:50:55 hjs 1.8.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [17191ce19bc8fa94d3f18c8ab6055978929d4974]

        INTEGRATION: CWS ause069 (1.2.50); FILE MERGED 2006/11/24 14:50:55 hjs 1.2.50.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [518a70fc505b4e55a3940af4781f2ccbe18169ec]

        INTEGRATION: CWS ause069 (1.2.50); FILE MERGED 2006/11/24 14:50:54 hjs 1.2.50.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e9a1f421682c202b9b71a88aea503d0040a9c99d]

        INTEGRATION: CWS ause069 (1.2.32); FILE MERGED 2006/11/24 14:50:54 hjs 1.2.32.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [92e4e8746a6cef5c529d3d7e48c18ce623d6df4a]

        INTEGRATION: CWS ause069 (1.36.2); FILE MERGED 2006/12/04 21:45:00 hjs 1.36.2.2: RESYNC: (1.36-1.37); FILE MERGED 2006/10/18 17:13:06 hjs 1.36.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [93509b64766766416a3c1a03e3666725adf98220]

        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>  [b5c9182453c9d8f4e81c2cf83137a1b480d20ee7]

        INTEGRATION: CWS ause069 (1.4.46); FILE MERGED 2006/12/01 17:37:53 hjs 1.4.46.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [255074b7d9c9ee7d6274301832095af4ba13b19e]

        INTEGRATION: CWS ause069 (1.13.24); FILE MERGED 2006/12/01 17:37:53 hjs 1.13.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fc1f06961a336d7cc3d11844025bf20bc3cd3e78]

        INTEGRATION: CWS ause069 (1.2.20); FILE MERGED 2006/12/01 14:14:15 hjs 1.2.20.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7a637ebfec3a101f413f7402b932bca3f17c4b5a]

        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>  [0c0a80c84b1fc3b5a8d48d6e8d6b9b6d55bfb70d]

        INTEGRATION: CWS ause069 (1.3.144); FILE MERGED 2006/11/24 14:51:20 hjs 1.3.144.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [17c9e6d8210e1800d28c24412e94989d567d3d3e]

        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>  [84e1e5390c6e3b5679fdb2f5253e044c44b6b504]

        INTEGRATION: CWS ause069 (1.4.148); FILE MERGED 2006/12/01 17:18:01 hjs 1.4.148.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [87bf70796b3feee8fc2fc261d3ad780111ece70a]

        INTEGRATION: CWS ause069 (1.3.54); FILE MERGED 2006/12/01 15:04:00 hjs 1.3.54.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9ddaf3bec5270790333cf10975325b62061aa8d9]

        INTEGRATION: CWS ause069 (1.4.54); FILE MERGED 2006/12/01 15:04:00 hjs 1.4.54.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2f1f99643dea01f5e26b4678d782da72781fa1fe]

        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>  [35dd74197e8422ab0e20b4b7b595914af5eec0a1]

        INTEGRATION: CWS ause069 (1.19.62); FILE MERGED 2006/12/01 17:34:10 hjs 1.19.62.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0180ad8325004b1bd681c5fdc073b879dc421e11]

        INTEGRATION: CWS ause069 (1.22.16); FILE MERGED 2006/12/01 17:34:10 hjs 1.22.16.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c473956f9573c174c03985ba081e6c49fe8b07c4]

        INTEGRATION: CWS ause069 (1.6.16); FILE MERGED 2006/12/19 14:43:11 hjs 1.6.16.1: #i58881# just a comment...

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b28ac9b5bb75073a1e7d3300a239e75a16d0e391]

        INTEGRATION: CWS ause069 (1.15.44); FILE MERGED 2006/10/18 17:11:53 hjs 1.15.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [be71d56b187c52c57705ce9053312a4ddddb4df9]

        INTEGRATION: CWS ause069 (1.7.14); FILE MERGED 2006/12/12 12:37:37 hjs 1.7.14.3: #i70359# remove forced shell calls 2006/11/07 06:17:46 hjs 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 17:11:52 hjs 1.7.14.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a0fcd6940cd25c24a6add374e79ab87aca37a9e5]

        INTEGRATION: CWS ause069 (1.7.2); FILE MERGED 2007/01/10 21:59:48 hjs 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 17:11:52 hjs 1.7.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [440dcb299f739f4af2d4023b068f06f7a9ad85ab]

        INTEGRATION: CWS ause069 (1.4.56); FILE MERGED 2006/10/18 17:10:16 hjs 1.4.56.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [721aaaf6e183a7f3d84147cbe30ec0a7a1e98f72]

        INTEGRATION: CWS ause069 (1.4.12); FILE MERGED 2006/10/18 17:10:16 hjs 1.4.12.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [850b0098ee8a95cb50e87645a74db1304b967148]

        INTEGRATION: CWS ause069 (1.16.30); FILE MERGED 2006/10/18 17:10:16 hjs 1.16.30.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ef6694b04e03bafce082c529eb89c108c9765ff9]

        INTEGRATION: CWS ause069 (1.18.4); FILE MERGED 2006/10/18 17:10:15 hjs 1.18.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [365f78b5dc81b562432de6b1d72a367164f92980]

        INTEGRATION: CWS ause069 (1.20.2); FILE MERGED 2006/10/18 17:10:15 hjs 1.20.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b4417e594caf7a8be11970d3b790c8dca021f872]

        INTEGRATION: CWS ause069 (1.16.4); FILE MERGED 2006/10/18 17:10:15 hjs 1.16.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7ee020a36f12b8a208dac159f1c9cb0d4788af46]

        INTEGRATION: CWS ause069 (1.8.4); FILE MERGED 2006/10/18 17:10:14 hjs 1.8.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cf50d599d329fda13cb18c25d32b39cab1c73a24]

        INTEGRATION: CWS ause069 (1.4.14); FILE MERGED 2006/10/18 17:10:14 hjs 1.4.14.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [69afbd644dd3aec80b8e9e31bf9013f38acd6eec]

        INTEGRATION: CWS ause069 (1.5.36); FILE MERGED 2006/10/18 17:10:13 hjs 1.5.36.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [618cf1fc35ef4baf8f9b10d19628168d28a3d84a]

        INTEGRATION: CWS ause069 (1.4.18); FILE MERGED 2006/11/24 15:09:37 hjs 1.4.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c2bf66497593f6f4bf5a66a0a12faa00b461f84f]

        INTEGRATION: CWS ause069 (1.4.62); FILE MERGED 2006/11/24 15:09:36 hjs 1.4.62.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [942f625b58c30fa616983bdd304dff8da4ac8a85]

        INTEGRATION: CWS ause069 (1.2.12); FILE MERGED 2006/11/24 15:09:36 hjs 1.2.12.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7e26d5487318c3871d995a2c54f2d72e5f9cc732]

        INTEGRATION: CWS ause069 (1.2.4); FILE MERGED 2007/01/17 14:30:18 hjs 1.2.4.1: #i70359# no forced shell required here

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a42fa7a2fe3aeafc9f56ab6681a07da7702c3257]

        INTEGRATION: CWS ause069 (1.16.18); FILE MERGED 2006/11/24 15:09:36 hjs 1.16.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [af136fb67cc6d5fdcc8b06d49c1e4ed135d91f07]

        INTEGRATION: CWS ause069 (1.7.44); FILE MERGED 2006/11/24 15:09:35 hjs 1.7.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5507555b4b4cb711bb7106d5babdb2c24b1556b1]

        INTEGRATION: CWS ause069 (1.8.10); FILE MERGED 2006/11/24 15:09:35 hjs 1.8.10.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b39de6a46dd22f23f8262ccfc26deff61e3e30f9]

        INTEGRATION: CWS ause069 (1.3.10); FILE MERGED 2006/11/24 15:09:35 hjs 1.3.10.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cec11594bc5e8efe78c1d9b8703a1a114a5b8250]

        INTEGRATION: CWS ause069 (1.2.28); FILE MERGED 2006/11/24 15:09:34 hjs 1.2.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [041a7f3a48c8dd7926cf6485d82149f389d415da]

        INTEGRATION: CWS ause069 (1.3.78); FILE MERGED 2006/11/28 15:36:11 hjs 1.3.78.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5864d206ae2878b6bf8ca908f0efde464452bba8]

        INTEGRATION: CWS ause069 (1.2.18); FILE MERGED 2006/11/28 15:36:11 hjs 1.2.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b4123328751a6512a72037f66f0dd369e15466d9]

        INTEGRATION: CWS ause069 (1.22.30); FILE MERGED 2006/10/11 18:23:47 hjs 1.22.30.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2f89a07ea6b5024aef72a8647c40542b3baddd47]

        INTEGRATION: CWS ause069 (1.8.22); FILE MERGED 2006/10/18 17:09:37 hjs 1.8.22.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6c6f9678a9b57371c47d5a0c518b3218c9a4f59b]

        INTEGRATION: CWS ause069 (1.9.70); FILE MERGED 2006/10/18 17:09:37 hjs 1.9.70.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [da697cd26b017cef5e0fb650b2c2d0805fab8996]

        INTEGRATION: CWS ause069 (1.30.2); FILE MERGED 2007/01/10 21:53:53 hjs 1.30.2.3: RESYNC: (1.30-1.31); FILE MERGED 2006/12/12 12:40:32 hjs 1.30.2.2: #i70359# remove forced shell calls 2006/10/18 17:11:21 hjs 1.30.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [af458b5bbdfacaa29ac47aa8936065a53fdb8641]

        INTEGRATION: CWS ause069 (1.9.34); FILE MERGED 2006/12/01 15:04:40 hjs 1.9.34.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0c4c970074e137cc129cfd45d2f7ee13c922b5b0]

        INTEGRATION: CWS ause069 (1.7.122); FILE MERGED 2006/11/07 06:07:23 hjs 1.7.122.2: RESYNC: (1.7-1.8); FILE MERGED 2006/10/18 17:10:53 hjs 1.7.122.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [43ce4d82df0cfc593d7172a41819d5fdd3ef1c5f]

        INTEGRATION: CWS ause069 (1.9.62); FILE MERGED 2006/11/28 09:52:59 hjs 1.9.62.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [97c23e6d2eb06001f4053ce864dd6778706fa3cb]

        INTEGRATION: CWS ause069 (1.9.24); FILE MERGED 2006/11/28 09:52:59 hjs 1.9.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9f26019ed2276417063894e7a9b469ee7e7a2ed0]

        INTEGRATION: CWS ause069 (1.5.44); FILE MERGED 2006/11/28 09:52:58 hjs 1.5.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ae7e4a94846014c1e911a32c9b69a586079dc231]

        INTEGRATION: CWS ause069 (1.5.42); FILE MERGED 2006/11/28 15:02:43 hjs 1.5.42.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [282002c5f438b0b4facd074f5cee4d09a9957985]

        INTEGRATION: CWS ause069 (1.4.44); FILE MERGED 2006/11/28 15:02:43 hjs 1.4.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f7e847a22cb6d26eecd41489500bb41615ff40cd]

        INTEGRATION: CWS ause069 (1.24.44); FILE MERGED 2006/11/28 15:02:42 hjs 1.24.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [78dc6b0deb9e6982af000d19a548b03d785f921d]

        INTEGRATION: CWS ause069 (1.4.82); FILE MERGED 2006/11/28 11:48:45 hjs 1.4.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c33c2c53a93ce5bdef6092dc6ba53f056cce08ac]

        INTEGRATION: CWS ause069 (1.2.82); FILE MERGED 2006/11/28 11:48:45 hjs 1.2.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ffb7790936e2389319ae8f46c38b37f2f0f9f05b]

        INTEGRATION: CWS ause069 (1.5.82); FILE MERGED 2006/11/28 11:48:44 hjs 1.5.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0577c6c89c57360f772738541055a64d02a3ba82]

        INTEGRATION: CWS ause069 (1.9.4); FILE MERGED 2006/11/28 11:48:43 hjs 1.9.4.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4dd18dadd3f3f0e2e2d137e7912439ac836af227]

        INTEGRATION: CWS ause069 (1.6.82); FILE MERGED 2006/11/28 11:48:43 hjs 1.6.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [94c808a89c049d047c765ce5b0561fd86b61579d]

        INTEGRATION: CWS ause069 (1.9.34); FILE MERGED 2006/12/04 21:19:28 hjs 1.9.34.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/28 11:48:42 hjs 1.9.34.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [eed5079259cd50b3e4120470761f87ec9408eaf2]

        INTEGRATION: CWS ause069 (1.18.82); FILE MERGED 2006/11/28 11:48:42 hjs 1.18.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e884bf6b16199764e2b9b04ab7cdacfb9f656b81]

        INTEGRATION: CWS ause069 (1.6.34); FILE MERGED 2006/11/28 11:48:41 hjs 1.6.34.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d0b6c86df0364ba98817cee779ef0b14fe702ad2]

        INTEGRATION: CWS ause069 (1.3.82); FILE MERGED 2006/11/28 11:48:41 hjs 1.3.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a11aabb89cdcd34a733243a49242327d43383233]

        INTEGRATION: CWS ause069 (1.3.82); FILE MERGED 2006/11/28 11:48:40 hjs 1.3.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7a73e7d065f67efdb8b7ac74f2861e63f2a894a9]

        INTEGRATION: CWS ause069 (1.5.48); FILE MERGED 2006/11/28 11:48:40 hjs 1.5.48.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [aa19cbd8734c36c09ef324bd8f0cca514585dfa9]

        INTEGRATION: CWS ause069 (1.2.60); FILE MERGED 2006/11/28 11:48:39 hjs 1.2.60.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [05a95a6e723ed644ecaea65a906b8f434d1044be]

        INTEGRATION: CWS ause069 (1.5.24); FILE MERGED 2006/11/28 11:48:39 hjs 1.5.24.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c4752748032e1b02f46984fa4990641832f01740]

        INTEGRATION: CWS ause069 (1.5.82); FILE MERGED 2006/11/28 11:48:38 hjs 1.5.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a1484c0608537b9fb60c9acea286a2d1331ad7aa]

        INTEGRATION: CWS ause069 (1.3.82); FILE MERGED 2006/11/28 11:48:38 hjs 1.3.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7f289ab197c90fe705de78b8a9abfb92eed1813b]

        INTEGRATION: CWS ause069 (1.6.24); FILE MERGED 2006/11/28 11:48:38 hjs 1.6.24.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cd4ef743dd1865ce7576291c69161e49cc8ed25a]

        INTEGRATION: CWS ause069 (1.8.24); FILE MERGED 2006/11/28 11:48:37 hjs 1.8.24.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0f79c7169209b190cb15d4472ca451b5c0f2e129]

        INTEGRATION: CWS ause069 (1.2.24); FILE MERGED 2006/11/28 11:48:37 hjs 1.2.24.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3af1eba45087a0c0ece5047e3c54886468103ca5]

        INTEGRATION: CWS ause069 (1.5.82); FILE MERGED 2006/11/28 11:48:37 hjs 1.5.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e4709dda340117de424a4ea829f2d1df6d7641fe]

        INTEGRATION: CWS ause069 (1.12.82); FILE MERGED 2006/11/28 11:48:36 hjs 1.12.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c701842efa0f7ef153519ac99b4eb3ee8f908404]

        INTEGRATION: CWS ause069 (1.10.82); FILE MERGED 2006/11/28 11:48:36 hjs 1.10.82.1: #i70359# remove forced shell calls; a bit cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4f29c99d102e232791e7ff5aa9daa8f612370f36]

        INTEGRATION: CWS ause069 (1.19.68); FILE MERGED 2006/10/11 18:26:53 hjs 1.19.68.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e27488814210f4d80e7983468e6aff8ee7b5a120]

        INTEGRATION: CWS ause069 (1.4.68); FILE MERGED 2006/11/24 14:47:54 hjs 1.4.68.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [000c273bbf8eb847efa11c3fd8aafbe29dc21363]

        INTEGRATION: CWS ause069 (1.19.18); FILE MERGED 2006/11/28 09:53:50 hjs 1.19.18.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d185965cdbb46ee90c161b1e8b370184e7513873]

        INTEGRATION: CWS ause069 (1.2.98); FILE MERGED 2007/01/17 14:28:46 hjs 1.2.98.1: #i70359# no forced shell required here

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [150cc2b928e6e842c93173b6f629efd120a89d24]

        INTEGRATION: CWS ause069 (1.2.98); FILE MERGED 2006/11/28 09:53:49 hjs 1.2.98.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [02bfc554a105b2aa723b26e7f520edb02f94278f]

        INTEGRATION: CWS ause069 (1.4.28); FILE MERGED 2006/11/28 10:06:49 hjs 1.4.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [73453225d7cef66ad8298a5f79eab6918ab92ae3]

        INTEGRATION: CWS ause069 (1.6.44); FILE MERGED 2006/11/28 10:06:48 hjs 1.6.44.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ed995af6e288e73480e588eaed99983b1d0e78f8]

        INTEGRATION: CWS ause069 (1.13.4); FILE MERGED 2006/11/28 10:06:47 hjs 1.13.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8dd0278a1b498af72868460a9f03d14994c4ac81]

        INTEGRATION: CWS ause069 (1.26.2); FILE MERGED 2007/01/10 21:45:19 hjs 1.26.2.2: RESYNC: (1.26-1.27); FILE MERGED 2006/11/28 10:06:46 hjs 1.26.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [19c328a6e40d1dc0559c9ca9b70c0b23379099fa]

        INTEGRATION: CWS ause069 (1.3.40); FILE MERGED 2007/01/17 14:27:16 hjs 1.3.40.1: #i70359# no forced shell required here

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f80ecbebdf66fa297d18740e7cf05564ce425307]

        INTEGRATION: CWS ause069 (1.12.20); FILE MERGED 2007/01/10 21:43:38 hjs 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/01 17:28:26 hjs 1.12.20.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [14221bcac301dec824710da2592f0c480437e404]

        INTEGRATION: CWS ause069 (1.14.20); FILE MERGED 2007/01/10 21:43:59 hjs 1.14.20.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 17:28:25 hjs 1.14.20.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5b66c0876e050bb7480f4c7bfbc4dd351d4e48ff]

        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>  [f11c0bcc4ca2cbdedea013c1b7ac2bf269ca8da4]

        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>  [d3390b931c2ed33654c7822c9355c55ae834c49e]

        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>  [928dcebeed09b26d41ad8bf536cafc8c8d97cd51]

        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>  [ffadbef9677343256088360d267b7111efb87f68]

        INTEGRATION: CWS ause069 (1.8.28); FILE MERGED 2006/11/28 16:25:20 hjs 1.8.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7ed5878689d5933269e8d0ad0d2c01a4cf629ffa]

        INTEGRATION: CWS ause069 (1.11.24); FILE MERGED 2006/11/28 16:25:20 hjs 1.11.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [350735ae01de61092e64b26de2012783e383434a]

        INTEGRATION: CWS ause069 (1.3.350); FILE MERGED 2006/11/28 12:07:21 hjs 1.3.350.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [643e882c2c8adf13336f90c9b397a74795d58a09]

        INTEGRATION: CWS ause069 (1.3.350); FILE MERGED 2006/11/28 12:07:20 hjs 1.3.350.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b33df4d11fce996fdc67b775fe1ad26859da5d06]

        INTEGRATION: CWS ause069 (1.4.348); FILE MERGED 2006/11/28 12:07:20 hjs 1.4.348.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [67a32a1f191ca4fbdf9ba1a593ad8052d6e5fe2f]

        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>  [64be80b08dff6198a1c73df7ad1566b58de511bc]

        INTEGRATION: CWS ause069 (1.5.296); FILE MERGED 2006/11/24 14:37:06 hjs 1.5.296.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [42ee0187443404b4f18845b6208a7a70df235d2f]

        INTEGRATION: CWS ause069 (1.4.296); FILE MERGED 2006/11/24 14:37:05 hjs 1.4.296.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9c0428836027af2fb0b30606764cfcd94b2198fa]

        INTEGRATION: CWS ause069 (1.9.8); FILE MERGED 2006/11/24 14:37:05 hjs 1.9.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [69ccc283b45874c1cc14b800fc209a67a199fe49]

        INTEGRATION: CWS ause069 (1.8.8); FILE MERGED 2006/11/24 14:37:04 hjs 1.8.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3af214f165b97baa2a312469f233025a6c08a433]

        INTEGRATION: CWS ause069 (1.125.6); FILE MERGED 2007/01/10 20:58:26 hjs 1.125.6.2: RESYNC: (1.125-1.130); FILE MERGED 2006/12/19 14:43:56 hjs 1.125.6.1: #i58881# no more SOLARDEF here

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e5ca3e499c17cdbd39124583fb37f38f18767f02]

        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>  [9d43150b95a92a4ddd20a6f87ce7d27f53b018c7]

        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>  [405865ea3796eeda23c092a16f5efc3a87f5aab2]

        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>  [e05d7af1015b48589fa25589ba858b3f114a8090]

        INTEGRATION: CWS ause069 (1.3.24); FILE MERGED 2006/12/01 15:06:11 hjs 1.3.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2966b95267eb6f5ae5d4a43f20544bb59993bc6e]

        INTEGRATION: CWS ause069 (1.3.24); FILE MERGED 2006/12/01 15:06:10 hjs 1.3.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [823926f8cdc8f81efed2518aae8d250212b73d77]

        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>  [5de8a7d470bfe074664181dce98fcd8dd3dc450a]

        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>  [17f9b8194d40a2ca75db57412411d9472d25bf78]

        INTEGRATION: CWS ause069 (1.5.182); FILE MERGED 2006/11/07 04:54:04 hjs 1.5.182.2: RESYNC: (1.5-1.6); FILE MERGED 2006/10/11 18:17:07 hjs 1.5.182.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c0e80c46ebabd07f30270c8a4b3dd1d960cb4cb5]

        INTEGRATION: CWS ause069 (1.3.182); FILE MERGED 2006/12/01 17:25:45 hjs 1.3.182.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [099ed97244cd2483546fb16efb13861d83743619]

        INTEGRATION: CWS ause069 (1.5.40); FILE MERGED 2006/10/11 18:16:22 hjs 1.5.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fd9e1b44a2ad3b83ae93574d9b7ccda5b7426be0]

        INTEGRATION: CWS ause069 (1.17.128); FILE MERGED 2006/12/04 19:28:51 hjs 1.17.128.2: RESYNC: (1.17-1.18); FILE MERGED 2006/12/01 17:21:03 hjs 1.17.128.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [88389db10cd2a9e259f885697212e97175bb8fd7]

        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>  [dc937ece091f24fa24805ae7ceb6366e9c560b15]

        INTEGRATION: CWS ause069 (1.18.126); FILE MERGED 2006/10/11 12:36:27 hjs 1.18.126.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8e2de223fd5904f4c6dda6a0007eb62e751884a4]

        INTEGRATION: CWS ause069 (1.3.126); FILE MERGED 2006/12/01 17:40:30 hjs 1.3.126.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0e05f1b973923fdfaa26352ef2de989030dcbf69]

        INTEGRATION: CWS ause069 (1.11.142); FILE MERGED 2007/01/10 20:19:43 hjs 1.11.142.4: RESYNC: (1.12-1.13); FILE MERGED 2006/12/01 17:40:29 hjs 1.11.142.3: #i70359# remove forced shell calls 2006/11/07 04:34:41 hjs 1.11.142.2: RESYNC: (1.11-1.12); FILE MERGED 2006/10/18 17:13:00 hjs 1.11.142.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [64ebf752b14c13f27e7336d9a65ea2d38ec6663c]

        INTEGRATION: CWS ause069 (1.49.2); FILE MERGED 2006/12/01 17:44:50 hjs 1.49.2.2: #i69872# cleanup 2006/10/11 12:36:27 hjs 1.49.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [321569e220edfe2b5c3f06a5a73a1bdd0b8e30a6]

        INTEGRATION: CWS ause069 (1.31.2); FILE MERGED 2006/12/04 19:25:10 hjs 1.31.2.4: RESYNC: (1.31-1.32); FILE MERGED 2006/12/01 17:42:40 hjs 1.31.2.3: #i70359# remove forced shell calls 2006/10/18 17:13:00 hjs 1.31.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:27 hjs 1.31.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Armin Weiss  <aw@openoffice.org>  [1518fe83061c9298e5a7e62a6461baa14fa1c6ad]

        #i39532# removed hint value for animated again

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0a9165c52653c10dfcd82a06d74b09d749e4d932]

        INTEGRATION: CWS ause069 (1.12.2); FILE MERGED 2006/10/11 12:36:27 hjs 1.12.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5ae36f2057cd7cda24c79d86dd98a934025584df]

        INTEGRATION: CWS ause069 (1.21.2); FILE MERGED 2006/12/04 19:25:02 hjs 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2006/10/11 12:36:26 hjs 1.21.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [20bfd26ebad7a90ddab65d68b1975c63117339a3]

        INTEGRATION: CWS ause069 (1.11.2); FILE MERGED 2006/10/11 12:36:26 hjs 1.11.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [07f41c0f8bf05c582b3f91551efa34a67802ac60]

        INTEGRATION: CWS ause069 (1.99.2); FILE MERGED 2007/01/24 12:38:33 hjs 1.99.2.5: RESYNC: (1.101-1.102); FILE MERGED 2007/01/10 20:18:53 hjs 1.99.2.4: RESYNC: (1.100-1.101); FILE MERGED 2006/12/04 19:25:46 hjs 1.99.2.3: RESYNC: (1.99-1.100); FILE MERGED 2006/12/01 17:42:39 hjs 1.99.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:26 hjs 1.99.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [750b2bfdb46dc9bd529997031e3a0d7364847499]

        INTEGRATION: CWS ause069 (1.13.126); FILE MERGED 2006/12/04 19:23:51 hjs 1.13.126.3: RESYNC: (1.14-1.15); FILE MERGED 2006/11/07 04:33:06 hjs 1.13.126.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/11 12:36:26 hjs 1.13.126.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3af2a1af78445d1789d48879ab1416ba2d0a80bf]

        INTEGRATION: CWS ause069 (1.15.2); FILE MERGED 2006/10/11 12:36:26 hjs 1.15.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [979f3f1f6b7ca71c1e183ecc3aea53c1df2c4ebd]

        INTEGRATION: CWS ause069 (1.21.2); FILE MERGED 2006/10/11 12:36:26 hjs 1.21.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [66f669394f1faa2289fba972d9cdef8461bdb49a]

        INTEGRATION: CWS ause069 (1.12.2); FILE MERGED 2006/10/11 12:36:26 hjs 1.12.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [326bafdf038ff1a7954bf6dbbc8778371627f856]

        INTEGRATION: CWS ause069 (1.6.454); FILE MERGED 2006/10/11 12:36:25 hjs 1.6.454.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b04cb3da4548d13cbea92fed5b8ba881eb20c3ff]

        INTEGRATION: CWS ause069 (1.19.2); FILE MERGED 2006/12/01 17:42:39 hjs 1.19.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:25 hjs 1.19.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [465981d9d90950bdf81fe774db73fdc7d7d10b27]

        INTEGRATION: CWS ause069 (1.8.2); FILE MERGED 2006/10/11 12:36:25 hjs 1.8.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [50acf315adf4cb98bd607cf05d66f7bc4706c3d1]

        INTEGRATION: CWS ause069 (1.21.2); FILE MERGED 2006/10/11 12:36:25 hjs 1.21.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a9780c7513efe7c03d5da9e06b6c4e54293dcfc9]

        INTEGRATION: CWS ause069 (1.72.2); FILE MERGED 2007/01/24 12:40:51 hjs 1.72.2.4: RESYNC: (1.72-1.73); FILE MERGED 2006/12/01 17:42:39 hjs 1.72.2.3: #i70359# remove forced shell calls 2006/10/18 17:13:00 hjs 1.72.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:25 hjs 1.72.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ad5bdc0228269c874f1a676f4ef60e03c18145e9]

        INTEGRATION: CWS ause069 (1.23.2); FILE MERGED 2006/11/07 04:33:55 hjs 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2006/10/11 12:36:25 hjs 1.23.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c2966c450e43358489c74deacad55653f499c66b]

        INTEGRATION: CWS ause069 (1.31.2); FILE MERGED 2006/10/11 12:36:24 hjs 1.31.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [275d8e1d6ca95e8b7edda8a356a2420f77b4ae86]

        INTEGRATION: CWS ause069 (1.13.2); FILE MERGED 2006/12/04 19:25:53 hjs 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/11 12:36:24 hjs 1.13.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [343b8434016cb084583ade176470f3215429143b]

        INTEGRATION: CWS ause069 (1.19.2); FILE MERGED 2006/10/11 12:36:24 hjs 1.19.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6282ffd0b4a81e9dbf577132a0bc079914a1d0bf]

        INTEGRATION: CWS ause069 (1.57.2); FILE MERGED 2007/01/24 12:22:06 hjs 1.57.2.4: RESYNC: (1.58-1.59); FILE MERGED 2007/01/10 20:17:47 hjs 1.57.2.3: RESYNC: (1.57-1.58); FILE MERGED 2006/12/01 17:42:39 hjs 1.57.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:24 hjs 1.57.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9b0530a02bbba932b1a101c5a8239b0e591c790d]

        INTEGRATION: CWS ause069 (1.183.2); FILE MERGED 2007/01/17 14:45:24 hjs 1.183.2.6: #i70359# no forced shell required here 2006/12/04 19:26:17 hjs 1.183.2.5: RESYNC: (1.185-1.186); FILE MERGED 2006/12/01 17:42:39 hjs 1.183.2.4: #i70359# remove forced shell calls 2006/11/07 04:34:35 hjs 1.183.2.3: RESYNC: (1.183-1.185); FILE MERGED 2006/10/18 17:12:59 hjs 1.183.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:24 hjs 1.183.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1464ce432a1abd0d9372fdf5abe7aba9cfd8474f]

        INTEGRATION: CWS ause069 (1.203.2); FILE MERGED 2007/01/10 20:19:23 hjs 1.203.2.4: RESYNC: (1.204-1.205); FILE MERGED 2006/12/01 17:44:50 hjs 1.203.2.3: #i69872# cleanup 2006/11/07 04:34:20 hjs 1.203.2.2: RESYNC: (1.203-1.204); FILE MERGED 2006/10/11 12:36:24 hjs 1.203.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [63ce7f143a5d1daca18aaef9082ff90e102b2ca8]

        INTEGRATION: CWS ause069 (1.74.2); FILE MERGED 2007/01/24 12:18:28 hjs 1.74.2.7: RESYNC: (1.80-1.81); FILE MERGED 2007/01/17 14:44:20 hjs 1.74.2.6: #i70359# no forced shell required here 2007/01/10 20:16:38 hjs 1.74.2.5: RESYNC: (1.79-1.80); FILE MERGED 2006/12/04 19:23:44 hjs 1.74.2.4: RESYNC: (1.76-1.79); FILE MERGED 2006/11/07 04:32:58 hjs 1.74.2.3: RESYNC: (1.74-1.76); FILE MERGED 2006/10/18 17:12:59 hjs 1.74.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:23 hjs 1.74.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [165b038ba5acbefcc7ecc26ca31be556cbec5508]

        INTEGRATION: CWS ause069 (1.42.2); FILE MERGED 2007/01/10 20:17:56 hjs 1.42.2.3: RESYNC: (1.42-1.43); FILE MERGED 2006/12/01 17:44:50 hjs 1.42.2.2: #i69872# cleanup 2006/10/11 12:36:23 hjs 1.42.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f8df366be19cd931c2264b6c47ba31d610a4f038]

        INTEGRATION: CWS ause069 (1.31.2); FILE MERGED 2006/10/11 12:36:23 hjs 1.31.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f9908132d9862fef2007f4a96e38902f68481918]

        INTEGRATION: CWS ause069 (1.28.2); FILE MERGED 2006/12/04 19:25:23 hjs 1.28.2.4: RESYNC: (1.28-1.29); FILE MERGED 2006/12/01 17:42:49 hjs 1.28.2.3: #i70359# remove forced shell calls 2006/10/18 17:12:59 hjs 1.28.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:22 hjs 1.28.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5313ccf3e3b5ea98aace05a1489e15153b963a1a]

        INTEGRATION: CWS ause069 (1.10.2); FILE MERGED 2006/12/04 19:25:16 hjs 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2006/10/11 12:36:22 hjs 1.10.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [505d73ad47dc3c4b061fc90f27479d744b1b1999]

        INTEGRATION: CWS ause069 (1.96.2); FILE MERGED 2007/01/24 12:39:28 hjs 1.96.2.5: RESYNC: (1.98-1.99); FILE MERGED 2007/01/10 20:19:14 hjs 1.96.2.4: RESYNC: (1.97-1.98); FILE MERGED 2006/12/04 19:25:59 hjs 1.96.2.3: RESYNC: (1.96-1.97); FILE MERGED 2006/12/01 17:42:49 hjs 1.96.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:22 hjs 1.96.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e51a0279a41550635259a5efe8d0218269b7278d]

        INTEGRATION: CWS ause069 (1.3.126); FILE MERGED 2006/12/04 19:24:46 hjs 1.3.126.3: RESYNC: (1.4-1.5); FILE MERGED 2006/11/07 04:33:40 hjs 1.3.126.2: RESYNC: (1.3-1.4); FILE MERGED 2006/10/11 12:36:22 hjs 1.3.126.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c5c1472924321d28f965ec57128b5f2ed88004e5]

        INTEGRATION: CWS ause069 (1.11.2); FILE MERGED 2006/10/11 12:36:22 hjs 1.11.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [64f711f5b9756e759eb3b2ade7dfd585371af45a]

        INTEGRATION: CWS ause069 (1.19.2); FILE MERGED 2006/10/11 12:36:22 hjs 1.19.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8fee341fac3f1ebee89032c1c80972cf0d2c7ebc]

        INTEGRATION: CWS ause069 (1.16.2); FILE MERGED 2006/12/01 17:42:49 hjs 1.16.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:21 hjs 1.16.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5271c085bf8ab4e30addce61fd38177e9636f211]

        INTEGRATION: CWS ause069 (1.28.2); FILE MERGED 2006/10/11 12:36:21 hjs 1.28.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3febaacc13c9c1252a7b9103d7291691990f07c6]

        INTEGRATION: CWS ause069 (1.55.2); FILE MERGED 2007/01/24 12:36:15 hjs 1.55.2.4: RESYNC: (1.56-1.57); FILE MERGED 2007/01/10 20:18:43 hjs 1.55.2.3: RESYNC: (1.55-1.56); FILE MERGED 2006/12/01 17:42:49 hjs 1.55.2.2: #i70359# remove forced shell calls 2006/10/11 12:36:21 hjs 1.55.2.1: #i70359#: removing + sign in targets; adding to tool macro if required

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ade5bdef1027173f8eeaf3b8c141127dedb72fa4]

        INTEGRATION: CWS ause069 (1.107.4); FILE MERGED 2007/01/10 20:13:44 hjs 1.107.4.3: RESYNC: (1.108-1.110); FILE MERGED 2006/11/07 04:31:31 hjs 1.107.4.2: RESYNC: (1.107-1.108); FILE MERGED 2006/10/18 17:12:58 hjs 1.107.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cfc2ba151d8c59f2b7a064f0ba0a6b2bd2379f0d]

        INTEGRATION: CWS ause069 (1.151.4); FILE MERGED 2006/10/18 17:12:58 hjs 1.151.4.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7e11b9b7f531e9bb4e2da4fa5fd1d0af7692a951]

        INTEGRATION: CWS ause069 (1.3.218); FILE MERGED 2006/11/28 09:49:52 hjs 1.3.218.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3b95912bc6f9716de42cf134d9bb96f5dd6d7bd5]

        INTEGRATION: CWS ause069 (1.4.218); FILE MERGED 2006/11/28 09:49:52 hjs 1.4.218.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [467e1ec2c77cd159d88bca86a5a97b932f7a4c65]

        INTEGRATION: CWS ause069 (1.6.70); FILE MERGED 2006/11/28 09:49:51 hjs 1.6.70.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4c5f86829d395ece457d2a3b7e858006ea4cbc07]

        INTEGRATION: CWS ause069 (1.4.70); FILE MERGED 2006/11/28 09:49:51 hjs 1.4.70.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4012677d98204ddb297869f94f6f1acf9cbf7118]

        INTEGRATION: CWS ause069 (1.6.216); FILE MERGED 2006/12/04 19:08:03 hjs 1.6.216.2: RESYNC: (1.6-1.7); FILE MERGED 2006/10/18 17:10:48 hjs 1.6.216.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b5ddf0209f2a66b4f6a5ff1e74afbb7fad2c291f]

        INTEGRATION: CWS ause069 (1.18.106); FILE MERGED 2006/10/18 17:10:47 hjs 1.18.106.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4f4e40760e8aba78ba643182fb4dbb955e4c289c]

        INTEGRATION: CWS ause069 (1.4.218); FILE MERGED 2006/11/28 09:49:51 hjs 1.4.218.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a445c8478b928b898388303bcbcbd84fef59e227]

        INTEGRATION: CWS ause069 (1.6.218); FILE MERGED 2006/11/28 09:49:50 hjs 1.6.218.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f77616e6811478709a06f1a6a3554fe0190f19aa]

        INTEGRATION: CWS ause069 (1.10.590); FILE MERGED 2006/10/11 18:23:19 hjs 1.10.590.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b0fca5333272402cccdc3f33e68a0dc25e65e409]

        INTEGRATION: CWS ause069 (1.9.590); FILE MERGED 2006/10/11 18:23:18 hjs 1.9.590.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [35cc0261c880717040a268b4770e236ba7351502]

        INTEGRATION: CWS ause069 (1.14.590); FILE MERGED 2006/10/11 18:23:18 hjs 1.14.590.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [927216f72768fdebfd66480997e164bd1c223efe]

        INTEGRATION: CWS ause069 (1.4.590); FILE MERGED 2006/10/11 18:23:18 hjs 1.4.590.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c5cd271d5ed1fe76df9a76b8acd98da7e2026c48]

        INTEGRATION: CWS ause069 (1.5.188); FILE MERGED 2006/12/01 17:20:38 hjs 1.5.188.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e12ca8b2b7fba7dad33183f0182e7fba6bda8221]

        INTEGRATION: CWS ause069 (1.28.50); FILE MERGED 2007/01/10 19:41:09 hjs 1.28.50.2: RESYNC: (1.28-1.29); FILE MERGED 2006/10/11 18:23:17 hjs 1.28.50.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9b15df20cc4332e538f4a8f59587877386313a01]

        INTEGRATION: CWS ause069 (1.16.552); FILE MERGED 2006/10/11 18:23:17 hjs 1.16.552.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9c43f0fc69b2d3cddf4e6e282313da617fc50230]

        INTEGRATION: CWS ause069 (1.4.590); FILE MERGED 2006/10/18 17:13:18 hjs 1.4.590.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c2588a1b93e6b717dcfb92433fd943fef79ac744]

        INTEGRATION: CWS ause069 (1.9.80); FILE MERGED 2006/12/04 16:45:11 hjs 1.9.80.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/01 17:39:01 hjs 1.9.80.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b130de5b1b6fa1fecc60b9bfe96a6b6d754db1ea]

        INTEGRATION: CWS ause069 (1.7.34); FILE MERGED 2006/12/01 17:21:35 hjs 1.7.34.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7d5b885fd06353da84be061ba03991aa9b1753e4]

        INTEGRATION: CWS ause069 (1.3.34); FILE MERGED 2006/12/01 17:21:34 hjs 1.3.34.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5c4f87fa7c89e5cab847b6909e600a683350dd02]

        INTEGRATION: CWS ause069 (1.5.42); FILE MERGED 2006/12/01 17:36:36 hjs 1.5.42.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8b55de673138317db219c9db6e8aa830a68bdac5]

        INTEGRATION: CWS ause069 (1.5.12); FILE MERGED 2006/12/04 16:41:49 hjs 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/01 17:30:44 hjs 1.5.12.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [673dd8f3453ea368674a51db905b9884dfe0be22]

        INTEGRATION: CWS ause069 (1.6.28); FILE MERGED 2006/12/01 17:30:43 hjs 1.6.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5df915911f53ab8eb073daae4f5b36f086d515c5]

        INTEGRATION: CWS ause069 (1.5.46); FILE MERGED 2006/11/28 15:05:57 hjs 1.5.46.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [05c7429d768eb0992edb17b52490074cd5b6a065]

        INTEGRATION: CWS ause069 (1.21.2); FILE MERGED 2006/12/04 16:39:52 hjs 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2006/11/28 15:05:57 hjs 1.21.2.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [868abf742c12f01533ac34c1eeca78a538e82505]

        INTEGRATION: CWS ause069 (1.3.8); FILE MERGED 2006/10/18 17:13:50 hjs 1.3.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ede967a20a14907066de5bd2f280fc3f834e1c9b]

        INTEGRATION: CWS ause069 (1.2.36); FILE MERGED 2006/12/01 17:46:41 hjs 1.2.36.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e5fb7871ef1b7201c73e39ead4eda4459ccc9c92]

        INTEGRATION: CWS ause069 (1.2.36); FILE MERGED 2006/10/18 17:13:49 hjs 1.2.36.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1b415d2371433de915ac160e29aeb2a8ca6320db]

        INTEGRATION: CWS ause069 (1.2.6); FILE MERGED 2006/12/01 17:37:06 hjs 1.2.6.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [07aafcf139e9cac64ac4d6f3d5c9eebf4a56d3c8]

        INTEGRATION: CWS ause069 (1.22.122); FILE MERGED 2007/01/10 19:23:06 hjs 1.22.122.2: RESYNC: (1.22-1.23); FILE MERGED 2006/11/24 14:48:34 hjs 1.22.122.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [04380e5f418d6424b036925c10ad20b4ace55a13]

        INTEGRATION: CWS ause069 (1.4.78); FILE MERGED 2006/11/24 14:50:21 hjs 1.4.78.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fab06bbb8df9cb6026ad80fdcdba34b43fc8ee2d]

        INTEGRATION: CWS ause069 (1.31.12); FILE MERGED 2007/01/10 19:17:53 hjs 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2006/11/24 14:50:21 hjs 1.31.12.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [842b59a1ee826c6d475a3459ee7a650bb1c66276]

        INTEGRATION: CWS ause069 (1.2.8); FILE MERGED 2007/01/17 14:36:14 hjs 1.2.8.1: #i70359# no forced shell required here

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [81ab4d12bc5cdda5417f45761c504edc948debb5]

        INTEGRATION: CWS ause069 (1.3.32); FILE MERGED 2007/01/24 12:16:07 hjs 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/27 15:59:17 hjs 1.3.32.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3361e294a8bdc316999ab7af3160c539c7e3a4c9]

        INTEGRATION: CWS ause069 (1.5.34); FILE MERGED 2006/10/18 17:10:02 hjs 1.5.34.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9ba5e3e0a36a4bdb0643dda6f894c7723f80c5da]

        INTEGRATION: CWS ause069 (1.3.60); FILE MERGED 2006/12/12 12:23:35 hjs 1.3.60.1: #i72494# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0686f94c53093a4d852f84129f5c9d818e3f3b23]

        INTEGRATION: CWS ause069 (1.9.34); FILE MERGED 2006/12/12 12:23:35 hjs 1.9.34.2: #i72494# cleanup 2006/10/18 17:10:02 hjs 1.9.34.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [88529188d4e034e74b15c17b36599b09faf123a8]

        INTEGRATION: CWS ause069 (1.14.16); FILE MERGED 2006/12/12 12:18:29 hjs 1.14.16.1: #i72493# remove obsolete files

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f872c0a9f52dca4afee4d0879c85b428fa20f6b7]

        INTEGRATION: CWS ause069 (1.21.24); FILE MERGED 2007/01/10 18:10:39 hjs 1.21.24.3: RESYNC: (1.21-1.22); FILE MERGED 2006/11/27 16:01:39 hjs 1.21.24.2: #i70359# remove forced shell calls 2006/10/18 17:12:05 hjs 1.21.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2253e06367191454fe9739e9372814ee19c4e0d5]

        INTEGRATION: CWS ause069 (1.50.36); FILE MERGED 2006/10/18 17:12:05 hjs 1.50.36.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c160cc9385341b6db4bc60c18a0d18d1d21a5192]

        INTEGRATION: CWS ause069 (1.21.60); FILE MERGED 2006/10/18 17:12:05 hjs 1.21.60.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7c31a07d66fd69caf60bfb4b08903dbc3cb19c07]

        INTEGRATION: CWS ause069 (1.7.6); FILE MERGED 2006/10/18 17:12:05 hjs 1.7.6.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [859ef0963136f2c8e2cec14659eb73b7a35feaca]

        INTEGRATION: CWS ause069 (1.15.68); FILE MERGED 2006/10/18 17:12:04 hjs 1.15.68.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2d654bcad6ef6a71cc921a044200c7b7cab645db]

        INTEGRATION: CWS ause069 (1.16.38); FILE MERGED 2006/10/18 17:12:03 hjs 1.16.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9027940b6ab5653f534b0d7d142f25747458f4e9]

        INTEGRATION: CWS ause069 (1.81.24); FILE MERGED 2007/01/10 18:10:06 hjs 1.81.24.2: RESYNC: (1.81-1.82); FILE MERGED 2006/10/18 17:12:03 hjs 1.81.24.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5d9d16d4a77769df7de67c91fa6dccc9052052b9]

        INTEGRATION: CWS ause069 (1.9.38); FILE MERGED 2006/10/18 17:12:03 hjs 1.9.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1e71a50603a2519cb1d75a9800952527eddb1e87]

        INTEGRATION: CWS ause069 (1.9.38); FILE MERGED 2006/10/18 17:12:02 hjs 1.9.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [765bb3512edbcba2eda253791f8d392686069ac0]

        INTEGRATION: CWS ause069 (1.5.38); FILE MERGED 2006/10/18 17:12:02 hjs 1.5.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [95e07e9ec9cc5bd7f095e396163e885c3c1ab8f5]

        INTEGRATION: CWS ause069 (1.7.86); FILE MERGED 2006/10/18 17:12:02 hjs 1.7.86.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fb518b5b179cd30480fc8d10e411abfe9e7a44fb]

        INTEGRATION: CWS ause069 (1.5.86); FILE MERGED 2006/10/18 17:12:01 hjs 1.5.86.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6c0766cb04df1ad0bd47f13ce97b7b3151ee4474]

        INTEGRATION: CWS ause069 (1.5.64); FILE MERGED 2006/11/24 15:05:57 hjs 1.5.64.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [82b8a74c13c86984f2ca35a9c84c2f2bce0a735f]

        INTEGRATION: CWS ause069 (1.54.268); FILE MERGED 2007/01/10 17:27:01 hjs 1.54.268.3: RESYNC: (1.56-1.57); FILE MERGED 2006/12/04 15:42:12 hjs 1.54.268.2: RESYNC: (1.54-1.56); FILE MERGED 2006/10/11 18:16:42 hjs 1.54.268.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c027721bfc6629c14cad0badb54583d494f7f66c]

        INTEGRATION: CWS ause069 (1.17.544); FILE MERGED 2006/11/28 10:23:59 hjs 1.17.544.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cd36a111fb548c674c9e88c665778048f1766131]

        INTEGRATION: CWS ause069 (1.11.414); FILE MERGED 2006/10/18 17:13:27 hjs 1.11.414.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [de62e2b4be16b98922be150ca0bfc9ca0dd2fea3]

        INTEGRATION: CWS ause069 (1.9.456); FILE MERGED 2007/01/10 17:30:55 hjs 1.9.456.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/28 10:23:59 hjs 1.9.456.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cc1dd12158e277280d7d3448ae030e689b6e02af]

        INTEGRATION: CWS ause069 (1.4.544); FILE MERGED 2006/11/28 10:23:59 hjs 1.4.544.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [447a4f4065d3abb006c9d128df521d1f2a355677]

        INTEGRATION: CWS ause069 (1.2.370); FILE MERGED 2006/11/28 10:23:59 hjs 1.2.370.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [347b4cb7579509c28293148022ffb8725ef5df5f]

        INTEGRATION: CWS ause069 (1.45.76); FILE MERGED 2006/12/04 14:47:10 hjs 1.45.76.2: RESYNC: (1.45-1.46); FILE MERGED 2006/11/28 09:55:00 hjs 1.45.76.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fbd9b1b132d63da7352bc25e2767a1f1dadeb670]

        INTEGRATION: CWS ause069 (1.14.312); FILE MERGED 2006/11/28 09:55:00 hjs 1.14.312.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e12fbf97cbe9767f1ccdf6aa78d0c0c0f0f99d5e]

        INTEGRATION: CWS ause069 (1.3.312); FILE MERGED 2006/11/28 09:55:00 hjs 1.3.312.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0456c9250c86e0020195333190652af203166368]

        INTEGRATION: CWS ause069 (1.13.8); FILE MERGED 2006/12/04 14:45:35 hjs 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/18 17:12:27 hjs 1.13.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a0242740e60184b4a2327cdb87cca3b785ef2366]

        INTEGRATION: CWS ause069 (1.4.96); FILE MERGED 2006/10/18 17:12:26 hjs 1.4.96.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fb78e6726cddfeed00a99f22b7b72edee3524dcc]

        INTEGRATION: CWS ause069 (1.5.6); FILE MERGED 2006/10/18 17:12:26 hjs 1.5.6.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ed2e3e751fd5f8ea663ad29592b3484d4df8910c]

        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>  [9250eddbc0587f5841ef64c302a4b91d8910ae45]

        INTEGRATION: CWS ause069 (1.6.230); FILE MERGED 2006/11/28 09:51:58 hjs 1.6.230.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8fd6365914e6d811adc18fac75fdf5d0c6795ab1]

        INTEGRATION: CWS ause069 (1.4.230); FILE MERGED 2006/11/28 09:51:58 hjs 1.4.230.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1f633924262503639c3ccb46fe6d9ce1f44078f3]

        INTEGRATION: CWS ause069 (1.4.230); FILE MERGED 2006/11/28 09:51:57 hjs 1.4.230.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2fb3aaacdc342827aad359795c06b1e3bbc4adfc]

        INTEGRATION: CWS ause069 (1.3.230); FILE MERGED 2006/11/28 09:51:57 hjs 1.3.230.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [35c524106203c031661129e7451db193cc3ce442]

        INTEGRATION: CWS ause069 (1.5.62); FILE MERGED 2006/11/28 09:51:56 hjs 1.5.62.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [765f984dd043a5004049dbf18656101fdbfe4f74]

        INTEGRATION: CWS ause069 (1.2.204); FILE MERGED 2006/11/28 09:51:56 hjs 1.2.204.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6a4e780085616059c6a1d58defb8e0ee68f1651a]

        INTEGRATION: CWS ause069 (1.3.230); FILE MERGED 2006/11/28 09:51:56 hjs 1.3.230.1: #i70359# remove forced shell calls

2007-01-25  Herbert Duerr  <hdu@openoffice.org>  [2f37759943f9eea3875c2036d2e17666c12c60d1]

        #i73860# get text outlines directly as B2D polygons

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4aac0153f18af80729aab8dc9f9260b40d8f27f5]

        INTEGRATION: CWS ause069 (1.2.234); FILE MERGED 2006/11/24 15:08:20 hjs 1.2.234.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [33c2dfc24679d77cf2193e51d452334013e726d9]

        INTEGRATION: CWS ause069 (1.12.126); FILE MERGED 2006/11/24 15:08:19 hjs 1.12.126.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9e74b1b231be79c0e2c792b14d3e316eb0f9bd0c]

        INTEGRATION: CWS ause069 (1.4.28); FILE MERGED 2007/01/10 15:16:30 hjs 1.4.28.3: RESYNC: (1.5-1.6); FILE MERGED 2006/12/04 14:37:58 hjs 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 17:10:41 hjs 1.4.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d1f83c92e527e6f618a0445ea133e20f73131bb6]

        INTEGRATION: CWS ause069 (1.15.16); FILE MERGED 2006/11/24 15:08:19 hjs 1.15.16.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b079c92493a33db1f2ae7be09d52f63ada230376]

        INTEGRATION: CWS ause069 (1.2.142); FILE MERGED 2006/11/24 15:08:19 hjs 1.2.142.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [dc3835ba6641ff5d6598238203cce5d30182350b]

        INTEGRATION: CWS ause069 (1.3.32); FILE MERGED 2006/11/24 15:08:18 hjs 1.3.32.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cae97956a864f3de84dc44d4287cdfcc6b846e5f]

        INTEGRATION: CWS ause069 (1.32.8); FILE MERGED 2006/12/04 14:34:35 hjs 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2006/10/18 17:09:50 hjs 1.32.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8ebc3c4af39f11cf6a7c81e0bb0de93e7e02c08e]

        INTEGRATION: CWS ause069 (1.4.204); FILE MERGED 2006/10/18 17:12:13 hjs 1.4.204.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6a8c01fcf75a044281dea0398c7e2f6e54dd6dc8]

        INTEGRATION: CWS ause069 (1.98.8); FILE MERGED 2007/01/10 15:09:05 hjs 1.98.8.2: RESYNC: (1.98-1.101); FILE MERGED 2006/10/18 17:12:13 hjs 1.98.8.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3fb7398c40816d94ac19d346156f80ffe967c1c4]

        INTEGRATION: CWS ause069 (1.7.110); FILE MERGED 2006/11/24 14:41:21 hjs 1.7.110.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e1b127954338eb349dfbee2c52d402487afedd08]

        INTEGRATION: CWS ause069 (1.1.6); FILE MERGED 2006/12/12 12:33:08 hjs 1.1.6.1: #i72494# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b164c0ef278bc0593d5b99033e0357d02e59c358]

        INTEGRATION: CWS ause069 (1.4.52); FILE MERGED 2006/10/18 17:10:24 hjs 1.4.52.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [221498a217e74a3d1c0b74747051566d7d292993]

        INTEGRATION: CWS ause069 (1.20.66); FILE MERGED 2007/01/10 14:32:19 hjs 1.20.66.2: RESYNC: (1.20-1.21); FILE MERGED 2006/10/18 17:10:24 hjs 1.20.66.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3ed206b7f7fab6114278c9c10e6dc8c4407ac8f2]

        INTEGRATION: CWS ause069 (1.2.60); FILE MERGED 2006/10/18 17:10:23 hjs 1.2.60.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [539dce29d3c45e446929b4aa64fc0124290a8240]

        INTEGRATION: CWS ause069 (1.8.28); FILE MERGED 2006/11/28 15:05:30 hjs 1.8.28.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b52575f0d11860560222ed22d0586779c2626a4c]

        INTEGRATION: CWS ause069 (1.4.254); FILE MERGED 2006/11/28 10:26:57 hjs 1.4.254.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [365c707406759dd998f19aa5dd9267cb04cfd4ca]

        INTEGRATION: CWS ause069 (1.8.32); FILE MERGED 2007/01/10 14:26:12 hjs 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/28 10:26:57 hjs 1.8.32.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3848d77b7115d7e1dea82a9b52bd1592fe8e1344]

        INTEGRATION: CWS ause069 (1.3.254); FILE MERGED 2006/11/28 10:26:57 hjs 1.3.254.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [edb10d74f7d1228b63a9e56820a9124ff83d5797]

        INTEGRATION: CWS ause069 (1.4.38); FILE MERGED 2007/01/10 12:52:25 hjs 1.4.38.3: RESYNC: (1.5-1.7); FILE MERGED 2006/12/04 13:26:44 hjs 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/24 15:04:14 hjs 1.4.38.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [011affcab2a7164e0eae727a5754460c3c533eaf]

        INTEGRATION: CWS ause069 (1.5.38); FILE MERGED 2006/12/04 14:09:34 hjs 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2006/11/24 15:04:13 hjs 1.5.38.2: #i70359# remove forced shell calls 2006/10/11 18:16:02 hjs 1.5.38.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ae3b675146bcdfd5d44c51abf163e86ca63f3f1f]

        INTEGRATION: CWS ause069 (1.4.40); FILE MERGED 2006/10/11 18:16:02 hjs 1.4.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [febed961baa1ea11ff51e604299a1d45162cfb7c]

        INTEGRATION: CWS ause069 (1.4.40); FILE MERGED 2007/01/10 13:51:59 hjs 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/11 18:16:02 hjs 1.4.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3f19e39ef7344b0d57e2cfa4bfed0ec2af40af3d]

        INTEGRATION: CWS ause069 (1.5.40); FILE MERGED 2006/10/11 18:16:01 hjs 1.5.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cec84f581ccb042db2e6c608e6217d041dbf901a]

        INTEGRATION: CWS ause069 (1.4.40); FILE MERGED 2006/10/11 18:16:01 hjs 1.4.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0ab6212a8240c11c847888a8e6adcf760d1d0e4f]

        INTEGRATION: CWS ause069 (1.6.40); FILE MERGED 2006/10/11 18:16:00 hjs 1.6.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [14ab7e8f0d3bbf6b9000cba0cb3e6199eedc26bd]

        INTEGRATION: CWS ause069 (1.6.10); FILE MERGED 2006/12/04 13:27:42 hjs 1.6.10.2: RESYNC: (1.6-1.9); FILE MERGED 2006/11/24 15:04:13 hjs 1.6.10.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [60d579f3714dd7a24aadc0894d07df47240df832]

        INTEGRATION: CWS ause069 (1.8.40); FILE MERGED 2006/12/04 14:13:10 hjs 1.8.40.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/24 15:04:13 hjs 1.8.40.2: #i70359# remove forced shell calls 2006/10/11 18:16:00 hjs 1.8.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c7a1c89e7d960071a12e9a81ec614aa080894bbe]

        INTEGRATION: CWS ause069 (1.6.42); FILE MERGED 2007/01/10 14:02:36 hjs 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2006/10/11 18:16:00 hjs 1.6.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8b0c6ad9c77678b02b2e9466ddd841ea24343026]

        INTEGRATION: CWS ause069 (1.5.42); FILE MERGED 2006/10/11 18:15:59 hjs 1.5.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f44c4d325e3cc88005034e7dcd97f87d3aaf1f14]

        INTEGRATION: CWS ause069 (1.7.42); FILE MERGED 2007/01/10 14:15:59 hjs 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2006/10/11 18:15:58 hjs 1.7.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [dec72d1fd8746b93f3d2ce7eb22fb113b1743f0a]

        INTEGRATION: CWS ause069 (1.6.42); FILE MERGED 2006/10/11 18:15:58 hjs 1.6.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [94bb30418a420333c4a78fcd7aca177263a081c2]

        INTEGRATION: CWS ause069 (1.5.40); FILE MERGED 2006/10/11 18:15:57 hjs 1.5.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [92b148801c39378bd238d2db64d8f99a4c9a8231]

        INTEGRATION: CWS ause069 (1.5.42); FILE MERGED 2007/01/10 14:00:45 hjs 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED 2006/10/11 18:15:57 hjs 1.5.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e7ee3464a8c0686360a37901b3ffe51eddd5c0eb]

        INTEGRATION: CWS dba22c (1.43.18); FILE MERGED 2007/01/14 20:00:13 fs 1.43.18.1: #i73412#

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [edcacd8954d623ca64ca90e30a2a6f4ae52457a4]

        INTEGRATION: CWS ause069 (1.5.40); FILE MERGED 2007/01/10 14:08:46 hjs 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2006/10/11 18:15:56 hjs 1.5.40.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ec0cf36e274ed64b37e63079540cc8d699c27f1f]

        INTEGRATION: CWS ause069 (1.7.42); FILE MERGED 2006/10/11 18:15:56 hjs 1.7.42.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [317e9a13b01893cb21fe4376d382f9d8e4a21f6f]

        INTEGRATION: CWS dba22c (1.22.48); FILE MERGED 2007/01/04 13:34:48 oj 1.22.48.1: #141483# access iter after changing the map

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e3b0a38e882efba6adeaf9d11024fee759fc77df]

        INTEGRATION: CWS ause069 (1.7.42); FILE MERGED 2006/11/24 15:04:12 hjs 1.7.42.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2e967f8b176b9408c717af0b32e536f965c919cb]

        INTEGRATION: CWS dba22c (1.9.4); FILE MERGED 2007/01/08 10:53:47 oj 1.9.4.1: #137758# autotimer stoped when visible state changed

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d73f193a4e4d5c9cd3475f39165b325d92aa6156]

        INTEGRATION: CWS ause069 (1.9.24); FILE MERGED 2006/12/04 13:27:15 hjs 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2006/10/11 18:15:55 hjs 1.9.24.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [10231a31298ba62bbc38e06f63f4c28b5d6d2824]

        INTEGRATION: CWS dba22c (1.16.4); FILE MERGED 2007/01/08 10:54:58 oj 1.16.4.1: #137758# autotimer stoped when visible state changed

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ecec4904cfc8a7ae4466dd46d8423604c5a536c5]

        INTEGRATION: CWS ause069 (1.8.26); FILE MERGED 2006/11/24 15:04:12 hjs 1.8.26.1: #i70359# remove forced shell calls

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [660a5f8df0c0ee6bc5709d1b3abd6f96055874e1]

        INTEGRATION: CWS dba22c (1.20.14); FILE MERGED 2007/01/08 10:55:53 oj 1.20.14.2: #137758# autotimer stoped when visible state changed 2007/01/04 11:17:07 oj 1.20.14.1: #137758# guess fix for timer problem

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e897c94ea4d880c1cca62040f8d115aadef309e2]

        INTEGRATION: CWS ause069 (1.7.26); FILE MERGED 2006/10/11 18:15:55 hjs 1.7.26.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [83c16c262f9afa927ad46c6f9b96b09c4968eb58]

        INTEGRATION: CWS dba22c (1.28.50); FILE MERGED 2007/01/18 09:58:59 fs 1.28.50.1: removed superfluous columnCloned

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d89fe09e9916f784fa3ae4196dbaf70b9038c0be]

        INTEGRATION: CWS ause069 (1.8.2); FILE MERGED 2006/12/04 14:05:32 hjs 1.8.2.3: RESYNC: (1.8-1.9); FILE MERGED 2006/11/24 15:04:12 hjs 1.8.2.2: #i70359# remove forced shell calls 2006/10/11 18:15:55 hjs 1.8.2.1: #i69872# cleanup

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fe004cc8808cec1518819c0d78d6ca95d9d7837f]

        INTEGRATION: CWS dba22c (1.59.50); FILE MERGED 2007/01/18 09:59:17 fs 1.59.50.1: removed superfluous columnCloned

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a1663f4ea36726fc2a4638804ff6d2407237130a]

        INTEGRATION: CWS dba22c (1.53.50); FILE MERGED 2007/01/18 09:59:44 fs 1.53.50.1: #i71830# corrected appendObject

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ad1ed484ec59b9bd52a35168662f1b9aefc1e3a2]

        INTEGRATION: CWS dba22c (1.3.8); FILE MERGED 2007/01/14 20:01:29 fs 1.3.8.1: #i73230#

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0ecf4c8c2151603b13376b27180bf4f116a55283]

        INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED 2007/01/18 10:01:22 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1863d2b199015122c0758a12a427e6e05cfa9ac9]

        INTEGRATION: CWS dba22c (1.55.62); FILE MERGED 2007/01/04 11:14:33 oj 1.55.62.1: #i73050# add mising token day

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c5b9c3e84f0f01abb8131fb02150eb61d266fd7b]

        INTEGRATION: CWS vistaready02 (1.20.20); FILE MERGED 2007/01/18 10:08:03 lla 1.20.20.2: #i73594# add .oxt extension for Default Program 2007/01/18 10:03:32 lla 1.20.20.1: #i71933# opendocument.org replaced

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d80acf8a8e46e678c9ab3ba165bde66d05016bfb]

        INTEGRATION: CWS dba22c (1.20.10); FILE MERGED 2007/01/14 21:00:24 fs 1.20.10.1: #i73451# missing placeholer in resource, fixing code only for 2.2, fixing resource for later builds

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bd27783933041ede1e161e6c87babb10bbb27826]

        INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED 2007/01/18 10:00:29 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [072ce3f617012398b116175f17aedbfad0c7906e]

        INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED 2007/01/18 09:59:53 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6084328e9ce275a0bb31080245629c56405ee282]

        INTEGRATION: CWS vistaready02 (1.11.20); FILE MERGED 2007/01/18 09:59:31 lla 1.11.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [dd9d25a5697acd0fd069a4e3f111182b5712c4ce]

        INTEGRATION: CWS vistaready02 (1.10.20); FILE MERGED 2007/01/18 09:59:06 lla 1.10.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6a4c38220807baad2aac74d39ed2563b21689f8c]

        INTEGRATION: CWS vistaready02 (1.5.20); FILE MERGED 2007/01/18 09:58:43 lla 1.5.20.1: #i73589# Wrong Icon in Explorers Detail Pane

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [96f189e01f5df8681ee62a1ce441339266536c42]

        INTEGRATION: CWS vistaready02 (1.5.56); FILE MERGED 2007/01/18 10:13:02 lla 1.5.56.1: #i71252# use default icon since Windows Vista. Older versions as expected.

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [239e5f4d7c178462752210f7afc2f7376d4366b7]

        INTEGRATION: CWS mbafixesfor22 (1.23.102); FILE MERGED 2007/01/16 10:59:36 mba 1.23.102.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [71f22b77fd9749d98650c7d1bb042b73adf23c6c]

        INTEGRATION: CWS mbafixesfor22 (1.16.56); FILE MERGED 2007/01/16 15:01:16 mba 1.16.56.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4f5668cbf22f8ecfb64b4a7aad5fe95b1140aad0]

        INTEGRATION: CWS mbafixesfor22 (1.86.66); FILE MERGED 2007/01/18 13:18:36 mba 1.86.66.2: typo 2007/01/18 13:02:16 mav 1.86.66.1: #i73611# let the menubars be generated

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [140b1311770e27c8add5b7913c1c53121a8938fd]

        INTEGRATION: CWS mbafixesfor22 (1.14.102); FILE MERGED 2007/01/16 10:59:36 mba 1.14.102.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e1dae16b86f6cf5a0ccf6dcf3373686d0b314c7a]

        INTEGRATION: CWS mbafixesfor22 (1.64.50); FILE MERGED 2007/01/16 10:57:54 mba 1.64.50.1: #i73510#: don't create controls if command URL contains arguments

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1e2dc8a289b4b01c725fa6efcc46fef07ff1be74]

        INTEGRATION: CWS mbafixesfor22 (1.31.134); FILE MERGED 2007/01/16 11:31:04 mba 1.31.134.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e82813e8435c94e8c7f6df4b98a5b7d3fb47b9e6]

        INTEGRATION: CWS mbafixesfor22 (1.98.54); FILE MERGED 2007/01/16 11:31:04 mba 1.98.54.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3245b7a869336b87db68d7ede115c206a6f64598]

        INTEGRATION: CWS mbafixesfor22 (1.48.110); FILE MERGED 2007/01/16 11:31:04 mba 1.48.110.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e716c74e0f465a18698abc8c416573f925c9384c]

        INTEGRATION: CWS mbafixesfor22 (1.60.56); FILE MERGED 2007/01/16 11:31:03 mba 1.60.56.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [541bf524b35bb00bd85cda18e46b759de21a447e]

        INTEGRATION: CWS mbafixesfor22 (1.46.44); FILE MERGED 2007/01/16 11:31:03 mba 1.46.44.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cbf36365b4dfe7468cb6f142c0fc5e346d29e19c]

        INTEGRATION: CWS mbafixesfor22 (1.5.624); FILE MERGED 2007/01/16 11:31:03 mba 1.5.624.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [154c7a2c7b86f1565613b76c4e60dc73d7c3f529]

        INTEGRATION: CWS mbafixesfor22 (1.18.624); FILE MERGED 2007/01/16 11:31:03 mba 1.18.624.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [97c4ed461b0eccc06fd89a0d1eff971d6a408904]

        INTEGRATION: CWS mbafixesfor22 (1.113.108); FILE MERGED 2007/01/16 11:31:02 mba 1.113.108.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8017660d8d21e30bb602e557fdc402deb5d479f2]

        INTEGRATION: CWS mbafixesfor22 (1.35.34); FILE MERGED 2007/01/16 10:58:38 mba 1.35.34.1: #i63081#: patch in style tag

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bd43d3647529110e1a0622e6181200eb4b2ebc1f]

        INTEGRATION: CWS mbafixesfor22 (1.32.154); FILE MERGED 2007/01/16 11:30:12 mba 1.32.154.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5298b109795985dee87e46d5e8a09ae8e852058e]

        INTEGRATION: CWS mbafixesfor22 (1.62.6); FILE MERGED 2007/01/16 11:29:24 mba 1.62.6.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9bc157a037580fe8bdbf9deaeaae4c32ac2f1cd7]

        INTEGRATION: CWS mbafixesfor22 (1.30.136); FILE MERGED 2007/01/16 11:29:23 mba 1.30.136.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9980683f2cb6fb5eebda47bf5a28991e1c0c5f92]

        INTEGRATION: CWS mbafixesfor22 (1.25.196); FILE MERGED 2007/01/16 11:29:23 mba 1.25.196.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [beccf22ae3d5ccf8a06a58e16183ebab08cdd2a4]

        INTEGRATION: CWS mbafixesfor22 (1.8.346); FILE MERGED 2007/01/16 11:29:23 mba 1.8.346.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e752131347264ffe7a4a83ec2496de1f8af46bdb]

        INTEGRATION: CWS mbafixesfor22 (1.38.32); FILE MERGED 2007/01/16 11:29:23 mba 1.38.32.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [77523e3df608c7c21f4ee88b1c40945eddfd424c]

        INTEGRATION: CWS mbafixesfor22 (1.49.34); FILE MERGED 2007/01/16 11:29:22 mba 1.49.34.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b618458f34613fcf0e5df7c52b4576e0747a0de3]

        INTEGRATION: CWS mbafixesfor22 (1.26.8); FILE MERGED 2007/01/18 13:06:01 mav 1.26.8.1: #i73611# handle the error cases correctly

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c7f0f1e7b7abecc0edf61abba8f2cfd55cb1d2c0]

        INTEGRATION: CWS mbafixesfor22 (1.33.16); FILE MERGED 2007/01/16 11:29:58 mba 1.33.16.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [319320be239895fa2bd80ca4bd1c4cfc1d8f06b8]

        INTEGRATION: CWS mbafixesfor22 (1.13.16); FILE MERGED 2007/01/16 11:29:57 mba 1.13.16.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bc9cd5d9763f7009d233b4d6350acc204cbc7d89]

        INTEGRATION: CWS mbafixesfor22 (1.16.16); FILE MERGED 2007/01/16 11:29:57 mba 1.16.16.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4b893f43e89cf531f2c3b90338beec9496fa1561]

        INTEGRATION: CWS mbafixesfor22 (1.6.54); FILE MERGED 2007/01/16 11:29:57 mba 1.6.54.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [df442d05ffc9c0d1b355bac663b1a5a9ceb5634c]

        INTEGRATION: CWS mbafixesfor22 (1.6.48); FILE MERGED 2007/01/18 13:06:02 mav 1.6.48.1: #i73611# handle the error cases correctly

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c774ca591f6d463f91eced67b7fbf2816bc00ea1]

        INTEGRATION: CWS mbafixesfor22 (1.18.10); FILE MERGED 2007/01/18 13:06:01 mav 1.18.10.1: #i73611# handle the error cases correctly

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [8da99c3d592b46c92b1cd287511c2637602eec1a]

        INTEGRATION: CWS mbafixesfor22 (1.45.12); FILE MERGED 2007/01/16 11:27:31 mba 1.45.12.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [329ddf3bce70dab0e5f95d39c0a9132c0257ea69]

        INTEGRATION: CWS mbafixesfor22 (1.19.12); FILE MERGED 2007/01/16 11:27:23 mba 1.19.12.1: #i64552#: pass bIsAPI to every print call

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6f81e901ba889f5f9678ad7d3170c36faf4eb990]

        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>  [def86d2fced4d991204a22c7e1b6ca00cd003a72]

        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>  [a454dde1121bf39a07eadc6ab3076770bcce529a]

        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>  [40a8169c38b65a4cbce3a3141c2d3c0290a8d8bc]

        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>  [be85624c2416c0cb85405f8f49d03b01562fac13]

        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>  [7c3937f29a2f4bfd2d96464ef95af299c7a0a689]

        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>  [9801c720fda8e30aaa053b8388ca2ff19237c8fc]

        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>  [8530983a31b591c13eada551dff80417c3bee41b]

        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>  [3c4ab7da4f0fbcea99d7af94bce4d56f53a610e9]

        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>  [8d6c11d68dec3ef0a95adf1ac2974af99d148569]

        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>  [f852e5cb0eb40f54ab2d7e60f488314d0bce659c]

        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>  [95f6f0ce2f839400840ea0c131445c1ebc7471e9]

        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>  [c86603f257b5b4727df4629867803f0b908328de]

        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>  [baa187ca0c9d8bfbe8f25092d351189fd9b51f10]

        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>  [15b30cd6d461e2ff5ed1bf84bbd8d1d21c36269d]

        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>  [2832dd91e08bd45b06d31376167a9bcf81f16cc5]

        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>  [266ae8fbd412990e73f39cef148f707653b3d9ec]

        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>  [25434794633acca6f181cfd3157043ba85ec2f6c]

        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>  [c7c6a57e2e4b10098479ec5e076383f9f27b9dc4]

        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>  [ecb6a2951efd65dd7d507ec720eea55a42dee6d4]

        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>  [5c9eb73608d11475c1c89ab1cd6ec9d19feda6a7]

        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>  [0e001c69081b7fb4b149761a5aa983258b206d54]

        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>  [ababd3f3d3c77a03cd0a702a476ceb1f706825dd]

        INTEGRATION: CWS vcl71 (1.10.56); FILE MERGED 2006/12/12 15:02:23 pl 1.10.56.1: #140262# do not LeaveWait on destroyed window

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [91a051f1a42cbda4d8090ebcb261ae75bd51c27d]

        INTEGRATION: CWS vcl71 (1.30.2); FILE MERGED 2006/12/11 12:09:43 pl 1.30.2.1: #i72439# provide place for all controls on tabpage

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d620a44155eed36a50d22198be371c977167cb2f]

        INTEGRATION: CWS cloph06 (1.63.6); FILE MERGED 2007/01/22 21:17:10 cloph 1.63.6.1: remove the -u option to allow building without gnucp again

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e29f0e43f4dc5de5e3abc7b5011b22640e65317a]

        INTEGRATION: CWS iconupdate02 (1.2.126); FILE MERGED 2007/01/22 15:58:03 tv 1.2.126.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e313160ac2092d424e9d9d44caeb75ea66c86939]

        INTEGRATION: CWS iconupdate02 (1.2.126); FILE MERGED 2007/01/22 15:58:02 tv 1.2.126.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3fd2a71176ba10f47e6f1df6cac2f882bb4f8db5]

        INTEGRATION: CWS iconupdate02 (1.2.40); FILE MERGED 2007/01/22 15:58:02 tv 1.2.40.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [cdaa1eeb465d412daef45fb8d79b52372e358814]

        INTEGRATION: CWS iconupdate02 (1.2.40); FILE MERGED 2007/01/22 15:58:01 tv 1.2.40.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c49e91eb01656cfe2543ee2d88969311ed176dee]

        INTEGRATION: CWS iconupdate02 (1.2.80); FILE MERGED 2007/01/22 15:58:01 tv 1.2.80.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1f368a7c8ea3ed82c70e99dd83b93347ab7babe3]

        INTEGRATION: CWS iconupdate02 (1.2.108); FILE MERGED 2007/01/22 15:58:00 tv 1.2.108.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2143bad692e4397b56e952ce7271a99f988eb448]

        INTEGRATION: CWS iconupdate02 (1.2.40); FILE MERGED 2007/01/22 15:58:00 tv 1.2.40.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ef0c2023f29770204c6d8131097ef79be721b437]

        INTEGRATION: CWS iconupdate02 (1.3.40); FILE MERGED 2007/01/22 15:57:59 tv 1.3.40.1: fixes from iconupdate02 Issue number: Submitted by: Reviewed by:

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1f76e7dd36c190caab94a7f7aa00cc3a076026d4]

        INTEGRATION: CWS jsc17 (1.19.124); FILE MERGED 2007/01/22 15:35:33 jsc 1.19.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1d2bec9e53c4f9e6e966b7c9e41024d2337961ea]

        INTEGRATION: CWS jsc17 (1.8.124); FILE MERGED 2007/01/22 15:35:33 jsc 1.8.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [01c78bf58102f71971987c71155f4a6287a637ac]

        INTEGRATION: CWS jsc17 (1.14.124); FILE MERGED 2007/01/22 15:35:32 jsc 1.14.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ecf6bf77c09f71b49b51be4b84127584c326261e]

        INTEGRATION: CWS jsc17 (1.17.18); FILE MERGED 2007/01/22 15:35:32 jsc 1.17.18.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [882fb0d15a4265e7dae004f5c1c091d842d049dc]

        INTEGRATION: CWS jsc17 (1.20.8); FILE MERGED 2007/01/22 15:35:32 jsc 1.20.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [19a6b711b3011fcc75e8d7b60e3fbe6e7e9a8f4f]

        INTEGRATION: CWS jsc17 (1.12.8); FILE MERGED 2007/01/22 13:31:40 jsc 1.12.8.1: #i72793# integrate patch and verify all C++ makefile

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e5aacc86cc48906c175d1213675b24457c5aea18]

        INTEGRATION: CWS jsc17 (1.11.8); FILE MERGED 2007/01/22 13:31:40 jsc 1.11.8.1: #i72793# integrate patch and verify all C++ makefile

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7c8a4006529e0b739733bef7e40d6868ef337c11]

        INTEGRATION: CWS jsc17 (1.3.8); FILE MERGED 2007/01/22 15:35:31 jsc 1.3.8.2: #i73750# change UNOPKG_EXT to UNOOXT_EXT 2007/01/22 13:31:40 jsc 1.3.8.1: #i72793# integrate patch and verify all C++ makefile

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9b860b6344e764030c4996b5c6cac43fc7a51b22]

        INTEGRATION: CWS calc41 (1.45.16); FILE MERGED 2007/01/10 14:57:54 er 1.45.16.1: #i73320# PasteDataFormat: CSV dialog cancelled by user isn't a failure

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9f7e9ca9286a4ef903caa38df4843d357373b8af]

        INTEGRATION: CWS jsc17 (1.8.82); FILE MERGED 2007/01/22 15:35:31 jsc 1.8.82.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3075a9e7ff500406e92c5cf1fe943a58e28829f1]

        INTEGRATION: CWS jsc17 (1.2.134); FILE MERGED 2007/01/24 09:50:24 jsc 1.2.134.1: #i73750# adapt macros to new package name and change docu

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7daf598764ac9e0cd280ffd720231a4d32ef59ca]

        INTEGRATION: CWS calc41 (1.50.20); FILE MERGED 2007/01/17 15:18:41 nn 1.50.20.1: #i73567# KillEditView: Draw() is still needed

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [24bbcbedee506640f8f8f421562b17d72d383221]

        INTEGRATION: CWS jsc17 (1.3.124); FILE MERGED 2007/01/22 15:35:30 jsc 1.3.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [841cc4232cc98cf0566c3a37b58186d2631c78f4]

        INTEGRATION: CWS calc41 (1.29.50); FILE MERGED 2007/01/16 18:59:01 nn 1.29.50.1: #i72968# UpdateDrawView: re-create draw view if different page is shown

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ec3f8a44eee6dc5fdbd5ae58cd0894f2ccaed188]

        INTEGRATION: CWS calc41 (1.10.142); FILE MERGED 2007/01/12 14:53:38 er 1.10.142.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1965343a60c4dc1ca1e041974ffbe4cab07e9924]

        INTEGRATION: CWS aw040 (1.86.32); FILE MERGED 2007/01/17 14:41:43 aw 1.86.32.1: #i73441# preserve layer, secure selection is not empty

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b78593ac69c13c89bb4e8d103f786570123d7a17]

        INTEGRATION: CWS calc41 (1.23.84); FILE MERGED 2007/01/12 14:53:37 er 1.23.84.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0d3e1d328e00722c90555e432f39ad3183902c22]

        INTEGRATION: CWS aw040 (1.6.720); FILE MERGED 2007/01/16 11:06:33 aw 1.6.720.1: #i73407# close filled polygons, refornat to remove XPolygon

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [fc8f9648503a05dbad170eeac986c70a4231af76]

        INTEGRATION: CWS jsc17 (1.8.78); FILE MERGED 2007/01/22 15:35:30 jsc 1.8.78.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5143099c430bd5e43400524f40f1478cbce1a0dc]

        INTEGRATION: CWS calc41 (1.6.142); FILE MERGED 2007/01/12 14:53:37 er 1.6.142.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [259872b0cd73ccaa75a9765bea0f4b4a0a8718d2]

        INTEGRATION: CWS aw040 (1.15.94); FILE MERGED 2007/01/16 11:06:33 aw 1.15.94.1: #i73407# close filled polygons, refornat to remove XPolygon

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [7d3d9655c97c6957291dfcfb1f7dcb80e568d53c]

        INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED 2007/01/22 15:35:29 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0fa66ee3a27f34cfca871280a661bed00dbfcd12]

        INTEGRATION: CWS calc41 (1.49.118); FILE MERGED 2007/01/18 13:55:19 nn 1.49.118.1: #i73615# don't rely on SfxViewShell::Current while constructing the input line

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1752a7e8462472b895e52dc0943867af6c6a577d]

        INTEGRATION: CWS jsc17 (1.7.8); FILE MERGED 2007/01/22 15:35:29 jsc 1.7.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [42aa7e37f5d0b311bfecda3bfdd9be954f3249bf]

        INTEGRATION: CWS aw040 (1.26.94); FILE MERGED 2007/01/17 14:41:42 aw 1.26.94.1: #i73441# preserve layer, secure selection is not empty

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [959de363445cb24ac35cb57b38b4870f01f28dd9]

        INTEGRATION: CWS calc41 (1.23.140); FILE MERGED 2007/01/12 10:38:32 nn 1.23.140.1: #i73404# when loading group limits, reset automatic flag

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d27c318a12f0fb4b299e3128cbb19c16ac223d38]

        INTEGRATION: CWS jsc17 (1.9.8); FILE MERGED 2007/01/22 15:35:29 jsc 1.9.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [081d07a675b0d7cbd9f0349160bfc73ba0cbb67f]

        INTEGRATION: CWS calc41 (1.16.84); FILE MERGED 2007/01/10 14:31:00 er 1.16.84.1: allocate note buffer

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d6aa6faed7ac3a7dad3aaec3bf3e3bdf9e7e0a2b]

        INTEGRATION: CWS jsc17 (1.5.134); FILE MERGED 2007/01/22 15:35:28 jsc 1.5.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [261c944dd5939b5ca0324e95b62680b53239a7f8]

        INTEGRATION: CWS calc41 (1.25.50); FILE MERGED 2007/01/10 10:02:26 nn 1.25.50.1: #i73305# lcl_IsOtherTab: distinguish square from circle

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0151a3e4c4d5d7a6c29ada620e87ec6a4b1eae57]

        INTEGRATION: CWS jsc17 (1.8.8); FILE MERGED 2007/01/22 15:35:28 jsc 1.8.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a635d463bc2f796ae6bad6267e69dbb723b3bc43]

        INTEGRATION: CWS calc41 (1.25.142); FILE MERGED 2007/01/12 14:53:36 er 1.25.142.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [59d2816bf59f5d2d65b6d0e672817461ab1a4aba]

        INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED 2007/01/24 09:42:10 jsc 1.2.18.2: #i73950# adapt run target to correct document 2007/01/22 15:35:28 jsc 1.2.18.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1ab95dd7372ed8cad146307fbf3222b724d4de9e]

        INTEGRATION: CWS calc41 (1.16.78); FILE MERGED 2007/01/10 18:53:26 nn 1.16.78.1: #i72188# use hash map for datapilot result members (patch from Jody)

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [65082f09f28b6bd2d8848d6d24b38eb9a63d9c55]

        INTEGRATION: CWS jsc17 (1.2.18); FILE MERGED 2007/01/24 09:43:00 jsc 1.2.18.1: #i73950# impl. doit3 handler method to make example running without error

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [dcf41006f03bf5a6bad239269ec0960c7e00aebb]

        INTEGRATION: CWS calc41 (1.9.84); FILE MERGED 2007/01/10 18:53:26 nn 1.9.84.1: #i72188# use hash map for datapilot result members (patch from Jody)

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4de859ecdaff2516f0378ed7e1e012893e70bd32]

        INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED 2007/01/22 15:35:27 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [2d7ecddbc7053c2ee7b40b379008f3c71131f070]

        INTEGRATION: CWS calc41 (1.10.142); FILE MERGED 2007/01/10 18:53:25 nn 1.10.142.1: #i72188# use hash map for datapilot result members (patch from Jody)

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [ea224ce5475d2d7ebf689f1c8b79adb51485bae7]

        INTEGRATION: CWS jsc17 (1.3.134); FILE MERGED 2007/01/24 09:25:13 jsc 1.3.134.1: #i73750# use UNOOXT_EXT instead of UNOPKG_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [9dda7b5e741182d58075d98a79c21bcd2adb7310]

        INTEGRATION: CWS calc41 (1.16.78); FILE MERGED 2007/01/12 14:53:36 er 1.16.78.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [4ae55e9ab7e0b53b9c2d9dd9552ae5227f8d2ca8]

        INTEGRATION: CWS jsc17 (1.7.124); FILE MERGED 2007/01/22 15:35:27 jsc 1.7.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3aed1f7a838f6b060dce6303a21d29ac92e7d36f]

        INTEGRATION: CWS calc41 (1.22.78); FILE MERGED 2007/01/12 14:53:36 er 1.22.78.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [5c27e5c5b30aba103b4da0f0dd4d836548d81175]

        INTEGRATION: CWS jsc17 (1.9.8); FILE MERGED 2007/01/24 09:21:13 jsc 1.9.8.2: #i73750# adapt rdb name when zip package 2007/01/22 15:35:27 jsc 1.9.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6b3949ccbe57ed6bcb3cb4b92de605d038f666bd]

        INTEGRATION: CWS jsc17 (1.6.134); FILE MERGED 2007/01/22 15:35:26 jsc 1.6.134.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b25eab9554918522083b7d3fcccea409d08cc551]

        INTEGRATION: CWS calc41 (1.30.236); FILE MERGED 2007/01/12 14:53:36 er 1.30.236.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3aa5567ec75c0f65d93a3287f90ba5978fee3fa5]

        INTEGRATION: CWS jsc17 (1.7.8); FILE MERGED 2007/01/22 15:35:26 jsc 1.7.8.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [32cc33a714cde10ceb0f4b996ca3edc93e76db50]

        INTEGRATION: CWS calc41 (1.7.354); FILE MERGED 2007/01/10 18:53:25 nn 1.7.354.1: #i72188# use hash map for datapilot result members (patch from Jody)

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [45b6be0360abe817312d78cb27d7198f6c72f451]

        INTEGRATION: CWS calc41 (1.5.354); FILE MERGED 2007/01/10 18:53:25 nn 1.5.354.1: #i72188# use hash map for datapilot result members (patch from Jody)

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [72b73371d20be7b0a305204065f6c0135041f350]

        INTEGRATION: CWS jsc17 (1.7.124); FILE MERGED 2007/01/22 15:35:25 jsc 1.7.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [51dcc7d21b1f30d515f2e53f6b77d561f0b4844e]

        INTEGRATION: CWS jsc17 (1.3.124); FILE MERGED 2007/01/22 15:35:25 jsc 1.3.124.1: #i73750# change UNOPKG_EXT to UNOOXT_EXT

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [49547bc0049ef17431b0860902b23c9824b6c9bc]

        INTEGRATION: CWS calc41 (1.96.14); FILE MERGED 2007/01/12 14:53:36 er 1.96.14.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [d8d0b875f620511534afcc555f07c6e7a26785b1]

        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>  [99ef9d01d0a361c7753f894c6486a63960d6dd4c]

        INTEGRATION: CWS calc41 (1.17.78); FILE MERGED 2007/01/12 14:53:35 er 1.17.78.1: #i72457# dBase export now supports multibyte encodings, adapt field width determination and error handling

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [770f67f45f95885d413f37a0e1332976e19b4089]

        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>  [9eb42e5b2257a00673a65c9ff7cf04df3a097e43]

        INTEGRATION: CWS aw040 (1.6.32); FILE MERGED 2007/01/12 14:07:41 aw 1.6.32.1: #i63264# error in aw024, used B3DHomMatrix instead of B2DHomMatrix, corrected that

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [078ccaab2d01797690baea441aad98184fcdc544]

        INTEGRATION: CWS aw040 (1.23.32); FILE MERGED 2007/01/12 14:07:41 aw 1.23.32.1: #i63264# error in aw024, used B3DHomMatrix instead of B2DHomMatrix, corrected that

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [e005c4011e262320f008c76cf259f596aa3337e4]

        INTEGRATION: CWS aw040 (1.9.32); FILE MERGED 2007/01/12 14:07:41 aw 1.9.32.1: #i63264# error in aw024, used B3DHomMatrix instead of B2DHomMatrix, corrected that

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [3fe211d2dd45b7686be38460ea808d862cb5ef11]

        INTEGRATION: CWS aw040 (1.7.32); FILE MERGED 2007/01/12 14:07:40 aw 1.7.32.1: #i63264# error in aw024, used B3DHomMatrix instead of B2DHomMatrix, corrected that

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [a7482d51e159cd7a9ef25620b7336b4e1dcf548a]

        INTEGRATION: CWS jsc17 (1.16.26); FILE MERGED 2007/01/22 15:51:55 jsc 1.16.26.1: #i73482# take care of predefined modules and XInterface

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [0adde186d4b3d27949f971eb6efd1fc22866bea0]

        INTEGRATION: CWS jsc17 (1.10.12); FILE MERGED 2007/01/22 15:51:18 jsc 1.10.12.1: #i73482# flag predefined types correctly

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [56024e689dda1c73bbaaca6dba522104f9cf3310]

        INTEGRATION: CWS calc41 (1.100.28); FILE MERGED 2007/01/12 14:46:53 er 1.100.28.1: #i72457# UpdateBuffer: pass original error in exception

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c690b760becd3fa7421d816791b0628ae728b5b2]

        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>  [091863c7a97a4b6272ea608671c93b29b86997ac]

        INTEGRATION: CWS jsc17 (1.10.20); FILE MERGED 2007/01/22 15:50:37 jsc 1.10.20.1: #i73482# implement new helper functions

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [bafbbf7c1026a367e05fc24abbe29e5a1db365c0]

        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>  [625780f605ddc7f031ec0eb60e194d738b7ffb68]

        INTEGRATION: CWS jsc17 (1.5.34); FILE MERGED 2007/01/22 15:47:42 jsc 1.5.34.1: #i73482# remove const

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [973f13fd4f23d93e153d7785439a3691b8f5dae7]

        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>  [2bd2c500b063b793d67d6938c5d13243d9d6c017]

        INTEGRATION: CWS jsc17 (1.7.12); FILE MERGED 2007/01/22 15:46:54 jsc 1.7.12.1: #i73482# insert new helper functions

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b60437ec43ec163a27143357d7b6c9b9ffef2588]

        INTEGRATION: CWS swqbf94_SRC680 (1.38.64); FILE MERGED 2007/01/18 11:18:13 ama 1.38.64.1: #144704#: Broken flat XML export used by sdw export

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [82f76c7000fc9072ae66ff33f482eb83744902a5]

        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>  [0bab72515b7fa11aba079243f2097cab117b8a53]

        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>  [4d6c4a10f65610973cd8e3315140e2546ffbfd2b]

        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>  [2a82580d242d35dca07d4c612264a8cdcb051e18]

        INTEGRATION: CWS socs02 (1.4.164); FILE MERGED 2007/01/10 14:26:43 kso 1.4.164.1: #144483# - pass mws, minor and build id over to ant

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f57a2ba14e63d83c197da158234035ea5dd4a7b0]

        INTEGRATION: CWS socs02 (1.31.124); FILE MERGED 2007/01/10 13:49:32 kso 1.31.124.1: #144483# - fixed generation of solar.properties

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1299e8fb79db5b021f489cdf84f048bf89accc94]

        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>  [46e54059df2219f8d1f1ccfd95e396cf9c2e2a5e]

        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  Oliver Bolte  <obo@openoffice.org>  [08d1e7614718b620437f647693cfdad5b2752b9f]

        INTEGRATION: CWS ause075_SRC680 (1.41.20); FILE MERGED 2007/01/22 17:34:00 hjs 1.41.20.1: #i71899# make sure cleanup happens on version change

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [6464e2191afb13a102649b44b89d9ad460bba84b]

        INTEGRATION: CWS sb65 (1.43.22); FILE MERGED 2007/01/10 09:12:47 sb 1.43.22.2: RESYNC: (1.43-1.45); FILE MERGED 2006/12/11 14:26:36 sb 1.43.22.1: #i71283# URE 1.2.

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [74b3c867e843928e13b65a77085e5fc2bd1fe6bd]

        INTEGRATION: CWS ause075_SRC680 (1.1.2); FILE ADDED 2007/01/22 17:33:59 hjs 1.1.2.1: #i71899# make sure cleanup happens on version change

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [c3b378235c192e20d8632206b508a655065ed70b]

        INTEGRATION: CWS sb65 (1.2.22); FILE MERGED 2007/01/10 12:15:44 sb 1.2.22.1: #i73330# Added THIRDPARTYLICENSEREADME.html.

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [1e503c10ded3828b84ec600377dfeaae0f528656]

        INTEGRATION: CWS sb65 (1.1.2); FILE ADDED 2007/01/10 12:16:21 sb 1.1.2.1: #i73330# Initial THIRDPARTYLICENSEREADME.html (provided by mh).

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [b3554e8feccc4aecef31cf6c1ad2b2a4e8ca44ba]

        INTEGRATION: CWS sb65 (1.10.8); FILE MERGED 2007/01/10 12:15:44 sb 1.10.8.1: #i73330# Added THIRDPARTYLICENSEREADME.html.

2007-01-25  Oliver Bolte  <obo@openoffice.org>  [f4b4a068ef99d63b741de2add931a6c5c9691a0f]

        INTEGRATION: CWS sb65 (1.1.26); FILE MERGED 2007/01/10 12:15:44 sb 1.1.26.1: #i73330# Added THIRDPARTYLICENSEREADME.html.

2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [f3801ce725df8faa93c54c0129a0c9ca9846b925]

        #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>  [756406d1d94633f213771ffad27869f2363dacc7]

        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>  [842e4e9c3eb879c359c5a55a329b6eae7b4cde2c]

        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>  [5f77edd0cd15bafc6f03cdb0599a8bb138015280]

        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>  [73352b923e4afc115c68b23bc819a1cf990d0ae0]

        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>  [6527e3e9549b9a100eca5b9f6af5ef12f0e35466]

        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>  [1c4d9193ec7c2ae857caddb4e777623048cb7343]

        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>  [19cb8c74abb6762fd7d098ba929061f8eda40389]

        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>  [a1e39c722c3d6cf2e1ee28c0e65a6e1c94d2ff90]

        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>  [dcb34523aa4094eb7c9bc8829d61740e07cd9f0e]

        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>  [e068e0e9aa9405ea4016ad19e9a963129adfed79]

        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>  [8d6f35a46085bb420e8896505504b376d17b842a]

        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>  [b4a10124cee9dfcb162f5e8090ecbe4eb4ad5f63]

        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-25  Rüdiger Timm  <rt@openoffice.org>  [da8d241e933b4cc453680697526de4c4cd5a4fd9]

        #i10000# Extra semicolons removed to avoid warning by solaris compiler about ' Empty declaration'.

2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [4415ff64be24acfd19df757b223411293385e1ee]

        INTEGRATION: CWS filtershrink (1.4.40); FILE MERGED 2007/01/17 15:46:55 mmeeks 1.4.40.1: #i68929# reduce filter memory consumption

2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [158e55f4ed3824c9e05dafdc887d40b393f38aa2]

        INTEGRATION: CWS filtershrink (1.6.84); FILE MERGED 2007/01/17 15:46:55 mmeeks 1.6.84.1: #i68929# reduce filter memory consumption

2007-01-25  Rüdiger Timm  <rt@openoffice.org>  [059a6a835b791f261ad76633519de176c3db041f]

        INTEGRATION: CWS filtershrink (1.7.262); FILE MERGED 2007/01/17 15:46:54 mmeeks 1.7.262.1: #i68929# reduce filter memory consumption

2007-01-25  Yuan  Li  <liyuan@openoffice.org>  [9caa166a04c0b499508f311f68170c8d6aed9fe6]

        resume to 2.3.5

2007-01-25  Yuan  Li  <liyuan@openoffice.org>  [2fde311a236f6e04214e317e8d6ef34b468d2735]

        resume

2007-01-25  Yuan  Li  <liyuan@openoffice.org>  [54680a30aa83e203b43280da14fc98b58497a19c]

        class MIMEBase is in the email.mime namespace in the python-2.5

2007-01-24  Yuan  Li  <liyuan@openoffice.org>  [efdbc4d3a63d6a68c3015f2286246b527d48a88f]

        #71327, by liyuan

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8c3479850cfa315434ba2d7a4ffe205bda876755]

        INTEGRATION: CWS smoketest14 (1.1.2); FILE ADDED 2007/01/17 16:20:27 kz 1.1.2.1: #144471# move smoketest document into smoketestoo_native

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6901b9f7788834e12c077e04e2dd9e75a7474180]

        INTEGRATION: CWS obr04 (1.175.10); FILE MERGED 2007/01/12 08:06:00 obr 1.175.10.1: #i72544# patch flags for *-open-url

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0d5d39e101e37ee1ffeda5c1b2059416174e0628]

        INTEGRATION: CWS obr04 (1.5.68); FILE MERGED 2007/01/11 08:29:46 obr 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED 2006/12/22 07:37:35 obr 1.5.68.1: PRJNAME fixed

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [75a792411d98d63268b4d93781b7b72edbb15666]

        INTEGRATION: CWS obr04 (1.2.126); FILE MERGED 2006/12/22 07:37:34 obr 1.2.126.1: PRJNAME fixed

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6ea7a1763b2f90cc9114197124815989e0f9bde1]

        INTEGRATION: CWS obr04 (1.7.126); FILE MERGED 2006/12/22 07:37:34 obr 1.7.126.1: PRJNAME fixed

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ad0ec894898fa9fa45e4e31873e191114309b67c]

        INTEGRATION: CWS obr04 (1.3.120); FILE MERGED 2006/12/20 15:03:25 obr 1.3.120.2: #i72544# patch applied 2006/12/20 14:56:46 obr 1.3.120.1: #i72328# patch applied

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8abbbc9e39aeb21eccbf8b0336994c1b845906fa]

        INTEGRATION: CWS obr04 (1.2.254); FILE MERGED 2006/12/20 15:03:25 obr 1.2.254.1: #i72544# patch applied

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e70332e4f60e1498d5fe8dca7a8a4a40b3ecf9bb]

        INTEGRATION: CWS obr04 (1.3.166); FILE MERGED 2006/12/20 15:03:25 obr 1.3.166.1: #i72544# patch applied

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [53972a765929424162b95233207d5203093ed664]

        INTEGRATION: CWS obr04 (1.3.120); FILE MERGED 2006/12/20 15:03:24 obr 1.3.120.1: #i72544# patch applied

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [3d2b82ec5d5494051785d91473c1df84d117e49b]

        INTEGRATION: CWS obr04 (1.1.2); FILE ADDED 2007/01/10 15:02:16 obr 1.1.2.1: #i72543# correctly encode what gets passed to the shell via popen + add unit test

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [90fdbb12870d00a4ebcf487d28979851804da6e4]

        INTEGRATION: CWS obr04 (1.1.2); FILE ADDED 2007/01/11 09:42:38 obr 1.1.2.2: #i72543# compile fixes + bug in test app 2007/01/10 15:02:16 obr 1.1.2.1: #i72543# correctly encode what gets passed to the shell via popen + add unit test

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9526c01d3aba79d95cd8871e207bbca230860dd5]

        INTEGRATION: CWS obr04 (1.4.126); FILE MERGED 2007/01/11 09:42:38 obr 1.4.126.2: #i72543# compile fixes + bug in test app 2007/01/10 15:02:15 obr 1.4.126.1: #i72543# correctly encode what gets passed to the shell via popen + add unit test

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2bb8b24220efd2bd112236e913c0b83c94ee4a9c]

        INTEGRATION: CWS obr04 (1.15.28); FILE MERGED 2007/01/11 09:42:38 obr 1.15.28.2: #i72543# compile fixes + bug in test app 2007/01/10 15:02:15 obr 1.15.28.1: #i72543# correctly encode what gets passed to the shell via popen + add unit test

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1b01ad9adbc4a564d6a6101e26838df829b3d78f]

        INTEGRATION: CWS obr04 (1.9.70); FILE MERGED 2007/01/11 09:42:38 obr 1.9.70.2: #i72543# compile fixes + bug in test app 2007/01/10 15:02:15 obr 1.9.70.1: #i72543# correctly encode what gets passed to the shell via popen + add unit test

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a767f73f878ff0e55d8a99ead1bbdfb8492ccb53]

        INTEGRATION: CWS fs08 (1.69.8); FILE MERGED 2007/01/03 18:15:55 fridrich_strba 1.69.8.2: RESYNC: (1.69-1.70); FILE MERGED 2006/12/20 10:13:33 fridrich_strba 1.69.8.1: Issue number:  72788 Submitted by:  thb Reviewed by:   fridrich_strba Small unrelated patch to disambiguate the function call and take compiler out of confusion on Solaris 10 :-)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [00e7899664cab14ba06ec630a2a0ea5d99f23908]

        INTEGRATION: CWS fs08 (1.6.4); FILE MERGED 2006/12/18 09:27:21 fridrich_strba 1.6.4.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e04922181a312b1d8e9efe0878e54137b5b58fc1]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/19 10:09:07 fridrich_strba 1.1.2.2: removing memory leaks and warnings with GNU/Linux gcc 3.4.5 2006/12/18 09:27:20 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e947bca12172b77909263710892d47f9a3092b2d]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/18 09:27:20 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9ed5b340dc1918b22c9ed06705b03f19154ccb1a]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/19 10:09:07 fridrich_strba 1.1.2.2: removing memory leaks and warnings with GNU/Linux gcc 3.4.5 2006/12/18 09:27:19 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [43be4dc5dbdeafb040f7455ea433b92750add049]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/18 09:27:19 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0f7a7a2f8406ff95f62883cb9a3432e5d691a9e1]

        INTEGRATION: CWS fs08 (1.3.10); FILE MERGED 2006/12/22 16:18:36 fridrich_strba 1.3.10.1: trying to put belts and braces around the stream class

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2499e2497091983049c65cd010cb61fb891e88c8]

        INTEGRATION: CWS fs08 (1.3.38); FILE MERGED 2007/01/03 15:51:59 fridrich_strba 1.3.38.3: make the mxChildStream and mxChildStorage members of the class again 2006/12/30 14:41:56 fridrich_strba 1.3.38.2: refactoring the stream class to make it a bit more robust 2006/12/18 09:27:18 fridrich_strba 1.3.38.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [4c2cefae797073999edabb3a7f29c47b1331d674]

        INTEGRATION: CWS fs08 (1.5.36); FILE MERGED 2007/01/04 11:44:20 fridrich_strba 1.5.36.6: some improvements and bug-fixes from cws wpsimport01 2007/01/03 15:51:59 fridrich_strba 1.5.36.5: make the mxChildStream and mxChildStorage members of the class again 2006/12/30 14:41:56 fridrich_strba 1.5.36.4: refactoring the stream class to make it a bit more robust 2006/12/22 16:18:36 fridrich_strba 1.5.36.3: trying to put belts and braces around the stream class 2006/12/20 16:06:40 fridrich_strba 1.5.36.2: removing warnings on wntmsci10 2006/12/18 09:27:18 fridrich_strba 1.5.36.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7e1862f87df429a4cb2fec495fe58b16d60af4b2]

        INTEGRATION: CWS fs08 (1.3.4); FILE MERGED 2006/12/18 09:27:18 fridrich_strba 1.3.4.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fbc583874c72d036573b6379c6037b800646d0e8]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/19 10:09:07 fridrich_strba 1.2.38.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a81adf62a52cb76865bad953e6320a665b559539]

        INTEGRATION: CWS fs08 (1.3.30); FILE MERGED 2006/12/19 10:09:06 fridrich_strba 1.3.30.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [bb60f1d4f3a6c6edadee9f473ba464941b0d09f2]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/19 10:09:06 fridrich_strba 1.2.38.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6e38470b6d4cbf3ae4fa8d8eddbad4856f2a7076]

        INTEGRATION: CWS fs08 (1.3.20); FILE MERGED 2006/12/19 10:09:06 fridrich_strba 1.3.20.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a1885a4b3cbf3bd7ef0f421179742d75cd7f3d11]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/19 10:09:06 fridrich_strba 1.2.38.2: removing memory leaks and warnings with GNU/Linux gcc 3.4.5 2006/12/18 09:27:17 fridrich_strba 1.2.38.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [90681444ef4d3d73dc453abf97be6ab433845ea0]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2007/01/04 11:44:20 fridrich_strba 1.2.38.2: some improvements and bug-fixes from cws wpsimport01 2006/12/19 10:09:06 fridrich_strba 1.2.38.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d171801250c157d92a1a5d3a822c6551acb9a674]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/19 10:09:05 fridrich_strba 1.2.38.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [eaf8097f7e618375f0aeca4c796a98640605915f]

        INTEGRATION: CWS fs08 (1.3.20); FILE MERGED 2006/12/20 16:06:40 fridrich_strba 1.3.20.2: removing warnings on wntmsci10 2006/12/19 10:09:05 fridrich_strba 1.3.20.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [be54a36000368c0b220eb7ddc0beff159b9a122f]

        INTEGRATION: CWS fs08 (1.3.20); FILE MERGED 2006/12/19 10:09:05 fridrich_strba 1.3.20.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9f9edc638352713a18b34067cbdf97ea8a3dad28]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/18 09:27:17 fridrich_strba 1.2.38.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e31ab06bdebd646ed1d3f40b82c2a9ed1ba6343b]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/22 16:18:35 fridrich_strba 1.1.2.4: trying to put belts and braces around the stream class 2006/12/22 12:50:56 fridrich_strba 1.1.2.3: oops 2006/12/22 11:38:35 fridrich_strba 1.1.2.2: small fix for filtering properties from libwpd: xml namespace out of the sax messages fed to the css.comp.Writer.XMLImporter 2006/12/18 09:28:24 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [82c89d0bf14c894193306f88bb437c6c11ea7c4b]

        INTEGRATION: CWS fs08 (1.3.38); FILE MERGED 2006/12/19 10:09:05 fridrich_strba 1.3.38.1: removing memory leaks and warnings with GNU/Linux gcc 3.4.5

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fb290dada0fb94a79b895dbb108d6f910e574c73]

        INTEGRATION: CWS fs08 (1.2.38); FILE MERGED 2006/12/19 10:09:04 fridrich_strba 1.2.38.2: removing memory leaks and warnings with GNU/Linux gcc 3.4.5 2006/12/18 09:27:17 fridrich_strba 1.2.38.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e2ae2cbccd2ce685dfc8da4b5b7cf6a7f6e33225]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2006/12/19 10:09:04 fridrich_strba 1.1.2.2: removing memory leaks and warnings with GNU/Linux gcc 3.4.5 2006/12/18 09:28:24 fridrich_strba 1.1.2.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [93fb0f9fe41062444196dc53f701dc0cb194c123]

        INTEGRATION: CWS fs08 (1.8.10); FILE MERGED 2006/12/18 09:27:16 fridrich_strba 1.8.10.1: convert writerperfect into a framework where converter libraries based on libwpd's api can simply plug themselves

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d20df48d7a76ecb1820ee05ba69ab4b639e4ec49]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2007/01/09 10:53:01 fridrich_strba 1.1.2.1: uploading release tarball of libwpd-0.8.8

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0e9ccdc4eb9eefe9ab7aed79441a4796efe5e2f2]

        INTEGRATION: CWS fs08 (1.13.2); FILE MERGED 2007/01/09 15:37:59 fridrich_strba 1.13.2.4: fixing a little insignificant regression 2007/01/09 10:53:00 fridrich_strba 1.13.2.3: uploading release tarball of libwpd-0.8.8 2006/12/21 10:05:11 fridrich_strba 1.13.2.2: uploading a patch file that clears warnings with gcc 3.4.6 on unxlngi6. Once they are cleared on all suported platforms, a new corrected release tarball will replace the current one 2006/12/21 09:16:53 fridrich_strba 1.13.2.1: uploading not yet released libwpd 0.8.8 to see how we stand with warning

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9eba3f4caa0a4b475ade63888584189bc9e0966c]

        INTEGRATION: CWS fs08 (1.1.2); FILE ADDED 2007/01/15 13:49:31 thb 1.1.2.6: Make that buildable under Windows 2007/01/15 10:29:24 fridrich_strba 1.1.2.5: some more fixes 2007/01/12 23:21:22 fridrich_strba 1.1.2.4: some more checks added 2007/01/11 21:53:42 fridrich_strba 1.1.2.3: build fix 2007/01/11 18:22:47 fridrich_strba 1.1.2.2: some more belts and braces enhancing stability and security 2007/01/09 15:37:58 fridrich_strba 1.1.2.1: fixing a little insignificant regression

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5bbb185891c534ef74fc68ab4d65215c0534c736]

        INTEGRATION: CWS fs08 (1.33.18); FILE MERGED 2007/01/03 18:12:51 fridrich_strba 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2006/12/19 12:12:29 fridrich_strba 1.33.18.1: remove writerperfect from the modules with warnings since this CWS tries to remove all warnings :-)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [25c70c3aedb8373095f192c366b42df1504c9f15]

        INTEGRATION: CWS fs08 (1.26.18); FILE MERGED 2007/01/03 18:13:29 fridrich_strba 1.26.18.2: RESYNC: (1.26-1.27); FILE MERGED 2006/12/19 12:12:29 fridrich_strba 1.26.18.1: remove writerperfect from the modules with warnings since this CWS tries to remove all warnings :-)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9f288b0de10c94aa215b014898171334ef1dd1c4]

        INTEGRATION: CWS fs08 (1.26.16); FILE MERGED 2007/01/03 18:13:23 fridrich_strba 1.26.16.2: RESYNC: (1.26-1.27); FILE MERGED 2006/12/19 12:12:29 fridrich_strba 1.26.16.1: remove writerperfect from the modules with warnings since this CWS tries to remove all warnings :-)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [232e98413823c93faeef50a92359fec86370cff8]

        INTEGRATION: CWS mfdouble (1.74.90); FILE MERGED 2006/12/15 13:55:52 pl 1.74.90.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [31d7c2e0525f15844eef8c0714508a25fd2487d2]

        INTEGRATION: CWS mfdouble (1.37.30); FILE MERGED 2006/12/14 16:20:42 pl 1.37.30.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [399797a804cd8ceab44c637c5ee19e4edcd8f56e]

        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>  [62edea2aefb0d4853ccc2286e6926636bf7bef2d]

        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>  [2fb54852286fc7ddcf96bb5ee47d3a4e9005c4e5]

        INTEGRATION: CWS mfdouble (1.9.128); FILE MERGED 2006/12/20 14:29:42 pl 1.9.128.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c7075905d8b3ba2ba970f80a2769d5f0a1e6247d]

        INTEGRATION: CWS mfdouble (1.6.342); FILE MERGED 2006/12/20 14:29:42 pl 1.6.342.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [28b1d87d5652ce6e77fc6f89bd690f1256d307e5]

        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>  [a5d8808c86d68c3f8edb40a604c7031a4e5c18f6]

        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>  [cab3b1635d3ec38efb12e954c965dcfca534bdaf]

        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>  [be6affc2f720dca0fa6251020fe024bc99ede53c]

        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>  [b949f7bd5f886b3c5ff6e19d3a79de07d502e85c]

        INTEGRATION: CWS mfdouble (1.19.8); FILE MERGED 2006/12/22 10:24:05 pl 1.19.8.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [611e08c312a6ae8c7f3f027d6619d196270983a5]

        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>  [c95e2fea5bded646b7d311b0be8c399008f61131]

        INTEGRATION: CWS mfdouble (1.7.56); FILE MERGED 2006/12/19 17:29:41 pl 1.7.56.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [4e25286501771d42b5a94ea14dec5af1ac66f7ea]

        INTEGRATION: CWS mfdouble (1.41.16); FILE MERGED 2006/12/21 16:56:20 pl 1.41.16.2: RESYNC: (1.41-1.42); FILE MERGED 2006/12/19 17:29:41 pl 1.41.16.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fc4764f42866ee262f71ad5c82b9ee8eaeaa60d2]

        INTEGRATION: CWS mfdouble (1.44.56); FILE MERGED 2006/12/19 17:29:41 pl 1.44.56.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [cacec5c9eff4bc6d9da871ca72c946e00c23a057]

        INTEGRATION: CWS mfdouble (1.44.44); FILE MERGED 2006/12/19 17:29:41 pl 1.44.44.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8baa7b599b78f09d0de9cae1088641e868f40e51]

        INTEGRATION: CWS mfdouble (1.20.138); FILE MERGED 2006/12/21 16:50:08 pl 1.20.138.2: RESYNC: (1.20-1.21); FILE MERGED 2006/12/15 13:55:52 pl 1.20.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [09e43224198301a34599eaf1a5b16d6776137360]

        INTEGRATION: CWS mfdouble (1.35.62); FILE MERGED 2006/12/21 16:50:02 pl 1.35.62.2: RESYNC: (1.35-1.36); FILE MERGED 2006/12/15 13:55:52 pl 1.35.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [3aee84893f8f1243bf57ebfe3d182ae7b4905c06]

        INTEGRATION: CWS mfdouble (1.14.138); FILE MERGED 2006/12/15 13:55:51 pl 1.14.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fdc0e09ddaa823706c22319a1d34c71b98cbd155]

        INTEGRATION: CWS mfdouble (1.57.138); FILE MERGED 2006/12/15 13:55:51 pl 1.57.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [4791eef937619b004a411a4b205dc91f25caa431]

        INTEGRATION: CWS mfdouble (1.15.138); FILE MERGED 2006/12/15 13:55:51 pl 1.15.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [07cf8317c7f84ca4f2be00a9ae639577069442ca]

        INTEGRATION: CWS mfdouble (1.23.170); FILE MERGED 2006/12/15 13:55:50 pl 1.23.170.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0bccf49835a3c211e23c8939a40303dc519b8f52]

        INTEGRATION: CWS mfdouble (1.79.44); FILE MERGED 2006/12/15 13:55:50 pl 1.79.44.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5d0792b7bb366d36337f214e38198696eb8f7c6a]

        INTEGRATION: CWS mfdouble (1.23.62); FILE MERGED 2006/12/15 13:55:49 pl 1.23.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8e60418ec34871ce7d7e5f8144afca6eb440040b]

        INTEGRATION: CWS mfdouble (1.25.62); FILE MERGED 2006/12/21 13:53:37 pl 1.25.62.2: #i71046# use correct normalization for setting min/max values 2006/12/14 19:15:51 pl 1.25.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [32a198206b044aa6bd070dab050ce255920c6011]

        INTEGRATION: CWS mfdouble (1.34.60); FILE MERGED 2006/12/21 16:38:40 pl 1.34.60.2: RESYNC: (1.34-1.35); FILE MERGED 2006/12/14 19:15:51 pl 1.34.60.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e498e25abef87477d04c2455d31f333447a0297b]

        INTEGRATION: CWS mfdouble (1.23.138); FILE MERGED 2006/12/14 19:15:51 pl 1.23.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [358fbcbc073ef97589c0bdb046980842e79e0d30]

        INTEGRATION: CWS mfdouble (1.19.138); FILE MERGED 2006/12/14 19:15:51 pl 1.19.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [40e12c515eb052926a9ef0258c894cc451b06d49]

        INTEGRATION: CWS mfdouble (1.13.138); FILE MERGED 2006/12/14 19:15:51 pl 1.13.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9be02b29229a8100e8e32dfa24fa6f06ea8e062a]

        INTEGRATION: CWS mfdouble (1.22.138); FILE MERGED 2006/12/14 19:15:50 pl 1.22.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [f940f93624765309da5b30f48d1822bebdf749b0]

        INTEGRATION: CWS mfdouble (1.12.62); FILE MERGED 2006/12/14 19:15:50 pl 1.12.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [71b35ba04bcf6a5c9d92d2c51c1fcf3cae7f8b20]

        INTEGRATION: CWS mfdouble (1.45.170); FILE MERGED 2006/12/14 19:15:50 pl 1.45.170.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d3bcce482936423a839b8e87ebad4c1c28d01ca4]

        INTEGRATION: CWS mfdouble (1.32.138); FILE MERGED 2006/12/14 19:15:50 pl 1.32.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9b4ea128f520cb0d64df131f6936c7854cbb4a14]

        INTEGRATION: CWS mfdouble (1.13.150); FILE MERGED 2006/12/14 19:15:50 pl 1.13.150.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [19575c44f53556e69c8e3b2fa842d30c866eb3b3]

        INTEGRATION: CWS mfdouble (1.36.136); FILE MERGED 2006/12/21 16:38:33 pl 1.36.136.2: RESYNC: (1.36-1.37); FILE MERGED 2006/12/14 19:15:49 pl 1.36.136.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a341ecca09b3e30ef8dc7e6937c19e37bbeaf314]

        INTEGRATION: CWS mfdouble (1.52.138); FILE MERGED 2006/12/14 19:15:49 pl 1.52.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9e8055ecf3e4d9ff071f3d45a0fa044ce0e558ad]

        INTEGRATION: CWS mfdouble (1.14.138); FILE MERGED 2006/12/14 19:15:49 pl 1.14.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e1700f33fdf660e8eb76ecee4ee432d0f185d2bb]

        INTEGRATION: CWS mfdouble (1.15.138); FILE MERGED 2006/12/14 19:15:49 pl 1.15.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [bf6efc7b112e881befc7d8ebc1c0d68f273a7d2f]

        INTEGRATION: CWS mfdouble (1.32.44); FILE MERGED 2006/12/14 19:15:49 pl 1.32.44.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0b59a4ed3a96a96cc604c103a3cc702a965c868e]

        INTEGRATION: CWS mfdouble (1.13.170); FILE MERGED 2006/12/14 19:15:48 pl 1.13.170.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1d66ab37e8e33a7ee40394adba04557d9de9220f]

        INTEGRATION: CWS mfdouble (1.15.138); FILE MERGED 2006/12/14 19:15:48 pl 1.15.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [95148b3baa56d481bddefaf24c17accbf4658806]

        INTEGRATION: CWS mfdouble (1.14.62); FILE MERGED 2006/12/14 19:15:48 pl 1.14.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [de7e13cd761a2a9847bce8e9e99b6ffd9ef230a5]

        INTEGRATION: CWS mfdouble (1.13.14); FILE MERGED 2006/12/14 19:15:48 pl 1.13.14.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7b87840b96f0ecf691b4fbed51e5abae29792a37]

        INTEGRATION: CWS mfdouble (1.5.292); FILE MERGED 2006/12/14 19:15:48 pl 1.5.292.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ac083003ba4da78b58d0bfcffbaf134623dfcbdc]

        INTEGRATION: CWS mfdouble (1.4.138); FILE MERGED 2006/12/14 19:15:48 pl 1.4.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1e4cfed9c3be405d133457ba684fae24c6968665]

        INTEGRATION: CWS mfdouble (1.9.138); FILE MERGED 2006/12/14 19:15:47 pl 1.9.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8aa4c77aefc13ad982f38b6a8c6e81f3598b65e0]

        INTEGRATION: CWS mfdouble (1.90.138); FILE MERGED 2006/12/14 19:15:47 pl 1.90.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [eed7beb73b8a63bf2b95175d8c7873d809811b0c]

        INTEGRATION: CWS mfdouble (1.30.136); FILE MERGED 2006/12/14 19:15:47 pl 1.30.136.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7ff80a3be03714017e38d29790ca22f1c0aa007c]

        INTEGRATION: CWS mfdouble (1.34.138); FILE MERGED 2006/12/14 19:15:47 pl 1.34.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [bf2e0cdd91d20d50c609c903445b640245a1c663]

        INTEGRATION: CWS mfdouble (1.16.62); FILE MERGED 2006/12/14 19:15:47 pl 1.16.62.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8f0b3e4503ed265e1b142d9be385cba25bb50181]

        INTEGRATION: CWS mfdouble (1.9.138); FILE MERGED 2006/12/14 19:15:46 pl 1.9.138.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ec44a43fb49afb042eedf756123157d476ea4d2d]

        INTEGRATION: CWS mfdouble (1.10.34); FILE MERGED 2006/12/20 10:02:38 pl 1.10.34.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [547f96b279b083ce5f2a51beb54b62f1758880f2]

        INTEGRATION: CWS mfdouble (1.8.120); FILE MERGED 2006/12/21 10:33:22 pl 1.8.120.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0ba20a83d5a27ec6da1573d741ebe2e949873e7b]

        INTEGRATION: CWS mfdouble (1.9.4); FILE MERGED 2006/12/22 13:39:51 pl 1.9.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [60a6e9a67681de109d6085ed2b95e23e84072870]

        INTEGRATION: CWS mfdouble (1.22.4); FILE MERGED 2006/12/22 13:39:50 pl 1.22.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b8e40b4e4561b6115c68d5a420a67865765fc8ec]

        INTEGRATION: CWS mfdouble (1.9.4); FILE MERGED 2006/12/22 13:39:50 pl 1.9.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [4e6ff903f17ba79d05cc4b5f1da5a0f94b801d0a]

        INTEGRATION: CWS mfdouble (1.11.4); FILE MERGED 2006/12/22 13:39:50 pl 1.11.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8bf51db73550df837cc8f42f429d19b27b969871]

        INTEGRATION: CWS mfdouble (1.25.4); FILE MERGED 2006/12/22 13:39:50 pl 1.25.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a00ec1498770829124336005ece2228e72f68571]

        INTEGRATION: CWS mfdouble (1.14.4); FILE MERGED 2006/12/22 12:59:30 pl 1.14.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9e3321784690284389df9f0a339ce25f6e99a9f6]

        INTEGRATION: CWS mfdouble (1.15.4); FILE MERGED 2006/12/22 12:59:30 pl 1.15.4.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [162b8b4b331a7b33f98cfe7347d5be91c296f445]

        INTEGRATION: CWS mfdouble (1.29.24); FILE MERGED 2006/12/14 15:40:35 pl 1.29.24.1: #i71046# increase precision of MetricField and friends

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8cb1c3a4c364bd1afed61220a55f73b121986c78]

        INTEGRATION: CWS impress115 (1.5.162); FILE MERGED 2007/01/02 10:32:15 cl 1.5.162.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5ef668e944d717d605c9172c480d5d6ec0634ce8]

        INTEGRATION: CWS impress115 (1.34.2); FILE MERGED 2007/01/18 13:45:57 cl 1.34.2.1: #i43124# hide page before delete view to prevent assertion

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1a7d668838caace0abac250320991777c69482a5]

        INTEGRATION: CWS impress115 (1.74.82); FILE MERGED 2007/01/03 15:41:19 cl 1.74.82.1: #i72350# fixed size shared across scripts (cmc@ooo)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [eb0f609159bc1ce1c547c572a7a11ad1ea73491f]

        INTEGRATION: CWS impress115 (1.148.50); FILE MERGED 2007/01/05 22:14:44 cl 1.148.50.2: RESYNC: (1.148-1.149); FILE MERGED 2006/12/12 17:56:18 sj 1.148.50.1: #i72511# fixed a problem when interpreting the PersistPtrIncrementalBlock

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [aa11a8c426eb430c3b661d345f3e18141d639b27]

        INTEGRATION: CWS impress115 (1.7.130); FILE MERGED 2007/01/02 10:31:04 cl 1.7.130.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ab8160360308690aacdf8ad24358d46d47b6e4df]

        INTEGRATION: CWS impress115 (1.23.162); FILE MERGED 2007/01/02 10:30:51 cl 1.23.162.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ce33a5302e97023f9ba6fae27de3d3287bcf2da0]

        INTEGRATION: CWS impress115 (1.12.162); FILE MERGED 2007/01/02 10:30:51 cl 1.12.162.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a17e05c64a44b962b578b5ea12ed625896298756]

        INTEGRATION: CWS impress115 (1.15.162); FILE MERGED 2007/01/02 10:30:50 cl 1.15.162.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [148139a86c3a208739d47379e03838e75f49ab24]

        INTEGRATION: CWS impress115 (1.7.130); FILE MERGED 2007/01/05 12:34:01 cl 1.7.130.1: #i72738# fixed dynamic control states for position and size page

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [744255c35fbe0fd2ba626dc7b6ef0709b0eabee8]

        INTEGRATION: CWS impress115 (1.25.52); FILE MERGED 2007/01/05 12:34:01 cl 1.25.52.1: #i72738# fixed dynamic control states for position and size page

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ae84f6a66849aa9d22ff57c8265d4f46324edd7c]

        INTEGRATION: CWS impress115 (1.90.130); FILE MERGED 2007/01/03 15:41:19 cl 1.90.130.1: #i72350# fixed size shared across scripts (cmc@ooo)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8fd670db18da6e60ffdb26b42341581cd23ccbb4]

        INTEGRATION: CWS impress115 (1.6.130); FILE MERGED 2007/01/02 10:30:35 cl 1.6.130.1: #120142# made Gallery a singleton, no refcounting anymore

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0f3fcb8f570b996271df27eb57bd6c5f2e98822e]

        INTEGRATION: CWS impress115 (1.52.56); FILE MERGED 2007/01/05 21:56:09 cl 1.52.56.2: RESYNC: (1.52-1.53); FILE MERGED 2007/01/03 15:48:52 cl 1.52.56.1: #i72350# fixed size shared across scripts (cmc@ooo)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e2f55d39f6c7e84610f1c79f161bd854398e9582]

        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>  [bcec14586044a5aad520413a403b7099d11cf2f9]

        INTEGRATION: CWS impress115 (1.11.30); FILE MERGED 2007/01/05 21:12:36 cl 1.11.30.2: RESYNC: (1.11-1.12); FILE MERGED 2007/01/02 06:37:58 cl 1.11.30.1: #i72344# applied ::KeyInput patch from jlcheng

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [89d116db3bf0586b02a1f2d05d76de5e274692d4]

        INTEGRATION: CWS impress115 (1.4.82); FILE MERGED 2007/01/10 14:02:23 sj 1.4.82.2: fixed typo 2007/01/05 15:05:56 cl 1.4.82.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a9a138b4a7d1c43762b38d9d4768af476f9c6c33]

        INTEGRATION: CWS impress115 (1.44.30); FILE MERGED 2007/01/18 13:47:10 cl 1.44.30.3: #i43124# after merge, check if we replaced the correct slide in the custom shows 2007/01/05 20:27:30 cl 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2007/01/05 15:05:56 cl 1.44.30.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ece4dfc920855b5557a4db62e46d7400ef259051]

        INTEGRATION: CWS impress115 (1.39.30); FILE MERGED 2007/01/05 20:27:23 cl 1.39.30.2: RESYNC: (1.39-1.40); FILE MERGED 2007/01/05 15:05:55 cl 1.39.30.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7cd09cf2bb8a66eb59a2cc75cb6e8444db0fbb79]

        INTEGRATION: CWS impress115 (1.8.32); FILE MERGED 2007/01/05 15:05:55 cl 1.8.32.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [683c3ddc6835ec9edaf9a0eb92c9d4ecdec88453]

        INTEGRATION: CWS impress115 (1.44.30); FILE MERGED 2007/01/05 20:23:32 cl 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2007/01/05 15:05:33 cl 1.44.30.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9826f619e485a08eb73d3b64c4e9540b435a44bb]

        INTEGRATION: CWS impress115 (1.6.32); FILE MERGED 2007/01/05 15:05:33 cl 1.6.32.1: #i43124# fixed replacing of slides in custom shows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5bf6030ff5e63a6bf705a2c619cea266c20c90cb]

        INTEGRATION: CWS impress115 (1.27.216); FILE MERGED 2007/01/05 10:35:51 cl 1.27.216.1: #i72375# added support for font-face-decls in impress/draw

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [76d5440ab01d0d72c59494f81c26e005c5fe103f]

        INTEGRATION: CWS impress115 (1.51.62); FILE MERGED 2007/01/10 11:12:31 sj 1.51.62.2: fixed typo 2007/01/05 10:35:51 cl 1.51.62.1: #i72375# added support for font-face-decls in impress/draw

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [3b7435a4cfc17ed42c3ec533a61463aef4235942]

        INTEGRATION: CWS impress115 (1.29.26); FILE MERGED 2007/01/03 15:49:40 cl 1.29.26.1: #i72350# fixed size shared across scripts (cmc@ooo)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [711fd3872fde0471bbd228ddb9ad0beaf81fbe3a]

        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>  [e9a86e90311ac1c98700b37f773748d487603c39]

        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>  [4d084f64d0b81a8901ee054432f112223aa66ef6]

        INTEGRATION: CWS swqbf90 (1.6.788); FILE MERGED 2006/12/05 14:19:14 os 1.6.788.1: #i72091# closing tags added

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6513f2664dfbdd8c999c8fec496a16a12d676e34]

        INTEGRATION: CWS swqbf90 (1.5.788); FILE MERGED 2006/12/05 14:19:14 os 1.5.788.1: #i72091# closing tags added

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [84e128cb844348a6099b04a749e9911239576e33]

        INTEGRATION: CWS swqbf90 (1.57.56); FILE MERGED 2006/11/20 13:25:40 od 1.57.56.1: #i67136# method <SwWrtShell::NumOrBulletOn(..)> 	 - document setting OUTLINE_LEVEL_YIELDS_OUTLINE_RULE has no relevance any more

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5424d7618147ca788f0557c45d43e6fae75f3cec]

        INTEGRATION: CWS swqbf90 (1.52.88); FILE MERGED 2007/01/02 12:04:29 od 1.52.88.2: RESYNC: (1.52-1.53); FILE MERGED 2006/12/06 13:15:20 od 1.52.88.1: #i56253# method <SwTextShell::Execute(..)> on executing format paragraph dialog 	 - enclose all undo actions, otherwise up to 4 undo action are 	   visible in the user interface.

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [34d41eafa785572fa21c43852048b9e11047d4a3]

        INTEGRATION: CWS swqbf90 (1.34.90); FILE MERGED 2006/12/12 08:24:30 od 1.34.90.1: #130443# method <SwOutlineTabDialog::Ok()> 	 - encapsulate changes into an action

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [857a63d27e7b1677cabe0c46290de71724b15784]

        INTEGRATION: CWS swqbf90 (1.18.90); FILE MERGED 2006/12/12 14:19:39 os 1.18.90.1: i72272# make leading a signed value

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [00762c0a7c1f9ba1e94ed1d56ed323d75d18b199]

        INTEGRATION: CWS swqbf90 (1.74.40); FILE MERGED 2007/01/03 13:54:39 od 1.74.40.1: #i73079# method <SwXShape::_ConvertTransformationToLayoutDir(..)> 	 - use correct matrix type to set translation to transformation matrix

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2c0f88235f6e790fb44315ae17f751622952aea5]

        INTEGRATION: CWS swqbf90 (1.65.88); FILE MERGED 2007/01/02 11:44:58 od 1.65.88.2: RESYNC: (1.65-1.66); FILE MERGED 2006/11/20 13:24:24 od 1.65.88.1: #i67136# method <SwTxtNode::_GetNumRule(..)> 	 - document setting OUTLINE_LEVEL_YIELDS_OUTLINE_RULE has no relevance any more

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2dbd958e6d7fb5ae62dc81d3c9de0ddc7aacd849]

        INTEGRATION: CWS swqbf90 (1.22.90); FILE MERGED 2006/12/04 11:31:00 fme 1.22.90.1: #139445# Made code robust against missing view shell

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [36dcfa0fbcc7d45c8b8040d2ec2c78b09d3fe21c]

        INTEGRATION: CWS swqbf90 (1.44.90); FILE MERGED 2006/12/04 11:31:00 fme 1.44.90.1: #139445# Made code robust against missing view shell

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b638c7a099659d2c4ff891420b2820c4282a87a9]

        INTEGRATION: CWS swqbf90 (1.42.88); FILE MERGED 2007/01/02 11:43:38 od 1.42.88.2: RESYNC: (1.42-1.43); FILE MERGED 2006/12/04 11:31:00 fme 1.42.88.1: #139445# Made code robust against missing view shell

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b1ffe1fca594b7ebf121343fbfca7d8cdc52a7b3]

        INTEGRATION: CWS swqbf90 (1.98.90); FILE MERGED 2006/12/04 11:31:00 fme 1.98.90.1: #139445# Made code robust against missing view shell

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [05aba616155344d2b4e6c9ad7ef6531be3f3cc3c]

        INTEGRATION: CWS swqbf90 (1.8.90); FILE MERGED 2006/12/01 10:29:15 od 1.8.90.1: #i71596# <ObjAnchorOrder::operator()> 	 - correct order of anchored objects - needed for XML export

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ae1f985c1687cfea79374cb155b33cd23d93b950]

        INTEGRATION: CWS swqbf90 (1.21.16); FILE MERGED 2007/01/03 13:49:57 od 1.21.16.1: #i73079# method <SwAnchoredDrawObject::_SetPositioningAttr()> 	 - vertical position already correct for alignment to character and 	   to line of text

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5eda18e2ba7ebcc554b31e8fe757f4840a8baf60]

        INTEGRATION: CWS swqbf90 (1.30.14); FILE MERGED 2007/01/02 11:37:32 od 1.30.14.2: RESYNC: (1.30-1.31); FILE MERGED 2006/12/06 13:07:08 od 1.30.14.1: #i56253# method <SwCntntNode::Modifiy(..)> 	 - change text node by calling its method <SyncNumberAndNumRule()> 	   after the change of the numbering rule is processed. 	   Otherwise corresponding information about numbering restart 	   are missing for the undo action

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [de29371fd617c416fc1468e4ff9a93a419baca61]

        INTEGRATION: CWS swqbf90 (1.44.90); FILE MERGED 2006/11/20 13:22:57 od 1.44.90.1: #i67136# method <lcl_SetHeadline(..)> 	 - document setting OUTLINE_LEVEL_YIELDS_OUTLINE_RULE has no relevance any more

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [142fe0c24142d0a04741f70ad05a06e9cbe3c8ac]

        INTEGRATION: CWS swqbf90 (1.20.14); FILE MERGED 2006/11/22 15:28:03 od 1.20.14.1: #i71574# - implementation and usage of new method 	   <TxtFmtCollFunc::CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle(..)>

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ad7b239ee9192a5ccc48406dd1b90d99a45a3985]

        INTEGRATION: CWS swqbf90 (1.62.14); FILE MERGED 2007/01/02 11:35:01 od 1.62.14.2: RESYNC: (1.62-1.63); FILE MERGED 2006/11/20 13:21:49 od 1.62.14.1: #i67136# method <SwDoc::PropagateOutlineRule()> 	 - check only on the list style, which is set at the paragraph style 	 - document setting OUTLINE_LEVEL_YIELDS_OUTLINE_RULE has no relevance any more

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [61a64bc80ec14d8e0ec4e5f7e74de6de99177455]

        INTEGRATION: CWS swqbf90 (1.10.56); FILE MERGED 2006/11/22 15:36:28 od 1.10.56.1: #i71574# methods <SwFmt::SetAttr( const SfxPoolItem& )> and 	 <SwFmt::SetAttr( const SfxItemSet& )> 	 - call new method <TxtFmtCollFunc::CheckTxtFmtColForDeletionOfAssignmentToOutlineStyle(..)> 	   for paragraph styles, if its <Modify> method isn't called.

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [dd43f681216fa99028acb0d44623ad3383e9a23e]

        INTEGRATION: CWS swqbf90 (1.1.2); FILE ADDED 2006/11/22 15:24:21 od 1.1.2.1: #i71574# new method <TxtFmtCollFunc::CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle(..)>

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b1fd13de190d21905f460359d16488afbc88f378]

        INTEGRATION: CWS swqbf90 (1.7.110); FILE MERGED 2006/11/22 15:20:38 od 1.7.110.1: #i71574# class <SwTxtFmtColl> 	 - new methods <AssignedToListLevelOfOutlineStyle()> and 	   <DeleteAssignmentToListLevelOfOutlineStyle()>

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [638006e649dd64cb487eda1a0db6e46be1dbcc74]

        INTEGRATION: CWS swqbf90 (1.8.30); FILE MERGED 2006/12/20 15:34:48 os 1.8.30.1: #i72786# regression from #142494# fixed

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ef5f1f785890757f9bd195c8ba40dd94a70ed8a7]

        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>  [e9cb41d9f7c97cfa5808f8227b1a8ca102daad97]

        INTEGRATION: CWS swqbf90 (1.8.18); FILE MERGED 2006/12/05 15:11:42 os 1.8.18.1: #i71983# return type added

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a595a04d8fd0d9cb7b1f45e1c49cc5b9e22fae86]

        INTEGRATION: CWS updchk03 (1.7.40); FILE MERGED 2007/01/10 16:01:18 dv 1.7.40.2: #i70831# Offset tip when bubble reaches the edge of the screen 2007/01/10 14:09:34 dv 1.7.40.1: #i70885# Use vcl events for icon handling ( because base is not an sfx application

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5663745f7ff5e4e1c98ada69a5ba27e3e08fcaa2]

        INTEGRATION: CWS updchk03 (1.7.42); FILE MERGED 2007/01/08 09:33:27 obr 1.7.42.1: #i72834# sleep interval increasing loop broken

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [f102958cad9a0a30e4efff937d1c03098b7ebf26]

        INTEGRATION: CWS updchk03 (1.49.54); FILE MERGED 2007/01/16 11:25:16 dv 1.49.54.1: Added tk resource to patch list

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [5b7af7c355ee608a15ffde500d9358591bec9858]

        INTEGRATION: CWS updchk03 (1.15.2); FILE MERGED 2006/12/21 13:37:48 dv 1.15.2.1: getStringFromRequest can't get strings when not in main thread

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [92af84b28669752f9c58bef5721d30e795cb57d0]

        INTEGRATION: CWS updchk03 (1.55.2); FILE MERGED 2006/12/21 13:37:48 dv 1.55.2.1: getStringFromRequest can't get strings when not in main thread

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a5280e7bb772909e6381e135e8aa6254b9218bcc]

        INTEGRATION: CWS updchk03 (1.1.2); FILE ADDED 2007/01/12 09:41:06 dv 1.1.2.1: HC throbber images

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [77d82d1c8354dd62d60c53c6100d8c8e03b6f869]

        INTEGRATION: CWS updchk03 (1.1.2); FILE ADDED 2007/01/12 09:41:05 dv 1.1.2.1: HC throbber images

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [92a195d98d5ab5020de7e450af116ce7214367fc]

        INTEGRATION: CWS updchk03 (1.1.2); FILE ADDED 2007/01/12 09:41:04 dv 1.1.2.1: HC throbber images

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [487cb9c5f756e478bce1c10dc17f3157f70b44f8]

        INTEGRATION: CWS updchk03 (1.1.2); FILE ADDED 2007/01/12 09:41:03 dv 1.1.2.1: HC throbber images

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9c56248a6864e239cc4ffd4abe6f4a9bc38be93e]

        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>  [8847e7c68c061fa6a38ecce57c1a6c7e9d6cab19]

        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>  [4feb98aeb3aefe40524eb9bd4fdea51ccc709669]

        INTEGRATION: CWS fwk59 (1.8.20); FILE MERGED 2006/12/19 13:18:09 mav 1.8.20.1: #i72756# fix the typos

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [697dfdda54487535639eaed6da630be34b720b30]

        INTEGRATION: CWS fwk59 (1.23.92); FILE MERGED 2007/01/10 09:01:32 mav 1.23.92.1: #i19025# do not allow to change document modified state when configuration requires so

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [35fa2104eeee318ab14ba19cc1b6c4e6911fcfd0]

        INTEGRATION: CWS fwk59 (1.125.52); FILE MERGED 2007/01/05 09:26:56 mav 1.125.52.1: #i71373# let the original stream be closed

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [fc425d4cf6a1b8c83993e493ac68ecf8b5e3a407]

        INTEGRATION: CWS fwk59 (1.32.32); FILE MERGED 2006/12/18 09:15:34 mav 1.32.32.1: #i72693# avoid user interactions

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [10a1f583d3863dcb5bbd1e709a75c45b8d388042]

        INTEGRATION: CWS fwk59 (1.187.40); FILE MERGED 2006/12/19 14:26:56 mav 1.187.40.1: #i676658# handle the special cases as well

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [52d575008408c315d721b6429a9aa59ca8d088d2]

        INTEGRATION: CWS fwk59 (1.186.92); FILE MERGED 2007/01/11 12:08:42 mav 1.186.92.1: #i71414# remove the assertion

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c93fde0822b8966adc745b01226c35599d8d2880]

        INTEGRATION: CWS fwk59 (1.73.110); FILE MERGED 2006/12/18 09:15:34 mav 1.73.110.1: #i72693# avoid user interactions

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [f0d982a88ffd62b7ea41541252fe694691590f9f]

        INTEGRATION: CWS fwk59 (1.144.50); FILE MERGED 2007/01/10 14:33:28 mav 1.144.50.1: #i60121# detect iconified object from word

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e9b31c16baa84b68b01a533647d2fc9a90f16752]

        INTEGRATION: CWS fwk59 (1.60.46); FILE MERGED 2007/01/11 12:12:01 pb 1.60.46.1: fix: #i73278# RET_CANCEL: close frame asynchronously

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ff1189014a4793c6af9e9234c9b20ea59b28bd47]

        INTEGRATION: CWS fwk59 (1.192.32); FILE MERGED 2007/01/08 13:21:04 mav 1.192.32.1: #i63867# let the replacement image be imported

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e3911a61e60610d32d4f41ab0361ff495bbf3f95]

        INTEGRATION: CWS fwk59 (1.106.104); FILE MERGED 2007/01/08 13:21:03 mav 1.106.104.1: #i63867# let the replacement image be imported

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [148ce39548e2e9f28e2ed1998a4199a27d4bf52d]

        INTEGRATION: CWS fwk59 (1.69.160); FILE MERGED 2007/01/11 16:49:27 mav 1.69.160.2: RESYNC: (1.69-1.70); FILE MERGED 2007/01/08 13:21:03 mav 1.69.160.1: #i63867# let the replacement image be imported

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [63c9a01a2ce92230d778a0bc3695c03563ccc864]

        INTEGRATION: CWS fwk59 (1.26.4); FILE MERGED 2007/01/17 15:04:10 mav 1.26.4.2: #i73522# register later 2007/01/16 14:59:33 mav 1.26.4.1: #i73522# register as a modify listener

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9305ff2811b6504ff29cd6195e0509eb3fcecbbb]

        INTEGRATION: CWS fwk59 (1.33.20); FILE MERGED 2007/01/11 16:46:04 mav 1.33.20.2: RESYNC: (1.33-1.34); FILE MERGED 2007/01/04 16:05:12 mav 1.33.20.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [9d7e9a46d02349035f3297d73289eeb51333be29]

        INTEGRATION: CWS fwk59 (1.19.22); FILE MERGED 2007/01/11 16:45:57 mav 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED 2007/01/04 16:05:12 mav 1.19.22.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e60ca29335ed1462f8399174eeb5eef3fd1e2649]

        INTEGRATION: CWS fwk59 (1.20.22); FILE MERGED 2007/01/04 16:05:12 mav 1.20.22.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [70b2692ab0e832eb23f3204f374b086ac9361d1a]

        INTEGRATION: CWS fwk59 (1.38.18); FILE MERGED 2007/01/04 16:05:11 mav 1.38.18.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [f670a64376d227cc0abd8fc4a7582f7ebd6f849e]

        INTEGRATION: CWS fwk59 (1.3.22); FILE MERGED 2007/01/04 16:05:11 mav 1.3.22.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [17699022c53ae0239f72c41a3ccb15c9bf92ef49]

        INTEGRATION: CWS fwk59 (1.10.22); FILE MERGED 2007/01/04 16:05:11 mav 1.10.22.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [57ef4af12f0ca562ec43894190fdd2a467a87ad0]

        INTEGRATION: CWS fwk59 (1.5.22); FILE MERGED 2007/01/04 16:05:11 mav 1.5.22.1: #i71349# introduce a better workaround for AcrobatReader 7.0.8 object

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d2d6142b2eda7ef2e8f1813349a24c1cbef35781]

        INTEGRATION: CWS fwk59 (1.26.8); FILE MERGED 2007/01/15 09:04:27 mav 1.26.8.1: #i71349# closing notification

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [f2f3ec12d57b3df5d773213a2cc4f834c669e58a]

        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>  [9f9442c872d472ffd1c7d030728b65ae3f3d359c]

        INTEGRATION: CWS fwk59 (1.17.34); FILE MERGED 2007/01/12 08:34:19 cd 1.17.34.1: #i73311# Destroy stream after png reader class is destroyed!

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ae18d21e6d2fcdac2d2c0d8987749fe03f4aab94]

        INTEGRATION: CWS fwk59 (1.11.34); FILE MERGED 2007/01/12 08:34:18 cd 1.11.34.1: #i73311# Destroy stream after png reader class is destroyed!

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c8387811cbec311605223e3fcc6b6217249416b8]

        INTEGRATION: CWS fwk59 (1.18.72); FILE MERGED 2007/01/12 08:49:57 as 1.18.72.1: #144449# make creation of external task creator service more robust

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [30c9becef05449223be220edc3207ba5c9b86150]

        INTEGRATION: CWS fwk59 (1.9.34); FILE MERGED 2007/01/16 14:45:44 as 1.9.34.2: #i71829# validate type detection results against list of supported types 2007/01/15 15:24:05 as 1.9.34.1: #i71829# dont make filter detection; returning type information is the only thing we need here

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [bdacb2dba6b3b2a0a8adedf4ed9dd6472023823b]

        INTEGRATION: CWS fwk59 (1.5.284); FILE MERGED 2007/01/16 15:00:05 as 1.5.284.1: #i71829# make Word 97 preferred format for extension DOC

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [7af441d7de2d33cb42660b94eeed8b9a3460079d]

        INTEGRATION: CWS fwk59 (1.6.284); FILE MERGED 2007/01/16 15:00:04 as 1.6.284.1: #i71829# make Word 97 preferred format for extension DOC

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e65fe2477b160faa76f3b4b6061accea5578d937]

        INTEGRATION: CWS fwk59 (1.8.12); FILE MERGED 2007/01/03 08:41:37 as 1.8.12.1: #i67611# load whole configuration on demand, if e.g. getByName() is called

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [e48bcbca3b4067b381fe4534faad2bbc84467844]

        INTEGRATION: CWS fwk58 (1.23.84); FILE MERGED 2006/12/06 15:16:15 mba 1.23.84.1: #i72240#: don't send JOB_STARTED event before printing acually started

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [284ed2d0b729edbe454ec24cabbe2f1a5fb76529]

        INTEGRATION: CWS fwk58 (1.125.44); FILE MERGED 2006/12/13 15:01:25 mba 1.125.44.1: #i72412#: remove NewHdl

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8c99bba5ab32b5b8be969d102e8f180b3998b0fa]

        INTEGRATION: CWS fwk58 (1.86.44); FILE MERGED 2006/12/13 15:01:25 mba 1.86.44.1: #i72412#: remove NewHdl

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [008cb21d9e5436b249201325d6cb47d43b4045f6]

        INTEGRATION: CWS fwk58 (1.69.44); FILE MERGED 2006/12/06 15:36:14 mba 1.69.44.1: #i71484#: don't deactivate inplace active objects if the focus is one of its tool windows docked to the container window

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1a8b3fb4024b61af655d97bae19d3adbf80a6da6]

        INTEGRATION: CWS fwk58 (1.20.102); FILE MERGED 2007/01/17 15:59:05 mba 1.20.102.2: #i72240#: new StartPrintHandler 2006/12/06 15:16:14 mba 1.20.102.1: #i72240#: don't send JOB_STARTED event before printing acually started

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c18b99ee6039448678d869fcee53ddeb38c7845a]

        INTEGRATION: CWS fwk58 (1.27.44); FILE MERGED 2006/12/06 17:16:07 mba 1.27.44.1: #138817#: listen for destruction of bindings also for floating windows

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c087c7b5a113d7338e1f5431415365439f3ca2d8]

        INTEGRATION: CWS fwk58 (1.10.226); FILE MERGED 2006/12/13 14:58:29 mba 1.10.226.1: #i72412#: remove NewHdl

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [03c0cd927a3cd20c58b2f56ab41b4a000e8a3503]

        INTEGRATION: CWS fwk58 (1.40.34); FILE MERGED 2007/01/16 15:23:51 cd 1.40.34.1: #i10000# Removed obsolete include

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8c352b2a578399d598f425b3c9cf7c659c812b75]

        INTEGRATION: CWS fwk58 (1.56.44); FILE MERGED 2006/12/13 15:01:25 mba 1.56.44.1: #i72412#: remove NewHdl

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [cb53ae613119aab6f15f080a7b7b956daaf7dcaa]

        INTEGRATION: CWS fwk58 (1.105.84); FILE MERGED 2006/12/13 15:01:25 mba 1.105.84.1: #i72412#: remove NewHdl

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a127b507f4ecba50f555bf42db8e4edb4fc9b0a6]

        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>  [5bfbb5ac8444d7be5bd2325e4a5205cdbd3d3ac9]

        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>  [5020ded4ff2243c3b4eb2a83c73f95e712e58c8b]

        INTEGRATION: CWS fwk58 (1.107.54); FILE MERGED 2007/01/16 10:30:34 cd 1.107.54.2: RESYNC: (1.107-1.108); FILE MERGED 2007/01/09 08:12:39 cd 1.107.54.1: #i73279# Added wrapper for INetURLObject to support XStringAbbreviation

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [ad2a5ba196a768e26a1551932e5b96968c91d40e]

        INTEGRATION: CWS fwk58 (1.32.56); FILE MERGED 2007/01/09 10:20:25 cd 1.32.56.1: #138017# Remove 'Visible Buttons' and 'Customize' from add-on toolbar menu

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [506a866ecc2cb4ab0cc428cea29872f096c0edcb]

        INTEGRATION: CWS fwk58 (1.44.14); FILE MERGED 2007/01/16 10:29:06 cd 1.44.14.2: RESYNC: (1.44-1.45); FILE MERGED 2007/01/09 09:25:27 cd 1.44.14.1: #i71154# Module must also be identified in retrieve shortcuts

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d5935e424cc58f28a11c133c0ecc6b458cea1292]

        INTEGRATION: CWS fwk58 (1.13.56); FILE MERGED 2007/01/09 10:20:25 cd 1.13.56.1: #138017# Remove 'Visible Buttons' and 'Customize' from add-on toolbar menu

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [c689cb53ad1331e0d1c0b2a3d8b8313e4b2e72ea]

        INTEGRATION: CWS fwk58 (1.1.2); FILE ADDED 2007/01/09 08:09:56 cd 1.1.2.1: #i73279# Wrapper for INetURLObject to provide UNO implementation for XStringAbbreviation

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [8842d0b608982e3173ae41d1f48d019560f3aab3]

        INTEGRATION: CWS fwk58 (1.24.56); FILE MERGED 2007/01/09 08:11:01 cd 1.24.56.1: #i73279# Make some changes in framework to support new style services

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [36f62ce0baa0b9a067428d7ca9b1ef459332e9ec]

        INTEGRATION: CWS fwk58 (1.35.54); FILE MERGED 2007/01/16 10:27:15 cd 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED 2007/01/09 08:11:01 cd 1.35.54.1: #i73279# Make some changes in framework to support new style services

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d15dc3b7506ea6b6a454fb34fc040de7dae3ecad]

        INTEGRATION: CWS fwk58 (1.31.158); FILE MERGED 2007/01/09 09:38:49 cd 1.31.158.1: #i71427# Fixed typo in german string

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6c8c70d0373d1d27386e44f37ebe0b90be25220d]

        INTEGRATION: CWS fwk58 (1.16.82); FILE MERGED 2007/01/09 10:20:14 cd 1.16.82.1: #138017# Remove 'Visible Buttons' and 'Customize' from add-on toolbar menu

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2623c41a1a3427eb507c176835a19220584300b1]

        INTEGRATION: CWS fwk58 (1.6.116); FILE MERGED 2007/01/09 10:20:14 cd 1.6.116.1: #138017# Remove 'Visible Buttons' and 'Customize' from add-on toolbar menu

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [744778409f47b6f650c651b57c0a5ea7ea914df8]

        INTEGRATION: CWS fwk58 (1.1.2); FILE ADDED 2007/01/09 08:08:54 cd 1.1.2.1: #i73279# Wrapper for INetURLObject to provide UNO implementation for XStringAbbreviation

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6d5137818d5829a842601cb3c36111a8d585ecf1]

        INTEGRATION: CWS fwk58 (1.5.260); FILE MERGED 2007/01/09 08:10:50 cd 1.5.260.1: #i73279# Make some changes in framework to support new style services

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [17f9a8e5cc9cf56953910595f2906daa5960d42c]

        INTEGRATION: CWS fwk58 (1.39.56); FILE MERGED 2007/01/16 10:24:17 cd 1.39.56.2: RESYNC: (1.39-1.40); FILE MERGED 2007/01/09 08:10:50 cd 1.39.56.1: #i73279# Make some changes in framework to support new style services

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [110e128250c113b8e0cfee85b86f1296001f8e44]

        INTEGRATION: CWS fwk58 (1.19.42); FILE MERGED 2007/01/16 10:13:33 cd 1.19.42.2: RESYNC: (1.19-1.22); FILE MERGED 2006/12/11 13:07:40 as 1.19.42.1: #139088# ignore corrupt filter configuration (if its an old one!)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [94c3496d13858a5a7428ded9abde6d23a6fbada3]

        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>  [d14e43a6d68310c54da37b7cf51f20e952a0bf0e]

        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>  [153d4a912bb97f8032a9ff9a2b5ea04ecf10820e]

        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>  [3487e931c87186449d63a4b916a8cc3b10d629ea]

        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>  [7843413710df969412b23c247e62e26eb95a02dc]

        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>  [1192f64fcd2c6e1e0ef07f3bdd7b18ff271ce4da]

        INTEGRATION: CWS fwk58 (1.32.108); FILE MERGED 2007/01/11 07:57:51 pb 1.32.108.1: fix: #i73010# more resets of the background

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [550482b2a9047c4f53f1a5f7bcc062e2131cab8b]

        INTEGRATION: CWS fwk58 (1.18.6); FILE MERGED 2006/12/05 09:13:23 pb 1.18.6.1: fix: changes weren't saved

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [cbddc6529bc17744c4b93041fdb37402a0ce2759]

        INTEGRATION: CWS fwk58 (1.25.234); FILE MERGED 2007/01/16 09:26:22 cd 1.25.234.2: RESYNC: (1.25-1.26); FILE MERGED 2007/01/09 08:16:29 cd 1.25.234.1: #i73279# Added missing service for uri abbreviation

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [cc611f9fd13fdef36768400195fd4d597efc7813]

        INTEGRATION: CWS fwk58 (1.1.2); FILE ADDED 2007/01/09 08:16:21 cd 1.1.2.1: #i73279# Added missing service for uri abbreviation

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [a603c937176b012e8f6cfc00f1d538613dde3a47]

        INTEGRATION: CWS fwk58 (1.123.20); FILE MERGED 2007/01/16 08:56:25 cd 1.123.20.2: RESYNC: (1.123-1.125); FILE MERGED 2007/01/09 10:52:59 cd 1.123.20.1: #i73294# Raise max inclusive constraint for pick list to 100

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2d6cff5c65761ff1a059072f3b1baf8f786b7308]

        INTEGRATION: CWS os91 (1.8.164); FILE MERGED 2007/01/12 09:55:48 os 1.8.164.1: #i72160# help text for bullet/numbering ValueSet added

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [2d7d51e0b8ce925d1a362db72f2dda711e817ad3]

        INTEGRATION: CWS os91 (1.58.164); FILE MERGED 2007/01/17 07:45:03 os 1.58.164.3: #i72160# bullet description improved 2007/01/12 10:17:14 os 1.58.164.2: #i72160# umlauts corrected 2007/01/12 09:47:59 os 1.58.164.1: #i72160# help text for bullet/numbering ValueSet added

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [6258efe9288ccad7c3ae683daeac4aea1ccf1e1c]

        INTEGRATION: CWS ause072 (1.176.6); FILE MERGED 2007/01/10 10:27:03 hjs 1.176.6.1: #i64134# define LIBXAU if required (see vcl/util/makefile.mk)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [b51623a7f9966e49cc47d16235431b6985bfdc98]

        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-23  Oliver Bolte  <obo@openoffice.org>  [c766126e00f491b383b37083ad088057fdb9d591]

        INTEGRATION: CWS ause072 (1.130.4); FILE MERGED 2007/01/10 10:26:10 hjs 1.130.4.1: #i64134# define LIBXAU if required (see vcl/util/makefile.mk)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [24eebf4cf909118c3b88218da18e5f27853ffaa7]

        INTEGRATION: CWS ause072 (1.192.4); FILE MERGED 2007/01/10 10:26:10 hjs 1.192.4.1: #i64134# define LIBXAU if required (see vcl/util/makefile.mk)

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [55b79ccd1524ba1b009629d63d61bb7646ac53f4]

        INTEGRATION: CWS ause072 (1.12.54); FILE MERGED 2007/01/08 19:34:17 hjs 1.12.54.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/08 09:53:25 hjs 1.12.54.1: #i71701# remove -S switch in MAKE variable; remove duplicates

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [115d104617f8e2dd958a42b16abe486635ebde76]

        INTEGRATION: CWS ause072 (1.101.22); FILE MERGED 2007/01/11 16:35:28 hjs 1.101.22.1: #i73385# getting scriptnames a bit more unique

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [faf1f898cdc4209d4209ad1e52f5a80a5fbf75d2]

        INTEGRATION: CWS ause072 (1.72.84); FILE MERGED 2006/12/08 09:49:55 hjs 1.72.84.1: #i72387# make sure there is something to diff the reference tree against

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [453b6665baee01271394a7675d9fe49a8a476694]

        INTEGRATION: CWS ause072 (1.58.22); FILE MERGED 2007/01/11 16:35:27 hjs 1.58.22.1: #i73385# getting scriptnames a bit more unique

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [372aa96207cab3c250edd35a21b3509fffc5b86c]

        INTEGRATION: CWS ause072 (1.186.36); FILE MERGED 2007/01/03 13:06:16 hjs 1.186.36.2: #i70394# cleanup 2006/12/13 11:13:47 hjs 1.186.36.1: #i72526# avoid single -I switch w.o parameter

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [3690cdf84320e404809057657c2824c71f159ea3]

        INTEGRATION: CWS ause072 (1.79.16); FILE MERGED 2007/01/08 19:30:59 hjs 1.79.16.2: RESYNC: (1.79-1.80); FILE MERGED 2007/01/08 16:14:40 hjs 1.79.16.1: #i73189# less makedepend/cat calls

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [beb221f82020926c4508905a3e6c999303c3dcd7]

        INTEGRATION: CWS ause072 (1.98.22); FILE MERGED 2007/01/11 16:35:27 hjs 1.98.22.1: #i73385# getting scriptnames a bit more unique

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [0169ee0f968306e4a8c31f0b3a28a6a6d4e59a61]

        INTEGRATION: CWS ause072 (1.56.22); FILE MERGED 2007/01/11 16:35:27 hjs 1.56.22.1: #i73385# getting scriptnames a bit more unique

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [d28cb945f9acd13bf28fc77666bbf4311b460b5a]

        INTEGRATION: CWS ause072 (1.8.66); FILE MERGED 2006/12/11 13:03:48 hjs 1.8.66.1: #i72438# add dependency - compiling requires generated header

2007-01-23  Oliver Bolte  <obo@openoffice.org>  [1db02e20f7bbf84a648d495e7b61463a205d3e6d]

        INTEGRATION: CWS ause072 (1.31.6); FILE MERGED 2007/01/15 14:49:41 hjs 1.31.6.2: #i72645# typo 2007/01/10 10:22:21 hjs 1.31.6.1: #i72645# disable 64bit for solaris only

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7e7d8fdcb3977f0fdca29a8b6c6eab397f856720]

        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>  [2a79403b79bb165c9c3b60f58c6a795e54291e1f]

        INTEGRATION: CWS impress112 (1.141.30); FILE MERGED 2007/01/04 15:45:41 cl 1.141.30.3: RESYNC: (1.143-1.144); FILE MERGED 2006/12/04 18:21:22 sj 1.141.30.2: RESYNC: (1.141-1.143); FILE MERGED 2006/11/22 16:15:26 sj 1.141.30.1: #i70608# fixed grouping problem

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [39ad933bb2e8a21214c160fa16cd2324ebc9c495]

        INTEGRATION: CWS impress112 (1.35.102); FILE MERGED 2007/01/04 15:00:28 cl 1.35.102.2: RESYNC: (1.35-1.36); FILE MERGED 2006/12/01 10:15:26 sj 1.35.102.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>  [a08c70cae7c418a4dd86a5a278c1b6f0117a1b7a]

        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>  [efe00baffd529188760d2cfc91c3c2e83b590083]

        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>  [c38a623acad40ce292d79c8bdfea39407f1d6dcf]

        INTEGRATION: CWS impress112 (1.20.10); FILE MERGED 2007/01/15 14:31:39 cl 1.20.10.1: #i71407# temporarly disable autosave during slide show

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [cfb3429df2e7948595bf30bf9099c5dca0427245]

        INTEGRATION: CWS impress112 (1.37.6); FILE MERGED 2007/01/15 14:31:38 cl 1.37.6.1: #i71407# temporarly disable autosave during slide show

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [aa4b02dd99502dee3ba01d2d39c7e66df956e2a8]

        INTEGRATION: CWS impress112 (1.13.10); FILE MERGED 2007/01/09 14:24:46 cl 1.13.10.1: #i73257# applied patch to fixe some alpha issues

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [46a92ae4c5cc8bdc2120a01ece40e545ff494c67]

        INTEGRATION: CWS impress112 (1.25.10); FILE MERGED 2007/01/09 14:25:08 cl 1.25.10.1: #i73257# applied patch to fixe some alpha issues

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7a49ac09960a5bc9d969d4e299ea5d41881a4f97]

        INTEGRATION: CWS impress112 (1.94.38); FILE MERGED 2007/01/04 13:11:35 cl 1.94.38.2: RESYNC: (1.94-1.96); FILE MERGED 2006/11/21 11:53:26 sj 1.94.38.1: #i71649# added patch (CTL font weight and posture)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [1ef21000578f024be266ef3d3bcf62fcca9597bd]

        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>  [d1892d3f277346fc01dc483c963bba3e7108b87d]

        INTEGRATION: CWS impress112 (1.19.46); FILE MERGED 2006/11/10 13:40:02 as 1.19.46.1: #71407# support temp. disable/enable of AutoSave

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [49d13eb570bd31fc9bd0f6c7d2feddc9e0c0fe8b]

        INTEGRATION: CWS impress112 (1.12.104); FILE MERGED 2006/11/10 13:40:02 as 1.12.104.1: #71407# support temp. disable/enable of AutoSave

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [55802b6d73fd0c7294712970ce1f366c2596f80f]

        INTEGRATION: CWS aw039 (1.37.40); FILE MERGED 2007/01/10 13:49:40 aw 1.37.40.2: #i72807# SvxConvertPolyPolygonBezierToB2DPolyPolygon reads old poly definitions where line start/end equal means closed, so it needs to use basegfx::tools::checkClosed() to correct the B2DPolygon and it's closed state 2007/01/02 12:55:24 aw 1.37.40.1: #i72807# forced line start/end to closed after PutValue()

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [18485f92b987f3fc45620b09ce08072c61471562]

        INTEGRATION: CWS aw039 (1.59.42); FILE MERGED 2007/01/10 13:49:40 aw 1.59.42.1: #i72807# SvxConvertPolyPolygonBezierToB2DPolyPolygon reads old poly definitions where line start/end equal means closed, so it needs to use basegfx::tools::checkClosed() to correct the B2DPolygon and it's closed state

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [f958ddb6a53c4b5562a377ddd9fa542b320d78bf]

        INTEGRATION: CWS aw039 (1.29.60); FILE MERGED 2006/12/18 11:55:29 aw 1.29.60.1: #i72535# For FmFormObj, creation and copy/paste needs to force insertion to form layer, not use current one

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b431a9b3e1732f4ddd694ace62b81b358777a7aa]

        INTEGRATION: CWS aw039 (1.32.58); FILE MERGED 2007/01/03 15:38:36 aw 1.32.58.1: #i72889# support IsPagePaintingAllowed flag, three step complete repaint

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [bc3bed30ed2609c4b51ce5ba9ccad1a6e41aedfe]

        INTEGRATION: CWS aw039 (1.54.42); FILE MERGED 2007/01/02 13:36:14 aw 1.54.42.1: #i72752# copy existing PaintRegion wen painting layers to an unknown device

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [921ec84121359a62a876eabace37220b45e9b84f]

        INTEGRATION: CWS aw039 (1.17.58); FILE MERGED 2007/01/08 15:58:37 aw 1.17.58.2: #i73248# one small optimization: calculate offset outside loop 2007/01/08 13:49:53 aw 1.17.58.1: #i73248#

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [dca2436027da8652e1440054189c174496bb8f0f]

        INTEGRATION: CWS aw039 (1.35.40); FILE MERGED 2007/01/09 13:28:14 aw 1.35.40.2: RESYNC: (1.35-1.36); FILE MERGED 2007/01/08 13:49:53 aw 1.35.40.1: #i73248#

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [76af553835fd46025cf1df32315c07d066b44722]

        INTEGRATION: CWS aw039 (1.22.60); FILE MERGED 2006/12/18 11:55:29 aw 1.22.60.1: #i72535# For FmFormObj, creation and copy/paste needs to force insertion to form layer, not use current one

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [bfde84f4eecfb10fa50c3642313c9ac4e17e0b09]

        INTEGRATION: CWS aw039 (1.3.12); FILE MERGED 2007/01/03 15:38:36 aw 1.3.12.1: #i72889# support IsPagePaintingAllowed flag, three step complete repaint

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [47fc618b24fb0f0062bf5c61763574332f1ce03a]

        INTEGRATION: CWS aw039 (1.3.12); FILE MERGED 2007/01/05 15:42:22 aw 1.3.12.1: #i72754# added flush on source window and debug paint code for easier controls

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [a3c97046300919de4bac44fdb3ecc0ba5aa33027]

        INTEGRATION: CWS aw039 (1.5.12); FILE MERGED 2006/12/18 10:59:32 fs 1.5.12.1: #i72694# position UNO control even if not painted

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [5c074c060efe339fd2109f509750e2b62e037296]

        INTEGRATION: CWS aw039 (1.10.58); FILE MERGED 2006/12/19 12:57:14 aw 1.10.58.1: #i72701# added ShouldPaintObject to media object VC and changed VOC paint accordingly

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [cf4204f9b2b7b9e1f5e9665be63af9229fe76713]

        INTEGRATION: CWS aw039 (1.4.10); FILE MERGED 2006/12/18 10:59:32 fs 1.4.10.1: #i72694# position UNO control even if not painted

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [31b4ce0f2aa9ed78c0395d4208781bce51e6dc2c]

        INTEGRATION: CWS aw039 (1.7.58); FILE MERGED 2007/01/09 13:24:12 aw 1.7.58.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/19 12:57:14 aw 1.7.58.1: #i72701# added ShouldPaintObject to media object VC and changed VOC paint accordingly

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [bca97833440b9a90d82a088913033262f489e36d]

        INTEGRATION: CWS aw039 (1.10.166); FILE MERGED 2007/01/09 13:24:04 aw 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2007/01/03 15:38:15 aw 1.10.166.1: #i72889# support IsPagePaintingAllowed flag

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8f931a38eef29234077cc626f9ef494b8024fee4]

        INTEGRATION: CWS aw039 (1.20.40); FILE MERGED 2006/12/18 11:54:30 aw 1.20.40.1: #i72535# corrected layer getting/setting for FmFormObjs again

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [38f09ed43f38f5648adbc73a635ae354e0749f90]

        INTEGRATION: CWS aw039 (1.27.60); FILE MERGED 2007/01/11 16:31:27 aw 1.27.60.2: #i73381# created GraphCtrl::Paint to not use zero pPaintWindow pointer 2007/01/03 15:36:59 aw 1.27.60.1: #i72889# use three-step completerepaint, use buffering and paint own background

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [4b84dfb8fa55c77a0de79dd25911d3e537a86e09]

        INTEGRATION: CWS aw039 (1.2.60); FILE MERGED 2006/12/18 10:53:57 fs 1.2.60.1: #i72694# position UNO control even if not painted

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [97155f3048406a89bb612cbbd21d35a3da16f02e]

        INTEGRATION: CWS aw039 (1.5.58); FILE MERGED 2006/12/19 12:57:05 aw 1.5.58.1: #i72701# added ShouldPaintObject to media object VC and changed VOC paint accordingly

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [a8903f38d1ae47c027a4336d508b5734f32857a5]

        INTEGRATION: CWS aw039 (1.2.58); FILE MERGED 2006/12/18 10:53:57 fs 1.2.58.1: #i72694# position UNO control even if not painted

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d32f4d92877e5e59a88397b26623f9043d1cbfc0]

        INTEGRATION: CWS aw039 (1.5.698); FILE MERGED 2006/12/19 12:57:05 aw 1.5.698.1: #i72701# added ShouldPaintObject to media object VC and changed VOC paint accordingly

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [02b0c1c4f2cb6aae224a7e4001eb3c1754bf40da]

        INTEGRATION: CWS aw039 (1.2.60); FILE MERGED 2007/01/03 15:36:24 aw 1.2.60.1: #i72889# temp paint win and three-step completeredraw

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [78fbdd17c1c69b3326aa5e2ece0978661d2315ca]

        INTEGRATION: CWS aw039 (1.25.118); FILE MERGED 2007/01/05 15:47:42 aw 1.25.118.1: #i72754# new methods for Begin/EndDLPaint and their usage

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [3e33790d3f1087e45312305da02f0b623cf60568]

        INTEGRATION: CWS aw039 (1.66.28); FILE MERGED 2007/01/09 12:53:13 aw 1.66.28.4: RESYNC: (1.66-1.67); FILE MERGED 2007/01/05 15:47:42 aw 1.66.28.3: #i72754# new methods for Begin/EndDLPaint and their usage 2007/01/02 13:43:42 aw 1.66.28.2: #i72809# in DLPrePaint/DLPostPaint, use the OutDev the view was initialized with. This device always exists and is initialized 2006/12/22 15:04:57 aw 1.66.28.1: #i72809# possible fix for wrongly initialized DrawingLayer views

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [749750437a854811c18ebe59ffc937a1e16a11d1]

        INTEGRATION: CWS aw039 (1.32.30); FILE MERGED 2007/01/09 12:53:03 aw 1.32.30.4: RESYNC: (1.32-1.33); FILE MERGED 2007/01/08 11:43:39 aw 1.32.30.3: #i72809# after discussin with FME, changed OutDev initialisation for SwDRawView creation to using GetOut() as 2nd possibility 2007/01/05 15:47:42 aw 1.32.30.2: #i72754# new methods for Begin/EndDLPaint and their usage 2006/12/22 15:04:57 aw 1.32.30.1: #i72809# possible fix for wrongly initialized DrawingLayer views

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [98410a80343399aefee4083756fa1548d2ca78d5]

        INTEGRATION: CWS aw039 (1.17.36); FILE MERGED 2007/01/05 15:47:41 aw 1.17.36.2: #i72754# new methods for Begin/EndDLPaint and their usage 2006/12/22 15:04:57 aw 1.17.36.1: #i72809# possible fix for wrongly initialized DrawingLayer views

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9133c35a512ac6416d79428e44599a8a417bbce9]

        INTEGRATION: CWS aw039 (1.99.36); FILE MERGED 2007/01/11 12:33:58 aw 1.99.36.3: #i68597# had to correct BeginDrawLayer/EndDRawLayer start/stop call positions to reflect aPaintRect changes in SwRootFrm::Paint 2007/01/05 15:47:41 aw 1.99.36.2: #i72754# new methods for Begin/EndDLPaint and their usage 2006/12/22 15:04:56 aw 1.99.36.1: #i72809# possible fix for wrongly initialized DrawingLayer views

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [efc57cfdab35fdb273cdee1b4fedec227b67370e]

        INTEGRATION: CWS aw039 (1.51.34); FILE MERGED 2007/01/05 15:47:22 aw 1.51.34.2: #i72754# new methods for Begin/EndDLPaint and members for handling added 2006/12/22 15:04:46 aw 1.51.34.1: #i72809# possible fix for wrongly initialized DrawingLayer views

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b2da589644067687f75ccf22d4ec09a0564d3d7b]

        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>  [5af6b2d95f29a6e21868475010f4fe89a3297ab7]

        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>  [d40db8654378465407947e8fd6a34c26e15e1879]

        INTEGRATION: CWS aw039 (1.47.36); FILE MERGED 2006/12/20 16:16:44 aw 1.47.36.1: #i72502# reorganizing DrawingLayer Layer printing for SC

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [f05c8c910bafd9e88180edecfaac436b9d283e63]

        INTEGRATION: CWS aw039 (1.22.36); FILE MERGED 2006/12/20 16:16:44 aw 1.22.36.1: #i72502# reorganizing DrawingLayer Layer printing for SC

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [949392d6724f6411edf29e3a5013beb79ee2f5dc]

        INTEGRATION: CWS aw039 (1.10.34); FILE MERGED 2007/01/09 12:31:09 aw 1.10.34.2: RESYNC: (1.10-1.11); FILE MERGED 2007/01/08 16:42:56 nn 1.10.34.1: #i73115# Notify/ScTabDeletedHint: hide page only if the visible page was deleted

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8f2cdd867be86f4e122fb778ff6139cc68ad8847]

        INTEGRATION: CWS aw039 (1.17.36); FILE MERGED 2006/12/20 16:16:44 aw 1.17.36.1: #i72502# reorganizing DrawingLayer Layer printing for SC

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [95ea1f2f3a521dc40e5a0d285f33159affd7b557]

        INTEGRATION: CWS native76 (1.36.6); FILE MERGED 2007/01/10 12:59:33 is 1.36.6.1: #144470# small changes after native50

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [1ebc89ba4ad88e937288e521f3731ddcb32f9fd2]

        INTEGRATION: CWS native76 (1.2.6); FILE MERGED 2007/01/10 12:59:33 is 1.2.6.1: #144470# small changes after native50

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [313292e9d67b1b01715bb87219f6a324d9f07344]

        INTEGRATION: CWS native76 (1.53.6); FILE MERGED 2007/01/11 11:08:52 is 1.53.6.2: #i73345# avoid empty core packages on linux 2007/01/10 16:48:00 is 1.53.6.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [c23fe28166a99f28c1ab711e0acaa2c28e62751e]

        INTEGRATION: CWS native76 (1.180.6); FILE MERGED 2007/01/11 11:08:52 is 1.180.6.2: #i73345# avoid empty core packages on linux 2007/01/10 16:48:00 is 1.180.6.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d04c05fde8dd8f0f62e46e2938d0434368fc1782]

        INTEGRATION: CWS native76 (1.5.122); FILE MERGED 2007/01/11 09:47:06 lla 1.5.122.1: #i72675# add '-sf mktmp' to default tests

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [5579e50bcdc285ee74e3f9d8e1dae54bade64b52]

        INTEGRATION: CWS native76 (1.4.122); FILE MERGED 2007/01/11 09:47:06 lla 1.4.122.1: #i72675# add '-sf mktmp' to default tests

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [3366ac1b7715c7784b7637acb110690dfb22e4e6]

        INTEGRATION: CWS native76 (1.4.560); FILE MERGED 2007/01/09 12:33:52 is 1.4.560.1: #i73177# parallel creation of directory possible

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [6ddff8804f22491f132f671640d120924b33c26e]

        INTEGRATION: CWS native76 (1.37.6); FILE MERGED 2007/01/12 14:46:24 is 1.37.6.1: #144467# new copyright files for SO Solaris packages

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [c6443a68dbe18f7ec292a57a44ac39cd7cb95be9]

        INTEGRATION: CWS native76 (1.62.6); FILE MERGED 2007/01/12 14:47:01 is 1.62.6.2: #144467# new copyright files for SO Solaris packages 2007/01/10 16:48:46 is 1.62.6.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [4a70f435cb75e7961e227c08e57659af925cb033]

        INTEGRATION: CWS native76 (1.58.6); FILE MERGED 2007/01/12 14:47:55 is 1.58.6.2: #144467# new copyright files for SO Solaris packages 2007/01/09 14:37:54 is 1.58.6.1: #i72814# rpm names with buildid

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7efff339f7ee564acbca9c2ee782635072ecb2f8]

        INTEGRATION: CWS native76 (1.30.116); FILE MERGED 2007/01/12 14:45:45 is 1.30.116.2: #144467# new copyright files for SO Solaris packages 2007/01/10 16:48:45 is 1.30.116.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8ac8918d732586091adc2020d0c3937cac90824c]

        INTEGRATION: CWS native76 (1.77.6); FILE MERGED 2007/01/12 14:44:51 is 1.77.6.2: #144467# new copyright files for SO Solaris packages 2007/01/10 16:48:45 is 1.77.6.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [cebe9e5a1aae78fc1ef297daa62c3fcb7d8c860f]

        INTEGRATION: CWS native76 (1.1.2); FILE ADDED 2007/01/11 11:06:28 is 1.1.2.1: #i73345# avoid empty core packages on linux

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [0211adc9598b374f6aea346fc82cbf968a16da8a]

        INTEGRATION: CWS native76 (1.1.2); FILE ADDED 2007/01/11 11:06:18 is 1.1.2.1: #i73345# avoid empty core packages on linux

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [2c9dbc07386efa4a78e312867c5aa8397f18779c]

        INTEGRATION: CWS native76 (1.1.2); FILE ADDED 2007/01/11 11:06:05 is 1.1.2.1: #i73345# avoid empty core packages on linux

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [cf5738d916b1a10b51729ed83a813cc2aa2a4c0d]

        INTEGRATION: CWS native76 (1.12.4); FILE MERGED 2007/01/11 11:07:25 is 1.12.4.2: #i73345# avoid empty core packages on linux 2007/01/10 16:47:27 is 1.12.4.1: #i73137# Solaris: prevent installation of oxt files in share-extension-install and remove registration process

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [76cfad4e8a3456bfd76604a316257d259d9b9acd]

        INTEGRATION: CWS native76 (1.3.164); FILE MERGED 2007/01/11 16:29:34 is 1.3.164.1: #i72495# installpath to uninstall keys with custom action

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9ca3d39917b246bce5b73ccf8ea75e10854f9260]

        INTEGRATION: CWS native76 (1.2.192); FILE MERGED 2007/01/11 16:29:33 is 1.2.192.1: #i72495# installpath to uninstall keys with custom action

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [823abb080c5f251ab03b62c0b8bff7f5691f37c7]

        INTEGRATION: CWS native76 (1.3.256); FILE MERGED 2007/01/11 16:29:33 is 1.3.256.1: #i72495# installpath to uninstall keys with custom action

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7614373230955e325e0268298595b79d201d7b85]

        INTEGRATION: CWS native76 (1.3.256); FILE MERGED 2007/01/11 16:29:32 is 1.3.256.1: #i72495# installpath to uninstall keys with custom action

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8cbc68a171848eca6a2e99377c11151c0d0820ce]

        INTEGRATION: CWS native76 (1.3.12); FILE MERGED 2007/01/11 06:25:28 lla 1.3.12.1: #i72675# warning free test code

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [1f7d160754500ead58d15c931d48aedf3e1333db]

        INTEGRATION: CWS native76 (1.4.12); FILE MERGED 2007/01/11 06:25:27 lla 1.4.12.1: #i72675# warning free test code

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [f5b39b4e701e3a12c9eb8084b0d26663d53b46f0]

        INTEGRATION: CWS native76 (1.3.12); FILE MERGED 2007/01/11 06:25:27 lla 1.3.12.1: #i72675# warning free test code

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [326dfe7a0c00af91b5b31373f5f3e1c47246881e]

        INTEGRATION: CWS native76 (1.21.12); FILE MERGED 2007/01/11 06:15:37 lla 1.21.12.1: #i72675# remove signalfile, in normal state

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [71e107c7a15685bf1740ab950f96363fd1ee8f7c]

        INTEGRATION: CWS native76 (1.10.10); FILE MERGED 2007/01/15 09:42:03 obr 1.10.10.1: #144467# copyright file for desktop integration package

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9509bf1075349d968241266c6d3d0111f7aaf77c]

        INTEGRATION: CWS native76 (1.14.10); FILE MERGED 2007/01/15 09:42:03 obr 1.14.10.1: #144467# copyright file for desktop integration package

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7f5c612de70e8f0ee05ce94d800bef688fe3a76b]

        INTEGRATION: CWS native76 (1.1.2); FILE ADDED 2007/01/15 09:42:03 obr 1.1.2.1: #144467# copyright file for desktop integration package

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9404c1fdca10b5214d1f78d4906230c74a45205c]

        INTEGRATION: CWS native76 (1.18.8); FILE MERGED 2007/01/15 16:08:24 is 1.18.8.1: #i72814# buildid as rpm revision

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [edc552ec5313a6edd5a7a92a684be141ee254165]

        INTEGRATION: CWS dr52 (1.144.36); FILE MERGED 2007/01/09 12:22:58 dr 1.144.36.2: changes from #i68101# 2007/01/08 15:33:07 dr 1.144.36.1: #i51348# import/export shape names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b79baeff7e951e53c6a9eb38733929f1445521cc]

        INTEGRATION: CWS dr52 (1.34.24); FILE MERGED 2007/01/09 12:20:34 dr 1.34.24.3: changes from #i68101# 2007/01/08 17:27:26 dr 1.34.24.2: RESYNC: (1.34-1.35); FILE MERGED 2007/01/08 15:33:07 dr 1.34.24.1: #i51348# import/export shape names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d4978435a1f38dfa24dad85edefbbf00bc2ebe9e]

        INTEGRATION: CWS dr52 (1.67.6); FILE MERGED 2007/01/08 17:27:03 dr 1.67.6.2: RESYNC: (1.67-1.68); FILE MERGED 2007/01/08 15:33:06 dr 1.67.6.1: #i51348# import/export shape names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [167f489c1df8ee95d5a55610fc253e7747971ded]

        INTEGRATION: CWS dr52 (1.25.26); FILE MERGED 2006/12/19 15:17:00 dr 1.25.26.1: #i71497# check if external document exists

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b994c005e00de0dee18b6f8fecf2fd55bac7b7b3]

        INTEGRATION: CWS dr52 (1.18.62); FILE MERGED 2006/12/19 14:22:23 dr 1.18.62.1: #i65103# add space between cell address and contents, needed for ZT

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [1a639fc7f6598e47908b16e6bb9e5721748c7ad5]

        INTEGRATION: CWS dr52 (1.23.124); FILE MERGED 2006/12/20 19:22:05 nn 1.23.124.1: #i63686# use hash map for members in ScDPSaveDimension (patch from Jody)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [11993b514dfac27e5c1dccd941394b47911c3993]

        INTEGRATION: CWS dr52 (1.83.62); FILE MERGED 2007/01/04 18:19:48 er 1.83.62.1: #i72190# export proper RefMode record according to our document setting

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [ac29bca775746df9c0ddb4042e3b27879392ead7]

        INTEGRATION: CWS dr52 (1.22.124); FILE MERGED 2007/01/08 15:35:47 dr 1.22.124.1: #i51348# moved import/export of shape names to svx

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [82981ca5724ff41e6fea8133f6e82629a05e1b5d]

        INTEGRATION: CWS dr52 (1.19.126); FILE MERGED 2007/01/04 18:19:48 er 1.19.126.1: #i72190# export proper RefMode record according to our document setting

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [ebf518400cd663b3718e343ee003a0c8a30b76d3]

        INTEGRATION: CWS dr52 (1.13.330); FILE MERGED 2007/01/05 16:06:27 dr 1.13.330.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [2b59d0b5625933bb3cecaecf5cb750182ef7c02d]

        INTEGRATION: CWS dr52 (1.20.132); FILE MERGED 2007/01/05 16:06:27 dr 1.20.132.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b5158089daada2099c648ce189a9bb8bb955a620]

        INTEGRATION: CWS dr52 (1.7.22); FILE MERGED 2007/01/08 16:59:58 dr 1.7.22.3: RESYNC: (1.7-1.8); FILE MERGED 2007/01/05 16:06:27 dr 1.7.22.2: #i51348# load drawing object names 2006/12/21 12:46:46 dr 1.7.22.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [47a5985102030764e6e4b2a15c83282ea75e6a80]

        INTEGRATION: CWS dr52 (1.6.132); FILE MERGED 2006/12/21 12:46:46 dr 1.6.132.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d8dbdf75725a2f477edcb712244be18d23a5ff2e]

        INTEGRATION: CWS dr52 (1.24.62); FILE MERGED 2007/01/08 15:35:21 dr 1.24.62.2: #i51348# moved import/export of shape names to svx 2007/01/05 16:06:27 dr 1.24.62.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [321d8ad5dc6fe61e3c3fdceeb58abf3a9d9167c6]

        INTEGRATION: CWS dr52 (1.5.132); FILE MERGED 2006/12/21 12:46:45 dr 1.5.132.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [db2f9bfa4ccf986ee916ded8c8d23e8955e68001]

        INTEGRATION: CWS dr52 (1.7.132); FILE MERGED 2007/01/05 16:06:26 dr 1.7.132.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [606028fe713dc88ed0da5e48832604391c9c1f2f]

        INTEGRATION: CWS dr52 (1.46.134); FILE MERGED 2007/01/04 18:19:48 er 1.46.134.1: #i72190# export proper RefMode record according to our document setting

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [dd321c5ef818dfe0c8bf715da3c477c77da817a6]

        INTEGRATION: CWS dr52 (1.9.134); FILE MERGED 2007/01/04 18:19:47 er 1.9.134.1: #i72190# export proper RefMode record according to our document setting

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [b7aa3112b96ffa9012a01ec38ac142b5f124f9e5]

        INTEGRATION: CWS dr52 (1.3.58); FILE MERGED 2006/12/21 12:46:45 dr 1.3.58.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [6cdf07e93b148aa27b4c56b9f679953109604a82]

        INTEGRATION: CWS dr52 (1.1.4); FILE ADDED 2007/01/05 16:06:26 dr 1.1.4.2: #i51348# load drawing object names 2006/12/21 12:46:45 dr 1.1.4.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [5ec61e629a8a610d1e73e1137d1a37dca6def61e]

        INTEGRATION: CWS dr52 (1.5.58); FILE MERGED 2007/01/05 16:06:26 dr 1.5.58.2: #i51348# load drawing object names 2006/12/21 12:46:45 dr 1.5.58.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [5c6815d398fa9dd591c51b5b6261970cff7c90fe]

        INTEGRATION: CWS dr52 (1.8.132); FILE MERGED 2007/01/05 16:06:26 dr 1.8.132.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [190358860b8350cc230f3ac6092bc9f7ccc7b4a3]

        INTEGRATION: CWS dr52 (1.5.132); FILE MERGED 2006/12/21 12:45:01 dr 1.5.132.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [f0f57ef6ec60d023ec94c7c86e42d59408977b8b]

        INTEGRATION: CWS dr52 (1.15.124); FILE MERGED 2007/01/08 16:58:34 dr 1.15.124.2: RESYNC: (1.15-1.16); FILE MERGED 2007/01/04 16:44:08 er 1.15.124.1: #i72189# performance: in non-ascii identifiers avoid temporary strings by calling the proper CharClass::isLetterNumeric() method from IsCharWordChar()/IsWordChar()

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [fbe24c121e4d3817212bb55be24bfe68c02abab4]

        INTEGRATION: CWS dr52 (1.4.58); FILE MERGED 2007/01/08 16:58:26 dr 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2006/12/21 12:45:00 dr 1.4.58.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [317197f12031142b5a3c194c36aeffd953207417]

        INTEGRATION: CWS dr52 (1.1.4); FILE ADDED 2007/01/10 09:09:11 dr 1.1.4.3: #i10000# missing include 2007/01/05 16:06:40 dr 1.1.4.2: #i51348# load drawing object names 2006/12/21 12:45:00 dr 1.1.4.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [de6a237af2f98d915646ae9296396e01e19b2d70]

        INTEGRATION: CWS dr52 (1.1.4); FILE ADDED 2006/12/21 12:45:00 dr 1.1.4.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [3acd007001f7ddf59b680c4964fccc1b625d1a59]

        INTEGRATION: CWS dr52 (1.7.58); FILE MERGED 2007/01/05 16:06:40 dr 1.7.58.2: #i51348# load drawing object names 2006/12/21 12:45:00 dr 1.7.58.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [8e0005f7a3372f1bd22e8863d3ed14596874367f]

        INTEGRATION: CWS dr52 (1.19.124); FILE MERGED 2007/01/05 16:06:18 dr 1.19.124.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [98a1e04a6fbf659bd9c19bd9be36056de35ae516]

        INTEGRATION: CWS dr52 (1.16.60); FILE MERGED 2007/01/08 16:57:49 dr 1.16.60.3: RESYNC: (1.16-1.17); FILE MERGED 2006/12/21 08:54:21 dr 1.16.60.2: add USDOLLAR function 2006/12/19 18:35:27 dr 1.16.60.1: #i72768# add support for cotangent functions

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [97bfa0fe67e366f5ac94c6c5e1030a65bff6d477]

        INTEGRATION: CWS dr52 (1.11.124); FILE MERGED 2007/01/05 16:06:18 dr 1.11.124.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [84f7b1521dfa5ae6aa9da3a5a6d1e4993293db48]

        INTEGRATION: CWS dr52 (1.8.22); FILE MERGED 2006/12/21 12:47:05 dr 1.8.22.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [4a84653e39fb15d6f6ec3550b7e503b5153b9b62]

        INTEGRATION: CWS dr52 (1.10.22); FILE MERGED 2007/01/09 13:58:45 dr 1.10.22.5: resync problem 2007/01/08 16:57:29 dr 1.10.22.4: RESYNC: (1.10-1.11); FILE MERGED 2007/01/08 15:34:53 dr 1.10.22.3: #i51348# moved import/export of shape names to svx 2007/01/05 16:06:17 dr 1.10.22.2: #i51348# load drawing object names 2006/12/21 12:47:04 dr 1.10.22.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [004e2bf726905aff85296cb09a504c50ec58ae5e]

        INTEGRATION: CWS dr52 (1.47.62); FILE MERGED 2007/01/09 12:20:58 dr 1.47.62.3: changes from #i68101# 2007/01/08 15:34:53 dr 1.47.62.2: #i51348# moved import/export of shape names to svx 2007/01/05 16:06:17 dr 1.47.62.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [29bf073df2aa310585c66414b9e795186680c975]

        INTEGRATION: CWS dr52 (1.9.124); FILE MERGED 2006/12/21 12:47:04 dr 1.9.124.1: merge dumper changes from CWS chart2mst3

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [d1b5aacaf6b561dcccb15f1ecf57a74834e9d61a]

        INTEGRATION: CWS dr52 (1.15.24); FILE MERGED 2006/12/20 19:22:05 nn 1.15.24.1: #i63686# use hash map for members in ScDPSaveDimension (patch from Jody)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [92deeeeda93252c09d653b55d467ba3532644333]

        INTEGRATION: CWS dr52 (1.13.60); FILE MERGED 2006/12/19 18:35:26 dr 1.13.60.1: #i72768# add support for cotangent functions

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [aa7613d1e80830f8b20c3ce7ad8e694935621365]

        INTEGRATION: CWS dr52 (1.16.124); FILE MERGED 2007/01/08 16:55:20 dr 1.16.124.3: RESYNC: (1.16-1.17); FILE MERGED 2007/01/08 15:34:53 dr 1.16.124.2: #i51348# moved import/export of shape names to svx 2007/01/05 16:06:17 dr 1.16.124.1: #i51348# load drawing object names

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7503de783addc259c644822ff7a8736662717dac]

        INTEGRATION: CWS dr52 (1.63.22); FILE MERGED 2007/01/08 16:54:58 dr 1.63.22.2: RESYNC: (1.63-1.64); FILE MERGED 2006/12/18 12:54:39 dr 1.63.22.1: #i72713# load broken ARRAY formulas

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [c3cba1f223da0f2fa09573b2c233dee104ed8981]

        INTEGRATION: CWS dr52 (1.36.132); FILE MERGED 2007/01/09 13:50:06 dr 1.36.132.1: missing exception file

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [51dd40777ba5fcaf01fcef658a13c9e6fd99ca75]

        INTEGRATION: CWS dr52 (1.65.124); FILE MERGED 2007/01/04 18:19:47 er 1.65.124.1: #i72190# export proper RefMode record according to our document setting

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9f9e3a6b9346284b41ef096f43fd73e34e466f73]

        INTEGRATION: CWS dr52 (1.22.62); FILE MERGED 2007/01/04 16:44:07 er 1.22.62.1: #i72189# performance: in non-ascii identifiers avoid temporary strings by calling the proper CharClass::isLetterNumeric() method from IsCharWordChar()/IsWordChar()

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [a775930d17541f80d21e745bf1eaf8ce12e96a3d]

        INTEGRATION: CWS dr52 (1.64.62); FILE MERGED 2007/01/08 16:52:18 dr 1.64.62.2: RESYNC: (1.64-1.66); FILE MERGED 2007/01/04 16:44:07 er 1.64.62.1: #i72189# performance: in non-ascii identifiers avoid temporary strings by calling the proper CharClass::isLetterNumeric() method from IsCharWordChar()/IsWordChar()

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [02559f6ada017083f2c180056672c8eb83d97960]

        INTEGRATION: CWS dr52 (1.6.62); FILE MERGED 2007/01/08 16:52:09 dr 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2007/01/04 17:34:07 er 1.6.62.1: #i72190# Xcl reference parser: use the current table from the result parm rather than resetting to table 0

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9fca615674b69f5a25c9f649a5fd7343807dd9ac]

        INTEGRATION: CWS dr52 (1.9.126); FILE MERGED 2007/01/09 14:23:48 dr 1.9.126.2: unxsols compiler error 2006/12/20 19:22:05 nn 1.9.126.1: #i63686# use hash map for members in ScDPSaveDimension (patch from Jody)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9703c7a264d3fd484730bc61d9337ab0cffa4379]

        INTEGRATION: CWS dr52 (1.8.340); FILE MERGED 2006/12/20 19:22:04 nn 1.8.340.1: #i63686# use hash map for members in ScDPSaveDimension (patch from Jody)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [9b2a0579eca8e680e1aade115c9241967133a2a4]

        INTEGRATION: CWS swqbf92 (1.75.42); FILE MERGED 2007/01/12 14:13:14 od 1.75.42.1: #i73361# method <lcl_AdjustOutlineStylesForOOo(..)> 	 - Do not change existing assignment of default outline style 	   to a certain outline list level.

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [cbd7be39c69b90878feeaa6bedd4a257e9200720]

        INTEGRATION: CWS swqbf92 (1.28.140); FILE MERGED 2007/01/16 07:52:57 ama 1.28.140.1: Fix #b6502955#: Redlines and sections (TOC)

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [ceaf57e0adf78738121ff1d46e265a16a7540442]

        INTEGRATION: CWS dr52 (1.27.62); FILE MERGED 2007/01/04 16:44:07 er 1.27.62.1: #i72189# performance: in non-ascii identifiers avoid temporary strings by calling the proper CharClass::isLetterNumeric() method from IsCharWordChar()/IsWordChar()

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [f14d3e09680d1537e8053c38cd5c35b095861253]

        INTEGRATION: CWS swqbf92 (1.43.42); FILE MERGED 2007/01/09 14:22:56 fme 1.43.42.1: #i73240# Handle no-length hyperlinks correctly

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [c2cfef539fc5591e6fad2655a7f82d864f6419c3]

        INTEGRATION: CWS swqbf92 (1.64.8); FILE MERGED 2007/01/10 11:39:10 od 1.64.8.1: #i73194# method <SwFlowFrm::MoveBwd(..)> 	 - further correction of fix for issue i53139

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [a55ddabaa1d37d5d49b69cb07c96f769b4226aa1]

        INTEGRATION: CWS swqbf92 (1.32.8); FILE MERGED 2007/01/12 12:30:23 fme 1.32.8.3: #i73045# Looping business cards 2007/01/12 08:22:44 ama 1.32.8.2: Fix #i73045#: Looping business cards 2007/01/11 13:56:19 od 1.32.8.1: #i72024# method <SwCntntNode::GetTextDirection(..)> 	 - no format of the frame, because this can cause recursive layout actions

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [df993128d36d84578259eda5cebba913f62b3f2e]

        INTEGRATION: CWS swqbf92 (1.15.140); FILE MERGED 2007/01/11 10:54:10 fme 1.15.140.1: #i68613# lcl_FindPreviousCell should use GoPrevious instead of GoNext

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [a935626efab849f6de2736169678b5d2b8b682cc]

        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>  [87c7004008083f74691425489873a4a0f4a86887]

        INTEGRATION: CWS swqbf92 (1.18.42); FILE MERGED 2007/01/12 08:12:26 ama 1.18.42.1: Fix #i73045#: Looping business cards

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [7eb13e2293e39c715cba25a53d350cbad14ce3da]

        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>  [ec9a6f8d94851ab831253bad9814eb2a848cb53e]

        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>  [127473736e2933aad70daf98e0b8497e95314e0d]

        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>  [f38265be217dac6f257d58de0f6fea28d5a9feb2]

        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>  [a936aa0fa8b846fe3ec3a722f1c0fbffe1b0619c]

        INTEGRATION: CWS swqbf92 (1.133.22); FILE MERGED 2007/01/12 14:21:09 od 1.133.22.1: #i73361# - suppress export of the outline style - the default list style 	   for headings - as an automatic list style into the content.xml. 	   It's already exported into the styles.xml.

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [74f88b9b4a3d5b68fb7ed544dd88efe960af6430]

        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>  [6f4300c6c51f12449d6c811963efe26ae35dc262]

        INTEGRATION: CWS swqbf92 (1.124.34); FILE MERGED 2007/01/12 14:16:12 od 1.124.34.1: #i73361# method <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - don't care about automatic paragraph style on finding candidates 	   for the assignment of paragraph styles to a certain outline list level

2007-01-22  Oliver Bolte  <obo@openoffice.org>  [99c2c550f98cde022e61f99646b86c0a65443b28]

        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>  [11077ad85bdafadbcbcb6fe8921136998aa7b687]

        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>  [ea7170de781832309decdff07b72ef84ba1533e6]

        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>  [373b30512b220d104793a67334669397c52b8f44]

        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>  [295dcf667c4b885c2a71b9ec5e5d855ea20166b4]

        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>  [a15185bfb96219b6cbebcbc54c95cfde8937742e]

        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>  [78af3529767c7d842a84ce01c8dc0080a940946c]

        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>  [50ea101373188ee7c89c4e8294f87a3461e42b26]

        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>  [019a9ea6cb8488dab106816c85658faf2b533ed7]

        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>  [0f847d9d18e62563a268240d1b296183f83f8455]

        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>  [5180243038c719bdce1e1dfea88705f222c937a5]

        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>  [0b4f4d6a0946420dcd2692d7fcc19308a118b2eb]

        new version for OOF680

2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [cc9756501ed480ec721a674ed2cb0f501e577385]

        new version for OOF680

2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [501bd98834d742a0f9e413d01735b92e9298b5c9]

        new version for OOF680

2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [c3e693de42e63817883ffc0e7879dfac2ba6ae3e]

        new version for OOF680

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [5687d89f2b3599219ad3c84c2011d9705e71bbd2]

        #i73662# Reduce LINKLIB error to warning.

2007-01-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [df97f8bdc05865fae0313e5eddd1cffb40399830]

        #i10000# fix OSX breakage

2007-01-19  Vladimir Glazounov  <vg@openoffice.org>  [c4f4c896f080d80e155ac449a0afd9a361ab6e8b]

        #100000# added header

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [cb91ee4e38068e7b78bcd3e98b7d58447387441d]

        #i10000# 'openofficedevarchive' for product platforms only.

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [df445f30216579695665393483d5b4a02db3359d]

        #i10000# PersistentMap::get now takes OString as parameters, not OUString.

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [6bdd5b66ea4e516b0c3ceafd38eb6bc64531b4f2]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/19 09:10:41 sb 1.1.2.1: #100000# Forgot to commit...

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [1eea7d433e60eaf4c892e7e4f94fec735621bd63]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/19 09:10:30 sb 1.1.2.1: #100000# Forgot to commit...

2007-01-19  Thomas Lange  <tl@openoffice.org>  [c0c68f3ae8aa467081608a70b8b9f5d8dd4e1454]

        #i73173# integrate Google SoC language-guessing

2007-01-19  Rüdiger Timm  <rt@openoffice.org>  [b8f59cb472141f69414ba3be0dff55edb4b3e670]

        #i10000# Removed warnings from solaris compiler about extra semicolon.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4f3276eddfa60f62fe226aeb9580f6067704f1e5]

        #i100000# regenerated configure

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fd344288d23caee368f67fc9f79d7e170cdc0f3d]

        SRC680

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [58ab57dbd0bf021237e710c740dcd3abeeeadd03]

        INTEGRATION: CWS sb66 (1.9.4); FILE MERGED 2007/01/04 09:51:16 sb 1.9.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [88c2a14d67abe2d89f364105dd6ca5f8edb5d16a]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/04 10:00:33 sb 1.1.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ab204695dc2cd10496c7cd319a123d5f80732799]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/04 10:00:22 sb 1.1.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4323e13f1921d1cb20dfd4cbe84401ddf7ee230a]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/04 10:06:12 sb 1.1.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3f3e6ffb886c139097f4e99bca549791e1db2be4]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/02 14:38:33 sb 1.1.2.1: #i70799# Adapted OpenOffice.org-minimal-version dependency to OOo 2.2.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8bae1a64fc49f15c3399aa4d75bac6ce74efdb6c]

        INTEGRATION: CWS sb66 (1.4.4); FILE MERGED 2007/01/02 14:40:20 sb 1.4.4.1: #i70799# Adapted OpenOffice.org-minimal-version dependency to OOo 2.2.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bf83fcb1037442fd33a43b0ea668a79f90020850]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/04 09:47:55 sb 1.1.2.1: #i69910# Moved here from ..

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d7ed149fb6bf8837b5ed1cbe856826095bc00a4e]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/05 12:01:06 sb 1.2.4.2: #i69910# Improved identifier vs file name handling. 2007/01/04 09:46:49 sb 1.2.4.1: #i69910# Made obsolete pkgchk dysfunctional, cleaned up.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [27c8e7653f53e09cca6d10d282c5fb439b0727d7]

        INTEGRATION: CWS sb66 (1.4.4); FILE MERGED 2007/01/04 09:46:49 sb 1.4.4.1: #i69910# Made obsolete pkgchk dysfunctional, cleaned up.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [910ffdba2e54894fb499582bb6c0fe23cde3190d]

        INTEGRATION: CWS sb66 (1.4.4); FILE MERGED 2007/01/05 12:01:06 sb 1.4.4.2: #i69910# Improved identifier vs file name handling. 2007/01/04 09:46:30 sb 1.4.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [42a92cd3f606c2c72170bcea9142c4314ffa4165]

        INTEGRATION: CWS sb66 (1.17.4); FILE MERGED 2007/01/05 12:01:05 sb 1.17.4.1: #i69910# Improved identifier vs file name handling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d1f295456812e4ca1c6db21a0402f7d759fcf2a0]

        INTEGRATION: CWS sb66 (1.6.306); FILE MERGED 2007/01/04 09:50:46 sb 1.6.306.1: #i69910# INCPRE must be set before including settings.mk.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [63f870d3acf3b03836b737147f8e3c41ee480ece]

        INTEGRATION: CWS sb66 (1.11.64); FILE MERGED 2007/01/04 09:51:17 sb 1.11.64.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0a1ac555df203b18d4e707816fdac2ec80394d21]

        INTEGRATION: CWS sb66 (1.12.4); FILE MERGED 2007/01/05 12:01:05 sb 1.12.4.1: #i69910# Improved identifier vs file name handling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5e23793ce97607de5db0c8c33027d99aadab5ce8]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/02 14:38:00 sb 1.2.4.1: #i70799# Adapted OpenOffice.org-minimal-version dependency to OOo 2.2.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0acdc73d70659aefc6af4d167c0d06b29c722ce1]

        INTEGRATION: CWS sb66 (1.7.306); FILE MERGED 2007/01/04 09:51:16 sb 1.7.306.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [39b86fc62e5c77aad690fe7c795a683678ff06dd]

        INTEGRATION: CWS sb66 (1.21.4); FILE MERGED 2007/01/05 12:01:04 sb 1.21.4.3: #i69910# Improved identifier vs file name handling. 2007/01/04 15:57:09 sb 1.21.4.2: #i69910# Added TODO issue IDs. 2007/01/04 09:51:16 sb 1.21.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8345b6fd9f904f8706b33692098bf0c584afd9b6]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/04 09:59:11 sb 1.1.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [33950c82e6b2906d64c2849acf8197ed0aded3f5]

        INTEGRATION: CWS sb66 (1.1.2); FILE ADDED 2007/01/05 12:01:04 sb 1.1.2.3: #i69910# Improved identifier vs file name handling. 2007/01/04 13:53:13 sb 1.1.2.2: #i69910# Made code compile warning-free (wntmsci10.pro). 2007/01/04 09:59:01 sb 1.1.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [14b756805e3b3b9d41b1fba65c75f4b548831e88]

        INTEGRATION: CWS sb66 (1.8.306); FILE MERGED 2007/01/04 09:51:16 sb 1.8.306.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d8542848e66c520652bdf8446661b049c9a41f3a]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/02 14:24:39 sb 1.2.4.1: #i72573# Made button large enough for German text.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [883529b9ec39885a10cdb8db9690bf315077881b]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/05 12:01:04 sb 1.2.4.1: #i69910# Improved identifier vs file name handling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [37481a31d3a24249ebd7a9e4f2a258dcc6385a1d]

        INTEGRATION: CWS sb66 (1.19.4); FILE MERGED 2007/01/05 12:01:04 sb 1.19.4.2: #i69910# Improved identifier vs file name handling. 2007/01/04 09:51:15 sb 1.19.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6fdc999505ec79dd44a09b4e2b490e1b3b3b304d]

        INTEGRATION: CWS sb66 (1.12.4); FILE MERGED 2007/01/05 12:01:03 sb 1.12.4.2: #i69910# Improved identifier vs file name handling. 2007/01/04 09:51:15 sb 1.12.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d4fabe9c02fcade99043aac360fd001299fb9d2c]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/04 09:51:15 sb 1.2.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a4dc5956fc847fbeaf642f471c8587375b2fb973]

        INTEGRATION: CWS sb66 (1.38.4); FILE MERGED 2007/01/04 09:43:03 sb 1.38.4.1: #i69910# Made obsolete pkgchk dysfunctional, cleaned up.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3f51f94df69a1929bc1048bce39e54921aa380dc]

        INTEGRATION: CWS sb66 (1.2.4); FILE MERGED 2007/01/04 15:17:45 sb 1.2.4.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e9f71935a35513da8632323781077e3d6bfdeb44]

        INTEGRATION: CWS sb66 (1.7.240); FILE MERGED 2007/01/04 09:31:22 sb 1.7.240.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7047738fbf2835aada6fd3f88181b33999ba3318]

        INTEGRATION: CWS sb66 (1.10.2); FILE MERGED 2007/01/04 09:31:22 sb 1.10.2.1: #i69910# Adapted to unique extension identifiers.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b9b0d171b677c718cdd9baaa03004f05a5888f34]

        INTEGRATION: CWS sb66 (1.2.2); FILE MERGED 2007/01/05 09:16:32 obr 1.2.2.1: #i73160# oneway no longer recommendet

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [da0119ede19be534190a864cbcf8ac294929bb7b]

        INTEGRATION: CWS sb66 (1.2.2); FILE MERGED 2007/01/05 09:47:33 obr 1.2.2.1: #i73160# new images with transparent background

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d30e908f48f03891eaab70667a63ff3d687b2107]

        INTEGRATION: CWS sb66 (1.2.2); FILE MERGED 2007/01/05 09:47:32 obr 1.2.2.1: #i73160# new images with transparent background

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [12588a4810f1cbe9b4e0941b88e71e49a3ca73ce]

        INTEGRATION: CWS sb66 (1.2.2); FILE MERGED 2007/01/05 09:47:31 obr 1.2.2.1: #i73160# new images with transparent background

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ff0f36676a88d7a5483f1d8ec8344d4402bdb494]

        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>  [41818a1e98bd8821b76965969eea8fff05056c64]

        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>  [71d0b29433ac28f9d4a66a7433132ade62d964f4]

        INTEGRATION: CWS pj71 (1.2.12); FILE MERGED 2007/01/10 09:37:47 pjanik 1.2.12.1: #i73295#: Remove extra qualification. Patch from Maho.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [77ddf62a37834996d4769c06e2129b8adde4ab32]

        INTEGRATION: CWS pj71 (1.13.70); FILE MERGED 2007/01/16 09:36:21 pjanik 1.13.70.1: #i73210#: Prevent warnings on Mac OS X.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ef965232c69299843d21f276742693a759fd711b]

        INTEGRATION: CWS pj71 (1.32.12); FILE MERGED 2007/01/07 13:14:29 pjanik 1.32.12.1: #i73209#: buffer is not used at all on Mac OS X.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4b63d5ed087e2e2a93f8eda15f65b060291b0efe]

        INTEGRATION: CWS pj71 (1.32.6); FILE MERGED 2007/01/15 10:21:38 pjanik 1.32.6.1: #i73208#: Prevent warnings on Mac OS X.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0370ce582505a28799d852741075ae713d097d4c]

        INTEGRATION: CWS pj71 (1.15.16); FILE MERGED 2007/01/15 10:19:44 pjanik 1.15.16.1: #i73206#: Prevent warnings on Mac OS X.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c93a7c217a7dcc20fa017097fb72c689e2f31293]

        INTEGRATION: CWS pj71 (1.21.20); FILE MERGED 2007/01/07 19:07:41 pjanik 1.21.20.1: #i73205#: Prevent warnings on Mac OS X.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [379bac719ad29f072b619bc751d601ed8799befa]

        INTEGRATION: CWS pj71 (1.10.10); FILE MERGED 2007/01/12 13:59:09 thb 1.10.10.1: #i72728# Initializing all PODs now, before reading properties into them

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [266fd89b189ed7a79dbfb019851feece87994b94]

        INTEGRATION: CWS pj71 (1.7.30); FILE MERGED 2007/01/15 10:27:29 pjanik 1.7.30.1: #i70648#: Prevent warnigns on Mac OS X/PPC.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d4ee72a6ff9fb2f60583d8de665180136aa6131e]

        INTEGRATION: CWS pj71 (1.5.30); FILE MERGED 2007/01/15 10:27:28 pjanik 1.5.30.1: #i70648#: Prevent warnigns on Mac OS X/PPC.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [911d23678b0c283fcf6f9777078c2f034b14d89c]

        INTEGRATION: CWS pj71 (1.8.30); FILE MERGED 2007/01/15 10:27:28 pjanik 1.8.30.1: #i70648#: Prevent warnigns on Mac OS X/PPC.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bacabafb8365f09f7d202d2d8812621d68ff8326]

        INTEGRATION: CWS pj71 (1.3.1326); FILE MERGED 2007/01/07 13:10:06 pjanik 1.3.1326.1: #i73216#: Undefine FD_SETSIZE to prevent warning when it is defined again.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2d05f5f3fca98897d14cce400d18325a446dd93e]

        INTEGRATION: CWS pj71 (1.7.26); FILE MERGED 2007/01/15 15:37:20 pjanik 1.7.26.3: #i73200# #i73445#: Allow WaE builds on Mac OS X in filter and svtools. 2007/01/13 22:42:01 pjanik 1.7.26.2: #i73447#: Enable fpicker WaE build on Mac OS X. 2007/01/07 13:07:27 pjanik 1.7.26.1: #i73212#: Turn on "Warnings Are Errors" for module dtrans.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [05be4b00412ac0094f7e971186d139c18053dfb6]

        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>  [d61b6fd5e6c3639891a2805b05e3743d9ffc82f0]

        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>  [9ddec3ed0422d37265bf439074d83da36bb4add9]

        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>  [d130ba6e33e5cdad595ab0e096e0dbd5b6937d79]

        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>  [2a22790c145215d34edcc786e6f58ab967b62f73]

        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>  [f5928d1de5a214aacce1109e30486bbda04a66ec]

        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>  [e87cfc9af95a5d82ebdb2e4f947ceb898b3bc08f]

        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>  [207fa941381c301dad55844953d36acd02fd1e43]

        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>  [09bdf943ca01cbcbb3d7c41f53f3a7ba1e7001a9]

        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>  [d2106b2d3de0654d2a1240422d5f9c111e8da307]

        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>  [34d883513aa9ad194bf4467033199390567b2ddf]

        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>  [553c7def0b1f070dcbc3ed6ea3244b435228f384]

        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>  [c6f671fec5f4c9a98a53768fd8e4e72f38f03fee]

        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>  [f94bc7bcdb072fc924b5eb1c1c09563ad8012a79]

        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-18  Vladimir Glazounov  <vg@openoffice.org>  [d0487d054ace238bd9b12ab6ed43cdaa6fae1fca]

        INTEGRATION: CWS pj71 (1.20.16); FILE MERGED 2007/01/08 11:58:05 pjanik 1.20.16.1: #i73200#: Add initializations to prevent warnings.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ae18ee5fb21918fc61065cb4c2686d7e543b689e]

        INTEGRATION: CWS pj71 (1.14.14); FILE MERGED 2007/01/08 11:58:05 pjanik 1.14.14.1: #i73200#: Add initializations to prevent warnings.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bfef815a9afa60fa091b718698a0d447324d997e]

        INTEGRATION: CWS pj71 (1.5.16); FILE MERGED 2007/01/08 11:58:04 pjanik 1.5.16.1: #i73200#: Add initializations to prevent warnings.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [edce1f97df251cf90493a6edfc797cf87135fb46]

        INTEGRATION: CWS pj71 (1.13.16); FILE MERGED 2007/01/08 11:58:04 pjanik 1.13.16.1: #i73200#: Add initializations to prevent warnings.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a5cb0d38655a6c8ac21d2ff09faefcbea3444d39]

        INTEGRATION: CWS pj71 (1.22.16); FILE MERGED 2007/01/08 11:58:04 pjanik 1.22.16.1: #i73200#: Add initializations to prevent warnings.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0642f82251733c77e9f7f9b7beaeb99338447316]

        INTEGRATION: CWS pj71 (1.5.46); FILE MERGED 2007/01/13 22:36:34 pjanik 1.5.46.1: #i73447#: Initialize variables to prevent warnings on Mac OS X.

2007-01-18  Thomas Lange  <tl@openoffice.org>  [a80761fc9ef1cd9bb6e0b7a8853b8a2adadb69b2]

        #i73173# integrate Google SoC language-guessing

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b90def00e025ae2dbc4c17dd3bab05df4ab91a30]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:18 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6037c664759b8e539fc0c347e3a208edb5293d9e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:38 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [289a188226d8aa18419ab8526ebd7c6ddfab9f1b]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:37 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8196c89451ef714054ce349d4f438d53844bc162]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:36 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f9c400d0c549f1d454631e73212a9cd70902e4c5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:35 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f9447992b216744dab4727fd37b0a082ac3d133a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:34 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f556240ba7753906c789c8fefdc5bcf1b2854c8b]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:33 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bede0bf99858c8b7006edbd9d755ec16065e81fb]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:32 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c721427229f30af4b32dd519713a96607410879e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:30 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1caa1c7806ffff3a4652830fea448052f7c64378]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:07 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [cf5a9bf339fc7b8a8eb68e6334fe30dbe25a1305]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:04 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [eea1d1651cd35fd33f23b8b43b7d312f34b6cda0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:02 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [34dad6479973fd8c840956398bac1b1d6fc31186]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:01 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [570486d952886e0a250fd009c00a7e0795b026f7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:12:00 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b382190ff5679c1b85c7431eb06caba516169af0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:59 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5873e4a958d61db4861c463fee7e827637de4b60]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:58 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [285ee2dcc38ec9e385cfc8b253d2330e60ab0b73]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:50 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f685db3c4444653bbfb0f337b6ea85f3965a2f19]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:49 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [76f341c854024d48a37a632ad7b27f5fa4504f09]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:48 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7ccc6f375745cdeb0a581049822080dfcd5ac720]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:47 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ea3ed65e13bd67bd1012c81257acdd0a7143c020]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:36:30 jimmac 1.1.2.2: another huge load of tango goodness. my neck\! 2006/08/18 11:11:46 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d205d43c0b18b33e5a11e5e5a0ef71a066dd6629]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:46 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c8ce7b06eb66c535539b7da0dc5aa31e948811ef]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:44 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c14ef11714dce9712aeeac1aafbcd9e99f3b58c3]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:43 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c61703aaaead92963cd63ad15c191f75d398b00c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:42 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f925bd1e35079965618f80b476c2c2151e0a7daf]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:41 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [43139b4ceaff002bff6675e4ed97337597457c71]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:40 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a1e85ac257dfe5d3d18aa3f2da4dd92a4581ced0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:39 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f17c4c37f355aae3a1dd6553988c732a42bbeb29]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:38 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [de3b7c355f8e907d92bdc120bcd4160f459579b0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:37 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3ad0fb1f9d1808fb84f35f9115f017a9e1bda862]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:36 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a36b12e7354403f4f88e871369afbc2aacfd9d21]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:35 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9cb70a857794218f1c1a950b7a029ed5885c1c0e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:34 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c6a6fb6fb46909254d3946eaced909f89a3f6c15]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:33 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a9dbc59619d84f98a74423a90417813e879f0c9f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:32 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [518c57ddb27ab64d20415021d937ee47f1257f3f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:31 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ef87e99aefe0a49e0d3c568884d43780f4fe7f2f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:30 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [47660750a61f6686381e608c262c5973a6ee6e27]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:29 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [11cb10764bf43a4e089776188672d414883c7bb8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:28 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5586505eef7c00366cdebdede1e020950946c8b1]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:27 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9dd75bb418c33b7756f60e8491e9d1dc216e00b1]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:26 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [cd9b45c1408c6d79bc228cceb8a19246a618a0f0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:25 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [618f694731ce07c4f321988852922c5368e1d32a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:24 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5c6e976efeb46c8ebcafcca7b1126292e7155181]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:23 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [55b786409ff27922ad45833794558ffba6269395]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:22 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [46267b0a1d814d79ba9a344c372d251ced35123d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:21 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d456d431c47b364fec70e7d859e2045646ef80e0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:20 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [55fa56b604fcc48b0fea6e7ddcb7447260988c6a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:19 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f875d1c6f7c14cf1141e52fe8226838070f4b04f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:18 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3d4899d0a20a743938fcd444dc3fb3b357b22b0a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:16 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ccf31086bb88e997e35b32beec856acc3c0384f1]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:13 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b74ebf651749b67da52242d806acb890b0c32075]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:12 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [71c6b0cc0d94b5e99bcab978585ae56d78891913]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:11 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5bda6d71ac75e48cbb2caf1fc2810e36affedcfc]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:11:10 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [20cfecb93e720c2848fb3e3be7c438383ce5ea6d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:44 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0d7be6dc45ba4a581f19817011b628a70e5269fd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:40 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [68bf86c71dc21b6364e2f9f38cf40e2bd1c4af0d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:39 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [81993dd7037fe36c145885962b72642b12a44d96]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:38 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [37020715395921a47a90931f4070902729108d35]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:37 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [47c82fd29541875f6e69e6c14895a8c9e58bbd6e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:36 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e56dd384b4835e9b1704a1ff16153310749a5e00]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:35 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e38e037749d7144a7604d1020997ffa77d77a3c5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:33 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a428d272dbdcfaf32778a6a476719ee638cf4366]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:32 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1a175d970e236f4b5b48b6810287a206dd60cb05]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:31 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [51016eb2ce341232d56c2ef36e1c0ae90c976d24]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:29 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ead202761fd8474444b7c556bbcd494281ce6900]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:18 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1c9878fb0673239b06055a1fbd65a44a490d6e91]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:32 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5eeca1c019b45358a01ffea4c710fe8e40a763bb]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:31 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [06bcbf602f8d73881a2b27a1c352d125f53a869f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:53 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1d04b9b0185ec9d2383737c6634ad1c141dceb57]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:33 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1ce0bf7b0fed8bca0a1ce5b6629855cc608e6174]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:32 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [94e6dff59da339f7d68e541c342ed60b4083f490]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:52 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [61dae49b80b48e5bcd8d942dcb99daaa7d95292b]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:30 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [45d22d4be66f04b652d3c4e9b426f1737757cb14]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:31 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6c18667f4c1d7d905fc83d41728df86721974d36]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:30 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d9d7b3ddc35dcdb852e886c12bb6b61b7ef6383e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:29 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1c2c6ec45ec952653d52f41da133edef22b94b59]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:50 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6d2075de3eba32d6f5603cc856f08187ee6fc621]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:58 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [addee782d187c1e6a8d34f7941428511e0ccc54a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:49 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7619d8f927c1ce04237befdc5cfc8ec31c4fb5eb]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:28 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [13ef181fe1674987674d0b023a242cfa0c728dfe]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:27 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5aea83fbd735044f4f7ad47332a70c28494c7284]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:57 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1be6e5eebfa5ff51ff9a01e0728533bd9618d346]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:48 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [76003422b4ae518fe4a7267613ec289e3d45f29e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:56 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [43752812239eb0b3cb4ab38b140370f416f2381f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:17 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e0f616952aa47d7244f361757e745fc03562d002]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:55 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1ac335b3928c7c446f1cf2ba931b14b0fd61a5e3]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:28 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [26056ede5c285f70006749b6b2434a1c8f459a55]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:16 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [99aa0464d22e621307ead27fa4856aff72ac21fd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:47 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [616d44cc8b1fdbae3520a3152ac7305621917209]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:27 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [03eaaf25b5618a3c35ea16a55f0c9b63147a9912]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:46 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0b964d89ce954c15a99be026eccd1f52f89d5724]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:29 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [df338f84ad490093dda779959a6cc60eb0b37937]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:26 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a96764661e90b58921ee89124e3d742c9f577074]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:25 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a4384bec3d7bfe70115e76dbd34218419847491d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:24 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7417c2bb9645f4d923dab98561e1ece3ac87189e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:23 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [19ad8115b2892039b89f2fd4190aa6af378fedac]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:14 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6f7da5270405ab994b4ce1be5c571b448e31153c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:22 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [dd8270e388aecd93a99fd9de959a1cde0a1a4dd6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:21 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2b67897fabaffc9d77e4fce202080d14d56a03ea]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:20 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [04a72a969fba5464f7811e41e7ba2d73154afaf6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:19 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e4a8017c65e44d90fb5063b828948254d880a460]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:18 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5a0b4aca2e0cc798617d7ce1ad02b96feae6fd16]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:17 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e3f6bdae96ef5019883749875d7538c8b4a1bab6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:16 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [372c8afb6a737e39f659978e7fc9ebccb133a04c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:54 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4471df8131d303525daa0061ec33a2a82314a3e1]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:15 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c9c78affa5f72b49d864dc55ccf89da62a9b19fc]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:14 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [14ad607cd766a9f4ddb3d4617fd784b0abbfcfa0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:13 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bd61fbd8507e20107b1c0d2f23b5619e56fab606]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:45 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [122577cb63804c82cdbb537ddc8f493c4fc16f82]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:29:03 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 19:09:53 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f6ba11d12402c7c5492d66e501c6a21d7092e05a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:52 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7fe89ed8331eacdfebe1c8a011af1b5d1fc28db7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:12 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ddaf2fbb04898dc285be050192d66c6810c79675]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:12 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [920dc554ad1c90741de93bf8d5390d40892bcd36]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:11 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b4cec7ac30fc13c5d87b5056f6701ac6469efc52]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:29:03 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [047dbbff90f63f1f65c64c25f3e5a0b617534152]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:44 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ebe103987b4a868ccb508bdbde7a75a24cad6986]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:43 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [eedd350cee71232a130b355cdb706644d1d7f85e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:51 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [77c3d24708d6e7aa084d1b3ab86f00b27447e7a6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:11 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [dd7a580cb6ac2970d2e0593330706bbede602da2]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:10 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1cc9004a69debeba924d7d82632cead5d4ca682a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:42 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [87524d8e64122ff659ae5b0e3ee11dc7eea71af0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:10 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [29dac0bb05672b6c18b54941f838d1f447e3c31d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:09 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3018115a79849d1230731d49c4eab3f84b6c7ec6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:08 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9964d825c9387f113068eeade035f09ee406bd59]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:41 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9b8bc9b692b1606631dae10cd219ca8aac5dc973]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:40 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [95330640f8e07da27ab2320d32b65d98d359b975]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:07 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ee968ff1a85e1cee811ace832eb5945660570d33]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:29 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f0287952462e0579f2871fa63cb655c32b4182c5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:28 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [696a33a7992a1059b5b5bbb3bb44af0e71cb5a8d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:29:02 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e797121d6ab85b2ddf13416fface6439c505effe]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:29:01 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [056d22193bada1d2476c9d06495a4183ecb283b8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:29:00 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9a8a0079582a4dc5bc2b5369576381ff3a200764]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:39 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8f61cea15438c25754f2fa042d3f07f5a1724659]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:08 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bf18c3426439b7a7252465f9816a2e2f0618c864]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:07 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1b4422ba46b821dc935d51347ab052a4aafa10ec]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:06 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [efe90f50faa8c42b5db0378b21f50b04abd4608a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:05 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [494f51451b24e7f140969c423e04236d1804c9ee]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:26 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fd663a08c9752e4faf3f956c0c70a7f98aa0ac85]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:04 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [88c0ca90ab74474161f00c59a766e2125d1f1b84]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:59 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bebbd7084c1093fe588b840b6fd8d0c5f8077d94]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:38 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [332e9abd4b5962f0bc56625d6df017b540f034b9]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:06 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [629c492ea99cbf3ceaa94923b667ff173faf2625]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:05 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fa910a797ee24518ef1f1a7e35fcf1c24c9ff2be]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:37 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [46bed8539f49072d3bd693187f17ea96c2af1bd1]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:49 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [869de2a6c9b626598cb78f859bb3fddafb4ad299]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:48 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [16fb42a3c694f495a97620aa7b085e33cb680326]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:04 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f0a30dfb59e6fe61f5b0d78b39811679b887dcc9]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:36 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d8200ee073942cbc9eb28d40a6425104afff853b]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:35 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [54c1aaf634de1452e2404a72d1dde3fae4a7b6fe]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:58 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 19:09:48 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [12db69ddb6e2221b3f777fe9516b4ac9b9c7ad0d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:58 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [dfaeee2734552148ba2b05d92308a0cab7429fa6]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:34 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [dde982a6e38ebb421b905f2ef9b4553f97792197]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:26 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [92b97d822e534c279d31a3f54b8dad83a5013ca5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:25 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [069e7116011b61a417d041b9b7ef61d66ca9c646]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 13:46:24 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [172d3a71c3c5be9ef60b9479d754798e7ed31e38]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:46 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4d704052dd80c3ca1df965e882563e6b713e79d2]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:58 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 19:09:46 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [215d410026dedc67b16ced9fdeee3f21609bd23e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:03 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [de7318c83cb60174c836af77e9aca5da88a269f7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:45 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3b5fa6d0d34c90e37a224ec47ca810b353bb13c8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:02 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3fc04ddfa0d51ab843525d29641cf90de67e01af]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:57 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d0a2224cc7334356b793ed57ffc9cb2268d646cd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:33 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e6bfcb147562acb21b52020edb8884628d64a723]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:57 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 13:46:24 jimmac 1.1.2.1: most exposed stuff first

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [655dbe9b59310be55392614725721d03983ff24f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:32 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [089387f696fea4f0c9c4a2da5e6641aea5f13567]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:31 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0b4310cab41eb13c0e6a557e5fe0d3528e386018]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:56 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9b13dd7e84598e787a74fe188523a9a29d2e4d88]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:43 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [521df451de71b83c2bee6e3229884c469b8c0e9d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:01 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [18646c904e062c881f65229c484633344b6da9cc]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:02:00 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9217e648b36006e4d0aa0435f12da79aec68f700]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:04 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0bf07876beadc494e345cd44a198ee20c688e277]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:55 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 19:09:43 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [37cc1ba7a496bfda0bf45f68db8d924d4b7ce282]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:03 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4fdb943c3c62bf460d4ee320f43b2d6e8576729a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:02 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d37a0c818600ece5eec4bd6953ec95323cd78330]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:55 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ce7574688bb911e73a08bde54ff0c3981cada703]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:54 jimmac 1.1.2.2: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme 2006/09/15 19:09:42 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3347d866a72f0f59fe500387b0372f7ed074e390]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:42 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ad44e96bce4b492539bb8cd6fdab54440022280d]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:01 jimmac 1.1.2.1: another huge load of tango goodness. my neck\!

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0fca4e0c54921d96de2a8ed5e5a22c4d0f3da2da]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:01:59 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f8d6c2b06503c49d1bf512b8aefeded5f3738605]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:54 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0ce31d5367c64afdc622530eca59ae45afe923c8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:41 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b878240d7380d16f7b3c1c200cb1b7dcc44e227e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:30 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e7313315e2fa406c57f3c62f8f07f4c8a0597977]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:53 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b102b115f7c439a5973108b50fcc504bd5feb9bd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:52 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ba3bcc2a4b335eb319e4e4076edbc7fd8e9325cb]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:29 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [21767ba31a00e4bdbcb1902a348958560a09a3f7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/15 19:09:40 jimmac 1.1.2.1: now the top toolbar of oowrite is themed

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2baaf8be17960c5dd197bac1eb65259c5c69dd5c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:01:58 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e73892bb87c75ccd278f89a2320f558ac0cea3b5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 02:01:57 jimmac 1.1.2.1: neverending story but it feels closer and closer...

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c2959a42ddf5e40778e087633b730e69c37f7e8a]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:50 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6680b4a1d4a7e005aef953facb712285cbd6f35e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:49 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9f874773844b9d57d97058198459bc7230db8688]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:48 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2bed49c164b72448319576554c7fb651bfaf11d5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:27 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [636784b12a821b1195801b7a5bc4337ed27d2224]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:27 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8c821d399eede9177e3f97263cbb363d594c659c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/09/22 16:28:47 jimmac 1.1.2.1: new stuff along with some icons redrawn from scratch. Rodney tells me we cannot reuse any elements in this LGPL theme from either GPLed gnome-icon-theme or CC-BY-SA tango-icon-theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2fe79f4889f1ce43ba0c9b245e7a611e7fc3df39]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/11 23:10:26 jimmac 1.1.2.1: various mostly smallish 16x16 icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [836778d2bbc01d0b8ae6e24ec10716116b30652c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:09 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4a20728da594657a7841a26220c32b0e860e437f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:08 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [04df110629116e87ad27ac4378cba631ad841f79]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:07 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1d206b92f479592c6727b7146a0b292decd064ca]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:06 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [df987bdd2795fb5f74b6606a1cf1f82cbd55d630]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:05 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4edc10d8b817438d548396079df0a964993aa800]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:04 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3ab13c3e675f7351d18ba350fb1b42e5f2464eaa]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:03 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [de9810b7d6ad468f5f5b35a4b2bdf5b09f287768]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:02 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e7acccc5895960c6944f08d26c958e57e36012fd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/12 20:27:26 jimmac 1.1.2.1: another insane batch of stock icons

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ba2b09c0bd2466fffba8bf7bdf36011ff2a32669]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:01 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7e3b615afda8ac43384c60d6d8d9045775299a32]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:33:00 jimmac 1.1.2.1: initial work on the core of the OOo theme, commandimagelist

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [183f2c199b694d13be896f4868b9c0c140e8fdc2]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:26 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f799664fb608b0f9ab06620836510f397f686c08]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:23 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [25e54574ea3f651f7c81ab71cc06c123161640cd]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:22 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ab1749fe9880c6ea94e3e4ca2d3dbab992ad1788]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:16 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [af67aa29e0297e2d5e59f2e90d9b9c5ac5a8d604]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:15 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b53e9d414270996474766eeb3267a6e9576a3915]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:14 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [cf2610df61d07c903769e7c47cbd459f58e03e41]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:13 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b286268987fb4000bb1ed780d2547f0624116d16]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:12 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [784219910e47aba71d37a022f9e75cde247b7a66]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:11 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2fc1c5add726fe82c9d8082e8cfcc94b3a4af721]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:07 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [91a56636053c411163d452b345f2a8c0cfe077ac]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:06 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [32ac8ba1ae8f89630a518d5aeecd4138fe357c09]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:05 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0e002d2b726ab789192099fb42b3735cacaf417c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:10:03 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7b08e9231b7ae66ea77dc552c0f62afa13ea7c17]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:55 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3c632d3f92bf43fa46a579da5db1e5b4aeb47bb4]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:52 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bde3ccb1ff6b5286306f15b4de89c39da55d599f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:51 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c0fdfa2255da6a0bc9db456b9741cb560de101a5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:49 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9b02ec9ef3bbe6a94899eb33b771a810ccc28e48]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:44 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4b3a2416adbc2cbf2e1434c127a4a3e276bb8465]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:35:00 jimmac 1.1.2.2: another huge load of tango goodness. my neck\! 2006/08/18 11:09:42 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [07d35e46b65d9e91f4a6c0c596052e87bd449f74]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:40 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [05683ba35c6be1104530b7c13b41724bba978236]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:39 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5383d44e916014bcce8a0359c746fbaf2a594453]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:38 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ca09329f61f9f0039caa89dffcc5121f5be91a2a]

        INTEGRATION: CWS dmake47 (1.2.104); FILE MERGED 2006/09/30 15:01:19 vq 1.2.104.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d8eed85a50135b923290c61db3ec5fe1f2625527]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:36 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [35a1b853128e69b3309157610218d9f6109a78dc]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2006/11/12 05:06:51 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6939f0c4bc22534356056fb4f392baa2c416a338]

        INTEGRATION: CWS dmake47 (1.3.12); FILE MERGED 2006/09/30 15:01:19 vq 1.3.12.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6fcd48329376da596ae83477565bceba30c98975]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2006/11/12 05:06:50 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [53c8b8eb3188c2e6781f6059dc6735132a2d6a0a]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:50 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4a9bf3de93150e17215daa9913e1d10d260e1368]

        INTEGRATION: CWS dmake47 (1.2.12); FILE MERGED 2006/09/30 15:01:18 vq 1.2.12.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [edd03d472cce38c7b8d1a41a432b31c2fd97d79c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:35 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b1964ba80db8e6ddc163b35ead793eb09bb3fbed]

        INTEGRATION: CWS dmake47 (1.4.2); FILE MERGED 2006/11/23 16:58:02 vq 1.4.2.2: #i69952# Release dmake 4.7. 2006/09/28 17:33:08 vq 1.4.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [551273294b81c71a8f3b589888e1c53da60a50a4]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:34 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2341a5de398a477daa77b4a9b2ca9d37a9d7b699]

        INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED 2006/11/12 05:06:49 vq 1.6.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fef45c2002b0f3bbb39ef7292b15798a309c6783]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:33 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [26a565d14b798030b4a0531a39cbfe6c322093b4]

        INTEGRATION: CWS dmake47 (1.9.2); FILE MERGED 2006/11/23 16:58:01 vq 1.9.2.3: #i69952# Release dmake 4.7. 2006/09/29 18:50:25 vq 1.9.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 17:33:07 vq 1.9.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [05e6443404c3b3b0a14f0f25b7a93d07794b2eea]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:32 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f61b8b48e513d6f71b896d0fd63aec2f0f8798a6]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:49 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [05f0df6fcee3b7c4655b6a42f24f4d94afb8f63e]

        INTEGRATION: CWS dmake47 (1.2.12); FILE MERGED 2006/09/30 15:01:17 vq 1.2.12.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [bcda948caebc104214be4c8707e68dd78df583c5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:31 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [01db277543ebd14b70fc7530c884eee9907c5816]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:30 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [021f3d9ac13a9cd7a8ab19c8632e94342c6e7c8a]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:48 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d7905bb715725f467ed596c054d764e83fba9977]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:47 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [638a49c51250fdf27e203a62e5c2e1f12f890e60]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:34:58 jimmac 1.1.2.2: another huge load of tango goodness. my neck\! 2006/08/18 11:09:29 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fa23a28f7d2364a934213edb733a5c95e25ff02f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/12/14 13:34:58 jimmac 1.1.2.2: another huge load of tango goodness. my neck\! 2006/08/18 11:09:28 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [372ed30c02d8ce591bb1ab37f40246e6f6edece9]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2006/11/12 05:06:47 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5a3284a4bb5cfb5857431e4ea47a192bc88844a8]

        INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED 2006/11/12 05:06:46 vq 1.6.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4fed46d3e6aa4f4974bd6d447628b43e96df7efb]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:46 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a2b425d264950186e363af71d9371f9315000ecc]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:45 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [00ed84ca074d67fae52a7e8877eae69e4763e407]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:26 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [aff5888f61a23a750d960dcd2c4a99226a93c250]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:44 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d18a37e721c7a5d5f98937c19136f4b93164b8ab]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/09/30 15:01:17 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [369c346b93b0327f9e0f63849aa635113882af75]

        INTEGRATION: CWS dmake47 (1.10.2); FILE MERGED 2006/12/22 04:36:58 vq 1.10.2.10: #i61856# Remove another verbose debugging statement. 2006/12/21 03:16:17 vq 1.10.2.9: #i61856# Child process handling improvements. 2006/12/02 19:10:55 vq 1.10.2.8: #i72210# Add missing detail and a testcase. 2006/12/02 18:25:49 vq 1.10.2.7: #i72210# Teach spawn enabled dmake to honor the '-' recipe switch. 2006/12/01 01:16:58 vq 1.10.2.6: #i61856# Fix "Internal Error: Child is missing .." problem. 2006/11/27 22:23:14 vq 1.10.2.5: #i61856# Improve (dmake internal) process handling. 2006/11/19 05:27:24 vq 1.10.2.4: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. 2006/11/17 21:56:23 vq 1.10.2.3: #i61856# Implement better way to wait for a process queue to finish without obstructing other process queues during parallel makefile processing. 2006/11/15 19:43:12 vq 1.10.2.2: #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01) 2006/11/12 05:06:43 vq 1.10.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b538a7e6b493b177dbc4546e85bc078d8433a19c]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/10/01 16:23:32 vq 1.1.1.1.156.1: #i69742# Clean up/speed up Build_path().

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8fe2db1cfd6d754c38206d3205f682cf455e7729]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:23 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ac8afc8a836f30303aecf7bbb052d1d04a20ac6f]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/09/29 18:50:25 vq 1.5.12.1: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [af2acace323806e7490f24a7f39d1a92a0c54721]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:43 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6924727560e788b2fe4ba47f306bd59ba7c6cc7b]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:22 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fc41e04f3d4b83f1170a39c621671f711e73dd4f]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/10/08 23:27:12 vq 1.1.2.1: #i70210# Fix dmakes handling of empty dynamic prerequisites.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [50472327f51ceb0211e3d6aa9b11c009ce4a3b48]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/10/08 22:49:05 vq 1.1.2.1: #i70168# Improve $ handling in targets/prerequisites.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [3b42927f94e986291c1754f5d33627a013b3cef6]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/10/07 02:28:42 vq 1.1.2.1: #i69742# Add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8079c8dda700efeae6d6336abeaa1a69052a0fb2]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/12/02 19:10:54 vq 1.1.2.1: #i72210# Add missing detail and a testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [13c0772a53a074124a35ad8af478042b7faf2a56]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/20 17:16:49 vq 1.1.2.3: #i71777# Solaris testcase fixes. 2006/11/20 16:38:46 vq 1.1.2.2: #i71422# Fix testcase. 2006/11/13 20:39:11 vq 1.1.2.1: #i71422# Add testcases.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2493a3f4e6fa6cde3dc66656ba3fc5ede79827a5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:21 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [20b7b0c7a8c8c3073ea33f71c0e45d4d6d077838]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/20 17:16:49 vq 1.1.2.2: #i71777# Solaris testcase fixes. 2006/11/13 20:39:11 vq 1.1.2.1: #i71422# Add testcases.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6da28b3dd2fa041cab35b9df2f9974e1fe5f3ca1]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/19 21:10:41 vq 1.1.2.1: #i71704# Add testcase and documentation.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d46698a4c720a2fb02b4ec0a8fa9e02f9a45ecd7]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/17 23:09:19 vq 1.1.2.1: #i61856# Add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ba5a9662069bbe9f440fae86f7b81ee82c321563]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/20 17:16:49 vq 1.1.2.2: #i71777# Solaris testcase fixes. 2006/11/10 03:25:00 vq 1.1.2.1: #i69943# Add testcase to check directory caching with DOS style path targets on cygwin dmake.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d63b53b0523d231c5e2ec91c12270f09bd58aa6a]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/10/07 20:23:16 vq 1.1.2.1: #i70027# Fix diagnostic output and add a testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b8494f7a040b64a3c31f6af0b0a30a4d70fdff65]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/21 11:50:42 hjs 1.1.2.3: small cleanup 2006/11/21 01:32:17 vq 1.1.2.2: #i71777# Fix testcase - Only test the directory cache for case insensitivity if the FS is also case insensitive. 2006/09/29 18:50:24 vq 1.1.2.1: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ce6470ef2634d745bc891edcabab2a37714c4841]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/11/21 11:50:42 hjs 1.1.2.3: small cleanup 2006/11/20 16:58:23 vq 1.1.2.2: #i71777# Fix testcase. 2006/11/09 21:31:23 vq 1.1.2.1: #i69821# Add testcase to verify that .SETDIR works (with drive letters on cygwin) and sets TMD correctly.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [454508359442c2a204d3364d8083b2bd3f95d1db]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/09/29 18:55:42 vq 1.1.2.2: #i69821# Fix testcase. 2006/09/28 21:42:38 vq 1.1.2.1: #i69821# Fix TMD macro and add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2757bfca77efa82f943adb32c8d143c42d4d3e58]

        INTEGRATION: CWS dmake47 (1.4.2); FILE MERGED 2006/12/02 19:10:54 vq 1.4.2.14: #i72210# Add missing detail and a testcase. 2006/11/19 21:10:41 vq 1.4.2.13: #i71704# Add testcase and documentation. 2006/11/17 23:09:19 vq 1.4.2.12: #i61856# Add testcase. 2006/11/13 20:39:10 vq 1.4.2.11: #i71422# Add testcases. 2006/11/12 05:25:28 vq 1.4.2.10: #i71422# Remove unused macro and regenerate autotools files. 2006/11/10 03:25:00 vq 1.4.2.9: #i69943# Add testcase to check directory caching with DOS style path targets on cygwin dmake. 2006/11/09 21:31:23 vq 1.4.2.8: #i69821# Add testcase to verify that .SETDIR works (with drive letters on cygwin) and sets TMD correctly. 2006/10/08 23:27:12 vq 1.4.2.7: #i70210# Fix dmakes handling of empty dynamic prerequisites. 2006/10/08 22:49:04 vq 1.4.2.6: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 20:23:15 vq 1.4.2.5: #i70027# Fix diagnostic output and add a testcase. 2006/10/07 02:28:41 vq 1.4.2.4: #i69742# Add testcase. 2006/09/29 18:50:24 vq 1.4.2.3: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 21:42:38 vq 1.4.2.2: #i69821# Fix TMD macro and add testcase. 2006/09/28 21:16:27 vq 1.4.2.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e6b81e7911da4b4a7aa509bd64c7d0a6bf9ce055]

        INTEGRATION: CWS dmake47 (1.4.2); FILE MERGED 2006/12/02 19:35:53 vq 1.4.2.12: #i72210# Missed an autotool bit. 2006/11/19 21:10:41 vq 1.4.2.11: #i71704# Add testcase and documentation. 2006/11/17 23:09:19 vq 1.4.2.10: #i61856# Add testcase. 2006/11/13 20:39:10 vq 1.4.2.9: #i71422# Add testcases. 2006/11/10 03:25:00 vq 1.4.2.8: #i69943# Add testcase to check directory caching with DOS style path targets on cygwin dmake. 2006/11/09 21:31:23 vq 1.4.2.7: #i69821# Add testcase to verify that .SETDIR works (with drive letters on cygwin) and sets TMD correctly. 2006/10/08 23:27:12 vq 1.4.2.6: #i70210# Fix dmakes handling of empty dynamic prerequisites. 2006/10/08 22:49:04 vq 1.4.2.5: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 20:23:15 vq 1.4.2.4: #i70027# Fix diagnostic output and add a testcase. 2006/10/07 02:28:41 vq 1.4.2.3: #i69742# Add testcase. 2006/09/29 18:50:24 vq 1.4.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 21:42:38 vq 1.4.2.1: #i69821# Fix TMD macro and add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8b9ccf55f4a4579080a69cf200fef8756c79bf57]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/11/12 05:25:28 vq 1.5.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:27 vq 1.5.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [35f10bcd4ab8c85251271eb1726ae4388549e04c]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/11/12 05:25:27 vq 1.5.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:27 vq 1.5.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [427ad5a7bc1b95420bec6cb858179c2d426fa78f]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/11/12 05:25:27 vq 1.5.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:26 vq 1.5.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [556d0d58459cdc7f0585cdaeb93b9bfb8d582a09]

        INTEGRATION: CWS dmake47 (1.8.12); FILE MERGED 2006/11/12 05:25:26 vq 1.8.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:25 vq 1.8.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7210d49760124d845bef1b7a00cb919869c6eb30]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:15 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8f2b82c8d0e029bd6940bc3510817bf0bd6cd8bf]

        INTEGRATION: CWS dmake47 (1.10.12); FILE MERGED 2006/11/12 05:25:26 vq 1.10.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:24 vq 1.10.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [13080917544860567189f7edba7581e7f3715c13]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/11/12 05:25:26 vq 1.5.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:24 vq 1.5.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ec2db347fbcc21365327bf9cbd368e501da624ea]

        INTEGRATION: CWS dmake47 (1.10.12); FILE MERGED 2006/11/12 05:25:25 vq 1.10.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:23 vq 1.10.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0d78b1e917b143ddb665420dd242d865a74d12d0]

        INTEGRATION: CWS dmake47 (1.10.12); FILE MERGED 2006/11/12 05:25:25 vq 1.10.12.2: #i71422# Remove unused macro and regenerate autotools files. 2006/09/28 21:16:22 vq 1.10.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [276609d597645ea31b9b6dbb03e491cb8b2d09f8]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2006/09/28 17:33:07 vq 1.5.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1760f6725bf7144e6a20d5d7e767ebc0167dfe6c]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/09/30 15:01:16 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [210c00b87236a3ebfa9cfc4baefe4c7b72bf56a9]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/11/12 05:06:43 vq 1.1.1.1.156.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f490429e9f3b42e771c16643ffeb8ad912e546fc]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:43 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5bf2ef60c330a7d8c7a8c15bb966f62dfb279b27]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:42 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7bdf880af04c0f77853f89e79e2af15ddfa69b4a]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:41 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [315c9809c0cac3104ff5f836d73bc99d866ff918]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:40 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c09c8495e502e930a481649e4ba81e695a197494]

        INTEGRATION: CWS dmake47 (1.3.2); FILE MERGED 2007/01/16 02:36:33 vq 1.3.2.2: #i61856# There is currently no parallel processing for the native W32 dmake. Let Wait_for_child() always return -1 indicating that there is nothing to wait for on this OS. 2006/11/12 05:06:39 vq 1.3.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1b74b4782fbec75dbc5fbdb200207119f593500b]

        INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED 2006/11/23 16:58:01 vq 1.8.2.7: #i69952# Release dmake 4.7. 2006/11/19 21:10:40 vq 1.8.2.6: #i71704# Add testcase and documentation. 2006/11/13 19:08:16 vq 1.8.2.5: #i71422# Document new @@ recipe property. 2006/10/08 22:49:04 vq 1.8.2.4: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 19:30:42 vq 1.8.2.3: #i69742# Add NEWS file entry and mention normalization in the man page. 2006/09/29 18:50:23 vq 1.8.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 17:33:06 vq 1.8.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e4c86d8ae8de97d91ba06a005ea852f6cf03b21e]

        INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED 2006/11/23 16:58:01 vq 1.6.2.7: #i69952# Release dmake 4.7. 2006/11/19 21:10:40 vq 1.6.2.6: #i71704# Add testcase and documentation. 2006/11/13 19:08:16 vq 1.6.2.5: #i71422# Document new @@ recipe property. 2006/10/08 22:49:04 vq 1.6.2.4: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 19:30:42 vq 1.6.2.3: #i69742# Add NEWS file entry and mention normalization in the man page. 2006/09/29 18:50:23 vq 1.6.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 17:33:05 vq 1.6.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [41ec8b62e8edb3a5bda8a9f205c601809be8cbc2]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:07 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e296595cf964f5c46ccbd5a2976ccd506b8ed8f5]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/09/30 15:01:15 vq 1.1.1.1.156.1: #i69814# Remove the unused DMSTRLWR macro.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [741e60ea50d5901572818b8e126a99dedb3dbeb7]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/12 05:06:39 vq 1.7.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fbd849205a47204da85cd106246ef2400492b4f5]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:06 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [17ebb9534e3f8ee4c224edb14019be16658cf0e2]

        INTEGRATION: CWS dmake47 (1.3.6); FILE MERGED 2006/11/12 05:06:39 vq 1.3.6.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/08 22:49:03 vq 1.3.6.1: #i70168# Improve $ handling in targets/prerequisites.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ee70d8153bd6ce3661652cf5d2661e4ce055ce42]

        INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED 2006/12/21 03:16:17 vq 1.8.2.5: #i61856# Child process handling improvements. 2006/11/17 21:56:23 vq 1.8.2.4: #i61856# Implement better way to wait for a process queue to finish without obstructing other process queues during parallel makefile processing. 2006/11/12 05:06:39 vq 1.8.2.3: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/04 03:17:02 vq 1.8.2.2: #i69742# Enable normalization of targets and non-dynamic prerequisites. (Dynamic prerequisites are prerequisites with not expanded macros.) 2006/09/29 21:20:45 vq 1.8.2.1: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [35386dcf85baba767d4f23e892419ac6040ff562]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/09/29 18:50:23 vq 1.1.1.1.156.1: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2697933a8c6e703e4910070c9c8ed0a3f4c33402]

        INTEGRATION: CWS dmake47 (1.9.2); FILE MERGED 2006/11/12 05:06:38 vq 1.9.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/08 22:49:03 vq 1.9.2.1: #i70168# Improve $ handling in targets/prerequisites.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7a6bd9e05a7abcfa4846bc827f03972102d38ce4]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:05 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0958549f1c3314484eb11c631f748941ab7bcba8]

        INTEGRATION: CWS dmake47 (1.5.12); FILE MERGED 2006/12/21 03:16:17 vq 1.5.12.1: #i61856# Child process handling improvements.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9856a85296257ed8c2c924b5ad1a553cd5e3c7d6]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/11/09 22:33:22 vq 1.1.1.1.156.4: #i69821# Fix/improve $(TMD) handling. 2006/10/03 00:46:38 vq 1.1.1.1.156.3: #i69742# Fix problem when removing multiple '/'. 2006/10/01 19:18:27 vq 1.1.1.1.156.2: #i69742# Create Clean_path() function. 2006/10/01 16:23:32 vq 1.1.1.1.156.1: #i69742# Clean up/speed up Build_path().

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [b033f6d86cecb0bd3a9be6f83ee6d6c420e1f1e9]

        INTEGRATION: CWS dmake47 (1.6.6); FILE MERGED 2006/10/07 20:23:15 vq 1.6.6.1: #i70027# Fix diagnostic output and add a testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [8dd241eebd3db23f5847ed6a44a5b96bbbd29eff]

        INTEGRATION: CWS dmake47 (1.1.144); FILE MERGED 2006/09/28 21:16:22 vq 1.1.144.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d091d4cc6f07c883411f09a4ca903a3cc9fed010]

        INTEGRATION: CWS dmake47 (1.1.144); FILE MERGED 2006/09/28 21:16:21 vq 1.1.144.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [88f776d969af48361ce7faf28aea09e7f8421676]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/19 05:27:24 vq 1.7.2.11: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. 2006/11/12 05:06:38 vq 1.7.2.10: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/11/09 22:33:22 vq 1.7.2.9: #i69821# Fix/improve $(TMD) handling. 2006/11/09 18:16:33 vq 1.7.2.8: #i69821# Add comment where TMD is detecting different drive letters for native W32 dmake versions. 2006/10/08 23:27:11 vq 1.7.2.7: #i70210# Fix dmakes handling of empty dynamic prerequisites. 2006/10/08 22:57:22 vq 1.7.2.6: #i70168# Remove FIXME. 2006/10/08 22:49:03 vq 1.7.2.5: #i70168# Improve $ handling in targets/prerequisites. 2006/10/06 04:02:35 vq 1.7.2.4: #i69742# Don't targets with $ in the filepath as dynamic macros. ($$ means a single $ in the filepath.) 2006/09/29 21:20:45 vq 1.7.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/29 18:50:23 vq 1.7.2.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 21:42:38 vq 1.7.2.1: #i69821# Fix TMD macro and add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4ed1cb51b9b74c165b6b024860811aa7ed36afc0]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:03 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4ed2a92b822e51d2599fcae7cbdccd9844f78b38]

        INTEGRATION: CWS dmake47 (1.4.6); FILE MERGED 2006/11/19 05:27:24 vq 1.4.6.4: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. 2006/10/08 22:49:03 vq 1.4.6.3: #i70168# Improve $ handling in targets/prerequisites. 2006/09/29 18:50:23 vq 1.4.6.2: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 21:42:38 vq 1.4.6.1: #i69821# Fix TMD macro and add testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a3423130c5debc9e12de28d778c7ad010dbc5be3]

        INTEGRATION: CWS dmake47 (1.7.6); FILE MERGED 2006/11/12 05:06:38 vq 1.7.6.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [79131f92e8c70b3023b07d4820a9d9857c3cf52b]

        INTEGRATION: CWS dmake47 (1.9.2); FILE MERGED 2006/11/12 05:06:38 vq 1.9.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/09/29 21:20:45 vq 1.9.2.1: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ce72c53161ce2788ca7041402bca882195e5e6b5]

        INTEGRATION: CWS dmake47 (1.9.12); FILE MERGED 2006/11/12 05:06:38 vq 1.9.12.4: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/01 19:18:27 vq 1.9.12.3: #i69742# Create Clean_path() function. 2006/09/29 21:20:45 vq 1.9.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/29 18:50:22 vq 1.9.12.1: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a45c0a504e306d41d812a1eb110d96512de55067]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:01 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f00b7fadcc1a274e069bd3249ea449be9128ebee]

        INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED 2006/09/29 18:50:22 vq 1.1.1.1.156.1: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4817e49a59fd49833e6c2b1bada4e22644db2172]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2006/11/17 21:56:22 vq 1.5.2.2: #i61856# Implement better way to wait for a process queue to finish without obstructing other process queues during parallel makefile processing. 2006/11/12 05:06:38 vq 1.5.2.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [1d10737eb4857cc05007530c28339c29777fa5ff]

        INTEGRATION: CWS dmake47 (1.8.2); FILE MERGED 2006/12/06 22:09:19 vq 1.8.2.4: #i72337# Make dmake -V tell whether fork/exec or spawn is used. 2006/11/19 05:27:24 vq 1.8.2.3: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. 2006/11/12 05:06:38 vq 1.8.2.2: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/01 19:18:26 vq 1.8.2.1: #i69742# Create Clean_path() function.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ed5f20158ad95d17b47167fadfda8e43770f874e]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:09:00 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ccbea50cb01ed7f16e03e62ba6e859931469cd87]

        INTEGRATION: CWS dmake47 (1.1.124); FILE MERGED 2006/09/28 21:16:21 vq 1.1.124.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [78d6cf4886636e848550c6a27822847066f5abc9]

        INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED 2006/11/19 05:27:24 vq 1.7.2.5: #i71704# Let the global .SEQUENTIAL attribute implicitely set MAXPROCESS=1 and disallow MAXPROCESS to be changed if the global .SEQUENTIAL is set. 2006/11/12 05:06:37 vq 1.7.2.4: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the output (stdout and stderr) of a recipe to /dev/null (or NUL on W32) completely suppressing the output of that recipe to the terminal. As for the @ prefix this can be disabled using the -v[r] switch. 2006/10/07 18:34:49 vq 1.7.2.3: #i69742# Never normalize cells that contain a $ in the pathname. 2006/10/06 04:02:35 vq 1.7.2.2: #i69742# Don't targets with $ in the filepath as dynamic macros. ($$ means a single $ in the filepath.) 2006/10/04 03:17:01 vq 1.7.2.1: #i69742# Enable normalization of targets and non-dynamic prerequisites. (Dynamic prerequisites are prerequisites with not expanded macros.)

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [2a52ae8f96a158e7902b8ce229c2197afd88a178]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:59 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [542497b731bcd0efbe648e482c2b41c74faad178]

        INTEGRATION: CWS dmake47 (1.25.2); FILE MERGED 2006/11/23 16:58:00 vq 1.25.2.6: #i69952# Release dmake 4.7. 2006/11/15 19:43:12 vq 1.25.2.5: #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01) 2006/11/12 05:25:25 vq 1.25.2.4: #i71422# Remove unused macro and regenerate autotools files. 2006/09/29 21:20:44 vq 1.25.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:21 vq 1.25.2.2: #i69953# Clean up of the autotooling. 2006/09/28 17:33:04 vq 1.25.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [6fae621b83b63e5ea54d2c485006cdcbf8060c47]

        INTEGRATION: CWS dmake47 (1.18.2); FILE MERGED 2006/11/23 16:58:00 vq 1.18.2.6: #i69952# Release dmake 4.7. 2006/11/15 19:43:11 vq 1.18.2.5: #i71582# Make dmake usable on OpenBSD. (Patch separated from CWS openbsd01) 2006/11/12 05:25:24 vq 1.18.2.4: #i71422# Remove unused macro and regenerate autotools files. 2006/09/29 21:20:44 vq 1.18.2.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:20 vq 1.18.2.2: #i69953# Clean up of the autotooling. 2006/09/28 17:33:03 vq 1.18.2.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [537a1317d96baafb391988950a93a79c9721103d]

        INTEGRATION: CWS dmake47 (1.13.12); FILE MERGED 2006/11/12 05:25:24 vq 1.13.12.3: #i71422# Remove unused macro and regenerate autotools files. 2006/09/29 21:20:44 vq 1.13.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:20 vq 1.13.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [7b8a5c0ad1087907d054ecd447a0cc2d3bb9158b]

        INTEGRATION: CWS dmake47 (1.3.12); FILE MERGED 2006/09/28 21:16:20 vq 1.3.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [55b2177ef4ac3a8a0d802e36c86ebc1c6b43c67f]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:58 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [74d206d1b5a3d21c5e474016f05fe153c66634dc]

        INTEGRATION: CWS dmake47 (1.1.2); FILE ADDED 2006/09/28 21:16:19 vq 1.1.2.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c4667194ee8ce42db66bb9d53dd931f011664c9f]

        INTEGRATION: CWS dmake47 (1.6.12); FILE MERGED 2006/09/29 21:20:44 vq 1.6.12.2: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:18 vq 1.6.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a2e167544060eccb782fe57f6733195633e1e985]

        INTEGRATION: CWS dmake47 (1.9.12); FILE MERGED 2006/09/28 21:16:18 vq 1.9.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [9268eb02b5757f30bd36c9e96ff667bea60848c8]

        INTEGRATION: CWS dmake47 (1.6.2); FILE MERGED 2006/12/22 04:45:38 vq 1.6.2.6: #i69952# Release dmake 4.7 (Some extra changes were done in CWS dmake47.) 2006/11/23 16:58:00 vq 1.6.2.5: #i69952# Release dmake 4.7. 2006/11/13 19:08:16 vq 1.6.2.4: #i71422# Document new @@ recipe property. 2006/10/08 23:27:11 vq 1.6.2.3: #i70210# Fix dmakes handling of empty dynamic prerequisites. 2006/10/08 22:49:03 vq 1.6.2.2: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 19:30:41 vq 1.6.2.1: #i69742# Add NEWS file entry and mention normalization in the man page.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [054a3fc53f4acfdb173e7417d479335d61e09c26]

        INTEGRATION: CWS dmake47 (1.13.12); FILE MERGED 2006/11/23 16:58:00 vq 1.13.12.5: #i69952# Release dmake 4.7. 2006/11/12 05:25:24 vq 1.13.12.4: #i71422# Remove unused macro and regenerate autotools files. 2006/09/29 21:20:44 vq 1.13.12.3: #i69953# Remove NO_DRIVE_LETTERS, use HAVE_DRIVE_LETTERS instead. 2006/09/28 21:16:18 vq 1.13.12.2: #i69953# Clean up of the autotooling. 2006/09/28 17:33:02 vq 1.13.12.1: #i69952#  Bump version to 4.7-cvs.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [77fc7d686b15ac999c5d52c07105c7a265fa782a]

        INTEGRATION: CWS dmake47 (1.10.12); FILE MERGED 2006/09/28 21:16:18 vq 1.10.12.1: #i69953# Clean up of the autotooling.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [35139e55ab601ac5f07e74fbf4dad8c9d9eed358]

        INTEGRATION: CWS dmake47 (1.5.2); FILE MERGED 2007/01/17 18:00:52 vq 1.5.2.13: #i10000# Update ChangeLog. 2006/12/22 04:55:32 vq 1.5.2.12: #i10000# Update ChangeLog. 2006/11/27 22:24:19 vq 1.5.2.11: #i10000# Update ChangeLog. 2006/11/23 17:01:20 vq 1.5.2.10: #i10000# Update ChangeLog. 2006/11/19 22:05:29 vq 1.5.2.9: #i10000# Update ChangeLog. 2006/11/17 22:00:53 vq 1.5.2.8: #i10000# Update ChangeLog. 2006/11/13 19:11:24 vq 1.5.2.7: #i10000# Update ChangeLog. 2006/11/09 22:44:50 vq 1.5.2.6: #i10000# Update ChangeLog. 2006/10/08 23:41:13 vq 1.5.2.5: #i10000# Update ChangeLog. 2006/10/07 20:51:16 vq 1.5.2.4: #i10000# Update ChangeLog. 2006/10/04 03:26:01 vq 1.5.2.3: #i10000# Update ChangeLog. 2006/09/29 18:57:29 vq 1.5.2.2: #i10000# Update ChangeLog. 2006/09/28 21:30:58 vq 1.5.2.1: #i10000# Update ChangeLog.

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0e42bf8626e96118c963b47cf80cd23ef5395471]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:55 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [37034be85db6926a84abd2eef46a745b644d0eea]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:54 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [ca6abae368e4684703a8f2dc636987f6105005b7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:53 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [0f7ca99ba37515a1f8ac65a2445e49d5eb09c7c7]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:52 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [135027f9cce47c0a20301d740910dde19852d7aa]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:51 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [fc3ca3b3c225135bf8a7ac9b5d4017d52eb1b791]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:50 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [5d263d7c3fb4d341f9c6e8282d0af1fcc7d53432]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:49 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c293e5777f2d8bcb11f24400d5e1b8f6b829711c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:48 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [f3624b6822c4c44f5c2ea26d19559d86f7231909]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:47 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [d5ca47878101acc5caa64ffae3936cd73c7e8c93]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:46 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [a2806b4462b489b14fc925d808c5e60bb49420f8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:45 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [c5616549d1bfc65cbc312af73782809bc1e86c64]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:42 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [730d2c74f0d24a676cf051c21744e604ac8f3b30]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2006/08/18 11:08:41 jimmac 1.1.2.1: beginnings of a proper tango theme

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [4ec5461bb6f4ac7a2b3cbc1e0849afcf288d964c]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2007/01/12 12:46:59 mmeeks 1.1.2.2: Issue number: i#73410# Submitted by: jimmac Reviewed by:  mmeeks Add missing togglemergecells icon. 2006/12/12 14:25:53 jimmac 1.1.2.1: new name for merge cells, filling basic shapes

2007-01-18  Vladimir Glazounov  <vg@openoffice.org>  [e75fbce2af895b227c94b69283fa4d753fe2b8f8]

        INTEGRATION: CWS jimmactango2 (1.1.2); FILE ADDED 2007/01/12 12:46:59 mmeeks 1.1.2.2: Issue number: i#73410# Submitted by: jimmac Reviewed by:  mmeeks Add missing togglemergecells icon. 2006/12/12 14:25:52 jimmac 1.1.2.1: new name for merge cells, filling basic shapes

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [6c56719da1e5f59d53711dfcf7d510467491f876]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:38 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a685b8bf991148a68d04ca22d88cf79813dae36b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:37 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0c608e842fbc4f0714d59e5f804e1fdfb76013f2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:36 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d25c1f1324ca0ccfb1b2c9e38ae069e917b20c0f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:35 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [96e0b383f13ad194b869e09d80023566e6150b7a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:34 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ca5629f20e1fa5833d9cf93367c2da39c3a6c24b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:33 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [90fa057c0c7df8f4821d022ec1e9c6ff95ccb646]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:32 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e059c637ceff50c4de441f8d775a4694248885c0]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:31 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5ccf6cf373074c13b50bba6357663a5ccde1b142]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:30 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [71f7d1fcd62a4f66d3230ea4411c356c32a67c11]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [14bd253bfb920e8ab39e788c70a415da59273882]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:28 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ed48d89d267433d44e72e6c9357534f91049ce51]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:27 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2224e2f6ddba4cae27653e103e95487b144128a8]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:26 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [289afd075f981470983768b1d057274c5da57da7]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:25 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [dd58684d7259e49a41c02b9ca0316b61d2d31a7d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:24 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8c4a9974ff7360bf96f2042d1df224539d483f34]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7f16bb32279f460dd76cb59e808ca944ea06ba22]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cdd2fcacd59fb91d00a184dcbc92eb4724c4ab2c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:21 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [882b2934fd5ae0d028f81eb8525dc559992f178a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:20 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a5275716c13aa3cf19fb4872f004404b9d57950f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:19 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [81da809c991ca5b14949bf6aef1f3e9423e6be4d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a827c3373ac9bdef83128a0ec09b58cefa9e3cfc]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:17 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [77a23c3ec14b0783293a3d6d75c49ac41e4a3aca]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:26:17 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [67b3837e0bbb673a8de008f3a81c93179d71bd94]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:16 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [12803b33ab3c4f749f27272a1a10831b4a5a49fa]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [83a3b2daf94bc4ff24e992791924cfa3f6b58215]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f1d0ddb5f31fa2c42f554c2644e87f835af14b62]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [fc9a204be0945a42d732b9ec765751da2af1981a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:12 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3f6b83446141e97d1b4b0af6b49c2a6fa4f69faa]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:11 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d54f2d7597c62bf756164620aa85fb7e9b0871f1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:10 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c75824fb84eb48d584e2eb57ff1734447cb5c626]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:09 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [00ef0612d95041e6db2615c3aa3d049b0aceeaed]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:08 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [843384b15f3a32cb069ac88bf85b332114e0ebbc]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:07 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [dddd3138dda2bb9f87ceaf71776683d21ceb9f0d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:06 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [10695901ffbaefa6108847e476e1924464f1c229]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:05 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [68b6da2c840ce7a49bf6a73fb4863192fa79d71e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [350641e756372c478255b2263df4c1a33b09d44f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:03 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9c3286a736664e7e10d7bc8a9e5c30fb534a2087]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:02 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9ce4a56db706eab51c929d4cd1417ff83604d984]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:01 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [612f0140241e25a6a822a04e4e9fda65d39d960e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:26:00 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [83afc1e58ce207262a81931e32f2ce6741a32464]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:59 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ee1781becebed9dc89e891cafd6137db84035e4b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:58 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ea3f796a6696801fb51dce9ecc8fbc950f42037a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:58 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2980113a09c3cf1e2ed63701cf33945603847b66]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:57 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d108f02477ba8c10bfd4cac883ea1cd23ccc9d5b]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:56 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ffe4f7c1f7473683a5dd4d448cf6c0d282f560e2]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:55 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3b3bdcc39c50d34062e9194f7d1165d6fdb3e659]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:54 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0aa13d501b53efcd3e3be620a815596c283d1a6e]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:53 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [23f244557bc3cba915bd1d150c8ead3d1615fd81]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:52 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [acfcea51c060ab97d255e32955122e24b36f6ca4]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:51 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f51f513ee4294884fefad09eb32ae3b42e53b47f]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:50 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d8326d39027a571be78d7327c0b556161f83e6d6]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:49 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d54a57678bec4d78abd68d4e83c6e04368e1b697]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:48 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e61c2d3f0294e4e4074a0cc99d6497be34b2f338]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:47 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0d4556da0931dfb592b0ae241ad3081be3b9fc1f]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:46 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2cdae66e444ca6379c4c64549a319ef426cef52d]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:45 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8451f3f8019c8393f994165e0182bd5ee2246fc3]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:44 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [470e9895416f57665d1ab0e7c0ffc1d523c11e6b]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:43 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [77225bbc8dbaca2b233a1914f259ec408eafd7b1]

        INTEGRATION: CWS aceart02 (1.2.36); FILE MERGED 2006/10/27 16:25:42 ace_dent 1.2.36.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b664bfd6f5dab18df6553926115587298d435650]

        INTEGRATION: CWS aceart02 (1.2.36); FILE MERGED 2006/10/27 16:25:41 ace_dent 1.2.36.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8b137cbeea869d0f9fa2340df3e5e86957287201]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:41 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [46dfe1f3ed60b3139eabde949dab259d1287ba9a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:40 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d495b3078e5d4113b6faa2f7315bdc7e266d8b7f]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:40 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e712347080ec7fedd78ab074c97d3ca1c5260d81]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:39 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [46503cfe28dff34e844434449a728199d0813cd3]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:38 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [408cf5a06fb8409b5775eac33a889c9d6a2cf88a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:37 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [93a3f5d05119d66e81dc6fc88a1205173dc06ffd]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:37 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [548f943e01f4c75fbf939d9cca4268b0696be8ca]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:36 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [69735d25a19780c4feae3c72abe3b61386cb200d]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:36 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [95c5ec4f1d681f960c283838e994a22887ab230e]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:35 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a5514182eef6313befa9d2dcf4d491b0c44877e4]

        INTEGRATION: CWS aceart02 (1.2.36); FILE MERGED 2006/10/27 16:25:35 ace_dent 1.2.36.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8e19f578414b5e55fbd95497f154f1c07a064376]

        INTEGRATION: CWS aceart02 (1.2.36); FILE MERGED 2006/10/27 16:25:34 ace_dent 1.2.36.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [6f3d4450f3592623f3966350fce72e5bbb3b9cf9]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:34 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4a7a9ab60e75dc5bb94b049239a20a56aa74be76]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:33 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f4ae2031f55e478b2075c7a225915c24445d3fc2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:32 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [213f98c7dd1231c7fdecadac36ed571a6f5e952f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:31 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [064fd9f610f40d2948408555b634479cbf3745f6]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:31 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [182884312e36468a1181a42814ef775031ba8f81]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:30 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [282f9d8eb3a3577e3f2a2b454b1dfa04a777888f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:30 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5f2d85c9c5823b845f08dd51245ea4cff8c29fb0]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [230a86f6aaa2e853e4f15b4f61d86ca16acb89da]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:27 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4de8fdf5d80eed9f0b5c32b153975e0a63668780]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:26 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [50dc3ea2fbad981c8f948009031ab7c48293021b]

        INTEGRATION: CWS aceart02 (1.2.26); FILE MERGED 2006/10/27 16:25:26 ace_dent 1.2.26.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [018aebe628f4b16d837cb7420a097e4dcc80423c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:25 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [11d5d42c761142b30d7f1659a96f8b7b1503060b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:24 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9544a07830ce645d61361440ef08772976056135]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [697f89ff8e4dff1fb782698ff3b7f42af6d3438a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:23 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cc8ffda13a5dfb1ca544110f42927546788f1925]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a3f254483dd229e39e4f8801d83681d61711ffc0]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:21 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [407938446f57fb536b0b96d029f31086787e73c1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:20 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c18af5497ad8a0a94f9a887cce70a0c5e44012dc]

        INTEGRATION: CWS aceart02 (1.2.24); FILE MERGED 2006/10/27 16:25:20 ace_dent 1.2.24.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a443868aa36e0733423fd5860a14976bd828b3ae]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:19 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0bfe2a8344f7c79de16ba1d2d2293402f1127262]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [66e0a823fc61e88782516b16e567dea7e98e2ebd]

        INTEGRATION: CWS aceart02 (1.2.10); FILE MERGED 2006/10/27 16:25:18 ace_dent 1.2.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5e48e6a9795fcce8fbfee174cd9c1bc9f899d493]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:25:17 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [6d3f36dd779ade0ab1a83e4ed1601132dc4b0279]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:25:17 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0783d03e16985443f7c5119cd0d81517b7897f20]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:25:16 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [97551e579a6dd61adc8047683388a1e3b4fad36e]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:25:15 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2ece0c5d8ce666248b51a6c486081a181a36ac7f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [902e85dbb31d8482a4a3d5b5ee10c3055ad02cd1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cb9f3e28c0290c08b056bcd13c27ae0e11fe4f9a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4e2e4440dea50040649e79c6ac7a31ce9c8324b8]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:25:13 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2ca63668b77a70565d0abc4ef6e890677bb28466]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:25:12 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a5d6c86ebfc0c047c00bf6926dec8f87a59a77eb]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:25:12 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4546f792230c013ad8e6325489d1887d1fd6590a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:11 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d235c367bc7bf24abce4b186db764a1edce9beb2]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:11 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [55d097567b69f971c54ae93e72e8b4bc6293227c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:10 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4ae742eeb4d0d2b645d97bdc01f900f54e033f56]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:09 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3661b2ed6ea3d1aa2b870341bd5160be162372fb]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:08 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8713e165ce09af19009441bb73d273ff91afbabd]

        INTEGRATION: CWS aceart02 (1.2.26); FILE MERGED 2006/10/27 16:25:08 ace_dent 1.2.26.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [dfabc14be8fc7106b8cb949cb1a7055e97b6b7ce]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:07 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c2cfba09afbdf16d8fc425ad6e94099b14e9a120]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:06 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [fc427eb5d0ca63004d31dcc37eb924794f495ee7]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:06 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f1a07dd9756fab705370951379f0389b350f024a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:05 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ae00ec50df2df6887c32d5545f555d9a09b62c2a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5772f4ae9c0f6c2bb481e54b61f4b1ad303728bd]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:03 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e24608c526ccff66f4b055cf8d78a1d7afe6ffb2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:02 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [03eed094783593a4bb1e86f883eb95b7c8d87ea6]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:01 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1006ad551f85c4fb4b736b1ad0f437ef77ac40ee]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:25:01 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7b238e5c2dadfd89972fa7d82342b5ac0fc415d2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:25:00 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3e514b4dd1069dc4f3d1ef3f26d1f5ff26dc1b4d]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:25:00 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3ce25b55b80fde2464f7036410915795c94b4f89]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:59 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e7cde2554c220072a38d533dd4fa43570c3a6d0a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:58 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [69d7503a23f5f2c147a0d9cf2ad5ea509eb8b06b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:57 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c887941bb3e5b7ab8a1585ceca351c50052ce42c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:56 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7a8dd56479414c1c00140c8494507315c9ea4d8d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9cfbc226b09896d122c8351d2da5683f1d8240e0]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:55 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5f423f71e346db6e17f084b75bd5aa6025140072]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:54 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [fd0338e4b732fb4c3ededfcb6900657e41ef4ce1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [efb8200c9a9033ea100e65fee4e7fed610c3fbc6]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:53 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f175f99448299faed3a817b75bee8c13cb8cb7e3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [223976df7a5ae3627c5a9d0516f44446495c087f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0cc9974c02351a643e712315e9ddb63cd243ed3e]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:51 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ac7d6c1a5ecae3896d38b6658a0116d7c89b1b97]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:51 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b5c1b2583fc29516d3c27c6b14c7ca7c85711f4c]

        INTEGRATION: CWS aceart02 (1.2.24); FILE MERGED 2006/10/27 16:24:51 ace_dent 1.2.24.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [46c4b9ec64d5589bd945df6b8fc2474b534aceab]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [249d9e4d04cecdfaa7d88f79a1160d70c3b78639]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [580703050e4bdb15ed7f026017b0b26b206ca528]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:48 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cf38d47a25727ff337e4753c1b554861e8cdf25a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:47 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c6f2578053772870a9e6ad230e167532788b8290]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:47 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a97a6378714fc736166daa717da030d1c8f8ba07]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:46 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [87c4e0d88cd7061ae3440164713695378961b69f]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:24:46 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7f4231e545a4c84c06ed95743c5b72d328028e1c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:45 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [88642437fb3253542d15eb4630e8cff360294aef]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:44 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c0dc117c914306b65601dfde399e00a6866ced3b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:43 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [82c531b8ecb2e198c2e7fe74479ad32a296cfa56]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:42 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a6ed397d186c66770c236ff4240e412ddfac80de]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:41 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [291b6791f561284bcfe6e54c7438736ce1f910ff]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:40 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a407c082f491ef99fa7b299eeb6596a0fb967c58]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:39 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [44f98b3aea3a34e226a0459669e7b2fe4f0caf0b]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:39 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5d3cd8afa23d9310ae969ff4a7b09c894f7905b6]

        INTEGRATION: CWS aceart02 (1.2.10); FILE MERGED 2006/10/27 16:24:39 ace_dent 1.2.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [88787e12d70399c9635373876cb53a6d1764d16d]

        INTEGRATION: CWS aceart02 (1.3.10); FILE MERGED 2006/10/27 16:24:39 ace_dent 1.3.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [aeed1f8088b51bab1c9d97a5222aaf807f475a43]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:38 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7919549616abcc7d13d02f8607204c85ee364f25]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:37 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [74cb3db427655d899406cc3c76e78f9c51ac7c96]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:37 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [842893fe446ad5c521477b949460e641936933f3]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:36 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c2fae0e5a9f2520897265b94e94c2c6392755189]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:36 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7b56596623c165ca589a3d688c524323469a2228]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:35 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d449efe01603ec1add6786b334145053a9e78cc9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:34 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ec2c1f997019dab3d65a3fca63e3845c84e976fd]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:33 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0d28e6e7a4650a1e3ad5c36883679da32290c0cf]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:33 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [306abc15984153461ea3c20654bebf0cca0ddb7f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:32 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8c433f012bbfcb722ec1bb18033d73c441942cb3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:31 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a6999d9a684e987f9b80d8a6bb528a020b578667]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:30 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [44cbca0b295f00e8e4a34e78cfb15a8e475d90be]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0ce79e708a6a3a27f60a946d473a1ffe5d21db43]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:29 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [282858405b1070b683aa4ca4b06b4398d1fd916b]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:24:28 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [bb645d583bf61340ab8a995c198f9894feadaff2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:28 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f0dcfdbe047b7903bb0ee675c9b829884399f6c2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:27 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [71cdd2ac4a5e0dcec8fdee065b055e5f7715e4da]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:26 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1fe2088370c3f5e2d3d6fd6eb48fe92fa6228364]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:26 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9c673e33b5d1dcb0101f3e398cc766fde7c2f1aa]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:25 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Rüdiger Timm  <rt@openoffice.org>  [8a78c230e2fc6d95650fff0f88d5817dba9b3d49]

        #i10000# Extra semicolon removed.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [34763ce9ea4b75b5b9dc1f32f4d31dfc9ff36829]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:24 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [eba6272f72afa65fb5956b09fcc0f812b4d85066]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:24 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [031bf629d4c165dc2384bb659a6a2174d7c137c9]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:23 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [acefa12e2820455c1ecaaa0b6999cd56f361ea98]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9dc7dc1cb0883752770c936696c820b373cd20d8]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0387d6c7026d9d85647cbdc087e101fe5c49e5e2]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:22 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [13abcc33e1b269e9300dc7a9de40f8385a0d50ee]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:21 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0d889aac5ea53927313d0b9a0c267c826a22f4c7]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:21 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [33ceafe222e548eb438cf79811427d7ac3ec0629]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:20 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b6a5a07dca383ce0fde93e0cc2300f33881648a2]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:20 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d3f327c310311fe838ca92978e193f50a9db4808]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:19 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ce6f4f1fd70a504a6dc06e7576f73fed6c9af611]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:19 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [27d60b7bfee21f3c6930a66e7329d09ad9fa78a7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:18 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [26d7c96309c5d76e63a47aea67b06c06a5769701]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:24:18 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [abab67ce2b54f0075e128a76c012d95872fc22df]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [85cae44e146f4d5579912eb379a90947e9913a4a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:17 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f84ad68143ed182ec79ff468dd97c299c720f9e0]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:17 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7cb7336a1f481aae354f647cadf769c8157a5a56]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:17 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8a726a14364618f23b968bc0d82434828c8d8202]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:16 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [bdf4a1cf6e7ee88b9422d0ef017c5097f918d672]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [35052c8415fd6f0841706b6b94872334453a5709]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d26f3f94a4299ee8cc749b01b576a48c550336f3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b8e861877965534f70bb76e8fdac2dc4fc23b342]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:24:13 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f1a9c0a79c45cfb497c4c65cad60e2464a816d07]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:12 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ec747f939cf7c5d5a97ba2a1efe9c29292648b00]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:12 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1d372c2228ffe651420fb251155cad8186b2dfc4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:11 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a22fa31b794fcf04542e38fd00061aa4a9d28e6a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:11 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cc36737bcd8bf18e7cad20f3335e36b4dccb935f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:10 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a2c89bebd6b3d20fd1469d7a6c882d5ca7cbf1ad]

        INTEGRATION: CWS aceart02 (1.2.10); FILE MERGED 2006/10/27 16:24:10 ace_dent 1.2.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b85c9327f6ac2f2cb097d25526bbee2a4488c903]

        INTEGRATION: CWS aceart02 (1.3.10); FILE MERGED 2006/10/27 16:24:10 ace_dent 1.3.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d0d44a85fa068559954114d154406f1389441d9d]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:10 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0de3eea1439801005a6ee0f497bd7f7e96a563a9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:09 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2b1112c4160bb6607edf9b9790d9cfb3ab288f59]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:09 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8cec12d2b796d9111cf61afc0cdfecc2339d1aa7]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:08 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ea6f4e9078759404867f7a19a9cfd701fc314734]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:07 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [5501a27d7ef1679ea52f19aced4af3be2b227e49]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:07 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c9bb50ebb07f40a484c14962fe0b067c13e47b0b]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:06 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c8ce083f42a05c343846f6c27754cb972e4a968f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:06 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [188c369333abb71eb18865d5b45b58dbd35161f2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:05 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [296c70b57e3e933b9d0c7cc662acf480e2cb6d51]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:24:05 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0cd158f89d2ba4188aae7a4369c0056e17a7daaa]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4903ab97902d261c532bc97646287a2fe15aae27]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:03 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d25312a80a1a6caf1ae54619be4774840cf14e38]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:02 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c3a50b97e2c153be19ff1f5fd21d1051feacd32c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:01 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0fbb1686858a28220b2f94ac3120b14c77a61201]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:24:00 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d7816d32685498ed72752e355b3030c6b2a5c66b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:59 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ed2d1f88772f7312d06db9637d5742727de5dba4]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:59 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a8027142857b4bbaa89a4c96b03725cf6b225511]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:58 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [eebd1b8227c77b7f2cc768b99cf3426fa8413bfc]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:58 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [caf685e27465b529847f097da140e184f7b0002f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:57 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [99ad22812bc123ab87e4414232ba6ae764a8d9f1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:56 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8317f0d1541702707a39d7b11cbf06b84b6f794f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [65672926574f3cd6a65f0a30abbe7ee488c8f3a7]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:23:55 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ef7831cac3b2c0829fd9bb87098845bba4256fdc]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:55 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4ae58c4eb7a5a51bcc7424a5e60eaf10da1577fc]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:54 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [30cf91d7ebbb66c7ab681a47de9dbdb0dfade1ff]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:54 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f9001e7e5bbcca1633cb65eb746683dc584c3ece]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [08255f33c9d2991b94a2bcf4ae0833eb0fb4e889]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e7e3efe18ac8ad2913a242f493d99fb4a9515f59]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9eb6dc2ab2bda7c7636a60804ea7c0b1642befaa]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:51 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [440e2e7c86576e6c68e427cfb2dc007140fde530]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b0c6ce2c471784e9cc2406f6a67f49b205447cea]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:50 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [0c59e4288988d227b10c6463b2c36d36fcbcadaf]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/12/18 21:34:18 ace_dent 1.1.50.2: i65746 Updated icons for basic-shapes 2006/10/27 16:23:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e05098d609ebabf738c2f05807018626cbda3c63]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:49 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1d3f3c60b3528cc0f07e793f5894acf89fd4e4e7]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/12/18 21:34:17 ace_dent 1.1.50.2: i65746 Updated icons for basic-shapes 2006/10/27 16:23:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4bcc0df60d2974df578b8ee6936b63c47ad2b5ea]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:48 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [058ab96e39ee5f8a8c96593eca1968bc5b9fac2d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/12/18 21:34:17 ace_dent 1.1.50.2: i65746 Updated icons for basic-shapes 2006/10/27 16:23:48 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [146e1f9b0c89f54d5e5d9545546a770bc9f1b88e]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/12/18 21:34:17 ace_dent 1.2.46.2: i65746 Updated icons for basic-shapes 2006/10/27 16:23:48 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ed6905b52a8cb0bdb53e2601f29b8ba8354ecefb]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:47 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1bb64f0b6fd0996fd6803cd2d9944f671c8b1234]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:23:47 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [464d34d34787fce9b61b11a96c01699bb8d1de90]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:47 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [732c0345f0e687cefb51db85992c9310c6f15e71]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:46 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [70ea5139402670ba9721d0397ad07f8481d2693d]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:46 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7e996c63c6b683f5de07c649d62bd1a6cc92faa7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:45 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [aa942435f84b365077b5d8c2adbceec17b49dec1]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:44 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [259063fb019f3c5e1e75252a62ceb63f79437695]

        INTEGRATION: CWS aceart02 (1.3.34); FILE MERGED 2006/10/27 16:23:44 ace_dent 1.3.34.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [724160ef559b78db7487d917a69ca4f54dacaabb]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:43 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [986e439dddab584a7e945ad104bb758f96d6dbfc]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:42 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1fba97db8fb45448d5f4cc84f08a66e6a757c30b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:41 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [f56d6f63679404e06175a899990fe168cced620a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:41 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [65ffb38c7e262f585de066adb6c5bb7faaba54a9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:40 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [06711f2a41e6260c0a7eba65901edd6f8ea57772]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:39 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1b4d2114bdea16d99543372fece6aa73ab76ee38]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:39 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c3d2566d3bc958484a4797cf60246d8ea73ca2b1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:38 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [207050cbe6c84c12791595d122d97e283186f883]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:37 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [1b253cfab38cf9e1c695f97332aefe40c4e843c8]

        INTEGRATION: CWS aceart02 (1.2.26); FILE MERGED 2006/10/27 16:23:37 ace_dent 1.2.26.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [414e5277e10eb32d34bc528cc5f11826058b14d3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:36 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c17962e02be603c2a089a7d81f2a5c1b0f70e80c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:35 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [90a44a4ff21b0795b8c45620be38ee32a7430f8a]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:23:35 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [63e9168921bceb8d8a1f9f8552f9a5c45b272d60]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:34 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d25248e30c81abe7a8c868e6d8445e494cb3462c]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:34 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ad2470818b74cbc132fecc02e693bf5eec77c3ec]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:33 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b250bd106b0154df96e11b9ed973f8a5556578e7]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:32 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a159b100ab0f7b12272275429ccb4dd366ead7e1]

        INTEGRATION: CWS aceart02 (1.2.24); FILE MERGED 2006/10/27 16:23:32 ace_dent 1.2.24.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [57ec32a566c6676ff7db0f91be5738d6dc7277db]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:31 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [de80625d67ba66c4d7f7448961c812ec54c223c4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:30 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c25cf44967e83d0ff563b4d3bf036b4be4f72830]

        INTEGRATION: CWS aceart02 (1.2.10); FILE MERGED 2006/10/27 16:23:30 ace_dent 1.2.10.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [6b28ef934d266b75c213724fb5d92516b2a99d56]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [26985b8d0e31301029dc188b90493f0a65f4b9eb]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:29 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [3c3bdc88f3b0470e909de34af68404396b8b5738]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:28 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8c4d6c5b65319d8b4db1338a1e0d237bb4f6d139]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:27 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d3ccba65b8850a8b9f8437c2a959cb85cfef47ae]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:26 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [c873a18398d564ee0b4e3a6274c39cdb471c0097]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:26 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e77b21f4326a2c0e3453d7628c672711b36b209f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:25 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e407a87af966194583cfac5833b46e6a98d2b67b]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:25 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8b6910995945659eec7ffbf0efda958caa45e0a1]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:24 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [70129b59ac6b34cca7dd4f93c0cf938c4614c5e2]

        INTEGRATION: CWS aceart02 (1.3.44); FILE MERGED 2006/10/27 16:23:24 ace_dent 1.3.44.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [54ccdfc18290e9fb97162a235967f547d27c2509]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:23 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [cf299dadd4d8309d3eae7e8cf897855faf1e5f8a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [08efe7cbfb21d097202ef48cee83bf2724ef6bd4]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:23 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [fc7116015de37b2b40dfe2073a912a4a0081283f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [31e0b6a41910b462afe408a599b0e9bb6175e12b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:21 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [50b26ac192baa799cfd6dc3331ebeff2719a2a6c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:20 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [145ec169160d99ff64e257e85a9ac9abaa1d8605]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:20 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a75c945badfc8c68c1f2c0603607ce5ba8f4d5e9]

        INTEGRATION: CWS aceart02 (1.2.26); FILE MERGED 2006/10/27 16:23:20 ace_dent 1.2.26.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [8240981644efd7c9d7017681f5fde7d4dc09f959]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:19 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a276d3371ee14fe2faeb5cc13a6ec58ac6312a0b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [2b4dec425e1c219e4297b5563ca36577f073eb76]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:18 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a499334458dbdc948467a47f7e4861f0f0a3f10b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:17 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [108c8ec36f1f877acc685a6828b600ddddeb680e]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:17 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [d0ee6c123a753c71f3bc10194bca2fb382510a9d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:16 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [909623dadb656779c52ece8af74596044e741868]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [9a63c9e0330dd92031b3239399f9ac61e4a7f486]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [4631ccd4c60f13a1e072e0470b36a992f4db90e1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [bec14a812202900f6f3e4d3ed2cfdbb8b67da288]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:12 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [e50e0577526d2d2d42134b4d81fbbac9f83a9639]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:12 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [52480c78c7996b0acaf50404645670bc6b013e80]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:11 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [28225a87f64ef678f27381434993992dfb2a0d4d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:10 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [b03dd02869ba4b9d12c447f3bb150b77ab23cb76]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:09 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a506dbfae07fafc5bb2bb56b9f3e3fa72d1bfe10]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:08 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [ae213fa7213e711dc26b91f55d7961eb5de54151]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:07 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [20abe2b4caf8d013ccff1774b01a5321def2ecde]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:06 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [7b4b42accf466dfbfa42508e8dfffe1200d53579]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:06 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [db9810598a3d09d34cadd5546ba1229e6489ae6e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:05 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-17  Vladimir Glazounov  <vg@openoffice.org>  [90aaf057138ad2d9e227c64d751515771bbde98d]

        new version for OOF680

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f2bba18fc683b6f3ff48993b86885b94f5e618ff]

        new version for OOF680

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bd1aaeb5f14c84d4c53ddbe41ad65772a51fe2bb]

        new version for OOF680

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [297b9d0e6156c86c9324bdc2ecc6f91f4575d5e3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [efdb621708bd112ecfa12f37e34b27b84e4753e4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [35e846fedb2ab4be9b41a58ae08ca7c21587cd10]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:04 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [67bf7f40c378f982efb38565b843787330e5da71]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [447fc3c8216ecdabc4bd839066cbdb2cad41ef86]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:03 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [379980e0be4b829c3819c40a77a05396987823ae]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:03 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c5ef938c72312417da7c8a2d5b979830c21e714e]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:23:03 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [732c322df2c0fcaf7ca8cd58b732b5406a3d33f9]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:23:02 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9cb2f3a9b5e36bdf88a198dc40cc0d4b0fc1deed]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:02 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ceeeb82531438ac52ac260739c7138d44b3d5314]

        INTEGRATION: CWS aceart02 (1.2.24); FILE MERGED 2006/10/27 16:23:02 ace_dent 1.2.24.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [523e1831bc64423966703342fdd2cf922664ebfd]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:01 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [3bde87880a31ba66af626d405e913d6168f6949c]

        INTEGRATION: CWS ab33 (1.4.140); FILE MERGED 2007/01/10 16:34:51 ab 1.4.140.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cff45e761bc766bb75d25c084b88bb84ae5deb8c]

        INTEGRATION: CWS ab33 (1.4.138); FILE MERGED 2007/01/10 16:34:50 ab 1.4.138.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dd802c22cb73ddd278be7f140e7bed4bbd310454]

        INTEGRATION: CWS ab33 (1.22.12); FILE MERGED 2007/01/10 16:34:50 ab 1.22.12.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [83bbbb6db4ce808fc74569bd8d5d73b83491901a]

        INTEGRATION: CWS ab33 (1.22.42); FILE MERGED 2007/01/10 16:34:50 ab 1.22.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [5254b0049eff54285d3ca07e94f125cea18ff551]

        INTEGRATION: CWS ab33 (1.2.4); FILE MERGED 2007/01/10 16:34:50 ab 1.2.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7430f74bb122bbbc1415fb5a9fc6987425fb764c]

        INTEGRATION: CWS ab33 (1.7.4); FILE MERGED 2007/01/10 16:34:49 ab 1.7.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [799e4ac5c69d84082dce3ca1266c0dd730703fb9]

        INTEGRATION: CWS ab33 (1.43.4); FILE MERGED 2007/01/10 16:34:49 ab 1.43.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dd58323d444d56c7db67ae11257b5014fe7dabca]

        INTEGRATION: CWS ab33 (1.6.42); FILE MERGED 2007/01/10 16:34:49 ab 1.6.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [432bc1b004b7547623fbe1cc89b795f7efad5137]

        INTEGRATION: CWS ab33 (1.4.42); FILE MERGED 2007/01/10 16:34:49 ab 1.4.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [d1636f620e44fcd56dc9d0048fe2654a49858c01]

        INTEGRATION: CWS ab33 (1.13.12); FILE MERGED 2007/01/10 16:34:49 ab 1.13.12.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7632a36c1ab7334d5234c26cc331724e6a37c867]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:23:00 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8f5a66e469b716e3ccd6624bd87391da0f8533c8]

        INTEGRATION: CWS ab33 (1.42.4); FILE MERGED 2007/01/10 16:34:48 ab 1.42.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0fb0c48ffe6329c4243820e99a325627adacc1d4]

        INTEGRATION: CWS ab33 (1.6.40); FILE MERGED 2007/01/10 16:34:48 ab 1.6.40.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [332a4ecf789edff94e3dce43148ea5ed547e3e13]

        INTEGRATION: CWS ab33 (1.7.140); FILE MERGED 2007/01/10 16:34:48 ab 1.7.140.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6dd309159ecbcaf689f0230c68d95a690702f266]

        INTEGRATION: CWS ab33 (1.13.42); FILE MERGED 2007/01/10 16:34:48 ab 1.13.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c0efb0fad66c9c5680de730df15cc93ca5ed4a20]

        INTEGRATION: CWS ab33 (1.4.42); FILE MERGED 2007/01/10 16:34:48 ab 1.4.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7ac4dffa7cb101b06bafc76ca3f91e1542941a7d]

        INTEGRATION: CWS ab33 (1.17.42); FILE MERGED 2007/01/10 16:34:48 ab 1.17.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bb5bb0887f1ffce3d3a1ab6c8ae08226eae0a38c]

        INTEGRATION: CWS ab33 (1.21.6); FILE MERGED 2007/01/10 16:34:47 ab 1.21.6.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [41fae4626c1f64891f053849f6ce4f769d530903]

        INTEGRATION: CWS ab33 (1.29.42); FILE MERGED 2007/01/10 16:34:47 ab 1.29.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f816ac7eb63dcc9a275a1ef0cda04659293322ad]

        INTEGRATION: CWS ab33 (1.59.6); FILE MERGED 2007/01/10 16:34:47 ab 1.59.6.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [e7e96dbd59b5633b84c60a82d7ea91b4d2a1595a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:59 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [667c814f7de85e81e56e89b2734ed7fc252cf8fc]

        INTEGRATION: CWS ab33 (1.34.42); FILE MERGED 2007/01/10 16:34:47 ab 1.34.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [42f6254b47f59f8da9d95bd911e43aba33fc53d5]

        INTEGRATION: CWS ab33 (1.2.4); FILE MERGED 2007/01/10 16:34:47 ab 1.2.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a9e18b9a9314656f516ac80a0ed7c8f029901bc0]

        INTEGRATION: CWS ab33 (1.20.42); FILE MERGED 2007/01/10 16:34:46 ab 1.20.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7f9ba526e5e06d0552dc8c1b39d094b8fab7fa4d]

        INTEGRATION: CWS ab33 (1.28.42); FILE MERGED 2007/01/10 16:34:46 ab 1.28.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [424d552ba04965eef9496a397529b8f3c5440f4b]

        INTEGRATION: CWS ab33 (1.10.140); FILE MERGED 2007/01/10 16:34:46 ab 1.10.140.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [95de44aae34eb625c884f1da0c097d78138d1ae3]

        INTEGRATION: CWS ab33 (1.22.42); FILE MERGED 2007/01/10 16:34:46 ab 1.22.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [14660117f3f667aae584136adb52c7da127f7a04]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:58 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fd4e91d6dd3d0a4c5daa0760852a8ac6afd0568a]

        INTEGRATION: CWS ab33 (1.37.4); FILE MERGED 2007/01/10 16:34:46 ab 1.37.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [d1b2acf57c40783e8effe0b1e0bc79e4bb5d6387]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:58 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f05bc6888ad5d1d58f033ae1b9e1dd8899e10ff7]

        INTEGRATION: CWS ab33 (1.31.42); FILE MERGED 2007/01/10 16:34:45 ab 1.31.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cbdd38247eed65b05f3b1d11b0f77918f73f146c]

        INTEGRATION: CWS ab33 (1.39.4); FILE MERGED 2007/01/10 16:34:45 ab 1.39.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a2b6e1b2f6ae880d39efe10954833da2caa46610]

        INTEGRATION: CWS ab33 (1.16.42); FILE MERGED 2007/01/10 16:34:45 ab 1.16.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dc84116f24dbbec3d32b3a05137e3ac1293097de]

        INTEGRATION: CWS ab33 (1.48.4); FILE MERGED 2007/01/10 16:34:45 ab 1.48.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8ad9b0ad45bd64213ab2eafd5933affd221cf7fd]

        INTEGRATION: CWS ab33 (1.32.42); FILE MERGED 2007/01/10 16:34:45 ab 1.32.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [886fd7f6acd88edca6ab9748c0fef55611fbdbd0]

        INTEGRATION: CWS ab33 (1.55.16); FILE MERGED 2007/01/10 16:34:45 ab 1.55.16.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2c0b051f6a70d4f1e936642f0fdd1a4625710244]

        INTEGRATION: CWS ab33 (1.23.80); FILE MERGED 2007/01/10 16:34:44 ab 1.23.80.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6914b45fbeb9bc345a1de02a7db4467adb5da13b]

        INTEGRATION: CWS ab33 (1.38.42); FILE MERGED 2007/01/10 16:34:44 ab 1.38.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bbccae866d79c6bed5d56f741eaf553c2df406ae]

        INTEGRATION: CWS ab33 (1.6.4); FILE MERGED 2007/01/10 16:34:44 ab 1.6.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0fa197fbcfb311c62eadbdcbd0691999eb5aa281]

        INTEGRATION: CWS ab33 (1.11.4); FILE MERGED 2007/01/10 16:34:44 ab 1.11.4.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a895c7ad83a573e50af630058a8309cc29df839e]

        INTEGRATION: CWS ab33 (1.6.138); FILE MERGED 2007/01/10 16:34:44 ab 1.6.138.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [548dec087d4f467dd3c838c47141ae7f4c5acbd7]

        INTEGRATION: CWS ab33 (1.16.42); FILE MERGED 2007/01/10 16:34:44 ab 1.16.42.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b3ae40021b41dab44bc7437a77a02eb15340688d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:57 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6d2c58eaaf2e506f320e7d1aa1dbed96172eb03c]

        INTEGRATION: CWS ab33 (1.7.12); FILE MERGED 2007/01/10 16:34:43 ab 1.7.12.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [5fef2c3ea6383f582a015fa2dfe15b6789a1e1a8]

        INTEGRATION: CWS ab33 (1.8.12); FILE MERGED 2007/01/10 16:34:43 ab 1.8.12.1: #i69280# Removed warnings

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [19886acdfef807d49ef4b6eece63ee1289fb3b07]

        INTEGRATION: CWS ab33 (1.16.30); FILE MERGED 2007/01/12 11:25:58 ab 1.16.30.1: #i69280# Removed basctl from projects with warnings list!

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [5a830cccd7c39e2aacfcfba6f32ffd8fde1cdf1f]

        INTEGRATION: CWS ab33 (1.34.34); FILE MERGED 2007/01/12 11:25:57 ab 1.34.34.1: #i69280# Removed basctl from projects with warnings list!

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [91e625f4502c20e791343df65463de831bce5362]

        INTEGRATION: CWS ab33 (1.27.32); FILE MERGED 2007/01/12 11:25:57 ab 1.27.32.1: #i69280# Removed basctl from projects with warnings list!

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b961be96737cffc4a1c4c7e8ecefc8ea991c9bec]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:56 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4dac86d45e54a169cd508ea2dd7195cffdd27f55]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ef06d6987b5ee9a549286b0db8cb0a23768f7900]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:54 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fd7b8d142d3272ac6322c132019ecc5f35ba839e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4e529d32757c696de92af16d6a3fbb0822cd7956]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2ae56df2cbefee7e3ae0e224270da387f2e4ef71]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cac6638535b24ed4c20722a91141b1c1295ffb10]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:51 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9d6744529377cf8f5be978570216f544f5923604]

        INTEGRATION: CWS aceart02 (1.2.44); FILE MERGED 2006/10/27 16:22:51 ace_dent 1.2.44.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1f3456723df2039749f5f1d9b333841ac8e73243]

        INTEGRATION: CWS aceart02 (1.2.44); FILE MERGED 2006/10/27 16:22:50 ace_dent 1.2.44.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [755c361e3313ad9b0c9300ff019a2e8a9f0183b8]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [568f3545678277006e8b36a8d5e04c1a30f8eaae]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0665c254f348466e011d1585d6a27efe74283fa7]

        INTEGRATION: CWS lfs (1.113.4); FILE MERGED 2006/08/30 15:48:54 rene 1.113.4.1: #i26865# add support for building with -D_FILE_OFFSET_BITS=64

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8fcb8fc7dea076551a4e870241402b52bf430c8f]

        INTEGRATION: CWS lfs (1.174.4); FILE MERGED 2006/08/30 15:48:54 rene 1.174.4.1: #i26865# add support for building with -D_FILE_OFFSET_BITS=64

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [175715397aa97f1f53d32b7b0d980141bf1701ef]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:48 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [896c9e070490d0d0ec0cdeab4fb5e66c1465532f]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:48 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7e35ac0df74e37b97a28a9235249562b9ec171f4]

        INTEGRATION: CWS lfs (1.2.184); FILE MERGED 2006/11/30 16:32:00 rene 1.2.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ed3842329731d45efe25cd8c6623bf55ac9a7830]

        INTEGRATION: CWS lfs (1.13.184); FILE MERGED 2006/11/30 16:31:59 rene 1.13.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [025c9927c209b2e949835315b32693bb5fbabf5f]

        INTEGRATION: CWS lfs (1.39.106); FILE MERGED 2006/11/30 16:31:59 rene 1.39.106.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a2af1e0a0a3a128cc33fbe7382face6354e66d8f]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:59 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7c0d0e541e27fc1fb091eedf25bf4286ec8496a0]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:47 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [01ad870bc4cc6611af94fc5fdf0d96b48ad6479b]

        INTEGRATION: CWS lfs (1.11.184); FILE MERGED 2006/11/30 16:31:59 rene 1.11.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [5982fb80fb10b000cd9d425526154ed077f26d2f]

        INTEGRATION: CWS lfs (1.2.142); FILE MERGED 2006/11/30 16:31:58 rene 1.2.142.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [066431bc92fdc3c592e1a302134d5f98344ddf77]

        INTEGRATION: CWS lfs (1.17.184); FILE MERGED 2006/11/30 16:31:58 rene 1.17.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [aa8f9a62db917555e16d7f25ae13274926c76d85]

        INTEGRATION: CWS lfs (1.11.184); FILE MERGED 2006/11/30 16:31:58 rene 1.11.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c539ad2044b78335b06439d85438eaff8b58c6f4]

        INTEGRATION: CWS lfs (1.2.56); FILE MERGED 2006/11/30 16:31:57 rene 1.2.56.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [aef76f7ae1ccbb8f112021865f8241278491f92f]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:57 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [17321a8ddc59274f360a7cfb580d6a3c534f2e3e]

        INTEGRATION: CWS lfs (1.25.32); FILE MERGED 2006/11/30 16:31:56 rene 1.25.32.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cf8747c68437c6b7fc9e9cb3f982c2e37b29f618]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:56 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8b0947929c529c8cb468669d7dfa4c16ef42aeba]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:46 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6cdbfee81d1b2ad073ad0d028458d04e30e5b378]

        INTEGRATION: CWS lfs (1.8.184); FILE MERGED 2006/11/30 16:31:55 rene 1.8.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [272dd8eb7bb938e9ef0ae38a32644e41703a9675]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:55 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [663aa4ddc6f8f33dcb95a871f11c5da992485913]

        INTEGRATION: CWS lfs (1.5.184); FILE MERGED 2006/11/30 16:31:55 rene 1.5.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [28c965e7b3013dd14bbd481dd8eaeed828d0aec3]

        INTEGRATION: CWS lfs (1.4.184); FILE MERGED 2006/11/30 16:31:55 rene 1.4.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [98619458e0548bd2695a4a433c109a2df6341dcd]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:54 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4befbf4a5548e9dfd86ed33dd04eb015661d275e]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:54 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a18da3ef22aaa6aed6da91438e7684b145b2ace3]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:53 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a338f2b2296b7531e47a48f0519b28c53363d1df]

        INTEGRATION: CWS lfs (1.4.184); FILE MERGED 2006/11/30 16:31:53 rene 1.4.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ffeb6e2195103de1b916f9571a78111c14c6f91f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:45 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a1a4a7b4704f1ae531f850e47342bc262660cda1]

        INTEGRATION: CWS lfs (1.5.184); FILE MERGED 2006/11/30 16:31:53 rene 1.5.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [e7b38ce7ed0e0d30adb8f9097850bd6c55681128]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:53 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4c78100e324304374aa0316263e50258e6696d61]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:52 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [44555c16bcbedf8f09385efeb3816ad1b7d26515]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:51 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f7aba533f4d565b28a7907d283cef87dc3771ad3]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:51 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [75d75ad54b1dd5e79e34316e60264ab6c2d87048]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:50 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b166bea627639f2cdee29f44c13a62a5a5f72a59]

        INTEGRATION: CWS lfs (1.7.184); FILE MERGED 2006/11/30 16:31:50 rene 1.7.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [be279532a673c1be317a579d229d36e138327c14]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:44 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f95ed54ea81b0f39821094406ee97795a69c504e]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:49 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1db9a12b2b92d08f1cbd549d7e4ce06c9ebe1bf5]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:44 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7d025f3b89e7e99171b6a9c4303a018e05a91ab0]

        INTEGRATION: CWS lfs (1.3.184); FILE MERGED 2006/11/30 16:31:49 rene 1.3.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1281ff0fba46c896ddfc525c0edd2711742cc496]

        INTEGRATION: CWS lfs (1.9.184); FILE MERGED 2006/11/30 16:31:49 rene 1.9.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [32cbf19c1fa48fa9f2d46ed6ac137c4e5adb6d12]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:48 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [563bd4e71de351908ede0f539b90d9f2518fc4b3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:43 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1779754de411590baa0c8e33624f9b71a239842e]

        INTEGRATION: CWS lfs (1.9.184); FILE MERGED 2006/11/30 16:31:48 rene 1.9.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [77d94d7aed64ef99204fa2f48c9dde35582e64c7]

        INTEGRATION: CWS lfs (1.6.184); FILE MERGED 2006/11/30 16:31:47 rene 1.6.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0731d53fcb61610595041289e34ad2192dfbdf52]

        INTEGRATION: CWS lfs (1.10.184); FILE MERGED 2006/11/30 16:31:47 rene 1.10.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a42b197a0a3af50fb0e55668fa2c6b5ea7cf2588]

        INTEGRATION: CWS lfs (1.9.184); FILE MERGED 2006/11/30 16:31:47 rene 1.9.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [71fd833d02c2d12d44eedb1cc6e33872489d0ad1]

        INTEGRATION: CWS lfs (1.33.60); FILE MERGED 2007/01/08 15:54:49 rene 1.33.60.1: #i26865# fix Solaris build

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7eb520b515856d8ba0f25b2d013e8dd73ffc5e90]

        INTEGRATION: CWS lfs (1.40.74); FILE MERGED 2007/01/08 15:54:49 rene 1.40.74.1: #i26865# fix Solaris build

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9da3a47b1e0800b5ad2addcf311720bdc944e34a]

        INTEGRATION: CWS lfs (1.28.40); FILE MERGED 2006/11/30 16:31:46 rene 1.28.40.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bdd14c9046df8b33c3d42f83b511df5709d62134]

        INTEGRATION: CWS lfs (1.13.58); FILE MERGED 2006/11/30 16:31:46 rene 1.13.58.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [57848461ad020cc84b4017a345f8349ffb94c91a]

        INTEGRATION: CWS lfs (1.4.184); FILE MERGED 2006/11/30 16:31:46 rene 1.4.184.1: add LFS_CFLAGS only for sal

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [e31d6443482d2eb7fd4ea6fa2169b4354c766759]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:42 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4b07b1cb76660eb6b9c55934ab30deb724e769e4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:41 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ec186381d679e842efba2170b31aa9665cfcaee1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:40 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [79d3d106a8c8e41f81949a1a0acd2255b229ad9f]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:40 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bff0d89de2bf2c090bcc88e039461360b86030c6]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:22:40 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f01b2b68a238f34d579259e6835dc5a7b2e4878e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:39 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c489da9d3d74f5dae4e442dbe60fb97c732167ed]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:38 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dd12199f0eea7c000071b3824c5ff52a6e0ea277]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:38 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [05e5fff6078eed2780948f5c1ee211716150b5d7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:37 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [495e589e827f48b56b73b951758aaad6b327c111]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:36 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6a4a53e17d3d41533a13de999a1eb7f86c9d1afa]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:35 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [aaec9d3e4d881d3d9ad2d498ec575a4e449f1830]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:34 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c7ae0bf7e6fbb57e98b6a4e398702e334aeed934]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:34 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9a9b6f336d61d326cf44dd5d33240d56da6cf892]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:33 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0e0ae7478d46d046769ddd0faa250f91353a9b77]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:33 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f5c582e6077673f066d4cdcc39f9c80d02b4d125]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:32 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9e44772da84af1ad117ad8bdf7705a51d3ba7615]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:31 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [98261bc12e557fda23003b45f5babd1278231e3d]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:30 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8c4197c58ce7e6bd16df0666a3ac721b931819cd]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [d65dc92db595217dca9a9a0d4f27ad1cf2790a6d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:28 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cd3503a033c5c28dc25159409873d950b2dad25a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:28 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a01cb438a394f4d82cf0436fa16c8ca884b1ee72]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:28 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f8474026defddf7331e7a0a8b01208ad9b17f6d2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:27 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b865f66e5c8c8ea9dddc121f33f72d525a39b987]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:26 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0ecb2ea02f9dc7576d4a2cdbd3dac1d9f55af346]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:25 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [65065902de0dde06d0cf9f61af4699bb9fa03c80]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:24 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a04fd684dc3cfeec20be4bdde44edd83c87fc51d]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:24 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [168ec165c34145052b80a432c0b453cc8550a386]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:24 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [710f5c4d7fbc14c4741ca73ce3d1526dfb9af2fa]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:23 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [74e13a3f87fd0e2a95a3599023249b001170763b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9f3f3e709c315f6a155cf6b6dce4d02a1ca9646f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [404a3344f569f0f47e46adcd09a01b0bbf085605]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:22 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [55f3332e176f0d81322cce99fff9f8c4c50bd01b]

        INTEGRATION: CWS aceart02 (1.2.44); FILE MERGED 2006/10/27 16:22:22 ace_dent 1.2.44.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [67c5307f54eb9cb47c61d60ec508159730ad6b30]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:21 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [368faf66a1bf26d4583d1ba26f2fafb686246f16]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:21 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [02341ee15dc572f36f69c68c79e76ce475a1b031]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:20 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1fd089ee71c95d3a9aa82d7648ed30e6d31230cc]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:19 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f6024ab57fb4a86d638d2bf5e766716097993116]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:19 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [393192a9916af8aa8bc5ed88ced4f47f8134a077]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:18 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [50e4a82a9a97d5ac77dd1603a5e333e6e70b4ca9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f50883dbc3534a8926a7551f787f0fbe2c020891]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:17 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0345eabb74e8816ae5d60cd2b3b2e7fae64eba70]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:17 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [35e45f49420f74c7bfb1a49411b8f44c454b4aa5]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:16 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [61353ecc81e5d6572bacd7b696b8af40b45c65c1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:16 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0b81ecca4ad95ee197499ac4c8511ef3a8bd4345]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2f6a3c1fec34d8d1020170e2d01bb9cdaf127f12]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1f51e990972bc3a7d71999d8a0924ae186329ae3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2aca55150ad786875ee142f901be49a7611a32ee]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:12 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ae49c2cfea93ad266a760cf49f22f6f0c9c70413]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:11 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7f9765f164feb9597151f92cbbd16038bffbf80c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:10 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f4a2404b75b162246ee02b17bd2bd83eb3c99893]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:22:10 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [39b97d6e0297cb453b1fbaac9f0eb36a543e5e91]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:09 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [42773c2e18a8970e090a9d34fd277a4b71ac3605]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:09 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2bb988110c3cc775d3937dfedf853ed2748cd11f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:08 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [576a1b400ea84a9bb11d2406058816b97bcda6f6]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:07 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fefbb12e51bc602848f5e80b174cff78063ca877]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:06 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [90f1331f656642c889068b9f39486aa35fb169c7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:06 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [01a5cae22e6d564fc13dc3e5d959525663a573b7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:05 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ee5548db8c68c5eb04d5206caaf1e3c98be67508]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:05 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [82c6bb3c45e61be9ff9147ccddfec0fd018c5af6]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:04 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [27257a5d3f8a91be1e035194565c2a074167ff17]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:03 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4f5581473fe752102cd2fc64aec81402434118a8]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:03 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [26b6dd529b4690c714910cc8a93bb4bb29c721aa]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:22:02 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [38a48b67ce2de611f623a5894944dfefbb905e3d]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:01 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [98b9c4f0a4708b3647288009a2c6761478c7a6cb]

        INTEGRATION: CWS aceart02 (1.2.42); FILE MERGED 2006/10/27 16:22:01 ace_dent 1.2.42.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f367da2ff9288b24bbe13e757392cbc2cb2fd637]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:22:00 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [d34bba8ac64941cc5742ee8f5ddbd571c0bd620e]

        INTEGRATION: CWS aceart02 (1.2.42); FILE MERGED 2006/12/18 21:34:17 ace_dent 1.2.42.2: i65746 Updated icons for basic-shapes 2006/10/27 16:22:00 ace_dent 1.2.42.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9e9c23a4718755cec1479985ae7940881c23fe61]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:59 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4a58a07d9879e982ebac6bbec187428eb7b450bb]

        INTEGRATION: CWS aceart02 (1.2.42); FILE MERGED 2006/10/27 16:21:59 ace_dent 1.2.42.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8fd7db27d2ea21a9ca662e2290b5da86118045b6]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/12/18 21:34:17 ace_dent 1.2.46.2: i65746 Updated icons for basic-shapes 2006/10/27 16:21:59 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [58343db270fd3bc6d563d1371817ead6263b858c]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:58 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [49f5a94e8b4d92922b6a2a3a7c5bf5c29ad7a285]

        INTEGRATION: CWS aceart02 (1.2.50); FILE MERGED 2006/10/27 16:21:58 ace_dent 1.2.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6c3ef04640c0d3fd1781aa4d632451e3532a179a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:58 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2d98db0562a7e504ae5aa3e9c3253b9f07a17bde]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:57 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a972bede9de283a71e5e68b66413d8c7013a657b]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:57 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [840eaec26bdd318aa8772248fbfafad436f2a59c]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:56 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9a798bb5eed1b87a365b188a42676fd5dd4216f7]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:55 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [05fb2d2ccfad72957293d21180e46f626f6187e1]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:54 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [201f64cf065321d8752c858f198c948cd0154748]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:53 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6eacf7d4bad39ff1120c4322ffac6172d22faf85]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b721294348bcbba6134227163f8dabbbd7b8be01]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:21:52 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [77c82f4e7900895713c01f944006b79ffd563dd2]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [cd91df3c7bdd01615ea4c73d3bfca0a260ba7d9b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a662d659c575a0e928fa81ae6aa4430f82f24991]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [23101c57c283a28b663a8d027e69252e015adc99]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:50 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ea0b26af71eb7667b6249e2e2625a855f5735aa9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [eea49de67159025af70796da36e102560517d789]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:48 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [42dde9611f9fcd7e8df614599f4767501d84e886]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:47 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b588f1e2ffcec63a97970b46d07063550206df72]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:21:47 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [a0674aafede8fb1139b768435bbd1391ed00061e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:46 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b9109fdd6083e6e5feaae5f0c9b7f871043677d4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/11/01 11:42:02 ace_dent 1.1.50.2: i62308 Fixed icons for 'Wizards' type 2006/10/27 16:21:46 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0e279f9c3e5befcf48fd68f53a0d7777c8d116ba]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:45 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9922c7e90bab2e57e68a9546188139c1dcb30e82]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:44 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dd1e481f8570ac3b2762a257514b1802cab8f412]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:43 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9e2055e06b6bed1a6965e3e2ff67a041d7e820b5]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:42 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [dd1c6c8a7cee742fbc50f1f9757df6423c320aea]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:41 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [215708806b31ae972ee306f47aa03c2ae27f05ac]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:40 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [ca44333cdda823605d1a8ed10a09987aaa00c7f5]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:39 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [da9e17998b34a6c5eb84b24511d60f01cbcd9d89]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:38 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6d4f34a14b09efffcc6c75ef041cc77a0faf7e28]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:37 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2924b122e8d3107808d9b7bc01a25a8a84adf804]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:36 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [45d2662300370e9ebf75ddfaffd1b7a4f0b47799]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:35 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [32041d2097d692f8ff9d961ae695b9c52741f98f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:34 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2729e2420cb01193b4cc60058cb598169d167f7b]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:33 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [5e342eeee4c024befa017aa1272be6815458b2c4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:32 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [64ca0e8e476e9bf6f86ba82e6a9e1a3edc13199f]

        INTEGRATION: CWS aceart02 (1.2.24); FILE MERGED 2006/10/27 16:21:32 ace_dent 1.2.24.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6761a2327a7767850949ba889a646e4dee4e7477]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:31 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [9ba4ee24d9ba312b7516401909abee49e207d43a]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:21:31 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [785b4aa1a628e894fa9556542234e76f588c1baf]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:30 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bc5ead32493e0e7abc6d7c977ad1eb974c018c2e]

        INTEGRATION: CWS aceart02 (1.2.48); FILE MERGED 2006/10/27 16:21:30 ace_dent 1.2.48.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [7298057d90eae13e5e4ae0c29e1f0e02c8b51746]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6e6ae8518a46b2b947b268ae5846d286a388e596]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/11/01 11:42:02 ace_dent 1.1.50.2: i62308 Fixed icons for 'Wizards' type 2006/10/27 16:21:29 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fb27203234b7870f8dfd144e6ea0b77b883a93dc]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:28 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0da0c8441a2af592dee79d1d6103c7a72230ff1c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:27 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [49b1eac9e6ef5d6e531ae52cde0bc3aab704afcf]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:26 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8b17cf1a42e15869e9eaa177c2ef91379129b3ed]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:25 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c8dbc5f4916694932e800dfb8a9cce6122909cc3]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:24 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [22737604a04864302718195ff55795059080cd5e]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:23 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [08eedd1ec6595d39c81e9e2cf1c2f6dd7361d1e1]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:22 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fd6fbecf59cd7f4a98b569340705c9d9ec1b2617]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:21 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [97772ee0edb394ab057e636168dde1afef73621f]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:20 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1da1ef9a4ceb366aa3546bdd9e2d7c6977c2e1e5]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:19 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4c0d4c810be9327f85fc7f4de5989ebd80f73be5]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:18 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [70f20d9965ee5764587b0cecacba772262628027]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:17 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [1905ebc11ad84608dc1507a2904da18425443c93]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:16 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [70f13dc8c72e6e26226d1f359146dd590738b640]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:15 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8838727b94d110bac5cdbae881e6dd40eaed9805]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:14 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8c340a6f4bda89aa9df13585f30b70ed7168cc9a]

        INTEGRATION: CWS aceart02 (1.2.46); FILE MERGED 2006/10/27 16:21:14 ace_dent 1.2.46.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [73fc205268439c161995ed4d013bb1e1b669c02a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:13 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6d54662c9366b627016c0dfc5f2c77945abe033a]

        INTEGRATION: CWS aceart02 (1.2.28); FILE MERGED 2006/10/27 16:21:12 ace_dent 1.2.28.1: i68830: Lossless compression and optimization of icons; no design changes.

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b2dc1d5d6e204580cb0fc1b85312454ee608fb28]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:12 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:56 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [58ce215d42787136f434234f428d461b053abbf9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:12 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [8fc7db4ee53fe9ed9ca40f365e108dd5dfd8052a]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:11 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [0e48d56583b8f5d7133128c83270a7917c73657d]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 11:18:55 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [d320eb48405593b3020b08f0742fb12929c0fc77]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:11 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:54 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [28f08229f6125939a55492682e22312e628e23be]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:10 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:54 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [bbab8a0c6944236256d5701d749195a5e6b8315c]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:10 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [4eeb0bd80b2284d089c89d10749f3168575febda]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 11:18:53 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [45a5fa779831de3be24dbff6c0522f49c10d4dac]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:10 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [c3f3d9d16b56384aa552af75b07de4656d1806c4]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:09 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:52 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2b9dab994bc0920abfce8b99eb42ec79707d7eb9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:09 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [6124b2d91a9e6b5ad6671cbb14daffb813c799c9]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:08 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:51 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2c2c3d24ea400ed6f1ce84835d14f33395274588]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:08 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [b53707e1094a343c3b65be1ba4a7fa4791a81ab8]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:07 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:50 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [f67771d2f7a3e8f34d0288ac7e7d3d8248da6423]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:07 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [fb1fbfb19e2ca395ec30d90e34f75e37d6aad772]

        INTEGRATION: CWS aceart02 (1.1.50); FILE MERGED 2006/10/27 16:21:06 ace_dent 1.1.50.2: i68830: Lossless compression and optimization of icons; no design changes. 2006/10/27 11:18:49 ace_dent 1.1.50.1: i68830: Lossless compression and optimization of icons

2007-01-16  Vladimir Glazounov  <vg@openoffice.org>  [2aa3cab79122e81cd93d8ddb413b643ca437fa86]

        INTEGRATION: CWS fsfixes05 (1.10.8); FILE MERGED 2007/01/05 14:57:50 fridrich_strba 1.10.8.1: unbreaking build with --with-system-db option

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7949dcfc54ce2412d4fadb8d0ba01fdebc96a08f]

        INTEGRATION: CWS sb68 (1.10.4); FILE MERGED 2007/01/09 11:59:06 sb 1.10.4.1: #i73186# Ensure that multiple calls to rtl_createUuid generate sufficiently unique UUIDs.

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f77599ab679ac001d6343f07f43277cf881b01e7]

        INTEGRATION: CWS sb68 (1.4.52); FILE MERGED 2007/01/09 11:59:06 sb 1.4.52.1: #i73186# Ensure that multiple calls to rtl_createUuid generate sufficiently unique UUIDs.

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e190ee513de806e402e4b9be492a2c94fb786436]

        INTEGRATION: CWS sb68 (1.8.4); FILE MERGED 2007/01/09 11:59:06 sb 1.8.4.1: #i73186# Ensure that multiple calls to rtl_createUuid generate sufficiently unique UUIDs.

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [dfe0ccca2c129ce3716a14728798f344ae44635d]

        INTEGRATION: CWS dicooo04 (1.6.12); FILE MERGED 2007/01/08 12:07:37 laurentgodard 1.6.12.1: Issue number:73239 Submitted by:  laurentgodard Reviewed by:   laurentgodard
        
        update DicOOo and FontOOo

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [0890efe9865d31a96e97decc66aac8c7d10bd3c2]

        INTEGRATION: CWS hb01 (1.90.16); FILE MERGED 2007/01/08 16:31:50 hbrinkm 1.90.16.1: #i73119# removed lines introduced by merge conflict and resolved the wrong way

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [9a281b1fb970eee692bf8bf559426641fb09b123]

        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>  [9e68b85c907ba354ed30d5af7c204914911241b1]

        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>  [7df2ce549d2ed9a532e6f4b45d2a741843b33ef1]

        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>  [0c3ca8a883dfdcc0cbbbf8596bf90e3a965fbfa6]

        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>  [14ed543c7da8d643f9c6985294957df1f4520a7d]

        INTEGRATION: CWS dba22b (1.26.28); FILE MERGED 2006/12/12 08:17:34 fs 1.26.28.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e98166565e06ed548c9328dad0f84acc3a5f3f65]

        INTEGRATION: CWS dba22b (1.3.70); FILE MERGED 2006/12/09 22:14:55 fs 1.3.70.1: impl_doOpenDesignerFrame_nothrow: reset m_xDesigner in case of an exception

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3c7c0a45e707b3104e36eb276e2b8c83c6342f95]

        INTEGRATION: CWS dba22b (1.9.176); FILE MERGED 2006/12/18 11:07:27 fs 1.9.176.2: RESYNC: (1.9-1.10); FILE MERGED 2006/12/06 09:46:29 fs 1.9.176.1: #i63285# don't let DEL/BACKSPACE keys leave the property browser

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [120fa6992a9d318ea972903609c69ecdaf59ded4]

        INTEGRATION: CWS dba22b (1.12.70); FILE MERGED 2006/12/18 11:07:18 fs 1.12.70.2: RESYNC: (1.12-1.13); FILE MERGED 2006/12/06 09:46:29 fs 1.12.70.1: #i63285# don't let DEL/BACKSPACE keys leave the property browser

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7daa0bf7cd7374b5511fc226d76e0e0a55eb1717]

        INTEGRATION: CWS dba22b (1.22.8); FILE MERGED 2006/12/12 08:21:10 fs 1.22.8.1: #i71260# +GetControl

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [4338acc82cf6de8bdbdafb8452838c3432891da0]

        INTEGRATION: CWS dba22b (1.42.8); FILE MERGED 2007/01/04 10:10:42 fs 1.42.8.3: corrected assertion 2007/01/04 10:01:36 fs 1.42.8.2: initialize pDlgEdForm member with NULL 2006/12/12 08:21:53 fs 1.42.8.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [cf724965e018ad0f95628b2dc18d7e999b167276]

        INTEGRATION: CWS dba22b (1.8.8); FILE MERGED 2006/12/12 08:22:07 fs 1.8.8.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d0b6f28e846cfad30a115ce593003ea7d93c814f]

        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>  [bbef9d3d60d05658cc9640a345e26e0d83642b78]

        INTEGRATION: CWS dba22b (1.109.6); FILE MERGED 2006/12/09 21:49:55 fs 1.109.6.1: #i72428# NamedValueCollection API changes

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3f3e693cb0021d5a438a8b54467ee0586b0c64ef]

        INTEGRATION: CWS dba22b (1.106.54); FILE MERGED 2006/12/09 22:46:47 fs 1.106.54.4: #i72432# PropertyContainer and PropertyArrayUsageHelper not inherited from SingleDocController anymore, own implementations now 2006/12/09 21:50:18 fs 1.106.54.3: #i72428# NamedValueCollection API changes 2006/12/09 21:23:19 fs 1.106.54.2: #i72428# properly determine whether we're independent 2006/12/04 22:41:16 fs 1.106.54.1: #i72252# parseNodeTo*/getColumnRange: use XConnection instead of XDatabaseMetaData

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [9d0a653d96537e11abf9d01aab526ee82f73556e]

        INTEGRATION: CWS dba22b (1.19.54); FILE MERGED 2006/12/09 22:45:59 fs 1.19.54.1: #i72432# remove all PropertyContainer and PropertyArrayHelper stuff - it's not used anymore, and simply conflicts with derived classes with own properties

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [29aabfa6668a05dbcdf5ef8a4b5cb2c05a7260b5]

        INTEGRATION: CWS dba22b (1.36.10); FILE MERGED 2007/01/03 15:14:43 fs 1.36.10.2: #i10000# 2007/01/03 14:42:40 oj 1.36.10.1: #i69831# check any number format

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ef3cd2cfa19345c9e97f5c5cb9b52e525bd54015]

        INTEGRATION: CWS dba22b (1.33.96); FILE MERGED 2006/12/09 22:46:43 fs 1.33.96.1: #i72432# PropertyContainer and PropertyArrayUsageHelper not inherited from SingleDocController anymore, own implementations now

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d9a507beaa80362aaea7b28cc133345369709ef1]

        INTEGRATION: CWS dba22b (1.41.54); FILE MERGED 2006/12/18 11:03:02 fs 1.41.54.3: RESYNC: (1.41-1.42); FILE MERGED 2006/12/05 15:48:40 fs 1.41.54.2: #i72252# disable 'AS before table alias' if table alias is not checked 2006/12/05 09:38:41 fs 1.41.54.1: #i72252# added an option to suppress generation of AS before table aliases

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [97c325073627d4aecc69d3e85c908c93fea12d43]

        INTEGRATION: CWS dba22b (1.22.40); FILE MERGED 2006/12/04 15:03:44 fs 1.22.40.1: #i71662# keep application alive as long as the async loader event is running

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ddaa51528f13205aefa0731f470cb3cdc7a924ef]

        INTEGRATION: CWS dba22b (1.183.6); FILE MERGED 2006/12/18 11:01:25 fs 1.183.6.2: RESYNC: (1.183-1.184); FILE MERGED 2006/12/09 21:49:48 fs 1.183.6.1: #i72428# NamedValueCollection API changes

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [04b97a9397f4639193da151c8ddc23254ece3389]

        INTEGRATION: CWS dba22b (1.37.56); FILE MERGED 2006/12/13 10:41:15 fs 1.37.56.2: there is no service named css.sdb.Statement 2006/12/05 09:34:58 fs 1.37.56.1: #i72252# +GenerateASBeforeCorrelationName

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [910ad2e3c7b8c91a6247f86c4707f7f77cfe09c0]

        INTEGRATION: CWS dba22b (1.41.66); FILE MERGED 2006/12/13 10:41:04 fs 1.41.66.2: there is no service named css.sdb.Statement 2006/12/05 09:35:00 fs 1.41.66.1: #i72252# +GenerateASBeforeCorrelationName

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [49a800ef1c6fa4081462a9730f751f0a5baf92d6]

        INTEGRATION: CWS dba22b (1.7.106); FILE MERGED 2006/12/13 10:39:08 fs 1.7.106.1: #i69460# statement should translate the SQL to SDBC level, if possible

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [8fcf2d9dcbb6b4a5373e8a5ec136966a5cae6690]

        INTEGRATION: CWS dba22b (1.19.56); FILE MERGED 2006/12/13 10:05:18 fs 1.19.56.1: #i72527# proper base class initialization

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e7267dc4e94c93e04f12de61be70447782845058]

        INTEGRATION: CWS dba22b (1.11.56); FILE MERGED 2006/12/13 10:05:18 fs 1.11.56.1: #i72527# proper base class initialization

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [b86a39735122efab4f62f02d2de6b34366737c29]

        INTEGRATION: CWS dba22b (1.15.56); FILE MERGED 2006/12/13 10:39:14 fs 1.15.56.1: #i69460# statement should translate the SQL to SDBC level, if possible

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [aa763ae15a4e56577c800018c82423653c934a0a]

        INTEGRATION: CWS dba22b (1.24.56); FILE MERGED 2006/12/13 08:45:33 fs 1.24.56.1: getPropertyDefaultByHandle: valid default for GroupBy/Having

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7957da97924efd36b03ee4b4ca423cbc0c3ca41b]

        INTEGRATION: CWS dba22b (1.21.54); FILE MERGED 2006/12/13 10:40:39 fs 1.21.54.2: #i69460# when creating a statement, don't let it use EscapeProcessing, this would be an endless loop 2006/12/04 22:41:00 fs 1.21.54.1: #i72252# parseNodeTo*/getColumnRange: use XConnection instead of XDatabaseMetaData

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [cb40f5265408549d87a01229b61ad1855d256f71]

        INTEGRATION: CWS dba22b (1.151.6); FILE MERGED 2006/12/13 10:42:50 fs 1.151.6.1: GroupBy doesn't depend on ApplyFilter

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f8967cc4e88eb0ab4e77afa7ba10d48d4fdbac32]

        INTEGRATION: CWS dba22b (1.8.96); FILE MERGED 2007/01/04 10:48:46 fs 1.8.96.1: connection string settings from the environment

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7fa8948a65fcadf71544470a9996c62fc3ee46d8]

        INTEGRATION: CWS dba22b (1.2.98); FILE MERGED 2006/12/13 11:02:51 fs 1.2.98.1: #i69460# test case for SDB-level statements supporting QiQ

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [42a771f061067447ff4d108398cfaf9e448fc1c2]

        INTEGRATION: CWS dba22b (1.25.42); FILE MERGED 2006/12/12 08:11:06 fs 1.25.42.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [cc5228b9f906ec94ad6cea6c64999c61e41a888f]

        INTEGRATION: CWS dba22b (1.78.666); FILE MERGED 2006/12/12 09:53:56 fs 1.78.666.1: removed dead defines

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [54252b421320dc083f565d2e75d01888f4426d0e]

        INTEGRATION: CWS dba22b (1.19.64); FILE MERGED 2006/12/07 14:03:24 fs 1.19.64.1: #i68834# impl_formatTExt

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5e0306a85bc8ab88cc6ef2e3b3b56d562793433c]

        INTEGRATION: CWS dba22b (1.28.46); FILE MERGED 2006/12/13 12:07:08 fs 1.28.46.1: #i72500# make FmXPageViewWinRec::getController const

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3f9573e626342853de6556c7c296b969b2d44b21]

        INTEGRATION: CWS dba22b (1.59.46); FILE MERGED 2006/12/18 15:45:52 fs 1.59.46.2: #i10000# 2006/12/13 12:06:39 fs 1.59.46.1: #i72500# OnAutoFocus: care for the case where the form controller does not yet know its controls, force creation then

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [92cd446e56a9cf8b070c1eb9491ad108fa39807b]

        INTEGRATION: CWS dba22b (1.46.46); FILE MERGED 2006/12/18 16:01:47 fs 1.46.46.2: using a NamedValueCollection 2006/12/12 08:11:25 fs 1.46.46.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5f31541043ecb5fe8c30397716343afabc7c16a1]

        INTEGRATION: CWS dba22b (1.58.30); FILE MERGED 2006/12/18 10:41:50 fs 1.58.30.3: RESYNC: (1.58-1.60); FILE MERGED 2006/12/07 14:04:06 fs 1.58.30.2: #i68834# properly set the Edit/Literal mask, and ReformatAll after setting a text at a pattern field 2006/12/05 08:03:16 fs 1.58.30.1: #i72252# parseNodeTo*/getColumnRange: use XConnection instead of XDatabaseMetaData

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [8725034e60238c47f3418d93f016cdce2a1e0ca4]

        INTEGRATION: CWS dba22b (1.25.46); FILE MERGED 2006/12/12 08:11:48 fs 1.25.46.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5969299b3ff40d51e7935f87d916931b8f124c7a]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:15 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c9d39137557fdce5d3cf94c68d417583c66590db]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:15 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [da431d86829a1dc5a416e86e9d2c2391858380ea]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:54:15 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [dcad822fb40522723c3217882f863b403c597b0b]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:14 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [67933df1248240e58a6ee2eaa2aa3eb8d9f1cefe]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:14 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a0ed374ca475661d4254e06cc9271766e86088c3]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:13 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [98865ddc387c6b5f2098e22d9b86dcff33e3150e]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:13 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [77812eb18effb9655b300d2c4b96a3ebb0714c93]

        INTEGRATION: CWS dba22b (1.9.92); FILE MERGED 2006/12/12 09:54:13 fs 1.9.92.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2ed614d2417e2563489f080c87a0bbcd17b0eabf]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:12 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c4a721257e2a5603f8f3b5fd7e414f079c85f9f4]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:12 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [396fe3a8f5bee2ad1829d06d79248545326dcc2a]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:54:12 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [feb230948fd071b68e6c090c530187541bbee9cb]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:11 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [536cdd21d347fb98d515723a47a98da2827f7eea]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:54:11 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2a19029fc2bf1928d7f1e0c0beddb0656bf02003]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:54:11 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [303d680a84a4e103579b4e624ef84d1c32bfca89]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:54:10 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [51ae2851ecf7fc8036b365c4f2e8689fec658989]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:54:10 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e7cb54561f934a9804e8c1d4e53b750830ac55fe]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:10 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3ddcfbf5fd0207a08f5f2ef2de90f26378f39fea]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:54:10 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d497b6a8fb889d7ba9a2c9828871e4966de9a906]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:54:09 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ba5fccb77152c11e408e1a8f1e4757fb31644ee5]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:54:09 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d08419c96cfa76db7b85fb8bae4b8213c0763238]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:54:09 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [6134af3334e86744239978dcde47315402412a8c]

        INTEGRATION: CWS dba22b (1.4.232); FILE MERGED 2006/12/12 09:54:09 fs 1.4.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [eafdd43746fbe061cbd201201c064ef221050c77]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:54:09 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [8fba8f79c1061dfa4286617a468a95184134a49e]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:54:08 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f8e5d67e7d29fd51b86f3da40721e11ec483468e]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:54:08 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [387f0267f0baeb22824a66b9ff15bb13bb246574]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:54:08 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [8b75d11d3fc1f5669a49db81d52d53369e6b0637]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:22:21 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [65738b83c42b674fecaaf72265d4caee284dde0e]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:21 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [1578df45bbc9cd75e2e2f22982ae5c9248045821]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:22:21 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ec71e9a226afbcde827b6fe1245895ea349961c3]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:22:20 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f64f44e2c4dcb14d2bb18efaf6c175e0dc758ee3]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:22:20 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5abb6cc3686954ba0c1261be37124fd8accb2038]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:20 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [948454418220792f2c5e780a3f027511e3607147]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:19 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [60b98f4d44ec5a947b847636dd98497eea0b78d6]

        INTEGRATION: CWS dba22b (1.5.232); FILE MERGED 2006/12/12 09:22:19 fs 1.5.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [65ee9da99b4ac6351b025efe98186124df8a0612]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:22:19 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [60c88084aa2829093cfc47dee4dbec1655544fcc]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:18 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a3d4c2ca43a9caef8c480b21237866b48453f683]

        INTEGRATION: CWS dba22b (1.11.230); FILE MERGED 2006/12/12 09:22:18 fs 1.11.230.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [1542e35a2b60814314c15f8dfdf2b226c303cc86]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:22:18 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e67c7663ac492a34191ec46f6cb1860c5c75d6ec]

        INTEGRATION: CWS dba22b (1.11.232); FILE MERGED 2006/12/12 09:22:18 fs 1.11.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [09084eab55f27027b04cf1312adedcdcb9887d85]

        INTEGRATION: CWS dba22b (1.9.230); FILE MERGED 2006/12/12 09:22:17 fs 1.9.230.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2a371d480eea8036c99ebad597bc9acca6bc823e]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:17 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d0260e5cc8ecdb249f6c5cf7fff167018dd418a5]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:22:17 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d11e759de4ae9dcc474bb7f1bb43b017ed6f10fd]

        INTEGRATION: CWS dba22b (1.14.232); FILE MERGED 2006/12/12 09:22:17 fs 1.14.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7916bfe1205388fa2dad83b10da62499afe169bf]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:22:16 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d50e5e192547103ac667381f6ac8ba857ed95fbd]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:16 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f374d703de84d653bcdb3f44ebf4c43cd9add0b8]

        INTEGRATION: CWS dba22b (1.11.68); FILE MERGED 2006/12/12 09:22:16 fs 1.11.68.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [de119ee9f472a235ca9c5b01ba16594113d49270]

        INTEGRATION: CWS dba22b (1.11.232); FILE MERGED 2006/12/12 09:22:16 fs 1.11.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [4423bf13aa98e3aeb4431ff247e0fed9647226c2]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:15 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7027b4b4b2f5c540cd841411d54aa431ece95990]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:22:15 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2ff8fe3d13d203d70969287228396fd164c941fe]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:22:15 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a7262885904ece62e3c5bbbb2ba6f4e2fd8595a0]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:43:04 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:22:14 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c639bf6fd737456dedcd540bbf626149434d5f26]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:14 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [00f04f49f928e5f3525241d32cfb3a4548f0028f]

        INTEGRATION: CWS dba22b (1.5.232); FILE MERGED 2006/12/12 09:22:14 fs 1.5.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7e7cf77ed6be3285e39d4fc6f5ff881330a0b1aa]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:22:14 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [36ea43ffc8ddd9b1d22057877d29f1fbaad1c691]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:22:14 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [de4a9f11fd4e9808a0e7823bed72911b92abe7fb]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:22:13 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [50bba75a6c57a07a13aa814d65b2fc51d6576471]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:43:04 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:22:13 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [200053d5238778455dd31be8d556edcf1d87d0a6]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:22:13 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2e7fb33e9db92b88bcfa32db6b0f465f7aee8511]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:28:03 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [58e46df2cbfeef766b6131fdc394fbadb421ee8e]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:28:03 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [dff02c3fa3a9958b397169ec219e6f23f8e04f1d]

        INTEGRATION: CWS dba22b (1.9.112); FILE MERGED 2006/12/12 09:28:03 fs 1.9.112.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [62ed4e6906871f4500c95f7523c121763e738bc5]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:28:02 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [65451353bd98386af958ea18e75be5485a7fb1aa]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:28:02 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [bd4963bd4a0a7b2c822489b26bee16ef8054215e]

        INTEGRATION: CWS dba22b (1.11.232); FILE MERGED 2006/12/12 09:28:02 fs 1.11.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [80cce54513ba538658c9c4535f289f7159df2e5d]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:28:01 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [80e84774aa466d7c24b8089fada47ee7e56227e5]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:28:01 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [439e222d732bc5bc82682d9d149600b3fb9dd490]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:53 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:28:01 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2e0d7a464e50cf8f117c56c53abf24d46eef58cc]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:53 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:28:00 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [fb0eec0f0414c06050a7ae725eb922c0348577ff]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:28:00 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5bbaa02c807fb51edf0ed01a5fac9744548629cc]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:28:00 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a7c926bf4e29cbf32daf45cb8eadd52e98877ccb]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:28:00 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e6680b69679f42eb1bd3172edf08fb3fa54d0e2d]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:28:00 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [fb79fadef86aff9d9d1445f63f7b7c64adeae144]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:27:59 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ee8d61e18b539c666063dd677612b6fdb77ad7d9]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:53 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:59 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [6745f8f53223abb90b1d9819c4035eb593c159d7]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:52 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:59 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c41651e452adbf0363671e32a82a17031065482e]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:27:59 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [bdfdf7fc51c12145ebf190046b7a49b0e084ddb4]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:36:52 fs 1.7.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:58 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [dfa82a41eb8957f1fcf06f54ed9a4fe515b3a5e6]

        INTEGRATION: CWS dba22b (1.10.232); FILE MERGED 2006/12/12 09:27:58 fs 1.10.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f65a5e2dedd4587a87d3fb8f657f38a5b324df35]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:27:58 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [b0aac2529f49a3e1577edcf1b269167afa0f035e]

        INTEGRATION: CWS dba22b (1.9.232); FILE MERGED 2006/12/12 09:27:57 fs 1.9.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [4299bcf4622da366df4cac367f12952f4778f9b3]

        INTEGRATION: CWS dba22b (1.11.232); FILE MERGED 2006/12/12 09:27:57 fs 1.11.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [184feac48434ffc2e0c2a5a9c4def7f7021d713b]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:52 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [ab1e6e1bdcd4142e4b621331ac26abae9a5fe2e4]

        INTEGRATION: CWS dba22b (1.10.68); FILE MERGED 2006/12/12 09:36:52 fs 1.10.68.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.10.68.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [915b142ba88e9e826dae07608897bf36ffaa811e]

        INTEGRATION: CWS dba22b (1.7.232); FILE MERGED 2006/12/12 09:27:57 fs 1.7.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [53c68bbffb11fa3ea8300e298be07f7afcf018f9]

        INTEGRATION: CWS dba22b (1.6.232); FILE MERGED 2006/12/12 09:36:52 fs 1.6.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.6.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a5729239e0209bcc35b528bd4c8e26c0dc72c333]

        INTEGRATION: CWS dba22b (1.8.232); FILE MERGED 2006/12/12 09:36:51 fs 1.8.232.2: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers 2006/12/12 09:27:57 fs 1.8.232.1: removed useless 'DocMerge from ...' comments which disturb grepping for identifiers

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [4c76b6ce556e03aa99347b92bfc691feb9ef1ffc]

        INTEGRATION: CWS dba22b (1.3.4); FILE MERGED 2007/01/04 10:15:55 fs 1.3.4.2: commitCurrentRecord needs a MethodGuard 2006/12/19 08:19:02 fs 1.3.4.1: #i10000#

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2b6afac42bca8831bce1e183c4ebea22b6a913a6]

        INTEGRATION: CWS dba22b (1.13.24); FILE MERGED 2006/12/04 14:24:38 fs 1.13.24.1: during #i69405#: getField().is() -> hasField()

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [1cb035c2dfa29ba2bc3e61107c88b207fc7ddf2b]

        INTEGRATION: CWS dba22b (1.16.34); FILE MERGED 2006/12/04 14:24:38 fs 1.16.34.1: during #i69405#: getField().is() -> hasField()

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [b94598aff0b4f27bf4f43cacbfe37b201f0d3ad4]

        INTEGRATION: CWS dba22b (1.49.32); FILE MERGED 2006/12/04 14:24:07 fs 1.49.32.1: #i69405# stringItemListChanged: respect default select sequence

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [3180038b203694517fb8e4e88b3cb2f416a51664]

        INTEGRATION: CWS dba22b (1.46.24); FILE MERGED 2006/12/04 14:24:37 fs 1.46.24.1: during #i69405#: getField().is() -> hasField()

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7ee7571a31ac043be773a3936d68365415421b3a]

        INTEGRATION: CWS dba22b (1.36.4); FILE MERGED 2006/12/04 14:24:37 fs 1.36.4.1: during #i69405#: getField().is() -> hasField()

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [decb0268e51291fb9fa1c02a84dd6cc8828eee0c]

        INTEGRATION: CWS dba22b (1.30.52); FILE MERGED 2006/12/18 10:19:48 fs 1.30.52.2: RESYNC: (1.30-1.31); FILE MERGED 2006/12/06 13:25:37 fs 1.30.52.1: #i44891# when the parent form changes from 'new' to 'not new', reload ourself

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [b980df6254638c94bdb96e9d13604b628afe79a2]

        INTEGRATION: CWS dba22b (1.78.4); FILE MERGED 2006/12/18 10:19:39 fs 1.78.4.2: RESYNC: (1.78-1.79); FILE MERGED 2006/12/06 13:25:37 fs 1.78.4.1: #i44891# when the parent form changes from 'new' to 'not new', reload ourself

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [346da21f2430e40cf81ad1daff66774c702b885b]

        INTEGRATION: CWS dba22b (1.34.32); FILE MERGED 2006/12/04 14:24:37 fs 1.34.32.1: during #i69405#: getField().is() -> hasField()

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [0f4501bde76ed56bc93655d372577a3d4aa473d6]

        INTEGRATION: CWS dba22b (1.5.106); FILE MERGED 2007/01/04 09:42:14 fs 1.5.106.1: #i73110#

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [7da79a7261446710fa01282af976d2dfdf96fe7e]

        INTEGRATION: CWS dba22b (1.62.30); FILE MERGED 2006/12/12 08:15:01 fs 1.62.30.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a9d02535618175fe60aabefd070250dbff768173]

        INTEGRATION: CWS dba22b (1.17.112); FILE MERGED 2006/12/12 08:15:49 fs 1.17.112.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [d3cb5e2fdc47944941fa6b6ef2054728ae308fd8]

        INTEGRATION: CWS dba22b (1.20.30); FILE MERGED 2006/12/12 08:15:49 fs 1.20.30.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [f008cf441aa628ffc812d22c3fd3fbdd07539ca7]

        INTEGRATION: CWS dba22b (1.54.20); FILE MERGED 2007/01/03 10:56:16 fs 1.54.20.1: #i72849# properly determine the local name of the xlink:href attribute when importing the form's data source

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5d317b6b978d8b93b05c154654ef7a95f8a7fb89]

        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>  [8c62385163156b38ad8b2ab143a19074ecd07c7d]

        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>  [aec3b69334c8d9bcd64acf677d6e936427ebfee5]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [474184dc7a7f6c0527b782678be5f5f2e14d2cf8]

        INTEGRATION: CWS dba22b (1.9.110); FILE MERGED 2006/12/13 08:48:39 fs 1.9.110.1: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [279e72d71a03faa8bbb0f23f892a7966643b2d3a]

        INTEGRATION: CWS dba22b (1.1.2); FILE ADDED 2006/12/13 10:41:43 fs 1.1.2.2: #i69460# proper support for EscapeProcessing property 2006/12/13 08:48:39 fs 1.1.2.1: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [5e44bc1bc6b86dd8c2af9b0b9531b80be0289039]

        INTEGRATION: CWS dba22b (1.15.210); FILE MERGED 2006/12/13 08:49:25 fs 1.15.210.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.15.210.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [6ad87ecf54bdc0ebe5fd59896acf5a373860229c]

        INTEGRATION: CWS dba22b (1.29.36); FILE MERGED 2006/12/13 08:49:25 fs 1.29.36.1: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [4a2293a11cae54283c1b6714857adf76e049a34b]

        INTEGRATION: CWS dba22b (1.1.2); FILE ADDED 2006/12/13 10:42:16 fs 1.1.2.2: #i69460# proper support for EscapeProcessing property 2006/12/13 08:49:25 fs 1.1.2.1: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [0af63a2d12553b847fd4eea972f04a783e505bff]

        INTEGRATION: CWS dba22b (1.1.2); FILE MERGED 2006/12/13 08:49:24 fs 1.1.2.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.1.2.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c22c861206becf8c0cd36f85e7a140b76821ddee]

        INTEGRATION: CWS dba22b (1.9.50); FILE MERGED 2006/12/19 12:09:47 fs 1.9.50.1: cosmetic changes

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [e4fa3c57f7d68e8086d5cc53c4e65cb591af9288]

        INTEGRATION: CWS dba22b (1.21.38); FILE MERGED 2007/01/03 12:53:30 fs 1.21.38.2: #i10000# 2006/12/19 12:09:47 fs 1.21.38.1: cosmetic changes

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [8ddaee02474a70c8b664eca1d2fc17c2c3027085]

        INTEGRATION: CWS dba22b (1.27.50); FILE MERGED 2007/01/03 12:57:57 oj 1.27.50.1: #i73065# convert nanos in hundredths of second

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [02b5c60e797e5da4ac49a8e6a3fa7fd7f23657de]

        INTEGRATION: CWS dba22b (1.10.50); FILE MERGED 2006/12/05 09:31:47 fs 1.10.50.1: #i72252# isDataSourcePropertyEnabled -> getBooleanDataSourceSetting

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [de1d0de2f1ecea306e584e1b356ae1a913f2df40]

        INTEGRATION: CWS dba22b (1.9.4); FILE MERGED 2007/01/03 09:38:53 fs 1.9.4.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/19 12:09:01 fs 1.9.4.1: #i72751# proper packaging

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [c2e30724b618dcb11ab1f7630c80ccd335ab5077]

        INTEGRATION: CWS systemxt (1.40.68); FILE MERGED 2006/11/22 16:05:39 rene 1.40.68.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [274b62b486a5a6183a056e2678e89d0a9dd5c548]

        INTEGRATION: CWS systemxt (1.45.6); FILE MERGED 2006/11/22 16:05:39 rene 1.45.6.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [9f56908cb501f57a10a095a069ebefe0be6d4dfb]

        INTEGRATION: CWS systemxt (1.172.16); FILE MERGED 2006/11/22 16:05:39 rene 1.172.16.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [60133b93d2ef9cc2fd69fe5b717bd8ebb3475c28]

        INTEGRATION: CWS systemxt (1.28.10); FILE MERGED 2006/11/22 16:05:36 rene 1.28.10.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [307bf200fa2262b0e235c12601ede4143eeb96fd]

        INTEGRATION: CWS systemxt (1.24.22); FILE MERGED 2006/11/22 16:05:40 rene 1.24.22.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a1c055948a2db47c42f8946287cf127c3eb4c685]

        INTEGRATION: CWS systemxt (1.17.32); FILE MERGED 2006/11/24 19:38:04 rene 1.17.32.1: #i59985# build libxt.jar.so when aot-compiling

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [1004678f268ac6bfce6b21bd3ecbf3d89528bdc2]

        INTEGRATION: CWS systemxt (1.124.8); FILE MERGED 2006/11/22 16:47:24 rene 1.124.8.1: #i59985# configure changes for system-xt

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [69d0dd8d4a1353968c2c9a130fb6d59c4e9ecd4a]

        INTEGRATION: CWS systemxt (1.187.8); FILE MERGED 2006/11/22 16:47:24 rene 1.187.8.1: #i59985# configure changes for system-xt

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [1d90735c63531d223fb03a77007e11c29658bcb5]

        INTEGRATION: CWS systemxt (1.14.364); FILE MERGED 2006/11/22 16:05:38 rene 1.14.364.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [86fed07cb9084db89e4c9f414cf778b2e38de815]

        INTEGRATION: CWS systemxt (1.11.180); FILE MERGED 2006/11/22 16:05:38 rene 1.11.180.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [db57d8df3db9333b094fc7933fa6ee49f09609f0]

        INTEGRATION: CWS systemxt (1.14.2); FILE MERGED 2006/11/22 16:05:39 rene 1.14.2.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a7bb656abf2e84e9e2f9b2d551eeb28ae5605da5]

        INTEGRATION: CWS systemxt (1.7.194); FILE MERGED 2006/11/22 16:05:39 rene 1.7.194.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [674af5a7350c40b15b6de49375f24b7076e197c3]

        INTEGRATION: CWS systemxt (1.14.20); FILE MERGED 2006/11/22 16:05:40 rene 1.14.20.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [b03d47f21bae60647d47891546f5a7b25b73d694]

        INTEGRATION: CWS systemxt (1.204.38); FILE MERGED 2006/11/22 16:05:40 rene 1.204.38.1: #i59985# add make XmlSearch buildable with upstream xt (by mkretzschmar)

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [a0e1d8636fb93ebfce7f804ffdfc5a1d0b622e11]

        INTEGRATION: CWS smoketest12 (1.19.2); FILE MERGED 2007/01/08 14:37:46 kz 1.19.2.4: #i72258# remove files with -f option 2007/01/05 17:08:11 kz 1.19.2.3: #144424# supports local environments now 2007/01/04 17:57:11 kz 1.19.2.2: #i72803# implementation of an alternative install methode 2007/01/04 17:45:38 kz 1.19.2.1: #i72258# check lock flag before starting installation

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [233b7675e4e5e8783d46860443f847b4ecc928a8]

        INTEGRATION: CWS smoketest13 (1.20.8); FILE MERGED 2007/01/12 15:57:31 kz 1.20.8.1: #i73420# chg. start message to starting office

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [0a5fb235f16852d6cc2ed4eb910b3ffc2c6eb65a]

        INTEGRATION: CWS smoketest13 (1.3.46); FILE MERGED 2007/01/12 15:23:38 kz 1.3.46.1: #i73418# add use of build noremove=t

2007-01-15  Vladimir Glazounov  <vg@openoffice.org>  [2e32d62f31397a862fe44cd15c8e43f495411d2e]

        INTEGRATION: CWS smoketest13 (1.205.48); FILE MERGED 2007/01/12 15:21:56 kz 1.205.48.1: #i73418# add noremove

2007-01-12  Thomas Lange  <tl@openoffice.org>  [0b876445efbd93c73879c216d564c0508cea530f]

        #i73173# integrate Google SoC language-guessing

2007-01-12  Thomas Lange  <tl@openoffice.org>  [23147b5b1f280e1c7758c4ce27b99dc92135b354]

        #i73173# integrate Google SoC language-guessing

2007-01-12  Vladimir Glazounov  <vg@openoffice.org>  [4059515ab6ebbd9fded06d5015c2bfe3e2a6645e]

        INTEGRATION: CWS vgbugs05 (1.151.6); FILE MERGED 2007/01/12 11:15:29 vg 1.151.6.7: #i69472# 2006/12/08 17:16:12 vg 1.151.6.6: #i72367# addeded error handling for deliver 2006/12/08 13:35:14 vg 1.151.6.5: #144018# removed logging, use COMMON_ENV_TOOLS variable to differentiate SO env from OOo env 2006/12/07 16:44:50 vg 1.151.6.4: #144018# removed logging, use COMMON_ENV_TOOLS variable to differentiate SO env from OOo env 2006/11/24 17:04:22 vg 1.151.6.3: #i71083# forced delete of temporary files 2006/10/27 13:35:18 vg 1.151.6.2: #i66267# added system rm call as fallback for rmtree failure 2006/10/27 12:27:47 vg 1.151.6.1: #i69475#,#i69472#,#i70094#

2007-01-11  René Engelhard  <rene@openoffice.org>  [2bb6503c63165d28d1f9a0224b675565b6acaa96]

        #i72124# exclude Helvetica-Narrow; add mkdir to d.lst

2007-01-10  Vladimir Glazounov  <vg@openoffice.org>  [a02c97a614618b51e1b6d72da748825856bd07a8]

        INTEGRATION: CWS pj70 (1.47.18); FILE MERGED 2007/01/09 11:22:43 pjanik 1.47.18.2: RESYNC: (1.47-1.48); FILE MERGED 2007/01/05 09:07:19 pjanik 1.47.18.1: #i73127#: Add system ICU support.

2007-01-10  Vladimir Glazounov  <vg@openoffice.org>  [8af63400038ba71a1076f97edcd4eb4e16a0097d]

        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-10  Vladimir Glazounov  <vg@openoffice.org>  [775becece9ce8112b6ad5d9722edbf37283beff4]

        INTEGRATION: CWS pj70 (1.128.6); FILE MERGED 2007/01/09 11:19:54 pjanik 1.128.6.2: RESYNC: (1.128-1.130); FILE MERGED 2007/01/05 09:06:35 pjanik 1.128.6.1: #i73127#: Fix system ICU usage.

2007-01-10  Vladimir Glazounov  <vg@openoffice.org>  [1f2a4e537a8cb25cf42f1649c1c830ad18005aa7]

        INTEGRATION: CWS pj70 (1.190.6); FILE MERGED 2007/01/09 11:19:38 pjanik 1.190.6.2: RESYNC: (1.190-1.192); FILE MERGED 2007/01/05 09:06:14 pjanik 1.190.6.1: #i73127#: Fix system ICU usage.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [37d944c55ef0eee254d1b6d411a6d1af3d900709]

        new version for OOF680

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [d6744ec8dd4f0cfde187f5f15ef6783b002ae723]

        new version for OOF680

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [27a89d363f6804dbd5ac2d04f57427dde797a3b1]

        new version for OOF680

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [1edcef5ffe31fe94ccd56f6a4498ee1926bd08f7]

        INTEGRATION: CWS vgbugs05 (1.17.30); FILE MERGED 2006/12/08 14:05:21 vg 1.17.30.2: RESYNC: (1.17-1.18); FILE MERGED 2006/12/08 13:52:02 vg 1.17.30.1: #i69497# added get_mws procedure for cvs clog

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [d0e3464bb508109eb331064c1e850a3b73f315c8]

        INTEGRATION: CWS vgbugs05 (1.16.148); FILE MERGED 2006/10/17 14:18:56 vg 1.16.148.1: #142495# show locally added files in the summary

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [9cb39fdfe9028e9ba076698e26a90c338776d793]

        INTEGRATION: CWS vgbugs05 (1.4.334); FILE MERGED 2006/10/17 14:18:56 vg 1.4.334.1: #142495# show locally added files in the summary

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [024bde1e38435408393199b4314dd16315783327]

        INTEGRATION: CWS vgbugs05 (1.151.6); FILE MERGED 2006/12/08 17:16:12 vg 1.151.6.6: #i72367# addeded error handling for deliver 2006/12/08 13:35:14 vg 1.151.6.5: #144018# removed logging, use COMMON_ENV_TOOLS variable to differentiate SO env from OOo env 2006/12/07 16:44:50 vg 1.151.6.4: #144018# removed logging, use COMMON_ENV_TOOLS variable to differentiate SO env from OOo env 2006/11/24 17:04:22 vg 1.151.6.3: #i71083# forced delete of temporary files 2006/10/27 13:35:18 vg 1.151.6.2: #i66267# added system rm call as fallback for rmtree failure 2006/10/27 12:27:47 vg 1.151.6.1: #i69475#,#i69472#,#i70094#

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [9344952f5021cc3fd4463200869b7ad824a10799]

        INTEGRATION: CWS c07v009_SRC680 (1.97.122); FILE MERGED 2007/01/02 15:14:11 od 1.97.122.1: #b6504125# method <AcceptableNestedField(...) 	   - accept AutoTextList fields as nested fields. Thus, its field 	     result is imported as plain text.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [ab8f310707243a4f23683df8fb4ab870bfbd836e]

        INTEGRATION: CWS macosxdmgapplink (1.61.24); FILE MERGED 2006/12/24 00:54:13 smsm1 1.61.24.1: #72008#: inserts line into the makefile so that the symlink is created for going into the base of the final disk image

2007-01-09  Rüdiger Timm  <rt@openoffice.org>  [ddc37011180334be8db1d31c4d0f180c5dba48d4]

        #i10000# Create directory before copying into it.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [219d04703233021ed68a8c9f8938b60d8ba296e7]

        INTEGRATION: CWS pj69 (1.9.10); FILE MERGED 2007/01/05 20:22:07 pjanik 1.9.10.1: #i73179#: remove extra qualification.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [c7addbb7a4d67cb1ef239e65816ef815e1c1dfe4]

        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>  [5e60c0fcbd7751b04c75a50b57665cd69c9f29ee]

        INTEGRATION: CWS pj69 (1.15.4); FILE MERGED 2006/12/23 17:44:44 pjanik 1.15.4.2: #i72905#: Use correct encoding for Vietnamese. 2006/12/18 13:15:01 pjanik 1.15.4.1: #i72425#: Add Dzongkha.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [453afb0d40a0d0ac24798cae2390eca9de01078a]

        INTEGRATION: CWS pj69 (1.30.50); FILE MERGED 2006/12/21 08:13:17 pjanik 1.30.50.1: #i72831#: Fix gcc-3.3 parser error.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [ee176862aae9993988fb5749a5c26599cae590d3]

        INTEGRATION: CWS pj69 (1.12.68); FILE MERGED 2006/12/21 08:14:44 pjanik 1.12.68.1: #i72152#: Fix gcc-3.3 parser error.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [9f964de9db013556b5f333ee0a4f2083773ac406]

        INTEGRATION: CWS pj69 (1.61.22); FILE MERGED 2006/12/19 19:07:32 pjanik 1.61.22.1: #i69247#: Add Slovenian Tolar to Euro convertor.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [1067681134295293194183df7aabf74879f5c514]

        INTEGRATION: CWS pj69 (1.20.86); FILE MERGED 2006/12/19 19:10:01 pjanik 1.20.86.1: #i69247#: Add Slovenian Tolar to Euro convertor.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [b2510aa1dc742e6b801c1db164fc973fac19ba5d]

        INTEGRATION: CWS pj69 (1.6.14); FILE MERGED 2007/01/03 14:49:20 pjanik 1.6.14.1: #i73069#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [cb92da6a71a945037977bf9d40211be26b49e829]

        INTEGRATION: CWS pj69 (1.32.2); FILE MERGED 2007/01/03 14:53:12 pjanik 1.32.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [2adb69dafdfa635761dc940966d6991233ea88c2]

        INTEGRATION: CWS pj69 (1.48.2); FILE MERGED 2007/01/03 14:53:12 pjanik 1.48.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [e96ebc18e3a9bcd3f8d340d77ca9b8a732d98788]

        INTEGRATION: CWS pj69 (1.33.2); FILE MERGED 2007/01/03 14:53:12 pjanik 1.33.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [55f620f8a130c5bebc5aef31d628a60e3b411a35]

        INTEGRATION: CWS pj69 (1.7.2); FILE MERGED 2007/01/03 14:53:11 pjanik 1.7.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [57a1b183ec1fb40c80a57b938163d914c3b73fd4]

        INTEGRATION: CWS pj69 (1.85.2); FILE MERGED 2007/01/03 14:53:11 pjanik 1.85.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [5e302b6bfd9305f82dc65859b31856498284be5b]

        INTEGRATION: CWS pj69 (1.56.2); FILE MERGED 2007/01/03 14:53:10 pjanik 1.56.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [2a85262406c31d0b51b8aede503a498745dc3c5f]

        INTEGRATION: CWS pj69 (1.98.2); FILE MERGED 2007/01/03 14:53:10 pjanik 1.98.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [15a9173e583b59ea9d51f1a82646e56bd1f0c57b]

        INTEGRATION: CWS pj69 (1.12.2); FILE MERGED 2007/01/04 12:27:48 pjanik 1.12.2.1: #i73083#: add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [41f26ad92aac879df0f4b1cfa75f0f17274c2507]

        INTEGRATION: CWS pj69 (1.2.358); FILE MERGED 2007/01/03 14:53:10 pjanik 1.2.358.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [76f38f84096cf03273740f6b6f0eda95f6241aa9]

        INTEGRATION: CWS pj69 (1.32.2); FILE MERGED 2007/01/03 14:53:10 pjanik 1.32.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [2e32918cea1a0cab47572abab49ea466a6f06eb9]

        INTEGRATION: CWS pj69 (1.14.2); FILE MERGED 2007/01/03 14:53:10 pjanik 1.14.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [b42f70d886b53200fb082c2005636d7d5521c84a]

        INTEGRATION: CWS pj69 (1.14.2); FILE MERGED 2007/01/03 14:53:09 pjanik 1.14.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [445a02ed90d833b59ee4c6fbcca58b262958d758]

        INTEGRATION: CWS pj69 (1.37.2); FILE MERGED 2007/01/03 14:53:09 pjanik 1.37.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [935482d5a9a97fa43947acc8f1897188f97cd5de]

        INTEGRATION: CWS pj69 (1.47.2); FILE MERGED 2007/01/03 14:53:09 pjanik 1.47.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [a955e2432d2339e5d79fc8aab47bfa45eea173c6]

        INTEGRATION: CWS pj69 (1.26.2); FILE MERGED 2006/12/18 13:20:56 pjanik 1.26.2.1: #i72643#: Fix bogus code.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [79daf8bd8871fd313f168e8f6219fe16e9ec6211]

        INTEGRATION: CWS pj69 (1.24.2); FILE MERGED 2007/01/03 14:53:08 pjanik 1.24.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [550acbaf7673950251d7bd04912a0cc820e2827a]

        INTEGRATION: CWS pj69 (1.15.2); FILE MERGED 2007/01/03 14:53:08 pjanik 1.15.2.2: #i73070#: Add initializations to prevent warnings. 2006/12/18 13:20:35 pjanik 1.15.2.1: #i72643#: Fix bogus code.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [50fc256c798c78e8337d7c9a98c24882b379debe]

        INTEGRATION: CWS pj69 (1.11.2); FILE MERGED 2007/01/03 14:53:08 pjanik 1.11.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [29d360628bc0cbae2d03bf6153b853612853fa5c]

        INTEGRATION: CWS pj69 (1.27.2); FILE MERGED 2007/01/03 14:53:07 pjanik 1.27.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [14d3052982a209e5c7f747faafb853b92ebeb175]

        INTEGRATION: CWS pj69 (1.20.2); FILE MERGED 2007/01/03 14:53:07 pjanik 1.20.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [412fc7ed2fdd2ef6781b34646e64269c9eda2d2a]

        INTEGRATION: CWS pj69 (1.4.2); FILE MERGED 2007/01/03 14:53:07 pjanik 1.4.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [6a16880e8a6556cbcea4a2501604f01e2d0798e1]

        INTEGRATION: CWS pj69 (1.12.2); FILE MERGED 2007/01/03 14:53:07 pjanik 1.12.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [b697798cc1581b3ddefab4b99b1ea1f76321e00b]

        INTEGRATION: CWS pj69 (1.55.2); FILE MERGED 2007/01/03 14:53:07 pjanik 1.55.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [d80317c6e48df37b0e448dd1d4e9a795b934057b]

        INTEGRATION: CWS pj69 (1.14.2); FILE MERGED 2007/01/03 14:53:06 pjanik 1.14.2.1: #i73070#: Add initializations to prevent warnings.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [00d5173433a908b4ba162133aa2a7f1fb7966b27]

        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-09  Vladimir Glazounov  <vg@openoffice.org>  [2251dcf3b593957215de292ec093cbda7e428a4f]

        INTEGRATION: CWS pj69 (1.7.18); FILE MERGED 2006/12/18 13:22:48 pjanik 1.7.18.1: #i72723#: Allow WaE in module sd as well.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [650c22206d395c8362d3e72e737d45dbf1250eb0]

        INTEGRATION: CWS pj69 (1.35.108); FILE MERGED 2006/12/18 13:17:49 hjs 1.35.108.1: #i72646# avoid calling cygpath too often

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [285c787681c7ad1a88f23519e214d58ef47599bc]

        INTEGRATION: CWS pj69 (1.36.144); FILE MERGED 2006/12/18 13:17:48 hjs 1.36.144.1: #i72646# avoid calling cygpath too often

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [6f562872cfb6959654e3564b70599d6f49f4d969]

        INTEGRATION: CWS pj69 (1.61.46); FILE MERGED 2006/12/18 13:17:47 hjs 1.61.46.1: #i72646# avoid calling cygpath too often

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [f5e19e7a45fbffe03e0d95b3e919e4e10520d304]

        INTEGRATION: CWS pj69 (1.8.2); FILE MERGED 2007/01/05 07:34:10 pjanik 1.8.2.1: #i73052#: Handle .dylib libs the same way as .so libs are handled.

2007-01-09  Vladimir Glazounov  <vg@openoffice.org>  [1ccefb7a2e141c69131f2801a60de91e81111840]

        INTEGRATION: CWS pj69 (1.3.2); FILE MERGED 2007/01/05 07:35:10 pjanik 1.3.2.1: #i73052#: install_name for Mac OS X should match the real filename of the library.

2007-01-09  Rüdiger Timm  <rt@openoffice.org>  [a9a10d0a8fd5fa743117258f0a855d32057db617]

        #i10000# ulfex binary needed.

2007-01-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c660a5508adf1447e20d915a491edac0c3961aa]

        #i73186#: undo change in rev. 1.9, solves crash bug on windows platform

2007-01-05  Vladimir Glazounov  <vg@openoffice.org>  [eddc065ace2a51e083fbc2c2d3cd882c46aab960]

        new version for SRC680

2007-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e359c6aaed8720110e5c97808627426c48856b7c]

        #i10000#: remove call to binfilter::SegementDescr()

2007-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [dddc4ebd3ef49f397a6e8b35c448028dbb9e1059]

        #i10000#: remove binfilter::SegementDescr()

2007-01-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [98623a1957f263c57a5c177dda5c790dc52708f3]

        #i73104#,#i10000#: lang->sal_Int32 for 64bit cleanliness

2007-01-04  Rüdiger Timm  <rt@openoffice.org>  [b683e864bb064f52774e2e6179b1a9ff2e6f894a]

        #i10000# include precompiled_scripting.hxx

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe461b82c8d89508330f7a476f64797b3b0b5bf]

        #i10000#: remove call to IsDirectionalSource() from debug code

2007-01-03  Vladimir Glazounov  <vg@openoffice.org>  [0c32b65af00bbd33712a57897b4975627a0f6c39]

        new version for SRC680

2007-01-03  Caolán McNamara  <cmc@openoffice.org>  [31b40e6d33aaa11d43c2e708786bd56783c1d641]

        #i68928# deliver the manifest as well for windows

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [f11a1861e2487e4863327a9893e8f9c5ce42a85a]

        #i72939#: clean up types (64bit clean)

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae2fe2ba49e3595c6336a57ecf37c6f17642a03e]

        SRC680

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9101f803cad3b027c92d03ca684f19a4c21af8ae]

        INTEGRATION: CWS sb67 (1.2.56); FILE MERGED 2006/12/12 16:10:01 sb 1.2.56.1: #i70884# Changed German resouce strings.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e25e40ae4ef53ed6f194a4e7951b43051c8a924]

        INTEGRATION: CWS sb67 (1.8.42); FILE MERGED 2006/12/13 15:00:14 sb 1.8.42.1: #i51501# rtl_createUuid now generates version 4 instead of version 1 UUIDs.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd94da27b4afb8d0467b5d99af12e0a9e7c5bb45]

        INTEGRATION: CWS sb67 (1.40.78); FILE MERGED 2006/12/12 14:47:37 sb 1.40.78.1: #i69162# Make sure blocks read are null terminated; patch supplied by cmc.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6c1dec05918cd1bc1bd3869687a87ee14577e3]

        INTEGRATION: CWS sb67 (1.31.62); FILE MERGED 2006/12/12 15:45:59 sb 1.31.62.2: #i71398# Fixed previous change (changed C++ comment to C comment). 2006/12/12 15:44:13 sb 1.31.62.1: #i71398# Added documentation.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e9fa7e339a1cd6cb2fec643715991bcf5057cec]

        INTEGRATION: CWS sb67 (1.7.188); FILE MERGED 2006/12/13 15:00:13 sb 1.7.188.1: #i51501# rtl_createUuid now generates version 4 instead of version 1 UUIDs.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a587a532e01149d1f98937d62112d13002dea37]

        INTEGRATION: CWS sb67 (1.3.28); FILE MERGED 2006/12/13 10:13:18 sb 1.3.28.1: #i72311# Throw UnknownPropertyException from add|removeProperty|VetoableChangeListener.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [afbd5a47eccbd0b95c5b00e236fcfc301e329b5d]

        INTEGRATION: CWS sb67 (1.4.26); FILE MERGED 2006/12/13 10:14:41 sb 1.4.26.1: #i72311# Throw UnknownPropertyException from add|removeProperty|VetoableChangeListener.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3ba0b010d93dfe691a12b7a5f253bb1c6bcbc6d]

        INTEGRATION: CWS sb67 (1.3.26); FILE MERGED 2006/12/13 10:14:41 sb 1.3.26.1: #i72311# Throw UnknownPropertyException from add|removeProperty|VetoableChangeListener.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [392ac36d42bb2092dacded0d9014e5630e058296]

        INTEGRATION: CWS sb67 (1.4.42); FILE MERGED 2006/12/13 10:14:40 sb 1.4.42.1: #i72311# Throw UnknownPropertyException from add|removeProperty|VetoableChangeListener.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [77d91ddc48530f8127bd1e85fbfc6b3c066eba20]

        INTEGRATION: CWS sb67 (1.3.114); FILE MERGED 2006/12/12 15:00:37 sb 1.3.114.1: #i70845# Mark assembly file to not need an executable stack; patch supplied by cmc.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae6f379fca5089129bb0bb2ad5071b82a1d3264]

        INTEGRATION: CWS configure20 (1.171.8); FILE MERGED 2006/12/19 18:59:43 rene 1.171.8.11: cairo 2006/12/19 18:41:18 rene 1.171.8.10: more description length fixes 2006/12/18 13:20:52 rene 1.171.8.9: #72721# check icu version 2006/12/18 13:08:39 rene 1.171.8.8: #i72719# make sure HOME is set #i72628# remove myspell stuff also from set_soenv.in... 2006/12/18 12:58:33 rene 1.171.8.7: #i72717# LANG=C 2006/12/18 12:07:31 rene 1.171.8.6: #i72628# remove --with-system-myspell, obsolete 2006/12/18 12:01:11 rene 1.171.8.5: RESYNC: (1.171-1.174); FILE MERGED 2006/11/24 13:16:46 rene 1.171.8.4: #i68908# fix --with-jdk-home comment 2006/11/22 14:00:57 rene 1.171.8.3: #i69892# add -n 2006/11/22 13:48:02 rene 1.171.8.2: #i68529# beautify descriptions 2006/11/22 12:57:35 rene 1.171.8.1: #i68531# remove :s

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [302477f249559056e395a72cf86abbb4178c84fc]

        INTEGRATION: CWS configure20 (1.20.50); FILE MERGED 2006/12/18 12:11:38 rene 1.20.50.1: #i72679# add Linux/SPARC

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [fea90002d7c4916b18f575b13be6d6097dee740b]

        INTEGRATION: CWS configure20 (1.32.10); FILE MERGED 2006/11/22 13:15:41 rene 1.32.10.1: #i71852# remove netbeans_integration, obsolete and binary-only

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [af71959433a1e55564aa23d3b11b702366587afc]

        INTEGRATION: CWS configure20 (1.124.6); FILE MERGED 2006/12/19 14:57:26 rene 1.124.6.7: move LANG=C setting into solenv 2006/12/19 14:08:31 rene 1.124.6.6: description, too 2006/12/19 14:02:08 rene 1.124.6.5: more s/Intel/X86/ 2006/12/18 13:08:41 rene 1.124.6.4: #i72719# make sure HOME is set #i72628# remove myspell stuff also from set_soenv.in... 2006/12/18 12:58:37 rene 1.124.6.3: #i72717# LANG=C 2006/12/18 12:01:26 rene 1.124.6.2: RESYNC: (1.124-1.128); FILE MERGED 2006/11/24 16:12:26 rene 1.124.6.1: #i71887# s/Intel/x86/

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6308022f9ec5132fbf809b16a921596dfbd6645b]

        INTEGRATION: CWS configure20 (1.187.6); FILE MERGED 2006/12/19 18:59:45 rene 1.187.6.11: cairo 2006/12/19 18:41:20 rene 1.187.6.10: more description length fixes 2006/12/18 13:20:54 rene 1.187.6.9: #72721# check icu version 2006/12/18 13:08:41 rene 1.187.6.8: #i72719# make sure HOME is set #i72628# remove myspell stuff also from set_soenv.in... 2006/12/18 12:58:36 rene 1.187.6.7: #i72717# LANG=C 2006/12/18 12:07:33 rene 1.187.6.6: #i72628# remove --with-system-myspell, obsolete 2006/12/18 12:01:20 rene 1.187.6.5: RESYNC: (1.187-1.190); FILE MERGED 2006/11/24 13:16:48 rene 1.187.6.4: #i68908# fix --with-jdk-home comment 2006/11/22 14:01:00 rene 1.187.6.3: #i69892# add -n 2006/11/22 13:48:05 rene 1.187.6.2: #i68529# beautify descriptions 2006/11/22 12:57:37 rene 1.187.6.1: #i68531# remove :s

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a9290a8a74f77859d69e353d78d9cda3a153b5a]

        INTEGRATION: CWS cmcfixes30 (1.23.4); FILE MERGED 2006/12/19 09:36:33 cmc 1.23.4.1: #i72739# boost build conditional

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9054dd4bae446b2e7f584d59217338c6ef388dea]

        INTEGRATION: CWS configure20 (1.12.36); FILE MERGED 2006/12/19 14:57:26 rene 1.12.36.1: move LANG=C setting into solenv

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f64537786b625caf3824c33379bf30c5a07e155]

        INTEGRATION: CWS configure20 (1.106.2); FILE MERGED 2006/11/22 13:03:05 rene 1.106.2.1: #i67211# fix gpc conditional for windows

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b7c8bedbccfad99d138e52383a87f573d616d9]

        INTEGRATION: CWS cmcfixes30 (1.77.376); FILE MERGED 2006/12/19 10:15:07 cmc 1.77.376.1: #i72614# crash in loading corrupt .doc

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0344627f1767512ef5097c08e3ed7500d223da]

        INTEGRATION: CWS cmcfixes30 (1.129.102); FILE MERGED 2006/12/19 10:15:07 cmc 1.129.102.1: #i72614# crash in loading corrupt .doc

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [6594a57e6e0fe0f52a8666688e121d7e2d5fe4a5]

        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>  [ca49a16cbe61baf644aadab3c92f93e4eae30f6a]

        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-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdd82fcf8e44f9284c192dca97de3e9814d22816]

        INTEGRATION: CWS cloph05 (1.7.6); FILE MERGED 2006/12/21 14:08:57 cloph 1.7.6.1: Issue number: #i#72840# without gnucp also when copying mozilla-files...

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cd8b9494570c510d056a4b8806295444da23b27]

        INTEGRATION: CWS cloph05 (1.61.22); FILE MERGED 2006/12/21 12:35:36 cloph 1.61.22.1: Issue number: #i#72840# Don't require gnu cp when building on Mac. The default (POSIX) cp works fine as well.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [707ea835b2d905a88da55059eb4efa12bfea9035]

        INTEGRATION: CWS cloph05 (1.128.2); FILE MERGED 2006/12/19 17:27:21 cloph 1.128.2.1: Issue number: #i72649# get rid of test_x in configure, append /usr/X11R6/bin to the path if xmkmf cannot be found without it (for nas)

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e28ecd48f7970cd5dc05cd1cf53c56c65097d2]

        INTEGRATION: CWS cloph05 (1.190.2); FILE MERGED 2006/12/21 22:09:18 cloph 1.190.2.3: Issue number: #i#72840# hide check-for-gnucp output 2006/12/21 12:35:35 cloph 1.190.2.2: Issue number: #i#72840# Don't require gnu cp when building on Mac. The default (POSIX) cp works fine as well. 2006/12/19 17:27:20 cloph 1.190.2.1: Issue number: #i72649# get rid of test_x in configure, append /usr/X11R6/bin to the path if xmkmf cannot be found without it (for nas)

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0361d470b924dbd73c68d87db22d71fc679ef5]

        INTEGRATION: CWS cloph05 (1.174.4); FILE MERGED 2006/12/21 22:09:53 cloph 1.174.4.2: Issue number: #i10000# regenerate configure for cloph05 2006/12/21 12:37:02 cloph 1.174.4.1: Issue number: #i#1000# regenerate configure for cloph05

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c3f71717f3371d94497434d4d56fde20f84d39]

        INTEGRATION: CWS cloph05 (1.40.8); FILE MERGED 2006/12/21 12:35:36 cloph 1.40.8.1: Issue number: #i#72840# Don't require gnu cp when building on Mac. The default (POSIX) cp works fine as well.

2007-01-03  Jens-Heiner Rechtien  <hr@openoffice.org>  [4933853e54a6e07aec870c20c0f47c1d27d1657e]

        INTEGRATION: CWS bfshrink01 (1.11.8); FILE MERGED 2006/12/07 13:02:13 cmc 1.11.8.2: #i64084# remove unused methods 2006/12/06 16:51:29 cmc 1.11.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6d13430184e65a646accf2c0c034996a4cae25]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/04 16:03:21 cmc 1.8.32.1: i64084# remove unused code

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e73b5f5981f96afd25d4b6fd2ee2630501659e]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/07 13:02:23 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [053d38777c6f2a1e116ee55419c85c22908d3795]

        INTEGRATION: CWS bfshrink01 (1.3.158); FILE MERGED 2006/12/07 13:02:23 cmc 1.3.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f41e154c94f44c9d335de45f587689ed6bf427fe]

        INTEGRATION: CWS bfshrink01 (1.4.112); FILE MERGED 2006/12/07 13:02:23 cmc 1.4.112.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ff9ed675132080be5fd6f1ac067a5750dc10c1a]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 16:51:37 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bd31af1f9fa94283f8c80e7f7635171e57cca4c]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 13:02:23 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45c68dc846006f1f08731642c18bf561366f7f96]

        INTEGRATION: CWS bfshrink01 (1.5.160); FILE MERGED 2006/12/07 13:02:23 cmc 1.5.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea587bd9a678963558f9ab1a2a2dbeba877a226a]

        INTEGRATION: CWS bfshrink01 (1.4.80); FILE MERGED 2006/12/07 13:02:23 cmc 1.4.80.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb2fd766452725ea0eebdf48d835b030ae72c8ea]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 13:02:22 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35875f7135564a0e722a1189f00aedd6731dbfc9]

        INTEGRATION: CWS bfshrink01 (1.4.160); FILE MERGED 2006/12/07 13:02:22 cmc 1.4.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ade899355e4ab2cebecf51b07bd792e78f540f]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/07 13:02:22 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7735607b28b684d70864e3d0a80f9f49ecad66cc]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 13:09:55 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8ef9ea4e8157ff4387e4d9cfcc57c5e21709b5d]

        INTEGRATION: CWS bfshrink01 (1.4.8); FILE MERGED 2006/12/05 13:09:55 cmc 1.4.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3b2b9e4e920d51293ba64541185f6694c058ce]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 13:09:55 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ab99905e301eb73bc71b204ab3ffe65a9c0244]

        INTEGRATION: CWS bfshrink01 (1.5.160); FILE MERGED 2006/12/07 13:02:22 cmc 1.5.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7897d63014df7f26b4d2d74d14ad187a0c2eed2]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 11:57:13 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71dc21d043d6fda154413afcb793179723bb6e68]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:22 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [560ebe4fd48a0fe3d0b78b75da38358a58470a7e]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 13:09:54 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85b2984c740ec911e6199b4d870d715c143fde2c]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 14:28:45 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [947e2f305c3109f3ea4ea0307da38ecb571c3f0f]

        INTEGRATION: CWS bfshrink01 (1.4.130); FILE MERGED 2006/12/07 14:28:45 cmc 1.4.130.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [89078e1c92bf2c50283418b80977e4d44f971e97]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 14:50:25 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c13a4bd47fc4381f5cc73df152aa1619cc3ca99]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/05 14:35:55 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [967db4c6abf5ff8255e546e7cd72ef660aa9e388]

        INTEGRATION: CWS bfshrink01 (1.4.14); FILE MERGED 2006/12/05 16:47:19 cmc 1.4.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84d3c9b0adb1c3879bf597fe657e7a9bfe69c75c]

        INTEGRATION: CWS bfshrink01 (1.3.158); FILE MERGED 2006/12/05 16:47:18 cmc 1.3.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc7b312e4b25a2842f147dfa19bf1f9858ccd8b]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 16:47:18 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a52f611235baf49cc56ccfee234b8c48d44e74]

        INTEGRATION: CWS bfshrink01 (1.4.128); FILE MERGED 2006/12/05 16:47:18 cmc 1.4.128.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24fc8e9db25a3b5493d9bba3246f5020aa5c6e1]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 16:47:18 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [88cf45c27397d9ef6d0d15361a2bf9b9949bc9de]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/05 16:47:18 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d78ded35628788f0a44afa6009469cc77dc72191]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/11 18:09:05 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dfe40832348f0b287d20aac1bd9a268013b4d2d]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:25 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d9c0a2247880efe2d208502ff8b497c9f649da]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:09:05 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [981dbeb949946f88bab6d5a9a113fca6208f66f2]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/13 15:11:32 cmc 1.3.160.2: #i64084# needed under windows after all 2006/12/06 14:50:25 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [868bf0f50c1e87a944c67372f2fa83402f9fdf8e]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/11 11:35:57 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92d1654e9a51f3773ca602d54fe4cfac1fd66bb3]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:09:05 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4488842323619b546fc234debf6b37790f438582]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/05 11:57:11 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a560da1da8cd668b6bba3aa4bde386bf17cb2a]

        INTEGRATION: CWS bfshrink01 (1.5.14); FILE MERGED 2006/12/06 14:50:25 cmc 1.5.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1beeca5ff61a4b17599e6a753a60c26c506a87f0]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:24 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7729ff956def78e500414c4c1a341a0dc9e0c18c]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 16:51:37 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d71ad65034b13f95598dd40dae5772219ed0cbb7]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:37 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1562f76caced497c5b0afd0dfb8a2ded7e105b44]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 14:50:24 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57397ca083e63d495cf70e62f26444faf440d76]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/06 16:51:37 cmc 1.7.14.2: #i64084# remove unused methods 2006/12/06 14:50:24 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae5559c2e5efe05b6a995d45a9cc7122554c7668]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:24 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [58c6a8403523646fba4d43e808226aa6710c7404]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/07 13:02:22 cmc 1.6.14.2: #i64084# remove unused methods 2006/12/06 14:50:24 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de7c7de568c0ac1eb8f43577defce5d6429cca0]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 14:50:23 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [44d681112ee392c2c78c9c8b93913517b1496250]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/06 14:50:23 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e1329ccce8b1ef0286ce21e6da990e5fc432001]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/05 16:47:17 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4eaf1ad2a4b9e42d77380b03d22bcd7b0f1d887]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:23 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6015d0187c1f47b51d61234bedd4142289b8568]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 14:50:23 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [723d5b69a04307caa3da81283b5fba0b9aecc7fa]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/06 14:50:23 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d905072be3dea2bfb1220ddec51dfbb606087c]

        INTEGRATION: CWS bfshrink01 (1.5.14); FILE MERGED 2006/12/06 14:50:22 cmc 1.5.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed52a01ab7039932fc68a9b13bbddf9321736bba]

        INTEGRATION: CWS bfshrink01 (1.10.8); FILE MERGED 2006/12/06 14:50:22 cmc 1.10.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3686308b13cef3b5b354b7ed3466c1b34d7e7078]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 14:50:22 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef79f4ee361030a754b8e20bd253183c3b6f605c]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:22 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c0b6368e39f358e8ff59bbeba7e97ad30c9bc85]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:09:05 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/06 14:50:22 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [54f7348dade43caa8c40d4ecb745dc75045edffe]

        INTEGRATION: CWS bfshrink01 (1.4.160); FILE MERGED 2006/12/05 14:35:55 cmc 1.4.160.3: #i64084# remove unused methods 2006/12/05 13:09:54 cmc 1.4.160.2: #i64084# remove unused methods 2006/12/05 11:57:11 cmc 1.4.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [75a08154057434fceacb6ad2c0e8af860810ead8]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/05 11:57:11 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dc843d39c8f76a95a17ab95fdb62dc5c8275129]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 13:09:54 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d7fa61a0e6dcfc295b8d38b48ac30e9f8f51b54]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 14:35:55 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d607aeec03a29a538a9eda7bc794a3cfd6cdbbd]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 14:35:54 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6846d9eaa560332da364ffc3ba5e68686f2123be]

        INTEGRATION: CWS bfshrink01 (1.3.158); FILE MERGED 2006/12/05 14:35:54 cmc 1.3.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd191aceeabdd127fc8390c92f352ccaeae2d67]

        INTEGRATION: CWS bfshrink01 (1.4.158); FILE MERGED 2006/12/05 16:47:17 cmc 1.4.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e39d1d0069d307267b569e3747b26ae7b1b6e7e]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 13:02:21 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4595d4858e132371d9f552d625005b100cd7ca]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 16:51:36 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ba281f023d59fe240d094121f2b991a21726d87]

        INTEGRATION: CWS bfshrink01 (1.7.44); FILE MERGED 2006/12/06 16:51:36 cmc 1.7.44.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71df5595c2420b2f28fcfcb05cc6100daec2de56]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:36 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d87e48a0915a77919486294fde96337bf84260]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:35 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8c0942787ed3013db90225200bb36c426565deb]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/06 16:51:35 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [55ad86da044c5ae4e58e2e0c798a0edbe161a49d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:35 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79184292c30bc18edd9c1b2afbc03dcaadc6c81f]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:45 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffceee7269634a5a6b99a16e449fd83f12b650b6]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:21 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d234f4e6d6d9aa5012fea84d9e8c6be02d678e1]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:09:05 cmc 1.7.32.3: #i64084# remove unused methods 2006/12/11 11:35:57 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/07 13:02:21 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a05f92639594daa6bb6f8d56d2419a372ac97b85]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:21 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4df2b06fd95289c9009f43cb19ed67b924f5788d]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 13:02:21 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [127a2b58fafeb0b34cc1054db26d732dd3fb9cef]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/07 13:02:20 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [748daacd6cb96a91e275897349382bf8b7412b72]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 15:30:30 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [15a4c99ac81b9ad78d104ca2ffaa678f1083fd70]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:20 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf5621dbc50156d1d6726caff19f983bbec3012c]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:20 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [791e9108e44a2f2e3529d86cb1ab8f5da0263769]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 18:09:05 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b07dc2ddce0363bab4f3c9ce6fcf0cd4404eaf4]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 16:47:17 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f70a43efda893fdcc70d85996a0f8db2685dc9b8]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/11 18:09:04 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe442f0a14541afd02f0a063c429c9f23f92572]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/11 18:09:04 cmc 1.5.8.2: #i64084# remove unused methods 2006/12/11 11:35:57 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [769f1dea31cbee958b17cbbb95c54bb382db6de5]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:09:04 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d07f0dd81e8360c0faea3d0ba2ab7e431560f6f7]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:09:04 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [896da56867a3eff7b335ab97f438877a3cdd80e3]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/11 18:09:03 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8d6fc18bca940b6b61ef964ad622f337eea2e63]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/07 13:02:19 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c52c42aeb6d3a03d2ba5283c6fcb68bab7befba]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 16:51:35 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [362ac55238262b4c17f9d425e1b1731d8c426818]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 11:57:10 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [765e136ff1b25761025d2903e4911fb2a06ec7a9]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 14:28:44 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1314975b44e5520ab39bf4538950e569bd6de11f]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 14:28:44 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b4c808da992334b38fadacdf3de6e725021dfa]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:09:03 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eb4682f3295fd7e9c57ad838365c66672c57659]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 14:28:44 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [732beba36af412f47f07506653e104c547ef6b81]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 14:28:44 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [938d17575880ff67c902ff1e9b6e5e9c4f19b6c9]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 14:28:43 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [053caff470bad069e1010ac69bd65cc937bf5870]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 15:30:30 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2a9c69747aa847962bb44829f019b1916c28a8e]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 15:30:30 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1174ec6397d1f044e33c3d14c84f7d7e6095964f]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:09:03 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/11 11:35:57 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/07 14:28:43 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a473ddd983e1c64d7d779f39b68b352388c47a]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:30 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba2a8c1e3b849cc26bcdea90f40793bac5533a7e]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 15:30:30 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a911b3dcd7fad032d6cc69b3595373f9ffee946]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 15:30:29 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d04c4877b9a8e163f5322bb26845bb1a65d9f2b]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:29 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce955254d6a893d0006d7f1af09bd6b650c2cb4]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 15:30:29 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0c5ca5111e783a536961878ae4353f7efdca72]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:43 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f7d70af420ad4755de8f9f567718ade194f859]

        INTEGRATION: CWS bfshrink01 (1.3.158); FILE MERGED 2006/12/11 11:35:56 cmc 1.3.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f140d0cfb11219e590be784c2940abd104eae473]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/11 11:35:56 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c3cc400be169d8dd1d1dc3cdfea5ed156da604]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 18:09:03 cmc 1.4.32.2: #i64084# remove unused methods 2006/12/11 11:35:56 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c253dbf856ce5748fdaa690466ca90a23c3237a3]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/11 11:35:56 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [222f45e95fb56298ba0f6ace48f368f44200114f]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afdce898d37ae012ef268ce3fc58835d372505e3]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 11:35:55 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3896993f635699b44ae8ac94a32c62fef61499de]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/11 11:35:55 cmc 1.3.160.2: #i64084# remove unused methods 2006/12/07 15:30:29 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95d8521f8d8b933f84ccecc1c19fc6bc84b349ad]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.6.32.4: #i64084# remove unused methods 2006/12/11 11:35:55 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/07 15:30:29 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/07 14:28:43 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e2d8509d1f1f092ac51901cc7463878478860b4]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/11 11:35:55 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c5af3c66e98adbe9c29a920377ac93de6a1224]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/11 11:35:55 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d39d7417cbad0cc5146f79c49339a6fdda7111d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:09:02 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/07 15:30:29 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1169117203ca9e87e82de5ad497e40d503282cbb]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:09:01 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/11 11:35:54 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e9ae44b1191833ac9323e46e58903bf7e7064a]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/13 14:30:52 cmc 1.5.8.2: #i64084# needed under windows after all 2006/12/11 18:09:01 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2777d327f0722ba7b0cae620e9d4b4b11218266]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/05 16:47:17 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b621479dfc13b026eaca4414b030992ccc5a4006]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/11 18:09:00 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [61ea6cd6de747b71735d1fd7bacc90f8b84b3833]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/11 18:08:59 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [debaa7aa0170f3e69f3d6a4603a0bbabb90812c7]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 09:46:58 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9c838b6af4ac81714dee1e80d236e72114242d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 13:09:53 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e745a14b47d4748bdfbf82cce9dcc29271032639]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:19 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [97e0f0a8b60cc0113830a18183bb60834a36f1b5]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:35 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a927a0fa3c94aea6edd5dad5ab841b221651a839]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:19 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c50dbfce4921623f1d0109a8d0ee877aec36564c]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 13:09:53 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5f044ae7e23ae04ad6c7159dc3efe930b714943]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 14:28:43 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f58f606db6031eac9da09111eb4ac4d43e051a18]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 13:09:52 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [05aee4159a158f41fdf53c486d35af0b3288cb37]

        INTEGRATION: CWS bfshrink01 (1.4.72); FILE MERGED 2006/12/05 12:00:07 cmc 1.4.72.1: #i72257# remove unused files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8efc82727a3c28756a2a1cac2a09b87f3a8a645]

        INTEGRATION: CWS bfshrink01 (1.2.160); FILE MERGED 2006/12/07 14:28:42 cmc 1.2.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3beb1f75c1fb5b9f51bd1f7d7983cd73e7022ca4]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 11:57:09 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [00979822729ec1d7b176eebf8e178be83037ab9e]

        INTEGRATION: CWS bfshrink01 (1.3.72); FILE MERGED 2006/12/05 11:57:09 cmc 1.3.72.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bed4d991e5a784c4fed4c9cc6313a97e7fda9d6]

        INTEGRATION: CWS bfshrink01 (1.4.72); FILE MERGED 2006/12/05 11:57:08 cmc 1.4.72.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd6c402e948761cf4bc66317a4f0a58032ee7fc]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 11:57:08 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4ff322b23c3193a59dd245a526f42fbf1392ae7]

        INTEGRATION: CWS bfshrink01 (1.4.72); FILE MERGED 2006/12/05 13:31:00 cmc 1.4.72.1: #i72257# remove unused files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [53add90db68971e0d1ccc5728994f490d0ca59e6]

        INTEGRATION: CWS bfshrink01 (1.3.72); FILE MERGED 2006/12/05 11:57:08 cmc 1.3.72.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cefe15908ba05eaf6e601add221757074a2b7c7]

        INTEGRATION: CWS bfshrink01 (1.5.8); FILE MERGED 2006/12/11 18:08:59 cmc 1.5.8.2: #i64084# remove unused methods 2006/12/07 13:02:18 cmc 1.5.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [359b7cc9bf9f184a85005bec17f914346da93082]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:18 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd330a5a358a4b1124beac5eed8e7439fec8b276]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 13:09:51 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a24915e085b6d59bfbdd0c10b62fa5fdad8f3a14]

        INTEGRATION: CWS bfshrink01 (1.2.160); FILE MERGED 2006/12/07 13:02:18 cmc 1.2.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d28db3905475bfae4f83e7ad09d8312f4dc7145]

        INTEGRATION: CWS bfshrink01 (1.2.160); FILE MERGED 2006/12/05 13:09:51 cmc 1.2.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ca82bdc77f4fcba3d1d5e4bf374c29943c9974]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/07 13:02:18 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5133234009e38ee7ce001d94ded453b1dda159c2]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:18 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bce3f0a742e3f0a79c677ca4a433477786cf770]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:17 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [57c61f2eb6709be3d0d1245a2b919089fbb90c74]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:17 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c4cc3be0cec0659d7cbaa70ac3f56f9a8be09e]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:17 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea04e4bf1a700fbd5f18a7cb13d5e583d916d78f]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 14:28:42 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcf5541d25721462a144942ef6134e3e34608c2d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 14:28:42 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c531448d2fa8e897efe230fd74d1372a1ee836]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/05 16:47:16 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4da0a75d77812351547b7c24c47b03c14c5667be]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 16:47:16 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2405fe3b3c710515d62364042f84d1c102ec7fb8]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:58 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8affeae8b9295cb822031cfa85510180f09570b]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:21 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/05 16:47:15 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa1c81a3920081a039bbb4a5cf33c253cde4de2]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:08:58 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e8d3fa3252d5680177085f19ba5b3a30871e77]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 17:20:47 cmc 1.5.32.3: #i64084# remove unused methods 2006/12/05 17:13:22 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/05 17:06:46 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae83bdd55e9225cc590447d9a7b6b076ca8ea616]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 14:50:21 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1740ff7a303495e1e6e06f9157d7895f3171e6]

        INTEGRATION: CWS bfshrink01 (1.10.14); FILE MERGED 2006/12/05 17:20:46 cmc 1.10.14.3: #i64084# remove unused methods 2006/12/05 17:13:21 cmc 1.10.14.2: #i64084# remove unused methods 2006/12/05 17:06:46 cmc 1.10.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [be0bb4dbcef63926a4c99a5b5e8bcd69a46f57ab]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 14:50:21 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cec42475244b5ff8aff9c514130fcbd8a88c630]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 16:47:15 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [47b784f996fbfe48d148bf3369181470dfdcbb40]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:21 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba9d877bd4d726e81d943442f755662168ceef82]

        INTEGRATION: CWS bfshrink01 (1.8.14); FILE MERGED 2006/12/11 18:08:58 cmc 1.8.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [78f50a19d5fe5ec296fbb0330eb4494b2ab70276]

        INTEGRATION: CWS bfshrink01 (1.9.12); FILE MERGED 2006/12/06 14:50:20 cmc 1.9.12.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6177308942d95773d8a4e32e9db11009810f6d96]

        INTEGRATION: CWS bfshrink01 (1.9.14); FILE MERGED 2006/12/06 14:50:20 cmc 1.9.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c91d731faa0f052a2f5c3ae869c6bcdb26d03032]

        INTEGRATION: CWS bfshrink01 (1.8.14); FILE MERGED 2006/12/05 09:46:58 cmc 1.8.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6730a0cc6c51cc8280637c5457687f78e644a20]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 16:47:15 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2eb9cf2450f7d728010691617d3ec996053fdc]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 14:35:53 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [303a615576abc8659e10d20be00120baaaca96fc]

        INTEGRATION: CWS bfshrink01 (1.8.8); FILE MERGED 2006/12/05 16:47:14 cmc 1.8.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9be955a2bc57e8f9729072a3e38073395de6f084]

        INTEGRATION: CWS bfshrink01 (1.9.8); FILE MERGED 2006/12/05 16:47:14 cmc 1.9.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebc7d4f21a1ec64264ef7eb621ae22e71e09e43a]

        INTEGRATION: CWS bfshrink01 (1.9.8); FILE MERGED 2006/12/11 18:08:57 cmc 1.9.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f6dcb6de31cc625fd9ab0e36899e66700f66833]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 16:47:14 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bff3bb49293c4f8f75ebd61bd3c912d3bf2ba50]

        INTEGRATION: CWS bfshrink01 (1.9.14); FILE MERGED 2006/12/06 16:51:34 cmc 1.9.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [db866deb8dc6b6e2c229241753e990278cce376f]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 14:35:53 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fe1c26ca49ae5db0c6acb306a86fdcebbf2e397]

        INTEGRATION: CWS bfshrink01 (1.8.14); FILE MERGED 2006/12/05 14:35:53 cmc 1.8.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [57e3a503bb47959787ea201330c2e538e1976b9f]

        INTEGRATION: CWS bfshrink01 (1.5.14); FILE MERGED 2006/12/13 15:11:32 cmc 1.5.14.3: #i64084# needed under windows after all 2006/12/06 14:50:19 cmc 1.5.14.2: #i64084# remove unused methods 2006/12/05 16:47:14 cmc 1.5.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7fb955f8f6ca75149b21a54462a8e433f18ba78]

        INTEGRATION: CWS bfshrink01 (1.4.158); FILE MERGED 2006/12/05 16:47:14 cmc 1.4.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ee6cbc9b2c6a902b6df8600c9430bd29465e41]

        INTEGRATION: CWS bfshrink01 (1.6.82); FILE MERGED 2006/12/05 16:47:13 cmc 1.6.82.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d71824c39713295cf35b7ba5015037cae6ef52]

        INTEGRATION: CWS bfshrink01 (1.4.158); FILE MERGED 2006/12/05 09:46:58 cmc 1.4.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a430ff41fa6d86b285726e42ea7c2bd65c0aaad6]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/05 16:47:13 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ddb3e582cb0b60aaab6aecd306d1ef3084d4a02]

        INTEGRATION: CWS bfshrink01 (1.9.14); FILE MERGED 2006/12/05 09:46:57 cmc 1.9.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ff18be1b7ae939b54393623379c9da092392e0e]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 16:47:13 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eb2686cef74b9d2940d33818dd946208966682a]

        INTEGRATION: CWS bfshrink01 (1.4.158); FILE MERGED 2006/12/05 16:47:13 cmc 1.4.158.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [19c586fe2afa82344037b3c55c2b435ad69e6107]

        INTEGRATION: CWS bfshrink01 (1.4.160); FILE MERGED 2006/12/11 11:35:54 cmc 1.4.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eeecadb048c92851bdbd02058029d4c72f3edeb]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 14:50:19 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1500bfa2a101fbff7c2d7e3e16ea9314b1c57002]

        INTEGRATION: CWS bfshrink01 (1.4.160); FILE MERGED 2006/12/11 18:08:57 cmc 1.4.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5149503b04afa15349dedaf23fcf15bbb19fcc73]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:18 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 17:06:45 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3784d1aeec5b97358e788dcd51d5c4e1327b2f20]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:18 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99f6acf5e3b73622ee1cb524942ec6b5be3a33a]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 17:06:45 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b2b669d7ceffb68f1a9558fd54919f44086b88e]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:18 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 09:46:57 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45a70d6dad7c625c2587abeb23b67307d4460fa6]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:34 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 17:06:45 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0addb56eb8c57c04057a37fd50b0485ffd3200ea]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:34 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5749d408806243f64ea6415c0a009ef58fb0da0d]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 14:50:18 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2e171261ca5b285ecb15ed4fd534e101328faf0]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/06 14:50:18 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ce5b35ec577b744e3cd567a6b691960a4fe0ac1]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:17 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92f66aa2a57ccb5648892e84a100d1af7ca33019]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 14:50:17 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbe69f4fb312f3ab0fefcf96825c76e4cea365ec]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 16:51:34 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [26aaab5350ec5a0cb2b518bc5be5bc5657de8b69]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:34 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/05 17:06:45 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5103452579b0a593485c61e97b19ae22c810302]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:34 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf3df674a3625c7d2cee92411adb7074e489fc19]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:17 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [626b5bc9cdcf0c78c5bb572b3e8f90159af88a12]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 14:50:16 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [639f387b6f82dfb7b623fcb8783d5a5233318b6b]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/05 11:57:07 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b50498df05fa6115375d7ea0fc3064de06ce247]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/06 14:50:16 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e141fb0e50cd1dfed848997be76a2ccb871128cf]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/04 14:32:20 cmc 1.7.14.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f53da8100b5edb6a758362644d4f5d4d8a25f0f5]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/07 13:02:17 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5593d100f7681cdc8b4f296f86d5bd0d5e34b58d]

        INTEGRATION: CWS bfshrink01 (1.12.32); FILE MERGED 2006/12/07 13:02:16 cmc 1.12.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [728d78ef270659b5067fc126513f33e4a98a7c09]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 16:51:33 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9562f23cb7db67f99e76e1a9391a472dededc829]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/07 13:02:16 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dcbbd809a7d96fc14b0f5c7dc398ec694538b06]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 16:51:33 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b4d404c33cfbcbb26a2a05ad2c02c8717bb161]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 13:02:16 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/06 16:51:33 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e8c387ab446f386e9f740f30fc4f3d7594b244]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:15 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb001bccbc29828bd42b7bbbdb289914631058f]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 16:51:33 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/05 09:46:56 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [360cd32c4041ea2aaf52443bbcd31ed58486c8a9]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 17:06:44 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [23219129c5527b123eb09994e4eab243acf124ec]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:57 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6399385d8025b6d0fb94c3e132e87899184c27]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:15 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [92bcb11a97d4eb9386309e7a0a0cc9ef5c5e7dde]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 14:50:15 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aba042015982787b5fdd720b8d8f3f8bd78b1e5]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/05 11:57:07 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [14ec30076c6b78f0a39ecf1a2412134d296700cd]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:32 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e157772f2721a9a521e6bc6023a0a88759d4c3]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 11:57:06 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [326d28d5f839a8cdd2f5e63710e552bf96dd146c]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:14 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdd94903f49ade6d68f0fcfa98e9669032e45ac]

        INTEGRATION: CWS bfshrink01 (1.9.8); FILE MERGED 2006/12/06 14:50:14 cmc 1.9.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c75dfb2c05e0dad94975f0231b4b70ed91442bbe]

        INTEGRATION: CWS bfshrink01 (1.8.14); FILE MERGED 2006/12/11 18:08:56 cmc 1.8.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [71a02d02ae08cdb7420d54bf0f9081389e4c5dd3]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/06 14:50:14 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [edd8f673e82f0f9415f3617d9075a1a005c852dd]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:14 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [418006152030c77c5567bf66e1e6c0af671d9397]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:13 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c76be644c16fb3570402d93bef9300b805b85a72]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:13 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9d6f6ad945e05e847b4a90fb0e661d0bfe17c2d]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 16:51:32 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6db03dd1a397523554308eeda05e5759aeabd3]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:12 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8b685550956b1f9e5584acce822a438d51485fc]

        INTEGRATION: CWS bfshrink01 (1.6.14); FILE MERGED 2006/12/06 14:50:12 cmc 1.6.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9300ef9328048c390415c087d3e2fd9978f879f3]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:12 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9608896c75f89f3a4a574d11d9bc9355c6831ea0]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:11 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d40d972fa9313d91a19347d4bdff972c3fda7f]

        INTEGRATION: CWS bfshrink01 (1.6.74); FILE MERGED 2006/12/04 14:32:20 cmc 1.6.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [289aa167a3a7dd06d67589ebd0e1d0557ae553c5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:11 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b506050fb9e68b598fec02c6541da7770f48e6]

        INTEGRATION: CWS bfshrink01 (1.10.14); FILE MERGED 2006/12/06 14:50:10 cmc 1.10.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [821ec0e2e166151ce78148d34d892525ea3150f6]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/07 13:02:16 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd03f5385a9dddb85d3dca9520753cd3d1661ae8]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/06 14:50:10 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a9e7584248e13fafe17611513adc82f9a3cc6eb]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/13 14:59:42 cmc 1.8.32.2: #i64084# needed under windows after all 2006/12/06 14:50:10 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a554233a94e18ae931ad832878d014b9a0f2213]

        INTEGRATION: CWS bfshrink01 (1.4.112); FILE MERGED 2006/12/06 14:50:10 cmc 1.4.112.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf5d88a39d096e61f7acce11a0ca07997d0c32b]

        INTEGRATION: CWS bfshrink01 (1.10.14); FILE MERGED 2006/12/06 14:50:09 cmc 1.10.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec8573dbe231629335503cca8a5564e4d4353688]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 14:50:09 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [311f98447ec7359ae44bee72c4f894b00779b1a0]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:09 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4fea3c3fc42dff8a9c92a212ba3fdbcc882518b]

        INTEGRATION: CWS bfshrink01 (1.11.32); FILE MERGED 2006/12/06 14:50:09 cmc 1.11.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e6ced35c1cc763f9390a62f81bf3796382f4ac]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 14:50:09 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [04114adcb91110d47294fc7220ac523d749e1615]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/06 16:51:32 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74d98ba3c3de45c2dd746054108e11516efeee4]

        INTEGRATION: CWS bfshrink01 (1.9.14); FILE MERGED 2006/12/06 14:50:09 cmc 1.9.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [694c3c32c0906a5e704d41de041c0a6824170ea1]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/06 14:50:09 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/05 11:57:06 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc94c2410cb46c4a4bf34ae63584db05ca92d5e9]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 09:46:56 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2e6c68960f32964cee32f0f73ca8bd8fab4dfc]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/05 11:57:06 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c061f78da37c6f5454c5f09e2841e22086175f83]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:08 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a3bb0262f183036fe8a9f5237cf1cceb10e0b95]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 14:50:08 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [619e63b02e8918fa2f746fa8dd503d2380af95bf]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 14:50:07 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eccd573f5cf4c30ffe5c86ee33a95082e4c1ab5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:07 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ca4095f803f57c696021c9a5f3aab6646a79a74]

        INTEGRATION: CWS bfshrink01 (1.6.74); FILE MERGED 2006/12/04 14:32:19 cmc 1.6.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [16feed92c3134bb29bbde6ba5ecde6596a633c04]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/06 14:50:07 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e54b9cdf408a120953bcbbf0be0e611b769a265b]

        INTEGRATION: CWS bfshrink01 (1.7.14); FILE MERGED 2006/12/11 18:08:56 cmc 1.7.14.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f2a1e1872c16358338a792dcc44841c52f2f747]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/06 16:51:32 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6f0fae80be546971b16f8a0f705bb34935779c]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 14:50:06 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [863efc13963e4ea3929343bade395a9018eb08b3]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/05 13:09:50 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee8a9cfd21a02e90caba1f1f2a9bec1eb94f128d]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/05 11:57:06 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0906fa44800ae6e4c5f19279345a0a3933442df]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/05 14:35:52 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb282b1ca8ea0af1b025d1a4ad8556e5fa9a82c5]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/05 14:35:52 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [219e0382d8da2389529f08780c2c2d3f554362fc]

        INTEGRATION: CWS smarttags (1.80.24); FILE MERGED 2006/12/21 13:05:38 jakob_lechner 1.80.24.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d15351cb2e2252b3c6107ade94e85526ddbab49d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 11:57:06 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [024f8079193d21688a6bc8c071cbaab188058b49]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 11:57:05 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b385d3666c429ee4de41e6473251f9f50fcf85d]

        INTEGRATION: CWS bfshrink01 (1.7.8); FILE MERGED 2006/12/05 14:35:52 cmc 1.7.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b0a67564360d43381b56862eadce1e8897a0bfb]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 16:47:12 cmc 1.5.32.3: #i64084# remove unused methods 2006/12/05 14:35:51 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/05 13:09:50 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [af75e1d3822b954843d8227873d7b17eb03c58f8]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:15 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/06 16:51:31 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1733bf1d506145415101de5eb6964f32320d172]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:31 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5af3c3156173d072fa67cf2629f80ff54986f0cf]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:15 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b8775c961a2f5d4dbc7db48d1f33c5780ea0919]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:31 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [890aba05e1a9232a1579b7b8f4f53b839ab72561]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:15 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/06 16:51:30 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4ae8a5fc58d74484b83bf3a6cd8e9c8a0e67240]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:30 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2790950194c95bfc1fa1571da5fa775f4c6a88]

        INTEGRATION: CWS bfshrink01 (1.9.8); FILE MERGED 2006/12/06 16:51:30 cmc 1.9.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f7f4a0bd15807062c2040125772961b12babbb2]

        INTEGRATION: CWS smarttags (1.74.108); FILE MERGED 2006/12/21 10:43:08 jakob_lechner 1.74.108.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60a77175a02b76a5d8569ee2a0404ee6f5d01db]

        INTEGRATION: CWS bfshrink01 (1.8.8); FILE MERGED 2006/12/06 16:51:30 cmc 1.8.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca8e86e01e43375f420c5a8f2a0610bee0396a5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:29 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e5de2a5f8176a26155c34654a1bd229f7849d96]

        INTEGRATION: CWS bfshrink01 (1.6.8); FILE MERGED 2006/12/06 16:51:29 cmc 1.6.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ec2ac57ab648501f86773e02ac1fa1ccba4261]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/06 16:51:29 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [471b73848bf4653360732973bb0aa21d88dd2702]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 11:57:05 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b8bb731a837a5ab71e73316d608054471864847]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 14:28:42 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b66d314dd314bc4a73e0fa2c195b6c72c8b483b]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:56 cmc 1.7.32.3: #i64084# remove unused methods 2006/12/11 11:35:54 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/07 13:02:15 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f582764bcca4bf587cd9534393a7830bfb1b1152]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 13:02:15 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f30dbbea57cc6b54013507c387df95f435c9e3fb]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 13:02:14 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [488a5687b65ef160b39bc5e9992ed35393996dcb]

        INTEGRATION: CWS bfshrink01 (1.10.32); FILE MERGED 2006/12/07 13:02:14 cmc 1.10.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82196bbb56710d1305ba5d40a811778895473e41]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:14 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4b3884e6c8684d42644a9933231bcf1f87a186b]

        INTEGRATION: CWS bfshrink01 (1.8.8); FILE MERGED 2006/12/07 13:02:14 cmc 1.8.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a61b6a6a67c3f016b82330b72e56e71ef6450d36]

        INTEGRATION: CWS bfshrink01 (1.9.8); FILE MERGED 2006/12/07 13:02:14 cmc 1.9.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7d961c608c9c81a3192029c64fe69829b769fe9]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:28 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [427cf20dd4ab0aefb5dbfc5d575f2adaac92e34f]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 13:02:14 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a07be8854d4dda0f49939da0a1d5a97b85d381]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 13:02:13 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a185edfdb863b52001690e34a18feeafc5462ab]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:13 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [63e31965b41441fa08ba691684f2919e9438fb08]

        INTEGRATION: CWS bfshrink01 (1.7.74); FILE MERGED 2006/12/04 14:32:17 cmc 1.7.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7f5ac0f4c3c72114cdc400e0680898828839df2]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:55 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cdab75afb0d95534060ef990085f1fc5a968a4f]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:08:55 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [46a12fea875f7936df016024149a8ccce01faec8]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:13 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb24661723f12f6291fca4001dff68d8a3da3ef9]

        INTEGRATION: CWS bfshrink01 (1.6.74); FILE MERGED 2006/12/04 14:32:16 cmc 1.6.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4720db7cb80ce5da814359545868bcfd1aee03d9]

        INTEGRATION: CWS bfshrink01 (1.4.160); FILE MERGED 2006/12/07 13:02:12 cmc 1.4.160.2: #i64084# remove unused methods 2006/12/06 16:51:28 cmc 1.4.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0094737411554eb9a85d24281951acd787d981eb]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:12 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/06 16:51:28 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [26bf43a9ace58450dd67008ce508c5b59d2011d6]

        INTEGRATION: CWS bfshrink01 (1.5.74); FILE MERGED 2006/12/04 14:32:15 cmc 1.5.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [68843dee201f6ca50ea2c17c488879ec85883327]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:54 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f99f3e7b3b96c09dc9d5ba0babb43f1a1d655de5]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:54 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c5ddf68dec9e4654408747ca729bd80b17cf90]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:08:54 cmc 1.8.32.2: #i64084# remove unused methods 2006/12/11 11:35:53 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [198e202191842f115581731e8147b7508cdd2287]

        INTEGRATION: CWS bfshrink01 (1.8.8); FILE MERGED 2006/12/11 18:08:54 cmc 1.8.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b92cf30f2cfc899aed9f4944cdcf775ce2d0e91]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:08:54 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [52469d2b45eee8111fb1a648e38e09c4297eefeb]

        INTEGRATION: CWS bfshrink01 (1.5.72); FILE MERGED 2006/12/04 14:32:14 cmc 1.5.72.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5c3a929a2057aa12032c73f2fd3a5fa13065daa]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:53 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bba3fda9a9df7994306c826cc7f23f0099d39ccd]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/11 18:08:53 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d951a3309506571f3a5b08550e0b2cde2437c57]

        INTEGRATION: CWS bfshrink01 (1.10.32); FILE MERGED 2006/12/11 18:08:53 cmc 1.10.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [50269a8d3d2a46a89ba1ec022b724a130dfb0091]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:53 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2614d205187c7988bd985a8cf6901cc477655eb]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:52 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0cd08487ca7bff4a7d8b5f3ecd230d035277d1d]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:52 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [378bb5e2e05cd9d8a063b45b5b2ac5e93625d24b]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/06 16:51:28 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c785e9a990e8540cc22f9591e6d495db6b326a4]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:12 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7818ad2fb2056ab433d17d64835c691356c8e039]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/04 14:32:13 cmc 1.7.32.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f386c2fcec121d3252240db9cc2ec34e2b94eca]

        INTEGRATION: CWS bfshrink01 (1.6.74); FILE MERGED 2006/12/04 14:32:13 cmc 1.6.74.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1b3c2e40107365943e5a1c93c78c83b52139ffa]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/04 14:32:11 cmc 1.7.32.1: #i72257# remove files that have no output

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a9f916ae076bdeea58ac4641ef4c6fb3d6c8f74]

        INTEGRATION: CWS bfshrink01 (1.3.160); FILE MERGED 2006/12/07 13:02:11 cmc 1.3.160.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a9ad73ab0872e1374d6951a406aa4411e1a096]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 13:02:11 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b7a6157e0f63f41d5e8bc60ac1f762f37955b46]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 13:02:11 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [43e2086219db56f589f67f5c17afd2e9ee53a5e8]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:41 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13de408f49729f4ab803b60c3eba14305a61c4f3]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 14:28:40 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2f282c483f2e6fe44626098a83682c2ba27cfe]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:52 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/11 11:35:53 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/07 13:02:10 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08e7853771488756cc45c8f6f9d3369084ecdc92]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:08:52 cmc 1.5.32.3: #i64084# remove unused methods 2006/12/11 11:35:53 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/07 13:02:10 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83db3270fa98e0cad4d92abf8b8b18eb97dbe1af]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:51 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cdab893c34ade0d01015c1f4fa5000384440bc5]

        INTEGRATION: CWS bfshrink01 (1.11.32); FILE MERGED 2006/12/07 14:28:40 cmc 1.11.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac4410ed1a6877eb5072dec1b500f0c210b276d1]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 13:02:09 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [967e555a7f79fbb23d0d5a6323c8f3ea3d950bb9]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 18:08:51 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fcaa49a052e7d17aa0563fb93cd17251d097c8e]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:08:51 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ecd83a51f83e9ca706871818a3d079416eda97e]

        INTEGRATION: CWS bfshrink01 (1.10.32); FILE MERGED 2006/12/11 18:08:51 cmc 1.10.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a49246d3fa5048197cfde92cbfea0cc181f8a3de]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:28 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd9b6d2c359194f0b310b4ddf80c6b436b3c2bd2]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 15:30:28 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c88b9e7b3101d7f35fa2ebe0683831f452c8259]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 09:46:56 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82a2feacee7ed806fa4d0657b7d1c8b52e0d5db0]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 11:35:52 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [80c0f7ab07c099d26fe437321fc11a16db96aa0a]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 11:35:52 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bfc685562fb3889b11989d52b5e6cf08cbeb671]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 14:28:38 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4650947c80f5d8cd330e7ea67dc0ae57debf8ff]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 15:30:27 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d96ab7f976d813667d35bfa66acc40076d9b0360]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/07 15:30:27 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e5b154cde4e7da6316402ccf16a72fe2e7a3d02]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 11:35:52 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [95391c3157349ccb20ab3d2d9e8b9e548ceb517b]

        INTEGRATION: CWS bfshrink01 (1.4.32); FILE MERGED 2006/12/11 11:35:51 cmc 1.4.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a6ed59beb9e369c691d7b3fa6e6cb5f757543d5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:27 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0445581e3f5cd45ce2c1d705b7f14e0aceb8ad77]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:26 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 09:46:55 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6574a78eed537788c135493955211835bff147ec]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 09:46:55 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d891ea235c8f410d5cd9e286e99ebb7cd8789d7]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 11:35:51 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/07 15:30:26 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f000948b8ced78fa3ec47f1581e3ec48ad60bc8]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 11:35:50 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 09:46:55 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c171ca3d270787ddc60445a5397d14db47d9fef]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:26 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 09:46:54 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [578ddf0cd8e2080848e7c62d85b6b97b8a13c791]

        INTEGRATION: CWS bfshrink01 (1.5.162); FILE MERGED 2006/12/07 15:30:26 cmc 1.5.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [023a5fe90fa34a314d149db429d8e15152a9a2e5]

        INTEGRATION: CWS bfshrink01 (1.4.162); FILE MERGED 2006/12/07 14:28:37 cmc 1.4.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25b55346e659206a0e09bdadf255c991a0020c87]

        INTEGRATION: CWS bfshrink01 (1.5.80); FILE MERGED 2006/12/07 14:28:37 cmc 1.5.80.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2324bbf1ac9fa24928a6438ef9f48c15e27dea9]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 15:30:25 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [87cafd5d576870ea4a6a8c9323f71a2cbb71a0af]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:37 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bea6134933078438d1d72d0240013137e10dd85]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 14:28:36 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4308a6290131805bebbc3da55bfea5ce882420e8]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/07 15:30:25 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae9ac3484071ab93399ad7fcd9e76eb086f5e689]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:36 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a1cd907bb823c41f72bb58c2cdb6c109d6350f]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 11:35:50 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [99c8c55d790266d22bbe3c59174ce6d9e7245a5c]

        INTEGRATION: CWS bfshrink01 (1.3.162); FILE MERGED 2006/12/07 15:30:25 cmc 1.3.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28973d65f69ba8ba1ecb4e2af70e446921cb845]

        INTEGRATION: CWS bfshrink01 (1.4.162); FILE MERGED 2006/12/07 14:28:36 cmc 1.4.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8df269747125f33275e107e71e71f9973c6d395]

        INTEGRATION: CWS bfshrink01 (1.5.162); FILE MERGED 2006/12/11 11:35:50 cmc 1.5.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f6711d1c00830f56f5ba60de0cf9c1657f19e5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:50 cmc 1.6.32.4: #i64084# remove unused methods 2006/12/11 11:35:50 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/07 15:30:25 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/07 14:28:36 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [895e2fa0fd8d70b96e0c9f0b6fee84f4511a1c4b]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 18:08:50 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/11 11:35:49 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/07 15:30:25 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8179bec2469213c4d1c8d670efc129bb1fcfbd51]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 15:30:24 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [41af158ee4a022dee2f4875d2d8c91f13e83a3a5]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 11:35:49 cmc 1.6.32.3: #i64084# remove unused methods 2006/12/07 15:30:24 cmc 1.6.32.2: #i64084# remove unused methods 2006/12/05 09:46:54 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd48bbace98f98d3dfe47636ea86a17ad42b235c]

        INTEGRATION: CWS bfshrink01 (1.10.32); FILE MERGED 2006/12/11 18:08:50 cmc 1.10.32.2: #i64084# remove unused methods 2006/12/11 11:35:49 cmc 1.10.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [85aef4fadf95cdfbbb2613e69b9b7712cf34e70a]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:50 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/11 11:35:49 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c939c942f52e394552bd42c3fd80eb98a79251fd]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/11 11:35:49 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [60716e8f351a2645adf41809e2a53f81de4c0ba3]

        INTEGRATION: CWS bfshrink01 (1.3.162); FILE MERGED 2006/12/11 18:08:50 cmc 1.3.162.3: #i64084# remove unused methods 2006/12/11 11:35:48 cmc 1.3.162.2: #i64084# remove unused methods 2006/12/07 15:30:24 cmc 1.3.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c47b335a1c04c4a88e26066e03cd89c1df59c10]

        INTEGRATION: CWS smarttags (1.98.24); FILE MERGED 2006/12/21 13:05:39 jakob_lechner 1.98.24.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4909a87834e7b7e94caf1370f41661f7984b01e9]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 14:28:35 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [42cd7aa8a072bff7bb58686863d9b2d33a55825a]

        INTEGRATION: CWS smarttags (1.79.44); FILE MERGED 2006/12/21 13:05:38 jakob_lechner 1.79.44.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3cb033ffb5445dac15dbad2aa87e25a4a952882]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [973ffbcfbb44a5f9211594770eae0cc56b4489e1]

        INTEGRATION: CWS smarttags (1.1.2); FILE ADDED 2006/12/21 13:05:38 jakob_lechner 1.1.2.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afeb0d63170ab569200258ee1a9fbf163cc6752]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.9.32.2: #i64084# remove unused methods 2006/12/07 14:28:35 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [82bce89b029c5006dec32d45fa8989687578d2bb]

        INTEGRATION: CWS smarttags (1.1.2); FILE ADDED 2006/12/21 13:05:37 jakob_lechner 1.1.2.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1cd0f38716bf77930122555feda93271b81728]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/07 14:28:35 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e78a8761cdd1ab4d744dbfbfa8417f213e9529]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 15:30:24 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd31a86689bd8cd289b76803bd4429fca64cd62]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/07 14:28:35 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6f475744208f0b37f4872d795cec362fd2b3e7d]

        INTEGRATION: CWS bfshrink01 (1.3.162); FILE MERGED 2006/12/11 11:35:48 cmc 1.3.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [693620c3e82b6d67c1d38879a6eaee7b67d2f16d]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.5.32.2: #i64084# remove unused methods 2006/12/11 11:35:48 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c7d83c98275db646351999d1e305ade431f9c2]

        INTEGRATION: CWS smarttags (1.66.26); FILE MERGED 2006/12/21 13:08:02 jakob_lechner 1.66.26.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba8285f4d678a20967618894ba1261873d12171e]

        INTEGRATION: CWS bfshrink01 (1.11.32); FILE MERGED 2006/12/11 11:35:48 cmc 1.11.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1de5816f8bb99836ae4c9a02dc54c1399069058c]

        INTEGRATION: CWS smarttags (1.56.22); FILE MERGED 2006/12/21 10:42:18 jakob_lechner 1.56.22.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e996bc3e93dd9603a1d1d408f446b4b7d6d86022]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/05 09:46:54 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [46d446a3c03ee204370584e25863ca52e68ef72b]

        INTEGRATION: CWS smarttags (1.28.110); FILE MERGED 2006/12/21 10:43:12 jakob_lechner 1.28.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [765de89e1cfb21dd73e5c7726a4fc2c972fe48b9]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 11:35:48 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [09cc1430f7038a7b415d803ad9ae1f8b83cbcd02]

        INTEGRATION: CWS smarttags (1.1.2); FILE ADDED 2006/12/21 10:43:12 jakob_lechner 1.1.2.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d27c27893366388fb24d7f5320e62d608752a56a]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 11:35:47 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ec89188c96f5a6f3ce182b75cc8ef1123e71044]

        INTEGRATION: CWS smarttags (1.1.2); FILE ADDED 2006/12/21 10:43:11 jakob_lechner 1.1.2.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a2479022dc84d6ebf8abc23beae313b6c907709]

        INTEGRATION: CWS bfshrink01 (1.12.32); FILE MERGED 2006/12/11 11:35:47 cmc 1.12.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b3c2963de2d53a9f084e38febd7b6a4ab23a55]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7ce974e5b65b36a3aff06bfcb5ac890bd27d3de]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c06edfcb53e49562225872ca5c55348dbe7501]

        INTEGRATION: CWS smarttags (1.46.18); FILE MERGED 2006/12/21 10:43:10 jakob_lechner 1.46.18.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [acac3be80f2c1d50945271a43d14953a44e421a1]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:49 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/11 11:35:47 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9446a5dcb2665996b088c676dd8cd86dbf1ba104]

        INTEGRATION: CWS smarttags (1.1.2); FILE ADDED 2006/12/21 10:43:10 jakob_lechner 1.1.2.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5365f6d8c2f0fe64adde97ea23ddedfe9749c9a]

        INTEGRATION: CWS smarttags (1.138.18); FILE MERGED 2006/12/21 10:43:10 jakob_lechner 1.138.18.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fb9e29b8188f3b0402965c9f7e421e09693e7aa]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/11 18:08:48 cmc 1.7.32.2: #i64084# remove unused methods 2006/12/07 15:30:23 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c295212b476e380999cc1fc18abe3e85186a6b2b]

        INTEGRATION: CWS smarttags (1.64.44); FILE MERGED 2006/12/21 10:43:09 jakob_lechner 1.64.44.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [259a80bbbc5b1cac9dbc47ee3e10a081327f7815]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/07 15:30:23 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [640116f7d5c9314c23f962cacae91d54df1a617e]

        INTEGRATION: CWS smarttags (1.9.514); FILE MERGED 2006/12/21 10:43:09 jakob_lechner 1.9.514.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb7c3bd4ad2f3f3537db14b647fde6230aab6ca0]

        INTEGRATION: CWS bfshrink01 (1.8.32); FILE MERGED 2006/12/11 11:35:46 cmc 1.8.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [698cfd60fe2ac329ad42b0b90c28cbc46c629bf3]

        INTEGRATION: CWS smarttags (1.65.108); FILE MERGED 2006/12/21 10:43:08 jakob_lechner 1.65.108.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c39681f1212333f0d63466789110b52406954a5f]

        INTEGRATION: CWS smarttags (1.22.110); FILE MERGED 2006/12/21 10:43:08 jakob_lechner 1.22.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37e4e3f2175c837c9f12c8deee2aab458b94a730]

        INTEGRATION: CWS smarttags (1.85.110); FILE MERGED 2006/12/21 10:43:07 jakob_lechner 1.85.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bbe59c115a9bba29f5fbc84b8f7500bb6f4c988]

        INTEGRATION: CWS smarttags (1.91.108); FILE MERGED 2006/12/21 10:43:07 jakob_lechner 1.91.108.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e104c3054a1d5da871c986e689afcca1b1b873ab]

        INTEGRATION: CWS smarttags (1.44.110); FILE MERGED 2006/12/21 10:43:07 jakob_lechner 1.44.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc30c2edc97cd5d376cd5c7e27bae3be57b88d6]

        INTEGRATION: CWS smarttags (1.51.84); FILE MERGED 2006/12/21 10:43:07 jakob_lechner 1.51.84.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [62a4e0dacff7b2a2ef188da0772f764d88f0802f]

        INTEGRATION: CWS smarttags (1.107.84); FILE MERGED 2006/12/21 10:43:07 jakob_lechner 1.107.84.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb3b7f25cce21f017ab69c24f117b74dce19e917]

        INTEGRATION: CWS smarttags (1.51.110); FILE MERGED 2006/12/21 10:43:06 jakob_lechner 1.51.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d875f9cf6d27d56a12c5b036764867f48cdc81]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/05 16:47:11 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a698b2958fb7bf6dae51be7a4ab4c41dd12cebd]

        INTEGRATION: CWS smarttags (1.75.82); FILE MERGED 2006/12/21 10:43:05 jakob_lechner 1.75.82.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb1f1705c50f070d3c3c7ee806c42a8f50c4881]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/11 18:08:47 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1df0ef304f1d6e952128434bc0a3bd7ad2aefa8]

        INTEGRATION: CWS smarttags (1.42.110); FILE MERGED 2006/12/21 10:43:05 jakob_lechner 1.42.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [502ae689def70ceb7e62a9458a0ec7d05db5f7bf]

        INTEGRATION: CWS smarttags (1.64.26); FILE MERGED 2006/12/21 10:43:05 jakob_lechner 1.64.26.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66a52ac5d464ec83844715eeed3cc5de2206ba0]

        INTEGRATION: CWS smarttags (1.48.110); FILE MERGED 2006/12/21 10:43:04 jakob_lechner 1.48.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aedd298f51f4a73d2be96f7bd11181c0a889c9c]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/11 18:08:46 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [158caee648e1bce81c1e3f4c440eca9823ac26a1]

        INTEGRATION: CWS smarttags (1.62.108); FILE MERGED 2006/12/21 10:43:04 jakob_lechner 1.62.108.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee250d4de4c0db972d63e3431c95bbc4bee7be16]

        INTEGRATION: CWS smarttags (1.50.130); FILE MERGED 2006/12/21 10:43:04 jakob_lechner 1.50.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7cdff66d527d2126b2c987e90d3486e9de7c353]

        INTEGRATION: CWS smarttags (1.18.130); FILE MERGED 2006/12/21 10:43:04 jakob_lechner 1.18.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec9896b6c5b8dbfd3aa24c7c25ad65e9965d6197]

        INTEGRATION: CWS smarttags (1.8.130); FILE MERGED 2006/12/21 10:43:04 jakob_lechner 1.8.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [76491e02247d4c5e949d327fade2f7aa87170a6b]

        INTEGRATION: CWS smarttags (1.11.130); FILE MERGED 2006/12/21 10:43:03 jakob_lechner 1.11.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbb26842c92fcf9a3dfaa7df2098d5c831c17b4b]

        INTEGRATION: CWS smarttags (1.36.130); FILE MERGED 2006/12/21 10:43:03 jakob_lechner 1.36.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a10a87e188701daa2717cbd35c1b041c6d41778e]

        INTEGRATION: CWS bfshrink01 (1.2.8); FILE MERGED 2006/12/11 18:08:45 cmc 1.2.8.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40be6c32cad01ca1fcb2a5ec767e7d3dfb594230]

        INTEGRATION: CWS smarttags (1.22.110); FILE MERGED 2006/12/21 10:43:03 jakob_lechner 1.22.110.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4ed7846c69d33d3e3a6e96676dac7c4bb231d2]

        INTEGRATION: CWS smarttags (1.30.48); FILE MERGED 2006/12/21 10:43:02 jakob_lechner 1.30.48.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ea5a7dc492f79da1fb43a20c711277967d7c96]

        INTEGRATION: CWS smarttags (1.51.44); FILE MERGED 2006/12/21 10:43:02 jakob_lechner 1.51.44.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bf1bbac9b8401e96903d953ce764be49bc690c1]

        INTEGRATION: CWS bfshrink01 (1.3.162); FILE MERGED 2006/12/11 18:08:44 cmc 1.3.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2623cac6fd18da2aa8aa630e799ddff88e5ca43a]

        INTEGRATION: CWS smarttags (1.56.108); FILE MERGED 2006/12/21 10:43:02 jakob_lechner 1.56.108.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cbdff1e086ce9a58b4eb11250e6a9d159f8dabb]

        INTEGRATION: CWS bfshrink01 (1.4.82); FILE MERGED 2006/12/11 18:08:44 cmc 1.4.82.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [519cafaa62b00aa1fb247059eb8ada25d7468643]

        INTEGRATION: CWS smarttags (1.10.530); FILE MERGED 2006/12/21 10:43:01 jakob_lechner 1.10.530.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d52c6c01309124481cdcf4b140158f92b7d69e9]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 11:57:03 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [477e2fcea445ad36cc09567b726d94a71a3935c1]

        INTEGRATION: CWS smarttags (1.18.44); FILE MERGED 2006/12/21 10:44:04 jakob_lechner 1.18.44.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbc55a98cba879b567ed3b0b6d7187d4e081e772]

        INTEGRATION: CWS bfshrink01 (1.9.32); FILE MERGED 2006/12/05 11:57:03 cmc 1.9.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3436f07b0bab9b14883977e96249a884c48d0b9c]

        INTEGRATION: CWS smarttags (1.10.602); FILE MERGED 2006/12/21 10:45:50 jakob_lechner 1.10.602.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99f7bc7e6057d8c73cef482c5badffab108a317]

        INTEGRATION: CWS bfshrink01 (1.5.32); FILE MERGED 2006/12/05 11:57:02 cmc 1.5.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7fbfeee8144f170d638a537402066a111be233f]

        INTEGRATION: CWS smarttags (1.45.128); FILE MERGED 2006/12/21 10:45:49 jakob_lechner 1.45.128.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3862d93ddb2bfc878e925366784e30dc0b0c9ac3]

        INTEGRATION: CWS bfshrink01 (1.14.32); FILE MERGED 2006/12/05 11:57:02 cmc 1.14.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0de4005988d9ce3436ad3008c84adcbe7601996]

        INTEGRATION: CWS smarttags (1.29.306); FILE MERGED 2006/12/21 10:45:49 jakob_lechner 1.29.306.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6572880468d9d2aa8f4ae46e492fcbab76d02b02]

        INTEGRATION: CWS bfshrink01 (1.7.32); FILE MERGED 2006/12/05 11:57:02 cmc 1.7.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [402f31a0ba0529f01ca223eaa7b0570dc6cee4c4]

        INTEGRATION: CWS smarttags (1.53.130); FILE MERGED 2006/12/21 10:45:49 jakob_lechner 1.53.130.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f31c160a5c7d823d8e23764fc2457f30c000be82]

        INTEGRATION: CWS bfshrink01 (1.3.162); FILE MERGED 2006/12/05 11:57:02 cmc 1.3.162.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1036535bca1222a3c73c465c22ff2681277ef8]

        INTEGRATION: CWS smarttags (1.36.84); FILE MERGED 2006/12/21 10:45:49 jakob_lechner 1.36.84.1: #i72705#: support for smarttags

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [150ecfd5bbefd8ae1694deefd5bb1f7045c4cf98]

        INTEGRATION: CWS bfshrink01 (1.4.112); FILE MERGED 2006/12/05 11:57:02 cmc 1.4.112.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ed760973d8bfbbd040e98678f362d55785cd74]

        INTEGRATION: CWS bfshrink01 (1.6.32); FILE MERGED 2006/12/05 11:57:01 cmc 1.6.32.1: #i64084# remove unused methods

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3bd30cce1ee8575b1cc987d59e0e3a70e8e6b66]

        INTEGRATION: CWS vistaready01 (1.18.120); FILE MERGED 2006/12/19 08:26:40 lla 1.18.120.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b22562c01033d9d1bd3e43247689fb3fd440c6]

        INTEGRATION: CWS vistaready01 (1.64.38); FILE MERGED 2006/11/14 12:48:15 lla 1.64.38.1: #i70927# add manifest

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [25cb82747be59d8244de35d05494d22e4ee2261d]

        INTEGRATION: CWS vistaready01 (1.49.18); FILE MERGED 2006/11/14 12:47:41 lla 1.49.18.1: #i70927# add manifest

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [33f8a4bf79ef617ffdf98d4a06862bd8f0f1c7f1]

        INTEGRATION: CWS vistaready01 (1.9.454); FILE MERGED 2006/12/19 08:26:40 lla 1.9.454.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3318aa8c65eb4f0a4b1276f6e3818e58c4beb5f0]

        INTEGRATION: CWS vistaready01 (1.6.550); FILE MERGED 2006/12/19 08:26:40 lla 1.6.550.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b8fe56bce5bac876950fb7bc54ddb11cf3a2f0b]

        INTEGRATION: CWS vistaready01 (1.171.6); FILE MERGED 2006/12/19 08:23:15 lla 1.171.6.1: #i70927# add information to change filedialog quality on Windows XP Theme

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1fbb12aedeaf702b301a67c8f49025e7720a79f]

        INTEGRATION: CWS vistaready01 (1.9.454); FILE MERGED 2006/12/19 08:26:39 lla 1.9.454.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [51da36855736b913c6cfceab179efba33aba84f3]

        INTEGRATION: CWS vistaready01 (1.10.454); FILE MERGED 2006/12/19 08:26:39 lla 1.10.454.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [937081da7d14a43be8b31110987847124ecbe48b]

        INTEGRATION: CWS vistaready01 (1.9.454); FILE MERGED 2006/12/19 08:26:38 lla 1.9.454.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf3570774433c56f5970477c390cf071b1ae2ee9]

        INTEGRATION: CWS vistaready01 (1.4.454); FILE MERGED 2006/12/19 08:26:38 lla 1.4.454.1: #143482# add Default Program Feature

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceaa09dcc8c3cf033c925298f40af7806f1d9bdd]

        INTEGRATION: CWS vistaready01 (1.9.60); FILE MERGED 2006/11/17 10:27:45 as 1.9.60.1: #i71526# new thumbnail resolution is 256

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eb17b64b03c5b15e84383534d5be414ab2ef5df]

        INTEGRATION: CWS vistaready01 (1.5.62); FILE MERGED 2006/12/08 12:52:19 lla 1.5.62.1: #i72391# bring tests up to date

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1b0f7fddf73299d8093c042c558a34814b5adc6]

        INTEGRATION: CWS vistaready01 (1.5.22); FILE MERGED 2006/12/08 12:52:19 lla 1.5.22.1: #i72391# bring tests up to date

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7758cc489fdcb0509f40e15af9b9b8317cb8f006]

        INTEGRATION: CWS vistaready01 (1.4.22); FILE MERGED 2006/12/08 12:52:19 lla 1.4.22.1: #i72391# bring tests up to date

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f57a5a1709f215476720500e4496159e62377da]

        INTEGRATION: CWS vistaready01 (1.6.22); FILE MERGED 2006/12/08 12:45:41 lla 1.6.22.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f990aeeb868b5e4c1238685873f808d885380cdd]

        INTEGRATION: CWS vistaready01 (1.6.22); FILE MERGED 2006/12/08 12:45:40 lla 1.6.22.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf018aef38a33f977ffd1097c540ae6cb612a712]

        INTEGRATION: CWS vistaready01 (1.5.22); FILE MERGED 2006/12/08 12:45:40 lla 1.5.22.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [90543f95739b980fb6672ed77becf266d3282159]

        INTEGRATION: CWS vistaready01 (1.4.120); FILE MERGED 2006/12/08 12:45:40 lla 1.4.120.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b72bb8955f808bce1f810557821cc5b193ada16]

        INTEGRATION: CWS vistaready01 (1.8.120); FILE MERGED 2006/12/08 12:45:39 lla 1.8.120.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcd65270036e8b5195ed71ae8b2140755b669f22]

        INTEGRATION: CWS vistaready01 (1.5.56); FILE MERGED 2006/12/08 12:45:04 lla 1.5.56.1: #i72391# version check wrong

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d044cd11a5d2a9a9d55fb4b66cb7a5e989d8eef]

        INTEGRATION: CWS vistaready01 (1.7.120); FILE MERGED 2006/12/15 09:56:31 is 1.7.120.1: #144340# replacing variables in name and value

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [885a02a567d52e6b0d7e033d6a88def46c0afba5]

        INTEGRATION: CWS vistaready01 (1.9.14); FILE MERGED 2006/11/17 08:18:23 lla 1.9.14.1: #i71290# problem with GetVersion

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [500b83b42c7a6218141f3ea11d79c117d33e6af7]

        INTEGRATION: CWS vistaready01 (1.14.14); FILE MERGED 2006/11/07 12:43:25 lla 1.14.14.1: #i71290# wrong check for Windows2000Platform fixed

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f442c886f616a233f3e1d2e427eff978aae660]

        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>  [3ae0bcf7fcb2c7592133ce308abbfa8e9233ef18]

        INTEGRATION: CWS ab31 (1.44.10); FILE MERGED 2006/12/13 08:34:18 ab 1.44.10.1: #i71410# Register string resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e035418a45d2b760664510bd56fb7f8d1467a1]

        INTEGRATION: CWS ab31 (1.172.12); FILE MERGED 2006/12/19 15:28:48 ab 1.172.12.1: #i72282# Insert new BasicIDE toolbar xml files into patch

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [615880ea78a3042a8d8001aa4c0f1499281ea543]

        INTEGRATION: CWS ab31 (1.214.12); FILE MERGED 2006/12/13 08:34:18 ab 1.214.12.1: #i71410# Register string resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f5b3b81607926396375804d7168b12b47f0eb22]

        INTEGRATION: CWS ab31 (1.5.72); FILE MERGED 2006/12/14 11:10:04 ab 1.5.72.1: #i72282# Use StringResourceManager to get/set localized properties

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [172a7ec304f678ce204488b38f311420358b87df]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/06 11:51:14 pb 1.1.2.1: fix: #i72282# new translation toolbar

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e135a495b8f03c198abfcaed7bf59641e7e1ab2]

        INTEGRATION: CWS ab31 (1.7.176); FILE MERGED 2006/12/06 11:49:54 pb 1.7.176.1: fix: #i72282# ManageLanguage added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f24c9e7af5c0f4d13426357ab286f62bd53bf9]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/14 12:58:51 pb 1.1.2.4: fix: #i72282# new: struct LanguageEntry + extern localsAreEqual() 2006/12/13 17:07:12 pb 1.1.2.3: fix: #i72282# more member and methods 2006/12/07 08:21:16 pb 1.1.2.2: fix: #i72282# use SvxLanguageBox 2006/12/06 15:18:21 pb 1.1.2.1: fix: #i72282# new managing languages dialogs

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [974a1dfe24bafade98745145bb0fb401a147b877]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/18 15:40:20 ab 1.1.2.5: #i72282# Save and reset current locale before/after Basic run 2006/12/15 14:01:59 ab 1.1.2.4: #i72282# New method LocalizationMgr::handleTranslationbar() 2006/12/13 18:38:48 pb 1.1.2.3: fix: #i72282# forward SfxObjectShell 2006/12/13 11:17:17 ab 1.1.2.2: #i72282# Delete resources for deleted controls 2006/12/13 08:50:17 ab 1.1.2.1: #i72282# class LocalizationMgr

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f17dbaf2b7679876b8dee6a5e975e2b0a511b49a]

        INTEGRATION: CWS ab31 (1.7.130); FILE MERGED 2006/12/13 17:05:38 pb 1.7.130.2: fix: #i72282# RID_STR_TRANSLATION_... added 2006/12/06 15:16:59 pb 1.7.130.1: fix: #i72282# resids for managing languages dialogs added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a90b3122bc8a3a5ca4bf8a74931f98f5ba9b9799]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/21 13:54:53 ab 1.1.2.10: #i72282# Changed sizes in Manage Locales dialog 2006/12/20 16:25:19 ab 1.1.2.9: #i72282# Fixed German STR_ADDLANG_INFO string 2006/12/20 15:57:54 ab 1.1.2.8: #i72282# Removed duplicate space 2006/12/20 15:11:03 ab 1.1.2.7: #i72282# Fixed label size 2006/12/20 14:23:44 ab 1.1.2.6: #i72282# Fixed dialog sizes and resource strings 2006/12/20 11:46:54 ab 1.1.2.5: #i72282# Fixed german resource string 2006/12/19 14:47:33 ab 1.1.2.4: #i72282# Fixed wrong strings 2006/12/14 13:09:49 pb 1.1.2.3: fix: #i72282# more space for info text 2006/12/13 17:07:52 pb 1.1.2.2: fix: #i72282# more member and methods 2006/12/06 15:19:51 pb 1.1.2.1: fix: #i72282# new managing languages dialogs

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2baff1aa8d3b3dbf2e5e864675fac3685531319]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/21 13:54:52 ab 1.1.2.6: #i72282# Changed sizes in Manage Locales dialog 2006/12/20 14:23:44 ab 1.1.2.5: #i72282# Fixed dialog sizes and resource strings 2006/12/14 17:52:50 pb 1.1.2.4: fix: #i72282# new sizes 2006/12/14 13:09:49 pb 1.1.2.3: fix: #i72282# more space for info text 2006/12/13 17:07:52 pb 1.1.2.2: fix: #i72282# more member and methods 2006/12/06 15:19:51 pb 1.1.2.1: fix: #i72282# new managing languages dialogs

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd5d6acb4abb1f7670afc2f81b4938dc82d5b3a]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/15 07:42:27 pb 1.1.2.7: fix: #i72282# 'Set Default' mode: preselect current UI language 2006/12/14 17:52:01 pb 1.1.2.6: fix: #i72282# change help id in 'Add Interface Language' mode 2006/12/14 13:01:06 pb 1.1.2.5: fix: #i72282# more implemented 2006/12/13 19:30:57 pb 1.1.2.4: fix: #i72282# enable MultiSelection for Delete 2006/12/13 17:07:52 pb 1.1.2.3: fix: #i72282# more member and methods 2006/12/07 08:22:08 pb 1.1.2.2: fix: #i72282# use SvxLanguageBox 2006/12/06 15:19:51 pb 1.1.2.1: fix: #i72282# new managing languages dialogs

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [79bd7d6f165b4f4a5a0f4416e328bbb2caad4de8]

        INTEGRATION: CWS ab31 (1.6.54); FILE MERGED 2006/12/06 15:22:06 pb 1.6.54.1: fix: #i72282# managelang.obj,.src added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c2060f329abca4cfdbdd7d371bade0092b8ff8]

        INTEGRATION: CWS ab31 (1.41.30); FILE MERGED 2006/12/13 08:57:01 ab 1.41.30.1: #i72282# LocalizationMgr support

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca72e65e99075e832a19b13cbd66d9db731a1856]

        INTEGRATION: CWS ab31 (1.40.30); FILE MERGED 2006/12/21 12:53:58 ab 1.40.30.2: #i72282# Set StringResourceResolver at cloned dialog 2006/12/13 11:15:13 ab 1.40.30.1: #i72282# Delete resources for deleted controls

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [63dd1603fa59a73accf2db8da42535f025a0c0d0]

        INTEGRATION: CWS ab31 (1.22.130); FILE MERGED 2006/12/13 08:52:59 ab 1.22.130.1: #i72282# localizationmgr.cxx

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d3bf91b04f17f6b3d7b016cf4dd61965630f87]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/18 13:54:43 ab 1.1.2.6: #i72282# Save and reset current locale before/after Basic run 2006/12/18 13:30:23 ab 1.1.2.5: #i72282# Update property browser after locale change 2006/12/15 14:02:40 ab 1.1.2.4: #i72282# New method LocalizationMgr::handleTranslationbar() 2006/12/15 09:51:33 ab 1.1.2.3: #i72282# Update slots 2006/12/13 11:16:55 ab 1.1.2.2: #i72282# Delete resources for deleted controls 2006/12/13 08:52:14 ab 1.1.2.1: #i72282# class LocalizationMgr

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0c871492b46518d105e53d858047713e6f7ef1e]

        INTEGRATION: CWS ab31 (1.36.32); FILE MERGED 2006/12/13 08:55:41 ab 1.36.32.1: #i72282# LocalizationMgr support

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee4f71a3a2886266d372e1e24d8031c4527d02b]

        INTEGRATION: CWS ab31 (1.104.84); FILE MERGED 2006/12/13 17:03:19 pb 1.104.84.1: fix: #i72282# RID_STR_TRANSLATION_... added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e858cdd5edb0dc6c8e6067d9c72d3566acb1079b]

        INTEGRATION: CWS ab31 (1.38.32); FILE MERGED 2006/12/18 13:54:43 ab 1.38.32.9: #i72282# Save and reset current locale before/after Basic run 2006/12/18 13:30:23 ab 1.38.32.8: #i72282# Update property browser after locale change 2006/12/15 14:03:37 ab 1.38.32.7: #i72282# New method LocalizationMgr::handleTranslationbar() 2006/12/15 10:17:36 ab 1.38.32.6: #i72282# Remove language toolbar for not localized libraries 2006/12/14 12:54:22 pb 1.38.32.5: fix: #i72282# invalidate _CURRENT_LANG 2006/12/14 11:19:44 ab 1.38.32.4: #i72282# Update slots 2006/12/13 16:56:17 pb 1.38.32.3: fix: #i72282# LangBoxControl -> LanguageBoxControl 2006/12/13 08:55:41 ab 1.38.32.2: #i72282# LocalizationMgr support 2006/12/07 08:24:04 pb 1.38.32.1: fix: #i72282# register LangBoxControl

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce378fbcffa26748d8b11044d31aaf9cde06590]

        INTEGRATION: CWS ab31 (1.14.32); FILE MERGED 2006/12/13 08:55:40 ab 1.14.32.1: #i72282# LocalizationMgr support

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [57286cdeb47c14bc0ca69a859c4c28a392bbc513]

        INTEGRATION: CWS ab31 (1.47.32); FILE MERGED 2006/12/15 10:21:24 ab 1.47.32.5: #i72282# GetState(): Fill current lang slot with string representing all locales to force update 2006/12/14 12:57:20 pb 1.47.32.4: fix: #i72282# invalidate _CURRENT_LANG 2006/12/14 11:19:44 ab 1.47.32.3: #i72282# Update slots 2006/12/13 20:14:13 pb 1.47.32.2: fix: #i72282# new interface used 2006/12/06 15:28:26 pb 1.47.32.1: fix: #i72282# execute SID_BASICIDE_MANAGE_LANG

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a10279ac5caacf019e135c23b2cfc54dc3f172]

        INTEGRATION: CWS ab31 (1.5.106); FILE MERGED 2006/12/14 12:48:52 pb 1.5.106.3: fix: #i72282# more implemented 2006/12/13 16:58:10 pb 1.5.106.2: fix: #i72282# class BasicLanguageBox added 2006/12/07 08:23:30 pb 1.5.106.1: fix: #i72282# new class LangBoxControl

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d5e3737d40175c24726eb6b608ee46b5460e681]

        INTEGRATION: CWS ab31 (1.10.32); FILE MERGED 2006/12/15 09:50:50 ab 1.10.32.6: #i72282# BasicLanguageBox sets current, not default language 2006/12/15 08:00:15 pb 1.10.32.5: fix: #i72282# disable LanguageBox is necessary 2006/12/14 17:48:43 pb 1.10.32.4: fix: #i72282# LanguageBox more wider 2006/12/14 12:48:51 pb 1.10.32.3: fix: #i72282# more implemented 2006/12/13 16:58:10 pb 1.10.32.2: fix: #i72282# class BasicLanguageBox added 2006/12/07 08:23:38 pb 1.10.32.1: fix: #i72282# new class LangBoxControl

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3968d3bf5b747f924cb18ca7a1f070a3555d677]

        INTEGRATION: CWS ab31 (1.12.72); FILE MERGED 2006/12/07 07:52:30 pb 1.12.72.2: fix: #i72282# GetState for _MANAGE_LANG 2006/12/06 15:31:08 pb 1.12.72.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [78d2a19f06d9f15f076ab2ae70d403cb55c9ffbe]

        INTEGRATION: CWS ab31 (1.4.130); FILE MERGED 2006/12/13 16:50:27 pb 1.4.130.1: fix: #i72282# helpids for translation tools

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ce9ce5786907482bfcff3e266ac065083c772b]

        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>  [b2148349a0070012884e5b33dfdb8ffe93ecbe72]

        INTEGRATION: CWS ab31 (1.69.456); FILE MERGED 2006/12/14 13:35:59 pb 1.69.456.2: fix: #i72282# CURRENT_LANG: AutoUpdate=TRUE 2006/12/06 11:12:24 pb 1.69.456.1: fix: #i72282# SID_BASICIDE_MANAGE_LANG, _CURRENT_LANG added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fdad1289c2baf2934097c0937b2184a89cf7e0a]

        INTEGRATION: CWS ab31 (1.5.116); FILE MERGED 2006/12/07 07:42:44 ab 1.5.116.2: #i71410# Changes in naming and comments 2006/11/10 12:55:22 ab 1.5.116.1: #i71410# Interface and Service specifications for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d6d471a0c4e54655ced56e39b3eb46707ae6529]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:42:44 ab 1.1.2.3: #i71410# Changes in naming and comments 2006/11/24 07:27:42 ab 1.1.2.2: #i71410# Design changes 2006/11/10 12:39:04 ab 1.1.2.1: #i71410# Interface for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fc4c595068a658c6b58cba67aea1f6a0775cceb]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:39:24 ab 1.1.2.1: #i71410# Interface for a resource bound to a location

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [19fad2d0e5b31d15ac9cef3b8c1a9e7f96d58226]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:37:57 ab 1.1.2.1: #i71410# Interface to provide access to a resource interface

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2488f20996053d43e3d78d06bcb346c3709d9077]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/11/24 07:27:42 ab 1.1.2.2: #i71410# Design changes 2006/11/10 12:38:34 ab 1.1.2.1: #i71410# Interface for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6883d64e7e1a93ebbcd0e4734f35fc7e3af45292]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:41:24 ab 1.1.2.3: #i71410# New method getUniqueNumericId 2006/11/24 07:27:41 ab 1.1.2.2: #i71410# Design changes 2006/11/10 12:38:44 ab 1.1.2.1: #i71410# Interface for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [141e506301dbfe06ca95deef76064836e3e9395e]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:42:43 ab 1.1.2.3: #i71410# Changes in naming and comments 2006/11/24 07:27:41 ab 1.1.2.2: #i71410# Design changes 2006/11/10 12:43:10 ab 1.1.2.1: #i71410# Service specification for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a97b980044cb5167545fbcf97785c88ec55becb3]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 07:42:43 ab 1.1.2.3: #i71410# Changes in naming and comments 2006/11/24 07:27:41 ab 1.1.2.2: #i71410# Design changes 2006/11/10 12:43:00 ab 1.1.2.1: #i71410# Service specification for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7edef00c333a42ee93acbe3edecbc2a2d52f350c]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/11/10 12:42:50 ab 1.1.2.1: #i71410# Service specification for String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a155f7f65f418b33f3c09c8abb5ba99863033abd]

        INTEGRATION: CWS ab31 (1.3.8); FILE MERGED 2006/12/14 11:14:42 ab 1.3.8.2: #i72282# Support renaming of localized libraries 2006/12/07 08:33:53 ab 1.3.8.1: #i72346# StringResource support for dialog libraries

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [340ba557f358b8532378917943fce6f30151744b]

        INTEGRATION: CWS ab31 (1.3.8); FILE MERGED 2006/12/14 11:14:41 ab 1.3.8.2: #i72282# Support renaming of localized libraries 2006/12/07 08:33:53 ab 1.3.8.1: #i72346# StringResource support for dialog libraries

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e74dca6fc4826cb0d70f07c9c2a52c78f68dc4]

        INTEGRATION: CWS ab31 (1.2.8); FILE MERGED 2006/12/15 10:23:36 ab 1.2.8.3: #i72346# Preselect current UI language 2006/12/14 11:14:41 ab 1.2.8.2: #i72282# Support renaming of localized libraries 2006/12/07 08:33:53 ab 1.2.8.1: #i72346# StringResource support for dialog libraries

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04b0bffcfbcf2de3e3233acb81701e29de9a767]

        INTEGRATION: CWS ab31 (1.2.8); FILE MERGED 2006/12/14 11:13:42 ab 1.2.8.2: #i72282# Support renaming of localized libraries 2006/12/07 08:10:07 ab 1.2.8.1: #i72346# StringResource support for dialog libraries

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [afc7e217f099167ffd614a2ea5560d0b2dfed2c7]

        INTEGRATION: CWS ab31 (1.2.8); FILE MERGED 2006/12/14 11:13:42 ab 1.2.8.2: #i72282# Support renaming of localized libraries 2006/12/07 08:10:06 ab 1.2.8.1: #i72346# StringResource support for dialog libraries

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1801403b5f02914c1fa8d6acceb3231635698e]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/12 11:45:21 pb 1.1.2.1: fix: #i72282# icon for ManageLanguage (DialogEditor)

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d391a80998f31563b41e9b3dee8e3c8ffe749bb3]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/12 11:45:11 pb 1.1.2.1: fix: #i72282# icon for ManageLanguage (DialogEditor)

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [918a7ca1b952f3487c487b066ab4c4b6efc1b3ad]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/12 11:33:21 pb 1.1.2.1: fix: #i72282# icon for ManageLanguage (DialogEditor)

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dff31ab301a14f723c61b4616a7812bf21cc02c]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/12 11:33:10 pb 1.1.2.1: fix: #i72282# icon for ManageLanguage (DialogEditor)

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c13e6ed9543720c3a2adb10b648917ee1edea258]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/11/10 13:40:58 ab 1.1.2.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b173204c0ce9e81792b5ffbefc3fa67e46b47cc2]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/11/10 13:41:07 ab 1.1.2.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f181264b5104631c1ed523f0dee769ca98cf7a87]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/14 10:53:09 ab 1.1.2.6: #i71410# Delete files in old folder in setURL() 2006/12/13 10:15:09 ab 1.1.2.5: #i71410# Remove Linux compiler warnings 2006/12/07 09:08:58 ab 1.1.2.4: #i71410# Interface changes and extensions 2006/11/24 07:35:47 ab 1.1.2.3: #i71410# Persistance implementation 2006/11/10 13:41:47 ab 1.1.2.2: #i71410# Fixed some problems 2006/11/10 13:25:44 ab 1.1.2.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f0dc4c8e8c7984c62fee1e7190d22e06aac710]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/14 10:53:09 ab 1.1.2.8: #i71410# Delete files in old folder in setURL() 2006/12/14 07:45:06 ab 1.1.2.7: #i71410# Fallbacks for current and default locales in removeLocale() 2006/12/13 10:15:09 ab 1.1.2.6: #i71410# Remove Linux compiler warnings 2006/12/13 08:28:41 ab 1.1.2.5: #i71410# Some fixes 2006/12/07 09:08:58 ab 1.1.2.4: #i71410# Interface changes and extensions 2006/11/24 07:35:47 ab 1.1.2.3: #i71410# Persistance implementation 2006/11/10 13:41:47 ab 1.1.2.2: #i71410# Fixed some problems 2006/11/10 13:25:34 ab 1.1.2.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f54c4e69eff13d3013d28157c0557707fa53d28]

        INTEGRATION: CWS ab31 (1.1.2); FILE ADDED 2006/12/07 09:08:57 ab 1.1.2.2: #i71410# Interface changes and extensions 2006/11/10 13:52:11 ab 1.1.2.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7afc8c2699738caa100c5f40e7f5e83052be75e7]

        INTEGRATION: CWS ab31 (1.9.8); FILE MERGED 2006/12/13 08:23:08 ab 1.9.8.1: #i72282# Set StringResource at created dialog

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f9d8f94d940fafc4d917a1b43e2d879191520d8]

        INTEGRATION: CWS ab31 (1.14.22); FILE MERGED 2006/11/10 14:16:04 ab 1.14.22.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/10 13:53:02 ab 1.14.22.1: #i71410# String Resource component

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b16f40241edf772f4df9dd30ee98dd4dbc5bf0e]

        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>  [92b2cfa3a6a5156c0a7b2e045850c4dd3f7b8b34]

        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>  [80d859a5be80aaabffb05311efe2c6e02a961b16]

        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>  [83094173414c8b6823ffcb7ace3e3fb96ff7b723]

        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>  [df63cefc91ebe84a132fb37a658585239d47b369]

        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>  [331a2d19931592bc35ad0531e9f673762f182ff1]

        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>  [19050440c53e8c455d74e708889da2548b0d3082]

        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>  [a81c101287dce23cb077f8bbefab914d10d423fc]

        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>  [c1320134bd2738393b5fe7049fec7254f914eed4]

        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

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [945a61ebe47646d5b5da14e5da35f6ca57c6d90f]

        INTEGRATION: CWS ab31 (1.51.2); FILE MERGED 2006/12/06 12:13:40 pb 1.51.2.2: fix: #i72282# ManageLanguage with image 2006/12/06 12:08:18 pb 1.51.2.1: fix: #i72282# Manage-, CurrentLanguage added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c4751fb33a46889a9a1ee76122036dfe04b4f0b]

        INTEGRATION: CWS ab31 (1.6.276); FILE MERGED 2006/12/07 07:49:47 pb 1.6.276.2: fix: #i72282# new dockpos of translationbar 2006/12/06 12:02:58 pb 1.6.276.1: fix: #i72282# translationbar added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [100d63096cd6477ca9b550417af97d9dbd92e338]

        INTEGRATION: CWS native50 (1.32.108); FILE MERGED 2006/11/02 12:14:23 is 1.32.108.6: RESYNC: (1.34-1.35); FILE MERGED 2006/08/10 13:39:27 is 1.32.108.5: RESYNC: (1.33-1.34); FILE MERGED 2006/08/10 10:34:47 is 1.32.108.4: #i65425# new java installer 2006/08/07 10:11:10 is 1.32.108.3: #i65425# new java installer 2006/07/21 11:27:39 is 1.32.108.2: RESYNC: (1.32-1.33); FILE MERGED 2006/06/13 09:54:40 is 1.32.108.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [020c51c7680ea2c13c0a37aa92358f27e8e1f1d9]

        INTEGRATION: CWS native50 (1.14.370); FILE MERGED 2006/08/10 13:39:19 is 1.14.370.3: RESYNC: (1.15-1.16); FILE MERGED 2006/07/21 11:27:13 is 1.14.370.2: RESYNC: (1.14-1.15); FILE MERGED 2006/06/01 16:29:02 is 1.14.370.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4095fd47b3cc32df12b4505d3c6105d4296ef67f]

        INTEGRATION: CWS native50 (1.5.370); FILE MERGED 2006/11/02 17:31:51 is 1.5.370.4: #i65425# including getuid_path for getuid.so 2006/09/25 12:33:14 is 1.5.370.3: #i65425# help text for new java installer 2006/08/07 10:11:10 is 1.5.370.2: #i65425# new java installer 2006/07/28 14:54:08 is 1.5.370.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda27d1a9fe10b09d957863499a89d034862fd04]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/06/13 09:56:04 is 1.1.2.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [42b0ef5d61839d25d8061bdb525f4f67b93e8800]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/07/28 14:54:08 is 1.1.2.2: #i65425# new java installer 2006/06/13 09:55:54 is 1.1.2.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [40b27dcafddf149df30aeb966fb82d8f277788b8]

        INTEGRATION: CWS native50 (1.2.370); FILE MERGED 2006/06/01 16:29:02 is 1.2.370.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [13c9a9987769f66a50d8edc4f51a79ff259ac8f9]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/08/03 14:06:20 is 1.1.2.3: #i65425# new java installer 2006/06/20 10:33:30 is 1.1.2.2: #i65425# preparing languages 2006/06/08 08:14:35 is 1.1.2.1: #i65425# xpd file creation for additional languages

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c8a6738077158f09fcbca56cf37b6709da58198]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/12/20 16:32:34 is 1.1.2.6: #i72802# not all modules for Windows 2006/12/20 13:47:03 is 1.1.2.5: #i72802# functionality from solenv to scp2 2006/08/03 14:14:41 is 1.1.2.4: #i65425# new java installer 2006/08/03 14:06:20 is 1.1.2.3: #i65425# new java installer 2006/06/20 10:33:30 is 1.1.2.2: #i65425# preparing languages 2006/06/08 08:14:24 is 1.1.2.1: #i65425# xpd file creation for additional languages

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [835415ba326b0ab97065d54c1396ede888c4a2a8]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/08/10 10:35:50 is 1.1.2.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1a2e4718fed157c6dd7746efb0484bac88a003]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/12/20 13:47:04 is 1.1.2.2: #i72802# functionality from solenv to scp2 2006/08/10 10:35:38 is 1.1.2.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d08f6096a143207a525277d734e2ef67329d7882]

        INTEGRATION: CWS native50 (1.39.12); FILE MERGED 2006/12/12 14:42:28 is 1.39.12.5: RESYNC: (1.44-1.46); FILE MERGED 2006/11/02 12:13:43 is 1.39.12.4: RESYNC: (1.43-1.44); FILE MERGED 2006/09/25 13:43:42 is 1.39.12.3: RESYNC: (1.42-1.43); FILE MERGED 2006/08/10 13:38:00 is 1.39.12.2: RESYNC: (1.39-1.42); FILE MERGED 2006/07/28 14:54:07 is 1.39.12.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b2449f470834c101dc0d38b142d188fa2de41fc]

        INTEGRATION: CWS native50 (1.43.44); FILE MERGED 2006/12/12 14:42:16 is 1.43.44.5: RESYNC: (1.44-1.46); FILE MERGED 2006/11/02 12:13:36 is 1.43.44.4: RESYNC: (1.43-1.44); FILE MERGED 2006/08/10 10:34:47 is 1.43.44.3: #i65425# new java installer 2006/06/13 09:54:40 is 1.43.44.2: #i65425# shifting file info from solenv to scp 2006/06/08 08:13:51 is 1.43.44.1: #i65425# xpd file creation for additional languages

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [01794dfcf5defdc98000e8277182009c8e97bd51]

        INTEGRATION: CWS native50 (1.5.370); FILE MERGED 2006/12/12 14:41:28 is 1.5.370.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/13 09:54:39 is 1.5.370.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6cd13876ddfc5cf10f9b65f216e669de84a6d0d]

        INTEGRATION: CWS native50 (1.5.176); FILE MERGED 2006/12/20 13:47:04 is 1.5.176.2: #i72802# functionality from solenv to scp2 2006/08/10 10:34:47 is 1.5.176.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [513dde4c5de181246c1296d1cad2013ae473323d]

        INTEGRATION: CWS native50 (1.11.370); FILE MERGED 2006/08/10 13:35:54 is 1.11.370.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/01 16:29:02 is 1.11.370.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e25050034d75dc1bf71495442545d76531a199b7]

        INTEGRATION: CWS native50 (1.11.370); FILE MERGED 2006/08/10 13:35:12 is 1.11.370.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/01 16:29:01 is 1.11.370.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbf34d60708d3e127a126843c13576be8c2c854e]

        INTEGRATION: CWS native50 (1.4.2); FILE ADDED 2006/06/01 16:29:55 is 1.4.2.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [864fb4bdb5f34c12f3b700b380cb5fe2fb88e326]

        INTEGRATION: CWS native50 (1.4.370); FILE MERGED 2006/06/01 16:29:01 is 1.4.370.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ded3433172e30aba352c9ce1dae790ec84d5f0d]

        INTEGRATION: CWS native50 (1.10.372); FILE MERGED 2006/08/10 13:34:41 is 1.10.372.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/01 16:29:00 is 1.10.372.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18929ac23f6359bfcbfb4b1166100b69004476f]

        INTEGRATION: CWS native50 (1.13.372); FILE MERGED 2006/08/10 13:33:49 is 1.13.372.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/01 16:29:00 is 1.13.372.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa41f0b25feb135ae9f67c53682e42f5cb221b30]

        INTEGRATION: CWS native50 (1.6.82); FILE MERGED 2006/06/01 16:29:00 is 1.6.82.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b7c2a9b1a7a1dab92f60d827bd0c7fbff6cc5f]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/08/10 10:33:54 is 1.1.2.2: #i65425# new java installer 2006/08/04 10:52:15 is 1.1.2.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [840adb94e0c74365b77001c474ebfb5aee00713b]

        INTEGRATION: CWS native50 (1.9.66); FILE MERGED 2006/11/02 12:09:04 is 1.9.66.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/28 15:00:20 is 1.9.66.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [1174d103e48d2ebeb2b2dee0a2abc8b3a306fb1c]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/11/02 17:29:26 is 1.1.2.2: #i65425# including getuid_path for getuid.so 2006/07/28 14:59:54 is 1.1.2.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e025002ab79ea5c59c9b54224c2a1e8a8e4e6ddc]

        INTEGRATION: CWS native50 (1.10.118); FILE MERGED 2006/11/02 12:08:56 is 1.10.118.4: RESYNC: (1.10-1.11); FILE MERGED 2006/08/07 10:13:40 is 1.10.118.3: #i65425# new java installer 2006/08/04 10:52:48 is 1.10.118.2: #i65425# new java installer 2006/07/28 15:00:20 is 1.10.118.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0698c6ca69426495e9d268666c96e5058b2d6eb]

        INTEGRATION: CWS native50 (1.43.12); FILE MERGED 2006/12/20 13:47:56 is 1.43.12.2: #i72802# functionality from solenv to scp2, but deactivating xpd installer 2006/12/07 15:27:58 is 1.43.12.1: #i65425# preparing xpd installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b5266ba56936cd86533368634fac27239dae240]

        INTEGRATION: CWS native50 (1.1.2); FILE ADDED 2006/11/02 17:15:01 is 1.1.2.9: #i65425# more infos into setup.xcu 2006/08/11 15:32:14 is 1.1.2.8: #i65425# new Java installer 2006/07/28 14:58:12 is 1.1.2.7: #i65425# new java installer 2006/06/27 11:05:21 is 1.1.2.6: #i65425# new xpd installer 2006/06/20 10:35:14 is 1.1.2.5: #i65425# xpd installer 2006/06/13 09:58:21 is 1.1.2.4: #i65425# shifting file info from solenv to scp 2006/06/08 08:16:26 is 1.1.2.3: #i65425# xpd file creation for additional languages 2006/06/06 14:22:05 is 1.1.2.2: #i65425# preparing xpd files 2006/06/01 16:33:16 is 1.1.2.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [20942663f64c8f4d5782daab7c21a1aacda0794c]

        INTEGRATION: CWS native50 (1.34.14); FILE MERGED 2006/11/02 11:52:55 is 1.34.14.5: RESYNC: (1.38-1.39); FILE MERGED 2006/09/25 13:30:36 is 1.34.14.4: RESYNC: (1.35-1.38); FILE MERGED 2006/07/28 14:58:12 is 1.34.14.3: #i65425# new java installer 2006/07/21 11:05:12 is 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2006/06/13 09:58:21 is 1.34.14.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5286cc6c55624a071f0780b00d591d982062b402]

        INTEGRATION: CWS native50 (1.23.14); FILE MERGED 2006/11/02 11:52:47 is 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/01 16:32:01 is 1.23.14.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0d5346d3919115a7bc587a2058f4041677a372]

        INTEGRATION: CWS native50 (1.9.216); FILE MERGED 2006/06/13 09:58:20 is 1.9.216.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3adf1625b6f7acdc30d9cf43cf85b6bf898fe74]

        INTEGRATION: CWS native50 (1.27.46); FILE MERGED 2006/11/02 11:52:27 is 1.27.46.3: RESYNC: (1.28-1.30); FILE MERGED 2006/08/10 13:12:32 is 1.27.46.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/28 14:58:12 is 1.27.46.1: #i65425# new java installer

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [3169e4e0a80088ece295dc5f3c4db0896167c940]

        INTEGRATION: CWS native50 (1.33.120); FILE MERGED 2006/08/10 13:12:21 is 1.33.120.3: RESYNC: (1.34-1.35); FILE MERGED 2006/07/21 11:04:43 is 1.33.120.2: RESYNC: (1.33-1.34); FILE MERGED 2006/06/01 16:32:01 is 1.33.120.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f490b511c380a1790fe8500b30de309187ea023b]

        INTEGRATION: CWS native50 (1.7.316); FILE MERGED 2006/09/01 12:41:24 is 1.7.316.3: #i65425# new Java installer 2006/07/21 11:04:36 is 1.7.316.2: RESYNC: (1.7-1.8); FILE MERGED 2006/06/01 16:32:01 is 1.7.316.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e2fe1df2a6dd1d6021375f7f9302451b23c72f8]

        INTEGRATION: CWS native50 (1.53.10); FILE MERGED 2006/12/12 14:20:19 is 1.53.10.8: RESYNC: (1.59-1.61); FILE MERGED 2006/11/02 11:52:19 is 1.53.10.7: RESYNC: (1.57-1.59); FILE MERGED 2006/09/25 13:30:10 is 1.53.10.6: RESYNC: (1.55-1.57); FILE MERGED 2006/07/21 11:04:28 is 1.53.10.5: RESYNC: (1.53-1.55); FILE MERGED 2006/06/27 11:05:20 is 1.53.10.4: #i65425# new xpd installer 2006/06/13 09:58:20 is 1.53.10.3: #i65425# shifting file info from solenv to scp 2006/06/08 08:16:26 is 1.53.10.2: #i65425# xpd file creation for additional languages 2006/06/01 16:32:00 is 1.53.10.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bfa29739a75c0386e1d1813777f176beeedbbeb]

        INTEGRATION: CWS native50 (1.49.38); FILE MERGED 2006/11/02 11:52:12 is 1.49.38.8: RESYNC: (1.54-1.56); FILE MERGED 2006/09/25 13:30:01 is 1.49.38.7: RESYNC: (1.52-1.54); FILE MERGED 2006/07/21 11:04:21 is 1.49.38.6: RESYNC: (1.49-1.52); FILE MERGED 2006/06/27 11:05:20 is 1.49.38.5: #i65425# new xpd installer 2006/06/20 10:35:13 is 1.49.38.4: #i65425# xpd installer 2006/06/13 09:58:20 is 1.49.38.3: #i65425# shifting file info from solenv to scp 2006/06/06 14:22:05 is 1.49.38.2: #i65425# preparing xpd files 2006/06/01 16:32:00 is 1.49.38.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f860dd140490d59b01831e9c5a3daa259551f49]

        INTEGRATION: CWS native50 (1.11.240); FILE MERGED 2006/09/25 13:29:53 is 1.11.240.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/13 09:58:20 is 1.11.240.1: #i65425# shifting file info from solenv to scp

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a10a1c5888231cc5fb6cd0c132541ae7a1dae3f0]

        INTEGRATION: CWS native50 (1.64.18); FILE MERGED 2006/11/02 11:51:36 is 1.64.18.9: RESYNC: (1.69-1.73); FILE MERGED 2006/09/25 13:29:33 is 1.64.18.8: RESYNC: (1.67-1.69); FILE MERGED 2006/08/10 13:12:00 is 1.64.18.7: RESYNC: (1.66-1.67); FILE MERGED 2006/07/28 14:58:12 is 1.64.18.6: #i65425# new java installer 2006/07/21 11:03:21 is 1.64.18.5: RESYNC: (1.64-1.66); FILE MERGED 2006/06/27 11:03:18 is 1.64.18.4: #i65425# new xpd installer 2006/06/13 09:58:19 is 1.64.18.3: #i65425# shifting file info from solenv to scp 2006/06/08 08:16:25 is 1.64.18.2: #i65425# xpd file creation for additional languages 2006/06/01 16:32:00 is 1.64.18.1: #i65425# preparing xpd files

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3ff85162f2a6a3c9a236d10b232749f8087d22b]

        INTEGRATION: CWS oolinguforso (1.31.54); FILE MERGED 2006/12/18 08:27:16 tl 1.31.54.3: #130176# have OOo download dictionaries functional without restart 2006/12/14 15:43:13 tl 1.31.54.2: #130176# fixed problem with OOo dictionaries download directory being different and thus not checked in user-intstallations 2006/12/08 08:10:16 tl 1.31.54.1: #130176# applied fix from #i71436# since the problem is the same

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed1d93797f0a97fae16493ebfadc972a599bac0d]

        INTEGRATION: CWS oolinguforso (1.43.58); FILE MERGED 2006/11/27 14:41:25 tl 1.43.58.2: RESYNC: (1.43-1.45); FILE MERGED 2006/10/24 08:42:07 tl 1.43.58.1: #142482# make OOo thesaurus, hyphenator and writingaids.zip available for SO product line

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f95522364ecd06cc0915b29e1b5ab95ca113e554]

        INTEGRATION: CWS oolinguforso (1.210.6); FILE MERGED 2006/11/27 14:40:24 tl 1.210.6.3: RESYNC: (1.210-1.215); FILE MERGED 2006/10/24 10:55:54 tl 1.210.6.2: #142482# make OOo thesaurus, hyphenator and writingaids.zip available for SO product line 2006/10/24 08:42:07 tl 1.210.6.1: #142482# make OOo thesaurus, hyphenator and writingaids.zip available for SO product line

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a84a4eb7780fabbb7ad480063841d3a3aca7f71d]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:44:45 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7764309b7ba015fa0f8b6303977bdcc462c852b0]

        INTEGRATION: CWS oolinguforso (1.57.132); FILE MERGED 2006/12/18 08:27:36 tl 1.57.132.1: #130176# have OOo download dictionaries functional without restart

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f84b6378371d11215a2b868b0262e0cffd813ed0]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:44:23 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [49943a5f3b1c194ca85dd247658a85f557139e0b]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:43:55 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ceffc2bada7d8888f6d1af31a1e0f3f413101e9]

        INTEGRATION: CWS oolinguforso (1.14.54); FILE MERGED 2006/12/18 08:26:57 tl 1.14.54.1: #130176# have OOo download dictionaries functional without restart

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb2eb73de90ca102e498042871b7ca76f3be1a4e]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:43:30 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e610caf1a4b81c6798a3e8218f2b9a14c35d43]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:43:04 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef2e0bbef49b5864be6fc61d1434e8b2551ca562]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:41:40 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [37432dcbf52cb4264342a992ea364106ec35d346]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:36:45 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef111f59122d179602f5711f26b71121ccce9034]

        INTEGRATION: CWS oolinguforso (1.4.18); FILE MERGED 2006/12/14 15:28:01 tl 1.4.18.1: #130176# fixed problem with OOo dictionaries download directory being different and thus not checked in user-intstallations

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bcf2ac1a0830629b4caca118d5ee304c4ee2fe7]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 10:16:27 bc 1.1.2.1: #i69688# adding interfaces

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [aca1ed0c680e71e07be4770f649ad9c1bd8a91c2]

        INTEGRATION: CWS oolinguforso (1.25.18); FILE MERGED 2006/12/18 09:23:06 tl 1.25.18.4: #130176# have OOo download dictionaries functional without restart 2006/12/18 09:17:51 tl 1.25.18.3: #130176# have OOo download dictionaries functional without restart 2006/12/18 09:17:37 tl 1.25.18.2: #130176# have OOo download dictionaries functional without restart 2006/12/18 08:26:14 tl 1.25.18.1: #130176# have OOo download dictionaries functional without restart

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [21686a0332e56a15633b7e46ffab66f8c42a4cb1]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 10:15:52 bc 1.1.2.1: #i69688# adding interfaces

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec55dd7b1bf11778795199bdb60f6901158cf7b]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:12 bc 1.1.2.4: #i69688# several changes 2006/12/21 10:19:07 bc 1.1.2.3: #i69688# ecapsulating UI 2006/12/08 17:16:47 bc 1.1.2.2: #i69688# several improvements 2006/11/21 12:40:07 bc 1.1.2.1: #i69688# Definition for Sourcecode Language generators added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e5ddf83a892a7c79dce5f556c24209ecab122b]

        INTEGRATION: CWS oolinguforso (1.11.12); FILE MERGED 2006/11/27 14:20:09 tl 1.11.12.2: #i142482# resync conflict fixed 2006/10/23 09:46:16 tl 1.11.12.1: #142482# integration of Polish thesaurus

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fce792ffca511716b6d182fcefcc95e7f483f93]

        INTEGRATION: CWS sdkinspector (1.4.92); FILE MERGED 2006/09/20 07:38:23 bc 1.4.92.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe374a033768c83f2d6b94558395db2731aad162]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:12 bc 1.1.2.2: #i69688# several changes 2006/12/21 10:15:17 bc 1.1.2.1: #i69688# add interfaces

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae7786c82b7b1ca0cb51cdc8f805f5e480beff7f]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:12 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:07 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:47 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:50 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:38 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:27:53 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [985f8c9391bdacc989153d307e036283d98b6d2c]

        INTEGRATION: CWS oolinguforso (1.1.2); FILE ADDED 2006/10/25 07:30:58 tl 1.1.2.3: #142482# makefile fixed to provide missing entry for writingaids.zip's dictionary.lst file 2006/10/25 06:51:30 tl 1.1.2.2: #142482# makefile fixed to provide missing entry for writingaids.zip's dictionary.lst file 2006/10/23 09:43:02 tl 1.1.2.1: #142482# integration of Polish thesaurus

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [7178be6766f08c51ed626eb732c829d26c3718e6]

        INTEGRATION: CWS oolinguforso (1.1.2); FILE ADDED 2006/10/23 09:42:51 tl 1.1.2.1: #142482# integration of Polish thesaurus

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [476933f361df352ba69770d1fbd3a421d2a20cc3]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:12 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:06 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:47 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:50 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:27:08 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f1ff34dd64d00510863e1912e413528b6019e9]

        INTEGRATION: CWS oolinguforso (1.13.386); FILE MERGED 2006/11/22 11:59:50 is 1.13.386.1: #i70734# selecting files from archive file

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b0660659f4592d29a8757bc8bfdc5deff2e75e5]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:11 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:06 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:47 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:49 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:26:23 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [df34a6d2fc4ae86666f198042b0d33652e2a7d3b]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:11 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:06 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:47 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:49 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:26:00 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [78caa72d619bb0353f66f2c2e0ba79c750ca5f63]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:11 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:06 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:46 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:49 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:25:06 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9aefec4bf4ac505dafebbc7fbb604ae3c96c41b]

        INTEGRATION: CWS sdkinspector (1.2.92); FILE MERGED 2006/12/21 16:19:11 bc 1.2.92.4: #i69688# several changes 2006/12/21 10:19:06 bc 1.2.92.3: #i69688# ecapsulating UI 2006/12/08 17:16:46 bc 1.2.92.2: #i69688# several improvements 2006/11/21 12:37:49 bc 1.2.92.1: #i69688#SourceCode generation added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [859e2e47f4a6e8167dfd57e682002c4be2a0575e]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:11 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:06 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:46 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:49 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:24:23 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34663a4a388eb50b0ba591efdb53165b7218c4f]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 10:17:58 bc 1.1.2.1: #i69688# encapsulating Swing UI

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [147a368b2ff6146d9400ab5c55c1ae775cbd5040]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 10:18:21 bc 1.1.2.1: #69688# encapsulating Swing UI

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c484913917b773b817fb917b2e76f04238ff0255]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:11 bc 1.1.2.2: #i69688# several changes 2006/12/21 10:19:45 bc 1.1.2.1: #i69688# encapsulating Swing UI

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [357ed41f41f39f02fbeab585fa750b5e0c15fa91]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:10 bc 1.1.2.4: #i69688# several changes 2006/12/21 10:19:05 bc 1.1.2.3: #i69688# ecapsulating UI 2006/12/08 17:16:46 bc 1.1.2.2: #i69688# several improvements 2006/11/21 12:39:06 bc 1.1.2.1: #i69688# SourceCodeGeneration functionality added

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [350d240cba9a3997f10f5aa5af5f550e64c70ca2]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:10 bc 1.1.2.5: #i69688# several changes 2006/12/21 10:19:05 bc 1.1.2.4: #i69688# ecapsulating UI 2006/12/08 17:16:46 bc 1.1.2.3: #i69688# several improvements 2006/11/21 12:37:48 bc 1.1.2.2: #i69688#SourceCode generation added 2006/09/20 07:23:59 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7ab6811147d51553de8b084c06810eeaf647faf]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:32:57 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8763ee93cee36459d0c74ddabe3f1c59058083e]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:10 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:05 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:48 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:37 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:22:58 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [066cbae7082d628e2b598f8dd3b512f03d68494d]

        INTEGRATION: CWS sdkinspector (1.19.82); FILE MERGED 2006/12/22 11:25:44 cn 1.19.82.6: #i69688# remove run target TestInspector.run 2006/12/21 10:19:05 bc 1.19.82.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.19.82.4: #i69688# several improvements 2006/11/21 12:37:48 bc 1.19.82.3: #i69688#SourceCode generation added 2006/10/13 14:36:36 bc 1.19.82.2: #i69688#Sourcecode generation added 2006/09/20 07:29:21 bc 1.19.82.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57c3023bd6b3c17c56e64dda1a53d56f30b6f58]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:10 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:05 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:48 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:36 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:22:35 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [e16dccbe59aac979b68c68ee671e9866f1a4d1b6]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:10 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:05 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:48 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:36 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:22:10 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3eea61141df03e65932fe0f8096a1fba7ba3f52]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 16:19:09 bc 1.1.2.6: #i69688# several changes 2006/12/21 10:19:04 bc 1.1.2.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.1.2.4: #i69688# several improvements 2006/11/21 12:37:47 bc 1.1.2.3: #i69688#SourceCode generation added 2006/10/13 14:36:36 bc 1.1.2.2: #i69688#Sourcecode generation added 2006/09/20 07:21:19 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [18dfdc678848cdd8d6ff416536d2a2d180672afa]

        INTEGRATION: CWS sdkinspector (1.2.92); FILE MERGED 2006/12/21 16:19:09 bc 1.2.92.6: #i69688# several changes 2006/12/21 10:19:04 bc 1.2.92.5: #i69688# ecapsulating UI 2006/12/08 17:16:45 bc 1.2.92.4: #i69688# several improvements 2006/11/21 12:37:47 bc 1.2.92.3: #i69688#SourceCode generation added 2006/10/13 14:36:36 bc 1.2.92.2: #i69688#Sourcecode generation added 2006/09/20 07:21:46 bc 1.2.92.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a91899b5b7336272f7290db834345f5a5cd8e9]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/11/21 12:37:47 bc 1.1.2.2: #i69688#SourceCode generation added 2006/09/20 07:20:54 bc 1.1.2.1: #i69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1f7efde56df37b735fb25f9773648d76cfe97bb]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/12/21 10:19:04 bc 1.1.2.2: #i69688# ecapsulating UI 2006/09/20 07:20:31 bc 1.1.2.1: #i69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [f405578d3d05b3a69e9d210048c09f4adccb4887]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:32:08 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [24da50fc13e915a5f3215af47fe7e8e4adec262e]

        INTEGRATION: CWS sdkinspector (1.1.2); FILE ADDED 2006/09/20 07:32:34 bc 1.1.2.1: 69688#several improvements according to Wiki entry

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a19bcf8dac6ab5511bfca05532b2899e1162678]

        INTEGRATION: CWS jl52 (1.4.4); FILE MERGED 2006/12/15 13:49:31 jl 1.4.4.1: #72620# new versions

2007-01-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [baeb813e7d9ae805429220c03949fcdefe5262f6]

        INTEGRATION: CWS jl52 (1.5.4); FILE MERGED 2006/12/15 13:50:01 jl 1.5.4.1: #72620# small correction

2007-01-02  Juergen Schmidt  <jsc@openoffice.org>  [8593aef8b53c868b70be03f23e2856c09c608aa7]

        #i72993# remove some lines of code which does some unnecessary quote checking

2007-01-02  Ivo Hinkelmann  <ihi@openoffice.org>  [04b94e15b896752fbd639410d20f52ec901f3356]

        #i10000# #i72949# pragma moved below precomp header include

2007-01-02  Ivo Hinkelmann  <ihi@openoffice.org>  [c020f70e90c43d5ab0e7976586bf8a69b12d76e2]

        #i10000# #i73009# resource parallel build conflict

2006-12-29  Oliver Specht  <os@openoffice.org>  [f9154f665aae963baf2908329fe636200cb37539]

        line numbering added

2006-12-28  Oliver Specht  <os@openoffice.org>  [718fef0d8788ec9a1691889fbb372b636624bb85]

        page borders completed

2006-12-28  Oliver Specht  <os@openoffice.org>  [4ee400eb4eed8e1354424b6038645863b887be48]

        widow/orphan added, cjk bold/italic added

2006-12-28  Oliver Specht  <os@openoffice.org>  [0f7e0673b9355e8aec4e1399cf942112cb83fd9f]

        mapping of default style names added

2006-12-22  Ivo Hinkelmann  <ihi@openoffice.org>  [94328c4047f623deebde8c4f581c86ea14369971]

        #i10000# missing idl's readded

2006-12-22  Ivo Hinkelmann  <ihi@openoffice.org>  [bf65b4ff3a4a36ad8fe5128e9264dff8cb6c0baf]

        #i10000# rdb build fix

2006-12-22  Ivo Hinkelmann  <ihi@openoffice.org>  [aadb402934b6649669f6a7cb209eadaadcfb2640]

        #i10000# build fix

2006-12-22  Rüdiger Timm  <rt@openoffice.org>  [da59dabe758f508dd9a49b3c7b4fe57648834212]

        #i72858# Correct JAVACLASSFILES to make it compile (patch by ericb - thanks a lot).

2006-12-22  Joachim Lingner  <jl@openoffice.org>  [e5bee4bd881ab1dcc80c9a34cc4266ab79a13e70]

        #i10000# fixing problem which have been caused by integrating cws jl46 and jl49

2006-12-22  Joachim Lingner  <jl@openoffice.org>  [ac709f82d9eedc2b9d70df482adfdfff631c443e]

        #i10000#

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [cd5daea36ebbb67916bd284bed7a9dded6b84d3a]

        #i10000# added precompiled header include

2006-12-21  Vladimir Glazounov  <vg@openoffice.org>  [1d26eff2308445f3944834a00de92b8d5bdb4480]

        new version for SRC680

2006-12-21  Vladimir Glazounov  <vg@openoffice.org>  [1b7067d95591abd24c11bd47e9fa7598f7f2b4b6]

        new version for SRC680

2006-12-21  Oliver Specht  <os@openoffice.org>  [8c2a6bb151bb32abea3cdc4e35260935336b75ec]

        header/footer properties, text grid add

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e0dd87504f52bd8af7380de529022cff2ec47b8b]

        #i10000# #i72700# Upgrading libicu* on Solaris fails

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f9da557db7135485507ac74205bb9c3d02f3d433]

        SRC680

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b5b06a87b6e5bd3461ad6b6e89b4837c55fffb30]

        INTEGRATION: CWS soldep2 (1.4.2); FILE MERGED 2006/12/01 15:00:48 obo 1.4.2.2: #i72180# images moved to default_images 2006/11/21 16:27:54 obo 1.4.2.1: #143484# dialog for workspace has to support minors

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c9c5419ceafc2bd29dcfe11474df02ec81f48f3b]

        INTEGRATION: CWS soldep2 (1.2.2); FILE MERGED 2006/12/01 15:09:13 obo 1.2.2.2: undo disableing of fill list box 2006/11/21 16:27:54 obo 1.2.2.1: #143484# dialog for workspace has to support minors

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [e63ebce60b5b57627db5928cd538f0684efde81e]

        INTEGRATION: CWS soldep2 (1.3.2); FILE MERGED 2006/12/08 08:19:11 obo 1.3.2.2: temp debug code removed 2006/11/21 16:27:54 obo 1.3.2.1: #143484# dialog for workspace has to support minors

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [9e8f79c1203d1f765a2634a6c8973c90ce4c41c8]

        INTEGRATION: CWS soldep2 (1.10.2); FILE MERGED 2006/12/01 14:59:38 obo 1.10.2.1: #i72180# images moved to default_images

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0c3bfe32252c1ad4ca424b80fbe3b4ca03e8eebe]

        INTEGRATION: CWS soldep2 (1.2.2); FILE MERGED 2006/11/21 16:27:53 obo 1.2.2.1: #143484# dialog for workspace has to support minors

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a70311b5f1e53614063d353c2aaa57c1a311bf34]

        INTEGRATION: CWS soldep2 (1.2.2); FILE MERGED 2006/11/21 16:27:52 obo 1.2.2.1: #143484# dialog for workspace has to support minors

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a9b34f9357f5f8e113f48f0559f0d73c639c82c7]

        INTEGRATION: CWS soldep2 (1.1.2); FILE ADDED 2006/12/01 15:40:23 obo 1.1.2.1: #i72180# bitmaps for module soldep (made by sts)

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [661464bcfd2fab9244fe8918444dc0eda43c3da4]

        INTEGRATION: CWS soldep2 (1.1.2); FILE ADDED 2006/12/01 15:40:22 obo 1.1.2.1: #i72180# bitmaps for module soldep (made by sts)

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [a92dffed56a0e8edfac407d14f5f3421edd2176a]

        INTEGRATION: CWS soldep2 (1.1.2); FILE ADDED 2006/12/01 15:40:21 obo 1.1.2.1: #i72180# bitmaps for module soldep (made by sts)

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [1c5ee59a3bf7a5ef7652151e0529c29766388ed1]

        INTEGRATION: CWS revivehsqldb (1.9.8); FILE MERGED 2006/12/19 12:03:20 fs 1.9.8.1: #i72751# proper packaging

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [55a9bb3636ed102a4535b632819b272bc039c5ea]

        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>  [e9cfc2e5f52728af109882d1f38221ea5d4299f9]

        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>  [5502291a0099e236f3698924b2cd866ae93a57b1]

        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>  [013f05baf32e84c24ce9d5270db252746a322f4a]

        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>  [725566f3f88e60690ba4cba1a101d5c3df8dab1f]

        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>  [9a64a526f52972b8d9630de8317da440e95d1b56]

        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>  [ac82f26fdf9b4a29af7539ecb12cc3f0b8597dc2]

        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>  [16d451b0e3c432a461b54d18589813dffe35f2e7]

        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>  [33bdaac634750c043c45769665a3ee8050f78637]

        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>  [5ffb98191672f2625d316a09e6c033abec80c58c]

        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>  [d0a567c36613f738c677d9a5e40238595cfebac0]

        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>  [83d69de57e0c89b9e427160819f4b6e385a0a402]

        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>  [1131cb7be83238c3e9c0189fe89e142196f1e4ee]

        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>  [fe822bfab51453049e8a59af46678d32ad81455d]

        INTEGRATION: CWS vcl70 (1.24.38); FILE MERGED 2006/12/11 13:07:40 hdu 1.24.38.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [84fa1d1efadbcd2d90d941ea04a18152a41bf452]

        INTEGRATION: CWS vcl70 (1.33.38); FILE MERGED 2006/12/11 13:07:40 hdu 1.33.38.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [48cc8a0134fc1d5f7e65c852117edd11099d641f]

        INTEGRATION: CWS vcl70 (1.5.690); FILE MERGED 2006/12/11 13:07:40 hdu 1.5.690.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [45d3f20c5365aad05cf288500223950e4479433f]

        INTEGRATION: CWS vcl70 (1.6.160); FILE MERGED 2006/12/11 13:07:39 hdu 1.6.160.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [f6b9508663b37b282688157e2b8801395328a11f]

        INTEGRATION: CWS vcl70 (1.38.128); FILE MERGED 2006/12/12 08:01:02 hdu 1.38.128.3: #i34639# get rid of UCS4->UTF16 warnings 2006/12/06 15:57:12 hdu 1.38.128.2: #i34639# remove dead code (CHINA001) 2006/12/06 15:52:38 hdu 1.38.128.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [193b5dcb5dcb2e6920e89de5cc9b28bec24edf2d]

        INTEGRATION: CWS vcl70 (1.5.128); FILE MERGED 2006/12/11 13:07:39 hdu 1.5.128.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [fa4009568a8416c651480d4e4aeb0d32f2fc32c0]

        INTEGRATION: CWS vcl70 (1.14.128); FILE MERGED 2006/12/11 13:07:39 hdu 1.14.128.1: #i34639# charmap dialog gets UCS4 support

2006-12-21  Ivo Hinkelmann  <ihi@openoffice.org>  [b9de18c4a2158c80a1ccab0c24c68f6c74240948]

        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>  [d53dc9c9a14ff26be6d043c28e92b6c4280b3cf4]

        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>  [2170673a58562ae4658727e266293b87a9df2fae]

        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>  [0d968eac2b7c471a07ce19def5c911db7dfc82ff]

        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>  [ac1d636eec90d265573760be03cb4aaaae581373]

        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-21  Ivo Hinkelmann  <ihi@openoffice.org>  [c4099b9a1199557ec11cfabc85f8f31d2276f265]

        INTEGRATION: CWS vcl70 (1.17.36); FILE MERGED 2006/12/08 12:20:23 hdu 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/12/06 12:31:25 pl 1.17.36.1: #i65330# samba relevant patch from npower

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f88c86025e8354fda2c215815604933ed98dee5f]

        INTEGRATION: CWS configmgrassert (1.9.8); FILE MERGED 2006/12/13 17:19:53 mmeeks 1.9.8.1: #i71663# fix annoying, but inconsequential warnings

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d0f24ec98f01d6be6b1d3a9a8480ee8ded305367]

        INTEGRATION: CWS configmgrassert (1.10.8); FILE MERGED 2006/12/13 17:19:53 mmeeks 1.10.8.1: #i71663# fix annoying, but inconsequential warnings

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5a8287939d4851e7954d5fce2e5da03b977d9957]

        INTEGRATION: CWS configmgrassert (1.5.8); FILE MERGED 2006/12/13 17:19:53 mmeeks 1.5.8.1: #i71663# fix annoying, but inconsequential warnings

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [17f7eecca49c428e32e2f7ec7d57c0b535dc5b33]

        INTEGRATION: CWS obr03 (1.10.60); FILE MERGED 2006/12/20 09:56:04 obr 1.10.60.1: #i71040# add %PRODUCTNAME to tools option path

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4cb075e366483dc7cd950efc9dac094903e5e7c9]

        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>  [f01be258b0d225b6eee618832be2d2a58675a194]

        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>  [4ed54561b5c3220211187db412e3fe1677425731]

        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>  [c89864c520317e9574978bdb0ea85a54bedb2ecf]

        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>  [a10f1b87e12c596e10107d291fbd8655f23918d5]

        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>  [225c3c4ea312c55646897277f53417c2b406e06d]

        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>  [7fe257f760b244d7b36c1b3985cf3f3b80c6ca64]

        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>  [9b1f48c1baa2d80bf968ab1ec1f07f68db41fd89]

        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>  [3e7a1b0cc09f98996fa8a76c02c297f64441af10]

        INTEGRATION: CWS prdiscw (1.16.94); FILE MERGED 2006/11/15 17:00:25 pl 1.16.94.1: #i71571# new printer enumeration

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4b35e094d924799b19fe44c56469c162de96c7d5]

        INTEGRATION: CWS prdiscw (1.52.94); FILE MERGED 2006/11/15 17:00:25 pl 1.52.94.1: #i71571# new printer enumeration

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [73e1d5b88b8e66d6962ec5e6bf09d1393852ce72]

        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>  [c537c76dc597585f84892231bc3aceec9139cc65]

        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>  [2a1788636a5fa67c8a60bf2a42e0ba3a2abbcc8f]

        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>  [a2080ddfe3879757a2d4a7f74b1b0e1ef101b7ae]

        Fixed during integration

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [75d983eb2abbda974a4d4e8177c4cba9b067966a]

        INTEGRATION: CWS jl49 (1.19.32); FILE MERGED 2006/11/27 14:29:36 jl 1.19.32.3: #i70481# checkPrerequisites has another parameter 2006/11/22 12:07:08 jl 1.19.32.2: #i70481# 2006/11/21 12:19:35 jl 1.19.32.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [40b5a327422b9a851dd77cd522fde43702cdab17]

        INTEGRATION: CWS jl49 (1.2.60); FILE MERGED 2006/11/17 08:04:00 jl 1.2.60.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [168dd771bffd2893a4a53d40b81722d5bebcada0]

        INTEGRATION: CWS jl49 (1.16.26); FILE MERGED 2006/11/30 08:51:52 jl 1.16.26.9: #i70481# ProgressCommandEnv constructor has now different signature 2006/11/27 14:19:19 jl 1.16.26.8: #i70481# creating ProgressCommandEnv now with additional parameter XCommandContext 2006/11/23 11:23:29 sb 1.16.26.7: #i70481# Centralized computation of whether a package manager is modifiable. 2006/11/17 12:59:43 sb 1.16.26.6: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 08:33:05 jl 1.16.26.5: #i70481# 2006/11/17 08:04:00 jl 1.16.26.4: #i70481# 2006/11/16 16:03:29 sb 1.16.26.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:21:42 sb 1.16.26.2: #i70481# Check for Update button and context menu entry. 2006/10/18 11:13:34 jl 1.16.26.1: #i70481# Extension Manager has now a version column. Currently no default versions are displayed

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [11e07071527a4b315cd480d9c54b8b41073ac1bc]

        INTEGRATION: CWS jl49 (1.6.60); FILE MERGED 2006/12/05 11:30:53 jl 1.6.60.3: #70481# 2006/11/30 08:54:29 sb 1.6.60.2: #i70481# Made code warning-free. 2006/11/27 14:18:20 jl 1.6.60.1: #i70481# handling LicenseIndividualAgreementException and ProgressCommandEnv can now be used without the main dialog

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0442b1601ef6012ff90d75882dacce1c611ca8b8]

        INTEGRATION: CWS jl49 (1.9.8); FILE MERGED 2006/12/05 11:30:52 jl 1.9.8.3: #70481# 2006/11/27 14:17:37 jl 1.9.8.2: #i70481# handling LicenseIndividualAgreementException and ProgressCommandEnv can now be used without the main dialog 2006/11/22 17:51:59 sb 1.9.8.1: #i70481# Factored out dependency handling.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [914da9d546de5b4ffac0327ccfa4e583902a349d]

        INTEGRATION: CWS patch01as (1.170.2); FILE MERGED 2006/11/20 10:35:56 as 1.170.2.1: #i48945# Ctrl-Shift-S as new shortcut for SaveAs (new config layer by the way)

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f1b3fdc0b6100b75d7ef783948eb4136ae59c79a]

        INTEGRATION: CWS patch01as (1.1.2); FILE ADDED 2006/11/20 10:36:56 as 1.1.2.1: #i48945# Ctrl-Shift-S as new shortcut for SaveAs (new config layer by the way)

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d9c3cbdc96cfbab24aeda98df77e3f032d793b7e]

        INTEGRATION: CWS patch01as (1.11.234); FILE MERGED 2006/11/17 09:49:02 as 1.11.234.1: #i65325# dont say anything about error report, if it was disabled

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cd5658bef753b364715963e146ad07e087de42c5]

        INTEGRATION: CWS patch01as (1.14.276); FILE MERGED 2006/11/20 10:11:43 as 1.14.276.2: #i65325# string review 2006/11/17 09:49:01 as 1.14.276.1: #i65325# dont say anything about error report, if it was disabled

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7be52d81f4c58ac05ca0e256ce5ea2bc7511459b]

        INTEGRATION: CWS patch01as (1.7.538); FILE MERGED 2006/11/17 09:49:01 as 1.7.538.1: #i65325# dont say anything about error report, if it was disabled

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [13384533387ae32ac7439a71e09f2c3f2590d728]

        INTEGRATION: CWS patch01as (1.14.70); FILE MERGED 2006/11/17 09:49:01 as 1.14.70.1: #i65325# dont say anything about error report, if it was disabled

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [81437d20e5bf7a7cca789516ee19b09060b425fe]

        INTEGRATION: CWS patch01as (1.120.116); FILE MERGED 2006/11/21 09:37:35 as 1.120.116.1: #i48945# new shared accel config with new shortcut for SaveAs

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7135fdcdcac71b3ca328d372a62e1f4e1c58b032]

        INTEGRATION: CWS patch01as (1.7.244); FILE MERGED 2006/11/17 12:48:52 as 1.7.244.1: #i64717# share non localized accelerator config

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b39339ae6139db83c4db0301c9ece902b154fc0d]

        INTEGRATION: CWS patch01as (1.14.44); FILE MERGED 2006/11/17 12:48:51 as 1.14.44.1: #i64717# share non localized accelerator config

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [339f85d4b35e72f21cc7fe8712adc9dcdbfd34cc]

        INTEGRATION: CWS patch01as (1.6.44); FILE MERGED 2006/11/17 12:48:51 as 1.6.44.1: #i64717# share non localized accelerator config

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c9e95acdd15d947d5fadc111dbf0d3476e718a70]

        INTEGRATION: CWS jl49 (1.9.144); FILE MERGED 2006/11/30 08:53:56 sb 1.9.144.6: #i70481# Made code warning-free. 2006/11/23 11:23:29 sb 1.9.144.5: #i70481# Centralized computation of whether a package manager is modifiable. 2006/11/20 13:13:32 sb 1.9.144.4: RESYNC: (1.9-1.10); FILE MERGED 2006/11/17 12:59:43 sb 1.9.144.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:03:28 sb 1.9.144.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:21:42 sb 1.9.144.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [160384042f6fa2b4d9d65057dd039e721de51717]

        INTEGRATION: CWS jl49 (1.35.60); FILE MERGED 2006/11/22 17:44:29 sb 1.35.60.4: #i70481# Introduced additional deploymentmisc shared library. 2006/11/20 13:11:09 sb 1.35.60.3: RESYNC: (1.35-1.36); FILE MERGED 2006/11/20 12:41:04 sb 1.35.60.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:03:28 sb 1.35.60.1: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [424bdbbf077d43fb806f50dfed1452f1f3419c7e]

        INTEGRATION: CWS jl49 (1.8.30); FILE MERGED 2006/12/07 17:44:19 jl 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/27 14:12:11 jl 1.8.30.1: #i70481# added LicenseIndividualException.idl

2006-12-20  Ingo Schmidt  <is@openoffice.org>  [091e2e6514a7fd6ee9c261b4f427550b252f11b2]

        #i65425# Java installer, disabled

2006-12-20  Ingo Schmidt  <is@openoffice.org>  [3124a2fc3ec080ad0dfe18a268ea9e4f8e59f048]

        #i65425# Java installer, disabled

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [dffbbe34a8cfd8a58c578e779e022265e8685c72]

        INTEGRATION: CWS jl49 (1.6.60); FILE MERGED 2006/12/07 11:06:01 jl 1.6.60.2: #70481# added helpid for download and install dialog for extensions 2006/12/06 08:44:00 sb 1.6.60.1: #i70481# HelpID for dp_gui_updatedialog.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8c75ffd97cdfe169e1d9a808f010b15d409eb6fd]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/03 13:39:50 jl 1.2.8.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [82dbcb5a906bea2b936e128ddfa3949b1d543188]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/03 13:39:49 jl 1.2.8.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a61dfba4b7d2b2c0aeb06d7810741e35c988525a]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/03 13:39:48 jl 1.2.8.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [81db5de6abb65f0ea655baf5e6f5351e888f00e1]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/03 13:39:47 jl 1.2.8.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0974aa18ef27ad6697dbb60f626ea9c7f896ed62]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/06 14:15:05 sb 1.2.8.1: Fixed typo.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6cbda26d08121596a2c126fc04d9694f19c3bd54]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:02:26 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6ca753d08b627de1e47e3b58da8bcba7ec6c6baa]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:02:16 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [991d4d46106b6925f0ee98ceb9443e21633a4e68]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:02:05 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ac9eac6ef6b0c845d66293d72ac672085d9f9bf5]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:01:55 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2fa0547cd67e698b1327d1de627a490b924ab2b1]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:03:37 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [fa7434ff8241cd0ba5493eb23fdccccb31f94e3c]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:01:44 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [395dca1fab740c517eb35c206bd2786452c7678b]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 16:03:27 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9d4afbfe83462c4ea5b474b32d8bb9735e6d8ec4]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:59:40 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cdd1552fa2aa9b7d5a549c2a0b0e14cdbffe6a13]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:59:29 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [807b2be6d3e584a133bb0471bb29162fd3aeace6]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:59:19 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3b5a027bf916240a8755e1d12ad8c99b5cff37d6]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:59:09 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [958319caa5f6333475840392c402efa14ceeccbd]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:58:59 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2640a15cd3b41c2ba1b8aa5f0949e0d5310bab97]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:58:49 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4f3ff3bdd9760a817d88c172239fdf3ba2633253]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:58:09 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e9970a08d7003af1e580288911a2f5e1e6a5994e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:10:36 jl 1.1.2.1: #70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bcedf193c534df5762a6c8bc6f560eb14ae3212e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:18:12 jl 1.1.2.2: #70481# 2006/12/12 12:09:43 jl 1.1.2.1: #70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [458ef684305fc85e779a18e58184288d70a04f65]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:51:35 jl 1.1.2.5: #70481# 2006/12/12 12:26:16 jl 1.1.2.4: #70481# 2006/12/12 12:23:44 jl 1.1.2.3: #70481# 2006/12/12 12:11:15 jl 1.1.2.2: #70481# 2006/12/11 16:50:56 jl 1.1.2.1: #70481# updade feed test

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [86b1794c4f8d117b274ce35569d432e239a9b28e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:10:24 jl 1.1.2.1: #70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b0ef25ee72e4cd621bca227770f658be3177df38]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:09:55 jl 1.1.2.1: #70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [db88ea4525a1dcdd7c64d1e84bcfaa84227df32e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 12:18:12 jl 1.1.2.2: #70481# 2006/12/12 12:09:06 jl 1.1.2.1: #70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [05ea482dd9c4274d9cbfaad42b0cc6e6c7c87a07]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/11 16:47:28 jl 1.1.2.1: #70481# updade feed test

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [77a4480fdf55f1f18f9d1eef5b3b487be0f179a8]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:53:52 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f29903a66a3be807c7a85739532e5c207654acbd]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:53:42 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f18e870c8dc53718ea872e9bab01025fb4e8ed29]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:53:31 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7e5cf21ef2d4eca40ebed711f2c2f7719d17a62c]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:51:39 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d45cc5ec68029d626225ba94c397d2ed3789d80b]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:49:38 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1707eacb4870ba366f1872b4c52e5dae4955c40a]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:50:36 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5b59c481c8b09a41b6be4435e8d684054078eaff]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:49:28 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bcf76d5bbd00ba96c478c2eb223226af985dc26e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:50:26 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c8938672d1167ca8f95ffc5dcb67ba2da2add550]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:49:17 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [18eb3eb62acd82048e816afb062cf848496cadc0]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:50:16 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f5b75cb2daffa5287dd347053bfa2400b0b76529]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:42:46 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4e3d986b8399a4161520cbe470651ffb215a63a3]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:43:50 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [30e9b62095acb256851f5457f2551bdead747506]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:43:39 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [389f60bd07d0604393313949ff74c028ffc6dd77]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:43:28 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5c403a077ab23cf4cd0a569fff9177208ad9887d]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/06 15:31:24 sb 1.1.2.1: #i70481# Renamed directory updates to update for consistency.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2f962e0567f9bd7a801b2d17b64e0eaf2082a773]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/06 15:19:07 sb 1.1.2.1: #i70481# A test extension with unsatisfied update dependencies.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [213ce4ecb350736772075e3e148e4481cc4bbce0]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:36:31 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ec9d67dec5981b0859dd5f0610cc1b62f81ecbc8]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:39:35 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d770ce1be26ba1e2a96e95a7b16db9ef5bc084f9]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:36:20 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [391f3d8c0e7c32ba8ca5ccec2d5bf60ed61412e2]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:39:25 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [46cdd7e655b25d42760edb8a92a0ccedfd343dcc]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:36:10 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f1f71b3d187e52bc1e7b179704f7a23ac11ae874]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:39:15 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b3811871af03c9903ec307ef8c46835427c73cc5]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:35:59 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9ce84d81c79f98db66dc49abf4c620a1c82f2857]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:38:56 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0274d748c9eb1d403bddc71ef4c7c19d1311faf7]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:34:41 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4fad2805078b9593127f54c3382a7a170b45f033]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:34:32 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5dd217372395e8f3a9338654be11c98d11069753]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:34:22 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [af4b869f8556429c9bd9d1b4773e03de93a28dd5]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:34:11 jl 1.1.2.1: #70481# tests for extension update feature

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a16f042845fb4b2bb92a57913c6bd08f37714ee7]

        INTEGRATION: CWS jl49 (1.3.6); FILE MERGED 2006/12/06 15:38:36 sb 1.3.6.1: Legal header.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4fd9757cb59d11630efbca9f032ec552e523639b]

        INTEGRATION: CWS jl49 (1.7.8); FILE MERGED 2006/12/07 11:05:09 jl 1.7.8.2: #70481# added helpid for download and install dialog for extensions 2006/12/06 08:44:00 sb 1.7.8.1: #i70481# HelpID for dp_gui_updatedialog.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7d97f0dba3ed98a5bdc51fd05f2cf53afcb27772]

        INTEGRATION: CWS jl49 (1.13.8); FILE MERGED 2006/12/01 09:23:46 sb 1.13.8.13: #i70481# Made code warning-free. 2006/11/29 15:42:24 jl 1.13.8.12: #i70481# checkLicense throws now an exception if user declined the license 2006/11/27 14:32:10 jl 1.13.8.11: #i70481# new interaction when license needs individual agreement 2006/11/27 13:12:05 sb 1.13.8.10: #i70481# Added XPackage.getIdentifier. 2006/11/24 14:05:51 sb 1.13.8.9: #i71941# Do not throw unexpected exceptions. 2006/11/22 17:47:32 sb 1.13.8.8: #i70481# Factored out dependency handling. 2006/11/21 12:20:53 jl 1.13.8.7: #i70481# 2006/11/20 14:43:20 sb 1.13.8.6: #i70481# Made code warning-free. 2006/11/20 13:15:57 sb 1.13.8.5: RESYNC: (1.13-1.15); FILE MERGED 2006/11/16 14:20:52 sb 1.13.8.4: #i70481# Moved extracting information from XML description element to DescriptionInfoset. 2006/11/15 15:30:49 jl 1.13.8.3: #70481# fixed getUpdateInformationURLs 2006/11/15 14:50:50 sb 1.13.8.2: #i70481# ExtensionDescription ctor throws DeploymentException instead of arbitrary Exception. 2006/11/06 16:23:12 sb 1.13.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ad9f952020676ba35e64c4fc9f7f299bb13190d6]

        INTEGRATION: CWS jl49 (1.3.8); FILE MERGED 2006/11/16 14:20:52 sb 1.3.8.3: #i70481# Moved extracting information from XML description element to DescriptionInfoset. 2006/11/15 14:50:50 sb 1.3.8.2: #i70481# ExtensionDescription ctor throws DeploymentException instead of arbitrary Exception. 2006/11/06 16:23:12 sb 1.3.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8aad95095a629575d008958e4cb8f8d9e0c6e8f2]

        INTEGRATION: CWS jl49 (1.4.8); FILE MERGED 2006/11/16 14:20:51 sb 1.4.8.3: #i70481# Moved extracting information from XML description element to DescriptionInfoset. 2006/11/15 14:50:49 sb 1.4.8.2: #i70481# ExtensionDescription ctor throws DeploymentException instead of arbitrary Exception. 2006/11/06 16:23:12 sb 1.4.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [78f74e04d0addce8e02c49bb319fb2fb11787d4f]

        INTEGRATION: CWS jl49 (1.12.8); FILE MERGED 2006/11/27 14:30:55 jl 1.12.8.5: #i70481# checkPrerequisites has another parameter 2006/11/27 13:12:05 sb 1.12.8.4: #i70481# Added XPackage.getIdentifier. 2006/11/21 12:20:52 jl 1.12.8.3: #i70481# 2006/11/20 13:15:39 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/06 16:23:12 sb 1.12.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6a136d4b4af7f61f9275b5e95580554f365f5a1f]

        INTEGRATION: CWS jl49 (1.12.8); FILE MERGED 2006/11/27 14:30:10 jl 1.12.8.5: #i70481# checkPrerequisites has another parameter 2006/11/27 13:12:04 sb 1.12.8.4: #i70481# Added XPackage.getIdentifier. 2006/11/21 12:20:52 jl 1.12.8.3: #i70481# 2006/11/20 13:15:20 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/06 16:23:11 sb 1.12.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [65e551427c84658a67f4db33f3bdf9a5f452ea0c]

        INTEGRATION: CWS jl49 (1.10.8); FILE MERGED 2006/11/27 13:11:05 sb 1.10.8.6: #i70481# Added XPackage.getIdentifier. 2006/11/24 10:38:00 sb 1.10.8.5: #i70481# Next step of dp_gui_updatedialog, various changes to related code. 2006/11/23 15:16:26 sb 1.10.8.4: #i70481# Introduced additional deploymentmisc shared library: fixes for wntmsci10. 2006/11/22 17:33:38 sb 1.10.8.3: #i70481# Introduced additional deploymentmisc shared library. 2006/11/20 13:15:13 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/16 14:20:32 sb 1.10.8.1: #i70481# Moved extracting information from XML description element to DescriptionInfoset.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4c30f14ac16ce1f0f075b03d802e721bccb038f3]

        INTEGRATION: CWS jl49 (1.3.254); FILE MERGED 2006/11/22 17:36:24 sb 1.3.254.1: #i70481# Moved string resource source/deployment/gui/dp_gui_dependencydialog.src:RID_DLG_DEPENDENCIES_UNKNOWN -> source/deployment/misc/dp_misc.src:RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [5ba92f8f12cad7f5f2de42e9c59006e8f009f17e]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/14 09:04:26 jl 1.1.2.10: #i70481# crash when extension does not have description.xml 2006/12/01 15:19:31 sb 1.1.2.9: #i70481# Added getUpdateWebsiteUrl. 2006/11/28 14:14:36 sb 1.1.2.8: #i70481# Handle null element gracefully. 2006/11/27 13:11:05 sb 1.1.2.7: #i70481# Added XPackage.getIdentifier. 2006/11/24 10:38:00 sb 1.1.2.6: #i70481# Next step of dp_gui_updatedialog, various changes to related code. 2006/11/22 17:49:33 sb 1.1.2.5: #i70481# Cleaned up. 2006/11/22 10:34:32 jl 1.1.2.4: #i70481# 2006/11/20 12:41:05 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 16:52:42 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 14:20:13 sb 1.1.2.1: "#i70481# Moved extracting information from XML description element to DescriptionInfoset."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bd134b6f69ae2b93093da92716832312bdcfdfe2]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/27 13:25:11 sb 1.1.2.4: #i70481# Adapted to fixed issue 71891. 2006/11/24 14:23:42 sb 1.1.2.3: #i70481# Noted dependency on issue 71891. 2006/11/23 15:20:37 sb 1.1.2.2: #i70481# Fixed XML namespace handling. 2006/11/22 17:48:11 sb 1.1.2.1: #i70481# Factored out dependency handling.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c54771030daba8bd7c1126d9a4909be02065f585]

        INTEGRATION: CWS jl49 (1.7.42); FILE MERGED 2006/11/21 12:19:36 jl 1.7.42.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [03fa2b70b3177f09b82109d5009dc8d787298222]

        INTEGRATION: CWS jl49 (1.2.8); FILE MERGED 2006/11/22 17:40:08 sb 1.2.8.2: #i70481# Introduced additional deploymentmisc shared library. 2006/11/16 14:36:49 sb 1.2.8.1: #i70481# Merged in rev. 1.3.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [adfd3507dfade0320fcf10e2f93c3ab1d87b767a]

        INTEGRATION: CWS jl49 (1.6.254); FILE MERGED 2006/11/22 17:40:08 sb 1.6.254.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3f7d67f207cf4669ca812bd0bf62d935e9becd16]

        INTEGRATION: CWS jl49 (1.9.34); FILE MERGED 2006/11/22 17:40:08 sb 1.9.34.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a818f3c428073e5decde7fc601e127777b698c3f]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:40:47 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b1684cbe489dedb5292ad0505c77798d50c83c7c]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/23 15:16:25 sb 1.1.2.2: #i70481# Introduced additional deploymentmisc shared library: fixes for wntmsci10. 2006/11/22 17:40:35 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [21627da11259f57b1a66f8263af227e4b32a995c]

        INTEGRATION: CWS jl49 (1.9.254); FILE MERGED 2006/11/30 09:07:14 sb 1.9.254.2: #i70481# Made code warning-free. 2006/11/22 17:40:08 sb 1.9.254.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ff54fc9ff8df31edaccff2115f1c83fb064ae878]

        INTEGRATION: CWS jl49 (1.5.254); FILE MERGED 2006/11/22 17:40:08 sb 1.5.254.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [810f5e1afa8d4ef7bc1ce35e3211c77bbfa5dfc6]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/01 15:19:02 sb 1.1.2.8: #i70481# Added getUpdateWebsiteUrl. 2006/11/28 14:14:10 sb 1.1.2.7: #i70481# Handle null element gracefully. 2006/11/27 13:09:40 sb 1.1.2.6: #i70481# Added XPackage.getIdentifier. 2006/11/24 10:38:00 sb 1.1.2.5: #i70481# Next step of dp_gui_updatedialog, various changes to related code. 2006/11/22 17:40:08 sb 1.1.2.4: #i70481# Introduced additional deploymentmisc shared library. 2006/11/22 10:34:32 jl 1.1.2.3: #i70481# 2006/11/20 12:41:05 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 14:19:53 sb 1.1.2.1: "#i70481# Moved extracting information from XML description element to DescriptionInfoset."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [521415a89c5bf9aa630038ecc302b59a9d241521]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/24 14:48:16 sb 1.1.2.2: #i70481# Documentation. 2006/11/22 17:47:59 sb 1.1.2.1: #i70481# Factored out dependency handling.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [eec463ac1b37deb5cd0841aeef3280a192e52560]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:42:37 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library: moved db.hxx from inc to source/deployment/inc.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a84a59d9ac4345c9ff1cf013147d61ba62babd8a]

        INTEGRATION: CWS jl49 (1.8.8); FILE MERGED 2006/11/27 14:26:21 jl 1.8.8.6: #i70481# added new file 2006/11/23 11:23:29 sb 1.8.8.5: #i70481# Centralized computation of whether a package manager is modifiable. 2006/11/22 17:50:17 sb 1.8.8.4: #i70481# Introduced additional deploymentmisc shared library. 2006/11/17 08:04:00 jl 1.8.8.3: #i70481# 2006/11/16 16:03:30 sb 1.8.8.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:21:43 sb 1.8.8.1: #i70481# Check for Update button and context menu entry.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ee8ba81ea52efcb0db73f8dd7d8fad7f4ffbbb97]

        INTEGRATION: CWS jl49 (1.3.40); FILE MERGED 2006/12/07 19:49:24 jl 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/27 14:25:40 jl 1.3.40.1: #i70481#

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [dd50329f22fb1dd98e35aa62893acb3625324783]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/07 11:04:30 jl 1.1.2.7: #70481# online update enhancements 2006/12/05 11:30:53 jl 1.1.2.6: #70481# 2006/11/30 12:50:00 jl 1.1.2.5: #i70481# dp_gui_updateinstalldialog.cxx dp_gui_updateinstalldialog.hxx dp_gui_updateinstalldialog.src 2006/11/29 15:39:54 jl 1.1.2.4: #i70481# enhanced download and installation dialog 2006/11/27 14:23:54 jl 1.1.2.3: #i70481# extended download and installation dialg 2006/11/17 10:47:29 jl 1.1.2.2: #i70481# using temp folder for downloads 2006/11/16 16:04:59 jl 1.1.2.1: #i70481# new files for download and installation dialog

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ea983d5505605cbd055d85f557593daff3d0b291]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/07 11:04:30 jl 1.1.2.11: #70481# online update enhancements 2006/12/05 11:30:53 jl 1.1.2.10: #70481# 2006/11/30 12:50:00 jl 1.1.2.9: #i70481# dp_gui_updateinstalldialog.cxx dp_gui_updateinstalldialog.hxx dp_gui_updateinstalldialog.src 2006/11/29 15:39:54 jl 1.1.2.8: #i70481# enhanced download and installation dialog 2006/11/27 14:23:44 jl 1.1.2.7: #i70481# extended download and installation dialg 2006/11/22 10:33:51 jl 1.1.2.6: #i70481# 2006/11/21 12:18:11 jl 1.1.2.5: #i70481# 2006/11/17 16:52:42 sb 1.1.2.4: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:59:44 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 10:47:29 jl 1.1.2.2: #i70481# using temp folder for downloads 2006/11/16 16:04:50 jl 1.1.2.1: #i70481# new files for download and installation dialog

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7c25b2baae4c8f45c7a588598b3af0a8aae3fc39]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 14:41:56 jl 1.1.2.21: #70481# 2006/12/07 11:04:30 jl 1.1.2.20: #70481# online update enhancements 2006/12/05 11:30:53 jl 1.1.2.19: #70481# 2006/12/01 09:56:11 sb 1.1.2.18: #i70481# Made code warning-free. 2006/12/01 09:51:14 sb 1.1.2.17: #i70481# Made code warning-free. 2006/12/01 08:57:53 jl 1.1.2.16: #i70481# 2006/11/30 12:50:00 jl 1.1.2.15: #i70481# dp_gui_updateinstalldialog.cxx dp_gui_updateinstalldialog.hxx dp_gui_updateinstalldialog.src 2006/11/30 09:06:27 sb 1.1.2.14: #i70481# Made code warning-free. 2006/11/29 15:39:54 jl 1.1.2.13: #i70481# enhanced download and installation dialog 2006/11/27 14:23:17 jl 1.1.2.12: #i70481# extended download and installation dialg 2006/11/23 08:50:36 sb 1.1.2.11: Made code warning-free. 2006/11/22 10:33:51 jl 1.1.2.10: #i70481# 2006/11/21 12:18:11 jl 1.1.2.9: #i70481# 2006/11/20 15:23:47 sb 1.1.2.8: #i70481# Adapted to changes on CWS updatefeed; made code warning-free. 2006/11/17 16:52:42 sb 1.1.2.7: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:56:49 sb 1.1.2.6: #i70481# Fixed typo. 2006/11/17 12:47:36 jl 1.1.2.5: #i70481# 2006/11/17 10:47:29 jl 1.1.2.4: #i70481# using temp folder for downloads 2006/11/17 08:40:48 sb 1.1.2.3: #i70481# Fixed casing of #include file. 2006/11/17 08:04:00 jl 1.1.2.2: #i70481# 2006/11/16 16:04:40 jl 1.1.2.1: #i70481# new files for download and installation dialog

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [563934985521964953967e1bb88195d63e54e409]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/06 09:46:38 sb 1.1.2.11: #i70481# Resource string changes. 2006/12/06 08:44:00 sb 1.1.2.10: #i70481# HelpID for dp_gui_updatedialog. 2006/12/05 16:54:32 sb 1.1.2.9: #i70481# Next step of dp_gui_updatedialog. 2006/12/01 15:24:39 sb 1.1.2.8: #i70481# Next step of dp_gui_updatedialog. 2006/11/30 13:56:28 sb 1.1.2.7: #i70481# Next step of dp_gui_updatedialog. 2006/11/23 15:21:24 sb 1.1.2.6: #i70481# Cleaned up description display. 2006/11/22 17:52:20 sb 1.1.2.5: #i70481# Missing borders. 2006/11/17 16:52:41 sb 1.1.2.4: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:59:44 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:03:30 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:13:53 sb 1.1.2.1: "#i70481# A first primitive stub for an Update dialog."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7f384909b0005f2ce1328bdb7740c0f13944cf6c]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/05 16:54:32 sb 1.1.2.10: #i70481# Next step of dp_gui_updatedialog. 2006/12/01 15:24:39 sb 1.1.2.9: #i70481# Next step of dp_gui_updatedialog. 2006/11/30 16:25:07 sb 1.1.2.8: #i70481# Merge problems. 2006/11/30 13:56:28 sb 1.1.2.7: #i70481# Next step of dp_gui_updatedialog. 2006/11/27 16:27:17 sb 1.1.2.6: #i70481# Experimental code to disable checkboxes. 2006/11/23 11:23:29 sb 1.1.2.5: #i70481# Centralized computation of whether a package manager is modifiable. 2006/11/17 16:52:41 sb 1.1.2.4: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:59:44 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:03:30 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:13:29 sb 1.1.2.1: "#i70481# A first primitive stub for an Update dialog."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f6d798de9043994b341f26eccc6438d016362e01]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/12/12 14:41:56 jl 1.1.2.22: #70481# 2006/12/12 09:39:10 sb 1.1.2.21: #i70481# Added TODO issue ID; renamed variable to avoid compiler warning. 2006/12/05 16:54:32 sb 1.1.2.20: #i70481# Next step of dp_gui_updatedialog. 2006/12/01 15:24:39 sb 1.1.2.19: #i70481# Next step of dp_gui_updatedialog. 2006/11/30 13:56:28 sb 1.1.2.18: #i70481# Next step of dp_gui_updatedialog. 2006/11/30 13:00:46 jl 1.1.2.17: #i70481# revert previous change 2006/11/30 12:50:00 jl 1.1.2.16: #i70481# dp_gui_updateinstalldialog.cxx dp_gui_updateinstalldialog.hxx dp_gui_updateinstalldialog.src 2006/11/27 16:27:26 sb 1.1.2.15: #i70481# Experimental code to disable checkboxes. 2006/11/27 13:15:20 sb 1.1.2.14: #i70481# Added XPackage.getIdentifier. 2006/11/24 10:37:59 sb 1.1.2.13: #i70481# Next step of dp_gui_updatedialog, various changes to related code. 2006/11/23 15:28:12 sb 1.1.2.12: #i70481# Pre-check downloadable updates. 2006/11/23 15:21:24 sb 1.1.2.11: #i70481# Cleaned up description display. 2006/11/23 11:23:29 sb 1.1.2.10: #i70481# Centralized computation of whether a package manager is modifiable. 2006/11/22 17:52:58 sb 1.1.2.9: #i70481# Next step of dp_gui_updatedialog. 2006/11/20 15:23:47 sb 1.1.2.8: #i70481# Adapted to changes on CWS updatefeed; made code warning-free. 2006/11/20 12:41:04 sb 1.1.2.7: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 16:52:41 sb 1.1.2.6: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:59:44 sb 1.1.2.5: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 08:22:48 sb 1.1.2.4: #i70481# Fixed OSL_ASSERT. 2006/11/17 08:04:00 jl 1.1.2.3: #i70481# 2006/11/16 16:03:29 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:13:40 sb 1.1.2.1: "#i70481# A first primitive stub for an Update dialog."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [dd3f32fb9fd8a324f07e0738ae821cda7498eae2]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/20 12:41:04 sb 1.1.2.4: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 16:52:41 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 12:59:44 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:04:31 jl 1.1.2.1: #i70481# new files for download and installation dialog

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b2d10dc4981bbf990799084797f1644dd9100e59]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/06 15:34:52 sb 1.1.2.1: "#i70481# Asynchronously determine whether dp_gui::DialogImpl's "Check for Updates..." button shall be enabled (which theoretically can take some time)."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3a0674ebcdf8e7d4f055b71cbd6835025fa74bb0]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/20 15:23:46 sb 1.1.2.5: #i70481# Adapted to changes on CWS updatefeed; made code warning-free. 2006/11/17 12:59:44 sb 1.1.2.4: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:03:29 sb 1.1.2.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/07 16:38:08 sb 1.1.2.2: #i70481# Virtual onTerminated had been called after object had been destroyed. 2006/11/06 15:35:04 sb 1.1.2.1: "#i70481# Asynchronously determine whether dp_gui::DialogImpl's "Check for Updates..." button shall be enabled (which theoretically can take some time)."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0006fcbd30edd7b9a98b5b49bb56fc0691b01b4d]

        INTEGRATION: CWS jl49 (1.11.26); FILE MERGED 2006/11/30 08:56:34 sb 1.11.26.10: #i70481# Made code warning-free. 2006/11/30 08:51:52 jl 1.11.26.9: #i70481# ProgressCommandEnv constructor has now different signature 2006/11/27 14:21:49 jl 1.11.26.8: #i70481# ProgressCommandEnv is now created with additional parameter 2006/11/24 14:23:08 sb 1.11.26.7: #i70481# Fixed context menu calculation. 2006/11/21 09:52:15 sb 1.11.26.6: Fixed merge conflict resolution. 2006/11/20 15:23:46 sb 1.11.26.5: #i70481# Adapted to changes on CWS updatefeed; made code warning-free. 2006/11/20 13:13:48 sb 1.11.26.4: RESYNC: (1.11-1.12); FILE MERGED 2006/11/17 12:59:43 sb 1.11.26.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:21:42 sb 1.11.26.2: #i70481# Check for Update button and context menu entry. 2006/10/18 11:13:34 jl 1.11.26.1: #i70481# Extension Manager has now a version column. Currently no default versions are displayed

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4d755f746b0bc684b783dc03f175521d01b6dadb]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/17 16:52:41 sb 1.1.2.2: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/16 16:02:46 sb 1.1.2.1: "#i70481# Next step of dp_gui_updatedialog; various related improvements in other code."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [8ad66820f27a888c3695468754dc30ad99cc0c07]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/16 16:02:59 sb 1.1.2.1: "#i70481# Next step of dp_gui_updatedialog; various related improvements in other code."

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f77e6d346e0df95e015ed10f6eb50e127e1b4f22]

        INTEGRATION: CWS jl49 (1.8.8); FILE MERGED 2006/12/14 10:11:02 jl 1.8.8.4: #i70481# umlauts not correct in german 2006/12/01 15:24:39 sb 1.8.8.3: #i70481# Next step of dp_gui_updatedialog. 2006/11/06 16:21:42 sb 1.8.8.2: #i70481# Check for Update button and context menu entry. 2006/10/18 11:13:34 jl 1.8.8.1: #i70481# Extension Manager has now a version column. Currently no default versions are displayed

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a14ac8294cc4f86d4e1fd9a172dda4d3fe8b497d]

        INTEGRATION: CWS jl49 (1.2.60); FILE MERGED 2006/11/22 17:36:09 sb 1.2.60.1: #i70481# Moved string resource source/deployment/gui/dp_gui_dependencydialog.src:RID_DLG_DEPENDENCIES_UNKNOWN -> source/deployment/misc/dp_misc.src:RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2f5a3648beadeeaab37683b6380eff84b2c20c72]

        INTEGRATION: CWS jl49 (1.4.28); FILE MERGED 2006/11/22 17:50:57 sb 1.4.28.1: #i70481# Factored out dependency handling.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [19a0cd1813910661ac444471e56a1fa71223c015]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/27 15:31:34 sb 1.1.2.2: #i70481# Made code warning-free. 2006/11/27 14:27:38 jl 1.1.2.1: #70481# text are with automatic scrollbar

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [38250249b7af9a97aa8be779474c0c4261a577a6]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/27 14:27:27 jl 1.1.2.1: #70481# text are with automatic scrollbar

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b6b0df1f0756b9a7da32e576e6b296c89c6df1e5]

        INTEGRATION: CWS jl49 (1.5.8); FILE MERGED 2006/12/07 11:04:30 jl 1.5.8.15: #70481# online update enhancements 2006/12/05 16:54:32 sb 1.5.8.14: #i70481# Next step of dp_gui_updatedialog. 2006/12/05 11:30:52 jl 1.5.8.13: #70481# 2006/12/01 15:24:38 sb 1.5.8.12: #i70481# Next step of dp_gui_updatedialog. 2006/11/30 13:56:28 sb 1.5.8.11: #i70481# Next step of dp_gui_updatedialog. 2006/11/29 15:39:25 jl 1.5.8.10: #i70481# extended download and installation dialog 2006/11/27 14:15:31 jl 1.5.8.9: #i70481# enhanced download and installation dialog 2006/11/22 17:38:04 sb 1.5.8.8: #i70481# Moved string resource source/deployment/gui/dp_gui_dependencydialog.src:RID_DLG_DEPENDENCIES_UNKNOWN -> source/deployment/misc/dp_misc.src:RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN. 2006/11/17 12:59:43 sb 1.5.8.7: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/17 10:47:28 jl 1.5.8.6: #i70481# using temp folder for downloads 2006/11/17 08:40:24 sb 1.5.8.5: #i70481# Removed spurious garbage. 2006/11/17 08:03:59 jl 1.5.8.4: #i70481# 2006/11/16 16:03:29 sb 1.5.8.3: #i70481# Next step of dp_gui_updatedialog; various related improvements in other code. 2006/11/06 16:21:42 sb 1.5.8.2: #i70481# Check for Update button and context menu entry. 2006/10/18 11:13:34 jl 1.5.8.1: #i70481# Extension Manager has now a version column. Currently no default versions are displayed

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [4b368ad603d21371efb52e8eff3edd533d14456a]

        INTEGRATION: CWS jl49 (1.9.60); FILE MERGED 2006/11/22 17:46:17 sb 1.9.60.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9ea73f8442cdec117fd068d74115959f03033724]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:30:54 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library: moved cxx files belonging to deployment.uno from source/deployment/misc to source/deployment.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3d86c2e2d03442426846d077d7ea2ca22f63b4cf]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:30:32 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library: moved cxx files belonging to deployment.uno from source/deployment/misc to source/deployment.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3aa21ea2148341ddbe01b290f92e535773f45fb3]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:30:43 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library: moved cxx files belonging to deployment.uno from source/deployment/misc to source/deployment.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [997b5ebdf680af546fbf813e63d934c294b2ad0b]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/22 17:30:18 sb 1.1.2.1: #i70481# Introduced additional deploymentmisc shared library: moved cxx files belonging to deployment.uno from source/deployment/misc to source/deployment.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [71bb8d898732573d057f994aba0d6e20f3a465bb]

        INTEGRATION: CWS jl49 (1.49.32); FILE MERGED 2006/11/22 17:44:29 sb 1.49.32.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [71867493d79cb233f5fc6f2d565eeaa6ceffb920]

        INTEGRATION: CWS jl49 (1.2.60); FILE MERGED 2006/11/22 17:37:33 sb 1.2.60.1: #i70481# Moved string resource source/deployment/gui/dp_gui_dependencydialog.src:RID_DLG_DEPENDENCIES_UNKNOWN -> source/deployment/misc/dp_misc.src:RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1a26c61b82f22861fe6c63308fa6a5ed02991c62]

        INTEGRATION: CWS jl49 (1.214.10); FILE MERGED 2006/12/07 19:45:33 jl 1.214.10.3: RESYNC: (1.214-1.216); FILE MERGED 2006/11/23 15:14:52 sb 1.214.10.2: #i70481# Missing patch flag. 2006/11/23 15:01:17 sb 1.214.10.1: #i70481# Introduced additional deploymentmisc shared library.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0b209bebb1a5fdb263235a330fc3dfab235d78ec]

        INTEGRATION: CWS jl49 (1.34.116); FILE MERGED 2006/12/07 19:42:02 jl 1.34.116.2: RESYNC: (1.34-1.36); FILE MERGED 2006/12/01 09:12:47 sb 1.34.116.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e02ba32f9c2638a712431f7593362a3f8d5fd25e]

        INTEGRATION: CWS jl49 (1.34.36); FILE MERGED 2006/12/07 19:39:44 jl 1.34.36.2: RESYNC: (1.34-1.35); FILE MERGED 2006/12/01 09:12:46 sb 1.34.36.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [283e159d47f503b2678a147af86c6c27535347cc]

        INTEGRATION: CWS jl49 (1.4.10); FILE MERGED 2006/11/17 16:22:47 sb 1.4.10.1: #i70481# Made relative paths work for selectNodeList.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3202ca91c00e8104ef88d4db4e0e41adf96008a9]

        INTEGRATION: CWS jl49 (1.9.8); FILE MERGED 2006/11/27 11:52:29 lo 1.9.8.1: #i71891# return empty string when non exitent attribute is queried

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7a404b02cb096dd3c7384a562687f7e4ca79f4dc]

        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>  [5847ed8dcc0ee1d9c13f710df046331c38795d6c]

        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>  [de5b0c4c2e9f741703ee1fd40218ebb62f2f18b6]

        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>  [5f6ce9535fd3dd67d4d8e2c9a4321076fdc22250]

        INTEGRATION: CWS jl49 (1.20.8); FILE MERGED 2006/12/01 10:07:13 sb 1.20.8.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2624a9d01e82c4679f8deaf49169958e4a6e4b27]

        INTEGRATION: CWS jl49 (1.58.8); FILE MERGED 2006/12/01 10:07:12 sb 1.58.8.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [30ac70b666f3a30b50dd8f5572cb099cc3276e09]

        INTEGRATION: CWS jl49 (1.20.52); FILE MERGED 2006/12/01 12:14:40 sb 1.20.52.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [cfa52354aec7f5013bb7bf7db9dd1ddcc7476592]

        INTEGRATION: CWS jl49 (1.16.44); FILE MERGED 2006/12/01 12:18:08 sb 1.16.44.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [42e0046cc814e8a61b0fad106ac2588e72761f47]

        INTEGRATION: CWS jl49 (1.7.42); FILE MERGED 2006/12/07 19:21:31 jl 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2006/12/01 12:14:40 sb 1.7.42.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [60ea8097d99f40ddf27669b9dd20624ab6877953]

        INTEGRATION: CWS jl49 (1.5.104); FILE MERGED 2006/12/01 12:14:40 sb 1.5.104.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e80d22ed356349640e999b318e126c9f18838f13]

        INTEGRATION: CWS jl49 (1.33.36); FILE MERGED 2006/12/01 12:18:07 sb 1.33.36.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f6d13194f277bf031dafff7ce9220188febfee73]

        INTEGRATION: CWS jl49 (1.14.36); FILE MERGED 2006/12/07 19:20:24 jl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 12:14:39 sb 1.14.36.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [059f5c24c4ff5de6ad87d933dcc9168ca6b21985]

        INTEGRATION: CWS jl49 (1.57.116); FILE MERGED 2006/11/30 13:45:56 sb 1.57.116.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [475d6725f55ecf1995f20d7932a2edadf5bc6492]

        INTEGRATION: CWS jl49 (1.16.270); FILE MERGED 2006/11/30 13:45:55 sb 1.16.270.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [41b9ef411f7155ad90cdd2afdfcedf44223e1f02]

        INTEGRATION: CWS jl49 (1.11.270); FILE MERGED 2006/11/30 13:45:55 sb 1.11.270.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [c7ccd2600b24072e0106949407594ee914e081e0]

        INTEGRATION: CWS jl49 (1.43.148); FILE MERGED 2006/11/30 13:45:55 sb 1.43.148.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [2ff4c88b71c14b91715236a68dfa79576b071c39]

        INTEGRATION: CWS jl49 (1.10.148); FILE MERGED 2006/11/30 13:45:55 sb 1.10.148.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ec657836c08c117be7a39d9af361c7c3abc8a182]

        INTEGRATION: CWS jl49 (1.4.678); FILE MERGED 2006/11/30 13:45:55 sb 1.4.678.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bd3146efa548b728d2c50e0cf968cb8c6beca781]

        INTEGRATION: CWS jl49 (1.7.148); FILE MERGED 2006/11/30 13:45:54 sb 1.7.148.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [60039ccc3be64e15f2d789a5848f7661a7095823]

        INTEGRATION: CWS jl49 (1.8.148); FILE MERGED 2006/11/30 13:45:54 sb 1.8.148.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [69afe5eac01eb5afe10bac37321971f5589380f4]

        INTEGRATION: CWS jl49 (1.5.148); FILE MERGED 2006/11/30 13:45:54 sb 1.5.148.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [131c5228338fac338104f9e343dc15436013fb9e]

        INTEGRATION: CWS jl49 (1.14.116); FILE MERGED 2006/11/30 13:45:54 sb 1.14.116.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [47dec9765a1a50b3ac4f0a7d7c1de3ea5c91cd51]

        INTEGRATION: CWS jl49 (1.13.116); FILE MERGED 2006/11/30 13:45:54 sb 1.13.116.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e4050256aa5c6c04b7d512f8d58c5b743c137a1b]

        INTEGRATION: CWS jl49 (1.9.116); FILE MERGED 2006/12/12 09:03:30 sb 1.9.116.3: #i70481# Added TODO issue ID. 2006/12/04 13:46:48 sb 1.9.116.2: #i70481# Prepare for high-contrast images (not yet functional, has to be addressed by future issue). 2006/11/30 13:45:54 sb 1.9.116.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [81070e66320ca48e9d3fd97c39b6bd5c5b86344d]

        INTEGRATION: CWS jl49 (1.4.678); FILE MERGED 2006/11/30 13:45:53 sb 1.4.678.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e426672775266a4c0af786d11753a26c78480895]

        INTEGRATION: CWS jl49 (1.9.30); FILE MERGED 2006/11/27 14:08:28 jl 1.9.30.4: #i70481# another parameter for checkRequirements 2006/11/27 13:08:30 sb 1.9.30.3: #i70481# Added XPackage.getIdentifier. 2006/11/22 11:00:24 jl 1.9.30.2: #i70481# 2006/11/07 13:57:17 sb 1.9.30.1: #i70481# added getUpdateInformationURLs.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0491a6c168650550972d8864cb49c7fde8935ac2]

        INTEGRATION: CWS jl49 (1.1.2); FILE ADDED 2006/11/27 14:06:28 jl 1.1.2.1: #70481# new exception for license handling

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [77e2cb6391de55151e9ff445a13421b2969a25e8]

        INTEGRATION: CWS jl49 (1.2.88); FILE MERGED 2006/11/27 14:07:30 jl 1.2.88.1: #i70481# individual agreement is now handled by LicenseIndividualAgreementException

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [da5c07ed91212c6b6e044aa7533ae77d9ae91247]

        INTEGRATION: CWS jl49 (1.39.2); FILE MERGED 2006/12/18 16:01:37 jl 1.39.2.1: #i70481# added idls which are introduced on cws updchk02

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e7846e7d6cc84b1e3ddbcd7edc33a1d6ddabc83b]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:06:53 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>  [fad1ab07b337def3f32512f1cdd5c4d98199dfcf]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:06:33 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>  [0f96f7c64f8e51ec60e1f46f1d86c0677c9ce6e2]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:04:50 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>  [689195aa123a7c32e428502fd00f52d0a7f806b5]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:04:40 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>  [417efa05f4af49ae23d0b6d062acde70722c5d63]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:04: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>  [05675562921572cfedc67316a0de7969d731b907]

        INTEGRATION: CWS jl49 (1.1.4); FILE ADDED 2006/12/18 16:04:18 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>  [d75b330d531b61d093b7128e4baf463555a81304]

        INTEGRATION: CWS jl49 (1.32.74); FILE MERGED 2006/12/07 17:36:57 jl 1.32.74.2: RESYNC: (1.32-1.33); FILE MERGED 2006/12/01 20:20:44 sb 1.32.74.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [41e13f9a056252e95b395dd6266ab066c13a7671]

        INTEGRATION: CWS jl49 (1.41.60); FILE MERGED 2006/12/07 17:36:51 jl 1.41.60.2: RESYNC: (1.41-1.43); FILE MERGED 2006/12/01 20:20:44 sb 1.41.60.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [59c467d8ff34582feb984307e069ed98651e3af6]

        INTEGRATION: CWS jl49 (1.6.96); FILE MERGED 2006/12/07 17:29:53 jl 1.6.96.2: RESYNC: (1.6-1.7); FILE MERGED 2006/12/01 20:20:43 sb 1.6.96.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [a2442eba39e28cd375f9f952f05e724fbdc5c0c9]

        INTEGRATION: CWS jl49 (1.12.76); FILE MERGED 2006/12/01 14:32:20 sb 1.12.76.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6e0f782f07f34e7d6de3f641ff05158807721eaf]

        INTEGRATION: CWS jl49 (1.8.60); FILE MERGED 2006/12/01 09:12:16 sb 1.8.60.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [827cb8f818ba91d21deab2fd66583c87ee7c0189]

        INTEGRATION: CWS jl49 (1.25.22); FILE MERGED 2006/12/01 09:12:16 sb 1.25.22.1: #i70481# Extended SvLBoxButton.

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [374c9a1e601b4facbc92a6bf8901ac46947d3b8d]

        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>  [a1901028090ed42f42cc7320b0da09ba4f29b4d8]

        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>  [4ff34b86bef8a798d742961b74b973305efddcd9]

        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>  [d373719951c18938993c1d72f71fbc27f00ed3b0]

        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>  [43daf9c2161ff57528c27e34d0247bf2aa129c63]

        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>  [3f4798a633be4330707f9cece7d554214673e18e]

        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>  [81045d73e5c1464a9e64c62f6fcc702e69eb8c3c]

        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>  [25940a201b8a41b9106972df4016ce0e1c5ce3b7]

        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>  [5a607edc52114a2c0e8074ec54c1cfe241271887]

        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>  [789152a4f71bede0d004b913506428f67da88680]

        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>  [cde360225b5b953096fe316ea923cf13dd2282aa]

        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>  [b23f4c1f968062b78a8c827b9d40f66cb0e97673]

        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>  [22ba56aaf0f946b79b27a61c7c613415d54d5616]

        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>  [6c852e7099e60953b3d16f67d0f0617026e36439]

        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>  [aa4004cd6b22fc0dc28fd31e6ebf308f431605e1]

        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>  [ca6530fef036d03c66c35af7519a20f055067b92]

        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>  [a9060234bf6ccb716fc5d8048f4836e9417cbb8b]

        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>  [74bef16b5d22d1ac654d5c6a56a3e850b4a7df50]

        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>  [f7970ba84e4ebe1add720d7dc6d052426f75937b]

        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>  [73ef99934c38e71fcd7fc1d3546b3b5c6daff781]

        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>  [eb666ea2fc7b3f078a57fa7f89a58be48c5993ec]

        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>  [936706e64a8e83c8e9ebdd591185ee9cff16cd48]

        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>  [1d4e60fc3b8364926291f7d2b0be6785fd174d0d]

        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>  [242f618e700f555a55fa7d5bb2bd7cf186b26d7b]

        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>  [daaf5e629d26b86b10f6de022c8c06cb8bf99565]

        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-20  Ivo Hinkelmann  <ihi@openoffice.org>  [d3a2fc4ea052f7c152ffa04768456ca92a926691]

        INTEGRATION: CWS docstatfix (1.86.66); FILE MERGED 2006/12/12 11:04:58 hbrinkm 1.86.66.5: #144140# removed changes off #i58982# 2006/12/12 10:28:24 hbrinkm 1.86.66.4: #144140# removed changes off #i58982# 2006/11/13 11:17:42 hbrinkm 1.86.66.3: RESYNC: (1.86-1.87); FILE MERGED 2006/11/08 10:34:29 hbrinkm 1.86.66.2: #i58982# applied patch 2006/11/03 15:37:19 hbrinkm 1.86.66.1: #i58982# applied patch

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [370eae2459a608d1d02060e036a36e23b1691c4c]

        INTEGRATION: CWS jsc16 (1.19.30); FILE MERGED 2006/12/18 13:40:57 jsc 1.19.30.2: #i72403# extend uno-skeletonmaker docu for add-ons 2006/12/18 12:26:07 jsc 1.19.30.1: #i72403# extend uno-skeletonmaker docu for add-ons

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bc7d53ec764ad782563c41e4bd353dd99f59cf59]

        INTEGRATION: CWS jsc16 (1.8.2); FILE MERGED 2006/12/08 16:03:08 jsc 1.8.2.1: #i69760# integrate simple addon support

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [115ed8f6f06ced612f1f38b99d574cbd93661e36]

        INTEGRATION: CWS jsc16 (1.8.14); FILE MERGED 2006/12/08 16:03:08 jsc 1.8.14.1: #i69760# integrate simple addon support

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f4786f7e3c6ab28e761641cb88509d542f47926c]

        INTEGRATION: CWS jsc15 (1.21.36); FILE MERGED 2006/11/23 08:51:12 jsc 1.21.36.1: #i71865# remove old XML spec

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [7f9cddf5e0c0960e9766b3daf92e6e2a68e3b8b5]

        INTEGRATION: CWS jsc15 (1.21.46); FILE MERGED 2006/11/23 08:51:11 jsc 1.21.46.1: #i71865# remove old XML spec

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [6c4bfb4ac66f0c624cda70fe55dcff90199257a2]

        INTEGRATION: CWS jsc15 (1.20.46); FILE MERGED 2006/11/27 07:45:54 jsc 1.20.46.1: #i68136# extend script to support VC 2005 Express

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3dc9af06a769da982539942bf170d3b8481ca945]

        INTEGRATION: CWS jsc15 (1.81.34); FILE MERGED 2006/11/23 08:51:11 jsc 1.81.34.1: #i71865# remove old XML spec

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [1fb4df278b3aa69dd26f6e134bfaefdcf92e0a3a]

        INTEGRATION: CWS jsc15 (1.11.46); FILE MERGED 2006/11/24 12:51:55 jsc 1.11.46.1: #i68136# insert manifest linking

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [81e215008ad79f6dd0cab4e6be458bef34401e67]

        INTEGRATION: CWS jsc15 (1.10.2); FILE MERGED 2006/11/24 12:51:54 jsc 1.10.2.1: #i68136# insert manifest linking

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [902508ff69e4d62341f877bc839a1d4bda21f1c3]

        INTEGRATION: CWS jsc15 (1.2.36); FILE MERGED 2006/11/24 12:51:54 jsc 1.2.36.1: #i68136# insert manifest linking

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [47871d7bbd3dd469e8a4f0a7440353f30bf96a34]

        INTEGRATION: CWS jsc15 (1.6.122); FILE MERGED 2006/11/24 12:54:07 jsc 1.6.122.1: #i68136# insert manifest linking for VC8

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [9fbdc72eaa63aca9699097c9cccee1735336aeed]

        INTEGRATION: CWS jsc15 (1.8.122); FILE MERGED 2006/11/24 12:54:07 jsc 1.8.122.1: #i68136# insert manifest linking for VC8

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [0d033990ca072ae0994c5a8660ad1ab6e73f09f3]

        INTEGRATION: CWS jsc15 (1.4.66); FILE MERGED 2006/11/24 12:53:15 jsc 1.4.66.1: #i68136# adapt include

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b38cda588a0f2899669f81d18a6ef54684ce5264]

        INTEGRATION: CWS jsc15 (1.7.118); FILE MERGED 2006/11/24 12:54:06 jsc 1.7.118.1: #i68136# insert manifest linking for VC8

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [abc64e01f5466810d7a11c8ddf92a9a1106b4c3c]

        INTEGRATION: CWS jsc15 (1.8.36); FILE MERGED 2006/11/24 12:54:06 jsc 1.8.36.1: #i68136# insert manifest linking for VC8

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [03a974032f76beb73b904c891b42e1670bbe7f0c]

        INTEGRATION: CWS jsc15 (1.6.122); FILE MERGED 2006/11/24 12:54:06 jsc 1.6.122.1: #i68136# insert manifest linking for VC8

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [960efa52c3ecfeef40a3f62f898aeff96160c45f]

        INTEGRATION: CWS jsc15 (1.2.122); FILE MERGED 2006/11/16 12:08:08 cn 1.2.122.1: #i66543# cancel button added

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [bf0e839ffb1326b29922afcffd7828475e34d649]

        INTEGRATION: CWS jsc15 (1.8.82); FILE MERGED 2006/11/23 13:57:18 jsc 1.8.82.1: #i71575# integrate patch

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [b82125a7bcfb221fab2711494e0da61d8fa44027]

        INTEGRATION: CWS jsc15 (1.18.110); FILE MERGED 2006/11/23 08:52:12 jsc 1.18.110.1: #i71865# remove old xml file format spec, insert link to online version

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [ae0bc591967c193ca4881100b3fd8ccd3440d482]

        INTEGRATION: CWS jsc15 (1.7.82); FILE MERGED 2006/11/27 07:45:53 jsc 1.7.82.1: #i68136# extend script to support VC 2005 Express

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [f96158d99c6cd0aa6cb1d977ae19270686fa01bf]

        INTEGRATION: CWS jsc15 (1.5.46); FILE MERGED 2006/11/20 15:33:09 jsc 1.5.46.1: #i69877# add new interface XImplementationRegistration2

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [508d470cd290885f4ea79c402150cc621dbded83]

        INTEGRATION: CWS jsc15 (1.1.2); FILE ADDED 2006/11/21 07:37:32 jsc 1.1.2.2: #i69877# insert since tag 2006/11/20 15:32:18 jsc 1.1.2.1: #i69877# new specailized version of the registration interface

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [df30a31fcff28f2cb90ed838189650238f7a0337]

        INTEGRATION: CWS jsc15 (1.17.12); FILE MERGED 2006/11/21 07:21:46 jsc 1.17.12.1: #i69877# insert new option -wop to register without path, introduce XImplementationRegistration2

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [51a48ec858c37b2d8eb503a81c7ba041811591e0]

        INTEGRATION: CWS jsc15 (1.16.12); FILE MERGED 2006/11/21 07:08:59 jsc 1.16.12.1: #i69877# change XImplementationRegistration to XImplementationRegistration2

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [3122a22975c0dff493cdbb4d8e8ca18441c89338]

        INTEGRATION: CWS jsc15 (1.25.18); FILE MERGED 2006/11/23 15:24:58 jsc 1.25.18.3: #i69877# use correct index 2006/11/21 09:14:07 jsc 1.25.18.2: #i69877# remove german comments 2006/11/21 07:25:57 jsc 1.25.18.1: #i69877# implement XImplementationRegistration2

2006-12-20  Ivo Hinkelmann  <ihi@openoffice.org>  [e19346abf870d5ecd7eaee5fd373a7318f978f4d]

        INTEGRATION: CWS jsc15 (1.4.64); FILE MERGED 2006/11/23 15:34:36 jsc 1.4.64.1: #i69877# use new regcomp option -wop to ensure installation of local component libs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2779419de13fcbbabfca6893fb955b1829ac277a]

        INTEGRATION: CWS docstatfix (1.77.332); FILE MERGED 2006/11/03 11:12:06 hbrinkm 1.77.332.1: #i53055# applied patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4219ac3df304305155174a6786ea3d6457e049ee]

        INTEGRATION: CWS docstatfix (1.129.48); FILE MERGED 2006/11/03 11:12:06 hbrinkm 1.129.48.1: #i53055# applied patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [265dc2aaf79ebebd16d2e556dca3c3779dec71f7]

        INTEGRATION: CWS docstatfix (1.125.28); FILE MERGED 2006/11/20 12:24:09 hbrinkm 1.125.28.2: #i25247# applied patch 2006/11/06 10:51:15 hbrinkm 1.125.28.1: #i25247# applied patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c02c551e2dbfdfd7b26afa7f4c72957082203fd8]

        INTEGRATION: CWS docstatfix (1.20.70); FILE MERGED 2006/11/06 11:17:27 hbrinkm 1.20.70.1: #i68409# HdFtDistanceGlue::HdFtDistanceGlue: ensure initialization of members

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b002beecdcc007334b8dd330b466e34d00722b1d]

        INTEGRATION: CWS docstatfix (1.1.6); FILE ADDED 2006/11/03 11:37:45 hbrinkm 1.1.6.1: #i53055# applied patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a249fe1a5f5df47aa6a585fd70f283414403f6c0]

        INTEGRATION: CWS docstatfix (1.49.2); FILE MERGED 2006/12/12 10:28:24 hbrinkm 1.49.2.3: #144140# removed changes off #i58982# 2006/11/13 11:05:06 hbrinkm 1.49.2.2: RESYNC: (1.49-1.51); FILE MERGED 2006/11/03 15:37:19 hbrinkm 1.49.2.1: #i58982# applied patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [47694f1ebb98f9d8b7a994327226f63dd7720aa5]

        INTEGRATION: CWS native72 (1.17.14); FILE MERGED 2006/12/05 08:47:43 pb 1.17.14.1: fix: #i70859# VersionText = '  '

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [893f9dc8c044e990ebbdd52f2b574fd080b3bf13]

        INTEGRATION: CWS native72 (1.15.20); FILE MERGED 2006/12/12 11:06:00 is 1.15.20.1: #144138# 2.2 readyness

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [25ff2bf3490fd15605123104411b319e473dc8b4]

        INTEGRATION: CWS native72 (1.199.2); FILE MERGED 2006/12/05 08:50:28 pb 1.199.2.1: fix: #i70859# ooSetupVersionAboutBox added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9a27e64b3ae6915e38939cf822e3a28c9d93c329]

        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>  [c9e28e9c9712038c9bf46bae13116c9eaedcb754]

        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>  [1bb7e896ce4d2d0b2d5a720ef0eae5d2d853a334]

        INTEGRATION: CWS native72 (1.73.22); FILE MERGED 2006/11/14 10:02:18 is 1.73.22.1: #i69774# patch for md5sum on cygwin

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d49a2e3612282759534d398e4de6f23df8b5c031]

        INTEGRATION: CWS native72 (1.5.34); FILE MERGED 2006/11/14 12:22:12 obr 1.5.34.1: #i67228# added support for relative install directories

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [82c25b3a645d87e92adc1d1c2b13af48401317ec]

        INTEGRATION: CWS native72 (1.16.16); FILE MERGED 2006/11/14 12:22:59 obr 1.16.16.1: added appropriate error message for pkg lock problem

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [70e923f688f5b87ae0b28311b8a27cd4893c224a]

        INTEGRATION: CWS native72 (1.43.16); FILE MERGED 2006/12/12 10:48:48 is 1.43.16.2: #144138# 2.2 readyness 2006/11/20 14:17:24 is 1.43.16.1: #i70859# new variable ABOUTBOXPRODUCTVERSION

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e0c64fa7596252736010b3f5a6c7191b2b7ab85e]

        INTEGRATION: CWS native72 (1.3.192); FILE MERGED 2006/12/13 13:21:09 is 1.3.192.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9cf4ebd8f67abaa0b77dbd30c4cc3652e1792f1c]

        INTEGRATION: CWS native72 (1.4.146); FILE MERGED 2006/12/13 13:21:08 is 1.4.146.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8dccde8b556a62bf58e7f4da0787063a2d8f7f8b]

        INTEGRATION: CWS native72 (1.5.2); FILE MERGED 2006/12/13 13:21:08 is 1.5.2.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [26bcb617eb08c26e5ca2e04bda267cbf738663ee]

        INTEGRATION: CWS native72 (1.2.270); FILE MERGED 2006/12/13 13:21:07 is 1.2.270.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [43008f20e41bf32d54df0489e5612898957af700]

        INTEGRATION: CWS native72 (1.8.146); FILE MERGED 2006/12/13 13:21:07 is 1.8.146.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ae8b1a733ffe9dcb8518244e59a4df72972b0d5c]

        INTEGRATION: CWS native72 (1.3.270); FILE MERGED 2006/12/13 13:21:06 is 1.3.270.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [de83d288e9c0f27f8019066ccef4413a98c6a905]

        INTEGRATION: CWS native72 (1.9.146); FILE MERGED 2006/12/13 13:21:06 is 1.9.146.1: #i34068# smaller bitmaps for a11y, no text on bitmap

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [917a36f9026b37797b3fa8c02b60a8056c3dcc4a]

        INTEGRATION: CWS native72 (1.12.636); FILE MERGED 2006/12/05 08:46:29 pb 1.12.636.1: fix: #i70859# VersionText = '  '

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1edfe6b3edcc856bdf7121c73bda91e74f5f57d1]

        INTEGRATION: CWS native72 (1.50.98); FILE MERGED 2006/12/05 08:42:56 pb 1.50.98.1: fix: #i70859# ooSetupVersionAboutBox added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e900cb0369efe33ace4cdcc3a0cbb55dee4e5e53]

        INTEGRATION: CWS native72 (1.28.94); FILE MERGED 2006/12/05 08:41:56 pb 1.28.94.1: fix: #i70859# ooSetupVersionAboutBox added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [67ebf9f1ae62cf9f5d612f7ed71f8333954775f7]

        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>  [8891f8c1a1167294c20fe99df1a05ccc3d038a58]

        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>  [3094861d63285a809dc437eb76d2b0173953259b]

        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>  [2f03ec1a4efd767aa6c94e9513e8c01d2d6b7e6b]

        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>  [7c676766262a6baaa648ba5df62eb18d62331bec]

        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>  [e952a0beee20f94e26752ac2edf20e75b19c8c13]

        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>  [df4289f740559e8b3ba1d88ea5e068b49391ddb3]

        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>  [6e77b540d3ba9e1a50c51bc5d4d73ce479513600]

        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>  [440c5d5aa49d894d0a82e1e6cc2bbae6f0166f1e]

        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>  [37592ba98a364b14b6de9a7e52a491faadf4ac96]

        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>  [687eeae2e151ff1a8de4acfcba8601aefd02d741]

        INTEGRATION: CWS caloc (1.54.62); FILE MERGED 2006/12/01 15:39:18 er 1.54.62.2: RESYNC: (1.54-1.55); FILE MERGED 2006/11/08 15:46:46 er 1.54.62.1: #i61005# FnChgToEnEmDash: Finnish and Hungarian use EN dash instead of EM dash

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c261ee8c24367dd2bb6e05cfa57d0c0518a80cc4]

        INTEGRATION: CWS caloc (1.15.98); FILE MERGED 2006/12/14 12:24:15 er 1.15.98.1: #i72563# only 7-bit characters allowed in comments, use entities for all other

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [951988ae286a3db0d6280a630054bdd77d7249c5]

        INTEGRATION: CWS caloc (1.23.138); FILE MERGED 2006/11/08 18:43:12 er 1.23.138.1: #i47233# preliminary OrdinalSuffix service and interface; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3cbd2b5ea7088f185564f0c46878fe69b71e7847]

        INTEGRATION: CWS caloc (1.1.2); FILE ADDED 2006/11/08 18:43:12 er 1.1.2.1: #i47233# preliminary OrdinalSuffix service and interface; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c3917e7ad59dc1a99625299052fd3323de0a7f5e]

        INTEGRATION: CWS caloc (1.64.30); FILE MERGED 2006/11/17 14:36:41 er 1.64.30.1: for consistency's sake initialize and check things even if not used at the moment

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0114aa78d563ac871d32e3b70cff12a8105c4a5c]

        INTEGRATION: CWS caloc (1.16.100); FILE MERGED 2006/11/08 18:51:14 er 1.16.100.1: #i47233# fill cells taking OrdinalSuffix into account; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9562bc13a390d3552651c632f84f8b93abffc137]

        INTEGRATION: CWS caloc (1.10.100); FILE MERGED 2006/11/08 18:51:14 er 1.10.100.1: #i47233# fill cells taking OrdinalSuffix into account; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ceafb854604f25fc2bdc25ee1afcd87da3621dab]

        INTEGRATION: CWS caloc (1.47.76); FILE MERGED 2006/11/08 18:51:14 er 1.47.76.1: #i47233# fill cells taking OrdinalSuffix into account; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4e6f7e8166fcf7aeca1d45a016d0a3ae708bc170]

        INTEGRATION: CWS caloc (1.46.74); FILE MERGED 2006/11/08 18:51:13 er 1.46.74.1: #i47233# fill cells taking OrdinalSuffix into account; contributed by Muthu Subramanian <muthusuba@ooo>

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3b3ff3d3afcabbc325e8f6acd3dc61e6564edf6d]

        INTEGRATION: CWS caloc (1.45.44); FILE MERGED 2006/11/24 16:53:18 er 1.45.44.1: #i68439# SvXMLNumFmtExport::Export: initialize default index parameter (Valgrind)

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [306ae6e346c55df4f48613a30e5858b64fb7ca35]

        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>  [795e1ac85b3286708ebdecf273d10c9befcfa46a]

        INTEGRATION: CWS aw038 (1.29.18); FILE MERGED 2006/12/06 16:08:41 aw 1.29.18.3: #i68101# rmoved old NameDialog code 2006/12/05 10:36:23 aw 1.29.18.2: #i68101# 2nd version of dialogs 2006/12/01 17:44:41 aw 1.29.18.1: #i68101# rudimetrary change to NameTitleDesc dialog for test purposes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [975c465c426ae472e40a4e4af79aad406a3aade1]

        INTEGRATION: CWS aw038 (1.152.12); FILE MERGED 2006/12/01 17:43:08 aw 1.152.12.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5f53a1657085aa8511677902f286020ff51a56db]

        INTEGRATION: CWS aw038 (1.65.116); FILE MERGED 2006/12/01 17:43:08 aw 1.65.116.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [164c8df9e1757711e171bf4a3d148f05c0b6af0e]

        INTEGRATION: CWS aw038 (1.74.12); FILE MERGED 2006/12/01 17:43:07 aw 1.74.12.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3c900fb97ba3d81e941e3bd630e9dccfb78da56b]

        INTEGRATION: CWS aw038 (1.33.14); FILE MERGED 2006/12/01 17:43:07 aw 1.33.14.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [809c6e8b1e68b03a8327dd606570aa3a18c68fa8]

        INTEGRATION: CWS aw038 (1.77.30); FILE MERGED 2006/12/01 17:43:07 aw 1.77.30.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5415883598ac785ac6ee526abe0c6504cd1c4c5f]

        INTEGRATION: CWS aw038 (1.85.14); FILE MERGED 2006/12/01 17:43:07 aw 1.85.14.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3bd2ef982a408465eb41de0097d9b803ef629a84]

        INTEGRATION: CWS aw038 (1.26.32); FILE MERGED 2006/12/01 17:43:07 aw 1.26.32.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [36bb7583fbafd4bc973407acb848cd5e1687d5c4]

        INTEGRATION: CWS aw038 (1.10.530); FILE MERGED 2006/12/18 17:04:46 aw 1.10.530.5: #i68101# ressource changes as described by the spec 2006/12/06 15:53:59 aw 1.10.530.4: #i68101# adapted dialogs for ObjectName and ObjectTitleDescription 2006/12/05 10:33:59 aw 1.10.530.3: #i68101# 2nd version of dialogs 2006/12/04 13:22:33 aw 1.10.530.2: #i68101# Added strings and MultiLineEdit to temporary NameTitleDesc dialog 2006/12/01 17:43:06 aw 1.10.530.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3ff25169a432bd36c4e0340c4ec0ceb0044de21e]

        INTEGRATION: CWS aw038 (1.3.680); FILE MERGED 2006/12/06 15:53:59 aw 1.3.680.4: #i68101# adapted dialogs for ObjectName and ObjectTitleDescription 2006/12/05 10:33:59 aw 1.3.680.3: #i68101# 2nd version of dialogs 2006/12/04 13:22:33 aw 1.3.680.2: #i68101# Added strings and MultiLineEdit to temporary NameTitleDesc dialog 2006/12/01 17:43:06 aw 1.3.680.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9297cd774faccd4686ed475a10ebce74d192f94e]

        INTEGRATION: CWS aw038 (1.2.680); FILE MERGED 2006/12/06 15:53:59 aw 1.2.680.2: #i68101# adapted dialogs for ObjectName and ObjectTitleDescription 2006/12/01 17:43:06 aw 1.2.680.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d47a7e6fe42474761f9dcddf2d24f0e445995c94]

        INTEGRATION: CWS aw038 (1.9.150); FILE MERGED 2006/12/06 15:53:59 aw 1.9.150.3: #i68101# adapted dialogs for ObjectName and ObjectTitleDescription 2006/12/05 10:33:58 aw 1.9.150.2: #i68101# 2nd version of dialogs 2006/12/01 17:43:06 aw 1.9.150.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e0f29d72a0421c2df7a57a210727d7b91b4bdd65]

        INTEGRATION: CWS aw038 (1.24.16); FILE MERGED 2006/12/05 10:33:58 aw 1.24.16.2: #i68101# 2nd version of dialogs 2006/12/01 17:43:05 aw 1.24.16.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a3e69533b15bf912b44db8991e3dc68cf462b426]

        INTEGRATION: CWS aw038 (1.33.16); FILE MERGED 2006/12/05 10:33:58 aw 1.33.16.2: #i68101# 2nd version of dialogs 2006/12/01 17:43:05 aw 1.33.16.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f8e70cff5d093aea2a51cfc9a83272e592678409]

        INTEGRATION: CWS aw038 (1.36.118); FILE MERGED 2006/12/01 17:43:05 aw 1.36.118.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b674b9cb1c77f5b21aee1a1eea01e596a561865]

        INTEGRATION: CWS aw038 (1.69.14); FILE MERGED 2006/12/05 10:33:51 aw 1.69.14.2: #i68101# 2nd version of dialogs 2006/12/01 17:42:51 aw 1.69.14.1: #i68101# SdrObject core support for Title, Description added, support for Name reworked. UNO API support for Title Description added as xShape property. Rudimentary created new NameTitleDesc dialog

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b1a72b7c96e84e886ea7b9af374c6e58d1e43fb]

        INTEGRATION: CWS aw038 (1.26.158); FILE MERGED 2006/12/06 16:16:37 aw 1.26.158.2: #i68101# adapted ressources for new texts 2006/12/05 17:37:08 aw 1.26.158.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a76dad441e49128c23685f54c08d7c9d29771e34]

        INTEGRATION: CWS aw038 (1.22.158); FILE MERGED 2006/12/18 17:08:31 aw 1.22.158.3: #i68101# ressource changes as described by the spec 2006/12/06 16:16:36 aw 1.22.158.2: #i68101# adapted ressources for new texts 2006/12/05 17:37:08 aw 1.22.158.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ce80be25ff25a1f5bbb89ee1c5ee23352a831654]

        INTEGRATION: CWS aw038 (1.23.158); FILE MERGED 2006/12/06 16:16:35 aw 1.23.158.2: #i68101# adapted ressources for new texts 2006/12/05 17:37:08 aw 1.23.158.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [61666efadf47c6e9ab61c1229a32e7f9db0b9673]

        INTEGRATION: CWS aw038 (1.50.356); FILE MERGED 2006/12/06 16:21:25 aw 1.50.356.1: #i68101# no longer needed code and ressources removed

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a2e203bedc607d46625fd525fd60ac5a77f8ad3e]

        INTEGRATION: CWS aw038 (1.24.106); FILE MERGED 2006/12/18 17:08:19 aw 1.24.106.4: #i68101# ressource changes as described by the spec 2006/12/06 16:21:25 aw 1.24.106.3: #i68101# no longer needed code and ressources removed 2006/12/05 10:38:17 aw 1.24.106.2: #i68101# 2nd version of dialogs 2006/12/04 11:48:14 aw 1.24.106.1: #i68101# change to NameTitleDesc dialog (from Name dialog) for supporting Title and Description for SdrObjects

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3e3924607123432a5b0868140a2334694e8b179e]

        INTEGRATION: CWS aw038 (1.10.356); FILE MERGED 2006/12/06 16:21:17 aw 1.10.356.1: #i68101# no longer needed code and ressources removed

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [12001e53544a77fb46945bbe49a3ca794b97e973]

        INTEGRATION: CWS aw038 (1.45.356); FILE MERGED 2006/12/06 16:16:22 aw 1.45.356.3: #i68101# adapted ressources for new texts 2006/12/06 11:12:05 aw 1.45.356.2: #i68101# added SW slot for ObjectTitleDescription 2006/12/05 10:38:16 aw 1.45.356.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e03608c9c13cce865b6ca7ef2b62a7cd560851d9]

        INTEGRATION: CWS aw038 (1.70.16); FILE MERGED 2006/12/04 10:11:31 aw 1.70.16.1: #i68101# Removed HasSetName() usage, returns true always anyways

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c89bcbc5b6a70d8a284bc130afad55371a96dda3]

        INTEGRATION: CWS aw038 (1.128.112); FILE MERGED 2006/12/06 16:16:10 aw 1.128.112.2: #i68101# adapted ressources for new texts 2006/12/05 10:38:04 aw 1.128.112.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a24682398195a5cf7645cf510ffb105aba1d3295]

        INTEGRATION: CWS aw038 (1.64.356); FILE MERGED 2006/12/06 11:11:49 aw 1.64.356.2: #i68101# added SW slot for ObjectTitleDescription 2006/12/05 17:36:57 aw 1.64.356.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [703c7df2a981b79cf691be76ad43be22457d2460]

        INTEGRATION: CWS aw038 (1.6.296); FILE MERGED 2006/12/06 11:11:49 aw 1.6.296.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [104864bbdfedabbbb70a29978cc185f020d0ae8e]

        INTEGRATION: CWS aw038 (1.69.356); FILE MERGED 2006/12/05 10:37:56 aw 1.69.356.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dc78d60508b8ef1a52259db46e1f82fe58456f77]

        INTEGRATION: CWS aw038 (1.6.114); FILE MERGED 2006/12/05 10:34:55 aw 1.6.114.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1149c46c79b9e49038c56c2255d0f100ffd590bf]

        INTEGRATION: CWS aw038 (1.67.180); FILE MERGED 2006/12/18 17:07:03 aw 1.67.180.3: #i68101# ressource changes as described by the spec 2006/12/06 16:10:34 aw 1.67.180.2: #i68101# adapted ressources for new texts 2006/12/05 10:34:54 aw 1.67.180.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [faf5aeba0169bdfd46b63382787aa4167e889741]

        INTEGRATION: CWS aw038 (1.27.180); FILE MERGED 2006/12/06 16:10:34 aw 1.27.180.2: #i68101# adapted ressources for new texts 2006/12/05 10:34:54 aw 1.27.180.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [849d8b514ba1b2020e793b8382097ba87365dd47]

        INTEGRATION: CWS aw038 (1.30.18); FILE MERGED 2006/12/06 16:14:11 aw 1.30.18.3: #i68101# rmoved old NameDialog code 2006/12/05 10:34:54 aw 1.30.18.2: #i68101# 2nd version of dialogs 2006/12/04 11:46:03 aw 1.30.18.1: #i68101# change to NameTitleDesc dialog (from Name dialog) for supporting Title and Description for SdrObjects

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [283d683dfb3cc0004e85c0e6557a36db4cecac77]

        INTEGRATION: CWS aw038 (1.22.18); FILE MERGED 2006/12/05 10:34:54 aw 1.22.18.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2756ad7e529f3c4e5108a5359951e55e0b2bb497]

        INTEGRATION: CWS aw038 (1.32.32); FILE MERGED 2006/12/05 17:17:06 aw 1.32.32.1: #i68101# added SC slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [560eae486ea17e83bf2c3a8b48208b0bf9191d21]

        INTEGRATION: CWS aw038 (1.16.180); FILE MERGED 2006/12/06 16:10:19 aw 1.16.180.2: #i68101# adapted ressources for new texts 2006/12/05 17:17:06 aw 1.16.180.1: #i68101# added SC slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b1b9736c233d689848965c997061beec548b5e48]

        INTEGRATION: CWS aw038 (1.51.32); FILE MERGED 2006/12/05 14:21:59 aw 1.51.32.2: #i68101# definition of HID_SC_TITLE_DESCRIPTION_OBJECT changed, old place was violating value bounds 2006/12/05 10:34:46 aw 1.51.32.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6b8ccaa84ac2c08245384433798dac5f1fa2416a]

        INTEGRATION: CWS aw038 (1.25.100); FILE MERGED 2006/12/05 17:22:51 aw 1.25.100.1: #i68101# added SD slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ae5a84cd6ad7965dd3fb3ec685d6c53768f9dc68]

        INTEGRATION: CWS aw038 (1.18.74); FILE MERGED 2006/12/05 10:36:23 aw 1.18.74.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d729acf17c1372666be9c3d2c24a5ceb0dd48f38]

        INTEGRATION: CWS aw038 (1.8.128); FILE MERGED 2006/12/08 12:19:55 aw 1.8.128.3: #i68101# one separator missing, optimized other separators 2006/12/06 16:08:22 aw 1.8.128.2: #i68101# adapted ressources for new texts 2006/12/05 10:36:22 aw 1.8.128.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fcb67bcc5a42844abd505c1af102867e8a9ff2ac]

        INTEGRATION: CWS aw038 (1.36.340); FILE MERGED 2006/12/18 17:06:29 aw 1.36.340.1: #i68101# ressource changes as described by the spec

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d7f3b130d3222de83ee720b57c3046ca41ebadaa]

        INTEGRATION: CWS aw038 (1.5.110); FILE MERGED 2006/12/08 12:19:54 aw 1.5.110.3: #i68101# one separator missing, optimized other separators 2006/12/06 16:08:22 aw 1.5.110.2: #i68101# adapted ressources for new texts 2006/12/05 10:36:22 aw 1.5.110.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f5120ad505235b3a50c5fe764f4a47e3e846897]

        INTEGRATION: CWS aw038 (1.12.128); FILE MERGED 2006/12/06 16:08:22 aw 1.12.128.2: #i68101# adapted ressources for new texts 2006/12/05 10:36:22 aw 1.12.128.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bee7a210d7f3727c3b711289887c348c480050fb]

        INTEGRATION: CWS aw038 (1.29.110); FILE MERGED 2006/12/05 17:22:04 aw 1.29.110.1: #i68101# added SD slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dee9553cb8116a3600fad02ebd36929458d1f082]

        INTEGRATION: CWS aw038 (1.38.110); FILE MERGED 2006/12/05 17:22:04 aw 1.38.110.1: #i68101# added SD slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d1bfbf2bc09af7c6e7a4324625a18e652deb3145]

        INTEGRATION: CWS aw038 (1.19.110); FILE MERGED 2006/12/05 10:36:18 aw 1.19.110.1: #i68101# 2nd version of dialogs

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0b7d12221b8a4a4dfe9266ae6867d69f422c06d1]

        INTEGRATION: CWS aw038 (1.70.38); FILE MERGED 2006/12/18 16:39:59 cl 1.70.38.1: #i68101# support title&description for draw:frames

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [00f682b9c8d20d958bca64b8635ff732b9e990a4]

        INTEGRATION: CWS aw038 (1.43.130); FILE MERGED 2006/12/07 17:23:59 cl 1.43.130.2: #i68101# use elements for title and description, not attributes 2006/12/01 17:40:20 aw 1.43.130.1: #i68101# XML support for svg:title and svg:desc for shapes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fdbf711ce7e9abccdcdc6f3169a6a470218e7ef3]

        INTEGRATION: CWS aw038 (1.116.2); FILE MERGED 2006/12/07 17:23:59 cl 1.116.2.2: #i68101# use elements for title and description, not attributes 2006/12/01 17:40:20 aw 1.116.2.1: #i68101# XML support for svg:title and svg:desc for shapes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [69ac2cd6afd8309a981053bae45da34bfeb7938b]

        INTEGRATION: CWS aw038 (1.16.48); FILE MERGED 2006/12/07 17:23:58 cl 1.16.48.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f54a6d864ec800a154be85e48189576c3af7f9d8]

        INTEGRATION: CWS aw038 (1.20.4); FILE MERGED 2006/12/07 17:23:58 cl 1.20.4.2: #i68101# use elements for title and description, not attributes 2006/12/01 17:40:20 aw 1.20.4.1: #i68101# XML support for svg:title and svg:desc for shapes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee1e020b216a74dab6adc43298fbff224513e7b2]

        INTEGRATION: CWS aw038 (1.15.4); FILE MERGED 2006/12/07 17:23:58 cl 1.15.4.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [96518ac6221046e3c4c5f08cca7dd1fe3532c2fc]

        INTEGRATION: CWS aw038 (1.19.4); FILE MERGED 2006/12/07 17:23:58 cl 1.19.4.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cbda6560d8bd647d58b77eb8803789a2f963fd88]

        INTEGRATION: CWS aw038 (1.56.4); FILE MERGED 2006/12/18 16:39:23 cl 1.56.4.2: #i68101# support title&description for controls 2006/12/07 17:23:58 cl 1.56.4.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7aaf6e1998516a187086df140e513bc5f5685d23]

        INTEGRATION: CWS aw038 (1.20.200); FILE MERGED 2006/12/07 17:23:57 cl 1.20.200.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [730f83c3ea4a5102a3cba324bc38566289d654bb]

        INTEGRATION: CWS aw038 (1.1.2); FILE ADDED 2006/12/07 17:23:29 cl 1.1.2.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6cc86ad8a5769d127ca23336ded29ae368d08b86]

        INTEGRATION: CWS aw038 (1.1.2); FILE ADDED 2006/12/07 17:23:19 cl 1.1.2.1: #i68101# use elements for title and description, not attributes

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b65cbd493a3f39a213486961141cb4e1377d8a6]

        INTEGRATION: CWS aw038 (1.27.22); FILE MERGED 2006/12/06 15:52:05 aw 1.27.22.2: #i68101# adapted slots ObjectName and ObjectTitleDescription to correct strings 2006/12/05 17:21:29 aw 1.27.22.1: #i68101# added SW slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87b605defb0b5d97ab89bd5fc9579c4d2843b379]

        INTEGRATION: CWS aw038 (1.19.22); FILE MERGED 2006/12/06 15:52:05 aw 1.19.22.2: #i68101# adapted slots ObjectName and ObjectTitleDescription to correct strings 2006/12/05 17:19:10 aw 1.19.22.1: #i68101# added SD slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e4efaa64d4117fdf5373309081eb8f51d2a62dc9]

        INTEGRATION: CWS aw038 (1.19.20); FILE MERGED 2006/12/06 15:52:05 aw 1.19.20.2: #i68101# adapted slots ObjectName and ObjectTitleDescription to correct strings 2006/12/05 17:15:02 aw 1.19.20.1: #i68101# added SC slot for ObjectTitleDescription

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [09cb70c5bb447eb7b4f6d43000bafccb46d1b641]

        INTEGRATION: CWS fwk56 (1.43.2); FILE MERGED 2006/12/01 16:20:45 mav 1.43.2.2: RESYNC: (1.43-1.45); FILE MERGED 2006/11/14 07:48:19 pb 1.43.2.1: fix: #i69133# userprofile.xcu added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [caea88f52d3bbba68c9030f062c632b923e0dd76]

        INTEGRATION: CWS fwk56 (1.169.2); FILE MERGED 2006/12/01 16:20:08 mav 1.169.2.2: RESYNC: (1.169-1.172); FILE MERGED 2006/11/14 07:46:44 pb 1.169.2.1: fix: #i69133# patch flag for userprofile.xcs + userprofile.xcu added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d2d620f4e92417afa924675387b64decb0a678d4]

        INTEGRATION: CWS fwk56 (1.28.12); FILE MERGED 2006/11/01 14:14:44 mav 1.28.12.2: #i54892# clear the list of deleted entries 2006/10/31 11:52:46 mav 1.28.12.1: #140583# catch unexpected exceptions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [efb27e9634651581dd4108fc9f788ca718e42f2d]

        INTEGRATION: CWS fwk56 (1.20.12); FILE MERGED 2006/10/31 11:52:46 mav 1.20.12.1: #140583# catch unexpected exceptions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6dada874dac911d4f7cc0eabcbc40916a5aa23ae]

        INTEGRATION: CWS fwk56 (1.23.36); FILE MERGED 2006/12/04 15:32:27 mav 1.23.36.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0d214210b323251bcc75b225ea7029098f3cb724]

        INTEGRATION: CWS fwk56 (1.67.26); FILE MERGED 2006/12/01 16:09:48 mav 1.67.26.2: RESYNC: (1.67-1.68); FILE MERGED 2006/11/03 11:09:37 mav 1.67.26.1: #i45865# let the stream be closed after the document is closed

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec1066a9a4a756f6f151a9962450c321812800a7]

        INTEGRATION: CWS fwk56 (1.83.52); FILE MERGED 2006/12/01 16:09:06 mav 1.83.52.2: RESYNC: (1.83-1.85); FILE MERGED 2006/11/15 15:09:51 mav 1.83.52.1: #i71541# integrate the patch

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3cd5d8f8ac8d29afaa002c59a319eccc79496dc2]

        INTEGRATION: CWS fwk56 (1.42.54); FILE MERGED 2006/11/03 07:41:55 cd 1.42.54.1: #i68777# Fix problems with broken links using 'Email as PDF'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dd8063c2f819f2d13441e99cbdd252e2ae3d0c32]

        INTEGRATION: CWS fwk56 (1.7.52); FILE MERGED 2006/12/01 16:00:00 mav 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2006/11/28 09:45:59 mav 1.7.52.1: #i68367# check the consistency, since the call might clean the array

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [445f3cf9e28d3f9b21a76c63611d79df6cccbff1]

        INTEGRATION: CWS fwk56 (1.111.36); FILE MERGED 2006/12/01 15:56:47 mav 1.111.36.2: RESYNC: (1.111-1.113); FILE MERGED 2006/11/06 10:45:18 cd 1.111.36.1: #i50784# Added ellipses to the quickstart menu entries 'Open Document...' and 'From Template...'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [30f545c6b63cb6ba9f4f6bf436d2565324fbe921]

        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>  [5eeea1e7b45ce3073559c353ed2cf0e4a80462d6]

        INTEGRATION: CWS fwk56 (1.61.18); FILE MERGED 2006/12/04 14:52:21 mav 1.61.18.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a6ba16e3ccbe1c1bf0d316c0c6f7a8c7af1c874f]

        INTEGRATION: CWS fwk56 (1.20.18); FILE MERGED 2006/12/04 14:52:22 mav 1.20.18.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c5c261ae8b4e65fae33e060d16e596faa0c5bc81]

        INTEGRATION: CWS fwk56 (1.33.8); FILE MERGED 2006/10/27 10:09:19 mav 1.33.8.1: #i62872# do not allow stempit workaround to be activated on closing of other objects

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6df2005c16a5cad74f8c6ca1cbc49cf3bbddf903]

        INTEGRATION: CWS fwk56 (1.19.8); FILE MERGED 2006/10/27 10:09:19 mav 1.19.8.1: #i62872# do not allow stempit workaround to be activated on closing of other objects

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2823883cbea32af80b81d18fcec15f017b5bdb07]

        INTEGRATION: CWS fwk56 (1.25.8); FILE MERGED 2006/10/27 10:09:18 mav 1.25.8.1: #i62872# do not allow stempit workaround to be activated on closing of other objects

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d4d425754b6792900d894568219ec22e933b604]

        INTEGRATION: CWS fwk56 (1.11.8); FILE MERGED 2006/12/04 15:15:01 mav 1.11.8.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a76bf6d45cf736f24cd83025b9a04321a58d7961]

        INTEGRATION: CWS fwk56 (1.27.6); FILE MERGED 2006/12/04 15:14:59 mav 1.27.6.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [49feb5ada377afa7b7d73250a3a91df5c301081f]

        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>  [635cb82d49e057ad39ba784d49156a2939e5a3ec]

        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>  [08bc586df3dc98feb00910d157537ec899cb14eb]

        INTEGRATION: CWS fwk56 (1.6.26); FILE MERGED 2006/11/09 08:23:54 cd 1.6.26.2: #i71264# Fix build problems with gcc 4.2 2006/10/27 09:17:16 oj 1.6.26.1: #i70935# add & to module parameter

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [804de10ea15b8614d63f85e1e38ec84bb813b365]

        INTEGRATION: CWS fwk56 (1.6.26); FILE MERGED 2006/10/27 09:17:16 oj 1.6.26.1: #i70935# add & to module parameter

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [80e42c6c2d1e15c7ea52e28576f5a73438a2b1da]

        INTEGRATION: CWS fwk56 (1.13.26); FILE MERGED 2006/11/09 08:23:53 cd 1.13.26.1: #i71264# Fix build problems with gcc 4.2

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [317e7c8e8df88ef02d8f75a9a48b0f378dfbc5bd]

        INTEGRATION: CWS fwk56 (1.10.26); FILE MERGED 2006/12/01 15:35:17 mav 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/09 08:23:53 cd 1.10.26.1: #i71264# Fix build problems with gcc 4.2

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [95e0fb5b2bf2a7e09e16de3bfc3acdaa9149374e]

        INTEGRATION: CWS fwk56 (1.56.6); FILE MERGED 2006/12/01 15:33:25 mav 1.56.6.2: RESYNC: (1.56-1.59); FILE MERGED 2006/11/14 09:27:39 pb 1.56.6.1: fix: warning removed

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9acad0e1fe24537e22f9ba236a6cd3ae55e30f7b]

        INTEGRATION: CWS fwk56 (1.8.26); FILE MERGED 2006/11/14 09:00:20 pb 1.8.26.1: fix: warning removed

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [de7aa1da34cd509e9d1243dff66b38251fc3007c]

        INTEGRATION: CWS fwk56 (1.29.10); FILE MERGED 2006/11/09 08:23:53 cd 1.29.10.1: #i71264# Fix build problems with gcc 4.2

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1ddd285aef4952ffbf344dfb3e3fdcda99401e0d]

        INTEGRATION: CWS fwk56 (1.7.90); FILE MERGED 2006/11/09 08:23:52 cd 1.7.90.1: #i71264# Fix build problems with gcc 4.2

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5b22ef1e2e66b87d825be7d3ca004e3fac7dc825]

        INTEGRATION: CWS fwk56 (1.5.264); FILE MERGED 2006/11/03 10:38:50 as 1.5.264.1: #i70809# add extension xls to csv filter (tricky)

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6a280d0e96accf87a0de41db43ae63b38407302a]

        INTEGRATION: CWS fwk56 (1.74.14); FILE MERGED 2006/12/04 16:07:32 mav 1.74.14.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [27bf7f011078713178504664cff9ac2bfa1ae2ec]

        INTEGRATION: CWS fwk56 (1.53.596); FILE MERGED 2006/11/14 08:15:50 pb 1.53.596.1: fix: #i69133# correct order of name, firstname, fathername of russian ui

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [170090c08f8416d9e968ce721f99852a5b1b73f4]

        INTEGRATION: CWS fwk56 (1.18.28); FILE MERGED 2006/11/06 13:38:22 mav 1.18.28.2: #133505# fix typo 2006/11/03 08:21:56 mav 1.18.28.1: #133505# it is possible to continue storing without size

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [16a26bede642a88bb12c021e11fe6b8cb27f08f0]

        INTEGRATION: CWS fwk56 (1.36.28); FILE MERGED 2006/12/01 13:46:25 mav 1.36.28.2: RESYNC: (1.36-1.37); FILE MERGED 2006/11/13 12:21:16 pb 1.36.28.1: fix: #141118# it is possible that a tabpage could not created

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee6638c154a171e85bcb041fab407eea37b5a83b]

        INTEGRATION: CWS fwk56 (1.8.76); FILE MERGED 2006/11/14 08:13:09 pb 1.8.76.1: fix: #i69133# correct order of name, firstname, fathername of russian ui

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ee75f450eeb2041018ba0be7c7189af4b97107c8]

        INTEGRATION: CWS fwk56 (1.57.36); FILE MERGED 2006/12/05 08:17:23 mav 1.57.36.1: #i68012# fix resizing of embedded object

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c38de8355c9bdbaab1710285d01a4417f42ca1ab]

        INTEGRATION: CWS fwk56 (1.3.332); FILE MERGED 2006/12/05 11:52:22 mav 1.3.332.1: fix build problem on solaris

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [451f767322088a503b5aed4d98dbffd1c1c5c454]

        INTEGRATION: CWS fwk56 (1.17.266); FILE MERGED 2006/11/14 07:51:31 pb 1.17.266.1: fix: #i69133# added fathername and apartment

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [94f137d0bfeab86a74ce2d9287cc0a2927202dfd]

        INTEGRATION: CWS fwk56 (1.8.54); FILE MERGED 2006/11/14 07:54:46 pb 1.8.54.1: fix: #i69133# added userprofile.xcu

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [aa3298860113e2c2a83d9490e3a0cc083d1f035e]

        INTEGRATION: CWS fwk56 (1.1.2); FILE ADDED 2006/11/14 11:44:03 pb 1.1.2.2: fix: #i69133# name corrected 2006/11/14 07:53:59 pb 1.1.2.1: fix: #i69133# install userprofile.xcu to force an update

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0a68153b4cf4649d59b9d06717ee9e404989de20]

        INTEGRATION: CWS fwk56 (1.8.22); FILE MERGED 2006/11/28 09:26:47 mav 1.8.22.2: #i21747# fix long path handling 2006/11/15 14:42:49 mav 1.8.22.1: #i21747# preserv the current directory value

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9fbfc8069ef907de9940bdc6f794c4a26c99bd9f]

        INTEGRATION: CWS dr51 (1.42.60); FILE MERGED 2006/12/01 14:31:49 dr 1.42.60.4: RESYNC: (1.42-1.44); FILE MERGED 2006/11/07 12:43:10 dr 1.42.60.3: #i70569# add dummy builtin section to make user-defined properies visible in Windows Explorer 2006/11/07 10:51:28 dr 1.42.60.2: #i70569# write correct section size 2006/11/07 10:32:49 dr 1.42.60.1: #i70569# add double property

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [98fc8a0dbbbc1d1f847139a505ff7900fdc1020c]

        INTEGRATION: CWS dr51 (1.2.300); FILE MERGED 2006/11/14 20:13:40 er 1.2.300.1: correct PRJNAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cf37265c02f129ea6ae284aa947126ceac545bd3]

        INTEGRATION: CWS dr51 (1.43.6); FILE MERGED 2006/12/01 14:16:38 dr 1.43.6.2: RESYNC: (1.43-1.44); FILE MERGED 2006/10/25 13:20:29 er 1.43.6.1: #i15509# reenabled: invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f6540c588112312e7f56051b63e5dc94e8d6c79b]

        INTEGRATION: CWS dr51 (1.88.6); FILE MERGED 2006/10/30 16:06:22 dr 1.88.6.1: #i70592# correct en-US descriptions of LEFT and RIGHT

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0e93d95acf36fbce9f01c72962d5b86e00403e25]

        INTEGRATION: CWS dr51 (1.15.86); FILE MERGED 2006/11/08 17:35:47 nn 1.15.86.1: #132702# sort/filter to different position: check for overflow

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2ca85ca28561ffeafb83bba540da6e7b809a8bd9]

        INTEGRATION: CWS dr51 (1.10.6); FILE MERGED 2006/11/02 13:08:03 er 1.10.6.2: #i15509# reverted separator preselection change, as splitting columns on tabs was the previous behavior without this feature 2006/11/02 11:44:20 er 1.10.6.1: #i15509# if from clipboard don't preselect separators, and always Unicode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9b7c239d5132425041362b6b3607ef79278684c0]

        INTEGRATION: CWS dr51 (1.30.86); FILE MERGED 2006/10/30 10:05:42 dr 1.30.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dbf76dfc33b95ed984dd2390a7b4ac5609813618]

        INTEGRATION: CWS dr51 (1.46.20); FILE MERGED 2006/10/30 10:05:42 dr 1.46.20.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4631b3127df27e70fe2be5ff0d25836f2a03cc57]

        INTEGRATION: CWS dr51 (1.25.86); FILE MERGED 2006/10/30 10:05:42 dr 1.25.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [018561b496c9be500ae164c0c878f66374ec4d02]

        INTEGRATION: CWS dr51 (1.17.86); FILE MERGED 2006/10/30 10:05:42 dr 1.17.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0e034a82b8272ccb2ccb1d06c55136a61fbc41a7]

        INTEGRATION: CWS dr51 (1.19.86); FILE MERGED 2006/10/30 10:05:42 dr 1.19.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8aacab58283a4980feef40c1b887024b8ee1ebf8]

        INTEGRATION: CWS dr51 (1.33.86); FILE MERGED 2006/10/30 10:05:42 dr 1.33.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5829b559bcd08cf00c7fa085bf2d2cef54653054]

        INTEGRATION: CWS dr51 (1.68.86); FILE MERGED 2006/10/30 10:05:42 dr 1.68.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ec6adfb344ced908a670f6fc1bbfbf3cf3037d8a]

        INTEGRATION: CWS dr51 (1.11.86); FILE MERGED 2006/10/30 10:05:41 dr 1.11.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8167a99fd3eb5c3d5efaa5016f4c0c0799e20984]

        INTEGRATION: CWS dr51 (1.30.86); FILE MERGED 2006/10/30 10:05:41 dr 1.30.86.1: #i68213# set correct event source

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [81a3c0b7fb268617f0536ce0ea0d4f8ce603bb33]

        INTEGRATION: CWS dr51 (1.20.18); FILE MERGED 2006/11/08 09:30:37 dr 1.20.18.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2f942fef13b8f35418ff979f80ec16f7aa3033f5]

        INTEGRATION: CWS dr51 (1.26.92); FILE MERGED 2006/12/01 13:58:43 dr 1.26.92.2: RESYNC: (1.26-1.27); FILE MERGED 2006/11/08 09:30:37 dr 1.26.92.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [71099bfa59af3758c3cc2c8990b7d80390d2b6b4]

        INTEGRATION: CWS dr51 (1.6.4); FILE MERGED 2006/12/01 13:58:23 dr 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/08 09:30:37 dr 1.6.4.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d6f8d0691c639cb4fd5163c7d321c3603ade6650]

        INTEGRATION: CWS dr51 (1.20.92); FILE MERGED 2006/11/08 09:30:37 dr 1.20.92.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [792a0cd097d06504028b5089a247134c3c9c71e5]

        INTEGRATION: CWS dr51 (1.8.94); FILE MERGED 2006/11/08 09:30:36 dr 1.8.94.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c99f60fb0ff7d0c072fc3d8d7bb7c270de5b23e4]

        INTEGRATION: CWS dr51 (1.19.92); FILE MERGED 2006/11/08 09:30:36 dr 1.19.92.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a2d6175a56174f3171b653c64c94263f193c82cb]

        INTEGRATION: CWS dr51 (1.8.274); FILE MERGED 2006/10/30 14:09:30 dr 1.8.274.1: #i70925# reduce function parameter count if no more tokens available on stack

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5151f72815e9bf5123afe89cdf35736351a81c09]

        INTEGRATION: CWS dr51 (1.19.146); FILE MERGED 2006/11/08 09:30:36 dr 1.19.146.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [08d9b5b490d04b62f8a7391a1b98f02dedd3ed64]

        INTEGRATION: CWS dr51 (1.16.92); FILE MERGED 2006/11/02 19:59:43 er 1.16.92.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b7ef157684b16ea6504e226a39a6719534777c6b]

        INTEGRATION: CWS dr51 (1.15.84); FILE MERGED 2006/11/08 09:30:47 dr 1.15.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b8de2b1aa937c1d1472211a0ddc76a50da34b9b8]

        INTEGRATION: CWS dr51 (1.4.4); FILE MERGED 2006/11/08 09:30:47 dr 1.4.4.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a27e67d74b2fcafcef0c73d991a89d58fa460674]

        INTEGRATION: CWS dr51 (1.23.18); FILE MERGED 2006/11/08 09:30:27 dr 1.23.18.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dc744aa91c0c26368a3768ee28b4471be606d6af]

        INTEGRATION: CWS dr51 (1.27.84); FILE MERGED 2006/12/01 13:57:41 dr 1.27.84.2: RESYNC: (1.27-1.28); FILE MERGED 2006/11/08 09:30:26 dr 1.27.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9e2bde7d77df7f8b681a2effda0f17488678aa2a]

        INTEGRATION: CWS dr51 (1.16.6); FILE MERGED 2006/11/02 19:59:42 er 1.16.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [080f879cb38d5404765bfc188b6f9361888c6fb6]

        INTEGRATION: CWS dr51 (1.9.4); FILE MERGED 2006/12/01 13:57:12 dr 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2006/11/08 09:30:26 dr 1.9.4.2: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding' 2006/10/30 13:59:12 dr 1.9.4.1: #i70925# dump NAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [35777f0b401ba7bee21a24c32739e86598ba608b]

        INTEGRATION: CWS dr51 (1.30.18); FILE MERGED 2006/11/08 09:30:26 dr 1.30.18.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a6a32d7b9c51921d583882ff493d3738d9753b5d]

        INTEGRATION: CWS dr51 (1.19.84); FILE MERGED 2006/11/08 09:30:26 dr 1.19.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [820d15e03da2d9bd63b16638048872593f72d7ab]

        INTEGRATION: CWS dr51 (1.20.84); FILE MERGED 2006/11/08 09:30:25 dr 1.20.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6c0898c6c8457decaf9d517890b24e8d0452f9d9]

        INTEGRATION: CWS dr51 (1.25.84); FILE MERGED 2006/11/08 09:30:25 dr 1.25.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2aff8e7e922787b8077055001ba10e6cb70356f3]

        INTEGRATION: CWS dr51 (1.10.84); FILE MERGED 2006/11/08 09:30:25 dr 1.10.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [75052d551c757da90b4e9aa4286124d5e73f19d3]

        INTEGRATION: CWS dr51 (1.12.84); FILE MERGED 2006/11/08 09:30:25 dr 1.12.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9472380d7e34c47d33024f6b155787c98b395433]

        INTEGRATION: CWS dr51 (1.17.84); FILE MERGED 2006/11/08 09:30:24 dr 1.17.84.2: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding' 2006/11/06 17:19:41 dr 1.17.84.1: #i70418# do not export cached values for big external references

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e57a3b98a9881456cebd29d86dcad2ff75add1d2]

        INTEGRATION: CWS dr51 (1.26.84); FILE MERGED 2006/11/08 09:30:24 dr 1.26.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [14f675bb68001a7c73b71c9b3ba955468fd07a62]

        INTEGRATION: CWS dr51 (1.16.84); FILE MERGED 2006/11/08 09:30:24 dr 1.16.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [327cdc5f8f7d6c3b7e8fd127f986ea8206465bd1]

        INTEGRATION: CWS dr51 (1.17.84); FILE MERGED 2006/11/08 09:30:24 dr 1.17.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [655b0078383d395fc56f6d346e69bb9f4ffdf87d]

        INTEGRATION: CWS dr51 (1.62.18); FILE MERGED 2006/12/01 13:56:17 dr 1.62.18.2: RESYNC: (1.62-1.63); FILE MERGED 2006/11/08 09:30:24 dr 1.62.18.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [87ba950f5202bc6c2c25644eb9fdc9408a5ef4f8]

        INTEGRATION: CWS dr51 (1.83.18); FILE MERGED 2006/12/01 13:56:08 dr 1.83.18.2: RESYNC: (1.83-1.84); FILE MERGED 2006/11/08 09:30:23 dr 1.83.18.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f7aeb4abc8d5da3150ebbb43b623d7c7d41e6244]

        INTEGRATION: CWS dr51 (1.28.84); FILE MERGED 2006/11/08 09:30:23 dr 1.28.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [70e0e62e9fdb64de162e04233765789cfbd30cd0]

        INTEGRATION: CWS dr51 (1.83.84); FILE MERGED 2006/11/08 09:30:23 dr 1.83.84.1: #i71033# use app-font text encoding if CODEPAGE is missing, remane 'CharSet' -> 'rtl_TextEncoding'

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [27e8c659055f8ad457b5719b1b6c1d4f23d4b6aa]

        INTEGRATION: CWS dr51 (1.40.84); FILE MERGED 2006/11/02 19:59:42 er 1.40.84.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2cfd3548510f897af79d7a059f357475527d0048]

        INTEGRATION: CWS dr51 (1.43.6); FILE MERGED 2006/11/02 19:59:42 er 1.43.6.2: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula 2006/10/30 14:09:23 dr 1.43.6.1: #i70925# reduce function parameter count if no more tokens available on stack

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0f72460dc9149d9fa5532776cac39f63fe7f67d0]

        INTEGRATION: CWS dr51 (1.86.84); FILE MERGED 2006/11/10 10:21:51 dr 1.86.84.1: #i71389# && -> &

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [586ec1f09a7e20c8ecf92528076c9b22e4a4783e]

        INTEGRATION: CWS dr51 (1.24.86); FILE MERGED 2006/11/02 19:59:42 er 1.24.86.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5e1bde2e58b58ee0deb394bce61001b10d1e7cb8]

        INTEGRATION: CWS dr51 (1.43.6); FILE MERGED 2006/11/02 19:59:41 er 1.43.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ac901e4ef902283a200d70ff6c10d653deac1ede]

        INTEGRATION: CWS dr51 (1.28.84); FILE MERGED 2006/11/02 19:59:41 er 1.28.84.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [dcee34d751b91811e959318c44ee980de8ac4f61]

        INTEGRATION: CWS dr51 (1.41.6); FILE MERGED 2006/11/23 19:10:56 er 1.41.6.3: #i57401# ScCountIf: handle array case of second argument 2006/11/08 15:46:23 dr 1.41.6.2: #i70001# decode URL for CELL function 2006/11/02 19:59:41 er 1.41.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3cee7f6614aa4fc4f4cd1d6cdb08706ff881d563]

        INTEGRATION: CWS dr51 (1.64.6); FILE MERGED 2006/11/02 20:31:56 er 1.64.6.2: retab; this file once was already tab free ... 2006/11/02 19:59:41 er 1.64.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6506a3396b55221ada2f7af4922f2aeb67f5b1bb]

        INTEGRATION: CWS dr51 (1.6.6); FILE MERGED 2006/11/02 20:36:46 er 1.6.6.1: retab; this file once was already tab free ...

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c7c12ab50f700972e80146d9210f30789aed7396]

        INTEGRATION: CWS dr51 (1.26.6); FILE MERGED 2006/11/02 19:59:40 er 1.26.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [90f056ce0d66987f6e02a29c2e4e666871baf85e]

        INTEGRATION: CWS dr51 (1.35.86); FILE MERGED 2006/11/08 17:35:54 nn 1.35.86.1: #132702# sort/filter to different position: check for overflow

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b8d983c9b07c97bd43c2038611aed30c3d7cf046]

        INTEGRATION: CWS dr51 (1.27.6); FILE MERGED 2006/11/02 19:59:40 er 1.27.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4a5d85e8c1e5d19042cb664e5e9e9c45d1727e24]

        INTEGRATION: CWS dr51 (1.4.302); FILE MERGED 2006/11/14 20:12:19 er 1.4.302.1: correct PRJNAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fbfaba071916dc9cafe9d403a96a46219d69b9ad]

        INTEGRATION: CWS dr51 (1.4.302); FILE MERGED 2006/11/14 20:12:18 er 1.4.302.1: correct PRJNAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8d03b45995f84d5cb479c948d2af1359e8d09f42]

        INTEGRATION: CWS dr51 (1.6.302); FILE MERGED 2006/11/02 19:59:40 er 1.6.302.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [43fc559e596fcb9e7ab361afc67a7200f74e49eb]

        INTEGRATION: CWS dr51 (1.20.6); FILE MERGED 2006/12/01 13:50:56 dr 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2006/11/02 19:59:40 er 1.20.6.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0f896fe3dca5cb589287e162c7e2007997e54153]

        INTEGRATION: CWS dr51 (1.10.6); FILE MERGED 2006/11/02 20:40:14 er 1.10.6.1: retab; this file once was already tab free ...

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c3d824a30215250f4193e885498ea9a420cc8274]

        INTEGRATION: CWS dr51 (1.12.26); FILE MERGED 2006/11/14 20:10:45 er 1.12.26.1: correct PRJNAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [68b2ad1b3c91eae2cc1c0bad458890565bb8ab20]

        INTEGRATION: CWS dr51 (1.14.26); FILE MERGED 2006/11/14 20:10:45 er 1.14.26.1: correct PRJNAME

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d0ed76a562a6a30e2031f8581f12cbb5baf21bab]

        INTEGRATION: CWS dr51 (1.18.22); FILE MERGED 2006/11/02 20:00:16 er 1.18.22.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e466e9ee607ca7a5ed3cc6266e065986768e2f3e]

        INTEGRATION: CWS dr51 (1.12.76); FILE MERGED 2006/11/02 20:00:16 er 1.12.76.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [95f78a0a6f425b81f27f0535a1888c61d916878b]

        INTEGRATION: CWS dr51 (1.15.76); FILE MERGED 2006/11/02 20:00:16 er 1.15.76.1: #i70041# add missing arguments support for most obvious functions of Xcl imported files while writing the correct default parameters to OOoXML's plain old formula

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4df8375c81bc42c22ce5f6c5ec2f475be0487827]

        INTEGRATION: CWS autokerning (1.82.22); FILE MERGED 2006/12/07 14:42:52 cl 1.82.22.1: #i72359# remove autokerning from styles

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5c552c9c0a435cc5d026505ce318e41522b86efa]

        INTEGRATION: CWS autokerning (1.55.60); FILE MERGED 2006/12/06 09:19:53 os 1.55.60.1: #i16874 autokerning switched on by default

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [fcc7a45d9fbc62f8d408b03395dbc756dae8e4d1]

        INTEGRATION: CWS autokerning (1.44.24); FILE MERGED 2006/12/07 11:40:54 os 1.44.24.1: #i16874# reset AutoKerning for imported documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7982d76ccb511c746fab3a6e32897a858af90f9d]

        INTEGRATION: CWS autokerning (1.19.70); FILE MERGED 2006/10/06 09:59:48 nn 1.19.70.1: #i16874# enable pair kerning as drawing layer default in new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [948d1867dd2e343ab083bf978065526b94a00032]

        INTEGRATION: CWS autokerning (1.34.70); FILE MERGED 2006/10/06 09:59:27 nn 1.34.70.1: #i16874# enable pair kerning as drawing layer default in new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8ebc34705f32a7decc77bb924628f8adb194303d]

        INTEGRATION: CWS autokerning (1.31.70); FILE MERGED 2006/11/15 19:22:14 cl 1.31.70.2: RESYNC: (1.31-1.32); FILE MERGED 2006/10/06 09:59:27 nn 1.31.70.1: #i16874# enable pair kerning as drawing layer default in new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [98628c2f10801900ed213243b84022d7f7ae103f]

        INTEGRATION: CWS autokerning (1.58.70); FILE MERGED 2006/11/15 19:22:06 cl 1.58.70.2: RESYNC: (1.58-1.59); FILE MERGED 2006/10/06 09:59:27 nn 1.58.70.1: #i16874# enable pair kerning as drawing layer default in new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f6d0b39e83af670a2bcf84be25084adc9e6e5f77]

        INTEGRATION: CWS autokerning (1.92.134); FILE MERGED 2006/11/15 19:17:46 cl 1.92.134.2: RESYNC: (1.92-1.94); FILE MERGED 2006/10/06 09:59:11 nn 1.92.134.1: #i16874# enable pair kerning as drawing layer default in new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [0ff6818a5c169b78bc606c854166f3bfe757fb78]

        INTEGRATION: CWS autokerning (1.74.18); FILE MERGED 2006/10/23 13:49:08 cl 1.74.18.2: #i70365# moved autokerning to styles 2006/10/06 11:17:42 cl 1.74.18.1: #i16874# enable kerning by default but only for new documents

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d274279521700be22705f6e1282fe69e46253dbc]

        INTEGRATION: CWS autokerning (1.32.22); FILE MERGED 2006/10/23 13:49:45 cl 1.32.22.1: #i70365# changed default for auto kerning in styles

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [142069c4ee7ea6ddcc9ec905252b560e0686a8d0]

        INTEGRATION: CWS autokerning (1.47.20); FILE MERGED 2006/11/15 19:05:54 cl 1.47.20.2: RESYNC: (1.47-1.48); FILE MERGED 2006/10/23 13:49:45 cl 1.47.20.1: #i70365# changed default for auto kerning in styles

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7f5a47270704c1bcd135011d87a31fef4f5da5e5]

        INTEGRATION: CWS jl46 (1.8.2); FILE MERGED 2006/10/11 14:49:58 jl 1.8.2.1: #i69173# new InstallException

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [49a0cf5810bd7eaaf68a7ef6f93d360931840057]

        INTEGRATION: CWS jl46 (1.14.230); FILE MERGED 2006/10/27 12:26:56 lla 1.14.230.1: #i69173# add new oxt icon

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b7e2c87d158cd02176b9ab34e180dfe6f317f2ff]

        INTEGRATION: CWS jl46 (1.7.230); FILE MERGED 2006/10/27 12:26:56 lla 1.7.230.1: #i69173# add new oxt icon

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2edb5aef5e0f519b6e5bc374dab12084eeffb6fb]

        INTEGRATION: CWS jl46 (1.2.36); FILE MERGED 2006/09/15 14:32:22 jl 1.2.36.1: #68233# corrected description.xml, replaced attribute default with ID and IDREF types

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7d58b49c17546d64245ad2a3124ac706c7ceb018]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/12/06 07:54:10 jl 1.1.2.6: #i69173# removed warning 2006/12/06 07:34:26 jl 1.1.2.5: #i69173# removed warning 2006/11/22 13:45:17 ihi 1.1.2.4: #i69173# Add support for URLs 2006/10/30 09:55:26 jl 1.1.2.3: #69173# message when another unopkg is running 2006/10/27 15:08:20 jl 1.1.2.2: #69173# message when another unopkg is running 2006/10/26 15:09:58 jl 1.1.2.1: #i69173# build unopkg separately because it is now a pure gui application

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c908ebcd20ef53286925c9b3f568245ed224e1c5]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/12/06 09:27:49 jl 1.1.2.3: #i69173# removed warning 2006/10/27 15:03:59 jl 1.1.2.2: #69173# message when another unopkg is running 2006/10/26 15:09:46 jl 1.1.2.1: #i69173# build unopkg separately because it is now a pure gui application

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [a74b539ecc6e5e432eb922eee232c3ceec27b863]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/12/06 07:34:26 jl 1.1.2.3: #i69173# removed warning 2006/10/27 15:01:56 jl 1.1.2.2: #69173# message when another unopkg is running 2006/10/26 15:09:36 jl 1.1.2.1: #i69173# build unopkg separately because it is now a pure gui application

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5d67f49b21e24a06a1d1ba730b5158604f439add]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/12/06 09:28:31 jl 1.1.2.4: #i69173# bin/so directory was not created properly 2006/10/30 14:17:33 jl 1.1.2.3: #i71001# Extension Manager in unopkg has now the correct icon 2006/10/30 13:17:00 jl 1.1.2.2: #i71001# Extension Manager in unopkg has now the correct icon 2006/10/26 15:10:09 jl 1.1.2.1: #i69173# build unopkg separately because it is now a pure gui application

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cced593e8f8a1a5b80c0b359e20b4436844cd178]

        INTEGRATION: CWS jl46 (1.6.4); FILE MERGED 2006/12/04 18:04:35 jl 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2006/10/11 14:45:45 jl 1.6.4.1: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2310122531c99df4a33acb62e1d4c175d743bc5e]

        INTEGRATION: CWS jl46 (1.12.10); FILE MERGED 2006/12/05 16:23:30 jl 1.12.10.9: #i69173# removed warning 2006/12/04 18:04:42 jl 1.12.10.8: RESYNC: (1.14-1.19); FILE MERGED 2006/11/01 08:49:24 jl 1.12.10.7: #69173# 2006/10/31 17:05:40 jl 1.12.10.6: #69173# 2006/10/31 17:04:33 jl 1.12.10.5: #69173# 2006/10/31 17:01:24 jl 1.12.10.4: #69173# new icon for extension 2006/10/11 14:45:45 jl 1.12.10.3: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension. 2006/10/10 17:02:09 jl 1.12.10.2: RESYNC: (1.12-1.14); FILE MERGED 2006/09/15 13:16:40 jl 1.12.10.1: #i69173# adding gui + extension mode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [85be3e37b76645ad2c147b610964d72cbe4c9a77]

        INTEGRATION: CWS jl46 (1.10.36); FILE MERGED 2006/12/04 18:03:19 jl 1.10.36.3: RESYNC: (1.11-1.12); FILE MERGED 2006/10/10 17:00:54 jl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/09/15 13:05:41 jl 1.10.36.1: #i69173# adding gui + extension mode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [34462324ceede21c9dfebb2af745e19a003f0e1a]

        INTEGRATION: CWS jl46 (1.2.36); FILE MERGED 2006/10/27 15:17:49 jl 1.2.36.1: #69173# message when another unopkg is running

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9969d82d40c319a5c5055b9d89a0d5755fc58ba8]

        INTEGRATION: CWS jl46 (1.12.34); FILE MERGED 2006/12/04 18:03:12 jl 1.12.34.4: RESYNC: (1.13-1.15); FILE MERGED 2006/10/27 15:17:49 jl 1.12.34.3: #69173# message when another unopkg is running 2006/10/10 17:00:46 jl 1.12.34.2: RESYNC: (1.12-1.13); FILE MERGED 2006/09/15 13:05:41 jl 1.12.34.1: #i69173# adding gui + extension mode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [41eb9ae7b75ce4af7c498aa69aa2301c8841bf70]

        INTEGRATION: CWS jl46 (1.8.4); FILE MERGED 2006/12/13 12:15:41 jl 1.8.4.4: #i69173# 2006/10/27 15:28:08 jl 1.8.4.3: #69173# message when another unopkg is running 2006/10/27 15:16:03 jl 1.8.4.2: #69173# message when another unopkg is running 2006/10/11 14:45:45 jl 1.8.4.1: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d1bdeaf942ca3576c0b8f7d90831f237527cb10c]

        INTEGRATION: CWS jl46 (1.15.36); FILE MERGED 2006/10/11 14:45:45 jl 1.15.36.4: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension. 2006/10/10 17:00:27 jl 1.15.36.3: RESYNC: (1.15-1.16); FILE MERGED 2006/10/02 15:49:34 jl 1.15.36.2: #i69173# 2006/09/15 13:05:40 jl 1.15.36.1: #i69173# adding gui + extension mode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a71fcab23d187c1c16825fa1b728110eb72545e]

        INTEGRATION: CWS jl46 (1.6.36); FILE MERGED 2006/12/05 16:13:12 jl 1.6.36.2: #i69173# removed warnings 2006/10/02 15:49:34 jl 1.6.36.1: #i69173#

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [4ec557390a0ba79c79d4bb3adffcb2e66aeefe61]

        INTEGRATION: CWS jl46 (1.9.4); FILE MERGED 2006/10/11 14:45:45 jl 1.9.4.1: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b3adc91781867d112bacb382d564aefeec0c5e68]

        INTEGRATION: CWS jl46 (1.3.230); FILE MERGED 2006/10/31 17:01:24 jl 1.3.230.1: #69173# new icon for extension

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [cb4749ec822ac9c8ecef54695ee0c857a034fb2f]

        INTEGRATION: CWS jl46 (1.5.4); FILE MERGED 2006/10/27 15:14:26 jl 1.5.4.2: #69173# message when another unopkg is running 2006/10/11 14:45:44 jl 1.5.4.1: #i69173# When unopkg+ gui+ extension is used then the user is asked if he wants to install this extension.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [929fbdd7eaa007f5fdbcddd28a9b6b05d792f5e7]

        INTEGRATION: CWS jl46 (1.9.120); FILE MERGED 2006/12/05 16:13:12 jl 1.9.120.3: #i69173# removed warnings 2006/12/04 18:03:04 jl 1.9.120.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/15 13:04:46 jl 1.9.120.1: #i69173# adding gui + extension mode

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [6413eb0829a566fc2383f1f09d0505e32695b563]

        INTEGRATION: CWS jl46 (1.48.10); FILE MERGED 2006/12/04 17:59:44 jl 1.48.10.2: RESYNC: (1.48-1.49); FILE MERGED 2006/10/30 13:16:59 jl 1.48.10.1: #i71001# Extension Manager in unopkg has now the correct icon

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e0c8d9af34668c3fafebb8fb3cb0503f19431d17]

        INTEGRATION: CWS jl46 (1.35.36); FILE MERGED 2006/12/06 07:46:39 jl 1.35.36.3: #i69173# source/pkgch/unopkg/ must be build before source/pkgch 2006/12/04 17:59:52 jl 1.35.36.2: RESYNC: (1.35-1.36); FILE MERGED 2006/10/26 15:07:21 jl 1.35.36.1: #i69173# build source/pkgchk/unopkg

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bb8c75195cff1472accdde02e31fb63e3269a7d6]

        INTEGRATION: CWS jl46 (1.6.472); FILE MERGED 2006/11/01 16:05:54 jl 1.6.472.1: #69173#

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8365579579b673841232921a5a46b39cd0cd379c]

        INTEGRATION: CWS jl46 (1.18.14); FILE MERGED 2006/12/07 11:12:55 jl 1.18.14.6: #69173# write registry entries for system integration also in patch 2006/11/09 14:58:27 jl 1.18.14.5: #69173# 2006/11/01 16:05:54 jl 1.18.14.4: #69173# 2006/10/31 14:48:28 jl 1.18.14.3: #69173# system integration 2006/10/31 12:56:47 jl 1.18.14.2: #69173# system integration 2006/10/30 16:07:30 jl 1.18.14.1: #69173# system integration

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [e536ec295923ab32121245f4c4037109c7e20313]

        INTEGRATION: CWS jl46 (1.43.12); FILE MERGED 2006/12/04 17:55:38 jl 1.43.12.3: RESYNC: (1.43-1.45); FILE MERGED 2006/11/27 15:51:55 ihi 1.43.12.2: #i69173# Systemintegration for Extensions 2006/10/25 14:05:46 jl 1.43.12.1: #i69871# unopkg.exe is no a GUI application

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c8ee72353eb441d1687580173fe8f3f8bc0fa2a1]

        INTEGRATION: CWS jl46 (1.168.2); FILE MERGED 2006/12/04 17:54:51 jl 1.168.2.3: RESYNC: (1.168-1.172); FILE MERGED 2006/11/27 15:51:55 ihi 1.168.2.2: #i69173# Systemintegration for Extensions 2006/10/25 13:44:25 jl 1.168.2.1: #i69871# unopkg.com added

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [88ddc320d289698f508c70a5a15057e06f69fe0c]

        INTEGRATION: CWS jl46 (1.24.36); FILE MERGED 2006/09/21 15:25:28 hro 1.24.36.1: #i69173# stdio redirector for unopkg.exe

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [9ab7e93229e845cc32feab6ecbaed1b4dadd67a0]

        INTEGRATION: CWS jl46 (1.4.16); FILE MERGED 2006/12/04 17:42:34 jl 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 11:43:06 sb 1.4.16.1: #i69498# AstService::checkLastConstructor failed for differing ctors that happened to have identically typed parameters in one position.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [b2c98a70588d59507122b1171ca2783a16b100e6]

        INTEGRATION: CWS jl46 (1.2.16); FILE MERGED 2006/10/10 16:15:21 jl 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/15 11:43:06 sb 1.2.16.1: #i69498# AstService::checkLastConstructor failed for differing ctors that happened to have identically typed parameters in one position.

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [d553cc09fcf82aabba5033e948dc60a4bae6c961]

        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>  [12656f54aceddc4558a1e4a9055ae402b25b3a00]

        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>  [eecf08f451a26af56ed57a02a982d0d09303b9c4]

        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-19  Ivo Hinkelmann  <ihi@openoffice.org>  [bdbc9ad59b8e5ec064533e2f67776400e813a6cd]

        INTEGRATION: CWS jl46 (1.4.180); FILE MERGED 2006/12/04 16:50:23 jl 1.4.180.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 13:21:50 jl 1.4.180.1: #i69173# new method for making >unopkg gui ext possible<

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [c3860439f2e41b21858ae3ea93a067a9bd01fd2f]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/10/11 14:49:30 jl 1.1.2.1: #i69173# new InstallException, needed for interaction when unopkg gui extension is used

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [ba0c19ed107ce1bd6f95c0587ffcc76c6efaec3b]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/10/31 16:47:32 jl 1.1.2.1: #i69173#

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7a9b0ec57e5c3e9fa9577641b5e4554aad66b8f7]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/10/31 16:46:55 jl 1.1.2.1: #i69173#

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [7160a6cede718df09a86afacc23144bfd627fd1d]

        INTEGRATION: CWS jl46 (1.24.44); FILE MERGED 2006/12/01 18:01:56 ihi 1.24.44.5: Suse fix 2006/11/27 15:53:43 ihi 1.24.44.4: #i69173# Systemintegration for Extensions 2006/11/16 18:52:29 ihi 1.24.44.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:42 ihi 1.24.44.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:11 ihi 1.24.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8f2103ccf217d73d4a8d1b8f20983d5396d062e0]

        INTEGRATION: CWS jl46 (1.21.44); FILE MERGED 2006/12/12 21:02:18 ihi 1.21.44.5: Extension support for solaris 2006/12/04 15:53:53 jl 1.21.44.4: RESYNC: (1.21-1.22); FILE MERGED 2006/11/27 15:53:43 ihi 1.21.44.3: #i69173# Systemintegration for Extensions 2006/11/16 18:52:29 ihi 1.21.44.2: #i69173# Systemintegration for Extensions 2006/10/17 12:56:10 ihi 1.21.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8a5d4aef7214618929fa246552c2d66bc6dff75e]

        INTEGRATION: CWS jl46 (1.9.146); FILE MERGED 2006/12/12 21:02:17 ihi 1.9.146.5: Extension support for solaris 2006/11/27 15:53:43 ihi 1.9.146.4: #i69173# Systemintegration for Extensions 2006/11/16 18:52:28 ihi 1.9.146.3: #i69173# Systemintegration for Extensions 2006/11/03 14:57:46 ihi 1.9.146.2: Fixed extension png 2006/10/17 12:56:10 ihi 1.9.146.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1b95e23843750fd62d8beb809e452005e0423a08]

        INTEGRATION: CWS jl46 (1.4.88); FILE MERGED 2006/12/12 21:02:17 ihi 1.4.88.1: Extension support for solaris

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [5e15db2824f4d7ca566d44d4df56f08478ac2082]

        INTEGRATION: CWS jl46 (1.3.156); FILE MERGED 2006/11/09 16:02:42 ihi 1.3.156.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:10 ihi 1.3.156.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [30a73ab87c71b3234ecbd02ff20048a71e50b50f]

        INTEGRATION: CWS jl46 (1.12.64); FILE MERGED 2006/12/12 21:02:17 ihi 1.12.64.3: Extension support for solaris 2006/12/04 15:53:44 jl 1.12.64.2: RESYNC: (1.12-1.13); FILE MERGED 2006/10/17 12:56:10 ihi 1.12.64.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [707ff46adb55033e05cb4c63191d13c040782f3f]

        INTEGRATION: CWS jl46 (1.4.156); FILE MERGED 2006/11/16 18:52:28 ihi 1.4.156.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:42 ihi 1.4.156.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:10 ihi 1.4.156.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [674af5c0417b3da31593050ec69d9f8bd332313f]

        INTEGRATION: CWS jl46 (1.13.2); FILE MERGED 2006/12/04 15:53:02 jl 1.13.2.4: RESYNC: (1.13-1.14); FILE MERGED 2006/11/27 15:53:43 ihi 1.13.2.3: #i69173# Systemintegration for Extensions 2006/11/17 14:55:06 ihi 1.13.2.2: buildfix 2006/11/16 18:52:28 ihi 1.13.2.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [943326fd90bb42bb28198fcb48659609ec79480f]

        INTEGRATION: CWS jl46 (1.12.204); FILE MERGED 2006/11/09 16:02:41 ihi 1.12.204.3: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:09 ihi 1.12.204.2: #i69173# Systemintegration for Extensions 2006/09/15 12:45:17 ihi 1.12.204.1: #i69173# Extensions strings

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [663e0a2795e27f1d79e82ff97e9bb70ebc4e5e6d]

        INTEGRATION: CWS jl46 (1.23.44); FILE MERGED 2006/11/27 15:53:42 ihi 1.23.44.4: #i69173# Systemintegration for Extensions 2006/11/16 18:52:28 ihi 1.23.44.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:41 ihi 1.23.44.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:09 ihi 1.23.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [56589bb409ea0a8bacd1ae8c579cfc36b0326534]

        INTEGRATION: CWS jl46 (1.20.44); FILE MERGED 2006/12/12 21:02:17 ihi 1.20.44.5: Extension support for solaris 2006/12/04 15:52:41 jl 1.20.44.4: RESYNC: (1.20-1.21); FILE MERGED 2006/11/27 15:53:42 ihi 1.20.44.3: #i69173# Systemintegration for Extensions 2006/11/16 18:52:27 ihi 1.20.44.2: #i69173# Systemintegration for Extensions 2006/10/17 12:56:09 ihi 1.20.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [069c3465f20f47c7884f4c60bd94989620d6fed0]

        INTEGRATION: CWS jl46 (1.8.146); FILE MERGED 2006/12/12 21:02:16 ihi 1.8.146.2: Extension support for solaris 2006/11/27 15:53:42 ihi 1.8.146.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [2bf8d4f1bedf99aba5c0f8f2409687ffeff374e5]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/12/12 21:02:16 ihi 1.1.2.4: Extension support for solaris 2006/11/27 15:53:42 ihi 1.1.2.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:41 ihi 1.1.2.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:08 ihi 1.1.2.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [1678afa0571926ea75f4ea25f8a26424c647afcd]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/11/27 15:53:41 ihi 1.1.2.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:40 ihi 1.1.2.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:08 ihi 1.1.2.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [f22fbe655e5640dd8908bc94cfebaa0f808fa6b7]

        INTEGRATION: CWS jl46 (1.13.44); FILE MERGED 2006/11/27 15:53:41 ihi 1.13.44.4: #i69173# Systemintegration for Extensions 2006/11/16 18:52:27 ihi 1.13.44.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:40 ihi 1.13.44.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:07 ihi 1.13.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [8947ad90cbd7127ce8a46b513d4d98be8c63b6a1]

        INTEGRATION: CWS jl46 (1.9.44); FILE MERGED 2006/12/12 21:02:16 ihi 1.9.44.5: Extension support for solaris 2006/12/04 15:52:33 jl 1.9.44.4: RESYNC: (1.9-1.10); FILE MERGED 2006/11/27 15:53:41 ihi 1.9.44.3: #i69173# Systemintegration for Extensions 2006/11/16 18:52:26 ihi 1.9.44.2: #i69173# Systemintegration for Extensions 2006/10/17 12:56:07 ihi 1.9.44.1: #i69173# Systemintegration for Extensions

2006-12-19  Ivo Hinkelmann  <ihi@openoffice.org>  [3a391c5c7154f8044a29f4c2f23335070a955d90]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/11/02 16:31:17 ihi 1.1.2.1: Icons for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1b5fa1f2033dfded6cc87a14b7bdd3ff29753585]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/11/02 16:31:17 ihi 1.1.2.1: Icons for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e9b068099eadaefd83c0a029af08b36ba4d75990]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/11/02 16:31:16 ihi 1.1.2.1: Icons for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4de58b0329cd72a0de5f2b35ea069088a50b7de0]

        INTEGRATION: CWS jl46 (1.1.2); FILE ADDED 2006/10/27 12:24:42 lla 1.1.2.1: #i69173# add new icon

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4c339605e5492bf682a2d18ba25ce5ed76c12d14]

        INTEGRATION: CWS jl46 (1.4.104); FILE MERGED 2006/10/27 12:26:15 lla 1.4.104.1: #i69173# add oxt-extension

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [548a4d55110f4a9b118c7732fc316d75358cf78b]

        INTEGRATION: CWS jl46 (1.13.56); FILE MERGED 2006/12/01 18:01:55 ihi 1.13.56.5: Suse fix 2006/11/27 15:53:38 ihi 1.13.56.4: #i69173# Systemintegration for Extensions 2006/11/16 18:52:26 ihi 1.13.56.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:40 ihi 1.13.56.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:06 ihi 1.13.56.1: #i69173# Systemintegration for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4dc07c5a19793c110b7870bbdfa84522617b1a6c]

        INTEGRATION: CWS jl46 (1.4.56); FILE MERGED 2006/11/16 18:52:26 ihi 1.4.56.3: #i69173# Systemintegration for Extensions 2006/11/09 16:02:39 ihi 1.4.56.2: Mimetype changed to vnd.openofficeorg.extension 2006/10/17 12:56:06 ihi 1.4.56.1: #i69173# Systemintegration for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d2152930850ea0b2513580c8a228c6b47d3729f0]

        INTEGRATION: CWS jl46 (1.15.16); FILE MERGED 2006/12/12 21:02:16 ihi 1.15.16.5: Extension support for solaris 2006/12/04 15:52:24 jl 1.15.16.4: RESYNC: (1.15-1.16); FILE MERGED 2006/11/27 15:53:38 ihi 1.15.16.3: #i69173# Systemintegration for Extensions 2006/11/16 18:52:26 ihi 1.15.16.2: #i69173# Systemintegration for Extensions 2006/10/17 12:56:06 ihi 1.15.16.1: #i69173# Systemintegration for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8940a87f16f78014f3469f016eb3de67590ae759]

        INTEGRATION: CWS jl46 (1.15.2); FILE MERGED 2006/11/27 15:53:38 ihi 1.15.2.1: #i69173# Systemintegration for Extensions

2006-12-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b9fd9fdb83c74a1d441be99136668656980bb9e9]

        INTEGRATION: CWS smoketestw2003 (1.18.10); FILE MERGED 2006/11/15 15:26:04 mt 1.18.10.1: alow custon install script for server environment...

2006-12-15  Oliver Bolte  <obo@openoffice.org>  [185222add578f7b9adea36547cc6f57440735c98]

        #i72604# deliver ldapbe2.uno.so if enabled

2006-12-15  Rüdiger Timm  <rt@openoffice.org>  [9f54a12987dce5c119e3afabed4432a91497cfd5]

        #i10000# Do not create solver subdirs with trailing white space.

2006-12-15  Oliver Bolte  <obo@openoffice.org>  [3a0647fed941c45483226449d19477e4e4fb77da]

        #i72593# MacOSX fix

2006-12-15  Oliver Bolte  <obo@openoffice.org>  [301e790375b5ffe8b050e9880262d7c9486704cf]

        #i72549# SO only module removed

2006-12-15  Vladimir Glazounov  <vg@openoffice.org>  [18e2dd7df7fd0e35df4005150a56d9ad6345962b]

        #i10000# add pch declaration

2006-12-15  Vladimir Glazounov  <vg@openoffice.org>  [778f763029d7f42c8511ec03f49e18474fed374f]

        #i10000# add pch declaration

2006-12-15  Vladimir Glazounov  <vg@openoffice.org>  [a1c2b456fa14bf3d813453f972331641329503e0]

        #i10000# add pch declaration

2006-12-14  Vladimir Glazounov  <vg@openoffice.org>  [ea5c10428c25f85b99e0ec429411d4fc2700a4f5]

        #i10000# add #include <boost/current_function.hpp>

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [0f2bd8c3357f80356eeddef9ca671bc1f23ba536]

        #i10000# add precompiled header declaration

2006-12-14  Vladimir Glazounov  <vg@openoffice.org>  [142e8aefacfbed6c16953e106c1cbe71f715595e]

        #i10000# deliver updatefeed

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [a02457251f89a4983b6b16a925edc0749a6077c6]

        #i10000# add math.h

2006-12-14  Vladimir Glazounov  <vg@openoffice.org>  [3fc5c6a1a2f50a3440229f3499ab33ae7c39fff8]

        #i10000# tools needed

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [c9698c547629fff8d41761c96c3ccb17501587d4]

        #i10000# comment out not used line (cl)

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [008c22d6a5d5d9b6895c07b6213e50c3bd5b17f6]

        #i10000# add pragma for wnt to prevent warnings (cl)

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [3cb6503f365b9d381c5688eee05f9da6aff3cfaa]

        #i10000# remove math.h (thb)

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [9115aa9eed76863f4fa63248a37dc6cf30ebd99b]

        #i10000# remove math.h

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [ce685df320f7a69eea1c7598120713e3becfb3f3]

        #i10000# chg. pView to mpView

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [d9157efc3812c6572f98d6eedea802004cf90bed]

        #i10000# #include <sal/config.h>

2006-12-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [8c71f762f9dd9aa5432e6cdb67b0263e9cf6d9f2]

        ~WW8Stream

2006-12-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [8c26698465c8a0fa2be353731e3b8e1fb1b5a423]

        do not resolve empty headers

2006-12-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [4527f5ec6f69f0f5c2f1e584e00fa7f72b722c7a]

        remove debug output

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [2ac2e9fe619f3c0880f4955d8c84187c49bdbec9]

        #i10000# correct license

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [9cf314b00f56042099177b576e1934cc198e0a2f]

        #i10000# add unoil.jar

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [1f6029a6f74db8f03ed73c6f1b0733a6654d54d4]

        #i10000# depend on unoil

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [ecf697783f0a474d58ae09a572bfd9d81065074d]

        #i10000# add include <math.h>

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [aa411c8faf762949ff27934e05a0b8bcf896847d]

        #i10000# remove old code which cause an error (FS)

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [ceb911f0b3028e87c2ef5d6f1f6800f674b5d63f]

        #i10000# depend on boost

2006-12-14  Kurt Zenker  <kz@openoffice.org>  [0ffb45ac272ba0085527b72cdef34a572842cedc]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:11 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [3713e74fc991d64e67583108723cb21aad8fb38b]

        test change for cws (just added empty lines, Liyuan), #i69312#

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [7d00b7a3e9e86c19df5f7750824193be54f89b4e]

        test change for cws (just added empty lines, Liyuan), #i69312#

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [c31fe5a9e249897261b2b34a8ea534e7ea18f968]

        test change for cws (just added empty lines, Liyuan), #i69312#

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [0cc23501d3d36c9b61bafa3838f0055ad3c0becf]

        test change for cws (just added empty lines, Liyuan), #i69312#

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [56c455deecfa9fb6f97f35b5571e5d3cd535557b]

        test change for cws (just added empty lines, Liyuan), #i72482#

2006-12-14  Yuan  Li  <liyuan@openoffice.org>  [afb8569ffb92771e5c74b92d74aa7704197c9cd5]

        test change for cws (just added empty lines, Liyuan), #i72482#

2006-12-13  Vladimir Glazounov  <vg@openoffice.org>  [e29e6d7a7104b702221d20714a57f5456ec869ba]

        new version for SRC680

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c52b979574cee5cb665c0a7b24599c21048be755]

        SRC680

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4f3ca3d2b5168601c7f99ac58394acba9ea1ea36]

        #i10000# generate new script

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [134bbf3b127a0d021b916fbad83d104ecd0b72e7]

        #i10000# apoctemplates missing

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [73f3ef28da9e355184214e7a38fc584516d00af9]

        INTEGRATION: CWS sdwarningsbegone (1.46.36); FILE MERGED 2006/11/27 13:48:18 cl 1.46.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:52 cl 1.46.36.2: RESYNC: (1.46-1.48); FILE MERGED 2006/11/22 12:42:26 cl 1.46.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [27e6018625b59b421d4860e7a4e62ebb917e0f77]

        INTEGRATION: CWS sdwarningsbegone (1.70.32); FILE MERGED 2006/11/27 13:48:18 cl 1.70.32.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:45 cl 1.70.32.2: RESYNC: (1.70-1.72); FILE MERGED 2006/11/22 12:42:26 cl 1.70.32.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ef4286205358e9f96d94661e33ff1d0b126e7a75]

        INTEGRATION: CWS sdwarningsbegone (1.42.36); FILE MERGED 2006/11/27 13:48:04 cl 1.42.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:52 cl 1.42.36.2: RESYNC: (1.42-1.44); FILE MERGED 2006/11/22 12:41:55 cl 1.42.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5cae80eacc7fd9fc98737bea93185dbb6059b361]

        INTEGRATION: CWS sdwarningsbegone (1.44.36); FILE MERGED 2006/11/27 13:48:03 cl 1.44.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:28 cl 1.44.36.2: RESYNC: (1.44-1.46); FILE MERGED 2006/11/22 12:41:55 cl 1.44.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9a35cdf1f4fafe56a3c6630dc24406100deba801]

        INTEGRATION: CWS sdwarningsbegone (1.38.10); FILE MERGED 2006/11/27 13:48:02 cl 1.38.10.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:43 cl 1.38.10.2: RESYNC: (1.38-1.40); FILE MERGED 2006/11/22 12:41:53 cl 1.38.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [25ccf80b57eb3ed2e97ce146ff5ed768091b3624]

        INTEGRATION: CWS sdwarningsbegone (1.27.36); FILE MERGED 2006/11/27 13:48:02 cl 1.27.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:21 cl 1.27.36.2: RESYNC: (1.27-1.29); FILE MERGED 2006/11/22 12:41:52 cl 1.27.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [36b33cd289396bc9fc872de47551a1ad793ec035]

        INTEGRATION: CWS sdwarningsbegone (1.11.36); FILE MERGED 2006/11/27 13:48:02 cl 1.11.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:13 cl 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2006/11/22 12:41:52 cl 1.11.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4418b7b92acacc8c520dafe91288994d23c62844]

        INTEGRATION: CWS sdwarningsbegone (1.52.10); FILE MERGED 2006/11/27 13:47:56 cl 1.52.10.3: #i69285# warning free code changes for sd project 2006/11/22 15:02:07 cl 1.52.10.2: RESYNC: (1.52-1.53); FILE MERGED 2006/11/22 12:41:43 cl 1.52.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e1b5e2084cd034fb19aadfc5982a1b8f854c8678]

        INTEGRATION: CWS dba22ui (1.7.56); FILE MERGED 2006/11/20 09:58:03 fs 1.7.56.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [55c3862cafb6f350f9b3304701d59a4bde2fb32e]

        INTEGRATION: CWS dba22ui (1.8.56); FILE MERGED 2006/11/20 09:58:03 fs 1.8.56.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0691e41c977a6824b77137d562b6dd3ea5721e3b]

        INTEGRATION: CWS dba22ui (1.33.54); FILE MERGED 2006/12/13 13:55:51 fs 1.33.54.2: manual resync to HEAD 2006/11/20 09:58:03 fs 1.33.54.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [38b8ca4e572c9ea7009b65fe35b397cbb36849af]

        INTEGRATION: CWS dba22ui (1.3.94); FILE MERGED 2006/11/20 09:58:03 fs 1.3.94.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [db0068be32b9b43e8ec44024cada281afb973f81]

        INTEGRATION: CWS dba22ui (1.4.54); FILE MERGED 2006/11/20 09:58:03 fs 1.4.54.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [82923d4f5221fce8c953e7a1905d0a68b152be7a]

        INTEGRATION: CWS dba22ui (1.4.56); FILE MERGED 2006/11/20 09:58:02 fs 1.4.56.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Armin Weiss  <aw@openoffice.org>  [f5895d9ed55f990e1d1281ff961f6a961775d6d4]

        #i39532# adaptions for solaris version

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f9eb9bb874b14bbaf4b3b046d7f3cbfb39c31494]

        INTEGRATION: CWS dba22ui (1.5.54); FILE MERGED 2006/12/13 09:06:48 fs 1.5.54.2: for generic ENUM properties, default to unsorted list 2006/11/20 09:58:02 fs 1.5.54.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [18816f2e9aed913189ed171fe9c6c029da49a174]

        INTEGRATION: CWS dba22ui (1.8.56); FILE MERGED 2006/11/20 09:58:02 fs 1.8.56.1: #i28897# sorting in a combo/list box now optional

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c7fc9231a0c7db30b5c7bf364b5f181284da95c6]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/11/01 15:27:57 thb 1.7.16.10: #142663# Registering slide as a view change listener; added viewChange methods to various interfaces (Shape, LayerManager, Layer, a few view shapes); made EventMultiplexer prune list of weakly held handlers from deceased ones; refactored applet and media shape update() method into render() and resize() 2006/10/20 14:55:54 thb 1.7.16.9: #i10000# Fixed post-merge build errors (mostly warnings) 2006/10/18 19:49:01 thb 1.7.16.8: RESYNC: (1.8-1.10); FILE MERGED 2006/09/15 22:11:28 thb 1.7.16.7: RESYNC: (1.7-1.8); FILE MERGED 2006/04/24 13:25:24 thb 1.7.16.6: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/17 21:53:34 thb 1.7.16.5: #i10000# Added some well-placed typename statements, to placate gcc 2006/04/12 20:40:03 thb 1.7.16.4: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/12 19:25:05 thb 1.7.16.3: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/04/03 16:18:55 thb 1.7.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:07 thb 1.7.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [da834af33f7400d7721a731045f01e6078cc71c3]

        INTEGRATION: CWS dba22ui (1.62.28); FILE MERGED 2006/12/05 09:47:59 fs 1.62.28.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/10/10 07:18:59 fs 1.62.28.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b5f50fbe0058f63b55aaf73974a6b076bcb46cd4]

        INTEGRATION: CWS dba22ui (1.9.42); FILE MERGED 2006/10/10 07:18:58 fs 1.9.42.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3c2aa77e65deb640d04c8ac59b4a220e6fa8a559]

        INTEGRATION: CWS dba22ui (1.106.12); FILE MERGED 2006/12/05 09:47:58 fs 1.106.12.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>  [b74c4e51c97941bd42c3cdae6de9959ef7eaef8f]

        INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/10/12 08:14:53 fs 1.21.12.1: #i69246# LEFT/VCENTER instead of CENTER

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [299624188b2f8d73aa17b029ff396a2ea719f2f7]

        INTEGRATION: CWS dba22ui (1.33.12); FILE MERGED 2006/10/12 08:14:27 fs 1.33.12.1: #i69246# display an image indicating the type of table/view/query

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7865d713267503387628f3b7a394c3e2d534fdd0]

        INTEGRATION: CWS dba22ui (1.25.40); FILE MERGED 2006/12/05 09:47:58 fs 1.25.40.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>  [89c6623df914c6b13fe9488f0d6a62ef9195c71d]

        INTEGRATION: CWS dba22ui (1.76.14); FILE MERGED 2006/12/05 09:47:58 fs 1.76.14.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>  [036c4f8d5064632f20d261325dbfe4e680156800]

        INTEGRATION: CWS dba22ui (1.84.40); FILE MERGED 2006/12/05 09:47:58 fs 1.84.40.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>  [e43aeb7b1c775e524dd425eef13c59f3f5fa6e10]

        INTEGRATION: CWS dba22ui (1.66.38); FILE MERGED 2006/12/05 09:47:58 fs 1.66.38.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>  [05f19b82535038c961e548ab2afb0c011b17f8ba]

        INTEGRATION: CWS dba22ui (1.95.4); FILE MERGED 2006/12/05 09:47:57 fs 1.95.4.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>  [542636cafdd761778821cd608e5dd9d4c3399280]

        INTEGRATION: CWS dba22ui (1.11.64); FILE MERGED 2006/12/05 09:47:56 fs 1.11.64.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>  [d23f7a3cada6e63ccf5337f5e9d112b5f85efd7e]

        INTEGRATION: CWS dba22ui (1.30.28); FILE MERGED 2006/12/05 09:47:56 fs 1.30.28.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>  [892541926d7346c3ea62f0c19431ef7c135f2a15]

        INTEGRATION: CWS dba22ui (1.15.64); FILE MERGED 2006/10/12 08:14:27 fs 1.15.64.1: #i69246# display an image indicating the type of table/view/query

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2a6d942407e61fdda9ce3dc2f482cfaf51dad0ee]

        INTEGRATION: CWS dba22ui (1.21.204); FILE MERGED 2006/12/05 09:47:56 fs 1.21.204.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>  [4ad0af07662bbc7e916cf9d50cf3e9e6d50c2e42]

        INTEGRATION: CWS dba22ui (1.24.72); FILE MERGED 2006/12/05 15:50:15 fs 1.24.72.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/12/05 09:47:55 fs 1.24.72.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>  [6dcfc4efe2b25007d8ce65c0d228fdf309d14a07]

        INTEGRATION: CWS dba22ui (1.41.12); FILE MERGED 2006/12/05 15:50:15 fs 1.41.12.3: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/12/05 09:47:55 fs 1.41.12.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/10/25 10:03:33 fs 1.41.12.1: remove the restriction of fixed-byte charsets for dBase Issue number:  #i62664# Submitted by:  jianhuajiao@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fedf2b37b7e206214950c5e272fc3a9807bb5eee]

        INTEGRATION: CWS dba22ui (1.10.106); FILE MERGED 2006/11/29 09:33:54 oj 1.10.106.2: #i61558# correct size of controls to fit text size 2006/11/07 08:43:02 oj 1.10.106.1: #i61558# correct German Sie

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d0a59e4c5de2b282d0e5fe9e4ed3f4ae0875914f]

        INTEGRATION: CWS dba22ui (1.153.4); FILE MERGED 2006/12/05 09:47:55 fs 1.153.4.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>  [d1219917e7f4f3f084627609d8c89daaff085712]

        INTEGRATION: CWS dba22ui (1.33.204); FILE MERGED 2006/12/05 09:47:55 fs 1.33.204.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>  [331540a46e09c6baecc59b57fd83d632bd002300]

        INTEGRATION: CWS dba22ui (1.99.12); FILE MERGED 2006/12/05 09:47:54 fs 1.99.12.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>  [e7bfecefffa95526ae7a411de682808fc71fabf9]

        INTEGRATION: CWS dba22ui (1.5.204); FILE MERGED 2006/12/05 09:47:54 fs 1.5.204.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>  [47186f48da90064739408a761f113eb007e2d2d2]

        INTEGRATION: CWS dba22ui (1.6.12); FILE MERGED 2006/12/05 09:47:54 fs 1.6.12.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>  [e13b3331d4bd449ba1f4af4de3e208c1ebb25241]

        INTEGRATION: CWS dba22ui (1.15.38); FILE MERGED 2006/12/05 09:47:54 fs 1.15.38.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>  [921241fd767a24a69c82e3290f6d5dd07f5a6d4f]

        INTEGRATION: CWS dba22ui (1.9.12); FILE MERGED 2006/12/04 08:05:49 fs 1.9.12.2: #i10000# 2006/11/29 09:33:53 oj 1.9.12.1: #i61558# correct size of controls to fit text size

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6e7ce083a80c01892069efb3a32ff09d49fddb0d]

        INTEGRATION: CWS dba22ui (1.11.198); FILE MERGED 2006/10/20 07:26:00 oj 1.11.198.2: #i67267# typo corrected 2006/10/10 07:18:57 fs 1.11.198.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cd608b6a657d433916457363e7ce4386dbe327a5]

        INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/03 20:50:19 fs 1.21.12.3: RESYNC: (1.22-1.23); FILE MERGED 2006/10/11 11:03:01 fs 1.21.12.2: RESYNC: (1.21-1.22); FILE MERGED 2006/10/10 07:18:57 fs 1.21.12.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [02fee52fdd84d3c81d99746b6becb49dd780bf1b]

        INTEGRATION: CWS dba22ui (1.14.64); FILE MERGED 2006/10/11 11:02:03 fs 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED 2006/10/10 07:18:57 fs 1.14.64.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9b3042491debf2bdf6086dfaa72a4ed0d5314106]

        INTEGRATION: CWS dba22ui (1.34.12); FILE MERGED 2006/12/13 13:46:02 fs 1.34.12.5: RESYNC: (1.37-1.38); FILE MERGED 2006/12/03 20:49:53 fs 1.34.12.4: RESYNC: (1.35-1.37); FILE MERGED 2006/10/11 19:51:12 fs 1.34.12.3: #i10000# 2006/10/11 11:01:54 fs 1.34.12.2: RESYNC: (1.34-1.35); FILE MERGED 2006/10/10 07:18:57 fs 1.34.12.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2658f6f62a1f591b19a42122c79261b4c4aa7e68]

        INTEGRATION: CWS dba22ui (1.37.12); FILE MERGED 2006/12/05 09:47:53 fs 1.37.12.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>  [6bd20a8654800e804ca3a4089961c7cacf153b7e]

        INTEGRATION: CWS dba22ui (1.41.28); FILE MERGED 2006/12/05 09:47:52 fs 1.41.28.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>  [ca48fba3217877090ee6181b370965be9a0ba847]

        INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/06 09:39:02 oj 1.21.12.1: #i71613# remove all children when deleted

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e14240b8ce7eeb58361b9021cbb53e0afd0ec782]

        INTEGRATION: CWS dba22ui (1.17.12); FILE MERGED 2006/12/05 09:47:51 fs 1.17.12.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>  [fa1d335efce16b42e68197cf5547659fbb9c9fc7]

        INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/05 09:47:49 fs 1.21.12.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>  [8debbd00840f5ab4047af8d1c9227c162d29561c]

        INTEGRATION: CWS dba22ui (1.92.38); FILE MERGED 2006/12/05 09:47:48 fs 1.92.38.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>  [2554063d2c11cf2cae29f1ef81c4334dfe5eecf0]

        INTEGRATION: CWS dba22ui (1.7.204); FILE MERGED 2006/10/10 07:18:56 fs 1.7.204.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [dcddddf1f4e11b8670fa2f89b63881b9ebb17799]

        INTEGRATION: CWS dba22ui (1.67.28); FILE MERGED 2006/12/05 09:47:47 fs 1.67.28.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>  [f92e40c650d6ee40b39714be06f0238bb2348b10]

        INTEGRATION: CWS dba22ui (1.15.222); FILE MERGED 2006/12/05 11:43:59 fs 1.15.222.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>  [9a1c31b997e70da1bb7472c043d6b22d8155a234]

        INTEGRATION: CWS dba22ui (1.60.32); FILE MERGED 2006/12/05 11:43:59 fs 1.60.32.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>  [ee4e7a181c9f94db0eadf29de647d0806edc3bfe]

        INTEGRATION: CWS dba22ui (1.43.158); FILE MERGED 2006/12/05 11:43:58 fs 1.43.158.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>  [a40270f694812ca0db0c66f6c8987a95c4b2a2da]

        INTEGRATION: CWS dba22ui (1.19.158); FILE MERGED 2006/12/05 11:43:58 fs 1.19.158.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>  [63d078788ef3e9d5ee436eb6e1fab0f5b241a494]

        INTEGRATION: CWS dba22ui (1.58.32); FILE MERGED 2006/12/05 11:43:58 fs 1.58.32.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>  [8f07084d6ff0f146f835041f7f9a17575ce1f585]

        INTEGRATION: CWS dba22ui (1.10.230); FILE MERGED 2006/12/05 15:59:21 fs 1.10.230.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>  [3915a2f684c1922dae09d6f5e7fb5516c817cfdb]

        INTEGRATION: CWS dba22ui (1.1.4); FILE ADDED 2006/12/05 15:59:21 fs 1.1.4.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>  [40d9ed96f07f4a47279b81ad69bd93bf24a1497e]

        INTEGRATION: CWS dba22ui (1.17.42); FILE MERGED 2006/12/05 15:59:21 fs 1.17.42.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>  [41015febb49055d86c1b0216f3b013d6e25fa81d]

        INTEGRATION: CWS dba22ui (1.4.134); FILE MERGED 2006/12/05 15:07:19 va 1.4.134.1: #i62664# Set encoding to UTF-8.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [003dd729fc0db6c0a3b0a6d2c0bfbf44b95eb6c7]

        INTEGRATION: CWS dba22ui (1.75.18); FILE MERGED 2006/12/11 09:23:12 fs 1.75.18.1: #i61566# typos in german strings

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [277a457b578044923467e88bceb2fcff61cad050]

        INTEGRATION: CWS dba22ui (1.48.64); FILE MERGED 2006/12/11 11:46:40 fs 1.48.64.1: #i72457# +SCERR_EXPORT_FIELDWIDTH

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5ddc4ab1d0ad6502832dc37c740152c5c919f0c3]

        INTEGRATION: CWS dba22ui (1.6.64); FILE MERGED 2006/12/11 11:46:26 fs 1.6.64.1: #i72457# +SCERR_EXPORT_FIELDWIDTH

2006-12-13  Armin Weiss  <aw@openoffice.org>  [1b13116865492598941829a2110379b2a0ee4d28]

        #i39532# MetafilePrimitive2D transform first

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e094902d7e8d21f511a323c99bf77c88250e7cf3]

        INTEGRATION: CWS dba22ui (1.10.316); FILE MERGED 2006/10/20 07:23:58 oj 1.10.316.2: #i67267# typo corrected 2006/10/10 07:24:32 fs 1.10.316.1: #i64651# add 'Edit in SQL View' command

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c84c9e14a9dadbe8d00cb5ffb2527a171ae73dfb]

        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>  [7af2287d03ab2f08be393cd35d968dac86c45cc6]

        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>  [9a5e19a8fe9c4be8ac01d7d3a103f1d3a5911797]

        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>  [b02d6013918dcb0a8f10decb88b3ef7fa3a6826e]

        INTEGRATION: CWS updatefeed (1.36.16); FILE MERGED 2006/11/23 14:59:03 obr 1.36.16.1: #i71853# update information provider service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [94883ebdfa38c05b88dad6584f7d04a0c64d5568]

        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>  [937084bf403ca2de15adeb1ac92f402fd463710a]

        INTEGRATION: CWS dba22ui (1.10.70); FILE MERGED 2006/12/05 09:46:56 fs 1.10.70.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>  [b3083ae25544e27e2878756950784f42f22fe64b]

        INTEGRATION: CWS dba22ui (1.11.20); FILE MERGED 2006/12/05 09:46:56 fs 1.11.20.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>  [155e7910270c379d027ee302be1218abc94e557f]

        INTEGRATION: CWS dba22ui (1.4.190); FILE MERGED 2006/12/05 09:46:56 fs 1.4.190.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>  [4657f6d7c60f22d336d26e3fc15e6caba5633784]

        INTEGRATION: CWS dba22ui (1.5.20); FILE MERGED 2006/12/05 09:46:56 fs 1.5.20.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>  [88f503ec77c5c2d7ffae391cbaafd33b2c864a4e]

        INTEGRATION: CWS dba22ui (1.1.2); FILE ADDED 2006/10/25 10:11:30 fs 1.1.2.1: access to resources in the CNR*.res file

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [10283d24fcdc5fa1ce04c3d9801fe5201c8c792d]

        INTEGRATION: CWS dba22ui (1.6.20); FILE MERGED 2006/10/25 10:11:41 fs 1.6.20.1: #i62664# +sharedresources.cxx

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [042384ff884d01490b9d38a069c7e943dd4085d4]

        INTEGRATION: CWS dba22ui (1.2.122); FILE MERGED 2006/12/04 11:17:28 fs 1.2.122.2: #i71773# 2006/10/25 10:14:53 fs 1.2.122.1: #i62664# STR_CANNOT_CONVERT_STRING

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [196ee656862386c7a1e90c331046400313cd1bc7]

        INTEGRATION: CWS dba22ui (1.45.32); FILE MERGED 2006/12/05 09:46:56 fs 1.45.32.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>  [80548a16a580f683e722718d63c20144d2412229]

        INTEGRATION: CWS dba22ui (1.52.20); FILE MERGED 2006/12/05 09:46:55 fs 1.52.20.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>  [92bab3eb427048125de444cc1b2c74b9dc11b999]

        INTEGRATION: CWS dba22ui (1.1.2); FILE ADDED 2006/10/25 10:06:48 fs 1.1.2.1: access to resources in the CNR*.res file

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bc01eaeb7e919167ba2768066a00669e20fb4421]

        INTEGRATION: CWS updatefeed (1.53.2); FILE MERGED 2006/12/05 18:36:57 kso 1.53.2.2: #i72238# - now warningfree on Windows. 2006/12/04 16:59:28 kso 1.53.2.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1eeb2470e6a267e1da1d7e097214da415decc820]

        INTEGRATION: CWS dba22ui (1.1.2); FILE ADDED 2006/12/04 11:17:21 fs 1.1.2.2: #i71773# 2006/10/25 10:04:47 fs 1.1.2.1: resource IDs for the mozab drivers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8590f6c04a41fe34bb394ffeee70e1b1372073c4]

        INTEGRATION: CWS dba22ui (1.1.2); FILE ADDED 2006/10/25 10:05:11 fs 1.1.2.1: moved herein from ..

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [db092ea744256db6ec77791279fd18a9d4c89184]

        INTEGRATION: CWS dba22ui (1.1.2); FILE ADDED 2006/10/25 10:05:39 fs 1.1.2.1: resource IDs used in dbtools

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e57f56de285f497655d7d3b27711b0ae2e5812e7]

        INTEGRATION: CWS dba22ui (1.21.86); FILE MERGED 2006/12/05 15:02:50 fs 1.21.86.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>  [d69071b2481874c4d8ce6b50fb039bc9e93935a5]

        INTEGRATION: CWS dba22ui (1.13.190); FILE MERGED 2006/12/05 15:02:50 fs 1.13.190.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>  [dcdf72ec0fa3545ec64cb5990c77b2bfa53f236e]

        INTEGRATION: CWS dba22ui (1.3.190); FILE MERGED 2006/12/05 15:02:49 fs 1.3.190.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>  [3721b898be065581b3df8af52682d3b8f8963e33]

        INTEGRATION: CWS dba22ui (1.42.20); FILE MERGED 2006/12/05 09:46:55 fs 1.42.20.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>  [14f60bb9768303a1e6d97c844be3cd6bf2ae46fc]

        INTEGRATION: CWS dba22ui (1.15.20); FILE MERGED 2006/12/05 15:02:48 fs 1.15.20.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>  [0e205d5c9bb8346175cc22d1027b94c6c5641caf]

        INTEGRATION: CWS dba22ui (1.32.20); FILE MERGED 2006/12/05 15:02:47 fs 1.32.20.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>  [9df742595167111b4630ad850dc58f4ccac715ff]

        INTEGRATION: CWS dba22ui (1.38.20); FILE MERGED 2006/12/05 15:02:47 fs 1.38.20.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/10/25 10:47:30 fs 1.38.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cbf610b5583698ae3229ac18344c3f1425e08aa2]

        INTEGRATION: CWS dba22ui (1.15.20); FILE MERGED 2006/10/25 10:15:46 fs 1.15.20.1: during #i62664#: new .hrc

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [218ff6cc29786d2bd72c952faf65ef9263298c95]

        INTEGRATION: CWS dba22ui (1.8.20); FILE MERGED 2006/12/04 11:19:14 fs 1.8.20.2: properly recognize invalid LDAP connections / #i71773# STR_COULD_NOT_CONNECT_LDAP 2006/10/25 10:15:46 fs 1.8.20.1: during #i62664#: new .hrc

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7a4bb9f63e2af37c7454258a552280fd139c2593]

        INTEGRATION: CWS dba22ui (1.10.86); FILE MERGED 2006/12/04 11:19:14 fs 1.10.86.1: properly recognize invalid LDAP connections / #i71773# STR_COULD_NOT_CONNECT_LDAP

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d9f8f85f5f356000f55fa75c2661418c09ea8e9c]

        INTEGRATION: CWS dba22ui (1.14.20); FILE MERGED 2006/12/05 12:48:39 fs 1.14.20.3: #i10000# 2006/12/04 11:19:13 fs 1.14.20.2: properly recognize invalid LDAP connections / #i71773# STR_COULD_NOT_CONNECT_LDAP 2006/10/25 10:15:46 fs 1.14.20.1: during #i62664#: new .hrc

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f396b083d1238b6240be55587821f6e0dce2d9d3]

        INTEGRATION: CWS dba22ui (1.16.34); FILE MERGED 2006/12/05 09:46:55 fs 1.16.34.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>  [ab9d657e0060473a25abd6f36bd30aad0574a4db]

        INTEGRATION: CWS dba22ui (1.24.32); FILE MERGED 2006/12/11 09:37:22 fs 1.24.32.2: acquire in dtor, to prevent reentrance 2006/12/04 11:19:13 fs 1.24.32.1: properly recognize invalid LDAP connections / #i71773# STR_COULD_NOT_CONNECT_LDAP

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [96bbd4a4bba63a64e134116920a4feadeb68357e]

        INTEGRATION: CWS dba22ui (1.23.20); FILE MERGED 2006/12/05 15:02:46 fs 1.23.20.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>  [affb15919578ca0edda9cc7426d66e386945f127]

        INTEGRATION: CWS dba22ui (1.15.190); FILE MERGED 2006/12/05 15:02:46 fs 1.15.190.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>  [4dc099aa1266c286221a95bdc477041ebfc3a479]

        INTEGRATION: CWS dba22ui (1.36.20); FILE MERGED 2006/12/05 15:02:46 fs 1.36.20.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>  [f186ff2256d4c809cdbad7b14e6db3dd2643571b]

        INTEGRATION: CWS dba22ui (1.1.4); FILE ADDED 2006/12/06 07:03:40 fs 1.1.4.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>  [0d034edb55a9c2a7b9163580be0c29df6ab55be0]

        INTEGRATION: CWS dba22ui (1.15.20); FILE MERGED 2006/10/25 10:47:29 fs 1.15.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ab77cec1a2de1e6740345925792f4befe4f5d4f6]

        INTEGRATION: CWS dba22ui (1.42.20); FILE MERGED 2006/12/05 09:46:54 fs 1.42.20.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>  [b49d2321d47fc153d898cb62c3e3ad15138fcef8]

        INTEGRATION: CWS dba22ui (1.46.20); FILE MERGED 2006/10/25 10:47:29 fs 1.46.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ad849fb788bafa9bf8d739300e03e7efd67edda2]

        INTEGRATION: CWS dba22ui (1.7.20); FILE MERGED 2006/10/25 10:47:29 fs 1.7.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [209aa45993cc1c4c9b227f5e7f68e6c850144774]

        INTEGRATION: CWS dba22ui (1.10.20); FILE MERGED 2006/10/25 10:47:29 fs 1.10.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e628c506d888a144047beea0de6ec023bf82b4bb]

        INTEGRATION: CWS dba22ui (1.98.20); FILE MERGED 2006/12/03 20:36:21 fs 1.98.20.2: RESYNC: (1.98-1.99); FILE MERGED 2006/10/25 10:45:32 fs 1.98.20.1: when writing VARCHARs, care for too-long strings Issue number:  #i62664# Submitted by:  jianhuajiao@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [247da6491a6737c1bbcd352542e0489d063a3628]

        INTEGRATION: CWS dba22ui (1.18.20); FILE MERGED 2006/10/25 10:47:28 fs 1.18.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [098aefc862efbe4ac84bc6ff0c60dbfc569eb4ba]

        INTEGRATION: CWS dba22ui (1.16.20); FILE MERGED 2006/12/06 08:58:11 oj 1.16.20.1: #i72111# fix getTables, use tableNamePattern

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [11c20cff3ff735c7da897d71ebec57e36eee6900]

        INTEGRATION: CWS dba22ui (1.13.20); FILE MERGED 2006/10/25 10:47:28 fs 1.13.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9a5cc479a63bebc6316edb754b14a74514cfcec4]

        INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED 2006/12/05 09:46:54 fs 1.21.12.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>  [c3c9d5fecb7cff2478a8a50230a963660fb262d7]

        INTEGRATION: CWS dba22ui (1.26.20); FILE MERGED 2006/10/25 10:47:28 fs 1.26.20.1: Resource.hrc is unused

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ea384dc3dbd84298c3dadec2f41f4f7a6e2d51d5]

        INTEGRATION: CWS dba22ui (1.10.122); FILE MERGED 2006/10/25 10:36:26 fs 1.10.122.1: #i62664# +cnr.lib (built in ../resource)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [67ea329c94b734c582922495ccce058d989372e9]

        INTEGRATION: CWS dba22ui (1.8.20); FILE MERGED 2006/12/05 09:46:53 fs 1.8.20.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>  [f3b55fa8f6a4f102b2b49a0f0ebe3627940f492d]

        INTEGRATION: CWS dba22ui (1.19.14); FILE MERGED 2006/12/05 09:46:53 fs 1.19.14.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/10/25 10:20:29 fs 1.19.14.1: +convertUnicodeStringToLength Issue number:  #i62664# Submitted by:  jianhuajiao@openoffice.org Extended by:   frank.schoenheit@sun.com

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [72c7205fabbe649539a755df508ce2cbe7ad8fcb]

        INTEGRATION: CWS dba22ui (1.4.20); FILE MERGED 2006/12/05 15:02:43 fs 1.4.20.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/12/05 09:46:53 fs 1.4.20.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>  [b817874926bbba322042273622f86b4c41049051]

        INTEGRATION: CWS dba22ui (1.5.20); FILE MERGED 2006/12/05 15:02:43 fs 1.5.20.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>  [c9582f33f7726b0d213361ae4b6a41e4c0bfb3ee]

        INTEGRATION: CWS presfixes09 (1.32.14); FILE MERGED 2006/11/01 18:08:42 thb 1.32.14.3: RESYNC: (1.43-1.44); FILE MERGED 2006/09/15 22:44:17 thb 1.32.14.2: RESYNC: (1.32-1.43); FILE MERGED 2006/05/11 20:52:37 thb 1.32.14.1: #126453# Joined CWS dx9canvas

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [00a524cb1d73aeeee8d487ee65592537ba6ab560]

        INTEGRATION: CWS dba22ui (1.31.58); FILE MERGED 2006/12/03 20:33:40 fs 1.31.58.2: RESYNC: (1.31-1.32); FILE MERGED 2006/10/25 10:43:12 fs 1.31.58.1: source/dbtools depends on source/resource

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1becf53aa15a871ab0ac0023f89ee6ab1bd39de8]

        INTEGRATION: CWS presfixes09 (1.3.236); FILE MERGED 2006/05/11 20:52:37 thb 1.3.236.1: #126453# Joined CWS dx9canvas

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e96b02ca7f39344b9a09dc5c746857fc00dc05da]

        INTEGRATION: CWS dba22ui (1.12.70); FILE MERGED 2006/12/05 09:46:52 fs 1.12.70.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>  [cd5d33f9867a56c0f5a65be45f002ac7ca1e5cfb]

        INTEGRATION: CWS presfixes09 (1.2.72); FILE MERGED 2006/04/20 16:01:01 thb 1.2.72.1: #i63717# Fixed license header

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e799197c58df27a14cbd572311fc4776480ad3e7]

        INTEGRATION: CWS dba22ui (1.19.70); FILE MERGED 2006/12/05 09:46:52 fs 1.19.70.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>  [7280c201201048d06da3f40d1c9ca4426cf6d974]

        INTEGRATION: CWS dba22ui (1.22.70); FILE MERGED 2006/12/05 09:46:52 fs 1.22.70.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>  [fa6bf5c736a2a9faf4e0356b5aa78f7927401f23]

        INTEGRATION: CWS dba22ui (1.31.70); FILE MERGED 2006/12/05 09:46:52 fs 1.31.70.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>  [11a208cdb0e7472578eaaada8b7bb7159b2163a4]

        INTEGRATION: CWS presfixes09 (1.21.52); FILE MERGED 2006/10/26 16:01:46 thb 1.21.52.1: #142144# Moved the MSVC-specific macro to config.h

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4206ea77822dc8d9b9d4dcfdea882aab18fbd4bc]

        INTEGRATION: CWS dba22ui (1.3.60); FILE MERGED 2006/12/05 09:46:52 fs 1.3.60.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>  [e069ae8f3a68aa5448a2ee7d9269b86177849d5e]

        INTEGRATION: CWS dba22ui (1.13.190); FILE MERGED 2006/10/25 10:39:49 fs 1.13.190.1: +convertUnicodeStringToLength Issue number:  #i62664# Submitted by:  jianhuajiao@openoffice.org Reviewed by:   frank.schoenheit@sun.com

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [aaf31f38d9590dec012bda5cb468e274b1523515]

        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>  [d6688a5bd310ee099d41d1254c5dad9170064aba]

        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>  [2277d2abc2e5cb6ef8359d10abb94f3893aabf53]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/04/03 16:19:06 thb 1.1.2.1: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fe3ea27951079afba985574adbc6c9ebfa5ba557]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/05/12 21:56:48 thb 1.1.2.2: #i49357# Added demo code and unit tests for slideshow classes 2006/04/03 16:23:17 thb 1.1.2.1: #i37778# Added unit test scaffolding to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [17ef37f464292a31c22c57163420954babf596b9]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/05/12 21:56:48 thb 1.1.2.2: #i49357# Added demo code and unit tests for slideshow classes 2006/04/03 16:22:51 thb 1.1.2.1: #i37778# Added unit test scaffolding to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9c379a6b44151acb27c63a9521f09046f618a4d4]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/04/03 16:22:39 thb 1.1.2.1: #i37778# Added unit test scaffolding to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d0a88886322bee241f511c71ebbc27e907688a7f]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/05/12 21:56:16 thb 1.1.2.1: #i49357# slideshow demo application

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8b1c4d3ebb1765e41149900fcd74dc1683d7a990]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/04/24 13:25:39 thb 1.6.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:41 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [45aa040682a455d0cfe363cf0e56c26cc76bd63f]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:40 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:26 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:38 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9f0bf83a0c63794ee0432c27d3fb2d5b3735615e]

        INTEGRATION: CWS presfixes09 (1.1.2); FILE ADDED 2006/10/20 14:55:57 thb 1.1.2.2: #i10000# Fixed post-merge build errors (mostly warnings) 2006/04/03 16:19:05 thb 1.1.2.1: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e199973d43e4f6753ffce503be6a319d5a00ea5e]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:40 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:25 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:38 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b46b20e41ac67534ccdde0a9c8aa6acd4ba690f1]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/04/24 13:25:38 thb 1.4.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:39 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1e34440fa10731050dc72507a5b3f6e200d18f45]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/03 16:19:05 thb 1.3.18.5: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:39 thb 1.3.18.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.3.18.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:25 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:37 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5785f45dae981904898f75588deaf5c8f930ccd2]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:39 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:37 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3e36a48973e447fd7afef12145b7a2d082a66a0d]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:38 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:39 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b4f63f7f7ff9a0d106f94fe75b728dca8eb6c3b7]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/04/03 16:19:05 thb 1.6.16.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:39 thb 1.6.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.6.16.2: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:25 thb 1.6.16.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [06d1e0e4b030b318396e623bd2d0af57a7d18bd8]

        INTEGRATION: CWS presfixes09 (1.7.10); FILE MERGED 2006/04/24 13:25:38 thb 1.7.10.7: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/13 14:16:45 thb 1.7.10.6: #i37778# Added line break to OSL_TRACEs; improved getPropertyValue() debug output 2006/04/12 19:25:07 thb 1.7.10.5: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/03/24 18:23:39 thb 1.7.10.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/08 18:08:07 thb 1.7.10.3: #i49357# Removed cruft from gdimtftools; moved slideshow component to ServiceDecl; refactored multiple places of filling a rectangle in XCanvas into a tools method; now clearing the shape area to grey50 for applets/plugins (to at least show _something_ during slide transitions) 2006/03/06 22:41:13 thb 1.7.10.2: #i49357# Added AppletShape, which implements Java applets & plugin objects (Netscape plugins) 2006/03/06 22:14:37 thb 1.7.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2225948615c1532c46baa8122fbc80838452784b]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:39 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:25 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f9699c268b6712ca520194b16f31019e24f304e1]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:38 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:25 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:36 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cc5da996efd141959fead55d7573ee7cd13fa4e9]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/04/03 16:19:04 thb 1.4.18.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:38 thb 1.4.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:24 thb 1.4.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:36 thb 1.4.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [99c625321af19c3f5c00ea054fbe952652b30fcd]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:38 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.3.18.2: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:24 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [137ef66431a0685de41ab1bba58b9777b1293c9d]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/04/03 16:19:04 thb 1.4.18.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:38 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0f573eead4b312bbcdd29dbd8d37db38d4b0c2d2]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/03 16:19:04 thb 1.3.18.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:38 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:24 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f6e23ec47959ee49a13d0cf99108aaf28b8a8eee]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/03/24 18:23:37 thb 1.4.18.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.4.18.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:24 thb 1.4.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:36 thb 1.4.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [25fd2a39833d1af3affabe8799b6e7a04d7f9fcf]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/04/03 16:19:04 thb 1.7.16.5: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:37 thb 1.7.16.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.7.16.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:24 thb 1.7.16.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:36 thb 1.7.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [150576d9a8504f7f9e24de9b410ec225ed82b269]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/03/24 18:23:37 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:36 thb 1.4.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0c14cc2315d21973ef43e7bdb797ac26e4f82f5a]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/10/18 20:00:35 thb 1.4.16.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/24 13:25:38 thb 1.4.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:19:04 thb 1.4.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:37 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c900615e7ae19a9a02967996a6c6de98dd3f3d2b]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/12 20:40:09 thb 1.3.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:36 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:45 thb 1.3.18.1: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [44cd272cd77d7c0bb53c4ea50a84035a8e008099]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/04/12 20:40:09 thb 1.5.16.4: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:36 thb 1.5.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:24 thb 1.5.16.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:36 thb 1.5.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3c7ccb75f434616804e482e32eee0506a163f43c]

        INTEGRATION: CWS presfixes09 (1.5.10); FILE MERGED 2006/11/01 15:28:00 thb 1.5.10.5: #142663# Registering slide as a view change listener; added viewChange methods to various interfaces (Shape, LayerManager, Layer, a few view shapes); made EventMultiplexer prune list of weakly held handlers from deceased ones; refactored applet and media shape update() method into render() and resize() 2006/03/24 18:23:36 thb 1.5.10.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:44 thb 1.5.10.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:23 thb 1.5.10.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:35 thb 1.5.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d7e87f5cad00a9a6c9ba1d12ce2344e7ab80bdb6]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:36 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:23 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5dc7318b41a55a639764d36841bef906e35e2d76]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:38 thb 1.3.18.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:19:03 thb 1.3.18.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:36 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:35 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7f751d8b5e66e486bce2a64c0b69502c183b97b3]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:36 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8d5a20a3ec100d11fcaa059aed6b62f6330b1ea8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:35 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:35 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [070221abc9d6f68112f11603d08c8ca23381b957]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:35 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:23 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [df513b77fc2f891449a0a5ae30b4188af06c350a]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/12 20:40:09 thb 1.3.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:34 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [15f5b6a3024f363ca7ed5926012296d7bea520d7]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:34 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [dbbb8c855c44f796f5e05dabcf43f83423480a8a]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:34 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:23 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a826004576d7822b14ffec3306434bdc453d5770]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:33 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1b0024a9bed1f84013934a40c6919c5f84302d0d]

        INTEGRATION: CWS presfixes09 (1.6.2); FILE MERGED 2006/09/15 22:17:53 thb 1.6.2.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/24 18:23:33 thb 1.6.2.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:22 thb 1.6.2.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [352c397cef48a574e2803423107732e90670d327]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/11/01 15:27:59 thb 1.6.16.5: #142663# Registering slide as a view change listener; added viewChange methods to various interfaces (Shape, LayerManager, Layer, a few view shapes); made EventMultiplexer prune list of weakly held handlers from deceased ones; refactored applet and media shape update() method into render() and resize() 2006/04/24 13:25:37 thb 1.6.16.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 19:25:07 thb 1.6.16.3: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/04/03 16:19:02 thb 1.6.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:33 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c25ee6b5e21a7c196ac5be7f6e831497d02b89c8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:33 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:34 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ad43eef8fd0d25200a81d14a89c28c5404ec0890]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/09/15 22:17:45 thb 1.6.16.3: RESYNC: (1.6-1.7); FILE MERGED 2006/04/24 13:25:37 thb 1.6.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:33 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d83d9a8e9b34ab86a5855fdd32feb662a87c0d71]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/03 16:19:02 thb 1.3.18.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:32 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1008da8c04d949765bdd15cdc2ed610afa18d47b]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/03/24 18:23:32 thb 1.5.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:22 thb 1.5.16.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9ccb27fd89acf8d0a456a5a44669f7abeb41a4ca]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:32 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:22 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:34 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [23caa986e1737e6dbb86f2a3a29e1921e73a46e8]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/09/15 22:17:28 thb 1.5.16.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:37 thb 1.5.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:32 thb 1.5.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:34 thb 1.5.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [29656fe3b820c5bdbccc3523496d8df3ae98cac6]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:32 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ef2c907eaab9bb86449dbe48aa63e3ddf2c5b62e]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:31 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5a7f3b53e3088d7c7fb97a1bfc7a90f1c515d5cd]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:31 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:22 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ec2a1d8b73d5809948df46f0e3bb2cb616ab5185]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/03/24 18:23:31 thb 1.6.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:33 thb 1.6.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8c37a13108ecd20796fdbfbde0653b41b00d7fb1]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:31 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:44 thb 1.3.18.2: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:22 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a55e11afc9286342f35516adcc3b0ebc34cd07cb]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/04/24 13:25:37 thb 1.4.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:30 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1182d7b094788c9f61d15b2058da86b7b6e69fdb]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:30 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:22 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:33 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [99cb76acb86d8631dbc79ce3f6a7244c5cf2ac30]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:30 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:43 thb 1.3.18.1: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5a117e641b32fa62ea915b58dbf888443c6e1676]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:30 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:33 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ca964396346db32157dbc8d5bb5bbea6a1def939]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:30 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4e7c715ab11e49e1c84739d8afdb6c2a926702c2]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/03/24 18:23:29 thb 1.5.16.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:43 thb 1.5.16.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable 2006/03/15 15:22:22 thb 1.5.16.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:33 thb 1.5.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c107df1f06fa876f75cace889b523a0aec4942e8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:29 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:33 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0480f96ad0b0b5e3e4f501b5327212e0b3c49b4d]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/03/24 18:23:29 thb 1.5.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:21 thb 1.5.16.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:32 thb 1.5.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5872362fd0218640c47cf191208e084e534471af]

        INTEGRATION: CWS presfixes09 (1.6.2); FILE MERGED 2006/04/24 13:25:36 thb 1.6.2.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:29 thb 1.6.2.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1f567ec341a80a6e358bd558e47b3630279368d3]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/04/24 13:25:36 thb 1.4.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:29 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [038e7c901578815752d9f6597389c45e80f1d94d]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:36 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:28 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [525a82c8694c4f8c6815818fdb04e1c39a7aba26]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 20:00:27 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:36 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:28 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [401ccf7faa5fc131f513c2686ad745ba20fda2d1]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 20:00:19 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:35 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:28 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [07b58afbc163ad7211e5010cfd8ad1964e7c4816]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:35 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:28 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fa962cd6c7ad5ca64653c2aea45f79a0dc89a293]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 20:00:12 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:35 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:28 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8351f42506882ce9317fbfcc6e808db934bcad7a]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 20:00:04 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:35 thb 1.3.18.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:27 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:21 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1749f6869f281a68df7b0190670ac27f0cf367f3]

        INTEGRATION: CWS presfixes09 (1.6.18); FILE MERGED 2006/10/18 19:59:56 thb 1.6.18.4: RESYNC: (1.7-1.8); FILE MERGED 2006/09/15 22:17:21 thb 1.6.18.3: RESYNC: (1.6-1.7); FILE MERGED 2006/04/24 13:25:35 thb 1.6.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:27 thb 1.6.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7c6209452d6f3b4da667bd38168335aacf73c325]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:27 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e2d1fefd87282980b4fed53d746fe3be9f1cf3b9]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:59:48 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 10:45:56 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:34 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:27 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [018cb43a572d09aa62f9dd6951376381feec6462]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:34 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:27 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9a76c8ae6a9d98f065fc400ade8abe14c96cd781]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:59:39 thb 1.3.18.4: RESYNC: (1.3-1.5); FILE MERGED 2006/10/18 10:45:56 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:34 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:26 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d67398b733a13ecd543083e5225a304f93e088ab]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:34 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:26 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [40f1efd4266daca372683175a7a4656a8de3e0e4]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:59:32 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:34 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:26 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a01a80f914e5a1bf9fd4bd008e0f00ad6c810c5d]

        INTEGRATION: CWS presfixes09 (1.9.10); FILE MERGED 2006/10/20 14:55:56 thb 1.9.10.8: #i10000# Fixed post-merge build errors (mostly warnings) 2006/10/18 19:59:24 thb 1.9.10.7: RESYNC: (1.9-1.11); FILE MERGED 2006/05/12 21:53:34 thb 1.9.10.6: #i49357# Corrected performIn/Out overload to actually match the virtual function 2006/04/24 13:25:34 thb 1.9.10.5: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:08 thb 1.9.10.4: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/03 16:19:01 thb 1.9.10.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:26 thb 1.9.10.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/08 18:08:07 thb 1.9.10.1: #i49357# Removed cruft from gdimtftools; moved slideshow component to ServiceDecl; refactored multiple places of filling a rectangle in XCanvas into a tools method; now clearing the shape area to grey50 for applets/plugins (to at least show _something_ during slide transitions)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f8368ee9f25daae88c767263fac30125db0084b1]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/09/18 15:26:50 thb 1.4.16.6: #i10000# Fixed post-MERGE breakages 2006/04/24 13:25:33 thb 1.4.16.5: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:19:01 thb 1.4.16.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:26 thb 1.4.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/07 00:00:54 thb 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/06 22:14:32 thb 1.4.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [420bc8b1dbfd585e58049e95dceaddb8aaf3dd67]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/10/20 14:55:55 thb 1.4.16.9: #i10000# Fixed post-merge build errors (mostly warnings) 2006/10/18 19:59:16 thb 1.4.16.8: RESYNC: (1.4-1.6); FILE MERGED 2006/09/18 15:26:50 thb 1.4.16.7: #i10000# Fixed post-MERGE breakages 2006/04/24 13:25:33 thb 1.4.16.6: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:08 thb 1.4.16.5: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/03 16:19:01 thb 1.4.16.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:26 thb 1.4.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/08 18:08:07 thb 1.4.16.2: #i49357# Removed cruft from gdimtftools; moved slideshow component to ServiceDecl; refactored multiple places of filling a rectangle in XCanvas into a tools method; now clearing the shape area to grey50 for applets/plugins (to at least show _something_ during slide transitions) 2006/03/06 22:14:32 thb 1.4.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ba85a056bac7661940408d7e88b485df791f557a]

        INTEGRATION: CWS presfixes09 (1.5.10); FILE MERGED 2006/10/18 19:59:09 thb 1.5.10.5: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:33 thb 1.5.10.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:08 thb 1.5.10.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:25 thb 1.5.10.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:32 thb 1.5.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0a0fd9ab238b1fe7ca581ab3d5e721d2283ff46d]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:33 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:25 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [dd5e2eabe98f5da08daafdd94adc4d41d4234dad]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:59:01 thb 1.4.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/04/24 13:25:33 thb 1.4.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:25 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [150ac86117514cdfb42d8ce2356417b7ae5bf882]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:32 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:25 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ec6fd1407aeaa66edf68559663086257c7651c87]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:52 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 10:45:55 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:32 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:25 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [485b0be3f361f5f9cbdb9b088422a66ffd6cb662]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:25 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/23 17:22:43 thb 1.3.18.1: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ed17ed5357c73ea2a56bc3e88a9764f15d43495c]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:58:44 thb 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:32 thb 1.5.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:24 thb 1.5.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bd264485d0fbc71c9eadcd700a4fd0ca6568e816]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:24 thb 1.3.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:21 thb 1.3.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:31 thb 1.3.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6755a07136177a308a46de2fc6ec596fd733c81f]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:32 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:24 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1f9f940127297513f3aae603c85dac94952a046b]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:36 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:32 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:24 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2b3e617b773029a5ab7410c51f31489f50910caa]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:24 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b94961d19727747d0e3e20a9366906e4b643bccb]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:28 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:32 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:24 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [61704eff4c5df5efedfae01492ea8849f20a3f36]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:23 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [30c8a23df734a5393be1194cab45803b40670ded]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:19 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 10:45:55 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:31 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:23 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5225b3fcff046a8286eb1ad19a13c658b1c69832]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:09 thb 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:17:13 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:31 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:23 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [427bb62f07e738ec0fe2c348f38767670d82f5df]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:58:01 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:23 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [871724fe9d08b37ea8b3e9713dc30fd8f137beb2]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:57:52 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:31 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:23 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3ee6d532952e617966c78aa93c0e161c91867191]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:31 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:22 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b69729e5eddb7cb290e2dcfe6fa3ca0072930870]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:57:44 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:31 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:22 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1f71fff2beeabffa988661fe7975027a8eb0f82b]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/04/24 13:25:31 thb 1.4.18.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:19:01 thb 1.4.18.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:22 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d64d3cfe48ff4a12dc632e45e85e713b4b3ba955]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:57:35 thb 1.5.18.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:31 thb 1.5.18.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:19:00 thb 1.5.18.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:22 thb 1.5.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9fe4569b1c5d9a8b02c91594fe603c768d1d3b01]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:22 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9c6caeaf7a7600aa8ee11d46981d4a35f11effc1]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:57:27 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 10:45:55 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:22 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [faa5a642616623873ca949c9d1cdc15e03e3e0f1]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:21 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c7c1763f2ec6a18f9bf5c4f0ba1c92e14516a860]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:57:19 thb 1.4.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 10:45:55 thb 1.4.18.3: #142144# Moving to native M_PI_* constants 2006/04/12 20:40:08 thb 1.4.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:21 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [79a1c62bcd1d858e1413a7354483a9a6c82f2f58]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:21 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c3ed5712eb30bb839ec15b4a3e6dd3e60b81688a]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:57:10 thb 1.3.18.3: RESYNC: (1.3-1.5); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:21 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8922250bf72d52e26b3d71aa57c022b2290ad904]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:56:52 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:21 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d7a067b8c153707f2340f2da4807d1f794ce502a]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:56:44 thb 1.3.18.3: RESYNC: (1.3-1.5); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:20 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9b1758da00c6298c5186c3419f89043a613df2e0]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/04/24 13:25:30 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:20 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [dee0c0cfc3960b38c259242e75837f348ab80277]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:56:24 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/10/18 10:45:55 thb 1.3.18.3: #142144# Moving to native M_PI_* constants 2006/04/24 13:25:29 thb 1.3.18.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:20 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9c565006435d7bb4f72776b666cfb85ecab4816a]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/04/24 13:25:29 thb 1.6.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:08 thb 1.6.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:20 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b6cab48ff8ac1f31f8c371ae0181329ae34395ff]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/09/15 22:17:05 thb 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 18:23:20 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [233bd380a915d6ff3f3caccf665f7025c350bd7e]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/10/18 19:56:14 thb 1.5.16.4: RESYNC: (1.6-1.8); FILE MERGED 2006/09/15 22:16:57 thb 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:29 thb 1.5.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:19 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8f34e598a052d5906c547b948c13ad77380d6665]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:16:49 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:19 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [09609a3206f2b8bd9388911af53a398847e73f5f]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:56:05 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:16:41 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:19 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ea53269a454075f3caba5773a2a71976b4191faf]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:16:34 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:19 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [04bb6a2404d91fdc6c3700e9319f1b139810101e]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/10/18 19:55:57 thb 1.5.16.4: RESYNC: (1.6-1.8); FILE MERGED 2006/09/15 22:16:25 thb 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/24 18:23:19 thb 1.5.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:31 thb 1.5.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [493e0f65d64b2a3642b47681fb1c2f64e554f2ad]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/03/24 18:23:19 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:21 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1a792ade29f24076fbc6f28d24697ea5cf781a28]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:55:49 thb 1.4.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/12 20:40:07 thb 1.4.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:18 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:21 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c9f1198b26ed6c1ea9f958941b576f84269f8aef]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/09/15 22:16:17 thb 1.4.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/12 20:40:07 thb 1.4.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:18 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a47ba09f977c3c8f573e0fb5f6cf52355ad83b61]

        INTEGRATION: CWS presfixes09 (1.2.14); FILE MERGED 2006/10/18 19:55:41 thb 1.2.14.2: RESYNC: (1.2-1.4); FILE MERGED 2006/09/18 15:26:49 thb 1.2.14.1: #i10000# Fixed post-MERGE breakages

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d107cc9a6fcd56733d10d111ec72595ce8fa7497]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:55:33 thb 1.6.16.4: RESYNC: (1.8-1.9); FILE MERGED 2006/09/15 22:15:47 thb 1.6.16.3: RESYNC: (1.6-1.8); FILE MERGED 2006/04/24 13:25:29 thb 1.6.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:18 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [eb1fa9352897443fb4fa6c53931d19c76e833c60]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:55:25 thb 1.6.16.6: RESYNC: (1.7-1.9); FILE MERGED 2006/09/15 22:15:05 thb 1.6.16.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/24 13:25:29 thb 1.6.16.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:07 thb 1.6.16.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/03 16:19:00 thb 1.6.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:18 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4fc2038af5ae9b3c91fcf0a1305befb75fd1a342]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/09/15 22:15:38 thb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/24 18:23:18 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4397add88587271fca090a571bdc330d6cafd7bd]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/10/18 19:55:17 thb 1.5.16.5: RESYNC: (1.6-1.7); FILE MERGED 2006/09/15 22:15:30 thb 1.5.16.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 13:25:29 thb 1.5.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:07 thb 1.5.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:18 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8d7d3294482b811583c3eda530dfd29c20f42538]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:15:22 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [63a8947e526914910ee706f01c4002fe02c55f4d]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:55:09 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:15:14 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5c44486bb2bd0d61a70d89d474e8e8fc0a72e8f8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:14:55 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e80d11a30040a1d7f68ba91442a79cee59b5aad3]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:55:01 thb 1.3.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:14:46 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [07b07d4966cc5d0cdc4e2a941f2b8ee308e35af9]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/09/15 22:14:37 thb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 18:23:17 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [832e20b622e4f55c03212036090055616e5f84ed]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:54:54 thb 1.5.18.4: RESYNC: (1.6-1.7); FILE MERGED 2006/09/15 22:12:28 thb 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/12 20:40:07 thb 1.5.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:17 thb 1.5.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ae574e704785c964ed5a3a2cb52bbf9ec8897af0]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:14:23 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:17 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e5d13b183adafda011e14d522fef3c351e3d25f8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:54:45 thb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:14:15 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:16 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [539aade798dbd1fb82d1f2affb6c28bb3ca8a027]

        INTEGRATION: CWS presfixes09 (1.7.18); FILE MERGED 2006/10/18 19:54:37 thb 1.7.18.7: RESYNC: (1.8-1.9); FILE MERGED 2006/09/15 22:14:07 thb 1.7.18.6: RESYNC: (1.7-1.8); FILE MERGED 2006/04/12 20:40:07 thb 1.7.18.5: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/03 16:19:00 thb 1.7.18.4: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:16 thb 1.7.18.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.7.18.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:31 thb 1.7.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6cced6bd894099b4fc839f1f278923fe32581d23]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:14:00 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:16 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:20 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e8bdc2521244204b02989617b9282a8a4e40f239]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:54:29 thb 1.4.18.5: RESYNC: (1.5-1.6); FILE MERGED 2006/09/15 22:13:51 thb 1.4.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/03 16:19:00 thb 1.4.18.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:16 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:19 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cfecbeab68845731b073b9f3ba2145708d08c61f]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/09/15 22:13:43 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:16 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:19 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c5b0afcee6b952bc4ef3134c4da23e4f36df06f8]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:54:22 thb 1.3.18.5: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:13:35 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/12 20:40:06 thb 1.3.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:16 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:19 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f2355e7b40d6ecfa2a8629e836404599b67b5961]

        INTEGRATION: CWS presfixes09 (1.4.16); FILE MERGED 2006/09/15 22:13:21 thb 1.4.16.3: RESYNC: (1.4-1.5); FILE MERGED 2006/04/24 13:25:28 thb 1.4.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:15 thb 1.4.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f27b6bf382df7d786220e7f90f33e2e4889dde0f]

        INTEGRATION: CWS presfixes09 (1.8.16); FILE MERGED 2006/10/18 19:54:13 thb 1.8.16.6: RESYNC: (1.9-1.11); FILE MERGED 2006/09/18 15:26:49 thb 1.8.16.5: #i10000# Fixed post-MERGE breakages 2006/09/15 22:13:13 thb 1.8.16.4: RESYNC: (1.8-1.9); FILE MERGED 2006/04/24 13:25:28 thb 1.8.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:06 thb 1.8.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:15 thb 1.8.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6cc4ddcff0643e8f1ee5706a1caba866c17780cc]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:54:05 thb 1.5.18.4: RESYNC: (1.6-1.7); FILE MERGED 2006/09/15 22:13:05 thb 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/24 18:23:15 thb 1.5.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:19 thb 1.5.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [81109b6f79cbba0e7649ac07eb8fb661718bc3b2]

        INTEGRATION: CWS presfixes09 (1.8.18); FILE MERGED 2006/10/18 19:53:57 thb 1.8.18.4: RESYNC: (1.9-1.11); FILE MERGED 2006/09/15 22:12:57 thb 1.8.18.3: RESYNC: (1.8-1.9); FILE MERGED 2006/04/12 20:40:06 thb 1.8.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:15 thb 1.8.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [800e6f118d178dbfa42ec10f8980ec7022898676]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/03/24 18:23:14 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c4d339e865ae7c8fad761623bba65a90c35c8a7d]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/10/18 19:53:48 thb 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/24 18:23:14 thb 1.7.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d8debe2f7efe0fa4bd094c2502b5317c1f73d7cc]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:53:38 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:14 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2ff3fb3185aa10a0a583715eccce7e76ce30028e]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/10/18 19:53:30 thb 1.5.16.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/12 20:40:06 thb 1.5.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:14 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [175870b531ff6d1c60627cfac74ea83152377c84]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:53:22 thb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 18:23:13 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [536c813043e19476e4776fade68e5787f739193e]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:53:14 thb 1.3.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/09/15 22:12:20 thb 1.3.18.2: RESYNC: (1.3-1.5); FILE MERGED 2006/03/24 18:23:13 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5d0440e760291bd343f63e95bc6459a0c0055979]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:53:06 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:13 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6ba25d958a24c70de688329ac2576aa4cf2f7e63]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:52:58 thb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:13 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f271dd041436a2574bea2971fe7fae5465654962]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/04/24 13:25:28 thb 1.5.16.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:13 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cf95c57b7968c20397ab87f97da793649055fd9b]

        INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED 2006/03/24 18:23:13 thb 1.5.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d41fbeeb8f88db4f49e5bfa8a4e685dd14836089]

        INTEGRATION: CWS presfixes09 (1.6.10); FILE MERGED 2006/10/18 19:52:51 thb 1.6.10.3: RESYNC: (1.6-1.8); FILE MERGED 2006/04/12 20:40:06 thb 1.6.10.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:13 thb 1.6.10.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cdb99a216eba770455e3c54c40ef6fb92b2398e6]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:52:42 thb 1.6.16.4: RESYNC: (1.6-1.8); FILE MERGED 2006/04/24 13:25:28 thb 1.6.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:05 thb 1.6.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:12 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f9c85d19d6a8750621005e9947b9b9690e9a2558]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/03/24 18:23:12 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cc55256fb67605c1f8d795ba04cb1116a146dc87]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:52:34 thb 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/12 20:40:05 thb 1.5.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:12 thb 1.5.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7c611f6d41896c5e4ac3fa5965e96debae9aad9a]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/04/24 13:25:27 thb 1.7.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:18:59 thb 1.7.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:12 thb 1.7.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [937e484a114f00f6f1964e1f8fed5afe46bd2440]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:52:26 thb 1.6.16.6: RESYNC: (1.6-1.7); FILE MERGED 2006/04/24 13:25:27 thb 1.6.16.5: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 19:25:06 thb 1.6.16.4: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/04/03 16:18:58 thb 1.6.16.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:12 thb 1.6.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:30 thb 1.6.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4532fc19fa8861fc2d4b25836baa57e77b4e831b]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:51:48 thb 1.6.16.5: RESYNC: (1.7-1.9); FILE MERGED 2006/09/15 22:12:12 thb 1.6.16.4: RESYNC: (1.6-1.7); FILE MERGED 2006/04/24 13:25:27 thb 1.6.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:05 thb 1.6.16.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:11 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [480422996811d3bfbc60be09a62a34a8b85edebd]

        INTEGRATION: CWS presfixes09 (1.5.18); FILE MERGED 2006/10/18 19:51:40 thb 1.5.18.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/03 16:18:58 thb 1.5.18.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:10 thb 1.5.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:30 thb 1.5.18.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ca4d03866c966de807bcf1abb01bf1ac3e6bc323]

        INTEGRATION: CWS presfixes09 (1.6.10); FILE MERGED 2006/10/18 19:51:32 thb 1.6.10.8: RESYNC: (1.6-1.8); FILE MERGED 2006/04/12 20:40:04 thb 1.6.10.7: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/12 19:25:06 thb 1.6.10.6: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/03/24 18:23:10 thb 1.6.10.5: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:18 thb 1.6.10.4: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/08 18:08:06 thb 1.6.10.3: #i49357# Removed cruft from gdimtftools; moved slideshow component to ServiceDecl; refactored multiple places of filling a rectangle in XCanvas into a tools method; now clearing the shape area to grey50 for applets/plugins (to at least show _something_ during slide transitions) 2006/03/06 22:41:12 thb 1.6.10.2: #i49357# Added AppletShape, which implements Java applets & plugin objects (Netscape plugins) 2006/03/06 22:14:30 thb 1.6.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f25440dcf00740e6415081ed3217ee37661e7fff]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:51:24 thb 1.4.18.5: RESYNC: (1.4-1.5); FILE MERGED 2006/04/24 13:25:26 thb 1.4.18.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:18:57 thb 1.4.18.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:10 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:18 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2d2ef0411dd85b7340cff2dbedb03387dda7ccf4]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/11/15 14:07:37 thb 1.3.18.5: RESYNC: (1.4-1.5); FILE MERGED 2006/10/18 19:51:17 thb 1.3.18.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/12 20:40:04 thb 1.3.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:10 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:18 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0f99718e97b17d735c571c5c0795c16cb29f697f]

        INTEGRATION: CWS presfixes09 (1.6.18); FILE MERGED 2006/10/18 19:51:08 thb 1.6.18.4: RESYNC: (1.6-1.7); FILE MERGED 2006/04/12 20:40:04 thb 1.6.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:10 thb 1.6.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:18 thb 1.6.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [170e1551ddea36dc67ae86dde68a277ed7e4fec3]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:50:44 thb 1.4.18.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/24 13:25:26 thb 1.4.18.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:04 thb 1.4.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:09 thb 1.4.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0117661e24669d53de1eef44e125b8a3cb94feb9]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/11/23 14:57:41 obr 1.1.2.1: #i71853# update information provider service test

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [18fc5d9d94990070ea37511c3ac8411e0e42ab4f]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/11/23 14:57:52 obr 1.1.2.1: #i71853# update information provider service test

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [02193f3becfe9f3f4359cf67f388263f3b51b56e]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/11/23 14:56:03 obr 1.1.2.1: #i71853# update information provider service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b40b8577cecdf9e1224c6e8da4032ccfcd6937d3]

        INTEGRATION: CWS presfixes09 (1.4.18); FILE MERGED 2006/10/18 19:50:21 thb 1.4.18.4: RESYNC: (1.4-1.6); FILE MERGED 2006/04/12 20:40:04 thb 1.4.18.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:09 thb 1.4.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:17 thb 1.4.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a7d743b054b55d45e021479c026ae24f013ee4f4]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/07 09:18:24 obr 1.1.2.5: #i71853# copy embedded content to a dedicated XML document 2006/12/06 10:44:30 obr 1.1.2.4: #i71853# set http request header fields 2006/11/27 14:46:01 obr 1.1.2.3: #i71853# added setInteractionHandler method 2006/11/27 09:41:00 obr 1.1.2.2: #i71853# check return value of getDocumentElement in all code paths 2006/11/23 14:55:52 obr 1.1.2.1: #i71853# update information provider service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9f3f2ace3310ba4f8dc2c66321adc3c373c8cfb3]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/04/24 13:25:25 thb 1.7.16.3: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/03 16:18:57 thb 1.7.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:09 thb 1.7.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2a906d8542d9cbac78d6df8e25107c9e93e2521b]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/06 11:20:44 obr 1.1.2.3: #i71853# do not generate headers 2006/12/06 10:44:30 obr 1.1.2.2: #i71853# set http request header fields 2006/11/23 14:56:14 obr 1.1.2.1: #i71853# update information provider service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bae860d99ebd8748e48b5a00b7bf50bb9cba78d2]

        INTEGRATION: CWS presfixes09 (1.7.16); FILE MERGED 2006/10/18 19:50:13 thb 1.7.16.7: RESYNC: (1.7-1.9); FILE MERGED 2006/04/24 13:25:25 thb 1.7.16.6: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/04/12 20:40:03 thb 1.7.16.5: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/04/12 19:25:05 thb 1.7.16.4: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/04/03 16:18:56 thb 1.7.16.3: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow 2006/03/24 18:23:09 thb 1.7.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/06 22:14:29 thb 1.7.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a23e4879e2e5a27a9167720773a2667568a1c336]

        INTEGRATION: CWS updatefeed (1.2.60); FILE MERGED 2006/12/07 11:18:22 obr 1.2.60.1: #i71853# ported check protocol to UpdateInformationProvider Service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fafae7b4a4030c682a992e59831e68774e474fef]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/07 11:16:24 obr 1.1.2.1: #i71853# test app

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [906b8c1489e3cb210ffc56d653dca12b806f44f8]

        INTEGRATION: CWS updatefeed (1.3.26); FILE MERGED 2006/12/07 14:31:15 obr 1.3.26.3: #i71853# always return true for successful connects 2006/12/07 11:20:35 obr 1.3.26.2: #i71853# debug messages removed 2006/12/07 11:18:22 obr 1.3.26.1: #i71853# ported check protocol to UpdateInformationProvider Service

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7a566c2041ffed4f54887ff23fbc9b9acdfe3529]

        INTEGRATION: CWS presfixes09 (1.13.16); FILE MERGED 2006/03/06 22:41:11 thb 1.13.16.2: #i49357# Added AppletShape, which implements Java applets & plugin objects (Netscape plugins) 2006/03/06 22:14:28 thb 1.13.16.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [5d6bca6617b82dbe7177db57b213b183bfb2cf08]

        INTEGRATION: CWS updatefeed (1.5.4); FILE MERGED 2006/12/07 11:17:01 obr 1.5.4.1: #i71853# added test app and stopped header generation

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [523f38cb4ae6e57dbea4921d1bd1dd36dc86938a]

        INTEGRATION: CWS updatefeed (1.40.66); FILE MERGED 2006/12/06 09:20:53 obr 1.40.66.2: #i72061# UserAgent -> UpdateUserAgent 2006/12/04 17:10:06 is 1.40.66.1: #i72061# update keys into version file

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [aa361dd1c228c8ca16360ce81e1f7741b9b76b35]

        INTEGRATION: CWS updatefeed (1.45.4); FILE MERGED 2006/11/23 13:32:54 obr 1.45.4.1: #i71853# added updatefeed library

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c59d83148905d62c746bdebaf4a54eaae689f21c]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:49:16 thb 1.3.18.3: RESYNC: (1.3-1.5); FILE MERGED 2006/03/24 18:23:07 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:17 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9ad6a5dd0d3752d1ef6c1ba86738a09830e6fa52]

        INTEGRATION: CWS updatefeed (1.215.6); FILE MERGED 2006/11/23 13:32:54 obr 1.215.6.1: #i71853# added updatefeed library

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ac4e81287cb6e8966593a7378e9064015a993b37]

        INTEGRATION: CWS presfixes09 (1.9.2); FILE MERGED 2006/10/18 19:49:08 thb 1.9.2.5: RESYNC: (1.10-1.11); FILE MERGED 2006/09/15 22:11:37 thb 1.9.2.4: RESYNC: (1.9-1.10); FILE MERGED 2006/04/12 20:40:03 thb 1.9.2.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:07 thb 1.9.2.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:17 thb 1.9.2.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ff3b2180403a7a4bd0c8803b7abc61083d318ce4]

        INTEGRATION: CWS updatefeed (1.44.200); FILE MERGED 2006/12/04 16:10:05 kso 1.44.200.1: #i72055# - new interface: XWebDAVCommandEnvironment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d700db64922e693efe6f81832734233b7d21f45d]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/04 16:10:04 kso 1.1.2.1: #i72055# - new interface: XWebDAVCommandEnvironment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [673665cbef50515c24c1f54a34176381cc2b0a2b]

        INTEGRATION: CWS updatefeed (1.18.198); FILE MERGED 2006/12/04 16:14:11 kso 1.18.198.1: #i72238# - new interface: XInteractionRequestStringResolver          - new service: InteractionRequestStringResolver

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6d3f1ee4511e18825978d0438625228f3d186e47]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/04 16:14:11 kso 1.1.2.1: #i72238# - new interface: XInteractionRequestStringResolver          - new service: InteractionRequestStringResolver

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [902686d5d0a425d958b712ba819542e4003199ca]

        INTEGRATION: CWS fwk54 (1.168.12); FILE MERGED 2006/11/10 14:24:20 cd 1.168.12.2: RESYNC: (1.168-1.172); FILE MERGED 2006/11/10 13:41:25 cd 1.168.12.1: #i65187# New protocol handler to support dispatches by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [dd105c0eccdcefc563fb3fd2e9b0a51a78702dc6]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/04 16:14:10 kso 1.1.2.1: #i72238# - new interface: XInteractionRequestStringResolver          - new service: InteractionRequestStringResolver

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e19c63f98461f65c2b35cedfcda847a6245b2b59]

        INTEGRATION: CWS updatefeed (1.7.198); FILE MERGED 2006/12/04 16:14:10 kso 1.7.198.1: #i72238# - new interface: XInteractionRequestStringResolver          - new service: InteractionRequestStringResolver

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1ab20e81592ecdb09a4c99e124b8617df45842bc]

        INTEGRATION: CWS presfixes09 (1.3.12); FILE MERGED 2006/10/18 19:48:21 thb 1.3.12.4: RESYNC: (1.4-1.5); FILE MERGED 2006/09/15 22:11:11 thb 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/24 13:25:24 thb 1.3.12.2: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway. 2006/03/24 18:23:06 thb 1.3.12.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [58e56bead60a3e60cc29190e8760b8efef48e08e]

        INTEGRATION: CWS updatefeed (1.8.8); FILE MERGED 2006/11/23 13:50:06 obr 1.8.8.1: #i71853# added update information types

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [27d703ca72ca22a7c286868820a3124fcd7b22c4]

        INTEGRATION: CWS fwk54 (1.4.200); FILE MERGED 2006/11/13 07:47:17 cd 1.4.200.2: #i10000# Added missing includes 2006/11/10 13:17:07 cd 1.4.200.1: #i65187# Added optional interfaces for dispatch and life-time support

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4dd3c6f546cd31dbc491cc7548e50c612bf20cfe]

        INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED 2006/10/18 19:48:13 thb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/24 18:23:06 thb 1.3.18.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:17 thb 1.3.18.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [15fd2717f8c13fe013b9298fcaab4fdcc50d4b9a]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/11/27 14:46:35 obr 1.1.2.2: #i71853# added setInteractionHandler method 2006/11/23 13:49:06 obr 1.1.2.1: #i71853# added update information types

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [55d2be240fecc3bbe279c53cbc03e122732d469d]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/11/23 13:48:55 obr 1.1.2.1: #i71853# added update information types

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3c3bd927840422bb207c2c8f157a28a995857390]

        INTEGRATION: CWS presfixes09 (1.4.10); FILE MERGED 2006/10/18 19:47:57 thb 1.4.10.3: RESYNC: (1.4-1.5); FILE MERGED 2006/04/12 19:25:04 thb 1.4.10.2: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position 2006/03/24 18:23:05 thb 1.4.10.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c703a965938a9e6ee4de254c25869a2d1f293091]

        INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED 2006/10/18 19:47:50 thb 1.6.16.4: RESYNC: (1.6-1.8); FILE MERGED 2006/04/12 20:40:02 thb 1.6.16.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:05 thb 1.6.16.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:16 thb 1.6.16.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [99f066dfe1e72cce14b4b9124be48dea72d0c3a4]

        INTEGRATION: CWS presfixes09 (1.9.10); FILE MERGED 2006/10/18 19:47:35 thb 1.9.10.5: RESYNC: (1.9-1.10); FILE MERGED 2006/04/12 20:40:02 thb 1.9.10.4: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:05 thb 1.9.10.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:16 thb 1.9.10.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway) 2006/03/06 22:14:26 thb 1.9.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d3e56874811ba27b833fbbfcc0036d818f9e9398]

        INTEGRATION: CWS presfixes09 (1.7.2); FILE MERGED 2006/10/18 19:47:27 thb 1.7.2.5: RESYNC: (1.7-1.8); FILE MERGED 2006/04/12 22:25:46 thb 1.7.2.4: #i37778# Fixed typo (statement was negated) 2006/04/12 20:40:02 thb 1.7.2.3: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that) 2006/03/24 18:23:05 thb 1.7.2.2: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow 2006/03/15 15:22:16 thb 1.7.2.1: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d52114f28d90b329b4486b9b16217bb36306471c]

        INTEGRATION: CWS fwk54 (1.8.252); FILE MERGED 2006/11/13 10:44:11 cd 1.8.252.3: #i65187# Correct wrong change related to popup menu protocol handler 2006/11/13 10:28:23 cd 1.8.252.2: #i65187# Use correct implementation name for protocol handler 2006/11/10 13:36:27 cd 1.8.252.1: #i65187# New protocol handler to support dispatches by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [405424b6e0b38cd66fe334b485156d8bb9cc1b1f]

        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>  [9937c1abc88c505c9eb972e3d046e64f7170e01b]

        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>  [61f7d8b2c9762c87d450459aac29ec246b9ad047]

        INTEGRATION: CWS fwk54 (1.107.16); FILE MERGED 2006/11/10 12:57:38 cd 1.107.16.1: #i65187# Additional classes for dispatch support by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2741a158b8fd6453734a91d8cedfa69b4eaec716]

        INTEGRATION: CWS updatefeed (1.6.84); FILE MERGED 2006/12/04 16:59:29 kso 1.6.84.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e085eb10a95a0e37d66cf1ac0f76862efec51843]

        INTEGRATION: CWS fwk54 (1.17.14); FILE MERGED 2006/11/10 12:56:40 cd 1.17.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [aae1ca668e1d195fb83a29d3d01533f0b1875060]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/04 16:59:29 kso 1.1.2.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [97973585d56f8e05185a3331506ea038a5026b26]

        INTEGRATION: CWS fwk54 (1.6.14); FILE MERGED 2006/11/13 08:30:53 cd 1.6.14.2: #i10000# Fix problems with gcc 2006/11/10 12:56:40 cd 1.6.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [388c7de5a40332dd243805fe2e9f7254e06364d7]

        INTEGRATION: CWS fwk54 (1.7.14); FILE MERGED 2006/11/10 12:56:40 cd 1.7.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [567d5cb22c901b3f931eec21b77153a9322197fe]

        INTEGRATION: CWS updatefeed (1.7.84); FILE MERGED 2006/12/04 16:59:29 kso 1.7.84.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6cf822fb7fc7829dfbe00febf0c18072f69d570c]

        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>  [6b1777244707aef3ca03ff1d58ba0a131341e42c]

        INTEGRATION: CWS fwk54 (1.8.14); FILE MERGED 2006/11/10 14:11:24 cd 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/10 12:56:40 cd 1.8.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4f600c3535b7411ad22bdb2353b3a8f0d4d347ac]

        INTEGRATION: CWS updatefeed (1.1.2); FILE ADDED 2006/12/04 16:59:28 kso 1.1.2.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0b3307c668d615892ff926456343bc13f6b1ae69]

        INTEGRATION: CWS fwk54 (1.13.14); FILE MERGED 2006/11/13 08:30:53 cd 1.13.14.2: #i10000# Fix problems with gcc 2006/11/10 12:56:40 cd 1.13.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9d0c5638f7f601e4109afc1df25070db04c28de5]

        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>  [c46bcac033276231401f75921ed0a9e722f05b64]

        INTEGRATION: CWS updatefeed (1.14.84); FILE MERGED 2006/12/04 16:59:28 kso 1.14.84.1: #i72238# - New service: css.task.InteractionRequestStringResolver          - refactored service css.task.InteractionHandler:            base class UUIInteractionHelper that is used now by both            implementation of service css.task.InteractionHandler and            new service css.task.InteractionRequestStringResolver.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c9f36dbf17dc7270bc10df43b9baa7d9107f551a]

        INTEGRATION: CWS fwk54 (1.41.14); FILE MERGED 2006/11/10 14:11:17 cd 1.41.14.2: RESYNC: (1.41-1.44); FILE MERGED 2006/11/10 12:56:39 cd 1.41.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [d39e6a9f7e1e3c436779366cedfefeea543c7af7]

        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>  [e27509e48a4d1b252c9e17d627ae5d5becf8101d]

        INTEGRATION: CWS fwk54 (1.9.14); FILE MERGED 2006/11/10 12:56:39 cd 1.9.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8b9332f40c2d713afd521ca452cf067103973968]

        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>  [f1e21c23d6d7fe3b5817259ed4f5dcdbb1252a42]

        INTEGRATION: CWS fwk54 (1.6.14); FILE MERGED 2006/11/10 12:56:39 cd 1.6.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f692a3e8ff8a0ff9225d5c876ce86edf841f03c1]

        INTEGRATION: CWS fwk54 (1.6.14); FILE MERGED 2006/11/10 12:56:38 cd 1.6.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b1a7d3ec97008dd8049da66f5a2db9d7a6cedd05]

        INTEGRATION: CWS updatefeed (1.9.12); FILE MERGED 2006/12/07 08:59:58 obr 1.9.12.1: #i71853# fixed crash when xPrefix is NULL

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [844e66d359914d2be1352c52882ae641eb125b35]

        INTEGRATION: CWS fwk54 (1.7.14); FILE MERGED 2006/11/10 12:56:38 cd 1.7.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f81b36a5ee7c5db431ec58e3062063b369d3e057]

        INTEGRATION: CWS fwk54 (1.5.14); FILE MERGED 2006/11/10 12:56:38 cd 1.5.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [96722864c6380717d1d04c7b22629819057f682a]

        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>  [8bf46a95957a8e3b2cde864243c7462b2dfe2f05]

        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>  [3222eaa80540e1d2ead260fada642ba7e60bb10a]

        INTEGRATION: CWS fwk54 (1.5.14); FILE MERGED 2006/11/10 14:11:10 cd 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2006/11/10 12:56:38 cd 1.5.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [abaf4e287a51455ccc40ff7da7c33bfc562fb038]

        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>  [31259c6191348a154ee2ab387e0377b64fdfcff5]

        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>  [53ab557de61525250ee7648eee947fff10ef911d]

        INTEGRATION: CWS fwk54 (1.35.14); FILE MERGED 2006/11/10 12:56:37 cd 1.35.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [7c358634720d44ec438709f02fbddc92f68641ef]

        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>  [d3231072d18206cae63a329a02e3fc443b5b0456]

        INTEGRATION: CWS fwk54 (1.6.14); FILE MERGED 2006/11/10 12:56:37 cd 1.6.14.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8c338f25b120783e253d2d2e1e0e077629538fcf]

        INTEGRATION: CWS updatefeed (1.30.80); FILE MERGED 2006/12/06 09:21:50 obr 1.30.80.2: #i72061# make use of UNO bootstrap variables 2006/12/04 17:11:18 is 1.30.80.1: #i72061# update keys into version file

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c18e4bedcec64dd21bff2b21b7cba028037613d3]

        INTEGRATION: CWS presfixes09 (1.42.48); FILE MERGED 2006/11/03 15:48:15 thb 1.42.48.1: #i71159# Now also using exception flags when doing SECOND_BUILD

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fb6c93aed8d3d7468e4c9b412e432633c36e68fc]

        INTEGRATION: CWS fwk54 (1.1.2); FILE ADDED 2006/11/10 12:54:27 cd 1.1.2.1: #i65187# Protocol handler for vnd.sun.star.popup URLs to support dispatch by popup menu controller

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [badb682da390165e48c5e3ed7672e7e5206118a1]

        INTEGRATION: CWS fwk54 (1.10.86); FILE MERGED 2006/11/10 12:56:37 cd 1.10.86.1: #i65187# Extended base class and adapt popup menu controllers to be testtool compliant

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fb1cd299941c96836fe8f95f54e09821f2370746]

        INTEGRATION: CWS updatefeed (1.51.22); FILE MERGED 2006/11/29 12:53:13 kso 1.51.22.2: #i72055# - more cleanup. 2006/11/29 12:32:59 kso 1.51.22.1: #i72055# - cleanup.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [23f65fdb63c68dd37810ce840bdd2a08985c6bd3]

        INTEGRATION: CWS fwk54 (1.4.228); FILE MERGED 2006/11/10 12:55:46 cd 1.4.228.1: #i65187# Extended base class to support XDispatch/XDispatchProvider/XComponent by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f94902f0587713d6fb4aa588ad5f5d4a803a3cb2]

        INTEGRATION: CWS updatefeed (1.42.22); FILE MERGED 2006/12/04 16:54:47 kso 1.42.22.2: #i72055# - Added support for XWebDAVCommandEnvironment. 2006/11/29 13:35:06 kso 1.42.22.1: #i72055# - cleanup.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3f593030c65da0e9585b0c18c03e90ba189524f0]

        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>  [f4fa78cc5a1e4794c8440fa6f3f146a0b6bcee71]

        INTEGRATION: CWS fwk54 (1.5.78); FILE MERGED 2006/11/10 12:55:46 cd 1.5.78.1: #i65187# Extended base class to support XDispatch/XDispatchProvider/XComponent by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [63370c30019d0e01d364e2ccfa7952e003d2dc67]

        INTEGRATION: CWS fwk54 (1.16.76); FILE MERGED 2006/11/10 14:06:47 cd 1.16.76.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/10 12:55:45 cd 1.16.76.1: #i65187# Extended base class to support XDispatch/XDispatchProvider/XComponent by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e415f4b50afa5791111d1388964a5f930c92bb46]

        INTEGRATION: CWS updatefeed (1.14.42); FILE MERGED 2006/12/04 16:54:47 kso 1.14.42.1: #i72055# - Added support for XWebDAVCommandEnvironment.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b88af47d225bfd53150bea8c79fd991736578e6e]

        INTEGRATION: CWS fwk54 (1.5.78); FILE MERGED 2006/11/10 12:55:45 cd 1.5.78.1: #i65187# Extended base class to support XDispatch/XDispatchProvider/XComponent by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2f73ff068c0a89d360ac51a213b9fbda97907171]

        INTEGRATION: CWS updatefeed (1.21.22); FILE MERGED 2006/12/04 16:54:47 kso 1.21.22.2: #i72055# - Added support for XWebDAVCommandEnvironment. 2006/11/29 13:03:02 kso 1.21.22.1: #i72055# - cleanup.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [87a0e7beb0b0ef603f5306385239e742121dfd77]

        INTEGRATION: CWS fwk54 (1.1.2); FILE ADDED 2006/11/10 12:54:07 cd 1.1.2.1: #i65187# Protocol handler for vnd.sun.star.popup URLs to support dispatch by popup menu controller

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b9a3ba0c52026c741ab54bc1b9cb76601e53618a]

        INTEGRATION: CWS updatefeed (1.6.42); FILE MERGED 2006/12/04 16:54:47 kso 1.6.42.1: #i72055# - Added support for XWebDAVCommandEnvironment.

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [98551b96a0f1dff2246fffa3d09256acf0d5f37c]

        INTEGRATION: CWS fwk54 (1.39.16); FILE MERGED 2006/11/10 12:55:44 cd 1.39.16.1: #i65187# Extended base class to support XDispatch/XDispatchProvider/XComponent by popup menu controllers

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0df0162da841cb72bc3606f5d61c0dcbeaa93d79]

        INTEGRATION: CWS presfixes09 (1.9.10); FILE MERGED 2006/09/15 22:02:28 thb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/27 13:59:28 thb 1.9.10.1: #i37778# Now also delivering enable_shared_from_this

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [00ccc856720324171fbd3ef3ff8ffe7cb54af836]

        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>  [b5a4d2a1fa4dd1d4b89e7161fd5cc6b371b0d5d3]

        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>  [1fc2f2275a0a97ed8812d7075e8b76376c25e2d1]

        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>  [b8c78e05a291391d145d7061948476f4255a9e8f]

        INTEGRATION: CWS presfixes09 (1.13.4); FILE MERGED 2006/11/02 21:12:53 thb 1.13.4.1: ##include <stdlib.h># No need for system headers here

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3ebcab163a69c9488d5130eb7a7c07168d755bc9]

        INTEGRATION: CWS presfixes09 (1.30.76); FILE MERGED 2006/10/18 16:38:05 thb 1.30.76.3: RESYNC: (1.34-1.36); FILE MERGED 2006/09/15 18:41:38 thb 1.30.76.2: RESYNC: (1.30-1.34); FILE MERGED 2006/05/11 21:05:48 thb 1.30.76.1: #126453# Joined CWS dx9canvas

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0f766b18ed548678bf91ff091db0875057fc616e]

        INTEGRATION: CWS presfixes09 (1.45.114); FILE MERGED 2006/10/18 16:04:45 thb 1.45.114.3: RESYNC: (1.48-1.50); FILE MERGED 2006/09/15 18:05:26 thb 1.45.114.2: RESYNC: (1.45-1.48); FILE MERGED 2006/05/02 12:05:03 thb 1.45.114.1: #i63566# Fixed infinite loop

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [da1b7d5c5f03eacab480c9389bb5fd93114ae50d]

        INTEGRATION: CWS presfixes09 (1.5.158); FILE MERGED 2006/08/30 09:04:09 thb 1.5.158.1: #i62458# Fixed offending < sign

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a132c9b6466bc10b0fc20c466a20235c218d5c02]

        INTEGRATION: CWS presfixes09 (1.4.178); FILE MERGED 2006/11/01 15:55:55 thb 1.4.178.1: #142663# Corrected alignment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9bb9dfc613efbf4b8356b89f5a8aacd68c87e28b]

        INTEGRATION: CWS presfixes09 (1.4.178); FILE MERGED 2006/10/27 15:03:34 thb 1.4.178.1: #i62458# Updated/clarified doc

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [391140549215066cf5ed17f90726f1d473a51cc0]

        INTEGRATION: CWS presfixes09 (1.15.34); FILE MERGED 2006/04/21 12:39:52 thb 1.15.34.1: #i10000# Fixed build error on Solaris

2006-12-13  Oliver Specht  <os@openoffice.org>  [d462a3470c7fc61fcb53fde82fd8fe5489376483]

        more page settings

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e5eac580bfaeb35d82d0d101876e58ce4a6f161c]

        INTEGRATION: CWS presfixes09 (1.15.32); FILE MERGED 2006/11/15 12:50:45 thb 1.15.32.1: #i71553# Running the slideshow update queue after a resize

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a1383c3260695a10c3f24646fad215ab24de5120]

        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>  [cf3ddd36b71a363afe220485764a88776b1274db]

        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>  [c1a79d861a281c3af8a61f9fbac4661a14091a72]

        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>  [d1ebdd0ed91622fcb73e9e665d8e2b7ad8e33bac]

        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>  [2deb23c73ab27433ccfeaef721dd508a8e3703b3]

        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>  [ceed86c7e1015c5de6fb5ba15b0fd3df9e337356]

        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>  [1dfa669ed9f60dbaf9048b5a08b5397cbcd2d3d6]

        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>  [2d2801d5895aaf9e13780a1d84b4c46338ff95ea]

        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>  [b0689291fe8bcc45203153cd86ef5184632afc1b]

        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>  [8adb08cb28e4dda64f0f5c2bcd0cf6fba574117a]

        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>  [de67303486f5c1d747176b9f884b7d3f83b29516]

        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>  [48112c777c5d7e803dd97b98bf3e03197f310b17]

        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>  [b42fe193ed1d767395959748fad2eb99ca6b4c45]

        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>  [66d4477d91a2f88698caa73779395b019095d552]

        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>  [93fd2bdf6dbd04fecc24f904fc53d01586eeddb8]

        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>  [a3c624c0dde9731cdce6b21a714d881be0897664]

        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>  [f87b87f677832f66b1f02e5060e5164847bf135d]

        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>  [af8f3b1ec0ee4844ede8ad667069b6218711d203]

        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>  [7b63d5657865958351af2e4ddc9c4ffd96dd45ce]

        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>  [4070056bdefe85af242d69aa21107e87b4c03604]

        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>  [95db9da04904a300592cbd6f11615e0458f541b5]

        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>  [addee3dd64b97e9bcf433884d2769fa38ac9d45a]

        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>  [cfcd332fa29e569485c6c7e10abd9b65b741ec12]

        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>  [4c3cb25fbd436cac444ccc668fbd1ae5b39d7ab5]

        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>  [6fd593199d1cb308754ed97be1caa18062040785]

        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>  [16a35ca29b152539602069dacb9e52055af82bfd]

        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>  [941cf287d1a82849fdfb498200ea1956b568a511]

        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>  [6743f6549e9c5eb51bbb8a17a6fde09319775ff4]

        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>  [c8b87846f422cb841527c68336d59c450294f48b]

        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>  [8bdb63d6af9d98e8a0bd70d872446e678b343667]

        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>  [38b7e280cf73a0d7b160dde8dca365b179347842]

        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>  [7edf5f7afb2e472de70f8e6561866fd21b41471b]

        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>  [b6dc2b311b5b959d3e88bc66b3520dc716a3f376]

        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>  [62b21380e007ea57a79db7d0dc0bd60d918285b4]

        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>  [5830c85354a5b7fe97b65a759239a98471bb440d]

        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>  [5cca65c94177422969476a566d68ca1b96e64eb6]

        INTEGRATION: CWS oihelp (1.66.22); FILE MERGED 2006/11/14 07:55:53 fs 1.66.22.1: #i71485# deliver css.form.inspection

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ec2a866241adf2619d5ced5f78719a5094839a38]

        INTEGRATION: CWS oihelp (1.5.238); FILE MERGED 2006/11/14 12:29:37 fs 1.5.238.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [1b012321e65d944d8a8d2df5083dfb3473d5479c]

        INTEGRATION: CWS oihelp (1.3.154); FILE MERGED 2006/11/14 12:29:37 fs 1.3.154.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bd1fee6a99031ea0320cebf9e03eea1f0997e353]

        INTEGRATION: CWS oihelp (1.27.246); FILE MERGED 2006/11/14 12:29:36 fs 1.27.246.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [22feb5e1e2b6e3019169991803232315c23bd26f]

        INTEGRATION: CWS oihelp (1.5.154); FILE MERGED 2006/11/13 14:34:00 fs 1.5.154.1: #i71485# PropertyControlObserver notifications

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f26173db46eb7557b6b4fb96dc660f2be3205dcf]

        INTEGRATION: CWS oihelp (1.12.154); FILE MERGED 2006/11/15 14:31:12 fs 1.12.154.5: #i71485# implement a DefaultHelpProvider 2006/11/15 10:03:12 fs 1.12.154.4: #i71485# 2006/11/14 15:05:20 fs 1.12.154.3: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:36 fs 1.12.154.2: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/13 14:34:00 fs 1.12.154.1: #i71485# PropertyControlObserver notifications

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [af212b581355176df052d09ff8ab1206e1512500]

        INTEGRATION: CWS oihelp (1.17.42); FILE MERGED 2006/11/15 14:31:12 fs 1.17.42.6: #i71485# implement a DefaultHelpProvider 2006/11/15 11:13:02 fs 1.17.42.5: #i71485# propagate minimum height 2006/11/15 10:03:12 fs 1.17.42.4: #i71485# 2006/11/14 15:05:20 fs 1.17.42.3: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:36 fs 1.17.42.2: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/13 14:34:00 fs 1.17.42.1: #i71485# PropertyControlObserver notifications

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [98860ebe526f5abc76033283e99c43a09a00694b]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/13 14:34:17 fs 1.1.2.1: non-UNO version of the property control observer

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f41d069f5d90611cb5955be0f895fac6cad3efa8]

        INTEGRATION: CWS oihelp (1.31.82); FILE MERGED 2006/11/14 12:29:36 fs 1.31.82.6: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/14 07:55:32 fs 1.31.82.5: #i71485# added service constructors 2006/11/13 14:42:04 fs 1.31.82.4: #i71485# implement the InspectorUI access as attribute 2006/11/13 14:33:59 fs 1.31.82.3: #i71485# PropertyControlObserver notifications 2006/11/13 12:59:08 fs 1.31.82.2: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment 2006/11/13 12:48:38 fs 1.31.82.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [60f63d8572470b121f32686fbbd33183f91b66a6]

        INTEGRATION: CWS oihelp (1.33.42); FILE MERGED 2006/11/15 14:31:12 fs 1.33.42.10: #i71485# implement a DefaultHelpProvider 2006/11/15 10:03:12 fs 1.33.42.9: #i71485# 2006/11/14 15:05:19 fs 1.33.42.8: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:36 fs 1.33.42.7: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/14 07:55:32 fs 1.33.42.6: #i71485# added service constructors 2006/11/13 14:43:37 fs 1.33.42.5: #i71485# implement the InspectorUI access as attribute 2006/11/13 14:42:04 fs 1.33.42.4: #i71485# implement the InspectorUI access as attribute 2006/11/13 14:33:59 fs 1.33.42.3: #i71485# PropertyControlObserver notifications 2006/11/13 12:59:08 fs 1.33.42.2: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment 2006/11/13 12:48:38 fs 1.33.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8adae72e9cc7ea31255ed88152cf2afe5d36f9fd]

        INTEGRATION: CWS oihelp (1.7.42); FILE MERGED 2006/11/15 14:31:12 fs 1.7.42.2: #i71485# implement a DefaultHelpProvider 2006/11/13 12:48:38 fs 1.7.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8f31e59ee7a0281e7dfffd2f9c06ae586a11a3c6]

        INTEGRATION: CWS oihelp (1.4.238); FILE MERGED 2006/11/14 12:29:35 fs 1.4.238.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [b8f6fabba5dd891cfd42b5527b6604e1917eec5b]

        INTEGRATION: CWS oihelp (1.5.42); FILE MERGED 2006/11/14 12:29:35 fs 1.5.42.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [89962a4f2b0562499419acff1eb7445b214ede2f]

        INTEGRATION: CWS oihelp (1.3.42); FILE MERGED 2006/11/13 15:13:28 fs 1.3.42.2: #i71485# createWithHandlerFactoriesAndHelpSection 2006/11/13 12:48:37 fs 1.3.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9594686d950467ede6d656f8c7f854805fe0a5f5]

        INTEGRATION: CWS oihelp (1.5.42); FILE MERGED 2006/11/13 12:48:37 fs 1.5.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ba21e202fde419ecc91c40ad02aeba5e3e18f297]

        INTEGRATION: CWS oihelp (1.18.138); FILE MERGED 2006/11/15 14:31:12 fs 1.18.138.2: #i71485# implement a DefaultHelpProvider 2006/11/14 12:29:35 fs 1.18.138.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c0cc1392668a6844e4794c98f63c586802520178]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/15 11:13:02 fs 1.1.2.3: #i71485# propagate minimum height 2006/11/14 15:05:19 fs 1.1.2.2: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:56 fs 1.1.2.1: #i71485# window for the help section at the bottom of the inspector window

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [135e4b7d318a2c05b6b966c03dff50ee4aed6869]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/15 12:55:53 fs 1.1.2.4: #i71485# WB_AUTOVSCROLL for the HelpWindow 2006/11/15 11:13:01 fs 1.1.2.3: #i71485# propagate minimum height 2006/11/14 15:05:19 fs 1.1.2.2: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:56 fs 1.1.2.1: #i71485# window for the help section at the bottom of the inspector window

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [34c4c1e0a3c2d44fba17974042821647cef26258]

        INTEGRATION: CWS oihelp (1.4.42); FILE MERGED 2006/11/14 12:29:35 fs 1.4.42.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [09ec190aecdbff952b281b40d1fcb7532ca397de]

        INTEGRATION: CWS oihelp (1.30.246); FILE MERGED 2006/11/14 12:29:35 fs 1.30.246.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a87b8819685448e87652fc67e9a7f61359fa547e]

        INTEGRATION: CWS oihelp (1.73.44); FILE MERGED 2006/11/14 12:29:34 fs 1.73.44.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [8ba3c5ae577ad51227e356f015aa207e47c0d6b0]

        INTEGRATION: CWS oihelp (1.3.246); FILE MERGED 2006/11/14 12:29:34 fs 1.3.246.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [4db558c82a7afb5d79ab829d3021649907d88a75]

        INTEGRATION: CWS oihelp (1.15.42); FILE MERGED 2006/11/14 12:29:34 fs 1.15.42.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f58d35f7842e01b423874a25510b94373fa73c3d]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/15 14:30:22 fs 1.1.2.1: #i71485# css.inspection.DefaultHelpProvider

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [697508e2038748c14245881500b574610b10f1d4]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/15 14:47:19 fs 1.1.2.2: no need to revoke - will die automatically when UI is disposed 2006/11/15 14:30:21 fs 1.1.2.1: #i71485# css.inspection.DefaultHelpProvider

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [43363b5b8f705b239dc17ae9a7e4cc4b6f17b5da]

        INTEGRATION: CWS oihelp (1.2.154); FILE MERGED 2006/11/14 07:55:31 fs 1.2.154.2: #i71485# added service constructors 2006/11/13 12:48:37 fs 1.2.154.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [e0efc5473b2c278fc89431eeff854101b779d263]

        INTEGRATION: CWS oihelp (1.3.42); FILE MERGED 2006/11/14 12:29:34 fs 1.3.42.3: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/14 07:55:31 fs 1.3.42.2: #i71485# added service constructors 2006/11/13 12:48:37 fs 1.3.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [aee6e32282257c9053d0c170eb1686ff8d9df5cd]

        INTEGRATION: CWS oihelp (1.4.42); FILE MERGED 2006/11/13 12:59:08 fs 1.4.42.2: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment 2006/11/13 12:48:37 fs 1.4.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [3b248b514f4a8d43294a4932f63b06ed1d09d3c8]

        INTEGRATION: CWS oihelp (1.7.42); FILE MERGED 2006/11/13 12:48:37 fs 1.7.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c96271ab2cb91ab85082a8db8444da9576396e4f]

        INTEGRATION: CWS oihelp (1.9.154); FILE MERGED 2006/11/14 12:29:34 fs 1.9.154.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0fb67ae80bb9bbe752eab5f1f2629555da8fefc4]

        INTEGRATION: CWS oihelp (1.12.42); FILE MERGED 2006/11/15 10:03:11 fs 1.12.42.2: #i71485# 2006/11/14 12:29:34 fs 1.12.42.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f4a2b0771a15d9f4a7a76d91242cbb56982cd816]

        INTEGRATION: CWS oihelp (1.5.246); FILE MERGED 2006/11/15 11:13:01 fs 1.5.246.2: #i71485# propagate minimum height 2006/11/13 14:33:59 fs 1.5.246.1: #i71485# PropertyControlObserver notifications

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [68c965eda246432b1d2df5edda14f2fbfb5a7ca0]

        INTEGRATION: CWS oihelp (1.10.42); FILE MERGED 2006/11/15 11:13:01 fs 1.10.42.2: #i71485# propagate minimum height 2006/11/13 14:33:59 fs 1.10.42.1: #i71485# PropertyControlObserver notifications

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [cc118e4ea241ebf33f2aa0719b3e8d515e2888b5]

        INTEGRATION: CWS oihelp (1.10.82); FILE MERGED 2006/11/15 13:39:28 fs 1.10.82.6: #i71485# SetHelpText: don't resize if not necessary, to prevent flickering 2006/11/15 11:13:01 fs 1.10.82.5: #i71485# propagate minimum height 2006/11/14 15:05:19 fs 1.10.82.4: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:33 fs 1.10.82.3: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/13 14:33:59 fs 1.10.82.2: #i71485# PropertyControlObserver notifications 2006/11/13 12:48:36 fs 1.10.82.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [63c96c423ad857e72cf4d8e8475d64d694bc9806]

        INTEGRATION: CWS oihelp (1.17.42); FILE MERGED 2006/11/15 13:39:27 fs 1.17.42.7: #i71485# SetHelpText: don't resize if not necessary, to prevent flickering 2006/11/15 11:13:00 fs 1.17.42.6: #i71485# propagate minimum height 2006/11/15 10:03:11 fs 1.17.42.5: #i71485# 2006/11/14 15:05:19 fs 1.17.42.4: #i71485# respect the min/max help line attributes of the object inspector model 2006/11/14 12:29:33 fs 1.17.42.3: #i71485# introduce a HelpSection (still fixed size, not finished completely) 2006/11/13 14:33:59 fs 1.17.42.2: #i71485# PropertyControlObserver notifications 2006/11/13 12:48:36 fs 1.17.42.1: #i71485# changes in the css.inspection interfaces, make this here compile only for the moment

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [a15ab18936c8d06086a8f0ba35482bce4e70acaa]

        INTEGRATION: CWS oihelp (1.2.138); FILE MERGED 2006/11/16 08:58:14 fs 1.2.138.1: #i71485# show a help section

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [420e82254efd8427eb5ca84079cb0a2d168a5405]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/16 08:58:48 fs 1.1.2.1: #i71485# dummy help text provider

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [089bbca173120e7652ba230541e3884e8ecbca64]

        INTEGRATION: CWS oihelp (1.2.18); FILE MERGED 2006/12/06 11:08:43 cn 1.2.18.1: #ii72315# adopt test to enhancements since cws oihelp

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ae48d1ad42be28106f885da2d55f71d922627835]

        INTEGRATION: CWS oihelp (1.2.18); FILE MERGED 2006/12/06 11:07:35 cn 1.2.18.1: #ii72315# adopt test to enhancements since cws oihelp

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f7bed623a884231c3263a1ba13bfba0edcf14346]

        INTEGRATION: CWS oihelp (1.2.18); FILE MERGED 2006/12/06 11:09:25 cn 1.2.18.1: #ii72315# adopt test to enhancements since cws oihelp

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ca5ece1b3f9122b4d8247300d4df1b44d2ef62ea]

        INTEGRATION: CWS oihelp (1.2.18); FILE MERGED 2006/11/13 14:17:57 fs 1.2.18.1: #i71485#

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [bb504cc993272c37530834435f27c2357ff8b91a]

        INTEGRATION: CWS oihelp (1.5.118); FILE MERGED 2006/11/16 09:24:45 fs 1.5.118.1: removed dead code

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [acdff41c7c8b2b7843dfae03b906195020f6b122]

        INTEGRATION: CWS oihelp (1.27.78); FILE MERGED 2006/11/16 09:23:59 fs 1.27.78.5: #i71485# availability of the help section depends on configuration property 2006/11/16 09:00:11 fs 1.27.78.4: help section OFF by default 2006/11/15 14:31:35 fs 1.27.78.3: #i71485# allow to use a DefaultHelpProvider 2006/11/15 11:13:52 fs 1.27.78.2: #i71485# respect minimum height 2006/11/14 08:40:51 fs 1.27.78.1: #i71485# don't use the deprecated css.form.PropertyBrowserController, but the ObjectInspector/Model directly

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [55fcee032a5b81bc4a1002ce7dd50c118bbf22d1]

        INTEGRATION: CWS oihelp (1.3.124); FILE MERGED 2006/11/15 14:33:01 fs 1.3.124.2: #i71485# 2006/11/13 12:46:03 fs 1.3.124.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f91c906266c7654a327214fc13355fa41301b76f]

        INTEGRATION: CWS oihelp (1.5.20); FILE MERGED 2006/11/13 12:46:03 fs 1.5.20.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2475926d34e3a38cb2c73100501d6bca22cd8d94]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/13 12:47:25 fs 1.1.2.1: #i71485# separated two methods from the XPropertyControlContext

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [c9693ac6bf7bae5b51e29d8526a13b44bb53b05d]

        INTEGRATION: CWS oihelp (1.3.140); FILE MERGED 2006/11/13 12:46:03 fs 1.3.140.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6b40064682860539df103776591a48589c22aed5]

        INTEGRATION: CWS oihelp (1.3.140); FILE MERGED 2006/11/13 12:52:12 fs 1.3.140.2: #i71485# allow registering all-control observers 2006/11/13 12:46:03 fs 1.3.140.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ce09079329ca707d1d1b8f79ccd73248c73a83a4]

        INTEGRATION: CWS oihelp (1.3.140); FILE MERGED 2006/11/13 12:46:02 fs 1.3.140.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [2cfcc09a2479885c700a62fe7a176b20623fa9c1]

        INTEGRATION: CWS oihelp (1.4.20); FILE MERGED 2006/11/14 07:59:09 fs 1.4.20.2: #i71485# constructors 2006/11/13 12:46:02 fs 1.4.20.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [9ea6f9b0bb4ba8d166462c1ced543f5d6539cdfa]

        INTEGRATION: CWS oihelp (1.3.140); FILE MERGED 2006/11/14 07:59:09 fs 1.3.140.2: #i71485# constructors 2006/11/13 12:46:02 fs 1.3.140.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [ce11b743df3ed5fd4dfd0be5431d50612743f952]

        INTEGRATION: CWS oihelp (1.4.20); FILE MERGED 2006/11/13 12:46:02 fs 1.4.20.1: #i71485# support for an optional help section in the object inspector

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [0e8ac84d893b9c22f79eeeddd960ce5bfe710697]

        INTEGRATION: CWS oihelp (1.1.2); FILE ADDED 2006/11/15 14:32:52 fs 1.1.2.1: #i71485#

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [f3c7b7efc01101bb896727c7ba1b5433eca45950]

        INTEGRATION: CWS oihelp (1.2.156); FILE MERGED 2006/11/13 12:47:31 fs 1.2.156.1: corrected documentation

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [fe8b7511e7b4902f560e0e31484b899878d822f8]

        INTEGRATION: CWS oihelp (1.2.156); FILE MERGED 2006/11/14 07:57:28 fs 1.2.156.1: #i71485# constructors

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [6b5bbfe5710cf32bc3c351e3c57eae7c22b5c878]

        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>  [cd5b79e996bd0723f9b1c9ff0fab8e38d2904b5c]

        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>  [e7dfd1a801515c26c4e7f429e7284bee698b7bc2]

        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>  [a9d03e7895953a30790c09e0975dbbf116e05111]

        INTEGRATION: CWS oihelp (1.122.40); FILE MERGED 2006/11/16 09:23:40 fs 1.122.40.1: #i71485# +Forms/PropertyBrowser/DirectHelp

2006-12-13  Kurt Zenker  <kz@openoffice.org>  [69ac35cf36bc125dda53347e0bccb0ea88a88dde]

        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>  [06c6a5351327aaf9b178516d32a6e903d6fbb67e]

        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>  [8e3d440d7bf6d7258cbe5fec012f0160c555b485]

        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>  [5d977a07cbbbd9f7491d8beadde1a64610002f5f]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:32 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2c61bb07b5203e0269b6c471dd8953a2258aa99b]

        INTEGRATION: CWS sdwarningsbegone (1.59.30); FILE MERGED 2006/11/27 13:48:21 cl 1.59.30.3: #i69285# warning free code changes for sd project 2006/11/22 15:17:38 cl 1.59.30.2: RESYNC: (1.59-1.61); FILE MERGED 2006/11/22 12:42:32 cl 1.59.30.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [be03346cab8bb5bfc1a0d4802a052b7e2506bacb]

        INTEGRATION: CWS sdwarningsbegone (1.52.36); FILE MERGED 2006/11/27 13:48:21 cl 1.52.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:32 cl 1.52.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d7a4b93c4a12c7562be3fcc67d0e723483fb9a1a]

        INTEGRATION: CWS sdwarningsbegone (1.45.10); FILE MERGED 2006/12/01 14:15:15 cl 1.45.10.4: made sd warning free 2006/11/27 13:48:21 cl 1.45.10.3: #i69285# warning free code changes for sd project 2006/11/22 15:17:29 cl 1.45.10.2: RESYNC: (1.45-1.46); FILE MERGED 2006/11/22 12:42:31 cl 1.45.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [52e7566afd45835172d00af6619f963c54bec069]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:42:31 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8942938814572c818c3110cc35bdf006a176fa68]

        INTEGRATION: CWS sdwarningsbegone (1.17.36); FILE MERGED 2006/11/22 15:17:22 cl 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/22 12:42:31 cl 1.17.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [158d7ca4269644db9df47ace92c4076040af5597]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 15:16:59 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:42:31 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [738b8041ae1367cf9d81464c22297d2f259272a7]

        INTEGRATION: CWS sdwarningsbegone (1.33.36); FILE MERGED 2006/12/01 14:15:15 cl 1.33.36.4: made sd warning free 2006/11/29 15:16:10 cl 1.33.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:16:51 cl 1.33.36.2: RESYNC: (1.33-1.34); FILE MERGED 2006/11/22 12:42:31 cl 1.33.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [30bd25e57cb550ffaaf8dca06dafae1b43bc4015]

        INTEGRATION: CWS sdwarningsbegone (1.29.36); FILE MERGED 2006/11/22 15:16:43 cl 1.29.36.2: RESYNC: (1.29-1.30); FILE MERGED 2006/11/22 12:42:30 cl 1.29.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [507aced21a19deba279029bbabeca24562381824]

        INTEGRATION: CWS sdwarningsbegone (1.68.10); FILE MERGED 2006/11/22 15:16:35 cl 1.68.10.2: RESYNC: (1.68-1.70); FILE MERGED 2006/11/22 12:42:30 cl 1.68.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4386d4fad8fc0379b561e41ffc63c0363009f9d6]

        INTEGRATION: CWS sdwarningsbegone (1.53.10); FILE MERGED 2006/11/27 13:48:20 cl 1.53.10.3: #i69285# warning free code changes for sd project 2006/11/22 15:16:28 cl 1.53.10.2: RESYNC: (1.53-1.54); FILE MERGED 2006/11/22 12:42:30 cl 1.53.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2a12c52509b24367ff7e343c4171afda7796ac94]

        INTEGRATION: CWS sdwarningsbegone (1.52.8); FILE MERGED 2006/11/27 13:48:20 cl 1.52.8.3: #i69285# warning free code changes for sd project 2006/11/22 15:16:21 cl 1.52.8.2: RESYNC: (1.52-1.55); FILE MERGED 2006/11/22 12:42:30 cl 1.52.8.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6ed37f6803f63cde3884f7e81eee2236b1c96dae]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:42:30 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b1a010435b77e5175b9b51a160f72e210ebde4c7]

        INTEGRATION: CWS sdwarningsbegone (1.32.16); FILE MERGED 2006/11/22 15:16:12 cl 1.32.16.2: RESYNC: (1.32-1.33); FILE MERGED 2006/11/22 12:42:30 cl 1.32.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [53fd4bb47c53cbb62a542c847ed38238e7b3e148]

        INTEGRATION: CWS sdwarningsbegone (1.42.34); FILE MERGED 2006/11/27 17:05:16 cl 1.42.34.4: #i69285# warning free code changes for sd project 2006/11/27 13:48:20 cl 1.42.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:16:05 cl 1.42.34.2: RESYNC: (1.42-1.44); FILE MERGED 2006/11/22 12:42:29 cl 1.42.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6375b2bb7f50e2d18fce5113c10532b490cc4d87]

        INTEGRATION: CWS sdwarningsbegone (1.82.34); FILE MERGED 2006/11/27 13:48:20 cl 1.82.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:55 cl 1.82.34.2: RESYNC: (1.82-1.83); FILE MERGED 2006/11/22 12:42:29 cl 1.82.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d967931ef55edac4710efaa439c181db0010ae94]

        INTEGRATION: CWS sdwarningsbegone (1.25.36); FILE MERGED 2006/11/27 13:48:20 cl 1.25.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:29 cl 1.25.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [46ac195d6f0b2c95095ff48f4614204206ce71f1]

        INTEGRATION: CWS sdwarningsbegone (1.28.126); FILE MERGED 2006/11/27 13:48:19 cl 1.28.126.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b4e132fb0dfff34424729d8716434efc9ae8ba1d]

        INTEGRATION: CWS sdwarningsbegone (1.7.36); FILE MERGED 2006/11/27 13:48:19 cl 1.7.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:48 cl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/11/22 12:42:29 cl 1.7.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f347a470061d61df2ba8879a3a2d57631ba77c3d]

        INTEGRATION: CWS sdwarningsbegone (1.30.34); FILE MERGED 2006/11/22 15:15:40 cl 1.30.34.2: RESYNC: (1.30-1.31); FILE MERGED 2006/11/22 12:42:29 cl 1.30.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8555edcc8df81f3f4eb76b257b75f1d34841473d]

        INTEGRATION: CWS sdwarningsbegone (1.18.38); FILE MERGED 2006/11/22 12:42:28 cl 1.18.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b51bbd3c81e7f135c02235b952529eb70dca393f]

        INTEGRATION: CWS sdwarningsbegone (1.18.38); FILE MERGED 2006/11/22 15:15:34 cl 1.18.38.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/22 12:42:28 cl 1.18.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5a2d3ee34fca93c64c0e16feef37b1b94303fec4]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/27 13:48:19 cl 1.12.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:28 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1122f5446dd59e1b60878201ac53c7f05b7ab118]

        INTEGRATION: CWS sdwarningsbegone (1.61.34); FILE MERGED 2006/11/27 13:48:19 cl 1.61.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:26 cl 1.61.34.2: RESYNC: (1.61-1.63); FILE MERGED 2006/11/22 12:42:28 cl 1.61.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6c4ed42760fffeec0a8951920d21ed61426f564d]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/27 13:48:19 cl 1.9.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:18 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:42:28 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e23646dfcff81fbd63d9b468c2d5b1526983fbee]

        INTEGRATION: CWS sdwarningsbegone (1.28.36); FILE MERGED 2006/11/27 13:48:19 cl 1.28.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:10 cl 1.28.36.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/22 12:42:28 cl 1.28.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [74e22e38f05c113e00b8e83b72eca15a0c8a7009]

        INTEGRATION: CWS sdwarningsbegone (1.25.36); FILE MERGED 2006/11/27 13:48:19 cl 1.25.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:15:03 cl 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2006/11/22 12:42:27 cl 1.25.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bae7184ffd6de5bc39ac313fe62bf70c6eb08b48]

        INTEGRATION: CWS sdwarningsbegone (1.43.34); FILE MERGED 2006/11/27 13:48:18 cl 1.43.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:14:56 cl 1.43.34.2: RESYNC: (1.43-1.44); FILE MERGED 2006/11/22 12:42:27 cl 1.43.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [81b880e92d8033a9fed7c8f298680726b7234f2d]

        INTEGRATION: CWS sdwarningsbegone (1.18.36); FILE MERGED 2006/11/22 15:14:48 cl 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/22 12:42:27 cl 1.18.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9aa99c34bd5cb8a8bc4427f9eb3cd8a4ce77702a]

        INTEGRATION: CWS sdwarningsbegone (1.17.36); FILE MERGED 2006/11/22 15:14:41 cl 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/22 12:42:27 cl 1.17.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d0ac7d52b6920e6b14f5549b3e059f722642bf75]

        INTEGRATION: CWS sdwarningsbegone (1.69.36); FILE MERGED 2006/11/22 15:14:34 cl 1.69.36.2: RESYNC: (1.69-1.70); FILE MERGED 2006/11/22 12:42:27 cl 1.69.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f95fa84be4012a251900da24f6a3ce1564c34d3e]

        INTEGRATION: CWS sdwarningsbegone (1.23.36); FILE MERGED 2006/11/22 15:14:26 cl 1.23.36.2: RESYNC: (1.23-1.25); FILE MERGED 2006/11/22 12:42:27 cl 1.23.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [382718ef8cc035999da2615da0d218bf1ff4f4e0]

        INTEGRATION: CWS sdwarningsbegone (1.46.34); FILE MERGED 2006/11/27 13:48:18 cl 1.46.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:14:19 cl 1.46.34.2: RESYNC: (1.46-1.47); FILE MERGED 2006/11/22 12:42:27 cl 1.46.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [07a384da32ed0122810b544755bb87b16dc1d8d3]

        INTEGRATION: CWS sdwarningsbegone (1.34.36); FILE MERGED 2006/11/28 17:39:47 cl 1.34.36.4: #i69285# warning free code changes for sd project 2006/11/27 13:48:18 cl 1.34.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:14:12 cl 1.34.36.2: RESYNC: (1.34-1.35); FILE MERGED 2006/11/22 12:42:26 cl 1.34.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4e0d05aabaf297d07f294cd5cb1561aa970d463c]

        INTEGRATION: CWS sdwarningsbegone (1.38.34); FILE MERGED 2006/11/27 13:48:18 cl 1.38.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:59 cl 1.38.34.2: RESYNC: (1.38-1.39); FILE MERGED 2006/11/22 12:42:26 cl 1.38.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [86e02614bfdc6143fa301d3931e392681a7bc452]

        INTEGRATION: CWS sdwarningsbegone (1.25.36); FILE MERGED 2006/11/22 15:13:37 cl 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2006/11/22 12:42:26 cl 1.25.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6186c56ee2dc76da2dee954264b51cee810faddb]

        INTEGRATION: CWS sdwarningsbegone (1.23.38); FILE MERGED 2006/11/22 12:42:26 cl 1.23.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [343063a546ecce91154b479e4c7915229f9b98e9]

        INTEGRATION: CWS sdwarningsbegone (1.12.36); FILE MERGED 2006/11/27 13:48:17 cl 1.12.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:30 cl 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/22 12:42:25 cl 1.12.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c7e04ea857dda45561591a5041912c7ae56c904d]

        INTEGRATION: CWS sdwarningsbegone (1.41.36); FILE MERGED 2006/11/22 15:13:23 cl 1.41.36.2: RESYNC: (1.41-1.42); FILE MERGED 2006/11/22 12:42:25 cl 1.41.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c135a64d267af656286ad6c40278a96709c947b3]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:42:25 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3368b2f6022f430f7dfd2c4fb09e73e5dce6d651]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:42:25 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [75b6bea98e6225ff664a71ada178bbc0208c05e1]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/27 13:48:17 cl 1.10.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:25 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [41585ac2f8da94c5ea9e06d6faa7083eaebb8c75]

        INTEGRATION: CWS sdwarningsbegone (1.16.34); FILE MERGED 2006/11/27 13:48:17 cl 1.16.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:13:16 cl 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/22 12:42:25 cl 1.16.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a1ae2fae02659a0afad4ec5eb15a261515d7eee3]

        INTEGRATION: CWS sdwarningsbegone (1.20.36); FILE MERGED 2006/11/22 15:13:09 cl 1.20.36.2: RESYNC: (1.20-1.21); FILE MERGED 2006/11/22 12:42:25 cl 1.20.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [411ef4349436c40a7278f4b2a1e05e785777a413]

        INTEGRATION: CWS sdwarningsbegone (1.31.36); FILE MERGED 2006/11/27 13:48:17 cl 1.31.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:24 cl 1.31.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [47c4f3393202f0922e73284b24462916e30dacca]

        INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED 2006/11/27 13:48:17 cl 1.5.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:12:55 cl 1.5.36.2: RESYNC: (1.5-1.6); FILE MERGED 2006/11/22 12:42:24 cl 1.5.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [abb9506c234277c545ee2b5362caa3c5577bd00c]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:24 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3e672ceed59e2d437056abed3a45f46b2fe25427]

        INTEGRATION: CWS sdwarningsbegone (1.4.34); FILE MERGED 2006/11/22 15:12:48 cl 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2006/11/22 12:42:24 cl 1.4.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b518bdd40490dfc5dd0cce516241696f7d612076]

        INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED 2006/11/22 12:42:24 cl 1.5.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6f827dc03bc800d703a4fa97e0100b7489282310]

        INTEGRATION: CWS sdwarningsbegone (1.10.34); FILE MERGED 2006/11/27 13:48:17 cl 1.10.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:12:41 cl 1.10.34.2: RESYNC: (1.10-1.12); FILE MERGED 2006/11/22 12:42:24 cl 1.10.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [75baf8ca3a3f3f463b3de38571f95f52d3fe8f8f]

        INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED 2006/11/22 12:42:24 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ad3f127660b5c050363c9f192d4f162cc9e4fbe9]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:23 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [37a6512426a40dc8212cda15127e548b45c6d858]

        INTEGRATION: CWS sdwarningsbegone (1.28.34); FILE MERGED 2006/11/27 13:48:16 cl 1.28.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:12:34 cl 1.28.34.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/22 12:42:23 cl 1.28.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8d0fd1a41526ebe95377be845c2c708ba8ffa54]

        INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED 2006/11/22 12:42:23 cl 1.5.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [29e5175e12910911ca9a88136be6cd9032a0cc8e]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:42:23 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c9ca478ff70f7e6539f268868f349c63c50ffd10]

        INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED 2006/11/22 12:42:23 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f4f32274fc67bf79b2f590511ef52131e52446f8]

        INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED 2006/11/27 13:48:16 cl 1.8.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:12:26 cl 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/22 12:42:23 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [dbb238a84cc60468bbfa6271f57cdc17cadd7af7]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/27 13:48:16 cl 1.4.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4f4ceec198c1c8d0b1b7dd21649b400cd6b61827]

        INTEGRATION: CWS sdwarningsbegone (1.7.36); FILE MERGED 2006/11/22 15:12:18 cl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/11/22 12:42:22 cl 1.7.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [59acda1d244b3dff521b8590e1bb2c5d2336d137]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/27 13:48:16 cl 1.8.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:22 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c767330eb9c672d380b965b7156b2dc74b0426e6]

        INTEGRATION: CWS sdwarningsbegone (1.14.38); FILE MERGED 2006/11/22 12:42:21 cl 1.14.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f97ecde63967a2c69319ef807f3f1df1dbe6ade9]

        INTEGRATION: CWS sdwarningsbegone (1.83.36); FILE MERGED 2006/11/27 13:48:15 cl 1.83.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:11:55 cl 1.83.36.2: RESYNC: (1.83-1.84); FILE MERGED 2006/11/22 12:42:21 cl 1.83.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d57f92a4ef3858719801bebf78ca34d06d461631]

        INTEGRATION: CWS sdwarningsbegone (1.55.38); FILE MERGED 2006/11/27 13:48:15 cl 1.55.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:21 cl 1.55.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2e62727a2053d8e49beb7aac6c8bc2ad6ba07154]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/27 13:48:15 cl 1.6.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:21 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ac5e00f5bb7a442686caf1c0e4b944ac9d17ae4b]

        INTEGRATION: CWS sdwarningsbegone (1.96.34); FILE MERGED 2006/11/27 13:48:15 cl 1.96.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:11:46 cl 1.96.34.2: RESYNC: (1.96-1.97); FILE MERGED 2006/11/22 12:42:21 cl 1.96.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a4d730aa188f635bc371b4f09b1abb2458c7692c]

        INTEGRATION: CWS sdwarningsbegone (1.7.316); FILE MERGED 2006/11/22 12:42:20 cl 1.7.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5f744eabd838272474fc176a7ddd731e47882045]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/27 13:48:15 cl 1.10.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:11:39 cl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:20 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6bf7d2fd671e8d5f047b33b15af7e9b132d75714]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:42:20 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bcbe80430a3fff4bb7f80a494554e96d91191b7d]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/27 13:48:15 cl 1.10.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:20 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [76e0196be053960ca40fcaf8a8f7f9eab0dc8ef4]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:42:20 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bc99d326cd626fc69e726955025c7a38726c6bd7]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:19 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [eb5f0f2f1d2191d68aecb611f234ab7f139dbd77]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 12:42:19 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [75f064cbe0ad2d48b4a05bc0032fd198bcd3a703]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:42:19 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [89d08a463484768a15c10b62c2366295cacdc339]

        INTEGRATION: CWS sdwarningsbegone (1.31.38); FILE MERGED 2006/11/27 13:48:14 cl 1.31.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:19 cl 1.31.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e14a1e64a9cecff01b2f4fb6f7dffe8e38c7f0ea]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/22 12:42:19 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c16a4eda814dc4baded1b0bdc6bc8866bd4378fd]

        INTEGRATION: CWS sdwarningsbegone (1.17.36); FILE MERGED 2006/11/22 15:11:32 cl 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/22 12:42:19 cl 1.17.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d48574dd070d55cd09cdad236769223bfefd0720]

        INTEGRATION: CWS sdwarningsbegone (1.30.36); FILE MERGED 2006/11/22 15:11:24 cl 1.30.36.2: RESYNC: (1.30-1.31); FILE MERGED 2006/11/22 12:42:19 cl 1.30.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bd19435ce56f8567e745f6122383a383820501ee]

        INTEGRATION: CWS sdwarningsbegone (1.18.34); FILE MERGED 2006/11/27 13:48:14 cl 1.18.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:11:18 cl 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2006/11/22 12:42:18 cl 1.18.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b0fe28142002e39671fca4f203887e472000f225]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/22 12:42:18 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [22e9cacdf7d9492a72018864de08479415b5c07f]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:18 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8b7512ca0cf825b5d6a9c4d34c6f43e57303ee4f]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 15:11:08 cl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:18 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3dce908592935ff77f9cc41f6b81f36e8a908bc4]

        INTEGRATION: CWS sdwarningsbegone (1.12.36); FILE MERGED 2006/11/22 12:42:18 cl 1.12.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8308dbe29d3bb36edae1b90135b338d41e56ae51]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/27 13:48:14 cl 1.5.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bee12ed74b6b5151b6268bfbcd8fc6eadcfea7b7]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:17 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bbaeb29bc1e51d99d70e684c076073184b4c3629]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 12:42:17 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f07104f28742f357afed7fbb5a94bf1ac93a1b8f]

        INTEGRATION: CWS sdwarningsbegone (1.6.142); FILE MERGED 2006/11/27 13:48:14 cl 1.6.142.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [62a7e0e77bc21f456bf899ef7dd90d44e7686060]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:42:17 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [73ef78402fe6ba0caa4a470681d6b24102afb84a]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/27 13:48:13 cl 1.7.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c726c83b1300cfb5da787e06011005ac0f7e6ebb]

        INTEGRATION: CWS sdwarningsbegone (1.10.126); FILE MERGED 2006/11/27 13:48:13 cl 1.10.126.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3f2a925b42160fe575cd83a4dfdfa64d36faa214]

        INTEGRATION: CWS sdwarningsbegone (1.18.36); FILE MERGED 2006/11/27 13:48:13 cl 1.18.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:17 cl 1.18.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [92da342bb2b2e2795b004ca11caeab95a94bbaf0]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:42:17 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d2bf0ee216c83cea8707763b2dd507db2aa61e54]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:17 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [02c8425085a9eadf37f08fb8a82c3f4bc5a5bbb8]

        INTEGRATION: CWS sdwarningsbegone (1.18.38); FILE MERGED 2006/11/22 12:42:16 cl 1.18.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f4ea9114857197574c3f0e393095395cceb705fd]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/22 12:42:16 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7f875cc5c061248f9c30721e96160cbfeb3802fd]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/27 13:48:13 cl 1.5.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3dbe1b62a443ae85d976271da40faa5cee2c60ac]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:16 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1fc21a4a947decf269f55db0656f10e27d1a0291]

        INTEGRATION: CWS sdwarningsbegone (1.6.76); FILE MERGED 2006/11/27 13:48:13 cl 1.6.76.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a27b25652c782c8d1ba00ba203f3a1f4d3d43586]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:48:13 cl 1.4.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4e27ff295cda9d37dbc11feda40f49edd89c58a1]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:16 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d6db1d432eba7a9266b2c00321b7c559c365aa74]

        INTEGRATION: CWS sdwarningsbegone (1.5.142); FILE MERGED 2006/11/27 13:48:13 cl 1.5.142.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8817f0dd2e53b1eb77482c87f69e4c06ffc7a4a6]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 15:10:50 cl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:16 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b9f3054e14e37e2869bf3731980d40f60911a8f8]

        INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED 2006/11/22 12:42:16 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d3c69172761cf336d7a047f822eb5afd5a690f78]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/27 15:15:05 cl 1.9.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:15 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [76b94281a243ec9532925da7fc643da9aaddae20]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:42:15 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0f9fdfc4459520c9c874c1bd25cabc81ff04e079]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:48:12 cl 1.4.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [30d63512c57c57dab68b8761ce696d24b41b29b5]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/27 16:31:00 cl 1.5.38.3: #i69285# warning free code changes for sd project 2006/11/27 15:15:04 cl 1.5.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:15 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f79fa81c9b8c1527c2b4f63f74529f4c227cb0cb]

        INTEGRATION: CWS sdwarningsbegone (1.15.36); FILE MERGED 2006/11/27 15:15:04 cl 1.15.36.3: #i69285# warning free code changes for sd project 2006/11/27 13:48:12 cl 1.15.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:15 cl 1.15.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0b7a95daff804e187d3aab403c0bbae1e8d6ac8a]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:42:15 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [41a49c69b4cdaea2f90b3de56e3988ece042303c]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/28 17:39:46 cl 1.5.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:15 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a5913c91f73f49eb12c246af453d9e5cab8df838]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:14 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [eb91b0b1994aab3776c7ad959dd2d4d0a5427202]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:42:14 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [01f081c857b606801cd5ed7cd2d90839a58cef1f]

        INTEGRATION: CWS sdwarningsbegone (1.9.132); FILE MERGED 2006/11/27 13:48:12 cl 1.9.132.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [aa1fc8a8813268a2e0cdee811776053f04a0122b]

        INTEGRATION: CWS sdwarningsbegone (1.19.36); FILE MERGED 2006/11/27 13:48:12 cl 1.19.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:14 cl 1.19.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [69442fb42dfb80cef225a29aff9cf1f952f2adc8]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/27 13:48:12 cl 1.5.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ab48bb4ba1cac969eda84bba73ef6a8281ae67d7]

        INTEGRATION: CWS sdwarningsbegone (1.11.4); FILE MERGED 2006/11/27 15:15:04 cl 1.11.4.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0ae1a389e04f23f0e984e011355f24e941588849]

        INTEGRATION: CWS sdwarningsbegone (1.16.34); FILE MERGED 2006/11/22 15:10:43 cl 1.16.34.2: RESYNC: (1.16-1.17); FILE MERGED 2006/11/22 12:42:14 cl 1.16.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e35ebee9ac4a2085ebae227c4e1a466687c0c51f]

        INTEGRATION: CWS sdwarningsbegone (1.19.34); FILE MERGED 2006/11/22 15:10:14 cl 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/22 12:42:13 cl 1.19.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [732adb3181135ab9e6b7194a11525f4e60fd84ec]

        INTEGRATION: CWS sdwarningsbegone (1.24.36); FILE MERGED 2006/11/27 15:15:04 cl 1.24.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:13 cl 1.24.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f0af19acc9758b1b96a39c9c251bc8cb0f843b3b]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/27 16:30:59 cl 1.5.38.4: #i69285# warning free code changes for sd project 2006/11/27 15:15:03 cl 1.5.38.3: #i69285# warning free code changes for sd project 2006/11/27 13:48:11 cl 1.5.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:13 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f49b9936acb26c2d0a7ce2b067914cc0b357f2a1]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/27 15:15:03 cl 1.7.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d399a5b6fc3edcf065529e0cfcb06b26d81d498c]

        INTEGRATION: CWS sdwarningsbegone (1.10.128); FILE MERGED 2006/11/22 12:42:12 cl 1.10.128.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4f45759a13215e94251ac3a18e8743924e535281]

        INTEGRATION: CWS sdwarningsbegone (1.4.160); FILE MERGED 2006/11/27 13:48:11 cl 1.4.160.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [628a9111ddce1d1ff2b43b992c7c854e848b63ba]

        INTEGRATION: CWS sdwarningsbegone (1.11.158); FILE MERGED 2006/11/27 13:48:11 cl 1.11.158.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [cd61b0859d96580bdae3ae873479a821b0625357]

        INTEGRATION: CWS sdwarningsbegone (1.24.34); FILE MERGED 2006/11/27 15:15:03 cl 1.24.34.4: #i69285# warning free code changes for sd project 2006/11/27 13:48:10 cl 1.24.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:10:07 cl 1.24.34.2: RESYNC: (1.24-1.25); FILE MERGED 2006/11/22 12:42:12 cl 1.24.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [df5a8e8f674d5c1abb090e3ed0bc5ee9dddc8f00]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:42:12 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1f67d30c41cc88cfd062b3d68ad978e06611da08]

        INTEGRATION: CWS sdwarningsbegone (1.28.34); FILE MERGED 2006/11/27 16:30:59 cl 1.28.34.5: #i69285# warning free code changes for sd project 2006/11/27 15:15:03 cl 1.28.34.4: #i69285# warning free code changes for sd project 2006/11/27 13:48:10 cl 1.28.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:09:59 cl 1.28.34.2: RESYNC: (1.28-1.29); FILE MERGED 2006/11/22 12:42:12 cl 1.28.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b7a644a638e14663b35f7e2cb19665b7113b47a1]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/27 15:15:03 cl 1.5.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6283f1a5a53af01652487195cb87a7903484445e]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:42:12 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a0aecee4a207ef8a5b837a62611f361b685886d4]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/22 12:42:12 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b5539f61fd486bdb41413912a4dd5343bbc5c1b9]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:42:11 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3ee9bb692a34efa16cf4c43886f04e3843da01e5]

        INTEGRATION: CWS sdwarningsbegone (1.20.34); FILE MERGED 2006/11/22 15:09:52 cl 1.20.34.2: RESYNC: (1.20-1.22); FILE MERGED 2006/11/22 12:42:11 cl 1.20.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ccdded5b4046c613bd52fffc5ff13f91ffe8fde3]

        INTEGRATION: CWS sdwarningsbegone (1.35.34); FILE MERGED 2006/11/27 13:48:10 cl 1.35.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:09:45 cl 1.35.34.2: RESYNC: (1.35-1.36); FILE MERGED 2006/11/22 12:42:11 cl 1.35.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6b26bf938b556497fe5f18a8a0582e1886caf3d4]

        INTEGRATION: CWS sdwarningsbegone (1.13.86); FILE MERGED 2006/11/27 16:30:59 cl 1.13.86.5: #i69285# warning free code changes for sd project 2006/11/27 15:15:02 cl 1.13.86.4: #i69285# warning free code changes for sd project 2006/11/27 13:48:10 cl 1.13.86.3: #i69285# warning free code changes for sd project 2006/11/22 15:09:27 cl 1.13.86.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:42:11 cl 1.13.86.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5c39e04b09b205c14757ef7fbdea6d70928940d2]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/27 15:15:02 cl 1.7.38.3: #i69285# warning free code changes for sd project 2006/11/27 13:48:09 cl 1.7.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:11 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8188abbff0a392ea0fda9c67115a95bdb149dde4]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:42:10 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5180f381a6214541fd0e39cf73fd9c9e44881b86]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:10 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [cc4930e14f0bde9e5b06172da66e195711416a4b]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:42:10 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [74791d91a0b3edfaa4f9129d862ab2bec43bde40]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/27 16:30:59 cl 1.4.38.3: #i69285# warning free code changes for sd project 2006/11/27 15:15:02 cl 1.4.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:10 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a2bb6e38ceb8bfcbefdde40b0f9efc23b449c13f]

        INTEGRATION: CWS sdwarningsbegone (1.9.104); FILE MERGED 2006/11/27 13:48:09 cl 1.9.104.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8af53232f1f2186e3cec1403bc01768de5fd3c51]

        INTEGRATION: CWS sdwarningsbegone (1.15.38); FILE MERGED 2006/11/22 12:42:10 cl 1.15.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a406eaad06d8a04806585b41fa2778fa423a565b]

        INTEGRATION: CWS sdwarningsbegone (1.19.16); FILE MERGED 2006/11/27 13:48:09 cl 1.19.16.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b9330a05ec8df288bcd1c2241294485ebc520f39]

        INTEGRATION: CWS sdwarningsbegone (1.33.16); FILE MERGED 2006/11/27 13:48:09 cl 1.33.16.3: #i69285# warning free code changes for sd project 2006/11/22 15:09:19 cl 1.33.16.2: RESYNC: (1.33-1.34); FILE MERGED 2006/11/22 12:42:09 cl 1.33.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c4a744cb0553980042438749f9813a96a3586c83]

        INTEGRATION: CWS sdwarningsbegone (1.8.36); FILE MERGED 2006/11/22 12:42:09 cl 1.8.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5c6960ed6c6f5857b67a5c4ca5cce753f5a69a0b]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 15:09:12 cl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:09 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b93adcd75e226680ab2314b01a740bf55da2b947]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:42:09 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [76da1e5f74c1646fdcd72163dd100c9b601309ec]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/27 13:48:08 cl 1.3.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1928277ea6d3fd42e2397e0b0beee6ee0916055c]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/27 13:48:08 cl 1.4.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:09 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [73e76643d6432aa416c86751906605e5183a54bf]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:08 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4382a85d5308d6fdcaa59b199a7be90ed3d3a71d]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/22 12:42:08 cl 1.5.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [44acd646449ba363f54453e74dde3c92b6162938]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:48:08 cl 1.4.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fcdfa970277db73858d4060122ee76e544f8bce4]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:42:08 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d897ed140c7432bbfb30c4a5371626ae26d624b1]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:42:07 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [891a88ec6f4ec538f87d82a9969228cec9c63306]

        INTEGRATION: CWS sdwarningsbegone (1.2.314); FILE MERGED 2006/11/22 12:42:07 cl 1.2.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [36b745b88137e1aa06aab3d8dfc80cc2a6c3bf3f]

        INTEGRATION: CWS sdwarningsbegone (1.29.266); FILE MERGED 2006/11/22 12:42:07 cl 1.29.266.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [09b61b895be22350a468daca608bb96b0c333d7c]

        INTEGRATION: CWS sdwarningsbegone (1.3.314); FILE MERGED 2006/11/22 12:42:07 cl 1.3.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c46b0cbb1a2dbec5e35610a33df12b12181442af]

        INTEGRATION: CWS sdwarningsbegone (1.3.314); FILE MERGED 2006/11/22 12:42:06 cl 1.3.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [026cb1c0edd6f6b6782b8b0f6d4d6df1a0c31ad8]

        INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED 2006/11/22 12:42:06 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [185e49335574fd747cbcf925ccc89711be2b34f0]

        INTEGRATION: CWS sdwarningsbegone (1.2.314); FILE MERGED 2006/11/22 12:42:06 cl 1.2.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9c9debd9f88766890a9cb7162f858a11b13bb9bb]

        INTEGRATION: CWS sdwarningsbegone (1.9.316); FILE MERGED 2006/11/27 13:48:07 cl 1.9.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:06 cl 1.9.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [06513778b8d8245a1af9e5afc90bf8c517bc6f9d]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/22 12:42:05 cl 1.5.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [78dc035372ff655e892bc55430df81996fa0f9a8]

        INTEGRATION: CWS sdwarningsbegone (1.16.268); FILE MERGED 2006/11/22 12:42:05 cl 1.16.268.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1fe56c27d5312b4fdd7432ffb09bf4729966c519]

        INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED 2006/11/22 12:42:05 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [38d25aabe647c9e50a6b74db10e3285859085d39]

        INTEGRATION: CWS sdwarningsbegone (1.12.316); FILE MERGED 2006/11/27 13:48:07 cl 1.12.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:05 cl 1.12.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [804c8abad84579ae42fe974e60f784f540a8e6db]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:05 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c403a6236d6188bf9dbf63ee4cb25ad620f00f8e]

        INTEGRATION: CWS sdwarningsbegone (1.8.316); FILE MERGED 2006/11/27 13:48:07 cl 1.8.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:05 cl 1.8.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7f2e518180bbf5af2ce3f1eab9da07dfce0f0371]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/27 13:48:07 cl 1.3.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:05 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [28e8981408d3bb75205cd76a9802206b24d8598e]

        INTEGRATION: CWS sdwarningsbegone (1.5.16); FILE MERGED 2006/11/22 12:42:05 cl 1.5.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [86d90bfffb995141550a29755a0082c9df9f78e3]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:42:04 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e1b3da0eed566f5e9623da247c7ba04f6a5c1b08]

        INTEGRATION: CWS sdwarningsbegone (1.24.16); FILE MERGED 2006/11/22 12:42:04 cl 1.24.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [28e2a5fdc512a002710b502987811bc033f9a979]

        INTEGRATION: CWS sdwarningsbegone (1.2.316); FILE MERGED 2006/11/22 12:42:04 cl 1.2.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ee59bc8ab051924a75f67dd0e23f21666d2f772f]

        INTEGRATION: CWS sdwarningsbegone (1.12.316); FILE MERGED 2006/11/22 12:42:04 cl 1.12.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [728fa5298b663b058b5aaedb9bf0019e2db78c23]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:04 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [09b36df618e83b2d71c2010637e5c821319f6f7e]

        INTEGRATION: CWS sdwarningsbegone (1.12.248); FILE MERGED 2006/11/22 12:42:04 cl 1.12.248.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d57f7992cb92a04603531b45e38257c40a35b9e3]

        INTEGRATION: CWS sdwarningsbegone (1.5.4); FILE MERGED 2006/11/27 13:48:07 cl 1.5.4.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a482eef37c950af29d5179e01edecf440dd5d85e]

        INTEGRATION: CWS sdwarningsbegone (1.9.74); FILE MERGED 2006/11/22 15:08:24 cl 1.9.74.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:42:04 cl 1.9.74.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [aa978d331ed144a91cb192755e3e3c569fc0b3b2]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/22 12:42:03 cl 1.5.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d2517285f50ed81b687a81531c4bf0c63c3271a7]

        INTEGRATION: CWS sdwarningsbegone (1.2.316); FILE MERGED 2006/11/22 12:42:03 cl 1.2.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [dc34df5057362995a733ca8b43d412adf4a13b22]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/27 13:48:07 cl 1.5.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f3225ad3bb7ddd5721d59ab08665f90cd1e7fa71]

        INTEGRATION: CWS sdwarningsbegone (1.6.316); FILE MERGED 2006/11/27 13:48:06 cl 1.6.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:03 cl 1.6.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ec2c848c0b464633ebb1ab08bf24754574e22eac]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:03 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5722b1518ebdeb87c01198aa0c2ab27597fc55db]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/12/01 14:15:14 cl 1.5.316.3: made sd warning free 2006/11/29 15:16:09 cl 1.5.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:03 cl 1.5.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [162feb9ece9d66f8e35a044e1ff438e2b4d8cb8f]

        INTEGRATION: CWS sdwarningsbegone (1.15.182); FILE MERGED 2006/11/22 12:42:03 cl 1.15.182.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2b6e202eeecd11208e8dc47198778ab4f801345f]

        INTEGRATION: CWS sdwarningsbegone (1.20.86); FILE MERGED 2006/11/27 13:48:06 cl 1.20.86.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:02 cl 1.20.86.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c84f52587bd7272b12f3123463daf7b1485d49fa]

        INTEGRATION: CWS sdwarningsbegone (1.14.232); FILE MERGED 2006/11/27 13:48:06 cl 1.14.232.3: #i69285# warning free code changes for sd project 2006/11/22 15:06:48 cl 1.14.232.2: RESYNC: (1.14-1.16); FILE MERGED 2006/11/22 12:42:02 cl 1.14.232.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6c1bc3ec72982a439522d5272854440a43383a4f]

        INTEGRATION: CWS sdwarningsbegone (1.4.182); FILE MERGED 2006/11/22 12:42:02 cl 1.4.182.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f636bbbd59121b81e3d517231d48e0390b6e8a59]

        INTEGRATION: CWS sdwarningsbegone (1.7.182); FILE MERGED 2006/11/22 12:42:02 cl 1.7.182.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [28e32fbaff864ed2436285fc2937b0cb1962c09a]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:02 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [faee95666df86fec0b1285dc41acb9971b4bba30]

        INTEGRATION: CWS sdwarningsbegone (1.8.180); FILE MERGED 2006/11/22 15:07:55 cl 1.8.180.2: RESYNC: (1.8-1.9); FILE MERGED 2006/11/22 12:42:02 cl 1.8.180.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a8e37ffea6843e440e9599b42befc773286e8b47]

        INTEGRATION: CWS sdwarningsbegone (1.5.312); FILE MERGED 2006/11/22 15:07:47 cl 1.5.312.2: RESYNC: (1.5-1.6); FILE MERGED 2006/11/22 12:42:02 cl 1.5.312.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3c8ef6caba413679a46752831d6ad35730af53a6]

        INTEGRATION: CWS sdwarningsbegone (1.9.182); FILE MERGED 2006/11/22 12:42:02 cl 1.9.182.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [94620cc49c21296724a07e847c7b78a77688bc87]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/27 13:48:06 cl 1.3.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7676edae35000d689c673e52d36e32f1635fbf71]

        INTEGRATION: CWS sdwarningsbegone (1.5.314); FILE MERGED 2006/11/22 12:42:01 cl 1.5.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ae99d34b445da8f33da6690b994fc92923fd8bdd]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:42:01 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [15047162f2b647acd9a00cdbc0d00d4c072757ee]

        INTEGRATION: CWS sdwarningsbegone (1.11.182); FILE MERGED 2006/11/22 12:42:01 cl 1.11.182.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [292c50d45d1b405cc32358f7e481b3c3379659bc]

        INTEGRATION: CWS sdwarningsbegone (1.10.218); FILE MERGED 2006/11/27 13:48:06 cl 1.10.218.3: #i69285# warning free code changes for sd project 2006/11/22 15:07:21 cl 1.10.218.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:42:01 cl 1.10.218.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b5c14b98e192e27579980d1e4071c4c5250dfef1]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:48:06 cl 1.4.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [312ab1d303ded197ff3919bbf3dacabfd4d5b24b]

        INTEGRATION: CWS sdwarningsbegone (1.3.314); FILE MERGED 2006/11/22 12:42:01 cl 1.3.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b2311b90bc9ede4d17092168a9070c4c27ab2147]

        INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED 2006/11/27 13:48:06 cl 1.4.314.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:01 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c9b1c89fc2773526d33c0fcde9e39b6c4a77a033]

        INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED 2006/11/22 12:42:01 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ff4342a6c86707fcb01c0e21cde713c973fce5fb]

        INTEGRATION: CWS sdwarningsbegone (1.6.308); FILE MERGED 2006/11/22 12:42:00 cl 1.6.308.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b3da906d06b9180bf079ea0ad5ea9c66691bed97]

        INTEGRATION: CWS sdwarningsbegone (1.19.130); FILE MERGED 2006/11/27 13:48:05 cl 1.19.130.3: #i69285# warning free code changes for sd project 2006/11/22 15:07:14 cl 1.19.130.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/22 12:42:00 cl 1.19.130.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [19ffa7193a09698c3a7c27a735a407db3def3d73]

        INTEGRATION: CWS sdwarningsbegone (1.13.42); FILE MERGED 2006/11/22 12:42:00 cl 1.13.42.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d5a05ba65e7b56049cb71342f9aab3b6e368eb33]

        INTEGRATION: CWS sdwarningsbegone (1.11.184); FILE MERGED 2006/11/22 15:07:07 cl 1.11.184.2: RESYNC: (1.11-1.12); FILE MERGED 2006/11/22 12:42:00 cl 1.11.184.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e6b28e78b1cc54e42051da5ac187c1e0955f206c]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:42:00 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0ed6b724743f102cba74d7010e95e7cddab2d0de]

        INTEGRATION: CWS sdwarningsbegone (1.3.314); FILE MERGED 2006/11/27 13:48:05 cl 1.3.314.2: #i69285# warning free code changes for sd project 2006/11/22 12:42:00 cl 1.3.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [86330f5f4697eead73b011ae0186021d2753ebb6]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:41:59 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2508a0a267d05a8695b3f3ca9f1d8d3746d80b67]

        INTEGRATION: CWS sdwarningsbegone (1.4.232); FILE MERGED 2006/11/22 12:41:59 cl 1.4.232.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [32049831f7272d1b137d6946f647a84020f632f6]

        INTEGRATION: CWS sdwarningsbegone (1.8.160); FILE MERGED 2006/11/22 12:41:59 cl 1.8.160.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [280a72096cd18f65839d33b4bea5c6c4ddafa816]

        INTEGRATION: CWS sdwarningsbegone (1.7.316); FILE MERGED 2006/11/22 12:41:59 cl 1.7.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6675ba6f26291eaa1389359689a04a1175d1f2b4]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:59 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [98c1b112c9708cf2ee6d4b7ec76e0280c6fbc8ea]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:59 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3593dd57f04c4d877e6013ca26505172a4822d7a]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:58 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [50c5873340cc2b4ba81de375b3bc118ce84186e8]

        INTEGRATION: CWS sdwarningsbegone (1.7.36); FILE MERGED 2006/11/27 13:48:05 cl 1.7.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:06:39 cl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/11/22 12:41:58 cl 1.7.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8d7f766a1164594c50f6e1da71ebc4737210fb46]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:58 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [aba145ed422f3a5b7d3938a8a1b758d985187a8c]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:58 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9375a182811e5906d81b9c3e59b8e48fdbe320d2]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/27 13:48:05 cl 1.13.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:58 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8d92ce1b30f91a4ab81f0e9e6df1a9aa6ec55a69]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 15:06:32 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:57 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a9d3bd73de8c5fd8bfa01c82741eb7b78b81cd2e]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 15:06:24 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:57 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e1bd69b3030eb8179a65353b63251a38b312ffc6]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:41:57 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8c39216403bd3f09367f942d99e512556c355fd]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/27 13:48:05 cl 1.9.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:57 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [46a4e2b4af46a0e116404af9b4aaaf85d2da407f]

        INTEGRATION: CWS sdwarningsbegone (1.14.38); FILE MERGED 2006/11/22 12:41:57 cl 1.14.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [13fed93edbb667eec01523b122391b62e8713c1d]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:57 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0d9bfc58bd18f1a0d787db4f009abe46230dd83a]

        INTEGRATION: CWS sdwarningsbegone (1.55.36); FILE MERGED 2006/11/27 13:48:04 cl 1.55.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:06:16 cl 1.55.36.2: RESYNC: (1.55-1.57); FILE MERGED 2006/11/22 12:41:57 cl 1.55.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ba8b4a238c893595edc28b50781652d96c23b9a2]

        INTEGRATION: CWS sdwarningsbegone (1.23.38); FILE MERGED 2006/11/27 13:48:04 cl 1.23.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:56 cl 1.23.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [99afc4db6d6652709fdd7debc91fe33e9215729a]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:56 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [de02da310dcfbf1f16c00099f11eaadde5a1e4c2]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 12:41:56 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8456b30fc97a972f39b35ed4ad9555a1f194c400]

        INTEGRATION: CWS sdwarningsbegone (1.6.36); FILE MERGED 2006/11/27 13:48:04 cl 1.6.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:06:07 cl 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 12:41:56 cl 1.6.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7ee651305a77ae7d071a4855291a8ff1d83b8039]

        INTEGRATION: CWS sdwarningsbegone (1.9.16); FILE MERGED 2006/11/22 12:41:56 cl 1.9.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9b6783d59f492136c810368f2da8c81395bee748]

        INTEGRATION: CWS sdwarningsbegone (1.12.36); FILE MERGED 2006/11/22 12:41:55 cl 1.12.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [344c5bb105c33c73a4c8c51ab53d5ff2ac156719]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/27 13:48:03 cl 1.9.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:45 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:55 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [123637435ad26e75b08931176a36430ecf404a31]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:41:55 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [766d2e0028f4947869e80ca34135ff598806dad0]

        INTEGRATION: CWS sdwarningsbegone (1.12.36); FILE MERGED 2006/11/22 15:05:37 cl 1.12.36.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/22 12:41:55 cl 1.12.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8a33bfafeda123ed9b910d4145bffad7687666f3]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/22 12:41:55 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [740a6ad1f401e834f3c4f930c6fae78d68068ff8]

        INTEGRATION: CWS sdwarningsbegone (1.24.36); FILE MERGED 2006/11/27 13:48:03 cl 1.24.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:20 cl 1.24.36.2: RESYNC: (1.24-1.25); FILE MERGED 2006/11/22 12:41:54 cl 1.24.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0929913c8df1e094784f9a17200deaa029f4f70e]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:54 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a5b1b2c6937ef60beb541bb9ab0fffbb04fbed05]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/22 12:41:54 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4821a40cd3a62a96cbb7eac7d591c6381dc8c707]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:54 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [54fa2eee42fda89241bbb1c8dfc591651437443e]

        INTEGRATION: CWS sdwarningsbegone (1.14.36); FILE MERGED 2006/11/27 13:48:03 cl 1.14.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:12 cl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/22 12:41:54 cl 1.14.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [10b001f7f227787d85678fbd637d500698ab01b4]

        INTEGRATION: CWS sdwarningsbegone (1.15.36); FILE MERGED 2006/11/27 13:48:03 cl 1.15.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:05:05 cl 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/22 12:41:54 cl 1.15.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e2ae1a69ef13cd795e12e539bf21de93ce5064fe]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/12/05 12:47:34 cl 1.7.38.2: #i72280# fixed crash because of using deleted itemset 2006/11/22 12:41:54 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [46627fa1401a9c521cf525602f3e539278d1475a]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:53 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [24222437480066439a12dea3d74966b246d683e8]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 15:04:57 cl 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:41:53 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [22ae33a247d0d75f7d5aa5774703a4c8d64bb95d]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:53 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [eb411ad3556e944660467eb1dd9139ab1cb55e75]

        INTEGRATION: CWS sdwarningsbegone (1.38.36); FILE MERGED 2006/11/22 15:04:50 cl 1.38.36.2: RESYNC: (1.38-1.39); FILE MERGED 2006/11/22 12:41:53 cl 1.38.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fe2ac3233c9605583ae952e9e63d70a3e51e19ea]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 12:41:53 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [27ba72c14ff8090811f9b5c3f9885afbc3323770]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:53 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [55864b4d8753e2620fdc5b78cd3ea3d8d6d0f923]

        INTEGRATION: CWS sdwarningsbegone (1.15.38); FILE MERGED 2006/11/22 12:41:52 cl 1.15.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [daed299d85c0a9d955a395763f58fe2cb2bd19b7]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 15:04:35 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:52 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e96b6c1e01590be26957f25a4846cdf18e555c6e]

        INTEGRATION: CWS sdwarningsbegone (1.6.36); FILE MERGED 2006/11/27 13:48:02 cl 1.6.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:27 cl 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 12:41:52 cl 1.6.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e0dbe38ee6465c38af41efe917efe78a73a4977a]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:52 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1c2dce37913e6a3e1fc20085dbe33e33a9d8d78c]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:41:52 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [914c748ed1ef5f85c7fe913334c49a95039b4173]

        INTEGRATION: CWS sdwarningsbegone (1.14.36); FILE MERGED 2006/11/27 13:48:02 cl 1.14.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:06 cl 1.14.36.2: RESYNC: (1.14-1.16); FILE MERGED 2006/11/22 12:41:52 cl 1.14.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b610c0310866ac0015d23da6a6fceb15dae626bb]

        INTEGRATION: CWS sdwarningsbegone (1.27.36); FILE MERGED 2006/11/27 13:48:01 cl 1.27.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:58 cl 1.27.36.2: RESYNC: (1.27-1.28); FILE MERGED 2006/11/22 12:41:51 cl 1.27.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [964abebdebc632954aabfa0b5957960a6269fada]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/12/05 12:47:34 cl 1.7.38.2: #i72280# fixed crash because of using deleted itemset 2006/11/22 12:41:51 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bfaffdc0eed2f97afc5a707cfb98da2bddf60ab9]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/22 12:41:51 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [78a917f25ff533c00c0654c0f06e025f75cef9fd]

        INTEGRATION: CWS sdwarningsbegone (1.14.36); FILE MERGED 2006/11/27 13:48:01 cl 1.14.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:51 cl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/22 12:41:51 cl 1.14.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [77e963bde2d63c12cd304b578f942ca139593422]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/27 13:48:01 cl 1.13.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:44 cl 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:41:51 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [da29947caa17ec4e3e23e13aba8d9d40dac4ad7b]

        INTEGRATION: CWS sdwarningsbegone (1.17.36); FILE MERGED 2006/11/22 15:03:36 cl 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/22 12:41:51 cl 1.17.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1131bcd97de666cbe579f9d5f7cb15bdcd256206]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:41:51 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7068fea92915d6dcaeac3e5e477f33d112588d86]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/27 13:48:01 cl 1.9.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:50 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [889b8f3a9ea59b83c635fe2f683c0839f6334a2c]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:41:50 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [982fb28aed0a52272ba307f502133467f984d7ef]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/27 13:48:01 cl 1.6.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f70d335f2732c7576241650f1610ba1592d1644c]

        INTEGRATION: CWS sdwarningsbegone (1.17.10); FILE MERGED 2006/11/22 15:03:29 cl 1.17.10.2: RESYNC: (1.17-1.18); FILE MERGED 2006/11/22 12:41:50 cl 1.17.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2678a3feb6dd1f9d0e75cdbff33a47ad6f6ce4a6]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:50 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [16cb8b02617c4197299d0e047dcbbc5d187c46e9]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/27 13:48:00 cl 1.7.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:50 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3a74273c003fb154b2a0c9d5447ead6d20e44772]

        INTEGRATION: CWS sdwarningsbegone (1.41.36); FILE MERGED 2006/11/22 12:41:49 cl 1.41.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ed0497b980ba8aaeaf71592dd4cff827cc28c20c]

        INTEGRATION: CWS sdwarningsbegone (1.74.32); FILE MERGED 2006/11/27 13:48:00 cl 1.74.32.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:22 cl 1.74.32.2: RESYNC: (1.74-1.75); FILE MERGED 2006/11/22 12:41:49 cl 1.74.32.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6a7f3af5a8b267ac2019bcb956af597763b1fcd0]

        INTEGRATION: CWS sdwarningsbegone (1.18.38); FILE MERGED 2006/11/22 12:41:49 cl 1.18.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [13d308a9b233dfd913038ed79b42e27d1e59e2d9]

        INTEGRATION: CWS sdwarningsbegone (1.30.36); FILE MERGED 2006/11/22 15:03:15 cl 1.30.36.2: RESYNC: (1.30-1.31); FILE MERGED 2006/11/22 12:41:49 cl 1.30.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2b09242c029a4b3e26b870c7fd2fea32e767e1b6]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:49 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [363464131c5944581adedc9c9383bb8f19eb9f09]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:49 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0e0d874f5eaeb31daec0ebaeae00ed28d86da3da]

        INTEGRATION: CWS sdwarningsbegone (1.21.38); FILE MERGED 2006/11/22 12:41:49 cl 1.21.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b079da2c02c421ab49bc8bbe0aac88e218ceb73a]

        INTEGRATION: CWS sdwarningsbegone (1.38.38); FILE MERGED 2006/11/27 17:05:16 cl 1.38.38.3: #i69285# warning free code changes for sd project 2006/11/27 13:48:00 cl 1.38.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:48 cl 1.38.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d56e85f57e3fb091e0c65c1130def3a85ef1b524]

        INTEGRATION: CWS sdwarningsbegone (1.14.38); FILE MERGED 2006/11/22 12:41:48 cl 1.14.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c19f7e3f11c74ba11fbe5ccba08b55b742bb5582]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/27 13:47:59 cl 1.5.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fd0a3b747d61d9c2a0f1cd5b28db870d9fa82c67]

        INTEGRATION: CWS sdwarningsbegone (1.24.38); FILE MERGED 2006/11/27 13:47:59 cl 1.24.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:48 cl 1.24.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [098b5254203e46df6aaa847a0c77322c23e12a4a]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:41:48 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ca0b9eadf9add04b078bcc91f2e966ca6e084d14]

        INTEGRATION: CWS sdwarningsbegone (1.6.316); FILE MERGED 2006/11/27 13:47:59 cl 1.6.316.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:48 cl 1.6.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bfbcbc4f7d60294208085fe3c241ef9b062117ca]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:48 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4ca23987f3de2291c459818d4b5612cc38231bad]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/27 13:47:59 cl 1.4.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [409377a631c381b78dc45f6aa52d55a0364db9e3]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/22 12:41:47 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6eac69de6d4ce26629d8ddf604ad70c887c1f37d]

        INTEGRATION: CWS sdwarningsbegone (1.15.38); FILE MERGED 2006/11/22 12:41:47 cl 1.15.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [60e8eade806c79672988f7d2c7a6bc4db2fa4bc0]

        INTEGRATION: CWS sdwarningsbegone (1.9.16); FILE MERGED 2006/11/27 13:47:58 cl 1.9.16.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:47 cl 1.9.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bd40987300a3ac7a84d3db3abd3eeada0288375e]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/22 12:41:47 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5b8b884fffe7e9efa3b19635c727200465f1a760]

        INTEGRATION: CWS sdwarningsbegone (1.33.36); FILE MERGED 2006/11/27 13:47:58 cl 1.33.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:47 cl 1.33.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a2ee018481bfed1c057b3f13d4f86ab40dbf24a7]

        INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED 2006/11/22 12:41:47 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [11fd5373777444359f0db10ef663199e0a571c63]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:47 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [98a639be08f39228196522370e89e17ef37a6ff4]

        INTEGRATION: CWS sdwarningsbegone (1.32.16); FILE MERGED 2006/11/27 13:47:58 cl 1.32.16.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:06 cl 1.32.16.2: RESYNC: (1.32-1.33); FILE MERGED 2006/11/15 15:30:10 cl 1.32.16.1: #i69285# removed unused code

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [86ce2cf28ead8c14d8395d24e8bd29f6e278ea40]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/27 13:47:58 cl 1.13.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:46 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [645910f4109f1786a8c80e19d873931d00273cb9]

        INTEGRATION: CWS sdwarningsbegone (1.18.34); FILE MERGED 2006/11/22 15:02:33 cl 1.18.34.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/22 12:41:46 cl 1.18.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [82e015179b6823ea42655aaab6f38eacbfcecf72]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/27 13:47:57 cl 1.8.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:46 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b1354815a51cc5a319d74d8493db14fe269fe7bb]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:46 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1925245794fa6bf407ff45ae59813596db2e21f8]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/27 13:47:57 cl 1.10.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:46 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9abc3dac482461d468ffebc12a111ec8cc0c6d06]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/22 12:41:46 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a1bb06d3cf25dd280906fa2f8addac9d0b4840e0]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/22 12:41:45 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [05b5a820c6ecc38170dafdb58f9980f580d924a9]

        java has left this module

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e79698543a2adf6bf390077e914aa09255d7d236]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/27 13:47:57 cl 1.4.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5f32746f2ff7b01ec7834ab5e08008bf55bc4f96]

        INTEGRATION: CWS sdwarningsbegone (1.12.38); FILE MERGED 2006/11/27 13:47:57 cl 1.12.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:45 cl 1.12.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bc3dee3207b020d90630fc27edef336be8ecbe98]

        INTEGRATION: CWS sdwarningsbegone (1.41.38); FILE MERGED 2006/11/27 13:47:57 cl 1.41.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:45 cl 1.41.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b8d521f01366c7095402f9b741f26022647bb514]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/27 13:47:57 cl 1.10.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:45 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e107e8c690e2298c83939c6c18d136bc651d8e4a]

        INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED 2006/11/27 13:47:56 cl 1.7.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:45 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [42462bcca52836416bf5476c3a947520ee5be304]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:45 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9e6a0c54d84850920093eeb12931bd1046268156]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:44 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5d7a96aae2cac9ec984269bc8e020d720aec682b]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:44 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a6caee3cfc5eaba75d99f001de602f1417109f4f]

        INTEGRATION: CWS sdwarningsbegone (1.23.36); FILE MERGED 2006/11/22 15:02:25 cl 1.23.36.2: RESYNC: (1.23-1.24); FILE MERGED 2006/11/22 12:41:44 cl 1.23.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [499ff9b66c7e2e29a567ed2685f2919fd892c623]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:44 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [50aba37e3b5686cdf2cda3554f01dc566622d25c]

        INTEGRATION: CWS sdwarningsbegone (1.4.36); FILE MERGED 2006/11/22 12:41:44 cl 1.4.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [446e24f0b925a4b8ec6f6eee6ab45ad48ea25e62]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/27 13:47:56 cl 1.13.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:44 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5d6ac9ba924063bb938e2b693b73a4e8e6d9d9dc]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:43 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [b457d3c05473687d6d8f7c3f671bdde40b1e4656]

        handle null document stream

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f1369444afa8f9f8710d53f0aaf06025bd02b308]

        INTEGRATION: CWS sdwarningsbegone (1.6.76); FILE MERGED 2006/11/27 15:15:02 cl 1.6.76.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [55060a402537451da314e8049db28887379781b3]

        INTEGRATION: CWS sdwarningsbegone (1.19.316); FILE MERGED 2006/11/27 15:15:02 cl 1.19.316.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a5c4fb313746ae171cd2c1c5b39436255ac8e705]

        INTEGRATION: CWS sdwarningsbegone (1.47.34); FILE MERGED 2006/11/27 13:47:56 cl 1.47.34.3: #i69285# warning free code changes for sd project 2006/11/22 15:01:59 cl 1.47.34.2: RESYNC: (1.47-1.48); FILE MERGED 2006/11/22 12:41:43 cl 1.47.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e85c3462886ff1f9500b382d91b5c042193ad415]

        INTEGRATION: CWS sdwarningsbegone (1.41.36); FILE MERGED 2006/11/27 13:47:56 cl 1.41.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:43 cl 1.41.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [316ddb11782dcfd809b412375926675ea583ec17]

        INTEGRATION: CWS sdwarningsbegone (1.31.38); FILE MERGED 2006/11/22 12:41:42 cl 1.31.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [4a945ab2a3ed6d1582d7e78e19285eee386fd0ac]

        deinlined destructor

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8e9f23950cae42589f549b0b772597b151327a9f]

        INTEGRATION: CWS sdwarningsbegone (1.28.36); FILE MERGED 2006/11/27 13:47:55 cl 1.28.36.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bd7fd018f192a19358b616e73259b2eb2f7b2dc2]

        INTEGRATION: CWS sdwarningsbegone (1.37.10); FILE MERGED 2006/11/27 13:47:55 cl 1.37.10.3: #i69285# warning free code changes for sd project 2006/11/22 15:01:40 cl 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2006/11/22 12:41:42 cl 1.37.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Henning Brinkmann  <hbrinkm@openoffice.org>  [872dae53a3050bedbe2c40336cae8695fa565663]

        handle 0xc as special char Assign: forgot some members

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [710dce351d14fcfeb79d234214e6ce7e0efc52de]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/27 13:47:55 cl 1.13.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:42 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a8ee6a2345bcf7b799878ccb8baab780a644fcaa]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:41:42 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d9deedcce37315a3305043ef1a0b52bf89ce45af]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:42 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0c36f2c9c7599c991b1e0a0b5042ea18d278a8df]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:42 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [607d6e35d62716c00dc8e23c2ba96b408053312c]

        INTEGRATION: CWS sdwarningsbegone (1.4.142); FILE MERGED 2006/11/22 12:41:41 cl 1.4.142.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [835369b8db665c95976c1628980db19f79343edc]

        INTEGRATION: CWS sdwarningsbegone (1.23.36); FILE MERGED 2006/11/22 12:41:41 cl 1.23.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7ebd188dddd755146ae9fad1846bcf60eb04ecb0]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:41 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3dbe0d272bea50bbf743c6dd6ffc9338c6d13849]

        INTEGRATION: CWS sdwarningsbegone (1.5.262); FILE MERGED 2006/11/22 12:41:41 cl 1.5.262.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [faf16f3fcb747d6065cc42619be2daef2d58cf99]

        INTEGRATION: CWS sdwarningsbegone (1.14.38); FILE MERGED 2006/11/27 13:47:55 cl 1.14.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:41 cl 1.14.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1ecc54762db5ae035f97fb7c9a6e1889303d05de]

        INTEGRATION: CWS sdwarningsbegone (1.8.38); FILE MERGED 2006/11/22 12:41:41 cl 1.8.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [416d8b6b7c3a9a1fb723b92ea83a38159236fef7]

        INTEGRATION: CWS sdwarningsbegone (1.5.36); FILE MERGED 2006/11/27 13:47:55 cl 1.5.36.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [22e9b33eaf822e9b8e510df363d880866307b44c]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:40 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1302028621d4827744980cc19430f2c175ddab3e]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 15:00:12 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:40 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [63b0df44d58b7a0c0718a112f7e162b6abf4c99c]

        INTEGRATION: CWS sdwarningsbegone (1.7.36); FILE MERGED 2006/11/22 15:00:03 cl 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/11/22 12:41:40 cl 1.7.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fa8f920b8805960c21a730449b3c61a9b53f8d69]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/22 12:41:40 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [eb04a481654186bec9c4da63238c61a84ec8e257]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/22 14:59:55 cl 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:41:40 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3c7d6ef42593c07a552aaa3b699cd13c0d7b7b9a]

        INTEGRATION: CWS sdwarningsbegone (1.9.36); FILE MERGED 2006/11/22 14:59:42 cl 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:41:40 cl 1.9.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1d75c6d50a7c75718095abc616fce71af59b39b1]

        INTEGRATION: CWS sdwarningsbegone (1.25.38); FILE MERGED 2006/11/22 12:41:40 cl 1.25.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a07661ac5df58c6b62b5ef62225dea6a6e635e09]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/27 13:47:54 cl 1.3.38.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5f6696fc2ae42a377ed6327608089cbb320df389]

        INTEGRATION: CWS sdwarningsbegone (1.63.38); FILE MERGED 2006/11/22 12:41:39 cl 1.63.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [18bea98e2588bbca021157de1cb5a7442834115f]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:41:39 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e1e2cf8a799ea3dab77f6124c28b25ad4808c562]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:39 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c7df2ed6e58bb19acfec99322da6546d60cce95d]

        INTEGRATION: CWS aw037 (1.19.2); FILE MERGED 2006/11/28 10:42:50 aw 1.19.2.1: #i65399# made show/hideMarkHandles more concrete

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3f08f74457e5e8bf18bbf153a7ff9a020b653cf3]

        INTEGRATION: CWS aw037 (1.9.2); FILE MERGED 2006/11/28 10:42:50 aw 1.9.2.1: #i65399# made show/hideMarkHandles more concrete

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6a6a4b3b9477e7e88c61a20f0cb351d4abd040e7]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:41:38 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1e4f8ba514b5304737976719da38ddd873243f2b]

        INTEGRATION: CWS aw037 (1.13.2); FILE MERGED 2006/11/28 10:42:49 aw 1.13.2.1: #i65399# made show/hideMarkHandles more concrete

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [40fcc49bf733e949c2e9a05b722a7aad9031c295]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:41:38 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [cf9d37eb47d0101f3364ad0b7aedc14fd5d6ffb6]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:38 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [95ddf871d4db64df2b58fb4603f4ef1c07dce474]

        INTEGRATION: CWS aw037 (1.3.256); FILE MERGED 2006/11/24 13:02:03 aw 1.3.256.3: #114535# implemented handles straight without old and new handle stuff 2006/11/23 14:46:57 aw 1.3.256.2: #114535# made build work under unxlngi6.pro 2006/11/23 13:49:07 aw 1.3.256.1: #114535# made necessary modifications for removal of old handle stuff

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7625d40affa94bb6bd91e16e0deadabc42ab1295]

        INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED 2006/11/22 12:41:38 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8d3e9ab314a1f7e2076be0b25bd225ad314bb52f]

        INTEGRATION: CWS aw037 (1.7.58); FILE MERGED 2006/11/24 13:02:03 aw 1.7.58.3: #114535# implemented handles straight without old and new handle stuff 2006/11/23 14:46:57 aw 1.7.58.2: #114535# made build work under unxlngi6.pro 2006/11/23 13:49:07 aw 1.7.58.1: #114535# made necessary modifications for removal of old handle stuff

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [71be4f73264158bb0bf6a51a90d128cab0ea1517]

        INTEGRATION: CWS sdwarningsbegone (1.9.38); FILE MERGED 2006/11/27 13:47:54 cl 1.9.38.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:38 cl 1.9.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1caa516765abe4945548df2ae9eabf1aaad7f605]

        INTEGRATION: CWS sdwarningsbegone (1.8.316); FILE MERGED 2006/11/22 12:41:38 cl 1.8.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f42dd238acecd6a213647c20165c06fb44ee6d0d]

        INTEGRATION: CWS sdwarningsbegone (1.10.306); FILE MERGED 2006/11/22 14:59:14 cl 1.10.306.2: RESYNC: (1.10-1.11); FILE MERGED 2006/11/22 12:41:38 cl 1.10.306.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [567fe926f8d17c33fb30f8b9da3209a7973dcd2e]

        INTEGRATION: CWS aw037 (1.150.2); FILE MERGED 2006/11/27 16:36:25 aw 1.150.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [edcdf2783d72f7b3d0d1a5c25d81487e6966ffd9]

        INTEGRATION: CWS sdwarningsbegone (1.25.16); FILE MERGED 2006/11/27 13:47:54 cl 1.25.16.3: #i69285# warning free code changes for sd project 2006/11/22 14:59:06 cl 1.25.16.2: RESYNC: (1.25-1.26); FILE MERGED 2006/11/22 12:41:37 cl 1.25.16.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f0d6848848b1431a35e53159d81c8a9e459e585f]

        INTEGRATION: CWS aw037 (1.17.2); FILE MERGED 2006/11/27 16:36:24 aw 1.17.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [829b580ac5b2557a18ece303570ed65e6e1b5f61]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/22 12:41:37 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f4799d9951d596125109c5d2af5620d1373fba1a]

        INTEGRATION: CWS aw037 (1.34.2); FILE MERGED 2006/12/05 12:57:18 aw 1.34.2.1: #i72287# in SdrPathObj::TRGetBaseGeometry, the pos and size of the polygon needs to ignore control point coordiantes if curve

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d2b7c66d975ddef04620637d64a7f62443da3e1c]

        INTEGRATION: CWS sdwarningsbegone (1.18.36); FILE MERGED 2006/11/27 13:47:54 cl 1.18.36.3: #i69285# warning free code changes for sd project 2006/11/22 14:58:58 cl 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/22 12:41:37 cl 1.18.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a20d9bad31326e85d08e9fcc4bc49a9338085aff]

        INTEGRATION: CWS aw037 (1.11.2); FILE MERGED 2006/11/27 16:36:24 aw 1.11.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7f4330c5e4b2581c6dcdb482c723f69627a26411]

        INTEGRATION: CWS sdwarningsbegone (1.2.190); FILE MERGED 2006/11/22 12:41:37 cl 1.2.190.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [07d5f3d25c9034cf98521660b36ed65c04829d91]

        INTEGRATION: CWS aw037 (1.31.2); FILE MERGED 2006/11/27 16:36:24 aw 1.31.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [749166e1d9ba37b00dcf45e41bcfb1c2acbf28bb]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/22 12:41:36 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2b1ef5700c24778306a2c000a78dddadbcb64bec]

        INTEGRATION: CWS aw037 (1.23.2); FILE MERGED 2006/11/27 16:36:24 aw 1.23.2.2: #i65399# Some necessary cleanups/reworks of handles after aw024 2006/11/27 09:43:28 aw 1.23.2.1: #i68716# removed one more include

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f28dba1541f1915d2a2c88ada2877798d8d3fe91]

        INTEGRATION: CWS sdwarningsbegone (1.7.190); FILE MERGED 2006/11/22 12:41:36 cl 1.7.190.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f71cb87800ec93b10890b2a746e81c5a8d79ea1d]

        INTEGRATION: CWS aw037 (1.54.2); FILE MERGED 2006/11/27 16:36:23 aw 1.54.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [727016198c287d909fafcc003be0604f473ea843]

        INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED 2006/11/22 12:41:36 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ca966050c612253aa274a9faad618db802bf8c49]

        INTEGRATION: CWS aw037 (1.20.2); FILE MERGED 2006/11/27 16:36:23 aw 1.20.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4bd7561502e67250f569261a79d801af994de3b7]

        INTEGRATION: CWS sdwarningsbegone (1.10.316); FILE MERGED 2006/11/22 12:41:36 cl 1.10.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1e938b3f786105666d1974e160935a3f2c2a6372]

        INTEGRATION: CWS aw037 (1.16.2); FILE MERGED 2006/11/27 17:40:28 aw 1.16.2.2: #i65399# one more typo, forgot closing brace 2006/11/27 16:36:23 aw 1.16.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3fc28f82f13ae1388109fb18d72870dbc54ce800]

        INTEGRATION: CWS sdwarningsbegone (1.94.10); FILE MERGED 2006/11/22 12:41:36 cl 1.94.10.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4076c9a95c7bcebb47f3869f675af1e746b08d79]

        INTEGRATION: CWS sdwarningsbegone (1.42.188); FILE MERGED 2006/11/22 12:41:36 cl 1.42.188.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9d6d83a145f9a5eeadaf556bbc2e3dd04669dabf]

        INTEGRATION: CWS aw037 (1.18.2); FILE MERGED 2006/11/27 18:05:30 aw 1.18.2.1: #i71130# do not paint grid for SdrPageObjs in preview renderers

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [266378bd51e933ce466d40c2e89ae22820f7ed8c]

        INTEGRATION: CWS sdwarningsbegone (1.54.36); FILE MERGED 2006/11/22 12:41:35 cl 1.54.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [551c2996d82c4ef1b7f1de4c63e7af609211bd98]

        INTEGRATION: CWS aw037 (1.7.2); FILE MERGED 2006/11/21 17:21:50 aw 1.7.2.1: #i71805# added more loops where the VC uses the VOCs

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c6bba559ee8730178ac6f0bdd0332057490e6c26]

        INTEGRATION: CWS aw037 (1.10.130); FILE MERGED 2006/11/27 18:05:30 aw 1.10.130.1: #i71130# do not paint grid for SdrPageObjs in preview renderers

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [67c65df5b5f883b25f7a35bab5a96619b65a1555]

        INTEGRATION: CWS aw037 (1.9.130); FILE MERGED 2006/11/27 18:05:29 aw 1.9.130.1: #i71130# do not paint grid for SdrPageObjs in preview renderers

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c803e512eb2af091a65dc9fd918cbaf8e41235e1]

        INTEGRATION: CWS sdwarningsbegone (1.6.36); FILE MERGED 2006/11/22 14:58:50 cl 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 12:41:35 cl 1.6.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8488c1f46b4493afd526c4cc2ed900b83cd5326]

        INTEGRATION: CWS aw037 (1.44.2); FILE MERGED 2006/11/27 16:36:23 aw 1.44.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c3fba012001652591050921c49b947988727482e]

        INTEGRATION: CWS sdwarningsbegone (1.13.34); FILE MERGED 2006/11/22 14:58:42 cl 1.13.34.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:41:35 cl 1.13.34.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [55a9513bd4a334f98397a111b2b8c2cebe08ce66]

        INTEGRATION: CWS aw037 (1.26.2); FILE MERGED 2006/11/27 16:36:22 aw 1.26.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [23286086efb03228e3ed122471ea35f253cecf8e]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/27 13:47:53 cl 1.13.36.3: #i69285# warning free code changes for sd project 2006/11/22 14:58:36 cl 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:41:34 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e8e6a68ed6c9c7e4cf964d0a1929553f790ce343]

        INTEGRATION: CWS aw037 (1.34.2); FILE MERGED 2006/11/27 16:36:22 aw 1.34.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [664c967c1ce9aea99732624a7741888b7919ee47]

        INTEGRATION: CWS sdwarningsbegone (1.5.316); FILE MERGED 2006/11/22 12:41:34 cl 1.5.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d481ae16a5c36d52f178fdfee08c25791a8fdcce]

        INTEGRATION: CWS aw037 (1.14.2); FILE MERGED 2006/11/27 16:36:22 aw 1.14.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [95f2e4668f662cc7fb451851cf5daa2d259a7422]

        INTEGRATION: CWS rt18 (1.4.4); FILE MERGED 2006/12/07 10:17:33 rt 1.4.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [22a49a274db6985b0421190c4aa3ccd72fd2dde6]

        INTEGRATION: CWS sdwarningsbegone (1.11.38); FILE MERGED 2006/12/05 12:31:45 cl 1.11.38.2: #i72279# wrong copy constructor fixed 2006/11/22 12:41:34 cl 1.11.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1e88944e73a47fd51250433d211e63e5460aa242]

        INTEGRATION: CWS aw037 (1.2.4); FILE MERGED 2006/11/23 14:29:50 aw 1.2.4.1: #114535# need some overlay stuff in extensions, added SVX_DLLPUBLIC

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [302dc76f5094d4ad1b4a35f11f47698ad5b3d28d]

        INTEGRATION: CWS rt18 (1.10.4); FILE MERGED 2006/12/07 10:17:32 rt 1.10.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [03901b518a2926778d0facb36a4b7c914decc806]

        INTEGRATION: CWS sdwarningsbegone (1.7.316); FILE MERGED 2006/11/22 12:41:34 cl 1.7.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ec8ec54de4b57e710b3e10d96083ee9f7da0adf4]

        INTEGRATION: CWS rt18 (1.5.4); FILE MERGED 2006/11/28 17:08:31 rt 1.5.4.1: #143897# Remove macosx-create-bundle.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [02e0bca1492ba30eede300bc23e5ecf0f90f810a]

        INTEGRATION: CWS sdwarningsbegone (1.82.36); FILE MERGED 2006/11/22 12:41:34 cl 1.82.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [89dbcaec4ee4f8592745f77a566fc863839842a7]

        INTEGRATION: CWS aw037 (1.7.662); FILE MERGED 2006/11/27 18:05:20 aw 1.7.662.1: #i71130# do not paint grid for SdrPageObjs in preview renderers

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ed7eb87bb8ffa6fd4ea8f94a2c0c9f891870bd79]

        INTEGRATION: CWS rt18 (1.1.4); FILE MERGED 2006/12/07 10:17:32 rt 1.1.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a9d0720d5bae0b6c1c724f45b62bf2ea71ccc13f]

        INTEGRATION: CWS sdwarningsbegone (1.3.38); FILE MERGED 2006/11/22 12:41:34 cl 1.3.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5e8e58a6d849e1622de6bab7354a985d8520f094]

        INTEGRATION: CWS sdwarningsbegone (1.10.36); FILE MERGED 2006/11/22 12:41:33 cl 1.10.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a258359518faaa4ab97dc967f8e08b1f4cf993bf]

        INTEGRATION: CWS sdwarningsbegone (1.14.36); FILE MERGED 2006/11/27 13:47:53 cl 1.14.36.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:33 cl 1.14.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4a886c46723c3f3e896e40e4e4a5680e98598df6]

        INTEGRATION: CWS rt18 (1.2.6); FILE MERGED 2006/12/07 10:17:31 rt 1.2.6.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bc6443babf2655811c35f4348ecf05cf6fbdce68]

        INTEGRATION: CWS sdwarningsbegone (1.32.38); FILE MERGED 2006/11/22 12:41:33 cl 1.32.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5107f0fff950170dc21e9a68d33b62c757c05b6a]

        INTEGRATION: CWS rt18 (1.1.4); FILE MERGED 2006/12/07 10:17:31 rt 1.1.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bf8c074be0b5142f0b2db55d27bfbac83bef4d18]

        INTEGRATION: CWS sdwarningsbegone (1.31.36); FILE MERGED 2006/11/22 12:41:33 cl 1.31.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [534a454e1cec8bd7c76cbab34166c6388a67c031]

        INTEGRATION: CWS sdwarningsbegone (1.57.32); FILE MERGED 2006/11/22 12:41:32 cl 1.57.32.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d4c4be99d45b3413164d2c2508708481286eeccd]

        INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:32 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0c04b88314b6b3682c60e1ec6bb0444dff1ebd72]

        INTEGRATION: CWS rt18 (1.2.4); FILE MERGED 2006/12/07 10:17:30 rt 1.2.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9f742d4c8958e5508d88057f9491bb5a8f6e7adb]

        INTEGRATION: CWS sdwarningsbegone (1.47.36); FILE MERGED 2006/11/27 13:47:53 cl 1.47.36.3: #i69285# warning free code changes for sd project 2006/11/22 14:57:52 cl 1.47.36.2: RESYNC: (1.47-1.49); FILE MERGED 2006/11/22 12:41:32 cl 1.47.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [955b573a8360ba9ebf807e4dc9aab64893806b11]

        INTEGRATION: CWS rt18 (1.1.4); FILE MERGED 2006/12/07 10:17:30 rt 1.1.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [115255b6b3e12f9a48404209210e8a13ac452525]

        INTEGRATION: CWS sdwarningsbegone (1.43.36); FILE MERGED 2006/11/27 13:47:53 cl 1.43.36.3: #i69285# warning free code changes for sd project 2006/11/22 14:57:44 cl 1.43.36.2: RESYNC: (1.43-1.44); FILE MERGED 2006/11/22 12:41:32 cl 1.43.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [659f8c64332b62fe498102550ab9c4fcc157c4d9]

        INTEGRATION: CWS sdwarningsbegone (1.37.8); FILE MERGED 2006/11/22 14:57:36 cl 1.37.8.2: RESYNC: (1.37-1.39); FILE MERGED 2006/11/22 12:41:32 cl 1.37.8.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [abf44c8d0ee988b397c4e5d2dae6352ab324c2de]

        INTEGRATION: CWS sdwarningsbegone (1.80.38); FILE MERGED 2006/11/22 12:41:31 cl 1.80.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1d36d4451b98e5af0f7ce8cd87fe70319154629b]

        INTEGRATION: CWS sdwarningsbegone (1.13.36); FILE MERGED 2006/11/22 14:57:16 cl 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2006/11/22 12:41:31 cl 1.13.36.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3a22d12b45dffac018c2facae97df7d0e1df1956]

        INTEGRATION: CWS rt18 (1.1.4); FILE MERGED 2006/12/08 10:12:17 obo 1.1.4.3: #i10000# missing backslashes 2006/12/08 10:01:22 obo 1.1.4.2: #i10000# syntax 2006/12/07 10:17:30 rt 1.1.4.1: #i72352# Correct license header.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [32f1ef006ec96de23a0559c7ae9195637a662084]

        INTEGRATION: CWS sdwarningsbegone (1.6.38); FILE MERGED 2006/11/22 12:41:31 cl 1.6.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [41a74ad8ffaadc78ef2cfefaca55f3ffe887578a]

        INTEGRATION: CWS aw037 (1.92.70); FILE MERGED 2006/11/22 14:40:37 aw 1.92.70.1: #i71538# do not use SdrExchangeView directly, use SdrView due to places where casts to SDrView take place

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [216ee06650ec860b2d7849aab78785e7648e30d1]

        INTEGRATION: CWS sdwarningsbegone (1.10.38); FILE MERGED 2006/11/22 12:41:31 cl 1.10.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [099d364507a2e1298025ffee0633a0b261377038]

        INTEGRATION: CWS aw037 (1.66.6); FILE MERGED 2006/11/27 16:41:01 aw 1.66.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [71b00bcbbef10983928e4926e9048accc6dea19b]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:31 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ff8eefbbad42c2a19d800ba0497d9a573a4f5ae2]

        INTEGRATION: CWS aw037 (1.32.6); FILE MERGED 2006/11/27 16:41:01 aw 1.32.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6e1df8b6d600053f062a887a5f34baa8c027d85f]

        INTEGRATION: CWS sdwarningsbegone (1.13.38); FILE MERGED 2006/11/22 12:41:30 cl 1.13.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8489124dda05d2d472aa3dc5d4de8f9281d7c6d]

        INTEGRATION: CWS rt18 (1.2.62); FILE MERGED 2006/11/28 11:17:20 rt 1.2.62.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [55f3d22ed92d3d61e1357507908da4f22b1d30bc]

        INTEGRATION: CWS aw037 (1.19.6); FILE MERGED 2006/11/27 16:41:01 aw 1.19.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fb1a4ccdfad0230e4199ce40b1123deb2e1efc81]

        INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED 2006/11/22 12:41:30 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2c3bab0bb5a8d1d862e4b1fe3763f290c5940951]

        INTEGRATION: CWS aw037 (1.33.6); FILE MERGED 2006/11/27 16:41:01 aw 1.33.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c8dee9bfa8b6afbb4624ab2a5084c102ccf3d98f]

        INTEGRATION: CWS sdwarningsbegone (1.2.236); FILE MERGED 2006/11/22 12:40:36 cl 1.2.236.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3659becfee77d255c17d7e434a710be4345e920a]

        INTEGRATION: CWS aw037 (1.40.6); FILE MERGED 2006/11/27 16:41:00 aw 1.40.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b232d84500dfad0cf6fb88479084da806333b3a3]

        INTEGRATION: CWS rt18 (1.4.110); FILE MERGED 2006/11/28 11:20:01 rt 1.4.110.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ed02caffac53e1289984737c7d42c54a4ad3eaff]

        INTEGRATION: CWS aw037 (1.50.6); FILE MERGED 2006/11/27 16:41:00 aw 1.50.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e10ff1a16660bc1189bd255af75e8facca6d62bc]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:40:35 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1b5c58c69c103bb332d0486b0605cab0d97387bc]

        INTEGRATION: CWS aw037 (1.43.6); FILE MERGED 2006/11/27 16:41:00 aw 1.43.6.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6ef5114dfe23ecd4b370ac4ef37db81216fa9242]

        INTEGRATION: CWS rt18 (1.15.10); FILE MERGED 2006/11/28 11:01:23 rt 1.15.10.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1038ded017b168397e503e978d6504b71993d998]

        INTEGRATION: CWS sdwarningsbegone (1.5.314); FILE MERGED 2006/11/22 12:40:35 cl 1.5.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3bd42d7179807ad0440c6fd6edba5776abf3eabb]

        INTEGRATION: CWS sdwarningsbegone (1.28.102); FILE MERGED 2006/11/22 12:40:35 cl 1.28.102.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8618d600fa328905a5af07dab199e005bb6327c]

        INTEGRATION: CWS sdwarningsbegone (1.25.198); FILE MERGED 2006/11/22 12:40:35 cl 1.25.198.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [71386446fd980446d3cf81589a03844e193ba877]

        INTEGRATION: CWS rt18 (1.6.162); FILE MERGED 2006/11/28 11:29:42 rt 1.6.162.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1cd8cf888a1ed52896819ab156e9f5572d91335f]

        INTEGRATION: CWS sdwarningsbegone (1.6.102); FILE MERGED 2006/11/22 14:56:23 cl 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 12:40:35 cl 1.6.102.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f85bfac1d23840b986ce94dfb4e22f44e7687cbd]

        INTEGRATION: CWS sdwarningsbegone (1.3.316); FILE MERGED 2006/11/22 12:40:34 cl 1.3.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ff4f74173c5688e22c7cf683040d4186db174feb]

        INTEGRATION: CWS rt18 (1.2.34); FILE MERGED 2006/12/07 09:26:02 rt 1.2.34.1: #i72347# Change file permissions for th_cs_CZ_v2.dat.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b48576aa23483e4e611d3035a603b3fc14db0e8a]

        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>  [7506e30321fbf813832c01d93f386b52605ae80b]

        INTEGRATION: CWS sdwarningsbegone (1.4.316); FILE MERGED 2006/11/22 12:40:34 cl 1.4.316.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d16c4df04dc54e589fc20804a350bb9277689ca3]

        INTEGRATION: CWS sdwarningsbegone (1.6.236); FILE MERGED 2006/11/22 12:40:34 cl 1.6.236.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3a48b95fa65ccca88ebf00a950cf4673b310d021]

        INTEGRATION: CWS rt18 (1.108.52); FILE MERGED 2006/12/05 16:06:52 rt 1.108.52.4: #i72298# Warnings instead of errors, where appropriate. 2006/12/01 12:52:54 rt 1.108.52.3: More comprehensive error output if destination directory does not exist. 2006/11/28 16:08:23 rt 1.108.52.2: #i72071# Win32 debug dll's removed from exception list. That list now is empty. 2006/11/28 15:52:45 rt 1.108.52.1: #i72069# Macros %L10N_FRAMEWORK% and %OUTPATH% removed.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1758b563ee198a504b3fcac903156a52c3a718a5]

        INTEGRATION: CWS sdwarningsbegone (1.4.314); FILE MERGED 2006/11/22 12:40:34 cl 1.4.314.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9f5f3ebad47c7f1e03fe601e4556456abdd61408]

        INTEGRATION: CWS sdwarningsbegone (1.42.138); FILE MERGED 2006/11/22 14:56:02 cl 1.42.138.2: RESYNC: (1.42-1.44); FILE MERGED 2006/11/22 12:40:34 cl 1.42.138.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8f14ab3febe365af53c3ba6aa2e848875b2256cc]

        INTEGRATION: CWS rt18 (1.12.6); FILE MERGED 2006/12/07 16:44:19 rt 1.12.6.2: correction of last change 2006/11/28 11:44:17 rt 1.12.6.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a13dbc95679f81751f11f9ad016a06493b2d98ab]

        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>  [3e2f29b8d957e38ce500ad60acead2dda82ff171]

        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>  [8f0b99cd4c7f1899ecb7002c4ea1f1530d341103]

        INTEGRATION: CWS sdwarningsbegone (1.19.76); FILE MERGED 2006/11/22 12:40:34 cl 1.19.76.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c25fadefc9375d8a28a59d05f3b5a3d0ce7987a3]

        INTEGRATION: CWS sdwarningsbegone (1.6.234); FILE MERGED 2006/11/22 12:40:34 cl 1.6.234.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5efaf031bfba472fae50c5d14841dd5f5918b9c6]

        INTEGRATION: CWS rt18 (1.19.94); FILE MERGED 2006/12/07 08:16:03 rt 1.19.94.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c98dcf306234baaedf2e7e4c250cda52763217ba]

        INTEGRATION: CWS sdwarningsbegone (1.3.308); FILE MERGED 2006/11/22 12:40:33 cl 1.3.308.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [fa9de8b25a9018f1ce5bf0c8a45b5bca62cbbaa2]

        INTEGRATION: CWS sdwarningsbegone (1.12.228); FILE MERGED 2006/11/22 12:40:33 cl 1.12.228.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [91e73f04eea5b5b7c3f269794da088731c542e71]

        INTEGRATION: CWS sdwarningsbegone (1.10.308); FILE MERGED 2006/11/22 12:40:33 cl 1.10.308.1: #i69285# warning free code changes for unxlngi6.pro

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c1b80e3789f4c07163fbc930d3b8865aac342a4b]

        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>  [580467acc295a0a953cbe281a04a87d75e44f21f]

        INTEGRATION: CWS rt18 (1.3.38); FILE MERGED 2006/11/28 11:26:21 rt 1.3.38.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d96debd64c954dfced8d66dc9e9eaead8ce684ca]

        INTEGRATION: CWS sdwarningsbegone (1.14.18); FILE MERGED 2006/11/22 16:24:40 cl 1.14.18.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [88297198827d5bb1ab27c4ab6891d36e11a4bb8c]

        INTEGRATION: CWS sdwarningsbegone (1.31.18); FILE MERGED 2006/11/22 16:24:40 cl 1.31.18.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e749c9f6238b44ad933846d3e3e2cc983d13ef90]

        INTEGRATION: CWS rt18 (1.4.4); FILE MERGED 2006/11/27 16:15:27 rt 1.4.4.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b97140cee5fe0b7c143d37f43a393ef2572c020a]

        INTEGRATION: CWS sdwarningsbegone (1.24.18); FILE MERGED 2006/11/22 16:24:40 cl 1.24.18.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [804e3338f893d950973d4d9efb5aa9dd3004cfb2]

        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>  [2fa8353487029a98bbb2272c6e784668bb14c7fb]

        INTEGRATION: CWS sdwarningsbegone (1.25.18); FILE MERGED 2006/11/22 16:24:40 cl 1.25.18.1: #i69285# warning free code changes for sd project

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [83bb3fe8ccb3171405ae5f00282afc7e05881c0b]

        INTEGRATION: CWS icuupgrade (1.20.390); FILE MERGED 2006/12/01 15:36:49 is 1.20.390.2: #i72149# forcing links with new names into update package 2006/11/14 01:04:32 khong 1.20.390.1: #i54479# add patch to support using system ICU

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6fa40c12da689ca7121aad398bb62285f10b6a0c]

        INTEGRATION: CWS rt18 (1.5.168); FILE MERGED 2006/11/27 16:16:45 rt 1.5.168.1: #i72035# Be more specific.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0ddd5a682b0c956e6b9ec0b1963baab0d26c17a3]

        INTEGRATION: CWS icuupgrade (1.43.66); FILE MERGED 2006/11/14 20:46:20 khong 1.43.66.3: RESYNC: (1.43-1.45); FILE MERGED 2006/11/14 01:04:32 khong 1.43.66.2: #i54479# add patch to support using system ICU 2006/08/07 13:51:10 er 1.43.66.1: #i60645# dependencies on icuversion.mk respectively i18npool/version.mk

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f4e3cbbb549e0ee78ff4a9a927366589ac722e40]

        INTEGRATION: CWS icuupgrade (1.211.4); FILE MERGED 2006/11/14 20:45:38 khong 1.211.4.3: RESYNC: (1.211-1.214); FILE MERGED 2006/11/14 01:04:31 khong 1.211.4.2: #i54479# add patch to support using system ICU 2006/10/20 17:36:56 er 1.211.4.1: #i60645# PATCH flag for libicuuc and libicui18n

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [794c0450bb0b0ed136bb6f1a0cb80c8fe1ee4759]

        INTEGRATION: CWS icuupgrade (1.22.46); FILE MERGED 2006/11/14 01:04:31 khong 1.22.46.1: #i54479# add patch to support using system ICU

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a7b46a30e6a1d22864f788e1cbb8d108b4e0e96e]

        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>  [5506240ae56190f9be079f4552cbb1be200f1dfd]

        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>  [b9eb64cc784544ecc8b7521696e13cb921d97bb9]

        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>  [f5b91e3187ce3da4031c5f56e7902598fdc0ebf4]

        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>  [09f8f27eba7a3af25cb79d2e34234afb119aff72]

        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>  [0b916315164ede8283b2dd55824d4e6424faed69]

        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>  [633d34fa33330339ab6795ce3703477216e0062e]

        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>  [5d46dabe95271c846601a2575d3304fd5b4b24f1]

        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>  [0546610c47cc7b706feb4baa8e43948c7232856e]

        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>  [d483b6c103091fe4a9fc6b28c8f1dc5b15ee8abb]

        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>  [b37ac9a69b00381ccbc79426a2faad6076cf4ef2]

        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>  [b07edb9cbc6292d406794e01d098f0806caeceb3]

        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>  [59cea090ccdbdfaed2c4f4121cfe0f5464301b5e]

        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>  [043c7ffdfe76fb727dbb5e69aae0fbd8d38a0d49]

        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>  [63d13f042cddb4255a02fe5e88c1557b921dc50f]

        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>  [9d51fb2b6d10e48219522facd81639bd3f39af45]

        INTEGRATION: CWS impress111 (1.145.24); FILE MERGED 2006/11/28 16:03:39 af 1.145.24.2: RESYNC: (1.145-1.148); FILE MERGED 2006/11/10 13:30:12 sj 1.145.24.1: #i71388# fixed typo (patch from cmc)

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4f3c7e48c98c3291fc794f87053389bfc1b6542e]

        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>  [802e94d99163ecb6ac7b0c45ff92d5045f8a9290]

        INTEGRATION: CWS aw037 (1.19.4); FILE MERGED 2006/11/27 16:39:18 aw 1.19.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [edb714b0983f19ada7e5fd2a5a53c0aea4f35397]

        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>  [271fb01a7fede95d6c85cc2782b39ff480f30e4b]

        INTEGRATION: CWS aw037 (1.48.4); FILE MERGED 2006/11/27 16:39:18 aw 1.48.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [25b1adf81e34db2ad2563ad22c1ef579013bc400]

        INTEGRATION: CWS impress111 (1.4.492); FILE MERGED 2006/12/01 12:47:05 af 1.4.492.1: #i43547# Added entry for ShowSlide.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6e9d2875ed38e294ede6c4e573cd826b99ce27d9]

        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>  [a604a73d69955a2f8944f2627e38af37b3515e7b]

        INTEGRATION: CWS impress111 (1.29.76); FILE MERGED 2006/12/01 12:46:08 af 1.29.76.1: #i43547# Added entry for ShowSlide.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [169a2cda79c4f4e4c43e59f2e57b6f2b760e0704]

        INTEGRATION: CWS aw037 (1.43.4); FILE MERGED 2006/11/27 16:39:18 aw 1.43.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [22944003459142a6762d356e817b963d92c96008]

        INTEGRATION: CWS impress111 (1.25.10); FILE MERGED 2006/12/06 16:19:12 af 1.25.10.4: #i43547# Fixed some compiler problems. 2006/12/06 16:16:10 af 1.25.10.3: #i43547# Fixed some compiler problems. 2006/12/06 16:03:04 af 1.25.10.2: #i43547# Enabling both SID_HIDE_SLIDE and SID_SHOW_SLIDE for mixed selection. 2006/12/01 13:20:06 af 1.25.10.1: #i43547# Added SID_SHOW_SLIDE and updated handling of SID_HIDE_SLIDE to reflect recent spec changes.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6eabbcd3dc6d2a82b0d8a0e89a27200d82c3e30b]

        INTEGRATION: CWS aw037 (1.10.4); FILE MERGED 2006/11/27 16:39:18 aw 1.10.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e134c990a51faf30dc7f404fbcaf2d2fb35c3a64]

        INTEGRATION: CWS impress111 (1.7.48); FILE MERGED 2006/10/31 15:37:22 af 1.7.48.1: #i70773# Changed the scroll bar line size.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a96e16159787d3152c8d61a4b090ad4053b45500]

        INTEGRATION: CWS aw037 (1.20.4); FILE MERGED 2006/11/27 16:39:18 aw 1.20.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [19ebb6bc8e3bbe7efde21bc244e85f8dcbd92230]

        INTEGRATION: CWS impress111 (1.4.258); FILE MERGED 2006/12/01 13:22:49 af 1.4.258.1: #i43547# Added SID_SHOW_SLIDE and updated handling of SID_HIDE_SLIDE to reflect recent spec changes.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [510eb4cea72c7c4832bcc153f5fbd2852bf91a69]

        INTEGRATION: CWS aw037 (1.9.4); FILE MERGED 2006/11/27 16:39:17 aw 1.9.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f49d5ee0fe78e160221a9424b38371cf09264371]

        INTEGRATION: CWS icuupgrade (1.1.2); FILE ADDED 2006/08/04 14:57:42 er 1.1.2.1: #i60645# warnings guards for some ICU header files

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1a94b2b244aec3306ab9cffacda64ddfdcb1696b]

        INTEGRATION: CWS impress111 (1.6.48); FILE MERGED 2006/12/01 13:21:46 af 1.6.48.1: #i43547# Added SID_SHOW_SLIDE and updated handling of SID_HIDE_SLIDE to reflect recent spec changes.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2d88a6f0022cd81633ed3755b7bbb836e5b2e3d3]

        INTEGRATION: CWS icuupgrade (1.5.20); FILE MERGED 2006/08/04 14:57:42 er 1.5.20.1: #i60645# warnings guards for some ICU header files

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [72a8bce9d49f83c7a9a46832636d0d3fb70e3efe]

        INTEGRATION: CWS aw037 (1.16.4); FILE MERGED 2006/11/27 16:39:17 aw 1.16.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [66045eb888bc7c5892e06eb2c34be87c7a49f941]

        INTEGRATION: CWS impress111 (1.36.10); FILE MERGED 2006/12/01 15:36:52 af 1.36.10.1: #i43547# Invalide the SID_SHOW_SLIDE and SID_HIDE_SLIDE slots when the selection changes.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e90459cb0d1e9ac4b9513dbeddf43aa9b53663d9]

        INTEGRATION: CWS aw037 (1.20.4); FILE MERGED 2006/11/27 16:39:17 aw 1.20.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9e4f7e7a807159beaca5f5a92d11cc8d59a1be9c]

        INTEGRATION: CWS icuupgrade (1.7.14); FILE MERGED 2006/11/14 01:03:00 khong 1.7.14.1: #i54479# add patch to support using system ICU

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [28240f267d9338f94ec4350fa9188acfe9182493]

        INTEGRATION: CWS impress111 (1.41.48); FILE MERGED 2006/11/27 13:24:01 af 1.41.48.1: #i69024# Using URL of first template in directory not that of directory itself to determine default entry.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3658f27b1e3ffae943a5c71d1da0774b589055b4]

        INTEGRATION: CWS aw037 (1.34.4); FILE MERGED 2006/11/22 12:56:42 aw 1.34.4.1: #i71538# do not use SdrExchangeView directly, use SdrView due to places where casts to SDrView take place

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1fae5fc5dbde6b1a01a8a73ee6b8f39a24fd7d1c]

        INTEGRATION: CWS impress111 (1.36.318); FILE MERGED 2006/12/01 13:06:13 af 1.36.318.1: #i43547# Added MN_SHOW_PAGE entry to slide sorter popup menu.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2acec6957c1179c801662daf2d16f2c36d84dcbe]

        INTEGRATION: CWS icuupgrade (1.118.12); FILE MERGED 2006/11/14 20:19:07 khong 1.118.12.2: RESYNC: (1.118-1.124); FILE MERGED 2006/11/14 01:01:08 khong 1.118.12.1: #i54479# add patch to support using system ICU

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8212f5a89b8dab827a8135b39e7a8a3a144f1686]

        INTEGRATION: CWS impress111 (1.12.104); FILE MERGED 2006/12/01 13:02:09 af 1.12.104.1: #i43547# Modified mnemonic (en-US) for MN_MODIFY_PAGE.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f1685beb7a91143de719add5361a5b693e3ed768]

        INTEGRATION: CWS icuupgrade (1.181.2); FILE MERGED 2006/11/14 20:18:58 khong 1.181.2.2: RESYNC: (1.181-1.187); FILE MERGED 2006/11/14 01:01:08 khong 1.181.2.1: #i54479# add patch to support using system ICU

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [12db908b109f62fe6219bbb7da903d661c3cf3b9]

        INTEGRATION: CWS impress111 (1.6.318); FILE MERGED 2006/12/01 12:59:53 af 1.6.318.1: #i43547# Added entry MN_SHOW_SLIDE.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d6fb1dbeb630fa0c0e0a8156b044910d9296174b]

        INTEGRATION: CWS impress111 (1.94.20); FILE MERGED 2006/10/30 18:14:14 sj 1.94.20.1: #i39516# added patch, Closing parentasis misplaced on export to ppt

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d5c790b48053f4cadb9472ab9ef4ad1c7e3ecd13]

        INTEGRATION: CWS impress111 (1.29.86); FILE MERGED 2006/12/04 09:32:04 af 1.29.86.1: #i43547# Added SID_SHOW_SLIDE entry.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [07a28b2df772b3cb75b0459c07a5de3954cb76bb]

        INTEGRATION: CWS icuupgrade (1.39.50); FILE MERGED 2006/12/01 15:48:30 is 1.39.50.1: #i72149# forcing links with new names into update package

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [18911977821901cea2d686b12df7eb41ac0c949e]

        INTEGRATION: CWS impress114 (1.25.122); FILE MERGED 2006/12/04 17:27:27 cl 1.25.122.1: #134499# check SfxViewShell::Current() for zero

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ec115e1f83c682378cf2233e2638e698723bb546]

        INTEGRATION: CWS impress111 (1.12.144); FILE MERGED 2006/12/01 13:24:27 af 1.12.144.1: #i43547# Added SID_SHOW_SLIDE.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [08418549326b13bb30549328f6408b3cb6e0ca14]

        INTEGRATION: CWS impress114 (1.20.122); FILE MERGED 2006/12/04 17:27:27 cl 1.20.122.1: #134499# check SfxViewShell::Current() for zero

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e50097674e906e726e93538610307e1ebd45367d]

        INTEGRATION: CWS icuupgrade (1.73.26); FILE MERGED 2006/12/01 15:48:30 is 1.73.26.1: #i72149# forcing links with new names into update package

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c2b2ee19ae97cd0c7954ef6fedb37cec021859d2]

        INTEGRATION: CWS impress111 (1.19.86); FILE MERGED 2006/12/01 13:23:37 af 1.19.86.1: #i43547# Added SID_SHOW_SLIDE.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [8acc4c278396b441dfb0f24e8fd0c7ed695da85f]

        INTEGRATION: CWS impress114 (1.35.38); FILE MERGED 2006/12/04 17:27:27 cl 1.35.38.1: #134499# check SfxViewShell::Current() for zero

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f518e0b9971b836ec5be573286c13dfba8838966]

        INTEGRATION: CWS impress114 (1.15.122); FILE MERGED 2006/12/04 17:27:26 cl 1.15.122.1: #134499# check SfxViewShell::Current() for zero

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f8d93acc5f8803281d4aacf509d448b80e777947]

        INTEGRATION: CWS obo08 (1.215.18); FILE MERGED 2006/12/06 09:20:30 obo 1.215.18.1: #i72016# For builds with mozilla connectivity msvcr71.dll is needed for VC 2005 Express

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [0ae49dc098a91e282a19686337fcc7ff6a60b5b9]

        INTEGRATION: CWS icuupgrade (1.7.12); FILE MERGED 2006/09/21 07:05:05 obo 1.7.12.4: #i60645# update to 3.6 2006/07/07 19:45:30 khong 1.7.12.3: #i60645# change tool util library name 2006/06/22 10:43:46 obo 1.7.12.2: #i60645# deliver icudt34.dll as icudt34l.dll 2006/06/15 16:31:52 khong 1.7.12.1: #i60645# upgrade icu to 3.4.1

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d866e92fdd95b168a1c4ce63353643c6be1264ff]

        INTEGRATION: CWS impress114 (1.25.38); FILE MERGED 2006/12/05 15:57:43 cl 1.25.38.1: #i69954# deselect shapes that are put into undo

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [58954e67a52bd5ff5bbcd678e388ed74f4f5758b]

        INTEGRATION: CWS os90 (1.8.4); FILE MERGED 2006/11/22 13:35:32 os 1.8.4.1: #71451# 64bit errors fixed

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [5c7c9bd76ed3e642556fa8bf9a0473e7b5d1bd41]

        INTEGRATION: CWS icuupgrade (1.1.2); FILE ADDED 2006/09/06 01:06:14 khong 1.1.2.1: #i60645# upgrade to icu 3.6

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c7f0b995809c2793a5c198a280e255c44df79e77]

        INTEGRATION: CWS obo08 (1.99.62); FILE MERGED 2006/12/06 10:07:01 obo 1.99.62.1: #i70239# removed manifest file after binding it into library/executable

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [b64f56add381e49fc2617aeb8f09ead503b9eb56]

        INTEGRATION: CWS impress114 (1.37.20); FILE MERGED 2006/12/05 14:49:46 cl 1.37.20.1: #128152# do nothing harmfull in SetPage if new page is zero to prevent crash

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [329f35c6868c0b3816ca1d8611afb5938e002b3d]

        INTEGRATION: CWS os90 (1.9.4); FILE MERGED 2006/11/22 13:35:31 os 1.9.4.1: #71451# 64bit errors fixed

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [62463ba8d958a0cb9aa7802c4959c0908fa4e2b7]

        INTEGRATION: CWS obo08 (1.57.92); FILE MERGED 2006/12/06 10:07:01 obo 1.57.92.1: #i70239# removed manifest file after binding it into library/executable

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [92091f1833ed88fa92755427cb47b398261f8ad6]

        INTEGRATION: CWS impress114 (1.114.108); FILE MERGED 2006/12/05 17:18:46 cl 1.114.108.1: #i17573# propagate DrawMode to virtual device

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [7b951f49d9880b34a231fe332ff09223b131d556]

        INTEGRATION: CWS os90 (1.8.4); FILE MERGED 2006/11/22 13:35:31 os 1.8.4.1: #71451# 64bit errors fixed

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [da94d206af6786e996f34878f40136e39043087b]

        INTEGRATION: CWS obo08 (1.96.64); FILE MERGED 2006/12/06 10:07:02 obo 1.96.64.1: #i70239# removed manifest file after binding it into library/executable

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [2830cbb29f7e1a6e84bbb1c0fe967b7c3b5ae101]

        INTEGRATION: CWS impress114 (1.82.122); FILE MERGED 2006/12/05 17:18:46 cl 1.82.122.1: #i17573# propagate DrawMode to virtual device

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [298de5dc146d20552ed41bc09ba84031e031c5d6]

        INTEGRATION: CWS os90 (1.7.4); FILE MERGED 2006/11/22 13:35:31 os 1.7.4.1: #71451# 64bit errors fixed

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f013e80734bffb22ca8e3ec1ec6a8c8191c314b9]

        INTEGRATION: CWS obo08 (1.55.94); FILE MERGED 2006/12/06 10:07:02 obo 1.55.94.1: #i70239# removed manifest file after binding it into library/executable

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [095e5706f811434829e16623608855103910d6b2]

        INTEGRATION: CWS aw037 (1.61.2); FILE MERGED 2006/11/27 16:38:18 aw 1.61.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bb0e5c44cf8179a8b020cf2d7e258ee47658d5b8]

        INTEGRATION: CWS os90 (1.5.10); FILE MERGED 2006/11/22 13:35:30 os 1.5.10.1: #71451# 64bit errors fixed

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [73cc08a62d92576e8b261ea7417313e4bdc41a07]

        INTEGRATION: CWS obo08 (1.8.20); FILE MERGED 2006/12/05 14:47:17 obo 1.8.20.1: #i72217# build breaks with VC 2005 Express

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [853148adb980a5ec74019ba9e7448d02eb79ce40]

        INTEGRATION: CWS aw037 (1.33.2); FILE MERGED 2006/11/27 16:38:17 aw 1.33.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a348bfba378445bca21ef5c207226fce2270a53a]

        INTEGRATION: CWS impress114 (1.31.76); FILE MERGED 2006/12/05 15:33:24 af 1.31.76.1: #140703# In UpdateBorder check GetWindow(), too.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [465fee6a9ff0434703b1fc5ef7c064f6e16e46f4]

        INTEGRATION: CWS aw037 (1.48.4); FILE MERGED 2006/11/23 09:15:36 aw 1.48.4.1: #i71540# reimplemented SID_CONVERT_TO_BITMAP slot in DrawViewShell::FuTemporary() to support keeping Z-Order when converting objects to bitmap/metafile

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a7451df547ff928350fa3d5cb9264b19d8ad34a3]

        INTEGRATION: CWS impress114 (1.10.78); FILE MERGED 2006/12/04 16:37:47 cl 1.10.78.1: #i70500# apply header&footer settings to new summary slide

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [3083728bbaf2af69987e86cf6d00677b99e8df75]

        INTEGRATION: CWS aw037 (1.72.2); FILE MERGED 2006/11/27 16:38:17 aw 1.72.2.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1eb9866087e11cd42aa022f234f568a021dc5fd9]

        INTEGRATION: CWS impress114 (1.19.352); FILE MERGED 2006/12/04 16:28:37 cl 1.19.352.1: #i69343# fixed untranslated strings, renamed en-us to en-US

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [e6e98e5b5bbd3326fbb8a32244af6a3f7eb0f1f9]

        INTEGRATION: CWS aw037 (1.44.4); FILE MERGED 2006/11/22 16:50:40 aw 1.44.4.1: #i71727# made the case for leaving entered groups more precise

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d50161907fac14a7d1ce88a627ef449f7c4578c2]

        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>  [901fb203c397e9596e3d56ec63bf8a92262dad5a]

        INTEGRATION: CWS impress114 (1.12.132); FILE MERGED 2006/12/04 16:28:37 cl 1.12.132.1: #i69343# fixed untranslated strings, renamed en-us to en-US

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [25f67dbef1ea3e34c1f38cb89cb99f6bbe5f7c41]

        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>  [ff5413bfd5c7ce0412b5d3845034991fe2673dcd]

        INTEGRATION: CWS aw037 (1.46.4); FILE MERGED 2006/11/27 16:38:17 aw 1.46.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [f2418c1397f7b91f64167ff727bf9c7c7bff49d3]

        INTEGRATION: CWS impress114 (1.6.344); FILE MERGED 2006/12/06 12:43:59 cl 1.6.344.2: #i65381# make more room for non english strings 2006/12/04 16:20:10 cl 1.6.344.1: #i65381# added patch to fix a german string

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [59123d395da2b95e6139feb277ecdcd9828887dd]

        INTEGRATION: CWS aw037 (1.40.4); FILE MERGED 2006/11/27 16:38:17 aw 1.40.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [baac3962afce2b691a56b1a8f0c7b4347a4404e4]

        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>  [a98a4612218e20830e5e444d95acd6db40e469dc]

        INTEGRATION: CWS icuupgrade (1.7.32); FILE MERGED 2006/09/21 09:36:56 obo 1.7.32.3: #i60645#,#i53611# upgrade to 3.6, buildable for VS 2003 and VS 2005 Express 2006/07/23 17:07:04 khong 1.7.32.2: #i53388# add Tibetan layout engine 2006/06/22 10:41:47 obo 1.7.32.1: #i60645# changes for wntmsci10

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9fed7dcec65b94e84e9559cefa2373053eb3d335]

        INTEGRATION: CWS impress114 (1.49.20); FILE MERGED 2006/12/04 16:51:44 cl 1.49.20.1: #i59257# changed default of SdrMeasureShowUnitItem for dimension style

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [754f4e7f44da70082e6a16d5afb9dbf469788931]

        INTEGRATION: CWS aw037 (1.29.4); FILE MERGED 2006/11/27 16:38:16 aw 1.29.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [bd8251a75b4f359027b386a41d3b07f29b53e7c5]

        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>  [ad7480b56eb7538e658aa8855edef09f3e008dab]

        INTEGRATION: CWS icuupgrade (1.29.8); FILE MERGED 2006/11/14 16:56:01 er 1.29.8.9: correct PRJNAME 2006/10/12 01:48:19 khong 1.29.8.8: fixed a merge problem 2006/10/11 04:38:23 khong 1.29.8.7: RESYNC: (1.29-1.30); FILE MERGED 2006/09/21 09:36:56 obo 1.29.8.6: #i60645#,#i53611# upgrade to 3.6, buildable for VS 2003 and VS 2005 Express 2006/09/06 01:06:14 khong 1.29.8.5: #i60645# upgrade to icu 3.6 2006/08/03 16:13:37 er 1.29.8.4: #i60645# additional files need their entries 2006/06/22 10:39:20 obo 1.29.8.3: #i60645# changes for wntmsci10 2006/06/15 16:35:03 khong 1.29.8.2: #i60645# upgrade icu to 3.4.1 2006/05/23 20:34:05 khong 1.29.8.1: #i53388# upgrade icu to 3.4.1

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [ddf3577b938e0b3fb85c24ae8b032738b0648471]

        INTEGRATION: CWS aw037 (1.12.4); FILE MERGED 2006/11/27 16:38:16 aw 1.12.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [9d064d762eafdbd4aa0e1b12003f9d263d5546ed]

        INTEGRATION: CWS apoctemplate (1.21.28); FILE MERGED 2006/12/08 16:57:30 ihi 1.21.28.1: resync fix

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [4768d2cc5ec907db87abf99a262f8fc4d02afa97]

        INTEGRATION: CWS impress111 (1.19.16); FILE MERGED 2006/12/01 12:44:11 af 1.19.16.1: #i43547# Added .uno:ShowSlide entry.  Modified mnemonics for .uno:HideSlide and .uno:PresentationDialog.

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a81d6c4bdc99f5f036631005c561e7b8ed613f13]

        INTEGRATION: CWS icuupgrade (1.3.24); FILE MERGED 2006/09/06 01:06:14 khong 1.3.24.2: #i60645# upgrade to icu 3.6 2006/05/23 20:34:05 khong 1.3.24.1: #i53388# upgrade icu to 3.4.1

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [35ae514d48e7ed5d8cbb540c9e1e570757eeeafa]

        INTEGRATION: CWS aw037 (1.53.4); FILE MERGED 2006/11/27 16:38:16 aw 1.53.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6b55390181d49fe81ebab93b29b0a84aa639ddd9]

        INTEGRATION: CWS hsqldb1807 (1.7.130); FILE MERGED 2006/12/04 11:48:24 fs 1.7.130.1: #i71859# +FileSystemRuntimeException

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [6ac364938533dfba5978a01b48a89dae8efb14ab]

        INTEGRATION: CWS apoctemplate (1.9.6); FILE MERGED 2006/11/16 17:06:45 ihi 1.9.6.1: Resync fix

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [40b81f53ff5373bb8cef141bd9b43e06856d7754]

        INTEGRATION: CWS icuupgrade (1.1.2); FILE ADDED 2006/09/06 01:06:13 khong 1.1.2.1: #i60645# upgrade to icu 3.6

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1ee9a801197f752a9a303af90fb59102a6d9c0e9]

        INTEGRATION: CWS hsqldb1807 (1.7.204); FILE MERGED 2006/12/04 11:47:39 fs 1.7.204.2: #i71859# wrap IOExceptions in rename/removeElement into FileSystemRuntimeExceptions 2006/11/22 14:47:43 rene 1.7.204.1: #i71859# fix build with hsqldb 1.8.0.6/7

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [c6b293967be0134de11c3da96ad5b0dd46c50402]

        INTEGRATION: CWS apoctemplate (1.78.6); FILE MERGED 2006/11/16 17:06:45 ihi 1.78.6.1: Resync fix

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [d68701c161f7cc60bc1989749c5452b5206bac55]

        INTEGRATION: CWS hsqldb1807 (1.1.2); FILE ADDED 2006/12/04 11:48:08 fs 1.1.2.1: #i71859# not yet part of HSQLDB 1.8.0.7, thus checking in here

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [a2ac56c081fdb2f18dccaf7c91770288bd9e7728]

        INTEGRATION: CWS apoctemplate (1.56.26); FILE MERGED 2006/11/17 14:10:56 is 1.56.26.1: #143539# new variable directory mechanisms

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [753525e621bcd98b107050b02d9efcbe049b1c03]

        INTEGRATION: CWS aw037 (1.75.50); FILE MERGED 2006/12/01 15:46:37 aw 1.75.50.1: #i72177# added export type support for OpenFreeHand and ClosedFreeHand. These types existed but were not used before aw024, but map directly to beziers (opened and closed)

2006-12-12  Kurt Zenker  <kz@openoffice.org>  [1add8bee12395c676b4abc94d986c2344703dbac]

        INTEGRATION: CWS apoctemplate (1.73.24); FILE MERGED 2006/11/17 14:10:56 is 1.73.24.1: #143539# new variable directory mechanisms

2006-12-11  Rüdiger Timm  <rt@openoffice.org>  [209b17495976a987861710c285d8d0df32909eb7]

        #i72372# Re-introduce some default regarding mappings for those places bridges are not (yet) available. Patch by KR.

2006-12-11  Oliver Specht  <os@openoffice.org>  [1884718b9f4451a94271bb75b4996a45184f3de7]

        #i72456# syntax error fixed

2006-12-06  Joachim Lingner  <jl@openoffice.org>  [3b71dc4f17d406c38587e91b073ad32525231bf9]

        #i72313# fixed queryInterface

2006-12-06  René Engelhard  <rene@openoffice.org>  [d23df62ca79e0b8a7276f87d9fc49bd958c25dd9]

        #i72124# make afms zipped and the zip delivered (like in former psprint_config)

2006-12-06  René Engelhard  <rene@openoffice.org>  [ebd161374d6457119c5ed5dfa1d2635a5239f623]

        #i72124# add afms module

2006-12-05  Frank Schönheit  <fs@openoffice.org>  [6f5ba486426b691b4dd382a965776d1170526b25]

        not intended for HEAD

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [12f7fcc778783b02f41a97bd6445843074a38172]

        #i10000# pch statement added.

2006-12-05  Kurt Zenker  <kz@openoffice.org>  [3ab8428fd4d58aba0fbb0d70c7a6fc59cf288498]

        new version for SRC641

2006-12-05  Frank Schönheit  <fs@openoffice.org>  [81fb22eda011f50dfd5706d4c889e7366dd04f16]

        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>  [273f2f9c6af2a6f83afe02a16e737917119322ad]

        #i10000# pch statement added.

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [9c7fe4df2aac419d5628de73e9fd07a9edb7fd8b]

        new stream: CompObj

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [e84f9799477ab39e924c57fdd83e5c1c4fafabec]

        comments around header

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [bcc86373b0cf4a5156aabcc702aa33b8ecd89fbe]

        resolve/resolveLocal: catch exceptions

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [444a73116bd15b6b87fe43d5470e2568150ba4bf]

        DffDg

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [772258b50dbdba6d98078b4b3dca02863b7064c7]

        DffUDefProp::resolveNoAuto: corrected case label values

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [494361c95bdae6dadb0a90eec443ecf86f405a4b]

        #i10000# warning free

2006-12-05  Henning Brinkmann  <hbrinkm@openoffice.org>  [d1b47c7e9dab18c3201dc471788d5214a71f5191]

        DffOPTHandler::attribute handle attributes correctly DffBlock::getBlip: blip numbers start at 1

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [9467de459a243289ba4c91d81280e24f124063b0]

        #i10000# '::osl::DebugBase< CurrentContextChecker >' has to be public.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [277ccc543e413bf4b6370fc5e4d5525f81209bfa]

        #i10000# '::osl::DebugBase< CurrentContext >' has to be public.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [63af85c9215056cc3a77ad5c0fdcf953a26c41f5]

        #i10000# 'Arguments' needed again.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [4844e741b63387ad6af59cd716c0305d8e49733c]

        #i10000# Avoid warning 'bByThread is defined but not used'.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [ad33cb6f16b5bd6a97d3f6c7f11c0deaf70e27c1]

        #i10000# Obsolete headers removed.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [c0f3cb7b258171c36c8224e2d26e67adbc391bdf]

        INTEGRATION: CWS c04v3_SRC680 (1.18.8); FILE MERGED 2006/11/24 18:42:54 mav 1.18.8.2: #143410# reimplement links support correctly 2006/11/10 14:16:06 mav 1.18.8.1: #143410# allow saving even if there is no client

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [82edd583fc77565b9a440fc86135854680827570]

        INTEGRATION: CWS c04v3_SRC680 (1.15.10); FILE MERGED 2006/11/24 18:42:54 mav 1.15.10.2: #143410# reimplement links support correctly 2006/11/10 14:16:06 mav 1.15.10.1: #143410# allow saving even if there is no client

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [f467a734d74d0a8861bedc854a8f407092a587a9]

        INTEGRATION: CWS c04v3_SRC680 (1.6.8); FILE MERGED 2006/11/24 18:43:16 mav 1.6.8.1: #143410# reimplement links support correctly

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [102c0ef07e43cd937004911dcb9b2810aad98b0e]

        INTEGRATION: CWS c04v3_SRC680 (1.13.6); FILE MERGED 2006/11/24 18:43:16 mav 1.13.6.1: #143410# reimplement links support correctly

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [5b3e5d91a5af1ba51e6fe326e83f272cf42a6db5]

        INTEGRATION: CWS c04v3_SRC680 (1.17.22); FILE MERGED 2006/11/24 18:43:16 mav 1.17.22.1: #143410# reimplement links support correctly

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [42c9d75d611cdcd90e3d319d889d8173b11562ce]

        INTEGRATION: CWS c04v3_SRC680 (1.9.8); FILE MERGED 2006/11/24 18:42:55 mav 1.9.8.1: #143410# reimplement links support correctly

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [f50e71225ff506e393b90eaa950a160462616edf]

        INTEGRATION: CWS c04v3_SRC680 (1.22.8); FILE MERGED 2006/11/24 18:42:54 mav 1.22.8.1: #143410# reimplement links support correctly

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [7bbf1e8c6aa98155793fc88f9bee03b6b004ece3]

        #i10000# 'warning: NULL used in arithmetic'

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [bbc9201953c14128dec7fd4b09ba9f050e73462c]

        #i71457# pch include statement added (patch by vq).

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [fc42919e3322a8f258689457083ba4d0f2844ad3]

        #i71457# pch include statement added (patch by vq).

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [c20a9a8f44ff02e30ef8ed7dbe57e098e1d0105f]

        #i10000# pch include statement added

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [d3e833471c983a28c83461ef8fb29b2d61fd9daf]

        #i10000#,#i71307# Do not declare 'argc' and 'argv' here.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [db8723e9a5e55d136cb3a67cd931482bc2a1a6ef]

        #i10000#,#i71307# Do not declare 'argc' and 'argv' here.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [74f349cb28093aeb40179c5ae881e180a8e927fa]

        #i10000#,#i71307# Do not declare 'argc' and 'argv' here.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [1bbd914e224702fff8f3aba40cd109874672eb22]

        #i10000#,#i71307# Do not declare 'argc' and 'argv' here.

2006-12-05  Rüdiger Timm  <rt@openoffice.org>  [66a5dad18da34703bbbf2ff52f145b97c88e6de5]

        #i10000# PRJNAME corrected.

2006-12-05  Vladimir Glazounov  <vg@openoffice.org>  [27339fc22740d2c7a60d0f29956b11fe015eefe1]

        new version for SRC680

2006-12-05  Vladimir Glazounov  <vg@openoffice.org>  [e5d99dfa73f6c8b544d64ba2289ef68ea8e3321a]

        new version for SRC680

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [2041c6ac62ce6f180c242708386ea1fcd8eaafe1]

        #i10000# Typo corrected.

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [a70fb38e9dd0894f6ab12c701c8fead3fae8a9d5]

        #i10000# 'util' depends on 'oa_deploymenttest'.

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [caf11b81b9ac7d6f9d36b8f9577187c9457b0a29]

        SRC680

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [15aa29d4191512c16e11dac5a6d5479a18d6f410]

        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>  [aab6c9e3b6241aee9bab21e9865f3a173a7b564e]

        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>  [a9410c3b0eefd17c8ffc71814b6f7fd1406ae8b4]

        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>  [6ff66d46209c0d62a2c81befe80f46574ea419ec]

        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>  [2d9c4b33acf66c2aaccaf55a0f54347617324f6d]

        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>  [54d695f86d745fc71a2dcd17a7196a0d4edcd3b0]

        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>  [e7f091824de4151e59a6cfae35a71b604cb41144]

        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>  [1c5b9cfa09dbc06682e54b3989d67eb502fcab8c]

        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>  [396fbcaf25143e867cc64f93d7862196fbb4010e]

        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>  [734c59b1243cacebbf392169a04e8d194ac56077]

        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>  [b0f1acd97c65f48ca18e8245c32d0a17dfbd6a6a]

        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>  [75fab60239d4f45f1003a9233848fb37e5c7243f]

        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>  [290ca51fcac596518413d255c5773868de191c74]

        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>  [61de275fec4ca7633131601f3a91da7fcc3ca94d]

        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>  [8e21a4b907746c32ee167b0a0e4c3c1e6af59993]

        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>  [a05ff388356f37cbb5481b3680996ff0f1e9009f]

        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>  [ea46a6e4b631b647bc3e1f6d4ce42b21fa4298ef]

        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>  [595e58d333adcda06ce2b476149c956d8c823bb4]

        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>  [965c047a8af06b7a00b1fb08fe43e2eccfd3d405]

        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>  [598358c9505b1a58a17c5ed60735f3bcd5a246a4]

        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>  [3be9151b92fc053c11efdaeb110ddff9fc8f2eeb]

        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>  [c5e075ab908dcfad282a2d3642fea090f8bf75cf]

        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>  [451d48db13a6a45b9944e0258904f7406bcd2fda]

        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>  [d1632028d4f7f3c752feea39335d415b2274f84a]

        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>  [4db39135df4940fa22f86bfc9d4f251259bce894]

        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>  [46e32141aa7f5b8cac8982536781db3200bfcb9d]

        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>  [d37841aefbac6fbf261e8742181fdfa6def1201e]

        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>  [c801698ac63e9e35d3bebb853ff5ab60bf29102c]

        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>  [00dbdc09458126d193e2b311dcb200cbe8e047d9]

        INTEGRATION: CWS vcl69 (1.11.38); FILE MERGED 2006/11/21 12:07:08 pl 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2006/10/31 19:17:31 pl 1.11.38.1: #i69437# workaround precision of metricfield

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [d0d2a13057512e530cbabf165d9196e671416682]

        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>  [61f70860fb575e0abc7ef7f3a737750e7da2d05f]

        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>  [67b2c02573c110b5ca54a30e53758c30f57ed2eb]

        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>  [1dd0f924b65a655d63b6731bec56e436844e678e]

        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>  [2bbc0f548a6e9c960f04130ab2b91f08f8c358f9]

        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>  [8cee147413bbe112f9adb457a32682802c93967d]

        INTEGRATION: CWS vcl69 (1.17.30); FILE MERGED 2006/11/21 16:31:33 pl 1.17.30.1: #i70782# workaround deadlock (thanks cmc)

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [b8df67a39bf60393d73a3fe4e3f8bab4ea07c010]

        INTEGRATION: CWS fs07 (1.12.10); FILE MERGED 2006/10/19 14:20:18 fridrich_strba 1.12.10.2: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Fixed a little memory leak :-( 2006/10/19 13:02:03 fridrich_strba 1.12.10.1: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Uploading a new libwpd

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [6661f2af96daf25c29a96d6eb78f6f37eafbc630]

        INTEGRATION: CWS obo07 (1.12.10); FILE MERGED 2006/11/09 12:06:18 obo 1.12.10.1: #i63703# remove hard coded symbol filter

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [6ae8edcadcd488b04aecff3ae671f0e56eb1744a]

        INTEGRATION: CWS obo07 (1.2.68); FILE MERGED 2006/11/15 10:32:13 obo 1.2.68.1: #i71554# basebmp isn't warning free for VS2005

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [1b8aa78526ab8dd4ef86c012109a74e0c9e7e763]

        INTEGRATION: CWS obo07 (1.1.302); FILE MERGED 2006/11/16 15:31:51 obo 1.1.302.1: #i63701# adapted because of change in ldump

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [15af3aeceab7febfae4bafaa8ba59605b3c8985f]

        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>  [24c84aaf9e8f431a04baa47a3106cac41c9d3fba]

        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  Oliver Specht  <os@openoffice.org>  [c747a8488c111277fcbd5e73c7306069f911dbfa]

        orientation/wrapping improved

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [6ab7c290e3380fc9649a7cf9a23101ea2f375211]

        INTEGRATION: CWS os89 (1.6.116); FILE MERGED 2006/11/13 11:54:49 os 1.6.116.1: #i67716# html mode correctly handled

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [8ec924b050c10b5508a98434335d98a48a73e5f2]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:54 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [a837725832ac0e25f4a621bc989f3c5e6368d4d7]

        INTEGRATION: CWS os89 (1.7.492); FILE MERGED 2006/11/13 13:28:53 os 1.7.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [3cb875d822b4b39c706dc7056029d0ba73bcd15b]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:53 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [c1542b1879aeecf606689dad449a992dd787b801]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:52 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [aa2d12b59ab616ac5f2d9d903a141f18257b8df7]

        INTEGRATION: CWS os89 (1.7.492); FILE MERGED 2006/11/13 13:28:52 os 1.7.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [05fecc1e07669d1325114b9b7d6d2a551ddae561]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:51 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [fdedd6212f1cc114336884c5d5c09efece91fb46]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:50 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [e3fee85e6ea841a1422beb4ef2cbdb2ca6a4cb10]

        INTEGRATION: CWS os89 (1.7.492); FILE MERGED 2006/11/13 13:28:50 os 1.7.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [c0a7e58dece794da92a399e92e27544e1bdb6352]

        INTEGRATION: CWS os89 (1.4.492); FILE MERGED 2006/11/13 13:28:49 os 1.4.492.1: #i31697# change Ctrl+(Shift+)+KEY_UP|KEY_DOWN changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [fadde4250393877bc280f115b18652fd28d6c9a0]

        INTEGRATION: CWS os89 (1.67.82); FILE MERGED 2006/11/14 08:55:13 os 1.67.82.1: #i69751# password check needs to include cancelled dialogs!

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [518170e742f80c9ba3da9be12926a8e1360940f9]

        INTEGRATION: CWS os89 (1.16.86); FILE MERGED 2006/11/13 10:24:25 os 1.16.86.1: #i67793# formula menu handling changed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [460aa12f10f29b9cab7d671fd1cecebd071b4263]

        INTEGRATION: CWS os89 (1.24.10); FILE MERGED 2006/11/13 09:55:38 os 1.24.10.1: #i70937# MakeVisible needs second parameter

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [15e9095aded55a6d011efc5a735bd0490698be6e]

        INTEGRATION: CWS os89 (1.56.560); FILE MERGED 2006/11/13 12:00:37 os 1.56.560.1: #i67644# consistency first/last name 1 and 2

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [d160746bfd7887c214f71225a12893f7ce0ee8d4]

        INTEGRATION: CWS os89 (1.97.82); FILE MERGED 2006/11/15 07:56:04 os 1.97.82.1: #i69564# enable getString() methods to return strings longer than 64k

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [1fa7aaed94ca7a4a817e95966e8adecf7f725972]

        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>  [1b3b3ff26fa35ce2f5c46b9aba9ea9f9d8b84f57]

        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>  [8e55f3224629f5de73c63f6334cae83b4a5a2708]

        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>  [5d30fa07e7ac40a7ccec3e6914778da119128368]

        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>  [e9efcde64155e06a063b2dddb5578578c48baa19]

        INTEGRATION: CWS pdf04 (1.2.6); FILE MERGED 2006/11/22 21:45:26 fs 1.2.6.2: #i71370# respect the Printable property when exporting to PDF 2006/11/22 14:36:11 pl 1.2.6.1: #i64064# optionally use printe replacement for form controls in PDF export

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [456ada75fc48e2fe42bf8461ac2ceb7d3ec1c7fb]

        INTEGRATION: CWS pdf04 (1.15.44); FILE MERGED 2006/10/18 14:38:18 pl 1.15.44.1: #i68873# export bookmarks optionally

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [7fdce824a76a34de0598562c87a9cd7e015ddf7c]

        INTEGRATION: CWS pdf04 (1.56.12); FILE MERGED 2006/11/21 13:28:12 pl 1.56.12.2: RESYNC: (1.56-1.57); FILE MERGED 2006/10/18 14:38:51 pl 1.56.12.1: #i68873# export bookmarks optionally

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [4f181d8de52d4d9b65b0b65332630f8a4eec8f14]

        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-04  Rüdiger Timm  <rt@openoffice.org>  [9bb4548f8239cb3a98b1af938218fc30e6b1f25b]

        INTEGRATION: CWS pdf04 (1.122.6); FILE MERGED 2006/11/21 13:16:05 pl 1.122.6.4: RESYNC: (1.122-1.123); FILE MERGED 2006/10/18 14:34:24 pl 1.122.6.3: #i68873# #i68581# export bookmarks optinonally, open bookmark level 2006/10/12 17:07:44 pl 1.122.6.2: #i64064# add property: export form fields 2006/10/12 12:53:51 pl 1.122.6.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [54fb481e0ec97e727cabafa1fd1a1335fc007ea3]

        INTEGRATION: CWS pdf04 (1.9.24); FILE MERGED 2006/11/07 15:02:28 pl 1.9.24.4: #i40295# try simple caching strategy 2006/10/18 14:36:22 pl 1.9.24.3: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:19 pl 1.9.24.2: #i64064# add property: export form fields 2006/10/12 12:54:44 pl 1.9.24.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [91fd4c73490d805349116755c914ea01117b82c9]

        INTEGRATION: CWS pdf04 (1.53.12); FILE MERGED 2006/11/21 12:34:58 pl 1.53.12.6: RESYNC: (1.53-1.54); FILE MERGED 2006/11/07 15:02:28 pl 1.53.12.5: #i40295# try simple caching strategy 2006/11/07 12:25:51 pl 1.53.12.4: #i40295# use pattern for tiled fill 2006/10/18 14:36:22 pl 1.53.12.3: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:19 pl 1.53.12.2: #i64064# add property: export form fields 2006/10/12 12:54:44 pl 1.53.12.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [f5455b453720ac0741de0db6540378dabc16722f]

        INTEGRATION: CWS pdf04 (1.29.34); FILE MERGED 2006/10/20 12:28:26 pl 1.29.34.8: #i68581# UI changes 2006/10/20 09:58:42 pl 1.29.34.7: #i68581# add border flag to new fields 2006/10/18 16:00:32 pl 1.29.34.6: #i68581# update attribute OpenBookmarkLevels before writing it to configuration 2006/10/18 14:36:21 pl 1.29.34.5: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:18 pl 1.29.34.4: #i64064# add property: export form fields 2006/10/12 14:10:44 pl 1.29.34.3: #i68581# corrected spelling 2006/10/12 14:08:40 pl 1.29.34.2: #i68581# moved initial page control to pane section 2006/10/12 12:54:43 pl 1.29.34.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [978ec06c1f893e7e751414cb8d69b651881352e7]

        INTEGRATION: CWS pdf04 (1.15.34); FILE MERGED 2006/10/20 12:28:26 pl 1.15.34.5: #i68581# UI changes 2006/10/18 14:36:21 pl 1.15.34.4: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:18 pl 1.15.34.3: #i64064# add property: export form fields 2006/10/12 14:08:40 pl 1.15.34.2: #i68581# moved initial page control to pane section 2006/10/12 12:54:43 pl 1.15.34.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [da96274e56c43bc97c820c895602f8c47850f4a3]

        INTEGRATION: CWS pdf04 (1.10.46); FILE MERGED 2006/10/20 12:28:25 pl 1.10.46.4: #i68581# UI changes 2006/10/18 14:36:21 pl 1.10.46.3: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:18 pl 1.10.46.2: #i64064# add property: export form fields 2006/10/12 12:54:43 pl 1.10.46.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [b556fe5def87e4265690ff597f7e3ddc8098d8e3]

        INTEGRATION: CWS pdf04 (1.18.14); FILE MERGED 2006/10/20 12:28:25 pl 1.18.14.6: #i68581# UI changes 2006/10/18 16:00:32 pl 1.18.14.5: #i68581# update attribute OpenBookmarkLevels before writing it to configuration 2006/10/18 14:36:21 pl 1.18.14.4: #i68873# #i68581# export bookmarks optionally, open bookmark level 2006/10/12 17:09:18 pl 1.18.14.3: #i64064# add property: export form fields 2006/10/12 14:08:39 pl 1.18.14.2: #i68581# moved initial page control to pane section 2006/10/12 12:54:43 pl 1.18.14.1: #i68581# new properties for PDF export: zoom factor, initial page

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [92ec93e26c52ae13169e1c5fb59b4e548a6ba6ec]

        INTEGRATION: CWS swfwknoassert (1.10.18); FILE MERGED 2006/11/14 15:20:34 mba 1.10.18.1: #i71416#: virtual method was stripped

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [ec366e074d5d0d7e8f2dbd3be7ae026196f637c6]

        INTEGRATION: CWS swfwknoassert (1.27.22); FILE MERGED 2006/11/03 17:14:01 mba 1.27.22.1: #i70509#: superfluous assertion removed

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [b938eeef83a15ea841ea345a8c714f0dd789b2a6]

        INTEGRATION: CWS swfwknoassert (1.17.20); FILE MERGED 2006/11/15 14:40:29 cl 1.17.20.1: #i71531# added NONE case for transforming underline tags

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [11877898d6d32bc0f33f80c4427a11b2d2e011de]

        INTEGRATION: CWS swfwknoassert (1.14.20); FILE MERGED 2006/11/15 14:40:29 cl 1.14.20.1: #i71531# added NONE case for transforming underline tags

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [7330303cabba7b7c6a12b7a88aa0fc19161d5f0b]

        INTEGRATION: CWS swfwknoassert (1.5.20); FILE MERGED 2006/11/03 16:57:12 mba 1.5.20.1: #142228#: make all document event names known for export

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [52833bf2770a2f74c8f3dba6f884aed8cdbae8eb]

        INTEGRATION: CWS swfwknoassert (1.17.20); FILE MERGED 2006/11/03 16:57:12 mba 1.17.20.1: #142228#: make all document event names known for export

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [78ef4d86a6e5e025df7602916f05bf3c6ccbff8a]

        INTEGRATION: CWS swfwknoassert (1.9.6); FILE MERGED 2006/10/12 07:22:29 as 1.9.6.1: #i67615# sort property array

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [c37b1d9d2901b01d3597b94259fa0275309e474b]

        INTEGRATION: CWS swfwknoassert (1.99.8); FILE MERGED 2006/11/10 10:10:08 cd 1.99.8.2: #i10000# Fixed build problem with Windows non-pro 2006/11/10 07:54:32 cd 1.99.8.1: #i10000# Conflict resolved

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [c398fab68173d8fc95f373fc4ccdd97052e3cd55]

        INTEGRATION: CWS swfwknoassert (1.4.20); FILE MERGED 2006/11/14 15:21:00 mba 1.4.20.1: #i71416#: virtual method was stripped

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [0295d5e28c22205ae52a2de7ed121df66bbd6b3e]

        INTEGRATION: CWS swfwknoassert (1.4.148); FILE MERGED 2006/11/14 15:22:16 mba 1.4.148.1: #i71303#: new values for PrinterIndependentLayout hadn't been handled

2006-12-04  Rüdiger Timm  <rt@openoffice.org>  [ab14f2feb14b16b1e5146adb5f9262f34575d2e6]

        INTEGRATION: CWS swfwknoassert (1.18.14); FILE MERGED 2006/11/09 09:46:05 cd 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2006/10/12 07:24:17 as 1.18.14.1: make performance assertion private

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [75d8053b745912e89c1ec974bade4b821846300a]

        INTEGRATION: CWS dba22a (1.33.32); FILE MERGED 2006/11/23 12:06:25 fs 1.33.32.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again   working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property,   then all handlers which previously registered for changes of this   property (getActuatingProperties) will not be notified anymore. Reasoning   is that the new handler could given the property a new semantics, type,   whatever, which the previous handlers would not expect.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [163962f7063b008864c4ea08232f2dcf99bef38a]

        INTEGRATION: CWS dba22a (1.32.72); FILE MERGED 2006/11/23 12:06:25 fs 1.32.72.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again   working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property,   then all handlers which previously registered for changes of this   property (getActuatingProperties) will not be notified anymore. Reasoning   is that the new handler could given the property a new semantics, type,   whatever, which the previous handlers would not expect.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [26dbc113a3f147b75892ad0942266e8f40ca0140]

        INTEGRATION: CWS dba22a (1.29.72); FILE MERGED 2006/11/23 12:06:25 fs 1.29.72.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again   working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property,   then all handlers which previously registered for changes of this   property (getActuatingProperties) will not be notified anymore. Reasoning   is that the new handler could given the property a new semantics, type,   whatever, which the previous handlers would not expect.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e5119774a79daf263e130868eea4e6214cbaee49]

        INTEGRATION: CWS dba22a (1.39.32); FILE MERGED 2006/11/23 12:06:25 fs 1.39.32.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again   working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property,   then all handlers which previously registered for changes of this   property (getActuatingProperties) will not be notified anymore. Reasoning   is that the new handler could given the property a new semantics, type,   whatever, which the previous handlers would not expect.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [843ae26cecd03a6576b681bfb49d6e83e375338d]

        INTEGRATION: CWS dba22a (1.6.72); FILE MERGED 2006/11/23 12:17:30 fs 1.6.72.1: getSupersededProperties not needed anymore, after the previous fix

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b58e4fe5f517873f8198260b17560fda5f3e4ffe]

        INTEGRATION: CWS dba22a (1.7.32); FILE MERGED 2006/11/23 12:17:30 fs 1.7.32.2: getSupersededProperties not needed anymore, after the previous fix 2006/11/23 12:06:25 fs 1.7.32.1: #i70109# - removed the ActionButtonType property, ButtonNavigationHandler now again   working with ButtonType - as a consequence, it's now defined that if a handler supersedes a property,   then all handlers which previously registered for changes of this   property (getActuatingProperties) will not be notified anymore. Reasoning   is that the new handler could given the property a new semantics, type,   whatever, which the previous handlers would not expect.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5e4ae51546767068537bf04ecb5b3ba8ec99c130]

        INTEGRATION: CWS dba22a (1.5.32); FILE MERGED 2006/10/23 08:16:56 fs 1.5.32.1: #i70612# make RID_PAGE_TABLESELECTION unique within the module

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [364e8e51fc84253e79fab7f1388cc515a7bf80aa]

        INTEGRATION: CWS dba22a (1.55.146); FILE MERGED 2006/10/23 08:16:56 fs 1.55.146.1: #i70612# make RID_PAGE_TABLESELECTION unique within the module

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0b07aedab41cd4692d2866fa12d808da2c4c31f7]

        INTEGRATION: CWS dba22a (1.11.146); FILE MERGED 2006/10/23 08:16:55 fs 1.11.146.1: #i70612# make RID_PAGE_TABLESELECTION unique within the module

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4af2fbfb09ea271e31155cc147a438f7bd1d00b6]

        INTEGRATION: CWS dba22a (1.2.6); FILE MERGED 2006/10/31 08:16:51 fs 1.2.6.1: #i70841# incorporate fix from src.hsqldb.persist.TextCache.java rev. 1.18

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7de37839f56d5d00eb2081f4a909d5ce17b98751]

        INTEGRATION: CWS dba22a (1.15.6); FILE MERGED 2006/11/13 10:19:46 fs 1.15.6.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e296956c673096c4565ab29d240e6c33863b5aec]

        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>  [51e65d938f5166f5061625ce7ca459b9e29e442c]

        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>  [6a9dfc4b2eed4f5341c78fb94dc47e99b7811eb3]

        INTEGRATION: CWS dba22a (1.66.2); FILE MERGED 2006/11/13 10:58:51 fs 1.66.2.3: make compile with gcc 4.2 (which claims that a sal_Bool cannot be assigned to a sal_Bool:1) Issue number:  #i71339# Submitted by:  bero@openoffice.org Reviewed by:   fs@openoffice.org 2006/11/13 10:57:57 fs 1.66.2.2: wrong checkin comment 2006/11/13 10:57:18 fs 1.66.2.1: Issue number: Submitted by: Reviewed by:

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f2817a779cfd89d75ab6eaeb0f3f7b01ad3e8d1d]

        INTEGRATION: CWS dba22a (1.35.22); FILE MERGED 2006/11/13 10:58:51 fs 1.35.22.3: make compile with gcc 4.2 (which claims that a sal_Bool cannot be assigned to a sal_Bool:1) Issue number:  #i71339# Submitted by:  bero@openoffice.org Reviewed by:   fs@openoffice.org 2006/11/13 10:57:56 fs 1.35.22.2: wrong checkin comment 2006/11/13 10:57:18 fs 1.35.22.1: Issue number: Submitted by: Reviewed by:

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c28ffb429087307fb94592587157abb111a2b350]

        INTEGRATION: CWS dba22a (1.66.10); FILE MERGED 2006/11/15 08:49:51 fs 1.66.10.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a5d1cd02d6c903fd7cc17c33018bbc4fe9e3384]

        INTEGRATION: CWS dba22a (1.7.10); FILE MERGED 2006/11/15 08:49:50 fs 1.7.10.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2d2bc160e3c56d7db0ce5d8b794759e7e4baa5ef]

        INTEGRATION: CWS dba22a (1.26.10); FILE MERGED 2006/11/15 08:49:50 fs 1.26.10.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [37e23db765daac914b4c1d6e3efff612390494f5]

        INTEGRATION: CWS dba22a (1.14.2); FILE MERGED 2006/11/15 08:49:49 fs 1.14.2.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4e24b7b64c636925feb489c368bf00c0cd82a793]

        INTEGRATION: CWS dba22a (1.182.2); FILE MERGED 2006/11/15 08:49:49 fs 1.182.2.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3187cb24c439af28d79df45cb91fc4d3a11637d7]

        INTEGRATION: CWS dba22a (1.18.2); FILE MERGED 2006/11/15 08:49:48 fs 1.18.2.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [36cbc4f32e7c26d43bea4cb382fe8ff9daaa8213]

        INTEGRATION: CWS dba22a (1.15.8); FILE MERGED 2006/11/15 08:49:48 fs 1.15.8.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fee5959e36c56a84ea880f7c7b9208c7a3f0df31]

        INTEGRATION: CWS dba22a (1.37.2); FILE MERGED 2006/11/15 08:49:48 fs 1.37.2.1: #142997# modified the double-click handling in the DBTreeListBox various stack trace reports suggest there are scenarios where a double click handler somehow destroys/corrupts the list box and/or its entries, but the subsequent default handling in the SvListBox class accesses those corrupted entities. Since we're not able to reproduce any of those crashs, the handling in the DBTreeListBox and its clients now is as follows: If a double click is handled, then the DBTreeListBox::DoubleClickHdl will return 0, this way causing the SvListBox to *not* process the double click event further.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [106a9b992f9adaca175f422f0c4c33d9a1a3195e]

        INTEGRATION: CWS dba22a (1.30.22); FILE MERGED 2006/11/23 10:19:25 fs 1.30.22.1: #i71549# disconnectController: account for the case where the disconnecting controller is unknown (ppathological, but possible)

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b0f784564acdba1970a32acc320522fa3adebfd7]

        INTEGRATION: CWS dba22a (1.13.36); FILE MERGED 2006/11/23 10:19:43 fs 1.13.36.1: #i71549# added a typedef

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8116c9f63aa4cf814287e49a1ba18ca0e1b57bd0]

        INTEGRATION: CWS bunoidmap (1.18.12); FILE MERGED 2006/11/07 11:56:58 kr 1.18.12.1: fixed: i71093 - build under gcc up to 4.3

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e0a0a446c4043daad91306eccbb38001d73e5f54]

        INTEGRATION: CWS dba22a (1.2.12); FILE MERGED 2006/11/30 10:14:07 fs 1.2.12.1: no SISSL

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a18b786006daf2c4f36a10ba39acd776de35151]

        INTEGRATION: CWS dba22a (1.4.610); FILE MERGED 2006/11/22 15:04:20 fs 1.4.610.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ba11e666973ef13e6f4b1a58e13d2f0fa949bc5c]

        INTEGRATION: CWS dba22a (1.25.198); FILE MERGED 2006/11/22 20:46:56 fs 1.25.198.1: #i71860# displayException with Any

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [33f3e4cd3d567b41de67e55857eb45e60b825ea9]

        INTEGRATION: CWS dba22a (1.5.20); FILE MERGED 2006/11/27 10:48:03 fs 1.5.20.1: implGetFeatureDispatcher: parse URL before querying a dispatcher for it

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [91c44bc679db874d830531e63711c6244efe21bb]

        INTEGRATION: CWS dba22a (1.24.78); FILE MERGED 2006/11/22 15:04:33 fs 1.24.78.1: #i71860# two strings got moved

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [441381f02582a7fd17953d5f4ec18f2b3b77002d]

        INTEGRATION: CWS dba22a (1.25.20); FILE MERGED 2006/11/23 14:29:55 fs 1.25.20.2: RESYNC: (1.25-1.26); FILE MERGED 2006/11/23 09:50:28 fs 1.25.20.1: #i68225# implExecuteDataTransfer: don't work with a const& to _rData.selected() - this is silently changed in ModelHasRemoved. Work on a copy instead.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ac4804fc4dd220284ae87ee19a95541a3ee5c97f]

        INTEGRATION: CWS bunoidmap (1.33.8); FILE MERGED 2006/11/08 14:32:14 kr 1.33.8.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4efea545b4ab8c43cd7bfc4512fad4e1f2f5f725]

        INTEGRATION: CWS dba22a (1.28.76); FILE MERGED 2006/11/22 15:04:01 fs 1.28.76.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [cca2916075f3d7a25303c08559cbb1e118eacde8]

        INTEGRATION: CWS bunoidmap (1.31.8); FILE MERGED 2006/11/09 09:04:41 kr 1.31.8.1: implemented: i71242 - Binary Uno should support Ident Mappings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [651f42469eadce1e45acc307f001a5c09d2b9c7c]

        INTEGRATION: CWS dba22a (1.8.70); FILE MERGED 2006/11/27 10:52:29 fs 1.8.70.5: getControllerFeatureSlotIdForURL: don't assert in failure case 2006/11/24 21:35:56 fs 1.8.70.4: #i10000# 2006/11/22 21:02:27 fs 1.8.70.3: modified the previous patch - we're not linked against the dbtools lib 2006/11/22 20:46:29 fs 1.8.70.2: #i71860# catch and display exceptions in ::execute* 2006/11/22 15:04:01 fs 1.8.70.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d23ffe1c9fce7c7bac9e31e4ebac1741c30c2cdc]

        INTEGRATION: CWS bunoidmap (1.1.2); FILE ADDED 2006/11/09 09:04:41 kr 1.1.2.1: implemented: i71242 - Binary Uno should support Ident Mappings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ab3d08f45afbb15ec4349e40ec83134f108166d8]

        INTEGRATION: CWS dba22a (1.36.20); FILE MERGED 2006/11/22 20:47:01 fs 1.36.20.1: #i71860# displayException with Any

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3cc8ec92daae4d7c88358c1b47a9c1b57fba1824]

        INTEGRATION: CWS bunoidmap (1.4.76); FILE MERGED 2006/11/09 09:04:40 kr 1.4.76.1: implemented: i71242 - Binary Uno should support Ident Mappings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8f1699ee521917bbbdd82ba0004e2ec52bae8186]

        INTEGRATION: CWS dba22a (1.11.10); FILE MERGED 2006/11/27 10:48:13 fs 1.11.10.1: implGetFeatureDispatcher: parse URL before querying a dispatcher for it

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9ad03cd66bdb9aa503052a4ab3c14770cf66cb52]

        INTEGRATION: CWS bunoidmap (1.26.16); FILE MERGED 2006/11/09 09:04:40 kr 1.26.16.1: implemented: i71242 - Binary Uno should support Ident Mappings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7e80b75c974f9b3100c20d1f78f0ec7c56bf61c1]

        INTEGRATION: CWS dba22a (1.68.78); FILE MERGED 2006/11/22 15:04:01 fs 1.68.78.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [980441605ae23e3f7590d10591c1303d8d19d57c]

        INTEGRATION: CWS bunoidmap (1.1.4); FILE ADDED 2006/11/09 09:04:40 kr 1.1.4.1: implemented: i71242 - Binary Uno should support Ident Mappings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [06b0e2fc156af049d40c2eb2c56e8ebe1a969802]

        INTEGRATION: CWS dba22a (1.79.10); FILE MERGED 2006/11/23 14:28:59 fs 1.79.10.2: RESYNC: (1.79-1.80); FILE MERGED 2006/11/22 15:04:01 fs 1.79.10.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [748c16fe527abf73b14d82422817f7f9ae526915]

        INTEGRATION: CWS dba22a (1.68.68); FILE MERGED 2006/11/23 14:28:52 fs 1.68.68.2: RESYNC: (1.68-1.69); FILE MERGED 2006/11/22 15:04:00 fs 1.68.68.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d9ee4ca4fd4fd3afbb16ae15bc73359b8ebc5834]

        INTEGRATION: CWS bunoidmap (1.1.2); FILE ADDED 2006/11/08 14:27:50 kr 1.1.2.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [35a7bb1b55119449f8a17dc3a2ec4d9da1713a50]

        INTEGRATION: CWS dba22a (1.5.70); FILE MERGED 2006/11/22 15:04:00 fs 1.5.70.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ecf78eb489f84e47e782f2d6490d303b9752e357]

        INTEGRATION: CWS bunoidmap (1.1.2); FILE ADDED 2006/11/08 14:27:47 kr 1.1.2.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4402596dfc24b26bdc0382ba5770693565f2731f]

        INTEGRATION: CWS dba22a (1.58.20); FILE MERGED 2006/11/23 14:28:39 fs 1.58.20.2: RESYNC: (1.58-1.59); FILE MERGED 2006/11/22 15:04:00 fs 1.58.20.1: #i71860# outsource most of the FormControlling functionality into a dedicated service css.form.runtime.FormOperations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [58cdfad4c224ac8993eb9a316548b623f5b38831]

        INTEGRATION: CWS bunoidmap (1.17.172); FILE MERGED 2006/11/08 14:27:44 kr 1.17.172.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [dc2d005de4008b96c7bd0ba0b6e883d6214208c9]

        INTEGRATION: CWS dba22a (1.54.20); FILE MERGED 2006/11/23 14:27:53 fs 1.54.20.2: RESYNC: (1.54-1.57); FILE MERGED 2006/10/25 19:18:05 fs 1.54.20.1: #i6544# reset date/time cells to an empty string in case of  null values

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f97f80d4560a226b66d0548d101f1b33f8f24ac3]

        INTEGRATION: CWS bunoidmap (1.6.28); FILE MERGED 2006/11/08 14:27:52 kr 1.6.28.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6c6eed7184b8ff2555aa0aeaee9188c33b564db5]

        INTEGRATION: CWS dba22a (1.36.20); FILE MERGED 2006/11/16 13:33:05 fs 1.36.20.1: #i71622# database documents nowadays allow to store configurations

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [dc72dff695178ca78362da141e9f04b35004ba8b]

        INTEGRATION: CWS bunoidmap (1.6.62); FILE MERGED 2006/11/21 15:37:29 kr 1.6.62.2: refactored: 2006/11/08 14:27:43 kr 1.6.62.1: fixed: i71307 - SAL_IMPLEMENT_MAIN does not compile warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a8b1b80d002ac619ac6645badaf5eaa75c01ecad]

        INTEGRATION: CWS bunoidmap (1.4.12); FILE MERGED 2006/11/08 16:56:57 kr 1.4.12.2: i71243 - Remove deprecated stuff from Buno shared library loader 2006/11/08 15:27:03 kr 1.4.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bb8bf8d5269586ec153b5229c9aa90c74ac1a101]

        INTEGRATION: CWS bunoidmap (1.5.12); FILE MERGED 2006/11/08 15:11:12 kr 1.5.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bf773cc78f2f4b479ea37ae66fade6f2bbb529e0]

        INTEGRATION: CWS bunoidmap (1.17.12); FILE MERGED 2006/11/08 15:11:11 kr 1.17.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c829cb3e89e8361d513569ec6a2c2f159ed7550]

        INTEGRATION: CWS dba22a (1.98.44); FILE MERGED 2006/11/22 15:03:14 fs 1.98.44.1: #i71860# include css.form.runtime

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [096c604c7345926b84df0451d07d4965c927492b]

        INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGED 2006/11/08 15:11:11 kr 1.12.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [af8fcd7e987b9878d80dd06e284e873a3c95d234]

        INTEGRATION: CWS dba22a (1.78.6); FILE MERGED 2006/11/23 12:32:04 fs 1.78.6.2: RESYNC: (1.78-1.79); FILE MERGED 2006/11/22 15:01:44 fs 1.78.6.1: #i71860# deliver css.form.runtime

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0c1937384b706db25e4dae0e4cd11283c0e3abe]

        INTEGRATION: CWS bunoidmap (1.14.12); FILE MERGED 2006/11/08 15:11:11 kr 1.14.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c7e6bf00f537a956625b5259c97a1cc051e884eb]

        INTEGRATION: CWS dba22a (1.80.44); FILE MERGED 2006/11/22 15:00:31 fs 1.80.44.1: #i71860# build css.form.runtime

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ffb6fd4cb5576bd7f9415bb6836b8110659aab6a]

        INTEGRATION: CWS dba22a (1.5.222); FILE MERGED 2006/11/13 10:55:28 fs 1.5.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7df5dd92121e3ae6ca97b174b599d46813b38a93]

        INTEGRATION: CWS bunoidmap (1.17.12); FILE MERGED 2006/11/08 15:11:10 kr 1.17.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [14fee81aa12ae0da43edd6e10512e8ed2e586afa]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:27 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6db9228991e5d02aa21fd87d70344297407e41b5]

        INTEGRATION: CWS bunoidmap (1.12.12); FILE MERGED 2006/11/09 14:52:59 kr 1.12.12.2: fixed: added missing casts 2006/11/08 15:11:10 kr 1.12.12.1: fixed: i71291 - stoc/test does not build

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [65239144390065cd36ca64690db2b4377762bf50]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:27 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d0600e5d2c021a6779ef828778272c1e8a64c112]

        INTEGRATION: CWS dba22a (1.5.222); FILE MERGED 2006/11/13 10:55:27 fs 1.5.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a4529875c96cabd78d92e5b286b69434d65e029]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:26 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c44249c2a1b7dcdcbf04ef6c09d406b61721cdb8]

        INTEGRATION: CWS bunoidmap (1.3.74); FILE MERGED 2006/11/09 14:31:21 kr 1.3.74.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [665cbda8d1d8f7bd93b3e2ead323a8becef27d99]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:26 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [60b39abb8798e542d9352950eba9d0430d0d53f4]

        INTEGRATION: CWS bunoidmap (1.4.20); FILE MERGED 2006/11/09 14:31:20 kr 1.4.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [50b3fce3ac65b9c3e920a62ba75d30748bba275b]

        INTEGRATION: CWS bunoidmap (1.7.20); FILE MERGED 2006/11/09 14:31:20 kr 1.7.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bfb48c0eb0521537585b0733e00474882280e26c]

        INTEGRATION: CWS bunoidmap (1.9.20); FILE MERGED 2006/11/09 14:31:20 kr 1.9.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0e8ac1f273cc8a6d688a4dc6fc2fdb0e4516e2ab]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:25 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [302c08b73dd714d7ede2cb2203450ef44b9deeed]

        INTEGRATION: CWS bunoidmap (1.5.20); FILE MERGED 2006/11/09 14:31:20 kr 1.5.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [92031dea1fae5316f3dddf60555159d029d4c3e0]

        INTEGRATION: CWS bunoidmap (1.13.20); FILE MERGED 2006/11/09 14:31:20 kr 1.13.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5a01c636c156ec2b064fd7628f1eef6e1cdf2fbf]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:25 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [14d25ec2a417562c29c1c35ae851df2dbb30cbfa]

        INTEGRATION: CWS bunoidmap (1.4.74); FILE MERGED 2006/11/09 14:31:20 kr 1.4.74.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6c7bfada6db5090e9ef7ce427b81725aa2445bd9]

        INTEGRATION: CWS dba22a (1.12.100); FILE MERGED 2006/11/13 10:55:24 fs 1.12.100.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [01e2e9b7b32dc66cd26026afe60242c433bf7de8]

        INTEGRATION: CWS bunoidmap (1.4.20); FILE MERGED 2006/11/09 14:31:19 kr 1.4.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [44fee08b2c7e403efac53ca97ef71a80f11a1a58]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:24 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1728a370a416bd87727cd9c7435e51f9fe5acd07]

        INTEGRATION: CWS bunoidmap (1.3.20); FILE MERGED 2006/11/09 14:31:19 kr 1.3.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [60c7497d1e5aea00c9b3dcd1d410349f0c57932f]

        INTEGRATION: CWS dba22a (1.8.222); FILE MERGED 2006/11/13 10:55:24 fs 1.8.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [af43bfc9ce0c6da7e6ced619c5e99a674f37d7c1]

        INTEGRATION: CWS bunoidmap (1.20.74); FILE MERGED 2006/11/09 14:31:19 kr 1.20.74.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [aa580a42cbed99e4849de5b43ed0a620ad24ed21]

        INTEGRATION: CWS dba22a (1.25.222); FILE MERGED 2006/11/13 10:55:23 fs 1.25.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2377d9ae656f643b557a9f9e5a5fe981cd5c58c7]

        INTEGRATION: CWS bunoidmap (1.5.20); FILE MERGED 2006/11/09 14:31:19 kr 1.5.20.1: fixed: i71156 - cppuhelper/test does not build and work

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [506c2b353ddfe11ffabfbb6e2681d81886802adf]

        INTEGRATION: CWS dba22a (1.11.80); FILE MERGED 2006/11/13 10:55:23 fs 1.11.80.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [91a981a02d3cd8b5cd2e5abebb309324e7070732]

        INTEGRATION: CWS bunoidmap (1.24.20); FILE MERGED 2006/11/24 07:56:51 kr 1.24.20.3: fixed: i71243 - added speaking exception message 2006/11/09 09:34:10 kr 1.24.20.2: adapted: i71242 - Binary Uno should support Ident Mappings 2006/11/08 16:54:56 kr 1.24.20.1: i71243 - Remove deprecated stuff from Buno shared library loader

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a6ff2a04569537feb94363c375ed0d010449f6c4]

        INTEGRATION: CWS dba22a (1.12.222); FILE MERGED 2006/11/13 10:55:23 fs 1.12.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4228be8ec7fa3b9805504ed5e0ac221c0f6141bc]

        INTEGRATION: CWS bunoidmap (1.27.8); FILE MERGED 2006/11/06 16:30:35 kr 1.27.8.1: #i69240# throw exception if simple registry can not be instantiated

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [58c72e1bdaf868756aea6971b2f9dbd3ffa77b27]

        INTEGRATION: CWS bunoidmap (1.9.74); FILE MERGED 2006/11/08 16:54:56 kr 1.9.74.1: i71243 - Remove deprecated stuff from Buno shared library loader

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5a3f4d9271156f88ec860590df5643bbf6ee3bc3]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:22 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [71922bb6163e8cb368d262b9087f5dcea80dda94]

        INTEGRATION: CWS dba22a (1.44.222); FILE MERGED 2006/11/13 10:55:22 fs 1.44.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3212f7942a4261a80590f654ac858f7e57ead4fa]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:22 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e370d1bb4e4cc8382ffd6f683da48291c58193f0]

        INTEGRATION: CWS dba22a (1.14.222); FILE MERGED 2006/11/13 10:55:21 fs 1.14.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3b602b1e17f5fb51132d6707516224d00f210ba1]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:21 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a00397ac00311eed66f50ec1aaea4d3cce44e526]

        INTEGRATION: CWS dba22a (1.40.222); FILE MERGED 2006/11/13 10:55:21 fs 1.40.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [366b4c10f1a4c0880fd29418e6c5c1216df07437]

        INTEGRATION: CWS dba22a (1.18.220); FILE MERGED 2006/11/13 10:55:20 fs 1.18.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0f2f5533a23d6846da7b40558723a2ce335ed95]

        INTEGRATION: CWS dba22a (1.12.220); FILE MERGED 2006/11/13 10:55:20 fs 1.12.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a3dd4487ce88d53c34f6e9da42a48dd03391efdb]

        INTEGRATION: CWS dba22a (1.7.220); FILE MERGED 2006/11/13 10:55:20 fs 1.7.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2f2c001980506c4b5dff4a986fd22ca728e779e7]

        INTEGRATION: CWS dba22a (1.2.222); FILE MERGED 2006/11/13 10:55:19 fs 1.2.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [965460d7953ad1015be1b68c61c7386dbebd5045]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:19 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0b17ec3c55cd88c6bc8338e2401bfa63509f7a6]

        INTEGRATION: CWS dba22a (1.13.200); FILE MERGED 2006/11/13 10:55:18 fs 1.13.200.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [06b4986c5be42c300de208d7d20a0d2e20c363bf]

        INTEGRATION: CWS dba22a (1.22.220); FILE MERGED 2006/11/13 10:55:18 fs 1.22.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b2f0b07d096da27fe85d50e257d0f5d0d173a8aa]

        INTEGRATION: CWS dba22a (1.8.222); FILE MERGED 2006/11/13 10:55:18 fs 1.8.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [808863218bed1c672f7e6e011d075e8ef25b515f]

        INTEGRATION: CWS dba22a (1.5.200); FILE MERGED 2006/11/13 10:55:18 fs 1.5.200.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [cefea05cc6dd3c7aa1e81bfa32b9d783e47aca97]

        INTEGRATION: CWS dba22a (1.6.222); FILE MERGED 2006/11/13 10:55:17 fs 1.6.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b506fdda389026a9774ebcc7420af913847b62b1]

        INTEGRATION: CWS dba22a (1.10.222); FILE MERGED 2006/11/13 10:55:17 fs 1.10.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d05308727296a12abfff44e34240c6dba4e6893]

        INTEGRATION: CWS dba22a (1.2.102); FILE MERGED 2006/11/13 10:55:17 fs 1.2.102.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bbd57955e0bb2d14a97a8f745494780eba0de298]

        INTEGRATION: CWS dba22a (1.2.48); FILE MERGED 2006/11/13 10:55:16 fs 1.2.48.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [072a5b73852572b7a6f44565f0e0a98a70ab4cc9]

        INTEGRATION: CWS dba22a (1.19.102); FILE MERGED 2006/11/13 10:55:16 fs 1.19.102.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [02baa17e3cae3b2b4883f3a56eaff4c28c224ad6]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:16 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [adaee7b9bbd28e419d5d1f88a4e50bf2551dfd15]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:15 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b89e4a4b55c3af60e71447f33d21fb6a0a5894c0]

        INTEGRATION: CWS dba22a (1.3.14); FILE MERGED 2006/11/23 12:30:22 fs 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2006/11/13 10:55:15 fs 1.3.14.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f1f510fb25283b4b00ce9863a1b2348ad3aeeabc]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:15 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e675d020e6f1b59c9a8ad2716ea90313d0e53b33]

        INTEGRATION: CWS dba22a (1.5.156); FILE MERGED 2006/11/13 10:55:14 fs 1.5.156.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7b8fb66e1054c7a029cddc3c843b25134a2c1ee5]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:14 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [87c373b956c117b671cbe27e8dfd5ff9e0a41211]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:14 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c947badbc0b13216de4980b0e538666a0c0b9aa7]

        INTEGRATION: CWS dba22a (1.12.222); FILE MERGED 2006/11/13 10:55:13 fs 1.12.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0b04f60872617a0f7ed835b224d8285acd92a479]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:55:13 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6a8657dc56472893841ae36bf79068b5c3d2acc8]

        INTEGRATION: CWS dba22a (1.2.222); FILE MERGED 2006/11/13 10:55:13 fs 1.2.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [841c4ce3f9257b0015784f634e74ed318aaa98a4]

        INTEGRATION: CWS dba22a (1.10.222); FILE MERGED 2006/11/13 10:55:12 fs 1.10.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4d8828bc37201b3b17096d12f0af038ad7660ccc]

        INTEGRATION: CWS dba22a (1.7.222); FILE MERGED 2006/11/13 10:55:12 fs 1.7.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fd0c9d71de715522b8c4d85476e91f355638a7a4]

        INTEGRATION: CWS dba22a (1.5.100); FILE MERGED 2006/11/13 10:55:12 fs 1.5.100.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [78c58514124a7f213bdc02e3a8c1992724147ee4]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:11 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [15d2c9ef532e6f20b2e74cd89648341a082810a3]

        INTEGRATION: CWS dba22a (1.11.222); FILE MERGED 2006/11/13 10:55:11 fs 1.11.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [501f18f8e1c3cfc71be2b9fdaf0775e26bd295a8]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:10 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9a4a5202e0e83c11f698a97ed0ab8d983780d5de]

        INTEGRATION: CWS dba22a (1.7.222); FILE MERGED 2006/11/13 10:55:10 fs 1.7.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c8c0a66108ac555095d1e01aff3a8880bf3d7bd2]

        INTEGRATION: CWS dba22a (1.3.130); FILE MERGED 2006/11/13 10:55:10 fs 1.3.130.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f401a847ecbee132e9e03e9598d8044ede95e883]

        INTEGRATION: CWS dba22a (1.2.222); FILE MERGED 2006/11/13 10:55:09 fs 1.2.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ce9e4548f7ddba9408a726edca0a5a960c220984]

        INTEGRATION: CWS dba22a (1.23.142); FILE MERGED 2006/11/13 10:55:09 fs 1.23.142.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [50bd74d8318b559a8204af7462d37154e1a6ddd0]

        INTEGRATION: CWS dba22a (1.4.48); FILE MERGED 2006/11/13 10:55:09 fs 1.4.48.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [21cb0df82b27c89902bc90f1df91cf3bfe360ba0]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:09 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ec4473660a344f5493b7987799d8279169f77951]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:08 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9e491b0fbe643590b50691be4ba3dbbc231a7db8]

        INTEGRATION: CWS dba22a (1.5.222); FILE MERGED 2006/11/13 10:55:08 fs 1.5.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [10bd97b7dfeb9ed95a2dddd43230ef97bd28d095]

        INTEGRATION: CWS dba22a (1.30.130); FILE MERGED 2006/11/13 10:55:08 fs 1.30.130.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b59bee659d7ffc62182c834e7ab2086856b04cca]

        INTEGRATION: CWS dba22a (1.6.220); FILE MERGED 2006/11/13 10:55:07 fs 1.6.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b76730dea4b4dd774fe3ca31d5ba86e84f87250b]

        INTEGRATION: CWS dba22a (1.3.220); FILE MERGED 2006/11/13 10:55:07 fs 1.3.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [043fc75eea6a6b20effc59a08baa031b580f2971]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/22 15:00:24 fs 1.1.2.1: makefile

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6cef69fa882d236761958ba55c78733bfaad2242]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/27 11:09:30 fs 1.1.2.2: corrected documentation 2006/11/22 15:00:49 fs 1.1.2.1: #i71860#

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e33b483640e036addb5cf41c351e71fbdbc3da1e]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/22 15:00:48 fs 1.1.2.1: #i71860#

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [17c2cb4489b1d6ba6cafa250f567c702164a1d58]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/22 15:00:47 fs 1.1.2.1: #i71860#

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [97510ebe0fff347a6e1af6e350d063a6e6f328d6]

        INTEGRATION: CWS dba22a (1.2.162); FILE MERGED 2006/11/13 10:55:07 fs 1.2.162.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7c4e28abfd3cec31cdab946717978c659eb677a3]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:03:01 jl 1.1.2.1: #i71115# new service for use with smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [86c5bbedc433ce86d9e4fc6bb9777870f38a6513]

        INTEGRATION: CWS dba22a (1.7.220); FILE MERGED 2006/11/13 10:55:06 fs 1.7.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2ac815bc0dcdc11d0a70246adf4bcfd1e7d129f2]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:02:45 jl 1.1.2.1: #i71115# new service for use with smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d397ff46250ea3e9adc408726593144a1716969c]

        INTEGRATION: CWS dba22a (1.10.220); FILE MERGED 2006/11/13 10:55:06 fs 1.10.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [aedb218e83bab099f74d3be9f8099544c5b9b0ce]

        INTEGRATION: CWS dba22a (1.5.222); FILE MERGED 2006/11/13 10:55:06 fs 1.5.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [69cc59ee20e208df088bcf8295607b78397db614]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/22 15:02:03 fs 1.1.2.1: descriptions for the sub modules

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7893f89473b0725ffcf55c07e919d30f1c6c0362]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:01:11 jl 1.1.2.1: #i71115# new class which is used to register the services in this module

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [53f14f0dfe4bb87d895db5bde228c990b8c8ad5c]

        INTEGRATION: CWS dba22a (1.11.222); FILE MERGED 2006/11/22 15:02:19 fs 1.11.222.2: build modules.idl, containing documentation for the sub modules 2006/11/13 10:55:05 fs 1.11.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f35bbf62cba6beb7d5db80ebf568bc9b9b1c0586]

        INTEGRATION: CWS dba22a (1.14.42); FILE MERGED 2006/11/13 10:55:05 fs 1.14.42.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8a45419a89d7f7a5c6a72afbad4f4a5043d8cd7b]

        INTEGRATION: CWS dba22a (1.24.222); FILE MERGED 2006/11/23 12:28:48 fs 1.24.222.2: RESYNC: (1.24-1.25); FILE MERGED 2006/11/13 10:55:05 fs 1.24.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [56fe347d3ffa3f10f09989cce55a2b8e477f8b8f]

        INTEGRATION: CWS dba22a (1.38.40); FILE MERGED 2006/11/13 10:55:04 fs 1.38.40.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [78cc5752e7e4c23cf6558aabe4734031c59d8fdf]

        INTEGRATION: CWS dba22a (1.4.100); FILE MERGED 2006/11/13 10:55:04 fs 1.4.100.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [02f36f4630be1bef33f363928fa33008feda35ca]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:00:51 jl 1.1.2.1: #i71115# new class which is used to register the services in this module

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0d7d333f05431ffbf175163725ac4597bc328cfc]

        INTEGRATION: CWS dba22a (1.8.50); FILE MERGED 2006/11/13 10:55:04 fs 1.8.50.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0e037e26191a0a790541a469098346e937e22f4b]

        INTEGRATION: CWS dba22a (1.7.222); FILE MERGED 2006/11/13 10:55:03 fs 1.7.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7b3aa68dedf2c847a4ca5b63e4e28645f8076e09]

        INTEGRATION: CWS dba22a (1.5.222); FILE MERGED 2006/11/13 10:55:03 fs 1.5.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2000356f6122451d655c8b45eba08a9e270d75a6]

        INTEGRATION: CWS dba22a (1.8.130); FILE MERGED 2006/11/13 10:55:03 fs 1.8.130.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9378462f3296d228fe0f92effaca3c2fb4029240]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:02 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5f4c60992cad6724b720339ce3619c3646849a4a]

        INTEGRATION: CWS dba22a (1.7.222); FILE MERGED 2006/11/13 10:55:02 fs 1.7.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6626383be5c37e660250fdbc2e2679ae07f65314]

        INTEGRATION: CWS dba22a (1.10.222); FILE MERGED 2006/11/13 10:55:01 fs 1.10.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1b7c388d16b9e13e2507a8c543d37bb10890a826]

        INTEGRATION: CWS dba22a (1.3.220); FILE MERGED 2006/11/13 10:55:01 fs 1.3.220.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [baf9d0dd66aa846a6b45c8f1c1930454cc7a65c5]

        INTEGRATION: CWS dba22a (1.6.222); FILE MERGED 2006/11/13 10:55:01 fs 1.6.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [42a6ee7ef83f1f3906464f971c77215f9b1e4b41]

        INTEGRATION: CWS dba22a (1.37.40); FILE MERGED 2006/11/13 10:55:00 fs 1.37.40.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5adab8b8f1f357d47c83cb6f760ea8a01363f582]

        INTEGRATION: CWS dba22a (1.2.736); FILE MERGED 2006/11/13 10:55:00 fs 1.2.736.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [74a6fda935eda45ecb69f3a53aef6d93135383a2]

        INTEGRATION: CWS dba22a (1.3.222); FILE MERGED 2006/11/13 10:55:00 fs 1.3.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [100dfeb99a660752205204c08cfc9dd72f0dc94c]

        INTEGRATION: CWS dba22a (1.5.86); FILE MERGED 2006/11/13 10:54:59 fs 1.5.86.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e2553e76433308be790532cc27b2a871b63c7550]

        INTEGRATION: CWS dba22a (1.4.222); FILE MERGED 2006/11/13 10:54:59 fs 1.4.222.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [254dde7380d51987294a17eed478345bcf7b4779]

        INTEGRATION: CWS dba22a (1.13.68); FILE MERGED 2006/11/22 15:07:01 fs 1.13.68.1: #i71860#

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [152a98403b715345127c52b7d2e696d9d0d94fb9]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/22 14:59:11 fs 1.1.2.1: makefile

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [65aadc00682712b210c270ca8b5347cead7ab7e9]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/24 22:05:15 fs 1.1.2.3: #i10000# 2006/11/24 21:33:36 fs 1.1.2.2: #i10000# 2006/11/22 14:58:01 fs 1.1.2.1: css.form.runtime.FormOperation implementation

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [80f5277393f0980047706042c15e02b08cfd8dc6]

        INTEGRATION: CWS dba22a (1.1.2); FILE ADDED 2006/11/24 22:05:15 fs 1.1.2.4: #i10000# 2006/11/24 21:33:36 fs 1.1.2.3: #i10000# 2006/11/23 10:58:43 fs 1.1.2.2: isModifiedRow and isInsertionRow were exchanged ... oops 2006/11/22 14:58:01 fs 1.1.2.1: css.form.runtime.FormOperation implementation

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [911b4e1c84ac3357c7595e9c610390630be7f2c6]

        INTEGRATION: CWS dba22a (1.6.16); FILE MERGED 2006/10/25 19:36:54 fs 1.6.16.1: #i65695# when printing, respect the BackgroundColor

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [89de529832f5691446fd80ea9763d108af1f694b]

        INTEGRATION: CWS dba22a (1.46.124); FILE MERGED 2006/11/22 14:59:34 fs 1.46.124.1: #i71860# some new strings

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [577b19e3be95809da34a8ed7c26680ecfe2ea30f]

        INTEGRATION: CWS dba22a (1.26.16); FILE MERGED 2006/11/22 15:00:01 fs 1.26.16.1: #i71860# css.form.runtime.FormOperations implementation

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [33e59685781d42cd7827b0e40e1dc55f9d8bbc02]

        INTEGRATION: CWS dba22a (1.26.4); FILE MERGED 2006/11/15 08:33:00 fs 1.26.4.2: #i71216# disposing: properly look up the object in m_aMap 2006/11/13 09:10:25 fs 1.26.4.1: #i71216# disposing: don't crash if m_aItems and m_aMap became incnsistent (but assert only)

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [df7a61daae2aab5a884f41a9bd189472e3f6bb8b]

        INTEGRATION: CWS dba22a (1.13.128); FILE MERGED 2006/11/22 14:58:47 fs 1.13.128.1: i71860

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [34139e7ce78b2a5466a9bde89a6d234d76ffb984]

        INTEGRATION: CWS dba22a (1.10.128); FILE MERGED 2006/11/22 14:58:46 fs 1.10.128.1: i71860

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f87b4ff50797bda9dbc54a8123b9474132009e79]

        INTEGRATION: CWS dba22a (1.9.16); FILE MERGED 2006/10/25 20:25:14 fs 1.9.16.1: #i70672# correct looping through the result set when creating the proposal list

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1f8340cc6127ef0322a365d9eeff752415869a19]

        INTEGRATION: CWS dba22a (1.30.36); FILE MERGED 2006/11/15 09:21:49 fs 1.30.36.1: #142449# cursorMoved: care for a LoadTime still being NULL (how can this be?)

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d9a43d43a7bda72355bfb3034b691dcc7d2deade]

        INTEGRATION: CWS dba22a (1.77.4); FILE MERGED 2006/11/15 09:21:48 fs 1.77.4.1: #142449# cursorMoved: care for a LoadTime still being NULL (how can this be?)

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [52c38e9f92cf07c69194ced89d2103a7dafdee82]

        INTEGRATION: CWS dba22a (1.6.46); FILE MERGED 2006/11/23 12:22:49 fs 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 14:58:32 fs 1.6.46.1: #i71860# build source/runtime

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a61757f993328da70b26f2b69d16ff76bf660d63]

        INTEGRATION: CWS dba22a (1.65.4); FILE MERGED 2006/11/23 12:21:21 fs 1.65.4.2: RESYNC: (1.65-1.66); FILE MERGED 2006/11/22 15:02:58 fs 1.65.4.1: #i71860# deliver css.form.runtime

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a18d276944b9b062c2bedf9e910c5773bfe24cfc]

        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>  [a87b93857d3a5aa77bc07a3c1b4b41b0a25533ef]

        INTEGRATION: CWS dbwizardpp5 (1.168.10); FILE MERGED 2006/11/21 13:05:57 bc 1.168.10.2: RESYNC: (1.168-1.172); FILE MERGED 2006/10/11 13:58:23 bc 1.168.10.1: #i64016#CompressMode now recognized as such

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a5de7600af001375364a9ce8ac3b3b556b1e1b6]

        INTEGRATION: CWS dba22a (1.38.18); FILE MERGED 2006/11/13 11:01:44 fs 1.38.18.1: make compile with gcc 4.2 (which claims that a sal_Bool cannot be assigned to a sal_Bool:1) Issue number:  #i71263# Submitted by:  bero@openoffice.org Reviewed by:   fs@openoffice.org

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [96b29a2a6e16a4fbcfdde2a417fcf42c5b7bf646]

        INTEGRATION: CWS dba22a (1.18.18); FILE MERGED 2006/11/27 10:57:30 fs 1.18.18.2: implDetermineType: don't assert 2006/11/22 20:45:53 fs 1.18.18.1: #i71860# assignment from SQLErrorEvent and Any

2006-12-01  Hans-Joachim Lankenau  <hjs@openoffice.org>  [3715660ffaae65c5a93b3fdb3c0ec674b63dd8fc]

        #i72184# make PCH default for hamburg builds

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0cf9acd57357df39562f4329a2b75bab993f53e]

        INTEGRATION: CWS dba22a (1.5.188); FILE MERGED 2006/11/13 10:20:09 fs 1.5.188.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5f291a1a1c1560b73894abeb814c0cec462978e3]

        INTEGRATION: CWS dbwizardpp5 (1.11.28); FILE MERGED 2006/10/10 14:24:42 bc 1.11.28.2: #i55179# now reportwizard recognizes numberformat 2006/10/06 16:35:29 bc 1.11.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [66c1362075d47f88a213b59d8c07c3a971d994e8]

        INTEGRATION: CWS dbwizardpp5 (1.9.28); FILE MERGED 2006/10/06 16:35:28 bc 1.9.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9caa1faec1230e846b8848f2bfa5d9a170db4d08]

        INTEGRATION: CWS dba22a (1.3.102); FILE MERGED 2006/11/13 10:20:08 fs 1.3.102.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b5cd88baccfea2cde7bcf923f238bea84ab40858]

        INTEGRATION: CWS dba22a (1.16.66); FILE MERGED 2006/11/22 20:45:48 fs 1.16.66.1: #i71860# assignment from SQLErrorEvent and Any

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [766161601b408d510b5979f62b0c5553dc468391]

        INTEGRATION: CWS dba22a (1.7.112); FILE MERGED 2006/11/13 10:19:33 fs 1.7.112.1: corrected PRJNAME

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [45f91523df5b4d13398fab46104de955cb15b198]

        INTEGRATION: CWS smoketest11 (1.9.28); FILE MERGED 2006/11/02 16:04:32 jl 1.9.28.1: #71115# build test service for use in smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ba356d68341bf126b516ca4cc327cabfbb149518]

        INTEGRATION: CWS smoketest11 (1.169.16); FILE MERGED 2006/11/02 16:13:18 jl 1.169.16.1: #71115# juh.jar is now registered as uno component because it contains a service that needs registration

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a626e3ee874860e150846971a45f364de806099]

        INTEGRATION: CWS smoketest11 (1.2.56); FILE MERGED 2006/11/27 16:05:47 kz 1.2.56.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f73b623b286320eb970ade71226ad3fef86622f8]

        INTEGRATION: CWS smoketest11 (1.2.28); FILE MERGED 2006/11/27 16:06:03 kz 1.2.28.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fddab7a5f63fdde34d15aa6953aa18c595f3922a]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/27 16:19:07 kz 1.1.2.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c469d37e9f5244bbc0498959c5993eb5f65358d8]

        INTEGRATION: CWS smoketest11 (1.3.18); FILE MERGED 2006/11/27 16:06:03 kz 1.3.18.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [09250996754ff7b8bd91d771ade60df46c0e843a]

        INTEGRATION: CWS dbwizardpp5 (1.6.28); FILE MERGED 2006/10/06 16:35:20 bc 1.6.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [74abf28b7a9ca4ddee4be7612aaf9911c52eeea4]

        INTEGRATION: CWS smoketest11 (1.3.26); FILE MERGED 2006/11/27 16:06:03 kz 1.3.26.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [474444d43c75caf64a8f2b605115c3a625fc78fe]

        INTEGRATION: CWS dbwizardpp5 (1.8.28); FILE MERGED 2006/10/06 16:35:20 bc 1.8.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [53240e34a969800ac3197a14875b0faace1949ed]

        INTEGRATION: CWS smoketest11 (1.5.6); FILE MERGED 2006/11/27 19:58:13 kz 1.5.6.2: #i71115# fixes 2006/11/27 16:06:02 kz 1.5.6.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [42481c8e445c13a873e1a709d914684ff390eae6]

        INTEGRATION: CWS dbwizardpp5 (1.70.22); FILE MERGED 2006/10/12 10:02:17 bc 1.70.22.3: #i69682# 2006/10/11 11:54:59 bc 1.70.22.2: #i69682# now also native queries can be handled by report wizard 2006/10/06 16:35:20 bc 1.70.22.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7669b13ed648051b784bf08b63f536f55e1141d9]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/27 16:18:17 kz 1.1.2.1: #i71115# test extension

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [68a8c1e05bb08bf6a2efb477f3a8b45c8bb3a64a]

        INTEGRATION: CWS dbwizardpp5 (1.8.28); FILE MERGED 2006/10/06 16:35:19 bc 1.8.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7af4fd84eda87fe4df4510eb3c3fc745ceb5ccde]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/27 16:45:33 kz 1.1.2.2: #i71115# fixes 2006/11/27 16:18:16 kz 1.1.2.1: #i71115# test extension

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1b18d51f8bfb7d43cb1501dd32c0c2a57a32a325]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/27 16:18:16 kz 1.1.2.1: #i71115# test extension

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [831890f399e891180b4adad41e67877d88ee98f0]

        INTEGRATION: CWS dbwizardpp5 (1.6.28); FILE MERGED 2006/10/06 16:35:19 bc 1.6.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c541c0d3cd7bae133c7c355130b94f9320d51434]

        INTEGRATION: CWS dbwizardpp5 (1.38.28); FILE MERGED 2006/10/11 11:54:59 bc 1.38.28.3: #i69682# now also native queries can be handled by report wizard 2006/10/10 14:24:41 bc 1.38.28.2: #i55179# now reportwizard recognizes numberformat 2006/10/06 16:35:19 bc 1.38.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [185078a913b4d24508dfd28c160ca445e8babf40]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/27 16:45:33 kz 1.1.2.2: #i71115# fixes 2006/11/27 16:18:15 kz 1.1.2.1: #i71115# test extension

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [173b37f641f2f3d18f88a6b41d8e53f9a503aa51]

        INTEGRATION: CWS dbwizardpp5 (1.11.28); FILE MERGED 2006/10/06 16:35:19 bc 1.11.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [247fe509251a5fe82843884080af4be5c294af0f]

        INTEGRATION: CWS smoketest11 (1.4.26); FILE MERGED 2006/11/27 16:06:02 kz 1.4.26.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [aad55d38bf202e87e7c29c15751f822371615f51]

        INTEGRATION: CWS dbwizardpp5 (1.11.24); FILE MERGED 2006/10/10 14:24:41 bc 1.11.24.1: #i55179# now reportwizard recognizes numberformat

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a2f9321264db0aff543b29c8fc35dfa704f1d5e]

        INTEGRATION: CWS smoketest11 (1.18.8); FILE MERGED 2006/11/27 17:23:41 kz 1.18.8.2: #i71115# fixes 2006/11/27 16:06:02 kz 1.18.8.1: #i71115# new test for extensions

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0ce8b07d14410f3d7267c3ff8cb8c31f0a3cc247]

        INTEGRATION: CWS dbwizardpp5 (1.12.28); FILE MERGED 2006/10/06 16:35:18 bc 1.12.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [21de2e6c0375427e95ecb2bbadf277731b590990]

        INTEGRATION: CWS dbwizardpp5 (1.7.22); FILE MERGED 2006/10/06 16:35:18 bc 1.7.22.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d49d49d9666f8d1207f6b5342ab99e5721b419e0]

        INTEGRATION: CWS smoketest11 (1.98.22); FILE MERGED 2006/11/02 16:13:32 jl 1.98.22.1: #71115# new service for use in smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [254f227b41f3e731cc0c7c17e0539ce5d1b1e5c4]

        INTEGRATION: CWS dbwizardpp5 (1.7.52); FILE MERGED 2006/10/10 14:24:41 bc 1.7.52.1: #i55179# now reportwizard recognizes numberformat

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [152201f960953160bda21327d9e2eaf683c63976]

        INTEGRATION: CWS smoketest11 (1.80.22); FILE MERGED 2006/11/02 16:12:15 jl 1.80.22.1: #71115# new service for use in smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a3fca26a11f73fbfeb8b447fe1ae7a973e5a2794]

        INTEGRATION: CWS dbwizardpp5 (1.11.28); FILE MERGED 2006/10/11 11:54:59 bc 1.11.28.2: #i69682# now also native queries can be handled by report wizard 2006/10/10 14:24:41 bc 1.11.28.1: #i55179# now reportwizard recognizes numberformat

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [80ac2ab194bade861cb06518d31cb04b9d1a4ed0]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:08:11 jl 1.1.2.1: #i71115# new service for use in smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2c41d2af259d3aa7eb7ba7b0cb6e0c4a4b4c7660]

        INTEGRATION: CWS dbwizardpp5 (1.9.28); FILE MERGED 2006/10/06 16:35:17 bc 1.9.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1a1ab4963f2635592ac1112726b419a153c3df5f]

        INTEGRATION: CWS smoketest11 (1.1.2); FILE ADDED 2006/11/02 16:08:02 jl 1.1.2.1: #i71115# new service for use in smoketest

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [41f1e328ab7e5c583cd6b5ff82b9f38f5ca0a45d]

        INTEGRATION: CWS dbwizardpp5 (1.11.28); FILE MERGED 2006/10/06 16:35:17 bc 1.11.28.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [48a511f56cf94430289c0745485c6feffb5f9f36]

        INTEGRATION: CWS dbwizardpp5 (1.16.24); FILE MERGED 2006/10/11 11:54:58 bc 1.16.24.1: #i69682# now also native queries can be handled by report wizard

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [96938412c100b7ee298d48d0f0734e38b8f02ace]

        INTEGRATION: CWS dbwizardpp5 (1.11.24); FILE MERGED 2006/10/10 14:24:40 bc 1.11.24.2: #i55179# now reportwizard recognizes numberformat 2006/10/06 16:35:17 bc 1.11.24.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [860d15cceb555860b016856fc6c262e060c7fdd8]

        INTEGRATION: CWS dbwizardpp5 (1.4.52); FILE MERGED 2006/10/06 16:35:16 bc 1.4.52.1: #i43801#reportwizard now handles NumberFormat correctly

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3f5ede8de4917418c06f143b9d9a704216f4173e]

        INTEGRATION: CWS dbwizardpp5 (1.7.248); FILE MERGED 2006/10/11 14:05:51 bc 1.7.248.1: #i64016#orthographical bug in Filterargument CompressMode corrected

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [23604b0ded726d052472bc1e5a8a2359ef2f056c]

        INTEGRATION: CWS kendy17 (1.1.2); FILE ADDED 2006/11/22 16:54:31 thb 1.1.2.5: #i71068# Changed help blurb to here-document; escaped @ to prevent warning 2006/11/22 15:27:54 kendy 1.1.2.4: #i71068# - MWS and milestone mandatory. - -d renamed to -r - new option -d to default to current MWS and milestone - removed notes about the 'apply' file 2006/11/06 14:49:42 kendy 1.1.2.3: #i71068# Fixed help a bit. 2006/11/06 13:45:53 kendy 1.1.2.2: #i71068# Better init. License. Better check for Linux(Intel|X86-64)Set.sh. 2006/11/01 11:18:38 kendy 1.1.2.1: #i71068# A really useful utility - creates a CWS, associtates tasks, adds modules & commits a patch - all in one go...

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [043d85f7b11b501c94c649519894464780a02c45]

        INTEGRATION: CWS smoketest11 (1.2.40); FILE MERGED 2006/11/02 16:05:26 jl 1.2.40.1: #71115# add RegistrationClass so that juh can be registered with regcomp

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3770ff01bb5a6fcab536e8a218b00260651c35ec]

        INTEGRATION: CWS swautomatic01 (1.13.92); FILE MERGED 2006/05/19 10:41:26 os 1.13.92.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ddcd31d14c49475a9d65625006979d55c3e073d4]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/06/23 14:44:57 fme 1.1.2.2: #i65476#: Automatic Styles 2006/05/19 10:40:22 os 1.1.2.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [57f80017eed28c65e4e523ed257d225e3ca65690]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/05/29 11:00:57 os 1.1.2.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a7c219d06815975c7fa29f9a88126b47ac974e0]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/05/31 10:55:04 os 1.1.2.2: #i65476# XAutoStyleFamily changed 2006/05/19 10:40:11 os 1.1.2.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ac281af8cedc1d8252cc1a4c98c3b426a183df0e]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/06/23 14:46:01 fme 1.1.2.2: #i65476#: Automatic Styles 2006/05/19 10:39:59 os 1.1.2.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ccb73e5c53ac4c8ff1ddfdca7e106ec5e9280e4b]

        INTEGRATION: CWS swautomatic01 (1.18.322); FILE MERGED 2006/10/10 19:34:40 fme 1.18.322.3: RESYNC: (1.19-1.20); FILE MERGED 2006/09/01 13:44:49 fme 1.18.322.2: RESYNC: (1.18-1.19); FILE MERGED 2006/05/17 14:39:47 ama 1.18.322.1: #i65476# Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3e60219fdf3491f31cd4de1ee52fe90467a3dd44]

        INTEGRATION: CWS swautomatic01 (1.108.66); FILE MERGED 2006/10/10 19:33:53 fme 1.108.66.7: RESYNC: (1.113-1.115); FILE MERGED 2006/09/01 13:44:23 fme 1.108.66.6: RESYNC: (1.112-1.113); FILE MERGED 2006/08/10 16:50:08 fme 1.108.66.5: RESYNC: (1.111-1.112); FILE MERGED 2006/08/09 08:56:39 fme 1.108.66.4: #i64576# Automatic styles 2006/07/03 07:41:56 ama 1.108.66.3: RESYNC: (1.108-1.111); FILE MERGED 2006/06/20 08:40:31 fme 1.108.66.2: #i65476#: Automatic Styles 2006/05/19 11:26:30 os 1.108.66.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ff4653c1e6ea3e34bbb6009228815f8b1c7a8dbf]

        INTEGRATION: CWS swautomatic01 (1.135.24); FILE MERGED 2006/10/10 18:51:22 fme 1.135.24.2: RESYNC: (1.135-1.136); FILE MERGED 2006/09/04 12:23:58 fme 1.135.24.1: #i65476# Autostyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [525b6c9395f84532e75e3c6ac940b68787f87991]

        INTEGRATION: CWS swautomatic01 (1.34.80); FILE MERGED 2006/10/10 18:32:57 fme 1.34.80.4: RESYNC: (1.35-1.36); FILE MERGED 2006/09/04 11:43:17 fme 1.34.80.3: #i65476# Autostyles 2006/09/01 13:15:08 fme 1.34.80.2: RESYNC: (1.34-1.35); FILE MERGED 2006/08/16 08:25:04 fme 1.34.80.1: #i65476# AutoStyles for paragraphs

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [86dfa968da04c0ecca58fcc9662dcd47197b56e9]

        INTEGRATION: CWS swautomatic01 (1.42.324); FILE MERGED 2006/10/10 18:30:24 fme 1.42.324.8: RESYNC: (1.44-1.45); FILE MERGED 2006/09/01 13:13:48 fme 1.42.324.7: RESYNC: (1.43-1.44); FILE MERGED 2006/08/15 11:46:53 fme 1.42.324.6: #i65476# Automatic paragraph styles 2006/08/14 06:24:08 fme 1.42.324.5: #i65476# AutoStyles - Resync 2006/08/10 16:36:33 fme 1.42.324.4: RESYNC: (1.42-1.43); FILE MERGED 2006/06/29 13:10:06 fme 1.42.324.3: #i65476# AutoStyles 2006/06/27 09:48:43 fme 1.42.324.2: #i65476# Automatic Styles 2006/06/20 08:40:30 fme 1.42.324.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [cc2031e246bdc6fbefdb82998ded5ea781cf5d28]

        INTEGRATION: CWS swautomatic01 (1.30.320); FILE MERGED 2006/11/16 15:03:53 fme 1.30.320.4: RESYNC: (1.32-1.33); FILE MERGED 2006/10/10 18:30:16 fme 1.30.320.3: RESYNC: (1.31-1.32); FILE MERGED 2006/09/01 13:13:42 fme 1.30.320.2: RESYNC: (1.30-1.31); FILE MERGED 2006/06/15 11:40:23 ama 1.30.320.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2750885f02e29d3a175539d92d4986f9aa149714]

        INTEGRATION: CWS swautomatic01 (1.71.74); FILE MERGED 2006/10/10 18:29:20 fme 1.71.74.3: RESYNC: (1.72-1.74); FILE MERGED 2006/09/01 13:12:51 fme 1.71.74.2: RESYNC: (1.71-1.72); FILE MERGED 2006/08/24 11:18:20 ama 1.71.74.1: #i65476#: Cached automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ceb7ad2dbae0f422a188fa2f8d2125ed18573134]

        INTEGRATION: CWS swautomatic01 (1.168.14); FILE MERGED 2006/11/16 15:03:26 fme 1.168.14.4: RESYNC: (1.170-1.171); FILE MERGED 2006/10/10 18:27:30 fme 1.168.14.3: RESYNC: (1.169-1.170); FILE MERGED 2006/09/01 13:11:55 fme 1.168.14.2: RESYNC: (1.168-1.169); FILE MERGED 2006/06/26 13:12:08 ama 1.168.14.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [39ebb7eca8a61b84e9b24c5b1d1367c233dfabc3]

        INTEGRATION: CWS swautomatic01 (1.120.80); FILE MERGED 2006/11/16 15:02:51 fme 1.120.80.5: RESYNC: (1.123-1.125); FILE MERGED 2006/10/10 18:26:45 fme 1.120.80.4: RESYNC: (1.122-1.123); FILE MERGED 2006/09/01 13:11:11 fme 1.120.80.3: RESYNC: (1.121-1.122); FILE MERGED 2006/08/10 16:35:41 fme 1.120.80.2: RESYNC: (1.120-1.121); FILE MERGED 2006/06/01 10:56:27 fme 1.120.80.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [940ca99eb89ec7ef540376962ab8b4f693a78faa]

        INTEGRATION: CWS swautomatic01 (1.168.14); FILE MERGED 2006/11/16 15:02:16 fme 1.168.14.4: RESYNC: (1.171-1.173); FILE MERGED 2006/10/10 18:26:37 fme 1.168.14.3: RESYNC: (1.169-1.171); FILE MERGED 2006/09/01 13:10:48 fme 1.168.14.2: RESYNC: (1.168-1.169); FILE MERGED 2006/08/09 08:56:38 fme 1.168.14.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [691e08097f1b0e1723bbbb9dac9dccfb1fb488de]

        INTEGRATION: CWS swautomatic01 (1.94.14); FILE MERGED 2006/10/10 18:25:51 fme 1.94.14.4: RESYNC: (1.95-1.97); FILE MERGED 2006/09/01 13:10:05 fme 1.94.14.3: RESYNC: (1.94-1.95); FILE MERGED 2006/07/18 13:12:26 fme 1.94.14.2: #i65476# AutoStyles 2006/06/15 11:47:51 ama 1.94.14.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [faa5d84bc11da9c1e1ddee2cd54301cb9e27236e]

        INTEGRATION: CWS swautomatic01 (1.84.162); FILE MERGED 2006/11/16 15:01:27 fme 1.84.162.7: RESYNC: (1.86-1.87); FILE MERGED 2006/10/10 18:24:56 fme 1.84.162.6: RESYNC: (1.85-1.86); FILE MERGED 2006/09/03 11:56:11 fme 1.84.162.5: #i65476# Resync 2006/09/01 13:09:14 fme 1.84.162.4: RESYNC: (1.84-1.85); FILE MERGED 2006/08/09 08:56:38 fme 1.84.162.3: #i64576# Automatic styles 2006/08/01 14:55:33 fme 1.84.162.2: #i64576# Automatic styles 2006/06/26 07:14:07 ama 1.84.162.1: #i65476#: Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d85ac9e5172da51a7f74c83ef9b2a364ef4e1378]

        INTEGRATION: CWS swautomatic01 (1.58.74); FILE MERGED 2006/10/10 18:19:55 fme 1.58.74.6: RESYNC: (1.61-1.62); FILE MERGED 2006/09/01 13:05:36 fme 1.58.74.5: RESYNC: (1.60-1.61); FILE MERGED 2006/08/10 16:34:59 fme 1.58.74.4: RESYNC: (1.59-1.60); FILE MERGED 2006/08/09 08:56:37 fme 1.58.74.3: #i64576# Automatic styles 2006/07/03 07:30:48 ama 1.58.74.2: RESYNC: (1.58-1.59); FILE MERGED 2006/06/01 10:56:26 fme 1.58.74.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a3dfb89ab55caccf3a57cde241eb54f996f5c272]

        INTEGRATION: CWS swautomatic01 (1.29.80); FILE MERGED 2006/10/10 18:19:48 fme 1.29.80.3: RESYNC: (1.30-1.31); FILE MERGED 2006/09/01 13:05:30 fme 1.29.80.2: RESYNC: (1.29-1.30); FILE MERGED 2006/08/09 08:56:37 fme 1.29.80.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [db7e42dc8955ae2fdf59b94f80dceff8a8b6caf3]

        INTEGRATION: CWS swautomatic01 (1.25.80); FILE MERGED 2006/10/10 18:19:26 fme 1.25.80.4: RESYNC: (1.26-1.27); FILE MERGED 2006/09/01 13:05:14 fme 1.25.80.3: RESYNC: (1.25-1.26); FILE MERGED 2006/08/09 08:56:37 fme 1.25.80.2: #i64576# Automatic styles 2006/08/01 14:55:32 fme 1.25.80.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a715e430061813d2cc6a1a09b55009e1997bf7b]

        INTEGRATION: CWS swautomatic01 (1.60.134); FILE MERGED 2006/11/16 14:58:56 fme 1.60.134.7: RESYNC: (1.62-1.63); FILE MERGED 2006/10/10 18:19:08 fme 1.60.134.6: RESYNC: (1.61-1.62); FILE MERGED 2006/09/01 13:04:59 fme 1.60.134.5: RESYNC: (1.60-1.61); FILE MERGED 2006/08/09 08:56:37 fme 1.60.134.4: #i64576# Automatic styles 2006/07/18 13:12:26 fme 1.60.134.3: #i65476# AutoStyles 2006/06/23 13:46:09 ama 1.60.134.2: #i65476#: Automatic Styles 2006/06/15 11:45:21 ama 1.60.134.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b0ccbed1987591311a8be5dd862e71a05dea3fcf]

        INTEGRATION: CWS swautomatic01 (1.36.250); FILE MERGED 2006/10/10 18:18:03 fme 1.36.250.3: RESYNC: (1.37-1.38); FILE MERGED 2006/09/01 13:03:20 fme 1.36.250.2: RESYNC: (1.36-1.37); FILE MERGED 2006/08/09 08:56:36 fme 1.36.250.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6b7c0a2a82e2636449caaecc980fcfc019508499]

        INTEGRATION: CWS swautomatic01 (1.16.324); FILE MERGED 2006/10/10 18:17:22 fme 1.16.324.3: RESYNC: (1.17-1.18); FILE MERGED 2006/09/01 13:02:35 fme 1.16.324.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/09 08:56:36 fme 1.16.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e605acfd721e3ca14696e4b97bd693403b7f60c9]

        INTEGRATION: CWS swautomatic01 (1.30.78); FILE MERGED 2006/10/10 18:14:09 fme 1.30.78.6: RESYNC: (1.32-1.33); FILE MERGED 2006/09/01 13:00:19 fme 1.30.78.5: RESYNC: (1.31-1.32); FILE MERGED 2006/08/10 16:34:08 fme 1.30.78.4: RESYNC: (1.30-1.31); FILE MERGED 2006/07/18 13:12:25 fme 1.30.78.3: #i65476# AutoStyles 2006/06/23 13:48:03 ama 1.30.78.2: #i65476#: Automatic Styles 2006/06/15 11:43:47 ama 1.30.78.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [71494f349e2d620979de49e236bcf9c268c632ed]

        INTEGRATION: CWS swautomatic01 (1.32.36); FILE MERGED 2006/10/10 18:13:50 fme 1.32.36.3: RESYNC: (1.33-1.34); FILE MERGED 2006/09/01 13:00:12 fme 1.32.36.2: RESYNC: (1.32-1.33); FILE MERGED 2006/06/15 11:42:30 ama 1.32.36.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a82f02a6b8b1520d0985c6badbceb03df6691a74]

        INTEGRATION: CWS swautomatic01 (1.41.252); FILE MERGED 2006/11/16 14:55:04 fme 1.41.252.4: RESYNC: (1.44-1.45); FILE MERGED 2006/10/10 18:11:57 fme 1.41.252.3: RESYNC: (1.42-1.44); FILE MERGED 2006/09/01 12:59:00 fme 1.41.252.2: RESYNC: (1.41-1.42); FILE MERGED 2006/07/06 07:33:46 fme 1.41.252.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6cd37e708c588c2a0a1a31e1ae4d35e11450fea4]

        INTEGRATION: CWS swautomatic01 (1.62.244); FILE MERGED 2006/11/16 14:53:02 fme 1.62.244.18: RESYNC: (1.66-1.67); FILE MERGED 2006/10/10 18:08:34 fme 1.62.244.17: RESYNC: (1.65-1.66); FILE MERGED 2006/09/01 12:56:47 fme 1.62.244.16: RESYNC: (1.64-1.65); FILE MERGED 2006/08/24 11:19:04 ama 1.62.244.15: #i65476#: Cached automatic styles 2006/08/21 13:14:51 ama 1.62.244.14: #i65476#: Accept unknownm properties for automatic styles 2006/08/16 09:55:48 ama 1.62.244.13: #i65476#: Automatic styles (paragraph) 2006/08/10 16:33:15 fme 1.62.244.12: RESYNC: (1.63-1.64); FILE MERGED 2006/08/09 08:56:36 fme 1.62.244.11: #i64576# Automatic styles 2006/07/03 07:28:17 ama 1.62.244.10: RESYNC: (1.62-1.63); FILE MERGED 2006/06/29 13:10:06 fme 1.62.244.9: #i65476# AutoStyles 2006/06/23 14:40:25 fme 1.62.244.8: #i65476#: Automatic Styles 2006/06/23 13:51:34 ama 1.62.244.7: #i65476#: Automatic Styles 2006/06/20 08:40:30 fme 1.62.244.6: #i65476#: Automatic Styles 2006/06/15 13:39:33 ama 1.62.244.5: #i65476#: Automatic Styles 2006/06/06 14:54:32 ama 1.62.244.4: #i65476#: Automatic styles 2006/06/02 13:06:23 ama 1.62.244.3: #i65476#: Automatic Styles 2006/05/31 10:54:11 os 1.62.244.2: #i65476# XAutoStyleFamily changed 2006/05/19 11:25:50 os 1.62.244.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b8f534faea1aa45b32a8aa398a08ec5ca4736b6a]

        INTEGRATION: CWS swautomatic01 (1.120.70); FILE MERGED 2006/10/10 18:07:19 fme 1.120.70.6: RESYNC: (1.123-1.124); FILE MERGED 2006/08/14 05:55:22 fme 1.120.70.5: #i65476# AutoStyles - Resync 2006/08/10 16:33:07 fme 1.120.70.4: RESYNC: (1.122-1.123); FILE MERGED 2006/07/03 14:35:55 ama 1.120.70.3: #i65476#: Automatic Styles 2006/06/30 11:40:47 ama 1.120.70.2: Resolve merge conflicts 2006/06/15 13:31:16 ama 1.120.70.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7e23170be78f72c61cd838fccb5c74c7daa07b33]

        INTEGRATION: CWS swautomatic01 (1.33.322); FILE MERGED 2006/10/10 18:06:43 fme 1.33.322.3: RESYNC: (1.34-1.35); FILE MERGED 2006/09/01 12:55:33 fme 1.33.322.2: RESYNC: (1.33-1.34); FILE MERGED 2006/08/01 15:04:13 fme 1.33.322.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [105eb9ba4021de79de6f595ee4e2573a5725f673]

        INTEGRATION: CWS swautomatic01 (1.92.72); FILE MERGED 2006/10/10 18:06:24 fme 1.92.72.6: RESYNC: (1.95-1.97); FILE MERGED 2006/09/01 12:55:13 fme 1.92.72.5: RESYNC: (1.94-1.95); FILE MERGED 2006/08/16 09:56:37 ama 1.92.72.4: #i65476#: Automatic styles (paragraph) 2006/08/10 16:32:49 fme 1.92.72.3: RESYNC: (1.92-1.94); FILE MERGED 2006/06/29 13:10:05 fme 1.92.72.2: #i65476# AutoStyles 2006/06/15 13:33:58 ama 1.92.72.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b37cd5b802bd8e401aa377c4192a44ed733fc02b]

        INTEGRATION: CWS swautomatic01 (1.185.66); FILE MERGED 2006/10/10 18:06:16 fme 1.185.66.11: RESYNC: (1.189-1.190); FILE MERGED 2006/09/01 12:55:06 fme 1.185.66.10: RESYNC: (1.188-1.189); FILE MERGED 2006/08/18 09:04:03 fme 1.185.66.9: #i65476# Automatic paragraph styles 2006/08/16 09:56:10 ama 1.185.66.8: #i65476#: Automatic styles (paragraph) 2006/08/10 16:32:42 fme 1.185.66.7: RESYNC: (1.186-1.188); FILE MERGED 2006/08/10 09:16:31 fme 1.185.66.6: #i65476# Automatic paragraph styles 2006/08/09 08:56:35 fme 1.185.66.5: #i64576# Automatic styles 2006/07/07 11:29:10 fme 1.185.66.4: #i65476# AutoStyles 2006/07/03 07:25:56 ama 1.185.66.3: RESYNC: (1.185-1.186); FILE MERGED 2006/06/29 13:10:05 fme 1.185.66.2: #i65476# AutoStyles 2006/06/15 13:23:50 ama 1.185.66.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d4421fe04f24ecd484f861f481ae67242914f9fa]

        INTEGRATION: CWS swautomatic01 (1.22.24); FILE MERGED 2006/11/16 14:52:42 fme 1.22.24.3: RESYNC: (1.23-1.24); FILE MERGED 2006/10/10 18:04:41 fme 1.22.24.2: RESYNC: (1.22-1.23); FILE MERGED 2006/09/05 15:07:20 ama 1.22.24.1: #i65476#: Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c97bfc9ed312f785acaa529e96e0df4364c84d7b]

        INTEGRATION: CWS swautomatic01 (1.29.142); FILE MERGED 2006/10/10 18:04:33 fme 1.29.142.4: RESYNC: (1.30-1.31); FILE MERGED 2006/09/01 12:53:51 fme 1.29.142.3: RESYNC: (1.29-1.30); FILE MERGED 2006/08/10 09:16:30 fme 1.29.142.2: #i65476# Automatic paragraph styles 2006/08/09 08:56:35 fme 1.29.142.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [daa3ac9b58774e2d6eefbac05b8892267c3bb89e]

        INTEGRATION: CWS swautomatic01 (1.5.324); FILE MERGED 2006/10/10 18:03:28 fme 1.5.324.3: RESYNC: (1.6-1.8); FILE MERGED 2006/09/01 12:53:07 fme 1.5.324.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 08:56:35 fme 1.5.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [349f171171930e86aa480ccb7f79d106b8447be7]

        INTEGRATION: CWS swautomatic01 (1.20.82); FILE MERGED 2006/10/10 18:03:20 fme 1.20.82.5: RESYNC: (1.23-1.25); FILE MERGED 2006/09/08 11:02:31 fme 1.20.82.4: #i65476# Automatic styles 2006/09/01 12:53:00 fme 1.20.82.3: RESYNC: (1.22-1.23); FILE MERGED 2006/08/10 16:30:33 fme 1.20.82.2: RESYNC: (1.20-1.22); FILE MERGED 2006/08/09 08:56:34 fme 1.20.82.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1d06bf3e1b4404b4fefab82315d0e10ea0660439]

        INTEGRATION: CWS swautomatic01 (1.9.322); FILE MERGED 2006/10/10 18:02:50 fme 1.9.322.3: RESYNC: (1.10-1.12); FILE MERGED 2006/09/01 12:52:34 fme 1.9.322.2: RESYNC: (1.9-1.10); FILE MERGED 2006/08/09 08:56:34 fme 1.9.322.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [23e3fef3c50f16549b4226e4008ed46779a1b607]

        INTEGRATION: CWS swautomatic01 (1.16.24); FILE MERGED 2006/10/10 18:02:33 fme 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2006/09/08 11:02:30 fme 1.16.24.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [cb8788abfec73a485f6ddfa5e0764eec240b1aa6]

        INTEGRATION: CWS swautomatic01 (1.5.326); FILE MERGED 2006/10/10 18:01:56 fme 1.5.326.4: RESYNC: (1.6-1.7); FILE MERGED 2006/09/08 11:02:30 fme 1.5.326.3: #i65476# Automatic styles 2006/09/01 12:51:49 fme 1.5.326.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 08:56:34 fme 1.5.326.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4b709a1189ea7a2bda13bfe9ae7241306d5bce6c]

        INTEGRATION: CWS swautomatic01 (1.20.324); FILE MERGED 2006/11/16 14:52:33 fme 1.20.324.5: RESYNC: (1.23-1.24); FILE MERGED 2006/10/10 18:01:48 fme 1.20.324.4: RESYNC: (1.21-1.23); FILE MERGED 2006/09/08 11:02:30 fme 1.20.324.3: #i65476# Automatic styles 2006/09/01 12:51:42 fme 1.20.324.2: RESYNC: (1.20-1.21); FILE MERGED 2006/08/09 08:56:34 fme 1.20.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [46ded61c6b9e9b483c595ebd00dd411174af3f3c]

        INTEGRATION: CWS swautomatic01 (1.13.322); FILE MERGED 2006/10/10 18:01:31 fme 1.13.322.4: RESYNC: (1.15-1.16); FILE MERGED 2006/09/01 12:51:28 fme 1.13.322.3: RESYNC: (1.14-1.15); FILE MERGED 2006/08/10 16:29:50 fme 1.13.322.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/01 10:56:26 fme 1.13.322.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [426de1313a09adcf779acc21a6cbf9d202da0be2]

        INTEGRATION: CWS swautomatic01 (1.10.322); FILE MERGED 2006/10/10 18:01:23 fme 1.10.322.3: RESYNC: (1.11-1.12); FILE MERGED 2006/09/01 12:51:21 fme 1.10.322.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/01 10:56:26 fme 1.10.322.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [458b6f6240a3d392fbce890c1176d7c0f3491403]

        INTEGRATION: CWS swautomatic01 (1.16.84); FILE MERGED 2006/10/10 18:00:55 fme 1.16.84.5: RESYNC: (1.18-1.19); FILE MERGED 2006/09/08 11:02:30 fme 1.16.84.4: #i65476# Automatic styles 2006/09/01 12:51:03 fme 1.16.84.3: RESYNC: (1.17-1.18); FILE MERGED 2006/08/10 16:29:28 fme 1.16.84.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/09 08:56:34 fme 1.16.84.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5c0476e68834377a625e989290ebd791124a38d0]

        INTEGRATION: CWS swautomatic01 (1.9.74); FILE MERGED 2006/10/10 18:00:36 fme 1.9.74.3: RESYNC: (1.10-1.12); FILE MERGED 2006/09/01 12:50:45 fme 1.9.74.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/01 10:56:25 fme 1.9.74.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [eac8c3a2abd502804d897b8269d6fbd277d1a3a8]

        INTEGRATION: CWS swautomatic01 (1.15.162); FILE MERGED 2006/10/10 18:00:28 fme 1.15.162.4: RESYNC: (1.16-1.17); FILE MERGED 2006/09/01 12:50:39 fme 1.15.162.3: RESYNC: (1.15-1.16); FILE MERGED 2006/08/09 08:56:34 fme 1.15.162.2: #i64576# Automatic styles 2006/06/01 10:56:25 fme 1.15.162.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [77cb270b317edcad1bc3afb0e11cf012f3ab2177]

        INTEGRATION: CWS swautomatic01 (1.70.80); FILE MERGED 2006/10/10 17:58:26 fme 1.70.80.9: RESYNC: (1.73-1.74); FILE MERGED 2006/09/01 12:50:12 fme 1.70.80.8: RESYNC: (1.72-1.73); FILE MERGED 2006/08/14 06:20:59 fme 1.70.80.7: #i65476# AutoStyles - Resync 2006/08/10 16:28:05 fme 1.70.80.6: RESYNC: (1.71-1.72); FILE MERGED 2006/07/24 09:25:05 fme 1.70.80.5: #i64985# AutoStyles 2006/07/03 07:21:36 ama 1.70.80.4: RESYNC: (1.70-1.71); FILE MERGED 2006/06/29 13:10:04 fme 1.70.80.3: #i65476# AutoStyles 2006/06/13 10:32:56 fme 1.70.80.2: #i65476#: Automatic Styles 2006/06/01 10:56:25 fme 1.70.80.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9e3633b4836eeb4d6c0a806830b6cbab92cb735b]

        INTEGRATION: CWS swautomatic01 (1.14.322); FILE MERGED 2006/10/10 17:58:19 fme 1.14.322.3: RESYNC: (1.15-1.16); FILE MERGED 2006/09/01 12:50:05 fme 1.14.322.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/29 06:29:16 fme 1.14.322.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d8aacece43f67b40767090c06d57b1cc61a6ec1d]

        INTEGRATION: CWS swautomatic01 (1.40.252); FILE MERGED 2006/10/10 17:57:48 fme 1.40.252.27: RESYNC: (1.41-1.42); FILE MERGED 2006/09/08 14:22:54 fme 1.40.252.26: #i65476# Automatic styles 2006/09/08 11:02:29 fme 1.40.252.25: #i65476# Automatic styles 2006/09/06 07:12:14 ama 1.40.252.24: #i65476#: Automatic styles 2006/09/01 12:49:58 fme 1.40.252.23: RESYNC: (1.40-1.41); FILE MERGED 2006/08/29 12:24:01 fme 1.40.252.22: #i65476# Automatic paragraph styles 2006/08/18 09:04:03 fme 1.40.252.21: #i65476# Automatic paragraph styles 2006/08/16 08:25:03 fme 1.40.252.20: #i65476# AutoStyles for paragraphs 2006/08/09 08:56:33 fme 1.40.252.19: #i64576# Automatic styles 2006/08/01 15:04:49 fme 1.40.252.18: #i64576# Automatic styles 2006/07/14 14:44:40 fme 1.40.252.17: #i65476# AutoStyles - AutoStyle at whole paragraph 2006/07/14 06:22:45 fme 1.40.252.16: #i65476# Automatic styles 2006/07/07 19:57:34 fme 1.40.252.15: #i65476# Automatic styles 2006/07/07 08:33:26 fme 1.40.252.14: #i64576# Automatic styles 2006/07/06 07:22:27 fme 1.40.252.13: #i65476#: Automatic Styles 2006/06/29 13:10:04 fme 1.40.252.12: #i65476# AutoStyles 2006/06/23 14:40:24 fme 1.40.252.11: #i65476#: Automatic Styles 2006/06/16 08:02:25 fme 1.40.252.10: #i65476# AutoStyles 2006/06/15 13:04:38 fme 1.40.252.9: #i65476# AutoStyles 2006/06/13 10:32:56 fme 1.40.252.8: #i65476#: Automatic Styles 2006/06/07 14:51:22 fme 1.40.252.7: #i64576# Automatic styles 2006/06/06 14:53:37 ama 1.40.252.6: #i65476#: Automatic styles 2006/06/02 13:19:34 fme 1.40.252.5: #i65476# AutoStyles 2006/06/01 10:56:25 fme 1.40.252.4: #i65476# AutoStyles 2006/05/29 15:05:53 fme 1.40.252.3: #i64576# Automatic styles 2006/05/29 12:15:50 fme 1.40.252.2: #i65476# AutoStyles 2006/05/29 06:29:16 fme 1.40.252.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bcb5f383a79d775274148fedea654df1de286e7f]

        INTEGRATION: CWS swautomatic01 (1.61.74); FILE MERGED 2006/10/10 17:57:16 fme 1.61.74.13: RESYNC: (1.64-1.65); FILE MERGED 2006/09/11 12:06:12 ama 1.61.74.12: #i65476#: Automatic Styles, numbering 2006/09/01 12:49:31 fme 1.61.74.11: RESYNC: (1.63-1.64); FILE MERGED 2006/08/18 09:04:03 fme 1.61.74.10: #i65476# Automatic paragraph styles 2006/08/16 08:25:03 fme 1.61.74.9: #i65476# AutoStyles for paragraphs 2006/08/10 16:27:13 fme 1.61.74.8: RESYNC: (1.62-1.63); FILE MERGED 2006/08/10 09:16:30 fme 1.61.74.7: #i65476# Automatic paragraph styles 2006/08/09 08:56:33 fme 1.61.74.6: #i64576# Automatic styles 2006/08/01 15:04:49 fme 1.61.74.5: #i64576# Automatic styles 2006/07/18 13:12:25 fme 1.61.74.4: #i65476# AutoStyles 2006/07/03 07:20:28 ama 1.61.74.3: RESYNC: (1.61-1.62); FILE MERGED 2006/06/13 10:32:55 fme 1.61.74.2: #i65476#: Automatic Styles 2006/06/01 10:56:24 fme 1.61.74.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [eda0b8385fb9fbeb7f441e0418257a5b1375c026]

        INTEGRATION: CWS swautomatic01 (1.6.326); FILE MERGED 2006/10/10 17:57:09 fme 1.6.326.3: RESYNC: (1.6-1.7); FILE MERGED 2006/06/13 10:32:55 fme 1.6.326.2: #i65476#: Automatic Styles 2006/05/29 06:29:16 fme 1.6.326.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c75d6aa1628bcf4fb019bc97eb3b5c0c8a0e285a]

        INTEGRATION: CWS swautomatic01 (1.23.324); FILE MERGED 2006/10/10 17:56:37 fme 1.23.324.10: RESYNC: (1.24-1.25); FILE MERGED 2006/09/01 12:49:14 fme 1.23.324.9: RESYNC: (1.23-1.24); FILE MERGED 2006/06/15 13:00:41 ama 1.23.324.8: #i65476#: Automatic Styles 2006/06/13 10:32:55 fme 1.23.324.7: #i65476#: Automatic Styles 2006/06/08 08:00:11 ama 1.23.324.6: #i65476#: Automatic styles 2006/06/01 10:56:24 fme 1.23.324.5: #i65476# AutoStyles 2006/05/29 12:15:49 fme 1.23.324.4: #i65476# AutoStyles 2006/05/29 06:54:09 fme 1.23.324.3: #i65476# AutoStyles 2006/05/29 06:29:15 fme 1.23.324.2: #i65476# AutoStyles 2006/05/17 14:23:42 ama 1.23.324.1: #i65476# Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c8492498d3731077b2858d05bff24c664bf0bf9b]

        INTEGRATION: CWS swautomatic01 (1.88.190); FILE MERGED 2006/10/10 17:53:12 fme 1.88.190.4: RESYNC: (1.90-1.91); FILE MERGED 2006/09/01 12:47:24 fme 1.88.190.3: RESYNC: (1.89-1.90); FILE MERGED 2006/08/10 16:25:41 fme 1.88.190.2: RESYNC: (1.88-1.89); FILE MERGED 2006/07/07 19:57:34 fme 1.88.190.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [71251f776d67c0ef69d413e524f3dba65093c0fc]

        INTEGRATION: CWS swautomatic01 (1.37.324); FILE MERGED 2006/10/10 17:52:01 fme 1.37.324.3: RESYNC: (1.38-1.39); FILE MERGED 2006/09/01 12:46:33 fme 1.37.324.2: RESYNC: (1.37-1.38); FILE MERGED 2006/06/13 10:32:55 fme 1.37.324.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c2294c9a9bbc08b569f7efa8ede0c3838c618e8b]

        INTEGRATION: CWS swautomatic01 (1.83.324); FILE MERGED 2006/10/10 17:50:58 fme 1.83.324.4: RESYNC: (1.85-1.86); FILE MERGED 2006/09/01 12:45:41 fme 1.83.324.3: RESYNC: (1.84-1.85); FILE MERGED 2006/08/10 16:24:12 fme 1.83.324.2: RESYNC: (1.83-1.84); FILE MERGED 2006/07/07 19:57:34 fme 1.83.324.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2335baa397996f7d468065010b0d8afc76c3a884]

        INTEGRATION: CWS swautomatic01 (1.59.74); FILE MERGED 2006/11/16 14:52:13 fme 1.59.74.4: RESYNC: (1.61-1.62); FILE MERGED 2006/10/10 17:50:40 fme 1.59.74.3: RESYNC: (1.60-1.61); FILE MERGED 2006/09/01 12:45:25 fme 1.59.74.2: RESYNC: (1.59-1.60); FILE MERGED 2006/07/07 19:57:33 fme 1.59.74.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1df09d05dd37013197c304604506f54fdee0bbf1]

        INTEGRATION: CWS swautomatic01 (1.40.324); FILE MERGED 2006/10/10 17:49:21 fme 1.40.324.3: RESYNC: (1.41-1.42); FILE MERGED 2006/09/01 12:43:54 fme 1.40.324.2: RESYNC: (1.40-1.41); FILE MERGED 2006/07/14 06:22:30 fme 1.40.324.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [327f0cb077b750b8676e1ffe57b6667449503699]

        INTEGRATION: CWS swautomatic01 (1.22.74); FILE MERGED 2006/10/10 17:46:30 fme 1.22.74.8: RESYNC: (1.23-1.24); FILE MERGED 2006/09/01 12:41:27 fme 1.22.74.7: RESYNC: (1.22-1.23); FILE MERGED 2006/07/18 13:12:24 fme 1.22.74.6: #i65476# AutoStyles 2006/07/07 19:57:33 fme 1.22.74.5: #i65476# Automatic styles 2006/07/07 08:33:14 fme 1.22.74.4: #i64576# Automatic styles 2006/06/13 10:32:54 fme 1.22.74.3: #i65476#: Automatic Styles 2006/06/07 14:51:22 fme 1.22.74.2: #i64576# Automatic styles 2006/06/01 10:56:24 fme 1.22.74.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [edf82013dff7d03c778e3091066a8b4f391bec80]

        INTEGRATION: CWS swautomatic01 (1.3.324); FILE MERGED 2006/10/10 17:42:38 fme 1.3.324.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 08:56:32 fme 1.3.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e974f1aaf2b37fa1fe920c4637360504bb218e95]

        INTEGRATION: CWS swautomatic01 (1.37.92); FILE MERGED 2006/10/10 17:34:39 fme 1.37.92.3: RESYNC: (1.38-1.39); FILE MERGED 2006/08/10 16:19:59 fme 1.37.92.2: RESYNC: (1.37-1.38); FILE MERGED 2006/08/01 15:07:47 fme 1.37.92.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0a1c771d9f66a1cb53a8899cb86589c51180e7e5]

        INTEGRATION: CWS swautomatic01 (1.61.90); FILE MERGED 2006/11/16 14:45:13 fme 1.61.90.4: RESYNC: (1.63-1.64); FILE MERGED 2006/10/10 17:34:13 fme 1.61.90.3: RESYNC: (1.62-1.63); FILE MERGED 2006/09/01 12:34:13 fme 1.61.90.2: RESYNC: (1.61-1.62); FILE MERGED 2006/08/01 15:07:46 fme 1.61.90.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [965f017db5462f2f96b9089c90c9ea237a1b878c]

        INTEGRATION: CWS swautomatic01 (1.49.40); FILE MERGED 2006/09/01 12:30:26 fme 1.49.40.2: RESYNC: (1.49-1.50); FILE MERGED 2006/08/01 15:10:13 fme 1.49.40.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3bbdbc26cda6967e77ddc2d7fba81d3a35ed6d5f]

        INTEGRATION: CWS swautomatic01 (1.38.134); FILE MERGED 2006/10/10 17:32:58 fme 1.38.134.4: RESYNC: (1.40-1.41); FILE MERGED 2006/09/01 12:27:39 fme 1.38.134.3: RESYNC: (1.39-1.40); FILE MERGED 2006/08/10 16:18:24 fme 1.38.134.2: RESYNC: (1.38-1.39); FILE MERGED 2006/08/01 15:10:13 fme 1.38.134.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3786dc2db68718cc59273b348361963fc4433329]

        INTEGRATION: CWS swautomatic01 (1.44.72); FILE MERGED 2006/10/10 17:32:31 fme 1.44.72.4: RESYNC: (1.47-1.49); FILE MERGED 2006/09/01 12:27:24 fme 1.44.72.3: RESYNC: (1.46-1.47); FILE MERGED 2006/08/10 16:18:04 fme 1.44.72.2: RESYNC: (1.44-1.46); FILE MERGED 2006/06/01 10:56:23 fme 1.44.72.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d2c3f152a507c4d052a3fdac7b6ad9c42fe92946]

        INTEGRATION: CWS swautomatic01 (1.5.326); FILE MERGED 2006/10/10 17:25:55 fme 1.5.326.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/09 08:56:32 fme 1.5.326.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [40bce2f951565e9485a72486a6f5d1e9e3607781]

        INTEGRATION: CWS swautomatic01 (1.29.194); FILE MERGED 2006/10/10 17:24:43 fme 1.29.194.4: RESYNC: (1.31-1.33); FILE MERGED 2006/09/01 12:21:42 fme 1.29.194.3: RESYNC: (1.30-1.31); FILE MERGED 2006/08/10 16:16:52 fme 1.29.194.2: RESYNC: (1.29-1.30); FILE MERGED 2006/08/09 08:56:31 fme 1.29.194.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c47a1e96d3f5730c25a0b4e7e52666008778c543]

        INTEGRATION: CWS swautomatic01 (1.26.140); FILE MERGED 2006/11/16 14:43:48 fme 1.26.140.14: RESYNC: (1.29-1.30); FILE MERGED 2006/10/10 17:22:24 fme 1.26.140.13: RESYNC: (1.28-1.29); FILE MERGED 2006/09/01 12:19:23 fme 1.26.140.12: RESYNC: (1.27-1.28); FILE MERGED 2006/08/29 12:23:51 fme 1.26.140.11: #i65476# Automatic paragraph styles 2006/08/29 04:44:50 fme 1.26.140.10: #i65476# Automatic paragraph styles 2006/08/18 09:04:02 fme 1.26.140.9: #i65476# Automatic paragraph styles 2006/08/16 20:28:15 fme 1.26.140.8: #i65476# AutoStyles for paragraphs 2006/08/16 09:55:14 ama 1.26.140.7: #i65476#: Automatic styles (paragraph) 2006/08/16 08:25:03 fme 1.26.140.6: #i65476# AutoStyles for paragraphs 2006/08/15 11:44:21 fme 1.26.140.5: #i65476# Automatic paragraph styles 2006/08/10 16:15:50 fme 1.26.140.4: RESYNC: (1.26-1.27); FILE MERGED 2006/08/09 08:56:31 fme 1.26.140.3: #i64576# Automatic styles 2006/08/01 15:00:03 fme 1.26.140.2: #i64576# Automatic styles 2006/06/13 10:32:54 fme 1.26.140.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [31b12647ae0c32e7af754c6540d892f99b0e91f0]

        INTEGRATION: CWS swautomatic01 (1.36.82); FILE MERGED 2006/10/10 17:22:04 fme 1.36.82.5: RESYNC: (1.38-1.40); FILE MERGED 2006/09/01 12:19:51 fme 1.36.82.4: RESYNC: (1.37-1.38); FILE MERGED 2006/08/10 16:15:42 fme 1.36.82.3: RESYNC: (1.36-1.37); FILE MERGED 2006/08/09 08:56:31 fme 1.36.82.2: #i64576# Automatic styles 2006/08/01 15:00:03 fme 1.36.82.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c6e2123d2b8c63842c0c60e85ecfe35c47c7dee3]

        INTEGRATION: CWS swautomatic01 (1.26.38); FILE MERGED 2006/10/10 17:21:56 fme 1.26.38.3: RESYNC: (1.27-1.29); FILE MERGED 2006/09/01 12:19:44 fme 1.26.38.2: RESYNC: (1.26-1.27); FILE MERGED 2006/08/09 08:56:31 fme 1.26.38.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [19e83af984654a8561f794f74c78c812a01f345a]

        INTEGRATION: CWS swautomatic01 (1.9.326); FILE MERGED 2006/10/10 17:21:38 fme 1.9.326.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/18 09:04:02 fme 1.9.326.4: #i65476# Automatic paragraph styles 2006/08/16 09:34:05 fme 1.9.326.3: #i65476# AutoStyles for paragraphs 2006/08/09 08:56:30 fme 1.9.326.2: #i64576# Automatic styles 2006/08/01 15:00:02 fme 1.9.326.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ef0b07af25d5ad71dfe0c3cb78d1e724a402f7ff]

        INTEGRATION: CWS swautomatic01 (1.21.14); FILE MERGED 2006/10/10 17:21:17 fme 1.21.14.4: RESYNC: (1.22-1.24); FILE MERGED 2006/09/01 12:19:29 fme 1.21.14.3: RESYNC: (1.21-1.22); FILE MERGED 2006/08/09 08:56:30 fme 1.21.14.2: #i64576# Automatic styles 2006/08/01 15:00:02 fme 1.21.14.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8a4fa061af67080162b52e3e127dc5108f08a2b9]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/06/02 13:01:07 ama 1.1.2.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a5a69443859946c1ef2c1e874d85879708790020]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/08/24 11:18:47 ama 1.1.2.10: #i65476#: Cached automatic styles 2006/06/29 13:10:04 fme 1.1.2.9: #i65476# AutoStyles 2006/06/20 08:40:30 fme 1.1.2.8: #i65476#: Automatic Styles 2006/06/15 12:18:16 ama 1.1.2.7: #i65476#: Automatic Styles 2006/06/13 10:32:54 fme 1.1.2.6: #i65476#: Automatic Styles 2006/06/06 14:52:50 ama 1.1.2.5: #i65476#: Automatic styles 2006/06/02 13:00:41 ama 1.1.2.4: #i65476#: Automatic Styles 2006/05/29 10:25:08 ama 1.1.2.3: #i65476#: Automatic Styles 2006/05/29 10:16:22 ama 1.1.2.2: #i65476#: Automatic Styles 2006/05/17 14:20:48 ama 1.1.2.1: #i65476# Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [af20d645d52d6627d3d6c4bb65756305a279aa87]

        INTEGRATION: CWS swautomatic01 (1.13.326); FILE MERGED 2006/07/03 07:16:03 ama 1.13.326.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/17 14:10:30 ama 1.13.326.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4841109dfa87756da830b9045dfc6899326c379f]

        INTEGRATION: CWS swautomatic01 (1.8.322); FILE MERGED 2006/10/10 17:18:45 fme 1.8.322.3: RESYNC: (1.9-1.11); FILE MERGED 2006/09/01 12:17:56 fme 1.8.322.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/09 08:56:30 fme 1.8.322.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [590e0a20e3dedbfecbc6a2d552b54f2591a1bc65]

        INTEGRATION: CWS swautomatic01 (1.42.192); FILE MERGED 2006/10/10 17:17:28 fme 1.42.192.4: RESYNC: (1.43-1.44); FILE MERGED 2006/09/01 12:17:02 fme 1.42.192.3: RESYNC: (1.42-1.43); FILE MERGED 2006/08/09 08:56:29 fme 1.42.192.2: #i64576# Automatic styles 2006/06/01 10:56:23 fme 1.42.192.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2e1c99a1df80f0dbbd6bd08e9fb0296d482c37b7]

        INTEGRATION: CWS swautomatic01 (1.37.14); FILE MERGED 2006/11/16 14:43:29 fme 1.37.14.5: RESYNC: (1.42-1.43); FILE MERGED 2006/10/10 17:16:45 fme 1.37.14.4: RESYNC: (1.40-1.42); FILE MERGED 2006/09/01 12:16:35 fme 1.37.14.3: RESYNC: (1.38-1.40); FILE MERGED 2006/08/10 16:14:46 fme 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2006/08/09 08:56:29 fme 1.37.14.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [94faa9e9563345e1c59a139a2ac36dea2c35b316]

        INTEGRATION: CWS swautomatic01 (1.56.82); FILE MERGED 2006/11/16 14:43:21 fme 1.56.82.4: RESYNC: (1.60-1.62); FILE MERGED 2006/10/10 17:16:37 fme 1.56.82.3: RESYNC: (1.57-1.60); FILE MERGED 2006/09/01 12:16:28 fme 1.56.82.2: RESYNC: (1.56-1.57); FILE MERGED 2006/08/09 08:56:29 fme 1.56.82.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a7e6dd8ab14e010dbb00d76cc5cdd61a0b6116a9]

        INTEGRATION: CWS swautomatic01 (1.62.2); FILE MERGED 2006/11/16 14:43:13 fme 1.62.2.10: RESYNC: (1.68-1.70); FILE MERGED 2006/10/10 17:16:30 fme 1.62.2.9: RESYNC: (1.66-1.68); FILE MERGED 2006/09/08 11:02:29 fme 1.62.2.8: #i65476# Automatic styles 2006/09/01 12:16:18 fme 1.62.2.7: RESYNC: (1.64-1.66); FILE MERGED 2006/08/10 16:14:39 fme 1.62.2.6: RESYNC: (1.63-1.64); FILE MERGED 2006/07/03 07:15:46 ama 1.62.2.5: RESYNC: (1.62-1.63); FILE MERGED 2006/06/16 11:16:09 ama 1.62.2.4: 'i65476#: Automatic Styles 2006/06/02 12:59:52 ama 1.62.2.3: #i65476#: Automatic Styles 2006/05/29 10:05:04 ama 1.62.2.2: #i65476#: Automatic Styles 2006/05/17 14:11:35 ama 1.62.2.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3f83dbae8788045db06e75a3e4b9d0aa162abeee]

        INTEGRATION: CWS swautomatic01 (1.40.80); FILE MERGED 2006/11/16 14:43:06 fme 1.40.80.4: RESYNC: (1.42-1.43); FILE MERGED 2006/10/10 17:16:22 fme 1.40.80.3: RESYNC: (1.41-1.42); FILE MERGED 2006/09/01 12:16:12 fme 1.40.80.2: RESYNC: (1.40-1.41); FILE MERGED 2006/06/01 10:56:22 fme 1.40.80.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3f86670ed1c041ae7e0b66d4be5819c1489a687e]

        INTEGRATION: CWS swautomatic01 (1.16.68); FILE MERGED 2006/10/10 17:16:02 fme 1.16.68.4: RESYNC: (1.18-1.20); FILE MERGED 2006/09/01 12:15:55 fme 1.16.68.3: RESYNC: (1.17-1.18); FILE MERGED 2006/07/03 07:15:39 ama 1.16.68.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/01 10:56:22 fme 1.16.68.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6e1be770c0275f0e146bc60168e88d237e81e83b]

        INTEGRATION: CWS swautomatic01 (1.37.250); FILE MERGED 2006/11/16 14:42:58 fme 1.37.250.16: RESYNC: (1.40-1.41); FILE MERGED 2006/10/10 17:15:33 fme 1.37.250.15: RESYNC: (1.38-1.40); FILE MERGED 2006/09/01 12:15:39 fme 1.37.250.14: RESYNC: (1.37-1.38); FILE MERGED 2006/08/18 09:04:02 fme 1.37.250.13: #i65476# Automatic paragraph styles 2006/08/16 08:25:02 fme 1.37.250.12: #i65476# AutoStyles for paragraphs 2006/08/09 08:56:29 fme 1.37.250.11: #i64576# Automatic styles 2006/08/01 14:57:23 fme 1.37.250.10: #i64576# Automatic styles 2006/07/24 09:25:33 fme 1.37.250.9: #i64985# AutoStyles 2006/07/18 13:12:24 fme 1.37.250.8: #i65476# AutoStyles 2006/07/06 07:36:48 fme 1.37.250.7: #i65476#: Automatic Styles 2006/06/15 12:16:29 ama 1.37.250.6: #i65476#: Automatic Styles 2006/06/13 10:32:53 fme 1.37.250.5: #i65476#: Automatic Styles 2006/06/07 14:51:21 fme 1.37.250.4: #i64576# Automatic styles 2006/06/02 13:21:05 fme 1.37.250.3: #i65476# AutoStyles 2006/06/01 10:56:22 fme 1.37.250.2: #i65476# AutoStyles 2006/05/17 14:18:11 ama 1.37.250.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [01aee51d4ae5533b08d9b349a0a177e639ee7056]

        INTEGRATION: CWS swautomatic01 (1.27.74); FILE MERGED 2006/10/10 17:15:24 fme 1.27.74.4: RESYNC: (1.29-1.30); FILE MERGED 2006/09/01 12:15:32 fme 1.27.74.3: RESYNC: (1.28-1.29); FILE MERGED 2006/08/10 16:14:30 fme 1.27.74.2: RESYNC: (1.27-1.28); FILE MERGED 2006/06/01 10:56:22 fme 1.27.74.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7b16b0b8ed721ea3dbc2248125ecf3c9e4073747]

        INTEGRATION: CWS swautomatic01 (1.27.14); FILE MERGED 2006/11/16 14:42:50 fme 1.27.14.6: RESYNC: (1.31-1.32); FILE MERGED 2006/10/10 17:15:06 fme 1.27.14.5: RESYNC: (1.29-1.31); FILE MERGED 2006/09/01 12:15:15 fme 1.27.14.4: RESYNC: (1.28-1.29); FILE MERGED 2006/08/10 16:14:23 fme 1.27.14.3: RESYNC: (1.27-1.28); FILE MERGED 2006/08/09 08:56:28 fme 1.27.14.2: #i64576# Automatic styles 2006/08/01 14:57:22 fme 1.27.14.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [07f9230850fb618fea69bc568fbfb73e1ac69a0d]

        INTEGRATION: CWS swautomatic01 (1.17.90); FILE MERGED 2006/10/10 17:13:08 fme 1.17.90.5: RESYNC: (1.18-1.19); FILE MERGED 2006/09/01 12:13:56 fme 1.17.90.4: RESYNC: (1.17-1.18); FILE MERGED 2006/07/18 13:12:24 fme 1.17.90.3: #i65476# AutoStyles 2006/06/07 14:51:21 fme 1.17.90.2: #i64576# Automatic styles 2006/05/17 14:13:07 ama 1.17.90.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9ae73a76861ed708014273ee605c6897fd84d0fa]

        INTEGRATION: CWS swautomatic01 (1.11.38); FILE MERGED 2006/10/10 17:10:06 fme 1.11.38.4: RESYNC: (1.12-1.13); FILE MERGED 2006/09/01 12:11:33 fme 1.11.38.3: RESYNC: (1.11-1.12); FILE MERGED 2006/08/09 08:56:28 fme 1.11.38.2: #i64576# Automatic styles 2006/07/18 13:12:23 fme 1.11.38.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d3fde290efea8593a87fff81a7ca6dd56aa2b94c]

        INTEGRATION: CWS swautomatic01 (1.16.90); FILE MERGED 2006/10/10 17:09:32 fme 1.16.90.3: RESYNC: (1.17-1.18); FILE MERGED 2006/09/01 12:11:27 fme 1.16.90.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/09 08:56:28 fme 1.16.90.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d2d519c755db9b00222ede7ad3cfa49a497a726b]

        INTEGRATION: CWS swautomatic01 (1.53.324); FILE MERGED 2006/10/10 17:07:28 fme 1.53.324.13: RESYNC: (1.55-1.56); FILE MERGED 2006/09/01 12:10:24 fme 1.53.324.12: RESYNC: (1.54-1.55); FILE MERGED 2006/08/18 09:04:02 fme 1.53.324.11: #i65476# Automatic paragraph styles 2006/08/10 16:13:29 fme 1.53.324.10: RESYNC: (1.53-1.54); FILE MERGED 2006/08/10 09:16:30 fme 1.53.324.9: #i65476# Automatic paragraph styles 2006/07/07 19:57:33 fme 1.53.324.8: #i65476# Automatic styles 2006/06/23 14:40:24 fme 1.53.324.7: #i65476#: Automatic Styles 2006/06/15 12:12:38 ama 1.53.324.6: #i65476#: Automatic Styles 2006/06/07 14:51:21 fme 1.53.324.5: #i64576# Automatic styles 2006/05/29 06:29:15 fme 1.53.324.4: #i65476# AutoStyles 2006/05/22 07:18:55 ama 1.53.324.3: #i65476# Automatic styles 2006/05/18 07:43:06 ama 1.53.324.2: #i65476# Automatic styles 2006/05/18 07:06:06 ama 1.53.324.1: #65476#: Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [caaaae28ad0bab257666da178ec460b938ad15f3]

        INTEGRATION: CWS swautomatic01 (1.7.322); FILE MERGED 2006/10/10 17:06:09 fme 1.7.322.5: RESYNC: (1.8-1.9); FILE MERGED 2006/09/04 13:41:05 fme 1.7.322.4: #i65476# Autostyles 2006/09/01 12:09:51 fme 1.7.322.3: RESYNC: (1.7-1.8); FILE MERGED 2006/08/29 12:23:39 fme 1.7.322.2: #i65476# Automatic paragraph styles 2006/08/09 08:56:27 fme 1.7.322.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4306292321206b7dbfc8a77525229956a7dbccd3]

        INTEGRATION: CWS swautomatic01 (1.7.24); FILE MERGED 2006/10/10 17:00:20 fme 1.7.24.3: RESYNC: (1.7-1.8); FILE MERGED 2006/09/11 12:06:41 ama 1.7.24.2: #i65476#: Automatic Styles, numbering 2006/09/08 10:57:39 ama 1.7.24.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [eaf7d3742ea1dc410b54531e9f57546f90fe0d52]

        INTEGRATION: CWS swautomatic01 (1.7.52); FILE MERGED 2006/10/10 17:00:04 fme 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/11 12:06:31 ama 1.7.52.1: #i65476#: Automatic Styles, numbering

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e746a9bf98cd8415affb4c96ad641627b1346e43]

        INTEGRATION: CWS swautomatic01 (1.19.246); FILE MERGED 2006/09/01 12:02:35 fme 1.19.246.4: RESYNC: (1.19-1.20); FILE MERGED 2006/08/09 08:43:08 fme 1.19.246.3: #i64576# Automatic styles 2006/06/20 08:29:57 fme 1.19.246.2: #i65476#: Automatic Styles 2006/05/19 11:25:23 os 1.19.246.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ffe28b2ec3b7eafb60d3b8cd933a56a1e31f5ce]

        INTEGRATION: CWS swautomatic01 (1.13.322); FILE MERGED 2006/09/01 12:02:29 fme 1.13.322.10: RESYNC: (1.13-1.14); FILE MERGED 2006/08/09 08:43:08 fme 1.13.322.9: #i64576# Automatic styles 2006/06/29 13:07:44 fme 1.13.322.8: #i65476# AutoStyles 2006/06/23 14:39:48 fme 1.13.322.7: #i65476#: Automatic Styles 2006/06/23 13:50:57 ama 1.13.322.6: #i65476#: Automatic Styles 2006/06/20 08:29:57 fme 1.13.322.5: #i65476#: Automatic Styles 2006/06/06 14:52:09 ama 1.13.322.4: #i65476#: Automatic styles 2006/06/02 13:05:33 ama 1.13.322.3: #i65476#: Automatic Styles 2006/05/31 10:54:44 os 1.13.322.2: #i65476# XAutoStyleFamily changed 2006/05/19 11:25:24 os 1.13.322.1: #i65476# automatic style support

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4a8ecec8917497f40edb76ceb0877729a4add33d]

        INTEGRATION: CWS swautomatic01 (1.114.70); FILE MERGED 2006/08/10 16:11:09 fme 1.114.70.3: RESYNC: (1.115-1.116); FILE MERGED 2006/06/30 11:38:30 ama 1.114.70.2: Resolve merge conflicts 2006/06/15 12:03:39 ama 1.114.70.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [741a4c993fd110bfca8059c714ddf604734fa83c]

        INTEGRATION: CWS swautomatic01 (1.55.70); FILE MERGED 2006/08/10 16:09:57 fme 1.55.70.5: RESYNC: (1.56-1.57); FILE MERGED 2006/08/09 08:43:08 fme 1.55.70.4: #i64576# Automatic styles 2006/07/03 07:11:36 ama 1.55.70.3: RESYNC: (1.55-1.56); FILE MERGED 2006/06/29 13:07:44 fme 1.55.70.2: #i65476# AutoStyles 2006/06/15 12:02:34 ama 1.55.70.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [77a8d61ab94be44d6300223e85e983342cd33f33]

        INTEGRATION: CWS swautomatic01 (1.17.144); FILE MERGED 2006/09/01 12:01:39 fme 1.17.144.2: RESYNC: (1.17-1.18); FILE MERGED 2006/08/09 08:43:07 fme 1.17.144.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e32a875b4a55c0f7cd20d62825368468242c00ff]

        INTEGRATION: CWS swautomatic01 (1.9.322); FILE MERGED 2006/09/01 12:01:14 fme 1.9.322.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/29 06:27:04 fme 1.9.322.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4530ee12fe729795c252d7c47523984bc45d69c3]

        INTEGRATION: CWS swautomatic01 (1.17.324); FILE MERGED 2006/09/01 12:01:07 fme 1.17.324.2: RESYNC: (1.17-1.18); FILE MERGED 2006/05/17 13:38:32 ama 1.17.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [830514f3197a9649ed42e6275bc9d85c9856fcda]

        INTEGRATION: CWS swautomatic01 (1.23.324); FILE MERGED 2006/09/01 11:58:54 fme 1.23.324.3: RESYNC: (1.23-1.24); FILE MERGED 2006/08/29 12:15:53 fme 1.23.324.2: #i65476# Automatic paragraph styles 2006/08/09 08:43:07 fme 1.23.324.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [68a97eb7d7b1362c062660436870376362979de9]

        INTEGRATION: CWS swautomatic01 (1.14.248); FILE MERGED 2006/11/16 14:39:58 fme 1.14.248.10: RESYNC: (1.16-1.17); FILE MERGED 2006/09/01 11:37:11 fme 1.14.248.9: RESYNC: (1.15-1.16); FILE MERGED 2006/08/29 12:15:53 fme 1.14.248.8: #i65476# Automatic paragraph styles 2006/08/18 09:01:30 fme 1.14.248.7: #i65476# Automatic paragraph styles 2006/08/16 08:20:52 fme 1.14.248.6: #i65476# AutoStyles for paragraphs 2006/08/16 08:20:25 fme 1.14.248.5: #i65476# AutoStyles for paragraphs 2006/08/10 16:08:22 fme 1.14.248.4: RESYNC: (1.14-1.15); FILE MERGED 2006/08/09 08:43:07 fme 1.14.248.3: #i64576# Automatic styles 2006/08/01 14:53:59 fme 1.14.248.2: #i64576# Automatic styles 2006/06/13 10:28:36 fme 1.14.248.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8e24fde4528d685b077292ed07535a2ed7de9b70]

        INTEGRATION: CWS swautomatic01 (1.42.78); FILE MERGED 2006/09/11 12:04:13 ama 1.42.78.12: #i65476#: Automatic Styles, numbering 2006/09/08 10:58:47 fme 1.42.78.11: #i65476# Automatic styles 2006/09/01 11:56:15 fme 1.42.78.10: RESYNC: (1.44-1.45); FILE MERGED 2006/08/10 16:07:41 fme 1.42.78.9: RESYNC: (1.43-1.44); FILE MERGED 2006/08/09 08:43:07 fme 1.42.78.8: #i64576# Automatic styles 2006/08/01 14:53:59 fme 1.42.78.7: #i64576# Automatic styles 2006/07/03 07:11:25 ama 1.42.78.6: RESYNC: (1.42-1.43); FILE MERGED 2006/06/13 10:28:36 fme 1.42.78.5: #i65476#: Automatic Styles 2006/06/07 14:49:36 fme 1.42.78.4: #i64576# Automatic styles 2006/06/02 12:57:44 fme 1.42.78.3: #i65476# AutoStyles 2006/06/01 10:54:41 fme 1.42.78.2: #i65476# AutoStyles 2006/05/29 06:27:03 fme 1.42.78.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f0649d2a297e8cb810cde47a0744df097518f64d]

        INTEGRATION: CWS swautomatic01 (1.7.324); FILE MERGED 2006/09/01 11:55:48 fme 1.7.324.6: RESYNC: (1.7-1.8); FILE MERGED 2006/06/13 10:28:36 fme 1.7.324.5: #i65476#: Automatic Styles 2006/06/07 14:49:36 fme 1.7.324.4: #i64576# Automatic styles 2006/06/02 12:57:44 fme 1.7.324.3: #i65476# AutoStyles 2006/06/01 10:54:41 fme 1.7.324.2: #i65476# AutoStyles 2006/05/29 06:27:03 fme 1.7.324.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6f0c80b5057272b453f1ef1428ace2670c0d254c]

        INTEGRATION: CWS swautomatic01 (1.12.252); FILE MERGED 2006/11/16 14:39:39 fme 1.12.252.4: RESYNC: (1.13-1.15); FILE MERGED 2006/09/01 11:55:33 fme 1.12.252.3: RESYNC: (1.12-1.13); FILE MERGED 2006/08/09 08:43:07 fme 1.12.252.2: #i64576# Automatic styles 2006/08/01 14:53:59 fme 1.12.252.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0439ef3a1b631b6de6f7e9a709720cad7f7096c3]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/08/24 11:17:35 ama 1.1.2.9: #i65476#: Cached automatic styles 2006/08/09 08:43:07 fme 1.1.2.8: #i64576# Automatic styles 2006/06/29 13:07:44 fme 1.1.2.7: #i65476# AutoStyles 2006/06/15 11:57:49 ama 1.1.2.6: #i65476#: Automatic Styles 2006/06/13 10:28:36 fme 1.1.2.5: #i65476#: Automatic Styles 2006/06/06 14:50:55 ama 1.1.2.4: #i65476#: Automatic styles 2006/06/02 13:04:04 ama 1.1.2.3: #i65476#: Automatic Styles 2006/05/29 10:24:48 ama 1.1.2.2: #i65476#: Automatic Styles 2006/05/29 09:54:16 ama 1.1.2.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [bf44b1d91e41d68ec60f4e5b5ac25b3cf5383807]

        INTEGRATION: CWS swautomatic01 (1.30.326); FILE MERGED 2006/08/18 09:01:29 fme 1.30.326.6: #i65476# Automatic paragraph styles 2006/08/10 09:12:27 fme 1.30.326.5: #i65476# Automatic paragraph styles 2006/07/07 19:57:11 fme 1.30.326.4: #i65476# Automatic styles 2006/06/15 11:53:59 ama 1.30.326.3: #i65476#: Automatic Styles 2006/06/07 14:49:36 fme 1.30.326.2: #i64576# Automatic styles 2006/05/17 13:37:31 ama 1.30.326.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c991a3b0d91b205055323a6f3e177cdb23e849f7]

        INTEGRATION: CWS swautomatic01 (1.1.2); FILE ADDED 2006/06/15 12:01:41 ama 1.1.2.11: #i65476#: Automatic Styles 2006/06/13 10:28:36 fme 1.1.2.10: #i65476#: Automatic Styles 2006/06/01 10:54:41 fme 1.1.2.9: #i65476# AutoStyles 2006/05/29 12:15:24 fme 1.1.2.8: #i65476# AutoStyles 2006/05/29 06:58:04 fme 1.1.2.7: #i65476# AutoStyles 2006/05/29 06:52:53 fme 1.1.2.6: #i65476# AutoStyles 2006/05/29 06:51:29 fme 1.1.2.5: #i65476# AutoStyles 2006/05/29 06:50:09 fme 1.1.2.4: #i65476# AutoStyles 2006/05/29 06:27:03 fme 1.1.2.3: #i65476# AutoStyles 2006/05/22 07:38:21 ama 1.1.2.2: #i65476# Automatic styles 2006/05/17 13:40:34 ama 1.1.2.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2ca076f6fe9ec8a6d02f79aabd43195d5a2dd9c6]

        INTEGRATION: CWS swautomatic01 (1.118.2); FILE MERGED 2006/11/16 14:38:40 fme 1.118.2.10: RESYNC: (1.126-1.131); FILE MERGED 2006/10/10 16:57:29 fme 1.118.2.9: RESYNC: (1.124-1.126); FILE MERGED 2006/09/01 11:36:27 fme 1.118.2.8: RESYNC: (1.121-1.124); FILE MERGED 2006/08/10 16:06:33 fme 1.118.2.7: RESYNC: (1.119-1.121); FILE MERGED 2006/07/06 07:15:59 fme 1.118.2.6: #i65476#: Automatic Styles 2006/07/03 07:10:17 ama 1.118.2.5: RESYNC: (1.118-1.119); FILE MERGED 2006/06/20 08:29:57 fme 1.118.2.4: #i65476#: Automatic Styles 2006/06/02 13:03:28 ama 1.118.2.3: #i65476#: Automatic Styles 2006/05/29 09:53:26 ama 1.118.2.2: #i65476#: Automatic Styles 2006/05/17 13:34:08 ama 1.118.2.1: #i64576# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [94c2d1c36dd73fe5b36cd4eebdf98a07d5fae839]

        INTEGRATION: CWS swautomatic01 (1.2.324); FILE MERGED 2006/07/07 19:57:11 fme 1.2.324.1: #i65476# Automatic styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [91346033eaac386f098f482a00191ebd652b5ae0]

        INTEGRATION: CWS swautomatic01 (1.3.84); FILE MERGED 2006/09/11 12:04:24 ama 1.3.84.1: #i65476#: Automatic Styles, numbering

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6697a5d09fb81632e33a3de5ce3dd267dee33d11]

        INTEGRATION: CWS swautomatic01 (1.5.84); FILE MERGED 2006/09/11 12:04:46 ama 1.5.84.1: #i65476#: Automatic Styles, numbering

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c5ffec3d7137ff51a69612fbc367cf077d5a14a2]

        INTEGRATION: CWS swautomatic01 (1.26.120); FILE MERGED 2006/11/16 14:32:53 fme 1.26.120.7: RESYNC: (1.28-1.31); FILE MERGED 2006/10/10 16:45:21 fme 1.26.120.6: RESYNC: (1.27-1.28); FILE MERGED 2006/08/21 13:11:56 ama 1.26.120.5: #i65476#: Optimization for automatic paragraphs/numbering 2006/08/16 09:59:39 ama 1.26.120.4: #i65476#: Automatic styles (paragraph) 2006/08/10 15:58:48 fme 1.26.120.3: RESYNC: (1.26-1.27); FILE MERGED 2006/07/06 13:49:24 ama 1.26.120.2: #i65476#: Automatic Styles 2006/06/15 10:22:19 ama 1.26.120.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8195d7061ed52ebb98f46d35fe5929762c71e4b3]

        INTEGRATION: CWS swautomatic01 (1.126.4); FILE MERGED 2006/11/16 14:32:01 fme 1.126.4.18: RESYNC: (1.129-1.131); FILE MERGED 2006/10/10 16:44:01 fme 1.126.4.17: RESYNC: (1.128-1.129); FILE MERGED 2006/09/15 07:24:37 fme 1.126.4.16: #i65476# Automatic styles - use already stored object information during export 2006/09/14 11:48:14 fme 1.126.4.15: #i65476# Automatic styles - do not use the draw page for exporting frames/graphics/embedded objects 2006/09/06 07:10:57 ama 1.126.4.14: #i65476#: Automatic styles 2006/09/05 13:07:10 ama 1.126.4.13: #i65476#: Automatic styles 2006/08/16 09:58:31 fme 1.126.4.12: #i65476# AutoStyles for paragraphs 2006/08/16 08:18:12 fme 1.126.4.11: #i65476# AutoStyles for paragraphs 2006/08/15 11:52:21 fme 1.126.4.10: #i65476# Automatic paragraph styles 2006/08/11 15:40:55 fme 1.126.4.9: #i65476# Automatic styles - resync 2006/08/10 15:57:54 fme 1.126.4.8: RESYNC: (1.126-1.128); FILE MERGED 2006/08/10 09:18:15 fme 1.126.4.7: #i65476# Automatic paragraph styles 2006/08/09 08:42:21 fme 1.126.4.6: #i64576# Automatic styles 2006/07/21 09:46:42 fme 1.126.4.5: #i65476# AutoStyles - At and as character objects 2006/07/07 11:35:21 fme 1.126.4.4: #i65476# AutoStyles 2006/06/29 13:05:05 fme 1.126.4.3: #i65476# AutoStyles 2006/06/27 09:46:06 fme 1.126.4.2: #i65476# Automatic Styles 2006/06/23 14:41:28 fme 1.126.4.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [12a4fba9374190e67c5e3c770fc9cc66bf918e0f]

        INTEGRATION: CWS swautomatic01 (1.15.122); FILE MERGED 2006/10/10 16:43:29 fme 1.15.122.3: RESYNC: (1.17-1.18); FILE MERGED 2006/08/10 15:55:53 fme 1.15.122.2: RESYNC: (1.15-1.17); FILE MERGED 2006/06/23 14:41:28 fme 1.15.122.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5be6ee22cbbb05de846dbaa7a102332843f250b1]

        INTEGRATION: CWS swautomatic01 (1.64.122); FILE MERGED 2006/11/16 14:31:33 fme 1.64.122.4: RESYNC: (1.67-1.68); FILE MERGED 2006/10/10 16:43:09 fme 1.64.122.3: RESYNC: (1.66-1.67); FILE MERGED 2006/08/10 15:55:14 fme 1.64.122.2: RESYNC: (1.64-1.66); FILE MERGED 2006/06/23 14:41:28 fme 1.64.122.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c39fb5121df44daf509960b764ebef07846cfff8]

        INTEGRATION: CWS swautomatic01 (1.3.122); FILE MERGED 2006/06/23 14:41:28 fme 1.3.122.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [034f1a66e8da9bdfcc77cbc734fb474e80746dbf]

        INTEGRATION: CWS swautomatic01 (1.4.122); FILE MERGED 2006/10/10 16:38:30 fme 1.4.122.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/23 14:41:28 fme 1.4.122.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0c68d3ad3cfbbb7161ee044518b6d1b8950a4cd0]

        INTEGRATION: CWS swautomatic01 (1.37.36); FILE MERGED 2006/11/16 14:29:29 fme 1.37.36.10: RESYNC: (1.39-1.40); FILE MERGED 2006/10/10 16:28:08 fme 1.37.36.9: RESYNC: (1.38-1.39); FILE MERGED 2006/08/16 10:02:51 ama 1.37.36.8: #i65476#: Automatic styles (paragraph) 2006/08/11 15:40:55 fme 1.37.36.7: #i65476# Automatic styles - resync 2006/08/10 15:43:56 fme 1.37.36.6: RESYNC: (1.37-1.38); FILE MERGED 2006/07/03 10:51:43 ama 1.37.36.5: #i65476#: Automatic Styles 2006/06/23 14:41:27 fme 1.37.36.4: #i65476#: Automatic Styles 2006/06/15 15:43:22 ama 1.37.36.3: #i65476#: Automatic Styles 2006/06/15 10:20:18 ama 1.37.36.2: #i65476#: Automatic Styles 2006/06/15 09:37:35 ama 1.37.36.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [99aa170a65412073d550397bb2c2e88ce69558f0]

        INTEGRATION: CWS swautomatic01 (1.35.122); FILE MERGED 2006/10/10 16:26:23 fme 1.35.122.5: RESYNC: (1.36-1.37); FILE MERGED 2006/08/17 07:11:55 ama 1.35.122.4: #i65476#: Automatic styles 2006/08/11 15:40:55 fme 1.35.122.3: #i65476# Automatic styles - resync 2006/08/10 15:42:07 fme 1.35.122.2: RESYNC: (1.35-1.36); FILE MERGED 2006/06/15 09:37:59 ama 1.35.122.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c5bfd442bc527db4d4e19c6a5d6d1477bd19c16e]

        INTEGRATION: CWS swautomatic01 (1.20.122); FILE MERGED 2006/10/10 16:25:50 fme 1.20.122.4: RESYNC: (1.21-1.22); FILE MERGED 2006/08/10 15:41:04 fme 1.20.122.3: RESYNC: (1.20-1.21); FILE MERGED 2006/07/07 11:34:42 fme 1.20.122.2: #i65476# AutoStyles 2006/06/29 13:05:05 fme 1.20.122.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7040dd6447cb8a0aec4b7026a5551b7636184cda]

        INTEGRATION: CWS swautomatic01 (1.13.120); FILE MERGED 2006/10/10 16:24:16 fme 1.13.120.9: RESYNC: (1.14-1.15); FILE MERGED 2006/08/31 07:45:24 ama 1.13.120.8: #i65476#: Automatic styles, use display name as parent name 2006/08/21 13:12:46 ama 1.13.120.7: #i65476#: Optimization for automatic paragraphs/numbering 2006/08/18 09:07:53 ama 1.13.120.6: #i65476#: Automatic styles 2006/08/16 10:04:24 ama 1.13.120.5: #i65476#: Automatic styles (paragraph) 2006/08/11 15:40:55 fme 1.13.120.4: #i65476# Automatic styles - resync 2006/08/10 15:39:51 fme 1.13.120.3: RESYNC: (1.13-1.14); FILE MERGED 2006/06/26 13:51:14 ama 1.13.120.2: #i65476#: Automatic Styles 2006/06/15 09:37:05 ama 1.13.120.1: #i65476#: Automatic Styles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [355684e3ebddb7314e5f0b2ffeeec2dfe54fb181]

        INTEGRATION: CWS swautomatic01 (1.10.122); FILE MERGED 2006/08/10 15:39:06 fme 1.10.122.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/29 13:05:05 fme 1.10.122.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a261e987353268a182b09b8fc9b51ca5ec59333b]

        INTEGRATION: CWS swautomatic01 (1.16.36); FILE MERGED 2006/11/16 14:26:42 fme 1.16.36.4: RESYNC: (1.19-1.20); FILE MERGED 2006/10/10 16:22:53 fme 1.16.36.3: RESYNC: (1.18-1.19); FILE MERGED 2006/08/10 15:38:53 fme 1.16.36.2: RESYNC: (1.16-1.18); FILE MERGED 2006/06/29 13:05:05 fme 1.16.36.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2da8916653ef674367defc30a5d04ff3c18eb14a]

        INTEGRATION: CWS swautomatic01 (1.3.122); FILE MERGED 2006/11/16 14:26:35 fme 1.3.122.4: RESYNC: (1.5-1.6); FILE MERGED 2006/10/10 16:22:45 fme 1.3.122.3: RESYNC: (1.4-1.5); FILE MERGED 2006/08/10 15:38:31 fme 1.3.122.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/29 13:05:05 fme 1.3.122.1: #i65476# AutoStyles

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a97b4ead07dd2a57352148c1048fa925ea548bf]

        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>  [a012b098daafe9978ee1df6327ab5ffc7a5d562b]

        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>  [771716b37eb1aca9b8f9790d4a8a53a6bfb41ba7]

        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>  [ebd8f8b83c94a3e796676bec88c948ad78bd47ed]

        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>  [c6b52d254b21c9d86e6095daf214adfe62149326]

        INTEGRATION: CWS fwk52 (1.36.32); FILE MERGED 2006/11/13 16:43:04 cd 1.36.32.3: #i70233# Restore wrong removed entries from makefile.mk 2006/11/13 13:52:15 cd 1.36.32.2: RESYNC: (1.36-1.37); FILE MERGED 2006/10/09 12:44:38 cd 1.36.32.1: #i70233# Added factory interface for message boxes

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4810a1aa3c83cfc6df63a895ac3f189311b2abf7]

        INTEGRATION: CWS fwk52 (1.1.2); FILE ADDED 2006/11/14 13:38:10 cd 1.1.2.2: #i70233# Added more information about parent parameter and 'infobox' type 2006/10/09 12:45:37 cd 1.1.2.1: #i70233# Added factory interface for message boxes

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5b1722f62b230b86ba5387983c68ab5ea4fbc65e]

        INTEGRATION: CWS fwk52 (1.12.198); FILE MERGED 2006/10/09 12:44:38 cd 1.12.198.1: #i70233# Added factory interface for message boxes

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d78ba28f6388b9ae0eea0bd57cc36c804f83577c]

        INTEGRATION: CWS fwk52 (1.1.2); FILE ADDED 2006/10/09 12:45:46 cd 1.1.2.1: #i70233# Added factory interface for message boxes

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [019b10b38146cf03f895c8f44c7ab6404094301b]

        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>  [6ebf3ae2a9527e30957e830b4bc6296ca8fcd714]

        INTEGRATION: CWS noprotchk (1.36.30); FILE MERGED 2006/11/27 12:20:49 obr 1.36.30.1: #i71877# removed obsolete protocol handler check service

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b0cfe4548af0edc3ca4cc7d700599c728e0d0b07]

        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-12-01  Rüdiger Timm  <rt@openoffice.org>  [c7f7ca71c147b1197d64571044b45fdd4820ae44]

        INTEGRATION: CWS noprotchk (1.45.10); FILE MERGED 2006/11/28 09:44:40 obr 1.45.10.1: #i71877# removed obsolete protocol handler check service

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1323ed4921549150b211ec04ee7bc2f3f520b927]

        INTEGRATION: CWS noprotchk (1.48.58); FILE MERGED 2006/11/27 12:24:09 obr 1.48.58.1: #i71877# removed obsolete protocol handler check service

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [58fb4b3a895a793ae13cf0956067199b7ed85f6b]

        INTEGRATION: CWS noprotchk (1.215.10); FILE MERGED 2006/11/27 12:24:09 obr 1.215.10.1: #i71877# removed obsolete protocol handler check service

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [914634a00c25e7f4d7ee1bdc9ebbd26a50928948]

        INTEGRATION: CWS cloph04 (1.171.6); FILE MERGED 2006/11/28 11:31:28 cloph 1.171.6.3: regenerate configure after fixing the typo... 2006/11/21 23:12:11 cloph 1.171.6.2: Issue number: #i1000# regenerate configure for cloph04 2006/11/21 19:04:08 cloph 1.171.6.1: Issue number: #i1000# regenerate configure for cloph04

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e5178497b5c1ab7294acbe6c361624706e0dc064]

        INTEGRATION: CWS sb23 (1.2.36); FILE MERGED 2006/08/18 16:31:23 sb 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 14:29:17 sb 1.2.36.1: #i35277# More cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9daf39d9bb172d2be1e7c4839749c20301bd20b8]

        INTEGRATION: CWS sb23 (1.2.26); FILE MERGED 2006/08/18 16:29:49 sb 1.2.26.5: RESYNC: (1.2-1.3); FILE MERGED 2005/03/14 10:55:39 sb 1.2.26.4: #i35277# Further cleanup. 2005/03/08 14:29:13 sb 1.2.26.3: #i35277# More cleanup. 2005/02/18 09:21:53 sb 1.2.26.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:45 sb 1.2.26.1: #i35277# More cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [92d1fdb68227bf37340507d35d91f347a5e3f54c]

        INTEGRATION: CWS sb23 (1.3.8); FILE MERGED 2006/08/18 16:29:42 sb 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2005/02/18 09:21:52 sb 1.3.8.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:45 sb 1.3.8.1: #i35277# More cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [652e9c0315c5262574d285f26dc1a61893406d08]

        INTEGRATION: CWS sb23 (1.6.8); FILE MERGED 2006/08/18 16:28:09 sb 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/14 10:55:38 sb 1.6.8.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fa190ca1c4f19bb7f061e10d960251e37f8f60d4]

        INTEGRATION: CWS sb23 (1.13.4); FILE MERGED 2006/08/18 16:29:24 sb 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/03/15 10:29:37 sb 1.13.4.2: #88601# Support for current context in Java URP. 2005/03/14 10:55:38 sb 1.13.4.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f9ae6772bc27adffe55714286a6de51b0dc2aaf2]

        INTEGRATION: CWS sb23 (1.11.8); FILE MERGED 2006/08/18 16:28:27 sb 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/03/15 10:29:37 sb 1.11.8.2: #88601# Support for current context in Java URP. 2005/03/14 10:55:37 sb 1.11.8.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [42e365da333704130167dd634ad4c9c2017b48c8]

        INTEGRATION: CWS sb23 (1.10.26); FILE MERGED 2006/08/18 16:27:42 sb 1.10.26.4: RESYNC: (1.10-1.11); FILE MERGED 2005/03/14 14:30:43 sb 1.10.26.3: #i35277# Further cleanup. 2005/02/18 09:21:52 sb 1.10.26.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2004/10/11 10:21:14 sb 1.10.26.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7ca024de74bc309c698968c7c73bce9a8df2fd25]

        INTEGRATION: CWS sb23 (1.11.18); FILE MERGED 2006/08/18 16:25:56 sb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2005/02/18 09:21:51 sb 1.11.18.1: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a07d9caec5d5fbe9ce7981ff5e7a894e9c019138]

        INTEGRATION: CWS sb23 (1.6.36); FILE MERGED 2006/08/18 16:23:49 sb 1.6.36.3: RESYNC: (1.7-1.10); FILE MERGED 2005/05/25 07:18:21 sb 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/18 09:21:51 sb 1.6.36.1: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [15cc2f0db99c900ad3bc8d70f11976b8338e3280]

        INTEGRATION: CWS sb23 (1.15.26); FILE MERGED 2006/08/18 16:22:50 sb 1.15.26.11: RESYNC: (1.15-1.16); FILE MERGED 2005/03/15 16:38:13 sb 1.15.26.10: #88601# Minor fix. 2005/03/15 10:29:36 sb 1.15.26.9: #88601# Support for current context in Java URP. 2005/03/14 16:28:49 sb 1.15.26.8: #i35277# Queue release requests to improve performance. 2005/03/14 15:00:50 sb 1.15.26.7: #i35277# Further cleanup. 2005/03/14 10:55:37 sb 1.15.26.6: #i35277# Further cleanup. 2005/03/11 14:03:39 sb 1.15.26.5: #i35277# Improve URP performance by always sending asynchronous release requests, regardless of forceSynchronous. 2005/02/18 16:48:43 sb 1.15.26.4: #i35277# More cleanup; first part of supporting CurrentContext in URP. 2005/02/18 09:21:49 sb 1.15.26.3: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:44 sb 1.15.26.2: #i35277# More cleanup. 2004/10/11 10:21:14 sb 1.15.26.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [165cf111953e79b200bf5f57bb09e0c636ccec2b]

        INTEGRATION: CWS sb23 (1.2.198); FILE MERGED 2006/08/18 16:22:43 sb 1.2.198.4: RESYNC: (1.2-1.4); FILE MERGED 2005/03/14 10:55:37 sb 1.2.198.3: #i35277# Further cleanup. 2005/02/18 09:21:49 sb 1.2.198.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2004/10/11 10:21:13 sb 1.2.198.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9c547149441e61659a734ff0adeeb8d74e5f2b55]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2005/03/15 10:29:36 sb 1.1.2.3: #88601# Support for current context in Java URP. 2005/03/14 15:00:50 sb 1.1.2.2: #i35277# Further cleanup. 2005/03/14 10:56:37 sb 1.1.2.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1e0b5f1a572db74235fcd9066a2401794bf6b0fb]

        INTEGRATION: CWS sb23 (1.14.10); FILE MERGED 2006/08/18 16:22:36 sb 1.14.10.2: RESYNC: (1.14-1.16); FILE MERGED 2005/03/15 10:29:36 sb 1.14.10.1: #88601# Support for current context in Java URP.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fc96aa7964dc5b8733e79e062f6de4a686e6c100]

        INTEGRATION: CWS cloph04 (1.124.4); FILE MERGED 2006/11/20 18:17:54 cloph 1.124.4.2: cosmetical fix, end the "*** WARNINGS WERE ISSUED ***" with a newline 2006/11/19 15:06:24 cloph 1.124.4.1: Issue number: #i69782# Submitted by: cloph reduce the path-madness on mac... Don't fully rewrite the user's path, but only add the OOo-relevant ones.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4fd65b4c15e0c562e2eada2f6974e84feabfa2fc]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2005/02/18 16:48:43 sb 1.1.2.3: #i35277# More cleanup; first part of supporting CurrentContext in URP. 2005/02/16 16:54:44 sb 1.1.2.2: #i35277# More cleanup. 2004/10/11 10:22:21 sb 1.1.2.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8305eaf6bb48bb1558b526cdd116b76295019ca2]

        INTEGRATION: CWS sb23 (1.16.8); FILE MERGED 2006/08/18 16:22:29 sb 1.16.8.2: RESYNC: (1.16-1.18); FILE MERGED 2005/03/15 10:29:36 sb 1.16.8.1: #88601# Support for current context in Java URP.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [73a2d5d4e42101dee1ca3486faa1c3d49659907c]

        INTEGRATION: CWS cloph04 (1.187.4); FILE MERGED 2006/11/28 11:30:33 cloph 1.187.4.8: fix typo in the warn-message (systay â systray) 2006/11/21 23:09:31 cloph 1.187.4.7: Issue number: #i71740# Only warn about systray when GTK is enabled 2006/11/21 18:59:01 cloph 1.187.4.6: Issue number: #i71740# Submitted by: cloph Check for gtk before setting build type to GTK on mac, forcely disable gtk-systray AKA quickstarter on mac let pkg-config remove duplicate libs/cflags (make it one single call) 2006/11/21 17:00:12 cloph 1.187.4.5: Issue number: #i71826# Submitted by: cloph restrict oowintool to windows.. 2006/11/20 21:02:16 cloph 1.187.4.4: Issue number: #i69221#,#i69893#,#i69894# Submitted by: cloph add auto-detection of JAVA_HOME on Mac 2006/11/20 19:25:00 cloph 1.187.4.3: ssue number: #i69711# Use one AC_PATH_PROGS statement instead of two AC_PATH_PROG ones... 2006/11/20 10:13:17 cloph 1.187.4.2: Issue number: #i69711# Submitted by: cloph Don't assume GNU cp is always installed as gnucp 2006/11/20 00:07:02 cloph 1.187.4.1: Issue number: #i71752# Submitted by: cloph add prerequisite checks to build mozilla from source and restrict to gtk2 backend for mac

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3468223f37f5fa100fe3fce54468a29a12dcb4b0]

        INTEGRATION: CWS sb23 (1.5.26); FILE MERGED 2006/08/18 16:22:00 sb 1.5.26.4: RESYNC: (1.5-1.7); FILE MERGED 2005/03/14 10:55:36 sb 1.5.26.3: #i35277# Further cleanup. 2005/02/18 09:21:48 sb 1.5.26.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2004/10/11 10:21:12 sb 1.5.26.1: #i35277# Cleand up (as a prerequisite to doing any substantial changes).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [80cd9362b59404f29794e1d853f2c8032fcc2b07]

        INTEGRATION: CWS sb23 (1.3.8); FILE MERGED 2006/08/18 16:21:42 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/18 16:48:42 sb 1.3.8.1: #i35277# More cleanup; first part of supporting CurrentContext in URP.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6fa4daa6417ad1ad20c51ed8454ad4d235fa8ee5]

        INTEGRATION: CWS sb23 (1.2.66); FILE MERGED 2006/08/18 16:21:34 sb 1.2.66.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/17 14:42:32 sb 1.2.66.2: #88601# Minor fix. 2005/03/14 10:55:36 sb 1.2.66.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [76966af9c05d0458399cef5c1499c1f5e635d4f9]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2005/03/15 10:29:35 sb 1.1.2.3: #88601# Support for current context in Java URP. 2005/03/14 15:00:49 sb 1.1.2.2: #i35277# Further cleanup. 2005/03/14 10:56:26 sb 1.1.2.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9770a92ed9a2acf1e50ff2e84d2e655552cc3165]

        INTEGRATION: CWS sb23 (1.16.8); FILE MERGED 2006/08/18 16:21:28 sb 1.16.8.3: RESYNC: (1.16-1.17); FILE MERGED 2005/03/14 10:55:36 sb 1.16.8.2: #i35277# Further cleanup. 2005/02/18 09:21:48 sb 1.16.8.1: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [651e4e1f90ffa2880d75abd98ed162acdf1dd4fa]

        INTEGRATION: CWS sb23 (1.13.158); FILE MERGED 2006/08/18 16:20:36 sb 1.13.158.6: RESYNC: (1.13-1.15); FILE MERGED 2005/06/15 09:56:01 sb 1.13.158.5: Merged in 1.13.178.1. 2005/03/15 10:29:35 sb 1.13.158.4: #88601# Support for current context in Java URP. 2005/03/14 15:00:49 sb 1.13.158.3: #i35277# Further cleanup. 2005/03/14 10:55:35 sb 1.13.158.2: #i35277# Further cleanup. 2004/10/11 15:26:59 sb 1.13.158.1: Improve stack traces of exceptions raised on the remote side.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [888d3b119c1041deeaae19393b0477376813fac0]

        INTEGRATION: CWS sb23 (1.10.66); FILE MERGED 2006/08/18 16:21:10 sb 1.10.66.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/14 10:55:35 sb 1.10.66.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c9398f06fa0bff0278feae9ce8cf34b560da583f]

        INTEGRATION: CWS sb23 (1.8.26); FILE MERGED 2006/08/18 16:20:43 sb 1.8.26.6: RESYNC: (1.8-1.9); FILE MERGED 2005/03/14 10:55:35 sb 1.8.26.5: #i35277# Further cleanup. 2005/02/18 16:48:42 sb 1.8.26.4: #i35277# More cleanup; first part of supporting CurrentContext in URP. 2005/02/18 09:21:47 sb 1.8.26.3: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/17 08:47:51 sb 1.8.26.2: #i35277# Improved documentation. 2005/02/16 16:54:43 sb 1.8.26.1: #i35277# More cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [fbbbf6efa9760dc6c593e5570b799cf6c8e1ea59]

        INTEGRATION: CWS sb23 (1.4.36); FILE MERGED 2006/08/18 16:19:10 sb 1.4.36.2: RESYNC: (1.4-1.6); FILE MERGED 2005/02/18 16:48:41 sb 1.4.36.1: #i35277# More cleanup; first part of supporting CurrentContext in URP.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a37e4c8bb535abb6a979da2621ecacc72940adcd]

        INTEGRATION: CWS sb23 (1.39.12); FILE MERGED 2006/08/18 16:20:07 sb 1.39.12.10: RESYNC: (1.40-1.43); FILE MERGED 2005/06/15 09:58:20 sb 1.39.12.9: Merged in 1.40.6.1. 2005/05/13 09:14:24 sb 1.39.12.8: #i49149# Cleanup of 1.39.12.7. 2005/05/12 16:13:46 sb 1.39.12.7: #i49149# Merged in 1.39.20.1. 2005/03/21 15:57:45 sb 1.39.12.6: #88601# Set current context when serving special getInstance queryInterface requests. 2005/03/14 14:30:43 sb 1.39.12.5: #i35277# Further cleanup. 2005/03/14 10:55:34 sb 1.39.12.4: #i35277# Further cleanup. 2005/02/18 16:48:40 sb 1.39.12.3: #i35277# More cleanup; first part of supporting CurrentContext in URP. 2005/02/18 09:21:46 sb 1.39.12.2: #i35277# More cleanup; functionality moved from java_remote_bridge to urp, so that urp can autonomously handle protocol property requests. 2005/02/16 16:54:42 sb 1.39.12.1: #i35277# More cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1c55068c078ebde5767b8a14806e0befbfdb95a4]

        INTEGRATION: CWS sb23 (1.13.38); FILE MERGED 2006/11/07 08:31:53 sb 1.13.38.3: RESYNC: (1.14-1.15); FILE MERGED 2006/08/18 16:04:08 sb 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/23 14:44:30 sb 1.13.38.1: #88601# Ensure that negotiating current context support is finished before any requests are sent.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6455fe0e6f250ca7e49b24238328ded3c81c9a02]

        INTEGRATION: CWS sb23 (1.12.140); FILE MERGED 2006/11/07 08:31:24 sb 1.12.140.3: RESYNC: (1.14-1.15); FILE MERGED 2006/08/18 16:02:55 sb 1.12.140.2: RESYNC: (1.12-1.14); FILE MERGED 2005/03/23 14:21:46 sb 1.12.140.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e00870f56e42a50ed91b95f8dbe329a4854676f7]

        INTEGRATION: CWS sb23 (1.3.192); FILE MERGED 2006/08/18 16:02:48 sb 1.3.192.2: RESYNC: (1.3-1.5); FILE MERGED 2005/03/23 14:21:46 sb 1.3.192.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7a6a3df04ca1765cce63d16bf7271da001517bb9]

        INTEGRATION: CWS sb23 (1.5.28); FILE MERGED 2006/11/07 08:31:17 sb 1.5.28.3: RESYNC: (1.7-1.8); FILE MERGED 2006/08/18 16:02:41 sb 1.5.28.2: RESYNC: (1.5-1.7); FILE MERGED 2005/03/23 14:21:46 sb 1.5.28.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [246d0fb227248f7cacafca631fc62ffb872c7d10]

        INTEGRATION: CWS sb23 (1.5.20); FILE MERGED 2006/08/18 16:02:34 sb 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 14:21:45 sb 1.5.20.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e26382377400b8da88c2fa6626d0828819c7f8e8]

        INTEGRATION: CWS sb23 (1.7.38); FILE MERGED 2006/08/18 16:01:28 sb 1.7.38.2: RESYNC: (1.7-1.9); FILE MERGED 2005/03/23 14:21:45 sb 1.7.38.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e71abaf2a9c0de648378b9b33003bf030ee02510]

        INTEGRATION: CWS sb23 (1.12.38); FILE MERGED 2006/11/07 08:30:47 sb 1.12.38.3: RESYNC: (1.14-1.15); FILE MERGED 2006/08/18 16:00:59 sb 1.12.38.2: RESYNC: (1.12-1.14); FILE MERGED 2005/03/23 14:21:45 sb 1.12.38.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [048108f4226b92cbeaf4404b53e1a7bbcbec4c77]

        INTEGRATION: CWS sb23 (1.16.6); FILE MERGED 2006/11/07 08:30:39 sb 1.16.6.4: RESYNC: (1.18-1.19); FILE MERGED 2006/08/18 16:01:21 sb 1.16.6.3: RESYNC: (1.16-1.18); FILE MERGED 2005/03/23 14:44:29 sb 1.16.6.2: #88601# Ensure that negotiating current context support is finished before any requests are sent. 2005/03/23 14:21:45 sb 1.16.6.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [50b05fc088a2b2cab514303cf8162c69fc3f4853]

        INTEGRATION: CWS sb23 (1.2.214); FILE MERGED 2006/08/21 07:36:42 sb 1.2.214.3: #88601# Made code warning-free. 2006/08/18 16:01:13 sb 1.2.214.2: RESYNC: (1.2-1.4); FILE MERGED 2005/03/23 14:44:29 sb 1.2.214.1: #88601# Ensure that negotiating current context support is finished before any requests are sent.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d8bcdb79a54e3a52d775f5d2f63922850055fb3]

        INTEGRATION: CWS sb23 (1.12.38); FILE MERGED 2006/11/07 08:30:32 sb 1.12.38.5: RESYNC: (1.14-1.15); FILE MERGED 2006/08/21 07:36:41 sb 1.12.38.4: #88601# Made code warning-free. 2006/08/18 16:01:06 sb 1.12.38.3: RESYNC: (1.12-1.14); FILE MERGED 2005/03/23 14:44:29 sb 1.12.38.2: #88601# Ensure that negotiating current context support is finished before any requests are sent. 2005/03/23 14:21:44 sb 1.12.38.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7c2440756d3c61cda46847797a422738decedf05]

        INTEGRATION: CWS sb23 (1.6.192); FILE MERGED 2006/08/18 16:00:31 sb 1.6.192.2: RESYNC: (1.6-1.8); FILE MERGED 2005/03/23 14:44:29 sb 1.6.192.1: #88601# Ensure that negotiating current context support is finished before any requests are sent.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [97e7687de7f1dbaf293e48448b3632234a9240a1]

        INTEGRATION: CWS sb23 (1.8.38); FILE MERGED 2006/11/07 08:30:24 sb 1.8.38.3: RESYNC: (1.10-1.11); FILE MERGED 2006/08/18 16:00:24 sb 1.8.38.2: RESYNC: (1.8-1.10); FILE MERGED 2005/03/23 14:21:44 sb 1.8.38.1: #88601# Support for current context in binary UNO URP bridge.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e667ddb65062741077784c1accfe20b651e13de8]

        INTEGRATION: CWS sb23 (1.18.2); FILE MERGED 2006/08/18 15:22:19 sb 1.18.2.4: RESYNC: (1.18-1.20); FILE MERGED 2005/03/14 14:59:49 sb 1.18.2.3: #i35277# Further cleanup. 2005/03/14 10:53:32 sb 1.18.2.2: #i35277# Further cleanup. 2005/03/11 14:00:32 sb 1.18.2.1: #i35277# Improve URP performance by always sending asynchronous release requests, regardless of forceSynchronous.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [139ee58738ba1705c9fab8fd98e822cebef7cfe7]

        INTEGRATION: CWS sb23 (1.5.34); FILE MERGED 2006/08/18 15:22:46 sb 1.5.34.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/14 14:59:49 sb 1.5.34.2: #i35277# Further cleanup. 2005/03/14 10:53:32 sb 1.5.34.1: #i35277# Further cleanup.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [39c4837ea701ea0f878671ed6ac610f3da39436f]

        INTEGRATION: CWS sb23 (1.7.16); FILE MERGED 2006/11/08 15:46:42 sb 1.7.16.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [80803c0f9e6eff6971756b3a7cd7a1743072a983]

        INTEGRATION: CWS sb23 (1.11.16); FILE MERGED 2006/11/08 15:46:42 sb 1.11.16.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [35b589faa3bfa39d857c8cba4bc8a84e7ccbc46e]

        INTEGRATION: CWS sb23 (1.26.8); FILE MERGED 2006/11/08 15:46:42 sb 1.26.8.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d422c113d527fd7a208646efc1c3ac5668df743b]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2006/11/08 15:48:09 sb 1.1.2.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [de3312f25901015e3ac03a7973dbe73fe3b00b02]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2006/11/08 15:47:57 sb 1.1.2.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ff56e9f1d9af96ad201864ad3f89941784228757]

        INTEGRATION: CWS sb23 (1.12.10); FILE MERGED 2006/11/08 15:46:42 sb 1.12.10.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1d6d185f4ed9d2346a3dbcf7791bc06db4862f6b]

        INTEGRATION: CWS sb23 (1.18.10); FILE MERGED 2006/11/08 15:46:41 sb 1.18.10.2: #88601# Current context testing. 2006/11/07 16:19:09 sb 1.18.10.1: Fixed bad cast.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4ed69740f499731dddfe5ddb682b27ea93e394e6]

        INTEGRATION: CWS sb23 (1.5.32); FILE MERGED 2006/11/08 15:46:41 sb 1.5.32.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3339ab7a663b0fde070aafbf149c136f1c82b5d3]

        INTEGRATION: CWS sb23 (1.10.16); FILE MERGED 2006/11/08 15:46:41 sb 1.10.16.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0ea9da906050919b247f46ac4aba6c06e20c6f52]

        INTEGRATION: CWS sb23 (1.1.2); FILE ADDED 2006/11/08 15:48:22 sb 1.1.2.1: #88601# Current context testing.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [94811c81de5c7bb3044370301a99f38fcfde4f9a]

        INTEGRATION: CWS wfilter (1.14.14); FILE MERGED 2006/11/17 08:48:22 sj 1.14.14.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [865b1783f78bce3e00e2a86c827b0b7a49925a9f]

        INTEGRATION: CWS wfilter (1.31.14); FILE MERGED 2006/11/17 08:48:22 sj 1.31.14.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c9a340802a377b8b93205ecd64cc5e794db461ae]

        INTEGRATION: CWS wfilter (1.24.14); FILE MERGED 2006/11/17 08:48:22 sj 1.24.14.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a4418cc97ca5719fbcbea01b7da2b7f7536edcdd]

        INTEGRATION: CWS wfilter (1.25.14); FILE MERGED 2006/11/17 08:48:22 sj 1.25.14.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [19d52329df85a358c34700671c326d6fe9a22ee3]

        INTEGRATION: CWS wfilter (1.3.234); FILE MERGED 2006/11/17 08:40:51 sj 1.3.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [de00b68bb4d44212819f613caf71f5a8a9240dfb]

        INTEGRATION: CWS wfilter (1.4.50); FILE MERGED 2006/11/17 08:40:51 sj 1.4.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f91a02615ed9516b09f79b66f89993f58d0df2ea]

        INTEGRATION: CWS wfilter (1.10.52); FILE MERGED 2006/11/17 08:40:50 sj 1.10.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5ee6f4458491a3e05e9795e7d51724e2eaa8a2ff]

        INTEGRATION: CWS wfilter (1.4.234); FILE MERGED 2006/11/17 08:40:50 sj 1.4.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a4e1b7e626d3079682dc8180be90f8c12d784466]

        INTEGRATION: CWS wfilter (1.10.38); FILE MERGED 2006/11/17 08:40:50 sj 1.10.38.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9f20d1afcce44dbffb188232a34199c0d93d567b]

        INTEGRATION: CWS wfilter (1.7.52); FILE MERGED 2006/11/17 08:40:50 sj 1.7.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4b79bba6f7bb486a8626712544169bd48c2ac163]

        INTEGRATION: CWS pj66 (1.12.68); FILE MERGED 2006/11/23 21:27:57 pjanik 1.12.68.1: #i71184#: Remove CONFIG_SERVER_DOCLANG_TARGET (cfgsrvdoclang).

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [820b861eb8863b6c7c078c0f95373a94e1b4abd3]

        INTEGRATION: CWS wfilter (1.7.148); FILE MERGED 2006/11/17 08:40:49 sj 1.7.148.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [62c9abe20c7a97a0d3a9661f6ea8a29fa2da6b2b]

        INTEGRATION: CWS wfilter (1.19.38); FILE MERGED 2006/11/17 08:40:49 sj 1.19.38.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [55f44e9461a888d7c688a74399e756e927d53555]

        INTEGRATION: CWS wfilter (1.6.50); FILE MERGED 2006/11/17 08:40:49 sj 1.6.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e58c5113ec7387f0a08f713e1668018f8aab0a16]

        INTEGRATION: CWS wfilter (1.8.52); FILE MERGED 2006/11/17 08:40:48 sj 1.8.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [26aee948ecee846e20216a295f9eee2572ac1697]

        INTEGRATION: CWS wfilter (1.3.234); FILE MERGED 2006/11/17 08:40:48 sj 1.3.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5f390dfd506a9c1f912bab624bf9171c2e07cd8b]

        INTEGRATION: CWS wfilter (1.7.52); FILE MERGED 2006/11/17 08:40:48 sj 1.7.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8e2349514c45be6115dad435b63929a03f6a0a80]

        INTEGRATION: CWS wfilter (1.6.52); FILE MERGED 2006/11/17 08:40:48 sj 1.6.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [cc8dbd7d08dc651d34081839a2cc3e7e3405117a]

        INTEGRATION: CWS wfilter (1.6.52); FILE MERGED 2006/11/17 08:40:47 sj 1.6.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [48f9e4112b3d4899638a529246362e9d53d7a160]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:47 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b62379d281ac06099ef76f67bbde980ee450d958]

        INTEGRATION: CWS wfilter (1.3.52); FILE MERGED 2006/11/17 08:40:46 sj 1.3.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e71d6c594618f9f24d8a1dda84fd494fa2d39a03]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:46 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0e438e592b19cee2c1f583ba890a5ee020ed84f7]

        INTEGRATION: CWS wfilter (1.17.52); FILE MERGED 2006/11/17 08:40:45 sj 1.17.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [80e3e7560033b08f4a03e2a06f21b89cc185f0f1]

        INTEGRATION: CWS wfilter (1.6.90); FILE MERGED 2006/11/17 08:40:45 sj 1.6.90.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [4641bda8247db1407f4b018f3cdc2cbacdc8a85f]

        INTEGRATION: CWS wfilter (1.8.50); FILE MERGED 2006/11/17 08:40:45 sj 1.8.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0cdb86205174decfab7de116a30ffa50816aa848]

        INTEGRATION: CWS wfilter (1.3.50); FILE MERGED 2006/11/17 08:40:45 sj 1.3.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5ab41cd8230de54d6f805d7c7314abe615fd086a]

        INTEGRATION: CWS wfilter (1.7.52); FILE MERGED 2006/11/17 08:40:45 sj 1.7.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [808ebf926ea39124ac93f72eb3ee66385dbdcd9b]

        INTEGRATION: CWS wfilter (1.7.50); FILE MERGED 2006/11/17 08:40:44 sj 1.7.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0b95a29b1a639972974229e61c5d51041c13f182]

        INTEGRATION: CWS wfilter (1.11.128); FILE MERGED 2006/11/17 08:40:44 sj 1.11.128.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [920335775ced031ff0ebf1a3a8994f27f5ddbdc9]

        INTEGRATION: CWS wfilter (1.9.48); FILE MERGED 2006/11/17 08:40:44 sj 1.9.48.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [753498953dcd840659d871d25cc7923a8c9d2c66]

        INTEGRATION: CWS wfilter (1.13.50); FILE MERGED 2006/11/17 08:40:44 sj 1.13.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e2292b4188e15c622efb7a8b0d5c860461258b71]

        INTEGRATION: CWS wfilter (1.3.234); FILE MERGED 2006/11/17 08:40:43 sj 1.3.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e4cfe01e5b17ad442e4ad68c61e20aa8e60894f8]

        INTEGRATION: CWS wfilter (1.5.52); FILE MERGED 2006/11/17 08:40:43 sj 1.5.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [158cb710db1e62989e641d2c31deaa8eae9b33f1]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:43 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d5c07f86281cadde9ebbb6c16b4091c3ed6d21b]

        INTEGRATION: CWS wfilter (1.4.50); FILE MERGED 2006/11/17 08:40:43 sj 1.4.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1ed6846733a8f95ca42bb38c0446c3796ba2d735]

        INTEGRATION: CWS wfilter (1.5.52); FILE MERGED 2006/11/17 08:40:42 sj 1.5.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3a7a21247015f485f1f3c6242d05edcaa2928204]

        INTEGRATION: CWS wfilter (1.11.52); FILE MERGED 2006/11/17 08:40:42 sj 1.11.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1093e604644a4e59b5b1ae7eaa68e9d07553d24a]

        INTEGRATION: CWS swqbf89 (1.24.52); FILE MERGED 2006/11/08 14:36:15 od 1.24.52.1: #i59688# - avoid unnecessary load of graphic for checking its type.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e396f222944ce778498228f7fc4eabad821e3269]

        INTEGRATION: CWS wfilter (1.3.52); FILE MERGED 2006/11/17 08:40:42 sj 1.3.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [eec057606804e18e5ae506d1d2460e4ad6975fd9]

        INTEGRATION: CWS swqbf89 (1.78.10); FILE MERGED 2006/11/08 14:36:15 od 1.78.10.1: #i59688# - avoid unnecessary load of graphic for checking its type.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [7f2d2f912fbcd75f5fd7121c8e55940bab5a7303]

        INTEGRATION: CWS swqbf89 (1.55.10); FILE MERGED 2006/11/08 14:26:44 od 1.55.10.1: #i59688# method <SwDocShell::LoadingFinished()> replaces 	 <SwDocShell::StartLoadFinishedTimer()>, because load of linked 	 graphics no longer needed and necessary to finish load of document.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6a957dae73ced2bd356f028728180f8b79bf1285]

        INTEGRATION: CWS wfilter (1.3.52); FILE MERGED 2006/11/17 08:40:41 sj 1.3.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [becf02e58637276ab80227ffb19aa01c86e4962d]

        INTEGRATION: CWS swqbf89 (1.63.8); FILE MERGED 2006/11/16 10:54:14 od 1.63.8.2: RESYNC: (1.63-1.64); FILE MERGED 2006/11/08 14:26:43 od 1.63.8.1: #i59688# method <SwDocShell::LoadingFinished()> replaces 	 <SwDocShell::StartLoadFinishedTimer()>, because load of linked 	 graphics no longer needed and necessary to finish load of document.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [35b5c25290ec7a5151b76bfe0fd92f57e121443b]

        INTEGRATION: CWS wfilter (1.4.50); FILE MERGED 2006/11/17 08:40:41 sj 1.4.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [59003e49de3ec2445cf07297135c2874e5877a9b]

        INTEGRATION: CWS wfilter (1.20.50); FILE MERGED 2006/11/17 08:40:41 sj 1.20.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [87d5fd944e8549b90456430655e55ea3e9473e69]

        INTEGRATION: CWS wfilter (1.7.210); FILE MERGED 2006/11/17 08:40:41 sj 1.7.210.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a84f7ad4c81f2331a482094069a7b344556e56f9]

        INTEGRATION: CWS swqbf89 (1.38.50); FILE MERGED 2006/11/08 14:30:53 od 1.38.50.1: #i59688# method <SwDocShell::StartLoadFinishedTimer()> replaced by 	 method <SwDocShell::LoadingFinished()>

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f83e0f3ff93997f527d38c337148f449b457d655]

        INTEGRATION: CWS wfilter (1.5.50); FILE MERGED 2006/11/17 08:40:40 sj 1.5.50.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2858933f20d6f9a06ce6b1f33c5badacf4fa6a92]

        INTEGRATION: CWS swqbf89 (1.190.46); FILE MERGED 2006/11/10 11:04:59 od 1.190.46.1: #i71182# property map <aShapeMap_Impl> for drawing object 	 - added map entry for property <PageToggle> to load and save 	   horizontal mirrored positioning.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [9b92615954232ba19a177af9129aad63e6b42b70]

        INTEGRATION: CWS wfilter (1.3.52); FILE MERGED 2006/11/17 08:40:40 sj 1.3.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [346d4ee1d6dc515e597ac7f3f9264a08f014bb1b]

        INTEGRATION: CWS swqbf89 (1.16.50); FILE MERGED 2006/11/07 09:41:44 od 1.16.50.1: #130889# implementation of new undo class <SwUndoDrawUnGroupConnectToLayout>

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a227be8a81a5cde883a449bc2639c8146ac74d74]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:39 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [8a2d3ff4577c3fa2b229da84344e05c8e8c2eea0]

        INTEGRATION: CWS swqbf89 (1.91.50); FILE MERGED 2006/11/22 09:47:43 od 1.91.50.2: #i71281# method <SwTxtFrm::_CalcHeightOfLastLine(..)> 	 - adjustment for the fix to suppress wrong invalidation of printing area. 	   Otherwise, layout loops causes by such an invalidation are possible. 2006/11/13 08:42:38 od 1.91.50.1: #i71281# method <SwTxtFrm::_CalcHeightOfLastLine(..)> 	 - invalidate printing area of the text frame, if value of 	   <mnHeightOfLastLine> changes.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [763498211e062fcb3480a72040a29dc8188a15a5]

        INTEGRATION: CWS wfilter (1.5.234); FILE MERGED 2006/11/17 08:40:39 sj 1.5.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [0c251424b76379bb707093bca7f6abfc06c4f5a9]

        INTEGRATION: CWS swqbf89 (1.92.52); FILE MERGED 2006/11/08 15:55:43 od 1.92.52.1: #i70641# method <lcl_FirstTabCalc(..)> 	 - introduce robust code - checking existence of lower of table cell

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [6cb38ba5213a163809d81c4d36d77bcdac803c91]

        INTEGRATION: CWS wfilter (1.12.52); FILE MERGED 2006/11/17 08:40:39 sj 1.12.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [a519eb314175912cc263599b5fb26c75543d32d7]

        INTEGRATION: CWS wfilter (1.2.234); FILE MERGED 2006/11/17 08:40:39 sj 1.2.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [75506c62f3ed01ca6434d4c3c050f45279c4e6fc]

        INTEGRATION: CWS swqbf89 (1.62.52); FILE MERGED 2006/11/02 10:25:33 od 1.62.52.1: #i71065# method <SwFlowFrm::MoveBwd(..)> 	 - correction of fix for issue i53139: 	 -- consider flag <SwFlowFrm::bMoveBwdJump> on moving backward 	    of content in columned sections in spite of a column break.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [011e2963c7d32a7719d4ce40c0f349c42f31b53b]

        INTEGRATION: CWS swqbf89 (1.19.52); FILE MERGED 2006/11/16 10:42:54 od 1.19.52.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/10 11:07:16 od 1.19.52.1: #i71182# method <SwAnchoredDrawObject::_SetPositioningAttr()> 	 - change only position in <SwFmtHoriOrient> and <SwFmtVertOrient> 	   atrributes without losing other sub attributes.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1863c1ce1a1d174f633b08835da8a87999ac40d4]

        INTEGRATION: CWS wfilter (1.6.92); FILE MERGED 2006/11/17 08:40:38 sj 1.6.92.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [610217cd43d0ee2e9ba42f0696076a38f18e774c]

        INTEGRATION: CWS swqbf89 (1.35.52); FILE MERGED 2006/11/08 14:33:44 od 1.35.52.1: #i59688# method <SWGrfNode::ReRead(..)> 	 - do not load linked graphic, if it isn't a new one. Thus, load 	   of linked graphics on construction of <SwGrfNode> instances is avoided.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [987c5febd7f017833887357dc8b647f795933a2a]

        INTEGRATION: CWS wfilter (1.5.52); FILE MERGED 2006/11/17 08:40:38 sj 1.5.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [912f65aa658cc4342b0572d5a5f17726f1877bf2]

        INTEGRATION: CWS swqbf89 (1.49.48); FILE MERGED 2006/11/07 13:44:01 od 1.49.48.2: #130889# correct syntax error 2006/11/07 09:44:01 od 1.49.48.1: #130889# method <SwFEShell::IsGroupAllowed()> 	 - introduce robust code on accessing frame format of drawing object

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [00467294491c5d900689d85efaed858ed6497772]

        INTEGRATION: CWS wfilter (1.3.234); FILE MERGED 2006/11/17 08:40:38 sj 1.3.234.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [84536a028ebc9991eb2153a9eaa9b7aa441b472f]

        INTEGRATION: CWS swqbf89 (1.33.50); FILE MERGED 2006/11/08 15:19:29 od 1.33.50.2: #139670# method <SwFEShell::GetFlyFrmAttr(..)> 	 - make code robust - check on return value of <GetCurrFrm()> 2006/11/07 09:45:07 od 1.33.50.1: #130889# method <SwFEShell::GetObjCntType(..)> 	 - introduce robust code on accessing frame format of drawing object

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [318b4177bd35884d850902686ce08f70335d2793]

        INTEGRATION: CWS swqbf89 (1.24.50); FILE MERGED 2006/11/07 09:49:34 od 1.24.50.1: #130889# methods <SwDrawView::AddCustomHdl()> and <SwDrawView::CheckPossibilities()> 	 - introduce robust code on accessing frame format of drawing object

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [09eacf7da87eb1b347fa0095ff9dc31834520cd2]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:38 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5cb604d79ec4b0e13b738e7899cbd1a86cad7634]

        INTEGRATION: CWS swqbf89 (1.38.50); FILE MERGED 2006/11/07 09:39:50 od 1.38.50.1: #130889# method <SwDoc::UnGroupSelection(..)> 	 - change sub action order in order to avoid wrong behaviour 	   in Drawing layer with drawing objects in repeated areas (e.g. 	   page header, page footer, repeated table rows). This change 	   causes also adjustments for the undo actions.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [334e678a5369511afa3945a8e9d3e79a95da9898]

        INTEGRATION: CWS wfilter (1.9.52); FILE MERGED 2006/11/17 08:40:37 sj 1.9.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [12be859220a4bf91be2996f9fc3f36708b3063f2]

        INTEGRATION: CWS swqbf89 (1.30.78); FILE MERGED 2006/11/07 09:33:22 od 1.30.78.1: #130889# new undo class <SwUndoDrawUnGroupConnectToLayout>, because 	 undo action has to reflect change to action "ungroup of drawing 	 group objects"

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [07237b7953e5cba29aaf3328a43f080381a8938f]

        INTEGRATION: CWS sixtyfour10 (1.23.10); FILE MERGED 2006/11/23 13:16:56 cmc 1.23.10.1: #i71848# mismatch of ULONG and sal_uInt32, relevent for x86_64

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [1f177b5b2fd10618d4f5acfb1cb00ed5635149d3]

        INTEGRATION: CWS wfilter (1.19.30); FILE MERGED 2006/11/17 08:40:37 sj 1.19.30.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [e946015d1eb9a875de3c6633be26ba17ace4a99d]

        INTEGRATION: CWS pj66 (1.17.90); FILE MERGED 2006/11/23 21:29:27 pjanik 1.17.90.1: #i71184#: Remove removed directory from build list.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [eacaecfc4cf87421875ab83d2edf0b5e93570d0f]

        INTEGRATION: CWS swqbf89 (1.36.10); FILE MERGED 2006/11/08 14:21:16 od 1.36.10.1: #i59688# class <SwDocShell> 	 - change semantic and name of method <StartLoadFinishedTimer()> 	 -- loading of linked graphics no longer needed and necessary for     	    the load of document being finished. method name is now 	    <LoadingFinished()>

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [2c1a03e7cc725a4ea762ee9e5c5023e8524faec0]

        INTEGRATION: CWS sixtyfour10 (1.142.10); FILE MERGED 2006/11/23 13:16:55 cmc 1.142.10.1: #i71848# mismatch of ULONG and sal_uInt32, relevent for x86_64

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [f896f74b070a908a4f4add4daa2e8288b6bc6299]

        INTEGRATION: CWS wfilter (1.4.52); FILE MERGED 2006/11/17 08:40:37 sj 1.4.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [932a68348e914a33e727480ea05c08d8e0c422c2]

        INTEGRATION: CWS wfilter (1.7.52); FILE MERGED 2006/11/17 08:40:36 sj 1.7.52.1: #i69283# making filter module warning free

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [99dc3f2a98205b7ad53bff37732024f99911ab70]

        INTEGRATION: CWS cmcfixes29 (1.13.62); FILE MERGED 2006/11/24 10:33:05 cmc 1.13.62.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [5d158998fdc8a8d40fd451a65537ebb9ab3e7d3a]

        INTEGRATION: CWS cmcfixes29 (1.12.116); FILE MERGED 2006/11/24 10:33:05 cmc 1.12.116.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [28a6f6308679d7d918008b4bdf4ffa22367d0b85]

        INTEGRATION: CWS cmcfixes29 (1.9.202); FILE MERGED 2006/11/24 10:33:04 cmc 1.9.202.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [93474cf37de76137f75d6e63b77ca1e316a64509]

        INTEGRATION: CWS cmcfixes29 (1.31.8); FILE MERGED 2006/11/24 09:35:56 cmc 1.31.8.1: #i71920# remove warnings when crash reporter is disabled

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [d8991d9bbb4354b52249565e7f4fe23cda7f5b22]

        INTEGRATION: CWS sixtyfour10 (1.6.20); FILE MERGED 2006/11/23 13:30:54 cmc 1.6.20.2: #i71888# Copy 9th, 10th, etc. float  verbatim 2006/11/23 12:22:24 cmc 1.6.20.1: #i71815# abi returns small structs in registers

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [ed0df1898a663f8652693130afd63b08a60447c2]

        INTEGRATION: CWS cmcfixes29 (1.124.12); FILE MERGED 2006/11/24 10:25:47 cmc 1.124.12.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [c3d14dc659d39966817e34a93efb6722119fedac]

        INTEGRATION: CWS cmcfixes29 (1.187.12); FILE MERGED 2006/11/24 12:12:31 cmc 1.187.12.3: #i71934# busted logic for without-ppds and without-afms 2006/11/24 11:10:48 cmc 1.187.12.2: #i71435# with a new gcj use sun-style tests for a compatible sun-alike dir hierarchy 2006/11/24 10:25:47 cmc 1.187.12.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [b61a2841b5ebd5f697aed603a7b4ccf896bb6cc1]

        INTEGRATION: CWS cmcfixes29 (1.171.14); FILE MERGED 2006/11/24 12:12:29 cmc 1.171.14.3: #i71934# busted logic for without-ppds and without-afms 2006/11/24 11:10:46 cmc 1.171.14.2: #i71435# with a new gcj use sun-style tests for a compatible sun-alike dir hierarchy 2006/11/24 10:25:45 cmc 1.171.14.1: #i64463# optionally disable Xaw for the extensions plugin in favour of direct Xt

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [3f6c46c0953b1f9667ff207568446756452829f4]

        INTEGRATION: CWS pj68 (1.33.8); FILE MERGED 2006/11/27 20:57:57 pjanik 1.33.8.1: #i71974#: Initialize variable to prevent warning on Mac OS X with gcc 4.0.1.

2006-12-01  Rüdiger Timm  <rt@openoffice.org>  [44f2609d69bce387065183c6dba6733edc65b7cb]

        INTEGRATION: CWS pj68 (1.6.4); FILE MERGED 2006/11/27 20:55:23 pjanik 1.6.4.1: #i71959#: Add back CoreFoundation framework.

2006-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [8888200d42b383a10ed0fe308becfe46cbbcbd42]

        corrected xsl:template dectohex

2006-12-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [70c3efa149a7792d659ae0d5edc530efc9228cac]

        DffUDefProp

2006-11-28  Rüdiger Timm  <rt@openoffice.org>  [b169adb77a7ac5830f794ac775e1320ca3278500]

        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-28  Rüdiger Timm  <rt@openoffice.org>  [53a3ae521ecbce33197e2433e97ab3685087c170]

        INTEGRATION: CWS pb19_SRC680 (1.120.68); FILE MERGED 2006/11/23 15:40:18 pb 1.120.68.1: fix: #i71882# nextWord search with endPos instead of startPos

2006-11-28  Armin Weiss  <aw@openoffice.org>  [e84d5561a05b41041c034a0b66600568e19c85d3]

        #i39532#

2006-11-27  Rüdiger Timm  <rt@openoffice.org>  [3481979b263b03160bf13dd307af47b97f030638]

        #i71977# Missing include added (patch by pjanik).

2006-11-27  Henning Brinkmann  <hbrinkm@openoffice.org>  [e6a6fe31df20af3fe444f4bd94aee70a40021221]

        DffBlipPng, DffBlipDib

2006-11-24  Rüdiger Timm  <rt@openoffice.org>  [14e80e771a32908f3ec3022be3583b39a9c86d63]

        #i10000# Copy 'xtrafiles' for desired platforms only.

2006-11-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [7ca82f754c4e0c323dba1b3d833ad3e6c8e2eab5]

        DffBlipPng

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [9568655ef5198b6cec48cef63132323456516c7c]

        #100000# get rig of warnings

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [b3cffefc6143c3ce56771736f173d92678ce1357]

        #100000# get rig of warnings

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [2c49a220851b6aeb4555c87b7ed3f7ac14aa5199]

        #100000# added missing include

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [76bb3f0ff42965b406aeaf171982ec4709e757c2]

        #100000# added missing include

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [882e3896197984387f80fade7cde5e8bf6b039b8]

        #100000# get rid of NULL

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [fb83586c621e1f73293837e31a723b00e24f1054]

        #100000# added missing include

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [1b5d77e0404cc01950a86c6225bad82a07ec4de3]

        #100000# get rid of NULL as used in arithmetic

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [050bb4233064caa013cb5cf1422aeac99e17f64a]

        #100000# merge fixes

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [a3721b58c0c32cc2cc3a244aabcc679400cbdd4a]

        handed warnings

2006-11-23  Vladimir Glazounov  <vg@openoffice.org>  [06257175446515458f526b5dd0edd7da1e59a999]

        #100000# no Vector3D anymore

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [395e4b49ba28ba5afa29d97f665dee34cf6833d2]

        output hex of attribute values

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [0df666f37d84c97c19cbdf3b7ec120b5f6c50bb1]

        do not read zero length PLCF<BKD>s

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [6b52c498d67c3c5205bf2ccbd73bf587914131d9]

        DffBSE:blip

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [3f60548ebf094bbe69c81a0f63a4d715a1b28e7b]

        DffBSE:blip, createDffRecord from stream

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [6e6cad885c67ce0ce758f85109b2470c5312d946]

        resolve binary body from DffRecord

2006-11-23  Henning Brinkmann  <hbrinkm@openoffice.org>  [7649234d44c6e545de8dda4d7ac89d707f243407]

        createDffRecord from stream

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [1da207a0cc438ecc97cbe9a678c8146c63d712d5]

        new version for SRC680

2006-11-22  Oliver Specht  <os@openoffice.org>  [bedf8ad8f9dbebe81e21320d942a9b537e3b9322]

        graphic import extended

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [4432f5ba393548e8c0bfb229357121b957a6be5c]

        SRC680

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [daa096c1efe10353dd5d1147e9d14a64b5c6b426]

        INTEGRATION: CWS scpivotcacheimport (1.26.84); FILE MERGED 2006/10/20 13:47:36 dr 1.26.84.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [55062e35d68ab22f81f29b618479f60f30e4f520]

        INTEGRATION: CWS scpivotcacheimport (1.8.294); FILE MERGED 2006/10/25 13:53:10 dr 1.8.294.4: #i70650# handle more special cases for cache fields 2006/10/24 15:45:07 dr 1.8.294.3: #i70650# support for pivottables based on database 2006/10/23 09:01:15 dr 1.8.294.2: RESYNC: (1.8-1.9); FILE MERGED 2006/10/20 13:47:35 dr 1.8.294.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [92f4a2d39fb04ce59a6fc52bad16d0e68a20c823]

        INTEGRATION: CWS scpivotcacheimport (1.5.6); FILE MERGED 2006/10/23 11:33:38 dr 1.5.6.4: #i10000# merge error 2006/10/23 09:01:06 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED 2006/10/20 13:47:35 dr 1.5.6.2: #i70650# import pivotcache from external pivottables into own sheet 2006/10/16 15:09:42 dr 1.5.6.1: merge pivotcache dumper from calc39

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0bb77f6a0d48caa99c5230b868fe015a4564b524]

        INTEGRATION: CWS scpivotcacheimport (1.9.84); FILE MERGED 2006/10/25 13:53:10 dr 1.9.84.3: #i70650# handle more special cases for cache fields 2006/10/20 15:09:12 dr 1.9.84.2: #i70650# import pivotcache from external pivottables into own sheet 2006/10/20 13:47:35 dr 1.9.84.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [158f8d50b4ebd9aee0cf0d09d4661e6c718863ba]

        INTEGRATION: CWS scpivotcacheimport (1.9.86); FILE MERGED 2006/10/20 13:47:35 dr 1.9.86.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6ceca363b991a149e9fc5a99eccfb57e0e0f43c1]

        INTEGRATION: CWS scpivotcacheimport (1.27.76); FILE MERGED 2006/10/20 13:45:48 dr 1.27.76.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d349e595e4920fcfc2ac05ebfb2bfc4151fe3b4a]

        INTEGRATION: CWS scpivotcacheimport (1.9.78); FILE MERGED 2006/10/25 13:52:34 dr 1.9.78.2: #i70650# handle more special cases for cache fields 2006/10/20 13:45:48 dr 1.9.78.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [bca88af19b1b8f187c394e97ce28d6d71c830a98]

        INTEGRATION: CWS scpivotcacheimport (1.6.6); FILE MERGED 2006/11/22 12:11:15 dr 1.6.6.5: RESYNC: (1.6-1.7); FILE MERGED 2006/10/25 13:52:34 dr 1.6.6.4: #i70650# handle more special cases for cache fields 2006/10/24 15:45:20 dr 1.6.6.3: #i70650# support for pivottables based on database 2006/10/20 13:45:48 dr 1.6.6.2: #i70650# import pivotcache from external pivottables into own sheet 2006/10/16 15:09:34 dr 1.6.6.1: merge pivotcache dumper from calc39

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e52ea100137ae62a0ea884f8c221fdaba501a9b9]

        INTEGRATION: CWS scpivotcacheimport (1.8.6); FILE MERGED 2006/10/25 13:52:34 dr 1.8.6.4: #i70650# handle more special cases for cache fields 2006/10/24 15:45:20 dr 1.8.6.3: #i70650# support for pivottables based on database 2006/10/20 13:45:48 dr 1.8.6.2: #i70650# import pivotcache from external pivottables into own sheet 2006/10/16 15:09:34 dr 1.8.6.1: merge pivotcache dumper from calc39

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6a9ecbdb7a5f95965811a3ed2e4d7f4d4e0ac1a4]

        INTEGRATION: CWS scpivotcacheimport (1.12.76); FILE MERGED 2006/10/25 13:52:33 dr 1.12.76.6: #i70650# handle more special cases for cache fields 2006/10/24 15:45:19 dr 1.12.76.5: #i70650# support for pivottables based on database 2006/10/23 12:28:19 dr 1.12.76.4: #i70650# do not use 'pivot' in UI 2006/10/23 08:59:49 dr 1.12.76.3: RESYNC: (1.12-1.13); FILE MERGED 2006/10/20 15:09:01 dr 1.12.76.2: #i70650# import pivotcache from external pivottables into own sheet 2006/10/20 13:45:48 dr 1.12.76.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6ca32f04a2970d35ee0034d8096135784015e668]

        INTEGRATION: CWS scpivotcacheimport (1.24.76); FILE MERGED 2006/10/20 13:45:47 dr 1.24.76.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [fbb73285934d4ed60e566457754fc28b07ee25af]

        INTEGRATION: CWS scpivotcacheimport (1.14.66); FILE MERGED 2006/10/20 13:45:47 dr 1.14.66.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [1f1afc55453b79dd85ced0fb14215f27385a3a1c]

        INTEGRATION: CWS scpivotcacheimport (1.62.6); FILE MERGED 2006/10/20 13:45:47 dr 1.62.6.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a865868c47adfa7bd0ffc01b896753ef8aad6ae8]

        INTEGRATION: CWS pb18_SRC680 (1.28.42.2.10); FILE MERGED 2006/11/16 15:58:56 mav 1.28.42.2.10.1: #i71550# create the document info correctly

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [397c5d17696194dff85b673ebafef94dc8017dae]

        INTEGRATION: CWS scpivotcacheimport (1.83.6); FILE MERGED 2006/10/25 13:52:33 dr 1.83.6.2: #i70650# handle more special cases for cache fields 2006/10/20 13:45:47 dr 1.83.6.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7942d5052a9d99b2ee995adf4d21524f87c7cc24]

        INTEGRATION: CWS scpivotcacheimport (1.115.6); FILE MERGED 2006/10/25 13:52:33 dr 1.115.6.2: #i70650# handle more special cases for cache fields 2006/10/20 13:45:46 dr 1.115.6.1: #i70650# import pivotcache from external pivottables into own sheet

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b7f1dbbf674d46d191e18ea4a3516995b94bfb42]

        INTEGRATION: CWS gtkquickstart3_SRC680 (1.3.22.1.8); FILE MERGED 2006/11/15 15:29:46 mmeeks 1.3.22.1.8.1: Issue number: i#71567# Submitted by: mmeeks fix shutdown semantics.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a05e3026e8262326ef62e275617914837c9eb419]

        INTEGRATION: CWS gtkquickstart3_SRC680 (1.49.22.3.8); FILE MERGED 2006/11/15 15:34:05 mmeeks 1.49.22.3.8.1: Issue number: i#70517# Submitted by: mmeeks fix corner case caused by 1st time start wizard.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5d506f24cb86e4f5c688fc747470077574515ff3]

        INTEGRATION: CWS gtkquickstart3_SRC680 (1.111.22.1.8); FILE MERGED 2006/11/15 15:37:46 mmeeks 1.111.22.1.8.1: Issue number: i#71315 Submitted by:  mmeeks fix string for Pavel.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7caafa9de3d881535fe67f2d215d9dcd37524df0]

        INTEGRATION: CWS impress113_SRC680 (1.59.14); FILE MERGED 2006/11/20 12:22:47 af 1.59.14.1: #i71646# Calling SetWindow(NULL) from Exit() while the main view shell state can still be detected.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [662d46834c4b15b465134d62d808108364132e8c]

        INTEGRATION: CWS afplock_SRC680 (1.14.36); FILE MERGED 2006/11/20 20:51:39 obr 1.14.36.1: #i62229# use O_SHLOCK instead of O_EXLOCK on AFP volumes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7fa4557c43dcd09d5d30666d12bf416925cada70]

        INTEGRATION: CWS tl34_SRC680 (1.31.90); FILE MERGED 2006/11/20 12:53:49 tl 1.31.90.1: #i71436# fixed accidently out commented code

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2b8913999a2e35d89c0465532c2ac14469220918]

        INTEGRATION: CWS sw2102_SRC680 (1.67.36); FILE MERGED 2006/11/07 13:43:14 ama 1.67.36.1: Fix #i71288#: No language attribute from older docs

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [91b11aa3a6a8b15ad5445738c23b4f4ca8a6f9f5]

        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>  [3c59ab7057bcef6678f9ea72db3d347e6af9f8c0]

        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>  [4b4bc4bd112f3ac9bb50d2b78e4b5528aa8ce56a]

        INTEGRATION: CWS pj67_SRC680 (1.14.8.1.2); FILE MERGED 2006/11/13 11:43:19 pjanik 1.14.8.1.2.1: #i71391#: Prevent gcc-3.3 parser bug. Patch from sb.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [784815edaac9c32d8b8986842f9b4e19b70e689a]

        INTEGRATION: CWS pj67_SRC680 (1.15.16); FILE MERGED 2006/11/13 13:11:39 ihi 1.15.16.1: #i71446# Productversion 2.0 -> 2.1

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [14e039259f304b7fcaef65a774ededabf3c85ed3]

        INTEGRATION: CWS notecrash_SRC680 (1.27.38); FILE MERGED 2006/11/14 16:59:18 nn 1.27.38.1: #i71529# don't create a base class of SdrView directly

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d102aaf94ef79b2492c231087bfb025664738f14]

        INTEGRATION: CWS sw2104_SRC680 (1.8.364); FILE MERGED 2006/11/14 10:03:16 od 1.8.364.1: #b6492987# - add <txtnodenumattr.obj>

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [bae98ddd7adff1756aa9f17caaebd9c03828aade]

        INTEGRATION: CWS sw2104_SRC680 (1.22.60.1.6); FILE MERGED 2006/11/14 10:11:48 od 1.22.60.1.6.1: #b6492987# method <SwNodes::ChgNode(..)> 	   - presave and restore numbering attributes of moved text node

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c0de2fd76a3abc21681393915964dec16c0fd231]

        INTEGRATION: CWS notecrash_SRC680 (1.46.36); FILE MERGED 2006/11/13 17:51:18 nn 1.46.36.1: #i71490# SetTabNo: Deselect drawing objects before changing sheet number

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e48e8c5d9928b4c43e7dbf3e7eb456ffb8808cde]

        INTEGRATION: CWS tl33 (1.16.122); FILE MERGED 2006/11/13 13:26:37 pb 1.16.122.1: fix: #i70627# 2.0.4 -> 2.1

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e745f014846e2737bc0a9874d7ccd1de0356b7f3]

        INTEGRATION: CWS sixtyfour09 (1.12.10); FILE MERGED 2006/11/09 15:19:07 cmc 1.12.10.1: #ii70963# legacy location for libgcj on some x86_64 distros

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8fe0359d88a09a3a240b024e7f2d4c836f5abe0a]

        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>  [782f4b2cd10876be77aba467e605b85d46004c47]

        INTEGRATION: CWS sixtyfour09 (1.30.82); FILE MERGED 2006/11/15 13:54:50 cmc 1.30.82.1: #i71562# crash on exit slideshow with right click on x86_64

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9a855f99d51b140da3c17ea45a16a95ec4022986]

        INTEGRATION: CWS tl33 (1.12.278); FILE MERGED 2006/11/13 13:25:08 pb 1.12.278.1: fix: Dusterhoeft -> Wittmann

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5fbbaeff7bd67ff8a972d249510a6eaec5c115e5]

        INTEGRATION: CWS tl33 (1.54.76); FILE MERGED 2006/11/16 12:14:09 pb 1.54.76.2: fix: #i67261# moved SvxIsAutoCorrectChar() -> static sal_Bool SvxAutoCorrect::IsAutoCorrectChar() 2006/11/13 11:31:19 tl 1.54.76.1: #i67261# fixed list of characters used by auto-correction

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [43c98e4820a5fba997c6b712a2130708246e8f92]

        INTEGRATION: CWS tl33 (1.136.80); FILE MERGED 2006/11/16 12:06:36 pb 1.136.80.2: fix: #i67261# use new static method of SvxAutoCorrect::IsAutoCorrectChar() 2006/11/13 11:34:30 tl 1.136.80.1: #i67261# fixed list of characters used by auto-correction

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ec232af6649a63bffa3300fdf5da5a12180b60d4]

        INTEGRATION: CWS tl33 (1.39.82); FILE MERGED 2006/11/16 07:50:03 fme 1.39.82.1: #b6489831# Restore printer options after printing

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dad2bf5571c044cbaedd0f17e7f991c26dc12577]

        INTEGRATION: CWS tl33 (1.3.16); FILE MERGED 2006/11/15 11:17:35 jl 1.3.16.1: #i71405# restored images which have been changed in previous version

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c64159eaf1bafda7b5995a2f2dbeb60a229ef326]

        INTEGRATION: CWS tl33 (1.3.16); FILE MERGED 2006/11/15 13:15:08 jl 1.3.16.1: #i71405# restored images which have been changed in previous version

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c411de82a7fc90714a8da3c0fbd0bb2321c511ab]

        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>  [c135d302d341db2307fcf7896d9f56da63dafc34]

        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>  [72c1a7fbd9d9b483968495bad548246fff19ee0a]

        INTEGRATION: CWS jw2 (1.9.18); FILE MERGED 2006/11/15 08:40:37 sparcmoz 1.9.18.2: #71180#: warnings are errors - allow debug build 2006/11/09 03:13:42 sparcmoz 1.9.18.1: #i71180#: remove warnings for gcc 4.1.2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [cc7e3003030dacf6b6bc006543dc4abe277a364b]

        INTEGRATION: CWS jw2 (1.5.18); FILE MERGED 2006/11/09 03:13:21 sparcmoz 1.5.18.1: #i71180#: remove warnings for gcc 4.1.2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f1301cf7aae88ed50861f6aa9d39798fec310bfc]

        INTEGRATION: CWS jw2 (1.11.18); FILE MERGED 2006/11/09 03:12:52 sparcmoz 1.11.18.1: #i71180#: remove warnings for gcc 4.1.2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a554b48cd3cd7a47c4e323373faa2be259908c10]

        INTEGRATION: CWS asyncdialogs (1.2.32); FILE MERGED 2006/08/31 08:08:45 pb 1.2.32.1: fix: #i57125# syntax error after resync

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8fee3d8b575527285e00ac41d9496890e9654996]

        INTEGRATION: CWS asyncdialogs (1.7.4); FILE MERGED 2006/10/31 18:10:01 pb 1.7.4.9: RESYNC: (1.13-1.14); FILE MERGED 2006/09/20 20:54:52 pb 1.7.4.8: RESYNC: (1.12-1.13); FILE MERGED 2006/08/30 16:41:20 pb 1.7.4.7: RESYNC: (1.11-1.12); FILE MERGED 2006/05/31 15:23:08 pb 1.7.4.6: RESYNC: (1.10-1.11); FILE MERGED 2006/03/24 19:45:29 pb 1.7.4.5: RESYNC: (1.9-1.10); FILE MERGED 2006/03/23 06:03:46 pb 1.7.4.4: fix: #i57125# syntax fixed after resync 2006/03/22 09:26:38 pb 1.7.4.3: RESYNC: (1.8-1.9); FILE MERGED 2005/12/08 16:10:04 kso 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/07 13:15:14 kso 1.7.4.1: #i57125# - Dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [4acbd6c62effd8b660e86583abc8352b11b3827d]

        INTEGRATION: CWS asyncdialogs (1.32.152); FILE MERGED 2006/07/12 21:05:14 pb 1.32.152.3: RESYNC: (1.33-1.34); FILE MERGED 2005/12/08 09:48:36 kso 1.32.152.2: RESYNC: (1.32-1.33); FILE MERGED 2005/11/10 09:57:23 pb 1.32.152.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e808a2d8b5e0ba3835cbbcc615b049563cd67a13]

        INTEGRATION: CWS asyncdialogs (1.23.64); FILE MERGED 2006/08/30 16:33:43 pb 1.23.64.3: RESYNC: (1.24-1.25); FILE MERGED 2006/05/31 14:59:51 pb 1.23.64.2: RESYNC: (1.23-1.24); FILE MERGED 2006/03/01 09:27:03 pb 1.23.64.1: fix: #i57125# docinsert.obj added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [41a9e122ff9e610b2b4ee2df250b86e3724fb13e]

        INTEGRATION: CWS asyncdialogs (1.40.36); FILE MERGED 2006/11/01 09:22:56 pb 1.40.36.8: fix: #i66952# syntax error after resync 2006/10/31 18:01:43 pb 1.40.36.7: RESYNC: (1.47-1.48); FILE MERGED 2006/09/20 20:41:43 pb 1.40.36.6: RESYNC: (1.46-1.47); FILE MERGED 2006/08/30 16:33:16 pb 1.40.36.5: RESYNC: (1.44-1.46); FILE MERGED 2006/07/12 21:01:22 pb 1.40.36.4: RESYNC: (1.43-1.44); FILE MERGED 2006/05/31 14:59:29 pb 1.40.36.3: RESYNC: (1.42-1.43); FILE MERGED 2005/12/08 09:32:54 kso 1.40.36.2: RESYNC: (1.40-1.42); FILE MERGED 2005/11/10 09:51:29 pb 1.40.36.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e877102f8fd4e413c1107c18bd9580d9c9db6d42]

        INTEGRATION: CWS asyncdialogs (1.1.2); FILE ADDED 2006/11/01 09:22:56 pb 1.1.2.3: fix: #i66952# syntax error after resync 2006/07/16 11:11:24 pb 1.1.2.2: fix: #i57125# warning free code 2006/03/01 08:59:47 pb 1.1.2.1: fix: #i57125# class DocumentInserter replaces SfxApplication::InsertDocument[s]Dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [3e0653255b6053c88e728d013115fbf51abb5016]

        INTEGRATION: CWS asyncdialogs (1.24.404); FILE MERGED 2006/10/31 18:00:39 pb 1.24.404.7: RESYNC: (1.30-1.31); FILE MERGED 2006/09/20 20:38:35 pb 1.24.404.6: RESYNC: (1.28-1.30); FILE MERGED 2006/07/12 20:58:29 pb 1.24.404.5: RESYNC: (1.27-1.28); FILE MERGED 2006/05/31 14:56:33 pb 1.24.404.4: RESYNC: (1.26-1.27); FILE MERGED 2006/02/14 08:18:04 pb 1.24.404.3: RESYNC: (1.25-1.26); FILE MERGED 2005/12/08 09:20:24 kso 1.24.404.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/01 14:26:48 kso 1.24.404.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2a2c9fc73b4f344b15158a5cc512be4eb40f087b]

        INTEGRATION: CWS asyncdialogs (1.8.650); FILE MERGED 2006/07/12 20:55:54 pb 1.8.650.5: RESYNC: (1.9-1.10); FILE MERGED 2006/03/01 09:28:03 pb 1.8.650.4: fix: #i57125# IsPasswordEnabled() added 2005/12/08 08:59:46 kso 1.8.650.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/10 09:53:44 pb 1.8.650.2: fix: #i57125# isSystemFilePicker() added 2005/11/01 14:26:47 kso 1.8.650.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b1c467730f3467e768b3a860487a1e9ff8ba7d84]

        INTEGRATION: CWS asyncdialogs (1.115.178); FILE MERGED 2006/10/31 17:59:48 pb 1.115.178.12: RESYNC: (1.126-1.127); FILE MERGED 2006/09/20 20:34:42 pb 1.115.178.11: RESYNC: (1.125-1.126); FILE MERGED 2006/07/14 10:39:36 pb 1.115.178.10: fix: #i57125# warning free code 2006/07/14 05:39:28 pb 1.115.178.9: fix: #i57125# bad merger removed 2006/07/12 20:55:46 pb 1.115.178.8: RESYNC: (1.122-1.123); FILE MERGED 2006/05/31 14:54:38 pb 1.115.178.7: RESYNC: (1.119-1.122); FILE MERGED 2006/03/01 09:29:31 pb 1.115.178.6: fix: #i57125# IsPasswordEnabled() and GetRealFilter() added 2006/02/14 08:15:29 pb 1.115.178.5: RESYNC: (1.118-1.119); FILE MERGED 2005/12/12 13:39:24 kso 1.115.178.4: #i57125# - Build breaker. 2005/12/08 08:58:58 kso 1.115.178.3: RESYNC: (1.115-1.118); FILE MERGED 2005/11/10 09:55:35 pb 1.115.178.2: fix: #i57125# asynchronous execute of file dialog 2005/11/01 14:26:46 kso 1.115.178.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f0efd3549f47aa45581863d28ec55c00a56bfa6c]

        INTEGRATION: CWS asyncdialogs (1.29.140); FILE MERGED 2006/11/01 09:32:33 pb 1.29.140.8: fix: #i66952# syntax error after resync 2006/10/31 17:59:40 pb 1.29.140.7: RESYNC: (1.35-1.36); FILE MERGED 2006/09/20 20:34:15 pb 1.29.140.6: RESYNC: (1.34-1.35); FILE MERGED 2006/07/14 10:39:36 pb 1.29.140.5: fix: #i57125# warning free code 2006/07/12 20:55:28 pb 1.29.140.4: RESYNC: (1.33-1.34); FILE MERGED 2006/05/31 14:53:30 pb 1.29.140.3: RESYNC: (1.31-1.33); FILE MERGED 2005/12/08 08:54:02 kso 1.29.140.2: RESYNC: (1.29-1.31); FILE MERGED 2005/11/10 09:55:35 pb 1.29.140.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a3800cf81c6850f911a114d10912d168857b9ba6]

        INTEGRATION: CWS asyncdialogs (1.26.152); FILE MERGED 2006/11/01 09:23:12 pb 1.26.152.9: fix: #i66952# syntax error after resync 2006/10/31 17:59:21 pb 1.26.152.8: RESYNC: (1.33-1.34); FILE MERGED 2006/09/20 20:33:39 pb 1.26.152.7: RESYNC: (1.32-1.33); FILE MERGED 2006/08/30 16:30:31 pb 1.26.152.6: RESYNC: (1.31-1.32); FILE MERGED 2006/07/14 10:39:36 pb 1.26.152.5: fix: #i57125# warning free code 2006/07/12 20:54:36 pb 1.26.152.4: RESYNC: (1.29-1.31); FILE MERGED 2006/03/22 11:44:06 pb 1.26.152.3: RESYNC: (1.28-1.29); FILE MERGED 2005/12/08 08:50:26 kso 1.26.152.2: RESYNC: (1.26-1.28); FILE MERGED 2005/11/10 09:55:35 pb 1.26.152.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [14e3ee7288207fde34164b1a1028e8234351542f]

        INTEGRATION: CWS asyncdialogs (1.18.206); FILE MERGED 2006/10/31 17:55:54 pb 1.18.206.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/11 10:11:40 pb 1.18.206.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0a8d1ab2b2914966a4fcf2ec378058f1d73fcfbd]

        INTEGRATION: CWS asyncdialogs (1.41.110); FILE MERGED 2006/11/21 15:28:51 pb 1.41.110.9: RESYNC: (1.49-1.52); FILE MERGED 2006/10/31 17:55:46 pb 1.41.110.8: RESYNC: (1.47-1.49); FILE MERGED 2006/09/20 20:26:54 pb 1.41.110.7: RESYNC: (1.46-1.47); FILE MERGED 2006/07/12 20:48:37 pb 1.41.110.6: RESYNC: (1.45-1.46); FILE MERGED 2006/05/31 14:39:05 pb 1.41.110.5: RESYNC: (1.44-1.45); FILE MERGED 2006/03/22 11:43:28 pb 1.41.110.4: RESYNC: (1.43-1.44); FILE MERGED 2006/02/14 08:13:29 pb 1.41.110.3: RESYNC: (1.42-1.43); FILE MERGED 2005/12/08 08:23:58 kso 1.41.110.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/11 10:11:40 pb 1.41.110.1: fix: #i57125# asynchronous execute of file dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a99ee757f0b8a7b8c444a1cc2e088c56191329cd]

        INTEGRATION: CWS asyncdialogs (1.5.94); FILE MERGED 2006/11/02 04:57:20 pb 1.5.94.5: fix: #i66952# syntax error after resync 2006/09/20 20:25:20 pb 1.5.94.4: RESYNC: (1.7-1.8); FILE MERGED 2006/08/30 16:27:53 pb 1.5.94.3: RESYNC: (1.6-1.7); FILE MERGED 2006/07/12 20:46:56 pb 1.5.94.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/22 07:31:29 pb 1.5.94.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ae8196d0e7ccd8492d820f7dda09f829fa0edcbc]

        INTEGRATION: CWS asyncdialogs (1.5.94); FILE MERGED 2006/09/20 20:25:13 pb 1.5.94.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/14 10:42:17 pb 1.5.94.3: fix: #i57125# warning free code 2006/07/12 20:46:49 pb 1.5.94.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/22 07:31:30 pb 1.5.94.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9ff504c28845dd5cd51a1db4f40d8d15e736f7e1]

        INTEGRATION: CWS asyncdialogs (1.3.96); FILE MERGED 2006/09/20 20:25:07 pb 1.3.96.3: RESYNC: (1.4-1.5); FILE MERGED 2006/07/12 20:46:42 pb 1.3.96.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/22 07:31:09 pb 1.3.96.1: fix: #i57125# use SetLinkManager()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b640a4b86d0bde3594c23c0119e9f938832649ca]

        INTEGRATION: CWS asyncdialogs (1.3.96); FILE MERGED 2006/07/16 10:39:11 pb 1.3.96.1: fix: #i57125# use new Edit()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a6dc88ad8dc4d1f88fddf0c3e1bcb390c1e6d4fe]

        INTEGRATION: CWS asyncdialogs (1.4.40); FILE MERGED 2006/09/20 20:25:00 pb 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2006/07/16 10:39:11 pb 1.4.40.1: fix: #i57125# use new Edit()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [58bcb6e2a976b8c44255d029e9a4f731193e4e91]

        INTEGRATION: CWS asyncdialogs (1.101.20); FILE MERGED 2006/10/31 17:53:38 pb 1.101.20.8: RESYNC: (1.107-1.108); FILE MERGED 2006/09/20 20:22:22 pb 1.101.20.7: RESYNC: (1.106-1.107); FILE MERGED 2006/08/30 16:27:35 pb 1.101.20.6: RESYNC: (1.105-1.106); FILE MERGED 2006/07/12 20:44:44 pb 1.101.20.5: RESYNC: (1.104-1.105); FILE MERGED 2006/06/28 04:33:48 pb 1.101.20.4: fix: #i57125# InsertDocumentsDialog() removed (after merge) 2006/05/31 14:35:00 pb 1.101.20.3: RESYNC: (1.103-1.104); FILE MERGED 2006/03/22 11:43:00 pb 1.101.20.2: RESYNC: (1.101-1.103); FILE MERGED 2006/03/01 09:26:22 pb 1.101.20.1: fix: #i57125# InsertDocumentsDialog() removed

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8c1c90ecb8e379f57647719c07b463b04ef71bb2]

        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>  [dd788b182d6fe8802f87a1ee86d61f8523114f0b]

        INTEGRATION: CWS asyncdialogs (1.34.142); FILE MERGED 2006/05/31 14:25:34 pb 1.34.142.2: RESYNC: (1.34-1.35); FILE MERGED 2006/03/01 09:35:08 pb 1.34.142.1: fix: #i57125# docinsert.hxx added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [98872701a13398df4ce1d3bef32c01ebaeabd64d]

        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>  [54db0c5f767480b6899281ef98cc93346c68cc5a]

        INTEGRATION: CWS hr33 (1.33.202); FILE MERGED 2006/11/03 12:20:03 hr 1.33.202.2: RESYNC: (1.33-1.34); FILE MERGED 2006/05/03 15:15:36 hr 1.33.202.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c545f7d9f94219643dbb008b50084a6a4b592272]

        INTEGRATION: CWS asyncdialogs (1.1.2); FILE ADDED 2006/07/16 11:11:14 pb 1.1.2.2: fix: #i57125# warning free code 2006/03/01 08:59:24 pb 1.1.2.1: fix: #i57125# class DocumentInserter replaces SfxApplication::InsertDocument[s]Dialog

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d785bff76dffca5714f2f923c7ca3399b70d57ab]

        INTEGRATION: CWS hr33 (1.3.12); FILE MERGED 2006/11/02 16:14:44 hr 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/03 14:35:41 hr 1.3.12.1: #i55967#: <hash_map> is not needed, do not include

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [008df9f559c9c081f918c4ad8c78880f1e816f63]

        INTEGRATION: CWS hr33 (1.9.52); FILE MERGED 2006/11/03 15:54:21 hr 1.9.52.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/02 14:27:42 hr 1.9.52.1: #i52977#: workaround breakage if compiled mit system STL on Linux (undef min)

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e23c5d57ef587470d4b923c59bef9596883bb183]

        INTEGRATION: CWS hr33 (1.3.52); FILE MERGED 2006/11/03 15:43:26 hr 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/03 15:03:31 hr 1.3.52.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [62fadd88a3c8ca7ebc34f2a96b86b6f75fb90b1e]

        INTEGRATION: CWS asyncdialogs (1.40.66); FILE MERGED 2006/08/30 16:11:33 pb 1.40.66.2: RESYNC: (1.40-1.42); FILE MERGED 2006/03/22 07:57:30 pb 1.40.66.1: fix: #i57125# ExecuteExternalSource() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e66a80453c5c0ca1b42964ffbcd37c938dcbc25c]

        INTEGRATION: CWS asyncdialogs (1.37.80); FILE MERGED 2006/11/21 15:31:11 pb 1.37.80.4: RESYNC: (1.39-1.40); FILE MERGED 2006/08/30 16:11:26 pb 1.37.80.3: RESYNC: (1.38-1.39); FILE MERGED 2006/05/31 14:09:41 pb 1.37.80.2: RESYNC: (1.37-1.38); FILE MERGED 2006/03/22 07:56:35 pb 1.37.80.1: fix: #i57125# use pImpl

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6b44d1596e679d66c0d20d426047420e845fe495]

        INTEGRATION: CWS hr33 (1.16.8); FILE MERGED 2006/11/02 16:08:01 hr 1.16.8.2: RESYNC: (1.16-1.18); FILE MERGED 2006/05/03 12:50:21 hr 1.16.8.1: #i64453#: bump up GCC version to 4.2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5894a650d123559c4b5c2efe1176cbe8e8f8ad63]

        INTEGRATION: CWS asyncdialogs (1.12.96); FILE MERGED 2006/08/30 15:53:08 pb 1.12.96.3: RESYNC: (1.12-1.13); FILE MERGED 2006/03/22 07:55:50 pb 1.12.96.2: fix: #i57125# use FileDlg::GetError() 2006/03/01 09:46:33 pb 1.12.96.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ae1582daa87b4e81f10a592caadfddb5433283ca]

        INTEGRATION: CWS hr33 (1.3.14); FILE MERGED 2006/11/07 10:45:14 hr 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2006/05/03 14:02:58 hr 1.3.14.1: #i64453#: bump up accepted GCC version to 4.2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ebd815bf05b7be7eb4b34802fcb4de9d3d711a5f]

        INTEGRATION: CWS asyncdialogs (1.10.124); FILE MERGED 2006/08/30 15:52:44 pb 1.10.124.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/01 09:46:33 pb 1.10.124.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5ee8406f736c66c8dadcaad4f80449466df5b687]

        INTEGRATION: CWS asyncdialogs (1.4.124); FILE MERGED 2006/03/01 09:46:11 pb 1.4.124.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [564a6c9a923c0c04f710a63ceff62ce16e65ed36]

        INTEGRATION: CWS hr33 (1.34.84); FILE MERGED 2006/11/03 18:24:07 hr 1.34.84.2: RESYNC: (1.34-1.36); FILE MERGED 2006/05/03 16:54:03 hr 1.34.84.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [47daa6e3990106ab3cf09066875c8b9d5579deea]

        INTEGRATION: CWS asyncdialogs (1.6.124); FILE MERGED 2006/03/01 09:46:11 pb 1.6.124.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [be35363a22c3f9f5eb9d9a7dd103e79671901376]

        INTEGRATION: CWS asyncdialogs (1.36.64); FILE MERGED 2006/05/31 14:02:09 pb 1.36.64.2: RESYNC: (1.36-1.37); FILE MERGED 2006/03/01 09:44:30 pb 1.36.64.1: fix: #i57125# DocShell_Impl* added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [711d8ea7107ca814472f1f425f0e424c1f76adb1]

        INTEGRATION: CWS asyncdialogs (1.6.122); FILE MERGED 2006/03/22 07:49:18 pb 1.6.122.1: fix: #i57125# DialogClosedHdl() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c1eb1501bb4ecd253ba1646eca6cd7807ea3a965]

        INTEGRATION: CWS asyncdialogs (1.22.122); FILE MERGED 2006/08/30 15:43:25 pb 1.22.122.2: RESYNC: (1.22-1.23); FILE MERGED 2006/03/22 07:45:07 pb 1.22.122.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5cdc2ac6a400445fc270f3295e754a909c70110f]

        INTEGRATION: CWS asyncdialogs (1.1.2); FILE ADDED 2006/03/01 09:42:45 pb 1.1.2.1: fix: #i57125# impl class of ScDocShell

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [71c87a5595319c60bb3020270cf4e3a500f34c9c]

        INTEGRATION: CWS asyncdialogs (1.45.90); FILE MERGED 2006/08/30 15:40:36 pb 1.45.90.3: RESYNC: (1.46-1.47); FILE MERGED 2006/05/31 13:57:13 pb 1.45.90.2: RESYNC: (1.45-1.46); FILE MERGED 2006/03/01 09:47:54 pb 1.45.90.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [02a08de0567be345bcc675fb7abbbd35d68be208]

        INTEGRATION: CWS asyncdialogs (1.24.92); FILE MERGED 2006/08/30 15:40:29 pb 1.24.92.4: RESYNC: (1.25-1.26); FILE MERGED 2006/06/01 05:24:11 pb 1.24.92.3: fix: #i57125# pFontList moved to pImpl 2006/05/31 13:57:02 pb 1.24.92.2: RESYNC: (1.24-1.25); FILE MERGED 2006/03/01 09:47:41 pb 1.24.92.1: fix: #i57125# use DocShell_Impl*

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2acf39b5656e414b9feb881dae4f92cff66cb278]

        INTEGRATION: CWS hr33 (1.18.98); FILE MERGED 2006/11/03 17:07:05 hr 1.18.98.2: RESYNC: (1.18-1.20); FILE MERGED 2006/05/03 14:26:32 hr 1.18.98.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [649cd4c832309260d793452233dee33c82e1b593]

        INTEGRATION: CWS asyncdialogs (1.17.122); FILE MERGED 2006/08/30 15:40:22 pb 1.17.122.4: RESYNC: (1.18-1.19); FILE MERGED 2006/06/01 05:24:11 pb 1.17.122.3: fix: #i57125# pFontList moved to pImpl 2006/05/31 13:56:52 pb 1.17.122.2: RESYNC: (1.17-1.18); FILE MERGED 2006/03/01 09:47:41 pb 1.17.122.1: fix: #i57125# use DocShell_Impl*

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [38a1fb5d2b56ed8ae4bd6c20e692722ad20d69f8]

        INTEGRATION: CWS asyncdialogs (1.83.30); FILE MERGED 2006/08/30 15:40:14 pb 1.83.30.4: RESYNC: (1.86-1.87); FILE MERGED 2006/05/31 13:56:43 pb 1.83.30.3: RESYNC: (1.84-1.86); FILE MERGED 2006/03/24 19:38:50 pb 1.83.30.2: RESYNC: (1.83-1.84); FILE MERGED 2006/03/01 09:47:41 pb 1.83.30.1: fix: #i57125# use DocShell_Impl*

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [664eeffbcd6d7ed0be9ad409470b432ff51d09be]

        INTEGRATION: CWS asyncdialogs (1.20.122); FILE MERGED 2006/08/30 15:39:23 pb 1.20.122.2: RESYNC: (1.20-1.22); FILE MERGED 2006/03/22 07:45:08 pb 1.20.122.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [4a853ac9f34442d27f0205c215825c7d51ba0ad0]

        INTEGRATION: CWS hr33 (1.43.18); FILE MERGED 2006/11/02 19:52:45 hr 1.43.18.2: RESYNC: (1.43-1.44); FILE MERGED 2006/05/03 12:04:23 hr 1.43.18.1: #i63732#: to not install stlport if it's taken from the system

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e9435fbc19d74bcd803ee78f533f0342f79131a6]

        INTEGRATION: CWS asyncdialogs (1.8.124); FILE MERGED 2006/03/22 07:44:44 pb 1.8.124.1: fix: #i57125# now LinkedDlg derived from AbstractDialog2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ec60a8ded101722c45e4a82f4e98937c4e61c20e]

        INTEGRATION: CWS asyncdialogs (1.8.124); FILE MERGED 2006/08/30 15:33:08 pb 1.8.124.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/22 07:44:44 pb 1.8.124.1: fix: #i57125# now LinkedDlg derived from AbstractDialog2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8d7586861abb4f9f0b8c635f4339fb6fd5e36338]

        INTEGRATION: CWS hr33 (1.7.30); FILE MERGED 2006/11/03 11:52:49 hr 1.7.30.2: RESYNC: (1.7-1.10); FILE MERGED 2006/05/03 16:18:37 hr 1.7.30.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [11c3f3823048f43ca508d0161421725e0bb9cc98]

        INTEGRATION: CWS asyncdialogs (1.14.122); FILE MERGED 2006/03/22 07:42:32 pb 1.14.122.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b468ca08b3bb332e3fe7faca4501a4fd83266e5b]

        INTEGRATION: CWS asyncdialogs (1.7.124); FILE MERGED 2006/03/22 07:42:13 pb 1.7.124.1: fix: #i57125# now LinkedDlg derived from AbstractDialog2

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [fd7517f3a21a041cec082e88b4309f9773800d4b]

        INTEGRATION: CWS hr33 (1.33.20); FILE MERGED 2006/11/03 18:01:51 hr 1.33.20.2: RESYNC: (1.33-1.36); FILE MERGED 2006/05/03 12:20:45 hr 1.33.20.1: #i63732#: to not deliver stlport if it's taken from the system

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ded4b1e8d2979e44a735ca48a4b51cb4125c4b06]

        INTEGRATION: CWS asyncdialogs (1.8.122); FILE MERGED 2006/03/22 07:42:32 pb 1.8.122.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [295c02093c140e9e6ee4c334546ccee4ad4427cf]

        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>  [7fb57bba6dccd5019dcf20029c594999c37719a7]

        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>  [8401b24ce69032c0e99581873ed89eefb100a8f2]

        INTEGRATION: CWS hr33 (1.4.12); FILE MERGED 2006/05/02 17:01:26 hr 1.4.12.1: #i55967#: no prefix for STL header please

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [407fa63810d0cd300185e119915779142e886ed8]

        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>  [904411944a7e1c076d164fb0a0a58b822f188847]

        INTEGRATION: CWS hr33 (1.5.138); FILE MERGED 2006/11/02 18:57:11 hr 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/03 16:21:04 hr 1.5.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8c2c69e3c44e769489c65dca37da76db4017007f]

        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>  [ca880441e8a5da995e591e45418be7b6c6810c20]

        INTEGRATION: CWS hr33 (1.7.138); FILE MERGED 2006/11/02 18:37:40 hr 1.7.138.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/03 16:07:03 hr 1.7.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9783792af977cc97ad2202225447e8368355b0b9]

        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>  [c0ac7bf327eb9468d0ca9b95e52998929810f36c]

        INTEGRATION: CWS hr33 (1.4.138); FILE MERGED 2006/11/02 18:46:57 hr 1.4.138.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/03 16:02:15 hr 1.4.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c2383ffd3a12c1f85c0d4eb93caaa2ec457654fd]

        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>  [a7a8f245b25c62eb96214d051b5b5cc13035c778]

        INTEGRATION: CWS hr33 (1.4.138); FILE MERGED 2006/11/02 18:46:07 hr 1.4.138.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/03 16:02:15 hr 1.4.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [683d9974084d09560402f04d3b9bd792b5d0da97]

        INTEGRATION: CWS hr33 (1.3.138); FILE MERGED 2006/05/03 15:58:36 hr 1.3.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0edeeeeb2109f28e97a3d1fb28926fbc6df34c54]

        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>  [6a5feca572691fe93c6788ec0dca0d88706dd43f]

        INTEGRATION: CWS hr33 (1.3.138); FILE MERGED 2006/05/03 15:58:35 hr 1.3.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d84b200ac05c9a00757ce68b195a55a20e7805df]

        INTEGRATION: CWS hr33 (1.3.138); FILE MERGED 2006/05/03 15:55:41 hr 1.3.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9497391b8cffbc2818eee72ff53b4735ed03e0f9]

        INTEGRATION: CWS hr33 (1.4.138); FILE MERGED 2006/05/03 15:53:09 hr 1.4.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7f39e291fed3fdc202de20695b6a097375d32d28]

        INTEGRATION: CWS asyncdialogs (1.41.26); FILE MERGED 2006/09/20 19:12:05 pb 1.41.26.3: RESYNC: (1.43-1.44); FILE MERGED 2006/08/30 14:12:11 pb 1.41.26.2: RESYNC: (1.41-1.43); FILE MERGED 2006/06/28 10:48:21 pb 1.41.26.1: fix: #i57125# use of InsertDocumentsDialog() replaced

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6707e3b9193dc421c42688967cb6e815bcb8e90d]

        INTEGRATION: CWS hr33 (1.3.138); FILE MERGED 2006/11/02 18:38:46 hr 1.3.138.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/03 15:52:25 hr 1.3.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6d0a25a013abf1456ce6102428d8d8f4cb9b707c]

        INTEGRATION: CWS asyncdialogs (1.18.26); FILE MERGED 2006/06/28 10:49:40 pb 1.18.26.1: fix: #i57125# pImpl added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [686fe3f8d02b97540719fb8c0da8205bd4d2d21f]

        INTEGRATION: CWS hr33 (1.5.138); FILE MERGED 2006/11/02 18:55:26 hr 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/03 15:50:21 hr 1.5.138.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [3ae9861b0fbcb6f33bcc6acf6abfad5aed082057]

        INTEGRATION: CWS hr33 (1.5.68); FILE MERGED 2006/05/03 15:48:45 hr 1.5.68.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2492c61fe4006eb0d27899155bfb5cc23f851a61]

        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>  [55e18e426a75163a09ed0fe6afdeed1df9e569f4]

        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>  [1f27bcfe8a6f7380ef53ca70a51004b4f87fed4b]

        INTEGRATION: CWS hr33 (1.4.112); FILE MERGED 2006/11/07 12:49:24 hr 1.4.112.3: RESYNC: (1.4-1.6); FILE MERGED 2006/05/02 16:51:05 hr 1.4.112.2: #i10000#: replace CLK_TCK with POSIX conforming sysconfig(_SC_CLK_TCK); clean up license header, remove log footer 2006/05/02 16:26:04 hr 1.4.112.1: #i55967#: no prefix for STL header please

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ffa47d470523287aabc8dbeafaab0164ba104d69]

        INTEGRATION: CWS hr33 (1.2.14); FILE MERGED 2006/11/07 12:49:17 hr 1.2.14.2: RESYNC: (1.2-1.4); FILE MERGED 2006/05/02 16:51:30 hr 1.2.14.1: #i10000#: clean up license header, remove log footer

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b9f1e03d8ffc47663986e836c1d791e2b86bcfe2]

        INTEGRATION: CWS hr33 (1.3.14); FILE MERGED 2006/11/07 12:49:40 hr 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2006/05/02 16:51:30 hr 1.3.14.1: #i10000#: clean up license header, remove log footer

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c01added4cb1ad55b01b9d27705d8a650501875e]

        INTEGRATION: CWS hr33 (1.3.112); FILE MERGED 2006/11/07 12:49:32 hr 1.3.112.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/02 16:54:17 hr 1.3.112.1: #i10000#: clean up license header

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [3da118aa81b68e8004a52b99afe90de94f2085d8]

        INTEGRATION: CWS hr33 (1.9.2); FILE MERGED 2006/11/07 12:48:30 hr 1.9.2.2: RESYNC: (1.9-1.12); FILE MERGED 2006/05/02 16:54:43 hr 1.9.2.1: #i10000#: clean up license header

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0d218483413df2a438df5e190fcac6f69551af25]

        INTEGRATION: CWS hr33 (1.15.8); FILE MERGED 2006/11/07 12:48:23 hr 1.15.8.2: RESYNC: (1.15-1.18); FILE MERGED 2006/05/02 16:54:43 hr 1.15.8.1: #i10000#: clean up license header

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7a429886769f595a0a31037625ecfc9f03613edc]

        INTEGRATION: CWS asyncdialogs (1.3.182); FILE MERGED 2006/03/07 10:16:29 pb 1.3.182.1: fix: #i57125# now with exceptions

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [00d38373dc6aa29687d7077380746c2c10898b52]

        INTEGRATION: CWS hr33 (1.3.144); FILE MERGED 2006/11/02 18:30:06 hr 1.3.144.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/03 16:21:59 hr 1.3.144.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b6a0001eb4c6fed3b0d475750bacdf037278d979]

        INTEGRATION: CWS asyncdialogs (1.5.180); FILE MERGED 2006/10/31 15:59:26 pb 1.5.180.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/22 07:37:15 pb 1.5.180.1: fix: #i57125# now Edit() asynchron

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [be62d88182c853ed6cac4cb622f7908f1055c758]

        INTEGRATION: CWS hr33 (1.6.144); FILE MERGED 2006/11/02 18:20:40 hr 1.6.144.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/03 16:16:22 hr 1.6.144.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5386fd1f6f1b7ef143e46503158d55052cdd8102]

        INTEGRATION: CWS asyncdialogs (1.16.178); FILE MERGED 2006/11/21 15:34:42 pb 1.16.178.7: RESYNC: (1.19-1.20); FILE MERGED 2006/11/01 18:57:21 pb 1.16.178.6: fix: #i66952# syntax error after resync 2006/10/31 15:59:18 pb 1.16.178.5: RESYNC: (1.18-1.19); FILE MERGED 2006/09/20 17:01:44 pb 1.16.178.4: RESYNC: (1.17-1.18); FILE MERGED 2006/07/12 17:16:21 pb 1.16.178.3: RESYNC: (1.16-1.17); FILE MERGED 2006/03/22 07:37:16 pb 1.16.178.2: fix: #i57125# now Edit() asynchron 2006/03/07 09:06:15 pb 1.16.178.1: fix: #i57125# replace SfxApp::InsertDocumentDialog() with the FileDialogHelper

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dc1090fa6f20584fec91fd72f58bcd3579468e5a]

        INTEGRATION: CWS asyncdialogs (1.6.666); FILE MERGED 2006/10/31 15:34:07 pb 1.6.666.4: RESYNC: (1.8-1.9); FILE MERGED 2006/02/14 07:57:53 pb 1.6.666.3: RESYNC: (1.7-1.8); FILE MERGED 2005/12/08 03:38:46 kso 1.6.666.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/01 14:28:28 kso 1.6.666.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0545e80b3f24018079530696101eb6494c96c3a3]

        INTEGRATION: CWS asyncdialogs (1.25.6); FILE MERGED 2006/11/01 10:33:55 pb 1.25.6.6: fix: #i66952# syntax error after resync 2006/09/20 16:23:03 pb 1.25.6.5: RESYNC: (1.28-1.29); FILE MERGED 2006/07/12 16:36:45 pb 1.25.6.4: RESYNC: (1.27-1.28); FILE MERGED 2006/02/14 07:57:45 pb 1.25.6.3: RESYNC: (1.26-1.27); FILE MERGED 2005/12/08 03:38:30 kso 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2005/11/01 14:28:27 kso 1.25.6.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [42ddbb44f6f067805b2a742d50cf3ac547992785]

        INTEGRATION: CWS hr33 (1.9.114); FILE MERGED 2006/11/02 16:40:28 hr 1.9.114.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/03 15:22:35 hr 1.9.114.1: #i10000#: cleanup SUPD usage

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [db6d362c1594dcceb87304510faf20be20504463]

        INTEGRATION: CWS asyncdialogs (1.4.212); FILE MERGED 2006/10/31 15:13:21 pb 1.4.212.4: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:44:51 pb 1.4.212.3: RESYNC: (1.5-1.6); FILE MERGED 2005/12/08 01:57:02 kso 1.4.212.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/01 14:28:26 kso 1.4.212.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d8f549a07fd0bfd5d9873397029287bb432606ce]

        INTEGRATION: CWS hr33 (1.2.132); FILE MERGED 2006/11/02 16:37:44 hr 1.2.132.2: RESYNC: (1.2-1.3); FILE MERGED 2006/05/03 16:20:06 hr 1.2.132.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [38ca6bec57f4db162c7a61a6d933edd0b7046b7c]

        INTEGRATION: CWS asyncdialogs (1.8.160); FILE MERGED 2006/11/01 11:01:12 pb 1.8.160.9: fix: #i66952# syntax error after resync 2006/10/31 15:13:13 pb 1.8.160.8: RESYNC: (1.14-1.16); FILE MERGED 2006/09/20 15:41:14 pb 1.8.160.7: RESYNC: (1.13-1.14); FILE MERGED 2006/08/31 07:53:22 pb 1.8.160.6: fix: #i57125# syntax error after resync 2006/08/30 12:44:43 pb 1.8.160.5: RESYNC: (1.12-1.13); FILE MERGED 2006/07/12 16:07:31 pb 1.8.160.4: RESYNC: (1.11-1.12); FILE MERGED 2006/05/31 11:27:55 pb 1.8.160.3: RESYNC: (1.10-1.11); FILE MERGED 2005/12/08 01:56:40 kso 1.8.160.2: RESYNC: (1.8-1.10); FILE MERGED 2005/11/01 14:28:25 kso 1.8.160.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7502ceb25034d4963ee3cc74c4aa9c0f522052fa]

        INTEGRATION: CWS hr33 (1.9.132); FILE MERGED 2006/05/03 16:20:05 hr 1.9.132.1: #i55967#: remove not needed STL includes

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7d24160cbafca9ef6d7eaca659e93885cff63481]

        INTEGRATION: CWS asyncdialogs (1.4.22); FILE MERGED 2006/10/31 15:12:10 pb 1.4.22.4: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:44:24 pb 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2005/12/08 01:54:06 kso 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/01 14:28:25 kso 1.4.22.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [27634249c1d1f73fb5ec7c695282137f0842632d]

        INTEGRATION: CWS hr33 (1.2.132); FILE MERGED 2006/05/03 15:20:44 hr 1.2.132.1: #i55967#: remove not needed STL includes; cleanup

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9faae45e85dd1199a0945b1c0a388b16ee2a3bbe]

        INTEGRATION: CWS asyncdialogs (1.8.62); FILE MERGED 2006/10/31 15:12:02 pb 1.8.62.7: RESYNC: (1.14-1.15); FILE MERGED 2006/09/20 15:40:45 pb 1.8.62.6: RESYNC: (1.13-1.14); FILE MERGED 2006/08/30 12:44:17 pb 1.8.62.5: RESYNC: (1.12-1.13); FILE MERGED 2006/07/12 16:07:06 pb 1.8.62.4: RESYNC: (1.11-1.12); FILE MERGED 2006/05/31 11:27:37 pb 1.8.62.3: RESYNC: (1.9-1.11); FILE MERGED 2005/12/08 01:53:33 kso 1.8.62.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/01 14:28:24 kso 1.8.62.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [c318b9ebc54d2539a9f66522e56e34a36e0028b7]

        INTEGRATION: CWS asyncdialogs (1.3.180); FILE MERGED 2006/10/31 15:04:19 pb 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/22 07:34:44 pb 1.3.180.1: fix: #i57125# EndEditHdl() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [987b411056b2f9d85ca3cce8be30f1d18a110284]

        INTEGRATION: CWS asyncdialogs (1.7.180); FILE MERGED 2006/11/01 11:01:12 pb 1.7.180.5: fix: #i66952# syntax error after resync 2006/10/31 15:04:11 pb 1.7.180.4: RESYNC: (1.9-1.10); FILE MERGED 2006/09/20 15:35:48 pb 1.7.180.3: RESYNC: (1.8-1.9); FILE MERGED 2006/07/12 16:02:04 pb 1.7.180.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/22 07:35:36 pb 1.7.180.1: fix: #i57125# EndEditHdl() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dc48682c4f9e2cc7bed5486cc07f622ed81ce8b9]

        INTEGRATION: CWS asyncdialogs (1.29.6); FILE MERGED 2006/10/31 15:02:26 pb 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2006/10/13 14:26:50 pb 1.29.6.1: fix: #i70347# change macro to SFX_IMPL_MODELESSDIALOG

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [79bb984ad970597871e57a0ae174569d640b2882]

        INTEGRATION: CWS asyncdialogs (1.15.160); FILE MERGED 2006/10/31 14:57:58 pb 1.15.160.6: RESYNC: (1.20-1.22); FILE MERGED 2006/08/30 12:39:46 pb 1.15.160.5: RESYNC: (1.18-1.20); FILE MERGED 2006/07/12 15:54:02 pb 1.15.160.4: RESYNC: (1.17-1.18); FILE MERGED 2006/02/14 07:47:36 pb 1.15.160.3: RESYNC: (1.16-1.17); FILE MERGED 2005/12/08 00:54:42 kso 1.15.160.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/01 14:28:23 kso 1.15.160.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [13ec04d8315f39594d72e725f0a4bd2c53d76b4c]

        INTEGRATION: CWS hr33 (1.28.48); FILE MERGED 2006/11/03 19:42:56 hr 1.28.48.2: RESYNC: (1.28-1.31); FILE MERGED 2006/05/02 16:19:53 hr 1.28.48.1: #i55967#: no prefix for STL header please

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f1677b140bb9cacbadb89c0a67ce9711885127ec]

        INTEGRATION: CWS asyncdialogs (1.21.150); FILE MERGED 2006/11/01 11:01:12 pb 1.21.150.8: fix: #i66952# syntax error after resync 2006/10/31 14:57:51 pb 1.21.150.7: RESYNC: (1.29-1.31); FILE MERGED 2006/09/20 15:28:50 pb 1.21.150.6: RESYNC: (1.28-1.29); FILE MERGED 2006/08/30 12:39:38 pb 1.21.150.5: RESYNC: (1.25-1.28); FILE MERGED 2006/07/12 15:53:45 pb 1.21.150.4: RESYNC: (1.24-1.25); FILE MERGED 2006/02/14 07:47:25 pb 1.21.150.3: RESYNC: (1.23-1.24); FILE MERGED 2005/12/08 00:54:30 kso 1.21.150.2: RESYNC: (1.21-1.23); FILE MERGED 2005/11/01 14:28:23 kso 1.21.150.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d80f1a63c564c6188a6f7f8a53a36cb89d5af6dd]

        INTEGRATION: CWS asyncdialogs (1.4.22); FILE MERGED 2006/10/31 14:56:23 pb 1.4.22.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/12 15:50:59 pb 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2005/12/08 00:44:33 kso 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/01 14:28:22 kso 1.4.22.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b2e7c13a2d7fba7d24062765686702efd9b2025f]

        INTEGRATION: CWS hr33 (1.3.362); FILE MERGED 2006/11/03 19:48:28 hr 1.3.362.2: RESYNC: (1.3-1.5); FILE MERGED 2006/05/02 14:03:17 hr 1.3.362.1: #i52977#: ::std::swap() triggers diagnostic with GCC 3.4.x and --with-system-stl configuration, swap manually

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [49a2628bd8e625df0fd42cc380fa9f85faa87af1]

        INTEGRATION: CWS asyncdialogs (1.5.158); FILE MERGED 2006/11/01 11:01:12 pb 1.5.158.6: fix: #i66952# syntax error after resync 2006/10/31 14:56:15 pb 1.5.158.5: RESYNC: (1.8-1.10); FILE MERGED 2006/09/20 15:26:26 pb 1.5.158.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/12 15:50:51 pb 1.5.158.3: RESYNC: (1.6-1.7); FILE MERGED 2005/12/08 00:44:16 kso 1.5.158.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/01 14:28:21 kso 1.5.158.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7db79d86eca3eeb6db58224ac7a89acc54fbeec6]

        INTEGRATION: CWS asyncdialogs (1.8.524); FILE MERGED 2005/12/07 17:46:50 kso 1.8.524.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/01 14:26:08 kso 1.8.524.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [68695ac8e757adcc527c128c55044c6e3beaa829]

        INTEGRATION: CWS asyncdialogs (1.1.4); FILE ADDED 2005/11/01 14:26:08 kso 1.1.4.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [1d9fcf84ca477b8170e0314d2564e18ad7fd1d9c]

        INTEGRATION: CWS asyncdialogs (1.1.4); FILE ADDED 2005/11/01 14:26:07 kso 1.1.4.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9230824c562dab975655c4509b5d120c736061ea]

        INTEGRATION: CWS asyncdialogs (1.1.4); FILE ADDED 2005/11/01 14:26:06 kso 1.1.4.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [087c43d2559e22e5ffe5eb1adbab124538db062b]

        INTEGRATION: CWS asyncdialogs (1.3.144); FILE MERGED 2005/12/07 03:20:58 kso 1.3.144.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/07 13:26:20 kso 1.3.144.1: #i57125# - Service now implements XAsynchronousExecutableDialog instead of            XExecutableDialog. Issue number: Submitted by: Reviewed by:

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [88899c4cb739775a02c416a13d830b5989efaaab]

        INTEGRATION: CWS asyncdialogs (1.16.148); FILE MERGED 2006/09/20 15:03:59 pb 1.16.148.4: RESYNC: (1.18-1.19); FILE MERGED 2006/08/30 12:16:36 pb 1.16.148.3: RESYNC: (1.17-1.18); FILE MERGED 2006/03/22 10:19:07 pb 1.16.148.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/13 08:38:14 pb 1.16.148.1: fix: #i57125# GetFileFilterNameDlg() removed

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [8e7aca5f812791bd4df5c63d262fce2c717410d0]

        INTEGRATION: CWS asyncdialogs (1.28.146); FILE MERGED 2006/09/20 15:00:57 pb 1.28.146.6: RESYNC: (1.31-1.32); FILE MERGED 2006/08/30 12:15:43 pb 1.28.146.5: RESYNC: (1.30-1.31); FILE MERGED 2006/07/12 15:15:37 pb 1.28.146.4: RESYNC: (1.29-1.30); FILE MERGED 2006/05/31 11:00:08 pb 1.28.146.3: RESYNC: (1.28-1.29); FILE MERGED 2006/03/13 08:37:41 pb 1.28.146.2: fix: #i57125# MediumList exists? 2006/03/01 09:50:58 pb 1.28.146.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f7e46815666a51f7634185882f29ecb678934289]

        INTEGRATION: CWS asyncdialogs (1.36.54); FILE MERGED 2006/09/20 15:00:48 pb 1.36.54.6: RESYNC: (1.40-1.41); FILE MERGED 2006/08/30 12:15:35 pb 1.36.54.5: RESYNC: (1.39-1.40); FILE MERGED 2006/07/12 15:15:29 pb 1.36.54.4: RESYNC: (1.38-1.39); FILE MERGED 2006/05/31 10:59:57 pb 1.36.54.3: RESYNC: (1.37-1.38); FILE MERGED 2006/03/22 10:18:51 pb 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED 2006/03/01 09:50:08 pb 1.36.54.1: fix: #i57125# warnings removed

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f8d55f6f82a217fa587c235d719b5c051a9c9adc]

        INTEGRATION: CWS asyncdialogs (1.62.20); FILE MERGED 2006/09/20 14:54:10 pb 1.62.20.4: RESYNC: (1.66-1.67); FILE MERGED 2006/08/30 12:10:40 pb 1.62.20.3: RESYNC: (1.62-1.66); FILE MERGED 2006/03/13 08:35:41 pb 1.62.20.2: fix: #i57125# ExecuteInsertDoc(), InsertMedium() added 2006/03/01 09:52:50 pb 1.62.20.1: fix: #i57125# SfxApp::InsertDocumentDialog() without HelpId

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e7bfb2260ca45da49468c0657002e55ef0784f85]

        INTEGRATION: CWS asyncdialogs (1.20.128); FILE MERGED 2006/09/20 14:53:27 pb 1.20.128.2: RESYNC: (1.20-1.21); FILE MERGED 2006/03/13 08:34:38 pb 1.20.128.1: fix: #i57125# StartDocumentInserter(), CreateMedium(), InitRequest() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a412f3c777f75313cca9f5e9a26827ea4be98e0d]

        INTEGRATION: CWS asyncdialogs (1.49.20); FILE MERGED 2006/09/20 14:48:12 pb 1.49.20.4: RESYNC: (1.51-1.52); FILE MERGED 2006/08/30 12:08:44 pb 1.49.20.3: RESYNC: (1.50-1.51); FILE MERGED 2006/05/31 10:56:55 pb 1.49.20.2: RESYNC: (1.49-1.50); FILE MERGED 2006/03/13 08:32:30 pb 1.49.20.1: fix: #i57125# SID_INSERTDOC calls SwView::ExecuteInsertDoc()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [eafbd3885857970d25e1df19d0d6cff70fecf5dd]

        INTEGRATION: CWS asyncdialogs (1.45.72); FILE MERGED 2006/08/31 11:19:29 pb 1.45.72.1: fix: #i66952# ExecuteInsertDoc(), InsertMedium(), DialogClosedHdl() added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [d5d04e3e0d6f3e12d4b88f003c520afc2da5c820]

        INTEGRATION: CWS asyncdialogs (1.12.128); FILE MERGED 2006/03/13 07:55:23 pb 1.12.128.1: fix: #i57125# DocInserter, SfxRequest + sal_Int16 member added

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [15c309a4df04c1d4ee541eff44e259ad50c666dd]

        INTEGRATION: CWS asyncdialogs (1.9.148); FILE MERGED 2006/08/30 11:47:39 pb 1.9.148.3: RESYNC: (1.10-1.11); FILE MERGED 2006/03/22 10:12:34 pb 1.9.148.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/13 07:53:47 pb 1.9.148.1: fix: #i57125# GetFileFilterNameDlg() removed

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [f832b19c524fbbb9d8662197a2180a8ea6bb5f07]

        INTEGRATION: CWS asyncdialogs (1.12.148); FILE MERGED 2006/08/30 11:45:45 pb 1.12.148.2: RESYNC: (1.12-1.13); FILE MERGED 2006/03/13 07:52:53 pb 1.12.148.1: fix: #i57125# DocInserter + DlgClosedHdl

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [6a13ac1e58fd05eee891c99e28a7c5fb0bcb220d]

        INTEGRATION: CWS asyncdialogs (1.3.306); FILE MERGED 2005/12/06 19:33:03 kso 1.3.306.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/17 15:37:26 kso 1.3.306.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ee859dd8f24200953f5b3443d40d93738ae5e14c]

        INTEGRATION: CWS asyncdialogs (1.5.150); FILE MERGED 2006/03/13 07:51:54 pb 1.5.150.1: fix: #i57125# FileDialogHelper + DlgClosedHdl

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e9fd3b8764da837185f49d6f749a001d5ed3cf92]

        INTEGRATION: CWS asyncdialogs (1.5.148); FILE MERGED 2006/08/30 11:42:02 pb 1.5.148.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/01 09:53:58 pb 1.5.148.1: fix: #i57125# sfx2::DocumentInserter replaces SfxApp::InsertDocumentDialog()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [11c63d0ff11baf3e39b81b40781d7f6df788005d]

        INTEGRATION: CWS asyncdialogs (1.11.150); FILE MERGED 2006/09/20 14:30:30 pb 1.11.150.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/13 08:01:02 pb 1.11.150.1: fix: #i57125# FileDialogHelper instead getFileFilterNameDlg()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [e4b4d358e6b12941e541a96b95b490ab409212aa]

        INTEGRATION: CWS asyncdialogs (1.13.146); FILE MERGED 2006/09/20 14:22:40 pb 1.13.146.4: RESYNC: (1.14-1.15); FILE MERGED 2006/08/30 11:54:16 pb 1.13.146.3: RESYNC: (1.13-1.14); FILE MERGED 2006/06/01 05:22:03 pb 1.13.146.2: fix: #i57125# syntax error after resync 2006/03/13 08:00:03 pb 1.13.146.1: fix: #i57125# DlgClosedHdl() instead getFileFilterNameDlg()

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [00c97555aa6c706bd122524a3a6fce300e9b072b]

        INTEGRATION: CWS asyncdialogs (1.5.424); FILE MERGED 2005/12/06 21:08:53 kso 1.5.424.2: RESYNC: (1.5-1.7); FILE MERGED 2005/11/17 15:37:25 kso 1.5.424.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7763fc20a355393a6a7bc56c60751d8b403b3d3d]

        INTEGRATION: CWS asyncdialogs (1.8.424); FILE MERGED 2006/09/20 14:22:09 pb 1.8.424.3: RESYNC: (1.10-1.11); FILE MERGED 2005/12/06 21:08:38 kso 1.8.424.2: RESYNC: (1.8-1.10); FILE MERGED 2005/11/17 15:37:25 kso 1.8.424.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [a34dfba281b8cd608a167458f0fc5b29ff562c24]

        INTEGRATION: CWS asyncdialogs (1.5.306); FILE MERGED 2006/09/20 14:12:41 pb 1.5.306.6: RESYNC: (1.10-1.11); FILE MERGED 2006/08/30 11:51:40 pb 1.5.306.5: RESYNC: (1.9-1.10); FILE MERGED 2006/05/31 10:49:23 pb 1.5.306.4: RESYNC: (1.8-1.9); FILE MERGED 2006/02/14 07:19:00 pb 1.5.306.3: RESYNC: (1.6-1.8); FILE MERGED 2005/12/06 20:44:32 kso 1.5.306.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/17 15:37:25 kso 1.5.306.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [9169d2c785c7d2cd3ae727c7e040e6908956154e]

        INTEGRATION: CWS asyncdialogs (1.52.12); FILE MERGED 2006/09/20 14:08:05 pb 1.52.12.7: RESYNC: (1.58-1.59); FILE MERGED 2006/08/30 11:38:17 pb 1.52.12.6: RESYNC: (1.57-1.58); FILE MERGED 2006/05/31 10:43:40 pb 1.52.12.5: RESYNC: (1.55-1.57); FILE MERGED 2006/02/15 06:46:15 pb 1.52.12.4: fix: #i57125# problems after resync fixed 2006/02/14 07:13:24 pb 1.52.12.3: RESYNC: (1.54-1.55); FILE MERGED 2005/12/06 18:50:55 kso 1.52.12.2: RESYNC: (1.52-1.54); FILE MERGED 2005/11/17 15:37:24 kso 1.52.12.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [b0eae05b5e0416aab7ff51a7b4c4ea14267fb72b]

        INTEGRATION: CWS asyncdialogs (1.8.426); FILE MERGED 2006/08/30 10:05:28 pb 1.8.426.3: RESYNC: (1.10-1.11); FILE MERGED 2005/12/06 05:31:12 kso 1.8.426.2: RESYNC: (1.8-1.10); FILE MERGED 2005/11/17 15:37:24 kso 1.8.426.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [3efed62031087aec3a2fe637ab285c4d3ba5088e]

        INTEGRATION: CWS asyncdialogs (1.6.64); FILE MERGED 2006/11/21 16:00:09 pb 1.6.64.3: RESYNC: (1.7-1.9); FILE MERGED 2005/12/02 17:14:36 kso 1.6.64.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/01 14:23:44 kso 1.6.64.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dc7af35f9c2a19d7a36a20f6958c59da5a40a00c]

        INTEGRATION: CWS asyncdialogs (1.9.6); FILE MERGED 2006/11/21 15:55:43 pb 1.9.6.3: RESYNC: (1.10-1.12); FILE MERGED 2005/12/02 05:01:47 kso 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/01 14:23:36 kso 1.9.6.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [5c9ca0658ccad53f4e3242ea3945a7540cbd7450]

        INTEGRATION: CWS asyncdialogs (1.7.64); FILE MERGED 2006/11/21 15:55:32 pb 1.7.64.3: RESYNC: (1.8-1.9); FILE MERGED 2005/12/02 05:01:25 kso 1.7.64.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/01 14:23:35 kso 1.7.64.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [615f95663b12313d08a4a647ae418d4faf37b747]

        INTEGRATION: CWS asyncdialogs (1.7.6); FILE MERGED 2005/12/02 03:40:09 kso 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/01 14:23:31 kso 1.7.6.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [0d0570752821e86d028b741a483e94d188654b03]

        INTEGRATION: CWS asyncdialogs (1.3.102); FILE MERGED 2006/11/21 15:38:39 pb 1.3.102.3: RESYNC: (1.4-1.5); FILE MERGED 2005/12/01 13:55:45 kso 1.3.102.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/02 14:41:18 kso 1.3.102.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [daba91d6fe6e55da68606628fbe8b22dcf57b01c]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2006/08/30 06:53:33 pb 1.2.34.3: RESYNC: (1.4-1.5); FILE MERGED 2005/12/01 13:01:38 kso 1.2.34.2: RESYNC: (1.2-1.4); FILE MERGED 2005/11/01 14:24:45 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [ed6173be9bb8f61bd925b4b68b94a9865c25508a]

        INTEGRATION: CWS asyncdialogs (1.3.28); FILE MERGED 2006/10/31 13:30:06 pb 1.3.28.9: RESYNC: (1.12-1.14); FILE MERGED 2006/09/20 10:49:10 pb 1.3.28.8: RESYNC: (1.11-1.12); FILE MERGED 2006/08/30 06:53:25 pb 1.3.28.7: RESYNC: (1.9-1.11); FILE MERGED 2006/07/14 10:46:35 pb 1.3.28.6: fix: #i57125# warning free code 2006/07/12 14:13:46 pb 1.3.28.5: RESYNC: (1.8-1.9); FILE MERGED 2006/05/31 09:03:05 pb 1.3.28.4: RESYNC: (1.7-1.8); FILE MERGED 2006/02/14 05:58:59 pb 1.3.28.3: RESYNC: (1.5-1.7); FILE MERGED 2005/12/01 13:00:10 kso 1.3.28.2: RESYNC: (1.3-1.5); FILE MERGED 2005/11/01 14:24:44 kso 1.3.28.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [cb9cf468b849107a6fd736b644dc1c115376c485]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2005/12/01 12:59:22 kso 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:24:44 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [7487227f63ec641efeb53fe797150e563d851e3c]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2006/09/20 10:50:05 pb 1.2.34.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/12 14:13:32 pb 1.2.34.3: RESYNC: (1.3-1.4); FILE MERGED 2005/12/01 12:59:05 kso 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:24:43 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [2df53f6482423d9f793359d85096beed604094d4]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2005/12/01 12:58:21 kso 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:24:43 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [1f6ca1c0302c3f36cd92ffc6ac107abc9f41cc2e]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2006/09/20 10:49:39 pb 1.2.34.3: RESYNC: (1.3-1.4); FILE MERGED 2005/12/01 12:58:13 kso 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:24:42 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [02d63535707f9c4eae33508995524bad1829b72d]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2005/12/01 12:57:46 kso 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/01 14:24:42 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [cacdd40efc8e8a9a0ee92f3c09b5e9e3b015630d]

        INTEGRATION: CWS asyncdialogs (1.2.34); FILE MERGED 2006/09/20 10:49:31 pb 1.2.34.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/12 14:13:15 pb 1.2.34.4: RESYNC: (1.5-1.6); FILE MERGED 2006/05/31 09:02:52 pb 1.2.34.3: RESYNC: (1.4-1.5); FILE MERGED 2005/12/01 12:57:34 kso 1.2.34.2: RESYNC: (1.2-1.4); FILE MERGED 2005/11/01 14:24:41 kso 1.2.34.1: #i57125# - dialog adaptions for Threading Framework.

2006-11-22  Vladimir Glazounov  <vg@openoffice.org>  [dff2ef2e88342899a554557448d9f79e47f67251]

        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>  [29b28a3aa0f1e5ac9018c1b0cd6fae78b8d2991d]

        INTEGRATION: CWS pj65 (1.107.8); FILE MERGED 2006/10/31 13:32:17 pjanik 1.107.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e3709f3616387d8d9dcd876b6a6479f4aea68f22]

        INTEGRATION: CWS pj65 (1.15.14); FILE MERGED 2006/10/31 13:32:34 pjanik 1.15.14.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c2042d38df0cc34fff48eede4be3101751958b1c]

        INTEGRATION: CWS pj65 (1.8.30); FILE MERGED 2006/10/24 06:50:55 pjanik 1.8.30.1: #i70659#: Prevent warnings on Mac OS X. Patch from sb.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [23158d93da249baefb55099081214066e4914296]

        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>  [07bdb63371d719f027b0cdcd74a2d258926dfce7]

        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>  [6e1a53ed5de9af5000867937bb1959778aebffc5]

        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>  [24e085e4caea3d062b9123f10a7babb75d78c222]

        INTEGRATION: CWS pj65 (1.63.30); FILE MERGED 2006/11/06 11:12:00 pjanik 1.63.30.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f55fcf2935fa1e5f0c80bee82339036bf5bc8e90]

        INTEGRATION: CWS pj65 (1.13.58); FILE MERGED 2006/11/06 11:11:59 pjanik 1.13.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [12df712b029508992138a692dfd03751ecc841fc]

        INTEGRATION: CWS pj65 (1.117.26); FILE MERGED 2006/11/06 11:11:59 pjanik 1.117.26.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c0da1ac1cb35e436ee2f283f297bcc2a6ba10af5]

        INTEGRATION: CWS pj65 (1.28.58); FILE MERGED 2006/11/06 11:11:59 pjanik 1.28.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7f5b9976455271fd199d563b59fe21946391869a]

        INTEGRATION: CWS pj65 (1.8.58); FILE MERGED 2006/11/06 11:11:59 pjanik 1.8.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [02a5eb7cce559908ff71fa0ade692c3b09aa74d6]

        INTEGRATION: CWS pj65 (1.24.30); FILE MERGED 2006/11/06 11:11:59 pjanik 1.24.30.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [957df5aa56276bd6882b2fea599329649e7e37d4]

        INTEGRATION: CWS pj65 (1.54.58); FILE MERGED 2006/11/06 11:11:58 pjanik 1.54.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [70bf0f698bc428e891f1f6c85577167434b5d59a]

        INTEGRATION: CWS pj65 (1.32.58); FILE MERGED 2006/11/06 11:11:58 pjanik 1.32.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e04abbf7528acfa9bb006e735356cfb9e7e8c5d6]

        INTEGRATION: CWS pj65 (1.18.58); FILE MERGED 2006/11/06 11:11:58 pjanik 1.18.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c075cf1cf48cc29cf09eae1f1864095bde63089d]

        INTEGRATION: CWS pj65 (1.9.58); FILE MERGED 2006/11/06 11:11:58 pjanik 1.9.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4ad44082b04798c2c8ccabb9d9aeecf0aa0b68d3]

        INTEGRATION: CWS pj65 (1.7.58); FILE MERGED 2006/11/06 11:11:58 pjanik 1.7.58.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [38a53d6145815e91293dbf9a7ac0d8519ca81537]

        INTEGRATION: CWS pj65 (1.10.30); FILE MERGED 2006/11/06 11:11:58 pjanik 1.10.30.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9e373dada956b2142d4048ef2cf8d90d6d943b01]

        INTEGRATION: CWS pj65 (1.48.30); FILE MERGED 2006/11/06 11:11:57 pjanik 1.48.30.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e729b933750084a1895c8f5f7dc554756d780057]

        INTEGRATION: CWS pj65 (1.3.18); FILE MERGED 2006/10/31 12:43:00 pjanik 1.3.18.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a6f230be93e786f1da469a5501f9f5a044d976f4]

        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>  [45c2c2ddfdf1af1f86b2689f8de1a303c7dda182]

        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>  [d5af0a8c8435449c5d887104a69912d60308baf0]

        INTEGRATION: CWS pj65 (1.14.12); FILE MERGED 2006/10/31 13:59:06 pjanik 1.14.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9271e33041bbaac76713ba0cc35a1b8172df5713]

        INTEGRATION: CWS pj65 (1.7.12); FILE MERGED 2006/10/31 13:58:31 pjanik 1.7.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c5d1668005e0d9589753a48d96f74014e643923e]

        INTEGRATION: CWS pj65 (1.17.12); FILE MERGED 2006/10/31 13:58:00 pjanik 1.17.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [536911709ebb339b3b1aaad212333674a97266c0]

        INTEGRATION: CWS pj65 (1.8.12); FILE MERGED 2006/10/31 13:56:57 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ccff93011b1347bd4b7eb4e937b916f937967e65]

        INTEGRATION: CWS pj65 (1.88.10); FILE MERGED 2006/11/06 10:15:28 pjanik 1.88.10.2: RESYNC: (1.88-1.89); FILE MERGED 2006/10/31 13:56:24 pjanik 1.88.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ad90b77bceabfac4572407540175cf4918a5447e]

        INTEGRATION: CWS pj65 (1.15.12); FILE MERGED 2006/10/31 13:59:39 pjanik 1.15.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d3c5f6a8417d714faf5044c8bfa5742a792d6de2]

        INTEGRATION: CWS pj65 (1.11.12); FILE MERGED 2006/10/31 13:59:24 pjanik 1.11.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [044f9123c9b30548e920ea9256da02bfc9074669]

        INTEGRATION: CWS pj65 (1.8.8); FILE MERGED 2006/10/31 13:25:38 pjanik 1.8.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c1ec8686da9c188d01ba53648f8e6c7049df8484]

        INTEGRATION: CWS pj65 (1.17.48); FILE MERGED 2006/10/31 14:01:27 pjanik 1.17.48.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2398e33209c73ba13616c01c3d0393b45d273d9b]

        INTEGRATION: CWS pj65 (1.33.10); FILE MERGED 2006/10/31 13:00:48 pjanik 1.33.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ef8b4a710845faa27811e4ca4b289f1dc1f2ec02]

        INTEGRATION: CWS pj65 (1.36.10); FILE MERGED 2006/10/31 13:00:28 pjanik 1.36.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9d8000c7be13bff91235698959a55082ddd4791d]

        INTEGRATION: CWS pj65 (1.29.10); FILE MERGED 2006/10/31 12:58:50 pjanik 1.29.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6094a1c22891a6662c4c723288e2edde3d34cb22]

        INTEGRATION: CWS pj65 (1.3.30); FILE MERGED 2006/10/31 12:54:50 pjanik 1.3.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [36503056e407fe1fb0fbff8e697a331f012fb6f2]

        INTEGRATION: CWS pj65 (1.7.22); FILE MERGED 2006/10/31 13:40:17 pjanik 1.7.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [390cac1df10d5e784bbf62d78006f80324ff1686]

        INTEGRATION: CWS pj65 (1.23.22); FILE MERGED 2006/10/31 13:41:13 pjanik 1.23.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [437571820540ce004e5a6421b5d476f5905016c9]

        INTEGRATION: CWS pj65 (1.54.6); FILE MERGED 2006/10/31 13:41:08 pjanik 1.54.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [58855f1bf48e0daa9ac09ff625fe62a7a8f243cb]

        INTEGRATION: CWS pj65 (1.35.10); FILE MERGED 2006/10/31 13:41:03 pjanik 1.35.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cfe17a5ea798aec385e0358a2965cbe50d7780e8]

        INTEGRATION: CWS pj65 (1.23.22); FILE MERGED 2006/10/31 13:40:59 pjanik 1.23.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [56232bb389e441ddfd2271161e52ad63cae0f66e]

        INTEGRATION: CWS pj65 (1.77.10); FILE MERGED 2006/10/31 13:40:55 pjanik 1.77.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [34f67a45b190aafef72d50073b12e3f0a2a31a02]

        INTEGRATION: CWS pj65 (1.15.6); FILE MERGED 2006/10/31 13:55:56 pjanik 1.15.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [280930cc80b3978b9c7e7077525fbcfc81e405db]

        INTEGRATION: CWS pj65 (1.9.30); FILE MERGED 2006/10/31 14:04:39 pjanik 1.9.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [babae6c6375e631d18c9148b896260a1c728ebfd]

        INTEGRATION: CWS pj65 (1.131.12); FILE MERGED 2006/10/31 14:04:27 pjanik 1.131.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2538b85805ebba503f11ca646acb08ed4c1d6589]

        INTEGRATION: CWS pj65 (1.18.28); FILE MERGED 2006/10/31 14:04:22 pjanik 1.18.28.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6b996611a1a51e19f8d1d00da118cf7c57754522]

        INTEGRATION: CWS pj65 (1.33.30); FILE MERGED 2006/10/31 14:04:18 pjanik 1.33.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [63d3dad39dfd91fa5aa86565de237cc2290bd165]

        INTEGRATION: CWS pj65 (1.10.30); FILE MERGED 2006/10/31 14:04:35 pjanik 1.10.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8535cd7577f36cf71bef37d8ce805060ed9666a5]

        INTEGRATION: CWS pj65 (1.10.30); FILE MERGED 2006/10/31 14:04:31 pjanik 1.10.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [aba1a80cef2805d5bc630cf782776f299e8aa5a1]

        INTEGRATION: CWS pj65 (1.23.12); FILE MERGED 2006/10/31 14:03:56 pjanik 1.23.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4f3c778a8cde795622eb461cc9dddb9642605f7e]

        INTEGRATION: CWS pj65 (1.6.12); FILE MERGED 2006/11/06 10:11:45 pjanik 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2006/10/31 14:03:52 pjanik 1.6.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5d54156584dca8608ee520cc1fa974be367d3dca]

        INTEGRATION: CWS pj65 (1.6.12); FILE MERGED 2006/10/31 14:03:48 pjanik 1.6.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0f723e989c16912e46ebb3e2fa5d25406bf013a7]

        INTEGRATION: CWS pj65 (1.7.12); FILE MERGED 2006/10/31 14:03:35 pjanik 1.7.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [07c56c232fbd177ddc37abf62e65fb0fb5c6becd]

        INTEGRATION: CWS pj65 (1.8.12); FILE MERGED 2006/10/31 14:03:23 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [535e95f44847a717b9875137f4dd2e1b2bf407b5]

        INTEGRATION: CWS pj65 (1.8.12); FILE MERGED 2006/10/31 14:03:19 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7c879ed948d5d877ff8a08f8f30d68cb674c4cfb]

        INTEGRATION: CWS pj65 (1.3.30); FILE MERGED 2006/10/31 14:04:14 pjanik 1.3.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d34df255a1d68110f553750f666687aadd932f1f]

        INTEGRATION: CWS pj65 (1.5.30); FILE MERGED 2006/10/31 14:04:08 pjanik 1.5.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c1a5b25440bcba881b8221193ecba2dbcc84598f]

        INTEGRATION: CWS pj65 (1.6.12); FILE MERGED 2006/10/31 14:04:04 pjanik 1.6.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1f1624ee751841bdffe0ed881f4ab555e0150da1]

        INTEGRATION: CWS pj65 (1.5.30); FILE MERGED 2006/10/31 14:03:59 pjanik 1.5.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [664999d0d49af401d81eaeb1ccbc5b0e96d699bd]

        INTEGRATION: CWS pj65 (1.13.12); FILE MERGED 2006/10/31 14:03:43 pjanik 1.13.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9165f653dcec91a35f479e165d44bd4ec1b005db]

        INTEGRATION: CWS pj65 (1.19.30); FILE MERGED 2006/10/31 14:03:39 pjanik 1.19.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [64e3834c49e30462b3447db3a89b36968406f848]

        INTEGRATION: CWS pj65 (1.6.30); FILE MERGED 2006/10/31 14:03:30 pjanik 1.6.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cff781d6707aa90646c64faf3c005f1f9162acfa]

        INTEGRATION: CWS pj65 (1.9.12); FILE MERGED 2006/10/31 14:03:27 pjanik 1.9.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d8824f0f6935b79341577ab37d872ff68b461e92]

        INTEGRATION: CWS pj65 (1.17.28); FILE MERGED 2006/11/06 10:11:17 pjanik 1.17.28.2: RESYNC: (1.17-1.18); FILE MERGED 2006/10/31 14:03:15 pjanik 1.17.28.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e7b9bf275e61a620105919b6c1e6a4be08779669]

        INTEGRATION: CWS pj65 (1.32.30); FILE MERGED 2006/10/31 14:03:10 pjanik 1.32.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [084587cdc1303c78e2fbc860994d5e9d44adc8f6]

        INTEGRATION: CWS pj65 (1.6.30); FILE MERGED 2006/10/31 14:03:06 pjanik 1.6.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1ee173928ed394c8b8b8699946d1a1df48ebf380]

        INTEGRATION: CWS pj65 (1.53.12); FILE MERGED 2006/10/31 14:03:02 pjanik 1.53.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4d670f7f169863b9c6598b685924ac8f89669f0b]

        INTEGRATION: CWS pj65 (1.18.12); FILE MERGED 2006/10/31 14:02:57 pjanik 1.18.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3ba6b5672ec6ac073298695636c4bfbc081a0ea4]

        INTEGRATION: CWS pj65 (1.13.12); FILE MERGED 2006/10/31 14:02:49 pjanik 1.13.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [24df673956debe0383d1b591b5845f499d038911]

        INTEGRATION: CWS pj65 (1.17.12); FILE MERGED 2006/10/31 14:02:45 pjanik 1.17.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2687aba2f908fa9842639b219a11aefa0fcb7726]

        INTEGRATION: CWS pj65 (1.54.12); FILE MERGED 2006/10/31 14:02:40 pjanik 1.54.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1072a9a22a7dc8f87201475e8223457c46272213]

        INTEGRATION: CWS pj65 (1.108.28); FILE MERGED 2006/10/31 14:02:35 pjanik 1.108.28.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [495e44fd7c96beea2a9681543556074856819877]

        INTEGRATION: CWS pj65 (1.92.12); FILE MERGED 2006/10/31 14:02:30 pjanik 1.92.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3086ea90e0046e001d078216338fc0805e4f0461]

        INTEGRATION: CWS pj65 (1.13.12); FILE MERGED 2006/10/31 14:02:26 pjanik 1.13.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [50698b1f20f0b7c2dd0fd9216474fcfbf1b7aa8b]

        INTEGRATION: CWS pj65 (1.19.30); FILE MERGED 2006/10/31 14:02:22 pjanik 1.19.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e4cd58ffedce1df1ee076d2b8032504b7b3c9159]

        INTEGRATION: CWS pj65 (1.9.30); FILE MERGED 2006/10/31 14:02:17 pjanik 1.9.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [869643ba8a7dce096ddd474e43459e0519ae21c4]

        INTEGRATION: CWS pj65 (1.12.12); FILE MERGED 2006/10/31 14:02:53 pjanik 1.12.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c9386df9b6f2b35307e37283eed89c31cd387309]

        INTEGRATION: CWS pj65 (1.84.10); FILE MERGED 2006/10/31 14:02:13 pjanik 1.84.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f6c3fcaf45c3f808393b29a428a7dc0a5037eb73]

        INTEGRATION: CWS pj65 (1.45.28); FILE MERGED 2006/10/31 14:02:08 pjanik 1.45.28.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c074dfba0ff3176ec3b42181f5c5619b009ca861]

        INTEGRATION: CWS pj65 (1.43.8); FILE MERGED 2006/11/06 10:06:31 pjanik 1.43.8.2: RESYNC: (1.43-1.44); FILE MERGED 2006/10/31 13:20:55 pjanik 1.43.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5becaa04cc0c871ff0a7957de955286c0a2e2057]

        INTEGRATION: CWS pj65 (1.2.8); FILE MERGED 2006/10/24 06:44:22 pjanik 1.2.8.1: #i70663#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0176181fee891b753a82e4eb53c8d5e714e98bb1]

        INTEGRATION: CWS pj65 (1.1.20); FILE MERGED 2006/10/31 12:41:19 pjanik 1.1.20.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [27c51195f514a3418beceea0037ee121987c8e6a]

        INTEGRATION: CWS pj65 (1.3.272); FILE MERGED 2006/10/31 13:34:22 pjanik 1.3.272.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [88e27fcffdafd55ed868dae0f20acd07384f7582]

        INTEGRATION: CWS pj65 (1.11.18); FILE MERGED 2006/10/31 13:34:02 pjanik 1.11.18.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [98a4b82da91127adcd6d39b2ea9f23de7d040dfb]

        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>  [9701b8662b1acee93d3b49db349348ecbd28720a]

        INTEGRATION: CWS pj65 (1.4.6); FILE MERGED 2006/10/31 13:17:15 pjanik 1.4.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d6fb120e26bf455662681cd4d9ef5c97ef3d0fda]

        INTEGRATION: CWS pj65 (1.11.6); FILE MERGED 2006/10/31 13:16:30 pjanik 1.11.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7602ae1c5d42b9dc35f599aa1b411bf15d50483b]

        INTEGRATION: CWS pj65 (1.8.6); FILE MERGED 2006/10/31 13:19:30 pjanik 1.8.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [314397a6f32ae9c0716347607df802c318671e1d]

        INTEGRATION: CWS pj65 (1.5.12); FILE MERGED 2006/10/31 13:17:49 pjanik 1.5.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [45e17ea129617b6fceb7ee7b5ad751fe06901693]

        INTEGRATION: CWS pj65 (1.8.6); FILE MERGED 2006/10/31 13:17:30 pjanik 1.8.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ef16933affc6fb97f1bff5d7ae0400bc67eed93a]

        INTEGRATION: CWS pj65 (1.9.8); FILE MERGED 2006/10/24 06:49:59 pjanik 1.9.8.1: #i70659#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6d7f07012af23b1e4c5bd7374eb67c365d693c81]

        INTEGRATION: CWS pj65 (1.75.8); FILE MERGED 2006/10/24 06:49:32 pjanik 1.75.8.1: #i70659#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [71899a4020a00bd8276afa0a15c4ecef4dd557ad]

        INTEGRATION: CWS pj65 (1.52.14); FILE MERGED 2006/11/06 09:59:20 pjanik 1.52.14.2: RESYNC: (1.52-1.53); FILE MERGED 2006/10/31 14:00:21 pjanik 1.52.14.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d206928aa78b3e2534827c06f2bbaa802726336f]

        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>  [7ca4716b860761ac5351a18c9272589b18f78093]

        INTEGRATION: CWS pj65 (1.13.10); FILE MERGED 2006/10/24 06:41:43 pjanik 1.13.10.1: #i70649#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b5f3092cadc8cd9a42ede191a9fe78904841c4a0]

        INTEGRATION: CWS pj65 (1.4.10); FILE MERGED 2006/10/24 06:41:26 pjanik 1.4.10.1: #i70649#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1755431c24514db22907e149e9066ffc6c5f3098]

        INTEGRATION: CWS pj65 (1.9.10); FILE MERGED 2006/10/24 06:41:08 pjanik 1.9.10.1: #i70649#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e0570c28bd57604a7ecf112809ec9540a53443e3]

        INTEGRATION: CWS pj65 (1.65.10); FILE MERGED 2006/10/24 06:40:25 pjanik 1.65.10.1: #i70649#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b7646873f367d7abc4fd6d8a4b76f01fd8aae20e]

        INTEGRATION: CWS pj65 (1.4.8); FILE MERGED 2006/11/03 18:25:08 pjanik 1.4.8.2: Remove svx and sfx2 modules from WaE exceptions. 2006/10/31 13:23:17 pjanik 1.4.8.1: #i71027#: more modules now build without warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c4ec4302d72adf9f87810c450c31369b8f46130f]

        INTEGRATION: CWS pj65 (1.5.32); FILE MERGED 2006/10/31 14:05:59 pjanik 1.5.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cad2c6496edae4335e924ee58a1fda6de77462ed]

        INTEGRATION: CWS pj65 (1.3.32); FILE MERGED 2006/10/31 14:05:55 pjanik 1.3.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [742c228fb4b627016756988836bc329fa3176cda]

        INTEGRATION: CWS pj65 (1.6.32); FILE MERGED 2006/10/31 14:05:51 pjanik 1.6.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [84c41209751ed2b6b57667c3ab4d175edd6aa71d]

        INTEGRATION: CWS pj65 (1.10.32); FILE MERGED 2006/10/31 14:05:47 pjanik 1.10.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [740a11219f421bb579fb76aaca3138d69c9addd0]

        INTEGRATION: CWS pj65 (1.17.20); FILE MERGED 2006/10/31 14:05:42 pjanik 1.17.20.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [dea43e2ec62f1c385edef7262347867c785aa5c5]

        INTEGRATION: CWS pj65 (1.18.20); FILE MERGED 2006/10/31 14:05:37 pjanik 1.18.20.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3e34bfccb190eee0257671d0b57a3587203a3fce]

        INTEGRATION: CWS pj65 (1.15.18); FILE MERGED 2006/10/31 14:05:33 pjanik 1.15.18.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [37f879e01cff20538517db10b066d1b78cc573fd]

        INTEGRATION: CWS pj65 (1.10.30); FILE MERGED 2006/10/31 14:05:29 pjanik 1.10.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [67175337505f44f85dc7da589ac1437470e2a2b1]

        INTEGRATION: CWS pj65 (1.56.12); FILE MERGED 2006/11/06 09:52:01 pjanik 1.56.12.2: RESYNC: (1.56-1.58); FILE MERGED 2006/10/31 14:05:24 pjanik 1.56.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [79e671113cf243cd684e074036c27f58c3d7fd63]

        INTEGRATION: CWS pj65 (1.5.10); FILE MERGED 2006/10/31 17:42:04 pjanik 1.5.10.2: Fix previous change. Use similar syntax like the rest of the code. 2006/10/31 12:48:09 pjanik 1.5.10.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9cf6324685ea32418deebdf03c83be771b6af31a]

        INTEGRATION: CWS pj65 (1.18.8); FILE MERGED 2006/10/31 12:49:25 pjanik 1.18.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5d93fb0a77737f80ad1b7d6722d29d698cde2448]

        INTEGRATION: CWS pj65 (1.108.32); FILE MERGED 2006/10/31 14:08:48 pjanik 1.108.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ac75445eaf40291cf13f8548417f602ad3b9106e]

        INTEGRATION: CWS pj65 (1.18.32); FILE MERGED 2006/10/31 14:08:38 pjanik 1.18.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ea1efcc945da90982dbfa0b01c96bbbd8b37e4ae]

        INTEGRATION: CWS pj65 (1.31.12); FILE MERGED 2006/10/31 14:08:34 pjanik 1.31.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4370564d8589e6a462303164ab41320eaadb662a]

        INTEGRATION: CWS pj65 (1.182.12); FILE MERGED 2006/10/31 14:08:29 pjanik 1.182.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [966f345c7a3899e5330faf10b168f573491c3d42]

        INTEGRATION: CWS pj65 (1.96.28); FILE MERGED 2006/10/31 14:08:24 pjanik 1.96.28.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [298f2082b94c24221a26cab2b7b8131e5f063f6b]

        INTEGRATION: CWS pj65 (1.7.32); FILE MERGED 2006/10/31 14:08:19 pjanik 1.7.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [70e20a87217931c062689636e1b2970e10129031]

        INTEGRATION: CWS pj65 (1.18.32); FILE MERGED 2006/10/31 14:08:15 pjanik 1.18.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [66d0ebe757dd58321762164e9baddc78caa5843d]

        INTEGRATION: CWS pj65 (1.150.12); FILE MERGED 2006/10/31 14:08:11 pjanik 1.150.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f82286ee79f05ba91601a60bfacf8e6d1fefabf2]

        INTEGRATION: CWS pj65 (1.66.32); FILE MERGED 2006/10/31 14:08:06 pjanik 1.66.32.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [22ae8ae56383dc53184c7d71f10cfb24f356c5bc]

        INTEGRATION: CWS pj65 (1.7.50); FILE MERGED 2006/11/06 11:14:31 pjanik 1.7.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3240bbee6507f3ebe5ddcfee8ceea05e1a491795]

        INTEGRATION: CWS pj65 (1.35.48); FILE MERGED 2006/11/06 11:14:30 pjanik 1.35.48.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3b0ccd85a9ec28f5e46d47370fb5855f96217415]

        INTEGRATION: CWS pj65 (1.18.50); FILE MERGED 2006/11/06 11:14:30 pjanik 1.18.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d72085ee846d6fb5a20bc1d5ef98ce61aacba9d2]

        INTEGRATION: CWS pj65 (1.149.48); FILE MERGED 2006/11/06 11:14:30 pjanik 1.149.48.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [561f8c391b093587382b16ad6d468dddb39c2a15]

        INTEGRATION: CWS pj65 (1.57.50); FILE MERGED 2006/11/06 11:14:29 pjanik 1.57.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6019585d5365b0742de62b7a874e12aedd72111e]

        INTEGRATION: CWS pj65 (1.16.50); FILE MERGED 2006/11/06 11:14:29 pjanik 1.16.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [80200f5085d9fe41e3e05bef355fc1138e5ca6ff]

        INTEGRATION: CWS pj65 (1.21.50); FILE MERGED 2006/11/06 11:14:29 pjanik 1.21.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a894058e41778d058680a83a8fcb883fce3c1a87]

        INTEGRATION: CWS pj65 (1.23.50); FILE MERGED 2006/11/06 11:14:29 pjanik 1.23.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5d34b7c584214a4be46241373dba7e6a63c30268]

        INTEGRATION: CWS pj65 (1.7.92); FILE MERGED 2006/11/06 11:14:29 pjanik 1.7.92.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0add34d4548c11544c9a91d4775f0a752c0e129c]

        INTEGRATION: CWS pj65 (1.35.50); FILE MERGED 2006/11/06 11:14:28 pjanik 1.35.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [68c7277f5447bcc1a75a68f8d2dbb1ecd3070e2e]

        INTEGRATION: CWS pj65 (1.27.50); FILE MERGED 2006/11/06 11:14:28 pjanik 1.27.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ee31c70bcec13bc25cbb7ede11bac8099835481c]

        INTEGRATION: CWS pj65 (1.7.50); FILE MERGED 2006/11/06 11:14:28 pjanik 1.7.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d37c67e2970c85b2b19b8f4667bed32204a9cd8a]

        INTEGRATION: CWS pj65 (1.30.50); FILE MERGED 2006/11/06 11:14:27 pjanik 1.30.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1dcc65c06ec47bede7ae4b4cd2fb58c2475a240e]

        INTEGRATION: CWS pj65 (1.140.28); FILE MERGED 2006/11/06 11:14:27 pjanik 1.140.28.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4389448330d359404d564af1b7d8bf3e388bb0cd]

        INTEGRATION: CWS pj65 (1.65.48); FILE MERGED 2006/11/06 11:14:27 pjanik 1.65.48.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [60c0ea6ff510cd629d42d0533efeb35706e46970]

        INTEGRATION: CWS pj65 (1.9.50); FILE MERGED 2006/11/06 11:14:26 pjanik 1.9.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3c4bc35d857b8ed3bdff91d2d8001ea2de286fc9]

        INTEGRATION: CWS pj65 (1.4.96); FILE MERGED 2006/11/06 11:14:26 pjanik 1.4.96.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2f0d4bfa4c6a72aa9116e2fe236b6354b0920898]

        INTEGRATION: CWS pj65 (1.67.28); FILE MERGED 2006/11/06 11:14:26 pjanik 1.67.28.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b5ea3915794a36b755926003d7d8946145a04339]

        INTEGRATION: CWS pj65 (1.7.50); FILE MERGED 2006/11/06 11:14:26 pjanik 1.7.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [668a476432e8f5c5d55cfdaa1eab7e9da29c2b7b]

        INTEGRATION: CWS pj65 (1.34.50); FILE MERGED 2006/11/06 11:14:26 pjanik 1.34.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [32c13c738603cc2d14aba0926a263e8685a473a2]

        INTEGRATION: CWS pj65 (1.7.96); FILE MERGED 2006/11/06 11:14:26 pjanik 1.7.96.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [50b75c29948e634bf0c51cc0afab3139e1480974]

        INTEGRATION: CWS pj65 (1.8.96); FILE MERGED 2006/11/06 11:14:26 pjanik 1.8.96.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c328cd439e267871dfaeaa267ec5c7f640780205]

        INTEGRATION: CWS pj65 (1.45.50); FILE MERGED 2006/11/06 11:14:25 pjanik 1.45.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [462a6fcd186a966d0a8939aafe20188f829bce20]

        INTEGRATION: CWS pj65 (1.6.96); FILE MERGED 2006/11/06 11:14:25 pjanik 1.6.96.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8b20ba85b22efee7e2c07c00d157d00519c3960c]

        INTEGRATION: CWS pj65 (1.13.50); FILE MERGED 2006/11/06 11:14:25 pjanik 1.13.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [93df743b289dcef9738bd4b521b35a4ab6ec2a77]

        INTEGRATION: CWS pj65 (1.10.50); FILE MERGED 2006/11/06 11:14:25 pjanik 1.10.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [db7dc246d9dbc63f3239a9ebf4b90b1c7ba5d379]

        INTEGRATION: CWS pj65 (1.58.50); FILE MERGED 2006/11/06 11:14:24 pjanik 1.58.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d6224d1dab1aa0a69b3f276550105290bd1df0fe]

        INTEGRATION: CWS pj65 (1.78.50); FILE MERGED 2006/11/06 11:14:24 pjanik 1.78.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9ec12ed3b4c5ca810120a172fae4a4226d02cad4]

        INTEGRATION: CWS pj65 (1.55.26); FILE MERGED 2006/11/06 11:14:24 pjanik 1.55.26.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [347b659be5b3caaef8ad683fe21203960c72a672]

        INTEGRATION: CWS pj65 (1.54.50); FILE MERGED 2006/11/06 11:14:24 pjanik 1.54.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f67fe7ddc443de8e0859d6a67cdb8f380468e11d]

        INTEGRATION: CWS pj65 (1.57.50); FILE MERGED 2006/11/06 11:14:24 pjanik 1.57.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f226f7fb3fbd6df55b9cd244bfc0ba6f5156bf7f]

        INTEGRATION: CWS pj65 (1.7.50); FILE MERGED 2006/11/06 11:14:23 pjanik 1.7.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7f0d9e43d9319b2bea00c2a09db035ae41ec5fb0]

        INTEGRATION: CWS pj65 (1.11.50); FILE MERGED 2006/11/06 11:14:23 pjanik 1.11.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bb2855b39612867fb734c1c9e67d061af8ddefa0]

        INTEGRATION: CWS pj65 (1.5.94); FILE MERGED 2006/11/06 11:05:51 pjanik 1.5.94.1: #i71027#: Remove unused <rope> to prevent warnings.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bdb6f9d63586241bb27d6628774b0313b491a0ad]

        INTEGRATION: CWS pj65 (1.4.50); FILE MERGED 2006/11/06 11:14:22 pjanik 1.4.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a0f362bd2dac4ff79818c3e66815e5db18857e08]

        INTEGRATION: CWS pj65 (1.21.50); FILE MERGED 2006/11/06 11:14:22 pjanik 1.21.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c4c90dd84bafe0ec221f7a3ce767c2c0ce1aa87b]

        INTEGRATION: CWS pj65 (1.11.50); FILE MERGED 2006/11/06 11:14:22 pjanik 1.11.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cb547b69138cc72ea5007bbd769af0abc09b5b18]

        INTEGRATION: CWS pj65 (1.22.50); FILE MERGED 2006/11/06 11:14:21 pjanik 1.22.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b1d4131a8d26663065d7844072ee9629673a86e4]

        INTEGRATION: CWS pj65 (1.10.50); FILE MERGED 2006/11/06 11:14:21 pjanik 1.10.50.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3ebf955bcb6f0fe014c135e1e83c1ac8c3f4db1c]

        INTEGRATION: CWS pj65 (1.4.96); FILE MERGED 2006/11/06 11:14:21 pjanik 1.4.96.1: #i71027#: Prevent warnings on Mac OS X.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f6a1bb54e41a918393bcacbe919696042544efe6]

        INTEGRATION: CWS pj65 (1.5.26); FILE MERGED 2006/10/31 13:38:00 pjanik 1.5.26.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6a10a9d8eb6f5912cda0f5b363e772d135535b59]

        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>  [7ad94a53cbd0120bdc2fd89fc372491a0001ab89]

        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>  [2be9142dc4ce9f934a1fefda26ba3f77adcfe61c]

        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>  [1907b1e7544d48f9aacba2b4ff06b0e357af866c]

        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>  [cc25303c308418773cc5765ad5f331754ae14851]

        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>  [13a8893cbde06a51059edd5e913f27b8ada45e00]

        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>  [6b070d6ce3b10df82de77a7412a79ead809e9d27]

        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>  [0243eb8b8b6905d44d3c4a1bd299daf316158e8b]

        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>  [2cb0cdf6481bef6056a3e92f47690b566ea20f44]

        INTEGRATION: CWS pj65 (1.20.22); FILE MERGED 2006/10/31 14:07:30 pjanik 1.20.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b7c2d4c2cb452d7f2ec3dda6db14e1ebe9047ccc]

        INTEGRATION: CWS pj65 (1.8.22); FILE MERGED 2006/10/31 14:07:26 pjanik 1.8.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [4c597cff3f494749710919c724043d38b5ff7b93]

        INTEGRATION: CWS pj65 (1.55.30); FILE MERGED 2006/10/31 14:07:22 pjanik 1.55.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [097a0266ff1113ac9649781e10a8530e115def56]

        INTEGRATION: CWS pj65 (1.14.30); FILE MERGED 2006/10/31 14:07:18 pjanik 1.14.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d511efe9ab094178e0787d74cac634e0a7caa592]

        INTEGRATION: CWS pj65 (1.98.30); FILE MERGED 2006/10/31 14:07:13 pjanik 1.98.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2aff2c4ccf705a582d953c92d7c21094f21348bd]

        INTEGRATION: CWS pj65 (1.28.30); FILE MERGED 2006/10/31 14:07:09 pjanik 1.28.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [f68711fda54489beb112ac09958ce12767d5401d]

        INTEGRATION: CWS pj65 (1.66.12); FILE MERGED 2006/10/31 14:07:04 pjanik 1.66.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a4a2c7f30fd7c51f6908753a9fa0e7b54362e968]

        INTEGRATION: CWS pj65 (1.24.12); FILE MERGED 2006/10/31 14:07:00 pjanik 1.24.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b74aa84669a3e688ec5fa15a5cf287f0524220ab]

        INTEGRATION: CWS aw036 (1.147.48); FILE MERGED 2006/10/20 12:58:46 aw 1.147.48.1: #i68523# special handling for lathe and extrude 3d shapes in setAllPropertiesToDefault()

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c0a201f3d6561e1ef675905aaa21849ca53d4376]

        INTEGRATION: CWS aw036 (1.5.48); FILE MERGED 2006/10/26 15:57:19 aw 1.5.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [afe7fd1a08225afb4c54b4772d46c7724b2ac7db]

        INTEGRATION: CWS aw036 (1.51.48); FILE MERGED 2006/10/20 15:22:03 aw 1.51.48.1: #i48367# cleanups/reworks for AppBackgroundColor and AppDocumentCOlor usage inDrawingLayer

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3c6ac6b904b85507e122a759967bf07f56baf102]

        INTEGRATION: CWS aw036 (1.55.46); FILE MERGED 2006/10/26 15:57:19 aw 1.55.46.2: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj 2006/10/24 09:14:11 aw 1.55.46.1: #i68775# SdrPage::SetPageNum from inline to implementation with added ActionChanged()

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5878dc76a6ad37e578a40e564a03659f51926666]

        INTEGRATION: CWS aw036 (1.12.48); FILE MERGED 2006/10/26 15:57:19 aw 1.12.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0802f00f90ea9e1adcabf87112eea0cd6d97d635]

        INTEGRATION: CWS aw036 (1.76.46); FILE MERGED 2006/10/26 15:57:19 aw 1.76.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [72ae940715590fb2b0724080122609cc27ed8363]

        INTEGRATION: CWS aw036 (1.24.46); FILE MERGED 2006/10/26 15:57:19 aw 1.24.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [afe48ffc46308b35e5d8c140274f00d3d7f50309]

        INTEGRATION: CWS aw036 (1.32.46); FILE MERGED 2006/10/26 15:57:18 aw 1.32.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5ce46151c5d9fc2ff765474978eb6dd66b6712f3]

        INTEGRATION: CWS aw036 (1.26.46); FILE MERGED 2006/10/26 15:57:18 aw 1.26.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [39bc926461a7b9d2039e6963a782f6e22c79a677]

        INTEGRATION: CWS aw036 (1.30.46); FILE MERGED 2006/10/26 15:57:18 aw 1.30.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2936faa2b8a518172307774dd7ccf6e455fa5ac5]

        INTEGRATION: CWS aw036 (1.37.46); FILE MERGED 2006/10/26 15:57:17 aw 1.37.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [29b2bc77677f4fc91cea9dc3ca7c2cacf6837ed9]

        INTEGRATION: CWS aw036 (1.27.46); FILE MERGED 2006/10/26 15:57:17 aw 1.27.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b5e624cfa459453cb8bab4b35f0c7a6dc23fb671]

        INTEGRATION: CWS aw036 (1.23.46); FILE MERGED 2006/10/26 15:57:17 aw 1.23.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [deac7583c4fad6d7f724d4c9c05d154adb84737b]

        INTEGRATION: CWS aw036 (1.82.46); FILE MERGED 2006/10/26 15:57:16 aw 1.82.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cd911d781ec992054abc16b7d45c767ee4d17085]

        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>  [49a1cf5c647df80a1b4385cc14e1f108bb4d54c4]

        INTEGRATION: CWS aw036 (1.29.16); FILE MERGED 2006/10/26 15:57:20 aw 1.29.16.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9b7680b3c187faed6f4774e6648ae5ea77ad590b]

        INTEGRATION: CWS aw036 (1.70.44); FILE MERGED 2006/10/26 15:57:18 aw 1.70.44.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1197ed65b3454ed6f769c4f5a5873cafd361ad00]

        INTEGRATION: CWS aw036 (1.5.136); FILE MERGED 2006/11/01 12:33:51 aw 1.5.136.1: #i71039# NULL -> 0

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [76c825cccd083d72941217491fae39e99873d0a8]

        INTEGRATION: CWS aw036 (1.66.48); FILE MERGED 2006/10/26 15:57:16 aw 1.66.48.2: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj 2006/10/23 12:24:07 aw 1.66.48.1: #i22167# changed SdrModel::TakeMetricStr to work with more decimal places after comma and to support given nNumDigits

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [96631488dfcfdda33e580e6f328f97f62ed261bd]

        INTEGRATION: CWS aw036 (1.9.48); FILE MERGED 2006/10/26 15:57:16 aw 1.9.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2c0d112b6259df61b9f3ae51e225f7fc9debab26]

        INTEGRATION: CWS aw036 (1.5.50); FILE MERGED 2006/10/26 15:57:16 aw 1.5.50.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [31c697dbd5d023358ac1d720afffb8ad311c25a7]

        INTEGRATION: CWS aw036 (1.8.48); FILE MERGED 2006/10/26 15:57:16 aw 1.8.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7ea3ba59c2705f0e052304793deb04ddf6b3fac1]

        INTEGRATION: CWS aw036 (1.8.48); FILE MERGED 2006/10/26 15:57:15 aw 1.8.48.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [fda25198f654bb256fb1402e0d4fa9728b68f10f]

        INTEGRATION: CWS aw036 (1.17.46); FILE MERGED 2006/10/20 15:22:02 aw 1.17.46.1: #i48367# cleanups/reworks for AppBackgroundColor and AppDocumentCOlor usage inDrawingLayer

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [74535f9aab9098ef42c07a79c2e2f41cdf1ac335]

        INTEGRATION: CWS aw036 (1.7.178); FILE MERGED 2006/10/26 15:57:15 aw 1.7.178.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3870c4b7d1ba8b716b78d97a7b9be8dc9cf59689]

        INTEGRATION: CWS aw036 (1.16.46); FILE MERGED 2006/10/26 15:57:14 aw 1.16.46.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3ad3ae613a7352e116f0bcda451d0717c9fd3c6d]

        INTEGRATION: CWS aw036 (1.12.48); FILE MERGED 2006/10/27 16:08:20 aw 1.12.48.2: #i58240# added HelpIDs for light preview control 2006/10/27 15:50:16 aw 1.12.48.1: #i58242# chnaged rotation direction for light control, #i58240# added HelpIDs for light preview control

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [732fa531a85621aaf9b3c10da5484235082ff830]

        INTEGRATION: CWS aw036 (1.5.594); FILE MERGED 2006/10/26 15:57:02 aw 1.5.594.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [665ee446c83ed476a515a04c1830511db4b1c767]

        INTEGRATION: CWS aw036 (1.4.594); FILE MERGED 2006/10/26 15:57:01 aw 1.4.594.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [dbbd81f131783cf24263f94224cd179574c38cb4]

        INTEGRATION: CWS aw036 (1.5.594); FILE MERGED 2006/10/26 15:57:01 aw 1.5.594.1: #i61284#: BurnInStyleSheetAttributes for text corrected; #i70852#: Set/GetLayer cleanup and implementation for FmFormObj

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [e70d3379c08fe21c0b9c842de73c098757a25ff8]

        INTEGRATION: CWS aw036 (1.66.16); FILE MERGED 2006/10/27 15:50:53 aw 1.66.16.1: #i58240# added HelpIDs for light preview control

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [317c14ba2d90e98cf410763555248b9220431520]

        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>  [611b74b9baa16b6d0502a1f7a6bd84e9d34c4e0b]

        INTEGRATION: CWS ause071 (1.5.526); FILE MERGED 2006/11/03 18:36:14 hjs 1.5.526.1: #i71145# regenerate if script was changed

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [94af9f052f02ba22c0d3a9182fbc1d93bbb8ed08]

        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-21  Vladimir Glazounov  <vg@openoffice.org>  [986eb3f58cd4228ea29314651ff1dd350f3ecc4b]

        INTEGRATION: CWS ause071 (1.118.4); FILE MERGED 2006/11/02 18:01:56 hjs 1.118.4.2: RESYNC: (1.118-1.122); FILE MERGED 2006/10/17 09:10:38 hjs 1.118.4.1: #i54961# align variable usage in OOo/SO environment - SOLARVER

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [50ebfcf0765aa486d2ae4e67b1d3315eff5f316a]

        INTEGRATION: CWS ause071 (1.3.80); FILE MERGED 2006/11/03 15:28:49 hjs 1.3.80.1: #i66997# a bit of cleanup

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [26e7f15c31c4df4a8b967d30fb1694ba53d01d8a]

        INTEGRATION: CWS ause071 (1.9.32); FILE MERGED 2006/11/03 15:28:48 hjs 1.9.32.1: #i66997# a bit of cleanup

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [136e4d2a5525b483a378204343a149a59f83de33]

        INTEGRATION: CWS ause071 (1.29.30); FILE MERGED 2006/11/03 17:42:49 hjs 1.29.30.1: #i69012# add -ldl to GUI libs

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [2c6d9786e013e9f02b318748729328c5f143fc55]

        INTEGRATION: CWS ause071 (1.22.30); FILE MERGED 2006/11/07 17:22:54 hjs 1.22.30.1: #i69012# add -ldl to GUI libs

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [5c3b030458f0f3019374f2894b95310468ca7a4f]

        INTEGRATION: CWS ause071 (1.31.10); FILE MERGED 2006/11/06 10:41:56 hjs 1.31.10.1: #i71012# make sure ZIPnDIR exists before creating dependency lists

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [71087eb00ab582c5e27071ecf103303ae83c6e2a]

        INTEGRATION: CWS ause071 (1.99.10); FILE MERGED 2006/11/06 14:19:04 hjs 1.99.10.1: #i71082# remove touchong a dummy file

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [93e248627efe6ea62c810d350e37cf2713461ca2]

        INTEGRATION: CWS ause071 (1.14.24); FILE MERGED 2006/11/09 12:49:02 hjs 1.14.24.1: #i54961# removed obsolete include path

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7d94e0715d96977b48a23710720fdf2da015d9b5]

        INTEGRATION: CWS ause071 (1.76.6); FILE MERGED 2006/11/09 14:20:41 hjs 1.76.6.1: #i54961# replace SOLARVER with SOLARVERSION

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [aaf80701207ea628f315f135e5b6a4f89b34701b]

        INTEGRATION: CWS ause071 (1.28.10); FILE MERGED 2006/11/06 10:41:56 hjs 1.28.10.1: #i71012# make sure ZIPnDIR exists before creating dependency lists

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [03c535a2a233b8d76fd6f4d3350d976975552547]

        INTEGRATION: CWS ause071 (1.96.10); FILE MERGED 2006/11/06 14:19:04 hjs 1.96.10.1: #i71082# remove touchong a dummy file

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [205ce7700e82e571cd72172476c1fe355550aa8d]

        INTEGRATION: CWS ause071 (1.4.24); FILE MERGED 2006/11/09 12:49:02 hjs 1.4.24.1: #i54961# removed obsolete include path

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c654dd49ca04092fe0dd8a5f6d9deb3e19d8166c]

        INTEGRATION: CWS ause071 (1.26.138); FILE MERGED 2006/11/09 14:27:48 hjs 1.26.138.1: #141115# keep timestamps for xtrafiles

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a23ab06c69907b1a2b8d016a802fce307f5320a6]

        INTEGRATION: CWS ause071 (1.21.138); FILE MERGED 2006/11/09 14:37:47 hjs 1.21.138.2: #141115# create directory instead of silently ignoring copy task 2006/10/16 15:10:35 hjs 1.21.138.1: #141115# still not perfect for links

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [44958823af282486fc5934d0ef14d105ed968591]

        INTEGRATION: CWS qadev27 (1.9.20); FILE MERGED 2006/08/22 08:27:45 cn 1.9.20.1: #i68762# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [c9ac3d1a855cd1edd031a6836ef9648b5cdd09ec]

        INTEGRATION: CWS qadev27 (1.6.20); FILE MERGED 2006/08/22 08:18:16 cn 1.6.20.1: #i68760# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [53521f502d67763f810ece73e13ae05dbb01a97a]

        INTEGRATION: CWS qadev27 (1.8.20); FILE MERGED 2006/08/22 08:27:57 cn 1.8.20.1: #i68762# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [664ca4f1d98863e1649f079a89827f4105b4c7d8]

        INTEGRATION: CWS qadev27 (1.7.20); FILE MERGED 2006/08/22 08:18:31 cn 1.7.20.1: #i68760# fixing bug in "select database". The selection does not work with "initialize()" but with "select()"

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [13e9e658140dd717b234f1fc62ea2104c70ea74f]

        INTEGRATION: CWS qadev27 (1.4.20); FILE MERGED 2006/08/21 09:46:01 cn 1.4.20.1: #i68820# enhance logging

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0507b4223e191a118aadd30e873530a83598131c]

        INTEGRATION: CWS qadev27 (1.1.2); FILE ADDED 2006/08/21 09:45:09 cn 1.1.2.2: #i68820# enhance logging 2006/06/26 07:01:32 cn 1.1.2.1: #i66737# new initial version

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6eda3212ab539c2b5b37accf3a96ab100a79156a]

        INTEGRATION: CWS qadev27 (1.5.20); FILE MERGED 2006/06/26 07:05:08 cn 1.5.20.1: #i66737# enhancements on property 'NumberingRuels'. Now the test checks also of correct XIndexReplace values

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [03d0bd4a5382fd54d756e094d19e2ad11dd85b23]

        INTEGRATION: CWS qadev27 (1.4.20); FILE MERGED 2006/06/20 09:51:32 cn 1.4.20.1: #i66582# new test for property 'TextUserDefinedAttributes' implemented

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1c4388ac3a430b2269036b72a4c7d343ce5feb1d]

        INTEGRATION: CWS qadev27 (1.5.2); FILE MERGED 2006/07/06 15:17:26 cn 1.5.2.1: #i67066# bring the test document to front

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [7f53d2a67ec0f4296327a1ea60d6aec3b7f16a9d]

        INTEGRATION: CWS qadev27 (1.5.20); FILE MERGED 2006/11/01 13:43:31 cn 1.5.20.2: #i68820# fix for debug purposes 2006/08/21 09:38:16 cn 1.5.20.1: #i68820# enhance logging

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6ea662201fa09e16d1e3570a363c88de9442c6e8]

        INTEGRATION: CWS qadev27 (1.3.20); FILE MERGED 2006/07/07 12:41:09 cn 1.3.20.1: #i67115# enhance test to check for invalid URLs

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b9ce9b56bed126075d8d1b3bdb2ea4251f510901]

        INTEGRATION: CWS qadev27 (1.7.2); FILE MERGED 2006/08/21 09:55:22 cn 1.7.2.2: #i68821# new method getTopWindow(String) 2006/06/19 21:05:36 cn 1.7.2.1: #i66571# enable List related methods to handle invisible entries

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [be4366e2769a2e18288ec263bfbfb5c4f55603eb]

        INTEGRATION: CWS qadev27 (1.7.6); FILE MERGED 2006/07/06 16:49:52 cn 1.7.6.1: #i67084# new function 'getCurrentcomponent'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [6c66f12dde578771c5c79ba27d4251695678f720]

        INTEGRATION: CWS qadev27 (1.3.4); FILE MERGED 2006/10/23 14:19:01 cn 1.3.4.2: #i67853# adapt to changes in XPropertyHandler 2006/10/17 15:13:07 cn 1.3.4.1: add new method describePropertyLine()

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8cc3dfebaf879ad4e3fde0e1b9fce05c9697513f]

        INTEGRATION: CWS qadev27 (1.11.12); FILE MERGED 2006/11/01 10:59:40 cn 1.11.12.3: #i69355# fix for broken objects 2006/10/23 14:02:08 cn 1.11.12.2: #i69335 bugfixing in reading objdsc from jar files 2006/09/07 10:34:57 cn 1.11.12.1: #i69355# bugfix in getting objdsc while parsing jar files

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ac0af6547c0449de4c85b35bb9a05ea53a412fb7]

        INTEGRATION: CWS qadev27 (1.9.2); FILE MERGED 2006/07/18 11:26:27 lla 1.9.2.2: #138212# add crashlooptest 2006/06/27 13:28:59 lla 1.9.2.1: #137551# maybe speedup in DB Access

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [a0ab2eaa5472ecbe482e884083e171239247af13]

        INTEGRATION: CWS qadev27 (1.8.2); FILE MERGED 2006/09/18 12:19:20 lla 1.8.2.2: #138212# cleanups 2006/07/18 11:21:36 lla 1.8.2.1: #i67496# caught DisposedException

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [aafdc1a08149481535d7540458b47a6f5947c4f1]

        INTEGRATION: CWS qadev27 (1.6.12); FILE MERGED 2006/09/18 12:19:20 lla 1.6.12.1: #138212# cleanups

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [33401bcda02a2b4ab8e2f394d782d7fcc02daba6]

        INTEGRATION: CWS qadev27 (1.9.2); FILE MERGED 2006/09/18 12:19:20 lla 1.9.2.1: #138212# cleanups

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [3faeb7cba728833b9faaa5da2ee11d66c1008b4f]

        INTEGRATION: CWS qadev27 (1.2.12); FILE MERGED 2006/06/27 13:28:59 lla 1.2.12.1: #137551# maybe speedup in DB Access

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1773e862f2c2f15e560be2e17f82e497d70a33c1]

        INTEGRATION: CWS qadev27 (1.3.20); FILE MERGED 2006/09/18 12:19:19 lla 1.3.20.1: #138212# cleanups

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [49cec04e17e6acdcc56ba425c6f189c049336815]

        INTEGRATION: CWS qadev27 (1.2.12); FILE MERGED 2006/09/18 12:19:19 lla 1.2.12.1: #138212# cleanups

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [95bc9dea2e2d654bf70c4bcf5b9ee43184dc8532]

        INTEGRATION: CWS qadev27 (1.1.2); FILE ADDED 2006/07/18 11:25:00 lla 1.1.2.1: #138212# add

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [850ae05ff51bf8c569e83713ecf9d78317b0f036]

        INTEGRATION: CWS qadev27 (1.3.58); FILE MERGED 2006/06/20 09:49:50 cn 1.3.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cde76d0fe62114ad2c805b73a479b9209d29b4b9]

        INTEGRATION: CWS qadev27 (1.5.58); FILE MERGED 2006/06/20 09:49:50 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [d09add8618cbf690573a36f31edf3796b29db1c6]

        INTEGRATION: CWS qadev27 (1.6.58); FILE MERGED 2006/06/20 09:49:50 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [cd35c552417059829d19aa1cb2132fe0881279dc]

        INTEGRATION: CWS qadev27 (1.5.58); FILE MERGED 2006/06/20 09:49:49 cn 1.5.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [ac754d3c53504022c0ea64431fb955ffdb6136f7]

        INTEGRATION: CWS qadev27 (1.6.58); FILE MERGED 2006/06/20 09:49:49 cn 1.6.58.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [bfec418eaa9f20e91af546f581306c2e26120ef7]

        INTEGRATION: CWS qadev27 (1.6.16); FILE MERGED 2006/06/20 09:49:49 cn 1.6.16.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [228dc0dcfe963f028c76f8f526d01e54be14c364]

        INTEGRATION: CWS qadev27 (1.5.28); FILE MERGED 2006/06/20 09:49:49 cn 1.5.28.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8c741a68ab41bcb3588d5a679053108bed77cfa6]

        INTEGRATION: CWS qadev27 (1.5.28); FILE MERGED 2006/06/20 09:49:48 cn 1.5.28.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [0849ac75673bc56ef273a9197fe32e48e2848749]

        INTEGRATION: CWS qadev27 (1.6.28); FILE MERGED 2006/06/20 09:49:48 cn 1.6.28.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [949854a162823166f9c37d81196e24e908edf153]

        INTEGRATION: CWS qadev27 (1.4.140); FILE MERGED 2006/06/20 09:49:47 cn 1.4.140.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [b16c3c296021fc20adf5bc5c04a280545cc52855]

        INTEGRATION: CWS qadev27 (1.7.28); FILE MERGED 2006/06/20 09:49:47 cn 1.7.28.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [04c2ae35e16f93e5d162dfa2485e93be1e159169]

        INTEGRATION: CWS qadev27 (1.6.40); FILE MERGED 2006/06/20 09:49:46 cn 1.6.40.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [9ddc88771b471c85e4da69d4373be9e09f3cc0db]

        INTEGRATION: CWS qadev27 (1.7.28); FILE MERGED 2006/06/20 09:49:46 cn 1.7.28.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [8080d9d06a9fb7c0869582e4df468b14dc67b192]

        INTEGRATION: CWS qadev27 (1.2.42); FILE MERGED 2006/06/20 09:49:46 cn 1.2.42.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-21  Vladimir Glazounov  <vg@openoffice.org>  [1f94dcd7c8809b469c5457b0664684f29b67114b]

        INTEGRATION: CWS qadev27 (1.4.46); FILE MERGED 2006/06/20 09:49:45 cn 1.4.46.1: #i66582# add com::sun::star::style::CharacterProperties';'TextUserDefinedAttributes#optional'

2006-11-20  Vladimir Glazounov  <vg@openoffice.org>  [58b652d56484d6e9460eb8a7cb777f027b72ec66]

        #i10000# Removed dupes obj files

2006-11-20  Vladimir Glazounov  <vg@openoffice.org>  [033918339cc01a9c8b723db5363fea030c13201a]

        #i10000# #i71680# restored lost files

2006-11-20  Vladimir Glazounov  <vg@openoffice.org>  [9e8f17047c68024e21ae4ea58f66849538b6b3a8]

        #i10000# restored lost files

2006-11-20  Oliver Specht  <os@openoffice.org>  [2b5bf2f1c57d6585ec898c4c44a74c5b47f09ab9]

        graphic import improved

2006-11-17  Ivo Hinkelmann  <ihi@openoffice.org>  [605eb53eef156fcf08843f6aa1b8e1c94cee85b9]

        #i10000# missing include

2006-11-17  Vladimir Glazounov  <vg@openoffice.org>  [7ad26eb893aaea469ea65c3b8498319a5c1e3097]

        new version for SRC680

2006-11-17  Vladimir Glazounov  <vg@openoffice.org>  [8b66e6b3a39b73b3af5d2be33df7ff59b3ec1fd7]

        new version for SRC680

2006-11-17  Vladimir Glazounov  <vg@openoffice.org>  [34bc5bb4b6afcb2fcaf1892ed9f40a064e3cdd64]

        new version for SRC680

2006-11-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [2d90dc889a4c69c217830a72f8db054485c2f3b5]

        ids for dffopts

2006-11-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [1014560ee46c368b0d4ba77792487bfc7e3619c5]

        BreakHelper, handle special chars at beginning of range

2006-11-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [5e8556b7529c45d85be2b2e85468fd22ee9a2d9b]

        BreakHelper

2006-11-16  Henning Brinkmann  <hbrinkm@openoffice.org>  [e9e903f0d76d3c9e47be7bca739176313fc6ce78]

        new: PROP_BRK

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [514641060e3d63b25902c5b4ae0770a4e9cc6df1]

        new version for SRC680

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [3c3eeadee8a5f2e5d4570c402f14df41c442ac0d]

        new version for SRC680

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [de48b2138dcfa9a92c56174259a5ca19dedf4b82]

        new version for SRC680

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [c1e931f32a0f27a073a5c21f352ccfdceb47f2ba]

        new version for SRC680

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [6a70cbd7a27c9a1147dba41dfec3c9831139be60]

        new version for SRC680

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [e37229c55e6bdd735d1750034f9b374c57c46314]

        new version for SRC680

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [ce2cac89602f334f2f666399960983409bb3c51f]

        correted header for XML

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [c3ac1ac8baef7365db43d682f45c1a389a921278]

        new: WW8StreamValue

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [bba950961e113ce111e1ecc3a63f382267bfa10b]

        new: createCpAndFc

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [bf14bac5cb87cbcb93490e794fc08f865d3f923d]

        textboxes

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [3b8253f68126a9e512c2665d7ba0018637d81523]

        cosmetics

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [7c279fe5b8c14d2c00fa63820c820be3aa082622]

        new: FTXBXS

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [58b0bae368bc2502db0a25d909520d6b23601b2d]

        new: DffSpContainer::get_shptxt

2006-11-15  Henning Brinkmann  <hbrinkm@openoffice.org>  [a6e9bb92e1f5577161e10d5d17a4d8b373e6396c]

        getShapeId

2006-11-15  Vladimir Glazounov  <vg@openoffice.org>  [ffa9809b958c208eed5393ad0c93106b03032693]

        SRC680

2006-11-15  Ivo Hinkelmann  <ihi@openoffice.org>  [65ae0294588619916f504b3d692c7580cf3628b2]

        INTEGRATION: CWS sw2101_SRC680 (1.121.28.1.2); FILE MERGED 2006/11/06 14:37:49 od 1.121.28.1.2.1: #i71249# method <XMLTextImportHelper::SetOutlineStyles(..)> 	 - take last added paragraph style for assignment to the list level 	   of the outline style for document from version OOo 2.0.4 and prior.

2006-11-15  Ivo Hinkelmann  <ihi@openoffice.org>  [abe502dabf01dfc58862c69c2731e3ba87406f9b]

        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-15  Ivo Hinkelmann  <ihi@openoffice.org>  [88c105aae1b6d670774996d7c6b39430ce394252]

        INTEGRATION: CWS mhu15_SRC680 (1.19.56.1.2); FILE MERGED 2006/11/10 12:41:31 mhu 1.19.56.1.2.1: #i54329# New fix for Solaris x86 backtrace function(s).

2006-11-15  Ivo Hinkelmann  <ihi@openoffice.org>  [91d58114d2a7ef8565fd89ef0b4ad350b5006ea2]

        INTEGRATION: CWS mhu15_SRC680 (1.9.56.1.2); FILE MERGED 2006/11/10 12:41:31 mhu 1.9.56.1.2.1: #i54329# New fix for Solaris x86 backtrace function(s).

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a744c4231cdafe18f9f0d0e13089dd7101957895]

        INTEGRATION: CWS pyunofixes3_SRC680 (1.15.10); FILE MERGED 2006/11/06 18:11:11 pmladek 1.15.10.1: #i71078# Fix allocating and deleting python objects

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [81224edec2bbdd9b1a2bf154335b670e4e7cc4f0]

        INTEGRATION: CWS pyunofixes3_SRC680 (1.6.20); FILE MERGED 2006/11/06 18:11:11 pmladek 1.6.20.1: #i71078# Fix allocating and deleting python objects

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2be908a0e69a3bdcd68d4626fbf31c8dc7554b86]

        INTEGRATION: CWS pyunofixes3_SRC680 (1.9.20); FILE MERGED 2006/11/06 18:11:11 pmladek 1.9.20.1: #i71078# Fix allocating and deleting python objects

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d09af2a240849c6ba8c1adcf9d253d12aec24495]

        INTEGRATION: CWS localisation17 (1.59.14); FILE MERGED 2006/11/02 19:17:46 ihi 1.59.14.1: OOo 2.1 localisation #i68566# #i70054# #i70214# #i70251# #i70345# #i70438# #i70459#  #i70467# #i70492# #i70716# #i70719# #i70783# #i70787# #i70790# #i70794# #i70803# #i70826# #i70827# #i70830# #i70836# ... full list see EIS cws localisation17

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b7982dcf3eb9647c3cee88f54c0a050226b70546]

        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>  [24e4f1d2929979ef90d083b25e3a66112b4508ef]

        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>  [40dbe75dcff67bc29d226e02351e6b556f6b8f29]

        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>  [428d1719a2f810a4326c7155db70dbb2b7b3b52c]

        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>  [ca68f4b19eaf3c880d6cd426f4b9b7d7d6487a61]

        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>  [516b28438a20f9fc43ef6a18e57ea5b96c2e38a5]

        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>  [f0433e519431240e015b06477b87e9589fef1b3b]

        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>  [22c9a30ac98fb7fc337155130dea6239c3bc8564]

        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>  [ef297d39ddf79b6d7b7368e9e6a428306a2bc0fe]

        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>  [5f88be60cd2ff4140f54bbd43fecee7fd7a2b913]

        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>  [35d7b91cbab5d7e1a860e715d0da53f039b03498]

        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>  [707ee99078a5993df590083401d2525549de00e9]

        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>  [fa0f66450493358b5296c54797ca1751e2d44ba0]

        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>  [b08e5bd8cc1330e7ddfe41c8006fd7eaed2173c1]

        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>  [af07698a2c4b26894e40906afae01177aa04a6df]

        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>  [013b94d96fa20af3b7c76dbfa3740318cf9ccfb2]

        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>  [946cfa81ac5b4e84114e877684f06774d345847c]

        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>  [23383f6c73fd2774a1b6e2dff9f0e3f9a090e9ec]

        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>  [2a667ad1e6f10c05c269f1e91bb8743fb789d5b7]

        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>  [316245a95bb125f2c5546d43a8e8d0ddb018eda5]

        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>  [a8c7867a183e5bb5761ca514c46678efc05a9958]

        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>  [45e09645554e41360df9f607fced312b61bc4a6c]

        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>  [ddc4d5ab4592aee26bcc521d8a4d2d5b4ef2acd2]

        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>  [7e1691ede34964cb7d9cb2ec2386cd4dfd692e91]

        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>  [dadf6d420b323fccfbf9c036096ec611892be833]

        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>  [0c544e7a5910f05112996e30305d6ebe9c9b51c2]

        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>  [a25f6d2797dcbd0e1fab4e19a100173e78cfd58d]

        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>  [f469837ba77f64982e967b9a34f41001675df0d0]

        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>  [8e4448a1db21b214ffd5cf16d84f24a11fe92a34]

        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>  [2cb513ebc1ffa6bb872f8043ab9c4c63e0e83b67]

        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>  [ec9ea0b7849c0b7aa56152dbcfd95b812fa4e9ea]

        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>  [52acc4959ffa4aa376972d997e350abf0f505c16]

        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>  [6c052599eb5801028dd6ea6e016e2f586b4d09e5]

        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>  [7fea7170fe1088b8f2f4a6fa04f18ea381621cab]

        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>  [ba50c3083638b7bcf07dd323e6115a88eb1a3131]

        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>  [0ae46b6cf12670caaa94a2e619dc854a7e6877af]

        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>  [8769627b3605000eac79a452d36dc4ef337137a3]

        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>  [7a054fd618922d4bd0b15c51b782212f07dfb15d]

        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>  [1a46062b4bce48ed045aa91cc00e7378b193da6f]

        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>  [8b212867f6b5314c5c0623a4b0a93a8cd8cb636f]

        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>  [a557856e5190eb9f5adee26ed14a000654ef44e4]

        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>  [5e0fe5258580e3c324de4a5a6ca55c2a55e65675]

        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>  [200c40e20480da99fb1b769fedc1f148d92ad926]

        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>  [866665b53ba32731044398476c74b533933078b2]

        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>  [d18a737d60dd7c7dc6078260d583dccd8cf18660]

        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>  [dec09e9fc99072fc3f1aa2921cb65d9e492c00b9]

        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>  [d217bf63fcd1927c85bafce2f62f312d47eddd62]

        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>  [c6928fb8dc813eda40d2fc3f8359cb3efd85b07e]

        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>  [e1c53e53976f7981ae9229144dc68de8bf73d24a]

        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>  [f15c6c4c8fa7fd2b6e0f5982d0eeb2861e48d5c7]

        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>  [add97386dc641a26eb6054edd8d7d250c831ca63]

        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>  [ccdac271008236994a6a78196a823c62dac1613f]

        INTEGRATION: CWS aw024 (1.29.80); FILE MERGED 2006/09/22 05:48:28 aw 1.29.80.9: RESYNC: (1.35-1.36); FILE MERGED 2006/07/04 17:36:16 aw 1.29.80.8: RESYNC: (1.34-1.35); FILE MERGED 2006/05/13 00:10:55 aw 1.29.80.7: RESYNC: (1.33-1.34); FILE MERGED 2006/01/30 19:47:46 aw 1.29.80.6: RESYNC: (1.32-1.33); FILE MERGED 2005/11/18 19:43:06 aw 1.29.80.5: RESYNC: (1.31-1.32); FILE MERGED 2005/09/20 04:03:32 aw 1.29.80.4: RESYNC: (1.30-1.31); FILE MERGED 2005/05/19 12:09:24 aw 1.29.80.3: #i39529# 2005/05/13 17:20:37 aw 1.29.80.2: RESYNC: (1.29-1.30); FILE MERGED 2005/04/26 14:54:50 aw 1.29.80.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c87db2146b420736bc652159444f1e4a7731966a]

        INTEGRATION: CWS aw024 (1.21.10); FILE MERGED 2006/11/10 06:45:04 aw 1.21.10.8: RESYNC: (1.26-1.27); FILE MERGED 2006/08/03 19:37:08 aw 1.21.10.7: RESYNC: (1.24-1.26); FILE MERGED 2006/07/07 16:06:03 aw 1.21.10.6: adaptions after resync SRC680m171->SRC680m174 2006/05/13 00:10:26 aw 1.21.10.5: RESYNC: (1.22-1.23); FILE MERGED 2005/09/20 04:02:35 aw 1.21.10.4: RESYNC: (1.21-1.22); FILE MERGED 2005/05/26 11:16:21 aw 1.21.10.3: #i39531# 2005/05/19 12:08:19 aw 1.21.10.2: #i39529# 2005/05/12 16:44:11 aw 1.21.10.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5c5438b35f01aa85538530bc2125dbe83e5c9f3f]

        INTEGRATION: CWS aw024 (1.32.58); FILE MERGED 2006/11/10 06:44:54 aw 1.32.58.11: RESYNC: (1.41-1.43); FILE MERGED 2006/08/03 19:36:52 aw 1.32.58.10: RESYNC: (1.40-1.41); FILE MERGED 2006/05/13 00:10:17 aw 1.32.58.9: RESYNC: (1.39-1.40); FILE MERGED 2005/11/18 19:42:37 aw 1.32.58.8: RESYNC: (1.38-1.39); FILE MERGED 2005/09/20 04:02:18 aw 1.32.58.7: RESYNC: (1.37-1.38); FILE MERGED 2005/07/22 12:53:25 aw 1.32.58.6: RESYNC: (1.36-1.37); FILE MERGED 2005/05/26 11:16:20 aw 1.32.58.5: #i39531# 2005/05/19 12:08:19 aw 1.32.58.4: #i39529# 2005/05/13 17:19:57 aw 1.32.58.3: RESYNC: (1.35-1.36); FILE MERGED 2005/03/24 02:14:25 aw 1.32.58.2: RESYNC: (1.32-1.35); FILE MERGED 2004/12/27 09:54:40 aw 1.32.58.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8d574d9ee793b067c01057e6e8a67c173a61be95]

        INTEGRATION: CWS aw024 (1.8.88); FILE MERGED 2006/08/03 19:36:00 aw 1.8.88.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 04:01:04 aw 1.8.88.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/26 11:16:19 aw 1.8.88.2: #i39531# 2005/05/19 12:08:18 aw 1.8.88.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0f1d1f8febad71ade6d3c8cd8d8157a0bad1102]

        INTEGRATION: CWS aw024 (1.24.10); FILE MERGED 2006/11/10 06:44:39 aw 1.24.10.7: RESYNC: (1.30-1.32); FILE MERGED 2006/08/03 19:35:16 aw 1.24.10.6: RESYNC: (1.28-1.30); FILE MERGED 2006/05/13 00:09:50 aw 1.24.10.5: RESYNC: (1.26-1.28); FILE MERGED 2005/11/18 19:42:02 aw 1.24.10.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/20 04:00:02 aw 1.24.10.3: RESYNC: (1.24-1.25); FILE MERGED 2005/05/26 11:16:19 aw 1.24.10.2: #i39531# 2005/05/19 12:08:18 aw 1.24.10.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [efd316ef75f409b46a487c2795bac0d3f2848ac1]

        INTEGRATION: CWS aw024 (1.50.34); FILE MERGED 2006/08/03 19:34:33 aw 1.50.34.5: RESYNC: (1.58-1.60); FILE MERGED 2006/05/13 00:09:43 aw 1.50.34.4: RESYNC: (1.52-1.58); FILE MERGED 2006/01/26 23:42:29 aw 1.50.34.3: RESYNC: (1.51-1.52); FILE MERGED 2005/09/20 03:59:11 aw 1.50.34.2: RESYNC: (1.50-1.51); FILE MERGED 2005/05/19 12:08:18 aw 1.50.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [64440263a65326044840c3ac036639b85fe1c60a]

        INTEGRATION: CWS aw024 (1.19.32); FILE MERGED 2006/08/03 19:34:17 aw 1.19.32.5: RESYNC: (1.21-1.22); FILE MERGED 2005/11/18 19:41:54 aw 1.19.32.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/20 03:58:55 aw 1.19.32.3: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:16:18 aw 1.19.32.2: #i39531# 2005/05/19 12:08:17 aw 1.19.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a5382d719ce0ae01a04db0294413ff956d10ea]

        INTEGRATION: CWS aw024 (1.16.84); FILE MERGED 2006/08/03 19:34:01 aw 1.16.84.7: RESYNC: (1.17-1.18); FILE MERGED 2006/07/07 16:06:03 aw 1.16.84.6: adaptions after resync SRC680m171->SRC680m174 2006/05/17 10:31:42 aw 1.16.84.5: changes after resync 2005/09/20 03:58:25 aw 1.16.84.4: RESYNC: (1.16-1.17); FILE MERGED 2005/05/26 11:16:18 aw 1.16.84.3: #i39531# 2005/05/19 12:08:17 aw 1.16.84.2: #i39529# 2005/05/12 16:44:11 aw 1.16.84.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c7e3d3ac56562037a1b35a5127faf499d6f44b35]

        INTEGRATION: CWS aw024 (1.44.116); FILE MERGED 2006/11/10 06:44:24 aw 1.44.116.7: RESYNC: (1.46-1.47); FILE MERGED 2006/08/03 19:33:46 aw 1.44.116.6: RESYNC: (1.45-1.46); FILE MERGED 2006/07/27 15:51:15 aw 1.44.116.5: #114408# adaptions for overlay 2006/07/21 18:54:44 nn 1.44.116.4: #112209# KillEditView: UpdateAllOverlays 2005/09/20 03:58:01 aw 1.44.116.3: RESYNC: (1.44-1.45); FILE MERGED 2005/07/29 17:44:36 nn 1.44.116.2: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/05/19 12:08:16 aw 1.44.116.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [06b6a7f4ff00d7cc33ec3f25903cf2f45e9d006b]

        INTEGRATION: CWS aw024 (1.12.138); FILE MERGED 2006/08/03 19:33:39 aw 1.12.138.7: RESYNC: (1.14-1.15); FILE MERGED 2006/06/16 16:09:13 nn 1.12.138.6: #114409# more overlay objects instead of Invert calls 2006/06/09 13:52:55 aw 1.12.138.5: #114408# moved GetXorDiff to OLD_SELECTION_PAINT body 2006/05/29 17:31:06 aw 1.12.138.4: RESYNC: (1.13-1.14); FILE MERGED 2005/09/20 03:57:52 aw 1.12.138.3: RESYNC: (1.12-1.13); FILE MERGED 2005/07/29 17:44:36 nn 1.12.138.2: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/05/19 12:08:16 aw 1.12.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [52e9a2d30dd4ca4d67a54782aa9baeba3ea35e13]

        INTEGRATION: CWS aw024 (1.24.42); FILE MERGED 2006/08/03 19:33:32 aw 1.24.42.7: RESYNC: (1.27-1.28); FILE MERGED 2006/05/17 10:31:42 aw 1.24.42.6: changes after resync 2005/11/18 19:41:46 aw 1.24.42.5: RESYNC: (1.26-1.27); FILE MERGED 2005/09/20 03:57:44 aw 1.24.42.4: RESYNC: (1.25-1.26); FILE MERGED 2005/07/29 17:44:35 nn 1.24.42.3: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/03/24 02:12:46 aw 1.24.42.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/27 09:54:40 aw 1.24.42.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a650382e4812d354aa181c0193b1825217cd9434]

        INTEGRATION: CWS aw024 (1.15.6); FILE MERGED 2006/08/03 19:32:31 aw 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/16 16:09:13 nn 1.15.6.1: #114409# more overlay objects instead of Invert calls

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2bc98f66f00452a3dc83bed306a4dbd57d43355a]

        INTEGRATION: CWS aw024 (1.41.138); FILE MERGED 2006/08/03 19:32:07 aw 1.41.138.7: RESYNC: (1.45-1.46); FILE MERGED 2006/05/13 00:09:00 aw 1.41.138.6: RESYNC: (1.43-1.45); FILE MERGED 2005/09/20 03:55:08 aw 1.41.138.5: RESYNC: (1.42-1.43); FILE MERGED 2005/07/22 12:52:51 aw 1.41.138.4: RESYNC: (1.41-1.42); FILE MERGED 2005/05/26 11:16:17 aw 1.41.138.3: #i39531# 2005/05/19 12:08:16 aw 1.41.138.2: #i39529# 2005/05/12 16:44:09 aw 1.41.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6165063ab4858248bcc85af8fe688b0e47d1838c]

        INTEGRATION: CWS aw024 (1.25.136); FILE MERGED 2006/08/03 19:31:32 aw 1.25.136.8: RESYNC: (1.27-1.28); FILE MERGED 2006/05/17 10:31:41 aw 1.25.136.7: changes after resync 2006/05/13 00:08:42 aw 1.25.136.6: RESYNC: (1.26-1.27); FILE MERGED 2005/09/20 03:53:17 aw 1.25.136.5: RESYNC: (1.25-1.26); FILE MERGED 2005/05/26 16:10:15 aw 1.25.136.4: #i39531# 2005/05/26 11:16:17 aw 1.25.136.3: #i39531# 2005/05/19 12:08:15 aw 1.25.136.2: #i39529# 2005/05/12 16:44:07 aw 1.25.136.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aaf85d05d14ed5a7274ecb8e29caedf9a2a612b5]

        INTEGRATION: CWS aw024 (1.18.20); FILE MERGED 2006/11/10 06:44:18 aw 1.18.20.6: RESYNC: (1.20-1.21); FILE MERGED 2006/08/03 19:30:48 aw 1.18.20.5: RESYNC: (1.19-1.20); FILE MERGED 2006/07/27 15:51:15 aw 1.18.20.4: #114408# adaptions for overlay 2005/09/20 03:50:21 aw 1.18.20.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/26 11:16:16 aw 1.18.20.2: #i39531# 2005/05/19 12:08:15 aw 1.18.20.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8c5563ea152056cd822ec1601441cd0ebfbddb83]

        INTEGRATION: CWS aw024 (1.2.350); FILE MERGED 2006/08/03 19:30:00 aw 1.2.350.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 03:47:59 aw 1.2.350.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/29 17:44:35 nn 1.2.350.1: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9930dcf9aa5220b3faf4da5399af1a127c1fa84d]

        INTEGRATION: CWS aw024 (1.14.138); FILE MERGED 2006/08/03 19:29:28 aw 1.14.138.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/20 03:46:29 aw 1.14.138.3: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:16:16 aw 1.14.138.2: #i39531# 2005/05/19 12:08:15 aw 1.14.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [11b5e05a827851e287315345bf563fda7e24d151]

        INTEGRATION: CWS aw024 (1.26.134); FILE MERGED 2006/08/03 19:29:21 aw 1.26.134.8: RESYNC: (1.28-1.30); FILE MERGED 2006/07/27 15:51:15 aw 1.26.134.7: #114408# adaptions for overlay 2006/06/16 16:09:12 nn 1.26.134.6: #114409# more overlay objects instead of Invert calls 2005/11/22 13:22:08 aw 1.26.134.5: #b898147# 2005/11/18 19:41:06 aw 1.26.134.4: RESYNC: (1.27-1.28); FILE MERGED 2005/09/20 03:45:10 aw 1.26.134.3: RESYNC: (1.26-1.27); FILE MERGED 2005/07/29 17:44:35 nn 1.26.134.2: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/05/19 12:08:14 aw 1.26.134.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [87967116d8cf76233840426540f0a2ce49e72509]

        INTEGRATION: CWS aw024 (1.11.180); FILE MERGED 2006/08/03 19:29:12 aw 1.11.180.7: RESYNC: (1.13-1.14); FILE MERGED 2006/07/27 15:51:15 aw 1.11.180.6: #114408# adaptions for overlay 2006/05/17 10:31:41 aw 1.11.180.5: changes after resync 2005/11/18 19:40:59 aw 1.11.180.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/20 03:44:56 aw 1.11.180.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/26 11:16:15 aw 1.11.180.2: #i39531# 2005/05/19 12:08:14 aw 1.11.180.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cf0adc22c5e9d28165a977ed9bb4a38b2a124f22]

        INTEGRATION: CWS aw024 (1.10.10); FILE MERGED 2006/08/03 19:29:05 aw 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/16 16:09:12 nn 1.10.10.1: #114409# more overlay objects instead of Invert calls

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3809541c0202e5f5cd95f0d5da47cdcdb94f027e]

        INTEGRATION: CWS aw024 (1.68.18); FILE MERGED 2006/11/10 06:44:01 aw 1.68.18.21: RESYNC: (1.77-1.78); FILE MERGED 2006/10/27 12:16:07 aw 1.68.18.20: #i39528# ::basegfx -> basegfx adaption 2006/10/25 16:25:44 aw 1.68.18.19: #i70788# secured access to OverlayManager 2006/08/07 10:42:45 aw 1.68.18.18: adaptions after resync 2006/08/03 19:28:57 aw 1.68.18.17: RESYNC: (1.75-1.77); FILE MERGED 2006/07/28 15:47:30 aw 1.68.18.16: #114408# adaptions for SW 2006/07/27 15:51:14 aw 1.68.18.15: #114408# adaptions for overlay 2006/07/21 18:34:31 nn 1.68.18.14: #112209# use inverting overlay objects for now 2006/06/19 12:52:10 nn 1.68.18.13: #114409# SetMapMode 2006/06/16 16:09:12 nn 1.68.18.12: #114409# more overlay objects instead of Invert calls 2006/05/29 17:30:56 aw 1.68.18.11: RESYNC: (1.74-1.75); FILE MERGED 2006/05/17 10:31:41 aw 1.68.18.10: changes after resync 2006/05/13 00:08:35 aw 1.68.18.9: RESYNC: (1.73-1.74); FILE MERGED 2006/03/15 11:18:35 aw 1.68.18.8: #114409# corrected sc overlay problems 2006/01/26 23:42:08 aw 1.68.18.7: RESYNC: (1.72-1.73); FILE MERGED 2005/11/18 19:40:42 aw 1.68.18.6: RESYNC: (1.71-1.72); FILE MERGED 2005/09/20 03:44:40 aw 1.68.18.5: RESYNC: (1.70-1.71); FILE MERGED 2005/07/29 17:44:35 nn 1.68.18.4: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/07/22 12:52:40 aw 1.68.18.3: RESYNC: (1.68-1.70); FILE MERGED 2005/05/26 11:16:14 aw 1.68.18.2: #i39531# 2005/05/19 12:08:13 aw 1.68.18.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [52a3fa52b341748ec4b3c35205b776505fb90c02]

        INTEGRATION: CWS aw024 (1.37.36); FILE MERGED 2006/11/10 06:43:54 aw 1.37.36.8: RESYNC: (1.41-1.42); FILE MERGED 2006/08/03 19:28:08 aw 1.37.36.7: RESYNC: (1.39-1.41); FILE MERGED 2006/05/13 00:08:06 aw 1.37.36.6: RESYNC: (1.38-1.39); FILE MERGED 2005/09/20 03:43:43 aw 1.37.36.5: RESYNC: (1.37-1.38); FILE MERGED 2005/07/26 11:51:55 aw 1.37.36.4: #114176# 2005/05/26 11:16:13 aw 1.37.36.3: #i39531# 2005/05/19 12:08:13 aw 1.37.36.2: #i39529# 2005/05/12 16:44:07 aw 1.37.36.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3cbfd9bd048b33c908196b7e24f4cfe6a1706162]

        INTEGRATION: CWS aw024 (1.6.32); FILE MERGED 2006/08/03 19:27:51 aw 1.6.32.5: RESYNC: (1.7-1.9); FILE MERGED 2006/07/28 15:47:30 aw 1.6.32.4: #114408# adaptions for SW 2005/09/20 03:43:25 aw 1.6.32.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:16:13 aw 1.6.32.2: #i39531# 2005/05/19 12:08:13 aw 1.6.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b29a79715ea15cf168b4f0217bd73a9232738154]

        INTEGRATION: CWS aw024 (1.21.34); FILE MERGED 2006/08/03 19:25:32 aw 1.21.34.5: RESYNC: (1.23-1.25); FILE MERGED 2006/05/13 00:07:23 aw 1.21.34.4: RESYNC: (1.22-1.23); FILE MERGED 2005/09/20 03:40:13 aw 1.21.34.3: RESYNC: (1.21-1.22); FILE MERGED 2005/05/26 11:16:12 aw 1.21.34.2: #i39531# 2005/05/19 12:08:12 aw 1.21.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1f4b590c03dc660f32d66061ba859a0d3f990592]

        INTEGRATION: CWS aw024 (1.49.56); FILE MERGED 2006/11/10 06:42:52 aw 1.49.56.8: RESYNC: (1.55-1.56); FILE MERGED 2006/08/03 19:21:37 aw 1.49.56.7: RESYNC: (1.54-1.55); FILE MERGED 2006/05/13 00:06:47 aw 1.49.56.6: RESYNC: (1.52-1.54); FILE MERGED 2005/11/18 19:39:52 aw 1.49.56.5: RESYNC: (1.51-1.52); FILE MERGED 2005/09/20 03:30:38 aw 1.49.56.4: RESYNC: (1.50-1.51); FILE MERGED 2005/05/19 12:08:12 aw 1.49.56.3: #i39529# 2005/05/13 17:14:59 aw 1.49.56.2: RESYNC: (1.49-1.50); FILE MERGED 2005/05/12 16:44:06 aw 1.49.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c1e9e5fa8d0d1842f09f557fc7ce4d33ce5685aa]

        INTEGRATION: CWS aw024 (1.16.136); FILE MERGED 2006/08/03 19:12:45 aw 1.16.136.7: RESYNC: (1.19-1.21); FILE MERGED 2006/07/04 17:34:37 aw 1.16.136.6: RESYNC: (1.18-1.19); FILE MERGED 2006/05/13 00:03:41 aw 1.16.136.5: RESYNC: (1.17-1.18); FILE MERGED 2005/09/20 03:02:50 aw 1.16.136.4: RESYNC: (1.16-1.17); FILE MERGED 2005/05/26 11:16:11 aw 1.16.136.3: #i39531# 2005/05/19 12:08:11 aw 1.16.136.2: #i39529# 2005/05/12 16:44:05 aw 1.16.136.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f0bed19ab92b8a14bc2886a63fdd548a90f4841a]

        INTEGRATION: CWS aw024 (1.8.138); FILE MERGED 2006/05/13 00:02:47 aw 1.8.138.5: RESYNC: (1.11-1.12); FILE MERGED 2005/09/20 02:50:39 aw 1.8.138.4: RESYNC: (1.10-1.11); FILE MERGED 2005/05/13 17:09:45 aw 1.8.138.3: RESYNC: (1.9-1.10); FILE MERGED 2005/03/24 02:03:27 aw 1.8.138.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/27 09:54:39 aw 1.8.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [90f57a8a15493fc6c103ad14006a5b7d4a606aba]

        INTEGRATION: CWS aw024 (1.18.38); FILE MERGED 2006/06/16 16:07:58 nn 1.18.38.3: #114409# more overlay objects instead of Invert calls 2005/09/20 02:46:56 aw 1.18.38.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/29 17:43:20 nn 1.18.38.1: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d7fbd307b18193b1483266e82fc355dd71602df8]

        INTEGRATION: CWS aw024 (1.16.6); FILE MERGED 2006/07/27 15:51:14 aw 1.16.6.1: #114408# adaptions for overlay

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b100a292239fd6fa206c6ae8eff787850a52f857]

        INTEGRATION: CWS aw024 (1.1.1.1.748); FILE MERGED 2005/09/20 02:18:32 aw 1.1.1.1.748.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/07/29 17:43:19 nn 1.1.1.1.748.1: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b5690f41ba95697fcc778a8c9ef0841917938544]

        INTEGRATION: CWS aw024 (1.20.18); FILE MERGED 2006/10/27 12:16:06 aw 1.20.18.9: #i39528# ::basegfx -> basegfx adaption 2006/10/25 16:25:44 aw 1.20.18.8: #i70788# secured access to OverlayManager 2006/07/27 15:51:14 aw 1.20.18.7: #114408# adaptions for overlay 2006/07/21 18:32:40 nn 1.20.18.6: #112209# use inverting overlay objects for now 2006/06/16 16:07:58 nn 1.20.18.5: #114409# more overlay objects instead of Invert calls 2006/03/15 11:18:35 aw 1.20.18.4: #114409# corrected sc overlay problems 2005/09/20 02:13:25 aw 1.20.18.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/29 17:43:19 nn 1.20.18.2: #114409# use OverlayObjectCell for cell cursor, selection and AutoFill handle 2005/05/19 12:08:10 aw 1.20.18.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cd101c32c1d2aa562d5390c75ddfd19ff7ad0c9d]

        INTEGRATION: CWS aw024 (1.7.36); FILE MERGED 2005/09/20 02:04:31 aw 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:08:10 aw 1.7.36.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4680cc71e12bbb8cc98a812d29f091ba92e056ca]

        INTEGRATION: CWS aw024 (1.5.206); FILE MERGED 2006/08/03 19:05:30 aw 1.5.206.5: RESYNC: (1.7-1.9); FILE MERGED 2006/05/13 00:00:03 aw 1.5.206.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 01:45:18 aw 1.5.206.3: RESYNC: (1.5-1.6); FILE MERGED 2005/05/26 11:16:11 aw 1.5.206.2: #i39531# 2005/05/19 12:08:10 aw 1.5.206.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8392b8de78cc4d9a6d337b3f2aca8fa41f1d6eb6]

        INTEGRATION: CWS aw024 (1.8.36); FILE MERGED 2006/08/03 19:05:23 aw 1.8.36.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/20 01:45:08 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:08:09 aw 1.8.36.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2b34a82feab6524da20f4e4b8cc82f23e38aab42]

        INTEGRATION: CWS aw024 (1.3.604); FILE MERGED 2006/08/03 19:05:16 aw 1.3.604.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 01:45:00 aw 1.3.604.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:08:09 aw 1.3.604.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1f7af514a16880785de99cf3ed50d49e25dcd1e4]

        INTEGRATION: CWS aw024 (1.20.36); FILE MERGED 2006/08/03 19:05:09 aw 1.20.36.6: RESYNC: (1.22-1.24); FILE MERGED 2006/07/07 16:06:03 aw 1.20.36.5: adaptions after resync SRC680m171->SRC680m174 2005/11/18 19:28:46 aw 1.20.36.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/20 01:44:52 aw 1.20.36.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:16:10 aw 1.20.36.2: #i39531# 2005/05/19 12:08:09 aw 1.20.36.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e20dd40ead4da80cbae1784764de1ae9c39c2536]

        INTEGRATION: CWS aw024 (1.7.38); FILE MERGED 2006/08/03 19:05:02 aw 1.7.38.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/20 01:44:39 aw 1.7.38.3: RESYNC: (1.7-1.8); FILE MERGED 2005/05/26 11:16:10 aw 1.7.38.2: #i39531# 2005/05/19 12:08:09 aw 1.7.38.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c612d5ff20ba7d158bb8399da51b04167d5a8cb6]

        INTEGRATION: CWS aw024 (1.10.108); FILE MERGED 2006/11/10 06:38:20 aw 1.10.108.7: RESYNC: (1.14-1.15); FILE MERGED 2006/08/03 19:04:56 aw 1.10.108.6: RESYNC: (1.12-1.14); FILE MERGED 2006/07/07 16:06:03 aw 1.10.108.5: adaptions after resync SRC680m171->SRC680m174 2006/05/12 23:58:49 aw 1.10.108.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/20 01:40:20 aw 1.10.108.3: RESYNC: (1.10-1.11); FILE MERGED 2005/05/26 11:16:09 aw 1.10.108.2: #i39531# 2005/05/19 12:08:08 aw 1.10.108.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [faf2750ef5b9a843f2f2e332426e07e17d222a0e]

        INTEGRATION: CWS aw024 (1.8.42); FILE MERGED 2006/08/03 19:04:49 aw 1.8.42.5: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 16:06:03 aw 1.8.42.4: adaptions after resync SRC680m171->SRC680m174 2005/09/20 01:44:25 aw 1.8.42.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/26 11:16:08 aw 1.8.42.2: #i39531# 2005/05/19 12:08:08 aw 1.8.42.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b9d62bebeb4b423d70832bf586d8908b5c519455]

        INTEGRATION: CWS aw024 (1.19.10); FILE MERGED 2006/11/10 06:38:10 aw 1.19.10.6: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 19:04:33 aw 1.19.10.5: RESYNC: (1.21-1.22); FILE MERGED 2006/05/12 23:59:56 aw 1.19.10.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/20 01:44:07 aw 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:16:08 aw 1.19.10.2: #i39531# 2005/05/19 12:08:08 aw 1.19.10.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fe791edc790d4ea0a2217f250d02d94b92694de1]

        INTEGRATION: CWS aw024 (1.6.32); FILE MERGED 2006/08/03 19:04:27 aw 1.6.32.5: RESYNC: (1.7-1.8); FILE MERGED 2005/09/20 01:43:55 aw 1.6.32.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/08 16:56:39 aw 1.6.32.3: #i48467# 2005/05/26 11:16:07 aw 1.6.32.2: #i39531# 2005/05/19 12:08:07 aw 1.6.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01eb5716ed67413cd915f81647ce52916ee09b90]

        INTEGRATION: CWS aw024 (1.14.38); FILE MERGED 2006/08/03 19:04:20 aw 1.14.38.5: RESYNC: (1.16-1.19); FILE MERGED 2006/07/07 16:06:03 aw 1.14.38.4: adaptions after resync SRC680m171->SRC680m174 2005/11/18 19:28:39 aw 1.14.38.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/20 01:43:47 aw 1.14.38.2: RESYNC: (1.14-1.15); FILE MERGED 2005/05/12 16:44:05 aw 1.14.38.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99eef1a88583d69a682cf54d1c7d75cbff0470e7]

        INTEGRATION: CWS aw024 (1.6.4); FILE MERGED 2006/08/03 19:04:03 aw 1.6.4.2: RESYNC: (1.6-1.8); FILE MERGED 2006/07/07 16:06:02 aw 1.6.4.1: adaptions after resync SRC680m171->SRC680m174

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [11fc965e8061a116c844a4290791d457723d64a1]

        INTEGRATION: CWS aw024 (1.8.208); FILE MERGED 2006/10/27 12:16:06 aw 1.8.208.5: #i39528# ::basegfx -> basegfx adaption 2006/08/03 19:03:56 aw 1.8.208.4: RESYNC: (1.9-1.11); FILE MERGED 2005/09/20 01:42:56 aw 1.8.208.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/12 16:44:04 aw 1.8.208.2: #i39529# 2005/04/26 14:54:37 aw 1.8.208.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a4cb91549b5268207bfd45ed89dd2da432feb0ef]

        INTEGRATION: CWS aw024 (1.3.710); FILE MERGED 2006/10/27 12:16:06 aw 1.3.710.5: #i39528# ::basegfx -> basegfx adaption 2006/08/03 19:03:49 aw 1.3.710.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 01:42:46 aw 1.3.710.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/12 16:44:04 aw 1.3.710.2: #i39529# 2005/04/26 14:54:36 aw 1.3.710.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [195638032932b13f5b0ed70f644d48a6bc196eec]

        INTEGRATION: CWS aw024 (1.6.94); FILE MERGED 2006/08/03 19:03:43 aw 1.6.94.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/20 01:42:38 aw 1.6.94.3: RESYNC: (1.7-1.8); FILE MERGED 2005/05/13 17:09:08 aw 1.6.94.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 14:54:36 aw 1.6.94.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba73303fcaf436d6db42da3bf4e906bd9703c5cb]

        INTEGRATION: CWS aw024 (1.12.136); FILE MERGED 2006/08/03 19:03:27 aw 1.12.136.4: RESYNC: (1.13-1.15); FILE MERGED 2005/09/20 01:42:17 aw 1.12.136.3: RESYNC: (1.12-1.13); FILE MERGED 2005/05/26 11:16:07 aw 1.12.136.2: #i39531# 2005/05/19 12:08:07 aw 1.12.136.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7b1ddf0edfae458da0e6fa040cbd1699c36dd714]

        INTEGRATION: CWS aw024 (1.23.34); FILE MERGED 2006/11/10 06:38:04 aw 1.23.34.6: RESYNC: (1.28-1.29); FILE MERGED 2006/08/03 19:02:52 aw 1.23.34.5: RESYNC: (1.25-1.28); FILE MERGED 2006/05/12 23:59:21 aw 1.23.34.4: RESYNC: (1.24-1.25); FILE MERGED 2005/09/20 01:41:08 aw 1.23.34.3: RESYNC: (1.23-1.24); FILE MERGED 2005/05/26 11:16:05 aw 1.23.34.2: #i39531# 2005/05/19 12:08:07 aw 1.23.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5bf26879021ce3be0fed832e6c05bad65c766e67]

        INTEGRATION: CWS aw024 (1.16.68); FILE MERGED 2006/08/03 19:02:36 aw 1.16.68.6: RESYNC: (1.19-1.21); FILE MERGED 2006/05/12 23:59:14 aw 1.16.68.5: RESYNC: (1.18-1.19); FILE MERGED 2005/11/18 19:28:22 aw 1.16.68.4: RESYNC: (1.17-1.18); FILE MERGED 2005/09/20 01:40:50 aw 1.16.68.3: RESYNC: (1.16-1.17); FILE MERGED 2005/05/26 11:16:05 aw 1.16.68.2: #i39531# 2005/05/19 12:08:06 aw 1.16.68.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1d60b87612a2dc8843f95574f6bb17fef1120cff]

        INTEGRATION: CWS aw024 (1.31.88); FILE MERGED 2006/11/10 06:37:37 aw 1.31.88.6: RESYNC: (1.36-1.37); FILE MERGED 2006/08/03 19:00:52 aw 1.31.88.5: RESYNC: (1.34-1.36); FILE MERGED 2006/05/12 23:58:31 aw 1.31.88.4: RESYNC: (1.33-1.34); FILE MERGED 2006/01/26 23:30:56 aw 1.31.88.3: RESYNC: (1.32-1.33); FILE MERGED 2005/09/20 01:37:46 aw 1.31.88.2: RESYNC: (1.31-1.32); FILE MERGED 2005/05/19 12:08:06 aw 1.31.88.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b9ca03618c2f6d05cd7c2a487377422948e0cf88]

        INTEGRATION: CWS aw024 (1.42.18); FILE MERGED 2006/08/03 18:59:53 aw 1.42.18.7: RESYNC: (1.46-1.47); FILE MERGED 2006/05/12 23:58:22 aw 1.42.18.6: RESYNC: (1.45-1.46); FILE MERGED 2005/11/18 19:27:54 aw 1.42.18.5: RESYNC: (1.44-1.45); FILE MERGED 2005/09/20 01:36:26 aw 1.42.18.4: RESYNC: (1.43-1.44); FILE MERGED 2005/05/19 12:08:05 aw 1.42.18.3: #i39529# 2005/05/13 17:08:37 aw 1.42.18.2: RESYNC: (1.42-1.43); FILE MERGED 2005/05/12 16:44:03 aw 1.42.18.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ee0365bb4d8bfcf705c7ae1dab02c0ea053e78db]

        INTEGRATION: CWS aw024 (1.29.34); FILE MERGED 2006/08/03 18:51:20 aw 1.29.34.6: RESYNC: (1.33-1.34); FILE MERGED 2006/05/12 23:55:03 aw 1.29.34.5: RESYNC: (1.32-1.33); FILE MERGED 2005/11/18 19:25:48 aw 1.29.34.4: RESYNC: (1.31-1.32); FILE MERGED 2005/09/20 01:17:19 aw 1.29.34.3: RESYNC: (1.30-1.31); FILE MERGED 2005/05/13 17:07:37 aw 1.29.34.2: RESYNC: (1.29-1.30); FILE MERGED 2004/12/27 09:54:38 aw 1.29.34.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3ab5f3d2f3676cfbde4f9a6eea4a40c7e9f253bf]

        INTEGRATION: CWS aw024 (1.24.58); FILE MERGED 2006/11/10 06:35:28 aw 1.24.58.11: RESYNC: (1.31-1.33); FILE MERGED 2006/08/03 18:50:22 aw 1.24.58.10: RESYNC: (1.29-1.31); FILE MERGED 2006/07/07 16:06:02 aw 1.24.58.9: adaptions after resync SRC680m171->SRC680m174 2006/07/04 17:33:08 aw 1.24.58.8: RESYNC: (1.28-1.29); FILE MERGED 2006/05/12 23:55:10 aw 1.24.58.7: RESYNC: (1.27-1.28); FILE MERGED 2005/09/20 01:17:50 aw 1.24.58.6: RESYNC: (1.26-1.27); FILE MERGED 2005/05/26 11:16:04 aw 1.24.58.5: #i39531# 2005/05/19 12:08:04 aw 1.24.58.4: #i39529# 2005/05/12 16:44:02 aw 1.24.58.3: #i39529# 2005/03/24 01:53:16 aw 1.24.58.2: RESYNC: (1.24-1.26); FILE MERGED 2004/12/27 09:54:38 aw 1.24.58.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cbc4d07d100d7e7118e0e982eac5557fecd110c2]

        INTEGRATION: CWS aw024 (1.8.32); FILE MERGED 2006/11/10 06:32:52 aw 1.8.32.4: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 18:38:45 aw 1.8.32.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 00:52:11 aw 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:08:04 aw 1.8.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1e7634806b4cc68a62a8756d6de77a729f7dff4e]

        INTEGRATION: CWS aw024 (1.36.38); FILE MERGED 2006/10/27 12:16:05 aw 1.36.38.7: #i39528# ::basegfx -> basegfx adaption 2006/08/03 18:14:22 aw 1.36.38.6: RESYNC: (1.39-1.41); FILE MERGED 2006/01/26 23:24:00 aw 1.36.38.5: RESYNC: (1.38-1.39); FILE MERGED 2005/09/20 00:12:28 aw 1.36.38.4: RESYNC: (1.37-1.38); FILE MERGED 2005/05/13 16:44:00 aw 1.36.38.3: RESYNC: (1.36-1.37); FILE MERGED 2005/05/12 16:44:01 aw 1.36.38.2: #i39529# 2005/04/26 14:54:35 aw 1.36.38.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e9e1c49e5df7f594cad6a4680f9319ab9ce7d180]

        INTEGRATION: CWS aw024 (1.20.38); FILE MERGED 2006/10/27 12:16:05 aw 1.20.38.6: #i39528# ::basegfx -> basegfx adaption 2006/08/03 18:05:43 aw 1.20.38.5: RESYNC: (1.22-1.24); FILE MERGED 2006/07/04 17:32:26 aw 1.20.38.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/20 00:02:32 aw 1.20.38.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/12 16:43:59 aw 1.20.38.2: #i39529# 2005/04/26 14:54:34 aw 1.20.38.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5629c084ee9204bed8c97505ead3bb52ab010418]

        INTEGRATION: CWS aw024 (1.4.60); FILE MERGED 2006/08/03 18:00:53 aw 1.4.60.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 23:53:58 aw 1.4.60.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/24 01:24:14 aw 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/27 09:54:37 aw 1.4.60.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8fbaf2e50673f2cbbbabce56dbc6736756b7d41b]

        INTEGRATION: CWS aw024 (1.12.34); FILE MERGED 2006/08/03 17:59:42 aw 1.12.34.6: RESYNC: (1.17-1.18); FILE MERGED 2006/05/12 23:39:44 aw 1.12.34.5: RESYNC: (1.15-1.17); FILE MERGED 2006/01/26 23:20:00 aw 1.12.34.4: RESYNC: (1.14-1.15); FILE MERGED 2005/11/18 19:08:49 aw 1.12.34.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/19 23:52:48 aw 1.12.34.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:08:03 aw 1.12.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7b0b263fa2a2a9edbade2edfa753f87c2b6faf1f]

        INTEGRATION: CWS aw024 (1.6.86); FILE MERGED 2006/10/27 12:16:05 aw 1.6.86.5: #i39528# ::basegfx -> basegfx adaption 2006/08/03 17:58:51 aw 1.6.86.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 23:51:47 aw 1.6.86.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/12 16:43:59 aw 1.6.86.2: #i39529# 2005/04/26 14:54:33 aw 1.6.86.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [795acda306946f027f9c7e9892d11329ab02d628]

        INTEGRATION: CWS aw024 (1.35.34); FILE MERGED 2006/11/10 06:23:15 aw 1.35.34.7: RESYNC: (1.44-1.45); FILE MERGED 2006/08/03 17:56:32 aw 1.35.34.6: RESYNC: (1.42-1.44); FILE MERGED 2006/01/26 23:19:30 aw 1.35.34.5: RESYNC: (1.41-1.42); FILE MERGED 2005/11/18 19:08:40 aw 1.35.34.4: RESYNC: (1.40-1.41); FILE MERGED 2005/09/19 23:48:55 aw 1.35.34.3: RESYNC: (1.39-1.40); FILE MERGED 2005/03/24 01:23:05 aw 1.35.34.2: RESYNC: (1.35-1.39); FILE MERGED 2004/12/27 09:54:36 aw 1.35.34.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f89ac1ff97d7a3a1e1a091adc675a372566f6b6]

        INTEGRATION: CWS aw024 (1.27.60); FILE MERGED 2006/08/03 17:54:14 aw 1.27.60.6: RESYNC: (1.33-1.34); FILE MERGED 2006/07/04 17:32:00 aw 1.27.60.5: RESYNC: (1.32-1.33); FILE MERGED 2006/05/12 23:38:29 aw 1.27.60.4: RESYNC: (1.29-1.32); FILE MERGED 2005/09/19 23:46:13 aw 1.27.60.3: RESYNC: (1.28-1.29); FILE MERGED 2005/03/24 01:22:07 aw 1.27.60.2: RESYNC: (1.27-1.28); FILE MERGED 2004/12/27 09:54:36 aw 1.27.60.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [846666da403232c6d22d523517c239acdd22e8fa]

        INTEGRATION: CWS aw024 (1.47.44); FILE MERGED 2006/11/10 06:22:09 aw 1.47.44.9: RESYNC: (1.58-1.59); FILE MERGED 2006/08/03 17:53:03 aw 1.47.44.8: RESYNC: (1.57-1.58); FILE MERGED 2006/07/04 17:31:53 aw 1.47.44.7: RESYNC: (1.56-1.57); FILE MERGED 2006/05/12 23:37:50 aw 1.47.44.6: RESYNC: (1.53-1.56); FILE MERGED 2006/01/26 23:18:28 aw 1.47.44.5: RESYNC: (1.52-1.53); FILE MERGED 2005/11/18 19:07:45 aw 1.47.44.4: RESYNC: (1.51-1.52); FILE MERGED 2005/09/19 23:44:49 aw 1.47.44.3: RESYNC: (1.50-1.51); FILE MERGED 2005/03/24 01:21:23 aw 1.47.44.2: RESYNC: (1.47-1.50); FILE MERGED 2004/12/27 09:54:36 aw 1.47.44.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e1b0abd40d5ff8d8e4fb754eacfb0d77c96bef]

        INTEGRATION: CWS aw024 (1.3.60); FILE MERGED 2005/09/19 23:33:15 aw 1.3.60.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/27 09:54:35 aw 1.3.60.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8a52000af769652f27a346f8cc92fd1b5a153c1a]

        INTEGRATION: CWS aw024 (1.14.34); FILE MERGED 2006/08/03 17:49:16 aw 1.14.34.5: RESYNC: (1.17-1.18); FILE MERGED 2006/01/26 23:17:06 aw 1.14.34.4: RESYNC: (1.16-1.17); FILE MERGED 2005/11/18 19:05:16 aw 1.14.34.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/19 23:14:25 aw 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/27 09:54:35 aw 1.14.34.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [97ee9ce74aa39bc02ee31f2322866d495ee6c3f6]

        INTEGRATION: CWS aw024 (1.85.44); FILE MERGED 2006/11/10 06:18:20 aw 1.85.44.7: RESYNC: (1.92-1.94); FILE MERGED 2006/05/12 23:32:31 aw 1.85.44.6: RESYNC: (1.89-1.92); FILE MERGED 2006/01/26 23:16:50 aw 1.85.44.5: RESYNC: (1.88-1.89); FILE MERGED 2005/11/18 19:04:48 aw 1.85.44.4: RESYNC: (1.87-1.88); FILE MERGED 2005/09/19 23:11:09 aw 1.85.44.3: RESYNC: (1.86-1.87); FILE MERGED 2005/03/24 01:14:53 aw 1.85.44.2: RESYNC: (1.85-1.86); FILE MERGED 2004/12/27 09:54:34 aw 1.85.44.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d795c1618c757f2985877a67ad7ed348be0d58f0]

        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>  [6ef4ecf86c7f21843f316861307e4c549af03be3]

        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>  [bb8bb0646a4571a5db524054f438ce1bf1c021f3]

        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>  [2190a2dbeb17a9f8bc5e47a3cd5f67de106a3c60]

        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>  [1a40edb65b4cb0c35bf7f48de88b0aa4586abeb0]

        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>  [3f9e1ba046912f53d818a8783f98ecd582712e16]

        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>  [16524bfaae068c2c04033647433ebe99b3f16d14]

        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>  [723acbbbed42f69f9bfc656c1962ee071a6eefe8]

        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>  [7bf03f07b6c4f9f28f4a7fab86f3d21c463a4cef]

        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>  [fe3ad218a8c4d392400777a5c8837612e0b75193]

        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>  [613d7ef5d142d61901de8bd7d7375abc65d91733]

        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>  [88aa91cd5005bbbefae18e3e4fda52c1d685953c]

        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>  [7f404f0c04ec19fa146f8a30c73cb56cb1e556f9]

        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>  [653dec0cb088d92a6e9fb42f831032ba7c6a74ba]

        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>  [4c4339e5eacd8c8a2ca89a23830c2d4a39e35149]

        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>  [ab029f87a34125de067e00de3d75ee2cfa7f3333]

        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>  [3f54c8f9b2bdfa9b3cee8ab2b2b061fae8319a2e]

        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>  [c878cc73d4c73067def059558b9cd9195e877e69]

        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>  [15df777e7185dece1bf1d09b591e2f0e5ae91ab0]

        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>  [93e761c756ab56bd49a793babf47d08ececb9f30]

        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>  [2e1f3bcdda65af96c5b08a811324686a67f356db]

        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>  [b12f2cf5be25c1938b2b511ca7f29df43c85b7d4]

        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>  [112f473b8c5b51a71db9182f6e3514824590afcc]

        INTEGRATION: CWS aw024 (1.9.70); FILE MERGED 2006/09/22 04:26:32 aw 1.9.70.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/19 15:39:31 aw 1.9.70.2: RESYNC: (1.9-1.10); FILE MERGED 2005/01/12 20:02:42 aw 1.9.70.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [599f630690b4eb216c129f9fe1117900ac632c4d]

        INTEGRATION: CWS aw024 (1.34.72); FILE MERGED 2006/09/22 04:26:05 aw 1.34.72.3: RESYNC: (1.35-1.36); FILE MERGED 2005/09/19 15:37:49 aw 1.34.72.2: RESYNC: (1.34-1.35); FILE MERGED 2005/01/12 20:02:42 aw 1.34.72.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [563cfb08316afc758fd6daa9e34c5079d4db936c]

        INTEGRATION: CWS aw024 (1.1.1.1.72); FILE MERGED 2006/09/22 04:24:07 aw 1.1.1.1.72.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 15:37:20 aw 1.1.1.1.72.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/12 16:41:39 aw 1.1.1.1.72.2: #i39529# 2005/04/26 14:50:18 aw 1.1.1.1.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0b6b4ef6d88586317bd065b07f250b49b889b6ff]

        INTEGRATION: CWS aw024 (1.18.72); FILE MERGED 2006/09/22 04:25:43 aw 1.18.72.5: RESYNC: (1.19-1.20); FILE MERGED 2005/09/19 15:37:05 aw 1.18.72.4: RESYNC: (1.18-1.19); FILE MERGED 2005/05/12 16:41:39 aw 1.18.72.3: #i39529# 2005/04/26 14:50:18 aw 1.18.72.2: #i39528# 2005/01/12 20:02:41 aw 1.18.72.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [10265d5649b80b4c5d6c26a1bcb966df8ce0c1fe]

        INTEGRATION: CWS aw024 (1.9.72); FILE MERGED 2006/09/22 04:25:17 aw 1.9.72.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/19 15:36:16 aw 1.9.72.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/26 14:50:18 aw 1.9.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c6df4ded22518dda4517f105b3d33d76e7a509ac]

        INTEGRATION: CWS aw024 (1.1.1.1.72); FILE MERGED 2006/09/22 04:24:34 aw 1.1.1.1.72.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 15:35:11 aw 1.1.1.1.72.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/04/26 14:50:18 aw 1.1.1.1.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ff9024e145b8a8079009e0808aaed0bd4321d3fd]

        INTEGRATION: CWS aw024 (1.3.72); FILE MERGED 2006/09/22 04:23:40 aw 1.3.72.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:04:31 aw 1.3.72.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [148292dafa741629a1682f2fe3ee987718cb3441]

        INTEGRATION: CWS aw024 (1.32.72); FILE MERGED 2006/09/22 04:23:28 aw 1.32.72.3: RESYNC: (1.33-1.34); FILE MERGED 2005/09/19 15:33:38 aw 1.32.72.2: RESYNC: (1.32-1.33); FILE MERGED 2005/04/26 14:50:18 aw 1.32.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [16fd2e9bf091f9a867217812fa64fdf149e024d8]

        INTEGRATION: CWS aw024 (1.7.72); FILE MERGED 2005/09/19 15:29:43 aw 1.7.72.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/26 14:50:17 aw 1.7.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [577f904c80c4338e6bcff554dd8ce62535cb5726]

        INTEGRATION: CWS aw024 (1.10.72); FILE MERGED 2005/09/19 15:29:32 aw 1.10.72.2: RESYNC: (1.10-1.11); FILE MERGED 2005/04/26 14:50:17 aw 1.10.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6560390214ea9ee445bfcad3d28d1723462cb976]

        INTEGRATION: CWS aw024 (1.9.72); FILE MERGED 2006/09/22 04:23:21 aw 1.9.72.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/19 15:32:53 aw 1.9.72.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/26 14:50:16 aw 1.9.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [292385867559e469410b4c3a1a4ac75a30979c49]

        INTEGRATION: CWS aw024 (1.6.68); FILE MERGED 2006/09/22 04:22:55 aw 1.6.68.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:04:31 aw 1.6.68.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6584f965b8892c1d9932c388934c4aa4fa95117d]

        INTEGRATION: CWS aw024 (1.15.72); FILE MERGED 2006/09/22 04:22:23 aw 1.15.72.2: RESYNC: (1.15-1.16); FILE MERGED 2005/04/26 14:50:16 aw 1.15.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [647c623f82035cca8d0b359c0c6f8e16133ea586]

        INTEGRATION: CWS aw024 (1.43.72); FILE MERGED 2006/09/22 04:22:15 aw 1.43.72.3: RESYNC: (1.43-1.44); FILE MERGED 2005/05/12 16:41:38 aw 1.43.72.2: #i39529# 2005/04/26 14:50:16 aw 1.43.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3955b0a8bbfc71c8d266ae9f4dd52d8f6b4f701c]

        INTEGRATION: CWS aw024 (1.1.1.1.72); FILE MERGED 2006/05/12 22:52:19 aw 1.1.1.1.72.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 15:21:10 aw 1.1.1.1.72.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/04/26 14:50:15 aw 1.1.1.1.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [423cd1031eb3605afe9040bbe5580e9e906baffe]

        INTEGRATION: CWS aw024 (1.17.72); FILE MERGED 2005/09/19 15:20:59 aw 1.17.72.2: RESYNC: (1.17-1.18); FILE MERGED 2005/04/26 14:50:14 aw 1.17.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b78c2821ba4a4a3bec7d8043b15b29af313d9c85]

        INTEGRATION: CWS aw024 (1.6.72); FILE MERGED 2006/09/22 04:14:24 aw 1.6.72.6: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 15:11:52 aw 1.6.72.5: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:04:31 aw 1.6.72.4: #i39529# 2005/05/12 16:41:38 aw 1.6.72.3: #i39529# 2005/04/26 14:50:14 aw 1.6.72.2: #i39528# 2005/01/12 20:02:41 aw 1.6.72.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d5e4dbc1fe180bd60385612a6a294694026457f5]

        INTEGRATION: CWS aw024 (1.6.72); FILE MERGED 2005/09/19 14:23:43 aw 1.6.72.3: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 14:50:13 aw 1.6.72.2: #i39528# 2005/01/12 20:02:40 aw 1.6.72.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [debdad88d327938991a1099931c67ec88c6f0b2a]

        INTEGRATION: CWS aw024 (1.6.72); FILE MERGED 2006/09/22 04:02:40 aw 1.6.72.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 14:19:28 aw 1.6.72.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/12 16:41:38 aw 1.6.72.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6134a3557db5472f85418fbddd865faa6543f9a2]

        INTEGRATION: CWS aw024 (1.19.10); FILE MERGED 2006/09/22 04:01:48 aw 1.19.10.6: RESYNC: (1.20-1.21); FILE MERGED 2006/07/07 16:07:08 aw 1.19.10.5: adaptions after resync SRC680m171->SRC680m174 2005/09/19 14:17:18 aw 1.19.10.4: RESYNC: (1.19-1.20); FILE MERGED 2005/05/12 16:41:37 aw 1.19.10.3: #i39529# 2005/04/26 14:50:13 aw 1.19.10.2: #i39528# 2004/12/27 09:50:16 aw 1.19.10.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [48d50e1a2c6522d11492cb2f16fa97442f55f3e1]

        INTEGRATION: CWS aw024 (1.6.70); FILE MERGED 2006/09/22 04:01:41 aw 1.6.70.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 14:17:02 aw 1.6.70.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:04:30 aw 1.6.70.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2d2448f82988b33b2c9f6d7ab026d64b767b005d]

        INTEGRATION: CWS aw024 (1.16.32); FILE MERGED 2006/09/22 04:00:38 aw 1.16.32.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/19 14:15:33 aw 1.16.32.2: RESYNC: (1.16-1.17); FILE MERGED 2005/05/19 12:04:30 aw 1.16.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea54d9c94538a26279d29f9abfe7f7d7c75a69fb]

        INTEGRATION: CWS aw024 (1.6.72); FILE MERGED 2006/09/22 03:58:34 aw 1.6.72.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/19 14:01:48 aw 1.6.72.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:04:30 aw 1.6.72.2: #i39529# 2005/05/12 16:41:37 aw 1.6.72.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5be6539f5543e9d22a8279e76fcbbfdb427b47c3]

        INTEGRATION: CWS aw024 (1.9.32); FILE MERGED 2006/09/22 03:58:28 aw 1.9.32.6: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 17:32:26 aw 1.9.32.5: RESYNC: (1.10-1.11); FILE MERGED 2006/07/28 15:59:49 aw 1.9.32.4: #114408# adaptions for SW 2005/09/19 14:01:39 aw 1.9.32.3: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:04:29 aw 1.9.32.2: #i39529# 2005/05/12 16:41:37 aw 1.9.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc2476b6288ad483e2e60234e528bced1e9567bd]

        INTEGRATION: CWS aw024 (1.5.48); FILE MERGED 2006/05/12 22:51:40 aw 1.5.48.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 13:40:47 aw 1.5.48.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/12 20:02:39 aw 1.5.48.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cbcfb6adaa115c54487210ada5fa704c16bccf48]

        INTEGRATION: CWS aw024 (1.19.4); FILE MERGED 2006/03/21 13:24:18 fs 1.19.4.4: #i62854# +getFormDeviceInfo 2005/09/19 11:18:18 aw 1.19.4.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/22 11:16:46 aw 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/27 09:48:00 aw 1.19.4.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ce4a66d7d401b0686e460f69dcfe19c07858a24]

        INTEGRATION: CWS aw024 (1.15.2); FILE MERGED 2006/03/21 13:23:28 fs 1.15.2.1: #i62854# cache the editor's control container

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7e5f3e6661274bc1121af63a11ce5c01f7c265bf]

        INTEGRATION: CWS aw024 (1.10.2); FILE MERGED 2006/09/22 03:53:14 aw 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/28 16:06:08 aw 1.10.2.1: #114408# adaptions for SW

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cce9b6b3272524d1f6f235ab370fd3e73dead7ee]

        INTEGRATION: CWS aw024 (1.37.4); FILE MERGED 2006/09/22 03:52:58 aw 1.37.4.6: RESYNC: (1.40-1.41); FILE MERGED 2006/03/21 13:25:38 fs 1.37.4.5: #i62854# +getFormDeviceInfo: use temporary control, if necessary 2005/09/19 11:12:13 aw 1.37.4.4: RESYNC: (1.38-1.39); FILE MERGED 2005/05/19 12:00:21 aw 1.37.4.3: #i39529# 2005/05/13 16:08:50 aw 1.37.4.2: RESYNC: (1.37-1.38); FILE MERGED 2004/12/27 09:47:59 aw 1.37.4.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a59a528115dfb614e4449ba50470d7adc53fcaa6]

        INTEGRATION: CWS aw024 (1.9.64); FILE MERGED 2006/09/22 03:52:27 aw 1.9.64.5: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 17:31:25 aw 1.9.64.4: RESYNC: (1.10-1.11); FILE MERGED 2006/07/07 16:07:45 aw 1.9.64.3: adaptions after resync SRC680m171->SRC680m174 2005/09/19 11:11:33 aw 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:00:21 aw 1.9.64.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [82eac5d9871b1a27ed73b3c30b46753890b12ef2]

        INTEGRATION: CWS aw024 (1.37.12); FILE MERGED 2006/09/22 03:52:00 aw 1.37.12.9: RESYNC: (1.39-1.40); FILE MERGED 2006/08/03 17:31:18 aw 1.37.12.8: RESYNC: (1.38-1.39); FILE MERGED 2006/07/27 15:53:44 aw 1.37.12.7: #114408# adaptions for SC 2006/03/21 13:26:18 fs 1.37.12.6: #i62854# cache the editor's control container 2006/03/16 15:15:03 aw 1.37.12.5: #i39529# corrections for repaint of wallpaper 2005/09/19 11:11:00 aw 1.37.12.4: RESYNC: (1.37-1.38); FILE MERGED 2005/05/26 11:11:51 aw 1.37.12.3: #i39531# 2005/05/19 12:00:21 aw 1.37.12.2: #i39529# 2005/05/12 16:41:08 aw 1.37.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [642a807702221c94aea276ddeb9a9a0d2c72d2e8]

        INTEGRATION: CWS aw024 (1.4.230); FILE MERGED 2006/09/22 03:46:34 aw 1.4.230.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/19 10:55:13 aw 1.4.230.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:11:50 aw 1.4.230.2: #i39531# 2005/05/19 12:00:21 aw 1.4.230.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [92fc9edf1ef03d03bd2126482bc8828cd49033ff]

        INTEGRATION: CWS aw024 (1.5.4); FILE MERGED 2006/09/22 03:46:28 aw 1.5.4.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 10:55:04 aw 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:00:20 aw 1.5.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [401c1a6d6b4fd25dbb8843261a673a8254acff06]

        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>  [82f7256fe222c6f5edeee14ef0a0191fc60ba123]

        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>  [8dc487514cb6ef54753d379c6b95650ede65ad05]

        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>  [2f948c9a85b4ba733b398d2751269e0dd93fa54a]

        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>  [cd6c49193a74008a4456a8593e85302ed3c82b77]

        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>  [3ce2e04d3021ff4db26e480b7108266a4ec35b66]

        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>  [765ee3625c5b0ef9e06772b1b34e37cbb68d0e50]

        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>  [80d22e0f2a850cd8cc8a568659f04d4954da465f]

        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>  [5dd0fc746c2879c956f7c5b0bf224e2728125182]

        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>  [d5506537ad53e66478a7d2c389bc700345153bf5]

        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>  [ba92514470bc0b42e631f31cb0c887287424ef1c]

        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>  [4a1969f7884678efc76f462f6f80bb31e90b0a34]

        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>  [1d3accd1dd3d545564770061f5ac6a3e87788ada]

        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>  [10305a00966bb98d66658976f3cae884b91f5fc7]

        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>  [05b705079476cac37135784805074bdee41acb34]

        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>  [afa0e9b4777d5af7e3bc5239c50cbe3b1dc9f78c]

        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>  [f6c8e313778cc20bbbf82b5efb0b04ce1549dc29]

        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>  [259b21359aeb7ebc836bf45566d385c40b09f216]

        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>  [d2d1974e81d135a242bad6397ca573b070bb79fa]

        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>  [ed61578b3f9109bbf01af12b43a03cabefc47acd]

        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>  [d79c6e567665f02d0fff0548a6e1b3018d582bdb]

        INTEGRATION: CWS aw024 (1.48.16); FILE MERGED 2006/11/10 15:51:13 aw 1.48.16.5: RESYNC: (1.54-1.55); FILE MERGED 2006/05/12 22:15:36 aw 1.48.16.4: RESYNC: (1.53-1.54); FILE MERGED 2005/11/18 16:11:22 aw 1.48.16.3: RESYNC: (1.51-1.53); FILE MERGED 2005/09/17 23:32:27 aw 1.48.16.2: RESYNC: (1.48-1.51); FILE MERGED 2005/04/26 15:09:18 aw 1.48.16.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3326553456655a37579b3e6f396d0030f1ec743d]

        INTEGRATION: CWS aw024 (1.34.198); FILE MERGED 2006/09/22 02:41:03 aw 1.34.198.8: RESYNC: (1.40-1.41); FILE MERGED 2006/09/08 21:03:00 aw 1.34.198.7: RESYNC: (1.39-1.40); FILE MERGED 2006/07/04 15:12:05 aw 1.34.198.6: RESYNC: (1.38-1.39); FILE MERGED 2006/05/12 22:13:25 aw 1.34.198.5: RESYNC: (1.36-1.38); FILE MERGED 2005/11/18 16:05:16 aw 1.34.198.4: RESYNC: (1.35-1.36); FILE MERGED 2005/09/17 23:20:05 aw 1.34.198.3: RESYNC: (1.34-1.35); FILE MERGED 2005/05/26 11:30:41 aw 1.34.198.2: #i39531# 2005/05/19 12:15:28 aw 1.34.198.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [591aaf125a25344f6ea0a48ad3629cdff2c85ecf]

        INTEGRATION: CWS aw024 (1.53.70); FILE MERGED 2006/09/22 02:40:04 aw 1.53.70.10: RESYNC: (1.60-1.61); FILE MERGED 2006/09/08 21:02:25 aw 1.53.70.9: RESYNC: (1.59-1.60); FILE MERGED 2006/08/03 17:13:04 aw 1.53.70.8: RESYNC: (1.58-1.59); FILE MERGED 2006/07/04 15:11:54 aw 1.53.70.7: RESYNC: (1.57-1.58); FILE MERGED 2006/05/17 12:49:28 aw 1.53.70.6: changes after resync 2006/05/12 22:13:16 aw 1.53.70.5: RESYNC: (1.55-1.57); FILE MERGED 2005/11/18 16:04:40 aw 1.53.70.4: RESYNC: (1.54-1.55); FILE MERGED 2005/09/17 23:18:42 aw 1.53.70.3: RESYNC: (1.53-1.54); FILE MERGED 2005/05/26 11:30:41 aw 1.53.70.2: #i39531# 2005/05/19 12:15:28 aw 1.53.70.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5cdb00bca86e145687a40fa043033684cf83cbe6]

        INTEGRATION: CWS aw024 (1.28.152); FILE MERGED 2006/09/22 02:35:14 aw 1.28.152.9: RESYNC: (1.33-1.34); FILE MERGED 2006/09/08 20:58:34 aw 1.28.152.8: RESYNC: (1.32-1.33); FILE MERGED 2006/08/03 17:12:32 aw 1.28.152.7: RESYNC: (1.31-1.32); FILE MERGED 2006/07/27 15:52:24 aw 1.28.152.6: #114408# adaptions for SC 2006/05/17 12:49:28 aw 1.28.152.5: changes after resync 2006/01/26 21:23:17 aw 1.28.152.4: RESYNC: (1.30-1.31); FILE MERGED 2005/11/18 16:03:41 aw 1.28.152.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/17 23:11:34 aw 1.28.152.2: RESYNC: (1.28-1.29); FILE MERGED 2005/05/19 12:15:27 aw 1.28.152.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2faa0b3160565fa8b8c067b5ece92b41a19d5a3e]

        INTEGRATION: CWS aw024 (1.62.156); FILE MERGED 2006/09/22 02:34:28 aw 1.62.156.4: RESYNC: (1.66-1.67); FILE MERGED 2006/09/08 20:58:18 aw 1.62.156.3: RESYNC: (1.65-1.66); FILE MERGED 2006/08/03 17:12:24 aw 1.62.156.2: RESYNC: (1.62-1.65); FILE MERGED 2006/05/17 12:49:27 aw 1.62.156.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9b5799d79df481c2f98824af34814b14b4b60418]

        INTEGRATION: CWS aw024 (1.88.44); FILE MERGED 2006/09/22 02:32:45 aw 1.88.44.8: RESYNC: (1.96-1.97); FILE MERGED 2006/09/08 20:57:34 aw 1.88.44.7: RESYNC: (1.95-1.96); FILE MERGED 2006/08/03 17:11:43 aw 1.88.44.6: RESYNC: (1.94-1.95); FILE MERGED 2006/05/12 22:11:06 aw 1.88.44.5: RESYNC: (1.92-1.94); FILE MERGED 2005/11/18 16:03:02 aw 1.88.44.4: RESYNC: (1.90-1.92); FILE MERGED 2005/09/17 23:09:31 aw 1.88.44.3: RESYNC: (1.89-1.90); FILE MERGED 2005/07/22 10:36:15 aw 1.88.44.2: RESYNC: (1.88-1.89); FILE MERGED 2005/05/19 12:15:27 aw 1.88.44.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7411304009f317de220a47f317994f360ebfdf44]

        INTEGRATION: CWS aw024 (1.51.196); FILE MERGED 2006/09/22 02:33:08 aw 1.51.196.7: RESYNC: (1.58-1.59); FILE MERGED 2006/09/08 20:57:51 aw 1.51.196.6: RESYNC: (1.57-1.58); FILE MERGED 2006/05/12 22:10:26 aw 1.51.196.5: RESYNC: (1.55-1.57); FILE MERGED 2006/01/26 21:22:58 aw 1.51.196.4: RESYNC: (1.54-1.55); FILE MERGED 2005/09/17 23:07:07 aw 1.51.196.3: RESYNC: (1.53-1.54); FILE MERGED 2005/05/13 15:31:18 aw 1.51.196.2: RESYNC: (1.51-1.53); FILE MERGED 2005/04/26 15:09:17 aw 1.51.196.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c1a1aaa6c92297ed960f28b818537a6c7c0214a1]

        INTEGRATION: CWS aw024 (1.13.188); FILE MERGED 2006/09/22 02:26:46 aw 1.13.188.5: RESYNC: (1.16-1.17); FILE MERGED 2006/09/08 20:55:51 aw 1.13.188.4: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 22:08:40 aw 1.13.188.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 22:53:22 aw 1.13.188.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/19 12:15:26 aw 1.13.188.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6273efaaada38cbfffec489154cfefa391febe7a]

        INTEGRATION: CWS aw024 (1.28.56); FILE MERGED 2006/09/22 02:26:13 aw 1.28.56.8: RESYNC: (1.35-1.36); FILE MERGED 2006/09/08 20:55:44 aw 1.28.56.7: RESYNC: (1.34-1.35); FILE MERGED 2006/08/03 17:10:31 aw 1.28.56.6: RESYNC: (1.32-1.34); FILE MERGED 2006/05/12 22:08:32 aw 1.28.56.5: RESYNC: (1.30-1.32); FILE MERGED 2006/01/26 21:21:56 aw 1.28.56.4: RESYNC: (1.29-1.30); FILE MERGED 2005/09/17 22:53:05 aw 1.28.56.3: RESYNC: (1.28-1.29); FILE MERGED 2005/05/26 11:30:40 aw 1.28.56.2: #i39531# 2005/05/19 12:15:26 aw 1.28.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d8b37d8bd6fa3ca00de2be3cfbab7cc6ca0c70ee]

        INTEGRATION: CWS aw024 (1.30.68); FILE MERGED 2006/09/22 02:26:06 aw 1.30.68.7: RESYNC: (1.34-1.35); FILE MERGED 2006/09/08 20:55:37 aw 1.30.68.6: RESYNC: (1.33-1.34); FILE MERGED 2006/08/03 17:10:23 aw 1.30.68.5: RESYNC: (1.32-1.33); FILE MERGED 2005/11/18 15:59:14 aw 1.30.68.4: RESYNC: (1.31-1.32); FILE MERGED 2005/09/17 22:52:58 aw 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2005/05/26 11:30:40 aw 1.30.68.2: #i39531# 2005/05/19 12:15:26 aw 1.30.68.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3a38de6095469685b35751b1ec8a5e2ac0655d56]

        INTEGRATION: CWS aw024 (1.13.80); FILE MERGED 2006/09/22 02:25:38 aw 1.13.80.6: RESYNC: (1.16-1.17); FILE MERGED 2006/09/08 20:55:23 aw 1.13.80.5: RESYNC: (1.15-1.16); FILE MERGED 2006/08/03 17:09:54 aw 1.13.80.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 22:52:30 aw 1.13.80.3: RESYNC: (1.13-1.14); FILE MERGED 2005/05/26 11:30:40 aw 1.13.80.2: #i39531# 2005/05/19 12:15:25 aw 1.13.80.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [513047e731295afcf632e38471a3016c488f0f09]

        INTEGRATION: CWS aw024 (1.5.248); FILE MERGED 2006/09/22 02:25:19 aw 1.5.248.6: RESYNC: (1.9-1.10); FILE MERGED 2006/09/08 20:55:08 aw 1.5.248.5: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 17:09:34 aw 1.5.248.4: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 22:08:14 aw 1.5.248.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 22:52:07 aw 1.5.248.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/26 15:09:17 aw 1.5.248.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e9b4686c266610a96d4f3102d289d4e9c9a95b82]

        INTEGRATION: CWS aw024 (1.13.68); FILE MERGED 2006/09/22 02:23:48 aw 1.13.68.6: RESYNC: (1.15-1.16); FILE MERGED 2006/09/08 20:54:18 aw 1.13.68.5: RESYNC: (1.14-1.15); FILE MERGED 2006/07/27 15:52:24 aw 1.13.68.4: #114408# adaptions for SC 2005/09/17 22:46:29 aw 1.13.68.3: RESYNC: (1.13-1.14); FILE MERGED 2005/05/19 12:15:25 aw 1.13.68.2: #i39529# 2005/04/26 15:09:16 aw 1.13.68.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [434b73a9c193877e1914c915923338604802bcdb]

        INTEGRATION: CWS aw024 (1.9.280); FILE MERGED 2006/09/22 02:23:40 aw 1.9.280.6: RESYNC: (1.12-1.13); FILE MERGED 2006/09/08 20:54:12 aw 1.9.280.5: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 17:09:04 aw 1.9.280.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/17 22:46:21 aw 1.9.280.3: RESYNC: (1.9-1.10); FILE MERGED 2005/05/26 11:30:39 aw 1.9.280.2: #i39531# 2005/05/19 12:15:25 aw 1.9.280.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [250e9487df699cf3cac9b51b31e80f7afb137453]

        INTEGRATION: CWS aw024 (1.4.282); FILE MERGED 2006/09/22 02:23:32 aw 1.4.282.7: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 17:08:57 aw 1.4.282.6: RESYNC: (1.6-1.7); FILE MERGED 2006/02/02 15:13:38 aw 1.4.282.5: adaption to m154 after resync 2006/01/26 21:21:19 aw 1.4.282.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 22:46:10 aw 1.4.282.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:15:25 aw 1.4.282.2: #i39529# 2005/04/26 15:09:16 aw 1.4.282.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [58d8785597d4f18f6f84d8882354c9a6d6ea2e71]

        INTEGRATION: CWS aw024 (1.7.188); FILE MERGED 2006/09/22 02:23:15 aw 1.7.188.6: RESYNC: (1.11-1.12); FILE MERGED 2006/09/08 20:53:57 aw 1.7.188.5: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 17:08:49 aw 1.7.188.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/17 22:45:47 aw 1.7.188.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/13 15:29:58 aw 1.7.188.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/26 15:09:16 aw 1.7.188.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c900bd987f84b57065e91fbf83dfa0582f672751]

        INTEGRATION: CWS aw024 (1.3.196); FILE MERGED 2006/09/22 02:19:08 aw 1.3.196.6: RESYNC: (1.6-1.7); FILE MERGED 2006/09/08 20:51:31 aw 1.3.196.5: RESYNC: (1.5-1.6); FILE MERGED 2005/11/18 15:55:06 aw 1.3.196.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 22:32:12 aw 1.3.196.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/26 11:30:39 aw 1.3.196.2: #i39531# 2005/05/19 12:15:24 aw 1.3.196.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f2b85632f41537a5979ecef8559add03492a96ac]

        INTEGRATION: CWS aw024 (1.19.50); FILE MERGED 2006/09/08 20:35:04 aw 1.19.50.7: RESYNC: (1.26-1.27); FILE MERGED 2006/08/03 17:04:08 aw 1.19.50.6: RESYNC: (1.25-1.26); FILE MERGED 2006/05/12 22:03:16 aw 1.19.50.5: RESYNC: (1.22-1.25); FILE MERGED 2006/01/26 21:19:11 aw 1.19.50.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/17 21:52:44 aw 1.19.50.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/22 10:34:02 aw 1.19.50.2: RESYNC: (1.19-1.20); FILE MERGED 2005/05/19 12:15:23 aw 1.19.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [897683f08d8517ff28cfec6c4145673f55df91e8]

        INTEGRATION: CWS aw024 (1.14.194); FILE MERGED 2006/09/22 02:08:39 aw 1.14.194.7: RESYNC: (1.18-1.19); FILE MERGED 2006/09/08 20:46:09 aw 1.14.194.6: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 17:06:26 aw 1.14.194.5: RESYNC: (1.16-1.17); FILE MERGED 2006/05/12 21:58:58 aw 1.14.194.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/17 21:15:59 aw 1.14.194.3: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:30:38 aw 1.14.194.2: #i39531# 2005/05/19 12:15:23 aw 1.14.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93c6dabbaa6861246b1beb4bc5ad14d89fe2dd11]

        INTEGRATION: CWS aw024 (1.112.2); FILE MERGED 2006/09/22 02:08:27 aw 1.112.2.13: RESYNC: (1.135-1.136); FILE MERGED 2006/09/08 20:46:00 aw 1.112.2.12: RESYNC: (1.134-1.135); FILE MERGED 2006/08/03 17:06:17 aw 1.112.2.11: RESYNC: (1.132-1.134); FILE MERGED 2006/07/27 15:52:24 aw 1.112.2.10: #114408# adaptions for SC 2006/05/17 12:49:27 aw 1.112.2.9: changes after resync 2006/05/12 21:58:49 aw 1.112.2.8: RESYNC: (1.125-1.132); FILE MERGED 2006/01/26 21:16:45 aw 1.112.2.7: RESYNC: (1.123-1.125); FILE MERGED 2005/11/18 15:44:43 aw 1.112.2.6: RESYNC: (1.117-1.123); FILE MERGED 2005/09/17 21:15:51 aw 1.112.2.5: RESYNC: (1.116-1.117); FILE MERGED 2005/07/22 10:32:21 aw 1.112.2.4: RESYNC: (1.115-1.116); FILE MERGED 2005/05/19 12:15:22 aw 1.112.2.3: #i39529# 2005/05/13 15:25:36 aw 1.112.2.2: RESYNC: (1.112-1.115); FILE MERGED 2005/04/26 15:09:15 aw 1.112.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [03aa923e59052c8e2082d9eb9110ec1e4c6be66a]

        INTEGRATION: CWS aw024 (1.21.158); FILE MERGED 2006/09/22 02:08:20 aw 1.21.158.7: RESYNC: (1.25-1.26); FILE MERGED 2006/05/12 21:58:36 aw 1.21.158.6: RESYNC: (1.24-1.25); FILE MERGED 2005/11/18 15:44:34 aw 1.21.158.5: RESYNC: (1.23-1.24); FILE MERGED 2005/09/17 21:15:43 aw 1.21.158.4: RESYNC: (1.22-1.23); FILE MERGED 2005/07/22 10:32:11 aw 1.21.158.3: RESYNC: (1.21-1.22); FILE MERGED 2005/05/19 12:15:22 aw 1.21.158.2: #i39529# 2005/05/12 16:49:35 aw 1.21.158.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ed55354868106f310c7d6cd1c68902b1538b2f76]

        INTEGRATION: CWS aw024 (1.86.68); FILE MERGED 2006/11/10 05:32:21 aw 1.86.68.13: RESYNC: (1.104-1.106); FILE MERGED 2006/09/22 02:08:12 aw 1.86.68.12: RESYNC: (1.103-1.104); FILE MERGED 2006/09/08 20:45:52 aw 1.86.68.11: RESYNC: (1.102-1.103); FILE MERGED 2006/08/03 17:06:07 aw 1.86.68.10: RESYNC: (1.101-1.102); FILE MERGED 2006/05/17 12:49:26 aw 1.86.68.9: changes after resync 2006/05/12 21:58:28 aw 1.86.68.8: RESYNC: (1.98-1.101); FILE MERGED 2006/01/26 21:16:34 aw 1.86.68.7: RESYNC: (1.96-1.98); FILE MERGED 2005/11/18 15:44:04 aw 1.86.68.6: RESYNC: (1.95-1.96); FILE MERGED 2005/09/17 21:14:51 aw 1.86.68.5: RESYNC: (1.94-1.95); FILE MERGED 2005/05/13 15:25:27 aw 1.86.68.4: RESYNC: (1.92-1.94); FILE MERGED 2005/04/26 15:09:14 aw 1.86.68.3: #i39528# 2005/03/23 21:48:37 aw 1.86.68.2: RESYNC: (1.86-1.92); FILE MERGED 2004/12/27 10:06:26 aw 1.86.68.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6539dff2f4de1ed5512e96bdf8fb57acad81a030]

        INTEGRATION: CWS aw024 (1.3.94); FILE MERGED 2006/09/22 02:05:07 aw 1.3.94.7: RESYNC: (1.7-1.9); FILE MERGED 2006/09/08 20:44:24 aw 1.3.94.6: RESYNC: (1.6-1.7); FILE MERGED 2006/08/03 17:05:33 aw 1.3.94.5: RESYNC: (1.5-1.6); FILE MERGED 2005/11/18 15:41:35 aw 1.3.94.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 21:07:27 aw 1.3.94.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/26 11:30:38 aw 1.3.94.2: #i39531# 2005/05/19 12:15:21 aw 1.3.94.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a8caa173c047c7172a0e3dca20ddcf7d31bc0185]

        INTEGRATION: CWS aw024 (1.14.98); FILE MERGED 2006/09/22 01:55:26 aw 1.14.98.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 21:53:08 aw 1.14.98.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/17 20:37:25 aw 1.14.98.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/27 10:06:25 aw 1.14.98.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e26545a1139551a97670f6abe59d85b4c8009cc]

        INTEGRATION: CWS aw024 (1.48.196); FILE MERGED 2006/11/10 05:29:54 aw 1.48.196.6: RESYNC: (1.56-1.58); FILE MERGED 2006/09/22 01:47:19 aw 1.48.196.5: RESYNC: (1.55-1.56); FILE MERGED 2006/09/08 20:25:40 aw 1.48.196.4: RESYNC: (1.53-1.55); FILE MERGED 2006/05/12 21:47:54 aw 1.48.196.3: RESYNC: (1.51-1.53); FILE MERGED 2005/09/17 20:18:36 aw 1.48.196.2: RESYNC: (1.48-1.49); FILE MERGED 2005/08/04 15:54:31 sj 1.48.196.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>  [01041edce1e5b271d3d1ca5b80ec5f7180f9ad9b]

        INTEGRATION: CWS aw024 (1.151.78); FILE MERGED 2006/11/10 15:49:23 aw 1.151.78.11: RESYNC: (1.172-1.173); FILE MERGED 2006/11/10 05:29:20 aw 1.151.78.10: RESYNC: (1.170-1.172); FILE MERGED 2006/09/22 01:46:52 aw 1.151.78.9: RESYNC: (1.169-1.170); FILE MERGED 2006/09/08 20:24:54 aw 1.151.78.8: RESYNC: (1.168-1.169); FILE MERGED 2006/05/12 21:47:16 aw 1.151.78.7: RESYNC: (1.160-1.168); FILE MERGED 2006/01/30 19:32:45 aw 1.151.78.6: RESYNC: (1.159-1.160); FILE MERGED 2005/11/18 15:29:40 aw 1.151.78.5: RESYNC: (1.156-1.159); FILE MERGED 2005/09/17 20:17:43 aw 1.151.78.4: RESYNC: (1.155-1.156); FILE MERGED 2005/07/22 10:27:48 aw 1.151.78.3: RESYNC: (1.153-1.155); FILE MERGED 2005/05/13 15:19:31 aw 1.151.78.2: RESYNC: (1.151-1.153); FILE MERGED 2005/04/26 15:09:13 aw 1.151.78.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0f3477d86cba9969a4cd32f0e24c40240c94b8c7]

        INTEGRATION: CWS aw024 (1.62.84); FILE MERGED 2006/09/22 01:46:45 aw 1.62.84.5: RESYNC: (1.68-1.69); FILE MERGED 2006/09/08 20:24:37 aw 1.62.84.4: RESYNC: (1.67-1.68); FILE MERGED 2006/05/12 21:47:04 aw 1.62.84.3: RESYNC: (1.65-1.67); FILE MERGED 2005/09/17 20:17:35 aw 1.62.84.2: RESYNC: (1.62-1.63); FILE MERGED 2005/08/04 15:54:12 sj 1.62.84.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>  [a1b209136c2436c9c16f0833740a6579bf316560]

        INTEGRATION: CWS aw024 (1.130.50); FILE MERGED 2006/09/22 01:46:38 aw 1.130.50.10: RESYNC: (1.142-1.143); FILE MERGED 2006/09/08 20:24:30 aw 1.130.50.9: RESYNC: (1.141-1.142); FILE MERGED 2006/07/04 15:04:31 aw 1.130.50.8: RESYNC: (1.140-1.141); FILE MERGED 2006/05/12 21:46:56 aw 1.130.50.7: RESYNC: (1.138-1.140); FILE MERGED 2005/11/18 15:29:32 aw 1.130.50.6: RESYNC: (1.136-1.138); FILE MERGED 2005/09/17 20:17:17 aw 1.130.50.5: RESYNC: (1.135-1.136); FILE MERGED 2005/07/22 10:27:39 aw 1.130.50.4: RESYNC: (1.133-1.135); FILE MERGED 2005/05/13 15:19:14 aw 1.130.50.3: RESYNC: (1.130-1.133); FILE MERGED 2005/05/12 16:49:34 aw 1.130.50.2: #i39529# 2005/04/26 15:09:13 aw 1.130.50.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [210856cec7d7a7e9a9c637decd297c279e6b3075]

        INTEGRATION: CWS aw024 (1.8.168); FILE MERGED 2006/09/22 01:43:46 aw 1.8.168.5: RESYNC: (1.11-1.12); FILE MERGED 2006/09/08 20:21:40 aw 1.8.168.4: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 21:44:53 aw 1.8.168.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/17 20:11:50 aw 1.8.168.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 15:53:45 sj 1.8.168.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>  [a06ab72a6e3aa508067fa872af98d7eee9339649]

        INTEGRATION: CWS aw024 (1.59.14); FILE MERGED 2006/09/22 01:40:47 aw 1.59.14.4: RESYNC: (1.61-1.62); FILE MERGED 2006/09/08 20:19:06 aw 1.59.14.3: RESYNC: (1.60-1.61); FILE MERGED 2006/08/03 17:02:46 aw 1.59.14.2: RESYNC: (1.59-1.60); FILE MERGED 2006/05/17 12:49:26 aw 1.59.14.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fec3a613c9eb2799f4bf955a9939adc2701f590f]

        INTEGRATION: CWS aw024 (1.19.8); FILE MERGED 2006/11/06 14:33:12 aw 1.19.8.1: #i71248# secured usage of XControl when importing html

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [860e6d1751628ffb0fea8272be901a81014c0ecd]

        INTEGRATION: CWS aw024 (1.59.50); FILE MERGED 2006/09/22 01:32:17 aw 1.59.50.10: RESYNC: (1.64-1.65); FILE MERGED 2006/09/08 20:10:49 aw 1.59.50.9: RESYNC: (1.63-1.64); FILE MERGED 2006/08/14 17:35:41 aw 1.59.50.8: #i68597# prepare SW for fully buffered Overlay 2006/07/27 15:52:23 aw 1.59.50.7: #114408# adaptions for SC 2006/05/12 21:39:01 aw 1.59.50.6: RESYNC: (1.62-1.63); FILE MERGED 2006/03/15 11:20:28 aw 1.59.50.5: #114409# corrected sw overlay problems 2005/11/18 15:24:54 aw 1.59.50.4: RESYNC: (1.61-1.62); FILE MERGED 2005/09/17 19:48:12 aw 1.59.50.3: RESYNC: (1.60-1.61); FILE MERGED 2005/07/22 10:26:57 aw 1.59.50.2: RESYNC: (1.59-1.60); FILE MERGED 2005/05/19 12:15:21 aw 1.59.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e1d30c7f986387c116f47f6d096095f0a9078332]

        INTEGRATION: CWS aw024 (1.25.198); FILE MERGED 2006/09/22 01:32:00 aw 1.25.198.10: RESYNC: (1.30-1.31); FILE MERGED 2006/09/08 20:10:32 aw 1.25.198.9: RESYNC: (1.29-1.30); FILE MERGED 2006/08/14 17:35:41 aw 1.25.198.8: #i68597# prepare SW for fully buffered Overlay 2006/08/03 17:01:56 aw 1.25.198.7: RESYNC: (1.28-1.29); FILE MERGED 2006/05/12 21:38:51 aw 1.25.198.6: RESYNC: (1.27-1.28); FILE MERGED 2005/09/17 19:47:54 aw 1.25.198.5: RESYNC: (1.26-1.27); FILE MERGED 2005/05/26 11:30:37 aw 1.25.198.4: #i39531# 2005/05/19 12:15:21 aw 1.25.198.3: #i39529# 2005/05/13 15:15:08 aw 1.25.198.2: RESYNC: (1.25-1.26); FILE MERGED 2005/05/12 16:49:34 aw 1.25.198.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [31da2f086ad2eeb9f1f4633688eec16109d52afe]

        INTEGRATION: CWS aw024 (1.14.280); FILE MERGED 2006/09/22 01:31:46 aw 1.14.280.6: RESYNC: (1.17-1.18); FILE MERGED 2006/09/08 20:10:26 aw 1.14.280.5: RESYNC: (1.16-1.17); FILE MERGED 2006/08/03 17:01:48 aw 1.14.280.4: RESYNC: (1.15-1.16); FILE MERGED 2006/07/27 15:52:23 aw 1.14.280.3: #114408# adaptions for SC 2005/09/17 19:47:09 aw 1.14.280.2: RESYNC: (1.14-1.15); FILE MERGED 2005/05/19 12:15:20 aw 1.14.280.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [81ee012d54c1ecdbc684d84f7073194f8500fd38]

        INTEGRATION: CWS aw024 (1.13.216); FILE MERGED 2006/09/22 01:31:40 aw 1.13.216.5: RESYNC: (1.15-1.16); FILE MERGED 2006/09/08 20:10:19 aw 1.13.216.4: RESYNC: (1.14-1.15); FILE MERGED 2006/08/14 17:35:41 aw 1.13.216.3: #i68597# prepare SW for fully buffered Overlay 2005/09/17 19:47:46 aw 1.13.216.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/19 12:15:20 aw 1.13.216.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bfc0bf041f7faf05f1a2c54bce58e966e13642ae]

        INTEGRATION: CWS aw024 (1.65.2); FILE MERGED 2006/09/22 01:27:04 aw 1.65.2.13: RESYNC: (1.72-1.73); FILE MERGED 2006/09/08 20:06:39 aw 1.65.2.12: RESYNC: (1.71-1.72); FILE MERGED 2006/08/03 17:01:04 aw 1.65.2.11: RESYNC: (1.70-1.71); FILE MERGED 2006/07/27 15:52:23 aw 1.65.2.10: #114408# adaptions for SC 2006/07/04 15:03:44 aw 1.65.2.9: RESYNC: (1.69-1.70); FILE MERGED 2006/01/26 20:51:06 aw 1.65.2.8: RESYNC: (1.68-1.69); FILE MERGED 2005/11/18 15:23:14 aw 1.65.2.7: RESYNC: (1.67-1.68); FILE MERGED 2005/09/17 19:42:16 aw 1.65.2.6: RESYNC: (1.66-1.67); FILE MERGED 2005/05/26 11:30:37 aw 1.65.2.5: #i39531# 2005/05/19 12:15:19 aw 1.65.2.4: #i39529# 2005/05/17 16:21:59 aw 1.65.2.3: #i39529# 2005/05/13 15:13:30 aw 1.65.2.2: RESYNC: (1.65-1.66); FILE MERGED 2005/05/12 16:49:33 aw 1.65.2.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b1a8f9d968afe0d657864c78215cbfcbe76443f6]

        INTEGRATION: CWS aw024 (1.53.154); FILE MERGED 2006/09/22 01:14:50 aw 1.53.154.8: RESYNC: (1.58-1.60); FILE MERGED 2006/09/08 19:58:09 aw 1.53.154.7: RESYNC: (1.57-1.58); FILE MERGED 2006/05/12 21:34:43 aw 1.53.154.6: RESYNC: (1.56-1.57); FILE MERGED 2005/11/18 15:19:33 aw 1.53.154.5: RESYNC: (1.55-1.56); FILE MERGED 2005/09/17 19:25:54 aw 1.53.154.4: RESYNC: (1.54-1.55); FILE MERGED 2005/05/13 15:08:46 aw 1.53.154.3: RESYNC: (1.53-1.54); FILE MERGED 2005/05/12 16:49:33 aw 1.53.154.2: #i39529# 2005/04/26 15:09:12 aw 1.53.154.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bdc3a36875addaf4668066a854a004c765f1dc16]

        INTEGRATION: CWS aw024 (1.51.8); FILE MERGED 2006/11/13 12:45:44 aw 1.51.8.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [49a5045ba244b7a8283a31d703781c98c51242a5]

        INTEGRATION: CWS aw024 (1.88.50); FILE MERGED 2006/09/22 01:01:44 aw 1.88.50.12: RESYNC: (1.96-1.98); FILE MERGED 2006/09/08 19:46:21 aw 1.88.50.11: RESYNC: (1.95-1.96); FILE MERGED 2006/08/14 17:35:40 aw 1.88.50.10: #i68597# prepare SW for fully buffered Overlay 2006/07/27 15:52:22 aw 1.88.50.9: #114408# adaptions for SC 2006/05/12 21:30:41 aw 1.88.50.8: RESYNC: (1.94-1.95); FILE MERGED 2006/03/15 11:20:27 aw 1.88.50.7: #114409# corrected sw overlay problems 2005/11/18 15:16:01 aw 1.88.50.6: RESYNC: (1.91-1.94); FILE MERGED 2005/09/17 19:03:06 aw 1.88.50.5: RESYNC: (1.89-1.91); FILE MERGED 2005/07/22 10:22:31 aw 1.88.50.4: RESYNC: (1.88-1.89); FILE MERGED 2005/05/26 11:30:36 aw 1.88.50.3: #i39531# 2005/05/19 12:15:18 aw 1.88.50.2: #i39529# 2005/05/12 16:49:32 aw 1.88.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [816ebdf1e4095b16378c167ce128523c6e4bda88]

        INTEGRATION: CWS aw024 (1.51.44); FILE MERGED 2006/11/10 05:24:08 aw 1.51.44.9: RESYNC: (1.62-1.63); FILE MERGED 2006/09/22 00:59:31 aw 1.51.44.8: RESYNC: (1.61-1.62); FILE MERGED 2006/09/08 19:44:54 aw 1.51.44.7: RESYNC: (1.59-1.61); FILE MERGED 2006/08/03 16:57:17 aw 1.51.44.6: RESYNC: (1.57-1.59); FILE MERGED 2006/05/12 21:29:34 aw 1.51.44.5: RESYNC: (1.55-1.57); FILE MERGED 2006/01/26 20:42:34 aw 1.51.44.4: RESYNC: (1.54-1.55); FILE MERGED 2005/11/18 15:15:03 aw 1.51.44.3: RESYNC: (1.52-1.54); FILE MERGED 2005/09/17 18:59:40 aw 1.51.44.2: RESYNC: (1.51-1.52); FILE MERGED 2005/05/19 12:15:17 aw 1.51.44.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f7bfb8970ad90aa3a96b106f44ec99d16ce0b4a7]

        INTEGRATION: CWS aw024 (1.66.192); FILE MERGED 2006/11/10 05:23:21 aw 1.66.192.10: RESYNC: (1.78-1.79); FILE MERGED 2006/09/22 00:56:46 aw 1.66.192.9: RESYNC: (1.76-1.78); FILE MERGED 2006/09/08 19:42:56 aw 1.66.192.8: RESYNC: (1.75-1.76); FILE MERGED 2006/05/12 21:27:26 aw 1.66.192.7: RESYNC: (1.71-1.75); FILE MERGED 2005/11/18 15:13:33 aw 1.66.192.6: RESYNC: (1.69-1.71); FILE MERGED 2005/09/17 18:56:02 aw 1.66.192.5: RESYNC: (1.68-1.69); FILE MERGED 2005/07/22 10:21:10 aw 1.66.192.4: RESYNC: (1.67-1.68); FILE MERGED 2005/05/19 12:15:17 aw 1.66.192.3: #i39529# 2005/05/13 15:00:06 aw 1.66.192.2: RESYNC: (1.66-1.67); FILE MERGED 2005/04/26 15:09:11 aw 1.66.192.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [558a51517c81f7b76beb188951f8e35cd57dff73]

        INTEGRATION: CWS aw024 (1.29.96); FILE MERGED 2006/09/08 19:42:49 aw 1.29.96.4: RESYNC: (1.31-1.32); FILE MERGED 2006/05/12 21:27:17 aw 1.29.96.3: RESYNC: (1.30-1.31); FILE MERGED 2005/09/17 18:55:29 aw 1.29.96.2: RESYNC: (1.29-1.30); FILE MERGED 2005/05/19 12:15:17 aw 1.29.96.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [73e49b31754e000ee8aa55e85df487bc02f3da01]

        INTEGRATION: CWS aw024 (1.18.12); FILE MERGED 2006/09/08 19:40:20 aw 1.18.12.6: RESYNC: (1.20-1.21); FILE MERGED 2006/08/18 08:20:13 od 1.18.12.5: #i68597# - remove unneeded forward declaration of class Region 2006/08/14 17:35:40 aw 1.18.12.4: #i68597# prepare SW for fully buffered Overlay 2006/08/03 16:55:41 aw 1.18.12.3: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 21:26:16 aw 1.18.12.2: RESYNC: (1.18-1.19); FILE MERGED 2006/03/15 11:20:27 aw 1.18.12.1: #114409# corrected sw overlay problems

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [544b3a1d3ff075b0012debcbb31010f8b4acd494]

        INTEGRATION: CWS aw024 (1.6.96); FILE MERGED 2006/09/08 19:38:25 aw 1.6.96.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 18:41:31 aw 1.6.96.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 15:09:11 aw 1.6.96.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bd455b0843b46a09f49ccc51a7f6c88f8bedb341]

        INTEGRATION: CWS aw024 (1.33.94); FILE MERGED 2006/09/22 00:54:48 aw 1.33.94.7: RESYNC: (1.38-1.39); FILE MERGED 2006/09/08 19:35:38 aw 1.33.94.6: RESYNC: (1.37-1.38); FILE MERGED 2006/08/03 16:54:34 aw 1.33.94.5: RESYNC: (1.36-1.37); FILE MERGED 2006/01/30 19:11:02 aw 1.33.94.4: RESYNC: (1.35-1.36); FILE MERGED 2006/01/26 20:40:16 aw 1.33.94.3: RESYNC: (1.34-1.35); FILE MERGED 2005/09/17 18:35:50 aw 1.33.94.2: RESYNC: (1.33-1.34); FILE MERGED 2005/05/19 12:15:16 aw 1.33.94.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [85f11cac8b7b1da9c0967c61bce6951ea0b01176]

        INTEGRATION: CWS aw024 (1.38.186); FILE MERGED 2006/09/22 00:55:35 aw 1.38.186.13: RESYNC: (1.47-1.49); FILE MERGED 2006/09/08 19:36:23 aw 1.38.186.12: RESYNC: (1.46-1.47); FILE MERGED 2006/08/03 16:54:58 aw 1.38.186.11: RESYNC: (1.44-1.46); FILE MERGED 2006/07/27 15:52:22 aw 1.38.186.10: #114408# adaptions for SC 2006/05/12 21:24:39 aw 1.38.186.9: RESYNC: (1.42-1.44); FILE MERGED 2005/11/18 15:11:43 aw 1.38.186.8: RESYNC: (1.41-1.42); FILE MERGED 2005/09/17 18:35:40 aw 1.38.186.7: RESYNC: (1.40-1.41); FILE MERGED 2005/07/22 10:20:36 aw 1.38.186.6: RESYNC: (1.39-1.40); FILE MERGED 2005/05/26 11:30:36 aw 1.38.186.5: #i39531# 2005/05/19 12:15:16 aw 1.38.186.4: #i39529# 2005/05/13 14:57:27 aw 1.38.186.3: RESYNC: (1.38-1.39); FILE MERGED 2005/05/12 16:49:31 aw 1.38.186.2: #i39529# 2005/04/26 15:09:10 aw 1.38.186.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [52c7588f5c4cd26d4381d52de5e9d4e3f36534b4]

        INTEGRATION: CWS aw024 (1.26.152); FILE MERGED 2006/09/22 00:55:18 aw 1.26.152.7: RESYNC: (1.31-1.33); FILE MERGED 2006/09/08 19:36:04 aw 1.26.152.6: RESYNC: (1.30-1.31); FILE MERGED 2006/08/03 16:54:50 aw 1.26.152.5: RESYNC: (1.29-1.30); FILE MERGED 2006/05/12 21:24:17 aw 1.26.152.4: RESYNC: (1.28-1.29); FILE MERGED 2006/01/26 20:40:23 aw 1.26.152.3: RESYNC: (1.27-1.28); FILE MERGED 2005/09/17 18:35:06 aw 1.26.152.2: RESYNC: (1.26-1.27); FILE MERGED 2005/05/19 12:15:15 aw 1.26.152.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cc055bbd614b0c1cc526bb128e956fdcdca07bdb]

        INTEGRATION: CWS aw024 (1.29.96); FILE MERGED 2006/11/10 05:22:50 aw 1.29.96.12: RESYNC: (1.41-1.42); FILE MERGED 2006/09/22 00:54:55 aw 1.29.96.11: RESYNC: (1.40-1.41); FILE MERGED 2006/09/08 19:35:46 aw 1.29.96.10: RESYNC: (1.39-1.40); FILE MERGED 2006/08/03 16:54:42 aw 1.29.96.9: RESYNC: (1.38-1.39); FILE MERGED 2006/05/12 21:23:53 aw 1.29.96.8: RESYNC: (1.36-1.38); FILE MERGED 2005/11/18 15:11:35 aw 1.29.96.7: RESYNC: (1.34-1.36); FILE MERGED 2005/09/17 18:34:45 aw 1.29.96.6: RESYNC: (1.33-1.34); FILE MERGED 2005/05/26 11:30:35 aw 1.29.96.5: #i39531# 2005/05/19 12:15:15 aw 1.29.96.4: #i39529# 2005/05/13 14:57:16 aw 1.29.96.3: RESYNC: (1.32-1.33); FILE MERGED 2005/03/23 21:03:19 aw 1.29.96.2: RESYNC: (1.29-1.32); FILE MERGED 2004/12/27 10:06:24 aw 1.29.96.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ebdf084fc64dc7b0d3fc92f000919458cb5b2b4c]

        INTEGRATION: CWS aw024 (1.20.186); FILE MERGED 2006/09/22 00:47:12 aw 1.20.186.7: RESYNC: (1.23-1.24); FILE MERGED 2006/09/08 19:29:34 aw 1.20.186.6: RESYNC: (1.22-1.23); FILE MERGED 2006/08/14 17:35:40 aw 1.20.186.5: #i68597# prepare SW for fully buffered Overlay 2006/08/03 16:53:54 aw 1.20.186.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/17 18:24:36 aw 1.20.186.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:30:35 aw 1.20.186.2: #i39531# 2005/05/19 12:15:14 aw 1.20.186.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [97347b5e7f5d7a5cc60ead8c7a831a6983d234eb]

        INTEGRATION: CWS aw024 (1.16.96); FILE MERGED 2006/09/22 00:46:35 aw 1.16.96.8: RESYNC: (1.20-1.21); FILE MERGED 2006/09/08 19:29:00 aw 1.16.96.7: RESYNC: (1.19-1.20); FILE MERGED 2006/08/03 16:53:46 aw 1.16.96.6: RESYNC: (1.18-1.19); FILE MERGED 2005/09/17 18:24:04 aw 1.16.96.5: RESYNC: (1.17-1.18); FILE MERGED 2005/05/12 16:49:31 aw 1.16.96.4: #i39529# 2005/04/26 15:09:09 aw 1.16.96.3: #i39528# 2005/03/23 21:01:38 aw 1.16.96.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/27 10:06:23 aw 1.16.96.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f8a57251bd0e75dab1a7254a88096b07256cd513]

        INTEGRATION: CWS aw024 (1.41.82); FILE MERGED 2006/09/22 00:46:28 aw 1.41.82.11: RESYNC: (1.51-1.53); FILE MERGED 2006/09/08 19:28:52 aw 1.41.82.10: RESYNC: (1.50-1.51); FILE MERGED 2006/08/03 16:53:38 aw 1.41.82.9: RESYNC: (1.49-1.50); FILE MERGED 2006/05/12 21:23:01 aw 1.41.82.8: RESYNC: (1.45-1.49); FILE MERGED 2006/01/26 20:38:51 aw 1.41.82.7: RESYNC: (1.44-1.45); FILE MERGED 2005/11/18 15:09:59 aw 1.41.82.6: RESYNC: (1.43-1.44); FILE MERGED 2005/09/17 18:23:54 aw 1.41.82.5: RESYNC: (1.42-1.43); FILE MERGED 2005/05/26 11:30:34 aw 1.41.82.4: #i39531# 2005/05/19 12:15:14 aw 1.41.82.3: #i39529# 2005/05/13 14:56:42 aw 1.41.82.2: RESYNC: (1.41-1.42); FILE MERGED 2005/04/26 15:09:09 aw 1.41.82.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d2f10163251ccec3b7d12c6306701a5bf7af3381]

        INTEGRATION: CWS aw024 (1.30.50); FILE MERGED 2006/09/22 00:42:29 aw 1.30.50.5: RESYNC: (1.33-1.34); FILE MERGED 2006/09/08 19:25:59 aw 1.30.50.4: RESYNC: (1.32-1.33); FILE MERGED 2006/05/12 21:20:44 aw 1.30.50.3: RESYNC: (1.31-1.32); FILE MERGED 2005/09/17 18:19:01 aw 1.30.50.2: RESYNC: (1.30-1.31); FILE MERGED 2005/05/19 12:15:14 aw 1.30.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7f52c8e073058cfca6d76b370c52d47c9f0bafe1]

        INTEGRATION: CWS aw024 (1.29.98); FILE MERGED 2006/09/22 00:37:59 aw 1.29.98.10: RESYNC: (1.37-1.38); FILE MERGED 2006/09/08 19:22:19 aw 1.29.98.9: RESYNC: (1.36-1.37); FILE MERGED 2006/08/03 16:51:59 aw 1.29.98.8: RESYNC: (1.35-1.36); FILE MERGED 2006/05/12 21:19:18 aw 1.29.98.7: RESYNC: (1.34-1.35); FILE MERGED 2006/01/26 20:37:26 aw 1.29.98.6: RESYNC: (1.33-1.34); FILE MERGED 2005/09/17 18:13:51 aw 1.29.98.5: RESYNC: (1.32-1.33); FILE MERGED 2005/07/22 10:18:12 aw 1.29.98.4: RESYNC: (1.31-1.32); FILE MERGED 2005/05/13 14:53:13 aw 1.29.98.3: RESYNC: (1.30-1.31); FILE MERGED 2005/03/23 20:57:14 aw 1.29.98.2: RESYNC: (1.29-1.30); FILE MERGED 2004/12/27 10:06:23 aw 1.29.98.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dea976f7cfa9a6818ec5367cd702d4b05dd1ff1f]

        INTEGRATION: CWS aw024 (1.56.20); FILE MERGED 2006/09/22 00:33:15 aw 1.56.20.7: RESYNC: (1.59-1.60); FILE MERGED 2006/09/08 19:17:59 aw 1.56.20.6: RESYNC: (1.58-1.59); FILE MERGED 2006/08/14 17:35:39 aw 1.56.20.5: #i68597# prepare SW for fully buffered Overlay 2006/05/12 21:18:02 aw 1.56.20.4: RESYNC: (1.57-1.58); FILE MERGED 2006/03/15 11:20:27 aw 1.56.20.3: #114409# corrected sw overlay problems 2006/01/26 20:36:45 aw 1.56.20.2: RESYNC: (1.56-1.57); FILE MERGED 2005/11/22 16:42:39 aw 1.56.20.1: #b898147#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f94cc52294cc3215f0fd25abd6fb377a5be3428c]

        INTEGRATION: CWS aw024 (1.13.852); FILE MERGED 2006/09/22 00:24:47 aw 1.13.852.4: RESYNC: (1.15-1.16); FILE MERGED 2006/09/08 19:10:51 aw 1.13.852.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 17:54:17 aw 1.13.852.2: RESYNC: (1.13-1.14); FILE MERGED 2005/04/26 15:09:09 aw 1.13.852.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5c4e3c3eaa1127b386cf2528cabc9b915313552c]

        INTEGRATION: CWS aw024 (1.47.8); FILE MERGED 2006/09/08 19:08:21 aw 1.47.8.4: RESYNC: (1.49-1.50); FILE MERGED 2006/08/14 17:35:28 aw 1.47.8.3: #i68597# prepare SW for fully buffered Overlay 2006/05/12 21:12:16 aw 1.47.8.2: RESYNC: (1.47-1.49); FILE MERGED 2006/03/15 11:20:07 aw 1.47.8.1: #114409# corrected sw overlay problems

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c17daf40357964a4d340a0c4720d93c37f9cbd05]

        INTEGRATION: CWS aw024 (1.51.50); FILE MERGED 2006/09/08 18:50:33 aw 1.51.50.4: RESYNC: (1.53-1.54); FILE MERGED 2006/05/12 21:09:28 aw 1.51.50.3: RESYNC: (1.52-1.53); FILE MERGED 2005/09/17 17:01:00 aw 1.51.50.2: RESYNC: (1.51-1.52); FILE MERGED 2005/05/19 12:15:13 aw 1.51.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [62a498b05e70a225d0440edcb3a6699e38aaf5f0]

        INTEGRATION: CWS aw024 (1.15.152); FILE MERGED 2006/09/22 00:23:05 aw 1.15.152.5: RESYNC: (1.20-1.21); FILE MERGED 2006/09/08 18:56:14 aw 1.15.152.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 21:08:36 aw 1.15.152.3: RESYNC: (1.16-1.19); FILE MERGED 2005/09/17 16:56:22 aw 1.15.152.2: RESYNC: (1.15-1.16); FILE MERGED 2005/04/26 15:09:08 aw 1.15.152.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0643799debaf32ac4c18729d65dca5050450051a]

        INTEGRATION: CWS aw024 (1.38.22); FILE MERGED 2006/08/03 16:42:08 aw 1.38.22.7: RESYNC: (1.44-1.45); FILE MERGED 2006/07/04 14:57:18 aw 1.38.22.6: RESYNC: (1.43-1.44); FILE MERGED 2006/05/12 21:01:23 aw 1.38.22.5: RESYNC: (1.42-1.43); FILE MERGED 2006/01/26 20:26:01 aw 1.38.22.4: RESYNC: (1.40-1.42); FILE MERGED 2005/11/18 14:51:13 aw 1.38.22.3: RESYNC: (1.39-1.40); FILE MERGED 2005/09/17 14:21:35 aw 1.38.22.2: RESYNC: (1.38-1.39); FILE MERGED 2005/05/19 12:11:47 aw 1.38.22.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5e8a6a1e979b05c32950b6784175d5580aae0e67]

        INTEGRATION: CWS aw024 (1.56.4); FILE MERGED 2006/11/10 05:12:46 aw 1.56.4.6: RESYNC: (1.59-1.60); FILE MERGED 2006/09/21 23:51:19 aw 1.56.4.5: RESYNC: (1.58-1.59); FILE MERGED 2006/08/03 16:42:01 aw 1.56.4.4: RESYNC: (1.57-1.58); FILE MERGED 2006/07/07 16:04:57 aw 1.56.4.3: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:59:04 aw 1.56.4.2: RESYNC: (1.56-1.57); FILE MERGED 2006/02/02 14:11:36 aw 1.56.4.1: adaption to m154 after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [581947bff12a6f39d0427a4d5e4812b16efb0e4c]

        INTEGRATION: CWS aw024 (1.38.12); FILE MERGED 2006/11/10 05:12:39 aw 1.38.12.10: RESYNC: (1.44-1.45); FILE MERGED 2006/09/21 23:51:05 aw 1.38.12.9: RESYNC: (1.43-1.44); FILE MERGED 2006/09/08 18:48:18 aw 1.38.12.8: RESYNC: (1.42-1.43); FILE MERGED 2006/06/09 13:46:22 aw 1.38.12.7: #114408# took back #i31551# and reactivated EnableChildTransparentMode after discussion with PL due to repaint errors with form controls 2006/05/12 20:58:45 aw 1.38.12.6: RESYNC: (1.41-1.42); FILE MERGED 2006/01/26 20:23:26 aw 1.38.12.5: RESYNC: (1.40-1.41); FILE MERGED 2005/11/18 14:49:18 aw 1.38.12.4: RESYNC: (1.39-1.40); FILE MERGED 2005/09/17 14:20:14 aw 1.38.12.3: RESYNC: (1.38-1.39); FILE MERGED 2005/05/26 11:24:52 aw 1.38.12.2: #i39531# 2005/05/19 12:11:46 aw 1.38.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e15e42514316b5772e3fbf9d1f95cb5d6d7cca5f]

        INTEGRATION: CWS aw024 (1.15.110); FILE MERGED 2006/09/21 23:50:48 aw 1.15.110.3: RESYNC: (1.16-1.17); FILE MERGED 2005/09/17 14:19:53 aw 1.15.110.2: RESYNC: (1.15-1.16); FILE MERGED 2005/05/19 12:11:46 aw 1.15.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3f54635aeb95bec4f498e1a69332351fa6491386]

        INTEGRATION: CWS aw024 (1.8.4); FILE MERGED 2006/09/21 23:50:21 aw 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/28 15:22:56 aw 1.8.4.1: #114408# adaptions for SW

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bc0ec6f8b8a1f61fe41d055bf4cfebfa6b5b391e]

        INTEGRATION: CWS aw024 (1.32.6); FILE MERGED 2006/09/21 23:50:14 aw 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2006/07/11 15:21:28 aw 1.32.6.1: adaptions after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99555ecaf1fb31798f821278f21a7a858923ef64]

        INTEGRATION: CWS aw024 (1.22.12); FILE MERGED 2006/09/21 23:49:57 aw 1.22.12.10: RESYNC: (1.28-1.29); FILE MERGED 2006/05/12 20:58:20 aw 1.22.12.9: RESYNC: (1.27-1.28); FILE MERGED 2006/02/02 14:11:36 aw 1.22.12.8: adaption to m154 after resync 2006/01/26 20:22:39 aw 1.22.12.7: RESYNC: (1.24-1.27); FILE MERGED 2005/09/17 14:18:38 aw 1.22.12.6: RESYNC: (1.23-1.24); FILE MERGED 2005/08/03 11:45:47 sj 1.22.12.5: #i48467# changes for GraphicFilter progress bar 2005/05/26 11:24:51 aw 1.22.12.4: #i39531# 2005/05/19 12:11:45 aw 1.22.12.3: #i39529# 2005/05/13 14:43:01 aw 1.22.12.2: RESYNC: (1.22-1.23); FILE MERGED 2005/05/12 16:46:31 aw 1.22.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c1eb7fa758ab526d37adbb9863b65a2940d65eed]

        INTEGRATION: CWS aw024 (1.56.30); FILE MERGED 2006/11/10 05:12:33 aw 1.56.30.13: RESYNC: (1.67-1.69); FILE MERGED 2006/09/21 23:49:50 aw 1.56.30.12: RESYNC: (1.66-1.67); FILE MERGED 2006/08/03 16:41:46 aw 1.56.30.11: RESYNC: (1.65-1.66); FILE MERGED 2006/07/04 14:57:09 aw 1.56.30.10: RESYNC: (1.64-1.65); FILE MERGED 2006/05/12 20:58:13 aw 1.56.30.9: RESYNC: (1.62-1.64); FILE MERGED 2006/01/26 20:22:32 aw 1.56.30.8: RESYNC: (1.61-1.62); FILE MERGED 2005/11/22 14:23:16 aw 1.56.30.7: #b898147## 2005/11/18 14:49:08 aw 1.56.30.6: RESYNC: (1.60-1.61); FILE MERGED 2005/09/17 14:18:26 aw 1.56.30.5: RESYNC: (1.59-1.60); FILE MERGED 2005/05/26 11:24:51 aw 1.56.30.4: #i39531# 2005/05/19 12:11:44 aw 1.56.30.3: #i39529# 2005/03/23 20:17:53 aw 1.56.30.2: RESYNC: (1.56-1.59); FILE MERGED 2004/12/27 09:58:28 aw 1.56.30.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [883957f8814a64d3cb06054a2e731448f05ef32b]

        INTEGRATION: CWS aw024 (1.42.4); FILE MERGED 2006/11/10 05:12:27 aw 1.42.4.12: RESYNC: (1.52-1.53); FILE MERGED 2006/09/21 23:49:43 aw 1.42.4.11: RESYNC: (1.51-1.52); FILE MERGED 2006/08/03 16:41:39 aw 1.42.4.10: RESYNC: (1.50-1.51); FILE MERGED 2006/07/04 14:56:58 aw 1.42.4.9: RESYNC: (1.49-1.50); FILE MERGED 2006/05/12 20:58:05 aw 1.42.4.8: RESYNC: (1.48-1.49); FILE MERGED 2006/01/26 20:22:23 aw 1.42.4.7: RESYNC: (1.46-1.48); FILE MERGED 2005/11/18 14:49:00 aw 1.42.4.6: RESYNC: (1.44-1.46); FILE MERGED 2005/09/17 14:16:41 aw 1.42.4.5: RESYNC: (1.43-1.44); FILE MERGED 2005/07/22 09:44:49 aw 1.42.4.4: RESYNC: (1.42-1.43); FILE MERGED 2005/05/26 11:24:50 aw 1.42.4.3: #i39531# 2005/05/19 12:11:44 aw 1.42.4.2: #i39529# 2005/05/12 16:46:31 aw 1.42.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9e0cd937fa7d0dc427e20009f9c5a53d60e89d88]

        INTEGRATION: CWS aw024 (1.40.12); FILE MERGED 2006/11/10 15:36:42 aw 1.40.12.15: RESYNC: (1.53-1.54); FILE MERGED 2006/11/10 05:12:20 aw 1.40.12.14: RESYNC: (1.51-1.53); FILE MERGED 2006/09/21 23:49:37 aw 1.40.12.13: RESYNC: (1.50-1.51); FILE MERGED 2006/08/03 16:41:31 aw 1.40.12.12: RESYNC: (1.49-1.50); FILE MERGED 2006/07/28 15:22:56 aw 1.40.12.11: #114408# adaptions for SW 2006/05/12 20:57:56 aw 1.40.12.10: RESYNC: (1.46-1.49); FILE MERGED 2006/02/02 14:11:35 aw 1.40.12.9: adaption to m154 after resync 2006/01/26 20:22:14 aw 1.40.12.8: RESYNC: (1.43-1.46); FILE MERGED 2005/11/18 14:48:51 aw 1.40.12.7: RESYNC: (1.42-1.43); FILE MERGED 2005/09/17 14:16:06 aw 1.40.12.6: RESYNC: (1.41-1.42); FILE MERGED 2005/08/03 11:49:54 sj 1.40.12.5: #i48467# changes for GraphicFilter progress bar 2005/05/26 11:24:50 aw 1.40.12.4: #i39531# 2005/05/19 12:11:44 aw 1.40.12.3: #i39529# 2005/05/13 14:42:52 aw 1.40.12.2: RESYNC: (1.40-1.41); FILE MERGED 2005/05/12 16:46:30 aw 1.40.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1349791ad30628a732fc656d04cf98ddc2c175f5]

        INTEGRATION: CWS aw024 (1.30.16); FILE MERGED 2006/11/10 05:12:14 aw 1.30.16.3: RESYNC: (1.31-1.32); FILE MERGED 2006/09/21 23:49:13 aw 1.30.16.2: RESYNC: (1.30-1.31); FILE MERGED 2006/07/07 16:04:56 aw 1.30.16.1: adaptions after resync SRC680m171->SRC680m174

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f9c3da9ddcd3676d8bc54ca036e16d92e064ba]

        INTEGRATION: CWS aw024 (1.35.10); FILE MERGED 2006/11/10 05:12:07 aw 1.35.10.7: RESYNC: (1.42-1.43); FILE MERGED 2006/09/21 23:49:06 aw 1.35.10.6: RESYNC: (1.41-1.42); FILE MERGED 2006/05/12 20:57:37 aw 1.35.10.5: RESYNC: (1.39-1.41); FILE MERGED 2006/01/26 20:21:54 aw 1.35.10.4: RESYNC: (1.38-1.39); FILE MERGED 2005/11/18 14:48:42 aw 1.35.10.3: RESYNC: (1.37-1.38); FILE MERGED 2005/09/17 14:15:29 aw 1.35.10.2: RESYNC: (1.35-1.37); FILE MERGED 2005/05/19 12:11:44 aw 1.35.10.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [69e44c944dcc03efa80ee3b6e27482595b36f83c]

        INTEGRATION: CWS aw024 (1.70.4); FILE MERGED 2006/09/21 23:48:59 aw 1.70.4.8: RESYNC: (1.81-1.82); FILE MERGED 2006/09/08 18:48:12 aw 1.70.4.7: RESYNC: (1.80-1.81); FILE MERGED 2006/05/12 20:57:28 aw 1.70.4.6: RESYNC: (1.77-1.80); FILE MERGED 2006/01/26 20:21:44 aw 1.70.4.5: RESYNC: (1.74-1.77); FILE MERGED 2005/11/18 14:48:33 aw 1.70.4.4: RESYNC: (1.73-1.74); FILE MERGED 2005/09/17 14:15:20 aw 1.70.4.3: RESYNC: (1.71-1.73); FILE MERGED 2005/07/22 09:44:38 aw 1.70.4.2: RESYNC: (1.70-1.71); FILE MERGED 2005/05/19 12:11:43 aw 1.70.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df41a4fe22eb07102d93d699aa6a38f28a680052]

        INTEGRATION: CWS aw024 (1.4.176); FILE MERGED 2006/09/21 23:48:43 aw 1.4.176.4: RESYNC: (1.6-1.7); FILE MERGED 2006/09/08 18:48:05 aw 1.4.176.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 14:14:37 aw 1.4.176.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 14:58:43 aw 1.4.176.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [deef3fdfd9148ce1987b35a224998d63bb6b9d56]

        INTEGRATION: CWS aw024 (1.24.32); FILE MERGED 2006/09/21 23:48:37 aw 1.24.32.7: RESYNC: (1.29-1.30); FILE MERGED 2005/11/18 14:48:03 aw 1.24.32.6: RESYNC: (1.28-1.29); FILE MERGED 2005/09/17 14:14:26 aw 1.24.32.5: RESYNC: (1.27-1.28); FILE MERGED 2005/07/22 09:44:20 aw 1.24.32.4: RESYNC: (1.25-1.27); FILE MERGED 2005/05/19 12:11:43 aw 1.24.32.3: #i39529# 2005/03/23 20:16:26 aw 1.24.32.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/27 09:58:28 aw 1.24.32.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8b6c35ce5292b01f3d2a02d21fafa62983ee3109]

        INTEGRATION: CWS aw024 (1.53.28); FILE MERGED 2006/11/10 05:11:52 aw 1.53.28.11: RESYNC: (1.61-1.62); FILE MERGED 2006/09/21 23:47:26 aw 1.53.28.10: RESYNC: (1.60-1.61); FILE MERGED 2006/08/03 16:40:55 aw 1.53.28.9: RESYNC: (1.58-1.60); FILE MERGED 2006/05/12 20:56:45 aw 1.53.28.8: RESYNC: (1.57-1.58); FILE MERGED 2006/01/26 20:21:12 aw 1.53.28.7: RESYNC: (1.55-1.57); FILE MERGED 2005/09/17 14:12:52 aw 1.53.28.6: RESYNC: (1.54-1.55); FILE MERGED 2005/07/22 09:44:10 aw 1.53.28.5: RESYNC: (1.53-1.54); FILE MERGED 2005/05/26 11:24:49 aw 1.53.28.4: #i39531# 2005/05/19 12:11:43 aw 1.53.28.3: #i39529# 2005/05/12 16:46:30 aw 1.53.28.2: #i39529# 2005/04/26 14:58:43 aw 1.53.28.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [73f3bbb0450b0b2652f0ad3ebf213cef03c095ec]

        INTEGRATION: CWS aw024 (1.7.56); FILE MERGED 2006/09/21 23:47:14 aw 1.7.56.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 14:12:42 aw 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:11:42 aw 1.7.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [417380209332d5cc51d6b5c919777135d1bd38a5]

        INTEGRATION: CWS aw024 (1.24.110); FILE MERGED 2006/09/21 23:47:07 aw 1.24.110.6: RESYNC: (1.27-1.28); FILE MERGED 2006/08/03 16:40:47 aw 1.24.110.5: RESYNC: (1.26-1.27); FILE MERGED 2006/01/26 20:21:03 aw 1.24.110.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/17 14:12:26 aw 1.24.110.3: RESYNC: (1.24-1.25); FILE MERGED 2005/05/19 12:11:42 aw 1.24.110.2: #i39529# 2005/05/12 16:46:30 aw 1.24.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9aa8c1d1144adc347061c4519495a2f9bc901b0d]

        INTEGRATION: CWS aw024 (1.20.110); FILE MERGED 2006/09/21 23:47:01 aw 1.20.110.6: RESYNC: (1.24-1.25); FILE MERGED 2006/05/12 20:56:35 aw 1.20.110.5: RESYNC: (1.22-1.24); FILE MERGED 2006/01/26 20:20:55 aw 1.20.110.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/17 14:12:16 aw 1.20.110.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:24:49 aw 1.20.110.2: #i39531# 2005/05/19 12:11:42 aw 1.20.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f37bc62a4d67593f4648adc9ab9431abb0e93639]

        INTEGRATION: CWS aw024 (1.35.76); FILE MERGED 2006/09/21 23:46:54 aw 1.35.76.11: RESYNC: (1.42-1.43); FILE MERGED 2006/08/03 16:40:40 aw 1.35.76.10: RESYNC: (1.41-1.42); FILE MERGED 2006/05/12 20:56:27 aw 1.35.76.9: RESYNC: (1.40-1.41); FILE MERGED 2006/01/26 20:20:45 aw 1.35.76.8: RESYNC: (1.38-1.40); FILE MERGED 2005/11/18 14:47:53 aw 1.35.76.7: RESYNC: (1.37-1.38); FILE MERGED 2005/09/17 14:12:05 aw 1.35.76.6: RESYNC: (1.36-1.37); FILE MERGED 2005/07/22 09:44:00 aw 1.35.76.5: RESYNC: (1.35-1.36); FILE MERGED 2005/05/26 11:24:48 aw 1.35.76.4: #i39531# 2005/05/19 12:11:42 aw 1.35.76.3: #i39529# 2005/05/12 16:46:29 aw 1.35.76.2: #i39529# 2005/04/26 14:58:42 aw 1.35.76.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dabbef98e79c6c439015e2868ed45184b8214ce6]

        INTEGRATION: CWS aw024 (1.13.110); FILE MERGED 2006/09/21 23:46:47 aw 1.13.110.7: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 16:40:26 aw 1.13.110.6: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 14:56:50 aw 1.13.110.5: RESYNC: (1.15-1.16); FILE MERGED 2006/01/26 20:20:35 aw 1.13.110.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 14:11:50 aw 1.13.110.3: RESYNC: (1.13-1.14); FILE MERGED 2005/05/26 11:24:48 aw 1.13.110.2: #i39531# 2005/05/19 12:11:41 aw 1.13.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [635631ace43a69265c5a3a061d9906ab25c7cbd3]

        INTEGRATION: CWS aw024 (1.11.32); FILE MERGED 2006/09/21 23:46:40 aw 1.11.32.9: RESYNC: (1.16-1.17); FILE MERGED 2006/08/03 16:40:18 aw 1.11.32.8: RESYNC: (1.15-1.16); FILE MERGED 2006/05/17 10:01:35 aw 1.11.32.7: changes after resync 2006/01/26 20:20:27 aw 1.11.32.6: RESYNC: (1.13-1.15); FILE MERGED 2005/09/17 14:11:39 aw 1.11.32.5: RESYNC: (1.12-1.13); FILE MERGED 2005/05/26 11:24:48 aw 1.11.32.4: #i39531# 2005/05/19 12:11:41 aw 1.11.32.3: #i39529# 2005/05/13 14:41:50 aw 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2005/04/26 14:58:42 aw 1.11.32.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1bb99ff3b3dc4346ee1e58396d7f2df0f41ca766]

        INTEGRATION: CWS aw024 (1.58.28); FILE MERGED 2006/09/21 23:46:33 aw 1.58.28.8: RESYNC: (1.68-1.69); FILE MERGED 2006/08/03 16:40:10 aw 1.58.28.7: RESYNC: (1.66-1.68); FILE MERGED 2006/05/12 20:56:18 aw 1.58.28.6: RESYNC: (1.64-1.66); FILE MERGED 2006/01/26 20:20:18 aw 1.58.28.5: RESYNC: (1.61-1.64); FILE MERGED 2005/11/18 14:47:42 aw 1.58.28.4: RESYNC: (1.59-1.61); FILE MERGED 2005/09/17 14:11:30 aw 1.58.28.3: RESYNC: (1.58-1.59); FILE MERGED 2005/05/26 11:24:47 aw 1.58.28.2: #i39531# 2005/05/19 12:11:41 aw 1.58.28.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [106e6ffc844c5981ba4e6e8f611212b09a63e9fa]

        INTEGRATION: CWS aw024 (1.19.56); FILE MERGED 2006/11/10 05:11:46 aw 1.19.56.7: RESYNC: (1.23-1.24); FILE MERGED 2006/09/21 23:46:27 aw 1.19.56.6: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 16:40:03 aw 1.19.56.5: RESYNC: (1.21-1.22); FILE MERGED 2006/01/26 20:20:09 aw 1.19.56.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/17 14:11:19 aw 1.19.56.3: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:24:47 aw 1.19.56.2: #i39531# 2005/05/19 12:11:41 aw 1.19.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [41eccac1c382edcba6c5658d1038ea6cae334659]

        INTEGRATION: CWS aw024 (1.42.8); FILE MERGED 2006/09/21 23:46:20 aw 1.42.8.6: RESYNC: (1.45-1.46); FILE MERGED 2006/05/12 20:56:09 aw 1.42.8.5: RESYNC: (1.44-1.45); FILE MERGED 2006/01/26 20:20:00 aw 1.42.8.4: RESYNC: (1.43-1.44); FILE MERGED 2005/09/17 14:11:09 aw 1.42.8.3: RESYNC: (1.42-1.43); FILE MERGED 2005/05/26 11:24:46 aw 1.42.8.2: #i39531# 2005/05/19 12:11:40 aw 1.42.8.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9ead0516825fcdfc2c256913c5a4fd7064e2d4ed]

        INTEGRATION: CWS aw024 (1.27.22); FILE MERGED 2006/09/21 23:46:05 aw 1.27.22.7: RESYNC: (1.33-1.34); FILE MERGED 2006/08/03 16:39:56 aw 1.27.22.6: RESYNC: (1.31-1.33); FILE MERGED 2006/05/12 20:55:59 aw 1.27.22.5: RESYNC: (1.30-1.31); FILE MERGED 2006/01/26 20:19:52 aw 1.27.22.4: RESYNC: (1.28-1.30); FILE MERGED 2005/09/17 14:10:53 aw 1.27.22.3: RESYNC: (1.27-1.28); FILE MERGED 2005/05/26 11:24:46 aw 1.27.22.2: #i39531# 2005/05/19 12:11:40 aw 1.27.22.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [93dacb9c626cc2b3295c0857b6bfd737ea20b574]

        INTEGRATION: CWS aw024 (1.32.56); FILE MERGED 2006/09/21 23:45:57 aw 1.32.56.8: RESYNC: (1.37-1.38); FILE MERGED 2006/08/03 16:39:48 aw 1.32.56.7: RESYNC: (1.36-1.37); FILE MERGED 2006/05/12 20:55:51 aw 1.32.56.6: RESYNC: (1.35-1.36); FILE MERGED 2006/01/26 20:19:41 aw 1.32.56.5: RESYNC: (1.34-1.35); FILE MERGED 2005/11/18 14:47:31 aw 1.32.56.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/17 14:10:44 aw 1.32.56.3: RESYNC: (1.32-1.33); FILE MERGED 2005/05/26 11:24:45 aw 1.32.56.2: #i39531# 2005/05/19 12:11:40 aw 1.32.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3abba168343caf5b40ef65385d63a1360e237cd7]

        INTEGRATION: CWS aw024 (1.40.84); FILE MERGED 2006/11/10 05:11:39 aw 1.40.84.7: RESYNC: (1.46-1.47); FILE MERGED 2006/09/21 23:45:50 aw 1.40.84.6: RESYNC: (1.45-1.46); FILE MERGED 2006/08/03 16:39:41 aw 1.40.84.5: RESYNC: (1.43-1.45); FILE MERGED 2006/01/26 20:19:31 aw 1.40.84.4: RESYNC: (1.41-1.43); FILE MERGED 2005/09/17 14:10:34 aw 1.40.84.3: RESYNC: (1.40-1.41); FILE MERGED 2005/05/26 11:24:45 aw 1.40.84.2: #i39531# 2005/05/19 12:11:40 aw 1.40.84.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [da52dffb61fcce1168881abb26d68fcffc6662c1]

        INTEGRATION: CWS aw024 (1.53.48); FILE MERGED 2006/11/10 05:11:33 aw 1.53.48.13: RESYNC: (1.70-1.71); FILE MERGED 2006/09/21 23:45:44 aw 1.53.48.12: RESYNC: (1.69-1.70); FILE MERGED 2006/08/03 16:39:33 aw 1.53.48.11: RESYNC: (1.66-1.69); FILE MERGED 2006/07/07 16:04:56 aw 1.53.48.10: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:55:43 aw 1.53.48.9: RESYNC: (1.64-1.66); FILE MERGED 2006/01/26 20:19:22 aw 1.53.48.8: RESYNC: (1.61-1.64); FILE MERGED 2005/11/22 14:23:16 aw 1.53.48.7: #b898147## 2005/11/18 14:47:20 aw 1.53.48.6: RESYNC: (1.58-1.61); FILE MERGED 2005/09/17 14:10:23 aw 1.53.48.5: RESYNC: (1.57-1.58); FILE MERGED 2005/05/26 11:24:45 aw 1.53.48.4: #i39531# 2005/05/19 12:11:39 aw 1.53.48.3: #i39529# 2005/05/13 14:41:11 aw 1.53.48.2: RESYNC: (1.53-1.57); FILE MERGED 2005/05/12 16:46:29 aw 1.53.48.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a1a6591df70201b3f9bf4811cf105bf87a89a89a]

        INTEGRATION: CWS aw024 (1.20.310); FILE MERGED 2006/09/21 23:45:37 aw 1.20.310.4: RESYNC: (1.24-1.25); FILE MERGED 2006/01/26 20:19:14 aw 1.20.310.3: RESYNC: (1.21-1.24); FILE MERGED 2005/09/17 14:10:09 aw 1.20.310.2: RESYNC: (1.20-1.21); FILE MERGED 2005/05/19 12:11:39 aw 1.20.310.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dbf8bc63e45dfadac3ec35fd6d31626b88358455]

        INTEGRATION: CWS aw024 (1.6.112); FILE MERGED 2006/09/21 23:45:21 aw 1.6.112.6: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 16:39:16 aw 1.6.112.5: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 20:55:23 aw 1.6.112.4: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 20:18:56 aw 1.6.112.3: RESYNC: (1.7-1.9); FILE MERGED 2005/09/17 14:09:30 aw 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 14:58:41 aw 1.6.112.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d07cfeb7819f34aaf09f0b0e83fce67e626ffe01]

        INTEGRATION: CWS aw024 (1.36.84); FILE MERGED 2006/09/21 23:45:14 aw 1.36.84.6: RESYNC: (1.40-1.41); FILE MERGED 2006/08/03 16:39:09 aw 1.36.84.5: RESYNC: (1.38-1.40); FILE MERGED 2006/01/26 20:18:48 aw 1.36.84.4: RESYNC: (1.37-1.38); FILE MERGED 2005/09/17 14:09:21 aw 1.36.84.3: RESYNC: (1.36-1.37); FILE MERGED 2005/05/26 11:24:44 aw 1.36.84.2: #i39531# 2005/05/19 12:11:39 aw 1.36.84.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9e8b36d519fbbbd959056c6f9846caa4154cc4f0]

        INTEGRATION: CWS aw024 (1.12.58); FILE MERGED 2006/09/21 23:44:30 aw 1.12.58.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 20:55:05 aw 1.12.58.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 14:07:41 aw 1.12.58.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 09:43:51 aw 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:11:39 aw 1.12.58.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aefcd35fc8cb7350e747ffd6a37c2c96a7f43456]

        INTEGRATION: CWS aw024 (1.3.110); FILE MERGED 2006/09/21 23:43:39 aw 1.3.110.5: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 14:06:27 aw 1.3.110.4: RESYNC: (1.3-1.4); FILE MERGED 2005/05/26 11:24:44 aw 1.3.110.3: #i39531# 2005/05/19 12:11:38 aw 1.3.110.2: #i39529# 2005/04/26 14:58:41 aw 1.3.110.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [89ad9f16d252740608e6d42a9b8853ca601b805b]

        INTEGRATION: CWS aw024 (1.7.50); FILE MERGED 2006/11/10 05:11:08 aw 1.7.50.6: RESYNC: (1.10-1.11); FILE MERGED 2006/09/21 23:43:02 aw 1.7.50.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/07 11:14:03 aw 1.7.50.4: adaptions for changes in SdrPaintView, no more multi-PageViews 2006/08/03 16:38:52 aw 1.7.50.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 14:05:47 aw 1.7.50.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/26 14:58:41 aw 1.7.50.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ca125cb926bbabbee5cb9525b0e29f3ee647047]

        INTEGRATION: CWS aw024 (1.19.34); FILE MERGED 2006/09/21 23:42:23 aw 1.19.34.11: RESYNC: (1.26-1.28); FILE MERGED 2006/09/08 18:47:58 aw 1.19.34.10: RESYNC: (1.25-1.26); FILE MERGED 2006/08/03 16:38:23 aw 1.19.34.9: RESYNC: (1.24-1.25); FILE MERGED 2006/05/12 20:53:53 aw 1.19.34.8: RESYNC: (1.23-1.24); FILE MERGED 2006/02/02 14:11:34 aw 1.19.34.7: adaption to m154 after resync 2006/01/30 19:09:23 aw 1.19.34.6: RESYNC: (1.22-1.23); FILE MERGED 2006/01/26 20:18:11 aw 1.19.34.5: RESYNC: (1.21-1.22); FILE MERGED 2005/11/18 14:46:36 aw 1.19.34.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/17 14:04:28 aw 1.19.34.3: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:24:43 aw 1.19.34.2: #i39531# 2005/05/19 12:11:38 aw 1.19.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [92bb98c44738e5d151d57e55531e931df58a239c]

        INTEGRATION: CWS aw024 (1.4.110); FILE MERGED 2006/09/21 23:41:41 aw 1.4.110.6: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 16:37:52 aw 1.4.110.5: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 20:53:24 aw 1.4.110.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 14:03:00 aw 1.4.110.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:24:43 aw 1.4.110.2: #i39531# 2005/05/19 12:11:38 aw 1.4.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01e7098e72699547e4b236a55076db9c948c4021]

        INTEGRATION: CWS aw024 (1.5.32); FILE MERGED 2006/09/21 23:41:14 aw 1.5.32.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 14:02:03 aw 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:11:37 aw 1.5.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c3d1c1e82757c384e34d7ec3796da225541d0253]

        INTEGRATION: CWS aw024 (1.14.42); FILE MERGED 2006/07/04 14:56:39 aw 1.14.42.2: RESYNC: (1.14-1.15); FILE MERGED 2006/05/16 16:00:09 aw 1.14.42.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a85f1636199e2e3a48672958999ccc6097266117]

        INTEGRATION: CWS aw024 (1.70.52); FILE MERGED 2006/09/21 23:39:53 aw 1.70.52.12: RESYNC: (1.82-1.83); FILE MERGED 2006/08/03 16:37:45 aw 1.70.52.11: RESYNC: (1.81-1.82); FILE MERGED 2006/07/04 14:56:32 aw 1.70.52.10: RESYNC: (1.80-1.81); FILE MERGED 2006/05/12 20:52:01 aw 1.70.52.9: RESYNC: (1.78-1.80); FILE MERGED 2006/01/26 20:17:37 aw 1.70.52.8: RESYNC: (1.75-1.78); FILE MERGED 2005/11/18 14:46:05 aw 1.70.52.7: RESYNC: (1.72-1.75); FILE MERGED 2005/09/17 13:58:39 aw 1.70.52.6: RESYNC: (1.71-1.72); FILE MERGED 2005/08/04 14:50:03 sj 1.70.52.5: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/07/22 09:43:23 aw 1.70.52.4: RESYNC: (1.70-1.71); FILE MERGED 2005/05/26 11:24:42 aw 1.70.52.3: #i39531# 2005/05/19 12:11:37 aw 1.70.52.2: #i39529# 2005/05/12 16:46:28 aw 1.70.52.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [43f70db38b9eb35099f91ea85acb7c2687e6b2c2]

        INTEGRATION: CWS aw024 (1.86.26); FILE MERGED 2006/09/21 23:39:21 aw 1.86.26.10: RESYNC: (1.95-1.96); FILE MERGED 2006/05/12 20:51:42 aw 1.86.26.9: RESYNC: (1.93-1.95); FILE MERGED 2006/01/30 19:09:14 aw 1.86.26.8: RESYNC: (1.92-1.93); FILE MERGED 2006/01/26 20:17:13 aw 1.86.26.7: RESYNC: (1.91-1.92); FILE MERGED 2005/11/18 14:45:26 aw 1.86.26.6: RESYNC: (1.89-1.91); FILE MERGED 2005/09/17 13:56:31 aw 1.86.26.5: RESYNC: (1.88-1.89); FILE MERGED 2005/05/26 11:24:42 aw 1.86.26.4: #i39531# 2005/05/19 12:11:37 aw 1.86.26.3: #i39529# 2005/05/13 14:39:41 aw 1.86.26.2: RESYNC: (1.86-1.88); FILE MERGED 2005/05/12 16:46:28 aw 1.86.26.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea23398519004ca1ba52a2f13036da75cd0a5e22]

        INTEGRATION: CWS aw024 (1.8.174); FILE MERGED 2006/09/21 23:39:14 aw 1.8.174.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/17 13:55:25 aw 1.8.174.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/26 11:24:42 aw 1.8.174.2: #i39531# 2005/05/19 12:11:36 aw 1.8.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4efae6e344b18f5e803e0cb2d258b09c7b8ba49b]

        INTEGRATION: CWS aw024 (1.11.84); FILE MERGED 2006/09/21 23:36:58 aw 1.11.84.9: RESYNC: (1.16-1.17); FILE MERGED 2006/05/12 20:50:59 aw 1.11.84.8: RESYNC: (1.15-1.16); FILE MERGED 2006/02/01 21:32:49 aw 1.11.84.7: adaption to m154 after resync 2006/01/26 20:16:41 aw 1.11.84.6: RESYNC: (1.14-1.15); FILE MERGED 2005/11/18 14:44:52 aw 1.11.84.5: RESYNC: (1.13-1.14); FILE MERGED 2005/09/17 13:50:32 aw 1.11.84.4: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:11:36 aw 1.11.84.3: #i39529# 2005/05/13 14:39:18 aw 1.11.84.2: RESYNC: (1.11-1.12); FILE MERGED 2005/04/26 14:58:40 aw 1.11.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [60797f4b49d3977ed69078263c5cccdae8e0f853]

        INTEGRATION: CWS aw024 (1.24.40); FILE MERGED 2006/09/21 23:36:51 aw 1.24.40.10: RESYNC: (1.29-1.30); FILE MERGED 2006/08/03 16:37:36 aw 1.24.40.9: RESYNC: (1.28-1.29); FILE MERGED 2006/05/16 16:00:09 aw 1.24.40.8: changes after resync 2006/05/12 20:50:51 aw 1.24.40.7: RESYNC: (1.27-1.28); FILE MERGED 2006/01/26 20:16:31 aw 1.24.40.6: RESYNC: (1.26-1.27); FILE MERGED 2005/09/17 13:49:59 aw 1.24.40.5: RESYNC: (1.25-1.26); FILE MERGED 2005/07/22 09:43:15 aw 1.24.40.4: RESYNC: (1.24-1.25); FILE MERGED 2005/05/26 11:24:41 aw 1.24.40.3: #i39531# 2005/05/19 12:11:36 aw 1.24.40.2: #i39529# 2005/04/26 14:58:40 aw 1.24.40.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [354bccb32439b392e0108af1a2af8f6ddb78025b]

        INTEGRATION: CWS aw024 (1.17.80); FILE MERGED 2006/11/10 05:10:54 aw 1.17.80.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/21 23:36:44 aw 1.17.80.2: RESYNC: (1.17-1.18); FILE MERGED 2006/05/16 16:00:09 aw 1.17.80.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d785208f9d9c5220417872b4ad1692e93de0d41b]

        INTEGRATION: CWS aw024 (1.3.86); FILE MERGED 2006/09/21 23:36:07 aw 1.3.86.7: RESYNC: (1.8-1.10); FILE MERGED 2006/05/12 20:50:11 aw 1.3.86.6: RESYNC: (1.6-1.8); FILE MERGED 2005/09/17 13:48:04 aw 1.3.86.5: RESYNC: (1.5-1.6); FILE MERGED 2005/07/22 09:42:57 aw 1.3.86.4: RESYNC: (1.3-1.5); FILE MERGED 2005/05/26 11:24:41 aw 1.3.86.3: #i39531# 2005/05/19 12:11:35 aw 1.3.86.2: #i39529# 2005/05/12 16:46:27 aw 1.3.86.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a2db3c550578b696e38918adb9084a48cf376a9f]

        INTEGRATION: CWS aw024 (1.2.54); FILE MERGED 2006/09/21 23:35:59 aw 1.2.54.6: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 20:50:03 aw 1.2.54.5: RESYNC: (1.5-1.7); FILE MERGED 2006/01/26 20:16:00 aw 1.2.54.4: RESYNC: (1.4-1.5); FILE MERGED 2005/11/18 14:44:36 aw 1.2.54.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 13:47:55 aw 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:11:35 aw 1.2.54.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40037aec07c1b734058152233e3b7ec5c5b5144d]

        INTEGRATION: CWS aw024 (1.6.4); FILE MERGED 2006/09/21 23:32:03 aw 1.6.4.5: RESYNC: (1.9-1.10); FILE MERGED 2005/11/18 14:43:59 aw 1.6.4.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 13:40:20 aw 1.6.4.3: RESYNC: (1.7-1.8); FILE MERGED 2005/07/22 09:40:11 aw 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:11:35 aw 1.6.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1772110da6ff0cb91f65604b2b9e171e3881c98e]

        INTEGRATION: CWS aw024 (1.7.34); FILE MERGED 2006/09/21 23:28:23 aw 1.7.34.4: RESYNC: (1.9-1.10); FILE MERGED 2006/05/12 20:42:53 aw 1.7.34.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 13:31:43 aw 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:11:34 aw 1.7.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5133a9be951726e2797479407811f513bf858364]

        INTEGRATION: CWS aw024 (1.8.56); FILE MERGED 2006/09/21 23:28:17 aw 1.8.56.7: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 20:42:43 aw 1.8.56.6: RESYNC: (1.14-1.15); FILE MERGED 2006/01/26 20:14:56 aw 1.8.56.5: RESYNC: (1.13-1.14); FILE MERGED 2005/11/18 14:43:10 aw 1.8.56.4: RESYNC: (1.11-1.13); FILE MERGED 2005/09/17 13:31:30 aw 1.8.56.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/22 09:36:23 aw 1.8.56.2: RESYNC: (1.8-1.10); FILE MERGED 2005/05/19 12:11:34 aw 1.8.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b5b762489df1597dac02d24d8529179978cfe039]

        INTEGRATION: CWS aw024 (1.2.176); FILE MERGED 2006/09/21 23:28:10 aw 1.2.176.4: RESYNC: (1.4-1.5); FILE MERGED 2006/01/26 20:14:48 aw 1.2.176.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 13:31:22 aw 1.2.176.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:11:34 aw 1.2.176.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ff10002b8302a214aa9090db0583aaa32dca875d]

        INTEGRATION: CWS aw024 (1.7.4); FILE MERGED 2006/09/21 23:27:24 aw 1.7.4.10: RESYNC: (1.18-1.19); FILE MERGED 2006/05/12 20:42:34 aw 1.7.4.9: RESYNC: (1.14-1.18); FILE MERGED 2006/01/26 20:14:32 aw 1.7.4.8: RESYNC: (1.13-1.14); FILE MERGED 2005/11/18 14:42:44 aw 1.7.4.7: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 13:30:31 aw 1.7.4.6: RESYNC: (1.11-1.12); FILE MERGED 2005/07/22 09:35:56 aw 1.7.4.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/26 11:24:40 aw 1.7.4.4: #i39531# 2005/05/19 12:11:34 aw 1.7.4.3: #i39529# 2005/05/13 14:35:46 aw 1.7.4.2: RESYNC: (1.7-1.10); FILE MERGED 2005/05/12 16:46:27 aw 1.7.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d0ee358242d80f72b024aa21b7648fc889ad4d5a]

        INTEGRATION: CWS aw024 (1.16.16); FILE MERGED 2006/09/21 23:25:53 aw 1.16.16.8: RESYNC: (1.23-1.24); FILE MERGED 2006/05/17 10:01:34 aw 1.16.16.7: changes after resync 2006/05/12 20:39:42 aw 1.16.16.6: RESYNC: (1.22-1.23); FILE MERGED 2006/01/26 20:13:17 aw 1.16.16.5: RESYNC: (1.20-1.22); FILE MERGED 2005/11/18 14:40:53 aw 1.16.16.4: RESYNC: (1.18-1.20); FILE MERGED 2005/09/17 13:18:13 aw 1.16.16.3: RESYNC: (1.17-1.18); FILE MERGED 2005/07/22 09:32:31 aw 1.16.16.2: RESYNC: (1.16-1.17); FILE MERGED 2005/05/19 12:11:33 aw 1.16.16.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [13b2c46b831a93fbe6a17ab02d12e253e2e43e83]

        INTEGRATION: CWS aw024 (1.20.34); FILE MERGED 2006/09/21 23:25:37 aw 1.20.34.7: RESYNC: (1.27-1.28); FILE MERGED 2006/05/12 20:39:33 aw 1.20.34.6: RESYNC: (1.25-1.27); FILE MERGED 2006/01/26 20:12:57 aw 1.20.34.5: RESYNC: (1.24-1.25); FILE MERGED 2005/11/18 14:40:46 aw 1.20.34.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/17 13:17:52 aw 1.20.34.3: RESYNC: (1.22-1.23); FILE MERGED 2005/07/22 09:32:21 aw 1.20.34.2: RESYNC: (1.20-1.22); FILE MERGED 2005/05/19 12:11:33 aw 1.20.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [213eca5bbdf1df4e53025520abd6d31c75f636d8]

        INTEGRATION: CWS aw024 (1.10.4); FILE MERGED 2006/11/10 05:10:39 aw 1.10.4.10: RESYNC: (1.20-1.21); FILE MERGED 2006/09/21 23:24:16 aw 1.10.4.9: RESYNC: (1.19-1.20); FILE MERGED 2006/05/17 10:01:34 aw 1.10.4.8: changes after resync 2006/05/12 20:38:18 aw 1.10.4.7: RESYNC: (1.18-1.19); FILE MERGED 2006/01/26 20:12:28 aw 1.10.4.6: RESYNC: (1.16-1.18); FILE MERGED 2005/11/18 14:40:16 aw 1.10.4.5: RESYNC: (1.14-1.16); FILE MERGED 2005/09/17 13:14:36 aw 1.10.4.4: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 09:31:29 aw 1.10.4.3: RESYNC: (1.12-1.13); FILE MERGED 2005/05/13 14:32:14 aw 1.10.4.2: RESYNC: (1.10-1.12); FILE MERGED 2005/04/26 14:58:39 aw 1.10.4.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c57bf37fcc1afdeeb322b78ff4f1ed9f2c43725a]

        INTEGRATION: CWS aw024 (1.18.34); FILE MERGED 2006/09/21 23:24:08 aw 1.18.34.8: RESYNC: (1.34-1.35); FILE MERGED 2006/05/17 10:01:34 aw 1.18.34.7: changes after resync 2006/05/12 20:38:10 aw 1.18.34.6: RESYNC: (1.31-1.34); FILE MERGED 2006/01/26 20:12:20 aw 1.18.34.5: RESYNC: (1.28-1.31); FILE MERGED 2005/11/18 14:40:07 aw 1.18.34.4: RESYNC: (1.23-1.28); FILE MERGED 2005/09/17 13:14:27 aw 1.18.34.3: RESYNC: (1.20-1.23); FILE MERGED 2005/07/22 09:31:21 aw 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/19 12:11:33 aw 1.18.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5083c58b1ce43a37b384a8f8621dca5401c797ac]

        INTEGRATION: CWS aw024 (1.2.176); FILE MERGED 2006/05/12 20:38:00 aw 1.2.176.5: RESYNC: (1.4-1.5); FILE MERGED 2005/11/18 14:39:50 aw 1.2.176.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 13:13:58 aw 1.2.176.3: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:24:39 aw 1.2.176.2: #i39531# 2005/05/19 12:11:32 aw 1.2.176.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [84badcb92858756fd321cdc95ad24a7b76e1fd4a]

        INTEGRATION: CWS aw024 (1.6.52); FILE MERGED 2006/08/07 10:48:38 aw 1.6.52.11: adaptions after resync 2006/08/03 16:35:51 aw 1.6.52.10: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 20:37:53 aw 1.6.52.9: RESYNC: (1.10-1.12); FILE MERGED 2006/02/01 21:11:33 aw 1.6.52.8: adaption to m154 after resync 2006/01/26 20:12:12 aw 1.6.52.7: RESYNC: (1.9-1.10); FILE MERGED 2005/11/22 14:01:22 aw 1.6.52.6: #b898147## 2005/11/18 14:39:43 aw 1.6.52.5: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 13:13:36 aw 1.6.52.4: RESYNC: (1.7-1.8); FILE MERGED 2005/07/22 09:31:11 aw 1.6.52.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:11:32 aw 1.6.52.2: #i39529# 2005/05/12 16:46:26 aw 1.6.52.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [637e8e2c6ef3572be6b7e36497cd2d0b42992ecc]

        INTEGRATION: CWS aw024 (1.20.4); FILE MERGED 2006/11/10 05:10:24 aw 1.20.4.9: RESYNC: (1.32-1.33); FILE MERGED 2006/09/21 23:22:29 aw 1.20.4.8: RESYNC: (1.31-1.32); FILE MERGED 2006/08/03 16:34:43 aw 1.20.4.7: RESYNC: (1.29-1.31); FILE MERGED 2006/05/12 20:36:50 aw 1.20.4.6: RESYNC: (1.27-1.29); FILE MERGED 2006/01/26 20:11:09 aw 1.20.4.5: RESYNC: (1.26-1.27); FILE MERGED 2005/11/18 14:36:20 aw 1.20.4.4: RESYNC: (1.22-1.26); FILE MERGED 2005/09/17 13:10:19 aw 1.20.4.3: RESYNC: (1.21-1.22); FILE MERGED 2005/07/22 09:30:46 aw 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2005/05/19 12:11:31 aw 1.20.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b238a07aa3fce0b81af1b13cf931d9a547dafa7e]

        INTEGRATION: CWS aw024 (1.5.56); FILE MERGED 2006/09/21 23:21:59 aw 1.5.56.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 16:34:16 aw 1.5.56.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/18 14:35:59 aw 1.5.56.3: RESYNC: (1.6-1.8); FILE MERGED 2005/09/17 13:09:56 aw 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:11:31 aw 1.5.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [74cd846919888415794104c208e4ec6edd0b2e27]

        INTEGRATION: CWS aw024 (1.17.260); FILE MERGED 2006/11/10 05:10:09 aw 1.17.260.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 20:35:51 aw 1.17.260.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/17 12:59:43 aw 1.17.260.2: RESYNC: (1.17-1.18); FILE MERGED 2005/05/19 12:11:31 aw 1.17.260.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dbd7f1ca114c7b45cf3808c6667e156257b35949]

        INTEGRATION: CWS aw024 (1.2.310); FILE MERGED 2006/01/26 20:04:59 aw 1.2.310.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 12:32:14 aw 1.2.310.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/26 14:58:39 aw 1.2.310.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [92d5e57a84572c9adae8c6ec21fe56ae0e3d2f6a]

        INTEGRATION: CWS aw024 (1.2.308); FILE MERGED 2006/02/01 21:06:06 aw 1.2.308.4: adaption to m154 after resync 2006/01/26 20:02:57 aw 1.2.308.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 12:29:57 aw 1.2.308.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:11:30 aw 1.2.308.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ce91e653565ba1aca489c53cdb7f7b6a1ff45819]

        INTEGRATION: CWS aw024 (1.6.32); FILE MERGED 2006/08/07 11:15:02 aw 1.6.32.6: adaptions for changes in SdrPaintView, no more multi-PageViews 2006/08/03 16:33:37 aw 1.6.32.5: RESYNC: (1.8-1.9); FILE MERGED 2006/01/26 20:00:19 aw 1.6.32.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 12:25:34 aw 1.6.32.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:24:38 aw 1.6.32.2: #i39531# 2005/05/19 12:11:30 aw 1.6.32.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e795c63ea18514c1ec9a3d344ecf3c902bf7795a]

        INTEGRATION: CWS aw024 (1.10.56); FILE MERGED 2006/11/10 05:08:57 aw 1.10.56.5: RESYNC: (1.14-1.15); FILE MERGED 2006/01/26 20:00:00 aw 1.10.56.4: RESYNC: (1.12-1.14); FILE MERGED 2005/11/18 14:34:42 aw 1.10.56.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 12:11:02 aw 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/19 12:11:30 aw 1.10.56.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f561e74d53da14e496e69d3c3b0ffd0b9665c938]

        INTEGRATION: CWS aw024 (1.6.52); FILE MERGED 2006/05/12 20:34:13 aw 1.6.52.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 12:08:30 aw 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:11:30 aw 1.6.52.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e0bca86eb2d02ca1828e8226aafab0cc2cafabbc]

        INTEGRATION: CWS aw024 (1.4.176); FILE MERGED 2005/09/17 12:08:21 aw 1.4.176.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:24:38 aw 1.4.176.1: #i39531#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4cf2716e7f7c604bcc825b1a2a690538903e8ee1]

        INTEGRATION: CWS aw024 (1.7.10); FILE MERGED 2006/05/12 20:30:43 aw 1.7.10.4: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 19:59:43 aw 1.7.10.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 11:59:52 aw 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:11:30 aw 1.7.10.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1b17fedc26d29444546780e1ca2378fe946663c2]

        INTEGRATION: CWS aw024 (1.14.30); FILE MERGED 2006/05/12 20:31:41 aw 1.14.30.8: RESYNC: (1.17-1.19); FILE MERGED 2006/01/26 19:59:35 aw 1.14.30.7: RESYNC: (1.16-1.17); FILE MERGED 2005/11/18 14:33:16 aw 1.14.30.6: RESYNC: (1.15-1.16); FILE MERGED 2005/09/17 11:52:37 aw 1.14.30.5: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:24:37 aw 1.14.30.4: #i39531# 2005/05/19 12:11:29 aw 1.14.30.3: #i39529# 2005/05/12 16:46:25 aw 1.14.30.2: #i39529# 2005/04/26 14:58:38 aw 1.14.30.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e41d050a1752b603f687f40f3db649d670d80587]

        INTEGRATION: CWS aw024 (1.5.174); FILE MERGED 2006/09/21 23:20:02 aw 1.5.174.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 11:45:44 aw 1.5.174.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:11:29 aw 1.5.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4eb014117601a38578ded3cdf8dd91a3a72a9cfb]

        INTEGRATION: CWS aw024 (1.6.310); FILE MERGED 2006/09/21 23:18:43 aw 1.6.310.5: RESYNC: (1.8-1.9); FILE MERGED 2006/01/26 19:58:27 aw 1.6.310.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 11:38:33 aw 1.6.310.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:24:37 aw 1.6.310.2: #i39531# 2005/05/19 12:11:28 aw 1.6.310.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6b1c29b130e1172001ae8bcc007324821ca45393]

        INTEGRATION: CWS aw024 (1.5.174); FILE MERGED 2006/09/21 23:18:33 aw 1.5.174.6: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 16:32:54 aw 1.5.174.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:58:16 aw 1.5.174.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 11:38:21 aw 1.5.174.3: RESYNC: (1.5-1.6); FILE MERGED 2005/05/26 11:24:36 aw 1.5.174.2: #i39531# 2005/05/19 12:11:28 aw 1.5.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6a401428d06db02870d51399d18927cc02c673f9]

        INTEGRATION: CWS aw024 (1.49.40); FILE MERGED 2006/11/10 05:08:50 aw 1.49.40.9: RESYNC: (1.55-1.56); FILE MERGED 2006/09/21 23:17:41 aw 1.49.40.8: RESYNC: (1.54-1.55); FILE MERGED 2006/08/03 16:32:24 aw 1.49.40.7: RESYNC: (1.53-1.54); FILE MERGED 2006/07/07 16:04:55 aw 1.49.40.6: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:29:53 aw 1.49.40.5: RESYNC: (1.52-1.53); FILE MERGED 2006/01/26 19:57:24 aw 1.49.40.4: RESYNC: (1.50-1.52); FILE MERGED 2005/09/17 11:36:41 aw 1.49.40.3: RESYNC: (1.49-1.50); FILE MERGED 2005/05/26 11:24:36 aw 1.49.40.2: #i39531# 2005/05/19 12:11:28 aw 1.49.40.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2e0c4a0c98f5ab400d342faa9e317381cb7be807]

        INTEGRATION: CWS aw024 (1.3.234); FILE MERGED 2006/09/21 23:16:56 aw 1.3.234.5: RESYNC: (1.5-1.6); FILE MERGED 2006/01/26 19:56:34 aw 1.3.234.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 11:35:37 aw 1.3.234.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/26 11:24:35 aw 1.3.234.2: #i39531# 2005/05/19 12:11:28 aw 1.3.234.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fd271f826a40ba25cec0cb2142aac0d3a8e14be0]

        INTEGRATION: CWS aw024 (1.31.102); FILE MERGED 2006/11/10 05:08:28 aw 1.31.102.12: RESYNC: (1.42-1.43); FILE MERGED 2006/09/21 23:16:02 aw 1.31.102.11: RESYNC: (1.41-1.42); FILE MERGED 2006/08/03 16:32:14 aw 1.31.102.10: RESYNC: (1.39-1.41); FILE MERGED 2006/07/07 16:04:55 aw 1.31.102.9: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:28:34 aw 1.31.102.8: RESYNC: (1.36-1.39); FILE MERGED 2006/01/26 19:49:35 aw 1.31.102.7: RESYNC: (1.34-1.36); FILE MERGED 2005/11/18 14:32:33 aw 1.31.102.6: RESYNC: (1.33-1.34); FILE MERGED 2005/09/17 11:21:42 aw 1.31.102.5: RESYNC: (1.32-1.33); FILE MERGED 2005/05/26 11:24:35 aw 1.31.102.4: #i39531# 2005/05/19 12:11:27 aw 1.31.102.3: #i39529# 2005/05/13 14:26:49 aw 1.31.102.2: RESYNC: (1.31-1.32); FILE MERGED 2005/04/26 14:58:37 aw 1.31.102.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1f168841d4809b52ac662f2dbcccd459035f78a3]

        INTEGRATION: CWS aw024 (1.6.174); FILE MERGED 2006/09/21 23:15:43 aw 1.6.174.5: RESYNC: (1.8-1.9); FILE MERGED 2006/01/26 19:55:25 aw 1.6.174.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 11:32:41 aw 1.6.174.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:24:35 aw 1.6.174.2: #i39531# 2005/05/19 12:11:27 aw 1.6.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [36b95059b40fb273c52fe83a70c0bf360877ac64]

        INTEGRATION: CWS aw024 (1.9.110); FILE MERGED 2006/09/21 23:15:26 aw 1.9.110.6: RESYNC: (1.11-1.12); FILE MERGED 2006/01/26 19:55:08 aw 1.9.110.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/17 11:32:14 aw 1.9.110.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/26 11:24:34 aw 1.9.110.3: #i39531# 2005/05/19 12:11:27 aw 1.9.110.2: #i39529# 2005/05/12 16:46:25 aw 1.9.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7ebe4f9302c864dc4ac657a8c1c0373c2d8d68e6]

        INTEGRATION: CWS aw024 (1.40.84); FILE MERGED 2006/11/10 05:08:22 aw 1.40.84.9: RESYNC: (1.44-1.45); FILE MERGED 2006/09/21 23:15:19 aw 1.40.84.8: RESYNC: (1.43-1.44); FILE MERGED 2006/08/03 16:32:04 aw 1.40.84.7: RESYNC: (1.42-1.43); FILE MERGED 2006/07/07 16:04:55 aw 1.40.84.6: adaptions after resync SRC680m171->SRC680m174 2006/01/26 19:54:59 aw 1.40.84.5: RESYNC: (1.41-1.42); FILE MERGED 2005/09/17 11:31:49 aw 1.40.84.4: RESYNC: (1.40-1.41); FILE MERGED 2005/05/26 11:24:34 aw 1.40.84.3: #i39531# 2005/05/19 12:11:27 aw 1.40.84.2: #i39529# 2005/05/12 16:46:25 aw 1.40.84.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b62b3b206a1179a8462050674e0d1545cb236993]

        INTEGRATION: CWS aw024 (1.21.52); FILE MERGED 2006/09/21 23:14:55 aw 1.21.52.4: RESYNC: (1.23-1.24); FILE MERGED 2006/01/26 19:54:42 aw 1.21.52.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/17 11:28:10 aw 1.21.52.2: RESYNC: (1.21-1.22); FILE MERGED 2005/05/19 12:11:27 aw 1.21.52.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1d5c03c2ead74d781f4d7de4ab0c996030c76373]

        INTEGRATION: CWS aw024 (1.9.4); FILE MERGED 2006/09/21 23:14:16 aw 1.9.4.7: RESYNC: (1.13-1.14); FILE MERGED 2006/08/03 16:31:55 aw 1.9.4.6: RESYNC: (1.12-1.13); FILE MERGED 2006/01/26 19:54:06 aw 1.9.4.5: RESYNC: (1.10-1.12); FILE MERGED 2005/09/17 11:26:52 aw 1.9.4.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/26 11:24:33 aw 1.9.4.3: #i39531# 2005/05/19 12:11:26 aw 1.9.4.2: #i39529# 2005/05/12 16:46:24 aw 1.9.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [adfa5fac7da8fc1da5b428228c3a4b58a76e7547]

        INTEGRATION: CWS aw024 (1.9.54); FILE MERGED 2006/09/21 23:14:09 aw 1.9.54.12: RESYNC: (1.14-1.15); FILE MERGED 2006/08/03 16:31:47 aw 1.9.54.11: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 14:55:31 aw 1.9.54.10: RESYNC: (1.12-1.13); FILE MERGED 2006/01/26 19:53:58 aw 1.9.54.9: RESYNC: (1.11-1.12); FILE MERGED 2005/11/22 13:56:32 aw 1.9.54.8: #b898147# 2005/11/18 14:32:54 aw 1.9.54.7: RESYNC: (1.10-1.11); FILE MERGED 2005/09/17 11:26:44 aw 1.9.54.6: RESYNC: (1.9-1.10); FILE MERGED 2005/07/26 11:53:35 aw 1.9.54.5: #114176# 2005/05/26 11:24:33 aw 1.9.54.4: #i39531# 2005/05/19 12:11:26 aw 1.9.54.3: #i39529# 2005/05/12 16:46:24 aw 1.9.54.2: #i39529# 2005/04/26 14:58:37 aw 1.9.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6aa4c838e41c0ecf2621d98fd6c4cef26024942a]

        INTEGRATION: CWS aw024 (1.5.176); FILE MERGED 2006/09/21 23:13:34 aw 1.5.176.7: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 16:31:39 aw 1.5.176.6: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 14:55:10 aw 1.5.176.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:53:32 aw 1.5.176.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 11:26:09 aw 1.5.176.3: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 16:46:24 aw 1.5.176.2: #i39529# 2005/04/26 14:58:37 aw 1.5.176.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d37672b2bcc2b3c8f00d8d1916e162839dfc0fa9]

        INTEGRATION: CWS aw024 (1.34.92); FILE MERGED 2006/09/21 23:13:15 aw 1.34.92.5: RESYNC: (1.37-1.38); FILE MERGED 2006/01/26 19:53:15 aw 1.34.92.4: RESYNC: (1.35-1.37); FILE MERGED 2005/09/17 11:25:47 aw 1.34.92.3: RESYNC: (1.34-1.35); FILE MERGED 2005/05/26 11:24:33 aw 1.34.92.2: #i39531# 2005/05/19 12:11:26 aw 1.34.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e6dd6a0b634bb6b3b787c812c8ccf6f0367742c]

        INTEGRATION: CWS aw024 (1.32.12); FILE MERGED 2006/11/10 05:08:16 aw 1.32.12.10: RESYNC: (1.37-1.39); FILE MERGED 2006/09/21 23:13:08 aw 1.32.12.9: RESYNC: (1.36-1.37); FILE MERGED 2006/08/03 16:31:20 aw 1.32.12.8: RESYNC: (1.35-1.36); FILE MERGED 2006/07/07 16:04:55 aw 1.32.12.7: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:29:44 aw 1.32.12.6: RESYNC: (1.34-1.35); FILE MERGED 2006/01/26 19:53:07 aw 1.32.12.5: RESYNC: (1.33-1.34); FILE MERGED 2005/09/17 11:25:38 aw 1.32.12.4: RESYNC: (1.32-1.33); FILE MERGED 2005/08/03 11:48:27 sj 1.32.12.3: #i48467# changes for GraphicFilter progress bar 2005/05/26 11:24:32 aw 1.32.12.2: #i39531# 2005/05/19 12:11:26 aw 1.32.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [258aca64d9a617eb9227a9c22f738ff1864659c5]

        INTEGRATION: CWS aw024 (1.5.28); FILE MERGED 2006/09/21 23:12:26 aw 1.5.28.5: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 20:29:35 aw 1.5.28.4: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:52:23 aw 1.5.28.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 11:25:00 aw 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:11:25 aw 1.5.28.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3aa5907b74b6c922aaa8ba42fefbe84aaa54c999]

        INTEGRATION: CWS aw024 (1.3.308); FILE MERGED 2006/09/21 23:12:16 aw 1.3.308.6: RESYNC: (1.5-1.6); FILE MERGED 2006/02/01 21:05:40 aw 1.3.308.5: adaption to m154 after resync 2006/01/26 19:52:16 aw 1.3.308.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 11:24:45 aw 1.3.308.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:11:25 aw 1.3.308.2: #i39529# 2005/05/12 16:46:24 aw 1.3.308.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9b3da1ed3f9b1b60d7394bb48d5f02dbab63ead8]

        INTEGRATION: CWS aw024 (1.22.6); FILE MERGED 2006/11/10 05:08:09 aw 1.22.6.8: RESYNC: (1.27-1.28); FILE MERGED 2006/09/21 23:12:06 aw 1.22.6.7: RESYNC: (1.26-1.27); FILE MERGED 2006/08/03 16:31:12 aw 1.22.6.6: RESYNC: (1.24-1.26); FILE MERGED 2006/07/07 16:04:55 aw 1.22.6.5: adaptions after resync SRC680m171->SRC680m174 2006/01/26 19:52:05 aw 1.22.6.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/17 11:24:35 aw 1.22.6.3: RESYNC: (1.22-1.23); FILE MERGED 2005/05/26 11:24:32 aw 1.22.6.2: #i39531# 2005/05/19 12:11:25 aw 1.22.6.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a1978d063b15c5166e27213dbcd78c44a9952026]

        INTEGRATION: CWS aw024 (1.6.174); FILE MERGED 2006/09/21 23:11:48 aw 1.6.174.8: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 16:31:05 aw 1.6.174.7: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 16:04:55 aw 1.6.174.6: adaptions after resync SRC680m171->SRC680m174 2006/07/04 14:54:46 aw 1.6.174.5: RESYNC: (1.8-1.9); FILE MERGED 2006/01/26 19:51:47 aw 1.6.174.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 11:24:15 aw 1.6.174.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:24:31 aw 1.6.174.2: #i39531# 2005/05/19 12:11:25 aw 1.6.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8268361b8f7ce1fabef323657045ea536f327630]

        INTEGRATION: CWS aw024 (1.10.96); FILE MERGED 2006/11/10 05:08:03 aw 1.10.96.8: RESYNC: (1.14-1.15); FILE MERGED 2006/09/21 23:11:23 aw 1.10.96.7: RESYNC: (1.13-1.14); FILE MERGED 2006/08/03 16:30:56 aw 1.10.96.6: RESYNC: (1.12-1.13); FILE MERGED 2006/07/07 16:04:54 aw 1.10.96.5: adaptions after resync SRC680m171->SRC680m174 2006/01/26 19:51:29 aw 1.10.96.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 11:23:52 aw 1.10.96.3: RESYNC: (1.10-1.11); FILE MERGED 2005/05/26 11:24:31 aw 1.10.96.2: #i39531# 2005/05/19 12:11:25 aw 1.10.96.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f26356c7da74ed2e9da4211c50508e8283b1ecf]

        INTEGRATION: CWS aw024 (1.22.96); FILE MERGED 2006/09/21 23:11:16 aw 1.22.96.9: RESYNC: (1.26-1.27); FILE MERGED 2006/07/04 14:54:37 aw 1.22.96.8: RESYNC: (1.25-1.26); FILE MERGED 2006/05/12 20:29:16 aw 1.22.96.7: RESYNC: (1.24-1.25); FILE MERGED 2006/01/26 19:51:20 aw 1.22.96.6: RESYNC: (1.23-1.24); FILE MERGED 2005/09/17 11:23:42 aw 1.22.96.5: RESYNC: (1.22-1.23); FILE MERGED 2005/05/26 11:24:31 aw 1.22.96.4: #i39531# 2005/05/19 12:11:24 aw 1.22.96.3: #i39529# 2005/05/12 16:46:23 aw 1.22.96.2: #i39529# 2005/04/26 14:58:37 aw 1.22.96.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c6a4b9180629327f590519aa56da001a32c650d5]

        INTEGRATION: CWS aw024 (1.10.28); FILE MERGED 2006/09/21 23:10:44 aw 1.10.28.8: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 20:28:57 aw 1.10.28.7: RESYNC: (1.12-1.13); FILE MERGED 2006/01/26 19:50:45 aw 1.10.28.6: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 11:23:04 aw 1.10.28.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/26 11:24:30 aw 1.10.28.4: #i39531# 2005/05/19 12:11:24 aw 1.10.28.3: #i39529# 2005/05/12 16:46:23 aw 1.10.28.2: #i39529# 2005/04/26 14:58:37 aw 1.10.28.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [59f97b703aed6a17e2f31c527060fe0cc2f20727]

        INTEGRATION: CWS aw024 (1.9.310); FILE MERGED 2006/09/21 23:10:30 aw 1.9.310.6: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 20:28:50 aw 1.9.310.5: RESYNC: (1.11-1.12); FILE MERGED 2006/01/26 19:50:38 aw 1.9.310.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/17 11:22:54 aw 1.9.310.3: RESYNC: (1.9-1.10); FILE MERGED 2005/05/26 11:24:30 aw 1.9.310.2: #i39531# 2005/05/19 12:11:24 aw 1.9.310.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2c199c723ccb490aa14ef118be721521ac53a29b]

        INTEGRATION: CWS aw024 (1.13.54); FILE MERGED 2006/09/21 23:10:22 aw 1.13.54.8: RESYNC: (1.16-1.17); FILE MERGED 2006/05/12 20:28:42 aw 1.13.54.7: RESYNC: (1.15-1.16); FILE MERGED 2006/01/26 19:50:30 aw 1.13.54.6: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 11:22:45 aw 1.13.54.5: RESYNC: (1.13-1.14); FILE MERGED 2005/05/19 12:11:24 aw 1.13.54.4: #i39529# 2005/05/12 16:46:23 aw 1.13.54.3: #i39529# 2005/04/26 14:58:36 aw 1.13.54.2: #i39528# 2004/12/27 09:58:27 aw 1.13.54.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4e046f161d3f34eef0ab6d89e38d91f3d216b753]

        INTEGRATION: CWS aw024 (1.12.34); FILE MERGED 2006/11/10 05:07:56 aw 1.12.34.6: RESYNC: (1.16-1.17); FILE MERGED 2006/09/21 23:09:35 aw 1.12.34.5: RESYNC: (1.15-1.16); FILE MERGED 2006/08/03 16:30:48 aw 1.12.34.4: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 20:28:25 aw 1.12.34.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/17 11:21:33 aw 1.12.34.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:11:23 aw 1.12.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0e27430db81720ac3ee214c0fe78e981db1b9594]

        INTEGRATION: CWS aw024 (1.64.30); FILE MERGED 2006/09/21 23:08:49 aw 1.64.30.10: RESYNC: (1.73-1.74); FILE MERGED 2006/05/12 20:28:03 aw 1.64.30.9: RESYNC: (1.70-1.73); FILE MERGED 2006/01/26 19:49:16 aw 1.64.30.8: RESYNC: (1.68-1.70); FILE MERGED 2005/11/18 14:32:12 aw 1.64.30.7: RESYNC: (1.67-1.68); FILE MERGED 2005/09/17 11:20:06 aw 1.64.30.6: RESYNC: (1.66-1.67); FILE MERGED 2005/05/26 11:24:29 aw 1.64.30.5: #i39531# 2005/05/19 12:11:23 aw 1.64.30.4: #i39529# 2005/05/12 16:46:22 aw 1.64.30.3: #i39529# 2005/03/23 19:44:29 aw 1.64.30.2: RESYNC: (1.64-1.66); FILE MERGED 2004/12/27 09:58:27 aw 1.64.30.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5bd6fc76a6d87aa9a5b17d127bda03565f3fcbd7]

        INTEGRATION: CWS aw024 (1.26.110); FILE MERGED 2006/09/21 23:08:33 aw 1.26.110.7: RESYNC: (1.29-1.30); FILE MERGED 2006/09/08 18:46:21 aw 1.26.110.6: RESYNC: (1.28-1.29); FILE MERGED 2006/01/26 19:49:00 aw 1.26.110.5: RESYNC: (1.27-1.28); FILE MERGED 2005/09/17 11:19:22 aw 1.26.110.4: RESYNC: (1.26-1.27); FILE MERGED 2005/05/26 11:24:29 aw 1.26.110.3: #i39531# 2005/05/19 12:11:23 aw 1.26.110.2: #i39529# 2005/05/12 16:46:22 aw 1.26.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ddfb73da4d56dc007a050c29c62905d56add3b2b]

        INTEGRATION: CWS aw024 (1.29.4); FILE MERGED 2006/11/10 05:07:32 aw 1.29.4.3: RESYNC: (1.30-1.32); FILE MERGED 2005/09/17 11:09:54 aw 1.29.4.2: RESYNC: (1.29-1.30); FILE MERGED 2005/08/08 17:12:13 aw 1.29.4.1: #i48467#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f9e0f8c0053fac3c4f765efb89dea99bc6b563fe]

        INTEGRATION: CWS aw024 (1.14.86); FILE MERGED 2006/09/21 23:03:44 aw 1.14.86.8: RESYNC: (1.17-1.18); FILE MERGED 2006/02/01 20:36:03 aw 1.14.86.7: adaption to m154 after resync 2006/01/26 19:47:49 aw 1.14.86.6: RESYNC: (1.16-1.17); FILE MERGED 2005/09/17 11:07:09 aw 1.14.86.5: RESYNC: (1.15-1.16); FILE MERGED 2005/05/26 11:24:28 aw 1.14.86.4: #i39531# 2005/05/19 12:11:22 aw 1.14.86.3: #i39529# 2005/05/13 14:26:11 aw 1.14.86.2: RESYNC: (1.14-1.15); FILE MERGED 2005/05/12 16:46:21 aw 1.14.86.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [65ec073a40b734321a647892658822775c80b052]

        INTEGRATION: CWS aw024 (1.18.76); FILE MERGED 2006/09/21 23:01:15 aw 1.18.76.8: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 16:29:09 aw 1.18.76.7: RESYNC: (1.21-1.22); FILE MERGED 2006/05/17 10:01:34 aw 1.18.76.6: changes after resync 2006/05/12 20:27:04 aw 1.18.76.5: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 19:47:30 aw 1.18.76.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/17 11:02:17 aw 1.18.76.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/26 11:24:28 aw 1.18.76.2: #i39531# 2005/05/19 12:11:22 aw 1.18.76.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [535e9fa043197f21b8d02ba9bbc646c180aeb282]

        INTEGRATION: CWS aw024 (1.2.176); FILE MERGED 2006/09/21 23:00:12 aw 1.2.176.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 10:58:56 aw 1.2.176.3: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:24:27 aw 1.2.176.2: #i39531# 2005/05/19 12:11:22 aw 1.2.176.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [05a7ee6f864e7014afc52116cfd499bfefc5f690]

        INTEGRATION: CWS aw024 (1.38.30); FILE MERGED 2006/11/10 05:07:07 aw 1.38.30.14: RESYNC: (1.50-1.52); FILE MERGED 2006/09/21 22:59:16 aw 1.38.30.13: RESYNC: (1.49-1.50); FILE MERGED 2006/08/03 16:28:28 aw 1.38.30.12: RESYNC: (1.48-1.49); FILE MERGED 2006/07/07 16:04:53 aw 1.38.30.11: adaptions after resync SRC680m171->SRC680m174 2006/05/12 20:26:34 aw 1.38.30.10: RESYNC: (1.46-1.47); FILE MERGED 2006/01/26 19:47:22 aw 1.38.30.9: RESYNC: (1.45-1.46); FILE MERGED 2005/11/18 14:24:49 aw 1.38.30.8: RESYNC: (1.43-1.45); FILE MERGED 2005/09/17 10:56:30 aw 1.38.30.7: RESYNC: (1.42-1.43); FILE MERGED 2005/07/22 09:26:25 aw 1.38.30.6: RESYNC: (1.40-1.42); FILE MERGED 2005/05/26 11:24:26 aw 1.38.30.5: #i39531# 2005/05/19 12:11:21 aw 1.38.30.4: #i39529# 2005/05/12 16:46:21 aw 1.38.30.3: #i39529# 2005/03/23 19:40:11 aw 1.38.30.2: RESYNC: (1.38-1.40); FILE MERGED 2004/12/27 09:58:26 aw 1.38.30.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d9474510dde70dfec28e10dc2542caceaa887d89]

        INTEGRATION: CWS aw024 (1.42.92); FILE MERGED 2006/09/21 22:58:50 aw 1.42.92.6: RESYNC: (1.46-1.47); FILE MERGED 2006/05/12 20:26:26 aw 1.42.92.5: RESYNC: (1.45-1.46); FILE MERGED 2006/01/26 19:47:13 aw 1.42.92.4: RESYNC: (1.44-1.45); FILE MERGED 2005/11/18 14:24:27 aw 1.42.92.3: RESYNC: (1.43-1.44); FILE MERGED 2005/09/17 10:55:39 aw 1.42.92.2: RESYNC: (1.42-1.43); FILE MERGED 2005/05/19 12:11:21 aw 1.42.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [263c9fd88c0a0d5c09138f7df59910dc09d34ef8]

        INTEGRATION: CWS aw024 (1.10.6); FILE MERGED 2006/09/21 22:57:57 aw 1.10.6.5: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 20:25:47 aw 1.10.6.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 10:54:34 aw 1.10.6.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/13 14:24:03 aw 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/27 09:58:26 aw 1.10.6.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b8b7d9ce47955203645eaeab6ab515db7b4020d5]

        INTEGRATION: CWS aw024 (1.31.84); FILE MERGED 2006/11/10 05:07:01 aw 1.31.84.6: RESYNC: (1.35-1.37); FILE MERGED 2006/09/21 22:57:51 aw 1.31.84.5: RESYNC: (1.34-1.35); FILE MERGED 2006/05/12 20:25:40 aw 1.31.84.4: RESYNC: (1.33-1.34); FILE MERGED 2005/11/18 14:23:58 aw 1.31.84.3: RESYNC: (1.32-1.33); FILE MERGED 2005/09/17 10:53:15 aw 1.31.84.2: RESYNC: (1.31-1.32); FILE MERGED 2005/05/19 12:11:21 aw 1.31.84.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4f0f984ad252a82887f0b778c60d302bd67af96d]

        INTEGRATION: CWS aw024 (1.5.630); FILE MERGED 2006/09/21 22:55:48 aw 1.5.630.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 10:39:28 aw 1.5.630.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:11:20 aw 1.5.630.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e57d3781b939350538dfca1769ba6d9bc6201909]

        INTEGRATION: CWS aw024 (1.2.12); FILE MERGED 2006/09/21 22:55:14 aw 1.2.12.6: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 20:23:18 aw 1.2.12.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:44:40 aw 1.2.12.4: RESYNC: (1.6-1.7); FILE MERGED 2005/11/18 14:20:04 aw 1.2.12.3: RESYNC: (1.3-1.6); FILE MERGED 2005/09/17 10:38:40 aw 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/26 11:53:34 aw 1.2.12.1: #114176#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [21f39e4703c9f01de37b9d5487fef2cbac1e6935]

        INTEGRATION: CWS aw024 (1.2.12); FILE MERGED 2006/09/21 22:55:08 aw 1.2.12.5: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 20:23:10 aw 1.2.12.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/26 19:44:32 aw 1.2.12.3: RESYNC: (1.3-1.5); FILE MERGED 2005/09/17 10:38:31 aw 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/26 11:53:34 aw 1.2.12.1: #114176#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6321ec6f8373d8c054e4090d137f60213e21a7fc]

        INTEGRATION: CWS aw024 (1.10.310); FILE MERGED 2006/09/21 22:54:05 aw 1.10.310.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 10:37:15 aw 1.10.310.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/13 14:22:09 aw 1.10.310.2: RESYNC: (1.10-1.11); FILE MERGED 2005/04/26 14:58:35 aw 1.10.310.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [576ec0b00abfd4be5f25967dc274a36f3266435f]

        INTEGRATION: CWS aw024 (1.7.308); FILE MERGED 2006/09/21 22:53:58 aw 1.7.308.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 10:37:07 aw 1.7.308.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:11:20 aw 1.7.308.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d23f0737302046ff4696578d32c88c41caf15e6c]

        INTEGRATION: CWS aw024 (1.22.288); FILE MERGED 2006/09/21 22:53:44 aw 1.22.288.4: RESYNC: (1.24-1.25); FILE MERGED 2005/09/17 10:36:59 aw 1.22.288.3: RESYNC: (1.23-1.24); FILE MERGED 2005/05/13 14:22:00 aw 1.22.288.2: RESYNC: (1.22-1.23); FILE MERGED 2005/04/26 14:58:35 aw 1.22.288.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2470fbbd4f915c471c23900e32b7178d5959174b]

        INTEGRATION: CWS aw024 (1.8.78); FILE MERGED 2005/11/18 14:18:58 aw 1.8.78.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/17 10:33:37 aw 1.8.78.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/12 16:46:20 aw 1.8.78.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [84d14bbadf17271e1f51ae379f909af08bd2c60c]

        INTEGRATION: CWS aw024 (1.20.78); FILE MERGED 2006/11/10 05:06:54 aw 1.20.78.6: RESYNC: (1.24-1.25); FILE MERGED 2006/09/21 22:52:22 aw 1.20.78.5: RESYNC: (1.23-1.24); FILE MERGED 2006/01/26 19:43:20 aw 1.20.78.4: RESYNC: (1.22-1.23); FILE MERGED 2005/11/18 14:18:48 aw 1.20.78.3: RESYNC: (1.21-1.22); FILE MERGED 2005/09/17 10:33:04 aw 1.20.78.2: RESYNC: (1.20-1.21); FILE MERGED 2005/05/12 16:46:20 aw 1.20.78.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [63b064ebf8575091a9af45283f45a786eb647fc8]

        INTEGRATION: CWS aw024 (1.11.98); FILE MERGED 2006/09/21 22:51:55 aw 1.11.98.7: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 16:25:47 aw 1.11.98.6: RESYNC: (1.14-1.17); FILE MERGED 2006/05/17 10:00:39 aw 1.11.98.5: changes after resync 2005/10/07 13:13:01 sj 1.11.98.4: #i48468# added new graphic request for interaction with graphic filters 2005/09/17 10:31:16 aw 1.11.98.3: RESYNC: (1.11-1.12); FILE MERGED 2005/08/03 11:47:09 sj 1.11.98.2: #i48467# changes for GraphicFilter progress bar 2005/05/12 16:46:19 aw 1.11.98.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e69032b1bd623c9fc16489b7a5bbcb76b2062064]

        INTEGRATION: CWS aw024 (1.4.310); FILE MERGED 2006/09/21 22:50:36 aw 1.4.310.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 10:26:47 aw 1.4.310.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:11:19 aw 1.4.310.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c7a8673b40d944c36cb3468676b3ad16d10f6377]

        INTEGRATION: CWS aw024 (1.11.110); FILE MERGED 2006/09/21 22:47:54 aw 1.11.110.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 10:26:22 aw 1.11.110.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/19 12:11:19 aw 1.11.110.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [633134d9d56f07140fa5348205993592acb517ea]

        INTEGRATION: CWS aw024 (1.10.12); FILE MERGED 2006/09/21 22:47:47 aw 1.10.12.4: RESYNC: (1.12-1.13); FILE MERGED 2005/11/18 14:18:07 aw 1.10.12.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 10:26:06 aw 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/04 14:49:36 sj 1.10.12.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>  [ef0d93551148f9bb178cd37a9bf7cfa25c08ea5a]

        INTEGRATION: CWS aw024 (1.2.56); FILE MERGED 2006/09/21 22:45:10 aw 1.2.56.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 10:22:38 aw 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/27 09:58:25 aw 1.2.56.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e2c7b76887987998c10ae9c1ab517ab3abe617e1]

        INTEGRATION: CWS aw024 (1.39.78); FILE MERGED 2006/11/10 05:06:21 aw 1.39.78.9: RESYNC: (1.47-1.48); FILE MERGED 2006/09/21 22:44:25 aw 1.39.78.8: RESYNC: (1.46-1.47); FILE MERGED 2006/09/08 18:43:57 aw 1.39.78.7: RESYNC: (1.45-1.46); FILE MERGED 2006/05/12 20:19:47 aw 1.39.78.6: RESYNC: (1.43-1.45); FILE MERGED 2006/01/26 19:40:24 aw 1.39.78.5: RESYNC: (1.41-1.43); FILE MERGED 2005/09/17 10:18:44 aw 1.39.78.4: RESYNC: (1.40-1.41); FILE MERGED 2005/05/13 14:18:28 aw 1.39.78.3: RESYNC: (1.39-1.40); FILE MERGED 2005/05/12 16:46:19 aw 1.39.78.2: #i39529# 2005/04/26 14:58:35 aw 1.39.78.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0197e646072a4806244bcbdc64b8db155dee5b8]

        INTEGRATION: CWS aw024 (1.31.36); FILE MERGED 2006/09/21 22:44:18 aw 1.31.36.11: RESYNC: (1.42-1.43); FILE MERGED 2006/05/12 20:19:39 aw 1.31.36.10: RESYNC: (1.41-1.42); FILE MERGED 2006/01/26 19:40:14 aw 1.31.36.9: RESYNC: (1.40-1.41); FILE MERGED 2005/11/18 14:16:49 aw 1.31.36.8: RESYNC: (1.38-1.40); FILE MERGED 2005/09/17 10:18:29 aw 1.31.36.7: RESYNC: (1.37-1.38); FILE MERGED 2005/05/26 11:24:26 aw 1.31.36.6: #i39531# 2005/05/19 12:11:18 aw 1.31.36.5: #i39529# 2005/05/13 14:18:19 aw 1.31.36.4: RESYNC: (1.34-1.37); FILE MERGED 2005/05/12 16:46:18 aw 1.31.36.3: #i39529# 2005/03/23 19:31:35 aw 1.31.36.2: RESYNC: (1.31-1.34); FILE MERGED 2004/12/27 09:58:25 aw 1.31.36.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc2c80d186a3baf47a8d14dcd6f5c227395684e2]

        INTEGRATION: CWS aw024 (1.30.12); FILE MERGED 2006/11/10 05:06:15 aw 1.30.12.8: RESYNC: (1.36-1.38); FILE MERGED 2006/09/21 22:44:12 aw 1.30.12.7: RESYNC: (1.35-1.36); FILE MERGED 2006/05/12 20:19:28 aw 1.30.12.6: RESYNC: (1.34-1.35); FILE MERGED 2006/01/26 19:40:04 aw 1.30.12.5: RESYNC: (1.33-1.34); FILE MERGED 2005/11/18 14:16:40 aw 1.30.12.4: RESYNC: (1.32-1.33); FILE MERGED 2005/09/17 10:18:19 aw 1.30.12.3: RESYNC: (1.31-1.32); FILE MERGED 2005/07/22 09:20:42 aw 1.30.12.2: RESYNC: (1.30-1.31); FILE MERGED 2005/05/19 12:11:18 aw 1.30.12.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [60388de466c8276f68f6bb8823af03707ef420e5]

        INTEGRATION: CWS aw024 (1.5.56); FILE MERGED 2006/09/21 22:43:55 aw 1.5.56.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 10:17:54 aw 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/27 09:58:24 aw 1.5.56.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c8b739da308f2c2ccbafa1bcbe5cacc5209d48f5]

        INTEGRATION: CWS aw024 (1.7.54); FILE MERGED 2006/09/21 22:43:49 aw 1.7.54.5: RESYNC: (1.12-1.13); FILE MERGED 2006/01/26 19:39:47 aw 1.7.54.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/17 10:17:44 aw 1.7.54.3: RESYNC: (1.9-1.10); FILE MERGED 2005/03/23 19:30:54 aw 1.7.54.2: RESYNC: (1.7-1.9); FILE MERGED 2004/12/27 09:58:24 aw 1.7.54.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b27e156457614115101d1d82a302340d184bbb34]

        INTEGRATION: CWS aw024 (1.3.56); FILE MERGED 2005/09/17 09:58:28 aw 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/27 09:58:24 aw 1.3.56.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [247a9110c5307da963d8c94b32aa5e1815583d90]

        INTEGRATION: CWS aw024 (1.5.100); FILE MERGED 2006/08/03 16:24:23 aw 1.5.100.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 09:57:49 aw 1.5.100.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 16:46:02 aw 1.5.100.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [90e1b0d6784c6cce5f2a553d436cf53ed7e6c55e]

        INTEGRATION: CWS aw024 (1.4.100); FILE MERGED 2006/07/04 14:51:26 aw 1.4.100.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 09:56:33 aw 1.4.100.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 14:49:20 sj 1.4.100.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>  [b06b0308fbc4ca9ccd1bf1ec92b09ff9060935a0]

        INTEGRATION: CWS aw024 (1.36.34); FILE MERGED 2006/11/10 05:05:22 aw 1.36.34.7: RESYNC: (1.42-1.43); FILE MERGED 2006/05/12 20:17:27 aw 1.36.34.6: RESYNC: (1.40-1.42); FILE MERGED 2006/01/26 19:36:49 aw 1.36.34.5: RESYNC: (1.39-1.40); FILE MERGED 2005/11/18 14:13:54 aw 1.36.34.4: RESYNC: (1.38-1.39); FILE MERGED 2005/09/17 09:43:20 aw 1.36.34.3: RESYNC: (1.37-1.38); FILE MERGED 2005/05/13 14:16:51 aw 1.36.34.2: RESYNC: (1.36-1.37); FILE MERGED 2004/12/27 09:58:23 aw 1.36.34.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [75d4e9ca2aff266acccc0cae3ec3ce6829f12c12]

        INTEGRATION: CWS aw024 (1.4.56); FILE MERGED 2005/09/17 09:42:17 aw 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/27 09:58:23 aw 1.4.56.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [67ebf9f0b4bcdf2f4f9c90e09b206bf373f98439]

        INTEGRATION: CWS aw024 (1.19.32); FILE MERGED 2006/11/10 05:04:58 aw 1.19.32.5: RESYNC: (1.22-1.23); FILE MERGED 2006/05/12 20:16:49 aw 1.19.32.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/17 09:14:31 aw 1.19.32.3: RESYNC: (1.20-1.21); FILE MERGED 2005/03/23 19:24:57 aw 1.19.32.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/28 15:24:57 aw 1.19.32.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7d42f44a260775642b3654297f5e1fff4c018ee4]

        INTEGRATION: CWS aw024 (1.95.26); FILE MERGED 2006/09/21 21:53:16 aw 1.95.26.9: RESYNC: (1.114-1.115); FILE MERGED 2006/07/04 14:18:51 aw 1.95.26.8: RESYNC: (1.113-1.114); FILE MERGED 2006/05/12 20:12:04 aw 1.95.26.7: RESYNC: (1.107-1.113); FILE MERGED 2005/11/18 14:09:54 aw 1.95.26.6: RESYNC: (1.106-1.107); FILE MERGED 2005/09/17 07:16:28 aw 1.95.26.5: RESYNC: (1.105-1.106); FILE MERGED 2005/05/13 14:09:56 aw 1.95.26.4: RESYNC: (1.103-1.105); FILE MERGED 2005/04/26 15:14:01 aw 1.95.26.3: #i39528# 2005/03/23 19:14:58 aw 1.95.26.2: RESYNC: (1.95-1.103); FILE MERGED 2004/12/28 15:24:46 aw 1.95.26.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [785488d3d47df84d22c1c0d320ecf81346c194e0]

        INTEGRATION: CWS aw024 (1.5.26); FILE MERGED 2006/09/21 21:52:35 aw 1.5.26.7: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 14:18:16 aw 1.5.26.6: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 07:14:33 aw 1.5.26.5: RESYNC: (1.10-1.11); FILE MERGED 2005/07/22 08:52:49 aw 1.5.26.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/13 14:09:17 aw 1.5.26.3: RESYNC: (1.8-1.9); FILE MERGED 2005/03/23 19:14:40 aw 1.5.26.2: RESYNC: (1.5-1.8); FILE MERGED 2004/12/28 15:24:45 aw 1.5.26.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [47bd6a130a350077a3a2e253ff7323c61167f9be]

        INTEGRATION: CWS aw024 (1.25.26); FILE MERGED 2006/09/21 21:52:27 aw 1.25.26.6: RESYNC: (1.30-1.31); FILE MERGED 2006/07/04 14:18:08 aw 1.25.26.5: RESYNC: (1.29-1.30); FILE MERGED 2005/09/17 07:14:11 aw 1.25.26.4: RESYNC: (1.28-1.29); FILE MERGED 2005/05/13 14:09:08 aw 1.25.26.3: RESYNC: (1.27-1.28); FILE MERGED 2005/03/23 19:14:31 aw 1.25.26.2: RESYNC: (1.25-1.27); FILE MERGED 2004/12/28 15:24:45 aw 1.25.26.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b8159642e1ca40d0f667d50cab5caa78f9504e29]

        INTEGRATION: CWS aw024 (1.16.66); FILE MERGED 2006/09/21 21:52:19 aw 1.16.66.4: RESYNC: (1.18-1.19); FILE MERGED 2006/07/04 14:18:02 aw 1.16.66.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/17 07:13:42 aw 1.16.66.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/28 15:24:45 aw 1.16.66.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e45f5a7a56c36f4a83e9d301c7afc2dc8125df55]

        INTEGRATION: CWS aw024 (1.5.66); FILE MERGED 2005/09/17 07:13:22 aw 1.5.66.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/28 15:24:44 aw 1.5.66.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [577d2f480ac301020a74e3968c612eeb0b8a2f50]

        INTEGRATION: CWS aw024 (1.7.66); FILE MERGED 2006/09/21 21:52:04 aw 1.7.66.4: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 14:17:55 aw 1.7.66.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/17 07:13:08 aw 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/28 15:24:44 aw 1.7.66.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0345097c2e943fb95f1c9210d13a0fa4917a76b]

        INTEGRATION: CWS aw024 (1.16.100); FILE MERGED 2006/11/13 11:10:53 aw 1.16.100.8: changes after resync 2006/11/10 04:53:18 aw 1.16.100.7: RESYNC: (1.22-1.23); FILE MERGED 2006/09/21 21:51:56 aw 1.16.100.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 14:17:48 aw 1.16.100.5: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 20:11:55 aw 1.16.100.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/17 07:12:58 aw 1.16.100.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/13 14:08:57 aw 1.16.100.2: RESYNC: (1.16-1.18); FILE MERGED 2004/12/28 15:24:44 aw 1.16.100.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4beebe21c38a393f4640d9947a26b6b3ce3f5096]

        INTEGRATION: CWS aw024 (1.4.26); FILE MERGED 2006/11/10 04:53:11 aw 1.4.26.9: RESYNC: (1.12-1.13); FILE MERGED 2006/09/22 17:26:10 aw 1.4.26.8: chagnes after resync to m185 2006/09/21 21:51:25 aw 1.4.26.7: RESYNC: (1.11-1.12); FILE MERGED 2006/09/08 18:39:42 aw 1.4.26.6: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 14:17:21 aw 1.4.26.5: RESYNC: (1.9-1.10); FILE MERGED 2005/09/17 07:12:18 aw 1.4.26.4: RESYNC: (1.8-1.9); FILE MERGED 2005/05/13 14:08:47 aw 1.4.26.3: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 19:14:11 aw 1.4.26.2: RESYNC: (1.4-1.7); FILE MERGED 2004/12/28 15:24:44 aw 1.4.26.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e9b2c29e1185834c02f99eedf0c5fd588c25a03]

        INTEGRATION: CWS aw024 (1.12.100); FILE MERGED 2006/11/10 04:53:05 aw 1.12.100.7: RESYNC: (1.16-1.17); FILE MERGED 2006/09/22 17:26:10 aw 1.12.100.6: chagnes after resync to m185 2006/09/21 21:51:17 aw 1.12.100.5: RESYNC: (1.15-1.16); FILE MERGED 2006/08/03 16:15:40 aw 1.12.100.4: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 14:17:14 aw 1.12.100.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/17 07:12:08 aw 1.12.100.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/28 15:24:43 aw 1.12.100.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5e35070c01caa5181f61f87ad6990a56a31958b9]

        INTEGRATION: CWS aw024 (1.42.24); FILE MERGED 2006/11/10 04:52:58 aw 1.42.24.9: RESYNC: (1.53-1.54); FILE MERGED 2006/09/21 21:51:08 aw 1.42.24.8: RESYNC: (1.52-1.53); FILE MERGED 2006/08/03 16:15:32 aw 1.42.24.7: RESYNC: (1.51-1.52); FILE MERGED 2006/07/04 14:17:07 aw 1.42.24.6: RESYNC: (1.50-1.51); FILE MERGED 2006/05/12 20:11:46 aw 1.42.24.5: RESYNC: (1.49-1.50); FILE MERGED 2005/11/18 14:09:46 aw 1.42.24.4: RESYNC: (1.48-1.49); FILE MERGED 2005/09/17 07:11:51 aw 1.42.24.3: RESYNC: (1.47-1.48); FILE MERGED 2005/03/23 19:14:01 aw 1.42.24.2: RESYNC: (1.42-1.47); FILE MERGED 2004/12/28 15:24:43 aw 1.42.24.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [937218252363ef800a4d62c151f9ea3969efb48f]

        INTEGRATION: CWS aw024 (1.92.26); FILE MERGED 2006/09/21 21:50:31 aw 1.92.26.11: RESYNC: (1.107-1.108); FILE MERGED 2006/09/08 18:39:35 aw 1.92.26.10: RESYNC: (1.106-1.107); FILE MERGED 2006/08/03 16:15:24 aw 1.92.26.9: RESYNC: (1.105-1.106); FILE MERGED 2006/07/04 14:16:42 aw 1.92.26.8: RESYNC: (1.104-1.105); FILE MERGED 2006/05/16 10:31:23 aw 1.92.26.7: changes after resync 2006/05/12 20:11:27 aw 1.92.26.6: RESYNC: (1.102-1.104); FILE MERGED 2005/09/17 07:10:56 aw 1.92.26.5: RESYNC: (1.100-1.102); FILE MERGED 2005/07/22 08:52:16 aw 1.92.26.4: RESYNC: (1.99-1.100); FILE MERGED 2005/05/13 14:08:26 aw 1.92.26.3: RESYNC: (1.95-1.99); FILE MERGED 2005/03/23 19:13:18 aw 1.92.26.2: RESYNC: (1.92-1.95); FILE MERGED 2004/12/28 15:24:43 aw 1.92.26.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [70b23bae0326cf2bf8f23585272c777d99f43c22]

        INTEGRATION: CWS aw024 (1.37.24); FILE MERGED 2006/11/10 04:51:55 aw 1.37.24.8: RESYNC: (1.43-1.45); FILE MERGED 2006/09/21 21:46:40 aw 1.37.24.7: RESYNC: (1.42-1.43); FILE MERGED 2006/07/04 14:13:30 aw 1.37.24.6: RESYNC: (1.41-1.42); FILE MERGED 2006/05/12 20:11:18 aw 1.37.24.5: RESYNC: (1.40-1.41); FILE MERGED 2005/11/18 14:09:14 aw 1.37.24.4: RESYNC: (1.39-1.40); FILE MERGED 2005/09/17 07:03:48 aw 1.37.24.3: RESYNC: (1.38-1.39); FILE MERGED 2005/03/23 19:11:28 aw 1.37.24.2: RESYNC: (1.37-1.38); FILE MERGED 2004/12/28 15:24:42 aw 1.37.24.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [730f7a4754aa33345458169cfa629bac03d7ce45]

        INTEGRATION: CWS aw024 (1.32.34); FILE MERGED 2006/09/21 21:39:31 aw 1.32.34.5: RESYNC: (1.35-1.36); FILE MERGED 2006/07/04 14:09:00 aw 1.32.34.4: RESYNC: (1.34-1.35); FILE MERGED 2005/09/17 06:54:39 aw 1.32.34.3: RESYNC: (1.33-1.34); FILE MERGED 2005/07/22 08:51:27 aw 1.32.34.2: RESYNC: (1.32-1.33); FILE MERGED 2004/12/28 15:24:42 aw 1.32.34.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [433401ca34af005f1550b87ebac20599ef2d0b4f]

        INTEGRATION: CWS aw024 (1.5.460); FILE MERGED 2006/11/13 11:10:46 aw 1.5.460.5: changes after resync 2006/11/10 04:49:05 aw 1.5.460.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 14:05:47 aw 1.5.460.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 06:44:40 aw 1.5.460.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/28 15:24:15 aw 1.5.460.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ed9fb1f531e211bbbc93aecce4771d544bf1852c]

        INTEGRATION: CWS aw024 (1.182.14); FILE MERGED 2006/11/10 15:32:41 aw 1.182.14.11: RESYNC: (1.197-1.199); FILE MERGED 2006/11/10 04:20:20 aw 1.182.14.10: RESYNC: (1.196-1.197); FILE MERGED 2006/09/21 21:09:06 aw 1.182.14.9: RESYNC: (1.195-1.196); FILE MERGED 2006/09/08 18:29:30 aw 1.182.14.8: RESYNC: (1.194-1.195); FILE MERGED 2006/08/03 16:03:45 aw 1.182.14.7: RESYNC: (1.192-1.194); FILE MERGED 2006/05/12 19:57:22 aw 1.182.14.6: RESYNC: (1.188-1.192); FILE MERGED 2006/01/30 19:05:22 aw 1.182.14.5: RESYNC: (1.187-1.188); FILE MERGED 2005/11/18 19:53:57 aw 1.182.14.4: RESYNC: (1.183-1.187); FILE MERGED 2005/10/07 15:58:04 sj 1.182.14.3: #i48467# using GraphicExporter component for exports 2005/09/20 04:57:08 aw 1.182.14.2: RESYNC: (1.182-1.183); FILE MERGED 2005/08/04 14:45:04 sj 1.182.14.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>  [19cb41e602c3240835c44a1704465222c5862c7e]

        INTEGRATION: CWS aw024 (1.43.10); FILE MERGED 2006/11/10 04:18:49 aw 1.43.10.2: RESYNC: (1.43-1.44); FILE MERGED 2006/09/15 12:34:44 aw 1.43.10.1: i69170# added bf_go* lib to package

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c9eda6b776a3a47d8159358579c0ecd39733a54b]

        INTEGRATION: CWS aw024 (1.209.28); FILE MERGED 2006/11/10 15:31:51 aw 1.209.28.3: RESYNC: (1.212-1.214); FILE MERGED 2006/11/10 04:18:07 aw 1.209.28.2: RESYNC: (1.209-1.212); FILE MERGED 2006/09/15 12:34:43 aw 1.209.28.1: i69170# added bf_go* lib to package

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e85f21f2cec4d00601d300adfeee70f3b70e63a2]

        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>  [417f4438b65c0bb8ab982293372891e5f04ab34e]

        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>  [f35059ee747589af6da3d7e40b9ac058e8d8eea6]

        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>  [bdc4aa1fd3ebb8196b2150968ebc076720b9f00b]

        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>  [4fbd95d4f2a24e83e46f1b8a0a9f3fd8a05124de]

        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>  [0118acc1674bbc23bae13668fdc2a70d43408629]

        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>  [454bb4b57884b6cc216dfa64c3240e04459aa341]

        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>  [8216aa020555748d67e5cf54d9acb40db5a0de73]

        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>  [9b5eaf6f731e9745f1d2e0a23c47b87d9b723995]

        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>  [050ba5389ab6c0f346a44e835cd0e5e9a7872c9c]

        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>  [19a69efa6fb9557ef07e9c80533f32cd7e669d12]

        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>  [55cd619c5b713c71dcec945aff8a0b4b0a45376b]

        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>  [c75a7578231a8d56ab29ab688c13ec68824a01a1]

        INTEGRATION: CWS aw024 (1.86.6); FILE MERGED 2006/11/10 15:29:34 aw 1.86.6.13: RESYNC: (1.104-1.105); FILE MERGED 2006/11/10 04:08:04 aw 1.86.6.12: RESYNC: (1.102-1.104); FILE MERGED 2006/09/08 18:25:35 aw 1.86.6.11: RESYNC: (1.101-1.102); FILE MERGED 2006/08/03 15:49:33 aw 1.86.6.10: RESYNC: (1.100-1.101); FILE MERGED 2006/07/04 13:43:04 aw 1.86.6.9: RESYNC: (1.98-1.100); FILE MERGED 2006/05/12 19:50:20 aw 1.86.6.8: RESYNC: (1.96-1.98); FILE MERGED 2006/01/26 23:07:54 aw 1.86.6.7: RESYNC: (1.94-1.96); FILE MERGED 2005/11/18 18:50:42 aw 1.86.6.6: RESYNC: (1.93-1.94); FILE MERGED 2005/09/19 21:11:48 aw 1.86.6.5: RESYNC: (1.91-1.93); FILE MERGED 2005/07/22 12:18:03 aw 1.86.6.4: RESYNC: (1.88-1.91); FILE MERGED 2005/05/13 16:25:26 aw 1.86.6.3: RESYNC: (1.86-1.88); FILE MERGED 2005/03/24 15:43:38 aw 1.86.6.2: #i39528# 2005/03/24 10:23:24 aw 1.86.6.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f336946ba5e6f6b8a064ab0b614dd9fb0961a011]

        INTEGRATION: CWS aw024 (1.7.100); FILE MERGED 2006/09/21 20:42:14 aw 1.7.100.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/19 16:16:16 aw 1.7.100.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/17 16:02:05 aw 1.7.100.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [29ea480ed936affa4a908fd2a764de9541840c97]

        INTEGRATION: CWS aw024 (1.39.4); FILE MERGED 2006/09/21 20:40:08 aw 1.39.4.8: RESYNC: (1.52-1.53); FILE MERGED 2006/09/08 18:20:40 aw 1.39.4.7: RESYNC: (1.50-1.52); FILE MERGED 2006/08/03 15:44:17 aw 1.39.4.6: RESYNC: (1.49-1.50); FILE MERGED 2006/05/12 19:34:18 aw 1.39.4.5: RESYNC: (1.46-1.49); FILE MERGED 2006/01/30 19:01:38 aw 1.39.4.4: RESYNC: (1.44-1.46); FILE MERGED 2005/11/18 18:01:59 aw 1.39.4.3: RESYNC: (1.40-1.44); FILE MERGED 2005/09/19 16:10:59 aw 1.39.4.2: RESYNC: (1.39-1.40); FILE MERGED 2005/08/08 15:27:28 aw 1.39.4.1: #i48467#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1f3354412cdf53d879fa0855a4a8b3bf45269528]

        INTEGRATION: CWS aw024 (1.2.400); FILE MERGED 2006/09/21 20:38:46 aw 1.2.400.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 16:05:57 aw 1.2.400.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/17 16:02:04 aw 1.2.400.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d0d46e0f506d7fd3578039ed23c9e4235c29ca8f]

        INTEGRATION: CWS aw024 (1.15.240); FILE MERGED 2006/09/21 20:38:37 aw 1.15.240.7: RESYNC: (1.19-1.20); FILE MERGED 2006/09/08 18:20:19 aw 1.15.240.6: RESYNC: (1.18-1.19); FILE MERGED 2006/01/26 22:41:46 aw 1.15.240.5: RESYNC: (1.17-1.18); FILE MERGED 2005/11/18 17:59:01 aw 1.15.240.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/19 16:05:48 aw 1.15.240.3: RESYNC: (1.15-1.16); FILE MERGED 2005/08/08 15:38:01 sj 1.15.240.2: #i48467# some changes within the graphicfilters 2005/05/17 16:02:03 aw 1.15.240.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1ba03db91adf418c9747f719f5fadd60bfc0aaa6]

        INTEGRATION: CWS aw024 (1.5.288); FILE MERGED 2005/11/18 17:58:53 aw 1.5.288.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 16:05:34 aw 1.5.288.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/17 16:02:02 aw 1.5.288.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cc5de0f4aae5ffea2b46c424b35a374efa2091d6]

        INTEGRATION: CWS aw024 (1.3.180); FILE MERGED 2006/09/21 20:38:30 aw 1.3.180.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/19 16:05:24 aw 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/17 16:02:02 aw 1.3.180.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [03d0d50d2604080cb0ee3dc013f76d2f7ae97461]

        INTEGRATION: CWS aw024 (1.10.202); FILE MERGED 2006/05/29 17:04:46 aw 1.10.202.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/19 16:03:25 aw 1.10.202.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/17 16:02:01 aw 1.10.202.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [740ec00c6ea60475a61abbb9c8f27ccdbe5f56a5]

        INTEGRATION: CWS aw024 (1.8.242); FILE MERGED 2006/09/21 20:25:29 aw 1.8.242.4: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 19:29:51 aw 1.8.242.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/19 12:50:57 aw 1.8.242.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:05:05 aw 1.8.242.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5ec91f7a88fa7f90b52fa9b805a6000f260a93a2]

        INTEGRATION: CWS aw024 (1.11.450); FILE MERGED 2006/09/21 19:54:22 aw 1.11.450.5: RESYNC: (1.14-1.15); FILE MERGED 2006/09/08 18:11:48 aw 1.11.450.4: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 18:55:29 aw 1.11.450.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/18 05:40:58 aw 1.11.450.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/25 09:54:15 aw 1.11.450.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d031db668ab4e8b1862a0f612f806fcee6ae2505]

        INTEGRATION: CWS aw024 (1.42.194); FILE MERGED 2006/05/12 18:55:11 aw 1.42.194.7: RESYNC: (1.45-1.46); FILE MERGED 2005/09/22 16:08:22 aw 1.42.194.6: #i39529# removed primitive help stuff 2005/09/18 05:40:23 aw 1.42.194.5: RESYNC: (1.43-1.45); FILE MERGED 2005/07/21 16:24:49 aw 1.42.194.4: #i39532# 2005/05/19 12:34:07 aw 1.42.194.3: #i39529# 2005/05/13 16:04:53 aw 1.42.194.2: RESYNC: (1.42-1.43); FILE MERGED 2005/04/26 15:04:55 aw 1.42.194.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [476d2410f96bee4264526ca08d08fdaa8f7c2f8d]

        INTEGRATION: CWS aw024 (1.12.20); FILE MERGED 2006/10/27 12:14:19 aw 1.12.20.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:53:46 aw 1.12.20.6: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 13:33:56 aw 1.12.20.5: RESYNC: (1.13-1.14); FILE MERGED 2005/09/18 05:39:44 aw 1.12.20.4: RESYNC: (1.12-1.13); FILE MERGED 2005/05/12 16:39:46 aw 1.12.20.3: #i39529# 2005/04/26 15:04:38 aw 1.12.20.2: #i39528# 2004/12/23 16:52:59 aw 1.12.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e3127ad9565d0bc6da2b8fde1b361defe49c9825]

        INTEGRATION: CWS aw024 (1.14.20); FILE MERGED 2006/09/21 19:53:23 aw 1.14.20.4: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 13:33:39 aw 1.14.20.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/18 05:39:25 aw 1.14.20.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/23 16:52:59 aw 1.14.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [85e89df86e5e9bedff743ee112eb4432ad9935dd]

        INTEGRATION: CWS aw024 (1.13.20); FILE MERGED 2006/09/21 19:53:14 aw 1.13.20.4: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 13:33:31 aw 1.13.20.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 05:39:17 aw 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/23 16:52:58 aw 1.13.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc5f1abe1781c263cb6ee81a9ff8af6d31018983]

        INTEGRATION: CWS aw024 (1.13.20); FILE MERGED 2006/09/21 19:53:00 aw 1.13.20.4: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 13:33:24 aw 1.13.20.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 05:39:10 aw 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/23 16:52:58 aw 1.13.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a8820318fea473f2e86c12bb6ace7fdc46d3d7f4]

        INTEGRATION: CWS aw024 (1.13.20); FILE MERGED 2006/09/21 19:52:52 aw 1.13.20.4: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 13:33:17 aw 1.13.20.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 05:38:57 aw 1.13.20.2: RESYNC: (1.13-1.14); FILE MERGED 2004/12/23 16:52:58 aw 1.13.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f4982830168fe2aca36341d229f3cbe0b1c26609]

        INTEGRATION: CWS aw024 (1.10.20); FILE MERGED 2006/09/21 19:52:44 aw 1.10.20.4: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 13:33:10 aw 1.10.20.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/18 05:38:48 aw 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/23 16:52:58 aw 1.10.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5b52fef74bed1c8669fdb2006b9769763948c8f7]

        INTEGRATION: CWS aw024 (1.8.140); FILE MERGED 2006/10/27 12:14:19 aw 1.8.140.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:52:36 aw 1.8.140.7: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 13:33:03 aw 1.8.140.6: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 05:38:38 aw 1.8.140.5: RESYNC: (1.9-1.10); FILE MERGED 2005/05/12 16:39:46 aw 1.8.140.4: #i39529# 2005/04/26 15:04:37 aw 1.8.140.3: #i39528# 2005/03/24 00:58:43 aw 1.8.140.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/23 16:52:57 aw 1.8.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e4f7d1c1fe5e4287827469e966305143c4c60e1]

        INTEGRATION: CWS aw024 (1.29.78); FILE MERGED 2006/11/10 03:54:05 aw 1.29.78.17: RESYNC: (1.34-1.35); FILE MERGED 2006/10/27 12:14:18 aw 1.29.78.16: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:51:06 aw 1.29.78.15: RESYNC: (1.33-1.34); FILE MERGED 2006/09/08 18:10:37 aw 1.29.78.14: RESYNC: (1.32-1.33); FILE MERGED 2006/07/27 15:34:35 aw 1.29.78.13: #114408# adaptions for SC 2006/07/07 16:03:21 aw 1.29.78.12: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:32:03 aw 1.29.78.11: RESYNC: (1.31-1.32); FILE MERGED 2006/06/29 09:20:45 aw 1.29.78.10: #i39529# removed some more XPolygon usages 2006/06/27 13:16:16 aw 1.29.78.9: #114408# errors corrected, some extensions added 2005/09/18 05:37:00 aw 1.29.78.8: RESYNC: (1.30-1.31); FILE MERGED 2005/07/21 16:24:26 aw 1.29.78.7: #i39532# 2005/05/19 12:31:49 aw 1.29.78.6: #i39529# 2005/05/13 16:04:45 aw 1.29.78.5: RESYNC: (1.29-1.30); FILE MERGED 2005/05/13 12:21:48 aw 1.29.78.4: #i39529# 2005/05/12 16:39:44 aw 1.29.78.3: #i39529# 2005/04/26 15:04:37 aw 1.29.78.2: #i39528# 2004/12/23 16:52:56 aw 1.29.78.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5058971c0df4d96d0336189e792737c2f381faec]

        INTEGRATION: CWS aw024 (1.9.76); FILE MERGED 2006/11/10 03:53:58 aw 1.9.76.7: RESYNC: (1.12-1.13); FILE MERGED 2006/10/27 12:14:18 aw 1.9.76.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:50:57 aw 1.9.76.5: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 13:31:51 aw 1.9.76.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 05:36:40 aw 1.9.76.3: RESYNC: (1.9-1.10); FILE MERGED 2005/05/12 16:39:44 aw 1.9.76.2: #i39529# 2004/12/23 16:52:56 aw 1.9.76.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [95f28bf85d0b16abf47b3142a97c2cad1b74755e]

        INTEGRATION: CWS aw024 (1.12.20); FILE MERGED 2006/09/21 19:50:45 aw 1.12.20.6: RESYNC: (1.16-1.17); FILE MERGED 2006/08/03 15:29:14 aw 1.12.20.5: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 13:31:43 aw 1.12.20.4: RESYNC: (1.14-1.15); FILE MERGED 2006/05/12 18:54:16 aw 1.12.20.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/18 05:36:30 aw 1.12.20.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/04 15:47:25 sj 1.12.20.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>  [7fa111d3fa9a389856dd532436b32b3a6bd36b1e]

        INTEGRATION: CWS aw024 (1.48.76); FILE MERGED 2006/09/21 19:45:31 aw 1.48.76.10: RESYNC: (1.55-1.56); FILE MERGED 2006/08/03 15:28:58 aw 1.48.76.9: RESYNC: (1.54-1.55); FILE MERGED 2006/07/04 13:27:44 aw 1.48.76.8: RESYNC: (1.53-1.54); FILE MERGED 2006/05/12 18:53:10 aw 1.48.76.7: RESYNC: (1.52-1.53); FILE MERGED 2006/01/26 22:13:53 aw 1.48.76.6: RESYNC: (1.51-1.52); FILE MERGED 2005/11/18 17:11:22 aw 1.48.76.5: RESYNC: (1.50-1.51); FILE MERGED 2005/09/18 05:30:11 aw 1.48.76.4: RESYNC: (1.49-1.50); FILE MERGED 2005/07/22 11:00:02 aw 1.48.76.3: RESYNC: (1.48-1.49); FILE MERGED 2005/05/19 12:31:48 aw 1.48.76.2: #i39529# 2005/04/26 15:04:36 aw 1.48.76.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [787912266c748c8acb59bedaa2985ad240b0d92f]

        INTEGRATION: CWS aw024 (1.123.20); FILE MERGED 2006/11/10 03:52:24 aw 1.123.20.18: RESYNC: (1.147-1.149); FILE MERGED 2006/10/27 12:14:17 aw 1.123.20.17: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:45:06 aw 1.123.20.16: RESYNC: (1.146-1.147); FILE MERGED 2006/07/04 13:27:25 aw 1.123.20.15: RESYNC: (1.145-1.146); FILE MERGED 2006/05/12 18:53:01 aw 1.123.20.14: RESYNC: (1.140-1.145); FILE MERGED 2006/01/26 22:13:43 aw 1.123.20.13: RESYNC: (1.139-1.140); FILE MERGED 2005/11/22 10:27:18 aw 1.123.20.12: #b898147# 2005/11/18 17:11:14 aw 1.123.20.11: RESYNC: (1.136-1.139); FILE MERGED 2005/09/18 05:29:53 aw 1.123.20.10: RESYNC: (1.134-1.136); FILE MERGED 2005/08/04 15:48:22 sj 1.123.20.9: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/07/22 10:59:54 aw 1.123.20.8: RESYNC: (1.133-1.134); FILE MERGED 2005/05/19 12:31:48 aw 1.123.20.7: #i39529# 2005/05/13 16:04:16 aw 1.123.20.6: RESYNC: (1.131-1.133); FILE MERGED 2005/05/12 16:39:43 aw 1.123.20.5: #i39529# 2005/04/26 15:04:36 aw 1.123.20.4: #i39528# 2005/03/24 16:24:55 aw 1.123.20.3: #i39528# 2005/03/24 00:56:51 aw 1.123.20.2: RESYNC: (1.123-1.131); FILE MERGED 2004/12/28 11:21:27 aw 1.123.20.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [eeb9b4f0e7fb0d0f69995b4f8835bf35eca446d3]

        INTEGRATION: CWS aw024 (1.22.78); FILE MERGED 2006/10/27 12:14:17 aw 1.22.78.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:44:48 aw 1.22.78.5: RESYNC: (1.25-1.26); FILE MERGED 2006/07/04 13:27:05 aw 1.22.78.4: RESYNC: (1.24-1.25); FILE MERGED 2006/05/12 18:52:41 aw 1.22.78.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/18 05:29:25 aw 1.22.78.2: RESYNC: (1.22-1.23); FILE MERGED 2005/04/26 15:04:36 aw 1.22.78.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e25144f76851bab8f3392f2655b1f119fde1843]

        INTEGRATION: CWS aw024 (1.48.76); FILE MERGED 2006/11/10 03:52:08 aw 1.48.76.17: RESYNC: (1.56-1.57); FILE MERGED 2006/10/27 12:14:17 aw 1.48.76.16: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:44:40 aw 1.48.76.15: RESYNC: (1.55-1.56); FILE MERGED 2006/08/03 15:28:51 aw 1.48.76.14: RESYNC: (1.53-1.55); FILE MERGED 2006/07/07 16:03:21 aw 1.48.76.13: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:26:57 aw 1.48.76.12: RESYNC: (1.52-1.53); FILE MERGED 2006/05/16 14:06:36 aw 1.48.76.11: changes after resync 2006/05/12 18:52:33 aw 1.48.76.10: RESYNC: (1.51-1.52); FILE MERGED 2005/09/18 05:29:17 aw 1.48.76.9: RESYNC: (1.50-1.51); FILE MERGED 2005/08/04 15:48:22 sj 1.48.76.8: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/05/26 11:28:10 aw 1.48.76.7: #i39531# 2005/05/25 09:50:58 aw 1.48.76.6: #i39529# 2005/05/19 12:31:47 aw 1.48.76.5: #i39529# 2005/05/12 16:39:43 aw 1.48.76.4: #i39529# 2005/04/26 15:04:35 aw 1.48.76.3: #i39528# 2005/03/24 00:56:32 aw 1.48.76.2: RESYNC: (1.48-1.50); FILE MERGED 2004/12/28 11:21:26 aw 1.48.76.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7ccc915cd81e26408cfd7f9a1d401fe75c174784]

        INTEGRATION: CWS aw024 (1.12.140); FILE MERGED 2006/11/10 03:51:53 aw 1.12.140.5: RESYNC: (1.15-1.16); FILE MERGED 2006/09/21 19:44:20 aw 1.12.140.4: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 13:26:37 aw 1.12.140.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/18 05:29:00 aw 1.12.140.2: RESYNC: (1.12-1.13); FILE MERGED 2004/12/23 16:52:55 aw 1.12.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d8fb61799e839d92e30a603538045ce62dbc504b]

        INTEGRATION: CWS aw024 (1.30.252); FILE MERGED 2006/11/10 03:51:47 aw 1.30.252.15: RESYNC: (1.37-1.39); FILE MERGED 2006/10/27 12:14:16 aw 1.30.252.14: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:44:11 aw 1.30.252.13: RESYNC: (1.36-1.37); FILE MERGED 2006/08/03 15:28:43 aw 1.30.252.12: RESYNC: (1.35-1.36); FILE MERGED 2006/07/07 16:03:21 aw 1.30.252.11: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:26:31 aw 1.30.252.10: RESYNC: (1.34-1.35); FILE MERGED 2006/05/16 14:06:36 aw 1.30.252.9: changes after resync 2006/05/12 18:52:24 aw 1.30.252.8: RESYNC: (1.33-1.34); FILE MERGED 2005/11/18 17:11:05 aw 1.30.252.7: RESYNC: (1.32-1.33); FILE MERGED 2005/09/18 05:28:52 aw 1.30.252.6: RESYNC: (1.31-1.32); FILE MERGED 2005/05/26 11:28:10 aw 1.30.252.5: #i39531# 2005/05/19 12:31:47 aw 1.30.252.4: #i39529# 2005/05/13 16:04:07 aw 1.30.252.3: RESYNC: (1.30-1.31); FILE MERGED 2005/05/12 16:39:43 aw 1.30.252.2: #i39529# 2005/04/26 15:04:35 aw 1.30.252.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3a61a835af19a459ec62a9dcc43cc3478fd14e8a]

        INTEGRATION: CWS aw024 (1.16.12); FILE MERGED 2006/11/10 03:51:32 aw 1.16.12.4: RESYNC: (1.18-1.19); FILE MERGED 2006/09/21 19:43:35 aw 1.16.12.3: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 13:26:14 aw 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 07:00:04 fs 1.16.12.1: merge changes from CWS formcontacts (for #i52724#) herein

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [06c27c0dc122bc1ce098ff98248c853a6e0fac72]

        INTEGRATION: CWS aw024 (1.19.140); FILE MERGED 2006/11/10 03:51:26 aw 1.19.140.5: RESYNC: (1.22-1.23); FILE MERGED 2006/09/21 19:43:16 aw 1.19.140.4: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 13:25:58 aw 1.19.140.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 05:27:51 aw 1.19.140.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/23 16:52:55 aw 1.19.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e03aa477fca59b51826f0e59fe2e9391d0c0c77e]

        INTEGRATION: CWS aw024 (1.4.1178); FILE MERGED 2006/10/27 12:14:16 aw 1.4.1178.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:41:24 aw 1.4.1178.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 13:25:15 aw 1.4.1178.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 05:25:16 aw 1.4.1178.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/12 16:39:42 aw 1.4.1178.2: #i39529# 2005/04/26 15:04:35 aw 1.4.1178.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3253935f72654251b3a573b683f29ed37501adc4]

        INTEGRATION: CWS aw024 (1.22.34); FILE MERGED 2006/11/10 03:50:42 aw 1.22.34.12: RESYNC: (1.28-1.31); FILE MERGED 2006/09/21 19:40:54 aw 1.22.34.11: RESYNC: (1.27-1.28); FILE MERGED 2006/08/03 15:28:35 aw 1.22.34.10: RESYNC: (1.26-1.27); FILE MERGED 2006/07/04 13:24:52 aw 1.22.34.9: RESYNC: (1.25-1.26); FILE MERGED 2005/11/22 10:27:17 aw 1.22.34.8: #b898147# 2005/11/18 17:10:42 aw 1.22.34.7: RESYNC: (1.23-1.25); FILE MERGED 2005/10/07 13:12:16 sj 1.22.34.6: #i48468# added new graphic request for interaction with graphic filters 2005/09/18 05:24:21 aw 1.22.34.5: RESYNC: (1.22-1.23); FILE MERGED 2005/08/04 15:48:22 sj 1.22.34.4: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/05/26 11:28:10 aw 1.22.34.3: #i39531# 2005/05/19 12:31:47 aw 1.22.34.2: #i39529# 2005/05/12 16:39:42 aw 1.22.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d9decec3ecf4044b4160417c87843080e1b3f94b]

        INTEGRATION: CWS aw024 (1.11.78); FILE MERGED 2006/09/21 19:39:42 aw 1.11.78.6: RESYNC: (1.15-1.16); FILE MERGED 2006/08/03 15:28:02 aw 1.11.78.5: RESYNC: (1.14-1.15); FILE MERGED 2006/07/04 13:24:19 aw 1.11.78.4: RESYNC: (1.13-1.14); FILE MERGED 2006/01/26 22:13:08 aw 1.11.78.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/18 05:19:59 aw 1.11.78.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/19 12:31:46 aw 1.11.78.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7da9deb0a3abd9ad8919a8c91849600d024cec54]

        INTEGRATION: CWS aw024 (1.8.14); FILE MERGED 2006/11/10 03:48:59 aw 1.8.14.9: RESYNC: (1.13-1.14); FILE MERGED 2006/10/27 12:14:16 aw 1.8.14.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:37:49 aw 1.8.14.7: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 13:23:09 aw 1.8.14.6: RESYNC: (1.11-1.12); FILE MERGED 2005/11/18 17:08:54 aw 1.8.14.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 05:17:12 aw 1.8.14.4: RESYNC: (1.9-1.10); FILE MERGED 2005/07/22 10:58:17 aw 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/12 16:39:41 aw 1.8.14.2: #i39529# 2005/04/26 15:04:34 aw 1.8.14.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [007ebb7efc41d875bdd048dd9b2497eff3c3799b]

        INTEGRATION: CWS aw024 (1.28.14); FILE MERGED 2006/11/10 03:48:26 aw 1.28.14.7: RESYNC: (1.33-1.34); FILE MERGED 2006/09/21 19:37:02 aw 1.28.14.6: RESYNC: (1.32-1.33); FILE MERGED 2006/08/03 15:27:03 aw 1.28.14.5: RESYNC: (1.31-1.32); FILE MERGED 2006/01/26 22:12:28 aw 1.28.14.4: RESYNC: (1.30-1.31); FILE MERGED 2005/11/18 17:08:27 aw 1.28.14.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/18 05:15:50 aw 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2005/05/19 12:31:45 aw 1.28.14.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7c98d8665c3165656ed88bf706f6dfff8263d787]

        INTEGRATION: CWS aw024 (1.6.78); FILE MERGED 2006/11/10 03:48:02 aw 1.6.78.6: RESYNC: (1.9-1.11); FILE MERGED 2006/09/21 19:36:42 aw 1.6.78.5: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 05:15:15 aw 1.6.78.4: RESYNC: (1.7-1.8); FILE MERGED 2005/07/22 10:58:07 aw 1.6.78.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:28:09 aw 1.6.78.2: #i39531# 2005/05/19 12:31:45 aw 1.6.78.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e3964655d84678d2d68c866f57c1e99ad1b86bcb]

        INTEGRATION: CWS aw024 (1.11.12); FILE MERGED 2006/11/10 03:47:30 aw 1.11.12.4: RESYNC: (1.13-1.14); FILE MERGED 2006/09/21 19:36:07 aw 1.11.12.3: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 13:22:33 aw 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/16 10:56:53 aw 1.11.12.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [12bfcdbd6b5c3c2fa30d501313f0efd7c436490f]

        INTEGRATION: CWS aw024 (1.4.254); FILE MERGED 2006/11/10 03:47:06 aw 1.4.254.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 05:13:08 aw 1.4.254.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/03 12:27:47 sj 1.4.254.1: #i48467# changes for GraphicFilter progress bar

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e8bb8ec8b7f0a70e31385ad686961029f3d7975]

        INTEGRATION: CWS aw024 (1.15.14); FILE MERGED 2006/11/10 03:47:00 aw 1.15.14.6: RESYNC: (1.18-1.19); FILE MERGED 2006/09/21 19:35:48 aw 1.15.14.5: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 13:22:07 aw 1.15.14.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/18 05:12:58 aw 1.15.14.3: RESYNC: (1.15-1.16); FILE MERGED 2005/08/04 15:46:56 sj 1.15.14.2: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/08/03 12:27:46 sj 1.15.14.1: #i48467# changes for GraphicFilter progress bar

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0931063287ee517d582dd8bdccc70d88e187a619]

        INTEGRATION: CWS aw024 (1.23.108); FILE MERGED 2006/09/21 19:34:58 aw 1.23.108.9: RESYNC: (1.27-1.28); FILE MERGED 2006/08/03 15:26:45 aw 1.23.108.8: RESYNC: (1.26-1.27); FILE MERGED 2006/07/07 16:03:20 aw 1.23.108.7: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:21:33 aw 1.23.108.6: RESYNC: (1.25-1.26); FILE MERGED 2006/01/26 22:12:05 aw 1.23.108.5: RESYNC: (1.24-1.25); FILE MERGED 2005/09/18 05:11:49 aw 1.23.108.4: RESYNC: (1.23-1.24); FILE MERGED 2005/05/26 11:28:08 aw 1.23.108.3: #i39531# 2005/05/19 12:31:44 aw 1.23.108.2: #i39529# 2005/05/12 16:39:41 aw 1.23.108.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b66b036ee516e84d14b65f70e3ad6a7ef7cf54a7]

        INTEGRATION: CWS aw024 (1.2.344); FILE MERGED 2006/09/21 19:34:50 aw 1.2.344.6: RESYNC: (1.4-1.5); FILE MERGED 2006/07/07 16:03:20 aw 1.2.344.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:21:11 aw 1.2.344.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/18 05:11:33 aw 1.2.344.3: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:28:08 aw 1.2.344.2: #i39531# 2005/05/19 12:31:43 aw 1.2.344.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ff1b47300f49fc5fe8742f01ede5799b4e7761dd]

        INTEGRATION: CWS aw024 (1.14.138); FILE MERGED 2006/11/10 03:46:27 aw 1.14.138.11: RESYNC: (1.18-1.19); FILE MERGED 2006/10/27 12:14:15 aw 1.14.138.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:34:42 aw 1.14.138.9: RESYNC: (1.17-1.18); FILE MERGED 2006/07/07 16:03:20 aw 1.14.138.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:21:04 aw 1.14.138.7: RESYNC: (1.15-1.16); FILE MERGED 2005/09/18 05:11:25 aw 1.14.138.6: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:28:07 aw 1.14.138.5: #i39531# 2005/05/19 12:31:43 aw 1.14.138.4: #i39529# 2005/05/12 16:39:41 aw 1.14.138.3: #i39529# 2005/04/26 15:04:33 aw 1.14.138.2: #i39528# 2004/12/23 16:52:54 aw 1.14.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [192d8bfc191ddc76f2733e5ac2adc46e8754b839]

        INTEGRATION: CWS aw024 (1.16.94); FILE MERGED 2006/11/10 03:46:21 aw 1.16.94.11: RESYNC: (1.23-1.24); FILE MERGED 2006/09/21 19:34:34 aw 1.16.94.10: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 15:26:37 aw 1.16.94.9: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 13:20:57 aw 1.16.94.8: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 22:11:56 aw 1.16.94.7: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 05:11:17 aw 1.16.94.6: RESYNC: (1.18-1.19); FILE MERGED 2005/07/22 10:57:15 aw 1.16.94.5: RESYNC: (1.17-1.18); FILE MERGED 2005/05/25 09:50:57 aw 1.16.94.4: #i39529# 2005/05/19 12:31:43 aw 1.16.94.3: #i39529# 2005/03/24 00:49:51 aw 1.16.94.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/23 16:52:54 aw 1.16.94.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3198c0eedeb734aa552dfeb5c26d87ccc10ec761]

        INTEGRATION: CWS aw024 (1.4.138); FILE MERGED 2006/11/10 03:46:14 aw 1.4.138.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 05:11:07 aw 1.4.138.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:31:42 aw 1.4.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [04839208bdbb73a06e31d85749ab89ab60317816]

        INTEGRATION: CWS aw024 (1.19.138); FILE MERGED 2006/10/27 12:14:15 aw 1.19.138.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:34:26 aw 1.19.138.8: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 13:20:49 aw 1.19.138.7: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 05:10:59 aw 1.19.138.6: RESYNC: (1.19-1.20); FILE MERGED 2005/05/25 09:50:57 aw 1.19.138.5: #i39529# 2005/05/19 12:31:42 aw 1.19.138.4: #i39529# 2005/05/12 16:39:40 aw 1.19.138.3: #i39529# 2005/04/26 15:04:33 aw 1.19.138.2: #i39528# 2004/12/23 16:52:54 aw 1.19.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3d462042567ddc18e0880f1b799dd2b5ea1318fa]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2006/11/13 11:49:08 aw 1.3.140.10: changes after resync 2006/11/10 03:45:58 aw 1.3.140.9: RESYNC: (1.6-1.7); FILE MERGED 2006/09/21 19:34:08 aw 1.3.140.8: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 13:20:32 aw 1.3.140.7: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 05:10:41 aw 1.3.140.6: RESYNC: (1.3-1.4); FILE MERGED 2005/05/25 09:50:56 aw 1.3.140.5: #i39529# 2005/05/19 12:31:41 aw 1.3.140.4: #i39529# 2005/05/12 16:39:40 aw 1.3.140.3: #i39529# 2005/04/26 15:04:33 aw 1.3.140.2: #i39528# 2004/12/23 16:52:53 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6034bc3291e17c6add7a97abe15d3f35ba38238b]

        INTEGRATION: CWS aw024 (1.7.138); FILE MERGED 2006/11/13 14:25:09 aw 1.7.138.10: changes after resync 2006/10/27 12:14:15 aw 1.7.138.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:33:55 aw 1.7.138.8: RESYNC: (1.10-1.11); FILE MERGED 2006/07/28 15:21:46 aw 1.7.138.7: #114408# adaptions for SW 2005/09/18 05:10:21 aw 1.7.138.6: RESYNC: (1.7-1.8); FILE MERGED 2005/05/26 11:28:07 aw 1.7.138.5: #i39531# 2005/05/19 12:31:41 aw 1.7.138.4: #i39529# 2005/05/12 16:39:40 aw 1.7.138.3: #i39529# 2005/04/26 15:04:33 aw 1.7.138.2: #i39528# 2004/12/23 16:52:53 aw 1.7.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [40ca76010b5f22ec4d5bc8909d1dccacfd662a34]

        INTEGRATION: CWS aw024 (1.2.648); FILE MERGED 2005/09/18 05:10:14 aw 1.2.648.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:31:41 aw 1.2.648.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [320f1f92a650824ab55d109bd9ed628347630c29]

        INTEGRATION: CWS aw024 (1.2.648); FILE MERGED 2006/09/21 19:33:47 aw 1.2.648.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/18 05:10:06 aw 1.2.648.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:31:41 aw 1.2.648.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e736f78eed634331e531798f4e4f983fd5a61ffa]

        INTEGRATION: CWS aw024 (1.4.138); FILE MERGED 2006/11/10 03:45:51 aw 1.4.138.13: RESYNC: (1.9-1.10); FILE MERGED 2006/10/27 12:14:15 aw 1.4.138.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:33:40 aw 1.4.138.11: RESYNC: (1.8-1.9); FILE MERGED 2006/08/04 16:43:35 aw 1.4.138.10: adaptions after resync 2006/08/03 15:26:29 aw 1.4.138.9: RESYNC: (1.7-1.8); FILE MERGED 2006/07/07 16:03:20 aw 1.4.138.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:20:22 aw 1.4.138.7: RESYNC: (1.6-1.7); FILE MERGED 2006/01/26 22:11:45 aw 1.4.138.6: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 05:09:59 aw 1.4.138.5: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:28:07 aw 1.4.138.4: #i39531# 2005/05/19 12:31:40 aw 1.4.138.3: #i39529# 2005/05/12 16:39:39 aw 1.4.138.2: #i39529# 2005/04/26 15:04:32 aw 1.4.138.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [afeca67fc9f08eb76bf05e79c998a00927624131]

        INTEGRATION: CWS aw024 (1.23.20); FILE MERGED 2006/11/13 14:47:44 aw 1.23.20.23: changes after resync 2006/11/10 03:45:45 aw 1.23.20.22: RESYNC: (1.30-1.31); FILE MERGED 2006/10/27 12:14:15 aw 1.23.20.21: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:33:31 aw 1.23.20.20: RESYNC: (1.28-1.30); FILE MERGED 2006/08/04 16:43:35 aw 1.23.20.19: adaptions after resync 2006/08/03 15:26:21 aw 1.23.20.18: RESYNC: (1.26-1.27); FILE MERGED 2006/07/28 15:21:46 aw 1.23.20.17: #114408# adaptions for SW 2006/07/28 09:23:29 aw 1.23.20.16: #114408# svdvmark include removed 2006/07/27 15:34:35 aw 1.23.20.15: #114408# adaptions for SC 2006/07/07 16:03:20 aw 1.23.20.14: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:20:15 aw 1.23.20.13: RESYNC: (1.25-1.26); FILE MERGED 2006/03/17 10:37:37 aw 1.23.20.12: #i39529# text edit mode is not yet on overlay, changed order of paint for active text edit 2006/03/15 11:15:45 aw 1.23.20.11: #i56724# 2006/02/10 20:19:11 aw 1.23.20.10: aw024 stabilize: wrong usage of ::iterator 2006/01/25 07:00:04 fs 1.23.20.9: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/22 10:12:25 aw 1.23.20.8: #b898147# 2005/09/18 05:09:51 aw 1.23.20.7: RESYNC: (1.24-1.25); FILE MERGED 2005/05/26 11:28:06 aw 1.23.20.6: #i39531# 2005/05/19 12:31:40 aw 1.23.20.5: #i39529# 2005/05/12 16:39:39 aw 1.23.20.4: #i39529# 2005/04/26 15:04:32 aw 1.23.20.3: #i39528# 2005/03/24 00:49:31 aw 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/23 16:52:53 aw 1.23.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6f25874eace09f19324c91b481b805c0a5511dad]

        INTEGRATION: CWS aw024 (1.43.138); FILE MERGED 2006/11/10 03:45:38 aw 1.43.138.23: RESYNC: (1.51-1.52); FILE MERGED 2006/09/21 19:33:24 aw 1.43.138.22: RESYNC: (1.50-1.51); FILE MERGED 2006/08/04 17:11:01 aw 1.43.138.21: adaptions after resync 2006/08/04 16:43:35 aw 1.43.138.20: adaptions after resync 2006/08/03 15:26:14 aw 1.43.138.19: RESYNC: (1.48-1.49); FILE MERGED 2006/07/27 15:34:35 aw 1.43.138.18: #114408# adaptions for SC 2006/07/07 16:03:19 aw 1.43.138.17: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:20:07 aw 1.43.138.16: RESYNC: (1.47-1.48); FILE MERGED 2006/06/08 16:20:50 aw 1.43.138.15: #114409# corrected ImpPaintOutlinerView and behaviour in that area 2006/05/16 13:33:55 aw 1.43.138.14: changes after resync 2006/05/12 18:50:15 aw 1.43.138.13: RESYNC: (1.46-1.47); FILE MERGED 2006/03/17 10:37:37 aw 1.43.138.12: #i39529# text edit mode is not yet on overlay, changed order of paint for active text edit 2006/02/24 15:16:42 fs 1.43.138.11: #i62529# GetControlContainer now const, and taking a 'const OutputDevice&' / const-version of 'FindPageWindow(const OutputDevice&)' 2006/01/25 07:00:04 fs 1.43.138.10: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/22 10:12:25 aw 1.43.138.9: #b898147# 2005/11/18 17:07:07 aw 1.43.138.8: RESYNC: (1.45-1.46); FILE MERGED 2005/09/18 05:09:41 aw 1.43.138.7: RESYNC: (1.44-1.45); FILE MERGED 2005/05/26 11:28:06 aw 1.43.138.6: #i39531# 2005/05/25 09:50:56 aw 1.43.138.5: #i39529# 2005/05/19 12:31:40 aw 1.43.138.4: #i39529# 2005/05/12 16:39:39 aw 1.43.138.3: #i39529# 2005/03/24 00:49:23 aw 1.43.138.2: RESYNC: (1.43-1.44); FILE MERGED 2004/12/23 16:52:52 aw 1.43.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [038b5182e8abda29821dcf64f47ce54f4af490c1]

        INTEGRATION: CWS aw024 (1.47.92); FILE MERGED 2006/11/10 03:45:32 aw 1.47.92.9: RESYNC: (1.55-1.56); FILE MERGED 2006/09/21 19:33:16 aw 1.47.92.8: RESYNC: (1.54-1.55); FILE MERGED 2006/08/03 15:26:07 aw 1.47.92.7: RESYNC: (1.52-1.53); FILE MERGED 2006/07/04 13:19:59 aw 1.47.92.6: RESYNC: (1.51-1.52); FILE MERGED 2005/11/18 17:06:59 aw 1.47.92.5: RESYNC: (1.49-1.51); FILE MERGED 2005/09/18 05:09:33 aw 1.47.92.4: RESYNC: (1.48-1.49); FILE MERGED 2005/05/19 12:31:39 aw 1.47.92.3: #i39529# 2005/03/24 00:49:15 aw 1.47.92.2: RESYNC: (1.47-1.48); FILE MERGED 2004/12/23 16:52:52 aw 1.47.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [884ce1e90979bf3b476bb1a80241414755c9fdea]

        INTEGRATION: CWS aw024 (1.12.138); FILE MERGED 2006/10/27 12:14:14 aw 1.12.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:33:09 aw 1.12.138.6: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 13:19:37 aw 1.12.138.5: RESYNC: (1.13-1.14); FILE MERGED 2005/09/18 05:09:25 aw 1.12.138.4: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:31:39 aw 1.12.138.3: #i39529# 2005/04/26 15:04:32 aw 1.12.138.2: #i39528# 2004/12/23 16:52:52 aw 1.12.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [08fc53da6fccb51d47d86e57fa1ffd25965c9ca8]

        INTEGRATION: CWS aw024 (1.3.506); FILE MERGED 2006/09/21 19:32:43 aw 1.3.506.5: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 13:19:29 aw 1.3.506.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/26 22:11:37 aw 1.3.506.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 05:09:08 aw 1.3.506.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:31:39 aw 1.3.506.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e1137040e3b75a458273ada254dda07b3aa7da6e]

        INTEGRATION: CWS aw024 (1.18.138); FILE MERGED 2006/09/21 19:32:34 aw 1.18.138.11: RESYNC: (1.23-1.24); FILE MERGED 2006/07/07 16:03:19 aw 1.18.138.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:19:22 aw 1.18.138.9: RESYNC: (1.21-1.22); FILE MERGED 2006/06/30 12:13:35 aw 1.18.138.8: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl 2006/03/21 13:20:59 fs 1.18.138.7: #i62854# +GetTemporaryControlForWindow 2006/01/25 07:00:03 fs 1.18.138.6: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 05:09:01 aw 1.18.138.5: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:28:06 aw 1.18.138.4: #i39531# 2005/05/19 12:31:38 aw 1.18.138.3: #i39529# 2005/03/24 00:49:07 aw 1.18.138.2: RESYNC: (1.18-1.20); FILE MERGED 2004/12/23 16:52:51 aw 1.18.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ae718f9a7f9744dc3ebc587971ab6102dae96ef9]

        INTEGRATION: CWS aw024 (1.9.94); FILE MERGED 2006/10/27 12:14:14 aw 1.9.94.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:32:27 aw 1.9.94.6: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 13:19:14 aw 1.9.94.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 05:08:49 aw 1.9.94.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:38 aw 1.9.94.3: #i39529# 2005/05/12 16:39:39 aw 1.9.94.2: #i39529# 2005/04/26 15:04:31 aw 1.9.94.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3d8f82f880008e40ea2c9cf77a3c41e42bc8b734]

        INTEGRATION: CWS aw024 (1.14.138); FILE MERGED 2006/09/21 19:31:58 aw 1.14.138.5: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 13:18:39 aw 1.14.138.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/18 05:08:14 aw 1.14.138.3: RESYNC: (1.14-1.15); FILE MERGED 2005/05/19 12:31:38 aw 1.14.138.2: #i39529# 2004/12/23 16:52:51 aw 1.14.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8743850ee90cd6ab4175e05fce60e1eaa2e12178]

        INTEGRATION: CWS aw024 (1.1.1.1.1214); FILE MERGED 2006/10/27 12:14:14 aw 1.1.1.1.1214.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:31:50 aw 1.1.1.1.1214.6: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 13:18:32 aw 1.1.1.1.1214.5: RESYNC: (1.3-1.4); FILE MERGED 2005/11/18 17:06:52 aw 1.1.1.1.1214.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/18 05:08:06 aw 1.1.1.1.1214.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/19 12:31:37 aw 1.1.1.1.1214.2: #i39529# 2005/04/26 15:04:31 aw 1.1.1.1.1214.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cf68040125716b71e035b2260d4c7a1a39f22a31]

        INTEGRATION: CWS aw024 (1.70.48); FILE MERGED 2006/11/10 03:45:19 aw 1.70.48.11: RESYNC: (1.76-1.77); FILE MERGED 2006/10/27 12:14:14 aw 1.70.48.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:31:24 aw 1.70.48.9: RESYNC: (1.75-1.76); FILE MERGED 2006/07/04 13:18:14 aw 1.70.48.8: RESYNC: (1.73-1.74); FILE MERGED 2005/09/18 05:07:48 aw 1.70.48.7: RESYNC: (1.72-1.73); FILE MERGED 2005/05/19 12:31:37 aw 1.70.48.6: #i39529# 2005/05/13 16:02:21 aw 1.70.48.5: RESYNC: (1.71-1.72); FILE MERGED 2005/04/26 15:04:31 aw 1.70.48.4: #i39528# 2005/03/24 00:48:51 aw 1.70.48.3: RESYNC: (1.70-1.71); FILE MERGED 2004/12/28 11:21:26 aw 1.70.48.2: #i39528 2004/12/23 16:52:51 aw 1.70.48.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0891695dd384e8889928a832594704cf638f003d]

        INTEGRATION: CWS aw024 (1.19.136); FILE MERGED 2006/11/13 14:47:44 aw 1.19.136.14: changes after resync 2006/11/10 03:45:13 aw 1.19.136.13: RESYNC: (1.24-1.25); FILE MERGED 2006/10/27 12:14:14 aw 1.19.136.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:31:15 aw 1.19.136.11: RESYNC: (1.23-1.24); FILE MERGED 2006/09/21 10:53:25 aw 1.19.136.10: #i39530# corrected 3d shadow and lathe behaviour 2006/07/11 15:23:32 aw 1.19.136.9: adaptions after resync 2006/07/07 16:03:19 aw 1.19.136.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:18:04 aw 1.19.136.7: RESYNC: (1.21-1.22); FILE MERGED 2005/09/18 05:07:40 aw 1.19.136.6: RESYNC: (1.20-1.21); FILE MERGED 2005/05/19 12:31:37 aw 1.19.136.5: #i39529# 2005/05/12 16:39:38 aw 1.19.136.4: #i39529# 2005/04/26 15:04:30 aw 1.19.136.3: #i39528# 2005/03/24 00:48:43 aw 1.19.136.2: RESYNC: (1.19-1.20); FILE MERGED 2004/12/23 16:52:50 aw 1.19.136.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [366d209359cc34b60ce2273b6f5d9c95d5282440]

        INTEGRATION: CWS aw024 (1.27.138); FILE MERGED 2006/11/13 14:47:43 aw 1.27.138.18: changes after resync 2006/11/10 03:45:07 aw 1.27.138.17: RESYNC: (1.32-1.33); FILE MERGED 2006/10/27 12:14:13 aw 1.27.138.16: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:31:06 aw 1.27.138.15: RESYNC: (1.31-1.32); FILE MERGED 2006/08/11 10:32:31 aw 1.27.138.14: #i39529# path positioning in SdrPathObj::TRSetBaseGeometry is absolute, so get current polygon position without control points 2006/07/07 16:03:19 aw 1.27.138.13: adaptions after resync SRC680m171->SRC680m174 2006/06/29 09:20:15 aw 1.27.138.12: #i39529# removed some more XPolygon usages 2006/06/27 13:16:16 aw 1.27.138.11: #114408# errors corrected, some extensions added 2006/05/16 13:33:55 aw 1.27.138.10: changes after resync 2006/05/12 18:50:06 aw 1.27.138.9: RESYNC: (1.28-1.29); FILE MERGED 2005/09/18 05:07:32 aw 1.27.138.8: RESYNC: (1.27-1.28); FILE MERGED 2005/05/23 16:12:10 aw 1.27.138.7: #i39529# 2005/05/19 12:31:36 aw 1.27.138.6: #i39529# 2005/05/13 12:21:38 aw 1.27.138.5: #i39529# 2005/05/12 16:39:38 aw 1.27.138.4: #i39529# 2005/04/26 15:04:30 aw 1.27.138.3: #i39528# 2004/12/28 11:21:26 aw 1.27.138.2: #i39528 2004/12/23 16:52:50 aw 1.27.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [28b7d4ef130d7433230fa1bfd8628338d4a7f089]

        INTEGRATION: CWS aw024 (1.17.140); FILE MERGED 2006/09/21 19:30:57 aw 1.17.140.4: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 22:11:28 aw 1.17.140.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/18 05:07:17 aw 1.17.140.2: RESYNC: (1.17-1.18); FILE MERGED 2004/12/23 16:52:50 aw 1.17.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f59bbafbf2a05b0b1078202783ab1f3063e52abd]

        INTEGRATION: CWS aw024 (1.48.48); FILE MERGED 2006/11/13 11:49:08 aw 1.48.48.12: changes after resync 2006/11/10 03:45:00 aw 1.48.48.11: RESYNC: (1.70-1.72); FILE MERGED 2006/09/21 19:30:50 aw 1.48.48.10: RESYNC: (1.69-1.70); FILE MERGED 2006/07/04 13:17:50 aw 1.48.48.9: RESYNC: (1.67-1.68); FILE MERGED 2006/05/12 18:49:55 aw 1.48.48.8: RESYNC: (1.64-1.67); FILE MERGED 2006/01/26 22:11:20 aw 1.48.48.7: RESYNC: (1.63-1.64); FILE MERGED 2005/11/18 17:06:45 aw 1.48.48.6: RESYNC: (1.61-1.63); FILE MERGED 2005/09/18 05:07:05 aw 1.48.48.5: RESYNC: (1.60-1.61); FILE MERGED 2005/07/22 10:57:05 aw 1.48.48.4: RESYNC: (1.59-1.60); FILE MERGED 2005/05/13 16:02:12 aw 1.48.48.3: RESYNC: (1.56-1.59); FILE MERGED 2005/03/24 00:48:35 aw 1.48.48.2: RESYNC: (1.48-1.56); FILE MERGED 2004/12/23 16:52:49 aw 1.48.48.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99e49a734a664bf601c187fc4a27baa3da8b9e73]

        INTEGRATION: CWS aw024 (1.22.138); FILE MERGED 2006/11/10 03:44:54 aw 1.22.138.9: RESYNC: (1.26-1.27); FILE MERGED 2006/10/27 12:14:13 aw 1.22.138.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:30:22 aw 1.22.138.7: RESYNC: (1.25-1.26); FILE MERGED 2006/07/04 13:17:31 aw 1.22.138.6: RESYNC: (1.23-1.24); FILE MERGED 2005/09/18 05:06:47 aw 1.22.138.5: RESYNC: (1.22-1.23); FILE MERGED 2005/05/19 12:31:36 aw 1.22.138.4: #i39529# 2005/05/12 16:39:38 aw 1.22.138.3: #i39529# 2005/04/26 15:04:30 aw 1.22.138.2: #i39528# 2004/12/23 16:52:49 aw 1.22.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4323b0c96e1fac53dfd4816e34bc9fb0fa680fda]

        INTEGRATION: CWS aw024 (1.2.138); FILE MERGED 2006/10/27 12:14:13 aw 1.2.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:30:13 aw 1.2.138.6: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 13:17:23 aw 1.2.138.5: RESYNC: (1.3-1.4); FILE MERGED 2005/09/18 05:06:34 aw 1.2.138.4: RESYNC: (1.2-1.3); FILE MERGED 2005/07/21 16:24:25 aw 1.2.138.3: #i39532# 2005/05/12 16:39:37 aw 1.2.138.2: #i39529# 2005/04/26 15:04:29 aw 1.2.138.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d0953b7de7612a33c4943c4aa53cdaa0108e4771]

        INTEGRATION: CWS aw024 (1.25.92); FILE MERGED 2006/11/10 03:44:47 aw 1.25.92.9: RESYNC: (1.30-1.31); FILE MERGED 2006/10/27 12:14:13 aw 1.25.92.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:30:05 aw 1.25.92.7: RESYNC: (1.29-1.30); FILE MERGED 2006/07/07 16:03:19 aw 1.25.92.6: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:17:16 aw 1.25.92.5: RESYNC: (1.27-1.28); FILE MERGED 2005/09/18 05:06:25 aw 1.25.92.4: RESYNC: (1.26-1.27); FILE MERGED 2005/05/19 12:31:35 aw 1.25.92.3: #i39529# 2005/04/26 15:04:29 aw 1.25.92.2: #i39528# 2004/12/23 16:52:49 aw 1.25.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ea18dd922c6c9e9b50705f03cb9d8cba1bc86b8]

        INTEGRATION: CWS aw024 (1.64.136); FILE MERGED 2006/11/10 03:44:41 aw 1.64.136.13: RESYNC: (1.74-1.76); FILE MERGED 2006/10/27 12:14:12 aw 1.64.136.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:56 aw 1.64.136.11: RESYNC: (1.72-1.74); FILE MERGED 2006/08/03 15:25:58 aw 1.64.136.10: RESYNC: (1.70-1.71); FILE MERGED 2006/07/04 13:17:08 aw 1.64.136.9: RESYNC: (1.69-1.70); FILE MERGED 2005/11/18 17:06:36 aw 1.64.136.8: RESYNC: (1.67-1.69); FILE MERGED 2005/09/18 05:06:15 aw 1.64.136.7: RESYNC: (1.66-1.67); FILE MERGED 2005/07/22 10:56:52 aw 1.64.136.6: RESYNC: (1.65-1.66); FILE MERGED 2005/05/19 12:31:35 aw 1.64.136.5: #i39529# 2005/05/12 16:39:37 aw 1.64.136.4: #i39529# 2005/04/26 15:04:29 aw 1.64.136.3: #i39528# 2005/03/24 00:48:21 aw 1.64.136.2: RESYNC: (1.64-1.65); FILE MERGED 2004/12/23 16:52:48 aw 1.64.136.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6eed48e0f52291c6ad9fee318345543df905dc6d]

        INTEGRATION: CWS aw024 (1.29.138); FILE MERGED 2006/11/10 03:44:35 aw 1.29.138.14: RESYNC: (1.37-1.38); FILE MERGED 2006/10/27 12:14:12 aw 1.29.138.13: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:48 aw 1.29.138.12: RESYNC: (1.36-1.37); FILE MERGED 2006/07/07 16:03:18 aw 1.29.138.11: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:59 aw 1.29.138.10: RESYNC: (1.34-1.35); FILE MERGED 2005/09/18 05:06:02 aw 1.29.138.9: RESYNC: (1.33-1.34); FILE MERGED 2005/07/22 10:56:40 aw 1.29.138.8: RESYNC: (1.32-1.33); FILE MERGED 2005/05/19 12:31:35 aw 1.29.138.7: #i39529# 2005/05/13 16:01:55 aw 1.29.138.6: RESYNC: (1.31-1.32); FILE MERGED 2005/05/12 16:39:36 aw 1.29.138.5: #i39529# 2005/04/26 15:04:28 aw 1.29.138.4: #i39528# 2005/03/24 00:48:12 aw 1.29.138.3: RESYNC: (1.29-1.31); FILE MERGED 2004/12/28 11:21:25 aw 1.29.138.2: #i39528 2004/12/23 16:52:48 aw 1.29.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [50e59af5e6c334c0ad18a4d85ca7dc2efd3245e6]

        INTEGRATION: CWS aw024 (1.23.138); FILE MERGED 2006/11/13 14:47:43 aw 1.23.138.14: changes after resync 2006/11/10 03:44:28 aw 1.23.138.13: RESYNC: (1.27-1.28); FILE MERGED 2006/10/27 12:14:12 aw 1.23.138.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:41 aw 1.23.138.11: RESYNC: (1.26-1.27); FILE MERGED 2006/07/11 15:23:32 aw 1.23.138.10: adaptions after resync 2006/07/07 16:03:18 aw 1.23.138.9: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:40 aw 1.23.138.8: RESYNC: (1.24-1.25); FILE MERGED 2005/09/23 08:50:54 aw 1.23.138.7: #i39529# removal of primitive parts 2005/09/18 05:05:53 aw 1.23.138.6: RESYNC: (1.23-1.24); FILE MERGED 2005/07/21 16:24:25 aw 1.23.138.5: #i39532# 2005/05/19 12:31:34 aw 1.23.138.4: #i39529# 2005/05/12 16:39:36 aw 1.23.138.3: #i39529# 2005/04/26 15:04:28 aw 1.23.138.2: #i39528# 2004/12/23 16:52:48 aw 1.23.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [aca8f813d6f2d1ada51504c48d3bd67b1fe8a8ed]

        INTEGRATION: CWS aw024 (1.19.92); FILE MERGED 2006/11/10 03:44:22 aw 1.19.92.11: RESYNC: (1.23-1.24); FILE MERGED 2006/10/27 12:14:11 aw 1.19.92.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:32 aw 1.19.92.9: RESYNC: (1.22-1.23); FILE MERGED 2006/07/07 16:03:18 aw 1.19.92.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:32 aw 1.19.92.7: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 05:05:45 aw 1.19.92.6: RESYNC: (1.19-1.20); FILE MERGED 2005/05/19 12:31:34 aw 1.19.92.5: #i39529# 2005/05/12 16:39:35 aw 1.19.92.4: #i39529# 2005/04/26 15:04:28 aw 1.19.92.3: #i39528# 2004/12/28 11:21:25 aw 1.19.92.2: #i39528 2004/12/23 16:52:47 aw 1.19.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fc52acbc1347ba8f1bcb6bab1e5ffa78d70a9ece]

        INTEGRATION: CWS aw024 (1.71.92); FILE MERGED 2006/11/10 03:44:16 aw 1.71.92.21: RESYNC: (1.82-1.83); FILE MERGED 2006/10/27 12:14:11 aw 1.71.92.20: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:18 aw 1.71.92.19: RESYNC: (1.81-1.82); FILE MERGED 2006/09/08 18:06:44 aw 1.71.92.18: RESYNC: (1.79-1.81); FILE MERGED 2006/07/07 16:03:18 aw 1.71.92.17: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:24 aw 1.71.92.16: RESYNC: (1.78-1.79); FILE MERGED 2006/05/16 15:15:15 aw 1.71.92.15: changes after resync 2006/05/12 18:49:45 aw 1.71.92.14: RESYNC: (1.76-1.78); FILE MERGED 2005/09/23 08:50:54 aw 1.71.92.13: #i39529# removal of primitive parts 2005/09/18 05:05:32 aw 1.71.92.12: RESYNC: (1.75-1.76); FILE MERGED 2005/07/26 11:47:48 aw 1.71.92.11: #114176# 2005/07/22 10:56:30 aw 1.71.92.10: RESYNC: (1.74-1.75); FILE MERGED 2005/07/21 16:24:24 aw 1.71.92.9: #i39532# 2005/05/25 09:50:55 aw 1.71.92.8: #i39529# 2005/05/19 12:31:34 aw 1.71.92.7: #i39529# 2005/05/13 16:01:46 aw 1.71.92.6: RESYNC: (1.73-1.74); FILE MERGED 2005/05/12 16:39:35 aw 1.71.92.5: #i39529# 2005/04/26 15:04:27 aw 1.71.92.4: #i39528# 2005/03/24 00:48:04 aw 1.71.92.3: RESYNC: (1.71-1.73); FILE MERGED 2004/12/28 11:21:25 aw 1.71.92.2: #i39528 2004/12/23 16:52:47 aw 1.71.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ee3e7d2f4ea8942768b29db66d42e962bbb8cd29]

        INTEGRATION: CWS aw024 (1.41.140); FILE MERGED 2006/11/10 03:44:09 aw 1.41.140.12: RESYNC: (1.46-1.47); FILE MERGED 2006/10/27 12:14:11 aw 1.41.140.11: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:09 aw 1.41.140.10: RESYNC: (1.45-1.46); FILE MERGED 2006/07/07 16:03:18 aw 1.41.140.9: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:16 aw 1.41.140.8: RESYNC: (1.43-1.44); FILE MERGED 2006/05/12 18:49:34 aw 1.41.140.7: RESYNC: (1.42-1.43); FILE MERGED 2005/09/23 08:50:53 aw 1.41.140.6: #i39529# removal of primitive parts 2005/09/18 05:05:24 aw 1.41.140.5: RESYNC: (1.41-1.42); FILE MERGED 2005/07/21 16:24:24 aw 1.41.140.4: #i39532# 2005/05/19 12:31:33 aw 1.41.140.3: #i39529# 2005/05/12 16:39:35 aw 1.41.140.2: #i39529# 2004/12/23 16:52:46 aw 1.41.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [01a095fd4c12ee97d5dfff497e52a721492c8650]

        INTEGRATION: CWS aw024 (1.12.18); FILE MERGED 2006/11/13 14:47:43 aw 1.12.18.21: changes after resync 2006/11/10 03:44:03 aw 1.12.18.20: RESYNC: (1.34-1.35); FILE MERGED 2006/10/27 12:14:11 aw 1.12.18.19: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:29:01 aw 1.12.18.18: RESYNC: (1.33-1.34); FILE MERGED 2006/09/08 18:06:31 aw 1.12.18.17: RESYNC: (1.31-1.33); FILE MERGED 2006/07/07 16:03:17 aw 1.12.18.16: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:09 aw 1.12.18.15: RESYNC: (1.30-1.31); FILE MERGED 2006/06/27 13:16:16 aw 1.12.18.14: #114408# errors corrected, some extensions added 2006/05/12 18:49:24 aw 1.12.18.13: RESYNC: (1.26-1.30); FILE MERGED 2006/01/26 22:11:10 aw 1.12.18.12: RESYNC: (1.25-1.26); FILE MERGED 2005/11/22 10:12:24 aw 1.12.18.11: #b898147# 2005/11/18 17:06:29 aw 1.12.18.10: RESYNC: (1.23-1.25); FILE MERGED 2005/09/18 05:05:13 aw 1.12.18.9: RESYNC: (1.22-1.23); FILE MERGED 2005/07/26 11:47:46 aw 1.12.18.8: #114176# 2005/07/22 10:56:15 aw 1.12.18.7: RESYNC: (1.21-1.22); FILE MERGED 2005/05/19 12:31:33 aw 1.12.18.6: #i39529# 2005/05/13 16:01:32 aw 1.12.18.5: RESYNC: (1.20-1.21); FILE MERGED 2005/04/26 15:04:27 aw 1.12.18.4: #i39528# 2005/03/24 00:47:56 aw 1.12.18.3: RESYNC: (1.12-1.20); FILE MERGED 2004/12/28 11:21:24 aw 1.12.18.2: #i39528 2004/12/23 16:52:46 aw 1.12.18.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f126b9dd0457241650538cbcf95b1515aaebaf94]

        INTEGRATION: CWS aw024 (1.5.108); FILE MERGED 2006/11/10 03:43:56 aw 1.5.108.9: RESYNC: (1.9-1.10); FILE MERGED 2006/09/21 19:28:54 aw 1.5.108.8: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 15:25:48 aw 1.5.108.7: RESYNC: (1.7-1.8); FILE MERGED 2006/07/07 16:03:17 aw 1.5.108.6: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:16:01 aw 1.5.108.5: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 05:05:05 aw 1.5.108.4: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:31:33 aw 1.5.108.3: #i39529# 2005/05/12 16:39:34 aw 1.5.108.2: #i39529# 2005/04/26 15:04:27 aw 1.5.108.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [86d644d191a193fb9ba046bd0e0f2bfd0ef655bf]

        INTEGRATION: CWS aw024 (1.23.138); FILE MERGED 2006/11/13 13:47:23 aw 1.23.138.18: changes after resync 2006/11/10 03:43:49 aw 1.23.138.17: RESYNC: (1.29-1.30); FILE MERGED 2006/10/27 12:14:10 aw 1.23.138.16: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:28:46 aw 1.23.138.15: RESYNC: (1.28-1.29); FILE MERGED 2006/09/07 14:54:55 aw 1.23.138.14: #i69171# in SdrMarkView::MarkAllObj, there may be no PageViews, e.g. when inserting a document 2006/08/03 15:25:37 aw 1.23.138.13: RESYNC: (1.26-1.27); FILE MERGED 2006/07/07 16:03:17 aw 1.23.138.12: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:15:54 aw 1.23.138.11: RESYNC: (1.25-1.26); FILE MERGED 2006/03/15 11:15:45 aw 1.23.138.10: #i56724# 2006/01/26 22:11:01 aw 1.23.138.9: RESYNC: (1.24-1.25); FILE MERGED 2006/01/25 07:00:03 fs 1.23.138.8: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 05:04:58 aw 1.23.138.7: RESYNC: (1.23-1.24); FILE MERGED 2005/05/26 11:28:05 aw 1.23.138.6: #i39531# 2005/05/19 12:31:32 aw 1.23.138.5: #i39529# 2005/05/12 16:39:34 aw 1.23.138.4: #i39529# 2005/04/26 15:04:26 aw 1.23.138.3: #i39528# 2004/12/28 11:21:24 aw 1.23.138.2: #i39528 2004/12/23 16:52:46 aw 1.23.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [baab51ce66d19e61a07dc0b62c6240e3d7a5bbf2]

        INTEGRATION: CWS aw024 (1.60.138); FILE MERGED 2006/11/10 03:43:43 aw 1.60.138.8: RESYNC: (1.66-1.67); FILE MERGED 2006/09/21 19:28:38 aw 1.60.138.7: RESYNC: (1.65-1.66); FILE MERGED 2006/07/04 13:15:37 aw 1.60.138.6: RESYNC: (1.63-1.64); FILE MERGED 2006/05/12 18:49:12 aw 1.60.138.5: RESYNC: (1.62-1.63); FILE MERGED 2006/01/26 22:10:52 aw 1.60.138.4: RESYNC: (1.61-1.62); FILE MERGED 2005/09/18 05:04:39 aw 1.60.138.3: RESYNC: (1.60-1.61); FILE MERGED 2005/05/19 12:31:32 aw 1.60.138.2: #i39529# 2004/12/23 16:52:45 aw 1.60.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7cd99e1e03257da7e2e6bd3f760590154a819141]

        INTEGRATION: CWS aw024 (1.8.140); FILE MERGED 2006/11/10 03:43:28 aw 1.8.140.7: RESYNC: (1.12-1.13); FILE MERGED 2006/09/21 19:28:13 aw 1.8.140.6: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 13:15:20 aw 1.8.140.5: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 05:04:17 aw 1.8.140.4: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:31:31 aw 1.8.140.3: #i39529# 2005/04/26 15:04:26 aw 1.8.140.2: #i39528# 2004/12/23 16:52:45 aw 1.8.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fe13153bf8e2ecb05d3f251d489680e00105f1d8]

        INTEGRATION: CWS aw024 (1.8.108); FILE MERGED 2006/09/21 19:27:53 aw 1.8.108.5: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 13:15:13 aw 1.8.108.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 05:03:44 aw 1.8.108.3: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:31:31 aw 1.8.108.2: #i39529# 2005/04/26 15:04:26 aw 1.8.108.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [42c4445abe7081867343cb8b0927c27e1b6ff665]

        INTEGRATION: CWS aw024 (1.8.140); FILE MERGED 2006/11/10 03:43:22 aw 1.8.140.5: RESYNC: (1.12-1.13); FILE MERGED 2006/09/21 19:27:45 aw 1.8.140.4: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 13:15:06 aw 1.8.140.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 05:03:28 aw 1.8.140.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/23 16:52:45 aw 1.8.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0755a80a4f9016fadf0a6a01fd10518348372df3]

        INTEGRATION: CWS aw024 (1.17.442); FILE MERGED 2006/10/27 12:14:10 aw 1.17.442.14: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:27:38 aw 1.17.442.13: RESYNC: (1.21-1.22); FILE MERGED 2006/09/01 14:50:39 thb 1.17.442.12: #i69176# Fixed handle cursor (only visible under X11) 2006/07/07 16:03:17 aw 1.17.442.11: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:14:58 aw 1.17.442.10: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 22:10:42 aw 1.17.442.9: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 05:03:20 aw 1.17.442.8: RESYNC: (1.18-1.19); FILE MERGED 2005/05/26 11:28:05 aw 1.17.442.7: #i39531# 2005/05/19 12:31:31 aw 1.17.442.6: #i39529# 2005/05/12 16:39:33 aw 1.17.442.5: #i39529# 2005/04/26 15:04:25 aw 1.17.442.4: #i39528# 2005/03/24 00:47:28 aw 1.17.442.3: RESYNC: (1.17-1.18); FILE MERGED 2004/12/28 11:21:24 aw 1.17.442.2: #i39528 2004/12/23 16:52:44 aw 1.17.442.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cb5185dbafd8ea9d093402692335bdc48e0d0c49]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/11/10 03:43:15 aw 1.4.140.6: RESYNC: (1.9-1.10); FILE MERGED 2006/09/21 19:27:30 aw 1.4.140.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 13:14:50 aw 1.4.140.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 05:03:04 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/24 00:47:21 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:44 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f57cb3df7c4f62db197339fab4d133cee42b57a7]

        INTEGRATION: CWS aw024 (1.4.138); FILE MERGED 2006/11/10 03:43:09 aw 1.4.138.9: RESYNC: (1.9-1.10); FILE MERGED 2006/09/21 19:27:22 aw 1.4.138.8: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 15:25:15 aw 1.4.138.7: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 13:14:43 aw 1.4.138.6: RESYNC: (1.6-1.7); FILE MERGED 2006/01/26 22:10:34 aw 1.4.138.5: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 05:02:56 aw 1.4.138.4: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:28:04 aw 1.4.138.3: #i39531# 2005/05/19 12:31:30 aw 1.4.138.2: #i39529# 2005/05/12 16:39:33 aw 1.4.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4dcd46df2ba833ecacb04c4f35ae20c56d3c158c]

        INTEGRATION: CWS aw024 (1.141.32); FILE MERGED 2006/11/10 03:43:02 aw 1.141.32.3: RESYNC: (1.142-1.147); FILE MERGED 2006/09/21 19:27:09 aw 1.141.32.2: RESYNC: (1.141-1.142); FILE MERGED 2006/07/07 16:03:17 aw 1.141.32.1: adaptions after resync SRC680m171->SRC680m174

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [11079bb374f544f7cc9a89cad682679286512039]

        INTEGRATION: CWS aw024 (1.11.140); FILE MERGED 2006/10/27 12:14:10 aw 1.11.140.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:27:00 aw 1.11.140.6: RESYNC: (1.13-1.14); FILE MERGED 2006/07/07 16:03:17 aw 1.11.140.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:14:26 aw 1.11.140.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/18 05:02:24 aw 1.11.140.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/12 16:39:33 aw 1.11.140.2: #i39529# 2005/04/26 15:04:25 aw 1.11.140.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f2dca5f9126011c0bf3efa1af881e84d263871b1]

        INTEGRATION: CWS aw024 (1.23.76); FILE MERGED 2006/09/21 19:26:53 aw 1.23.76.7: RESYNC: (1.26-1.27); FILE MERGED 2006/07/04 13:14:18 aw 1.23.76.6: RESYNC: (1.25-1.26); FILE MERGED 2006/05/12 18:48:49 aw 1.23.76.5: RESYNC: (1.24-1.25); FILE MERGED 2005/09/18 05:02:17 aw 1.23.76.4: RESYNC: (1.23-1.24); FILE MERGED 2005/05/19 12:31:30 aw 1.23.76.3: #i39529# 2005/04/26 15:04:25 aw 1.23.76.2: #i39528# 2004/12/23 16:52:44 aw 1.23.76.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [300e347046a93f2a2047a31f6f54393634e13cb5]

        INTEGRATION: CWS aw024 (1.45.50); FILE MERGED 2006/11/13 11:49:08 aw 1.45.50.13: changes after resync 2006/11/10 03:42:55 aw 1.45.50.12: RESYNC: (1.51-1.53); FILE MERGED 2006/09/21 19:26:45 aw 1.45.50.11: RESYNC: (1.50-1.51); FILE MERGED 2006/07/07 16:03:16 aw 1.45.50.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:14:11 aw 1.45.50.9: RESYNC: (1.49-1.50); FILE MERGED 2006/06/08 16:20:50 aw 1.45.50.8: #114409# corrected ImpPaintOutlinerView and behaviour in that area 2006/01/26 22:10:25 aw 1.45.50.7: RESYNC: (1.48-1.49); FILE MERGED 2005/11/18 17:05:57 aw 1.45.50.6: RESYNC: (1.47-1.48); FILE MERGED 2005/09/18 05:01:50 aw 1.45.50.5: RESYNC: (1.46-1.47); FILE MERGED 2005/07/22 10:55:49 aw 1.45.50.4: RESYNC: (1.45-1.46); FILE MERGED 2005/05/26 11:28:04 aw 1.45.50.3: #i39531# 2005/05/19 12:31:30 aw 1.45.50.2: #i39529# 2005/05/12 16:39:33 aw 1.45.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [70b512779a49bdfc25e5d06809b31186259bbf23]

        INTEGRATION: CWS aw024 (1.17.92); FILE MERGED 2006/10/27 12:14:10 aw 1.17.92.16: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:26:36 aw 1.17.92.15: RESYNC: (1.23-1.24); FILE MERGED 2006/09/07 15:25:04 aw 1.17.92.14: #i69172# in SdrEditView::ImpCanDismantle the evaluation needs to be adapted to the mew polygons 2006/08/03 15:25:06 aw 1.17.92.13: RESYNC: (1.22-1.23); FILE MERGED 2006/07/07 16:03:16 aw 1.17.92.12: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:14:04 aw 1.17.92.11: RESYNC: (1.21-1.22); FILE MERGED 2006/05/12 18:48:41 aw 1.17.92.10: RESYNC: (1.20-1.21); FILE MERGED 2006/01/26 22:10:16 aw 1.17.92.9: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 05:01:37 aw 1.17.92.8: RESYNC: (1.17-1.19); FILE MERGED 2005/07/21 16:24:24 aw 1.17.92.7: #i39532# 2005/05/26 11:28:03 aw 1.17.92.6: #i39531# 2005/05/25 09:50:54 aw 1.17.92.5: #i39529# 2005/05/19 12:31:29 aw 1.17.92.4: #i39529# 2005/05/12 16:39:32 aw 1.17.92.3: #i39529# 2005/04/26 15:04:24 aw 1.17.92.2: #i39528# 2004/12/23 16:52:44 aw 1.17.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3965992be540888de1da5f81be62fe3f425edf3b]

        INTEGRATION: CWS aw024 (1.19.172); FILE MERGED 2006/11/13 14:47:43 aw 1.19.172.12: changes after resync 2006/11/10 03:42:45 aw 1.19.172.11: RESYNC: (1.24-1.25); FILE MERGED 2006/09/21 19:26:29 aw 1.19.172.10: RESYNC: (1.23-1.24); FILE MERGED 2006/08/03 15:24:58 aw 1.19.172.9: RESYNC: (1.22-1.23); FILE MERGED 2006/07/07 16:03:16 aw 1.19.172.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:13:57 aw 1.19.172.7: RESYNC: (1.21-1.22); FILE MERGED 2006/01/26 22:10:07 aw 1.19.172.6: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 05:01:28 aw 1.19.172.5: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:28:03 aw 1.19.172.4: #i39531# 2005/05/19 12:31:29 aw 1.19.172.3: #i39529# 2005/05/12 16:39:32 aw 1.19.172.2: #i39529# 2005/04/26 15:04:24 aw 1.19.172.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6844b933814ac75ca665adb5c440829213061a7c]

        INTEGRATION: CWS aw024 (1.13.138); FILE MERGED 2006/09/21 19:26:21 aw 1.13.138.10: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 15:24:50 aw 1.13.138.9: RESYNC: (1.16-1.17); FILE MERGED 2006/07/07 16:03:16 aw 1.13.138.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:13:50 aw 1.13.138.7: RESYNC: (1.15-1.16); FILE MERGED 2006/01/26 22:09:59 aw 1.13.138.6: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 05:01:19 aw 1.13.138.5: RESYNC: (1.13-1.14); FILE MERGED 2005/05/26 11:28:03 aw 1.13.138.4: #i39531# 2005/05/25 09:50:54 aw 1.13.138.3: #i39529# 2005/05/19 12:31:29 aw 1.13.138.2: #i39529# 2005/05/12 16:39:32 aw 1.13.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9b0bb779f5e46eaa4658c839437816d5003b2416]

        INTEGRATION: CWS aw024 (1.7.138); FILE MERGED 2006/11/13 14:47:42 aw 1.7.138.17: changes after resync 2006/11/10 03:42:35 aw 1.7.138.16: RESYNC: (1.14-1.15); FILE MERGED 2006/10/27 12:14:09 aw 1.7.138.15: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:26:12 aw 1.7.138.14: RESYNC: (1.13-1.14); FILE MERGED 2006/08/04 16:43:34 aw 1.7.138.13: adaptions after resync 2006/08/03 15:24:44 aw 1.7.138.12: RESYNC: (1.11-1.12); FILE MERGED 2006/07/07 16:03:16 aw 1.7.138.11: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:13:43 aw 1.7.138.10: RESYNC: (1.10-1.11); FILE MERGED 2006/05/12 18:48:31 aw 1.7.138.9: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 22:09:51 aw 1.7.138.8: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 05:01:11 aw 1.7.138.7: RESYNC: (1.7-1.8); FILE MERGED 2005/05/26 11:28:02 aw 1.7.138.6: #i39531# 2005/05/25 09:50:53 aw 1.7.138.5: #i39529# 2005/05/19 12:31:28 aw 1.7.138.4: #i39529# 2005/05/12 16:39:31 aw 1.7.138.3: #i39529# 2005/04/26 15:04:23 aw 1.7.138.2: #i39528# 2004/12/23 16:52:43 aw 1.7.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8827c67c08a5cf5ae7338bb36e7d55a1f60c30da]

        INTEGRATION: CWS aw024 (1.7.138); FILE MERGED 2006/11/13 14:19:16 aw 1.7.138.16: changes after resync 2006/11/10 03:42:29 aw 1.7.138.15: RESYNC: (1.12-1.13); FILE MERGED 2006/10/27 12:14:09 aw 1.7.138.14: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:25:56 aw 1.7.138.13: RESYNC: (1.11-1.12); FILE MERGED 2006/08/04 16:43:34 aw 1.7.138.12: adaptions after resync 2006/08/03 15:24:37 aw 1.7.138.11: RESYNC: (1.10-1.11); FILE MERGED 2006/07/07 16:03:16 aw 1.7.138.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:13:35 aw 1.7.138.9: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 22:09:41 aw 1.7.138.8: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 05:01:03 aw 1.7.138.7: RESYNC: (1.7-1.8); FILE MERGED 2005/05/26 11:28:02 aw 1.7.138.6: #i39531# 2005/05/25 09:50:53 aw 1.7.138.5: #i39529# 2005/05/19 12:31:28 aw 1.7.138.4: #i39529# 2005/05/12 16:39:30 aw 1.7.138.3: #i39529# 2005/04/26 15:04:23 aw 1.7.138.2: #i39528# 2004/12/23 16:52:43 aw 1.7.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [791017d22e900251ecaa81cc5b1d5911f6fb1aa8]

        INTEGRATION: CWS aw024 (1.3.138); FILE MERGED 2006/11/13 14:19:16 aw 1.3.138.6: changes after resync 2006/11/10 03:42:23 aw 1.3.138.5: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 13:13:27 aw 1.3.138.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 05:00:50 aw 1.3.138.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:31:28 aw 1.3.138.2: #i39529# 2005/05/12 16:39:30 aw 1.3.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [586c65f9225c1cbb1365b2d21d32927cb6779c19]

        INTEGRATION: CWS aw024 (1.16.20); FILE MERGED 2006/11/13 14:36:11 aw 1.16.20.13: changes after resync 2006/10/27 12:14:09 aw 1.16.20.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:25:37 aw 1.16.20.11: RESYNC: (1.19-1.20); FILE MERGED 2006/07/07 16:03:15 aw 1.16.20.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:13:10 aw 1.16.20.9: RESYNC: (1.17-1.18); FILE MERGED 2006/06/27 13:16:15 aw 1.16.20.8: #114408# errors corrected, some extensions added 2005/09/18 05:00:31 aw 1.16.20.7: RESYNC: (1.16-1.17); FILE MERGED 2005/05/26 11:28:01 aw 1.16.20.6: #i39531# 2005/05/25 09:50:52 aw 1.16.20.5: #i39529# 2005/05/19 12:31:27 aw 1.16.20.4: #i39529# 2005/05/12 16:39:30 aw 1.16.20.3: #i39529# 2005/04/26 15:04:23 aw 1.16.20.2: #i39528# 2004/12/23 16:52:43 aw 1.16.20.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [26e03be8aaa83a5eb12f87f253de715b7333106c]

        INTEGRATION: CWS aw024 (1.1.1.1.1214); FILE MERGED 2005/09/18 05:00:24 aw 1.1.1.1.1214.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/19 12:31:27 aw 1.1.1.1.1214.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8cef763e4506bbe81da45da729d0f172e8e9ba77]

        INTEGRATION: CWS aw024 (1.23.140); FILE MERGED 2006/11/10 03:42:13 aw 1.23.140.5: RESYNC: (1.26-1.27); FILE MERGED 2006/09/21 19:25:21 aw 1.23.140.4: RESYNC: (1.25-1.26); FILE MERGED 2006/07/04 13:13:00 aw 1.23.140.3: RESYNC: (1.24-1.25); FILE MERGED 2005/09/18 05:00:08 aw 1.23.140.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/23 16:52:42 aw 1.23.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5389a8f4a392f9818dc1b4a0212183b9cbb70205]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/08/10 12:38:10 aw 1.1.4.7: #114409# to get a correct start in overlay mechanism, create OverlayManager at first repaint 2006/07/28 15:21:46 aw 1.1.4.6: #114408# adaptions for SW 2006/06/29 09:20:15 aw 1.1.4.5: #i39529# removed some more XPolygon usages 2006/05/16 15:15:15 aw 1.1.4.4: changes after resync 2006/03/15 11:15:44 aw 1.1.4.3: #i56724# 2005/09/22 12:11:55 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:31:27 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ccf8f4765361dc31a5515463f5a3ef8e918107b0]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:09 aw 1.1.4.9: #i39528# ::basegfx -> basegfx adaption 2006/07/28 10:28:25 aw 1.1.4.8: #114408# for layer painting, do not insist on DrawHierarchy being initialized, do that on demand 2006/07/27 15:34:34 aw 1.1.4.7: #114408# adaptions for SC 2006/07/07 16:03:15 aw 1.1.4.6: adaptions after resync SRC680m171->SRC680m174 2006/02/14 21:59:08 aw 1.1.4.5: changed RedrawLayer to always ensure valid DrawHierachy 2006/01/25 07:00:03 fs 1.1.4.4: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/22 12:11:53 aw 1.1.4.3: #i39529# removed SISSL from headers 2005/07/21 16:24:23 aw 1.1.4.2: #i39532# 2005/05/19 12:31:26 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [07e4032817c28162c735dfa970e2cbf60fd552b1]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:09 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:50 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:31:26 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [74d5c80e9bc4ba32f7302790441c121c4f4d4be2]

        INTEGRATION: CWS aw024 (1.14.138); FILE MERGED 2006/11/13 14:25:09 aw 1.14.138.11: changes after resync 2006/11/13 14:19:15 aw 1.14.138.10: changes after resync 2006/09/08 18:05:34 aw 1.14.138.9: RESYNC: (1.18-1.19); FILE MERGED 2006/08/03 15:24:30 aw 1.14.138.8: RESYNC: (1.17-1.18); FILE MERGED 2006/01/25 07:00:03 fs 1.14.138.7: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/23 08:46:23 aw 1.14.138.6: #i39529# removed primitive help stuff 2005/09/18 04:59:42 aw 1.14.138.5: RESYNC: (1.15-1.16); FILE MERGED 2005/07/21 16:24:23 aw 1.14.138.4: #i39532# 2005/05/19 12:31:26 aw 1.14.138.3: #i39529# 2005/03/24 00:46:33 aw 1.14.138.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/23 16:52:42 aw 1.14.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d6c91d96856caa33f168f006d7058f70f47d83fe]

        INTEGRATION: CWS aw024 (1.5.138); FILE MERGED 2006/11/10 03:42:05 aw 1.5.138.11: RESYNC: (1.10-1.11); FILE MERGED 2006/10/27 12:14:08 aw 1.5.138.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:25:03 aw 1.5.138.9: RESYNC: (1.9-1.10); FILE MERGED 2006/09/08 18:05:01 aw 1.5.138.8: RESYNC: (1.8-1.9); FILE MERGED 2006/07/07 16:03:15 aw 1.5.138.7: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:12:07 aw 1.5.138.6: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 18:48:04 aw 1.5.138.5: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 04:59:13 aw 1.5.138.4: RESYNC: (1.5-1.6); FILE MERGED 2005/05/25 09:50:51 aw 1.5.138.3: #i39529# 2005/04/26 15:04:22 aw 1.5.138.2: #i39528# 2004/12/23 16:52:42 aw 1.5.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [12ad905275ff89422a342a0d5121d6868f81b63b]

        INTEGRATION: CWS aw024 (1.4.626); FILE MERGED 2006/10/27 12:14:08 aw 1.4.626.3: #i39528# ::basegfx -> basegfx adaption 2005/09/18 04:59:06 aw 1.4.626.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/28 11:21:23 aw 1.4.626.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [74cb1c4cb5f72fd8cf80c6d144eda00841394647]

        INTEGRATION: CWS aw024 (1.2.1208); FILE MERGED 2006/10/27 12:14:08 aw 1.2.1208.5: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:24:49 aw 1.2.1208.4: RESYNC: (1.3-1.4); FILE MERGED 2006/06/27 13:16:15 aw 1.2.1208.3: #114408# errors corrected, some extensions added 2005/09/18 04:58:58 aw 1.2.1208.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/28 11:21:23 aw 1.2.1208.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c10fec2b5f5a8f703d2b176ea595256cdaa35551]

        INTEGRATION: CWS aw024 (1.5.140); FILE MERGED 2006/11/10 03:40:55 aw 1.5.140.6: RESYNC: (1.9-1.10); FILE MERGED 2006/09/21 19:23:11 aw 1.5.140.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 13:10:42 aw 1.5.140.4: RESYNC: (1.7-1.8); FILE MERGED 2005/11/18 17:04:33 aw 1.5.140.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 04:56:03 aw 1.5.140.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/23 16:52:41 aw 1.5.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [09068c850333cbbe4985d3ceeabda5dccb79a87a]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/10/27 12:14:07 aw 1.4.140.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:22:27 aw 1.4.140.5: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:55:21 aw 1.4.140.4: RESYNC: (1.4-1.5); FILE MERGED 2005/05/12 16:39:30 aw 1.4.140.3: #i39529# 2005/04/26 15:04:22 aw 1.4.140.2: #i39528# 2004/12/23 16:52:41 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6df6b55397e3b291d0838b4d26ec315595899a55]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/09/21 19:22:10 aw 1.4.140.5: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 13:10:09 aw 1.4.140.4: RESYNC: (1.6-1.7); FILE MERGED 2005/11/18 17:04:26 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:54:52 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:41 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dca8de76f49fee711d5017e3cc8e5005cbeba44e]

        INTEGRATION: CWS aw024 (1.6.140); FILE MERGED 2006/09/21 19:22:03 aw 1.6.140.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 04:54:35 aw 1.6.140.2: RESYNC: (1.6-1.7); FILE MERGED 2004/12/23 16:52:41 aw 1.6.140.1: #i39525

2006-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [dce6b4833ab56be3c1f4cf8e4a55e4ffd999487f]

        flush at end of file

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [079a7e6aa439e76b9c2b0c2dda8f6331e68277eb]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/09/21 19:21:55 aw 1.4.140.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 13:10:02 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:54:19 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:40 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [509e6d86c9abe31edfba257e5a4d4b4851f94a19]

        INTEGRATION: CWS aw024 (1.4.138); FILE MERGED 2006/10/27 12:14:07 aw 1.4.138.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:21:30 aw 1.4.138.7: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 15:24:02 aw 1.4.138.6: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 04:53:57 aw 1.4.138.5: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:31:25 aw 1.4.138.4: #i39529# 2005/04/26 15:04:21 aw 1.4.138.3: #i39528# 2005/03/24 00:44:58 aw 1.4.138.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:40 aw 1.4.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ba5fa8ac199f449ee57878b03dc1dd6bea7a7c6]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2006/09/21 19:20:40 aw 1.3.140.4: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 13:09:55 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 04:52:54 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:52:40 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba7abb346ccb6765bbe22b7fc787c42dfbc229a2]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/09/21 19:20:15 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:52:32 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:40 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4e04b1aef9e771348d0f256f0efcb1a9ca0b6e61]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/09/21 19:20:07 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:52:24 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:39 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2273c188bd063824c33b794b2bc1353108c87256]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/09/21 19:20:00 aw 1.4.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:52:17 aw 1.4.140.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/23 16:52:39 aw 1.4.140.1: #i39525

2006-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [4113ad5f0b5a8cd938d8a6d21077e4a10848a728]

        Assign: forgot mpShapeHelper getShape/getBlip: handle failure getting shape/blip remove debug outputs

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9ee85a9aa2c0014f679c4a9c8d3d7766516162fc]

        INTEGRATION: CWS aw024 (1.5.140); FILE MERGED 2006/09/21 19:19:52 aw 1.5.140.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 13:09:38 aw 1.5.140.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 04:52:09 aw 1.5.140.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/23 16:52:39 aw 1.5.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7147d514a3352fe654381cd55564917a51fa7ff6]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:06 aw 1.1.4.4: #i39528# ::basegfx -> basegfx adaption 2006/07/07 16:03:15 aw 1.1.4.3: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:44 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:27:56 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7bbc79c306590ca60bec07d6f468cdc32dc46af5]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:06 aw 1.1.4.4: #i39528# ::basegfx -> basegfx adaption 2006/07/07 16:03:15 aw 1.1.4.3: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:43 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:27:43 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c73b046c87f1817040c1e130bcd5e71f6c1c93b7]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:06 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:43 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:27:33 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7084788c393031311a4c5e0105f9c5a010b3011a]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:05 aw 1.1.4.4: #i39528# ::basegfx -> basegfx adaption 2006/07/07 16:03:15 aw 1.1.4.3: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:43 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:27:22 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39623b84e4da27995d420b19dcbc2dfc5066eaac]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:05 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:43 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:27:12 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dcd592abc3c0852742ac5b7841278b4c1514a8df]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:05 aw 1.1.4.5: #i39528# ::basegfx -> basegfx adaption 2006/07/07 16:03:14 aw 1.1.4.4: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:42 aw 1.1.4.3: #i39529# removed SISSL from headers 2005/07/21 16:24:23 aw 1.1.4.2: #i39532# 2005/05/19 12:27:02 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [08dd5da7731164d72bd76f4252904b391ef9ad37]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/11/13 11:49:07 aw 1.1.4.10: changes after resync 2006/10/27 12:14:05 aw 1.1.4.9: #i39528# ::basegfx -> basegfx adaption 2006/07/28 15:21:46 aw 1.1.4.8: #114408# adaptions for SW 2006/07/27 15:34:34 aw 1.1.4.7: #114408# adaptions for SC 2006/06/15 10:42:26 aw 1.1.4.6: #114407# redesigned OverlayManagerBuffered to work with pisel coordinates in the remembered changed zone list to be independent of MapMode changes which may happen between overlay painting and restoring 2006/06/09 13:36:23 aw 1.1.4.5: #114408# problems with  transparent vcl sub-windows like radio button form controls in life mode 2006/05/16 15:15:15 aw 1.1.4.4: changes after resync 2005/09/22 12:11:42 aw 1.1.4.3: #i39529# removed SISSL from headers 2005/08/02 10:10:55 aw 1.1.4.2: #114407# 2005/05/19 12:26:36 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [97054951597fa657a5ed46241320ee5d2c96e485]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:05 aw 1.1.4.5: #i39528# ::basegfx -> basegfx adaption 2006/07/27 15:34:34 aw 1.1.4.4: #114408# adaptions for SC 2006/07/07 16:03:14 aw 1.1.4.3: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:42 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:26:47 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [64daa8b7f03450d0f1672a4bc7cbca9ebc848c4e]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2005/09/22 12:11:42 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:26:25 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [79c4d40482adecca8958355a29da21c9b52d55fb]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:04 aw 1.1.4.4: #i39528# ::basegfx -> basegfx adaption 2006/07/07 16:03:14 aw 1.1.4.3: adaptions after resync SRC680m171->SRC680m174 2005/09/22 12:11:41 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:26:15 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3eda55f4184a35a953d13b1e6984cc5e492489c4]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:04 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:41 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:26:04 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6596113a4e0ce0e02a60507f5169b481af39cb27]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:04 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:41 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:25:54 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fd8a0e98f1b9c9feb87773f7d609966f2b704410]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:04 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:40 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:25:44 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea177a0158f009e1a39dba0bb86e3fd045c8a8ff]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:04 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:40 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:25:33 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [76f192d30ec4af6fd5fd97cbb8e3e35808982356]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:14:03 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:11:39 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:25:22 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6c593cb177b76c02591c7e2fac8bf8294d1a83e7]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/11/13 14:03:18 aw 1.1.4.3: changes after resync 2005/09/22 12:11:39 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:28:51 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bc9f1601b7dceb90ffdd4317f229bcfc00fb55dc]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/10/25 13:16:18 fs 1.1.2.6: #i70768# really draw the control onto the requested device, not onto its parent window (which might be different) 2006/10/24 07:33:24 fs 1.1.2.5: #i70604# ensureControl( displayInfo ): use the page view's device, if possible 2006/07/19 09:07:39 fs 1.1.2.4: #i67278# when painting during PDF export, don't forget to set the XGraphics at the control (in case we need a default draw for controls without PDF representation) 2006/07/19 07:44:11 fs 1.1.2.3: #i67277# in some situations, it's allowed to not have an m_xContainer ... 2006/07/07 16:03:14 aw 1.1.2.2: adaptions after resync SRC680m171->SRC680m174 2006/06/30 12:08:11 aw 1.1.2.1: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [11f274955211c7e68daa124cff0bf4200a0f0e53]

        INTEGRATION: CWS aw024 (1.6.88); FILE MERGED 2006/09/21 19:18:48 aw 1.6.88.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 13:09:10 aw 1.6.88.4: RESYNC: (1.7-1.8); FILE MERGED 2006/06/08 16:39:40 aw 1.6.88.3: #114409# corrected ViewObjectContactOfSdrMediaObj::getWindow() where it was implied that GetObjectContact() is always a ObjectContactOfPageView. This is not the case e.g when the preview is painted. 2005/09/18 04:50:52 aw 1.6.88.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:31:24 aw 1.6.88.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a4071d39fc9f3c1a49eeb3e92a5b843a5d914700]

        INTEGRATION: CWS aw024 (1.8.50); FILE MERGED 2006/09/21 19:18:31 aw 1.8.50.5: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 15:23:55 aw 1.8.50.4: RESYNC: (1.10-1.11); FILE MERGED 2006/07/04 13:09:03 aw 1.8.50.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 04:50:34 aw 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:31:24 aw 1.8.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [89ff8acb03b10826ad2a11c6e8e424d75ffed4a9]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/07/19 09:50:35 fs 1.1.2.2: #i67280# CreateObjectSpecificViewObjectContact: for calc, a PDF-export-device also is a print-preview device - so check in the proper order 2006/06/30 12:07:51 aw 1.1.2.1: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1945496b97a24cd440674fc2d31c1d8644c3e7a8]

        INTEGRATION: CWS aw024 (1.13.50); FILE MERGED 2006/09/21 19:17:50 aw 1.13.50.5: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 13:08:55 aw 1.13.50.4: RESYNC: (1.15-1.16); FILE MERGED 2005/11/18 17:04:09 aw 1.13.50.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 04:50:00 aw 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/19 12:31:23 aw 1.13.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bb4009120cec1d9065eb4adff224f13d3697cb74]

        INTEGRATION: CWS aw024 (1.13.32); FILE MERGED 2006/09/21 19:17:33 aw 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2006/07/07 16:03:14 aw 1.13.32.1: adaptions after resync SRC680m171->SRC680m174

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [68c8befab618c9923b351249f502ac7ffc44fc55]

        INTEGRATION: CWS aw024 (1.3.218); FILE MERGED 2006/09/21 19:17:26 aw 1.3.218.4: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 13:08:39 aw 1.3.218.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 04:49:34 aw 1.3.218.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 15:04:21 aw 1.3.218.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [69ba58d69a3195ea15327a3914e076bdf5f686dc]

        INTEGRATION: CWS aw024 (1.9.50); FILE MERGED 2006/09/25 09:33:26 aw 1.9.50.10: changes after resync to m185 2006/09/21 19:16:01 aw 1.9.50.9: RESYNC: (1.13-1.15); FILE MERGED 2006/07/04 13:07:24 aw 1.9.50.8: RESYNC: (1.12-1.13); FILE MERGED 2006/06/30 12:08:38 aw 1.9.50.7: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl 2006/05/16 14:02:38 aw 1.9.50.6: changes after resync 2006/05/12 18:47:07 aw 1.9.50.5: RESYNC: (1.11-1.12); FILE MERGED 2006/01/25 07:00:02 fs 1.9.50.4: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/18 17:03:54 aw 1.9.50.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 04:46:56 aw 1.9.50.2: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:23 aw 1.9.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f2548c82dcdf4712fb376f873fe551810de25921]

        INTEGRATION: CWS aw024 (1.4.92); FILE MERGED 2006/09/21 19:15:48 aw 1.4.92.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 13:07:18 aw 1.4.92.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 04:46:45 aw 1.4.92.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:31:22 aw 1.4.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c818d76590daeed6de58643d8c52885ccf475d5]

        INTEGRATION: CWS aw024 (1.9.194); FILE MERGED 2006/07/04 13:06:53 aw 1.9.194.5: RESYNC: (1.10-1.11); FILE MERGED 2006/06/30 12:08:38 aw 1.9.194.4: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl 2006/01/25 07:00:02 fs 1.9.194.3: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 04:46:27 aw 1.9.194.2: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:22 aw 1.9.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d4e7b6f3a01e322dd1a3b4d31abd507ecb2e788c]

        INTEGRATION: CWS aw024 (1.7.138); FILE MERGED 2006/11/10 03:40:29 aw 1.7.138.5: RESYNC: (1.10-1.11); FILE MERGED 2006/09/21 19:15:31 aw 1.7.138.4: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 13:07:01 aw 1.7.138.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 04:46:13 aw 1.7.138.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 12:31:22 aw 1.7.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [22479832020e5cd9684fae89ccd833b201da6432]

        INTEGRATION: CWS aw024 (1.28.256); FILE MERGED 2006/11/10 03:39:23 aw 1.28.256.6: RESYNC: (1.31-1.32); FILE MERGED 2006/10/27 12:14:03 aw 1.28.256.5: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:13:12 aw 1.28.256.4: RESYNC: (1.30-1.31); FILE MERGED 2006/07/04 13:05:11 aw 1.28.256.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/18 04:42:38 aw 1.28.256.2: RESYNC: (1.28-1.29); FILE MERGED 2005/04/26 15:04:20 aw 1.28.256.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e50404c184592fe59a20d4f1420796fd71e9bddd]

        INTEGRATION: CWS aw024 (1.118.72); FILE MERGED 2006/11/10 03:37:14 aw 1.118.72.14: RESYNC: (1.136-1.141); FILE MERGED 2006/10/27 12:14:02 aw 1.118.72.13: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:10:25 aw 1.118.72.12: RESYNC: (1.135-1.136); FILE MERGED 2006/07/04 13:02:05 aw 1.118.72.11: RESYNC: (1.134-1.135); FILE MERGED 2006/05/12 18:45:30 aw 1.118.72.10: RESYNC: (1.128-1.134); FILE MERGED 2006/01/26 22:07:22 aw 1.118.72.9: RESYNC: (1.127-1.128); FILE MERGED 2005/11/18 16:59:50 aw 1.118.72.8: RESYNC: (1.123-1.127); FILE MERGED 2005/09/18 04:34:35 aw 1.118.72.7: RESYNC: (1.122-1.123); FILE MERGED 2005/08/04 15:46:23 sj 1.118.72.6: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/07/22 10:53:36 aw 1.118.72.5: RESYNC: (1.119-1.122); FILE MERGED 2005/05/25 09:50:50 aw 1.118.72.4: #i39529# 2005/05/13 15:59:23 aw 1.118.72.3: RESYNC: (1.118-1.119); FILE MERGED 2005/05/12 16:39:28 aw 1.118.72.2: #i39529# 2005/04/26 15:04:20 aw 1.118.72.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e4e7fcec8580a0119ac478f0484fdc5e58ba3af6]

        INTEGRATION: CWS aw024 (1.3.506); FILE MERGED 2006/10/27 12:14:02 aw 1.3.506.3: #i39528# ::basegfx -> basegfx adaption 2005/09/18 04:34:16 aw 1.3.506.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 15:04:19 aw 1.3.506.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [098889bcec4ec2b06f084fc531e10eaeaa2b9804]

        INTEGRATION: CWS aw024 (1.5.506); FILE MERGED 2006/11/10 03:36:58 aw 1.5.506.7: RESYNC: (1.8-1.9); FILE MERGED 2006/10/27 12:14:01 aw 1.5.506.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:10:00 aw 1.5.506.5: RESYNC: (1.7-1.8); FILE MERGED 2006/07/07 16:03:13 aw 1.5.506.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 13:01:51 aw 1.5.506.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 04:34:03 aw 1.5.506.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/26 15:04:19 aw 1.5.506.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0312c683786519174847f8b284ffbf641e0c270]

        INTEGRATION: CWS aw024 (1.37.346); FILE MERGED 2006/10/27 12:14:01 aw 1.37.346.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:09:53 aw 1.37.346.5: RESYNC: (1.39-1.40); FILE MERGED 2006/07/04 13:01:33 aw 1.37.346.4: RESYNC: (1.38-1.39); FILE MERGED 2005/09/18 04:33:31 aw 1.37.346.3: RESYNC: (1.37-1.38); FILE MERGED 2005/05/12 16:39:28 aw 1.37.346.2: #i39529# 2005/04/26 15:04:18 aw 1.37.346.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e3b3dafc7bf0681fa21465cc65b7363ff1d8f6f6]

        INTEGRATION: CWS aw024 (1.28.20); FILE MERGED 2006/11/10 03:36:52 aw 1.28.20.6: RESYNC: (1.32-1.33); FILE MERGED 2006/09/21 19:09:45 aw 1.28.20.5: RESYNC: (1.31-1.32); FILE MERGED 2006/07/04 13:01:00 aw 1.28.20.4: RESYNC: (1.30-1.31); FILE MERGED 2005/11/18 16:59:38 aw 1.28.20.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/18 04:32:55 aw 1.28.20.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/04 15:45:54 sj 1.28.20.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>  [b3ebbfe085ff80dd13fd80b21038c0f45b9bf729]

        INTEGRATION: CWS aw024 (1.54.20); FILE MERGED 2006/11/10 03:36:38 aw 1.54.20.8: RESYNC: (1.64-1.65); FILE MERGED 2006/09/21 19:09:38 aw 1.54.20.7: RESYNC: (1.63-1.64); FILE MERGED 2006/08/03 15:22:44 aw 1.54.20.6: RESYNC: (1.62-1.63); FILE MERGED 2006/07/04 13:00:52 aw 1.54.20.5: RESYNC: (1.61-1.62); FILE MERGED 2006/05/12 18:45:14 aw 1.54.20.4: RESYNC: (1.57-1.61); FILE MERGED 2005/11/18 16:59:31 aw 1.54.20.3: RESYNC: (1.55-1.57); FILE MERGED 2005/09/18 04:32:47 aw 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2005/08/04 15:45:35 sj 1.54.20.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>  [636d9822c5693f3832df75678bcebdd449897877]

        INTEGRATION: CWS aw024 (1.3.196); FILE MERGED 2006/11/13 14:07:42 aw 1.3.196.8: changes after resync 2006/11/13 13:41:32 aw 1.3.196.7: changes after resync 2006/10/27 12:14:01 aw 1.3.196.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 19:04:52 aw 1.3.196.5: RESYNC: (1.5-1.6); FILE MERGED 2006/07/07 16:03:13 aw 1.3.196.4: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:55:51 aw 1.3.196.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 04:24:20 aw 1.3.196.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 15:04:18 aw 1.3.196.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4b9ddfef8374a517f744cc9b652217b48f70a309]

        INTEGRATION: CWS aw024 (1.3.506); FILE MERGED 2006/10/27 12:14:01 aw 1.3.506.5: #i39528# ::basegfx -> basegfx adaption 2005/09/18 04:20:30 aw 1.3.506.4: RESYNC: (1.3-1.4); FILE MERGED 2005/05/25 09:50:49 aw 1.3.506.3: #i39529# 2005/05/12 16:39:27 aw 1.3.506.2: #i39529# 2005/04/26 15:04:17 aw 1.3.506.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [349c4ed944b68797898999b18af23e57f3cdcef4]

        INTEGRATION: CWS aw024 (1.7.138); FILE MERGED 2006/10/27 12:14:00 aw 1.7.138.5: #i39528# ::basegfx -> basegfx adaption 2005/09/18 04:18:19 aw 1.7.138.4: RESYNC: (1.7-1.8); FILE MERGED 2005/07/21 16:24:22 aw 1.7.138.3: #i39532# 2005/05/12 16:39:27 aw 1.7.138.2: #i39529# 2005/04/26 15:04:17 aw 1.7.138.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c818e8811d6762de56d7da8c61b066be89fbf867]

        INTEGRATION: CWS aw024 (1.23.88); FILE MERGED 2006/07/04 12:53:32 aw 1.23.88.6: RESYNC: (1.26-1.27); FILE MERGED 2006/02/24 13:46:01 fs 1.23.88.5: #FmXPageViewWinRec: remember the control container we're working for, instead of relying on the controllers knowing it (there might be no controllers) 2005/11/18 16:57:12 aw 1.23.88.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/18 04:13:36 aw 1.23.88.3: RESYNC: (1.24-1.25); FILE MERGED 2005/07/22 10:52:38 aw 1.23.88.2: RESYNC: (1.23-1.24); FILE MERGED 2005/05/19 12:31:21 aw 1.23.88.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b176bb5157eff0f8d382b8dc96340733987bfc84]

        INTEGRATION: CWS aw024 (1.9.140); FILE MERGED 2006/07/04 12:52:12 aw 1.9.140.5: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 04:10:26 aw 1.9.140.4: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 10:52:08 aw 1.9.140.3: RESYNC: (1.12-1.13); FILE MERGED 2005/03/24 00:32:53 aw 1.9.140.2: RESYNC: (1.9-1.12); FILE MERGED 2004/12/23 16:52:39 aw 1.9.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8cbc74e14cbf497d521ad6466ede05784adcc6a4]

        INTEGRATION: CWS aw024 (1.17.12); FILE MERGED 2006/07/04 12:51:51 aw 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2006/01/25 07:00:02 fs 1.17.12.1: merge changes from CWS formcontacts (for #i52724#) herein

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bdadbb5790367f012975557675d71f4a13ad6fc0]

        INTEGRATION: CWS aw024 (1.33.18); FILE MERGED 2006/11/10 03:31:25 aw 1.33.18.12: RESYNC: (1.42-1.43); FILE MERGED 2006/09/21 19:02:56 aw 1.33.18.11: RESYNC: (1.41-1.42); FILE MERGED 2006/07/04 12:50:00 aw 1.33.18.10: RESYNC: (1.40-1.41); FILE MERGED 2006/05/12 18:40:33 aw 1.33.18.9: RESYNC: (1.38-1.40); FILE MERGED 2006/01/30 18:58:11 aw 1.33.18.8: RESYNC: (1.37-1.38); FILE MERGED 2005/11/18 16:55:54 aw 1.33.18.7: RESYNC: (1.36-1.37); FILE MERGED 2005/09/18 04:03:36 aw 1.33.18.6: RESYNC: (1.35-1.36); FILE MERGED 2005/07/22 10:51:24 aw 1.33.18.5: RESYNC: (1.34-1.35); FILE MERGED 2005/05/19 12:31:21 aw 1.33.18.4: #i39529# 2005/05/12 16:39:27 aw 1.33.18.3: #i39529# 2005/03/24 00:31:16 aw 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED 2004/12/23 16:52:38 aw 1.33.18.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [33ae0fc857b6245b68ea2bce52814d4dc38675f5]

        INTEGRATION: CWS aw024 (1.18.20); FILE MERGED 2006/11/10 03:31:18 aw 1.18.20.8: RESYNC: (1.22-1.23); FILE MERGED 2006/09/21 19:02:49 aw 1.18.20.7: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 12:49:52 aw 1.18.20.6: RESYNC: (1.20-1.21); FILE MERGED 2005/11/18 16:55:47 aw 1.18.20.5: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 04:03:27 aw 1.18.20.4: RESYNC: (1.18-1.19); FILE MERGED 2005/05/19 12:31:20 aw 1.18.20.3: #i39529# 2005/05/12 16:39:26 aw 1.18.20.2: #i39529# 2005/04/26 15:04:16 aw 1.18.20.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4fa35ed279732674cf6d812fa0764a5d83c4b683]

        INTEGRATION: CWS aw024 (1.31.18); FILE MERGED 2006/09/21 19:02:42 aw 1.31.18.11: RESYNC: (1.39-1.40); FILE MERGED 2006/07/04 12:49:45 aw 1.31.18.10: RESYNC: (1.38-1.39); FILE MERGED 2006/05/12 18:40:23 aw 1.31.18.9: RESYNC: (1.36-1.38); FILE MERGED 2006/01/30 18:58:03 aw 1.31.18.8: RESYNC: (1.35-1.36); FILE MERGED 2006/01/26 22:05:11 aw 1.31.18.7: RESYNC: (1.34-1.35); FILE MERGED 2005/09/18 04:03:02 aw 1.31.18.6: RESYNC: (1.33-1.34); FILE MERGED 2005/08/04 15:44:43 sj 1.31.18.5: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/05/19 12:31:20 aw 1.31.18.4: #i39529# 2005/05/13 15:55:16 aw 1.31.18.3: RESYNC: (1.32-1.33); FILE MERGED 2005/03/24 00:31:08 aw 1.31.18.2: RESYNC: (1.31-1.32); FILE MERGED 2004/12/23 16:52:38 aw 1.31.18.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0cc026a8a5153125e593bfa4df0e408da475663c]

        INTEGRATION: CWS aw024 (1.7.92); FILE MERGED 2006/09/21 18:59:52 aw 1.7.92.6: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 15:21:00 aw 1.7.92.5: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 12:48:04 aw 1.7.92.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 03:58:10 aw 1.7.92.3: RESYNC: (1.7-1.8); FILE MERGED 2005/05/26 11:28:01 aw 1.7.92.2: #i39531# 2005/05/19 12:31:19 aw 1.7.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba3d6084752979f70343b80345b31c290102a327]

        INTEGRATION: CWS aw024 (1.18.92); FILE MERGED 2006/11/10 03:30:45 aw 1.18.92.9: RESYNC: (1.24-1.25); FILE MERGED 2006/09/21 18:59:45 aw 1.18.92.8: RESYNC: (1.23-1.24); FILE MERGED 2006/08/03 15:20:52 aw 1.18.92.7: RESYNC: (1.22-1.23); FILE MERGED 2006/07/04 12:47:56 aw 1.18.92.6: RESYNC: (1.21-1.22); FILE MERGED 2006/05/12 18:39:17 aw 1.18.92.5: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 03:58:00 aw 1.18.92.4: RESYNC: (1.19-1.20); FILE MERGED 2005/07/22 10:51:16 aw 1.18.92.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/26 11:28:01 aw 1.18.92.2: #i39531# 2005/05/19 12:31:19 aw 1.18.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b477d799655c8637465cc4c6a2220140e8d16c2f]

        INTEGRATION: CWS aw024 (1.44.88); FILE MERGED 2006/11/10 03:30:28 aw 1.44.88.13: RESYNC: (1.54-1.58); FILE MERGED 2006/09/21 18:58:56 aw 1.44.88.12: RESYNC: (1.53-1.54); FILE MERGED 2006/08/03 15:20:14 aw 1.44.88.11: RESYNC: (1.52-1.53); FILE MERGED 2006/07/07 16:03:13 aw 1.44.88.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:47:26 aw 1.44.88.9: RESYNC: (1.51-1.52); FILE MERGED 2006/05/12 18:38:50 aw 1.44.88.8: RESYNC: (1.48-1.51); FILE MERGED 2006/02/24 13:46:35 fs 1.44.88.7: #FmXPageViewWinRec: remember the control container we're working for, instead of relying on the controllers knowing it (there might be no controllers) 2006/01/26 21:48:32 aw 1.44.88.6: RESYNC: (1.46-1.48); FILE MERGED 2006/01/25 07:00:01 fs 1.44.88.5: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/18 16:54:17 aw 1.44.88.4: RESYNC: (1.45-1.46); FILE MERGED 2005/09/18 03:56:42 aw 1.44.88.3: RESYNC: (1.44-1.45); FILE MERGED 2005/05/26 11:28:00 aw 1.44.88.2: #i39531# 2005/05/19 12:31:19 aw 1.44.88.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6a0dba284025052cd7893589bb7d258376ef879f]

        INTEGRATION: CWS aw024 (1.36.190); FILE MERGED 2006/11/10 03:30:22 aw 1.36.190.12: RESYNC: (1.44-1.45); FILE MERGED 2006/09/21 18:58:42 aw 1.36.190.11: RESYNC: (1.43-1.44); FILE MERGED 2006/08/03 15:20:06 aw 1.36.190.10: RESYNC: (1.42-1.43); FILE MERGED 2006/07/04 12:47:17 aw 1.36.190.9: RESYNC: (1.41-1.42); FILE MERGED 2006/02/24 13:46:55 fs 1.36.190.8: #i62528# DeleteWindowFromPaintView: call base class last 2006/01/25 07:00:01 fs 1.36.190.7: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 03:56:33 aw 1.36.190.6: RESYNC: (1.40-1.41); FILE MERGED 2005/07/22 10:50:50 aw 1.36.190.5: RESYNC: (1.38-1.40); FILE MERGED 2005/05/26 11:28:00 aw 1.36.190.4: #i39531# 2005/05/19 12:31:18 aw 1.36.190.3: #i39529# 2005/05/13 15:54:25 aw 1.36.190.2: RESYNC: (1.36-1.38); FILE MERGED 2005/05/12 16:39:25 aw 1.36.190.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f7f9d197e7b853e10144f94595360d5f8e093c99]

        INTEGRATION: CWS aw024 (1.3.36); FILE MERGED 2006/11/10 03:29:58 aw 1.3.36.8: RESYNC: (1.9-1.10); FILE MERGED 2006/09/21 18:58:05 aw 1.3.36.7: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:46:50 aw 1.3.36.6: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 18:38:16 aw 1.3.36.5: RESYNC: (1.6-1.7); FILE MERGED 2006/01/26 21:48:24 aw 1.3.36.4: RESYNC: (1.5-1.6); FILE MERGED 2005/11/18 16:54:09 aw 1.3.36.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 03:55:46 aw 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/26 11:47:41 aw 1.3.36.1: #114176#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0e059d43441f55f4813f0570bb23ce4308f55f25]

        INTEGRATION: CWS aw024 (1.66.76); FILE MERGED 2006/11/10 03:29:42 aw 1.66.76.12: RESYNC: (1.77-1.79); FILE MERGED 2006/09/21 18:57:12 aw 1.66.76.11: RESYNC: (1.76-1.77); FILE MERGED 2006/08/03 15:19:49 aw 1.66.76.10: RESYNC: (1.75-1.76); FILE MERGED 2006/07/04 12:45:49 aw 1.66.76.9: RESYNC: (1.74-1.75); FILE MERGED 2006/05/12 18:37:54 aw 1.66.76.8: RESYNC: (1.73-1.74); FILE MERGED 2006/01/26 21:47:58 aw 1.66.76.7: RESYNC: (1.69-1.73); FILE MERGED 2006/01/25 07:00:01 fs 1.66.76.6: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/18 16:53:41 aw 1.66.76.5: RESYNC: (1.68-1.69); FILE MERGED 2005/09/18 03:54:28 aw 1.66.76.4: RESYNC: (1.67-1.68); FILE MERGED 2005/07/22 10:50:31 aw 1.66.76.3: RESYNC: (1.66-1.67); FILE MERGED 2005/05/26 11:27:59 aw 1.66.76.2: #i39531# 2005/05/19 12:31:18 aw 1.66.76.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a9e9cd9783906c10660a934345c31682d191f8c2]

        INTEGRATION: CWS aw024 (1.61.34); FILE MERGED 2006/09/21 18:57:05 aw 1.61.34.8: RESYNC: (1.67-1.68); FILE MERGED 2006/08/03 15:19:38 aw 1.61.34.7: RESYNC: (1.66-1.67); FILE MERGED 2006/07/04 12:45:37 aw 1.61.34.6: RESYNC: (1.65-1.66); FILE MERGED 2005/11/18 16:53:32 aw 1.61.34.5: RESYNC: (1.64-1.65); FILE MERGED 2005/09/18 03:54:19 aw 1.61.34.4: RESYNC: (1.63-1.64); FILE MERGED 2005/07/22 10:50:19 aw 1.61.34.3: RESYNC: (1.61-1.63); FILE MERGED 2005/05/26 11:27:59 aw 1.61.34.2: #i39531# 2005/05/19 12:31:17 aw 1.61.34.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3ceaf31bc3d2b765272e65c32fb181e15c0e3f01]

        INTEGRATION: CWS aw024 (1.11.92); FILE MERGED 2006/11/10 03:29:20 aw 1.11.92.8: RESYNC: (1.16-1.17); FILE MERGED 2006/09/21 18:55:56 aw 1.11.92.7: RESYNC: (1.15-1.16); FILE MERGED 2006/07/04 12:44:48 aw 1.11.92.6: RESYNC: (1.13-1.14); FILE MERGED 2006/06/27 13:28:18 fs 1.11.92.5: proper ids (not based on OBJ_UNO, to prevent conflicts) 2005/09/18 03:48:18 aw 1.11.92.4: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:31:17 aw 1.11.92.3: #i39529# 2005/03/24 00:26:10 aw 1.11.92.2: RESYNC: (1.11-1.12); FILE MERGED 2004/12/23 16:52:36 aw 1.11.92.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c3e51f6071347371aed45e5f97c18da4c0ff27ab]

        INTEGRATION: CWS aw024 (1.51.48); FILE MERGED 2006/11/10 03:28:55 aw 1.51.48.11: RESYNC: (1.57-1.58); FILE MERGED 2006/09/21 18:54:26 aw 1.51.48.10: RESYNC: (1.56-1.57); FILE MERGED 2006/08/03 15:19:24 aw 1.51.48.9: RESYNC: (1.55-1.56); FILE MERGED 2006/07/07 16:03:13 aw 1.51.48.8: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:43:18 aw 1.51.48.7: RESYNC: (1.54-1.55); FILE MERGED 2006/01/26 21:47:34 aw 1.51.48.6: RESYNC: (1.53-1.54); FILE MERGED 2006/01/25 07:00:00 fs 1.51.48.5: merge changes from CWS formcontacts (for #i52724#) herein 2005/11/18 16:53:06 aw 1.51.48.4: RESYNC: (1.52-1.53); FILE MERGED 2005/09/18 03:50:42 aw 1.51.48.3: RESYNC: (1.51-1.52); FILE MERGED 2005/05/26 11:27:58 aw 1.51.48.2: #i39531# 2005/05/19 12:31:16 aw 1.51.48.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0908aaf5c81a4f3e996c9eb83f9ff346af9dc7f4]

        INTEGRATION: CWS aw024 (1.20.48); FILE MERGED 2006/11/10 03:28:49 aw 1.20.48.10: RESYNC: (1.26-1.27); FILE MERGED 2006/09/21 18:53:51 aw 1.20.48.9: RESYNC: (1.25-1.26); FILE MERGED 2006/09/08 17:59:17 aw 1.20.48.8: RESYNC: (1.24-1.25); FILE MERGED 2006/07/04 12:42:49 aw 1.20.48.7: RESYNC: (1.23-1.24); FILE MERGED 2006/05/16 13:53:25 aw 1.20.48.6: changes after resync 2006/05/12 18:37:17 aw 1.20.48.5: RESYNC: (1.21-1.23); FILE MERGED 2006/01/25 06:59:59 fs 1.20.48.4: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 03:50:12 aw 1.20.48.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:27:58 aw 1.20.48.2: #i39531# 2005/05/19 12:31:16 aw 1.20.48.1: #i39529#

2006-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [dbfca21736a8a993f6dec8a102baebaa7efdd11a]

        constructor of WW8StructBase takes signed parameter for offset

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6739c374b7eff4efcfd7cb0be3c03a49bb1dcf45]

        INTEGRATION: CWS aw024 (1.1.1.1.1214); FILE MERGED 2006/10/27 12:14:00 aw 1.1.1.1.1214.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:50:35 aw 1.1.1.1.1214.8: RESYNC: (1.2-1.3); FILE MERGED 2006/09/19 15:17:03 aw 1.1.1.1.1214.7: #i69174# changed usage of Volume3D 2006/07/07 16:03:12 aw 1.1.1.1.1214.6: adaptions after resync SRC680m171->SRC680m174 2005/09/18 03:45:35 aw 1.1.1.1.1214.5: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/19 12:31:15 aw 1.1.1.1.1214.4: #i39529# 2005/04/26 15:04:16 aw 1.1.1.1.1214.3: #i39528# 2004/12/28 11:21:23 aw 1.1.1.1.1214.2: #i39528 2004/12/27 12:19:31 aw 1.1.1.1.1214.1: #i39528

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c1ac2fbbb5fdffb0f211e1d028bc8b2093c9fd39]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/10/27 12:14:00 aw 1.1.2.2: #i39528# ::basegfx -> basegfx adaption 2006/09/14 11:24:14 aw 1.1.2.1: #i69174# splitted viewpt3d.cxx due to optimizer problems

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3eeef376dad4ded3240069fc55bd81c0820a6174]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2006/10/27 12:14:00 aw 1.3.140.13: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:50:28 aw 1.3.140.12: RESYNC: (1.6-1.7); FILE MERGED 2006/09/14 11:24:59 aw 1.3.140.11: #i69174# splitted viewpt3d.cxx due to optimizer problems 2006/07/07 16:03:12 aw 1.3.140.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:40:17 aw 1.3.140.9: RESYNC: (1.4-1.5); FILE MERGED 2005/09/18 03:45:27 aw 1.3.140.8: RESYNC: (1.3-1.4); FILE MERGED 2005/07/29 16:40:31 aw 1.3.140.7: #114176# more fine grained: FitViewToVolume has problems... 2005/07/29 16:16:00 aw 1.3.140.6: #114176# after resync: some parts of the file seem to have optimizer problems when building without debug 2005/05/23 13:27:24 aw 1.3.140.5: i39529# 2005/05/19 12:31:15 aw 1.3.140.4: #i39529# 2005/05/12 16:39:24 aw 1.3.140.3: #i39529# 2005/04/26 15:04:16 aw 1.3.140.2: #i39528# 2004/12/23 16:52:35 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f540105aa77cf5e7a5dcf928465cb2352a3264f9]

        INTEGRATION: CWS aw024 (1.6.344); FILE MERGED 2006/09/21 18:50:21 aw 1.6.344.6: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 12:40:10 aw 1.6.344.5: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 03:45:14 aw 1.6.344.4: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:27:57 aw 1.6.344.3: #i39531# 2005/05/19 12:31:15 aw 1.6.344.2: #i39529# 2004/12/23 16:52:35 aw 1.6.344.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [66a0ded53e44e39da41ce9eedc5a7ec1b853c3e6]

        INTEGRATION: CWS aw024 (1.19.138); FILE MERGED 2006/10/27 12:13:59 aw 1.19.138.15: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:50:14 aw 1.19.138.14: RESYNC: (1.24-1.25); FILE MERGED 2006/08/04 16:18:11 aw 1.19.138.13: adaptions after resync 2006/08/04 16:17:06 aw 1.19.138.12: adaptions after resync 2006/08/03 15:18:10 aw 1.19.138.11: RESYNC: (1.22-1.23); FILE MERGED 2006/07/07 16:03:12 aw 1.19.138.10: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:40:03 aw 1.19.138.9: RESYNC: (1.21-1.22); FILE MERGED 2006/01/26 21:46:40 aw 1.19.138.8: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 03:45:07 aw 1.19.138.7: RESYNC: (1.19-1.20); FILE MERGED 2005/05/26 11:27:57 aw 1.19.138.6: #i39531# 2005/05/25 09:50:49 aw 1.19.138.5: #i39529# 2005/05/19 12:31:15 aw 1.19.138.4: #i39529# 2005/05/12 16:39:24 aw 1.19.138.3: #i39529# 2005/04/26 15:04:15 aw 1.19.138.2: #i39528# 2004/12/23 16:52:35 aw 1.19.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cd4a981c0c534f96f6871a1eb287e5e4d7a145cf]

        INTEGRATION: CWS aw024 (1.5.412); FILE MERGED 2006/10/27 12:13:59 aw 1.5.412.5: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:50:07 aw 1.5.412.4: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 12:39:55 aw 1.5.412.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 03:44:56 aw 1.5.412.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/26 15:04:15 aw 1.5.412.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7f51ccc3cb0e20cd42d64b637be7e5928051738f]

        INTEGRATION: CWS aw024 (1.12.138); FILE MERGED 2006/10/27 12:13:59 aw 1.12.138.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:50:00 aw 1.12.138.8: RESYNC: (1.15-1.16); FILE MERGED 2006/07/07 16:03:12 aw 1.12.138.7: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:39:47 aw 1.12.138.6: RESYNC: (1.13-1.14); FILE MERGED 2005/09/18 03:44:27 aw 1.12.138.5: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:31:14 aw 1.12.138.4: #i39529# 2005/05/12 16:39:24 aw 1.12.138.3: #i39529# 2005/04/26 15:04:15 aw 1.12.138.2: #i39528# 2004/12/23 16:52:34 aw 1.12.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bbe248d3b50265331c8a5a1920c519f4fdc1c65c]

        INTEGRATION: CWS aw024 (1.22.138); FILE MERGED 2006/10/27 12:12:35 aw 1.22.138.13: #i70938# added hint where problems occurred 2006/09/21 18:49:48 aw 1.22.138.12: RESYNC: (1.26-1.27); FILE MERGED 2006/09/19 15:17:03 aw 1.22.138.11: #i69174# changed usage of Volume3D 2006/08/11 14:24:29 aw 1.22.138.10: #i39528# somehow init of some E3DScene members vanished, especially mp3DDepthRemapper 2006/07/07 16:03:12 aw 1.22.138.9: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:39:40 aw 1.22.138.8: RESYNC: (1.24-1.25); FILE MERGED 2005/09/18 03:44:04 aw 1.22.138.7: RESYNC: (1.23-1.24); FILE MERGED 2005/05/23 13:27:23 aw 1.22.138.6: i39529# 2005/05/19 12:31:14 aw 1.22.138.5: #i39529# 2005/05/12 16:39:23 aw 1.22.138.4: #i39529# 2005/04/26 15:04:14 aw 1.22.138.3: #i39528# 2005/03/24 00:24:41 aw 1.22.138.2: RESYNC: (1.22-1.23); FILE MERGED 2004/12/23 16:52:34 aw 1.22.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f42adf82b6ad00708545aa4eee0e2ad6063d719e]

        INTEGRATION: CWS aw024 (1.8.138); FILE MERGED 2006/11/10 03:27:12 aw 1.8.138.8: RESYNC: (1.12-1.13); FILE MERGED 2006/10/27 12:13:59 aw 1.8.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:49:41 aw 1.8.138.6: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 12:39:33 aw 1.8.138.5: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 03:43:42 aw 1.8.138.4: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:31:14 aw 1.8.138.3: #i39529# 2005/04/26 15:04:14 aw 1.8.138.2: #i39528# 2004/12/23 16:52:34 aw 1.8.138.1: #i39525

2006-11-14  Henning Brinkmann  <hbrinkm@openoffice.org>  [620d9efdfc47c416ae2d0d6d59319a654f2e3416]

        *::initChildren: handle zero length DffRecords

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [433594532d2deb4fb8597a399d21093a192796c1]

        INTEGRATION: CWS aw024 (1.9.138); FILE MERGED 2006/10/27 12:13:59 aw 1.9.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:49:33 aw 1.9.138.6: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 12:39:21 aw 1.9.138.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 03:43:28 aw 1.9.138.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:13 aw 1.9.138.3: #i39529# 2005/04/26 15:04:14 aw 1.9.138.2: #i39528# 2004/12/23 16:52:33 aw 1.9.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4753607f20bf0532c144e36b5ec44bfa96e97521]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2006/09/21 18:49:19 aw 1.3.140.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/18 03:43:05 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:52:33 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d6712c86c95215bf4289e56d91f7a7bcf156b96f]

        INTEGRATION: CWS aw024 (1.35.138); FILE MERGED 2006/11/13 13:34:05 aw 1.35.138.16: changes after resync 2006/10/27 12:13:58 aw 1.35.138.15: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:49:12 aw 1.35.138.14: RESYNC: (1.38-1.39); FILE MERGED 2006/09/21 10:53:24 aw 1.35.138.13: #i39530# corrected 3d shadow and lathe behaviour 2006/09/19 15:17:03 aw 1.35.138.12: #i69174# changed usage of Volume3D 2006/07/07 16:03:11 aw 1.35.138.11: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:39:11 aw 1.35.138.10: RESYNC: (1.36-1.37); FILE MERGED 2006/05/16 15:15:14 aw 1.35.138.9: changes after resync 2005/09/18 03:40:39 aw 1.35.138.8: RESYNC: (1.35-1.36); FILE MERGED 2005/07/21 16:24:21 aw 1.35.138.7: #i39532# 2005/05/25 09:50:48 aw 1.35.138.6: #i39529# 2005/05/19 12:31:13 aw 1.35.138.5: #i39529# 2005/05/17 15:41:33 aw 1.35.138.4: #i39529# 2005/05/12 16:39:23 aw 1.35.138.3: #i39529# 2005/04/26 15:04:12 aw 1.35.138.2: #i39528# 2004/12/23 16:52:32 aw 1.35.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9fbf46e3be5a62d43d4dd07a52ee21b1ce4d071b]

        INTEGRATION: CWS aw024 (1.7.648); FILE MERGED 2006/11/10 03:27:06 aw 1.7.648.9: RESYNC: (1.11-1.12); FILE MERGED 2006/09/14 11:25:29 aw 1.7.648.8: #i69174# no optimizer for MSC and viewpt3d.cxx 2005/09/18 03:42:57 aw 1.7.648.7: RESYNC: (1.8-1.9); FILE MERGED 2005/08/05 15:47:53 aw 1.7.648.6: #i39529# 2005/05/12 16:39:22 aw 1.7.648.5: #i39529# 2005/04/26 15:04:11 aw 1.7.648.4: #i39528# 2005/03/24 00:24:32 aw 1.7.648.3: RESYNC: (1.7-1.8); FILE MERGED 2004/12/27 12:19:29 aw 1.7.648.2: #i39528 2004/12/23 16:52:32 aw 1.7.648.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6fddda1dd740fdb922b302f0d3d77ccdac412a89]

        INTEGRATION: CWS aw024 (1.18.138); FILE MERGED 2006/11/13 13:34:04 aw 1.18.138.11: changes after resync 2006/10/27 12:13:58 aw 1.18.138.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:49:05 aw 1.18.138.9: RESYNC: (1.21-1.22); FILE MERGED 2006/09/21 10:53:24 aw 1.18.138.8: #i39530# corrected 3d shadow and lathe behaviour 2006/07/07 16:03:11 aw 1.18.138.7: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:38:45 aw 1.18.138.6: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 03:42:37 aw 1.18.138.5: RESYNC: (1.18-1.19); FILE MERGED 2005/05/19 12:31:13 aw 1.18.138.4: #i39529# 2005/05/12 16:39:22 aw 1.18.138.3: #i39529# 2005/04/26 15:04:11 aw 1.18.138.2: #i39528# 2004/12/23 16:52:32 aw 1.18.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e6d2cb480014ad5b74361ff4cb75b7e59d2b219]

        INTEGRATION: CWS aw024 (1.19.138); FILE MERGED 2006/10/27 12:13:58 aw 1.19.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:51 aw 1.19.138.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/07 16:03:11 aw 1.19.138.5: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:38:38 aw 1.19.138.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/18 03:42:09 aw 1.19.138.3: RESYNC: (1.19-1.20); FILE MERGED 2005/05/19 12:31:12 aw 1.19.138.2: #i39529# 2005/04/26 15:04:10 aw 1.19.138.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6dcc1bef07eabcea3e6335cd510691fe484b44ba]

        INTEGRATION: CWS aw024 (1.16.138); FILE MERGED 2006/10/27 12:13:58 aw 1.16.138.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:37 aw 1.16.138.6: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 03:42:00 aw 1.16.138.5: RESYNC: (1.16-1.17); FILE MERGED 2005/05/19 12:31:12 aw 1.16.138.4: #i39529# 2005/05/12 16:39:22 aw 1.16.138.3: #i39529# 2005/04/26 15:04:10 aw 1.16.138.2: #i39528# 2004/12/23 16:52:31 aw 1.16.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f442456ec7072dff89bc0eded628048cc2eae3ad]

        INTEGRATION: CWS aw024 (1.4.138); FILE MERGED 2006/10/27 12:13:58 aw 1.4.138.12: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:21 aw 1.4.138.11: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 15:18:00 aw 1.4.138.10: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 12:38:03 aw 1.4.138.9: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 03:41:26 aw 1.4.138.8: RESYNC: (1.4-1.5); FILE MERGED 2005/05/26 11:27:56 aw 1.4.138.7: #i39531# 2005/05/19 12:31:11 aw 1.4.138.6: #i39529# 2005/05/12 16:39:21 aw 1.4.138.5: #i39529# 2005/04/26 15:04:09 aw 1.4.138.4: #i39528# 2004/12/28 11:21:22 aw 1.4.138.3: #i39528 2004/12/27 12:19:28 aw 1.4.138.2: #i39528 2004/12/23 16:52:31 aw 1.4.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f623b524aaad0530f69fedd91b3d8fbdf78a546b]

        INTEGRATION: CWS aw024 (1.4.1208); FILE MERGED 2006/10/27 12:13:57 aw 1.4.1208.4: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:14 aw 1.4.1208.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 03:41:09 aw 1.4.1208.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 15:04:09 aw 1.4.1208.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a4ed6f6a3e1b430c847f28117e6062154630bd8b]

        INTEGRATION: CWS aw024 (1.10.138); FILE MERGED 2006/10/27 12:13:57 aw 1.10.138.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:07 aw 1.10.138.7: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 12:37:55 aw 1.10.138.6: RESYNC: (1.11-1.12); FILE MERGED 2005/09/18 03:40:56 aw 1.10.138.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/19 12:31:11 aw 1.10.138.4: #i39529# 2005/05/12 16:39:21 aw 1.10.138.3: #i39529# 2005/04/26 15:04:09 aw 1.10.138.2: #i39528# 2004/12/23 16:52:31 aw 1.10.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a76843c3f61db1dc89b3cdd4f40c39e8ec99544b]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2006/10/27 12:13:57 aw 1.3.140.5: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:48:01 aw 1.3.140.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 03:40:47 aw 1.3.140.3: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 15:04:09 aw 1.3.140.2: #i39528# 2004/12/23 16:52:30 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [601065d31dff21e5ec81be4df1c01c95a2f2d9c8]

        INTEGRATION: CWS aw024 (1.7.140); FILE MERGED 2006/11/13 14:16:11 aw 1.7.140.7: changes after resync 2006/11/10 03:26:41 aw 1.7.140.6: RESYNC: (1.10-1.11); FILE MERGED 2006/10/27 12:13:57 aw 1.7.140.5: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:47:44 aw 1.7.140.4: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 12:37:39 aw 1.7.140.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/18 03:40:20 aw 1.7.140.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/26 15:04:08 aw 1.7.140.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f954db8b3e7d1a253a2593a83bac4fd30631e66c]

        INTEGRATION: CWS aw024 (1.93.232); FILE MERGED 2006/11/10 03:23:40 aw 1.93.232.9: RESYNC: (1.102-1.103); FILE MERGED 2006/10/27 12:13:57 aw 1.93.232.8: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:43:59 aw 1.93.232.7: RESYNC: (1.101-1.102); FILE MERGED 2006/07/04 12:34:34 aw 1.93.232.6: RESYNC: (1.100-1.101); FILE MERGED 2006/05/12 18:33:15 aw 1.93.232.5: RESYNC: (1.96-1.100); FILE MERGED 2006/01/26 21:44:35 aw 1.93.232.4: RESYNC: (1.95-1.96); FILE MERGED 2005/11/18 16:48:30 aw 1.93.232.3: RESYNC: (1.94-1.95); FILE MERGED 2005/09/18 03:32:50 aw 1.93.232.2: RESYNC: (1.93-1.94); FILE MERGED 2005/04/26 15:04:08 aw 1.93.232.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f5e49d25350750762bc1fa931bef7a6821ba1c7e]

        INTEGRATION: CWS aw024 (1.21.94); FILE MERGED 2006/11/10 03:21:39 aw 1.21.94.10: RESYNC: (1.35-1.36); FILE MERGED 2006/09/21 18:42:06 aw 1.21.94.9: RESYNC: (1.34-1.35); FILE MERGED 2006/09/08 17:54:44 aw 1.21.94.8: RESYNC: (1.32-1.34); FILE MERGED 2006/08/03 15:17:17 aw 1.21.94.7: RESYNC: (1.31-1.32); FILE MERGED 2006/07/04 12:32:38 aw 1.21.94.6: RESYNC: (1.30-1.31); FILE MERGED 2006/05/12 18:32:09 aw 1.21.94.5: RESYNC: (1.29-1.30); FILE MERGED 2005/11/18 16:47:13 aw 1.21.94.4: RESYNC: (1.26-1.29); FILE MERGED 2005/09/18 03:26:47 aw 1.21.94.3: RESYNC: (1.25-1.26); FILE MERGED 2005/03/24 00:20:42 aw 1.21.94.2: RESYNC: (1.21-1.25); FILE MERGED 2004/12/23 16:52:30 aw 1.21.94.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ee3a1f3c812456b2a1aa5b09af6562332c911f3]

        INTEGRATION: CWS aw024 (1.18.192); FILE MERGED 2006/11/10 03:21:24 aw 1.18.192.8: RESYNC: (1.23-1.24); FILE MERGED 2006/09/21 18:41:51 aw 1.18.192.7: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 15:17:08 aw 1.18.192.6: RESYNC: (1.21-1.22); FILE MERGED 2006/07/04 12:32:19 aw 1.18.192.5: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 18:31:46 aw 1.18.192.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/18 03:25:51 aw 1.18.192.3: RESYNC: (1.18-1.19); FILE MERGED 2005/05/26 11:27:56 aw 1.18.192.2: #i39531# 2005/05/19 12:31:10 aw 1.18.192.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d622f9429fbfbe37dbab3e8a4045f126bf16924]

        INTEGRATION: CWS aw024 (1.20.174); FILE MERGED 2006/11/10 03:21:10 aw 1.20.174.7: RESYNC: (1.23-1.24); FILE MERGED 2006/10/27 12:13:56 aw 1.20.174.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:41:34 aw 1.20.174.5: RESYNC: (1.22-1.23); FILE MERGED 2006/07/04 12:31:53 aw 1.20.174.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/18 03:25:27 aw 1.20.174.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/12 16:39:20 aw 1.20.174.2: #i39529# 2005/04/26 15:04:07 aw 1.20.174.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [120992ace00f1006f150a419f701f22d4f16e7cd]

        INTEGRATION: CWS aw024 (1.28.190); FILE MERGED 2006/11/10 03:20:53 aw 1.28.190.8: RESYNC: (1.32-1.33); FILE MERGED 2006/10/27 12:13:56 aw 1.28.190.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:41:17 aw 1.28.190.6: RESYNC: (1.31-1.32); FILE MERGED 2006/07/04 12:31:36 aw 1.28.190.5: RESYNC: (1.30-1.31); FILE MERGED 2006/01/26 21:44:06 aw 1.28.190.4: RESYNC: (1.29-1.30); FILE MERGED 2005/09/18 03:25:04 aw 1.28.190.3: RESYNC: (1.28-1.29); FILE MERGED 2005/05/19 12:31:10 aw 1.28.190.2: #i39529# 2005/05/12 16:39:20 aw 1.28.190.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c03d2f136cdb3e89ed774fb77ab66a11cfd1d7a7]

        INTEGRATION: CWS aw024 (1.6.192); FILE MERGED 2006/11/10 03:19:03 aw 1.6.192.7: RESYNC: (1.10-1.11); FILE MERGED 2006/09/21 18:39:05 aw 1.6.192.6: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 15:16:50 aw 1.6.192.5: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:29:26 aw 1.6.192.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 03:18:22 aw 1.6.192.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:27:55 aw 1.6.192.2: #i39531# 2005/05/19 12:31:09 aw 1.6.192.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2f5c60f15eff4e18f435a75b2009869f1848b051]

        INTEGRATION: CWS aw024 (1.14.232); FILE MERGED 2006/11/10 03:10:17 aw 1.14.232.10: RESYNC: (1.18-1.19); FILE MERGED 2006/10/27 12:13:56 aw 1.14.232.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:25:24 aw 1.14.232.8: RESYNC: (1.17-1.18); FILE MERGED 2006/08/03 15:12:05 aw 1.14.232.7: RESYNC: (1.16-1.17); FILE MERGED 2006/07/04 12:17:42 aw 1.14.232.6: RESYNC: (1.15-1.16); FILE MERGED 2005/09/18 02:39:58 aw 1.14.232.5: RESYNC: (1.14-1.15); FILE MERGED 2005/05/26 11:27:55 aw 1.14.232.4: #i39531# 2005/05/19 12:31:09 aw 1.14.232.3: #i39529# 2005/05/12 16:39:20 aw 1.14.232.2: #i39529# 2005/04/26 15:04:07 aw 1.14.232.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a1682f5acf1f00cae311cc337279ab21cfd72a6a]

        INTEGRATION: CWS aw024 (1.27.10); FILE MERGED 2006/11/10 03:10:11 aw 1.27.10.4: RESYNC: (1.29-1.30); FILE MERGED 2006/09/21 18:25:17 aw 1.27.10.3: RESYNC: (1.28-1.29); FILE MERGED 2006/07/04 12:17:13 aw 1.27.10.2: RESYNC: (1.27-1.28); FILE MERGED 2006/05/16 11:24:32 aw 1.27.10.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d44fcc807f9f586d40e29bc436ed9fe66ce29554]

        INTEGRATION: CWS aw024 (1.21.138); FILE MERGED 2006/11/10 03:08:04 aw 1.21.138.10: RESYNC: (1.25-1.26); FILE MERGED 2006/09/21 18:22:10 aw 1.21.138.9: RESYNC: (1.24-1.25); FILE MERGED 2006/08/03 15:11:45 aw 1.21.138.8: RESYNC: (1.23-1.24); FILE MERGED 2006/07/07 16:03:10 aw 1.21.138.7: adaptions after resync SRC680m171->SRC680m174 2006/07/04 12:14:09 aw 1.21.138.6: RESYNC: (1.22-1.23); FILE MERGED 2005/09/18 02:30:05 aw 1.21.138.5: RESYNC: (1.21-1.22); FILE MERGED 2005/05/19 12:31:09 aw 1.21.138.4: #i39529# 2005/05/12 16:39:19 aw 1.21.138.3: #i39529# 2005/04/26 15:04:06 aw 1.21.138.2: #i39528# 2004/12/23 16:52:29 aw 1.21.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e310b506655a7cfa2eaba02ea889413bdbcdf1e8]

        INTEGRATION: CWS aw024 (1.9.648); FILE MERGED 2006/11/10 03:07:57 aw 1.9.648.7: RESYNC: (1.12-1.13); FILE MERGED 2006/10/27 12:13:56 aw 1.9.648.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:21:17 aw 1.9.648.5: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 12:13:28 aw 1.9.648.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 02:27:56 aw 1.9.648.3: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:08 aw 1.9.648.2: #i39529# 2005/04/26 15:04:06 aw 1.9.648.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [988de1d6d67af1105e633b71cd5274efb0e9edad]

        INTEGRATION: CWS aw024 (1.24.138); FILE MERGED 2006/10/27 12:13:55 aw 1.24.138.6: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:19:14 aw 1.24.138.5: RESYNC: (1.26-1.27); FILE MERGED 2006/07/04 12:11:27 aw 1.24.138.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/18 02:18:28 aw 1.24.138.3: RESYNC: (1.24-1.25); FILE MERGED 2005/05/12 16:39:19 aw 1.24.138.2: #i39529# 2005/04/26 15:04:06 aw 1.24.138.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b6f5158e4fa39ac5d4c6db90241aa7161fb66e91]

        INTEGRATION: CWS aw024 (1.9.344); FILE MERGED 2006/10/27 12:13:55 aw 1.9.344.7: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:19:07 aw 1.9.344.6: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 12:11:19 aw 1.9.344.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/18 02:18:17 aw 1.9.344.4: RESYNC: (1.9-1.10); FILE MERGED 2005/05/19 12:31:08 aw 1.9.344.3: #i39529# 2005/05/12 16:39:18 aw 1.9.344.2: #i39529# 2005/04/26 15:04:05 aw 1.9.344.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5932b9d567f8a357be3164b611afe2b42b624abc]

        INTEGRATION: CWS aw024 (1.5.138); FILE MERGED 2006/10/27 12:13:55 aw 1.5.138.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:16:09 aw 1.5.138.8: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:07:57 aw 1.5.138.7: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 02:11:06 aw 1.5.138.6: RESYNC: (1.6-1.7); FILE MERGED 2005/05/25 09:50:47 aw 1.5.138.5: #i39529# 2005/05/12 16:39:18 aw 1.5.138.4: #i39529# 2005/04/26 15:04:05 aw 1.5.138.3: #i39528# 2005/03/23 23:54:33 aw 1.5.138.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/23 16:52:29 aw 1.5.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2afa40aad4bbcb59cd6a9a37da9ca0b598ca2ab7]

        INTEGRATION: CWS aw024 (1.6.138); FILE MERGED 2006/09/21 18:15:18 aw 1.6.138.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 15:10:47 aw 1.6.138.4: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:07:22 aw 1.6.138.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 02:08:22 aw 1.6.138.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:31:08 aw 1.6.138.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [54a341243224851c40d63d8548f982e6d16b5e30]

        INTEGRATION: CWS aw024 (1.12.12); FILE MERGED 2006/11/10 03:02:36 aw 1.12.12.4: RESYNC: (1.14-1.15); FILE MERGED 2006/09/21 18:13:08 aw 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 12:05:24 aw 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/16 11:24:32 aw 1.12.12.1: changes after resync

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [51c7f7ed2682a490a2f225500163f2120700e851]

        INTEGRATION: CWS aw024 (1.5.94); FILE MERGED 2006/11/10 03:01:25 aw 1.5.94.10: RESYNC: (1.13-1.14); FILE MERGED 2006/10/27 12:13:55 aw 1.5.94.9: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:11:07 aw 1.5.94.8: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 12:03:33 aw 1.5.94.7: RESYNC: (1.11-1.12); FILE MERGED 2005/11/18 16:29:32 aw 1.5.94.6: RESYNC: (1.8-1.11); FILE MERGED 2005/09/18 01:55:55 aw 1.5.94.5: RESYNC: (1.7-1.8); FILE MERGED 2005/05/25 09:50:46 aw 1.5.94.4: #i39529# 2005/04/26 15:04:04 aw 1.5.94.3: #i39528# 2005/03/23 23:48:28 aw 1.5.94.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/23 16:52:29 aw 1.5.94.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a7fa03899acae81b96056bdd94c4d35259a9563c]

        INTEGRATION: CWS aw024 (1.4.140); FILE MERGED 2006/11/10 03:01:19 aw 1.4.140.11: RESYNC: (1.12-1.13); FILE MERGED 2006/10/27 12:13:55 aw 1.4.140.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:10:59 aw 1.4.140.9: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 15:10:02 aw 1.4.140.8: RESYNC: (1.10-1.11); FILE MERGED 2006/01/26 21:37:09 aw 1.4.140.7: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 01:55:28 aw 1.4.140.6: RESYNC: (1.8-1.9); FILE MERGED 2005/07/22 10:46:14 aw 1.4.140.5: RESYNC: (1.7-1.8); FILE MERGED 2005/05/13 15:42:43 aw 1.4.140.4: RESYNC: (1.6-1.7); FILE MERGED 2005/04/26 15:04:04 aw 1.4.140.3: #i39528# 2005/03/23 23:48:06 aw 1.4.140.2: RESYNC: (1.4-1.6); FILE MERGED 2004/12/23 16:52:28 aw 1.4.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [39ac7601d7a92d1af5f513359bb880764067d52f]

        INTEGRATION: CWS aw024 (1.3.218); FILE MERGED 2006/10/27 12:13:54 aw 1.3.218.3: #i39528# ::basegfx -> basegfx adaption 2005/09/18 01:55:20 aw 1.3.218.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/26 15:04:03 aw 1.3.218.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f991734ae45491ee284afa10deacf5cbbd7b2db9]

        INTEGRATION: CWS aw024 (1.5.140); FILE MERGED 2006/11/10 03:01:12 aw 1.5.140.11: RESYNC: (1.10-1.11); FILE MERGED 2006/10/27 12:13:54 aw 1.5.140.10: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:10:52 aw 1.5.140.9: RESYNC: (1.9-1.10); FILE MERGED 2006/07/04 12:03:17 aw 1.5.140.8: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 18:22:39 aw 1.5.140.7: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 01:55:13 aw 1.5.140.6: RESYNC: (1.6-1.7); FILE MERGED 2005/05/25 09:50:46 aw 1.5.140.5: #i39529# 2005/05/19 12:31:07 aw 1.5.140.4: #i39529# 2005/04/26 15:04:03 aw 1.5.140.3: #i39528# 2005/03/23 23:47:58 aw 1.5.140.2: RESYNC: (1.5-1.6); FILE MERGED 2004/12/23 16:52:28 aw 1.5.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8f5dc32a73bebf9fdd01e42a938708a8131aab66]

        INTEGRATION: CWS aw024 (1.12.34); FILE MERGED 2006/11/10 03:01:05 aw 1.12.34.12: RESYNC: (1.21-1.22); FILE MERGED 2006/10/27 12:13:54 aw 1.12.34.11: #i39528# ::basegfx -> basegfx adaption 2006/09/21 18:10:45 aw 1.12.34.10: RESYNC: (1.19-1.21); FILE MERGED 2006/09/08 17:47:42 aw 1.12.34.9: RESYNC: (1.18-1.19); FILE MERGED 2006/08/03 15:09:43 aw 1.12.34.8: RESYNC: (1.17-1.18); FILE MERGED 2006/07/04 12:03:10 aw 1.12.34.7: RESYNC: (1.16-1.17); FILE MERGED 2005/11/18 16:29:13 aw 1.12.34.6: RESYNC: (1.15-1.16); FILE MERGED 2005/09/18 01:54:50 aw 1.12.34.5: RESYNC: (1.14-1.15); FILE MERGED 2005/07/22 10:45:55 aw 1.12.34.4: RESYNC: (1.13-1.14); FILE MERGED 2005/05/25 09:50:45 aw 1.12.34.3: #i39529# 2005/05/13 15:42:34 aw 1.12.34.2: RESYNC: (1.12-1.13); FILE MERGED 2005/04/26 15:04:03 aw 1.12.34.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3093531448f96df6550985f04b81cfe03070a10b]

        INTEGRATION: CWS aw024 (1.10.52); FILE MERGED 2006/09/21 18:10:11 aw 1.10.52.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/18 01:53:45 aw 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/23 16:52:28 aw 1.10.52.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [25b20e4899fe9b7c76d5f806228301a319e13005]

        INTEGRATION: CWS aw024 (1.17.308); FILE MERGED 2006/09/21 18:09:55 aw 1.17.308.7: RESYNC: (1.21-1.22); FILE MERGED 2006/08/03 15:09:34 aw 1.17.308.6: RESYNC: (1.20-1.21); FILE MERGED 2006/07/04 12:02:24 aw 1.17.308.5: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 18:21:57 aw 1.17.308.4: RESYNC: (1.18-1.19); FILE MERGED 2005/09/18 01:53:20 aw 1.17.308.3: RESYNC: (1.17-1.18); FILE MERGED 2005/05/26 11:27:54 aw 1.17.308.2: #i39531# 2005/05/19 12:31:07 aw 1.17.308.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [093d3b3f662f2441c8761a91c16e634301d985b3]

        INTEGRATION: CWS aw024 (1.37.892); FILE MERGED 2006/11/10 03:00:31 aw 1.37.892.8: RESYNC: (1.43-1.44); FILE MERGED 2006/09/21 18:09:01 aw 1.37.892.7: RESYNC: (1.42-1.43); FILE MERGED 2006/08/03 15:09:27 aw 1.37.892.6: RESYNC: (1.41-1.42); FILE MERGED 2006/07/04 12:02:00 aw 1.37.892.5: RESYNC: (1.40-1.41); FILE MERGED 2006/05/12 18:21:36 aw 1.37.892.4: RESYNC: (1.39-1.40); FILE MERGED 2006/01/26 21:36:33 aw 1.37.892.3: RESYNC: (1.38-1.39); FILE MERGED 2005/09/18 01:52:07 aw 1.37.892.2: RESYNC: (1.37-1.38); FILE MERGED 2005/05/19 12:31:06 aw 1.37.892.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [338fd2cb16e9b3d7e4e14d6b17ef348acc8f9f05]

        INTEGRATION: CWS aw024 (1.46.78); FILE MERGED 2006/09/21 18:07:57 aw 1.46.78.4: RESYNC: (1.48-1.49); FILE MERGED 2006/07/04 12:01:21 aw 1.46.78.3: RESYNC: (1.47-1.48); FILE MERGED 2005/09/18 01:50:45 aw 1.46.78.2: RESYNC: (1.46-1.47); FILE MERGED 2004/12/23 16:52:27 aw 1.46.78.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [48bb8c063d88cd818c5134837c5ced07c11b9fe0]

        INTEGRATION: CWS aw024 (1.20.258); FILE MERGED 2006/09/21 18:06:23 aw 1.20.258.7: RESYNC: (1.23-1.24); FILE MERGED 2006/07/04 11:59:46 aw 1.20.258.6: RESYNC: (1.22-1.23); FILE MERGED 2006/05/12 18:20:18 aw 1.20.258.5: RESYNC: (1.21-1.22); FILE MERGED 2006/02/24 15:17:45 fs 1.20.258.4: GetControlContainer taking a 'const OutputDevice&' (in the course of #i62529#) 2005/09/18 01:48:04 aw 1.20.258.3: RESYNC: (1.20-1.21); FILE MERGED 2005/05/26 11:27:54 aw 1.20.258.2: #i39531# 2005/05/19 12:31:06 aw 1.20.258.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b862535422b4ffe4fde6448afd53241a88aa8252]

        INTEGRATION: CWS aw024 (1.108.48); FILE MERGED 2006/09/08 17:46:32 aw 1.108.48.14: RESYNC: (1.118-1.120); FILE MERGED 2006/07/04 11:59:19 aw 1.108.48.13: RESYNC: (1.117-1.118); FILE MERGED 2006/05/12 18:18:31 aw 1.108.48.12: RESYNC: (1.115-1.117); FILE MERGED 2006/01/26 21:34:58 aw 1.108.48.11: RESYNC: (1.114-1.115); FILE MERGED 2005/11/18 16:28:01 aw 1.108.48.10: RESYNC: (1.113-1.114); FILE MERGED 2005/09/22 16:08:15 aw 1.108.48.9: #i39529# removed primitive help stuff 2005/07/21 16:23:53 aw 1.108.48.8: #i39532# 2005/05/25 09:50:06 aw 1.108.48.7: #i39529# 2005/05/19 12:33:51 aw 1.108.48.6: #i39529# 2005/05/13 15:40:59 aw 1.108.48.5: RESYNC: (1.111-1.113); FILE MERGED 2005/05/12 16:39:56 aw 1.108.48.4: #i39529# 2005/03/23 23:45:23 aw 1.108.48.3: RESYNC: (1.108-1.111); FILE MERGED 2004/12/27 12:19:10 aw 1.108.48.2: #i39528 2004/12/23 16:54:45 aw 1.108.48.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3502071bcef286d134ebab70fd150f42ed16d216]

        INTEGRATION: CWS aw024 (1.19.92); FILE MERGED 2006/01/26 21:34:51 aw 1.19.92.5: RESYNC: (1.21-1.22); FILE MERGED 2005/11/18 16:27:53 aw 1.19.92.4: RESYNC: (1.19-1.21); FILE MERGED 2005/09/22 16:08:15 aw 1.19.92.3: #i39529# removed primitive help stuff 2005/07/21 16:23:52 aw 1.19.92.2: #i39532# 2005/05/19 12:33:50 aw 1.19.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [824a99f4170c898eda8fe66aebbea0f5f582222d]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:45:37 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 23:45:14 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:50 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bb30b7df46d7c474d31bcde77bf91bb2cdaaffdc]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:45:20 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 23:44:54 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:50 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [413f05f42d96f2032a0e8dbd83205957542cdd20]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:44:53 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:50 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cae730ba4454dcde9efd4db6868f065217edc7e5]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:44:25 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:50 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d3bd01d7e17056840d38ec9b8be26fc92e082658]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:44:18 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:49 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [61378bbd4f9a966d444a7e6a7d690ec46e4682e2]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:44:10 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 23:44:46 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:49 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b1bd903528b84b677803e5a2b496886134ace7db]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:43:54 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:49 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3eeda3b2f463bac1d8fd0754fe74e0ed4832ad1d]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:43:00 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 23:43:55 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:49 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0265615c2fa7e306157127c5b5b6ea1f6126bb80]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:42:31 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:48 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0aa011acb4e23521c4afb4715e8449cca5492964]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:41:22 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:48 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2433aa8a76666c8e7ccb7f9aabb09c70bacefc4e]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:41:14 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:48 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df950d3ea3fb9008787eebe30bd49d16561b08c2]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 01:41:05 aw 1.3.140.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 23:43:46 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:48 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [90120380d50e81b76b16872985a44b5910ae9abf]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:29 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:50 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:24:17 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c80eb38aa804ec1c072cc38a16ff57979db8112b]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:28 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:50 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:24:06 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7bbc5e21f5fb46291ea98e08e0237cfcb76ef7cf]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:28 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:49 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:56 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [12e08445f2244d9ce659a62357a25fd433707bc5]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:28 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:49 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:46 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0537725ccd7ad0b3e363b77309e536b8a221a948]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:28 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:49 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:35 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4ecfec2536970ef6e1fcbae24882af28d88eb5d1]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:48 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:24 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bd16a7cccf23b86de3121509e57052c50eb8b488]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.5: #i39528# ::basegfx -> basegfx adaption 2006/07/27 15:34:06 aw 1.1.4.4: #114408# adaptions for SC 2006/06/15 10:42:05 aw 1.1.4.3: #114407# redesigned OverlayManagerBuffered to work with pisel coordinates in the remembered changed zone list to be independent of MapMode changes which may happen between overlay painting and restoring 2005/09/22 12:09:48 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:03 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7b7f9f608605a667f768c7cda3603278e34cbfc8]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.4: #i39528# ::basegfx -> basegfx adaption 2006/07/27 15:34:05 aw 1.1.4.3: #114408# adaptions for SC 2005/09/22 12:09:48 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:23:14 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [46e7f917547b9332b86b0f1960b59dee3d37d28d]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2005/09/22 12:09:48 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:22:52 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e34e912e60d1b708f1df38142f7721139e817ded]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:47 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:22:37 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [62fc1d8d230769cdc29942e17d6321ceeeb5fd02]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:47 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:22:16 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b841ab7a9bbecce1c1714419a60e0b3945e9ddec]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:47 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:22:03 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e422d0d107cd905b19ba7a644b275a8441bbecbd]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:27 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:47 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:21:36 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cf1bffd4e84eb444942567faae866b3086033398]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:26 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:46 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:21:50 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5748c916cf9e1cc8ec4cc3579620f7f89508741b]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/10/27 12:13:26 aw 1.1.4.3: #i39528# ::basegfx -> basegfx adaption 2005/09/22 12:09:46 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:21:23 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [cd7fc9fc77184c906877a3bb7dbcd8270ead62c5]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/07/19 09:04:53 fs 1.1.2.2: during #i67278#: doPaintObject lost the XControl parameter 2006/06/30 12:06:06 aw 1.1.2.1: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [417fd4070d4dd066af1004b13514373cd2f9e4d4]

        INTEGRATION: CWS aw024 (1.3.76); FILE MERGED 2005/09/18 01:39:50 aw 1.3.76.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:30:05 aw 1.3.76.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [abbc803115ecbc2c52b6d691d9c8e0b0b9699118]

        INTEGRATION: CWS aw024 (1.4.194); FILE MERGED 2005/09/18 01:39:33 aw 1.4.194.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:30:04 aw 1.4.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [884ade7887e61ccf28e1e1787d05d66c9d87cad3]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/06/30 12:05:54 aw 1.1.2.1: #i62525 moved UnoControlView*Contact to View*ContactOfUnoControl

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b58e0a54e32b0eb7b3993cd0764e9a2f9f08543d]

        INTEGRATION: CWS aw024 (1.6.194); FILE MERGED 2006/09/21 18:05:54 aw 1.6.194.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/18 16:27:34 aw 1.6.194.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 01:36:54 aw 1.6.194.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:30:04 aw 1.6.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b9c13665efe587061e6a680f679278c25d329718]

        INTEGRATION: CWS aw024 (1.8.50); FILE MERGED 2006/01/25 06:59:58 fs 1.8.50.3: merge changes from CWS formcontacts (for #i52724#) herein 2005/09/18 01:36:44 aw 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:30:04 aw 1.8.50.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c7bb93e0fdec18ae00548ede09351d614e901cec]

        INTEGRATION: CWS aw024 (1.3.194); FILE MERGED 2005/09/18 01:36:33 aw 1.3.194.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:30:03 aw 1.3.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3ffe341e7582af2e61da341ef5886fa30fc18c6c]

        INTEGRATION: CWS aw024 (1.8.194); FILE MERGED 2006/07/04 11:59:11 aw 1.8.194.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 01:36:11 aw 1.8.194.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/19 12:30:03 aw 1.8.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c3c996a22623ffcdefaab5f204547a05fc85ffbe]

        INTEGRATION: CWS aw024 (1.4.196); FILE MERGED 2005/09/18 01:31:43 aw 1.4.196.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/04 15:43:16 sj 1.4.196.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>  [49b0797757e353dc92109a25503aae31a67c6833]

        INTEGRATION: CWS aw024 (1.10.74); FILE MERGED 2006/07/04 11:56:39 aw 1.10.74.4: RESYNC: (1.12-1.13); FILE MERGED 2006/05/12 18:17:39 aw 1.10.74.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/18 01:13:24 aw 1.10.74.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/19 12:29:52 aw 1.10.74.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b9378bed6823ffb8449dc01043f85b1da71ad6ef]

        INTEGRATION: CWS aw024 (1.4.196); FILE MERGED 2006/10/27 12:13:24 aw 1.4.196.4: #i39528# ::basegfx -> basegfx adaption 2005/09/18 01:10:19 aw 1.4.196.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/25 09:47:04 aw 1.4.196.2: #i39529# 2005/04/26 15:03:25 aw 1.4.196.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4cb74f889ae1f2941ed921485f7e516f1c29677f]

        INTEGRATION: CWS aw024 (1.4.210); FILE MERGED 2006/07/04 11:55:51 aw 1.4.210.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/18 01:09:01 aw 1.4.210.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:29:51 aw 1.4.210.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5b175afa3248c2cc6e14ec535b915781368415ea]

        INTEGRATION: CWS aw024 (1.17.174); FILE MERGED 2006/11/10 02:55:31 aw 1.17.174.4: RESYNC: (1.19-1.20); FILE MERGED 2006/08/03 15:09:20 aw 1.17.174.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/18 00:57:30 aw 1.17.174.2: RESYNC: (1.17-1.18); FILE MERGED 2005/05/19 12:29:51 aw 1.17.174.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3583c1c039eae854aa85648e42d4cd1e2e928878]

        INTEGRATION: CWS aw024 (1.2.194); FILE MERGED 2005/09/18 00:53:27 aw 1.2.194.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:29:49 aw 1.2.194.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4d59d72b02b0934ea1da3d8ebbbb0d8444b8c20b]

        INTEGRATION: CWS aw024 (1.2.140); FILE MERGED 2006/11/13 11:48:59 aw 1.2.140.6: changes after resync 2005/09/18 00:52:34 aw 1.2.140.5: RESYNC: (1.2-1.3); FILE MERGED 2005/05/25 09:47:04 aw 1.2.140.4: #i39529# 2005/05/19 12:29:47 aw 1.2.140.3: #i39529# 2005/04/26 15:03:24 aw 1.2.140.2: #i39528# 2004/12/23 16:50:42 aw 1.2.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5f2a7bb9db8632cd04a631892dc1dad6d53ebe43]

        INTEGRATION: CWS aw024 (1.3.138); FILE MERGED 2005/09/18 00:51:54 aw 1.3.138.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 12:29:46 aw 1.3.138.2: #i39529# 2004/12/23 16:50:42 aw 1.3.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0f5833be5af6712094a1b797cfdc0b227403b69d]

        INTEGRATION: CWS aw024 (1.2.138); FILE MERGED 2005/09/18 00:51:30 aw 1.2.138.2: RESYNC: (1.2-1.3); FILE MERGED 2005/05/26 11:27:37 aw 1.2.138.1: #i39531#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [176304a2129d5b26c6a79880c3898d79d697e8bb]

        INTEGRATION: CWS aw024 (1.3.140); FILE MERGED 2005/09/18 00:45:18 aw 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2004/12/23 16:50:33 aw 1.3.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0fc29e3fd5515be7644a13bd696a50bea137ba15]

        INTEGRATION: CWS aw024 (1.12.92); FILE MERGED 2006/07/04 11:53:02 aw 1.12.92.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 18:16:15 aw 1.12.92.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/18 00:40:50 aw 1.12.92.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 10:42:05 aw 1.12.92.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:29:36 aw 1.12.92.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2ff5cae337ccf99c5edb2fbf61b032a58ab04760]

        INTEGRATION: CWS aw024 (1.1.4); FILE ADDED 2006/07/28 15:21:28 aw 1.1.4.3: #114408# adaptions for SW 2005/09/22 12:09:45 aw 1.1.4.2: #i39529# removed SISSL from headers 2005/05/19 12:29:35 aw 1.1.4.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [afb74e52c5a30efb0e093fbfc9a97ea0c59b705d]

        INTEGRATION: CWS aw024 (1.4.196); FILE MERGED 2005/09/18 00:17:30 aw 1.4.196.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:29:33 aw 1.4.196.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6dc5dc76c61e281ee0aefed49270086ca17bb821]

        INTEGRATION: CWS aw024 (1.1.1.1.1216); FILE MERGED 2005/09/18 00:11:31 aw 1.1.1.1.1216.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/05/19 12:29:32 aw 1.1.1.1.1216.2: #i39529# 2005/04/26 15:03:10 aw 1.1.1.1.1216.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5d175a9dcb2d1431496340d2b99e117678ced082]

        INTEGRATION: CWS aw024 (1.4.196); FILE MERGED 2005/09/18 00:08:15 aw 1.4.196.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/19 12:29:32 aw 1.4.196.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4409e82388db23684b6d3fb16ad17616275f25a0]

        INTEGRATION: CWS aw024 (1.2.140); FILE MERGED 2005/09/18 00:03:22 aw 1.2.140.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/23 16:50:26 aw 1.2.140.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ed73fcb9ad8d7f12f422851c30aa1007ba7e69fe]

        INTEGRATION: CWS aw024 (1.5.138); FILE MERGED 2006/11/10 02:49:36 aw 1.5.138.9: RESYNC: (1.13-1.14); FILE MERGED 2006/07/04 11:47:18 aw 1.5.138.8: RESYNC: (1.11-1.12); FILE MERGED 2006/01/30 18:55:37 aw 1.5.138.7: RESYNC: (1.10-1.11); FILE MERGED 2006/01/26 21:32:28 aw 1.5.138.6: RESYNC: (1.9-1.10); FILE MERGED 2005/09/18 00:02:31 aw 1.5.138.5: RESYNC: (1.8-1.9); FILE MERGED 2005/08/04 15:43:16 sj 1.5.138.4: #48467# using GraphicExporter component for exports, graphic filter progress now works now via xStatusIndicater instead of callback mechanism 2005/05/13 15:37:52 aw 1.5.138.3: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 22:47:41 aw 1.5.138.2: RESYNC: (1.5-1.7); FILE MERGED 2004/12/23 16:50:26 aw 1.5.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [88abb6a881488051aa9d99f56bd55d67142f07c5]

        INTEGRATION: CWS aw024 (1.5.196); FILE MERGED 2006/11/10 02:47:30 aw 1.5.196.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 23:49:07 aw 1.5.196.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/19 12:29:29 aw 1.5.196.1: #i39529#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a7f3afc53483c4f8ff419c83401abc34d4add257]

        INTEGRATION: CWS aw024 (1.2.138); FILE MERGED 2006/11/10 02:47:11 aw 1.2.138.6: RESYNC: (1.3-1.4); FILE MERGED 2006/10/27 12:13:18 aw 1.2.138.5: #i39528# ::basegfx -> basegfx adaption 2005/09/17 23:47:08 aw 1.2.138.4: RESYNC: (1.2-1.3); FILE MERGED 2005/05/19 12:29:28 aw 1.2.138.3: #i39529# 2005/04/26 15:03:07 aw 1.2.138.2: #i39528# 2004/12/23 16:50:25 aw 1.2.138.1: #i39525

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3a38101e55bb6cf651866aef6648ab9eed6cca60]

        INTEGRATION: CWS aw024 (1.24.28); FILE MERGED 2005/10/07 13:11:22 sj 1.24.28.1: #i48468# added new graphic request for interaction with graphic filters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b12e2774871f309995d1b423f4575d3b64914798]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/10/07 13:10:43 sj 1.1.2.1: #i48468# added new graphic request for interaction with graphic filters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0c450a4a44c47490aa9ca5a170d7ec27c86e4046]

        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>  [9599b3923375b9bce84ce08992253cf6c98c068a]

        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>  [df1cdc9f6016cbbce9c5c8e2b9a173b846a97968]

        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>  [334fac468f7f3bec36031bb18c3b120cafd2f4e1]

        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>  [feb0ee6c11d07a63b094c54375d4aa38e77a6a6f]

        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>  [7152b189982197b6019d55f5531dbc55c566cb01]

        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-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8f3959f59d3137f548a22e28528b8bfb2b3faa89]

        INTEGRATION: CWS aw024 (1.108.46); FILE MERGED 2006/11/10 02:34:18 aw 1.108.46.8: RESYNC: (1.120-1.122); FILE MERGED 2006/08/03 14:50:16 aw 1.108.46.7: RESYNC: (1.117-1.120); FILE MERGED 2006/07/04 11:31:19 aw 1.108.46.6: RESYNC: (1.115-1.117); FILE MERGED 2006/06/28 13:52:18 aw 1.108.46.5: #i56724# added Stripe parameters 2006/05/12 17:48:20 aw 1.108.46.4: RESYNC: (1.112-1.115); FILE MERGED 2006/01/26 19:31:18 aw 1.108.46.3: RESYNC: (1.109-1.112); FILE MERGED 2005/11/18 14:03:35 aw 1.108.46.2: RESYNC: (1.108-1.109); FILE MERGED 2005/10/27 12:25:37 aw 1.108.46.1: #i56724#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7048f0a96ce96725c403d4518d9ae64bd86beb32]

        INTEGRATION: CWS aw024 (1.2.46); FILE MERGED 2006/08/03 14:47:07 aw 1.2.46.4: RESYNC: (1.3-1.4); FILE MERGED 2005/11/28 12:17:41 aw 1.2.46.3: #b898147# 2005/09/17 06:13:11 aw 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/28 12:18:07 aw 1.2.46.1: #114176# changed to copy regcomp.exe before usage to not start it from solver to not get incompatible libs

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0ce32b006d1b080374cc0c1850961c92c0546c9d]

        INTEGRATION: CWS aw024 (1.10.34); FILE MERGED 2006/11/10 14:38:45 aw 1.10.34.6: RESYNC: (1.13-1.15); FILE MERGED 2006/11/10 02:33:18 aw 1.10.34.5: RESYNC: (1.12-1.13); FILE MERGED 2006/09/14 15:29:07 aw 1.10.34.4: #i69170# wrong dependency list corrected 2005/05/12 16:34:34 aw 1.10.34.3: #i39529# 2005/03/23 18:56:31 aw 1.10.34.2: RESYNC: (1.10-1.12); FILE MERGED 2005/03/23 15:34:48 aw 1.10.34.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6c07fc9d4d90ee885d90809ab7e0d26aba081bc6]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/08/03 14:46:46 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 06:12:41 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:39 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ee06a15539c4dc654a7ed1259f38a33268c34625]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/10 02:32:28 aw 1.3.54.4: RESYNC: (1.5-1.6); FILE MERGED 2006/07/04 11:30:05 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 06:04:50 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:38 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [df732b982baefeea63c117a3beaa3f71379a6fec]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2005/09/17 06:02:25 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:38 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3fa5703a11c42623dca89ee6a003b5f0da9d8c38]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2005/09/17 06:02:17 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:38 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [689b5cce2afd1470b18eb89adf2f0ca5656571f1]

        INTEGRATION: CWS aw024 (1.4.34); FILE MERGED 2006/11/10 02:20:08 aw 1.4.34.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 05:19:34 aw 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:41:37 aw 1.4.34.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b2167ef5ceaf3b6a1ccbcaffd6570c4ac19473ca]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 14:36:46 aw 1.2.84.4: RESYNC: (1.4-1.5); FILE MERGED 2006/11/10 02:19:53 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 05:19:21 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:36 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6ee5f9269c4427348a5ff867608cc43d5583e401]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 02:13:38 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 05:05:55 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:36 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [182f364c553026b8b8a265a2eb151c5f1df52d31]

        INTEGRATION: CWS aw024 (1.5.68); FILE MERGED 2006/11/10 14:35:29 aw 1.5.68.5: RESYNC: (1.8-1.9); FILE MERGED 2006/11/10 02:12:06 aw 1.5.68.4: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 14:45:14 aw 1.5.68.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 05:03:38 aw 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:41:35 aw 1.5.68.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2e5f3435c86e77f2f8256f84211f0b7695c730b5]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/10 02:07:50 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 04:54:09 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:35 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [55b5aa1df1e2a6148259a07f11dc944085ee2977]

        INTEGRATION: CWS aw024 (1.4.44); FILE MERGED 2006/11/10 02:07:35 aw 1.4.44.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 04:53:47 aw 1.4.44.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:41:35 aw 1.4.44.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0c3f04f99697527077d1bba923778f191de87aef]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2005/09/17 04:39:35 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:34 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [110d6c67830b90822033495ec177019081246c5c]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 02:01:40 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 04:37:58 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:34 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6719d0a8287cfffa9b8aaf391c51bc32579b4c08]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 02:01:33 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 04:37:37 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:34 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [2a89f53dd08913b01eaee97c9019d19d36b8a4ae]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 02:01:27 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 04:37:29 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:33 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [08157dab3a2df8497b28803e5f46990ebfd94f5f]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/10 02:00:00 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 04:31:36 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:33 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9312216ab5b96915eb68d63db031aba5e4e1b088]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:50:49 aw 1.2.84.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 04:05:49 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/22 08:46:04 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:32 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e2ca6552734183d9a844a523ae3806739570f9c4]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/10 14:35:22 aw 1.3.84.5: RESYNC: (1.6-1.7); FILE MERGED 2006/11/10 01:50:16 aw 1.3.84.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 04:05:10 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/22 08:45:54 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:32 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [34fefedee7b5fb93b4d2d39f92cc06eb94525513]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/10 01:49:00 aw 1.3.84.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/17 04:03:01 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/22 08:45:45 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:32 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [de2eb1a06e77c18cd19776cc80556a821c95e42e]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:43:32 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 03:50:24 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:31 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ac0dbd3b621dfa901d4d8406a239d43966c0e60f]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:42:57 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 03:47:50 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:31 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0fe1ad471eeb752ede3c18511d3152dd7c1d6f88]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:40:50 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 03:44:34 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:31 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [deec7712c19942e51626e64fc2760032c9f2039f]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:40:17 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 03:43:40 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:30 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5c000ab006da5e0a9ffc2c5671e0ba7a4e44e11c]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:35:19 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 03:35:25 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:30 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b7fbe71899d320bdf363505296fa3be3c3a8551f]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/10 01:32:27 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 03:30:03 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:30 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7c03addcd647eb474548019472af3014e1eeeacd]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/10 01:21:35 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 03:07:41 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:29 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e6e644e311ff93b9e2dbb9f123b1f9f70c78d328]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/10 01:19:26 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 03:05:03 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:41:29 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b6a9c2685191fc44337118c288ea7bc663c9be1d]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:16:12 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 02:59:26 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:28 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8961201a1541d7da9793e682dd1b45c8710843c2]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 01:16:05 aw 1.2.84.4: RESYNC: (1.4-1.5); FILE MERGED 2006/07/04 11:24:33 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 02:59:12 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:28 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9096c4835f9b2225118d7b96f0d6b4dd7b202d3d]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 00:48:16 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 02:01:59 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:41:27 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6b123b00a2cbedc32ce0c531671b109cd05b496f]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2006/11/10 00:30:38 aw 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 01:18:07 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/08 07:54:46 sj 1.2.84.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [eaa1f4fe73773b22294c2e28bfdae4833df6d830]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:18 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:48 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3dfe3f2acfb1f45f536bb9c16084af69165793aa]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:17 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:49 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [da2ba45d1086a5b3578f6c4d69a5ed4aa641ba9a]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:17 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:50 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [697c48f87bc07443e7af2d4ac6f034dce81e3c43]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:15 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:50 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0f34ee0cc97c7d5712d6d1a4501e002fecabcf87]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:14 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:55 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d2c93d3c590fbaf315c23390699faee54ef28601]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:12 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:49 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4f7b995e291298db420621c1a0665fbf18750ea6]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:11 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:34:01 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bee406e27028358834ddeeaf4ef6f1f80a7fe170]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:09 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:54 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ac6032a8d5c06f9c8ad97c99cb48502241bbe8ab]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:08 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:51 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [660402abef31e211124c8181dc4562fdeeed90e0]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:07 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:51 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [579ae487e224cf3e0c6d66875c4edcdea4b820fd]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:06 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:59 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b4805c963822675f368faf9586f99837bd21cdfd]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:05 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:57 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [408c7e21212841e49d3be7da09dc7ded1a6d7834]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:02 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:56 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [803ecd0cb19d3b763f431c34a33f98553dda8258]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:01 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:52 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b9eced273a40d458afed5d3aa8322c7ef99b0fa4]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:00 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:52 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8e49058d4a2a92f613fe8660e2aad1021df11de6]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:37:00 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:54 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bfc0225e801c8a35291d85c71686bfbb731e75fe]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:36:59 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:33:53 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [dfd0190cd3f8dd40183175b2f0962c1f607580eb]

        INTEGRATION: CWS aw024 (1.1.84); FILE MERGED 2006/08/03 14:40:01 aw 1.1.84.6: RESYNC: (1.4-1.5); FILE MERGED 2006/05/12 17:36:25 aw 1.1.84.5: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 01:14:14 aw 1.1.84.4: RESYNC: (1.2-1.3); FILE MERGED 2005/05/12 16:32:25 aw 1.1.84.3: #i39529# 2005/03/23 18:54:19 aw 1.1.84.2: RESYNC: (1.1-1.2); FILE MERGED 2005/03/23 15:41:05 aw 1.1.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4d5b8e8e268756356bcb7f450cc64f3d2dbbd2e9]

        INTEGRATION: CWS aw024 (1.2.54); FILE MERGED 2006/11/10 00:00:24 aw 1.2.54.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/17 00:02:38 aw 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:40:50 aw 1.2.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5ffac88f1acfe97754a88b367737213896e5930a]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 23:59:48 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/17 00:02:10 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:40:50 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7482bd4ce2b56d0d2bbea2e2d2ffbaa7b73207db]

        INTEGRATION: CWS aw024 (1.1.84); FILE MERGED 2005/09/16 23:56:21 aw 1.1.84.2: RESYNC: (1.1-1.2); FILE MERGED 2005/03/23 15:40:49 aw 1.1.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [00c5a2d326f73f5eddf9b962e4b5ec90b14c47af]

        INTEGRATION: CWS aw024 (1.2.54); FILE MERGED 2006/11/09 23:57:19 aw 1.2.54.4: RESYNC: (1.4-1.5); FILE MERGED 2006/08/03 14:32:56 aw 1.2.54.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/16 23:54:15 aw 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:40:49 aw 1.2.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a13caa8b6efbb33a01a78c4bef9886334cab00b8]

        INTEGRATION: CWS aw024 (1.5.66); FILE MERGED 2006/11/10 14:34:22 aw 1.5.66.6: RESYNC: (1.11-1.12); FILE MERGED 2006/11/09 23:52:41 aw 1.5.66.5: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 14:32:10 aw 1.5.66.4: RESYNC: (1.8-1.10); FILE MERGED 2006/05/29 16:57:56 aw 1.5.66.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 23:43:07 aw 1.5.66.2: RESYNC: (1.5-1.7); FILE MERGED 2005/03/23 15:40:10 aw 1.5.66.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d7a3e39e5d61484b4d7299d48e6f14a1ed31864b]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/09 22:42:03 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 21:58:41 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 12:11:49 sj 1.3.84.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0cd24a590f6f72a5b8e1e0a333d4c32a624a8f0]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:20:50 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [662df3967cc97d12edc2792fde45b07f6eaaf746]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:20:40 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a481b2f7cac7666ec81fb990367b4546a4e548e8]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:20:31 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4453d83cc52a7cda31542fe12a1e76e4ca06dbd0]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:21:08 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [63aa55bb64f05d50266a2dea8221aee5c26225ac]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:20:21 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4761b1b6905766d79b617fab19e9823baf689601]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:20:09 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [619d486a05fc60c870a65ea071abb3da431f792c]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:19:59 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b5154295189d1a8dc225a32fcfb7d50ee05e4545]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:20:59 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [35f418b2bd7303f45730ec597aebe6bbed0cc705]

        INTEGRATION: CWS aw024 (1.5.4); FILE REMOVED 2006/11/09 22:19:48 aw 1.5.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b82328b08d87078ac43069589c7f705b59db950b]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:19:38 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e3104b3bfce1879bdfcbb3504330c31bb82fa0cc]

        INTEGRATION: CWS aw024 (1.5.6); FILE REMOVED 2006/11/09 22:19:27 aw 1.5.6.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [41c1b24f065b18ac93b8ae85ce9c74629877e522]

        INTEGRATION: CWS aw024 (1.5.4); FILE REMOVED 2006/11/09 22:18:56 aw 1.5.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [29711146c120a3314ebf8e08e00b986b8d174cdd]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:19:17 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8c8acc280fd8cadeb45c15adefb9055bac644f37]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:18:46 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [5ad2ec68e6a95028b17ca0583e6885273b6cafb5]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:18:36 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4e821ba6e2ae320fa71e58ea462eb1ed35cd772d]

        INTEGRATION: CWS aw024 (1.5.6); FILE REMOVED 2006/11/09 22:18:26 aw 1.5.6.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [80f9c80932504f8ef72ee17f7cb466a8646fc785]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:16:26 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fa00d00a882a302303bf1a4a7b72becf06abfb68]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:16:42 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1d5a9487ab5cfc48d2a0cd67ca2f61f39816671c]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:16:17 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [bcaae1b917d948b6709bd193ef7d7e02450fc549]

        INTEGRATION: CWS aw024 (1.5.6); FILE REMOVED 2006/11/09 22:16:08 aw 1.5.6.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [90bb455c6b8f4e4827ea3b1d376a30e12cbd2179]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:15:58 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [992b2b1d343a2aac82d8f948b894a487c31a0290]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:14:35 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8b89eecad318e6209f66d5566fae17aa01398bda]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:14:52 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [915d9cfa5f861c162fecdde6d18940ea115ecf91]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:15:20 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [98dae9c05843ad6fad664f3c17f2bd4d80951eb8]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:07:25 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d2986c393d694a9e0ce950eef910ed5465d90e2]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:07:15 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [548224b5f9b9fe614359367de351377a93cbbfa0]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:07:06 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [7d25a920c891d868c4143eb2b75fc5464f28b634]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:08:20 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [814817af2f4da34e6cdcd74d7b5d71c66a61caa1]

        INTEGRATION: CWS aw024 (1.5.4); FILE REMOVED 2006/11/09 22:06:57 aw 1.5.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [23deb5568c690f1471a2238546038f415252f48e]

        INTEGRATION: CWS aw024 (1.5.6); FILE REMOVED 2006/11/09 22:06:49 aw 1.5.6.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d87fa511c86ecaa335a0e4907d6aaa03add92a40]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:08:12 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1204ca8ac6a4caa4b532e57a53ad3203fa351dd1]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:06:39 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [44d34991e0720c93d254d0074ea0f76ad4a44686]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:06:30 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a34620b3d364dce01db3bdada5a1015a69c85e09]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:06:20 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c28ac2301c02f15dfda8b08cfe072546554ca782]

        INTEGRATION: CWS aw024 (1.4.4); FILE REMOVED 2006/11/09 22:06:06 aw 1.4.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1387025075f44eb8c049d59f218400d784852893]

        INTEGRATION: CWS aw024 (1.3.4); FILE REMOVED 2006/11/09 22:05:56 aw 1.3.4.1: RESYNC:; FILE REMOVED

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [878203635a73a8a1371d7826ccf73cf8de3a4c76]

        INTEGRATION: CWS aw024 (1.5.54); FILE MERGED 2005/09/16 19:48:44 aw 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:40:06 aw 1.5.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e76e52dbe66d39911102d6e92d5e8d8676fb9f38]

        INTEGRATION: CWS aw024 (1.7.34); FILE MERGED 2006/11/09 21:35:09 aw 1.7.34.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/16 18:34:34 aw 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 15:40:06 aw 1.7.34.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c4832c508a0f0e22e80f4a86c53dace13b6e263]

        INTEGRATION: CWS aw024 (1.6.34); FILE MERGED 2006/11/09 21:25:27 aw 1.6.34.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 18:12:11 aw 1.6.34.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/23 15:40:06 aw 1.6.34.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [97f1512ca70c68a23a81620e0fe5a30b367039f1]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/10 14:09:31 aw 1.4.54.4: RESYNC: (1.6-1.7); FILE MERGED 2006/11/09 21:25:18 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 18:12:01 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:40:05 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [13e3539c054d70ccc501543af9b74173da3f1d0d]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 21:15:39 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 17:38:21 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:40:05 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [eb519c79cf489deca0356dafe5b8f91f690b44f1]

        INTEGRATION: CWS aw024 (1.6.54); FILE MERGED 2006/11/10 14:07:15 aw 1.6.54.4: RESYNC: (1.8-1.9); FILE MERGED 2006/11/09 21:07:26 aw 1.6.54.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 17:16:40 aw 1.6.54.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/23 15:40:04 aw 1.6.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b724ad9d8d6b830824944007f418cd88e07a2035]

        INTEGRATION: CWS aw024 (1.5.84); FILE MERGED 2006/08/03 13:53:54 aw 1.5.84.4: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 17:24:20 aw 1.5.84.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 16:03:30 aw 1.5.84.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:39:13 aw 1.5.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9335f53b4be88ae373f443f54cfae6a03f2fac08]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 20:50:05 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 15:59:07 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:38:52 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f6deb8d8bdaf7a9bcd47362cda81b9eaa14a0466]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 20:49:27 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 15:57:36 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:38:52 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [803a0478b9d0d8453f0ef1e3ebcee881a980dd3e]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 20:47:36 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 15:53:34 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:38:51 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [601e115ca6d554519f7f93a5974cbe8d3420cedf]

        INTEGRATION: CWS aw024 (1.6.54); FILE MERGED 2006/11/09 20:44:41 aw 1.6.54.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 15:46:00 aw 1.6.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/05 17:23:08 sj 1.6.54.2: #i48467# some changes within the graphicfilters 2005/03/23 15:38:51 aw 1.6.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0d2cff4c018b79606424f900346aa84c0fad03c2]

        INTEGRATION: CWS aw024 (1.5.6); FILE MERGED 2006/11/09 20:44:33 aw 1.5.6.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 15:45:49 aw 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:38:50 aw 1.5.6.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [982aa617bf2cb99eeb6ffa56d46d78c3411ffbd0]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 20:44:15 aw 1.3.54.5: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 15:45:16 aw 1.3.54.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/05 17:23:08 sj 1.3.54.3: #i48467# some changes within the graphicfilters 2005/05/13 13:59:50 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:38:50 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b810332793c4953195630377cbdffa99632c40de]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 20:43:32 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 06:28:53 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:38:50 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [332fa2e8decebbf0a202b46192041ef4edd0376e]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 20:41:41 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 06:25:27 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:38:50 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [fe4afdedf454e42a90d75ec936180177ea1a2e9a]

        INTEGRATION: CWS aw024 (1.2.84); FILE MERGED 2005/09/16 06:24:53 aw 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/23 15:38:50 aw 1.2.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6d79d335e65c12f1fd1dfc54feec27794fb986a7]

        INTEGRATION: CWS aw024 (1.4.6); FILE MERGED 2006/11/09 20:37:27 aw 1.4.6.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 06:15:02 aw 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/08 10:53:52 sj 1.4.6.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [704f61b5e37b5f0ab26b91ec81001b39f5bcb07a]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 20:37:20 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 06:14:15 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 10:53:52 sj 1.3.54.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c2ed1f07cbe56afc8234b9a0c4194b721f7ab072]

        INTEGRATION: CWS aw024 (1.5.54); FILE MERGED 2006/11/09 20:31:46 aw 1.5.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 06:05:34 aw 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:38:49 aw 1.5.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0f2c2ec72e38bd8188f16abd526d510316098d77]

        INTEGRATION: CWS aw024 (1.4.52); FILE MERGED 2006/11/09 20:31:26 aw 1.4.52.4: RESYNC: (1.6-1.7); FILE MERGED 2006/08/03 13:51:32 aw 1.4.52.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 06:05:12 aw 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:38:49 aw 1.4.52.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [571d1fa6ae570716d48813d2f06a98b3aee5bcbf]

        INTEGRATION: CWS aw024 (1.7.54); FILE MERGED 2006/11/09 20:31:07 aw 1.7.54.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/18 13:52:18 aw 1.7.54.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/16 06:04:50 aw 1.7.54.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 15:38:48 aw 1.7.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c9a57ea8d8917e87a5218aff561f02d39f591fc6]

        INTEGRATION: CWS aw024 (1.5.54); FILE MERGED 2006/11/09 20:30:37 aw 1.5.54.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/16 06:03:45 aw 1.5.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/03/23 18:38:23 aw 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:38:48 aw 1.5.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b4aefd9c503d4b9151eade85a2c354e3ae5b5749]

        INTEGRATION: CWS aw024 (1.8.54); FILE MERGED 2006/11/09 20:29:54 aw 1.8.54.4: RESYNC: (1.11-1.12); FILE MERGED 2006/09/08 17:35:05 aw 1.8.54.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/16 06:02:53 aw 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/23 15:38:48 aw 1.8.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4bcf321a05bbb79ecca2493ec4afba8e10d1f81b]

        INTEGRATION: CWS aw024 (1.5.54); FILE MERGED 2006/11/09 20:27:04 aw 1.5.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 05:58:44 aw 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:38:48 aw 1.5.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [675a55bf1864e9d18ef18f5abc5e78c843cd738a]

        INTEGRATION: CWS aw024 (1.7.52); FILE MERGED 2006/11/09 20:21:57 aw 1.7.52.4: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 13:50:23 aw 1.7.52.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/16 05:48:17 aw 1.7.52.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 15:38:47 aw 1.7.52.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [671c663c75554bc404633fc6ab488f199ac344b8]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/11/09 20:05:35 aw 1.3.84.10: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 13:49:00 aw 1.3.84.9: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 11:17:47 aw 1.3.84.8: RESYNC: (1.7-1.8); FILE MERGED 2006/02/01 15:41:04 aw 1.3.84.7: adaption to m154 after resync 2006/01/26 19:14:43 aw 1.3.84.6: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 05:15:15 aw 1.3.84.5: RESYNC: (1.5-1.6); FILE MERGED 2005/05/17 16:07:04 aw 1.3.84.4: #i39529# 2005/05/13 13:56:54 aw 1.3.84.3: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 18:37:52 aw 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:38:46 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [42b4f12848f695c97be39e165b3c63f50edca6e6]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 20:04:30 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 05:10:22 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:38:46 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0c16ffc2779a2897633a3bf6aeccbeb856e593ec]

        INTEGRATION: CWS aw024 (1.5.54); FILE MERGED 2006/11/09 19:42:09 aw 1.5.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/16 04:24:25 aw 1.5.54.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 15:38:44 aw 1.5.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d03fe930c33a00962d23b0507c7b73b897a09f78]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 19:11:58 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 03:43:42 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 09:35:20 sj 1.3.54.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [3b4454f7017ccf353d179262b38cdafdab14292f]

        INTEGRATION: CWS aw024 (1.3.84); FILE MERGED 2006/09/08 17:34:56 aw 1.3.84.6: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 13:39:27 aw 1.3.84.5: RESYNC: (1.7-1.8); FILE MERGED 2006/07/04 11:16:43 aw 1.3.84.4: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 17:20:41 aw 1.3.84.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 00:39:57 aw 1.3.84.2: RESYNC: (1.3-1.5); FILE MERGED 2005/03/23 15:38:18 aw 1.3.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [174bd3105e61670a84f75f2dab4f5dc0fbab8ec5]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 17:50:30 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 00:18:08 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/05 17:23:32 sj 1.4.54.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b67fcbecbcbcf8c632e5cf01b3a57f77027937a5]

        INTEGRATION: CWS aw024 (1.4.84); FILE MERGED 2006/08/03 13:34:16 aw 1.4.84.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/04 11:16:36 aw 1.4.84.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/15 21:58:00 aw 1.4.84.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:37:58 aw 1.4.84.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [90de65936596b42fadffe9cc9c74f8f3bcb79039]

        INTEGRATION: CWS aw024 (1.4.54); FILE MERGED 2006/11/09 17:16:23 aw 1.4.54.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/15 21:49:48 aw 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:37:58 aw 1.4.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [f41c32ab57e9ddca578c5ea1683d6962b0d7feb3]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 17:16:17 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/15 21:49:35 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:37:57 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [46a190c35cab49e44ecc85ed4b2cdbb1c19dcb99]

        INTEGRATION: CWS aw024 (1.3.54); FILE MERGED 2006/11/09 17:16:10 aw 1.3.54.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/15 21:49:23 aw 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:37:57 aw 1.3.54.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6ab87fbb9e453bbb97dd5ee763b2ed0a764574ac]

        INTEGRATION: CWS aw024 (1.7.40); FILE MERGED 2006/09/21 17:45:17 aw 1.7.40.8: RESYNC: (1.14-1.15); FILE MERGED 2006/09/08 16:13:30 aw 1.7.40.7: RESYNC: (1.13-1.14); FILE MERGED 2006/08/03 13:30:46 aw 1.7.40.6: RESYNC: (1.12-1.13); FILE MERGED 2006/07/04 11:15:51 aw 1.7.40.5: RESYNC: (1.11-1.12); FILE MERGED 2006/05/12 17:19:17 aw 1.7.40.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/15 19:31:44 aw 1.7.40.3: RESYNC: (1.8-1.10); FILE MERGED 2005/05/13 13:47:14 aw 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/23 15:37:31 aw 1.7.40.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [8be0bcd17817cf04ba4df0dcf2dc21a15c4512f6]

        INTEGRATION: CWS aw024 (1.3.44); FILE MERGED 2006/11/09 16:10:00 aw 1.3.44.5: RESYNC: (1.6-1.8); FILE MERGED 2006/08/03 13:28:12 aw 1.3.44.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/15 17:43:54 aw 1.3.44.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/13 13:46:32 aw 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 15:37:31 aw 1.3.44.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [02bbd42130da1d369c06e987e23b657a0785e343]

        INTEGRATION: CWS aw024 (1.4.68); FILE MERGED 2006/11/09 14:36:32 aw 1.4.68.5: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 13:18:10 aw 1.4.68.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/15 12:21:23 aw 1.4.68.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/23 18:24:35 aw 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/23 15:37:13 aw 1.4.68.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [99a0a0ecaed87c8b72831899679c1b51d8aad060]

        INTEGRATION: CWS aw024 (1.7.48); FILE MERGED 2006/11/13 12:29:02 aw 1.7.48.5: changes after resync 2006/11/09 14:33:04 aw 1.7.48.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/15 11:49:15 aw 1.7.48.3: RESYNC: (1.7-1.8); FILE MERGED 2005/08/08 07:57:45 sj 1.7.48.2: #i48467# some changes within the graphicfilters 2005/08/08 07:55:50 sj 1.7.48.1: #i48467# some changes within the graphicfilters

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e6441f900fba7ba905652f56ee927a4aea3ac3b0]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:20 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:30:45 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [6bfe9baed6a8a8b81456c14de46f46b2a80d74fd]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/08/07 10:11:48 aw 1.1.2.3: adaptions after resync 2005/09/22 11:35:19 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:32:13 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c4698810aad687246208a6349391307c9ffa9902]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:19 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:48 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [1fe024ed376da064f05ff57a202fcc6d3ea01f47]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:17 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:49 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [0c25ad80816956b8e379c37223b7ab1a490403c2]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:17 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:50 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [a0b9edf69c2cfa9c3b0ecf26ee09173fc576ea0c]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:15 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:48 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [e3b68a0efcb63ce05e4ba6584fab553d921d4e98]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:14 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:52 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [b4f0fdc1a2b3775ffdb8e8476f70956692fa7e66]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:14 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:51 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [d74bfa27e561d4a33ecde37d23a6adbe0997818c]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:13 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:50 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [9c81fc2289e171b62fccfc85cde76679209891b6]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:13 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:49 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ba0fce86169c0941ee7851980b96ff9d749e2d4c]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:12 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:51 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [51f74e365482ac3ea029ac84dc646033553d02c2]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:10 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:50 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [ea089b149becd05bef44b7e8e855972994c1205d]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:08 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:31:52 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [56e8ac5ae2d0f8d437dff5e9ea2a072ce653d196]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2006/08/07 10:11:36 aw 1.1.2.4: adaptions after resync 2005/09/22 11:35:05 aw 1.1.2.3: #i39529# removed SISSL from headers 2005/03/24 14:23:27 aw 1.1.2.2: #i39528# 2005/03/23 15:32:37 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [07142b16628b74a03ee23567a9d59a52e6859916]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:05 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:32:54 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [4dffcd610ea69494ba4b618a3b92a60967ef48bd]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:05 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:32:53 aw 1.1.2.1: #i39528#

2006-11-14  Ivo Hinkelmann  <ihi@openoffice.org>  [c9071ed43c0137b90de849bb17406214d8f459d1]

        INTEGRATION: CWS aw024 (1.1.2); FILE ADDED 2005/09/22 11:35:04 aw 1.1.2.2: #i39529# removed SISSL from headers 2005/03/23 15:32:54 aw 1.1.2.1: #i39528#

2006-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [c46c7d8ecaa7f2f11cf95f7cfdec14386edc5296]

        desktop/slackware/makefile.mk

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [8098c2873c192fc6ccb41cf0be6fa6b9e6ffed90]

        INTEGRATION: CWS localisation17 (1.35.60); FILE MERGED 2006/10/26 18:07:17 ihi 1.35.60.3: as-IN fixed 2006/10/26 17:09:37 ihi 1.35.60.2: dupe removed, reordered 2006/10/26 15:26:23 ihi 1.35.60.1: #i70524# added a bunch of languages

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [45113eeb3d1de11c3c4a93b773dc6a18328c9e75]

        INTEGRATION: CWS localisation17 (1.27.216); FILE MERGED 2006/11/02 19:17:46 ihi 1.27.216.1: OOo 2.1 localisation #i68566# #i70054# #i70214# #i70251# #i70345# #i70438# #i70459#  #i70467# #i70492# #i70716# #i70719# #i70783# #i70787# #i70790# #i70794# #i70803# #i70826# #i70827# #i70830# #i70836# ... full list see EIS cws localisation17

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [e16a2873b666b42fad5a37b17eb57d68437b9695]

        INTEGRATION: CWS localisation17 (1.14.12); FILE MERGED 2006/11/02 15:23:35 ihi 1.14.12.1: #i71113# Updated Georgian msi id , added eo

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [da026295a7708da2a4d4f290566c0b73c071bce0]

        INTEGRATION: CWS localisation17 (1.4.82); FILE MERGED 2006/10/26 15:20:37 ihi 1.4.82.1: #i70051# [HU] corrected acor_hu-HU.dat, enhanced standard.bau

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [6908a250d671d5bec9ce96ffb570e93b697343fa]

        INTEGRATION: CWS localisation17 (1.26.44); FILE MERGED 2006/10/26 13:43:25 os 1.26.44.1: #i67570# German mnemonics changed

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [240e98fcb547d4349931729bd968439f16e28060]

        INTEGRATION: CWS localisation17 (1.51.30); FILE MERGED 2006/10/26 13:43:24 os 1.51.30.1: #i67570# German mnemonics changed

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [ea8f79f340abec167bff59e304bc405b0cfa6ae5]

        INTEGRATION: CWS localisation17 (1.18.144); FILE MERGED 2006/10/26 13:43:24 os 1.18.144.1: #i67570# German mnemonics changed

2006-11-13  Ivo Hinkelmann  <ihi@openoffice.org>  [c4e2d0e90809dd2884a8bb4b0c3305d092a9a0db]

        INTEGRATION: CWS localisation17 (1.17.84); FILE MERGED 2006/10/26 13:43:24 os 1.17.84.1: #i67570# German mnemonics changed

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [fad71ae0994fa127975decdd995ca0a4e1c55086]

        cosmetics

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [cf392453b846a60cbb73bd936f0fd1f83b5832be]

        new: blip

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [4c3aaa361b79e739b5e62cda12e406aeadc10c4b]

        new: global OutputWithDepth

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [3ff25c2bcf67d8b7fc5dd56cd59596dc530302b6]

        new: blip

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [2dedcd38c7e2b80c32e1d6f4ba9045fee252c6ae]

        new: blip, global OutputWithDepth

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [c2155abd123e72238478533a449ec1f2b92b6c8b]

        new: stereotype dffrecord: constructor from DffRecord

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [4eeebc6400f57031b2d96eae47f683509c87fa0c]

        #i10000# _CheckBoxWidth was missing

2006-11-09  Henning Brinkmann  <hbrinkm@openoffice.org>  [afd825c1b0027cbfcd5599ae5274721f36c35542]

        extraction of blip for shape

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [e2ba76692a5c3ee7a0bbf73ef76c628a4767d7b1]

        #i10000# QuerySaveSizeExceededModules_Impl commented out, see i71380 (AB)

2006-11-09  Vladimir Glazounov  <vg@openoffice.org>  [2a3bc5118e5836ae9b60eaaee73b2cb1eb206f37]

        #i10000# windows declarations were missing

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [1865ef3152c38c712e76b573ea72ace56b455471]

        i10000# revision 1.4.28.4

2006-11-09  Rüdiger Timm  <rt@openoffice.org>  [4998386f7c9129d935bb1ea41ee48a60894ac699]

        #i10000# Do not include 'objserv.cxx'.

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [2fa9e62ce543dd42661bc742be46576cc175a9f2]

        #i10000# avoid warning

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [a61ed23fa12c51e3aac8f7d77ffb7d374f8bba15]

        #i10000# avoid warning

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [1d1cf1d4b31044f31711a211d410864b8537a61e]

        #i10000# remove semicolon

2006-11-09  Rüdiger Timm  <rt@openoffice.org>  [cfb9f910c444d4509fe5a508f94f02cfbf40ebfd]

        #i10000# Remove conflict marker.

2006-11-09  Kurt Zenker  <kz@openoffice.org>  [b9bd4997cba5f71ccfc4f0378af5575c902a9303]

        INTEGRATION: CWS os71 (1.12.96); FILE MERGED 2006/11/08 14:00:51 os 1.12.96.6: sw/source/ui/table removed 2006/11/07 13:28:56 os 1.12.96.5: RESYNC: (1.12-1.13); FILE MERGED 2006/03/28 14:55:53 mba 1.12.96.4: #i63714#: remove superfluous code 2006/03/24 11:03:30 mba 1.12.96.3: #i58773#: type detection now doesn't use sfx2 anymore 2006/02/22 13:02:56 os 1.12.96.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:24:15 os 1.12.96.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-09  Rüdiger Timm  <rt@openoffice.org>  [fa7aa1c876b588e4005dd3210731b9ec6936a33c]

        #i10000# Avoid warning about unreachable statement.

2006-11-09  Vladimir Glazounov  <vg@openoffice.org>  [5f2ea514504ada61dfde8b5015d6779ab92002eb]

        new version for SRC680

2006-11-09  Vladimir Glazounov  <vg@openoffice.org>  [81be6ffc16e55c74f64da6e17af30b0bcb0fb248]

        new version for SRC680

2006-11-09  Vladimir Glazounov  <vg@openoffice.org>  [abe2c3fa384e3c9ce95c5b6eb3bc78524aec36b7]

        initial version

2006-11-09  Oliver Bolte  <obo@openoffice.org>  [edf7ff2d10be36608192f66ae778099480b700a8]

        #i10000# soldep isn't warning free yet

2006-11-09  Vladimir Glazounov  <vg@openoffice.org>  [e7ac1fbfac1676fc1dc7a755fb0f5fb7f81c497c]

        new version for SRC680

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7af813b6a68b8e70d853c5a74786c34901e8bfe9]

        SRC680

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2c659a5fe23c820c18eff9d95c25b8bade9fef4b]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/08 14:55:25 os 1.4.28.4: merge error fixed 2006/11/07 08:40:37 os 1.4.28.3: RESYNC: (1.5-1.6); FILE MERGED 2006/08/30 12:41:55 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/28 14:53:12 mba 1.4.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6557044bbac02ca3b22c3c04532d7a3b82a6fc4b]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:23:56 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:29:18 os 1.3.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:04 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [5c7d1f81576690d2c9ffa8205d110524b8c6d215]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:23:45 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:29:08 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [acd4f0e3616fcf566e08eb9e0af5621f25314a45]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:23:26 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:28:57 os 1.3.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:04 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d32721cd8e39ef8807e7e965879749cc221efdbd]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:23:15 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:29:39 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c50c41c6c330a306778ef884731a9370a325da82]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:23:04 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:28:47 os 1.3.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:03 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [27d1fbbfa26051b6cd028842c26058303165c640]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:22:53 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:28:36 os 1.3.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:03 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0079516f6a49052b0a0f4018fd01d1b544418a5e]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 13:22:41 os 1.4.30.3: #i58773# file checked in, again 2006/11/07 08:28:26 os 1.4.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:03 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [df09ac4affbc2673217b671993a853d8c2d6ecab]

        INTEGRATION: CWS os71 (1.4.28); FILE ADDED 2006/11/08 14:37:14 os 1.4.28.5: merge error fixed 2006/11/08 13:22:25 os 1.4.28.4: #i58773# file checked in, again 2006/11/07 08:29:29 os 1.4.28.3: RESYNC:; FILE REMOVED 2006/02/22 12:24:46 os 1.4.28.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:24:02 os 1.4.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [391629f52411bfa9bbf698042afebcfb57c06c0f]

        INTEGRATION: CWS os71 (1.5.30); FILE ADDED 2006/11/08 13:22:13 os 1.5.30.3: #i58773# file checked in, again 2006/11/07 08:28:16 os 1.5.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:02 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9e37e745f1f020c2121d2fe9ce31358631b8065c]

        INTEGRATION: CWS os71 (1.3.28); FILE ADDED 2006/11/08 13:22:02 os 1.3.28.3: #i58773# file checked in, again 2006/11/07 08:28:06 os 1.3.28.2: RESYNC:; FILE REMOVED 2005/12/02 10:24:01 os 1.3.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b785a4ae353e1470fe6bd17b6b5326d751be6d91]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 13:21:50 os 1.4.30.5: #i58773# file checked in, again 2006/11/07 08:27:55 os 1.4.30.4: RESYNC:; FILE REMOVED 2006/08/30 12:39:23 os 1.4.30.3: RESYNC: (1.4-1.5); FILE MERGED 2006/02/13 12:56:39 os 1.4.30.2: #i58773# lib name changed 2005/12/02 10:24:01 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [767dd91295b4d100fc8f2322e13dcb48ed707717]

        INTEGRATION: CWS os71 (1.5.28); FILE ADDED 2006/11/08 14:33:40 os 1.5.28.6: merge error fixed 2006/11/08 14:31:34 os 1.5.28.5: merge error fixed 2006/11/08 13:27:52 os 1.5.28.4: #i58773# file checked in, again 2006/11/07 08:27:34 os 1.5.28.3: RESYNC:; FILE REMOVED 2006/02/22 12:24:45 os 1.5.28.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:24:00 os 1.5.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [99d06fa74c9b012c7428738c00086d22578aa12c]

        INTEGRATION: CWS os71 (1.4.24); FILE ADDED 2006/11/08 13:27:41 os 1.4.24.2: #i58773# file checked in, again 2006/11/07 08:27:24 os 1.4.24.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0d853ebe7adba7999836e5c77deb6d0008739de8]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 13:27:30 os 1.4.30.2: #i58773# file checked in, again 2006/11/07 08:27:13 os 1.4.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d98109e48493bd8c77b19b3e8ac02814eeb13776]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:28:16 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:27:03 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [96759d311017b9ad96080b180dc7f8a8cf65a648]

        INTEGRATION: CWS os71 (1.5.24); FILE ADDED 2006/11/08 13:27:18 os 1.5.24.2: #i58773# file checked in, again 2006/11/07 08:26:52 os 1.5.24.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2d57cc8900dd9444f911d79c8a439d09552a10bb]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:20:02 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:24:47 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [434873eeee3c1d07cc490d17405f3eb621dae92f]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:20:13 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:24:37 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [93695be6c7f80766ac835e31ba98d5578fae1d8a]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:19:51 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:24:57 os 1.3.30.2: RESYNC:; FILE REMOVED 2006/02/22 12:24:44 os 1.3.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [cffa9229c0c17828c3542cf85d307c2b00efa6f3]

        INTEGRATION: CWS os71 (1.5.24); FILE ADDED 2006/11/08 13:19:41 os 1.5.24.2: #i58773# file checked in, again 2006/11/07 08:24:27 os 1.5.24.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0f58870989745a631dac9f5d08f4768f61109690]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:19:30 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:24:17 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [590c6a7ae0e1f9e8ebe34f07fc8e32175eaf4162]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:29:41 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:11:35 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7b747e1fa1e234bbafb43e0c41f1baf1f7d31635]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:29:27 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:12:14 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4a9d413f96ac2c6dfa9ce27ed3ff60240858464a]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:29:58 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:11:55 os 1.3.30.2: RESYNC:; FILE REMOVED 2006/04/19 11:25:28 os 1.3.30.1: #63714#include fixed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3b1c4667d3f7359002155ff7c7f07ba4f0e89ca2]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 12:58:37 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:16:17 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [de56f4bd3bdefdafc7e514c5cc205fab206a6247]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 13:00:01 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:17:21 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f7cfad5484b73a27a756b516a8ca06b96b2b4d80]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 12:58:26 os 1.4.30.2: #i58773# file checked in, again 2006/11/07 08:15:56 os 1.4.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8482449fc1c8aac61842bbfac57db9e9ec8f5934]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 12:58:15 os 1.3.30.3: #i58773# file checked in, again 2006/11/07 08:17:10 os 1.3.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:23:59 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [168e961b261fc781a242fd33360f7cdc6815224c]

        INTEGRATION: CWS os71 (1.5.30); FILE ADDED 2006/11/08 12:57:58 os 1.5.30.2: #i58773# file checked in, again 2006/11/07 08:17:00 os 1.5.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9dbf3fbcbf3ef85d1aff807da1ddb1ec58eecf45]

        INTEGRATION: CWS os71 (1.5.24); FILE ADDED 2006/11/08 12:57:47 os 1.5.24.2: #i58773# file checked in, again 2006/11/07 08:15:46 os 1.5.24.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6f8652a402b4bc9d68d7dc6a8bb4a7b283a12487]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 12:58:49 os 1.4.30.2: #i58773# file checked in, again 2006/11/07 08:15:35 os 1.4.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a843ed340e1675452676476fc196305ef5277c04]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 12:59:39 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:16:50 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a58df8dbab18d82caa712504cdc102033b88a7f7]

        INTEGRATION: CWS os71 (1.3.28); FILE ADDED 2006/11/08 12:59:28 os 1.3.28.2: #i58773# file checked in, again 2006/11/07 08:15:25 os 1.3.28.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1479154259233a4a241cd93142aeb82796969117]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 12:59:10 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:14:53 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9d6660832a33ab816b96d0ae881e18a0975cbe40]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/11/08 12:59:50 os 1.4.30.2: #i58773# file checked in, again 2006/11/07 08:14:43 os 1.4.30.1: RESYNC:; FILE REMOVED

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0dd70b8b56e22044f3f2bf7dd5b0a4987a2cc198]

        INTEGRATION: CWS os71 (1.3.30); FILE ADDED 2006/11/08 12:59:00 os 1.3.30.2: #i58773# file checked in, again 2006/11/07 08:16:39 os 1.3.30.1: RESYNC:; FILE REMOVED

2006-11-08  Rüdiger Timm  <rt@openoffice.org>  [d28e2f4ffc08294f14fe096662d33804b700d325]

        #i71222# '-Wextra' doesn not work for gcc-3.3 (patch by pjanik).

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e096a60bc73dd02244a6605d185f6fd9f6a7c365]

        INTEGRATION: CWS os71 (1.53.24); FILE MERGED 2006/04/13 14:44:36 os 1.53.24.2: RESYNC: (1.53-1.54); FILE MERGED 2006/03/09 09:48:50 os 1.53.24.1: #i58773# w4w filter moved to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3b1bf5bdd9f8f6c982cf685c4fe77a7b5cd3895f]

        INTEGRATION: CWS os71 (1.49.100); FILE MERGED 2006/04/20 08:58:38 os 1.49.100.3: #58773# merge error fixed 2006/04/13 14:31:53 os 1.49.100.2: RESYNC: (1.49-1.50); FILE MERGED 2006/03/08 09:36:49 os 1.49.100.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [63ecb90ef93707f7a864d5cd022478707d8da27a]

        INTEGRATION: CWS os71 (1.81.24); FILE MERGED 2006/10/23 15:37:44 os 1.81.24.5: RESYNC: (1.85-1.87); FILE MERGED 2006/08/30 17:32:35 os 1.81.24.4: RESYNC: (1.83-1.85); FILE MERGED 2006/06/05 16:22:14 os 1.81.24.3: RESYNC: (1.82-1.83); FILE MERGED 2006/02/08 10:08:26 os 1.81.24.2: RESYNC: (1.81-1.82); FILE MERGED 2005/12/02 11:14:23 os 1.81.24.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3dc2554dc8b6f55b9f0a816434a0fb95048715f6]

        INTEGRATION: CWS os71 (1.55.18); FILE MERGED 2006/10/23 15:37:37 os 1.55.18.4: RESYNC: (1.60-1.63); FILE MERGED 2006/08/30 17:32:28 os 1.55.18.3: RESYNC: (1.57-1.60); FILE MERGED 2006/04/13 14:31:28 os 1.55.18.2: RESYNC: (1.55-1.57); FILE MERGED 2005/12/02 11:14:22 os 1.55.18.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [78ad5adc01eca7848c4abf0b72be5d2323e7a9f3]

        INTEGRATION: CWS os71 (1.10.120); FILE MERGED 2006/08/30 17:13:21 os 1.10.120.3: RESYNC: (1.10-1.11); FILE MERGED 2006/03/08 09:34:54 os 1.10.120.2: #i58773# moved legacy filters from sw to binfilter 2006/03/08 09:32:57 os 1.10.120.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [201ef123c6c32aa8d40ede81c2d182ff5b918f15]

        INTEGRATION: CWS os71 (1.3.122); FILE MERGED 2006/04/13 14:23:53 os 1.3.122.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/08 09:31:21 os 1.3.122.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [abef8ccbcc799eb15c3a5528a4fd44c52a4f197a]

        INTEGRATION: CWS os71 (1.41.26); FILE MERGED 2006/10/23 15:19:47 os 1.41.26.3: RESYNC: (1.42-1.44); FILE MERGED 2006/08/30 17:14:27 os 1.41.26.2: RESYNC: (1.41-1.42); FILE MERGED 2005/12/02 11:14:21 os 1.41.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [75dcf741a2164a0f88b0efab585811dc2848d832]

        INTEGRATION: CWS os71 (1.10.122); FILE MERGED 2006/03/08 09:28:04 os 1.10.122.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4defaf03b6e51c19223b4e6ae92e0c62e8ea15f6]

        INTEGRATION: CWS os71 (1.45.26); FILE MERGED 2006/10/23 15:19:40 os 1.45.26.7: RESYNC: (1.48-1.49); FILE MERGED 2006/08/30 17:14:20 os 1.45.26.6: RESYNC: (1.47-1.48); FILE MERGED 2006/04/13 14:24:09 os 1.45.26.5: RESYNC: (1.46-1.47); FILE MERGED 2006/03/08 09:45:35 os 1.45.26.4: #i58773# moved legacy filters from sw to binfilter 2006/03/08 09:28:04 os 1.45.26.3: #i58773# moved legacy filters from sw to binfilter 2006/02/08 09:51:19 os 1.45.26.2: RESYNC: (1.45-1.46); FILE MERGED 2005/12/02 11:14:21 os 1.45.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [45c42e1f112841628ce8968ea6acd80ce9745a26]

        INTEGRATION: CWS os71 (1.21.120); FILE MERGED 2006/10/23 15:18:54 os 1.21.120.4: RESYNC: (1.23-1.24); FILE MERGED 2006/08/30 17:13:13 os 1.21.120.3: RESYNC: (1.22-1.23); FILE MERGED 2006/04/13 14:23:46 os 1.21.120.2: RESYNC: (1.21-1.22); FILE MERGED 2006/03/08 09:26:01 os 1.21.120.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [70334d41c2ca77983c3b1284a3815410beadfcd5]

        INTEGRATION: CWS os71 (1.6.122); FILE MERGED 2006/03/08 09:25:11 os 1.6.122.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [60884a4b755b6ccd56539f34b288a74a6b37c265]

        INTEGRATION: CWS os71 (1.20.122); FILE MERGED 2006/10/23 14:57:09 os 1.20.122.3: RESYNC: (1.21-1.22); FILE MERGED 2006/08/30 16:51:49 os 1.20.122.2: RESYNC: (1.20-1.21); FILE MERGED 2005/12/02 11:14:20 os 1.20.122.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a3b0dcd2c3d647bb2a971ed5bc206d29f233f5ca]

        INTEGRATION: CWS os71 (1.9.122); FILE MERGED 2005/12/02 11:14:20 os 1.9.122.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [405a74dac5835b2f578935760d9f8d1a2fd4936e]

        INTEGRATION: CWS os71 (1.16.26); FILE MERGED 2006/11/07 13:38:53 os 1.16.26.3: RESYNC: (1.16-1.17); FILE MERGED 2006/03/09 09:00:27 os 1.16.26.2: #i58773# ww1 added, again 2006/03/08 09:24:30 os 1.16.26.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e72d4a8726860436279157edb2ef2937e330c9c9]

        INTEGRATION: CWS os71 (1.5.122); FILE MERGED 2006/03/08 09:24:12 os 1.5.122.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [29939a83cf193505a67dc01a2a0849b9337c52f4]

        INTEGRATION: CWS os71 (1.2.122); FILE MERGED 2006/03/08 09:24:12 os 1.2.122.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ff4df76dc7e16b7c9cecd86a4e8d246f06850f35]

        INTEGRATION: CWS os71 (1.31.20); FILE MERGED 2006/08/30 16:02:50 os 1.31.20.3: RESYNC: (1.31-1.32); FILE MERGED 2006/03/08 09:22:52 os 1.31.20.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 11:14:19 os 1.31.20.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0a4e0f86884735d0e4a9eaefd59ca5cf1ee6fc78]

        INTEGRATION: CWS os71 (1.14.24); FILE MERGED 2006/08/30 15:59:14 os 1.14.24.2: RESYNC: (1.14-1.16); FILE MERGED 2005/12/02 11:14:18 os 1.14.24.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ae2dc10772924c4fccb4a3f634d04414e652b666]

        INTEGRATION: CWS os71 (1.25.26); FILE MERGED 2006/03/08 09:22:51 os 1.25.26.3: #i58773# moved legacy filters from sw to binfilter 2006/02/08 09:05:24 os 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2005/12/02 11:14:18 os 1.25.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a06e5e7e844bc487127311d2b27c86a89c11e7b8]

        INTEGRATION: CWS os71 (1.9.118); FILE MERGED 2006/08/30 15:56:22 os 1.9.118.3: RESYNC: (1.10-1.11); FILE MERGED 2006/02/08 09:03:22 os 1.9.118.2: RESYNC: (1.9-1.10); FILE MERGED 2005/12/02 11:14:17 os 1.9.118.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [674a7776628e8c10887761d591691ab0827e4259]

        INTEGRATION: CWS os71 (1.24.118); FILE MERGED 2006/10/23 14:12:36 os 1.24.118.3: RESYNC: (1.25-1.26); FILE MERGED 2006/08/30 15:56:15 os 1.24.118.2: RESYNC: (1.24-1.25); FILE MERGED 2005/12/02 11:14:16 os 1.24.118.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [006380ce0f177ab523bbd964b90713a31852d1bf]

        INTEGRATION: CWS os71 (1.112.26); FILE MERGED 2006/11/07 13:38:19 os 1.112.26.6: RESYNC: (1.129-1.130); FILE MERGED 2006/10/23 14:08:43 os 1.112.26.5: RESYNC: (1.124-1.129); FILE MERGED 2006/08/30 15:47:59 os 1.112.26.4: RESYNC: (1.119-1.124); FILE MERGED 2006/06/05 16:03:30 os 1.112.26.3: RESYNC: (1.117-1.119); FILE MERGED 2006/04/13 14:05:01 os 1.112.26.2: RESYNC: (1.112-1.117); FILE MERGED 2005/12/02 11:14:16 os 1.112.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [64a24db41d6023af5f2c09e011b8ab7d423cd66b]

        INTEGRATION: CWS os71 (1.6.54); FILE MERGED 2006/08/30 15:50:35 os 1.6.54.2: RESYNC: (1.6-1.7); FILE MERGED 2005/12/02 11:14:15 os 1.6.54.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e459d7e6ec2c0b16e3c67917261d871c649cba0d]

        INTEGRATION: CWS os71 (1.12.96); FILE MERGED 2006/11/07 13:28:56 os 1.12.96.5: RESYNC: (1.12-1.13); FILE MERGED 2006/03/28 14:55:53 mba 1.12.96.4: #i63714#: remove superfluous code 2006/03/24 11:03:30 mba 1.12.96.3: #i58773#: type detection now doesn't use sfx2 anymore 2006/02/22 13:02:56 os 1.12.96.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:24:15 os 1.12.96.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f5720d276ff277f355e4a087e4add8b827f85180]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 13:24:03 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/28 14:55:39 mba 1.5.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c8adc2872143510fd12cbb21339dd7f9d4deeb00]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/03/28 14:55:39 mba 1.3.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ae0af171bb1f5a8903991f8954188c9e046f1e80]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 13:22:09 os 1.4.30.3: RESYNC: (1.4-1.5); FILE MERGED 2006/02/22 12:48:01 os 1.4.30.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:24:15 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [63bb9ae5ac82ffdb3b28c1a7aa711689d90648a7]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 13:19:04 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:24:15 os 1.4.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e7d719a25dc38336aab994aad51ede05a770dd0f]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 13:18:05 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/28 14:55:39 mba 1.4.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [893cc3ba1d6732bc3cf7e50a74726b34abf97b4d]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2005/12/02 10:24:14 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b62140ddcfd73499d9bb0b652334976c70051961]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/11/07 13:17:39 os 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 10:24:14 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dc887e40df7ed2ace48b2c935802da47915b7a19]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2005/12/02 10:24:13 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f95dc6139da087ec6783d58cd646e7393c0e3e58]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 13:15:31 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:24:13 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f7b7d6ea598f8a48bd21a54105e63a1b2ecf7f85]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 13:15:17 os 1.5.30.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/08 09:09:51 os 1.5.30.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:24:12 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2bd2dffa379c7c516bbfdf909c905467d0be45c3]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/11/07 13:13:14 os 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 10:24:12 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [49bdc9b934391d372e34ec9ed39c2b46f9ba7adb]

        INTEGRATION: CWS os71 (1.4.26); FILE MERGED 2006/11/07 13:12:52 os 1.4.26.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:24:11 os 1.4.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f60ed0810bf0546cc87e92a5987bc2e30fb0963b]

        INTEGRATION: CWS os71 (1.3.28); FILE MERGED 2006/11/07 13:10:52 os 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 10:24:11 os 1.3.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8d2659cff035b68b49fe0d5dc6b0fae349fb609d]

        INTEGRATION: CWS os71 (1.6.30); FILE MERGED 2006/11/07 13:10:34 os 1.6.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/08 09:09:50 os 1.6.30.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:24:10 os 1.6.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [092f2b2fbdbb7dbef9b9918c797b44d3bbf49e1e]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 13:09:36 os 1.5.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/02/07 16:18:30 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:24:09 os 1.5.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9c770902f56cb6c5cbd8e485baa548698d563623]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 13:07:24 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:24:09 os 1.4.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [53c6dfc1ec7e1b48b0de2908a298b29abc59fdd5]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 13:06:15 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:24:08 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [cf0ad967790ac7aefbe28bf17c100888dc6a441a]

        INTEGRATION: CWS os71 (1.3.28); FILE MERGED 2006/11/07 13:01:31 os 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 10:24:08 os 1.3.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0808d855ab42dc7745b7f0f96eebad2ea3a586d1]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 13:00:56 os 1.6.28.3: RESYNC: (1.7-1.8); FILE MERGED 2006/08/30 13:11:33 os 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/12/02 10:24:07 os 1.6.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ac0b92a3445926f4248a3be920c193f2ae99c117]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 12:58:42 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/02/22 12:48:00 os 1.4.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dce380eaef0f466b0bcfd86069169ae9b9075350]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 12:58:35 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/02/22 12:48:00 os 1.4.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [20132d6adef226a6c4a69909d0a5f3b2ea5bba47]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/03/08 09:09:15 os 1.4.30.1: #i58773# sfx dependency removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4935ae25e5bc16131c23fa7fc2f4c96c4c0ef71f]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/03/08 09:09:14 os 1.3.30.1: #i58773# sfx dependency removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [44407d9d87e157b045d81d30226673eb40f502c7]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/08/30 13:05:14 os 1.5.30.2: RESYNC: (1.5-1.7); FILE MERGED 2006/03/08 09:07:58 os 1.5.30.1: #i58773# moved legacy filters from sw to binfilter; sfx dependency removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0a8b2857f0fb871e4d501345c5d8d80bd33e9f1f]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/03/08 09:07:16 os 1.4.30.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [586a3e1a7ee26e10bc78a2f053df91d7aaa35eb7]

        #i10000# recreate configure with last changes

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d935b3980e20367c5b3ed3a90cd5743c875fcafe]

        INTEGRATION: CWS os71 (1.8.22); FILE MERGED 2006/06/08 09:39:52 os 1.8.22.5: #i58773# type fixed 2006/03/16 10:40:37 os 1.8.22.4: #58773# changed by mba 2006/03/08 10:31:57 os 1.8.22.3: #i58773# non-Windows detection code added 2006/03/08 09:06:50 os 1.8.22.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:24:07 os 1.8.22.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [70df4766adacbc5e71fb81aa3dfd5458061e5000]

        INTEGRATION: CWS os71 (1.7.26); FILE MERGED 2006/11/07 09:54:09 os 1.7.26.8: RESYNC: (1.10-1.11); FILE MERGED 2006/08/30 12:57:03 os 1.7.26.7: RESYNC: (1.8-1.10); FILE MERGED 2006/06/05 15:10:44 os 1.7.26.6: RESYNC: (1.7-1.8); FILE MERGED 2006/06/01 11:49:39 os 1.7.26.5: #i63714# sw_swlib and sw_swcomlib reintroduced 2006/06/01 10:22:37 os 1.7.26.4: #i63714# sw_swlib and sw_swcomlib removed 2006/04/21 10:33:17 os 1.7.26.3: #i63714# removed direct references to sw_swmodule.obj and sw_swdll.obj 2006/04/20 10:31:51 os 1.7.26.2: #i63714# resources removed 2006/03/28 14:53:47 mba 1.7.26.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [eaf5664ff0309a048dbb531fa684a3b6b1e471bf]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 09:54:01 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/21 10:27:24 os 1.5.28.1: #i63714# more code removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f142727e00d643cd33e736896999f6202e00cd41]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 09:53:47 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/21 10:27:24 os 1.5.28.1: #i63714# more code removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1adceebc303487092b0ef09f7a4d55169439915a]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/08/30 12:56:51 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:53:25 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fa05892175c943b33fb0c38bfe36c71186c8c84e]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/08/30 12:52:36 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:53:23 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d0e4fc5d11a650609d9e3217cc0601909a6befcd]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 09:51:29 os 1.5.30.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/28 14:53:22 mba 1.5.30.2: #i63714#: remove superfluous code 2005/12/02 10:24:06 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dc8febc270d481c16161645ca1ebb98073442abb]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/08/30 12:51:53 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:53:21 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a537675b0ba15253bc3c9acbb1ee062026ebf3af]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 09:49:20 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/28 14:53:20 mba 1.5.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b6d17e067096a306a821adc826ada3f43993651a]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/03/28 14:53:20 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b6793a43f314c55af15f35ed3f38462be741fdb0]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/03/28 14:53:20 mba 1.3.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [348caab5f3ff234ab3d979a2fedaf471d903058d]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/08/30 12:51:31 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:53:20 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ac88d275bf96688b3d5f5e1a470ab6d7fb44ab2d]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 09:43:44 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:48:42 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:53:14 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [89b0ed7becee9fd59fed81125f9e1bb5d7174844]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 09:40:36 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:47:00 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:51:53 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [152fcfb6e05884ad24d4063d791967b547b64bd4]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/03/28 14:51:28 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d96dc796704b96392054c85f48f5b36f9cd89c98]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 09:35:17 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:46:42 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:51:27 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e2335e56bdddfa3a85b0528ab524b51735674ba4]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 08:59:38 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/28 14:50:33 mba 1.4.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [05d922eba98863c092abc41c78346b14bea9e294]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:58:35 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:45:08 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:50:32 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8beff666e609989b9e77062cd8db11b7e75d1c30]

        INTEGRATION: CWS os71 (1.5.26); FILE MERGED 2006/11/07 08:54:14 os 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/28 14:50:07 mba 1.5.26.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [218f754c8e9c852cd54be7a2f6369d02b8069cec]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:53:50 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:45:01 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:50:06 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d2fb20b259bf72ca93c361c691696de5667bfe1b]

        INTEGRATION: CWS os71 (1.8.28); FILE MERGED 2006/11/07 08:49:45 os 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/28 14:49:35 mba 1.8.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [40c97b248bfe2d5e3bf1f6e626614d2a3a376fa3]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/08/30 12:44:20 os 1.4.30.3: RESYNC: (1.4-1.6); FILE MERGED 2006/04/20 07:21:58 os 1.4.30.2: #i63714# file list corrected 2006/03/28 14:49:35 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [76b408c2e36b677fa3d4587bedf74dd52c6c40b9]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/09/04 10:27:24 os 1.4.30.3: #i63714# src files removed 2006/08/30 12:42:34 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:47:15 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [89078df22e8679ca5f000f473425de27eb7f15c3]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:43:59 os 1.4.30.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:42:22 os 1.4.30.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/28 14:48:04 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ef89e750ebdd086ce565f773cc1cb01ff1f8fcf4]

        INTEGRATION: CWS os71 (1.3.28); FILE MERGED 2006/11/07 08:43:24 os 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/28 14:47:41 mba 1.3.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ec5406aa04914204726f597850be222e57675805]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 08:43:16 os 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2006/03/28 14:47:41 mba 1.6.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f83783e5a89a4570a07e3e0906c93d1690a35f50]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:42:55 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/28 14:47:40 mba 1.4.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [70168c4c032e456f01b55bd4e227c75b545cc285]

        INTEGRATION: CWS os71 (1.8.28); FILE MERGED 2006/11/07 08:41:43 os 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/28 14:47:40 mba 1.8.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c3933e52104af8511e0f16a7c83da3d3fe6775cc]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/11/07 08:41:19 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/28 14:47:40 mba 1.7.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d39dea9ca892b2e6992ef468e70d14579030d821]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/11/07 08:41:10 os 1.7.28.3: RESYNC: (1.7-1.8); FILE MERGED 2006/03/28 14:47:40 mba 1.7.28.2: #i63714#: remove superfluous code 2005/12/02 10:24:05 os 1.7.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8784802348c132ec9461e5b1a5d2af18e252e704]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 08:40:59 os 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2006/03/28 14:47:39 mba 1.6.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [07cba611ed7644783e35a705e02d4f38f8971d41]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/10/23 11:24:24 os 1.5.30.7: RESYNC: (1.8-1.9); FILE MERGED 2006/09/04 15:01:49 os 1.5.30.6: #63714# LIBTARGET=NO removed, again 2006/08/30 12:42:14 os 1.5.30.5: RESYNC: (1.5-1.8); FILE MERGED 2006/06/06 07:44:58 os 1.5.30.4: #i58773# LIBTARGET=NO removed 2006/06/01 11:50:09 os 1.5.30.3: #i63714# sw_swlib and sw_swcomlib reintroduced 2006/04/19 13:19:00 os 1.5.30.2: #163714# target fixed 2006/03/28 14:47:39 mba 1.5.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4cc690b85bb5d169890f70558f88640be6117429]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 08:40:37 os 1.4.28.3: RESYNC: (1.5-1.6); FILE MERGED 2006/08/30 12:41:55 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/28 14:53:12 mba 1.4.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [673b92918e5695e6fd17ed7e1fe668869779105a]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:29:55 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/08 09:05:52 os 1.4.30.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [16c0e740523655aa788db9ba61f9bec97b6f8169]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:29:47 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:24:05 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f3a4eae3cd48479b117174d28a11e0d3489168ae]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/11/07 08:12:03 os 1.3.30.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/08 09:05:06 os 1.3.30.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:24:00 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [31351d71eedcbe9df95d67af9476011f17f9026e]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 08:13:09 os 1.5.28.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/08 09:04:40 os 1.5.28.2: #i58773# moved legacy filters from sw to binfilter 2006/02/22 12:21:43 os 1.5.28.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [462bbce873a06d1740628c528bd50d2c105ce024]

        INTEGRATION: CWS os71 (1.7.30); FILE MERGED 2006/11/07 08:12:53 os 1.7.30.3: RESYNC: (1.7-1.8); FILE MERGED 2006/03/08 09:04:03 os 1.7.30.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:23:59 os 1.7.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [46d18b26a56f76053caa0fbea56375497babf2d2]

        INTEGRATION: CWS os71 (1.7.30); FILE MERGED 2006/11/07 08:12:45 os 1.7.30.4: RESYNC: (1.7-1.8); FILE MERGED 2006/03/08 10:50:32 os 1.7.30.3: #i58773# include added 2006/02/22 12:24:44 os 1.7.30.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:23:58 os 1.7.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [add19bd868d926332cb4ebf2391d68ffa5475040]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 08:10:00 os 1.4.30.4: RESYNC: (1.5-1.6); FILE MERGED 2006/08/30 12:37:05 os 1.4.30.3: RESYNC: (1.4-1.5); FILE MERGED 2006/02/22 12:24:43 os 1.4.30.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:23:58 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [48ddf4b7322f854115d2210be83eec9322bf1af0]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 08:09:23 os 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/04/20 08:09:02 os 1.6.28.2: #i63714# more code removed 2006/03/28 14:54:36 mba 1.6.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4d51c23c7d1511b60a3e57ae013d9c76b90b098e]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/03/28 14:54:36 mba 1.4.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b6a09360d284e17e519b35c80531a03a7154aecd]

        INTEGRATION: CWS os71 (1.5.26); FILE MERGED 2006/08/30 12:36:09 os 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/28 14:54:36 mba 1.5.26.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a8ddafee58a5f80adb40917d741813e57ac4645c]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/08/30 12:36:01 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/28 14:54:35 mba 1.7.28.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d56c739471a702f9b25988f36121839af45cd0fd]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 08:02:35 os 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/12/02 10:23:56 os 1.6.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f61447574b0a5d7e2cb323c30999171af239986b]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/09/05 07:37:04 os 1.4.30.3: #i58773# file created, again 2006/08/30 12:32:52 os 1.4.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:23:56 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [bbf5307c71aa3edcc35bfd1815f1964f774d3f37]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/09/05 07:27:00 os 1.4.30.3: #i58773# file created, again 2006/08/30 12:32:42 os 1.4.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:23:56 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8fe1c141370876e6641538d2ff7b8b4968ecd644]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2005/12/02 10:23:55 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7b1ae259aad4981bf81947c3610e19f44a50ebd4]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 07:49:37 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:23:55 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [783dc43f28e7aa6da6f331f42f7a6c8a15d76450]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/09/05 07:34:26 os 1.4.30.3: #i58773# file created, again 2006/08/30 12:32:32 os 1.4.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:23:54 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2a23b1618b7cb8a7e258fc5093dd416d01f81708]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 07:49:30 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:23:54 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d74f25c49c673b93203e567c149f5b6366d8f417]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 07:49:23 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:23:54 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7604d043cdca4e0f66c8fa8a4ae4ae7973fdb106]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 07:49:17 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:23:53 os 1.5.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dbbf1f255106199ebd5137b8771b105a92426f00]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 07:49:10 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:23:53 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [22d27a522bb4237675f5cafd12529933568b75b0]

        INTEGRATION: CWS os71 (1.4.30); FILE ADDED 2006/09/05 07:32:21 os 1.4.30.3: #i58773# file created, again 2006/08/30 12:33:02 os 1.4.30.2: RESYNC:; FILE REMOVED 2005/12/02 10:23:53 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2c875ed9ddf8f71a3fe48f058119e1291460a067]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/11/07 07:49:03 os 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/02 10:23:52 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3a782e3219509f44824e607accb15b96c224d170]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 07:48:55 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:23:52 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [bae458497f6bc64393005c5c86588470bd3d57f0]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 07:47:44 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:23:51 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dfefda49dcd12a536525266afb46d50d4856efa0]

        INTEGRATION: CWS os71 (1.6.24); FILE MERGED 2006/09/05 07:43:48 os 1.6.24.1: #i58773# some files re-added

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [975cfb922028a964c9b236847702ee0dd3250929]

        INTEGRATION: CWS os71 (1.4.30); FILE MERGED 2006/11/07 07:42:34 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/02 10:23:51 os 1.4.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [80cbfe6f370e40fa8b65acc30667bce20800c140]

        INTEGRATION: CWS os71 (1.7.30); FILE MERGED 2006/11/07 07:41:33 os 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/28 14:54:35 mba 1.7.30.1: #i63714#: remove superfluous code

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [92b3b72054e0f167a36529bb4daf4ac1140812ac]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 07:41:17 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/22 12:24:42 os 1.5.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3e72143ec72264c7af7d0124579afcc79f7b87be]

        INTEGRATION: CWS os71 (1.3.30); FILE MERGED 2006/11/07 07:37:48 os 1.3.30.3: RESYNC: (1.3-1.4); FILE MERGED 2006/02/22 12:24:42 os 1.3.30.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:23:50 os 1.3.30.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c9ed959c985d69e16d6c515068f7d8714c0df347]

        INTEGRATION: CWS os71 (1.5.8); FILE MERGED 2006/11/07 07:35:55 os 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/22 12:24:41 os 1.5.8.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fdf483473f1943ba46561e191426af3dd2ae6cf7]

        INTEGRATION: CWS os71 (1.5.26); FILE MERGED 2006/11/07 07:29:31 os 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:23:50 os 1.5.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a0e7e6bb38896b385b931b6cc0a6d6fd5ff336a6]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 07:29:15 os 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/09/22 10:26:28 os 1.6.28.2: #i69739# _FndLineCopyCol reactivated to import AmiPro correctly 2006/02/22 12:24:41 os 1.6.28.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ecf97cf90af4f6e77c17dcd32002354ed6db2516]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 07:29:08 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/21 10:27:23 os 1.4.28.1: #i63714# more code removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [199b1fd06577fe35aff9e35aaeb8749b5180a47a]

        INTEGRATION: CWS os71 (1.5.28); FILE MERGED 2006/11/07 07:25:47 os 1.5.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/08/30 12:28:16 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/22 12:24:41 os 1.5.28.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ef3fe169a33a0dec436162d28dc73334b2b1554b]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 07:24:05 os 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/21 10:27:23 os 1.4.28.1: #i63714# more code removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e90df435b68f5141eb7e7d9f64dc28e8ca42bc02]

        INTEGRATION: CWS os71 (1.5.26); FILE MERGED 2006/11/07 07:19:32 os 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/02 10:23:49 os 1.5.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8406ef03288d0d3272df98003b69db50880674ef]

        INTEGRATION: CWS os71 (1.8.26); FILE MERGED 2006/11/07 07:19:13 os 1.8.26.3: RESYNC: (1.8-1.9); FILE MERGED 2006/02/22 12:24:40 os 1.8.26.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:23:48 os 1.8.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [17cd8edb2497a424d8c68dce129fa1e112400830]

        INTEGRATION: CWS os71 (1.4.28); FILE MERGED 2006/11/07 07:11:16 os 1.4.28.3: RESYNC: (1.4-1.5); FILE MERGED 2006/02/22 12:24:40 os 1.4.28.2: #i58773# old file filters moved from sw to binfilter 2005/12/02 10:23:48 os 1.4.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3c070c376e8251481721838b0b8da38e20ffb9db]

        INTEGRATION: CWS os71 (1.5.26); FILE MERGED 2006/11/07 07:10:58 os 1.5.26.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/21 10:27:23 os 1.5.26.2: #i63714# more code removed 2005/12/02 10:23:47 os 1.5.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e35f9e526e9b254227d8e44576df75fe098a8185]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/11/07 07:10:39 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2005/12/02 10:23:47 os 1.7.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a499873581d77dc75e6d20ff6514098771587b1f]

        INTEGRATION: CWS os71 (1.8.28); FILE MERGED 2006/11/07 07:10:20 os 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/21 10:27:23 os 1.8.28.1: #i63714# more code removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [76b5ee53e1a21b56b74d78f561d21adda58778f9]

        INTEGRATION: CWS os71 (1.6.30); FILE MERGED 2006/11/07 07:09:50 os 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/02/22 12:24:40 os 1.6.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [24230a4e8af4187fe350e79b90c8c0a99e715b90]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/11/07 07:07:26 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2005/12/02 10:23:46 os 1.7.28.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7bd8d42ed15f59593ebc20a87d74446f65b3d070]

        INTEGRATION: CWS os71 (1.6.28); FILE MERGED 2006/11/07 07:06:29 os 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/28 14:54:35 mba 1.6.28.2: #i63714#: remove superfluous code 2006/02/22 12:24:39 os 1.6.28.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b8aa348a0007e190cb875dffc5c464b91cdea1ce]

        INTEGRATION: CWS os71 (1.7.26); FILE MERGED 2006/11/07 07:05:27 os 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/22 10:28:27 os 1.7.26.1: #i69739# _RestoreCntntIdx call reactivated

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7c78ed86687cfe155fd3d831ac06915568caa9d4]

        INTEGRATION: CWS os71 (1.5.30); FILE MERGED 2006/11/07 07:14:19 os 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/22 12:24:39 os 1.5.30.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3f51b3f0294eeb29efc4acbdc89ce4c96ac9f55a]

        INTEGRATION: CWS os71 (1.7.28); FILE MERGED 2006/11/07 07:11:46 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2006/02/22 12:24:39 os 1.7.28.1: #i58773# old file filters moved from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [87e88b1d63abf3e55d3a65abbf76016b277092d5]

        INTEGRATION: CWS os71 (1.10.8); FILE MERGED 2006/11/06 16:26:56 os 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/08 08:57:52 os 1.10.8.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2cc4d3b6c12aa208ffaba7b05f4899e75867c274]

        INTEGRATION: CWS os71 (1.10.26); FILE MERGED 2006/11/06 16:26:26 os 1.10.26.3: RESYNC: (1.10-1.11); FILE MERGED 2006/03/08 08:44:09 os 1.10.26.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:23:45 os 1.10.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7655253bfec5686f11a2c466dfb924dbed30a3b9]

        INTEGRATION: CWS os71 (1.4.156); FILE MERGED 2006/11/06 16:06:33 os 1.4.156.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/08 08:41:23 os 1.4.156.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0984e357f97506ff89e0eb4c88d673f797f62aff]

        INTEGRATION: CWS os71 (1.11.26); FILE MERGED 2006/11/06 16:00:57 os 1.11.26.5: RESYNC: (1.12-1.13); FILE MERGED 2006/08/30 12:10:28 os 1.11.26.4: RESYNC: (1.11-1.12); FILE MERGED 2006/03/25 11:48:55 os 1.11.26.3: #i58773# support for binary filters in sw/web added 2006/03/08 08:38:15 os 1.11.26.2: #i58773# moved legacy filters from sw to binfilter 2005/12/02 10:23:45 os 1.11.26.1: #i58773# move legacy filters to binfilter - first check-in

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [5e55d9e94d39d753c9804c128693a42309ad6c1b]

        INTEGRATION: CWS os71 (1.8.26); FILE MERGED 2006/11/08 06:24:46 os 1.8.26.3: merge errors fixed 2006/11/06 15:52:22 os 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/08 09:10:12 os 1.8.26.1: #i58773# sfx dependency removed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [99973ead8bbaf2856523897fb5f431082ecf2810]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:31 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1816f28561b13e4c5e351983ce1514bbb4f286d8]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:30 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [904983f858e0bc8ee8d5784b5fa2227fd300d47a]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:29 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0f92444e31a008cc31c5e2541905bd5b667e5cf0]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:28 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4d364e49a97810396d67e513f8f100d085bd56dc]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:27 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [80fee5ebe5ddf6d5594ba0f8ec8ba11d833c04a9]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:26 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6320d3b32321a6b5a2372a5e1b57f30aefae3067]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:25 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [336fed1001e6a9102f9fa5c816514b74bebdc137]

        INTEGRATION: CWS cloph03 (1.38.2); FILE MERGED 2006/07/04 13:54:54 cloph 1.38.2.2: RESYNC: (1.38-1.39); FILE MERGED 2006/04/12 18:59:49 cloph 1.38.2.1: Issue number: #i59183# Submitted by: cloph add slackware-menus package

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c62c5d156cdca55d7a2d89f75b6ed09f424dd2bc]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:24 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8c80eeba9bb2865d72538f883b0e093881e04018]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:23 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8bd86fd6eaf96fc5995814597d9a52a49e314349]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:22 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [72605ee163fa861e8e6d5a90d12f54c80e32de15]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:21 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [bd8683d7b6f04c3cd68b662622d4033f4c40ab23]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:20 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [601cb0aad060d1e9dc1e548b0d57da0930ab48e0]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:19 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [19bbb1d278087e52a5aec9fcaa52a028be7f09d6]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:18 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [07c168139845c9de167d77fdf3d47f6f9d212781]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:17 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c23e4600bee952752484acb3984ab641cb0f7453]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:16 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c0fa01b747f32cad2e99d7207962dea3b4a0db76]

        INTEGRATION: CWS basmgr01 (1.6.186); FILE MERGED 2006/09/28 20:20:17 fs 1.6.186.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [517a217d5d3e395ea7b08d09469e2bc10ca032cb]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:15 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d6241ef261381ee6f20eebe9a1ca4237b42aebcd]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:14 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [5f6960f07c1224cea05d4a923a6e5eb7feb23155]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:13 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [04dfeac4d4b585d820ae3938256f22fc32b97fe7]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:12 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [30f87dd5c9a85c05c2ad61abf5a550cf8d0e595f]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:11 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [69754f57fd12a39f98cbe5dce71314bb98fe45b7]

        INTEGRATION: CWS soldep1 (1.29.2); FILE MERGED 2006/10/26 09:16:54 obo 1.29.2.1: #124752#,#i10000# add soldep to section with warnings

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0358421203bee7ebac3acc04407a3ceaca3754a2]

        INTEGRATION: CWS soldep1 (1.22.2); FILE MERGED 2006/10/30 16:37:11 obo 1.22.2.1: soldep not warning free yet

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1f09b8430dae8e2b90963739427f6a96ab54dc8a]

        INTEGRATION: CWS basmgr01 (1.182.8); FILE MERGED 2006/09/28 20:28:44 fs 1.182.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [211f580522ec10a977b8e372ea94b30a9d34124a]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:10 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6a110754f0bcf82a58791dc9b69d2eccf47dfec1]

        INTEGRATION: CWS soldep1 (1.24.2); FILE MERGED 2006/10/26 09:15:07 obo 1.24.2.1: #124752#,#i10000# add soldep to section with warnings

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9fe19658f814a0656c9b6449d13255b4f7b222a7]

        INTEGRATION: CWS soldep1 (1.98.52); FILE MERGED 2006/10/18 12:18:36 obo 1.98.52.4: RESYNC: (1.98-1.104); FILE MERGED 2006/05/15 12:58:46 obo 1.98.52.3: soldeplib name for UNIX 2006/05/15 10:28:01 obo 1.98.52.2: BTSTRPDTLIB changed 2006/05/15 09:33:47 obo 1.98.52.1: SOLDEPLIB added

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7d7abe2f47ee6428d071625bbb5c6de452e0bde8]

        INTEGRATION: CWS soldep1 (1.14.88); FILE MERGED 2006/10/26 10:22:36 obo 1.14.88.2: #142752#,#i10000# -e switch for extended custom path 2006/10/25 14:01:08 obo 1.14.88.1: custom_path_list has to take more than one path. Separator is ';'

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a53e8fb59ee7de4499d86736cdc6f2d8bcc92aea]

        INTEGRATION: CWS ause070 (1.8.6); FILE MERGED 2006/10/18 15:18:48 hjs 1.8.6.2: #i70136# change check to work with configure default 2006/10/06 13:28:14 hjs 1.8.6.1: #i70136# local targets around .ulf files

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [26d17f54729bdc4f7545a977a99a4e1e2e930776]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:09 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ca62797cef797794c06dc2acee56b92a6dbaa8e2]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:08 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ddc8b640b81de2f11a8b4d8a605a45edc60f4ed1]

        INTEGRATION: CWS ause070 (1.5.4); FILE MERGED 2006/10/18 15:21:21 hjs 1.5.4.2: #i70136# change check to work with configure default 2006/10/06 12:57:32 hjs 1.5.4.1: #i70136# local targets around .ulf files

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d83e6ca2ab41217b58d4a2f55da27da0291d3f14]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:07 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d381cbe5d30dada69cfe3865d06afece655b0aff]

        INTEGRATION: CWS ause070 (1.20.132); FILE MERGED 2006/10/18 15:24:32 hjs 1.20.132.3: #i70136# change check to work with configure default 2006/10/10 16:24:23 hjs 1.20.132.2: RESYNC: (1.20-1.21); FILE MERGED 2006/10/05 16:12:14 hjs 1.20.132.1: #i70136# avoid merge if not needed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [842bac4ed0dcb14855e99057c74e2068470f2e6d]

        INTEGRATION: CWS ause070 (1.8.26); FILE MERGED 2006/10/18 15:24:31 hjs 1.8.26.3: #i70136# change check to work with configure default 2006/10/06 14:16:32 hjs 1.8.26.2: #i70136# *.ulf file handling 2006/10/05 16:12:14 hjs 1.8.26.1: #i70136# avoid merge if not needed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fc052e39be1a1e5376e962a1b36293d18f02458b]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:06 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b429b3367f6896206d02dd0e715150d464218eba]

        INTEGRATION: CWS ause070 (1.11.52); FILE MERGED 2006/10/18 15:24:31 hjs 1.11.52.3: #i70136# change check to work with configure default 2006/10/10 16:28:17 hjs 1.11.52.2: RESYNC: (1.11-1.13); FILE MERGED 2006/10/05 16:12:14 hjs 1.11.52.1: #i70136# avoid merge if not needed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [922d3d5f3be2132113be080224f4385ad7db4c6b]

        INTEGRATION: CWS ause070 (1.183.4); FILE MERGED 2006/10/30 16:56:32 hjs 1.183.4.3: RESYNC: (1.183-1.184); FILE MERGED 2006/10/18 15:24:31 hjs 1.183.4.2: #i70136# change check to work with configure default 2006/10/13 15:48:41 hjs 1.183.4.1: #ii70136# .xrb files; merged .hrc

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a385fa85852833c9696510184b08945917064464]

        INTEGRATION: CWS ause070 (1.72.8); FILE MERGED 2006/11/02 15:24:54 hjs 1.72.8.4: #i70136# keep hack - still too many usages to remove it now 2006/10/18 15:24:31 hjs 1.72.8.3: #i70136# change check to work with configure default 2006/10/10 16:22:38 hjs 1.72.8.2: RESYNC: (1.72-1.74); FILE MERGED 2006/10/06 14:16:32 hjs 1.72.8.1: #i70136# *.ulf file handling

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [751d290c16ae946088394b3d26ed8d83c95210e5]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:05 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [47693476b687cf18dab837964f9846f9273aff4f]

        INTEGRATION: CWS ause070 (1.9.542); FILE MERGED 2006/10/18 15:24:30 hjs 1.9.542.3: #i70136# change check to work with configure default 2006/10/10 16:25:42 hjs 1.9.542.2: RESYNC: (1.9-1.10); FILE MERGED 2006/10/05 16:12:14 hjs 1.9.542.1: #i70136# avoid merge if not needed

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4e434723e483f0b518577dab217c14e43a0ed7b6]

        INTEGRATION: CWS ause070 (1.6.218); FILE MERGED 2006/10/18 15:17:31 hjs 1.6.218.2: #i70136# change check to work with configure default 2006/10/17 11:41:48 hjs 1.6.218.1: #i70136# skip localization step

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f24c90e7d252e9d070962a987d018c6546d59a79]

        INTEGRATION: CWS basmgr01 (1.209.44); FILE MERGED 2006/09/28 20:28:32 fs 1.209.44.1: #i69957# sb lib now provides UNO services

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [60b0342dcecdc6b0fc74d3d07d159a6a6a00b255]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:04 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3767fe5a297ee3f1f213315294b06fa4fe8415b8]

        INTEGRATION: CWS ause070 (1.6.156); FILE MERGED 2006/10/18 15:17:31 hjs 1.6.156.2: #i70136# change check to work with configure default 2006/10/17 11:41:48 hjs 1.6.156.1: #i70136# skip localization step

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f30e524a03fe809486a597d8ffb7f5c170ab867d]

        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>  [d6355347bcdc11cc756ba9b6232c0ed21b2b132e]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:03 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d2e50e0b0e676a0039c976df1fe4db7b915a64cb]

        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-08  Kurt Zenker  <kz@openoffice.org>  [23947b58c60bf3e67f6f5072cee2bd31cda37bfa]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:02 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4fc06ab2ce244edb925d06bac8a1724f31ebaa0b]

        INTEGRATION: CWS ause070 (1.4.24); FILE MERGED 2006/10/18 15:19:22 hjs 1.4.24.2: #i70136# change check to work with configure default 2006/10/17 10:52:34 hjs 1.4.24.1: #i70136# switch source dir for .xcu

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [540cf3dd924b408fc96a7015723ea54e7dfc6efc]

        INTEGRATION: CWS basmgr01 (1.34.26); FILE MERGED 2006/09/28 20:26:35 fs 1.34.26.1: #i69957# Sfx*LibraryContainer and friends moved to 'basic' module

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a1cf1b5f09507e9fd8dc16872d5c4a8ed9f987c7]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:01 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [da13b6fff8c4e8828d2dd645a39f14dc06ad1e2d]

        INTEGRATION: CWS basmgr01 (1.13.156); FILE MERGED 2006/09/28 20:25:38 fs 1.13.156.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3a46d977c2070ce8b529986afd01dea1f9465f52]

        INTEGRATION: CWS ause070 (1.8.28); FILE MERGED 2006/10/06 15:39:26 hjs 1.8.28.1: #i70136# fix filename in errormsg

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [cadeb8889098514ba3f9c79b6b398b50da05d3c9]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:22:05 fs 1.1.2.1: #i69957# remaints from the Sfx*LibraryContainer (moved to Basic module) / +SfxBasicManagerHolder

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [bb5fa072b330ab59c8964963bbdae861425b96d1]

        INTEGRATION: CWS basmgr01 (1.66.8); FILE MERGED 2006/09/28 20:28:44 fs 1.66.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [42fb0bc444c17c6cdde9abdb9cc726889f2d4534]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:17:00 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2b4c7cdd17a9383aeafdd25f6ab3794f19da2fd1]

        INTEGRATION: CWS ause070 (1.26.8); FILE MERGED 2006/11/02 16:15:38 hjs 1.26.8.1: #i71072# user may want to write too ;)

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [242d8f11887fd3df74a40f40b3af7a141a1fe751]

        INTEGRATION: CWS basmgr01 (1.83.8); FILE MERGED 2006/09/28 20:28:44 fs 1.83.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [0c42f50d6dfb90d8f56269e24378524da0d71ba1]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:16:59 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [85fd9cb8b94440b1feb75cad4e5a8f5ad831f27e]

        INTEGRATION: CWS basmgr01 (1.43.154); FILE MERGED 2006/09/28 20:28:08 fs 1.43.154.1: #i69957# Sfx*LibraryContainer and friends moved to 'basic' module

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c5e0d766bca97512e154d503c103e331e9e95ab7]

        INTEGRATION: CWS ause070 (1.9.70); FILE MERGED 2006/10/18 15:20:39 hjs 1.9.70.2: #i70136# change check to work with configure default 2006/10/06 13:36:23 hjs 1.9.70.1: #i70136# local targets around .ulf files

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8eb91bebf057795eca004bc75c94fde9a313fcf1]

        INTEGRATION: CWS ause070 (1.3.70); FILE MERGED 2006/10/18 15:20:38 hjs 1.3.70.2: #i70136# change check to work with configure default 2006/10/06 13:36:23 hjs 1.3.70.1: #i70136# local targets around .ulf files

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b4acd2e54de82a1ac4b42b8aa0c4e8ad8467ebe1]

        INTEGRATION: CWS basmgr01 (1.118.8); FILE MERGED 2006/09/28 20:27:28 fs 1.118.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [035c8628cc6a04dd79c382a0c4949b9d466729fd]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:16:58 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [77f8ac0ef809a21cdebcc1797585219e5fa5973e]

        INTEGRATION: CWS ause070 (1.13.6); FILE MERGED 2006/10/13 10:45:15 hjs 1.13.6.1: #i70136# needs tweaking in dtd finding

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [df86e4dfbcfa23c632b94acdf24789556b84cc83]

        INTEGRATION: CWS basmgr01 (1.38.8); FILE MERGED 2006/10/04 12:39:15 fs 1.38.8.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:27:28 fs 1.38.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a5644f98b912ed2ee5f56c44305fee4f2581dc7c]

        INTEGRATION: CWS ause070 (1.26.22); FILE MERGED 2006/10/13 10:45:14 hjs 1.26.22.1: #i70136# needs tweaking in dtd finding

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f772377d6058296095e4e09114a5877c70c31c61]

        INTEGRATION: CWS basmgr01 (1.23.8); FILE MERGED 2006/09/28 20:25:45 fs 1.23.8.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d27ca8ef39fa357cd2307e54af7062d1fafd8efc]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:16:57 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7ef2ead1536a047c3dcac51ffbd4cc4d6c876da3]

        INTEGRATION: CWS ause070 (1.5.94); FILE MERGED 2006/10/13 10:45:14 hjs 1.5.94.1: #i70136# needs tweaking in dtd finding

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8aa07d0a133ac1273ec58fef218c58a1b766bb02]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/10/04 12:39:14 fs 1.1.2.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:22:23 fs 1.1.2.1: #i69957# remaints from the Sfx*LibraryContainer (moved to Basic module) / +SfxBasicManagerHolder

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e63e3e1d65f99fd6e4ab7917123e6adbaf5ff865]

        INTEGRATION: CWS cloph03 (1.9.22); FILE MERGED 2006/10/13 16:05:03 cloph 1.9.22.3: RESYNC: (1.9-1.10); FILE MERGED 2006/04/22 12:57:33 cloph 1.9.22.2: Issue number: #i64151# Submitted by: cloph seamonkey is licenced MPL, not NPL as mozilla, adapt the grep accordingly 2006/04/12 21:29:57 cloph 1.9.22.1: Issue number: #i64151# Submitted by: cloph Add support for seamonkey as e-mail client (linux)

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [97755f52d105795299d9ddfab3de36599e301d10]

        INTEGRATION: CWS basmgr01 (1.44.8); FILE MERGED 2006/10/04 12:39:14 fs 1.44.8.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:27:27 fs 1.44.8.1: #i69957# BasicManager instances now created by a global repository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [80b3af22eb9d218a7ff959058362aa441c7f44a2]

        INTEGRATION: CWS ause070 (1.12.60); FILE MERGED 2006/11/01 13:01:44 hjs 1.12.60.1: #i71072# makes no sense as these attributes are not preserved on deliver anyway

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b1209fb8242d69c0e7e655139144c95c1231b837]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:16:56 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dbd2bcdddffabaa36b188c4a1bd03e3506c92997]

        INTEGRATION: CWS ause070 (1.21.48); FILE MERGED 2006/10/18 15:15:35 hjs 1.21.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:11 hjs 1.21.48.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [2a70e36229ad109e4bdcd565c9a3d066478c53f4]

        INTEGRATION: CWS cloph03 (1.1.2); FILE ADDED 2006/04/12 18:59:49 cloph 1.1.2.1: Issue number: #i59183# Submitted by: cloph add slackware-menus package

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3b007ff52c7ecf57e6a271e90a9bd8297e1a22c5]

        INTEGRATION: CWS ause070 (1.12.68); FILE MERGED 2006/10/18 15:15:34 hjs 1.12.68.2: #i70136# change check to work with configure default 2006/10/06 16:12:10 hjs 1.12.68.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [dadfe0139fbcc8a1d1f6b25ee8f7b765c34666c7]

        INTEGRATION: CWS cloph03 (1.1.2); FILE ADDED 2006/04/12 18:59:48 cloph 1.1.2.1: Issue number: #i59183# Submitted by: cloph add slackware-menus package

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c14ebbdce4f455ab3d8841f21cf563252be2ce8c]

        INTEGRATION: CWS ause070 (1.11.60); FILE MERGED 2006/10/18 15:15:34 hjs 1.11.60.3: #i70136# change check to work with configure default 2006/10/10 16:21:16 hjs 1.11.60.2: RESYNC: (1.11-1.13); FILE MERGED 2006/10/06 16:12:10 hjs 1.11.60.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8dbf787cc4ad1cde23384f9567044d855a1be04e]

        INTEGRATION: CWS cloph03 (1.1.2); FILE ADDED 2006/10/13 17:04:06 cloph 1.1.2.4: Issue number: #i59183# Submitted by: cloph create the tar in a way that it matches the very strict expectations of the slackware package-tools 2006/08/02 17:16:01 cloph 1.1.2.3: Issue number: #i59183# Submitted by: cloph align naming of the package with the other desktop-integration packages (use - instead of _) 2006/04/16 17:23:51 cloph 1.1.2.2: Issue number: #i59183# Submitted by: cloph Fix doinst.sh script (rm -rf is needed) and add ./ to tar... 2006/04/12 18:59:48 cloph 1.1.2.1: Issue number: #i59183# Submitted by: cloph add slackware-menus package

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4ceea67c07249268482936a48c4836083b401b59]

        INTEGRATION: CWS os71 (1.5.148); FILE MERGED 2006/03/08 08:16:55 os 1.5.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [baf8ce17de4f415258ddb3b806dcb2f5e6dfeeb6]

        INTEGRATION: CWS ause070 (1.20.48); FILE MERGED 2006/10/18 15:15:34 hjs 1.20.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:10 hjs 1.20.48.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d9d3639dcef25a4c763a12ad4c078bb37c9f718b]

        INTEGRATION: CWS basmgr01 (1.17.126); FILE MERGED 2006/09/28 20:19:43 fs 1.17.126.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b23f4c68c1ff09dea268fc826ea2d7c9e5152cca]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:53 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [7f7ec2ba476073148d0c723ac3b6754d3b3340ef]

        INTEGRATION: CWS ause070 (1.9.48); FILE MERGED 2006/10/18 15:15:34 hjs 1.9.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:09 hjs 1.9.48.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [134eda62c6d87751ae610391dee5269e936d34e4]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/10/04 12:33:48 fs 1.1.2.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:13:56 fs 1.1.2.1: #i69957# moved herein from sfx2/source/appl - script library containers

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d3d79776a051cad6081e26588eb24b7956c9215f]

        INTEGRATION: CWS ause070 (1.15.20); FILE MERGED 2006/10/18 15:15:33 hjs 1.15.20.2: #i70136# change check to work with configure default 2006/10/06 16:12:09 hjs 1.15.20.1: #i70136# local .ulf targets

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [917aab838b35c5037d9a69ccae7bdfc65c1f1842]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:21:55 fs 1.1.2.1: #i69957# sb library does provide UNO components now ...

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f09e6ef3ff3b5b25930d08cb159ebf62135c3eb6]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:21:29 fs 1.1.2.1: #i69957# sb library does provide UNO components now ...

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4d7215fa75a04392af7a6aca2ea32846387c58f5]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:21:42 fs 1.1.2.1: #i69957# sb library does provide UNO components now ...

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e7ced4c7b8e24898a185ec91c8d6728346d37c2c]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:52 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [57318c9249396898253ddc22b739f70c7ad9969e]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/10/04 12:33:48 fs 1.1.2.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:13:29 fs 1.1.2.1: #i69957# moved herein from sfx2/source/appl - base class for script/dialog library containers

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6586c6149a78b6b4428f434e72e682badc6ea11d]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:21:18 fs 1.1.2.1: #i69957# sb library does provide UNO components now ...

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8e66051bfeffc333360e0f3b98fb35b8489d63cf]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:14:18 fs 1.1.2.1: #i69957# moved herein from sfx2/source/appl - dialog library containers

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [bac980e95cdaeb0d529ebcd65be0215dc3b82dbc]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:51 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [391554aa3ba0044ec6c67d3951f16a6ad8e4356d]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:14:39 fs 1.1.2.1: #i69957# moved herein from sfx2/source/appl - script library containers

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6c79c4a27e2ffcbf5cc28b1fb3423291e964721b]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/09/28 20:15:09 fs 1.1.2.1: #i69957# moved herein from sfx2/source/inc - dialog library containers

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [74a03b308ece45e2e6def74d963ac84dcfc81cb0]

        INTEGRATION: CWS basmgr01 (1.6.38); FILE MERGED 2006/09/28 20:19:16 fs 1.6.38.1: #i69957# +basicmanagerrepository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4f74e5dd87ae39aba7b1b02cccd16637c94988e7]

        INTEGRATION: CWS basmgr01 (1.35.4); FILE MERGED 2006/10/04 12:55:28 fs 1.35.4.3: #i69957# removed some dead code 2006/10/04 12:32:50 fs 1.35.4.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:19:02 fs 1.35.4.1: #i69957# some refactoring (commented out dead code, moved methods to private)

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [78417762a44167bf9dca83a840ad5059c775b0e9]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:50 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [56c117ee5351428a1b234a58eab5ccf343e78a11]

        INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED 2006/10/06 21:09:16 fs 1.1.2.3: EndListening - remove too-strong assertion 2006/10/04 12:32:49 fs 1.1.2.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:11:26 fs 1.1.2.1: #i69957# repository for BasicManager instances

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [de3443ac97cad5d64b3dcad5eb564e699deede7f]

        INTEGRATION: CWS basmgr01 (1.14.186); FILE MERGED 2006/09/28 20:20:17 fs 1.14.186.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [21bd23b51457e44aeb7a3bc554edc8c6f4e5cd70]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:49 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [226b53c3fd340293638fa877db16c9aaa6afaf40]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:48 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1e7bc5482f58d8ecc4beb9373fbe6bb73321a83e]

        INTEGRATION: CWS basmgr01 (1.10.126); FILE MERGED 2006/10/04 12:51:48 fs 1.10.126.1: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b965238af493d5c81caa79cd28ca87e21693fa61]

        INTEGRATION: CWS basmgr01 (1.7.128); FILE MERGED 2006/10/04 12:51:47 fs 1.7.128.1: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fb6437e907d0380d1ded86edf726f4be7985ee64]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:47 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4f4e95facf715924a31c04295e2e2fe0a7389ea3]

        INTEGRATION: CWS basmgr01 (1.7.126); FILE MERGED 2006/10/04 12:51:47 fs 1.7.126.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:26:46 fs 1.7.126.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d0ba9339d9592899ff031338e547882cae70a41d]

        INTEGRATION: CWS basmgr01 (1.8.126); FILE MERGED 2006/10/04 12:51:47 fs 1.8.126.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository 2006/09/28 20:26:46 fs 1.8.126.1: #i69957#

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c734a447ad1c2a3c0f4c6c33351fd5730a9dafe1]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:46 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [980378bb2e3de56f6a68d8d4ff36384e67e0edeb]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:45 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [ab557d87349e51d393349f030f499f145230f6d6]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:44 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [99d9d67b268aeea30a65cb190861780a06d94510]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:43 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b0144060243f6afe8dd2f5cc0f54d132f90dc3cb]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:42 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [80f6482ff50a92511fd694befd911d3a4ddb01aa]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:41 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d0197378e7a9cd6b8733d2c0d31e1d09029d4af4]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:40 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [68c62e8898c5ff057948fb03e1b1486d7106f1c1]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:39 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [076565ee0c89ff9ce958e6ae7b1de25edfa12547]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/15 10:53:08 os 1.6.146.1: #i58773# binary filters in SW/Web need 3RDPARTYFILTER flag and correct detect service

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fc03615047b1685bc11ebc7c2ecc48b3facf6d72]

        INTEGRATION: CWS os71 (1.7.146); FILE MERGED 2006/03/15 10:53:08 os 1.7.146.1: #i58773# binary filters in SW/Web need 3RDPARTYFILTER flag and correct detect service

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4f3b345ae16e3ff4b574d6572474e90b8f69cf78]

        INTEGRATION: CWS os71 (1.7.146); FILE MERGED 2006/03/15 10:53:07 os 1.7.146.1: #i58773# binary filters in SW/Web need 3RDPARTYFILTER flag and correct detect service

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [05bf88541e15cf61111ca7788fd18ce1b4531ee6]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:38 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b462f9ab0e852f4ba21dfd2da45313a290866c30]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:37 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e2ba7b07c167da02a2ecabf93d4846d2be082d6a]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:36 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [a342acb071b6c6c92742259d8f811953c2e8367a]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:35 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [fe71888276e9accd2d1352cb6ccb1a1e70ced9e1]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:34 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [4b5362886f0c01d677960cc4742163df0d8c34a3]

        INTEGRATION: CWS os71 (1.6.146); FILE MERGED 2006/03/08 08:16:33 os 1.6.146.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [1b77f41327437b5f8285aeb77fcb28c10b175c27]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:33 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [99e3dab1e7f8533a7b91edbe5148644665f98a11]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:32 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [cf17370d84119644174c942e7ab24fc90f8c26ab]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:31 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [d512c095d275410447fe193914f97e7c17bfbece]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:30 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [9b1bae6bfeed1a154d66ae765b6952b56f59ec93]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:29 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f10f0b931647478e0cf4bf65814356215cab401c]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:28 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [112dff4fe39e83395e22f7e3949c48b21f398921]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:27 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [539ea4cf1326b128310c0b511eb5953ca3103ce3]

        INTEGRATION: CWS os71 (1.7.148); FILE MERGED 2006/03/08 08:16:26 os 1.7.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [3ed6654d8092ac6dc528ca17716e38590b253b58]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:25 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [615571c2bcaaf34d458e8bdde8b4999197e24c54]

        INTEGRATION: CWS os71 (1.7.148); FILE MERGED 2006/03/08 08:16:24 os 1.7.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [c70f7d5e81e5cb67f149b510efefef72028b3b16]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:24 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [f747fc148436aa2eb9908f49f5b90a6ad02e3085]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:23 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [b4b2c869226c7d764ae74167ada7be5b3511de92]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:22 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [63cf75f1235b262b72fe83e32e1bb576356d5950]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:21 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [e34007b907e6689897cad3d9f5330c54df3828be]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:20 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [6bb2409d5ba3338ba953b92d7838e4b1cbccee05]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:19 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [8083dd7afd26aaf19edf68ea0add7feabad49292]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:18 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Kurt Zenker  <kz@openoffice.org>  [727a5a2a6061054fd38e5090ab313ac5d3ac6d47]

        INTEGRATION: CWS os71 (1.6.148); FILE MERGED 2006/03/08 08:16:17 os 1.6.148.1: #i58773# moved legacy filters from sw to binfilter

2006-11-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [661e56818f95219827faec5fb5a0ee1d3910a146]

        new: WW8Stream::dump

2006-11-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [d2f433c1d8413766f30dc313a84bfcc8f6f0a61e]

        send 0x1 after picture

2006-11-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [d54645e51d572feb7cea8c7a1300b6de51e0c788]

        new: WW8StreamImpl::dump

2006-11-08  Henning Brinkmann  <hbrinkm@openoffice.org>  [ea1c17c94d9ed09921096567d1d176dfcdf349f9]

        corrected offset in GraphicImport

2006-11-07  Armin Weiss  <aw@openoffice.org>  [57aa8ecd2381662ca1a5623d9efdd5e3ef0b9656]

        #i39532# changed various aspevcts of XPrimitive2D implementations

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [93e71cabad7eb71bbc4b77c984cbcfb2224d77fe]

        INTEGRATION: CWS gtkquickstart2 (1.43.156); FILE MERGED 2006/10/20 11:07:14 mmeeks 1.43.156.1: Issue number: i#70644# Submitted by: mmeeks Disable gtk quick-starter by default.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [f176c42bb47b76467999c4cb2d38ee565881fe33]

        INTEGRATION: CWS gtkquickstart2 (1.211.30); FILE MERGED 2006/10/30 16:52:22 mmeeks 1.211.30.2: Issue number: i#70539# Submitted by: cloph Reviewed by:  mmeeks Fix silly wrt. disabling libegg build 2006/10/20 11:07:14 mmeeks 1.211.30.1: Issue number: i#70644# Submitted by: mmeeks Disable gtk quick-starter by default.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [05bdfac87a4b81d438714361aed2364ffaffe31c]

        INTEGRATION: CWS gtkquickstart2 (1.44.18); FILE MERGED 2006/10/26 11:54:11 pmladek 1.44.18.1: #i70644# add the dependency on ENABLE_SYSTRAY_GTK also for  sfx2/util/makefile.mk

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [f3e5877353886503678992ed07ef8b153bf1433e]

        INTEGRATION: CWS gtkquickstart2 (1.3.18); FILE MERGED 2006/10/30 17:25:46 mmeeks 1.3.18.6: Skeleton of improved behavior. 2006/10/26 12:05:10 pmladek 1.3.18.5: #i68657# incomplete function header 2006/10/24 14:11:30 mmeeks 1.3.18.4: Submitted by: tml Reviewed by:  mmeeks remove G_GNUC_UNUSED calls and arg. names too 2006/10/20 10:30:42 mmeeks 1.3.18.3: Issue number: i#70550# Submitted by: mmeeks Fix string / behavior of disabling systray quickstarter. 2006/10/20 10:10:31 mmeeks 1.3.18.2: Issue number: i#70539# Submitted by: mmeeks Fix OSX build (really a tangled config_office issue) 2006/10/19 15:57:05 mmeeks 1.3.18.1: Issue number: i#68657# Submitted by: mmeeks Fix various bugs, popup menu position, transparency etc.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [b0b43a618f9ce8a95b1646d4001c0821c5aad641]

        INTEGRATION: CWS gtkquickstart2 (1.20.18); FILE MERGED 2006/10/20 13:50:12 mmeeks 1.20.18.2: Issue number: i#70620# Submitted by: mmeeks Fix veto'ing and sensitivity of setting in option dialog if not available. 2006/10/19 15:57:05 mmeeks 1.20.18.1: Issue number: i#68657# Submitted by: mmeeks Fix various bugs, popup menu position, transparency etc.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [9ae286bc0301403924be5a5bdb7a29628c907469]

        INTEGRATION: CWS gtkquickstart2 (1.49.18); FILE MERGED 2006/10/31 11:01:49 mmeeks 1.49.18.4: Submitted by: mmeeks Reviewed by:  pmladek Revert minor locking behavior change. 2006/10/20 14:21:03 mmeeks 1.49.18.3: Issue number: i#70620# Submitted by: mmeeks fix build with code disabled. 2006/10/20 13:50:12 mmeeks 1.49.18.2: Issue number: i#70620# Submitted by: mmeeks Fix veto'ing and sensitivity of setting in option dialog if not available. 2006/10/19 15:57:05 mmeeks 1.49.18.1: Issue number: i#68657# Submitted by: mmeeks Fix various bugs, popup menu position, transparency etc.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [75c7a0730d3dc8f186c44921ad08fecac1839f60]

        INTEGRATION: CWS gtkquickstart2 (1.44.18); FILE MERGED 2006/10/20 11:02:19 mmeeks 1.44.18.2: Issue: i#70644# Disable quickstarter by default (Sun build), and add configure option to disable it too 2006/10/20 10:10:31 mmeeks 1.44.18.1: Issue number: i#70539# Submitted by: mmeeks Fix OSX build (really a tangled config_office issue)

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [961c61cbd92ca36740d2f84f733e18438ae969cc]

        INTEGRATION: CWS gtkquickstart2 (1.67.32); FILE MERGED 2006/10/20 13:50:11 mmeeks 1.67.32.1: Issue number: i#70620# Submitted by: mmeeks Fix veto'ing and sensitivity of setting in option dialog if not available.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [d255ef832046e308def99dd35bf8f082dae778e7]

        INTEGRATION: CWS gtkquickstart2 (1.111.18); FILE MERGED 2006/10/20 10:30:41 mmeeks 1.111.18.4: Issue number: i#70550# Submitted by: mmeeks Fix string / behavior of disabling systray quickstarter. 2006/10/20 10:10:30 mmeeks 1.111.18.3: Issue number: i#70539# Submitted by: mmeeks Fix OSX build (really a tangled config_office issue) 2006/10/20 08:22:56 mkretzschmar 1.111.18.2: Issue number: i#68657# Submitted by: mkretzschmar Shorter German menu item label 2006/10/19 15:57:04 mmeeks 1.111.18.1: Issue number: i#68657# Submitted by: mmeeks Fix various bugs, popup menu position, transparency etc.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [e17b137585e5b576e24bf78acbc30119d3f32715]

        INTEGRATION: CWS gtkquickstart2 (1.39.2); FILE MERGED 2006/10/19 15:57:04 mmeeks 1.39.2.1: Issue number: i#68657# Submitted by: mmeeks Fix various bugs, popup menu position, transparency etc.

2006-11-07  Rüdiger Timm  <rt@openoffice.org>  [5375ab2bc92c77a84fb663eb2c1d440147c24ab3]

        #i71280# Forward successfull terminate call to OpenClients to prevent opening default document (fix by CD).

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [8988f9f50e699726889b6926ea7251488cd124b8]

        INTEGRATION: CWS gtkquickstart2 (1.11.18); FILE MERGED 2006/10/31 16:21:24 pmladek 1.11.18.1: #i70644# build libegg only when systray quickstarter is enabled

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [12c11539ab6004e25eff5b67ebca8860a4ddcb08]

        INTEGRATION: CWS gtkquickstart2 (1.118.10); FILE MERGED 2006/10/20 11:02:19 mmeeks 1.118.10.1: Issue: i#70644# Disable quickstarter by default (Sun build), and add configure option to disable it too

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [f949b3b5b3994cc851122f86069599412a86a6c2]

        INTEGRATION: CWS gtkquickstart2 (1.181.6); FILE MERGED 2006/10/31 16:21:24 pmladek 1.181.6.3: #i70644# build libegg only when systray quickstarter is enabled 2006/10/24 18:18:12 pmladek 1.181.6.2: #i70644# fix typo; ENABLE_SYSTRAY_UNX was used instead of ENABLE_SYSTRAY_GTK on two locations 2006/10/20 11:02:19 mmeeks 1.181.6.1: Issue: i#70644# Disable quickstarter by default (Sun build), and add configure option to disable it too

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [125b8f07f8d558e04015f5956308723a7792901d]

        INTEGRATION: CWS gtkquickstart2 (1.1.4); FILE MERGED 2006/10/26 12:12:49 pmladek 1.1.4.3: #i68657# small typo in eggtrayicon.c 2006/10/19 15:42:29 mmeeks 1.1.4.2: Issue number: i#70607# Submitted by: mmeeks bin hedabu, clean a warning 2006/10/19 15:37:11 mmeeks 1.1.4.1: Issue number: i#68657# Submitted by: mmeeks Add transparency code.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [d0b6b890fac919250209fc7a3ebb63fa7a76b965]

        INTEGRATION: CWS gtkquickstart2 (1.2.4); FILE MERGED 2006/10/19 15:42:29 mmeeks 1.2.4.1: Issue number: i#70607# Submitted by: mmeeks bin hedabu, clean a warning

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [75b20740c97bc81109c9fbfaf35ec25d2f3008e0]

        INTEGRATION: CWS gtkquickstart2 (1.1.2); FILE ADDED 2006/10/19 15:35:40 mmeeks 1.1.2.1: Issue number: i#70613# Submitted by: mmeeks add README

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [680e7741b71cea8794fcfb90aef8608adfaca629]

        INTEGRATION: CWS fwk55 (1.28.40); FILE MERGED 2006/10/25 09:38:20 as 1.28.40.1: #i69964# catch unexpected exceptions if file does not provide storages

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [841bf692f01029625877ee9eae1f2ed98a11e56a]

        INTEGRATION: CWS fwk55 (1.20.8); FILE MERGED 2006/10/23 07:35:30 pb 1.20.8.1: fix: #i67976# made code safer

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [82a430b7eb62b0db14c7ab700331c266ce8603a8]

        INTEGRATION: CWS fwk55 (1.53.4); FILE MERGED 2006/10/20 16:23:10 mba 1.53.4.1: #i64385#: allow to open backing window from command line

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [432b1e476c3e7efa124d60af68ab53f311cff6d1]

        INTEGRATION: CWS fwk55 (1.197.4); FILE MERGED 2006/10/20 16:23:10 mba 1.197.4.1: #i64385#: allow to open backing window from command line

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [c1a24809b6db429dbe2713abc1339096dd5355d5]

        INTEGRATION: CWS fwk55 (1.117.8); FILE MERGED 2006/10/20 10:59:37 mav 1.117.8.1: #134459# prevent reentrance problem

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [e369f31915eb296f1a18c481fcd82f8733cd0958]

        INTEGRATION: CWS fwk55 (1.31.8); FILE MERGED 2006/10/25 09:13:24 mav 1.31.8.1: #142545# fix crash

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [22aff5d8f4de720c8290c781c0d92a7fe1e01e37]

        INTEGRATION: CWS vq39 (1.2.16); FILE MERGED 2006/11/03 03:05:13 vq 1.2.16.1: #i71114# Add missing pch includes.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [766c093532f629454afa63a38fbb953d060feae1]

        INTEGRATION: CWS fwk55 (1.16.66); FILE MERGED 2006/10/25 14:48:52 pb 1.16.66.2: fix: #i70627# new version 2.1 2006/10/24 12:34:50 pb 1.16.66.1: fix: use variable $(VER) for version text

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [f1c1e969477c4b5c5d54ce9cd8f3116b42a2ec4b]

        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>  [0dcf3fa0899a818613fdf9b7ba0f64d49e70e453]

        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>  [dbd046e368c19643b5402f05bcaa49a63034976f]

        INTEGRATION: CWS fwk55 (1.16.8); FILE MERGED 2006/10/25 10:10:59 pb 1.16.8.1: fix: #142523# show AutoText only if Writer is installed

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [b0248c90791b92aa9ab51c948b05aa4575e671ab]

        INTEGRATION: CWS fwk55 (1.7.8); FILE MERGED 2006/10/23 07:16:11 pb 1.7.8.1: fix: #i68018# EnableRemoveButton() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [824201ab35fdd59578e23656b57b0919d830d0ea]

        INTEGRATION: CWS fwk55 (1.15.8); FILE MERGED 2006/10/23 07:16:50 pb 1.15.8.1: fix: #i68018# disable RemoveButton if no entry is selected

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [54e774cd73d5daf7ee66d2e79316b63f902a7e29]

        INTEGRATION: CWS fwk55 (1.5.8); FILE MERGED 2006/10/24 09:53:42 pb 1.5.8.1: fix: #128598# IconChoicePage/Dialog::QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [423f066a178c96b12231f7baa5989cd5b9350f3f]

        INTEGRATION: CWS pure01 (1.13.310); FILE MERGED 2006/11/06 12:21:55 sparcmoz 1.13.310.1: #70684# invalid pure specifier (only = 0 is allowed)

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [c72182032a841eb8ee01fe06898d2466ab8e8714]

        INTEGRATION: CWS fwk55 (1.20.8); FILE MERGED 2006/10/24 09:53:42 pb 1.20.8.1: fix: #128598# IconChoicePage/Dialog::QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [31feedc9dd52abc316ded4e2819df6ceb890ad66]

        INTEGRATION: CWS fwk55 (1.19.58); FILE MERGED 2006/10/24 09:49:19 pb 1.19.58.1: fix: #128598# SfxChildWindow::QueryClose() overloaded

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [5fa27139a9ae5c58c3564e82dab972b636af7057]

        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>  [0d9fcd111c7badb7a93b575191b39ad8b96da7a8]

        INTEGRATION: CWS fwk55 (1.5.8); FILE MERGED 2006/10/24 09:50:46 pb 1.5.8.1: fix: #128598# Disable/QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [d3fd833be0fbc121c36e7e0b14d6b1ccd238f196]

        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>  [62d0e53cd4edebef7c53baa3ed7c5207ba1df5dd]

        INTEGRATION: CWS fwk55 (1.31.8); FILE MERGED 2006/10/25 11:22:26 mav 1.31.8.3: fix warning 2006/10/24 10:35:20 pb 1.31.8.2: fix: #128598# DisableClose() while EventDlg is running 2006/10/24 09:52:16 pb 1.31.8.1: fix: #128598# QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [a6ae8c1fa276fb97b93a38cb08be87a357c61356]

        INTEGRATION: CWS fwk55 (1.25.8); FILE MERGED 2006/10/24 09:57:20 pb 1.25.8.1: fix: #128598# DisableClose() while File/FolderPicker is running

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [18c72531304e2755a77f79fd38205894fe1f43c2]

        INTEGRATION: CWS vq39 (1.2.26); FILE MERGED 2006/11/03 04:47:49 vq 1.2.26.1: #i71114# Add missing pch includes.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [318e8615069c3ffba63a67b6012e1a43baf31ea5]

        INTEGRATION: CWS fwk55 (1.36.6); FILE MERGED 2006/10/24 09:57:20 pb 1.36.6.1: fix: #128598# DisableClose() while File/FolderPicker is running

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [7655baf12a225fe63b7d3e2124c0d11de968738f]

        INTEGRATION: CWS fwk55 (1.22.8); FILE MERGED 2006/10/24 09:46:33 pb 1.22.8.1: fix: #128598# AbstractSvxHpLinkDlg_Impl::QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [d872d6bb7bcf7edc8f702c0269ebf4a95c08738e]

        INTEGRATION: CWS vq39 (1.2.26); FILE MERGED 2006/11/03 04:47:48 vq 1.2.26.1: #i71114# Add missing pch includes.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [2e9da07bd8eaa85476fb352e379acbcd43946dd2]

        INTEGRATION: CWS fwk55 (1.31.8); FILE MERGED 2006/10/24 09:47:37 pb 1.31.8.1: fix: #128598# AbstractSvxHpLinkDlg_Impl::QueryClose() added

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [3fc0ad08c7cc2d83f3be226ce7a3c49530ec4ede]

        INTEGRATION: CWS pure01 (1.6.8); FILE MERGED 2006/11/06 12:14:48 sparcmoz 1.6.8.1: #70684# invalid pure specifier (only = 0 is allowed)

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [411e100e67b4cbfff3a5a6ed0df4ee1d2fa0c7a3]

        INTEGRATION: CWS fwk55 (1.8.598); FILE MERGED 2006/10/24 09:44:58 pb 1.8.598.1: fix: #128598# SfxChildWindow::QueryClose() overloaded

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [00f298cd6ce092d3f5394394bd5480b68cfdfa26]

        INTEGRATION: CWS vq39 (1.2.12); FILE MERGED 2006/11/03 13:44:26 vq 1.2.12.1: #i71114# Add missing pch includes.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [272acde86b0b0c31779d60b5d296ba6a03acdba7]

        INTEGRATION: CWS vq39 (1.12.10); FILE MERGED 2006/11/03 13:53:14 vq 1.12.10.1: #i71074# Make pch builds saver in parallel builds.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [bb2674ad13a501a63df8637c6868c8428530c97c]

        INTEGRATION: CWS vq39 (1.76.10); FILE MERGED 2006/11/03 13:53:14 vq 1.76.10.1: #i71074# Make pch builds saver in parallel builds.

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [a96a317e50a28da245dccbeb66b2cd44346c4cea]

        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-07  Kurt Zenker  <kz@openoffice.org>  [be561315478a44746f398aed1a854f901f4a4bd8]

        INTEGRATION: CWS fwk55 (1.43.6); FILE MERGED 2006/10/20 13:27:41 cd 1.43.6.1: #i66236# Don't apply settings from item container, if menu has been opened by user

2006-11-07  Kurt Zenker  <kz@openoffice.org>  [380061a7235c4bd4150f6db4912997f4934251b9]

        INTEGRATION: CWS fwk55 (1.16.82); FILE MERGED 2006/10/20 13:27:31 cd 1.16.82.1: #i66236# Don't apply settings from item container, if menu has been opened by user

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [671adc0da85f62a0f82ff7f50698386046f141df]

        INTEGRATION: CWS jsc14 (1.3.16); FILE MERGED 2006/10/24 09:57:40 jl 1.3.16.1: #i69878# new versions for assemblies and policy files

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8d5f3d7997cdc98bee27bbd6721e2a0aea183043]

        INTEGRATION: CWS jsc14 (1.4.32); FILE MERGED 2006/10/24 09:57:40 jl 1.4.32.1: #i69878# new versions for assemblies and policy files

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [3a5190b782494192a8e573019ccfcc3b64ca5062]

        INTEGRATION: CWS jsc14 (1.16.8); FILE MERGED 2006/10/30 11:09:45 jsc 1.16.8.1: #i70996# exchange the makefile

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [88a569437a647096a34cc335f1ad1699ecf39491]

        INTEGRATION: CWS jsc14 (1.6.14); FILE MERGED 2006/10/25 08:52:30 jsc 1.6.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [068e2bdf9dd3f01f348fd7432d66418470a4d35f]

        INTEGRATION: CWS jsc14 (1.7.14); FILE MERGED 2006/10/25 08:52:30 jsc 1.7.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f073e10e2e3498abe4798a5af1bd4aa726957ac7]

        INTEGRATION: CWS jsc14 (1.5.14); FILE MERGED 2006/10/25 08:52:29 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [fdcf3585ba8a48ca1e45df6e2710b98a1aad8c93]

        INTEGRATION: CWS jsc14 (1.9.104); FILE MERGED 2006/10/25 08:52:29 jsc 1.9.104.1: #i70636# remove auto generated precompiled header include

2006-11-06  Oliver Specht  <os@openoffice.org>  [ebdf9588a2b47065f52c3f94fbf1b71e21191303]

        Graphic import

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [548e6a5ebe785c6844ae52737e8471bf7c926b87]

        INTEGRATION: CWS jsc14 (1.3.14); FILE MERGED 2006/10/25 08:52:29 jsc 1.3.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [dbb268b4b90fe7df34c833ff98a54e4ab6c56235]

        INTEGRATION: CWS jsc14 (1.3.14); FILE MERGED 2006/10/25 08:52:28 jsc 1.3.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [79b888e4da86e0110134faf5191e5f98d1525654]

        INTEGRATION: CWS jsc14 (1.11.14); FILE MERGED 2006/10/25 08:52:28 jsc 1.11.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f0db63e81eef255083b6795640043f99683248e9]

        INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED 2006/10/25 08:52:27 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b9c876171dcddd6257297916b3872f91fe01b345]

        INTEGRATION: CWS jsc14 (1.5.14); FILE MERGED 2006/10/25 08:52:27 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [de7528c05c54481b3e4a1c1fb5f88413dc216c95]

        INTEGRATION: CWS jsc14 (1.6.14); FILE MERGED 2006/10/25 08:52:26 jsc 1.6.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4a804e047ece411e7d2aa622da7757ee1d02dc04]

        INTEGRATION: CWS jsc14 (1.7.14); FILE MERGED 2006/10/25 08:52:26 jsc 1.7.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [105dd4d77fc9c4d64c876610560ae5443f15d045]

        INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED 2006/10/25 08:52:26 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [826fce6c3d37e59d710c9fe3d77ea3a130fa2cdf]

        INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED 2006/10/25 08:52:25 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [758e7f44b914ccb4ea54a216a82e10959a9917ab]

        INTEGRATION: CWS jsc14 (1.5.14); FILE MERGED 2006/10/25 08:52:25 jsc 1.5.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Oliver Specht  <os@openoffice.org>  [49dc85c2cb521eb61880d405adc661c00df9fda0]

        Graphic import

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b33a4ce65c13070227605f6b7d782450ef6fec8c]

        INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED 2006/10/25 08:52:24 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b5d4023e2dda63a4bc9c863f5cb5f04ff3edc632]

        INTEGRATION: CWS jsc14 (1.6.14); FILE MERGED 2006/10/25 08:52:24 jsc 1.6.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [42abada5a52b4d9a2ee5352d840933f35a5ef1e3]

        INTEGRATION: CWS jsc14 (1.7.14); FILE MERGED 2006/10/25 08:52:23 jsc 1.7.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8afa1339fc6e05410de7e12f9ae42e188a6b41d3]

        INTEGRATION: CWS jsc14 (1.4.14); FILE MERGED 2006/10/25 08:52:23 jsc 1.4.14.1: #i70636# remove auto generated precompiled header include

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [89c1cf3bf82d7bd9c4b9c7690344b4ae6565722c]

        INTEGRATION: CWS jsc14 (1.8.74); FILE MERGED 2006/10/25 15:06:28 jsc 1.8.74.1: #i69153# change /usr/bin/csh to /bin/csh

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f9c294430ff0108010c10b905c8761f6ae4b3c62]

        INTEGRATION: CWS jsc14 (1.2.168); FILE MERGED 2006/10/24 14:14:38 jsc 1.2.168.1: #i65331# update image

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0979b3442844f92fbe27b9205641a47b22e01a80]

        INTEGRATION: CWS jsc14 (1.4.140); FILE MERGED 2006/10/27 15:49:57 jsc 1.4.140.1: #i65331# adapt image sizes to new bitmap

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0fe78bb664755cec61f15e5a5c709d7fdf7a4bbb]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 13:00:33 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5b94d6450918e7f21f282ea54cd54eee7136bb55]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 13:00:24 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [57420a7fa7310744f61a13145e4e6d14fa235541]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 13:00:13 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [829928ff70e74bed1f274d5ccabd3c57f1c2d8f9]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 12:59:54 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [3b929bb757696d8f409ad6568a19419e8052664b]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 12:59:44 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b7e70b8434df9a60f20f41b5477800ff940d4a8f]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 13:00:03 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [fda743d714943a5073cbf0fc00d54c3bd6062f88]

        INTEGRATION: CWS sb63 (1.1.2); FILE ADDED 2006/10/24 12:59:34 sb 1.1.2.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0696523c4862b3081bbc8c69481cce4f85e92842]

        INTEGRATION: CWS jsc14 (1.5.62); FILE MERGED 2006/10/25 14:53:20 jsc 1.5.62.2: #i70808# update to released type library from OO.org2.0.4 2006/10/25 14:44:15 jsc 1.5.62.1: #i70808# update to released type library from OO.org2.0.4

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [6a89fc264adefb31cfc3564a7d31d5900114e96a]

        INTEGRATION: CWS sb63 (1.2.44); FILE MERGED 2006/10/24 12:59:03 sb 1.2.44.1: #i70774# Added OpenOffice.org-minimal-version dependency tests.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [ce78c7358a78dc739f4298a6d8be07bfc2c8c255]

        INTEGRATION: CWS sb63 (1.14.6); FILE MERGED 2006/10/24 13:03:21 sb 1.14.6.1: #i70774# Added OpenOffice.org-minimal-version dependency.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [d0a8d9add3cee0b539b9793e843b6dfaff9e9ae8]

        INTEGRATION: CWS jsc14 (1.7.206); FILE MERGED 2006/10/25 10:06:27 jsc 1.7.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [882682286a30fd58a82bbf419824d953f9d822d3]

        INTEGRATION: CWS sb63 (1.10.16); FILE MERGED 2006/10/24 13:03:21 sb 1.10.16.1: #i70774# Added OpenOffice.org-minimal-version dependency.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [c02717a1ce3e57ce247f7ab38ca16330d3602e82]

        INTEGRATION: CWS jsc14 (1.9.206); FILE MERGED 2006/10/25 10:06:26 jsc 1.9.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [1a54cb1696218f50b7520f15ff0fa345badd045f]

        INTEGRATION: CWS sb63 (1.2.16); FILE MERGED 2006/10/24 13:03:07 sb 1.2.16.1: #i70774# Added OpenOffice.org-minimal-version dependency; fixed error in getElement.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [c2213db9ed70c1fd546482d22e36e4029c10aa45]

        INTEGRATION: CWS tl28 (1.169.24); FILE MERGED 2006/10/25 13:40:41 tl 1.169.24.2: RESYNC: (1.169-1.170); FILE MERGED 2006/09/20 11:55:50 hbrinkm 1.169.24.1: #i42685# applied patch

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a653f32e5c151fd25145a0919616774159ad3cfb]

        INTEGRATION: CWS jsc14 (1.3.206); FILE MERGED 2006/10/25 10:06:26 jsc 1.3.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [790c06f648388957b5b4e69e2cfe3b4086ea3252]

        INTEGRATION: CWS sb63 (1.2.16); FILE MERGED 2006/10/24 13:03:21 sb 1.2.16.1: #i70774# Added OpenOffice.org-minimal-version dependency.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [bf85a2f77265331f0f7c9d241b5b017e34041bb8]

        INTEGRATION: CWS jsc14 (1.19.184); FILE MERGED 2006/10/25 10:06:26 jsc 1.19.184.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5aa3e02897a5dd3c922f669a39440338c8ca39d5]

        INTEGRATION: CWS tl28 (1.77.26); FILE MERGED 2006/10/25 13:40:13 tl 1.77.26.2: RESYNC: (1.77-1.79); FILE MERGED 2006/09/04 09:29:06 hbrinkm 1.77.26.1: #i65601# correct wrong check for numbering level

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4f8c17f4e1a10db8d386a675fc5a5bf520558156]

        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>  [925839ead533f4c6ef36646ba421548f298648b8]

        INTEGRATION: CWS jsc14 (1.7.206); FILE MERGED 2006/10/25 10:06:25 jsc 1.7.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5b940c679b16e9fd56040ea36703e86170c685c7]

        INTEGRATION: CWS tl28 (1.145.26); FILE MERGED 2006/10/25 13:39:55 tl 1.145.26.2: RESYNC: (1.145-1.146); FILE MERGED 2006/09/20 11:55:50 hbrinkm 1.145.26.1: #i42685# applied patch

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f27d465f6ee3cc7b9586c77656f4ecaa2b489c44]

        INTEGRATION: CWS sb63 (1.5.6); FILE MERGED 2006/10/20 08:18:18 sb 1.5.6.1: #i62636# Patch by vq: improved error reporting.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a47a9e0cabe513146297e97b9259219ced87a5cf]

        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>  [272e645365d050669b8e67d00adea890a8feb523]

        INTEGRATION: CWS sloveniantemplates01 (1.2.56); FILE MERGED 2006/10/13 12:51:42 pjanik 1.2.56.1: #i70022#: Update Slovenian palette files.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [080b526cede6dab7c76d0757de1369f6c4f106c6]

        INTEGRATION: CWS jsc14 (1.16.56); FILE MERGED 2006/10/25 10:06:25 jsc 1.16.56.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0007a5cd0f2c7c3b4efb2be5f601981757d13429]

        INTEGRATION: CWS tl28 (1.169.24); FILE MERGED 2006/10/26 15:17:50 hbrinkm 1.169.24.3: #b6482954# 2006/10/25 13:39:48 tl 1.169.24.2: RESYNC: (1.169-1.172); FILE MERGED 2006/09/20 11:55:49 hbrinkm 1.169.24.1: #i42685# applied patch

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [44c82bce3c154e0f4fd45d96e8ac111670186e46]

        INTEGRATION: CWS sb63 (1.12.158); FILE MERGED 2006/10/02 11:51:09 sb 1.12.158.1: #i62310# Fixed aImplSJISDBCSEUDCTab.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [3c477408972785ade68e0762cf5f4664740d3a26]

        INTEGRATION: CWS jsc14 (1.20.166); FILE MERGED 2006/10/25 10:06:24 jsc 1.20.166.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f339016791ed93b6bf74128233ce77455d4d0fff]

        INTEGRATION: CWS tl28 (1.85.24); FILE MERGED 2006/10/25 13:38:04 tl 1.85.24.2: RESYNC: (1.85-1.86); FILE MERGED 2006/09/20 11:55:49 hbrinkm 1.85.24.1: #i42685# applied patch

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e448c2cbc2ee91afd563156101f6754274c299f7]

        INTEGRATION: CWS sloveniantemplates01 (1.2.56); FILE MERGED 2006/10/13 12:51:41 pjanik 1.2.56.1: #i70022#: Update Slovenian palette files.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [44101ec67895d9c0c0c0d46b6a735f44ab5ace3b]

        INTEGRATION: CWS jsc14 (1.10.206); FILE MERGED 2006/10/25 10:06:24 jsc 1.10.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [7eabec8f9773f4921068b44dd25b4493e53be122]

        INTEGRATION: CWS sb63 (1.8.12); FILE MERGED 2006/10/02 11:51:08 sb 1.8.12.1: #i62310# Fixed aImplSJISDBCSEUDCTab.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [bfc4de4e7dabf4c6c705ee268bc51c1928ae75db]

        INTEGRATION: CWS tl28 (1.13.26); FILE MERGED 2006/10/12 14:09:09 hbrinkm 1.13.26.1: #i42103# applied patch from tonno

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e56f10ea4c0258cf4442621dc4f91919c832289f]

        INTEGRATION: CWS jsc14 (1.6.206); FILE MERGED 2006/10/25 10:06:24 jsc 1.6.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e18eebadbb5c88381280b36655cf1d8ed528b3e5]

        INTEGRATION: CWS tl28 (1.33.26); FILE MERGED 2006/10/25 13:33:17 tl 1.33.26.2: RESYNC: (1.33-1.34); FILE MERGED 2006/10/12 14:09:08 hbrinkm 1.33.26.1: #i42103# applied patch from tonno

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [69d556a0f1de754a5c5ae697b2d90346fa61cd44]

        INTEGRATION: CWS sb63 (1.11.12); FILE MERGED 2006/10/23 12:26:23 sb 1.11.12.1: #i68293# URL schemes have to be treated case insensitive.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [21a2c306090a6ad254619c4ce2297991491aafa8]

        INTEGRATION: CWS vclshowstop07 (1.4.554); FILE MERGED 2006/10/24 16:48:03 pl 1.4.554.1: #i67293# workaround broken MultiLineEdit focus handling

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [822bea051c97614618ce53750fb788acbf06e00d]

        INTEGRATION: CWS jsc14 (1.9.204); FILE MERGED 2006/10/25 10:06:23 jsc 1.9.204.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [32d0d189581ed18252cab5ac6239bced5cba460a]

        INTEGRATION: CWS vclshowstop07 (1.8.54); FILE MERGED 2006/10/24 16:48:03 pl 1.8.54.1: #i67293# workaround broken MultiLineEdit focus handling

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [eec75490a11d71ba3155fc5a1dddbaa1aaf7d3c2]

        INTEGRATION: CWS tl28 (1.17.26); FILE MERGED 2006/10/25 13:32:46 tl 1.17.26.2: RESYNC: (1.17-1.18); FILE MERGED 2006/10/12 14:09:08 hbrinkm 1.17.26.1: #i42103# applied patch from tonno

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a5e9728362d7e6a2fbd4b11bbe00dff6711e83fd]

        INTEGRATION: CWS sb63 (1.30.48); FILE MERGED 2006/10/20 07:48:48 sb 1.30.48.1: #i54121# Patch by pmladek: do not run crash_report when it is not built.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f06d1d46e78a59752b7cace3d09182ee49d8823d]

        INTEGRATION: CWS jsc14 (1.4.206); FILE MERGED 2006/10/25 10:06:23 jsc 1.4.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e221fa004ea473edd0b4447ee434dc11c6d83131]

        INTEGRATION: CWS tl28 (1.61.24); FILE MERGED 2006/10/25 13:32:10 tl 1.61.24.2: RESYNC: (1.61-1.62); FILE MERGED 2006/10/12 14:09:08 hbrinkm 1.61.24.1: #i42103# applied patch from tonno

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f36ceb328665fe639e49e5e1bee8632e01a7b196]

        INTEGRATION: CWS sb63 (1.28.34); FILE MERGED 2006/10/20 07:48:47 sb 1.28.34.1: #i54121# Patch by pmladek: do not run crash_report when it is not built.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [0593d2b289ee5577d2eea7e24faebb07571d3e82]

        INTEGRATION: CWS jsc14 (1.3.206); FILE MERGED 2006/10/25 10:06:23 jsc 1.3.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [acbeca3936d8650671a2152f0a91957f19b87ca5]

        INTEGRATION: CWS sb63 (1.34.158); FILE MERGED 2006/10/19 15:57:57 sb 1.34.158.1: #i68951# Patch by cmc: fix memory leak.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4ec35082dc5d5cd98c3ca92c79210bec696bd040]

        INTEGRATION: CWS tl28 (1.8.484); FILE MERGED 2006/09/01 14:39:33 hbrinkm 1.8.484.1: #i65780# corrected encoding

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a4830c1e3680c782168def8238360b276a77c34c]

        INTEGRATION: CWS jsc14 (1.6.206); FILE MERGED 2006/10/25 10:06:22 jsc 1.6.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e6350a09d3ce39d6fedce14bc0e218271c6b4edd]

        INTEGRATION: CWS jsc14 (1.7.206); FILE MERGED 2006/10/25 10:06:22 jsc 1.7.206.1: #i69167# correct typo

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b87b8c3137bddcaf13f064fbf0210f5c90298279]

        INTEGRATION: CWS sb63 (1.5.8); FILE MERGED 2006/10/20 10:13:27 sb 1.5.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [02fc22f045bec7987200d48f6b1f2d37fbf0014c]

        INTEGRATION: CWS fwk57 (1.4.130); FILE MERGED 2006/10/31 14:50:31 is 1.4.130.1: #i70950# new nsis bitmaps for ooo 2.1

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f01accbf32104a66eb276a58af148296569ea1c3]

        INTEGRATION: CWS sb63 (1.8.8); FILE MERGED 2006/10/20 10:13:26 sb 1.8.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8a7c1e133b87c22fcccd093efc6ec8cb94d1c702]

        INTEGRATION: CWS sb63 (1.37.8); FILE MERGED 2006/10/20 08:33:19 sb 1.37.8.1: #i68959# Patch by cmc: removed unneeded include.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b308d0fc48675954370003b0742551683169fe8a]

        INTEGRATION: CWS sb63 (1.9.8); FILE MERGED 2006/10/20 10:13:26 sb 1.9.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [840045888a03e3e43f2b1358d9b1c8868473432b]

        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>  [4d854ec704a3286edeada4b1f863c1d037250c38]

        INTEGRATION: CWS sb63 (1.4.70); FILE MERGED 2006/10/20 10:13:26 sb 1.4.70.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [9d792fb23f471dbd37d92067bdd7c1e941d2a7a6]

        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>  [7c173a814663ba80719a119a96fedb16d94cbe10]

        INTEGRATION: CWS sb63 (1.3.54); FILE MERGED 2006/10/20 10:13:26 sb 1.3.54.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5120979b55c888d5090e91792616c57287929d85]

        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>  [b7992d24a1af5eb3e9b609ab8767a4d7c4f827a9]

        INTEGRATION: CWS sb63 (1.4.70); FILE MERGED 2006/10/20 10:13:25 sb 1.4.70.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [3eeb369264f034eb7f1588a09ba9b68b19fb9541]

        INTEGRATION: CWS sb63 (1.5.70); FILE MERGED 2006/10/20 10:13:25 sb 1.5.70.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e3359a2ed9ac41b588ef49a3a7200474f5185e54]

        INTEGRATION: CWS sb63 (1.6.8); FILE MERGED 2006/10/20 10:13:24 sb 1.6.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b6e9856c299db18421b3bfff6126463bf66716db]

        INTEGRATION: CWS sb63 (1.4.8); FILE MERGED 2006/10/20 10:13:24 sb 1.4.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [870007ac46a436b7c50bc4197a64023e2ccb3471]

        INTEGRATION: CWS sb63 (1.7.48); FILE MERGED 2006/10/20 10:13:24 sb 1.7.48.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4ba4b47e78b29f30b3b2dc499880d6810044968c]

        INTEGRATION: CWS sb63 (1.8.8); FILE MERGED 2006/10/20 10:13:24 sb 1.8.8.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [f289b950d111c7093f9c2e1ab40ebcb9fd8a9c34]

        INTEGRATION: CWS unxlngs05 (1.27.10); FILE MERGED 2006/10/14 05:42:58 sparcmoz 1.27.10.1: #i66140# ID 16 for platform GNU/Linux SPARC

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [066fa94921cad608443890f5fe54d89e18f906d2]

        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>  [1494b9461679ef925e0464a3eb0b958ea0ebebd9]

        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>  [e42416e33da1a94ec6fe2a79d41dd833880aa92d]

        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>  [6d8ca24a10a199a9af398096ff7673e1a6e3dba9]

        INTEGRATION: CWS shellfix05 (1.169.14); FILE MERGED 2006/10/30 14:55:59 obr 1.169.14.1: #b6487608# added missing patch flag for senddoc on unix

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [3dd62ad57cfc376fcd7ccdcb8171fa112137b67f]

        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>  [d9477599a88de2fe09df23256f375920fa71c8e3]

        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>  [2835b6771b0661f68bb302626e5f08731cc5934b]

        INTEGRATION: CWS pj64 (1.12.4); FILE MERGED 2006/10/23 18:16:25 pjanik 1.12.4.1: #i65994#: Compile readline module even with gcc 4.x.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [ee6d34352e068613e55a87a8ace9f8a61dfec5a7]

        INTEGRATION: CWS jsc14 (1.7.8); FILE MERGED 2006/10/27 14:44:37 jsc 1.7.8.1: #i69760# prepare code base for add-ons

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [26f9c96a192fc2f6e019414f1e835142298d9b47]

        INTEGRATION: CWS jsc14 (1.5.8); FILE MERGED 2006/10/27 14:44:37 jsc 1.5.8.1: #i69760# prepare code base for add-ons

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8b47585c6b4b67add3e7ad4f25a2b267a451c908]

        INTEGRATION: CWS jsc14 (1.8.8); FILE MERGED 2006/10/30 10:05:48 jsc 1.8.8.2: #i69760# correct formatting 2006/10/27 14:44:37 jsc 1.8.8.1: #i69760# prepare code base for add-ons

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [7bbdadcc03c93c5ef2143d85babd6d2b743f4526]

        INTEGRATION: CWS dba21fini (1.75.4); FILE MERGED 2006/10/30 09:49:52 fs 1.75.4.1: #i70989# saveField: don't quote in the field name in the first pass

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b0a898c8a6a42a81c32558b2d2f15ef1846dca70]

        INTEGRATION: CWS pj64 (1.52.10); FILE MERGED 2006/10/23 17:06:23 pjanik 1.52.10.1: #i70601#: Do not crash after Del. Patch from Caolan.

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5776a8e16a1ac825b8a99fb99a0f935baae1e6a0]

        INTEGRATION: CWS jsc14 (1.3.40); FILE MERGED 2006/10/25 13:51:07 jsc 1.3.40.1: #i69727# adapt and simplify tests

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [a13e242ba3946adff1af96b11dddfa472297a4f8]

        INTEGRATION: CWS dba21fini (1.18.4); FILE MERGED 2006/10/23 08:24:34 fs 1.18.4.1: #i70635#

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4bd50487b8d3b99af7ee367b8fe132d7ba9a101e]

        INTEGRATION: CWS jsc14 (1.5.24); FILE MERGED 2006/10/25 13:51:06 jsc 1.5.24.1: #i69727# adapt and simplify tests

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5b54bb6c36f9098ff1b40be2c362122e4042a764]

        INTEGRATION: CWS jsc14 (1.3.40); FILE MERGED 2006/10/25 13:51:06 jsc 1.3.40.1: #i69727# adapt and simplify tests

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [b5051e5ea16c3c9d39c393d8f0261ca9b7eb3d2a]

        INTEGRATION: CWS docstat_SRC680 (1.48.14.1.2); FILE MERGED 2006/11/01 21:10:02 fme 1.48.14.1.2.1: #i70534# Only reset the document statistics modified flag if the statistics already have been set

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [28cc95290a3a87085ec4da465829765e11e5868a]

        INTEGRATION: CWS jsc14 (1.4.40); FILE MERGED 2006/10/25 13:51:06 jsc 1.4.40.1: #i69727# adapt and simplify tests

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [9d0e6311b5a2b42b422fe39d94e15d666b526d51]

        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>  [c4ed3793ec4d2dd79e50e7da0d7548192bf8826c]

        INTEGRATION: CWS jsc14 (1.4.22); FILE MERGED 2006/10/25 13:51:06 jsc 1.4.22.1: #i69727# adapt and simplify tests

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [5a71b2040bb7b63bd1b472cafff4abc053da82e2]

        INTEGRATION: CWS mhu14 (1.19.58); FILE MERGED 2006/10/31 12:41:27 mhu 1.19.58.1: #i54329# Fixed Solaris/Intel backtrace function(s).

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [4e5066187cad05a4fd7a5b75f2f35e1b741a5545]

        INTEGRATION: CWS dba21showstop01 (1.3.2); FILE MERGED 2006/11/01 15:28:23 fs 1.3.2.1: #i71075# don't use threads when calling the script listeners async, instead post a user event

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [797b33c12c678dcb156a90180566749b9e2b67c3]

        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>  [6a5a123fbe3fcb2dd858e8d13b56a9bce753cfd3]

        INTEGRATION: CWS mhu14 (1.9.58); FILE MERGED 2006/10/31 12:41:27 mhu 1.9.58.1: #i54329# Fixed Solaris/Intel backtrace function(s).

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [6744c206f7940b15ccae832d1e4b1fc4fecb36c1]

        INTEGRATION: CWS dba21showstop01 (1.55.16); FILE MERGED 2006/11/01 15:29:40 fs 1.55.16.1: #i71069# DbFilterField::Init: use dynamic_cast, not static_cast, before calling an Edit's member

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [20105e29b825cddc0cdaac6a571ab3a993e140e5]

        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>  [0d2ad37d98756201a129370760fcc3a9581d491c]

        INTEGRATION: CWS jsc14 (1.15.8); FILE MERGED 2006/10/23 15:18:32 jsc 1.15.8.1: #i70319# quote include options

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [032dceae89f63f6b940dac29fdf64ecbc4de451e]

        INTEGRATION: CWS dba21fini (1.18.74); FILE MERGED 2006/10/23 12:11:24 fs 1.18.74.1: #i70180#

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [41ceb59640f63bf56856ea8b5f1b25fb58ab1454]

        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>  [2b195f3ab56584467912d66845a5bae64ef234ee]

        INTEGRATION: CWS jsc14 (1.9.8); FILE MERGED 2006/10/25 14:24:07 jsc 1.9.8.3: #i69727# initialze m_published member 2006/10/25 13:52:16 jsc 1.9.8.2: #69727# remove double member check for predefined XInterface ops 2006/10/23 14:45:38 jsc 1.9.8.1: #69727# predefine com::sun::star::uno::XInterface

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [021bb81b49b2ecf6c01fa1ba600c65f1a9b4f8a5]

        INTEGRATION: CWS dba21fini (1.54.16); FILE MERGED 2006/10/31 07:49:10 fs 1.54.16.2: RESYNC: (1.54-1.55); FILE MERGED 2006/10/23 12:12:37 fs 1.54.16.1: #i70180#

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [be7a16637711dfc32f11d56a7dd19c10a13d4220]

        INTEGRATION: CWS fwk57 (1.5.32); FILE MERGED 2006/10/30 09:20:47 as 1.5.32.1: #142269# make UIConfig a SinglePath

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [7431d816cdfc47b08978c0afd1f6503644bb11b8]

        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>  [8585088febae055dfde15e56700ee4010ad7c1c9]

        INTEGRATION: CWS jsc14 (1.6.40); FILE MERGED 2006/10/23 14:44:43 jsc 1.6.40.1: #69727# add helper method setPublished

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [d7471e1462ffd9baeb3449eb86ccbb649e32b233]

        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>  [827265bcc469db44f40d5756de9a75890e038d5b]

        INTEGRATION: CWS fwk57 (1.15.14); FILE MERGED 2006/10/31 11:55:41 cd 1.15.14.1: #i70931# Support non-uno command URLs as we map non-valid characters to hex-encoded. vnd.sun.star.script and macro URLs should now able to reference images

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [d57bd001557f4ac813da340374bd428351fe0b4c]

        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-06  Kurt Zenker  <kz@openoffice.org>  [946bc58fdfcbf9f2a411ac4019f5022cf2139e61]

        INTEGRATION: CWS jsc14 (1.27.6); FILE MERGED 2006/10/23 15:45:17 jsc 1.27.6.1: #i67614# integrate and adapt patch

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [8fb5e4d5e3e95638de88e16084e139d45f5894c4]

        INTEGRATION: CWS dba21fini (1.4.196); FILE MERGED 2006/10/27 08:14:34 oj 1.4.196.1: #142400# check recordset

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [acd4024fbee2b47958b5bb59695ae2f0e6840a18]

        INTEGRATION: CWS dba21fini (1.15.26); FILE MERGED 2006/10/27 08:14:34 oj 1.15.26.1: #142400# check recordset

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [309e4f9573d04ef5142e9d0cc841840c6d005214]

        INTEGRATION: CWS dba21fini (1.11.26); FILE MERGED 2006/10/27 08:14:33 oj 1.11.26.1: #142400# check recordset

2006-11-06  Kurt Zenker  <kz@openoffice.org>  [e3758ba8176ea73b41e79819d491502939bc491e]

        INTEGRATION: CWS dba21fini (1.20.26); FILE MERGED 2006/10/27 08:14:33 oj 1.20.26.1: #142400# check recordset

2006-11-06  Henning Brinkmann  <hbrinkm@openoffice.org>  [936b47740fd9bde66063785a9dfbd9c40ee935b2]

        corrected offset for binary content of picture data

2006-11-03  Vladimir Glazounov  <vg@openoffice.org>  [12141a45923405aba7a8390542c31b470905ba52]

        new version for OOE680

2006-11-03  Vladimir Glazounov  <vg@openoffice.org>  [b9bdf7502a851ad8be89718ca194168893b79a58]

        new version for OOE680

2006-11-03  Vladimir Glazounov  <vg@openoffice.org>  [1fd45733dd6813586ab623b87f85f3eff3c4aaa5]

        new version for OOE680

2006-11-03  Vladimir Glazounov  <vg@openoffice.org>  [8ba505c68c81048005e3b995c26cba4c66e31eb3]

        #100000# get rid of warnings

2006-11-03  Oliver Bolte  <obo@openoffice.org>  [a322ecc76f2ee69bb1e9a7a1f553f2ddde4332e4]

        #i10000# wntmsci10 warning int32->ushort poss. loss of data

2006-11-03  Oliver Bolte  <obo@openoffice.org>  [b69a1f6ab27c6d9cad9d5d961454c5911ad926a7]

        #i10000# wntmsci10 warning int32->ushort poss. loss of data

2006-11-03  Oliver Bolte  <obo@openoffice.org>  [5d90181842944a31da7bc5f0ea340838893261e7]

        #i10000# defaultProp unused warning

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [ca026cea0c16d7a2e4c2041995ef125738e591ca]

        #100000# keep it correspondent to configure.in

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [0b8e944f593005ef21983a47042a10c21103e396]

        SRC680

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [5ba280b4483326197329f050069f3eb936ff3ee5]

        INTEGRATION: CWS npower4 (1.22.10); FILE MERGED 2006/10/26 08:34:36 npower 1.22.10.5: #i68894# fix compile error 2006/10/25 11:52:13 npower 1.22.10.4: i#i68894# remove bad cut'n'paste of function that currently doesn't exist, add issue number to changes 2006/10/20 15:38:16 npower 1.22.10.3: i#i68894# move basic search from StarBasic::Find to SbiRuntime::FindElement 2006/10/19 08:36:02 npower 1.22.10.2: #i68894# add vba symbol search 2006/10/18 20:29:18 npower 1.22.10.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [99e450dbe4d86f90babb5fcab8ab751bc1643133]

        INTEGRATION: CWS npower4 (1.30.10); FILE MERGED 2006/10/18 20:29:18 npower 1.30.10.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [acf1e0b6dace556d8b35cdc6ef9dec94270f67a1]

        INTEGRATION: CWS npower4 (1.12.20); FILE MERGED 2006/10/17 11:03:38 npower 1.12.20.1: i#64884# new api type to help scripting engines detect objects with default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [c7470fc3567878dc7293a90ded99ef123947ac4a]

        INTEGRATION: CWS npower4 (1.1.2); FILE ADDED 2006/10/17 11:03:38 npower 1.1.2.1: i#64884# new api type to help scripting engines detect objects with default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [56b74c3e9368ce507e0091777ea1077f59ccfe0e]

        INTEGRATION: CWS npower4 (1.2.20); FILE MERGED 2006/10/17 11:02:09 npower 1.2.20.1: i#70515# change name property to something less likely to be ambiguous

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [f678ace1abe7e4eff8465a926a025c893bc12db7]

        INTEGRATION: CWS npower4 (1.6.12); FILE MERGED 2006/10/18 20:29:19 npower 1.6.12.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [1ae74487be1d893621e52331e94426d4f1596c46]

        INTEGRATION: CWS npower4 (1.24.12); FILE MERGED 2006/10/25 16:29:05 npower 1.24.12.2: #i64884# 2006/10/18 20:29:18 npower 1.24.12.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [13c7a2c0e2b8f8f1f9334199602b9c68808503d2]

        INTEGRATION: CWS npower4 (1.20.12); FILE MERGED 2006/10/25 12:02:07 npower 1.20.12.1: #i64882# create a new timer function rather than re-use the existing one

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [c126a86d90047eb73b562f6cd47c8f3c8179595a]

        INTEGRATION: CWS npower4 (1.14.86); FILE MERGED 2006/10/25 12:02:07 npower 1.14.86.2: #i64882# create a new timer function rather than re-use the existing one 2006/04/28 13:23:55 npower 1.14.86.1: #i64884# change behavior of wait function depending on stat of VBASupport option

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [d64690d52d499631dd7ca3c8148c8099429033d3]

        INTEGRATION: CWS npower4 (1.25.12); FILE MERGED 2006/10/25 12:02:07 npower 1.25.12.3: #i64882# create a new timer function rather than re-use the existing one 2006/10/14 11:02:59 npower 1.25.12.2: RESYNC: (1.25-1.29); FILE MERGED 2006/04/28 13:23:55 npower 1.25.12.1: #i64884# change behavior of wait function depending on stat of VBASupport option

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [f65d85da35ef5ee9d4cc7d8e9a43a8aa0522a670]

        INTEGRATION: CWS npower4 (1.66.14); FILE MERGED 2006/10/18 15:46:54 npower 1.66.14.4: #i64882# get rid of compiler warning 2006/10/16 08:27:10 npower 1.66.14.3: i#64882# compile bug 2006/10/14 11:02:52 npower 1.66.14.2: RESYNC: (1.66-1.71); FILE MERGED 2006/04/28 13:23:55 npower 1.66.14.1: #i64884# change behavior of wait function depending on stat of VBASupport option

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [46a39770d5b0e0593d6116f976063027afb217cc]

        INTEGRATION: CWS npower4 (1.15.44); FILE MERGED 2006/10/18 20:29:18 npower 1.15.44.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [000f2205040a50a8c4928893b5f8e216f9d9c01b]

        INTEGRATION: CWS npower4 (1.30.42); FILE MERGED 2006/10/26 13:21:29 npower 1.30.42.3: #i68894# remove member method in favour of local function in implementation 2006/10/20 15:38:17 npower 1.30.42.2: i#i68894# move basic search from StarBasic::Find to SbiRuntime::FindElement 2006/10/18 20:29:18 npower 1.30.42.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [6e6db5581b6b75d4e41bdc2bd1757af2ea35496b]

        INTEGRATION: CWS npower4 (1.10.78); FILE MERGED 2006/10/18 20:29:17 npower 1.10.78.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [0a6cd6e80f6e1d0540af9d1f311ce09a933e777a]

        INTEGRATION: CWS npower4 (1.17.10); FILE MERGED 2006/10/18 20:29:17 npower 1.17.10.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [7c826e237da809c0f252ad038fb3f17b25bc5396]

        INTEGRATION: CWS npower4 (1.42.12); FILE MERGED 2006/10/20 15:41:23 npower 1.42.12.3: #i64884# add a test for VBA mode around the setting of the default property 2006/10/19 10:28:26 npower 1.42.12.2: i#64884# remove potential core propducing typo 2006/10/18 20:29:17 npower 1.42.12.1: #i64884# changes for default properties

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [f8e2ba9a405cba5f9343f97f26ae4664732e07dc]

        INTEGRATION: CWS ab30 (1.21.28); FILE MERGED 2006/10/17 14:56:11 ab 1.21.28.2: RESYNC: (1.21-1.22); FILE MERGED 2006/10/05 10:39:51 ab 1.21.28.1: #i69718 Fix in SbiRuntime::CheckArray()

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [e9fa5160e4096d46d7f7519aee2c98a36d370916]

        INTEGRATION: CWS ab30 (1.29.18); FILE MERGED 2006/10/17 14:55:25 ab 1.29.18.2: RESYNC: (1.29-1.30); FILE MERGED 2006/10/06 06:15:42 ab 1.29.18.1: #i69913# New Reschedule handling

2006-11-02  Mikhail Voitenko  <mav@openoffice.org>  [2e0ec49e27f473ba720d87a2e3450aef80d007de]

        #i71111# ULONG can not be used as 32 bit value after x64 port introduction

2006-11-02  Oliver Specht  <os@openoffice.org>  [159d6b291c0f98d05bfde43a8047678293a923bf]

        wnt optimizer problem solved

2006-11-02  Oliver Specht  <os@openoffice.org>  [e91aeaf2d15ae9b5d19cf65438b474cc5c3e73ee]

        graphic import started

2006-11-02  Oliver Specht  <os@openoffice.org>  [5d73e2a7cb022b80b4422df4b035c66880b0774e]

        plugin entry removed

2006-11-02  Oliver Specht  <os@openoffice.org>  [4e68c7016540f5d2b59678adb06f211339c9b945]

        graphic import started

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [4f9cb4487b66a9bd851fb79291e2f6157a91a6c8]

        INTEGRATION: CWS bserver22 (1.4.28); FILE MERGED 2006/10/23 17:50:17 kz 1.4.28.1: #141908# syntax

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [d4b80427b348c9a2b9afeded01f120c28560bfce]

        INTEGRATION: CWS bserver22 (1.5.4); FILE MERGED 2006/10/23 17:49:32 kz 1.5.4.1: #141908# receive handler for queue

2006-11-02  Henning Brinkmann  <hbrinkm@openoffice.org>  [6b6d2b17fd372814a4ffc287384e76eed447063f]

        efforts

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [b4a28f2987436d553d640d7eb34f652da5ec2d25]

        new version for OOE680

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [d8f9a49021303e866d516fb44a4f32bd2bc2f3cb]

        new version for OOE680

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [efd098475a592cc32c5c532eafa455a47219d993]

        new version for OOE680

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [3563f23253daea014828b7972be2ccf7c1b85b73]

        INTEGRATION: CWS ab30 (1.53.44); FILE MERGED 2006/10/17 15:15:02 ab 1.53.44.2: RESYNC: (1.53-1.54); FILE MERGED 2006/10/10 11:17:42 ab 1.53.44.1: #i64844# WatchTreeListBox::UpdateWatches(): Fixed array handling

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [f824ffe2417a1943335df66afad3cba2f0a3a41a]

        INTEGRATION: CWS ab30 (1.1.2); FILE ADDED 2006/09/04 10:47:03 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [eb66eae11eb334906ed194676bf1f025b23b2d7a]

        INTEGRATION: CWS ab30 (1.1.2); FILE ADDED 2006/09/04 10:48:07 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [801fdbff7b473015ea44192b1c62c78daf008756]

        INTEGRATION: CWS ab30 (1.1.2); FILE ADDED 2006/09/04 10:47:17 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [12f5f882d5150c801337e99e9b5b85d2e145d9b7]

        INTEGRATION: CWS ab30 (1.1.2); FILE ADDED 2006/09/04 10:49:50 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [8d576b64ccfe8c8e48cb27c75683b53baf5bfb32]

        INTEGRATION: CWS ab30 (1.1.2); FILE ADDED 2006/09/04 10:46:33 ab 1.1.2.1: #i67556# Sample component accessing dialogs created by Basic IDE Dialog Editor

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [5fab7c8f930c69acece5c7a93e5c626e0e666be2]

        INTEGRATION: CWS ab30 (1.8.90); FILE MERGED 2006/10/17 15:03:56 ab 1.8.90.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/04 13:00:20 ab 1.8.90.1: #i67556# Added DialogComponent

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [385ae77c8032ffe521c36e38bee1de5100f6467f]

        INTEGRATION: CWS ab30 (1.19.30); FILE MERGED 2006/10/17 14:55:32 ab 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED 2006/09/21 11:07:28 ab 1.19.30.1: #i67610# RTL function returns current state and also can be called without parameter

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [5a272995ec4d65c8bf8832a98bd3c5f0aee4b05f]

        INTEGRATION: CWS ab30 (1.28.28); FILE MERGED 2006/10/19 08:40:22 ab 1.28.28.5: #i69835# Remove patch due to problems in Windows 2006/10/18 13:57:13 ab 1.28.28.4: #69835# Fixed Solaris related build problem 2006/10/17 14:55:07 ab 1.28.28.3: RESYNC: (1.28-1.29); FILE MERGED 2006/09/28 14:21:26 ab 1.28.28.2: #i69835# Environ() use Sytem Text Encoding 2006/09/21 11:07:27 ab 1.28.28.1: #i67610# RTL function returns current state and also can be called without parameter

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [d3024c373098157890c4ca19065f815f97980f66]

        INTEGRATION: CWS ab30 (1.70.8); FILE MERGED 2006/10/19 08:54:39 ab 1.70.8.5: #i69836# Remove patch due to problems in Windows 2006/10/18 13:56:53 ab 1.70.8.4: #69836# Fixed Solaris related build problem 2006/10/17 14:54:58 ab 1.70.8.3: RESYNC: (1.70-1.71); FILE MERGED 2006/10/13 12:36:37 ab 1.70.8.2: #68855# Kill command must not delete folders 2006/09/28 14:31:33 ab 1.70.8.1: #i69836# CurDir() use Sytem Text Encoding

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [2c49ec39e1e5f80e5264fb59c5c67543a43b7fae]

        INTEGRATION: CWS ab30 (1.30.28); FILE MERGED 2006/10/06 06:13:34 ab 1.30.28.1: #i69913# New member for changed Reschedule handling

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [390eddd690e0249eeece7790190a05878fe4c265]

        INTEGRATION: CWS ab30 (1.20.28); FILE MERGED 2006/10/17 14:53:03 ab 1.20.28.2: RESYNC: (1.20-1.21); FILE MERGED 2006/10/09 11:25:09 ab 1.20.28.1: #i68401# SbiScanner::NextSym(): Terminate cmp1/2[] arrays

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [425d49387643e39b55eb120d7dfae77533a2fccb]

        INTEGRATION: CWS ab30 (1.7.30); FILE MERGED 2006/10/18 16:21:01 ab 1.7.30.4: #i60132# Fix in SbiParser::Close() 2006/10/18 12:49:40 ab 1.7.30.3: #i60132# Fixed problem found by Linux compiler 2006/10/17 14:52:22 ab 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/15 12:51:17 ab 1.7.30.1: #i60132# Allow channel without # in close command

2006-11-02  Oliver Bolte  <obo@openoffice.org>  [69eaadfab2e2a6b9dd9caea0354fa746141a88be]

        minor correction

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [067fdf80180e25b3369cc0a9452bf92e2bab11ed]

        INTEGRATION: CWS inplaceobjects (1.18.50); FILE MERGED 2006/10/05 15:18:52 mba 1.18.50.6: #i66239#: workaround jiggling while object activation/deactivation 2006/09/28 20:43:26 mba 1.18.50.5: RESYNC: (1.20-1.21); FILE MERGED 2006/08/21 19:53:40 mba 1.18.50.4: RESYNC: (1.19-1.20); FILE MERGED 2006/07/06 15:58:46 mba 1.18.50.3: RESYNC: (1.18-1.19); FILE MERGED 2006/06/29 12:30:58 mba 1.18.50.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/15 09:18:55 mba 1.18.50.1: #i66239#: centralize code for IP deactivation

2006-11-02  Vladimir Glazounov  <vg@openoffice.org>  [cf78900fdb15a0f71fbd50f37bcdf474ba424213]

        INTEGRATION: CWS inplaceobjects (1.68.34); FILE MERGED 2006/09/28 17:29:28 mba 1.68.34.2: RESYNC: (1.68-1.70); FILE MERGED 2006/07/10 13:20:47 mba 1.68.34.1: #i66239#: missing updates for object area

2006-11-02  Rüdiger Timm  <rt@openoffice.org>  [2ae55b14d0023f491d68b6560fa02f0e8bc41432]

        #i71051# Fix build breakage on Mac OS X (patch by pjanik).

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3172f3c8a0b3a807684ef05bcc88307dc102ea55]

        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>  [de32a558fc299735ff6ff87e9ca6e26244760c97]

        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>  [c1ccb9a1c47a50e0e703ce4b531047aa4840b1b5]

        INTEGRATION: CWS inplaceobjects (1.66.48); FILE MERGED 2006/09/28 20:45:16 mba 1.66.48.3: RESYNC: (1.67-1.68); FILE MERGED 2006/07/06 15:24:28 mba 1.66.48.2: RESYNC: (1.66-1.67); FILE MERGED 2006/06/29 12:30:59 mba 1.66.48.1: #i66239#: some fixes for correct handling of inplace and UI active state

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [185d8414d5937f1855555308af4de2ffec6a0116]

        INTEGRATION: CWS inplaceobjects (1.121.48); FILE MERGED 2006/09/28 20:44:49 mba 1.121.48.7: RESYNC: (1.123-1.124); FILE MERGED 2006/08/21 19:54:11 mba 1.121.48.6: RESYNC: (1.122-1.123); FILE MERGED 2006/07/14 13:41:39 mba 1.121.48.5: #i66239#: some bugfixes in activation handling 2006/07/06 15:24:04 mba 1.121.48.4: RESYNC: (1.121-1.122); FILE MERGED 2006/06/15 09:18:55 mba 1.121.48.3: #i66239#: centralize code for IP deactivation 2006/06/14 10:56:35 mba 1.121.48.2: avoid NULL Ptr access in case ViewFrame::Current is called after termination of SfxApp 2006/06/09 10:49:13 mba 1.121.48.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3ecec44098b60ecd901635fab3518517f440e836]

        INTEGRATION: CWS inplaceobjects (1.82.48); FILE MERGED 2006/10/17 16:32:05 mba 1.82.48.8: #i66239#: activate a frame if its container window is already in front as in case of the presentation workwindow 2006/10/05 15:17:55 mba 1.82.48.7: #i19976#: last change shouldn't apply to Inpplace 2006/10/05 07:45:59 mba 1.82.48.6: #i19976#: don't show window before toolbars are ordered 2006/09/28 20:44:29 mba 1.82.48.5: RESYNC: (1.84-1.85); FILE MERGED 2006/08/21 19:54:04 mba 1.82.48.4: RESYNC: (1.83-1.84); FILE MERGED 2006/07/06 15:23:44 mba 1.82.48.3: RESYNC: (1.82-1.83); FILE MERGED 2006/06/29 12:30:59 mba 1.82.48.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/09 10:49:13 mba 1.82.48.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5e38668eb2350f1b0013e820297106cc9a114563]

        INTEGRATION: CWS inplaceobjects (1.66.24); FILE MERGED 2006/09/28 20:44:21 mba 1.66.24.2: RESYNC: (1.66-1.67); FILE MERGED 2006/07/14 13:41:39 mba 1.66.24.1: #i66239#: some bugfixes in activation handling

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [275bf8eb102f4dbcb49d475fe5a1c29603315a5d]

        INTEGRATION: CWS inplaceobjects (1.86.10); FILE MERGED 2006/10/04 11:48:12 mba 1.86.10.1: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6af939d679269ef0e35605149160da3c6ac3d082]

        INTEGRATION: CWS inplaceobjects (1.44.46); FILE MERGED 2006/09/28 20:42:48 mba 1.44.46.4: RESYNC: (1.45-1.47); FILE MERGED 2006/07/06 15:22:27 mba 1.44.46.3: RESYNC: (1.44-1.45); FILE MERGED 2006/06/29 12:30:58 mba 1.44.46.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/09 10:49:12 mba 1.44.46.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9704d09d52ae0fd9a962cd06b459b950f5304cf0]

        INTEGRATION: CWS inplaceobjects (1.22.234); FILE MERGED 2006/07/12 09:13:55 mba 1.22.234.3: #127096#: remove superfluous code 2006/07/06 15:20:29 mba 1.22.234.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/29 12:29:29 mba 1.22.234.1: #i66239#: some fixes for correct handling of inplace and UI active state

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d4f3d21f26c2698524d3f8221d62cb1f18fd9be4]

        INTEGRATION: CWS inplaceobjects (1.4.24); FILE MERGED 2006/09/28 20:40:03 mba 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/01 09:03:21 mba 1.4.24.1: #i68993#: wrong initialisation; worked by luck, but not on 64Bit

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [213120a34e61894a732f1be59ce4fd10a990a90a]

        INTEGRATION: CWS inplaceobjects (1.78.48); FILE MERGED 2006/10/04 13:42:01 mba 1.78.48.8: #i66239#: bring dialog parent to front; sometimes OOo doesn't react on command line if a modal dialog is open 2006/10/04 11:48:02 mba 1.78.48.7: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to. Use its window as a dialog parent 2006/09/28 20:37:47 mba 1.78.48.6: RESYNC: (1.81-1.83); FILE MERGED 2006/08/21 19:51:51 mba 1.78.48.5: RESYNC: (1.80-1.81); FILE MERGED 2006/07/06 23:05:02 mba 1.78.48.4: merge problem solved 2006/07/06 15:58:38 mba 1.78.48.3: RESYNC: (1.78-1.80); FILE MERGED 2006/06/29 12:29:23 mba 1.78.48.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/09 10:49:12 mba 1.78.48.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ba998121e763b1e8860ea15b0ca816c0ef171fba]

        INTEGRATION: CWS inplaceobjects (1.64.10); FILE MERGED 2006/10/04 11:48:02 mba 1.64.10.1: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to. Use its window as a dialog parent

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [31d5d3b6571ac524e90edbd19b6b949b10cccfc7]

        INTEGRATION: CWS inplaceobjects (1.46.24); FILE MERGED 2006/09/28 20:36:06 mba 1.46.24.2: RESYNC: (1.46-1.47); FILE MERGED 2006/09/01 13:26:30 mba 1.46.24.1: #i64111#: no special treatment for Standard folder

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [996debab6b9738cc3f7074603643df74d21ffa74]

        INTEGRATION: CWS inplaceobjects (1.39.50); FILE MERGED 2006/09/28 20:27:51 mba 1.39.50.3: RESYNC: (1.40-1.41); FILE MERGED 2006/07/06 15:10:06 mba 1.39.50.2: RESYNC: (1.39-1.40); FILE MERGED 2006/06/09 10:49:12 mba 1.39.50.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0290cf004f3c43bb8a57b354d3c246db52ff6d46]

        INTEGRATION: CWS inplaceobjects (1.23.110); FILE MERGED 2006/09/28 20:27:08 mba 1.23.110.3: RESYNC: (1.24-1.25); FILE MERGED 2006/07/06 15:09:12 mba 1.23.110.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/09 10:49:12 mba 1.23.110.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0b94b207fbd61cc24ddada501f0b6c30ae795ff7]

        INTEGRATION: CWS inplaceobjects (1.54.10); FILE MERGED 2006/10/04 11:47:41 mba 1.54.10.1: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c31e8c5090c966a1db239557ee24b0aafb593070]

        INTEGRATION: CWS inplaceobjects (1.42.34); FILE MERGED 2006/10/13 12:39:07 mba 1.42.34.5: #70393#: forward switching off UI to Layoutmanager 2006/09/28 20:23:38 mba 1.42.34.4: RESYNC: (1.43-1.44); FILE MERGED 2006/07/06 22:59:46 mba 1.42.34.3: merge problem solved 2006/07/06 15:06:34 mba 1.42.34.2: RESYNC: (1.42-1.43); FILE MERGED 2006/06/09 10:49:11 mba 1.42.34.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [db63208da356ce39967e9435c2da731e6132d6b8]

        INTEGRATION: CWS inplaceobjects (1.60.48); FILE MERGED 2006/09/28 20:19:08 mba 1.60.48.7: RESYNC: (1.63-1.65); FILE MERGED 2006/08/21 19:47:35 mba 1.60.48.6: RESYNC: (1.61-1.63); FILE MERGED 2006/07/12 09:13:30 mba 1.60.48.5: #127096#: remove superfluous code 2006/07/06 15:03:54 mba 1.60.48.4: RESYNC: (1.60-1.61); FILE MERGED 2006/07/03 15:11:36 mba 1.60.48.3: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching 2006/06/29 12:28:12 mba 1.60.48.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/09 10:49:11 mba 1.60.48.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3b3a8937dfe6c114340cfa5634e9d3bf5f2887ad]

        INTEGRATION: CWS inplaceobjects (1.118.10); FILE MERGED 2006/10/04 11:47:32 mba 1.118.10.1: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9a002bc73638dfd55275a87dd489bf5574bf8e9e]

        INTEGRATION: CWS inplaceobjects (1.64.10); FILE MERGED 2006/10/04 11:47:31 mba 1.64.10.1: #i66239#: support for SID_FILLFRAME; document should know the frame it is loaded to

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [400ecfc283189f0e132bcb522a238254f5687c7d]

        INTEGRATION: CWS inplaceobjects (1.36.50); FILE MERGED 2006/09/28 20:14:38 mba 1.36.50.3: RESYNC: (1.37-1.38); FILE MERGED 2006/07/06 15:00:10 mba 1.36.50.2: RESYNC: (1.36-1.37); FILE MERGED 2006/06/09 10:49:11 mba 1.36.50.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0f0b745a8de1d8426c765362dcf739ba70a530fa]

        INTEGRATION: CWS inplaceobjects (1.53.50); FILE MERGED 2006/09/28 20:13:59 mba 1.53.50.3: RESYNC: (1.54-1.55); FILE MERGED 2006/07/06 14:59:34 mba 1.53.50.2: RESYNC: (1.53-1.54); FILE MERGED 2006/06/09 10:49:10 mba 1.53.50.1: #i66239#: some fixes for differentiation between inplace and UI activation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6e487e9b44868cf2b72b1ae5ce897d94d31b1ad0]

        INTEGRATION: CWS inplaceobjects (1.28.50); FILE MERGED 2006/08/21 19:42:22 mba 1.28.50.2: RESYNC: (1.28-1.30); FILE MERGED 2006/06/15 10:09:54 mba 1.28.50.1: #i66239#: centralize code for IP deactivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ecf4f5f9cda8327821f6459c11378d645b565bc4]

        INTEGRATION: CWS inplaceobjects (1.39.52); FILE MERGED 2006/08/21 19:34:48 mba 1.39.52.2: RESYNC: (1.39-1.41); FILE MERGED 2006/06/15 10:09:54 mba 1.39.52.1: #i66239#: centralize code for IP deactivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f4499bb6bc8749e2e3f97b9b8fe60b25ab10d4ab]

        INTEGRATION: CWS inplaceobjects (1.12.52); FILE MERGED 2006/08/21 19:08:14 mba 1.12.52.2: RESYNC: (1.12-1.14); FILE MERGED 2006/06/15 10:09:54 mba 1.12.52.1: #i66239#: centralize code for IP deactivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [19289db66d79faae6d7da9415d71347a9cc2580c]

        INTEGRATION: CWS inplaceobjects (1.10.46); FILE MERGED 2006/07/03 15:10:16 mba 1.10.46.2: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching 2006/06/09 10:36:28 mba 1.10.46.1: #i66239#: support individual MiscStatus

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d7e9570b52beed244a225fe183a2893a508c4243]

        INTEGRATION: CWS inplaceobjects (1.24.20); FILE MERGED 2006/10/13 12:40:24 mba 1.24.20.10: #70393#: OLE frame always must have DockingAreaAcceptor as otherwise resizes are only possible in UIActive state, but not in InplaceActive state 2006/09/28 20:04:32 mba 1.24.20.9: RESYNC: (1.25-1.26); FILE MERGED 2006/09/27 15:21:15 mba 1.24.20.8: #i66239#: remove DockingAreaAcceptor if frame becomes invisible 2006/07/18 15:17:29 mba 1.24.20.7: #i66239#: inplace frame shouldn't have a dockingareaacceptor in non-UIactive state, will prevent any possible flicker 2006/07/14 13:50:58 mba 1.24.20.6: #i66239#: some bugfixes in activation handling 2006/07/06 14:29:52 mba 1.24.20.5: RESYNC: (1.24-1.25); FILE MERGED 2006/07/03 15:10:16 mba 1.24.20.4: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching 2006/06/29 12:25:49 mba 1.24.20.3: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/15 09:16:35 mba 1.24.20.2: #i66239#: proper activation/deactivation handling of inplace active objects 2006/06/09 10:36:28 mba 1.24.20.1: #i66239#: support individual MiscStatus

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [741705ab6bd98dd23549c2198bd0cfa47cdc3fdf]

        INTEGRATION: CWS inplaceobjects (1.23.18); FILE MERGED 2006/09/28 20:03:03 mba 1.23.18.3: RESYNC: (1.24-1.25); FILE MERGED 2006/07/06 14:29:04 mba 1.23.18.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/09 10:36:28 mba 1.23.18.1: #i66239#: support individual MiscStatus

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9335550afbb4a84b07198abe8524454d30d21c92]

        INTEGRATION: CWS inplaceobjects (1.18.22); FILE MERGED 2006/09/28 20:02:23 mba 1.18.22.5: RESYNC: (1.19-1.20); FILE MERGED 2006/07/06 14:28:30 mba 1.18.22.4: RESYNC: (1.18-1.19); FILE MERGED 2006/07/03 15:10:16 mba 1.18.22.3: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching 2006/06/29 12:25:49 mba 1.18.22.2: #i66239#: some fixes for correct handling of inplace and UI active state 2006/06/09 10:36:28 mba 1.18.22.1: #i66239#: support individual MiscStatus

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [86f42e9feda8413f21854b28cf44792c67477a3e]

        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>  [ac1a019d93f0628bfa9c914edc7ef10eaed4b491]

        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>  [cec19a68457e22df1759a3d1c3b8957b8af39f6f]

        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>  [c787015256fa3130ad9ab45802bf1205b541eeac]

        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>  [145373af83db002c29a2c01b60ab96ba02e55290]

        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>  [79d6899a2f859d155d703699d0f7fe178b0c8ebf]

        INTEGRATION: CWS inplaceobjects (1.93.18); FILE MERGED 2006/10/11 16:19:46 mba 1.93.18.6: #i70261#: dialogs in OLE objects cause deactivation of the frame 2006/10/05 15:16:45 mba 1.93.18.5: #i66239#: let LayoutManager handle resizes for frames without active dockingareaacceptor 2006/09/28 18:28:40 mba 1.93.18.4: RESYNC: (1.94-1.96); FILE MERGED 2006/09/27 14:47:53 mba 1.93.18.3: #i66239#: take over control over component window if no layoutmanager does it instead 2006/07/06 13:12:35 mba 1.93.18.2: RESYNC: (1.93-1.94); FILE MERGED 2006/06/09 10:37:34 mba 1.93.18.1: #i66239#: don't grab focus if not requested by OS of by user

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0df2c238da5dece18ac6168048787abe88ad8e34]

        INTEGRATION: CWS inplaceobjects (1.23.80); FILE MERGED 2006/09/28 18:27:08 mba 1.23.80.4: RESYNC: (1.24-1.25); FILE MERGED 2006/07/06 22:26:37 mba 1.23.80.3: merge problem solved 2006/07/06 13:12:04 mba 1.23.80.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/09 10:37:34 mba 1.23.80.1: #i66239#: don't grab focus if not requested by OS of by user

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [11f79ec299e53b48719c55933f7d307038a5f1d5]

        INTEGRATION: CWS inplaceobjects (1.49.20); FILE MERGED 2006/10/05 15:17:07 mba 1.49.20.8: #i66239#: let LayoutManager handle resizes for frames without active dockingareaacceptor 2006/09/28 18:26:48 mba 1.49.20.7: RESYNC: (1.52-1.54); FILE MERGED 2006/08/22 07:17:42 mba 1.49.20.6: RESYNC: (1.50-1.52); FILE MERGED 2006/07/18 15:14:28 mba 1.49.20.5: #i66239#: don't register as childeventlistener if no dockingareaacceptor is set 2006/07/14 13:50:05 mba 1.49.20.4: #i66239#: crash possible when dockngAreaAcceptor is removed - don't try to create UIelements 2006/07/06 16:04:44 mba 1.49.20.3: RESYNC: (1.49-1.50); FILE MERGED 2006/07/03 15:10:56 mba 1.49.20.2: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching 2006/06/29 12:34:53 mba 1.49.20.1: #i66239#: some fixes for correct handling of inplace and UI active state

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d0f31f558c64400ab2dac721d43a937a48d53f1f]

        INTEGRATION: CWS inplaceobjects (1.20.24); FILE MERGED 2006/09/28 18:10:12 mba 1.20.24.3: RESYNC: (1.21-1.22); FILE MERGED 2006/07/06 13:05:13 mba 1.20.24.2: RESYNC: (1.20-1.21); FILE MERGED 2006/07/03 15:10:56 mba 1.20.24.1: #i66239#: some fixes for correct hatch window border size and smoother toolbar switching

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ad87397d0a422a773f3753e35a3a68c8a0e07c3c]

        INTEGRATION: CWS inplaceobjects (1.83.32); FILE MERGED 2006/09/28 17:56:58 mba 1.83.32.3: RESYNC: (1.84-1.85); FILE MERGED 2006/08/21 17:45:24 mba 1.83.32.2: RESYNC: (1.83-1.84); FILE MERGED 2006/07/11 13:32:43 mba 1.83.32.1: #i66239#: superfluous method removed

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [bb8bb46ad722bb5732e70f00ffda688bab447cd8]

        INTEGRATION: CWS inplaceobjects (1.28.32); FILE MERGED 2006/07/11 13:32:25 mba 1.28.32.1: #i66239#: superfluous method removed

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5c54e9c9b27aced58da0abcbdc32565928d5b7c2]

        INTEGRATION: CWS inplaceobjects (1.3.132); FILE MERGED 2006/06/14 10:52:28 mba 1.3.132.1: #i66239#: new API for inplace active objects

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4180fc778b5b61c34889bff002804db285eaf72f]

        INTEGRATION: CWS inplaceobjects (1.3.132); FILE MERGED 2006/07/03 15:12:07 mba 1.3.132.1: #i66239#: need means to change border size

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a20ad957f1ef26a9a137f1cdb3f7cd1ceb51a66e]

        INTEGRATION: CWS inplaceobjects (1.10.68); FILE MERGED 2006/09/28 13:47:19 mba 1.10.68.3: RESYNC: (1.11-1.12); FILE MERGED 2006/08/21 15:33:13 mba 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/15 14:39:50 mba 1.10.68.1: #i66239#: centralize object deactivation code

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6404d793091c988d0df9a833769f13f720073779]

        INTEGRATION: CWS inplaceobjects (1.58.38); FILE MERGED 2006/10/04 11:49:23 mba 1.58.38.3: #i66239#: force toolbar update after OLE deactivation 2006/09/28 12:39:26 mba 1.58.38.2: RESYNC: (1.58-1.59); FILE MERGED 2006/09/27 15:23:45 mba 1.58.38.1: #i66239#: make ToolbarManager aware of removed toolbars in Layoutmanager in case of OLEActivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5afd86bf9d3b884a8b52ebfe1c5dd899ba5a0781]

        INTEGRATION: CWS inplaceobjects (1.66.50); FILE MERGED 2006/09/28 12:32:22 mba 1.66.50.3: RESYNC: (1.69-1.70); FILE MERGED 2006/08/21 14:33:09 mba 1.66.50.2: RESYNC: (1.66-1.69); FILE MERGED 2006/06/15 10:23:39 mba 1.66.50.1: #i66239#: centralize code for IP deactivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0afba3cb6ddd7a9706c8f1dfc75b7bf376b935e8]

        INTEGRATION: CWS inplaceobjects (1.3.60); FILE MERGED 2006/09/28 12:29:04 mba 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/27 15:23:45 mba 1.3.60.1: #i66239#: make ToolbarManager aware of removed toolbars in Layoutmanager in case of OLEActivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [cc44fc533906b14f7831d604c5a950f54d6612bb]

        INTEGRATION: CWS inplaceobjects (1.2.104); FILE MERGED 2006/09/27 15:23:44 mba 1.2.104.1: #i66239#: make ToolbarManager aware of removed toolbars in Layoutmanager in case of OLEActivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d49078a1af7b6fa4e26bef044d4804e8dffdee63]

        INTEGRATION: CWS inplaceobjects (1.35.142); FILE MERGED 2006/09/28 11:57:41 mba 1.35.142.3: RESYNC: (1.36-1.37); FILE MERGED 2006/08/21 14:23:33 mba 1.35.142.2: RESYNC: (1.35-1.36); FILE MERGED 2006/06/15 10:23:38 mba 1.35.142.1: #i66239#: centralize code for IP deactivation

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0366f3a47138ceb14a4fb8cf2f10394dc9902c08]

        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>  [2f1842160c329a4a3b69356f678a31917bdda74a]

        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>  [e9ef612ed37afa3b785f3a24e8c442b0106a7218]

        INTEGRATION: CWS thbpp5 (1.28.24); FILE MERGED 2006/10/05 08:07:34 thb 1.28.24.1: #i69844# Now using correct offsets for scroll text anchoring (text in mtf is now always flush-left)

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [535d0e5ad390f465d7dd0abe776724ede1fff044]

        INTEGRATION: CWS thbpp5 (1.74.24); FILE MERGED 2006/10/12 16:58:53 thb 1.74.24.2: #142146# Moved pStream access into guarded scope 2006/10/12 16:51:30 thb 1.74.24.1: #142146# Returning GRFMGR_AUTOSWAPSTREAM_LOADED instead of _NONE when swap-in from doc stream was successful; removed nGrafStreamPos from code & header (legacy from the binary file format)

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b3e56236cd282e4a8078a08e596f7bd9a762d3e2]

        INTEGRATION: CWS npower3 (1.19.40); FILE MERGED 2006/09/28 21:29:15 npower 1.19.40.1: #i64377# pass interaction handler for ui requests

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [cbe16c0d4509b5806c1c73618f425ef4d6e3f3c8]

        INTEGRATION: CWS npower3 (1.55.4); FILE MERGED 2006/10/04 16:26:35 npower 1.55.4.4: #i64377# replace dummy ( NULL ) XInteractionHandler with one thats modulesize error aware 2006/09/28 23:01:09 npower 1.55.4.3: RESYNC: (1.55-1.56); FILE MERGED 2006/09/28 21:29:15 npower 1.55.4.2: #i64377# pass interaction handler for ui requests 2006/08/21 10:12:51 npower 1.55.4.1: #i64377# catch vetoexception

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [cab5583c4dbf8a4fda776ddcd16ed1e370a5b3ed]

        INTEGRATION: CWS npower3 (1.113.10); FILE MERGED 2006/10/09 09:24:59 mav 1.113.10.7: #i64377# move the warning handling in central place 2006/10/05 10:00:29 npower 1.113.10.6: #i64377# fixup some added/removed lines to make diffs more pleasant 2006/10/05 08:04:48 npower 1.113.10.5: #i64377# move ModuleSizeExceeded implementation into its own source file 2006/10/04 18:22:32 npower 1.113.10.4: #i64377# reflect changes to css::script::ModuleSizeExceededRequest also remove definition of ModuleSizeExceeded from sfxbasemodule 2006/09/29 10:26:39 npower 1.113.10.3: #i64377# oops logic error, normal processing and my code should not be mixed 2006/09/28 22:54:26 npower 1.113.10.2: RESYNC: (1.113-1.116); FILE MERGED 2006/09/28 16:28:17 npower 1.113.10.1: #i64377# added check to raise warning via interaction handler to sfxbasemodel::storeSelf & sfxbasemodel::impl_store for pasword protected libraries

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b95907f6cb323cd8d95add4051568ddde7247124]

        INTEGRATION: CWS npower3 (1.182.12); FILE MERGED 2006/10/09 10:15:47 mav 1.182.12.2: #i64377# move the warning handling in central place 2006/10/09 09:24:59 mav 1.182.12.1: #i64377# move the warning handling in central place

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [869c471608f500df00dcda296a087facd3ce5725]

        INTEGRATION: CWS npower3 (1.92.16); FILE MERGED 2006/10/09 10:15:47 mav 1.92.16.8: #i64377# move the warning handling in central place 2006/10/05 10:00:29 npower 1.92.16.7: #i64377# fixup some added/removed lines to make diffs more pleasant 2006/09/28 22:53:39 npower 1.92.16.6: RESYNC: (1.93-1.94); FILE MERGED 2006/09/28 16:27:14 npower 1.92.16.5: #i64377# removed raising of error box from here ( moved to sfxbasemodel::storeSelf & sfxbasemodel::impl_store ), also minor changes to NeedsBinPasswdLibWarning 2006/09/04 15:33:42 npower 1.92.16.4: #i64377# fix saveas bug 2006/07/27 18:20:53 npower 1.92.16.3: RESYNC: (1.92-1.93); FILE MERGED 2006/07/27 15:13:34 npower 1.92.16.2: #i64377# add warning handling 2006/07/27 13:30:06 npower 1.92.16.1: #i64377# add warning handling

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3cfd6c6c0c55bfced78b6b4d57f32d537791eb8a]

        INTEGRATION: CWS npower3 (1.43.68); FILE MERGED 2006/10/05 08:04:48 npower 1.43.68.1: #i64377# move ModuleSizeExceeded implementation into its own source file

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [61db81465bdfca13e9625f8f7b5c4e4fdaecdb4c]

        INTEGRATION: CWS npower3 (1.3.102); FILE MERGED 2006/09/28 17:08:00 npower 1.3.102.1: #i64377# new exception type for interaction handling of password modules

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a41464944b85e1004c16593ccb33c8b72f42e223]

        INTEGRATION: CWS npower3 (1.1.2); FILE ADDED 2006/10/04 18:24:30 npower 1.1.2.3: #i64377# ModuleSizeExceededRequest now to use a sequence for the modules 2006/10/04 13:38:29 npower 1.1.2.2: #i64377# remove published keyword 2006/09/28 17:07:46 npower 1.1.2.1: #i64377# new exception type for interaction handling of password modules

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4128c53972710714b7e7707c061e45c96bd7d4f5]

        INTEGRATION: CWS npower3 (1.52.6); FILE MERGED 2006/10/04 18:23:24 npower 1.52.6.2: #i64377# code review actions use a sequence in ModuleSizeExceededRequest 2006/09/29 10:36:35 npower 1.52.6.1: #i64377# handle new ModuleSizeExceededRequest

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [371a9e13ee5148ff0497e866fa88506e3edb5214]

        INTEGRATION: CWS npower3 (1.19.4); FILE MERGED 2006/09/28 22:32:02 npower 1.19.4.3: RESYNC: (1.21-1.22); FILE MERGED 2006/06/28 11:06:23 npower 1.19.4.2: RESYNC: (1.19-1.21); FILE MERGED 2006/04/20 09:41:57 npower 1.19.4.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4185d2678176efd68639ecfba913585e8fe45c0a]

        INTEGRATION: CWS npower3 (1.11.74); FILE MERGED 2006/09/28 22:31:56 npower 1.11.74.4: RESYNC: (1.12-1.13); FILE MERGED 2006/08/18 14:26:58 npower 1.11.74.3: #i64377# check in forgotten local edits <sigh> 2006/06/28 11:06:16 npower 1.11.74.2: RESYNC: (1.11-1.12); FILE MERGED 2006/04/20 09:41:57 npower 1.11.74.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8a9d84fe3638cf1cb535f2cfa6448e4d6cd085a2]

        INTEGRATION: CWS npower3 (1.26.42); FILE MERGED 2006/09/28 22:31:31 npower 1.26.42.4: RESYNC: (1.29-1.30); FILE MERGED 2006/07/27 18:16:45 npower 1.26.42.3: RESYNC: (1.28-1.29); FILE MERGED 2006/06/28 11:05:36 npower 1.26.42.2: RESYNC: (1.26-1.28); FILE MERGED 2006/04/20 09:41:57 npower 1.26.42.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2dc174c983bc1df3eb8868d4fb581eca8a3c76c6]

        INTEGRATION: CWS npower3 (1.8.76); FILE MERGED 2006/04/20 09:41:57 npower 1.8.76.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [74a8c26d4666b238d6c60ab00b25548f33f072ab]

        INTEGRATION: CWS npower3 (1.28.4); FILE MERGED 2006/06/28 11:03:47 npower 1.28.4.2: RESYNC: (1.28-1.30); FILE MERGED 2006/04/20 09:41:57 npower 1.28.4.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c9b1b2327c8aa4d550afdb6b542ea0d95073fe90]

        INTEGRATION: CWS npower3 (1.8.70); FILE MERGED 2006/06/28 11:03:33 npower 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/20 09:41:56 npower 1.8.70.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2c892da90f87e21314ef5079a782c6f7a6261df7]

        INTEGRATION: CWS npower3 (1.8.70); FILE MERGED 2006/10/03 16:53:32 npower 1.8.70.6: #i64377# fix load of basic from password protected stream, also fix load so it properly detects new/old image versions 2006/08/18 14:26:58 npower 1.8.70.5: #i64377# check in forgotten local edits <sigh> 2006/06/29 11:47:40 npower 1.8.70.4: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/28 11:03:21 npower 1.8.70.3: RESYNC: (1.8-1.9); FILE MERGED 2006/04/20 14:00:51 npower 1.8.70.2: #i64377# string pool memory increase 2006/04/20 09:41:56 npower 1.8.70.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e1a03c213c6117aaaecf81948f1a142430c3a49e]

        INTEGRATION: CWS npower3 (1.5.70); FILE MERGED 2006/04/20 09:41:56 npower 1.5.70.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [05ed3b948fb907f323279ef537b4cc8bf6b43115]

        INTEGRATION: CWS npower3 (1.4.70); FILE MERGED 2006/04/20 09:41:56 npower 1.4.70.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a03c2a7181bd9d289ac8e9d53cd9b2c8ac3743b2]

        INTEGRATION: CWS npower3 (1.5.70); FILE MERGED 2006/08/18 14:26:58 npower 1.5.70.2: #i64377# check in forgotten local edits <sigh> 2006/04/20 09:41:56 npower 1.5.70.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [1748f6ebfbc267ce65379f13f694e551c3386cd0]

        INTEGRATION: CWS npower3 (1.13.68); FILE MERGED 2006/09/28 22:30:26 npower 1.13.68.3: RESYNC: (1.14-1.15); FILE MERGED 2006/06/28 11:02:53 npower 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2006/04/20 09:41:55 npower 1.13.68.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [619ed9bcce6ba6a56659ed59af9896fff67cbadb]

        INTEGRATION: CWS npower3 (1.13.64); FILE MERGED 2006/09/28 22:30:08 npower 1.13.64.3: RESYNC: (1.16-1.17); FILE MERGED 2006/06/28 11:02:33 npower 1.13.64.2: RESYNC: (1.13-1.16); FILE MERGED 2006/04/20 09:41:55 npower 1.13.64.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [10b1ea4f2b5b62b6507eee366f188aea41863db5]

        INTEGRATION: CWS npower3 (1.8.4); FILE MERGED 2006/09/28 22:30:03 npower 1.8.4.3: RESYNC: (1.9-1.10); FILE MERGED 2006/06/28 11:02:19 npower 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/20 09:41:55 npower 1.8.4.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [17b982b4e182326efe6e8e9e39d84f707b78a57f]

        INTEGRATION: CWS npower3 (1.21.68); FILE MERGED 2006/09/28 22:29:20 npower 1.21.68.3: RESYNC: (1.23-1.24); FILE MERGED 2006/06/28 11:01:31 npower 1.21.68.2: RESYNC: (1.21-1.23); FILE MERGED 2006/04/20 09:41:55 npower 1.21.68.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [34bda8205901d6d89bfdc6b97fce3adce652284d]

        INTEGRATION: CWS npower3 (1.11.68); FILE MERGED 2006/09/28 22:29:32 npower 1.11.68.6: RESYNC: (1.13-1.14); FILE MERGED 2006/08/18 14:26:57 npower 1.11.68.5: #i64377# check in forgotten local edits <sigh> 2006/06/29 11:47:40 npower 1.11.68.4: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/28 11:01:43 npower 1.11.68.3: RESYNC: (1.11-1.13); FILE MERGED 2006/04/20 17:16:16 npower 1.11.68.2: #i64377# detect null buffer, don't write image when size exceeded 2006/04/20 09:41:55 npower 1.11.68.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4f492dc15071b6d931e283c8b05eadceff121fa5]

        INTEGRATION: CWS npower3 (1.7.68); FILE MERGED 2006/09/28 22:29:26 npower 1.7.68.4: RESYNC: (1.8-1.9); FILE MERGED 2006/08/18 14:26:57 npower 1.7.68.3: #i64377# check in forgotten local edits <sigh> 2006/06/28 11:01:37 npower 1.7.68.2: RESYNC: (1.7-1.8); FILE MERGED 2006/04/20 09:41:55 npower 1.7.68.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4de7031cea251da0039bd39792d281e670a9ba6e]

        INTEGRATION: CWS npower3 (1.28.4); FILE MERGED 2006/10/05 13:36:02 npower 1.28.4.9: #i64377# make sure pLegacyPCode is still set up when we call fixUpMethodStar 2006/10/03 16:53:32 npower 1.28.4.8: #i64377# fix load of basic from password protected stream, also fix load so it properly detects new/old image versions 2006/09/28 22:29:14 npower 1.28.4.7: RESYNC: (1.31-1.33); FILE MERGED 2006/08/18 14:26:57 npower 1.28.4.6: #i64377# check in forgotten local edits <sigh> 2006/06/30 11:22:52 npower 1.28.4.5: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/29 11:47:39 npower 1.28.4.4: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/28 11:01:24 npower 1.28.4.3: RESYNC: (1.28-1.31); FILE MERGED 2006/04/26 08:49:40 npower 1.28.4.2: #i64377# make sure which pImage is not null there is a valid return 2006/04/20 09:41:54 npower 1.28.4.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [44fc76098cce97e1c6a338aebefa4dfc613a2392]

        INTEGRATION: CWS npower3 (1.18.68); FILE MERGED 2006/10/05 13:36:01 npower 1.18.68.12: #i64377# make sure pLegacyPCode is still set up when we call fixUpMethodStar 2006/10/04 08:22:56 npower 1.18.68.11: #i64377# add in required Load call 2006/10/03 16:53:32 npower 1.18.68.10: #i64377# fix load of basic from password protected stream, also fix load so it properly detects new/old image versions 2006/09/28 22:28:34 npower 1.18.68.9: RESYNC: (1.19-1.20); FILE MERGED 2006/08/18 14:26:57 npower 1.18.68.8: #i64377# check in forgotten local edits <sigh> 2006/06/30 11:22:52 npower 1.18.68.7: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/29 11:47:39 npower 1.18.68.6: #i64377# some cchanges to support detection of when legacy limits are exceeded 2006/06/28 11:00:18 npower 1.18.68.5: RESYNC: (1.18-1.19); FILE MERGED 2006/04/26 08:48:33 npower 1.18.68.4: #i64377# when legacy sizes are exceeded ensure that image doesn't write records for pcode or string pool 2006/04/20 17:20:06 npower 1.18.68.3: #i64377# detect when legacy size exceeded and don't save image in that case 2006/04/20 14:00:51 npower 1.18.68.2: #i64377# string pool memory increase 2006/04/20 09:41:54 npower 1.18.68.1: #i64377# initial modifications to support large program sizes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [367ec43177a327f714f95b18e592da29347ade7d]

        INTEGRATION: CWS npower3 (1.19.4); FILE MERGED 2006/09/28 22:28:22 npower 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2006/08/18 14:26:56 npower 1.19.4.1: #i64377# check in forgotten local edits <sigh>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b84c57d8c71813a8a0a8293767ab02569871ec85]

        INTEGRATION: CWS kendy15 (1.15.58); FILE MERGED 2006/10/20 09:06:44 kendy 1.15.58.1: #i70594# Fix warning: XYZ is used uninitialized in this function

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3e802a25c941f8d9c901d0426458f52a8dfff744]

        INTEGRATION: CWS kendy15 (1.6.6); FILE MERGED 2006/10/20 09:06:44 kendy 1.6.6.1: #i70594# Fix warning: XYZ is used uninitialized in this function

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a857333c42494b1f9915461b92869f21429668cb]

        INTEGRATION: CWS kendy15 (1.4.52); FILE MERGED 2006/10/20 09:06:44 kendy 1.4.52.1: #i70594# Fix warning: XYZ is used uninitialized in this function

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7a16a900103925972249666124b294c3592b8e77]

        INTEGRATION: CWS kendy15 (1.2.132); FILE MERGED 2006/10/20 09:06:43 kendy 1.2.132.1: #i70594# Fix warning: XYZ is used uninitialized in this function

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a83b2d0f4b7b486863ccd068dc2fcd60e81cb83d]

        INTEGRATION: CWS kendy15 (1.6.132); FILE MERGED 2006/10/20 09:06:43 kendy 1.6.132.1: #i70594# Fix warning: XYZ is used uninitialized in this function

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [45082d5097354d770057552b9d34d6a50fc5ed81]

        INTEGRATION: CWS syswinshape (1.3.4); FILE MERGED 2006/10/20 15:32:14 pl 1.3.4.6: solved a merge problem 2006/10/20 13:33:45 pl 1.3.4.5: RESYNC: (1.3-1.5); FILE MERGED 2006/10/19 14:41:41 pl 1.3.4.4: #i69275# we do not want the bubble window to get the focus 2006/10/16 09:03:46 dv 1.3.4.3: #i69275# Bubble window now a system window 2006/10/13 15:17:07 pl 1.3.4.2: #i69275# use ownerdraw as workaround 2006/10/12 09:45:18 dv 1.3.4.1: #i69275# Bubble window now becomes a system window

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5102afc43b24c815d2c8fe2d9f1582a0b7a5b686]

        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>  [a3c034978a410f0edaaf1e7332b619d4241cce45]

        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>  [7aca9d118cce5f1d9d1531e7a76f5f7984659193]

        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>  [29cf135c55d49c17547d77aae56c1737dc916384]

        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>  [6f57c3d0db41f7c431c93766e5bf739aada6690b]

        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>  [177004c37d46b1fd36e89eab7173896c91dd2c3b]

        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>  [448f1f3efdc23556e36e3152dd6dd06e1528b257]

        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>  [dd7f04cd1eb919ba5a9f1ae86cb885a47aab0503]

        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>  [0fa039118dc3c90cb229c617cdc4631402462aa5]

        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>  [f1dd52a2d23e0176cb020b80b582bf0e8dac173c]

        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>  [f4b9b0c191b158491e5e4d7a01eb5222aa7c196b]

        INTEGRATION: CWS swqbf88 (1.8.56); FILE MERGED 2006/10/20 08:43:27 fme 1.8.56.1: #i68837# Use LETTER page format for SPANISH_MEXICAN

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0e785f0275962bf001ba23ef227a3aa6819d0a6d]

        INTEGRATION: CWS swqbf88 (1.97.26); FILE MERGED 2006/10/13 13:23:19 od 1.97.26.1: #i69629# - call method <XMLTextImportHelper::SetOutlineStyles()> after 	   all styles are imported and finished.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a839f94866073e74862788f7c2b376af10c88355]

        INTEGRATION: CWS swqbf88 (1.32.26); FILE MERGED 2006/10/13 13:23:19 od 1.32.26.1: #i69629# - call method <XMLTextImportHelper::SetOutlineStyles()> after 	   all styles are imported and finished.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4fa3b325b4f20b40bcbbd17a7b928ed42136555c]

        INTEGRATION: CWS swqbf88 (1.79.6); FILE MERGED 2006/10/19 08:13:05 od 1.79.6.1: #134160# method <SwWW8ImplReader::SetTxtFmtCollAndListLevel(..)> 	 - make code robust: consider that the PaM doesn't denote a text node.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [df0b92964376312ba531e6777d2a9090ad7c237d]

        INTEGRATION: CWS swqbf88 (1.66.24); FILE MERGED 2006/10/18 09:51:41 od 1.66.24.1: #i70223# method <lcl_SetStyleProperty(..)> 	 - delete assignment of paragraph style to list level of outline 	   style, if a list style other than the outline style is set.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [26707d95957b42d36370d3dc99e1476faaff374e]

        INTEGRATION: CWS swqbf88 (1.23.26); FILE MERGED 2006/10/19 08:11:36 od 1.23.26.1: #134160# method <getCrsrPropertyValue(..)> 	 - make code robust: consider case that PaM doesn't denote a text node

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6c7bb6dfe7e9c3a3df7ef079a93eb543f40c2796]

        INTEGRATION: CWS swqbf88 (1.61.26); FILE MERGED 2006/10/20 14:48:30 fme 1.61.26.1: #127138# Do not remove the last text node in RemoveInvisibleContent

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f20c3bed84512b2de8208ba43c6a673af183e6c9]

        INTEGRATION: CWS swqbf88 (1.92.26); FILE MERGED 2006/10/17 12:35:18 od 1.92.26.1: #i58280# - add missing invalidation of cache at anchored object instance

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c65d7bb7c2c48dcba0e9b09db5b95ed50aafec0b]

        INTEGRATION: CWS swqbf88 (1.78.24); FILE MERGED 2006/10/05 19:44:36 od 1.78.24.2: #i58280# method <SwFlyFrm::MakeObjPos()>  	 - update relative position 2006/10/05 09:26:31 od 1.78.24.1: #i70122# classes <SwAnchoredDrawObject> and <SwFlyFrm> 	 - new method <GetObjBoundRect()>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8878bfef9c0f3bbbaee14b08560d9a28318b4a7b]

        INTEGRATION: CWS swqbf88 (1.23.26); FILE MERGED 2006/10/05 09:24:39 od 1.23.26.1: #i70122# method <SwAnchoredObject::GetObjRectWithSpaces()> 	 - use bounding rectangle of anchored object.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4e459f3d9edb526432ca158140fc1d7855431430]

        INTEGRATION: CWS swqbf88 (1.19.26); FILE MERGED 2006/10/05 09:26:32 od 1.19.26.1: #i70122# classes <SwAnchoredDrawObject> and <SwFlyFrm> 	 - new method <GetObjBoundRect()>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [1ff704b11c9e7cdcad97e2b24504fa8d12b84e6f]

        INTEGRATION: CWS swqbf88 (1.17.62); FILE MERGED 2006/10/20 14:48:30 fme 1.17.62.1: #127138# Do not remove the last text node in RemoveInvisibleContent

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0e62dc034fb6c72f5469593ff39e2fbe06c34ccb]

        INTEGRATION: CWS swqbf88 (1.16.26); FILE MERGED 2006/10/05 09:26:31 od 1.16.26.1: #i70122# classes <SwAnchoredDrawObject> and <SwFlyFrm> 	 - new method <GetObjBoundRect()>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f666af25f7fc32888ac9faa9caada0a88edd6e9b]

        INTEGRATION: CWS swqbf88 (1.22.26); FILE MERGED 2006/10/17 12:38:27 od 1.22.26.1: #137792# - synchronize number tree node entry and numbering rule of 	   text node on insertion into the nodes array in methods 	   <SwNodes::InsertNode(..)>, if requested.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ec1ecb51ad125d231b57300507b8d7420b97ef12]

        INTEGRATION: CWS swqbf88 (1.8.26); FILE MERGED 2006/10/20 14:31:22 ama 1.8.26.1: Fix #137684#: Don't crash with Empty sections

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f4d0b68185226135fbaf5ee35f8cdaba6abeac25]

        INTEGRATION: CWS swqbf88 (1.29.26); FILE MERGED 2006/10/17 12:36:11 od 1.29.26.1: #133792# - adjustments due to changes at class <SwNodes>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d27fe06cbdcd25f51e2d697756e37200a508aa81]

        INTEGRATION: CWS swqbf88 (1.19.26); FILE MERGED 2006/10/18 09:49:57 od 1.19.26.1: #i70223# method <SwTxtFmtColl::Modify(..)> 	 - delete assignment to list level of outline style, if a list 	   style other than the outline style is set.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [54b03a65588ff829e76b796f9de125107847fb97]

        INTEGRATION: CWS swqbf88 (1.60.6); FILE MERGED 2006/10/23 10:17:18 od 1.60.6.2: RESYNC: (1.60-1.61); FILE MERGED 2006/10/19 07:58:52 od 1.60.6.1: #134160# - method <SwDoc::SetNumRule(..)> 	 -- consider the case that the PaM doesn't denote a text node. 	 - method <SwDoc::NumUpDown(..)> 	 -- make code robust: consider that the node doesn't denote a text node.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [49d6cb9ff97b5f70c9d5944545623b2bb17f585b]

        INTEGRATION: CWS swqbf88 (1.31.6); FILE MERGED 2006/10/20 10:41:14 ama 1.31.6.1: #i70572#: Show redlines => actualize footnote array

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [837b78c0aedaeb051baa9ef40d1af301bf500d85]

        INTEGRATION: CWS swqbf88 (1.47.6); FILE MERGED 2006/10/23 10:16:26 od 1.47.6.2: RESYNC: (1.47-1.48); FILE MERGED 2006/10/20 14:48:30 fme 1.47.6.1: #127138# Do not remove the last text node in RemoveInvisibleContent

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f4c799db9b94763d758d13f96a0dc81ee864e4c3]

        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>  [4cc90078b7d5c04a9a2f8f6548a1bfc68c08a6ea]

        INTEGRATION: CWS swqbf88 (1.30.26); FILE MERGED 2006/10/19 12:20:04 od 1.30.26.1: #i70538# - method <SwAccessiblePortionData::GetAccessiblePosition(..)> 	 -- consider "empty" model portion, especially at the beginning. 	 - method <SwAccessiblePortionData::FindLastBreak(..)> 	 -- consider size of parameter <rPositions> and ignore its last entry

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5f8e4ae542cb1aaaabbf1f1cd3de351ecf3f7aa1]

        INTEGRATION: CWS swqbf88 (1.66.26); FILE MERGED 2006/10/19 12:21:11 od 1.66.26.1: #i70538# method <SwAccessibleParagraph::GetCaretPos()> 	 - consider that cursor/caret is in front of a list label

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e9c6a56f86c2a8e99c0266f827e0eb5d9b842486]

        INTEGRATION: CWS swqbf88 (1.13.56); FILE MERGED 2006/10/23 10:15:33 od 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2006/10/17 12:30:35 od 1.13.56.1: #137792# class <SWNodes>, methods <Insert()> 	 - rename methods and add 3rd optional parameter

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [679a7821cfb9bd7957f2e72194b698e2c6470870]

        INTEGRATION: CWS swqbf88 (1.19.26); FILE MERGED 2006/10/05 09:21:06 od 1.19.26.1: #i70122# classes <SwAnchoredObject> and <SwAnchoredDrawObject> 	 - introduce new method <GetObjBoundRect()> to retrieve bounding 	   rectangle of an anchored object.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ea923604f63c53600eecdcfe5a020c583ed9c769]

        INTEGRATION: CWS tbe28 (1.6.14); FILE MERGED 2006/08/09 13:54:21 obr 1.6.14.2: circular dependencies - fixed 2006/08/03 10:13:06 obr 1.6.14.1: do not assert SENSITIVE state changes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ba2adfc7b7fe0c28ff576576a8aeaa4233a2091e]

        INTEGRATION: CWS swqbf88 (1.12.26); FILE MERGED 2006/10/05 09:21:05 od 1.12.26.1: #i70122# classes <SwAnchoredObject> and <SwAnchoredDrawObject> 	 - introduce new method <GetObjBoundRect()> to retrieve bounding 	   rectangle of an anchored object.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d07393e39545b94bf8beefed6b248003bd4238b7]

        INTEGRATION: CWS tbe28 (1.20.2); FILE MERGED 2006/08/30 05:59:40 obr 1.20.2.1: #i56539# filter SELECTION_CHANGED for menu bar and popup menus as well

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8918f89992c3622cf5e1a3f0730d697b2e9b9fca]

        INTEGRATION: CWS tbe28 (1.5.30); FILE MERGED 2006/08/03 12:28:23 obr 1.5.30.2: createListener overloaded 2006/08/03 12:20:15 obr 1.5.30.1: #i56539# no SELECTABLE state and SELECTED -> ARMED

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [11c38f5b34c586f520ac467cb2863992ac130cd1]

        INTEGRATION: CWS tbe28 (1.1.2); FILE ADDED 2006/08/30 05:59:40 obr 1.1.2.1: #i56539# filter SELECTION_CHANGED for menu bar and popup menus as well

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4d42b4c00aaf343f9e15fc6ccf32d4d208a5d599]

        INTEGRATION: CWS tbe28 (1.7.30); FILE MERGED 2006/08/03 13:01:54 obr 1.7.30.2: #i56539# invoke default action for menu items when selected via AccessibleSelection 2006/08/03 10:08:30 obr 1.7.30.1: #i56539# no ACCESSIBLE_SELECTION_PROPERTY change events

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [307ebc52b94ba9e0fa9dac59f69567055ebce4c5]

        INTEGRATION: CWS swqbf88 (1.28.10); FILE MERGED 2006/10/23 10:10:04 od 1.28.10.3: RESYNC: (1.28-1.29); FILE MERGED resolve merge conflict 2006/10/18 09:44:55 od 1.28.10.2: #i70223# method <XMLTextStyleContext::Finish(..)> 	 - do not apply list style, if default outline level is set for 	   text documents from versions prior OOo 2.1 resp. SO8 PU5 2006/10/13 13:06:02 od 1.28.10.1: #i69629# class <XMLTextStyleContext> 	 - merge changes of fix i69523 	 - adjustments due to changed <XMLTextImportHelper>

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2ff4dd48a979a5387ff5d93f8c9d1addd9d65f5a]

        INTEGRATION: CWS tbe28 (1.11.14); FILE MERGED 2006/08/03 09:54:50 obr 1.11.14.1: do not assert SENSITIVE state changes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6eb8ebc69b838575a9cdd67ab1f5f0d7ea339907]

        INTEGRATION: CWS swqbf88 (1.121.10); FILE MERGED 2006/10/13 13:21:07 od 1.121.10.1: #i69629# class <XMLTextImportHelper> 	 - adjustments due to changed data structure for assigning certain 	   paragraph styles to the list levels of the outline style 	 - method <SetStyleAndAttrs(..)> 	   adjust selection of paragraph style for assignment to the list 	   level of the outline style 	 - method <SetOutlineStyles()> 	   evaluate paragraph style candidates for assignment to the list 	   levels of the outline style

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [91bfebe87f332b194b0e91824df82090b8a1bbc6]

        INTEGRATION: CWS tbe28 (1.13.14); FILE MERGED 2006/08/03 09:54:50 obr 1.13.14.1: do not assert SENSITIVE state changes

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [31a869ef8f6fec80f3f5c08257bb9cda1ad96280]

        INTEGRATION: CWS tbe28 (1.3.30); FILE MERGED 2006/08/03 10:27:31 obr 1.3.30.2: further enhanced out of sync tracing 2006/08/03 08:52:37 obr 1.3.30.1: enhanced out of sync tracing

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e05eb05ddafd88e2ed4fa78c6295723ffbedc147]

        INTEGRATION: CWS swqbf88 (1.7.10); FILE MERGED 2006/10/19 13:14:50 ama 1.7.10.1: Fix #142494#: Use of unknown style name

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [08d02815d464e2a12b593d901c025dece0dbdbc7]

        INTEGRATION: CWS tbe28 (1.22.14); FILE MERGED 2006/08/30 05:59:39 obr 1.22.14.2: #i56539# filter SELECTION_CHANGED for menu bar and popup menus as well 2006/08/03 09:02:01 obr 1.22.14.1: #56539# menu items can be focusable

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [50af2471a704960e49ccb73a21865d0a8991e921]

        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>  [b881706ef8eb3c2db156f1aac4565da2e257a922]

        INTEGRATION: CWS os87 (1.19.52); FILE MERGED 2006/10/23 10:13:36 os 1.19.52.1: #139111# check if interfaces are valid

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [897727d4796604646d8fa2e2951803aa35c43880]

        INTEGRATION: CWS os87 (1.10.52); FILE MERGED 2006/10/23 13:08:00 os 1.10.52.1: #i65286# SetFieldUnit: multiple calls on the same control should show the same result (decimal digits depending on FUNIT_POINT)

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f4ccd6b99115ff85f2f618172f8b3cebab275b05]

        INTEGRATION: CWS os87 (1.18.40); FILE MERGED 2006/10/23 11:57:12 os 1.18.40.1: #i70448# prevent crash on invalid number formats

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7f3cd8f2485a8fe1c0adb1e3e26a12860d469c43]

        INTEGRATION: CWS os87 (1.23.40); FILE MERGED 2006/10/23 10:50:14 os 1.23.40.1: #i69618# make the current redline visible (not only pre-selected)

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0fecce5bf33f1a0a6ff7e1ae37ded6fb75030995]

        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>  [bd133407f0a58da8f13d53140084996d319a1610]

        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>  [f5530ebdebf14a37363b2bdfca5f07b9ea5b0dc0]

        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>  [0b2b3c592afca91191c08223ff348da27a662f7c]

        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>  [5fffb4ffa806fa2f406b5dc1b4a6ab91f4e48745]

        INTEGRATION: CWS fwk53 (1.28.20); FILE MERGED 2006/10/16 10:39:47 mav 1.28.20.1: #i68682# fix standalone document info reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e25720ad67428b20e927fa0f2a0bd457240e5392]

        INTEGRATION: CWS fwk53 (1.37.20); FILE MERGED 2006/10/18 09:25:08 mav 1.37.20.2: #i70382# the information from the FS has always highest priority 2006/10/16 10:39:47 mav 1.37.20.1: #i68682# fix standalone document info reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0a869c54d1c20512ed5c45600031838cc0b76d69]

        INTEGRATION: CWS fwk53 (1.70.20); FILE MERGED 2006/10/18 10:27:30 mav 1.70.20.1: #i70342# the template group may have no target URL

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7ce78796cc6eb2804856e6c46cfc53daf9787d59]

        INTEGRATION: CWS fwk53 (1.42.20); FILE MERGED 2006/10/18 14:55:42 mav 1.42.20.2: #i68682# adopt for linux 2006/10/16 10:39:47 mav 1.42.20.1: #i68682# fix standalone document info reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [400ddb5bc620cc25f610e074ec5f37e8f8744a5d]

        INTEGRATION: CWS fwk53 (1.49.2); FILE MERGED 2006/10/13 11:30:27 cd 1.49.2.1: #i69361# Exchanged loadComponentFromURL with dispatch to solve problems with non-working macros

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d7393919c5e08678d2390fc93b1e85bd4e222ba8]

        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>  [2a93d86d34c2d94661575cb10b72c34a819d1e2f]

        INTEGRATION: CWS fwk53 (1.21.18); FILE MERGED 2006/10/18 07:05:34 mav 1.21.18.2: RESYNC: (1.21-1.22); FILE MERGED 2006/10/16 10:44:11 mav 1.21.18.1: #i68682# fix meta.xml reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [777e0fa19310bf452b16f0b861f9c2c7221c55c9]

        INTEGRATION: CWS fwk53 (1.17.18); FILE MERGED 2006/10/16 10:44:11 mav 1.17.18.1: #i68682# fix meta.xml reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [37d4332fa8477e43c6cbb46cf9be153fb3964441]

        INTEGRATION: CWS fwk53 (1.14.18); FILE MERGED 2006/10/16 10:44:11 mav 1.14.18.1: #i68682# fix meta.xml reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b0567b72a986f5ba73e9841e3ffa67793b1adc17]

        INTEGRATION: CWS fwk53 (1.6.178); FILE MERGED 2006/10/16 10:44:10 mav 1.6.178.1: #i68682# fix meta.xml reader/writer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4b4bb96bc5a3c94d1ee942024dc8f7811a59f865]

        INTEGRATION: CWS fwk53 (1.54.4); FILE MERGED 2006/10/18 06:50:17 mav 1.54.4.2: RESYNC: (1.54-1.55); FILE MERGED 2006/10/11 11:12:02 cd 1.54.4.1: #i70019# Check reference before xUIElement can be used

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a80b6319666eb6937c108a5a87667ae3a1c1af96]

        INTEGRATION: CWS fwk53 (1.13.6); FILE MERGED 2006/10/11 15:06:45 cd 1.13.6.1: #i70129# Use correct property index to read context for menu item/sub menus

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b7e19783a84667843357b11261f39035f9941f6c]

        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>  [0590c46e7f1a9daeaea337ede34acfb579a59718]

        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>  [bcc566544497e08ba00bed3f8e3dedbc882463e9]

        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>  [a02845056b74c919c3c55252cc0603c32d2283a2]

        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>  [02f5bbc5a5405f5d7384dcf33dca89b686b15fa3]

        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>  [bacdb5e882f79cad7c7cf038ce684544bfb5bffe]

        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>  [3f8a5073eb4a29efe6483666c13bd9c868cbead8]

        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>  [1eb9dd738af94b0a4fc5abca7fb03c6aa1874b68]

        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>  [86436b71e954dfda7987971ff9756cefe1f7ebb2]

        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>  [5eeb9fb37cbf429f8236bdd64f28f88d9af6c67d]

        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>  [148b665d89f4cc4cfa6ba2d01bca959b291ba7eb]

        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>  [62d52d68f1675614d983289e9e252dd0bbadcc5b]

        INTEGRATION: CWS shellfix04 (1.5.8); FILE MERGED 2006/10/23 12:46:01 obr 1.5.8.1: #i70478# patch applied

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0bc4a4b29c4a3f22270782546801edae1f1665c0]

        INTEGRATION: CWS shellfix04 (1.5.66); FILE MERGED 2006/10/12 13:08:27 obr 1.5.66.1: #i67985# patch applied

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5b8e944435bc279e1ce07217bc9366a792bf3741]

        INTEGRATION: CWS shellfix04 (1.9.18); FILE MERGED 2006/10/12 13:13:21 obr 1.9.18.4: #i67985# fixed merge error 2006/10/12 13:08:27 obr 1.9.18.3: #i67985# patch applied 2006/10/10 06:06:13 obr 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2006/09/04 13:42:25 obr 1.9.18.1: #i69058# patch applied

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9f0c9243e425725b14345e9de11b0f1352454589]

        INTEGRATION: CWS shellfix04 (1.11.8); FILE MERGED 2006/10/12 13:08:27 obr 1.11.8.1: #i67985# patch applied

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9d78f3091c34973d4845de8907a7392c1a9e84c5]

        INTEGRATION: CWS impress109 (1.4.6); FILE MERGED 2006/10/09 11:30:20 cl 1.4.6.1: #i67799# applied patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e5eed7a16e3830161c2465e1cd1421e7b86bce87]

        INTEGRATION: CWS impress109 (1.37.28); FILE MERGED 2006/10/19 14:27:03 sj 1.37.28.2: RESYNC: (1.37-1.38); FILE MERGED 2006/10/09 10:43:50 cl 1.37.28.1: #133450# check for pages without model

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7e1306b73ef5febf8a50559b7f6c1655b3698761]

        INTEGRATION: CWS impress109 (1.72.30); FILE MERGED 2006/10/20 07:41:56 sj 1.72.30.3: #i69215# removed old and wrong code for SvxFontNameToolBoxControl::StateChanged (removed unused variable) 2006/10/19 14:24:13 sj 1.72.30.2: RESYNC: (1.72-1.73); FILE MERGED 2006/10/12 12:20:39 cl 1.72.30.1: #i69215# removed old and wrong code for SvxFontNameToolBoxControl::StateChanged

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [74bdfe558d738cfafb4596c7c27ff3bab0cb9dd1]

        INTEGRATION: CWS impress109 (1.142.28); FILE MERGED 2006/10/19 14:15:02 sj 1.142.28.2: RESYNC: (1.142-1.145); FILE MERGED 2006/10/09 14:40:25 sj 1.142.28.1: #i37136# fixed bold/italic problem for asia and complex languages

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f612dfa80e701d4bf7e1f4ca8969dace220441e8]

        INTEGRATION: CWS impress109 (1.51.26); FILE MERGED 2006/10/19 14:14:54 sj 1.51.26.2: RESYNC: (1.51-1.52); FILE MERGED 2006/10/13 08:05:59 cl 1.51.26.1: #133468# use weak reference for text edit object

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [55ba9d5d77a62bcf8bce8c4843efbc4d9e9be94c]

        INTEGRATION: CWS impress109 (1.136.28); FILE MERGED 2006/10/19 14:07:19 sj 1.136.28.2: RESYNC: (1.136-1.139); FILE MERGED 2006/10/12 09:49:11 sj 1.136.28.1: #70290# fixed fontwork font problem

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e48c4aa8e641715d646bb36abecf8bcd73e88a05]

        INTEGRATION: CWS impress109 (1.51.20); FILE MERGED 2006/10/19 12:49:28 sj 1.51.20.2: RESYNC: (1.51-1.52); FILE MERGED 2006/10/13 08:09:37 cl 1.51.20.1: #133468# use weak reference for text edit object

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [152cb6fbad7ccdb3d632c60c4bd675ab86d092b7]

        INTEGRATION: CWS impress109 (1.18.24); FILE MERGED 2006/10/10 15:06:23 cl 1.18.24.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c16b502a36229b73336cb6a1c714a23be2b392e8]

        INTEGRATION: CWS impress109 (1.61.20); FILE MERGED 2006/10/10 15:06:22 cl 1.61.20.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [7521ba9de9a568e853fe24be8a4b88fb89f4ddb7]

        INTEGRATION: CWS impress109 (1.23.22); FILE MERGED 2006/10/10 15:06:22 cl 1.23.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [d4a28df1386a228c420ae963e1c850fec48f8554]

        INTEGRATION: CWS impress109 (1.46.22); FILE MERGED 2006/10/10 15:06:22 cl 1.46.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [f9db522716b54296fb88895df8d548fed1ada679]

        INTEGRATION: CWS impress109 (1.18.20); FILE MERGED 2006/10/23 15:03:21 af 1.18.20.1: #i68507# Made mpCurrentPage a WeakReference.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [eecb67b873276b3de29e6520e053f1b8ef608d44]

        INTEGRATION: CWS impress109 (1.14.226); FILE MERGED 2006/10/13 08:09:21 cl 1.14.226.1: #133468# use weak reference for text edit object

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8586f896f279296fb48503ae49866c8260e6d44e]

        INTEGRATION: CWS impress109 (1.11.176); FILE MERGED 2006/10/23 15:04:04 af 1.11.176.1: #i68507# Made mpCurrentPage a WeakReference.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b67f6d30c92cf61c1c7cc30f6b2085e7d299bc83]

        INTEGRATION: CWS impress109 (1.55.22); FILE MERGED 2006/10/10 15:04:00 cl 1.55.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [bccc766c75f87be5b783e72e83c838360bb837b3]

        INTEGRATION: CWS impress109 (1.42.22); FILE MERGED 2006/10/10 15:04:00 cl 1.42.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c5ae71444e68a29a24ac9a2a9c1c3e2f5ad7b525]

        INTEGRATION: CWS impress109 (1.44.22); FILE MERGED 2006/10/10 15:04:00 cl 1.44.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [6f3ab2d60cc5dd71fa30f738dc58a9449b23c0c8]

        hex ids in comments

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [93cf519f0ae90ae1925de32e357a9b9f4ad4c177]

        INTEGRATION: CWS impress109 (1.27.22); FILE MERGED 2006/10/10 15:04:00 cl 1.27.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [838800ae8a6117f777ad3e000b2c7ededd0f676a]

        INTEGRATION: CWS impress109 (1.14.22); FILE MERGED 2006/10/10 15:04:00 cl 1.14.22.1: #134177# check if draw view is 0 before using it

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [94cc419547d896b5e5b8d63d168ecf410c9d369e]

        INTEGRATION: CWS impress109 (1.3.24); FILE MERGED 2006/10/09 12:48:50 cl 1.3.24.1: #128795# use safe sd::ShapeList for online spelling

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6dc5ce097e72686ac603b519caec8ab2ca6b1571]

        INTEGRATION: CWS impress109 (1.47.22); FILE MERGED 2006/10/09 12:48:50 cl 1.47.22.1: #128795# use safe sd::ShapeList for online spelling

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [236c5113a61fa6615b87497149d21ad09b7a8462]

        INTEGRATION: CWS impress109 (1.2.230); FILE MERGED 2006/10/09 12:50:38 cl 1.2.230.1: #128795# use safe sd::ShapeList for online spelling

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [85c8d4e7dc954bc9fe7bbdfcdcb29208d4c0b611]

        INTEGRATION: CWS impress109 (1.42.130); FILE MERGED 2006/10/09 12:50:38 cl 1.42.130.1: #128795# use safe sd::ShapeList for online spelling

2006-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [39fbaf322383d3593d04b613775c58ab14e6d69a]

        efforts

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a303a159e8fc918478cbb5108ca15f9ea3d23a11]

        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>  [dd3d223a84cdc02fc73ec04f3ccc8cbf5a50924a]

        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>  [17eae4e51ecd5927f3698c1e9341952db24d341d]

        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>  [236458934f8644b549d9a647c76ba12127fd69cc]

        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-11-01  Vladimir Glazounov  <vg@openoffice.org>  [96e8e8bec6a883aeb656d819a1117b7eaafdda5c]

        INTEGRATION: CWS abi31 (1.32.12); FILE MERGED 2006/10/26 15:57:11 abi 1.32.12.2: #i70057# breaks build under solaris 2006/10/26 14:40:49 abi 1.32.12.1: #i70057 applied patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [00416fde0c20fda2671b93b04142f068a82d5186]

        INTEGRATION: CWS abi31 (1.6.20); FILE MERGED 2006/10/26 14:53:07 abi 1.6.20.1: i#69213# applied patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [3bf123129e2b4e511242a09341b179dac788b549]

        INTEGRATION: CWS mhu13 (1.1.2); FILE ADDED 2006/10/17 08:29:19 mhu 1.1.2.1: #i70488# Mark application stacks non-executable.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [dbb63ba1d88010c48514a790269b20bc4988faad]

        INTEGRATION: CWS abi31 (1.5.6); FILE MERGED 2006/10/26 14:53:06 abi 1.5.6.1: i#69213# applied patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2c5ccf717cfae0e66babb4bb91e613054d8cb18f]

        INTEGRATION: CWS mhu13 (1.28.56); FILE MERGED 2006/10/17 08:27:57 mhu 1.28.56.1: #i70488# Mark application stacks non-executable.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [396fa0876b22229dd1df8d7c68d06595cf679cee]

        INTEGRATION: CWS abi31 (1.47.4); FILE MERGED 2006/10/26 14:53:06 abi 1.47.4.1: i#69213# applied patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [53d89b16b299dd220a3bb2f18fc0009453c2dd72]

        INTEGRATION: CWS mhu13 (1.21.6); FILE MERGED 2006/10/17 08:27:57 mhu 1.21.6.1: #i70488# Mark application stacks non-executable.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5c939b1aeb5a06816ba2a727e780913d23576e1a]

        INTEGRATION: CWS native69 (1.26.38); FILE MERGED 2006/10/19 12:31:59 is 1.26.38.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [bd4626e3a5db647fe0886ce29b9e7cb7e248a655]

        INTEGRATION: CWS native69 (1.12.36); FILE MERGED 2006/10/05 10:02:08 is 1.12.36.1: #141136# checking conditions for showing online update dialog in installation wizard

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [e243ac4c21b16d6007b19c63346ac3aab5bd391f]

        INTEGRATION: CWS native69 (1.5.490); FILE MERGED 2006/10/19 12:31:58 is 1.5.490.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [20802d203b1e47ad83a02e9aa0405bb436108466]

        INTEGRATION: CWS native69 (1.166.26); FILE MERGED 2006/10/19 14:13:17 is 1.166.26.2: RESYNC: (1.166-1.169); FILE MERGED 2006/10/19 12:31:58 is 1.166.26.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [ff6463de2c6c2db842e04fbc088d315007f34b24]

        INTEGRATION: CWS native69 (1.28.130); FILE MERGED 2006/10/19 12:31:58 is 1.28.130.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [648aa1a023caf12f16299d5db4daf86170a93458]

        INTEGRATION: CWS native69 (1.24.106); FILE MERGED 2006/10/19 12:31:58 is 1.24.106.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9e594ead03c71bff415f3961536956e6c21646f9]

        INTEGRATION: CWS native69 (1.20.106); FILE MERGED 2006/10/19 12:31:57 is 1.20.106.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a9b820be2cc8b4f5569f9febc0c4d321a96df47e]

        INTEGRATION: CWS native69 (1.31.106); FILE MERGED 2006/10/19 12:31:57 is 1.31.106.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [0d6eae34672e2c7361b1b244005c7b4a1edf737b]

        INTEGRATION: CWS native69 (1.14.128); FILE MERGED 2006/10/19 12:31:57 is 1.14.128.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [44516ebb17906b8f781a37e716f1fd6684d6104b]

        INTEGRATION: CWS native69 (1.5.492); FILE MERGED 2006/10/19 12:31:56 is 1.5.492.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [26ae913b73a3c46794575b46d68809d62a13961d]

        INTEGRATION: CWS native69 (1.13.4); FILE MERGED 2006/10/05 10:01:03 is 1.13.4.1: #141136# checking conditions for showing online update dialog in installation wizard

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [bd07526ca3fdaf529cb1952f5de51f73a85fcbc8]

        INTEGRATION: CWS native69 (1.8.18); FILE MERGED 2006/10/05 10:01:03 is 1.8.18.1: #141136# checking conditions for showing online update dialog in installation wizard

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9534ba2c0d4acf3fdfe1f7f34278f038de4287e7]

        INTEGRATION: CWS native69 (1.70.36); FILE MERGED 2006/10/19 12:27:17 is 1.70.36.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [44c4e28525139f777974ed4fee54285bbf330d0f]

        INTEGRATION: CWS native69 (1.19.4); FILE MERGED 2006/10/19 13:52:46 is 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2006/10/19 12:28:41 is 1.19.4.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2011b8dee539a7c72ddfe2be1b6669e2ed41963a]

        INTEGRATION: CWS native69 (1.118.8); FILE MERGED 2006/10/19 13:51:41 is 1.118.8.2: RESYNC: (1.118-1.119); FILE MERGED 2006/10/19 12:27:56 is 1.118.8.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8ea75ebbd76f93c61b3b84b143d0814d31f4fec4]

        INTEGRATION: CWS native69 (1.179.4); FILE MERGED 2006/10/19 13:51:32 is 1.179.4.2: RESYNC: (1.179-1.182); FILE MERGED 2006/10/19 12:27:56 is 1.179.4.1: #i66224# poor help files patch

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [443a91d8a007a2d2e9b462c7bada07763b9041c0]

        INTEGRATION: CWS native69 (1.6.470); FILE MERGED 2006/10/18 10:26:42 is 1.6.470.1: #141136# correct usage

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [446d8e6a3b0da36007fec76ff9786ce2d2a6b5a0]

        INTEGRATION: CWS native69 (1.2.6); FILE MERGED 2006/10/20 13:42:51 is 1.2.6.2: #i70225# including subdir into package 2006/10/20 13:39:51 is 1.2.6.1: #i70225# including subdir into package

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [a21801184f93b986252b6477ed69f32c519113d4]

        INTEGRATION: CWS native69 (1.59.6); FILE MERGED 2006/10/23 10:43:21 is 1.59.6.1: #i70690# adding Irish to list of languages not supported by Windows Installer

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [2c9a7b012db96441ee28766f1d5295135be8e31f]

        INTEGRATION: CWS iconupdate01 (1.3.8); FILE MERGED 2006/10/24 12:54:56 tv 1.3.8.1: iconupdate01 Issue number: Submitted by: Reviewed by:

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [6163475228f159102fb0e599c660f833efe4d764]

        INTEGRATION: CWS iconupdate01 (1.2.24); FILE MERGED 2006/10/24 12:54:55 tv 1.2.24.1: iconupdate01 Issue number: Submitted by: Reviewed by:

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8118754b2bf177ba3b279bf7d20bf970ed12149a]

        INTEGRATION: CWS scmissinglinks (1.23.78); FILE MERGED 2006/10/18 13:02:52 nn 1.23.78.1: #139464# put errors in referenced cells of value-linked sheets that can't be updated

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9371efc7aac0d6e8388fbd360550554042af311f]

        INTEGRATION: CWS impress110 (1.68.14); FILE MERGED 2006/10/25 15:48:07 cl 1.68.14.1: #i70726# fixed ole paste regression from i68684 fix

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [b8e2e8dd09ff6657bc7d6e213a57cc92dc654d1b]

        INTEGRATION: CWS impress110 (1.42.38); FILE MERGED 2006/10/25 16:55:58 cl 1.42.38.1: #i69010# removed all undo actions from merged undo action list

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9ded9898b584250a6707645bf91b1c28ce8922f0]

        INTEGRATION: CWS impress110 (1.10.38); FILE MERGED 2006/10/26 09:13:23 af 1.10.38.2: #i70806# Pages in 'Screen' size are automtically transformed to printable area. 2006/10/26 09:05:35 af 1.10.38.1: #i70619# Fixed the offset used to print (partial) pages.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [700c0cd053f17c6697e2f9e01ec238432230eac1]

        INTEGRATION: CWS impress110 (1.5.92); FILE MERGED 2006/10/26 09:14:28 af 1.5.92.1: #i70806# Added new IsScreenSize() method.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [c371091e567b9d26694759b75cce3823245bc780]

        INTEGRATION: CWS impress110 (1.37.12); FILE MERGED 2006/10/26 09:31:34 af 1.37.12.1: #i70805# Border of Draw pages initially set to 10mm.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8117f0e9240f3e5308529394dd61775b47db5a93]

        INTEGRATION: CWS rt17 (1.7.36); FILE MERGED 2006/10/26 16:05:41 rt 1.7.36.1: #i70899# Ignore non existing modules when in local environment.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8086cd1eb665ed78d2688b5a4645e38621abc866]

        INTEGRATION: CWS updchk01 (1.5.4); FILE MERGED 2006/10/25 12:25:23 dv 1.5.4.4: #i70131# Create resmgr in ctor to avoid threading issues 2006/10/25 09:22:30 dv 1.5.4.3: #i70131# Always use user event to add menu bar icon 2006/10/24 09:45:45 dv 1.5.4.2: #i70732# Don't remove window evt listener so 'other' windows can show icon, too 2006/10/23 07:53:26 dv 1.5.4.1: #i70314# Added change listener so enabling update notification has immediate effect

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [8ac3d1128f4427398fe0f2b1efc86b276f00bad0]

        INTEGRATION: CWS abi30 (1.13.24); FILE MERGED 2006/10/17 15:16:20 abi 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2006/09/17 15:51:12 abi 1.13.24.1: #i62809#

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9f7467f224cac5bf6b8bc9cf668f092e1c81a25e]

        INTEGRATION: CWS rt17 (1.17.52); FILE MERGED 2006/10/24 15:38:10 rt 1.17.52.1: #142511# Interface to EIS Soap method setMilestoneBuild.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [dcd65e92246943db9c73883b79b33ebba49530b0]

        INTEGRATION: CWS updchk01 (1.2.52); FILE MERGED 2006/10/23 07:53:26 dv 1.2.52.1: #i70314# Added change listener so enabling update notification has immediate effect

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9da96fa3b061fd51775f555ede6c7708ed58eb60]

        INTEGRATION: CWS abi30 (1.4.50); FILE MERGED 2006/10/17 15:13:26 abi 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2006/10/15 12:44:04 abi 1.4.50.1: i63808#

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [397edb51ec066f887b36d4c7b01bdeab36771556]

        INTEGRATION: CWS rt17 (1.15.230); FILE MERGED 2006/10/25 12:38:03 rt 1.15.230.1: #i70842# correct revision-determination on master branches

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [4f3597e6a5aef4a00fd7d11cb9cf3c0be480cb28]

        INTEGRATION: CWS updchk01 (1.3.14); FILE MERGED 2006/10/23 07:53:25 dv 1.3.14.1: #i70314# Added change listener so enabling update notification has immediate effect

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5ebc7857fd496231f8d3cd893a18735c1e48e6a9]

        INTEGRATION: CWS abi30 (1.21.24); FILE MERGED 2006/10/17 15:08:15 abi 1.21.24.2: RESYNC: (1.21-1.22); FILE MERGED 2006/09/17 14:32:53 abi 1.21.24.1: #i67827# wrong condition

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [1435611f1e10844978b6fc85856c001c2500f3ff]

        INTEGRATION: CWS updchk01 (1.6.4); FILE MERGED 2006/10/24 08:00:04 dv 1.6.4.3: #i70314# Some code cleanup 2006/10/24 06:20:02 dv 1.6.4.2: #i70314# We need to listen to 'UpdateFoundFor' changes, too 2006/10/23 07:53:25 dv 1.6.4.1: #i70314# Added change listener so enabling update notification has immediate effect

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [5ab6f4a050a88194b100f4b3696e58c013b5bcb9]

        INTEGRATION: CWS pj62 (1.6.30); FILE MERGED 2006/10/12 18:33:13 pjanik 1.6.30.1: #i69183#: Remove SISSL.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [253d2c51beb4dde8e5ff50b47c93874933da419b]

        INTEGRATION: CWS pj62 (1.11.30); FILE MERGED 2006/10/12 18:32:53 pjanik 1.11.30.1: #i69183#: Remove SISSL.

2006-11-01  Vladimir Glazounov  <vg@openoffice.org>  [9d31bcfd823ebaa799e03c12c6b9cf57c1021744]

        INTEGRATION: CWS abi30 (1.85.22); FILE MERGED 2006/10/17 15:04:17 abi 1.85.22.2: RESYNC: (1.85-1.88); FILE MERGED 2006/10/15 12:41:05 abi 1.85.22.1: i67604

2006-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [f7aa98558abdd65563d70c2aabc74940378ad87c]

        added GPL headers

2006-11-01  Henning Brinkmann  <hbrinkm@openoffice.org>  [cc9a95ba26a3720e746b0102fe49c9427c05eed0]

        added GPL headers

2006-10-31  Vladimir Glazounov  <vg@openoffice.org>  [c7f85fa824438434abf713eae62526b8930166de]

        #100000# changed the abbreviation for the module

2006-10-31  Rüdiger Timm  <rt@openoffice.org>  [926b9ce75d103a5039f22f56dafee4c2ed7b48f2]

        #i10000# Sparse semicolon removed to avoid warning 'syntax error: empty declaration'.

2006-10-31  Henning Brinkmann  <hbrinkm@openoffice.org>  [964c6d9a8a20b9f6f206c4f546c70ea18f1c7df6]

        efforts

2006-10-31  Rüdiger Timm  <rt@openoffice.org>  [bdd64f858e6884f13afc82e7043d72a4115d4127]

        #i10000# Make module acronym unique ('sh' was duplicate with module 'sch').

2006-10-30  Vladimir Glazounov  <vg@openoffice.org>  [d9051c821cf0979bdf3700f0a009a10e1a479d6c]

        #100000# unique alias

2006-10-30  Oliver Bolte  <obo@openoffice.org>  [a165388372c784011dba46105ba70fa0ede1a319]

        same for unxsoli4

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b5632c26c266f8e44ceb75c38517ce5c00d59c58]

        #i10000# Avoid spurious build breaks in windows 4nt shells when more than 20 languages are enabled.

2006-10-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [44b6b5b6837ccebcf67d7d8c49a0bb558c1c4be4]

        #i10000#,#i70965#: check for single CPU on all x86 machines which are compiled by GCC or SunStudio cc if sysconf(_SC_NPROCESSORS_CONF) is available, otherwise fall back to safe (multiprocessor) default. Should now work for MACOSX for Intel and FreeBSD

2006-10-30  Vladimir Glazounov  <vg@openoffice.org>  [ee46606e3dd7ef36865da37750a038e19e3e5910]

        SRC680

2006-10-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [c8fcf6a1dd094e124134ad95684bf725b837795a]

        dump(WW8OutputWithDepth) too specific, needed OutoutWithDepth<string>

2006-10-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [a4a2addf2fdd21fb7165353995cda92b99e408b3]

        dump(WW8OutputWithDepth) too specific, needed OutoutWithDepth<string>

2006-10-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [e259efc2869e9fa964b2b145cd74e671a7375245]

        WW8PropertySetImpl::insert: forgotten const

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5cceca41f7647905b4b5ed41b0ff90cb5dd9e711]

        INTEGRATION: CWS ause060 (1.164.2); FILE MERGED 2006/10/10 10:59:04 hjs 1.164.2.1: #i69234# commit configure too to fix tinderbox builds

2006-10-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [f56547af02ed2f9079b17e7d51b43b7d3434f6d8]

        cosmetics

2006-10-30  Henning Brinkmann  <hbrinkm@openoffice.org>  [cf109fab6640be44cae284eeece2552c7dd91e86]

        debug information

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [67844f7fca58ef8e6d7b4777641876278f212e27]

        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  Henning Brinkmann  <hbrinkm@openoffice.org>  [b7ac8036a8361acc71925056cd182b704d2a701a]

        do not pass on text that is to be ignored

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [263652e1ff0a3c12379ce68ad5ce11f6ceba5e0f]

        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>  [5b137197b64ed0c3b024fa06ebed93238f6c67b1]

        INTEGRATION: CWS ause060 (1.6.78); FILE MERGED 2006/09/25 09:02:51 hjs 1.6.78.2: #i69234# typo 2006/09/22 18:04:48 hjs 1.6.78.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [505e58bff52d7770c8094312ada471161f293517]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:04:43 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [67a5888f3d43333c4ba466ca52a52e42c6345251]

        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>  [f749b6ac842adb977924ecb03c90fe43d00219a7]

        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>  [29ff948109df71339019456f697ed79cdd5e852d]

        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>  [a5b0de03b3faa3ec8ac3b3a32044b664ca5157ef]

        INTEGRATION: CWS ause060 (1.10.154); FILE MERGED 2006/09/22 18:06:04 hjs 1.10.154.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [da0abbad27f978caf59c7da9997d03a3162ddff4]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:05:59 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [721aec215f6d520eb731bb3dc0c4a42e4a2bab99]

        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>  [7938ee8d94d1f9a002fc7ea4ba6e7b200636b6e0]

        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>  [fd4dd63dbc91c8aa598abf85f88fd07b84b277ad]

        INTEGRATION: CWS ause060 (1.9.24); FILE MERGED 2006/09/22 18:03:52 hjs 1.9.24.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [4933a8244d98a073b69e6bb9157d2e926f8a8dd9]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:47 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [40d01738a5e3cdaf5531d1b6ea1f4ea4d6cc4c4a]

        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>  [aa973badc7739f22ce4815cc2592568d7b10ae73]

        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>  [966c0cb5d12c60d039fac2db860210a79218969d]

        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>  [a43274756f615f616291693a873fff019ab21029]

        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>  [d4e33de15ef893819702a715d19a8d1a85275882]

        INTEGRATION: CWS ause060 (1.15.270); FILE MERGED 2006/10/04 08:42:37 hjs 1.15.270.1: #i70086# cleanup

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e66373750cb84bddfcc9e0a06fb4fb7d47ba75ed]

        INTEGRATION: CWS ause060 (1.12.52); FILE MERGED 2006/09/04 14:21:32 hjs 1.12.52.1: #i69234# add sc/inc to build.lst

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [45b07390635e8410ab974a2da9d8bcc6e9160818]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/04 11:53:10 hjs 1.1.2.1: #i69234# create pch files

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [f660b4c0aa831a85a868946f7f2a1fec080b0b14]

        INTEGRATION: CWS ause060 (1.118.2); FILE MERGED 2006/10/08 21:52:30 vq 1.118.2.1: #i69234# Add missing set_soenv.in part.

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [68c7f97e58fce82fbb127e7b0e46f0a718d035ef]

        INTEGRATION: CWS ause060 (1.179.2); FILE MERGED 2006/09/29 17:31:27 hjs 1.179.2.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [735b3a8cb7972f59b9d1e4f7789d444f65979b9a]

        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>  [0b114d875993f90a9b10547c72fcdb6abf6f4e8c]

        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>  [b89265e771e6238dfb153335ed8a77e26eb2f0ab]

        INTEGRATION: CWS ause060 (1.22.28); FILE MERGED 2006/09/22 18:08:52 hjs 1.22.28.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6274bd839634a139d1bebd58c4bcec0092a6cb36]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:08:47 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [57c83c603209451d0dd13a006884641bd2567423]

        INTEGRATION: CWS ause060 (1.6.172); FILE MERGED 2006/09/22 17:59:09 hjs 1.6.172.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1bd6caa0e05eddd33aafa8a9a17b28591136f51d]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/27 09:15:08 hjs 1.1.2.2: #i69234# makefile.pmk not reqired but includes settings.mk 2006/09/22 17:59:04 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [bca6925658bd24b35f55a3103297168b3e28642a]

        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>  [f46cd3392aa9a13e2ac716656f02c3b5369b9196]

        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>  [7987ae7e33c3bf4e1b2343a31342c086144b8f76]

        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>  [590d7870e3efcc7fd97df6594e8263ea25b51b9b]

        INTEGRATION: CWS ause060 (1.8.34); FILE MERGED 2006/09/22 18:09:45 hjs 1.8.34.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1d81f61736d8ed3bcaf28ccdbed508d5206a3c0e]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:09:35 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [dfad43e6a4eb51e5664386c6941410a764ca22d3]

        INTEGRATION: CWS ause060 (1.22.74); FILE MERGED 2006/09/29 17:24:57 hjs 1.22.74.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [edb1e00291fd8f814179d8afa4aa6f17b2d8010c]

        INTEGRATION: CWS ause060 (1.5.170); FILE MERGED 2006/09/29 17:24:56 hjs 1.5.170.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [87183e43eb748eba749cc488022a04757fa1ffe0]

        INTEGRATION: CWS ause060 (1.28.2); FILE MERGED 2006/09/29 17:24:56 hjs 1.28.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [cc106c8acd7d2d367e23553f4d0fd8f00abfdf50]

        INTEGRATION: CWS ause060 (1.96.2); FILE MERGED 2006/09/29 17:24:56 hjs 1.96.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [235c2ce0dd3846117c20e61accbbf3006decda94]

        INTEGRATION: CWS ause060 (1.9.44); FILE MERGED 2006/09/29 17:24:56 hjs 1.9.44.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [cf170c3f6408f232cb10b440d7f2aae081af30ff]

        INTEGRATION: CWS ause060 (1.56.2); FILE MERGED 2006/09/29 17:24:56 hjs 1.56.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e9dabebcbab5a90f02b865ee73872c19ac8d117b]

        INTEGRATION: CWS ause060 (1.20.2); FILE MERGED 2006/09/29 17:24:55 hjs 1.20.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [80afc54c6379b46189b38d943fedd2bd6317c877]

        INTEGRATION: CWS ause060 (1.121.2); FILE MERGED 2006/09/29 17:24:55 hjs 1.121.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b5e083a5423eef92fd453d2d8b109f5f9e9fa3d7]

        INTEGRATION: CWS ause060 (1.34.170); FILE MERGED 2006/09/29 17:24:55 hjs 1.34.170.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [2570426b5f8161049d059f500582d30a0940967f]

        INTEGRATION: CWS ause060 (1.38.2); FILE MERGED 2006/09/29 17:24:55 hjs 1.38.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [656b5d787cb829e3335b7a9db02f0a29aa0b7af5]

        INTEGRATION: CWS ause060 (1.30.170); FILE MERGED 2006/09/29 17:24:54 hjs 1.30.170.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ea21c49fd39d1c2d219fa6e1719983d94a3d8d79]

        INTEGRATION: CWS ause060 (1.10.170); FILE MERGED 2006/09/29 17:24:54 hjs 1.10.170.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e5dd2a5b4af1fa4467c0056ac447274fd369275b]

        INTEGRATION: CWS ause060 (1.10.170); FILE MERGED 2006/09/29 17:24:53 hjs 1.10.170.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [7ebc6dabe1cdd6b02b4b10074605277af89f2073]

        INTEGRATION: CWS ause060 (1.94.2); FILE MERGED 2006/09/29 17:24:53 hjs 1.94.2.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [f7839ea2aa7eff3b1ee18b0334616505653b5a7b]

        INTEGRATION: CWS ause060 (1.26.46); FILE MERGED 2006/09/29 17:24:53 hjs 1.26.46.1: #i69951# remove CONV_STAR_FONTS

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [9cb44a3fcc442f9763abd0f0ff12d6c928f5ca38]

        INTEGRATION: CWS ause060 (1.12.326); FILE MERGED 2006/09/27 07:39:27 hjs 1.12.326.1: #i69234# dependencies for pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ecc0af8669480600a3c031771b1bc11251c8b75c]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/29 17:24:12 hjs 1.1.2.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [60324f4f4c9676007542b7e7ae153ea360ac66e6]

        INTEGRATION: CWS ause060 (1.6.182); FILE MERGED 2006/09/22 17:58:37 hjs 1.6.182.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8cae5c5e17fb2186d1a8a2ccb50760cf2e6227ed]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:58:32 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a27ad77f15561df5c11de811b71f0e89ae60e0cd]

        INTEGRATION: CWS ause060 (1.35.46); FILE MERGED 2006/09/22 18:01:10 hjs 1.35.46.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c529f820c0c3afc7673b537da8d839e72658353d]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:01:04 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [72cc3f10a7f036821cde742dc87ceb06e43eb8b4]

        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>  [9de322e40b266366c2957509f6b0261ecdf0bf46]

        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>  [142e5d55c57ca8c842c4e024db01a4a1d08af3c1]

        INTEGRATION: CWS ause060 (1.21.24); FILE MERGED 2006/09/22 18:05:34 hjs 1.21.24.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e16999355c6f31c9cac078c60e5c67fd355c3076]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:05:30 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [36719ce6f1b57ee7718e99db5657a82035a289d7]

        INTEGRATION: CWS ause060 (1.4.90); FILE MERGED 2006/09/22 18:06:34 hjs 1.4.90.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [92476d9b398a18afe4220137a532c6ccdf86822c]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:06:26 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [156288b6bbccd1e940f6d4ff61b2f9cdad6dfff1]

        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>  [349e756503308e9772da6da8c33592da4f011379]

        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>  [316902ddbbfda737e6ae91362593e4f4cf44fd58]

        INTEGRATION: CWS ause060 (1.3.164); FILE MERGED 2006/09/22 18:03:23 hjs 1.3.164.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [3eab39eca22c81ed9e536808f2de2524d81fde70]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:18 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [55c9290b012911ea486cbaf493b6f56be22e4b75]

        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>  [70d200d05cbd20c7990ab5bed285841757630644]

        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>  [030b7f379a6b4716b86c50090ec4a107e0b802f8]

        INTEGRATION: CWS ause060 (1.18.84); FILE MERGED 2006/10/04 08:39:25 hjs 1.18.84.1: #i69765# add missing 4nt shell meta characters

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [847afd018a558ec9b2cf34efa44485ec1fa494f5]

        INTEGRATION: CWS ause060 (1.11.24); FILE MERGED 2006/10/04 08:37:14 hjs 1.11.24.1: #i70086# / should be $/

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [9d96d380c993c6e845f688dfffaaf2e80b479ae9]

        INTEGRATION: CWS ause060 (1.9.4); FILE MERGED 2006/09/28 19:25:19 hjs 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2006/09/20 09:40:57 hjs 1.9.4.2: #i69234# a bit too sc specific 2006/09/04 11:03:42 hjs 1.9.4.1: #i69234# pch support for pic .cxx with and without exception support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [de469fb388b8528cf012eafb1bf18c50bec90674]

        INTEGRATION: CWS ause060 (1.22.6); FILE MERGED 2006/08/23 10:38:15 hjs 1.22.6.1: #i66651# batched dependency generation. depends on dmake46 noop feature

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1c90c1597f73d3ecd4a8081ec108934e44fa91a9]

        INTEGRATION: CWS ause060 (1.180.6); FILE MERGED 2006/09/19 15:06:48 hjs 1.180.6.3: RESYNC: (1.180-1.181); FILE MERGED 2006/08/29 14:08:47 hjs 1.180.6.2: #i69059# avoid recursive dmake calls for EXCEPTIONSFILES 2006/08/23 10:38:15 hjs 1.180.6.1: #i66651# batched dependency generation. depends on dmake46 noop feature

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [2064ac9a45fcbc8ae4aec68946633e7362340e5c]

        INTEGRATION: CWS ause060 (1.199.56); FILE MERGED 2006/09/28 19:27:02 hjs 1.199.56.4: RESYNC: (1.200-1.201); FILE MERGED 2006/09/19 15:06:41 hjs 1.199.56.3: RESYNC: (1.199-1.200); FILE MERGED 2006/08/30 10:29:25 hjs 1.199.56.2: #i69059# a bit of comment 2006/08/29 14:08:47 hjs 1.199.56.1: #i69059# avoid recursive dmake calls for EXCEPTIONSFILES

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [467e071c79b0aac5ae1a10a3844f733ab068a15f]

        INTEGRATION: CWS ause060 (1.69.4); FILE MERGED 2006/10/19 17:46:57 hjs 1.69.4.9: RESYNC: (1.72-1.74); FILE MERGED presolving conflict 2006/09/28 19:24:47 hjs 1.69.4.8: RESYNC: (1.70-1.72); FILE MERGED 2006/09/19 18:14:11 hjs 1.69.4.7: #i69234# a bit too sc specific; removed useless echo lines 2006/09/19 15:04:59 hjs 1.69.4.6: RESYNC: (1.69-1.70); FILE MERGED 2006/09/05 11:12:18 hjs 1.69.4.5: #i69234# real pch currently for MSC only 2006/09/04 11:03:29 hjs 1.69.4.4: #i69234# pch support for pic .cxx with and without exception support 2006/08/31 11:46:54 hjs 1.69.4.3: #i66651# fix copy/paste error 2006/08/29 14:08:47 hjs 1.69.4.2: #i69059# avoid recursive dmake calls for EXCEPTIONSFILES 2006/08/23 10:38:15 hjs 1.69.4.1: #i66651# batched dependency generation. depends on dmake46 noop feature

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [032757e6c7f39f2b064ff2f760ff9d4b5885c969]

        INTEGRATION: CWS ause060 (1.2.388); FILE MERGED 2006/09/22 18:07:03 hjs 1.2.388.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1a3aef2b0fab9dfaeef6cae7c6cb6b9332e1b7eb]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:06:58 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [75b532bdd8e7f3d6627d4b497ffdcae4ae6b014a]

        INTEGRATION: CWS ause060 (1.24.172); FILE MERGED 2006/09/22 18:02:00 hjs 1.24.172.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5d2a17a9a0031bbcfce1368b3a9fdb137150bdce]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:01:54 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d78e9a4cdc0d9ebe2921bbe6ad52706ad62b143d]

        INTEGRATION: CWS ause060 (1.10.62); FILE MERGED 2006/09/22 18:00:58 hjs 1.10.62.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b3e1bd55d00471613953c8aa22d77e4863baf6e1]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:00:53 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [eee76c0cc54cd22fbf17af5b3d4050e98f34d2e1]

        INTEGRATION: CWS ause060 (1.2.20); FILE MERGED 2006/10/09 15:37:32 hjs 1.2.20.1: #i70234# add missing include

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6f2051bd162d0d851ecf22b0c78a08920aec5478]

        INTEGRATION: CWS ause060 (1.22.422); FILE MERGED 2006/09/27 07:38:31 hjs 1.22.422.1: #i69234# dependencies for pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [da2c0f753995a81e274bf873298301f0474ccafd]

        INTEGRATION: CWS ause060 (1.3.572); FILE MERGED 2006/09/27 07:27:16 hjs 1.3.572.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ca475b801419b2a773253a4f53e28e64cb1c34e6]

        INTEGRATION: CWS ause060 (1.2.70); FILE MERGED 2006/09/22 18:04:28 hjs 1.2.70.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8eb704a442ff14e1bc2c4e657252183627df7b3e]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:04:23 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [bcb69aada43c84a439b2cb7367e3d41b8944964a]

        INTEGRATION: CWS ause060 (1.4.10); FILE MERGED 2006/09/22 18:07:48 hjs 1.4.10.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [aabdd8276e3961a936c7e000ec4226da5a04b56b]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:07:43 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [bc309de706ab27404bcb88048cfbcf0cf7892105]

        INTEGRATION: CWS ause060 (1.4.22); FILE MERGED 2006/09/22 17:59:38 hjs 1.4.22.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [fd5a73beef6882fbf5322428e5d37b0fe69c896c]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:59:25 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [0ee106ae5f538a4b7cef47970e6db4cbb9ef3203]

        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>  [73a62dbe984931a4142614d78857d3b64bb7230e]

        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>  [355bb8b8994b15ca436605a9f015688f4015984f]

        INTEGRATION: CWS ause060 (1.31.48); FILE MERGED 2006/09/22 18:00:11 hjs 1.31.48.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ab693390d8ec75419d04042884fbede004c6b5fc]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:00:05 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b99cf39a2bec8432a7f0a51b298587995d4d58ac]

        INTEGRATION: CWS ause060 (1.3.86); FILE MERGED 2006/09/22 18:05:24 hjs 1.3.86.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [adbf4b9e63af57ce36f946ee918bad493627a48d]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:05:20 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1dcf64c043a3d80809200207658cbfd3b391ae2d]

        INTEGRATION: CWS ause060 (1.9.28); FILE MERGED 2006/09/22 17:59:20 hjs 1.9.28.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [f2fe6f3f1e3051179432041f228094736a96ddef]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:59:14 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c9aafebdf3b5914b5ad8c018916012f7ac3a9687]

        INTEGRATION: CWS ause060 (1.4.36); FILE MERGED 2006/09/22 18:03:02 hjs 1.4.36.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c15e7021071d75aef2c12946048cf927eb6ad34b]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:02:49 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [04aed06966aad0c2755eb6e4cead5ae187d13f08]

        INTEGRATION: CWS ause060 (1.29.12); FILE MERGED 2006/09/22 18:06:21 hjs 1.29.12.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [827270c1d67f9a22f9e8a289ac6cb16db6ac0696]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:06:09 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5019efe3ee9c8b33e196d9abb276d106736fb760]

        INTEGRATION: CWS ause060 (1.7.72); FILE MERGED 2006/09/22 17:57:37 hjs 1.7.72.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [cd8f1503a04f7ea98727d6ac270f4d92723c1f44]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/25 13:32:46 hjs 1.1.2.2: #i69234# wrong include 2006/09/22 17:57:31 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b2277e48c2c1cc7768ca9427e7041e09a51c8314]

        INTEGRATION: CWS ause060 (1.6.12); FILE MERGED 2006/09/22 18:09:21 hjs 1.6.12.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5ceead2b6ebd5658c1c62d10e88600fcf2c716d7]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:09:16 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [dbb3a128ba261c3c43a7a73c29bb23d78cedce94]

        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>  [8b5a32bb0a7a2bde05d2107fba005d98d4b62679]

        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>  [bdcc44932b17fc0658831695bcf2984511a39a63]

        INTEGRATION: CWS ause060 (1.19.2); FILE MERGED 2006/09/26 10:47:26 hjs 1.19.2.1: #i69234# fix automated pch include; add license header

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e3afce2c87f4fa033911c45115569fe6a1dd4b79]

        INTEGRATION: CWS ause060 (1.10.32); FILE MERGED 2006/09/22 18:09:30 hjs 1.10.32.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [7ec76cb0f08798441009a4f20538b22612ec7f40]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:09:26 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [68d1b334790f37d9c5ac0902dbd05e6bb286bf9e]

        INTEGRATION: CWS ause060 (1.3.170); FILE MERGED 2006/09/22 18:07:29 hjs 1.3.170.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [dad80c13e5f63379e590e3079367d3d5a7188cb8]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:07:17 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [fd60d6c0e394a5112aa17aa30bf891071c199a64]

        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>  [ece955ae5868a3fcde7ded11fba0837bae8b5743]

        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>  [30709f260b8417e328988900807fc2469a01cbb0]

        INTEGRATION: CWS ause060 (1.8.126); FILE MERGED 2006/09/22 18:01:32 hjs 1.8.126.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8ee3f5a7e41713a1806e8220b6f1898c6a481ff2]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/27 09:16:02 hjs 1.1.2.2: #i69234# wrong PRJNAME 2006/09/22 18:01:27 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ff26be243a1b727f9e405db34e2051e5689e8b85]

        INTEGRATION: CWS ause060 (1.7.42); FILE MERGED 2006/09/25 13:30:03 hjs 1.7.42.2: #i69234# typo 2006/09/22 17:57:58 hjs 1.7.42.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b855454db11d9c3b6493480423b9001006a56eaa]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:57:53 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ee632e6f56db4aca4d27d658a12ccc2632769145]

        INTEGRATION: CWS ause060 (1.4.442); FILE MERGED 2006/09/22 17:58:09 hjs 1.4.442.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [674949ceb42770915de925373551281cdc8cd123]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:58:04 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8a1bce57d7ba8f4b8a81c7489e21574daeb1a04d]

        INTEGRATION: CWS ause060 (1.11.26); FILE MERGED 2006/09/22 18:00:47 hjs 1.11.26.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [22634d62d1523c808fc0ed918ddb38f857a99174]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:00:37 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b72837eee2c18816fdd72af3fbf0f3a611e6a839]

        INTEGRATION: CWS ause060 (1.31.16); FILE MERGED 2006/09/22 18:04:38 hjs 1.31.16.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a681da704367c022d8b43f92f0bf38bd69e931ab]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:04:33 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [cc56c58ef24a11909e5e7cf59c3a1518730c3446]

        INTEGRATION: CWS ause060 (1.6.36); FILE MERGED 2006/09/22 18:02:10 hjs 1.6.36.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1acd67b6266aeff1bec5a887fb8c7e3d3306d784]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:02:05 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [2ed7ecd0c2209fd564713e20bba106b2bc834151]

        INTEGRATION: CWS ause060 (1.3.168); FILE MERGED 2006/09/22 18:03:42 hjs 1.3.168.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d951a7c70e0f2ebd16e8e44990d9010960690218]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:37 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6297a5c95bc6dcf213b8e4437624f56478f36415]

        INTEGRATION: CWS ause060 (1.16.454); FILE MERGED 2006/09/20 09:49:42 hjs 1.16.454.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [7475bb6707132c99cc77e43f250cd1d46847d875]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/20 10:04:46 hjs 1.1.2.2: #i69234# add local includes to match compiler switches 2006/09/20 09:49:31 hjs 1.1.2.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ac713f5f5b6abbf1685e5564b5f8ea463257b835]

        INTEGRATION: CWS ause060 (1.14.220); FILE MERGED 2006/09/20 11:17:42 hjs 1.14.220.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [b4d4daa48c142c68d35aebf51346becfdd637bad]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/20 11:17:43 hjs 1.1.2.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [c740b970305b357242a1cb78ecb78139f3bb56f6]

        INTEGRATION: CWS ause060 (1.10.166); FILE MERGED 2006/09/22 18:02:21 hjs 1.10.166.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6c31d1c3257854f367b4d6339e98a56c8cdb31cb]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:02:16 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [639c5eca95010c93743c3bb539586c7cac7f4f50]

        INTEGRATION: CWS ause060 (1.11.68); FILE MERGED 2006/09/22 18:04:09 hjs 1.11.68.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [2ed9084cb3bef740200d507831a8580c89fbe945]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:58 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [f045bd2ffa1dcf3ee70bf2c454d8db01169050ea]

        INTEGRATION: CWS ause060 (1.8.100); FILE MERGED 2006/09/22 18:07:13 hjs 1.8.100.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8238f3eed04af3cf3c8b04b7b062233e11f9d8f0]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:07:08 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [edaf5386582cf3110a4946614a071a4b6833416f]

        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>  [4ae70627c13bbb1e87a3088ce947d5f6f225b702]

        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>  [65ea7e9254e6422bfb4b7e9669307118c7ca11fd]

        INTEGRATION: CWS ause060 (1.4.168); FILE MERGED 2006/09/25 13:06:04 hjs 1.4.168.2: #i69234# typo 2006/09/22 17:57:47 hjs 1.4.168.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [621e5a0ef9d7582a75272a490ce30141f1399072]

        INTEGRATION: CWS ause060 (1.13.40); FILE MERGED 2006/09/22 18:04:18 hjs 1.13.40.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [1236b9a513b3c167f84e921f88475fb70f35eefd]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:04:14 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [efcba48bcc3edf06d9e5f1c24597df74f2f04ed2]

        INTEGRATION: CWS ause060 (1.36.20); FILE MERGED 2006/09/22 17:58:47 hjs 1.36.20.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [44cd9974a9052640ddc466a4720d6d39d69aa742]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:58:41 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d8ef755bb3b0d6a97fc8c241014391d437b2acdb]

        INTEGRATION: CWS ause060 (1.15.22); FILE MERGED 2006/09/22 17:59:59 hjs 1.15.22.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [6fbed0607338954278812ba9183873907d0a9964]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 17:59:54 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [aa65b7e633104110a9c797d5c60c3dd866f8b3da]

        INTEGRATION: CWS ause060 (1.5.136); FILE MERGED 2006/09/27 09:18:42 hjs 1.5.136.1: #i69234# dependencies for pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5c7f0e6d6c7d39aa4d08b221cba1c9c964ad3b94]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/10/04 08:34:35 hjs 1.1.2.1: #i69234# pch support

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [135fa64b30fda28e3beb4d429bbf8f7c45f02fef]

        INTEGRATION: CWS ause060 (1.2.220); FILE MERGED 2006/10/04 08:33:30 hjs 1.2.220.1: #i70086# cleanup

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [9a8ea793a1afa3af41d91d0577fcb9c891f5a0cd]

        INTEGRATION: CWS ause060 (1.2.4); FILE MERGED 2006/09/25 16:27:41 hjs 1.2.4.1: #i69234# missing pch include

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [86582876362c84cc10def1238543c433c475a6bb]

        INTEGRATION: CWS ause060 (1.2.4); FILE MERGED 2006/09/25 15:39:51 hjs 1.2.4.1: #i69234# missing pch include

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a3adf0b7dd997f89231bf6b1ddb4b803de8c3c84]

        INTEGRATION: CWS ause060 (1.16.4); FILE MERGED 2006/09/22 18:02:32 hjs 1.16.4.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [d6939c6f0d963f63e2b3133e96c6556b8c98665f]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:02:26 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [67b608a9db6fbcbd2294fe8e8f10f5868bab0e9b]

        INTEGRATION: CWS ause060 (1.15.62); FILE MERGED 2006/09/22 18:07:58 hjs 1.15.62.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [0d2c8d942f0e81baf1f707cdd14de6aef59d9890]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:07:53 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [784f36348ab5daeddba70eb4b8cd1187d019b1cd]

        INTEGRATION: CWS ause060 (1.4.378); FILE MERGED 2006/10/05 11:49:24 hjs 1.4.378.2: #i70086# missing change 2006/10/04 08:32:53 hjs 1.4.378.1: #i70086# assign flag file to target to avoid rebuild

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ab213c63b0f9090b61c6a3203259ee5c63129c7c]

        INTEGRATION: CWS ause060 (1.35.20); FILE MERGED 2006/09/22 18:01:43 hjs 1.35.20.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [9f35ed6da0797915f188581e81d65160ea3d0042]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:01:38 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [5b1598227330c65e0572ad84cfdc30214835cee5]

        INTEGRATION: CWS ause060 (1.2.72); FILE MERGED 2006/09/22 18:03:32 hjs 1.2.72.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [8c6d3424c431476bbc7650aaa9514c2523697c36]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:03:27 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [a947bed45fdd87da49af159f4b354f82f7f82aa4]

        INTEGRATION: CWS ause060 (1.7.64); FILE MERGED 2006/09/22 18:00:32 hjs 1.7.64.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [7c30e9e06510ec9447be1e7d2e2482cf09e6315d]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:00:27 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [e544f93557d2238c0e7389fc47b8a9fe6ad1ed78]

        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>  [85eeaca0f4cca3543fe94e8af96502900897bf66]

        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>  [75236865f03a93bb880dad8b9f9343df636dcebe]

        INTEGRATION: CWS ause060 (1.14.20); FILE MERGED 2006/09/27 09:13:29 hjs 1.14.20.2: #i69234# typo 2006/09/22 18:05:54 hjs 1.14.20.1: #i69234# call required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [bb84ba2508caed6b87daa0ea96f0eef88c759daf]

        INTEGRATION: CWS ause060 (1.1.2); FILE ADDED 2006/09/22 18:05:49 hjs 1.1.2.1: #i69234# add required makefile

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [ae730e43b7ba49f073a672aa348a99173a1f2ee7]

        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>  [df9599ddd4e16f08c958ac4de1695d82668a116b]

        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-30  Rüdiger Timm  <rt@openoffice.org>  [f32d1a14400f3df79f8098bd6a97f508de50aa68]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/04 15:29:02 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-30  Rüdiger Timm  <rt@openoffice.org>  [76a448ddd42f6c84f77f62b898ec70ea2eca6dee]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:35:10 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dfb7253877e8f783f941c59c5fda1d1a28c4dc2f]

        INTEGRATION: CWS hr38 (1.12.178); FILE MERGED 2006/09/11 13:40:29 hr 1.12.178.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [735b5b07dcf2bdf63cd227e9fddc724c812a787b]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:40:28 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c807f1ebb176b75d26b5aefc9b7f62bad7584262]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:28 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [24d7e57d92d0b301a0a93adb4549d07c1c47c5b7]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:27 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a1fa5fca064059cc31a06b61a8f6a8f0a4eaeb37]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [84aa68f80c612192ce14aa5b1ba8d700e8f60ec9]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:40:27 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dc064cf99f89f9051a4624a3d56d2d8fdf71c180]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:27 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5e253f8653e8c8b18bbf745da7f216a3e02da2e4]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:26 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3be97ab5e747fbb7b22f74fe9cf83bbc40483530]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:26 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [af715ff4149ff3542ff7e78d89aa26850d1514dc]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:40:26 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d3a037b4b891b584843e71674f8b27337e267733]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:25 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0ed30a2da58d0cb32a0fe571c6792cd322412c2e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:25 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7f7048161937e58e9f306a362ec1229fcaeebe27]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:18 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [66976b130fa4d6140cb59c2531b9b91244c3082a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:18 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2ef97362a5f6cc65148ed8875e92bbbd37655f90]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:40:18 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [aac59def7b3dc0996c2ae482202066b32b30961b]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:18 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [16653b1b207adb5ff3e8c8542e0fa7e13c665921]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:40:18 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [63d1b83f1e228a73b82ca367d8c576a78ac2369d]

        INTEGRATION: CWS hr38 (1.5.88); FILE MERGED 2006/09/11 13:40:17 hr 1.5.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a1eb6fd5255d8549726640056c7f86c5f308b8a9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [99888633af90cfbe0d9f3f8cb5e8e32d0a1872a9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:16 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [18fb2b3d88fd6ffa1864406579c8da51c9bbcfe7]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:16 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b563e1f5dcafdf91d9d15f5b21d70f746a2d58b1]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:40:16 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [29bc6f47a5f07693c18d9d71951cee099c82e643]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:16 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cf6d613b6b679a22c9b5af890c49d2bb4062f910]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:16 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1ecbf9b1f11446c202e46b49b9bb65770d6b9c31]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:40:15 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5988e87c0dbffc41326ee0eb6cd1403cb894438b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:15 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [bec12820aa9ddfea0757e3084967466f7cf1c769]

        INTEGRATION: CWS hr38 (1.5.68); FILE MERGED 2006/09/11 13:40:14 hr 1.5.68.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c39311ad95d5aa570d6af9899c877a6b2537b680]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:14 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0ebadfef5423961d641cd39865aea91498c643c1]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ff40b0e6986d5b9e6143f4bffd7ea9004877676a]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:13 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9d3f74279644128e7eae6ba664e8d246e7b46536]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:13 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [600528c2dd5469900f67bc26e47f9afa01d3d721]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:13 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4fafd8e66cd38a65eef8beaa0067bc05ef2a60b0]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:12 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5d20a94642c18a849be7b4c711763c1533c7d0cb]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:12 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b180e96a54e88f6d5bf2ac69a528534c767c2b24]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:40:12 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0b997e2751d4b85a370bce36dd90db789e67574d]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:12 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c86c236284c3c915a9aeb57762080f8cf1e2c60a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:12 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [517db8ca6bb45c0a2503170fc7bb1caa80cf575a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:11 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b83e9e3b720eba531ba5ae21a63d35710a6ca854]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:11 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dece595f095ae295e58efa3867699a64bdfde77b]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:11 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ffdc55e95a030c22458932eb3736d4035e525007]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:40:11 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a70d84dbe8ef49935834f64489f723ab6832cff5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:10 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0baa927a77d7af0dfa69de58fbab521b363478db]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:10 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [52b023f589dd50a89458999b3098fa07c77e8d7e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:10 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2a4909ca7bfaef4ae54e98922a908068f12ca469]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:40:09 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [583127ed034ad64dff974e9c48d01db334c42ecd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:09 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [536196bcd0deb4b3c1318be9514d663835382dbe]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:40:09 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [43cc0ce6ff783a5c871f91b48ddd78d90ca62307]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:09 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b10c9b91a4bd7e6309bcc30c6f2e149d30a9c3f7]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:09 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [68478d6d7aba9a4528271abc43a315957138b735]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:09 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7bb7d590298d5f67791ce958056ed753d6e5917a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:08 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9d31c2d3601308e5b051c84ec5261b4abb83bf19]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:40:08 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d10c09687e56fcf91d2d32f841959b5949249b6e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:08 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d44e8618f283f4599497cf4326c0c075e2aec9d1]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:40:08 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2eda75e7003cc71ea07d2cef803633fcfd8fcc46]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:40:08 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a9de5ccb2a78329725d83e4717af382338929c0b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1a5a02498de2ef7f9c2efa4d6c43b36c571c7a08]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:07 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f226b20272bc6d2308e3f936b454766435872113]

        INTEGRATION: CWS hr38 (1.6.84); FILE MERGED 2006/09/11 13:40:07 hr 1.6.84.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c1cb7446a4b1e880a158868d45beacffa11eca6a]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:40:06 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c9d0dae6b96eb69e91d5d880be659c3b3aef4a0e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:06 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c7986902981ee97ed770641d1f45e92aa336c838]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:06 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [993bda7f82f5d0cc4e6d0d679f1345b8ce30290e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:05 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b9cbc724791c2071f1158f79a44c91df1c2615ce]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:40:05 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f8c871a3322ff6acdc218c542a7e3545ba5b645b]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:05 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d4b2f9285935ff85b866c1e75a0c798fc15201a7]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:40:04 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [81a985411ca5084f00c5d58802fefe3e949e55b8]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:40:04 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [58226a37e2a883cd9643d4584ad4216cb6cba876]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:04 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [875ea008c4d5283676e33b20bb60fa2b7d6ef0f0]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:04 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [152233ad819b72a1ff56dbd0949d267b3a573c55]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:40:03 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [076215d339b4cab3189ea74f2e9afef18ae8de57]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [827174e7c999880f9a4ea770268a55989461291f]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [db5401fb1b589318791f39bbd85d479cc4d2a95e]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:40:03 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f25fe405238d13f590e83cc5a4dd508f7d795298]

        INTEGRATION: CWS hr38 (1.8.36); FILE MERGED 2006/09/11 13:40:02 hr 1.8.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9dac2f2ad7cf8e6f83bc1eeb7ecfcf8302bce833]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:02 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3de82c37c5c894d6f6ce7c37532a8baf55d330d1]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:40:02 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e91c9e603136b5d6c0dd7ef7c9dc3f3ac7b767db]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4788f2b3a62ef0960ebb2d060328798d0ff65531]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:02 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2790c9889cbd03968b514b7638871bd2b70d2de4]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:01 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b3338d09b428a3491b519975f826ef626656f6b4]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:40:01 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [268a2de856ec7bd553ba0bf3f01f97179da73c21]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:40:01 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0907425091e3b6859443f58141fc4b043ca6ce29]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:01 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [627da1540a75e07e398e13b2846ed4be2ae8772a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:40:00 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9a195d4812355aa49ec72bc18bb09f4fa9afc4e1]

        INTEGRATION: CWS hr38 (1.7.32); FILE MERGED 2006/09/11 13:40:00 hr 1.7.32.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [961201605835e94e3ace336ac28c97a9c0cd0ec4]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:40:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [35de2ed1e89dde3aac9f2f3288d3d4d9a5e23991]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:40:00 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c5099e931376abbc237fafbe3639d38f782c8149]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1ccf3220ccf1f74afd0c2f93f8bf73e91f9dd3a1]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:39:59 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5eab043e85ecd69765e5084c2d3976a7963cf74a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:59 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d13c86e5378813db00a179b68fdb57c4c516e812]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:39:59 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d49e42d7e1ef6a7a3500a3dae65abb7f3dcae5e9]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:59 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b22a64daa7e64957a504f3e0de7dc9627bd06a16]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:58 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d9aadde26cc2b1dcccf05e4803baa6c2edd7aaa3]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:39:58 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3ce6bb92367d94f275ae4a41b69a6c6902c850af]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:58 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4fb6ac79a233a28f21a58a097cc6ed8d42edf040]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:58 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7e9c69ef508366071c20f5f1af03b5c1fcc29816]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:39:57 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b82fda540fdde8742daabbc503a5cc060578e648]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:57 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ebefef5ee330d528888c7bdcdda3ee962779aeaa]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:57 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [75b298f2f0fa49292c9c1747acba0ffc720cc4ba]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:27 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [49a6542b485d2d16856e9e65781a2cdf977eef05]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:26 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d2c81fbcadc514f884e2279e0d1d9d659a0a32a8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:26 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [31aaec3ff62e8defe13983d8cae195888571792e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:26 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d842871e96dfbf260b3267f0d0aa74789ec0d5ba]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:26 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c4f888f841f56e547b0cc9e17f4cd55c58f021c8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:25 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [480a5b6306d3659d0475b0c90d60791f261244aa]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:25 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ed995f61fe7bfc15181ca1a275b5fb481efcf352]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:25 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [61da184e8b669dbe5f06114dd673a8848c8d693a]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:24 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fe87e5fd7f2077e7ce7ecebe8800aec1617f358e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:23 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1217917a770b2197c122b4447a1387eda2f5b5fd]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:23 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0e7275f0a8e5f1c050fd9e32ca5b52f8ac2fa9fb]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:22 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [192d31404cb6b7ced1fc3408259bc4e285dd43cf]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:21 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [598d344a2c88f35df5e52c26d3483fa2b242c1d7]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:20 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cdb60954ce6778aa8cf496ea27a53d2ca174b2bc]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:39:20 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [709d0eb401cb2675c6f2c79fae23124a947c4634]

        INTEGRATION: CWS hr38 (1.6.42); FILE MERGED 2006/09/11 13:39:19 hr 1.6.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2353cb5b01e5238790bad7ecf5f017277ebf337c]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:19 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f24f6b4daff174f14235908f9bf32a029e9a4653]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:39:19 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8ca4866508ebed323c6532bef867e2d891dd1324]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f1fa30881a9923bfe923c9347d8b52b3e402b053]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:39:19 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b8d907233e51e50897cc7cfcc0a83ce5952b056f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:18 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a37161f6de53eb3a2a058f5f729434bfdd4c58b9]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/05 11:18:55 hr 1.3.118.1: #i10000#: token after #endif

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0c3d386c91834ec12dd69f178892f84968f34d37]

        INTEGRATION: CWS hr38 (1.7.70); FILE MERGED 2006/09/11 13:39:18 hr 1.7.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b92d318abdba8dc7f5f783eb087b85ad8d977bd4]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:18 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9cb06d3f659083b0c349736b5a1f4450cbd73e57]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:18 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f7c94209d7ef7bf085572a672b05fe7f97971537]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:39:18 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fb23a028445dfdcd1ba9469ad08661a9737b0ad2]

        INTEGRATION: CWS hr38 (1.6.42); FILE MERGED 2006/09/11 13:39:17 hr 1.6.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3df62f194c517f732aeeb9c3d7598a8cee3380a0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:17 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [57a33ea90d20e0313fcb316af05a5efb4b9ebe41]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [89ecbb16b06d9cdcf73718839c51219536da9a4e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:17 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3e71c56a26610759dfc3937ca22c120531d0b46c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/04 17:25:20 hr 1.3.118.2: #i69179#: clean up stripped files; remove obsolete files 2006/09/04 17:18:12 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [afa8e11ec770fe1cc663746f9a595574ddb58139]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:15 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [de3842e676d22b2e600752c9613ae545f5930365]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [19c8509e5188845dcf654b1f2c8b8234a42ac65f]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:14 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4ac88bae8c5f3d6de3fd815268fbe607774d3252]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:13 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ded40535a80bcbe4e935a7adaca962d0e13a4fe9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:13 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f0c20b21ab816ca738c9760338d0b9294bdff644]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:39:13 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8b8e0cd09221e56cfe7feae0fadded9acb320797]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:39:13 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b30f0684291af5057db8b677caad2281cf34e3db]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:12 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [400dc1852f58585e29a93beac443e31e5ae726a1]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:39:12 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [39f71d12fa42ddeb02ce4a436a7aa4d1b7b55b2b]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:12 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [991cd1287b2b69999d39b24147554edc30491612]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:11 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [20e8b19a87357024c6b9a5486f00caa109608e32]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:39:11 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9cc9a875e818a239ee98752be347cbaa151a46b2]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:11 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4918044e9335a89dd80e9b61d8ed446b2059a624]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:11 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [31879dad6a9f534708ccd793c2c4fd0532596e09]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:10 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [745bbdf9713f40c738e65a31f4967f0049c1caf9]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:10 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [09738b4ec46253135a4daff551d4e1c8f41ad6fa]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:10 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fc67156559d91b7e290263400635aa9e321efd54]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:09 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9255b5836a00821c66c0b08ffb6f91c9fe2d12e0]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:09 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a4645a3b615fb443551d872f4d5afa0cd09ede37]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:39:09 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d5cc96b6df249fe6dcad9e1eca631764aa80072c]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:39:09 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8bc75a77f0eac180df6f8c3bf333f4ea85512711]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:08 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [854b2eaa9eb44562b357b69276c40f97833646b3]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:39:08 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [487af1631af9e6c1b1ac33c41fd09b0f0faf7fd0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f2e07f6044a2c43e8e6b088cf1aad21bf438341f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:07 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [18527b8a1ce849ef14a82662c52edd59157a6033]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:39:06 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cb2eb7b0d347b4e12078faa0c18709315c463e2e]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:39:06 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f03e7ab037b989ee4e8d66b7c4d8754d3d49c190]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:06 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a273edc396f3b8105b72a63b5c66c4d99601d785]

        INTEGRATION: CWS hr38 (1.7.88); FILE MERGED 2006/09/11 13:39:06 hr 1.7.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3688f18fd5af26ab961fa50b37b51956cc0766a1]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:05 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b6f9c277ab038184e870e4db11f48150c1b5c47a]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:05 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [41e2f5babba7d6dc8490ef5cc3ff9ee4dba68e6c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:39:05 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1df76647ec11b18d28922342c5ca750089e80ed8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:39:05 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [45352a1a293ac346acdb06880b70e88505b66e14]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:39:04 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ccd172e95e7cebbb40f8b8693c69a948e75a1f12]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:03 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fe57ca07490d7265395323ea0524bb1ff052867f]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:39:03 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9d788f641ec7eac263dc4fa45fe8e25cbbc73f16]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:39:03 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [13a0fd7f9ba6699fb58a4c708a7518699125ad95]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:02 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4ef2ccc3a6feea8cc509b6f79838e5ad4ef95925]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:01 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [55144b882c979f81c46eb1efd4eab43745981617]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:39:01 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8bf113999138aba959f703a88c037688f5d8724b]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:39:00 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [183dd73aee005f0d27f5b7522f7bfe781b53d560]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:39:00 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [56f7bbdb00e62652070b0e741bc8e28987a38721]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:39:00 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0de4e76bbc524b1fe5ee4c5a84e9f6c5c6def6be]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:59 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3e9c51cc1dd6c0680074506f34b9fca12002a786]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:59 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fafa75d6d926274d27f68ea6c2b5c197ed023ae8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:58 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [970d005958e34b38e01ad5bc94f6d067b498e25d]

        INTEGRATION: CWS hr38 (1.6.42); FILE MERGED 2006/09/11 13:38:58 hr 1.6.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [00aefcddb5bf2afb74bab7d633b830e4018f94f4]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:58 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d6b9532b71aa452046435c7a03948a64f8dcb15d]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:38:58 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [95e004607d6604fc3e8418da420b5fc4dc69f152]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:57 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a570687edc13af040c28d1c43f2920d10b8a4e51]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:56 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [df172b6a7cae0672dc448bf812bfece27c176164]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:56 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [20ad3291ab0201ed1a2133f939189373cd31163e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:56 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4cc7adcea6300005a5cb9bd33b97bd9c6c28d3a0]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:38:55 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2b16fdf66dc28efddf5713c73e4cb4e5f12f8720]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:38:55 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dcbc6338a8330a038f782672844052da52212f34]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:55 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9079c97026e4eb293ab74897f70f3a7e43a485f6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:54 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [44b6747a0f2214bddaef374f74c370cdc0ec1dca]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:52 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7125e9e2cb04161967bf7a39e992373037ae70f7]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:38:52 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [294c241b3e8630e74d156c74734421e2ad74e5d1]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:52 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f07ccc949403325c76e32fe8a8f936602823e642]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:51 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [679785ac769a3b1fa52820efbe89db075bfd8988]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:49 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8dfb80dde4db32f52461005f748e36d7a04d1b08]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:49 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3c72b711297eee5813ee478c98c035ea2e6845c9]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:38:49 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [df22b6aa03bc2576dc6f2e5acf2b8c9b33a296a6]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:49 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6d86da6ec543e7bf449f37743c694144b4110e13]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:48 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3029dabbb89c9ce00479efbf5f2b52e4d2ceb20d]

        INTEGRATION: CWS hr38 (1.6.42); FILE MERGED 2006/09/11 13:38:47 hr 1.6.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [91e92ea3376fc19963d6db5a87784168eb7cc895]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:47 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a989bbe560c39d0bf57a72d76d5ab9acb6ea90c8]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:47 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b6283b59c11b31e39daeec6e28ae41c9626a55a9]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:38:47 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ae02ae055eeff0204d56db66e4803c3f35445f5f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:46 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [68abad763fc67c20f2ea3914e3853b883fb93d32]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:46 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a2f9f1e8f0d0b5946650b1774e4e46f9f586b54f]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:45 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [af3f8675d7d7275026d5d5a2d62cfc2c39db9dfd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:45 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a11436a0cfbbf58ee4074a5affdd8af15462c12c]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:44 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cda106c7c3fa4a642906ac62c60c15198e027d55]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:43 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1a54dff0510b1a8cdfe8a4ab030f04c4bb194663]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:43 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3232f8412c805acd9ea27c4bdde44c29cb13f2dd]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:42 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0d40c0ac3beec0cdd9b436d5de7ab611b608fee0]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:42 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e55576957375c3ea22810f71bca5bdabbe97b998]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:41 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c9391a4508bb355fe8dbb3a25aae6acd34e44bc9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:41 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [055a4b1c8256160f4a56d25b424edacd78a5d39c]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:40 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e810367581bfceb0908eca512c14e66f9bb94022]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:40 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c5ec8d7c6780c8ed8e66d708ad9466d7aea0b419]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:38:40 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c7e7d0af8e0495a07006944e20c2c0ac118b5c7a]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:39 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [795fda4f45bea0d7a3f048515df6648d896bae4e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:39 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [68ae77a2fd8c212bba9015abe2e5d051400fd91e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:38 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b868c96ccbc9a7074941d6a11fd0e433efccf6a4]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:38:38 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e84c9700b70c9d5c9fb3f9c3c01503ddc25a3224]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:38 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cf24b60dd1a06eb67cdab8a756d3594b77683446]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:38 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a50a9d9abef1c340042a6d8dffd97cc888cad2c0]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:38:37 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8ca3cb5366b72d72e751d2bb2bbc16d346958356]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:37 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e1be08c4aab4439707f6e775b73fdb11e5f2a63c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:37 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b27b4d19d566964c415bdaf545708b52366d68d9]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:38:37 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7fc429da9c49346396beb2e966df21915fe34f0e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:36 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [527e93658ac9e12e9ad7eef72b9bba8afe678702]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:36 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b30b52041b22b6774fb7bc2a8aa44db2c18aeb7b]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:36 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f266e2f8ae8ce26a65acd80a60848794977b98d2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:35 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d2440efb1fd2b7b3dbb3f31264b9f6aa92a9f2ca]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:38:35 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f3deb5e2da1212c58d7fcf42ce71e461bfbfbc2d]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:35 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [df6dd5cb4a16437806d8891843ca7122b627a603]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:34 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a7a66ab90ebfa1b5eba894cebfd63ab4e8f6a63e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:34 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ff334e21ce0f21e12e7b3985074508b10d3a9f38]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:34 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2df3d0b2eecead56444bcbdd7a81ffd31086e0d5]

        INTEGRATION: CWS hr38 (1.6.42); FILE MERGED 2006/09/11 13:38:33 hr 1.6.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [bd17d5cc2960e022ed6fe2549a0a6fac043e7dc7]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:33 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ef2308245fc156d993d0c9e059685697adf91526]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:33 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ed79b4ec0849faddb50a685d7da9b3245dc1f7ac]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:32 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a6486252bf763cd32fc06e788e57c0f00d988d65]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:32 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4a62d599e75e0aad2a046a2742b3e83cd92f2a36]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:38:32 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0798a308ca91b65f198f1ea00d9efefae1e7ff1c]

        INTEGRATION: CWS hr38 (1.4.40); FILE MERGED 2006/09/11 13:38:31 hr 1.4.40.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [10a632abd04ef4167ca2d35f03ab3149f7da852f]

        INTEGRATION: CWS hr38 (1.4.42); FILE MERGED 2006/09/11 13:38:31 hr 1.4.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2fc418999dfd12e3cbf61ed92dfd36557877e9d1]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:31 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [472bcfa93be2e957beab1f03816171e62ef64414]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:31 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [64008616ef64020f1e2c1e5f695aab88a58f7972]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:30 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fc907572ad248af7ed6d9ee717f6518c7dd29b18]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:30 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ff29aa6a1e770b1e0538acf3a93533700b1aaf14]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:30 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [660d7d045026ad8484e362c696982f15641c0ce8]

        INTEGRATION: CWS hr38 (1.5.42); FILE MERGED 2006/09/11 13:38:29 hr 1.5.42.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a6bf75571b093312caf8f7c3ec714a989189cdae]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:29 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6d043f33b02e857a50cb28bd6729ed21e05ad1d2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:29 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b5f141e270ce0bf6051c05d2e5b2f8b6d7ca06b5]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:28 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [380a25ff7d1adef488e6431577a94536921e66a8]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:27 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c0f1577b4433f9524ba645218a8b00782b563bec]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:27 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8137a363fe1bd44c7bac101017858b59acb5da50]

        INTEGRATION: CWS hr38 (1.5.76); FILE MERGED 2006/09/11 13:38:27 hr 1.5.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ba8c11888413e60379345703329bed99d09b2642]

        INTEGRATION: CWS hr38 (1.8.76); FILE MERGED 2006/09/11 13:38:27 hr 1.8.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [772bf5b6a26456a38cce73b193f33504fa2ffb92]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dca175ababa1923555a50c6e70f87e2783339d28]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:38:27 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d05b2eacbaeed0d2e5b73c40b90cc13865c033a0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:26 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5ba77460c6e456e9acfb69ddc4be333f85110ca1]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:26 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [12505ba683fb6cb44fcd07dc26f248d8c499d473]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:26 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4db43eeb1d0591eb08dad9e690054d8169f592ea]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:24 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2a4c54bfe7cd479a4420bf170fc8d8059f68966f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:24 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e38a4926e0de995c870e316b16dbb21f8d700b92]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:23 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [de7f849c15da01a5e36089d949891f8d22a9602f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:23 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [957d6ea11d4e86ba8c1520c00cb60b76fea6c359]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:23 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cc27e48e3490cbdb2d767c6eff272edc3b8dffb2]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:22 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ed7bd6cc1251ee27df2bfa69147e45e975f5ac6d]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:38:22 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [642d100ad5cae29c631c6db167f62aed6c7882d8]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:21 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9b4d7f570724986daed03245e59bc84f47c5724b]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:21 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [16af2558849486adac3e1def435e241c6d01267f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:21 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f52edc18f045c745fafe12d2efa6b3e0599573c1]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:21 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [976736407c57724e116728d897d43a37fc1d4ac8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:20 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [aed470f9644e0e812c7687fd31c1fd23b628f130]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:19 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1bdd0fe93be26f7b7080fd753f5e7b317a36012e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:19 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [915048796a24100893b2c5e01ebdbf250f224257]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c3a29a1da189cefcba624d7a9a863c706890b37b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:18 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0f8defecc67029fa2222ec29215f352ec39e253d]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:38:18 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [81d7c45d48b0fa77649b55e2fe79769eec7251ac]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:18 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2e1b3e3ec3d58e5d168e7bb0564aec28b6e1e226]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:17 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2faf5e2b404e4888b01f33442b79f4ff8478ed0a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:17 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [297eac7ec0340395d13b8151c62b22e168c337e9]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:38:16 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c2d858545aafeaf49dd92520f60ae981e38ddfd9]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:16 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [534b6a43c767c5485308d50ce97158aec5a0889e]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:16 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d7fcb0d4a4e0650d56c929596607500eb8722d1c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:15 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [afbbacd515f481a595fcd082513d976d63edc618]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:15 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5a1094ff0134fcea37664a83973564b1b4c125b6]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:38:15 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4c3059152712445e9a0c96a9663852dae8425dd8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:15 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f70154805170c12103830c4547f44ae98c268bf9]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c57939f728163d1cda4c79c777d572fc1b136d30]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:14 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b8c4929a2e554955acc4dd0bf02c1b97aa8e08b0]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:38:14 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e3b2757f89ce9537bb67d68397619c8bf6756b63]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:14 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fe1285a8178576e1b33bb317c67b369db2c5fa3a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:13 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d0be9dd1ac50e8951991dad2bb9d9dfe8df223e9]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:13 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f6ef0d493e301983c9a48ce5cc5f9d5ad43384fc]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:13 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5fb171cb760667ad0c23ceacd86d2e919533a2fb]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:12 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [eeb54bbf378511bb326d68010fa645ac2bcea2f0]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/04 17:32:23 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [642deb9f0858d0bd3eaa94c9a2353f8c8435087f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:12 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fb0e2b27571dd95c86e4599551005925a9ad5fb4]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:38:12 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [188b5e9bb7750ebf511e94ea16204c1eb7da5eeb]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:12 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c27f3582969fb16f8560ca06f3e712be2e87fb75]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:11 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [179ed1611c76a81e6867d00d82c32bb0b9fdab1d]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:11 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3008036102b46d9ece367612bf297252e98ff07d]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:11 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [df61b3145600268cf5c0c82954a1fed50361359f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:10 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [326eb16d0328dada5c8a5befc70dfe8d636d44cd]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:10 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1717599292614abb28ae108845ead700965c0862]

        INTEGRATION: CWS hr38 (1.6.98); FILE MERGED 2006/09/11 13:38:10 hr 1.6.98.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2286b7123aa995150bb451f0c13dd581c3cd405a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:10 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8a47876b27100425f3b18e9602b4c61807e05dc8]

        INTEGRATION: CWS hr38 (1.4.96); FILE MERGED 2006/09/11 13:38:10 hr 1.4.96.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3b45ed521733f7fb458b61a94cd3c21b14634ac5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:09 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3ff75937f391be917e2cbe7eba3d90ed4188a0e3]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:09 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3fa1804da97af250ff609b558d3d9518c872e98e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:09 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fe60a4bf2777e76dab7a208ab7850787a76eb6e8]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:38:08 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [409831722ca20bba295566e1c29625a2eaa254b4]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:08 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c2cb58778d222cd943956aae15b33bbf3c97ce6b]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:38:08 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [20493867d087a42ee17e60168c7dee26becf8748]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:08 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [58e3a33ba7a0aec07de358715b31dbc338b35b6b]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:38:08 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [87223aa3a56b3b61f9eaa8b5ccf6e8e11881b07a]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:07 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4e2ab0806cc5c921e26ef2e6af3c36768335aa8f]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:07 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [45957f02742226369b85ad80b45d64e91c65d14e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:07 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3e15ef62e26673c2ee2140f3f0c415bdf016964d]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fc88346d9666c90201759df356aa185311cf834b]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:06 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [32098225a074d39dceec1e99383d81a11e58c9d3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:06 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e595baa499d445edcbf7690c96ccf300efb50efd]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:06 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [446aa4dbdce610e94a06f1fae6b5e24fc3096ab4]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:05 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [600ff0407781c6376698824193bcdd1fb15e3847]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:05 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [edf0b055f28431a623de3b87a4a80a3d3c721b9a]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:05 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a345a8a61ee4e0812499a5350337c343f731b355]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:38:05 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [79f5e1e1b9b0bcb078172c10ed90a68abb55f158]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:04 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3bebc64685fc0b3064d8577ed7face0f2ca0f335]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:04 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f8e196028cebc1094e70781973587453992ac44c]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:04 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a7f3eca9e43b10c0436705b4db4cf27cd5bd6510]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:04 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b1dddc7ecb607cfa751d98f0dc15ac9814b10ff0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:03 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [16a8a60e9b66bfc3c5bde6050151ba9ec2fb735e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [dfefc6e189f3cc95b92cd345b3bdfc1652623638]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:38:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [240d780cbdbbc8fa583bd14198b96890341211c0]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:03 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [bba43d706834288d6d647427e6ab2fc4ce1df872]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:02 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fdfb1efa592f714fe336de8ee3aaec111b20830f]

        INTEGRATION: CWS hr38 (1.5.68); FILE MERGED 2006/09/11 13:38:02 hr 1.5.68.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [10e70088a1dab0f46a590da24f17c8070dc4713f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f4c4e0afa94ca13102e0bd67f1dbc77acf680aff]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:38:01 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a328633b0829efaeeddad447a03b2087c0e0b8b8]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:01 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9cd06223e1308835075f6b71ea22ea6098ef9b3f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:01 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b3905aa6e0892c8af6fd5f50e433b0dcf44a312e]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:38:00 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [64469c1e0708c6e7d744d219252e32a6f964660d]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:38:00 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3f216cfe09ebfb69bcdf3c634b2dfd0e9c437d9d]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:38:00 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c675c513f22cd93b7034fb047ed8f70e8d3a530f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:38:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ae2e33a6d67117725ff21568e9d93f55b97b83ec]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2dc3907217e15d091575d37165c27afc50424e5f]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:59 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [41e89a8ade6b0549a4deaacd3a239ad84a77338d]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:58 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b65684e6decce3427c9d418393751a4e956e538f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:58 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1d801e38be84dc8d58e9e00e2b70ab76a92f6925]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:37:58 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [bbc2aa00d18aeb2c286feacfc51a858ab91dea61]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:37:58 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0dad9456bce12c538abe6ffd0d4f8edeba8bb74b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:57 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6bc78bdcafa9e60a65735d2db6c16a2de348fae7]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:37:57 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8e363102c4405f87d5dd62fda4f8efd942040d8e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:57 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [946d75df1e5e49b1c472adb56a958d129ee5041d]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:57 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e360644a2a2e82fdb7f77b15adf5b44c4281df97]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:37:56 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1c928b1788ebaad0622168cac3893a91b669f48a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:56 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6c1f36dc3142c221e18f1ab866d3d75ef98283d8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:56 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [307c9948d020aa7133c2721241914fa342127c90]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:37:56 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7616ff37cd367fe21e22a302c24d5dff4b6286e7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:56 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [236d484f5a6fb898bddd28dbdfcc406a5416288d]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:37:56 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b239da8fe4d333024134d44111972bef653ab0d2]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:55 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [504d26bde35d175279d295b8a8ba30ec52d82dec]

        INTEGRATION: CWS hr38 (1.3.114); FILE MERGED 2006/09/11 13:37:54 hr 1.3.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b94b49507ab2983a6170241f7d0282299aea76ea]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:37:53 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [84c071d5f76f667b54cb0652f7703016fe0c14c7]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:37:49 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e69c039c3613993b706ca21042935c0f0b7e5577]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:49 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2deb0e56d8039521dd84a110715304eb246c8ce2]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:37:48 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [20f1886e87e2d4376310849634f7d2d78d91316c]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:48 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b57cbce67898a010ee179a49945fdc9017860b27]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:48 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7f794028b8e5bc6633d42aaf3d764ae86202f3aa]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:47 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [730b4b04f7acac37ce6b0a8faf872a37450e789b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:47 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ae5036d8a951ac0866321038c3e104f73e586b86]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:47 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0d6987b5f858adc5c7fcb2783511bde6d6229bb2]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:37:47 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [04fc139542d969c44f95159a2f1ed4bc55943c3c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:46 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fd564739fde8af5a1889b907f86d8d35b1c9d8ca]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:46 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d62c006d0f95ceaa2888de47fc1a9b41b3004fbc]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:45 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b4780ea5d3241bbcb8f0ed66a05245d309ce06e2]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:45 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f30115e499c13273bee7aecd0a66c763cefc8aab]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:45 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d41ba427f059c646a927bae5c9bce6c893b03b91]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:44 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7c8a40765bbfa106812226e239cac48246401c5c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:44 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b0da7acd86a91bb78461dd938e79ce7ae1def65b]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:37:44 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [abca7ebcdc66e5ecb1763dfbde1ba72c1579ebb3]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:44 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [86777fddfc717a21db0239dca9ed3467a8d56aa5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:43 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6d59675326b7031a6f8da45c5fa36c0dcc3729f1]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:43 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a26cd26268751e6a8a86f68f655e9df75028faa4]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:43 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6041a302985fba047c54aad910e1d366f5ed0c4f]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:42 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [55ae66ce8cbf90854ac188e94626625f7854a257]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:41 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e3574cafc760ef2d28acb2d77b120e78f0ff7405]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:41 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [aac8500f8e8f733cf85b2749f5be11d8e19f8f12]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:41 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d96ca7ba49fc56167713654b9f165caa95b8a524]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:40 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a16b58a91d6bbb8b8b92dc9bf7e34c793088ae05]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:39 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ec67d4b0ab2805978ecc747be716a0c9b88a4899]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:39 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d8258fdc70cb58def5777449b59b1ecb1476d193]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:38 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f91fb09af331058060ba646c0e782ceec7f638f6]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:38 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3ae27dacd8becdceb243870e8f28af9dbdd062ac]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:37 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [663afab5990b88eaec9bd41f40027458e8c08d4d]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:37 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c98c7370ab0a0bd5642a651a0ba077493ce600ec]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:37:37 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1cb8675d531e2b2e844d6c368ad975794b734290]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:36 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7e872ce084cd3d3dfac8ad6d0b4cfeb91d144ba0]

        INTEGRATION: CWS hr38 (1.5.28); FILE MERGED 2006/09/11 13:37:36 hr 1.5.28.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c8b3da1b6a3f7ab17f1087c45edec3c4bcbafba5]

        INTEGRATION: CWS hr38 (1.5.60); FILE MERGED 2006/09/11 13:37:36 hr 1.5.60.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b35b3636252719558ec41d48c9172f62b6cc46c8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:36 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7db3677c2294b3c7c514f8561c21f680ebbaebb1]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:36 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [51bba1445458b31bf1c30d482c7c2eb9ad899400]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:35 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a1b10699c1c05daf7e81cfeec470e1b2d136e3aa]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:35 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [36b64e172cb7e6771779f6ada46767cc5d84840e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:35 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6c5b23adb2fad5c52deb3a97c8dd07deb6684ae5]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:34 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7a2c1c7c2f6476e31f3d7c5b7c83f93288b2485a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:34 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [83134ee0e90e235bb0bfc3d16dcd90aced540a61]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:33 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6749011857b15919a37c43dd830b31b1e1529f5f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:33 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ebdd9bf92b5bef5fea962863926db527f8ecacc8]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:33 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f5160e5b907abb3b2713261846187047a226dd4c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:32 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [283f9aa719aa5d8330789e153302fa1c951f4e5f]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:32 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2b9ecf4d47c28869b3684febd3377e5903e975ad]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:31 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9edba220053be31143d9f7b48dcca201c3afd8c0]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:31 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d49ec509f7ef875112612e29e7cde82a6cddbb5f]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:31 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4b35c029f0cfc13bddae000255c1e6fb3166b3a6]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:31 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [091d668e3b1fe8d3434dc85fb62ec4fc337176bc]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:30 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [88d76f7bbba80a8efd663edaf12f61c2032649eb]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:30 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4651e61277df2f43ca97f4bee1c01252eeaf2e3a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:29 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4892dbbcee8bcee671775dcf10e78f63326da88c]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:29 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [515cea12113328ae95f8786cbbb4833f089ebac8]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:29 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [1b95ab492687f8e87cc43198274dbe78ecc92446]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:29 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [96aa4f38887d15c90f5182cfc047090bacbe43bd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:29 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [599475721da779d1cc64897bddfd4ffd9daed136]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:28 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0039a26af5b2b6e2a14875a59e1c11960f75915d]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:28 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a19da0526e663050c8f20ff093f9aed6ce0e305d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:28 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a4289bfaa3cf4200e9b04311177049a4477e9750]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:27 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [799b131f9e19e8c4c028dc20c366b1db5b081412]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:37:27 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b7b28e1340b284c8beedf8f6a1742957dfb64832]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:27 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [70c3aef804568c8d940e81a1451758b83aea3a20]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fd2c19a98190c71859c3c1a51e004460cb89374f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:26 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b87f71390e350ecbe37e13897ba3d8363bfc7627]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:26 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [935e59f2222c71224c3bdbdbdd6b233272dbac3b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:25 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8e187a49a16c9ba256eb66a6ddc39516ed252a4c]

        INTEGRATION: CWS hr38 (1.5.36); FILE MERGED 2006/09/11 13:37:25 hr 1.5.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [36100b7922171f4a42b645fde5fa44566cc21d49]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:25 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [166e77a6004c61a227e74bfdc5d2ddb3c0662c3f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:24 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9e0a13b2b22415082d1499e0d657bc5df118f8a6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:24 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d9a8d4e278c9379391c1259376cde7469275d5d3]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:24 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b4e923df3321c0b87ce69fca55e128933031ba43]

        INTEGRATION: CWS hr38 (1.4.28); FILE MERGED 2006/09/11 13:37:23 hr 1.4.28.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [951ca183d385969f24a4e08b8d7e3817a9e8b614]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:23 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d216f90ef4b32021f74efa7e7d9769a7eb49ddcc]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:23 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b5c683f962917951b9f9d4ab863a9da16059c6e3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:22 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [15439c68ae7741fefcc1c912a83dcf5aa0ab8c38]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:22 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8aa2f6236271824dcee5aad89c07fc808a66aafc]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:22 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [8b99f5f1e2f0b20297f211e24f9c39a7a1ba1222]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:21 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d8927872e87ffff657402c59112d180f76c4befa]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:21 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7136b342c0977bbec907f2229baa75df743ff018]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:20 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0160f0f0d425e4d9f7c4011f120574d11e9a7ad3]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:20 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c143e4e1d1950accce69b7f87e9c86112e8a72b2]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:37:20 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [56cbce949e41564abc90b5b312f695e3048fc30a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:19 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [2c848604e525bac4b4d99f3b6d441c249ae07f35]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [cfee62242685999b6272bda8bedafa68d0f672b9]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:19 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [56d2a273168721dfc3c692e96f71fef339803e2b]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:37:19 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0c04faa8d41040655226bd072e2c27cf754922a8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:18 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [691735b4299e2c80be9647e20cf7d162ebf266c5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:18 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0f5adaf9af39e19ca986220b386a0786afedfe2b]

        INTEGRATION: CWS hr38 (1.4.34); FILE MERGED 2006/09/11 13:37:17 hr 1.4.34.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [4c5faf377bc635bf7b81a81e1dbe39a18eb2f087]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:17 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [755d96a43a4de40456f4137112262c4de77d9cb7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7a4ab058b0679f82696c82fc304a9b5c9364af51]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:17 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [abbe9e24125a40ecdcaa3318183c3331ff9d9ee8]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:17 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [75e29a65befe1f8b41c5feb6379c53aa8c9b8257]

        INTEGRATION: CWS hr38 (1.4.36); FILE MERGED 2006/09/11 13:37:16 hr 1.4.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0fac0399853df2ae62fcc12841840db164f062d5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:16 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6c0d4fbd308e8e4429e1dc64d467fc3ab6b5990f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:16 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7d2617cceaccb2ff8af100b1eaa800df7913dc72]

        INTEGRATION: CWS hr38 (1.4.106); FILE MERGED 2006/09/11 13:37:16 hr 1.4.106.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5cf029905ab6ac07171cfd0ba7ff1d530ace00af]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:15 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a6976aeb26edcc97682c506096f45b8e84792f1d]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:15 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [99f9209a15d7a3ca8c026541ee4ffa4bb7106fe8]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:37:14 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d29f65d251f8c656c588b69054fa49b74d7d4669]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [d0fbf116a6cbadc651c389f56bae654e9919479e]

        INTEGRATION: CWS hr38 (1.4.88); FILE MERGED 2006/09/11 13:37:14 hr 1.4.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [df160a0c00a411a8b82041bc3947dbab48f20479]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:13 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [69d9403dacd259bb92c507fdf7ec9ee7a470e037]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:13 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ce03cef34407f8a74de1babc25b90dc07883379c]

        INTEGRATION: CWS hr38 (1.10.22); FILE MERGED 2006/09/08 14:25:20 hr 1.10.22.2: #i69179#: remove obsolete files 2006/09/06 12:42:42 hr 1.10.22.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [6782ba0a3d436fb2892c685fca2f71665f2bf168]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:37:12 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [039bc59775aaefbdaa8ceca2ed0fe3bccbbbcc55]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:12 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [9da2ab4c7c7d2883d18b5a9e04f1664d15ebdcbd]

        INTEGRATION: CWS hr38 (1.6.26); FILE MERGED 2006/09/08 12:26:46 hr 1.6.26.1: #i69179#: remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [0a998b562f7c35d85b9974c9a79a4b03fd4cf5f8]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:37:10 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [23a77390c049c54468905b7545aa686188419154]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:37:10 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [fbe97d354a851ae9eb6e9cab4228363b2e8d82a7]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:37:09 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f56f15c45704199a752c1de5df12647962a109f2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:09 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [b849a1c72f58122e007b48d881742fcda0aa5260]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:37:08 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e495f8790dd5a5f27dfac61a3a854a21fec30ada]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:37:08 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [64e12d56cb70016f1beaddf1cec669cc67bc519e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:08 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [bccb6d7074a347f90d73e3249224fb58db6aaa2c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:07 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a80186ce499a69786fbb4ea96ed09187619c1a8c]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:37:07 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [47f0e62e484bb8c0e41e857b3b805210030c0ea5]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:37:07 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [389ca6c86794f685320a006ea3641b33b4ef3bd0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [363d57cd3e899ba249356de055dc342a6a7dfd79]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:37:06 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [5530db4927b0c4a3b32d06a44bd4b2f258ac3c69]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/06 10:58:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [60aa565862c06048d5525a87711cb7d273aca4d9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:06 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [ca03bcc4efd1115d7fe157bc8611ba892200875f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:37:06 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [20bc1295bd14c9e9413de0046765724b98fcd5d9]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:37:04 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [3b4998e606fbc2665c6a10e23cd8bf752df7bdb3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [eb4026dad01f327ee62b8bbd197558185f8977db]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [42ab63874fd784be381c55ce00289868763b3f54]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/11 12:51:23 hr 1.6.28.2: #i69179#: undo removal of sw_slotadd.cxx 2006/09/08 13:31:35 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a331739e44010f6b8f3692a0c76ceac1d09a770e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:37:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [e704eb81f766746a4f17a109ff40ef216b09bff6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [c7a76f465cb78e13d201cea990ca39f0896a3be2]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/05 16:51:09 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [00fb345063665b0d0bac44846d318869905e71b7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:58 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [efaa0e40cff87736e8da61e8a41922f066220cba]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/08 12:21:27 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [787fc638c25e2140dea4405fa75afd5ccf28a3e2]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:58 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [69b96c0d4c08127dce9dc4288269ff98a875fc1b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:55 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [f4279769840c7c095e53eec20ff7a70381831079]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:36:55 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [7946395b23caab1da61a3880ea20601ca79bb5ca]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:55 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-28  Rüdiger Timm  <rt@openoffice.org>  [a414e488bda88570bba29e0820fea0ed07cedb3c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:54 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1185cc18393270c64727b344c59c33f96fade7af]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:54 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cb5c1ceb9085aa8abdc418f9ac201968f89a3dda]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:53 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [86a125e6cf06f4d06d29402233b967d7c854fdf5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:53 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [125c5775ae2bee064110c6e496115420acae7f3c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:53 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [185ee6f33d40ab5db28da560ace6c6d838d5c3d0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:52 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e283a0bf52727e8376e908d45fa00600c9f60f1d]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:52 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dfa0c637e7e52338171521fa241d30b9ac642ff1]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:36:51 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [78a47bfdf56242acac4e40bda660baea5645d405]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:51 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [94c57da921ea66ec373592133c2bd9d34d1d8b22]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:51 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e8ccc88e47c1e5449f9cf85dc1a3809059b1f4b2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:50 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2c6d5b4b679ac4af368fb5b1e7fcdfaaf172d894]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:50 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e6849192794142712d54f1d960405206ef591c06]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:49 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6e0fe7840e4ef884773893fbc535b2d5d13b3f9f]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:36:49 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a5b5f5a295e714c61e5c08ed8013bb4e3d6d9f73]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:49 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [47ca5d3779ade50492c4bdf628948c0e00c0ee15]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:49 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c4a163a0980421530fa6befcd861f7bb40851db0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:48 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [93e9b1539c908ad1ffabe2d900e8d75afedac0e5]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/05 14:41:11 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bd0b21c547f5ad56170d63d558224f3dd2539738]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:47 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [026f858bf062664bb55b73005e5778ce1190daed]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:36:47 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c0e5a9774645b59ed06e2cb71283325e5e03bc53]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:36:47 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [92fbacb29256b9e4974108ab6d39f58ba745371f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:46 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d178014f84a719b482e837eb710d98d3ca80163e]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:36:46 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d62bec72a38975112cc78124f45c76c7a6fba9f9]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:46 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [21813ff091b47c9802d8056f27b6eb7949d5c1cc]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:45 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9607d2ee3f71d382ffda9d184cf6348cf732c358]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:36:45 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [829d1571f0868aae3e47ce8455f7809ea749d8ab]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:45 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2157712ec030d12b9a7f93969d36649992958125]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:45 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6737701fa98ef21cdab907a81ec20dec3b7cf4a3]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:45 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ebb12e99cf5d42331cbef6a3d02263cf0063c426]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:44 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [57adf358e1e872729edc67a0dc80a41d492e0ec0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:43 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f80864578c548b50c605710e6853ae600f68d1c2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:42 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e32de4a0f4a61cc6886e9cd9991075df8090ca1f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:42 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [498e57df4f1d60775953572155c9a95880b480e4]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/05 14:41:10 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7548dc755e08c21df934b4342ebae62e1d9a5f7e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:42 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fb268556cefb919c8e603d8e477bc442595a95cb]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:36:41 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e4e5a0b5beee59581d75f4727f4042df4da70951]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:41 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cb71d0eaaa17f1da3cae2ad01c5620b784d914e7]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:40 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [59c5b80c1bd6a405333d8e389eb6b801d19cb5e4]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:40 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ddeeca9a0078c95c33f6b0c8ed00f94ffcf6e00]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/08 14:10:38 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b51267115be4c7f887fd4ef7e7e39c35c610b878]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:40 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [62dd2db2e15d8c7d4ef1602ba9f3bc66b4affebf]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:39 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a0f1a86068ee52bb78681fe479ba91b0e432150b]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/08 14:55:58 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d032f51596501b93c64c99a8388f5f6d7a26886a]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/08 14:55:41 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [541096ef808e4b4af64a4f981a95ad949de6142b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/08 14:55:58 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ea480a45a78b185d3fd1f33c54b82baf372a0c9f]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:36:38 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f32dd2ad63d7f0c7914c965e3f78719756ac7afb]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:38 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e3f14dca0dad338d028c9d78068f1d337e17a206]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:38 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7b5bc918cbdd9a81472737b77584e45897147515]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/06 09:49:26 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c97ac1b241345c38d80c66d75dfd5f725ec93f52]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/05 17:38:36 hr 1.6.30.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6080bfc90f5babee1a6c47ed7b9538baa89ece8f]

        INTEGRATION: CWS hr38 (1.7.68); FILE MERGED 2006/09/08 15:01:15 hr 1.7.68.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0d6fff930f50effdb895eeace87e840bff657e32]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:37 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [af33dba382bc9e810fa87dea1d248051c7b802f2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:37 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [377c2bab140a943f08c55ce54f9728556aeea680]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:37 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [397bf16d2247e375c4cfb0c7e39757b623fc4ede]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:36 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6c2b5a4e0d292284bd09de33336b5fd81ecbe3f2]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:36 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dcf80d61187707ca43e947762fc7b8b7de3570fc]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/05 17:24:06 hr 1.6.28.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0203aba92cd8d16f61f08036957e392d42e3d847]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/06 09:32:22 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ba0942fa3dfe668fab9e0a8c6da73f7306e4509]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:35 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d9e2c607efe13fa5befeaae8b31b43e9a279fc4b]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:35 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cd729ee6021c8dd7f54125637edd225d6b616502]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:35 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d32a1d0f495f92d9ae67db4a272d546f4a0ff650]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:35 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6ad1a7c33c30ef49e98490fc1b65dd7e595d53b6]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:34 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a3c902f669c460c14350de442112f872f1b91030]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:34 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e05ef44c33cc8b5270dcc0147da3ecc805b9baf5]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:36:34 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c2d13f3df351319ed8af4ad6a812907684334d82]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:34 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5b76cdb598934424bc50fbf36fe04527aa3a5d8d]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/05 14:45:49 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fb0b591d5300a3b5dc27d7ae9d1ff1bb1e167edc]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:36:34 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [490ecaa950deafee6fb868a833a180daa2a9de17]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:33 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [79adbf86b58fc4d0c903abb334eeabf805e4f099]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:33 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [43c3efcf891325f5e7ea9a492050cce309117086]

        INTEGRATION: CWS hr38 (1.5.26); FILE MERGED 2006/09/05 17:40:59 hr 1.5.26.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9339c5b3c9c245eacf0d65ca56d4d0aa80b9f205]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:32 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b3d08247f373e40236231817da4a79bf6ceb935e]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/05 14:06:11 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d267670553416988b36d42e68a8cea1fa1d32fd9]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/05 14:16:16 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7d3082efd0f7ba3d50464dbd5c5639ff824a187e]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:36:32 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5fb3c28c0eaad7a2289f1fd5d649ff58bc2de490]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:32 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [88c0ae2b4245efa0d7b0dcc11a847eebf94ede89]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:31 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [349558f9be57702c66317606f37cc013aa55e0ea]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [59ac834447d327cb7fe0739c87f6ed45d0ee4d9a]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 12:47:31 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [96a2f89477cdb984bd59e2822156550a1d0b6fce]

        INTEGRATION: CWS hr38 (1.4.118); FILE REMOVED 2006/09/06 12:47:31 hr 1.4.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [59a37de42e85b25cf6640f0d36f15f5ace4d156e]

        INTEGRATION: CWS hr38 (1.4.116); FILE REMOVED 2006/09/06 12:47:30 hr 1.4.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [096ec989bc9ba48e4bf677a2d70d6f7edfc150db]

        INTEGRATION: CWS hr38 (1.5.118); FILE REMOVED 2006/09/06 12:47:30 hr 1.5.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5ae85883e76ff7e624eeff8bf346780e6f3660a8]

        INTEGRATION: CWS hr38 (1.3.116); FILE REMOVED 2006/09/06 12:47:30 hr 1.3.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [756ef5d1fe90c053a4aa53ff139c4ad7255513a4]

        INTEGRATION: CWS hr38 (1.5.28); FILE REMOVED 2006/09/06 12:47:30 hr 1.5.28.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9dde1e7b71fc6b01752a4dd948cb3f30ba927947]

        INTEGRATION: CWS hr38 (1.5.116); FILE REMOVED 2006/09/06 12:45:06 hr 1.5.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d4177bce2fc8be9dbf6ef4eb095dcb17166b5492]

        INTEGRATION: CWS hr38 (1.4.30); FILE REMOVED 2006/09/06 12:45:06 hr 1.4.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6c88adcc3528ad2a8e477bd1bafa8aca794bc088]

        INTEGRATION: CWS hr38 (1.4.118); FILE REMOVED 2006/09/06 12:45:06 hr 1.4.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [762606a63c925177ae1314f9312d113f38b7f9c8]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 12:45:06 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9259fd3fbe46b4e709465644f8ddd3382828915c]

        INTEGRATION: CWS hr38 (1.5.30); FILE REMOVED 2006/09/06 12:45:06 hr 1.5.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d783f2091ab6144ff6d3492833611c1e669ac217]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 11:46:18 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [32a9646dd697170c4e4565053c68c5a4c358a6b3]

        INTEGRATION: CWS hr38 (1.5.30); FILE REMOVED 2006/09/06 11:46:17 hr 1.5.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5a07496fb072f68b15707da145eaebc3de42e6d0]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 11:46:17 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a10d81f05eaa02e7e9f82d4f1e956f8b0a468b25]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:31 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [df89a786121a8070bab3a1206387c73375a195f6]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 12:57:46 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8633da40ca280bf1748abd356c6b3e05a4b3f418]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 12:56:48 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f71d257542e0f88da00fd597e0a3f72d896ff085]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 11:31:00 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c8498699712cab8319f4907536faf9287c952b44]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:30 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0ea3bf24880363e0f3dfc8db390175a97e502399]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/06 13:28:36 hr 1.4.118.3: #i69179#: clean up stripped files; remove obsolete files 2006/09/06 11:44:08 hr 1.4.118.2: #i69179#: remove obsolete file 2006/09/05 14:06:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [194b147b6aafc25537940406b4c3caf7fc8ad2d6]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 11:29:12 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [376ac8eff23992f6af8e557d9f237bf4143baebc]

        INTEGRATION: CWS hr38 (1.4.118); FILE REMOVED 2006/09/06 11:29:12 hr 1.4.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8a85e7fbdb5859be9541deb4ec659e05d7c5e51b]

        INTEGRATION: CWS hr38 (1.5.118); FILE REMOVED 2006/09/06 11:29:12 hr 1.5.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dbb0bc3b89cd09095d062660b219e5083dc58b91]

        INTEGRATION: CWS hr38 (1.5.30); FILE REMOVED 2006/09/06 11:29:12 hr 1.5.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c57b2d4579102ba8f3070002a754056c8a186961]

        INTEGRATION: CWS hr38 (1.4.118); FILE REMOVED 2006/09/06 11:29:11 hr 1.4.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [86169a918e0bc91574b40718fb77e4dfbb2ae1ab]

        INTEGRATION: CWS hr38 (1.3.118); FILE REMOVED 2006/09/06 11:29:11 hr 1.3.118.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [87e25cffa58a104f77ce5a5096db96da0b9a446f]

        INTEGRATION: CWS hr38 (1.3.116); FILE REMOVED 2006/09/06 11:29:11 hr 1.3.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e2a2871366c191d411e657632ffe9a36508f3c40]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:30 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c806a1c5ca5a4b2a4aaafb6729090b7d6497757e]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:30 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2dabd7b79c7568a5ab2b39eaa65da7a6f8ad5baa]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:30 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [115cfdffea2afee83a0c4080bcad3e9b72591626]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:29 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a1573e3d2b3c10f83fe6ae294c1a64526060ae5a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:29 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [160553906f7756f27663ace6d33141aba924da57]

        INTEGRATION: CWS hr38 (1.5.28); FILE MERGED 2006/09/06 13:17:44 hr 1.5.28.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [777baf1167b9e8b39144b49d117cbcabd9f06a8e]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:36:29 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [30ec2d65189c130909936c75c4a498fecd2a01b4]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:29 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3d8b47fb616fb0dd026dd32f7cd510354f112150]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:28 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ce8ca7f0170cfa9b3453a498f211482f7aa382f8]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:28 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [920c090cdc9ce323fbe428dfc74fd88c9294e493]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:28 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9ca813bd0bb3ba35818d3e20b2f9307d56a6e518]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:28 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fec28a6faabc9e0b2cb479019a010d9c96ef3bc6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bac8455bbb318d6c454c73dba0056ac2ad4b5a2b]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:36:27 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e2f1cfa4657db07035e1fbff519bed6d5a75d017]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:27 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f164d907c516825a4f797525a8d1f09912d6d676]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:36:24 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4c175b3026ea73dd5f68b4f6d03f04e7ede93a8c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:24 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ceddf2761884066e5a5726db9189f9b03d55809e]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:24 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [321747a032bdf6ec7bf16ea1e40087b0fc034ce6]

        INTEGRATION: CWS hr38 (1.8.76); FILE MERGED 2006/09/11 13:36:24 hr 1.8.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cbecd699e11d7d27b6c5ee74811e2a9b126d9f4b]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:23 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fe5d5a94a6ef495165c53466360a072b75d2d61f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:23 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [90bd288b31e87e12f181c48bea07eac99e3d2fe1]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:23 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3798046dc58138c7865edd095ce0b7e4b525dd1d]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:23 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2cac5ec2e259032e5ca5f1d531f4bbaf8e008be1]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:36:23 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4f20f2d18c4f506398948e7303d986a1ca3f71f4]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:22 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e433581c7a361c5b7ab73ba066311d8fbf368cc5]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:22 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c8707288cb72cf7b7e795957a8a735c79b19c47e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:22 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fc3db94159aa70e7d92c72f55f7d4eae0974d0fb]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:22 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b7a2b50a842cfbde5ffff76a178b9d61e5d88962]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:22 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [394a054b9a4ee77c5e6a4c125f598ce6fa55c099]

        INTEGRATION: CWS hr38 (1.7.30); FILE MERGED 2006/09/08 12:11:02 hr 1.7.30.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ca0bf7e9f209ab5824498cc362f0ba7c08154171]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:21 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [645cf05fc2f7760900ab0b5cba000fdb1894a609]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:36:21 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7540e3a0cc82abc10a128f40ac3f91cacf934f8a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:21 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [deda280aae7cd34df3ad960a88038491c9611c6e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:21 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [485bbeabf0dd9c798db58d32b4fc8972f0969610]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:20 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f84834522c07d05f895609ea1bbb3be58ee2fbe4]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:20 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [891a85dab5eaebe9ed90c0bc0b120c9c61765b72]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:20 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [53ba6123cf105d5befe23910bcde181d74a0897a]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:20 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [abf5aa629365d2fb492f835caec08c91e1750bf4]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:20 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [689d454e2a14ef3eff75df7f28938cc8e2c71c1c]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:36:19 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [608ee59b647935adb4be98769cd2ca7108fb3fd4]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:19 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9dded8f3d232c7a172c3dd82e15b12146d41a628]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3c4e23e4d5caaab255216f3d92a4f8c2f54c29e4]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:18 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d547b4f471232178f9bf524a4c381e95d40f7d9a]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:18 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6749f4462001e4102586ae36bf811c62970e6208]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:36:18 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0e2967ab0a7999a814b685ccd546c532506ff54f]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:18 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eded60f7852cd2c8b810d75ad385a9e2d57834d8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:18 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [870a8beef5aba6b6daf35d154de2d8b1a9e2c22c]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:17 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5182df926434aca93bf18883101d540afe55ae61]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:17 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1f0c52e0f065ad3697804ad3cfd7cf906e6be043]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6445cb15275fb3b9fdaad426b7f00cfd18867811]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:17 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [376637ecbd0c601a8cc5c758f5c1b99ead757ec3]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:36:17 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f0ce0131f390877f3753e87276d0dda54864d3b8]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:16 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d922e6f4fb72d4cac76a44c13a31ab7e09cc0fe2]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:16 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9dbc651eda038677084185159bd5877146a3dc10]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:16 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e3b5a3ea9d3aa98a636960e3e39b454fd47a577c]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:16 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5c196ff08908cca77884dcbeab3ea2e127dc1a1e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:15 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3efe00214622a6c4ecc5d0e729386858b9c5c33d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:15 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2b60383ad64ede25132f9b5b5ed2307763017d99]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:15 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [89c69e77f592bad374e4cc2593a11a4c9cad0af0]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 16:04:04 hr 1.4.118.2: #i69179#: clean up stripped files; remove obsolete files 2006/09/11 13:36:15 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e9e65cd328ab76b9be8000dddf2a779b5c3e52c4]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0b6b493802f62ef142daa52967b7dc049c30a9f7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:14 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7bb15da1427463b16b93615480a101a2cd376e10]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:13 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [be7523f1ec9afc63909772e842f4557baebd51a3]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:13 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [56e106fac8be6b385e9a228a4ffca862df06bd41]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/11 13:18:12 hr 1.6.30.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9304b1225b1a7e1dd380769d02941c26fac1ccbf]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:12 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b5f21549c24d81d83f5374121462acb41f7aa0f9]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:36:12 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ff93dbe40e4baeb24eaed56877faf6c3f232d0b6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:12 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e30de3ad40746c534499cdd5dad0c1799f17945c]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:11 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7c5a10b92b5b91ec5a793c71dd901a60bc107751]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:11 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bee35c29cced814446e529e06dc96d7c46f94fb6]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:11 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9a51139e51e949c07cf8a035990dec6a95d7b3f7]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:10 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [946ae9d0e2c54ae720a276e4492fd16564e3d5dc]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:10 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6c474916cdcc43e12f36c971e6c41f71960ae872]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:09 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [44608127284d3c631ce947a3830cea17685fe0a8]

        INTEGRATION: CWS hr38 (1.8.118); FILE MERGED 2006/09/11 13:36:09 hr 1.8.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [82eaaec6826b787c9125cec960a1c3c643056c31]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:09 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fdc2497c5eca9f5ef2f9e0a526fa4ab91e3d8600]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:08 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [335fd730fe7661a86ed98c6beb2fbfe3c7074762]

        INTEGRATION: CWS hr38 (1.9.118); FILE MERGED 2006/09/11 13:36:08 hr 1.9.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [46301677c8122158253522493da86fc1100c9e41]

        INTEGRATION: CWS hr38 (1.11.118); FILE MERGED 2006/09/11 13:36:08 hr 1.11.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8eb7548c8211d87333f216e3911bd37be76e0a65]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:36:08 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f215287f48d3743f4ba54de75c7cb8ad5d03e657]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:08 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d7e8ce1389090bd4e262a22e1e7279241b69d58e]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:36:07 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bb037bab84ec1e00d3d790ba67b0f6bd7eb030b0]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1cc127596e084403893b84725980046a63557a70]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:07 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d293cc732250ee40aae9691a54df8b67b393e218]

        INTEGRATION: CWS hr38 (1.9.34); FILE MERGED 2006/09/11 13:36:07 hr 1.9.34.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d47b427e544c8b1b3e734ee31971aaa48f86f245]

        INTEGRATION: CWS hr38 (1.7.30); FILE MERGED 2006/09/11 13:36:07 hr 1.7.30.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4485530f041964f7bc1a03e9dbcb43f625e7d982]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:07 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a5551b98211cb1070aa95c94674d17cdb0c01388]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:36:06 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0408726aec3a79150cf66393d5f50b8119336a62]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:36:06 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [79fa54948a8d9438b9d2b32af63cf49f61576df1]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:36:06 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cdac8799f0804a365fe88141e7e41460b5ff1723]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:05 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2774fac5b13e8872c916508aeb39a17166c80691]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:36:05 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ce9d4fc8d20b21d2b402eaaf8dc450755c635620]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:05 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [acaecc23d0ff9f986fb056538c395b2cd0ef9f63]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:36:05 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d7e914fe976119247b4711cd71ab6cc9b446239e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:04 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8f3c015c3aee5f2a9bd2a4e0a949dadc59209427]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:04 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8bedeead99100712dd0d1cd7c89306db0922e71c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:04 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e194bed8cbf1cab9c83ec82f2c93ff94975e2fff]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:03 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2b6baa8922e8adb6134c1063e3e119b0e87f468a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [de1c63588210ea7d7c36440e924e16f4fddae9f8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [450941697f50883f2366811f5dfa7ca3591fcf7f]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:36:02 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8631023855c75ade1aa5cc78442288da877f7145]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:02 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [16cee596eea7361f5947f3d616f0da45d82e71bd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [aeec6267b10e962863db9c3affda2f2edf4f9733]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:01 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [44d28e41990f9156aafef5ffadb54f3bc77d0458]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:36:01 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [737d20506ea59dfb0dbf439f4ad02b8a8540a923]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:01 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5a8372198d8e54353c2f84ee9c1044aebd0ad59b]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:36:01 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [caea6ca8e7170539abb70d29a505d56daacbd532]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:36:00 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [320bf2a18e9e0e8ffd505be3f1e4bcf70e3b87c0]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:36:00 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d541bd1e5b3fc5b03122ee6663cec7fdc9d63383]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:36:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [17c9f61d8a5d6c47818cafac85e3a4252c12266f]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:36:00 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c75af63ecd85562f2a87b53b29df59d2d3311718]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:59 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f5852526d26398ddcb68f9a8ffc80744696cfcf3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [71b417e4966ab0cd5dd37d74b2c11a7b39022a83]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:59 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [61ff7f2b6009010bbe797cd20d7c5d0b2e744dd8]

        INTEGRATION: CWS hr38 (1.6.70); FILE MERGED 2006/09/11 13:35:59 hr 1.6.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [589fa2a692e9ee83258b711e13547af7108ba28d]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:58 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [36a46d23ceb647d078b6a977cdfcedb3a5f250c1]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:58 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f93736b47b7e90676e79663d96a3ae9745084761]

        INTEGRATION: CWS hr38 (1.4.70); FILE MERGED 2006/09/11 13:35:58 hr 1.4.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [00c7ac2be93141194fb8e6a86fb8af9dfbb3732a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:58 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e59dacc3d8201d05d85757c3ab47b45d90723671]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:57 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5684af45eb2ca6b37d85697660e043e2e8a61662]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:57 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [651cdfe4102e2412c7f6e9fcab266de2a4c75b5b]

        INTEGRATION: CWS hr38 (1.5.88); FILE MERGED 2006/09/11 13:35:57 hr 1.5.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3c2b9f4e020316e0ce48bc7d72e7839cc36403c7]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:56 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d4326daf14294b35dc4b76c1d89cfc96e64035fa]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:55 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [83fd2abaaa79d2872bcc4937a27940cea15f69f1]

        INTEGRATION: CWS hr38 (1.4.88); FILE MERGED 2006/09/11 13:35:55 hr 1.4.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ecf5b1fe3671ea2b75eab3ca3a10f954a9f3ccdd]

        INTEGRATION: CWS hr38 (1.5.86); FILE MERGED 2006/09/11 13:35:55 hr 1.5.86.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [88919ca5f70e618a620b5e10d016109f869ac62c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:55 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fe66e48ca0d270e8ea45c51644fff55c0ec71ab1]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:35:54 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c0cfdb6561529c850154f3829ed40b9d860096de]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:35:54 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [40e6c5168742c80560a831b3369fb02bcd25ac09]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:54 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [53c761a1868c334abe7c228f0c1cfbf2735087ba]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:54 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c8867018cec7dd32a24607fccf5e31c10cfb3d33]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:53 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e4f412402b200a46b56bb0b61dc1b2fea5add5a2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:53 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2f4da3d2aa62a59be8b58161627186643991c606]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:35:52 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [656ef1ee0cc0b0c89617612447126cb314c85c33]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:52 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0f8eec42d6b1a2063d0c725ec5970b67ca2b1399]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:51 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2eb713c1818c706be760405f84f89561fc641574]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:51 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b3eb76e473b44725cfe644736bc62e183c68be0a]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:51 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9e199b8ad60cf63ab5440a05366c20f39f077496]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:51 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [06fcc22cbc38ee05a89cf8d57c0b5c6a2dafe5cb]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:50 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5c13d3456797687105dbdef72003cc666d864ab2]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:50 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b00103aa4b7f495e9d52a97b17b13026c066f4aa]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:50 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2c5e3ddc1dcd048c73efbf2955b82306e8bf4402]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:49 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3f91b265f3a9ab890e465a073df34679be4ec7f5]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:49 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [414bf0fe639c0d481d64169278ad3b7c4670af23]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:35:49 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7b82aa0c516a8f7608cdb3344a72f2b7476b165e]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:49 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [40aca67fc197ac639b1b10f0c020bf50031d4d68]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:48 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a5f559259802c40a8e29e26259356916038d30f9]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:48 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ae53bb3b29b0af9087ab0561c268e7d0da108239]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:35:48 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ef0615cb010e272a7d649e7fed835a36638e8b55]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:47 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [abad91a7abf645ae3f80d0bd27f2086eb236daf0]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:47 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9bf13eb043ec9b1fb5251befb668656552b3c985]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:47 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1c3d26e33a1dcf18e2d49588614d3a0bf9eb779b]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:46 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6a9371672eac3abec8c25500f70eab90e92b86f4]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:46 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ea799a3574518d5cc09a3aa80d860d5690ea555c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:46 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f1268cc5e7260dce6ee6d1470ce3d11328a51d15]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:46 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ccfaf7b408bfed42779c9eb550d70108133a6ca6]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:45 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [21a56f5fdb70998ec5f64a29488695e8e41230d7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:44 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [edc6fa2a8905fe441ee5b4d2df880ed4f6e60897]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:43 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c3b747a26a9f4681a7a5ce640e8aebd0bf1b0467]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:43 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6d89bcad1fbe7a78ecf8768f2304f3ec55198c8a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:43 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4c067265dff681703403064c8fb73672af06345d]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:42 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5e9d057d0a1d185ad37873458daf9cb44bed3393]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:42 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6ebc02b9fe623f96883add3033999a79f17f341f]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:42 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d868d811f6b6b594de5ca8f9b3a6821824b67150]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:35:42 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7dce365c249cb1df9e63e5212721d8d1481ef135]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:41 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1ea41ae59d089d8b0ee9f12e6bf3d3c8786df59b]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:41 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bbb746971b07f50e316066d705cf1f0db9ecd235]

        INTEGRATION: CWS hr38 (1.8.114); FILE MERGED 2006/09/11 13:35:41 hr 1.8.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [93f35fece1ea85ae17a9f3c1bc5ac488e8871623]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:35:41 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [63b502535dccd4a0f4aebbe23ff95807d1b5eb27]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:41 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [67030091aff6395f666cb151a12205d96ebff6c6]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:35:41 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0a0f834e66ff5263a7dd8a72287cb4deeb25a767]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:40 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [64a24c84cf22b9b1c70dc2f9cfcd837aa4ead39b]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:40 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5e68f16cc4b6298b44b3b6b481a5bc7fdb2a0f31]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:40 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e418aa6dd761df789584101a6dad260191ab5cf3]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:40 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0e5ac0b000f11f8396ea6e6fc3430a1fa1c8608a]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:40 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [86a5728ac2a1f39c4d5106874260ce7bf2c357f8]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:39 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fedc506cc3f849b2a41bd088672f6b7d4cb4a572]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:39 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e4d03146487ce39ddf917df53c61fcda82cb2b61]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:39 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [748a66863d3ffed91c0d0c91b002209213ac863b]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:39 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f3003271bab0499e3c172de15802444e32623ca3]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:35:39 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c9277cc7ded2b8f439f9cc5df1aa6880c8053050]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:39 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [36b9cb4fa29faa1aa9cac386bc60e73c19b6c30f]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:38 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1ba63293bd78b814db287a5f12dd6f6a60e1e4b1]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:35:38 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d20e4bc912a0b61dcc460f2dab94ed1df336009a]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:38 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [581c6fcde5090fd1faf5d6800336f5c48d8681a4]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:38 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9be84094da7884fe753abc88f298dfc0479aad46]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:38 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bc1a0c3db9fb2d7b33363fdf9c8f3f6a9bee0db7]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:37 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8f10ddbd8a13fbc5472bcba98974296ba2482757]

        INTEGRATION: CWS hr38 (1.10.118); FILE MERGED 2006/09/11 13:35:37 hr 1.10.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [767394d805183b20092923b9a80025bf01a67171]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:37 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [46ea241f28939244079019d1b6c3b7f65b7c658c]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:37 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5eb4c703e313afc9d89bede8965a9bd31784e901]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:35:37 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3e282af3be2db6ed1dd14bec2a8d146253c77044]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:36 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [09a0a8d97249646d6d4597faf829e11d20b494a4]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:36 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [74acea2f7419f6823394609a3414fe7bd63087ed]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:36 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [feea08ec80bfeb6314fa8a4535f960af64591514]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:36 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [48e5141e853f8ac4e784f9b10b6e5fb6419d62b6]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:35 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [23fbc3347a8e9928bf6ee4174663ce9304e55b7e]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:35 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8446be954f9f549f6b95d9771155b2aae8902ff7]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:35:35 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c1ae5c4c3bba319149cd382e37b70d4ca3231725]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:35:35 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7fa27658083b84398e528c54bb09e0de30e4a84d]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:34 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8e344ba65cf978a8a09852a89e22efbc93835860]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/11 10:34:20 hr 1.6.30.2: #i69179#: remove obsolete files 2006/09/08 13:07:16 hr 1.6.30.1: #i69179#: remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [91639b33028d457f52d5b5ec13dc61127c19b061]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:34 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3f0c24e20d29d16fa5b3a7760548e4180e276a54]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:33 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [229fb3f5f0b8d51a0d0d4c1a42cc4b0c152c3a59]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:33 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [37353f8db1a300329b7a0994dfb88a23411ce4c7]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:32 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c4b20e47f22736ce1c60dbb9b9c88a61ad0e1bc3]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:32 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [76fc7cb47676264deb7ec601414a725cf41e5160]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:32 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [96804caea554c0352f3b4bf66bbe1a368ae868ba]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:31 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [149291468627eb6144c672ef228a2e06ea5198e8]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:31 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3e40caf0f7f92c61266a80a90648312a4afbe03d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9c10a9648fcb2bb3abf26326f0cdc17cc491a279]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:31 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [66c546c49e5549d4b646481ffa39a0e1a4c5534a]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:30 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7da82874418adc70af0682c2affd44566ca1b368]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:30 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9fd63ed3caef1bc6da8102dc033c3a2bd2cdbe7f]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:30 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [69edec89b4b93e9ebe3460e35eb613b4982ba577]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:30 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9c29d6cfd4b0e47f5acf588277119a66adbbe23d]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:30 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eec6a94630eaab447336bbf0be17c70efb85eaea]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:35:29 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [44bbf83587027996504f9fc1a59b21ff1ad62378]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:29 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ebab7eec1cbe1946a669920fb4d6b005a39805d3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:29 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b4dba29ffe14a645f6bfe0a46ab60b4a34222ae3]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:29 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a9541f2c392c1ada8e3cb32fdc842facd146a29c]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:29 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [39e92912eb21f5e01ca70262b93e1f5d32b72962]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:28 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b2073e57b23ae03d1142a38a717ecc8d8dfb6e57]

        INTEGRATION: CWS hr38 (1.5.30); FILE MERGED 2006/09/06 13:38:39 hr 1.5.30.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [732ba39db8c750d168a0b80aed239e521f346077]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:28 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [931450c21210e67cf4926050f3ec90a4d7e27156]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:28 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [af0f6a5705fecfd05078b0bbbc2160922e34b3bd]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:27 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2b334c958e2e77a538a7a7decc681f8c3cbf9ece]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f52770b32692726aa8ca4070db3d7aac43924b0b]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:27 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e2ca81eecf6ceb0630286a06f0e4e078eadc604d]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:26 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6532a55a6503ec5e534466622e672d64d0bff564]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:26 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5ecfd4a1cca1754a3c73269a989a42bcb1c5f44e]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:35:26 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3e1fb93d7ddbfc65f3caded40576573938a2e1d1]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:26 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [18183a9f69bd9ae207b4d6bb828b4325bbf37a5d]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:25 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c66f44b0cfc2b2a564df4056fa259a82477a4655]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:25 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [23b0525ca9f84c973e03cdff46c2e1b705aa72ac]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:25 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3bbc54ae4faccbe053dbd5238be24998ea5d9732]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:24 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4d09bf92dd234238f8864ae021a14ae5d7294d5a]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:24 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cd460f5fc3ff9d70797a6b26fcb7f2cc0f04d40f]

        INTEGRATION: CWS hr38 (1.6.86); FILE MERGED 2006/09/11 13:35:24 hr 1.6.86.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f1aad379303f51a5f2cca12cc7739de4c0c01b9c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:24 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [36ae262c44eeca4135359cd6cd50252ac72a7151]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:23 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1482656b1d7a9e08ed032dcdb9014bcd6d5bb22c]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:35:23 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f1eb9a6ee44bd4a29107eb3ab6d3b4581c40e57e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:23 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5ee2a8d6cf32aa782d0b4b4a96e2ff3f39eeff03]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:22 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [71803307ba68d53d6c81b9ddea67eba72acff87e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:22 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [05333f47ca9067509c30d2b54f142d4ed1718580]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:21 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [648acbcefc75527bf216c7f2519e07863a08abd2]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:35:21 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fa3585af44526e258afb72fcbf4829b3302ec6f2]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:35:21 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [51a8217fd7a3b4808da4579fc46f15d9487fd10f]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:20 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ec774f65b0d6898890b414531a23534212e3d97c]

        INTEGRATION: CWS hr38 (1.4.114); FILE MERGED 2006/09/11 13:35:20 hr 1.4.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0f845906405a5abb192f21397891cc06e780c127]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:20 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b0f89a885ea012fbf54c3cd41579eaaec0773e35]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:20 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [018b89d1374e598195d3cb54703d398c55065b76]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:19 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d1c9d8390cc2e3ce20c3ee54ce4ef0f3e9258ce0]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d170456b11437493ee51ff56b2e2c8cf33586720]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:18 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a80c48085d1c4ccbe0a7dfcfff7e3b943dbaba1c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:18 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fbf46c862738e1e5cb3d1a3a44d39b09b0f719e9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:18 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [355047f85c24c90cfe31e940039faa8477d65162]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [73f23d9fb0ef5797a4805031f84434ec472cb882]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:14 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4484807a3be4ca02e2c61d07b6eae196fc910a6f]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:14 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d27ac01fc9dfedd5c4a918bb39513257c6386f95]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:14 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [63cd96ea8c589ee2f21f58e526bec63e2828bb29]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:14 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9058b0fdc5affa0b9326e1d994d8cf0b3a766c65]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:13 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1924c1906d3155c37f45d5f3dc0c8d8ba458192e]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:13 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ac2c5c0f5e200ff2016aee8de12438dea2d209fe]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:13 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [15271868aea317df2cc9d9ef07c1999dad788557]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:13 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [974b9e9a74e7ea822df9b3922ba7b926299e4b31]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:12 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [981d7c0a68ea8ba1e70a0c419a33e0e46e4c6ca7]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:11 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [413ba69412140dc15ededf6bbbda53180990f0b5]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:11 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5e24783ece27045adb6184f6a9c82489c6057765]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:11 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [728a7596df5f3848a68efbae3db7b84c78580503]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:10 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ec2fbdf1635170ec99c3c5951476db1a491182ca]

        INTEGRATION: CWS hr38 (1.9.116); FILE MERGED 2006/09/11 13:35:10 hr 1.9.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c8c529c5a41dd04887f4161b736eb9785cf6b3bd]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:10 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5e5869a61943b755d6016e399d4d3aedd8596901]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:10 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1ff84338f3818d4ab918dc24ff59021a2852c63b]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:09 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [17e147c2bcb1901412bacbef58efca45d288d312]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:09 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f09cbdfc2461b00aa5480d5ef9eb34a24f5dc4c4]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:09 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f704c2abd35bec01dfc5eeed90eb3184599c52b4]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:09 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4f823d9c35a1361fb5c5bb840be0339b3fdad39d]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:35:09 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9af1385bd153eb509e66886c541c2aaa4a9e8d1c]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:08 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7ac922ed8362e19654c2e479f49ef50c7eec1b4f]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:35:08 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [829bfbd3b85cf715287d851f802a4c9b2d92bbf3]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:08 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [04d213162f88c890f5bbaffd1f97a1254f01a089]

        INTEGRATION: CWS hr38 (1.9.110); FILE MERGED 2006/09/11 13:35:08 hr 1.9.110.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e49203cbe41ca00ac702da3662ed9188af1e813f]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:08 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c6721d92db39fd63b583bfb5d62f6b426bc4b28e]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:35:08 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dab2bee676fb4bbd95a2735dbfed150e627914c9]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:35:08 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [507934ed7f2a70657c4943db05b40c27939d22d3]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:07 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4d66dc04fccfc53a231e5ca4ec70508bcae68ffa]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:07 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3a5382f9ccaae7b5588da32c248cdce1244ec281]

        INTEGRATION: CWS hr38 (1.11.22); FILE MERGED 2006/09/11 13:35:07 hr 1.11.22.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3c5a0e3650e752445d6ddb18039f568d14c90403]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:35:07 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1a9e145f18a379312e017f8014b15bbe330b441b]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:07 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e2aa4ed8fad920747bad5dba18c38126babf6527]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:06 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f2ac8f7ae37d1f35d5f6a1d0018901c443762ced]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:35:06 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [475bee7c7f2799de84644dc8b5d28cde1012fb55]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:06 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [380ec960256d568595714000378188b12bbefcb4]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:35:06 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [647cc3d43c1a34d9cf326ebba208278fa3efaa41]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:06 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f47c0d0957d28a976533c4548504040a392164bf]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:05 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9c6234b57c13d516a6e566094faac2c096a3f5ac]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:35:05 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [72e793c86503359a21a1f47c536ea99e236fbb27]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:05 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9ae49ef94d2ab0ce2b776d68182a983712721173]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:04 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bfb65d4f7eb336ba45ad952b70ac87051b6aa53b]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:04 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [70bb328cf84f987456e5683b7d532960ef47ba12]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:35:04 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1b10934347426cd96eadf6f4a068cc73a93733b1]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [224d1f4d5d6fc2fe3687b9c6ccae6a0c1bfa0070]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:35:03 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [339ec789ef0ff7ce5cc602bb3a97a91dac4113ff]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ae2ae3bfcfa635a47b4b59112f5c2891617809c]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:35:02 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8c0db2efa672686940f992ea70673d7f24e93087]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:02 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b0414bf97a146590ee5c8a53764c54b1c3b7670b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:35:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e1e3e12fe452f2ce31a163c5eff0f678fb38fb8e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:35:00 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [70ee6fa1e8f583d2d7999fb3eae03bcd3d40a368]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:35:00 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8dd6cc2d8c88ee026e14df0c33cb32a29b061ac7]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:35:00 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [53f76aeb437610c0e1853a8f52069ec6e1793a11]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:59 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [39e06a66a68181477b10a551034de5c76116370b]

        INTEGRATION: CWS hr38 (1.9.36); FILE MERGED 2006/09/11 13:34:59 hr 1.9.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [80bc7c89f7ec21eafaf3abfcda590194d14cb0f3]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:34:59 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f0b0f8a04f644fb5bbdf8b7334dfde49588e0559]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:34:59 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8c114150dfddecdf97115105110be5d402e8f0cd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [826cfa1cab50abe6d5b12edbd6f9ee2758581d1b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:34:58 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a514be43b0f6c4e32baf5940ff25c1fc307aa609]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:34:58 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b226978b840bf84ee79eaf35f3cebbeefc4d42c3]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:55 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fbcd1ad994d0a0046ebe4b651b32245075311ac8]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:52 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7bca85b3747c533e7fe436593b0283882f46d2db]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:52 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f572f3e93849788a266904e940e6faeaa41eb9d1]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:48 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d8d0a675bcb33018d03fda12e65ec95ed231ec94]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:48 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5563e8eedba30142cf67a65bb5f07f275f933dca]

        INTEGRATION: CWS hr38 (1.10.38); FILE MERGED 2006/09/11 13:34:48 hr 1.10.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [14f481fce73c311d001d08db245edfc791395e42]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:34:47 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3e2c9df65ef3d8edcb4cf6f6a9cf326bec9dfd6e]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:34:47 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c0ca5d096402647c85e8147aa3598ab83f3970a6]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:46 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2e42d5eccd9aa365867b27a2477453ce9d59ef08]

        INTEGRATION: CWS hr38 (1.6.40); FILE MERGED 2006/09/11 13:34:46 hr 1.6.40.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a47583d3c961f9a7e959087daca89e6bd7ebb426]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:46 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ddbfcc66dddf5b9e8efbb2f7d387b3fdffd0d490]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:45 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2440cd8eb3981f232da9f37c7734eb69572a4ba5]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:45 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a03802e6505b4c0de6e1cc5dd9689c4e2ce3ada9]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:44 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a7b7ebb42620ed0ac5f4f130920c0547f88036dd]

        INTEGRATION: CWS hr38 (1.9.36); FILE MERGED 2006/09/11 13:34:44 hr 1.9.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8b587d8e290bb1d63ab7070de6f6235c029143ce]

        INTEGRATION: CWS hr38 (1.10.38); FILE MERGED 2006/09/11 13:34:44 hr 1.10.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d100f3572a1a0561836fed004f650c1232aba7e5]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:44 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dfa3db22a52c5e0d3b667cc5bd3da96352901a72]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:34:43 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9e363c68d4ce9d6e0a83a213d52e1eaf710c1c98]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:43 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [97ef7389f2f7a8caeb071578df767c8e1bd34d09]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:43 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a51736381a3e3fe0f6edbf702a21cd60e89a5fa2]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:43 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [09361af5fa9e4620bea544ae985d1cf8fd3922d9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:42 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b9ccf103e5d32fbbae9c2212f41bf4e239b00d30]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:42 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8854599ebfb3558d82664be87e15eed5e998e26b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:41 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d4de922dc5d8aabb5ec7b91561e5cd84f8ccba0e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:40 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9eadaf90dfd0915301473e0957b3ca691d24021c]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:40 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [77065c0087a2048c30b5a044775537b4d221eefe]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:39 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f855d7517820352d30cb8c43971a95c8a116402f]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:39 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [99faf6779f1cac530abc6d7d4139e0c91a580354]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:34:39 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4a1dc7259545697a25a0b4a80e6eb6de1e5e4f6a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:38 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6925451aa2978b561ffa688fea195080d848c6d0]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:34:38 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bf391a8ea288aa92e0610beda6ebcabb85abaca9]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:38 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9efb10493f819180dc424461f47e783360bbdacf]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:37 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5340bac404c9675fcd557c73bedbf79f90087f9b]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:37 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ab4c96578204bcf1d8fef0b92278e1d6caaf5335]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1e45210b3d03836c363a6dc8b97684444e5f8bb2]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:34:30 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6705f911dd6acc56295277b0942b4efb8307cc9d]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:29 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1e8ad6d47e242596c7e3f5b3bc12ac6df4c6a81d]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:28 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0100d4c8dc3307404d8a5194b4e9bc33321cb15c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:28 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c0bfc3c87af62940f370859f24307f30f384cbb8]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:28 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [307e155fafe5fc139313a2ecb1ead005eb7b1c2b]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:27 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f41147f5f56cb9e34e230b2f80a384ec96c141fd]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:27 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9fdb912a01f7e2ae383c02b7b9776638693a1e90]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:27 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2ef503d3e3018f66c0cfb8aba8a5cff06ddceefe]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:27 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f15a336d23d7b058937bd3b6a30f2ced195f87e4]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:27 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5df2a2989d4d4f5898cc087821c80577d665d823]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:26 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6ea32b8cab6ff51b00f7968d17f8cdef04e20f52]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:26 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8f0961801bb31d8289ffaf3d894136ee1dec615e]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:34:24 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e5737a34b9607821eee494d5c8cc0dd4af3ff120]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:24 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [087a0a8663c41b0a536ec92fbee75d974fb3cb8f]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:34:24 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9754205aa5d91bd08d326b2d8364243feb8fcbbb]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:24 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3240a4908337366d92ba668d6e39fb4ebf9af37c]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:23 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [75ca0031e9d21834100437589affc9f78e84a5f0]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:34:23 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [76b18598dbfecc096676338c1f0298fe439f3035]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:23 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e0845f15645c1d354a1e6afb9fded3ecbbdd6682]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:34:22 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [107a4efdcb01d53a668549578d17b3054790d06e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:22 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [812d0caefbd50848f93aa6d3ca336de56159c76e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:22 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6b348495a6e29eb22523c36ab4514eed6b3de22b]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:34:22 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f7dea7f33d156aef30dc61d5edd03ae38d412955]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:21 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [01aa32648ffb9d093ebe122850f96d5bf379075a]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:21 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dbc8a942617bfe2fb7ea1cb5a1d540411cb7561b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:21 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b8fbb2077278cadbba376547670b9b9423620993]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/05 11:35:54 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cdca06bb307a1269a79c70a8d90a67ec98903d64]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:21 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b07be7a2932534fca7e58ff62cecd0b677bea16f]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:34:20 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0bbae5d4cd3ca13875d2529d07452b96da310c88]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:20 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a1fd9ccc4e353c965d278dd46f78c35c4d675657]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:20 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [29c16e2496d5792d92304b67854188a53e3a32fa]

        INTEGRATION: CWS hr38 (1.6.70); FILE MERGED 2006/09/11 13:34:20 hr 1.6.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3a389fff4b7d62b354c6b0d42d95c2b9f645bd8c]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:19 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [90047ee1a02705e2fcd6242e58a75af728f54a0c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [55d0e689a682f399486f0a661ab70c04d032717b]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:34:19 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1b34792230b473b503b68c5b1deeeb48e56a926a]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:19 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [05e99625fc382d459a337d34277e70380d90fb04]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:34:19 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6d1e1861be5d14e9eb3e7c96dcdec26ffa22b954]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:34:18 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6ab723e9d4c1db1c6652cbdf333844204bd2e346]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:34:18 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5fa4907d45de4a66442eedc357e31260b0496458]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:18 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ec9b9cdcc2ed35cc3bb5a7b4ea3733d1e953a3cd]

        INTEGRATION: CWS hr38 (1.6.70); FILE MERGED 2006/09/11 13:34:18 hr 1.6.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [57406674c8710243d75c4eb67709ee53295442de]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:18 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fd1af1d4dd147e06a3f8ee6d08425270b117895b]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:34:17 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a8ab1390ce052b58d1c43bf22be48aeaf4a5a7c5]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:17 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9ae054e265e768da76eeda17f19d34fa74c85bfb]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:34:17 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [85f2d023038c5dce98b656dd46c0db899017c9a2]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:34:16 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bcd5559c0feccd8882595e7063f863087d570942]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:34:16 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7387446b7c49577673838ef96e1ccc852f48fcdd]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:34:16 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [62c9d3781200bf8303b53fa911552206e3340e1c]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:34:16 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d94c7cbe94f44facace3ac6de939ea7a36daf0a6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:34:16 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c384316985a71aa2eae80b40b8a2500bceab60f3]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:34:15 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7b774224b676a10ab8526c155c007f133a0f1a21]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:34:15 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [787fbac6d72275a05323df80e3f2549eebde6211]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:34:14 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ef0f6f109cee837af4878a1cdeb467a384766cf]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:34:14 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c7fb8a76a0fa515238b72490bd7e879921743ea8]

        INTEGRATION: CWS hr38 (1.4.38); FILE MERGED 2006/09/11 13:34:14 hr 1.4.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fe3905f3d8514d81f103b406e1369eedab2d5137]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:34:14 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a5f34b649b7e54166579f6976900c81602d54045]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:34:05 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [46b56ec6269b595063b40e96d3d9eda15917ff6f]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:33:59 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1d1b03f904283c954d13fece1d7f61437ba9352e]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:33:59 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [23dd873c53ba7299056b0e3d1bb780671eea6561]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:33:54 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9b983b3f5aba4650c2d23fb6738496a1f50c3a7e]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:33:53 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9b1484ab510dcf129caa343154af706971ef7252]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:33:53 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1845451e1869b9a551444f8639ba3bd8bac0cdaf]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:33:52 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a14ba4de6a0f154884dbe6884372b744e7264f14]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:47 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [98d2e2372084d82e6c13651177617c8fec5f280b]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/11 13:33:41 hr 1.6.30.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bb528a302ddf2e086041d9de8a1fe3b4eb43c0ba]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:33:41 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ac4bdbe14564eebb9fe0ff6827daf88dbf4aa152]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:39 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fdeb45a1cf29fb5cfb4f71e07168470583d23811]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/05 12:40:49 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [13994dc67ea5835def988c0f5dac5e3db7399497]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:38 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2c884109ae58d2a46fc5d5162da67820a741e42b]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/05 12:50:49 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [079159c48427443f2f524ecfab6e4945c2c8216f]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/05 12:40:49 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d49a653735c3234ab569a851c94c002a60ddad7f]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:33:38 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a189efb7699fdefbbfad4ca527586f35393e593d]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:33:38 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3eeb87a4095f64a077d338a73da3480dce5ed096]

        INTEGRATION: CWS hr38 (1.8.76); FILE MERGED 2006/09/11 13:33:38 hr 1.8.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b2a135069c3fda875adf1ec7a91f13de5a2ec800]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:33:38 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [30d120f6ed165d80a6bffda95a186ff232bb1381]

        INTEGRATION: CWS hr38 (1.8.118); FILE MERGED 2006/09/11 13:33:38 hr 1.8.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e31414c583e3aebeefc91cc7ca729ebf516c04a1]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:33:37 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b5a93f7b3675e0387e5c05d0c177067d25116362]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:37 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bff0c7861077667ced1ffdc22c47a54ca31d4a51]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:37 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7b2e96bf0226c9dac34ffd5abc085783e1fbcc3e]

        INTEGRATION: CWS hr38 (1.6.76); FILE MERGED 2006/09/11 13:33:36 hr 1.6.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [16d38317ade88db43e22460222e6d28bce6fdffe]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:36 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [efdf0cc355acff4c43b9b1a2ab04851cbaa35d9a]

        INTEGRATION: CWS hr38 (1.5.30); FILE MERGED 2006/09/11 13:33:35 hr 1.5.30.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bb2c78443dc426d304ebe52a98d4b6f022119de7]

        INTEGRATION: CWS hr38 (1.4.76); FILE MERGED 2006/09/11 13:33:35 hr 1.4.76.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7f0b18f264fd819c420bc121c30cbeaad4fe4103]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:26 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a76265c84951ce9adb1010ec2e365ea4f63c0fcc]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:33:26 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ffc25721fc9030d780a27dbcdd1bbdb9e1fb52a7]

        INTEGRATION: CWS hr38 (1.7.30); FILE MERGED 2006/09/04 15:35:46 hr 1.7.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9f8c3e5987b27fff079c0d798b0c55140b299545]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:23 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [29569e57267c1dd39e1a8783ce086efca3f38455]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:33:22 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [db8c80606ffd45c0f43fb24bf0d65b0b37c328da]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:21 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9243fdc0d5b9017db543bb5200aa6e53b858323b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:21 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9897f18c56ae7b20f97e8030da985967949a1cf2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:20 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [62179c973d8a08006371c1e1392c3c263144fc23]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [43ed4257fa263d59991dd0bcdd37e97ba9da81c2]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/04 12:58:21 hr 1.6.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [319e5fbbc6edcdf41b678a7e986a2b9b17ae37ba]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:19 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [83c549386215f909b260db17a6be58fdcc10b17b]

        INTEGRATION: CWS hr38 (1.10.86); FILE MERGED 2006/09/11 13:33:18 hr 1.10.86.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [af1980fecf738a378fbaf734ec1e33d60dbb7ae3]

        INTEGRATION: CWS hr38 (1.10.116); FILE MERGED 2006/09/11 13:33:18 hr 1.10.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [98b8ec5e151e6664fd69a4964c1fa5c8bbf7cb5d]

        INTEGRATION: CWS hr38 (1.10.112); FILE MERGED 2006/09/04 14:32:32 hr 1.10.112.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b8a7d2093b25ad8db8de8796e8100442f4080a0c]

        INTEGRATION: CWS hr38 (1.8.114); FILE MERGED 2006/09/11 13:33:18 hr 1.8.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [38481b142aba045def31edc822311d01ed433f87]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:33:18 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4ace83a631c0e2dd6d5d0e8def497a919a36d4c6]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:33:17 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5d19cf2375a7826661162290461d59a6a085fdfc]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:33:17 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fabf922ba7349fb3c3795c5d88db95168f2a0e5e]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:33:17 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [27d18a267c28a11011841d919ba87b1716606618]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:33:16 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e4258f548e059132fc33532095acb3034fc44295]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:33:16 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4182294995fe4905c86a1a7fb995fdde982f38c9]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:33:16 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c075b14efc0ac1b5291b42b3f70fe331d92a7ca5]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:33:16 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [730fd6861890dab31c0f84bcdd147cecf4f6768a]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/01 17:19:08 hr 1.6.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [46d25b29052dcdfeb52dec4524aba6022d9f540d]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:33:11 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7395942d75192350764626c53de56b3852edd3c1]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:33:11 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [faaf2dc96e02e1e5de378473cc0f0dfc32da2504]

        INTEGRATION: CWS hr38 (1.4.238); FILE MERGED 2006/09/11 13:33:10 hr 1.4.238.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [86c64a250143492e6decd5b1a28ccdd05862e93a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:10 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9098e91bf50941714999b99a41c7b980fb4434b0]

        INTEGRATION: CWS hr38 (1.6.30); FILE MERGED 2006/09/04 15:47:02 hr 1.6.30.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ac57fa5ec7cb9f5e5cc0e50bd415f8f81bec4d20]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:09 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [49481639fe29730550ee782b80cd2d19fdabe579]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:33:09 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f6a334d428536fa26f90484d30f53a7373954164]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:33:09 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [19b3356ab1646bb609c6043d53039902fb4c6b79]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:09 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8e8fdb3d40209d19af7348f637d24e57d13a9239]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:33:08 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [02e86f76c69e351c4649d193216efd50980ff44b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:33:08 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [002b56d1684ac79ab9b505becece22fb9b385c28]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:07 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ab63889a72d31e3b3c4641c8b31a019b53b47a4]

        INTEGRATION: CWS hr38 (1.12.34); FILE MERGED 2006/09/11 13:33:07 hr 1.12.34.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dee966fde65a8d397df340bdc8a61a88683f4d15]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:33:07 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [090968f9dc93f21fd6c41bcb86bfb89b6d9daa05]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/04 15:15:51 hr 1.6.28.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6e9867c72bd4a9ee5f7b834aeed4736a602085db]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:33:05 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [efa3e3b65c2b6945da524ba2c3f365a2574872ee]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:33:05 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5f9ad24b326c0ec35bc6a70e599a34133a73d080]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:33:04 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9174d1a92cfebbcd09ab427f5cdef91f7717714f]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:33:04 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9df9d3d68237b88936e77b4189d1b3703973a551]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:04 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [da24b32778cfd3cde46712c46bac8b6516065b84]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:33:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [51e889a59b2bc21f8d59d5f2686eda00ea9f348f]

        INTEGRATION: CWS hr38 (1.9.116); FILE MERGED 2006/09/11 13:33:03 hr 1.9.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2e10e138834941c0a64848b87a4cacb8fee328c6]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:33:02 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c1cd0bafe0e196960d2d8e77726438c744c5c68c]

        INTEGRATION: CWS hr38 (1.8.112); FILE MERGED 2006/09/05 11:50:19 hr 1.8.112.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7fe002adbc5a6675718cda7515087b49958165a1]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/04 13:37:26 hr 1.6.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9a23e9c028813e5c560c0e952ec0fe2a2d0090c4]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/04 13:30:51 hr 1.7.114.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [72c63938c605e46b72b0e249a800c54644567b1d]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/04 13:37:26 hr 1.8.116.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [921507fcba324565e93d45a3cf2cd4f9c0d74b20]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:33:02 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [37e97dd99335170dfcef8bf4500c606b0e9e46eb]

        INTEGRATION: CWS hr38 (1.7.114); FILE MERGED 2006/09/11 13:33:02 hr 1.7.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e8ac19aebc8114b711c0d009747eaffdaa990bcb]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:33:02 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6e9dade5cad30a7f2dedaf1c6e17712e4433d514]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:33:01 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e6bc748f20a465b2ba28a81af03de5bd975830da]

        INTEGRATION: CWS hr38 (1.6.114); FILE MERGED 2006/09/11 13:33:01 hr 1.6.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0f77afcfc60bca3a7462d3f7a6172254dfcfb602]

        INTEGRATION: CWS hr38 (1.10.114); FILE MERGED 2006/09/11 13:33:01 hr 1.10.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [68eb354dba682ad5df0f73fa4d7b66019cf3b5a5]

        INTEGRATION: CWS hr38 (1.6.28); FILE MERGED 2006/09/11 13:33:01 hr 1.6.28.2: #i69179#: clean up stripped files; remove obsolete files 2006/09/01 17:02:51 hr 1.6.28.1: #i69179#: remove obsolete file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [03c5fdbb59dcd7569985154c0d3684892e09e343]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:33:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5e7d61fcd5d804e56326b17a167f013b59598469]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:56 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6d7a6df38499ad07fb593831ee82ab91f78b903b]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:32:55 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7187b8a09213579412cd509cd460a8b7931f5941]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/05 11:00:11 hr 1.3.118.1: #i10000#: insert newline at end of file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [66b43794d9d42381e2a341e71885a6f70bc18cc1]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/05 11:00:12 hr 1.3.118.1: #i10000#: insert newline at end of file

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ab52e01288bbaa6ffe7cc70da9844bd0f6d7949d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:52 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2d28599ed57f697a1e1a23c1179500ec56309780]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:51 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [52c5a5856ca8302ec4bedbbabbe233d7f075ba2b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:51 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [24a99e2ac9dae55c313100d94b102fb44359ed10]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:32:51 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fe8fa5a04acdcc8cc100ce0a079f580f2953bc3d]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:32:51 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1f17c033e8d75be20bfe5449c96aa83807f12ab8]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:32:50 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bf08edef9efe201a2e646d50902a17bb325e367e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:50 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [03e4ea2137a8b476c83bb86e330d71e342d920bf]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:50 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [32f37b93a965e788d01e8f12112919512545c99e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:50 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d1ce7653fef49d92161f51a4f0bc70b880be71ec]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:49 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [321f521adf0587851de9aecb9b8f91e0ce4259f2]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:48 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1a534bb72bf4408ecbd1b3badee805084d8abda9]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:32:47 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cd518cb1e0d8c6966d38c2bf884574cf1c0c815b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:44 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [15f3decec1659665069e128b391dda558e61ae3c]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:39 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f14cdd575d7e60c8f1459f8e091e051d5a6fedda]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:38 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [430af73ca6f5b9bcb36a91767c6620b73bbf5443]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:32:34 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3b468155f07d054a4674b1c017c5fdaa4b61c836]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:34 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e1697583f756219d12a79ea633d9b73e2b57fe36]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:33 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ab245f4538aca46a9603a2d9075b076e35c030d4]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/08 10:46:50 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ba246f7e5ea8dcf4965ddd6e5091edb3333f5a1]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:32:33 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ec8b35a008548ad89ecbadde04efd7a2fe50612]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:32 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b1198ba344a8a551bd6c1b657c81da05ff4cee53]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:32 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4513d1830e0c19f1cf85650a0a7baaa6076c4c31]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:31 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3e579d11952808881fae4fd4f58973707052d93d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:31 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9aefbf93e0f7592717250c493110a41192e2912e]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:30 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dc248ac46447eef3f3330fd387cc7e68230c5ad2]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:30 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [785b75a65766ea8b0e0d13bc5e60376510384185]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:32:30 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bb62c8146af7082891e7d5f708ea5273652ad7ee]

        INTEGRATION: CWS hr38 (1.9.116); FILE MERGED 2006/09/11 13:32:30 hr 1.9.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5dc7235517a8aedfdf6ccf42e27f37e86b3af62d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:30 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d711b078e25d3a89a7b54de8314d18b9a7f10043]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:32:30 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bff5f028f4bf35acf549e5c91eddd33626cf1562]

        INTEGRATION: CWS hr38 (1.5.114); FILE MERGED 2006/09/11 13:32:29 hr 1.5.114.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5cc459755b32548895c612a42861baa126ef7550]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:29 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [561ae02fe6cc5d9474e5665883822d4984b115c0]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:32:29 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9eb1a713e93f229143d0da9a90b216f897f9dbed]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:32:29 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eaa3a82c608d51bf8c11e69bc80f6447fc67d2af]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:29 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [42f14b9f5c6a26362fec466489973ea744d0d3e2]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:28 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1661de961632373ffab75204453969d70088a88a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:27 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9114af056724e7cc89f5cf29b06c7f05eca250fa]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:27 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5280aa74395582a5463372b996febcde0427ad57]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:26 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d4e01f6318567638075a36beea5275506d9362e1]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:26 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8c79fb673d1424c84c78d4f0dcdcd9eb154cd0e9]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/04 17:59:24 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b5b118a71c8fbc9180fa424c45a2a8b6cc861334]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/04 17:56:53 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3009884903d9aaecaaf11210af8b2fa7fd33faf7]

        INTEGRATION: CWS hr38 (1.4.116); FILE MERGED 2006/09/11 13:32:25 hr 1.4.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [47bf1d0f1aefd0fae8396e834653313d12b6c79a]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:32:25 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7982216307d31f14aa13387256ba35e8c7c8b72a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:25 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0d34523fbb205e60d8c64f0ad2104aae82a92ddc]

        INTEGRATION: CWS hr38 (1.2.118); FILE MERGED 2006/09/11 13:32:24 hr 1.2.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ac8cfb07ca4ecd61c317474d15e9c77138c520fd]

        INTEGRATION: CWS hr38 (1.3.116); FILE MERGED 2006/09/11 13:32:24 hr 1.3.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [26677ec8ee20e7a64d00719b55bcbaba2486d34a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:24 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e5cd49d833154e1a8d0b2e670aa946e441bea44d]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:23 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [09ff7c0a726e4fed2dd896c80e253454d6755ef6]

        INTEGRATION: CWS hr38 (1.9.86); FILE MERGED 2006/09/11 13:32:22 hr 1.9.86.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b3a74d2155788cc0b4db78140572dd3e24777856]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:22 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8fc7aaad2cb04d0826f29816451cea8fbf15322e]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:22 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a5c9bff884ad3b4085257172ca5f06a721697fe4]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:21 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b218c6cb007c456d24fffc3de7e61d7d7525537b]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:21 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6eb8119567b9a269706f4dabb6d8ee2e48d8145e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:21 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e56d4d9bca5dac6d8fe6a8adef1b6946d24882d8]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:21 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e07c5ae6b481ee0b2ba9d66f6f8f7dd7f2047bc1]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/07 16:46:41 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3ee985a80ecd415292f6ea6c772d5ba8e92d1ca0]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:20 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [aa7bfabafe9af6f9e1750eeffe0525014a67f946]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:32:20 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [204db816777b32aeb6876475099126e1fa76dd81]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:20 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1d8713c459e70806d12f9f8fa9251076cc308b07]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:20 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6201135b0c044c885b0edf3057bda121bd5a00ea]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:32:19 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cf884a4e741b2a56a37bc4e040989c1d8c97d215]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [df665a9cb28efb98bc8fbb90e880fee334ead46e]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:19 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7e90c33fc5350f19898f01a92ab633ca7f99ee20]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:19 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [36dd75a152a29c5b5a15cf7ebe2812c1de134cb0]

        INTEGRATION: CWS hr38 (1.10.38); FILE MERGED 2006/09/11 13:32:19 hr 1.10.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [727b743ec816fde15a36df0d42bb4f831526a4e8]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:18 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2658a756a992477b80cbcfd6a30944f87fc17f44]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:18 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [df25fb29f825948d04ddb9e7bc152ee838a71fad]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:32:18 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bb75e80d8b6b2b8be3b70e5a41a736e058d32635]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:17 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5f45b64834fd7060b2bb75d9211495d8a041ff57]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:17 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eb270172acace25328e9c7eafd574ffe2ed93d6c]

        INTEGRATION: CWS hr38 (1.6.68); FILE MERGED 2006/09/11 13:32:17 hr 1.6.68.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [63273e058e53cfe6c3d850a598c1bd9531200241]

        INTEGRATION: CWS hr38 (1.6.98); FILE MERGED 2006/09/11 13:32:17 hr 1.6.98.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4323e3138452ef67d1875076a3a88e40588d31aa]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:32:17 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f4a53446bbc869589509307dea201c61d323b2b6]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:16 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f37ca8d21169bda15e89fdc372ba997a610ea76a]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:16 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [46c147e5a2502a860d2cdaaacadf63a8c869c937]

        INTEGRATION: CWS hr38 (1.6.98); FILE MERGED 2006/09/11 13:32:16 hr 1.6.98.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [04bd22c5e86af27f0d6ee611686c6902938d96a9]

        INTEGRATION: CWS hr38 (1.7.86); FILE MERGED 2006/09/04 17:46:33 hr 1.7.86.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [93131097b27ed7860ef51b705eb5070fae9b6dfd]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:32:16 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ecd42cbd537ba33c30528344b8ef165636068acd]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:16 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [54760c7b62313bde6df347697b885b66e0a5c828]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:15 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [39ff5e7172bf6764933ba04232d127d34db86f48]

        INTEGRATION: CWS hr38 (1.7.120); FILE MERGED 2006/09/11 13:32:15 hr 1.7.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c4a0c1ca04f4969fa10d4b25f735718c8f5d76c0]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:15 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [88734813f11f28d2635c761ff916fa12a93af655]

        INTEGRATION: CWS hr38 (1.7.98); FILE MERGED 2006/09/11 13:32:15 hr 1.7.98.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d7f63ae2bb776bfb34aca413de16fe9bc8c690f7]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:32:15 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8b4cd3e668a5d668b3863399ba2d7f2dbfcf0382]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:32:15 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [47260ac713b8b2de704d1975a53bdd4769011283]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:14 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f07812a040be6eaa889fb7538d0b37c6bb362086]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:14 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [566430644f1308ee33587f8347b91204149cd973]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:14 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [08a22677be00ccc0dfd73cfe1bc90031a2bdfbb1]

        INTEGRATION: CWS hr38 (1.9.118); FILE MERGED 2006/09/11 13:32:13 hr 1.9.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [adfcd3a9b666388dd4b0cef5d82cc1765a297097]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:09 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ddc5beee3c51b69be7548065707000bec731e6ac]

        INTEGRATION: CWS hr38 (1.7.14); FILE MERGED 2006/09/06 16:48:47 hr 1.7.14.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b06019b5ea4daa7b2fb73226b5415ad4113d5195]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:04 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9afef1cfff5864bb22a1552d11ab4960939f3496]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:04 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a3c56f50c5abd568ad57b60bb3dd4d63f72b0171]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:04 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2ca580c8d55da06ec72002f5b330c30c15fc5caa]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:03 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8995bcc7c2c6a704515a1258cd5881f19c27b2fa]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:03 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0bc8ae19cfabf5878a85cfa5a574cd017d1f448c]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:03 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f264a594aac793bbe7f1307405bc93056f1792db]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:02 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [aeee15573ee1733f33aa2439cf53ec51b3e959b0]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:02 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a0f9f244093439db5f183e91110683b50d9095ca]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:01 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f1c3ea3763850203a5f6eff95ab6807f9166bc0a]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:01 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d67eaf8332a3b08e89d7d60987047b5379563dfc]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:32:01 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [baf6597296bd83bd52d4f59d5b0245c0bc85c1f0]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:01 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5176efbf2ee56f2ad75d4cbe57b1577af1c4146b]

        INTEGRATION: CWS hr38 (1.5.68); FILE MERGED 2006/09/11 13:32:00 hr 1.5.68.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c0fd702309f497c94323a2e5aebf18222788fe6b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:32:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6f2b30d6ef96aa801782007907e01b06506c624f]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:32:00 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5c04b7725b68654dc299e789620cbb6e3934f18a]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:32:00 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [22c7f566d581be9263ba9070e08ce498b96f8b1a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:32:00 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3b34912c00f19de37964d44efdd4dd6ef5a31386]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:59 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a971a702cd15eac1d9d30aa29ef2622548c2c16d]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:31:59 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [42240d7b2ea1c405bbecb53907eb95e98b1e6c79]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:59 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [415f3757d903079f9e8603bba48c5abb3f4a060c]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:31:56 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e8983c0f35dd1a7ec4adf2bc3d0e0187387ab578]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:56 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2e77d03672e8bb8494216579386a4b8b9f2b8567]

        INTEGRATION: CWS hr38 (1.7.14); FILE MERGED 2006/09/11 13:31:56 hr 1.7.14.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7995ed656999cbf09f735f41debd86fc569147c1]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:55 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [94d6a6eceb263fa7f77062808ada2738b66aeba7]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:55 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [aafb8e5ac2961c2f86442807b2c37b2b0b13a90b]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:31:55 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [859865bd245292d03bc1ecf07e376474b8ca0dfd]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:54 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2b822a59b539ceef268c5ae186bbf4f5a05f7aa9]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:31:54 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2c235965cf3efe44e4b6f3851c70a2a6b5733b0b]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:53 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ac1c472ae98b4b7b55aab45e6b8f878de625ac86]

        INTEGRATION: CWS hr38 (1.6.24); FILE MERGED 2006/09/04 16:34:42 hr 1.6.24.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4a20504842f63d46e52594f2b310bef6f85740eb]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:53 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [761d0fa8fb533656fb4bcd974d71f76b9a81af87]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/04 16:34:41 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2ec1f7c83b5e0ba007e42807064b5cc3a426a902]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:53 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [dfa0470691e9375335b5b75c91a602e7e08dfe6e]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:52 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1d08be1506d29e05f44572f07dac03c075dc9c08]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:52 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [73dda112f29e16bdb6c23c994c9a733fab268e00]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:51 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9b6c72b86be1cfba7c19512bfe31b3f52da0adcc]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:51 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7fdefcb4318c5a9e58b3c5c00ccc9e196a74ec22]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:50 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [61f482935515204270ac9f879e23771ff9a17124]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:50 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [03f8969d4a3fc023bdd740227e3204350daf288f]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/04 16:34:41 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5a1cc37467518e389d2516fd1d20c7ee184cefaa]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:50 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f324d99319ed79fddf3251f5eac8068c2854cd7e]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:49 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [42b578e9d56c836b6e5a7bb9f1acedbbf7cb84a1]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:49 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e554e7ea391d344fd1afcbbcde8337e507f7ad76]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:49 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4a32eeea9572d9a5d955fdceae344c7cacc58488]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:48 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [74b03f6f93d399028793f591ee604952cc12fffe]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:48 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6a104b6f0dbd130e82f697409410657e699b7e20]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:48 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0e205afeada4795904b68f4d5a1c6af6e4317380]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:31:48 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [569b46decf51d45cbad735a1f3a66dc187a6f953]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:47 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [21a27467b9bc54b2947a1f5b443b26f27643c0d5]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:47 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4272666f3483763750f52844b9a4638c1448769c]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:47 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [04cfcb26b5f21e757fc7fcdbe6f7a25a0975c398]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:46 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e6dd0209564910b5d35d40e7b94735724d4511d6]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:46 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [66f74bab349453ecb79592dc72b5c2e6e791ebcd]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:46 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a6d4a5da1657c0dc6b1aba33db84c801e50b3fa6]

        INTEGRATION: CWS hr38 (1.4.14); FILE MERGED 2006/09/06 16:49:58 hr 1.4.14.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8cc92f996bba2691bb051e2a124a0c32207cd5ca]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:45 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [92591b21ce9f1e1f3904ef4ed6b78f859d3bc520]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:45 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [07cab4cda8944503717617304ae3831c3538eb69]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:45 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eedc7bfeb1e4a58214088770121bee70451fa1ea]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:44 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0673d87a985e2ee68360f7e5d00ce8471f4d8ec3]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:44 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b9e8035c4c53fc090ad8f71c40ec4d5f845cbffb]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:43 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f13b9d5f16c136d46843c442ee062838feed7173]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:43 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [74590cd8266c6a0e4c11ce205648dd7ef960f574]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:43 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [430f5c11d5d2a7a2f6a7a26575cd4ba91a5d8194]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:43 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [56bd35a88678ba8a3d6ab99688db7591b3cb9c25]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:40 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b92980f2ff7eabae2e39894197c4b0cbcc9e711f]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:40 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4f233f704868bbf166121489409c04f8427693ad]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:40 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c4a03759f70dfdbc971482f95e8a000d49ec8932]

        INTEGRATION: CWS hr38 (1.8.38); FILE MERGED 2006/09/11 13:31:40 hr 1.8.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [32654d5e7436c94435902a50fff4799abe5b133a]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:39 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b391a47156cf52dc6fa0c9abedf39532da47c241]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:39 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0e201e07dd883b658028db6a9bca423cadf1d90a]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:39 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ed148fee61a5e6c21777284a1ab00c38cf0da584]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:39 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ef944ec2765f86401d3342bced32f280f1581bc5]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:31:39 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6dc4b68f45347a6334b10aa827c71c485fd0c60a]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:31:38 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [231a7ad81e69bf17135d61401d313db77007b641]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:38 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a0264d0281b17607d98656e8c1e5235ebd29c762]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:38 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [74703fdd7bf01eef2a35ac06d31e3d43fe4e3099]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:37 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2302c7484ec295836c0afdf2fe65ffdb45e0e598]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:37 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1afe0b7da6c7388a454a130a32dd2e0483521160]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:37 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5de40b38b7f115769bc6e4d943535f7c6dbdd0ec]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:36 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a19e328466e98cabbbea7c18cf66144b7969e2f5]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:35 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [be02a4e04a6edf09911bc26980f2235f26629afc]

        INTEGRATION: CWS hr38 (1.5.30); FILE MERGED 2006/09/11 13:31:34 hr 1.5.30.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0a56b190a7e83c883d48bffffeacb65afbd9b9cb]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:33 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [da7786bf3e2a519ae6a494bef88ead4f4e6146db]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/06 16:17:56 hr 1.5.118.2: #i69179#: clean up stripped files; remove obsolete files 2006/09/04 16:29:39 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ef75fc48f1c99cf78050c1b886f7f63863d3a5bc]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:33 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b44b0e679db9b9c411ae6394aa0ef6da2ae7cc78]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:33 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c425f764ae48789a647615cebd378b9a8db86118]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:32 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bf8fb9b6aceb5cceb8087305eef766d9dcd2aa9f]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:32 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3eec824c50718626338b95f34035083a0cfa746c]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:31:31 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0641a77e2ef771fb6c06addfc6c89a250477913e]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:31 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d7ae31dffc4a6e8d53843bdcec8f9e23bf252398]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:31 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9a94f5a40351a8b50a9ee1bfc039ae216a4a386b]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:30 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fa29b168d17669be320164b7ec3fb7d69d8ee2b9]

        INTEGRATION: CWS hr38 (1.7.36); FILE MERGED 2006/09/11 13:31:30 hr 1.7.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a6cbe339274fee773a566c5aebda10505554cb18]

        INTEGRATION: CWS notecontext (1.33.70); FILE MERGED 2006/09/29 09:46:29 nn 1.33.70.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8a6c3f9519a4018362c812aaa042bb1ba404276e]

        INTEGRATION: CWS notecontext (1.46.66); FILE MERGED 2006/09/29 09:46:29 nn 1.46.66.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9043f9908b776a71f1be0c53e34ff06152e8cff2]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:29 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [65dba9b44ec27a469801d0af09602194e58e89eb]

        INTEGRATION: CWS notecontext (1.42.68); FILE MERGED 2006/09/29 09:46:28 nn 1.42.68.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1b85de94a949d156bdb8353390b841bb72685f19]

        INTEGRATION: CWS notecontext (1.39.68); FILE MERGED 2006/09/29 09:46:28 nn 1.39.68.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [559de42bf4258836bd9d4b39c825c9fb560616de]

        INTEGRATION: CWS notecontext (1.54.278); FILE MERGED 2006/09/29 09:48:12 nn 1.54.278.1: #i8101# #i69947# new: insert/delete note, renamed: insert/delete cells

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eb9b755eda79086ef551829626c36e8e8ea48d9d]

        INTEGRATION: CWS notecontext (1.31.288); FILE MERGED 2006/09/29 09:44:05 nn 1.31.288.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8d17420dbc8258dbd651f1926436b88a5c191544]

        INTEGRATION: CWS notecontext (1.19.140); FILE MERGED 2006/09/29 09:44:05 nn 1.19.140.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [61cd38aaedb5687bc3908b376e12f45b350e0f41]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:28 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [be73150751214b87a3264415f0ddd20ad4599e18]

        INTEGRATION: CWS notecontext (1.50.138); FILE MERGED 2006/09/29 09:43:43 nn 1.50.138.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [26c1ddafadb3ecfef0a7499e32def78676ece412]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:28 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b9821ebc3a5ca2bbc1667f67d3e471e2cbaba238]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:27 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a0803682e6fe8a58c15d5ba126ba92efc12f6c00]

        INTEGRATION: CWS notecontext (1.17.64); FILE MERGED 2006/09/29 08:56:53 nn 1.17.64.1: #i8101# delete note

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b2480821da88e41adc1aee77e8d717ec8037cbec]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:27 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b9bbab0c169a5af6c20f9369df2303b05c0ba148]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:31:27 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [78ae57032ab37415db79925df9f71e09eb89113a]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:27 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [49566f118ce1249523b3b0bcb63cf3283ccbd01f]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:27 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0e81733dd2a50cec406556721ffb9f9b8412749e]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:26 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [012ac7039200e725d77f8567010c4930142be3f1]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:26 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [652456b98586ce57690d1ac0d952c313bd96610f]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:26 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [225a9344d5e5d21f4ef8516524edb3e1c4b2305b]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:25 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9d93660670b4a9e7a6a453cca029fc89d35f9847]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:24 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b0592d7a3a8b63c2e138c769f9be8c0233ae2f9d]

        #i70948# For windows, 'util' depends on 'desktop\icons'.

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b4043131b8ebf5cc81c7530ee431bbeab91203de]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:24 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e657e939b879c7439acccd519d522dad971f4799]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:24 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [24770d771fcec7da28a643a67da5b43d337a05df]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:24 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f42e9d5caffec6703a38aad9713c6f744fc2946a]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:23 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fb65db65ad1c38c418c9b4de8a43faf7f292369f]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:23 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [14f3ac6facf15dfd54d86326917ade0a01d9d120]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:23 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3676b5f653edb3250fe76454a04b44c9ca10a612]

        INTEGRATION: CWS hr38 (1.5.38); FILE MERGED 2006/09/11 13:31:22 hr 1.5.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0dd26df41581255a1d5defc0955e346db84e75cb]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:22 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7f5d2d18dbd3447f7b8e0caf8b9e69fde7a32b5b]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:22 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f60798fdc11bf31df9fb2442423b596b32a65c0f]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:22 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [823239fbc7d6c4a728d34d6640cf8821bd653b86]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:22 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [533f540a0989507ea7754a121a6ec204231d1f8f]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:21 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [915b5cb7fa5027b4007eb4cabe2017b124bb30d6]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:21 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9a79f602e20c6f25af3c71d62d0df2dfc62f4e1d]

        INTEGRATION: CWS hr38 (1.8.14); FILE MERGED 2006/09/11 13:31:20 hr 1.8.14.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e56071f0b28efb14471bceeca0cd3d0d275b0790]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:20 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [edc261325a229f66782864fc0d1b6392a9627312]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:31:20 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [715b81e4f8ab9488fbb94be572d6d5bb9673602d]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:20 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5328f73168e42c218d0f76faf6f042e3d8539256]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:20 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7844151fbbf386f00173c05cea7c41748b5fda21]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:19 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fcc8e3c346c058e19a5b290a0d4f633b64405ba2]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:19 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [314236e27ecfa6fde65c2b8eaf6ea2174799957d]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:19 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3a6cbaeae0dae6b7d234f53a3785cd887637fbfe]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:19 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [725b2f8284d5b9834e0575652dec137a8bc5b3bf]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:18 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3bc2b319ce9afdbf9d4e30917c7b4ae62d30ef04]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:18 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1b06dd21a4f1762521ed7f4657627b240cbd2e8b]

        INTEGRATION: CWS hr38 (1.9.38); FILE MERGED 2006/09/11 13:31:18 hr 1.9.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e739ad3245625400ca16f1197866f53596dcd8fe]

        INTEGRATION: CWS hr38 (1.7.116); FILE MERGED 2006/09/11 13:31:18 hr 1.7.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [df1f1cc98cd5927c47424499b55dd9b6df3fa763]

        INTEGRATION: CWS hr38 (1.6.116); FILE MERGED 2006/09/11 13:31:18 hr 1.6.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2ef1a8033a352238208b4473109db1020a64c290]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:18 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [77d70b6d08ed1693c5294a781eb4bbb0e0ee3f95]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:17 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [03ac5902500f608063ade4056d6141a0cfad8a39]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:31:17 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9c00bf061c2eabbb22b0cf71b4ddf404e364d4c5]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:17 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [94d7f1131235ab684399a820b26e48800b2b24bf]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:16 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3c3661b3d383ee91f2e38ca1af755e3d7b1d0fdd]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:16 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7a44fde882f2c58f8773b2d212e630bbaa71cda6]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:16 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f411019fbead877500c604309b8b6c5c23a08a67]

        INTEGRATION: CWS hr38 (1.5.70); FILE MERGED 2006/09/11 13:31:16 hr 1.5.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b4af3352afbcea1a9e02240a2cbe808b97f6485d]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:31:15 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4e0e6b9750682101e1722f4c0eb999dcb67c8d0c]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:15 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [876f19f463b2bc97931b025dddfb2d9d090c35ce]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:15 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bc5f27d1abce73f7ace40c15a100a75b4ea1a1b1]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:31:14 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [074ccd90c37a7b08b48112bfffe9d2c85dc2d7c2]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:31:14 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [525106aae1bc3d7005856b1a3926a85bd04b6d79]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:14 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [43925ca8559e57290afa700ef0ceabfb048d21e7]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:14 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5c60d93b8797f3b31a4d9832adfc65cdda327cc2]

        INTEGRATION: CWS hr38 (1.8.120); FILE MERGED 2006/09/11 13:31:14 hr 1.8.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ace78737cab264fb8481996dff9ae6e1c7177716]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:31:13 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f4136fd6181eec8111ceccaf952de47eadda2018]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:13 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f9a085301bc40000446994d19d41357956afdf51]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:13 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d6aa62581c66126a07736bbdf677429e409c1746]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:12 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c5f8a0221a298198e144ec5230306d18e2fc07d4]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:12 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [e1a9a3b1413eb6436861e7abf96dab525ced8749]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:12 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [20ff7da5bef3171af0000b2712a60cf60cd5c549]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:11 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [214f859e953f13e12ea996e3b7f6bddcf2195655]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:11 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [4267910026ab955c8a27bfca9871cf33b7d6f171]

        INTEGRATION: CWS hr38 (1.7.120); FILE MERGED 2006/09/11 13:31:11 hr 1.7.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b7b9fd8e92639645d70dbd023500b316ecbedee6]

        INTEGRATION: CWS hr38 (1.7.70); FILE MERGED 2006/09/06 16:00:56 hr 1.7.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [67c90246f9b214578109dbb51428edc841bb3ab5]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:11 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d9d7947de6c438bd0ae7fed53fba69108b108833]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:10 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [26f2b87defa7d243d95059f2c6105164e941594d]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:31:10 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a43abb02a38f57dc4cf9b44d581a8327c24a1590]

        INTEGRATION: CWS hr38 (1.10.36); FILE MERGED 2006/09/11 13:31:09 hr 1.10.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a977071db1ad18e0cab6903ba0e1c22f4ba36714]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:09 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f878053d8447e56d4bf6f6d2c6c5c7da81273b9f]

        INTEGRATION: CWS hr38 (1.7.120); FILE MERGED 2006/09/11 13:31:09 hr 1.7.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [eec8f1e944f85baca8bc9de9394bc35ca934bf6d]

        INTEGRATION: CWS hr38 (1.3.120); FILE MERGED 2006/09/11 13:31:09 hr 1.3.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1719ef8fe41c88b22c05c6406cd941d92c37666b]

        INTEGRATION: CWS hr38 (1.6.118); FILE MERGED 2006/09/11 13:31:08 hr 1.6.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1dd98279f6c1af5befe6a4f44de315cda06210fa]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:08 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5a51fc9ca9eaead9158cf1ffcf708439718cdd83]

        INTEGRATION: CWS hr38 (1.11.98); FILE MERGED 2006/09/11 13:31:08 hr 1.11.98.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [32d220097ca2b44c8e0bfd99a901ac6995d241f6]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:08 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ef65b55985f4b1310f632860d1e2cde19371f818]

        INTEGRATION: CWS hr38 (1.7.34); FILE MERGED 2006/09/11 13:31:08 hr 1.7.34.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [93bbb0ff13872693a4151e987cb598b7b4f46710]

        INTEGRATION: CWS hr38 (1.6.38); FILE MERGED 2006/09/11 13:31:07 hr 1.6.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [57b226bc074557f58a5b70eb762477016f53a1af]

        INTEGRATION: CWS hr38 (1.7.38); FILE MERGED 2006/09/11 13:31:07 hr 1.7.38.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d8a40bb0b717846fcb53ed71f71a9268bd16406c]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:07 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c541b9e2e1ff8a385439945649fbaca2f45bbace]

        INTEGRATION: CWS hr38 (1.6.36); FILE MERGED 2006/09/11 13:31:07 hr 1.6.36.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6262121426a07c65a05a38030f7ab6ab63c9e937]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:07 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ed660e512dc0322448eb4329a1c3dda40e2444ac]

        INTEGRATION: CWS hr38 (1.5.116); FILE MERGED 2006/09/11 13:31:06 hr 1.5.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0cea5010dc5bec636a787019e41857fd807c028c]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:06 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1728adf90f22e3cb47cc64d10e36723b0f42e286]

        INTEGRATION: CWS hr38 (1.7.120); FILE MERGED 2006/09/11 13:31:06 hr 1.7.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [91ef2cec461089112c27ecce171d55df846334ea]

        INTEGRATION: CWS hr38 (1.8.116); FILE MERGED 2006/09/11 13:31:03 hr 1.8.116.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [5df2d5a816419b39941f43fc5f6d32621abb7e4c]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:31:01 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6a237a5b0278c255c9d4d35fbbb984d143cc5a9d]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:31:01 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3d4230bcb56023f973bc64c1b097f8bda6141b80]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:31:00 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0b97c82f57f63e9206015ace78e9441167163021]

        INTEGRATION: CWS hr38 (1.7.72); FILE MERGED 2006/09/11 13:31:00 hr 1.7.72.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [044667c90023afbc0e977daf48d2edcd97122114]

        INTEGRATION: CWS hr38 (1.3.118); FILE MERGED 2006/09/11 13:31:00 hr 1.3.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0db1e795ed86de7aca4672d1609a06a30cb97bc6]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:31:00 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [cb44b36751bbcf8e0dfed49c225a28523a740383]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:59 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3c27544d8e06c841ef13ae15b4b52a1fe296d267]

        INTEGRATION: CWS hr38 (1.5.74); FILE MERGED 2006/09/11 13:30:59 hr 1.5.74.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1644b9c5cc6a116cb32c5e15cc92b7b9b5f9ee28]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:58 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8332933473e07435830757ac23fbf2069c4e028c]

        INTEGRATION: CWS hr38 (1.7.118); FILE MERGED 2006/09/11 13:30:58 hr 1.7.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [171c041c0614b64485074230fcc9d3937c5a9b88]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:30:58 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2257a8091c66920840e357b2e98d147a25bafddb]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:30:58 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [458cd5ed332687ad15504a46410b8c7853dbea35]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:30:58 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fd913649ce9916585c3506f965ae0dae667ca108]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:57 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8fb7feba57afeb8577f8753096c4a233b9f07f7e]

        INTEGRATION: CWS hr38 (1.5.118); FILE MERGED 2006/09/11 13:30:57 hr 1.5.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7b7c625cbe0023e3a26272fdf8d32b3b1926fad1]

        INTEGRATION: CWS hr38 (1.8.70); FILE MERGED 2006/09/11 13:30:57 hr 1.8.70.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c56669848c933dc009508a0565344982e3daf53c]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:30:57 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [505c1addc057cc74c21cbcf642d6317d3abfbdd9]

        INTEGRATION: CWS hr38 (1.4.118); FILE MERGED 2006/09/11 13:30:56 hr 1.4.118.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8660eb2bad7923eb279bc8252e11ef70de59ecd2]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:56 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0858838a496e19aefb2c1488fbfed4a2691906ae]

        INTEGRATION: CWS hr38 (1.7.120); FILE MERGED 2006/09/11 13:30:56 hr 1.7.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bd38aab493913a24f75508150a2a2848c50d5f42]

        INTEGRATION: CWS hr38 (1.5.74); FILE MERGED 2006/09/11 13:30:56 hr 1.5.74.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [df37d41b1caafb6f61eb87e8f33da3bebb020dc5]

        INTEGRATION: CWS hr38 (1.12.34); FILE MERGED 2006/09/11 13:30:56 hr 1.12.34.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [79efa9f2699c29ec40181129c8629c5b51f9a632]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:55 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [1b496371c5f0583b63bdba556526d216da0f154c]

        INTEGRATION: CWS hr38 (1.6.72); FILE MERGED 2006/09/11 13:30:55 hr 1.6.72.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c9c5b9fb6b4d118ba220c24d605598af9704f1df]

        INTEGRATION: CWS hr38 (1.6.120); FILE MERGED 2006/09/11 13:30:55 hr 1.6.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fa12333b3985e459f72d56c6b9b332ba8debe44d]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:30:55 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [66b871d8f009bc5399a1b3c2bba70be0d46ca4c5]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:30:54 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [654697c3b4238abc35ea043252417f8874db2b62]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:54 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fcf4cbc200a9ab4492c1b90ca5541a011dabafaf]

        INTEGRATION: CWS hr38 (1.5.96); FILE MERGED 2006/09/11 13:30:54 hr 1.5.96.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3783bebac68f51c919b7c3f579d8f1b2fd01bf4f]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:53 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [47bbfccf80d25585ad035207e7839e4ac8600ecc]

        INTEGRATION: CWS hr38 (1.6.88); FILE MERGED 2006/09/11 13:30:52 hr 1.6.88.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [756642cb55638231d6d642974da5858a112d6d3c]

        INTEGRATION: CWS hr38 (1.4.120); FILE MERGED 2006/09/11 13:30:52 hr 1.4.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [04afec4e3c62b065a2b3142d57eb9406c1cdb2aa]

        INTEGRATION: CWS hr38 (1.5.120); FILE MERGED 2006/09/11 13:30:52 hr 1.5.120.1: #i69179#: clean up stripped files; remove obsolete files

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [fe79a85477b38979a8292a4c5fb019b9fff9b245]

        INTEGRATION: CWS krmisc (1.32.6); FILE MERGED 2006/10/10 14:27:57 kr 1.32.6.2: fixed: #i70150# now builds on solaris as well 2006/10/10 11:21:03 kr 1.32.6.1: fixed: #i70150#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [7778d470ff41beb5be827b48fe1bb66ab899250c]

        INTEGRATION: CWS krmisc (1.18.6); FILE MERGED 2006/10/10 14:27:57 kr 1.18.6.2: fixed: #i70150# now builds on solaris as well 2006/10/10 11:21:03 kr 1.18.6.1: fixed: #i70150#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [c86be1bd4e481bff7c6f58134466d6c05ca9f0f3]

        INTEGRATION: CWS krmisc (1.30.68); FILE MERGED 2006/10/10 11:25:56 kr 1.30.68.1: added: tests for Mappings and Environments

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6e68f04291e4e02531234601e9bc17c854a312eb]

        INTEGRATION: CWS krmisc (1.1.2); FILE ADDED 2006/10/10 11:25:56 kr 1.1.2.1: added: tests for Mappings and Environments

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9a63592f40f7b8ce1017841f0c10fe3e45c30c98]

        INTEGRATION: CWS krmisc (1.9.44); FILE MERGED 2006/10/10 11:28:03 kr 1.9.44.1: enhanced: #i70222#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [231c094d763d0ec196243d43ce93ebd6a48c5bd4]

        INTEGRATION: CWS krmisc (1.6.68); FILE MERGED 2006/10/25 11:46:44 kr 1.6.68.2: #i70222# added 'explicit' keyword 2006/10/10 11:28:03 kr 1.6.68.1: enhanced: #i70222#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [20c7949a91688e9172b0ed5b41ea1c582033da19]

        INTEGRATION: CWS krmisc (1.23.6); FILE MERGED 2006/10/12 07:06:26 kr 1.23.6.2: fixed: finally got it right #i59981# 2006/10/10 11:11:47 kr 1.23.6.1: fixed: #i59981#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [2c29430803d53f8443d8d0247e494f208d6c99f7]

        INTEGRATION: CWS krmisc (1.37.14); FILE MERGED 2006/10/10 07:47:24 kr 1.37.14.1: fixed: #i55065

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [b0b3a6ade63a9aae920d03a73ddc2158474c25cb]

        INTEGRATION: CWS krmisc (1.4.14); FILE MERGED 2006/10/12 07:07:43 kr 1.4.14.2: added: ascii_compare_WithLength - ref string not terminated test 2006/10/10 11:11:48 kr 1.4.14.1: fixed: #i59981#

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [493dc3cb9516208b5bd5b1ad2290bc01d885f934]

        INTEGRATION: CWS krmisc (1.26.6); FILE MERGED 2006/10/10 11:43:14 kr 1.26.6.2: fixed warning sols: use oslGenericFunction 2006/10/09 14:57:59 kr 1.26.6.1: fixed: issue 54902

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [9ebeb5da9ca19dd793b235635691a550e8dcdf1a]

        INTEGRATION: CWS native68 (1.12.28); FILE MERGED 2006/10/12 10:03:17 is 1.12.28.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [632dc808c577365e081e756199a07b138765f2b4]

        INTEGRATION: CWS native68 (1.43.24); FILE MERGED 2006/10/12 10:03:16 is 1.43.24.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [bf2a738ac32ebfa3e04c50df7bb67f90e168f149]

        INTEGRATION: CWS native68 (1.166.22); FILE MERGED 2006/10/12 10:03:16 is 1.166.22.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [d619383a0dbb43370b9aef23f1adc48b730aa9de]

        INTEGRATION: CWS native68 (1.34.54); FILE MERGED 2006/10/12 10:03:16 is 1.34.54.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [873a337754e5d3d649c3baafc2c523adc95d3a81]

        INTEGRATION: CWS native68 (1.1.2); FILE ADDED 2006/10/12 10:16:12 is 1.1.2.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a2b75517f648ea373b2ecde4911a5dc975831f27]

        INTEGRATION: CWS native68 (1.8.30); FILE MERGED 2006/10/12 10:15:26 is 1.8.30.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3abe73ef981820b8997d353d02edbe2bbf676620]

        INTEGRATION: CWS native68 (1.6.74); FILE MERGED 2006/10/12 10:15:26 is 1.6.74.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [72654aaf79bd695952fead5eb9167488b8e8ef56]

        INTEGRATION: CWS native68 (1.1.2); FILE ADDED 2006/10/12 10:19:33 is 1.1.2.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3d706cb2f821759665b85afe5263fb807d843a79]

        INTEGRATION: CWS native68 (1.9.86); FILE MERGED 2006/10/12 10:15:26 is 1.9.86.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [04e58509ff476d213609858f9350b30895db5cfc]

        INTEGRATION: CWS native68 (1.1.2); FILE ADDED 2006/10/12 10:19:46 is 1.1.2.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [07a8b9969fd64124e8c88bc391af09c36206d867]

        INTEGRATION: CWS native68 (1.10.138); FILE MERGED 2006/10/12 10:15:26 is 1.10.138.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [f7005206dc8c36bd3c01dacb80c762daefab42d1]

        INTEGRATION: CWS native68 (1.54.22); FILE MERGED 2006/10/12 10:22:58 is 1.54.22.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [a93c2b516c99e724de78efa0e57050d2f800cc87]

        INTEGRATION: CWS native68 (1.69.12); FILE MERGED 2006/10/12 10:22:57 is 1.69.12.1: #i69940# installing extension during office installation

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [17a5dfb338f3e7643aed306efbeeb37d6661f510]

        INTEGRATION: CWS extleadfix (1.46.2); FILE MERGED 2006/10/09 13:19:47 fme 1.46.2.1: #i60945# External leading compatibility

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [347d895ec28f19269030c6bc325cfb9b74023dbf]

        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>  [26d326ee52ee1bc56003cd7fdfe062186a9214c0]

        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>  [eabd944232da643a2108ea47dd050b9f606d4ccf]

        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-27  Rüdiger Timm  <rt@openoffice.org>  [e6f38d6ce805f18519aa003ecf47442c4c3dac26]

        INTEGRATION: CWS hr39 (1.3.156); FILE MERGED 2006/10/11 12:23:54 hr 1.3.156.1: #i70157#: don't use lock prefix on a single processor, single core, non HT machine

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [69df370546617f91783b9f2e9ce9464bbce2b977]

        INTEGRATION: CWS hr39 (1.27.26); FILE MERGED 2006/10/11 12:24:36 hr 1.27.26.1: #i70157#: check if the system is a single processor, singe core, non HT x86 system

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [37889c81b91e416b93e5816a73c98aabf8763b63]

        INTEGRATION: CWS hr39 (1.2.156); FILE MERGED 2006/10/06 14:14:35 hr 1.2.156.1: #i70157#: don't use lock prefix on a single processor, single core, non HT machine

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [6add962c40b5258527505490c14b81dc901baa52]

        INTEGRATION: CWS hr39 (1.10.46); FILE MERGED 2006/10/06 13:51:43 hr 1.10.46.1: #i70157#: check if the system is a single processor, singe core, non HT x86 system

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0effc3aa6f659a16baba28d24a89d6cde3e1e4a6]

        INTEGRATION: CWS extleadfix (1.52.2); FILE MERGED 2006/10/09 13:19:48 fme 1.52.2.1: #i60945# External leading compatibility

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [ab41e4afad4edffea2dbabbd987b0fe3ddbc07ab]

        INTEGRATION: CWS hr39 (1.12.156); FILE MERGED 2006/10/06 13:55:48 hr 1.12.156.1: #i70157#: don't use lock prefix on a single processor, single core, non HT machine

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [8dbc108ddec09f1e1b2e06c9218b0891772b2283]

        INTEGRATION: CWS extleadfix (1.97.18); FILE MERGED 2006/10/09 13:19:48 fme 1.97.18.1: #i60945# External leading compatibility

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [3a54a79e602046f7eeee6449162c86126255a439]

        INTEGRATION: CWS extleadfix (1.67.2); FILE MERGED 2006/10/09 13:19:47 fme 1.67.2.1: #i60945# External leading compatibility

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [0625c24f6470ed89b16d94b2beb55671f76bce2b]

        INTEGRATION: CWS extleadfix (1.125.2); FILE MERGED 2006/10/09 13:19:34 fme 1.125.2.1: #i60945# External leading compatibility

2006-10-27  Rüdiger Timm  <rt@openoffice.org>  [73811bb5352de284c25d3fbd6bceb06904703465]

        INTEGRATION: CWS extleadfix (1.2.54); FILE MERGED 2006/10/09 13:19:34 fme 1.2.54.1: #i60945# External leading compatibility

2006-10-27  Oliver Bolte  <obo@openoffice.org>  [63a4bcb9d813fc39d96b5df95553d95bdd8f39af]

        change for solaris

2006-10-27  Oliver Bolte  <obo@openoffice.org>  [11b8cfbb994000e484c3332a08672bc8e0da9c96]

        use shared library for solaris

2006-10-26  Vladimir Glazounov  <vg@openoffice.org>  [c2fc52fa38ecd7f9df8cb88dfb61eba94e886b09]

        new version for OOE680

2006-10-26  Vladimir Glazounov  <vg@openoffice.org>  [97024c8fab8f81a870f1cada2a665a2c9ac94ecc]

        new version for OOE680

2006-10-26  Vladimir Glazounov  <vg@openoffice.org>  [c10682e9efb33625555eabec699458b35ff0474a]

        new version for OOE680

2006-10-26  Rüdiger Timm  <rt@openoffice.org>  [2033b1e1983e4741f58c79c03489701dbb48c606]

        #i10000# com/sun/star/wizards/query/QueryWizard.java needs FormWizard.

2006-10-25  Oliver Bolte  <obo@openoffice.org>  [edecd664aca060c32b87bff0a93e7d4a3d0551b2]

        LIGHTGRAY for inside view as background

2006-10-25  Oliver Bolte  <obo@openoffice.org>  [a0c29606c2ed0a25df9f5547dca6760c697d477d]

        png files mover from res to ooo_custom_images/soldep/res

2006-10-25  Oliver Bolte  <obo@openoffice.org>  [0dfcf8034abcfbf78d655ccc2a46f753900d59d5]

        #i10000# obsolete symbol

2006-10-25  Rüdiger Timm  <rt@openoffice.org>  [8c80741d33d9a58dfb39e25fa16a75044ae424f0]

        #i10000# Need to link against COMPHELPERLIB (SalGtkPicker.cxx uses comphelper::getProcessServiceFactory()

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [50a135bcb5d1ff87a5da8592c4b8cfa548a969d6]

        SRC680

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8450e12513b21fecd8c51bf30dadcca589e7612b]

        INTEGRATION: CWS vq38 (1.165.4); FILE MERGED 2006/10/20 00:48:57 vq 1.165.4.5: #i70353# Switch from ENABLE_STRIP to DISABLE_STRIP. 2006/10/17 22:04:06 vq 1.165.4.4: #i70353# Add missing quotes. 2006/10/17 21:42:51 vq 1.165.4.3: #i70353# Add a new configure switch to controll the stripping of the solver. 2006/10/17 01:17:17 vq 1.165.4.2: #i70353# Decouple --enable-crashdump from --enable-symbols. 2006/10/14 22:32:25 vq 1.165.4.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1582053966cec35bc688d9a5137fe9d5616d2b5]

        INTEGRATION: CWS vq38 (1.4.388); FILE MERGED 2006/10/14 22:32:27 vq 1.4.388.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c649d58895d798f6c9d76156a4752b8afc81fb]

        INTEGRATION: CWS vq38 (1.14.12); FILE MERGED 2006/10/14 22:32:27 vq 1.14.12.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [177717aa1b3c15ee146c0307856d0beffcedd8fe]

        INTEGRATION: CWS vq38 (1.34.76); FILE MERGED 2006/10/14 22:32:28 vq 1.34.76.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39925c85ea69750d0f4bfd6a37d0aa3c892be52]

        INTEGRATION: CWS vq38 (1.2.16); FILE MERGED 2006/10/20 00:52:19 vq 1.2.16.4: #i70431# Treat ccache like gcc. 2006/10/17 12:48:54 vq 1.2.16.3: #i70499# Add missing entry again. 2006/10/17 01:11:10 vq 1.2.16.2: #i70431# MinGW related changes to guw. 2006/10/17 01:05:06 vq 1.2.16.1: #i70499# Clean up guw's ignore list.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [be4beaeae559375133cc61b621ba972f3dbfafcd]

        INTEGRATION: CWS vq38 (1.118.6); FILE MERGED 2006/10/20 00:49:00 vq 1.118.6.3: #i70353# Switch from ENABLE_STRIP to DISABLE_STRIP. 2006/10/17 01:17:20 vq 1.118.6.2: #i70353# Decouple --enable-crashdump from --enable-symbols. 2006/10/14 22:32:26 vq 1.118.6.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a432766c787b8acfc7136cb2a7b1d2a762f9943e]

        INTEGRATION: CWS vq38 (1.181.4); FILE MERGED 2006/10/20 00:48:59 vq 1.181.4.5: #i70353# Switch from ENABLE_STRIP to DISABLE_STRIP. 2006/10/17 22:04:07 vq 1.181.4.4: #i70353# Add missing quotes. 2006/10/17 21:42:53 vq 1.181.4.3: #i70353# Add a new configure switch to controll the stripping of the solver. 2006/10/17 01:17:19 vq 1.181.4.2: #i70353# Decouple --enable-crashdump from --enable-symbols. 2006/10/14 22:32:26 vq 1.181.4.1: #i70432# Rename NETTOOLKIT to DISABLE_ACTIVEX.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d61fa7df7a1468f1cfc66ab8b290b488fd0cb1c]

        INTEGRATION: CWS vq38 (1.107.22); FILE MERGED 2006/10/20 00:49:00 vq 1.107.22.2: #i70353# Switch from ENABLE_STRIP to DISABLE_STRIP. 2006/10/17 01:17:20 vq 1.107.22.1: #i70353# Decouple --enable-crashdump from --enable-symbols.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c457f563534120d43c82ba3ce34c5dee2ef76a83]

        INTEGRATION: CWS dba205c (1.7.12); FILE MERGED 2006/10/09 10:40:34 fs 1.7.12.1: #i70139# impl_setFormComponentScriptEvent_nothrow: proper comparison for exsiting event

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d91686e4f69548f7e65a14b78acba7930ffddb9]

        INTEGRATION: CWS dba205c (1.39.214); FILE MERGED 2006/10/10 07:30:36 fs 1.39.214.1: #i65509# commonpagesdbp.src

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe47bb440bd8fe8c732f10bf4aaef9337c09294a]

        INTEGRATION: CWS dba205c (1.47.62); FILE MERGED 2006/10/09 12:19:53 fs 1.47.62.1: #i68860# sdbt-resource must be part of the patch

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f551a98d5f165889fad98d9acfbf677d535981a2]

        INTEGRATION: CWS dba205c (1.94.30); FILE MERGED 2006/10/11 12:23:40 fs 1.94.30.1: #i70285#

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [66ee7fee9b4201547e2872da6ed7026cf2e070ea]

        INTEGRATION: CWS dba205c (1.73.14); FILE MERGED 2006/10/11 19:47:48 fs 1.73.14.2: #i10000# 2006/10/10 13:40:31 fs 1.73.14.1: during #i69227#: saveField: quote the field name, in case it contains a space

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5b185bdfb055a4b0af411f12a7979bbbfd9181]

        INTEGRATION: CWS dba205c (1.2.30); FILE MERGED 2006/10/09 11:29:00 fs 1.2.30.1: #i69184# license change

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc76175edbbb1ecfdac44d14dd726ec89f69765]

        INTEGRATION: CWS dba205c (1.13.44); FILE MERGED 2006/10/09 14:28:44 fs 1.13.44.1: #i70220# track disposal

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c44abb7fcaf85c30ad4dc6b9e4074b8e74c81599]

        INTEGRATION: CWS dba205c (1.54.30); FILE MERGED 2006/10/10 11:55:53 fs 1.54.30.1: #i69094# reset the AutoFocus event when necessary

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e8628331137ea3856630e04ee5789131efdabff]

        INTEGRATION: CWS dba205c (1.38.32); FILE MERGED 2006/10/09 14:28:49 fs 1.38.32.1: #i70220# track disposal

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [22bce9cb7d9ce3d0a5b25c35a471316453b9c791]

        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>  [1bc90da9d647e4e41e328621e1d491d148c96d5f]

        INTEGRATION: CWS dba205c (1.53.32); FILE MERGED 2006/10/10 11:31:49 fs 1.53.32.1: #i70255#

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0eb70d06a058b5707ab6d9611eb59d8e152563]

        INTEGRATION: CWS dba205c (1.10.6); FILE MERGED 2006/10/12 09:48:54 fs 1.10.6.1: during #i70255#: when setting the engine's text, unlock our own mutex, to prevent deadlocks.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13239beab1e04ccd0cd581737b920edd62efc39]

        INTEGRATION: CWS c07v007_SRC680 (1.9.142); FILE MERGED 2006/09/18 14:18:08 fme 1.9.142.1: #b6446216# Do not interrupt painting on Solaris. This is a workaround for unnecessary repaints due to slow painting.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e07f5b13475437eb332a6bf5c390743c71b7efbd]

        INTEGRATION: CWS dba205c (1.51.6); FILE MERGED 2006/10/10 08:21:56 fs 1.51.6.1: #141659# clonedFrom: catch exceptions thrown from setValueBinding

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e3a348cb9f4544fbab7c4fdfbdec17c7f9e2231]

        INTEGRATION: CWS dba205c (1.18.34); FILE MERGED 2006/10/10 08:16:26 fs 1.18.34.1: #i68882# make form:id document-wide unique

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b1824b866a29c2ff10b74357e4e540948639d1]

        INTEGRATION: CWS dba205c (1.32.14); FILE MERGED 2006/10/10 08:16:26 fs 1.32.14.1: #i68882# make form:id document-wide unique

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [47996a0d77890b684ce60686432277111f0193ef]

        INTEGRATION: CWS dba205c (1.3.4); FILE MERGED 2006/10/11 11:52:30 fs 1.3.4.1: #i70284# reverted previous version, which is an old one. Back to r1.2

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd6605490a26e0212e58807d2f8424c74b036987]

        INTEGRATION: CWS dba205c (1.6.2); FILE MERGED 2006/10/11 11:56:00 fs 1.6.2.1: #i70284# reverted previous version, which is an old one. Back to r1.5

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e8d97f7fd63b4e66e7d98b93b1ae5d46a26056b]

        INTEGRATION: CWS c07v007_SRC680 (1.16.356); FILE MERGED 2006/09/18 14:05:20 fme 1.16.356.1: #i15616# Ignore softhyphens during searching

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e44418973e03d7353f2096d613f66a5a76bfca65]

        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>  [9a77da0f1e91c2209204d94522f9e2f9d6f6d174]

        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>  [15ad66e6f7e9cb2677e43a9fc0e3dd6e66042a0b]

        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>  [55e6f9938510ac8adfd04536a2e5bc1dd5abb38f]

        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>  [50d663a74962efb5d9d334cd154c5c2f780fcead]

        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>  [e294b5292a55f7e63074d52ed1de491e003ec30c]

        INTEGRATION: CWS dba205c (1.44.10); FILE MERGED 2006/10/10 13:40:07 fs 1.44.10.1: #i69227# when stepping down a sub query, don't forget to erase its name from the pSubQueryHistory, to allow repeated occurances

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [81a0d2f407d88cd89a367663c631ca12f522f943]

        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>  [e2cb1a6f93faccc5ae61434a6a61552ec96690fb]

        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>  [7fe816252b380419d232b800987b81fe30f0b28e]

        INTEGRATION: CWS dba205c (1.4.10); FILE MERGED 2006/10/09 12:11:03 fs 1.4.10.2: no UTF-8 encoding for registry directory, use UCS2/Unicode directly Issue number:  #i69327# Submitted by:  rvojta@openoffice.org Reviewed by:   fs@openoffice.org 2006/10/09 12:09:29 fs 1.4.10.1: moving changes from dba205b herein, in preparation of #i69327#

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [59d54bfcf9d9813546da7d6231854f5d8f04deab]

        INTEGRATION: CWS c07v007_SRC680 (1.5.124); FILE MERGED 2006/10/13 10:31:58 fme 1.5.124.3: #b6449032# Set StrictSO52Compatibilty at jobsetup 2006/09/22 10:30:38 fme 1.5.124.2: #b6449032# workaround for optional strict SO52 backwards compatibility 2006/09/19 08:48:14 fme 1.5.124.1: #b6449032# Set StrictSO52Compatibilty at jobsetup

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fca6575fc427f34d00d4031e40ce9788dda7c3f]

        INTEGRATION: CWS dba205c (1.7.10); FILE MERGED 2006/10/09 12:11:03 fs 1.7.10.1: no UTF-8 encoding for registry directory, use UCS2/Unicode directly Issue number:  #i69327# Submitted by:  rvojta@openoffice.org Reviewed by:   fs@openoffice.org

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e68b4920b0a726578094013b819b1e0833929acb]

        INTEGRATION: CWS c07v007_SRC680 (1.12.18); FILE MERGED 2006/09/22 13:27:27 pl 1.12.18.1: #b6465588# cope with URI encoded in non UTF8 encoding

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c511566d3bc85c1f6ed7f3418012d6da31619f54]

        #i10000#: recreate configure for CWS fakebold2

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2686ba7e23b7f16486e93ccdef4ea1c85b64c7e2]

        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>  [6032f560761c3d03452f0bb1a0d787339b298238]

        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>  [2c95615ba6acfe4d0a98e6a054553ea5e08d5f21]

        INTEGRATION: CWS fakebold2 (1.116.2); FILE MERGED 2006/09/19 15:20:08 hdu 1.116.2.1: #i65520# configure freetype emboldening

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c03c08f4f63289f03502577853c4b15e7f2b374]

        INTEGRATION: CWS fakebold2 (1.177.2); FILE MERGED 2006/09/19 15:20:08 hdu 1.177.2.1: #i65520# configure freetype emboldening

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [369d8ddc9c4becc120549a24f385df3689095567]

        INTEGRATION: CWS c05v004_SRC680 (1.17.2); FILE MERGED 2006/10/18 10:06:19 pb 1.17.2.1: fix: #142498# help filter needs no module query

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcf70fab6a9f09a433adc15fbf6092da92fb3645]

        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>  [c134a65e204e3ee5db1a5fff10dbec473f1b443a]

        INTEGRATION: CWS vclxcu02 (1.54.10); FILE MERGED 2006/09/13 10:56:51 hdu 1.54.10.2: #i64577# add defaults and fallbacks for Greek 2006/09/13 10:48:42 hdu 1.54.10.1: #i62174# fix spelling for some japanese fonts

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [72bb2e4ec79c1abd517c90576c9980269891ec63]

        INTEGRATION: CWS fsfixes04 (1.18.2); FILE MERGED 2006/10/19 09:58:33 fridrich_strba 1.18.2.1: Issue number:  70340 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Fix an issue with an annoying bug in gcc 3.3 and 3.2 parsers

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b65b0b886e2cb16382bc11770230fb6a140f33b]

        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>  [04cdfd5a88caed284934d033d7aa4e0274c01e5f]

        INTEGRATION: CWS tl29 (1.109.102); FILE MERGED 2006/09/20 08:44:01 tl 1.109.102.3: #i69416# iteration over text fixed 2006/09/12 11:20:12 tl 1.109.102.2: #i69416# avoid loop due to bug in breakiterator 2006/09/12 08:26:11 tl 1.109.102.1: #i69416# avoid lopp due to bug in breakiterator

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e55f45d20b0d70214d5530678dbf926ba597d2f9]

        INTEGRATION: CWS fixi70407 (1.211.20); FILE MERGED 2006/10/16 13:22:55 pl 1.211.20.1: #i70407# added PATCH flag for eggtray

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5e9b382f00b877f16e1b2c9d078b8258dc7c49a]

        INTEGRATION: CWS impress108 (1.7.554); FILE MERGED 2006/10/05 13:50:54 sj 1.7.554.2: #i67024,i66989# added help id 2006/10/05 12:17:01 sj 1.7.554.1: #i67024,i66989# added help id

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3aa0cafe885b5d1b219d9fe97b4568162af4f21]

        INTEGRATION: CWS impress108 (1.9.10); FILE MERGED 2006/10/05 12:17:01 sj 1.9.10.1: #i67024,i66989# added help id

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a58cbe770d21dfd8cc8eb44cb697bad1e3c667]

        INTEGRATION: CWS impress108 (1.142.10); FILE MERGED 2006/09/27 11:23:10 sj 1.142.10.1: #i69518# fixed clientanchor problem (now also supporting 32bit)

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [651ad507a7ab47c4a2368ad156474f020bab15f5]

        INTEGRATION: CWS impress108 (1.136.10); FILE MERGED 2006/09/28 09:24:13 sj 1.136.10.1: #i69933,i69932,140295# fixed extrusion depth problem (division by zero)

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2d3d1ad377908cbdbce3b0a82cb87aa6927aec]

        INTEGRATION: CWS impress108 (1.8.10); FILE MERGED 2006/10/04 14:54:58 sj 1.8.10.1: #i67190# added help id for gallery

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [da68b2f2d48b1a399aa99116bfaf2359c69284e4]

        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>  [2ec6b1dbb68c3217c6ddd5823dc5bb3233e42bde]

        INTEGRATION: CWS impress108 (1.8.12); FILE MERGED 2006/10/06 10:50:04 cl 1.8.12.2: previous patch not working under windows nonpro 2006/09/26 13:56:45 sj 1.8.12.1: #i69109# added patch provided by cmc (iostream infrastructure not always needed)

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4cb813ba9c6ad1d69e7c1e9f14299e3ddb964a]

        INTEGRATION: CWS pj59 (1.16.12); FILE MERGED 2006/09/19 06:53:33 pjanik 1.16.12.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6305198df4d4e0aee60c712a7a6e4fbcb5de0fc]

        INTEGRATION: CWS impress108 (1.65.66); FILE MERGED 2006/10/05 12:16:10 sj 1.65.66.2: #i67024,i66989# added help id 2006/10/04 14:53:32 sj 1.65.66.1: #i67190# added help id for gallery

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [db765a4d9e47458c24c546aa0eb564d068d6ce92]

        INTEGRATION: CWS pj59 (1.8.18); FILE MERGED 2006/09/19 07:10:09 pjanik 1.8.18.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [06258bec209a1c352ee5567b5c6dcbc6d850d388]

        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>  [c8743a33747e1106009a063dcbac94d120ce4241]

        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>  [ba536905d99bc6a42582769d0ff6287d652342ad]

        INTEGRATION: CWS pj59 (1.15.46); FILE MERGED 2006/09/19 07:51:06 pjanik 1.15.46.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [89112f4c33b26f2535e1fc4230db8c2a4e6e68d1]

        INTEGRATION: CWS pj59 (1.22.144); FILE MERGED 2006/09/19 07:36:33 pjanik 1.22.144.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc856f9503a923c04f9b441337c892c1d5a30fc7]

        INTEGRATION: CWS impress108 (1.20.12); FILE MERGED 2006/10/05 14:29:00 af 1.20.12.1: #141146# Added bForce argument to ToolBarManagerLock::Release().

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76672509b3fabf7dd5bef53c310a24d0952266c]

        INTEGRATION: CWS impress108 (1.20.10); FILE MERGED 2006/09/28 09:59:45 af 1.20.10.1: #i69628# GetInsertionPosition() now takes insertion indicator into account.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b436e5dab079bc9a26163a70979c2945053ebc13]

        INTEGRATION: CWS impress108 (1.8.170); FILE MERGED 2006/10/05 14:27:28 af 1.8.170.1: #141146# Add bForce argument to ToolBarManagerLock::Release().

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b575e9517217f8895111d4d147592b800293566f]

        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>  [5b2bccf2924aaf595367a49c66b1910021f00d0c]

        INTEGRATION: CWS impress108 (1.98.6); FILE MERGED 2006/09/28 11:33:38 sj 1.98.6.1: #140293# fixed typo

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9928847d6b9cc06cb9cb76dfa7152e5226f818a0]

        INTEGRATION: CWS pj59 (1.17.34); FILE MERGED 2006/09/19 07:49:36 pjanik 1.17.34.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ed7eb02a190852014d7bd9bdf7f8979aab2c911]

        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>  [1013dbd123d46e4b2c5876d9391fc99b2416e37e]

        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>  [9a9456ff35967b3c0ef5332a73b2225dcc5b9127]

        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>  [a5a62ba9428fe22e69eba6ce4911b7a34c7de783]

        INTEGRATION: CWS pj59 (1.8.6); FILE MERGED 2006/09/19 07:10:32 pjanik 1.8.6.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b55c693f6c11cc132fd51fdbb1d28a6651d8056d]

        INTEGRATION: CWS pj59 (1.8.12); FILE MERGED 2006/09/19 07:51:54 pjanik 1.8.12.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f968873caf9c04973ad6680534f8ac532a55bbd9]

        INTEGRATION: CWS pj59 (1.2.14); FILE MERGED 2006/09/18 19:51:33 pjanik 1.2.14.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfb994e96e56b97d8c2feec4c17afc3f639ae99b]

        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>  [74284930ba1c9faacd8d7a28257d5647be60f654]

        INTEGRATION: CWS pj59 (1.13.14); FILE MERGED 2006/09/19 07:52:52 pjanik 1.13.14.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [62a9755c20d3d831ed0f40ff2b00563165b306df]

        INTEGRATION: CWS pj59 (1.15.6); FILE MERGED 2006/09/28 19:23:30 pjanik 1.15.6.1: #i68948#: Set the install_name of all libxmlsec dylib files to @executable_path/$filename.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [17aaab632a5b1172ae89b24e3a249bab4ba9c2d8]

        INTEGRATION: CWS pj59 (1.51.42); FILE MERGED 2006/09/19 07:52:13 pjanik 1.51.42.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [407bbe5f0dc636cfa2d8aef69a8f449d9c495cb6]

        INTEGRATION: CWS pj59 (1.47.88); FILE MERGED 2006/09/19 06:55:45 pjanik 1.47.88.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0e46e4351040a8211f2c422834189d7fecb5e31]

        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>  [80c24b896b8c88c3be6f6860d5da757edb22d07c]

        INTEGRATION: CWS pj59 (1.3.152); FILE MERGED 2006/09/20 21:11:35 pjanik 1.3.152.1: #i69605#: cast sizeof return value to int to prevent warnings.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbb7b62e9eb0a429ebe394573dc05acf8e591d4e]

        INTEGRATION: CWS pj59 (1.7.12); FILE MERGED 2006/09/19 07:34:38 pjanik 1.7.12.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f17fea18f4b8302983da9f6dd8d0988f501f3c3]

        INTEGRATION: CWS pj59 (1.8.30); FILE MERGED 2006/09/20 21:18:31 pjanik 1.8.30.1: #i69606#: Add return statement to _M_get_facet (patch from the main stlport patch).

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5812b831dd6d7d1cd002211f1facdf34f8850f05]

        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>  [27ba5335b71f312d7811f6a6445fb6dd40a6a89f]

        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>  [ba64c638234213dba3cea2f7bf54055e360fa329]

        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>  [c80d5adb69d0f3a6e786d235d1a2397aa9922a52]

        INTEGRATION: CWS pj59 (1.3.112); FILE MERGED 2006/10/19 08:25:59 pjanik 1.3.112.4: Revert the previous change for #i68869# - problematic on Panther. 2006/09/28 06:25:48 pjanik 1.3.112.3: #i68869#: Do not link CUI libs to X11. 2006/09/26 19:40:57 pjanik 1.3.112.2: #i69154#: Add module psprint as an exception for "warnings are errors". 2006/09/20 21:26:37 pjanik 1.3.112.1: #i69154#: Add "warnings are errors" code. Many modules - clean the list...

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d711d74eda23c226f8923ff50f3942202ab06480]

        INTEGRATION: CWS pj59 (1.2.182); FILE MERGED 2006/09/28 19:21:56 pjanik 1.2.182.1: #i68948#: Set the install_name of all *.dylib files to @executable_path/$filename.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfed489d4740e46fb033eae799832b8b83c5f0b1]

        INTEGRATION: CWS pj59 (1.21.68); FILE MERGED 2006/09/19 07:39:59 pjanik 1.21.68.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d36fc6a75e1310aa77351f6d7902e92d71a8b730]

        INTEGRATION: CWS pj59 (1.19.94); FILE MERGED 2006/09/19 06:53:47 pjanik 1.19.94.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ad47ce992ebf813b1449ab53c0c1f475710418b]

        INTEGRATION: CWS pj59 (1.13.10); FILE MERGED 2006/09/19 07:07:49 pjanik 1.13.10.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4651cc5257d399e634f27011ba5f5d23a8620a7d]

        INTEGRATION: CWS pj59 (1.14.20); FILE MERGED 2006/09/19 07:10:52 pjanik 1.14.20.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [58db93c93885725fdd465ad055f95bedba4ad08e]

        INTEGRATION: CWS pj59 (1.11.18); FILE MERGED 2006/09/19 06:45:43 pjanik 1.11.18.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ffed224b25fa8c1414698ce67dd3c6871747e3d]

        INTEGRATION: CWS pj59 (1.25.96); FILE MERGED 2006/09/28 14:33:05 pjanik 1.25.96.2: RESYNC: (1.25-1.26); FILE MERGED 2006/09/19 06:46:32 pjanik 1.25.96.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c424b451f0349be79994deced562896a6af8d0c]

        INTEGRATION: CWS pj59 (1.20.16); FILE MERGED 2006/09/19 07:50:02 pjanik 1.20.16.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b2e16c54f3d14822c05410162931fd2e87c78ee]

        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>  [5623c6860bc7f3702c239aeee797a06ada726296]

        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>  [bc8a3cc68acbdc02cda0397a39c5eef3c43790b5]

        INTEGRATION: CWS pj59 (1.18.14); FILE MERGED 2006/09/18 19:50:13 pjanik 1.18.14.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f904febd4dc444989b91e5270f0992f2d35a6b]

        INTEGRATION: CWS pj59 (1.11.10); FILE MERGED 2006/09/19 07:35:26 pjanik 1.11.10.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d0339716d7c37464efcbfe389f9879cab9125e1]

        INTEGRATION: CWS pj59 (1.26.60); FILE MERGED 2006/09/18 19:50:57 pjanik 1.26.60.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdca68e637bbb941671d22ebcc0e0fa54e575906]

        INTEGRATION: CWS pj59 (1.17.24); FILE MERGED 2006/09/19 06:53:05 pjanik 1.17.24.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ece4a6cfa3eb7de0df37ae962d13711a229f98f]

        INTEGRATION: CWS pj59 (1.26.4); FILE MERGED 2006/09/19 07:07:35 pjanik 1.26.4.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ca46d2f81977b72af312314d1f45bae91e53818]

        INTEGRATION: CWS pj59 (1.8.6); FILE MERGED 2006/09/19 07:36:04 pjanik 1.8.6.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [76482a6b9dc9b0fe5ecc17b10be3a333dc4613d2]

        INTEGRATION: CWS pj59 (1.9.16); FILE MERGED 2006/09/19 07:09:55 pjanik 1.9.16.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aea79c380b228706bc327bf59a7f0792b127e91]

        INTEGRATION: CWS pj59 (1.15.20); FILE MERGED 2006/09/19 07:40:14 pjanik 1.15.20.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d0772a863533fa47f12fe2ebc0e7421b2ae1b3c]

        INTEGRATION: CWS pj59 (1.11.36); FILE MERGED 2006/09/19 07:50:29 pjanik 1.11.36.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad73ac9280839b65202bfde37bac3a705e17ecf1]

        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>  [876169ad9af08754a2b0fce3cc765f0a72235067]

        INTEGRATION: CWS pj59 (1.14.32); FILE MERGED 2006/09/19 06:46:15 pjanik 1.14.32.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4faf759d969d5f4ee4f04e8412ca8e74e089da3b]

        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>  [6950720f44e02243eb6c09f181ca8e29cc052088]

        INTEGRATION: CWS pj59 (1.7.18); FILE MERGED 2006/09/19 07:08:57 pjanik 1.7.18.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [926812bf8eb14b6ee8265f0e1db12d63622ae982]

        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>  [5c8dad0d6c31747c5cf6efd116a4709e3a49dac9]

        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>  [0f722e303919de279be23cb24fdbc2189e10fe33]

        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>  [e3d8c4166f4f679bbfccd4ba9ddf0ea56b8f5127]

        INTEGRATION: CWS calc40 (1.65.48); FILE MERGED 2006/10/17 13:27:20 er 1.65.48.2: #i67497# SvxLanguageItem::PutValue: convertLocaleToLanguage already handles special cases, mapping an empty locale to LANGUAGE_NONE was wrong anyway 2006/10/16 15:51:46 er 1.65.48.1: #i67497# map LANGUAGE_NONE to new ISO 639-2 code 'zxx'

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [080eabdfed0e41fb9de9bcb8c0341a8d2e4022ee]

        INTEGRATION: CWS pj59 (1.14.18); FILE MERGED 2006/09/19 07:39:44 pjanik 1.14.18.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [296f69116da4b77f44e87e118856418c53cf92f3]

        INTEGRATION: CWS pj59 (1.77.54); FILE MERGED 2006/09/19 07:11:06 pjanik 1.77.54.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [29ebc1d0fb1271b286f96dbb8fba5811aff226c9]

        INTEGRATION: CWS calc40 (1.20.72); FILE MERGED 2006/10/13 10:07:39 nn 1.20.72.1: #i69767# call UseHyphenator before DrawLayer

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7794ba4f32a68b25097170e3f644b23ae62ad292]

        INTEGRATION: CWS calc40 (1.37.74); FILE MERGED 2006/10/16 12:58:26 nn 1.37.74.1: #i67781# don't exit loop after first SetVisibleBelow call (patch by cmc)

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6efa2cc00785c6b702e60fa627b1004977f461b6]

        INTEGRATION: CWS calc40 (1.20.74); FILE MERGED 2006/10/11 17:14:28 er 1.20.74.1: #i68960# performance: no unnecessary broadcasts when loading documents from alien file formats

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae06574adb625027bfb683be8829222e663502f6]

        INTEGRATION: CWS calc40 (1.33.46); FILE MERGED 2006/10/11 17:14:28 er 1.33.46.1: #i68960# performance: no unnecessary broadcasts when loading documents from alien file formats

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b64af06c9227f43da32136b851c405b45b8c8729]

        INTEGRATION: CWS calc40 (1.19.292); FILE MERGED 2006/10/11 17:14:27 er 1.19.292.1: #i68960# performance: no unnecessary broadcasts when loading documents from alien file formats

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb1c57c8572bb32df8f791ca61574854355b38fc]

        INTEGRATION: CWS pj59 (1.3.8); FILE MERGED 2006/09/18 19:49:46 pjanik 1.3.8.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [570a68ca9da5b87de47416087af76f5a7bc23bb5]

        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-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d9f1d84ca697a327191b77858c436f7b2e1dcc]

        INTEGRATION: CWS pj59 (1.64.26); FILE MERGED 2006/09/19 07:11:21 pjanik 1.64.26.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [289ffa6c1428c9e5f1a9e87e7c81b88f6bae60e4]

        INTEGRATION: CWS pj59 (1.21.30); FILE MERGED 2006/09/19 06:53:18 pjanik 1.21.30.1: #i69025#: Remove extraneous macosx-create-bundle call.

2006-10-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [59f5e450b4891270fb7763d57a8baaea0892c2e6]

        initial check in

2006-10-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [d793eccf54f23dfc777558c69ca9b0ddb2f53af0]

        initial check in

2006-10-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [5398d00863db3303cb4f3683ea1af98ff9d46a2a]

        initial check in

2006-10-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [ee309d277e83fdd10d93cadbf65bbc460efe67c3]

        *** empty log message ***

2006-10-24  Henning Brinkmann  <hbrinkm@openoffice.org>  [1d84d543822133309ea9ac038f20c89bc09a8973]

        *** empty log message ***

2006-10-23  Oliver Bolte  <obo@openoffice.org>  [56d1c527f03d3c341240dc39308ce99c3dedf399]

        rev 1.5

2006-10-23  Oliver Bolte  <obo@openoffice.org>  [6f2f5247917ff9e30af125a04b2337a4da8f36ff]

        ::comphelper::setProcessServiceFactory needed

2006-10-23  Oliver Bolte  <obo@openoffice.org>  [ca72e36487acdd2e3d127484a7ca3a12f895bf4c]

        tools/solver.h obsolete

2006-10-19  Mikhail Voitenko  <mav@openoffice.org>  [60f0eacac7236b54573e86f489f2d5d6f90bbebe]

        #i70605# ucb is not ready for such a strict checking, comment it out for now

2006-10-19  Vladimir Glazounov  <vg@openoffice.org>  [28f04209cca2b9db831d448af78bb5b0585f83e7]

        #i10000# #i70584# dependency fixed

2006-10-19  Vladimir Glazounov  <vg@openoffice.org>  [0f7a4ecf3ac6f488113d705302d635138661176e]

        #i100000# added missing return 0;

2006-10-19  Armin Weiss  <aw@openoffice.org>  [821e3b2b3026f21e396a8da3e152781a546ef5f5]

        #i39532# primitive

2006-10-19  Oliver Bolte  <obo@openoffice.org>  [0e1043d292a8f5165742a8711d71c28d62b0f4c7]

        #i10000# warning free code

2006-10-18  Vladimir Glazounov  <vg@openoffice.org>  [32b3c6b7f336ee41e5f038cc47a143c803162a49]

        new version for SRC680

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e3096a7dbcabd79a4c15279288393cfd89334648]

        SRC680

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a826115e9f96ebe2152c5385ea1fb77ec432a1fa]

        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>  [e87b0d5574519970623f1ddca0e0b0f07e0b9df8]

        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>  [a9c5a8917feb5c96af181a03cc39c42211b27597]

        INTEGRATION: CWS c06v4_SRC680 (1.52.2.1.10); FILE MERGED 2006/10/05 15:41:14 rt 1.52.2.1.10.1: #141143# Joined from CWS c06v3.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [3937cfce77d07afe3a4e3240ed97719f40c5247f]

        INTEGRATION: CWS dba205b (1.69.76); FILE MERGED 2006/08/04 10:45:14 oj 1.69.76.1: #i58787# correct context for dbbrowser

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [23d487c229acf882066a674854d99e303235bb52]

        INTEGRATION: CWS dba205b (1.5.276); FILE MERGED 2006/08/07 07:18:17 fs 1.5.276.1: #125087# Execute Query moved to the left, to be more distant from 'Delete Query'

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [017be79425a40971e2138adf328fe1ecc30e6b06]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/07 07:31:05 fs 1.1.2.1: some query design keyboard shortcuts

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b14a26f99873064b8200722a7b87abb61c835ae8]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/07 07:25:16 fs 1.1.2.1: some query design keyboard shortcuts

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a5fb0141e8e406f958deb3503d98c9f84716de32]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/09/13 07:42:41 fs 1.1.2.1: #i51875#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ef030a7affcaf29e85bc54566dde9af20a315788]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/09/13 07:44:13 fs 1.1.2.1: #i51875#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ef8eb683683af7801fa413966c325d336dae6058]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/03 08:11:16 oj 1.1.2.1: #i51875# new short cut for searching

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0fd92c77c707fd3100bf5b34c1785c09b2303549]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/09/13 07:44:12 fs 1.1.2.1: #i51875#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1ec80d8d6130ea7a26d6937e750ac76aa691096f]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/09/13 07:42:40 fs 1.1.2.1: #i51875#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [34e53dbb0ceba1709121ea0146575c29653b7d91]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/10/11 08:46:03 fs 1.1.2.2: #i64143# Ctrl-N, not Ctrl-Shift-N for a new document 2006/08/02 08:12:16 oj 1.1.2.1: #i64143# new acc for ctrl+n

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1f51a30e8a42f4a23d812dc9c50436ca3cf9087a]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/10/11 08:46:02 fs 1.1.2.2: #i64143# Ctrl-N, not Ctrl-Shift-N for a new document 2006/08/02 08:12:06 oj 1.1.2.1: #i64143# new acc for ctrl+n

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [92dcf6c0ac4a2ffe8c7b46b111dcb9642a7c6950]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/10/11 07:12:18 fs 1.1.2.3: #i64143# 2006/08/07 07:23:51 fs 1.1.2.2: some query design keyboard shortcuts 2006/08/02 08:11:48 oj 1.1.2.1: #i64143# new acc for ctrl+n

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [02b34b4c1a43324271f7df0d2082089d29c8bbce]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/10/11 08:46:02 fs 1.1.2.2: #i64143# Ctrl-N, not Ctrl-Shift-N for a new document 2006/08/02 08:11:38 oj 1.1.2.1: #i64143# new acc for ctrl+n

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [71c2310d06e0fffa324476be9b5c5702ef08e2ee]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/07 07:32:17 fs 1.1.2.3: oops, previous checkin not intended here 2006/08/07 07:23:42 fs 1.1.2.2: some query design keyboard shortcuts 2006/08/02 08:11:28 oj 1.1.2.1: #i64143# new acc for ctrl+n

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1091f88e5d14822b1360fcb29e47be76ad34d875]

        INTEGRATION: CWS dba205b (1.15.32); FILE MERGED 2006/08/03 09:30:03 oj 1.15.32.1: #i65810# undo corrected

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8ca19f5b8c252ca87148d38fd4ab044e355f4bd1]

        INTEGRATION: CWS dba205b (1.18.34); FILE MERGED 2006/08/03 13:05:21 oj 1.18.34.2: #137290# check if pos is listentrynotfound 2006/08/03 09:30:03 oj 1.18.34.1: #i65810# undo corrected

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d2e89bf75d31720faf530f975772b550e4ceb313]

        INTEGRATION: CWS dba205b (1.51.30); FILE MERGED 2006/09/04 12:11:06 oj 1.51.30.2: RESYNC: (1.51-1.52); FILE MERGED 2006/08/03 13:05:20 oj 1.51.30.1: #137290# check if pos is listentrynotfound

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [477e9131e1f274760b381a6ef6e2cbb94ffc19eb]

        INTEGRATION: CWS dba205b (1.80.18); FILE MERGED 2006/09/04 12:09:41 oj 1.80.18.3: RESYNC: (1.80-1.82); FILE MERGED 2006/08/03 12:51:44 oj 1.80.18.2: #137963# work on copy of tablewindows to avoid illegal iterators 2006/08/02 15:52:54 oj 1.80.18.1: #i64650# handle functions also in order by stmt

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6ac0168592999514c95c72fd45bb9344b1423ba7]

        INTEGRATION: CWS dba205b (1.53.32); FILE MERGED 2006/08/03 12:51:44 oj 1.53.32.1: #137963# work on copy of tablewindows to avoid illegal iterators

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5b1bcb6667d0d87b3d77e2774dbaf8256450cbf6]

        INTEGRATION: CWS dba205b (1.25.30); FILE MERGED 2006/09/08 11:45:04 oj 1.25.30.3: removed unused  var 2006/09/04 12:08:09 oj 1.25.30.2: RESYNC: (1.25-1.26); FILE MERGED 2006/08/11 08:17:06 oj 1.25.30.1: #i46408# set correct encoding

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f857a05b45d3df477d3ed254e0a010d3d8618b2a]

        INTEGRATION: CWS dba205b (1.13.166); FILE MERGED 2006/08/09 20:35:06 fs 1.13.166.1: #i68304#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8c9d5e9a024c98abc3b587b282dfcd5fb1150b5b]

        INTEGRATION: CWS dba205b (1.12.34); FILE MERGED 2006/08/11 08:17:07 oj 1.12.34.1: #i46408# set correct encoding

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [27e7c22b80b2b4c82a72ccf02e5d3fc15ae8185c]

        INTEGRATION: CWS dba205b (1.29.32); FILE MERGED 2006/09/13 07:36:32 fs 1.29.32.2: #b6248060# also respect the IsSearchable flag at the column 2006/08/09 20:35:48 fs 1.29.32.1: #i68304# corrected GetSQLPredicateType

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [17f8d5cb62114004a3b1e6dae0712c07d0e55839]

        INTEGRATION: CWS dba205b (1.18.30); FILE MERGED 2006/09/04 12:05:31 oj 1.18.30.2: RESYNC: (1.18-1.19); FILE MERGED 2006/08/03 11:04:18 oj 1.18.30.1: #138110# null pointer access

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [945bcb59dc0369df1843843ab7dffc48f69281cf]

        INTEGRATION: CWS dba205b (1.176.18); FILE MERGED 2006/09/04 12:05:06 oj 1.176.18.3: RESYNC: (1.176-1.178); FILE MERGED 2006/08/06 20:16:00 fs 1.176.18.2: oops, type (forgot to copy WIDTH) 2006/08/04 12:57:05 fs 1.176.18.1: when inserting check boxes into the table view, make them look 'flat' by default

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2c4d16be6c1d7cf3ceddcb7b442bd0b2af5a558e]

        INTEGRATION: CWS dba205b (1.75.32); FILE MERGED 2006/08/02 15:51:04 oj 1.75.32.1: #i59907 # two unused functions removed

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8485eba41010e6faf85d1a230a36ab891dca452c]

        INTEGRATION: CWS dba205b (1.72.10); FILE MERGED 2006/09/27 08:28:31 fs 1.72.10.1: #i69766# executeChecked in ::dispatch

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8fcdb48ef9c6f09566e702f98b3dc60784014afa]

        INTEGRATION: CWS dba205b (1.16.20); FILE MERGED 2006/09/04 12:03:20 oj 1.16.20.4: RESYNC: (1.16-1.17); FILE MERGED 2006/08/03 10:05:23 oj 1.16.20.3: ensure that a connection exists 2006/07/31 12:00:34 oj 1.16.20.2: #i67016# copy column settings of a query 2006/07/31 10:00:35 oj 1.16.20.1: #i67017# copy all properties

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e80484e353a6e860c1ebe741203de87087c30d06]

        INTEGRATION: CWS dba205b (1.32.8); FILE MERGED 2006/09/04 12:03:13 oj 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2006/08/03 10:05:23 oj 1.32.8.1: ensure that a connection exists

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a22d8b90e8a1b5548b6be5cca622a91f1b3d29a3]

        INTEGRATION: CWS dba205b (1.6.20); FILE MERGED 2006/08/06 20:18:41 fs 1.6.20.1: #i67020# when initializing a column object with its settings counterpart, then allow a fallback if the settings do not yet exist, but the object refers to a table column we could use instead

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [cc7edaf50027d236bf68232eee1aaadb14090ae4]

        INTEGRATION: CWS dba205b (1.26.20); FILE MERGED 2006/08/09 19:50:15 fs 1.26.20.2: #notifyDataSourceModified is not needed 2006/08/06 20:17:36 fs 1.26.20.1: #i67020# hold the column container mediator as ::rtl::Reference

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [605792d9c308e68c39834ff8034a89f187062f3b]

        INTEGRATION: CWS dba205b (1.27.20); FILE MERGED 2006/08/09 19:50:32 fs 1.27.20.2: refreshColumns is overwritten unnecessarily 2006/08/06 20:17:21 fs 1.27.20.1: #i67020# hold the column container mediator as ::rtl::Reference

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [459398499d84d642ee4bce1f86a8bd93df14da55]

        INTEGRATION: CWS dba205b (1.27.18); FILE MERGED 2006/08/04 22:01:04 fs 1.27.18.1: removed obsolete comment

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [51bfdcf7b3aebaea1eeb106e1a0deb7367229cbe]

        INTEGRATION: CWS dba205b (1.18.20); FILE MERGED 2006/08/06 20:16:48 fs 1.18.20.1: #i67020# hold a connection, needed for the container mediator

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [7518b261d1606a1b1e3aed525dceab2142d28dd1]

        INTEGRATION: CWS dba205b (1.4.166); FILE MERGED 2006/08/06 20:18:36 fs 1.4.166.1: #i67020# when initializing a column object with its settings counterpart, then allow a fallback if the settings do not yet exist, but the object refers to a table column we could use instead

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ac7e9934bb0a01e63a59406f16e6b2101aa06f1f]

        INTEGRATION: CWS dba205b (1.62.20); FILE MERGED 2006/08/09 19:52:45 fs 1.62.20.2: notifyDataSourceModified is not needed 2006/08/06 20:20:47 fs 1.62.20.1: #i67020# pass around a connection, needed for the column container mediator

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [cb646c8e5ea299dabf7fcf5ab10ecf0f556d2259]

        INTEGRATION: CWS dba205b (1.56.18); FILE MERGED 2006/09/04 11:56:31 oj 1.56.18.3: RESYNC: (1.56-1.57); FILE MERGED 2006/08/09 19:51:19 fs 1.56.18.2: refreshColumns is overwritten unnecessarily 2006/08/06 20:20:05 fs 1.56.18.1: #i67020# hold the column container mediator as ::rtl::Reference

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f0b5b3534dd082b18eb93862b455df6c21d82c54]

        INTEGRATION: CWS dba205b (1.18.20); FILE MERGED 2006/08/06 20:21:01 fs 1.18.20.1: #i67020# hold the column container mediator as ::rtl::Reference

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [daba3c8335da38d7799316098fef3da23c0553f7]

        INTEGRATION: CWS dba205b (1.31.20); FILE MERGED 2006/08/06 20:21:18 fs 1.31.20.1: #i67020# hold the column container mediator as ::rtl::Reference

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6cbfaf9df6ecb61f09a5c9b161241a897072d54b]

        INTEGRATION: CWS dba205b (1.51.20); FILE MERGED 2006/08/11 06:15:06 oj 1.51.20.1: check xDest is not null

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [38c29361f758d861694a65f29aa8c93d0b8d7fff]

        INTEGRATION: CWS dba205b (1.27.18); FILE MERGED 2006/09/04 11:57:50 oj 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2006/08/06 20:19:58 fs 1.27.18.1: #i67020# pass around a connection, needed for the column container mediator

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2c8c35b471f3419c18e81140de81786799d8828f]

        INTEGRATION: CWS dba205b (1.87.4); FILE MERGED 2006/09/04 11:57:29 oj 1.87.4.2: RESYNC: (1.87-1.89); FILE MERGED 2006/08/11 06:14:18 oj 1.87.4.1: #i68280# check size of rowcache with keypos

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c809137dd4bf7ad704df7b7d2233acb7132181e5]

        INTEGRATION: CWS dba205b (1.44.18); FILE MERGED 2006/09/04 11:57:02 oj 1.44.18.3: RESYNC: (1.44-1.46); FILE MERGED 2006/08/04 07:01:09 fs 1.44.18.2: #i67020# +impl_initializeColumnSettings_nothrow 2006/08/04 06:46:44 fs 1.44.18.1: copying the changes from CWS dba204c herein, to prevent later conflicts

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [62eacb0f669f4e6b006106d17c7f6039ae3c9a4c]

        INTEGRATION: CWS dba205b (1.145.18); FILE MERGED 2006/09/04 11:56:55 oj 1.145.18.4: RESYNC: (1.145-1.148); FILE MERGED 2006/08/15 13:48:31 fs 1.145.18.3: impl_initializeColumnSettings_nothrow: also allow for a TableName at the column which denotes a non-existent table. Happens for instance if the table name is underspecified in the statement (e.g. missing the schema), but still accepted by the server. 2006/08/04 07:02:38 fs 1.145.18.2: #i67020# part 1: when initializing a new RowSetDataColumn with ColumnSettings (Width, Format etc.), have an additional indirection of the source column does not have those settings, but does refer to a TableColumn which *does* have them. 2006/08/04 06:46:43 fs 1.145.18.1: copying the changes from CWS dba204c herein, to prevent later conflicts

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fa075aa156dcef43f019ff9d072f17bf7f19b0b5]

        INTEGRATION: CWS dba205b (1.19.60); FILE MERGED 2006/09/13 07:44:41 fs 1.19.60.3: #i51875# 2006/08/07 07:31:40 fs 1.19.60.2: #i68210# deliver dbquery/accelerator/* 2006/08/02 08:19:07 oj 1.19.60.1: #i64143# new folder for accel

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6999913112bb06ad482e6270ba0a7a7282b3e200]

        INTEGRATION: CWS dba205b (1.53.16); FILE MERGED 2006/09/21 10:22:53 fs 1.53.16.2: #i69716# corrected typo in previous refactoring :- 2006/08/04 08:15:47 fs 1.53.16.1: #117348# don't access NULL pointers in OnAutoFocus

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [94dbe51ccbc8913cab7e38c1b155805ddffd79d2]

        INTEGRATION: CWS dba205b (1.76.16); FILE MERGED 2006/08/04 07:38:29 fs 1.76.16.1: #135938# some exception safety in getContextDocument

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c5ac11333ccf19f6484396ff996df8515e6dda2b]

        INTEGRATION: CWS dba205b (1.10.170); FILE MERGED 2006/08/30 08:22:34 fs 1.10.170.1: added documentation saying that execute does refresh the content

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b2966be6448b78fca2e4ed501925f08ccec2f620]

        INTEGRATION: CWS dba205b (1.4.8); FILE MERGED 2006/08/09 07:00:40 fs 1.4.8.1: some <p>s

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d9eb5d0bd036db9a6718b520e2292df138bcc600]

        INTEGRATION: CWS dba205b (1.3.92); FILE MERGED 2006/08/09 07:00:40 fs 1.3.92.1: some <p>s

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ed64f7a9cc05425a4a70c1a6688a13e6d2ff0773]

        INTEGRATION: CWS dba205b (1.3.92); FILE MERGED 2006/08/09 07:00:39 fs 1.3.92.1: some <p>s

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9cebc21fbe59df73a2e528f135c7717ad2ae9124]

        INTEGRATION: CWS dba205b (1.34.16); FILE MERGED 2006/09/04 11:23:37 oj 1.34.16.2: RESYNC: (1.34-1.35); FILE MERGED 2006/08/03 14:57:10 fs 1.34.16.1: #i64593# +XWindowListener2

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [85e208b74426b91bd61a5f90616f3db3c5952be1]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/03 14:56:13 fs 1.1.2.1: additional window-related events

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d78d2696183c531cfedf2344ac6215869c357d50]

        INTEGRATION: CWS dba205b (1.7.170); FILE MERGED 2006/08/03 14:57:00 fs 1.7.170.1: #i64593# support for XWindowListener2 in addWindowListener

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9e39333a50a9c954b972acd6c5fd3562b2135f73]

        INTEGRATION: CWS dba205b (1.3.170); FILE MERGED 2006/08/09 07:33:31 fs 1.3.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.3.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [89f21dfecc669559c3afa7d82ca6b542d7cd1d0d]

        INTEGRATION: CWS dba205b (1.3.170); FILE MERGED 2006/08/08 11:32:18 fs 1.3.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [277d46717c6f84ccab6f394063e9ac153356623d]

        INTEGRATION: CWS dba205b (1.12.170); FILE MERGED 2006/08/09 07:33:30 fs 1.12.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.12.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fd519fead93c7e6e96adb631929800fceb106e10]

        INTEGRATION: CWS dba205b (1.11.170); FILE MERGED 2006/08/09 07:33:30 fs 1.11.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.11.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5f44ff0df53ba5ad16be06d2ae9624a4e346f25f]

        INTEGRATION: CWS dba205b (1.13.170); FILE MERGED 2006/08/09 07:33:30 fs 1.13.170.2: added @since tag for Graphic 2006/08/08 11:32:18 fs 1.13.170.1: #i65585# optional property 'Graphic', allowing to display *any* graphics, not just an image from a file

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b56992299399e05df5c722ec6646381d03914d06]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/03 14:39:43 fs 1.1.2.1: helper class for ensuring consistency between a XWindow state and the respective model property

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [420f5a7e103a04cfa37528fc2beaa75a9e62c0bf]

        INTEGRATION: CWS dba205b (1.11.16); FILE MERGED 2006/09/04 11:22:24 oj 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2006/08/03 14:40:20 fs 1.11.16.1: #i64593# +m_aWindowStateGuard/impl_resetStateGuard_nothrow

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [46b4554a089cef885299a4dab8e0fb8868e11460]

        INTEGRATION: CWS dba205b (1.1.2); FILE ADDED 2006/08/03 14:39:51 fs 1.1.2.1: helper class for ensuring consistency between a XWindow state and the respective model property

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d0a9a4fc325023718cb328a1b2a37a17b9898cbf]

        INTEGRATION: CWS dba205b (1.4.104); FILE MERGED 2006/08/03 14:40:32 fs 1.4.104.1: #i64593# +windowstateguard

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [35f2af8d7b8900e259b63868f0d1a46d583e1e44]

        INTEGRATION: CWS dba205b (1.14.16); FILE MERGED 2006/08/08 13:14:56 fs 1.14.16.1: #i65585# allow to reset the graphics when there is no Graphic object set, now since we allow more than an ImageURL

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [bc4aa95368cceb6483a4a45bf0b24d4597015f6c]

        INTEGRATION: CWS dba205b (1.43.6); FILE MERGED 2006/08/08 13:05:11 fs 1.43.6.1: #i65585# allow to reset the graphics when there is no Graphic object set, now since we allow more than an ImageURL

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b9fc8acc7a0c46e25a26f1862a41260151bbc42a]

        INTEGRATION: CWS dba205b (1.49.14); FILE MERGED 2006/09/04 11:21:38 oj 1.49.14.3: RESYNC: (1.49-1.50); FILE MERGED 2006/08/08 06:50:49 fs 1.49.14.2: removed unused template function 2006/08/03 14:41:31 fs 1.49.14.1: #i64593# +m_aWindowStateGuard/impl_resetStateGuard_nothrow: ensure that our control is disabled as long as the model property requires this

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a0241799bc3592ddee1daa22f4183775a7ea6a6e]

        INTEGRATION: CWS dba205b (1.4.186); FILE MERGED 2006/09/13 12:30:39 fs 1.4.186.3: i30258 is marked CLOSED/FIXED since m165 2006/09/13 12:27:41 fs 1.4.186.2: 112634 is in state 'cannot reproduce' 2006/09/13 12:09:10 fs 1.4.186.1: i32886 was fixed long ago

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f007d233393fa2655139d535df583d8d1a157004]

        INTEGRATION: CWS dba205b (1.3.66); FILE MERGED 2006/09/13 11:32:53 fs 1.3.66.1: some delay before the sheet must have been selected

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d9190434832090b32e4be440488492349c170a4f]

        INTEGRATION: CWS dba205b (1.5.6); FILE MERGED 2006/09/13 11:33:00 fs 1.5.6.1: some delay before the sheet must have been selected

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f6e96c3fe115f9e8ecdaef02a38c690c956ca4da]

        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>  [fa429722c1c5570f23c9ae44bc5c0b592d8d6854]

        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>  [bd1603292996965992439da137c51f01d9e5058c]

        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>  [d43f40eb8d1a51816432bccbc075b9d6e9127dfc]

        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>  [b28708e12c1c23bee0714fbb4ca7ad4f70ad2025]

        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>  [21e0e00706c508b09f60ba1c47dce4dbb70298de]

        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>  [facaa34670d99689a516e65cda5e424f72342cdd]

        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>  [f1a3eb0f517052b82e1d5878b6af5bff78ec61a5]

        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>  [a5407cbc724f8d57c8b7a2300e2c11623488e857]

        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>  [fe510c8757b8bd4371c7760594dd37bf7d33e41b]

        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>  [e340be8c5b10ef5b20395db97754db4584d99eca]

        INTEGRATION: CWS dba205b (1.4.146); FILE MERGED 2006/08/04 09:16:57 oj 1.4.146.1: #b5007781# overload isAutoIncrement

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fdc2bcb9926521fd28e334ac949917834e024d13]

        INTEGRATION: CWS dba205b (1.14.78); FILE MERGED 2006/08/09 19:52:38 fs 1.14.78.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a83f6ee58f4d9244b4c6e28d9e0dbfdd4b654109]

        INTEGRATION: CWS dba205b (1.17.38); FILE MERGED 2006/08/09 19:52:38 fs 1.17.38.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6ffa27f37f3c0c891e927046a988cadfb5181899]

        INTEGRATION: CWS dba205b (1.3.146); FILE MERGED 2006/09/27 08:51:32 fs 1.3.146.2: #i69864# 2006/08/04 11:29:52 fs 1.3.146.1: #i62667# API from MNSFolders.hxx made using Unicode

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5ae2764e28872344f347f6ba1b226864b70cf768]

        INTEGRATION: CWS dba205b (1.3.146); FILE MERGED 2006/08/04 11:28:23 fs 1.3.146.1: #i62667# ::rtl::OUString instead of ::rtl::OString

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [bb65ff26de1c9818499911ef80742b74e517aa94]

        INTEGRATION: CWS dba205b (1.6.38); FILE MERGED 2006/08/04 11:32:18 fs 1.6.38.2: #i10000# 2006/08/04 11:29:25 fs 1.6.38.1: #i62667# some magic in finding the profile directory, so we have a fallback for thunderbird, where the profile root could be .thunderbird, .mozilla-thunderbird (debian-based), or .mozilla/thunderbird (future)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [30fd3f0ba93715b408137f499b00f9ca36fa890b]

        INTEGRATION: CWS dba205b (1.6.146); FILE MERGED 2006/08/09 19:52:37 fs 1.6.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e05f3327876e0ac4b95ed1ef6f991581a80c4311]

        INTEGRATION: CWS dba205b (1.4.146); FILE MERGED 2006/09/12 06:22:43 fs 1.4.146.3: #i10000# 2006/09/08 10:31:09 oj 1.4.146.2: typo in header file 2006/08/09 19:52:37 fs 1.4.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ba2de10b3a8bbdccfa1bee1b4a02491b25485f12]

        INTEGRATION: CWS dba205b (1.7.38); FILE MERGED 2006/08/09 19:52:37 fs 1.7.38.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [07ad359fccb7f4b2a4757566dc282487fbf6bfed]

        INTEGRATION: CWS dba205b (1.14.6); FILE MERGED 2006/08/09 19:52:37 fs 1.14.6.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4aa81316c48177f74c01f82bcbd61a80bf789933]

        INTEGRATION: CWS dba205b (1.5.38); FILE MERGED 2006/08/09 19:47:37 fs 1.5.38.1: #b6248060# isSearchable: exlcude COUNTRY columns

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a5da3223b63944c16b1dd41b27290af17ee5f337]

        INTEGRATION: CWS dba205b (1.27.18); FILE MERGED 2006/08/09 19:52:36 fs 1.27.18.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [babc5a94bd7615656abe5d3e0bb015376b8b788a]

        INTEGRATION: CWS dba205b (1.12.38); FILE MERGED 2006/08/09 19:52:36 fs 1.12.38.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c2873771b2fde00f1692b207fc50bb4709a61264]

        INTEGRATION: CWS dba205b (1.21.36); FILE MERGED 2006/09/04 11:09:46 oj 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/09 19:52:36 fs 1.21.36.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [c17c3941ab05d3702203d332f1934118805ee511]

        INTEGRATION: CWS dba205b (1.4.146); FILE MERGED 2006/08/09 19:52:36 fs 1.4.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f0a512993ac89fe1fb7b308a450b81b3a990f77a]

        INTEGRATION: CWS dba205b (1.2.146); FILE MERGED 2006/08/09 19:52:36 fs 1.2.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a6f625cfed9c57a3ef55634bb9f00601544591c8]

        INTEGRATION: CWS dba205b (1.7.146); FILE MERGED 2006/08/09 19:52:36 fs 1.7.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [60501596ccac317fb036355bd25e63504c2bf359]

        INTEGRATION: CWS dba205b (1.7.38); FILE MERGED 2006/08/04 09:17:35 oj 1.7.38.1: #b5007781# overload isAutoIncrement

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [10ff42b70b49fc7ac32a8bf52249ea18f4899717]

        INTEGRATION: CWS dba205b (1.19.18); FILE MERGED 2006/08/04 09:17:35 oj 1.19.18.1: #b5007781# overload isAutoIncrement

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d65cf1326bc827ef421f2e600ba525452a5bd899]

        INTEGRATION: CWS dba205b (1.62.8); FILE MERGED 2006/09/04 11:04:37 oj 1.62.8.2: RESYNC: (1.62-1.63); FILE MERGED 2006/08/02 15:49:52 oj 1.62.8.1: #i59907# hyper inserted

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [215ce6ecab3689764af74f120c4dd05162c2f0ed]

        INTEGRATION: CWS dba205b (1.5.18); FILE MERGED 2006/09/04 11:04:31 oj 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2006/08/15 13:45:23 fs 1.5.18.2: lcl_sanitizeColumnDescs: also allow for ordinal positions ranging from 0 to <column_count>-1 (MySQL) 2006/08/09 20:00:56 fs 1.5.18.1: during #b6248060#: respect the OrdinalPosition as returned by XDatabaseMetaData::getColumns - don't assume the columns are returned in the same order as they appear in the table

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [351e477bedfb3acf65d030ae13864b0ef1990be5]

        INTEGRATION: CWS dba205b (1.22.38); FILE MERGED 2006/08/02 15:49:51 oj 1.22.38.1: #i59907# hyper inserted

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [dcb7cf1721f7dd2dda1efd5e662f4f6b2b14574e]

        INTEGRATION: CWS dba205b (1.3.146); FILE MERGED 2006/09/04 11:04:24 oj 1.3.146.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 19:59:41 fs 1.3.146.1: #b6248060#

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5451ed0d7d6f2cb9b102fddf415d0c598c10cc27]

        INTEGRATION: CWS scr1c1 (1.33.58); FILE MERGED 2006/09/07 14:21:00 jodygoldberg 1.33.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d1087ed6b3b0c29427e463de310597eaf15674e1]

        INTEGRATION: CWS scr1c1 (1.14.58); FILE MERGED 2006/09/07 14:21:00 jodygoldberg 1.14.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [32e2ea42b3a3b74d8e4949718ff45bbf2d26020d]

        INTEGRATION: CWS scr1c1 (1.98.58); FILE MERGED 2006/09/07 14:20:59 jodygoldberg 1.98.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9899603e1e1013f59c0c27073d2391f6dd1f498b]

        INTEGRATION: CWS scr1c1 (1.14.58); FILE MERGED 2006/09/07 21:04:50 er 1.14.58.2: #20857# build break 2006/09/07 14:20:59 jodygoldberg 1.14.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [83303e7264dc984e044cd5de07d5cd120474d87e]

        INTEGRATION: CWS scr1c1 (1.87.66); FILE MERGED 2006/09/26 17:56:11 er 1.87.66.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:03 er 1.87.66.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:57 jodygoldberg 1.87.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [850f1e780d3fee4fe59e860d71a697cc005ade89]

        INTEGRATION: CWS scr1c1 (1.64.66); FILE MERGED 2006/09/07 14:20:57 jodygoldberg 1.64.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [07d9f86015a1829dfded38fb1092c071e13316c1]

        INTEGRATION: CWS scr1c1 (1.8.274); FILE MERGED 2006/09/07 14:20:56 jodygoldberg 1.8.274.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0c3179801b43f6e37795138785fa8570ca923726]

        INTEGRATION: CWS scr1c1 (1.13.244); FILE MERGED 2006/09/07 14:20:56 jodygoldberg 1.13.244.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [8b14d48c2f38dcba31b150b86c06894342441516]

        INTEGRATION: CWS scr1c1 (1.13.122); FILE MERGED 2006/09/07 14:20:56 jodygoldberg 1.13.122.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [795a2236b5364ed5d481afb069f2eecb87daace2]

        INTEGRATION: CWS scr1c1 (1.4.276); FILE MERGED 2006/09/07 14:20:56 jodygoldberg 1.4.276.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0ae6fa91954a625c9bcd3ee6e2ed9bc4a005bed0]

        INTEGRATION: CWS scr1c1 (1.61.56); FILE MERGED 2006/09/07 20:22:12 er 1.61.56.2: #20857# build break 2006/09/07 14:20:56 jodygoldberg 1.61.56.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1339dc0217d6fcdac06914239400a6c0bf147eb1]

        INTEGRATION: CWS scr1c1 (1.7.58); FILE MERGED 2006/09/07 14:20:55 jodygoldberg 1.7.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [87c0fc9e4a48c7e1eca7d44fb5fddfa9950a0553]

        INTEGRATION: CWS scr1c1 (1.65.56); FILE MERGED 2006/09/07 14:20:55 jodygoldberg 1.65.56.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f57d3d4abcf5a30f6a96303c0408203208a43977]

        INTEGRATION: CWS scr1c1 (1.17.58); FILE MERGED 2006/09/07 14:20:55 jodygoldberg 1.17.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a88cce8f53e63c4341bfa646f79a20edff4a1228]

        INTEGRATION: CWS scr1c1 (1.24.58); FILE MERGED 2006/09/07 14:20:54 jodygoldberg 1.24.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [04945f44bfaa3b9238c5ae43d7ab28885ddd177e]

        INTEGRATION: CWS scr1c1 (1.23.58); FILE MERGED 2006/09/07 14:20:54 jodygoldberg 1.23.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [20e634d9f11493766286450e8f5438866b437e96]

        INTEGRATION: CWS scr1c1 (1.3.58); FILE MERGED 2006/09/26 17:56:11 er 1.3.58.1: #i69883# get rid of that not-German-not-English Adress crap ;-)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [182bbe57f4c1236ee2b4bd8ee243923aa0765690]

        INTEGRATION: CWS scr1c1 (1.11.266); FILE MERGED 2006/09/26 17:56:11 er 1.11.266.1: #i69883# get rid of that not-German-not-English Adress crap ;-)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e6dec2035781d255896a8e81c6a485dae0fe8e49]

        INTEGRATION: CWS scr1c1 (1.14.58); FILE MERGED 2006/09/26 17:56:10 er 1.14.58.1: #i69883# get rid of that not-German-not-English Adress crap ;-)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [024570c517e49094c6d0ebf9911818edfddaa681]

        INTEGRATION: CWS scr1c1 (1.12.58); FILE MERGED 2006/09/26 17:56:10 er 1.12.58.1: #i69883# get rid of that not-German-not-English Adress crap ;-)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [37ca243c5da9faec79129b37901c5d0f363ebd15]

        INTEGRATION: CWS scr1c1 (1.41.48); FILE MERGED 2006/09/26 17:56:10 er 1.41.48.1: #i69883# get rid of that not-German-not-English Adress crap ;-)

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e9c33cc9e535f1a38081e6ab573e9c889e2eb64c]

        INTEGRATION: CWS scr1c1 (1.4.58); FILE MERGED 2006/09/07 14:20:54 jodygoldberg 1.4.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [b7790269926700cade48adab316bd06450137133]

        INTEGRATION: CWS scr1c1 (1.7.58); FILE MERGED 2006/09/07 14:20:53 jodygoldberg 1.7.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [65258461a2f7ce73f9c8ad4b9c4d7b55e5248b1e]

        INTEGRATION: CWS scr1c1 (1.21.58); FILE MERGED 2006/09/07 14:20:53 jodygoldberg 1.21.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ca21378cea9ab13405df7e03c752c57cf7e4c05a]

        INTEGRATION: CWS scr1c1 (1.8.56); FILE MERGED 2006/09/07 14:20:53 jodygoldberg 1.8.56.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [9095000229bf17d96064c5712c5734889cbe05fb]

        INTEGRATION: CWS scr1c1 (1.42.58); FILE MERGED 2006/09/27 10:54:11 er 1.42.58.4: #i69883# gnagna.. ScAddressFunc 2006/09/26 17:56:10 er 1.42.58.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:02 er 1.42.58.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:53 jodygoldberg 1.42.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6aadb208c71286cf4fcbaf7c611c45fd2e0c6c92]

        INTEGRATION: CWS scr1c1 (1.40.24); FILE MERGED 2006/09/26 17:56:09 er 1.40.24.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:02 er 1.40.24.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:53 jodygoldberg 1.40.24.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [bf8d0509876d56516137a8a412c06dd69ce90527]

        INTEGRATION: CWS scr1c1 (1.63.26); FILE MERGED 2006/09/26 15:49:26 er 1.63.26.2: #i69883# remove unneeded convention parameter from EnQuote/DeQuote 2006/09/07 14:20:52 jodygoldberg 1.63.26.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5990195f7f91ea786e14104488acb9e7d25cdd0a]

        INTEGRATION: CWS scr1c1 (1.24.58); FILE MERGED 2006/09/07 14:20:52 jodygoldberg 1.24.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f4e75ed9b00a4d8410fe685aae66735ec82837ec]

        INTEGRATION: CWS scr1c1 (1.5.58); FILE MERGED 2006/09/07 19:53:30 er 1.5.58.2: #20857# non-pro build break 2006/09/07 14:20:52 jodygoldberg 1.5.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5a38df86c3e8a79de59cbcac0f07005431b98b88]

        INTEGRATION: CWS scr1c1 (1.49.66); FILE MERGED 2006/09/26 17:56:09 er 1.49.66.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:02 er 1.49.66.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:52 jodygoldberg 1.49.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a48d1fec24b6bc184a8c843079980a71f3930486]

        INTEGRATION: CWS scr1c1 (1.25.66); FILE MERGED 2006/09/26 17:56:08 er 1.25.66.3: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/26 14:54:01 er 1.25.66.2: #i69883# remove ADDRESS_XL and INDIRECT_XL bits from UI; disable in interpreter 2006/09/07 14:20:51 jodygoldberg 1.25.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4575feca32463fd6ad60e58df83aabcadf79b28f]

        INTEGRATION: CWS scr1c1 (1.10.58); FILE MERGED 2006/09/07 14:20:51 jodygoldberg 1.10.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0be6061667cad93013733b3c69947ba488d9119b]

        INTEGRATION: CWS scr1c1 (1.15.58); FILE MERGED 2006/09/07 14:20:51 jodygoldberg 1.15.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [335ae0526f58fe4824fda0e2efbf58cfd47114b1]

        INTEGRATION: CWS scr1c1 (1.31.56); FILE MERGED 2006/09/07 14:20:51 jodygoldberg 1.31.56.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [2000a691a2ebc7f49398027c1a18bcbea896f954]

        INTEGRATION: CWS scr1c1 (1.58.56); FILE MERGED 2006/09/07 14:20:51 jodygoldberg 1.58.56.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [08b45261991fcf5a3b9f9007ab0a01f7a991a3c0]

        INTEGRATION: CWS scr1c1 (1.19.58); FILE MERGED 2006/09/07 14:20:50 jodygoldberg 1.19.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d55354be1871f27388a1f2ffdd93b597d6dda134]

        INTEGRATION: CWS scr1c1 (1.21.58); FILE MERGED 2006/09/07 14:20:50 jodygoldberg 1.21.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [91b3383880fa7733ea3578abc3d14d71a15eade9]

        INTEGRATION: CWS scr1c1 (1.26.26); FILE MERGED 2006/09/07 14:20:50 jodygoldberg 1.26.26.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [fbbe7ee95dc32cdbd6a84065fcf336e92dd1e3e1]

        INTEGRATION: CWS scr1c1 (1.33.24); FILE MERGED 2006/09/07 14:20:50 jodygoldberg 1.33.24.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [08e14f8f180aaecc55d6d68ea8fe3ddea81d996b]

        INTEGRATION: CWS scr1c1 (1.12.58); FILE MERGED 2006/09/07 14:20:50 jodygoldberg 1.12.58.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [3845de3db854cf7c436665c5b280681e53eb1b07]

        INTEGRATION: CWS scr1c1 (1.2.276); FILE MERGED 2006/09/07 14:20:49 jodygoldberg 1.2.276.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [89e13b8499335fd4cac3a67c2f35d3c6101d66b5]

        INTEGRATION: CWS scr1c1 (1.6.274); FILE MERGED 2006/09/07 14:20:49 jodygoldberg 1.6.274.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [062cdd2a79404b427e9193e604c7235942984180]

        INTEGRATION: CWS scr1c1 (1.5.264); FILE MERGED 2006/09/07 14:20:49 jodygoldberg 1.5.264.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [931c3269a4214b36d8aa3fbd915521069c64fc53]

        INTEGRATION: CWS scr1c1 (1.14.66); FILE MERGED 2006/09/26 17:56:08 er 1.14.66.2: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/07 14:20:49 jodygoldberg 1.14.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ffccfc6355f3f8093188bb11683b25dd73cdedbe]

        INTEGRATION: CWS scr1c1 (1.14.66); FILE MERGED 2006/09/07 14:20:49 jodygoldberg 1.14.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [1a134cb1c2c65940fc938b692b70aeab318ffcbb]

        INTEGRATION: CWS scr1c1 (1.92.120); FILE MERGED 2006/09/07 14:20:48 jodygoldberg 1.92.120.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [29ebb4628630f0824f6f049232ec83de671ed0e8]

        INTEGRATION: CWS scr1c1 (1.26.26); FILE MERGED 2006/09/26 15:49:25 er 1.26.26.2: #i69883# remove unneeded convention parameter from EnQuote/DeQuote 2006/09/07 14:20:48 jodygoldberg 1.26.26.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a32ab7f287e3334e9cdc8e0e8049324b3ad64024]

        INTEGRATION: CWS scr1c1 (1.12.66); FILE MERGED 2006/09/26 17:56:08 er 1.12.66.2: #i69883# get rid of that not-German-not-English Adress crap ;-) 2006/09/07 14:20:48 jodygoldberg 1.12.66.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [70312f5e77527a424135a05df896fe66de1ed042]

        INTEGRATION: CWS scr1c1 (1.16.276); FILE MERGED 2006/09/07 14:20:48 jodygoldberg 1.16.276.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [5ec39c10cb49e9da4c408741e066b16d3e8e6500]

        INTEGRATION: CWS scr1c1 (1.25.122); FILE MERGED 2006/09/07 15:16:10 jodygoldberg 1.25.122.1: Issue number:  20857 Submitted by:  jodygoldberg Reviewed by:
        
        Missed one piece of the patch

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [027d46f074ebd05b4bbefd3da2086dedda518a1f]

        INTEGRATION: CWS scr1c1 (1.19.276); FILE MERGED 2006/09/07 14:20:48 jodygoldberg 1.19.276.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [dd25e3f71950b94ecee6e3e45bb9785df7f66eae]

        INTEGRATION: CWS scr1c1 (1.9.142); FILE MERGED 2006/09/07 14:20:48 jodygoldberg 1.9.142.1: Issue number:  20857 Submitted by:  jodygoldberg
        
        Implements the the core changes to support parsing and generating cell/range
        references in different formats (XL R1C1/A1) along with some tools for using
        the new types.  This adds two new functions
            XL_INDIRECT
            XL_ADDRESS
        but does _not_ connect them in the xls importer.  Nor does the patch make any
        UI changes.  Those will need to be discussed.  The OOo parser/generator should
        not be impacted by the changes.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [595adc733bf9868aa022fad89cae17ec8f71d9ad]

        INTEGRATION: CWS calc39 (1.41.62); FILE MERGED 2006/10/12 09:49:48 er 1.41.62.3: #i15509# was temporarily rejected due to QA time constraints 2006/10/05 22:30:58 er 1.41.62.2: #i15509# invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard 2006/09/20 16:54:00 nn 1.41.62.1: #i62773# handle SOT_FORMAT_FILE_LIST in drag&drop etc.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [411cbf628ebaa41f64e6152e94687fb13c09ad03]

        INTEGRATION: CWS calc39 (1.8.64); FILE MERGED 2006/09/12 14:03:56 nn 1.8.64.1: #i59893# don't use visible size 0

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e402c1c4516bcddd88bab49bb1694deb415107cd]

        INTEGRATION: CWS calc39 (1.51.26); FILE MERGED 2006/09/13 17:10:41 nn 1.51.26.1: #i63149# DrawStrings/DrawEdit: Clip at output area

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [302dddc9031979422fa2595d30bd4a99442723cb]

        INTEGRATION: CWS calc39 (1.77.62); FILE MERGED 2006/09/20 16:54:00 nn 1.77.62.1: #i62773# handle SOT_FORMAT_FILE_LIST in drag&drop etc.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [176e94942532b708a2fbe71bd2e5430ab73553d9]

        INTEGRATION: CWS calc39 (1.23.64); FILE MERGED 2006/09/18 13:35:28 nn 1.23.64.1: #i60855# shift left/right requires merge refresh of the moved area

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [4468c1e47a3c98399244f1c65870c861f7fd3742]

        INTEGRATION: CWS calc39 (1.11.282); FILE MERGED 2006/10/05 22:30:58 er 1.11.282.1: #i15509# invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [6795b75e21ca212950975a01278f8baf37fc49fe]

        INTEGRATION: CWS calc39 (1.28.52); FILE MERGED 2006/09/26 17:24:06 nn 1.28.52.1: #135362# test single properties of button for URL

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [28e8004c9e454d730eb2abf1f85239ed7916cd54]

        INTEGRATION: CWS calc39 (1.36.62); FILE MERGED 2006/10/05 22:30:57 er 1.36.62.1: #i15509# invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [17d3d6b3e5c95676a370c349ad10d22746bfb98d]

        INTEGRATION: CWS calc39 (1.9.62); FILE MERGED 2006/10/05 22:30:57 er 1.9.62.1: #i15509# invoke CSV text import dialog when pasting unformatted text with delimiters from clipboard

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0f66dd3fba6301bdda112c08d25f805d06372f63]

        INTEGRATION: CWS calc39 (1.65.62); FILE MERGED 2006/09/12 16:18:13 nn 1.65.62.1: #i67990# don't use pLastPattern in EnterHandler

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [040c0957b11dcfb365f5a81f997a0906dd291023]

        INTEGRATION: CWS calc39 (1.8.282); FILE MERGED 2006/09/15 14:45:47 dr 1.8.282.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [06dfd277ecc26a58bb53d69c6c73c42e4073f584]

        INTEGRATION: CWS calc39 (1.4.72); FILE MERGED 2006/09/15 14:45:47 dr 1.4.72.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [371a313c9c6835bcb9dc616e9c6d970e4da29c1e]

        INTEGRATION: CWS calc39 (1.2.72); FILE MERGED 2006/09/15 14:45:47 dr 1.2.72.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [a9d5f9654263e94e87207385c164c93864ecec1b]

        INTEGRATION: CWS calc39 (1.4.72); FILE MERGED 2006/09/15 14:45:46 dr 1.4.72.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [e2b085c77caee25f599ce94465efc8f2ea772aea]

        INTEGRATION: CWS calc39 (1.2.72); FILE MERGED 2006/10/09 12:29:34 nn 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/15 14:45:59 dr 1.2.72.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [59b3a8907eddbfc58a61f2d33d2ab5612c1ba021]

        INTEGRATION: CWS calc39 (1.5.64); FILE MERGED 2006/09/15 14:45:59 dr 1.5.64.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [7349fcf84b858e3212bd271f71a6a96f652a3e1a]

        INTEGRATION: CWS calc39 (1.14.64); FILE MERGED 2006/10/09 13:25:36 dr 1.14.64.1: add info for unsupported functions to be able to import all function parameters

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0e5dafe251caf8b12d38ad1a2de2761ad2f61b80]

        INTEGRATION: CWS calc39 (1.5.54); FILE MERGED 2006/10/09 13:25:35 dr 1.5.54.2: add info for unsupported functions to be able to import all function parameters 2006/09/15 14:45:37 dr 1.5.54.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [d9be60dd3799fa14f26064d4a498d2d6b85dfabf]

        INTEGRATION: CWS calc39 (1.7.54); FILE MERGED 2006/09/15 14:45:37 dr 1.7.54.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [064182e310242908ae78a4e17528a607a1e357de]

        INTEGRATION: CWS calc39 (1.12.64); FILE MERGED 2006/09/15 14:45:37 dr 1.12.64.1: #i69533# assertion in pivotcache import, dump pivotcache streams

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [ed4f4ff180484d56bd85787ce4d44e28f1bc48a6]

        INTEGRATION: CWS calc39 (1.12.64); FILE MERGED 2006/10/06 17:44:16 er 1.12.64.1: #i69321# PutStringEntry: the new EMPTY cases need special care in initialization

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [0e2fa666818c41bfa89050483f49f581b84bca1a]

        INTEGRATION: CWS calc39 (1.11.64); FILE MERGED 2006/09/14 13:08:27 dr 1.11.64.1: #i69369# handle merged cells with borders together with hidden columns/rows

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [87ea9a92f2b8c3798fd918364ab31736f414d02b]

        INTEGRATION: CWS calc39 (1.15.64); FILE MERGED 2006/09/14 13:24:26 nn 1.15.64.1: #i63745# don't use source data's number format for count

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [961c91c2c526f4c35ead98c95903731425e4f376]

        INTEGRATION: CWS calc39 (1.44.64); FILE MERGED 2006/09/25 15:14:57 nn 1.44.64.1: #134088# InvalidateTextWidth: don't broadcast in clipboard doc

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [474291d55a95c4de26a33ee94a7eac3a60d5c912]

        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>  [211c1b0fe65c673c5e25631948879465374d173d]

        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>  [97d4d6e1c33b75e9c5535a11b766124a161466ba]

        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>  [878dcdb19ca01b0696c78019d80d7c924d839b8e]

        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-18  Ivo Hinkelmann  <ihi@openoffice.org>  [575d1762ae15c06a344b6906e091bfeaa862b1d4]

        INTEGRATION: CWS pj63 (1.11.8); FILE MERGED 2006/10/13 10:12:44 pjanik 1.11.8.1: #i70258#: Add Estonian hyphenation and spell checking dictionaries.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [73f3ef2cb083b7675d271569eed3a13a51e0eb40]

        INTEGRATION: CWS pj63 (1.1.2); FILE ADDED 2006/10/13 10:12:44 pjanik 1.1.2.1: #i70258#: Add Estonian hyphenation and spell checking dictionaries.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [be6a24f8774912c3ef1c6258d78e6fca4e44d6d4]

        INTEGRATION: CWS pj63 (1.1.2); FILE ADDED 2006/10/13 10:12:43 pjanik 1.1.2.1: #i70258#: Add Estonian hyphenation and spell checking dictionaries.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [21f8161f2a32191e80c24076188fdd42440c0ae3]

        INTEGRATION: CWS pj63 (1.1.2); FILE ADDED 2006/10/13 10:12:42 pjanik 1.1.2.1: #i70258#: Add Estonian hyphenation and spell checking dictionaries.

2006-10-18  Ivo Hinkelmann  <ihi@openoffice.org>  [f69b7c9121209b17eb0ed520d89f3ef1f63bc2b8]

        INTEGRATION: CWS pj63 (1.1.2); FILE ADDED 2006/10/13 10:12:41 pjanik 1.1.2.1: #i70258#: Add Estonian hyphenation and spell checking dictionaries.

2006-10-17  Henning Brinkmann  <hbrinkm@openoffice.org>  [d71defeaed064dc3d6d2168715dad5a6c92ba17f]

        *** empty log message ***

2006-10-17  Oliver Bolte  <obo@openoffice.org>  [2c24877b3ceee38c7cc23bf6fe91c14e7e1a55e0]

        SRC680

2006-10-17  Oliver Bolte  <obo@openoffice.org>  [f8e0e278faf55f03b47b2b01e35f64543053a89a]

        #i70487# fix duplicate delete

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [b9d985d1a4c970916b7f3a59dc400c18789dd9c2]

        #i70460# fix for opteron

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [82c410b6583123a738f95de240de31df903b6727]

        #i10000# title not used

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [b92975a7396ce2403a750fe920f002bd6eded406]

        #i10000# warning linux: dummy var inserted, correct fix when SB is back

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [58a39aac28ed79d227e21da745238deee60d77f3]

        #i10000# disable warning C4100 for windows

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [8a592453a5a611a04758dbe497ba600e8b2ccd80]

        #i10000# solution by DV

2006-10-16  Oliver Bolte  <obo@openoffice.org>  [a75c30e390f1f333a967b4f65e8e3ee8dd577671]

        #i10000# member initialisation (warning free code)

2006-10-16  Mikhail Voitenko  <mav@openoffice.org>  [97257e1db150693fe9d37b32106e571f86d5d9e6]

        #100000# adopt the project for warning free code

2006-10-16  Mikhail Voitenko  <mav@openoffice.org>  [ddce491ebc2b692206ece72ce7be5f5a794f1ae1]

        #100000# resolve problems of merging with warning free cws changes

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [8f0f3db4a75e009b3539421def3fb6e2b725298f]

        new version for SRC680

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [105dcc698389906b3339a51f3dc34b2872de95b4]

        new version for SRC680

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [23c98996ccdef482ea91f03bd6c814e66e1ca10c]

        new version for SRC680

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [8f8c83488891ff9da5753f68e651a2082ecb3cfb]

        new version for SRC680

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [5c538a34c7209c76e058da492765a7ab0accb94f]

        #i10000# cast (COMMIT_REASON) eTravelForward

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [92e17b4e4fa77e17420ce1226eed55515837e851]

        new version for SRC680

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [43a6fd7979bfaf2ef91f67cff5d8d87dc80f3f60]

        new version for SRC680

2006-10-13  Vladimir Glazounov  <vg@openoffice.org>  [91a172805831bfd1feba38b2416bc646d20b81cd]

        new version for SRC680

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [226a72f1a41078e1d43621ef220974ae2f8163ea]

        SRC680

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [05cbb01d67c6531dfdb00b80db96f4a26ec6b5cd]

        INTEGRATION: CWS swqbf87 (1.76.42); FILE MERGED 2006/10/05 12:29:02 od 1.76.42.2: RESYNC: (1.76-1.77); FILE MERGED 2006/09/21 13:37:14 od 1.76.42.1: #138144# adjust fix for issue #b6432130#: 	 method <SwBaseShell::SetWrapMode(..)> 	 - apply wrapping style "Page wrap", if "first paragraph" wrap is 	   applied and current wrapping style is "No Wrap".

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [edf450957f0ed0fb0623e24b7c7e7e57e489e87f]

        INTEGRATION: CWS swqbf87 (1.53.44); FILE MERGED 2006/10/05 11:51:18 od 1.53.44.2: RESYNC: (1.53-1.55); FILE MERGED 2006/09/28 13:56:05 od 1.53.44.1: #i69627# method <SwXMLWriter::_Write(..)> 	 - pass new boolean property <OutlineStyleAsNormalListStyle> to 	   XML exporter.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [73656cb685c5f3204eae7987217a2b707290514e]

        INTEGRATION: CWS swqbf87 (1.89.42); FILE MERGED 2006/10/05 11:46:27 od 1.89.42.2: RESYNC: (1.89-1.90); FILE MERGED 2006/09/26 09:46:22 od 1.89.42.1: #141404# method <WinwordAnchoring::ConvertPosition(..)> 	 - no conversion possible for drawing objects, which aren't attached 	   to an anchored frame.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [36a2ed88f5378d0804c7693d4ea1528541c110ed]

        INTEGRATION: CWS swqbf87 (1.72.42); FILE MERGED 2006/10/05 11:04:55 od 1.72.42.2: RESYNC: (1.72-1.74); FILE MERGED 2006/09/25 14:29:27 od 1.72.42.1: #b6448963# method <SwCntntFrm::Cut()> 	   - prevent delete of <ColLocked> upper footnote frame.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c5279ab81d7551d655fb3c8aa1cebfbfb4aef114]

        INTEGRATION: CWS swqbf87 (1.62.42); FILE MERGED 2006/10/05 10:58:25 od 1.62.42.2: RESYNC: (1.62-1.63); FILE MERGED 2006/09/25 14:33:04 od 1.62.42.1: #b6448963# method <SwCntntFrm::MakeAll()> 	   - introduce loop control: no <SwCntntFrm::Format()> any more, if 	     <cnStopFormat> consequetive formattings are performed without 	     any change.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [85ef05f73a6ab9278eb6c2e88dcc300cd6601976]

        INTEGRATION: CWS swqbf87 (1.57.42); FILE MERGED 2006/10/05 10:39:20 od 1.57.42.3: RESYNC: (1.57-1.60); FILE MERGED 2006/09/22 13:01:52 od 1.57.42.2: #i69289# method <lcl_FindOutlineNum(..)> 	 - assure that investigated text node is on correct numbering level 	 method <SwDoc::GotoOutline(..)> 	 - improvement by additional search on hyperlink URL without its 	   numbering part. 2006/09/21 12:32:38 od 1.57.42.1: #i69522# method <SwDoc::SetOutlineNumRule(..)> 	 - assure that the outline numbering rule is an automatic rule

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8605e55a043be3ea5640e7e65a77258b07d9ffa4]

        INTEGRATION: CWS swqbf87 (1.38.42); FILE MERGED 2006/10/05 10:38:12 od 1.38.42.2: RESYNC: (1.38-1.40); FILE MERGED 2006/09/28 13:50:36 od 1.38.42.1: #i69627# - implementation of new document function 	   <docfunc::HasOutlineStyleToBeWrittenAsNormalListStyle(..)>

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ebd25edf9019e5555e85f1938a41d8543132c462]

        INTEGRATION: CWS swqbf87 (1.124.38); FILE MERGED 2006/10/05 10:19:41 od 1.124.38.2: RESYNC: (1.124-1.126); FILE MERGED 2006/09/28 13:48:52 od 1.124.38.1: #i69627# namespace <docfunc> 	 - new document function <HasOutlineStyleToBeWrittenAsNormalListStyle(..)>

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2f99d0c9b3b622ada06b4ba3e51382b64572e9c1]

        INTEGRATION: CWS swqbf87 (1.27.38); FILE MERGED 2006/10/05 10:10:14 od 1.27.38.2: RESYNC: (1.27-1.28); FILE MERGED 2006/09/21 11:37:41 od 1.27.38.1: #i69523# class <XMLTextStyleContext> 	 - import empty list style --> text style has explicit set no list style

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [72e81bab11c84563be2c809fc2814bed3fad141f]

        INTEGRATION: CWS swqbf87 (1.128.20); FILE MERGED 2006/10/05 10:09:14 od 1.128.20.2: RESYNC: (1.128-1.129); FILE MERGED 2006/09/28 14:13:40 od 1.128.20.1: #i69627# consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()> 	 on export of a paragraph.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [00ec1df5093d935d232413e862711b149f698035]

        INTEGRATION: CWS swqbf87 (1.5.166); FILE MERGED 2006/09/28 14:13:40 od 1.5.166.1: #i69627# consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()> 	 on export of a paragraph.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [91a5e549cf8750a6342cbdd245170d0de4896604]

        INTEGRATION: CWS swqbf87 (1.9.24); FILE MERGED 2006/10/05 10:07:09 od 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED resolve merge conflict. 2006/09/28 14:13:40 od 1.9.24.1: #i69627# consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()> 	 on export of a paragraph.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0d4ac6a10fb1df182abddd09d5e095cf48ba107d]

        INTEGRATION: CWS swqbf87 (1.26.24); FILE MERGED 2006/10/05 09:54:22 od 1.26.24.2: RESYNC: (1.26-1.27); FILE MERGED 2006/09/28 14:10:41 od 1.26.24.1: #i69627# method <SvxXMLNumRuleExport::exportOutline()> 	 - consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()> 	   on writing the outline style

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bbbf1abd1965b3c5a20415206837372edff54f5c]

        INTEGRATION: CWS swqbf87 (1.16.40); FILE MERGED 2006/10/05 09:52:56 od 1.16.40.3: RESYNC: (1.16-1.17); FILE MERGED 2006/09/28 14:07:18 od 1.16.40.2: #i69627# method <XMLStyleExport::exportStyle(..)> 	 - consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()> 	   on writing style::list-style-name property 2006/09/21 11:39:15 od 1.16.40.1: #i69523# method <XMLStyleExport::exportStyle(..)> 	 - export explicit set empty list style

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f1c61a448f26444af9e6c1cc1e18f80fa4e07c02]

        INTEGRATION: CWS swqbf87 (1.124.40); FILE MERGED 2006/10/05 09:22:58 od 1.124.40.2: RESYNC: (1.124-1.125); FILE MERGED 2006/09/28 13:59:33 od 1.124.40.1: #i69627# classes <SvXMLExport> and <SvXMLExport_Impl> 	 - new function <SvXMLExport::writeOutlineStyleAsNormalListStyle()>

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [554207a0ff7e92389542d65b32f391d7dc437a5d]

        INTEGRATION: CWS opofxmlstorage (1.16.10); FILE MERGED 2006/09/14 09:31:48 mav 1.16.10.7: #i64612# the ofopxmlstorage can not be encrypted 2006/09/08 17:30:24 mav 1.16.10.6: RESYNC: (1.17-1.18); FILE MERGED 2006/06/29 15:44:50 mav 1.16.10.5: RESYNC: (1.16-1.17); FILE MERGED 2006/05/15 14:34:41 mav 1.16.10.4: #i65306# hierarchical access 2006/05/11 16:38:34 mav 1.16.10.3: #i65306# hierarchical access to storagestreamss 2006/04/21 14:50:20 mav 1.16.10.2: #i64612# fix compressed flag 2006/04/21 11:36:59 mav 1.16.10.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [54cd13f98a81c9b05a7d86874b643be0ca39270d]

        INTEGRATION: CWS opofxmlstorage (1.21.22); FILE MERGED 2006/04/21 15:19:24 mav 1.21.22.2: #i64612# fix compressed flag 2006/04/21 14:50:20 mav 1.21.22.1: #i64612# fix compressed flag

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2ec0d6405837851f748af5e21e86329b89663d23]

        INTEGRATION: CWS opofxmlstorage (1.46.10); FILE MERGED 2006/06/29 15:47:15 mav 1.46.10.5: RESYNC: (1.46-1.47); FILE MERGED 2006/04/21 15:23:10 mav 1.46.10.4: #i64612# fix compressed flag 2006/04/21 15:19:23 mav 1.46.10.3: #i64612# fix compressed flag 2006/04/21 14:50:20 mav 1.46.10.2: #i64612# fix compressed flag 2006/04/21 11:37:01 mav 1.46.10.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6925465ef7d9e4a571242f2c3474995778b44d42]

        INTEGRATION: CWS opofxmlstorage (1.80.20); FILE MERGED 2006/04/21 11:37:00 mav 1.80.20.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2128c967fa13fe49f17b2ae5ce3afdfcddc9956a]

        INTEGRATION: CWS opofxmlstorage (1.14.30); FILE MERGED 2006/04/21 11:37:00 mav 1.14.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e53236f8ce836793033347ea4a63691f1ab070ff]

        INTEGRATION: CWS opofxmlstorage (1.103.10); FILE MERGED 2006/06/30 12:00:20 mav 1.103.10.4: resync to m173: fix warnings 2006/06/29 15:46:49 mav 1.103.10.3: RESYNC: (1.103-1.104); FILE MERGED 2006/04/21 15:19:23 mav 1.103.10.2: #i64612# fix compressed flag 2006/04/21 11:37:00 mav 1.103.10.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8f788bda53780c9e4829ca68e28d962134b79d09]

        INTEGRATION: CWS opofxmlstorage (1.13.10); FILE MERGED 2006/06/29 15:45:31 mav 1.13.10.3: RESYNC: (1.13-1.14); FILE MERGED 2006/05/11 16:38:36 mav 1.13.10.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:37:00 mav 1.13.10.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [1f2e6f89f9dd7f12d5b069bd913d7235a83d4808]

        INTEGRATION: CWS opofxmlstorage (1.25.2); FILE MERGED 2006/06/30 11:36:03 mav 1.25.2.6: resync to m173: fix warnings 2006/06/29 15:45:24 mav 1.25.2.5: RESYNC: (1.25-1.26); FILE MERGED 2006/05/15 15:31:30 mav 1.25.2.4: #i65306# fix transacted and non-transacted streams access 2006/05/15 14:34:42 mav 1.25.2.3: #i65306# hierarchical access 2006/05/11 16:38:35 mav 1.25.2.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:36:59 mav 1.25.2.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3c7feeb3d35200c631e71ae7166cce126a0882f8]

        INTEGRATION: CWS opofxmlstorage (1.6.30); FILE MERGED 2006/06/29 15:45:13 mav 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/21 11:36:59 mav 1.6.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [df0e9333199e8aed571b0c38f56c5024933c2a0c]

        INTEGRATION: CWS opofxmlstorage (1.14.4); FILE MERGED 2006/09/12 10:45:37 mav 1.14.4.5: adopt for solaris 2006/05/15 14:53:42 mav 1.14.4.4: #i65306# hierarchical access 2006/05/12 08:27:44 mav 1.14.4.3: #i65306# fix merge problem 2006/05/11 16:38:35 mav 1.14.4.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:36:59 mav 1.14.4.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [18b7bdd88725ba1016aa140914f0b7a910cfb5cc]

        INTEGRATION: CWS opofxmlstorage (1.4.30); FILE MERGED 2006/04/21 11:36:59 mav 1.4.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [97ce2dbf661fc6375a2368d7058849bad4312646]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/12 08:17:47 mav 1.1.2.1: #i65306# hierarchical access

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [beb9e3656e3257ff6b1e88bc2228d87e1077828c]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/06/30 11:36:03 mav 1.1.2.2: resync to m173: fix warnings 2006/05/12 08:17:36 mav 1.1.2.1: #i65306# hierarchical access

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [310849e6fb5eb65b34766f8d5680921f6828eded]

        INTEGRATION: CWS opofxmlstorage (1.4.30); FILE MERGED 2006/05/12 08:23:41 mav 1.4.30.3: #i65306# hierarchical access 2006/05/11 16:38:34 mav 1.4.30.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:36:59 mav 1.4.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [227cedb8ceefa21f444a3d1bcf7cf77258d58dca]

        INTEGRATION: CWS opofxmlstorage (1.6.28); FILE MERGED 2006/06/30 11:30:47 mav 1.6.28.4: resync to m173: fix warnings 2006/06/29 15:44:41 mav 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2006/05/11 16:38:33 mav 1.6.28.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:36:58 mav 1.6.28.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bafb27aecba7052afc987eedf74ccfc9c22e5aca]

        INTEGRATION: CWS opofxmlstorage (1.6.22); FILE MERGED 2006/06/29 15:44:35 mav 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/11 16:38:33 mav 1.6.22.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9afc583d8d7f87a67c90e07103fc3bafb431cbd4]

        INTEGRATION: CWS opofxmlstorage (1.4.30); FILE MERGED 2006/06/29 15:44:28 mav 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/21 13:20:07 mav 1.4.30.1: #i64612# move file to comphelper

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6cc2f6a8e147ec59088e2f12a2420cf0c9579211]

        INTEGRATION: CWS opofxmlstorage (1.12.10); FILE MERGED 2006/06/29 15:44:05 mav 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2006/04/21 11:36:58 mav 1.12.10.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [1d161b0eeca1002fe1080f20ce93eb77e6521a50]

        INTEGRATION: CWS opofxmlstorage (1.10.4); FILE MERGED 2006/05/11 16:45:37 mav 1.10.4.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [118a444c02cc0f070eb14c2e3483f2af8ae347c6]

        INTEGRATION: CWS opofxmlstorage (1.6.4); FILE MERGED 2006/05/11 16:45:36 mav 1.6.4.2: #i65306# hierarchical access to storagestreamss 2006/04/21 11:36:58 mav 1.6.4.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6e06930b03e0942f8d1ce5ca74455b997047163d]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/11 16:46:34 mav 1.1.2.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [47ff6e12f037796481637a9f6b47d1625f697ac4]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/11 16:46:23 mav 1.1.2.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [1ea1e52555e8907ab9d9828c5228e2c617885a06]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/11 16:46:12 mav 1.1.2.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0331adbd3fa26567f26e08f252d9a23567ea5950]

        INTEGRATION: CWS opofxmlstorage (1.9.4); FILE MERGED 2006/05/11 16:45:36 mav 1.9.4.1: #i65306# hierarchical access to storagestreamss

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8024900225c40f7cfd65b233c6a21ad814df2bbb]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:38:34 mav 1.1.2.1: #i64612# test OFOPXML storage

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c1f70bda4b218b04d539cd4a82c3b750e9776030]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:38:12 mav 1.1.2.1: #i64612# test OFOPXML storage

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [632f4e2cac7a29a4584c975cffb70c2e9b37b1f9]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:38:11 mav 1.1.2.1: #i64612# test OFOPXML storage

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9a98aa53f4eb66ed9abc2910efeb6d9413cd2d87]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:38:10 mav 1.1.2.1: #i64612# test OFOPXML storage

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e45983feb241ae391475d19c6e2ce7ed3bd89ee3]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:38:09 mav 1.1.2.1: #i64612# test OFOPXML storage

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f54c9c1068dc2cd8c83a841965da83c3c72210ca]

        INTEGRATION: CWS opofxmlstorage (1.35.30); FILE MERGED 2006/06/29 15:43:41 mav 1.35.30.2: RESYNC: (1.35-1.36); FILE MERGED 2006/04/21 11:36:57 mav 1.35.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9ce19b02bab401979f608de70c3965e0451d7b8e]

        INTEGRATION: CWS opofxmlstorage (1.39.30); FILE MERGED 2006/04/21 11:36:57 mav 1.39.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0e77fb996174abe89a868958087e30d10aee36f3]

        INTEGRATION: CWS opofxmlstorage (1.5.30); FILE MERGED 2006/04/21 11:36:57 mav 1.5.30.1: #i64612# support OFOPXML format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [80396a3a3384ab7d8cf3a116ce7d73ffefff68cb]

        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>  [34e853cc6a3e3c5468c7a73424c833461e45a96f]

        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>  [222ac425d1c710945286f34a67fe82b42400b5ed]

        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>  [d00befb5824ff40ebc0f9a6dc5c71f549be71eed]

        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>  [50ebdc009e2aafbcf76de50ebc07a020400f8991]

        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>  [8bc1c4c39b0cd6a9ede2941a1b46f4f7d479c03f]

        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>  [2e533c77554e6c90a94c75ca524882dc9e4cf67e]

        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>  [621439a624ccd82dea941596ea9c4d12f435248d]

        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>  [c28cb7ddfde95b83dda0b9ab2799699e4f67cc9f]

        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>  [a0176c45b488677627f6925bc64003ce1030a4f4]

        INTEGRATION: CWS opofxmlstorage (1.18.30); FILE MERGED 2006/08/09 11:47:51 mav 1.18.30.3: RESYNC: (1.19-1.20); FILE MERGED 2006/06/29 15:31:35 mav 1.18.30.2: RESYNC: (1.18-1.19); FILE MERGED 2006/05/23 17:39:12 mav 1.18.30.1: #122878# Iconified object can be activated only outplace

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d887ff6b21cd7cdd5b4a4f741cdefbc5ea6c1af0]

        INTEGRATION: CWS opofxmlstorage (1.45.12); FILE MERGED 2006/09/08 17:26:41 mav 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2006/09/07 16:20:15 mav 1.45.12.1: #i68684# fix outplace activation

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e09f67a2019eacc47e1b1a386049408c9f439605]

        INTEGRATION: CWS opofxmlstorage (1.26.26); FILE MERGED 2006/08/25 13:18:45 mav 1.26.26.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [63a77918e3fc6fe57b01f1f00967224d9bb23b15]

        INTEGRATION: CWS opofxmlstorage (1.41.36); FILE MERGED 2006/08/25 13:18:45 mav 1.41.36.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d9013991870d42e1613e2000e187a284fd4daab2]

        INTEGRATION: CWS opofxmlstorage (1.30.24); FILE MERGED 2006/08/25 13:18:45 mav 1.30.24.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [607db658fa74fbd6862b4a8fd31842d595237afb]

        INTEGRATION: CWS opofxmlstorage (1.24.28); FILE MERGED 2006/08/25 13:18:45 mav 1.24.28.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [b28e781a707a0223f69c15e5cefb412bf175b78d]

        INTEGRATION: CWS opofxmlstorage (1.17.38); FILE MERGED 2006/09/12 18:02:15 mav 1.17.38.1: adopt for unix

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [783bf792d6f17aeb9b79acc4c9b8b892468169ee]

        INTEGRATION: CWS opofxmlstorage (1.28.128); FILE MERGED 2006/08/25 13:18:44 mav 1.28.128.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0ee422e7a73208ae469856826158a304fe34049c]

        INTEGRATION: CWS opofxmlstorage (1.12.260); FILE MERGED 2006/08/29 15:17:50 mav 1.12.260.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [50c6ddc5df4662144a42239bbb23b54b35b73ff2]

        INTEGRATION: CWS opofxmlstorage (1.22.36); FILE MERGED 2006/08/25 13:18:44 mav 1.22.36.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [636db11553a4c9c3b4855c49b55931b15afd6445]

        INTEGRATION: CWS opofxmlstorage (1.31.26); FILE MERGED 2006/08/29 15:17:49 mav 1.31.26.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6829fe181b497ef174135c91ba39e3c78199694f]

        INTEGRATION: CWS opofxmlstorage (1.16.38); FILE MERGED 2006/08/25 13:18:44 mav 1.16.38.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8adb9aa16429c63f77f869e5f891ebaf8ea4ad78]

        INTEGRATION: CWS opofxmlstorage (1.82.38); FILE MERGED 2006/09/05 09:49:13 mav 1.82.38.1: #122878# import/export iconified object from/into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [863da903184dc7b3cba049924f5f2149ee644ffc]

        INTEGRATION: CWS opofxmlstorage (1.10.36); FILE MERGED 2006/09/12 09:39:25 mav 1.10.36.1: #i68684# specify the aspect

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a4488ee2b7b28f4662735f36f64a5ec8df0da463]

        INTEGRATION: CWS opofxmlstorage (1.22.46); FILE MERGED 2006/09/05 09:49:12 mav 1.22.46.1: #122878# import/export iconified object from/into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9787afff013c6737efdda8e31ada404f7820c484]

        INTEGRATION: CWS opofxmlstorage (1.13.36); FILE MERGED 2006/08/29 15:17:49 mav 1.13.36.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [7e1e2f1cb1b667ad5ff2f6ab202f500edea11730]

        INTEGRATION: CWS opofxmlstorage (1.46.38); FILE MERGED 2006/09/05 09:49:12 mav 1.46.38.1: #122878# import/export iconified object from/into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d4ac5d9d55ce94adcdb2f2b9cf5265ba9c0ddb22]

        INTEGRATION: CWS opofxmlstorage (1.44.36); FILE MERGED 2006/08/25 13:18:43 mav 1.44.36.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2bf02a1598f4739bdebc9f52b4d906265851cc17]

        INTEGRATION: CWS opofxmlstorage (1.4.40); FILE MERGED 2006/06/30 15:03:42 mav 1.4.40.4: resync to m173: fix warnings 2006/06/29 12:54:11 mav 1.4.40.3: RESYNC: (1.4-1.5); FILE MERGED 2006/05/23 15:45:58 mav 1.4.40.2: #122878# Iconified object replacement image must be handled by the container 2006/05/23 15:11:12 mav 1.4.40.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [296f8db0909701e2741886d26741d30a1c8b2b4a]

        INTEGRATION: CWS opofxmlstorage (1.7.12); FILE MERGED 2006/09/05 15:29:35 mav 1.7.12.2: #122878# fix math object 2006/08/16 15:33:18 mav 1.7.12.1: #i68684# allow to insert iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c98507c478c70cb02eaf1c04bc0de5384e68e6e9]

        INTEGRATION: CWS opofxmlstorage (1.14.6); FILE MERGED 2006/06/30 15:06:03 mav 1.14.6.4: resync to m173: fix warnings 2006/06/29 12:55:46 mav 1.14.6.3: RESYNC: (1.14-1.15); FILE MERGED 2006/05/23 15:45:59 mav 1.14.6.2: #122878# Iconified object replacement image must be handled by the container 2006/05/23 15:11:16 mav 1.14.6.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [fb1818efb7e087d0b38f563a2a3d8cafe7bb12ed]

        INTEGRATION: CWS opofxmlstorage (1.28.6); FILE MERGED 2006/08/09 10:29:12 mav 1.28.6.3: RESYNC: (1.29-1.30); FILE MERGED 2006/06/29 12:55:31 mav 1.28.6.2: RESYNC: (1.28-1.29); FILE MERGED 2006/05/23 15:11:15 mav 1.28.6.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [82289ce1a7a636b0b32fac5a3c343522764e179a]

        INTEGRATION: CWS opofxmlstorage (1.33.12); FILE MERGED 2006/06/29 12:55:04 mav 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2006/05/23 15:11:15 mav 1.33.12.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0ce4389fe811d03a3d1a836b7bef266011dcd18a]

        INTEGRATION: CWS opofxmlstorage (1.2.18); FILE MERGED 2006/05/23 15:11:14 mav 1.2.18.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c433034656911afcc178a3faa345dd6d7f64d26e]

        INTEGRATION: CWS opofxmlstorage (1.7.18); FILE MERGED 2006/05/23 15:11:14 mav 1.7.18.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [cb90eca3d2835986a72d1a244f41aa52675ac1c0]

        INTEGRATION: CWS opofxmlstorage (1.24.6); FILE MERGED 2006/05/23 15:11:13 mav 1.24.6.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [508a7007dab62bf4cf0134b4c4ab9bf7f0db7f0b]

        INTEGRATION: CWS opofxmlstorage (1.6.14); FILE MERGED 2006/06/30 15:03:43 mav 1.6.14.4: resync to m173: fix warnings 2006/06/29 12:54:18 mav 1.6.14.3: RESYNC: (1.6-1.7); FILE MERGED 2006/05/23 15:45:59 mav 1.6.14.2: #122878# Iconified object replacement image must be handled by the container 2006/05/23 15:11:13 mav 1.6.14.1: #122878# Iconified object replacement image must be handled by the container

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2bb7ebaaaa9fa657b3308127d4526cd1ae3e1090]

        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>  [2b446c1ed05ad4c69da36d5a5a98fbec3e391366]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/19 11:43:44 mav 1.1.2.1: #i65548# test embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [44e70d96400ceb0cfbcc643a59324d52c7473ca3]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/19 11:43:34 mav 1.1.2.1: #i65548# test embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c85f138a6c849f544d583eda9063e5bc9c453d9a]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/09/15 11:11:33 mav 1.1.2.2: #i69455# add Graphic property 2006/05/19 11:43:33 mav 1.1.2.1: #i65548# test embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [97d9381cb0a842a6f791d78d5e03bd803b97e966]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/19 11:43:33 mav 1.1.2.1: #i65548# test embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [58fd7281903ba4048878c2da4dee39ff267b1b16]

        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>  [f2f7a26a8ad0fb221b212b9c48fe604a7668c6f6]

        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>  [ed0a06d4572e0569ec96fea473967f5755895dd0]

        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>  [d3a87b60d56d31c2b58df9b4d7be076e3d063799]

        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>  [7ce0bfa8bc7d5d75a7e3bfae11e709bd9031ee94]

        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>  [74b634686a45c82d50a9bd38333d56738702d6ab]

        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>  [54055625f23451cf0b85bbff1923fdad44704bb5]

        INTEGRATION: CWS opofxmlstorage (1.144.6); FILE MERGED 2006/09/12 09:00:29 mav 1.144.6.5: #i69455# allow to get the replacement image 2006/08/25 13:25:52 mav 1.144.6.4: #i68684# support iconified objects 2006/06/30 14:46:07 mav 1.144.6.3: resync to m173: fix warnings 2006/06/29 14:55:01 mav 1.144.6.2: RESYNC: (1.145-1.146); FILE MERGED 2006/05/18 15:20:20 mav 1.144.6.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2d2cc85cf281c516c40f02e0692c4506c7b502f9]

        INTEGRATION: CWS opofxmlstorage (1.25.22); FILE MERGED 2006/08/25 13:25:52 mav 1.25.22.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a245964829816ef26d75cedb6c9bba6d993460a9]

        INTEGRATION: CWS opofxmlstorage (1.61.422); FILE MERGED 2006/09/12 09:36:52 mav 1.61.422.4: #i69455# allow to get the replacement image 2006/08/25 13:25:52 mav 1.61.422.3: #i68684# support iconified objects 2006/06/29 14:54:25 mav 1.61.422.2: RESYNC: (1.61-1.62); FILE MERGED 2006/05/18 15:20:19 mav 1.61.422.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a5bad41c8f1c385fa15434d67ecf4a664b225dca]

        INTEGRATION: CWS opofxmlstorage (1.66.6); FILE MERGED 2006/09/08 16:50:56 mav 1.66.6.7: RESYNC: (1.68-1.69); FILE MERGED 2006/08/29 15:13:30 mav 1.66.6.6: #i68684# support iconified objects from clipboard 2006/08/25 13:25:52 mav 1.66.6.5: #i68684# support iconified objects 2006/06/30 14:05:29 mav 1.66.6.4: resync to m173: fix warnings 2006/06/29 14:45:54 mav 1.66.6.3: RESYNC: (1.67-1.68); FILE MERGED 2006/05/18 17:47:29 mav 1.66.6.2: RESYNC: (1.66-1.67); FILE MERGED 2006/05/18 15:20:18 mav 1.66.6.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d5ef5159fbba7c10e5e6698b849636167f26a567]

        INTEGRATION: CWS opofxmlstorage (1.141.22); FILE MERGED 2006/10/09 11:20:40 mav 1.141.22.3: #122878# fix virtual method 2006/09/06 15:17:26 mav 1.141.22.2: #122878# conversion of iconified objects 2006/09/05 09:16:48 mav 1.141.22.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8dd8f3f3ecfa038515dc10611c9f4c4593da594f]

        INTEGRATION: CWS opofxmlstorage (1.15.22); FILE MERGED 2006/09/05 09:16:48 mav 1.15.22.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0e0ffa18a42fa1260b13a65ab360a3e4f17a8e14]

        INTEGRATION: CWS opofxmlstorage (1.135.22); FILE MERGED 2006/09/06 15:17:26 mav 1.135.22.2: #122878# conversion of iconified objects 2006/09/05 09:16:47 mav 1.135.22.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [915c2c7550ca2a83f6dc76e1dd1645e34e8cd43f]

        INTEGRATION: CWS opofxmlstorage (1.3.424); FILE MERGED 2006/08/16 15:44:16 mav 1.3.424.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [589f645e55246500f865ae5a95837fd967f45e5b]

        INTEGRATION: CWS opofxmlstorage (1.8.22); FILE MERGED 2006/09/06 13:36:44 mav 1.8.22.2: #122878# fix the warning 2006/08/16 15:44:16 mav 1.8.22.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [5cf9a878bb43bf82d8577111e431a68622d9bbd3]

        INTEGRATION: CWS opofxmlstorage (1.20.30); FILE MERGED 2006/08/16 15:44:16 mav 1.20.30.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [b1bb62dd09fa27de62a8292a560eb2eaa8d5cc0a]

        INTEGRATION: CWS opofxmlstorage (1.27.30); FILE MERGED 2006/09/08 16:27:28 mav 1.27.30.2: RESYNC: (1.27-1.28); FILE MERGED 2006/08/16 15:44:16 mav 1.27.30.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e195285c4598a503dde54ff29ee03e84cb49175a]

        INTEGRATION: CWS opofxmlstorage (1.13.46); FILE MERGED 2006/05/11 15:52:23 mav 1.13.46.2: #i65306# hierarchical access to storages 2006/04/21 11:27:00 mav 1.13.46.1: #i64612# XRelationshipAccess

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3913dda2986e4dd6cb3d3f6cf6fa276bdb81ce25]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/04/21 11:27:22 mav 1.1.2.1: #i64612# XRelationshipAccess

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [7185548ae5835fcaecc7e25016ffd0c4b6c90b79]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/11 15:53:03 mav 1.1.2.1: #i65306# hierarchical access to storages

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d22a293a7a3118a63b1455afa3bb9c3ff6d33cea]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/05/11 15:53:14 mav 1.1.2.1: #i65306# hierarchical access to storages

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [add7e709f2942fc212ad1dacbccb4421035d74a5]

        INTEGRATION: CWS opofxmlstorage (1.37.108); FILE MERGED 2006/05/18 15:11:15 mav 1.37.108.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [db472c280e61da47fa980d34b6aea6029c39c3b6]

        INTEGRATION: CWS opofxmlstorage (1.1.2); FILE ADDED 2006/09/11 13:34:55 mav 1.1.2.4: #i69455# allow to get the replacement image 2006/09/11 12:54:45 mav 1.1.2.3: #i69455# allow to get the replacement image 2006/09/07 11:40:47 mav 1.1.2.2: #i65548# allow to control aspect using UNO API 2006/05/18 15:11:41 mav 1.1.2.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [e590dffb3470e78018feafbe6d8b3ce3d1eec2ce]

        INTEGRATION: CWS opofxmlstorage (1.16.24); FILE MERGED 2006/09/08 15:51:13 mav 1.16.24.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/29 15:15:55 mav 1.16.24.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [94258cbf19a1fec8bd3a21cc80eef235ccceb51c]

        INTEGRATION: CWS opofxmlstorage (1.49.26); FILE MERGED 2006/08/29 15:20:43 mav 1.49.26.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a7c9940d289f951bffdd34f71a73509ac634977d]

        INTEGRATION: CWS opofxmlstorage (1.54.20); FILE MERGED 2006/09/08 16:14:54 mav 1.54.20.3: RESYNC: (1.54-1.55); FILE MERGED 2006/09/06 13:34:37 mav 1.54.20.2: #122878# support iconified objects 2006/08/16 15:57:40 mav 1.54.20.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f0965c8e6d9d7bef5689df8817135dc3341759f6]

        INTEGRATION: CWS opofxmlstorage (1.9.356); FILE MERGED 2006/09/11 12:25:23 mav 1.9.356.2: #i68684# support iconified objects 2006/08/16 15:57:39 mav 1.9.356.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c91e013f874f93b25043bf8be8d6c36120194a40]

        INTEGRATION: CWS opofxmlstorage (1.8.354); FILE MERGED 2006/09/05 09:11:09 mav 1.8.354.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [940dc01bf23d676d7e407d7d7c576a9c76ea49e0]

        INTEGRATION: CWS opofxmlstorage (1.48.170); FILE MERGED 2006/09/08 16:02:58 mav 1.48.170.2: RESYNC: (1.48-1.49); FILE MERGED 2006/09/05 09:11:08 mav 1.48.170.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8caec55e88945e391c53fb074fa4ed858baccab6]

        INTEGRATION: CWS opofxmlstorage (1.90.148); FILE MERGED 2006/09/05 12:16:26 mav 1.90.148.1: #122878# import/export iconified object from/into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [7cc131d935b0fa61c6f756011ae091d564d91754]

        INTEGRATION: CWS opofxmlstorage (1.102.12); FILE MERGED 2006/09/08 15:37:51 mav 1.102.12.3: RESYNC: (1.102-1.103); FILE MERGED 2006/08/29 15:15:55 mav 1.102.12.2: #i68684# support iconified objects from clipboard 2006/08/25 13:23:17 mav 1.102.12.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c282c5b1c9ff8952b7d9ce720a7ad8486e32ec6c]

        INTEGRATION: CWS opofxmlstorage (1.45.116); FILE MERGED 2006/09/08 15:27:56 mav 1.45.116.3: RESYNC: (1.45-1.46); FILE MERGED 2006/09/05 09:11:08 mav 1.45.116.2: #122878# import/export iconified object into MS-format 2006/08/16 15:57:39 mav 1.45.116.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [eeeb2f40bf3ada41cdbea5643cd9c543c53da9b8]

        INTEGRATION: CWS opofxmlstorage (1.40.10); FILE MERGED 2006/09/08 15:27:50 mav 1.40.10.3: RESYNC: (1.40-1.41); FILE MERGED 2006/09/06 13:34:36 mav 1.40.10.2: #122878# support iconified objects 2006/08/16 15:57:39 mav 1.40.10.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [51651b2654074493551f3b8424dd268bc48eca61]

        INTEGRATION: CWS opofxmlstorage (1.53.50); FILE MERGED 2006/09/08 15:22:30 mav 1.53.50.2: RESYNC: (1.53-1.55); FILE MERGED 2006/09/05 09:11:07 mav 1.53.50.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a72c3b7fd1807610365a2d5948f40fec304e4626]

        INTEGRATION: CWS opofxmlstorage (1.144.118); FILE MERGED 2006/09/08 15:21:44 mav 1.144.118.2: RESYNC: (1.144-1.145); FILE MERGED 2006/09/05 09:11:07 mav 1.144.118.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [eaa3d2f9f0a71f2175ebd5e765a8aad38fad2f8b]

        INTEGRATION: CWS opofxmlstorage (1.168.52); FILE MERGED 2006/09/08 15:21:32 mav 1.168.52.2: RESYNC: (1.168-1.169); FILE MERGED 2006/09/05 09:11:07 mav 1.168.52.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [c6ed3a29578cc5eb7908231fc4461034bf2a781c]

        INTEGRATION: CWS opofxmlstorage (1.46.54); FILE MERGED 2006/09/13 09:21:11 mav 1.46.54.3: #i68684# adopt for linux 2006/09/08 15:20:22 mav 1.46.54.2: RESYNC: (1.46-1.47); FILE MERGED 2006/09/05 09:11:06 mav 1.46.54.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9a737a689c398afc4ba805b2a821361eb0b952b6]

        INTEGRATION: CWS opofxmlstorage (1.88.116); FILE MERGED 2006/09/08 15:19:34 mav 1.88.116.2: RESYNC: (1.88-1.89); FILE MERGED 2006/09/05 09:11:06 mav 1.88.116.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3ec56f5d19f6f4e97638f249c2e872a829954e02]

        INTEGRATION: CWS opofxmlstorage (1.23.180); FILE MERGED 2006/09/08 15:10:16 mav 1.23.180.2: RESYNC: (1.23-1.24); FILE MERGED 2006/09/05 09:11:06 mav 1.23.180.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bc1b9d2dc0428f6a23f9284ea4a058ee55f6c3e4]

        INTEGRATION: CWS opofxmlstorage (1.6.30); FILE MERGED 2006/08/16 15:59:29 mav 1.6.30.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [dcd7152d1c5f85894117ca8d94e8b18ec320734f]

        INTEGRATION: CWS opofxmlstorage (1.101.290); FILE MERGED 2006/09/15 12:00:00 mav 1.101.290.8: #i65548# embedding API 2006/09/11 17:34:29 mav 1.101.290.7: #i69455# allow to get the replacement image 2006/09/08 14:58:29 mav 1.101.290.6: RESYNC: (1.103-1.104); FILE MERGED 2006/09/07 11:39:28 mav 1.101.290.5: #i65548# allow to control aspect using UNO API 2006/09/05 09:11:05 mav 1.101.290.4: #122878# import/export iconified object into MS-format 2006/08/09 10:42:43 mav 1.101.290.3: RESYNC: (1.102-1.103); FILE MERGED 2006/05/18 17:06:43 mav 1.101.290.2: RESYNC: (1.101-1.102); FILE MERGED 2006/05/18 15:40:58 mav 1.101.290.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [5d37bb5e9d7c20a63087d861a49b6c155f3d422f]

        INTEGRATION: CWS opofxmlstorage (1.20.354); FILE MERGED 2006/09/08 14:54:18 mav 1.20.354.2: RESYNC: (1.20-1.21); FILE MERGED 2006/09/05 09:11:05 mav 1.20.354.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [efc0f2e502975a2bf6e6d5094f38d178fc205a3e]

        INTEGRATION: CWS opofxmlstorage (1.33.32); FILE MERGED 2006/09/08 14:25:26 mav 1.33.32.4: RESYNC: (1.33-1.34); FILE MERGED 2006/09/05 09:11:04 mav 1.33.32.3: #122878# import/export iconified object into MS-format 2006/08/29 15:15:54 mav 1.33.32.2: #i68684# support iconified objects from clipboard 2006/08/16 15:57:38 mav 1.33.32.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bf9d4c29a0cc04ca4fe5f393822608110caffab5]

        INTEGRATION: CWS opofxmlstorage (1.34.26); FILE MERGED 2006/09/08 13:56:46 mav 1.34.26.2: RESYNC: (1.34-1.35); FILE MERGED 2006/09/05 09:11:03 mav 1.34.26.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bcd9f97d18e247a0fe79e2a2d6f3983a4733c673]

        INTEGRATION: CWS opofxmlstorage (1.44.46); FILE MERGED 2006/09/08 13:55:05 mav 1.44.46.2: RESYNC: (1.44-1.45); FILE MERGED 2006/09/05 09:11:03 mav 1.44.46.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [38699aeeed10a638fae35f139ec5439006117fd4]

        INTEGRATION: CWS opofxmlstorage (1.19.354); FILE MERGED 2006/09/11 17:34:28 mav 1.19.354.3: #i69455# allow to get the replacement image 2006/09/07 11:39:28 mav 1.19.354.2: #i65548# allow to control aspect using UNO API 2006/05/18 15:40:57 mav 1.19.354.1: #i65548# embedding API

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [aaa136305a0e4e086e56fb34f5e2d6b539b7e8db]

        INTEGRATION: CWS opofxmlstorage (1.13.106); FILE MERGED 2006/09/08 13:30:07 mav 1.13.106.3: RESYNC: (1.13-1.14); FILE MERGED 2006/09/05 09:11:03 mav 1.13.106.2: #122878# import/export iconified object into MS-format 2006/08/16 15:57:38 mav 1.13.106.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [1e6b5d784f61896807ec9d36b09a06c69c5de118]

        INTEGRATION: CWS opofxmlstorage (1.12.282); FILE MERGED 2006/09/08 13:29:25 mav 1.12.282.2: RESYNC: (1.12-1.13); FILE MERGED 2006/09/05 09:11:03 mav 1.12.282.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3012155a456ad51b5fd0a1ce7a5e28a8adfa7729]

        INTEGRATION: CWS opofxmlstorage (1.120.20); FILE MERGED 2006/09/08 13:23:52 mav 1.120.20.2: RESYNC: (1.120-1.124); FILE MERGED 2006/09/05 09:11:02 mav 1.120.20.1: #122878# import/export iconified object into MS-format

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [98c59e8e864ed1e9e03cb6f95cb7498c20375c5d]

        INTEGRATION: CWS opofxmlstorage (1.2.36); FILE MERGED 2006/09/12 18:59:30 mav 1.2.36.1: #i68684# provide the aspect

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [aa6de719e62412cd193ea35db4b200ae33274794]

        INTEGRATION: CWS opofxmlstorage (1.42.178); FILE MERGED 2006/09/08 13:15:19 mav 1.42.178.2: RESYNC: (1.42-1.43); FILE MERGED 2006/08/25 13:20:46 mav 1.42.178.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bf9dd320f99715d0df297862b3a7787bd330ac1e]

        INTEGRATION: CWS opofxmlstorage (1.66.26); FILE MERGED 2006/08/25 13:20:45 mav 1.66.26.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [bba65cbbdb664084de6632b8d7f26ddcb525399c]

        INTEGRATION: CWS opofxmlstorage (1.51.26); FILE MERGED 2006/08/29 15:20:44 mav 1.51.26.1: #i68684# support iconified objects from clipboard

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8ec504b17a98fe19713d29b59c4eebf3d7b004d3]

        INTEGRATION: CWS opofxmlstorage (1.50.26); FILE MERGED 2006/08/25 13:20:45 mav 1.50.26.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9b7c8b9a3e5b5d1b364b9774385e1b6794354852]

        INTEGRATION: CWS opofxmlstorage (1.19.136); FILE MERGED 2006/08/25 13:20:45 mav 1.19.136.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6f94d4b2a752998c3743c4cc66220ca565a1e2a9]

        INTEGRATION: CWS opofxmlstorage (1.36.26); FILE MERGED 2006/08/25 13:20:45 mav 1.36.26.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ec47e8a09ee81dce7dada3cfb0f820aaac130f34]

        INTEGRATION: CWS opofxmlstorage (1.15.26); FILE MERGED 2006/08/25 13:20:44 mav 1.15.26.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6c9956f739f8ee67ca7c9e29f4f8dd9b56ab22c7]

        INTEGRATION: CWS opofxmlstorage (1.35.84); FILE MERGED 2006/08/25 13:20:44 mav 1.35.84.1: #i68684# supporte iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0fb52cd30778c65ef1a608e64afb1dd229950328]

        INTEGRATION: CWS opofxmlstorage (1.34.156); FILE MERGED 2006/08/25 13:26:38 mav 1.34.156.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [5ddd4e508294a0e9f535ea4287d016a11bf616fb]

        INTEGRATION: CWS opofxmlstorage (1.88.14); FILE MERGED 2006/09/08 13:03:04 mav 1.88.14.3: RESYNC: (1.88-1.89); FILE MERGED 2006/09/06 13:15:44 mav 1.88.14.2: #122878# set the correct flags 2006/08/25 13:26:38 mav 1.88.14.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [2645971f63822377534d013058981383eab8b728]

        INTEGRATION: CWS opofxmlstorage (1.42.28); FILE MERGED 2006/08/16 15:59:29 mav 1.42.28.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [30b6adc99e1d2d007aed38035ae43d6caf87cb2b]

        INTEGRATION: CWS opofxmlstorage (1.97.126); FILE MERGED 2006/08/16 15:59:28 mav 1.97.126.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9bb11bb88b0a2e04906e4215428de91114b6c619]

        INTEGRATION: CWS opofxmlstorage (1.170.156); FILE MERGED 2006/08/16 15:58:48 mav 1.170.156.1: #i68684# support iconified objects

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8b31fe6b388c8390eb0982c1a1bfe8f43e3ba1c2]

        INTEGRATION: CWS native62 (1.17.42); FILE MERGED 2006/09/25 08:51:23 is 1.17.42.1: #i67179# new pkgformats archive and installed

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [fe74d9e8bf0c0e73c583c71f3560695f612bdb48]

        INTEGRATION: CWS native62 (1.40.34); FILE MERGED 2006/09/25 08:41:14 is 1.40.34.2: ## new PKGFORMATS archive and installed 2006/09/15 13:02:36 is 1.40.34.1: #i67077# new simple package mechanism for OOo dev product

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [25eacb4534220f625b3f7abec985378e118b2661]

        INTEGRATION: CWS native62 (1.58.28); FILE MERGED 2006/09/25 08:50:50 is 1.58.28.1: #i67179# new pkgformats archive and installed

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3cb2063025297946708ee6dd39535a507c72ec4b]

        INTEGRATION: CWS native62 (1.1.2); FILE ADDED 2006/09/25 08:40:20 is 1.1.2.3: ## new PKGFORMATS archive and installed 2006/09/19 16:23:10 is 1.1.2.2: #i67179# supporting also PKGFORMAT simple 2006/09/15 13:01:12 is 1.1.2.1: #i67077# new simple package mechanism

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [cb02ea85db6f38b792c17f5f971f81a28b595b4e]

        INTEGRATION: CWS native62 (1.28.42); FILE MERGED 2006/09/15 14:51:03 is 1.28.42.2: #i67179# new user dir for all simple-package installation sets 2006/09/15 12:59:54 is 1.28.42.1: #i67077# replacing user dir in bootstrap file for simple installer

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [6155a255b754c11ecf8972fd405a5699a6e86d76]

        INTEGRATION: CWS native62 (1.56.8); FILE MERGED 2006/09/15 14:51:03 is 1.56.8.2: #i67179# new user dir for all simple-package installation sets 2006/09/15 13:00:45 is 1.56.8.1: #i67077# new simple package mechanism

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9043c50f5e284f00a7eadeab5a3add0417c32227]

        INTEGRATION: CWS native62 (1.68.8); FILE MERGED 2006/09/25 08:40:20 is 1.68.8.3: ## new PKGFORMATS archive and installed 2006/09/15 14:51:02 is 1.68.8.2: #i67179# new user dir for all simple-package installation sets 2006/09/15 13:00:44 is 1.68.8.1: #i67077# new simple package mechanism

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [8012e8acca9ee319b10d1031d71cc312fa592bf9]

        INTEGRATION: CWS fwk48 (1.164.4); FILE MERGED 2006/09/18 08:07:55 as 1.164.4.2: RESYNC: (1.164-1.166); FILE MERGED 2006/09/11 11:33:57 as 1.164.4.1: #i69450# remove 'text' group, because it hides filter with same name

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ae43f76030ce2acbf2525867944f6172ca41b012]

        INTEGRATION: CWS fwk48 (1.2.326); FILE MERGED 2006/09/13 10:42:42 pb 1.2.326.1: fix: #125845# new member: maFillGroupTimer

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [0319ce8e1033fcc672e76020050480ae0c1b4e2a]

        INTEGRATION: CWS fwk48 (1.4.326); FILE MERGED 2006/09/15 09:36:53 pb 1.4.326.1: fix: #i69490# Dtor() calls the CloseHdl() so HelpWin knows it

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [658c953e5862fabec7f04d925b5231430885f769]

        INTEGRATION: CWS fwk48 (1.15.102); FILE MERGED 2006/09/13 10:45:03 pb 1.15.102.1: fix: #125845# while now asynchronous FillMacroList Input disabled

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [b753b1d43b8d771baa2533ad2490e465732808b5]

        INTEGRATION: CWS fwk48 (1.116.102); FILE MERGED 2006/09/15 09:34:32 pb 1.116.102.1: fix: #i69490# CloseHdl deletes SearchDlg only if it is not already destroyed

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [951be94bc4f5c230942b9cb7e73250a86893f051]

        INTEGRATION: CWS fwk48 (1.33.228); FILE MERGED 2006/09/11 11:14:55 as 1.33.228.1: #i69450# remove 'text' group, because it hides filter with same name

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [860ebfa27be030535d8b7e20d40048e3f765b7ec]

        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>  [ac61465dc273d43632519e267ed2ced6d0ba5018]

        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>  [4004b5788f4c2cee66bcf1a8771451c954d1848f]

        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>  [78d9a22665ed9beeff5955eb7eed54ee03934e9f]

        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>  [893cb6aa8702edc0ffe8d36e921fc436370efefc]

        INTEGRATION: CWS fwk48 (1.9.56); FILE MERGED 2006/09/13 11:32:25 cd 1.9.56.1: #i68984# Property strings must be members to profit from ref counting

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f4917b1bdc5938bf69fbcabd2a02ebdf7fcb4237]

        INTEGRATION: CWS fwk48 (1.7.56); FILE MERGED 2006/09/13 11:32:24 cd 1.7.56.1: #i68984# Property strings must be members to profit from ref counting

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9cacfaa0bf3c584528bae13f195c936f762f94db]

        INTEGRATION: CWS fwk48 (1.39.12); FILE MERGED 2006/09/18 12:10:49 as 1.39.12.4: resolve conflicts after merging 2006/09/18 07:50:29 as 1.39.12.3: RESYNC: (1.39-1.40); FILE MERGED 2006/09/13 11:32:24 cd 1.39.12.2: #i68984# Property strings must be members to profit from ref counting 2006/08/31 12:34:47 cd 1.39.12.1: #i68851# Disable empty popups

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [dcb34598eb2218a41672d0af83e5ff1deb84b1f0]

        INTEGRATION: CWS fwk48 (1.13.56); FILE MERGED 2006/09/14 08:04:19 cd 1.13.56.1: #i68977# Free image list resources in dispose

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [7a7706cc1b9a7b5c3788ce57905776279fecaf85]

        INTEGRATION: CWS fwk48 (1.94.50); FILE MERGED 2006/09/18 07:48:52 as 1.94.50.2: RESYNC: (1.94-1.95); FILE MERGED 2006/09/14 09:04:22 as 1.94.50.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [d3e056c958b815d16230958b807338df73c0bcee]

        INTEGRATION: CWS fwk48 (1.52.10); FILE MERGED 2006/09/18 12:10:48 as 1.52.10.3: resolve conflicts after merging 2006/09/18 07:48:25 as 1.52.10.2: RESYNC: (1.52-1.53); FILE MERGED 2006/09/14 09:04:21 as 1.52.10.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [06f3beb5483aa21e90f5ebcac798d205a711f140]

        INTEGRATION: CWS fwk48 (1.13.56); FILE MERGED 2006/09/14 09:04:21 as 1.13.56.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [9b01c4efe147e2d172cb18d429b35350275bd631]

        INTEGRATION: CWS fwk48 (1.7.206); FILE MERGED 2006/09/13 11:32:24 cd 1.7.206.1: #i68984# Property strings must be members to profit from ref counting

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [86925bd8567356cae79f766a2722e443392664c7]

        INTEGRATION: CWS fwk48 (1.5.56); FILE MERGED 2006/09/13 11:32:24 cd 1.5.56.1: #i68984# Property strings must be members to profit from ref counting

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [10f94c453e2e22a432a6f8b894cd94a088e744fa]

        INTEGRATION: CWS fwk48 (1.28.14); FILE MERGED 2006/09/14 09:04:21 as 1.28.14.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [806fb424c10ccfae44bbc4074e47cfccbac599cd]

        INTEGRATION: CWS fwk48 (1.8.56); FILE MERGED 2006/09/14 09:04:20 as 1.8.56.1: #140884# special menu bar closer uses dispatch(CloseWin) instead of sending statusEvent() directly

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [df496c51f3222b372693a7e6ddf41c4ec8a896ab]

        INTEGRATION: CWS fwk48 (1.11.20); FILE MERGED 2006/09/15 08:57:16 pb 1.11.20.1: fix: #136070# new ZOrder of the controls to garantee the LabeledBy relations

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [983ea60334c164230f5a7efb1860b8a77771decb]

        INTEGRATION: CWS native63 (1.7.120); FILE MERGED 2006/09/20 10:45:16 is 1.7.120.1: #i69466# removing quickstarter link at uninstallation

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [274a064422874b0087fb83823cfde0b626e88ff4]

        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>  [8c6e66f73c33eb4408bc075eb65beecce7fd5a50]

        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>  [83f9de4a164f7773c28de10ef3d3e2f8b5292a89]

        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>  [c1f0a1c829179242f829e48cab132c3c43b257da]

        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>  [ad226e3a0258fa436f62c4bb5712811f4ac0dde2]

        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>  [dcb334b9a5e916cc4514ff0bb8e4ea80cc1d0664]

        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>  [2363d845d8b9019c423d7976fb8a9bd3026d168c]

        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>  [4acc13761fc41f43597418a41c14ea436530795b]

        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>  [ff08b39bd07fb13e179d4a5392f30eb858a93256]

        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>  [2fa896d797aa1aae9a5395e52a00506acd8e91b1]

        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>  [57d32369a875c57b7ca985ee6ca157277dd99ec0]

        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>  [4881ad505c55648995b28fd1faa69900ab7e43ee]

        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>  [8fbdcd47ff658b10c16f7778b63e2263d27b1451]

        INTEGRATION: CWS vcl65 (1.10.60); FILE MERGED 2006/09/07 09:55:58 sj 1.10.60.2: #i39515# applied patch, complex fonts are now properly exported 2006/09/06 16:16:19 sj 1.10.60.1: #i39515# applied patch, complex fonts are now properly exported

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [207735af4d66019256ca1f7db65b730e7c5a44ae]

        INTEGRATION: CWS vcl65 (1.90.156); FILE MERGED 2006/09/07 09:55:57 sj 1.90.156.2: #i39515# applied patch, complex fonts are now properly exported 2006/09/06 16:16:19 sj 1.90.156.1: #i39515# applied patch, complex fonts are now properly exported

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [a1adc4e91c147c2970915c575878bfc003504496]

        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>  [f6d0a42db4315a10a4ac6b3f92b41b46c9e12a95]

        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>  [78f8ee44d9c7c8a6bb6086af43b6ca399f907447]

        INTEGRATION: CWS swqbf86 (1.122.32); FILE MERGED 2006/10/06 12:29:58 fme 1.122.32.3: RESYNC: (1.122-1.123); FILE MERGED 2006/09/18 09:51:36 fme 1.122.32.2: #i38158# Sorry, wrong issue id 2006/09/18 09:50:07 fme 1.122.32.1: #i25071# Set table cell direction to RTL for RTL tables

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [96f62069026893ddf6c36d5ab52ca473de83b1a0]

        INTEGRATION: CWS swqbf86 (1.2.1452); FILE MERGED 2006/09/18 09:53:30 fme 1.2.1452.1: #i38158# Sorry, wrong issue id

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [3456d99ebc7f7ae25fc9022c4ec1dbb007099e0f]

        INTEGRATION: CWS swqbf86 (1.50.34); FILE MERGED 2006/09/18 13:04:29 fme 1.50.34.1: #i68435# bArrowDone might be used uninitialized. I'll move this flag from SwTxtSizeInfo to SwTxtFormatInfo.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [817d2dea33a557e49bcbeccd50a6127221fa1e58]

        INTEGRATION: CWS swqbf86 (1.105.34); FILE MERGED 2006/10/06 11:51:32 fme 1.105.34.2: RESYNC: (1.105-1.106); FILE MERGED 2006/09/18 13:04:29 fme 1.105.34.1: #i68435# bArrowDone might be used uninitialized. I'll move this flag from SwTxtSizeInfo to SwTxtFormatInfo.

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [1a181906d470a413e2d1b79b400bea2eba04968c]

        INTEGRATION: CWS swqbf86 (1.12.510); FILE MERGED 2006/10/06 11:42:10 fme 1.12.510.2: RESYNC: (1.12-1.13); FILE MERGED 2006/09/18 10:55:14 fme 1.12.510.1: #i30330# Footnote separator adjustment for new page descriptions should depend on the application language

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [ba700935c02818edba8b1db60ad7fd282aefb106]

        INTEGRATION: CWS sb59 (1.36.128); FILE MERGED 2006/08/18 19:20:03 sb 1.36.128.2: RESYNC: (1.36-1.37); FILE MERGED 2006/08/16 09:31:15 sb 1.36.128.1: #i67487# Made code warning-free (wntmsci10).

2006-10-13  Oliver Bolte  <obo@openoffice.org>  [f93cf7ecbe8d8317a42c9fa040db5229516023af]

        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>  [a2e3b687d5a93e4aefb8c398592f8c0eca8ae26d]

        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>  [e3439248b4fbc79c8cbdda4328f51e0c361e10aa]

        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>  [66c38f7a970c046dd3edec03f71f84462cbd97e4]

        INTEGRATION: CWS sb59 (1.67.58); FILE MERGED 2006/08/16 09:31:27 sb 1.67.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9f2bc692bbd0c4dfcb9778b160e1dbd7bf9333db]

        INTEGRATION: CWS sb59 (1.21.60); FILE MERGED 2006/08/16 09:31:26 sb 1.21.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4cf8ddafaa34a360f45396cb529c19d645409ad0]

        INTEGRATION: CWS sb59 (1.66.60); FILE MERGED 2006/08/16 09:31:26 sb 1.66.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a787c651dbe353b888bab388125fbd3860a96279]

        INTEGRATION: CWS sb59 (1.12.282); FILE MERGED 2006/08/16 09:31:26 sb 1.12.282.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [64fb8eab26b3734289e8ea9d0f6e7ecf83e57b0d]

        INTEGRATION: CWS sb59 (1.20.22); FILE MERGED 2006/08/18 19:23:31 sb 1.20.22.2: RESYNC: (1.20-1.21); FILE MERGED 2006/08/16 09:31:26 sb 1.20.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3235ce0327ca9bc4843ba07e867b3933b422c833]

        INTEGRATION: CWS sb59 (1.45.56); FILE MERGED 2006/08/16 09:31:25 sb 1.45.56.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a82ec5c3beacacb92ba1b77071869191e609e518]

        INTEGRATION: CWS sb59 (1.61.16); FILE MERGED 2006/08/16 09:31:25 sb 1.61.16.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b6f01e3523afce8b5eff8bcd51b1370a07a3ae5]

        INTEGRATION: CWS sb59 (1.44.60); FILE MERGED 2006/08/16 09:31:24 sb 1.44.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c4cca6fdaf45f18b355625d02b2bdf6a95df6914]

        INTEGRATION: CWS sb59 (1.36.60); FILE MERGED 2006/08/16 09:31:24 sb 1.36.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5e785bd2ca58fc087ce03918f816fcf845923fe5]

        INTEGRATION: CWS sb59 (1.17.60); FILE MERGED 2006/08/16 09:31:24 sb 1.17.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6d78a4f6ff02d165d36729ce246b0e16e7ac7820]

        INTEGRATION: CWS sb59 (1.6.282); FILE MERGED 2006/08/18 19:23:06 sb 1.6.282.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/16 09:31:24 sb 1.6.282.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f58b702e8a5ad1851a00753c22e55787a64708fd]

        INTEGRATION: CWS sb59 (1.14.60); FILE MERGED 2006/08/16 09:31:23 sb 1.14.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a0f31b9fdad2a3eb7d46bdb545c4fc0a9fdeb7d]

        INTEGRATION: CWS sb59 (1.2.282); FILE MERGED 2006/08/22 07:41:02 sb 1.2.282.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5b91124c3bd758d7742fc2c7a9c226acd2d4d5e3]

        INTEGRATION: CWS sb59 (1.113.14); FILE MERGED 2006/08/18 19:22:49 sb 1.113.14.2: RESYNC: (1.113-1.114); FILE MERGED 2006/08/16 09:31:23 sb 1.113.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a8fbebfebaae53679019629fe6e7ce61337c358]

        INTEGRATION: CWS sb59 (1.65.60); FILE MERGED 2006/08/16 09:31:23 sb 1.65.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8102f55e39b3187f5f70294c5ead4f7c58b474b5]

        INTEGRATION: CWS sb59 (1.180.60); FILE MERGED 2006/08/18 19:22:34 sb 1.180.60.2: RESYNC: (1.180-1.181); FILE MERGED 2006/08/16 09:31:22 sb 1.180.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2296f6a668dbd2dce85d5165da88928321c893d5]

        INTEGRATION: CWS sb59 (1.93.20); FILE MERGED 2006/08/16 09:31:22 sb 1.93.20.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e10e299b00f9a97ac7902a22c5496458dc535fa]

        INTEGRATION: CWS sb59 (1.63.60); FILE MERGED 2006/08/16 09:31:21 sb 1.63.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [916fbeb691958cc898fad27ed012c8eb2a1de1b1]

        INTEGRATION: CWS sb59 (1.20.58); FILE MERGED 2006/08/18 19:22:02 sb 1.20.58.2: RESYNC: (1.20-1.21); FILE MERGED 2006/08/16 09:31:21 sb 1.20.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [93071358c49a3d18ebc44fe9e8b95fdb1d4f7163]

        INTEGRATION: CWS sb59 (1.5.6); FILE MERGED 2006/09/29 13:30:32 sb 1.5.6.2: Manually merged in 1.6 (from SRC680m186). 2006/08/14 12:52:26 thb 1.5.6.1: #*** misc/build/boost-1.30.2/boost/shared_ptr.hppThu Jun 12 19:09:21 2003#

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [adb56193eba70c7a0979ec4ff2f309779c45f8c0]

        INTEGRATION: CWS sb59 (1.6.60); FILE MERGED 2006/08/16 09:31:21 sb 1.6.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f31b85c43ab7302483dd5611767293c481435cce]

        INTEGRATION: CWS sb59 (1.45.20); FILE MERGED 2006/08/18 19:21:55 sb 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2006/08/16 09:31:21 sb 1.45.20.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [85cd316f384bf3bd9a6d99e4080a95bfecf97aa0]

        INTEGRATION: CWS sb59 (1.181.22); FILE MERGED 2006/08/18 19:21:23 sb 1.181.22.2: RESYNC: (1.181-1.184); FILE MERGED 2006/08/16 09:31:20 sb 1.181.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [49fdd3f60ec9562a36c8d249d38a1baababc8fb7]

        INTEGRATION: CWS sb59 (1.11.60); FILE MERGED 2006/08/18 19:20:51 sb 1.11.60.2: RESYNC: (1.11-1.12); FILE MERGED 2006/08/16 09:31:20 sb 1.11.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a408e81f4904051978149f01339ab4519cdfce77]

        INTEGRATION: CWS sb59 (1.8.60); FILE MERGED 2006/08/16 09:31:20 sb 1.8.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7c0a0cc25edd37198da1cef83e4d78d1486751fa]

        INTEGRATION: CWS sb59 (1.50.60); FILE MERGED 2006/08/16 09:31:19 sb 1.50.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [68ddbe6aa493c262fe9f072806ad80aa7c1893d3]

        INTEGRATION: CWS sb59 (1.28.58); FILE MERGED 2006/08/16 09:31:19 sb 1.28.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7057b69ad439ec65983247f805171e4502bf8260]

        INTEGRATION: CWS sb59 (1.15.60); FILE MERGED 2006/08/22 07:41:01 sb 1.15.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a286baff40f83b5d1befaa477dfef6c7c8ebcec2]

        INTEGRATION: CWS sb59 (1.123.58); FILE MERGED 2006/08/16 09:31:19 sb 1.123.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [47ba54f412ceba0c55cba8e5697e73c56da09795]

        INTEGRATION: CWS sb59 (1.34.58); FILE MERGED 2006/08/16 09:31:19 sb 1.34.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2eb9380c86b5c3ab6bc4134ed9e9234a961da628]

        INTEGRATION: CWS sb59 (1.24.56); FILE MERGED 2006/08/16 09:31:18 sb 1.24.56.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6063862a39dff96a3ba7a935fbfca68c47c0e0a3]

        INTEGRATION: CWS sb59 (1.31.34); FILE MERGED 2006/08/18 19:20:41 sb 1.31.34.2: RESYNC: (1.31-1.32); FILE MERGED 2006/08/16 09:31:18 sb 1.31.34.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0d1ca8a9ec80dc771d3b4c3055d8ea5b5c78b69c]

        INTEGRATION: CWS sb59 (1.17.60); FILE MERGED 2006/08/16 09:31:18 sb 1.17.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d0e5ece6b765aef1ced30783f1b65c4c919d79b3]

        INTEGRATION: CWS sb59 (1.17.60); FILE MERGED 2006/08/16 09:31:17 sb 1.17.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e1d4be2314e654cc4d69ebf88569cc4309ee428a]

        INTEGRATION: CWS sb59 (1.13.60); FILE MERGED 2006/08/16 09:31:17 sb 1.13.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2f9b2d056d7742e869bd159553e433c050b6fa98]

        INTEGRATION: CWS sb59 (1.8.16); FILE MERGED 2006/08/16 09:31:17 sb 1.8.16.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [62b112ccf291cfcc798dac7076b6e96a9a77c960]

        INTEGRATION: CWS sb59 (1.19.60); FILE MERGED 2006/08/16 09:31:17 sb 1.19.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [769279ee065d0bbfef16d426d916b5b6c28892f8]

        INTEGRATION: CWS sb59 (1.43.56); FILE MERGED 2006/08/16 09:31:17 sb 1.43.56.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0df45906f391434c3803bbeaf7955341a0132b1e]

        INTEGRATION: CWS sb59 (1.45.14); FILE MERGED 2006/08/18 19:20:25 sb 1.45.14.2: RESYNC: (1.45-1.46); FILE MERGED 2006/08/16 09:31:17 sb 1.45.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d8f543d93caa1119ad95917b66be5186b08507c5]

        INTEGRATION: CWS sb59 (1.5.60); FILE MERGED 2006/08/16 09:31:16 sb 1.5.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b2df0b0a00502a5d3d863298a3ac0420a89b255e]

        INTEGRATION: CWS sb59 (1.12.60); FILE MERGED 2006/08/16 09:31:16 sb 1.12.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7c7faef3356c663eecf79bee88d0d703b415b094]

        INTEGRATION: CWS sb59 (1.93.278); FILE MERGED 2006/08/16 09:31:15 sb 1.93.278.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a597c3df677bb02f60d77c5be89e07c793386c7e]

        INTEGRATION: CWS sb59 (1.116.60); FILE MERGED 2006/08/16 09:31:15 sb 1.116.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5c36e715c68ab751d04a03f66abfa4abbf3f5ee8]

        INTEGRATION: CWS sb59 (1.6.58); FILE MERGED 2006/08/18 19:19:49 sb 1.6.58.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/16 09:31:14 sb 1.6.58.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [995b57a4bffdf567fa2b972598c5d128aa75a231]

        INTEGRATION: CWS sb59 (1.3.282); FILE MERGED 2006/08/16 09:31:14 sb 1.3.282.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [862f82204b4c886c7f19ec446572defdce08e361]

        INTEGRATION: CWS sb59 (1.24.60); FILE MERGED 2006/08/16 10:58:08 sb 1.24.60.2: #i67487# Fixed previous fix. 2006/08/16 09:31:14 sb 1.24.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0eb9780f93f072a9dba8c35c777ff281ef59beda]

        INTEGRATION: CWS sb59 (1.62.16); FILE MERGED 2006/08/18 19:19:43 sb 1.62.16.2: RESYNC: (1.62-1.63); FILE MERGED 2006/08/16 09:31:14 sb 1.62.16.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0dd18ea61b0ce2a6aff7cd291c200b188111569d]

        INTEGRATION: CWS sb59 (1.106.22); FILE MERGED 2006/08/16 09:31:14 sb 1.106.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [85e24f92598ea4e26780f531083159f2136b3224]

        INTEGRATION: CWS sb59 (1.28.60); FILE MERGED 2006/08/16 09:31:13 sb 1.28.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf8040751f522604b36b69dd8956c9bd2493a073]

        INTEGRATION: CWS sb59 (1.66.60); FILE MERGED 2006/08/16 09:31:13 sb 1.66.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [70521d5835e6a8f2ff2a81f6fc0e8f58f45f548e]

        INTEGRATION: CWS sb59 (1.43.60); FILE MERGED 2006/08/16 09:31:13 sb 1.43.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [96fe563c091af7a28e2010fc4f3849def690c538]

        INTEGRATION: CWS sb59 (1.39.98); FILE MERGED 2006/08/16 09:31:13 sb 1.39.98.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [32db78275b2e98ecf2ffc3358d4d472b33d1091e]

        INTEGRATION: CWS sb59 (1.103.60); FILE MERGED 2006/08/16 09:31:12 sb 1.103.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [44c2321bb458e1f5a1934dc01b70bf1fc2986dd1]

        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>  [fc551afec3741893b34908bc1a6f2a49af8898ff]

        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>  [1e5738b31c2bbeb473f333d3c9638a4bf1c13c39]

        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>  [93d8efce2d34e206333dc69c3c80fce25fea078a]

        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>  [46a3db66397785a343d6491205341443c6075f88]

        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>  [2f4227b34bc5954e6b5037d21cd923af0adfb876]

        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>  [e29a1e3030b7d48c2bcaeb042cb45f16dc388b36]

        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>  [3d48660a7726d12e7a134e032e1cbfbadcec275d]

        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>  [37f651c55cdc27b97271985f6009a4db6a15146d]

        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>  [b0c38ebe352e2b66aba3ed92f0d79d7f2020cf02]

        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>  [9b904f87e8f1c985007b6fc956d22337e189340e]

        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>  [c3423af5665bacf6134dc3a02285beeaa00feaa9]

        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>  [ef8358cfe93d12def7a0a9db385a2d571fbf2581]

        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>  [6c670905e5b2e02520e98d741c401a43df75714a]

        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>  [93c3168466a828291dc1b5bff51340577da6fa4c]

        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>  [6ef35e3715a0887727341837e3037af1d2b68f21]

        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>  [1e8ad90618bbc31f7e945a5d7729585802a4e075]

        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>  [eec555b9f1622d75102049a0f79ba23146a3dcc7]

        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>  [7493e50c0785dcd0d34a4b2dc270303f0c84c119]

        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>  [964f14eb55ccc8a51fb421dfe57dafe3473c1b55]

        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>  [ba5d74df2fb55201b4ecb3a27795e7ce57c2c112]

        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>  [79306d72739ef1006119da1042444a67d6698dcc]

        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>  [93234718749cc43aa83607927dad290a4ade68e1]

        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>  [f312d8f430bd0c02e67874407567682cc8467aab]

        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>  [02fa03209d51d021c94292138204d8c34e94d52b]

        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>  [776a35f489c480dfae69d28e10c1e0cfa3e72bf7]

        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>  [64388d829dbe689c3f6ff8cda6203740b4f8ad3b]

        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>  [89ae78b9ace09e2e10fc269cfba501a627841e7f]

        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>  [6ec6bcae7ec8389ddc945d74d1ea4d2b35bb3df8]

        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>  [c1db55893b6ea01f1929391fe71c01a8aa8ac9d4]

        INTEGRATION: CWS sb59 (1.9.24); FILE MERGED 2006/08/18 12:36:36 sb 1.9.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ae7c96ece8421740563947be1204e61178c89535]

        INTEGRATION: CWS sb59 (1.20.24); FILE MERGED 2006/08/22 15:27:42 sb 1.20.24.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [045c4776ac47ef6b01a544dbe214a0f576a40094]

        INTEGRATION: CWS sb59 (1.28.164); FILE MERGED 2006/08/18 12:36:35 sb 1.28.164.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9a298257721663f84075cac639bd85665399cd64]

        INTEGRATION: CWS sb59 (1.61.24); FILE MERGED 2006/08/18 12:36:35 sb 1.61.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6d075a882ce0f4b0c85098f8b0e09045a529d84d]

        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>  [50917d4f7f3e2ef1baa3d1a505df8a8cf9f5a324]

        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>  [590644e5d7349b9c3d1318cd7b5446a26d758dd2]

        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>  [85e52c9b8b7a6f728283b26aab2fedcc5ee42dc8]

        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>  [dd2608ad7e6ff8718015934a770990c5e6b048c7]

        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>  [e956f3e54b0ae8fbda50cd92d45f5b6d4fc10612]

        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>  [c4660477fcbcc76b95b516310619f93c96baae93]

        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>  [842cab1a841e2ec6b6ce20d1900a17b82fac1828]

        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>  [bbc5e31f52eefc4e3b7ca72fb4b273cb7fb382c0]

        #i70356# change MKDIR to MKDIRHIER

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4c12f693b5bcfbd57518e16bdb6c2203d405c462]

        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>  [cb6b188431bf2aeaeffd4e41b76aeef5cd817edc]

        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>  [1728f8ef2544e289a91393404b6c453659cd2677]

        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>  [604f510e782c2f91fb6fc51821156db67adc4753]

        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>  [2536ff02640848833ee368c955423bf78182894c]

        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>  [3d658be9c4db63f950dad7f3ab7a805966cc57db]

        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>  [c8307ae7935fe048b1d305d7825b8d0447a5fd5a]

        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>  [fcda4b898a812892637bfef5af2f1d8cbc3107b4]

        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>  [5cb88a7abed2781d4fa7eaf35dd1c6e3d495218c]

        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>  [876aeec198bb188dcd683d66e6f48ba728e12836]

        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>  [00c3fb0cc0287c93302d67fc9b841888eb57a6b8]

        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>  [4a5d35350438b3da46d0f57da461acbe018befec]

        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>  [0b44cd7dac6d2665daa5e92ee0a3a5c571994392]

        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>  [2812b077a871aab703a936e1b316500e26427152]

        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>  [6253b22908e0aa1b2a260569af8eab520626823a]

        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>  [bc731ea65c6c9abefd3334a89e6c64f87febdc3e]

        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>  [fbe65a591222256a32b1df0c47c7ea3f5ab7f05d]

        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>  [8e4b86b646939f87a9098825b7d41982e17c4c32]

        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>  [ed571ec3f33127977eccf660bafb0a3a7e464eeb]

        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>  [5c88cc42570ff85bf97fc7b738ed938172d4d8e6]

        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>  [9492672465a0b33dd9b9a4ccc765eaa72729e2aa]

        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>  [5d22f5665082e12fa68e031318037e17026a8bef]

        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>  [bc2208675d021af02c8e3b1c291de3a99e52b386]

        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>  [53f2d59dcb7fe68e72d4245e736b8310b884c16f]

        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>  [82feffd059736f49a26a126009a0d667e01ff47d]

        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>  [bbbe0af184009b6f6d4d047f81fe7d4189a52907]

        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>  [7c8b9d1ed7640d1d7e3052d287f228f5123695c9]

        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>  [9969ada92c3f2c70326d06534a767fb7cb9f373a]

        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>  [0cb30acab0e083cd604df809556236919653428a]

        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>  [b4bb18be6327d0166ecc334afe905222befa240f]

        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>  [4dbdf78f6d4c3ea1e061a1c7afbe7bb5b0525d27]

        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>  [41a552b0f78d9227839ae528ef624e842f0435ce]

        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>  [bda22b8fd5d9a885d582a5b6fbdc1861729b6409]

        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>  [5574b29c535495496c25f942b2346363288ba041]

        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>  [806795fb0efbafe3071f59930d1e9e34ec5399d7]

        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>  [950a5fcba9514f2a8aba24b2eb14fb6a414845b5]

        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>  [bebdb22d9ca710341eb0a2214cafa9a1f2ac9f5c]

        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>  [a850869cbb2597f28c8cbd4ca772d78ec454bbbf]

        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>  [9d295e41e4e2a63592de5b47cbb481bdc02806fe]

        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>  [2a289392503cbc2f89b4dbfbf970ded70e00cb45]

        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>  [57fbd8207aaa8e44b1ba59c10b58c36e8e712c83]

        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>  [3b3577ed849546e29771e306a3cc106f8123a469]

        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>  [24f36b6b528688a4a2098d9b0b1ad74a285d18c7]

        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>  [13ba6074013a5d0a896886d832fe68c38bf27e01]

        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>  [dc31dc602409f09c2eced09fa1be43b05b2a9b74]

        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>  [d856da60e8d08a70715933711c398c82443d17c7]

        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>  [abdfc77224d606db744eddde2a3e9111eaa8a8e1]

        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>  [2f0b4ffbd49c9b4831b2e78e6b32e04ca635c41e]

        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>  [e7906f6cda4c4d870edc3e7c345e9bd8108168ad]

        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>  [8b5ad73ecd58450db356ae2d443e9727f4240db6]

        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>  [91be89553e30627bee979bf516520122df8b28a7]

        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>  [12eaba6ba1fae2f7172674ab6be2e17ade3b1941]

        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>  [2a0181a49b5c0a7a5553bc93ac79ff05f2dbbb6b]

        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>  [8bbd6da745ac2c3ba544e6b3fa563d2c234e675d]

        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>  [3513f16f1a0c0675e3fa2a557cc59e40adf05b53]

        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>  [002e69866464e8e8dde4de20ab789e80c471619e]

        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>  [a47bf7bee54ea4c943e968de94f4405f02fa1e5b]

        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>  [92689fa8343dc7e9cff771e3fd107be81c97ef02]

        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>  [9c2b2035cf4e173ddd0ec080a650e2228fb1b16d]

        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>  [9da7760c17612bf4bc7bd376209b744c904efdbc]

        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>  [19d62fe9ef12fc8a74f53799c87cd2d02ab51d0c]

        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>  [3dcb8b606d8d114b0ead53c527b73565c2aa7b10]

        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>  [f82da67ba9df403e0253c702b96d43b306341c89]

        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>  [1303038c4a9a2defd49e60c2ae37d670eb2f903d]

        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>  [48e64ba670b4a2c79d68736c520d691cb76bc0da]

        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>  [d8b4e920b856ca7dd9b5ce7ec279f02b37f9cb80]

        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>  [90994aedc73d5e435fc0a4a2124adb65bdd24c00]

        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>  [99e170d2f4789d60c43d3fcef75512b992269025]

        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>  [01aa24ae3e27e25fac5f8730889f4d8d6c6ce61b]

        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>  [438bfb44c87b2a9d73997ff645b6238068f2fa0b]

        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>  [295ed121d27bd90750553ed9230be1a30a9f4466]

        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>  [f03fe54c55922ab5af536dffc7ffd73d3e54f334]

        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>  [7323c4a7e5ab7c80d4e0495e50ccf358d5c8415a]

        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>  [c6c6815deef0280e91e9d935f3cca3d148b8b9db]

        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>  [8fd11fc039fbd8c7e8ab902087e47bd9cc3ba8ae]

        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>  [0eda475d3adb8c37d605e8c51ac48b82b92d1fc7]

        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>  [a30b0d925abf028b7bfe608d287789bda510970d]

        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>  [cfd433b23339c5bfa95dbb062588cb11245145a9]

        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>  [36daa9508510ebfa3b31b05b482c5d658d32d460]

        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>  [57aeeaa643fe4859d56689d87ac4372db60ac89c]

        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>  [090d1b5a7d2475ce1453334140cbd79ab7730bcd]

        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>  [0c9508304f9aef0d015664cb32e00f1c5599fa3e]

        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>  [5e5193ef2102b711f5fb86cf53385409eda745be]

        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>  [56c18f416f2b245f8ff3a5fe44a8b98fca74b937]

        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>  [065a3db2288ac15d6709ddbf67561e1c94e20d5d]

        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>  [9c8bf8e31140e823eb9f98f10a6d7b77818659d1]

        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>  [6361c35204052a371a46fae87c9c2659bdc48579]

        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>  [12530f1614f952d0c6fb18278d8c97706ae6e8bf]

        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>  [19dcc51c2ed5e1a4e12e1492c25b27a0cfcbd558]

        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>  [180fc3bac53070ff8684e3a5507785811544fcda]

        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>  [a77e05e1aa171d8858e561b7f252d77a445284ab]

        INTEGRATION: CWS sb59 (1.5.24); FILE MERGED 2006/08/09 12:54:00 sb 1.5.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6bdbef667f137109988288550b0ec65013f189b0]

        INTEGRATION: CWS sb59 (1.4.152); FILE MERGED 2006/08/09 12:54:00 sb 1.4.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [946827ea11335beef7237f3f99bba7968eb220c4]

        INTEGRATION: CWS sb59 (1.11.152); FILE MERGED 2006/08/09 12:54:00 sb 1.11.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [39b70a5c0e197e0fb8428776f55a39e9e0553721]

        INTEGRATION: CWS sb59 (1.26.6); FILE MERGED 2006/08/09 12:54:00 sb 1.26.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7163aa60eaf7c71e18c8e8f2df200ba85e075453]

        INTEGRATION: CWS sb59 (1.33.24); FILE MERGED 2006/08/09 12:53:59 sb 1.33.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c1c78e45e4b689f97122206acccf249b5bb53116]

        INTEGRATION: CWS sb59 (1.55.24); FILE MERGED 2006/08/09 12:53:59 sb 1.55.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3b7356b78aa199fc0c36ef49ff454be4432aab22]

        INTEGRATION: CWS sb59 (1.128.4); FILE MERGED 2006/08/09 12:53:59 sb 1.128.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1e768c2699c3bc8d05acbfcfc7fe1049acf49390]

        INTEGRATION: CWS sb59 (1.66.6); FILE MERGED 2006/08/09 12:53:59 sb 1.66.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b98ffb3969a7a5b87342840b827677d5284072a2]

        INTEGRATION: CWS sb59 (1.12.24); FILE MERGED 2006/08/09 12:53:59 sb 1.12.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6be0d2277a67106f9209732d817f76e54b5ba4de]

        INTEGRATION: CWS sb59 (1.4.150); FILE MERGED 2006/08/09 12:53:59 sb 1.4.150.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [150cffded8d3f2de80ccd1cc001f77535f01ba2c]

        INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/08/09 12:53:58 sb 1.6.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ded9618288b648f88068228dba9a7751493f8fc4]

        INTEGRATION: CWS sb59 (1.68.24); FILE MERGED 2006/08/09 12:53:58 sb 1.68.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e8eea1dc0714a44c1b2dd3e5813775797fd72661]

        INTEGRATION: CWS sb59 (1.2.152); FILE MERGED 2006/08/09 12:53:58 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [95400963eb41c28fc072650f8a76859ef131239d]

        INTEGRATION: CWS sb59 (1.38.24); FILE MERGED 2006/08/09 12:53:58 sb 1.38.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e1a084158fc7f133a1eb73fb6794a81648f48eb8]

        INTEGRATION: CWS sb59 (1.41.14); FILE MERGED 2006/08/18 18:48:19 sb 1.41.14.2: RESYNC: (1.41-1.43); FILE MERGED 2006/08/09 12:53:58 sb 1.41.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a741464ae81d1962b4d6245665c81a66c88eec56]

        INTEGRATION: CWS sb59 (1.20.6); FILE MERGED 2006/08/09 12:53:57 sb 1.20.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8e74946f590f9a100fa39ac727b0c3a9c862ba49]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/09 12:53:57 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d16d260e867fc3833e7ac85ec59531fb82ed386f]

        INTEGRATION: CWS sb59 (1.6.152); FILE MERGED 2006/08/09 12:53:57 sb 1.6.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4e4d93de2f5b233bad50f83175c8e8e43e6fd805]

        INTEGRATION: CWS sb59 (1.2.152); FILE MERGED 2006/08/09 12:53:57 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c1ce50d5b3df1d066a023e9c0eacfdbc8dbf7eb5]

        INTEGRATION: CWS sb59 (1.3.152); FILE MERGED 2006/08/09 12:53:57 sb 1.3.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [05505b61682cd664566bd75110f1a370bf1a3600]

        INTEGRATION: CWS sb59 (1.4.152); FILE MERGED 2006/08/09 12:53:57 sb 1.4.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [94f498c3ba6db74837bb1d92fdd0491fc7f344b5]

        INTEGRATION: CWS sb59 (1.4.152); FILE MERGED 2006/08/09 12:53:56 sb 1.4.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [22379eb6a0a6909fd69143102bee7f4ffecab470]

        INTEGRATION: CWS sb59 (1.18.12); FILE MERGED 2006/08/09 12:53:56 sb 1.18.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0b53e97737f2808bc96a3a3947d5cfe4117a360e]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/09 12:53:56 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d6db5005ace5007f5db090674964999a194a3f1c]

        INTEGRATION: CWS sb59 (1.9.24); FILE MERGED 2006/08/09 12:53:56 sb 1.9.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [225874828c45b50934b68234578f99dd29584050]

        INTEGRATION: CWS sb59 (1.5.24); FILE MERGED 2006/08/09 12:53:56 sb 1.5.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2bd0b3555da17c8a212bb9eb28ef5d43db2e008f]

        INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/08/09 12:53:56 sb 1.6.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aac6dd3320e39a0eac988380b81e74ace61c0620]

        INTEGRATION: CWS sb59 (1.2.152); FILE MERGED 2006/08/09 12:53:56 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2dd19ea54143da88f694b66d3f3d6fedbd9f9000]

        INTEGRATION: CWS sb59 (1.5.24); FILE MERGED 2006/08/09 12:53:55 sb 1.5.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [10ea2b7c0aa5890ea7396e3614db7e17e38b32e5]

        INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/08/09 12:53:55 sb 1.6.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b5113ffdcc2242bd952daf7bd86d05983596b0c9]

        INTEGRATION: CWS sb59 (1.6.50); FILE MERGED 2006/08/09 12:53:55 sb 1.6.50.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eb34c7c7fe9083606548eb621af231464ae491b3]

        INTEGRATION: CWS sb59 (1.7.6); FILE MERGED 2006/08/09 12:53:55 sb 1.7.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [03770d6d492d8b7eba75d53f92670fb7662661f8]

        INTEGRATION: CWS sb59 (1.4.152); FILE MERGED 2006/08/09 12:53:55 sb 1.4.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d677e48f4355a4cfeb4231169e9443291cc1d1e9]

        INTEGRATION: CWS sb59 (1.3.152); FILE MERGED 2006/08/09 12:53:54 sb 1.3.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [168f1b6384a66097f0590b5f611d07771495d043]

        INTEGRATION: CWS sb59 (1.13.24); FILE MERGED 2006/08/09 12:53:54 sb 1.13.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e628e87b95c26020e8d8201da34ea31f830e2447]

        INTEGRATION: CWS sb59 (1.7.24); FILE MERGED 2006/08/09 12:53:54 sb 1.7.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6cadb5629317affc793de0ce0e984c901797fac7]

        INTEGRATION: CWS sb59 (1.10.24); FILE MERGED 2006/08/09 12:53:54 sb 1.10.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5997b7d96aa5598455c72a4cc503727f9e32e5ce]

        INTEGRATION: CWS sb59 (1.11.24); FILE MERGED 2006/08/09 12:53:54 sb 1.11.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [87fcca8138798ef5d8a6c766bae5a8ba34be8cfe]

        INTEGRATION: CWS sb59 (1.13.6); FILE MERGED 2006/08/09 12:53:54 sb 1.13.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ccb556ab0b8142c15aad257ffdf99fa7b53851de]

        INTEGRATION: CWS sb59 (1.13.6); FILE MERGED 2006/08/09 12:53:53 sb 1.13.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06531d1b8333a9b8ad73f15391d9f6fd26b7afe4]

        INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/08/09 12:53:53 sb 1.6.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [13728fca6ed57470d49db6586c5cf9447fb98fdf]

        INTEGRATION: CWS sb59 (1.3.24); FILE MERGED 2006/08/09 12:53:53 sb 1.3.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [76221ae5e2ff342c7a003e2ad9c65831f4282c53]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/09 12:53:53 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4755f642b678e2b5ea29cff47bff804609bae3db]

        INTEGRATION: CWS sb59 (1.20.24); FILE MERGED 2006/08/09 12:53:53 sb 1.20.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [14f15321982bb68c58d4c39ddc6a97ab3f1955b2]

        INTEGRATION: CWS sb59 (1.6.24); FILE MERGED 2006/08/09 12:53:52 sb 1.6.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [972761f6263efb7133a959d25d2b9907176e6165]

        INTEGRATION: CWS sb59 (1.7.6); FILE MERGED 2006/08/18 18:46:28 sb 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/09 12:53:52 sb 1.7.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a49d967280a627e59bb9056ce05694490ceb4a4a]

        INTEGRATION: CWS sb59 (1.50.14); FILE MERGED 2006/08/18 18:46:22 sb 1.50.14.2: RESYNC: (1.50-1.51); FILE MERGED 2006/08/09 12:53:52 sb 1.50.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [01556a87e1dc8355d6be6e5c0c3559a989693416]

        INTEGRATION: CWS sb59 (1.14.2); FILE MERGED 2006/08/18 18:46:09 sb 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2006/08/09 12:53:52 sb 1.14.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4b704ad854cb90a6824892229400f0080673ef07]

        INTEGRATION: CWS sb59 (1.3.6); FILE MERGED 2006/08/18 18:45:15 sb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/09 12:53:51 sb 1.3.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f55dca2c47fc0dce9781aba3eaf6beac7bcc2555]

        INTEGRATION: CWS sb59 (1.21.22); FILE MERGED 2006/08/09 12:53:51 sb 1.21.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cb6ffb0debf7824f678bb482a53f847c9aaa0b4d]

        INTEGRATION: CWS sb59 (1.10.22); FILE MERGED 2006/08/09 12:53:51 sb 1.10.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f830666e682fb2769561f5cd7e9c0feac362f5dc]

        INTEGRATION: CWS sb59 (1.15.4); FILE MERGED 2006/08/09 12:53:51 sb 1.15.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7c853f972b53fddda70555765c4b6a88382cfa1d]

        INTEGRATION: CWS sb59 (1.52.4); FILE MERGED 2006/08/09 12:53:51 sb 1.52.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ef6e8afd50eefd018a8d21e51ff58bb0ec66d0ca]

        INTEGRATION: CWS sb59 (1.88.6); FILE MERGED 2006/08/09 12:53:50 sb 1.88.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0bf3841e45e9b92c983d51608707042f0ef5aeec]

        INTEGRATION: CWS sb59 (1.10.24); FILE MERGED 2006/08/09 12:53:50 sb 1.10.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5de93a88bd8baff1a358f20c37503137fe61dd22]

        INTEGRATION: CWS sb59 (1.2.152); FILE MERGED 2006/08/09 12:53:50 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2b453f5da65097fafab580a2df9de378050fae0c]

        INTEGRATION: CWS sb59 (1.3.24); FILE MERGED 2006/08/09 12:53:50 sb 1.3.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e45e6617f428b416a5f1b16be623b4d64a5635b]

        INTEGRATION: CWS sb59 (1.42.22); FILE MERGED 2006/08/09 12:53:50 sb 1.42.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4ebdc708d95470954339453f3e9c0d1c9021cd3d]

        INTEGRATION: CWS sb59 (1.93.24); FILE MERGED 2006/08/09 12:53:49 sb 1.93.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [605f9f01432915cd97dbbf7dc5d4bb16e35471b3]

        INTEGRATION: CWS sb59 (1.12.24); FILE MERGED 2006/08/09 12:53:49 sb 1.12.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [90bd7cd13afabced449ab0209873d746a933f8ba]

        INTEGRATION: CWS sb59 (1.5.24); FILE MERGED 2006/08/09 12:53:49 sb 1.5.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aa3dd09f5db731946b850e09824e0088039e748a]

        INTEGRATION: CWS sb59 (1.10.24); FILE MERGED 2006/08/09 12:53:49 sb 1.10.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5b1c5b4d3d2ecd77925c5661caea6d81c47130ae]

        INTEGRATION: CWS sb59 (1.82.6); FILE MERGED 2006/08/09 12:53:49 sb 1.82.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1dd4ad16dfafdc9da9a068eca442345bea5d7091]

        INTEGRATION: CWS sb59 (1.7.22); FILE MERGED 2006/08/09 12:48:20 sb 1.7.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d8f4068c2be3570d2589ed064c7b09371e386fb3]

        INTEGRATION: CWS sb59 (1.31.24); FILE MERGED 2006/08/09 12:48:20 sb 1.31.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [24071d816c2f1276bd5e7d0f8a8d29f41eaab57d]

        INTEGRATION: CWS sb59 (1.2.152); FILE MERGED 2006/08/09 12:48:20 sb 1.2.152.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [18160f64d2e22884f9af9e50c2690ee83642cae9]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/11 15:04:33 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [259bca0645607916dee92f7c481981056c97f799]

        INTEGRATION: CWS sb59 (1.14.22); FILE MERGED 2006/09/20 11:03:07 sb 1.14.22.2: Manually resolved merge conflict against 1.15 (SRC680m185). 2006/08/11 15:04:27 sb 1.14.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2e22e23a87cb2940bb8d4cb8eb31f200f833c310]

        INTEGRATION: CWS sb59 (1.5.8); FILE MERGED 2006/08/18 18:44:46 sb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2006/08/11 15:04:33 sb 1.5.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e6c97018161ca6fabf7c1707e65f8b4d53705844]

        INTEGRATION: CWS sb59 (1.4.54); FILE MERGED 2006/08/11 15:04:33 sb 1.4.54.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e53a50b7d6764122b7171d67de8093900201dab]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/11 15:04:32 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [459a772c2afbf6a44e430346f264ea05bdfcd782]

        INTEGRATION: CWS sb59 (1.3.116); FILE MERGED 2006/08/11 15:04:32 sb 1.3.116.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ba13fa22b5f87071aa9df5398f0e316b3e27d134]

        INTEGRATION: CWS sb59 (1.3.118); FILE MERGED 2006/08/11 15:04:32 sb 1.3.118.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [871204453c0ceffe23a6759e30963d120b98f1d5]

        INTEGRATION: CWS sb59 (1.6.22); FILE MERGED 2006/08/11 15:04:32 sb 1.6.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ae9d195aea655fed27d2a7e9d4dc1de8ae275022]

        INTEGRATION: CWS sb59 (1.3.120); FILE MERGED 2006/08/11 15:04:31 sb 1.3.120.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3eaeb5a275cd6f2b9ba9e6f447f6277c3d2e7cdd]

        INTEGRATION: CWS sb59 (1.3.116); FILE MERGED 2006/08/11 15:04:31 sb 1.3.116.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e22a4e6b76a8d910b96e7055e6d5d4be2a3a226]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/11 15:04:31 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5983bfb7ae7fe4f24d6b750e47d2dedeb23a9d7a]

        INTEGRATION: CWS sb59 (1.4.202); FILE MERGED 2006/09/20 11:10:17 sb 1.4.202.2: Manually resolved merge conflict against 1.5 (SRC680m185). 2006/08/22 12:50:37 sb 1.4.202.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [83817182bbd4b3464ec2af4d6b3f0adc0d6d2f64]

        INTEGRATION: CWS sb59 (1.21.22); FILE MERGED 2006/08/11 15:04:30 sb 1.21.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [57fea091346bb8ef28ec7e9af1851963042ba1eb]

        INTEGRATION: CWS sb59 (1.12.22); FILE MERGED 2006/08/11 15:04:30 sb 1.12.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a632966e33abf1ef75edf9d62d3456cd79e60588]

        INTEGRATION: CWS sb59 (1.23.22); FILE MERGED 2006/08/11 15:04:30 sb 1.23.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ed27d98cbb3f7c018bcff1ccfb99fa1842f3e034]

        INTEGRATION: CWS sb59 (1.29.12); FILE MERGED 2006/08/11 15:04:30 sb 1.29.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7e3ad18200edb8458e5e09f61a84e6746d48c2e8]

        INTEGRATION: CWS sb59 (1.14.120); FILE MERGED 2006/08/11 15:04:30 sb 1.14.120.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8d901a9f3b660a9498b30df551bf4fc00d0d15c3]

        INTEGRATION: CWS sb59 (1.1.938); FILE MERGED 2006/09/20 11:09:19 sb 1.1.938.2: Manually resolved merge conflict against 1.2 (SRC680m185). 2006/08/22 12:50:36 sb 1.1.938.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b110dc371a13ddb191fa51fe882d75e90af4185a]

        INTEGRATION: CWS sb59 (1.28.22); FILE MERGED 2006/08/11 15:04:30 sb 1.28.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0755ef18090d219407d39d564a2f8ea172e34fbf]

        INTEGRATION: CWS sb59 (1.69.8); FILE MERGED 2006/08/18 18:44:39 sb 1.69.8.2: RESYNC: (1.69-1.70); FILE MERGED 2006/08/11 15:04:29 sb 1.69.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5488d7f882a09a9a004028eeba973ed9716434af]

        INTEGRATION: CWS sb59 (1.26.24); FILE MERGED 2006/08/11 15:04:29 sb 1.26.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3700859039c1c3a18f171749b890b3fa09adacb0]

        INTEGRATION: CWS sb59 (1.8.22); FILE MERGED 2006/08/11 15:11:14 sb 1.8.22.2: #i67487# Fixed previous fix. 2006/08/11 15:04:29 sb 1.8.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e1861d0fcc432b2871efcb121c5611fe948f755b]

        INTEGRATION: CWS sb59 (1.7.22); FILE MERGED 2006/08/11 15:04:29 sb 1.7.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [465cd3d84aa3bea6b0bd01fdb19744e24e37bed2]

        INTEGRATION: CWS sb59 (1.5.114); FILE MERGED 2006/08/11 15:04:28 sb 1.5.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bd4b626ab978d862ed6f300d77a6a7b6b11869b3]

        INTEGRATION: CWS sb59 (1.19.24); FILE MERGED 2006/08/11 15:04:28 sb 1.19.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [670ec12699dd1a9379e714d558a667e8be4c80f0]

        INTEGRATION: CWS sb59 (1.14.22); FILE MERGED 2006/08/11 15:04:28 sb 1.14.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ddeb4848f548450c65607a50a0d64951b6bcfbe0]

        INTEGRATION: CWS sb59 (1.20.22); FILE MERGED 2006/08/11 15:04:28 sb 1.20.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e8f8edca41d5dcd07db89321ad542bfe2b7dd442]

        INTEGRATION: CWS sb59 (1.9.22); FILE MERGED 2006/08/11 15:04:28 sb 1.9.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [94bcf770e17d28036318fedbf2324024aab3ad06]

        INTEGRATION: CWS sb59 (1.7.202); FILE MERGED 2006/07/20 07:55:32 sb 1.7.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a74d99e1d7546b74cb51eab25f5c4a5255bfd765]

        INTEGRATION: CWS sb59 (1.15.8); FILE MERGED 2006/08/18 18:44:31 sb 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2006/08/11 15:04:28 sb 1.15.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0b3e77652040b39243f5cc5d3c94bc331a679a78]

        INTEGRATION: CWS sb59 (1.14.24); FILE MERGED 2006/08/11 15:04:27 sb 1.14.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [25703ff109b81cf7a8adda43cf95066da65e0149]

        INTEGRATION: CWS sb59 (1.23.22); FILE MERGED 2006/08/11 15:04:27 sb 1.23.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1aab8c24953eb44313bdeccb86de2d90f9ca3346]

        INTEGRATION: CWS sb59 (1.8.22); FILE MERGED 2006/08/11 15:04:27 sb 1.8.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [04faa55080672ffc9bc1ac7f8cd6dc4c22b463a5]

        INTEGRATION: CWS sb59 (1.31.6); FILE MERGED 2006/08/18 18:44:24 sb 1.31.6.2: RESYNC: (1.31-1.32); FILE MERGED 2006/08/11 15:04:27 sb 1.31.6.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1841e04a98a6c225b0e9f186375c4e5a87fcfd2d]

        INTEGRATION: CWS sb59 (1.40.8); FILE MERGED 2006/08/18 18:44:16 sb 1.40.8.2: RESYNC: (1.40-1.41); FILE MERGED 2006/08/11 15:04:26 sb 1.40.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fd5be9a9af968ec7d2b48718ce3b11a0b6ba3775]

        INTEGRATION: CWS sb59 (1.11.112); FILE MERGED 2006/07/20 07:55:32 sb 1.11.112.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4519e8a57e67cc90d81d9a194bb0bde1d0a15186]

        INTEGRATION: CWS sb59 (1.9.24); FILE MERGED 2006/08/11 15:04:26 sb 1.9.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4cb5f1f72f94b7ef89806ef4354113a6aeff40ab]

        INTEGRATION: CWS sb59 (1.19.22); FILE MERGED 2006/08/11 15:04:26 sb 1.19.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c72454c446d6b2c957410fd9a0cc6c287f9bc412]

        INTEGRATION: CWS sb59 (1.25.22); FILE MERGED 2006/08/11 15:04:26 sb 1.25.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2aa2048b7262c3e37d35c39936b3cf13063e7ed9]

        INTEGRATION: CWS sb59 (1.19.22); FILE MERGED 2006/08/11 15:04:25 sb 1.19.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [139bf38e8e9bbcc7735bca0b8a6d48354c8af350]

        INTEGRATION: CWS sb59 (1.34.24); FILE MERGED 2006/08/11 15:04:25 sb 1.34.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c9fc34d25b9bee4805f41900f38343a0c9d1e630]

        INTEGRATION: CWS sb59 (1.18.24); FILE MERGED 2006/08/11 15:04:25 sb 1.18.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [54d7b88b21bffe90711a042b1527db0e3387d8b7]

        INTEGRATION: CWS sb59 (1.7.120); FILE MERGED 2006/08/11 15:04:25 sb 1.7.120.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a7c9ed8cccadff6465ff970ccbb1f48f21342d0]

        INTEGRATION: CWS sb59 (1.5.22); FILE MERGED 2006/08/11 15:04:25 sb 1.5.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1d9be636b7808d6af6b7f3f0f3dc0d6afa02e2ae]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/11 15:04:24 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06c842b85fea1d35e2e55d842bf5872ba9fb7c86]

        INTEGRATION: CWS sb59 (1.12.22); FILE MERGED 2006/08/11 15:04:24 sb 1.12.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [38647503d40724ce7a41678f94aab691300563e5]

        INTEGRATION: CWS sb59 (1.23.24); FILE MERGED 2006/08/11 15:04:24 sb 1.23.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c48bb4a2b3eee7f81a5d9b59c2db90eb26b4d510]

        INTEGRATION: CWS sb59 (1.27.14); FILE MERGED 2006/08/11 15:04:24 sb 1.27.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fb52e248b224c1255ed0dea103f331e8def795c9]

        INTEGRATION: CWS sb59 (1.8.24); FILE MERGED 2006/08/11 15:04:24 sb 1.8.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [35ce1e44e923ea99bf13a99d6398418dfd2edd93]

        INTEGRATION: CWS sb59 (1.4.120); FILE MERGED 2006/08/11 15:04:24 sb 1.4.120.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf6645128afa7328dc4418a1736524e6873dee31]

        INTEGRATION: CWS sb59 (1.64.8); FILE MERGED 2006/08/18 18:44:08 sb 1.64.8.2: RESYNC: (1.64-1.65); FILE MERGED 2006/08/11 15:04:23 sb 1.64.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [689309dc995c29c9e38529c4826edcb202a22b54]

        INTEGRATION: CWS sb59 (1.7.34); FILE MERGED 2006/09/29 13:58:22 sb 1.7.34.16: Manually merged in 1.10 (from SRC680m186). 2006/09/29 13:56:24 sb 1.7.34.15: Cleaned up comments. 2006/08/31 10:02:12 thb 1.7.34.14: #i69122# Disabled C4686 (change in UDT return calling convention) 2006/08/30 22:52:52 thb 1.7.34.13: #i69122# Made basebmp/vigra compile warning-free 2006/08/23 15:40:01 sb 1.7.34.12: #i67487# Postponed makeing lingucomponent warning-free for wntmsci10 (too complex). 2006/08/18 18:26:20 sb 1.7.34.11: RESYNC: (1.8-1.9); FILE MERGED 2006/08/18 11:56:59 thb 1.7.34.10: #i68336# Switched off warning 4250 & 4344 for msvc 2006/08/11 20:39:20 thb 1.7.34.9: #i68336# Made slideshow/cppcanvas/glcanvas/dxcanvas/canvas warning free; disabled C4344 warning for wntmsci10 2006/08/11 15:07:00 sb 1.7.34.8: #i67487# Made code warning-free (wntmsci10). 2006/08/09 12:57:00 sb 1.7.34.7: #i67487# Made code warning-free (wntmsci10). 2006/08/08 08:41:27 sb 1.7.34.6: #i67487# Made code warning-free (wntmsci10). 2006/08/08 07:30:49 sb 1.7.34.5: #i67487# Cleaned up. 2006/07/27 07:53:36 sb 1.7.34.4: #i67535# Made svx warning-free. 2006/07/25 12:37:43 sb 1.7.34.3: RESYNC: (1.7-1.8); FILE MERGED 2006/07/19 09:31:31 sb 1.7.34.2: #i67537# Made desktop warning-free. 2006/07/19 09:02:02 sb 1.7.34.1: #i67487# Took (cleaned-up) modules off the MODULES_WITH_WARNINGS list.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [28673fb4112d35aa07b87515fade046aaddd7aa6]

        INTEGRATION: CWS sb59 (1.10.202); FILE MERGED 2006/08/22 12:50:37 sb 1.10.202.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [37433579a5771ba8667fc2ad990b2f43a35bbf42]

        INTEGRATION: CWS sb59 (1.8.8); FILE MERGED 2006/08/22 12:50:37 sb 1.8.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e35063fc2940b3b5bd587cd3990773ef0dccdf1f]

        INTEGRATION: CWS sb59 (1.3.348); FILE MERGED 2006/08/22 12:50:36 sb 1.3.348.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [76ca687745a0c9fd403cf2f1936e34d713230a69]

        INTEGRATION: CWS sb59 (1.1.938); FILE MERGED 2006/08/22 12:50:36 sb 1.1.938.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e917d903ef4502eae80686c61de927486c15ba4b]

        INTEGRATION: CWS sb59 (1.11.18); FILE MERGED 2006/08/21 15:25:26 sb 1.11.18.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f5d41534a19e742844c89c95ab5bcb85c5c7b806]

        INTEGRATION: CWS sb59 (1.19.52); FILE MERGED 2006/08/22 08:37:59 sb 1.19.52.4: #i67487# Made code compile (warning-free) again after resync to SRC680m182.' source\splash\splash.cxx 2006/08/21 15:25:26 sb 1.19.52.3: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/18 18:37:25 sb 1.19.52.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/20 07:55:36 sb 1.19.52.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e5067b27283fbb7ab215f9deffc009d1fdfea0fa]

        INTEGRATION: CWS sb59 (1.2.202); FILE MERGED 2006/07/20 07:55:36 sb 1.2.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [782ba80f05d582ed0f82da05e8aa534fe1823e0f]

        INTEGRATION: CWS sb59 (1.2.202); FILE MERGED 2006/08/18 18:37:17 sb 1.2.202.2: RESYNC: (1.2-1.3); FILE MERGED 2006/07/20 07:55:36 sb 1.2.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3b0ada68d000c123e638aacac4d341464744d0f2]

        INTEGRATION: CWS sb59 (1.5.202); FILE MERGED 2006/07/20 07:55:36 sb 1.5.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e02b00628734cbc1a41fefda22b2fd2536cae7a6]

        INTEGRATION: CWS sb59 (1.4.202); FILE MERGED 2006/07/20 07:55:36 sb 1.4.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3324f5a83d4bfea6f691cfa41b9d89d9a33312cc]

        INTEGRATION: CWS sb59 (1.7.202); FILE MERGED 2006/07/20 07:55:35 sb 1.7.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3d4c38bd8f0bc3c09fcc884a971f7359a82951fd]

        INTEGRATION: CWS sb59 (1.32.4); FILE MERGED 2006/09/08 08:22:13 sb 1.32.4.3: Manually resolved merge conflicts against SRC680m183. 2006/08/29 11:44:25 sb 1.32.4.2: #i67487# Made code warning-free (wntmsci10). 2006/08/22 08:09:34 sb 1.32.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c723ff78f1f3e6e8fa76bc83d68a4ee41132add3]

        INTEGRATION: CWS sb59 (1.4.52); FILE MERGED 2006/07/20 07:55:34 sb 1.4.52.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a070a1b6f11f301d295f2acfd8850cf967cc3f3d]

        INTEGRATION: CWS sb59 (1.5.52); FILE MERGED 2006/07/20 07:55:34 sb 1.5.52.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d68950c3af94c8a534da96070334dddd396edd39]

        INTEGRATION: CWS sb59 (1.7.202); FILE MERGED 2006/09/01 08:45:28 sb 1.7.202.2: #i67537# Made code warning-free (GCC 4.0.3). 2006/07/20 07:55:33 sb 1.7.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e9cfa6968fe3a68cb93b367d21b1a677d7c07f89]

        INTEGRATION: CWS sb59 (1.5.202); FILE MERGED 2006/07/20 07:55:33 sb 1.5.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8aaaffb8451ced7dd401568cc50db34e292f63fd]

        INTEGRATION: CWS sb59 (1.4.202); FILE MERGED 2006/07/20 07:55:33 sb 1.4.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f0ed8ea72ab6b55b9eecd6f7d0d98aa4c1a0fde4]

        INTEGRATION: CWS sb59 (1.4.68); FILE MERGED 2006/07/20 07:55:33 sb 1.4.68.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e3ca8fba6be6ee26bb58939c68722c036fa9376a]

        INTEGRATION: CWS sb59 (1.7.114); FILE MERGED 2006/07/20 07:55:32 sb 1.7.114.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [156b1653f6fc5a1d487c3f0d61a698244b6fc9ae]

        INTEGRATION: CWS sb59 (1.8.68); FILE MERGED 2006/08/22 08:28:12 sb 1.8.68.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182.' source\migration\migration.cxx 2006/07/20 07:55:32 sb 1.8.68.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b6d8121761352b4100b1d890899ff8fceb021ddd]

        INTEGRATION: CWS sb59 (1.3.202); FILE MERGED 2006/07/20 07:55:31 sb 1.3.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b6b32cedd95be84de624d7f656b1c6b4eb968697]

        INTEGRATION: CWS sb59 (1.10.78); FILE MERGED 2006/07/20 07:55:31 sb 1.10.78.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [93418d66845ed38a5f8062ffa7fa760b27bdf7da]

        INTEGRATION: CWS sb59 (1.4.202); FILE MERGED 2006/07/20 07:55:31 sb 1.4.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ef1dc4051b2d673f4a5b3ea817cec14eb7d8b554]

        INTEGRATION: CWS sb59 (1.8.78); FILE MERGED 2006/07/20 07:55:31 sb 1.8.78.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b920fe4e7b4f446ac1823f1c6efc486c9b80f3f]

        INTEGRATION: CWS sb59 (1.6.202); FILE MERGED 2006/07/20 07:55:30 sb 1.6.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a84e078c709f84727f42c78ae288395dc67e6b21]

        INTEGRATION: CWS sb59 (1.7.202); FILE MERGED 2006/07/20 07:55:30 sb 1.7.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9897e7811123f287b5d5f2c0da039b223cc88695]

        INTEGRATION: CWS sb59 (1.9.2); FILE MERGED 2006/08/21 15:25:25 sb 1.9.2.4: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/18 18:36:51 sb 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED 2006/07/25 12:49:41 sb 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/20 07:55:30 sb 1.9.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ef7d765328ebb539707af9fb320c52304920cd7d]

        INTEGRATION: CWS sb59 (1.11.2); FILE MERGED 2006/07/20 07:55:28 sb 1.11.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d2c94185b26be82864a6600b340ccd630b92f25a]

        INTEGRATION: CWS sb59 (1.9.78); FILE MERGED 2006/07/20 07:55:28 sb 1.9.78.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06e8b41f76348cf420017bf87836692ca8315539]

        INTEGRATION: CWS sb59 (1.13.46); FILE MERGED 2006/08/22 12:50:34 sb 1.13.46.2: #i67487# Made code warning-free (wntmsci10). 2006/07/20 07:55:27 sb 1.13.46.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [874849c5311271dcb4c61712850b8927e47193cc]

        INTEGRATION: CWS sb59 (1.10.2); FILE MERGED 2006/07/20 07:55:26 sb 1.10.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [beb620611e8fbb4084b7163dadd703b8212850a5]

        INTEGRATION: CWS sb59 (1.7.78); FILE MERGED 2006/08/22 12:50:34 sb 1.7.78.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8e9c0ba1d3d2196e95c33a569460445a08d4c770]

        INTEGRATION: CWS sb59 (1.2.64); FILE MERGED 2006/09/29 13:47:31 sb 1.2.64.2: Manually merged in 1.3 (from SRC680m186). 2006/08/29 14:08:21 sb 1.2.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b581120b6ac6f2b8ccbed9305858e7d9c253841f]

        INTEGRATION: CWS sb59 (1.5.2); FILE MERGED 2006/07/20 07:55:25 sb 1.5.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4cbaf64382e8e26ac9175709997b2b14df796842]

        INTEGRATION: CWS sb59 (1.11.2); FILE MERGED 2006/08/22 12:50:33 sb 1.11.2.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 18:36:32 sb 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2006/07/20 07:55:25 sb 1.11.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c0cde60c070ffbfa127336d33d1bb1d095db6b4e]

        INTEGRATION: CWS sb59 (1.2.2); FILE MERGED 2006/07/20 07:55:25 sb 1.2.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f492da91b82793190bd8fe5aafe905433ad803a6]

        INTEGRATION: CWS sb59 (1.2.2); FILE MERGED 2006/07/20 07:55:24 sb 1.2.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [22d84a1060700f92920e5009c59b450dba995834]

        INTEGRATION: CWS sb59 (1.10.2); FILE MERGED 2006/08/30 11:20:43 sb 1.10.2.3: #i67537# Made code warning-free (GCC 4.1.1). 2006/08/22 12:50:33 sb 1.10.2.2: #i67487# Made code warning-free (wntmsci10). 2006/07/20 07:55:24 sb 1.10.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1aeeeaa4bff942a072d452a6458cd06fdda04ef5]

        INTEGRATION: CWS sb59 (1.2.64); FILE MERGED 2006/09/29 13:43:43 sb 1.2.64.2: Manually merged in 1.3 (from SRC680m186). 2006/08/29 14:08:20 sb 1.2.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [57a1f90f18913cb5cc36c9d1a1b615d458f8355c]

        INTEGRATION: CWS sb59 (1.12.2); FILE MERGED 2006/07/20 07:55:24 sb 1.12.2.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [26bc4c04730d91b358c5abe5ad2478683aed66f8]

        INTEGRATION: CWS sb59 (1.9.92); FILE MERGED 2006/07/20 07:55:24 sb 1.9.92.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a946b544cbe1b7abb1dbefe69a89648c42861857]

        INTEGRATION: CWS sb59 (1.51.46); FILE MERGED 2006/07/20 07:55:24 sb 1.51.46.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5dea3a968ef303b99f8b39d9c3b1668500ee56e9]

        INTEGRATION: CWS sb59 (1.9.202); FILE MERGED 2006/07/20 07:55:23 sb 1.9.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7c545cd6ceb9e19e45245ab74a3041629c2292e8]

        INTEGRATION: CWS sb59 (1.24.202); FILE MERGED 2006/07/20 07:55:19 sb 1.24.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3e56923f3232f711ca533e02264681b07cec1f7f]

        INTEGRATION: CWS sb59 (1.4.10); FILE MERGED 2006/08/16 14:46:07 sb 1.4.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ae6888cdcced97bb2a8b50916e8a516e8d27fc46]

        INTEGRATION: CWS sb59 (1.3.292); FILE MERGED 2006/08/22 08:24:42 sb 1.3.292.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182.' source\app\copyright_ascii_sun.c 2006/07/20 07:55:19 sb 1.3.292.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d27ad531fcff4f85aa59c94bec4e82210a18baf3]

        INTEGRATION: CWS sb59 (1.3.292); FILE MERGED 2006/07/20 07:55:19 sb 1.3.292.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b690bd29fdbae45741f54386e76607d3460fd6b]

        INTEGRATION: CWS sb59 (1.11.300); FILE MERGED 2006/07/20 07:55:19 sb 1.11.300.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3d5f5e88bc4bcda3171896a9faaf9464e3344ba8]

        INTEGRATION: CWS sb59 (1.22.202); FILE MERGED 2006/08/18 18:35:45 sb 1.22.202.2: RESYNC: (1.22-1.23); FILE MERGED 2006/07/20 07:55:18 sb 1.22.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4681f51e081b468764d3114baeb8c9874404e16e]

        INTEGRATION: CWS sb59 (1.28.202); FILE MERGED 2006/08/18 18:35:38 sb 1.28.202.2: RESYNC: (1.28-1.29); FILE MERGED 2006/07/20 07:55:18 sb 1.28.202.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b87954c1517fc3409574d196d911316ea47baba7]

        INTEGRATION: CWS sb59 (1.25.138); FILE MERGED 2006/07/20 07:55:18 sb 1.25.138.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1f74515c082b877bbf820fbfd98e3697e991fae8]

        INTEGRATION: CWS sb59 (1.192.44); FILE MERGED 2006/08/18 18:35:32 sb 1.192.44.2: RESYNC: (1.192-1.195); FILE MERGED 2006/07/20 07:55:17 sb 1.192.44.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [25e34f9abb4e1c412f59d042224ae868c60ed49e]

        INTEGRATION: CWS sb59 (1.31.74); FILE MERGED 2006/07/20 07:55:16 sb 1.31.74.1: #i67537# Made code warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fe63fd29df149da55a3cad93eb2f2db6c407a349]

        INTEGRATION: CWS sb59 (1.4.44); FILE MERGED 2006/08/11 20:35:47 thb 1.4.44.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [20629dc13d89953c46604f4b1442d23a9239a627]

        INTEGRATION: CWS sb59 (1.3.46); FILE MERGED 2006/08/11 20:35:47 thb 1.3.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d3a4b8d906586191d455f772f857c6c7077892ab]

        INTEGRATION: CWS sb59 (1.9.38); FILE MERGED 2006/08/11 20:35:47 thb 1.9.38.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8f7a86bbf931852ec8b2283dee5ad8f14a36112d]

        INTEGRATION: CWS sb59 (1.12.66); FILE MERGED 2006/09/20 10:59:50 sb 1.12.66.2: Manually resolved merge conflict against 1.13 (SRC680m185). 2006/08/10 12:04:54 sb 1.12.66.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [433d05a4a169b33aabf60e3326f6bde96acecdbc]

        INTEGRATION: CWS sb59 (1.3.46); FILE MERGED 2006/08/11 20:35:46 thb 1.3.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [efcd23fd3be50947803bbfee992e7490351a03f3]

        INTEGRATION: CWS sb59 (1.6.8); FILE MERGED 2006/08/22 07:34:31 sb 1.6.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [de790cd2ff89bb2ba37a390934b700b0b657d269]

        INTEGRATION: CWS sb59 (1.6.8); FILE MERGED 2006/08/22 07:34:30 sb 1.6.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [de21501f2f9a2de4a2838610ba08c620f2c3457f]

        INTEGRATION: CWS sb59 (1.2.8); FILE MERGED 2006/08/22 07:34:30 sb 1.2.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bfea37dda886ee2814863390e220ae128f11436a]

        INTEGRATION: CWS sb59 (1.8.8); FILE MERGED 2006/08/22 07:34:30 sb 1.8.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [53ba35928b68a9b1d355cdad02ee0deb436f9f21]

        INTEGRATION: CWS sb59 (1.7.8); FILE MERGED 2006/08/22 07:34:30 sb 1.7.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [470c8a025694d51cbad649c4744bd76c4f4d3531]

        INTEGRATION: CWS sb59 (1.8.40); FILE MERGED 2006/08/18 18:29:50 sb 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/11 20:35:46 thb 1.8.40.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [940908916ab9f2c8eee85cb85abb6b8ddf5e8b77]

        INTEGRATION: CWS sb59 (1.6.8); FILE MERGED 2006/08/23 09:37:07 thb 1.6.8.1: #i68336# Corrected wrong deactivate_st override in AnimationAudioNode

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d1577afc4cbaa3ba95b5999f4bcf84ace71fc8e8]

        INTEGRATION: CWS sb59 (1.8.42); FILE MERGED 2006/08/23 09:37:07 thb 1.8.42.3: #i68336# Corrected wrong deactivate_st override in AnimationAudioNode 2006/08/18 18:29:34 sb 1.8.42.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/11 20:35:46 thb 1.8.42.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a44e1b319a2661837c58406ed93b8e3036d93eee]

        INTEGRATION: CWS sb59 (1.3.46); FILE MERGED 2006/08/11 20:35:45 thb 1.3.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [96ece3389aafcb600608e24ae3c106fe71cb52fd]

        INTEGRATION: CWS sb59 (1.4.46); FILE MERGED 2006/08/11 20:35:45 thb 1.4.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1468b6433b9824f70348cb6d27f5f302062ca682]

        INTEGRATION: CWS sb59 (1.6.38); FILE MERGED 2006/08/11 20:35:45 thb 1.6.38.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [942153e7c6454a77b6606954930bcfdbe085e5a9]

        INTEGRATION: CWS sb59 (1.6.44); FILE MERGED 2006/08/11 20:35:45 thb 1.6.44.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [71017ee1e1d27d56ff74ff817b0eee8ee8c247b5]

        INTEGRATION: CWS sb59 (1.6.40); FILE MERGED 2006/08/18 18:28:45 sb 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/11 20:35:44 thb 1.6.40.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b78e46d4ff17114a8f9ccfbb7c500dd7b1d6a08f]

        INTEGRATION: CWS sb59 (1.6.38); FILE MERGED 2006/09/01 08:12:32 sb 1.6.38.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/11 20:35:44 thb 1.6.38.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b7445a461717ddda86f5c4ec120b68dc470742fa]

        INTEGRATION: CWS sb59 (1.4.46); FILE MERGED 2006/08/11 20:35:43 thb 1.4.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c0c98dc107c21cf0eaf7c66d3f8949be54a68f73]

        INTEGRATION: CWS sb59 (1.7.44); FILE MERGED 2006/08/11 20:35:43 thb 1.7.44.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aa4a0dc84c8308c9754b29fce08cceff51d2dfbc]

        INTEGRATION: CWS sb59 (1.3.46); FILE MERGED 2006/08/11 20:35:42 thb 1.3.46.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d7453f95f90169d5c17bfeaf20e160a7538b1498]

        INTEGRATION: CWS sb59 (1.7.40); FILE MERGED 2006/08/18 18:28:00 sb 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/11 20:35:42 thb 1.7.40.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [10e97401814f68f24c213b920709edfb113414c5]

        INTEGRATION: CWS sb59 (1.6.44); FILE MERGED 2006/09/01 08:12:32 sb 1.6.44.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/11 20:35:41 thb 1.6.44.1: #i68336# Made slideshow warning free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bc776bbc596addf302bf8aa4229dda226cbfa2fd]

        INTEGRATION: CWS sb59 (1.25.36); FILE MERGED 2006/08/30 22:52:51 thb 1.25.36.6: #i69122# Made basebmp/vigra compile warning-free 2006/08/18 18:26:14 sb 1.25.36.5: RESYNC: (1.26-1.28); FILE MERGED 2006/08/11 20:39:20 thb 1.25.36.4: #i68336# Made slideshow/cppcanvas/glcanvas/dxcanvas/canvas warning free; disabled C4344 warning for wntmsci10 2006/07/27 07:53:36 sb 1.25.36.3: #i67535# Made svx warning-free. 2006/07/25 12:37:31 sb 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2006/07/19 09:31:31 sb 1.25.36.1: #i67537# Made desktop warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0743298f5268a54fba638d3d69a51f10e6c003e0]

        INTEGRATION: CWS sb59 (1.17.36); FILE MERGED 2006/08/30 22:52:51 thb 1.17.36.7: #i69122# Made basebmp/vigra compile warning-free 2006/08/22 15:33:59 sb 1.17.36.6: #i67487# Sorted MODULES_WITH_WARNINGS. 2006/08/18 18:26:06 sb 1.17.36.5: RESYNC: (1.18-1.20); FILE MERGED 2006/08/18 12:11:25 sb 1.17.36.4: #i68336# Made slideshow/cppcanvas/glcanvas/dxcanvas/canvas warning free; disabled C4344 warning for wntmsci10 2006/07/27 07:53:36 sb 1.17.36.3: #i67535# Made svx warning-free. 2006/07/25 12:37:20 sb 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/07/19 09:31:30 sb 1.17.36.1: #i67537# Made desktop warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4725febef677f52c9d8760df3c6807aaa81e018e]

        INTEGRATION: CWS sb59 (1.21.36); FILE MERGED 2006/08/30 22:52:51 thb 1.21.36.6: #i69122# Made basebmp/vigra compile warning-free 2006/08/18 18:25:58 sb 1.21.36.5: RESYNC: (1.22-1.23); FILE MERGED 2006/08/11 20:39:20 thb 1.21.36.4: #i68336# Made slideshow/cppcanvas/glcanvas/dxcanvas/canvas warning free; disabled C4344 warning for wntmsci10 2006/07/27 07:53:36 sb 1.21.36.3: #i67535# Made svx warning-free. 2006/07/25 12:37:08 sb 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2006/07/19 09:31:30 sb 1.21.36.1: #i67537# Made desktop warning-free.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b08932713ac983a83e893c2bbe86af67f248b273]

        INTEGRATION: CWS sb59 (1.7.358); FILE MERGED 2006/08/29 14:55:28 sb 1.7.358.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [25ba3bcebf0d93d2f57bddd7138db5f04fac9840]

        INTEGRATION: CWS sb59 (1.28.48); FILE MERGED 2006/08/23 08:14:31 sb 1.28.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c52d4d9a1048ee58769818296cd88bccb30950d7]

        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>  [bcd85274626695b2c07580c0f03e4b862d5b45c0]

        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>  [a2eff6fb3c10acf259df5da73d1c095321fcb5f4]

        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>  [dd0226fc0308e5cc98ac243c2494fe48627f7d1a]

        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>  [5654477b44294eb098936b2ab028f394cad05b96]

        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>  [7c3a03f66cbffd21fd069ab7dfca1117c3f57f22]

        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>  [3a335081b176d980ab90fa0822d00c3283cf0075]

        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>  [95b44154017b2389e7089793df0db5da8e97f268]

        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>  [6455a3b0989b53156097d1dd7d86ffef096f6b2a]

        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>  [199cbe69dc3fb500f75626a1e16779ce6db5a38b]

        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>  [0b2eb4aa3ba820be68cc83bb50f817c8285f9cbf]

        INTEGRATION: CWS sb59 (1.8.192); FILE MERGED 2006/08/22 12:58:29 sb 1.8.192.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4c821fc2a61816030031d827b915d36684a6cd7c]

        INTEGRATION: CWS sb59 (1.4.192); FILE MERGED 2006/08/22 12:58:29 sb 1.4.192.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7f105af8d44d1d92203f0724b2c234f0ed90f81a]

        INTEGRATION: CWS sb59 (1.17.44); FILE MERGED 2006/08/22 12:58:28 sb 1.17.44.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6b114fc73a49058917abaddfc6dd77bf679bd528]

        INTEGRATION: CWS sb59 (1.52.2); FILE MERGED 2006/08/29 11:44:32 sb 1.52.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [276a0745533c22d6b8cda035881de0e731fa3dc4]

        INTEGRATION: CWS sb59 (1.5.32); FILE MERGED 2006/08/29 11:44:32 sb 1.5.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [541b3d84cc74b2afe1dae4dc6558b991cf45d62d]

        INTEGRATION: CWS sb59 (1.24.32); FILE MERGED 2006/08/29 11:44:31 sb 1.24.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0bfd4fa91626e733de9ed63f095763f1cb6fdc59]

        INTEGRATION: CWS sb59 (1.72.2); FILE MERGED 2006/08/29 11:44:31 sb 1.72.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eda2a89202114e66c3ea876b699e0a59ea483db0]

        INTEGRATION: CWS sb59 (1.8.158); FILE MERGED 2006/08/29 11:44:31 sb 1.8.158.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d4b4a01b00b5d2266031938e5eff3c7937350390]

        INTEGRATION: CWS sb59 (1.21.2); FILE MERGED 2006/08/29 11:44:31 sb 1.21.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [951e9b65c12455366673bee3c8445e93d319f7e9]

        INTEGRATION: CWS sb59 (1.18.30); FILE MERGED 2006/08/29 11:44:30 sb 1.18.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e6a200d17884fc7f064299e7060082afdd483f98]

        INTEGRATION: CWS sb59 (1.30.28); FILE MERGED 2006/08/29 11:44:30 sb 1.30.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [362edfe0a244ccc483b8abf6f59f432d2d388f4f]

        INTEGRATION: CWS sb59 (1.48.2); FILE MERGED 2006/08/29 11:44:30 sb 1.48.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [48abd18d4dc503df70e5b47659fbfa05a51fdfa3]

        INTEGRATION: CWS sb59 (1.20.28); FILE MERGED 2006/08/29 11:44:30 sb 1.20.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a56611f27ea18fa4316210a04eeb6df9e90f5b93]

        INTEGRATION: CWS sb59 (1.26.18); FILE MERGED 2006/08/29 11:44:30 sb 1.26.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [68f9fdc42230b7f6a1a9c24d7ca8049bce415dda]

        INTEGRATION: CWS sb59 (1.3.32); FILE MERGED 2006/08/29 11:44:30 sb 1.3.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d1bf4ebe98d06d23f7a53d15e34c4db0d50cd1fe]

        INTEGRATION: CWS sb59 (1.62.2); FILE MERGED 2006/08/29 11:44:29 sb 1.62.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a86ccb2fecae90fd6d88c6f92984e85dc81cffd9]

        INTEGRATION: CWS sb59 (1.29.30); FILE MERGED 2006/08/29 11:44:29 sb 1.29.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e2e35429b12eb624883ce4299938767806807aa]

        INTEGRATION: CWS sb59 (1.8.32); FILE MERGED 2006/08/29 11:44:29 sb 1.8.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [992bf7f0d5bf9e2fe87016c4fe80687727f09d8b]

        INTEGRATION: CWS sb59 (1.5.164); FILE MERGED 2006/08/29 11:44:29 sb 1.5.164.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a59105735f98c780222efeed38306edae9ef5bd2]

        INTEGRATION: CWS sb59 (1.7.32); FILE MERGED 2006/08/29 11:44:29 sb 1.7.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a5bf52177cc260f5986bf1438d34d4b9b635b4dd]

        INTEGRATION: CWS sb59 (1.17.30); FILE MERGED 2006/08/29 11:44:28 sb 1.17.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [63b3ae52286e27d4eba409254c95109c21ab6d0e]

        INTEGRATION: CWS sb59 (1.22.18); FILE MERGED 2006/08/29 11:44:28 sb 1.22.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dc4467e9fc51a2d23159f2781211f9698a1c159e]

        INTEGRATION: CWS sb59 (1.15.30); FILE MERGED 2006/08/29 11:44:28 sb 1.15.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5a89d85218d211593cbe13c2eac903a10ea08f90]

        INTEGRATION: CWS sb59 (1.16.30); FILE MERGED 2006/08/29 11:44:28 sb 1.16.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [efbef9aecc6199ce6550b46360c03f8c54904142]

        INTEGRATION: CWS sb59 (1.7.156); FILE MERGED 2006/08/29 11:44:28 sb 1.7.156.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [40cb682c0291d902e6469d74ebbcfa5a150c5aba]

        INTEGRATION: CWS sb59 (1.18.28); FILE MERGED 2006/08/22 08:16:41 sb 1.18.28.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [63a13a04d608fd20d151191b7a1f56c2bd4bf1b7]

        INTEGRATION: CWS sb59 (1.4.156); FILE MERGED 2006/08/29 11:44:28 sb 1.4.156.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8c32468454fbbb51ae40744ec56db7f968f0ce9a]

        INTEGRATION: CWS sb59 (1.13.28); FILE MERGED 2006/08/29 11:44:27 sb 1.13.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [355874d05b2bb4d7cd4f29f6161152bb2ffad1e0]

        INTEGRATION: CWS sb59 (1.11.4); FILE MERGED 2006/08/29 11:44:27 sb 1.11.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bfb1d000841cfe2cddc3c7e6a422142b68618a3d]

        INTEGRATION: CWS sb59 (1.42.30); FILE MERGED 2006/08/29 11:44:27 sb 1.42.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1d04e023bd8c7ae3341e6352b540f05843524f62]

        INTEGRATION: CWS sb59 (1.177.2); FILE MERGED 2006/08/29 11:44:26 sb 1.177.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [830e5caf3fb548d64d37b64b315d5b4b41d2ee58]

        INTEGRATION: CWS sb59 (1.75.30); FILE MERGED 2006/08/29 11:44:26 sb 1.75.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [33c4e72e9068e51eb6cd411977189ec16b4bfa72]

        INTEGRATION: CWS sb59 (1.10.30); FILE MERGED 2006/08/29 11:44:26 sb 1.10.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [91811419f8ad24516fe18ffb3935e871d6fe0f02]

        INTEGRATION: CWS sb59 (1.14.16); FILE MERGED 2006/08/29 11:44:26 sb 1.14.16.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a437c207bfaaeacf330008b2f170ac9c76486eb]

        INTEGRATION: CWS sb59 (1.20.4); FILE MERGED 2006/08/29 11:44:26 sb 1.20.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2771894907453d28ce0f48ef4229e8486537c24e]

        INTEGRATION: CWS sb59 (1.2.18); FILE MERGED 2006/08/29 11:44:25 sb 1.2.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e9979ad5be78e6d873aa02ce8e9ef38104844f8b]

        INTEGRATION: CWS sb59 (1.4.32); FILE MERGED 2006/08/29 11:44:25 sb 1.4.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [36c15c512665b9b58c7607c88222fbeae19e923b]

        INTEGRATION: CWS sb59 (1.22.2); FILE MERGED 2006/08/29 11:44:25 sb 1.22.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [79a9f58d035da7686e4eb788f2f235b7213b771c]

        INTEGRATION: CWS sb59 (1.4.32); FILE MERGED 2006/08/29 11:44:24 sb 1.4.32.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c28fa7e6e614c8a982f36a6305424a1f4dc44f98]

        INTEGRATION: CWS sb59 (1.12.4); FILE MERGED 2006/08/29 11:44:24 sb 1.12.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [34fc78d6636d3a2b8ea3ad77fdeb0d4f4c98ddb6]

        INTEGRATION: CWS sb59 (1.11.2); FILE MERGED 2006/08/29 11:44:24 sb 1.11.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3fc49b0090bdc73e72195839133f86541b9b3434]

        INTEGRATION: CWS sb59 (1.88.2); FILE MERGED 2006/08/29 11:44:23 sb 1.88.2.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [567ada345e399dfa4355e30b5a1dc4c9c6684f89]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/28 12:58:13 sb 1.5.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3ddfad5ba408d316b802ba267935c040d09e5403]

        INTEGRATION: CWS sb59 (1.33.14); FILE MERGED 2006/09/01 08:01:29 sb 1.33.14.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/28 12:58:12 sb 1.33.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [15e4f4595e1ed8887fcaf2a80d98b0dc992bf3b6]

        INTEGRATION: CWS sb59 (1.11.60); FILE MERGED 2006/08/28 12:58:12 sb 1.11.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [75173e998d42e7f1ac90e5c1340632d2d10bc8f9]

        INTEGRATION: CWS sb59 (1.16.488); FILE MERGED 2006/08/28 12:58:12 sb 1.16.488.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:52:03 cl 1.16.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [189d57c8399efba8851f44ea79a7833370f8497d]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/28 12:58:11 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0cb7327ec5ccb71c17625c2a1259fcd254babe70]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/28 12:58:11 sb 1.10.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6cb316b3f8bd7529c8930d3ae3d7dc9fff7b395b]

        INTEGRATION: CWS sb59 (1.8.488); FILE MERGED 2006/08/28 12:58:11 sb 1.8.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f0a8575008ad037ca1d99ec44548d0c3d4d3aea0]

        INTEGRATION: CWS sb59 (1.20.62); FILE MERGED 2006/08/03 13:52:03 cl 1.20.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9468888d42e9984a81a91f8fb24899eccd1d3669]

        INTEGRATION: CWS sb59 (1.22.62); FILE MERGED 2006/08/28 12:58:11 sb 1.22.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:52:03 cl 1.22.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e23979a2a139c7b375c4016228130707671fd600]

        INTEGRATION: CWS sb59 (1.56.62); FILE MERGED 2006/09/04 08:31:20 sb 1.56.62.4: #i67537# Made code warning-free (debug=x). 2006/09/01 08:01:28 sb 1.56.62.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/28 12:58:11 sb 1.56.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:52:03 cl 1.56.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a8efaf142c8ce802d810b051c80e9f063e083faf]

        INTEGRATION: CWS sb59 (1.26.62); FILE MERGED 2006/08/28 12:58:10 sb 1.26.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:52:03 cl 1.26.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [df011befa2472869338856d8d7da7d4fc13655af]

        INTEGRATION: CWS sb59 (1.15.62); FILE MERGED 2006/08/28 12:58:10 sb 1.15.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [41e5a093ab900312bb4d0a66428453debddd6a13]

        INTEGRATION: CWS sb59 (1.146.58); FILE MERGED 2006/09/01 08:01:28 sb 1.146.58.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:52:02 cl 1.146.58.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2c63a0153aaf4964523dfda691eaaaf60e75dd00]

        INTEGRATION: CWS sb59 (1.25.62); FILE MERGED 2006/09/01 08:01:27 sb 1.25.62.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:52:02 cl 1.25.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [19dac5cb50709ff39bdd06e4e9fa9629fe656535]

        INTEGRATION: CWS sb59 (1.55.14); FILE MERGED 2006/09/01 08:01:27 sb 1.55.14.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/30 12:20:11 sb 1.55.14.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/03 13:52:02 cl 1.55.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [36ea10b5b02cf3db41148b57d9cf838d7e1194c3]

        INTEGRATION: CWS sb59 (1.62.60); FILE MERGED 2006/08/28 12:58:10 sb 1.62.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [66e08d96695ed78c2ae1978c600ad835387e3506]

        INTEGRATION: CWS sb59 (1.14.60); FILE MERGED 2006/08/03 13:52:02 cl 1.14.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6f07cedb62a8daa13446b5984660d9c335d2c0bc]

        INTEGRATION: CWS sb59 (1.35.60); FILE MERGED 2006/08/28 12:58:10 sb 1.35.60.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:46:40 sb 1.35.60.2: RESYNC: (1.35-1.36); FILE MERGED 2006/08/03 13:52:01 cl 1.35.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [86837fa7ec674f86a812477614931fb00e17c288]

        INTEGRATION: CWS sb59 (1.19.124); FILE MERGED 2006/09/01 08:01:27 sb 1.19.124.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/30 12:20:11 sb 1.19.124.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/28 12:58:10 sb 1.19.124.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ac83f61d1ba2aea748ae7bd83b57b404e754a9e1]

        INTEGRATION: CWS sb59 (1.17.60); FILE MERGED 2006/08/28 12:58:09 sb 1.17.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:52:01 cl 1.17.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [82532c539dd3947e148287db69e6833789f4e4cf]

        INTEGRATION: CWS sb59 (1.21.60); FILE MERGED 2006/08/03 13:52:01 cl 1.21.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4aca406b841e929bf22eb1a8ebc1eed9ff6ea367]

        INTEGRATION: CWS sb59 (1.2.488); FILE MERGED 2006/08/28 12:58:09 sb 1.2.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [90df3fd5f6d84ef104601b554fc0c0f13fba2bdf]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:52:01 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6f8487af76f98519f784e4729ccc17f41c79a3ae]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:52:01 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [42882871d757d790f72da52ae347b20a5c18b9f6]

        INTEGRATION: CWS sb59 (1.27.14); FILE MERGED 2006/08/03 13:52:01 cl 1.27.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dc74c4246de43340f217658ae4a9623ad395b664]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:52:00 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [391774538238b4329025c189599573eaaa338404]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/30 12:20:10 sb 1.3.488.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e354e86ecb63d845cb1fcb798506245be2d481b2]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/09/01 08:01:27 sb 1.4.62.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:52:00 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ce2226b1905bf5b8b7a950aac1e567bcb257327e]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:52:00 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8414a8d4cde554aee91049310dd7aada2d527bbb]

        INTEGRATION: CWS sb59 (1.13.50); FILE MERGED 2006/09/01 08:01:26 sb 1.13.50.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/28 12:58:09 sb 1.13.50.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dbeaa372072ce6676dac2ad09ff414e4380cc0be]

        INTEGRATION: CWS sb59 (1.3.1122); FILE MERGED 2006/08/03 13:52:00 cl 1.3.1122.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8deda2e5132f1ac1bd9066e4e9c364d4d199924a]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:51:59 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c2ae2405b39fd24bad388951962d54fee4eec030]

        INTEGRATION: CWS sb59 (1.71.14); FILE MERGED 2006/08/03 13:51:59 cl 1.71.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [45f94d7aef299b7485ce913781ad18f270ef5475]

        INTEGRATION: CWS sb59 (1.12.60); FILE MERGED 2006/08/28 12:58:09 sb 1.12.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:59 cl 1.12.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d1fc3199603d272c808a0184ac01ac305d328964]

        INTEGRATION: CWS sb59 (1.23.486); FILE MERGED 2006/08/03 13:51:59 cl 1.23.486.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e2ddc648ccfe87f33d45288c7bc703f403c3fe8d]

        INTEGRATION: CWS sb59 (1.15.62); FILE MERGED 2006/08/03 13:51:59 cl 1.15.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6a540fe1508afb9857892a1e3b7b53a86ac489fb]

        INTEGRATION: CWS sb59 (1.18.62); FILE MERGED 2006/08/03 13:51:59 cl 1.18.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e0d458fe2566c389425ba99e49a7aff11203a0bb]

        INTEGRATION: CWS sb59 (1.31.306); FILE MERGED 2006/08/28 12:58:08 sb 1.31.306.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:46:13 sb 1.31.306.2: RESYNC: (1.31-1.32); FILE MERGED 2006/08/03 13:51:58 cl 1.31.306.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aac6baefbc063c900828feec832c06ca66cbecd6]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/28 12:58:08 sb 1.3.488.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:58 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [573801d294a474ed05991e25e866d120787b0938]

        INTEGRATION: CWS sb59 (1.8.484); FILE MERGED 2006/08/28 12:58:08 sb 1.8.484.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:58 cl 1.8.484.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7765e2e84fbc36b0b667f9268dd6aa15b1be6dca]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/28 12:58:08 sb 1.13.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:58 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fb3510e47bef975697ace595fd8cca85a7f3426c]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:51:58 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a61848d7507767b23c5c809d263a154ef6583aae]

        INTEGRATION: CWS sb59 (1.10.132); FILE MERGED 2006/08/28 12:58:08 sb 1.10.132.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:58 cl 1.10.132.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aa0c759ee55dbc6c7593a3e5accb43a61e31a1dd]

        INTEGRATION: CWS sb59 (1.12.60); FILE MERGED 2006/08/28 12:58:07 sb 1.12.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:58 cl 1.12.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [848c22473746bfb3a4c6d5303396ffd874dac2d3]

        INTEGRATION: CWS sb59 (1.5.582); FILE MERGED 2006/08/03 13:51:57 cl 1.5.582.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8430ea54358ddcb84e7a605f2ae335aad439efef]

        INTEGRATION: CWS sb59 (1.28.62); FILE MERGED 2006/08/03 13:51:57 cl 1.28.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [db3f377c39bf13f3b0dbeac0245901707a07d81e]

        INTEGRATION: CWS sb59 (1.5.486); FILE MERGED 2006/08/28 12:58:07 sb 1.5.486.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ae62358bb0cf3ed4129123fc0168b75a547dcf32]

        INTEGRATION: CWS sb59 (1.17.58); FILE MERGED 2006/08/28 12:58:07 sb 1.17.58.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:57 cl 1.17.58.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7cfaef572f3d32f99ae79fc48032234eb8d6da50]

        INTEGRATION: CWS sb59 (1.25.62); FILE MERGED 2006/08/28 12:58:07 sb 1.25.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:57 cl 1.25.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3c093ec4b3d7d291d1a35aa5417eb6cb9ec86f8a]

        INTEGRATION: CWS sb59 (1.28.14); FILE MERGED 2006/08/28 12:58:06 sb 1.28.14.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:56 cl 1.28.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [788f879340169e3ac0f5e7704ba93ed09c4ec4e6]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/28 12:58:06 sb 1.10.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:56 cl 1.10.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d0590e168fc43386cb37b117924cc1ec3ebfe2d4]

        INTEGRATION: CWS sb59 (1.16.60); FILE MERGED 2006/08/28 12:58:06 sb 1.16.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [749c47099cef0a385104f377132cbe95f3df48e2]

        INTEGRATION: CWS sb59 (1.22.48); FILE MERGED 2006/08/28 12:58:05 sb 1.22.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2f04e7331d9a99f5b71f43f2e9dd011873ddd532]

        INTEGRATION: CWS sb59 (1.5.486); FILE MERGED 2006/08/28 12:58:05 sb 1.5.486.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7ff8876ed7ec90fe223729862f7835a9c03855a4]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/08/28 12:58:05 sb 1.7.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2b82d3a8ecf699296b6fc96aec9867b8577a332e]

        INTEGRATION: CWS sb59 (1.5.60); FILE MERGED 2006/08/28 12:58:05 sb 1.5.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [60f17b6d6976c3d5cd72b66ccb7f3d1b682f13a5]

        INTEGRATION: CWS sb59 (1.8.48); FILE MERGED 2006/08/28 12:58:05 sb 1.8.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cabfe0e9e29bf56a7ecab0d521182a2dc7b172c7]

        INTEGRATION: CWS sb59 (1.27.14); FILE MERGED 2006/08/28 12:58:05 sb 1.27.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [74bfba11d34cb529372367a5dd03dbf732373873]

        INTEGRATION: CWS sb59 (1.49.46); FILE MERGED 2006/08/28 12:58:04 sb 1.49.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1306f6aa86be303c6e863c66d594f3309c119105]

        INTEGRATION: CWS sb59 (1.53.48); FILE MERGED 2006/08/28 12:58:04 sb 1.53.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9b2b7953732a20c15e4dd9352e2941b2d4b84c84]

        INTEGRATION: CWS sb59 (1.11.60); FILE MERGED 2006/08/28 12:58:04 sb 1.11.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f5e33b2b89574a36f00c029ed37d823de82c0dc5]

        INTEGRATION: CWS sb59 (1.74.60); FILE MERGED 2006/08/28 12:58:04 sb 1.74.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a31983ba2f8a16ed6762c3c23ea8eb7bfc617b73]

        INTEGRATION: CWS sb59 (1.22.60); FILE MERGED 2006/08/28 12:58:04 sb 1.22.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f4e17385bd03e59c39a18653547d4f32857c713b]

        INTEGRATION: CWS sb59 (1.30.60); FILE MERGED 2006/08/28 12:58:04 sb 1.30.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cf48d7689c707644455d79fe427273c00f6168a7]

        INTEGRATION: CWS sb59 (1.24.60); FILE MERGED 2006/08/28 12:58:03 sb 1.24.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [086682c54781b8bc7b91d3b3e25bf73add41b31e]

        INTEGRATION: CWS sb59 (1.28.60); FILE MERGED 2006/08/28 12:58:03 sb 1.28.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a351ee50e0baaef59ededd816533cef691e98721]

        INTEGRATION: CWS sb59 (1.71.28); FILE MERGED 2006/08/28 12:58:03 sb 1.71.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [439a6313c6820c1349e9efdab230b9e850b29090]

        INTEGRATION: CWS sb59 (1.35.60); FILE MERGED 2006/08/28 12:58:03 sb 1.35.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f5ece7e58f10a282b4b83711bee7464c04d871d6]

        INTEGRATION: CWS sb59 (1.25.60); FILE MERGED 2006/08/28 12:58:03 sb 1.25.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ceeea3ad2cee976110e484275394352fd536f955]

        INTEGRATION: CWS sb59 (1.21.60); FILE MERGED 2006/08/28 12:58:02 sb 1.21.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c25231f9684eee88b228e4740bd1e75447507a61]

        INTEGRATION: CWS sb59 (1.80.14); FILE MERGED 2006/08/28 12:58:02 sb 1.80.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0a99745f8fce2325fa6c909e07a57e6d8bd559e5]

        INTEGRATION: CWS sb59 (1.44.60); FILE MERGED 2006/08/28 12:58:02 sb 1.44.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3d4a22e710790915db39c28e355327d99e5bdaac]

        INTEGRATION: CWS sb59 (1.32.2); FILE MERGED 2006/09/01 08:01:26 sb 1.32.2.1: #i67535# Made code warning-free (GCC 4.0.3).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c54e0b75925c8405ae3d2b048be90f2b13f70dec]

        INTEGRATION: CWS sb59 (1.8.48); FILE MERGED 2006/08/28 12:58:02 sb 1.8.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3cdd28c287641cc3fbcda5025107f00f57fd0a17]

        INTEGRATION: CWS sb59 (1.27.48); FILE MERGED 2006/08/28 12:58:02 sb 1.27.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7f313304038866ed825f7199a162204f72a96ebf]

        INTEGRATION: CWS sb59 (1.64.60); FILE MERGED 2006/08/28 12:58:02 sb 1.64.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [105c315f2593888affeff0b1cff03fd46e6734d9]

        INTEGRATION: CWS sb59 (1.8.50); FILE MERGED 2006/08/21 16:21:51 sb 1.8.50.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c86245765736a8674d7946e336e44026278c8c3e]

        INTEGRATION: CWS sb59 (1.10.60); FILE MERGED 2006/08/28 12:58:01 sb 1.10.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [218dc9cf2c517bc3230f7cf5b771f3aa12067b0a]

        INTEGRATION: CWS sb59 (1.7.60); FILE MERGED 2006/08/28 12:58:01 sb 1.7.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e7f79fc8f3a24f69344833ad861f4fa397a837d6]

        INTEGRATION: CWS sb59 (1.8.48); FILE MERGED 2006/08/28 12:58:01 sb 1.8.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1433224e9d30a5f4840a8c39ad16e57c159b9042]

        INTEGRATION: CWS sb59 (1.141.62); FILE MERGED 2006/08/28 12:58:01 sb 1.141.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:56 cl 1.141.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5ff99cbf69c00726451e8b948a9864d027f1b7fd]

        INTEGRATION: CWS sb59 (1.50.60); FILE MERGED 2006/08/28 12:58:01 sb 1.50.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [234941dd28d64980ef3014238126258303ad91ba]

        INTEGRATION: CWS sb59 (1.23.48); FILE MERGED 2006/08/28 12:58:00 sb 1.23.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b0912718a1c4e7fe63ffcfda389f735b96ed44c4]

        INTEGRATION: CWS sb59 (1.17.46); FILE MERGED 2006/08/28 12:58:00 sb 1.17.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1ae16bb53c7dfd1c22d57d231f0f25739fc7b539]

        INTEGRATION: CWS sb59 (1.12.48); FILE MERGED 2006/08/28 12:58:00 sb 1.12.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [78d931d82c5983c6a4965015cb48a72cfadbed0a]

        INTEGRATION: CWS sb59 (1.11.48); FILE MERGED 2006/08/28 12:58:00 sb 1.11.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [75976f216e8698b313552c6131ac9f8087fdb186]

        INTEGRATION: CWS sb59 (1.5.60); FILE MERGED 2006/08/28 12:58:00 sb 1.5.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [379e5cbc431fa0e3eac4ea8acdfa8b4b079f67d3]

        INTEGRATION: CWS sb59 (1.18.60); FILE MERGED 2006/08/28 12:57:59 sb 1.18.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aabfe078c835f53ea0f6a7f8205e8f6ae34fdcfc]

        INTEGRATION: CWS sb59 (1.25.60); FILE MERGED 2006/09/01 08:01:26 sb 1.25.60.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/28 12:57:59 sb 1.25.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:56 cl 1.25.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c2c36185cc6b1de176a2e80a6211f9c4903ad163]

        INTEGRATION: CWS sb59 (1.9.14); FILE MERGED 2006/08/28 12:57:59 sb 1.9.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0f870891b63a7d26c92244703fcb831add7e2adf]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:55 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [657e4906496913f8ea767c965bf3ae47605e4481]

        INTEGRATION: CWS sb59 (1.6.382); FILE MERGED 2006/08/03 13:51:55 cl 1.6.382.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8762e2b3c481c5c85233e85a134c8c278238e499]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:55 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ebe99a736e65ff2a2b45ad7391a1d766c40a0921]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/03 13:51:55 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [034fea7926cd30cb18eb15513491f1cb4ec06e3e]

        INTEGRATION: CWS sb59 (1.8.60); FILE MERGED 2006/08/28 12:57:59 sb 1.8.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [432212fdce1298f1fe992553e5d096558a97f81f]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/28 12:57:58 sb 1.3.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bff8fce7e450197a258d0d994bdc98913d58f542]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:51:54 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [de33e15c628831f90f49f366c2d77e8d2842b823]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/28 12:57:58 sb 1.4.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aa5429e1a8f46431437f4dce68716fead84d731e]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:54 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8366b0f070a6b0875a2d44d3e0e550407e8b3007]

        INTEGRATION: CWS sb59 (1.27.62); FILE MERGED 2006/08/28 12:57:58 sb 1.27.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:54 cl 1.27.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dc1adce9dfdc958ab8f0f708c87a462868db4abe]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:51:53 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf5b6f7059fff41bb7ba0ba093d6b0cb7b278783]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:53 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ff74822c48e9680562b3f54611c3dc21dad7fe64]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/28 12:57:58 sb 1.6.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:53 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f5bfe99d5762d3fffc1c136f899e83800b277349]

        INTEGRATION: CWS sb59 (1.67.62); FILE MERGED 2006/09/26 07:49:11 cl 1.67.62.3: #i69449# fixed depth handling 2006/08/28 12:57:57 sb 1.67.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:53 cl 1.67.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [136211d06e1a7de9f884211eb51c40e37ebba114]

        INTEGRATION: CWS sb59 (1.30.60); FILE MERGED 2006/08/03 13:51:53 cl 1.30.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eeeb2b1137541ab27f02db10c56dd93b3fe42fce]

        INTEGRATION: CWS sb59 (1.9.452); FILE MERGED 2006/08/03 13:51:53 cl 1.9.452.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d50bb43a6d14564748541fd898c98980143f9458]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/03 13:51:53 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fe5e812a2027bd0270e99c8b4837d6f92b0cefd7]

        INTEGRATION: CWS sb59 (1.8.62); FILE MERGED 2006/08/03 13:51:52 cl 1.8.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [18320c6a1d60f96a77370fbf2f859d31a4d473a2]

        INTEGRATION: CWS sb59 (1.55.62); FILE MERGED 2006/09/04 08:31:20 sb 1.55.62.2: #i67537# Made code warning-free (debug=x). 2006/08/03 13:51:52 cl 1.55.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fd43267ee31d64af1c5c743b5aec16ffcbc1877d]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:52 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d654cae7659d2b6e43662b5a4ef85e819a40f675]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:51:52 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b8dd877a97d989c3dbf892aad2853b04f0975464]

        INTEGRATION: CWS sb59 (1.5.14); FILE MERGED 2006/08/03 13:51:52 cl 1.5.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [de12ff0d4d6a5fbe733699add150dadcf2b594bf]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:51 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4a37a389df6fef29f9d10dde5caeb31662042fdb]

        INTEGRATION: CWS sb59 (1.17.116); FILE MERGED 2006/08/28 12:57:57 sb 1.17.116.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f994df25a3c3c5ab4ac24bc4cab8c87107bb1b48]

        INTEGRATION: CWS sb59 (1.15.62); FILE MERGED 2006/09/01 08:01:25 sb 1.15.62.1: #i67535# Made code warning-free (GCC 4.0.3).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [75ecbd472bf6a1d8d203759e8d4206fdb075964c]

        INTEGRATION: CWS sb59 (1.27.14); FILE MERGED 2006/09/01 08:01:25 sb 1.27.14.4: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/30 12:20:10 sb 1.27.14.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/28 12:57:57 sb 1.27.14.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:51 cl 1.27.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d401103ab80b3a783c9fd92c2ab3bebd5c7bc3f3]

        INTEGRATION: CWS sb59 (1.135.60); FILE MERGED 2006/08/28 12:57:57 sb 1.135.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [72050837f8becce4235e63e72d2449982cbc8406]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/28 16:10:11 sb 1.3.488.2: #i67487# Fixed previous fix. 2006/08/28 12:57:56 sb 1.3.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [726d5e663d85bb4df67a0f227bb686640c27154d]

        INTEGRATION: CWS sb59 (1.7.60); FILE MERGED 2006/08/28 12:57:56 sb 1.7.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8c9f69bd5fd631af581f9f9e0fb512c856c6cfe4]

        INTEGRATION: CWS sb59 (1.31.60); FILE MERGED 2006/08/28 12:57:56 sb 1.31.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3102f4a0696c990a6a05ed33f714d0a75d18b900]

        INTEGRATION: CWS sb59 (1.63.14); FILE MERGED 2006/09/01 08:01:25 sb 1.63.14.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/30 12:20:09 sb 1.63.14.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/28 12:57:56 sb 1.63.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [abbf4eb3461e94806208153a0e6b58b3bd433085]

        INTEGRATION: CWS sb59 (1.3.62); FILE MERGED 2006/08/03 13:51:50 cl 1.3.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6f8661fd0c472cb960b7c796a1980c1e9dc72c53]

        INTEGRATION: CWS sb59 (1.11.486); FILE MERGED 2006/08/03 13:51:50 cl 1.11.486.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [baf3ac0e63464c0ae971e63bee9e1f69bb28bbc2]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/09/01 08:01:24 sb 1.7.62.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:51:50 cl 1.7.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c1dd6992d7527406ae563da1c03f32a4c27447a5]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:50 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1660cb6deb4561b4f0e07199d007f0939ccec860]

        INTEGRATION: CWS sb59 (1.64.62); FILE MERGED 2006/09/01 08:01:24 sb 1.64.62.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/29 14:46:42 sb 1.64.62.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/03 13:51:50 cl 1.64.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [58139179008f20b5464bdf220cdd825465bdf1f9]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/03 13:51:50 cl 1.10.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9f1f53e65a1e069669196ea41ff67b790ad50cc2]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:49 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [28157cf05a45e436b8ba39c22b3962b7d86cf7f6]

        INTEGRATION: CWS sb59 (1.32.62); FILE MERGED 2006/09/01 08:01:24 sb 1.32.62.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:51:49 cl 1.32.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5a4222572a642345230bdea00802e1c604b77ee4]

        INTEGRATION: CWS sb59 (1.20.62); FILE MERGED 2006/08/03 13:51:49 cl 1.20.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7059426012b94fd33119e90d171a7ab69d16c5ea]

        INTEGRATION: CWS sb59 (1.14.62); FILE MERGED 2006/08/03 13:51:49 cl 1.14.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c783a358eed5539e93d075db523d5d13782be241]

        INTEGRATION: CWS sb59 (1.15.488); FILE MERGED 2006/08/03 13:51:49 cl 1.15.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0a66514d4466ee0c2e849a0b3238eb0b1d31646e]

        INTEGRATION: CWS sb59 (1.43.62); FILE MERGED 2006/09/01 08:01:23 sb 1.43.62.4: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/29 14:46:41 sb 1.43.62.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/18 12:02:54 sb 1.43.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:48 cl 1.43.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [60817ff28bcb1f8c8aa05e38b2c079be3f8863ad]

        INTEGRATION: CWS sb59 (1.23.62); FILE MERGED 2006/08/03 13:51:48 cl 1.23.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [53e57a85ecff221e2c50ed61ad08b83b89ef36f9]

        INTEGRATION: CWS sb59 (1.5.60); FILE MERGED 2006/08/03 13:51:48 cl 1.5.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [05170f7552c5654c13eed14508cb11b971e7721e]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:48 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d3fc152ebf6949a480a6bb15fd6053d5747543bc]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/03 13:51:48 cl 1.11.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ef3fd416160fa0a7715b1a2def522c85c7bf2fe0]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:48 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0a9241490cc2a8c06cbff338f459b3e1577118b2]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/08/03 13:51:47 cl 1.9.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9a9a907c05738043711d720c039d630245b72cdf]

        INTEGRATION: CWS sb59 (1.8.62); FILE MERGED 2006/09/01 08:01:23 sb 1.8.62.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:51:47 cl 1.8.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d6db6b3398b5bcc57deddf97a585ae32451a841a]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/28 12:57:56 sb 1.5.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [319efa5700d2b2837a432c14e5a94aa676405b63]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/22 13:31:08 sb 1.3.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2c7a1db3890011d9b91095155beba3e98bc1f3b7]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/28 12:57:55 sb 1.4.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d0ee745c9c9dfbb18f1fd9b88a7160219fae4b7e]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/18 12:02:53 sb 1.12.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [51f0a5a1ae929eed6d4dd76a2d631d05eb0423d4]

        INTEGRATION: CWS sb59 (1.29.62); FILE MERGED 2006/08/03 13:51:47 cl 1.29.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [758e306b74e5795b19c8a5b78afa6174e8823539]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:47 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c2cb8e1edb1706ee2c403aaf8d881b6ece68787b]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:47 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [67c18c1ae6caea160912c1d5b09f4a762ea64c3c]

        INTEGRATION: CWS sb59 (1.5.80); FILE MERGED 2006/08/30 12:20:09 sb 1.5.80.2: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/28 12:57:55 sb 1.5.80.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b5ffcce8bd897d60e801c0f4c5289541881224d6]

        INTEGRATION: CWS sb59 (1.7.488); FILE MERGED 2006/08/03 13:51:46 cl 1.7.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7b4b54ba74946a48adeae1af7622e1654a9515f6]

        INTEGRATION: CWS sb59 (1.41.60); FILE MERGED 2006/08/30 12:20:09 sb 1.41.60.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/28 12:57:55 sb 1.41.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:46 cl 1.41.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a0c29b4ccf8836493aee42c6c56aa2175f3cb761]

        INTEGRATION: CWS sb59 (1.21.60); FILE MERGED 2006/08/28 12:57:55 sb 1.21.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ca10f5e6f87502a47b4ee3d4a30d94b64b5b885a]

        INTEGRATION: CWS sb59 (1.22.62); FILE MERGED 2006/08/28 12:57:54 sb 1.22.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e9358bfacb63a5c3d8af6c8a14b2bd286132e3cd]

        INTEGRATION: CWS sb59 (1.8.260); FILE MERGED 2006/08/03 13:51:46 cl 1.8.260.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2a26177c77a119a052951c0e0f59553a80b57d49]

        INTEGRATION: CWS sb59 (1.23.62); FILE MERGED 2006/08/03 13:51:46 cl 1.23.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0d2bb712997e126eaeffc2e808af37c34a134119]

        INTEGRATION: CWS sb59 (1.23.48); FILE MERGED 2006/09/04 08:31:19 sb 1.23.48.3: #i67537# Made code warning-free (debug=x). 2006/08/28 16:10:11 sb 1.23.48.2: #i67487# Fixed previous fix. 2006/08/28 12:57:54 sb 1.23.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2f044ea91bd290af621aff051db3fdab4aff879c]

        INTEGRATION: CWS sb59 (1.52.56); FILE MERGED 2006/08/18 17:40:51 sb 1.52.56.2: RESYNC: (1.52-1.53); FILE MERGED 2006/08/03 13:51:45 cl 1.52.56.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fb7709f0dedc080011bcde04934d501b10ec3fb2]

        INTEGRATION: CWS sb59 (1.43.48); FILE MERGED 2006/08/29 14:46:41 sb 1.43.48.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2d2edc665710e622fd413caacd4029225b9c3926]

        INTEGRATION: CWS sb59 (1.35.60); FILE MERGED 2006/09/08 08:06:40 sb 1.35.60.4: Manually resolved merge conflicts against SRC680m183. 2006/08/28 12:57:54 sb 1.35.60.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:40:32 sb 1.35.60.2: RESYNC: (1.35-1.36); FILE MERGED 2006/08/03 13:51:45 cl 1.35.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7395a2ca9a6ddfa4ed7af9dc5985fe550896cf84]

        INTEGRATION: CWS sb59 (1.34.62); FILE MERGED 2006/08/28 12:57:53 sb 1.34.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3d02e1b91acf8338a527c738caf1e1266e9e6cc8]

        INTEGRATION: CWS sb59 (1.8.60); FILE MERGED 2006/08/03 13:51:45 cl 1.8.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2d1c9ab09c1863f0b4cb8a41ffeaeea8380c8fbb]

        INTEGRATION: CWS sb59 (1.32.62); FILE MERGED 2006/08/28 12:57:53 sb 1.32.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0a5bda47d30033cc1106d9e1d05d5f6ca439d4cf]

        INTEGRATION: CWS sb59 (1.76.48); FILE MERGED 2006/08/28 12:57:53 sb 1.76.48.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fbf19413c959b4af77ae9ad90e87df515370945e]

        INTEGRATION: CWS sb59 (1.30.60); FILE MERGED 2006/08/03 13:51:45 cl 1.30.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [09db656e00f1cb9d8cc2e281b8aa19a0dd7d9096]

        INTEGRATION: CWS sb59 (1.14.60); FILE MERGED 2006/08/28 12:57:53 sb 1.14.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a67487a06104fccc7dd2d371e7435a11b49005a4]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/08/03 13:51:45 cl 1.7.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c8131285ece68a7779a36f4f35ae707397d865c6]

        INTEGRATION: CWS sb59 (1.55.60); FILE MERGED 2006/09/04 08:31:19 sb 1.55.60.4: #i67537# Made code warning-free (debug=x). 2006/08/28 12:57:53 sb 1.55.60.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:39:53 sb 1.55.60.2: RESYNC: (1.55-1.56); FILE MERGED 2006/07/21 06:57:09 sb 1.55.60.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3812699917b348b7624474c5cc9506caeec9d277]

        INTEGRATION: CWS sb59 (1.24.58); FILE MERGED 2006/08/18 17:40:01 sb 1.24.58.2: RESYNC: (1.24-1.25); FILE MERGED 2006/08/03 13:51:45 cl 1.24.58.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [451635d6e2d3248efbcd377db9f8d60ad89c9f01]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/21 16:02:59 sb 1.11.62.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e04f7f103970d7676b00c31be886af34be1cdd72]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/28 12:57:52 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [72cd953808d143978ac232bd7e2aca25bd64e89b]

        INTEGRATION: CWS sb59 (1.6.14); FILE MERGED 2006/08/03 13:51:44 cl 1.6.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3686516f9f32d5e55600bf8d7a259f4ae88d07bd]

        INTEGRATION: CWS sb59 (1.76.46); FILE MERGED 2006/08/28 12:57:52 sb 1.76.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2b24d83d3005909502ee39a892f33117c8225ac7]

        INTEGRATION: CWS sb59 (1.50.10); FILE MERGED 2006/09/01 08:01:22 sb 1.50.10.3: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/18 17:39:25 sb 1.50.10.2: RESYNC: (1.50-1.51); FILE MERGED 2006/08/03 13:51:44 cl 1.50.10.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e42748b0c45e0aa01c8e1ef8e2ae99389520224e]

        INTEGRATION: CWS sb59 (1.50.60); FILE MERGED 2006/08/29 14:46:41 sb 1.50.60.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/18 17:39:17 sb 1.50.60.2: RESYNC: (1.50-1.52); FILE MERGED 2006/07/21 06:57:08 sb 1.50.60.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [def8da1a12e33b0cef847e726e42005fdbc0ec98]

        INTEGRATION: CWS sb59 (1.55.62); FILE MERGED 2006/08/28 12:57:52 sb 1.55.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [453f77629d1b7498411824f3ff8322b07a6403e2]

        INTEGRATION: CWS sb59 (1.4.468); FILE MERGED 2006/08/28 12:57:51 sb 1.4.468.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2891908a827426fc1e4f76b4edb3d477cbc570cf]

        INTEGRATION: CWS sb59 (1.16.62); FILE MERGED 2006/08/28 12:57:51 sb 1.16.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bd615df58a9b1adba73fa5724627a99529279667]

        INTEGRATION: CWS sb59 (1.10.60); FILE MERGED 2006/08/28 12:57:51 sb 1.10.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [08e37ef38a64b1551d1ce60934964f8f759628c1]

        INTEGRATION: CWS sb59 (1.10.60); FILE MERGED 2006/08/03 13:51:44 cl 1.10.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [520dbafea55e3a235a06039ae0d7e1a8344098cf]

        INTEGRATION: CWS sb59 (1.29.62); FILE MERGED 2006/09/04 08:31:19 sb 1.29.62.2: #i67537# Made code warning-free (debug=x). 2006/08/03 13:51:43 cl 1.29.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0fbb198c8845a6c2535a4488db415e737be46be7]

        INTEGRATION: CWS sb59 (1.9.60); FILE MERGED 2006/09/06 08:52:23 sb 1.9.60.3: #i69311# Revert bad fix from 1.9.60.1 (mismatch between local variable and member variable nNext). 2006/08/28 12:57:50 sb 1.9.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:43 cl 1.9.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b21fe04d13a25fba81fe0aba409e733c295d4a25]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/08/28 12:57:50 sb 1.9.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:43 cl 1.9.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [368c657d0c90c314c74f26be4b1d939803446c4b]

        INTEGRATION: CWS sb59 (1.52.62); FILE MERGED 2006/09/04 08:31:18 sb 1.52.62.3: #i67537# Made code warning-free (debug=x). 2006/08/28 12:57:50 sb 1.52.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:43 cl 1.52.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [42bad41eda902a327583de04202098af062ccc52]

        INTEGRATION: CWS sb59 (1.28.62); FILE MERGED 2006/08/03 13:51:43 cl 1.28.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3083e0984beb6067ab03094d4e51d2bc66b39e02]

        INTEGRATION: CWS sb59 (1.65.62); FILE MERGED 2006/09/26 07:05:06 cl 1.65.62.3: #i69449# fixed a problem introduced while removing shadow variables 2006/08/28 12:57:50 sb 1.65.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:42 cl 1.65.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [816b85afb8ed1d8001b6b01ae7d2a118ce211c79]

        INTEGRATION: CWS sb59 (1.109.14); FILE MERGED 2006/08/28 12:57:50 sb 1.109.14.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:42 cl 1.109.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [52a6be0b24861de6bb7bd590f1bdb61bcc06e12e]

        INTEGRATION: CWS sb59 (1.112.62); FILE MERGED 2006/08/24 11:25:58 sb 1.112.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:42 cl 1.112.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7315d75872dfe71999a5c9f04f1c9a42e11cdb01]

        INTEGRATION: CWS sb59 (1.81.118); FILE MERGED 2006/08/03 13:51:42 cl 1.81.118.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d51fe1189dcbe0fe06805c8d99687c125cd254eb]

        INTEGRATION: CWS sb59 (1.59.62); FILE MERGED 2006/08/28 12:57:50 sb 1.59.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.59.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ad9b8acc9609f025c4fe6f38c6f929f4aaaa76ed]

        INTEGRATION: CWS sb59 (1.4.14); FILE MERGED 2006/08/03 13:51:41 cl 1.4.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b15c62d06d809194564240f5364ab0e8d39cfdcc]

        INTEGRATION: CWS sb59 (1.10.14); FILE MERGED 2006/08/28 12:57:49 sb 1.10.14.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.10.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [38bbd69792aff009d6f49c5ca7b7af03cc077903]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/28 12:57:49 sb 1.4.488.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1f7f20052ca15883778b7bc791c7d630424a60e1]

        INTEGRATION: CWS sb59 (1.14.62); FILE MERGED 2006/08/28 12:57:49 sb 1.14.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.14.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b06f398a954b67798c0fec98b59dd0514d775095]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/28 12:57:49 sb 1.10.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.10.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1ccb54530e80bd6c138b7cfcbd9b64622fb9b1da]

        INTEGRATION: CWS sb59 (1.41.62); FILE MERGED 2006/08/28 12:57:49 sb 1.41.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:41 cl 1.41.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [95c158b87ab3f09517661f63d6255f8cb69bf679]

        INTEGRATION: CWS sb59 (1.6.486); FILE MERGED 2006/08/04 11:22:38 cl 1.6.486.2: fixed compiler warnings 2006/08/03 13:51:40 cl 1.6.486.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c2060cde9e06b9d4f98960f7b72004b0ba6feae8]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/28 12:57:48 sb 1.6.62.3: #i67487# Made code warning-free (wntmsci10). 2006/08/04 11:22:37 cl 1.6.62.2: fixed compiler warnings 2006/08/03 13:51:40 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [453fcd479988e9a3d43ae33c87be81461d0232ad]

        INTEGRATION: CWS sb59 (1.9.118); FILE MERGED 2006/08/03 13:51:40 cl 1.9.118.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f923bba9f0b824db26de2d9d86fc9db17266ffaa]

        INTEGRATION: CWS sb59 (1.24.62); FILE MERGED 2006/08/03 13:51:40 cl 1.24.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8186b33719017ad1d14df29bc1c81c176b71334b]

        INTEGRATION: CWS sb59 (1.101.60); FILE MERGED 2006/08/28 12:57:48 sb 1.101.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:40 cl 1.101.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1bacd7d0efd956aa970bb5ef82eca0f592f59063]

        INTEGRATION: CWS sb59 (1.15.62); FILE MERGED 2006/08/28 12:57:48 sb 1.15.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:40 cl 1.15.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [21f1449b73d2dfa2b2c32bee8a74bc1827832b00]

        INTEGRATION: CWS sb59 (1.26.62); FILE MERGED 2006/08/28 12:57:48 sb 1.26.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:40 cl 1.26.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c11799ffb3fa8578ec9514edc423ed53e55d8bf7]

        INTEGRATION: CWS sb59 (1.43.62); FILE MERGED 2006/08/28 12:57:48 sb 1.43.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:39 cl 1.43.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b80c7cef25323ab12a9dde96faee8a23f015a652]

        INTEGRATION: CWS sb59 (1.16.62); FILE MERGED 2006/08/28 12:57:48 sb 1.16.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1a392eac5301551998525e337eb92d7e3128ceab]

        INTEGRATION: CWS sb59 (1.9.488); FILE MERGED 2006/08/23 15:25:45 sb 1.9.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ab0c50a36e3d6d1ee0818d8334ca417143326bcd]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/23 15:25:44 sb 1.12.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:39 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b7498e5d7db53fc9359b96935a988e3270b188a7]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/23 15:25:44 sb 1.5.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:39 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7861aea4a9c6a7dba64549b53aabd42f8fc9c2d5]

        INTEGRATION: CWS sb59 (1.10.488); FILE MERGED 2006/08/03 13:51:39 cl 1.10.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [31ea2176dbed9a913050ad9dcf1d057a038cafeb]

        INTEGRATION: CWS sb59 (1.6.488); FILE MERGED 2006/08/03 13:51:39 cl 1.6.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c7cc84a557e2f2728499c2d538a70d632e1c7ef5]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/18 12:02:53 sb 1.4.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8410353160cfcfc072904045e891edb855a4a9f0]

        INTEGRATION: CWS sb59 (1.3.62); FILE MERGED 2006/08/18 12:02:53 sb 1.3.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7640b20b79585048601a20d9dd40af7308a055bf]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/08/18 12:02:52 sb 1.9.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1bfc4862c3453926db509ad8e45dbdd0566d5d23]

        INTEGRATION: CWS sb59 (1.6.488); FILE MERGED 2006/08/18 17:38:37 sb 1.6.488.2: RESYNC: (1.6-1.7); FILE MERGED 2006/08/03 13:51:38 cl 1.6.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [387a3ab33746032ee67e3494e9dc818c78f1900e]

        INTEGRATION: CWS sb59 (1.31.58); FILE MERGED 2006/08/18 17:38:29 sb 1.31.58.2: RESYNC: (1.31-1.34); FILE MERGED 2006/08/03 13:51:38 cl 1.31.58.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e1a4d34e90b64fcc40634357af7a5676c4ac274]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:38 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2b7c66a3d71b127f25f779bc57475cbe70810e42]

        INTEGRATION: CWS sb59 (1.21.60); FILE MERGED 2006/08/18 17:38:21 sb 1.21.60.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/18 12:02:52 sb 1.21.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e92c4bc3b823141f475a6c3fcc01b4ccfa6507bd]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/18 12:02:52 sb 1.12.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eeaeee1fc9e46ebedca7bf08e385d2b6a70f305f]

        INTEGRATION: CWS sb59 (1.22.60); FILE MERGED 2006/08/21 15:39:34 sb 1.22.60.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/18 12:02:52 sb 1.22.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d5781ecfe983bee9d043136d2679f8d832eb9d6f]

        INTEGRATION: CWS sb59 (1.24.62); FILE MERGED 2006/08/21 15:39:34 sb 1.24.62.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/18 12:02:52 sb 1.24.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [56f9d5b37c57d72b8a1f3cb50de640b18c2d7e86]

        INTEGRATION: CWS sb59 (1.31.60); FILE MERGED 2006/08/18 12:02:52 sb 1.31.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:38 cl 1.31.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a61b4595c971630ea7b88dae08dbc9cd6a2ec190]

        INTEGRATION: CWS sb59 (1.21.62); FILE MERGED 2006/08/18 12:02:52 sb 1.21.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dabbbe8c597cbc705e41419bd783756a0df97650]

        INTEGRATION: CWS sb59 (1.17.62); FILE MERGED 2006/08/18 12:02:51 sb 1.17.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1e174f830b2ca7896b8af9b7d7587724bbdca8cb]

        INTEGRATION: CWS sb59 (1.24.62); FILE MERGED 2006/08/18 12:02:51 sb 1.24.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:38 cl 1.24.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [05e4fe2a430815b1032764c75f7753a2248a923d]

        INTEGRATION: CWS sb59 (1.23.62); FILE MERGED 2006/08/18 12:02:51 sb 1.23.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:37 cl 1.23.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [33a3d5baeba64358807b471ef888a253cf234d79]

        INTEGRATION: CWS sb59 (1.21.62); FILE MERGED 2006/08/18 12:02:51 sb 1.21.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:37 cl 1.21.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1393f6c311b9b4eafe15372ae7f482aeed993071]

        INTEGRATION: CWS sb59 (1.22.62); FILE MERGED 2006/08/18 17:38:13 sb 1.22.62.2: RESYNC: (1.22-1.23); FILE MERGED 2006/08/03 13:51:37 cl 1.22.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [31dac496a611bab3dbbf946a0edd56ca24be51b8]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/18 12:02:51 sb 1.3.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3a2aef80a93259419fd72706e98bda764afc0839]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/18 12:02:51 sb 1.11.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9cb08ee963d1902f3d23d4e2e2cbd12502b98bb3]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:37 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [434f707a6a091d0bd13d1f65f97ef6d09ce5d91c]

        INTEGRATION: CWS sb59 (1.20.62); FILE MERGED 2006/08/03 13:51:37 cl 1.20.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3164947903d2f10c142dde08c7e53b2f62321dc3]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:37 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [843b37b1759e198cc40e425b9d13d1f3f2013c47]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:36 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fa93a8368604e0c5271e248fb30e6a9b29b4e537]

        INTEGRATION: CWS sb59 (1.8.60); FILE MERGED 2006/08/18 17:38:05 sb 1.8.60.3: RESYNC: (1.8-1.9); FILE MERGED 2006/08/18 12:02:50 sb 1.8.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:36 cl 1.8.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a3557ceb74ea006672b46e64fab19b45e1c3ce9f]

        INTEGRATION: CWS sb59 (1.32.62); FILE MERGED 2006/08/18 12:02:50 sb 1.32.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:36 cl 1.32.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [701f4f6888e09c56a649e7a50eb1ce9eaa70635d]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/18 12:02:50 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e470e5d0083ec5ac52109621bb17032425161cf6]

        INTEGRATION: CWS sb59 (1.3.62); FILE MERGED 2006/08/18 12:02:50 sb 1.3.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [86fd96628c70021228dd4f0497cc7c645796243a]

        INTEGRATION: CWS sb59 (1.37.62); FILE MERGED 2006/08/18 12:02:50 sb 1.37.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [60fa4c276de6a87b0eb0d679ed8cc22316414ad9]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/18 17:37:58 sb 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 13:51:36 cl 1.10.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [60c1132ef27ef17fefa1c77ccd616ed66da369fb]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:36 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0c56db6676457c8bafee7666f5fd3668560e2d51]

        INTEGRATION: CWS sb59 (1.3.650); FILE MERGED 2006/08/03 13:51:36 cl 1.3.650.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4e010cc754a30e21031144bb23725a801839bbfd]

        INTEGRATION: CWS sb59 (1.11.488); FILE MERGED 2006/08/18 12:02:49 sb 1.11.488.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:35 cl 1.11.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [88402464e916c7e511071d20cd7cf6589d9fde84]

        INTEGRATION: CWS sb59 (1.18.62); FILE MERGED 2006/08/23 15:25:44 sb 1.18.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:35 cl 1.18.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [542096380649795d1f470bec6f82878e2f9aaf89]

        INTEGRATION: CWS sb59 (1.16.62); FILE MERGED 2006/08/23 15:25:44 sb 1.16.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a2c7a434b04f98e0eaa61eb5ebf4251ecb944365]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/09/04 08:31:18 sb 1.9.62.3: #i67537# Made code warning-free (debug=x). 2006/08/18 12:02:49 sb 1.9.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:35 cl 1.9.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [483e7bc24cd1dc798e16cdce07d96087a8136fcb]

        INTEGRATION: CWS sb59 (1.24.62); FILE MERGED 2006/08/29 14:46:40 sb 1.24.62.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ef7f2783055a4b3e873a1b0ecdc29fddb246907b]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/08/18 12:02:49 sb 1.9.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [26a40beb0baa189c10cd171f09b9f17ed8a363e2]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:35 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dbe654f4f1bd295f956ab4c9fcfbf6ae8b723075]

        INTEGRATION: CWS sb59 (1.10.62); FILE MERGED 2006/08/03 13:51:35 cl 1.10.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3c50e2078ab7e07964634c2d70a50191829e7037]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:51:35 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9184d677140f839f18da81ac05fe8c3e545814a6]

        INTEGRATION: CWS sb59 (1.13.50); FILE MERGED 2006/08/21 15:31:12 sb 1.13.50.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [efeffc700d5b6b7c896163b4b3e1f2c2a746804e]

        INTEGRATION: CWS sb59 (1.4.14); FILE MERGED 2006/08/18 17:37:38 sb 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2006/08/03 13:51:34 cl 1.4.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [68aa9cc15681159f4ebf21ca20b45e9117ab11f2]

        INTEGRATION: CWS sb59 (1.29.60); FILE MERGED 2006/08/18 17:37:30 sb 1.29.60.3: RESYNC: (1.29-1.30); FILE MERGED 2006/08/18 12:02:49 sb 1.29.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:34 cl 1.29.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [386d56932834f0fe36a5898d7e3668e96ef1e520]

        INTEGRATION: CWS sb59 (1.2.14); FILE MERGED 2006/08/29 14:46:40 sb 1.2.14.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e0f0512ea3a9bcda7b443c556a0ed6bcfd5d0ee9]

        INTEGRATION: CWS sb59 (1.13.50); FILE MERGED 2006/08/23 15:25:43 sb 1.13.50.2: #i67487# Made code warning-free (wntmsci10). 2006/08/21 15:52:34 sb 1.13.50.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7ec14fb95dc57a02b02dd7d3a051c33393f8c968]

        INTEGRATION: CWS sb59 (1.13.14); FILE MERGED 2006/08/03 13:51:34 cl 1.13.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2dbd064ce7dbe870346d006cdda115bc21dc4a5f]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:34 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3cd3d27ebf1ad71fd4b632a8b06d7fb2234099a8]

        INTEGRATION: CWS sb59 (1.6.14); FILE MERGED 2006/08/03 13:51:34 cl 1.6.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf4513e80bae549e636c7a2e8347384bba22d310]

        INTEGRATION: CWS sb59 (1.13.14); FILE MERGED 2006/08/21 15:52:34 sb 1.13.14.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/03 13:51:34 cl 1.13.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1ca4b1e8a0a0051d7d5c1a0f0bce9e6a8a238ec4]

        INTEGRATION: CWS sb59 (1.10.488); FILE MERGED 2006/08/03 13:51:33 cl 1.10.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [036d0d7de60f09c9abaf105c2613d37d1fac3a41]

        INTEGRATION: CWS sb59 (1.19.62); FILE MERGED 2006/08/21 15:52:34 sb 1.19.62.2: #i67487# Made code compile (warning-free) again after resync to SRC680m182. 2006/08/03 13:51:33 cl 1.19.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [306ff0a3ea65a1ab65e67b85741e43b321e98489]

        INTEGRATION: CWS sb59 (1.17.62); FILE MERGED 2006/08/03 13:51:33 cl 1.17.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2e97c0921c38a6691531234e5d0a1977e55810eb]

        INTEGRATION: CWS sb59 (1.34.50); FILE MERGED 2006/08/23 15:25:43 sb 1.34.50.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0cb16a57282d0b9457353ce300a6f4e5bea8ded0]

        INTEGRATION: CWS sb59 (1.5.332); FILE MERGED 2006/08/03 13:51:33 cl 1.5.332.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [79c9cf88f05bd2b550da381e4dbade49732c8b36]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/03 13:51:33 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3710144291cd7ec1bda9db945b1672eeab0e5b0e]

        INTEGRATION: CWS sb59 (1.8.62); FILE MERGED 2006/08/18 12:02:49 sb 1.8.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:33 cl 1.8.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fc9b80bb0b57a301aca2d47978b2ff0e1a0d06b6]

        INTEGRATION: CWS sb59 (1.57.28); FILE MERGED 2006/08/23 15:25:43 sb 1.57.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4dfb00275f0e68aeaa33a9c2ab3799bd62143cb4]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/23 15:25:43 sb 1.5.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:33 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5553a7a6d0599ffeb06b7881f2b83855fd0d8c4f]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/23 15:25:42 sb 1.4.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8b199e7d6372c0d1adb39603538a0af6632633b3]

        INTEGRATION: CWS sb59 (1.49.28); FILE MERGED 2006/08/23 15:25:42 sb 1.49.28.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:36:08 sb 1.49.28.2: RESYNC: (1.49-1.50); FILE MERGED 2006/08/03 13:51:32 cl 1.49.28.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1e10612e4eb1d8801b381c89c6ce0104eac5d407]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:51:32 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a8dd10005c1ec37d335ac1edab75965692e80478]

        INTEGRATION: CWS sb59 (1.7.2); FILE MERGED 2006/08/03 13:51:32 cl 1.7.2.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a10fb7d1a100720a8c824563e43dbaf16f366257]

        INTEGRATION: CWS sb59 (1.6.14); FILE MERGED 2006/08/21 15:52:33 sb 1.6.14.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a0594e5d7afb5ba1e5535d37d77d17bfc557a8ba]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/18 12:02:49 sb 1.12.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:32 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d7e477b6ea79faa49c91f21e5d011bf8898d0b0c]

        INTEGRATION: CWS sb59 (1.48.10); FILE MERGED 2006/08/18 17:36:00 sb 1.48.10.2: RESYNC: (1.48-1.50); FILE MERGED 2006/08/03 13:51:32 cl 1.48.10.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cd501f63935a379b127a166dc4c50cba0799eb74]

        INTEGRATION: CWS sb59 (1.12.14); FILE MERGED 2006/08/23 15:25:42 sb 1.12.14.4: #i67487# Made code warning-free (wntmsci10). 2006/08/22 13:31:07 sb 1.12.14.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:35:32 sb 1.12.14.2: RESYNC: (1.12-1.14); FILE MERGED 2006/08/03 13:51:31 cl 1.12.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1cfc14aeed52f747d64ab57205204ae8efbe9ff7]

        INTEGRATION: CWS sb59 (1.3.486); FILE MERGED 2006/08/03 13:51:31 cl 1.3.486.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0b239a54a7371a3c1c3974d6494f299a968b5d59]

        INTEGRATION: CWS sb59 (1.8.60); FILE MERGED 2006/08/23 15:25:42 sb 1.8.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/04 11:22:21 cl 1.8.60.1: fixed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fd85a8afea31478979f5617bfd90c95e1472c29d]

        INTEGRATION: CWS sb59 (1.18.62); FILE MERGED 2006/08/18 12:02:48 sb 1.18.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1cc58b1e1686d60bac9fac37c32b0d9da4800f2c]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/29 14:46:40 sb 1.13.62.1: #i67535# Made code warning-free (GCC 4.1.1).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [45f6ce34e3b428df8fa70327b6136fc033ffa983]

        INTEGRATION: CWS sb59 (1.22.62); FILE MERGED 2006/08/18 12:02:48 sb 1.22.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [be5839c7a262f05b28ccdff43c8e165ada2dbec1]

        INTEGRATION: CWS sb59 (1.16.60); FILE MERGED 2006/08/23 15:25:42 sb 1.16.60.3: #i67487# Made code warning-free (wntmsci10). 2006/08/18 17:35:24 sb 1.16.60.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/18 12:02:48 sb 1.16.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [91d163dde8ba340c8dc6c01f4a1324579862554e]

        INTEGRATION: CWS sb59 (1.28.60); FILE MERGED 2006/08/29 14:46:40 sb 1.28.60.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/18 12:02:48 sb 1.28.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:31 cl 1.28.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9648c26d1213d319250936db9d39498bd0128c81]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/18 12:02:48 sb 1.4.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:31 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06735c39bfa4c7a9718146af77b6a87a649da56d]

        INTEGRATION: CWS sb59 (1.18.62); FILE MERGED 2006/08/18 12:02:48 sb 1.18.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:31 cl 1.18.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1a3b54245184c5b9b448accd36366835bd59a06f]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:31 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [18ba2a7b08c42f09c53daa226441163ce22085aa]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/23 15:25:41 sb 1.6.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [be021124396e09559edac95ad9512931707f97b3]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/04 11:22:20 cl 1.4.62.2: fixed compiler warnings 2006/08/03 13:51:31 cl 1.4.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [283cb0cf42770c026d6dc4399ccff378965541d5]

        INTEGRATION: CWS sb59 (1.29.62); FILE MERGED 2006/08/04 11:22:20 cl 1.29.62.1: fixed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c55c4b4a516a0d67d6d01c763a8d20897ef45425]

        INTEGRATION: CWS sb59 (1.14.62); FILE MERGED 2006/08/23 15:25:41 sb 1.14.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [45a54ec3fa4360ee3750fed19be25bb0d1bfc5b7]

        INTEGRATION: CWS sb59 (1.23.62); FILE MERGED 2006/08/18 12:02:47 sb 1.23.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:30 cl 1.23.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b5d0d593d94789b2226e749a4e78335a0bb2b63a]

        INTEGRATION: CWS sb59 (1.34.62); FILE MERGED 2006/08/23 15:25:41 sb 1.34.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [95097f86eee891de7415097e0426e18e178a8128]

        INTEGRATION: CWS sb59 (1.13.14); FILE MERGED 2006/09/01 08:01:22 sb 1.13.14.2: #i67535# Made code warning-free (GCC 4.0.3). 2006/08/03 13:51:30 cl 1.13.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b89cd2464b39a66a459785e8106e444da49f1170]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/23 15:25:41 sb 1.12.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7deeb83506889e58d6fae15a19509e91feb3f996]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:30 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f161ab3b21de2ec52d70fcd035df8cbddfff0b72]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:51:30 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [92fc5e0902a04cfaf9831ba15c1b8d031cf66e1c]

        INTEGRATION: CWS sb59 (1.7.488); FILE MERGED 2006/08/03 13:51:30 cl 1.7.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dc461d575ab891fa94effe349e68483c1178438d]

        INTEGRATION: CWS sb59 (1.23.60); FILE MERGED 2006/08/18 17:35:17 sb 1.23.60.2: RESYNC: (1.23-1.24); FILE MERGED 2006/08/18 12:02:47 sb 1.23.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4160c8d7e8083c309615a73d853382ea4ab8a7b2]

        INTEGRATION: CWS sb59 (1.11.60); FILE MERGED 2006/08/18 12:02:47 sb 1.11.60.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:30 cl 1.11.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [15f8c2002722ac204c7eaeb146099895dc4df381]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:29 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1b97336b1325dfc9f6930aa4c572b31fe942b65d]

        INTEGRATION: CWS sb59 (1.17.62); FILE MERGED 2006/08/18 12:02:47 sb 1.17.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [da43986fd9d46c4a41f3b8e082efcabf9846d7da]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/23 15:25:41 sb 1.12.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:29 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [33b7176b609af0de86b826f84c13ae14095542e4]

        INTEGRATION: CWS sb59 (1.9.62); FILE MERGED 2006/08/03 13:51:29 cl 1.9.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8ba7bb89e6e492e65f691ddde38bee47591fce8a]

        INTEGRATION: CWS sb59 (1.19.14); FILE MERGED 2006/08/18 17:35:09 sb 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2006/08/03 13:51:29 cl 1.19.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [93c5867026c82a37c508ec08c6f780795906dc5f]

        INTEGRATION: CWS sb59 (1.26.12); FILE MERGED 2006/08/18 17:34:32 sb 1.26.12.2: RESYNC: (1.26-1.28); FILE MERGED 2006/08/03 13:51:29 cl 1.26.12.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [738c039fcbec166629607eae284b2f3ef20b67b4]

        INTEGRATION: CWS sb59 (1.11.60); FILE MERGED 2006/08/18 12:02:47 sb 1.11.60.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8e5032712dd83c8aa14c81ca77945e974257671d]

        INTEGRATION: CWS sb59 (1.9.2); FILE MERGED 2006/08/21 15:52:33 sb 1.9.2.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [45dc07cd90cf09bd015e90704bd9cea936dada17]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/18 12:02:47 sb 1.6.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:29 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f1a8e1fa04c335bfcbb2c7bc904c866fd8c4a847]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/03 13:51:28 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b754559bf2d2b6a9e60d5fe95605463fbe15e28c]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/03 13:51:28 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e19d2c864499827dbe562906f54c7240ffa55354]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/18 12:02:47 sb 1.3.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [efb8986a198796f2fe3e78718b88c7f9ebe1493d]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:51:28 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eecd18bf6dc13e65154f7038c5962beb2fb389a9]

        INTEGRATION: CWS sb59 (1.6.60); FILE MERGED 2006/08/03 13:51:28 cl 1.6.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e1d877ca437567025eb44dcd4357401f8f527cd]

        INTEGRATION: CWS sb59 (1.7.60); FILE MERGED 2006/08/03 13:51:28 cl 1.7.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cb6a2ada31bbe1688f0740b00d2e073c98beff67]

        INTEGRATION: CWS sb59 (1.6.62); FILE MERGED 2006/08/18 12:02:46 sb 1.6.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:28 cl 1.6.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aa39a5a5bbebb5d7cb03527547701afa6159afab]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/03 13:51:28 cl 1.5.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b41ff1f638881e857f5896028e8c3ded94673691]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/22 13:04:01 sb 1.11.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/18 12:02:46 sb 1.11.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [21a001a37946b8c49f8f8ea81e784d7aeb966225]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/04 11:22:20 cl 1.4.488.2: fixed compiler warnings 2006/08/03 13:51:27 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c55d4a0186b090843aab035e3e3577f581fcfdf3]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:27 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a9c858b7258cba5378f18da9e04c85d8d374daec]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/08/03 13:51:27 cl 1.7.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [38e100e3e197501a3404a0834ca0757f63bacd61]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/18 12:02:46 sb 1.11.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [27356bb84163474cd6b0111eb4d54ff662cc4437]

        INTEGRATION: CWS sb59 (1.36.62); FILE MERGED 2006/08/23 15:25:40 sb 1.36.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/18 12:02:46 sb 1.36.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b07b4ae8e41aab090b3dd15d45d6be41226da06b]

        INTEGRATION: CWS sb59 (1.3.488); FILE MERGED 2006/08/04 11:22:20 cl 1.3.488.2: fixed compiler warnings 2006/08/03 13:51:27 cl 1.3.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4b19a3accc73f15ac012a712281a19fbdea5b3e4]

        INTEGRATION: CWS sb59 (1.88.62); FILE MERGED 2006/08/18 12:02:46 sb 1.88.62.3: #i67487# Made code warning-free (wntmsci10). 2006/08/04 11:22:20 cl 1.88.62.2: fixed compiler warnings 2006/08/03 13:51:27 cl 1.88.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [09484218942ff1da8db3182e0aeeac05759d66eb]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/18 12:02:46 sb 1.12.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cc6af86b3d2c1743491222ed53101834612de62e]

        INTEGRATION: CWS sb59 (1.34.14); FILE MERGED 2006/08/21 15:52:33 sb 1.34.14.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7f16dd384315532bb6eede3fd075358e51cf8961]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/18 12:02:45 sb 1.5.488.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:27 cl 1.5.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4be4e693750af63fac1dcec91e5e5507e8d75c7b]

        INTEGRATION: CWS sb59 (1.28.62); FILE MERGED 2006/08/18 12:02:45 sb 1.28.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2f806c90c7b8d3592c713da5544baf2f0e65884e]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:51:26 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aba65579c9d0e5c9054e33767f9b64c98159d1df]

        INTEGRATION: CWS sb59 (1.32.62); FILE MERGED 2006/08/18 12:02:45 sb 1.32.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [10a8113f36ea36d02976747b73b241c7173f6ceb]

        INTEGRATION: CWS sb59 (1.4.384); FILE MERGED 2006/08/03 13:51:26 cl 1.4.384.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9d162869da414dc8b2407fdf8cd0b861666c0143]

        INTEGRATION: CWS sb59 (1.12.2); FILE MERGED 2006/08/18 12:02:45 sb 1.12.2.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:26 cl 1.12.2.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9488576cf7cc8f91a260538b132e2130f7c42c32]

        INTEGRATION: CWS sb59 (1.20.62); FILE MERGED 2006/08/18 12:02:23 sb 1.20.62.1: #i67487# Made code warning-free (wntmsci10); changes made by dr.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6956fc665ec0e90238e1762ab389222aeb2587b4]

        INTEGRATION: CWS sb59 (1.13.60); FILE MERGED 2006/08/10 11:37:40 thb 1.13.60.2: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming) 2006/08/04 11:22:20 cl 1.13.60.1: fixed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6c3c266cbaec17a5b3d6462aa0b2c91e823a859d]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/08/29 14:46:39 sb 1.7.62.3: #i67535# Made code warning-free (GCC 4.1.1). 2006/08/23 15:25:40 sb 1.7.62.2: #i67487# Made code warning-free (wntmsci10). 2006/08/03 13:51:26 cl 1.7.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2a9c5a3ec0242cb0c8d661e4a82ee2616c82e094]

        INTEGRATION: CWS sb59 (1.12.62); FILE MERGED 2006/08/03 13:51:26 cl 1.12.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6f012ae7a10c6498c3db235c0075b67cbf1e0315]

        INTEGRATION: CWS sb59 (1.7.62); FILE MERGED 2006/08/03 13:51:25 cl 1.7.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2db7741523f6ea8639a06d9687731924dd8ab2dc]

        INTEGRATION: CWS sb59 (1.6.488); FILE MERGED 2006/08/09 15:59:02 thb 1.6.488.1: #i67535# Added braces to correctly nest initializer lists; added const to char ptr initialized with string literals; added using declaration for one SfxToolBarControl method

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bd25c3e63fd3f6b52aaf97c79761868d572587bf]

        INTEGRATION: CWS sb59 (1.17.62); FILE MERGED 2006/08/09 15:59:01 thb 1.17.62.1: #i67535# Added braces to correctly nest initializer lists; added const to char ptr initialized with string literals; added using declaration for one SfxToolBarControl method

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b27fa537034d7fc0e1face5f3a4fa0f3d2963675]

        INTEGRATION: CWS sb59 (1.7.14); FILE MERGED 2006/08/10 11:37:39 thb 1.7.14.2: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming) 2006/08/03 13:51:25 cl 1.7.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [108775946fd256ba124190db9df07530cc0b62fe]

        INTEGRATION: CWS sb59 (1.12.60); FILE MERGED 2006/08/10 11:37:39 thb 1.12.60.2: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming) 2006/08/03 13:51:25 cl 1.12.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9bb3b3a82249148d0187651538b15ff77fe8a06c]

        INTEGRATION: CWS sb59 (1.11.14); FILE MERGED 2006/08/10 11:37:39 thb 1.11.14.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [38853fed66b674085e709d093ba45f4897973a84]

        INTEGRATION: CWS sb59 (1.9.60); FILE MERGED 2006/08/10 11:37:39 thb 1.9.60.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [84a03f47e1245b2bd554106c154fc18d6146960a]

        INTEGRATION: CWS sb59 (1.19.14); FILE MERGED 2006/09/01 08:01:21 sb 1.19.14.1: #i67535# Made code warning-free (GCC 4.0.3).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6e5afde78f67492d72562c8d45f224e7e48cfbd1]

        INTEGRATION: CWS sb59 (1.11.62); FILE MERGED 2006/08/10 11:37:38 thb 1.11.62.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c4d8ada020abf2661a1081bfa155dac3aa8e15c0]

        INTEGRATION: CWS sb59 (1.8.62); FILE MERGED 2006/08/10 11:37:38 thb 1.8.62.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf97f616796c036443d1c3b4bf5597a9865a11cf]

        INTEGRATION: CWS sb59 (1.42.14); FILE MERGED 2006/08/18 12:02:45 sb 1.42.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [36ab0eb47f4e832205287e111e3ee593877bbca7]

        INTEGRATION: CWS sb59 (1.19.62); FILE MERGED 2006/08/10 11:37:38 thb 1.19.62.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [265fa417866eaeac924b1c794023f3d1a1cabfa7]

        INTEGRATION: CWS sb59 (1.48.14); FILE MERGED 2006/08/21 15:31:12 sb 1.48.14.1: #i67487# Made code compile (warning-free) again after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [110f1d5cdc093815ba26ac7e6dbd8f54c2e38fc1]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/28 12:56:49 sb 1.5.488.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e016c4d2a8a5656b57b73fa8e7f797c99083618]

        INTEGRATION: CWS sb59 (1.4.62); FILE MERGED 2006/08/28 12:56:48 sb 1.4.62.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c5bc0e384a4cdb27435747530e4debb194c811c4]

        INTEGRATION: CWS sb59 (1.5.486); FILE MERGED 2006/08/28 12:56:47 sb 1.5.486.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [025299348703f5b2dcfaf43e19885d5faa7d7729]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/09 15:59:01 thb 1.5.488.1: #i67535# Added braces to correctly nest initializer lists; added const to char ptr initialized with string literals; added using declaration for one SfxToolBarControl method

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [be65e15d90e76f63aec91565f360e5f3b823563a]

        INTEGRATION: CWS sb59 (1.19.14); FILE MERGED 2006/08/28 12:56:47 sb 1.19.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2609bd2308bb9a2abe60840bbb71791bc1e96627]

        INTEGRATION: CWS sb59 (1.3.486); FILE MERGED 2006/08/28 12:56:46 sb 1.3.486.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6c798c7a713be421776919de8d4ecbc4027d738f]

        INTEGRATION: CWS sb59 (1.13.62); FILE MERGED 2006/08/03 13:47:05 cl 1.13.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [91772ca3b0169dbb8d8da2f98471e0c942927bfa]

        INTEGRATION: CWS sb59 (1.2.14); FILE MERGED 2006/08/03 13:47:05 cl 1.2.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fdf09f3171046bdeffadae00e7daec269dbf21fc]

        INTEGRATION: CWS sb59 (1.5.486); FILE MERGED 2006/08/18 12:02:42 sb 1.5.486.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dd953f6b2a17fbcc35d338c7613d3d7fca701ba3]

        INTEGRATION: CWS sb59 (1.11.488); FILE MERGED 2006/08/03 13:47:05 cl 1.11.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1f063ac4671b2798960f2da42499760693c3f0d6]

        INTEGRATION: CWS sb59 (1.7.14); FILE MERGED 2006/08/18 17:31:51 sb 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2006/08/03 13:47:04 cl 1.7.14.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4c9b067584abc63acbcca86066b127bbb3f79545]

        INTEGRATION: CWS sb59 (1.7.488); FILE MERGED 2006/08/03 13:47:04 cl 1.7.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6c65aa4ace050a9a4abcd1bd5bcd9347e61d276c]

        INTEGRATION: CWS sb59 (1.9.488); FILE MERGED 2006/08/03 13:47:04 cl 1.9.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [839ddb6bb131980882c60a521df5bad9534681b4]

        INTEGRATION: CWS sb59 (1.64.62); FILE MERGED 2006/08/18 17:31:44 sb 1.64.62.2: RESYNC: (1.64-1.65); FILE MERGED 2006/08/03 13:47:04 cl 1.64.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7a74b0025490e31d57940f31959c9114a89831ac]

        INTEGRATION: CWS sb59 (1.8.286); FILE MERGED 2006/08/03 13:47:04 cl 1.8.286.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f180216438e635e79f21226667e812e7e4367f81]

        INTEGRATION: CWS sb59 (1.5.62); FILE MERGED 2006/08/03 13:47:03 cl 1.5.62.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d23a1397dc3beda3f17c1f81c4170a3618810a83]

        INTEGRATION: CWS sb59 (1.12.60); FILE MERGED 2006/08/03 13:47:03 cl 1.12.60.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2afc7c47aa74b0f5df901ec984088ffb50413b43]

        INTEGRATION: CWS sb59 (1.5.426); FILE MERGED 2006/08/03 13:47:03 cl 1.5.426.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1cd64bcd721b57d020c7f38357d7f88524618dc3]

        INTEGRATION: CWS sb59 (1.5.488); FILE MERGED 2006/08/03 13:47:03 cl 1.5.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [57a8e804660f2c214ba70e36f77ce3c7d7965730]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:47:03 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [be0aa52cffa41340c9bbf21305fc2b75b08ae32f]

        INTEGRATION: CWS sb59 (1.9.488); FILE MERGED 2006/08/03 13:47:03 cl 1.9.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eba6af00e270fa4650811aec1ee2ce862312b762]

        INTEGRATION: CWS sb59 (1.8.488); FILE MERGED 2006/08/03 13:47:03 cl 1.8.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5d774041f066a383c62a82997e3d9672dae5e61a]

        INTEGRATION: CWS sb59 (1.4.488); FILE MERGED 2006/08/03 13:47:02 cl 1.4.488.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [249448082ec9572721afd7319022bc3fb1629bb7]

        INTEGRATION: CWS sb59 (1.7.134); FILE MERGED 2006/08/03 13:47:02 cl 1.7.134.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f639db77c52229ef651b8eb45d38368256c403a3]

        INTEGRATION: CWS sb59 (1.6.486); FILE MERGED 2006/08/03 13:47:01 cl 1.6.486.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e19035473a66c894e9e926054a10ff2e77ba10f]

        INTEGRATION: CWS sb59 (1.3.308); FILE MERGED 2006/08/04 11:23:13 cl 1.3.308.2: fixed compiler warnings 2006/08/03 13:47:01 cl 1.3.308.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [512b217a484a09b0d0497e2111b445ddfa0cc567]

        INTEGRATION: CWS sb59 (1.3.484); FILE MERGED 2006/08/03 13:47:01 cl 1.3.484.1: removed compiler warnings

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [02061cebbe94d805f3e835a9b6ecea2e48b1a79b]

        INTEGRATION: CWS sb59 (1.2.14); FILE MERGED 2006/08/10 11:37:37 thb 1.2.14.1: #i67535# Added virtual destructor to ExpressionNode interface; added various static_int_casts for accessibility; corrected using <method> declarations in unoshape.hxx; removed dead code from EnhancedCustomShape3d; fixed ugly infinite recursion in _contdlg (induced by removing a warning via method renaming)

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6e1b52666412b5587d5c7ea4a112920899e699d5]

        INTEGRATION: CWS sb59 (1.41.4); FILE MERGED 2006/07/19 11:25:45 sb 1.41.4.1: #i67545# Removed spurious ; from emitted code.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [185e8a197e1f8ff9b12e2672ce8d64a5270d4f30]

        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>  [2d209d66542f113f991de6ae4ec5204020d0db8c]

        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>  [ab7f32bf4975d90f970b0010ccf03d56758f9507]

        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>  [d6f67f318a7799d9c7ffb6d848a46a618ae59c8d]

        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>  [b63201d7c5595805c5779f93675a423d7ca08c8b]

        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>  [c4f3531beb2a677491c02b1bc6028af20dfcf5da]

        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>  [7cf6e17cbd3b2de260aaa46928f757b73da57aa0]

        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>  [40dbbd2db3a4f1b61e20cf6efb36d661e8a6c332]

        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>  [87cb15914d6d42a7d7136217afe1211f0cd32a5f]

        INTEGRATION: CWS sb59 (1.27.46); FILE MERGED 2006/08/31 08:08:21 oj 1.27.46.1: #i49786# reinsert fix

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8872afb81db65459c0ec87d6c22da0af6a1fd9f8]

        INTEGRATION: CWS sb59 (1.18.28); FILE MERGED 2006/08/08 08:28:54 sb 1.18.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [776e38483c21fdeffe58766ef7465926f0cedb74]

        INTEGRATION: CWS sb59 (1.17.28); FILE MERGED 2006/08/08 08:28:53 sb 1.17.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c8efb052008bb179381a0623318a6a9f7d723032]

        INTEGRATION: CWS sb59 (1.19.28); FILE MERGED 2006/08/08 08:28:53 sb 1.19.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [71323ffaa7c6ed3eafaf707480b7a41898a9b76c]

        INTEGRATION: CWS sb59 (1.18.12); FILE MERGED 2006/08/30 11:10:28 sb 1.18.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0bce2e3837001c5608c8ca0c16251a6290a6edca]

        INTEGRATION: CWS sb59 (1.7.12); FILE MERGED 2006/08/30 11:10:28 sb 1.7.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2ea0e264c96e71fe8e2b62a7029b7344a1ec7f04]

        INTEGRATION: CWS sb59 (1.14.12); FILE MERGED 2006/08/30 11:10:27 sb 1.14.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [37b1a1c3c5aa6b54892c4ab5f73d0c606df20083]

        INTEGRATION: CWS sb59 (1.4.12); FILE MERGED 2006/08/30 11:10:27 sb 1.4.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [68081aa66e2f998fbd5b0581968a50160d6e13af]

        INTEGRATION: CWS sb59 (1.12.12); FILE MERGED 2006/08/30 11:10:27 sb 1.12.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4a9860f4df463c788082a6281868aad86b01655a]

        INTEGRATION: CWS sb59 (1.45.12); FILE MERGED 2006/08/30 11:10:27 sb 1.45.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9715ae0efd53566d399d00b6d1faae94df2991eb]

        INTEGRATION: CWS sb59 (1.2.64); FILE MERGED 2006/08/16 16:02:27 sb 1.2.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aedf764aaf14e126e032873f42daeb76fc6a2ca2]

        INTEGRATION: CWS sb59 (1.3.64); FILE MERGED 2006/08/16 16:02:27 sb 1.3.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [98d49218c4e1e932eec571a32f2981996d0e7f05]

        INTEGRATION: CWS sb59 (1.4.64); FILE MERGED 2006/08/16 16:02:27 sb 1.4.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [29f86ec19b5ea3e18ba9be462704c001526c07a6]

        INTEGRATION: CWS sb59 (1.3.64); FILE MERGED 2006/08/16 16:02:26 sb 1.3.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7f6ebe0a5b38641a072f81d8cd54c776e7c1e03b]

        INTEGRATION: CWS sb59 (1.5.8); FILE MERGED 2006/08/16 16:02:26 sb 1.5.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3a6f505c8e42c9ce551176d96601a27451473ee5]

        INTEGRATION: CWS sb59 (1.3.8); FILE MERGED 2006/08/16 16:02:26 sb 1.3.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a89be27bc2c60b96657af2281bacb1edef71fbe3]

        INTEGRATION: CWS sb59 (1.7.24); FILE MERGED 2006/08/29 14:08:22 sb 1.7.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9e06381a9e4afda0ff1389854ffb84b988fca598]

        INTEGRATION: CWS sb59 (1.7.36); FILE MERGED 2006/08/29 14:08:21 sb 1.7.36.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c1be6263378d90bad861a2068767cc483ab5a33c]

        INTEGRATION: CWS sb59 (1.2.64); FILE MERGED 2006/08/29 14:08:21 sb 1.2.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8c06bf2b3adf15e26251b12798b2a554619a5150]

        INTEGRATION: CWS sb59 (1.3.64); FILE MERGED 2006/08/29 14:08:21 sb 1.3.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [35330f3d9a7506e3a09e7e998031ea774492a638]

        INTEGRATION: CWS sb59 (1.15.20); FILE MERGED 2006/08/29 14:08:21 sb 1.15.20.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f2598cfe6703338218d400e52867e072b6e820a6]

        INTEGRATION: CWS sb59 (1.30.14); FILE MERGED 2006/08/29 14:08:21 sb 1.30.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c926d39ae597ad696d16d9ff7aafbbd9792f75bc]

        INTEGRATION: CWS sb59 (1.23.24); FILE MERGED 2006/08/29 14:08:21 sb 1.23.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [36cb6e6aa822698cd7d2c0710836d6a8197d93ac]

        INTEGRATION: CWS sb59 (1.17.24); FILE MERGED 2006/08/29 14:08:20 sb 1.17.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [02694cb530ac31cbe18444168a7677ca681c6aec]

        INTEGRATION: CWS sb59 (1.19.42); FILE MERGED 2006/08/29 14:08:20 sb 1.19.42.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2c823463a2c765e3fd24d0c5b57e12d0ddd5ff28]

        INTEGRATION: CWS sb59 (1.34.18); FILE MERGED 2006/08/29 14:08:20 sb 1.34.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b496965326654517133a9541cea3d45cc6698512]

        INTEGRATION: CWS sb59 (1.7.42); FILE MERGED 2006/08/29 14:08:20 sb 1.7.42.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [76e46e4845d7566734ae1693b9e0621376a9f5fc]

        INTEGRATION: CWS sb59 (1.3.64); FILE MERGED 2006/08/29 14:08:19 sb 1.3.64.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [099d71b2f8f0cd4933a6bd48210bab5249a86286]

        INTEGRATION: CWS sb59 (1.11.42); FILE MERGED 2006/08/29 14:08:19 sb 1.11.42.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fc9896ead98dff985822594245da17c35fc562d1]

        INTEGRATION: CWS sb59 (1.11.24); FILE MERGED 2006/08/29 14:08:19 sb 1.11.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [73cdbe02a8c01cf6854dec71d34d9d7b4550147f]

        INTEGRATION: CWS sb59 (1.7.22); FILE MERGED 2006/08/29 14:08:19 sb 1.7.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f24c53389f036c390c30d924f5d2e1ce43318cb4]

        INTEGRATION: CWS sb59 (1.5.22); FILE MERGED 2006/08/29 14:08:19 sb 1.5.22.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5cabb46bff9acfa137a2630c6aac3a9a22c620f1]

        INTEGRATION: CWS sb59 (1.24.18); FILE MERGED 2006/08/29 14:08:18 sb 1.24.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ab1ac6925102e6b57dda45972704a5f9a9e94d97]

        INTEGRATION: CWS sb59 (1.18.24); FILE MERGED 2006/08/29 14:08:18 sb 1.18.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0041c0b8aca2ede55439ec5b3379afeda4e7f66b]

        INTEGRATION: CWS sb59 (1.4.24); FILE MERGED 2006/08/29 14:08:18 sb 1.4.24.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d69607b49bc79c738a764a8b1b1ac3fd731465f1]

        INTEGRATION: CWS sb59 (1.19.20); FILE MERGED 2006/08/29 14:08:18 sb 1.19.20.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f81eb6b3a3926b56d0cb8600eb4f13d23f67f63c]

        INTEGRATION: CWS sb59 (1.8.54); FILE MERGED 2006/08/16 14:46:07 sb 1.8.54.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [725d7384bcd7934b967a295f851c634b74c0918c]

        INTEGRATION: CWS sb59 (1.4.54); FILE MERGED 2006/08/16 14:46:07 sb 1.4.54.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b1acfb49be7ba0295a96245fda264f1840650196]

        INTEGRATION: CWS sb59 (1.26.10); FILE MERGED 2006/08/16 14:46:07 sb 1.26.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bf6488a006db1a21b39265d9238fbe9a95677cf9]

        INTEGRATION: CWS sb59 (1.4.12); FILE MERGED 2006/08/16 14:46:07 sb 1.4.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e5f48c8a3aab1aa854a86445b984b8d7134d4070]

        INTEGRATION: CWS sb59 (1.8.14); FILE MERGED 2006/08/16 14:46:06 sb 1.8.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ed85f3860e28a996c550076316f944c0dc44ff76]

        INTEGRATION: CWS sb59 (1.27.12); FILE MERGED 2006/08/16 14:55:32 sb 1.27.12.2: #i67487# Fixed previous fix. 2006/08/16 14:46:06 sb 1.27.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [18342fb464013bea32372aad9e8edc3ff29dc398]

        INTEGRATION: CWS sb59 (1.20.8); FILE MERGED 2006/08/16 14:46:06 sb 1.20.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3e59c151eb23553fe33a4225cbbb84fba01f44a3]

        INTEGRATION: CWS sb59 (1.13.14); FILE MERGED 2006/08/16 14:46:06 sb 1.13.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ad66b6e47b063c5d8de9d17b2912ef405e81e5b9]

        INTEGRATION: CWS sb59 (1.4.8); FILE MERGED 2006/08/14 12:52:26 thb 1.4.8.1: #*** misc/build/boost-1.30.2/boost/shared_ptr.hppThu Jun 12 19:09:21 2003#

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [373d4dcc19beb2fa18fadd08a74257cb9d3ae670]

        INTEGRATION: CWS sb59 (1.4.28); FILE MERGED 2006/08/29 16:11:02 sb 1.4.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9fbc22d2a71e36dd84db457e01f7415fbf96e8c6]

        INTEGRATION: CWS sb59 (1.5.114); FILE MERGED 2006/08/29 16:11:02 sb 1.5.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7f540ff2eb03835d7a49d36e2300444e7df40d5b]

        INTEGRATION: CWS sb59 (1.6.100); FILE MERGED 2006/08/29 16:11:02 sb 1.6.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [db9d014f2cce5eaa2af241a71ca647c15beb13e6]

        INTEGRATION: CWS sb59 (1.5.100); FILE MERGED 2006/08/29 16:11:02 sb 1.5.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9adda7f9e4a01a9c9d3794a360925d4dae41bfaf]

        INTEGRATION: CWS sb59 (1.5.28); FILE MERGED 2006/08/29 16:11:02 sb 1.5.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [497036ab397854392d2b0e392d4259740e6d78e8]

        INTEGRATION: CWS sb59 (1.3.114); FILE MERGED 2006/08/29 16:11:02 sb 1.3.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9f5c3047eb695e664b552446c2053e6e17e8d455]

        INTEGRATION: CWS sb59 (1.6.4); FILE MERGED 2006/08/29 16:11:01 sb 1.6.4.2: #i67487# Made code warning-free (wntmsci10). 2006/08/22 13:50:59 sb 1.6.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [51ad50bb8af578b286245c25a290c67dfbe4f600]

        INTEGRATION: CWS sb59 (1.5.28); FILE MERGED 2006/08/29 16:11:01 sb 1.5.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [008d526b178cea19e1e14e80c4d3c5c44f20a121]

        INTEGRATION: CWS sb59 (1.24.28); FILE MERGED 2006/08/29 16:11:01 sb 1.24.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0b700f00765fd2d528e8f0f77253c03c8ddcb2b4]

        INTEGRATION: CWS sb59 (1.4.114); FILE MERGED 2006/08/29 16:11:00 sb 1.4.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [80a157d9494fe3e7bb6aaafaf16fffa452d7e277]

        INTEGRATION: CWS sb59 (1.11.28); FILE MERGED 2006/08/29 16:11:00 sb 1.11.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2e858778ede1feae6f246de4b65ddb417d5d4643]

        INTEGRATION: CWS sb59 (1.6.28); FILE MERGED 2006/08/29 16:11:00 sb 1.6.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [88716c0b8264de80dd09299720c3d136eb164111]

        INTEGRATION: CWS sb59 (1.5.28); FILE MERGED 2006/08/29 16:11:00 sb 1.5.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [482b2970617a2cf5ab235f3255f9307ff2b70e58]

        INTEGRATION: CWS sb59 (1.3.114); FILE MERGED 2006/08/29 16:11:00 sb 1.3.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [de18894c13fe7a6e2911531a1735f9fd8a1f8a16]

        INTEGRATION: CWS sb59 (1.6.28); FILE MERGED 2006/08/29 16:10:59 sb 1.6.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [91f7ccd5d2d59b5c39c55194b43858822ce604c0]

        INTEGRATION: CWS sb59 (1.43.18); FILE MERGED 2006/08/22 13:50:59 sb 1.43.18.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06d17456e4e8b318090aacb3da4b7499ba417d0b]

        INTEGRATION: CWS sb59 (1.10.114); FILE MERGED 2006/08/29 16:10:59 sb 1.10.114.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [293d1536e4434627f94a909686cc3e7fe804ac19]

        INTEGRATION: CWS sb59 (1.39.8); FILE MERGED 2006/08/29 16:10:59 sb 1.39.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [df6372f7ee888221b5cc201a2e424449fb9e2bbf]

        INTEGRATION: CWS sb59 (1.15.28); FILE MERGED 2006/08/29 16:10:59 sb 1.15.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3bed10526ebdf36e80fe492b672d7479e207387c]

        INTEGRATION: CWS sb59 (1.39.28); FILE MERGED 2006/08/29 16:10:59 sb 1.39.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [529b74ef4bd1340519c64a747e36d19e132bad6e]

        INTEGRATION: CWS sb59 (1.49.26); FILE MERGED 2006/09/08 08:01:49 sb 1.49.26.2: Manually resolved merge conflicts against SRC680m183. 2006/08/29 16:10:59 sb 1.49.26.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2e4a099689244e50d0f2c7c13eabcfd2b4164f1e]

        INTEGRATION: CWS sb59 (1.8.28); FILE MERGED 2006/08/29 16:10:58 sb 1.8.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [610fcc61439382adccb83815f5b2563570808b20]

        INTEGRATION: CWS sb59 (1.13.28); FILE MERGED 2006/08/29 16:10:58 sb 1.13.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [479972847bcc5e6bf14c33cc46ba05adddaee919]

        INTEGRATION: CWS sb59 (1.33.4); FILE MERGED 2006/08/29 16:10:58 sb 1.33.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [0e5e5fe75dadf8a865c990e85211dfc3b76af01e]

        INTEGRATION: CWS sb59 (1.75.16); FILE MERGED 2006/08/29 16:10:58 sb 1.75.16.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [e8be5fd93faab663b08ff1ff084919eca9a91d67]

        INTEGRATION: CWS sb59 (1.46.10); FILE MERGED 2006/08/23 13:30:40 sb 1.46.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [33f03b90e09cc24acce5f0e03bf4b3a60e7dd734]

        INTEGRATION: CWS sb59 (1.56.10); FILE MERGED 2006/08/23 13:30:40 sb 1.56.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [f9db5f07cc52d46dce1d18e2eda5f0d590221587]

        INTEGRATION: CWS sb59 (1.8.10); FILE MERGED 2006/08/23 13:30:40 sb 1.8.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [118fb33334916884ac2854008ebeb1b51983864f]

        INTEGRATION: CWS sb59 (1.10.10); FILE MERGED 2006/08/23 13:30:39 sb 1.10.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [00840565b918d935c2264c86668aa7aaf4314549]

        INTEGRATION: CWS sb59 (1.110.10); FILE MERGED 2006/08/23 13:30:39 sb 1.110.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8521047f1966f892888840133aeca637f0add56f]

        INTEGRATION: CWS sb59 (1.7.450); FILE MERGED 2006/08/23 13:30:39 sb 1.7.450.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5ab73012e6abb0a57c320881d6299944c9bda8c7]

        INTEGRATION: CWS sb59 (1.85.10); FILE MERGED 2006/08/23 13:30:38 sb 1.85.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [80d1b9d30a2e9e5da5ce54dbf14734427e19c857]

        INTEGRATION: CWS sb59 (1.13.284); FILE MERGED 2006/08/23 07:53:42 sb 1.13.284.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [82651cd274b890cc15c766a74aeb58c263641a37]

        INTEGRATION: CWS sb59 (1.2.100); FILE MERGED 2006/08/10 12:04:55 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b90208bb4603a41a63791923b4778007637aa32b]

        INTEGRATION: CWS sb59 (1.7.100); FILE MERGED 2006/08/10 12:04:54 sb 1.7.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ff350bf344ba56f3e5a481f4a2157928844b3449]

        INTEGRATION: CWS sb59 (1.6.30); FILE MERGED 2006/08/10 12:04:54 sb 1.6.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ade9a5f7d3f55c202ea607271f4a7ebee03bfd90]

        INTEGRATION: CWS sb59 (1.2.100); FILE MERGED 2006/08/10 12:04:54 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1f13fcdd28b67ef42025006819ac9270208c2311]

        INTEGRATION: CWS sb59 (1.7.28); FILE MERGED 2006/08/10 12:04:54 sb 1.7.28.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b3ac4937c5929421affec3a5c3fc2c73b4d484fa]

        INTEGRATION: CWS sb59 (1.2.100); FILE MERGED 2006/08/10 12:04:53 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [2377d2cc88656c411ce2c4e147ddf3e70cfff0e0]

        INTEGRATION: CWS sb59 (1.3.100); FILE MERGED 2006/08/10 12:04:53 sb 1.3.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d411d3369a7e3ac2a8caa179c359cf36fbd0f1a5]

        INTEGRATION: CWS sb59 (1.5.100); FILE MERGED 2006/08/10 12:04:53 sb 1.5.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [57f725a5209712c0f4c21c855201d9c840573e22]

        INTEGRATION: CWS sb59 (1.4.100); FILE MERGED 2006/08/10 12:04:53 sb 1.4.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [d98b7d2ba5d92a39e7b410c012d755ed75449a33]

        INTEGRATION: CWS sb59 (1.5.100); FILE MERGED 2006/08/10 12:04:52 sb 1.5.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [62814e77df53f44d18420f093f9ea057b4c019ab]

        INTEGRATION: CWS sb59 (1.6.100); FILE MERGED 2006/08/10 12:04:52 sb 1.6.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4323d7290d104656762d58cab0e48b411f695636]

        INTEGRATION: CWS sb59 (1.6.66); FILE MERGED 2006/08/10 12:04:52 sb 1.6.66.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [29e57d7e200ebcf08bbd52819dcfa7a183d9c19c]

        INTEGRATION: CWS sb59 (1.4.100); FILE MERGED 2006/08/10 12:04:52 sb 1.4.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6122b9025e4c9019bda497552bf79a75b8f3b870]

        INTEGRATION: CWS sb59 (1.9.100); FILE MERGED 2006/08/10 12:04:51 sb 1.9.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bc6e0e6771efdc85287aece95c7edc9b2bbe5f03]

        INTEGRATION: CWS sb59 (1.6.100); FILE MERGED 2006/08/10 12:04:51 sb 1.6.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [97b69ffd17cf4ade2e3f56eda3b7c4e155a34dc3]

        INTEGRATION: CWS sb59 (1.8.14); FILE MERGED 2006/08/18 18:43:45 sb 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2006/08/10 12:04:51 sb 1.8.14.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [cfb664bbb42277a4c197a62afecc17735b4a958f]

        INTEGRATION: CWS sb59 (1.3.100); FILE MERGED 2006/08/10 12:04:51 sb 1.3.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [202903e92a32c09ad479cd29f2043e3b13d4345b]

        INTEGRATION: CWS sb59 (1.4.100); FILE MERGED 2006/08/10 12:04:50 sb 1.4.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [467a7ada04b502767f625de3630659d1e30c8be8]

        INTEGRATION: CWS sb59 (1.3.100); FILE MERGED 2006/08/10 12:04:50 sb 1.3.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [205f33bbad17224d69e53a70796bca24ef66b7c6]

        INTEGRATION: CWS sb59 (1.2.100); FILE MERGED 2006/08/10 12:04:50 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6b0dfcd160cc7e597948949af1a51bbbd804d619]

        INTEGRATION: CWS sb59 (1.3.30); FILE MERGED 2006/08/10 12:04:49 sb 1.3.30.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [caab0a069156ddb494fbcc54e602f2a65f1ce868]

        INTEGRATION: CWS sb59 (1.8.100); FILE MERGED 2006/08/10 12:04:49 sb 1.8.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b97c06b07bb169d5cdc23185a28633d153f31440]

        INTEGRATION: CWS sb59 (1.8.100); FILE MERGED 2006/08/10 12:04:48 sb 1.8.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [008a96b540daacc513275ea7c90c288514cd050f]

        INTEGRATION: CWS sb59 (1.12.100); FILE MERGED 2006/08/10 12:04:48 sb 1.12.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [21d31d79de47cc531ea023ec054a93b63ed659ee]

        INTEGRATION: CWS sb59 (1.13.100); FILE MERGED 2006/08/10 12:04:48 sb 1.13.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [89311ee91a793f274b0c4adc35f5063ba2bec269]

        INTEGRATION: CWS sb59 (1.23.100); FILE MERGED 2006/08/10 12:04:48 sb 1.23.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [c549277b0b32f41c5ac6ed9b07d71835af457a19]

        INTEGRATION: CWS sb59 (1.4.100); FILE MERGED 2006/08/10 12:04:48 sb 1.4.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6eb378afef194379ee780e4ab8cf7ce55ea66a5e]

        INTEGRATION: CWS sb59 (1.3.100); FILE MERGED 2006/08/10 12:04:48 sb 1.3.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [93e1625e882743c38d314d1181637390b7b38001]

        INTEGRATION: CWS sb59 (1.10.100); FILE MERGED 2006/08/10 12:04:48 sb 1.10.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4238a23861d8d672f1fbb77f07389cbfff33b215]

        INTEGRATION: CWS sb59 (1.8.100); FILE MERGED 2006/08/10 12:04:47 sb 1.8.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fbca36253b11639234ec8cff03b3566b00ba0f54]

        INTEGRATION: CWS sb59 (1.12.100); FILE MERGED 2006/08/10 12:04:47 sb 1.12.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [61ec919fef2e65e32145c6398650c8fa08dbc9dd]

        INTEGRATION: CWS sb59 (1.2.100); FILE MERGED 2006/08/10 12:04:47 sb 1.2.100.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [eeb2c97ba18af49a24d228c236ccd473103e83ec]

        INTEGRATION: CWS sb59 (1.10.4); FILE MERGED 2006/08/18 18:42:54 sb 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2006/08/10 12:04:47 sb 1.10.4.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [7079493a2d469289007b4573aa6aceec9c6f5193]

        INTEGRATION: CWS sb59 (1.9.46); FILE MERGED 2006/08/10 08:16:27 sb 1.9.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [40c2529dc4c33c9e95335cbcafde15c4ab85d5da]

        INTEGRATION: CWS sb59 (1.7.46); FILE MERGED 2006/08/10 08:16:27 sb 1.7.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [a529cf068eb8f4f29c226aabe482d8d3349da33d]

        INTEGRATION: CWS sb59 (1.4.46); FILE MERGED 2006/08/10 08:16:27 sb 1.4.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [92d38654639b5fdd65f88cb5016b25ca3d2bc646]

        INTEGRATION: CWS sb59 (1.5.46); FILE MERGED 2006/08/10 08:16:26 sb 1.5.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6d6a0a194ee75d46ebd344d4f1f3406b6f9155b9]

        INTEGRATION: CWS sb59 (1.7.46); FILE MERGED 2006/08/10 08:16:25 sb 1.7.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ec5a0e66b6e285e20c54fc26d007b7eb6480f11f]

        INTEGRATION: CWS sb59 (1.37.12); FILE MERGED 2006/08/18 18:21:42 sb 1.37.12.2: RESYNC: (1.37-1.39); FILE MERGED 2006/08/10 08:16:25 sb 1.37.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fa890c6404a55b0075a69f4ef0d800132350539d]

        INTEGRATION: CWS sb59 (1.4.46); FILE MERGED 2006/08/10 08:16:24 sb 1.4.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b28ed53d50b3e1374dea4958677a021ae9c81ec8]

        INTEGRATION: CWS sb59 (1.15.46); FILE MERGED 2006/08/10 08:16:24 sb 1.15.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4437a2d16ecd3d1d88283dfde03998ddfa49c6f2]

        INTEGRATION: CWS sb59 (1.16.46); FILE MERGED 2006/08/10 08:16:23 sb 1.16.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [029ca25e54b5ff98e27896975d7206b827cb439c]

        INTEGRATION: CWS sb59 (1.8.46); FILE MERGED 2006/08/10 08:16:23 sb 1.8.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [b4bb033206c271e8423b85102dfd73d7c3978e53]

        INTEGRATION: CWS sb59 (1.6.46); FILE MERGED 2006/08/10 08:16:23 sb 1.6.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1d73ff9cc2d9137a2593e9fa329e6a23c8124e8c]

        INTEGRATION: CWS sb59 (1.94.40); FILE MERGED 2006/08/10 08:16:22 sb 1.94.40.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [31392fec2a1faccd7688a6a27ea0a44c365bcbfd]

        INTEGRATION: CWS sb59 (1.3.196); FILE MERGED 2006/08/10 08:16:21 sb 1.3.196.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [dccde65edadf33c9ac8b9255a2dca508c9c1037c]

        INTEGRATION: CWS sb59 (1.4.46); FILE MERGED 2006/08/10 08:16:21 sb 1.4.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9d056c3ebe777a2a95ee69988951786eac4b62c0]

        INTEGRATION: CWS sb59 (1.5.142); FILE MERGED 2006/08/10 08:16:20 sb 1.5.142.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [629fed374894e768ec43551e005cdc300bec1d70]

        INTEGRATION: CWS sb59 (1.38.46); FILE MERGED 2006/08/10 08:16:20 sb 1.38.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [08265290b14f528ab2c7495a374b269ba8019787]

        INTEGRATION: CWS sb59 (1.14.46); FILE MERGED 2006/08/10 08:16:20 sb 1.14.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [3e0322fd5722b782d044ca6ef2c7aace3c552f97]

        INTEGRATION: CWS sb59 (1.9.46); FILE MERGED 2006/08/10 08:16:20 sb 1.9.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [aaaef77f0177340ab5b19063e245756e001248b1]

        INTEGRATION: CWS sb59 (1.5.46); FILE MERGED 2006/08/10 08:13:51 sb 1.5.46.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9be1b68266004b1aa3ba7b262a00ab6933e3a92b]

        INTEGRATION: CWS sb59 (1.7.196); FILE MERGED 2006/08/10 08:13:50 sb 1.7.196.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [5e17670e3fd5e1747138723b346ef1d434931d84]

        INTEGRATION: CWS sb59 (1.41.10); FILE MERGED 2006/07/21 07:03:58 sb 1.41.10.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [40074c73777921f5645f386ce60837907ffe963e]

        INTEGRATION: CWS sb59 (1.6.170); FILE MERGED 2006/08/22 08:47:27 sb 1.6.170.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4769431d51fc12706ab9b6610062f5ea0c42a3a5]

        INTEGRATION: CWS sb59 (1.13.8); FILE MERGED 2006/08/10 12:19:28 sb 1.13.8.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ab7c51cd9187b56dd9cbceee6bd835e4473adf71]

        INTEGRATION: CWS sb59 (1.2.4); FILE MERGED 2006/08/31 11:13:44 thb 1.2.4.2: #i69122# choked gcc's warnings about shadowed builtin abs/ceil/floor; shut-up SunCC's complaint about mismatching enum types in comparison (though it' 2006/08/30 22:49:04 thb 1.2.4.1: #i69122# Made vigra compile (mostly) warning-free

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1eb55cc4cd95c4361a04f21c6505f0488af5b809]

        INTEGRATION: CWS sb59 (1.7.10); FILE MERGED 2006/08/30 09:47:34 sb 1.7.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [1d5423806ef94fb49a24ab1cc670343d41b21031]

        INTEGRATION: CWS sb59 (1.9.10); FILE MERGED 2006/08/30 09:47:34 sb 1.9.10.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [fabb9d4f57aaf42fc20dc1604698933c9e82f8ce]

        INTEGRATION: CWS sb59 (1.11.12); FILE MERGED 2006/08/30 09:47:34 sb 1.11.12.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [4f496ef8f45e0d328f3851baf9d7001dd36605fc]

        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>  [48878b074a8e713924cc61cc3fa28f39e5bc9ad2]

        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>  [554beb654c593c26cd74452779b9053333547027]

        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>  [02b45edcbc31cc574d0acdcf694d7e62f5842e19]

        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>  [d44ebdb30374f4a09ad015195c7408477e18621e]

        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>  [cfee2347f3513a89dbc660d14c257c7c35fd35b2]

        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>  [6c6c9b71a0c9137352c21f490a59d0588443f042]

        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>  [47efae36aaa17093bb46805321b3630d04f1174f]

        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>  [079f776466c3532b00e736644dc8f1c922760b96]

        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>  [577100ddaf9802cf23cb217769726fea9e667dac]

        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>  [d1e2691730707739bb965d1e97158be6f1783c33]

        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>  [68be040ad5fd421a25bbaceeb0a904288ec23624]

        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>  [a8faa645f38ee61864316e5443d4dc93e1f09fef]

        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>  [6fda2edbc0e94a13bd3c4787d186c6662c46a3d2]

        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-12  Oliver Bolte  <obo@openoffice.org>  [0cd146fa5fae5017bd8b585c7cbb4c68fa1f25e6]

        INTEGRATION: CWS sb59 (1.5.96); FILE MERGED 2006/08/18 15:30:02 sb 1.5.96.2: RESYNC: (1.5-1.6); FILE MERGED 2006/07/27 13:34:55 sb 1.5.96.1: #i67487# Made code warning-free (wntmsci10).

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [efb6331cd346c1daf4cfef68d23c6ad2f4c62186]

        INTEGRATION: CWS sb59 (1.7.54); FILE MERGED 2006/07/21 07:08:44 sb 1.7.54.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [25e61937e0cbfd15d34e3b49d8a43dcd0c420808]

        INTEGRATION: CWS sb59 (1.7.100); FILE MERGED 2006/07/21 07:08:44 sb 1.7.100.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [6e6094b91e00168ceb50bb2a0eab6164fd14df8e]

        INTEGRATION: CWS sb59 (1.5.102); FILE MERGED 2006/07/21 07:08:44 sb 1.5.102.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [bfa488f4a80e6e29a9cd7fa5df303dd0cb1130d4]

        INTEGRATION: CWS sb59 (1.5.100); FILE MERGED 2006/07/21 07:08:43 sb 1.5.100.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [ca11ea679680ebf9eef0ca9a27dc1cc9575e26e8]

        INTEGRATION: CWS sb59 (1.4.102); FILE MERGED 2006/07/21 07:08:43 sb 1.4.102.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [8c950ca438b6b056ee398fb48f586cde8a8aed5f]

        INTEGRATION: CWS sb59 (1.7.102); FILE MERGED 2006/07/21 07:08:43 sb 1.7.102.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [9c2eda7f8296109201d450717a19a25362bda04b]

        INTEGRATION: CWS sb59 (1.12.8); FILE MERGED 2006/07/21 07:08:43 sb 1.12.8.1: #i67487# Removed NOTIFY_LISTENERS.

2006-10-12  Oliver Bolte  <obo@openoffice.org>  [06ca024d4f7848e486fbad1fad638ccba2ba48be]

        #i70329# fix for x86_64

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [057b79cb073be7f48dfb465eadc5ac02c03f5c04]

        INTEGRATION: CWS gh12c (1.2.20); FILE MERGED 2006/09/22 10:59:50 gh 1.2.20.1: #i69728#remove german strings to prohibit translation

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [0bd02d2cc252789a5aec8e9a221198ebf6f0eebf]

        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>  [546bf987fb56bf78b78b45277cb237a2ffde8dcf]

        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>  [4ddcf4ee2710d562a517ae396eace3b39f8ef120]

        INTEGRATION: CWS gh12c (1.180.30); FILE MERGED 2006/09/13 14:49:35 gh 1.180.30.1: #i69023# build *_sid.hid files again

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [aa6c3e6eb4dbec7033d8125bb3fdf3dca1234666]

        INTEGRATION: CWS gh12c (1.26.16); FILE MERGED 2006/09/13 15:41:51 gh 1.26.16.1: #i65188# use prefix sym: to mark symbolic IDs

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [2bfca3704e769260f4937bb7abebb0385e6739e1]

        INTEGRATION: CWS cmcfixes28 (1.162.8); FILE MERGED 2006/10/02 09:54:29 cmc 1.162.8.2: RESYNC: (1.162-1.164); FILE MERGED 2006/09/27 11:18:44 cmc 1.162.8.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [3050e3fb24cf691764395a4362ae59787a8b1a58]

        INTEGRATION: CWS cmcfixes28 (1.39.158); FILE MERGED 2006/09/27 11:20:28 cmc 1.39.158.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [569c9bc3263d6e3a31278f5fd82e98e53485434a]

        INTEGRATION: CWS cmcfixes28 (1.43.172); FILE MERGED 2006/09/27 11:20:28 cmc 1.43.172.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [f52e1e992cfbb1a56f9704da3f3f774b7a41deb9]

        INTEGRATION: CWS cmcfixes28 (1.110.14); FILE MERGED 2006/09/27 10:23:52 cmc 1.110.14.1: #i69841# type promotion fixes for x86_64 .ppt import line spacing

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [f43cd99a8916601017b9dc2f48a3b12f6fb45f1e]

        INTEGRATION: CWS cmcfixes28 (1.10.20); FILE MERGED 2006/10/03 09:59:27 cmc 1.10.20.1: #i70061# 64bit pointers into 32bit values :-(

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [7e32cd9a543d3cb42eb2531e23b1165907b6a22a]

        INTEGRATION: CWS cmcfixes28 (1.35.14); FILE MERGED 2006/09/27 09:58:27 cmc 1.35.14.1: #i69905# use const_cast instead of C style ones to avoid gcc confusion about casting

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [2303c54b3c60064477bd77ebc97229643c9c2be4]

        INTEGRATION: CWS cmcfixes28 (1.116.8); FILE MERGED 2006/10/02 09:53:54 cmc 1.116.8.2: RESYNC: (1.116-1.118); FILE MERGED 2006/09/27 11:18:51 cmc 1.116.8.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [b1398db00e41424887572204a26cb51e941be02d]

        INTEGRATION: CWS cmcfixes28 (1.177.8); FILE MERGED 2006/10/02 09:54:05 cmc 1.177.8.2: RESYNC: (1.177-1.179); FILE MERGED 2006/09/27 11:18:49 cmc 1.177.8.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [df907c43f80ba4b4ea94268a20daa29cd1e65e2d]

        INTEGRATION: CWS cmcfixes28 (1.18.8); FILE MERGED 2006/09/27 09:27:28 cmc 1.18.8.1: #i69260# unneccesary iostreams.h

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [0193c048c1d6c4706bac9f098844812f3b13a9e1]

        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>  [863e76a5bbbbb72eee5b6370c88ac4078f112953]

        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>  [535bee214599edd06ed161bf423ab7ac96d71b28]

        INTEGRATION: CWS cmcfixes28 (1.17.18); FILE MERGED 2006/09/27 11:19:41 cmc 1.17.18.1: #i69026# add some optional support for an additional serializer.jar location

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9bc03b24b0fd7556cd88380f5ad996e88cb9d756]

        INTEGRATION: CWS native66 (1.40.50); FILE MERGED 2006/09/27 15:07:01 is 1.40.50.1: #i69915# removing superfluous include pathes

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [4e6c09f1292fb199ff3ad5ffcfb0fca8453aee10]

        INTEGRATION: CWS native66 (1.15.282); FILE MERGED 2006/09/28 10:11:41 is 1.15.282.3: #i69915# removing old comments 2006/09/27 15:08:16 is 1.15.282.2: #i69915# improve pack performance 2006/09/27 13:58:27 is 1.15.282.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [2cff1fdbbac516a38b7a8d93ff05cdc9f18e4198]

        INTEGRATION: CWS native66 (1.38.8); FILE MERGED 2006/09/27 15:08:16 is 1.38.8.2: #i69915# improve pack performance 2006/09/27 13:58:26 is 1.38.8.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [b173b425a1c1478ab3c4b43e58e09b751e3e3387]

        INTEGRATION: CWS native66 (1.23.166); FILE MERGED 2006/09/27 15:08:15 is 1.23.166.2: #i69915# improve pack performance 2006/09/27 13:58:26 is 1.23.166.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [647424815ed7cd0f07753ca0623b373fedc1015d]

        INTEGRATION: CWS native66 (1.28.54); FILE MERGED 2006/09/27 13:58:26 is 1.28.54.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [aebf8c2c9fbb802869884e1078218eda7c928e0a]

        INTEGRATION: CWS native66 (1.57.8); FILE MERGED 2006/09/27 13:58:26 is 1.57.8.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [19b5ee59d8102103d25745d49fa0c2dea339539c]

        INTEGRATION: CWS native66 (1.29.118); FILE MERGED 2006/09/27 13:58:26 is 1.29.118.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [32650e60de962133f5640ff177f8095ca22ed97c]

        INTEGRATION: CWS native66 (1.69.8); FILE MERGED 2006/09/28 10:11:41 is 1.69.8.2: #i69915# removing old comments 2006/09/27 13:58:25 is 1.69.8.1: #i69915# improving pack performance

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [b2f3cab4fa0f7de34a0e8e9493f3938655d55734]

        INTEGRATION: CWS swstability06 (1.53.22); FILE MERGED 2006/09/26 07:58:13 ama 1.53.22.2: RESYNC: (1.53-1.54); FILE MERGED 2006/09/01 12:17:58 ama 1.53.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9494ca61cbd5094d16b965447c4f2b1fa0b42491]

        INTEGRATION: CWS swstability06 (1.60.20); FILE MERGED 2006/09/26 07:57:41 ama 1.60.20.2: RESYNC: (1.60-1.62); FILE MERGED 2006/09/01 12:17:44 ama 1.60.20.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [8f9772c3ff7a79ee32633ebb23b50eb2a826a081]

        INTEGRATION: CWS swstability06 (1.55.22); FILE MERGED 2006/09/26 07:50:06 ama 1.55.22.2: RESYNC: (1.55-1.56); FILE MERGED 2006/09/20 07:09:35 ama 1.55.22.1: #136939#: Nested redline/table problem

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [39cc3d536cb5c44e81c98bece181caa36dc712a7]

        INTEGRATION: CWS swstability06 (1.122.22); FILE MERGED 2006/09/26 07:49:46 ama 1.122.22.3: RESYNC: (1.122-1.123); FILE MERGED 2006/09/20 07:18:10 ama 1.122.22.2: #136939#: Nested redline/table problem 2006/09/20 07:09:07 ama 1.122.22.1: #136939#: Nested redline/table problem

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [22ff0a45bd75138c0bc83f53a0f7154d0bc903cf]

        INTEGRATION: CWS swstability06 (1.19.22); FILE MERGED 2006/09/26 07:47:11 ama 1.19.22.3: RESYNC: (1.19-1.20); FILE MERGED 2006/09/20 07:08:23 ama 1.19.22.2: #136939#: Nested redline/table problem 2006/09/20 06:55:11 ama 1.19.22.1: #136939#: Nested redline/table problem

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [00bc25f18422dcbafdc46e9f97b36b3b851c830a]

        INTEGRATION: CWS swstability06 (1.13.22); FILE MERGED 2006/09/20 06:53:27 ama 1.13.22.1: #136939#: Nested redline/table problem

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [98eb30d486259f985989a656869c3dc3b2df52c7]

        INTEGRATION: CWS swstability06 (1.2.22); FILE MERGED 2006/09/05 07:49:02 ama 1.2.22.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [0a8ea12c834c64580a8872311dfbb6b91c305c93]

        INTEGRATION: CWS swstability06 (1.2.22); FILE MERGED 2006/09/26 07:12:05 ama 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2006/09/05 07:48:37 ama 1.2.22.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [5f7609c7a2cc30ee69167d4b0eae5dc36d88ebba]

        INTEGRATION: CWS swstability06 (1.25.22); FILE MERGED 2006/09/26 07:03:46 ama 1.25.22.4: RESYNC: (1.25-1.26); FILE MERGED 2006/09/01 13:16:29 ama 1.25.22.3: #i68827#: CleanUp for timer access 2006/09/01 12:51:26 ama 1.25.22.2: #i68827#: CleanUp for timer access 2006/09/01 12:26:46 ama 1.25.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9e51011c8f2b3cb5948182508fdb9ca7687e0188]

        INTEGRATION: CWS swstability06 (1.61.22); FILE MERGED 2006/09/26 07:03:10 ama 1.61.22.4: RESYNC: (1.61-1.62); FILE MERGED 2006/09/01 13:16:18 ama 1.61.22.3: #i68827#: CleanUp for timer access 2006/09/01 12:51:11 ama 1.61.22.2: #i68827#: CleanUp for timer access 2006/09/01 12:27:02 ama 1.61.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [684469c552bdbec021b2e1b5127299dc46fed237]

        INTEGRATION: CWS swstability06 (1.91.22); FILE MERGED 2006/09/26 07:02:44 ama 1.91.22.2: RESYNC: (1.91-1.93); FILE MERGED 2006/09/01 12:27:16 ama 1.91.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [25623e869d3da0c6fcf56f737c66d6d5938d00bf]

        INTEGRATION: CWS swstability06 (1.40.22); FILE MERGED 2006/09/26 06:44:21 ama 1.40.22.2: RESYNC: (1.40-1.41); FILE MERGED 2006/09/13 07:00:03 ama 1.40.22.1: #i68139#: Robust against wrong redlines

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [288724b076c359e7a68ec0dc706b42ab3201a30e]

        INTEGRATION: CWS swstability06 (1.66.22); FILE MERGED 2006/09/26 06:44:04 ama 1.66.22.2: RESYNC: (1.66-1.67); FILE MERGED 2006/09/01 12:23:32 ama 1.66.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [89dfc6ffba52a23c32cc3632ac551f9ffe8a9118]

        INTEGRATION: CWS swstability06 (1.41.22); FILE MERGED 2006/09/26 06:43:57 ama 1.41.22.2: RESYNC: (1.41-1.42); FILE MERGED 2006/09/01 12:23:45 ama 1.41.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [f6cafcba1807561c32c8d90e6146d4b4baab1ccb]

        INTEGRATION: CWS swstability06 (1.4.500); FILE MERGED 2006/09/26 06:35:31 ama 1.4.500.2: RESYNC: (1.4-1.5); FILE MERGED 2006/09/01 12:07:41 ama 1.4.500.1: #i69146#: Unnecessary includes removed

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [5bc92d7e8a389f57383aab6f2aa1884d33528ff7]

        INTEGRATION: CWS swstability06 (1.8.22); FILE MERGED 2006/09/26 06:34:55 ama 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2006/09/01 12:15:59 ama 1.8.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [c63e352bbc94e481aa8dfd98abc759d61739b05d]

        INTEGRATION: CWS swstability06 (1.25.20); FILE MERGED 2006/09/01 12:09:56 ama 1.25.20.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [8af6d18f004484ac8063b13b2fb8ce92c7474fd5]

        INTEGRATION: CWS swstability06 (1.35.22); FILE MERGED 2006/09/01 12:10:30 ama 1.35.22.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [8dd10c5cbb0d38a9862d9307b07f396dbf2f2ff0]

        INTEGRATION: CWS swstability06 (1.124.20); FILE MERGED 2006/09/26 06:27:39 ama 1.124.20.2: RESYNC: (1.124-1.125); FILE MERGED 2006/09/01 12:11:56 ama 1.124.20.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [103e42e22058a88031bdb166baf35456f0f5a6a0]

        INTEGRATION: CWS swstability06 (1.7.500); FILE MERGED 2006/09/01 12:06:09 ama 1.7.500.1: #i69146#: Unnecessary includes removed

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [4c68e0a60d6068deb0b73c05bd4e17e6d6304959]

        INTEGRATION: CWS swstability06 (1.4.500); FILE MERGED 2006/09/01 12:02:20 ama 1.4.500.1: #i69146#: Unnecessary includes removed

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [30226a008790a625daa2b4745465a9ddb8ad850f]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:50:30 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [ea470d40ae7a195980213d14459ad4eabd6a326f]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:53:16 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [6fba51fc0a001ede1eb0d7b8e218af636fc3fdde]

        INTEGRATION: CWS swstability06 (1.1.2); FILE ADDED 2006/09/01 12:14:19 ama 1.1.2.1: #i68827#: CleanUp for timer access

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [298494ac03e105a761906c5cca729f7ccffbb693]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:53:03 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [f0502e3d4a04721b6790c77b642e83178bca919e]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:52:44 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [c24bd2ac2ba7827bb78a35d88942efde13536396]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:52:35 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [bb512870c84e7f423b479e6194dbc86aaf250448]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:52:20 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [f1214107f2184b4fd401dfba6b89c78cc516d68b]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:52:10 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [bee99cff03c3a4cb289055959d906797031e9168]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:52:01 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [6f207c4469f710fac30cce01a0be0a2ad5291fa8]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:51:46 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [fd7e1fc04ffb7aa2a4b536eece281465921b16fd]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:51:36 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [fb3faa00d4f00f98904d8e4cf747acbf2da3d047]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:51:16 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [30b318b7ceb244bfd933fa543cf4bf23ac2b9596]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:51:06 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [28b4db6f36880f11da2ba5494d000a7ee89d06ce]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:50:55 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [d23e684b949f36f1efa43ede589cd179ff4c6bd8]

        INTEGRATION: CWS swstability06 (1.2.24); FILE MERGED 2006/09/05 07:50:41 ama 1.2.24.1: #i69186#: Licence correction

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [9c2dae260107e9cd6a73d57b69bd748ec0fc3959]

        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>  [505de0b4b329d829321fde5923724bce54038704]

        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>  [ca987eee7a0fd3d9e026ca2b7de34ddd5035efdc]

        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>  [59b36e5c0fc770c1676a85cfb8abc8ee3617dcff]

        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>  [91d4ec50a0c959ef509552c60a44f0bed29cec50]

        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>  [ac0b354a490d0ae688a5eafc9703bffb9d83aacd]

        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>  [7dc41d0ace05a58e3011d70c120136a9545fb67d]

        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>  [7d41d8c6d838c46322f06352c931b0b8b737ecf4]

        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>  [6d8555095b1ce63782ace06d8e81c947739df2ac]

        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>  [230b14d352a2903c8c9a53b2da929908ec93ecd8]

        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>  [224ed696c793b8f40ab2f054314e48dd6d44fa65]

        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>  [2f2568095c46bc7bcc01d4b295744509fdc6138a]

        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>  [76700a1e60950d302d5bd07b3d116a34af0ecbcc]

        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>  [61718e5018c8a042c10e75ae252fcbe9a837a06a]

        INTEGRATION: CWS vcl66 (1.109.110); FILE MERGED 2006/09/20 10:54:02 pl 1.109.110.2: RESYNC: (1.109-1.110); FILE MERGED 2006/09/20 09:04:21 pl 1.109.110.1: #i69645# do not use SetActualText too often

2006-10-11  Oliver Bolte  <obo@openoffice.org>  [282ed470a387cf20510f8e748f035458e0a734a6]

        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-10  Kurt Zenker  <kz@openoffice.org>  [3faa4468af212ece8e6b6e449de66ab9151d2ab0]

        #i10000# restrictionflags overwiteable (hjs)

2006-10-10  Kurt Zenker  <kz@openoffice.org>  [391fb04eb6efd796faf9eba2eb62cb3d7781ed55]

        #i10000# fix path structure for c08office_patch

2006-10-09  Kurt Zenker  <kz@openoffice.org>  [09ef5ba022f4024a0dd8dda0bff1361a2ecdbf3d]

        #i10000# diff changes to get it buildable

2006-10-09  Kurt Zenker  <kz@openoffice.org>  [ae24c82ca95e533b9a0755b9948dc772dea8066c]

        #i10000# chg. project name to libegg

2006-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [03ab341da16e0f70b703b77f27790dbe62331c6e]

        #i70246# add pch include path to custom compile line

2006-10-09  Kurt Zenker  <kz@openoffice.org>  [8318428c19869ebe78d169966ceaf90485e5c1a4]

        #i10000# missing extern c

2006-10-09  Kurt Zenker  <kz@openoffice.org>  [78fc0c05c7456cca3c40521582d395858438b1ca]

        #i10000# use oslGenericFunction instead of function pointer

2006-10-09  Kurt Zenker  <kz@openoffice.org>  [08c87aa029e988d1b9b642befb265403dba74725]

        #i10000# use getFunctionSymbol instead of getSymbol

2006-10-09  Caolán McNamara  <cmc@openoffice.org>  [7aed0682619877186ee4796d2110147d57e44957]

        #i68928 add libxslt

2006-10-09  Hans-Joachim Lankenau  <hjs@openoffice.org>  [4fcfc8e26435d77152352baad5e51084b977450e]

        #i70194# missing dependency breaks mp builds

2006-10-06  Vladimir Glazounov  <vg@openoffice.org>  [9698d5d65ff9c8bc0984122dd7fe72c16a82ea02]

        new version for SRC680

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [e758376f13ecc6aa5d3b10a073e26092b2cd17f4]

        SRC680

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5105a836dc7a5889715ebd4591a6fd5702f899f2]

        #i10000# gernerate a new configure scpipt of configure.in rev 1.181

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b334ca3469a829de06c7a38056bb9162e074f4f9]

        INTEGRATION: CWS fwk46 (1.6.10); FILE MERGED 2006/08/21 08:33:52 mav 1.6.10.1: #i67988# avoid hash duplication

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b139855c36963227bd7e311b4a98defc7e46b7ee]

        INTEGRATION: CWS fwk46 (1.3.42); FILE MERGED 2006/08/21 08:33:52 mav 1.3.42.1: #i67988# avoid hash duplication

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [53dcd34e5f00cd25e3970866d09a4cbb3d0bc70e]

        INTEGRATION: CWS fwk46 (1.21.42); FILE MERGED 2006/08/21 08:33:51 mav 1.21.42.1: #i67988# avoid hash duplication

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [e192c51f8a3760271df686dd2c6ed224afa05450]

        INTEGRATION: CWS fwk46 (1.180.22); FILE MERGED 2006/09/11 16:18:38 mav 1.180.22.2: RESYNC: (1.180-1.181); FILE MERGED 2006/08/18 08:34:10 mav 1.180.22.1: #i65339# disconnect from the storage on retry

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b71d1110f5089ffb0a496b02bf309a0f740a656a]

        INTEGRATION: CWS fwk46 (1.21.18); FILE MERGED 2006/08/29 08:52:33 pb 1.21.18.2: fix: #i69014# set graphic path for Draw/Impress export 2006/08/17 15:53:18 mav 1.21.18.1: #i63542# fix selection of the default filter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [86bc2d0a8e1e12d3e86cd8147dae20d9e74e14b5]

        INTEGRATION: CWS fwk46 (1.6.84); FILE MERGED 2006/09/14 15:24:30 mav 1.6.84.1: #i64376# do the correct conversion

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [93a51f619f4953442b7411420d722c01f0e29e3b]

        INTEGRATION: CWS fwk46 (1.27.82); FILE MERGED 2006/09/12 18:04:47 mav 1.27.82.2: fix warning 2006/08/29 09:34:17 pb 1.27.82.1: fix: #b6454665# split buildid-list if it is too long for one line

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3870a1b6f62cffffd29413cc9a3c6c0e7b520a9f]

        INTEGRATION: CWS fwk46 (1.116.84); FILE MERGED 2006/09/05 06:27:36 pb 1.116.84.1: fix: #i68403# initialize SfxHelpIndexWindow_Impl::bWasCursorLeftOrRight

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [56434a05a9f9cb1fe678908d04f8d23619d29a6a]

        INTEGRATION: CWS fwk46 (1.109.2); FILE MERGED 2006/09/11 16:13:06 mav 1.109.2.2: RESYNC: (1.109-1.110); FILE MERGED 2006/08/29 08:58:16 pb 1.109.2.1: fix: #i68327# fix in error message

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [9f39070046678eb8aeb51d210c90150647d31ad7]

        INTEGRATION: CWS fwk46 (1.38.88); FILE MERGED 2006/09/11 10:53:43 pb 1.38.88.1: fix: #i68646# HelpId for RadioButtonListBox

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2ad115d7f5722c2547cd147cb3b52d747112f202]

        INTEGRATION: CWS fwk46 (1.64.22); FILE MERGED 2006/09/11 10:59:33 pb 1.64.22.1: fix: #i68646# HID_OPTIONS_MULTIPATH_LIST added

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [05548b21d7d57189965c598569bd7b2d0ca7706e]

        INTEGRATION: CWS fwk46 (1.16.152); FILE MERGED 2006/09/11 15:09:35 mav 1.16.152.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/11 10:29:15 mav 1.16.152.1: #i57728# fix copying and pasting of OLE objects without server

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [c995e9c984b10fc7368fd42f02d7483ed7aac70b]

        INTEGRATION: CWS fwk46 (1.102.20); FILE MERGED 2006/09/11 14:58:02 mav 1.102.20.2: RESYNC: (1.102-1.103); FILE MERGED 2006/08/11 10:29:14 mav 1.102.20.1: #i57728# fix copying and pasting of OLE objects without server

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [ab04c3ba130b941d226598b1023c4dc5de7dc874]

        INTEGRATION: CWS fwk46 (1.31.14); FILE MERGED 2006/08/28 11:59:29 mav 1.31.14.1: #i57728# get correct replacement

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3eb1a2bb93d582e293b8705897b5053051d91d4d]

        INTEGRATION: CWS gtkquickstart (1.160.6); FILE MERGED 2006/09/29 11:17:02 mmeeks 1.160.6.2: RESYNC: (1.160-1.166); FILE MERGED 2006/08/01 10:57:05 mmeeks 1.160.6.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [089212a020bc72794ba408beadd1b84d70327f9b]

        INTEGRATION: CWS gtkquickstart (1.206.30); FILE MERGED 2006/09/29 11:16:34 mmeeks 1.206.30.2: RESYNC: (1.206-1.209); FILE MERGED 2006/08/01 10:57:05 mmeeks 1.206.30.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [a65e36f771adda58bb0e926bb57039ff613a5120]

        INTEGRATION: CWS onlineupdate4 (1.9.162); FILE MERGED 2006/09/29 09:30:33 dv 1.9.162.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b6979b1231d9becd9c267ba6519c4d1dd6d70245]

        INTEGRATION: CWS onlineupdate4 (1.6.246); FILE MERGED 2006/09/29 09:30:33 dv 1.6.246.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [e3e5b23b703c59ea85d15d9362ad8ac889db7b74]

        INTEGRATION: CWS gtkquickstart (1.43.46); FILE MERGED 2006/08/07 13:45:00 mmeeks 1.43.46.2: Issue number: i#57872# Submitted by: mmeeks
        
        Fix a number of Win32 build / re-factoring issues in the initial work.
        2006/08/01 10:57:04 mmeeks 1.43.46.1: #i57872#
        gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [e00d7a51faa4099379a4b22af5b91b5b1d2d660a]

        INTEGRATION: CWS impress107 (1.27.102); FILE MERGED 2006/09/15 15:04:38 sj 1.27.102.1: #i69566# also applying destination pixel size when exporting single bitmaps

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [d4dcb052033c1a9a34c8adf8a6c9ca8706f01066]

        INTEGRATION: CWS onlineupdate4 (1.3.246); FILE MERGED 2006/09/29 09:30:33 dv 1.3.246.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3ee23b1341444fb7225d6ea2c2a5b4e8139ec1ff]

        INTEGRATION: CWS gtkquickstart (1.36.136); FILE MERGED 2006/09/29 11:02:03 mmeeks 1.36.136.3: RESYNC: (1.36-1.38); FILE MERGED 2006/08/07 13:45:00 mmeeks 1.36.136.2: Issue number: i#57872# Submitted by: mmeeks
        
        Fix a number of Win32 build / re-factoring issues in the initial work.
        2006/08/01 10:57:04 mmeeks 1.36.136.1: #i57872#
        gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [06b49609ec3e4098a70f8b3d441bebc21f02e6f4]

        INTEGRATION: CWS impress107 (1.135.136); FILE MERGED 2006/09/21 09:51:48 sj 1.135.136.1: #i69218# added patch (fixed uninitialized variable)

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3005d6a0a885a58780d24bbe76ad69d096d02816]

        INTEGRATION: CWS fwk46 (1.49.18); FILE MERGED 2006/08/28 12:02:17 mav 1.49.18.1: #i57728# get correct replacement

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [cd42cb029b029983208cf76a5f93b364e0d28c2c]

        INTEGRATION: CWS onlineupdate4 (1.7.8); FILE MERGED 2006/10/04 08:59:53 dv 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2006/09/29 09:30:33 dv 1.7.8.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [bfb5fc12ce56cb7a1a0dc12c9ab7f1a6847d63b7]

        INTEGRATION: CWS gtkquickstart (1.1.2); FILE ADDED 2006/08/01 10:59:27 mmeeks 1.1.2.2: Issue number: i#57872# Submitted by: mmeeks Warning fixes. 2006/08/01 10:57:04 mmeeks 1.1.2.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b4994713967145d7ba46818622ad56cf8cab02ee]

        INTEGRATION: CWS onlineupdate4 (1.7.158); FILE MERGED 2006/09/29 09:30:32 dv 1.7.158.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [982036b1927e7e016870bbe63104faca618c5836]

        INTEGRATION: CWS gtkquickstart (1.18.430); FILE MERGED 2006/08/07 13:45:00 mmeeks 1.18.430.2: Issue number: i#57872# Submitted by: mmeeks
        
        Fix a number of Win32 build / re-factoring issues in the initial work.
        2006/08/01 10:57:04 mmeeks 1.18.430.1: #i57872#
        gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [d23e6f250fc60984f3df7187d6fd1b50f29c7b40]

        INTEGRATION: CWS onlineupdate4 (1.11.10); FILE MERGED 2006/10/04 08:59:45 dv 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2006/09/29 09:30:32 dv 1.11.10.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [7e8d46b8988527967825fbb7210747e625ba1975]

        INTEGRATION: CWS gtkquickstart (1.46.64); FILE MERGED 2006/10/03 08:37:46 mmeeks 1.46.64.4: i#57872# fix ooqstart.desktop -> qstart.desktop 2006/09/29 11:01:14 mmeeks 1.46.64.3: RESYNC: (1.46-1.47); FILE MERGED 2006/08/07 13:45:00 mmeeks 1.46.64.2: Issue number: i#57872# Submitted by: mmeeks
        
        Fix a number of Win32 build / re-factoring issues in the initial work.
        2006/08/01 10:57:04 mmeeks 1.46.64.1: #i57872#
        gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [67e646f585c93b51e3330c6961537cee4d2dc4ac]

        INTEGRATION: CWS onlineupdate4 (1.6.52); FILE MERGED 2006/09/29 09:37:26 dv 1.6.52.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [18ab7a30953b11bfec64f3d9b96bc13e1c2e7afb]

        INTEGRATION: CWS fwk46 (1.14.6); FILE MERGED 2006/08/18 12:33:20 mav 1.14.6.1: #i64905# fix reentrance problem

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0c849b3c0de0bbebdc7c119e5a33970e9969dc9a]

        INTEGRATION: CWS gtkquickstart (1.43.106); FILE MERGED 2006/08/09 15:11:16 mmeeks 1.43.106.3: fix another win32 portability issue. 2006/08/08 09:03:10 mmeeks 1.43.106.2: i#57872# - fix quickstart build for w32. 2006/08/01 10:57:03 mmeeks 1.43.106.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [84604a2b6e3a4d64627c5f9a0a8406690e8eb31b]

        INTEGRATION: CWS fwk46 (1.19.4); FILE MERGED 2006/08/18 12:33:20 mav 1.19.4.1: #i64905# fix reentrance problem

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [38ae677cdea6cc48c72aa6260713dd19d1bd9992]

        INTEGRATION: CWS gtkquickstart (1.10.106); FILE MERGED 2006/09/28 21:39:49 mmeeks 1.10.106.2: Issue number: i#57872# Submitted by: mmeeks rename 'eggtray' -> 'libegg' [ a misleading name for certain ] 2006/08/01 10:57:03 mmeeks 1.10.106.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [cca417f1bd5da238e0affc656db1b2c0fccead82]

        INTEGRATION: CWS fwk46 (1.16.6); FILE MERGED 2006/08/18 12:33:20 mav 1.16.6.1: #i64905# fix reentrance problem

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [921af70668492e51537804a935ecd43b647ae3c6]

        INTEGRATION: CWS impress107 (1.7.50); FILE MERGED 2006/09/25 08:51:01 af 1.7.50.1: #138884# In UpdateSelection existence of master pages is checked before TRG_GetMasterPage() is called.

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [36f187b28d206fdcbbbfe213766819bb50fa9da8]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/08/16 11:53:58 dv 1.2.6.1: #i68671# Show icon only in active window

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [a2e3cc62673e3b810b8d66b4456d6374ded91116]

        INTEGRATION: CWS fwk46 (1.4.6); FILE MERGED 2006/09/14 12:30:40 mav 1.4.6.3: #i64376# fix UI-deactivation call 2006/08/21 06:37:52 mav 1.4.6.2: #i64376# let the replacement image be updated 2006/08/18 12:33:20 mav 1.4.6.1: #i64905# fix reentrance problem

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [ec733d434672be69743f58b4ac4afaac4497acdf]

        INTEGRATION: CWS impress107 (1.18.62); FILE MERGED 2006/09/18 13:53:29 cl 1.18.62.1: #i69449# check for not available viewframe

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [374911c6770f0255531a8ef23c7cd69df8d7637e]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/09/25 13:01:55 dv 1.2.6.1: #i69837# provide default bubble text

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b652714081dc773539a864dda15c3f009b9615c8]

        INTEGRATION: CWS fwk46 (1.23.4); FILE MERGED 2006/09/14 15:27:35 mav 1.23.4.1: #i64376# do the correct conversion

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [d5a46662e04a067adc972993cdf7fc3089d28307]

        INTEGRATION: CWS impress107 (1.31.60); FILE MERGED 2006/09/18 13:52:14 cl 1.31.60.3: #i68921# fixed context menu behaviour during pause, blank and end slide 2006/09/15 15:32:07 cl 1.31.60.2: #i68035# add previous to context menu for blank, pause and end mode to get to previous slide 2006/09/15 15:17:46 cl 1.31.60.1: #i69449# check for not available viewframe

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f667e3d4dc5967ef509afd8e08d4e9083a8b5620]

        INTEGRATION: CWS gtkquickstart (1.6.478); FILE MERGED 2006/08/01 10:57:03 mmeeks 1.6.478.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [05b6449a94853ab5cb4de099e728f689cbf5c8d5]

        INTEGRATION: CWS impress107 (1.3.2); FILE MERGED 2006/09/18 14:12:27 cl 1.3.2.2: #i67799# removed old SISSL 2006/09/18 14:10:46 cl 1.3.2.1: #/*************************************************************************

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [07ef0f4b18d4a0c0bf6213f9e6a5eaac1be777cf]

        INTEGRATION: CWS gtkquickstart (1.4.498); FILE MERGED 2006/08/01 10:57:03 mmeeks 1.4.498.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [0f4aa9b69f635d2535e9e04153638f9defe97d4b]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/10/05 11:09:45 dv 1.2.6.12: Initial AddDesktopIcon didn't show bubble 2006/10/04 08:41:15 dv 1.2.6.11: RESYNC: (1.2-1.4); FILE MERGED 2006/09/25 13:01:43 dv 1.2.6.10: #i69837# provide default bubble text, bugfixes 2006/09/04 11:04:54 dv 1.2.6.9: No timeout of bubble window in mouse over 2006/09/01 13:31:43 dv 1.2.6.8: Removed XInitialization interface, use XPropertySet instead 2006/08/28 10:12:42 dv 1.2.6.7: #i69016# Added PropertySet interface for setting title, text and image URL 2006/08/24 13:35:51 dv 1.2.6.6: Resize bubble window 2006/08/21 12:06:15 dv 1.2.6.5: Use OnNew event for icon switching, too 2006/08/18 11:39:37 dv 1.2.6.4: #i68671# Retry setting Icon for linux 2006/08/18 05:51:08 dv 1.2.6.3: #i68671# Use IsTopWin instead of IsActiveWin 2006/08/17 06:35:42 dv 1.2.6.2: #i68671# Show icon only in active window (fixes) 2006/08/16 11:53:57 dv 1.2.6.1: #i68671# Show icon only in active window

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [a059ae18bc3946de63812a9f2998f1758abd3ad6]

        INTEGRATION: CWS fwk46 (1.24.10); FILE MERGED 2006/08/17 09:46:06 mav 1.24.10.1: #i65568# do not switch the persistance of the linked document

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [77b65c8b60cebdf346f98376db6e975f16868f96]

        INTEGRATION: CWS impress107 (1.116.68); FILE MERGED 2006/09/18 14:18:28 cl 1.116.68.1: #i55849# fixed space before ? problem

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [920a04b27741cba6cc586aa86d0435e01f336c0e]

        INTEGRATION: CWS gtkquickstart (1.11.72); FILE MERGED 2006/09/29 10:26:06 mmeeks 1.11.72.2: RESYNC: (1.11-1.12); FILE MERGED 2006/08/01 10:57:03 mmeeks 1.11.72.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [9b69d6fb174e9c39150861a4d46acc2fef4bcb7d]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/08/28 10:16:30 dv 1.2.6.1: #i69016# Added COMPHELPERLIB

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dbf67543c68fb15940ab363fc6b85c55ea2fa9a7]

        INTEGRATION: CWS impress107 (1.23.228); FILE MERGED 2006/09/18 14:02:52 cl 1.23.228.1: #i68397# init used m_bSlideSound member

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [2b344da245f9a933b69b781954f9afb9bf517cff]

        INTEGRATION: CWS fwk46 (1.120.24); FILE MERGED 2006/08/29 08:40:21 pb 1.120.24.2: fix: #i69014# Graphic: $(insturl)/user/gallery -> $(userurl)/gallery 2006/08/29 08:35:07 pb 1.120.24.1: fix: #i69014# Graphic:

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [6078ff6b6bacc0a765460b83847500660ecfcc60]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/10/04 08:40:35 dv 1.2.6.4: RESYNC: (1.2-1.5); FILE MERGED 2006/09/26 13:05:27 obr 1.2.6.3: #i69837# default bubble text moved to ui library 2006/09/25 13:00:16 dv 1.2.6.2: #i69837# Get default bubble text from ui component 2006/09/01 13:32:36 dv 1.2.6.1: UI component removed XInitialization interface, use XPropertySet instead

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [39cbf595895ff7647e185db74fb059078daf45c8]

        INTEGRATION: CWS fwk46 (1.4.22); FILE MERGED 2006/08/29 08:42:08 pb 1.4.22.1: fix: #i69014# Graphic: $(insturl)/user/gallery -> $(userurl)/gallery

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b355fb1ac293807a37c21752e9e2a172bd44c4d5]

        INTEGRATION: CWS onlineupdate4 (1.2.6); FILE MERGED 2006/10/04 11:04:27 dv 1.2.6.2: #i69938# default for enable update check should be false 2006/09/26 13:05:26 obr 1.2.6.1: #i69837# default bubble text moved to ui library

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [57fad9643f23a4612608da7b94ba9401ecda9456]

        INTEGRATION: CWS gtkquickstart (1.171.6); FILE MERGED 2006/09/29 09:23:08 mmeeks 1.171.6.2: RESYNC: (1.171-1.177); FILE MERGED 2006/08/01 10:57:02 mmeeks 1.171.6.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5b1e1b29af36f02a456c4bd1f1ba165ad9c45bb5]

        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>  [7a1ea2845e549909d197876c75c2cc82e5069b0e]

        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>  [0bff415fe330b86b649ddea56d4603f27969d9dd]

        INTEGRATION: CWS gtkquickstart (1.101.44); FILE MERGED 2006/09/29 09:22:21 mmeeks 1.101.44.2: RESYNC: (1.101-1.102); FILE MERGED 2006/09/28 21:36:11 mmeeks 1.101.44.1: Issue number: i#57872# Submitted by: mmeeks add EGGTRAYLIB

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [c87470035691e1cfcf45d5031d894dfefa34c9b8]

        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>  [e59b4555b1180e46e9ae4abb0bcd5dbbe91e4d43]

        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>  [e0cbf79a60708038f431257a251407bc13d75c6e]

        INTEGRATION: CWS gtkquickstart (1.11.46); FILE MERGED 2006/08/01 10:57:02 mmeeks 1.11.46.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [3d3bab03e55b46ae87010b72f375c58f86d356f6]

        INTEGRATION: CWS gtkquickstart (1.1.2); FILE ADDED 2006/10/03 08:29:24 mmeeks 1.1.2.2: Issue number: i#57872# Submitted by: mmeeks Reviewed by:  pmladek fix Exec name 2006/08/01 10:57:02 mmeeks 1.1.2.1: #i57872# gtk systray quickstarter

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [320ba487db12b5736757ad431ac304fb1e1e82c8]

        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>  [603cbd070cbfa4379ad58b21db906c8a97f6d2d1]

        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>  [f8f328b0c09e73fe16165598eb145844a73460b0]

        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>  [f0226caebc4c96f3923a0c7732c542cef53fc27f]

        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>  [430438e6cb6c67431dd4bc5fc3264e43b1fce1e3]

        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>  [71dac80cc8a7652617832f06dbc2fac383b3d6b4]

        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>  [fccfef4812b07a56e2ea0b7dabe27bfa6ec78ea6]

        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>  [9557393f936b423c1855a156dc299610e886f885]

        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>  [0b03fe48abf2241ccbcd18b3b66630f265434120]

        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>  [fef634aa6b8f5077a6cfd1e98f48d44fede20692]

        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>  [87ccc30e2a0b3b582523253e9edcc73da1a64908]

        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>  [9aa6573c9583a3b888d702c07f3b4d99da9bebb1]

        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>  [777ec103df87927f88564bc1d2c1bbac2b76a57f]

        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>  [43542ed32bb1160ac99d9800befbbec4bff983c6]

        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>  [aaddf88a730026f9a3f9a1806dece388c24b8e3f]

        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>  [258c541776a731e8909f9c21dc6adf4e67166aa0]

        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>  [07f7f526178c26a14c7fec8d35f4343795e869e3]

        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>  [ac8c5e538dab00512fb10a951a3fb93b993c1ff0]

        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>  [327347db9dd0430db64817a7f7bda75843575117]

        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>  [9b7cc16aa7569e4cac5593a38d80deb60750c79d]

        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>  [acc3d65b331ed438a3d836b4bc5d797bef0a93da]

        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>  [b8b42941a3485e9612b3cd79f770c599f222aa4c]

        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>  [74211dd9badd04ba31a3bd93f0d2b4d9312e9fdd]

        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>  [c12f34eeae80e79943442cc806f03fab9cd25c83]

        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>  [806d6ebf1d8485017501a88cd529d22c88659f30]

        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>  [bb51d5722a5b3e180f03d2c5194b20542714e093]

        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>  [5d04173946c8d537d5ec48c00c8a15f1b371b97e]

        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>  [34751f553ebd9534a44ff331ee546fc5747712c2]

        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>  [2bc833bbb0ff5ed92530c0a8a14968e14dbc847b]

        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>  [8b871cb9a776f353278d843895033e16a121bc35]

        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>  [e48a20807268049b9912f283059ab53d8e9e0dd0]

        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>  [c2fcf75829cdc55f2d2a16c5ec01fe83ba5205e5]

        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>  [3f71d90c7ee3af71c81eb9eabf74c91782b32c2c]

        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>  [4ff91b5c9ce949b2d95b6e2fb201ce7332c2dce0]

        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>  [c4c92f7a7954b9e4674cc273222a8388812dbc81]

        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>  [75203793e618f6da414b19d99bd13ab3f78e2412]

        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>  [74ae080935c6b1b664d0b526e9767538b2e42b37]

        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>  [d0153fc9f93412b093daee8d44a8373ce8913f99]

        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>  [223a568a77026dfd15e68c50b873321938d57c60]

        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>  [f8f24ded29e87bbbe4f8265fad746096b1a311ad]

        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>  [db3300c021fe098906ab98a3b4bed586c882cbc8]

        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>  [619e77d49e1ee2a23241a13c1756b408c10b5dbf]

        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>  [59ffc5b939b2b774eafdb6d480e8e6774f234f22]

        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>  [7a499e5b7aa68b96f212650a40d6b7869422a0d7]

        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>  [bbfbd37b43d0fcb0122f4c5eb10af08f9e2b749a]

        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>  [e30cb338d0afe76205fd1b637f1dd42b7a1a749b]

        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>  [6fe2c8741a9aa4839cfd3070aaa0b0fd3ebd08de]

        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>  [3472654c08100449f710cc376b69158c4534eb0c]

        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>  [f3b57c1cb7245a89e84374296f83013d561233bd]

        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>  [2543235093b8fec6e28d93a5833ddf6bf8efec49]

        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>  [3782cf3a01462b782bac81e8c5da51ee0d8f57d7]

        INTEGRATION: CWS impresshydra (1.15.246); FILE MERGED 2006/09/20 07:47:31 cl 1.15.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f2ce700b80241840c17782ce69042f6d92014e29]

        INTEGRATION: CWS impresshydra (1.30.56); FILE MERGED 2006/09/20 11:50:02 cl 1.30.56.3: RESYNC: (1.30-1.31); FILE MERGED 2006/09/18 12:02:28 cl 1.30.56.2: #i12719# updated code to latest spec for multi display 2006/07/18 08:02:39 cl 1.30.56.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [74c07312ed3e6060325a6a35bf7bae6641f6e5eb]

        INTEGRATION: CWS impresshydra (1.3.246); FILE MERGED 2006/09/20 07:36:13 cl 1.3.246.5: #i12719# added support for multi monitors 2006/09/01 11:50:19 cl 1.3.246.4: #i12719# added support for span displays 2006/08/28 12:29:22 cl 1.3.246.3: RESYNC: (1.3-1.4); FILE MERGED 2006/07/19 15:48:34 cl 1.3.246.2: #i12719# added support for multi monitors 2006/07/18 08:00:57 cl 1.3.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [be191c79a6d6b4568e8568c180115777227448bf]

        INTEGRATION: CWS impresshydra (1.2.246); FILE MERGED 2006/09/20 07:36:13 cl 1.2.246.4: #i12719# added support for multi monitors 2006/09/01 11:50:18 cl 1.2.246.3: #i12719# added support for span displays 2006/07/19 15:48:33 cl 1.2.246.2: #i12719# added support for multi monitors 2006/07/18 08:00:57 cl 1.2.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [d919a07d7877a36a4a5f66b098eacef89bf3c57d]

        INTEGRATION: CWS impresshydra (1.23.246); FILE MERGED 2006/07/18 08:00:57 cl 1.23.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [c91df1db5cc64869d30f4ba05ce0d162489d2d65]

        INTEGRATION: CWS impresshydra (1.7.178); FILE MERGED 2006/09/20 11:10:27 cl 1.7.178.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/18 07:59:10 cl 1.7.178.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [8bf20cfb0445e2135e720c9017e22ca368f5bf54]

        INTEGRATION: CWS impresshydra (1.45.238); FILE MERGED 2006/09/20 07:35:50 cl 1.45.238.8: #i12719# added support for multi monitors 2006/09/18 12:02:39 cl 1.45.238.7: #i12719# updated code to latest spec for multi display 2006/09/06 09:23:11 cl 1.45.238.6: #i12719# resized display listbox 2006/09/01 11:50:00 cl 1.45.238.5: #i12719# added support for span displays 2006/08/28 12:25:04 cl 1.45.238.4: RESYNC: (1.45-1.46); FILE MERGED 2006/07/20 13:23:39 cl 1.45.238.3: #i12719# added support for multi monitors 2006/07/19 15:44:38 cl 1.45.238.2: #i12719# added support for multi monitors 2006/07/18 07:58:04 cl 1.45.238.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [58a2d900f9b2c600f3b7abdebe5eef5d0f7e48bc]

        INTEGRATION: CWS impresshydra (1.6.246); FILE MERGED 2006/09/20 10:57:56 cl 1.6.246.9: RESYNC: (1.7-1.8); FILE MERGED 2006/09/20 07:35:49 cl 1.6.246.8: #i12719# added support for multi monitors 2006/09/18 12:02:39 cl 1.6.246.7: #i12719# updated code to latest spec for multi display 2006/09/04 14:26:53 cl 1.6.246.6: #i67721# fixed display spanning 2006/09/01 11:50:00 cl 1.6.246.5: #i12719# added support for span displays 2006/08/28 12:24:56 cl 1.6.246.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/20 13:23:39 cl 1.6.246.3: #i12719# added support for multi monitors 2006/07/19 15:44:38 cl 1.6.246.2: #i12719# added support for multi monitors 2006/07/18 07:58:04 cl 1.6.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [a6a2e1159db6c717dfa35a7fc910b02778173794]

        INTEGRATION: CWS impresshydra (1.30.244); FILE MERGED 2006/07/18 07:58:03 cl 1.30.244.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [6ff22ca946e22c85c713f99d87c3f1b5787f5dee]

        INTEGRATION: CWS impresshydra (1.34.116); FILE MERGED 2006/09/20 10:48:04 cl 1.34.116.2: RESYNC: (1.34-1.35); FILE MERGED 2006/07/18 07:57:38 cl 1.34.116.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [7fccbb6fd2faf8598e7840d27a44981a722f6226]

        INTEGRATION: CWS impresshydra (1.3.246); FILE MERGED 2006/07/18 07:53:02 cl 1.3.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [b061bc57c70bf7158329219598dd8be55dc9408a]

        INTEGRATION: CWS impresshydra (1.15.246); FILE MERGED 2006/09/20 07:36:29 cl 1.15.246.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [dd2559f2cc1a8868f985bd18bde5af461493eefc]

        INTEGRATION: CWS impresshydra (1.26.172); FILE MERGED 2006/07/18 08:30:04 cl 1.26.172.1: #i12719# added support for multi monitors

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [5a7042f3fa97edf523dffeba3fd8c975fd4caf5b]

        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>  [001036bb2513d599ebd12b57068b3031e8072cef]

        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>  [0338d3b3f23b46b1b442d725ef4c58f653c22d8a]

        INTEGRATION: CWS locales21 (1.164.6); FILE MERGED 2006/09/28 22:47:56 er 1.164.6.2: RESYNC: (1.164-1.166); FILE MERGED 2006/09/28 17:20:38 er 1.164.6.1: #i69339# patch flag for Calc.xcu

2006-10-06  Kurt Zenker  <kz@openoffice.org>  [f038c710d4bca6be57ba0839ec86afeb40055749]

        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>  [a4bc22bdc4de990bf1ffdf9a6983a6a399b8a6cc]

        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>  [93a2f9680bd683e3b7967a5d2a1058a3783b0211]

        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>  [40c5606b2a959b8837436f087101d3bc43a29842]

        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>  [6461d24d4e3a7ac15fd4085dbd68e91923e31156]

        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>  [bc4c1d648543a0226a596befb8973b13ef727b4a]

        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>  [bd7c47a7d7b94844ba57ea71ac9ff52dd3f11152]

        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>  [2b8d2e6ca08bb02179d40bd523096851de9b8ec1]

        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>  [2b31c7506ddbe2fc1ed34dbb0da3ab472621629d]

        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>  [da2a71191b49b0e72c1a1fd0e45c0c7c317561fd]

        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>  [b8d90e0557198b2e8ad4930ed0fde3e428220ae3]

        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>  [c266549bcbd6f127f2c8beda5ed44264726aae10]

        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>  [8edabc6f600d18ffbaf8d9b958a19747f63e5510]

        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>  [77185a75e5747dff59898414fdd4a6e9db9e2122]

        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>  [97d880ace36b426db092198fc105fa30165cb992]

        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-06  Kurt Zenker  <kz@openoffice.org>  [7265dda282a81290d4b973eb36afd776afc4d149]

        INTEGRATION: CWS locales21 (1.5.242); FILE MERGED 2006/09/28 17:01:33 er 1.5.242.1: #i69339# Slovenia will use Euro currency from 2007-01-01 on, the irreversible exchange rate is 239.64 SIT per EUR; reference: Council Regulation (EC) No 1086/2006 of 11 July 2006 amending Regulation (EC) No 2866/98, http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:195:0001:0001:EN:PDF

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [bd069b8dd8b2680bb7719f70468ced4611a30be4]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:12 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1f4182cbeda9b637c9b2554540e36a50109b12e3]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:11 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [90d8f0c05c043cbdef56d735d3f07aa936df0d7f]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:10 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a2ea40c95cefa31d208658c65fd1ffc69854446f]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:09 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1ef6bf64ff8b328c076bed551a46f8e586e7ab77]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:08 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4f9d567742894d82c7409b1628d7909844a9b66b]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:07 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [38a81717bbb89bb2b2398b44ec3eaec19a1fa42f]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:06 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0f2d3ab3b8e4de04af13ed923bfb4640556ac09e]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:05 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0c0002749dad8a5645a7cfb3a073e30502337168]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:41:04 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [763e288bd65207233d09d632c5d796d7ce03650c]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:39:39 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [516ab7f06932af2e807e8b580eb2c7673f1e5dc0]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:39:38 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a9b7e2c60e9a260c9cfb5f4c62de0810afeef0b7]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:36:46 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [aeaaa99bea7e5062ea8f0005dbf2407c99835499]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:36:45 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a1917d1f58d95c1f9b9d7c2d8184d4353c0532e7]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:36:44 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [c5314caa7a23ad23c29844b6e028c57ba0001b86]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:07 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ace9de20612930e88ea06cefdea17ae43eccdb42]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:06 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [15fb58cc974736f1111c2e4ac6f082af9b28d120]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:05 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [01febf8adec8fbd3c4acbef34e84e583bb136a24]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:04 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a8469ad31a1a3caf8c594351c79ddd51cc3aaecd]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:03 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [60fb691c1f3603d9ac5053ec358df6851a747b51]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:02 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [5593dfe7c724a881bcdb51d93f0435fccd9cc96d]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:35:01 va 1.1.2.1: #141403# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [154e457fb3b4a43fd9a81819e71ad6d72211caa7]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:32:48 va 1.1.2.1: #141402# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ad89e915c15e62c43239a63b3a93fe9f5295b0ac]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:29:43 va 1.1.2.1: #141402# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ba1b79ad3be428d8b30ea5f5b50803a806727fa1]

        INTEGRATION: CWS extras4pt (1.1.2); FILE ADDED 2006/09/26 09:29:16 va 1.1.2.1: #141402# Initial Revision

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ade77a6f095a2ec5f7b5925ac8af34ab1c59593d]

        INTEGRATION: CWS extras4pt (1.2.172); FILE MERGED 2006/09/26 09:26:06 va 1.2.172.1: #141403# Initial Revision Issue number: Submitted by: Reviewed by:

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1cf938b94dd9810164cc463f4ef4265fe1897c34]

        INTEGRATION: CWS vq37 (1.70.32); FILE MERGED 2006/10/04 19:29:24 vq 1.70.32.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [48fe64d6f1dc7ffa2a27fd19fddc0f9859d3c32c]

        INTEGRATION: CWS vq37 (1.11.50); FILE MERGED 2006/10/04 19:29:24 vq 1.11.50.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ed079938e2ed77e24c552695993766b91c1830a5]

        INTEGRATION: CWS dr50 (1.33.40); FILE MERGED 2006/09/05 11:41:21 nn 1.33.40.1: #i68690# use the right sheets when looking for merged cells during paste

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b5ff0ff988dc960d95ef62447c73570c812e50a9]

        INTEGRATION: CWS dr50 (1.24.32); FILE MERGED 2006/09/06 15:35:03 nn 1.24.32.1: #i59914# SetMarkedOriginalSize: SetDrawModified

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [335a6beb5e9d578cad4af45f88d130d0d297f176]

        INTEGRATION: CWS dr50 (1.14.42); FILE MERGED 2006/08/31 12:32:35 nn 1.14.42.1: #i58796# check for negative index

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [47d1bad7189c9d1c33a902bf35536200e657a96f]

        INTEGRATION: CWS dr50 (1.55.40); FILE MERGED 2006/08/31 12:32:35 nn 1.55.40.1: #i58796# check for negative index

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4106ae906046f3b6690208aa87e895e06f93bb63]

        INTEGRATION: CWS dr50 (1.17.42); FILE MERGED 2006/08/31 12:32:35 nn 1.17.42.1: #i58796# check for negative index

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ea0d143985be4e6103503d8092671b6931862ebc]

        INTEGRATION: CWS dr50 (1.47.148); FILE MERGED 2006/09/08 20:37:08 er 1.47.148.1: #i63402# when dBase export fails due to characters that are not representable in the target text encoding, show message pointing to the cell in error

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4f8070f245901806d09edb90bfe91f3a08cb61cb]

        INTEGRATION: CWS dr50 (1.22.42); FILE MERGED 2006/09/08 20:37:08 er 1.22.42.1: #i63402# when dBase export fails due to characters that are not representable in the target text encoding, show message pointing to the cell in error

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [93a76e7f44812e26111c491a151963736f292e34]

        INTEGRATION: CWS vq37 (1.48.8); FILE MERGED 2006/10/04 19:24:24 vq 1.48.8.1: #i69989# Use mkdir program instead of mkdir.pl for W32-??sh builds.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [692dd59850308e3f560687af3280c78c27a1c3d7]

        INTEGRATION: CWS dr50 (1.61.40); FILE MERGED 2006/09/08 12:23:58 nn 1.61.40.1: #i61832# DeleteCells: don't copy too many cells for undo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e1085ad58a26b4a58cf939e517b42aee7f08d201]

        INTEGRATION: CWS vq37 (1.20.130); FILE MERGED 2006/10/04 19:29:25 vq 1.20.130.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [21858530bf936d395c9329caf46148fa6b63e8d4]

        INTEGRATION: CWS dr50 (1.35.42); FILE MERGED 2006/08/31 12:42:37 dr 1.35.42.1: #i68919# delete view forwarder, patch by cmc

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [faf5c54ba2bdca201774468ceb943dbfe7d4d42f]

        INTEGRATION: CWS vq37 (1.14.130); FILE MERGED 2006/10/04 19:29:24 vq 1.14.130.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a586f764baa49e7ae6d53a88555f6cc543a5e65c]

        INTEGRATION: CWS dr50 (1.45.42); FILE MERGED 2006/08/31 12:54:33 dr 1.45.42.1: #i68923# uninitialized member

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2adf42409c9457f490c531cce8ad166a1802a65d]

        INTEGRATION: CWS vq37 (1.6.50); FILE MERGED 2006/10/04 19:29:24 vq 1.6.50.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [04b94a75ed816a45485a41c873225f5063a16f24]

        INTEGRATION: CWS dr50 (1.20.42); FILE MERGED 2006/09/05 17:58:46 nn 1.20.42.1: #i57915# handle empty default cell style name

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7e843fef6a535e2a92d8a573f6a7d82dd03d26c3]

        INTEGRATION: CWS vq37 (1.19.160); FILE MERGED 2006/10/04 19:29:24 vq 1.19.160.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [32744582ba0164e7ee597d74a8378001d657dff3]

        INTEGRATION: CWS dr50 (1.15.42); FILE MERGED 2006/09/12 11:43:28 dr 1.15.42.2: #i68483# fixed import of page styles 2006/08/31 12:28:53 dr 1.15.42.1: #i68483# 'int' is not 16 bit anymore...

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e6eb29704a611db95e616c67b7074dff9e7db3e9]

        INTEGRATION: CWS dr50 (1.5.108); FILE MERGED 2006/09/06 13:12:43 dr 1.5.108.2: #i45932# dump column records 2006/09/04 15:46:05 dr 1.5.108.1: #i54252# rework row height import, handle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [efd86303f461a29edc8642f9f7dd4a1dca0a07cd]

        INTEGRATION: CWS vq37 (1.181.20); FILE MERGED 2006/10/04 19:29:24 vq 1.181.20.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [c10cb990253432f181d96f3447485f62a47b5d4b]

        INTEGRATION: CWS dr50 (1.19.50); FILE MERGED 2006/09/05 08:36:28 dr 1.19.50.1: #i66297# do not skip attributes from default cell style

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [61f8595e54db539311648084c7fcc1bece7ff710]

        INTEGRATION: CWS vq37 (1.201.6); FILE MERGED 2006/10/04 19:29:24 vq 1.201.6.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fc33ce1f05d24964b613686550ef5669cb37ddb5]

        INTEGRATION: CWS dr50 (1.4.50); FILE MERGED 2006/09/06 13:12:43 dr 1.4.50.2: #i45932# dump column records 2006/09/05 10:47:00 dr 1.4.50.1: #i59220# add tolerance of +-128 rows when exporting OOo1.x sheets (32000 row limit)

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3ac9a2b925973850337ddc9bd3a3e555a076dcbc]

        INTEGRATION: CWS vq37 (1.72.6); FILE MERGED 2006/10/04 19:29:23 vq 1.72.6.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8405064608682d933ada86a568fdddd44ca4d84d]

        INTEGRATION: CWS dr50 (1.22.50); FILE MERGED 2006/08/31 12:12:15 dr 1.22.50.1: #i68162# missing include

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4f7cc96757174be8f7fd00bdf69980154afa9bbc]

        INTEGRATION: CWS vq37 (1.40.130); FILE MERGED 2006/10/04 19:29:23 vq 1.40.130.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8118926d1b519ee81f24a6319ce5b345331a0f78]

        INTEGRATION: CWS dr50 (1.38.32); FILE MERGED 2006/09/04 16:10:56 dr 1.38.32.2: #i62300# read CELLMERGING records from BIFF5 2006/09/04 15:46:05 dr 1.38.32.1: #i54252# rework row height import, handle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [42dda2b8649402848e3ca56cbf2352f4d55682e3]

        INTEGRATION: CWS vq37 (1.9.540); FILE MERGED 2006/10/04 19:29:23 vq 1.9.540.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d6ee0129451c708e35d6d994d339fbc8ed930b53]

        INTEGRATION: CWS dr50 (1.66.32); FILE MERGED 2006/09/04 16:10:55 dr 1.66.32.1: #i62300# read CELLMERGING records from BIFF5

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7cf68a847665f07ac2e79aba403aac4803552510]

        INTEGRATION: CWS vq37 (1.10.776); FILE MERGED 2006/10/04 19:29:23 vq 1.10.776.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [861434c7584a6d65ef181d66d105f0dfc9fa9f72]

        INTEGRATION: CWS dr50 (1.21.202); FILE MERGED 2006/09/05 14:58:00 dr 1.21.202.2: #i51490# broken files, more col/row handling 2006/09/04 15:46:05 dr 1.21.202.1: #i54252# rework row height import, handle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [704ccfab5a0451de58ab71293499c71a47413629]

        INTEGRATION: CWS dr50 (1.5.42); FILE MERGED 2006/09/06 13:12:10 dr 1.5.42.1: #i45932# dump column records

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [574a2a7be601ee6c61c51b5ccfd892226f49a224]

        INTEGRATION: CWS dr50 (1.27.42); FILE MERGED 2006/08/31 11:52:13 dr 1.27.42.1: #i67251# use std::equal to compare memory

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d99d970ccdcd37b7ba2ba5f01327958962f58c12]

        INTEGRATION: CWS dr50 (1.22.42); FILE MERGED 2006/09/05 08:36:34 dr 1.22.42.1: #i66297# do not skip attributes from default cell style

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7a19840ed55200908d929c8ac676df9cdae1a267]

        INTEGRATION: CWS dr50 (1.5.32); FILE MERGED 2006/09/06 13:11:54 dr 1.5.32.3: #i45932# dump column records 2006/09/05 14:57:53 dr 1.5.32.2: #i51490# broken files, more col/row handling 2006/09/05 10:46:54 dr 1.5.32.1: #i59220# add tolerance of +-128 rows when exporting OOo1.x sheets (32000 row limit)

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [80d3379b026af28ac239948d520de5d4a33273bc]

        INTEGRATION: CWS dr50 (1.7.32); FILE MERGED 2006/09/06 13:11:54 dr 1.7.32.2: #i45932# dump column records 2006/09/05 10:46:54 dr 1.7.32.1: #i59220# add tolerance of +-128 rows when exporting OOo1.x sheets (32000 row limit)

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a0aac74ad09001e92576260f3739a3db24594d45]

        INTEGRATION: CWS dr50 (1.29.12); FILE MERGED 2006/09/05 08:36:34 dr 1.29.12.1: #i66297# do not skip attributes from default cell style

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [592c376b69b16de9fcc7623ca489c8bbf81f3fa2]

        INTEGRATION: CWS dr50 (1.13.42); FILE MERGED 2006/09/11 10:03:26 dr 1.13.42.2: #i66297# little corrections 2006/09/05 10:46:54 dr 1.13.42.1: #i59220# add tolerance of +-128 rows when exporting OOo1.x sheets (32000 row limit)

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2e6a8872af210cbffefecf610e0cad25c9ae3fd1]

        INTEGRATION: CWS dr50 (1.61.32); FILE MERGED 2006/09/04 16:10:49 dr 1.61.32.1: #i62300# read CELLMERGING records from BIFF5

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9bdb1d2473510067da1ac74013595b661ac37800]

        INTEGRATION: CWS dr50 (1.82.30); FILE MERGED 2006/09/05 14:57:52 dr 1.82.30.3: #i51490# broken files, more col/row handling 2006/09/04 16:10:49 dr 1.82.30.2: #i62300# read CELLMERGING records from BIFF5 2006/09/04 15:45:27 dr 1.82.30.1: #i54252# rework row height import, hamdle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e8cb5737706f9ef2e98e9d181c02aa13a62627dc]

        INTEGRATION: CWS dr50 (1.114.32); FILE MERGED 2006/09/05 14:57:52 dr 1.114.32.3: #i51490# broken files, more col/row handling 2006/09/04 16:10:49 dr 1.114.32.2: #i62300# read CELLMERGING records from BIFF5 2006/09/04 15:45:27 dr 1.114.32.1: #i54252# rework row height import, hamdle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2deed0e6639bd4e593a1f9b7a2f6335fb79f8a24]

        INTEGRATION: CWS dr50 (1.41.32); FILE MERGED 2006/09/05 14:57:52 dr 1.41.32.1: #i51490# broken files, more col/row handling

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [415a1db2f7702092d6da08051b986afcbaf9ff1c]

        INTEGRATION: CWS dr50 (1.30.42); FILE MERGED 2006/09/05 14:57:52 dr 1.30.42.2: #i51490# broken files, more col/row handling 2006/09/04 15:45:26 dr 1.30.42.1: #i54252# rework row height import, hamdle default row height

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2b5152a1af9486df045441c5579528598afbae7b]

        INTEGRATION: CWS dr50 (1.8.42); FILE MERGED 2006/08/30 12:39:37 nn 1.8.42.1: #i68338# handle intersections of different subtotal functions

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ab9d315f9d1abdf8afbdfc06c42cf732c65b757e]

        INTEGRATION: CWS dr50 (1.73.32); FILE MERGED 2006/09/05 11:41:03 nn 1.73.32.1: #i68690# use the right sheets when looking for merged cells during paste

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [bb6a08a373341f0285f5e3a446631cb4fb148a57]

        INTEGRATION: CWS dr50 (1.5.264); FILE MERGED 2006/09/08 20:37:07 er 1.5.264.1: #i63402# when dBase export fails due to characters that are not representable in the target text encoding, show message pointing to the cell in error

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a0b693710c05fb018c4ac5d65680066bddd43fa2]

        INTEGRATION: CWS dr50 (1.3.264); FILE MERGED 2006/09/04 10:55:06 nn 1.3.264.1: #i68672# save a few bytes on CellInfo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [f9d5c9151aa41fccb6099624a998e4cc6655d373]

        INTEGRATION: CWS dr50 (1.92.108); FILE MERGED 2006/09/05 11:40:46 nn 1.92.108.1: #i68690# use the right sheets when looking for merged cells during paste

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [12d41fb1f3e473dfb162cafaf57ea33aed3795e5]

        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>  [d69d66b8ad33d8dd04323d0040c16c4ad06e6f74]

        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>  [7149878c2ae2a6989e89970c09c222cd4962308b]

        INTEGRATION: CWS dr50 (1.42.12); FILE MERGED 2006/08/31 11:36:50 dr 1.42.12.1: #i32269# return error for 0^0 in function SERIESSUM

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [651cef49cb24653b42a9d07e11e94e0a6553a546]

        INTEGRATION: CWS gascon01 (1.62.14); FILE MERGED 2006/10/04 16:49:28 laurentgodard 1.62.14.1: Issue number: Submitted by: laurentgodard noelp Reviewed by:
        
        uui patch for UI freeze deadline

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0ea7333a2c78425ac352ba2009a46a5c2997abb2]

        INTEGRATION: CWS gascon01 (1.20.74); FILE MERGED 2006/10/04 16:49:28 laurentgodard 1.20.74.1: Issue number: Submitted by: laurentgodard noelp Reviewed by:
        
        uui patch for UI freeze deadline

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [5b065b3b75a841b1d058a8178ac445dc718062b6]

        INTEGRATION: CWS hcshared04 (1.4.10); FILE MERGED 2006/07/05 10:14:43 ufi 1.4.10.1: new_border_images_i66839

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d5a035a0c9ccb3a0f24b729be88a7e72fea02d3b]

        INTEGRATION: CWS hcshared04 (1.4.10); FILE MERGED 2006/07/05 10:14:42 ufi 1.4.10.1: new_border_images_i66839

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9d5091b006cb233754c41136790c10091fb81711]

        INTEGRATION: CWS hsqlcsvstage1 (1.6.2); FILE MERGED 2006/09/21 06:56:31 fs 1.6.2.3: table editor not yet implemented in this CWS 2006/09/20 19:19:44 fs 1.6.2.2: #i10000# 2006/09/20 11:06:19 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>  [1b5f14ca9b9a775a96a8ad7b68b74d728976f1e3]

        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>  [bd11f86fc891c5d9100f4c9988e50c787a82a101]

        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>  [5510a1fd674a227a10c7112eb02d242ec3d2026f]

        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>  [80356a91fd4161f59a08ee4efeaf6f0768770861]

        INTEGRATION: CWS hsqlcsvstage1 (1.27.60); FILE MERGED 2006/09/20 11:44:01 fs 1.27.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b7c33b695c066175b849b3cc4c249c8fb807001c]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 11:45:34 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>  [42e583863110dcb7cc23fdd62c030c0ea3d22d49]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 11:45:33 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>  [5df0e1c5084bdca7e841a7f9d365d160fde29ac0]

        INTEGRATION: CWS hsqlcsvstage1 (1.63.2); FILE MERGED 2006/09/20 11:44:01 fs 1.63.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4748c328c2772f8265825ce50bba6d2cd78494cf]

        INTEGRATION: CWS hsqlcsvstage1 (1.65.60); FILE MERGED 2006/09/20 11:44:00 fs 1.65.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [02162adf42cda912b5edc0e4647b9a745ee678d5]

        INTEGRATION: CWS hsqlcsvstage1 (1.15.70); FILE MERGED 2006/09/20 11:44:00 fs 1.15.70.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d0f3d25cfb4abcb80c5da2c57891e829e255dc49]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 11:45:26 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>  [0dd6f8bbcc5dbfd9b744c1c36d75fc22dd697a1a]

        INTEGRATION: CWS hsqlcsvstage1 (1.94.60); FILE MERGED 2006/09/20 11:44:00 fs 1.94.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [bbcf84df5a4f80f43dcef04ae04f4b134284a209]

        INTEGRATION: CWS hsqlcsvstage1 (1.6.68); FILE MERGED 2006/09/20 11:44:00 fs 1.6.68.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ee115df7601bf03bd752c6c4a9a217aad04545e6]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 11:45:25 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>  [efbd6c04709e8d8d4cd7dd889d0b4f85a5ce8bda]

        INTEGRATION: CWS hsqlcsvstage1 (1.5.200); FILE MERGED 2006/09/20 11:43:59 fs 1.5.200.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [86cabfa2a82f751e868691d2ac82cc46daacc7d5]

        INTEGRATION: CWS hsqlcsvstage1 (1.11.68); FILE MERGED 2006/09/20 11:43:59 fs 1.11.68.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3f8c6046385e0f6d9ea63e33d314d685dd9da9e3]

        INTEGRATION: CWS hsqlcsvstage1 (1.26.2); FILE MERGED 2006/09/20 11:43:59 fs 1.26.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8c68c01a292de873ede6d23d540f175b2fb1740d]

        INTEGRATION: CWS hsqlcsvstage1 (1.152.56); FILE MERGED 2006/09/20 11:43:58 fs 1.152.56.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1c2c8c4dea56474647475cec651a7969a45f975b]

        INTEGRATION: CWS hsqlcsvstage1 (1.25.2); FILE MERGED 2006/09/20 11:43:58 fs 1.25.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [94c76d6e842c8dfd0acd72bded5b95740fb9cc76]

        INTEGRATION: CWS hsqlcsvstage1 (1.43.60); FILE MERGED 2006/09/20 11:43:58 fs 1.43.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b4328cd5677398236c0a38ec2d2c1c591b2cb2ca]

        INTEGRATION: CWS hsqlcsvstage1 (1.31.2); FILE MERGED 2006/09/20 11:43:58 fs 1.31.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [397e12af676ca88639be8102b53ac0f884feeb07]

        INTEGRATION: CWS hsqlcsvstage1 (1.16.2); FILE MERGED 2006/09/20 11:43:57 fs 1.16.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8c62e724c8f841a5221d88621699003620dd0461]

        INTEGRATION: CWS hsqlcsvstage1 (1.12.2); FILE MERGED 2006/09/20 11:43:57 fs 1.12.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e4bae61238216941970b127ba732238921366d51]

        INTEGRATION: CWS hsqlcsvstage1 (1.179.2); FILE MERGED 2006/09/20 11:43:57 fs 1.179.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1888c31a596c133b157c6c0053265c8b3db29603]

        INTEGRATION: CWS hsqlcsvstage1 (1.104.24); FILE MERGED 2006/09/20 11:43:57 fs 1.104.24.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [bbff4ee954e93f543a53cdfd852d4433402c03d3]

        INTEGRATION: CWS hsqlcsvstage1 (1.74.2); FILE MERGED 2006/09/20 11:43:57 fs 1.74.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [157377ed3cb838587388ba425dad4abd1d8aee7b]

        INTEGRATION: CWS hsqlcsvstage1 (1.16.2); FILE MERGED 2006/09/20 11:43:56 fs 1.16.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0963c1b05dfe7883fd2e301f5c732114d2992f70]

        INTEGRATION: CWS hsqlcsvstage1 (1.16.194); FILE MERGED 2006/09/20 11:43:56 fs 1.16.194.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8a6cda739f50b15f5f2f97b9dd048755a17bcd62]

        INTEGRATION: CWS hsqlcsvstage1 (1.10.14); FILE MERGED 2006/09/20 19:29:05 fs 1.10.14.2: #i10000# 2006/09/20 11:43:56 fs 1.10.14.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2376c948ee567290a7416ad5c776ab1d92f3d47c]

        INTEGRATION: CWS hsqlcsvstage1 (1.16.2); FILE MERGED 2006/09/20 19:29:05 fs 1.16.2.2: #i10000# 2006/09/20 11:43:55 fs 1.16.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [74ce864464316150af4db762b330efbd7ba0a69a]

        INTEGRATION: CWS hsqlcsvstage1 (1.12.14); FILE MERGED 2006/09/20 19:29:05 fs 1.12.14.2: #i10000# 2006/09/20 11:43:55 fs 1.12.14.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [f4eeca3f696ee6b9467090fc8971c90c780f0381]

        INTEGRATION: CWS hsqlcsvstage1 (1.19.2); FILE MERGED 2006/09/20 19:29:05 fs 1.19.2.2: #i10000# 2006/09/20 11:43:55 fs 1.19.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [daabd7235710690943756d061e8e73408c6e88a4]

        INTEGRATION: CWS hsqlcsvstage1 (1.10.16); FILE MERGED 2006/09/20 19:29:04 fs 1.10.16.2: #i10000# 2006/09/20 11:43:55 fs 1.10.16.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0418ad05c8e4cafe9d2724f6698f8913f570fe8d]

        INTEGRATION: CWS hsqlcsvstage1 (1.16.2); FILE MERGED 2006/09/20 19:40:35 fs 1.16.2.3: #i10000# 2006/09/20 19:29:04 fs 1.16.2.2: #i10000# 2006/09/20 11:43:55 fs 1.16.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fb6a3d3e194805cc0fbb71c2f2183d34e3b7f5a9]

        INTEGRATION: CWS hsqlcsvstage1 (1.21.2); FILE MERGED 2006/09/20 19:29:04 fs 1.21.2.2: #i10000# 2006/09/20 11:43:55 fs 1.21.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [577bc9d8fe6ac45b85975897008e05b88b37e07f]

        INTEGRATION: CWS hsqlcsvstage1 (1.18.2); FILE MERGED 2006/09/20 11:43:54 fs 1.18.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3db9d67daef23d5d585d7d8166e59f573bcfe074]

        INTEGRATION: CWS hsqlcsvstage1 (1.14.60); FILE MERGED 2006/09/20 11:43:54 fs 1.14.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ddcf27884002dde52ef318edc2d2d62426a89d14]

        INTEGRATION: CWS hsqlcsvstage1 (1.34.2); FILE MERGED 2006/09/20 19:29:04 fs 1.34.2.2: #i10000# 2006/09/20 11:43:54 fs 1.34.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [154c43a5c1cc541e40d75f2986b0c0fa8c014a11]

        INTEGRATION: CWS hsqlcsvstage1 (1.24.60); FILE MERGED 2006/09/20 11:43:53 fs 1.24.60.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [47ac0788d0807cf3fd63dda77b523efdc5a6c0a4]

        INTEGRATION: CWS hsqlcsvstage1 (1.50.2); FILE MERGED 2006/09/20 11:43:53 fs 1.50.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a9eed80e3eb66b218c25dad54a73fca4f24f6be4]

        INTEGRATION: CWS hsqlcsvstage1 (1.97.56); FILE MERGED 2006/09/20 10:30:04 fs 1.97.56.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [c51bff229cb2f8c2e3daca905d88f53584f1285b]

        INTEGRATION: CWS hsqlcsvstage1 (1.77.56); FILE MERGED 2006/09/20 10:30:04 fs 1.77.56.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e972c0d6d54b7abff35349260ddf9931869c6699]

        INTEGRATION: CWS hsqlcsvstage1 (1.79.56); FILE MERGED 2006/09/20 10:30:04 fs 1.79.56.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0e2424bb1640c26ecd0c5d129ee7b329a1fdfc5d]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 10:31:04 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>  [974bbbe7b8d3f387f97a969f500c1dfafa04dd68]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 10:31:03 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>  [bcba0ed82b472ff8ed1fd4698dad2afb6ca75b67]

        INTEGRATION: CWS hsqlcsvstage1 (1.9.188); FILE MERGED 2006/09/20 10:30:03 fs 1.9.188.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fac48e2ca0b66d5d87ee0add98302c8a24e2efbc]

        INTEGRATION: CWS hsqlcsvstage1 (1.3.188); FILE MERGED 2006/09/20 10:30:03 fs 1.3.188.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1a32f2f4c12bed051ef8392e5277d8f4c0d140b0]

        INTEGRATION: CWS hsqlcsvstage1 (1.4.188); FILE MERGED 2006/09/20 10:30:03 fs 1.4.188.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e1dc22f88d021ae4ac86cc3c787afaec24036a0d]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 10:33:06 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>  [e7794f6cbbf16f8ddefb2057e2952219100731fc]

        INTEGRATION: CWS hsqlcsvstage1 (1.64.28); FILE MERGED 2006/09/20 10:32:12 fs 1.64.28.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9a8fec7b181f3e7bde2a9b47f202854edafb68f8]

        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>  [3c03609bd7aa8961a9b77d7d7eac6fb9bbdec9d2]

        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>  [0ba05f8cb8bc202275c90784e55e9dde5b725210]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.140); FILE MERGED 2006/09/20 11:12:11 fs 1.1.140.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e98d2c2bec43e6a07e179d6ccb2f54fd962743c8]

        INTEGRATION: CWS hsqlcsvstage1 (1.4.166); FILE MERGED 2006/09/20 11:06:21 fs 1.4.166.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a4571d57a1a20afcedb016ba66922274595c5432]

        INTEGRATION: CWS hsqlcsvstage1 (1.8.176); FILE MERGED 2006/09/20 11:06:20 fs 1.8.176.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0c9f38b13dd05aa5e748ec19147ebcf865fa9327]

        INTEGRATION: CWS hsqlcsvstage1 (1.1.4); FILE ADDED 2006/09/20 11:06:20 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>  [442721b9d4db683bb7c51f60fe6b5da9540f24b0]

        INTEGRATION: CWS hsqlcsvstage1 (1.20.2); FILE MERGED 2006/09/20 11:06:20 fs 1.20.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [62f4a51ae196037d36765fa1c3eb5e237f710d0e]

        INTEGRATION: CWS hsqlcsvstage1 (1.64.2); FILE MERGED 2006/09/20 11:06:19 fs 1.64.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [0ba4042a69cd6e85d5b02c0a108b282870c9aaba]

        INTEGRATION: CWS ause068 (1.97.110); FILE MERGED 2006/09/22 07:51:53 hjs 1.97.110.3: #i69734# first test revealed typo... 2006/09/21 15:54:54 hjs 1.97.110.2: #i69734# move adding SHLnIMPLIBN to dependency chain 2006/09/15 13:26:36 hjs 1.97.110.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [023f16ac5a6538d5e6698ac91c1ab7f7abc38ede]

        INTEGRATION: CWS ause068 (1.69.30); FILE MERGED 2006/09/21 15:54:01 hjs 1.69.30.3: #i69536# remove echos to /dev/null 2006/09/19 15:00:55 hjs 1.69.30.2: RESYNC: (1.69-1.70); FILE MERGED 2006/09/15 13:26:34 hjs 1.69.30.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [aba0b9fb104b769eed9f7063607538144f8358d0]

        INTEGRATION: CWS ause068 (1.94.110); FILE MERGED 2006/09/22 07:51:52 hjs 1.94.110.3: #i69734# first test revealed typo... 2006/09/21 15:54:54 hjs 1.94.110.2: #i69734# move adding SHLnIMPLIBN to dependency chain 2006/09/15 13:26:32 hjs 1.94.110.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [bbe9fbd5128e2747e7543a752edcd53adfb4ee93]

        INTEGRATION: CWS ause068 (1.6.42); FILE MERGED 2006/09/26 09:44:48 hjs 1.6.42.1: #i69536# noop looks like a nice replacement for echo > /dev/null

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [29e4b73ea8f26282b576e2f9cc710c575ccd1b23]

        INTEGRATION: CWS ause068 (1.18.10); FILE MERGED 2006/09/21 17:28:12 hjs 1.18.10.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8db6d984861c84572b19d1f23a59bf73ce859498]

        INTEGRATION: CWS ause068 (1.36.150); FILE MERGED 2006/09/21 16:35:41 hjs 1.36.150.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e752cb5cd7b5f338f956376227596455730f03a5]

        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>  [67191db420976ee5caf5f514d1490e6855594ea7]

        INTEGRATION: CWS ause068 (1.20.6); FILE MERGED 2006/09/21 16:34:29 hjs 1.20.6.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e1e8395db2462134c8a811194968b09e2622305a]

        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>  [15eb0be82f0c67b5695cbc54e597c334ddb75802]

        INTEGRATION: CWS ause068 (1.8.156); FILE MERGED 2006/09/25 15:26:29 hjs 1.8.156.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b2728018cab880ec4a1eea9d7c487d4b59ac46c8]

        INTEGRATION: CWS ause068 (1.7.156); FILE MERGED 2006/09/25 15:26:29 hjs 1.7.156.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e2770afbce6b0b1ea6e6656a6d32acdc7f0d92c7]

        INTEGRATION: CWS ause068 (1.177.10); FILE MERGED 2006/09/28 08:42:09 hjs 1.177.10.1: #i69867# bump configure check to 4.6

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [98a2b2f5eb39cc11990e8216d8499afe1f105bd6]

        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>  [a8d0098866673cbe3bda6949d943b0f98ed964d3]

        INTEGRATION: CWS ause068 (1.5.20); FILE MERGED 2006/09/21 17:26:59 hjs 1.5.20.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9ff8d443139bf8b41ed4349dd4cc33fbdeb63f4d]

        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>  [f11521ce9b01df2c3938c999aa6251a9f6b24302]

        INTEGRATION: CWS ause068 (1.3.76); FILE MERGED 2006/09/25 15:21:41 hjs 1.3.76.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3955e1169b60caa792eb7e15ef7638cf87141b63]

        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>  [06f52e711e5b7793efa742d8cae624624f1e8730]

        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>  [d2f7b347f394eb5e9398cf95c39ddff5705f0ea8]

        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>  [2a732630af4265a65976717be3df7e6952bd0eff]

        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>  [72cd66d3ce65254c1e9a0a2d6370243e9406d32c]

        INTEGRATION: CWS ause068 (1.24.6); FILE MERGED 2006/09/21 16:01:51 hjs 1.24.6.1: #i69536# use noop (dmake46 feature) for expanding only

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d2e8b84c16d4b1f25b29671a8973457c273c31ab]

        INTEGRATION: CWS ause068 (1.30.300); FILE MERGED 2006/09/25 15:19:12 hjs 1.30.300.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b118fa749e560bbeecfd6eb4d12123b5bd4d36c5]

        INTEGRATION: CWS ause068 (1.4.144); FILE MERGED 2006/09/25 17:27:51 hjs 1.4.144.1: #i69536# definition of noout is gone in solenv

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [afa12607d2386ff13e01d161a2b09fc8ef5ef0e9]

        INTEGRATION: CWS ause068 (1.11.58); FILE MERGED 2006/09/21 15:41:36 hjs 1.11.58.1: #i69536# use noop (dmake46 feature) for expanding only

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [16dd93b03c8c88e2e489209b387a359395909cb8]

        INTEGRATION: CWS ause068 (1.8.236); FILE MERGED 2006/09/21 15:18:59 hjs 1.8.236.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [77b03fbe7d227b89341edf83aa5f00be480e3a73]

        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>  [fe48caea0bf62412082390af6d589c223720ab2c]

        INTEGRATION: CWS ause068 (1.2.150); FILE MERGED 2006/09/21 15:17:03 hjs 1.2.150.1: #i69536# remove obsolete lines

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [11fc7a177f70cb8db7958798b8d22c7c5880c326]

        INTEGRATION: CWS ause068 (1.25.40); FILE MERGED 2006/09/21 15:16:10 hjs 1.25.40.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3d04b00ddadef5fb36faacfc8563bc1761b7d843]

        INTEGRATION: CWS ause068 (1.15.150); FILE MERGED 2006/09/21 15:15:37 hjs 1.15.150.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8a4c3252bd9403f7a160fdc0a6457e259c019afa]

        INTEGRATION: CWS ause068 (1.4.26); FILE MERGED 2006/09/21 14:45:34 hjs 1.4.26.1: #i69536# remove obsolete lines

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7d09e5ad8bddf490895d58b828bc782841d336c3]

        INTEGRATION: CWS ause068 (1.7.44); FILE MERGED 2006/09/21 14:42:57 hjs 1.7.44.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b0e8193c6324e2392d369a6557d57fcc29cd06ac]

        INTEGRATION: CWS ause068 (1.34.10); FILE MERGED 2006/09/21 14:41:03 hjs 1.34.10.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [48cc02c5b62a7de2521e01c87b22eec740d46eec]

        INTEGRATION: CWS ause068 (1.42.14); FILE MERGED 2006/09/18 12:57:13 hjs 1.42.14.1: #i69614# fix PRJNAME

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7fe50a2f4f7c82b4f39449d117e99b0b5d691787]

        INTEGRATION: CWS ause068 (1.8.76); FILE MERGED 2006/09/21 14:39:41 hjs 1.8.76.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8c6c3f385604d56d8b6853afac1b0398478489f0]

        INTEGRATION: CWS ause068 (1.30.84); FILE MERGED 2006/09/15 13:26:36 hjs 1.30.84.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [5aa3b1a7116f6dab4f66d86c46cd508d850eb0ee]

        INTEGRATION: CWS ause068 (1.11.442); FILE MERGED 2006/09/15 10:51:42 hjs 1.11.442.1: #i69559# more include guards

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9abe0f0f8d7c5abcd86bb1ad990d20430d96c401]

        INTEGRATION: CWS ause068 (1.10.442); FILE MERGED 2006/09/15 13:26:36 hjs 1.10.442.2: #i69536# don't force shell for echo 2006/09/15 10:57:30 hjs 1.10.442.1: #i69560# remove obsolete SVXLIGHT

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9ab9f06f91fb607f80b3028120b48044c281aac6]

        INTEGRATION: CWS ause068 (1.20.112); FILE MERGED 2006/09/15 13:26:36 hjs 1.20.112.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ec460eddb41f7e13792042cfe9f20304489937af]

        INTEGRATION: CWS ause068 (1.11.442); FILE MERGED 2006/09/15 13:26:36 hjs 1.11.442.2: #i69536# don't force shell for echo 2006/09/15 10:57:30 hjs 1.11.442.1: #i69560# remove obsolete SVXLIGHT

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d939a39b0831364b099365b90aab2deefdeae40b]

        INTEGRATION: CWS ause068 (1.18.110); FILE MERGED 2006/09/15 13:26:35 hjs 1.18.110.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a6573b551fd0dc78730c6316b3d43bf260d295ab]

        INTEGRATION: CWS ause068 (1.6.32); FILE MERGED 2006/09/15 13:26:35 hjs 1.6.32.2: #i69536# don't force shell for echo 2006/09/15 10:51:42 hjs 1.6.32.1: #i69559# more include guards

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d075611bcc06eb0c94d9c7026d9c298de4ed418d]

        INTEGRATION: CWS ause068 (1.19.142); FILE MERGED 2006/09/15 13:26:35 hjs 1.19.142.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1fc82dedb422b1eec34e33e80858747b0f0014b6]

        INTEGRATION: CWS ause068 (1.70.12); FILE MERGED 2006/09/15 13:26:35 hjs 1.70.12.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fa4a976508816dac705916e03e4a653b4ae65f19]

        INTEGRATION: CWS ause068 (1.22.32); FILE MERGED 2006/09/26 09:50:00 hjs 1.22.32.2: #i69536# not exactly this issue but yet another useless shell call removed(leftover from i69093) 2006/09/15 10:57:30 hjs 1.22.32.1: #i69560# remove obsolete SVXLIGHT

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3ca4232404afde0d08e31ad9b58d306725b44188]

        INTEGRATION: CWS ause068 (1.30.110); FILE MERGED 2006/09/15 13:26:35 hjs 1.30.110.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e5e15a5f5ec05963285f5322d266674b30b47691]

        INTEGRATION: CWS ause068 (1.11.32); FILE MERGED 2006/09/26 14:00:37 hjs 1.11.32.2: #i69881# move definition of XML_APIS_JAR and XERCES_JAR to settings.mk 2006/09/15 13:26:35 hjs 1.11.32.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fb4851245bdc2a4575d76627fd2b4da06a91f6c9]

        INTEGRATION: CWS ause068 (1.18.112); FILE MERGED 2006/09/15 13:26:34 hjs 1.18.112.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [8eeb436077e1bc971b3814c0f1214fd3aea7977d]

        INTEGRATION: CWS ause068 (1.55.108); FILE MERGED 2006/09/15 13:26:34 hjs 1.55.108.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [4724f992c3d8b46e3ab4e2e69033ad07ea63545d]

        INTEGRATION: CWS ause068 (1.180.32); FILE MERGED 2006/09/21 15:54:54 hjs 1.180.32.5: #i69734# move adding SHLnIMPLIBN to dependency chain 2006/09/19 15:01:35 hjs 1.180.32.4: RESYNC: (1.180-1.181); FILE MERGED 2006/09/15 13:26:34 hjs 1.180.32.3: #i69536# don't force shell for echo 2006/09/15 10:57:30 hjs 1.180.32.2: #i69560# remove obsolete SVXLIGHT 2006/09/15 10:46:57 hjs 1.180.32.1: #i69559# more include guards

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [992e500d47f703a2577226215c3fca797defed31]

        INTEGRATION: CWS ause068 (1.199.86); FILE MERGED 2006/09/26 15:33:20 hjs 1.199.86.5: #i69867# check for dmake 4.6 to make sure noop is supported 2006/09/26 14:02:43 hjs 1.199.86.4: #i69881# definition of XML_APIS_JAR and XERCES_JAR;#i69744# remove LIBPRE 2006/09/19 15:01:27 hjs 1.199.86.3: RESYNC: (1.199-1.200); FILE MERGED 2006/09/15 13:26:34 hjs 1.199.86.2: #i69536# don't force shell for echo 2006/09/15 10:57:30 hjs 1.199.86.1: #i69560# remove obsolete SVXLIGHT

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [f79339ebd8f3ca5785d5eec2f1b575c249bee171]

        INTEGRATION: CWS ause068 (1.40.112); FILE MERGED 2006/09/15 13:26:33 hjs 1.40.112.2: #i69536# don't force shell for echo 2006/09/15 10:57:29 hjs 1.40.112.1: #i69560# remove obsolete SVXLIGHT

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [c474834ef81aa6319515641bd5fd3179a7a763d3]

        INTEGRATION: CWS ause068 (1.102.30); FILE MERGED 2006/09/26 12:24:06 hjs 1.102.30.3: #i69744# remove some more (missed in first replac) 2006/09/26 10:34:46 hjs 1.102.30.2: #i69744# remove definition too 2006/09/21 16:04:04 hjs 1.102.30.1: #i69744# remove LIBPRE

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [50c01e3ce09474ec0504203960397453d9dd2a45]

        INTEGRATION: CWS ause068 (1.2.760); FILE MERGED 2006/09/15 13:26:33 hjs 1.2.760.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d621ebdd79b786d579dc060509ef0dc3d62081f3]

        INTEGRATION: CWS ause068 (1.4.442); FILE MERGED 2006/09/15 13:26:33 hjs 1.4.442.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1d452ea7dcb6d8728d2f97bf029c0435d17b757c]

        INTEGRATION: CWS ause068 (1.30.246); FILE MERGED 2006/09/15 13:26:33 hjs 1.30.246.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b00824c7c02831e905ae0852a6649efea041c21c]

        INTEGRATION: CWS ause068 (1.27.84); FILE MERGED 2006/09/15 13:26:32 hjs 1.27.84.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [b2379c07ee69bab0ca033c1ed346ebe90d55ed23]

        INTEGRATION: CWS ause068 (1.18.86); FILE MERGED 2006/09/15 13:26:32 hjs 1.18.86.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [7f0eb180ce81f6ed759b7001d2495558d5327df7]

        INTEGRATION: CWS ause068 (1.15.938); FILE MERGED 2006/09/15 13:26:32 hjs 1.15.938.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [9ee84dfb66c75477c3ddaab38526e7138f680cb9]

        INTEGRATION: CWS ause068 (1.27.112); FILE MERGED 2006/09/15 13:26:31 hjs 1.27.112.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [73358d69d1d67bcffb06f855a37aaee2161fe10f]

        INTEGRATION: CWS ause068 (1.53.108); FILE MERGED 2006/09/15 13:26:31 hjs 1.53.108.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a785cd53d2fef4b7d68294d26b6707462e2a4cb5]

        INTEGRATION: CWS ause068 (1.3.966); FILE MERGED 2006/09/15 13:26:31 hjs 1.3.966.1: #i69536# don't force shell for echo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [22ff783dcb5087b3e0ca91459dc2b1940a33e6df]

        INTEGRATION: CWS ause068 (1.28.36); FILE MERGED 2006/09/22 17:52:57 hjs 1.28.36.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [efb4eb6964e84ad9c82892556f0efab4a7c55103]

        INTEGRATION: CWS ause068 (1.25.16); FILE MERGED 2006/09/21 14:38:27 hjs 1.25.16.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [cd7cc57c88ec7614b689a2dea2064b639fc9ad1f]

        INTEGRATION: CWS ause068 (1.11.98); FILE MERGED 2006/09/21 11:30:42 hjs 1.11.98.2: #i69068# patch from issue, now with two typos fixed 2006/09/21 11:27:56 hjs 1.11.98.1: #i69068# typo

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [57eedaac043ab61fd3cf03c9d307ed2966af90cf]

        INTEGRATION: CWS ause068 (1.12.126); FILE MERGED 2006/09/25 15:16:07 hjs 1.12.126.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [53f0fefe7709910d64eee7050c10c7be8fe69829]

        INTEGRATION: CWS ause068 (1.59.4); FILE MERGED 2006/09/22 17:48:26 hjs 1.59.4.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ab935ec198c9dfbe03b2b6020f567cd3866342ab]

        INTEGRATION: CWS ause068 (1.50.40); FILE MERGED 2006/09/22 17:47:26 hjs 1.50.40.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [3335abde8bf55c8f831a99d449d03ba2317af53c]

        INTEGRATION: CWS ause068 (1.8.36); FILE MERGED 2006/09/22 17:39:51 hjs 1.8.36.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [03d2e327476c8fcaf988ee8a40b856cc6750d4fd]

        INTEGRATION: CWS ause068 (1.5.38); FILE MERGED 2006/09/22 17:39:51 hjs 1.5.38.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [2960ff6f6b9168a8b39004bbe438a0d5ba24bf5a]

        INTEGRATION: CWS ause068 (1.7.22); FILE MERGED 2006/09/22 17:39:50 hjs 1.7.22.1: #i69536# + no longer required before echo command

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [6b1399891ccec90118e8d481cd952851382a679f]

        INTEGRATION: CWS ause068 (1.7.36); FILE MERGED 2006/09/21 14:26:34 hjs 1.7.36.1: #i69536# remove obsolete lines

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [e8e7d24105e396e5ff94e9cfc274469ed70cd386]

        INTEGRATION: CWS ause068 (1.19.50); FILE MERGED 2006/09/21 14:20:35 hjs 1.19.50.1: #i69536# remove obsolete lines

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [ff9f490c1a3f5ed6adc3d280915af10dde2088e0]

        INTEGRATION: CWS ause068 (1.7.50); FILE MERGED 2006/09/21 14:20:35 hjs 1.7.50.1: #i69536# remove obsolete lines

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [5633ddc87222af0294415f92bccd618733d99317]

        INTEGRATION: CWS native61 (1.52.66); FILE MERGED 2006/09/07 15:13:05 is 1.52.66.1: #i69261# setting unix privileges

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [1a9d2d87acc8312687dc74a1a6f1d4d1758a8829]

        INTEGRATION: CWS macmozplugfix (1.4.6); FILE MERGED 2006/09/22 08:03:46 ericb 1.4.6.1: #i62119# macmozplugfix npunix.o can be built on Mac OS X too

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [458bd7894554f28548ed0c192a29f2270b8c3ecb]

        INTEGRATION: CWS native61 (1.15.78); FILE MERGED 2006/09/07 15:20:28 is 1.15.78.1: #i68850# userscripts with language pack functionality

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [cc26ea953860034dcbaeef699dcbc64854b450ef]

        INTEGRATION: CWS native61 (1.15.78); FILE MERGED 2006/09/19 14:35:49 is 1.15.78.5: #i68850# mktemp also for linux 2006/09/19 14:03:02 is 1.15.78.4: #i68850# mktemp also for linux 2006/09/19 14:01:29 is 1.15.78.3: #i68850# mktemp also for linux 2006/09/07 15:20:28 is 1.15.78.2: #i68850# userscripts with language pack functionality 2006/09/06 10:29:45 is 1.15.78.1: #i68850# linux user script also for language pack

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [fab3504a1bad6ca798e0d02ce62dc72438ee0330]

        INTEGRATION: CWS native61 (1.40.26); FILE MERGED 2006/09/07 15:27:24 is 1.40.26.2: #140290# setting new version 2006/08/30 11:02:28 is 1.40.26.1: #140290# pu5 ready

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [94636f615ba6760a52f0c889fc3ce46f9b7afdcb]

        INTEGRATION: CWS native61 (1.33.76); FILE MERGED 2006/09/04 14:34:26 is 1.33.76.2: #i59187# making relative pathes also for cygwin 2006/09/04 14:20:56 is 1.33.76.1: #i59187# making relative pathes also for cygwin

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [c63e10f41e1d03d70086afc846a4a66d057b4c72]

        INTEGRATION: CWS native61 (1.28.210); FILE MERGED 2006/08/30 10:28:10 is 1.28.210.1: #140251# making different bitmaps in different patches possible

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [a28dde9dc2dfd3b62c4bcb2f2e217cecb37b5b9e]

        INTEGRATION: CWS native61 (1.67.60); FILE MERGED 2006/08/30 10:28:10 is 1.67.60.1: #140251# making different bitmaps in different patches possible

2006-10-05  Kurt Zenker  <kz@openoffice.org>  [d9c04130e417141d190b5ac72abe96be48d3bb16]

        INTEGRATION: CWS native61 (1.14.12); FILE MERGED 2006/09/07 15:29:14 is 1.14.12.2: #140290# setting new version 2006/08/30 11:03:03 is 1.14.12.1: #140290# pu5 ready

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4636ece92e3829cca7fcb7f24bfbc6186ca21bcb]

        INTEGRATION: CWS qwizardspp4 (1.8.36); FILE MERGED 2006/07/17 15:52:23 tv 1.8.36.1: #i38801# #i42034# Writer Wizards can now be closed with ESC and closer

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [901c6485089cc1c413249275b04da0d5c6d8d8ae]

        INTEGRATION: CWS qwizardspp4 (1.15.36); FILE MERGED 2006/09/25 14:26:15 tv 1.15.36.7: #64878# kill empty frames only when it's a business letter Issue number: Submitted by: Reviewed by: 2006/08/23 13:37:40 tv 1.15.36.6: #i57079# remove not needed frames when creating wizard 2006/07/25 14:16:54 tv 1.15.36.5: RESYNC: (1.15-1.16); FILE MERGED 2006/07/18 16:04:20 tv 1.15.36.4: #i57079# kill another empty frame when finishing 2006/07/18 14:45:23 tv 1.15.36.3: #i64878# fixed wrong behaviour when switching from Business to private official. Sender data could not be entered. 2006/07/17 15:52:23 tv 1.15.36.2: #i38801# #i42034# Writer Wizards can now be closed with ESC and closer 2006/07/17 12:19:52 tv 1.15.36.1: #i63477# fall back to English if language is not supported

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [15bb8bb7899b560ca4fbc9338ae5bf4dbe0a2ccf]

        INTEGRATION: CWS qwizardspp4 (1.9.36); FILE MERGED 2006/08/23 13:37:40 tv 1.9.36.2: #i57079# remove not needed frames when creating wizard 2006/07/18 16:04:19 tv 1.9.36.1: #i57079# kill another empty frame when finishing

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ed13695f2bfa8d91ae323331392eb7b22b8633b2]

        INTEGRATION: CWS qwizardspp4 (1.7.36); FILE MERGED 2006/07/25 14:16:33 tv 1.7.36.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/17 15:52:23 tv 1.7.36.1: #i38801# #i42034# Writer Wizards can now be closed with ESC and closer

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [166e35da222fae674afbe7a739372e06fcb4865a]

        INTEGRATION: CWS qwizardspp4 (1.10.36); FILE MERGED 2006/07/25 14:15:50 tv 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/17 15:52:22 tv 1.10.36.1: #i38801# #i42034# Writer Wizards can now be closed with ESC and closer

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [9447915f5df06d4a50b5f607bc8b09f3f04a0f1a]

        INTEGRATION: CWS qwizardspp4 (1.2.80); FILE MERGED 2006/08/22 14:32:00 tv 1.2.80.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [51ab60996517b0b1083b171a3d9af4ed757188af]

        INTEGRATION: CWS qwizardspp4 (1.3.120); FILE MERGED 2006/08/22 14:31:58 tv 1.3.120.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [1a9f769c6288e736eed3fcdf142ff39931d726e8]

        INTEGRATION: CWS qwizardspp4 (1.2.80); FILE MERGED 2006/08/22 14:31:58 tv 1.2.80.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [c0e62afb7a76fbc5efdf164d016f8b03327a6769]

        INTEGRATION: CWS qwizardspp4 (1.4.2); FILE MERGED 2006/08/22 14:31:58 tv 1.4.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [e34bceeb70f4bd320c30e6855a3985ac355e3882]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:57 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [88e8dbae12bcb84d73923ceba3d0222c81f8d315]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:55 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [852718c5cab12c2bb7008f9c3093ac6000193cb5]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:54 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [dedbbc517253abdd118c37141b2073981809474c]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:52 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [9d2626a7ab15622aa4edd6923c1d48a38cf9ff40]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:11:07 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [f18f9c7277d6f607324be816acc52804d1cbc919]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:11:06 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [8e09dd4595c13166bff54ee827112f0c64d287ba]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:49 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5b0ee1ac890a45ebecb8b351a008b98957765441]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:48 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [56905b80d3330cc21426f6346596c64ce6a0ed60]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:47 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6715625911c7cc35c0d7b994871e4e774ce637d3]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:43 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5670e945c26cefe5f30bb6739b5dba9e4f83db60]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:11:06 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [1a333d6544d72ef4587faa13bf34c64843cad550]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:11:05 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6e9cf9a29474c85413c86ddbee224c999bb2e0c4]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:11:04 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [7b1d40f525d843311d44d2817f7ec39c6e6cfee2]

        INTEGRATION: CWS qwizardspp4 (1.3.74); FILE MERGED 2006/07/20 13:11:04 tv 1.3.74.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6785893c1b3e484fddf25a4f1a17e27df1c10c29]

        INTEGRATION: CWS qwizardspp4 (1.3.74); FILE MERGED 2006/07/20 13:11:03 tv 1.3.74.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6106499a5c1f9ea219876773447e3408e80deabc]

        INTEGRATION: CWS qwizardspp4 (1.3.74); FILE MERGED 2006/07/20 13:11:02 tv 1.3.74.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [fe806f622db109d14483514e725ef4868c001b6d]

        INTEGRATION: CWS qwizardspp4 (1.3.74); FILE MERGED 2006/07/20 13:11:01 tv 1.3.74.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [89a5c33f829146e405bffad705e04cd18c539bc7]

        INTEGRATION: CWS qwizardspp4 (1.3.74); FILE MERGED 2006/07/20 13:11:00 tv 1.3.74.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3d8563936e682dd695444e146d978ad79ce04ee5]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:59 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [761fc604f5574d4df596b3b32750136a5333ac01]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:41 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:59 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4edd6ec7f266b930fe9a749437de1dabfc780d19]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:58 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [80b450417f5ba2988134c8adc97b785eb5ba4e34]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:57 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [89e2fbc2ae91f14e7e4be041874c76d40551a5c8]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:40 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:57 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d28831a61a8fd8cfc47fdad2b5a14f494931c458]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:56 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5ab5a6b6f132d34f74968afcffb6f3a6c8bc768c]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:55 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [df4944ec39b427bb10ce622820976bd9729e0422]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:54 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [39ee4e17f9256f13e7d0c94fcc72259462e448a6]

        INTEGRATION: CWS qwizardspp4 (1.2.50); FILE MERGED 2006/07/20 13:10:53 tv 1.2.50.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [14d7674362da280cec00283ae8e6a7ac12462286]

        INTEGRATION: CWS qwizardspp4 (1.2.50); FILE MERGED 2006/07/20 13:10:52 tv 1.2.50.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [43e241aaec7266a601e28c9b50edea16ef011761]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:52 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [de111101edd95c0bd8a37578b4c3a8eef44de6a3]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:51 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [7258a641c0f4d6a31c62cd6e30b203caed5dba05]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:50 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [dcf3a2dd95f23cc02b42852a18f192563eaef478]

        INTEGRATION: CWS qwizardspp4 (1.2.28); FILE MERGED 2006/07/25 15:39:35 tv 1.2.28.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [47c582f78d3c26ad541ac7fe0a2eec45c3c1376a]

        INTEGRATION: CWS qwizardspp4 (1.2.28); FILE MERGED 2006/08/22 14:31:40 tv 1.2.28.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [45d189b074f5fb8cb995485f77e4f69fb8108f3e]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:49 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [a277fcc88fb596394b22f68bf68eb98df4b8b5c3]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:48 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [432e9afb0f445cbfcbbd7787f4dcf3d992616821]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:47 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [8089ce4346297eb5e02ee497e9cca1ef8d15f087]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:46 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [40c4df33afe018d4ac06d961dba1711a03b12f30]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:45 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [dc12d77461f46dcb64ac80da647b393f068bfaf9]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:44 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [00a43b18b5cc87081c7219809319887405be5353]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:43 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [2919cd3458c20de233d5b294de1db02799eaa0b3]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:42 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [546d19069e310402f83cde092ccd8e8542f5dae1]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:41 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [46821bb41d77facd365fc57b48d5c7d960c46cc9]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:40 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [2fea1e2b5a55133d28cc3c99a3608bce2b12c096]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:39 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4e59510ae2cf7b0354e1a00152d0e4bd9d16843e]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:38 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [9971f451af41f52cb4681148ac57d6486f000f88]

        INTEGRATION: CWS qwizardspp4 (1.2.34); FILE MERGED 2006/08/22 14:31:40 tv 1.2.34.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ac669908a970d3eb9f7be66cf0028a3c8a472954]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:37 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6ca97c4de81677cc4bdfbbe77537fd21dfd2a695]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:36 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [9564bc2ea78efa33c28f3972bf16eb061462d66d]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:35 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3102c7beab5222341cbaf3999e1abbad48284988]

        INTEGRATION: CWS qwizardspp4 (1.2.34); FILE MERGED 2006/08/22 14:31:39 tv 1.2.34.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [c31d5abe4500ca7bd0d968957d7467fa4a166957]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:34 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5371549e4dc133d3f8ebcb23e520a87394b886da]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:33 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [f4209b21b013c5f3d8ebe44a4104d1089d5b3283]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:32 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [bffe3eeb2243160d5478903222c21b6d8ee724ea]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:31 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [e1493b701ee5893bbf31bb8863b9f431e910a990]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:30 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d942865d3acdfe81fe157ea0a9845af1371acd18]

        INTEGRATION: CWS qwizardspp4 (1.2.34); FILE MERGED 2006/08/22 14:31:39 tv 1.2.34.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [20c1f2debe5337eb45ae0443632fd815370ac0cd]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:29 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [7efb7f6fcabd730c49e7fdfc829bda3f72e6b1f1]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:28 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [0e5aaa0d07bbad5496ab3c9ffe8b49af6cf05219]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/25 15:39:34 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:27 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ef4fde4bd9b2b26a31f1742df732a443f104c65a]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:27 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [0506250f8e92a3014f7ff48a5cde537c407d716b]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:39 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:27 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [36b3dd1a84940ddef3deba35388d8bd28c95096d]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:26 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b9933ac025a3ebc5519c8f27dbd0a18383248a74]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:25 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [e2ccf7811515eef6cca53370b0102266ddbf297a]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:24 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [68a31ffe54f9762c696e3038bc3dcb23b2b7a26a]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:23 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ed2a809ed08da08c0372f75d5837b9a6fcfc43d8]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:22 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4399e46b9aa1ac239ec75a96f598710ccc056f37]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:21 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b59ae3eb8705895e2818a99e8d6dce987e9cca17]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:20 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [69040dcac1b97030f82aa516ae3e55419e0350a9]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:19 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [c38f4f3425b8b426f7f4c43463180b040831999a]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:18 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ae888b205ad6eaf17b9ad16682569e0102b4ab5c]

        INTEGRATION: CWS qwizardspp4 (1.2.56); FILE MERGED 2006/08/22 14:31:39 tv 1.2.56.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4d9677be2bb4981944f192e79c377d3718330946]

        INTEGRATION: CWS qwizardspp4 (1.2.28); FILE MERGED 2006/07/25 15:39:34 tv 1.2.28.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [8387f0cbf6516e110d037621760925946c713edd]

        INTEGRATION: CWS qwizardspp4 (1.2.28); FILE MERGED 2006/08/22 14:31:38 tv 1.2.28.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3662a7173bf59e519fab994f144b2148a41a23ff]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:17 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [79167774a85d42139817df72de8ba9e001abdb5c]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:16 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [26f7b7d9299905f90d722f05a4d80994f7557ce8]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:15 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [17a9e5f51a5bc853fc10c3d91158414c0b0b864c]

        INTEGRATION: CWS qwizardspp4 (1.2.56); FILE MERGED 2006/08/22 14:31:38 tv 1.2.56.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [29a46a2be9e96861eac7cddfc1892de648805889]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/25 15:39:33 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:14 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4dc3a484287d004695e66bc1e3743374cae9c811]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:14 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [95fe5d494627b0471d8070d780af849317ec2a53]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:38 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:14 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [69365cab6f5363ca814a766cf291253a924d1d75]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:13 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [101d0ab72662f5f056bd08d962d487479d9ef571]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:37 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d9005c9640956883ba703cd3cfb9ed410612cd08]

        INTEGRATION: CWS qwizardspp4 (1.3.2); FILE MERGED 2006/07/25 15:39:33 tv 1.3.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d1db29d0a7d005a45d42c3ecb0f3d27692ce333c]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:36 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3bd54f623229a1e5b81aa3b79a8711f96d2c4a10]

        INTEGRATION: CWS qwizardspp4 (1.3.100); FILE MERGED 2006/07/20 13:10:13 tv 1.3.100.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [65282da9a7fb54b907c524fa6aaa005cf96f08d9]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:34 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d2200e41977828120213aca3982c801dab1cc0b9]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:11 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [1ffdb660accc45df1f537799ba685aecae6d2b9b]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:33 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4449ab91c5ae209f1b2dcee2f48dd3a37cc96e21]

        INTEGRATION: CWS qwizardspp4 (1.1.122); FILE MERGED 2006/08/22 14:31:30 tv 1.1.122.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [17c9c42fa33c75e4956fce535694126f6a508d04]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:30 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b00452a3f75e9751bb8d351a5d92d83c969bc9e3]

        INTEGRATION: CWS qwizardspp4 (1.3.2); FILE MERGED 2006/08/22 14:31:28 tv 1.3.2.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/25 15:39:32 tv 1.3.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [e6a50fb71a39fb495debd6a4c0f46a359b9ceef2]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:28 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [326d3ebffa46011b5cc7c30325d574eb005759c1]

        INTEGRATION: CWS qwizardspp4 (1.3.100); FILE MERGED 2006/07/20 13:10:10 tv 1.3.100.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [0c66ad5262334f1ac1fa7deea9f92c237013b137]

        INTEGRATION: CWS qwizardspp4 (1.2.2); FILE MERGED 2006/07/25 15:39:32 tv 1.2.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [dc9d87b60796f9ed77f88775873ec8874ed8ec6b]

        INTEGRATION: CWS qwizardspp4 (1.1.122); FILE MERGED 2006/08/22 14:31:27 tv 1.1.122.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [01deaab16128b90b624d85ee2c2fc205390a450f]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:26 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d4b4ad4de08e68ce0fbacf3ce639b4b52d5a5214]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:25 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [533a6aa14001e130f8fd6cf72dac5b61c60b36d9]

        INTEGRATION: CWS qwizardspp4 (1.3.2); FILE MERGED 2006/07/25 15:39:32 tv 1.3.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [dc8570bae7014c63c1daef4b04c4b742d8143cfa]

        INTEGRATION: CWS qwizardspp4 (1.2.2); FILE MERGED 2006/08/22 14:31:24 tv 1.2.2.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/25 15:39:31 tv 1.2.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [11a51d40ba1a5179b1e1fc607601010ab4bde14a]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:24 tv 1.1.128.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/20 13:10:08 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [810cd5bbd88a6691b80a0e4469cd0e25eaa370df]

        INTEGRATION: CWS qwizardspp4 (1.3.100); FILE MERGED 2006/07/20 13:10:08 tv 1.3.100.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [731281e94076e0e486c8e5c156ff40bcc3fe5f7d]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:07 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [58d5713ab5938092b6fa0198c62a7af9ef801638]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:21 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [60bf357dcca7587771e3ace2ecc19c051b4f6407]

        INTEGRATION: CWS qwizardspp4 (1.1.122); FILE MERGED 2006/08/22 14:31:19 tv 1.1.122.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [41841aac00b7113a706494021ed8f9d7b2fb0c4b]

        INTEGRATION: CWS qwizardspp4 (1.3.2); FILE MERGED 2006/08/22 14:31:17 tv 1.3.2.2: #i67758# update from IconTool Issue number: Submitted by: Reviewed by: 2006/07/25 15:39:31 tv 1.3.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [00a7b0a3345b34f857219c537535c78619d6164e]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:17 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [171b9f95811155f03b9d233fba2088cb906904b4]

        INTEGRATION: CWS qwizardspp4 (1.3.100); FILE MERGED 2006/07/20 13:10:06 tv 1.3.100.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [cb16740ec9858d93dc6450483df86ef9e3271348]

        INTEGRATION: CWS qwizardspp4 (1.2.2); FILE MERGED 2006/07/25 15:39:30 tv 1.2.2.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [58c20374954ce8ae8bad5427f2346b73119467cb]

        INTEGRATION: CWS qwizardspp4 (1.1.122); FILE MERGED 2006/08/22 14:31:16 tv 1.1.122.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [23b443490453a53f41dcf3eaecc8d67384fea00a]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:02:47 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [7219f93c433479f66f40db5055b1b2cc70cb04fc]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:15 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [fcd07095c43d80fb91d979ea5717aa6483ba9d17]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:02:27 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b9a04956fd1aa2000861483e72639b0dcfda3e1d]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:02:17 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d4232e3c80f5861cbe0ab08837719625a43e87a1]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:02:07 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [f93fb875420064cda2ab28214f6f86159fbfeb07]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:01:56 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [73a4eca722fb3141579155cf69294551043ce686]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:01:46 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [22d157ee557adb561d140d964ab26a5467f4b3d8]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:01:28 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5af083d6be4d58d78bd64f4b59491f929d521ac0]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 16:03:56 sb 1.1.2.2: #i69163# Fixed typo. 2006/09/27 12:01:18 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [9db88d6f4b5d602a9f896b5fcfb1449d11537868]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:01:06 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [740066709402d9f8f411544a834d846f6d86d531]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:00:54 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [a672afd8e102dffaa270fd14be5003305336284c]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/20 13:10:04 tv 1.1.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [709adafc147531890414f1b44adc08bd7d5c4944]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:00:44 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3e815ac81fa57d606b0816d1ceb4539ff14cefcf]

        INTEGRATION: CWS qwizardspp4 (1.2.128); FILE MERGED 2006/07/20 13:10:04 tv 1.2.128.1: #i58439# updated images Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [a6b33ceb3a68623356e0173857ca55aff1eb883c]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:00:24 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [02a759f35b8e7d95345df4e758313a00202e4885]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:00:13 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [902262efb80fc2b00e250a01f3df3b6e4508cb57]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:14 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5178d2ea1a6a7a62124d62981719b8cc605f1f4b]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:59:52 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [8a8db29005a9b0af704bedf75957e3f1c54e78aa]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:59:42 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [099bcf8ed394f77b4741aeff60fd7be6dec34630]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:59:21 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [469febd084b0b3a608e12a1acdb5d616fe79a7d0]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:59:10 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [71e881647682bac57995bfaf10792e61336cffc6]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:13 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [363fe73bd79568dbba948fa9240abad5576a1504]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:58:49 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [867ddc13b42e95ac3e28b724d727b17174b32a7b]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 16:03:17 sb 1.1.2.2: #i69163# Fixed typo. 2006/09/27 11:58:39 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [c359648e1770eab3ef67c485351f4ab1109bdaad]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:58:18 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b80cd03b877c6ce31608bad720bb10dc8b24e040]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:58:08 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [2d76c32b15403cb7619ee50055084d8c965e741e]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:57:38 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [adf9af632b01995d84e6dcd401dad4ae6df84b1b]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:57:26 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [b1e7ed59610214561b2957a7913ce7ce30552198]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:57:06 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [275972318d289bad2b1b68433b1b8a2598e9e536]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:54:53 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [950b73bbbed2c4f050655981637070ead0745044]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:12 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [bf67bc97960298c3fbeed13a8de1df317dad7fb9]

        INTEGRATION: CWS sb62 (1.12.12); FILE MERGED 2006/09/27 11:51:38 sb 1.12.12.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [df1999fe9b36892236513053973fe3e5a4cdad87]

        INTEGRATION: CWS sb62 (1.2.50); FILE MERGED 2006/09/27 11:51:38 sb 1.2.50.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5ea695b55614e3c3d4f71ff06cae5216432290cd]

        INTEGRATION: CWS sb62 (1.3.12); FILE MERGED 2006/09/27 11:51:37 sb 1.3.12.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3c4afbcb4921eb6d589816db24ce142c77aefd8f]

        INTEGRATION: CWS sb62 (1.11.50); FILE MERGED 2006/09/27 11:51:37 sb 1.11.50.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [1804266a3242a237d46a08646a883746641cf8e5]

        INTEGRATION: CWS sb62 (1.11.12); FILE MERGED 2006/09/27 11:51:37 sb 1.11.12.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3bcdf140cafc817d57f1d8798de63ba99e5bdebc]

        INTEGRATION: CWS sb62 (1.9.134); FILE MERGED 2006/09/27 11:51:36 sb 1.9.134.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [2fd79d7bfdbbfc355fc4718e6d3c3f330d7ad152]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:53:52 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5db389116a98f8201a56a90f31b2dbec109faa66]

        INTEGRATION: CWS sb62 (1.5.50); FILE MERGED 2006/09/27 11:51:36 sb 1.5.50.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [469492d621f2cbbc4efc1955e828cdf5e316fc1d]

        INTEGRATION: CWS sb62 (1.13.12); FILE MERGED 2006/09/27 11:51:36 sb 1.13.12.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [548a667a9e3dc6c73a72de9f8c8a03e203e18f84]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/08/22 14:31:11 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [0f8ed025d14a2bb493f31e46f3a8a9c9d8293b46]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 11:53:29 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ca67dd25bfebcbbda18087bf6fcb9107435aaf07]

        INTEGRATION: CWS sb62 (1.7.50); FILE MERGED 2006/09/27 11:51:35 sb 1.7.50.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [3061da0e1158b9e3ad242f9519b28d47edcce3cb]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/28 11:21:08 sb 1.1.2.2: #i69163# Incorporated UI changes requested by bh. 2006/09/27 11:52:53 sb 1.1.2.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [464322f53a1a963b45f781f67b594936bebf3bbb]

        INTEGRATION: CWS sb62 (1.8.12); FILE MERGED 2006/09/28 11:21:08 sb 1.8.12.2: #i69163# Incorporated UI changes requested by bh. 2006/09/27 11:51:35 sb 1.8.12.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [1b3dacd3ad660dd78c0bec5147d97124b856abb9]

        INTEGRATION: CWS sb62 (1.4.50); FILE MERGED 2006/09/27 11:51:35 sb 1.4.50.1: #i69163# Added rudimentary extension version handling.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [a056dd850d18a70083e192067b8711a63a602c2b]

        INTEGRATION: CWS sb62 (1.7.56); FILE MERGED 2006/09/27 11:46:39 sb 1.7.56.1: #i69163# Added com.sun.star.deployment.VersionException.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5d5329b5813acc4510281c695da9d2bd3669ba41]

        INTEGRATION: CWS sb62 (1.8.56); FILE MERGED 2006/09/27 11:46:38 sb 1.8.56.1: #i69163# Added com.sun.star.deployment.VersionException.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [fb9f9d6f4988bc03367979290b106756559b76b4]

        INTEGRATION: CWS sb62 (1.1.2); FILE ADDED 2006/09/27 12:12:09 sb 1.1.2.1: #i69163# Added com.sun.star.deployment.VersionException.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [807809ebbbbfaea53df6872fd07f5854cf3a2946]

        INTEGRATION: CWS qwizardspp4 (1.1.128); FILE MERGED 2006/07/25 15:39:29 tv 1.1.128.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5b44778ee5f3f22b42044042e4ada50f12befa6c]

        INTEGRATION: CWS qwizardspp4 (1.2.30); FILE MERGED 2006/07/25 15:39:29 tv 1.2.30.1: #i67758# update from IconTool Issue number: Submitted by: Reviewed by:

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [ffcb57dfee43296b148872a6fc7822fea521c10c]

        INTEGRATION: CWS pj61 (1.2.174); FILE MERGED 2006/09/28 15:42:44 pjanik 1.2.174.1: #i69357#: Update Slovenian AutoText files.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [eaa1045a675689574b5cadc2fc35fe92476965fd]

        INTEGRATION: CWS pj61 (1.3.2); FILE ADDED 2006/09/28 15:42:44 pjanik 1.3.2.1: #i69357#: Update Slovenian AutoText files.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [07a288f5cdf0f1f5b07644b53ec980bf012d2e07]

        INTEGRATION: CWS pj61 (1.2.122); FILE MERGED 2006/09/28 15:41:19 pjanik 1.2.122.1: #i69358#: Update Slovenian AutoCorrect file.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [61bb1199ae2b519c8693b1a555a1f5bdc152e7a9]

        INTEGRATION: CWS jl44 (1.4.242); FILE MERGED 2006/09/26 12:50:01 jl 1.4.242.1: #i69568# renaming package to extension

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4934ea1b4d994f85d28ca992cd47ae20eb5efd33]

        INTEGRATION: CWS jl44 (1.5.234); FILE MERGED 2006/09/26 12:50:01 jl 1.5.234.1: #i69568# renaming package to extension

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [fbff591b4f3b6196ff034a91aaec877920b856c9]

        INTEGRATION: CWS jl44 (1.7.48); FILE MERGED 2006/09/28 13:49:09 jl 1.7.48.3: #i69568# 2006/09/28 12:19:08 jl 1.7.48.2: #i69568# 2006/09/26 12:50:00 jl 1.7.48.1: #i69568# renaming package to extension

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [f0ead6752c66ce046b533db83a945ce0722a26d4]

        INTEGRATION: CWS jl44 (1.59.74); FILE MERGED 2006/09/28 10:42:23 ab 1.59.74.1: #i69568# Use Extension instead of Package

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [207f007a0e866f936b3d1afef42d75117f17fc7a]

        INTEGRATION: CWS jl44 (1.56.10); FILE MERGED 2006/09/28 10:41:14 ab 1.56.10.1: #i69916# Extension export with .oxt

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [4fb6620d434019e8f57fd36d99894295e712a753]

        INTEGRATION: CWS jl44 (1.9.46); FILE MERGED 2006/09/07 13:37:26 jl 1.9.46.1: #i69363# added example for simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [44a328c03e2ef6ad80f30a827aef99f6c2e5bb11]

        INTEGRATION: CWS jl44 (1.15.76); FILE MERGED 2006/09/07 13:28:16 jl 1.15.76.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [6d1361533cfdf9236d0da81e7af8038d6ab77bce]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:34:46 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [17273e3aba5e7da3f28daff69b95caeedd576110]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:34:37 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [fbd4136dc4f41a9f2a3bb11a26545cadbf735e41]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:33:23 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [081c12d5c48a2a0508489e7841d3a3de497e4a11]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:33:53 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [a9c937481f3845ee79bfb8e824ac95c14918c6db]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:33:42 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [e46dd30282b91b80a5adf8a9febaf938a444db5f]

        INTEGRATION: CWS jl44 (1.1.2); FILE ADDED 2006/09/07 13:33:32 jl 1.1.2.1: #69363# new example component that shows use of simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [7ac00b9321998602a1d4ab5cd16d5a5e0bc682f6]

        INTEGRATION: CWS jl44 (1.8.74); FILE MERGED 2006/09/07 13:37:55 jl 1.8.74.2: #i69363# added example for simple license mechanism 2006/09/07 13:27:18 jl 1.8.74.1: #i69363# added example for simple license mechanism

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [da86ff29f8a1580cf1781ff103b2e69e255c589e]

        INTEGRATION: CWS jl44 (1.50.6); FILE MERGED 2006/09/26 13:06:18 jl 1.50.6.1: #i69568# renaming package to extension

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [f7b0afbfd81c0fd41c951910ed19a36487470740]

        INTEGRATION: CWS pj61 (1.1.2); FILE ADDED 2006/09/28 15:35:07 pjanik 1.1.2.1: #i69359#: Add Slovenian help images.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [c9a97555841c79e513a3718919ffe7cc432fdf51]

        INTEGRATION: CWS pj61 (1.1.2); FILE ADDED 2006/09/28 15:35:06 pjanik 1.1.2.1: #i69359#: Add Slovenian help images.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [d230fb4238adb1cd02ad7019062c6e44119a5e23]

        INTEGRATION: CWS pj61 (1.1.2); FILE ADDED 2006/09/28 15:35:05 pjanik 1.1.2.1: #i69359#: Add Slovenian help images.

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [5002be28a9318ffaa158adf9390fd2761332c97e]

        INTEGRATION: CWS hyphfixes (1.4.22); FILE MERGED 2006/08/17 01:06:11 nemeth 1.4.22.1: #i54922# #i54848#

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [62b7dfb26a34f0ec4851f1638d6f2c0ccedec4b0]

        INTEGRATION: CWS hyphfixes (1.17.10); FILE MERGED 2006/08/17 21:57:51 nemeth 1.17.10.2: small compile fix ("aProperties" wasn't be declared) 2006/08/17 01:06:11 nemeth 1.17.10.1: #i54922# #i54848#

2006-10-04  Kurt Zenker  <kz@openoffice.org>  [29304ec950db87e9fafef8396598b4f14ecb73d5]

        INTEGRATION: CWS hyphfixes (1.6.10); FILE MERGED 2006/08/17 01:06:11 nemeth 1.6.10.1: #i54922# #i54848#

2006-10-04  Oliver Bolte  <obo@openoffice.org>  [14baf5202e3a8c3e2b2e0f1203db647ec39d03ac]

        #i70059# VS2005 Express fails

2006-10-03  Petr Mladek  <pmladek@openoffice.org>  [b15a407e6b0da431e5a49f341d7b5fcef8323891]

        #i57872# create the target directory, so the header file can be delivered

2006-09-28  Michael Meeks  <mmeeks@openoffice.org>  [f79c47fe2bf205e28c6e4540b6e884d50b84a265]

        Issue number: i#57872# Submitted by: mmeeks Initial checkin of new module (not present at m179)

2006-09-28  Vladimir Glazounov  <vg@openoffice.org>  [14dea43322943cb5838256f6cd6e9f3278412aa9]

        #i10000# library name generation moved to scabstdlg.cxx

2006-09-28  Vladimir Glazounov  <vg@openoffice.org>  [4dba6b3255539baaf8c2c5548dc4f858455e2cda]

        #i10000# corrected library name generation

2006-09-28  Oliver Bolte  <obo@openoffice.org>  [6d76948cdf0ec17d1f0741b0236f8ffd94298b25]

        #i10000# ambigous Hatch

2006-09-27  Armin Weiss  <aw@openoffice.org>  [747de983576c2d853667a34292980db077ddf4b8]

        #i39532# changes after resync to m185

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [69f9626ebaa3263c3a1dee4944495ac4c93dbc98]

        #100000# generated to mirror last changes in configure.in

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [e72b59c043d49288bc4b9a8ab8f4201af75f465f]

        SRC680

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [f5f867f28695ef5974207a767a9a094b7a784e8b]

        INTEGRATION: CWS native67_SRC680 (1.6.44); FILE MERGED 2006/09/26 13:03:38 is 1.6.44.1: #b6474322# security fix to avoid setup execution

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [b06666bf14a39fce555eb6cc45d3439ae35aa3f0]

        INTEGRATION: CWS sixtyfour08 (1.4.30); FILE MERGED 2006/09/21 09:34:17 cmc 1.4.30.1: #i68665# best way to find gcj jvm under x86_64

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [f3996a809d7148ed9529e3af251d3ee9407c92d4]

        INTEGRATION: CWS sixtyfour08 (1.11.2); FILE MERGED 2006/09/21 09:34:17 cmc 1.11.2.1: #i68665# best way to find gcj jvm under x86_64

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [96095fa0b36d71367c5afe1811893170814d3a91]

        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>  [ff83e559cee5e0a62b3c53dee8dec43df60c7ca5]

        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>  [19ab760c6fb7ffd839abc7c1a32d1480b1be7fc9]

        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>  [f62f2b67fe2f02f8f3f568d1ec8936406516a7b9]

        INTEGRATION: CWS sixtyfour08 (1.128.6); FILE MERGED 2006/09/21 09:44:22 cmc 1.128.6.1: #i68805# 32bit not long

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [f25396b4317861256a1e7b08294524bece8cd020]

        INTEGRATION: CWS sixtyfour08 (1.13.48); FILE MERGED 2006/09/21 10:07:58 cmc 1.13.48.1: #i67186# event arg is ULONG not sal_uInt32

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [3d66854a6e8cac0df1afc7a341c339a67592cecc]

        INTEGRATION: CWS sixtyfour08 (1.27.6); FILE MERGED 2006/09/22 07:17:12 cmc 1.27.6.1: #i69469# make declaration match definition on x86_64

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [0e7078a3e8a39e144f0d176693fd9021b1122a58]

        INTEGRATION: CWS sixtyfour08 (1.125.6); FILE MERGED 2006/09/22 07:17:12 cmc 1.125.6.2: #i69469# make declaration match definition on x86_64 2006/09/21 09:40:17 cmc 1.125.6.1: #i69469# make declaration match definition on x86_64

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [4a7ccc06dfc83043e6bb4bbd2ad7a2f8acf93404]

        INTEGRATION: CWS sixtyfour08 (1.2.48); FILE MERGED 2006/09/22 07:17:12 cmc 1.2.48.1: #i69469# make declaration match definition on x86_64

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [7de28d8f024c3c6c55bc8d32f7944a3d44f73756]

        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>  [71e2f5618efef7294fbac62fcb55bfb239e46ab8]

        INTEGRATION: CWS kendy11 (1.8.224); FILE MERGED 2006/07/12 09:40:49 kendy 1.8.224.1: #i66439# Improve exporting spreadsheets to HTML

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [16aeee22cbbc919cd6d4fcdebf591e6ffac136e6]

        INTEGRATION: CWS kendy11 (1.30.222); FILE MERGED 2006/07/31 13:03:55 kendy 1.30.222.2: RESYNC: (1.30-1.31); FILE MERGED 2006/07/12 09:40:49 kendy 1.30.222.1: #i66439# Improve exporting spreadsheets to HTML

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [c64d4c53c7b97b039821de18071c7046027a2846]

        INTEGRATION: CWS jam01 (1.16.18); FILE MERGED 2006/09/21 18:25:41 kendy 1.16.18.6: #i100000# Indentation fixes. 2006/08/22 09:42:14 kaib 1.16.18.5: #i67378# Added tests for failing copy of Jamfile and Jamrules 2006/08/21 15:34:17 kaib 1.16.18.4: #i67378# Fixed issues with missing INCLUDE and LIB settings on win32 2006/07/25 11:08:34 kaib 1.16.18.3: RESYNC: (1.16-1.17); FILE MERGED 2006/07/14 17:51:27 kaib 1.16.18.2: #i67378# Fixed bootstrap to create solenv//bin dir. 2006/07/14 14:47:06 kaib 1.16.18.1: #i67378# Added --enable-jam flag to configure and integrated jam build into bootstrap

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [bbce00a743e3a6ae48f723eda06f0ebb59708568]

        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>  [8f658bdcfb60b72c950a6ff9ed6280a75459a83d]

        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-27  Vladimir Glazounov  <vg@openoffice.org>  [301c0b89f0983e590546f642969911ec7603b2b1]

        INTEGRATION: CWS jam01 (1.4.4); FILE MERGED 2006/08/28 16:10:44 kaib 1.4.4.4: #i67378# Added cast to proper sal_Int32 2006/08/25 13:13:43 kendy 1.4.4.3: Fixed a small typo. 2006/08/25 13:01:29 kaib 1.4.4.2: #i67378# Fixed string handling to work cross platform 2006/07/25 17:16:05 kaib 1.4.4.1: #i67378# Tweaked Jamfiles and fixed some PCH issues

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [c6d1943161035903abc1cc7d52bc86416b061a1c]

        INTEGRATION: CWS jam01 (1.2.6); FILE MERGED 2006/07/25 17:16:05 kaib 1.2.6.1: #i67378# Tweaked Jamfiles and fixed some PCH issues

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [5a6c35312fc78e7d04335b12bdb9803155593457]

        INTEGRATION: CWS jam01 (1.2.6); FILE MERGED 2006/07/25 17:16:04 kaib 1.2.6.1: #i67378# Tweaked Jamfiles and fixed some PCH issues

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [53507571c2c831b625feb292ce32eef606271c5b]

        INTEGRATION: CWS jam01 (1.2.4); FILE MERGED 2006/08/30 15:45:27 kaib 1.2.4.2: #i67378# Fixing case mismatches in pch file for unxlngi6 2006/07/25 17:16:04 kaib 1.2.4.1: #i67378# Tweaked Jamfiles and fixed some PCH issues

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [71ce293c3dd349b2e65d6d9dd1ae3bc4fcffbd13]

        INTEGRATION: CWS jam01 (1.1.2); FILE ADDED 2006/08/25 17:12:16 kaib 1.1.2.2: #i67378# Fixed 0D issues 2006/07/25 17:16:04 kaib 1.1.2.1: #i67378# Tweaked Jamfiles and fixed some PCH issues

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [fc417c242f3f00079f5e5cc57aade925e8d2baee]

        INTEGRATION: CWS jam01 (1.107.12); FILE MERGED 2006/08/22 11:27:13 kaib 1.107.12.9: #i67378# Fixed path issue with default includes 2006/08/22 11:23:24 kaib 1.107.12.8: #i67378# Fixed path issue with default includes 2006/08/22 09:41:33 kaib 1.107.12.7: #i67378# Fixed path issues with CXX and CC flags 2006/08/21 15:34:17 kaib 1.107.12.6: #i67378# Fixed issues with missing INCLUDE and LIB settings on win32 2006/08/17 14:28:27 kaib 1.107.12.5: RESYNC: (1.110-1.112); FILE MERGED 2006/07/25 11:09:06 kaib 1.107.12.4: RESYNC: (1.107-1.110); FILE MERGED 2006/07/20 12:02:31 kaib 1.107.12.3: #i67378# Added support for JAM_CXX without guw 2006/07/17 12:36:10 kaib 1.107.12.2: #i67378# Added generation of environment file for jam, similar in function to the one generated for shells 2006/07/14 14:47:08 kaib 1.107.12.1: #i67378# Added --enable-jam flag to configure and integrated jam build into bootstrap

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [eff82f84ec09161c2f41f813ff7c43ba35c477fd]

        INTEGRATION: CWS jam01 (1.169.4); FILE MERGED 2006/08/17 14:28:06 kaib 1.169.4.3: RESYNC: (1.171-1.173); FILE MERGED 2006/07/25 11:08:47 kaib 1.169.4.2: RESYNC: (1.169-1.171); FILE MERGED 2006/07/14 14:47:08 kaib 1.169.4.1: #i67378# Added --enable-jam flag to configure and integrated jam build into bootstrap

2006-09-27  Vladimir Glazounov  <vg@openoffice.org>  [559f972890d64e52548d58d751c90c60bf1425e0]

        INTEGRATION: CWS jam01 (1.149.72); FILE MERGED 2006/09/21 18:08:20 kendy 1.149.72.4: #i100000# Indentation fixes. 2006/08/17 12:58:33 kaib 1.149.72.3: #i67378# Added -j option passthrough to Jam primer 2006/07/25 17:13:11 kaib 1.149.72.2: #i67378# Further work to get seamless dependencies for building modules. 2006/07/20 12:05:40 kaib 1.149.72.1: #i67378# Added optional jam priming build for modules with a Jamfile

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [4db120a0a127ef3e2459d14fab976c938b333966]

        INTEGRATION: CWS jl47_SRC680 (1.12.84.1.6); FILE MERGED 2006/09/20 11:48:32 jl 1.12.84.1.6.1: #i69642# added default language in case there is no user installation

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [f9e78695dc2c7bdd60d948919dc939a97576e765]

        INTEGRATION: CWS sw20405_SRC680 (1.35.58); FILE MERGED 2006/09/19 16:37:33 od 1.35.58.1: #i69672# method <SwNumRule::MakeNumRule(..)>          - do not include upper levels, if current level isn't numbered

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [5304be116bcab403cfb314c1556e3c7335f67fdc]

        INTEGRATION: CWS sw20405_SRC680 (1.120.48); FILE MERGED 2006/09/20 05:28:59 as 1.120.48.1: #i69670# enable menu item for registration again

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [92d197bea7b70111c22ef09b7cade71352a23fc9]

        INTEGRATION: CWS c03v6_SRC680 (1.6.110); FILE MERGED 2006/09/20 10:02:52 pb 1.6.110.1: fix: #141137# add parameter 'salBool& _rReadOnly' to GetPathList()

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [881585c9b2c5b4cdb577d7affa603a62df46491f]

        INTEGRATION: CWS c03v6_SRC680 (1.13.110); FILE MERGED 2006/09/20 10:04:16 pb 1.13.110.1: fix: #141137# support for readonly paths

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [f96d8824c682acce54bbeaa6e6f005f2e6362679]

        INTEGRATION: CWS c03v6_SRC680 (1.7.42); FILE MERGED 2006/09/20 09:03:24 as 1.7.42.1: #141137# support readonly states for path entries (simple!)

2006-09-26  Vladimir Glazounov  <vg@openoffice.org>  [565c6014c59c6de0dd88e2eb1b3aacd2495e5153]

        INTEGRATION: CWS c03v6_SRC680 (1.6.42); FILE MERGED 2006/09/20 09:03:24 as 1.6.42.1: #141137# support readonly states for path entries (simple!)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ff044132fbd19a4151b427825060c7e244629fe4]

        INTEGRATION: CWS obo05 (1.158.10); FILE MERGED 2006/09/22 00:41:09 vq 1.158.10.4: #i69539# Rename --disable-atlmfc to --disable-activex as that is what that switch actually does. 2006/09/20 22:24:27 vq 1.158.10.3: #i69539# Remove unneeded configure cruft. 2006/09/18 12:49:07 vq 1.158.10.2: #i69539# Add check for instmsia.exe/instmsiw.exe for VS2005. 2006/09/18 03:23:14 vq 1.158.10.1: #i69539# Add VS 2005 (Express) to OOo configury.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5d36ba7b65686dccb90e95d72e4aeebc717666a0]

        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>  [ce1f22f875464d923482d701189486675aa4d206]

        INTEGRATION: CWS obo05 (1.3.138); FILE MERGED 2006/06/22 14:46:14 obo 1.3.138.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [66453a695f651d82bf22e3d3be5c1bb8360fa3af]

        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>  [a37327fe0ac8fff20d15c3e7e227f916f8ca6eb9]

        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>  [9efcc3094b13b1ea06a412e4f860dbeed60f7932]

        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>  [fafef036f5d5749b27e93a56d66cc9d136fdaae5]

        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>  [83d8c263ca2bf8c8751d8d58a263722db8b88424]

        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>  [61f5e2c042ffa54b6e8a1f4e793b98c31807eba0]

        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>  [f969e114a26abf7f07b577e838150d005c74ada8]

        INTEGRATION: CWS obo05 (1.16.4); FILE MERGED 2006/08/09 13:49:12 obo 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/22 14:00:20 obo 1.16.4.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ac9bebd4f3bf983be20a220e2926b8730d0b6930]

        INTEGRATION: CWS obo05 (1.112.10); FILE MERGED 2006/09/20 22:24:26 vq 1.112.10.3: #i69539# Remove unneeded configure cruft. 2006/09/18 23:09:32 vq 1.112.10.2: #i69597# Fix LIB/ILIB env. variable. 2006/09/18 03:23:17 vq 1.112.10.1: #i69539# Add VS 2005 (Express) to OOo configury.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [844b6faed36211dce2f6713eda17f05159af2bd7]

        INTEGRATION: CWS obo05 (1.173.10); FILE MERGED 2006/09/22 00:41:12 vq 1.173.10.4: #i69539# Rename --disable-atlmfc to --disable-activex as that is what that switch actually does. 2006/09/20 22:24:26 vq 1.173.10.3: #i69539# Remove unneeded configure cruft. 2006/09/18 12:49:09 vq 1.173.10.2: #i69539# Add check for instmsia.exe/instmsiw.exe for VS2005. 2006/09/18 03:23:16 vq 1.173.10.1: #i69539# Add VS 2005 (Express) to OOo configury.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8e7805c4c94c2982ef519cc045edb0394026fc76]

        INTEGRATION: CWS obo05 (1.3.34); FILE MERGED 2006/08/28 13:48:35 obo 1.3.34.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4a6acb0dabc2cbb3f7635a066523b8177527a4d0]

        INTEGRATION: CWS obo05 (1.5.8); FILE MERGED 2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [76487608453a6272bcf32116174dde6026bb48f5]

        INTEGRATION: CWS obo05 (1.2.16); FILE MERGED 2006/08/28 13:48:34 obo 1.2.16.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [913c3bfa081a2db09bbe0df3bcb0e65cbe38f237]

        INTEGRATION: CWS obo05 (1.14.10); FILE MERGED 2006/08/28 13:48:34 obo 1.14.10.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [01b8752dbc1dab29015fc8b5a995a0db40079f83]

        INTEGRATION: CWS obo05 (1.4.10); FILE MERGED 2006/08/28 13:47:50 obo 1.4.10.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8e2d67d6db5a9d5dcf7ed1be2606ee426022363c]

        INTEGRATION: CWS obo05 (1.8.10); FILE MERGED 2006/08/28 13:47:49 obo 1.8.10.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [2b868b5d5a412ca107c04a05ff7aa4d70f75347d]

        INTEGRATION: CWS obo05 (1.4.8); FILE MERGED 2006/08/28 13:47:49 obo 1.4.8.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8513dc023ada3c5a165915cb72061ae4e4bc8a2c]

        INTEGRATION: CWS obo05 (1.7.10); FILE MERGED 2006/08/28 13:47:49 obo 1.7.10.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [26fb225577fb2c64c4ad7f9bcc41e223d3d44cae]

        INTEGRATION: CWS obo05 (1.5.8); FILE MERGED 2006/08/28 13:47:49 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [36e319ce5fffb3d1eb7f999a060f05e49b3d62b3]

        INTEGRATION: CWS obo05 (1.19.8); FILE MERGED 2006/08/28 13:47:49 obo 1.19.8.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [72971416b2a7708d728404efaa63bbdf87ef4ae4]

        INTEGRATION: CWS obo05 (1.23.8); FILE MERGED 2006/08/28 13:47:48 obo 1.23.8.1: #i53611# diable warnings C4917 and 4555

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [bb3096dec65328ab759787af3edb6d79b230a748]

        INTEGRATION: CWS obo05 (1.8.16); FILE MERGED 2006/06/27 13:16:00 obo 1.8.16.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8d7a39d14983de1bad972a69190558355ce2ad53]

        INTEGRATION: CWS obo05 (1.10.2); FILE MERGED 2006/06/27 13:15:59 obo 1.10.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5250caa2ebc5b01ea6d81555b457636cac62859e]

        INTEGRATION: CWS obo05 (1.5.16); FILE MERGED 2006/06/27 13:15:59 obo 1.5.16.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [de4f6e7864942ed2bd31e83caf1826331bb17d5c]

        INTEGRATION: CWS obo05 (1.7.16); FILE MERGED 2006/06/27 13:15:59 obo 1.7.16.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0f5505167158f95300b440fadf6c6adfb3c4f603]

        INTEGRATION: CWS obo05 (1.7.2); FILE MERGED 2006/06/27 13:15:59 obo 1.7.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0b3640bb457211ff8739c55f285a082b36b83edd]

        INTEGRATION: CWS obo05 (1.8.2); FILE MERGED 2006/09/07 08:02:19 obo 1.8.2.2: newline at end of file missing 2006/06/27 13:15:59 obo 1.8.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f73eb381116baf3eeba1f231c7f8c381ef4feb44]

        INTEGRATION: CWS obo05 (1.8.2); FILE MERGED 2006/06/27 13:15:59 obo 1.8.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [00d80d7698b4e41a40271fcb880b26b18809ad39]

        INTEGRATION: CWS obo05 (1.10.16); FILE MERGED 2006/06/27 13:15:58 obo 1.10.16.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [3235fe8f11c180b726a23656db3a31fedd0bbd69]

        INTEGRATION: CWS obo05 (1.5.2); FILE MERGED 2006/06/27 13:15:58 obo 1.5.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d47f423f61d45b2854a8f7f413becfe2a58e6060]

        INTEGRATION: CWS obo05 (1.6.16); FILE MERGED 2006/06/27 13:15:58 obo 1.6.16.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a450a6676d06fc1bced36749e239924c7849bf0f]

        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>  [fb4f77ba5779768d92453586f45d4e0836de8fea]

        INTEGRATION: CWS obo05 (1.10.4); FILE MERGED 2006/06/27 12:09:31 obo 1.10.4.1: #i53611# warnings .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [68843914cb28229bdfe43d6df0673c2e09134725]

        INTEGRATION: CWS obo05 (1.5.4); FILE MERGED 2006/06/27 13:39:53 obo 1.5.4.1: #i53611# improved sorted header includes

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [08a1ee00c6f1906983d79700ef63ea2734af64c0]

        INTEGRATION: CWS obo05 (1.3.4); FILE MERGED 2006/06/27 13:38:35 obo 1.3.4.1: #i53611# improved sorted header includes

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0ef9a3f9bdff393f117833583e39ccdd14e6f36c]

        INTEGRATION: CWS obo05 (1.13.2); FILE MERGED 2006/09/19 09:49:09 obo 1.13.2.1: #i53611#,#i69591# uninitialized local variable

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d1f238f4c5a9b03de4956d75f9c58a5ae322b8eb]

        INTEGRATION: CWS obo05 (1.3.86); FILE MERGED 2006/08/11 12:46:13 obo 1.3.86.1: #i53611#

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [efd7c363052cf301411dd298a2e7792c21f82047]

        INTEGRATION: CWS obo05 (1.23.16); FILE MERGED 2006/08/09 13:14:07 obo 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2006/07/03 08:13:33 obo 1.23.16.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8ebe62781b62ec36890c01a0cae92149a59d71e9]

        INTEGRATION: CWS obo05 (1.11.2); FILE MERGED 2006/07/03 08:13:33 obo 1.11.2.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b36a014e167e0db5e000ed6e6542b46c93aad8d8]

        INTEGRATION: CWS obo05 (1.27.138); FILE MERGED 2006/06/23 14:33:48 obo 1.27.138.2: RESYNC: (1.27-1.28); FILE MERGED 2006/06/22 14:49:20 obo 1.27.138.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4d5994e8babcea32bc0bdba5d8390cca532a668f]

        INTEGRATION: CWS obo05 (1.4.138); FILE MERGED 2006/09/08 13:07:41 obo 1.4.138.2: lines at EOF 2006/06/22 14:50:22 obo 1.4.138.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [64967193a7d4cc0cec339f80b5cc3ade59a346f8]

        INTEGRATION: CWS obo05 (1.7.34); FILE MERGED 2006/08/09 08:38:29 obo 1.7.34.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [87f99582921e2a2d09e0c32c8dce038c6052883d]

        INTEGRATION: CWS obo05 (1.63.68); FILE MERGED 2006/09/13 05:33:35 vg 1.63.68.1: #i53611# copy template.manifest to misc otherwise wntmsci10 breaks

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7e824e25bc0411ea50315d4d087fc32d70598806]

        INTEGRATION: CWS obo05 (1.47.70); FILE MERGED 2006/09/13 05:36:35 vg 1.47.70.2: nicer solution 2006/09/13 05:22:25 vg 1.47.70.1: #i53611# for .net 2003 no manifest files in output tree conflicts with .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [758187c4dbd4f19d2021ad4d9998ed1a3b07b466]

        INTEGRATION: CWS obo05 (1.209.12); FILE MERGED 2006/09/18 14:40:49 obo 1.209.12.2: #i53611# cli 2006/08/28 15:20:40 obo 1.209.12.1: #i53611# stlport version

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5dc27e109aeca5aa39984f0b53515aba8277e880]

        INTEGRATION: CWS obo05 (1.3.532); FILE MERGED 2006/06/28 10:24:22 obo 1.3.532.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0f9e2daf836bd85bd2920250425f73108987ffd8]

        INTEGRATION: CWS obo05 (1.6.2); FILE MERGED 2006/06/28 10:29:32 obo 1.6.2.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7951f0795db0bc687e056107570d0d90908b3363]

        INTEGRATION: CWS obo05 (1.4.2); FILE MERGED 2006/06/28 10:29:32 obo 1.4.2.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c6191bc8683e0a4af7530819fcc002477f36a386]

        INTEGRATION: CWS obo05 (1.3.2); FILE MERGED 2006/06/28 10:29:32 obo 1.3.2.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [17ba513778cbbf39fdbf967166aba833f9c32a6c]

        INTEGRATION: CWS obo05 (1.4.112); FILE MERGED 2006/06/28 10:29:32 obo 1.4.112.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [38485ae3eb33a492d3aa7fada44e6d359f9c3d7e]

        INTEGRATION: CWS obo05 (1.5.2); FILE MERGED 2006/06/28 10:29:31 obo 1.5.2.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f67c6dbb0b763d7f9d4aca0ed614bb48b4dfd4ad]

        INTEGRATION: CWS obo05 (1.4.2); FILE MERGED 2006/06/28 10:29:31 obo 1.4.2.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [080a1ccaa87a0b68d49d70cf5ab594ebfb8de208]

        INTEGRATION: CWS obo05 (1.3.112); FILE MERGED 2006/06/28 10:29:31 obo 1.3.112.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [385d98479202bc754b11b3a225acbcbdc878e5bc]

        INTEGRATION: CWS obo05 (1.4.112); FILE MERGED 2006/06/28 10:29:31 obo 1.4.112.1: #i53711# .net 2005 signed/unsigned warnings

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [795fd7a20fe395d703eb1f0f6df7bf9bf3fa6405]

        INTEGRATION: CWS obo05 (1.22.18); FILE MERGED 2006/06/28 11:54:44 obo 1.22.18.1: #i53611# .net 2005 warning 4738 off

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d7d1803310fbb9843a81a884e7c8050ff3650102]

        INTEGRATION: CWS obo05 (1.14.18); FILE MERGED 2006/06/28 11:54:44 obo 1.14.18.1: #i53611# .net 2005 warning 4738 off

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d595383dc7d070e4b0ef394662dc4a7864a98d43]

        INTEGRATION: CWS obo05 (1.8.2); FILE MERGED 2006/06/28 10:21:55 obo 1.8.2.1: #i53611# port to net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [72558af47aaeb2e2c41fcaed1c5fe37129f51d9c]

        INTEGRATION: CWS obo05 (1.13.112); FILE MERGED 2006/06/28 10:21:55 obo 1.13.112.1: #i53611# port to net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [fd1f2a824dd038521134f12b1988d9ae08630aac]

        INTEGRATION: CWS obo05 (1.26.2); FILE MERGED 2006/09/07 11:39:17 obo 1.26.2.1: #i53611# can't link in cli_ure/source/climaker: DO_NOT_ACQUIRE TypeDef missing

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [92e87d43591902041d2ed89fb99df4c948b1ff98]

        INTEGRATION: CWS obo05 (1.34.2); FILE MERGED 2006/06/27 10:42:03 obo 1.34.2.2: #i53611# .net 2005 port 2006/06/27 09:52:21 obo 1.34.2.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e2a903a0a082f1cf63d94f112718c57a778d14c7]

        INTEGRATION: CWS obo05 (1.5.24); FILE MERGED 2006/06/23 18:47:19 obo 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/07 09:21:35 obo 1.5.24.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [6089c4772d9f0bde0c7c8bac16d93ba5a26961f5]

        INTEGRATION: CWS obo05 (1.2.22); FILE MERGED 2006/06/23 18:46:51 obo 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2006/06/06 15:24:10 obo 1.2.22.1: #i53611# .net 2005 port

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0e8a01d644119a46da16132012e02ca93f1da683]

        INTEGRATION: CWS obo05 (1.3.24); FILE MERGED 2006/06/30 13:07:07 obo 1.3.24.3: #i53611# improved sorted header 2006/06/23 18:46:30 obo 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/06 15:24:10 obo 1.3.24.1: #i53611# .net 2005 port

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c6b1013901e80b1e272c10181c88629b4e15f6c3]

        INTEGRATION: CWS obo05 (1.1.2); FILE ADDED 2006/09/20 08:08:09 obo 1.1.2.7: #i53611#,#i69591# vcl added as not warning free module (needs a fix in boost) 2006/09/18 15:01:01 obo 1.1.2.6: #i53611# warning 4189 added 2006/09/15 15:43:38 vq 1.1.2.5: #i53611# Use $(PIPEERROR) instead of |& . 2006/09/06 13:21:00 obo 1.1.2.4: #i53611# warning 4505 and 4692 added 2006/08/16 07:37:42 obo 1.1.2.3: #i53611# 2006/08/11 07:15:55 obo 1.1.2.2: #i53611# 2006/06/22 14:33:52 obo 1.1.2.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [44e6df3be662a47d2322271cbfe2fde1ce98dc95]

        INTEGRATION: CWS obo05 (1.6.2); FILE MERGED 2006/08/09 12:39:36 obo 1.6.2.2: RESYNC: (1.6-1.8); FILE MERGED 2006/07/03 11:20:46 obo 1.6.2.1: #i53611# disable warning 'unknown warning'

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [18360fb0e03f7e9df55065cc1c8ec1d7c344f42c]

        INTEGRATION: CWS obo05 (1.76.224); FILE MERGED 2006/06/22 14:33:14 obo 1.76.224.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e87dfe8571a9ff8af0bbeb8bce26aba29c19144f]

        INTEGRATION: CWS obo05 (1.97.72); FILE MERGED 2006/09/15 15:54:47 vq 1.97.72.3: #i69563# Quote ; for bash/tcsh builds. 2006/09/15 13:28:02 obo 1.97.72.2: #i69563# missing FI 2006/08/28 08:47:28 obo 1.97.72.1: #i53611# include manifest into dll

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ed62a8ef2b3d4bf5caefdeec0220b13645cddd30]

        INTEGRATION: CWS obo05 (1.8.302); FILE MERGED 2006/08/23 14:54:31 obo 1.8.302.2: #i53611# 2006/08/11 07:16:46 obo 1.8.302.1: #i53611#

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [107898bacf0506a9a25790f26ef3e586a3041729]

        INTEGRATION: CWS obo05 (1.54.20); FILE MERGED 2006/09/15 15:54:47 vq 1.54.20.4: #i69563# Quote ; for bash/tcsh builds. 2006/09/15 13:25:58 obo 1.54.20.3: #i69563# missing FI 2006/08/09 12:31:39 obo 1.54.20.2: RESYNC: (1.54-1.55); FILE MERGED 2006/06/07 09:06:48 obo 1.54.20.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c158725d4665f2f00bbf3263f9ccc66310587901]

        INTEGRATION: CWS obo05 (1.65.56); FILE MERGED 2006/08/09 12:31:05 obo 1.65.56.3: RESYNC: (1.67-1.68); FILE MERGED 2006/06/23 17:44:44 obo 1.65.56.2: RESYNC: (1.65-1.67); FILE MERGED 2006/06/22 14:32:36 obo 1.65.56.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7552f30d71ae9fffa9e4d7faa257c6236b6c6eac]

        INTEGRATION: CWS obo05 (1.94.72); FILE MERGED 2006/09/15 15:54:47 vq 1.94.72.3: #i69563# Quote ; for bash/tcsh builds. 2006/09/15 13:30:53 obo 1.94.72.2: #i69563# missing FI 2006/08/28 08:48:12 obo 1.94.72.1: #i53611# include manifest into dll

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4a846ff770f6ea98fe1f971349ed5af7c5b0844e]

        INTEGRATION: CWS obo05 (1.52.20); FILE MERGED 2006/09/15 15:54:46 vq 1.52.20.4: #i69563# Quote ; for bash/tcsh builds. 2006/09/15 13:30:52 obo 1.52.20.3: #i69563# missing FI 2006/08/09 12:28:55 obo 1.52.20.2: RESYNC: (1.52-1.53); FILE MERGED 2006/06/07 09:06:48 obo 1.52.20.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [80500075345ffbae0cc2bc394c934566eac21ef9]

        INTEGRATION: CWS obo05 (1.11.14); FILE MERGED 2006/06/23 15:07:56 obo 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/22 15:05:21 obo 1.11.14.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ba59cdc662c2a3d0ebb7c9ce8ccf878fbf760f61]

        INTEGRATION: CWS obo05 (1.1.180); FILE MERGED 2006/06/30 14:13:31 obo 1.1.180.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [242ab201531dc746300a6e0c303ed24f47c367f8]

        INTEGRATION: CWS obo05 (1.1.180); FILE MERGED 2006/06/30 14:12:43 obo 1.1.180.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9c0eb7c34da499ca545de40479feea5771dac770]

        INTEGRATION: CWS obo05 (1.3.2); FILE MERGED 2006/06/30 14:11:48 obo 1.3.2.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7a447d9df05bfd2e33abab9f175a8d2fafab1579]

        INTEGRATION: CWS obo05 (1.2.76); FILE MERGED 2006/06/30 14:10:25 obo 1.2.76.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [6a0ba5d0b67d8ae0d3dd55923311944568cf905b]

        INTEGRATION: CWS obo05 (1.4.2); FILE MERGED 2006/06/30 14:09:25 obo 1.4.2.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d76007166a1dd24966456e83b547d35d19f8a165]

        INTEGRATION: CWS obo05 (1.1.180); FILE MERGED 2006/06/30 14:08:23 obo 1.1.180.1: #i53611# disable C4350 C4482

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ed664af5f62ba1213da6a0fc40d1acf86b321069]

        INTEGRATION: CWS obo05 (1.4.2); FILE MERGED 2006/06/30 14:06:33 obo 1.4.2.1: #i53611# disable C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f530f0dacafb74d262308b0004422062f16fcd9c]

        INTEGRATION: CWS obo05 (1.5.34); FILE MERGED 2006/08/30 08:27:42 obo 1.5.34.1: #i53611#

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [405cd31d0d971c087803bc85d681e6c2e2aa207b]

        INTEGRATION: CWS obo05 (1.17.6); FILE MERGED 2006/09/07 07:37:23 obo 1.17.6.3: typo 2006/09/06 13:01:57 obo 1.17.6.2: #i53611# small changes 2006/09/05 07:59:33 obo 1.17.6.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e133bda52003d9b9083589be062daaabb87b2a03]

        INTEGRATION: CWS obo05 (1.18.6); FILE MERGED 2006/09/07 07:51:41 obo 1.18.6.2: typo 2006/09/05 07:33:15 obo 1.18.6.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0cc0b07bc8ce76c6d9ca50d70c7b55153906914d]

        INTEGRATION: CWS obo05 (1.15.6); FILE MERGED 2006/09/18 03:45:02 vq 1.15.6.5: #i69598# Make climaker.exe.config executable. 2006/09/08 13:04:57 obo 1.15.6.4: FORCE switch removed 2006/09/07 07:46:50 obo 1.15.6.3: typo 2006/09/05 07:29:23 obo 1.15.6.2: #i53611# net 2005 2006/08/30 08:30:46 obo 1.15.6.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5d2c4f06e90e6508de93e25ba608e5c4b8c0d319]

        INTEGRATION: CWS obo05 (1.14.2); FILE MERGED 2006/09/05 07:27:47 obo 1.14.2.1: #i53611# may be compiler bug

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [1c9fd0a0c44231c95d1d754fc1d44010a6221f29]

        INTEGRATION: CWS obo05 (1.7.6); FILE MERGED 2006/09/07 07:35:29 obo 1.7.6.3: typo 2006/09/06 13:01:23 obo 1.7.6.2: #i53611# small changes 2006/09/05 07:58:53 obo 1.7.6.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d7e6b760a49ca18ef6460cae8b51f3541ee4e17a]

        INTEGRATION: CWS obo05 (1.4.64); FILE MERGED 2006/09/19 11:22:54 obo 1.4.64.1: #i53611#,#i69602# MFC_INCLUDE missing

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [fa32ac5894efd3a4750198fd4a07308cce7e38d0]

        INTEGRATION: CWS obo05 (1.3.64); FILE MERGED 2006/06/22 14:20:06 obo 1.3.64.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5665eab121fdec4aff9b1f4f2c34dce446bc29ec]

        INTEGRATION: CWS obo05 (1.6.6); FILE MERGED 2006/08/09 08:43:17 obo 1.6.6.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [6919055a5309c92ce91c174e1d87ee85571eca94]

        INTEGRATION: CWS obo05 (1.4.6); FILE MERGED 2006/08/28 13:00:20 obo 1.4.6.1: #53611# warning C4701 disabled

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [845562b2617dc484acf45e71748b56aaa91f8936]

        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-25  Vladimir Glazounov  <vg@openoffice.org>  [b82ec6e358bcc456ae7dadf943dd985f2a2693c1]

        INTEGRATION: CWS obo05 (1.2.62); FILE MERGED 2006/08/25 07:35:38 obo 1.2.62.1: #i53611# header changed

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b825663cddcab846f5f01e85a7a358010a61ccc4]

        INTEGRATION: CWS obo05 (1.10.36); FILE MERGED 2006/08/25 07:37:48 obo 1.10.36.1: #i53611# mfc header

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ccdf740d5f3ac5f4b06bd52b586733b9eaab0faf]

        INTEGRATION: CWS obo05 (1.2.62); FILE MERGED 2006/08/25 07:38:42 obo 1.2.62.1: #i53611# destructor missing

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ddf48da8786f7ad8a51465aaa77e4f39ed45e658]

        INTEGRATION: CWS obo05 (1.3.38); FILE MERGED 2006/06/23 16:24:09 obo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/22 13:45:15 obo 1.3.38.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [75fa944e86b69cb04f84df28501f310440feed7d]

        INTEGRATION: CWS obo05 (1.29.10); FILE MERGED 2006/09/19 14:28:12 vq 1.29.10.4: #i69592# Remove $(EMQ)s again. 2006/09/19 08:54:34 obo 1.29.10.3: #i53611#,#i69592# buildable for 4nt and w32 bash 2006/09/16 17:29:21 vq 1.29.10.2: #i69592# Quote " for bash/tcsh. 2006/08/31 11:44:03 obo 1.29.10.1: #i53611# build 2003+2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [93089a726d0348cd92d38e4d0903acbdd1bce5e3]

        INTEGRATION: CWS obo05 (1.16.12); FILE MERGED 2006/06/23 16:14:11 obo 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/06 13:32:46 obo 1.16.12.1: #i53611# porting to .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f1322352cc9f219bcb7b4c06d14a165fdc301d18]

        INTEGRATION: CWS obo05 (1.5.8); FILE MERGED 2006/08/30 13:36:14 obo 1.5.8.1: #i53611# some changes visualc.hpp and win32.hpp

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [881e6bb9d003d8b41540f115fed1c9118664c33d]

        INTEGRATION: CWS obo05 (1.26.2); FILE MERGED 2006/09/18 03:23:17 vq 1.26.2.1: #i69539# Add VS 2005 (Express) to OOo configury.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [dfed2a0f3ff92b74c5303fb9e221e9b84184a443]

        INTEGRATION: CWS obo05 (1.1.2); FILE ADDED 2006/09/18 03:23:17 vq 1.1.2.1: #i69539# Add VS 2005 (Express) to OOo configury.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [ba321a0eabecc99b7c84ffe91d6cd119ca9fe467]

        INTEGRATION: CWS obo05 (1.76.50); FILE MERGED 2006/08/31 08:47:32 obo 1.76.50.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [308fab66925ace2aea4db66e0b11b1247c422518]

        INTEGRATION: CWS obo05 (1.11.24); FILE MERGED 2006/07/06 15:13:29 obo 1.11.24.3: #i53611# -GR switch is on by default 2006/06/23 13:52:08 obo 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/22 15:08:47 obo 1.11.24.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [6243b596732f1623fc928adac58cecd2b0448f3f]

        INTEGRATION: CWS obo05 (1.8.80); FILE MERGED 2006/06/22 15:09:33 obo 1.8.80.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5662978e778a601c85bffda8de899fc03b5e6645]

        INTEGRATION: CWS obo05 (1.16.4); FILE MERGED 2006/09/08 09:13:13 obo 1.16.4.3: #i53611# change by sb to prevent warning 2006/09/08 08:35:25 obo 1.16.4.2: #i53611# pragma for .net 2005 only 2006/06/30 13:58:28 obo 1.16.4.1: #i53611# disable C4701

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [267e569d56352b17b5f2f00bcacc24ed409b0509]

        INTEGRATION: CWS obo05 (1.14.74); FILE MERGED 2006/09/08 07:24:58 dbo 1.14.74.2: #i53611# msvcr80.dll cleans up thrown exception 2006/09/07 14:18:35 dbo 1.14.74.1: #i53611# adopting offset for accessing current exception in msvcr80.dll

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9193cf56aeb91cb90324fc2e907190feff0cf02a]

        INTEGRATION: CWS obo05 (1.6.46); FILE MERGED 2006/09/11 14:25:26 obo 1.6.46.2: change for MSC only 2006/07/03 14:35:11 obo 1.6.46.1: #i53611# disable warning C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e2334d1fc92e750d10f12008569546aaca07c6e4]

        INTEGRATION: CWS obo05 (1.5.46); FILE MERGED 2006/09/11 14:32:07 obo 1.5.46.2: change for MSC only 2006/07/03 14:35:11 obo 1.5.46.1: #i53611# disable warning C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d52e22f6da5d7d7700b554f8d8b06c26569e06fd]

        INTEGRATION: CWS obo05 (1.8.46); FILE MERGED 2006/06/07 12:34:29 obo 1.8.46.1: #i53611# port for .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4755ef217898060fa0493d301302bb08874b3a6c]

        INTEGRATION: CWS obo05 (1.24.2); FILE MERGED 2006/09/11 14:25:25 obo 1.24.2.2: change for MSC only 2006/07/03 14:35:10 obo 1.24.2.1: #i53611# disable warning C4350

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d9b4e6fcc0cf4a8b2813060fa62a59b21dc747da]

        INTEGRATION: CWS obo05 (1.12.38); FILE MERGED 2006/09/12 08:25:40 obo 1.12.38.3: typo 2006/09/05 08:20:47 obo 1.12.38.2: #i53611# net 2005 2006/09/04 15:26:06 obo 1.12.38.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [19001b90a64691b11acc8036c1f2775f8374ce4c]

        INTEGRATION: CWS obo05 (1.3.38); FILE MERGED 2006/09/04 15:24:17 obo 1.3.38.1: #i53611# BC30183 error

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e3bf7aebd1d27b4f913d18fbca735078ef18a88b]

        INTEGRATION: CWS obo05 (1.10.14); FILE MERGED 2006/09/08 07:27:01 dbo 1.10.14.1: #i53611# added leak guards

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [aeddd5fc1ccc8a92703e42430c5cf5952998586d]

        INTEGRATION: CWS obo05 (1.16.14); FILE MERGED 2006/09/08 07:27:01 dbo 1.16.14.1: #i53611# added leak guards

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0a4bf9b8b0e6f901a313753820cdbc5519646e55]

        INTEGRATION: CWS obo05 (1.52.10); FILE MERGED 2006/08/25 11:38:43 obo 1.52.10.1: #i53611# type casting

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [284dd1d637e41aac3e8e8fbf9523fee0db54de8d]

        INTEGRATION: CWS obo05 (1.6.190); FILE MERGED 2006/08/31 08:03:45 obo 1.6.190.1: #i53611# buildable with VS Express 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [945d5e0a575c4a5ca2661678f75dd3c59bd71b12]

        INTEGRATION: CWS obo05 (1.6.50); FILE MERGED 2006/08/31 08:03:23 obo 1.6.50.1: #i53611# buildable with VS Express 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f8aedc1d49f952d35bf4b366c2f70e0fb4d250f4]

        INTEGRATION: CWS obo05 (1.7.190); FILE MERGED 2006/08/31 08:02:59 obo 1.7.190.1: #i53611# buildable with VS Express 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0cbeac19095b28b8157a5e82bd54ce75562eda30]

        INTEGRATION: CWS obo05 (1.9.190); FILE MERGED 2006/08/31 08:02:24 obo 1.9.190.1: #i53611# buildable with VS Express 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a72a5481581ab3c84905cbe128018d8bc4de14e1]

        INTEGRATION: CWS obo05 (1.12.116); FILE MERGED 2006/08/25 07:59:57 obo 1.12.116.1: #i53611# type declaration missing

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0518d90775ca305ccb4234ba1f9e4073c851e750]

        INTEGRATION: CWS obo05 (1.19.134); FILE MERGED 2006/08/31 08:01:05 obo 1.19.134.1: #i53611# buildable with VS Express 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [991ad89b597598ed67307d519506cc68dd5f6d55]

        INTEGRATION: CWS obo05 (1.12.104); FILE MERGED 2006/08/30 12:20:55 obo 1.12.104.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f521e06646f421009132f74f02557badf541739f]

        INTEGRATION: CWS obo05 (1.15.66); FILE MERGED 2006/08/30 12:20:20 obo 1.15.66.1: #i53611# net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [96c733ea1f921ed905e54e49aaa8edde97afb447]

        INTEGRATION: CWS obo05 (1.5.56); FILE MERGED 2006/06/22 16:04:24 obo 1.5.56.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [3e9b6c4f8bfa314ffdf0d50d0e5416b1a3ac352b]

        INTEGRATION: CWS obo05 (1.4.86); FILE MERGED 2006/06/22 16:04:24 obo 1.4.86.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4294a56146f4357a0a1148e29dcb1819fb5fceb4]

        INTEGRATION: CWS obo05 (1.6.86); FILE MERGED 2006/08/09 10:41:38 obo 1.6.86.2: RESYNC: (1.6-1.7); FILE MERGED 2006/06/22 16:00:06 obo 1.6.86.1: #i53611# .net 2005

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f0c7961ceec7987ffc6073e69bbab85804e7b08f]

        INTEGRATION: CWS aceart01 (1.1.48); FILE MERGED 2006/09/16 21:16:30 ace_dent 1.1.48.1: i62946: Fix Page Preview navigation icons and update with optimized versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [2b75375305f4e1cbe133b82600b4ab7ed2f85fd0]

        INTEGRATION: CWS aceart01 (1.1.48); FILE MERGED 2006/09/16 21:16:29 ace_dent 1.1.48.1: i62946: Fix Page Preview navigation icons and update with optimized versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d1498d6c27a6e317ef733534e49dd3dfa2dbc2b1]

        INTEGRATION: CWS aceart01 (1.1.48); FILE MERGED 2006/09/16 01:13:25 ace_dent 1.1.48.1: i67032: Update 'Form-Filtered' icons with design by jimmac.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7f6314cbecd15aebc141b69a6393e8499151d4a1]

        INTEGRATION: CWS aceart01 (1.1.48); FILE MERGED 2006/09/16 21:16:28 ace_dent 1.1.48.1: i62946: Fix Page Preview navigation icons and update with optimized versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [25a4dce8ab83dcf6f3085fce0b84fe190ef51aef]

        INTEGRATION: CWS aceart01 (1.1.48); FILE MERGED 2006/09/16 01:13:24 ace_dent 1.1.48.1: i67032: Update 'Form-Filtered' icons with design by jimmac.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [2768388c9713fb39091bbd18f25c2a46981c14ba]

        INTEGRATION: CWS dmake46 (1.4.8); FILE MERGED 2006/07/31 02:48:02 vq 1.4.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d539187dae2b8fd2c71c604f901f9734ff2a3e58]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:48:02 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [af5a14eca29c2aa73049701664193a869178e9c1]

        INTEGRATION: CWS dmake46 (1.3.2); FILE MERGED 2006/09/21 20:57:37 vq 1.3.2.2: #i67689# Release dmake 4.6. 2006/07/23 04:27:59 vq 1.3.2.1: #i67689# Bump version to 4.6-cvs.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [884a9c84607ab1c85cdaab32b204847e6901c8c3]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:48:01 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7c387424b00e72623ae7ca1a9359ea9a91b384f7]

        INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED 2006/07/31 02:48:01 vq 1.5.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [74c18c7699baaca26e99073106d86dfe3a9b68ff]

        INTEGRATION: CWS dmake46 (1.8.2); FILE MERGED 2006/09/21 20:57:36 vq 1.8.2.2: #i67689# Release dmake 4.6. 2006/07/23 04:27:59 vq 1.8.2.1: #i67689# Bump version to 4.6-cvs.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [44e7b6e4d0f73a3ff876e8a2e981ebf09cba150d]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:48:00 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7926f56234404769927382cb3885e69022c26fe7]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:59 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [3cdd7aa6819e203475f584a61faddca84b2d21cd]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:58 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a52f83aef0ba17d4f9c7ce3d3af7b558969c8404]

        INTEGRATION: CWS dmake46 (1.4.8); FILE MERGED 2006/07/31 02:47:58 vq 1.4.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [81b1606b3795257df25b997ba039df1547a0e247]

        INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED 2006/07/31 02:47:58 vq 1.5.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [29b27d265bed96f094cf8e03e7a78a23ba8bc6eb]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:57 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8d9025975c2c37d5f7aac819d50b714c71937b86]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:56 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a1d27663b2c5af9ca725cad430a6f9a9bc5d1809]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:55 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [78c5beb6c9d3f2971cd23fecec13212e2d321c41]

        INTEGRATION: CWS dmake46 (1.9.8); FILE MERGED 2006/08/21 04:22:42 vq 1.9.8.5: #i10000# Add some code comments. 2006/07/28 21:19:06 vq 1.9.8.4: #i67589# Add the internal commands noop and echo to the *nix version of dmake. This functionality already existed for the native windows version. 2006/07/26 00:47:16 vq 1.9.8.3: #i10000# Oops, the previous patch should not change this part. 2006/07/26 00:20:25 vq 1.9.8.2: #i10000# Comment and whitespace changes only. 2006/07/20 02:41:14 vq 1.9.8.1: #i10000# No code changes. Only comments were added/improved.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [eb26b0403ab9055db3373a06733614dacebbf770]

        INTEGRATION: CWS dmake46 (1.6.2); FILE MERGED 2006/08/14 20:35:56 vq 1.6.2.1: #i52590# Increase limit of parallel jobs for *NIX dmakes to 64.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [2a93b1654bc1123dd47186cb52fb51fa8a006e80]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/07/17 03:14:00 vq 1.1.2.1: #i67166# Add testcases.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c0ab0af0fcd0f6c6368698027d0a37cbc794ad7e]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/09/24 23:57:08 vq 1.1.2.2: #i69818# Fix testcase. 2006/07/10 21:01:39 vq 1.1.2.1: #i66567# Add testcase and mention the new warning in the NEWS file.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c2357812e2d9771e275cddb8744a559802f1ede9]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/07/10 01:38:30 vq 1.1.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was a regression in dmake 4.5 with respect to older versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9561c1e9ceda814f6b4de9b7490bfdac123d1031]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/07/30 01:47:57 vq 1.1.2.1: #i67589# Add testcases for builtin commands.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [3a7bdf691e1fc3a3f25b413f3e412524005c0bae]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/07/24 22:13:38 vq 1.1.2.1: #i64583# Add testcase for $(mktmp ...) function macro and group recipe.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [332ab1badd011d083a43d681de43d83973afd981]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/08/15 18:12:49 vq 1.1.2.1: #i44961# Add testcase.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f53c0ded5b7cc6699385c44efce7fc976f5f0719]

        INTEGRATION: CWS dmake46 (1.1.2); FILE ADDED 2006/07/23 03:41:38 vq 1.1.2.1: #i67585# Add a testcase.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [bb16e9a006d7b549d0cebfbffc52572886104605]

        INTEGRATION: CWS dmake46 (1.3.2); FILE MERGED 2006/08/15 18:12:49 vq 1.3.2.7: #i44961# Add testcase. 2006/07/30 01:47:57 vq 1.3.2.6: #i67589# Add testcases for builtin commands. 2006/07/24 22:13:38 vq 1.3.2.5: #i64583# Add testcase for $(mktmp ...) function macro and group recipe. 2006/07/23 03:41:38 vq 1.3.2.4: #i67585# Add a testcase. 2006/07/17 03:13:59 vq 1.3.2.3: #i67166# Add testcases. 2006/07/10 21:01:38 vq 1.3.2.2: #i66567# Add testcase and mention the new warning in the NEWS file. 2006/07/10 01:38:30 vq 1.3.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was a regression in dmake 4.5 with respect to older versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a4b89c2ff28e0a8e6fc50734e6298ac7038475b4]

        INTEGRATION: CWS hsqldb9 (1.1.2); FILE ADDED 2006/08/07 08:15:49 fs 1.1.2.1: index of needed patches

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [88ebd6c30da849644b9cb20644bcb04ce02fa686]

        INTEGRATION: CWS dmake46 (1.4.2); FILE MERGED 2006/07/23 04:27:59 vq 1.4.2.1: #i67689# Bump version to 4.6-cvs.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [94070b32f3c9397db2f3fec3011eaf7deada49aa]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:54 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0b626e4e81da179568648247af2d18e5961437fa]

        INTEGRATION: CWS hsqldb9 (1.13.4); FILE MERGED 2006/09/05 08:46:12 oj 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/07 09:10:23 fs 1.13.4.1: #i65426# convert sql-error-messages.properties

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5e1e044c1c93a59d93ab31af3ca4e17addee738e]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:53 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0d889136c230f5cd80c4ff9ba4995c7e50a7070a]

        INTEGRATION: CWS hsqldb9 (1.51.32); FILE MERGED 2006/09/05 08:44:02 oj 1.51.32.2: RESYNC: (1.51-1.52); FILE MERGED 2006/08/02 06:51:37 oj 1.51.32.1: #i65100# handle timestamp sql 2003 conform

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [7aeb33a8be4a6aff1f30bbffae449d2c01d0e230]

        INTEGRATION: CWS hsqldb9 (1.21.32); FILE MERGED 2006/09/05 08:43:55 oj 1.21.32.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/02 06:51:37 oj 1.21.32.1: #i65100# handle timestamp sql 2003 conform

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [01bcd313284023737c7588ea7d1e532af6ae7461]

        INTEGRATION: CWS hsqldb9 (1.60.2); FILE MERGED 2006/09/05 08:41:14 oj 1.60.2.3: RESYNC: (1.61-1.62); FILE MERGED 2006/08/03 06:43:45 oj 1.60.2.2: RESYNC: (1.60-1.61); FILE MERGED 2006/08/02 06:51:37 oj 1.60.2.1: #i65100# handle timestamp sql 2003 conform

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [151cfb94e41106df0e7db4b9b9a81875de860c4a]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:52 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [11d6878fdcadd28e4e8473fbefeaa70a28c2d53e]

        INTEGRATION: CWS hsqldb9 (1.5.18); FILE MERGED 2006/08/02 08:33:25 oj 1.5.18.1: #i67263# remove assert

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [cb70563b660820b37ec69c24f63a0f15433db5e2]

        INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED 2006/07/27 01:10:48 vq 1.1.1.1.152.1: #i67808# Fix the internal echo command of the native Windows dmake version. The patch also moves the usage of the global variable Packed_shell to msdos/runargv.c and msdos/spawn.c.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b919f085c4e64621872920735012151e7388659c]

        INTEGRATION: CWS hsqldb9 (1.16.16); FILE MERGED 2006/08/03 06:17:25 oj 1.16.16.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/02 06:48:50 oj 1.16.16.1: correct handling for timestamp types and scale

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9281d3d853ac08b0f948ab458b7bf4e2dc91f1ac]

        INTEGRATION: CWS dmake46 (1.2.8); FILE MERGED 2006/07/27 01:10:48 vq 1.2.8.2: #i67808# Fix the internal echo command of the native Windows dmake version. The patch also moves the usage of the global variable Packed_shell to msdos/runargv.c and msdos/spawn.c. 2006/07/20 02:41:14 vq 1.2.8.1: #i10000# No code changes. Only comments were added/improved.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f2ed60fe64e3cdc762cfb0b6fe5a6bf1c0a00796]

        INTEGRATION: CWS dmake46 (1.7.2); FILE MERGED 2006/09/21 20:57:36 vq 1.7.2.7: #i67689# Release dmake 4.6. 2006/09/14 16:40:46 vq 1.7.2.6: #i69536# Make clear that .SUFFIXES is not supported by dmake. 2006/08/20 17:30:40 vq 1.7.2.5: #i64569# Improve documentation of the handling of continued makefile lines. 2006/07/29 01:55:39 vq 1.7.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop and echo. 2006/07/23 04:27:58 vq 1.7.2.3: #i67689# Bump version to 4.6-cvs. 2006/07/23 03:17:37 vq 1.7.2.2: #i67585# Fix $(nil ...) function macro. The patch also removes some unneeded code from _exec_call() and adds some extra documentation about function macros to the dmake man page. 2006/07/10 20:46:07 vq 1.7.2.1: #i66567# Deprecate the obsolete special target .SUFFIXES as it has no special meaning.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [939d319129503c96a5dc75d8ce116278e7c860b8]

        INTEGRATION: CWS dmake46 (1.5.2); FILE MERGED 2006/09/21 20:57:36 vq 1.5.2.7: #i67689# Release dmake 4.6. 2006/09/14 16:40:45 vq 1.5.2.6: #i69536# Make clear that .SUFFIXES is not supported by dmake. 2006/08/20 17:30:39 vq 1.5.2.5: #i64569# Improve documentation of the handling of continued makefile lines. 2006/07/29 01:55:38 vq 1.5.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop and echo. 2006/07/23 04:27:58 vq 1.5.2.3: #i67689# Bump version to 4.6-cvs. 2006/07/23 03:17:36 vq 1.5.2.2: #i67585# Fix $(nil ...) function macro. The patch also removes some unneeded code from _exec_call() and adds some extra documentation about function macros to the dmake man page. 2006/07/10 20:46:07 vq 1.5.2.1: #i66567# Deprecate the obsolete special target .SUFFIXES as it has no special meaning.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9e3cfb9d2aed1d3e2e5e58e3a38bafad7c1bb0d4]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/07/31 02:47:51 vq 1.6.8.1: #i64583# Remove unused parameter from Create_temp() and Get_temp().

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [217ecf7499ad514520a395f77bb76f609f9f1228]

        INTEGRATION: CWS dmake46 (1.7.8); FILE MERGED 2006/08/29 17:08:07 vq 1.7.8.7: #i69071# Don't use umask for the native W32 dmake. 2006/07/31 02:47:51 vq 1.7.8.6: #i64583# Remove unused parameter from Create_temp() and Get_temp(). 2006/07/28 21:19:06 vq 1.7.8.5: #i67589# Add the internal commands noop and echo to the *nix version of dmake. This functionality already existed for the native windows version. 2006/07/27 01:10:48 vq 1.7.8.4: #i67808# Fix the internal echo command of the native Windows dmake version. The patch also moves the usage of the global variable Packed_shell to msdos/runargv.c and msdos/spawn.c. 2006/07/26 00:20:25 vq 1.7.8.3: #i10000# Comment and whitespace changes only. 2006/07/24 21:43:34 vq 1.7.8.2: #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions. Generate unique and secure tempfiles if a suffix is requested. (Needed for group recipes.) 2006/07/20 02:41:13 vq 1.7.8.1: #i10000# No code changes. Only comments were added/improved.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5e566a5668a35ba02a29d61fbf8624409eb981da]

        INTEGRATION: CWS dmake46 (1.8.2); FILE MERGED 2006/09/20 17:32:13 vq 1.8.2.4: #i66567# Show the ".SUFFIXES target has no special meaning" warning only if the -v[w] verbose flag is given. 2006/08/21 04:22:41 vq 1.8.2.3: #i10000# Add some code comments. 2006/07/10 20:46:07 vq 1.8.2.2: #i66567# Deprecate the obsolete special target .SUFFIXES as it has no special meaning. 2006/07/10 01:08:42 vq 1.8.2.1: #i67025# Fix problem of %-targets with attribute .SILENT and -vr verbose flag.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [bfc5da87bc233ad9328f567690c6a4763154a79f]

        INTEGRATION: CWS dmake46 (1.6.8); FILE MERGED 2006/08/21 04:22:41 vq 1.6.8.3: #i10000# Add some code comments. 2006/07/28 21:19:06 vq 1.6.8.2: #i67589# Add the internal commands noop and echo to the *nix version of dmake. This functionality already existed for the native windows version. 2006/07/20 02:41:13 vq 1.6.8.1: #i10000# No code changes. Only comments were added/improved.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [dcfd5450f4db49a0f928450c99cc7d5c1dc0178c]

        INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED 2006/07/17 03:10:57 vq 1.1.1.1.152.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is assumed to be empty) is used and later set to a different value.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [db56d4123e2b5feb38812a7aa7a73dc20875c070]

        INTEGRATION: CWS dmake46 (1.1.1.1.152); FILE MERGED 2006/07/22 03:48:48 vq 1.1.1.1.152.1: #i10000# Add some comments.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8149ed2a4d6e511260a12ad4658a078d9ff2c3dc]

        INTEGRATION: CWS dmake46 (1.8.8); FILE MERGED 2006/08/29 17:08:07 vq 1.8.8.5: #i69071# Don't use umask for the native W32 dmake. 2006/07/31 03:35:11 vq 1.8.8.4: #i67585# Remove unneeded variable definitions. 2006/07/31 02:47:51 vq 1.8.8.3: #i64583# Remove unused parameter from Create_temp() and Get_temp(). 2006/07/24 21:43:33 vq 1.8.8.2: #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions. Generate unique and secure tempfiles if a suffix is requested. (Needed for group recipes.) 2006/07/23 03:17:36 vq 1.8.8.1: #i67585# Fix $(nil ...) function macro. The patch also removes some unneeded code from _exec_call() and adds some extra documentation about function macros to the dmake man page.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [aa74c69eb8c0b85f7a4d50edc48625da753fb090]

        INTEGRATION: CWS dmake46 (1.5.8); FILE MERGED 2006/09/21 16:24:10 vq 1.5.8.4: #i69743# Optimize expand.c:Apply_edit(). 2006/08/15 18:11:35 vq 1.5.8.3: #i44961# Reject single letter macros with (, {, ), } and : . 2006/08/15 15:07:05 vq 1.5.8.2: #i44961# Throw error if inclosed macro brackets are encountered. 2006/07/17 03:10:57 vq 1.5.8.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is assumed to be empty) is used and later set to a different value.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c5ce27665542e717c8910186f01251842ae9dfc9]

        INTEGRATION: CWS dmake46 (1.4.2); FILE MERGED 2006/08/21 04:22:41 vq 1.4.2.2: #i10000# Add some code comments. 2006/07/17 03:10:57 vq 1.4.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is assumed to be empty) is used and later set to a different value.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [1586db9258f0810b044a0c8ce03d8b8b28812649]

        INTEGRATION: CWS dmake46 (1.7.2); FILE MERGED 2006/07/17 03:10:56 vq 1.7.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is assumed to be empty) is used and later set to a different value.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0c428f4b2d565afd9558a33f34ab200619fe3c6f]

        INTEGRATION: CWS dmake46 (1.6.2); FILE MERGED 2006/07/24 21:43:33 vq 1.6.2.3: #i64583# Let tempfiles generated by $(mktmp ..) always have 600 permissions. Generate unique and secure tempfiles if a suffix is requested. (Needed for group recipes.) 2006/07/22 03:48:48 vq 1.6.2.2: #i10000# Add some comments. 2006/07/17 03:10:56 vq 1.6.2.1: #i67166# Make dmake issue a warning if a previously unset macro (i.e. it is assumed to be empty) is used and later set to a different value.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [463846b25e7194b993c2a5002e5c37db103fdb02]

        INTEGRATION: CWS dmake46 (1.24.2); FILE MERGED 2006/09/21 20:57:35 vq 1.24.2.2: #i67689# Release dmake 4.6. 2006/07/23 04:27:58 vq 1.24.2.1: #i67689# Bump version to 4.6-cvs.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [76c1a9c0306b69a19a6542ff868d36b009b6d8cd]

        INTEGRATION: CWS dmake46 (1.17.2); FILE MERGED 2006/09/21 20:57:35 vq 1.17.2.2: #i67689# Release dmake 4.6. 2006/07/23 04:27:57 vq 1.17.2.1: #i67689# Bump version to 4.6-cvs.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e2396be847dda922a784fc12a13afdaab89ec840]

        INTEGRATION: CWS dmake46 (1.5.2); FILE MERGED 2006/09/21 20:57:35 vq 1.5.2.5: #i67689# Release dmake 4.6. 2006/07/29 01:55:38 vq 1.5.2.4: #i67589# Add documentation and NEWS file entry for builtin commands noop and echo. 2006/07/23 04:05:50 vq 1.5.2.3: #i67166# Mention the new warning in the NEWS file. 2006/07/10 21:01:38 vq 1.5.2.2: #i66567# Add testcase and mention the new warning in the NEWS file. 2006/07/10 01:38:30 vq 1.5.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was a regression in dmake 4.5 with respect to older versions.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d90c7dfd5acfc0b0c6d1674001447f80cce39043]

        INTEGRATION: CWS dmake46 (1.4.2); FILE MERGED 2006/09/25 00:01:40 vq 1.4.2.11: #i10000# Update ChangeLog. 2006/09/21 20:59:01 vq 1.4.2.10: #i10000# Update ChangeLog. 2006/09/21 16:26:26 vq 1.4.2.9: #i10000# Update ChangeLog. 2006/08/29 17:10:10 vq 1.4.2.8: #i10000# Update ChangeLog. 2006/08/16 17:06:54 vq 1.4.2.7: #i10000# Update ChangeLog. 2006/07/31 03:37:40 vq 1.4.2.6: #i10000# Update ChangeLog. 2006/07/30 01:54:43 vq 1.4.2.5: #i10000# Update ChangeLog. 2006/07/27 02:08:17 vq 1.4.2.4: #i10000# Update ChangeLog. 2006/07/23 04:30:17 vq 1.4.2.3: #i10000# Update ChangeLog. 2006/07/17 03:17:11 vq 1.4.2.2: #i10000# Update ChangeLog. 2006/07/10 01:45:24 vq 1.4.2.1: #i10000# Update ChangeLog.

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [91ab3dfc54fd7c66b06a4a278382300c2fab6e05]

        INTEGRATION: CWS osxpatchpool (1.2.18); FILE MERGED 2006/09/04 06:55:50 obr 1.2.18.2: #i68785# added comment from lat patch 2006/08/28 08:57:42 obr 1.2.18.1: #i68785# gcc 3.3 does not like Any::get<>()

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [77e397134305761085fae84303adf5dc443048d0]

        INTEGRATION: CWS osxpatchpool (1.113.14); FILE MERGED 2006/08/28 12:33:46 obr 1.113.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a053769654738abee0f9474b9ba483481d426a45]

        INTEGRATION: CWS osxpatchpool (1.34.14); FILE MERGED 2006/08/28 12:33:46 obr 1.34.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [d3308d4f5f6b64fe2d1480ddf7eae629c7e1dc9f]

        INTEGRATION: CWS osxpatchpool (1.51.14); FILE MERGED 2006/08/28 12:33:45 obr 1.51.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9caed0ee471a48da08a1b3ed9798e1c45ae62e41]

        INTEGRATION: CWS osxpatchpool (1.82.14); FILE MERGED 2006/08/28 12:33:45 obr 1.82.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [f4affa0011e5e96e776953728b548b19cbedbb76]

        INTEGRATION: CWS osxpatchpool (1.53.14); FILE MERGED 2006/08/28 12:33:45 obr 1.53.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [93d33eba62d30aa2eacbffd4a11fbec463f984f6]

        INTEGRATION: CWS osxpatchpool (1.72.14); FILE MERGED 2006/08/28 12:33:45 obr 1.72.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [0639f515c7c2ab4e905b14e7cbc6a50898e81f06]

        INTEGRATION: CWS osxpatchpool (1.169.14); FILE MERGED 2006/08/28 12:33:44 obr 1.169.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [01c7957ba0fbe0ed43b9aa3921c53c3b252b2146]

        INTEGRATION: CWS osxpatchpool (1.78.14); FILE MERGED 2006/08/28 12:33:44 obr 1.78.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [49b31cd6ef2971a866ab8207397612462426ca59]

        INTEGRATION: CWS osxpatchpool (1.19.14); FILE MERGED 2006/08/28 12:33:44 obr 1.19.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [75aabc6b9c8f89ffb47c51d273b1a6193c8896c3]

        INTEGRATION: CWS osxpatchpool (1.19.14); FILE MERGED 2006/08/28 12:33:43 obr 1.19.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [71436c046d4f69f73dd4e62c204945004aaba8b4]

        INTEGRATION: CWS osxpatchpool (1.42.14); FILE MERGED 2006/08/28 12:33:43 obr 1.42.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [6e5b5d3ade0b148f191c75e040546787eb9009a6]

        INTEGRATION: CWS osxpatchpool (1.6.14); FILE MERGED 2006/08/28 12:33:43 obr 1.6.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [2349d44abc25ace7354e403fe40de5b2663f6750]

        INTEGRATION: CWS osxpatchpool (1.23.14); FILE MERGED 2006/08/29 12:42:04 obr 1.23.14.2: #i68810# added cast 2006/08/28 12:33:43 obr 1.23.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9610b9bb9212eabea57442d030814b827b897618]

        INTEGRATION: CWS osxpatchpool (1.5.14); FILE MERGED 2006/08/28 12:33:42 obr 1.5.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [58be9abe5744cdfbde05ee280110e0065d2e1907]

        INTEGRATION: CWS osxpatchpool (1.10.14); FILE MERGED 2006/08/28 12:33:42 obr 1.10.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [645848c03342440aec5a66ddc6c0f428c0264008]

        INTEGRATION: CWS osxpatchpool (1.21.14); FILE MERGED 2006/08/28 12:33:42 obr 1.21.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [46331564935bc843a1e01b7f48f1f298af0141fb]

        INTEGRATION: CWS osxpatchpool (1.20.14); FILE MERGED 2006/08/28 12:33:42 obr 1.20.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [c8e7121ef96d3f6fee9e64f910a995773c515723]

        INTEGRATION: CWS osxpatchpool (1.19.14); FILE MERGED 2006/08/28 12:33:41 obr 1.19.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [8f03d86ac310694b88421eaef850f4a8aa6ac197]

        INTEGRATION: CWS osxpatchpool (1.40.14); FILE MERGED 2006/08/28 12:33:41 obr 1.40.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [b8d1ae37709daf3ddaedc00e5c90911d5444b641]

        INTEGRATION: CWS osxpatchpool (1.5.14); FILE MERGED 2006/08/28 12:33:41 obr 1.5.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [4b3387d66275e104144c225ed12f641efb654656]

        INTEGRATION: CWS osxpatchpool (1.11.14); FILE MERGED 2006/08/28 12:33:41 obr 1.11.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [fee2057b40d46de81b0cbfbbe5d16ef5f15238ae]

        INTEGRATION: CWS osxpatchpool (1.31.14); FILE MERGED 2006/08/28 12:33:40 obr 1.31.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [5ce8a6e30a46ee034a3246ae928e57ff62f44fee]

        INTEGRATION: CWS osxpatchpool (1.38.14); FILE MERGED 2006/08/28 12:33:40 obr 1.38.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [626c0e029bb8e7980c192a41143df202fbe4829f]

        INTEGRATION: CWS osxpatchpool (1.27.14); FILE MERGED 2006/08/28 12:33:40 obr 1.27.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [847f148caa61e8a9ba525bc5df4291aa87b41dec]

        INTEGRATION: CWS osxpatchpool (1.22.14); FILE MERGED 2006/08/28 12:33:39 obr 1.22.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [a61987cdfa3127b7d00b08715dd36f2ad84dd2a0]

        INTEGRATION: CWS osxpatchpool (1.40.14); FILE MERGED 2006/08/28 12:33:39 obr 1.40.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [9af419ac48cbbd725480fbf45b3b02688fc78e16]

        INTEGRATION: CWS osxpatchpool (1.57.14); FILE MERGED 2006/08/28 12:33:39 obr 1.57.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [1a5737db9705d43806a439d54d7c38141899c9a6]

        INTEGRATION: CWS osxpatchpool (1.66.14); FILE MERGED 2006/08/28 12:33:39 obr 1.66.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [e9e2e83445f513bf9b0725466239fb4a738cc4b2]

        INTEGRATION: CWS osxpatchpool (1.18.14); FILE MERGED 2006/08/28 12:33:38 obr 1.18.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [49665e4f18c02c00d18e61db5297024a753e9d3a]

        INTEGRATION: CWS osxpatchpool (1.38.14); FILE MERGED 2006/08/28 12:33:38 obr 1.38.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [64e16fd9d42d429ac671ca59df70610d045fc285]

        INTEGRATION: CWS osxpatchpool (1.29.14); FILE MERGED 2006/08/28 12:33:38 obr 1.29.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [839e867a2eb77cabf460a34bf7486dea61af8ef6]

        INTEGRATION: CWS osxpatchpool (1.16.14); FILE MERGED 2006/08/28 12:33:38 obr 1.16.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [1644a87c5ef357fb07a1ae08a6b2a65ba3d5ec88]

        INTEGRATION: CWS osxpatchpool (1.10.14); FILE MERGED 2006/08/28 12:33:37 obr 1.10.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-25  Vladimir Glazounov  <vg@openoffice.org>  [325ed13ebd617d368361b9d0f7fd83ba0d9042ea]

        INTEGRATION: CWS osxpatchpool (1.2.14); FILE MERGED 2006/08/28 12:33:37 obr 1.2.14.1: #i68810# applied 2nd patch from issue (tra)

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [e0630ceed70460b55314690c034682fee9f52ba1]

        INTEGRATION: CWS swqbf84 (1.36.12); FILE MERGED 2006/09/12 09:03:40 od 1.36.12.1: #i69145# classes <SwNumRule> and <SwNumRuleInfo> 	 - refactoring for <SwNumRule::pList> and remove of 	   memory leak <SwNumRule::pList>

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [0f0a7193b147e07e0052b28e50908ccad3b8e471]

        INTEGRATION: CWS swqbf84 (1.57.12); FILE MERGED 2006/09/12 09:03:40 od 1.57.12.1: #i69145# classes <SwNumRule> and <SwNumRuleInfo> 	 - refactoring for <SwNumRule::pList> and remove of 	   memory leak <SwNumRule::pList>

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [0cda9b65a68838b80090e25443f7c601d891ae84]

        INTEGRATION: CWS swqbf84 (1.45.12); FILE MERGED 2006/08/25 09:06:59 od 1.45.12.1: #i68949# methods <SwDoc::set/get( DocumentSettingId )> 	 - add handling of setting CLIP_AS_CHARACTER_ANCHORED_WRITER_FLY_FRAME

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [9fe936df172d06d8e0db9b4655078a842fbe7a15]

        INTEGRATION: CWS swqbf84 (1.28.12); FILE MERGED 2006/09/12 09:01:06 od 1.28.12.1: #i69145# class <SwNumRule> 	 - refactoring for member <pList>.

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [8f312bbeff81225cda73cb3306cc7532e296d0c9]

        INTEGRATION: CWS vgbugs04 (1.2.62); FILE MERGED 2006/07/04 10:37:14 vg 1.2.62.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [325feda30b5c1fd630522ffeb3fce0e18d35ee9d]

        INTEGRATION: CWS vgbugs04 (1.11.18); FILE MERGED 2006/09/01 14:57:34 vg 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2006/07/04 10:37:14 vg 1.11.18.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [59fc2f43ed89dc2ad34e826c06ecc8f4eedf7ab4]

        INTEGRATION: CWS vgbugs04 (1.7.62); FILE MERGED 2006/09/15 15:19:53 vg 1.7.62.5: #i69015# -n switsh for windows-native slashes 2006/09/04 13:49:59 vg 1.7.62.4: #i69015# add slash at the end of the string 2006/09/01 11:29:37 vg 1.7.62.3: #i69015# use dmake slash variable 2006/08/31 10:34:13 vg 1.7.62.2: #i69015# generic paths for windows 2006/07/04 10:37:14 vg 1.7.62.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [cf4a2364534279fde574928ba2bf1a4a0e08252e]

        INTEGRATION: CWS vgbugs04 (1.3.62); FILE MERGED 2006/08/31 10:34:13 vg 1.3.62.2: #i69015# generic paths for windows 2006/07/04 10:37:14 vg 1.3.62.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [9d8fbd80012fb7eaf447d24024d0dabf513e570d]

        INTEGRATION: CWS vgbugs04 (1.3.142); FILE MERGED 2006/09/15 15:19:53 vg 1.3.142.4: #i69015# -n switsh for windows-native slashes 2006/09/01 11:29:37 vg 1.3.142.3: #i69015# use dmake slash variable 2006/08/31 10:34:12 vg 1.3.142.2: #i69015# generic paths for windows 2006/07/04 10:37:13 vg 1.3.142.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [b98c2c4e1831d635b5c33501c72d93d5b1236291]

        INTEGRATION: CWS vgbugs04 (1.1.2); FILE ADDED 2006/08/23 13:43:49 vg 1.1.2.3: #137785# case insensitive paths for Windows 2006/07/04 14:21:28 vg 1.1.2.2: #137785# optimize makedepend 2006/07/04 10:37:13 vg 1.1.2.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [a6d5936851b04096bba87144d6b02ad56e48e6c5]

        INTEGRATION: CWS vgbugs04 (1.1.2); FILE ADDED 2006/09/15 15:19:53 vg 1.1.2.4: #i69015# -n switsh for windows-native slashes 2006/08/23 13:54:39 vg 1.1.2.3: #137785# case insensitive paths for Windows 2006/08/23 13:43:49 vg 1.1.2.2: #137785# case insensitive paths for Windows 2006/07/04 10:37:13 vg 1.1.2.1: #137785# optimize makedepend

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [d8a02a76b8b02ed3f19dbf76517fdb2ec01c213a]

        INTEGRATION: CWS vgbugs04 (1.46.96); FILE MERGED 2006/09/15 14:44:38 hjs 1.46.96.1: #i69015# add switch for windows native format

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [b31f4739a656f2bd3c162969f417200bfdc3e917]

        INTEGRATION: CWS vgbugs04 (1.199.70); FILE MERGED 2006/09/15 14:44:38 hjs 1.199.70.1: #i69015# add switch for windows native format

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [8b53fa53d995ed36decdb4e40aa39112250b8966]

        INTEGRATION: CWS vgbugs04 (1.69.14); FILE MERGED 2006/09/04 15:28:03 hjs 1.69.14.1: #i69015# remove trailing backslash on -p parameter to avoid quoted blanks :( - makedepend now takes care of the seperator

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [c2442a43c5001d6703f65b85758c6b0a834819aa]

        INTEGRATION: CWS vgbugs04 (1.100.56); FILE MERGED 2006/09/06 11:21:35 vg 1.100.56.3: #i68140# exit in usage() procedure 2006/09/01 15:12:10 vg 1.100.56.2: RESYNC: (1.100-1.103); FILE MERGED 2006/07/14 09:27:45 vg 1.100.56.1: #i66268# impelemeted -dontdeletecommon

2006-09-22  Vladimir Glazounov  <vg@openoffice.org>  [55c0239825f0e25a2bd461db9f3249da41eba68c]

        INTEGRATION: CWS vgbugs04 (1.149.14); FILE MERGED 2006/09/06 11:18:20 vg 1.149.14.4: #i66268# do not delete local common trees 2006/09/01 15:04:32 vg 1.149.14.3: old style for capture output 2006/08/18 15:20:33 vg 1.149.14.2: #i68140# fix for multiple deliver 2006/07/14 09:26:40 vg 1.149.14.1: #i66268# do not undeliver common tree when it is not necessary

2006-09-19  Oliver Bolte  <obo@openoffice.org>  [b44aad6dfaaa446fedd06538bc8b2c31747ca9fb]

        #i10000# one ALLUSERS setting too much

2006-09-18  Oliver Bolte  <obo@openoffice.org>  [1243b2497f0e4210563cd77e9ea313ebd7885303]

        SRC680

2006-09-18  Oliver Bolte  <obo@openoffice.org>  [aca6267c1c926eb8e8d7e21f8364b1372485d2f3]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:17:35 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc5869c58a4eed04d082ed05ac51a2b7157a73c6]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:32:43 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8785bd4f1d24c519aa7777322b477440df6f679]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:32:43 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [389ff28dbe5786a46ecffa9065da5347e88d696b]

        INTEGRATION: CWS pchfix02 (1.47.10); FILE MERGED 2006/09/01 17:32:43 kaib 1.47.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad9d9d33e0cff7cf71f00675c967e3b92cece415]

        INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:32:43 kaib 1.5.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3d80227ca7c6ce1cf51c0759384648016606aab]

        INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED 2006/09/01 17:32:43 kaib 1.11.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49f3c5e2e3015a5181df4715f4c1cee44e2ff0ec]

        INTEGRATION: CWS pchfix02 (1.80.34); FILE MERGED 2006/09/01 17:32:43 kaib 1.80.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4a90567c64dad7333567da072bd86549519d27f]

        INTEGRATION: CWS pchfix02 (1.28.12); FILE MERGED 2006/09/01 17:32:43 kaib 1.28.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [180bb67dcaa0e2c133fe69b698f86a52fefbec47]

        INTEGRATION: CWS pchfix02 (1.15.12); FILE MERGED 2006/09/01 17:32:42 kaib 1.15.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5a779ceaec320c75d5d6978cf9491a710fd2909]

        INTEGRATION: CWS pchfix02 (1.104.10); FILE MERGED 2006/09/01 17:32:42 kaib 1.104.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f71b9bb2d3673c964f8d991b4d5bebd338b71ca2]

        INTEGRATION: CWS pchfix02 (1.38.12); FILE MERGED 2006/09/01 17:32:42 kaib 1.38.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c6bb000a0cf18c7f65ebb126febdc28ea33c31d]

        INTEGRATION: CWS pchfix02 (1.44.12); FILE MERGED 2006/09/01 17:32:42 kaib 1.44.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d6c526fca225c89829f78937482ab089c0d86ba]

        INTEGRATION: CWS pchfix02 (1.12.44); FILE MERGED 2006/09/01 17:32:42 kaib 1.12.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ccb5ce8ad5ee84670f06f642fcb2dda586c12264]

        INTEGRATION: CWS pchfix02 (1.11.12); FILE MERGED 2006/09/01 17:32:42 kaib 1.11.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d0a1b1ef9a5d4a1472ff3d9c029d26e61678fd0]

        INTEGRATION: CWS pchfix02 (1.2.44); FILE MERGED 2006/09/01 17:32:41 kaib 1.2.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a342b11f9f8a026355fd99910fc6e1b26f09a41a]

        INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED 2006/09/01 17:32:41 kaib 1.7.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [738619e4bec86774a329798868f3356cfe3eaebd]

        INTEGRATION: CWS pchfix02 (1.13.12); FILE MERGED 2006/09/01 17:32:41 kaib 1.13.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e7d240534a2b9db2bca2cd4d1985ef0ef4389a3]

        INTEGRATION: CWS pchfix02 (1.20.44); FILE MERGED 2006/09/01 17:32:41 kaib 1.20.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0ca07daa5cbcc58a2344e59d23758acedb73353]

        INTEGRATION: CWS pchfix02 (1.14.12); FILE MERGED 2006/09/01 17:32:41 kaib 1.14.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e0496865f6c3807aa3f0b37fe42c4a589e6fd59]

        INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED 2006/09/01 17:32:41 kaib 1.11.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13d316da072c28eb22ea00c22d6f11632f6233ba]

        INTEGRATION: CWS pchfix02 (1.13.44); FILE MERGED 2006/09/01 17:32:40 kaib 1.13.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a08907776e2eb5ef03db830551133f2a9c3311b]

        INTEGRATION: CWS pchfix02 (1.19.12); FILE MERGED 2006/09/01 17:32:40 kaib 1.19.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7225ee4f5940330ae47c510f9622a0fc391815c0]

        INTEGRATION: CWS pchfix02 (1.26.10); FILE MERGED 2006/09/01 17:32:40 kaib 1.26.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [299eb6703230c2706c41795a0ef9df1035cc4977]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:32:39 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [642669f746d044b1eeca1714ef53be2768b4c142]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:32:39 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78ba8c956f66fb43a74c3706ba029d2608577bf8]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:32:39 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27ae94306dc795d05acff8571ed61366bd87eed7]

        INTEGRATION: CWS pchfix02 (1.18.4); FILE MERGED 2006/09/01 17:32:39 kaib 1.18.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6e35e108b099d07dcf12c30c0d2e2f8eaf40bbe1]

        INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:32:39 kaib 1.4.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a61e4c067f442380d637cdef774216e08edf8c9]

        INTEGRATION: CWS pchfix02 (1.3.44); FILE MERGED 2006/09/01 17:32:38 kaib 1.3.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [914710565c1d21c1cd8bf8ece029c2b29b75c6fa]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:32:38 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6deb2d6c25e8f8ea7f1495b41c2a3d836368a11]

        INTEGRATION: CWS pchfix02 (1.5.44); FILE MERGED 2006/09/01 17:32:38 kaib 1.5.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aef77377676738032e3d86d3ad27d4ddcf0713f5]

        INTEGRATION: CWS pchfix02 (1.6.44); FILE MERGED 2006/09/01 17:32:38 kaib 1.6.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [51dd6b3122291d8f10fec86c10d2be23eb96787d]

        INTEGRATION: CWS pchfix02 (1.9.12); FILE MERGED 2006/09/01 17:32:38 kaib 1.9.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b821cc57f6396de75d5cf0cd451864c7a32ec58]

        INTEGRATION: CWS pchfix02 (1.13.10); FILE MERGED 2006/09/01 17:32:38 kaib 1.13.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a7fb82f913d2ef6887bacd645d8463467a8a1c3]

        INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:32:37 kaib 1.4.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0630c0cc60872405df154d27f4303b942c162f4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:32:37 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [19b541406d438d038e24edc1ef23719a917f009d]

        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>  [ddd4f448e9a06013b3d1f8b576577adfeab31645]

        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>  [4c72f14c309c1d6fffc15cab0658d38b9f5514b5]

        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>  [33a13c23b57d225a37ba2f9ebe3caad0dcf52f1b]

        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>  [2d0769993ede05dc9df48495999fdaa7a147d5c1]

        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>  [b63f4502b2395e9a8fd631890273ed7cad9d7b51]

        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>  [0b16e50948c94947e9097e10b2b0973b6d0f8fea]

        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>  [f42cbac639c45602c7441cbe17949988f3507d6b]

        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>  [72ddab76325c5fffee962c3d16749201f4309679]

        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>  [714efdac48c6ec4a6859e200af273696f03e021c]

        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>  [22219f3822a1fbaae75bf30db75c974500cde872]

        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>  [a8e87bc70400f49b9ec5d25aea59d840d612a0c3]

        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>  [6b35a7144c28aa73c2f0791fd2ab9795fc9022f8]

        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>  [450a15723310b072b0a8a691be800c7f002d45ee]

        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>  [4a00fc216c6e166ed544f0ba370aac9ab1967d85]

        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>  [eb58bc684e58481ce402f3b29110f8feb08c3213]

        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>  [a3a2e43bd8f9453381a8ebae116a6fee676b5541]

        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>  [e3f4ba753198924be29bf488481c4ad82da9ea4b]

        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>  [f81c2d230b1860c10f572c4ab85d2b219374635d]

        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>  [e496dd3bf9439f5a2fcc57eb2ba2b9999be7a040]

        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>  [5c9e6d4eaf1093a26110b518f14b8b8dfaa76206]

        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>  [a3442c1fe96405d1d9387b10c05aec42130c78a7]

        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>  [dc3adce1484f94409736739b0842b13173e70dc7]

        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>  [553ffc6aa4c941566cbfb86c220fbe35ae900435]

        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>  [8b406f4f4bc758ded89872a3cf015aaf5b0330f2]

        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>  [c90a6391af74d7c5cd4fe8e355acccfbbd4b4292]

        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>  [6c73ff1a17402b374605df2ef1bd3b9de6155313]

        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>  [55ae885f26114d02d8d871827555e3790bcb75f1]

        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>  [f545e0d8cd896d12e4a70ee5ca63423757212b6e]

        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>  [1682a3858bb0034ccb61489ea1d554d9acfbe71f]

        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>  [ed82436838cf3550d31eb4fd6c3bb32e099ee19b]

        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>  [05d8a69f41b558daf32e84f97997c724afe9d537]

        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>  [96a11757a852d2ee720978293ab5f349fcb340be]

        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>  [ec3af338d1eaa5864d6de7252b27862b7336ec0a]

        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>  [9a6f109b666bd44e5dfff491a3ac9a94cdd9e732]

        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>  [98a31955e7099a6a1f54978fa537507ddd38a49d]

        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>  [0f75efb32a5104d12035a135802b0baaf03335a0]

        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>  [b4e1e1ee8641ef1641879c5a50c5ab6203dcd5d0]

        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>  [16335db18b9641999b56fa89eddb1354daf2770b]

        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>  [ede90c20a1e07da27414a6dd387a1a229b54b0dd]

        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>  [d5817ba6d8572a33cc44cd434d73bdd025861d5c]

        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>  [ffaec8aee8822358774bc0fb3144dcfeafd78c6e]

        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>  [f4f6eaa6309cb60d4ef81191bda6147ccfb03b2e]

        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>  [550af751dfb9c172faff8e093b8b50330c0edc4e]

        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>  [266e99ee44761b620634c031401062fe87567b53]

        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>  [934ab16f34ffb6075058d27db7599abe4d04a3b8]

        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>  [fa5f1507e4262bc73ff3be9361f5e43296d1ad71]

        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>  [17fb682c11a5aa09ae1cbc485a49f826f1aa692a]

        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>  [65fa970fca32964adb84dfffade5d4c584cef5aa]

        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>  [b7da9e07d75dee138e2c0de1582ca2646c32b332]

        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>  [acf9230693d1605c413ef6ef7d6ec7b60efb833d]

        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>  [bb8a42fb2fdb14577eb0158f9318a1d48ecd081e]

        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>  [98388f6a81f12153c1f34ef7cc888f6cd0cca8ac]

        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>  [7b29303ef56330aa7f20bcc24abbd0ec20557409]

        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>  [0f1f7b97c079a2bcab7ad3d6d3fe03360ab09018]

        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>  [9a5a0ac3a6784d66e257dec8aae0cd2630845f70]

        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>  [c5857aed4116dc20a8a1a7adbf204ceafae8295d]

        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>  [e734fc94d7fad2c4e4684aaf9d0d26a19d81996c]

        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>  [fb6c7d26f05c3e9a2e9ffa4898f7766f6e039caa]

        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>  [9d9019b4c81826bacfe181135324edd0b12a44b1]

        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>  [ff9bee08f8cd273674cb233b178805299c394149]

        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>  [69998841086e4be1e1980a53453d72d743add8c0]

        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>  [4821b9967794698b3ad32f2661ffb44ede1ab118]

        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>  [c427a5ef33bb8a25b89f3bfda4125ff563fd8217]

        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>  [8992e8f800b3d49b2329c8cb020a85b620a4251e]

        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>  [ce0f64ac1d0d06e5dd302db94a4819c143e8c51e]

        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>  [22582dc82988d56a4105cea272ddca6fa82208a6]

        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>  [415f6855f239bd50830a82b22f32cb51c7536490]

        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>  [c06755f0decb006413bfeb6def5e9dce6b58d447]

        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>  [c2d796bc55f928220e3000c4935c29010d8aff03]

        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>  [e619ec819b95cc1ffaf027267872e3c584293e77]

        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>  [0aa8e41e39a2e72ecdbbe411393ff0940c1cae20]

        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>  [3f96fcb7c5cf776eeee970b344871671fd1e3cff]

        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>  [1c49dbc59c8b89cf5e1abb7a15cfd693ce0c7f1b]

        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>  [22eac7acbe5c16d98d8b1323fc51b424f82e5faf]

        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>  [6784d18fe93e45ffdc1fd34dff6d04ed4f533095]

        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>  [ad19a66242e2eaca11b2078c619d4878a8ee4882]

        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>  [b97aca8d1dc189e47cc22d9c016de9f718a40c7d]

        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>  [a759804732101a3258724c888574eedcd2fd0907]

        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>  [d7517429d8533d8072fcf86582d5a04db602f46d]

        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>  [9dddcb714c090d19b398361b8e536e37ece39412]

        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>  [9fc9ac2550c7e57c008b2e610e76ccc4e316bb8e]

        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>  [02cbb9b0048b43a5974fb50c705925e3f2ec8b33]

        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>  [cdce95ddb8e2c770016e03d75cdb344664f08fba]

        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>  [65705050f249139f5ba1a6eb6ac329f539196cc8]

        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>  [c41d2fdcd704fb61e7eb84c56754ff0ed18efd2a]

        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>  [b55d005d5f5074b3c124f5befd57c2ffabf24167]

        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>  [90d05e0d421dccf580969f0978d93006f55374bc]

        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>  [ee687cfe7b2d4485e651dd84419313d476e33eff]

        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>  [97a192e6909e94b1156ed2ea2adc2bfc1aa683c3]

        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>  [cda6347e2b43b9bd66b01a6d24c3e9ff83cab1c7]

        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>  [47a420882f3d3be2d6b5a0b8b25e43eb496f76d8]

        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>  [2b2990ff754e1ba753d8b887364f539fa287d1bc]

        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>  [f285b349932da772d45a64fed9bbff00750caa24]

        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>  [392abba2e8a95eeae36c22ce8be1f83744de6e02]

        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>  [08fe024b43a28c20e5310829f21912d423abd448]

        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>  [db72cf1aef168bf41d4f771ec005dd120c07e046]

        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>  [0aed704b13fb2950853d03bb07fe8d25001ffb26]

        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>  [41dd4f4ac46d9b2271d0f4537f01ccb713274643]

        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>  [45a819212a3bc4b358a31a57bbfbc57ebaead309]

        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>  [3930c45a230512140e3e41fcb94f33801537ed3b]

        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>  [a6246ca2e6750b1595d76d4d6a50428a6ae51cb5]

        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>  [f69a38d227aa0a169e9a4d3f80db4aecba56c285]

        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>  [a16c1613e6744b3c565ae7c44ea03a879cd65468]

        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>  [43ee8d5735f6853374dc0658c1ec1bca00b095c8]

        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>  [f5632b0b4cc07fc6ca7cab095eec27a743eb5c42]

        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>  [a0c4d9df9802e207a895266a014bf30c9ea0278a]

        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>  [d76099b0b2cef2dbcf09d6bebb3c235184ceaa99]

        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>  [9a26fbb197ff2ddbbf5413e12efb5d9f4407ffd9]

        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>  [43faec0854045377c0627d98285a1e22e0df8f90]

        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>  [9d83ac972ae34e93c2b9494ff7956f5ecb1ffc65]

        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>  [01a03f71a5de67553a7f4e92003bc844a742dd25]

        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>  [c55a2dd49c7d012f72fddece827f6a25d884ea88]

        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>  [f1a199c73009309bd32f5c6ccbb240549a08ab59]

        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>  [ff92b6e67d579561edd1808a6ba982518a7e8005]

        INTEGRATION: CWS pchfix02 (1.67.86); FILE MERGED 2006/09/01 17:38:48 kaib 1.67.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c189f8ed0dac0ee2e25fb72d602269fe82c10078]

        INTEGRATION: CWS pchfix02 (1.21.88); FILE MERGED 2006/09/01 17:38:48 kaib 1.21.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e80624b5de27d2e8ea718eb8dd7c3a902601606d]

        INTEGRATION: CWS pchfix02 (1.123.12); FILE MERGED 2006/09/01 17:38:48 kaib 1.123.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c5b31e935ef51b51289ce362dd90e5f7ed8fed1]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:48 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [30babe7b0d104bdc1b9ab524e063a659c9f40879]

        INTEGRATION: CWS pchfix02 (1.84.52); FILE MERGED 2006/09/01 17:38:47 kaib 1.84.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c351ff16596b96e1c5fbac2d3f7b8fa77f055a0]

        INTEGRATION: CWS pchfix02 (1.66.88); FILE MERGED 2006/09/01 17:38:47 kaib 1.66.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [625ddd7d693169a5aacb396e9651bda249363a59]

        INTEGRATION: CWS pchfix02 (1.19.86); FILE MERGED 2006/09/01 17:38:47 kaib 1.19.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c6b29e523b84a131b3348f17ab5a6d187c90e75]

        INTEGRATION: CWS pchfix02 (1.12.312); FILE MERGED 2006/09/01 17:38:47 kaib 1.12.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [083d78d96d3448c7c54a98d6993b887f5f2b57f9]

        INTEGRATION: CWS pchfix02 (1.21.22); FILE MERGED 2006/09/01 17:38:47 kaib 1.21.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [722821383d041ba3af0de8c2a061903c920f897e]

        INTEGRATION: CWS pchfix02 (1.20.54); FILE MERGED 2006/09/01 17:38:47 kaib 1.20.54.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20108f7f8430d57ecc41b82939890ffe3f792f1d]

        INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED 2006/09/01 17:38:46 kaib 1.6.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a994529c4bbb940834dcee15f171545ed6f5f1b]

        INTEGRATION: CWS pchfix02 (1.85.24); FILE MERGED 2006/09/01 17:38:46 kaib 1.85.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ed1020c12ccd44563ae194c775ebd04c9ab5fe82]

        INTEGRATION: CWS pchfix02 (1.45.84); FILE MERGED 2006/09/01 17:38:46 kaib 1.45.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5e91ff22f7ed0e1b24d406f8052441745b4bbcb]

        INTEGRATION: CWS pchfix02 (1.61.48); FILE MERGED 2006/09/01 17:38:46 kaib 1.61.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f076b51037d91f6186c7c71811eefa4e9047d42a]

        INTEGRATION: CWS pchfix02 (1.27.88); FILE MERGED 2006/09/01 17:38:45 kaib 1.27.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00f9ee52abedab1323943b000ca4b16452b3b961]

        INTEGRATION: CWS pchfix02 (1.12.48); FILE MERGED 2006/09/01 17:38:45 kaib 1.12.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ed8bf7278f8a37d6140012dca571b818f441f1fd]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:45 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6632cbbca1bb911492353cbc65319dc8cdec22e]

        INTEGRATION: CWS pchfix02 (1.31.88); FILE MERGED 2006/09/01 17:38:45 kaib 1.31.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ad87aa93ceb2f8bf22fab00e977bc4097ebde37]

        INTEGRATION: CWS pchfix02 (1.44.86); FILE MERGED 2006/09/01 17:38:44 kaib 1.44.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c678d05455080fd877bfe7058ad8de0e0911e290]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:44 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ea3bf0dab9b706ae25c4252b4c8ee33f40b0564]

        INTEGRATION: CWS pchfix02 (1.36.86); FILE MERGED 2006/09/01 17:38:44 kaib 1.36.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d64cdb2f48734844723c1cab7f293442883624ae]

        INTEGRATION: CWS pchfix02 (1.17.88); FILE MERGED 2006/09/01 17:38:44 kaib 1.17.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ea1e7fb66bef356ba2beda6f0f8bdc68535e3f4]

        INTEGRATION: CWS pchfix02 (1.33.48); FILE MERGED 2006/09/01 17:38:44 kaib 1.33.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b10663d1b031e40ceea1431cc5857dc71d14246a]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:43 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6af2233c083e30c2e08eaeab1b2712f013e316d5]

        INTEGRATION: CWS pchfix02 (1.114.22); FILE MERGED 2006/09/01 17:38:43 kaib 1.114.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97a2898fc9d40db01dea5661194ebf154659e03e]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:42 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e583ea2670bd1a4372301c7f956e97d9c3a174f6]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:42 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb6000801488c00d5be80b5cd6eb864bb0a5dd7b]

        INTEGRATION: CWS pchfix02 (1.65.88); FILE MERGED 2006/09/01 17:38:42 kaib 1.65.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c5e4f1bca167b9330b2fbffe7548305d380603f]

        INTEGRATION: CWS pchfix02 (1.27.4); FILE MERGED 2006/09/01 17:38:42 kaib 1.27.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea124e5f4d55c3d9e28597699bf92cc309bfbdde]

        INTEGRATION: CWS pchfix02 (1.181.10); FILE MERGED 2006/09/01 17:38:42 kaib 1.181.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a771ca5a78e7d779cc8dee6566623e3b6bad4f11]

        INTEGRATION: CWS pchfix02 (1.93.50); FILE MERGED 2006/09/01 17:38:41 kaib 1.93.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0c52cfb4928a6785efb11239d7817157f2fa91d]

        INTEGRATION: CWS pchfix02 (1.81.22); FILE MERGED 2006/09/01 17:38:41 kaib 1.81.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bcf81f5ee8f8f840159812a062460a122b559fbd]

        INTEGRATION: CWS pchfix02 (1.7.88); FILE MERGED 2006/09/01 17:38:41 kaib 1.7.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4fc0532f17882cd8ad37aae334700ed917ca26bf]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:41 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b1ca24685bea7607ab9ffe396edaa22976fa7d15]

        INTEGRATION: CWS pchfix02 (1.63.88); FILE MERGED 2006/09/01 17:38:41 kaib 1.63.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfe18dd05288e9ee3c2d7827d2b36b98eab93760]

        INTEGRATION: CWS pchfix02 (1.16.88); FILE MERGED 2006/09/01 17:38:40 kaib 1.16.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [79abc3f76326ebac138e2ada06fa66af75ea2494]

        INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED 2006/09/01 17:38:40 kaib 1.6.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d156270a4845ae24c3012748a57d47b46f8bf1a1]

        INTEGRATION: CWS pchfix02 (1.21.22); FILE MERGED 2006/09/01 17:38:40 kaib 1.21.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [37a4b88ba4c871a246d258726926d4dbbeb132b7]

        INTEGRATION: CWS pchfix02 (1.11.88); FILE MERGED 2006/09/01 17:38:40 kaib 1.11.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1a9db858b9b311a6e1b80ff15f2e5150807b2cd7]

        INTEGRATION: CWS pchfix02 (1.46.22); FILE MERGED 2006/09/01 17:38:40 kaib 1.46.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8e770f251d2de54bd934f0559e9a3c4572ce6acd]

        INTEGRATION: CWS pchfix02 (1.2.52); FILE MERGED 2006/09/01 17:38:39 kaib 1.2.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3230d67aff2ea38e4144c647a064b469151e0b73]

        INTEGRATION: CWS pchfix02 (1.35.4); FILE MERGED 2006/09/01 17:38:39 kaib 1.35.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [52182df33446abbc7109a781d9c61b840c2c3bc3]

        INTEGRATION: CWS pchfix02 (1.68.24); FILE MERGED 2006/09/01 17:38:39 kaib 1.68.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8dbe725eab662fb698b175a057cde2878c3e3935]

        INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED 2006/09/01 17:38:39 kaib 1.6.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2cea8d7d624fdf1e28144bfe08db75e5662fc4b]

        INTEGRATION: CWS pchfix02 (1.41.36); FILE MERGED 2006/09/01 17:38:39 kaib 1.41.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd529338068fdf4c44df197ac5791d2d9d7f8eab]

        INTEGRATION: CWS pchfix02 (1.20.86); FILE MERGED 2006/09/01 17:38:39 kaib 1.20.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [83e80133b0aa39d6102220b64190c4517d7cdedb]

        INTEGRATION: CWS pchfix02 (1.184.10); FILE MERGED 2006/09/01 17:38:38 kaib 1.184.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0941033cbb51b288a7f7436a48ef453f22bc5a19]

        INTEGRATION: CWS pchfix02 (1.25.88); FILE MERGED 2006/09/01 17:38:38 kaib 1.25.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d723b869194f9c9356d2c6bef7b023e1bdaab164]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:38 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f04765a89414274020cce66d984a0c746af02b3d]

        INTEGRATION: CWS pchfix02 (1.3.312); FILE MERGED 2006/09/01 17:38:38 kaib 1.3.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc337fbc1bb3d06b6a166d25855a1178d7a7c6db]

        INTEGRATION: CWS pchfix02 (1.12.12); FILE MERGED 2006/09/01 17:38:37 kaib 1.12.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99d51f48ebb56412f32f6d6077e357bdac2eabc2]

        INTEGRATION: CWS pchfix02 (1.8.88); FILE MERGED 2006/09/01 17:38:37 kaib 1.8.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afac57b26d398ac48dc3a696fda30ceef2116703]

        INTEGRATION: CWS pchfix02 (1.50.88); FILE MERGED 2006/09/01 17:38:37 kaib 1.50.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6cd7eade3ae44a9f522e7295b91aa4f781719b2b]

        INTEGRATION: CWS pchfix02 (1.28.84); FILE MERGED 2006/09/01 17:38:37 kaib 1.28.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a766ad558df841b25d096173205c95b271f6e5aa]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:36 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f362909bc8b5914bfab2b6431d13c591e8d66e92]

        INTEGRATION: CWS pchfix02 (1.5.312); FILE MERGED 2006/09/01 17:38:36 kaib 1.5.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a53de4f66b0bd47f4862b1d6ce69f4ee4b880bda]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:36 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c16e2208445608e9824e27c8835d80513018eee]

        INTEGRATION: CWS pchfix02 (1.17.88); FILE MERGED 2006/09/01 17:38:36 kaib 1.17.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6d4c2f0d111fd41acbf6ef37e8b8e9f44837094]

        INTEGRATION: CWS pchfix02 (1.10.88); FILE MERGED 2006/09/01 17:38:36 kaib 1.10.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffb435a047964a5f809a379184eb8009a2807be3]

        INTEGRATION: CWS pchfix02 (1.10.88); FILE MERGED 2006/09/01 17:38:35 kaib 1.10.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2928c7d608fe909e95fdb4204f73585e380e2c5]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:35 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1073e2d7a82706844e17960e5344c8fa427d3a74]

        INTEGRATION: CWS pchfix02 (1.15.88); FILE MERGED 2006/09/01 17:38:35 kaib 1.15.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5923f12be6ab83c25f209d1600e75c50817c506]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:35 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88c3fff38bc2dded49e0df0c60baa79b4ef88431]

        INTEGRATION: CWS pchfix02 (1.8.88); FILE MERGED 2006/09/01 17:38:35 kaib 1.8.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11d88818deb8c2d38f45e11abe04a2d9723edc5c]

        INTEGRATION: CWS pchfix02 (1.10.64); FILE MERGED 2006/09/01 17:38:35 kaib 1.10.64.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b46a052584c3e8570500c7469954852b7aad0b44]

        INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED 2006/09/01 17:38:34 kaib 1.6.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c94301e993c3e4101ed32da7fefcc5dd141af5f]

        INTEGRATION: CWS pchfix02 (1.40.88); FILE MERGED 2006/09/01 17:38:34 kaib 1.40.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec6d5125352506da0bcd209adcf0bb3c82c362a5]

        INTEGRATION: CWS pchfix02 (1.15.88); FILE MERGED 2006/09/01 17:38:34 kaib 1.15.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a6c329f869f429132389c9ca700897561380a599]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:34 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5e02887ab3b46758ea80710ae4455e8e08569c3]

        INTEGRATION: CWS pchfix02 (1.26.88); FILE MERGED 2006/09/01 17:38:34 kaib 1.26.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [864ecfdf4a0005847e6f73fa3443fd9413ae49ad]

        INTEGRATION: CWS pchfix02 (1.125.8); FILE MERGED 2006/09/01 17:38:33 kaib 1.125.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e9d4abcb786697870c6db290c5f58c1a51acff32]

        INTEGRATION: CWS pchfix02 (1.40.84); FILE MERGED 2006/09/01 17:38:33 kaib 1.40.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c40dc159a35c7fd717ed1808fc95f3a0afa751cd]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:33 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a09a0a168a24ec9b632b3bf24299592aaee275d]

        INTEGRATION: CWS pchfix02 (1.34.84); FILE MERGED 2006/09/01 17:38:33 kaib 1.34.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d735834597306735a3b282c96b6051441e62c41]

        INTEGRATION: CWS pchfix02 (1.57.48); FILE MERGED 2006/09/01 17:38:33 kaib 1.57.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d58fa847ccf4c4b16d90fc22d1d95ec8c4364858]

        INTEGRATION: CWS pchfix02 (1.24.82); FILE MERGED 2006/09/01 17:38:33 kaib 1.24.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b37682d914f68bf3a64c6da2d5dc657bbd7341e]

        INTEGRATION: CWS pchfix02 (1.6.88); FILE MERGED 2006/09/01 17:38:32 kaib 1.6.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e0a8c9fa593e0e6a4d66f8c98d7f00f1dd89539]

        INTEGRATION: CWS pchfix02 (1.32.2); FILE MERGED 2006/09/01 17:38:32 kaib 1.32.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e06b15f37bb05428b7cb738f1e339da4bbb606ca]

        INTEGRATION: CWS pchfix02 (1.27.86); FILE MERGED 2006/09/01 17:38:32 kaib 1.27.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [099ff52338b037b1323a50829bc40d241a249a67]

        INTEGRATION: CWS pchfix02 (1.52.48); FILE MERGED 2006/09/01 17:38:32 kaib 1.52.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a36e396ad902f2c573c628cd5b36a7bc3350c05]

        INTEGRATION: CWS pchfix02 (1.31.24); FILE MERGED 2006/09/01 17:38:31 kaib 1.31.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [533ba5c2e025732a00754a28ded4539ba1c57511]

        INTEGRATION: CWS pchfix02 (1.17.48); FILE MERGED 2006/09/01 17:38:31 kaib 1.17.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6381c8dd83923fe249d2863ea39bdaecb12c7711]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:31 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d12fee60a73014fa757b2150f63ead1ca566c1b2]

        INTEGRATION: CWS pchfix02 (1.17.88); FILE MERGED 2006/09/01 17:38:31 kaib 1.17.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [74f63fe86381b2b3a3d59a88116646e32f937d89]

        INTEGRATION: CWS pchfix02 (1.8.48); FILE MERGED 2006/09/01 17:38:31 kaib 1.8.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [849a733bad3599bde8102df5d0e0d1af21d5912a]

        INTEGRATION: CWS pchfix02 (1.17.88); FILE MERGED 2006/09/01 17:38:30 kaib 1.17.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [039340fff51ad1e74deb9d3eb733dfcb71fcb14c]

        INTEGRATION: CWS pchfix02 (1.6.48); FILE MERGED 2006/09/01 17:38:30 kaib 1.6.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f57ccef516c2a749b8052c1330b636012b984432]

        INTEGRATION: CWS pchfix02 (1.13.86); FILE MERGED 2006/09/01 17:38:30 kaib 1.13.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efd27460f2e9d63e918d1195830214b0b98fe296]

        INTEGRATION: CWS pchfix02 (1.9.88); FILE MERGED 2006/09/01 17:38:30 kaib 1.9.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5728250b3d4e6f3be580991c85a93dfa832ff260]

        INTEGRATION: CWS pchfix02 (1.3.310); FILE MERGED 2006/09/01 17:38:30 kaib 1.3.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [75d52a021218120776ab330b3bb0dbe33a4ed258]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:30 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [816e7231afaa6af6b5188257937ec31756fa395c]

        INTEGRATION: CWS pchfix02 (1.8.48); FILE MERGED 2006/09/01 17:38:30 kaib 1.8.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e30c9fbc43dd3850c52e0de6cb357f528a1fe140]

        INTEGRATION: CWS pchfix02 (1.19.88); FILE MERGED 2006/09/01 17:38:29 kaib 1.19.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7549714220050e2c436c2c5aeb4a9ffa4a3e52d]

        INTEGRATION: CWS pchfix02 (1.43.82); FILE MERGED 2006/09/01 17:38:29 kaib 1.43.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [074fb8efe8a8a00382a1ed2fa19de32590f03cd7]

        INTEGRATION: CWS pchfix02 (1.9.88); FILE MERGED 2006/09/01 17:38:29 kaib 1.9.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56855804ee3a1f36b249db6e7cab612d681b313d]

        INTEGRATION: CWS pchfix02 (1.46.22); FILE MERGED 2006/09/01 17:38:29 kaib 1.46.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0862ab04c69a76536d9164dcd82f34d75e2703ab]

        INTEGRATION: CWS pchfix02 (1.26.88); FILE MERGED 2006/09/01 17:38:29 kaib 1.26.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7b39d89d6ad0d1b167681759c8b5bb1d96215ab]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:28 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b15fc42818fddf9e9a47ac020840c66c89e91ba6]

        INTEGRATION: CWS pchfix02 (1.16.86); FILE MERGED 2006/09/01 17:38:28 kaib 1.16.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [767f523eec09bd6e841a98a66d80f3d0f6af4a2f]

        INTEGRATION: CWS pchfix02 (1.25.86); FILE MERGED 2006/09/01 17:38:28 kaib 1.25.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca4d7d62d4a1f438f097ff3db549b3e82d2575ac]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:28 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e600dd48a2c2eaa81776b0ce684d2284b5af43f]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:28 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ca3439d915d5d2483c5594c254839415a0c64d9]

        INTEGRATION: CWS pchfix02 (1.8.312); FILE MERGED 2006/09/01 17:38:27 kaib 1.8.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e01ff9d8da23f3a50299c94a667f39421121cc78]

        INTEGRATION: CWS pchfix02 (1.27.88); FILE MERGED 2006/09/01 17:38:27 kaib 1.27.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82487b6b6cd395952ce7d2764b1fa428041eb4d4]

        INTEGRATION: CWS pchfix02 (1.12.88); FILE MERGED 2006/09/01 17:38:27 kaib 1.12.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cca09e036160f3dc115a581daaef686ce6bc5764]

        INTEGRATION: CWS pchfix02 (1.10.130); FILE MERGED 2006/09/01 17:38:27 kaib 1.10.130.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f697938496bd42b952211dce74845e3f874bbd67]

        INTEGRATION: CWS pchfix02 (1.7.312); FILE MERGED 2006/09/01 17:38:27 kaib 1.7.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6213295be53acab2778af0d1eb1a9ad350684f6a]

        INTEGRATION: CWS pchfix02 (1.72.86); FILE MERGED 2006/09/01 17:38:27 kaib 1.72.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1794bc4381ba90254e54859190aeb837a0a8f0ab]

        INTEGRATION: CWS pchfix02 (1.5.88); FILE MERGED 2006/09/01 17:38:26 kaib 1.5.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afbb401d2ca5ecb11a22226936fad578c001cea5]

        INTEGRATION: CWS pchfix02 (1.4.312); FILE MERGED 2006/09/01 17:38:26 kaib 1.4.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68edcea30402025506b3b1fe85be17a1d308686a]

        INTEGRATION: CWS pchfix02 (1.63.14); FILE MERGED 2006/09/01 17:38:26 kaib 1.63.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0febf4f68429287fabc7db3bff1a05b2e802807]

        INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED 2006/09/01 17:38:26 kaib 1.37.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [473c07a3bdae35d6dc55f8efb0b229d8819b0506]

        INTEGRATION: CWS pchfix02 (1.46.86); FILE MERGED 2006/09/01 17:38:25 kaib 1.46.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f1fe5cde0926b2e09322b0a3361fc05b2b612f2b]

        INTEGRATION: CWS pchfix02 (1.28.88); FILE MERGED 2006/09/01 17:38:25 kaib 1.28.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [67d9e4619b29ad64e6bf9a37c739f856a95e6ab0]

        INTEGRATION: CWS pchfix02 (1.69.88); FILE MERGED 2006/09/01 17:38:25 kaib 1.69.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41e5431e0899b7a97be0030b6a274a386014f1bd]

        INTEGRATION: CWS pchfix02 (1.4.38); FILE MERGED 2006/09/01 17:38:25 kaib 1.4.38.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [178bf9e7d0ec05d982f33b50f9602fccb0e0188f]

        INTEGRATION: CWS pchfix02 (1.116.88); FILE MERGED 2006/09/01 17:38:24 kaib 1.116.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efdf3eef1aa1b5c59151da8aa445634144657bb5]

        INTEGRATION: CWS pchfix02 (1.16.88); FILE MERGED 2006/09/01 17:38:24 kaib 1.16.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [878327501c207707d4ebda9b7895fc06bc1f6666]

        INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:38:24 kaib 1.7.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aae71d8855c81ca4bfedd7fe6720b75009439455]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 17:38:24 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7205d2a5cb89c61ad8c4eb0c3f60de5149ce2e3]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 17:38:24 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c70f6386e66a636e8acad226ecc1d272a887dce]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:38:23 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1fc9460e5dc463aa70db4a401818f4107756d02d]

        INTEGRATION: CWS pchfix02 (1.16.88); FILE MERGED 2006/09/01 17:38:23 kaib 1.16.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45a4f53f3d2480007ae613c363b31dfe1fb47bb7]

        INTEGRATION: CWS pchfix02 (1.25.88); FILE MERGED 2006/09/01 17:38:23 kaib 1.25.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6482adcf9fb2afbe97c997af7fb6ee8bbac5ee91]

        INTEGRATION: CWS pchfix02 (1.6.312); FILE MERGED 2006/09/01 17:38:23 kaib 1.6.312.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0c35c1407aea7a468ed96543258069ab174ba3e]

        INTEGRATION: CWS pchfix02 (1.2.146); FILE MERGED 2006/09/01 17:38:23 kaib 1.2.146.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd43c16d0dec322856cf8fbcd5cbee893fc1f5c0]

        INTEGRATION: CWS pchfix02 (1.24.88); FILE MERGED 2006/09/01 17:38:23 kaib 1.24.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [484080092742dab495f7cc7a4d53be22124084c6]

        INTEGRATION: CWS pchfix02 (1.117.88); FILE MERGED 2006/09/01 17:38:22 kaib 1.117.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0513e11dceae4c4437c5e197393d6e761c490d30]

        INTEGRATION: CWS pchfix02 (1.63.36); FILE MERGED 2006/09/01 17:38:22 kaib 1.63.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [867589ccc62f433c474bb4b077aa1a7b27bcb1e5]

        INTEGRATION: CWS pchfix02 (1.19.128); FILE MERGED 2006/09/01 17:38:22 kaib 1.19.128.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91de404503a996ac6de44d88c4dfbb401a6687cf]

        INTEGRATION: CWS pchfix02 (1.37.82); FILE MERGED 2006/09/01 17:38:22 kaib 1.37.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa52555ce685732d20feac61c3ba768b1cf9f167]

        INTEGRATION: CWS pchfix02 (1.106.50); FILE MERGED 2006/09/01 17:38:22 kaib 1.106.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c2ed55970f17c55759b73178335adcd72af7816]

        INTEGRATION: CWS pchfix02 (1.53.86); FILE MERGED 2006/09/01 17:38:21 kaib 1.53.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9f079c509572d9731a332cece52dc789075e182]

        INTEGRATION: CWS pchfix02 (1.28.86); FILE MERGED 2006/09/01 17:38:21 kaib 1.28.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [52c3a44e8d2ee81e050448a353f785187caf09c4]

        INTEGRATION: CWS pchfix02 (1.54.82); FILE MERGED 2006/09/01 17:38:21 kaib 1.54.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91e9f88233d33b7f5b113b94021b3492f564e768]

        INTEGRATION: CWS pchfix02 (1.16.88); FILE MERGED 2006/09/01 17:38:21 kaib 1.16.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86271c4103ae0d655b618848c6464df059e45f91]

        INTEGRATION: CWS pchfix02 (1.22.86); FILE MERGED 2006/09/01 17:38:21 kaib 1.22.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5dbf4616632ffa85d1caa7997361abcbe3cb0f2e]

        INTEGRATION: CWS pchfix02 (1.7.130); FILE MERGED 2006/09/01 17:38:21 kaib 1.7.130.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0f8ce319a0de2834b01c6723866f93f911fddf7]

        INTEGRATION: CWS pchfix02 (1.66.88); FILE MERGED 2006/09/01 17:38:20 kaib 1.66.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b107e395d122270e6048d67917e265f1c2d4928]

        INTEGRATION: CWS pchfix02 (1.43.88); FILE MERGED 2006/09/01 17:38:20 kaib 1.43.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf4710588cc4c6d0c16eca2520de61670240f154]

        INTEGRATION: CWS pchfix02 (1.103.86); FILE MERGED 2006/09/01 17:38:20 kaib 1.103.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [90d58a159a8ee856503b885b48f9c190751318d2]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:38:20 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93ceb2d8c58802ff6430a5e61c4e7489a08dae4e]

        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>  [5626ca7b129ae38bfae757d6d7abe9d2316ac307]

        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>  [9f99abe0e1d0c6204c7b605182d5d5ed7144c6d0]

        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>  [dfc277380d16d2e0327b5442ff0d1c041e3929a6]

        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>  [6c6d28dea54b9d201bd8d0fccacee25e3fbab4ce]

        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>  [4aa85426b3874b82dd31da5ae2a4b9cd2acf8654]

        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>  [ec0701063eb6a304147348ec8891e1571b887675]

        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>  [ebe785444789a8a981643e1aa7c188d867cff6f5]

        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>  [eb41899c9f487c97b200e948195c369a92489ce5]

        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>  [316de83884612b96e9ef2c1133f8f5f89274a651]

        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>  [fbfca553ad65e442c1c88b272093ac95512e80ba]

        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>  [fbca9e78ea2cb14e8d5b806cf0971e249dd866cd]

        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>  [65696dd44ffa4990d33817c303655303df88890e]

        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>  [bfb600e03d0f0dde0d7247cdb9efce3c3e4a39a8]

        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>  [89bcb266289a3173c4748ab282ec6feef5c056c6]

        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>  [d13053e995bd0e4aa98eb86b1500ce54792b41f0]

        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>  [5866d63ff98235f85ab16f414a5261fa2ccd1fcc]

        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>  [57ee01dc523b5cba2f64ab79d4180e442d20fd97]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:31:32 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6466592a476a0cdfcb26c3aaa461e339a194baaa]

        INTEGRATION: CWS pchfix02 (1.5.4); FILE MERGED 2006/09/01 17:31:31 kaib 1.5.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [39b8cdf100ca57bea86f1f03c8e97bcfeeecd104]

        INTEGRATION: CWS pchfix02 (1.11.4); FILE MERGED 2006/09/01 17:31:31 kaib 1.11.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c18db450538d537d0780483d4b4e053e7f4ffb7d]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:30 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8bbb3edbea2282af1ae393ec6ef6796f7b9ac4c]

        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>  [f28d9970814ba696d73e6e7547d268fe92803e84]

        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>  [da0bbfcdd86867aca5648a8b49c35c05c21be392]

        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>  [3c6fe407943b064bd07b6b5df8ef73462e3ec748]

        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>  [3b96af89a692b72eb8e13fd8cb2f37a3bfdfdf4c]

        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>  [67f1206b202fcc4a2dd973f27d8927ae52c7749f]

        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>  [c28c0eeac1a1772355a39a83947b48582faab379]

        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>  [3520d349d7c5f33a6faaa9a7fd8ef2ac7b3a3e1c]

        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>  [24882dc9c156fc254f49619b2f7076a5e529cb97]

        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>  [2c7dccd73ac268a9ccfac17af1ef24df74a0b7c8]

        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>  [4c266e78984aa7160fab912b180d85697641955e]

        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>  [a9f0f020f8f98e017d7558259f63cd74c546d219]

        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>  [83d9536215bc92ca690db780519ed690e798766d]

        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>  [8d17be4bc0e516b22549795cd550bbd0e285c7d1]

        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>  [cf9fdc2e01902cb9b1619a3923797cc50acbd0eb]

        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>  [0515a62e8ce9c83307a6decd6d62c83ac4772e24]

        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>  [08ee576c87e72bf6d0c0d02dc2c3d53fbc1036f4]

        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>  [5c44146d3abef52389007ca7f1fb457a9624ab58]

        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>  [f31d82b37dd7610344ddcf7d17befcb2c9443106]

        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>  [6ac3f99370fe8b8b3ec22712560dee5b5687a07d]

        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>  [ae9f0d7efa861d007b6fe2dfd54676a4f03b3118]

        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>  [0ef6307fbda6af75c4bdbf3ac8e87c33d1bb40e0]

        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>  [dfa931b065d39424168336a7cd14b08520d5c1c4]

        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>  [9a642c6baf53883de2bb747547ca128a281e3f99]

        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>  [3bdd483b8df7851c5c8f3df035103e9ef00e186f]

        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>  [8640e80ac29b7dae3d07de4814c8e3139cf90446]

        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>  [2db6793e3d0c01c14c0202b0fbf2a0462741889a]

        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>  [bb4001ba1fc04b1cb70b5c9d65c46a317026eab1]

        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>  [2d02fcaec3ea73d4c4f9728dc5f5c2ef187936cb]

        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>  [f642bbd80ab462ea19e802c3f0535d91faa63ff1]

        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>  [790b6e64efd5bf66af759e10f23fc9b998e6ecb0]

        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>  [de12b4aa836f3f296ed0aaa2ee8032d6564f95fe]

        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>  [505622abcaaec972354ba331dc1ec35e34029fe2]

        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>  [b00c4c4f53fa5757e416dc0031532819872f636f]

        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>  [c41ab70c06c9c3e48c311384d2e7d8386ebae3ad]

        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>  [8b847eb66f97ee10a404144a4d5f4771ed558e89]

        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>  [0941bb99aa53b6d82bd39084eba168ea4856a470]

        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>  [1858ae976211e2c1f55cea24fbaf030f89b0e2ff]

        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>  [73aaa666fbd654a4b9647c5d819f3a7f1ca4d68a]

        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>  [9dd32b367df314e1026deaeb8dc2ffeef33d8d30]

        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>  [fcb73614313efcf8fa8390bcedba7c94719ee7e1]

        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>  [097800f30444835f7047d3599c55f861f6009361]

        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>  [14f7c325c979e5701850dbbf4872fd9eedd3de41]

        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>  [7da476cc4c072e86ea756443dbc1d22b7b5fccf2]

        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>  [4fee039ebd94cc84e93a8bc1ecee662cb89ee133]

        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>  [db59529f520fdb3d468f754b9b9d31dcb575b556]

        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>  [d184eb601bad5ccd3f980e9a4c1bce5a5090f82d]

        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>  [e116427984d0ee1ef0c011ffee57479b1e1095ef]

        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>  [ed69404bc32da04f3d8bd13a8cc673c4ba7c7b07]

        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>  [89a3f68e4443b617ac960518b747335de57a7fba]

        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>  [048f30bb8e8383f73fba6416138f721c88abd496]

        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>  [efb14dd136c2e43fd64e83082efdb95cf3cbb3f8]

        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>  [460a966a8dade208831aedb9c0423bdd81a4f020]

        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>  [e56a93f9190570cbc367076d74f05aa7674d04f5]

        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>  [e49c09993f5295eb9ad288331d1409412f37e651]

        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>  [d419a44af2d9d81566dbe98375fc38aaf0068d16]

        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>  [d6069e8671a521e07adb8ed6471d8afe6a1622c7]

        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>  [56866c7984680d70afe3940b499c0a5bd44883b8]

        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>  [fef65b67f74b49ea5472be4921ab8b3c64a5759b]

        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>  [7e31008b44286fa5fe56bf7b3ef4c75688f5879e]

        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>  [ff7562778e021b8c851391a88df1d7ebce2b3973]

        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>  [7580ab9b93712368987eb6b615a58f006cba3c49]

        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>  [6f36675a4831b4ea8d04738966bfd649b647ac8b]

        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>  [c9cf7360c9aa5adeeca4020f88348e615dc96147]

        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>  [62b9247e747b11095dbe98521db5f9ab47c92262]

        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>  [64db0d750c2f9a29176766186c015c09d147607f]

        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>  [1fa96c76a39e7be670f2fc8652b0ac80f5cd2147]

        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>  [49bb819446804712af826e8f3691974085b59fc3]

        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>  [8aaf9c8f20a4b106ebe528c5bf36b0d912a7b6c3]

        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>  [b5160b3a3bbfa3ed20beae88c29e1db55613a9a8]

        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>  [51458cec6a8515c1090913ad89e7ba67f2759851]

        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>  [7b93574d67eac0be5adcd1e514276594ce5cf40d]

        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>  [c39fad17dc8b3dabfc6e8298434482ba11a9c81f]

        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>  [2e599d0a22234a8b9e580ac9f29b79c4f2f5a5b0]

        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>  [6beb43b5a2d12fcde5d60f9f9c63540d5cf0fa5b]

        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>  [a71dee137bfafa697660e281ffa8cea2da592c58]

        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>  [1a022602103bc56773fb52e58b3e0a195fb06a4c]

        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>  [7d5c8976967bf7cda8d9def218425eb3ac82815c]

        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>  [e81c58a9a2480e03b0f89ab17dde853d08819ee7]

        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>  [9d4edcae01c6d3fd6942e18406d7c7a5de5ef6f1]

        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>  [cbcb3c338be674ed47d6626780871e3d33aade8b]

        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>  [5dd2845a7244c90c47998fdec9865234cf243f34]

        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>  [b1b595088bcc0c6cbcf2ab0f527602cba15841ea]

        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>  [e62ac38a8af5a1c494ddcf1ac677d1e83dd2f5f3]

        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>  [ca6d0946610cba97c539aadb0718d2f18b0fa850]

        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>  [9064e6447458e45559e49c3c38a1e7842e9f95cc]

        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>  [ebccea0fecdc1abcc80428a8b963901b5e0f2d57]

        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>  [ddbaed99a0678210554e1abf680118c403d84940]

        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>  [dfa1ea0cd524279ddb443653f603143a92c0593f]

        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>  [3fb0d6b4baef9f50d0bdbab394a379516f02f183]

        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>  [ab162bc4c395ce9ebdbac7e5b41317a43b721747]

        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>  [01f1e99e5fa134922142e1331b5b2cf365977300]

        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>  [7141cbdd453507491dced81a3515026b4b27d7fa]

        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>  [dab961e39893519d2e34275463b52944d26cab57]

        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>  [65e6f58f331f25189fc6e36ccac72d0911432193]

        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>  [37fb2c3f3594caea6ff63ba92291130bef3db2b2]

        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>  [56bdf8d3459be3a5e31b116e1e25a4fc141146ab]

        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>  [0da3ca0138bb4d9bdadd8a85f17da2eae1beecac]

        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>  [41f06fe49c4ba71986de59f66d7d20ccf101d439]

        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>  [5d4cfc6948770e82acbe0e012160f89d44fa7508]

        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>  [766336616c27c2cc8c598d40b7a32189fea93d9a]

        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>  [729e0f9b79ddc0769eb226d2a4451df42e91d48e]

        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>  [9977dace7c30cf2d9d7ae1dfd84b6539516dd364]

        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>  [55b36874a75845e0703451add965374945b2431a]

        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>  [090d19a02adc7793fef041ce44b51faf492d7387]

        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>  [85aff7f37732f92447e087527a450684be58ef59]

        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>  [b3c44c8739e0b6b3d9c07f2b966765b149919e39]

        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>  [04d3771860c2a9d784358c3ccb7b6e2ad1a48729]

        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>  [b0148f3f9d9f4e5aedae7a694285425d24a76786]

        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>  [3d6b3981fe505c04961ec1dace59ea2764023442]

        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>  [f38775568ee164fc3e78cafbd096198f743cc21f]

        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>  [e0e8fab437399e81d26a11472fe8d3e739eb358d]

        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>  [2e3e7d5d6fef4502c2ffe095e79ff906a3123b61]

        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>  [3b310da0c66676362fb4f40600453dd2be041394]

        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>  [812193194bc3fe7f3d0f7ceced68940cff10649a]

        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>  [051bb6cc141840c0e5ffd4bae8b077a9601f856d]

        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>  [13c5e572d324959b2a759578343fef90e0496b4f]

        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>  [ce705a50ca97ed8d78c164169314ea0281cc9e6c]

        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>  [a2447cad7ed8b26bbf561b67805ae5c5fcc5c5ba]

        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>  [4a2c2526c794238a41c6830e6a7e146b956cf7fe]

        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>  [b1afd232a2905c566ba804abd401d346cb3f2d8d]

        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>  [f9a8cb57e406849525953d5e20bf40921af6251a]

        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>  [cd10319b2e16bd744cb969a323b701428dc611be]

        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>  [4a6ad5b32ffd6673389ef214a7b51e72f78c3716]

        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>  [902b682e6b1f007e053f77cbb8161005b8a65542]

        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>  [68ccc97427e24e197e4153898de78c775e33d70e]

        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>  [ee696fa0cb19c92956c8fb19f4606d34d917afff]

        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>  [82aa155df4b0b670f072be00349d58f64e008b40]

        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>  [fb3fdecf46be7b8c72b2f21dfdb31d7790419f02]

        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>  [aeb8bbe2e57867faeda34d57f75fe860ba01c2fc]

        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>  [a4e9a7c81ba2f8bd4d57bd7dfb320854c7c87faf]

        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>  [53f73b7139833130c87d39d5f90cf650adde033d]

        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>  [e257428cbdbf3b9b59dcc7fe2345a6deea684eb3]

        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>  [8068833ce48b2afb11ef994a387a80fed6400f8d]

        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>  [1a089b3657adf2310179a4f3b3abca15123832b6]

        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>  [ee6d9b02e230028fda35f976572b48a3a3dd407f]

        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>  [f16db781cc3ef76589600bbc7ffb2a2020540bfd]

        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>  [fd1b90d2db0d49c7b727693cd52eaba7b827327c]

        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>  [c3b814a5934c902db484b7e041bf344a6da36ea1]

        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>  [e25f4b48154ff93f49742cc1eb78b1b5b143572e]

        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>  [4f31d9a2e27318f7e526e76625e783f3249537d3]

        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>  [303615e388b5b7d0f0d5cc04704fe1e03b15222e]

        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>  [0b5c8abb9655fb19f2cbce05f5025f3a52f1b855]

        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>  [5ea349b2fdc07b6c18b30e9c764ab8b3439e7904]

        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>  [747e63e965b57cf3a92493a0db47a4cbc557acf6]

        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>  [4f24c39f06da29b059be4aea2b827a8148ea8e8d]

        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>  [7f84bdeb44317158c8e190c3ac1e0115805c4403]

        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>  [9e8228bb0a2c7bffc4e041085bf925c3a138a638]

        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>  [c047e54545fe3f008fdb9e58dd9993ad22f7293b]

        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>  [1e08e5f85d7cb2d05d8b1768e5b47b97fb744834]

        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>  [a5566f45e4c1c8d0200dce67bbcb5fb534b47cf2]

        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>  [d4d787a7412560fae8849cee5aa8dd9013a01828]

        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>  [43d77817dcd3de8733b6303a87783861910598b8]

        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>  [20e79223bf4ede4e2ef6c3662a5317c799e7f9a6]

        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>  [2f0c7b574b75c2c3ee4875400b5bcb2645741d1f]

        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>  [dc40af8ba862180f2f4f696f4facc65e0a137410]

        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>  [c09ac641a0e65c6546387208d72bb3970a343f14]

        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>  [d43310a6abdd8676d3d0ad0969d83a9857dc343e]

        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>  [ae06acba43ecd1b8740f1d8909bc6e5021e6f6a2]

        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>  [1829a2cffe76931096966de2b8c65a4b28eb1783]

        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>  [5cada5b6393ab366944197983b975d5e465fe945]

        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>  [05d2e7fca3ac81e18645abf13dfabc3d20c6a8c9]

        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>  [3f4ed706f8d8bcb3d20b72b86dcf217cb647b3a5]

        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>  [49978275aa666d1ce2b9a81861595b2f62b43a24]

        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>  [0701d6a3bc299355914e45e27263d86c785d1f7d]

        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>  [929093e456fe88d0fbbc83a7380fe7b7e7fb1988]

        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>  [246b8774527939d43abc4c19b548a0946f47777d]

        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>  [be21d931cabeb99ba75367ed2deb7d4854e8e8bf]

        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>  [7636ee95a368f1eb5266b7a8fa581e180d7628ec]

        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>  [24404e5f0715a6289d43dc33d8d73c9c9235a11f]

        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>  [6a6e72174b23e254941e4e30fae3852045613ad7]

        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>  [ba04de436a4e99fb903c2b3220ae9950edb73dd6]

        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>  [9c7bc6fde346570a02430703c622ab91f9fd7f4a]

        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>  [d061bd2c91204cce7d8340c89a5663e0068ed92c]

        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>  [2bd240db39e647df9957658f55ada247697204e1]

        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>  [852a4c39682e1478648e5130ff83ee312fc12945]

        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>  [0ca43afe43723e269ef76da91e5ebaa8354078ea]

        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>  [01298677541060fb2762512bae13065e02955466]

        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>  [4874800356f19b0d96df45cb14fe919fdf8730db]

        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>  [72371837cea7fb92dd17a76782bbeb389a2c2377]

        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>  [5be536f759c66acbb7f0452e439cc9bd6ec097ca]

        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>  [acb08c47bc238152f1c1f845342fd7ceb48c6dd4]

        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>  [e26751ebb76147dfe3b494ad9f7cd23da495f04c]

        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>  [d8e0a594ef19d2da9cdbccb93782227dc795a6a6]

        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>  [3c1f04b2aa98d669aa6f91f8a78a52091cd52a9c]

        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>  [142897b7ebf08703cde531917dc4c68764a6cbc0]

        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>  [16c7918abd963566263e1496739b7f7b70e1f87c]

        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>  [d31fb64be08b2a47576963373773fd2bae910b2c]

        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>  [9967a4e8be167103bd943bc486b92376d2cce5aa]

        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>  [1e282e97185ad1f1bbdebce2dd25b507b4f5a74b]

        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>  [eaf8e3b2ab61af168b63c01179a472999f6583bb]

        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>  [98eb6f20f718b48d554e6e895aa648e84c891553]

        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>  [6f1b0b0b232833cbc476733980e9faa07feaa0f5]

        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>  [3d3c680281a33d9cce5509c8a3255f3fe644ddf4]

        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>  [d946a60b20e4eb52e2729d5b077285644b8cbea2]

        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>  [6e5b38d41b8f399c72958b39dd4bea03cea0261e]

        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>  [da3696befb759f21cef083f0fb3b8a4e5923d902]

        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>  [86f0e7eab98ae8fb01624422ee0e79dc42ce99ea]

        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>  [ddc3955f99a5c7bfe10178c482e52177c4709960]

        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>  [77b19c0ea24328f08fa23f07e943db71993f2f6f]

        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>  [49ef3ec6dffb4caba3fd8ead63bdfc73c1e99b26]

        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>  [465b2f028d9a27b01891e4a7c39e4f496a3ff5c3]

        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>  [c84009db45cd448ff8ee520693636ecd8742817c]

        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>  [40066ee580718449c80b2f7fd8d43db21d349d22]

        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>  [ef5f19ffff07c244c563a2af006e5bead5031386]

        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>  [a6a86a8d034fcd1175a3dc278951dc8432e3d84f]

        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>  [6a5f0a0cd5418f5762e0965b6e5849a7703fc9be]

        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>  [a57532fe1294ac201da0ee94c3aa93b81da06788]

        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>  [6d25196c3034b805f2c038aa693e20d3851d4a2d]

        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>  [8f3fe94b73ba45595039d6a9ac5ce64e99f352e9]

        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>  [a5d3f3b24c117ca2f88934b07be7c82afbcfa6c3]

        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>  [3a86b2102ca5eef864dd045f8ba576e57a5b6a4d]

        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>  [5499c56caf9e1b755231cfe07246fb13acb01051]

        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>  [b57d1f955bafbd2360c6e1acc9cf895d2559d278]

        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>  [72052216d5c314204a5c9dde3ac492deaf490ebb]

        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>  [de2bbcb000e9d48d685fef3ac6cd4c24c11d4295]

        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>  [933d39192a172c045d408fabb3c8ec6c323e93b9]

        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>  [5349fe9913d71ac77dee82af53245554704d7d58]

        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>  [4e6cab5a61cde5b25b145d1b1c8329621bcf06d5]

        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>  [035f44b2b6f3698e4cce1d293f3782f05332d589]

        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>  [667a9722cbc9156ea41b982f0dd972ec88430740]

        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>  [fa84e89496accfa830f2f8e616537fcc62215ff1]

        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>  [9c14838712f2e3bbe657c953db34cf2f17847993]

        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>  [69a0a8edec6d032d8a4f1b6b0137a23ac191dd19]

        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>  [2908e08e17bcbfc0d4f2cc405ea5d916c4b54328]

        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>  [e9d52b4483e4c75ec2672c84b61097ce81a8f00b]

        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>  [5006a4a2b19f454b349cd484897976478ae4e463]

        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>  [eeca5ac2686dc027b03038f17c72dd3e0c2e6048]

        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>  [5ae9c528f8660c085326454ed7bba3e580e8d6c5]

        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>  [0e27e8790f31ffbe20f157ccb9d7f7072c146f41]

        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>  [52f7eb2bf0eb8bcd18536c491758b2878f073fee]

        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>  [7044859d42cbb681d457473dc6788356b57ad738]

        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>  [5499ebfe358e15555dfa5d56ec432fda7f94f7c2]

        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>  [d6ffef3b59fa21540fce51994c52ef3f081298b1]

        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>  [e4fa538257f9e418381e2268a5732de407aca150]

        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>  [4779344d6a96773e67b8925c4486e85fc061d45f]

        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>  [bf7f0b07dd87c3f08766002651307ede51f34198]

        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>  [77eddff9744d772883ddc34f0dc56d9b8e25543b]

        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>  [8db32b4d8e3cdeccb747893f801abe332da2271b]

        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>  [2bb4ff540df271c5021ced6b519791195506c11c]

        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>  [5a9aece36572bb1d3a5112e1ac78dff2be405876]

        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>  [465dea489524b522af69cf8c503cf6b1d46aab7d]

        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>  [3f8e375fbf849f0f02a3e175bada61f56e2244d1]

        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>  [154df47a5b61e882438bab6e5ce01b260f8efbf3]

        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>  [27afa9d65ffed79e552285252b790ecf623ea8b4]

        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>  [11053ee3c9e73daabaed5fc394b771eea5d3a843]

        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>  [a9177beb9bbe6945e06bba0c8fad304c43c8d19e]

        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>  [d12e23e160eb7678993611e4fb921d9a66d5f1fa]

        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>  [8310714b8f80b40f7fa2dcf2e4795d6976e7a4b9]

        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>  [ce9b222c88bad9530dd805dc2ef3a68b382ef52a]

        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>  [77a7a79762c7375e98194854d285190ae574e7bc]

        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>  [53e95f9d849221e9c308df2280911e9d4344f97f]

        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>  [e54c0a5efe84361b81e80d320ffb48a8011d961a]

        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>  [0b6474a5c42c0fa58ad703e7762eed638eedd968]

        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>  [1f7f967b37030fb6d12f4afedc945e9e99941c2c]

        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>  [319e745fc591be8aa4e1ac93d28ef61c73755549]

        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>  [a297e6090b5a941e6b49726644400508da892f67]

        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>  [92725ee4cd6cc96175b89bc89bfd18015a5d6413]

        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>  [e42c2f091431309f6667f7fb5f3622589de5c48a]

        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>  [26c90a905196355c6a230f46db5826168264f875]

        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>  [dd39a80b718121e200a86e724e47859050d86b7c]

        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>  [e2275f76d3059c8e1fc00f187f2f3fb22f669ecf]

        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>  [ea72e84a5201c69779ee2a4b5ddd9b82c4e6af89]

        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>  [7853d94a6bc6575a9f7fbb4ade9573ac204e18a6]

        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>  [38d1b26a36ea67000299dcdf4e292d917a4d7df0]

        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>  [197c01389ab695d9af15c2b510b53b2d40112633]

        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>  [34de8cb39a31b832a947358b4475c3e69b681ff4]

        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>  [309dddbd8b0d9fefdb9a99ca174d6ca0bee82a78]

        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>  [3e96c4731ea5ec25bab52ee54c91c6dca10bffb1]

        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>  [d04775f79f691e83f2899b68cd4f8a64cac0986b]

        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>  [75da479f871f50e04db6577a55c8110a24d85843]

        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>  [e1a483092dd37bcc426652f592857e82d777d1d6]

        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>  [20e4bb464ef691434580b77449d055230ae9d3cf]

        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>  [9d2ab31a3e4abe9ec78c3875260dadd97dc73be3]

        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>  [6dd436901ed57f2decbde8a94df8e04fc52f38ec]

        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>  [013c7f280199e9b23da54b9f65e63612293fb39c]

        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>  [9c1130dc32863f8702a3e3a3cab8aba7a18ceb64]

        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>  [98335a7bd5de62f12900ad6b493cb30fb9afe352]

        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>  [d6702ac43a10abafe6b55283a3efb41f5cb2b5b6]

        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>  [4fe6712157a42ced4ba9437fb5600eeb1d9e9a67]

        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>  [57fc4065785c6f662f7a299de74cfdc11f288830]

        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>  [7436cf3e4941d19af0a4ad692350fe64db490a15]

        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>  [f24bca78316882e88de6db79a4ba0c45c18a018f]

        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>  [d626199736b86f6a739ae09f8acee91cc6cd747f]

        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>  [e0c30946d9d51438b2b7840b0ef9aae5b789aa79]

        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>  [221e25ab1f19aaabd12618f95fd5baf33dfd0724]

        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>  [8cd27f83859487b50f965ef7a600f775c2aa616d]

        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>  [08defe70256149e6bd4c99adee6ef7ab8a5444c2]

        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>  [760611669d8dd590031cb591e72b2d2cfd36171a]

        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>  [aa6d35698005e5999d4fd210b88b739b8a3294b8]

        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>  [b1e317349cbf7aa60b34ba0280faa9676c3f1b9d]

        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>  [831fec2a4f0c452c496d6e931061bb736eb4e99c]

        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>  [b1b652c1772f3e9755a92e05ab2dae8029d2cb43]

        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>  [993af9aec11d5514d530b37b38495b2bb96b7ea7]

        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>  [22902dd7c7862ea2db34bbe0a35097de8fe8edfc]

        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>  [dddf4211188634f8fb7467be751b0dab0516df9b]

        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>  [f994906910037f661ec8ba7c39599ebc213710f1]

        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>  [08959ed0854adc5b325fd85c60a66f0e26bdc5f8]

        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>  [d9cdcfd378cded4805010284dccae80611aa2381]

        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>  [ce27bbbf3753f3cacacf5734b07ac4ad72d62f70]

        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>  [40080eef055122c3389799f92829a17ddcdd2c51]

        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>  [ffd1073040d2cd3670567df9a217fecf0da10d3d]

        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>  [4988d366d5ca90d2c3a258f82c2f65f821c424b9]

        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>  [ab24663f89650cd3dd0206facc792e15456f1fd8]

        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>  [308863e5c7303fc160818c7d08655fd567deaff4]

        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>  [5790d7e8defe22d88a808f368e64b9b44e245255]

        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>  [a1aeaafe7036e4a94c808e6f5c7111e5e4dde5c0]

        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>  [f59963925587a1be56e28a529b5d19c998cf5bd8]

        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>  [034eec691d927ef8bcf3f6e244788ee129a54f27]

        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>  [9812879d1e1d8dfb54041c5a42f60d39e831ab84]

        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>  [c4344a7fb8672118f78047c743c357674da25170]

        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>  [b7db0a113a1f27042a4ad335621d2e65047cfe54]

        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>  [b7102ab73492884d721a19ff5472ef778289b504]

        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>  [85d072818379172ca1712729ab4ef77655cfdb78]

        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>  [e43ad49a74422c3e4d17d4f90fd98927065ee545]

        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>  [70f20fc1db4db5bf8e16a35cc1d096ff7c682910]

        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>  [c75bd2fa3a585af67a9c5dd102d381c243cf0db6]

        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>  [9e003eb43174a24b7079bbe1ed866fd4d136244b]

        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>  [78cef49437a4062c24ea33fd769e71cbb02c88a1]

        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>  [6e320a0fad83eb7506b336c082f85c5e847873a8]

        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>  [0ce71ca3ebcf662c30425f0e6cdc2a6134aa79ee]

        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>  [64cd2fd5f541661bd12066c0a403fc142c766f1b]

        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>  [638816de9a9c74fd4dade2ff8efd362ea9c7564f]

        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>  [42cf71a8fd3e2d502d2830f1ff238c21913b29f1]

        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>  [bd7f2e566866ba8cc55b8fbf3c3c9d9ca5e80963]

        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>  [737e37417070a4c34584b071232391bdb1a0f9ba]

        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>  [0b3bbad12cea79c85233fd0f7265e359775219bc]

        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>  [f4ec1e25deff1132cd0e03e9fc3c4afca8197fa5]

        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>  [fb8b198c711830ecd68d6375b4c5296ec974ca46]

        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>  [d6305f870fc4deb719a85ea41df63802ba584176]

        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>  [bd2e4bced074aa50e56bb3e5d204e44a08eee3d8]

        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>  [7b431fa3f2d56912fb24895d82a440231ddac29f]

        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>  [58a9e3cbeaba2f6b94b530b6a5645c60952ee945]

        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>  [86777b89e910dd558f25183025c00746c85461d3]

        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>  [bb606eea4fd5c4f8eedeea5d9039879a07e2b59b]

        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>  [c2240c5db8c9c078ae1e711eca72c371e65c7252]

        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>  [7a149c240d03ab41b60a07b1cd40ef2e5bf60fa3]

        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>  [8b1d9527fa30473df1cc65a7db6a4d0f09a51a12]

        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>  [960a3c01a8d8be4435411018c6ce74aa7e33106f]

        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>  [3eac810c547f20fbd5aa8b2c558b183f3ac88044]

        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>  [04f9f80cbc55e59be3d5f7de64e21a44ac5ffe37]

        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>  [4ffd490f0f80c43a1bb79f1779c1b574ea0d3720]

        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>  [161e524d88c069d4b90f7b82e3b9fd91a073d33b]

        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>  [1f668a3de9675f71f2473bfa007ad2788c606a52]

        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>  [a0944253f01394fce9233ed0a3a005540d3a78cf]

        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>  [4948072c88472d6a306e9882d55f6d6d0f728024]

        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>  [b1a437c45d599da9b820ba79263f9394fdf23501]

        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>  [1c1332042c2c4808bd9907f784ffe652c09ffd31]

        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>  [dc0eb671fcba265ede3ae4247b137312dcceff57]

        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>  [545d8705ac7ef3cde36dd7b01ac35e2902c3911d]

        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>  [00ef12edb8f294837d9267f7f470dd22996913f8]

        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>  [9c3e8e01e0041358a61beb1d4113206b08e0f043]

        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>  [d3641d1a966342cd97acc6e81f2a0b220f442fd8]

        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>  [3eb213a2f268e41d4a5afce99b6e4a5ee9b86c73]

        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>  [bfcb1422fe5551de29bf34168d4b84da1879bf3e]

        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>  [8f1fa4a97ce975f531b8162b244cf978bd854d5a]

        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>  [7a4f12e32a1f771c2a7e1280ea415e6ab4bd4831]

        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>  [859b049f0baa904fd55df3f1cb0eeab71e3b8b17]

        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>  [0b3d990e9aec74e47f537c8f64a84b627cc6d570]

        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>  [54c6bf380dbcf7bc5550aa816298d1942c2c8089]

        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>  [c93040a6c0bfa33aff24d07d668ab59e30b2d2fe]

        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>  [bcd93dbc5d04492939b22ea02cbfae3050994d03]

        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>  [43c19b366c81ce0070b55b3ad6bdb8f9691ca66b]

        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>  [35d9e0e1f3f8d70249bf2260ea6c8b585b7310af]

        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>  [490f8481b27cb7434835d3c4e6280803c1b16334]

        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>  [7573433d39f14bcb97af8f323bcb077416687fcb]

        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>  [9fe5dbb927180d97ba3f231f54b513d183e7518c]

        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>  [71b0df6555d7893fb225d3f6581ad1237b2f1fc2]

        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>  [53d9169d4b6499d3f2361e2abb7d79de4616d48d]

        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>  [c990544726dd6acf6ccd0403b4c1f4c345a41a6e]

        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>  [a532abd891ada31852f977c8a1adbc1091e52a3a]

        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>  [d98fe4b630c9e38dbeebe1c9a9165260b2124d8d]

        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>  [fc4b1812a29de448b4f300c0efa7b11356a932cd]

        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>  [55510de12981523ff03b48adeb8420c94f4efa83]

        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>  [3a1c13c0eda127717ef5bf3b33947ad9b5368e09]

        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>  [20233b69c3391ce54e30e07f1329e7800f59912e]

        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>  [d0e8047cfb9c707f13f343ba999488e47edaeefc]

        INTEGRATION: CWS pchfix02 (1.17.70); FILE MERGED 2006/09/01 17:55:56 kaib 1.17.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f640bc78f16c3fc3722eee95783540f766bdc883]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:56 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [849cfd044edd9c2749d56a9f5924aed1c9edffb4]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:55:56 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9361778b7262e18f0dfaa92ab93a8788a59a6e68]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:55:55 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92b5a569ba51c995e17043dfb29adb0f0821537e]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:55 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9363e0f779734c0b034c698be2c4d094b75e2d85]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:55:55 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d3d9b1edddc1048c8c8197aa28799b207961746]

        INTEGRATION: CWS pchfix02 (1.16.70); FILE MERGED 2006/09/01 17:55:55 kaib 1.16.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d54b3680210be0db6423c91023d308e385dfb94]

        INTEGRATION: CWS pchfix02 (1.14.20); FILE MERGED 2006/09/01 17:55:55 kaib 1.14.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81b6a2914e34ac68fd3bc11259d9efea7c86efed]

        INTEGRATION: CWS pchfix02 (1.18.70); FILE MERGED 2006/09/01 17:55:55 kaib 1.18.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88b32a4a0ba8ba1d1f258b102815626c8abf8c89]

        INTEGRATION: CWS pchfix02 (1.50.20); FILE MERGED 2006/09/01 17:55:54 kaib 1.50.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6cb1483f8b91a41e91adc090f56659fb08632eb]

        INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:55:54 kaib 1.13.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36f5f82c096bf1cf2394574d384acddd2151a813]

        INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:55:54 kaib 1.16.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0ac7137eb08c4b3de86e95da05ad12fb58e7f40]

        INTEGRATION: CWS pchfix02 (1.41.16); FILE MERGED 2006/09/01 17:55:54 kaib 1.41.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec9be138df51131d63c58d3e380b3e30ae182fe6]

        INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:55:54 kaib 1.9.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46b4ee5f39b22e498f5f31a66e9b004a0d83963b]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:55:54 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e6ca594f8dc1a6820540bb76fb28432c0b29881]

        INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:55:53 kaib 1.12.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57f43ce412fc15bfc081fba8df996103ba5f1db5]

        INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:55:53 kaib 1.11.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [96f230923c68a338248c25db34946baffb02872d]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:53 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cfb72f61bff30aa4f60d28c0f3092dfc6f213d61]

        INTEGRATION: CWS pchfix02 (1.11.70); FILE MERGED 2006/09/01 17:55:53 kaib 1.11.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [74e1447d4337ea621a0a350a00dee3d85ba1d914]

        INTEGRATION: CWS pchfix02 (1.20.20); FILE MERGED 2006/09/01 17:55:53 kaib 1.20.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b871e8c9f0b9a30e3842f5e23c04f9a7e713c5fc]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:55:52 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a75402cf137cf9afb653c584f1da3964a047f8ca]

        INTEGRATION: CWS pchfix02 (1.7.70); FILE MERGED 2006/09/01 17:55:52 kaib 1.7.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c183b6cb5f5b1d6f8eae96265fc165996fb13ff7]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:52 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af22fb639eb4e538aaa88c00b2c1ea0f6b504fd1]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:52 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13f3f2dc7e1cb7a3158db0640618bfd9dea46750]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:52 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0db2a997b6d2afb865e5bb824fe288fe30cf0042]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:51 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4905c95225fbcbc54609d4b75d3f74a9260bb16c]

        INTEGRATION: CWS pchfix02 (1.7.70); FILE MERGED 2006/09/01 17:55:51 kaib 1.7.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0e463c532ccfcc66715d287c4ec2966f44e7511]

        INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGED 2006/09/01 17:55:51 kaib 1.13.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea0f59fb42b53c23e747240ec48830c661abb1ea]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:51 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [77b0e91d788223f27cf1d1b24b9d47d286a474b6]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:51 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7766d3151e77c1783c482e2b6834dba9a3c7d7e]

        INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:55:50 kaib 1.10.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e494d9986cacef6de8ca3e9e64ccea0eccad41f2]

        INTEGRATION: CWS pchfix02 (1.16.20); FILE MERGED 2006/09/01 17:55:50 kaib 1.16.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0633a4bcbf9e58c0f696f23fab220fe6e265bf4b]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:50 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e501fe68a3b5136a3fb3a262849a645c2ccfed6]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:50 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7ebc9a8393dd9731b2d0ab3847f60b5118d2b65]

        INTEGRATION: CWS pchfix02 (1.18.70); FILE MERGED 2006/09/01 17:55:50 kaib 1.18.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc93d70729c56944ce6c082f22a429689517dba0]

        INTEGRATION: CWS pchfix02 (1.12.20); FILE MERGED 2006/09/01 17:55:49 kaib 1.12.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8739422ac9180660d0d4244f4d595217ae67c2b9]

        INTEGRATION: CWS pchfix02 (1.19.20); FILE MERGED 2006/09/01 17:55:49 kaib 1.19.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [408af27c6c2812896d4069d68432b47c0208175c]

        INTEGRATION: CWS pchfix02 (1.53.20); FILE MERGED 2006/09/01 17:55:49 kaib 1.53.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a63fde2c3f80896471898decbd18aaa666df146]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:55:49 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ab7e31e8170527c5de832144e4f169b9e1f0193]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:55:48 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9237d14756a92736bebdaa5ff0cafb1a2f318ab4]

        INTEGRATION: CWS pchfix02 (1.4.68); FILE MERGED 2006/09/01 17:55:48 kaib 1.4.68.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a7f0475ee41bfc756836f47e40ff3afad01b031]

        INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:55:48 kaib 1.5.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00837c13ca551337f3c212e838d8fe4ba3f732ac]

        INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:55:47 kaib 1.7.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9349c070c1cf905241dee6ac403667ba034f0ba4]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:47 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4178f0068bbd833ec2357830c27a7522bf9775f2]

        INTEGRATION: CWS pchfix02 (1.13.70); FILE MERGED 2006/09/01 17:55:47 kaib 1.13.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [72af958fa451657fb7fae437d4e90814249c7603]

        INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:55:47 kaib 1.9.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [824b1a09064e2715e4dcec46a87fe3ee859789ed]

        INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:55:47 kaib 1.8.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [989c6abeb73f7b0618835aa8db59f4a836957823]

        INTEGRATION: CWS pchfix02 (1.25.20); FILE MERGED 2006/09/01 17:55:47 kaib 1.25.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5548d4fd67f396b20c8955cb880f3ecb7b6e73b]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:46 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c94e79be7d28652ef70f68ad19be74682606876]

        INTEGRATION: CWS pchfix02 (1.25.20); FILE MERGED 2006/09/01 17:55:46 kaib 1.25.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8320d4bfd454eae9ddf07c97d285c1e3a92913c9]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:46 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0664f1da5fbaf45244500cba5e57169a09c5acc2]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:46 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c282838f6b92d201c2b48b494be29111094a12b3]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:45 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [949ee2d2da9e6c7873bb014d757c47f38765a214]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:45 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bff8726ea03aa7459a955e64feb60e7704f3a65]

        INTEGRATION: CWS pchfix02 (1.2.318); FILE MERGED 2006/09/01 17:55:45 kaib 1.2.318.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a32e61e9f34b69cbfd8fd409cffc4bdfb3c669f]

        INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED 2006/09/01 17:55:45 kaib 1.6.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [737603d5ebabf71748a3b7b65447b1ce499f15c9]

        INTEGRATION: CWS pchfix02 (1.21.20); FILE MERGED 2006/09/01 17:55:45 kaib 1.21.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [60d47dc6bbb9f3b860ccadc68a75d918637819a4]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:45 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5f4bbd1086c93f09fd0c40a294c64415a597ed2]

        INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:55:44 kaib 1.3.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b600ba70c9384a776a0ec4b4235e4590cdde3104]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:44 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [471d85b8024041aefefe1bcab54eb4781e2fcc93]

        INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:55:44 kaib 1.8.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e995af8915376a69408759f8237125c5456a4b8d]

        INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:55:44 kaib 1.7.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a5e2507bf926b7c09b9e14cfa79d4709608a85e]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:44 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35c75fff667caafe3ee0eea25a2f6434239b9f34]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:43 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [75b2d44f3eb413fe5d18a7e20478a8d8827cbee6]

        INTEGRATION: CWS pchfix02 (1.10.70); FILE MERGED 2006/09/01 17:55:43 kaib 1.10.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [141565a797f50c42b42afa97821b65a4a34b3e9b]

        INTEGRATION: CWS pchfix02 (1.7.70); FILE MERGED 2006/09/01 17:55:43 kaib 1.7.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a224f134d746ad5adb174a83ff6dc4b8729d8b1]

        INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:55:43 kaib 1.8.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [690fd58c71729fec4e6e124f22edf8f90d90d5a6]

        INTEGRATION: CWS pchfix02 (1.25.20); FILE MERGED 2006/09/01 17:55:43 kaib 1.25.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a33f221da92717ef5fb8dde49e65836a8a01726c]

        INTEGRATION: CWS pchfix02 (1.85.18); FILE MERGED 2006/09/01 17:55:42 kaib 1.85.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32fef943dfd585e8f4b7b79b1d9c4bac507b19d1]

        INTEGRATION: CWS pchfix02 (1.41.18); FILE MERGED 2006/09/01 17:55:42 kaib 1.41.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [125494448549f80c72ff8e29be57e0de1fb71d13]

        INTEGRATION: CWS pchfix02 (1.12.20); FILE MERGED 2006/09/01 17:55:42 kaib 1.12.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5d3dffb796c4e503845f1988d6da398a82433fa]

        INTEGRATION: CWS pchfix02 (1.21.20); FILE MERGED 2006/09/01 17:55:42 kaib 1.21.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6592327da2a7335ecf96082a0881397ab3aac3e7]

        INTEGRATION: CWS pchfix02 (1.18.20); FILE MERGED 2006/09/01 17:55:42 kaib 1.18.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c663bfcc6937085c5158376a8cd02a99cf6748f3]

        INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:55:41 kaib 1.7.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a74d10638d768168528070c8e96283aff7a06cd1]

        INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED 2006/09/01 17:55:41 kaib 1.6.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ca740f020a2f25f49f89fae2d5596f13b049353]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:55:41 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1404ae63d42c5ba5ab7c4296af7f99de13bc8a8d]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:41 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [864973c1b6c01acf7f3672083d26403ec3bad9d2]

        INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:55:41 kaib 1.10.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce4c1292035f94fde75d5e8f5605befe9e59b318]

        INTEGRATION: CWS pchfix02 (1.22.20); FILE MERGED 2006/09/01 17:55:41 kaib 1.22.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95a7222fb387309d88d8929f2b1f4da02b55bda6]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:40 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d92282218d59c139fa4a53e5acb95e20e4fb9103]

        INTEGRATION: CWS pchfix02 (1.35.20); FILE MERGED 2006/09/01 17:55:40 kaib 1.35.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f6617a7b0ce49374fd541a00c2191a0d570ad5b]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:40 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [83be7823ed6a1c5245d3300723aac12e45a37be4]

        INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:55:40 kaib 1.13.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d6941e393ece4afac89b9ca7871b546e4833026]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:39 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [62b4cbd0402dfc45713183db0e3afb6b32fa8f0f]

        INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:55:39 kaib 1.10.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea4f714c771ce9517e7aaf74c93950b17ed4c70f]

        INTEGRATION: CWS pchfix02 (1.15.20); FILE MERGED 2006/09/01 17:55:39 kaib 1.15.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3411e378a57a77cca7bc6e8bcfc29017409107a9]

        INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:55:39 kaib 1.9.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f20c3ad30583473f753c9fd42e1b387cc62dc257]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:55:38 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf0a5c21213eca7e2f4b65b675e28bff5150d628]

        INTEGRATION: CWS pchfix02 (1.15.20); FILE MERGED 2006/09/01 17:55:38 kaib 1.15.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a39dd7461f1d1dd7d05efa9a208053c4b4b2a8d5]

        INTEGRATION: CWS pchfix02 (1.9.20); FILE MERGED 2006/09/01 17:55:38 kaib 1.9.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7feb06a13d151c1eab9f1533b04a849e559cd26]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:55:38 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5dc6a441344aba3eaf2a009a19bd731911796090]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:38 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d03e1f21bda8ad413053f24bcdbd7b2b0a145cf]

        INTEGRATION: CWS pchfix02 (1.6.20); FILE MERGED 2006/09/01 17:55:37 kaib 1.6.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09821909bf63300d741efabcfe350b4fd4a7a6ac]

        INTEGRATION: CWS pchfix02 (1.5.20); FILE MERGED 2006/09/01 17:55:37 kaib 1.5.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a030ac9baf36b3ca56a90e2760b97339488610b]

        INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:55:37 kaib 1.5.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b111767dc357ab77a61e7e08dd07488cfc2ed858]

        INTEGRATION: CWS pchfix02 (1.9.70); FILE MERGED 2006/09/01 17:55:37 kaib 1.9.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f649d25628c650b2922175efb89926fcb656f683]

        INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:55:37 kaib 1.11.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f14da00e02c4d587acd8ede3eb541d9ca8c1191a]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:38:11 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [835a321c11fe3e1e907ab6fd2755f32f50742268]

        INTEGRATION: CWS pchfix02 (1.1.1.1.190); FILE MERGED 2006/09/01 17:19:03 kaib 1.1.1.1.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [381963c727afaf2e9606e6448b0d11153bd82270]

        INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED 2006/09/01 17:19:03 kaib 1.4.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d500b024aa7c723d3f123f190bd4883d5e26315]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:19:03 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0cd535abe955e6e11ced0483d48bfee602461787]

        INTEGRATION: CWS pchfix02 (1.10.78); FILE MERGED 2006/09/01 17:19:02 kaib 1.10.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abaf6b1d8f5f92373f760f216a20e0295a5508d7]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:19:02 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd8a7d1c04ef460d1492969dd1e3748591a3f503]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:19:02 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [956e1607580210167b8cdcf6c23f971d6cd5cdbc]

        INTEGRATION: CWS pchfix02 (1.35.78); FILE MERGED 2006/09/01 17:19:02 kaib 1.35.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3761b1ab09595c6d6ef506fa141362e21c575053]

        INTEGRATION: CWS pchfix02 (1.22.80); FILE MERGED 2006/09/01 17:19:01 kaib 1.22.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [39cb6582e8642b493c2312667576e87586b04d12]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:19:01 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac794bfefd6e5f303972f032f49ad737903c5757]

        INTEGRATION: CWS pchfix02 (1.19.78); FILE MERGED 2006/09/01 17:19:01 kaib 1.19.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [44ce010628c96dd3a24f92d93ab4ddc249da53d2]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:19:01 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4211435f2f7ccdcda5ef0d11776b6075e6c04feb]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:19:01 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f371b5d301e92e29e96577e8d5a70eb24f5aa40]

        INTEGRATION: CWS pchfix02 (1.10.78); FILE MERGED 2006/09/01 17:19:01 kaib 1.10.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [90210c0c0f4a7330c73910446d02a37a3a8969c0]

        INTEGRATION: CWS pchfix02 (1.13.80); FILE MERGED 2006/09/01 17:19:01 kaib 1.13.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ce4831d91a35a8ec7bb178db5b38dd77f22038d]

        INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:19:00 kaib 1.4.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8e3f04744a896e723f6ef5a534b54d8e5bf03f1]

        INTEGRATION: CWS pchfix02 (1.2.78); FILE MERGED 2006/09/01 17:19:00 kaib 1.2.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [52fb36fe118f2579132953a70509666eb48380e3]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:19:00 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06b7ae53c6d5af38291bf3511d62996f41b4b034]

        INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED 2006/09/01 17:19:00 kaib 1.4.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7046a614e1d38cd9e552c79bbdcf8dd4e09a9661]

        INTEGRATION: CWS pchfix02 (1.3.190); FILE MERGED 2006/09/01 17:18:59 kaib 1.3.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [571cf1ced236c30ff19f20195d796ee8186c1e82]

        INTEGRATION: CWS pchfix02 (1.33.78); FILE MERGED 2006/09/01 17:18:59 kaib 1.33.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a486ed804d61c1a0d1a593c9a1a771092b13dfd6]

        INTEGRATION: CWS pchfix02 (1.10.76); FILE MERGED 2006/09/01 17:18:59 kaib 1.10.76.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e9059e129fad8b9eb1adbd31da52ceadd82d9c3]

        INTEGRATION: CWS pchfix02 (1.33.190); FILE MERGED 2006/09/01 17:18:59 kaib 1.33.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b8bcd049868e5e72e99d68750ef99c98e33700e]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:18:58 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8435ecd1d6135062d56bcf74784811a25773098a]

        INTEGRATION: CWS pchfix02 (1.13.190); FILE MERGED 2006/09/01 17:18:58 kaib 1.13.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c69246447930dc31f422ba666794bcb0a847b8f]

        INTEGRATION: CWS pchfix02 (1.2.190); FILE MERGED 2006/09/01 17:18:58 kaib 1.2.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8b041b32d829f0dbc9f373fd47f02a265e91cb4]

        INTEGRATION: CWS pchfix02 (1.15.190); FILE MERGED 2006/09/01 17:18:58 kaib 1.15.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [281b5a379339f5e1b04c990661ec925e48148602]

        INTEGRATION: CWS pchfix02 (1.43.190); FILE MERGED 2006/09/01 17:18:58 kaib 1.43.190.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f256d6c47b7b032b51987d26df9c0320243a8ab8]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:58 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4de590165d5194f70a5691dd2df26523c825af9c]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:57 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [155a29a768403c279efa0ef1e3265427449d3135]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:57 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73961fd23018484716ab59e8f4964c9ff6df336d]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:57 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [80f7c444e08db23c8f8f2b55992ec7cfc2c35568]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:56 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [01bb0f0020296215026148317b2779076419e4e4]

        INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:18:56 kaib 1.9.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea53c027d7be75523a0e12dc14aa13d9dd6eb682]

        INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:18:56 kaib 1.8.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f3946ffc3630fa077265eddde589858c8371e87]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:56 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [55b1066b71aa04bddb64555461a8693b9ad5b71e]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:55 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1dbf5c65e787d9ce6048d03f9273bdce555fa19f]

        INTEGRATION: CWS pchfix02 (1.3.82); FILE MERGED 2006/09/01 17:18:55 kaib 1.3.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4db56448b601e7a7ce4fd1acf86aa38661a4494]

        INTEGRATION: CWS pchfix02 (1.5.82); FILE MERGED 2006/09/01 17:18:55 kaib 1.5.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3ec030c9be18644f6e44dcc354ef898abb5af4b]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:54 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [258dcb233c97891c87ce2923d0046f592da33c2a]

        INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:18:54 kaib 1.8.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [03d3253f42f931543310ba45d584c086ccd67673]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:54 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cddae8eb282bbab2539fe3d94e090b3c13e1f366]

        INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED 2006/09/01 17:18:54 kaib 1.4.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e028ac66d006fb09d4c79f1538507c4d63821f2]

        INTEGRATION: CWS pchfix02 (1.3.82); FILE MERGED 2006/09/01 17:18:54 kaib 1.3.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c367bf0eab7c130d955dc98000d27536511af168]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:54 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ffd904033ed8223de11125e49fc22a4db95085c]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:53 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [24f6b443e97f136dd5e26d4a9e713ed26cc5b47d]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:53 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10ec07d9f8ae179f732c039353b633c330c8022a]

        INTEGRATION: CWS pchfix02 (1.3.82); FILE MERGED 2006/09/01 17:18:53 kaib 1.3.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [610e8892f87d1173acae7d4ad3bf3521d0bce813]

        INTEGRATION: CWS pchfix02 (1.5.82); FILE MERGED 2006/09/01 17:18:53 kaib 1.5.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0cf263aa474be8643834bbd49a936a2d47f7b7f5]

        INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED 2006/09/01 17:18:53 kaib 1.4.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02fa91f4f69524f9593acf850b1f2c421a73d9ed]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:53 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8438af3fe1c050c950ac2d9d1f9fc68adf3f57be]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:52 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db9f35c360b98e46c3704b85582a1fd31ed6525a]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:52 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c5e75b17b9014b818a30d68c1bd2a59dc4433355]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:52 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe843a8e93044471502440654273095d7a84b328]

        INTEGRATION: CWS pchfix02 (1.4.82); FILE MERGED 2006/09/01 17:18:52 kaib 1.4.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d683cb58fe18ca98ae3d4e2c5201afea48d6310a]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:52 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [42e9f2c9f6073daf29f1bffdd59439f46bfd1b5a]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:51 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef0b5e45dc0df62ea6c349315a580e1c03172dd7]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:51 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d9fdc2dd13c9f0e77173fcfe3ab6e2a16c152de]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:51 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [588007a4596938e547fdeeb7c928d27e51322a5e]

        INTEGRATION: CWS pchfix02 (1.7.78); FILE MERGED 2006/09/01 17:18:51 kaib 1.7.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e695adb92cf096400d263ff0ed4d468ededb2514]

        INTEGRATION: CWS pchfix02 (1.10.80); FILE MERGED 2006/09/01 17:18:51 kaib 1.10.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [509349ba6969b2698541f2dcf01385c010851dc8]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:51 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3abe19d3a99954757a3a6ec7add8e44d49af905b]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:50 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [970af8f6983ddc7578987d8eeb0f1f465a0236b8]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:49 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d78152b4a6e17c9bd1386ac602748fbafc96033]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:49 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afa564ddfbc23c1ba991a697bd5a5b3edbd7b590]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:49 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b98baf68b9ed50c6e68f4145aa3e6e20c99a19e]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:48 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b2ddf0e3c4fce796f85d477dd261a3b8c0c8ab46]

        INTEGRATION: CWS pchfix02 (1.12.80); FILE MERGED 2006/09/01 17:18:48 kaib 1.12.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [52bfe753a05753b2191899c53a0caba4ca5c30ee]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:48 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b69b335108ccfe98578054ab98a99cb6a046c3e]

        INTEGRATION: CWS pchfix02 (1.6.80); FILE MERGED 2006/09/01 17:18:48 kaib 1.6.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8ea5c7e0b790d1e61cf471faf680d16729489d0]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:47 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d502e017f1f4cbf571f0e96a5b85908c484a9e79]

        INTEGRATION: CWS pchfix02 (1.13.80); FILE MERGED 2006/09/01 17:18:47 kaib 1.13.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e38681aa6f270d2aeab6a836086b34df5fcd49cf]

        INTEGRATION: CWS pchfix02 (1.14.80); FILE MERGED 2006/09/01 17:18:47 kaib 1.14.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d20661f6e321724e219956c30f2d27fdc015e1d6]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:47 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9cf500dd0a4a2e636abf180e8595594cb8379741]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:46 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27d0ef4fbb9ccb7c807060e11287e7a4777e10e3]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:46 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ea63df61f2b06f25d5a16052bd577fd24f2ee53]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:46 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5690366fae281af9e7f1167689007ff52b12aead]

        INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:18:46 kaib 1.8.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6a700a0cb5d72ee40379115726b9c9fec6e6d7a]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:45 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a42edd3b238bb0ad3f847db77ec702ef1d831e8]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:45 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdfdd88b7d05be902d157812d82cdfed0194f77d]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:44 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6cdbee811f1a3519817fd454697a9c9ddd24f48e]

        INTEGRATION: CWS pchfix02 (1.12.80); FILE MERGED 2006/09/01 17:18:44 kaib 1.12.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6e2b2522c57ce2643788ff63d4c842b34f1ad25e]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:44 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1926d700f737135cb0b3bda8be4b09401d9fa0de]

        INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:18:44 kaib 1.9.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b8e239aa7e2a2cad52b05fad52c27b5dd8d69cf]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:43 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b080996782ba342ee021fca7d83fa1d3a26e9a8]

        INTEGRATION: CWS pchfix02 (1.12.80); FILE MERGED 2006/09/01 17:18:43 kaib 1.12.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b2cdad6e859398f4476d9782819a4850eeb7290]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:43 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6d113cb72d9341c2f0adba9c983c243f1cd4b2b]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:43 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8b259570f0db0a6d159cf87436056c9eb5a7aa2]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:42 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0950ac24474a2dd1ed42ea0b800d25fbe1a88d1d]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:42 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [736fdf3167dcfd850e7cefbae4c9754fb4797a55]

        INTEGRATION: CWS pchfix02 (1.10.80); FILE MERGED 2006/09/01 17:18:42 kaib 1.10.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a18ce99a37458d645230a12f48e3ab8c8f6fe88]

        INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:18:42 kaib 1.8.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac8f7b8f7fe31bea693885a1dd5643ae2e040721]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:41 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7be5e85d684a3334f1f3be545d10032f7d62db7]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:41 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3503606c68434534398c9ef074fb484ce3bc3bae]

        INTEGRATION: CWS pchfix02 (1.7.76); FILE MERGED 2006/09/01 17:18:40 kaib 1.7.76.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4b0e7efe3e4f86b2af0c1d92a28043042df7bcb]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:40 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9229167726ea73abd1a6bd012fa2ec06d24b1918]

        INTEGRATION: CWS pchfix02 (1.2.82); FILE MERGED 2006/09/01 17:18:40 kaib 1.2.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b2c6ae170212798f3f50329192dbd95ec55b6141]

        INTEGRATION: CWS pchfix02 (1.2.80); FILE MERGED 2006/09/01 17:18:40 kaib 1.2.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3beff65fdedbece86a8eb0845bae41f6edac1da5]

        INTEGRATION: CWS pchfix02 (1.20.76); FILE MERGED 2006/09/01 17:18:39 kaib 1.20.76.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f530dcb21d48c95b815d0b698aab31256482c3de]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:39 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2848bcd69588462805330331a1c5098baf9744d]

        INTEGRATION: CWS pchfix02 (1.25.80); FILE MERGED 2006/09/01 17:18:39 kaib 1.25.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea577de6e7b0d8188fa66893615db1290e1a6470]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:39 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [77f765e45126446c2d7710a60a79ab0492e52b92]

        INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 17:18:39 kaib 1.9.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fb7083351e12e07d914298f497df65d99517d301]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:39 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0584f1ea30ed9736f8ab0b4e8a520f5b96cd599]

        INTEGRATION: CWS pchfix02 (1.17.78); FILE MERGED 2006/09/01 17:18:39 kaib 1.17.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e75ae0d1dddcd7f5cd9997cf7d90e09b7799b56]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:38 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a01cc7b5c442aaa90b66528f3824eccfb47a863]

        INTEGRATION: CWS pchfix02 (1.13.80); FILE MERGED 2006/09/01 17:18:38 kaib 1.13.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2468a3e75f25d814d237c1f6f633b2759ad1af74]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:38 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1bbf19a5558fe79c725fe919485bda0ebad9481]

        INTEGRATION: CWS pchfix02 (1.11.80); FILE MERGED 2006/09/01 17:18:37 kaib 1.11.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00cc0658c7bd3fe9284810e08fad40cd0206ab90]

        INTEGRATION: CWS pchfix02 (1.8.80); FILE MERGED 2006/09/01 17:18:37 kaib 1.8.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [720f05167a43d8fca2fad7a5e7349498ece13d40]

        INTEGRATION: CWS pchfix02 (1.7.80); FILE MERGED 2006/09/01 17:18:37 kaib 1.7.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3685b067e1290fb5230907fb91cbda1bfebc4f85]

        INTEGRATION: CWS pchfix02 (1.7.78); FILE MERGED 2006/09/01 17:18:36 kaib 1.7.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [338b7cdd046d75b54cbbbbc507fbf1fac9384c11]

        INTEGRATION: CWS pchfix02 (1.11.6); FILE MERGED 2006/09/01 17:18:36 kaib 1.11.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abb1af3cf083e501dbaf2eaa47339cffabcf8bfa]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:36 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0daf83b21c54aeda685f8d5ce9fe222bdc21bd31]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:36 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b3200175f4fa5944363c46372fff4be286f08fae]

        INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED 2006/09/01 17:18:35 kaib 1.4.56.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e930891f76d2f8d40e0f0201e17b55408323744f]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:35 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff68d1cd691d5640b71d7c6aea0359966365773c]

        INTEGRATION: CWS pchfix02 (1.5.80); FILE MERGED 2006/09/01 17:18:35 kaib 1.5.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ec9c50e5853fd232f0250b65c07be10b183cd58]

        INTEGRATION: CWS pchfix02 (1.13.80); FILE MERGED 2006/09/01 17:18:35 kaib 1.13.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f45f2b48e3155e8de7aa7d74fddb5e6f9c09045]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:34 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da32a0f16a3dca107b311396869b9a6e6c61e91d]

        INTEGRATION: CWS pchfix02 (1.10.36); FILE MERGED 2006/09/01 17:18:33 kaib 1.10.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a150f98e484cff7e1063dbc19512dfd68325c2db]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:33 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0be38a4905187eccbe04a334f24b1f2ee7ce1a5]

        INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED 2006/09/01 17:18:33 kaib 1.4.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c8ddcc1d4211d19050612a0c85606e9a3f16ea4]

        INTEGRATION: CWS pchfix02 (1.3.80); FILE MERGED 2006/09/01 17:18:32 kaib 1.3.80.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7e7a5d63db8f97d22fd16ab707cbc5cf89e5286]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:18:32 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f18e678ad96b5eb78d131fc91b04fafd886b4eb]

        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>  [7493246383edab463f0e7d4e3c3a7810314d7c5a]

        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>  [d111651afe7ff7e3c5a492b9c41479e2b6ceb034]

        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>  [13cce7325031ed750705d381cc6f3a4c99f977b5]

        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>  [b206e60beba4163951522c79b58705ac6b3f3ff1]

        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>  [59c8cf825137d316b92b7951b169d714e7ffe63b]

        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>  [2928c3809e8e74e71f044a1615436cdcfa2d2a29]

        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>  [fbb0b189dc1f0846589ad1b72d77df57ee78e4da]

        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>  [7a580ec9e24f063307005f1b22301c46fe7e5ba3]

        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>  [538c49e9878023aea0a758180913ea7c6af43c75]

        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>  [83c80ad6ff32d8ba1293e7713c915554c13745ab]

        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>  [e0fed3966f4d8cb6aa763f6c4057ebe5aeff6426]

        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>  [60e79ddd7f63d4ec416fa9fafa6a4700ed840479]

        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>  [69042f5d84da1e11791bf89be05fdc8d30c0c8f9]

        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>  [0cc5e4414dd6b56fa0e9fe5cfc59286fae2d4309]

        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>  [e703dde403a2e4f43d012ce84ef40613678be25a]

        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>  [5bc2a3efdd990a391ee3c8d8ade2a020f5811255]

        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>  [312c24e45af2176aa991e2b6d201b7a8624bf256]

        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>  [0109fd9b4a414eb9f349a8edbb5fdf2ffaeefeb0]

        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>  [fa73c3d5d6aebbbad12fdb8fab996141b43cf4f4]

        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>  [bf52ce786d9fd8fed1a858d4c7c962bf4f8bd584]

        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>  [3fa4d121c7376c80a44218d376eae8ae1c75268f]

        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>  [b25f66f2648af297c6a4803a007b38332e598229]

        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>  [c6abbae2838c56f55d793775d7bea3971a859621]

        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>  [28b5c34bb561c0aa6ff6f9a4d0425552c69019ee]

        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>  [8b318a69d20f785fe67955dad64c951b799955b2]

        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>  [94ebc248391d7b6619fe4f74e7bad5521b849f13]

        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>  [7c8a16f0f37f2c34447aa4efecbfcf72e625d039]

        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>  [127faf58476e6b03ef55ce26066865c5f274a724]

        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>  [730cdaaf462f8c4066a08b0b54def6e2c43af8b7]

        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>  [fa8d98d2f2928f77b0f3f6b539ffbb8742c0002d]

        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>  [0f7ca53dec19c4bfca0a8f047eb98e98bada07d5]

        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>  [62d2e44284eadf6f4096e63e09d79b26eb096273]

        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>  [b4829ccb1b4089cc11f3ccad7232aff600cd7dc1]

        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>  [8d931e6d5874b543a8eba4f579ca3db01cf3644a]

        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>  [1856cfafa7791e1724b5e2708c8f833fb273ae1a]

        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>  [007807bb54e280f4557487d4ed253b0b8b39a1d4]

        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>  [48826ddba3366b1c83d291cc51fc12ef936a2421]

        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>  [b2ba1e10b0670e868155ee64c2833a95879bed7d]

        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>  [6f51098dd2c86cc8b1f523dd07083f72a7613ce2]

        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>  [8e0b6fae11b1943ef13a08020e0eac45ea40cfb9]

        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>  [33773a7da310ffb237ff405784fe921b8525f452]

        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>  [66610f7318652afacaabc6611229629349b9abf0]

        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>  [4101549e27bd063f66ddb2a1a16bef8f249a50a4]

        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>  [740a0428bdb2a7b7a70ed9ed12ac44d1e56f250c]

        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>  [df4d976796e73fdf20de9c28e7d864e64b9a0c25]

        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>  [f2e573ea158c5e715ddc0354ea0b4309be1400b1]

        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>  [fb6339f5f3177362f3467a8172f2f6418f02cf3b]

        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>  [fe60ba58b889d43008545528db8e2b9fa0537cf0]

        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>  [c3f2ae5bb9f87758aa99b54f7c362254ddc3c682]

        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>  [1b5e300f6e53520dc2e2515011ea323975cb9854]

        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>  [d8d1c45aa3b7c41a6c43c94f79337567d7b8ce92]

        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>  [0eabbd394576ca8364280667a2ce1b2bc208a0b4]

        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>  [3c546238c234ee47c4525178b79a39c416a23931]

        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>  [75a1ee8d64db77f44eedfbb85286d83115455696]

        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>  [25fb00d207d858b313a61964fc226a89b2608601]

        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>  [2936b5a1d6495c89d1cdc58f3112eb73c4b50160]

        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>  [a99e03f8c4079005637b4d1443407aa6d15a1fac]

        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>  [1de9ea36ebc448125599fe0c3b905344203e3bda]

        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>  [c4e435b609db9098ee5353376419fb9bba200fc9]

        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>  [970f92de42a6a8376b76c7172dbcaa484d83fa03]

        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>  [7394fceb46f1c1fa253108eb8c68c35e99fa3468]

        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>  [70c3a8b75f1ea2ed1b38638ef2d12a49a5eaa963]

        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>  [2596007ee3e9a10b453d6d8a43dc7472bd4cc5d1]

        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>  [e0d6249e00c677e34c71765112ab1ba1833be472]

        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>  [28cc885204d43f3a5bc072d5c22abcfcb60da481]

        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>  [759c1784d677590e25b61da2da4a3f05f8b2d00a]

        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>  [eb05d2ed1e9618d850793083deaf11636ac1b921]

        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>  [62870d12aaebc49e73feceeedd693b1c85510b1f]

        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>  [b2dd1b1a272efe5e4f1ab78dc3bef79b5417380e]

        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>  [26e6ad36be7636cdeb6183cb2584558cba469254]

        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>  [1237de2666e2c43efeaf2fc58da412403f12f102]

        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>  [965ee8237bcd19d4e01cd343bbf08f17ce623e45]

        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>  [e3190a0903d1bf00bdea8f930dbc9270962ca772]

        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>  [401d80b047897c3787c7532e7d40d2496ba806cf]

        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>  [226b67cfa853261622ea765258e57474ac3063bf]

        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>  [36f8aaca812034bc36e8d05143a76d6715ad3d8a]

        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>  [05a53941507a924be811f2a28b904727bc82f5bb]

        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>  [3ed4ab1a064e2c1549b5739cf5d3bd5a25857744]

        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>  [651d21c1c5f59f6632e8dc4d04f87cd24fcfe670]

        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>  [3986f731bdb3e7a346c09e366efdcade899f2d95]

        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>  [9c992103cb0a4e49b05d9fb685d02f4a4a0780cb]

        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>  [8bfdc96623c02bce83548a4a20e4406590f4e122]

        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>  [dd4ff004c68672f4760a27ac4b36bf8050ef3015]

        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>  [6eb2d86409c0f0cfc2a3cf910ff40581eb46f7b3]

        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>  [144937735aff8ec5363ff613fc809104f22ff35b]

        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>  [f066f2c85bb6fc5b9497a6d99fe63e0161317c38]

        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>  [477dbcd423bc032714913e99e91c2388d13d3625]

        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>  [e5cd4d77e999be0ef7640b8788ca0ab9d9273c01]

        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>  [2be1cd95573355958acd92a36b84b89e39f6df24]

        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>  [e445be812b0f53ecf2f50d6700363466c68fbefc]

        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>  [e6aecb25c54f3be384fa954fce71c6468f13eec4]

        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>  [6efb7cddeaa8b0df2cf638c5f7df06afb2d0e41c]

        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>  [81a71af9aa9700e8c4a6078fec4ce89136778e4d]

        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>  [52bfe08f684379be27d4f044c97763ff3d21cfe1]

        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>  [1a0b71ec74b0524b015576680b83f0140e923a3b]

        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>  [fca5e90db9286e90771f6396eff5c4642da4ca43]

        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>  [eb5d57a084801e81e74c3c238de1b9d698d274a1]

        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>  [2e99a5cb0de92c3b45f40acdb3530b142bc8b17c]

        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>  [fae1d4195571e0d9266b1e951a7b0270bf0c34e7]

        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>  [9d462d23d5a2ace8b8cbca22103b890bbc377f83]

        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>  [c1a1cd814b90ee863849878dd0d9929e6a625663]

        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>  [dcd54f9eebb7ed174a14a760c95b96d08201c629]

        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>  [98987604388fd7204a35604d3763e033f598fa73]

        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>  [6823aaa2bd7f62d9494ee6482b416b720e44a9ae]

        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>  [c604ec1ebf87e35b259227f092f0599c692c0273]

        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>  [60eb3a5ca610784c1359025bdead15948572767c]

        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>  [49fc5834ea3a0a6cb73abf9b168a5670c63056f3]

        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>  [fb36ee3d182e4a5791f6d067fcf8be16481e11c7]

        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>  [713ae01c329c45eab12cc40ced8cd6db22cd8242]

        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>  [292cb2b04dc26cf9ee57f1576a29498aa647e53f]

        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>  [2144b6bf830495a8ecacf7e65b82c211c64b57a6]

        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>  [f9d8e8eb566417ec27a14d46aba7ffcd0d4fa391]

        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>  [8c86a37bf50cd6ca207275f7560bf4497461f968]

        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>  [a2f933149e7b0433d2d00fe39687c95d37b2fbf7]

        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>  [30eac38f9a8f4eb8467340810b4d4fed03f0ec62]

        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>  [04972349e3763707b9bb01d0cbee1324b7e121fd]

        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>  [1cf43c9c6e7143532792f728eb451e05c7f9ab23]

        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>  [918f008239c1aa7b815987e67a763bfc4a8fe5db]

        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>  [a481eead02750c339e1c75ce4ae55778f92d926f]

        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>  [8a661225c77d3b7f7907a3612ba0e1a189038cd9]

        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>  [3aede7daca4280fbb01a91362101787c6604ab80]

        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>  [8442b054f77323b5a706fa53f79e23a25b11bd62]

        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>  [ddb15a16325a7898d1fef9d3c2232c28936b7922]

        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>  [c8faa2b7412ce348d8880d1eef3c7f64859ff960]

        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>  [84c6e91d269809b98050a91871addfec51b05828]

        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>  [8f822b923d76980bb78fb85dd2061f89c9847b69]

        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>  [79ce149db6c5ba7538e3732d687c52b342772be1]

        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>  [657cc4344571e42f91629d9e7c602abe44d3fce7]

        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>  [27eb1762c8216e6fa645aebac5733405c2dcec95]

        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>  [c810c04233197377ad511a869645a8075404dde8]

        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>  [26f8ac51a386df590a782ff3a0e8c32860ea7508]

        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>  [dd3dcf361e266448d5cdd6e3362e6195ff2a86e7]

        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>  [e965776617c25a95703e2be62638387bc88edc11]

        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>  [cc412af7109a0e5d0174858f7cbb9df9b4c79828]

        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>  [ed34c1cdd356ff20abe980d2eff0d5df8b25e429]

        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>  [55af017231a9118d0b1af1d208d10b9d177c7f9d]

        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>  [01270054d43c49798cb2730532412c098069b100]

        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>  [d6c9addd91e62d6a35625fe8180275fa2c6b2058]

        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>  [d36952dab3e5c4d811709ab8b75ac6b8bb200455]

        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>  [9fe80b7bd7123ad2aba881c87a3c7a513149390b]

        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>  [07a74e46302ab41ce1940647ca34651a7673356d]

        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>  [cf39e28738f8c12cbce0d7c4d72eb94d371df057]

        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>  [cd5fe13e43b563e0f847d7ebc4073788d24ee3a8]

        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>  [d43835fd238146efd91c0a8074444cff8facf89c]

        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>  [007937f54d4bc138f3717c6f3095605d715ebad1]

        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>  [65a7b3ecc063970542bcddb2ee57f59f539ccc99]

        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>  [2c18d7ae2a58f812bad81aae8b31a28ddbd6b945]

        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>  [973fc6177d9fc2daa4dd81236f1953290157e892]

        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>  [c1d572254ac7eaa99c5fbb1c47d86052ce52202d]

        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>  [8ce6125828506ff4feced3b88c36aff837404efc]

        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>  [9da5dbb05f5dfed5f1efe052455102d58d9877b6]

        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>  [f9ff52e3374b9bf012d682ce1bcfa7b2608d8948]

        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>  [9448592df27dede1bb0275480f54a89c841156c3]

        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>  [7f0d2d4eeb7043a9d593ff749462d4960862889a]

        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>  [44817b80fba73379aa2260281a76bda850aa4a24]

        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>  [60251a622f9c6fd864ac7335ea5f0a8323040cf1]

        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>  [05e4c8e338fc3e3debc3331e2cdb8da12c827cca]

        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>  [ff59547a54571eb4bd775f6c0cf8c612a7ced3ed]

        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>  [85d39ebf3a8f2111218e9e67b1aa92acaf20aea8]

        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>  [1231a68b9094f2f8893d7e658fc31f2255159fdd]

        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>  [ec7c12edf28868e543244550e390988170edf39e]

        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>  [b76f7d016da583ae3aa57c86f7f50b0dcfde0663]

        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>  [dfd2e05960edc3664722db5149f0c84edca9b36b]

        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>  [66c7f41e1ad8c0a6fa06b9f806e6fcd41962d3c5]

        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>  [c2e5c21852edbad93ea40d1fa59fd8dde4e4f8c8]

        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>  [d278270550c079dc0ef6d30a0e42d3f78abb94bb]

        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>  [7d4f1b92e1e7a1c7d94b1c08449c2d2d367771b9]

        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>  [0272b52b5c411403fcb54aa59cf48bd188071e37]

        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>  [169c1846a3f83994f7ad8027b30f27b2527aa204]

        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>  [287b464c8dc240956d3429dd1ef2e6233acf54c4]

        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>  [0ea2f6682eb1160d32a60786d767c5c6c4d5f847]

        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>  [899d720643fdfbc008bf23c5224da0cf0a0b9b82]

        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>  [d6aa2cff84f729bae0d01decee1e54a3b3f44c9b]

        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>  [f580d9595c14340cee252a3401f63af6d7d38c88]

        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>  [2a98273da45b8640115e6a4b24a609c60b2c5740]

        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>  [6268382866c1e069990c9e3363f28911db20c5e3]

        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>  [f4f7a4d62fb7743854202824c796b2e2bbfb8e93]

        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>  [18e071c96bbeda1e47913e9edea24f79df35a2f8]

        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>  [53a9c61bd526f1346c291ce32d99ef71bb86a25b]

        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>  [754e51115a0468366db87a4e30937b3e9a80221d]

        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>  [300c3da33a2b6957f66f8c1e519cf76efd806a14]

        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>  [9c72dab5e9c2aa166f8b7e168bb2a5546d4a6ebe]

        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>  [9ad92295fa9d167a334e077d45348b9fcf9f914c]

        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>  [f7bb9203bf07b743927081e106af6f371c82b76e]

        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>  [6f7f400e53113d1e6017e85b963811bbb08f86bf]

        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>  [d578aea9dbdb147d756eaed3f1c8911258ecc4fc]

        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>  [983d93ceceba71d5b70d9ed71ab9f40a45b77d1f]

        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>  [b9126c57cfe35e17f53480186d3bfbdebea1609e]

        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>  [6386a3eede8a963321344c0cc3dd0718e573d4f5]

        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>  [34583f2b1c588c39c8cdbda8961774b1853900e1]

        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>  [4632d8140fe589bfea77e7a4a885e4aaefbe1058]

        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>  [9b6636ab543c8f1a7c9e2db7e56783a2ba776bb8]

        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>  [ca502163276328ada59b1b8283dd0250c785be8c]

        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>  [8568cf98a520bdece0a9a8e76c7999d2e3db4ebf]

        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>  [ee393bd44423812b8104aa150988faa9508e63f1]

        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>  [04e0ed76659e0ae0dc637ffd06c249b98c03ce52]

        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>  [b249c25920c100d33cc4e09b2002e4baf9872423]

        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>  [eda5c525edbb806bd148d94170a7b2c769a22069]

        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>  [695109249c5dc788999612af36508b72281c7bdd]

        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>  [6eddcb33945ed579a66e0546695ac467793eb8df]

        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>  [f1567450a134674ba6f966c64888017a91377bfe]

        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>  [64bd21b54406067bc52fb99afb7dd28fb404c949]

        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>  [4149b15a83fc0fffb720bb89311faddf5728e95a]

        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>  [6348004804083d1da793d5307695c39256a8812b]

        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>  [769344d1fc9acc75ea473e85e322959118008a27]

        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>  [5733ec0044300814edc1ba15faa82c0936c7d0a8]

        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>  [c1bd339f2919f02415211f5dd79cba86290356bf]

        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>  [5a5885c9ded63bb212d65f7b9f43e0cd972abb73]

        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>  [1d66e5abcb609363671df0000e79e65d7bedc7f1]

        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>  [daceaf76a9c17cb20b24f100358dde49dc24b88e]

        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>  [7cea8df78557107b10ed7a5ff8eb19940bcd8a47]

        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>  [664f8e502f83e62f16ef8e527ea45e019be2fdcd]

        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>  [49f47d3cbea812c6dd4cdba0cbdf946b6f817586]

        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>  [9feca8f642f6c6ef7d2c53125e18395e078c436b]

        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>  [e466a9750863aa98d7de9805fba30211fea2a311]

        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>  [5f929a51cfc32384aaa68cf9020d80cf8e48d3ea]

        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>  [72325e9a6da6b139f79338dc8c714012022fec37]

        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>  [e3ee5ac67c4f80f727290498eb1432b3a719befe]

        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>  [5010e0749b51dbf1e71f69b39906603e12a5392c]

        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>  [24e19bfbfacbb54fe460dca27b816b0eb1a527e7]

        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>  [3ca51ad4f5c2920c625c944deaeef8b496bf8abb]

        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>  [d33b89f0479b127e8c599b49a67d915afa3ec746]

        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>  [4dc75c9a3ac7ecab17959500075b44c4c1f77af7]

        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>  [2d7f702fc6dd9534648336719aec0af3956ffe2b]

        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>  [bc6baca6f27ed662b68814b1f88337743bef444f]

        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>  [c3130faf17446176302bd44cf45314be06f905fa]

        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>  [f5ffe271be8431421cdc2dc2406acec91e3f5cd5]

        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>  [c86b66db1500849a83f1c3dd06137d9e88ad44fc]

        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>  [a44a6b02a315f592459f567836c8b94537644a5d]

        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>  [986e15202cd2d148d891a67f4ba78dd4f652966a]

        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>  [a778577e2e623806da607f836481ba6383500176]

        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>  [26cd7b0376031e4931c327f5cc59eb819b355b76]

        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>  [d0955a2da83de3bbacbc28a77e4bbbfe3af6a796]

        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>  [36cef9dc921d42a597fdab8347caaa954ff71b5b]

        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>  [b99323b25ba6f64f14a44b2a05c9772673be60ae]

        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>  [96e929a4e556c32abdcf01f45bdec0ec68494fac]

        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>  [abe6406ab1023ecb3f6562d078e4949af2439c91]

        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>  [7cb7bc6988384be013c373e2e4d48cd019bd7581]

        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>  [229a7bda28fc2f84ba5969da5a779eb7be7464b8]

        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>  [b768fc4bbe96e403f4b9d09417dccb00d380e530]

        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>  [0a83c36669da5735c71b8a7a1a0cd9a06a86a8c2]

        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>  [9819e2a495b647ed08110539de9570ab78f4f6f2]

        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>  [d4ff87ce7a67488081633fef7b5c593fb2a0978d]

        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>  [aefd7033cea6eb9b9ff61f1cdc0378c9ec9de62a]

        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>  [c5329969002dad9fa97dcd91fea0973f78c3d8c7]

        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>  [0338efe15e3d70b2a2630b7e85b372f11a3c05fa]

        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>  [4d135e793dab1d18fe7758acf1bfe8ae60899559]

        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>  [3f1ea3bb099fc305cc14ec33d06a16c8dd328ff3]

        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>  [be7261531e279e8a80447316eb28b851eab0ccba]

        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>  [2afbaed462582a11bfa9b07fdc8c79b4aa6896a3]

        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>  [842cfd7b08566a08da87280f3f9bd75cfe5b0004]

        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>  [725420e8a9487b45c597df81bf1542224b919a50]

        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>  [28528f83646167116a61f65b0c31d87dd9bc9217]

        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>  [c403261ebe7c6a3bf9260463150d21358f2e48e3]

        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>  [a4dfa4729e38c59ac28641895a13b291c4418113]

        INTEGRATION: CWS pchfix02 (1.18.18); FILE MERGED 2006/09/01 18:00:35 kaib 1.18.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [474d8976364819c096bf8c413d490c2fb1ee0b62]

        INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED 2006/09/01 18:00:34 kaib 1.9.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a6e3d8ebd7b45314ccb9d3f28e7251d1ea4c9db]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 18:00:34 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6b04ce357d9714c83c6c378676e819855b87905]

        INTEGRATION: CWS pchfix02 (1.12.6); FILE MERGED 2006/09/01 18:00:34 kaib 1.12.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd5712bcd743374355a526c8d0752989caa6f3f3]

        INTEGRATION: CWS pchfix02 (1.11.6); FILE MERGED 2006/09/01 18:00:34 kaib 1.11.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a64d7cce17d2995159d54ed908fc118a645dbbc]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 18:00:34 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84408dae88ea957a8883b315ca6ff2cf7cd2b6b0]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 18:00:33 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b02ff183572e18a00b65c835d4273597e534325]

        INTEGRATION: CWS pchfix02 (1.32.6); FILE MERGED 2006/09/01 18:00:33 kaib 1.32.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a08fe2c8b495a77ef68a279a8d1d638044af9003]

        INTEGRATION: CWS pchfix02 (1.35.6); FILE MERGED 2006/09/01 18:00:33 kaib 1.35.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9dd6c13395f571fabe565df6ed8bbf787ea6523a]

        INTEGRATION: CWS pchfix02 (1.35.6); FILE MERGED 2006/09/01 18:00:32 kaib 1.35.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e403f66ab6daac1477e56f3176689ec6c08db36a]

        INTEGRATION: CWS pchfix02 (1.27.6); FILE MERGED 2006/09/01 18:00:32 kaib 1.27.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [958ddf289b67a905f8f0b77f8433caa41b29d978]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 18:00:32 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad20b044b16cc1b190ff02e93b278af75adf6980]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 18:00:32 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ebb8cc823d9f7761c7b432e906b3020c149e75d]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 18:00:32 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc7651fac34ad607d91d8c27ce46cffb74c4f8cf]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 18:00:31 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c85c7d6b6005cb90af9cc0734e83151a75bf112f]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 18:00:31 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a151a703c738a73e056cdf93b11cfcbcc22928c]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 18:00:30 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ad2040e972cec58da0fe33d3a7b8fe79766aa94]

        INTEGRATION: CWS pchfix02 (1.2.10); FILE MERGED 2006/09/01 17:40:19 kaib 1.2.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38a8816e1770b356cc38298f39286d85f005e2cb]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:40:19 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fffea4053a63ba6a0af90ab8df061f16a0443682]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:40:18 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d71cfe21498249b1a6fe1b13236b4dfd3069781]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:40:18 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2847e83ca780e6c7cf6bcde3e902735eb26e60e8]

        INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:40:17 kaib 1.3.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d47b9128a0ae32437b83b68192de1fe1ab47520]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:40:17 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [31073cf1c1e928a9b273519a519e03906a8b529f]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:40:17 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3112980189838f7bb6b55cfa62d9fdb332e50fc1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:40:17 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d2371aa6a7753ca49ce03ec1754a0fce93179ee]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:40:16 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [edf5be31ffde422d83beb8767dc341d3fb2cbead]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:40:16 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1729de7152cea4ee2e12eeceb500aef85a86d007]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:40:16 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e86d74a6c55d6c09fffba71fe60db434e58819e]

        INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:40:16 kaib 1.3.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d0693bbd28b2f26db8c7aae6923c5b582ddde8a]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:40:15 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c5af9e17a5472e7591cbccc2a9764259ce71881c]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:40:15 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45a86bf5df5689ad8fc42fbaa26e15e34c1c9ccd]

        INTEGRATION: CWS pchfix02 (1.2.10); FILE MERGED 2006/09/01 17:40:15 kaib 1.2.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d825f447c458c804d86248beac3de3da461ab8f]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 18:00:22 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05ea05950d5f6ea295f62915053cd430a2dff152]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 18:00:22 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ab4f17c85cfdf68eaec2489b658529687441e8e]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:22 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [752f0e95186b88ce8e5cda9fec6cbcc6c58ed296]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:22 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b949df9bd779c7d3017d39d0cae4e28eaba80a47]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:21 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a551368828cc9f4575be170cd1e94b61c3157e4]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:21 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [010150b891b2c4db961bae274e809276653eebf2]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 18:00:21 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0aaa4229797dc9d1ed886ae4d6c2731735a4c938]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:20 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cfbff624ad6cf8cffea67439306c7a282b7b4b5]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 18:00:20 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb8a6c0444efbbaa9ac38970ede197bad48de35a]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:20 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5267ec933fafc0aaebeb8c8be8a0d8b601b7a22c]

        INTEGRATION: CWS pchfix02 (1.19.34); FILE MERGED 2006/09/01 18:00:20 kaib 1.19.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5cc480d46a1c619712092ca1af6ce3317b15573]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 18:00:19 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f60087f6703aba8bf71e9fab6c2b42031b6c0436]

        INTEGRATION: CWS pchfix02 (1.13.34); FILE MERGED 2006/09/01 18:00:19 kaib 1.13.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5a33aa01833cf1a80053a6293a193dd693c8b26]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:19 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0162073e4a7d7652a2550a5886e6121b4363f507]

        INTEGRATION: CWS pchfix02 (1.17.34); FILE MERGED 2006/09/01 18:00:19 kaib 1.17.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9087c80ed73cb829bda5ca7b9fd807aa986570ec]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:18 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6752cc72b7e791e0a09444138aba3308cf720fe4]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:18 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a480c54054b9762bfcc3aa3fa45e96bb87b431e9]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:18 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4913cb293a99b4c350ef656fbacd2b64cbf4f275]

        INTEGRATION: CWS pchfix02 (1.20.34); FILE MERGED 2006/09/01 18:00:18 kaib 1.20.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2eb7dcc622e2fc749fa26e1d019745fd0bee0e36]

        INTEGRATION: CWS pchfix02 (1.18.34); FILE MERGED 2006/09/01 18:00:17 kaib 1.18.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f60cd8cb4087bb96906e83fe34ed5a62c5325440]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:17 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c6b18e4f7b07c9f2347553ab1314a7f8db0c6ed]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:17 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b869ec3b56a665d719113d95baf7f2c820bea261]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:16 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2921690fe2e20b29a697fcf8da0b04ed5657501c]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:16 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4a2423ccba96b34006040cc3731b869b5fa297a]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:16 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0992bab97801054294252b70844a4631802022b4]

        INTEGRATION: CWS pchfix02 (1.6.158); FILE MERGED 2006/09/01 18:00:16 kaib 1.6.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [364ec34c7fd92f1eacad1563f6e50435ceeb7ac7]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:16 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [356fcd95c985e94fd10971f7dc78697efd2220e6]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:15 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [291a7292c323ef07981d66d002011e70920d6754]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:15 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4222b2e03122b48c8426cb4aea81d40f207093e4]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:15 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d9a7a5ec1476915c9093e23e4b9546e1b26a578]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 18:00:15 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4726978182bf1563f26c8d8962f58f97bc4d2682]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:14 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [28f549055b48a680d256035e5bbc4b70df12d6fa]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:14 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a82d5f451ce66a4befe8fa09dc5d55c5b8cea734]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:14 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [860c685d30d3a3a8f64bbce10fe04da510ff3b08]

        INTEGRATION: CWS pchfix02 (1.5.158); FILE MERGED 2006/09/01 18:00:13 kaib 1.5.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9335ed4fafe4f6629ed28fb3f8c87e1046c4f57e]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 18:00:13 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f433c3f2d4d14c2f57d271f1276ca8e6d0849cb]

        INTEGRATION: CWS pchfix02 (1.26.18); FILE MERGED 2006/09/01 18:00:12 kaib 1.26.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a270865f06a9f08b0758dbc38212a2d6a3b8597a]

        INTEGRATION: CWS pchfix02 (1.27.32); FILE MERGED 2006/09/01 18:00:12 kaib 1.27.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68a256bdffb204f6cdaa042095cc350df067aef7]

        INTEGRATION: CWS pchfix02 (1.22.18); FILE MERGED 2006/09/01 18:00:12 kaib 1.22.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [594b723fdbcc67db238d23f4ea2537be6f2ec661]

        INTEGRATION: CWS pchfix02 (1.15.160); FILE MERGED 2006/09/01 18:00:12 kaib 1.15.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0eff43d32d6f6a87b444eae83f189e623ff34203]

        INTEGRATION: CWS pchfix02 (1.95.160); FILE MERGED 2006/09/01 18:00:12 kaib 1.95.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db306cc882494c234a165ac15ba42292187098bb]

        INTEGRATION: CWS pchfix02 (1.33.34); FILE MERGED 2006/09/01 18:00:12 kaib 1.33.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [07abb5efd139709e82fe0b4ab1481bbd13f75979]

        INTEGRATION: CWS pchfix02 (1.55.34); FILE MERGED 2006/09/01 18:00:11 kaib 1.55.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12d0417af17b0c9f12082726a2e6e7c343f17055]

        INTEGRATION: CWS pchfix02 (1.128.14); FILE MERGED 2006/09/01 18:00:11 kaib 1.128.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0348ff7743b43dad9c078d9c7257cca960568bcf]

        INTEGRATION: CWS pchfix02 (1.19.18); FILE MERGED 2006/09/01 18:00:11 kaib 1.19.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [298bfeab3665f62cb91e609d489542ddc8c61602]

        INTEGRATION: CWS pchfix02 (1.120.34); FILE MERGED 2006/09/01 18:00:10 kaib 1.120.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [434061b1d965828482c2edce1f2e156618ce39d4]

        INTEGRATION: CWS pchfix02 (1.17.16); FILE MERGED 2006/09/01 18:00:10 kaib 1.17.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [240cc407ff572a4a443abb7edc3bd04b125e8612]

        INTEGRATION: CWS pchfix02 (1.58.34); FILE MERGED 2006/09/01 18:00:10 kaib 1.58.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e767bce6007c706339866a8f32e0bb0f4d6f769e]

        INTEGRATION: CWS pchfix02 (1.66.16); FILE MERGED 2006/09/01 18:00:10 kaib 1.66.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ed4426a929c9effb5be9c8240d7ed5f5f355ec9]

        INTEGRATION: CWS pchfix02 (1.31.18); FILE MERGED 2006/09/01 18:00:09 kaib 1.31.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [793f06e11977508b67f68bc637f0bff4ab9eff0f]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 18:00:09 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c7034eda265b492be13f5cac1cd2852a283fa814]

        INTEGRATION: CWS pchfix02 (1.5.160); FILE MERGED 2006/09/01 18:00:09 kaib 1.5.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [186f1a398a95beaf86a04c1efd0d483039b9efaf]

        INTEGRATION: CWS pchfix02 (1.5.158); FILE MERGED 2006/09/01 18:00:09 kaib 1.5.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [387f682e6430680bc4a35530d95e5abc14e28158]

        INTEGRATION: CWS pchfix02 (1.2.158); FILE MERGED 2006/09/01 18:00:09 kaib 1.2.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b5c2d9f2ce80c07d2d6bee31f8b1ab9e7445447]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 18:00:09 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7ef95d60497a917c4bc797c8cb9e74720cf3174]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 18:00:08 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [47127a1f0d6616721cb42f362a7c4cf1974bbf8e]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 18:00:08 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b08b3b63884964494e0082fb28cd43687b9fd65]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 18:00:08 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [231665b4a00bb6479abc00e3750c2577cfd76f95]

        INTEGRATION: CWS pchfix02 (1.7.160); FILE MERGED 2006/09/01 18:00:08 kaib 1.7.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ec2b80b2f670f4f7336d66138bbfb741051130d]

        INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 18:00:08 kaib 1.11.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e500d9fd13305c5866e5209039f66a6f601859f8]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 18:00:08 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88c327e6863e677c2da5a3d693c9f8cc79c5e7a7]

        INTEGRATION: CWS pchfix02 (1.6.158); FILE MERGED 2006/09/01 18:00:07 kaib 1.6.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [794673024880bd375b91af2db041ace05689fd51]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:07 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ccf20cf3daa215cbe8ca8423604e0f74a77e7484]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:07 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6f7dcd3516ac700be6054be718ac96c15804ec2]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 18:00:07 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7838026017e8fd5215dc5655493168618b9434ce]

        INTEGRATION: CWS pchfix02 (1.10.158); FILE MERGED 2006/09/01 18:00:07 kaib 1.10.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e5ef773eee7d183197b56d87a093822731eaad6]

        INTEGRATION: CWS pchfix02 (1.68.34); FILE MERGED 2006/09/01 18:00:07 kaib 1.68.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2352e2e3e5ad2336fca8d306dae5033e7841a66f]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 18:00:06 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e976a0fe518fd9c767bdbe21b85be52822c1c5b]

        INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 18:00:06 kaib 1.14.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c6475ce0f31838c2592c736ea007067d00a1b63]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 18:00:06 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b720904ba6bde7e54e781d47a5f26b2166f44bcb]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:06 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ffdea0a765031c0d216974ce576172c60f95b8b]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:06 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [55fda37ec2f3c37f7f5f41288899c772104add6b]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 18:00:06 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb4285ab40ee721c9af5e2c1322866a7c1a170eb]

        INTEGRATION: CWS pchfix02 (1.23.34); FILE MERGED 2006/09/01 18:00:05 kaib 1.23.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [584dee7df0e0cbb7beab0844feb6811a29d499ee]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:05 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [718452067340d3df6311fcf531d1875a3bfe92d8]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 18:00:05 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6616b88f0e50c3b038384971aef36931a57cfe5a]

        INTEGRATION: CWS pchfix02 (1.42.18); FILE MERGED 2006/09/01 18:00:05 kaib 1.42.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9ba90b941ba23b55f6d6592cd352a5b20d2356d]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 18:00:05 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5817fcfd7645ce6276a281438ae3225c7cf105fb]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:05 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d469cbff52157d8f34ef8f60574f6df96e94eb0a]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:05 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [19bfcada8e96b05f604f9cc40943d612be511e91]

        INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 18:00:04 kaib 1.11.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98cfd4fda1622282cc4e0e5d6af9468874187387]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 18:00:04 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25ade4bb8f8faa1b34f42a998dcc388fbbc7edbc]

        INTEGRATION: CWS pchfix02 (1.5.158); FILE MERGED 2006/09/01 18:00:04 kaib 1.5.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00be7a03976fcef504405902fe150813b3e46028]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:04 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d755f96c1134b3fbcd2402b3f3604a4fd857061]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 18:00:04 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26ae398c5a723c39d28f38e38232c4a79106e04f]

        INTEGRATION: CWS pchfix02 (1.7.158); FILE MERGED 2006/09/01 18:00:04 kaib 1.7.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0f99a31e925e4ad81c8ded5a52cd41f828afdfe]

        INTEGRATION: CWS pchfix02 (1.6.158); FILE MERGED 2006/09/01 18:00:03 kaib 1.6.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6103ed464a076f6e0e1b12f869edde14f5989b5]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:03 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [42fb648bd720d10fb8a2ca3a051e14f0fd4c8b82]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 18:00:03 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca8311a12a3fc513074231a07a13e2329de8621e]

        INTEGRATION: CWS pchfix02 (1.15.34); FILE MERGED 2006/09/01 18:00:03 kaib 1.15.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b8e43157fbd62ca470bc873976fa09a884dd39f]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 18:00:03 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c379d291f8a1a941d2dc7859e5310fd7e2766dc5]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 18:00:03 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36ff4455fbb9f43cd6d9e00d16c0a9923837a938]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 18:00:02 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1819ef6963e6c563710a13ec077c384213fcc72e]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 18:00:02 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a6eda3a85205459c87721fb615bd6709e3de747a]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 18:00:02 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e30f555d4ed52ccb524c0ba8ff19893685aacb55]

        INTEGRATION: CWS pchfix02 (1.6.158); FILE MERGED 2006/09/01 18:00:02 kaib 1.6.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1200c9ab79923cf8fb3c435a57685022692f5ff]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:02 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [927135a01d601caa3beb99b8c44ec7ee30baa3e6]

        INTEGRATION: CWS pchfix02 (1.8.158); FILE MERGED 2006/09/01 18:00:01 kaib 1.8.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [419e7c8d1b351464672f2e286399a7485212e3e9]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 18:00:01 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0106edf9cf1df85bc2b2991bd89bf3a1ed5bb1c]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 18:00:01 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f8a603e193b614b834ea36ba0f8fa84b02a115d]

        INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED 2006/09/01 18:00:01 kaib 1.11.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4de7de044226d91f9cad97c3d619fb680e3ff654]

        INTEGRATION: CWS pchfix02 (1.17.34); FILE MERGED 2006/09/01 18:00:01 kaib 1.17.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [535eac2382ed0f71e65309dd252f57a442053ea4]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:01 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08de15d816fb43c8f168992cee35f2cbd38d243e]

        INTEGRATION: CWS pchfix02 (1.9.158); FILE MERGED 2006/09/01 18:00:01 kaib 1.9.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e77143e18a38de99bee8dd088a6151b0bb617257]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 18:00:00 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e3c0c8ae21c7c49bedb9de38f7d9a74258dca9e]

        INTEGRATION: CWS pchfix02 (1.9.158); FILE MERGED 2006/09/01 18:00:00 kaib 1.9.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9733084807b4f6110f987cc25ca0ce3fd91b75e9]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 18:00:00 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ad1505bbcd69d9f8af1b6958df978e399a615ab]

        INTEGRATION: CWS pchfix02 (1.8.160); FILE MERGED 2006/09/01 18:00:00 kaib 1.8.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba2c596ec2f745c1c6201c63395b85409e60b42d]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 18:00:00 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10469fae774794233af8d682aabcf49b08f253ef]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:59 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6fdb24a06a1a2d8180039a99ac4f09810235d894]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 17:59:59 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fb4f101a547a7671de82359e629bd3a071cabcc9]

        INTEGRATION: CWS pchfix02 (1.13.34); FILE MERGED 2006/09/01 17:59:58 kaib 1.13.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e76d7be9a2c7262a71d8259a0b2b31f41dc11ae]

        INTEGRATION: CWS pchfix02 (1.12.160); FILE MERGED 2006/09/01 17:59:58 kaib 1.12.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5bcfeae3051fd40c59c03c7009ad2f59da8dc8c7]

        INTEGRATION: CWS pchfix02 (1.38.32); FILE MERGED 2006/09/01 17:59:58 kaib 1.38.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5bb6c143d11ffb0c74812e2832b95694ecdf1d5a]

        INTEGRATION: CWS pchfix02 (1.7.160); FILE MERGED 2006/09/01 17:59:58 kaib 1.7.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b5c9e8b91163e7c9421cc6eb77be9157b719a7b]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:59:58 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [79bbd30a2934e9fb8810b0f7b29833d1bcc07e1b]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:58 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e24e127e85179d88d99169799cc71bdf3c28b17]

        INTEGRATION: CWS pchfix02 (1.37.18); FILE MERGED 2006/09/01 17:59:58 kaib 1.37.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [033a98961cbacded2669cbdc167d92932e102f8b]

        INTEGRATION: CWS pchfix02 (1.43.16); FILE MERGED 2006/09/01 17:59:57 kaib 1.43.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7824007ff6a2dd555667001be019c80e8a2db55]

        INTEGRATION: CWS pchfix02 (1.44.34); FILE MERGED 2006/09/01 17:59:57 kaib 1.44.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff2cfb103980987dc7d3a87a88abdd1cf279f680]

        INTEGRATION: CWS pchfix02 (1.26.18); FILE MERGED 2006/09/01 17:59:57 kaib 1.26.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d45442ef03fd38dcf0683b25c7f81fb1f0a3f9e]

        INTEGRATION: CWS pchfix02 (1.36.32); FILE MERGED 2006/09/01 17:59:57 kaib 1.36.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d964d1b022a5ccdf201a069f504f0bf7adab7f82]

        INTEGRATION: CWS pchfix02 (1.46.34); FILE MERGED 2006/09/01 17:59:56 kaib 1.46.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffced4bb28039ae08840ee8d99e1fa87de4f4fd9]

        INTEGRATION: CWS pchfix02 (1.20.18); FILE MERGED 2006/09/01 17:59:56 kaib 1.20.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78352ea8612892519cb83d3f06102038ca96509d]

        INTEGRATION: CWS pchfix02 (1.21.32); FILE MERGED 2006/09/01 17:59:56 kaib 1.21.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d01bdfe1e50ff23cb83cd27b65fe84a60b68141]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:56 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8a6262e840dcc5de5147e53d122cbf30139c6c9]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:59:56 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e9a585fe269c91f98b7bcab23a288098b9fdc3d]

        INTEGRATION: CWS pchfix02 (1.6.160); FILE MERGED 2006/09/01 17:59:56 kaib 1.6.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9032881e0563826809be4b49df5d3572011520d7]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:55 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [69474ea5cc71b784e8b73e66bd37eb5153854d97]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 17:59:55 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c8ece8d2cc075ea34dba0bb2300cf6d60e28a26]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:55 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [381b92711266bbc17acd230209c75d2bc1f0f514]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:55 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [168416aa142ed6d7f6ed613c1b7d338b410cf225]

        INTEGRATION: CWS pchfix02 (1.14.32); FILE MERGED 2006/09/01 17:59:55 kaib 1.14.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3feec34b13eb6e6eed54c2701af99075a280058]

        INTEGRATION: CWS pchfix02 (1.25.160); FILE MERGED 2006/09/01 17:59:55 kaib 1.25.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbc22a2c03cb06f0e22cffbdefdb102b23d7584d]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:55 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fb2801069f04ac15316f918908fa2e24f1a453b9]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:54 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d567efe2d9790593ccb5b52a2d49b77702446c64]

        INTEGRATION: CWS pchfix02 (1.23.34); FILE MERGED 2006/09/01 17:59:54 kaib 1.23.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f55df100baae3cbe01e355b09465b91f4e654454]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:54 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ab622de264d6d8225eb4a24073e7de3acb39f2af]

        INTEGRATION: CWS pchfix02 (1.5.160); FILE MERGED 2006/09/01 17:59:54 kaib 1.5.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e852fa8d18df7ffe30387a9bea4a147c9132b76b]

        INTEGRATION: CWS pchfix02 (1.18.22); FILE MERGED 2006/09/01 17:59:54 kaib 1.18.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ddb3dfac0472c2482b71b897b7c79ca7b3c084b7]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:59:54 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0fd50645bbef52b23db47073880fa6738aaedf04]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:59:54 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [824697173084deeeecc32641c6d03186b65208e0]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:53 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eedb57ace198f4b22bb83c53aa55d187110705fe]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:59:53 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38f73695a384fb0e45522655e467e8cf7c951183]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:53 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2304069c9b34762db77b55f89157c485b971eee5]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:53 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5367c8205d5fc8fee7c3e9c826f43580f66838b9]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:52 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e20c792e78008a610cfcaab32dfafad961ea282b]

        INTEGRATION: CWS pchfix02 (1.6.58); FILE MERGED 2006/09/01 17:59:52 kaib 1.6.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [679306a676fcb6767854488ab69e9a1472d1ae1d]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:59:52 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b427038d53d857f38c1f2974d01249b1bfff9fa]

        INTEGRATION: CWS pchfix02 (1.5.160); FILE MERGED 2006/09/01 17:59:51 kaib 1.5.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a8671ead030c89f7cf6db8bb2abf3a4f43630e67]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:59:51 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b08ab3db89c9f5976f178f64c7055e99e60dca6b]

        INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 17:59:51 kaib 1.14.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9469d5927b1e9b253514275e7471dd69d9ff0399]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:51 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b220a12635ec18a7a9210ed144554d464a68e0e9]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:51 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0005f9335eec5937ba1fd627df5626ebcb0b45c]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:59:51 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f4bd03a116ec46c8908cec8c9536121a08b21ff5]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:50 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5fa68b6afb14c7730d836da4f01eca2fafd9634]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:50 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5dd0de39188bacb86e91a3945e7636beeea6f22]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:50 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a58879b456da34d7ff4521390a30a665c201782]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:50 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b798c62501576de545b14f8d687aae324e41f35d]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:50 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95906fee7313f9b0e08651ac234d109af557d142]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:49 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ceacbe83dde06f51aaf0271be0eb530e3f5b796a]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:49 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4042472da390210b47edbd7562364c54658fbcde]

        INTEGRATION: CWS pchfix02 (1.13.34); FILE MERGED 2006/09/01 17:59:49 kaib 1.13.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [43e4377e5dc3da05ada28e5c26055d99a12a7cc5]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:49 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1608c29b080b50d0d753f0ad92b4a62841a4a8c]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:49 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97200a4654f81b48688449da29c6931e19d498e1]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:48 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b431a23ec17cc61d27e98973d98ac2d59239ccb]

        INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 17:59:48 kaib 1.11.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [360165544481d06b0a1f5ecb613cd41bf31d702f]

        INTEGRATION: CWS pchfix02 (1.29.34); FILE MERGED 2006/09/01 17:59:48 kaib 1.29.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2fd604ae79c3a414225e104a778bd8130fdc49f]

        INTEGRATION: CWS pchfix02 (1.11.160); FILE MERGED 2006/09/01 17:59:48 kaib 1.11.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32029fc48c7edb912cef43f6750ce64114ef1ff5]

        INTEGRATION: CWS pchfix02 (1.8.160); FILE MERGED 2006/09/01 17:59:47 kaib 1.8.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d4b7cbd1c7de5528c61fb32640f479326c9ce25]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d9c33b28ec96b54a5f2df3e5945419d22328855]

        INTEGRATION: CWS pchfix02 (1.15.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.15.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88a2b9434b0711195ed0b50aa105abbc7f131655]

        INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.11.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2bb0f06f480ceda229dd167961a5e592318518c8]

        INTEGRATION: CWS pchfix02 (1.17.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.17.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a4597fbd8864b9b54faf79713e8fee6461a8446]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac1a104bc20c76cf92cf629eeeb83efc1b97c72e]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:47 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae4a9531f6574d9fc1a5142ed73cd1a1059eeb20]

        INTEGRATION: CWS pchfix02 (1.5.160); FILE MERGED 2006/09/01 17:59:46 kaib 1.5.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0aff2878429093c2a0fd54cabf6f19b62131c763]

        INTEGRATION: CWS pchfix02 (1.11.34); FILE MERGED 2006/09/01 17:59:46 kaib 1.11.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a119898243d930a85e790678217f49f698abe079]

        INTEGRATION: CWS pchfix02 (1.13.18); FILE MERGED 2006/09/01 17:59:46 kaib 1.13.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cb8dffd2d513a1ffd8b0e96d47521bdee3cb452]

        INTEGRATION: CWS pchfix02 (1.9.158); FILE MERGED 2006/09/01 17:59:46 kaib 1.9.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d77d7c0af7488a5a33e10c6482c6157ec5b2070b]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92f38c18bd53b2d79ae0317b6df065ef565fa08d]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca1e4716636000a50c6d33c00486454b5ab96f7c]

        INTEGRATION: CWS pchfix02 (1.13.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.13.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1caafdbe4dea13119815c6f214bcee4b57f33004]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [636c0026abe6e7605dc6a60b44ead10917d994b6]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54bb2c1419f3a1009e91476c7ac7fd210d6b86d8]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:45 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e408e15c287fbc3c6ded76844f90ef4b228e99b]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:59:44 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [327c129737f46d577a5c4a2efb6f61993de1b6e7]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:44 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1ea86c4b48c8d98cc93e2541626831d820da1ba]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:44 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d489b27324d5563e71c00fd23eb7857a373e1e12]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:44 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f033df78a692360a7f1be2fd5635adcb0ec37f80]

        INTEGRATION: CWS pchfix02 (1.8.160); FILE MERGED 2006/09/01 17:59:43 kaib 1.8.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1467a764452cdb68bd413bc0c44ddf029be586b0]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 17:59:43 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57516dcbf4a6b8dcc1208e0c1db6ae87f15b4107]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:43 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56e8ca9bf2aebe457ae00b3df4e2b776482f5e8c]

        INTEGRATION: CWS pchfix02 (1.20.34); FILE MERGED 2006/09/01 17:59:43 kaib 1.20.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f3aea9c45a2b1df76b6f16ff1dd89f765c47ea01]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:43 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5ace0439477c9193397124ff4f3c16ad25786125]

        INTEGRATION: CWS pchfix02 (1.13.34); FILE MERGED 2006/09/01 17:59:42 kaib 1.13.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7380c4a713836f9263556fdfc2c7f33027e51df7]

        INTEGRATION: CWS pchfix02 (1.7.160); FILE MERGED 2006/09/01 17:59:42 kaib 1.7.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2df70e35d272fe60709e372151925a37a0b8a968]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:42 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35599e0ee0231cdb42fd67e5692a5b3496b56cba]

        INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED 2006/09/01 17:59:42 kaib 1.24.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [464ab0aecdae61943f7b7264e8273b9d43b79c15]

        INTEGRATION: CWS pchfix02 (1.31.18); FILE MERGED 2006/09/01 17:59:42 kaib 1.31.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e14e2132c64fb8892f74f33088537884643d805]

        INTEGRATION: CWS pchfix02 (1.8.158); FILE MERGED 2006/09/01 17:59:41 kaib 1.8.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ae6c4a50f367c3938b5fe3b2dceea3ce8051c0f]

        INTEGRATION: CWS pchfix02 (1.5.160); FILE MERGED 2006/09/01 17:59:41 kaib 1.5.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [79fe782e1bc839588e3a877ea328b66c980e428c]

        INTEGRATION: CWS pchfix02 (1.28.32); FILE MERGED 2006/09/01 17:59:41 kaib 1.28.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [305d75a5a3009d7209a5a89a82cc55813871cbc8]

        INTEGRATION: CWS pchfix02 (1.31.34); FILE MERGED 2006/09/01 17:59:41 kaib 1.31.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d4666a36ef0bdfc1cc25f46cb717b9110595653]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:59:41 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ad5f3e377c27b10ff1a0465b67ae1da3c1aab30]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:40 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a151fc06099dc5e61f1a888e34a270fac2890541]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 17:59:40 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d204b44007a282b75e3f363ab65ed12b2ffcf30]

        INTEGRATION: CWS pchfix02 (1.14.18); FILE MERGED 2006/09/01 17:59:40 kaib 1.14.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98f247cf43c0b80b5b1eb5a8d2de499ce9214859]

        INTEGRATION: CWS pchfix02 (1.16.18); FILE MERGED 2006/09/01 17:59:40 kaib 1.16.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88390301d70e55fe2ebbdddb1e9bd80b490421ba]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:59:40 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [497b77160c9e58f1562b2f1f33424c6267617a16]

        INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 17:59:40 kaib 1.14.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16d025760bc3ecd50fbf49f898cd0ec09a3d0167]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:39 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [628d7fba211ae75c89f82095a109896920c0c4fe]

        INTEGRATION: CWS pchfix02 (1.18.34); FILE MERGED 2006/09/01 17:59:39 kaib 1.18.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dfc2a4338cc5f7ae67a7e76998487348925b67ff]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:59:39 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71b812bc391bcafe0c469034d37682fae678db56]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 17:59:39 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [50270325337aea8e529f6a803be35dbb4f4d83ce]

        INTEGRATION: CWS pchfix02 (1.51.16); FILE MERGED 2006/09/01 17:59:39 kaib 1.51.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7697e7d82bd82f4ef36b9c45fb375079e9b5c7a3]

        INTEGRATION: CWS pchfix02 (1.42.16); FILE MERGED 2006/09/01 17:59:39 kaib 1.42.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e01810c68489e94b046a2ff2c82c2938e17e1432]

        INTEGRATION: CWS pchfix02 (1.23.34); FILE MERGED 2006/09/01 17:59:38 kaib 1.23.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2f4d4401fb70d3ebe8e9337a33a460ad39dd7f2]

        INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED 2006/09/01 17:59:38 kaib 1.15.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bff5322fa0ebc970ce2f840d5371eb2be66cefa2]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:59:38 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e99dbd6c0941c436b556e2ec791a966fe4858b2]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:59:38 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c14b0b873cee746e3bade5485a985de59b7333a]

        INTEGRATION: CWS pchfix02 (1.48.34); FILE MERGED 2006/09/01 17:59:38 kaib 1.48.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [14c0ac40c622a961570aa7b3db41162435e84d7e]

        INTEGRATION: CWS pchfix02 (1.9.34); FILE MERGED 2006/09/01 17:59:37 kaib 1.9.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76d89f74908255f9402af4c51187415901f249ad]

        INTEGRATION: CWS pchfix02 (1.114.32); FILE MERGED 2006/09/01 17:59:37 kaib 1.114.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b3390ab6d290568d1da68319fbe83f916114c6f]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 17:59:37 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0447ec51458d181b7c3dd924f61fb38593c5d8b]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:37 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ac46b84326753849e089cf26b9a9565883085db]

        INTEGRATION: CWS pchfix02 (1.15.34); FILE MERGED 2006/09/01 17:59:37 kaib 1.15.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3486699444458a3144dd6e1327a221c6d9a06ff]

        INTEGRATION: CWS pchfix02 (1.12.32); FILE MERGED 2006/09/01 17:59:36 kaib 1.12.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [371c6f1a3b282117a67af30fc54b59d89d19952f]

        INTEGRATION: CWS pchfix02 (1.30.32); FILE MERGED 2006/09/01 17:59:36 kaib 1.30.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5ebf77dc042a644602e214e9cb68a8adf1c99785]

        INTEGRATION: CWS pchfix02 (1.18.32); FILE MERGED 2006/09/01 17:59:36 kaib 1.18.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbead0a0017f10e0aae1cd84bc068878f516230f]

        INTEGRATION: CWS pchfix02 (1.9.32); FILE MERGED 2006/09/01 17:59:36 kaib 1.9.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c31c2bea8056036dfd7e501b6dac3e1281326cc0]

        INTEGRATION: CWS pchfix02 (1.21.32); FILE MERGED 2006/09/01 17:59:36 kaib 1.21.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0321110837b1bbff5e5877723be583da3a4193e]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:35 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ed8680903a96f74e183a6dceef56ebe2133f3843]

        INTEGRATION: CWS pchfix02 (1.62.34); FILE MERGED 2006/09/01 17:59:35 kaib 1.62.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [697cd0be1110d8e141cb8376361f48a4819e7387]

        INTEGRATION: CWS pchfix02 (1.10.32); FILE MERGED 2006/09/01 17:59:35 kaib 1.10.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e2b4c9709b6ff89d46afb438422864271feb66e]

        INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED 2006/09/01 17:59:35 kaib 1.15.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db38f00db2eeb75c65885ea03fb29b9c90c4108d]

        INTEGRATION: CWS pchfix02 (1.52.16); FILE MERGED 2006/09/01 17:59:35 kaib 1.52.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c20aeb40cf81e14a1cffe4877a776ca79baa7cca]

        INTEGRATION: CWS pchfix02 (1.74.34); FILE MERGED 2006/09/01 17:59:35 kaib 1.74.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffd027a9d03b59a1a534b939326696a1bf2e7b18]

        INTEGRATION: CWS pchfix02 (1.50.34); FILE MERGED 2006/09/01 17:59:34 kaib 1.50.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45f5a1082481189579cbced27a8204b11bea7fb8]

        INTEGRATION: CWS pchfix02 (1.106.16); FILE MERGED 2006/09/01 17:59:34 kaib 1.106.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87539350bb642fd6c059ce2b8ded777a820a7a66]

        INTEGRATION: CWS pchfix02 (1.88.18); FILE MERGED 2006/09/01 17:59:34 kaib 1.88.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c3a3b67e4b935d51548ac9bafba76cc84b094931]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6b2fa49f95299fe42698d8a5407b7690ea99163]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d71f01f66017751f678e60c6474edb4bc82dfbee]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b05515b6cd992b10c2d72a4b8a25708ff0bc8ca1]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e963d4b6de0c08294d7e67dbf981ca308c85552a]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a632ff5bd09ea63ea3bdc4f0ff48e724a721ca3]

        INTEGRATION: CWS pchfix02 (1.16.34); FILE MERGED 2006/09/01 17:59:33 kaib 1.16.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [24d365ded3004fbf402dee41213a586cf29432d6]

        INTEGRATION: CWS pchfix02 (1.18.18); FILE MERGED 2006/09/01 17:59:32 kaib 1.18.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ddedc40fa3175c560ceb0075d1d791b0e9316d3]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:59:32 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [909fc3f4b4afced413ff9ae4ec039b917909aa87]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:59:32 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d156980e3796c62fd659ee542d365dc420ec3d36]

        INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 17:59:32 kaib 1.14.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b83ec6ce011e8e77063754c24e7c3d56c06565a5]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:32 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bc8020761adeba6360eca72af14513b4aef487e]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:32 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d21a6d50794f50b82a17b58641af607b5badc22b]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:31 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [423e9000e5d747cd17c24bfe6dc46a5b89e93b5f]

        INTEGRATION: CWS pchfix02 (1.4.158); FILE MERGED 2006/09/01 17:59:31 kaib 1.4.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a5fc81ccb42319ee2a014f47411fe35c0006b3b]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:59:31 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b77ec659588205494c10be2de777b6f281cdab0a]

        INTEGRATION: CWS pchfix02 (1.42.32); FILE MERGED 2006/09/01 17:59:30 kaib 1.42.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0385d54dcae2da156d61c5a15332305c95b91355]

        INTEGRATION: CWS pchfix02 (1.97.130); FILE MERGED 2006/09/01 17:59:30 kaib 1.97.130.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [37e4aa18051eee3bba477502703de0d98e39b2e9]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:30 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d3a6f4eace92deb8e339cf7c6927aa98782b1695]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:59:29 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65ed0b1ca18665569233fccef35665b702d7a342]

        INTEGRATION: CWS pchfix02 (1.93.34); FILE MERGED 2006/09/01 17:59:29 kaib 1.93.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d2a628b3f7002c5ddd828aeba2ac55b1b3b7d4a]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:29 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35c48d0f294711168c8ee3283edd3e36747b196b]

        INTEGRATION: CWS pchfix02 (1.124.34); FILE MERGED 2006/09/01 17:59:29 kaib 1.124.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1605987ee34e270574f9331a359a603008b275cc]

        INTEGRATION: CWS pchfix02 (1.6.34); FILE MERGED 2006/09/01 17:59:29 kaib 1.6.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [223e2eaeac81c1a2ea1023cde64dab51b26cec52]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 17:59:28 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [946c4e9f250d37f4c0eee0c50a90748b0fe69786]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:59:28 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0cef8b929ea51a97005101559a8170203ad03630]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:28 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2cdab6e167b70de679501f21d6aef7a48425960d]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:59:28 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0947fa003b1301d2f8b607c8d8c7129aede46f7a]

        INTEGRATION: CWS pchfix02 (1.19.34); FILE MERGED 2006/09/01 17:59:28 kaib 1.19.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [31ea1867839c70c6f7706903a3eaeb10d86db895]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:27 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d6a41eabcc55850c4e797e30f397709d35f3228]

        INTEGRATION: CWS pchfix02 (1.23.34); FILE MERGED 2006/09/01 17:59:27 kaib 1.23.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cfade0e4a046dd54d5f54c9137c4405801ea966]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:27 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84d2ed17c5d5dd795d557edcfef5ac3eecf2235e]

        INTEGRATION: CWS pchfix02 (1.12.34); FILE MERGED 2006/09/01 17:59:27 kaib 1.12.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0826890c086b69c63d0678d7fb8431ae68b5533d]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:27 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a1d2794d447a74140d8205550610dab8debfc87]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:59:26 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [124c0b8c31904d436c3e59c21c2a99db3cf201e2]

        INTEGRATION: CWS pchfix02 (1.26.18); FILE MERGED 2006/09/01 17:59:26 kaib 1.26.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [119264c17afa323ecfd384df5cddc2764b442e3b]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:26 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df327f685b5a904817bd96c80158ca8057f07257]

        INTEGRATION: CWS pchfix02 (1.19.34); FILE MERGED 2006/09/01 17:59:26 kaib 1.19.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e4a9be1ddba1313a6944be0c1c23d768db8a919]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:26 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [31f2a7f06ccfae77f155349c03ef12d846475099]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:59:25 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [849419c08de59a1ff5cce783055837563f9408e5]

        INTEGRATION: CWS pchfix02 (1.23.34); FILE MERGED 2006/09/01 17:59:25 kaib 1.23.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5b37fbe3eb943c90b0d38ee6081783e94f1b1dd]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:59:25 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32b6b43dee6ef254d1af36502a950cd9548eead2]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:25 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4216f864476d180e7bdbff5e67dd3fe38cc5f071]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:24 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f31e00543eed47f1bc6aa6ff9cd3ec380949955]

        INTEGRATION: CWS pchfix02 (1.3.158); FILE MERGED 2006/09/01 17:59:24 kaib 1.3.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f07790bdfb24ae62b9b6184c6614339ddbaacd5]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:59:24 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a98955eff7fc559199519bf1191415c5839858d5]

        INTEGRATION: CWS pchfix02 (1.8.156); FILE MERGED 2006/09/01 17:59:24 kaib 1.8.156.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92983c5ed58e09f9d14b65d847f8277343a03a83]

        INTEGRATION: CWS pchfix02 (1.15.34); FILE MERGED 2006/09/01 17:59:24 kaib 1.15.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2211047d0d2bb0df25d3e68921d5f6ecc5259d9]

        INTEGRATION: CWS pchfix02 (1.35.32); FILE MERGED 2006/09/01 17:59:24 kaib 1.35.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [903c769628ae5cad9562e014951fa9a7a4b5ce23]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:59:23 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78d8d356089dba73ea8b56d3cfae0c02860b957c]

        INTEGRATION: CWS pchfix02 (1.33.34); FILE MERGED 2006/09/01 17:59:23 kaib 1.33.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c7e1952ffe22cfff9761e19d5ea90bb0d841798]

        INTEGRATION: CWS pchfix02 (1.82.18); FILE MERGED 2006/09/01 17:59:23 kaib 1.82.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0188582f66ba684c4b4d36f79647ce945e1b8970]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:59:23 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d91a8b67a5095b9b20649db530e1d3eae2c5650d]

        INTEGRATION: CWS pchfix02 (1.44.18); FILE MERGED 2006/09/01 17:59:22 kaib 1.44.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [360204b4d081cac8aff91456b3056243b1b7cc02]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:59:22 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f7b1f75299384c971d5499c15d3736634a6b7af]

        INTEGRATION: CWS pchfix02 (1.4.124); FILE MERGED 2006/09/01 17:17:10 kaib 1.4.124.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23ff14a6d2b5e47008d23318d7ad469cc74a152f]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:17:09 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ff77a9cfb338d2fe64646a352a8b4ca0371ac91c]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:17:09 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81a246ad1a69215b865049473aeb50c10fae1da8]

        INTEGRATION: CWS pchfix02 (1.4.58); FILE MERGED 2006/09/01 17:17:09 kaib 1.4.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36ceca4b2c5ab46aaf7d86c8504f5b3a500da61f]

        INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:17:09 kaib 1.3.120.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8b715f1b061ccd0204bd025d4aab2ca868ee192]

        INTEGRATION: CWS pchfix02 (1.3.122); FILE MERGED 2006/09/01 17:17:09 kaib 1.3.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38715c06fd276c48a16f389be0d24ed3e8b741f3]

        INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:17:08 kaib 1.6.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6becf2b68dae3eeedae2dabc217bb297786d1ecb]

        INTEGRATION: CWS pchfix02 (1.3.124); FILE MERGED 2006/09/01 17:17:08 kaib 1.3.124.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ee4232232efa1a50ec12f7bc5d5ea24688826ef]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:17:08 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38be7d3bebd60b1f9ddf8c566ca9bcdce91951b1]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:17:08 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d93f93e5e848eaa812f58616c91ff74135845d2a]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:17:08 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b5275da26f0902a31062b5329a39d3a5d18cfd1]

        INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED 2006/09/01 17:17:07 kaib 1.4.56.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a846929bdac52b988a95cf5222343532e52aa9e3]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:17:07 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15a4b382434b56d30c47836d7bdd076590679784]

        INTEGRATION: CWS pchfix02 (1.3.122); FILE MERGED 2006/09/01 17:17:07 kaib 1.3.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [425c9be2e7c21c4e8f82f3371dce3eccf4a52770]

        INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:17:07 kaib 1.6.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84c25fd371ddddb2e5ac4603050a79d69f7d983d]

        INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:17:07 kaib 1.3.120.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f0c246b695a42acfbccf6f9d4e05ec64fce82ef]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:17:07 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5cad8f37ab5d99ab05c1d77139a3b5d1004b7645]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:17:06 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [970c18ca51833fcb543c4fecc89621964e488517]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:17:06 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49c9a87b45c005a4e790ca1b020e85188877aeb4]

        INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:17:06 kaib 1.3.120.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [117ff82a3845686a2257914a86d781f539a9a8e6]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:17:06 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2574725334a88f30471d6eb3213bef20c82bc5f8]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:17:05 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [956a1f7ac1c2963d1a9d0d3ac93af01323e591c4]

        INTEGRATION: CWS pchfix02 (1.21.24); FILE MERGED 2006/09/01 17:17:05 kaib 1.21.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efd9a19417a2bbe59ba2089e9e7e7af2e70d0e3d]

        INTEGRATION: CWS pchfix02 (1.12.24); FILE MERGED 2006/09/01 17:17:05 kaib 1.12.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfb7222a9087e0eb9072d348184477b5cd483773]

        INTEGRATION: CWS pchfix02 (1.23.24); FILE MERGED 2006/09/01 17:17:05 kaib 1.23.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba02817d472335e3a4cc465b1f4eb8feb43932e9]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:17:05 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16e72b45658a34f9a703436df8f7af8b5ed15adc]

        INTEGRATION: CWS pchfix02 (1.19.26); FILE MERGED 2006/09/01 17:17:05 kaib 1.19.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a507a0dd6071dda1e6ac0216122e33c29152df5]

        INTEGRATION: CWS pchfix02 (1.29.14); FILE MERGED 2006/09/01 17:17:04 kaib 1.29.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [825e2fa1ef586f6c47ccfe68f7dad32ef9261a7f]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:17:04 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1efc59a446d9fd26df1e854d6cf1494569439e0d]

        INTEGRATION: CWS pchfix02 (1.28.24); FILE MERGED 2006/09/01 17:17:04 kaib 1.28.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5cc3ef334a6fb071afe5f73d2344b2bfdefdcde3]

        INTEGRATION: CWS pchfix02 (1.70.6); FILE MERGED 2006/09/01 17:17:04 kaib 1.70.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f19f27445ca2d0def944f4ee9da693554755b333]

        INTEGRATION: CWS pchfix02 (1.26.26); FILE MERGED 2006/09/01 17:17:04 kaib 1.26.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [559981d1ff43c61a3ae2c6c66931c53a1fb7f461]

        INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:17:04 kaib 1.8.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be4d7610358f5eb2e696972871eaeea4d2ecfbad]

        INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:17:04 kaib 1.8.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a80d368599eb6d3b474e106c9421836965758372]

        INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:17:03 kaib 1.3.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f440eab7583212511c215242efa99077074562ee]

        INTEGRATION: CWS pchfix02 (1.4.44); FILE MERGED 2006/09/01 17:17:03 kaib 1.4.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [edb80fcc09cb39ea64b08b6225bc1d6813c3d683]

        INTEGRATION: CWS pchfix02 (1.19.26); FILE MERGED 2006/09/01 17:17:03 kaib 1.19.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21fff4fb86436276d7023f285d71e891b884d11b]

        INTEGRATION: CWS pchfix02 (1.14.24); FILE MERGED 2006/09/01 17:17:03 kaib 1.14.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87d1d64f3d67e1b29d1bc3e26e0353876d9cca3d]

        INTEGRATION: CWS pchfix02 (1.20.24); FILE MERGED 2006/09/01 17:17:03 kaib 1.20.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fba72a3565a1dc6b24711d94f714c0f88eb08db1]

        INTEGRATION: CWS pchfix02 (1.12.26); FILE MERGED 2006/09/01 17:17:03 kaib 1.12.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbea97b31bac690ce171755709371e2747091fcd]

        INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED 2006/09/01 17:17:02 kaib 1.16.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [339abb4151207f9baeac038bca40b1d9d5612029]

        INTEGRATION: CWS pchfix02 (1.9.24); FILE MERGED 2006/09/01 17:17:02 kaib 1.9.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [555c7eb2ab3d38888f5da77c4758f75b2ce3c75b]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:17:02 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [80b493af54f14af07d5996abd35dc97b7f66e276]

        INTEGRATION: CWS pchfix02 (1.16.8); FILE MERGED 2006/09/01 17:17:02 kaib 1.16.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b7d2f3725177093bdf1b3f3a5d361378c750701]

        INTEGRATION: CWS pchfix02 (1.14.24); FILE MERGED 2006/09/01 17:17:02 kaib 1.14.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ece47d4e3b3dfbb1317e261aaf32393672dfa6e8]

        INTEGRATION: CWS pchfix02 (1.14.26); FILE MERGED 2006/09/01 17:17:02 kaib 1.14.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c9906770ad91d0f4e6d72cedc9af2ffe53ae046]

        INTEGRATION: CWS pchfix02 (1.23.24); FILE MERGED 2006/09/01 17:17:02 kaib 1.23.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32d5c690421f28e2ac3ba591550e1b389c26b8c8]

        INTEGRATION: CWS pchfix02 (1.13.24); FILE MERGED 2006/09/01 17:17:02 kaib 1.13.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5057919b78672bad7ac2fcf50a82b62bfd38e80]

        INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:17:01 kaib 1.8.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3933f7b428e98196b451f2b338f628eb73657dac]

        INTEGRATION: CWS pchfix02 (1.32.8); FILE MERGED 2006/09/01 17:17:01 kaib 1.32.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e5c72cb2a9fbd51eb4e561005744b51cb694a37]

        INTEGRATION: CWS pchfix02 (1.41.6); FILE MERGED 2006/09/01 17:17:01 kaib 1.41.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [587d2493a1523f533e7bafb0ef9df440b8e10ab5]

        INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED 2006/09/01 17:17:01 kaib 1.10.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [52f6e917ab17961a09ea9b103f3a957d4c0f84ed]

        INTEGRATION: CWS pchfix02 (1.28.26); FILE MERGED 2006/09/01 17:17:01 kaib 1.28.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d00195a30b325b4a9fe1275ae2b67fca0e4099a7]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:17:00 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fc7c566ea25df644a825795a90b06911e18ea0a6]

        INTEGRATION: CWS pchfix02 (1.19.24); FILE MERGED 2006/09/01 17:17:00 kaib 1.19.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1fae2198aa9f5fd0dc59aae76b7e3fbe05781cb2]

        INTEGRATION: CWS pchfix02 (1.25.24); FILE MERGED 2006/09/01 17:17:00 kaib 1.25.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fdcf74b2cf02a8cbca5c4e00bab26e61598462ff]

        INTEGRATION: CWS pchfix02 (1.34.26); FILE MERGED 2006/09/01 17:17:00 kaib 1.34.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c16f294a692f3d09f969502406f7da1f7e42d9b]

        INTEGRATION: CWS pchfix02 (1.5.118); FILE MERGED 2006/09/01 17:16:59 kaib 1.5.118.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d07479cff33953665fa0f4b4d70b94c0e8b07e57]

        INTEGRATION: CWS pchfix02 (1.18.26); FILE MERGED 2006/09/01 17:16:59 kaib 1.18.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ddf1cdbe9a916d7c6fa5a7ad664e7ff1c82101b]

        INTEGRATION: CWS pchfix02 (1.2.124); FILE MERGED 2006/09/01 17:16:59 kaib 1.2.124.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b51e653de9ec2bcf7a29aeb7f8fd38be8a8c854]

        INTEGRATION: CWS pchfix02 (1.7.124); FILE MERGED 2006/09/01 17:16:59 kaib 1.7.124.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf274e9c32d6c9579a6780476e7a2eee3eb0f4b8]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:16:59 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0861153ce13b625600e1f5dfbbaa149e5424d06b]

        INTEGRATION: CWS pchfix02 (1.12.24); FILE MERGED 2006/09/01 17:16:59 kaib 1.12.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e68ee57fe181508902886c2946260f74e1fe6178]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:16:59 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11e2eba920c712b40bf16ad6b41def7862b26af3]

        INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED 2006/09/01 17:16:59 kaib 1.10.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b1462bc8a7c14127b7e6c832b1e5c0ad2dac3f7]

        INTEGRATION: CWS pchfix02 (1.23.26); FILE MERGED 2006/09/01 17:16:58 kaib 1.23.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2fb9c74087b4c5b59727a9500674eed7eb1a2602]

        INTEGRATION: CWS pchfix02 (1.27.16); FILE MERGED 2006/09/01 17:16:58 kaib 1.27.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a34edec93d4ec0fdb87d515f82221878266c738]

        INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:16:58 kaib 1.8.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2bfd72c399428ecc50c0707d109f2624c5e14385]

        INTEGRATION: CWS pchfix02 (1.4.124); FILE MERGED 2006/09/01 17:16:58 kaib 1.4.124.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82389f7380ce41293cf783de209c3b2975bd0ee3]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:16:58 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11dc37eb2792c9177555dcf7e70087c8bdfa1691]

        INTEGRATION: CWS pchfix02 (1.6.122); FILE MERGED 2006/09/01 17:16:58 kaib 1.6.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8675976ea4243df7c8db98b6ce58f04cc23a947d]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:16:57 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ed9624d00ab70e9afc9052d8879a4a35ea52298a]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:16:57 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [47093e704b7d0796459e9be2c3d0eedc2fd5769d]

        INTEGRATION: CWS pchfix02 (1.65.8); FILE MERGED 2006/09/01 17:16:57 kaib 1.65.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e45c6c69955bcdfb183df80a16997a0d1f6436f1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:16:57 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2797906139ef550744e41570e8ee58b811887f1e]

        INTEGRATION: CWS pchfix02 (1.3.222); FILE MERGED 2006/09/01 17:25:22 kaib 1.3.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [464888baebbe7dde9bd0723081d0a042242dabc1]

        INTEGRATION: CWS pchfix02 (1.4.222); FILE MERGED 2006/09/01 17:25:22 kaib 1.4.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11c646c9de00ba9ee0a78a725ae6fc19559678f0]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:25:22 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b40b61e3e2cbe8723dee2d7cc338c476486bff8]

        INTEGRATION: CWS pchfix02 (1.2.474); FILE MERGED 2006/09/01 17:25:21 kaib 1.2.474.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b5c46d8503e4a626e4fe444a42bf66e9fef5829]

        INTEGRATION: CWS pchfix02 (1.3.368); FILE MERGED 2006/09/01 17:25:21 kaib 1.3.368.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e83b55edb96b7888124aa2ca3afefba97a74521]

        INTEGRATION: CWS pchfix02 (1.2.626); FILE MERGED 2006/09/01 17:25:20 kaib 1.2.626.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9fce75d08eeac4dcc6d010cffd942a370c071e23]

        INTEGRATION: CWS pchfix02 (1.1.958); FILE MERGED 2006/09/01 17:25:20 kaib 1.1.958.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c4c3e913469a3fc152e307cb6baab58db2ba0bc]

        INTEGRATION: CWS pchfix02 (1.2.626); FILE MERGED 2006/09/01 17:25:19 kaib 1.2.626.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d154f68fbc2b098e3d4a22e38c68c36ed190b67]

        INTEGRATION: CWS pchfix02 (1.20.20); FILE MERGED 2006/09/01 17:25:19 kaib 1.20.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [be779325a6c109148f4f9e4b086c95b7c7e03b2f]

        INTEGRATION: CWS pchfix02 (1.2.222); FILE MERGED 2006/09/01 17:25:19 kaib 1.2.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8bb480624bae84a190aa51b2c6ddaa75f37f6865]

        INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:25:19 kaib 1.3.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7908892782a43b87ae4605ba18de27211cf4df11]

        INTEGRATION: CWS pchfix02 (1.5.222); FILE MERGED 2006/09/01 17:25:19 kaib 1.5.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [67aa762cf69204c038fcf7baff063cabcfcbf277]

        INTEGRATION: CWS pchfix02 (1.4.222); FILE MERGED 2006/09/01 17:25:18 kaib 1.4.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0faae18393bda9d30976d3668b9ebaca51435fce]

        INTEGRATION: CWS pchfix02 (1.7.222); FILE MERGED 2006/09/01 17:25:18 kaib 1.7.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [48a92f83bd915bc67092b9637244f15142d7c368]

        INTEGRATION: CWS pchfix02 (1.5.74); FILE MERGED 2006/09/01 17:25:17 kaib 1.5.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b08ac434ede1ee392e1a0a3c4971b167018cd11]

        INTEGRATION: CWS pchfix02 (1.7.222); FILE MERGED 2006/09/01 17:25:16 kaib 1.7.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5062ff32e829a66cd15428fe9b9a5e6102cb03a3]

        INTEGRATION: CWS pchfix02 (1.5.222); FILE MERGED 2006/09/01 17:25:16 kaib 1.5.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d94dff70000dc55ad04be639a5daa1060d664f41]

        INTEGRATION: CWS pchfix02 (1.4.222); FILE MERGED 2006/09/01 17:25:16 kaib 1.4.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5279505e1422bc4a983e9f15556df99f6a998eab]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:25:16 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57d30a71111b1f7dc531aa1573daef0ae656428c]

        INTEGRATION: CWS pchfix02 (1.11.132); FILE MERGED 2006/09/01 17:25:16 kaib 1.11.132.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6e992cde351abf6a5bd723a6da71f071d66cead]

        INTEGRATION: CWS pchfix02 (1.8.88); FILE MERGED 2006/09/01 17:25:15 kaib 1.8.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [670013f79f28efb2b8e8a9c7179a4d88a54a8e17]

        INTEGRATION: CWS pchfix02 (1.4.88); FILE MERGED 2006/09/01 17:25:15 kaib 1.4.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [289a395dd4c26704818bcebec3222eac412ad9e4]

        INTEGRATION: CWS pchfix02 (1.10.98); FILE MERGED 2006/09/01 17:25:15 kaib 1.10.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25a42f35bd344c83d0208a8b0e6e92dad7482a64]

        INTEGRATION: CWS pchfix02 (1.4.222); FILE MERGED 2006/09/01 17:25:15 kaib 1.4.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [663af019162e8e4b34ee00f4920c000448c55dec]

        INTEGRATION: CWS pchfix02 (1.8.98); FILE MERGED 2006/09/01 17:25:14 kaib 1.8.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cea8f6134f4fc39701ee84bd1f9633792db4b825]

        INTEGRATION: CWS pchfix02 (1.7.222); FILE MERGED 2006/09/01 17:25:14 kaib 1.7.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c486a76eaf8a0e95d5e4989f60641e8c4e8ad0ae]

        INTEGRATION: CWS pchfix02 (1.11.4); FILE MERGED 2006/09/01 17:25:14 kaib 1.11.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da24a820b42c16ed1f3d7c371bc4950e04489668]

        INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED 2006/09/01 17:25:14 kaib 1.2.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [77d3acf7e676ccc96842838568717bf0e936ebb3]

        INTEGRATION: CWS pchfix02 (1.9.98); FILE MERGED 2006/09/01 17:25:14 kaib 1.9.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de5f8dfb1bb111e90a9f3c442c9e0ac04511ce07]

        INTEGRATION: CWS pchfix02 (1.13.68); FILE MERGED 2006/09/01 17:25:13 kaib 1.13.68.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e7f53a85fd9ef61c29694010fcd83c0a82f9413]

        INTEGRATION: CWS pchfix02 (1.9.112); FILE MERGED 2006/09/01 17:25:13 kaib 1.9.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d857081fc4d7c2494c13f7e25ac4403d48570f91]

        INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED 2006/09/01 17:25:13 kaib 1.10.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2691ef63474f4aa777f3050973ba5c54b7a44e5]

        INTEGRATION: CWS pchfix02 (1.9.136); FILE MERGED 2006/09/01 17:25:12 kaib 1.9.136.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [428d139b20b076b1ae6d045074dbcadad8d38b2e]

        INTEGRATION: CWS pchfix02 (1.13.6); FILE MERGED 2006/09/01 17:25:12 kaib 1.13.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [40e41c3026810dd98abee850875a07d829d90a44]

        INTEGRATION: CWS pchfix02 (1.11.136); FILE MERGED 2006/09/01 17:25:11 kaib 1.11.136.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09c6df8c9e9a7f83edf2b83837416e243cb0683e]

        INTEGRATION: CWS pchfix02 (1.5.222); FILE MERGED 2006/09/01 17:25:11 kaib 1.5.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4a047d41ef0ecfccdfd7c04da54a90ce094645b]

        INTEGRATION: CWS pchfix02 (1.3.222); FILE MERGED 2006/09/01 17:25:11 kaib 1.3.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87813ee61caab623587b186145816d3d68d264c5]

        INTEGRATION: CWS pchfix02 (1.7.98); FILE MERGED 2006/09/01 17:25:11 kaib 1.7.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64e022357c3082183ce0d4a2cc0093b44d024930]

        INTEGRATION: CWS pchfix02 (1.7.98); FILE MERGED 2006/09/01 17:25:10 kaib 1.7.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bcb0b0d130b194711c57035d332195650b9734dc]

        INTEGRATION: CWS pchfix02 (1.12.4); FILE MERGED 2006/09/01 17:25:10 kaib 1.12.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa55d6e1604531341a3608bbb0b43a231748d7ff]

        INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED 2006/09/01 17:25:10 kaib 1.2.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45d02a0f08eb75e81228b807de58c48d63f5b330]

        INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED 2006/09/01 17:25:10 kaib 1.10.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [694758c4957076e293781bae94fa8c07044e6b34]

        INTEGRATION: CWS pchfix02 (1.12.26); FILE MERGED 2006/09/01 17:25:09 kaib 1.12.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [700019c0ef9ca39a670c955568d6862cc466dedc]

        INTEGRATION: CWS pchfix02 (1.15.26); FILE MERGED 2006/09/01 17:25:09 kaib 1.15.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66a47c587a35705b80a6fa3ee59ae6bbdc155b07]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:25:09 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [311445eda11eefc967feb0f0290992b3a6a165ad]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:25:09 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12d373761a49f02655a9fea042de72b6d1a48793]

        INTEGRATION: CWS pchfix02 (1.20.88); FILE MERGED 2006/09/01 17:25:09 kaib 1.20.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f8c726ccf760e0a23a96f63196ffe8c2b4a6e30a]

        INTEGRATION: CWS pchfix02 (1.4.222); FILE MERGED 2006/09/01 17:25:08 kaib 1.4.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bcce0f560b0c99fd0ddf1672740227a3d6913a72]

        INTEGRATION: CWS pchfix02 (1.51.68); FILE MERGED 2006/09/01 17:25:08 kaib 1.51.68.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3297dde5eb01ebf96282f8e7f0a5c501f7948c4]

        INTEGRATION: CWS pchfix02 (1.9.222); FILE MERGED 2006/09/01 17:25:08 kaib 1.9.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f691152acf3037742d7884f86c2a2c5891e3079]

        INTEGRATION: CWS pchfix02 (1.20.88); FILE MERGED 2006/09/01 17:25:08 kaib 1.20.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd5498bdaf8859c1130acfd7c5f7d850158f2a7a]

        INTEGRATION: CWS pchfix02 (1.8.74); FILE MERGED 2006/09/01 17:25:07 kaib 1.8.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e4dcbb24fbabb0849dd6ee1f66147c521b155584]

        INTEGRATION: CWS pchfix02 (1.24.222); FILE MERGED 2006/09/01 17:25:07 kaib 1.24.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c205204de98ec3f89bd123bcb12d25fa213aca7]

        INTEGRATION: CWS pchfix02 (1.3.222); FILE MERGED 2006/09/01 17:25:07 kaib 1.3.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa051094eaaa01f88584d9937c3625b72ca3e5ef]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:25:07 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce94f916348e820dd15924b5d155fa97ba0f6f93]

        INTEGRATION: CWS pchfix02 (1.11.320); FILE MERGED 2006/09/01 17:25:07 kaib 1.11.320.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56363d82d66c5aad5144d0d6b84c2775f821bd01]

        INTEGRATION: CWS pchfix02 (1.8.182); FILE MERGED 2006/09/01 17:25:07 kaib 1.8.182.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dd5fb0a5113581dedb179c636595b27d908590ac]

        INTEGRATION: CWS pchfix02 (1.29.10); FILE MERGED 2006/09/01 17:25:07 kaib 1.29.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ca65d8c6b479a12a0b1f2f6db7607e9a56b4eea]

        INTEGRATION: CWS pchfix02 (1.3.88); FILE MERGED 2006/09/01 17:25:07 kaib 1.3.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1ce360f86ee0ce5899beb12f41d7e96c8cfb72b]

        INTEGRATION: CWS pchfix02 (1.2.222); FILE MERGED 2006/09/01 17:25:06 kaib 1.2.222.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7b1638b8f730173dededb75c869ab81d3434116]

        INTEGRATION: CWS pchfix02 (1.25.158); FILE MERGED 2006/09/01 17:25:06 kaib 1.25.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5217ecdcf9206aeefd6b75e4a71ff3eb5aa8c237]

        INTEGRATION: CWS pchfix02 (1.195.10); FILE MERGED 2006/09/01 17:25:06 kaib 1.195.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3627d454e32b55e58f97cb7f94a93594d68400e6]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:25:06 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [162a35e5c2872829f504c8e278136c4470454fd1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:25:05 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae353c46b3431e1682049dd2c82fed49a4dce5a2]

        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>  [4d3ef2c7406982d197af1bdb7b33af60d8d921e7]

        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>  [2960805fc75204259666fe586ea01d85eaee0f64]

        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>  [e18f0b3ed914426686f776577322f6463572066d]

        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>  [9432997833e664a7f328ab97377dbabf4952f63c]

        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>  [aca5a0080856be89e81624cc825ff16cad1685cc]

        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>  [6ae24015802869fd5a18f1b5aa7a19c66c7e3343]

        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>  [ea41f1450d80cf8121002759342c5398ef5e9f4e]

        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>  [273fa1c3aff3069a1bede4e27731e79a1aa490c7]

        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>  [eb2a3b260459e9b7c3747e03a9ce5b2315b9bdc8]

        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>  [a502a9c4ad45c18c263b8db8235102f17b2b9ef1]

        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>  [641941a921b1febc688d06a9369079e6e6aaa0c5]

        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>  [d66ceeca2e75198503166c7c63ed65d39eab8f33]

        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>  [280bdd4b5576caacc35199a93eebd83b9e0222ee]

        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>  [c258b3cb5a9a04a7aeeb9dd91ff0a2c5e4114f93]

        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>  [479a1d77374e0ed2a12ed6901d98d49ca2298a12]

        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>  [6256da4bbdf7572bd588bf18cc75b799b9819de5]

        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>  [d9b68e52a42d71c9ef6d502a67e31328209e4a5e]

        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>  [da7d968687ecd278d30bea2e22ca90b40b95235d]

        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>  [134b474a26d8df2a0a6b6dba89f929cbbf811215]

        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>  [6f3006cae243cc08ff19066a6e8e1a2c0def9da3]

        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>  [c55f5978269110a96d5b7ca924c44554d3d65bdc]

        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>  [690fd2811cd53ef68609cd8206d1ee4dcc06fbfc]

        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>  [3df40edf4e94f477875aa9ec6d2cfebacc275707]

        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>  [fbba4779a120419b9af12824492ce77781aa44c2]

        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>  [45f1a51c9a0c41557238db915adc02a47171629f]

        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>  [32f9d8616788c05d50fc16943594f3b579a921f5]

        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>  [b9bd86926082d7bfa42c7e8a98f80bf1534580bb]

        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>  [8fb3cc450125a146bf101e8c00af46fb09c9b06f]

        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>  [b731d86445f624479515e57be238392a78ef4e42]

        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>  [f1cc86aa7f2af2d734dbf8b6818876892a090785]

        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>  [060089a15743c7dcafd233a0f986dbb512493eb3]

        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>  [df760b2ced408ccc4827ea8b7517039dd83a4f90]

        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>  [724dd6651541119f1d73e01d024007925049513c]

        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>  [2f4318fda591cfecdc04defc5ff04a62713a8fc5]

        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>  [a28a427381c75ade493cb1eaa20f28f2b6a5ade3]

        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>  [9420945dd45ba664267ee5fb6341afe24a79e6c0]

        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>  [15865f31c592401b83940f003c6eb16bb9963228]

        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>  [302e7866e9aef563135c5c16a871929eab307559]

        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>  [81b8f936bf41e5ba8659b1759c7f57880684c9ed]

        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>  [c440c28ba0e368c4720f0179d1783044f85263b1]

        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>  [ca1d65d2576f773df5c1a7846bf75b7748674734]

        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>  [97f2c6de2826769927133bc4d40926eefb878f94]

        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>  [9de5901dfac85babb07e488d577013d4f640a35c]

        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>  [0fe62ac5bf175da13b555042360802105a742790]

        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>  [b2cbbfaa53a704bf0f1d4929e7ad87591a480130]

        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>  [f2b35367f4a9aeecda3833d28840f89b956a1e19]

        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>  [5e040983ef2bb28b9ee00005ad678b7c7ea93f1c]

        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>  [21ae379d3bf56b2817b252643dc073bdd69a354e]

        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>  [0da2f9d78dc1bbd572e28922f8bc2be9ac824c85]

        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>  [8f11df612fcbb0ed7518a4b1d77535e9e9d1aa1d]

        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>  [eddea976569d765c40a4f510bf3ccd6938320aff]

        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>  [5c4ba8f9ef90213cff0a2d171260528be9267d82]

        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>  [ea1b4b0d4c3651753ee8d9cece16b8bdc210d586]

        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>  [960eee4ad7a7076b22736b472204b9a8f18e8061]

        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>  [cd46785bb19c55977e4c03231aefd5cd426b9610]

        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>  [5d76ffb4a073b407cef9d39f31f6e7ee5133e928]

        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>  [2176dc1a7dd9e67ab6212d9ac18fd2f376b60c8c]

        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>  [cb43269c26dbc0ab44502a2159e0528ab65d3155]

        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>  [e9f39ace5d1e53b7686e955a407c05b05f5b405e]

        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>  [35e73b9dbe37cb83b980d3262210d9001ee20886]

        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>  [de865d6013f68fd87f86cc3347069f04b3a7d7c4]

        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>  [a54c2718c62d10d139e5fd7d10183b0dbc907888]

        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>  [39b74fd3d5a44973c28aa97130835dced7214da4]

        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>  [3635e2c94d76672c521bdbe90ab84bb1c661caac]

        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>  [6137d0fab8265cd6cb9b3dfba635e98b081ef001]

        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>  [564c43a37df568d0985f204107c7291b5f67f5ae]

        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>  [a56aa0c626f0464d552b9bd2db0b19b0c30bf88e]

        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>  [b83a3fdba6b7b6b4dcf9f45005278639ed78be2d]

        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>  [cdff9e6f66de6894718ac0cae4224c8627cab024]

        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>  [2cfd41e8fd20575df349ec460d8b98e9140836b6]

        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>  [9ee8cc8c16caf8cca00d4057a159488d695248b1]

        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>  [2afe067529bd43acfd47f80cef674cd35fe203fb]

        INTEGRATION: CWS pchfix02 (1.1.600); FILE MERGED 2006/09/01 17:34:24 kaib 1.1.600.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b9c3789593679dcbeeb1e5e77abfa635eb6aaf74]

        INTEGRATION: CWS pchfix02 (1.1.600); FILE MERGED 2006/09/01 17:34:23 kaib 1.1.600.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a519a31cdb77742cd85b0825c699f8dc7f6dbd57]

        INTEGRATION: CWS pchfix02 (1.2.600); FILE MERGED 2006/09/01 17:34:23 kaib 1.2.600.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8795d8b99112682ba8caba67442a25f59c6f123]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:23 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6fac37cb1a9eaa2fdf4a3520557b79474ed38f38]

        INTEGRATION: CWS pchfix02 (1.2.140); FILE MERGED 2006/09/01 17:34:23 kaib 1.2.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [348e309c3385068bd2a1185554154d537167bede]

        INTEGRATION: CWS pchfix02 (1.2.140); FILE MERGED 2006/09/01 17:34:22 kaib 1.2.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [48bb71218aa8e48831bbed9c05651f5117da83d7]

        INTEGRATION: CWS pchfix02 (1.6.140); FILE MERGED 2006/09/01 17:34:22 kaib 1.6.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1111ff6f20e97b6e59d6c980ddc8d29757ca484]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:22 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b74df0ea601c6f67b01ab99b6f2ad29554a76dd4]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:21 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d9034f026093303b91ad47d17b6edad04103349b]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:21 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [31b00b44fbd1488b52af44ce0ee3a20633a584a6]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:21 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26c24955a8d19e9d853255a3e9f90ebf37933370]

        INTEGRATION: CWS pchfix02 (1.5.498); FILE MERGED 2006/09/01 17:34:21 kaib 1.5.498.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ccbee4230ac2e0e3de5d04b61f32b82b6e802c51]

        INTEGRATION: CWS pchfix02 (1.3.586); FILE MERGED 2006/09/01 17:34:20 kaib 1.3.586.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d2f0dbc258082c72ff083df292e92efd70b8120]

        INTEGRATION: CWS pchfix02 (1.9.244); FILE MERGED 2006/09/01 17:34:20 kaib 1.9.244.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4376150eb13557d05ea462ad1676c0b6e62a2724]

        INTEGRATION: CWS pchfix02 (1.2.8); FILE MERGED 2006/09/01 17:34:20 kaib 1.2.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbb7a36a5c0f4b0cdf4f415c60d25b936832d991]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:19 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23a516548285b20ee13090c8f38ebc53c35c3df0]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:34:19 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d254721543e4c79207c6057437621d9b64ab60e]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:34:18 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2610fedfe5b5b731533dfc8961fb6e60f0aa1e6c]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:34:18 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5fb3be4194fe0c5e56b444891ad457852e125035]

        INTEGRATION: CWS pchfix02 (1.11.30); FILE MERGED 2006/09/01 17:34:18 kaib 1.11.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23072f3c7a151240ceaf2776262d5e28e17d2ce5]

        INTEGRATION: CWS pchfix02 (1.10.30); FILE MERGED 2006/09/01 17:34:18 kaib 1.10.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8af3c222194d9c3dc79795da65dbee2cba3ffbe]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:18 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebdf527fb891350467a269fa18fbc992a2bd0e7f]

        INTEGRATION: CWS pchfix02 (1.9.30); FILE MERGED 2006/09/01 17:34:18 kaib 1.9.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4901493f3c001e6074759a1fee37314422fd213b]

        INTEGRATION: CWS pchfix02 (1.36.10); FILE MERGED 2006/09/01 17:34:18 kaib 1.36.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf3d363d10432b10e830334d8f5de110b913dcc6]

        INTEGRATION: CWS pchfix02 (1.2.310); FILE MERGED 2006/09/01 17:34:17 kaib 1.2.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7fe4f093d348609125d44353d2b4feefdd6de93f]

        INTEGRATION: CWS pchfix02 (1.2.244); FILE MERGED 2006/09/01 17:34:17 kaib 1.2.244.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7885d1f94b7cca15bb58bca3449dc57723b22ad1]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:16 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f3e9f8f74357fb088e598863db8e4376f3d4f1b3]

        INTEGRATION: CWS pchfix02 (1.5.140); FILE MERGED 2006/09/01 17:34:16 kaib 1.5.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e46d708502b5332cf05303f0fda8c58d8234c092]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:34:16 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d42a89e58ea7ec608d18ec8b6e0a7718c5aa2a34]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:16 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ff7adb97421d55a8186bb53feb41a3834a38901]

        INTEGRATION: CWS pchfix02 (1.7.140); FILE MERGED 2006/09/01 17:34:16 kaib 1.7.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41dca8ac6613cb25fe4480f67dabe394e00518ac]

        INTEGRATION: CWS pchfix02 (1.9.140); FILE MERGED 2006/09/01 17:34:16 kaib 1.9.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1a9094d34e4a439e0f29813c7c4a4d851b09e35a]

        INTEGRATION: CWS pchfix02 (1.3.188); FILE MERGED 2006/09/01 17:34:15 kaib 1.3.188.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1a3763cd25cd1bfa421ee696c684fa41b2af81fa]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:15 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49347732a1b8504a6f25a6c456176bad481ed1b6]

        INTEGRATION: CWS pchfix02 (1.5.202); FILE MERGED 2006/09/01 17:34:15 kaib 1.5.202.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [514711121c565e80b23498a07880b93d6d6e4dd3]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:34:14 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b567083a22869890a212a1aa2cde119647845eb2]

        INTEGRATION: CWS pchfix02 (1.4.144); FILE MERGED 2006/09/01 17:34:14 kaib 1.4.144.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d50306271512f965dfc3db6de844bb89b108b2e]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:14 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64b9c4fc83a7d1a3b74edb3f79052cdb09e2ea86]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:14 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7aea01741c13854ef892d063dac55d826fc2075]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:13 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ddea43859213765cbf0f0a25e90a5d1a4ea7d8d4]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:34:13 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93baab1c768f797fc6263bfdf5d84a70772c1efa]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:13 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [30b2cc14a0fe3fdb96c0f78326d9bcf4d2d40266]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:13 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4018c9958ee17814754339a747fc79f1c0d5b9b5]

        INTEGRATION: CWS pchfix02 (1.2.310); FILE MERGED 2006/09/01 17:34:12 kaib 1.2.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e1023246457e11c9c9adc82f0aa95cfc4d02005e]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:34:12 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6dce3467c1de9c40dcac245fb96258a55cf39a7b]

        INTEGRATION: CWS pchfix02 (1.6.242); FILE MERGED 2006/09/01 17:34:12 kaib 1.6.242.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [712766cc59013add541c9e0fb70147f0b4e239bc]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:12 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7a8e4dc62992b5b026db9f94f029ba4239bf25b]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:34:11 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9b69d50f7eeeb4518b6f2e226db08e6f8693b3e2]

        INTEGRATION: CWS pchfix02 (1.4.310); FILE MERGED 2006/09/01 17:34:11 kaib 1.4.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94cc3993de1eb314a14d33da59fd3f2dd5161d19]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:11 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c25a4cff3f9b888ca34d0a06748bc0d739158532]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:11 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c04c6e0f31d51dc11da0973c10e38d6c0b28de8]

        INTEGRATION: CWS pchfix02 (1.2.308); FILE MERGED 2006/09/01 17:34:11 kaib 1.2.308.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac4faf48f0c5b00cdc77dbed913680c999221a80]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:10 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12fc27aea66eb87fb3e1ce7e47736f8e7a014be0]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:34:10 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [55ff6870de2a90f849d8430146ceab005395fdd0]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:10 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a939cca4537a25f14f8253ebdb65d74df2fec7cd]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:34:09 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87582745f5bb969202a15f195971610234ef7b18]

        INTEGRATION: CWS pchfix02 (1.3.310); FILE MERGED 2006/09/01 17:34:09 kaib 1.3.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7822c555b7292939a4731482debcc8f532781d75]

        INTEGRATION: CWS pchfix02 (1.2.310); FILE MERGED 2006/09/01 17:34:09 kaib 1.2.310.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [684c6da4415a41aac5c1eec33e0642195ef43192]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:09 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ebd58a2db8f28643dade29dd8221617ec819d02]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:08 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d85e31281da3fbed0b30e2c30f3483b79815f93a]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:34:08 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [976d6974c84eb318288803463f78d5161b1bd357]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:08 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b584c2378847abc8548d8fd6410a98124503b5c7]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:34:08 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0af97781d7b270824663585329200cb5fe1d12f6]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:34:07 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [03f64148aff252cff0679133edfdc93a2abd4b2c]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:07 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a7942c23003a705bc8e88d7edc32276842e555a]

        INTEGRATION: CWS pchfix02 (1.9.30); FILE MERGED 2006/09/01 17:34:07 kaib 1.9.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c3ffeb623b92acecb7894a5a1463b7086dfa1369]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:07 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c0de2bc63842f04d26b4ecb51dae72525d89fef8]

        INTEGRATION: CWS pchfix02 (1.5.140); FILE MERGED 2006/09/01 17:34:06 kaib 1.5.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [931729d93c77a0a5895688fb966de6f1479c28ec]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:34:06 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a24f124d366c0088d961b99cdd12aaef970ffdab]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:06 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d487725fc6600cdc829d61fed9e1c37bddac53c]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:05 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0ef0b5c3881f83b80111dae9dacda43b73eff1c]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:34:05 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b36bb50f15e1cf76a3cc85e7b06df841a862f943]

        INTEGRATION: CWS pchfix02 (1.8.140); FILE MERGED 2006/09/01 17:34:05 kaib 1.8.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8514f9b78eb9c367d2e745eb3c09dc3444938eaf]

        INTEGRATION: CWS pchfix02 (1.6.140); FILE MERGED 2006/09/01 17:34:05 kaib 1.6.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a0931b6489576caebfc5a0e6960c05ff8c24f000]

        INTEGRATION: CWS pchfix02 (1.7.140); FILE MERGED 2006/09/01 17:34:05 kaib 1.7.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2ee2f0ef029dd9583d352bc05bc312e9e87c75f4]

        INTEGRATION: CWS pchfix02 (1.4.140); FILE MERGED 2006/09/01 17:34:04 kaib 1.4.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [272df95c68c50f371a4130ee620b841bddbe2b88]

        INTEGRATION: CWS pchfix02 (1.5.140); FILE MERGED 2006/09/01 17:34:04 kaib 1.5.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21b40a09e44dc601237fba63a43af3b2c94a38f2]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:04 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5630b72a57438ec5a2a383dd0f274bf46cec1907]

        INTEGRATION: CWS pchfix02 (1.11.140); FILE MERGED 2006/09/01 17:34:03 kaib 1.11.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0be94cc9605ce562e76f8eea2f36ec750f95a5f4]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:34:03 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4db276be61a9041fb366c17feed217cca97090ea]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:34:03 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a615c39e2e88959098d22f392d1dbcaa996a24f]

        INTEGRATION: CWS pchfix02 (1.12.30); FILE MERGED 2006/09/01 17:34:02 kaib 1.12.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c08bb16663320270649877b3f0e85316aad3104]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:02 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02907838bbc3490a68709d0625e7563b2545f260]

        INTEGRATION: CWS pchfix02 (1.11.498); FILE MERGED 2006/09/01 17:34:02 kaib 1.11.498.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf73d854140f0a4eaf99e812f58a9b7cb3fa1a9e]

        INTEGRATION: CWS pchfix02 (1.11.140); FILE MERGED 2006/09/01 17:34:02 kaib 1.11.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9ea397b06177d2e172cfebf77d8aafd3fa37653]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:34:02 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f114cf9c789bdef33cc9dff7306dfe05d048a2ba]

        INTEGRATION: CWS pchfix02 (1.2.334); FILE MERGED 2006/09/01 17:34:01 kaib 1.2.334.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [764dcbf9ad61c9a76a1e61ccef50e9b21da21e3a]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:01 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [178ba1210203e50b6c200e9c1815bdb46cc9e3e9]

        INTEGRATION: CWS pchfix02 (1.9.28); FILE MERGED 2006/09/01 17:34:01 kaib 1.9.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3b49d9238c0ac53468a545cb1d20d1bfb14961f]

        INTEGRATION: CWS pchfix02 (1.5.62); FILE MERGED 2006/09/01 17:34:01 kaib 1.5.62.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [919bcc959b92e4da939561a47281e4e94edf2bdc]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:34:01 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26334d996823387058e376f02a241d1aa37ba337]

        INTEGRATION: CWS pchfix02 (1.10.30); FILE MERGED 2006/09/01 17:34:00 kaib 1.10.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8b713990aec5c86f24d0b9fd89e82010f14afd7]

        INTEGRATION: CWS pchfix02 (1.6.140); FILE MERGED 2006/09/01 17:34:00 kaib 1.6.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d822edb9139709c7517e2bc34b09bfde26ff039]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:34:00 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebfdac07961c100a16e01d1387868340b1a574ff]

        INTEGRATION: CWS pchfix02 (1.3.140); FILE MERGED 2006/09/01 17:34:00 kaib 1.3.140.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [258b6fe39a86c6f820afc18c343f3d82bbb7e3ef]

        INTEGRATION: CWS pchfix02 (1.13.30); FILE MERGED 2006/09/01 17:34:00 kaib 1.13.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f0d076f2cc2c3105a4cd4a8d6b7e99a49d78269]

        INTEGRATION: CWS pchfix02 (1.2.10); FILE MERGED 2006/09/01 17:33:59 kaib 1.2.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f10050a3d6b41ab3f8c33d84b87a40b0bc809f9]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:33:59 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2891011131875d9c8d27830969a39d7181166b60]

        INTEGRATION: CWS pchfix02 (1.5.76); FILE MERGED 2006/09/01 17:33:58 kaib 1.5.76.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6eff0b80549a9938a6853d3f05609688de5742e]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:43 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8eebfaef8b9d6b0912df36dd83b8d7f0e44fd93e]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:39:43 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [454fa17288adfb605b759ba10f2bac13a1982258]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:42 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cfc31a05dc2044d3e815254775d365ebcfc2d3e]

        INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:39:42 kaib 1.9.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [554761e3dd65cfa23d1379d22e1ae724669d045a]

        INTEGRATION: CWS pchfix02 (1.4.48); FILE MERGED 2006/09/01 17:39:42 kaib 1.4.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d6a648dd8e92559cc04d23f9f4c068eb7c1dfc2]

        INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:39:42 kaib 1.5.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [224d6748ec73129d7265406f234a3ca725ee37f8]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:39:42 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2416d64abbd534f311a209bf6dd20febcf9197d8]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:41 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [036580d0308c0dff93c7c24bb2697c5eb4f61c05]

        INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:39:41 kaib 1.5.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34c312e2384a507b53d873ce03b193c8e52f051c]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:41 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [39c1629be99212c6c629b1a6120cc954a0f01718]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:40 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [614badd603dd884a05a7716deb1a5a6a60aec40a]

        INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:39:40 kaib 1.5.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10add079bf817cfd5075100533934702f4042f81]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:39:40 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8125b25406306260f69b7b1f865ef90b9f8a12b1]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:39 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6c13e5378e674daa65efb7beea85ef976b49ed5]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:39:39 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a9d6bfb6a7e12b7c4be4ff2d7c210317e59c36ba]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:39 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95c510d87f1c540de078288c86667cafc6e62333]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:39:39 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f042d0855a27c9c2d68ab98757a6ed7f26743108]

        INTEGRATION: CWS pchfix02 (1.2.10); FILE MERGED 2006/09/01 17:39:38 kaib 1.2.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd422bff7a12ec7df8357434f9e666fba36aa6d9]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:39:38 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd1fa36d1490a06e4e8dcb4908b8f10c45004972]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:39:38 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [31bdc64e5c3f88b5d79a392b26a9548444fa8aa6]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:38 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4974f6da9706dd3fdeb668631374e64541054c76]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:39:37 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1942e1ec9e73521d2cfb62e6d8689f7295ce321e]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:37 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [344422336071ed4c0e8e299f2cd169810586dbe7]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:39:37 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21db8552a1bbc15693abc1f7789ef7a3fd93153e]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:39:37 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57d9ba4927bcd53e12a6c1e5c7767712f4851a16]

        INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:39:37 kaib 1.9.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [44cfb8d87fc9f13d77e35de58642e6edc8592cfe]

        INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED 2006/09/01 17:39:36 kaib 1.7.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b56b8c48c77d9039c1e781b781a85fa17c6f163f]

        INTEGRATION: CWS pchfix02 (1.5.48); FILE MERGED 2006/09/01 17:39:36 kaib 1.5.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dcc48434f7c02c5265bb073d3fa583ec91996105]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:39:36 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba53d45e356b4a2aa93e654c00d23643dffcfe9a]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:36 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [022870b1d9c7aa5e0fa0a4a47a2d87a21848dc2f]

        INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:39:36 kaib 1.6.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c9425e5e0387c4b8e3247e607ba251768265c8c]

        INTEGRATION: CWS pchfix02 (1.6.48); FILE MERGED 2006/09/01 17:39:35 kaib 1.6.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [daa5a5f57977c97b69fbeb57fff6fce2cbb1480b]

        INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:39:35 kaib 1.5.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b74839351bfbb943fdfb23e2600e206a16060ac]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:39:34 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [daed7f4c5c1ec7b0628e45ca61d481593387a0b9]

        INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:39:34 kaib 1.5.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59a64899faf906dd4aa105f48bcf14b12d48935e]

        INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:39:34 kaib 1.6.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [097f37bb9fc98ca7e7c00dc8eac3c8b64d311b48]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:39:33 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b7bdcdbf3f5596f587947ccd46895d2187d3c7d]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:33 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5bb1f25278415fce5bcbc2588f12c4494bd6c388]

        INTEGRATION: CWS pchfix02 (1.6.50); FILE MERGED 2006/09/01 17:39:33 kaib 1.6.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0894a38aeae2e085dff341f702fd7f2ceea01d6]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:39:32 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dafb45b3aed0a3efb7587d64dd07f0ee05e29bcf]

        INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED 2006/09/01 17:39:32 kaib 1.7.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f13541430edcee0ed01a41c40200e44875aec71c]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:30 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df78a515ec6975ef4b752d5d5b78ad21af829359]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:39:30 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f484e5503ab28dc8209691fc1c8c75963a293eed]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:39:30 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53355a70bb110d6a1a9999699df2082afc7b95b5]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:29 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a41a9e0add4038f200791f300012a6fd6858fc2]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:39:29 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b9332064378b725185d4e318d9bd5a96cbc4bb08]

        INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:39:28 kaib 1.4.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1db4891fe2ebaf38a38ef6c70a052d273ac98c0]

        INTEGRATION: CWS pchfix02 (1.6.48); FILE MERGED 2006/09/01 17:39:28 kaib 1.6.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a2cede1a6cc2cd51b127ea301addffd2a59322f]

        INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:39:28 kaib 1.9.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3640390c1e39b5f7ab6639bf46898a84552a478d]

        INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:39:28 kaib 1.7.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b9910c91c31e5beb85973dc06f093f05dd2f9485]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:58 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2cfedff88799db895a586c3598571e44f0f06cb0]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:57 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ee68c2fd47f55f27f5a2d58f700551cc71e49581]

        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>  [73099a89440e9df1b6cbb9510261b039f42afcfa]

        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>  [dfb68f510c160c4b5a20743740391153af48b95f]

        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>  [b766612a215924bad46a3af8372f8f93af4aa9bd]

        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>  [aad2e828418d27775626861967c65e462add9b50]

        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>  [322f9beac77b9dc48e7e9a23730dc9441d9c876a]

        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>  [d9f3fcabdc70db16b5b47b91fec55e171c998f5c]

        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>  [b5f3bc4bff181764874e4c499485fa2336670e77]

        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>  [1e3352d2ec81258f728425bdb50264efc03083a5]

        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>  [af5f72d2b9f2c07940e628f57355fbc1850e1af9]

        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>  [ea5b60d8831c277b5372dbd7c9edeac083d3e3a0]

        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>  [ad129b12052782bfb2ace99be71ab05602b15705]

        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>  [d5e7f8c14e52b585230f688634eb32b50ec3ed8e]

        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>  [0f86fdb9b437a43a7a71fd247eec6cc648c03eae]

        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>  [398e3354c381be4db10ce2e3541713f085ef5372]

        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>  [b23d9db17829cbf0250cf94797265982e01d67fe]

        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>  [639aa481ac840f0ff4593b3fac67c95b6d044454]

        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>  [4e89b4f2470cb451591bc30dc67933a2c77149bb]

        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>  [be02768894ea37f8b6cf3eaec408f2c7ddabc160]

        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>  [4e2cb9b030a3de8cacd8f1e8e0ed9147d9253dc1]

        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>  [daf194cd0c1d02b939edaaf3d32ad44dbae25c39]

        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>  [c722640c2e42ae89155add2a53b9886d7d87ca33]

        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>  [a1e0a65872f7511d5e64d43da3d2d68d66001113]

        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>  [3ce51675e1d41f1ab23565282cb2e9386aac7592]

        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>  [57e40d52dceb2a4fbcf5f14d8542d5877ed6d6b8]

        INTEGRATION: CWS pchfix02 (1.2.8); FILE MERGED 2006/09/01 17:31:15 kaib 1.2.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e40ead44c4ab7d158cfe8c0ea0758f106ffaa376]

        INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED 2006/09/01 17:31:15 kaib 1.14.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3075dc460a07cbe7ca2eb09328f16cde01e3d5be]

        INTEGRATION: CWS pchfix02 (1.12.8); FILE MERGED 2006/09/01 17:31:15 kaib 1.12.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a43ec94b8c9f6ba9ffd23227eba95fdade2a543e]

        INTEGRATION: CWS pchfix02 (1.15.6); FILE MERGED 2006/09/01 17:31:15 kaib 1.15.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e337033d868a089a3e122b6ed02ad678a8bd9a39]

        INTEGRATION: CWS pchfix02 (1.19.8); FILE MERGED 2006/09/01 17:31:15 kaib 1.19.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f1cfd689f86167adec017b227c7cad005f52356]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:31:14 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c73dec4ec424c557ee64f78f307c1c24c86af21]

        INTEGRATION: CWS pchfix02 (1.14.6); FILE MERGED 2006/09/01 17:31:14 kaib 1.14.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a8f8c4ec352c74946be485a93bcb01e966e5e207]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:31:14 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [267e5b5f4f0c689e8c6229dfc6642fb84c176b54]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:31:13 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [880ae968f4b18cdf0e02b591f46d6d83706d9911]

        INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:31:13 kaib 1.3.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc604f2dfc1be798a938453c7b0cf68e165ccc8a]

        INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED 2006/09/01 17:31:13 kaib 1.2.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61aacc0b6bacd69559d0491ffc505b653cb4eaf1]

        INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:31:13 kaib 1.11.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa79e898bde6fdcba365a9d5e72e3e7b499696cc]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:31:13 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fac806402176edf0b0c0cb0e0773287161bf46fc]

        INTEGRATION: CWS pchfix02 (1.10.8); FILE MERGED 2006/09/01 17:31:13 kaib 1.10.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd99403a1bea189d8b85e03f509cc5ed4539c37e]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:31:12 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [baa8c8a3774a7d0383da19aa3486392a563869e3]

        INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGED 2006/09/01 17:31:12 kaib 1.13.20.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c93e9bbd0032b96aa4a9a536e144bd56c435be5]

        INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:31:12 kaib 1.9.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb982c0847d4843bd86d9f64b1d1b6c787c9d524]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:31:12 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d964fbc28bc6351ea359820e41bae6daf2a56ac]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:31:12 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2c493536a9c8988741995ac46ac9ad8a2fe28b1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:31:11 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6130e21fe2d4fffaf9a722e38ed1c4c2ce56a351]

        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>  [4ddc57fce62ff15e82b261ed5d49c24540ea7177]

        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>  [7ed15d3dd780e02f13f65cb15896513a13422a84]

        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>  [ab8754fcafc62f3c5127b80a3fe17e193cbb9c9e]

        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>  [48ba97493d32d5b4f76f99e93667eae19c31b596]

        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>  [ce6546712511950d391b3984c8533d2823f4a324]

        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>  [a62b022ad3e2be868f4276d5d146951edd6c9844]

        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>  [2ea4af83f5c503f6598258116bf9f8573277b191]

        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>  [d538e80acccfce1ac2c836a1efe451d0117860cb]

        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>  [a539938662cedd5d81409ea2df56fcc162cbe794]

        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>  [995bca2f92109f317ee16f1936b66d1f8e35038b]

        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>  [f8dd797fc461a202f93744ef158dd91fcc9ac7ee]

        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>  [43b22e8af1f89640d215749cf3983d49c7253833]

        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>  [3f7f4061981af0284dfed75de909215fcdb53886]

        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>  [575bd1f7e551eab869ad35101b8c165074fa9f93]

        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>  [cda8d9cd15e3bba18eec899bff0d433c559eb973]

        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>  [27d39b26167bff8e20c3ad4e5e8a5e440b76a82c]

        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>  [6c363f41b4370f5ca5240a3421a2e71f47edbfc4]

        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>  [0022e713458435d857f3cdfc34b5bbac424aa33c]

        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>  [f994f201e98db432c51158eee88376fae3e3bd0e]

        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>  [d24d94a1ab3736c5259ba66f18f3eefa0f0d63a3]

        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>  [700f0e8633167a33fcaa26cfedc2c386970c11fb]

        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>  [a4a043946e06929dba3302cae345667e9e3676d2]

        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>  [bda817490f8e5f27fda4d48a03f5ca845eed2c15]

        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>  [0bf717af8ee69ee5f4c15e0f12b750c7ab3eda66]

        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>  [5892e4fea7b7cdf5c5a2c6896635f59bc0327d86]

        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>  [a3faa6011d0f4c0c7f86941069d7d088c1969b5a]

        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>  [f69ca39f3f502baebdb34243b8cd499efa81e09a]

        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>  [fadfa62c7d9584af5e55de98d9db6a5e49c26929]

        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>  [9cfa11bef1c30e61b1ae4778718b74876c131bd0]

        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>  [ce51313eade6a58183ebd3f2c9447dd5a176627f]

        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>  [4cb3dedb61f13a99d87cb8cc40556684c68f23e2]

        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>  [3f73a5a35a91505558e34ca8ae2b781175f1d1d0]

        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>  [2d922166095bf02d084fcb7f2535904a38f20eff]

        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>  [88ac9d854f18906b1b6647b84768371e5b0cd06c]

        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>  [f7a79edc3706e9145454c502555615a4cbb7dee6]

        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>  [506a593d5ac44e3c54abe743ec706306bd5f4f78]

        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>  [dab0221202d706c55100f6a66699487b831f5f69]

        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>  [d655415fd59fb548057331f6ca6b2ad461e3b021]

        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>  [92ef2069d6b2444a8ec545200728f35cd8876253]

        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>  [e9cf81b204443f9dcc1c55a7cf85eb761a03ecfa]

        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>  [877bfba8e9ce89ed5a8cbbf48dad9e70f6510e6d]

        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>  [0da448790693bd6d48093177f21337e04c6f7f53]

        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>  [b3b09ab05d3e82becf690753e7bf128579f09741]

        INTEGRATION: CWS pchfix02 (1.7.82); FILE MERGED 2006/09/01 17:40:46 kaib 1.7.82.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57d5d9d2bceb5648b4b0dc3f764f79e881a4a74c]

        INTEGRATION: CWS pchfix02 (1.43.8); FILE MERGED 2006/09/01 17:40:46 kaib 1.43.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [187decb69159c30d483bbc5b37a6e0354c74c57c]

        INTEGRATION: CWS pchfix02 (1.16.46); FILE MERGED 2006/09/01 17:40:46 kaib 1.16.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [606030c7cb49640d336489200aef3c11e38cd4e3]

        INTEGRATION: CWS pchfix02 (1.37.46); FILE MERGED 2006/09/01 17:40:46 kaib 1.37.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [739257cbc252b8de76f3d49a74db25c789464704]

        INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGED 2006/09/01 17:40:46 kaib 1.4.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e795ce76c6bd56bd996ddbb0d6160d01fedb9f0]

        INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:40:46 kaib 1.2.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b135c1341b6d99d52dea9a75c6bd28b71546489]

        INTEGRATION: CWS pchfix02 (1.3.122); FILE MERGED 2006/09/01 17:40:45 kaib 1.3.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5c82c2ff4b2318c636d7429b2c3e21905306b53]

        INTEGRATION: CWS pchfix02 (1.17.46); FILE MERGED 2006/09/01 17:40:45 kaib 1.17.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5679a609531728c3095a5675ee6c712cb0ea3d18]

        INTEGRATION: CWS pchfix02 (1.27.70); FILE MERGED 2006/09/01 17:40:45 kaib 1.27.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61df75a6769083efe82cfb6fa6667362e1120397]

        INTEGRATION: CWS pchfix02 (1.18.112); FILE MERGED 2006/09/01 17:40:45 kaib 1.18.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f0828b47d31d623f0049531cd5e165853c4b13f]

        INTEGRATION: CWS pchfix02 (1.11.48); FILE MERGED 2006/09/01 17:40:45 kaib 1.11.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33e1ca2959c165bf47cb622fcf719c69284f16f2]

        INTEGRATION: CWS pchfix02 (1.8.118); FILE MERGED 2006/09/01 17:40:45 kaib 1.8.118.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [126e882f637dc5e59130f849726931dbdf420def]

        INTEGRATION: CWS pchfix02 (1.10.122); FILE MERGED 2006/09/01 17:40:44 kaib 1.10.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd5a117eccf073894cec8559537406ef54d2814d]

        INTEGRATION: CWS pchfix02 (1.17.114); FILE MERGED 2006/09/01 17:40:44 kaib 1.17.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad9b44104dea98535a2726dd681451fbf91dc938]

        INTEGRATION: CWS pchfix02 (1.31.60); FILE MERGED 2006/09/01 17:40:44 kaib 1.31.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ee50db5094696b90fc1059757c4eb12c7cc3e02]

        INTEGRATION: CWS pchfix02 (1.38.16); FILE MERGED 2006/09/01 17:40:44 kaib 1.38.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b36ab09fdd044ead09094136df473a5078a29669]

        INTEGRATION: CWS pchfix02 (1.35.114); FILE MERGED 2006/09/01 17:40:44 kaib 1.35.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c4046f4a2e006e261d68f91a7a6b36811a6186d]

        INTEGRATION: CWS pchfix02 (1.79.16); FILE MERGED 2006/09/01 17:40:43 kaib 1.79.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [28641a7ff8578d24b6efe1ac5ee7c521e2774055]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:40:43 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [598d7d61334d5033b15bad657acd99f86b3c8999]

        INTEGRATION: CWS pchfix02 (1.11.122); FILE MERGED 2006/09/01 17:40:43 kaib 1.11.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [284ca15ef6dd50e1443a77d3f73cd271cd3c9db4]

        INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED 2006/09/01 17:40:43 kaib 1.3.120.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b39281216862d09a45ef32684b9f63438d0f9680]

        INTEGRATION: CWS pchfix02 (1.35.78); FILE MERGED 2006/09/01 17:40:43 kaib 1.35.78.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71dae2af96c512fe1fa827cf432535f9c3637293]

        INTEGRATION: CWS pchfix02 (1.84.14); FILE MERGED 2006/09/01 17:40:42 kaib 1.84.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9306e3dd4c137eac70a7739121882b85e1c0e13b]

        INTEGRATION: CWS pchfix02 (1.34.44); FILE MERGED 2006/09/01 17:40:42 kaib 1.34.44.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b61b4cb3b49c81b16b21905e8e2a2964ea012740]

        INTEGRATION: CWS pchfix02 (1.3.122); FILE MERGED 2006/09/01 17:40:42 kaib 1.3.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe325792f1a6e6aab15d9ee1eaa78ea160de47d2]

        INTEGRATION: CWS pchfix02 (1.10.104); FILE MERGED 2006/09/01 17:40:42 kaib 1.10.104.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1febe689bc06cb9bd02373d0de378d5492172fe0]

        INTEGRATION: CWS pchfix02 (1.15.104); FILE MERGED 2006/09/01 17:40:42 kaib 1.15.104.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [598b26adbfef18657fc14a5a64a3a17319c0c75d]

        INTEGRATION: CWS pchfix02 (1.3.122); FILE MERGED 2006/09/01 17:40:41 kaib 1.3.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4907bb38cc24ac32676d9366b1699076b239b090]

        INTEGRATION: CWS pchfix02 (1.30.60); FILE MERGED 2006/09/01 17:40:41 kaib 1.30.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99cdb25c10569676010b5f4b0fadfbb513daef77]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:40:41 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88804d845e0b89e9074eb6db06cfcdbbdb5a846e]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:17 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6dc789fb325c9b3ec5e3700e4d08211612590b53]

        INTEGRATION: CWS pchfix02 (1.9.158); FILE MERGED 2006/09/01 17:27:17 kaib 1.9.158.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [625e0c48e6331010f680945e6ff0d6565968397a]

        INTEGRATION: CWS pchfix02 (1.8.194); FILE MERGED 2006/09/01 17:27:16 kaib 1.8.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59d0204ae9302a65e2bc78ab888c88b7dd389df6]

        INTEGRATION: CWS pchfix02 (1.4.194); FILE MERGED 2006/09/01 17:27:16 kaib 1.4.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06e17abd68741075e29059f91b0c478af1909d98]

        INTEGRATION: CWS pchfix02 (1.6.194); FILE MERGED 2006/09/01 17:27:16 kaib 1.6.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dab68a882ba7ea86205b17bc5f4f0d70efb9d73a]

        INTEGRATION: CWS pchfix02 (1.17.46); FILE MERGED 2006/09/01 17:27:16 kaib 1.17.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8ef1baa2ef9fe747fe4c41be06e84269466a369]

        INTEGRATION: CWS pchfix02 (1.5.194); FILE MERGED 2006/09/01 17:27:16 kaib 1.5.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8e8e22d4cd3de64543ccf00cc4716faf4ee37c6c]

        INTEGRATION: CWS pchfix02 (1.7.108); FILE MERGED 2006/09/01 17:27:16 kaib 1.7.108.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1c273b780c0f07abc36fc8b6a9e4046d420bde80]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 17:27:15 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8e9652b83efd087e23375be8dcdb1641d5771dd]

        INTEGRATION: CWS pchfix02 (1.5.194); FILE MERGED 2006/09/01 17:27:15 kaib 1.5.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d4fd2838a1d0390a34868709393b338eff95dfd]

        INTEGRATION: CWS pchfix02 (1.6.194); FILE MERGED 2006/09/01 17:27:15 kaib 1.6.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6acc0d6e82d90fd0506e7f91cf1580213e232612]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:15 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [055f8e8ad3949ffb464db9138cad7dadc310db80]

        INTEGRATION: CWS pchfix02 (1.2.194); FILE MERGED 2006/09/01 17:27:14 kaib 1.2.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5270f9c7d0f606b53734aab563de936bf77c54da]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:14 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [830902c6c203133cbccbd4cdda73131be5e8f5fc]

        INTEGRATION: CWS pchfix02 (1.16.194); FILE MERGED 2006/09/01 17:27:14 kaib 1.16.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [293e81d8e8b77ed06f16bb88baa9610208b47533]

        INTEGRATION: CWS pchfix02 (1.7.150); FILE MERGED 2006/09/01 17:27:14 kaib 1.7.150.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [880430b1da2c5cab6b0e46751e49d437a53faff7]

        INTEGRATION: CWS pchfix02 (1.6.194); FILE MERGED 2006/09/01 17:27:13 kaib 1.6.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32b83dc778b9fb59f9bcf926cd5dd6247586af5f]

        INTEGRATION: CWS pchfix02 (1.6.150); FILE MERGED 2006/09/01 17:27:13 kaib 1.6.150.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9394997cf4d8fc691ccfd8f4d0714ce87b8e0263]

        INTEGRATION: CWS pchfix02 (1.8.192); FILE MERGED 2006/09/01 17:27:13 kaib 1.8.192.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8725801bd760b99a49ee54effb86dfc9101cd9f1]

        INTEGRATION: CWS pchfix02 (1.12.148); FILE MERGED 2006/09/01 17:27:13 kaib 1.12.148.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e50ccf23b04f6d274a0b7e882331ab817c0212e2]

        INTEGRATION: CWS pchfix02 (1.4.194); FILE MERGED 2006/09/01 17:27:13 kaib 1.4.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [07607e37a38d2ba45651e9b262d8dde8cf2ecf26]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:13 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ebba032e5765b32fe9b7de06e5a7d4c6c2e34a8]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:12 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1773106901587abec19adba2cbb27d7ae8d7f69b]

        INTEGRATION: CWS pchfix02 (1.4.194); FILE MERGED 2006/09/01 17:27:12 kaib 1.4.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87e976906ef2ff74b91b161a9d8fcc4de626f058]

        INTEGRATION: CWS pchfix02 (1.10.194); FILE MERGED 2006/09/01 17:27:12 kaib 1.10.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12a143a42187fd869166ce178e289e0bc35fcfd8]

        INTEGRATION: CWS pchfix02 (1.2.194); FILE MERGED 2006/09/01 17:27:12 kaib 1.2.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb27bc0098030ffcc455a5e38941d42b10e725a9]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:12 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c3b45d9aeee33cf3672e6f0abd43295abddd9c7d]

        INTEGRATION: CWS pchfix02 (1.9.24); FILE MERGED 2006/09/01 17:27:12 kaib 1.9.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [347a4bbc3a24bc5704874b27424008756b6f5bd5]

        INTEGRATION: CWS pchfix02 (1.52.4); FILE MERGED 2006/09/01 17:27:11 kaib 1.52.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f8cb96a912a8f7904798e70a15530c39a2d569c6]

        INTEGRATION: CWS pchfix02 (1.9.88); FILE MERGED 2006/09/01 17:27:11 kaib 1.9.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e928fcec2c0ceaf004f03acb404a8df3225c5b5]

        INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED 2006/09/01 17:27:11 kaib 1.17.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21b999ee26eeaa6f5d0e0d7ccc290e188a2ea467]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:11 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [edf04945945ed06fe767d5cf641dc08b176ac706]

        INTEGRATION: CWS pchfix02 (1.2.194); FILE MERGED 2006/09/01 17:27:11 kaib 1.2.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aab2689423eb6ab3e220d37be9dd93dab1ff3ae3]

        INTEGRATION: CWS pchfix02 (1.2.194); FILE MERGED 2006/09/01 17:27:10 kaib 1.2.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5f0cc66a980a60f8173fd6acfe3b2b6d219c7cd]

        INTEGRATION: CWS pchfix02 (1.3.192); FILE MERGED 2006/09/01 17:27:10 kaib 1.3.192.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af6ba9247916e1c1010c26d84951ff51e9ef5ab9]

        INTEGRATION: CWS pchfix02 (1.19.6); FILE MERGED 2006/09/01 17:27:10 kaib 1.19.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7efbb09d0d308529624e46b1442c5d90ea24adea]

        INTEGRATION: CWS pchfix02 (1.4.192); FILE MERGED 2006/09/01 17:27:10 kaib 1.4.192.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29e22a9ede2326d000c04c837a97d25c8645d0f6]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:10 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [473d40191e21549eeb889e8f8674e7c359005a59]

        INTEGRATION: CWS pchfix02 (1.11.194); FILE MERGED 2006/09/01 17:27:09 kaib 1.11.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2d2d1b28c5fdc53c1d985d7c8550ea47abc793a3]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:09 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [874fd4749fcabf3412a2a25f7d3031fb8310057c]

        INTEGRATION: CWS pchfix02 (1.5.194); FILE MERGED 2006/09/01 17:27:09 kaib 1.5.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5fa9d5cc80a7210ad1bca4fdbfb1765ea280e6b8]

        INTEGRATION: CWS pchfix02 (1.4.194); FILE MERGED 2006/09/01 17:27:09 kaib 1.4.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f80d19c2ecca751325c0767c85696d112aeab9e3]

        INTEGRATION: CWS pchfix02 (1.20.12); FILE MERGED 2006/09/01 17:27:08 kaib 1.20.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b6801d08d05c34bf6596127c5ccf2203bc24727]

        INTEGRATION: CWS pchfix02 (1.5.194); FILE MERGED 2006/09/01 17:27:08 kaib 1.5.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57bd123876c279e2c66c5f23db205e21893e1fed]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:08 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8e24dcc58bbab421633fe4c2ffa017dd4c0d3e2]

        INTEGRATION: CWS pchfix02 (1.8.12); FILE MERGED 2006/09/01 17:27:08 kaib 1.8.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a2acf653b0d75f116139aa1e3d3ceabffcb015a]

        INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED 2006/09/01 17:27:07 kaib 1.17.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [551e63033678eabfca0d87ce562cec2a444dae13]

        INTEGRATION: CWS pchfix02 (1.3.194); FILE MERGED 2006/09/01 17:27:07 kaib 1.3.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ee0fa3d0a0caa7ae10f6c7bb3e712dfa1a3d81b]

        INTEGRATION: CWS pchfix02 (1.5.194); FILE MERGED 2006/09/01 17:27:07 kaib 1.5.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c05fae9c0afff1316b8b5f6dddce772c315faa95]

        INTEGRATION: CWS pchfix02 (1.6.194); FILE MERGED 2006/09/01 17:27:07 kaib 1.6.194.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [804f4844cc3c7703e1c8434798ca79b467db0378]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:27:06 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78e8d90ab1c233a69e51c084053e1946f9ef09f4]

        INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED 2006/09/01 17:24:44 kaib 1.11.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abf70e7e3a3dd89b024a889dd79211a3e8cb985a]

        INTEGRATION: CWS pchfix02 (1.17.178); FILE MERGED 2006/09/01 17:24:44 kaib 1.17.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b1048566135569621b6a6d1bbe9004b7f353d2d]

        INTEGRATION: CWS pchfix02 (1.5.178); FILE MERGED 2006/09/01 17:24:44 kaib 1.5.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22fdf7539e0c0becd1300c48d406714d7edd16bc]

        INTEGRATION: CWS pchfix02 (1.14.184); FILE MERGED 2006/09/01 17:24:44 kaib 1.14.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aff270c4a4e2b1b8c427a6b2b332d89f3134d623]

        INTEGRATION: CWS pchfix02 (1.7.84); FILE MERGED 2006/09/01 17:24:44 kaib 1.7.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eaac52d47b35ae4241007dc5df675e388d4ac759]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:44 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [537726481841dcf8d15215c8213dce5d18b7360d]

        INTEGRATION: CWS pchfix02 (1.4.184); FILE MERGED 2006/09/01 17:24:44 kaib 1.4.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c0bd0206f26f788a618a4c91baf398fb05f1b52]

        INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGED 2006/09/01 17:24:43 kaib 1.9.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41910542392a329bb34532c8373d96ebc5ec181e]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:43 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [efd01e5970757095b31961e7b2dded3d1390f9ef]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:24:43 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2b7826bcd1d347705eb1737a24ba5bed1cbb9d7c]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:43 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7da1a5a4d94353a0f39eec67f50a2a3349738d1b]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:43 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ccbe0c07267f059113f467cb3dc97d375c385b1]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:42 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e7a129a67e788708590eaabc15c9b8d07a5e56e]

        INTEGRATION: CWS pchfix02 (1.15.50); FILE MERGED 2006/09/01 17:24:42 kaib 1.15.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1728aed8b0a027c930cafcd3d62736ee39d9d762]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:24:42 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ad6d77ef5965ddd5dfe331741d64823e88df9d9]

        INTEGRATION: CWS pchfix02 (1.18.50); FILE MERGED 2006/09/01 17:24:42 kaib 1.18.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c5a6d0ac2d646831134988842dd773defa058e7]

        INTEGRATION: CWS pchfix02 (1.11.50); FILE MERGED 2006/09/01 17:24:42 kaib 1.11.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b6e35cfed6c8993b336515ea9916390e962e578]

        INTEGRATION: CWS pchfix02 (1.10.76); FILE MERGED 2006/09/01 17:24:42 kaib 1.10.76.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9629e0ef7932a1a2daefab6309d427e45b66b0c2]

        INTEGRATION: CWS pchfix02 (1.29.52); FILE MERGED 2006/09/01 17:24:42 kaib 1.29.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [62ab3cba833c3e5bbfe3a7e525fee9a67095cafa]

        INTEGRATION: CWS pchfix02 (1.6.50); FILE MERGED 2006/09/01 17:24:41 kaib 1.6.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a57a7b9bcdb42e4dd303a779aa334a5db6124fb1]

        INTEGRATION: CWS pchfix02 (1.9.50); FILE MERGED 2006/09/01 17:24:41 kaib 1.9.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f75ff2d19bc53d5cd753543032cf42d9d175d08e]

        INTEGRATION: CWS pchfix02 (1.107.4); FILE MERGED 2006/09/01 17:24:41 kaib 1.107.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a9f9932808c02db42f5984f9abe72878638c9918]

        INTEGRATION: CWS pchfix02 (1.52.4); FILE MERGED 2006/09/01 17:24:41 kaib 1.52.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f13e68cc781a33b290f0c78bd673db7d70deaaa]

        INTEGRATION: CWS pchfix02 (1.22.4); FILE MERGED 2006/09/01 17:24:41 kaib 1.22.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53a1c1a8153d26fad4c0ad1c36a023b295beb7fc]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:24:41 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8f9c0b8eeda3499a3d956b2496aa2d24ee7a24af]

        INTEGRATION: CWS pchfix02 (1.23.36); FILE MERGED 2006/09/01 17:24:40 kaib 1.23.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba32bf4c754c6e578ada0675cb5b7f8df972a32b]

        INTEGRATION: CWS pchfix02 (1.13.36); FILE MERGED 2006/09/01 17:24:40 kaib 1.13.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4524b19da25e753e6638c7f7ddaeb8aaacf6cdf5]

        INTEGRATION: CWS pchfix02 (1.45.4); FILE MERGED 2006/09/01 17:24:40 kaib 1.45.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c1516834e62105497b51041c033c394ea4dde0f]

        INTEGRATION: CWS pchfix02 (1.11.52); FILE MERGED 2006/09/01 17:24:40 kaib 1.11.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65808f1e500bbe8650225677d5498c82d4d87984]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:40 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [555ac5a89f22275091d4b54349fb02c3f0b1fdf9]

        INTEGRATION: CWS pchfix02 (1.7.178); FILE MERGED 2006/09/01 17:24:39 kaib 1.7.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66743b8890ec4f06583add861715e2b2dda1181e]

        INTEGRATION: CWS pchfix02 (1.12.50); FILE MERGED 2006/09/01 17:24:39 kaib 1.12.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0eceb3c0bf3acf522e18e84e42883c97bce2d5e8]

        INTEGRATION: CWS pchfix02 (1.105.36); FILE MERGED 2006/09/01 17:24:39 kaib 1.105.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3fd42277b5fcbcc4c76d97e1a98cefad36a495ef]

        INTEGRATION: CWS pchfix02 (1.14.52); FILE MERGED 2006/09/01 17:24:39 kaib 1.14.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57604e15c983eea21cf75d34f3e1e2c87e659a84]

        INTEGRATION: CWS pchfix02 (1.20.50); FILE MERGED 2006/09/01 17:24:39 kaib 1.20.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dfdcb25b95d719a2fe2e19fc1b6a45a53d0dd497]

        INTEGRATION: CWS pchfix02 (1.31.4); FILE MERGED 2006/09/01 17:24:39 kaib 1.31.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c052027f440c1a268e234a16d99aa5169d349e53]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:39 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2497fc76f51746dbac7c48dcc4b0e94569bc738f]

        INTEGRATION: CWS pchfix02 (1.10.184); FILE MERGED 2006/09/01 17:24:39 kaib 1.10.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d114e459ea594626a7953f4c1c86479be543f564]

        INTEGRATION: CWS pchfix02 (1.32.36); FILE MERGED 2006/09/01 17:24:38 kaib 1.32.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5dfde6b1b854a77030d36eb5e5cdebc368e05bf3]

        INTEGRATION: CWS pchfix02 (1.3.52); FILE MERGED 2006/09/01 17:24:38 kaib 1.3.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b515f611d6aa4ca06aa0cdb92224f7c558142c07]

        INTEGRATION: CWS pchfix02 (1.9.12); FILE MERGED 2006/09/01 17:24:38 kaib 1.9.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b0ea573c23511f9d44e1f447b86974db7d67d51]

        INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED 2006/09/01 17:24:38 kaib 1.8.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dafc6777b4dbdfb0bc0e59f229fe65e69b1976ac]

        INTEGRATION: CWS pchfix02 (1.13.50); FILE MERGED 2006/09/01 17:24:38 kaib 1.13.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c09f6c1d5cefe760b6bf295af4442575af96d214]

        INTEGRATION: CWS pchfix02 (1.72.4); FILE MERGED 2006/09/01 17:24:38 kaib 1.72.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f3b16e52d559681668be205d6796def2dcb05ff8]

        INTEGRATION: CWS pchfix02 (1.26.36); FILE MERGED 2006/09/01 17:24:37 kaib 1.26.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7376dc9873bcc3366e4d7962dbd371eee39627bb]

        INTEGRATION: CWS pchfix02 (1.19.50); FILE MERGED 2006/09/01 17:24:37 kaib 1.19.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [863a650e64b0fcc3b4c3232f374bd0ca752a1f9f]

        INTEGRATION: CWS pchfix02 (1.39.24); FILE MERGED 2006/09/01 17:24:37 kaib 1.39.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b31520d647218213bd864352ead8d4e061c9b40]

        INTEGRATION: CWS pchfix02 (1.10.178); FILE MERGED 2006/09/01 17:24:37 kaib 1.10.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0e63d96f985b956b31afc4ac7a4a9e728ed3894]

        INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED 2006/09/01 17:24:37 kaib 1.6.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d97baff4c7f34d9cb4cc52cf7bb5ba52b2e84d2]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:37 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f49043bbf33aa350372462494738adcae4a28fb]

        INTEGRATION: CWS pchfix02 (1.82.4); FILE MERGED 2006/09/01 17:24:37 kaib 1.82.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [803faa7814596814cd138c3e8d492ffb10969310]

        INTEGRATION: CWS pchfix02 (1.3.182); FILE MERGED 2006/09/01 17:24:36 kaib 1.3.182.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [30c9ae8415062399606871f02ebd1ff2dda12d13]

        INTEGRATION: CWS pchfix02 (1.19.4); FILE MERGED 2006/09/01 17:24:36 kaib 1.19.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e46c14adc8e40daa8876a9afd6ac91097b3178ed]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:24:36 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7941abee2d1f36536d7a1c047c97bec91ff6c13a]

        INTEGRATION: CWS pchfix02 (1.4.182); FILE MERGED 2006/09/01 17:24:36 kaib 1.4.182.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [07427e498c3ca3a7f4284776f2b1618fd05c02a4]

        INTEGRATION: CWS pchfix02 (1.53.50); FILE MERGED 2006/09/01 17:24:36 kaib 1.53.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e74430e03b91a0701276f7651b49fc618ba85f97]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:24:36 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [546f16d71092d94fda1d7c418c1005096726af5c]

        INTEGRATION: CWS pchfix02 (1.19.36); FILE MERGED 2006/09/01 17:24:36 kaib 1.19.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23678d123d1c60880bde8073cd10ec2f0d1386ec]

        INTEGRATION: CWS pchfix02 (1.41.4); FILE MERGED 2006/09/01 17:24:35 kaib 1.41.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d5f94bc02ee8fc7363fff0aaafd55d62b229cdc]

        INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGED 2006/09/01 17:24:35 kaib 1.9.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6b0634f521e2ba1f3dc8111682505f67564c6d5]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:35 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8ba396e68e89c3da93c1682a4bde615075fe334]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:24:35 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b1ea57fc4ee9566451385a744a7af9794ffaf5ff]

        INTEGRATION: CWS pchfix02 (1.10.50); FILE MERGED 2006/09/01 17:24:35 kaib 1.10.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfeeeb02a63e417e11d586fef8e26714fd327c82]

        INTEGRATION: CWS pchfix02 (1.21.4); FILE MERGED 2006/09/01 17:24:35 kaib 1.21.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88bba8d584ec6f93d28f595ff3625bd246e216c7]

        INTEGRATION: CWS pchfix02 (1.3.182); FILE MERGED 2006/09/01 17:24:34 kaib 1.3.182.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [543c733baf8e295ce269d41ed61be2a87cb6c805]

        INTEGRATION: CWS pchfix02 (1.18.36); FILE MERGED 2006/09/01 17:24:34 kaib 1.18.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d03e675776f42fe70358c411f17b037cdda203e]

        INTEGRATION: CWS pchfix02 (1.4.178); FILE MERGED 2006/09/01 17:24:34 kaib 1.4.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3bfd534dd98dc99181c6f9c3a6cae79f90da8949]

        INTEGRATION: CWS pchfix02 (1.18.50); FILE MERGED 2006/09/01 17:24:34 kaib 1.18.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c2ee0e81bae8837bc04c7994e0b98aee3649d25]

        INTEGRATION: CWS pchfix02 (1.7.184); FILE MERGED 2006/09/01 17:24:34 kaib 1.7.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a85541dc659c50e992540ffcc11f891cbaee0be]

        INTEGRATION: CWS pchfix02 (1.30.48); FILE MERGED 2006/09/01 17:24:34 kaib 1.30.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65a108b939aa93b088004bf5be345e285d0e2eb4]

        INTEGRATION: CWS pchfix02 (1.3.160); FILE MERGED 2006/09/01 17:24:33 kaib 1.3.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8399d95dd82ce38a44d84860c56709af7f3cb722]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:24:33 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4a37b7204f1485745af3970f3f7a9ca37e96e05]

        INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:24:33 kaib 1.9.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f6ed043385a857546f686433c9ddd3c0a896877]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:24:33 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a9662f0846fbfe8ab823e25eff619aa97b76e03]

        INTEGRATION: CWS pchfix02 (1.24.48); FILE MERGED 2006/09/01 17:24:32 kaib 1.24.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23fdd775974cc47c8f6d7fa2f6c1f488a247a405]

        INTEGRATION: CWS pchfix02 (1.18.24); FILE MERGED 2006/09/01 17:24:32 kaib 1.18.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0e9257ca6818a4621a972ae2895d28fdb526795]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:32 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dee3c1d36c4c09d06116e2f8fc36b66f576d9264]

        INTEGRATION: CWS pchfix02 (1.48.4); FILE MERGED 2006/09/01 17:24:32 kaib 1.48.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec87e3692c9874fd97aac0284b0ceee01f75d5bd]

        INTEGRATION: CWS pchfix02 (1.20.48); FILE MERGED 2006/09/01 17:24:32 kaib 1.20.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06ca5c04494de4d7b27126b6f242977ab3dafd3d]

        INTEGRATION: CWS pchfix02 (1.26.36); FILE MERGED 2006/09/01 17:24:32 kaib 1.26.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32e1beda41dcd5f56701db7ec51df23b83276396]

        INTEGRATION: CWS pchfix02 (1.62.4); FILE MERGED 2006/09/01 17:24:32 kaib 1.62.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d7a68c7fdc7409bc2d26c8a129a174c99180159]

        INTEGRATION: CWS pchfix02 (1.7.50); FILE MERGED 2006/09/01 17:24:31 kaib 1.7.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [272cfed859acd32dffcd725351cc092e57300969]

        INTEGRATION: CWS pchfix02 (1.29.48); FILE MERGED 2006/09/01 17:24:31 kaib 1.29.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e695d5265aa85f2f5d6744a4ca633acec65930e5]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:24:31 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af31b6eae8ed6774c0098573efa6de3862355b91]

        INTEGRATION: CWS pchfix02 (1.21.50); FILE MERGED 2006/09/01 17:24:31 kaib 1.21.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [913d756d85911fee309d523c8eb6144f8d2dd45b]

        INTEGRATION: CWS pchfix02 (1.12.50); FILE MERGED 2006/09/01 17:24:31 kaib 1.12.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ddc694165980ad41a97b301a98cfd2191afe5f4f]

        INTEGRATION: CWS pchfix02 (1.25.48); FILE MERGED 2006/09/01 17:24:31 kaib 1.25.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e7beeee29b7e97a26aa672093dd1421613a3cb6]

        INTEGRATION: CWS pchfix02 (1.33.34); FILE MERGED 2006/09/01 17:24:31 kaib 1.33.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c41b070b0be91130ab26e9c94fbdf2742b0aa42]

        INTEGRATION: CWS pchfix02 (1.25.50); FILE MERGED 2006/09/01 17:24:30 kaib 1.25.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f1ee1d4dac6e6f908099e124fb5f22c4cb260ff]

        INTEGRATION: CWS pchfix02 (1.22.36); FILE MERGED 2006/09/01 17:24:30 kaib 1.22.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eec7ab08733c4513258f0260293bda8f8e8cf34a]

        INTEGRATION: CWS pchfix02 (1.17.48); FILE MERGED 2006/09/01 17:24:30 kaib 1.17.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99e85a9c2884eb1611fb764488669dd4e7127b18]

        INTEGRATION: CWS pchfix02 (1.29.50); FILE MERGED 2006/09/01 17:24:30 kaib 1.29.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88e024398c3475dfa2c169bb3ebf56a9b94df48b]

        INTEGRATION: CWS pchfix02 (1.14.50); FILE MERGED 2006/09/01 17:24:30 kaib 1.14.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b697b4ba617d8f9a2b292fd9508198b8636e54a]

        INTEGRATION: CWS pchfix02 (1.15.48); FILE MERGED 2006/09/01 17:24:30 kaib 1.15.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dfcc9da04c39902e9f4603d0506f81d29e1dccbf]

        INTEGRATION: CWS pchfix02 (1.15.50); FILE MERGED 2006/09/01 17:24:29 kaib 1.15.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa50d18663c0f5e93fa216032792d853516502c3]

        INTEGRATION: CWS pchfix02 (1.26.4); FILE MERGED 2006/09/01 17:24:29 kaib 1.26.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38c97d54069c6e89c11b8fc2aabdb25b1e69782d]

        INTEGRATION: CWS pchfix02 (1.48.50); FILE MERGED 2006/09/01 17:24:29 kaib 1.48.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d3c6c5ea097891fcffb19467db3287c77bf7542]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:29 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d72029e6ed021f098aea31c9f6ce82bcf670d91]

        INTEGRATION: CWS pchfix02 (1.16.48); FILE MERGED 2006/09/01 17:24:29 kaib 1.16.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [011b5f44fc5fa6ede6be4d635b8965fa09b06cea]

        INTEGRATION: CWS pchfix02 (1.6.50); FILE MERGED 2006/09/01 17:24:29 kaib 1.6.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e71b7710996a550b8bbde32ddb8f3516697dbaf7]

        INTEGRATION: CWS pchfix02 (1.29.24); FILE MERGED 2006/09/01 17:24:29 kaib 1.29.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9abd95fac5f75d1d0cf63273aa5ffd0c5dd0fb6]

        INTEGRATION: CWS pchfix02 (1.7.176); FILE MERGED 2006/09/01 17:24:28 kaib 1.7.176.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9abbc14dc3338d1f59cbc522f34c15fd0bb850fa]

        INTEGRATION: CWS pchfix02 (1.6.50); FILE MERGED 2006/09/01 17:24:28 kaib 1.6.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [415c18f83dd9278451e8c6082ac5485c39ccc5a1]

        INTEGRATION: CWS pchfix02 (1.40.46); FILE MERGED 2006/09/01 17:24:28 kaib 1.40.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f41855a4817216e56ce4dab6c1808c8fb8f95d9]

        INTEGRATION: CWS pchfix02 (1.18.48); FILE MERGED 2006/09/01 17:24:28 kaib 1.18.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [964b12f276e3b5a73abd7d10722648dbad2c2733]

        INTEGRATION: CWS pchfix02 (1.11.48); FILE MERGED 2006/09/01 17:24:28 kaib 1.11.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c1039bc490d27c8e75ae5e482026029bda5610a]

        INTEGRATION: CWS pchfix02 (1.21.50); FILE MERGED 2006/09/01 17:24:28 kaib 1.21.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [987906ad5b9cc261ee47b37c46785348480c2d54]

        INTEGRATION: CWS pchfix02 (1.98.34); FILE MERGED 2006/09/01 17:24:28 kaib 1.98.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [708365b31135b44476373e7eb6fc5e171b799ddf]

        INTEGRATION: CWS pchfix02 (1.24.36); FILE MERGED 2006/09/01 17:24:27 kaib 1.24.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [914549f6f8f2bdd16aaf5c7cc878112ca32e6b8e]

        INTEGRATION: CWS pchfix02 (1.4.176); FILE MERGED 2006/09/01 17:24:27 kaib 1.4.176.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [717fe7f9c280a664f9391fafb4b22fa004009d82]

        INTEGRATION: CWS pchfix02 (1.43.50); FILE MERGED 2006/09/01 17:24:27 kaib 1.43.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c407beff5884d1c0cd8a5a26f3e4fc0412be301]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:24:27 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c0361e8d1c0a65f84dca97023149300b2ed92b1a]

        INTEGRATION: CWS pchfix02 (1.16.50); FILE MERGED 2006/09/01 17:24:27 kaib 1.16.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4345f9bfcc2b6f85fac87a1f7affbf2175a9755a]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:27 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7fe47d456aed1156b8be211eef9f4b39f5e73d47]

        INTEGRATION: CWS pchfix02 (1.21.50); FILE MERGED 2006/09/01 17:24:26 kaib 1.21.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [438453767ffb41f71a01591e5ccaa44d3c1ebe89]

        INTEGRATION: CWS pchfix02 (1.5.138); FILE MERGED 2006/09/01 17:24:26 kaib 1.5.138.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4624dedb439239b6b2cedd9964a1fa57ddbc303b]

        INTEGRATION: CWS pchfix02 (1.13.48); FILE MERGED 2006/09/01 17:24:26 kaib 1.13.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [43bc4938105dab9d6e567a9ea1b9753df1f2333f]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:24:26 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ebbeb645d74db657daa8ec976708a2bf26f0355]

        INTEGRATION: CWS pchfix02 (1.6.50); FILE MERGED 2006/09/01 17:24:26 kaib 1.6.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3752c09517bc031712ddc095ef00a22d633b4d37]

        INTEGRATION: CWS pchfix02 (1.15.46); FILE MERGED 2006/09/01 17:24:26 kaib 1.15.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0663f20d51ba75bb3571b411f8af67aa2776c4c]

        INTEGRATION: CWS pchfix02 (1.10.46); FILE MERGED 2006/09/01 17:24:26 kaib 1.10.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fc33605b554fe3fd001c98ddd1420842ca7843a3]

        INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:24:25 kaib 1.6.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36a66d74d2b048b4cfd48f0a21e425a7c09398eb]

        INTEGRATION: CWS pchfix02 (1.9.88); FILE MERGED 2006/09/01 17:24:25 kaib 1.9.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dbccc918872500f32902e7c42d835b6c8f2a360a]

        INTEGRATION: CWS pchfix02 (1.14.50); FILE MERGED 2006/09/01 17:24:25 kaib 1.14.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [675707dfd3ad43c4d48b6f6dbfb86f895af79db8]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:25 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [75c3ac4bf09824b1eaecad1f568b74e29e153792]

        INTEGRATION: CWS pchfix02 (1.10.50); FILE MERGED 2006/09/01 17:24:25 kaib 1.10.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4178db080d6f9e8c960891ce7149b67f124257d8]

        INTEGRATION: CWS pchfix02 (1.30.4); FILE MERGED 2006/09/01 17:24:24 kaib 1.30.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db0c06b49953c41bb67e4f5391b048a40403b9b1]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:24 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [07091084a62825e234a3a8e4f68e53425385c0b1]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:24:24 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b84798a3d8764130332d6404016c531594567ee5]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:24:24 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d36149fb930916d5ba2c54814ca5d446ad28016d]

        INTEGRATION: CWS pchfix02 (1.15.50); FILE MERGED 2006/09/01 17:24:24 kaib 1.15.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d83c6dc6199d5196d60f42d16e5662b10bedbda]

        INTEGRATION: CWS pchfix02 (1.4.118); FILE MERGED 2006/09/01 17:24:24 kaib 1.4.118.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5bd3bf5c81e99c7515188514decca13caf84599]

        INTEGRATION: CWS pchfix02 (1.11.26); FILE MERGED 2006/09/01 17:24:24 kaib 1.11.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffb9825375a90afc4efe76cff7ca8a6ebc20665a]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:24:23 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7b1f1c33e733a857d660a5d355879eea88eda3e]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:23 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25c7f683bc35c7d27a7494155d215f3f0ceeeb03]

        INTEGRATION: CWS pchfix02 (1.11.50); FILE MERGED 2006/09/01 17:24:23 kaib 1.11.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4dd2300e16b6bce035d52857c662a28ea4405a7]

        INTEGRATION: CWS pchfix02 (1.8.184); FILE MERGED 2006/09/01 17:24:23 kaib 1.8.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6ce1ff8ea89617b2e5e6d1d370d1ef956d25607]

        INTEGRATION: CWS pchfix02 (1.4.178); FILE MERGED 2006/09/01 17:24:23 kaib 1.4.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [040ba03b88ff737638e8a2b7a7ca7e1bac7fd9dc]

        INTEGRATION: CWS pchfix02 (1.17.36); FILE MERGED 2006/09/01 17:24:23 kaib 1.17.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bab419fa2ff52a63f928aa54ce3caf34b3b3217f]

        INTEGRATION: CWS pchfix02 (1.42.50); FILE MERGED 2006/09/01 17:24:23 kaib 1.42.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d3c054445a8f6dace985618d56e5d8ff8202029]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:24:22 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05d6987b284b136b1d5e1bd179375ffe594a3fbc]

        INTEGRATION: CWS pchfix02 (1.177.4); FILE MERGED 2006/09/01 17:24:22 kaib 1.177.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cf0d00a2fcdba4ee24af2ad7151508d5b531144]

        INTEGRATION: CWS pchfix02 (1.5.184); FILE MERGED 2006/09/01 17:24:22 kaib 1.5.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6baaa2b921e54409a618682d2582d5dda47d3f97]

        INTEGRATION: CWS pchfix02 (1.75.50); FILE MERGED 2006/09/01 17:24:22 kaib 1.75.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae221296d8ec384b4236a9dd269f6d45c8a0f61a]

        INTEGRATION: CWS pchfix02 (1.72.4); FILE MERGED 2006/09/01 17:24:22 kaib 1.72.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32482d2751b23d4f5ce72f01817301967d616b5a]

        INTEGRATION: CWS pchfix02 (1.10.50); FILE MERGED 2006/09/01 17:24:21 kaib 1.10.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dff60ebac83eb1d00d19d01ea86c92583b270c61]

        INTEGRATION: CWS pchfix02 (1.29.52); FILE MERGED 2006/09/01 17:24:21 kaib 1.29.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fa724dce31e65431171db26c61ab483cb7a455b3]

        INTEGRATION: CWS pchfix02 (1.73.50); FILE MERGED 2006/09/01 17:24:21 kaib 1.73.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d793b5e1e0cbb3e22c2766580dfd18984f07a703]

        INTEGRATION: CWS pchfix02 (1.15.52); FILE MERGED 2006/09/01 17:24:21 kaib 1.15.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15824920cd72e4592c983498daf26395285553c5]

        INTEGRATION: CWS pchfix02 (1.19.184); FILE MERGED 2006/09/01 17:24:21 kaib 1.19.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08ebfd31f5da1de5c5744e17efe7bdf87fb0fb89]

        INTEGRATION: CWS pchfix02 (1.26.26); FILE MERGED 2006/09/01 17:24:21 kaib 1.26.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21789795ebb5d2ba6e7edc10c44a3033eadaef8f]

        INTEGRATION: CWS pchfix02 (1.25.52); FILE MERGED 2006/09/01 17:24:21 kaib 1.25.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b74d453c446b3b1499782a4cb94a9a36df2c4fc2]

        INTEGRATION: CWS pchfix02 (1.19.50); FILE MERGED 2006/09/01 17:24:20 kaib 1.19.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94767bbdd106770a7c4c90460746e213acb36545]

        INTEGRATION: CWS pchfix02 (1.24.50); FILE MERGED 2006/09/01 17:24:20 kaib 1.24.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4491a5bd7c03ab89d4710635659302748602238]

        INTEGRATION: CWS pchfix02 (1.94.4); FILE MERGED 2006/09/01 17:24:20 kaib 1.94.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b51647873bda544d574b73b6b417549778c38fd]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:20 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a9d2f3f4e5d13d59595ea650a9a7ef968efe4b2a]

        INTEGRATION: CWS pchfix02 (1.14.50); FILE MERGED 2006/09/01 17:24:20 kaib 1.14.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [320e7583b55a3b555e8b53101cf5e8dca806e160]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:24:19 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9062efac261215ab3b154d5ff44c23ced8f067f]

        INTEGRATION: CWS pchfix02 (1.9.50); FILE MERGED 2006/09/01 17:24:19 kaib 1.9.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7c9e255536e39bbfb773403c54540f574fff55c]

        INTEGRATION: CWS pchfix02 (1.7.178); FILE MERGED 2006/09/01 17:24:19 kaib 1.7.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94ec7504f4d7e0479817331f81b5d3ac7ff16745]

        INTEGRATION: CWS pchfix02 (1.17.50); FILE MERGED 2006/09/01 17:24:19 kaib 1.17.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73fca23a8b76ac14771b8bcedd49f89ada8ddf0a]

        INTEGRATION: CWS pchfix02 (1.14.34); FILE MERGED 2006/09/01 17:24:19 kaib 1.14.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [161cc306b16262d87df480dc2b07709cdec11351]

        INTEGRATION: CWS pchfix02 (1.20.26); FILE MERGED 2006/09/01 17:24:19 kaib 1.20.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c97d7f23793b0a4c117069f9e0e83b19b2815ee]

        INTEGRATION: CWS pchfix02 (1.16.36); FILE MERGED 2006/09/01 17:24:19 kaib 1.16.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9dbb12a23afa51a05b4005154508f43b76f0bbec]

        INTEGRATION: CWS pchfix02 (1.32.24); FILE MERGED 2006/09/01 17:24:18 kaib 1.32.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27c5148becf75d8d984f7d04843f500319cc9c71]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:18 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6cacbd54c965f43f7567dd6e8c1811a366089fc]

        INTEGRATION: CWS pchfix02 (1.36.4); FILE MERGED 2006/09/01 17:24:18 kaib 1.36.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3b89d58e70ce4fca523e082b563c13c34de82ab]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:24:18 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1ca4e9ebc7cd1319fe5b3fb9947e680a360f37a]

        INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGED 2006/09/01 17:24:18 kaib 1.9.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a49ceac3ca50f533dc76555515b5d6cc7d03db0]

        INTEGRATION: CWS pchfix02 (1.10.184); FILE MERGED 2006/09/01 17:24:17 kaib 1.10.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3839ba0920e7d750ea49a70991cdd740137b6e8a]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:24:17 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3a94479eb532f9ab32fdabe8ba0b0338409ed77]

        INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGED 2006/09/01 17:24:17 kaib 1.9.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a49ead2d0ab489863f9dadbe7f9396e4ddbcf129]

        INTEGRATION: CWS pchfix02 (1.9.178); FILE MERGED 2006/09/01 17:24:17 kaib 1.9.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25f175b7dd2b3db61d8ed400b79a6eb1d96a3011]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:24:16 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e550be6fd5117f76376112544fa6c35872fc0e4d]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:24:16 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [850fd68ee99c36778875c1d905d483c33f172437]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:24:15 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9da6ebf32c3acc2fd1e3476e87da20c6bb938ee6]

        INTEGRATION: CWS pchfix02 (1.13.32); FILE MERGED 2006/09/01 17:24:15 kaib 1.13.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [442c98db86f673e0f6cdfb151364a5466488ab22]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:15 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdd28e835c98db8d1897388129dbd983284a9560]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:24:15 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e8e380f2cb20333f155d712ab3b5d233d9e50e7]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:14 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ea1667980f83a05fdb8f6bb422866e74d449379]

        INTEGRATION: CWS pchfix02 (1.5.178); FILE MERGED 2006/09/01 17:24:14 kaib 1.5.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73ed8b5473307ddd7b1aea6062a0aad9fc6af61e]

        INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:24:14 kaib 1.6.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59ee0d88d8fcbeb87016786854ff17e9066c57e2]

        INTEGRATION: CWS pchfix02 (1.7.32); FILE MERGED 2006/09/01 17:24:14 kaib 1.7.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8acf3373bb90ed23d04cb2d48ae7b01a9843afc4]

        INTEGRATION: CWS pchfix02 (1.13.4); FILE MERGED 2006/09/01 17:24:14 kaib 1.13.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9cf3cd9cfe8a28b930d4e05d80aafe06ac3695dc]

        INTEGRATION: CWS pchfix02 (1.4.178); FILE MERGED 2006/09/01 17:24:14 kaib 1.4.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [14abcda0f1790ba557e1456fe101ce8cb5f8804a]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:14 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6b46cd72fbc088b52913db325593aafedbb44a7b]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:24:13 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7fedd646b63a0ac7ec9830f2b9a965c7a79a1a14]

        INTEGRATION: CWS pchfix02 (1.8.4); FILE MERGED 2006/09/01 17:24:13 kaib 1.8.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [50eeda07eb9bb1ef2dfff37973e160047bb24d0a]

        INTEGRATION: CWS pchfix02 (1.6.178); FILE MERGED 2006/09/01 17:24:13 kaib 1.6.178.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d221bb2829b12ddee450df0a9500c80dbd483af]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:24:13 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66b7b57a719713b3b277127d46101bc94391a3bd]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:13 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [37ed3ea364e92f3f7b75e6b660e9fe7b3e67f99a]

        INTEGRATION: CWS pchfix02 (1.22.4); FILE MERGED 2006/09/01 17:24:12 kaib 1.22.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fec8f003d13162711944b4ca68bb8b9e458adddb]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:24:12 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b3798b7dc59ff3b49b360370f495faad6dd7ebb6]

        INTEGRATION: CWS pchfix02 (1.12.26); FILE MERGED 2006/09/01 17:24:12 kaib 1.12.26.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0eded3607b2af2474bfec09e59e7af047252eaef]

        INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:24:12 kaib 1.8.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59d8deec83b5846c8523527df4cbef19fa100555]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:24:11 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [593c7b1996c4860f44ac99baf1b56bda35157e30]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:24:11 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c49394a8fa3edd0d2e59699601317420358c4c28]

        INTEGRATION: CWS pchfix02 (1.7.88); FILE MERGED 2006/09/01 17:24:11 kaib 1.7.88.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [588681204659ef0e840ca1ec671eacf4769acdc1]

        INTEGRATION: CWS pchfix02 (1.11.4); FILE MERGED 2006/09/01 17:24:11 kaib 1.11.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [990f0173c59b9728e5ba8ee9866be757bf39e0ba]

        INTEGRATION: CWS pchfix02 (1.8.184); FILE MERGED 2006/09/01 17:24:11 kaib 1.8.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e866dbd74b859013ed3a2475565fbd91f5c0153]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:24:10 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41ca4225b9067468f013a26da277f6fb311b643d]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:24:10 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f4049757fc5f6f8c4e6446ae284e9adcebe09793]

        INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:24:10 kaib 1.6.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [161170a39fcf03bb292c217ff86fd5c2028cb0fa]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:24:10 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5efa9107d4ddddfd999d813c910ea82363fbcdaa]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:24:09 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8e39313de5b219ac08b41127bccc5783828aa85f]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:24:09 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46131fa254694388849ff12ac71362ae74acc6e5]

        INTEGRATION: CWS pchfix02 (1.39.4); FILE MERGED 2006/09/01 17:24:09 kaib 1.39.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [751c8e263fdad851762135091fe52c91ce46ad2f]

        INTEGRATION: CWS pchfix02 (1.20.4); FILE MERGED 2006/09/01 17:24:09 kaib 1.20.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc97f8e40deaf1734a071865de8854ad41313f37]

        INTEGRATION: CWS pchfix02 (1.22.36); FILE MERGED 2006/09/01 17:24:09 kaib 1.22.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8858eba2f02f986dca919cb487272191c5406a8]

        INTEGRATION: CWS pchfix02 (1.71.4); FILE MERGED 2006/09/01 17:24:09 kaib 1.71.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f997d4c2a2ece9f2cd18466cd9150b0b13dbefb8]

        INTEGRATION: CWS pchfix02 (1.29.50); FILE MERGED 2006/09/01 17:24:08 kaib 1.29.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c09ad8a7498a5fa2581d22702f34ab106f169f9]

        INTEGRATION: CWS pchfix02 (1.34.32); FILE MERGED 2006/09/01 17:24:08 kaib 1.34.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [216e98d70c1e46da6bd832f6e896d8108017acea]

        INTEGRATION: CWS pchfix02 (1.49.4); FILE MERGED 2006/09/01 17:24:08 kaib 1.49.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1c9b5bcea4214a973db332c28a702cfe6e586c8]

        INTEGRATION: CWS pchfix02 (1.18.36); FILE MERGED 2006/09/01 17:24:08 kaib 1.18.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ab8ea3412ded5c4f03fdebfa53d0dfa96090f2cf]

        INTEGRATION: CWS pchfix02 (1.13.36); FILE MERGED 2006/09/01 17:24:08 kaib 1.13.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9ac99d3e667254b62fa5f0235b77addd83aedbc]

        INTEGRATION: CWS pchfix02 (1.12.52); FILE MERGED 2006/09/01 17:24:08 kaib 1.12.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a1869c68673dd8a1a02668538c488659e84ea1e0]

        INTEGRATION: CWS pchfix02 (1.4.184); FILE MERGED 2006/09/01 17:24:08 kaib 1.4.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d4b323a23adb515503cc1716a9480f37428d4a8]

        INTEGRATION: CWS pchfix02 (1.16.4); FILE MERGED 2006/09/01 17:24:07 kaib 1.16.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2d89bb1afba2681616234c750ef0e751fc3c0edb]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:24:07 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a8153e3f7800c254ae4e6307d860c03a7d0b8ac]

        INTEGRATION: CWS pchfix02 (1.10.12); FILE MERGED 2006/09/01 17:24:07 kaib 1.10.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d03037a889163a1f9e1f751051d4654e63639d9]

        INTEGRATION: CWS pchfix02 (1.24.36); FILE MERGED 2006/09/01 17:24:07 kaib 1.24.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ed6dd117bd01df3293682b37d9c38e5be390f24]

        INTEGRATION: CWS pchfix02 (1.62.36); FILE MERGED 2006/09/01 17:24:07 kaib 1.62.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a470c9d30e553b13ac568079ae7529c939798ef1]

        INTEGRATION: CWS pchfix02 (1.57.4); FILE MERGED 2006/09/01 17:24:07 kaib 1.57.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a89401a45365746b8b328dafbfbf5c9417f3b88]

        INTEGRATION: CWS pchfix02 (1.14.52); FILE MERGED 2006/09/01 17:24:06 kaib 1.14.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ffc3293383356aa033d4811d01356896975422d6]

        INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED 2006/09/01 17:24:06 kaib 1.17.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1007803e10b9d4b04347ae11006c7e1dcc302df7]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:24:06 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e7490772d8390d3588af0216a6f3a46055ea0b2]

        INTEGRATION: CWS pchfix02 (1.29.12); FILE MERGED 2006/09/01 17:24:06 kaib 1.29.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e49e3506c79910ea42cb8c490fce9026d657d86]

        INTEGRATION: CWS pchfix02 (1.24.36); FILE MERGED 2006/09/01 17:24:06 kaib 1.24.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49b8eff1b23d3022f4feaeea8b3bc436391ca334]

        INTEGRATION: CWS pchfix02 (1.65.4); FILE MERGED 2006/09/01 17:24:06 kaib 1.65.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad5c6c77b920aff6c4a8d35249cbb6324e74ec8c]

        INTEGRATION: CWS pchfix02 (1.31.36); FILE MERGED 2006/09/01 17:24:06 kaib 1.31.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea2d840a660e69edd3c439b722a3fe0a7a5e0de4]

        INTEGRATION: CWS pchfix02 (1.14.12); FILE MERGED 2006/09/01 17:24:05 kaib 1.14.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3654bc2a8ca69b630a620e62bc8f43f3db2a7d24]

        INTEGRATION: CWS pchfix02 (1.23.36); FILE MERGED 2006/09/01 17:24:05 kaib 1.23.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [276f990d4fcddf0c10e122f154b05e75bcc9b98a]

        INTEGRATION: CWS pchfix02 (1.23.4); FILE MERGED 2006/09/01 17:24:05 kaib 1.23.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe00d1063a226dccfaad8b86937e0f3619758ae9]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:24:05 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8827c1af1c49e15406340699b1a4f3386fd7f500]

        INTEGRATION: CWS pchfix02 (1.51.36); FILE MERGED 2006/09/01 17:24:05 kaib 1.51.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98791c458c5e5ec9112fb1bd0dbfadcce7745378]

        INTEGRATION: CWS pchfix02 (1.6.184); FILE MERGED 2006/09/01 17:24:05 kaib 1.6.184.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c105cf664b816cf0940d1c3b08f4c1fab887eb2d]

        INTEGRATION: CWS pchfix02 (1.28.4); FILE MERGED 2006/09/01 17:24:05 kaib 1.28.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99cdebdd50e062d694e322deaedf8e39984bfe6e]

        INTEGRATION: CWS pchfix02 (1.17.36); FILE MERGED 2006/09/01 17:24:04 kaib 1.17.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36723fb5ba86b3356f7192585daed8d201bc999b]

        INTEGRATION: CWS pchfix02 (1.16.4); FILE MERGED 2006/09/01 17:24:04 kaib 1.16.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [37f4faaa025e07c897fc1a3d1a744ee281173ee7]

        INTEGRATION: CWS pchfix02 (1.15.24); FILE MERGED 2006/09/01 17:24:04 kaib 1.15.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7595c3b099cdf731d8d713023edb08fd995d2033]

        INTEGRATION: CWS pchfix02 (1.88.4); FILE MERGED 2006/09/01 17:24:04 kaib 1.88.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8558df6df37f6e757e8cb61fbfd0dab81027fcd3]

        INTEGRATION: CWS pchfix02 (1.89.4); FILE MERGED 2006/09/01 17:24:04 kaib 1.89.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a8af79ce88de4eca1627dcba32c950f710c9c415]

        INTEGRATION: CWS pchfix02 (1.147.4); FILE MERGED 2006/09/01 17:24:04 kaib 1.147.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [735f42ffa8e3f08276af74ec442de1ed9c92ef49]

        INTEGRATION: CWS pchfix02 (1.64.4); FILE MERGED 2006/09/01 17:24:03 kaib 1.64.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32432a942284fb7fa184e5ba593e9b307ba8b5c2]

        INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:24:03 kaib 1.5.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec75087b97eb4aceeec5fbca1ed317a6e991de11]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:24:03 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6fdfd5e006698c12de1ffeff355c8399662f31ed]

        INTEGRATION: CWS pchfix02 (1.42.36); FILE MERGED 2006/09/01 17:24:03 kaib 1.42.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b0ce80edb01c1d74709c56070d13ba93a2c40efc]

        INTEGRATION: CWS pchfix02 (1.33.52); FILE MERGED 2006/09/01 17:24:03 kaib 1.33.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2131149d756f31172964fe4e9a1d93d1ad17d34c]

        INTEGRATION: CWS pchfix02 (1.14.122); FILE MERGED 2006/09/01 17:24:03 kaib 1.14.122.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [74a6eef5c1ba9d8bce18316fd61cbe4c989affe7]

        INTEGRATION: CWS pchfix02 (1.17.36); FILE MERGED 2006/09/01 17:24:02 kaib 1.17.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdf92f6356e38f3a28b9835f7e48528f231da10c]

        INTEGRATION: CWS pchfix02 (1.18.36); FILE MERGED 2006/09/01 17:24:02 kaib 1.18.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c836cd9175fdb8b4e2c7a81385a584090e90f223]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:24:02 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a9ae980d5d6144e12b106093768bafba0190b803]

        INTEGRATION: CWS pchfix02 (1.2.516); FILE MERGED 2006/09/01 17:47:50 kaib 1.2.516.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [51ca9c74119a2672c1bde11efe9b13456f1e027b]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:47:50 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93a8b9ef62060344cc2cee3a0cb1fc1b23da65fa]

        INTEGRATION: CWS pchfix02 (1.13.212); FILE MERGED 2006/09/01 17:47:49 kaib 1.13.212.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8090106c9c555f9b9474e7e0092c5021a2ad5449]

        INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED 2006/09/01 17:47:49 kaib 1.4.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [565e072cef066e31827509461ee5f1dd86e01255]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:47:48 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f64a1860dd6907d55ca4f10f01e90bd89443739]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:48 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17be5e1ec64a4784fc0eeea8e6f65ef95e3f3a87]

        INTEGRATION: CWS pchfix02 (1.16.114); FILE MERGED 2006/09/01 17:47:48 kaib 1.16.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6654c0cd67118edd00130337a9b37e8cd49e1e80]

        INTEGRATION: CWS pchfix02 (1.15.114); FILE MERGED 2006/09/01 17:47:48 kaib 1.15.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ecc30dcc1580e6c85226780f3055dc7eb3588fb0]

        INTEGRATION: CWS pchfix02 (1.15.112); FILE MERGED 2006/09/01 17:47:48 kaib 1.15.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b0d003cdbd33b6114388453604e2005b3ffe660]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:47:48 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb6b0f26e6b29e50eaa2e0e11f837353444e6146]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:47:47 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26e227462a7a127def3bfe46fe374d481e17b986]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:46 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29089d7d8c7e9a0433ecefa0d4f83bb247245ef1]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:47:46 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4725002973ee25cb759f2f1c9ab2408583f4540a]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:46 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [63558c1442abcbb1e2cd478ed18542189f1a82d5]

        INTEGRATION: CWS pchfix02 (1.33.16); FILE MERGED 2006/09/01 17:47:46 kaib 1.33.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c7f5afec2ada26ad75e048e5523905b5a0deea19]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:47:46 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2d1f4ca2c6db03c3f12891b0142661ea18d9c36]

        INTEGRATION: CWS pchfix02 (1.16.86); FILE MERGED 2006/09/01 17:47:45 kaib 1.16.86.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [255325308d95ff3b06a8d33f62be7d3f5e027805]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:47:45 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d38785d994167c651bc7f73f6e5f8752b334268]

        INTEGRATION: CWS pchfix02 (1.16.536); FILE MERGED 2006/09/01 17:47:45 kaib 1.16.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de23dd83ae8547e109d45e8cef12b9144d81d522]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:45 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c7f6b95adbabacfc1e48ebe8b693f66db61023c8]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:47:44 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54f4a265c208568cb30a00ba30ecbae77efeddd3]

        INTEGRATION: CWS pchfix02 (1.30.36); FILE MERGED 2006/09/01 17:47:44 kaib 1.30.36.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6dc6a55dd9ae78ca9e6d34b8b675626598aaf3a]

        INTEGRATION: CWS pchfix02 (1.8.536); FILE MERGED 2006/09/01 17:47:44 kaib 1.8.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9da3cffba3ece19f30a41aa6db2f462b6042f228]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:47:44 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [796b07f1a3d4f43d2ab450edff44071c4cdc50d2]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:43 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db5ffb6eca4a6100f3b2976ea186468b3e690e1b]

        INTEGRATION: CWS pchfix02 (1.8.536); FILE MERGED 2006/09/01 17:47:43 kaib 1.8.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f8546f9da4f27ee849d5a1cea9978e774028712]

        INTEGRATION: CWS pchfix02 (1.7.536); FILE MERGED 2006/09/01 17:47:43 kaib 1.7.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db12bd4ae65c83cc54e0173c3f89bca7b21277b9]

        INTEGRATION: CWS pchfix02 (1.22.116); FILE MERGED 2006/09/01 17:47:43 kaib 1.22.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5caf6bf75f7b301b69f7b1f53e5b4a2196cb974]

        INTEGRATION: CWS pchfix02 (1.56.114); FILE MERGED 2006/09/01 17:47:42 kaib 1.56.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c62294df5c47700c5dfa2944ebccd87012a4625]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:47:42 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22fd210738202d1185740b66602aa7c059deb4f4]

        INTEGRATION: CWS pchfix02 (1.28.114); FILE MERGED 2006/09/01 17:47:42 kaib 1.28.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a60ff534a936c425cbead37d51f4e001b67e846d]

        INTEGRATION: CWS pchfix02 (1.25.114); FILE MERGED 2006/09/01 17:47:42 kaib 1.25.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [daeda398099e9247bcf4d1a95bb846d7d897c677]

        INTEGRATION: CWS pchfix02 (1.26.116); FILE MERGED 2006/09/01 17:47:42 kaib 1.26.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c01caf43b689de3d7e80a8f80e9abdc95ac405c2]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:47:42 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b54432db3afc2f3837dc0ea149952bd3c81dffa9]

        INTEGRATION: CWS pchfix02 (1.15.114); FILE MERGED 2006/09/01 17:47:41 kaib 1.15.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebaf9c7cd1328dea40fb20cba098a296bb4a7973]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:47:41 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e742912f719ac9b1ec84eb78d6cc8e62c44c6183]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:47:41 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6fb92f45a569ee857c2323f575ba14cfae4cd3cc]

        INTEGRATION: CWS pchfix02 (1.8.536); FILE MERGED 2006/09/01 17:47:41 kaib 1.8.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e98a98917dd2c537fbada25b82249f84ac28ee6a]

        INTEGRATION: CWS pchfix02 (1.55.72); FILE MERGED 2006/09/01 17:47:40 kaib 1.55.72.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2f3a439234c038b3d9eb7cf950c24be26871e32a]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:40 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0933f7d1abf1ad4d083404d29a9fee6186bda998]

        INTEGRATION: CWS pchfix02 (1.146.112); FILE MERGED 2006/09/01 17:47:40 kaib 1.146.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1da72d2b2b154626e63aa61034995fc2154d6d21]

        INTEGRATION: CWS pchfix02 (1.25.116); FILE MERGED 2006/09/01 17:47:40 kaib 1.25.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [466c237a9c3afcaafa89f72873e78ceada3c99df]

        INTEGRATION: CWS pchfix02 (1.25.114); FILE MERGED 2006/09/01 17:47:40 kaib 1.25.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8a040791b39f7649d933383ae946e8d2275b014]

        INTEGRATION: CWS pchfix02 (1.62.112); FILE MERGED 2006/09/01 17:47:39 kaib 1.62.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f1da99a39211e5d0eb63cc25331b486c4a8196c]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:47:39 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc72609d2b8f88afe5f254d2f1d75630e79e6e7a]

        INTEGRATION: CWS pchfix02 (1.36.48); FILE MERGED 2006/09/01 17:47:39 kaib 1.36.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e351e691203416844a0f986b95c8d819c0dc59ea]

        INTEGRATION: CWS pchfix02 (1.19.174); FILE MERGED 2006/09/01 17:47:39 kaib 1.19.174.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fad7f1fc1a4eeb2bdf6e253b09d2aaf19bdb53cf]

        INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED 2006/09/01 17:47:39 kaib 1.19.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e62e85509b24be6511f8cf9f302deb57a9bab5d]

        INTEGRATION: CWS pchfix02 (1.17.114); FILE MERGED 2006/09/01 17:47:39 kaib 1.17.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0beabfcc9374a5997825a792ec00d1785125e14]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:38 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b5b55c27e36c636456d53596382a606ee27a22bb]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:47:38 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0241d1106c60969f678503124df7e026282121e7]

        INTEGRATION: CWS pchfix02 (1.8.536); FILE MERGED 2006/09/01 17:47:38 kaib 1.8.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dccfa7fe1e7408e412dc815d497133609bf12b44]

        INTEGRATION: CWS pchfix02 (1.2.536); FILE MERGED 2006/09/01 17:47:38 kaib 1.2.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93f4b6c3520e29df6cb1651ba0e8044b1d111f4b]

        INTEGRATION: CWS pchfix02 (1.11.536); FILE MERGED 2006/09/01 17:47:38 kaib 1.11.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d79e2c94621ba412f447df38bcad836376b0647]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:47:38 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8a683cb71169cd5beeac9e175e6deff47a90029b]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:47:37 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [23f68f3f4d35d0aece3505e6ec630ff1fa533cf6]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:37 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef09740785ce343e3517b1b663c6579c52022c03]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:47:37 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d46ef6e134ef0d2eff7a7b78308b206cec70bd3]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:47:37 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81a1dee681c8a25ef23ac4754a7851f24f933475]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:37 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [14fdf305b0cba89f4ec6c60a0cb25dcef2f389bf]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:47:36 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e81e9c448338d2b5c01ec50513da4c746c0b2a8e]

        INTEGRATION: CWS pchfix02 (1.27.72); FILE MERGED 2006/09/01 17:47:36 kaib 1.27.72.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1ba3af57ec5604d748222b7fe05eb90b256d857]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:36 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b8a0a46714365888267f08a299150a1648613268]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:35 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0654ea7949dab5a1706b629c00c4aff87e8c38ab]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:35 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e504316499fc40c8d85a9ceccb21348753211ab5]

        INTEGRATION: CWS pchfix02 (1.15.50); FILE MERGED 2006/09/01 17:47:35 kaib 1.15.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d89bbd1067545c50a7ce75a84419e6db935bf8e6]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:47:35 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a908e640b1027fa1344410560abd0546455b55be]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:47:34 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [919f76f155c9366be9ab1342df3a112c844c8f44]

        INTEGRATION: CWS pchfix02 (1.3.1170); FILE MERGED 2006/09/01 17:47:34 kaib 1.3.1170.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3bf7cef25caee3a5ac15fc5cb40ea35c4a7c96f5]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:47:34 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6756aca26dc3964f4f97f18404e4db1dbc2ccf7c]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:47:34 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2559d320dfa6829385c0466558b480f565b3d05c]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:34 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd4213b23cb7db5a015f10b6f8461717b8f5b1fd]

        INTEGRATION: CWS pchfix02 (1.71.74); FILE MERGED 2006/09/01 17:47:33 kaib 1.71.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9eb61ec36929413bac3f105ea0911a5b6750e68e]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:47:33 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6771b5134da2225a2d94659294b4816995da400]

        INTEGRATION: CWS pchfix02 (1.23.534); FILE MERGED 2006/09/01 17:47:33 kaib 1.23.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49cf4723d2b273a2b422c60be3bf49b45a894548]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:47:33 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4f05e7ffb347ee2abfecf516ee75c41b0700742]

        INTEGRATION: CWS pchfix02 (1.18.116); FILE MERGED 2006/09/01 17:47:33 kaib 1.18.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [940cacc524891fa57fdc38aeaf0d0894aece3d76]

        INTEGRATION: CWS pchfix02 (1.32.48); FILE MERGED 2006/09/01 17:47:33 kaib 1.32.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c5b1d12e2fce0d2c617a21fe5ab69d0d315a9807]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:33 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d4dca39b7cd842f6f27d70f61345cef1d0f5b91]

        INTEGRATION: CWS pchfix02 (1.8.532); FILE MERGED 2006/09/01 17:47:32 kaib 1.8.532.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46e761c1a755df684f60117e49aa95f50c7c050a]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:47:32 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [baeeeb724b5743f9ea0aeefbf2290389a7f636fb]

        INTEGRATION: CWS pchfix02 (1.10.182); FILE MERGED 2006/09/01 17:47:32 kaib 1.10.182.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e27eab455e51762eab8b0177585829ae2059ac88]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:47:32 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aecbe8b4346a224bdf633b1fa623a7c7f028c05a]

        INTEGRATION: CWS pchfix02 (1.28.116); FILE MERGED 2006/09/01 17:47:32 kaib 1.28.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [68e8fc8f79b303124e9e79cfcd8f38f9dfe9c0bb]

        INTEGRATION: CWS pchfix02 (1.17.110); FILE MERGED 2006/09/01 17:47:31 kaib 1.17.110.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [736efd77b40412d94d1be913f3699d2467995557]

        INTEGRATION: CWS pchfix02 (1.25.116); FILE MERGED 2006/09/01 17:47:31 kaib 1.25.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7472be6c9aa52e2996720377fa759bb27b9586ee]

        INTEGRATION: CWS pchfix02 (1.28.74); FILE MERGED 2006/09/01 17:47:31 kaib 1.28.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cb8da94199609c803cc5264f30b7c7d4470fd12a]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:47:31 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4bc2fb000f599b1d1860ccdc731a6a899de15ee4]

        INTEGRATION: CWS pchfix02 (1.27.50); FILE MERGED 2006/09/01 17:47:30 kaib 1.27.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c557cd9b2ce1b3c4be583ca52e647c0d6e04eed6]

        INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:47:30 kaib 1.4.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65a0812b147c817e8c43e5fcdcff2f8654770e81]

        INTEGRATION: CWS pchfix02 (1.16.114); FILE MERGED 2006/09/01 17:47:30 kaib 1.16.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e63d323e6217bf9319c78fe5f07f7a7fd2abdc19]

        INTEGRATION: CWS pchfix02 (1.22.50); FILE MERGED 2006/09/01 17:47:29 kaib 1.22.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [adefee4edf68c011282cc42dd868fb3dc6b59a19]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:47:29 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af3df51d0bc0c9344afc837cb3e499ac6c3bfa8d]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:29 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2bfb859f022f50a62f8ca7a96686b04ee0698c8e]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:47:29 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65677f62dc38a0257baa590b0246c7af47e61df5]

        INTEGRATION: CWS pchfix02 (1.9.114); FILE MERGED 2006/09/01 17:47:29 kaib 1.9.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5964bceaed8069f4bb42f984115bde107f14a70d]

        INTEGRATION: CWS pchfix02 (1.3.534); FILE MERGED 2006/09/01 17:47:28 kaib 1.3.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6d3730fa695ff327285f3cf738ee77f5ed2ef60f]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:47:28 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b65e3d6e34eeb721090020efbbaae78d2ff662e0]

        INTEGRATION: CWS pchfix02 (1.27.70); FILE MERGED 2006/09/01 17:47:28 kaib 1.27.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3da7539519315769b5d58d4a900fba3dc1fd292c]

        INTEGRATION: CWS pchfix02 (1.49.48); FILE MERGED 2006/09/01 17:47:28 kaib 1.49.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00136888ab9e80c66999dd9854b51e74665bd132]

        INTEGRATION: CWS pchfix02 (1.53.50); FILE MERGED 2006/09/01 17:47:28 kaib 1.53.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [809ee8399382f9f9aaf79b755b5e37eca81be63e]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:47:28 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4451ad48cfd05b38e45aa0e8f5580e665044a56f]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:27 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46eb388cbd976d9008233bdd31531069a70ade64]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:47:27 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af5e0d76ab99b692ff2dce2c09db8500fa2300d5]

        INTEGRATION: CWS pchfix02 (1.22.114); FILE MERGED 2006/09/01 17:47:27 kaib 1.22.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16ce99842fd3885cad941903de5fb031b4009d41]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:47:27 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [563f102298857abdbae51dbae7aaa9067db63273]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:27 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2063101ad4e10c6cb686465fbb57dda710e3466]

        INTEGRATION: CWS pchfix02 (1.16.114); FILE MERGED 2006/09/01 17:47:26 kaib 1.16.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [af370d051f6ce1a043d89997a35ebcd0a8c98e37]

        INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:47:26 kaib 1.4.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ff5d2bd554a77e0d57519733d0065de780ac12b]

        INTEGRATION: CWS pchfix02 (1.27.116); FILE MERGED 2006/09/01 17:47:26 kaib 1.27.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1db72d912a88730e8cfe7e1654319a8fe1891b3a]

        INTEGRATION: CWS pchfix02 (1.74.114); FILE MERGED 2006/09/01 17:47:26 kaib 1.74.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e01b97e12702b0be8a4f0088363f82c5dba49de7]

        INTEGRATION: CWS pchfix02 (1.22.114); FILE MERGED 2006/09/01 17:47:26 kaib 1.22.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59d59fe7b8f8d2cc295c33a90c4f3c3a75bd7c6a]

        INTEGRATION: CWS pchfix02 (1.30.114); FILE MERGED 2006/09/01 17:47:26 kaib 1.30.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5ccb52ef208bdc0082ba7f4fa78406fc368bfbc]

        INTEGRATION: CWS pchfix02 (1.19.344); FILE MERGED 2006/09/01 17:47:25 kaib 1.19.344.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cac6873d4e310c23075b3185fae3297fe55d14d1]

        INTEGRATION: CWS pchfix02 (1.68.112); FILE MERGED 2006/09/01 17:47:25 kaib 1.68.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3b634ca8e47fcf720ec5b308be2ea6edc109bf63]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:25 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a66a26f6af5bb409cc401a8dc2b76f929455361]

        INTEGRATION: CWS pchfix02 (1.24.114); FILE MERGED 2006/09/01 17:47:25 kaib 1.24.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [357cba628f132bd534ebfe9ba85fdf71ce980b1b]

        INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:47:25 kaib 1.4.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bf88f78f27c264c5b8b1bf36859c024f77e90d4]

        INTEGRATION: CWS pchfix02 (1.28.114); FILE MERGED 2006/09/01 17:47:25 kaib 1.28.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2bb9d9efa36adf4bdac015fa964b7a9bcee8696]

        INTEGRATION: CWS pchfix02 (1.71.84); FILE MERGED 2006/09/01 17:47:24 kaib 1.71.84.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89273301c0a5050bbe46188c0b525391dbfa2312]

        INTEGRATION: CWS pchfix02 (1.35.114); FILE MERGED 2006/09/01 17:47:24 kaib 1.35.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa1d292502190431646c140a043296c7000d4698]

        INTEGRATION: CWS pchfix02 (1.25.112); FILE MERGED 2006/09/01 17:47:24 kaib 1.25.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [630c23aabde2337b14627f9e09f6e0f7b05d37f7]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:47:24 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29f353b970e8be887f912b5b65cf9d1e05fbda33]

        INTEGRATION: CWS pchfix02 (1.80.16); FILE MERGED 2006/09/01 17:47:24 kaib 1.80.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [965c1ad2c1c42e556b53a271ee19c2e0c6ed2628]

        INTEGRATION: CWS pchfix02 (1.44.114); FILE MERGED 2006/09/01 17:47:23 kaib 1.44.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76a3a43b41cfb0accde538cf576f171cbf0a3210]

        INTEGRATION: CWS pchfix02 (1.32.4); FILE MERGED 2006/09/01 17:47:23 kaib 1.32.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57eb9e1df91b83b44aa2324d680bcd1abdbb163c]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:47:23 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac9fad3f3fa0f9b26bd98b7b5d721cc0c8151403]

        INTEGRATION: CWS pchfix02 (1.27.50); FILE MERGED 2006/09/01 17:47:23 kaib 1.27.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c89480fc4e83141516c7804eee906516aaccb150]

        INTEGRATION: CWS pchfix02 (1.64.114); FILE MERGED 2006/09/01 17:47:23 kaib 1.64.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5aee1304da3e556c23e7ac3d39b39dcca34e0613]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:47:22 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25c27ffabc223e1d32f3e6730aeaae49383437f0]

        INTEGRATION: CWS pchfix02 (1.10.114); FILE MERGED 2006/09/01 17:47:22 kaib 1.10.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e6b020bdefe1c8bea4ec4e51b3412193b304e663]

        INTEGRATION: CWS pchfix02 (1.5.534); FILE MERGED 2006/09/01 17:47:22 kaib 1.5.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea6af49e5efd810ecfd5e95a728d3d44804f8a58]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:47:21 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [452511eaf0a4656cac0b750ad9eece919904c226]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:47:21 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9805add4593aa80ba10185fa20f7163a0c5eddd5]

        INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED 2006/09/01 17:47:21 kaib 1.8.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b97517a95031222dac439560e4543034539dc100]

        INTEGRATION: CWS pchfix02 (1.141.116); FILE MERGED 2006/09/01 17:47:21 kaib 1.141.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb302fa3b4a83afcc4afae5cf12a637b0a7d4bdf]

        INTEGRATION: CWS pchfix02 (1.13.114); FILE MERGED 2006/09/01 17:47:21 kaib 1.13.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f384fb126da89ee4c870a0bbdf35e9b61422513b]

        INTEGRATION: CWS pchfix02 (1.26.114); FILE MERGED 2006/09/01 17:47:21 kaib 1.26.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c8835f6dbd5851d078593396cc106cc7243012b]

        INTEGRATION: CWS pchfix02 (1.50.114); FILE MERGED 2006/09/01 17:47:20 kaib 1.50.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca6565bbcdfd27f4a51d48b6c8714651742bc5e4]

        INTEGRATION: CWS pchfix02 (1.23.50); FILE MERGED 2006/09/01 17:47:20 kaib 1.23.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [799661ef1bf90495865fe57123930eee15262c46]

        INTEGRATION: CWS pchfix02 (1.17.48); FILE MERGED 2006/09/01 17:47:20 kaib 1.17.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f0b4c7942e2a16c2735eb8656081d0ca1048a079]

        INTEGRATION: CWS pchfix02 (1.12.50); FILE MERGED 2006/09/01 17:47:20 kaib 1.12.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bda6aa56ae5f9880da15091239abeaff06cf7730]

        INTEGRATION: CWS pchfix02 (1.11.50); FILE MERGED 2006/09/01 17:47:20 kaib 1.11.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [356ee509ebdd0d92532c556c22c652b80b56e574]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:47:19 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11123553832952c005e20833deece4a43f15d844]

        INTEGRATION: CWS pchfix02 (1.18.114); FILE MERGED 2006/09/01 17:47:19 kaib 1.18.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a0ca338f3d586937f8dc7cd13e2617a259e2d23]

        INTEGRATION: CWS pchfix02 (1.25.114); FILE MERGED 2006/09/01 17:47:19 kaib 1.25.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [564212bf84127b901fbe47ebb94f3346fd3753d7]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:19 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91b551a757ec1103edfdee1743ba0710ea9eff13]

        INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:47:19 kaib 1.9.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1db0ace7d206d68b20d4865daed3c4216b3cb939]

        INTEGRATION: CWS pchfix02 (1.3.534); FILE MERGED 2006/09/01 17:47:18 kaib 1.3.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8afbcae712886f95f4b4182028333adfba632ca8]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:18 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4186b75956f9098006e5893f2f674243babf32d0]

        INTEGRATION: CWS pchfix02 (1.6.430); FILE MERGED 2006/09/01 17:47:18 kaib 1.6.430.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7eac59a1d28321d1bd81f5cd3dfddfd25aa5c1b8]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:18 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf588f30c92a4f8b90063d0767102a03fd8d4e39]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:47:17 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4ca73dc047f1d2ec3b5dac476165565d2be55f6d]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:17 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a9402a2ac70e3886faca8bac09cda30aa4abcfa3]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:47:17 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de27d1fc6169503c62579256c48ef08bfab5417c]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:17 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a2b8bc08deb56965d40cf3457723b5e6f87f12ad]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:16 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [885b5afed9a3ef2b21dbb404af1f829923e77476]

        INTEGRATION: CWS pchfix02 (1.5.534); FILE MERGED 2006/09/01 17:47:16 kaib 1.5.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [653b342c4c131256a7a4826c55499c39e1ccdd8f]

        INTEGRATION: CWS pchfix02 (1.3.534); FILE MERGED 2006/09/01 17:47:16 kaib 1.3.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56bec428fc540c122679b34626975b0c038ddade]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:47:16 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66e8d50cc74edae7d109c55fdae7dd9c2bbb36ad]

        INTEGRATION: CWS pchfix02 (1.7.534); FILE MERGED 2006/09/01 17:47:16 kaib 1.7.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5dac8d6165d0c24f49f8444f4c939e9135f163c2]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:47:16 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2f1fa8b3c93ee3f8341e64d055fbcbb8518a475]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:47:16 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0f7dc410f87fe3c84b530ba8947e579581c3671a]

        INTEGRATION: CWS pchfix02 (1.7.50); FILE MERGED 2006/09/01 17:47:15 kaib 1.7.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7bc31567b7dd9e4850eea593385e20eddcd0e064]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:47:15 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a57cc5056d410b7f9831e0f3c48efcc3045ac0e3]

        INTEGRATION: CWS pchfix02 (1.6.536); FILE MERGED 2006/09/01 17:47:15 kaib 1.6.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [28654fa5a809336cdc6f329e96d544bfc8fd3369]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:47:15 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de4879a3f26f2ecda693fde7dfb0df9833d6fe7d]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:47:15 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d597dcc500a41a8b1432c5d76124fc8ac48da186]

        INTEGRATION: CWS pchfix02 (1.5.534); FILE MERGED 2006/09/01 17:47:14 kaib 1.5.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c669f1d00c6d3c09ab14bfa8f74933ef97ab1f60]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:47:14 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [574f90e098fbd38e57de6df00ce5ee04edb67cda]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:13 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [454982bed880ee863f4bff7cd02c7a665a0a9568]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:47:13 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [104ade49f854a6537b9bdfb1e12a85a7e3a4a0e8]

        INTEGRATION: CWS pchfix02 (1.11.50); FILE MERGED 2006/09/01 17:47:12 kaib 1.11.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db15210bd225aeae740f12541ab3891b184bf51d]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:12 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [736d768f666943d193fb6b9c0e97a810627bba79]

        INTEGRATION: CWS pchfix02 (1.16.114); FILE MERGED 2006/09/01 17:47:12 kaib 1.16.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f3e2acadb9d81fd75f813f57e09b0b58614375b5]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:47:12 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16de426dd36700511d0af7a1feccbc791e0e02c0]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:47:11 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [638468fc976606e2f547e6739074ac4fe26afa28]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:47:11 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06de20652790100468ad7865fd24e7dafc09b308]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:47:11 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36ec19e608dbc0b7b1c4ac5b090d0440d3fc7505]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:11 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95261c49fd94f4ce1e5109275ab41264f274b677]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:47:11 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9dd80b7e071f9757ed31a8af08d2e550f80d7aac]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:11 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c39740e6aea937287a4bc064fa44f29c2a4c178f]

        INTEGRATION: CWS pchfix02 (1.10.114); FILE MERGED 2006/09/01 17:47:11 kaib 1.10.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ff9abf94a5e97717bdd74069c2e946cc94db911]

        INTEGRATION: CWS pchfix02 (1.13.112); FILE MERGED 2006/09/01 17:47:10 kaib 1.13.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdc23780346fdba1abe5bd2513c49154fa3767d1]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:47:10 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1c65ddf44e9b13ca6561b4e58584af44af3c9b99]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:47:10 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76c1e9282a7ac7531d0613842a5413d5d0b08b2b]

        INTEGRATION: CWS pchfix02 (1.9.114); FILE MERGED 2006/09/01 17:47:10 kaib 1.9.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [683808d29af3eabd25cfddd007f1bb07dee72356]

        INTEGRATION: CWS pchfix02 (1.6.536); FILE MERGED 2006/09/01 17:47:10 kaib 1.6.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5fae2a82bacb84845684f20d8dafdcf5189f38bb]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:47:09 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [daece33dc1f021fc6e1e8ff70e62d331d462a301]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [81b1de3b839e6d3fa61db55672395bd04cd86414]

        INTEGRATION: CWS pchfix02 (1.27.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.27.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17d0955bb24865469c4f329e8f9d54296c3cd129]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d1bcb1effa22143ef164f8b1cf0bcc3a787b503c]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [549e41d0a742eb8ac8045a021ebe35397a56296d]

        INTEGRATION: CWS pchfix02 (1.67.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.67.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0ac48a8a387f114d2ec2918e7f8f1ea39e2933d]

        INTEGRATION: CWS pchfix02 (1.30.114); FILE MERGED 2006/09/01 17:47:08 kaib 1.30.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a4a57320ead393b0b73af3f7e0d20fe686e82b8b]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:47:08 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd529c72180ac40adcb6c3604509f4c373678065]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:47:07 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [928336caac039b97c08e5a96ee0b3f802beee7f4]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:47:07 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b2e9d17c5e12139b10dad13e969735fb9099c89c]

        INTEGRATION: CWS pchfix02 (1.55.116); FILE MERGED 2006/09/01 17:47:07 kaib 1.55.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f598574bc52b07cd7b4724de79cd5968c17a06cf]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:07 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da949a3b5612cfff10087aca270fa0a4cf5b1768]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:47:07 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c5a974c99c5fd4c1392c01ae5596e2c5f9099b7]

        INTEGRATION: CWS pchfix02 (1.5.74); FILE MERGED 2006/09/01 17:47:06 kaib 1.5.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9236ac667596cb9e9b9b1c1212570c58832207c6]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:06 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb455247c2fdfac763f2e3c254b26a916412a48e]

        INTEGRATION: CWS pchfix02 (1.17.166); FILE MERGED 2006/09/01 17:47:06 kaib 1.17.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b375301d46539195731b06b171b94ad6da69d2f]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:47:06 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [640054e11b9c8cbec5eb9f105ac4a69587a85467]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:47:06 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c92564fd32dad4afc772507cd620a0095154900]

        INTEGRATION: CWS pchfix02 (1.27.74); FILE MERGED 2006/09/01 17:47:05 kaib 1.27.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [814986e5380d2518f44af9d2b55c7df783347f55]

        INTEGRATION: CWS pchfix02 (1.7.536); FILE MERGED 2006/09/01 17:47:05 kaib 1.7.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a133224b1e956cd043679e4318c3ea6319ac864]

        INTEGRATION: CWS pchfix02 (1.135.112); FILE MERGED 2006/09/01 17:47:05 kaib 1.135.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2ec20d4b98b3c330b04c28695e683a8c6d8c934d]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:47:05 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38fff1b7d2e40e7d554dbd5d35e9b83b8386894d]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:47:05 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d0a013594b376a2d3ca633e43ba7bff3dca45eb]

        INTEGRATION: CWS pchfix02 (1.39.114); FILE MERGED 2006/09/01 17:47:04 kaib 1.39.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d77daeb3bf8d57b67ce55f18bb04d822a59d04dd]

        INTEGRATION: CWS pchfix02 (1.31.114); FILE MERGED 2006/09/01 17:47:04 kaib 1.31.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f6925a1ce2b54d2be874a933a0fdb1cd4be26c6]

        INTEGRATION: CWS pchfix02 (1.63.70); FILE MERGED 2006/09/01 17:47:04 kaib 1.63.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe1f6b043aa08f4d632e679ac9c58ff4e669f236]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:04 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [197d69abfab11213557a9fa235af42305b2ef4b8]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:03 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f852cb8939ffce869ddacaee4e664cd01a3a35d8]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:47:03 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71c07b1031a916a9a496e68ca54dc282c8f358b7]

        INTEGRATION: CWS pchfix02 (1.11.534); FILE MERGED 2006/09/01 17:47:03 kaib 1.11.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f65761c96a5d1e6b1286013a341c953ae61ab439]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:03 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f063ea94484cf67d148706e671d40ec4881e3731]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:03 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc4a191e9fb89cefefc4af82457d411f68a81c6c]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:47:02 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71ca19fc2c9a4f2501da9a49a782e54abf5bd178]

        INTEGRATION: CWS pchfix02 (1.64.116); FILE MERGED 2006/09/01 17:47:02 kaib 1.64.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2576ef1fba47c58ca746ebcb60cd4ae31c1333a3]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:47:02 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8fa5fa0e8ba343a179c51cd35a4e92ebbb4320ee]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:02 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f6b13868a71186b5062a95390773a0e75eb3d34f]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:01 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f81202f3b62666f4f2731fd4706699406cb525be]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:47:01 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d404b37b55e8282922de56f968c85dc9c5697b10]

        INTEGRATION: CWS pchfix02 (1.32.116); FILE MERGED 2006/09/01 17:47:01 kaib 1.32.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [90a3f6352bbbf1ee066b4cd702dd3c39f8f5c5fe]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:01 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [212f9f2c6044ed3e8bfe36217b27d661325139fe]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:47:01 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97ce431e74ac99b1c41599d2e6ae64f99d95b12b]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:47:00 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4cee4a9dc638e35a87ff4271cffbf108fbc0db39]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:47:00 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2dcdd137be3d86b4b870185479011eb043d96d21]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:47:00 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e1a0109cb9fa0423afc65d21a2b839b7bbfd7bc]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:47:00 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33056cbe66cf4e9c66e1c63e8b6730051768ea1f]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:47:00 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [caf2c463711b054eff736c3d5b51e9104158edd9]

        INTEGRATION: CWS pchfix02 (1.43.116); FILE MERGED 2006/09/01 17:46:59 kaib 1.43.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db554c3a7aa7b3d1cde1fe7db704908857a5360f]

        INTEGRATION: CWS pchfix02 (1.23.116); FILE MERGED 2006/09/01 17:46:59 kaib 1.23.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3e6b7425766c2533e3f6c0b5a81841e5a818602]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:46:59 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [875be75a3bebfbdd402da065ad13ed453d778529]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:59 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [11b3f956cb4b3dae9458f58031e5a129b3b4e893]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:58 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c08240a437889618f0c2ee4bc1f3db8c9e7ea1a8]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:58 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [708cc1351e7ebb7e505981df81aff3a0385ef4a4]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:58 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [288aa6f481b1cefb3ea7fa6f7fd68a202417c2c2]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:58 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce7ddabbc564a1d3934fda1ae58c3501d865f159]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:46:58 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e614babd5fe23cf41ca2c06aba13d2e4606cbd06]

        INTEGRATION: CWS pchfix02 (1.5.130); FILE MERGED 2006/09/01 17:46:57 kaib 1.5.130.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [83cb2b177e7252a993af180063f7829eb22e942c]

        INTEGRATION: CWS pchfix02 (1.41.112); FILE MERGED 2006/09/01 17:46:57 kaib 1.41.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7613a2dd462d4112d6f844cc2f08c1c47456148b]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:46:57 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b258178c2983143cbf2ee693f46323dc6dea8b70]

        INTEGRATION: CWS pchfix02 (1.39.114); FILE MERGED 2006/09/01 17:46:57 kaib 1.39.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15191deb29045892c962904adedebbac4c4518de]

        INTEGRATION: CWS pchfix02 (1.22.116); FILE MERGED 2006/09/01 17:46:57 kaib 1.22.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b910b0fc83d24aeb91498fbd924425ae6f0cf880]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:56 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82d3358d2b048c4ab4478f6fa0e78ea8f9fc7247]

        INTEGRATION: CWS pchfix02 (1.22.116); FILE MERGED 2006/09/01 17:46:56 kaib 1.22.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d16d946f49c0d559b60455b27ddb64d3525c02cd]

        INTEGRATION: CWS pchfix02 (1.51.116); FILE MERGED 2006/09/01 17:46:56 kaib 1.51.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [adffc1792d1b5e4e5e6a154ac580220fb7df1d79]

        INTEGRATION: CWS pchfix02 (1.28.114); FILE MERGED 2006/09/01 17:46:56 kaib 1.28.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7bc9077fd81b2b4352c24ca5b3288eade25f8df]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:46:56 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d8e1cb7662b3a85dd5f4389a3519aff4a1de534]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:56 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [591a1d7ba34b7006ff947f4ca0cbfc4dc81d4e80]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:46:55 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92b53ee1610a7688885e48b1cb4c4f0700c86e46]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:55 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dbc656d0996f35f0f9cbc0cbc3758b4a03ba78f6]

        INTEGRATION: CWS pchfix02 (1.22.116); FILE MERGED 2006/09/01 17:46:55 kaib 1.22.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7138b5d47346f38e598365de416834db51545e8]

        INTEGRATION: CWS pchfix02 (1.23.116); FILE MERGED 2006/09/01 17:46:55 kaib 1.23.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b42c6ee26e01c7258c92a0e8c69f65d7e0ba9a57]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:46:54 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2d07680d9ccc95e2d320cecf7a3fd0e17e82a09]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:46:54 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e45d22ef102ad8b14ad0671c252a9defee51486b]

        INTEGRATION: CWS pchfix02 (1.10.50); FILE MERGED 2006/09/01 17:46:54 kaib 1.10.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7ac0c98204dfd7e7177ff614b2880f568b47a67]

        INTEGRATION: CWS pchfix02 (1.23.50); FILE MERGED 2006/09/01 17:46:54 kaib 1.23.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a90114210b2660628ffa95e1765f8681bf5a24de]

        INTEGRATION: CWS pchfix02 (1.7.536); FILE MERGED 2006/09/01 17:46:54 kaib 1.7.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21cf3fe4460de2e708f71cfe2266ac8932430c8d]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:53 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb53ec749c370b75d7c34d65329bd9e341c59d9c]

        INTEGRATION: CWS pchfix02 (1.53.48); FILE MERGED 2006/09/01 17:46:53 kaib 1.53.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e369e08c47fe1cf78d566ddd860b6193a9874c4f]

        INTEGRATION: CWS pchfix02 (1.43.50); FILE MERGED 2006/09/01 17:46:53 kaib 1.43.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad97ddc2e29d0f7edac4fa0b67cc84a75471da33]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:53 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8658c8d42f72c4955e532134c4839de4f96fea4c]

        INTEGRATION: CWS pchfix02 (1.36.2); FILE MERGED 2006/09/01 17:46:53 kaib 1.36.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c95ff489961a5bd4c5aef9879420f3d45476a582]

        INTEGRATION: CWS pchfix02 (1.34.114); FILE MERGED 2006/09/01 17:46:52 kaib 1.34.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [660322f397064a1a6e73247af349d4fdcaf5df3a]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:46:52 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bbfc3f59c5788247ba7ee11dfe4ad9962251c9d]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:52 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [134b8e5620156043dee8dfc311b0e28acb4c7fed]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:52 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cee3b6613031736dedfe33bfde608e6f6588850e]

        INTEGRATION: CWS pchfix02 (1.32.116); FILE MERGED 2006/09/01 17:46:52 kaib 1.32.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56d162180d5ef6c313ac48e72fb897f0c44ea8e8]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:52 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9529e5b2d1cc70ada65cb12cd77957bf7d957c95]

        INTEGRATION: CWS pchfix02 (1.76.50); FILE MERGED 2006/09/01 17:46:51 kaib 1.76.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d90a5ca00e80b32d7d1eff9a067faf1a82f95ffd]

        INTEGRATION: CWS pchfix02 (1.67.50); FILE MERGED 2006/09/01 17:46:51 kaib 1.67.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53c1cc2e522a78ffea6a0d49f0f01e430553731c]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:46:51 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15d7ac1e05aed9514dd5999eb51e714b168ecb4e]

        INTEGRATION: CWS pchfix02 (1.18.116); FILE MERGED 2006/09/01 17:46:51 kaib 1.18.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce53d66e4947a71a844ada8cd81e8a1087f6a679]

        INTEGRATION: CWS pchfix02 (1.30.114); FILE MERGED 2006/09/01 17:46:51 kaib 1.30.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05852b112e7bdcd33b36734536ae20664cefe2f2]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:46:50 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2361e35f753739ad5c3ae9f99e7a45af7732d80]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:46:50 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef0eaf754c5b99409f37699b63e5d74b3fa2e635]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:50 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [100e4f18b80636491e1da3f372bc167b7a581ac3]

        INTEGRATION: CWS pchfix02 (1.34.116); FILE MERGED 2006/09/01 17:46:50 kaib 1.34.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f53b33750613ca8da41e8b0fb8d7df92be17ab80]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:46:50 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4122710b76f05f0a2864294767d2c617667ef4df]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:49 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5af463adf9c2bbf759b4aa98422076aca89450e]

        INTEGRATION: CWS pchfix02 (1.10.536); FILE MERGED 2006/09/01 17:46:49 kaib 1.10.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd3f5a0fb8f364229e32ebdf1183d17f84588110]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:49 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c794bd9dd0e9a1e2409c2d9484e60bd08f0fdfb]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:49 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f46db45afd6bf50ee85ce7e0ace5a8a7a55c40ab]

        INTEGRATION: CWS pchfix02 (1.56.46); FILE MERGED 2006/09/01 17:46:49 kaib 1.56.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [137792fedf530eaeae033f2eb2d8c0ec0308b9e1]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:48 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [786e014e596f1d6f26c637ea52dc6aa77a799d04]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:46:48 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad2682a0343aedcab29826747a669c365e9df7f6]

        INTEGRATION: CWS pchfix02 (1.42.116); FILE MERGED 2006/09/01 17:46:48 kaib 1.42.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e76de9ce6ffad865b5e86ef00da4814af352448]

        INTEGRATION: CWS pchfix02 (1.18.72); FILE MERGED 2006/09/01 17:46:48 kaib 1.18.72.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eaa907eea11a1ccdce54ab96ca0a643bd66ff650]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:48 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5b075c5fd88e040972f0bc1f0806288608f0c4d]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:47 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3666a8886bcdf50617f2df016e551ea824059547]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:47 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [501b0fc6e1aed5aa6bd6ef4c64a68220f3234010]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:46:47 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4518dca3963506120fa25cc1a6d24ebdb71bb85d]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:47 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91c9fb59a8ca9914314b6286b657c957584f0619]

        INTEGRATION: CWS pchfix02 (1.6.74); FILE MERGED 2006/09/01 17:46:47 kaib 1.6.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2e5ecc25770dbda77af7b7d7e268b40bfcfcbb9]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:47 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6636314347ed18ddbe60ea7d90cde0dda1cbf0e2]

        INTEGRATION: CWS pchfix02 (1.4.48); FILE MERGED 2006/09/01 17:46:46 kaib 1.4.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8f0c5951db994c03435b9290bc69584ff2091d10]

        INTEGRATION: CWS pchfix02 (1.76.48); FILE MERGED 2006/09/01 17:46:46 kaib 1.76.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f5f3b5fca9fb768f9f55b9f7eee170cce0a1479]

        INTEGRATION: CWS pchfix02 (1.6.114); FILE MERGED 2006/09/01 17:46:46 kaib 1.6.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f378153161eb0b7406552ea833c60588a6a85c9]

        INTEGRATION: CWS pchfix02 (1.51.46); FILE MERGED 2006/09/01 17:46:46 kaib 1.51.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [491c1755edecc7748105cf2511fda7501324a11a]

        INTEGRATION: CWS pchfix02 (1.52.2); FILE MERGED 2006/09/01 17:46:46 kaib 1.52.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49f0bdc150ff12d8f7b2b6b0441d6b254db8d7ad]

        INTEGRATION: CWS pchfix02 (1.55.116); FILE MERGED 2006/09/01 17:46:45 kaib 1.55.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [99d2cd1223becc534eb62264321a54425d24162c]

        INTEGRATION: CWS pchfix02 (1.4.516); FILE MERGED 2006/09/01 17:46:45 kaib 1.4.516.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c96f56b68d0a9fd57f92d95c09abd795f631e20c]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:46:45 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [febb36b7c700385d87348f107a572365f7bbaf26]

        INTEGRATION: CWS pchfix02 (1.2.534); FILE MERGED 2006/09/01 17:46:45 kaib 1.2.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45111f06180fa32e877539d64a309bf7bf9ba4f1]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:46:44 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d6cfca59104cfadf8b1303ed9ee1c25f075b569]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:46:44 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [333b6e3f40c66c98bfa128647c326bb950010a40]

        INTEGRATION: CWS pchfix02 (1.23.50); FILE MERGED 2006/09/01 17:46:44 kaib 1.23.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [90c9996c810cbf87913f3e1987b6198c1daa20e8]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:46:44 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b7645773ea2fc31cb4c27cc36eac3819628001f5]

        INTEGRATION: CWS pchfix02 (1.14.114); FILE MERGED 2006/09/01 17:46:44 kaib 1.14.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [534eeab2714e160c3aedd7f40ac1a69b10685348]

        INTEGRATION: CWS pchfix02 (1.25.112); FILE MERGED 2006/09/01 17:46:44 kaib 1.25.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e3f3a3da2f693a28130f3393bb47e0e159d9bdc8]

        INTEGRATION: CWS pchfix02 (1.10.114); FILE MERGED 2006/09/01 17:46:43 kaib 1.10.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ba9be178d73a1ac84b533a0d849a3e6d079893d]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:46:43 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac0a3b6b78515253708d404bf7e09ed676cd520d]

        INTEGRATION: CWS pchfix02 (1.5.114); FILE MERGED 2006/09/01 17:46:43 kaib 1.5.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0fae11cfe3de43ae965ddef4273e3a7c3c6cf390]

        INTEGRATION: CWS pchfix02 (1.37.114); FILE MERGED 2006/09/01 17:46:42 kaib 1.37.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21f23bacd2dd743e47539b294e7552e79345b02b]

        INTEGRATION: CWS pchfix02 (1.20.114); FILE MERGED 2006/09/01 17:46:42 kaib 1.20.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ed7a2ea3bb5bd6db2765c08d0cbd7dc014ec44c0]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:46:42 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25378e94eedb5dca586037f4ef89b5d6ddd27d1d]

        INTEGRATION: CWS pchfix02 (1.18.114); FILE MERGED 2006/09/01 17:46:42 kaib 1.18.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2e0d871b76cbc357b684e1d32e9da634ca5256d1]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:42 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ec2293f637f25958e21f3f04165fce2eaa3413c]

        INTEGRATION: CWS pchfix02 (1.7.50); FILE MERGED 2006/09/01 17:46:41 kaib 1.7.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7365a48fcfd8897c291dbcc31c03bf7f135ec300]

        INTEGRATION: CWS pchfix02 (1.5.534); FILE MERGED 2006/09/01 17:46:41 kaib 1.5.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7379940b09be5590c4ca074a03bcf759ff1af523]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:46:41 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [368ac6f92fbb700dadb2c3f32fb55bb3835a7aeb]

        INTEGRATION: CWS pchfix02 (1.4.534); FILE MERGED 2006/09/01 17:46:40 kaib 1.4.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18b301587687c5af759bbbaaccde8d6804d64684]

        INTEGRATION: CWS pchfix02 (1.29.116); FILE MERGED 2006/09/01 17:46:40 kaib 1.29.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5ad61f91f487cf88b1057baae6849d35b5e5899d]

        INTEGRATION: CWS pchfix02 (1.9.112); FILE MERGED 2006/09/01 17:46:40 kaib 1.9.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21e0aa3d675bec2f83246ee2d8bbe86abd89f05d]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:40 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b772519ca1c5f23c28cd7c6b0160040cdeb99497]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:40 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8490dff2f83ebd1a29a995c1f7d874c73aef7e94]

        INTEGRATION: CWS pchfix02 (1.52.114); FILE MERGED 2006/09/01 17:46:39 kaib 1.52.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1fa4fcadb5a6d90686398e81573e458a311231d7]

        INTEGRATION: CWS pchfix02 (1.28.116); FILE MERGED 2006/09/01 17:46:39 kaib 1.28.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [194c11acec280f40631e551a74d5fe0abbb48369]

        INTEGRATION: CWS pchfix02 (1.65.116); FILE MERGED 2006/09/01 17:46:39 kaib 1.65.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0314de5becedd0b1d7dd7c125db1d515de57a098]

        INTEGRATION: CWS pchfix02 (1.109.74); FILE MERGED 2006/09/01 17:46:39 kaib 1.109.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bd5c25cb35d7ba3042861c8d3c1dd150feb8e77d]

        INTEGRATION: CWS pchfix02 (1.112.116); FILE MERGED 2006/09/01 17:46:39 kaib 1.112.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ff66953241961a3e4ed0f743394d9b3578752a9]

        INTEGRATION: CWS pchfix02 (1.59.116); FILE MERGED 2006/09/01 17:46:38 kaib 1.59.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a12d1819d55b0610c84456b7ccf2559444f85fe4]

        INTEGRATION: CWS pchfix02 (1.3.432); FILE MERGED 2006/09/01 17:46:38 kaib 1.3.432.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05f0f8000d52fd4609cf852873167a1edad61060]

        INTEGRATION: CWS pchfix02 (1.10.74); FILE MERGED 2006/09/01 17:46:38 kaib 1.10.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c7cadc64929c962f07fdf106a4cf4127459bc94]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:46:38 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91bb2119fb670ed03d3352930dbfb12579648ccc]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:38 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86852e4bcec1ca671051235485348ef99f279b5c]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:46:38 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c1295e15ed81bbdbc1c8651c676302476e0dddf]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:46:38 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5de8eb09de5170d2e0c6debd9a90432dc10015a1]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:46:37 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1d28855bcddaf7bd23cb70fb43f6be5276719fdb]

        INTEGRATION: CWS pchfix02 (1.41.116); FILE MERGED 2006/09/01 17:46:37 kaib 1.41.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba3acf9148fd4f0db7e40e2e818f73638ed9e40b]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:37 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12ca9d8a36430b9bc3a8fa883250b433f6aacdfb]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:37 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [380a2d480c5c5a320a5fa9559a34f31845ce9d4a]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:46:37 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6961348f15017e347ba3a5252a7432cfd0da58e]

        INTEGRATION: CWS pchfix02 (1.101.112); FILE MERGED 2006/09/01 17:46:37 kaib 1.101.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ce32b8913d09e8c4fc5552d7ff4bd1af28090ac]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:46:36 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ef7658e6e2fb07c3461b850f2c901b40b313396]

        INTEGRATION: CWS pchfix02 (1.43.116); FILE MERGED 2006/09/01 17:46:36 kaib 1.43.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e7ceab9fbc7f1d4a03ccf709aabbcb576d1d744]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:46:36 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c32461bc4011facf3690df090d27f424ebd6a10c]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:46:36 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2446821a247fe8bba4405335919af5ef986a2dd]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:36 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [daabf5476dbfc15383b26213c4a4a01d7f69649a]

        INTEGRATION: CWS pchfix02 (1.10.536); FILE MERGED 2006/09/01 17:46:36 kaib 1.10.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c38c1ebc3ecc4a31ef58c728751b773a3b73058b]

        INTEGRATION: CWS pchfix02 (1.6.536); FILE MERGED 2006/09/01 17:46:35 kaib 1.6.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e8143a6d345d80a11a867ccd51d50b2e1b9bd913]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:29 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82673ee9dbdff37d9ce764659967a5d9bac18c9c]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:46:29 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb9f4cd99f08653d8685b054f8c5be4a97a71260]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:46:29 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3925f25b722ff181dbebde07015f45673ba9a471]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:29 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10b681541b7a98aee918c033f19bc91f000d79e5]

        INTEGRATION: CWS pchfix02 (1.34.14); FILE MERGED 2006/09/01 17:46:28 kaib 1.34.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6efa08fb9c7bf9ab2cf0bea1668a73f4ff21279]

        INTEGRATION: CWS pchfix02 (1.22.48); FILE MERGED 2006/09/01 17:46:28 kaib 1.22.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26817cc3df694f698d0d5ef7233fa02301b53f79]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:28 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [375cfce85574d94dd8ca7cfee692c57e15f1ccc3]

        INTEGRATION: CWS pchfix02 (1.22.114); FILE MERGED 2006/09/01 17:46:28 kaib 1.22.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [70ee7f1fc2b158d229fd27fb29d7a779839ceb21]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:46:28 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad75e25ec144e5e5e00010d31ff33adcc3c6d633]

        INTEGRATION: CWS pchfix02 (1.31.114); FILE MERGED 2006/09/01 17:46:28 kaib 1.31.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a45ed83aaa9ba551280f763e5706c389dbbecdfb]

        INTEGRATION: CWS pchfix02 (1.21.116); FILE MERGED 2006/09/01 17:46:27 kaib 1.21.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [560d9eb71bacffc3537a6fa570f9c31938a64ff6]

        INTEGRATION: CWS pchfix02 (1.17.116); FILE MERGED 2006/09/01 17:46:27 kaib 1.17.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dbb000fae292e22e856bb09d7938a28d538106ae]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:46:27 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fdb26d0ea800e3f9b3362cdbf57c7f6dc9998b63]

        INTEGRATION: CWS pchfix02 (1.23.116); FILE MERGED 2006/09/01 17:46:27 kaib 1.23.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eca337b981b970113f836d19bcfc56a697946276]

        INTEGRATION: CWS pchfix02 (1.21.114); FILE MERGED 2006/09/01 17:46:27 kaib 1.21.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9c6e033ef99a027244c80c02160b2fdcbb4663e]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:46:27 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6bca62f1eed9d4e501914d1c10f5f6a4dba509e2]

        INTEGRATION: CWS pchfix02 (1.23.50); FILE MERGED 2006/09/01 17:46:26 kaib 1.23.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c3a8df252d88602d5d41144c47ab1d92636c7cea]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:26 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5df509986e46f4095be2d79660f52d0c927ad3c5]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:46:26 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [43947fff1b17105ffda9dc516bafbff1a5509f03]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:26 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2bde3bf6796420d6805403c7f7e5b37902aa04f]

        INTEGRATION: CWS pchfix02 (1.9.48); FILE MERGED 2006/09/01 17:46:26 kaib 1.9.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e79a7dcb55eef3976c05a8479bd366d7931dba9b]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:26 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [832470422553aa2873089f54e6fd1199ab57770a]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:25 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d3db2184a393c2066e7f8fbe4513b5a51499a43]

        INTEGRATION: CWS pchfix02 (1.32.116); FILE MERGED 2006/09/01 17:46:25 kaib 1.32.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c4fef4b3d6ccaae801356a6c33ebbd3c3764549e]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:25 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08c903a94a2b385dec68454b643f6bc0103437df]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:46:25 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cced0e7547900a0a953a8749fb8f7dd6677b3b1b]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:25 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [70a395f81b91d4a6ef951b677453cd4651029a8b]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:46:24 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e32648a7ae5bd32d3946141788087634240ceb36]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:24 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [436cb7bde731e8b30876e82c52f55605137f102f]

        INTEGRATION: CWS pchfix02 (1.37.116); FILE MERGED 2006/09/01 17:46:24 kaib 1.37.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e0579ad7ace8bab28e301252b5b707917310d81]

        INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED 2006/09/01 17:46:23 kaib 1.11.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ac0d06366e83887b85e6247d9ccff37641e9605]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:23 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [733fca5f6a07ff785ecf74425366f2f7b2f67dfd]

        INTEGRATION: CWS pchfix02 (1.3.698); FILE MERGED 2006/09/01 17:46:23 kaib 1.3.698.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20d1b1d2e3c8ca7adcbbc6b137bb51114119e351]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:23 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73a500999325926b9f7ea6948fe8b83745b7be40]

        INTEGRATION: CWS pchfix02 (1.2.1052); FILE MERGED 2006/09/01 17:46:23 kaib 1.2.1052.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2e78431fb5411eff5dff0a81e71dc42d6c95427]

        INTEGRATION: CWS pchfix02 (1.18.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.18.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [98f10803e32b39a12c31cf2240088c8a7c5a8c19]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:22 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eba50a78664afc839929b0f8a9e2d273de22976e]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ebb54bbff0fdeb3db2b1389c5edfca6fb1838b2]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a5200bc3ca4fd9e38fc53240a3269e345e2eaeea]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac8a2eac7c37dddd8f686677403cd5d8a6a20445]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61cc14d362536ebc2f31d13421eb90c62d9a3f43]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:22 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [db856fc930f7cc2c64d6cb93f79fbde53f0d90dd]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:21 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [95b6ba7f76a3fa58f3af861a5d946ef3f4405768]

        INTEGRATION: CWS pchfix02 (1.2.74); FILE MERGED 2006/09/01 17:46:21 kaib 1.2.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4440062615987c4c7117ad6148d360a460da1fca]

        INTEGRATION: CWS pchfix02 (1.3.116); FILE MERGED 2006/09/01 17:46:21 kaib 1.3.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [88c5edd8c6f82f29ee4f76bc2da8ed826c418f8a]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:21 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10c5b1340b508c13509fb9b96254b5fb5c1c4185]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:21 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c152abffd3fdd8030ba35fbcce939385e66e6872]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:20 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [402bed556289a84772ce6417a2b9838385f14061]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:46:20 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [47e259c98e210ec6a5154c51bc0380c746ac23b9]

        INTEGRATION: CWS pchfix02 (1.44.116); FILE MERGED 2006/09/01 17:46:20 kaib 1.44.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a21616c302fe78487c7c2649a768ff7195859093]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:46:20 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54345a0bf407f6c5efff465da5fa70f122b5a4b2]

        INTEGRATION: CWS pchfix02 (1.30.50); FILE MERGED 2006/09/01 17:46:20 kaib 1.30.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c3e35a0cd4b759cb2707f88680a1095e9b31a72]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:20 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c9d029b1e8b7017b5146cfc1012170f9141a531b]

        INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:46:20 kaib 1.2.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [181da2fb787a528e22045eb4f7fb7893e650730d]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:46:19 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c1a759ad1c136f0eb9b645e79ba9635cf9a801b]

        INTEGRATION: CWS pchfix02 (1.13.74); FILE MERGED 2006/09/01 17:46:19 kaib 1.13.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a949c532e8e76906015dbe9d0feea4027cca6d5]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:19 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [12dab36cecd33f73dcb90b9a3035d4bc278db8e1]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:19 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6147d4b754e63df63aa5e5865407ef850d643fe7]

        INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED 2006/09/01 17:46:19 kaib 1.19.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b942b4c66e064b7715449ff0a172be24f27925b7]

        INTEGRATION: CWS pchfix02 (1.6.74); FILE MERGED 2006/09/01 17:46:18 kaib 1.6.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86842d3e64abf4e0ce8acc5d556f985125b8fd8a]

        INTEGRATION: CWS pchfix02 (1.7.114); FILE MERGED 2006/09/01 17:46:18 kaib 1.7.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [80606226d68879592c3fd8f751ead135f0eba33a]

        INTEGRATION: CWS pchfix02 (1.34.52); FILE MERGED 2006/09/01 17:46:18 kaib 1.34.52.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e9ae00cd3be235e4c68ac761dc625bbf61c8e27c]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:18 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2d474ffd8ede9d38e104d57958ecbf1c73c483a8]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:18 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbcf95e716039523f29721e5d8fac2fbf32b301c]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:18 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac716d385df2ff13ce3d264a498f85faf0d0041a]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:17 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [640f266aa71d6aaf992cd53826e0c71e4f22381e]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:17 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b954403c41fad271ef29294336793e58d69f978]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:17 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eff0647ec9ad166b3fbbf547e3e55191bbaf9e8b]

        INTEGRATION: CWS pchfix02 (1.18.536); FILE MERGED 2006/09/01 17:46:17 kaib 1.18.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [936d92294ae132e63e5135ea89536dcfc74cb50a]

        INTEGRATION: CWS pchfix02 (1.50.34); FILE MERGED 2006/09/01 17:46:16 kaib 1.50.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [476a3e4fe29d72a0706e51ead8318502cc37045d]

        INTEGRATION: CWS pchfix02 (1.25.116); FILE MERGED 2006/09/01 17:46:16 kaib 1.25.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7dde4602ec2ee9318c9796b6c79c2800d1c73664]

        INTEGRATION: CWS pchfix02 (1.7.64); FILE MERGED 2006/09/01 17:46:16 kaib 1.7.64.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ced56463cefa02b5183e03c7a1b02d91bb53246e]

        INTEGRATION: CWS pchfix02 (1.6.74); FILE MERGED 2006/09/01 17:46:16 kaib 1.6.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [51f89e4f438764b352ceb3067fac292f37eccaf5]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:16 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6193bd679125d777ad21bc4c13f60cdfd3f2096e]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:16 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36e1d108d3b81249e4d1cdc3cb61d444407d6d52]

        INTEGRATION: CWS pchfix02 (1.14.14); FILE MERGED 2006/09/01 17:46:16 kaib 1.14.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [730f8eb5beb1d9300342b4dc674d7625b85950ce]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:46:15 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a7e93ebdac24b5baa62984e7fe33cfb91b10ef9]

        INTEGRATION: CWS pchfix02 (1.18.116); FILE MERGED 2006/09/01 17:46:15 kaib 1.18.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec18dc17f2c380934eda673f2b34d917fb5da354]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:46:15 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd67195eed6c98dee1196aa414bd7e26b8e77a75]

        INTEGRATION: CWS pchfix02 (1.4.534); FILE MERGED 2006/09/01 17:46:15 kaib 1.4.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66113015a58652d6428576552cd12a07d6ef3b2e]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:15 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a79b6a861322e8177d5fe7dce29c3d49272c7d4]

        INTEGRATION: CWS pchfix02 (1.22.116); FILE MERGED 2006/09/01 17:46:15 kaib 1.22.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c08c3786a5a91f2e8260f1794ed9e833551d4512]

        INTEGRATION: CWS pchfix02 (1.17.48); FILE MERGED 2006/09/01 17:46:14 kaib 1.17.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [afcf413c1f323354c69f45e737661c9f068eb8ba]

        INTEGRATION: CWS pchfix02 (1.28.114); FILE MERGED 2006/09/01 17:46:14 kaib 1.28.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b134c98056bcd03a4396cffe8d4b2e759875791]

        INTEGRATION: CWS pchfix02 (1.18.114); FILE MERGED 2006/09/01 17:46:14 kaib 1.18.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91b3258c556c1ab8754b6bec49f776fc5326b3d0]

        INTEGRATION: CWS pchfix02 (1.10.116); FILE MERGED 2006/09/01 17:46:14 kaib 1.10.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d4e9be06d99c807dc4b756e9e8e95bf7c66e2c3d]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:14 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8119c8fbd43e7fee21a423bb079a65cc1ea8e0c1]

        INTEGRATION: CWS pchfix02 (1.18.116); FILE MERGED 2006/09/01 17:46:14 kaib 1.18.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e5a1f0dca612cf5358a14a22c08e2bf7b4a48d40]

        INTEGRATION: CWS pchfix02 (1.29.114); FILE MERGED 2006/09/01 17:46:14 kaib 1.29.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b4690d17654513d6af556aa05a35df81abc4ab3]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c9eb449506e94052c0b0adc1f5bda5e6add01c9]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad5bcbf9d112d39fa9176ddc5602ca3c39063a23]

        INTEGRATION: CWS pchfix02 (1.27.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.27.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d20c150dd16190b35de4c8f73c5e82ce5944096d]

        INTEGRATION: CWS pchfix02 (1.23.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.23.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89adfc29043030ad11eaa0bd22c43473e5541c1c]

        INTEGRATION: CWS pchfix02 (1.34.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.34.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b954d4a87807f111da31e8798f6122a842e45798]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:13 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [247975c5a8cee4302960ba2c1b7f92b763a23fa8]

        INTEGRATION: CWS pchfix02 (1.13.74); FILE MERGED 2006/09/01 17:46:12 kaib 1.13.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d9c7b07e54da9b2286bd79b48bb9d2f3f03b70ef]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:12 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac00425d90245c683c4a7ef3ac18971adb3d606e]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:46:12 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a177b699fcc803ece110e34bb888b5804598800c]

        INTEGRATION: CWS pchfix02 (1.7.536); FILE MERGED 2006/09/01 17:46:12 kaib 1.7.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ff40fd9c2ba258eee3f12f942b6cb6697407266]

        INTEGRATION: CWS pchfix02 (1.24.48); FILE MERGED 2006/09/01 17:46:12 kaib 1.24.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0334c8d58216652e7fd0efa5c31bd19339f90c5f]

        INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED 2006/09/01 17:46:12 kaib 1.19.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [297521046b9074f53c0f6ddb56d47a3ce9d9819d]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:11 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [acef0bc7e41caec9eb06308067af77d2a0e8f5a9]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:11 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e20e52b93af87ac3a15fea7eba273becc5e2680]

        INTEGRATION: CWS pchfix02 (1.6.74); FILE MERGED 2006/09/01 17:46:11 kaib 1.6.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cca9735392ffa911264198893b268be4aecb3260]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:46:11 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [097055d32f25880aa4f51044bdf40873e50c8594]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:11 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9384f967385b9c75093a3f9354bfd70282b3234a]

        INTEGRATION: CWS pchfix02 (1.17.116); FILE MERGED 2006/09/01 17:46:11 kaib 1.17.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ebee0a21d22a1eb8540db54932207bddd4435972]

        INTEGRATION: CWS pchfix02 (1.11.74); FILE MERGED 2006/09/01 17:46:10 kaib 1.11.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d6c6708c0f5dfe62c17dc77b96c349edcc00660e]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:10 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0bfd471393411789b6f693c0ad75f0103aa89fe3]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:10 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d2ec760c38a7ef5bd2ed96fea57ddd40e35fc3d]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:10 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [442d0d50eefb84844ba9b14597f4732841fddf2a]

        INTEGRATION: CWS pchfix02 (1.9.116); FILE MERGED 2006/09/01 17:46:10 kaib 1.9.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a6c9dcda67c8ebcd8f785ba3b3712c114a08dd00]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:09 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65d5acc244d4411ac7abbe7aefe91e35eba17dcb]

        INTEGRATION: CWS pchfix02 (1.28.2); FILE MERGED 2006/09/01 17:46:09 kaib 1.28.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0635d1237c33fdb2a1651c5cf7e62455d27ff974]

        INTEGRATION: CWS pchfix02 (1.26.114); FILE MERGED 2006/09/01 17:46:09 kaib 1.26.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [522383883d5bc63f10f67ed6c401fd9f6cff438a]

        INTEGRATION: CWS pchfix02 (1.11.114); FILE MERGED 2006/09/01 17:46:09 kaib 1.11.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3c17640c3ab1de73b8c11a445f3f478187034cfe]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:46:09 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [04f6f2e34ff2ea5e3293fc79bf6c70b70ac38522]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:09 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0c9268f5a1eb77ce9d92f910ed7644ac3968011]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:08 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f21c11ef0f148153c0a921498fc1528825ff629]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:46:08 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c52e10747bdcbbd238df7de9807a6f69ba42eb3e]

        INTEGRATION: CWS pchfix02 (1.9.4); FILE MERGED 2006/09/01 17:46:08 kaib 1.9.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e52ae2c3ed2a9f5b1870e30b4d30f01958fd3ecc]

        INTEGRATION: CWS pchfix02 (1.2.4); FILE MERGED 2006/09/01 17:46:08 kaib 1.2.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fdc0a836acaeb2512eb6090d26600cc5a906e199]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:08 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02ee20fbcebe93ed9ef91e65aadb1772d951c0f4]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:07 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d59ce12c859a9821e5b27569b903ec808ea2287c]

        INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:46:07 kaib 1.7.112.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [727db8d0661202e4627a2d2502d17b6738a73cf7]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:07 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [817964bc658354f7d4869ea258b3bdb1b3200bd7]

        INTEGRATION: CWS pchfix02 (1.5.536); FILE MERGED 2006/09/01 17:46:07 kaib 1.5.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [870d2961026306230028969323c14619a63d4fa9]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:06 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea756ce681d2fbbb4404550cce060d80083e0ba9]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:06 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1a8e1ce4e0caa2ad0ec658bab2024477bacf88e5]

        INTEGRATION: CWS pchfix02 (1.8.114); FILE MERGED 2006/09/01 17:46:06 kaib 1.8.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac4e264bf4c03392a6eb08c694ba6559db30b315]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:06 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b129d65f8cf3e840eb9618d28325bdbe84ad914]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:46:06 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9eeced53094621e37409842cf36b13344a708a1b]

        INTEGRATION: CWS pchfix02 (1.9.50); FILE MERGED 2006/09/01 17:46:05 kaib 1.9.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16900dfd316838ebdc3b2518d8689838de5e29d8]

        INTEGRATION: CWS pchfix02 (1.6.116); FILE MERGED 2006/09/01 17:46:05 kaib 1.6.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a6a2c080ac7e2890ab35ed3f43e16fc628fbe6c7]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:05 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33512b8c75d2edf8184fb31d48ca586b7d68b7d1]

        INTEGRATION: CWS pchfix02 (1.36.116); FILE MERGED 2006/09/01 17:46:05 kaib 1.36.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4137cd2f85cee0b8a7f37f061e570a6d340577b]

        INTEGRATION: CWS pchfix02 (1.88.116); FILE MERGED 2006/09/01 17:46:05 kaib 1.88.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f4b075c142f242c939c493d4abf9a7c935b0432]

        INTEGRATION: CWS pchfix02 (1.34.16); FILE MERGED 2006/09/01 17:46:04 kaib 1.34.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8f1647fb918119da1b2253a640260aef5a95f506]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:04 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [398ca7f4c33af797ac2c938f92f5860817ae12ae]

        INTEGRATION: CWS pchfix02 (1.28.116); FILE MERGED 2006/09/01 17:46:04 kaib 1.28.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a28c17031ca0efb13431b80887895ee1d83e3e3]

        INTEGRATION: CWS pchfix02 (1.32.116); FILE MERGED 2006/09/01 17:46:04 kaib 1.32.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4995c6dd3ccc1d78bf89ae694f2d21ca7b173c52]

        INTEGRATION: CWS pchfix02 (1.12.62); FILE MERGED 2006/09/01 17:46:04 kaib 1.12.62.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2f673d929966fa4fdcaebf8c4c704bf92624c94c]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:46:03 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ac58c5fd0d6e049704e71df7050b65062bbfc3c]

        INTEGRATION: CWS pchfix02 (1.13.114); FILE MERGED 2006/09/01 17:46:03 kaib 1.13.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [03ba0835b9c5aa56e9338a5d45ac780ee42183b5]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:03 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1827d84ebbbc95447ba90ec4f57b9be615ab7d8c]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:03 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [239cf5b10317142609561b551bcbf4e4a7723f8b]

        INTEGRATION: CWS pchfix02 (1.12.116); FILE MERGED 2006/09/01 17:46:03 kaib 1.12.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c5de765013cde52b71634d78a1f3d6518a7e765]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:46:03 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26a346e8f50e6dfdef5df3c91c2392e664c3488c]

        INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED 2006/09/01 17:46:02 kaib 1.7.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0226225172aeeb66096f90c9a5772b36118ff166]

        INTEGRATION: CWS pchfix02 (1.6.536); FILE MERGED 2006/09/01 17:46:02 kaib 1.6.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [27e15185172aa2a922794f6b2e9ab4d1065c33ac]

        INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED 2006/09/01 17:46:02 kaib 1.4.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0dcbe0126c41405eeacf799bfa375a77ccb84ae4]

        INTEGRATION: CWS pchfix02 (1.17.116); FILE MERGED 2006/09/01 17:46:02 kaib 1.17.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [244ced211b89090db51c6f0fa2ce008db38c2d3c]

        INTEGRATION: CWS pchfix02 (1.7.74); FILE MERGED 2006/09/01 17:46:02 kaib 1.7.74.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b4b19a8ea0c201094e672bd23005aba1b751422]

        INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED 2006/09/01 17:46:01 kaib 1.12.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3128c1ca140f775dabca17c59aefcd08db5f1965]

        INTEGRATION: CWS pchfix02 (1.11.72); FILE MERGED 2006/09/01 17:46:01 kaib 1.11.72.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1bf89b9c8213e0de5b4e9eca6d6f01fbf80def1]

        INTEGRATION: CWS pchfix02 (1.9.114); FILE MERGED 2006/09/01 17:46:01 kaib 1.9.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d08a47136fc69c096b15cf6ea252f0a77ab726d]

        INTEGRATION: CWS pchfix02 (1.19.16); FILE MERGED 2006/09/01 17:46:01 kaib 1.19.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf61a7a52f556d0ff51db4de042f78cd0a670b81]

        INTEGRATION: CWS pchfix02 (1.20.116); FILE MERGED 2006/09/01 17:46:00 kaib 1.20.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e22c9d9ffee1f40ad42f5340fa40693e9f73751a]

        INTEGRATION: CWS pchfix02 (1.11.116); FILE MERGED 2006/09/01 17:46:00 kaib 1.11.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bdeeafa73fb8b42b63c36cfc3dafb80d084b073e]

        INTEGRATION: CWS pchfix02 (1.11.534); FILE MERGED 2006/09/01 17:46:00 kaib 1.11.534.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4c8606d4196007480ffaf9c7c04bad7cc832521d]

        INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED 2006/09/01 17:46:00 kaib 1.15.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc328036f9c918ca3755e01a6cb8bb29994ff9ec]

        INTEGRATION: CWS pchfix02 (1.21.50); FILE MERGED 2006/09/01 17:46:00 kaib 1.21.50.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9cb9f271ac608e91e75facae454205026460a85d]

        INTEGRATION: CWS pchfix02 (1.8.116); FILE MERGED 2006/09/01 17:46:00 kaib 1.8.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [248fa52a7146f4834577c925a3ac603bb7c777b7]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:46:00 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [66ad48669e884471f29013849b64f13a64f0485e]

        INTEGRATION: CWS pchfix02 (1.35.116); FILE MERGED 2006/09/01 17:45:59 kaib 1.35.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [40b5fb7d5acb89c75d51770044413eb779b85a89]

        INTEGRATION: CWS pchfix02 (1.13.536); FILE MERGED 2006/09/01 17:45:59 kaib 1.13.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a967ad9a6e7a935d295132209d33beae43f39b5]

        INTEGRATION: CWS pchfix02 (1.42.72); FILE MERGED 2006/09/01 17:45:59 kaib 1.42.72.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f440a0be20a93346c3c38ff4afcb7af78b95437f]

        INTEGRATION: CWS pchfix02 (1.3.536); FILE MERGED 2006/09/01 17:45:59 kaib 1.3.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe560ed0bbc63532330340699cf3ce0b936cba92]

        INTEGRATION: CWS pchfix02 (1.5.200); FILE MERGED 2006/09/01 17:45:59 kaib 1.5.200.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [169c7f81b4d8d0a21666bb97cb6a47e478edf5b7]

        INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED 2006/09/01 17:45:59 kaib 1.19.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [395093b8d6512da87dbb20f39a01fe459709814b]

        INTEGRATION: CWS pchfix02 (1.10.536); FILE MERGED 2006/09/01 17:45:58 kaib 1.10.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a854b70acbd0a47b7834c1d051938d69c2a9a7b]

        INTEGRATION: CWS pchfix02 (1.4.536); FILE MERGED 2006/09/01 17:45:58 kaib 1.4.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de87d3de31168522fffb61d98d0aa3d3feab2220]

        INTEGRATION: CWS pchfix02 (1.48.114); FILE MERGED 2006/09/01 17:45:58 kaib 1.48.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9a01228f2e81c81e5f1b85d3363aef3ace2c50c7]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:45:58 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a66edb7f40a786774f4d30130c68464afaba88f8]

        INTEGRATION: CWS pchfix02 (1.13.116); FILE MERGED 2006/09/01 17:45:58 kaib 1.13.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [57d92f940eb50789c5fdbe2b0c88ab022aadf9bf]

        INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGED 2006/09/01 17:45:58 kaib 1.16.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c1f76905a48112a45dfed492363ab1982157b2df]

        INTEGRATION: CWS pchfix02 (1.19.116); FILE MERGED 2006/09/01 17:45:58 kaib 1.19.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ac0004678ca7b9dc4cbb61842d92dd96ffb09ab]

        INTEGRATION: CWS pchfix02 (1.12.536); FILE MERGED 2006/09/01 17:45:57 kaib 1.12.536.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3115266d56f6db2524dce36b24105b2424e9b2f2]

        INTEGRATION: CWS pchfix02 (1.5.116); FILE MERGED 2006/09/01 17:45:57 kaib 1.5.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [30cea60fd0b8bbf58b266e828d23137b0f4152e1]

        INTEGRATION: CWS pchfix02 (1.4.114); FILE MERGED 2006/09/01 17:45:57 kaib 1.4.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0076ab3afe15832ae73e8451a363decb28471c95]

        INTEGRATION: CWS pchfix02 (1.48.16); FILE MERGED 2006/09/01 17:45:57 kaib 1.48.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e0b1f9e966c2fe9029b1216809b13d2e10c94d9]

        INTEGRATION: CWS pchfix02 (1.23.114); FILE MERGED 2006/09/01 17:45:57 kaib 1.23.114.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [53885b8ef189e1b0bfc853795b6d08e2fd6f081a]

        INTEGRATION: CWS pchfix02 (1.24.116); FILE MERGED 2006/09/01 17:45:57 kaib 1.24.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5e57c3787fbdf26b1b82d6eede17d1d2050e53a]

        INTEGRATION: CWS pchfix02 (1.14.116); FILE MERGED 2006/09/01 17:45:57 kaib 1.14.116.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5bced11408b2a553108c004db0eba6f992cce66b]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:45:56 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2debddc894be5204d35df1346e543295cc80735b]

        INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED 2006/09/01 17:32:11 kaib 1.3.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26b059d30abb712a0504b4570a5da352a9b42a27]

        INTEGRATION: CWS pchfix02 (1.2.46); FILE MERGED 2006/09/01 17:32:11 kaib 1.2.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [375ac0d96c02364a143d994409dfcf4bbe5377b5]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:32:11 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [310f3b03e1cf981f4e9042d5da095fe1558bbc08]

        INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED 2006/09/01 17:32:11 kaib 1.11.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0a0743f9bf0550670fef211ed7809e25d1e608f3]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:32:10 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [08b8078cdd2a3f7772ddc067737fcd3b3112506d]

        INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED 2006/09/01 17:32:10 kaib 1.3.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc8ae16f42db42c5f0d38c9160a44575effe03c8]

        INTEGRATION: CWS pchfix02 (1.4.46); FILE MERGED 2006/09/01 17:32:10 kaib 1.4.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1366d975b706f122c9529e82ee036409d771d2a1]

        INTEGRATION: CWS pchfix02 (1.18.30); FILE MERGED 2006/09/01 17:32:10 kaib 1.18.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [037ed2f12f80c33b2d6f2f4050c2936ef39a8f39]

        INTEGRATION: CWS pchfix02 (1.25.18); FILE MERGED 2006/09/01 17:32:10 kaib 1.25.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [322c797ff1a6fcc649843c0fc0a697be6b168a7a]

        INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED 2006/09/01 17:32:09 kaib 1.24.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4fb9e430cc93e6e899a71182db21eb376d0d4f58]

        INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED 2006/09/01 17:32:09 kaib 1.3.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3dc657acd556994e9a7b4dd96a9652c3e705c68b]

        INTEGRATION: CWS pchfix02 (1.14.18); FILE MERGED 2006/09/01 17:32:09 kaib 1.14.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18b99113ed51f2b9f90cd7f2a4f9c8be400c6d57]

        INTEGRATION: CWS pchfix02 (1.6.46); FILE MERGED 2006/09/01 17:32:09 kaib 1.6.46.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a24decfc666c103f5f4f887f7f45203bcc663158]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:32:09 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [511f2ac83bbd2ec894260e4909e32c1a20fab111]

        INTEGRATION: CWS pchfix02 (1.19.18); FILE MERGED 2006/09/01 17:32:09 kaib 1.19.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f9e2c5e64b2766052f1865a48434247d355bff72]

        INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:32:08 kaib 1.16.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3dfdc860e8a37567660cbd5678d12ad4250727e4]

        INTEGRATION: CWS pchfix02 (1.18.16); FILE MERGED 2006/09/01 17:32:08 kaib 1.18.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [67900b0def708e4e91a8ca19911f70c3246fd3f7]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:32:08 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e766f6ef8fd8f8d6b135ce7975027092b5cdd0b7]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:32:08 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cbd09912ba88426d08e90edca97f4ec54d8e0263]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:32:08 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ccaa7a8d7ccdd49ab401206e8f199477b65a6724]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:32:08 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ca55bd008075e7b1325fed8394167cae86063cb4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:32:07 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41793f3495421d9e18fbac1107de9122ed8197b1]

        INTEGRATION: CWS pchfix02 (1.2.108); FILE MERGED 2006/09/01 17:53:52 kaib 1.2.108.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4adff4231e16d12522b2324929ea68da32c3b31a]

        INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:53:52 kaib 1.2.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ddfa1181572875ea77541d597ff153e0c30bf1f]

        INTEGRATION: CWS pchfix02 (1.2.24); FILE MERGED 2006/09/01 17:53:52 kaib 1.2.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c92823745f2bc28e0cc70ab0837f293eaad29df]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:53:51 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ec3e54269308d739ae059b7c989bac2ead3d60e2]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:53:51 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c733df5f0d558dc8103fbcd57ab78ce34545230a]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:53:51 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0103c4b0220a2dfd457a93d31ef7edb0a0a8e149]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:53:50 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [831020471c2cfa57c24fa7ae497c10ad7fa9c419]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:53:50 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1abf5916adf6c9189e73c0fe9191cd2d0edbe524]

        INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:53:50 kaib 1.2.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c4bac5251eace83c88f9763944b1cef3977c897]

        INTEGRATION: CWS pchfix02 (1.2.106); FILE MERGED 2006/09/01 17:53:50 kaib 1.2.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d4e334eb587560e532adfa8212c46e89a797b08]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:53:49 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65b92aedf29fe89f88d94dfe480661b275092781]

        INTEGRATION: CWS pchfix02 (1.1.126); FILE MERGED 2006/09/01 17:53:49 kaib 1.1.126.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [21a11932868470681d2024da9e1d222a9ea32fa6]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:53:46 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [424a7235962237519e24113656d67dfc60580a5a]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:53:46 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38c7b453a533b097d8a2d85e315cefa3ac095653]

        INTEGRATION: CWS pchfix02 (1.20.8); FILE MERGED 2006/09/01 17:53:45 kaib 1.20.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ad50daeb712dd58ea3b7a52e9a658de89a43f64b]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:53:45 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5665a5030cc236d3f690f955ca7d4cf07786ad3]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:53:45 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [288cb0a312adeb8cdded8a0972454fab04558c19]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:53:45 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6668b4964524fd826eb518c8f70dbeeac1c662f8]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:53:45 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29492aef749a0eb821d8a8c06281f68430b27bab]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:53:45 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9ae4ad7a416917db4b93033a753d485d418d2eb4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:53:44 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92df4a0d0c129527c18a013ef673443a7a9a2ee3]

        INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED 2006/09/01 17:19:25 kaib 1.9.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e0b742a8acab744efe19fcbfa20c2da4f238a81d]

        INTEGRATION: CWS pchfix02 (1.33.8); FILE MERGED 2006/09/01 17:19:24 kaib 1.33.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93dba0eb76f470c1c2fce5384cc4f3811e007050]

        INTEGRATION: CWS pchfix02 (1.10.8); FILE MERGED 2006/09/01 17:19:24 kaib 1.10.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [321e0a5b5c9f229ba27e8fba9ee23aae017a351b]

        INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:19:24 kaib 1.8.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22c3e720510f3c09824386dc322e85e7a1e46564]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:19:24 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5c09ce50f15dec7e723177e0ef332defe18d224a]

        INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED 2006/09/01 17:19:24 kaib 1.6.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc16e1c8d65c399ba1277f08521da5f23b2e83cb]

        INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:19:24 kaib 1.2.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fab4fa3dadd40fc5bdd9c7d398f0bccf0fa87091]

        INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:19:23 kaib 1.4.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d13112587fd72f55841b767ea700f148576de51e]

        INTEGRATION: CWS pchfix02 (1.9.40); FILE MERGED 2006/09/01 17:19:23 kaib 1.9.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [64159a227da503af2156e98fda5809fd69af2d04]

        INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:19:23 kaib 1.3.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05dd40f963bebed602d9e01cc37f878b3900af53]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:19:22 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6c96c8c9fd688c9ed972550b26bc868676c32250]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:19:22 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f0e6288d6f759d7b1ca41ea9b168785baf2015e]

        INTEGRATION: CWS pchfix02 (1.41.8); FILE MERGED 2006/09/01 17:19:22 kaib 1.41.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e15eba513ce6e08e7b5bdf6b7047cd0d0ab3a1ef]

        INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:19:22 kaib 1.11.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [049038134722abf88df3c4716eebc94b93734cae]

        INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED 2006/09/01 17:19:22 kaib 1.9.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0896e64d57ce7adb8a827c82a829ab418098a3f9]

        INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED 2006/09/01 17:19:21 kaib 1.4.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15032fb1b9403349dd473b339046e1d15ee9df37]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:19:21 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7101484bf0e10eebba3f44aff696b8b35372cc05]

        INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:19:21 kaib 1.3.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4dc3ecc3c3bab350cf29e46ea10e2796962cbaaf]

        INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:19:21 kaib 1.10.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da2d7ed8f333ec363624b845980a9e7066248dca]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:19:20 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [862d5cd94cce2ef823507d29132c997a5b14c048]

        INTEGRATION: CWS pchfix02 (1.26.8); FILE MERGED 2006/09/01 17:19:20 kaib 1.26.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7f5e8ff5c3b34bfc210389cf4c9d3f601319a421]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:19:20 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1090a941300b40179612b1df48aff19816f190f7]

        INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:19:20 kaib 1.5.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8dad2f14f307c198c8b14daddc4038a56dcd82ef]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:19:20 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0ca5371d813f8c681ec26c6601053565f8b48c3f]

        INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:19:19 kaib 1.5.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e66821d836d02dfa18cdcae18a34efdfe3d7f5c]

        INTEGRATION: CWS pchfix02 (1.2.40); FILE MERGED 2006/09/01 17:19:19 kaib 1.2.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c051d4f848c0bf776c05986a884acd14f55e70cc]

        INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:19:19 kaib 1.4.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [34fc76c539348238c2b07ed27b458af976b25fc4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:19:19 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b4586b40e0cbcc15fd1a03ddce8683830d070af]

        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>  [115ddb18401350e61ae03d76fc2f13c60af67b6a]

        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>  [835b4a76d83334a9fb11165cdfd250f38a958c91]

        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>  [387638634ba4c782278653553e98239722797558]

        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>  [0c5863606439157b6b2fde53935d570d3df2254d]

        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>  [62c42ea8b7b895f1f4a85a9786f2b8f7c6154b02]

        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>  [ae08d778300d4766ee6f2c561a2e1de150123b75]

        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>  [e2cf952a329d45f08b3d2cbba707365d873ebc83]

        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>  [57d1415e4f2e312c7bf27a6cb38d4f63b2edfa87]

        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>  [dec1bc4cec487ce8bdc04f28488c5dd618e2456a]

        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>  [2ec3e4d2c40261b5771d06c1d54edf82c1cbf34f]

        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>  [0f4e69117fbbc5143cb5bd2f2ee35a6111f29532]

        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>  [56f5f2a68aa5682d897d6a3b9486e95a9d6f4a9e]

        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>  [ae2649f411a45d0e203bacfb612636b3d5dbd5ff]

        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>  [094c3d71501bfd5d9521e20e2db099af58873e5b]

        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>  [c3c49d043ef7c9e48e3a6bf1e5d02cb52a4489c5]

        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>  [9c862bedda9f152201aad9784d9783380d324e0f]

        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>  [5f9bcb8f436d69f51baee9eb29ae8bc825ebec3b]

        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>  [d420d4f75fc331e1ab90dcb4f911c353fd9c18ba]

        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>  [72148b2628b845a366c152c093c1329218317ad1]

        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>  [04b56f77a58dc48f18bce010323cde8182d8d220]

        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>  [5ecc1a7c0ad21f414de3099295c8b90e3ea5838d]

        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>  [f50b8389ec05b65d16ae8b40f26226094a722225]

        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>  [381096220ed35f301037eda17f4175621e333bae]

        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>  [2e56c33b386ba743992a3e94c79f124080dcb0de]

        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>  [7b6a1d7ccce14ced6b3ab526d0ae1a75da7364ba]

        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>  [7d209369964233b9ce2b4bf78fd984519e724f46]

        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>  [226a4ce7378c1ed98416aa4f914ac759e78a14d5]

        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>  [d7d3d4ba0b2ae512ec89a2cd3d1ee99323dd033f]

        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>  [d561fdbe6d4fbeeca2347c5645d0ec2af301f01e]

        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>  [2fcf6030688ccf9bc0c1667ed86e5f353a4fb3eb]

        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>  [d7956887689c38dd0fb3958d91c4b9633d376515]

        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>  [d0d9029d6f99d397d0785e07dc8144d7d1dea894]

        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>  [6299517e3ab4482404f9b32a4a3fc1de5fda24d4]

        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>  [152181fe1e94b7c589f6509c63b73e34c7ca850a]

        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>  [ee56d169f151217db0dc9a6da9c575770a6bf7cb]

        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>  [17bcbb74df4f221c2658322c6172e2d0b5b8dac0]

        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>  [f557704005cf070c3825436b1f4ee817fa006d07]

        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>  [0d7e1ad2b9d49a4e19c58811fa524fc95b0aa925]

        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>  [92f30171789ba1b53632e75fca0359408cfe6dee]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:40 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [010c49679fc527944ed3d5eaf28906ac1645d66e]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:40 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1e00431afe9a445e30e07eee6c36d92910e90f1d]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:39 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [917892f12e19883df49a141418e7faed813121d1]

        INTEGRATION: CWS pchfix02 (1.2.166); FILE MERGED 2006/09/01 17:22:39 kaib 1.2.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2cbcb95f21f98979478d22bb9918ad0667932bec]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:39 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c1314844ceaf4bc4cb60cf5d67cbd672f9d434c]

        INTEGRATION: CWS pchfix02 (1.10.42); FILE MERGED 2006/09/01 17:22:39 kaib 1.10.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8aa5c0779d0d7b9b58dfd8f00299f4bd2317a796]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:38 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [41af36c4cd1695354779bc2bdb7523ce92da390b]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:38 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d84e413c0ddb4ce1ddbe47e3a57109d94db76da]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:38 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [535073abe6c7fa133a2307ac7b97204832e8c672]

        INTEGRATION: CWS pchfix02 (1.15.42); FILE MERGED 2006/09/01 17:22:38 kaib 1.15.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e6ce744067cc61686607fe257852ba863354a360]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8067a65791a82b5f4ddd6ff3dfd83013c010df3e]

        INTEGRATION: CWS pchfix02 (1.19.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.19.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf39e80bc1efe0c893ec04072530d070dd681b90]

        INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.11.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [372cfbb7aab4e627182fbc94eb7a4bbfe877af65]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [acad0909574034b410aa15f0f11f59dd77394ba8]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aec0baed4003ee81d98dd86c30f6db961c403fe7]

        INTEGRATION: CWS pchfix02 (1.16.60); FILE MERGED 2006/09/01 17:22:37 kaib 1.16.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dce8983f6950e500b2875a0a62239cf2ffa8d76a]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:36 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bfc1f31e67136a6fa1f79860082f81e502a0365c]

        INTEGRATION: CWS pchfix02 (1.5.58); FILE MERGED 2006/09/01 17:22:36 kaib 1.5.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [90779cb3395cd2a96af52f0276982a18ce7ecc9e]

        INTEGRATION: CWS pchfix02 (1.16.60); FILE MERGED 2006/09/01 17:22:36 kaib 1.16.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f1d74f5b50373d4a91aecd953ae926b1a21aaac]

        INTEGRATION: CWS pchfix02 (1.40.42); FILE MERGED 2006/09/01 17:22:36 kaib 1.40.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5f9443195a9d135fba6e842fa7d5a258631a5bb0]

        INTEGRATION: CWS pchfix02 (1.16.42); FILE MERGED 2006/09/01 17:22:36 kaib 1.16.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fe41852dc4b01da57d762a805fc29e3599b9d38b]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:22:35 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65405239342d28332d39e06626007f42ee0a32db]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:22:35 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3255e82a10c9053b7633e2d0c17bb3054d9c7471]

        INTEGRATION: CWS pchfix02 (1.43.6); FILE MERGED 2006/09/01 17:22:35 kaib 1.43.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3f128abaa1cf9966f2fd04637377844fa937ab6]

        INTEGRATION: CWS pchfix02 (1.49.16); FILE MERGED 2006/09/01 17:22:35 kaib 1.49.16.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cf7b309e8327264ade8a4b761847a164ed8898b4]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:35 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [356b174a67a2b71b7309624fbb42d7c35a4c3d44]

        INTEGRATION: CWS pchfix02 (1.13.42); FILE MERGED 2006/09/01 17:22:35 kaib 1.13.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc168a85faca8391298c7038b768d5e507358cd2]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:22:34 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cc754a297aeb3cf08802b6af4816846f05333929]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:34 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [663610dfaea488486a8c43d24d4e1272ee9aecfb]

        INTEGRATION: CWS pchfix02 (1.28.58); FILE MERGED 2006/09/01 17:22:34 kaib 1.28.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b605374de4dc198a60dd97a29ac6eb5a0797e85a]

        INTEGRATION: CWS pchfix02 (1.36.32); FILE MERGED 2006/09/01 17:22:33 kaib 1.36.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ee2e916bb1debd751adaa872c1746da3cf44b4a1]

        INTEGRATION: CWS pchfix02 (1.18.60); FILE MERGED 2006/09/01 17:22:33 kaib 1.18.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6a4889a05476fdaf2356abd7dccde5c61e18ea01]

        INTEGRATION: CWS pchfix02 (1.63.60); FILE MERGED 2006/09/01 17:22:33 kaib 1.63.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f140bd2d0e9e404f8dc1afd5df206c26b82c8ec]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:33 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5e73cbeac1a63cc65c2b32291df4106ae1b5e6e]

        INTEGRATION: CWS pchfix02 (1.41.60); FILE MERGED 2006/09/01 17:22:33 kaib 1.41.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84c52cdb7a1743105a83b39b2fd3df63465c29e5]

        INTEGRATION: CWS pchfix02 (1.8.58); FILE MERGED 2006/09/01 17:22:33 kaib 1.8.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e50dd58bd8a1da55a37d0f5b10340bf3bb8b6bc]

        INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED 2006/09/01 17:22:33 kaib 1.14.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f886e47760a909e11a97b76fd950049ed578d0c3]

        INTEGRATION: CWS pchfix02 (1.33.60); FILE MERGED 2006/09/01 17:22:32 kaib 1.33.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [26812df6ab2d19b0133d72dc955df19b9b303811]

        INTEGRATION: CWS pchfix02 (1.31.60); FILE MERGED 2006/09/01 17:22:32 kaib 1.31.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e5061d5707d7dc014d3129fd73a8c91f472414d]

        INTEGRATION: CWS pchfix02 (1.37.6); FILE MERGED 2006/09/01 17:22:32 kaib 1.37.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b004e1acab197806dc536ed38953e32937359fb2]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:22:32 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da6b477b7f1dda508af3bed130cc727f5616805b]

        INTEGRATION: CWS pchfix02 (1.8.42); FILE MERGED 2006/09/01 17:22:32 kaib 1.8.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bddc82b08455c19f856c9c54e6fdf979cc5766b3]

        INTEGRATION: CWS pchfix02 (1.7.42); FILE MERGED 2006/09/01 17:22:31 kaib 1.7.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [493057e776f7da7e6afc37a0de8607465facc200]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:31 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a12fed5e6ff4829ee63264c18d5eb9cc688f88fe]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:22:31 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7100183e995ea2ff4c2ae97e494279ce7d869b7]

        INTEGRATION: CWS pchfix02 (1.8.42); FILE MERGED 2006/09/01 17:22:31 kaib 1.8.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5b558119405397bae0187d9b6fe4e946d0e7273e]

        INTEGRATION: CWS pchfix02 (1.17.6); FILE MERGED 2006/09/01 17:22:31 kaib 1.17.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d9c3fc4fda5e4f4483a0bc30981fe7c1a51d296]

        INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:22:31 kaib 1.5.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0b98013c0a9b8fa130f3dda29e13c5574f615fa0]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:22:31 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f63c2d211a2acb33b143b40dabd49ced1ce6a76]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:30 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d27a2649ac32464da40114d380a967c6cba0b7fa]

        INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED 2006/09/01 17:22:30 kaib 1.14.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [25765d99a24ac9f032bb1555983bbac618b4fd65]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:22:30 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87a1e80dee4009fd0838b0fc315ed0c8e2d31790]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:30 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [818ee939a14a90f55d6b314612476ad40b291cf9]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:30 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d661e34907e6a0c578a3b00c710eeea1d6885cd3]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:29 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8127b0044b197fa6c04dd5170d5ff00e2bcb8737]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:22:29 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3318d5c11be2ba4dc2c864dd5e72b409047c072]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:29 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [148396607846ac477fb58708791036c2de077e2a]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:29 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1871b970328f6a094bd94564ca6ffeab05fc019c]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:28 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3797d2fc1609ee0f8dbe467517d66698fed4a1ce]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:28 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [270b3637ba51ff34c0b5857b6b25604c870d3dbe]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:28 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [16cbb863437f6057a50cdb5ccbe969e8224ee224]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:22:28 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9688820ea51ac5249259a6bfb7e1b66af7561a70]

        INTEGRATION: CWS pchfix02 (1.6.166); FILE MERGED 2006/09/01 17:22:27 kaib 1.6.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c0acd6ef0e4402c7169ed7ad45c4f406985c674c]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:27 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [122a4953fdc199645c7228c42b8129a103895b01]

        INTEGRATION: CWS pchfix02 (1.14.32); FILE MERGED 2006/09/01 17:22:27 kaib 1.14.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2af2e3ba78c1828cd567985602153d52a85e8aa2]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:27 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [02e7ff1748c71861f02d97c41c3b70a0ddf081bb]

        INTEGRATION: CWS pchfix02 (1.27.42); FILE MERGED 2006/09/01 17:22:27 kaib 1.27.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e7e8193e5da2781908fd9c20e6fe303013a451f8]

        INTEGRATION: CWS pchfix02 (1.12.6); FILE MERGED 2006/09/01 17:22:26 kaib 1.12.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [871519fb9e2840c94e52b32bc3287071f61453ba]

        INTEGRATION: CWS pchfix02 (1.16.58); FILE MERGED 2006/09/01 17:22:26 kaib 1.16.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d18456248dd0196739a0cd878dcd074fef3e59d2]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:26 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dc5557616166b7440be3ee6d091e6a9b919a8760]

        INTEGRATION: CWS pchfix02 (1.22.6); FILE MERGED 2006/09/01 17:22:26 kaib 1.22.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [76efb61e768a8f3f8b0355608b8725f0be90d4cc]

        INTEGRATION: CWS pchfix02 (1.7.94); FILE MERGED 2006/09/01 17:22:26 kaib 1.7.94.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2652cec8f4f73a3cf40a4c71acb5a9701df5a749]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:26 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9baca7cb73ffa7693d66e471a86442e9618dda33]

        INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED 2006/09/01 17:22:25 kaib 1.7.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2cefbb1fd7d6e188e300dbc06cbe36507297de50]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:25 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ee6f4ab2705a24912e0abc310517dd8b5daa70dc]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:22:25 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [01a1555e5f50f169376fe45de34bef0691d7a759]

        INTEGRATION: CWS pchfix02 (1.2.142); FILE MERGED 2006/09/01 17:22:25 kaib 1.2.142.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bb1e97462f686ccb53cff4aa9982d1f8651e15fb]

        INTEGRATION: CWS pchfix02 (1.2.142); FILE MERGED 2006/09/01 17:22:24 kaib 1.2.142.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9053c2ae9667f812c452560bdc147afcd99a1642]

        INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:22:24 kaib 1.5.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [97af5e32af93b819b1522d459e4845aa179a1512]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:24 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f73b0033183003cc83fd9188bdfe30798e2c6e5f]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:22:24 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e409f053e446bb5a0330abfd2746f275ea613ff]

        INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:22:24 kaib 1.5.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f29d561c9ef682db6cff7cfe495da3f2fb1edb8]

        INTEGRATION: CWS pchfix02 (1.4.48); FILE MERGED 2006/09/01 17:22:24 kaib 1.4.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d5258d2141128eb42036f148b3d29a1beff804f]

        INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED 2006/09/01 17:22:23 kaib 1.7.48.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [837cd76692c6dfdd9210524f9c8d2cdc080896b2]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:22:23 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [808acb258b236323dbb65208896e49e050d1d4d5]

        INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:22:23 kaib 1.4.22.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8f3cfcd00b0697b9c971ed2088375e216c8a579f]

        INTEGRATION: CWS pchfix02 (1.2.142); FILE MERGED 2006/09/01 17:22:23 kaib 1.2.142.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9d73380532daca223e744563067b28780bb4e09e]

        INTEGRATION: CWS pchfix02 (1.22.6); FILE MERGED 2006/09/01 17:22:22 kaib 1.22.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [031fad5e4b0922e2b071894e5625649fcdee0763]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:22 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [517613b5191e3651d72ec00841906dc1321b7914]

        INTEGRATION: CWS pchfix02 (1.15.38); FILE MERGED 2006/09/01 17:22:22 kaib 1.15.38.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7adbd858feadb0d96c4f42347ac4560ae7b9512d]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:22 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [42765f6bc4629315246288cf1ea5b49548793c7a]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:21 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [861deb47a135f32aab2ee7177872e0090fee460d]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:21 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d795a81615fed64cfc87b43a352eb985cbbe01fe]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:21 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [17e6753d5a9c1ba76a03757b350dc3142b2469ca]

        INTEGRATION: CWS pchfix02 (1.27.60); FILE MERGED 2006/09/01 17:22:21 kaib 1.27.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ae776da1eac5aaf092f5f126e233d9e32d96433]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:21 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [514da84c8695940f4e935ebdea74eca03c35e806]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:20 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d216ae1d7e1da120b57f8c0334937ed5db3e270]

        INTEGRATION: CWS pchfix02 (1.16.60); FILE MERGED 2006/09/01 17:22:20 kaib 1.16.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [512bb93a67ef592011e547cff0b2972f2ccff218]

        INTEGRATION: CWS pchfix02 (1.21.60); FILE MERGED 2006/09/01 17:22:20 kaib 1.21.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [804af2d4743c8a45e00d637b1d0f4aced7fc617d]

        INTEGRATION: CWS pchfix02 (1.35.60); FILE MERGED 2006/09/01 17:22:20 kaib 1.35.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1502f76d843191ce64ac241240e0adabf420922b]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:20 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5bd0db3341ba2bf9c43e21376f27ad2c1a4f983]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:20 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dbbb632eb23d17815a17439b1f9085521ac492e8]

        INTEGRATION: CWS pchfix02 (1.9.166); FILE MERGED 2006/09/01 17:22:20 kaib 1.9.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6dfe0663686f82ffcc749fab5ac61382b7a72791]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:19 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f27ae92ecd893bba6194ede0212fd809c299f9d5]

        INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED 2006/09/01 17:22:19 kaib 1.7.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eb517aaf699235b880a7af8ab7818687f5218af7]

        INTEGRATION: CWS pchfix02 (1.22.60); FILE MERGED 2006/09/01 17:22:19 kaib 1.22.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7f3af0ed660f182053e77b2eae226894a8672dc]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:19 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cae4ea7c226bf8772254a485b0b356be27fc1304]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:18 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c2d1a01da07876ddd358597aa80196905f6cc58e]

        INTEGRATION: CWS pchfix02 (1.16.60); FILE MERGED 2006/09/01 17:22:18 kaib 1.16.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65344545aadc4c581275dc9684a4b3f3a78c0ca5]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:18 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [694e296bed40366c0e58fa7c023b4f1508e603ab]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:18 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09a536a9092419d7066df953cb245d1d5a87f11f]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:18 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [29fb1314769a1b518c3d3755ff7663306cec9548]

        INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED 2006/09/01 17:22:18 kaib 1.4.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4286ca863a3dfc118e30cbeecda90a25b151f71]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:17 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2bd9b1e2226d81c373195d92ff665f943f19f3a2]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:17 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a28f25e64415e48c26878daf0df2fcfbb29a1b65]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:17 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [71d535c05fae47cf317e0ce882aba0eb080dc7f7]

        INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:22:17 kaib 1.5.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7a60b347c485e4601dd38c121a91701d5d2e7ed]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:16 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [49d3bbf144ef06901ce0ea7ba1748d0eaabab292]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:22:16 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f5524bc57eb9fb69440c93ec8f0a2637734328b2]

        INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:22:16 kaib 1.9.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d3d39e1045b583873af8e74e834cd881e21c103]

        INTEGRATION: CWS pchfix02 (1.10.58); FILE MERGED 2006/09/01 17:22:16 kaib 1.10.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8c1f2eb07d346d2906c5bb0d50c176116938b87a]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:16 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [075a26b1a0e3e263655ff3fec407d721a463a118]

        INTEGRATION: CWS pchfix02 (1.19.6); FILE MERGED 2006/09/01 17:22:15 kaib 1.19.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1cff8bffaf95a723c20e080d9eafbe63c10d6d2f]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:15 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e3c34885eae446e90262b36ff3b177783488ccf]

        INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:22:15 kaib 1.6.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d0a06563ba0e6d8013b3145f358c0bf11d4aeb24]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:22:15 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [254744c78f8479e3e87d5b27fe309d9a8524e55a]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:22:15 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a1501692e340d667d5f7196c039c8473f64d90c]

        INTEGRATION: CWS pchfix02 (1.13.166); FILE MERGED 2006/09/01 17:22:14 kaib 1.13.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a35786d0a31601552324f4cdf5c0cf193ffc9b3]

        INTEGRATION: CWS pchfix02 (1.54.60); FILE MERGED 2006/09/01 17:22:14 kaib 1.54.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f861041e36f79da8be4af2f5e320a9c05cdc91d]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:14 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9455619642164bef681b0335df9ee3f082b87f08]

        INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED 2006/09/01 17:22:14 kaib 1.20.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bf166879ec22d13e810143bb9e92807b9a59517e]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:22:14 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c2737a49546db64814dc041628970e549d17bc08]

        INTEGRATION: CWS pchfix02 (1.8.166); FILE MERGED 2006/09/01 17:22:14 kaib 1.8.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7172df79772421dae0f1d6ad3f3ce94f11069e6e]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:22:13 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d7cc319a8b9b9e6654248431c82db730ff11f1a6]

        INTEGRATION: CWS pchfix02 (1.14.6); FILE MERGED 2006/09/01 17:22:13 kaib 1.14.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd696dd199c0223a0cd6f9e02ccce976ecf2a8d4]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:13 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2a3fe915c0b807c8e55f946bd58bd2b81ca1174f]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:22:13 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4cfe11873a2f8f733d44f38df170d76b444c56a6]

        INTEGRATION: CWS pchfix02 (1.25.42); FILE MERGED 2006/09/01 17:22:12 kaib 1.25.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d76b5b504d89645e82f5a0edf165303a6ff8b0d3]

        INTEGRATION: CWS pchfix02 (1.28.60); FILE MERGED 2006/09/01 17:22:12 kaib 1.28.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [91a4c53b8a25a43fcef96d157b7e9ca12d1bee69]

        INTEGRATION: CWS pchfix02 (1.23.60); FILE MERGED 2006/09/01 17:22:12 kaib 1.23.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [84f565c8396c0f0d0ab184e5600763997b3e0a72]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:12 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7ba8616b692f4c3b11c31f4ed3c9f07810ba6a1b]

        INTEGRATION: CWS pchfix02 (1.22.60); FILE MERGED 2006/09/01 17:22:12 kaib 1.22.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c99dbe721be310273532cb9b9f7c0298ae3d74fa]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:12 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [58d9719d270f7f4fc5ac45fbde81a3e64a91992d]

        INTEGRATION: CWS pchfix02 (1.41.32); FILE MERGED 2006/09/01 17:22:12 kaib 1.41.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e1a6307ffc03faa1222c54371e4487bfabfe4b3]

        INTEGRATION: CWS pchfix02 (1.19.60); FILE MERGED 2006/09/01 17:22:11 kaib 1.19.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ac75b5713b662d4a95f77d4d377a5b40522e66d8]

        INTEGRATION: CWS pchfix02 (1.96.40); FILE MERGED 2006/09/01 17:22:11 kaib 1.96.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4b852423d5dbdc6bb8c8c2228283b4010f08becf]

        INTEGRATION: CWS pchfix02 (1.38.40); FILE MERGED 2006/09/01 17:22:11 kaib 1.38.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87ec0dcdfaa4ccc47dc0add0642ff4956a699070]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:22:11 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [54b6fd396478c6a10b9b866a7b9cfd61e9f67f75]

        INTEGRATION: CWS pchfix02 (1.9.126); FILE MERGED 2006/09/01 17:22:11 kaib 1.9.126.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0159ffb3fcca267ce3b3bbb316916843ba68607f]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:11 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e54652ac16d0565a3c9d32ae870ed9c0ab79612]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:10 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [36c7e0053a76359b2c03929bde7d3ed56aa70325]

        INTEGRATION: CWS pchfix02 (1.32.38); FILE MERGED 2006/09/01 17:22:10 kaib 1.32.38.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0faa7a2454858c1f38a0ffecf6b9d1b9cad280ac]

        INTEGRATION: CWS pchfix02 (1.45.6); FILE MERGED 2006/09/01 17:22:10 kaib 1.45.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3e911dddb0774814ec90acac1ae0bb335ef6de57]

        INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED 2006/09/01 17:22:10 kaib 1.7.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1bc7cee0ba12f6fa48250051bd8b9cf2a3d10ad8]

        INTEGRATION: CWS pchfix02 (1.14.166); FILE MERGED 2006/09/01 17:22:10 kaib 1.14.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d042a0104be55717e4054be20340cb7ae125c7fd]

        INTEGRATION: CWS pchfix02 (1.4.106); FILE MERGED 2006/09/01 17:22:10 kaib 1.4.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d29e807025a907126e2ab528e3cc88229d59203d]

        INTEGRATION: CWS pchfix02 (1.2.106); FILE MERGED 2006/09/01 17:22:09 kaib 1.2.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [838158307b4d44d72bfc84dc0577caa54a69e82e]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:22:09 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f4653aea90ad8b21d92735ebd34904596364584e]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:09 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d785a5444263629d94050ef34bd4c76bbee3545f]

        INTEGRATION: CWS pchfix02 (1.4.106); FILE MERGED 2006/09/01 17:22:09 kaib 1.4.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56365e16272cf1a56d62a7d89837973c7ec4216d]

        INTEGRATION: CWS pchfix02 (1.4.106); FILE MERGED 2006/09/01 17:22:08 kaib 1.4.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [82259b6487423eee98857994cf729dbbf9bf4688]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:08 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [56f78df0dbe70b08c373c071e6e33d901d499cd2]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:08 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [483d5d7fef487ca61f6d68d35270f040fcc76d0a]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:08 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5d143d1543975f1a5bd9580fd367b056dc115682]

        INTEGRATION: CWS pchfix02 (1.2.106); FILE MERGED 2006/09/01 17:22:08 kaib 1.2.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [329fa0bd9fed17e52b2ff86e1b87bd5ef769d76c]

        INTEGRATION: CWS pchfix02 (1.4.106); FILE MERGED 2006/09/01 17:22:07 kaib 1.4.106.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea55b2ac431263843a162018fa880a84c0593e89]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:07 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0c39f7a00a78e00d6ab4008659cda810294d996b]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:22:07 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [509cc4a822c6e861db0445d7c41b1fce623e2467]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:07 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2154ea06c79373973319360945cfd0d811e28b28]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:07 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5351cc6b6f90d15eec91b72c7d82cfcbbe0f9730]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:22:06 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e30ee0a8e25f3457b8f994a3ddf36ea12a1194d7]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:06 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b1107a14eb6ca9e7b91e6c5539ab475f69f7a622]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:22:06 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [072e059a403ecff14c59bd5b056e7654a9425d6c]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:22:06 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [24bae4a7f016e690a03b0ba00d7b3ee63e9315b8]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:06 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9c715d3877bacaf2e6566ffa0806889fe1795deb]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:06 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0716c5261349d9e055b482b840a88e1e901b6558]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:05 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa08eb1e2e3d7428130810ec1d2a85393cb2ac17]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:05 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0aaff9052c9b4bb448ac92f8fe3e3763014b2c38]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:05 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4e6a3c72c0eda0f6fbeef25958e4dcf1abe7b6aa]

        INTEGRATION: CWS pchfix02 (1.19.34); FILE MERGED 2006/09/01 17:22:04 kaib 1.19.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93a930d90b351201183741571b88460055d15247]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:22:04 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f25d0e322d88d4e123ce491321becb71b9a3e2d]

        INTEGRATION: CWS pchfix02 (1.25.42); FILE MERGED 2006/09/01 17:22:04 kaib 1.25.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a7a1aa52e69c54cdc12060f56e2e95830b7f67f6]

        INTEGRATION: CWS pchfix02 (1.97.32); FILE MERGED 2006/09/01 17:22:04 kaib 1.97.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2991abd957b77d878ec28553e76360ed8ec8c886]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:04 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7443f04bdce6f07212048a8b60d65cbb7dc7a6c7]

        INTEGRATION: CWS pchfix02 (1.23.60); FILE MERGED 2006/09/01 17:22:04 kaib 1.23.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3fee5d7bfdb828882b6d3d7658c14378c03dbff9]

        INTEGRATION: CWS pchfix02 (1.18.58); FILE MERGED 2006/09/01 17:22:03 kaib 1.18.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [301436fee99c4d453d9db30bb6c1b045a4f6585b]

        INTEGRATION: CWS pchfix02 (1.16.42); FILE MERGED 2006/09/01 17:22:03 kaib 1.16.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [169373435453187c5d1ceb293b7eea07808fdc29]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:03 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8b2c14517f42ec78df20ef402e1bc597cf698d73]

        INTEGRATION: CWS pchfix02 (1.13.42); FILE MERGED 2006/09/01 17:22:02 kaib 1.13.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [09a9b8e3458c280fd46998871450288eb462b420]

        INTEGRATION: CWS pchfix02 (1.40.42); FILE MERGED 2006/09/01 17:22:02 kaib 1.40.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [048cc68808f89f37090ef73c117c0771240f5cac]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:22:02 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2369c9804a54b313426ad874008418fb12f185d7]

        INTEGRATION: CWS pchfix02 (1.31.60); FILE MERGED 2006/09/01 17:22:02 kaib 1.31.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [438bd4a979f3c64ef83fa6dcecb93ec55b5ddebf]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:22:02 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [38d00a7311be3f2f185d762f64a7013c2cd72d0c]

        INTEGRATION: CWS pchfix02 (1.14.42); FILE MERGED 2006/09/01 17:22:02 kaib 1.14.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [947fe9b090b1cad747f02dac380f6fb84fca6a0b]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:22:01 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a66b7912005aaf1793900794f4571e500b04981]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:22:01 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [145592dfa3edded1816d3dbd8ba82d7c2de81812]

        INTEGRATION: CWS pchfix02 (1.9.166); FILE MERGED 2006/09/01 17:22:01 kaib 1.9.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f614a8d06d4ffc65556fba1042894fc655fa49d]

        INTEGRATION: CWS pchfix02 (1.27.60); FILE MERGED 2006/09/01 17:22:01 kaib 1.27.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [317388be51d63f4e8a5358b85f749e10375b5b22]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:01 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [acd31e88388b9ba13996a0a3fd5832fb1701cfc0]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:22:00 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a57c4db95ee94269ba4476bded2e1656506ead1]

        INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED 2006/09/01 17:22:00 kaib 1.3.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aea0ecf671a0a27b8552784f6d9fe05b57cc485d]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:22:00 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b905110f0669d60623daf0cd9e12993eb57d43d]

        INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED 2006/09/01 17:22:00 kaib 1.14.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f154fd324c06b54b54041dbf3ab66bb18e0cee38]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:22:00 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [94bbe9f0504492e28d3cd542e63390abbef75895]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:22:00 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2141acfcae3d4b260ec5f949afc9f890cf06d3ff]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:21:59 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2c44a8980767b8703d82dbbfe960acb98f3aba67]

        INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED 2006/09/01 17:21:59 kaib 1.14.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a80b0c3611fc76ff86137bbabb9375571a8a7039]

        INTEGRATION: CWS pchfix02 (1.18.60); FILE MERGED 2006/09/01 17:21:59 kaib 1.18.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c241f1b705369fe0f9c326c114bef12cc785db70]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:21:59 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a7a5b031acdb91c57e39b05fcf75f8961f1c659d]

        INTEGRATION: CWS pchfix02 (1.12.58); FILE MERGED 2006/09/01 17:21:58 kaib 1.12.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [73a0f5dee30b693e0c832e50a1dcb2eebb188997]

        INTEGRATION: CWS pchfix02 (1.15.42); FILE MERGED 2006/09/01 17:21:58 kaib 1.15.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [726084f5be5a0cfd4654affbcb08e4bc38acb657]

        INTEGRATION: CWS pchfix02 (1.14.58); FILE MERGED 2006/09/01 17:21:58 kaib 1.14.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a68c2c26dcf8711ea273dfb94eeda63bab9f5f15]

        INTEGRATION: CWS pchfix02 (1.10.42); FILE MERGED 2006/09/01 17:21:58 kaib 1.10.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2138bd3ddaf24a24252d2863d9353bab559e79af]

        INTEGRATION: CWS pchfix02 (1.17.58); FILE MERGED 2006/09/01 17:21:58 kaib 1.17.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae507f46ca3c2d1a769e6c5792602da3da4877dd]

        INTEGRATION: CWS pchfix02 (1.18.42); FILE MERGED 2006/09/01 17:21:58 kaib 1.18.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [00f7afe18390c61a22590ef3d6aa51b9e8f6af54]

        INTEGRATION: CWS pchfix02 (1.29.42); FILE MERGED 2006/09/01 17:21:58 kaib 1.29.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [297f3b69238c226cc683da62eaae1e68724322b8]

        INTEGRATION: CWS pchfix02 (1.24.32); FILE MERGED 2006/09/01 17:21:57 kaib 1.24.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13a995ee554b9f969eff052d37de42ad83627cef]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:21:57 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ef4a9ef32547393d44786be8356ea150af53d538]

        INTEGRATION: CWS pchfix02 (1.21.58); FILE MERGED 2006/09/01 17:21:57 kaib 1.21.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8676bcbb17627b09cf19118ac0152a66bd287f8d]

        INTEGRATION: CWS pchfix02 (1.19.58); FILE MERGED 2006/09/01 17:21:57 kaib 1.19.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0171d9dd6dcd964afa39a3bae6fe3404281eab87]

        INTEGRATION: CWS pchfix02 (1.17.42); FILE MERGED 2006/09/01 17:21:57 kaib 1.17.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [360b64c7431df44c299d4c3d9e04c8812896ee0d]

        INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:21:57 kaib 1.6.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6bb8e17a38d39e27f6c8ef8abcc28633777813f4]

        INTEGRATION: CWS pchfix02 (1.4.166); FILE MERGED 2006/09/01 17:21:57 kaib 1.4.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [317cffca9a28ecab53a9ec8a152623491db2d910]

        INTEGRATION: CWS pchfix02 (1.19.58); FILE MERGED 2006/09/01 17:21:56 kaib 1.19.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b53062797b04248b8fb015d6a3bba5af71f8e95b]

        INTEGRATION: CWS pchfix02 (1.15.42); FILE MERGED 2006/09/01 17:21:56 kaib 1.15.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a3483ec38ba728231ea970ef237919ecc4fabf15]

        INTEGRATION: CWS pchfix02 (1.20.58); FILE MERGED 2006/09/01 17:21:56 kaib 1.20.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [35c8b048ba05ddd675a28afb2edc8a0638ca3093]

        INTEGRATION: CWS pchfix02 (1.10.42); FILE MERGED 2006/09/01 17:21:56 kaib 1.10.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5cfc979fe5bcb00c634af469b5fffcaa53b2ad1a]

        INTEGRATION: CWS pchfix02 (1.17.58); FILE MERGED 2006/09/01 17:21:56 kaib 1.17.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ba607699a75c972cd4cf442c17e31f2463feb597]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:21:56 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abc9abd581e8004f3128c7752fa60d02cfb83ef8]

        INTEGRATION: CWS pchfix02 (1.9.166); FILE MERGED 2006/09/01 17:21:55 kaib 1.9.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5a4c66da3a3ef6bf4c7744819b5039e77f4d6276]

        INTEGRATION: CWS pchfix02 (1.21.58); FILE MERGED 2006/09/01 17:21:55 kaib 1.21.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [58bb2f309964d8a0907b2c61e09ea2f836cc551e]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:21:55 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b404ef1cc265f5f3152bc3bd273d9b27fd2cd44b]

        INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED 2006/09/01 17:21:55 kaib 1.20.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3cc0c8149ee5f373f0bc2dd5b96690ff2a262b14]

        INTEGRATION: CWS pchfix02 (1.25.58); FILE MERGED 2006/09/01 17:21:55 kaib 1.25.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c5cd3e4037747aa6e9f36f2b7b6099485224776]

        INTEGRATION: CWS pchfix02 (1.19.42); FILE MERGED 2006/09/01 17:21:55 kaib 1.19.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f2bdb2c4651e531e8e19a5a13ae0bda41b228581]

        INTEGRATION: CWS pchfix02 (1.24.58); FILE MERGED 2006/09/01 17:21:54 kaib 1.24.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2940e793bedd74ac2969f1815bc78c507094a699]

        INTEGRATION: CWS pchfix02 (1.11.6); FILE MERGED 2006/09/01 17:21:54 kaib 1.11.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [914fdd91c64b773f783b55736893d1b929f6c7c9]

        INTEGRATION: CWS pchfix02 (1.7.58); FILE MERGED 2006/09/01 17:21:54 kaib 1.7.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [85c670e7fa9ef17c8dc2d0ac9b4091a52bd05fb6]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:21:54 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92ff0c24a65a006fc03ee7c419e4c28b1fd28f92]

        INTEGRATION: CWS pchfix02 (1.18.42); FILE MERGED 2006/09/01 17:21:54 kaib 1.18.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [409b18f3079b0d24991a5dcf449ec952d217f197]

        INTEGRATION: CWS pchfix02 (1.17.42); FILE MERGED 2006/09/01 17:21:54 kaib 1.17.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4a47aafda81609e8884fae1cf3a4f02c41bfbb12]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:21:53 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4af547512f72163acfb7641dec44dfcbfcd1db90]

        INTEGRATION: CWS pchfix02 (1.34.34); FILE MERGED 2006/09/01 17:21:53 kaib 1.34.34.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c02b08117f7d1ea8240e3cebc5ae03cb1773c0ae]

        INTEGRATION: CWS pchfix02 (1.34.60); FILE MERGED 2006/09/01 17:21:53 kaib 1.34.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae0f30af9bd3efa6ee98ff50bb99ffadcb7112dc]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:21:53 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [de659ae0709541a8581e9e0b604524353c526773]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:21:53 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9885d4824567e76a010b31ce54653ce59626cb3e]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:21:52 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e421e99caabee9732ccedade83faeb5784e8ea69]

        INTEGRATION: CWS pchfix02 (1.22.42); FILE MERGED 2006/09/01 17:21:52 kaib 1.22.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1b48db5162c636c830ab1f503e15290b3f833b39]

        INTEGRATION: CWS pchfix02 (1.11.42); FILE MERGED 2006/09/01 17:21:51 kaib 1.11.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [771661282815094d2e9633e3649b37f0bdfe90e6]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:21:51 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32a5ce555c481cfacea8c8f4f9560bccb0f713b6]

        INTEGRATION: CWS pchfix02 (1.12.42); FILE MERGED 2006/09/01 17:21:51 kaib 1.12.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [74fb529bcf5bb32879da57fa14b25feb86757c6e]

        INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED 2006/09/01 17:21:51 kaib 1.7.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a6ac3ea4d5481a5e6166637bccfca2ec2a7cf6b]

        INTEGRATION: CWS pchfix02 (1.6.58); FILE MERGED 2006/09/01 17:21:51 kaib 1.6.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5637f28e0736e098b6ad39883702b123a9330144]

        INTEGRATION: CWS pchfix02 (1.21.60); FILE MERGED 2006/09/01 17:21:51 kaib 1.21.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [940efa8bf5fcd2ed308f044e4ea2ba7d9f62851f]

        INTEGRATION: CWS pchfix02 (1.10.166); FILE MERGED 2006/09/01 17:21:51 kaib 1.10.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a0505feecbe6965fbf026470154058e922aa75f0]

        INTEGRATION: CWS pchfix02 (1.21.6); FILE MERGED 2006/09/01 17:21:50 kaib 1.21.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [833e52a10e22c504576a5b5bc781e11b7e454af2]

        INTEGRATION: CWS pchfix02 (1.19.42); FILE MERGED 2006/09/01 17:21:50 kaib 1.19.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f86c44c7f5d5acf3b37784b59566aa805b96189f]

        INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED 2006/09/01 17:21:50 kaib 1.14.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df37fa9e2e21f5638484d03500aa76115150042a]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:21:50 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [784302572eb141511fa903cfb2d1298abdf4fb20]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:21:50 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89933325a3e79db63b78610ac15ad764e7e930e0]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:21:49 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fbd1a2cdeaf366d890eb013d7c1da6749dd3bcad]

        INTEGRATION: CWS pchfix02 (1.5.166); FILE MERGED 2006/09/01 17:21:49 kaib 1.5.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [784f18bbae329ed4b909561bdbb33fa0c3ce429f]

        INTEGRATION: CWS pchfix02 (1.8.166); FILE MERGED 2006/09/01 17:21:49 kaib 1.8.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3486253c7c40ba2ba4e14611c329f970f5c2c86d]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:21:49 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6129f5fda7e9fa8e7980d50be76a5b7fc52bd129]

        INTEGRATION: CWS pchfix02 (1.3.42); FILE MERGED 2006/09/01 17:21:49 kaib 1.3.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [689693d5ee1cc8e208c3ab632ab281d884276669]

        INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED 2006/09/01 17:21:48 kaib 1.7.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [647efc7ee09c809174da46bc4a330ae9ce3fd850]

        INTEGRATION: CWS pchfix02 (1.17.40); FILE MERGED 2006/09/01 17:21:48 kaib 1.17.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7056c538262e6bb45ba9a5b8290ece222e223dde]

        INTEGRATION: CWS pchfix02 (1.63.6); FILE MERGED 2006/09/01 17:21:48 kaib 1.63.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3fd7a0199e7edc5811af97204b2685da76e964e0]

        INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED 2006/09/01 17:21:48 kaib 1.3.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a0ce6701bb2606df23e4382d86b6c81c082b913]

        INTEGRATION: CWS pchfix02 (1.26.38); FILE MERGED 2006/09/01 17:21:48 kaib 1.26.38.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [32133ebf3abdc2f30f543ed5e7bdaab3fba3f9e7]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:21:47 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6639a9a9e329f08caaf84b900a253d755c1856b6]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:21:47 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cd740a4a6d1a6b57e78460a34ad6ba77613d645f]

        INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED 2006/09/01 17:21:47 kaib 1.5.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [06478abe2a8bb4b35224fd018be7ed8eabbc22f6]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:21:47 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2ad8c993cb0c2d83ef14dda1706367b51cc1c889]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:21:46 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [05fb236020d6ee39ef2de0452e597b0f648b1f35]

        INTEGRATION: CWS pchfix02 (1.9.42); FILE MERGED 2006/09/01 17:21:46 kaib 1.9.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [374350c5cc2450f6381b09e3db69b029ee1d9fef]

        INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:21:46 kaib 1.4.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6f1f8b5d0c87ac7568cb21bdb65a72901933a55d]

        INTEGRATION: CWS pchfix02 (1.2.166); FILE MERGED 2006/09/01 17:21:46 kaib 1.2.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [da6fd7c009f86b0c84f081fee41ce662ebbfbed9]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:21:45 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [22fa2493313dc6488c7e3c6dc92ba986d2f4c9d2]

        INTEGRATION: CWS pchfix02 (1.8.42); FILE MERGED 2006/09/01 17:21:45 kaib 1.8.42.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2d5d01ea7c379168a754d4a71386ea2500cd5631]

        INTEGRATION: CWS pchfix02 (1.29.160); FILE MERGED 2006/09/01 17:21:45 kaib 1.29.160.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6cf975fdeaae19bc0b29d175322f8ed7c8db1256]

        INTEGRATION: CWS pchfix02 (1.4.58); FILE MERGED 2006/09/01 17:21:45 kaib 1.4.58.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33cf2fffa44e136559a7ff29c14464510ea407b5]

        INTEGRATION: CWS pchfix02 (1.19.60); FILE MERGED 2006/09/01 17:21:45 kaib 1.19.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3a08cfb153d260383bec0ee25e20cc279a518420]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:21:45 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15e19b8d5c8b6000c8e3c377a7d88ab7036aa13c]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:21:45 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e648d8072145549363eeed49d20a06d6935117a8]

        INTEGRATION: CWS pchfix02 (1.22.60); FILE MERGED 2006/09/01 17:21:44 kaib 1.22.60.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7e1a5b7561771489c553064f6ce34583034cbe16]

        INTEGRATION: CWS pchfix02 (1.2.166); FILE MERGED 2006/09/01 17:21:44 kaib 1.2.166.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [298d1a16bc18b717401e8de86ea5a6f824b1450a]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:21:44 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1aaf70e6c15bff4458631947b1cdd5eb73ec4847]

        INTEGRATION: CWS pchfix02 (1.2.24); FILE MERGED 2006/09/01 17:33:11 kaib 1.2.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9fd8e44dcfe153fe20c4ab634d2613e77ff45d42]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:33:11 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d53700e8f729258e0a2f8049a7627d2fe7f17565]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:33:11 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [61cda58f81d5f4c52cedab13809b4d0bcf95fccf]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:33:10 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e94171c6f7d5fb941e58abadd28411c3c21cb5eb]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:33:10 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [868d5bd06f18d25fae84ad528feb3c4afb0b68a0]

        INTEGRATION: CWS pchfix02 (1.23.6); FILE MERGED 2006/09/01 17:33:10 kaib 1.23.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [19147f1bda8a8be10245ac508b7666c75c1a0070]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:33:10 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6615855e7bf14b6ceb305a51820c98df407a6e1d]

        INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED 2006/09/01 17:33:09 kaib 1.7.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7b174ccbe3ac65555b11034059c804678635a09d]

        INTEGRATION: CWS pchfix02 (1.5.24); FILE MERGED 2006/09/01 17:33:09 kaib 1.5.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0e1ad4477b46ac2aa056f7fe3e0c2fcef5a4dd65]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:33:09 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0d611d4f9d81c3a053dd50a72b5cbe2f95885ecf]

        INTEGRATION: CWS pchfix02 (1.16.6); FILE MERGED 2006/09/01 17:33:09 kaib 1.16.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [466a58a85bba9e3568d4473afe7a19517f52cd18]

        INTEGRATION: CWS pchfix02 (1.22.6); FILE MERGED 2006/09/01 17:33:09 kaib 1.22.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b73985fb2a2dec9c46e20f8f0e39b9bf6e210d42]

        INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:33:09 kaib 1.12.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3ce5912be799fec14cb44ee19a8cdee09f67b70d]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:33:08 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b4dfba4c39d59a0b2765622635df18831b368edf]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:33:08 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0411531cefec055cd29662ad1eb807283658bcdf]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:33:08 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [128af00137b9d0143fc51145348d0d2dfe8febe9]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:19:09 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ee0e72e7474559e5b208126d65ce500f79a2163]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:19:09 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [77a0534162aca6b4444ba1ec4c3b5d2d471c7c79]

        INTEGRATION: CWS pchfix02 (1.14.10); FILE MERGED 2006/09/01 17:19:08 kaib 1.14.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8dc4f2b6b3b49e69c752ccf6a520924524a70f23]

        INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED 2006/09/01 17:19:08 kaib 1.11.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [5e90b58e8e2c6eec91279d834a1a63b5284651a4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:36:51 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8d259af0c1c96632d346579ee433eb1cb4b6dd86]

        INTEGRATION: CWS pchfix02 (1.8.4); FILE MERGED 2006/09/01 17:30:22 kaib 1.8.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [2f01e2909b656060dedda290691e83994d8b3b7c]

        INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:30:22 kaib 1.3.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c6fb8d4a3f410125bf55cb34b2f9ba890e6301fe]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:21 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b1297ce7ba4daec8a7c0e206ef9bd78aca583e81]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:14 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [275bd08878fb4262cf029a8bb51fb04a4f24569f]

        INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED 2006/09/01 17:39:14 kaib 1.3.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e2a78b52e2ba9a37c7829810bc76c552cd0e2d52]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:39:13 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0425243354ebf4bfb35a9a4b58788b65c9610ca2]

        INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED 2006/09/01 17:39:13 kaib 1.3.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33253bd08ee6ca3fd96b81036111586069c7ef65]

        INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED 2006/09/01 17:39:13 kaib 1.3.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [eefb6bdd05b55d9a860377093a277b7350cef588]

        INTEGRATION: CWS pchfix02 (1.13.30); FILE MERGED 2006/09/01 17:39:13 kaib 1.13.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d8c96e7bb380d2e6d3b11ee96d2c8624d84df5e0]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:12 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [877c29199a17f61be203d9e3a037495cae838423]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:39:12 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0794c1352ded4d2409654ddf723844b0c91b23f1]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:39:12 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8e8b8b1062e3bdfc729f5c4b89848e0b31ad995]

        INTEGRATION: CWS pchfix02 (1.6.98); FILE MERGED 2006/09/01 17:39:12 kaib 1.6.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1f6c67dfa60a782d2a88678a07ce9aec4b564c79]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:39:11 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [45f00ee409fdc282a6c8b0fb74c73af70849798d]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:39:11 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f7c37a8fb9b5f5d68a08c32aa0975ec843840cf6]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:39:10 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [55fa1a44c7de2109b12d30a56f91f16154fec82b]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:39:10 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1de552842d14b880b721cdecf3e432e6d962f4f2]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:39:10 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [966bfc41a39269121290d7964202e10601caa60d]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:39:09 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3f02c7e0f74d1ac3c033925759db3a34634af3f5]

        INTEGRATION: CWS pchfix02 (1.7.32); FILE MERGED 2006/09/01 17:39:09 kaib 1.7.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [dfb2b524bfb81653f0ce4fce70b0e3fd9b683355]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:39:09 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6540db597c433c2f8011faa3e59b07e09bbd5bad]

        INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED 2006/09/01 17:39:08 kaib 1.3.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c0f0516397b8ed8dca4621052997bab16d86b2a5]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:39:08 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [641c195cab9781fc6eddd6bc944a72021841d263]

        INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:39:08 kaib 1.6.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [89201f026155322d9a2dfa7b8ab1390f06ad67a6]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:39:08 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [20c336d538f577180f95b0f92e07f6b255aa996b]

        INTEGRATION: CWS pchfix02 (1.5.62); FILE MERGED 2006/09/01 17:39:08 kaib 1.5.62.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ea999f3440f9828148a0eeb564744006b3e54d02]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:07 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b97d97c1cbe727641139d55fca84cb0efacabc5f]

        INTEGRATION: CWS pchfix02 (1.14.32); FILE MERGED 2006/09/01 17:39:07 kaib 1.14.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [fd75d7d8cb74a27e33e3937408a5f6fc366acd5d]

        INTEGRATION: CWS pchfix02 (1.15.30); FILE MERGED 2006/09/01 17:39:07 kaib 1.15.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aafcd09fcccc9abeeb6ebd909e2a64bc1002e441]

        INTEGRATION: CWS pchfix02 (1.3.212); FILE MERGED 2006/09/01 17:39:07 kaib 1.3.212.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [42bf41dcf66a3ff2b5826c45fdafe7cdc683708d]

        INTEGRATION: CWS pchfix02 (1.12.32); FILE MERGED 2006/09/01 17:39:06 kaib 1.12.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [86e88722b2df9203c5dc23fe07515badb4cd0a2a]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:39:06 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18c7b59c37af95c524e343a428a9806856248e1d]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:06 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [abf9ccaa00336b5a5bf59b27876ed8179bcd5403]

        INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED 2006/09/01 17:39:06 kaib 1.3.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4cf2d8743a10323996eb7864e644fbfad0bbe2e0]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:05 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [adfe7ba03347b26ae7f9743f1cfad323e7206e84]

        INTEGRATION: CWS pchfix02 (1.9.32); FILE MERGED 2006/09/01 17:39:05 kaib 1.9.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f1c3275e67147554f9f12d52a64672570c9725d6]

        INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:39:04 kaib 1.3.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f1a792ad844531278b818c6920e4f887feb0e2ec]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:39:04 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [65ec3e424d011c5af8caf744bf65da6b9ed23279]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:39:04 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6480e63b5bae121722869610fd8021dbc18c478]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:39:03 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [39a57a3cbfb8dc818a6b779a5d8029e0a508642f]

        INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGED 2006/09/01 17:39:03 kaib 1.9.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ce571362213de49ff180f6afd8f26523397fd5ae]

        INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED 2006/09/01 17:39:03 kaib 1.9.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f4e88d95d0fe06281d2b4a3181c88f8d56d17685]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:39:03 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [87bb6e5dbeccb268edb8f535a7cd08ae727812c6]

        INTEGRATION: CWS pchfix02 (1.2.6); FILE MERGED 2006/09/01 17:39:02 kaib 1.2.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [40cfd9c78431d88df2d65e5e51aa713aebc66c0f]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:39:02 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [8ef464a105af6055f030c081f68bb211d946c50a]

        INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED 2006/09/01 17:39:02 kaib 1.3.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [bc1f40e0900fd340e69fb0b68c9efa0754de138a]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:39:02 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [18ae7c8022ed6d20fc4b00a9cb56c4443ecc8389]

        INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED 2006/09/01 17:39:01 kaib 1.3.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [93dce98040d68eda2bbc8d2a9401a133d94dc3aa]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:39:01 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6ed1ca65db44f72f213a5c6201232b28e662464d]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:39:01 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ccb8a7ae51b5a509ff00f92136e7f88a870ef80]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:39:01 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4d7d4b1d84b5558c59c02cb456b4c3bf567f4495]

        INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED 2006/09/01 17:39:00 kaib 1.3.98.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [161f0bdad0acf3420fd1b88e884a065016c2581f]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:39:00 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7650824f43c29250a59ef30ab5af9d79169f8092]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/05 12:33:41 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [356e232dd48bd6db41783aa89b7c92e1be5d73f7]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:14:54 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [e791aa0b38e0dad7a54229b24029ac01e6410e22]

        INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED 2006/09/01 17:58:22 kaib 1.2.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [62e96ad1874ef1c900a4972e57c36eb1cfd815ba]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:58:22 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [df8e30847318df85cbf1acce6a3b6252d4689359]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:38:18 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a80e8615ec92a7d63fe467492cf6c1a49e74b878]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:38:17 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [92e0ca97a45db64cbd4aea9241b80fa0bec3eac8]

        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>  [80434dcb716f6dd219ca999f7bb0069eb500bfef]

        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>  [36fb417234fd747b4a5622cd5cb3d9ed4753982f]

        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>  [b792ba123d93c62106cd14193c6ebfcc88cd39ec]

        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>  [048bb00461d42aba1a197b382e4b372f29fdf4f1]

        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>  [ceaf93f502b2609c66c1dbb6b55b93833633aea1]

        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>  [76e1176285f378c2b9dbad9d4a7a2866c22ce2a2]

        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>  [5af19d45c9cad330f4992fd601def80007a93fcb]

        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>  [eebde4199ee32588a55b13345594b994a2edabca]

        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>  [8cfa38b0cb46e5a48c3c7b51d974488770a19399]

        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>  [3d69d3126247de098e4b90df4bf710b123d92bf5]

        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>  [4ba1151261170a8b2f1296009703a9282b3a6f2e]

        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>  [48aa953f207a7affae4611f090426cdea0e1a386]

        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>  [70eca68244f3771402d568f10feae611b222e509]

        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>  [cebe434dd7058195e8f1e03b64eb5615ea81809e]

        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>  [bed7976a303a42b20668f2886ae59e8ad254150f]

        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>  [f81c679566b96e270f0ac4e5c65ea8d2249a986b]

        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>  [0cbc8406e908284d1d2674e4417eaa040cfc58bb]

        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>  [f896c4dc64d8d63500c3726989350d3b3be4960f]

        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>  [aeca16cec5188945eecc77d438e486b0e4d82bbf]

        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>  [9d6f8672385071a1429948078f8ccbac67daf3b1]

        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>  [71f82ac016e25953cf7d535edeb9f02b62ac9d0a]

        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>  [a76f11edeb5bb7b087392dfecf25a8faff2e76f4]

        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>  [1a9c4939614c80aaf9d02f66cf2d0a930c4a3948]

        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>  [286c01681e240c1f21c9c6e2ec8d0b0c9620a7c1]

        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>  [09dd1519cefb2b19a04731a71fedcefec6369401]

        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>  [496feef9fcd3ad89f13dffcd9fbdee18a6307dd4]

        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>  [4ee5b9afa283f7d604b877fbac3379d74a6709ef]

        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>  [38820b663837dcfbc00f9914a3294bcfedabb376]

        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>  [66a34a173dc3e224bcda6aea40114125bb9c4677]

        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>  [a27c0b062a73b68dfab4f6e8f271f2b5c0017208]

        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>  [830acad04ba9938c0f26fded3ecf950b90403d3d]

        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>  [de0eb63c28bfe7e83c38bdd0cc983032cc1e8d17]

        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>  [33777f18aaaec8b325b87007ed24e6acefeb7dc5]

        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>  [f427ef2136ec630cddd35d4e71be4f0eb73e214d]

        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>  [4b80b8f7066204d0c503485c2101ec8ee782538c]

        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>  [22f0f4b398785aab3899447c33b00a3be6a7f313]

        INTEGRATION: CWS pchfix02 (1.18.8); FILE MERGED 2006/09/01 17:58:36 kaib 1.18.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d5539b235de85ac57d3b79cf1e7e4779a96c5fe2]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:58:35 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [559f98e6873755a25d2948d4f671cfee7e389594]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:58:35 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a6c0d5703166e288e8da2fc0c7b60a200c53803a]

        INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED 2006/09/01 17:58:35 kaib 1.3.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c8496ad685f7f5390c3e158e7b5db9e9f17acc9e]

        INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:58:34 kaib 1.5.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [10714f3660c3a139d6f2ec793a18da27e83ba41d]

        INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED 2006/09/01 17:58:34 kaib 1.14.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4f25ea43d850765e9e35afac2bef3bcd7fa6f3f8]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:58:34 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [3d99174772ed330aed343b968f407512ece474e4]

        INTEGRATION: CWS pchfix02 (1.10.8); FILE MERGED 2006/09/01 17:58:34 kaib 1.10.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7c0c7fd62a75fed98662dbf6054cb2f8554db6a2]

        INTEGRATION: CWS pchfix02 (1.8.4); FILE MERGED 2006/09/01 17:58:34 kaib 1.8.4.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9530ce460e930da14d3567e6131ccec3321bc113]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:58:33 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d657ddfd800db5e47c8ca26fa5fa22ed54df99df]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:58:33 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9f7f095d463f0d53c0555e173b94835cc091cbd0]

        INTEGRATION: CWS pchfix02 (1.38.8); FILE MERGED 2006/09/01 17:58:33 kaib 1.38.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [33a1b97bda43adbedfb903f7700494ad9dd093c1]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:58:33 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [ae1d9ebf7e327f7d0308dc3180ee3af608dea248]

        INTEGRATION: CWS pchfix02 (1.12.8); FILE MERGED 2006/09/01 17:58:33 kaib 1.12.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7a98a3503aa78f20d90e54833586c036bf5c2a29]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:58:32 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d141a40ad56c8afa725fbf78aa6d864bc41627cd]

        INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:58:32 kaib 1.3.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [c287c3dab5e7c6f8fe89e4ec52c707bd18c027d4]

        INTEGRATION: CWS pchfix02 (1.20.24); FILE MERGED 2006/09/01 17:58:32 kaib 1.20.24.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [46f4a5f8c23c0b1bd2ae14d41917356f62e7218c]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:58:32 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [a2d25f02c530cb3065f98e45079df0d529052cf0]

        INTEGRATION: CWS pchfix02 (1.45.8); FILE MERGED 2006/09/01 17:58:32 kaib 1.45.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [78c4ad8a3db6d0c43c8b3d01d4826e9f4d171b11]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:58:31 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1191384142414667eaead67ea51149d5e7cc9b0a]

        INTEGRATION: CWS pchfix02 (1.17.8); FILE MERGED 2006/09/01 17:58:31 kaib 1.17.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [59a5facacedf1c1de14bdecb894f1640813275bc]

        INTEGRATION: CWS pchfix02 (1.2.8); FILE MERGED 2006/09/01 17:58:31 kaib 1.2.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [4248f5374d411d80d54c03ddb938c551021ac3d9]

        INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED 2006/09/01 17:58:31 kaib 1.13.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d2be290030adcb2214b175c391adc4083d120de7]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:58:31 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [f4a24e48264b5d322015be17fab7a755fb443832]

        INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED 2006/09/01 17:58:30 kaib 1.4.40.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1be6a5d2705d7a64bb0ea10a196c4c4fa7d07514]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:58:30 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [15bddef81db43d2a0f7fe828035f4324915b96d1]

        INTEGRATION: CWS pchfix02 (1.5.28); FILE MERGED 2006/09/01 17:41:33 kaib 1.5.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [d251e6ffa620652fd73a5240c6a62fce36ea7377]

        INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:41:33 kaib 1.6.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [7d24a5a4d5e53abc2e82a2b5b79e7dda6516f978]

        INTEGRATION: CWS pchfix02 (1.6.14); FILE MERGED 2006/09/01 17:41:32 kaib 1.6.14.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [aa6bbac0656618681957e640a48aa8d6464ee427]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:41:32 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [96dd9bb13974d1dfcadd573437bd49fdafbbabc1]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:41:32 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9e479b174acb1edcf54a4661acc9802b98f04c76]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:41:32 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [13a0bdd44023751934c62e48a823bf7b7c4815e1]

        INTEGRATION: CWS pchfix02 (1.6.28); FILE MERGED 2006/09/01 17:41:31 kaib 1.6.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [1ceb8e1c772808968885cb58a4d3e04acba20430]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:41:31 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [cfd7b012562d4805c6b40c714ffa3210c60fe3de]

        INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED 2006/09/01 17:41:31 kaib 1.3.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [6e0f9c379c702674c847c02f1d078319be462ad6]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:41:31 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [0fdcf8fdc8f11c04595a63e14db178b475fa4ef1]

        INTEGRATION: CWS pchfix02 (1.14.28); FILE MERGED 2006/09/01 17:41:31 kaib 1.14.28.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [b6fd8f25808f29ffb5ca53a10f2778066740d793]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:41:30 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-17  Oliver Bolte  <obo@openoffice.org>  [9bd0aa5c11910451a30114cd1cc59a354e509d95]

        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>  [592f10df726c9061309f8b67a1cb51559edfa669]

        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>  [570700254ec4512b812ea00a29f92a3cb11d81d4]

        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>  [470c7186f0b4e16642f8a6da5031b2b3389f4d8c]

        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>  [a502402705df6112b7bdc0ae82576a6bb0e80681]

        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>  [92eef8bab1d3aa75aa136b11d70d00a07c70f7d1]

        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>  [24d789621b5ac6e90d3d9e49d75ac6d887c1e3d3]

        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>  [069110e2df366fa83cb634d661ba4d6d7ce6c2ec]

        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>  [8b48028f9e84f9c5d2f1791eee335c364c60187b]

        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>  [f7f9c47f2bf8777db5fd9b52ea75540175563311]

        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>  [f1bfe0407bd4ca7496158a8bada0af083112b179]

        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>  [c8fb4f0e4afd8a81aeb644dc1f1c33189cede036]

        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>  [dbd906b8b412c18ef3451e21539fbd77d4da98bf]

        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>  [1c47c6c39271fcbf6ad4ca707b99563e7e3978f5]

        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>  [3988e7dc256cf04671b03b466cd5ba5af8b32689]

        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>  [64537048b9549a2d487c22910fcb3a4ce176f92b]

        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>  [bda99e2fcf04eba733b5c0562279254ffbc96aee]

        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>  [3b86dc1ac75ce3c4c45bb16b110a3ef4675f75c6]

        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>  [cec4a2967c74d0168b8ce5eee3818590412e5beb]

        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>  [e193ccfef09f54efa3bd0b9d162f2e562f4e5be6]

        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>  [41802cb4cb0e56fbf7cd8e901414002961014408]

        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>  [c1a3371ebb76ff7cf810da23d0a5fd2d4394a8c0]

        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>  [bd61a2342cc76229445215e9748b7a169149d6d4]

        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>  [4370a2db7850ff1bc141fe44381cdf271efccfed]

        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>  [0a6717efddde253e1ac07c4c2148371cb19c8860]

        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>  [510db67eb46636bc7391d0be7de20b30bf5d0705]

        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>  [8c0a85ee8a6b8d41a91e364b98c279c8c776fb4c]

        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>  [f6e9473082e3dae910670eb9812340ba0a74dce1]

        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>  [18e8488e7d6fb46a8f31606b98853b3536e7ddd8]

        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>  [696da5ac46f25e257a9e2c2421c6badf9c429ba8]

        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>  [de4813814521cf7e521c92a49085856378680392]

        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>  [1f5e5c7f64f15129fba2e08e98bc3e5ef238fa65]

        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>  [91f88ebe93ed18b18b5282be1667452ddcb1b0ac]

        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>  [e56c62f19739179e44e9835054c9a40fcdfc45bf]

        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>  [ecd3a3e439de25eb41f968b451ff372460ce050d]

        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>  [4285be42f7238fffc7c6d0810f3f117369995bef]

        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>  [5bdbf3264235813ccf346186515e477bc0c21653]

        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>  [e34e2fbc465cf70e92187f9aae3f8c4099fb833f]

        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>  [035894aca271cfa98edffb1537016f5a4ff4c315]

        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>  [313e4e6fce92966446f18b51b310a7a4274f3fdc]

        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>  [64fb50864311786e13011cf40e8622f928adc6fb]

        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>  [58e090c86a99b38495818b70f87d2809b91043c7]

        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>  [8276471d9eba520db921b2e8accb99e0028cfe2f]

        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>  [aae3b9d5efc27cd547911c09007eeb065c157851]

        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>  [1ea44c6a501c7462abc3c88eb7521e93bba19c6c]

        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>  [d73526aa53ef381f5d41d34fcdce5272739a7b34]

        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>  [cbf9ba5202d162bc9e566ac6bb78385b3b4c778a]

        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>  [3047631446fe3f463e49b616313359a03650b917]

        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>  [89a05e64573fe341a30714a18c236c0a9d074973]

        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>  [4bc492b206881e76811554572c44c43e1741eb83]

        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>  [5575e574c2083c4b95d98ed76a7b531422251aa3]

        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>  [ad92b214acb123841fca52690d99e060b570cdb6]

        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>  [234cd905078ac5c35ad0e81b10ce3a01099542b8]

        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>  [0dc15aac96720c6e171377bfc49ddfbdcb7120f9]

        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>  [665212b7bf9e42c9dfc9f0d55eb3f1152d8bbffd]

        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>  [d72770dfc59b9571671a998adf05f13388aface4]

        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>  [e63053b60c9b34e5cccdbcf44af46b7f3d83d1ed]

        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>  [5857e8572b40b6b902b3652ce4c4f1fb6bd65270]

        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>  [027b8c0b6e0a398b6b174ce07342c985b63fd4db]

        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>  [3fb8cd9cdba91747b437bacd4d4616eb37293f98]

        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>  [7e0c115de8feaf81999fae83804487d178a6c8ca]

        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>  [65ccac5476598931d532d2e984db9a053bffd4b8]

        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>  [9e6d3c456f4b51d8584c179306306f854de23893]

        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>  [2cd20373f747b27b631352f3ee87bd1c5bb75286]

        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>  [653001193fedf1a5fc8d5cdd326e5d62ebb389f5]

        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>  [7da619fa275561cf5aadc70a690d12b869a29728]

        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>  [46aa1de34da13c240ee9e88fd6d6f69c9d5d048e]

        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>  [17ec2b361c24fbd5ce25868042a124f7c5859942]

        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>  [b3f2076e3198c036cd04d66eeb4c50994d4759fa]

        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>  [103da853ecc6e9a3e71005875562c15650b7ddd7]

        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>  [88b3e73a6ebcb32a9a0e0cdf0aa0bf7a3bc5ecb7]

        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>  [ab763ec7c3acd55e0a50234d8e745f73431c8835]

        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>  [f0368aa9224ca6d0f9c0527994fc0b586e382730]

        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>  [365891c8b2acbf3b8a6b141dae9562c17016029c]

        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>  [5bddf9359f384fb88305ac13a22177cfa2f85ab9]

        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>  [a20a868feabf63ac6e98b115f54d4f2f315d0027]

        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>  [87ca03e39ac2ec2a6d8e7d545d74c31ad2c9c9a3]

        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>  [3a152fc0f610062e6546ba4db4a85788f3cf92fa]

        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>  [d1e47ef4c4d3da6bfea36e742b1ad6a686c03548]

        INTEGRATION: CWS pchfix02 (1.4.58); FILE MERGED 2006/09/01 17:25:55 kaib 1.4.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d2be1a460cfb3ea399247d9355e598b0e00a720]

        INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:25:55 kaib 1.3.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [69b8a6515dfefaf7eb6cfbc320a96398c786a32d]

        INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:25:54 kaib 1.3.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [125c4242c6c413d8859f9db2de12e6ee473a26e2]

        INTEGRATION: CWS pchfix02 (1.2.58); FILE MERGED 2006/09/01 17:25:54 kaib 1.2.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5998237c206b3ea1633725150abbd1304d6845df]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:25:54 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8d3152f06763e724d5d5c7745f11c0960533fe0]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:25:54 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a366900448373444c3470215c9a25bb94c3c741]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:25:54 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3de99ab856dacb0e064e9c15cc9498b5a18e576]

        INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:25:53 kaib 1.3.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78e5dc6e02c1125782e833e4524b6287973c295c]

        INTEGRATION: CWS pchfix02 (1.15.14); FILE MERGED 2006/09/01 17:25:53 kaib 1.15.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fd3e4c27094ebdad9f2a8d6ce944fe1118a7675c]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:25:53 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8cf38ad7615017bd07389253491f91fa16a7f4f3]

        INTEGRATION: CWS pchfix02 (1.30.8); FILE MERGED 2006/09/01 17:25:53 kaib 1.30.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bd3c14f73150a3aa8d07c580dd9145f2ac229c94]

        INTEGRATION: CWS pchfix02 (1.23.18); FILE MERGED 2006/09/01 17:25:53 kaib 1.23.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85aeb5a0177c5c092dba2b46517e1dcba241491b]

        INTEGRATION: CWS pchfix02 (1.17.18); FILE MERGED 2006/09/01 17:25:53 kaib 1.17.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32fd758a1d1f4c6b80c16b50c8177b106e77692e]

        INTEGRATION: CWS pchfix02 (1.34.12); FILE MERGED 2006/09/01 17:25:53 kaib 1.34.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e977b76c310ae01e1121985803f3c5bb0e9d28a]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:25:52 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e1dd13a91bc061c2012ebdef4903d1ddc6ab37de]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:25:52 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2e46051d586d0fec9b5d486773c21b1d1af5d29]

        INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED 2006/09/01 17:25:52 kaib 1.3.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8de73c846bcc94d3a1c8f4f80507ec7536c00fe5]

        INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED 2006/09/01 17:25:52 kaib 1.11.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20f8728ee0c75b334e28f6a64136840c03ac963e]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:25:52 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9092077c4d00cb060aa86871519bc63e4852ebb]

        INTEGRATION: CWS pchfix02 (1.25.14); FILE MERGED 2006/09/01 17:25:51 kaib 1.25.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [721ba4d5a954af5ee0609f8195ae1bf6e2f35b7f]

        INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED 2006/09/01 17:25:51 kaib 1.11.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cf3b66005dbe3483231a6d2b0f1ac7cbe4e17c22]

        INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:25:51 kaib 1.7.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce19e7bf5529a937f59b53009c2d4c6de4dfd787]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:25:50 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0eb50da9f89e524ac4bb4c075ee8d248e82230dc]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:25:50 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c06ea6d4e6ff953d45ba042bd06af6199263af16]

        INTEGRATION: CWS pchfix02 (1.24.12); FILE MERGED 2006/09/01 17:25:50 kaib 1.24.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a8ca609d664762377f532f0312719dd283ab5b7]

        INTEGRATION: CWS pchfix02 (1.18.18); FILE MERGED 2006/09/01 17:25:50 kaib 1.18.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9e44ff2e2551f2dbcfd8282a28f3c91e0a8eba4c]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:25:50 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20539821dba8ef88cb0c80ef3720a385610e2f12]

        INTEGRATION: CWS pchfix02 (1.19.14); FILE MERGED 2006/09/01 17:25:50 kaib 1.19.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1b92ee6d366d831943cbd8a9cdcb7ca1272714f]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:06 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [95426871ba65037a224dc00ccaf788a318540092]

        INTEGRATION: CWS pchfix02 (1.8.56); FILE MERGED 2006/09/01 17:16:08 kaib 1.8.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [71915dc89471d917d665fb89581863698bc9d5b0]

        INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED 2006/09/01 17:16:08 kaib 1.4.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b08833c6299e0dbd9ba1b2134a02b91f90ed0c8]

        INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED 2006/09/01 17:16:08 kaib 1.3.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b0474dacb5f74fa94375596bed56e624356957b]

        INTEGRATION: CWS pchfix02 (1.26.12); FILE MERGED 2006/09/01 17:16:07 kaib 1.26.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a93336b2ee04d3c7bb72d6b50836db5922a68fe]

        INTEGRATION: CWS pchfix02 (1.4.54); FILE MERGED 2006/09/01 17:16:07 kaib 1.4.54.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b550c8db2fde9d222984c67d7cf05e48a763bdd]

        INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:16:07 kaib 1.4.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b644ee8d24591567c2bc1400e2b168da2ed66491]

        INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:16:07 kaib 1.8.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc0cdb9548368f1c8377fce31f954c807b479452]

        INTEGRATION: CWS pchfix02 (1.3.54); FILE MERGED 2006/09/01 17:16:07 kaib 1.3.54.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [235a54919e10c1f3975f6d693696f29612dd3ade]

        INTEGRATION: CWS pchfix02 (1.5.14); FILE MERGED 2006/09/01 17:16:07 kaib 1.5.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb1bec5f2a10108027235d31114cbde0312aff62]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:16:06 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [310aa0fc87c33c9dcc5fce03b15d9d51344cca46]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:16:06 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c42d6fc02c4c923f01f57092eefa50e70944d6a2]

        INTEGRATION: CWS pchfix02 (1.27.14); FILE MERGED 2006/09/01 17:16:06 kaib 1.27.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ae616f06e89f8588d8ec0602dd51f8b445e3f88c]

        INTEGRATION: CWS pchfix02 (1.20.10); FILE MERGED 2006/09/01 17:16:06 kaib 1.20.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2c50bd5b0365e66fc047a1bae7ef5efb20ed57c]

        INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED 2006/09/01 17:16:06 kaib 1.13.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e98b834fc42daa321881ce65e3e42addf04859c5]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:16:06 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [75e1841f7160d5431af564b1789472cbba356d42]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:16:05 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a76041408e60e01ed6d50c150b87fcba28192124]

        INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:16:05 kaib 1.10.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d0ae70008ec5ba8d58f4350b54753207cc38b263]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:16:05 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b7f02bceff5ccdf7270b8dc74cb223afba011a8]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:16:05 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f445464ec1b601824e1b3a66b9229919c9139f9]

        INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED 2006/09/01 17:16:05 kaib 1.3.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [578bf23e4d979c58ca1b600f628611a0ea846aee]

        INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:16:04 kaib 1.7.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a7787933e1da44d80d5663becc088f692641d75]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:16:04 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93f5aefbb27057669143269c6e5e653ae2d2738a]

        INTEGRATION: CWS pchfix02 (1.2.56); FILE MERGED 2006/09/01 17:16:04 kaib 1.2.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22a310eeb246af2fee1b58f778b5ea4f03648a5b]

        INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED 2006/09/01 17:16:04 kaib 1.3.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c38819935bf93989841b464720d369e4fc8fcb3c]

        INTEGRATION: CWS pchfix02 (1.4.14); FILE MERGED 2006/09/01 17:16:04 kaib 1.4.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [505c4f83aa3b523471872f443ce5b635ace1a988]

        INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED 2006/09/01 17:16:03 kaib 1.6.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [88f63d94403aa05b1dad7d653f1c07112dc2c6b9]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:16:03 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [549325db0b5661085935c63e83c6bf6d7996d075]

        INTEGRATION: CWS pchfix02 (1.21.14); FILE MERGED 2006/09/01 17:16:24 kaib 1.21.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66a219823d9e8e902c03f9509d4edf0676f70921]

        INTEGRATION: CWS pchfix02 (1.10.100); FILE MERGED 2006/09/01 17:16:23 kaib 1.10.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a192968a32fa3075da98ab233e344d3572b97a01]

        INTEGRATION: CWS pchfix02 (1.4.100); FILE MERGED 2006/09/01 17:16:23 kaib 1.4.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [123a046776c03666602c0b49e59f65aa8aa481af]

        INTEGRATION: CWS pchfix02 (1.39.98); FILE MERGED 2006/09/01 17:16:23 kaib 1.39.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [176bf65e5f8cf424d9f24116cf4c8a5e343229a0]

        INTEGRATION: CWS pchfix02 (1.5.100); FILE MERGED 2006/09/01 17:16:23 kaib 1.5.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8e8cd58f9d11419833bb8ccdc8ed7f2034ad737]

        INTEGRATION: CWS pchfix02 (1.3.102); FILE MERGED 2006/09/01 17:16:23 kaib 1.3.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ba86e5bc6084744807411d2bd7ae7f6c6ea33943]

        INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED 2006/09/01 17:16:23 kaib 1.11.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5030757a5c9b4cea1bd6f78dca6c5d4ed0d67d4f]

        INTEGRATION: CWS pchfix02 (1.18.102); FILE MERGED 2006/09/01 17:16:23 kaib 1.18.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4651e46358763dde89a99763272e2a3a8507b97a]

        INTEGRATION: CWS pchfix02 (1.3.102); FILE MERGED 2006/09/01 17:16:22 kaib 1.3.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f07796195b82dda31e61275eb157f7557a13bc1c]

        INTEGRATION: CWS pchfix02 (1.39.12); FILE MERGED 2006/09/01 17:16:22 kaib 1.39.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f1e6793b268a8ecc1c4fbd7dd1a79f2442968b1]

        INTEGRATION: CWS pchfix02 (1.5.102); FILE MERGED 2006/09/01 17:16:22 kaib 1.5.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [de1f39f97087cb7b5c668e81afc0577b998ce915]

        INTEGRATION: CWS pchfix02 (1.12.100); FILE MERGED 2006/09/01 17:16:22 kaib 1.12.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a4e757dbb965a80f707b92b9dd701e0a36024664]

        INTEGRATION: CWS pchfix02 (1.16.102); FILE MERGED 2006/09/01 17:16:22 kaib 1.16.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e52b8132fb5b68eb2a56708da4906b9039d38af4]

        INTEGRATION: CWS pchfix02 (1.28.102); FILE MERGED 2006/09/01 17:16:21 kaib 1.28.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aeae32a0a5363f7d6943632bd2229782e2334d76]

        INTEGRATION: CWS pchfix02 (1.55.22); FILE MERGED 2006/09/01 17:16:21 kaib 1.55.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6f9bd6c5b67016d8ad87f22a141be9f8841e199a]

        INTEGRATION: CWS pchfix02 (1.33.102); FILE MERGED 2006/09/01 17:16:21 kaib 1.33.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bdb04d09a5ceef9b4b1da436fe063e059c7ff0c6]

        INTEGRATION: CWS pchfix02 (1.19.42); FILE MERGED 2006/09/01 17:16:21 kaib 1.19.42.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8964955ea5479640722e122a364eeee10a776bbf]

        INTEGRATION: CWS pchfix02 (1.2.102); FILE MERGED 2006/09/01 17:16:21 kaib 1.2.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e6e17254b703c6e2647aea992fd6c4fedca9a681]

        INTEGRATION: CWS pchfix02 (1.8.102); FILE MERGED 2006/09/01 17:16:21 kaib 1.8.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f6cddab5bebf770f23e594b1f3f756a6fe3022e8]

        INTEGRATION: CWS pchfix02 (1.27.100); FILE MERGED 2006/09/01 17:16:20 kaib 1.27.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c84efd72d3e20957ae7e8e99410ffcbce3cc8069]

        INTEGRATION: CWS pchfix02 (1.19.100); FILE MERGED 2006/09/01 17:16:20 kaib 1.19.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ac8bb0d04a07960e7c1bda8507a320876a3efb9]

        INTEGRATION: CWS pchfix02 (1.21.96); FILE MERGED 2006/09/01 17:16:20 kaib 1.21.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [64f824b72111021b482aa6b31f50cd3dabb649d9]

        INTEGRATION: CWS pchfix02 (1.35.76); FILE MERGED 2006/09/01 17:16:20 kaib 1.35.76.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [18011d811b8f3867b57dbffb40b2e5eedf163d00]

        INTEGRATION: CWS pchfix02 (1.30.102); FILE MERGED 2006/09/01 17:16:20 kaib 1.30.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70b8fe3f2f1cd589146fa2149f490681a00f5587]

        INTEGRATION: CWS pchfix02 (1.37.76); FILE MERGED 2006/09/01 17:16:20 kaib 1.37.76.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [55cb500dc8fd97b332af17c19af8dff00e4509b7]

        INTEGRATION: CWS pchfix02 (1.13.100); FILE MERGED 2006/09/01 17:16:20 kaib 1.13.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8228ba0df52445e129f197261ba0864cddd395e2]

        INTEGRATION: CWS pchfix02 (1.15.100); FILE MERGED 2006/09/01 17:16:19 kaib 1.15.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d8ad166b493011352358f46c136a1edf8da0288d]

        INTEGRATION: CWS pchfix02 (1.46.76); FILE MERGED 2006/09/01 17:16:19 kaib 1.46.76.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d0d4fe8cebec43bd06c99c32c58effc2d0404c61]

        INTEGRATION: CWS pchfix02 (1.2.102); FILE MERGED 2006/09/01 17:16:19 kaib 1.2.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f92f0e1bc6b5ce94148e7da168a4de2b0a87a8c9]

        INTEGRATION: CWS pchfix02 (1.31.74); FILE MERGED 2006/09/01 17:16:19 kaib 1.31.74.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d28ebe3e4e473f8960d09fed808ee9f771b259f4]

        INTEGRATION: CWS pchfix02 (1.53.40); FILE MERGED 2006/09/01 17:16:19 kaib 1.53.40.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [97f234d1d2b5377dcdfa4eb83c22a0c8c089eed9]

        INTEGRATION: CWS pchfix02 (1.37.74); FILE MERGED 2006/09/01 17:16:19 kaib 1.37.74.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c3951486e662e19555a0c7a8ddfbe43e208817df]

        INTEGRATION: CWS pchfix02 (1.9.74); FILE MERGED 2006/09/01 17:16:18 kaib 1.9.74.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78f569078d9b930c27b4c081c2f457c1c1425a20]

        INTEGRATION: CWS pchfix02 (1.15.100); FILE MERGED 2006/09/01 17:16:18 kaib 1.15.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cbd10d702cd1139f2645236b40658c2bdf75d41a]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:16:18 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c24ce6abb0cb81f497264821683b58c7dec85603]

        INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED 2006/09/01 17:16:18 kaib 1.6.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56210f76651844064250f89f30aa5a6ee06a1c97]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:16:18 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e0c0ef3eaea00bde9341902aa23a1fa8d865b2d4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:16:17 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e3baa6f63402b52410b90d31ec602bd54f6c9b2e]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:23:04 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a8792f4504331f5c99be0a23528e6ea309357fc2]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:23:03 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [506752f8a4abceaaef719e3121c7a015fa96ce27]

        INTEGRATION: CWS pchfix02 (1.31.24); FILE MERGED 2006/09/01 17:23:03 kaib 1.31.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a516d4fb36effa4d3dd7f644cc6e8aa176131f4a]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:23:03 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a4899d0e6c7cc26c3b9a1d3264674e0550645d5]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:23:03 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [359f7a441ba8a75c13b282f036f193498f8b878e]

        INTEGRATION: CWS pchfix02 (1.18.10); FILE MERGED 2006/09/01 17:23:03 kaib 1.18.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f11bc0042d5d40eb3029d1d4fe9d5478bb81415f]

        INTEGRATION: CWS pchfix02 (1.25.10); FILE MERGED 2006/09/01 17:23:03 kaib 1.25.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6058ed3e1a4392bab314ceaf6fb999f5cee13cb4]

        INTEGRATION: CWS pchfix02 (1.34.10); FILE MERGED 2006/09/01 17:23:02 kaib 1.34.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3222ed5f7b7a0c9a068777fc4a3efd9e8c874121]

        INTEGRATION: CWS pchfix02 (1.29.32); FILE MERGED 2006/09/01 17:23:02 kaib 1.29.32.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ac58593ab8c1c2d97b9d985bd51ec5340425006]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:23:02 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [115c623254eab7928b147792103fbf8655afc009]

        INTEGRATION: CWS pchfix02 (1.31.10); FILE MERGED 2006/09/01 17:23:02 kaib 1.31.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ff1ba26f22d5ef47b3bceac2e887359b079df21d]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:23:02 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d73c8e12f77fffaccba9843d491907727ea256f0]

        INTEGRATION: CWS pchfix02 (1.15.10); FILE MERGED 2006/09/01 17:23:01 kaib 1.15.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0906e2c8c47f9718c289bb09616212cf575d41ff]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:23:01 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a10893c8aefd1217fa4ff6deac722669046efe2f]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:23:01 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a40cb9bd07381e364c2f432b6e8657b71dca7ea]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:23:01 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ba2d230682d7f7f43381df36ec745840f5388c7]

        INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED 2006/09/01 17:23:01 kaib 1.13.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [28c32e8c9a2c6d61bd8159374ecec2a3b67519cb]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:23:01 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d404e62548f0944e2efaf265f4670afbb280d6c5]

        INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED 2006/09/01 17:23:00 kaib 1.3.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9cf9cd9629a365da83e95d4e82c4762b46c01b01]

        INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:23:00 kaib 1.4.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aedab46920d2c86e984dafcba6665c0689cfdeb2]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:23:00 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2232be872a0c922b744f6f7a3226d44e5e89b5ec]

        INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 13:19:14 kaib 1.4.12.1: #i69175# Fixed smoketest to work with --disable-binfilter

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [acfcb5f7380a4fd5821f194e9dbb721dc5cfb743]

        INTEGRATION: CWS pchfix02 (1.2.28); FILE MERGED 2006/09/01 17:32:28 kaib 1.2.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [06f88957bb3ab4af9ace5629fb59f0592fc138e4]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:40 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [edbf279a2798d0faa100ce364c8d203c97a8c1e3]

        INTEGRATION: CWS pchfix02 (1.5.152); FILE MERGED 2006/09/01 17:32:27 kaib 1.5.152.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ad3f6e6973f98a033f15648e2919f735bb0902f1]

        INTEGRATION: CWS pchfix02 (1.6.152); FILE MERGED 2006/09/01 17:32:27 kaib 1.6.152.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d617581f74bc9f8c79744670a7fcf769cc318770]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:32:27 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bdda675cb674226ce5a701ced1c39997056f6101]

        INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED 2006/09/01 17:32:27 kaib 1.2.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3262494ee777d78b5c6329be833bc7762976cf9e]

        INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED 2006/09/01 17:32:26 kaib 1.2.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e29d3edced560659c80675ff2dad249f9395fb4f]

        INTEGRATION: CWS pchfix02 (1.10.98); FILE MERGED 2006/09/01 17:32:25 kaib 1.10.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a19ab9c083e5805efef305628b84db4caab30a0]

        INTEGRATION: CWS pchfix02 (1.2.98); FILE MERGED 2006/09/01 17:32:25 kaib 1.2.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a626b2f513d5376f141b1df58750ad54b940758b]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:25 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [507f3fa747a05695646fb1aec66ea73a1e5068e7]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:24 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a7e1371e41cc8f7b65e355ebf7fee9ac44c5248]

        INTEGRATION: CWS pchfix02 (1.4.164); FILE MERGED 2006/09/01 17:32:24 kaib 1.4.164.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf82bc077e9a9350560eefa3ccd12ce987c9486d]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:32:24 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21a29be8d926c1ddb2ad30f7f0d09da5c28c4db0]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:32:23 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [44e06c25985ba3addfdfac94339cd7c27c16d91a]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:23 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d944061515039ed8cbbf4b0f2174c921fdbf7e07]

        INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:32:23 kaib 1.4.42.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [551b4458067cd45a633db5041c6b6abc67453bde]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:22 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e42c61023bc3467316b8654772a86a5686555235]

        INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:32:22 kaib 1.4.42.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cf5bca7c9b66907e3f6fce41264694e209b80e55]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:21 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [677dca965477042f22e81693c1084b233a6f83ea]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:32:21 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab3de696034e430d66e0ab5e6dfb253c5e456f11]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:32:21 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d3a09ffdfc25e72e83a9ce115da5bd4dfed397cb]

        INTEGRATION: CWS pchfix02 (1.3.12); FILE MERGED 2006/09/01 17:32:21 kaib 1.3.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [235d9b45c171956c800c50713a0e8c09d77be806]

        INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED 2006/09/01 17:32:20 kaib 1.3.260.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9812b055c9a5b05cd032aa3dbd8fd3ce4d216629]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:49 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3df81b78d4fed0805aa3bf5819a205c430ab0ee2]

        INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:27:49 kaib 1.3.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96d336032588fdb2223ed6a6737d98bdb9a1d088]

        INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:27:49 kaib 1.5.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6cef818aaac4a8fa252bd12c6ecc11dc87fc0e0d]

        INTEGRATION: CWS pchfix02 (1.6.98); FILE MERGED 2006/09/01 17:27:48 kaib 1.6.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a250c27cdf8641eb9db335981c305f96e4fcd7a1]

        INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED 2006/09/01 17:27:48 kaib 1.5.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8509cfe5e75e23b0ca228a9973f75c9ccddc95b]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:48 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a97c7ae7cee457bf23431f30a758b476bbb04c68]

        INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED 2006/09/01 17:27:48 kaib 1.4.98.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ed2554a354918cc994133d60f5e5126a8d601d2]

        INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED 2006/09/01 17:27:47 kaib 1.2.160.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e106620d9c5c43ed60226552a5005233e3d1932]

        INTEGRATION: CWS pchfix02 (1.2.194); FILE MERGED 2006/09/01 17:27:47 kaib 1.2.194.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a786483c6633c581ac960ebbb1e79bd16c23f00]

        INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:27:47 kaib 1.4.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca1a5837bf49739ba5a76543aa8330355636a530]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:27:47 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [995bc8eb8958f94b71bc1fc92f00b45aebd56272]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:47 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [87441e97c62a229a3501c40271f4f499942c55da]

        INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:27:47 kaib 1.5.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8fb969c874ec89c2b9f88d824f3b69bdc184acb4]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:27:46 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cadcadb5c924cc59bc6287d92a1e12298a012460]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:27:46 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [be10d98407627181077563137a69e83ce930b064]

        INTEGRATION: CWS pchfix02 (1.3.112); FILE MERGED 2006/09/01 17:27:46 kaib 1.3.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [860f269f09f65a2e5dd95062626b5fe82fc69a45]

        INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:27:46 kaib 1.4.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7804102f435610af19dae1b12645153336918b51]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:27:45 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53e0ed149c246bb9e766fa23507f98f335922f99]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:27:45 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ee10bb0c4eeccc192ca481540f65e48ad8f6025]

        INTEGRATION: CWS pchfix02 (1.3.112); FILE MERGED 2006/09/01 17:27:45 kaib 1.3.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2ea1c1c100a20fadf690d1c9b685f02e5f9a8c65]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:27:45 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a24dfe81e0c58cc26288b0812d44fd6903ad5f0f]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:27:44 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [423e8849d0c5d26c52282cf5402b214257749087]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:44 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [37c9506b271f487d7a09803757b280dd889c3483]

        INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:27:44 kaib 1.4.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b38eebf14fd82055893150c6777ce8d7e157044]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:27:44 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0f1a999308159b6785cb53a1443979c23798610a]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:43 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a23abcf872c21893d601833e79af0233c66d9cb]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:27:43 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [65d4624e12f3269c6cc47abe35acf4b35ac11807]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:27:43 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5403f0e3dbba668238690f9dd6164d5b5040abbe]

        INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:27:43 kaib 1.4.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [be39cbc64abdbbccda341bb4843f136ba7fda2d1]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:27:43 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a46feb970e97cf9054b12435490a59e94442d83]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:42 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [28d5151bb2b96490892201805f2d17b0f3e68be7]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:27:42 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [263e84f506e98997e54785fb8a42737e2c8e5b9f]

        INTEGRATION: CWS pchfix02 (1.25.26); FILE MERGED 2006/09/01 17:27:41 kaib 1.25.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f5400f892ad3400b06d9e77cbcdfb61396bdc60a]

        INTEGRATION: CWS pchfix02 (1.15.112); FILE MERGED 2006/09/01 17:27:41 kaib 1.15.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [62fc13834389bc109f5e770c89e05a05ca00a912]

        INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED 2006/09/01 17:27:41 kaib 1.4.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a85abb1c1461e596c5b28e19525a485673cdbee]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:27:41 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b38ee2e8097e5a6b3bb109c8d0315e229a4a6d05]

        INTEGRATION: CWS pchfix02 (1.2.112); FILE MERGED 2006/09/01 17:27:41 kaib 1.2.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a4a7a5f97adb52df356bd4307f1f878426e334f0]

        INTEGRATION: CWS pchfix02 (1.3.112); FILE MERGED 2006/09/01 17:27:40 kaib 1.3.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [743c853835631743bc8d9d93b42e57fe7b3364e0]

        INTEGRATION: CWS pchfix02 (1.24.26); FILE MERGED 2006/09/01 17:27:40 kaib 1.24.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [faed2115fe86142cbc70a3ea4bf17bb70900abee]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:27:40 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e42d0505fd0efecc8d0315116305584f2246e8a5]

        INTEGRATION: CWS pchfix02 (1.3.112); FILE MERGED 2006/09/01 17:27:39 kaib 1.3.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d35b4f872a9b87b39ecac5bdfc7b4ef50b554859]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:27:39 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b65bdcd5a10e56b503877db03f7be2ddbc302a21]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:27:39 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c471bd644b7544c63a436e97039f460834406e2b]

        INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:27:39 kaib 1.8.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f01f70d2431f9fadb2049a9c9702a3566e435f41]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:27:38 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a0c5a483cdf48b948ee033613becf92beff3123d]

        INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:27:38 kaib 1.6.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7596b7f2a3f305978f370935eb658988b1632b1]

        INTEGRATION: CWS pchfix02 (1.2.26); FILE MERGED 2006/09/01 17:27:38 kaib 1.2.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [81e397597eecdad8589e5d6ff7bc6206042ea5f8]

        INTEGRATION: CWS pchfix02 (1.4.20); FILE MERGED 2006/09/01 17:27:38 kaib 1.4.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [876257a4a64c0de4d1afe2d34a5c4d78dada34af]

        INTEGRATION: CWS pchfix02 (1.5.112); FILE MERGED 2006/09/01 17:27:37 kaib 1.5.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c3c7b54ade3b353e85c194f6287398e42c30a5d6]

        INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED 2006/09/01 17:27:37 kaib 1.4.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2fa5e5425cf4e11c583485c50d18eee938d6fc10]

        INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:27:37 kaib 1.8.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a50d5b896758d50bb15c31e98f8efac35bc9adf1]

        INTEGRATION: CWS pchfix02 (1.22.18); FILE MERGED 2006/09/01 17:27:37 kaib 1.22.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9be9d4e5a6d634f420825b0e5e42ba9a7a6bcfba]

        INTEGRATION: CWS pchfix02 (1.19.16); FILE MERGED 2006/09/01 17:27:37 kaib 1.19.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7cf6a3c3cfbbabd4cd8e8bf4e8767ee8484c476]

        INTEGRATION: CWS pchfix02 (1.14.26); FILE MERGED 2006/09/01 17:27:37 kaib 1.14.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9b179d9de0dd6f0405e71e2da48a151e86d3fd3]

        INTEGRATION: CWS pchfix02 (1.13.26); FILE MERGED 2006/09/01 17:27:37 kaib 1.13.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1a11f81d711fc6d4469e1ed5c7ce9f76ad3143c]

        INTEGRATION: CWS pchfix02 (1.47.14); FILE MERGED 2006/09/01 17:27:36 kaib 1.47.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [72d50605c47426ea0ec0e67372a3e1761e203255]

        INTEGRATION: CWS pchfix02 (1.43.16); FILE MERGED 2006/09/01 17:27:36 kaib 1.43.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1dfd5dd24198014459dd83dbc0ea1129c64e599c]

        INTEGRATION: CWS pchfix02 (1.15.24); FILE MERGED 2006/09/01 17:27:36 kaib 1.15.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9147262865b1d43b6930f9b75b9e80124e021a68]

        INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED 2006/09/01 17:27:36 kaib 1.7.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b051b1e338b3ee51d75d90015033d5576f29836]

        INTEGRATION: CWS pchfix02 (1.16.26); FILE MERGED 2006/09/01 17:27:36 kaib 1.16.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f43a77aa35eea8ea1e0f87fd1cc0be3d2d1472b2]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:27:36 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c45a5c363ff22ad509d44ae5d6ddd7c63bf182b2]

        INTEGRATION: CWS pchfix02 (1.39.6); FILE MERGED 2006/09/01 17:27:35 kaib 1.39.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dceb2fe8578158e83c1e3e18c6e74802f8a93342]

        INTEGRATION: CWS pchfix02 (1.6.112); FILE MERGED 2006/09/01 17:27:35 kaib 1.6.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8ee2d0258d911b22a3188e30dc740e0ab24365a9]

        INTEGRATION: CWS pchfix02 (1.13.24); FILE MERGED 2006/09/01 17:27:35 kaib 1.13.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85caef59388be8b1ffa446777a7f8252c3c6b8b0]

        INTEGRATION: CWS pchfix02 (1.39.26); FILE MERGED 2006/09/01 17:27:35 kaib 1.39.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [02f7531a859f2f8b7c53e7290d5625aac2fb5553]

        INTEGRATION: CWS pchfix02 (1.49.24); FILE MERGED 2006/09/01 17:27:35 kaib 1.49.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c15ecb067554c5c56fb66f3b17fcceaa475bc731]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:27:34 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89804be96c3c0d08336976491d7eabb098ea631d]

        INTEGRATION: CWS pchfix02 (1.8.20); FILE MERGED 2006/09/01 17:27:34 kaib 1.8.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ed094c81ba2ebd27e9e82c1905fb5f01fdf21b6]

        INTEGRATION: CWS pchfix02 (1.9.86); FILE MERGED 2006/09/01 17:27:34 kaib 1.9.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d96952e9f4b0df864139d99b60ba7e0a38ee6f70]

        INTEGRATION: CWS pchfix02 (1.7.86); FILE MERGED 2006/09/01 17:27:34 kaib 1.7.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c81035a3a3609785d72c5e958f62e753667705d]

        INTEGRATION: CWS pchfix02 (1.13.26); FILE MERGED 2006/09/01 17:27:34 kaib 1.13.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe806aa2886d8a55a4de3ff52eaf98590aa20dee]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:27:34 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e58b3e0e6bb305cd265b70223641bda5dbb9a39b]

        INTEGRATION: CWS pchfix02 (1.22.18); FILE MERGED 2006/09/01 17:27:34 kaib 1.22.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a5ef4f5a8ab42d3fb39e65a722dda926244ca96]

        INTEGRATION: CWS pchfix02 (1.75.14); FILE MERGED 2006/09/01 17:27:33 kaib 1.75.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4599010b8f3abb6efc304638cb0c3cc42f51a4e3]

        INTEGRATION: CWS pchfix02 (1.14.26); FILE MERGED 2006/09/01 17:27:33 kaib 1.14.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5bd462a0774d3ac44e444465d7f44892f9594ca8]

        INTEGRATION: CWS pchfix02 (1.33.16); FILE MERGED 2006/09/01 17:27:33 kaib 1.33.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8ec7a585c30e7c1b59e455c3f6486a6f62031299]

        INTEGRATION: CWS pchfix02 (1.23.24); FILE MERGED 2006/09/01 17:27:33 kaib 1.23.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [516076b62fdd3fca6b585b3a7340e0c6f82af841]

        INTEGRATION: CWS pchfix02 (1.15.26); FILE MERGED 2006/09/01 17:27:33 kaib 1.15.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [72a3bd5b1190039808fcd2ad6b3cdb0aa95591ce]

        INTEGRATION: CWS pchfix02 (1.19.26); FILE MERGED 2006/09/01 17:27:32 kaib 1.19.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6be54ded1df61b9f25a607696ebeadb7d9f38035]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:12 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2278250586c2a86f856bada161c682178e477fbd]

        INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:31:27 kaib 1.3.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e75aeb84da89f46829a4798f1865cbc305cd15d]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:31:26 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [516b89e5836e75bdcb102bbf0678b29f90e7f271]

        INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED 2006/09/01 17:31:26 kaib 1.5.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f684c5cf9a0f47ea919c97d3e5871ee10b1806a]

        INTEGRATION: CWS pchfix02 (1.9.26); FILE MERGED 2006/09/01 17:31:26 kaib 1.9.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56bf1c1dfb2e8b373cef44a857b357fba863902f]

        INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED 2006/09/01 17:31:26 kaib 1.10.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9889b1197e6acf361cc21bf18f3175d4fcdfaaf6]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:31:25 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a24ab47c1780c5d4873aa1d44598d332ef1718c]

        INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:31:25 kaib 1.11.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31aaeb069b620254a4ab04351c8d378a1c66196d]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:31:25 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [efdbab6f4288da6c9a51338c59df055caa247a87]

        INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:31:25 kaib 1.9.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fc52130ecc4d0040666b90edb3edbec5f358f63]

        INTEGRATION: CWS pchfix02 (1.10.8); FILE MERGED 2006/09/01 17:31:25 kaib 1.10.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [98ccd46978db63bb5c2a7bebcc25e0d419e1d59d]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:31:24 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c9f8af8a35e1ed7332a8cc09cab1ea4443e6d02]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:31:24 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [10219ecbc59d05cc9a70629652f559e7d28b75a4]

        INTEGRATION: CWS pchfix02 (1.19.8); FILE MERGED 2006/09/01 17:31:24 kaib 1.19.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2bd66950d1837895f3144cd655c6b19ba851bc2]

        INTEGRATION: CWS pchfix02 (1.17.8); FILE MERGED 2006/09/01 17:31:23 kaib 1.17.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b6389d20736c9d41308e9c1fea6a6d18faf3c862]

        INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED 2006/09/01 17:31:23 kaib 1.13.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2365138c18c4da4f6dc2ccf473b9e9735e4db72]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:31:23 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1692acefd5712f7fd54bb67f5d558f0a3c6256f5]

        INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:31:22 kaib 1.9.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [51b32c97e72fc86a1bcf1a2047ccab405f6d5fbd]

        INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED 2006/09/01 17:31:22 kaib 1.13.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c165aa7733bdf3397d0962648ca77d61ce22806]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:26 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d3a3b18d4aa7985cc890c78496483683535b954f]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:37 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [52f1820fbf0bfdb868995da714790dd23b19e616]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:37 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [881cee196079990294362c38e228517271c0e793]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:53:37 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7c03df2cc25fdc3d691f9d68de47ccaa24d3e57]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:53:36 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b4bb710db4534bc80f9037a3ef207f7d84c86775]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:53:36 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [010d18bdd049ddd35a9462570b239832867bf6de]

        INTEGRATION: CWS pchfix02 (1.28.2); FILE MERGED 2006/09/01 17:53:36 kaib 1.28.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca6aecd50c0f389c1491b4202992b92dfd24214f]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:53:36 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [df4aa75e1434023b9cd6301c31265004cd2cabb0]

        INTEGRATION: CWS pchfix02 (1.14.58); FILE MERGED 2006/09/01 17:53:36 kaib 1.14.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [394f9be6814b57e2f44ea452e87e18a44283bc55]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:53:36 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [77aa4e4dc37eb5fadca0ae34cc11da9e69cd3850]

        INTEGRATION: CWS pchfix02 (1.7.474); FILE MERGED 2006/09/01 17:53:35 kaib 1.7.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7b0303a94b74159125219ba87f2976ced37e027]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:53:35 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [748cc0495fdbba8b0d0c1dca1001af8de1abd0e2]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:53:35 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7d41a9d0f48bf0356511c6203565035c12d4901]

        INTEGRATION: CWS pchfix02 (1.6.474); FILE MERGED 2006/09/01 17:53:35 kaib 1.6.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8733fe97565951ba0cbb752ec43647da8fcefc53]

        INTEGRATION: CWS pchfix02 (1.13.356); FILE MERGED 2006/09/01 17:53:34 kaib 1.13.356.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [77a9d3e63c6b09ca7c10f8e4441f4b94f08ce7d2]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:53:34 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b95bbc7913464faa8bda89b0c2cc6e35ac00b07c]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:53:34 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6412dd7aec4f1f6a4b78e461974a5efb22703126]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:53:34 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20aa0c4a436ef938debe1844584980a78aa9bfae]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:53:33 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1167c9cccfeebef7474db01cd0e633dcc372d47d]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:53:33 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8aff1d33e0e69d9a0bf1ab1c5f1c9e7d13f7a9e6]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:53:33 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1be399238ca1ddbab8703f1be0d55b387fc8282f]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:53:33 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [77c369c59b13ef9e727d4f705a397f3c2f643d43]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:33 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3801e195d8dd5e35a98f5ad1c631e8495d850d93]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:33 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [95dc6b82e833ade7e8d940a824d7cef52ebebac0]

        INTEGRATION: CWS pchfix02 (1.17.206); FILE MERGED 2006/09/01 17:53:33 kaib 1.17.206.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [277cfa24fbf6a7104450bacac9c263b8f070ccc4]

        INTEGRATION: CWS pchfix02 (1.42.2); FILE MERGED 2006/09/01 17:53:32 kaib 1.42.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22d1ab479e2133a12c4a55d8f2c673a435e00985]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:32 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8cdc97af79a5b69cefe0239abb40d879b4d9d8ee]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:53:32 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bd9327e0907e262e35d5398ee85eaa606bf5a7e1]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:53:32 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96abdcee90617f4aaa804c230fa26bd0ef0d9398]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:53:32 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [485f4a7067ce1a46345e30f04a3ba24e31b6bf8d]

        INTEGRATION: CWS pchfix02 (1.40.2); FILE MERGED 2006/09/01 17:53:32 kaib 1.40.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48c73c672dbcc1f37352210eab3cb4583352816c]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:31 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b9b88f5dd7458b5b55cae341f218f68b318efbf0]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:53:31 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe660806c84c4ab53cc72967eaa25f98b6761e31]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:53:31 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6699b926968cc00192ea88cb003fe0bf46a945fe]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:53:31 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [102e433b3bc4c6a3f0d093615004fda267065393]

        INTEGRATION: CWS pchfix02 (1.60.2); FILE MERGED 2006/09/01 17:53:31 kaib 1.60.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68721527ef181cbbf671924d3f9a0711a1e560f1]

        INTEGRATION: CWS pchfix02 (1.113.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.113.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c34caf5ac18e091d6e7dbb7c4c63090b3727fd8e]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [15c4a669fc8974eb39c79553b5be1dea9e2d10c7]

        INTEGRATION: CWS pchfix02 (1.27.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.27.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e58d07fd29a69aa6619742cb001277588e61f246]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4f1555e0e82727f2a7f6e85238eca354276ace4]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f5e81d77439ee9896885e90ccf8b0cdc1f51b43]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:53:30 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [292a4b60ddf9c0fe520769a34650d1c36627eedc]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:53:29 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e9203303535682e3fc16afeaf8a73f2780edbfe]

        INTEGRATION: CWS pchfix02 (1.6.454); FILE MERGED 2006/09/01 17:53:29 kaib 1.6.454.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d725bf19b8b6b6f8f454dc929b8f90208815d2b1]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:53:29 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f4d5847d110b2e2bf52fb2faf79872edb7d2016]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:53:29 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6342de2235aba98a548a70c23a4ebad47787041d]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:29 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8fd6ef599af99194eddd31a9e8b6bdfe1e45c277]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:53:29 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43c702b8efc2280746be1469f483318eb9d0218f]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:53:29 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe5ea7f4da8fe980663e6ee3943279f7a24e5991]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:29 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d36d7c23540fd89acdb78932d940ad8c2c91bd57]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:53:28 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ea127521bf50ad2160689d8320d38230c9733ace]

        INTEGRATION: CWS pchfix02 (1.51.2); FILE MERGED 2006/09/01 17:53:28 kaib 1.51.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [320cccf84a1fc98c711efdc1491823daedb2de2e]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:53:28 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [30ac72281c6c2136c9ab3c4d15996280798a8f09]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:53:28 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fcf39a9b36cdd9b5cd78c1b3634e7fe0c8bcdf8b]

        INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED 2006/09/01 17:53:28 kaib 1.37.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [856ed28085f9e843e95199f4c29477c5b62ca0cb]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:53:27 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07c4dfce6689fa8f173c831d33fdc263fa0b2415]

        INTEGRATION: CWS pchfix02 (1.30.2); FILE MERGED 2006/09/01 17:53:27 kaib 1.30.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [757e106220a19a2899498d83d9b7da7dd1a3c537]

        INTEGRATION: CWS pchfix02 (1.39.2); FILE MERGED 2006/09/01 17:53:27 kaib 1.39.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2d4ca73bf93c841235868dd1e517519f1735f57a]

        INTEGRATION: CWS pchfix02 (1.15.474); FILE MERGED 2006/09/01 17:53:27 kaib 1.15.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f63602c2899722c0cf8ce7471ff8d6df114a1853]

        INTEGRATION: CWS pchfix02 (1.27.62); FILE MERGED 2006/09/01 17:53:27 kaib 1.27.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f4698479d843b723c130970e9cc30a9b97fa7e7]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:53:27 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e57903cc2500d4f67a09377714125ee1382b4402]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:53:26 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ddb42a8286225b3d1eab403187d504b32eb6aa31]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:53:26 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dbfcf526c3857618eca9aad1ece631e9e160142a]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:26 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [caf038b96fcb6efdfd9e929ecc13a3a1a50c0831]

        INTEGRATION: CWS pchfix02 (1.66.2); FILE MERGED 2006/09/01 17:53:26 kaib 1.66.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2fbf7331e7f7cc2732b4a68dee19f50a03b3fc0]

        INTEGRATION: CWS pchfix02 (1.13.48); FILE MERGED 2006/09/01 17:53:26 kaib 1.13.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ec9900fd151ae39917cd69cc05e85df2add5d25f]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:53:26 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [19a33ef64aa913682f54d9a56a46fc67ba34dc8d]

        INTEGRATION: CWS pchfix02 (1.96.2); FILE MERGED 2006/09/01 17:53:25 kaib 1.96.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dd194d208faf589eee9af14e65cfa0fa8e28b755]

        INTEGRATION: CWS pchfix02 (1.20.458); FILE MERGED 2006/09/01 17:53:25 kaib 1.20.458.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2ace929969f4f7c1927d3a37f02da273c1fe27d1]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:25 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [92fc088734e8fef79de03018b423858043be7a05]

        INTEGRATION: CWS pchfix02 (1.46.2); FILE MERGED 2006/09/01 17:53:25 kaib 1.46.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c503e087bb3721e1c200f7370e7d10792510c90]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:53:25 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca1dec930da0b341bec6b0eb52b41d6fffa1bbd8]

        INTEGRATION: CWS pchfix02 (1.58.2); FILE MERGED 2006/09/01 17:53:25 kaib 1.58.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38696c25475aadd5d6e2390a300b970129fa8e0a]

        INTEGRATION: CWS pchfix02 (1.6.426); FILE MERGED 2006/09/01 17:53:24 kaib 1.6.426.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [17db07add8dc267d49b4bbe7a84129df4a786fd5]

        INTEGRATION: CWS pchfix02 (1.18.358); FILE MERGED 2006/09/01 17:53:24 kaib 1.18.358.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4039a3ada406865045cbf38cb7b2f8399dc5b6ee]

        INTEGRATION: CWS pchfix02 (1.8.474); FILE MERGED 2006/09/01 17:53:24 kaib 1.8.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1602bc82892099bc00deb0770337805d800d18df]

        INTEGRATION: CWS pchfix02 (1.30.446); FILE MERGED 2006/09/01 17:53:24 kaib 1.30.446.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e8c072fa4f15d23e8c14439328b6f8a3e064d20c]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:53:24 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70be8e320acfdce6918736bbd2138b74b762a6c5]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:23 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f954d0092f7db6c15333420962a198bf1cb119a0]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:53:23 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b69319d73ac7695ad6bd3753452173ddbb3c2102]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:53:23 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9fde91a504f691bad57da6a2e13151614287637b]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:53:23 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [133f6a9acb0bc002efeaf14e1401151fc7671844]

        INTEGRATION: CWS pchfix02 (1.11.430); FILE MERGED 2006/09/01 17:53:23 kaib 1.11.430.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21b372b6b1a9b80f54527bce741ce8d9de1f4f3d]

        INTEGRATION: CWS pchfix02 (1.8.474); FILE MERGED 2006/09/01 17:53:22 kaib 1.8.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4eda2ff8daeec99a533c5d64329951e3f9392fce]

        INTEGRATION: CWS pchfix02 (1.14.168); FILE MERGED 2006/09/01 17:53:22 kaib 1.14.168.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f4e5e06ff26f8256be6968de6b19d8c6c3b7b08]

        INTEGRATION: CWS pchfix02 (1.11.474); FILE MERGED 2006/09/01 17:53:22 kaib 1.11.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a5c0b23c5f346954436d6bc8631b058dd53aa23]

        INTEGRATION: CWS pchfix02 (1.16.38); FILE MERGED 2006/09/01 17:53:22 kaib 1.16.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46bccb187d19fcd45b888af640cb81924526bd85]

        INTEGRATION: CWS pchfix02 (1.19.476); FILE MERGED 2006/09/01 17:53:22 kaib 1.19.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49836a6f03035d2b85224be673fa825bce3544e2]

        INTEGRATION: CWS pchfix02 (1.23.172); FILE MERGED 2006/09/01 17:53:21 kaib 1.23.172.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66356932cb816e3be0bdd351548d0bc54f68f330]

        INTEGRATION: CWS pchfix02 (1.51.2); FILE MERGED 2006/09/01 17:53:21 kaib 1.51.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60c566b181b7754ac4344f8273032edcef92672d]

        INTEGRATION: CWS pchfix02 (1.49.2); FILE MERGED 2006/09/01 17:53:21 kaib 1.49.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [77e6bf728f3b3a7262872492c32af9ec041f8f43]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:53:21 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fcde4d6917bbbb547f9af46e177e0442f0302cb1]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:53:21 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c3734db0313783a0d0567ce5ed0ffd9ec573c1b4]

        INTEGRATION: CWS pchfix02 (1.30.2); FILE MERGED 2006/09/01 17:53:21 kaib 1.30.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [634ac3ae7d1320b6f446eb0d3412412e038ce9a9]

        INTEGRATION: CWS pchfix02 (1.10.48); FILE MERGED 2006/09/01 17:53:20 kaib 1.10.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ade283f2a531eee69ee1c5bb747a6bf1036c7ae7]

        INTEGRATION: CWS pchfix02 (1.38.240); FILE MERGED 2006/09/01 17:53:20 kaib 1.38.240.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4dc83317679d1d05cb1d5dae71f14d5ade70e18d]

        INTEGRATION: CWS pchfix02 (1.23.476); FILE MERGED 2006/09/01 17:53:20 kaib 1.23.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce6ba4633252cc17f57a790e6913810e1791b2d3]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:20 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef5219e4222b202b38a2bda92705d982d4b2b26d]

        INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED 2006/09/01 17:53:20 kaib 1.7.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [713ebd4f48b59ebf320318ca5407f14c7957c71f]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:53:20 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e075efde070fceb57d4f798353f09ca699c6f7fb]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:53:19 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [578b4f88e6d0c4daa79c9a98531f1a0931525e78]

        INTEGRATION: CWS pchfix02 (1.23.476); FILE MERGED 2006/09/01 17:53:19 kaib 1.23.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d3ae93aceb4e4ae9f426f7f48195ec5e8ae83eda]

        INTEGRATION: CWS pchfix02 (1.17.474); FILE MERGED 2006/09/01 17:53:19 kaib 1.17.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14846b776b19d694fd2b8394b84ef695e4f50af0]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:53:19 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21094e9632461a958f007877ecf0d76193685963]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:53:19 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa2c76974da98414bc26b53a5640b989309b7e78]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:53:19 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c719e4eabe29b9e3ab380d2883d567e8d97ac3dc]

        INTEGRATION: CWS pchfix02 (1.12.48); FILE MERGED 2006/09/01 17:53:18 kaib 1.12.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d403a93e9cade1e451290c8bbe5ed06f2bf7981]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:53:18 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84e52a9478530c6db52423be428cacb89cdbaf41]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:53:18 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2acd5f42d29b4c08177478ecdc6ffe668a1d6a84]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:53:18 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa0bd3d0513a7a7f169d30378b56020c0f650b99]

        INTEGRATION: CWS pchfix02 (1.76.2); FILE MERGED 2006/09/01 17:53:18 kaib 1.76.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85439fa14cb9bf3d0a5170d4fe138eb2a5d60944]

        INTEGRATION: CWS pchfix02 (1.28.170); FILE MERGED 2006/09/01 17:53:17 kaib 1.28.170.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [acc2d22025039a5093590fe12d118b9e4d2a95c2]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:53:17 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fa746763a2ebaf554f7a5678e9bdf9650e61c68]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:53:17 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dfc52ebd7ae7990fd5fa552a69a7b44d0e98bd9d]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:53:17 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b7414cffc09147ca4a2505236350522e7ef890d]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:53:17 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84862874d79e2914095074d4dc970e0ba50e0d60]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:53:17 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ff69cd9ad673dce2009c08558a3a95a9205707b]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:53:16 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c3c173fdad97015395fa380dc1eb15ec17f492c]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:53:16 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f923da5525b0dd4de518cbba91b16ee197eabe79]

        INTEGRATION: CWS pchfix02 (1.7.46); FILE MERGED 2006/09/01 17:53:16 kaib 1.7.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f6ea81edf7a2d9b726c11e35955a964fd8bd6d2f]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:53:16 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ba6d4df28a891f357a38bd07b157149fa3e60e5]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:53:16 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1558512be15cee6bdbf98de6a8ab3088354d3b7e]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:16 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d962706cf6b74ec9cb90364d16799c11adb1f3dc]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:53:15 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a37724e122605cddf0e7698d91ee869246e8c81f]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:53:15 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d957d96b858e16f00d6e85d2adac7bfdd258563]

        INTEGRATION: CWS pchfix02 (1.22.2); FILE MERGED 2006/09/01 17:53:15 kaib 1.22.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6431becb0a45ead1e0af2cf9efe3d88be869f31c]

        INTEGRATION: CWS pchfix02 (1.13.104); FILE MERGED 2006/09/01 17:53:15 kaib 1.13.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ae87752bd33eefa2d35c71ea7f0eec14d72577fc]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:53:15 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d71eb1d7908df722590cc439d3adcb2dc46e99e]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:53:14 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5238b1915520bbccef0918d8bf49d1d94a6f99e6]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:53:14 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22bbd7a788335e58dd9c739f716fe6179593d8fc]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:53:14 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [05525c8e9f9a7df6e71b56f99680899db7580163]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:53:14 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [128c07282fc61fd8b939d1e03d14e285bea1ed56]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:14 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eae037c149c00a62abf8c210b7be6bda54c06336]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:53:14 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66af6e98038ef2e7966b556bfd949b22e91b12c7]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:53:14 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2352c2453e91f07675eb496e456863ce280ad17d]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:53:13 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e62112b7b908571a2597b044ada5481d1be1a196]

        INTEGRATION: CWS pchfix02 (1.20.476); FILE MERGED 2006/09/01 17:53:13 kaib 1.20.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5abe403e8f42ddd16ca012d35f1a96c5b8a63ff9]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:53:13 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [157d47578ec790fc18d1db6bc0786a232c5d7b01]

        INTEGRATION: CWS pchfix02 (1.15.474); FILE MERGED 2006/09/01 17:53:13 kaib 1.15.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [304d990121d013323b185411c1d0b206e9dd57cb]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:53:13 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [205343e1927cfb581eb5ee0bf61e010f82d13458]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:53:12 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d21cf18592d87f68577f5c90a9605149734e69a]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:53:12 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [42836322ccd31e323f2bd328a1322ff77a9529f7]

        INTEGRATION: CWS pchfix02 (1.9.446); FILE MERGED 2006/09/01 17:53:12 kaib 1.9.446.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a75712808790318a23a18366ccec91c80305dffe]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:53:12 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8c06c7f7dde377a9373769d0b656737a1a4f4a75]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:53:12 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [949711a625e4e0059e1d9c85aa6308711df58740]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:53:11 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a0ad84f4c1a2302a273f4229dc55e584f2f6c855]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:11 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [041518a529e62dedefc5c7fe389bab9ad8e9d550]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:53:11 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa67988f945bef9539010cbcf57b1ed31695ac2e]

        INTEGRATION: CWS pchfix02 (1.68.2); FILE MERGED 2006/09/01 17:53:11 kaib 1.68.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [247af4f6396b16a650a66109015d2358578b8fdc]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:53:11 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3fde5218383b49c222879028cc40a38b981b77be]

        INTEGRATION: CWS pchfix02 (1.13.356); FILE MERGED 2006/09/01 17:53:10 kaib 1.13.356.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c064c86e7a036ac5cc58ee328741827c9e96d1f1]

        INTEGRATION: CWS pchfix02 (1.13.476); FILE MERGED 2006/09/01 17:53:10 kaib 1.13.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c708135d2da5bf207096e9564d8764cbe223c467]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:10 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [843d2f847075af53dee7a73d977633235015a718]

        INTEGRATION: CWS pchfix02 (1.56.2); FILE MERGED 2006/09/01 17:53:10 kaib 1.56.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c49729c3832aec4660545c7bb4d6c5bf35073d3]

        INTEGRATION: CWS pchfix02 (1.15.476); FILE MERGED 2006/09/01 17:53:09 kaib 1.15.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d22c3451af32bb4e767538bf71fb776052c61538]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:53:09 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c3e8ae40324ae936304a0668652f3fd01e124957]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:53:09 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2baebab2afe5dbf154ac4ba9e54dee8d64adec4]

        INTEGRATION: CWS pchfix02 (1.29.446); FILE MERGED 2006/09/01 17:53:09 kaib 1.29.446.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3dc59d58ad8004dc0e452e81ad5f6ba50b9e30d5]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:09 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eab0ae35fad7a98f6926dfd2b40f4177464daa0d]

        INTEGRATION: CWS pchfix02 (1.21.472); FILE MERGED 2006/09/01 17:53:08 kaib 1.21.472.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e6166bddbe54723d1ffbe8daafdd72f7716fc44]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:53:08 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa96d6bb410683ffd9f75e97f050e4fe05c85255]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:53:08 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7885a63c6af62e42873be4bec042a68d2a0d71f]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:53:08 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d02c2fb7bb9ef7f701ed7953b99c49f7ad8e108]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:53:07 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [679cf256f08867716108e1164878340d0f8dd6a0]

        INTEGRATION: CWS pchfix02 (1.16.396); FILE MERGED 2006/09/01 17:53:07 kaib 1.16.396.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [172981c634ee2c52e3420a7abeae0a312030dcf1]

        INTEGRATION: CWS pchfix02 (1.8.302); FILE MERGED 2006/09/01 17:53:07 kaib 1.8.302.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [62f2c49098d9237eaf2bbaedba67275cc38d2289]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:53:07 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4661495cb41b0840b5224e92224a69629c87e078]

        INTEGRATION: CWS pchfix02 (1.45.2); FILE MERGED 2006/09/01 17:53:07 kaib 1.45.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16e9b9669208ff27424833ecf5a905a805c983ec]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:53:07 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01531ad18ed86c9bdbda22c60fc7ffa691419da8]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:53:06 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [75afd68af548ddc0685e2fe31962aa00e1755c64]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:53:06 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f92c25aac3cca792904a2d91c527869165c069c1]

        INTEGRATION: CWS pchfix02 (1.9.302); FILE MERGED 2006/09/01 17:53:06 kaib 1.9.302.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aeb1aa769aee304e059d562cb45c35e964741059]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:53:06 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2180da241868b5245551e0a0d81686a2adb5c3d5]

        INTEGRATION: CWS pchfix02 (1.16.476); FILE MERGED 2006/09/01 17:53:06 kaib 1.16.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cfd8ead17d3cb7491e659a9b00e639dab3e0c205]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:53:06 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6896a6b0ff49708aeacf60a7ee97431c06d19e7e]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:05 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0d48cbead48270783857c86938b274ee8605c0b7]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:53:05 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e4bd5e4dd6b1832315ed0510cb1c7e6252130a84]

        INTEGRATION: CWS pchfix02 (1.9.398); FILE MERGED 2006/09/01 17:53:05 kaib 1.9.398.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca2905a78e3d7433093138afe02ec4118b42f673]

        INTEGRATION: CWS pchfix02 (1.8.242); FILE MERGED 2006/09/01 17:53:05 kaib 1.8.242.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e82e0fe8ec659ef86090e96b159ab3e0cb2d3489]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:53:05 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c936a5da7b1fef6f7da37c04270eb36a09ec093]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:53:05 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [768eaa6dec5d99e9d6f75df2aeac4090cb93818d]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:53:05 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f9ff041af16a46f773d3f09f6cb450db2f1d2f3]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:53:04 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2657c495f893d80bad4c2db7ce0b4db8a1cec197]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:53:04 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68cd37393b2c4474fde59a1f3c3d52335c1faf96]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:53:04 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e74e9ec125caff73b123ceafb2811bad693ef5e]

        INTEGRATION: CWS pchfix02 (1.10.238); FILE MERGED 2006/09/01 17:53:04 kaib 1.10.238.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e26353b39ca4c20465145529c2965b760e7a207]

        INTEGRATION: CWS pchfix02 (1.12.476); FILE MERGED 2006/09/01 17:53:04 kaib 1.12.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c80f7dd807e41ccba0af14d3efa7f8c0dace191]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:53:03 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c95cbbd2f6d3be065a8e16d5b4e8d95281c06d8d]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:53:03 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8b7851e98b60e694367bfd95fa5f2b450ac6b23]

        INTEGRATION: CWS pchfix02 (1.10.474); FILE MERGED 2006/09/01 17:53:03 kaib 1.10.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6215e74c9329bc420dcc5dee32456825ad5cdbd2]

        INTEGRATION: CWS pchfix02 (1.135.2); FILE MERGED 2006/09/01 17:53:03 kaib 1.135.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [563e467e02dc8fc1a3de70ce0ed0937e5f0b923f]

        INTEGRATION: CWS pchfix02 (1.25.168); FILE MERGED 2006/09/01 17:53:03 kaib 1.25.168.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [04a3036b717d3cf6cc0f84cd2ae6155a5d9aa4c0]

        INTEGRATION: CWS pchfix02 (1.103.2); FILE MERGED 2006/09/01 17:53:02 kaib 1.103.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d31feacc5308cec6f3f9a0178964c2b042739278]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:02 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ba2538ca24789e536ade653cd60a854665a548f]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:53:02 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70b40ab533123c071a852c0ad801d9d4246c34ec]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:02 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7b313defbe32322d2ca764f15948ee0ca7a97d9]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:53:01 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [06ad62eb8018c4eae71fb58fca7517a22c437812]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:53:01 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78f9a98495122a5cd65dc1f3ea99e25b8bb0a66b]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:53:01 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d82b0c78ad1a914d4233b50576ca479bdaa42a6]

        INTEGRATION: CWS pchfix02 (1.10.428); FILE MERGED 2006/09/01 17:53:01 kaib 1.10.428.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [33d74811a31f5a074087a71851d5f610a23fafb5]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:53:01 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b3838938b4c8fdb18a44c91fc32f20c4f7f3654c]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:53:01 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8cbd7b72dfa38af030ff11fc0a66afa299f6a459]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:53:01 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef091045e7b939cd5a1be706f98802af54e878de]

        INTEGRATION: CWS pchfix02 (1.6.474); FILE MERGED 2006/09/01 17:53:00 kaib 1.6.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [006c784c38dfab6750d484bcb479e0f45c3c9cc7]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:53:00 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b21f9cc6428be67158941352b2d836ce47fc3c16]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:53:00 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a52ad9866f9895cc2b1389ecf10ab034b86780a]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:53:00 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b37b46f9adc3cefe6b0947690fd4117f055aef91]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:53:00 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [741f6ae1b49ef0b4e7c49910e577a5f358be4f9b]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:59 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0dcc207d615a56efd0b18f09ef7cbfa8f036b236]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:59 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a9c79d98197b7033d9696706e1f9150c3c5f772]

        INTEGRATION: CWS pchfix02 (1.5.234); FILE MERGED 2006/09/01 17:52:59 kaib 1.5.234.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [76c5d5542526e62f271e33ba1ab9b0962b3ba5ac]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:59 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [334e1064459339a26b8c3ccf3f6d378c124553b9]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:59 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [47eb91ca2c3d7809aa63c52379a48ba2de1a6cd2]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:58 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [27c09ec46ca399435a2fa975a0461e1e5d596929]

        INTEGRATION: CWS pchfix02 (1.9.180); FILE MERGED 2006/09/01 17:52:58 kaib 1.9.180.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ade165873680e1cc4db01727a174d1aaa13ae68]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:52:58 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c6ddaa15f17c2d16494ffc8ff3f7b06de3f4e054]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:52:58 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1230c0b79096e1ff83ff3af03cdbc8203cf90e1]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:58 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ddd900d43b94919fe36fbfd23fa8ed8632b067a4]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:58 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7bf56a3b8910550210abaa2c0616d74524829fc7]

        INTEGRATION: CWS pchfix02 (1.7.172); FILE MERGED 2006/09/01 17:52:57 kaib 1.7.172.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [50e7ac6ed9608ad135991acbe1173e31d3091191]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:52:57 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a19422b6bea5a5f11f4f834bbd84c68fbc8ce664]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:57 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ccdc73660481ad508fb884281e616c6b71df7dbe]

        INTEGRATION: CWS pchfix02 (1.22.476); FILE MERGED 2006/09/01 17:52:57 kaib 1.22.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01e52bca62d30fc81ef3ef93add8fc3abbe86ca2]

        INTEGRATION: CWS pchfix02 (1.110.2); FILE MERGED 2006/09/01 17:52:56 kaib 1.110.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [443d11f29b87f58ce57fc2f7fe23ee992707e73d]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:52:56 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fe8c617acf6f7c184642d5c75d86ee48fc40b6e]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:56 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bba60da10934a993b9b74c590556c2872a704980]

        INTEGRATION: CWS pchfix02 (1.7.446); FILE MERGED 2006/09/01 17:52:56 kaib 1.7.446.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7e1706aef99eb77b1568131a2d5d6ac9fc08916]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:56 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [999efe1a6e5375aa83a329f212420cb9f6d86598]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:52:55 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25fdae6a00bdbaf4c55112b8fe3a008ce42fac86]

        INTEGRATION: CWS pchfix02 (1.30.242); FILE MERGED 2006/09/01 17:52:55 kaib 1.30.242.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c85ca0cca96d1ac9afeeeca8852c5285936f99c]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:52:55 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4e19da3de6ef3d1d5e8ec74e5665a52762209b5d]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:55 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c5e1eead2ae8b238390d16d058479b57c4add8c]

        INTEGRATION: CWS pchfix02 (1.8.352); FILE MERGED 2006/09/01 17:52:55 kaib 1.8.352.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1385dc79861b642a5dbbef1f85fc047d75894e22]

        INTEGRATION: CWS pchfix02 (1.51.2); FILE MERGED 2006/09/01 17:52:55 kaib 1.51.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8229b967ced44b095d3e01dcc17991551f9e1810]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:54 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4b894bcf6b9d856a79644aeea5b5ffaeaf5cc257]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:52:54 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e61d6bd2fc1e9bf8d2ed01184d93323cccf95626]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:54 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3018c4ba9afe77981c33a2fe6b49f4b71b9d2601]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:52:54 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2d69137a8c41e0ea5eb3cf23ef8d5968b9c84399]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:54 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [204dcdc6abe90d1520c5e709d4b10823b50a6cd8]

        INTEGRATION: CWS pchfix02 (1.12.474); FILE MERGED 2006/09/01 17:52:54 kaib 1.12.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f5e00d8f26714a74174c40bc8f3ec7f2a94c7ce8]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:54 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c2d2da4b29c77274798cab661f2ccddb80ebb71]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:53 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7efb9601ab395b8bfc44df7ff02514aaa7fddb6]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:52:53 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a6366a8fec6feaa64c302574ebe47727936ab8e]

        INTEGRATION: CWS pchfix02 (1.6.104); FILE MERGED 2006/09/01 17:52:53 kaib 1.6.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9944c8074e09a27e619743191f314ea3d60c1d5a]

        INTEGRATION: CWS pchfix02 (1.12.476); FILE MERGED 2006/09/01 17:52:53 kaib 1.12.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9eb13da8ca2355ba2760ae68b9f46f681e8736e8]

        INTEGRATION: CWS pchfix02 (1.9.404); FILE MERGED 2006/09/01 17:52:53 kaib 1.9.404.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fc6e9116b7cd7be80586f8d749c95a4d521afb8]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:52:53 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8155594329de3eed0c6d2107f61d46381b9afd85]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:52:52 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b4d723679bf3bcde7b849ea8d0f50f93914ec5f7]

        INTEGRATION: CWS pchfix02 (1.12.388); FILE MERGED 2006/09/01 17:52:52 kaib 1.12.388.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [75406471d7eb4216d54f62e64503995a8879fe71]

        INTEGRATION: CWS pchfix02 (1.13.390); FILE MERGED 2006/09/01 17:52:52 kaib 1.13.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [510bdfb7cde75ea16565766108f2515a7e4d9c8d]

        INTEGRATION: CWS pchfix02 (1.7.390); FILE MERGED 2006/09/01 17:52:52 kaib 1.7.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [447b3bd78716a7e2b2858083a40f6cbcc6227312]

        INTEGRATION: CWS pchfix02 (1.6.390); FILE MERGED 2006/09/01 17:52:51 kaib 1.6.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2dfde84307602976df96edad9af92c91335dc1ca]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:52:51 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3e567640b576477a702029807bf316b2ec00163]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:52:51 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d79913a6dad3b14eca38c2f29176547e6c72308c]

        INTEGRATION: CWS pchfix02 (1.18.170); FILE MERGED 2006/09/01 17:52:51 kaib 1.18.170.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [817c83e1d9fa7069b769dc498993137bc6b251f8]

        INTEGRATION: CWS pchfix02 (1.9.390); FILE MERGED 2006/09/01 17:52:51 kaib 1.9.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e1a00eb59634a17a698699fe43714bd54a68b11]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:50 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f114b3547d350373d2e4d240edb3b22017b57592]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:52:50 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b30ea5df9ae4c62eb5f08497d1d8a5ccc4aa5c1d]

        INTEGRATION: CWS pchfix02 (1.53.2); FILE MERGED 2006/09/01 17:52:50 kaib 1.53.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3688dac871191ec0cee387c12e7916a1e380a034]

        INTEGRATION: CWS pchfix02 (1.9.390); FILE MERGED 2006/09/01 17:52:50 kaib 1.9.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a40f9757d8076f356c67290ab7e8bf837d4d03b2]

        INTEGRATION: CWS pchfix02 (1.85.2); FILE MERGED 2006/09/01 17:52:50 kaib 1.85.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f0358febc0b1ac97e1e4b62d86dc9ce9294ba7d]

        INTEGRATION: CWS pchfix02 (1.60.2); FILE MERGED 2006/09/01 17:52:50 kaib 1.60.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cf70061daece44cfe04ea174e550e3d5133805a3]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:52:49 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56f1396f90de33fc7daf7bf4efe5e9a5e6f664c8]

        INTEGRATION: CWS pchfix02 (1.27.2); FILE MERGED 2006/09/01 17:52:49 kaib 1.27.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [810ed4d714bd12d5a0e45b7a49f9b2341babec92]

        INTEGRATION: CWS pchfix02 (1.58.2); FILE MERGED 2006/09/01 17:52:49 kaib 1.58.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b5f17a6bf230726e8c1668d0e40cefebb07fd97]

        INTEGRATION: CWS pchfix02 (1.46.2); FILE MERGED 2006/09/01 17:52:49 kaib 1.46.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c3edd0bc811d20843d95c035908abd6a7471734]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:52:48 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b97845f15928fdc40e54cdcc17713f15fa0315e]

        INTEGRATION: CWS pchfix02 (1.12.476); FILE MERGED 2006/09/01 17:52:48 kaib 1.12.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0109c02465dcab7a708e2114f9a7fb3a167512f4]

        INTEGRATION: CWS pchfix02 (1.52.2); FILE MERGED 2006/09/01 17:52:48 kaib 1.52.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ebcba29e37bfdbbab95b81328ca543dbee9d5ad]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:52:48 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7fb6faf9c919423b2cca4317ac6bba1fff29070b]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:48 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2b6f177ffc1fd4331261ff59d6b1a54635faefd]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:52:48 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f9851ccb7cf023c3def74d792d4358f6f846718]

        INTEGRATION: CWS pchfix02 (1.2.476); FILE MERGED 2006/09/01 17:52:48 kaib 1.2.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [021758fa34f3eaa0cc38b2f4a26226da7cde8d40]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:52:47 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [307a6f83f1bdac82a37b7fe932f62260863d95c8]

        INTEGRATION: CWS pchfix02 (1.14.476); FILE MERGED 2006/09/01 17:52:47 kaib 1.14.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d58d79cbc9e75e5173ce27e45a02c428c35bc41]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:52:47 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25bfcb04099b660c219a3445a84346a45fcc1680]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:47 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [91d52dab4e2574177810f67bcddeadb31e98167b]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:47 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bbb94b609a7468039ccb4bb2edddc23ab5a7c9f4]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:52:47 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [970793412d9780219e5bef9add992f33a97352eb]

        INTEGRATION: CWS pchfix02 (1.96.2); FILE MERGED 2006/09/01 17:52:47 kaib 1.96.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7dddb08573f1c7d603d173edc7f3c5655ed92b5]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [222abd875ae248ec554cb91e9e08f13c78c29257]

        INTEGRATION: CWS pchfix02 (1.44.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.44.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b91abe57b850f330efb350507735d9523629cfa9]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b92d7ab46eade297762e99eb983525c2f9841779]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [10fa07ebf8110a353d4da44b66b92ef384817b70]

        INTEGRATION: CWS pchfix02 (1.82.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.82.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3d738f18a3b1c0a8fe798f07b9423fa5c4feafaa]

        INTEGRATION: CWS pchfix02 (1.12.388); FILE MERGED 2006/09/01 17:52:46 kaib 1.12.388.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c04cc2d71b55f04c6062e985058c005de3e6ba91]

        INTEGRATION: CWS pchfix02 (1.53.2); FILE MERGED 2006/09/01 17:52:46 kaib 1.53.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89a1906ba4090c5b15a6c79a4dfabd4b5c63c523]

        INTEGRATION: CWS pchfix02 (1.72.2); FILE MERGED 2006/09/01 17:52:45 kaib 1.72.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3da2106891f4958ef6633b84c360ac212c25610c]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:45 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8bd572582649c6c101932b952f23e39860497ba]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:45 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [54377acb898d9c499d0cdb3f8fa9ae90aa8a1a3b]

        INTEGRATION: CWS pchfix02 (1.6.390); FILE MERGED 2006/09/01 17:52:45 kaib 1.6.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a02a565bb0985e7a347a125b8c8d21afb1cc30d]

        INTEGRATION: CWS pchfix02 (1.6.388); FILE MERGED 2006/09/01 17:52:44 kaib 1.6.388.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dcb98129dd0091154a5da53e38cc7ae7040b2885]

        INTEGRATION: CWS pchfix02 (1.6.390); FILE MERGED 2006/09/01 17:52:44 kaib 1.6.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7bc3bbc6d77d1b7c39d0e54d1ffd4ab551bdc4b8]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:52:44 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a0e7f14e71b18c0765ebda40944cf90d4feff098]

        INTEGRATION: CWS pchfix02 (1.7.390); FILE MERGED 2006/09/01 17:52:44 kaib 1.7.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ce9a1aec4ead8c5414c598457cb651b8d24d05e]

        INTEGRATION: CWS pchfix02 (1.127.2); FILE MERGED 2006/09/01 17:52:44 kaib 1.127.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ae63ef449de4e0cba43c68dd7d6dc83ef44e678]

        INTEGRATION: CWS pchfix02 (1.169.2); FILE MERGED 2006/09/01 17:52:43 kaib 1.169.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e7aff704aa9f568b92f95eb2c036528238144c98]

        INTEGRATION: CWS pchfix02 (1.96.2); FILE MERGED 2006/09/01 17:52:43 kaib 1.96.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [684a6ac0ebda536b0124d7b85cbabcdde57d3f25]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:52:42 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36174c237c0492a9933a372864c4773ac755c044]

        INTEGRATION: CWS pchfix02 (1.77.2); FILE MERGED 2006/09/01 17:52:42 kaib 1.77.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5296ede53d58763a415d2f62a0f2e43e2d677c38]

        INTEGRATION: CWS pchfix02 (1.122.2); FILE MERGED 2006/09/01 17:52:42 kaib 1.122.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23ef47ebb74df21c851554b85e5ea08bf4ea7864]

        INTEGRATION: CWS pchfix02 (1.169.2); FILE MERGED 2006/09/01 17:52:41 kaib 1.169.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d84366c80cb377efbf2d5ecc03ed097fa02e4872]

        INTEGRATION: CWS pchfix02 (1.68.2); FILE MERGED 2006/09/01 17:52:41 kaib 1.68.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [131b0b42ef058b6c4e1c48fa7de4fb9735f964fd]

        INTEGRATION: CWS pchfix02 (1.142.2); FILE MERGED 2006/09/01 17:52:41 kaib 1.142.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e5bc176cff0c1f6d14e9116acb86ce126bd82853]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:52:41 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c173791ee8c368f7dbde2c4a043936aa61540d0b]

        INTEGRATION: CWS pchfix02 (1.95.2); FILE MERGED 2006/09/01 17:52:40 kaib 1.95.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fc10a6c98ac67a260490aadc5b5bae54d1f07f45]

        INTEGRATION: CWS pchfix02 (1.47.2); FILE MERGED 2006/09/01 17:52:40 kaib 1.47.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf0dda86bbb0d74f72165491e08912f2c4336093]

        INTEGRATION: CWS pchfix02 (1.78.2); FILE MERGED 2006/09/01 17:52:40 kaib 1.78.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d009b585a9f0460ef2d9b094f70db8c8296864f]

        INTEGRATION: CWS pchfix02 (1.39.2); FILE MERGED 2006/09/01 17:52:40 kaib 1.39.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d07f39cf05ee9df1a019b2c27d2cdbf0daeaa0b]

        INTEGRATION: CWS pchfix02 (1.37.48); FILE MERGED 2006/09/01 17:52:39 kaib 1.37.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fb0d1591b7b81966405f8aa2bd591819823b748c]

        INTEGRATION: CWS pchfix02 (1.85.2); FILE MERGED 2006/09/01 17:52:39 kaib 1.85.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9441076b854ab56f7e4c62651a47fad9e99f912]

        INTEGRATION: CWS pchfix02 (1.89.2); FILE MERGED 2006/09/01 17:52:39 kaib 1.89.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [80c58d48872da5278bf2c43fc390d172d3360ab5]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:52:39 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36f5d32589869b174eee1f2afada624c6f740722]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:52:38 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ea91905f98efe48868ae0dcbb32086532f8954dd]

        INTEGRATION: CWS pchfix02 (1.8.390); FILE MERGED 2006/09/01 17:52:38 kaib 1.8.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ce02f1e379c86a5968401fca0b5c30034b32914]

        INTEGRATION: CWS pchfix02 (1.7.318); FILE MERGED 2006/09/01 17:52:38 kaib 1.7.318.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3cfc849fc8f3bc20794ec9071c1007850bfa7e68]

        INTEGRATION: CWS pchfix02 (1.6.454); FILE MERGED 2006/09/01 17:52:38 kaib 1.6.454.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [387d913824032fcb7a4b66e334ed47e6c86196de]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:38 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7b10c190ebb8c2cbb385c9de93b1f0481b481ec]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:38 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dafe955e592d6e76ed85c482e3ff4f246e0b4dc1]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:52:37 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2921f633b5fb8444b5a2cf8b48fcf6175ba59bfe]

        INTEGRATION: CWS pchfix02 (1.10.190); FILE MERGED 2006/09/01 17:52:37 kaib 1.10.190.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9291d6dfcb5467235fa0866c2d767c209575cd59]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:52:37 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1054720a0203c89cedc6a7bf3bcf4b9acd15078e]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:52:37 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e7d37e02102c2663323e2bc8760ef6631a4f826]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:36 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [57aad6e247a20c580b1b1ee735c45d895879c2de]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:36 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c38b353f828cf839393c80048b77623c5f0a14e7]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:52:34 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c172bf6d39f696e600e1b4eb6b9b95a5b2e5af23]

        INTEGRATION: CWS pchfix02 (1.61.2); FILE MERGED 2006/09/01 17:52:34 kaib 1.61.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ce5bc8cb163ff603ac331ddbb1b667caae3f6e2]

        INTEGRATION: CWS pchfix02 (1.30.2); FILE MERGED 2006/09/01 17:52:34 kaib 1.30.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bd0f3cf5628978cc809a4376c76e40021eb1585b]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:52:33 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f32f9715751e4cc74dd551aa7e402e2fc9b43768]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:52:33 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [75ab0a7f2dd99f21d7e9c7a89e57e309ceaba9f4]

        INTEGRATION: CWS pchfix02 (1.28.2); FILE MERGED 2006/09/01 17:52:33 kaib 1.28.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [578a5fcac100d6988ccfcc154d8ea6a6926456c8]

        INTEGRATION: CWS pchfix02 (1.61.2); FILE MERGED 2006/09/01 17:52:33 kaib 1.61.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f060b23bffcd850e55f62bd2f1c25cd67bea552]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:52:32 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [739cdc945919521fc87c3127990050c974951ea2]

        INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED 2006/09/01 17:52:32 kaib 1.37.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6388774ea33d7455658cb1ff66c979f4f4434827]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:52:32 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32def0c8bf78277f739671ea3864c35c1db348c3]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:32 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [63635166911da43dae0736f914e05a068f9f692f]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0dfa1eaf7270846a7f8fb081ac9591ff79a148fd]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20807759ff73bc2859f508f062c198ea8533b45e]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [141cc131fb2442f1826f2fd12a18470fcd2bab61]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c39bc87bf2e52bde6d7159bff5ff2e19ab32a64]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [02ac71f15205fb1438a9ed1cb431dd6bc27faa86]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:52:31 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5101e7646d3aba4e080751384d590a93604e486]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:52:30 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [098315d2d4eecbf4e85907d0e5f7997d958e3970]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:52:30 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bc47982f78205af1f5dc5097508195b96ce732c1]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:52:30 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc1341fd8420df44c8b5f11aa5cf2b6a78494a04]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:30 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3af7281e58e1fd3f98ebad650ed4007ab99eb89a]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:30 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ec854071d0051a87f9f9eaffcdddee56a64bdae]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:52:30 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85d1d1a4a6a51158edf55c5691e3583a0fd4f113]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [63e99e792d3dc3349eabd87e1ce36bfeb975d44a]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [703ff36f70f6fe4ab6d32b1b940c8ad0fb6b3036]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bce3693bc32e5f2f8eb6c6b41cae7637ec69aa0c]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ad86563ece18b66ea18e5c4ec7171df3ec454dc9]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9408005cc5c69912c946ca6c0db5a93062a5d074]

        INTEGRATION: CWS pchfix02 (1.32.2); FILE MERGED 2006/09/01 17:52:29 kaib 1.32.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9bee19a71537cc8ee23c9ef034ab03c3132d7c6a]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:29 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dadd3fed2242b3a5fa6c162f8ad24d8270b0c36e]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:52:28 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4bea2f352768221e8cdc89abaf586b448655b96d]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:28 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [287d6ae67e34bde9b7afb931db559d578bf20f61]

        INTEGRATION: CWS pchfix02 (1.42.2); FILE MERGED 2006/09/01 17:52:27 kaib 1.42.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab286a1298dafd5c0696965cae53e99e97b3f963]

        INTEGRATION: CWS pchfix02 (1.48.2); FILE MERGED 2006/09/01 17:52:26 kaib 1.48.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ee1a8621ec349c83f3b1d7ed09144dc5ff04fa0e]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:26 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a31bddcfe8aad8d874c74a6abeeb4cc9b9f3804]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:52:26 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2def5313eb9af93fa1b920304c2f7e3d25b30fd8]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:26 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [71232c75f078fc419b20e912476f115dd99b04a7]

        INTEGRATION: CWS pchfix02 (1.7.48); FILE MERGED 2006/09/01 17:52:26 kaib 1.7.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a69042b29046adceec5fa2ebf376fe907b547ba]

        INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED 2006/09/01 17:52:25 kaib 1.37.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [511c63841ab8fd3aea3e593bf8a727ade4f1bf0a]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:25 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8ba4a56d92998e0560f2deea6f555b63b94bd552]

        INTEGRATION: CWS pchfix02 (1.64.2); FILE MERGED 2006/09/01 17:52:25 kaib 1.64.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9ae5961b9f7ebc2c07c09b4a5d5b32831186c72]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:52:25 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ab32c01e78894ba4ae2ad330ffe372ac0f39b8b]

        INTEGRATION: CWS pchfix02 (1.30.2); FILE MERGED 2006/09/01 17:52:24 kaib 1.30.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9394762b5970a99dabc9b984c89ce57cf92b8cc1]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:52:24 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [755cbf99b79111e078fdf887308c314d6f202649]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:24 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [63ac29d300393a2160c4ad7f880287b06d178fe3]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:24 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bafa3acf1a0396371f88f08762147026979c95f9]

        INTEGRATION: CWS pchfix02 (1.29.2); FILE MERGED 2006/09/01 17:52:24 kaib 1.29.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dbf5d738e6fa47f72862108d5076aa3491627ce1]

        INTEGRATION: CWS pchfix02 (1.97.2); FILE MERGED 2006/09/01 17:52:23 kaib 1.97.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [11e86439169ceec10709e51ca2d8c168b1d726d4]

        INTEGRATION: CWS pchfix02 (1.65.2); FILE MERGED 2006/09/01 17:52:23 kaib 1.65.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a38bf7b3db7a4f5ae7ecf153b5259ace6c562a20]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:52:23 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dbebba8ef2bf8f8387f8eb3505c484d4a48b9af6]

        INTEGRATION: CWS pchfix02 (1.47.2); FILE MERGED 2006/09/01 17:52:23 kaib 1.47.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cff88e2a3ef83a9eaea132747cae6285949bca85]

        INTEGRATION: CWS pchfix02 (1.53.2); FILE MERGED 2006/09/01 17:52:22 kaib 1.53.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dcdfc4fa1c8d4195a410ef8777f1858e2dc56ac8]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:52:22 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0235a4cbf336f6579ee49b3e1396d18c988f3ac4]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:52:22 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [08618c5d99bedee636f34bee3e7220147c14bfbe]

        INTEGRATION: CWS pchfix02 (1.27.2); FILE MERGED 2006/09/01 17:52:22 kaib 1.27.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a066f6fd81fc9645068503e9fbad267ebbbdadd]

        INTEGRATION: CWS pchfix02 (1.123.60); FILE MERGED 2006/09/01 17:52:22 kaib 1.123.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f72080b9f48399d79d6a00a28bd6a9989771621]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:52:22 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3af73d2cd7ca151d67baf0a69b05bf9b28cc8000]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:52:21 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b3a23ade9cce01cb325603f827d2b897be4e335e]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:52:21 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fa20c21f63929ed7a285059872b910d0b2f45b0]

        INTEGRATION: CWS pchfix02 (1.56.2); FILE MERGED 2006/09/01 17:52:21 kaib 1.56.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bdcf04ed64223036de69bc05fecfec23efc34d9b]

        INTEGRATION: CWS pchfix02 (1.95.2); FILE MERGED 2006/09/01 17:52:21 kaib 1.95.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e258d597f74300fed08a2b72103911847c798d62]

        INTEGRATION: CWS pchfix02 (1.189.2); FILE MERGED 2006/09/01 17:52:21 kaib 1.189.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fdc03af1fdeec1597e57def90184ed082f93cf9b]

        INTEGRATION: CWS pchfix02 (1.59.2); FILE MERGED 2006/09/01 17:52:20 kaib 1.59.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2ce3fa942cc7acfc1c210a1d77f44dffc394c17]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:20 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [052464a04e8f044c083a2913cd66c941dec9a220]

        INTEGRATION: CWS pchfix02 (1.104.2); FILE MERGED 2006/09/01 17:52:20 kaib 1.104.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a74a5f8064905a5d8a0b0089fe113011eb27971]

        INTEGRATION: CWS pchfix02 (1.92.2); FILE MERGED 2006/09/01 17:52:20 kaib 1.92.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [401f3deaa753e5ac6fb04a101c8ea3fd15638d42]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:20 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1f957426dc8410c95e84d386b5708d8597943ee]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:52:20 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9327972e5d734d318c76d39a372013fce53a855c]

        INTEGRATION: CWS pchfix02 (1.72.2); FILE MERGED 2006/09/01 17:52:19 kaib 1.72.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4755ccf3b966300e39c0513a18949d76d4a04afe]

        INTEGRATION: CWS pchfix02 (1.22.2); FILE MERGED 2006/09/01 17:52:19 kaib 1.22.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56b99c60ae6ba84483328c4b229b6f933ed3096b]

        INTEGRATION: CWS pchfix02 (1.30.2); FILE MERGED 2006/09/01 17:52:19 kaib 1.30.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1355a2d77c6ae348b5c24049821485bac4d2e6de]

        INTEGRATION: CWS pchfix02 (1.8.474); FILE MERGED 2006/09/01 17:52:19 kaib 1.8.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59119c54525632a39198eaa9350af2e1c5c72141]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:52:19 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [542f7e9df7e9d5cffff598760e9dd5b56b98c961]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:18 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [082fb003f2f4141643aaacfe52499ce47db0a865]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:18 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2f03b19a24b8024bbfb3fc505a0787334a0ed75d]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:52:18 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c370a71658022c0a90f20cf934a11440da3e73e5]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:18 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78c0c573b89c96f96f2ceb9ad3872c3db54181e1]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:18 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e6196db5565ab2049e8f83de0ddb0b2a8063624b]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:52:17 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bba29846377943e4dcc8d86a0b200fb9072f1693]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:17 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d07b6dbce550dde44e0cc47b3249605150e3f710]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:17 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [47f7b0bc03c7009e637bbb63eba497522bddcde2]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:52:17 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [076200a0af497f581529bc5f821191230d8957be]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:52:17 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [adf18502fd9236e88efea6713953cb139de394a5]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:52:17 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9c9e7aba5b7ff916a3b1f28b51c6345a66fa237]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f0f816d1aae75c09ca399b78ed9b69e75e9c77b2]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5abbf249d784dce1ef9a31953c9124929cdb4d0]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ed3c2d9108aae0f599afbe271b959f774e43ffb2]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bbfcd0faeb4338e47236fd3df139f5747ae0d41d]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3400dba05e7e4fa642da6f8269bd7dacc767749d]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:52:16 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [63900b962eaf3cdc843a9082f5c6dd5fabff5810]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:52:15 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f1b13986ef16ab18e20b03ba16cee848f3cf263]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:15 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56f0ef596723d8e8aa0bf37bd042847a356137aa]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:15 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7cc6e8e24776007ebf492644d31232d2c1e26b20]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:52:15 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c101d28d98b01bfb345ecaa74fb67eab0ea4f99]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:52:14 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e46215df64bb79ca6cb26c108c3bb3ca8bbd94c9]

        INTEGRATION: CWS pchfix02 (1.4.474); FILE MERGED 2006/09/01 17:52:14 kaib 1.4.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [172371024b3bec0ac28836c46ea5ee6fe2582a63]

        INTEGRATION: CWS pchfix02 (1.8.58); FILE MERGED 2006/09/01 17:52:14 kaib 1.8.58.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c134da690f3f7d9b5577784a3d5a9798a1e68004]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:14 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c793150e47f6988932bb1c0ff9e8b985962db18]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:14 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [366b43e23cf87cf3d43314c2a7d62592df6bf275]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:13 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d46d587b6d5efaa7485d68373c7a55264a23bb7c]

        INTEGRATION: CWS pchfix02 (1.73.2); FILE MERGED 2006/09/01 17:52:13 kaib 1.73.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83c67834e4c863bfe9f17783af8f5740cae87cd2]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:52:13 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [29ba41faa57d027f32f0aa5f348214085001158b]

        INTEGRATION: CWS pchfix02 (1.7.444); FILE MERGED 2006/09/01 17:52:13 kaib 1.7.444.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [705afec95d3afa388bbb3790822442ab3ebfb075]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:52:13 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38b62a0b4eaec9eda89da15029a7bee7d4a54800]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:52:12 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ae3539687bbe445b9eb949084f9dcf7afd428bcd]

        INTEGRATION: CWS pchfix02 (1.53.2); FILE MERGED 2006/09/01 17:52:12 kaib 1.53.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [30fefe48d4a1ffebc64856f3222b50488378a052]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:12 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b68b14dd8a69bf47732c1b2026ea5a737a385d24]

        INTEGRATION: CWS pchfix02 (1.64.2); FILE MERGED 2006/09/01 17:52:12 kaib 1.64.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce5d75afb51331e91d63bb54d995ad9da5c7e5ae]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:12 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bedf5df64546f28518dab67da8737638d2170b2d]

        INTEGRATION: CWS pchfix02 (1.21.476); FILE MERGED 2006/09/01 17:52:11 kaib 1.21.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e5344ca607681d7c535b9086d824b477d0df9b7]

        INTEGRATION: CWS pchfix02 (1.84.2); FILE MERGED 2006/09/01 17:52:11 kaib 1.84.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [10bcf60fb8de5a977aa507bf5f404cbb161f02b5]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:11 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22b09d6177d839ec1aaab45ceacee89472194639]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:11 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ad265972053892f7fbaaff484215d20458b4ba5]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:52:11 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2087d958951b6ff47127a19de3d8135cf88cdb10]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:52:10 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [019fce290c383fd31a228d2a6baadee5ac583ca0]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:52:10 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2febd7c56b6cf76a44a200413db143701875d4f4]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:10 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cb27809d92d5528f7052796e5f3075a7511bded1]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:52:10 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [722459fa62624e80c0e618c20240cc4bc76fdd7a]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:52:09 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cb5ecbeb93ccb63a2bc88fd6e535b2e6a2a69da1]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:52:09 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b711377b39660d8dc3cf0b4f329c890b4b88844b]

        INTEGRATION: CWS pchfix02 (1.17.178); FILE MERGED 2006/09/01 17:52:09 kaib 1.17.178.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d0a3b03c17b12b8bef15e0529ebaba2bad287932]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:52:08 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ac0d6fea18ea4f9621836cd19ca80f33ca8d7b1]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:52:08 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a8f9d81312e836958798ca7642380027e31fc606]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:52:08 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e5c07e98b0897e70845c2f90020559eaac92c38b]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:08 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a4ef41a9a844a1943e5164d642ffe5908317fa2]

        INTEGRATION: CWS pchfix02 (1.6.344); FILE MERGED 2006/09/01 17:52:08 kaib 1.6.344.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21e1ebdc08d0b622fbc2593676a441871e678dac]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:07 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5ccb7128dfeba8cb8b83b2eccb350f7dad3046f]

        INTEGRATION: CWS pchfix02 (1.45.2); FILE MERGED 2006/09/01 17:52:07 kaib 1.45.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [17d1b6bd108d415f59940cc410d0d807f25dfb27]

        INTEGRATION: CWS pchfix02 (1.90.2); FILE MERGED 2006/09/01 17:52:07 kaib 1.90.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [146b5efbb6920ed56fa159dee057bb46bdf1f4a2]

        INTEGRATION: CWS pchfix02 (1.58.2); FILE MERGED 2006/09/01 17:52:06 kaib 1.58.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c5f0899c41d293db28c8bc92a797fe9c75fe6e24]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:06 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e187deec83e65ab86439da36c3cf4240dd078368]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:06 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b414527ba4daa746d37dcad5ad24d43b79d4167c]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:52:06 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3cb0c801c5fb447cfdadf18572c88dd2eb0e6741]

        INTEGRATION: CWS pchfix02 (1.38.2); FILE MERGED 2006/09/01 17:52:06 kaib 1.38.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [39e2684e33ba3a63af9d0f18da91f8336498ae69]

        INTEGRATION: CWS pchfix02 (1.43.2); FILE MERGED 2006/09/01 17:52:06 kaib 1.43.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8ebc8203d3f8df6bcd15fe4510e94692580e8ac]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:52:05 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d3fc6f107f746b4c56c26589c6c8129c5b02cd3]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:52:05 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c2290c12fd2873296aa0d1772091bd98042d5126]

        INTEGRATION: CWS pchfix02 (1.85.2); FILE MERGED 2006/09/01 17:52:05 kaib 1.85.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c7ada24bba9717f891e30cbc534fed31c5e98f2]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:52:04 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d090de6ed57bbc034c124338ef8ba8e67ea962d6]

        INTEGRATION: CWS pchfix02 (1.60.2); FILE MERGED 2006/09/01 17:52:04 kaib 1.60.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c1c6dd9579ca2f842583eab77a14fd092cb17611]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:52:04 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bc56252205bc3a4670b034372b18268a1320bdc4]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:52:04 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ed6b83b8ed5ccf4934b9979d306b1c25a4f9b525]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:52:04 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ecf2646702118de4b2751a93aa5f8683ce5eb3e]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:52:04 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ced1e230182819cf01d48426d1114daf71787de0]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:52:03 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [42c51ddeb217f128782b44efa908d3811514f022]

        INTEGRATION: CWS pchfix02 (1.29.2); FILE MERGED 2006/09/01 17:52:03 kaib 1.29.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [371c2fa980fe185824c713776e3b31233d32751c]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:52:03 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7e82a2ef77b69b13d40191055ed4993a165a9f43]

        INTEGRATION: CWS pchfix02 (1.97.2); FILE MERGED 2006/09/01 17:52:03 kaib 1.97.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ec2b95b9139948762a15e03faf4552fe71a5da6]

        INTEGRATION: CWS pchfix02 (1.72.2); FILE MERGED 2006/09/01 17:52:03 kaib 1.72.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ca02967bdb3c45c14748230e22779e4fdc60e83]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:52:02 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46c1cf80b4f91086bd6d79edf15c07227d6aa13d]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:02 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c834b894b8fbe00a228afbc1deb0e1314691ae74]

        INTEGRATION: CWS pchfix02 (1.105.2); FILE MERGED 2006/09/01 17:52:02 kaib 1.105.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe014a382d20e94f6614e1cbf5924b551bf6cfb1]

        INTEGRATION: CWS pchfix02 (1.45.2); FILE MERGED 2006/09/01 17:52:02 kaib 1.45.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0593863995d6f195bb329d3cfc0075ed04aa3868]

        INTEGRATION: CWS pchfix02 (1.50.2); FILE MERGED 2006/09/01 17:52:01 kaib 1.50.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fbab8aed6f9d4b2389ebf09b957a3db3423544d]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:52:01 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [acfd85b708563e96ea03c9e279f160c8a8a75b1c]

        INTEGRATION: CWS pchfix02 (1.63.2); FILE MERGED 2006/09/01 17:52:01 kaib 1.63.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5266c2827472b08b0815399ae3f99931705bf78e]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:52:01 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3259329791a3348ac124d228d9557d6700cb7f1]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:52:01 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c34f9ec8a45256d44c376c835484eae0c896994]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:52:00 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d58a2fe9029567ac0d8ee612696af36a80fb14fd]

        INTEGRATION: CWS pchfix02 (1.2.2); FILE MERGED 2006/09/01 17:52:00 kaib 1.2.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [90da2fb172b909a514634c2684aac669ad0caf16]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:52:00 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a3c190c6ea628303c25cea0f2c9b7f6919ddfd2]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:52:00 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [69c49d579a8baf91b056948a3070054436583994]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25abd99a52203445b638e7a647d57e99fb8b6793]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9e417281cb7da577fd7ad1df107b2c917bc6fad3]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aeb57b78175c1d4920be25d9f672f0acdce6c1d5]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [11bf6b3ffff3c6545b44a01f9a79ea9efba2f69a]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b83d64e06a3dfe1b3a5f2c617b15df7f7641cb4]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:57 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf358eab2809a14e6f5ccd1cd7ae639798b56835]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:51:56 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [323e87b5320f529936cd0f18878df1b0d6563fe3]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:51:56 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc497bfed69bbfa2d89e362e190c5752de72f49b]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:51:55 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [81f4481f4c28290692d964d61d76f0db99f4b517]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:55 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e138e20f8e317c45e937d512c1257f161a52321]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:55 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46aa925930e48fb9ff3a6366b71365104a1ea732]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:51:55 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f423a4d1d46461f717ce388a9e4bec8ecabb937f]

        INTEGRATION: CWS pchfix02 (1.5.474); FILE MERGED 2006/09/01 17:51:54 kaib 1.5.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f6f0ad463633a91e5e8b5379497deeb5ef2b81c]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:54 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [beec6100c8262adcb4e1944df79635492f318e14]

        INTEGRATION: CWS pchfix02 (1.72.2); FILE MERGED 2006/09/01 17:51:54 kaib 1.72.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48676611b30cb6beb832663c8106424116d4e4b2]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:51:54 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [871451a1dd5469dd99f8d41c5b080b6dcddd3711]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:51:53 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eb496c30d1b53180f7a3d4cb1f48a2d638d36c46]

        INTEGRATION: CWS pchfix02 (1.50.2); FILE MERGED 2006/09/01 17:51:53 kaib 1.50.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48aab9bb7ed8ba6d04a569e54a38ed1979e9a643]

        INTEGRATION: CWS pchfix02 (1.91.2); FILE MERGED 2006/09/01 17:51:52 kaib 1.91.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e068dd226e2f19fb978f7a15f12547d7270c3cbc]

        INTEGRATION: CWS pchfix02 (1.44.2); FILE MERGED 2006/09/01 17:51:52 kaib 1.44.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e1feec31f277ccb3ac97f6f7f8798d1ac55b62e]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:52 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3eb99e02664093dd03af68627ab932ba99da9ad8]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:52 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4dd14a36ddde93056d84faf63d16e1ce5b1cc26e]

        INTEGRATION: CWS pchfix02 (1.47.2); FILE MERGED 2006/09/01 17:51:52 kaib 1.47.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a6be399952237448de3f7a14cbe10ae8021149a0]

        INTEGRATION: CWS pchfix02 (1.96.2); FILE MERGED 2006/09/01 17:51:51 kaib 1.96.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43b6dc011970f96a1bc82a61abf223d9ed97bae1]

        INTEGRATION: CWS pchfix02 (1.12.474); FILE MERGED 2006/09/01 17:51:51 kaib 1.12.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e37c2685b6b88a9559c8951e7ab48e094b641511]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:51:51 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f5adea0f51bc876f4d39e21dc58e179df09c08f]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:51 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [627b0f755861a5a8a9375d74049d6fac4352f483]

        INTEGRATION: CWS pchfix02 (1.19.48); FILE MERGED 2006/09/01 17:51:50 kaib 1.19.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3d097f3527fc0dbda33b4f63ca5f72c8d6bb4429]

        INTEGRATION: CWS pchfix02 (1.7.454); FILE MERGED 2006/09/01 17:51:50 kaib 1.7.454.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [92fce418fe2cfa6402b25f2a8d2e29727738bb4c]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:51:50 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8b27b49d3e69e1589139af5c6e7d797921ab82b0]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:51:50 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c6a922e3c3fc73b219cd178f462b9ca53ae6729]

        INTEGRATION: CWS pchfix02 (1.7.474); FILE MERGED 2006/09/01 17:51:50 kaib 1.7.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b03a7b9035117ca4ad2259e8ab5e2a2a144db179]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:50 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c2c827a41719769090f096e7e0ecdeddce012149]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:51:49 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fac30e4efd249fdfd2fafe9b1f327d33dcda7365]

        INTEGRATION: CWS pchfix02 (1.61.2); FILE MERGED 2006/09/01 17:51:49 kaib 1.61.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [664cd72a4df443a73f5b3207e75c8b628e376a5e]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:51:49 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a85f05393688bfe31e067565d245a47488dd69e]

        INTEGRATION: CWS pchfix02 (1.32.2); FILE MERGED 2006/09/01 17:51:49 kaib 1.32.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84c83c4a4a9f893085d5b9ba68cb8540383d334d]

        INTEGRATION: CWS pchfix02 (1.91.2); FILE MERGED 2006/09/01 17:51:49 kaib 1.91.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dd391a9fd731e3d8131f6685ad8c9765cf9655a1]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:51:48 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c89eea383cd1bc970f1cc0f28276a81fa5e6e025]

        INTEGRATION: CWS pchfix02 (1.47.2); FILE MERGED 2006/09/01 17:51:48 kaib 1.47.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a9c45616b0e73723bccfc25750874907594b79f]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:51:48 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c48954f3f1b4828ab0caa136de4d37ec521c0f20]

        INTEGRATION: CWS pchfix02 (1.59.2); FILE MERGED 2006/09/01 17:51:48 kaib 1.59.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9e3e8793c2b8d5e0a368b5a4779512cb943e1611]

        INTEGRATION: CWS pchfix02 (1.76.2); FILE MERGED 2006/09/01 17:51:47 kaib 1.76.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ebde1eb0d9d36f1ced3f0fe6ef933d197b23c9c9]

        INTEGRATION: CWS pchfix02 (1.60.2); FILE MERGED 2006/09/01 17:51:47 kaib 1.60.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [15336b997afff0bdfc034f9432f0a7f7beb65133]

        INTEGRATION: CWS pchfix02 (1.38.70); FILE MERGED 2006/09/01 17:51:47 kaib 1.38.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49f8b448e1612df5f2c62ea53cdbf35db04eb586]

        INTEGRATION: CWS pchfix02 (1.8.474); FILE MERGED 2006/09/01 17:51:47 kaib 1.8.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70f0b2ec069a61621b0739c16b3ad888013ada53]

        INTEGRATION: CWS pchfix02 (1.16.248); FILE MERGED 2006/09/01 17:51:46 kaib 1.16.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2919bd63bb1df0571f6ce9e10acadf85bd9d82ea]

        INTEGRATION: CWS pchfix02 (1.62.2); FILE MERGED 2006/09/01 17:51:46 kaib 1.62.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1e4c0c011f8b159889c42e36de84ead3a5f5819]

        INTEGRATION: CWS pchfix02 (1.58.2); FILE MERGED 2006/09/01 17:51:46 kaib 1.58.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [db7d9b9c40b81b22590fefc98e448cfff0c746d9]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:51:46 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ebfc6198577b3d2dfb9f811d0eb3b2bde7ab5397]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:51:46 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [beb14bd128a3ce7e118378a7a7a862f226f7da5b]

        INTEGRATION: CWS pchfix02 (1.34.2); FILE MERGED 2006/09/01 17:51:45 kaib 1.34.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84db087ee9dd0c0c445bc3945f56b84b6c77dc1f]

        INTEGRATION: CWS pchfix02 (1.11.474); FILE MERGED 2006/09/01 17:51:45 kaib 1.11.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b974e7989d9331c67d3e0fc5844a6fb05e263bb7]

        INTEGRATION: CWS pchfix02 (1.40.2); FILE MERGED 2006/09/01 17:51:44 kaib 1.40.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [734dab7c4ee06470c5cc1f2cd0a1b18cb18bd67a]

        INTEGRATION: CWS pchfix02 (1.38.2); FILE MERGED 2006/09/01 17:51:44 kaib 1.38.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [72d6a5b086fd68086b2096ee4363bb08d08476c8]

        INTEGRATION: CWS pchfix02 (1.47.2); FILE MERGED 2006/09/01 17:51:44 kaib 1.47.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [86b01d828ad8aa6a118bd1d4894c27f3025b9956]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:44 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20aff9d5d6b31f4ca3b4858ccb1163bea765216e]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:51:43 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [915fa979862975247b3b01855660cc87a3dd765c]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:43 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fab3f02f945356d4d53c45b5b13b5b0a703d5b1d]

        INTEGRATION: CWS pchfix02 (1.40.2); FILE MERGED 2006/09/01 17:51:43 kaib 1.40.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53126a77eed219bca6573cb6173a944a3be88d9e]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:43 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [944b572d64c30345667558bdc1a83f23bcb97d66]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:51:42 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7eaa8e66b1e2d82af032eb2276e63ccdc24a9c68]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:51:42 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2363fa517704baf24444b0aa92f0914c2d25ee9d]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:51:42 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [129e5d18c2121196feda15ac24bd997c7534cf6c]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:51:42 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b02db6c1fbb8958b445f17eccb046cf70ad7fe0]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:42 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bdded88c665376021504661c6cec937a77c53172]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:51:42 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7a878d7d3aac8c3f0746213b7027d9208c22b08]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:51:42 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [230c3caea676241cbb9872746ec9b5f937d5c20f]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:51:41 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6829e5b55b01b2bc4e091438d23cf2e1323d6a30]

        INTEGRATION: CWS pchfix02 (1.24.2); FILE MERGED 2006/09/01 17:51:41 kaib 1.24.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46641c0a861744a3b07f9669f65672c2a2fd9398]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:51:41 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cff73231f451a3b3621058af2168dd62e73d16a9]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:41 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e057422806b5da75723bfcd7702b22e3b371cb3]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:41 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2d3d90e315b4ec55c54e00244df922f35d2bc2bc]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:51:40 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a4faede2570e213968b6bc68f721fc6ee88fb2d4]

        INTEGRATION: CWS pchfix02 (1.12.386); FILE MERGED 2006/09/01 17:51:40 kaib 1.12.386.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3751fefd3d07d2b64557bf2e78aed4d915e22896]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:51:40 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [be36b30ecd87e1568495b964e54bbe97c1e59a5d]

        INTEGRATION: CWS pchfix02 (1.27.2); FILE MERGED 2006/09/01 17:51:40 kaib 1.27.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [baadccc33910cbb0c695bf3c7a8efb50fef04fa3]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:51:39 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5af9a445e5897375de6ad5926b79134c84a7f076]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:39 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [da4cf4d8ddd9830636bf0736114f998c21350b1f]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:39 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f0e3c7cf80acb198772f2801f586c23eaedb6c7]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:51:39 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fa364f04eaa7de3c82ecbffb62d9c9c97e20c9c]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:51:38 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [300bbb61d964d06b1aeb736cb342235e3f25e010]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:38 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab7c686f7daeb8f395badc67ba775d515469dcf3]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:51:38 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c3a36e39cc41af1b48e9bb48dc7a256f812456d]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:38 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7059d727e29f2167d503a20c992b528ab713432c]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:51:38 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [67efb59e1c0d31cf44c881ee512db31cdeaea31e]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:51:37 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b4ddca12f8823f24e6a16aeb29be757202a181e0]

        INTEGRATION: CWS pchfix02 (1.43.2); FILE MERGED 2006/09/01 17:51:37 kaib 1.43.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4637d05c89cf0759f63fafd98f1500682020e004]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:37 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a69fe03fb626c70c7a3680ab7be782372dee55d]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:51:37 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a34a62459a3c61ea82f1cce886399cb530a539fb]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:51:36 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [30d3faf6ea971b239736f73cc6e1ed6fbc82c777]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c536265db1f7834f8b0ed26f98447cb678bcf2c8]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f52b8fb3362acb15746eab31008c6f576b67a4d]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ed4066f7ff7c594b6a420813b778588df76cc55]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b62848920eb5ff48d9f4bd757107d4c34c3ec76]

        INTEGRATION: CWS pchfix02 (1.40.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.40.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7970e3bbecf8bdf52981f92fdcb19ff63244a44]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:36 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ba46e97ef87311cc2f463446cb4f9394d752891a]

        INTEGRATION: CWS pchfix02 (1.31.2); FILE MERGED 2006/09/01 17:51:35 kaib 1.31.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef3d76afb5a03100c01fbac5ed97d2197373c2d8]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:35 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e7041fd6d0b7f27995c053a770a7c49c178efb4]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:51:35 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3248540437d97be2c80abfc6272f6c0b481a47d1]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:51:34 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d5733e550f59968df93c9e3de6f41e0833d0df4]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:34 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b9b3ed8760a263eba20c84de5695f95454bff82]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:34 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3d1212ba0f690b38501e67ea2b056124b87fc722]

        INTEGRATION: CWS pchfix02 (1.20.2); FILE MERGED 2006/09/01 17:51:34 kaib 1.20.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c38acd149a193956d992dafe17adb8516da2227f]

        INTEGRATION: CWS pchfix02 (1.51.2); FILE MERGED 2006/09/01 17:51:33 kaib 1.51.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ef7734fd8bad444714cd4ca51e018fa5f8003e3]

        INTEGRATION: CWS pchfix02 (1.11.474); FILE MERGED 2006/09/01 17:51:33 kaib 1.11.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4a56b05308e8ee5f9c8a0a93697a717ae213026]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:51:33 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5557914439ab5f5ff69a8632578542c0cd7c30e2]

        INTEGRATION: CWS pchfix02 (1.21.2); FILE MERGED 2006/09/01 17:51:32 kaib 1.21.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14fe55e725f3a4bd9f1977b7e84d45d7b64958f4]

        INTEGRATION: CWS pchfix02 (1.7.248); FILE MERGED 2006/09/01 17:51:32 kaib 1.7.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [55be5d6c33f4cfd24d703340fe3c9cc4fa29b65e]

        INTEGRATION: CWS pchfix02 (1.28.2); FILE MERGED 2006/09/01 17:51:32 kaib 1.28.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d5599ec302111c28fdef23bdd999afd6ed4fec5]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:51:32 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a4bace22087b598269167d448cce478d27f132d7]

        INTEGRATION: CWS pchfix02 (1.38.2); FILE MERGED 2006/09/01 17:51:31 kaib 1.38.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [821740b3247ae7d40887ebe5429a0665eff0ebed]

        INTEGRATION: CWS pchfix02 (1.27.2); FILE MERGED 2006/09/01 17:51:31 kaib 1.27.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8fe9f6cdaf8b17953898e3fac465229bf417173]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:31 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [538e8bbe1a9331d4106be035aa02e5a017edbef7]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:51:31 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21d25327970aad484f58228ebd5dbcae7969ed0e]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:30 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23a3b0cb10d5f82f021c43c2313db6650358b763]

        INTEGRATION: CWS pchfix02 (1.22.2); FILE MERGED 2006/09/01 17:51:30 kaib 1.22.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5dd71b3c1324ba59bb14f397b40957fb66d73af1]

        INTEGRATION: CWS pchfix02 (1.6.2); FILE MERGED 2006/09/01 17:51:30 kaib 1.6.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6f3b90edfe361dcce95ab175cf5c37ff992d501d]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:51:30 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [187b7b98cf225dffeb488c8ffd8a5d796ff41b99]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:29 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [91371e2d608720e3d052388d06a81c6420b1c69f]

        INTEGRATION: CWS pchfix02 (1.18.104); FILE MERGED 2006/09/01 17:51:29 kaib 1.18.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d0e146ab967d3b878143632a300c5a3f9c4f82f]

        INTEGRATION: CWS pchfix02 (1.7.206); FILE MERGED 2006/09/01 17:51:29 kaib 1.7.206.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [37a5c57605104e28dfc69150cdea7d0f67327377]

        INTEGRATION: CWS pchfix02 (1.43.2); FILE MERGED 2006/09/01 17:51:28 kaib 1.43.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [363b11b3de034cd9412dd223d9cdf43298075094]

        INTEGRATION: CWS pchfix02 (1.36.2); FILE MERGED 2006/09/01 17:51:28 kaib 1.36.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e0b7847fae983f55579f54657546b9d1ac7f290e]

        INTEGRATION: CWS pchfix02 (1.33.2); FILE MERGED 2006/09/01 17:51:28 kaib 1.33.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d04e22434575213c57205b432db34a1646e9eff6]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:28 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [33415f5f3b0364cac2a791746bed12e5fe976b2a]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:51:28 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [816e4335f7bede5d508891fdd91b0592e80784ff]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:51:27 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8af172024e38cb9dea45ef0ed855a7f04cf9cacd]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:27 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c2817c66831522d7e43d6834ff417c110ed1077]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:27 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c151cee04784051702cfc7d72e8b7410770b5c8]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:27 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [24dbaa8007628b371bb348a8319c981fb00ef7eb]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:27 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eefccd2cf8095d515ca65f66dd8f104047ee7d6e]

        INTEGRATION: CWS pchfix02 (1.43.2); FILE MERGED 2006/09/01 17:51:26 kaib 1.43.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bc8578e71f2af6d34bba715a783c1b8bd4ec5fa2]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:26 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [139ac62e317aeeac2bdbb602c54ce070fed9a2fb]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:26 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [99ddebfc11aa10d97c823cd9cd69ba9dae6d5b92]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:51:26 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a9f819a01bc4edaa2dca860b90fe5b92f4602c7]

        INTEGRATION: CWS pchfix02 (1.40.2); FILE MERGED 2006/09/01 17:51:26 kaib 1.40.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e5caa926add7a4b4f714bea2675cd413e65edd1]

        INTEGRATION: CWS pchfix02 (1.57.2); FILE MERGED 2006/09/01 17:51:25 kaib 1.57.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ecf6a9ab2f6bfc5ce33b08b3debad6ea6862f65f]

        INTEGRATION: CWS pchfix02 (1.66.2); FILE MERGED 2006/09/01 17:51:25 kaib 1.66.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c961796d7fe59667dbfbc29beb4896a601d9633]

        INTEGRATION: CWS pchfix02 (1.41.2); FILE MERGED 2006/09/01 17:51:25 kaib 1.41.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [11078970aeaa9ae6099966aa1cd8292486042221]

        INTEGRATION: CWS pchfix02 (1.5.2); FILE MERGED 2006/09/01 17:51:25 kaib 1.5.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [76e4a517bc81f12d9dbb0b8c76ad99a35be1a0ad]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:25 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [81f518b56c1bed6be7718f7c3b59ebc214273721]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:24 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3dea5a314b0c2ed08387ebac48532bd72e520590]

        INTEGRATION: CWS pchfix02 (1.38.2); FILE MERGED 2006/09/01 17:51:24 kaib 1.38.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c189a7171892d2d38070de1b68bbd2ab57af5f9f]

        INTEGRATION: CWS pchfix02 (1.29.2); FILE MERGED 2006/09/01 17:51:24 kaib 1.29.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [734d07a6c9a9524fddc02c7d239b7b484ea1228e]

        INTEGRATION: CWS pchfix02 (1.26.2); FILE MERGED 2006/09/01 17:51:24 kaib 1.26.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f16372d1277047b45f0add42403569437658f47a]

        INTEGRATION: CWS pchfix02 (1.37.2); FILE MERGED 2006/09/01 17:51:23 kaib 1.37.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [654261cdde6dd8102a3b96d673df3aa1827f4a1a]

        INTEGRATION: CWS pchfix02 (1.35.2); FILE MERGED 2006/09/01 17:51:23 kaib 1.35.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ace2db5fba97cdb75a4b30d3e690c439303c3126]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:51:23 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3321f682b1914ee5e18c42376581fafa6962da2b]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:23 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dca7c338b8046d7b4d6b00e64da3fc6b7efe6736]

        INTEGRATION: CWS pchfix02 (1.16.2); FILE MERGED 2006/09/01 17:51:22 kaib 1.16.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3559a798c5c0ea76cd34d3e4a8eb3de63ce4f1e5]

        INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED 2006/09/01 17:51:22 kaib 1.9.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2aee4472021b581c3499f2bd90f892348210b917]

        INTEGRATION: CWS pchfix02 (1.19.2); FILE MERGED 2006/09/01 17:51:22 kaib 1.19.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [74a9c645ff3ef1370a906506bbed4095fa8e3a54]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:22 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ffa06ffa7632d646a4ecd850601ebc76bb9906f7]

        INTEGRATION: CWS pchfix02 (1.45.2); FILE MERGED 2006/09/01 17:51:22 kaib 1.45.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70242f70f1d631ab23115b714ce3509e257c519b]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:22 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dff3ebcfad59d66f7a11ea632b1fa1e59dbda8aa]

        INTEGRATION: CWS pchfix02 (1.13.2); FILE MERGED 2006/09/01 17:51:21 kaib 1.13.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [efd2b539afd0cb1ff1f2f5b4c32f97bcc78b553c]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:51:21 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d9dbf9a610707af89b74ed967ba86416150f152]

        INTEGRATION: CWS pchfix02 (1.22.2); FILE MERGED 2006/09/01 17:51:21 kaib 1.22.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e216251bc70db6480ac4fa0f4074c62c7acf45c]

        INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED 2006/09/01 17:51:21 kaib 1.10.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7fa11f8e89e276d08383fa9790685c18609c913d]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:21 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f9485dc69c56d1aa63aaa382508605e12ea8237]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:51:20 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32f575784a7674926fa9958db6bc5804d51e0538]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:20 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e6298367504115912839e631085cd1927f80ab6]

        INTEGRATION: CWS pchfix02 (1.49.2); FILE MERGED 2006/09/01 17:51:20 kaib 1.49.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [564b2101bb8cfecf7d586bf72898b8521b1823b8]

        INTEGRATION: CWS pchfix02 (1.10.476); FILE MERGED 2006/09/01 17:51:20 kaib 1.10.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [919dd86eebcc24874de25e9f29aefb8b810a9186]

        INTEGRATION: CWS pchfix02 (1.18.2); FILE MERGED 2006/09/01 17:51:19 kaib 1.18.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [11c489d6ac14ed26e7a783b6d9702463f2d69548]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:51:19 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31e9ce89ff2c4187a81c8430dedc1f94b20b8966]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:19 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe361106438d8a80c93892408977384b6db3cf7c]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:19 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53182fb6ef0185b801b01fba5c337025cea339a6]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:51:19 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [383a1c47556d32f3edeaa516cf99a733cecd6d85]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:51:19 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a052569762407779132ab48594af3475a43a98d9]

        INTEGRATION: CWS pchfix02 (1.17.2); FILE MERGED 2006/09/01 17:51:18 kaib 1.17.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [358c0cec4183af91c4993abf14f20ace186e6cf6]

        INTEGRATION: CWS pchfix02 (1.59.2); FILE MERGED 2006/09/01 17:51:18 kaib 1.59.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e070cb8a48cdb28eb010c166a4a29a2f39dce43]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:51:18 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a2629875a915baef89097877cb881563d2219107]

        INTEGRATION: CWS pchfix02 (1.9.2); FILE MERGED 2006/09/01 17:51:18 kaib 1.9.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c22df9318e8ee78c3d2c63f0b42b21c36ef58728]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:18 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1cccb39b835144631e59951c4cf2ba02bd3df66a]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:51:17 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f284fb609f2c3a21b6e63838d9552e3721431014]

        INTEGRATION: CWS pchfix02 (1.11.476); FILE MERGED 2006/09/01 17:51:17 kaib 1.11.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ede91a9fcc8f6f5db5e7d9391c0bca580fe4157d]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:17 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f5b4c8081f121d57f5e8926f2ef1e05480f04568]

        INTEGRATION: CWS pchfix02 (1.14.2); FILE MERGED 2006/09/01 17:51:17 kaib 1.14.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [64ebdbd468eaae18c594e478081188df7ed3a767]

        INTEGRATION: CWS pchfix02 (1.9.476); FILE MERGED 2006/09/01 17:51:17 kaib 1.9.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [03799d7209a7568296d76271074773a30ad8aeb5]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:16 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2e2c779e3fc0e60de9d483e4e81a5095b5de110]

        INTEGRATION: CWS pchfix02 (1.55.2); FILE MERGED 2006/09/01 17:51:16 kaib 1.55.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a9cf44ff92a8c32e803d3e46bbbb11c3fa60cc2]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:16 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fb7ee54402e901942671009c1636822367188677]

        INTEGRATION: CWS pchfix02 (1.5.390); FILE MERGED 2006/09/01 17:51:16 kaib 1.5.390.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2416b89fe1f0f00c22c8d6111b1aa415c6d9b8f]

        INTEGRATION: CWS pchfix02 (1.38.2); FILE MERGED 2006/09/01 17:51:16 kaib 1.38.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [498feb3c091419813a0acef67e5e77575351bd1b]

        INTEGRATION: CWS pchfix02 (1.13.476); FILE MERGED 2006/09/01 17:51:16 kaib 1.13.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4708ed647a1396126779d3f6c82a9a13beabdb4f]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:15 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84d0c65faa4a2f6603a828e3fced2d7acc452b4e]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:51:15 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8adbebd8a86c1b9673eda5958c15fee245172b3c]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:15 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c033146911597d498db88af644f10dbeaaf38288]

        INTEGRATION: CWS pchfix02 (1.4.474); FILE MERGED 2006/09/01 17:51:15 kaib 1.4.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b9b995d98f262dea77421e6851f7a14a1b383e9]

        INTEGRATION: CWS pchfix02 (1.4.2); FILE MERGED 2006/09/01 17:51:14 kaib 1.4.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a615539df46216c7b4ba36706e3710cfe94237f4]

        INTEGRATION: CWS pchfix02 (1.3.474); FILE MERGED 2006/09/01 17:51:14 kaib 1.3.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9315fcd705971fa1454f0d0411204f6afa27e309]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:14 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9ada92c83d1440fca47eb0f9abc7a1ad6d69d0b]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:14 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [608b7e9befcdb4752ce47b561e21f34f3e1d8bfb]

        INTEGRATION: CWS pchfix02 (1.25.2); FILE MERGED 2006/09/01 17:51:14 kaib 1.25.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce203dd4afc394eb85d8aff8e72fd64e0e963c29]

        INTEGRATION: CWS pchfix02 (1.11.474); FILE MERGED 2006/09/01 17:51:13 kaib 1.11.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [65f806d3a26eb25624ccb20d90c56e79c16605d3]

        INTEGRATION: CWS pchfix02 (1.8.476); FILE MERGED 2006/09/01 17:51:13 kaib 1.8.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93fa68507442b32dd6c18665ab42e93d26117747]

        INTEGRATION: CWS pchfix02 (1.29.476); FILE MERGED 2006/09/01 17:51:13 kaib 1.29.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f609d3addc63124f58c9bfca8b7bfb41ea25987]

        INTEGRATION: CWS pchfix02 (1.65.2); FILE MERGED 2006/09/01 17:51:13 kaib 1.65.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e93d0e36ed4c418bca4fae02a8c21e70d21f5d5e]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:51:13 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b653551f217fcfa1bf64901466ba78cc32c59ce]

        INTEGRATION: CWS pchfix02 (1.8.2); FILE MERGED 2006/09/01 17:51:13 kaib 1.8.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16e8cd8fa74e8ecda9c0c76f02a600f49bf74bd3]

        INTEGRATION: CWS pchfix02 (1.52.2); FILE MERGED 2006/09/01 17:51:12 kaib 1.52.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d2577ebc6f9a52a12ba7fcf38436f999c5e1109]

        INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED 2006/09/01 17:51:12 kaib 1.3.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a8ccc547118667b7b3110a4c08608949c7203f1]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:51:12 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c77379d6a80c408f312aab9e472014ea9b79bb1]

        INTEGRATION: CWS pchfix02 (1.12.2); FILE MERGED 2006/09/01 17:51:12 kaib 1.12.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6fa64e42311d385dc2cfd8ac3cf1c4b844c73711]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:51:12 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94d79aa95165566648438ee6e9029b38824507c3]

        INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED 2006/09/01 17:51:12 kaib 1.5.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a8a06e9428d22fd287f8bd4b8289314b5d547ed]

        INTEGRATION: CWS pchfix02 (1.6.476); FILE MERGED 2006/09/01 17:51:12 kaib 1.6.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [97b7b4821ede8d4174dc36bfd2514de44b697059]

        INTEGRATION: CWS pchfix02 (1.4.476); FILE MERGED 2006/09/01 17:51:11 kaib 1.4.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a7e8bb7c0a214e3584f2c9a0f0fa0e1525df5ca]

        INTEGRATION: CWS pchfix02 (1.8.474); FILE MERGED 2006/09/01 17:51:11 kaib 1.8.474.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [289c58bde64af33871e0f17d15e5fe784cbedb98]

        INTEGRATION: CWS pchfix02 (1.23.2); FILE MERGED 2006/09/01 17:51:11 kaib 1.23.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a2d34375d4344a365d3ee907cbf5ddb9076bc51]

        INTEGRATION: CWS pchfix02 (1.11.2); FILE MERGED 2006/09/01 17:51:11 kaib 1.11.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2e29d2b12ff9bc9ede300965b8fa6642db4d1c9]

        INTEGRATION: CWS pchfix02 (1.7.476); FILE MERGED 2006/09/01 17:51:11 kaib 1.7.476.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e6327c0a845a6be6b8c4e33d8871649d5b022c99]

        INTEGRATION: CWS pchfix02 (1.28.2); FILE MERGED 2006/09/01 17:51:10 kaib 1.28.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [97fe32ace67daa8e8084757231bf54d5b5739c61]

        INTEGRATION: CWS pchfix02 (1.53.2); FILE MERGED 2006/09/01 17:51:10 kaib 1.53.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fd721161b69e458c7c3ee7cc52f023e626fb569d]

        INTEGRATION: CWS pchfix02 (1.15.2); FILE MERGED 2006/09/01 17:51:10 kaib 1.15.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [932dac77643f991381d278c1ac47b2cfd1c494dd]

        INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED 2006/09/01 17:51:10 kaib 1.7.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a869d17e5e21cbf822d76a34a334b4b63652dc6]

        INTEGRATION: CWS pchfix02 (1.7.62); FILE MERGED 2006/09/01 17:51:10 kaib 1.7.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [387a6874bd607654c14c01d166df0daee29ee88f]

        INTEGRATION: CWS pchfix02 (1.2.2); FILE MERGED 2006/09/01 17:51:09 kaib 1.2.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa51d77fddb7b9b07b255897cfbe646fb5ec5051]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:51:09 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36c43ce0ede2725e7f0c27850430087bcce940cc]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:42 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [99a3a2ee8ffc92f1a8c499212e330ab8421c1b4d]

        INTEGRATION: CWS pchfix02 (1.58.36); FILE MERGED 2006/09/01 17:37:42 kaib 1.58.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89d11750b508984245e82fb86db9bb95080674a3]

        INTEGRATION: CWS pchfix02 (1.51.36); FILE MERGED 2006/09/01 17:37:42 kaib 1.51.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ecf6a3423736e4430ad9c6617c164f7932dc9e05]

        INTEGRATION: CWS pchfix02 (1.43.8); FILE MERGED 2006/09/01 17:37:42 kaib 1.43.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f661d4142d899669abcbb7db62a321f67e9f78ac]

        INTEGRATION: CWS pchfix02 (1.8.200); FILE MERGED 2006/09/01 17:37:42 kaib 1.8.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6cb2f3280aada592602a2e9cc5427f3022f0aaea]

        INTEGRATION: CWS pchfix02 (1.16.278); FILE MERGED 2006/09/01 17:37:42 kaib 1.16.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [598356478cb6f2419ae341fa246b87be2d16359c]

        INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED 2006/09/01 17:37:41 kaib 1.8.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b5d0e29f87d9bb361a5f17286a1383ae0048d5e3]

        INTEGRATION: CWS pchfix02 (1.32.196); FILE MERGED 2006/09/01 17:37:41 kaib 1.32.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a82412433d62e072f4432007793af8e7fcebb18]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:41 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5162a00524bd60b811b7396084f2c594a5e5431c]

        INTEGRATION: CWS pchfix02 (1.28.118); FILE MERGED 2006/09/01 17:37:41 kaib 1.28.118.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b91187f2723cab5d514df5c5775595808a7540e2]

        INTEGRATION: CWS pchfix02 (1.66.28); FILE MERGED 2006/09/01 17:37:40 kaib 1.66.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84786ee68c0656b717a76ad3dfbe4ed7dc7e0c14]

        INTEGRATION: CWS pchfix02 (1.51.28); FILE MERGED 2006/09/01 17:37:40 kaib 1.51.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4431e18ceb750be1fd7b4aa338e54ad699614490]

        INTEGRATION: CWS pchfix02 (1.50.28); FILE MERGED 2006/09/01 17:37:40 kaib 1.50.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a61cc3210013fafbe65bb6b81967572f1493695]

        INTEGRATION: CWS pchfix02 (1.4.278); FILE MERGED 2006/09/01 17:37:40 kaib 1.4.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [473893c0150f2bc66864adf7352eb89b6bbea361]

        INTEGRATION: CWS pchfix02 (1.30.94); FILE MERGED 2006/09/01 17:37:40 kaib 1.30.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d37b45392379582d60a7129a231123615840e755]

        INTEGRATION: CWS pchfix02 (1.41.142); FILE MERGED 2006/09/01 17:37:40 kaib 1.41.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2f91d4ff557b5a50873bccef25d7115042bd8506]

        INTEGRATION: CWS pchfix02 (1.81.8); FILE MERGED 2006/09/01 17:37:39 kaib 1.81.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [33c11db84d0530833f0b2fb79a37216d3fef11be]

        INTEGRATION: CWS pchfix02 (1.24.200); FILE MERGED 2006/09/01 17:37:39 kaib 1.24.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0930cbb682e9c218eaeaf45b9f929792bce49ec3]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:37:39 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa54ef258ad35a7d3e2670ade99a3912f543bdc2]

        INTEGRATION: CWS pchfix02 (1.29.270); FILE MERGED 2006/09/01 17:37:39 kaib 1.29.270.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [167e1231bef6ea9bacfc31890f944abb7623dff1]

        INTEGRATION: CWS pchfix02 (1.17.144); FILE MERGED 2006/09/01 17:37:39 kaib 1.17.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [77e19004d97d6349ab5f093785dfac0014ef0b9b]

        INTEGRATION: CWS pchfix02 (1.17.30); FILE MERGED 2006/09/01 17:37:39 kaib 1.17.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5db64a6836c2970aa444f5ae9004123517d87359]

        INTEGRATION: CWS pchfix02 (1.17.282); FILE MERGED 2006/09/01 17:37:39 kaib 1.17.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a93f434dbdeade26c86656f626379ceaae33c818]

        INTEGRATION: CWS pchfix02 (1.9.282); FILE MERGED 2006/09/01 17:37:38 kaib 1.9.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bfaad5c9df0c58c0ca539d13fd0d0bb72279022a]

        INTEGRATION: CWS pchfix02 (1.11.30); FILE MERGED 2006/09/01 17:37:38 kaib 1.11.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [de0728a07037686b3381cb15ac62d66b4368727a]

        INTEGRATION: CWS pchfix02 (1.17.30); FILE MERGED 2006/09/01 17:37:38 kaib 1.17.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [08d1adfda3daeca2c1eb6fa151da3f40170fdf58]

        INTEGRATION: CWS pchfix02 (1.60.24); FILE MERGED 2006/09/01 17:37:38 kaib 1.60.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d6fbe2767463c153ac0f9ac7f15194cb62bfbdf9]

        INTEGRATION: CWS pchfix02 (1.8.280); FILE MERGED 2006/09/01 17:37:38 kaib 1.8.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a57268734c332abd67dfce1e302f08c8b164f92c]

        INTEGRATION: CWS pchfix02 (1.27.28); FILE MERGED 2006/09/01 17:37:38 kaib 1.27.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [007ea29658be98cc66328d4c89f6c5104ca33196]

        INTEGRATION: CWS pchfix02 (1.24.142); FILE MERGED 2006/09/01 17:37:38 kaib 1.24.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c38c09d3c96d70371310d6eb9bf341b3cb832dff]

        INTEGRATION: CWS pchfix02 (1.42.28); FILE MERGED 2006/09/01 17:37:37 kaib 1.42.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ed87a7f7fe42a87842508da593bdebb82d2c30d3]

        INTEGRATION: CWS pchfix02 (1.17.28); FILE MERGED 2006/09/01 17:37:37 kaib 1.17.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c16ceda587c86eb9d80b989e0324a3ae9a29351]

        INTEGRATION: CWS pchfix02 (1.16.28); FILE MERGED 2006/09/01 17:37:37 kaib 1.16.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14153b4bdb1f9079d1e5b42764e41e4a469a6242]

        INTEGRATION: CWS pchfix02 (1.68.22); FILE MERGED 2006/09/01 17:37:37 kaib 1.68.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa7ca65932ac1fe0699f47a6dc431794de9c2fee]

        INTEGRATION: CWS pchfix02 (1.22.28); FILE MERGED 2006/09/01 17:37:37 kaib 1.22.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2fc65fdcaca0f8f07ed1d21b9477b8717dcae247]

        INTEGRATION: CWS pchfix02 (1.45.144); FILE MERGED 2006/09/01 17:37:37 kaib 1.45.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [34a14671597ae4738f1474a4de20acc8d7d157d2]

        INTEGRATION: CWS pchfix02 (1.33.24); FILE MERGED 2006/09/01 17:37:36 kaib 1.33.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7bb6c1b07ee62f9ae232d0e8a71a23f18c958b3b]

        INTEGRATION: CWS pchfix02 (1.37.28); FILE MERGED 2006/09/01 17:37:36 kaib 1.37.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f384fe110661e780254514b91eed368acf0a5991]

        INTEGRATION: CWS pchfix02 (1.45.28); FILE MERGED 2006/09/01 17:37:36 kaib 1.45.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f4f661934f7b55fea8e532727768f7f33486b23f]

        INTEGRATION: CWS pchfix02 (1.69.24); FILE MERGED 2006/09/01 17:37:36 kaib 1.69.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab8f457b11cebd7e95052b1b800bb96148ce7c7b]

        INTEGRATION: CWS pchfix02 (1.24.198); FILE MERGED 2006/09/01 17:37:36 kaib 1.24.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3b7fe5bb7525e3eb0c7d07190a1ad9f298f0609]

        INTEGRATION: CWS pchfix02 (1.22.144); FILE MERGED 2006/09/01 17:37:36 kaib 1.22.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0569f509cf9345cb6ee138a710d5c493f019e80b]

        INTEGRATION: CWS pchfix02 (1.11.28); FILE MERGED 2006/09/01 17:37:35 kaib 1.11.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5aa746c6932b10437725f746e765701c8f40a7ea]

        INTEGRATION: CWS pchfix02 (1.40.24); FILE MERGED 2006/09/01 17:37:35 kaib 1.40.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bcb7bbdf9a14192b5943393bec4d0f1cb615bc89]

        INTEGRATION: CWS pchfix02 (1.6.96); FILE MERGED 2006/09/01 17:37:35 kaib 1.6.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4660046e4f77a987ec9e6990122c80f892be962]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:35 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a2b1eb0e5574088dc7f5f6bb963d8bed40da976a]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:35 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b5bd8b98fd8f14d28c988f0ca42b104ea2a86a6]

        INTEGRATION: CWS pchfix02 (1.9.146); FILE MERGED 2006/09/01 17:37:35 kaib 1.9.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [083641ffa47a96ff9323d5a7815ef373bb9cd9a7]

        INTEGRATION: CWS pchfix02 (1.15.144); FILE MERGED 2006/09/01 17:37:35 kaib 1.15.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [507f2c48948cd5caca7931c5a38736a2f9d1933f]

        INTEGRATION: CWS pchfix02 (1.19.144); FILE MERGED 2006/09/01 17:37:34 kaib 1.19.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f7d12e01fc6ab80c67f3bccc3a2250993bb5f7d]

        INTEGRATION: CWS pchfix02 (1.3.280); FILE MERGED 2006/09/01 17:37:34 kaib 1.3.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [683f3e938e121fe6158876a9ad658543931a4b91]

        INTEGRATION: CWS pchfix02 (1.30.26); FILE MERGED 2006/09/01 17:37:34 kaib 1.30.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b5fc76d1c940754fb6a0465bad860264dba6089]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:34 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c5277aeaede3e631a674bd6b961a1f1ab01b4d0]

        INTEGRATION: CWS pchfix02 (1.5.216); FILE MERGED 2006/09/01 17:37:34 kaib 1.5.216.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fe01d3ed313f39bb512fe69364ecf8cdd48a019]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:37:34 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3166965e638115b63debb3d33694f4ca30b1cc75]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:33 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [899354f4156da9295bc005c7c71aa8ac87911cdb]

        INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:37:33 kaib 1.9.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a03812d01e4690ba451bff8ebaded82596eb9d71]

        INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED 2006/09/01 17:37:33 kaib 1.7.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7163da45b5366eba3f9f4be874fd64b285104af7]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:33 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [24b1eecc79183017c9bbc319dd031cd20da0daec]

        INTEGRATION: CWS pchfix02 (1.25.28); FILE MERGED 2006/09/01 17:37:33 kaib 1.25.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2630e52cad750cdbcf2e715daf924253cc33890a]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:37:32 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c5eafe6c653ecf16311d2bdeeaf2871b75fa172]

        INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED 2006/09/01 17:37:32 kaib 1.7.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16073dd2c4c7961c75fc099049ea7a3375447113]

        INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:37:32 kaib 1.7.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b85130a7b26e9305662970edc993bc4337c0248]

        INTEGRATION: CWS pchfix02 (1.7.146); FILE MERGED 2006/09/01 17:37:32 kaib 1.7.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [899153a35b27e9aafe12c897b331f706ee521e7d]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:32 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7796ce053b4cfb0fa328300a5a2b96cc43864cef]

        INTEGRATION: CWS pchfix02 (1.6.280); FILE MERGED 2006/09/01 17:37:32 kaib 1.6.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [253a683e7c5258158c951c0b6e64ad74d39658d1]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:31 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4743114242ada282aec124eeb2581bd18f43e9b6]

        INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGED 2006/09/01 17:37:31 kaib 1.4.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ce44b4d33bc83db8f3e74de0c82358ac515330f]

        INTEGRATION: CWS pchfix02 (1.13.280); FILE MERGED 2006/09/01 17:37:31 kaib 1.13.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [44d9e477c31a1256a052e338fdbcb4969c942151]

        INTEGRATION: CWS pchfix02 (1.82.28); FILE MERGED 2006/09/01 17:37:30 kaib 1.82.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3eda83a9d25e0950fa9af7d2bcc0963e521a901c]

        INTEGRATION: CWS pchfix02 (1.54.62); FILE MERGED 2006/09/01 17:37:30 kaib 1.54.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f86838ca7a8c9657d98d196735609d4b28c5a3e8]

        INTEGRATION: CWS pchfix02 (1.5.274); FILE MERGED 2006/09/01 17:37:30 kaib 1.5.274.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a13dff64b274759cdcfed4c3f25fdd3705e965d9]

        INTEGRATION: CWS pchfix02 (1.95.92); FILE MERGED 2006/09/01 17:37:30 kaib 1.95.92.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [994c1dde23f18bec648b373470b13760e07730b2]

        INTEGRATION: CWS pchfix02 (1.9.278); FILE MERGED 2006/09/01 17:37:30 kaib 1.9.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1445b40eb8375af290ebfb2281568adcbcd08862]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:30 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d67f6295249b57712ae642f92c77bcb0227285bb]

        INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED 2006/09/01 17:37:29 kaib 1.8.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4e9e1f3c424c19565285bf82e1d93d8edef83f67]

        INTEGRATION: CWS pchfix02 (1.9.252); FILE MERGED 2006/09/01 17:37:29 kaib 1.9.252.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [19312babacd38d6725f364fe4e2afad6a8787e37]

        INTEGRATION: CWS pchfix02 (1.9.230); FILE MERGED 2006/09/01 17:37:29 kaib 1.9.230.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0b75517b4307886acfe39481078da60d6d7ad1a2]

        INTEGRATION: CWS pchfix02 (1.3.444); FILE MERGED 2006/09/01 17:37:29 kaib 1.3.444.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [653a77931425c258493566173c95b87e76c5f6b6]

        INTEGRATION: CWS pchfix02 (1.9.282); FILE MERGED 2006/09/01 17:37:29 kaib 1.9.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56ee8670a05115427cec0d7ea59ccccc69cc8ee4]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:37:29 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6782988e12b6ec5986d203d5fcebc1755d32c949]

        INTEGRATION: CWS pchfix02 (1.30.216); FILE MERGED 2006/09/01 17:37:28 kaib 1.30.216.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fc476eed25f34c23460ae5aa465c4c6ef2829a2c]

        INTEGRATION: CWS pchfix02 (1.12.122); FILE MERGED 2006/09/01 17:37:28 kaib 1.12.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31fe867beba7d96a543d6e73df3b173ac7235666]

        INTEGRATION: CWS pchfix02 (1.8.146); FILE MERGED 2006/09/01 17:37:28 kaib 1.8.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2adff1cf29830256edd7b7cf8fd1e2c5b7db1da]

        INTEGRATION: CWS pchfix02 (1.16.144); FILE MERGED 2006/09/01 17:37:28 kaib 1.16.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ad4734d9c49a23092b3e2c77cb549a25c04e4b3b]

        INTEGRATION: CWS pchfix02 (1.29.28); FILE MERGED 2006/09/01 17:37:28 kaib 1.29.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [04f229830bcda11c59dc928cc0657a19e6e67524]

        INTEGRATION: CWS pchfix02 (1.17.146); FILE MERGED 2006/09/01 17:37:28 kaib 1.17.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c10084ac7b4e04fa9045e68302aa117ffd8625b4]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:37:27 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c906401f6fe54964d9ef44143f6141bab04f9af]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:27 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa597ed8f4fe642f4b561a6524ed60d33af7c07a]

        INTEGRATION: CWS pchfix02 (1.4.104); FILE MERGED 2006/09/01 17:37:27 kaib 1.4.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a65b2bca14822c17791c52beca2598783425efa1]

        INTEGRATION: CWS pchfix02 (1.8.88); FILE MERGED 2006/09/01 17:37:27 kaib 1.8.88.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9012159cee392ea4ee375e204eef2c16b08a2c62]

        INTEGRATION: CWS pchfix02 (1.7.86); FILE MERGED 2006/09/01 17:37:27 kaib 1.7.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59aecd26fa1269c94e7ab1190f03f812d9ea38c6]

        INTEGRATION: CWS pchfix02 (1.11.102); FILE MERGED 2006/09/01 17:37:27 kaib 1.11.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78253f9eda9bfec9a87ba8b1b0ae7c100181686a]

        INTEGRATION: CWS pchfix02 (1.2.198); FILE MERGED 2006/09/01 17:37:26 kaib 1.2.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [598ff640399c7fb01b35f80eab6971f0e2535b33]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:26 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c31d6615c40baa43d88a37f82794e2424093b5c5]

        INTEGRATION: CWS pchfix02 (1.8.104); FILE MERGED 2006/09/01 17:37:26 kaib 1.8.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e6c317fca5e547e78755a099b7ae1de686c4c55]

        INTEGRATION: CWS pchfix02 (1.7.104); FILE MERGED 2006/09/01 17:37:26 kaib 1.7.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [847a378c295411fde4bcf8c7ee6cae00066456e4]

        INTEGRATION: CWS pchfix02 (1.6.104); FILE MERGED 2006/09/01 17:37:26 kaib 1.6.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1e76ffccef2ef7af2e3c777f99b11652297c43a]

        INTEGRATION: CWS pchfix02 (1.17.102); FILE MERGED 2006/09/01 17:37:26 kaib 1.17.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e265fb0408bc3f59e4d1d1f1af490cc1e7f5fbe3]

        INTEGRATION: CWS pchfix02 (1.11.26); FILE MERGED 2006/09/01 17:37:25 kaib 1.11.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d88994a5369b0721c58c44b1fda1107f98926180]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:25 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2609cae48db30bdf31152b6cd8cb70e0b9fb087]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:37:25 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [911f85c485aef0fa09df7fda4581bc4aae2bec4b]

        INTEGRATION: CWS pchfix02 (1.3.26); FILE MERGED 2006/09/01 17:37:25 kaib 1.3.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1cb99632c54b6b57a0484753ade68902031acfc3]

        INTEGRATION: CWS pchfix02 (1.3.38); FILE MERGED 2006/09/01 17:37:25 kaib 1.3.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83c58220c9e36475e02ac9505641e54debb19e2b]

        INTEGRATION: CWS pchfix02 (1.16.26); FILE MERGED 2006/09/01 17:37:25 kaib 1.16.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [172959f732a18063aa9e52aa4f21f04221bc1208]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:37:24 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [439bedb45d06a5230f42d19929a8823216ff9c38]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:24 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [731ed38c0bc8eb6e9a82c689f6a1a3f87de98e81]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:37:24 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e30eedbbd78da3085c065a5f89116794fe214fa4]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:24 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c91cfd5dcc816472a83c5668b0d9bd3449044bc]

        INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED 2006/09/01 17:37:24 kaib 1.6.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa3679ddea3808fa3003f60bfeb16ae91d623aa9]

        INTEGRATION: CWS pchfix02 (1.9.272); FILE MERGED 2006/09/01 17:37:24 kaib 1.9.272.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6af89dc44e8c4bb1f59e4c0113b263b4d4a1db51]

        INTEGRATION: CWS pchfix02 (1.10.196); FILE MERGED 2006/09/01 17:37:23 kaib 1.10.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43bf31cffd1e9e63870bc7888bd1b0db1b71b456]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:23 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e12da40268d6b1410db1f2b0f4f6e88c72a8a19b]

        INTEGRATION: CWS pchfix02 (1.8.96); FILE MERGED 2006/09/01 17:37:23 kaib 1.8.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d55d018c6c1bab70611ef2b252a4184beea282c2]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:23 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1a350b4dfb624b7895260f28d052726ae8d5229]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:37:23 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [26e8d25d48299e4d27730b952856c5cbd513c96d]

        INTEGRATION: CWS pchfix02 (1.14.144); FILE MERGED 2006/09/01 17:37:23 kaib 1.14.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a262fa93bec04f7a02a52c2de744e70baa7b74fb]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:23 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aab29857bbeb213f400188052a615e460c67c028]

        INTEGRATION: CWS pchfix02 (1.7.146); FILE MERGED 2006/09/01 17:37:22 kaib 1.7.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e23605beeb1eece50ab3c1d9b4b921c7bf7a704]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:22 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe99aa0de9994d8d4d8584cbf4afc527f91bccde]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:22 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [91a55880199ff3d66aa2103252c0afb9d359cca9]

        INTEGRATION: CWS pchfix02 (1.7.272); FILE MERGED 2006/09/01 17:37:22 kaib 1.7.272.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ba42880b0448905ac2557796dfec2d38c7bff955]

        INTEGRATION: CWS pchfix02 (1.3.232); FILE MERGED 2006/09/01 17:37:22 kaib 1.3.232.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b3467dc04c210078fe1920d001e845817ea75362]

        INTEGRATION: CWS pchfix02 (1.7.280); FILE MERGED 2006/09/01 17:37:22 kaib 1.7.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38174d7c7ce86427aaaa41f1dedcbb8c986d8913]

        INTEGRATION: CWS pchfix02 (1.18.94); FILE MERGED 2006/09/01 17:37:21 kaib 1.18.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0672bdd7b7cbc7e25220b0b85a915bdb2f5f3222]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:21 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [958f6d8e502af36eca5cb6d5344fbfe76a09ffd3]

        INTEGRATION: CWS pchfix02 (1.8.8); FILE MERGED 2006/09/01 17:37:21 kaib 1.8.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8b783b74c7ab9b954eac4b21687a7f5d6960a00]

        INTEGRATION: CWS pchfix02 (1.9.120); FILE MERGED 2006/09/01 17:37:21 kaib 1.9.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [62a1a61bd29d47e32b8779384f14d03e00ea7697]

        INTEGRATION: CWS pchfix02 (1.15.88); FILE MERGED 2006/09/01 17:37:20 kaib 1.15.88.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [05199acd4572ccb7b92b726c2226bf911b372838]

        INTEGRATION: CWS pchfix02 (1.4.196); FILE MERGED 2006/09/01 17:37:20 kaib 1.4.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4e84b5f02c59e59f515b417e725e60e083d0fadf]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:20 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e682a3ebd9e45dbbbe0536b8283ce6a335d6eecd]

        INTEGRATION: CWS pchfix02 (1.8.248); FILE MERGED 2006/09/01 17:37:20 kaib 1.8.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [283b32b8b1f77b6590dbef5a1e3ae54351647cbf]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:37:20 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84627292cd7ef26a7cd57e9aaa1909dc664f6d8a]

        INTEGRATION: CWS pchfix02 (1.18.88); FILE MERGED 2006/09/01 17:37:20 kaib 1.18.88.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c11873f1c75b7be58998c18dbe6396ebffe2480f]

        INTEGRATION: CWS pchfix02 (1.23.90); FILE MERGED 2006/09/01 17:37:19 kaib 1.23.90.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b07f6e4d8c8a0dca7ee15bcb9a449b307a584f25]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:19 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23c72ab17692ca54b36303921790de9550db0da3]

        INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGED 2006/09/01 17:37:19 kaib 1.4.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fb74dee82cb6f84f964da44fbdc245a5505727fb]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:37:19 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6fd806b302ccdd55045891e78c7fc8096736261f]

        INTEGRATION: CWS pchfix02 (1.6.122); FILE MERGED 2006/09/01 17:37:18 kaib 1.6.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f07cff38713e2afe463b15a33a98365ea0ec57d1]

        INTEGRATION: CWS pchfix02 (1.4.194); FILE MERGED 2006/09/01 17:37:18 kaib 1.4.194.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c279c1f1589abbd8b2921fb60599d90efe7c91e]

        INTEGRATION: CWS pchfix02 (1.23.118); FILE MERGED 2006/09/01 17:37:18 kaib 1.23.118.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0bc614796e9572d62f432fe780c486497b11d6ee]

        INTEGRATION: CWS pchfix02 (1.4.214); FILE MERGED 2006/09/01 17:37:18 kaib 1.4.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [166c1f9f0d1e71cc12f502ecfd5e0ad4808d1141]

        INTEGRATION: CWS pchfix02 (1.27.100); FILE MERGED 2006/09/01 17:37:18 kaib 1.27.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [76bef0da063e8ebc0b753326721d462ac0806576]

        INTEGRATION: CWS pchfix02 (1.4.122); FILE MERGED 2006/09/01 17:37:18 kaib 1.4.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f72411cd238be6113a4ebe6158004c14ff100fd]

        INTEGRATION: CWS pchfix02 (1.6.282); FILE MERGED 2006/09/01 17:37:17 kaib 1.6.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9f9c95920058911acbfc81fd2273229d9dd8508]

        INTEGRATION: CWS pchfix02 (1.7.122); FILE MERGED 2006/09/01 17:37:17 kaib 1.7.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a659e27a99aba5dc8371f33877c5363022988af0]

        INTEGRATION: CWS pchfix02 (1.4.248); FILE MERGED 2006/09/01 17:37:17 kaib 1.4.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0d953f8fecf7a6d83eea1793c98f27496895f09a]

        INTEGRATION: CWS pchfix02 (1.12.144); FILE MERGED 2006/09/01 17:37:17 kaib 1.12.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf6d9a53a2a62f2a430f31b9de2ca1eb4a02e74f]

        INTEGRATION: CWS pchfix02 (1.5.120); FILE MERGED 2006/09/01 17:37:17 kaib 1.5.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [200424a1b25254c85d2198dc30e78c53e2d52e56]

        INTEGRATION: CWS pchfix02 (1.9.122); FILE MERGED 2006/09/01 17:37:17 kaib 1.9.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c228c54c182661b49fe599a833509c1930ba198a]

        INTEGRATION: CWS pchfix02 (1.19.120); FILE MERGED 2006/09/01 17:37:17 kaib 1.19.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [532e738b68ef38a08fabb48fd64a55e60dd5fe5c]

        INTEGRATION: CWS pchfix02 (1.34.88); FILE MERGED 2006/09/01 17:37:16 kaib 1.34.88.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dd0993e853eae8f8721e54ecd22bde474e9ab45a]

        INTEGRATION: CWS pchfix02 (1.6.248); FILE MERGED 2006/09/01 17:37:16 kaib 1.6.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [19701ca48a63f14778f41ea43ca71db771337cab]

        INTEGRATION: CWS pchfix02 (1.6.90); FILE MERGED 2006/09/01 17:37:16 kaib 1.6.90.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32fde9fd6fadcdefceadaaec6d285c3ace1e8950]

        INTEGRATION: CWS pchfix02 (1.6.38); FILE MERGED 2006/09/01 17:37:16 kaib 1.6.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6f7f1020b8714d126564ac0ea4725cc3e6aac70b]

        INTEGRATION: CWS pchfix02 (1.3.232); FILE MERGED 2006/09/01 17:37:16 kaib 1.3.232.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d14e28867fc935b4ebd913d7825b1bc337c42207]

        INTEGRATION: CWS pchfix02 (1.4.248); FILE MERGED 2006/09/01 17:37:15 kaib 1.4.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [134b38a9641004c612b46920044a8a3331064bcb]

        INTEGRATION: CWS pchfix02 (1.3.232); FILE MERGED 2006/09/01 17:37:15 kaib 1.3.232.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a1717da1d80650fb2cb7cd71bf313f551a6b341]

        INTEGRATION: CWS pchfix02 (1.6.198); FILE MERGED 2006/09/01 17:37:15 kaib 1.6.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ed10bce59656bdc1fcd25e2bd6f42284bab376a]

        INTEGRATION: CWS pchfix02 (1.14.62); FILE MERGED 2006/09/01 17:37:15 kaib 1.14.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fb3cf7d938d0eb720150bf1f343f9cd524592842]

        INTEGRATION: CWS pchfix02 (1.31.36); FILE MERGED 2006/09/01 17:37:15 kaib 1.31.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ac20e011957471bddbe92d7535e0f69b9f5c2ebf]

        INTEGRATION: CWS pchfix02 (1.7.122); FILE MERGED 2006/09/01 17:37:15 kaib 1.7.122.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b68663f9aec761d4c2e3ca17cb451343a26c83e]

        INTEGRATION: CWS pchfix02 (1.9.38); FILE MERGED 2006/09/01 17:37:14 kaib 1.9.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf9c7afd3a1907b76bbc838cab7c7a573a2690f2]

        INTEGRATION: CWS pchfix02 (1.2.444); FILE MERGED 2006/09/01 17:37:14 kaib 1.2.444.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d241ecefb8227922de7dfefde32c7a80e6e5f94]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:14 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1fd562089209eb1a18209cddca3cc98fc90a9caf]

        INTEGRATION: CWS pchfix02 (1.3.280); FILE MERGED 2006/09/01 17:37:13 kaib 1.3.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3c51517d65e0d3ddf726d13523da1a2817a68c98]

        INTEGRATION: CWS pchfix02 (1.7.200); FILE MERGED 2006/09/01 17:37:13 kaib 1.7.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6140747fb86158063e0a4fe12f4057d20ac650aa]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:13 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d11bb4604231a82df10051b59eb194e261bf46f6]

        INTEGRATION: CWS pchfix02 (1.6.278); FILE MERGED 2006/09/01 17:37:13 kaib 1.6.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4de771717d013ea061d0a80b5ea2ac448f11a9a8]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:37:12 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85f6a25b246b5562911c3a2ced1a257f988986fb]

        INTEGRATION: CWS pchfix02 (1.5.280); FILE MERGED 2006/09/01 17:37:12 kaib 1.5.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e5479a34c6ce7e3c6e775339da28c14af50b7d6]

        INTEGRATION: CWS pchfix02 (1.3.280); FILE MERGED 2006/09/01 17:37:12 kaib 1.3.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f8b46338122df19183d0a876a77c3835ec3f5cd]

        INTEGRATION: CWS pchfix02 (1.12.282); FILE MERGED 2006/09/01 17:37:12 kaib 1.12.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9493b94537e267ae60420b63208f116ca1417cf3]

        INTEGRATION: CWS pchfix02 (1.8.212); FILE MERGED 2006/09/01 17:37:12 kaib 1.8.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8b15e3f164c2d4c6eb5363fd1902241d9a3cf40e]

        INTEGRATION: CWS pchfix02 (1.8.28); FILE MERGED 2006/09/01 17:37:11 kaib 1.8.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9603112a548363199de583430d4b1974cafb4212]

        INTEGRATION: CWS pchfix02 (1.6.214); FILE MERGED 2006/09/01 17:37:11 kaib 1.6.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1c55d891cc1a6a4266d0d02415befc8e59ae68b]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:37:11 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0feac9b004a101f83fe911bcd7456da1cc0beeac]

        INTEGRATION: CWS pchfix02 (1.13.30); FILE MERGED 2006/09/01 17:37:11 kaib 1.13.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f6b85722f25a9b561c67748d11ec79aa0d720960]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:11 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83fd533591eda2d36b25597e341252d5afdcb6fc]

        INTEGRATION: CWS pchfix02 (1.54.28); FILE MERGED 2006/09/01 17:37:11 kaib 1.54.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6524662eaff94f64fa558491fee50027b71b3606]

        INTEGRATION: CWS pchfix02 (1.22.214); FILE MERGED 2006/09/01 17:37:10 kaib 1.22.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23d1b48ba82c0e6a2c0aa00abc957c7ba9aa4025]

        INTEGRATION: CWS pchfix02 (1.9.200); FILE MERGED 2006/09/01 17:37:10 kaib 1.9.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ec39cfb973a3774815cef310b0debe7035b1c7be]

        INTEGRATION: CWS pchfix02 (1.8.214); FILE MERGED 2006/09/01 17:37:10 kaib 1.8.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d49449ac013262a11611bbeec4103a7888ab3e7]

        INTEGRATION: CWS pchfix02 (1.5.212); FILE MERGED 2006/09/01 17:37:10 kaib 1.5.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fddf507c254f96ca9b83a1fad1ab70e227e16029]

        INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGED 2006/09/01 17:37:09 kaib 1.7.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23a3dcc30feefc6d16d66584f6f6f9678c53db76]

        INTEGRATION: CWS pchfix02 (1.41.24); FILE MERGED 2006/09/01 17:37:09 kaib 1.41.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [39119c79527f6a5af1c517c7f28fbe21d149e15d]

        INTEGRATION: CWS pchfix02 (1.10.196); FILE MERGED 2006/09/01 17:37:09 kaib 1.10.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60a0e090d79adae5b54e07d6c09da756639b7a87]

        INTEGRATION: CWS pchfix02 (1.8.212); FILE MERGED 2006/09/01 17:37:09 kaib 1.8.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa36b753c43d1dc38221dee3473da55a07eb4aa0]

        INTEGRATION: CWS pchfix02 (1.6.214); FILE MERGED 2006/09/01 17:37:09 kaib 1.6.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [39d35961ad8f7d094d35cface6e079d5fd5348e2]

        INTEGRATION: CWS pchfix02 (1.11.212); FILE MERGED 2006/09/01 17:37:09 kaib 1.11.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d2f4e180c7ec885f8fc0db997190d9b40e94b56]

        INTEGRATION: CWS pchfix02 (1.43.28); FILE MERGED 2006/09/01 17:37:09 kaib 1.43.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5291101bb8b3c15db3b656090f44b891ac2e8ff6]

        INTEGRATION: CWS pchfix02 (1.12.214); FILE MERGED 2006/09/01 17:37:08 kaib 1.12.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [62f52950e910c5ce2441e68a65e8115a18c257b6]

        INTEGRATION: CWS pchfix02 (1.23.212); FILE MERGED 2006/09/01 17:37:08 kaib 1.23.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7612cdaacfc3dd8215a359451195c3f29f7a535f]

        INTEGRATION: CWS pchfix02 (1.4.214); FILE MERGED 2006/09/01 17:37:08 kaib 1.4.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d3d6f51bd6293966721e0dc7927cb3e4f119e77c]

        INTEGRATION: CWS pchfix02 (1.11.8); FILE MERGED 2006/09/01 17:37:08 kaib 1.11.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b4effa35697285b540ee894df2e11e2220bd3cb6]

        INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGED 2006/09/01 17:37:08 kaib 1.7.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [73433f4996e21faab317f7cf9f7e7c5b86060e98]

        INTEGRATION: CWS pchfix02 (1.13.28); FILE MERGED 2006/09/01 17:37:08 kaib 1.13.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [516a238e106d9427d0620d256cd68e423c7e7862]

        INTEGRATION: CWS pchfix02 (1.14.28); FILE MERGED 2006/09/01 17:37:08 kaib 1.14.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7253538d2538f8565664c5806bdd9b095d4663b]

        INTEGRATION: CWS pchfix02 (1.6.214); FILE MERGED 2006/09/01 17:37:07 kaib 1.6.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [86aec8c74faf4d69dc1c2a46da3d4439ffd669b5]

        INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGED 2006/09/01 17:37:07 kaib 1.7.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1190186d6763532260bf979b3002074ab2b8ff95]

        INTEGRATION: CWS pchfix02 (1.9.28); FILE MERGED 2006/09/01 17:37:07 kaib 1.9.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [24774656ac131e8f2d6887feb359ba0729f2bb9b]

        INTEGRATION: CWS pchfix02 (1.9.30); FILE MERGED 2006/09/01 17:37:07 kaib 1.9.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [071916fff2a8d9cce86efbdea420540ba2ef4210]

        INTEGRATION: CWS pchfix02 (1.37.198); FILE MERGED 2006/09/01 17:37:07 kaib 1.37.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20eccfdaf1398f53a3451b924f6f50efbd1af800]

        INTEGRATION: CWS pchfix02 (1.36.28); FILE MERGED 2006/09/01 17:37:07 kaib 1.36.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f85f109a38c4495def6bb0e804cf4f17eb50efb]

        INTEGRATION: CWS pchfix02 (1.8.214); FILE MERGED 2006/09/01 17:37:07 kaib 1.8.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0d8ecaa3b20e470e119767cc089b9fc44052bbcd]

        INTEGRATION: CWS pchfix02 (1.5.214); FILE MERGED 2006/09/01 17:37:06 kaib 1.5.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [977e4b37cdd6c7b00ae4d39b1183bf26727dc240]

        INTEGRATION: CWS pchfix02 (1.14.200); FILE MERGED 2006/09/01 17:37:06 kaib 1.14.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ff2b043488237c52fa301d6409bc9d453b7e072]

        INTEGRATION: CWS pchfix02 (1.8.142); FILE MERGED 2006/09/01 17:37:06 kaib 1.8.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4894b8914b6a1b9e6c71b7a9deea315aeff263ad]

        INTEGRATION: CWS pchfix02 (1.5.212); FILE MERGED 2006/09/01 17:37:06 kaib 1.5.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e66c435d4b38f7a10243717bde4fb87fe9bdfa6]

        INTEGRATION: CWS pchfix02 (1.26.24); FILE MERGED 2006/09/01 17:37:06 kaib 1.26.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e44b98881c66345b5cdb2ad5cae774db06f4737]

        INTEGRATION: CWS pchfix02 (1.7.214); FILE MERGED 2006/09/01 17:37:06 kaib 1.7.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [85fc425556d266219b203bddf634424da8323d09]

        INTEGRATION: CWS pchfix02 (1.10.28); FILE MERGED 2006/09/01 17:37:06 kaib 1.10.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4caae04f335f1fe54d679a38b77a829e5c883582]

        INTEGRATION: CWS pchfix02 (1.8.144); FILE MERGED 2006/09/01 17:37:06 kaib 1.8.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c0285bd404b3eb0145f1df74c57bfb3d20094d3]

        INTEGRATION: CWS pchfix02 (1.13.28); FILE MERGED 2006/09/01 17:37:05 kaib 1.13.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [301c17e96fe1fac3d2c07166fdd3389c14cda1c1]

        INTEGRATION: CWS pchfix02 (1.26.60); FILE MERGED 2006/09/01 17:37:05 kaib 1.26.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9258ff66c5d88a076aff800e20ccd9d4718b986b]

        INTEGRATION: CWS pchfix02 (1.6.214); FILE MERGED 2006/09/01 17:37:05 kaib 1.6.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f5a25f761774db0563102971f02ed31a7cd64034]

        INTEGRATION: CWS pchfix02 (1.11.144); FILE MERGED 2006/09/01 17:37:05 kaib 1.11.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef48285082993c371472bb10d10d648f24f4828e]

        INTEGRATION: CWS pchfix02 (1.13.142); FILE MERGED 2006/09/01 17:37:05 kaib 1.13.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83682fb89e963c929492da9753a798b8fbb0f665]

        INTEGRATION: CWS pchfix02 (1.12.142); FILE MERGED 2006/09/01 17:37:05 kaib 1.12.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e72be9aa5394ef32c26073886b948f8c799d2c34]

        INTEGRATION: CWS pchfix02 (1.16.142); FILE MERGED 2006/09/01 17:37:05 kaib 1.16.142.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cfd19337326ac450920277b16dba177f3fcb93d3]

        INTEGRATION: CWS pchfix02 (1.8.214); FILE MERGED 2006/09/01 17:37:04 kaib 1.8.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b0cad5ded18961b9d570f196f688df24c295cc0]

        INTEGRATION: CWS pchfix02 (1.6.214); FILE MERGED 2006/09/01 17:37:04 kaib 1.6.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c7fc52957fa8be38c5cea6474866d9396b28904]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:37:04 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22f2df6e9751151d6fa08e66f0989f2c6c0f03f4]

        INTEGRATION: CWS pchfix02 (1.15.28); FILE MERGED 2006/09/01 17:37:04 kaib 1.15.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c6be30f08548b7e6313d9c0b8b280947b0679d3]

        INTEGRATION: CWS pchfix02 (1.8.280); FILE MERGED 2006/09/01 17:37:04 kaib 1.8.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4bc070cbaf0b9f68ac38d2394537633b91fcd4f3]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:37:03 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [74296c3db2c3769e833ca472f49a0d72269cb4fb]

        INTEGRATION: CWS pchfix02 (1.38.90); FILE MERGED 2006/09/01 17:37:03 kaib 1.38.90.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d260defc0043a7449b75d3b298614a3ee6f8f7e5]

        INTEGRATION: CWS pchfix02 (1.73.88); FILE MERGED 2006/09/01 17:37:03 kaib 1.73.88.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ae224efb9a890427ec8d27c14c02d4895f8c80d8]

        INTEGRATION: CWS pchfix02 (1.16.38); FILE MERGED 2006/09/01 17:37:03 kaib 1.16.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fc5ee850c173aeced8bd18e02e8b2ed174687dac]

        INTEGRATION: CWS pchfix02 (1.28.214); FILE MERGED 2006/09/01 17:37:03 kaib 1.28.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [87f5b272270751c1ba28d100a7afed034c58e3d2]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:02 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ed00e41736e32ecda498ff0244e97e0bb24ede7]

        INTEGRATION: CWS pchfix02 (1.5.280); FILE MERGED 2006/09/01 17:37:02 kaib 1.5.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [912f11627a41e9a035fc04de94581afb19c4b830]

        INTEGRATION: CWS pchfix02 (1.20.280); FILE MERGED 2006/09/01 17:37:02 kaib 1.20.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f329f91402242f7758fa202947c66c7d7a2247b4]

        INTEGRATION: CWS pchfix02 (1.37.26); FILE MERGED 2006/09/01 17:37:02 kaib 1.37.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b110a04fc598fcc451051ae712a0c4a2080666a2]

        INTEGRATION: CWS pchfix02 (1.13.282); FILE MERGED 2006/09/01 17:37:02 kaib 1.13.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [706e5c440005567b112d5fb45d8a460e4292d0c2]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:37:02 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e89802abcdafdddda363e20f66810379b5f1bbb0]

        INTEGRATION: CWS pchfix02 (1.23.280); FILE MERGED 2006/09/01 17:37:02 kaib 1.23.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7da9d7777d36b218992f2a7a952bf5f815a5bba]

        INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED 2006/09/01 17:37:01 kaib 1.8.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [817da01935d980dd38acd0495b51963f0c1c1914]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:37:01 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ee1c78a31f10572799c347a9330e941fab28531f]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:37:01 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7fcf9139e0f477c0bf48431996d61d5ee45c0a49]

        INTEGRATION: CWS pchfix02 (1.11.280); FILE MERGED 2006/09/01 17:37:01 kaib 1.11.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a5b6710d1907aec660ea9915b673e5a913869f0f]

        INTEGRATION: CWS pchfix02 (1.14.282); FILE MERGED 2006/09/01 17:37:01 kaib 1.14.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [223e5cee44b473f56f7ca129377594c3873e00bb]

        INTEGRATION: CWS pchfix02 (1.7.40); FILE MERGED 2006/09/01 17:37:01 kaib 1.7.40.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5725d7e6240a2603b8d155baf1b3eaa23b079ff6]

        INTEGRATION: CWS pchfix02 (1.32.196); FILE MERGED 2006/09/01 17:37:00 kaib 1.32.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8f5dbc0e5b4fba379469c794293f5cc1edff3ca]

        INTEGRATION: CWS pchfix02 (1.10.282); FILE MERGED 2006/09/01 17:37:00 kaib 1.10.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3339a99ce326e7ece7568962f9ae589d07d223d]

        INTEGRATION: CWS pchfix02 (1.9.202); FILE MERGED 2006/09/01 17:37:00 kaib 1.9.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a09347cd3e557a7188b7772e08a434e57782289]

        INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED 2006/09/01 17:37:00 kaib 1.8.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a32afba66ba64f6713468caef18d6fe34b7053eb]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:59 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f619f1451b34758325e985462492c246216216f5]

        INTEGRATION: CWS pchfix02 (1.12.120); FILE MERGED 2006/09/01 17:36:59 kaib 1.12.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89bdd019349f7b08cfb9e114fca1c38a4184b49c]

        INTEGRATION: CWS pchfix02 (1.6.282); FILE MERGED 2006/09/01 17:36:59 kaib 1.6.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [370a3604f00d2f03eccfd724c4ee6f71617f54ab]

        INTEGRATION: CWS pchfix02 (1.13.282); FILE MERGED 2006/09/01 17:36:58 kaib 1.13.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5ecf917ac6dd2f2163d98ab12091f4deebc5722b]

        INTEGRATION: CWS pchfix02 (1.17.196); FILE MERGED 2006/09/01 17:36:58 kaib 1.17.196.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a5c00da99f0c5253c478bae2d4f720c9e92a485e]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:36:58 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [58224b6cecaf69a5debabbe356daa4476584d599]

        INTEGRATION: CWS pchfix02 (1.9.30); FILE MERGED 2006/09/01 17:36:58 kaib 1.9.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aab9f1ef8fdeceaa2f27ee5db6c9d014b8a1aeca]

        INTEGRATION: CWS pchfix02 (1.11.280); FILE MERGED 2006/09/01 17:36:58 kaib 1.11.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4176a15e31d8038e3c5d10a6bf61746be7d803a]

        INTEGRATION: CWS pchfix02 (1.6.282); FILE MERGED 2006/09/01 17:36:58 kaib 1.6.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [91aeec285c91ea3c1e7ea0767778f4a8a64d330a]

        INTEGRATION: CWS pchfix02 (1.6.282); FILE MERGED 2006/09/01 17:36:57 kaib 1.6.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [115cfd41b71ea0814d738da413a978a9a1b5d9d5]

        INTEGRATION: CWS pchfix02 (1.11.282); FILE MERGED 2006/09/01 17:36:57 kaib 1.11.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [15917c65978b1ad7bc7aa97c975a1d04bdb4e599]

        INTEGRATION: CWS pchfix02 (1.40.94); FILE MERGED 2006/09/01 17:36:57 kaib 1.40.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [acfa7aa934813b3a816ab8c29f65c5533702b43c]

        INTEGRATION: CWS pchfix02 (1.9.280); FILE MERGED 2006/09/01 17:36:57 kaib 1.9.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e70e615e40b846f78a9da1a00f7f99b69cb15cc]

        INTEGRATION: CWS pchfix02 (1.9.62); FILE MERGED 2006/09/01 17:36:57 kaib 1.9.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b55b38ca7fdbd51d8bbd9c765612c3a7cc9a23b5]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:36:57 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5e71b4bc79f52303bc24849928a275df19e42cf]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:56 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2bcfe86c371cac18e197606b39ccd7b1bbbb4e5]

        INTEGRATION: CWS pchfix02 (1.22.28); FILE MERGED 2006/09/01 17:36:56 kaib 1.22.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b6f3c5c2970222dd2a46fe3b27d5dec3504c2c0d]

        INTEGRATION: CWS pchfix02 (1.9.104); FILE MERGED 2006/09/01 17:36:56 kaib 1.9.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [76afa21f3ed02d64929ad51f609855fa40a6b969]

        INTEGRATION: CWS pchfix02 (1.3.280); FILE MERGED 2006/09/01 17:36:56 kaib 1.3.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dae2d5322e543482656f0ddffadc856a250a085a]

        INTEGRATION: CWS pchfix02 (1.12.246); FILE MERGED 2006/09/01 17:36:56 kaib 1.12.246.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca3a1a58ed1c42c8de03ab41a91ca552c3651432]

        INTEGRATION: CWS pchfix02 (1.5.248); FILE MERGED 2006/09/01 17:36:56 kaib 1.5.248.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6535215f7cb97e4a52df1b8dd29f062ed4a414d4]

        INTEGRATION: CWS pchfix02 (1.3.278); FILE MERGED 2006/09/01 17:36:55 kaib 1.3.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [312858c15790d65ee989e009fb28e05b28a6ea8a]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:55 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [023587251372c783e76c50473a614e385a68b85f]

        INTEGRATION: CWS pchfix02 (1.19.280); FILE MERGED 2006/09/01 17:36:55 kaib 1.19.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [50b2f543b7166589a9dcfeaf6f2c35da5608ab74]

        INTEGRATION: CWS pchfix02 (1.49.28); FILE MERGED 2006/09/01 17:36:54 kaib 1.49.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0adb03317bd718cf69dd3a72e9b0a89dd5bd39cc]

        INTEGRATION: CWS pchfix02 (1.2.282); FILE MERGED 2006/09/01 17:36:54 kaib 1.2.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f914c0afc7df319771ca6197dc262f21acfb54d5]

        INTEGRATION: CWS pchfix02 (1.9.280); FILE MERGED 2006/09/01 17:36:54 kaib 1.9.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f4aea9be56242fc0dcf330bfb23ef4ce40049a47]

        INTEGRATION: CWS pchfix02 (1.46.86); FILE MERGED 2006/09/01 17:36:54 kaib 1.46.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f01532a6f5564a6fee789b22ea92c711146a19d1]

        INTEGRATION: CWS pchfix02 (1.40.26); FILE MERGED 2006/09/01 17:36:54 kaib 1.40.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e803ecc38df19812a83257af6f75202056ecbf20]

        INTEGRATION: CWS pchfix02 (1.29.280); FILE MERGED 2006/09/01 17:36:54 kaib 1.29.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b43fd87c0252cf4e15ac5b6d8c295c87166804ac]

        INTEGRATION: CWS pchfix02 (1.27.96); FILE MERGED 2006/09/01 17:36:54 kaib 1.27.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a067c22c89dc44f1e7f4e53359e2a9a8526b3741]

        INTEGRATION: CWS pchfix02 (1.14.146); FILE MERGED 2006/09/01 17:36:53 kaib 1.14.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89f3501a0ed10fbb3456d88fe90651d1479ea14e]

        INTEGRATION: CWS pchfix02 (1.13.94); FILE MERGED 2006/09/01 17:36:53 kaib 1.13.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf1faa467532396e2846749cb07e9cafea84c50e]

        INTEGRATION: CWS pchfix02 (1.34.150); FILE MERGED 2006/09/01 17:36:53 kaib 1.34.150.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e7be41352eac3f3f69f9df9a1d9e2828ecfc05f5]

        INTEGRATION: CWS pchfix02 (1.12.102); FILE MERGED 2006/09/01 17:36:53 kaib 1.12.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4b599380c98c0270d0543f102b323230d39afcc6]

        INTEGRATION: CWS pchfix02 (1.4.282); FILE MERGED 2006/09/01 17:36:53 kaib 1.4.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e7112dc9643ee73f0346858814e8e7778d8541a8]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:53 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [57cac5e12c35108f49ce8e452f6fc42a0973da20]

        INTEGRATION: CWS pchfix02 (1.22.104); FILE MERGED 2006/09/01 17:36:52 kaib 1.22.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [67d29f1474ef3f32c46fa3f9d9009931a6d8dfeb]

        INTEGRATION: CWS pchfix02 (1.9.282); FILE MERGED 2006/09/01 17:36:52 kaib 1.9.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8f65df5ab5a9f6c2f5c58821e00443f107dcf0f1]

        INTEGRATION: CWS pchfix02 (1.13.62); FILE MERGED 2006/09/01 17:36:52 kaib 1.13.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [95826fe7a833f168038d29c68f4fdec4e668cdd8]

        INTEGRATION: CWS pchfix02 (1.7.282); FILE MERGED 2006/09/01 17:36:52 kaib 1.7.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [019e9bb1a9b0bbd9c4bfd69d2a7ea4efbb6ef254]

        INTEGRATION: CWS pchfix02 (1.4.146); FILE MERGED 2006/09/01 17:36:52 kaib 1.4.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e9fc26b57d4eb2e2415fb2cd797fb3155648e57]

        INTEGRATION: CWS pchfix02 (1.10.282); FILE MERGED 2006/09/01 17:36:52 kaib 1.10.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5852c3bbf70dec52dd9cc5ae094328d49d8dd7d4]

        INTEGRATION: CWS pchfix02 (1.6.280); FILE MERGED 2006/09/01 17:36:51 kaib 1.6.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [52960079beb38d8bad63546b62b9183a517bcfb8]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:51 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1fdf148b3c1ea883018cbedaf90080229c11d6a]

        INTEGRATION: CWS pchfix02 (1.8.118); FILE MERGED 2006/09/01 17:36:51 kaib 1.8.118.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9fc561f0d3b773c1f2a76e7eb064ebc4a189ebb]

        INTEGRATION: CWS pchfix02 (1.6.120); FILE MERGED 2006/09/01 17:36:51 kaib 1.6.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c049cff702bb2b66f8712ac6c175a6473b7fa0a1]

        INTEGRATION: CWS pchfix02 (1.16.282); FILE MERGED 2006/09/01 17:36:50 kaib 1.16.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cdf7d01e4da44f36e892c6001e599f929e564da8]

        INTEGRATION: CWS pchfix02 (1.12.282); FILE MERGED 2006/09/01 17:36:50 kaib 1.12.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [abff8e189bd9cab3183b6fbec4ffecf8001de609]

        INTEGRATION: CWS pchfix02 (1.12.198); FILE MERGED 2006/09/01 17:36:50 kaib 1.12.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60b05ae7a99a1c3a888349baebd7cb0d52472af4]

        INTEGRATION: CWS pchfix02 (1.12.278); FILE MERGED 2006/09/01 17:36:50 kaib 1.12.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a488b6c7bf565131f2ed93352bdce15adc93bb8a]

        INTEGRATION: CWS pchfix02 (1.8.278); FILE MERGED 2006/09/01 17:36:50 kaib 1.8.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48d38591734c7d1c6db39aa88e0f433d091351d0]

        INTEGRATION: CWS pchfix02 (1.24.280); FILE MERGED 2006/09/01 17:36:50 kaib 1.24.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93b081e8a9b4b8a18cdd22733224b53c03def0c1]

        INTEGRATION: CWS pchfix02 (1.24.214); FILE MERGED 2006/09/01 17:36:49 kaib 1.24.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [119d6af8c2900d97200776653528d0b2b2740323]

        INTEGRATION: CWS pchfix02 (1.2.216); FILE MERGED 2006/09/01 17:36:49 kaib 1.2.216.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6643f72c5717cd7e40c8a71676149b84d6214034]

        INTEGRATION: CWS pchfix02 (1.62.6); FILE MERGED 2006/09/01 17:36:49 kaib 1.62.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [696ee8fff0c3bb55d984311e7aba2741d2d98de1]

        INTEGRATION: CWS pchfix02 (1.9.146); FILE MERGED 2006/09/01 17:36:49 kaib 1.9.146.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f6569601e96495e2afa3babb9a78bb25dfa6373]

        INTEGRATION: CWS pchfix02 (1.5.274); FILE MERGED 2006/09/01 17:36:48 kaib 1.5.274.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78ea35f64699a0a656cb87495ff0a1d507abdcc6]

        INTEGRATION: CWS pchfix02 (1.10.282); FILE MERGED 2006/09/01 17:36:48 kaib 1.10.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1482c1b72a820dd282540f723e6774563782be60]

        INTEGRATION: CWS pchfix02 (1.8.96); FILE MERGED 2006/09/01 17:36:48 kaib 1.8.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f7ca05f8ad70370344d338fb8a995e4e57c8751]

        INTEGRATION: CWS pchfix02 (1.23.212); FILE MERGED 2006/09/01 17:36:48 kaib 1.23.212.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e8b0b3bded386a6d8343a5f40819637dd428ebe3]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:48 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d9df11ee12cbe2dff03cf5725d0d87e39cbb752]

        INTEGRATION: CWS pchfix02 (1.2.776); FILE MERGED 2006/09/01 17:36:48 kaib 1.2.776.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c9b940ab361bc6aca8633ccc30bdeb25e7f187b1]

        INTEGRATION: CWS pchfix02 (1.17.26); FILE MERGED 2006/09/01 17:36:47 kaib 1.17.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [24fee99de12f3eb45bdee854c04a85a99e9c96b9]

        INTEGRATION: CWS pchfix02 (1.2.152); FILE MERGED 2006/09/01 17:36:47 kaib 1.2.152.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [984e1fc1e8ab36a6c1ff3e123659e534cfec5b61]

        INTEGRATION: CWS pchfix02 (1.9.152); FILE MERGED 2006/09/01 17:36:47 kaib 1.9.152.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cc5b2b32f0f441fa581e939a9884622d3162ea16]

        INTEGRATION: CWS pchfix02 (1.11.282); FILE MERGED 2006/09/01 17:36:47 kaib 1.11.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8ef7402af698aabf1ff5d038ef2674531db31ca]

        INTEGRATION: CWS pchfix02 (1.90.150); FILE MERGED 2006/09/01 17:36:46 kaib 1.90.150.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bfcbdf1365e711705b860e5b0287065c738b561a]

        INTEGRATION: CWS pchfix02 (1.53.120); FILE MERGED 2006/09/01 17:36:46 kaib 1.53.120.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1271005746644296c0f7ad114e759d8c97bd2ea8]

        INTEGRATION: CWS pchfix02 (1.5.280); FILE MERGED 2006/09/01 17:36:46 kaib 1.5.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f38481fbb76a72ab311441cab2557fb2d4eda00]

        INTEGRATION: CWS pchfix02 (1.12.280); FILE MERGED 2006/09/01 17:36:45 kaib 1.12.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [af5f9b30320a60cf0170e6e78cf0ed8e806b5af2]

        INTEGRATION: CWS pchfix02 (1.12.242); FILE MERGED 2006/09/01 17:36:45 kaib 1.12.242.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e0b3261a57ff232ec4f4d9bf1b26db23674d5ab]

        INTEGRATION: CWS pchfix02 (1.10.214); FILE MERGED 2006/09/01 17:36:45 kaib 1.10.214.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d91dabf32f97dc95846c032185213b7ccefd0f1e]

        INTEGRATION: CWS pchfix02 (1.81.160); FILE MERGED 2006/09/01 17:36:45 kaib 1.81.160.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ab567fc9977e3d856ea2c2a1ddfe65a29f9d8a5]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:36:44 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [af72368418c1b14864909d987b1da722bf9b6e99]

        INTEGRATION: CWS pchfix02 (1.9.252); FILE MERGED 2006/09/01 17:36:44 kaib 1.9.252.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [185583a15e1a4d687ec8a9ac34fc036fb2d91ac9]

        INTEGRATION: CWS pchfix02 (1.10.282); FILE MERGED 2006/09/01 17:36:44 kaib 1.10.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07ca0a85da39f4917510de11acb16e1d69497996]

        INTEGRATION: CWS pchfix02 (1.13.278); FILE MERGED 2006/09/01 17:36:44 kaib 1.13.278.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1572c488683722999bb681d3f94f11b0d451e33]

        INTEGRATION: CWS pchfix02 (1.31.104); FILE MERGED 2006/09/01 17:36:43 kaib 1.31.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4dfdd80e6275acb2a48b37389d4517850cf842e0]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:36:43 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b6d38cfcfc054f76acb9126d9ebb3a3c013099e2]

        INTEGRATION: CWS pchfix02 (1.13.202); FILE MERGED 2006/09/01 17:36:43 kaib 1.13.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fb6e8c69284e4575248ae82465483fbfa7969e7]

        INTEGRATION: CWS pchfix02 (1.30.200); FILE MERGED 2006/09/01 17:36:43 kaib 1.30.200.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d799b29690ca8ed8915166af017a08f3dc9e5cd1]

        INTEGRATION: CWS pchfix02 (1.55.36); FILE MERGED 2006/09/01 17:36:43 kaib 1.55.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [288148c8040de9578645416ab2fc63b99e9c52b3]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:36:43 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef454fd179409d7f58fdad0edeb2ea516a9fa87c]

        INTEGRATION: CWS pchfix02 (1.3.280); FILE MERGED 2006/09/01 17:36:43 kaib 1.3.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [54bbaf3b1c50d5031d4dd98125392f13820343a3]

        INTEGRATION: CWS pchfix02 (1.4.280); FILE MERGED 2006/09/01 17:36:42 kaib 1.4.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b9b71a71b966c67323b9e6e8db0d81f99d05a61]

        INTEGRATION: CWS pchfix02 (1.8.282); FILE MERGED 2006/09/01 17:36:42 kaib 1.8.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3234076806e7730345fa2af8843f853617e496fe]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:42 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d179bc773496c4d32ada3c6e8bc1cce94f68647f]

        INTEGRATION: CWS pchfix02 (1.45.90); FILE MERGED 2006/09/01 17:36:42 kaib 1.45.90.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7adce4b127ffc909a8b5a41260564a0911b1d6d3]

        INTEGRATION: CWS pchfix02 (1.42.86); FILE MERGED 2006/09/01 17:36:42 kaib 1.42.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f308064f42ca1d6f82340cc529a6624a1c87dde]

        INTEGRATION: CWS pchfix02 (1.35.86); FILE MERGED 2006/09/01 17:36:42 kaib 1.35.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07fda33fade11eb3e0c51ca5bc87108dfddb2bd2]

        INTEGRATION: CWS pchfix02 (1.78.38); FILE MERGED 2006/09/01 17:36:41 kaib 1.78.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [968bae9ad85878f1b9a3d395c1d509e9c698db22]

        INTEGRATION: CWS pchfix02 (1.6.280); FILE MERGED 2006/09/01 17:36:41 kaib 1.6.280.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9cca1f2dcc2dcd84cc2731baff8a70f7bbb7f5a1]

        INTEGRATION: CWS pchfix02 (1.11.198); FILE MERGED 2006/09/01 17:36:41 kaib 1.11.198.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d227b6210f44c8ff5e760803f3e6bd2d4e7e6c73]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:41 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d73a75ea29ca835e2a5a20a82855c8a0ce1c7790]

        INTEGRATION: CWS pchfix02 (1.5.282); FILE MERGED 2006/09/01 17:36:41 kaib 1.5.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2423ea6afe7863bdf798f0b0d830776abcc81cfb]

        INTEGRATION: CWS pchfix02 (1.9.62); FILE MERGED 2006/09/01 17:36:41 kaib 1.9.62.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d32cc99f6a39dce46a707d6217f83bdf272564ea]

        INTEGRATION: CWS pchfix02 (1.12.216); FILE MERGED 2006/09/01 17:36:40 kaib 1.12.216.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [126403aeebc7dececbdbe4bfffed2a2a2d5c9d1f]

        INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED 2006/09/01 17:36:40 kaib 1.3.282.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a0714269d46d35ca5b9915618eeba71b2c94391]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:36:40 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [115632b381710891c6cd05fc1248657317d38e3a]

        INTEGRATION: CWS pchfix02 (1.7.104); FILE MERGED 2006/09/01 17:28:07 kaib 1.7.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb98051916c0a0128832afa0b528d3b4838de8df]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:28:07 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ca8da79c919ac493c7050304bb90c92db4bc1ce]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:28:06 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [807e0c2801173cc6c410c628311f1d4389ddfd4b]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:28:06 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1192c6e0534c5bb61bdc13e73885237a92b35300]

        INTEGRATION: CWS pchfix02 (1.12.70); FILE MERGED 2006/09/01 17:28:06 kaib 1.12.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93e71044660de6be906681f434a1c15b9651ad4d]

        INTEGRATION: CWS pchfix02 (1.7.104); FILE MERGED 2006/09/01 17:28:05 kaib 1.7.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f97d461a25f6affcb7139d69f40c435495deb005]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:28:05 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef93e5bac967f0726095c764e65e21aca916b6c3]

        INTEGRATION: CWS pchfix02 (1.4.104); FILE MERGED 2006/09/01 17:28:05 kaib 1.4.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cca4750fe97c88773ef76f8085bcbdf82c0017dd]

        INTEGRATION: CWS pchfix02 (1.6.104); FILE MERGED 2006/09/01 17:28:05 kaib 1.6.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22029fc4a7480a056ef8e327a0cdd8df03c669ab]

        INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED 2006/09/01 17:28:05 kaib 1.6.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2ad474cc661279fa2ccaadbdbcc586bd7d708c16]

        INTEGRATION: CWS pchfix02 (1.9.104); FILE MERGED 2006/09/01 17:28:05 kaib 1.9.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fee91527fe7da2d7a02855666bb304ed626c5e5c]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:28:04 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e71ddf49d58f2ec301fe2ba3361d9acac02ba2d]

        INTEGRATION: CWS pchfix02 (1.9.10); FILE MERGED 2006/09/01 17:28:04 kaib 1.9.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3cc08ee8b3c3765fde226d8ab64af5253dd7ae52]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:28:04 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f556ccb022d565be8ce80da55d18b14eaf526864]

        INTEGRATION: CWS pchfix02 (1.4.104); FILE MERGED 2006/09/01 17:28:04 kaib 1.4.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a5a02563572f78c187cc087d1cfc1111be0e965d]

        INTEGRATION: CWS pchfix02 (1.8.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.8.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5911325acad1115a6a91d39f03b35162264921d2]

        INTEGRATION: CWS pchfix02 (1.12.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.12.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cb685b93cf7f77579498bebc684bc2f2b14284ea]

        INTEGRATION: CWS pchfix02 (1.23.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.23.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a8d864f9016a2e8f8cab8d92749351d33a75669]

        INTEGRATION: CWS pchfix02 (1.4.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.4.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83e0d423f14f617a2f1c114f71f6a94355ed28b6]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14e4ace597c8ff682b1aaf817c54021121d25eb2]

        INTEGRATION: CWS pchfix02 (1.21.104); FILE MERGED 2006/09/01 17:28:03 kaib 1.21.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b7a0c1a393d1335b900187c871969b98852d96a]

        INTEGRATION: CWS pchfix02 (1.12.104); FILE MERGED 2006/09/01 17:28:02 kaib 1.12.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f53e21cb300bcf69321be6d60dadfc815385e0ec]

        INTEGRATION: CWS pchfix02 (1.2.104); FILE MERGED 2006/09/01 17:28:02 kaib 1.2.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ef8b3b71bf2b3b94f347ac3f861108108dd6859]

        INTEGRATION: CWS pchfix02 (1.5.104); FILE MERGED 2006/09/01 17:28:02 kaib 1.5.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36e741c3030e97fe0673403a9d47f2877df3b5d3]

        INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:28:02 kaib 1.12.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f66f37c5b12bda3fbb80a63757347855a069d9b]

        INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED 2006/09/01 17:28:02 kaib 1.8.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [617dd4271f8f09e7099bbfd48787ad9b46f03e97]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:28:02 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7e8463b8d8d926dafab2716ae2437aeb1a16d654]

        INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:28:01 kaib 1.6.32.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9734daa652ee3978e682e1281c4a17610b5c340]

        INTEGRATION: CWS pchfix02 (1.5.32); FILE MERGED 2006/09/01 17:28:01 kaib 1.5.32.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e74972e8049a6a64c514fb6a57eddea2957de7f4]

        INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED 2006/09/01 17:28:01 kaib 1.11.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c1fd26f5696363370dcda2c0b971730d97eaf67]

        INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED 2006/09/01 17:28:01 kaib 1.4.92.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ffd7e39e516b8d207115d963fae3edb432710ce6]

        INTEGRATION: CWS pchfix02 (1.2.156); FILE MERGED 2006/09/01 17:28:00 kaib 1.2.156.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7fc2674e35a2656fbda178b588f15b69c27e86f0]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:28:00 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [34d26093b75d890c5f7c0fac003cb0fbc5844388]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:28:00 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f1702a13cfff30ce7724070a88ce88411e1e19e0]

        INTEGRATION: CWS pchfix02 (1.6.32); FILE MERGED 2006/09/01 17:28:00 kaib 1.6.32.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [18cea5c8b5a7b00bf31672a67abce04414a4abcd]

        INTEGRATION: CWS pchfix02 (1.3.102); FILE MERGED 2006/09/01 17:28:00 kaib 1.3.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f221efbc331c00d37a235822c74eb3fb84b19189]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:28:00 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [823c92082538d125189d78cdfc04f8f3c6d64d76]

        INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED 2006/09/01 17:27:59 kaib 1.4.32.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6adcfb76a142c31f3b1bda0e2d20bd1dade0635f]

        INTEGRATION: CWS pchfix02 (1.3.104); FILE MERGED 2006/09/01 17:27:59 kaib 1.3.104.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6f37f8c11d9c3c3141f6013a247d03969ad2206a]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:16 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [709e0a4af0e2a90ede4c73aed82514eaff8c0522]

        INTEGRATION: CWS pchfix02 (1.4.54); FILE MERGED 2006/09/01 17:31:42 kaib 1.4.54.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [204c00b2a988d04c2f6e17661c557948ced02e07]

        INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED 2006/09/01 17:31:42 kaib 1.24.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [962e81c0dcd2aefaf193301b8bfd1971630ac74c]

        INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED 2006/09/01 17:31:42 kaib 1.8.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [685e21deefe09bc8b366b6c9d74078db398d5224]

        INTEGRATION: CWS pchfix02 (1.26.12); FILE MERGED 2006/09/01 17:31:41 kaib 1.26.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3b07bd24ee1e91f269d87bc7df1e69a0263b602a]

        INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED 2006/09/01 17:31:41 kaib 1.16.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f23c02eb516c2f2ae9b350aec25fb4ed5762ee8]

        INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED 2006/09/01 17:31:41 kaib 1.7.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7879fff14fe966c63d81ab9ac604dbcbfab4d16c]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:31:40 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe485ba54c314991812c31c6b81b0a75021510a7]

        INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED 2006/09/01 17:31:40 kaib 1.11.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07bb66a25a6971fcef24195e82ea5137c9de48d2]

        INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED 2006/09/01 17:31:40 kaib 1.10.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [80b774b8a9d1d5ccc25b0a9c9b6192a089fb1f7a]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:31:40 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94c1d15428b77077bded5bd0a711927001a19696]

        INTEGRATION: CWS pchfix02 (1.20.16); FILE MERGED 2006/09/01 17:31:40 kaib 1.20.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36f405a4e4bc68fce14310961b5f464317d32100]

        INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:31:39 kaib 1.12.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eb84979e8f6d0d2b6c33f882c03639e37396d535]

        INTEGRATION: CWS pchfix02 (1.10.4); FILE MERGED 2006/09/01 17:31:39 kaib 1.10.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a26a5dd7d849e2e30a4b7e3716f7be5123664948]

        INTEGRATION: CWS pchfix02 (1.12.4); FILE MERGED 2006/09/01 17:31:39 kaib 1.12.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [240bb81e43114f21cc8a23af1d490895321ea3a0]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:31:38 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [df026d69bf2a7484c025e7c4f35c4c3d055cf472]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:41:24 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c5b7d7a80150fe3383d64c059825bd02a69ff206]

        INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:41:23 kaib 1.6.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2168155e95518abd1b32fc602bb827162449a091]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:41:23 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [366c5837b6cecc63fc787d9cfe9d9769f5f28b2a]

        INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:41:23 kaib 1.5.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2d8dcca930372b5c3baa1a377b1ce520b68b3fbc]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:41:22 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b3063291d305da25fbfcb752c9c6a5d1eb38879]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:41:22 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef33fe61bccf05e25471812a621e63c99076560b]

        INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:41:22 kaib 1.6.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fd6a5f24f86c273ba0d21f8c04aa2906871cccc6]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:41:21 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3b5cf00ee25960bef7ea599a526f563b688fd923]

        INTEGRATION: CWS pchfix02 (1.4.64); FILE MERGED 2006/09/01 17:41:21 kaib 1.4.64.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [591b39136db54ebbf8d6db0671186d87d1fc5d91]

        INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED 2006/09/01 17:41:21 kaib 1.11.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8b93295ccddb54e6a176dd223b06759eade9dbd8]

        INTEGRATION: CWS pchfix02 (1.16.36); FILE MERGED 2006/09/01 17:41:21 kaib 1.16.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a43839fbc934491a0991e0e29e8697ee2ee75e6a]

        INTEGRATION: CWS pchfix02 (1.13.36); FILE MERGED 2006/09/01 17:41:21 kaib 1.13.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f0e4b3055241132ad8198dfcac2ee7b9e34718a7]

        INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED 2006/09/01 17:41:20 kaib 1.11.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fbe6f604ab2c73d32a572e7fad70afa33f973502]

        INTEGRATION: CWS pchfix02 (1.16.36); FILE MERGED 2006/09/01 17:41:20 kaib 1.16.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c09a1ca3e23b4838b2156e23aa628d2cb61e0121]

        INTEGRATION: CWS pchfix02 (1.2.64); FILE MERGED 2006/09/01 17:41:20 kaib 1.2.64.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [edf6c199f56a4c20101c6756e783c73a8aad10bf]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:41:20 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2bd4e87fdbca730efad1de961391be09ccf1630]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:41:19 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1362d088fdc93dbf4d87832907ee9232f48d16f5]

        INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:41:19 kaib 1.4.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1557898ae2945dfbf0775a316552d3308423eb72]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:41:19 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ddf33e08fdc9900abd9896671804c9dedacd821]

        INTEGRATION: CWS pchfix02 (1.15.8); FILE MERGED 2006/09/01 17:41:18 kaib 1.15.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ba7cfde55811420156c4893c712d3a6cdac0a80]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:41:18 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9fd83c643e82b5a9ffa6f51e7799628d22986ff]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:41:18 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78b664f7c470056b4c19d6a3c1fcab8625553656]

        INTEGRATION: CWS pchfix02 (1.21.10); FILE MERGED 2006/09/01 17:41:18 kaib 1.21.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [37f3efe040fd2d272db545e28de1cda959d7d625]

        INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED 2006/09/01 17:41:17 kaib 1.13.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9af43cb0f6cd19bf8edf102c8345d92ad0bc992]

        INTEGRATION: CWS pchfix02 (1.26.10); FILE MERGED 2006/09/01 17:41:17 kaib 1.26.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0b9febaf6b4ade22f8ea762ea3fd5856ca329dde]

        INTEGRATION: CWS pchfix02 (1.9.10); FILE MERGED 2006/09/01 17:41:17 kaib 1.9.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cdfb84ffcd5ab4626d7f167c9f8bbf6b43cfac25]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:41:16 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f0a7945cb32a9ea57edc0ea91dd693167960f1c6]

        INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED 2006/09/01 17:41:16 kaib 1.8.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ff081a1413b3867136c30e906dd895445b7bff5a]

        INTEGRATION: CWS pchfix02 (1.5.36); FILE MERGED 2006/09/01 17:41:16 kaib 1.5.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60bffc354aaa81ef460307954fb031bde25721e4]

        INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:41:16 kaib 1.9.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [88e2a2b893cdf932d9900f12c5ae7e6779cea38f]

        INTEGRATION: CWS pchfix02 (1.20.10); FILE MERGED 2006/09/01 17:41:16 kaib 1.20.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [697770f2a9981f086890148a1babe5e6c7b40d52]

        INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGED 2006/09/01 17:41:16 kaib 1.2.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6159d517b8dfdc9fd23782ed8d319b002d7cec6a]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:41:15 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a91ed6a9eb36d65190dc976734bdc6abb30b57e]

        INTEGRATION: CWS pchfix02 (1.13.10); FILE MERGED 2006/09/01 17:41:15 kaib 1.13.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2f99ef8653f6fd80e7a62e739c0be3c5c385b9a0]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:41:15 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [407e179c675f72120688ce13d7b5de2dd73744f8]

        INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:41:15 kaib 1.4.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3b9c4131f59c1c33755b002c8648b0c1bc36d457]

        INTEGRATION: CWS pchfix02 (1.10.36); FILE MERGED 2006/09/01 17:41:15 kaib 1.10.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2708fe9e6927cd5d0f94bbfa774be6d584b206b8]

        INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:41:14 kaib 1.4.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c060b07801579df4b3598b1f610a945ae9cf170a]

        INTEGRATION: CWS pchfix02 (1.9.10); FILE MERGED 2006/09/01 17:41:14 kaib 1.9.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f4898fdf3d2b5b3ed8d4abb809261a09efa17c0d]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:41:14 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2affc32532370961d7ef1f9386ea369f62c94e4b]

        INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED 2006/09/01 17:41:14 kaib 1.11.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38ee0a1ff9800ed4771283a8b09558eea7985014]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:41:13 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c8d44aeb34a50f9610a8c98b0a59ea01af3021f]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:41:13 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a92cf1e872c2167d87337911c48f103f608b18f9]

        INTEGRATION: CWS pchfix02 (1.16.36); FILE MERGED 2006/09/01 17:41:13 kaib 1.16.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4abcad2eb9149d51f36035961d808659c0177b2d]

        INTEGRATION: CWS pchfix02 (1.73.10); FILE MERGED 2006/09/01 17:41:12 kaib 1.73.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [083a4f799808959b70d3f0bd65de209325153b3b]

        INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:41:12 kaib 1.8.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a3e86c260ab50cfc433651b8b37b11b7c3084462]

        INTEGRATION: CWS pchfix02 (1.25.10); FILE MERGED 2006/09/01 17:41:12 kaib 1.25.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a808ec5284e1236f1a03a23ad737d641b5d4ee9]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:41:11 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [978124e802a0c3819026954af1295621b4a8b629]

        INTEGRATION: CWS pchfix02 (1.22.10); FILE MERGED 2006/09/01 17:41:11 kaib 1.22.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf4dd58a206a2253693ce39df7efebbf434f8e23]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:41:10 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43a8a0045e2907f71acd3fa1e029af95e40d5f36]

        INTEGRATION: CWS pchfix02 (1.24.10); FILE MERGED 2006/09/01 17:41:10 kaib 1.24.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9a226bdf060f85b1c18c3bdc1edde5ca8bf4e85]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:41:10 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6cc062e3c155af8c69b60875eaa69af0fc2a654a]

        INTEGRATION: CWS pchfix02 (1.14.10); FILE MERGED 2006/09/01 17:41:09 kaib 1.14.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8df689888c39ea785602e883ebfba842e7106f66]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:41:09 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bbcbdce0e7c7ca7dd95f7bac24fe53832e93a1f4]

        INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:41:09 kaib 1.12.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [009ef67bf8e7e5f37518facf932cb9103dec07e0]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:41:08 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [191a2e185acda6208dd169fde6fbb25c8c0f8b4c]

        INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED 2006/09/01 17:41:08 kaib 1.3.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [64f2259db44dc324d3fa6a6cf4ddb79edc903d1f]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:28:19 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [084d252699ca226dc415c9b5c1d54602180aa45e]

        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>  [21867bfa60f085fdcc1b8f51c4bced7f2c00ace0]

        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>  [510bc9c8f24abd5a7e940b7c9fb565599429e635]

        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>  [0f21d96dd300c6d2d30050a3c76cbe56c3fe61d8]

        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>  [a5d4f7796b57918b8b5d9a58783a519eae254784]

        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>  [328ecb9b405c912ac3c279574d44e3517cb5bf65]

        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>  [7ee97dac1837aece77e908bf6aac22fbbddcd0b9]

        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>  [4d5cc6ef9304543abb1a68c9c91345af7de0439d]

        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>  [08c2fd5186eb0d840010dd9ed4219822472b5390]

        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>  [4f00a2df2a653ee01969689b0a9cc343855e4e17]

        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>  [68d5d364005e25102dff8659d3c7984e38d572a7]

        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>  [5aaeaae1519fa3009b0b670ed08ced5586ddd2ff]

        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>  [2daa74900bde1339cf492ff5ad294a8b142b2223]

        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>  [0eca7217d5d8312bc6376269ae4bbeec7a5869d5]

        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>  [59b069f9f9f5c8cbdefdc664f89799cb51d9d827]

        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>  [e0e77ec1653518c1c46f7610019830cdb8035f3c]

        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>  [4df7f26744b070877fe4bfc7a9934f3acfae355d]

        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>  [fcc68721c0dd08ad81dcc2cf9b674720479e8417]

        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>  [36e39fb31de25c056a6109905f6d6120b88508aa]

        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>  [b11ddf585df53a6cf34b10623a46a375ce635a7e]

        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>  [1fb82a6f8120c78f0dd78a08093e5908ed19286b]

        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>  [28f168054ff1205cb73d0228349a564242b907c2]

        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>  [c781ed50118c7cec956690bc923c3d64699bf9cf]

        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>  [01d076f19c4cb5b458b5633e883e2af76376dd15]

        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>  [e7c4f2e333ed7fe17617dfda5d2da4ab2bdf2f6b]

        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>  [58407c2109cfc7ae6c4814c9f80a18ff18ce8e0e]

        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>  [34c811a5d7df4367b05e869e8a35b8834bf668c8]

        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>  [178f4d8d1871f8687863223a2d1ea200de9487d4]

        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>  [ecbafe3bd262867182d979a33af5c1cb051dca54]

        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>  [d5cad8e1986f55a316ada615de4748354f9efbb5]

        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>  [1ab06ba4762137a70d4fa50ab076c0d206be34ff]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:53 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b9cc14c564441caa7c200a8519f631720962475]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:15:53 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [513df9e898851e6e3616a536b0cbe0b49f491b84]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:53 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e789ae26c9ec91b448a3731b059f7f989b26cb81]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:53 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ac0e7c31a7ac115f820b719f3c805210bf3a4e9]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:52 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f7a8cd3c56e04b6c34408f85b5d711c55c43a93]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:52 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b975be230b1807e99fb19835d2b4dff496a68173]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:51 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [12663a188a162e0f62d7fa7c87d66fff351b63ea]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:51 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ba037777523725c17f4b19f0d0b28c8f62ed7df2]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:51 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1d2f92b42ff023fca9407a02ca2e26ff46c7149c]

        INTEGRATION: CWS pchfix02 (1.9.30); FILE MERGED 2006/09/01 17:15:51 kaib 1.9.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ec52dcd31210d7c9069571598aef0436fee3ce0]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:51 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8f912888a382878544e3313bb01f06e865894734]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:51 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f18c9377b20b3e6d59635faca44fa1e7f6e7105]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:50 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25a3eab49597c6bc05a933295ace9b2ace3b1ecc]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:50 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [918539df0489c307f2a3e159bdeb52c13c36b56c]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:50 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [15a70f6dd602d1e241e64e6bc90b0cfaffbd0314]

        INTEGRATION: CWS pchfix02 (1.7.30); FILE MERGED 2006/09/01 17:15:50 kaib 1.7.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8754e7d5c43b92d2998fe8c8eef12ac05935dffc]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:50 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1c9770faaa036c3c248be27faa44058e9bfb292]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:50 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f559f8f9cecf17118ec840f51b6acb105ce12283]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:49 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [90ff6563e4f2beac1691c96b5f7fb7e759970a59]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:49 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4e7c926af17d11e264b859604f48fd0137ffc29]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:49 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2b230b47a4e41ab6b407361f85a2240189765cdc]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:15:49 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ee818503b0876da4c3f027ed06bad96296f70f1]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:48 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b18b513f7c949501589e03c519e8b621cbd7f18]

        INTEGRATION: CWS pchfix02 (1.8.6); FILE MERGED 2006/09/01 17:15:48 kaib 1.8.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59d0bebd33dcdc4cbde4a491b89de9fd44e6f656]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:48 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0842cf2b88c677bb5e611af0d486457b639d3a9e]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:15:48 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a3e93fdde86c5fcd0173c4605b6cd800c5f9fdf]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:48 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b83d866abcf290436a2a847156f937cc2907ee13]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:48 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [005f4702c4d0ae05d0dc8a6fa9e1bab002b79d7e]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:47 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6bb4dc166b74cd8e86fb4a1201697a9ed60bc2fe]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:47 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1edfd63d09b5c685d961858e017d03085a3a8424]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:15:47 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [844cc4bf5ea62f2b92f6b417cf0b2ac20785002e]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:47 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [00f39feccc11cbf49ce6f704a703968ec011f2f8]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:47 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9092416066ff780fa97c56a9211b6b56679d704]

        INTEGRATION: CWS pchfix02 (1.8.6); FILE MERGED 2006/09/01 17:15:47 kaib 1.8.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4b119cf21b3579b51548b7b600a4ffefa3b0f487]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:46 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68bade70ad27e40e48b6e563ab4ac24df569908b]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:46 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31813c3bb838c7fab55885e6a75af8850778b51a]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:45 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ff5330cf32e330ba53e05802427bad1c18d8d80b]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:45 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [399c1231af027dd178be021dbc6789ee43d7404e]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:44 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f6d948d9f7b82431c81b41143c3667df603c8fe4]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:44 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2eb7e710ec64c92807c64c8f64f4db853432cd01]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:44 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b015f2be9bed1a4e536de757b431c0d020540ac9]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:44 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [478ae18b62297c15abc7f7241fc47535c2df0e93]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:44 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9edfdd24650ef36e0ecd0e0c4024df471e40e8ad]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:43 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa6f2d928a9f3b7331bfd2c8ba583b1c44374c40]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:43 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4b4e2d4649d389e917969d8a5b13dc3dbbce38c5]

        INTEGRATION: CWS pchfix02 (1.8.6); FILE MERGED 2006/09/01 17:15:43 kaib 1.8.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7cfa783355624a916968312783f338e850a8692]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:43 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5bfa27d8656d145b7868676109fbb496150809c6]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:43 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1870d936e8201f78f4008d30cd746a8eb368a712]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:43 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7bb5f7bed2ad766d9a2b4797cc40be510f5d90d]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:15:42 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce74b7fd0eb109a97325469b43a923a58b46312b]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:42 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89988e84ee07c0e20b9a092ae55d6c41ef116931]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:42 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [432122831209793834e9332d984a3b025d18f638]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:42 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ed57bff7c0a7389dbd1e84ad4ec9cc9774891b97]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:42 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a2155c8898c5a41248a87af391018eaaa244b3b]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:41 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c9b8fe1237c5f6d0a684f0b15036d0824c0eee0]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:41 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f191833e9c3ba9fc3501a1d4c5eef7078019836]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:41 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [426b59408b2fb2583cfd3a82b6868e23543670d9]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:41 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [29179887b5e43283f6cf250d6eb48ab9beddeadf]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:41 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0b41de3ffe7a6b6fcb8b955cbb49027909d8f90a]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:40 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c837d396b95f81ca8154b4b7bc55b2e58cd18291]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:40 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0428cc2680aa4e4608c5914c7a6bf0e22e6a5c45]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:40 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [39d86db98c99ac9655c43abd416bf267c705d7f0]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:40 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dbd2761bf0fb4cfff46e026859a0d9acb3927ee4]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:39 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [737c5b1d3ec817ad72978a463d8a17d3051fdbdc]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:39 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [65667e37692a0e38a06fce3a743be67817f5cee5]

        INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED 2006/09/01 17:15:39 kaib 1.8.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [335e055499bc80a425237055197928ea29b37093]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:39 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [369cfec49263ffb7e54cfb1d74b4b03ebef4810e]

        INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED 2006/09/01 17:15:39 kaib 1.6.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [69523859a881d58856761724bdfcb77ce641ae4e]

        INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED 2006/09/01 17:15:38 kaib 1.9.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0963ec61c8bf1ed56d03dda83cafa0480c131f98]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:38 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c2aff173bc61e4c44c23961e66f8b008de5b9f7f]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:38 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [12f501e6343bc31956a1dbef44e65f9fe9ab8d36]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:38 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66a4260694f7b786e6d99a48df1e0a839b915884]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:15:38 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [81e67b8ac0a6cc9d8d9ea0c50221860e478a971a]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:38 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22caf65ede7a56279eb18298a529296ee482826e]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:37 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fed1128c31e4bca44c0680e2d26b4429e3919bfc]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:15:37 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d84e6f7df4871ed422e53e3e62dad315a2d8fa4f]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:37 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eca91c3fb6f9ea4c45bab8db7a10b0f93f9be9dd]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:15:37 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c78f4d1c16bb629aa1d04713e1565d1fb3d265d]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:37 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f0fec7d98a6c0c307bcd8a6ccbdc76a6be3f3d6]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:37 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9192e254fa98491a66f3c663d720a30f96966acb]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:36 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dd9634839e7c419dddb78b4ecd76ceb62b8bdd03]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:36 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b48a684bd4a7f08d405cc51af81182e83c6d63c7]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:15:36 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49f8c512184e1385c97e64eb099bfe61a767068f]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:36 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5c700ec589b2505728d1de70e22c9da52170fe44]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:36 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [277a356e6d23726b697de04ff1b41f8f3ea46590]

        INTEGRATION: CWS pchfix02 (1.8.6); FILE MERGED 2006/09/01 17:15:35 kaib 1.8.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93abe1ebd9a7d83fa739d6a3fecb9005718f9418]

        INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:15:35 kaib 1.3.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c452b8410b5de7d0ee051edb7fdbd1ef64279b20]

        INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED 2006/09/01 17:15:35 kaib 1.10.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [565ff1294cdb8955b4d5d8532069c1b4ab81c16f]

        INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED 2006/09/01 17:15:35 kaib 1.6.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [505f7db3a9c724efe0d8aa15ed666776edad4019]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:15:35 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ae4dda4c5021cd6e32480dcb168d711a1fb6e94]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:15:35 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1bc837bfd5d4b3ffff5879dfa47f2797bc46ac5c]

        INTEGRATION: CWS pchfix02 (1.6.6); FILE MERGED 2006/09/01 17:15:34 kaib 1.6.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [73234829ab5ab348d40b3b08e1b7e1874be4b32b]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:15:34 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49cf064683cacc0a5dd6fa3078e0e284c39e712b]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:34 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [47878dafb81bdb8939dc6757c1d1674111928477]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:34 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa4ae5e17d1e390ce13339b42ac13ec103103c9f]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:15:34 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa4f6ce308f5d68b786a50fb283ce34f81de3102]

        INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED 2006/09/01 17:15:34 kaib 1.6.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6863a2fa8233cb88231414f91200dd0e82499746]

        INTEGRATION: CWS pchfix02 (1.4.10); FILE MERGED 2006/09/01 17:15:33 kaib 1.4.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d4e1e40c49cc34409567172340f894c62ccc8bb]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:33 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2698a82649bb35e9293097a08eb5ab732c254da]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:15:33 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c90c75f60fe3cad4d0360185c38cb50f33164ea]

        INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED 2006/09/01 17:15:33 kaib 1.5.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6cea4a672bcd63f60b3c8e488c2e4d36651724dc]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:33 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [61964b7495a1b9c93a1f39e7f0b363cc3dc06461]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:33 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c78f127b9d5293b874f7e84ac1fa159f2fa50817]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:32 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d8ecc31b178a09a862700cae851741f36f67f1ff]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:32 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4663f427b01429916ec4d676f78dd996a9dfef58]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:32 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5326e9037641df4e53d4f2112035f576a7a28b66]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:32 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1558a28bff2f811128ce51a2c3bd1151ac05f5f]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:32 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ae36132cbe9cbd3fc77c966d28d7ad9b58b140c]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:15:31 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2f01469810eedcd8abf0ff4339d4810bb4ba35ea]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:31 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b0a21451341cd6701d1f24b6aa0f81e6d89b72b]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:15:31 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [87c204e6132b7e22d2da6b6df0b53441698645d6]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:31 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [370831426b83020facbe05e7eea8f154b3c98ff5]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:15:31 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01f6fb4e43a191b782f2b2cc4db3f446dc12c79f]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:15:31 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c41e17af484461346245fa58610b4200bf585a3d]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:31 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [109098521e4f0e732c2cb18cdeebed5c1ea03f3c]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:30 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22b10734c0a59f53ae038d219e1870dd0a4fd22e]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:30 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e80ee5766850d7b0a12b4fbb3a5105b0726e508f]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:15:29 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f45698077e6c88c709d718c8d72abe46d4607d22]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:29 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [40506c00b4685956719a7b4ee8eff48a283200a3]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:29 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [788b1fe4f5d657a2b850ab5948b464e54407f638]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:29 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f14d87aebf1659ac2086c7e489a0d6d1bfd9c41]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:27 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b43653bbb911c2748d5779719da1e70c026464c]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:26 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [46c3a0cf531f5cf75f42e226e1e697d95f7b26fb]

        INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED 2006/09/01 17:15:26 kaib 1.7.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [133b908f7b5a18b83835a54e511ea3eb421873be]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:25 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf53037ecb6faa8f754ef78d5b907f101e2a47a5]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:25 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cfa6a12c4dacfa0dae5b07c1f759bda64d1a6264]

        INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED 2006/09/01 17:15:24 kaib 1.5.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94bf6a9ad6124f19ad8772a8bf42dccffdd25060]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:24 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ada33c4d5f587f77ad8fed5710ff62e2625d3b1]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:23 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cb24c51644464420add9ef85c1240b88257f6297]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:23 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [06175e27b7b22b097ce98a4fc4723af72a68e21a]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:15:23 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ca7342f47ca62702e6832a4a2ef266763cb5f63]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:23 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c9f568550fff30885c0e4b79d0aedfcc4385166f]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:22 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2636b87674f48d56220d954359306e9cceb2e634]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:22 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b52fe752ff00a0446fff9beafd89af0e0c6137e2]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:21 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [547d5d1e9e20c7283525b849d34686335cab5da9]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:20 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [29aa1b4b1a4351079738ef1d2b027c67061e8bf1]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:20 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [71d3ed43e749645ed00b6d17ff6c27e98143cfc4]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:20 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b494ecb0ce2c7dea82585a5b778328ee8552091c]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:19 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [333620cb8db355594793cadc2bc009a9c7012458]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:19 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [61bd0c90e4466752b7b6ac8baf479f3181961239]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:19 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0d6f558354dffe5b79235dfec5262410d5947eef]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:19 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d97f140e39a058c7fe86a485bae80e49487ebe8]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:19 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe1b0c15ff06feca4a7098fd81ecd93cf4d196d4]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:18 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [934ed7ad33914c6c69c48658bdea1546ed8ea1af]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:18 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [37ccd60fde1d8f9cd38cd2967299f9449605f7ab]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:18 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [643bc830dadadd7d3e3352e2fb13a49cdbcbb2d0]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:17 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [886f0006bcbcfbf3dfb872119f7fff493b5eea81]

        INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED 2006/09/01 17:15:17 kaib 1.4.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7794072d193e22165d74be9c19b4026df3988d5e]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:15:17 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07627a73a9fd4686d08ef7eca9af022c53428751]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:15:16 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [40aeeafc21ffe9915786d9daacb91d4ecdacb94c]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:16 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1dfc2ee8968ab77d2769fdd919b9298fed5814ab]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:15 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [17b0fc21439dac5cf9c4240c4c348888b73d1e04]

        INTEGRATION: CWS pchfix02 (1.3.30); FILE MERGED 2006/09/01 17:15:15 kaib 1.3.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [090070baa19a8cb19782dd84e2d72b5ba1fb7548]

        INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED 2006/09/01 17:15:14 kaib 1.2.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a281742b467f74d01e9cadbc7a00ad4d88e8e3b]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:32:00 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [15fd582fb3cd6f7b747d812b227a22af1f126071]

        INTEGRATION: CWS pchfix02 (1.2.84); FILE MERGED 2006/09/01 17:32:00 kaib 1.2.84.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab1aad5865517fb17f38db8437880f109328fe07]

        INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:32:00 kaib 1.4.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4187ca160f988f28ae6a2c35cf95ded7d8d872c9]

        INTEGRATION: CWS pchfix02 (1.8.12); FILE MERGED 2006/09/01 17:31:59 kaib 1.8.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6f1601ba32fb10bebf81ab37faf044df9ce69552]

        INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:31:59 kaib 1.4.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ede6d2df0eb529a1f4d516d304c2d541e09c265]

        INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED 2006/09/01 17:31:59 kaib 1.17.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e2288eb16e16ccc314b33f14a37450f80837f36a]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:31:58 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b02d5ddd02dba63ddbb3ebd6d675d0eb6a55631c]

        INTEGRATION: CWS pchfix02 (1.5.50); FILE MERGED 2006/09/01 17:31:58 kaib 1.5.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc62809f367d94dfaf485219c62aff8417c1fd27]

        INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED 2006/09/01 17:31:54 kaib 1.17.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [86d25318ccce33c5418cb3f560a47baf6cd223d3]

        INTEGRATION: CWS pchfix02 (1.5.12); FILE MERGED 2006/09/01 17:31:54 kaib 1.5.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [063158f4081858a2a907539cabee380bb3c83142]

        INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED 2006/09/01 17:31:54 kaib 1.6.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ffaaf58133c3f8e2f086aee0670de66d6e687ed]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:35 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a5377b00ed8d6526ddea26c9fbc31860a3fe3cc2]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:37:34 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7736940252bab251a0fe08f2e240d56583d3781a]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:17:46 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ea5305889475581406803534d0eff9c7e3f2e4cb]

        INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:17:46 kaib 1.5.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9d76ba558bb54f4b5b242ddf743e12f3de6153a]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:17:45 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [991b78025352c07ba45c397fd93a43155e2d452e]

        INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:17:45 kaib 1.5.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [87e471966bda919273f51d5ce00b6538cb04ceb6]

        INTEGRATION: CWS pchfix02 (1.1.304); FILE MERGED 2006/09/01 17:17:44 kaib 1.1.304.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b4203b23817f506cf8f676a122bdd62d5a63b6e1]

        INTEGRATION: CWS pchfix02 (1.11.70); FILE MERGED 2006/09/01 17:17:44 kaib 1.11.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a3700739a664a83a8e22d61ea393556e68bc0b9]

        INTEGRATION: CWS pchfix02 (1.10.70); FILE MERGED 2006/09/01 17:17:44 kaib 1.10.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [86521d4cdc8e65a89fb182870b2429a45dca4463]

        INTEGRATION: CWS pchfix02 (1.8.70); FILE MERGED 2006/09/01 17:17:43 kaib 1.8.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dac2ca34c2510f010cde0ad1d5e5c47c94e53f5e]

        INTEGRATION: CWS pchfix02 (1.9.70); FILE MERGED 2006/09/01 17:17:43 kaib 1.9.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab6d2103c947c71048a46cd9e9aab30230cddfca]

        INTEGRATION: CWS pchfix02 (1.11.70); FILE MERGED 2006/09/01 17:17:43 kaib 1.11.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e851458e28b415862669ed389795eb78a72ae9c4]

        INTEGRATION: CWS pchfix02 (1.14.68); FILE MERGED 2006/09/01 17:17:43 kaib 1.14.68.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3e51c3895716d34ccea53c79fbe894bf1af3b77e]

        INTEGRATION: CWS pchfix02 (1.13.22); FILE MERGED 2006/09/01 17:17:43 kaib 1.13.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [358454cbcdc9f67996e238a41c7f76b095a7fd33]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:17:43 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8ccb8cd69397b6a9acac25f9924015846d22a7e8]

        INTEGRATION: CWS pchfix02 (1.14.20); FILE MERGED 2006/09/01 17:17:43 kaib 1.14.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f4d97170685de64c6d99953567261ebbdd261b5]

        INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED 2006/09/01 17:17:42 kaib 1.7.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2198c4aae2012fca3e96700989c58966243ca935]

        INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:17:42 kaib 1.5.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9eb06e5d4eeecd569c8a905f6206c900aac8ad6]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:42 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4911234e2ef0e00d4c2b0c998efb0fe5c2d3d8e7]

        INTEGRATION: CWS pchfix02 (1.14.20); FILE MERGED 2006/09/01 17:17:42 kaib 1.14.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a2cf0389073a327c73cca86600dbec5be59143e]

        INTEGRATION: CWS pchfix02 (1.18.20); FILE MERGED 2006/09/01 17:17:42 kaib 1.18.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b1f08db0685741e318f127c46dcd0dcecce50e81]

        INTEGRATION: CWS pchfix02 (1.10.20); FILE MERGED 2006/09/01 17:17:42 kaib 1.10.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa310dff6049214d0faf52d8426e77e7454a00dc]

        INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED 2006/09/01 17:17:41 kaib 1.9.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [02215f4ef5c72081ee90bc97bd37503aecd860e2]

        INTEGRATION: CWS pchfix02 (1.3.22); FILE MERGED 2006/09/01 17:17:41 kaib 1.3.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [663431b64252f72374be55ca77c84a821d0aad84]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:17:41 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d9eee8b2e5283fc70bcc46607d66882042dbfe1]

        INTEGRATION: CWS pchfix02 (1.11.22); FILE MERGED 2006/09/01 17:17:41 kaib 1.11.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66a0853443f74fe09698d6d5f1b706c837da5543]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:17:40 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b9fbc376409e578c4898eab9b6b016d4fd4953fb]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:17:40 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb40752390df18f33c82badaab0c473fad11f097]

        INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:17:40 kaib 1.4.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07b371787e6a5b32f28751963fdba994dfff249f]

        INTEGRATION: CWS pchfix02 (1.21.20); FILE MERGED 2006/09/01 17:17:40 kaib 1.21.20.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a3f30ec5cd14586c31b92689b2f8b3116c5feb6]

        INTEGRATION: CWS pchfix02 (1.24.10); FILE MERGED 2006/09/01 17:17:40 kaib 1.24.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [acdbc61f1e31eae1dbe9c99dd8113cceb45b6e8b]

        INTEGRATION: CWS pchfix02 (1.20.22); FILE MERGED 2006/09/01 17:17:39 kaib 1.20.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2b517aea38be40a83eec19b5e63ba3bc5d6a319d]

        INTEGRATION: CWS pchfix02 (1.21.22); FILE MERGED 2006/09/01 17:17:39 kaib 1.21.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca84dc8e0a15dcf7032037b09151cb68aa2c429a]

        INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED 2006/09/01 17:17:39 kaib 1.16.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ba3144f81fd3384c762eaa4b72af6c3243d6a5f]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:39 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16bb3439f654601908a94a9522f8fe5660dd1c03]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:17:39 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [80856c36c811d218f93463a4e327ff4764e48e74]

        INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:17:39 kaib 1.4.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66f8441370443701fb9f3dca2dd812d87813cca0]

        INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:17:38 kaib 1.5.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c34eabdbe909e75a8b75118552985a28abe693f]

        INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:17:38 kaib 1.4.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a9fd261526ea2628bda63881ac2e93a7689878d]

        INTEGRATION: CWS pchfix02 (1.12.22); FILE MERGED 2006/09/01 17:17:38 kaib 1.12.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56cf9150abc2ae206df4aa0f900a3645bdcbca5b]

        INTEGRATION: CWS pchfix02 (1.14.70); FILE MERGED 2006/09/01 17:17:38 kaib 1.14.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [67f119fdd9a3067875b6794d3c258cd3e2901f77]

        INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED 2006/09/01 17:17:37 kaib 1.16.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ca911e02a190b7d6e489af9f93a57970cfec122]

        INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:17:37 kaib 1.5.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32d613cc59ef218a8ec8f5d00d637d36efc892a3]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:37 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e91bd4381577595c8ecba2715d442b261836e6e4]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:17:37 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2060445c636710d649145decb6ac7283a808a4d5]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:36 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c00dc87b7b7346507f4f763637741c2229a859e]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:17:36 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [283ae0c47a468a2dba4d9766f35db1995200a4ed]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:17:36 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0f6b81a5d45a0d15104b439192a8e729adc3d277]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:17:35 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [30c29ae1f9630a373b7310357de066e4b6470bf8]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:17:35 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4748e7bcf7cbb8afc5dafa9a190b25cf8b10af7f]

        INTEGRATION: CWS pchfix02 (1.7.34); FILE MERGED 2006/09/01 17:17:35 kaib 1.7.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ec3014052a9e5b47e6e7926d6e9540ca0a0632e7]

        INTEGRATION: CWS pchfix02 (1.2.48); FILE MERGED 2006/09/01 17:17:35 kaib 1.2.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59f26be83523e72cf51dee226f6172fb2a072f4e]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:17:34 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7c31feeb057f683ff803b6aa5e56474996f71532]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:17:34 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43ad0be368368a5a52c8d84e905c5a655c30d6d7]

        INTEGRATION: CWS pchfix02 (1.4.42); FILE MERGED 2006/09/01 17:17:34 kaib 1.4.42.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01cce3dd243968ea683e05f00d3daac6a23129e6]

        INTEGRATION: CWS pchfix02 (1.5.34); FILE MERGED 2006/09/01 17:17:34 kaib 1.5.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9248b5b616c039d50fd73264ccb7886453c3e463]

        INTEGRATION: CWS pchfix02 (1.2.42); FILE MERGED 2006/09/01 17:17:34 kaib 1.2.42.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ec16dc9ecef944f085dec106d346dee4061a4b0]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:17:33 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1004635f77325a3ff3de01fde588d65e6a7290d2]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:17:33 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ae26d642733ec64936908a27dd933ce182f577a]

        INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED 2006/09/01 17:17:33 kaib 1.10.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36b11f77ef70a387c9f08b11db870375e34970fc]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:33 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [df0455653b37fdffe63bd0a3d99daac1f5704926]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:32 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d2c0e2638cca4b11db4ab19fe2fc2f08a4758679]

        INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:17:32 kaib 1.7.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [db42277799f65e45c89b02b604623845204e7c46]

        INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED 2006/09/01 17:17:32 kaib 1.6.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94147063d4d5597506e06f4c5e4acb4d74717a03]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:17:32 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [10e027169aa0748d605d80449e0cba6b65966f73]

        INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED 2006/09/01 17:17:32 kaib 1.9.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6506b4eb283f3c5ceb4da89d7ff61e0e7f914ed1]

        INTEGRATION: CWS pchfix02 (1.12.22); FILE MERGED 2006/09/01 17:17:31 kaib 1.12.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7fd2a3e833cc2ab1ffc6467425f6c4e6d8da411]

        INTEGRATION: CWS pchfix02 (1.11.22); FILE MERGED 2006/09/01 17:17:31 kaib 1.11.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d61793de3d8074bc0ba02e692e4ba6ea474441ff]

        INTEGRATION: CWS pchfix02 (1.2.10); FILE MERGED 2006/09/01 17:17:31 kaib 1.2.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e27150c2332c8dd0701f348574291c967da27877]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:17:30 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22ed89ec920791fc65a7486c230a3722c86ea3f8]

        INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED 2006/09/01 17:17:30 kaib 1.6.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a39ec2d59976e45ccd35176a71dc735d6f7bcb9c]

        INTEGRATION: CWS pchfix02 (1.8.34); FILE MERGED 2006/09/01 17:17:30 kaib 1.8.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49e88400fdd68fb4b3f0775e73b28415ff97db9b]

        INTEGRATION: CWS pchfix02 (1.19.22); FILE MERGED 2006/09/01 17:17:30 kaib 1.19.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a22c3f03eab5f962994b487289422f16d9a9f834]

        INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED 2006/09/01 17:17:29 kaib 1.2.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9fb09c380381bccdb17a0a80c5e134ce64895dea]

        INTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED 2006/09/01 17:17:29 kaib 1.3.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a03bfc2bcb4396943ea2a0dd9df261dd9fd44744]

        INTEGRATION: CWS pchfix02 (1.15.22); FILE MERGED 2006/09/01 17:17:29 kaib 1.15.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e95e66297a299da3dd8351d7369c8ea1389372a0]

        INTEGRATION: CWS pchfix02 (1.21.22); FILE MERGED 2006/09/01 17:17:29 kaib 1.21.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9919260ab84e8171fb3d0205bafb388f70e8244e]

        INTEGRATION: CWS pchfix02 (1.14.22); FILE MERGED 2006/09/01 17:17:28 kaib 1.14.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c60350714873cb2c35d0a0f248bdfeb0bf40554d]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:17:27 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d470fbb42234bc543d45a1fdda28245bfcaaf353]

        INTEGRATION: CWS pchfix02 (1.1.312); FILE MERGED 2006/09/01 17:20:58 kaib 1.1.312.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c61064fa05e6867914efdf1fd3bad1ef107f1c63]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:57 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1052e4a11a0d411f8d1508f446984f66139a4da2]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:57 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e398a3822dd9b43dfe20584db399540065c305b2]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:57 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ded9bbc4ec9e6611892b602a09ab4c60bfcb3a08]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:56 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [182d84f30211fab2404a993e8f25df3ca3e4e4ce]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:56 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c1acb3087a484b32432f33d30087a699e19a9f1]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:56 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94a047594380a0cd786bf23f1d15f38ed857823a]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:56 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [135b874ad52c2cf51012def7e48fd9b63e4ae414]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:56 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1af35e7f29a0875afb8152fb991672ef9abf4512]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:20:55 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96dcf33c633160526387221b116791044bbf4dc0]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:55 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e34fb166998eba258962790665f1accc07ee2466]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:55 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e015d03ea3ee49f347132b5de1e99351d2fd550f]

        INTEGRATION: CWS pchfix02 (1.22.60); FILE MERGED 2006/09/01 17:20:55 kaib 1.22.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59e865feb30eea95a46befcd02224a96f9d6b0cc]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:54 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a6c0c6dd983a55206eeec613e154f3463fd283d]

        INTEGRATION: CWS pchfix02 (1.8.28); FILE MERGED 2006/09/01 17:20:54 kaib 1.8.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6631b4ef915cd4b53634dfc7319176b400494aa2]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:20:54 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [512ef3c721e8b659caf07a327c338157a615b693]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:53 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [59fe11189555d52fb85fdc13ef2d0970f647938c]

        INTEGRATION: CWS pchfix02 (1.21.18); FILE MERGED 2006/09/01 17:20:53 kaib 1.21.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1088aa5c9942ad48630ba962adb282d1b98c7756]

        INTEGRATION: CWS pchfix02 (1.20.18); FILE MERGED 2006/09/01 17:20:53 kaib 1.20.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [737c3a05aaa7121b0179effef769db0cec5b9537]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:53 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [527c3d646e9d40941fbb02e3fc34dc714face06d]

        INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED 2006/09/01 17:20:53 kaib 1.11.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ea2936e23c03e900b9350fce1c50725c95514747]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:20:53 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5176e5bc1711b1c046297792c1941deb781e19a1]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:20:52 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b428f6f5a8811f9ce5c13acccc4e3a120957fb4b]

        INTEGRATION: CWS pchfix02 (1.13.18); FILE MERGED 2006/09/01 17:20:52 kaib 1.13.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d45bc6ca719662b69a9b3b533780f4fd1223d5b2]

        INTEGRATION: CWS pchfix02 (1.13.28); FILE MERGED 2006/09/01 17:20:52 kaib 1.13.28.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a17dad16295f7d522cd13b7dfd3eb01a4635957]

        INTEGRATION: CWS pchfix02 (1.14.18); FILE MERGED 2006/09/01 17:20:52 kaib 1.14.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ab06215de461aa0c14d282342c700aa780c558e2]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 17:20:52 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b1db08feeeda4563cf6112e1f7b467aeaeb552a]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 17:20:51 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8a2bcd3cd762ad23819a69dd994b2880a11034d]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:51 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [71afff84da4ccdc48c79fb2568e35f5822b894f5]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:51 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d98ee2ccd07b6912cdb46fd0b218668e3fd00b30]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:51 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83a1e755be54a82366ab7601bcafbcfdf387c34d]

        INTEGRATION: CWS pchfix02 (1.29.18); FILE MERGED 2006/09/01 17:20:51 kaib 1.29.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d32dd8b73520bc5b703df328d79362f557e127fe]

        INTEGRATION: CWS pchfix02 (1.20.18); FILE MERGED 2006/09/01 17:20:50 kaib 1.20.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [62b609665dc3b4b9c09089961dcc70de29fc87ba]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:20:50 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cf40522fdfdcb6813bbcf09e7c176402fa460def]

        INTEGRATION: CWS pchfix02 (1.23.18); FILE MERGED 2006/09/01 17:20:50 kaib 1.23.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2b91721225ee19663aae55dff1c314af4b278991]

        INTEGRATION: CWS pchfix02 (1.17.60); FILE MERGED 2006/09/01 17:20:50 kaib 1.17.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8dc2113024406426f3b242d8ff879f3a637e9ac9]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:50 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b788879482f70892d71dd784ce33dffb9e4da26]

        INTEGRATION: CWS pchfix02 (1.29.18); FILE MERGED 2006/09/01 17:20:50 kaib 1.29.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b4c2adb3ab0cd27301564fc4b74135ff88195f8]

        INTEGRATION: CWS pchfix02 (1.23.18); FILE MERGED 2006/09/01 17:20:49 kaib 1.23.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4e1c1ed58a2a94d3087e0c9a5c1b37140529f96]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:49 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68c7d3844ac595d88d287b101705c49dff75cb5c]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:49 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a4cc8a8a4501ad98f5d22729d3145509650d5c2]

        INTEGRATION: CWS pchfix02 (1.19.18); FILE MERGED 2006/09/01 17:20:49 kaib 1.19.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [138e86e9952eacbf8fe64455c79fc88baa6e759d]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:49 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4070bf16ec9b841768bd0d6f5f1141bb5ea18a8]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:48 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [286e783acb448342cc25684fa766c174560286cd]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:20:48 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f2deb49f7f03e4ab48b7852b4274da308a12cdbc]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:48 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e0a8d2a129607f84d714bf0875dcb11db1be7261]

        INTEGRATION: CWS pchfix02 (1.28.60); FILE MERGED 2006/09/01 17:20:48 kaib 1.28.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a075a3387af71872b297f27189be34defc6ebc4e]

        INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED 2006/09/01 17:20:48 kaib 1.12.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b7cf85ffc06c55a97e3c7061ade1a8774a173e9d]

        INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:20:47 kaib 1.11.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2872bd9935c9bdd728ccf14e167eb5a5f4e3f98]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:47 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2210cc4a6ba3ebae3720b4472fca49c5226ce14]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:20:47 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d2ca1609a60f4e12f135bec1d392c47527e8ae3]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:47 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [246235f40fccd005f0851d705e04265cd954aee2]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:47 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a969a5a1b30769d2cd60c4730629634986d819f9]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:47 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48606b99bd3c7a1db5893019467595eb05102c85]

        INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED 2006/09/01 17:20:46 kaib 1.20.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [070dd778443b14fbe99db46bbb8e4d70ab0a9567]

        INTEGRATION: CWS pchfix02 (1.21.18); FILE MERGED 2006/09/01 17:20:46 kaib 1.21.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f62047cb1529601476e29865225fe0602e44495c]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:46 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b1fe823bf17e470cafa4d0cfb7b1c4c1e307cbc]

        INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED 2006/09/01 17:20:46 kaib 1.2.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [250ee25f2a54fed402bf2798a275d1bcae4dbe61]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:20:46 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a27530bf1a3146c8355156c71424bd667e99731]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:20:46 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [893e9a376ffb709fee00794a7188db5c3804f44f]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:45 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf3cbfb942a7a429c8e91d04195861bd2716f01e]

        INTEGRATION: CWS pchfix02 (1.17.18); FILE MERGED 2006/09/01 17:20:45 kaib 1.17.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6fe5567f8aa766d52746b391669c005ea2391b1e]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:20:45 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60c6b440caff9f378519d2b9e4343c1891f7a9e6]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:44 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f350a18685008954b466240a01c898a5ffb19a9a]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:44 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f395e962a255baaa9b2a79abed2b34a955ecbcaa]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:44 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25e9dcc3b64c4d12d7ea3338085d6dd26aeb9f89]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:44 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94c9e66025fe4bbe09b6544b655d780dd63f3b03]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:44 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [914da3efa4de2a7d31e5e8957a9b9c14536091f6]

        INTEGRATION: CWS pchfix02 (1.21.18); FILE MERGED 2006/09/01 17:20:43 kaib 1.21.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9985fc1d2eb1bd7398fd303b9a9fc88ff0f9527c]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:43 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a17cb03399f28add86aa276cc9f10f604048b79]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:43 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [256f4d59facc37d7a89e239c3068acfe4876e34b]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:43 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8db7b0fe7aab3f8639d936a9a0e31209ccbc6cb]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:43 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [267744e7a9f80dd7ebd730a5658a1fb1fdd21d3a]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:42 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a66fa8a769943cf62c2ae09137166cbbafe1162c]

        INTEGRATION: CWS pchfix02 (1.16.18); FILE MERGED 2006/09/01 17:20:42 kaib 1.16.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e7a39531816023cda98f904a2406bd22644d790]

        INTEGRATION: CWS pchfix02 (1.21.60); FILE MERGED 2006/09/01 17:20:42 kaib 1.21.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d6d784487dd1bc2476e24a516ee277985dc42697]

        INTEGRATION: CWS pchfix02 (1.35.60); FILE MERGED 2006/09/01 17:20:42 kaib 1.35.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [33f6c9efc57b39d4ea503ded3f0bce86f0f95496]

        INTEGRATION: CWS pchfix02 (1.18.60); FILE MERGED 2006/09/01 17:20:41 kaib 1.18.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60655e6c3402bdb33f4f0d033a11769b6eeb3a1c]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:41 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7132763c11a5222e968185f5cacb03e9f574194d]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:41 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3a437697f8a97c0c4b702d3d4decaf35bc062c90]

        INTEGRATION: CWS pchfix02 (1.12.10); FILE MERGED 2006/09/01 17:20:41 kaib 1.12.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3a39d3ce23a9d9f4b777d0a71f1153e39ee70613]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:20:40 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5d4dbbe1506f52e8dff725237d3d1c2be3343c63]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:40 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [65297f67bdf4675ada9713426216e6f89ac074f3]

        INTEGRATION: CWS pchfix02 (1.16.18); FILE MERGED 2006/09/01 17:20:40 kaib 1.16.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7e60c43c027e4151df9b68a732be68c64e236fd0]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:20:40 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4a977d5a6bd99d61211a3ee256d1d4b77a04453]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:40 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb8d8ebee15d6ecd0b8718111950e2fd08bee4b3]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:39 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68c2a292919a966e94e46d12e36ddd3f84784f77]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:20:39 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6558f48492644a9bb5027b72740fbdd6bb7b79d2]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:39 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1f70330400bca6a1894ac7f91fd141608ef8237a]

        INTEGRATION: CWS pchfix02 (1.22.60); FILE MERGED 2006/09/01 17:20:39 kaib 1.22.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [82f720bc4e0c3babf134667669fbb1f4a4e79f90]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:38 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [34000c3b4443366e556eb503603d0170da8e7f4b]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:38 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ac73487a5c94b8d37a58c4d0b5dc26f0145e8caa]

        INTEGRATION: CWS pchfix02 (1.23.18); FILE MERGED 2006/09/01 17:20:38 kaib 1.23.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [50be3b86d7ae946be7de44cce2c89d7b9f0efd99]

        INTEGRATION: CWS pchfix02 (1.16.60); FILE MERGED 2006/09/01 17:20:38 kaib 1.16.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6715d56157a496c63d8cd675d6a0ce8a7ec6e78a]

        INTEGRATION: CWS pchfix02 (1.31.10); FILE MERGED 2006/09/01 17:20:37 kaib 1.31.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [da49584b85dff3fdbdd06c7c8808759bba463033]

        INTEGRATION: CWS pchfix02 (1.4.38); FILE MERGED 2006/09/01 17:20:37 kaib 1.4.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a79ec85b4734d441b34fe4d223a7a079a377660c]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:37 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9f35ec6d655a949c89475605384ab5a1a195680]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:37 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b90589a709e37330775c9abd99dc271714c91db8]

        INTEGRATION: CWS pchfix02 (1.31.18); FILE MERGED 2006/09/01 17:20:37 kaib 1.31.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a81d782293b3a6b4faa543dddad2bfc2fd1c2135]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:36 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31ed0d9dc0f74e15e09bf6a279f68abc30935e1b]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:20:36 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7b7b1af33a47dfe142c4aada952b9443018b8d35]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:36 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ad0ffe4d1000c92c7f85a727ad8c1b852ad078f]

        INTEGRATION: CWS pchfix02 (1.20.60); FILE MERGED 2006/09/01 17:20:36 kaib 1.20.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a56c99cfcb239ffec7f0661764ced65245b5128]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:35 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ee22e11289f7cf829a21cc73d4e50df609062d0c]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:35 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [02ff40afe084a406bd21be49f8af0de41fa30586]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:20:35 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89759b0c29c34237fd19f7d3adf1cb7fd64d69e1]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:35 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a97429fc40f543a8094994946ac0b1fae1184ee8]

        INTEGRATION: CWS pchfix02 (1.13.18); FILE MERGED 2006/09/01 17:20:35 kaib 1.13.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [936352d258e3fb10409d5d7cf65e51afa4f45d58]

        INTEGRATION: CWS pchfix02 (1.3.102); FILE MERGED 2006/09/01 17:20:35 kaib 1.3.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e680545b67e147cd4bfa68d9d426fa4f0ac4efb]

        INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED 2006/09/01 17:20:34 kaib 1.7.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ff7fc3453b7cfda05b64b06a5a28f816680edc9d]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:34 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [519c7a964c878520b8bba2a3b0501a70f87323a5]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:20:33 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9b19f845a1f79bab68303ffd661fdb8860864bd3]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:33 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d39df1dc84087336bb7b8bca9a0a2a2659228d56]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:32 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c60adfabb0f0341e76fb8d4e468629a46d0553d9]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:20:32 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cab135d8cc3e9ff2aef0f8206c0c28d3dcfa3639]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:20:31 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89859ca1fec5c11d1491fd35199ce0aa270f370f]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 17:20:31 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ea5d410e030dc4d9701395609c90f604429af9a8]

        INTEGRATION: CWS pchfix02 (1.11.18); FILE MERGED 2006/09/01 17:20:31 kaib 1.11.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f25c7b9b067256d760406ddd570f66bfc6f19bf3]

        INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:20:31 kaib 1.11.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14b5997881feecfd674778692a799267ea2385cc]

        INTEGRATION: CWS pchfix02 (1.15.18); FILE MERGED 2006/09/01 17:20:31 kaib 1.15.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ac957f0d93c00d66e8d2ef43f1df513d1349222a]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:31 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2d524d663e0a802064c424786d01bb2400e298a8]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:30 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9de35e8b224ad9685350f706366fee8856d22ec2]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:30 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bfb1fd19b8bc722daad5f78b364111bf41a90a16]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:30 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2190eb896fe83cd748ef86696d3840b73884abee]

        INTEGRATION: CWS pchfix02 (1.9.60); FILE MERGED 2006/09/01 17:20:30 kaib 1.9.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6c6807a6a95eddb867609540cdb6b4c082ecb030]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:30 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14b603cf1fe467cfa7f9d9a2a90476d9dcb8539d]

        INTEGRATION: CWS pchfix02 (1.25.18); FILE MERGED 2006/09/01 17:20:30 kaib 1.25.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [725c8818db4f555d11096f797ee5511563865cb4]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:29 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2dc3d5ef8a3958464bc9401e52aeee369bde1c1e]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:29 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb6c91b0f378045ef01af5057266fc0ef0e9ff31]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:29 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [61259562255b1cf3900703155c627d8444d863f4]

        INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:20:29 kaib 1.11.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0832ab9eba204f8cd51f83666e990b4fd2807b37]

        INTEGRATION: CWS pchfix02 (1.8.18); FILE MERGED 2006/09/01 17:20:28 kaib 1.8.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6911686bad60fc6eb30b7cbb444b1477393f9ce7]

        INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED 2006/09/01 17:20:28 kaib 1.7.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f28e9b434cd06072ddcdfc21feada0398a2775b5]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:28 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bd0d7f914db03d90446a04b55d5e88fcfa142266]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:20:28 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [36cd75db4745343456aa0d5b5d3ced0e8c5459d2]

        INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED 2006/09/01 17:20:27 kaib 1.5.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ab96bce04004d74f1f34837d2ab10bceba55b57]

        INTEGRATION: CWS pchfix02 (1.4.18); FILE MERGED 2006/09/01 17:20:27 kaib 1.4.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d6a731a39b442f1e1e30783fa9d4a7529c029fa8]

        INTEGRATION: CWS pchfix02 (1.10.18); FILE MERGED 2006/09/01 17:20:27 kaib 1.10.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [21c9b38fc052b8fe03cbbd6b243e8e0e2c281e1c]

        INTEGRATION: CWS pchfix02 (1.25.18); FILE MERGED 2006/09/01 17:20:26 kaib 1.25.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [843c547b60f142179d94b48f20b63f769e1d2028]

        INTEGRATION: CWS pchfix02 (1.12.18); FILE MERGED 2006/09/01 17:20:26 kaib 1.12.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c1e555f2f0dbbbfc0d104a845ea9b8c6f1aa7cfb]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:26 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9da626734c41d0e54d54ebad767c13b8f1dbb0cc]

        INTEGRATION: CWS pchfix02 (1.9.18); FILE MERGED 2006/09/01 17:20:25 kaib 1.9.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [93a2215dc901aff51e9d200b85310a51b255c759]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:25 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a20e19bfee9393c65c0d64dc6df58ae9be83b219]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:25 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [66804c8dbb40c37eca47e1777997cd19ab782527]

        INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED 2006/09/01 17:20:25 kaib 1.4.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e13fec2a206251ddfd27f0e6dda465ea7c833ff2]

        INTEGRATION: CWS pchfix02 (1.63.18); FILE MERGED 2006/09/01 17:20:25 kaib 1.63.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ddb46106b4f9e98015f1f35ab79fc780f5b3d87c]

        INTEGRATION: CWS pchfix02 (1.16.18); FILE MERGED 2006/09/01 17:20:25 kaib 1.16.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d35951cd631709749353369053e8cabc309a499]

        INTEGRATION: CWS pchfix02 (1.20.18); FILE MERGED 2006/09/01 17:20:24 kaib 1.20.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [597d0a9dd1ead48c863a362615342e43c18f6209]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:24 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [970b1488d309cd52af3a07ca2c49bc2944ea30da]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:24 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b000017feffa4bb99986147267e33a0e450186ca]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:24 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e0a9c72365d3c226df61c12626b6d9f0dbd4a399]

        INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED 2006/09/01 17:20:23 kaib 1.3.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d868f2134d245baaeef3260470272c41ea848d6]

        INTEGRATION: CWS pchfix02 (1.14.18); FILE MERGED 2006/09/01 17:20:23 kaib 1.14.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96b35402149caefa0bd6a507da7bd1b1aff83721]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:23 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [122e8fd23d32d435f809bb5b5e83f37ef21cc9fe]

        INTEGRATION: CWS pchfix02 (1.31.60); FILE MERGED 2006/09/01 17:20:23 kaib 1.31.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [007cadebcd499e6288e75628c2383850ee609b94]

        INTEGRATION: CWS pchfix02 (1.30.18); FILE MERGED 2006/09/01 17:20:23 kaib 1.30.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [866a5a8b456307f08294db0c4dabb0c28807c0f0]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:20:22 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3ca8facefc540c49d779e3ea1a1ae796cd67cde1]

        INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED 2006/09/01 17:20:22 kaib 1.15.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [95fe1b22fcf530583f2c936509bd2bcd7244361b]

        INTEGRATION: CWS pchfix02 (1.18.18); FILE MERGED 2006/09/01 17:20:22 kaib 1.18.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b487f8bcb0c577baca029c1b1d99579557dd37c1]

        INTEGRATION: CWS pchfix02 (1.40.18); FILE MERGED 2006/09/01 17:20:22 kaib 1.40.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b30ab8cbef32ea02ed531564c31541de8d2f1f65]

        INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED 2006/09/01 17:20:21 kaib 1.6.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9f19388ee8de70608127857708e97f3bd8f6cf7d]

        INTEGRATION: CWS pchfix02 (1.6.60); FILE MERGED 2006/09/01 17:20:21 kaib 1.6.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1589ddd44a1f0e7fbc9d9de3b067e6a3eb73725]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:21 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38499c904ee87a70ea177182938bdfeafbf80fa9]

        INTEGRATION: CWS pchfix02 (1.12.8); FILE MERGED 2006/09/01 17:20:21 kaib 1.12.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31c67f8da2a5a706e2886df3985fc38317006291]

        INTEGRATION: CWS pchfix02 (1.11.60); FILE MERGED 2006/09/01 17:20:21 kaib 1.11.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c59b18efedea19ddbd15f16b48727ea79c0b3ed2]

        INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED 2006/09/01 17:20:20 kaib 1.10.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e53cd325fe3a63f139af504031bf0dc4377aead4]

        INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED 2006/09/01 17:20:20 kaib 1.5.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [145de6c759914a45746d0f9564360be3526d14fd]

        INTEGRATION: CWS pchfix02 (1.14.18); FILE MERGED 2006/09/01 17:20:20 kaib 1.14.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [81f8bf4cac943db2e5ec6b8179f6d17dd7556ff1]

        INTEGRATION: CWS pchfix02 (1.8.60); FILE MERGED 2006/09/01 17:20:20 kaib 1.8.60.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bfc59db14b91441b882be2f2e376822c6b7ea2cf]

        INTEGRATION: CWS pchfix02 (1.13.18); FILE MERGED 2006/09/01 17:20:19 kaib 1.13.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b39c756049ea5d40e737ffbe3a1ef459feac0ca1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:36:56 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5b74b500676f571ecf6031bb65a34b03ccf0dd2]

        INTEGRATION: CWS pchfix02 (1.8.66); FILE MERGED 2006/09/01 18:01:01 kaib 1.8.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [90aabb1fedbbb2cfd9c2c6888d414feabedc7085]

        INTEGRATION: CWS pchfix02 (1.3.134); FILE MERGED 2006/09/01 18:01:00 kaib 1.3.134.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3a23d0c7e76bfc8492deb4cca56c31ae06003be8]

        INTEGRATION: CWS pchfix02 (1.1.1.1.172); FILE MERGED 2006/09/01 18:01:00 kaib 1.1.1.1.172.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [df713947ae3d2f13e3da632820f26c50a8e36271]

        INTEGRATION: CWS pchfix02 (1.2.172); FILE MERGED 2006/09/01 18:01:00 kaib 1.2.172.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31da3e844f19d75da4acaa8bfcb69ee9620629d5]

        INTEGRATION: CWS pchfix02 (1.3.172); FILE MERGED 2006/09/01 18:01:00 kaib 1.3.172.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a8279b5405594a34956aeb50ad048afb1487813]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:59 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fff87cda1e3737dd748f874926ef93e97bac9bb9]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 18:00:59 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [10a0f182172aadd684c99b9cebc0039f5d426265]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:59 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4fd6ce52821dde23471ff1799f0867da69b24b1]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 18:00:59 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f4f81bb172a990547d68ff6e8eb771be00c6954]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 18:00:58 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c2bb4245517e6b70b041af8feff1f3501d0fb14e]

        INTEGRATION: CWS pchfix02 (1.4.66); FILE MERGED 2006/09/01 18:00:58 kaib 1.4.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2de8e5a131a346e242f1b9826250fcf8cac7b297]

        INTEGRATION: CWS pchfix02 (1.11.86); FILE MERGED 2006/09/01 18:00:58 kaib 1.11.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7038bccbf4dd0669961566a9dc3b49726fced22b]

        INTEGRATION: CWS pchfix02 (1.11.38); FILE MERGED 2006/09/01 18:00:58 kaib 1.11.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b140df15c9ef7064eed8e68c8dc88877b1b2bff0]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:58 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [45155d0a25b59e08ee51e103f2e93d985b72fcdb]

        INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED 2006/09/01 18:00:57 kaib 1.7.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7da7d1a82a51fc3b430a72b21dfde7bbf7eb9183]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:57 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c6bb5779b69dafb4685aa557730260d3faf48ebe]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:57 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1c1ce73f98a74070d3d8f2a63db6d404658f319b]

        INTEGRATION: CWS pchfix02 (1.6.66); FILE MERGED 2006/09/01 18:00:57 kaib 1.6.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [facf490ed253462dd312e35026a17cd09d11d844]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 18:00:57 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b0d77cff7e9ea505933e9e1352b7bc4dc9671ec0]

        INTEGRATION: CWS pchfix02 (1.6.66); FILE MERGED 2006/09/01 18:00:56 kaib 1.6.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8a8d2e364a2eda4314956c28457180ad91eba29c]

        INTEGRATION: CWS pchfix02 (1.8.86); FILE MERGED 2006/09/01 18:00:56 kaib 1.8.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f1fb2faa82598da65337c6dede8f89955514445f]

        INTEGRATION: CWS pchfix02 (1.16.6); FILE MERGED 2006/09/01 18:00:56 kaib 1.16.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [abb56a8113b67de09e60a352acddb8c6b654e556]

        INTEGRATION: CWS pchfix02 (1.15.6); FILE MERGED 2006/09/01 18:00:56 kaib 1.15.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9fb92249ea64936c5e2188cc4d17b0b6c9e53b4]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:56 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e13550545b0df270939e30d01766da110290912f]

        INTEGRATION: CWS pchfix02 (1.6.66); FILE MERGED 2006/09/01 18:00:55 kaib 1.6.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3dde39a658b5327ccfe88a6c44e6aa3d67aeebb3]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:55 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [67eb896467f2c2bdbc4d894c5e2d54af57408225]

        INTEGRATION: CWS pchfix02 (1.9.86); FILE MERGED 2006/09/01 18:00:55 kaib 1.9.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4659c8c31a97faac30271bd1aa80bf2113a3eb69]

        INTEGRATION: CWS pchfix02 (1.12.6); FILE MERGED 2006/09/01 18:00:54 kaib 1.12.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca9a91950713c3684fd6c13844d942604b35f5d2]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:54 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ab29a2f0a9b1a2d0e494f39ede2f19113b3acb1]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:54 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [319e3d822ff55ea5b0772a0afb5cd6bd71828943]

        INTEGRATION: CWS pchfix02 (1.6.38); FILE MERGED 2006/09/01 18:00:53 kaib 1.6.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [172590877a6e71eb15e74dbb301664dc0befbf04]

        INTEGRATION: CWS pchfix02 (1.5.66); FILE MERGED 2006/09/01 18:00:53 kaib 1.5.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7b76a084a9d9e682a7859c3742a9543180e15c6]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:53 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e98d3ef5151e1cfe1d9da5b29130dfd9ee8c5d9c]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 18:00:53 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b955c468e6ab5803f3682b0fd25b7da917693c6]

        INTEGRATION: CWS pchfix02 (1.7.38); FILE MERGED 2006/09/01 18:00:53 kaib 1.7.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5128e12557d37db771ceb227f231b1749ed09eb4]

        INTEGRATION: CWS pchfix02 (1.8.38); FILE MERGED 2006/09/01 18:00:52 kaib 1.8.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9d6962ab5b7cb4633e6b2bde85993c543af8fe18]

        INTEGRATION: CWS pchfix02 (1.5.38); FILE MERGED 2006/09/01 18:00:52 kaib 1.5.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [25752d1a0cb0fff65f41944e4b95522f947bf81f]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 18:00:52 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d9b87c466f5b39fcbe4a53eb31040634336fdad]

        INTEGRATION: CWS pchfix02 (1.24.38); FILE MERGED 2006/09/01 18:00:52 kaib 1.24.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2c3cc937f857f8249b0da6acadc6e7c585d820e2]

        INTEGRATION: CWS pchfix02 (1.6.86); FILE MERGED 2006/09/01 18:00:51 kaib 1.6.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [92bacbdc929521a87a5ba0321b71fce47fd9d5d7]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:51 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7d182c6c51432120d5e9b748912b5ad2b9ee1ccc]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 18:00:51 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e05958163bf15adf570f5e99e02a4d447f7a1109]

        INTEGRATION: CWS pchfix02 (1.5.86); FILE MERGED 2006/09/01 18:00:50 kaib 1.5.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [40c3bc5c0be0e5b47b42fd3de9d32f2ee72b112d]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 18:00:50 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [932b000bc9b93f2a3d2e34387dac4130ae2ccca8]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:50 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [56f1b325f3cc91335598a6a89f903628af8b749a]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:50 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a2c192c2e0269b3ce9707924b1b3b012f72b1362]

        INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED 2006/09/01 18:00:49 kaib 1.4.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b68d533ee6c6b62e4351c01e9855fe4764905bd2]

        INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED 2006/09/01 18:00:49 kaib 1.3.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dfac1442b9b395737950cad66eb526b64431bcd9]

        INTEGRATION: CWS pchfix02 (1.5.86); FILE MERGED 2006/09/01 18:00:49 kaib 1.5.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4d5cc8469d33bb594eb61883d16b5e7957fd548]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:49 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [500ef0676f009fa6bd08e3d30ab951e156a8e492]

        INTEGRATION: CWS pchfix02 (1.10.38); FILE MERGED 2006/09/01 18:00:49 kaib 1.10.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3764784eb44901024c7027b0c6178d084383054d]

        INTEGRATION: CWS pchfix02 (1.26.14); FILE MERGED 2006/09/01 18:00:48 kaib 1.26.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bc56ea1edd1ff5de113c6b46b7f9a676760696df]

        INTEGRATION: CWS pchfix02 (1.26.38); FILE MERGED 2006/09/01 18:00:48 kaib 1.26.38.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e90cb8c52f2428ac3edcb56624d2be71a72664ed]

        INTEGRATION: CWS pchfix02 (1.20.66); FILE MERGED 2006/09/01 18:00:48 kaib 1.20.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c58696983b8350839df753b635c9d108e3b1805b]

        INTEGRATION: CWS pchfix02 (1.9.80); FILE MERGED 2006/09/01 18:00:48 kaib 1.9.80.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4523f61624e98d8fe148af3570e8633f70268c55]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 18:00:48 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68f9f16ac50f817bff2be457bf694278849658f5]

        INTEGRATION: CWS pchfix02 (1.27.6); FILE MERGED 2006/09/01 18:00:48 kaib 1.27.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [de0269fd6d1d113f68f12a10c465d97b4d55813c]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 18:00:47 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [18ae1b99e4c75d8ccdbaa93c1517eb43fc700e97]

        INTEGRATION: CWS pchfix02 (1.10.202); FILE MERGED 2006/09/01 17:29:36 kaib 1.10.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c254effdf66d0fb21054d593f0973a0c8677266]

        INTEGRATION: CWS pchfix02 (1.5.202); FILE MERGED 2006/09/01 17:29:36 kaib 1.5.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ff8e24a693853cec40a9b400d6f50ca58ed97f6]

        INTEGRATION: CWS pchfix02 (1.9.202); FILE MERGED 2006/09/01 17:29:36 kaib 1.9.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [121202052f1effc4e0ee2525d052335e204c045b]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:36 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [147e7347fa0660f3bbd264bb1288f297e8a5b473]

        INTEGRATION: CWS pchfix02 (1.7.202); FILE MERGED 2006/09/01 17:29:35 kaib 1.7.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6879768cfcf90c6d6d621a4bfa763dfccef6b00a]

        INTEGRATION: CWS pchfix02 (1.12.202); FILE MERGED 2006/09/01 17:29:35 kaib 1.12.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [20061dd97e0b767c97a4c163c2a867ebeba9dfa7]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:35 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ccea8eb79e9cb21feb1b6e779859717710c57b09]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:34 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cedfa13530faba25486cbbd6e838e1a0c63086c5]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:29:34 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e4537975f70dbbb2c1d70085d7448f59bf084f7f]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:34 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0c5df40cc544f217502e6f1e66178156a9be504a]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:34 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [441fe8619717138056c2d41f174237aeecc5c3e5]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:34 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [92761611922d8991f9abf77b1718dd6ec3c80a31]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:33 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bb99d96f95c3ad87c547331bd4789f7cf63164e2]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:33 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aa46c8899144e3f2ae7c4ab68baff7fdb54fa522]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:33 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f5e42d133f7f087e42a894582010af33a9bb907]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:32 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b6af3a2de58ebace4ba5224c6f162f326a906a2]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:32 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31aa7be9c787c4c91ca67fa0dc57e7c46448d913]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:31 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e4ff5b99b0e78bebc9792d20ca93ad57725366c6]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:31 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3883684783f012d2f61b2677eb1bcad0965b350e]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:31 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [312364e3f8b57660315f53d28f9f726946b4f56e]

        INTEGRATION: CWS pchfix02 (1.12.52); FILE MERGED 2006/09/01 17:29:30 kaib 1.12.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [79a017fb751a96f76107d02663af5187412a0ff5]

        INTEGRATION: CWS pchfix02 (1.11.52); FILE MERGED 2006/09/01 17:29:30 kaib 1.11.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5b76b0e11fa9341ababa1b7aabb5f9a407e797a8]

        INTEGRATION: CWS pchfix02 (1.16.52); FILE MERGED 2006/09/01 17:29:30 kaib 1.16.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cdb668af838a35203127e5052c8e7fbd205ff48c]

        INTEGRATION: CWS pchfix02 (1.30.22); FILE MERGED 2006/09/01 17:29:30 kaib 1.30.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a748729ddea364d623ffd8c9c185a35d4c2d0c48]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:30 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [097be5964b2b5bbb661b850c5ca3ee93c278f52b]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:29:29 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [60285a6bb4709be25a9e4529b0ea789d8f2920af]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:29 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d164751d1d0e518ab149986cbd13a4847b269fd6]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:29 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7fd057e3cda0f6f4ea4a471c29e75878c6eac681]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:29 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f5f9dae8ca17b81f4ea00454b630bd0dbee767b1]

        INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:29:28 kaib 1.2.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cd9c42726e34c207e6cdfab4c41c919c9213f219]

        INTEGRATION: CWS pchfix02 (1.3.52); FILE MERGED 2006/09/01 17:29:28 kaib 1.3.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d3798e3ceecdf290dcb33f44a9db7837b187be2]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:28 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3495ef4ea0507d68ead26e9b6c4b66240f5eb9cc]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:28 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eacfec5e78f8f6f27ffa086aa8be52875a14631c]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:27 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dcac7086418c8474cc4b575a1cb3001e806110b9]

        INTEGRATION: CWS pchfix02 (1.12.52); FILE MERGED 2006/09/01 17:29:27 kaib 1.12.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [de6d003a872caf11197d7bb73041e998161a55e3]

        INTEGRATION: CWS pchfix02 (1.39.10); FILE MERGED 2006/09/01 17:29:27 kaib 1.39.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31d7b04d1f0d975a6361f011e7250fb90b3694d3]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:29:27 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2a901aa7b781d27f14ea8c2bd6b962f78c6ddb8e]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:27 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [bf753877ae632b342b0cd428e137a3c47f63ff40]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:27 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c13e9fa274fdffed11d0c2d97884185998d6594c]

        INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED 2006/09/01 17:29:26 kaib 1.3.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6e6e51a6ade26ada3b82b47eff3d95c4b411d5b2]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:26 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [89806b7740bceded94b3cccfc27f04cd49e97236]

        INTEGRATION: CWS pchfix02 (1.16.6); FILE MERGED 2006/09/01 17:29:26 kaib 1.16.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d5331cc557017b8a10e007af04160d8984bd9ba5]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:26 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b5ca8879de976fa851d23013247ec395f23f36e4]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:26 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [953ffb62555366c4804c3b8cdfe1d13c719560f3]

        INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:29:26 kaib 1.2.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a55ed65fba0e5225dd639e05fd3016d0a3ac812b]

        INTEGRATION: CWS pchfix02 (1.2.16); FILE MERGED 2006/09/01 17:29:25 kaib 1.2.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5c57514e21ecf907104995dc64401ac14b7e214e]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:25 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fab624adfdc6de43c863abb722c1acc72968e194]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:25 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a26d502013250791498a26e5b64c172e8e10dfcc]

        INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:29:25 kaib 1.4.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc63127b258bda26e3a3724a1519e64d0a24f3f2]

        INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED 2006/09/01 17:29:25 kaib 1.5.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8105ac94bfc82fb5f525a36bf700cce2ecc47056]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:29:25 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8d9af8385c75adb6b4c80f63a82d25e0726e1c40]

        INTEGRATION: CWS pchfix02 (1.5.202); FILE MERGED 2006/09/01 17:29:25 kaib 1.5.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ada5302d5ca943952927fffe05e7477c9a75caff]

        INTEGRATION: CWS pchfix02 (1.12.12); FILE MERGED 2006/09/01 17:29:24 kaib 1.12.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [263888b9a7d3d71fcfeba77efbefe052b8348256]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:29:24 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [82120bfe58d2ec8435c527a9598d4c5d0e7e8ccb]

        INTEGRATION: CWS pchfix02 (1.15.52); FILE MERGED 2006/09/01 17:29:24 kaib 1.15.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [449a13601e4512c75bb9ae66bb0dbd3660dc1c0e]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:23 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8e32e30a1ce3e85afe75d541b0df86cc2071633]

        INTEGRATION: CWS pchfix02 (1.16.52); FILE MERGED 2006/09/01 17:29:23 kaib 1.16.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ced1fdeafcb8aae634ccb8765e377643e6f6957]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:29:23 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a1f6ccaa5ca7bf828a1c3c9229d05d6b641cbcd]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:29:23 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ac80ac8c712b6e524df354c7faf48204dc21aef4]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:23 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a566dc63e3e2934f7aac1cab26b430a28a164d2]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:23 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [718f507667e3fe739458e5cbb5c7c391073e5d48]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:22 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c5d871c6efe62207674a345a01ad2758e57f83be]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:29:22 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a510c961818afd6ced3342f8f02023ee2633a69d]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:29:22 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [860721deefd5ee93306642b9ed6efd4cdfa7e836]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:22 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f0c5d478e9719c1c4352655c890728c8153651d8]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:29:21 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43afdfab108002ac4881265cf978e7ac05c842b5]

        INTEGRATION: CWS pchfix02 (1.5.202); FILE MERGED 2006/09/01 17:29:21 kaib 1.5.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [84c976c36fb652abbdc7ee7628ce04de33135263]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:29:21 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c69e1f96a6cc007c3d0e0d17868250d9cc9e9ff]

        INTEGRATION: CWS pchfix02 (1.16.24); FILE MERGED 2006/09/01 17:29:20 kaib 1.16.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6a662e5fd30eac5bb4d4229dde236183da69aa40]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:29:20 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [49fced1f24e68e68992c298e8212968529dc8d2c]

        INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED 2006/09/01 17:29:20 kaib 1.7.26.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aeab4b88209a7fffa50b0186515f81cf58bd313e]

        INTEGRATION: CWS pchfix02 (1.6.202); FILE MERGED 2006/09/01 17:29:20 kaib 1.6.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aaa38418e630066666bcdaa5d8aa64429b460919]

        INTEGRATION: CWS pchfix02 (1.11.202); FILE MERGED 2006/09/01 17:29:20 kaib 1.11.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3bf774e16589db51ce84cf2903299984edca2217]

        INTEGRATION: CWS pchfix02 (1.7.202); FILE MERGED 2006/09/01 17:29:19 kaib 1.7.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ef0b417de2e1d1d682eba7b80f635aea95a3ee5]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:19 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [550e58c7015774c733638b58375c42dc823dc693]

        INTEGRATION: CWS pchfix02 (1.94.46); FILE MERGED 2006/09/01 17:29:19 kaib 1.94.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8085acdec2f38f48bdfd4d9fb3126a2f603b63ef]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:18 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9e3bf0aff8eaf9bf496dfb5a4f0b35b92e749ccf]

        INTEGRATION: CWS pchfix02 (1.60.50); FILE MERGED 2006/09/01 17:29:18 kaib 1.60.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f3f25fc092bb5b4643986813f70a772430986c31]

        INTEGRATION: CWS pchfix02 (1.20.52); FILE MERGED 2006/09/01 17:29:17 kaib 1.20.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dc4cb6821620d50c0e3d907d94204cdcdf175ae3]

        INTEGRATION: CWS pchfix02 (1.18.52); FILE MERGED 2006/09/01 17:29:17 kaib 1.18.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c8c04ef52af6304fb6f848063eea4ca766523d44]

        INTEGRATION: CWS pchfix02 (1.10.202); FILE MERGED 2006/09/01 17:29:17 kaib 1.10.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e02747eef25c21098c29ea75e554a4640f14938]

        INTEGRATION: CWS pchfix02 (1.33.144); FILE MERGED 2006/09/01 17:29:17 kaib 1.33.144.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [674a6f396def3a80827f95b1a5a90ed36f8fd8ea]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:29:17 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1242e23e8988bd186cfb1273439f20bde7a462c4]

        INTEGRATION: CWS pchfix02 (1.4.174); FILE MERGED 2006/09/01 17:29:16 kaib 1.4.174.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32e0187e7917eba16fcbe1b0452c0c3ff5fb22fa]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:16 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [83eef598cb2421d8dbe488be73b4ba2eedb88abb]

        INTEGRATION: CWS pchfix02 (1.20.52); FILE MERGED 2006/09/01 17:29:16 kaib 1.20.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c24c1a18933b8b1f9b38186e72fb3e3b114f966c]

        INTEGRATION: CWS pchfix02 (1.24.48); FILE MERGED 2006/09/01 17:29:15 kaib 1.24.48.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e50ad7fbef8a6014d5c707263971c62a91d4adc]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:15 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4635fbbd3ac2f7de1246358cebd4266430fb3bed]

        INTEGRATION: CWS pchfix02 (1.52.8); FILE MERGED 2006/09/01 17:29:15 kaib 1.52.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16aa0925831fe68f41ec000a09e8a8f840347f14]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:14 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ab31e7567ef31a5a2fae0f4e866dc2f6a57736d]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:14 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [138d7779824d89b7a536c0fb62e2091b3dba1f10]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:14 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [623bf153ec41d9fb2583d65b0a7e19d857055816]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:14 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe4a5654bd77a3b387b14f974d7f80a8e6d67ade]

        INTEGRATION: CWS pchfix02 (1.8.52); FILE MERGED 2006/09/01 17:29:14 kaib 1.8.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ec4e0d51b289665e0cf94b8cdaa102eb42479a47]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:29:14 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [48dbd5b21116ebe0f496213239046c2f099a4997]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:13 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3f8d92bcc5d12d777a3b9df6ae218ea4605a2665]

        INTEGRATION: CWS pchfix02 (1.2.202); FILE MERGED 2006/09/01 17:29:13 kaib 1.2.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8821147282e7bd429af3284afcc5a362b9d8f352]

        INTEGRATION: CWS pchfix02 (1.4.84); FILE MERGED 2006/09/01 17:29:13 kaib 1.4.84.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8f9ceba036233f0e5671a9c72a12eca135a095d]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:12 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [16e8286be57553e3477be0dabdb256da9b23c12d]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:12 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b178af1d8a6140210be17a330e9e171ca5e1cea1]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:11 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [37ba5292d4073b81fb4835f3efbdf2f5ecce0188]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:11 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1794a609d9a5acfb4e8e96f5f97f52329b2bfa69]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:11 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f1ba9344ea2395ce757a537e07ef08433cdf6f1a]

        INTEGRATION: CWS pchfix02 (1.23.12); FILE MERGED 2006/09/01 17:29:11 kaib 1.23.12.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [700170ba707a5ccc28ffe2bfa81ecd0e326cc2cb]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:11 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8e7583e0d703c24633d5d5bbe580f4965535b492]

        INTEGRATION: CWS pchfix02 (1.3.52); FILE MERGED 2006/09/01 17:29:11 kaib 1.3.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fbabef28cd5f9babd1f21c6a819a3240f3236e77]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:10 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cbc565d4517e2fe4544752ba1a0763339e1ecf49]

        INTEGRATION: CWS pchfix02 (1.11.52); FILE MERGED 2006/09/01 17:29:10 kaib 1.11.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [db192d9e4c3cd80763b46a7d8fb48ffb50e48cfd]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:10 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [672aa8b0dd7273d0433e16ae9b89d296d1aacce4]

        INTEGRATION: CWS pchfix02 (1.6.202); FILE MERGED 2006/09/01 17:29:10 kaib 1.6.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3d02f14f108d544273eda1c5ec381d26187b9422]

        INTEGRATION: CWS pchfix02 (1.5.148); FILE MERGED 2006/09/01 17:29:09 kaib 1.5.148.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4ff3f45a4de6bb06254448371e05b23ea62e653f]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:09 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d0ac58b16eb6e46dabf7c784a728e696a4839ec6]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:29:09 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d82e14f615d6fe236aea440c06e7bb33a85f0ecb]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:09 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [997a50d0b67849de3fc41d32414e4df827adb4fb]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:09 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [96d91fba773218359664229e14a3d6b14ab5d6ec]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:08 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [101e7046db88d973d4e4739821011ec3d697b156]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:08 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1f66c5066b8026f3156cbcd18df982e9141ac98]

        INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:08 kaib 1.7.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9c259637d1acd3f77f42ce7480eecd41033bfcba]

        INTEGRATION: CWS pchfix02 (1.19.52); FILE MERGED 2006/09/01 17:29:08 kaib 1.19.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7e6a81a3253eb101cfb4be02953d6aa5239ac5b]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:29:07 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31b0ef36432115b24a9347fa160d732cf61de3c2]

        INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED 2006/09/01 17:29:07 kaib 1.4.70.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [70a6ef9e976eab93fdb24a0c5a9bcb2ab01fc5d9]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:07 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8cf1bb21a2004dfae5e50f89a803e7154203f5b4]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:29:07 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0a04c3771123e9083dda837cb2c8b80ba5588b01]

        INTEGRATION: CWS pchfix02 (1.33.52); FILE MERGED 2006/09/01 17:29:07 kaib 1.33.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [67a2585b7ea4c6ac3445a2a8c246ec58ff5b6f0d]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:29:06 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [44b81ef23b976ad732f380dda97645f1aec4a1f4]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:06 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8f2d63301ae52268ebe9db67f30771c7fde9b6ce]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:05 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a90f7aec49e99d7f76018da1c709f712e077ea18]

        INTEGRATION: CWS pchfix02 (1.16.174); FILE MERGED 2006/09/01 17:29:04 kaib 1.16.174.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b34d82bfbd1c52372c187c60094cf61f2a2b96f0]

        INTEGRATION: CWS pchfix02 (1.11.52); FILE MERGED 2006/09/01 17:29:04 kaib 1.11.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eda210a33b72f804661f983faefa8551d3252e93]

        INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED 2006/09/01 17:29:03 kaib 1.6.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [805874158b7e7586d45d9b38c324d96ecfee321c]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:03 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a8e90089e4ea5740173dd6b8cb9c9c4e2b2de3ec]

        INTEGRATION: CWS pchfix02 (1.5.136); FILE MERGED 2006/09/01 17:29:03 kaib 1.5.136.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e671205a4e3ebde5e95692e15bee0cd2d1a17a5f]

        INTEGRATION: CWS pchfix02 (1.38.52); FILE MERGED 2006/09/01 17:29:03 kaib 1.38.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cc9444b1a796e638879452ec576136cae08ad0e9]

        INTEGRATION: CWS pchfix02 (1.3.202); FILE MERGED 2006/09/01 17:29:02 kaib 1.3.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d7e074a185dd96dfd450b31f092a274d08055334]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:02 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7e52afd2fef94608231a7e7322274df173288768]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:29:02 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0dece58c56df1377c5fbb3c532cb2bc4ef2e44b1]

        INTEGRATION: CWS pchfix02 (1.8.136); FILE MERGED 2006/09/01 17:29:02 kaib 1.8.136.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [024c65309d99be3966e2a93726adfc17a20c1503]

        INTEGRATION: CWS pchfix02 (1.21.50); FILE MERGED 2006/09/01 17:29:01 kaib 1.21.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [af151fe622faedb08c3fc248ec3f3b0b3cff2b9f]

        INTEGRATION: CWS pchfix02 (1.10.52); FILE MERGED 2006/09/01 17:29:00 kaib 1.10.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6339ee6981e02df6e89b7a23d0189a3f0e6cbac5]

        INTEGRATION: CWS pchfix02 (1.8.202); FILE MERGED 2006/09/01 17:29:00 kaib 1.8.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7773f143a07ee5792e9210681bc20c043cf228a]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:29:00 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b63388a77b4b7ed1d490835d1d802a47c3cbb16a]

        INTEGRATION: CWS pchfix02 (1.14.52); FILE MERGED 2006/09/01 17:29:00 kaib 1.14.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [039adf2f45a5addcd9bf6185250aeb1101f7ac06]

        INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED 2006/09/01 17:29:00 kaib 1.12.16.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c97fd32266c6934d3c8147cabdb006dd2439a0ff]

        INTEGRATION: CWS pchfix02 (1.9.52); FILE MERGED 2006/09/01 17:28:59 kaib 1.9.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0b6395f3c8a4679251b499fd1835b35994b9631b]

        INTEGRATION: CWS pchfix02 (1.3.52); FILE MERGED 2006/09/01 17:28:59 kaib 1.3.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c1612c4b0f3372019422af84f3f018725266d224]

        INTEGRATION: CWS pchfix02 (1.7.202); FILE MERGED 2006/09/01 17:28:58 kaib 1.7.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f8f493eb6ccbb3cd05bda8cd381f6a54cd7583ba]

        INTEGRATION: CWS pchfix02 (1.9.202); FILE MERGED 2006/09/01 17:28:58 kaib 1.9.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3fb48d77c8759934cf7512b86df08727097365a4]

        INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED 2006/09/01 17:28:58 kaib 1.6.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [763a9318e6b8b1c448b03c4586a0b595d056bade]

        INTEGRATION: CWS pchfix02 (1.13.52); FILE MERGED 2006/09/01 17:28:58 kaib 1.13.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e3b3fbd7b27692f7d2f145cce8b5ad036bd27ab4]

        INTEGRATION: CWS pchfix02 (1.5.202); FILE MERGED 2006/09/01 17:28:58 kaib 1.5.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [79fed40a94b4f510a38ca9faeacaa53dc04372b3]

        INTEGRATION: CWS pchfix02 (1.4.148); FILE MERGED 2006/09/01 17:28:57 kaib 1.4.148.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a25b349d81442f4836153e0078c3b5b634e2be76]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:28:57 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [daaeeb90d8a05e678aab9341d5c5f5202d320752]

        INTEGRATION: CWS pchfix02 (1.8.176); FILE MERGED 2006/09/01 17:28:57 kaib 1.8.176.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fe62ad52e78526fb53186c5bba8901720be99f69]

        INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED 2006/09/01 17:28:57 kaib 1.5.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ca50a6235597fe05ff9673e69e11f4804e025fa]

        INTEGRATION: CWS pchfix02 (1.4.52); FILE MERGED 2006/09/01 17:28:57 kaib 1.4.52.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [204835fe1e7bc563d233ab8b0c24869d92459f8e]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:28:56 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [42c72128749a2cafee5d5e3318f45f3893632f86]

        INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED 2006/09/01 17:28:56 kaib 1.4.202.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94cfafa342852bc08a9cab646b566b4fceb9c456]

        INTEGRATION: CWS pchfix02 (1.13.148); FILE MERGED 2006/09/01 17:28:56 kaib 1.13.148.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [27a08bc4e2f599945d3056cc915d483aa6c3316e]

        INTEGRATION: CWS pchfix02 (1.5.8); FILE MERGED 2006/09/01 17:53:59 kaib 1.5.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1204f4b9f93c533d6f6e9e63dac8527f102ac48c]

        INTEGRATION: CWS pchfix02 (1.3.8); FILE MERGED 2006/09/01 17:53:59 kaib 1.3.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [18b22bc07fffd50fceb0359b37b01c3df59ee37d]

        INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED 2006/09/01 17:53:59 kaib 1.4.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e29f11da0e83e81b49a132a27c6a263d0f66a036]

        INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED 2006/09/01 17:53:59 kaib 1.7.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5f4247990b5d4d2240476edb9b1a04599b9c8e98]

        INTEGRATION: CWS pchfix02 (1.3.34); FILE MERGED 2006/09/01 17:53:58 kaib 1.3.34.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d4433177ea57235657b2e9abfcdcb2e965b6051d]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:53:58 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b23bcd29288548001e81ee5233ef155236aab57c]

        INTEGRATION: CWS pchfix02 (1.3.18); FILE MERGED 2006/09/01 17:53:58 kaib 1.3.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0ded1e47b7a5137695fe559f1f3ea6a9521e220e]

        INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:53:58 kaib 1.16.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [07bd41049b1f2b97508849c85d6e8732b2cc6237]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/04 12:38:06 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [06f1c29ac354c44b226f8027f78f113102d31cb5]

        INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED 2006/09/01 17:26:54 kaib 1.3.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f3a259dc0f754fc36a19d6e727782d9b4c5237bc]

        INTEGRATION: CWS pchfix02 (1.2.184); FILE MERGED 2006/09/01 17:26:54 kaib 1.2.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a36a7db756bf7b1d444ac81cd7052dae57c0d616]

        INTEGRATION: CWS pchfix02 (1.4.46); FILE MERGED 2006/09/01 17:26:54 kaib 1.4.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7cdd667f3ef71e1d960af90cbd2abc2b9066052]

        INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:26:54 kaib 1.5.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [78ba68265643d93f595de31c358b0faff65a4768]

        INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:26:53 kaib 1.5.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [68f684c804464089321abe2e1a19190f99199b23]

        INTEGRATION: CWS pchfix02 (1.2.184); FILE MERGED 2006/09/01 17:26:53 kaib 1.2.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d27bb58727ebed1451dcd3d020030c7fa343781d]

        INTEGRATION: CWS pchfix02 (1.4.184); FILE MERGED 2006/09/01 17:26:53 kaib 1.4.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [19761f0376bf00e7613d44adf8e4a6f140cef402]

        INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:26:52 kaib 1.5.46.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7a6bc3c793c773b2078ee9bdd34800d5a146b49d]

        INTEGRATION: CWS pchfix02 (1.3.482); FILE MERGED 2006/09/01 17:26:52 kaib 1.3.482.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [138b11c5d5b2f4f9f93fe9f867f94179d77607a2]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:52 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cdbc9313a21fce8bee22e74cd45332721b621b03]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:51 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e164239110a9396bf2ce3ef0dba1d50b96331cca]

        INTEGRATION: CWS pchfix02 (1.15.78); FILE MERGED 2006/09/01 17:26:51 kaib 1.15.78.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9b1952e748d17634ff0f8b9630fa8baf8bfe418]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:50 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1ab34c563e4106ee126e6ade8545ef91a3fee919]

        INTEGRATION: CWS pchfix02 (1.10.186); FILE MERGED 2006/09/01 17:26:50 kaib 1.10.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b016710d45bd0815a5f0bc44ada5d21d5fc522b]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:50 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e7ef45aeff9ea7381e60998c708cdc9483fc662c]

        INTEGRATION: CWS pchfix02 (1.2.14); FILE MERGED 2006/09/01 17:26:49 kaib 1.2.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [017347087ec63977cea60df00bd3de40d8980168]

        INTEGRATION: CWS pchfix02 (1.1.548); FILE MERGED 2006/09/01 17:26:48 kaib 1.1.548.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b8465821294780489afefb320af95cda3de82c48]

        INTEGRATION: CWS pchfix02 (1.7.78); FILE MERGED 2006/09/01 17:26:48 kaib 1.7.78.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [756ec8d53fe5095dcccd7c97a7543a233e6b66e9]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:48 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b90acc2ec24728d81b30a9e72c2e9331f0ab77c2]

        INTEGRATION: CWS pchfix02 (1.9.168); FILE MERGED 2006/09/01 17:26:48 kaib 1.9.168.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [463c123208f413acfccd9620f140e254c8fdc170]

        INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGED 2006/09/01 17:26:47 kaib 1.3.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e851a8a91538420f02896711de0c2faad8d25272]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:47 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [060a99ab3c364285bfe1bedfbbfa16b70e4c5897]

        INTEGRATION: CWS pchfix02 (1.8.150); FILE MERGED 2006/09/01 17:26:47 kaib 1.8.150.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a76bfeb715c49890a71073b487df092b3c003a3]

        INTEGRATION: CWS pchfix02 (1.7.186); FILE MERGED 2006/09/01 17:26:47 kaib 1.7.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53b8519a6f237e2afb4932bf9498d8aa1fa98c05]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:47 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [54e8aeaf258290d5c9bfc1938db686ab0e4d95ed]

        INTEGRATION: CWS pchfix02 (1.10.76); FILE MERGED 2006/09/01 17:26:47 kaib 1.10.76.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [13b057714f558fa1e4d3ef4d1b5ca3178d83324f]

        INTEGRATION: CWS pchfix02 (1.11.94); FILE MERGED 2006/09/01 17:26:46 kaib 1.11.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23e34d328d43928a2babd6cec73f8cf24d6e06ae]

        INTEGRATION: CWS pchfix02 (1.6.78); FILE MERGED 2006/09/01 17:26:46 kaib 1.6.78.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e10b655e38440633a9fa7d1aeebca3c03cec5fed]

        INTEGRATION: CWS pchfix02 (1.9.86); FILE MERGED 2006/09/01 17:26:46 kaib 1.9.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5262c257e58873aa281220e6051b7e6076d9970c]

        INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED 2006/09/01 17:26:46 kaib 1.2.86.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa4682e6ea713c1d22898814ef3a0990d259aa8d]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:26:45 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ce4c30c40ad3d966194673e7145651518e3da64c]

        INTEGRATION: CWS pchfix02 (1.5.94); FILE MERGED 2006/09/01 17:26:45 kaib 1.5.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fd35d179f8a54610047b2a832f8d8251a6ed6201]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:45 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e599d1a5da120c7ec0f63b99253667f14e0f8d42]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:26:45 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [304bb37e4a2a0aa683fd4ecc61ee18e99219df9a]

        INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:26:45 kaib 1.7.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e83a24ce051b704dae55e4a2debff1e62a8e0f23]

        INTEGRATION: CWS pchfix02 (1.5.94); FILE MERGED 2006/09/01 17:26:44 kaib 1.5.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1dc4e39475aab566a19c085c8d94ab98df28548]

        INTEGRATION: CWS pchfix02 (1.23.22); FILE MERGED 2006/09/01 17:26:44 kaib 1.23.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9e2f23b27fef581a233f54b6ffeeea2ad9338a3b]

        INTEGRATION: CWS pchfix02 (1.2.94); FILE MERGED 2006/09/01 17:26:44 kaib 1.2.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [191b37606ed158e058f9099001ec3f45fadd88b8]

        INTEGRATION: CWS pchfix02 (1.6.94); FILE MERGED 2006/09/01 17:26:44 kaib 1.6.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [43f78352a2ac57ee448bd0009638d544528141ff]

        INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:26:44 kaib 1.5.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6d99d322a824a3eb4b353d39b4d35731954ac104]

        INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:26:44 kaib 1.7.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1aa8be1d94dc9578acd1cbdac23ce3821fb075c9]

        INTEGRATION: CWS pchfix02 (1.16.94); FILE MERGED 2006/09/01 17:26:43 kaib 1.16.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7e92bbcb2d9bc50e1e6c6814110ad25ff7d80ac7]

        INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED 2006/09/01 17:26:43 kaib 1.8.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9a4fecf851f6af7cac145c64c4dc5bf805931c97]

        INTEGRATION: CWS pchfix02 (1.32.22); FILE MERGED 2006/09/01 17:26:43 kaib 1.32.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [44ae76419ecb14e339a67bd0eec25be617467eeb]

        INTEGRATION: CWS pchfix02 (1.5.94); FILE MERGED 2006/09/01 17:26:43 kaib 1.5.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ffd0051f8b5ded27552a7e320a28c182ebc90642]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:43 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b87daab79aef201c74616b948d7212dbc65d434e]

        INTEGRATION: CWS pchfix02 (1.6.94); FILE MERGED 2006/09/01 17:26:43 kaib 1.6.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22a5dfb0ca4e82239dd04fb15b6d47e1fb94bd90]

        INTEGRATION: CWS pchfix02 (1.2.94); FILE MERGED 2006/09/01 17:26:42 kaib 1.2.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2545a611ef2137f9838ccac872dca20772970f65]

        INTEGRATION: CWS pchfix02 (1.4.94); FILE MERGED 2006/09/01 17:26:42 kaib 1.4.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a067563b03fe2a0c040045f290610ffeb4749ff0]

        INTEGRATION: CWS pchfix02 (1.7.94); FILE MERGED 2006/09/01 17:26:42 kaib 1.7.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6865bc68239ce6c371ba781da88d1cdbb41f11a8]

        INTEGRATION: CWS pchfix02 (1.3.22); FILE MERGED 2006/09/01 17:26:42 kaib 1.3.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [86b43ceb3ec2fc2abda2d01e3b6a28d7d81c1654]

        INTEGRATION: CWS pchfix02 (1.3.22); FILE MERGED 2006/09/01 17:26:41 kaib 1.3.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b709dd2b14956721699be0d69fef9da574baca9]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:41 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e61f9c43f2e657230e5728da3f55d6006da1ba7]

        INTEGRATION: CWS pchfix02 (1.37.18); FILE MERGED 2006/09/01 17:26:41 kaib 1.37.18.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5dc74d890dbba848abc30c597c62fbae11de8c4b]

        INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED 2006/09/01 17:26:41 kaib 1.9.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7771ea0b5b43143e860649785e0bc49009dad0b2]

        INTEGRATION: CWS pchfix02 (1.89.94); FILE MERGED 2006/09/01 17:26:41 kaib 1.89.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8640ce590f1bad4776e1cde90ed5861c1e8e3390]

        INTEGRATION: CWS pchfix02 (1.4.22); FILE MERGED 2006/09/01 17:26:41 kaib 1.4.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [699a5b26f97f46fd145358518a755625e379fff4]

        INTEGRATION: CWS pchfix02 (1.5.94); FILE MERGED 2006/09/01 17:26:40 kaib 1.5.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ca5a73c98ce76d4e79ec8a3676702169356c675]

        INTEGRATION: CWS pchfix02 (1.14.22); FILE MERGED 2006/09/01 17:26:40 kaib 1.14.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3a12d0961028de971cc84682819f87a65e6aca4e]

        INTEGRATION: CWS pchfix02 (1.6.14); FILE MERGED 2006/09/01 17:26:40 kaib 1.6.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d46763955271990f0b20121f413d5b872eea0887]

        INTEGRATION: CWS pchfix02 (1.7.22); FILE MERGED 2006/09/01 17:26:40 kaib 1.7.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8256684151c449870806fe492b64968261783bda]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:26:40 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3af58561b3ed62e694aa5f13b597b3221b6ed8c8]

        INTEGRATION: CWS pchfix02 (1.2.94); FILE MERGED 2006/09/01 17:26:40 kaib 1.2.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b19d4af66e1051bcbcafce8f14a5fd6cdf9f69c5]

        INTEGRATION: CWS pchfix02 (1.6.78); FILE MERGED 2006/09/01 17:26:39 kaib 1.6.78.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a291631f9f96da34a438435b3b5bb8a7509ef527]

        INTEGRATION: CWS pchfix02 (1.3.94); FILE MERGED 2006/09/01 17:26:39 kaib 1.3.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [29b6a3d5f1185a818db3117c8330256de452e1de]

        INTEGRATION: CWS pchfix02 (1.6.22); FILE MERGED 2006/09/01 17:26:39 kaib 1.6.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [32f20f45df10b41091442d8da1a7358c6efe9d11]

        INTEGRATION: CWS pchfix02 (1.10.22); FILE MERGED 2006/09/01 17:26:39 kaib 1.10.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b74ff4e7b7775ee20d12c18f7ef93ee7a232f3f7]

        INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED 2006/09/01 17:26:39 kaib 1.5.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [22b54657dd32383fc9a27b95ec31f2d8eb0d203e]

        INTEGRATION: CWS pchfix02 (1.11.94); FILE MERGED 2006/09/01 17:26:38 kaib 1.11.94.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1caf9f405bc4be6c03792c948341cfa7687d95b]

        INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED 2006/09/01 17:26:38 kaib 1.9.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [683d91752f613cc52814939cab0ec9dd48b2f06a]

        INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED 2006/09/01 17:26:38 kaib 1.16.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ca803aced8970c2ced61691a869c95bbe2b58a02]

        INTEGRATION: CWS pchfix02 (1.12.22); FILE MERGED 2006/09/01 17:26:38 kaib 1.12.22.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a467d8284f6df5c201b005beb600a3a2a58834df]

        INTEGRATION: CWS pchfix02 (1.2.186); FILE MERGED 2006/09/01 17:26:38 kaib 1.2.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fad6706cb745fa896d0c0099d57b63d5dbf83751]

        INTEGRATION: CWS pchfix02 (1.13.184); FILE MERGED 2006/09/01 17:26:37 kaib 1.13.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1e261588d3b6a41c93ee62a0a79eeafc7ef07909]

        INTEGRATION: CWS pchfix02 (1.2.186); FILE MERGED 2006/09/01 17:26:37 kaib 1.2.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7f77317267692371a5a4d2f6df8f0a0aba9cd539]

        INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED 2006/09/01 17:26:37 kaib 1.12.112.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a9e331c8942367883cac8477ab856c34b8996169]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:37 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [182633bf4441b1fcaad874a2303e6126e2144014]

        INTEGRATION: CWS pchfix02 (1.10.186); FILE MERGED 2006/09/01 17:26:37 kaib 1.10.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ae51f422534e75bba5665b9d938adcb3a0413d9a]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:36 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b5ef49e57cf9d2a39f9ffc899026c831a2d6898e]

        INTEGRATION: CWS pchfix02 (1.5.482); FILE MERGED 2006/09/01 17:26:36 kaib 1.5.482.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [551761bbdbba5b52a0873abd7724786801941dbd]

        INTEGRATION: CWS pchfix02 (1.12.186); FILE MERGED 2006/09/01 17:26:36 kaib 1.12.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d1453b3e1a272d7e045548ad4beae148a42910d6]

        INTEGRATION: CWS pchfix02 (1.5.128); FILE MERGED 2006/09/01 17:26:36 kaib 1.5.128.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [cfaf20f29b7967c79b885612758e41d856cc0fc8]

        INTEGRATION: CWS pchfix02 (1.9.130); FILE MERGED 2006/09/01 17:26:36 kaib 1.9.130.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [45e0233bc716ed83a0a2ca79582d34bc20a18105]

        INTEGRATION: CWS pchfix02 (1.8.184); FILE MERGED 2006/09/01 17:26:36 kaib 1.8.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c1d0c7d318cc7bd227f879028c3009a3033a2c85]

        INTEGRATION: CWS pchfix02 (1.18.92); FILE MERGED 2006/09/01 17:26:35 kaib 1.18.92.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [568d8aac41d8b8b5669cfce8c366bb1249ff768c]

        INTEGRATION: CWS pchfix02 (1.2.186); FILE MERGED 2006/09/01 17:26:35 kaib 1.2.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7bcc4959afc43d06b3c0e6cae47aaace3e538d1a]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:35 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1dd6484051b41feac0ee24d83e6e151da103842b]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:35 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f579959ca96c806ca1e381be72acf3316f9e6efb]

        INTEGRATION: CWS pchfix02 (1.13.130); FILE MERGED 2006/09/01 17:26:35 kaib 1.13.130.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1a1335510c0542cbddca04bbe09f275c1c65177c]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:35 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0658173a30ca04b0d36be3624c14a2d18f480060]

        INTEGRATION: CWS pchfix02 (1.7.186); FILE MERGED 2006/09/01 17:26:35 kaib 1.7.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a848a087f999fe2c4b101051a5f6577d3e9a1161]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:34 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [da5d9cdf4a53c7590a795045cc57fe3549cde3ec]

        INTEGRATION: CWS pchfix02 (1.9.186); FILE MERGED 2006/09/01 17:26:34 kaib 1.9.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [01c46bd452ffa82ab9c6fa7879a0e8dc5b5ef73d]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:33 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3e0479859918dfeb2e3b435f95ca35faec2b5032]

        INTEGRATION: CWS pchfix02 (1.20.40); FILE MERGED 2006/09/01 17:26:33 kaib 1.20.40.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ebdfbeb2afbc453574d5aba37de1cca5a42bf4ac]

        INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED 2006/09/01 17:26:33 kaib 1.5.40.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c5ed2ec1a707ed89df36e99f491004d0f55c065]

        INTEGRATION: CWS pchfix02 (1.14.186); FILE MERGED 2006/09/01 17:26:33 kaib 1.14.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4f79159851fe8641755a33c4a6193f2e36dffb28]

        INTEGRATION: CWS pchfix02 (1.2.186); FILE MERGED 2006/09/01 17:26:32 kaib 1.2.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [09d0bf7f775d2a2e416e032f2b939cf5ee34fd79]

        INTEGRATION: CWS pchfix02 (1.15.40); FILE MERGED 2006/09/01 17:26:32 kaib 1.15.40.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f08d98fa33eddb6370bbe0a0c15320936aa5afb5]

        INTEGRATION: CWS pchfix02 (1.5.130); FILE MERGED 2006/09/01 17:26:32 kaib 1.5.130.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1bbc892357830875d98a165ba207bf88b29197a2]

        INTEGRATION: CWS pchfix02 (1.2.482); FILE MERGED 2006/09/01 17:26:32 kaib 1.2.482.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [957780eb496cd6a86c3d6b3d17a236b4b4eaa1bb]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:32 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [dccb1f2c8c24ac66237a261fd81a0bc68afc8b8c]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:31 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7caf5e0d40475cf7d80e7737aa20b7f0a5054b07]

        INTEGRATION: CWS pchfix02 (1.6.100); FILE MERGED 2006/09/01 17:26:31 kaib 1.6.100.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8189c041c1fd6a8b24e2994935f832c750dc9c5d]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:31 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5e7d1bd746e82ee8d0de6b65e8b24de490aec789]

        INTEGRATION: CWS pchfix02 (1.2.102); FILE MERGED 2006/09/01 17:26:31 kaib 1.2.102.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [eb334dad69fb287272f63008425fe1d76edd7f6d]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:31 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1dc27131cdfe576d8b77247dfb7994fd2e889c0c]

        INTEGRATION: CWS pchfix02 (1.13.66); FILE MERGED 2006/09/01 17:26:31 kaib 1.13.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b019ff4f0d0b3263dd33ac55fee80c77f5d48c3]

        INTEGRATION: CWS pchfix02 (1.5.186); FILE MERGED 2006/09/01 17:26:30 kaib 1.5.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f1dee2db5e4a4a67ad1523476adcae24f16d3c90]

        INTEGRATION: CWS pchfix02 (1.8.184); FILE MERGED 2006/09/01 17:26:30 kaib 1.8.184.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f85450b64e6683af48b7eac41ff172318856ac6e]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:29 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [61d08d2b23da252524b9ca43a0bede0069701d6b]

        INTEGRATION: CWS pchfix02 (1.17.30); FILE MERGED 2006/09/01 17:26:29 kaib 1.17.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6971905df80f996cbac359a45fdf454cd3e0d569]

        INTEGRATION: CWS pchfix02 (1.15.186); FILE MERGED 2006/09/01 17:26:29 kaib 1.15.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [38e86880f1168fbd78778f04341186a5f3516034]

        INTEGRATION: CWS pchfix02 (1.14.168); FILE MERGED 2006/09/01 17:26:29 kaib 1.14.168.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [14f0eb85390191faf8180f4c71117627b3133d3b]

        INTEGRATION: CWS pchfix02 (1.5.186); FILE MERGED 2006/09/01 17:26:29 kaib 1.5.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b680ddd444d9d4a769b0577c00460290cde11307]

        INTEGRATION: CWS pchfix02 (1.17.186); FILE MERGED 2006/09/01 17:26:29 kaib 1.17.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4a51ad8047be93fd8b0b65432dc22871b0a5d926]

        INTEGRATION: CWS pchfix02 (1.13.168); FILE MERGED 2006/09/01 17:26:28 kaib 1.13.168.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3658a1fe910a9e1146a792729254f540cb09dd3a]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:28 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fae6667f4e2ec60bd12cc038a92cf19e3be2bc3]

        INTEGRATION: CWS pchfix02 (1.5.186); FILE MERGED 2006/09/01 17:26:28 kaib 1.5.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8f81f29e0845d6394e4bbb8b54005b1ff344fff4]

        INTEGRATION: CWS pchfix02 (1.4.72); FILE MERGED 2006/09/01 17:26:28 kaib 1.4.72.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c532bda003f3e522be81b2dddebda95b2838e102]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:28 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [af41a3d7e0ac0d9b5ed1bc3d84b5ac8dc466e11c]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:27 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d059f2e8432ee6b8ff2da0bf640ac1562755160d]

        INTEGRATION: CWS pchfix02 (1.19.66); FILE MERGED 2006/09/01 17:26:27 kaib 1.19.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f7c4127669b76a3b3831944215323c080a85bed4]

        INTEGRATION: CWS pchfix02 (1.19.186); FILE MERGED 2006/09/01 17:26:27 kaib 1.19.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c4fb0d76da8471f383ac6c773bf9f16ab7f6fe56]

        INTEGRATION: CWS pchfix02 (1.31.66); FILE MERGED 2006/09/01 17:26:27 kaib 1.31.66.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f9f74f1457ac1747f1ad3165dd0f469ca7f0c67b]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:27 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4647d841167fa1e61c6433ddf77d2e173ebd8c42]

        INTEGRATION: CWS pchfix02 (1.41.30); FILE MERGED 2006/09/01 17:26:26 kaib 1.41.30.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c78135e14c463e46c53e7fef162e85f1bcb7bcb4]

        INTEGRATION: CWS pchfix02 (1.11.186); FILE MERGED 2006/09/01 17:26:26 kaib 1.11.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2303710ad807a604e08efa4028efdecce743a7ab]

        INTEGRATION: CWS pchfix02 (1.8.186); FILE MERGED 2006/09/01 17:26:26 kaib 1.8.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2b00d40453719950a3d3be004de5e5a66cd4520c]

        INTEGRATION: CWS pchfix02 (1.22.178); FILE MERGED 2006/09/01 17:26:26 kaib 1.22.178.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0f2a74379a2d1293897395b468e8a4b4a8474dc3]

        INTEGRATION: CWS pchfix02 (1.13.186); FILE MERGED 2006/09/01 17:26:26 kaib 1.13.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [057256766d375d55bb3aec06f1345053d8a7b055]

        INTEGRATION: CWS pchfix02 (1.14.186); FILE MERGED 2006/09/01 17:26:26 kaib 1.14.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [aec0ff92914d35e484fca9d2bf5848470bd3bcd1]

        INTEGRATION: CWS pchfix02 (1.8.178); FILE MERGED 2006/09/01 17:26:25 kaib 1.8.178.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [938d43edfae0b232139483036a9cb7fe6f3c74a8]

        INTEGRATION: CWS pchfix02 (1.10.96); FILE MERGED 2006/09/01 17:26:25 kaib 1.10.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c173957e20d60ee4d12415ff1ac45e721bed3f6d]

        INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED 2006/09/01 17:26:25 kaib 1.4.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c01a88c9900495fae40dd5e1ee668d5f8d70ac43]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:25 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2ad3c7c1136e7e6753978dafecf1bfeaeb9ac937]

        INTEGRATION: CWS pchfix02 (1.5.178); FILE MERGED 2006/09/01 17:26:25 kaib 1.5.178.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [fa2f60eebb5a2d7311039ff669aa3eed7f20fb6c]

        INTEGRATION: CWS pchfix02 (1.10.96); FILE MERGED 2006/09/01 17:26:24 kaib 1.10.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e908514d32a0fe1bb1204ab32db54d4cffd9ac95]

        INTEGRATION: CWS pchfix02 (1.5.186); FILE MERGED 2006/09/01 17:26:24 kaib 1.5.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d92dec6fd483cf29ba8574002f98cc58d716b8d7]

        INTEGRATION: CWS pchfix02 (1.14.96); FILE MERGED 2006/09/01 17:26:24 kaib 1.14.96.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3754c231bdc5a16daade5b0b88ac790008593d87]

        INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED 2006/09/01 17:26:24 kaib 1.3.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a38d309252a7b2a2c7157fec12a35ddc5953f05]

        INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED 2006/09/01 17:26:24 kaib 1.6.186.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1b79b4da7bf5fb7d288abb219211c3701e68c387]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:26:23 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [858c884680eb1477ba4e7d16a04d24d1d42cca97]

        INTEGRATION: CWS pchfix02 (1.2.24); FILE MERGED 2006/09/01 17:31:05 kaib 1.2.24.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0e84621797c7b1e589a96a4ecbf220faec2ca9cd]

        INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGED 2006/09/01 17:31:05 kaib 1.4.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1b51481d6c6cc3d7f9b65373ffc754521f60a48]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:31:05 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [f776e4e2102cc2c052b824e5b9d0b66fe28f02ea]

        INTEGRATION: CWS pchfix02 (1.5.4); FILE MERGED 2006/09/01 17:31:05 kaib 1.5.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6ed01eb1b958f082a4b4bbadc01d27bd85db0e83]

        INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED 2006/09/01 17:31:04 kaib 1.5.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a1a0f8a4291adecdb1b925418712fe4657993aa2]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:31:04 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [659cf44620a6999618fc6b98537ef7a485bcb0d2]

        INTEGRATION: CWS pchfix02 (1.16.6); FILE MERGED 2006/09/01 17:31:04 kaib 1.16.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5201fc2794d4c3bd4ad82771a60bef107089436a]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:31:04 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b86818cb05bc866a9b2e432ec578b5f847474693]

        INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED 2006/09/01 17:31:03 kaib 1.3.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3090482374c6f36961a2aa137d6e934124becbca]

        INTEGRATION: CWS pchfix02 (1.4.6); FILE MERGED 2006/09/01 17:31:03 kaib 1.4.6.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e89707948c200344288d055f3c1926ba8ebfb00]

        INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGED 2006/09/01 17:31:03 kaib 1.4.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [138b8cf4801a9c52b81a4866e2300896e07aabd6]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:31:02 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b9f00542771b54af645e525e80f0ae269775d35a]

        INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED 2006/09/01 17:23:20 kaib 1.3.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [53ce95b69461903208a3992bd86d1d1db02a0a63]

        INTEGRATION: CWS pchfix02 (1.6.56); FILE MERGED 2006/09/01 17:23:20 kaib 1.6.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [2e53bcd201d23cf8a70fbe3e18b1e575ca7936c8]

        INTEGRATION: CWS pchfix02 (1.8.56); FILE MERGED 2006/09/01 17:23:20 kaib 1.8.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [51bed8543e8259bda5f7abfae3023b04b3249204]

        INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED 2006/09/01 17:23:20 kaib 1.4.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [693c4df76bab725085ac9fc6f4e34d2dc84ece17]

        INTEGRATION: CWS pchfix02 (1.12.56); FILE MERGED 2006/09/01 17:23:20 kaib 1.12.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b2a4acc4c14e31814141cf1cffa00b2e1d9183ea]

        INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED 2006/09/01 17:23:19 kaib 1.3.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [91446b236ddc4ddd9c517916626896f99192bb7e]

        INTEGRATION: CWS pchfix02 (1.2.56); FILE MERGED 2006/09/01 17:23:19 kaib 1.2.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [1195699f2e49c07c41fd25bab9d382e5bffb96fe]

        INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED 2006/09/01 17:23:19 kaib 1.4.56.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a92db61333ca8d01255da2c4bea20c0bd200db7e]

        INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED 2006/09/01 17:23:19 kaib 1.11.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9805ed0cc17e776ba7ec7e9ada78297f84bf1796]

        INTEGRATION: CWS pchfix02 (1.12.14); FILE MERGED 2006/09/01 17:23:19 kaib 1.12.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [903b84263b582a182bb928742d6ad613310a3bdc]

        INTEGRATION: CWS pchfix02 (1.7.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.7.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [606bdb430fbfd3bc2031de7b8b5f933902b26347]

        INTEGRATION: CWS pchfix02 (1.23.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.23.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [28f5c8da199a065ccc5833eee18d42f200318f80]

        INTEGRATION: CWS pchfix02 (1.38.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.38.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5323846cc2bcf3de7e16481b2eb706cea0512ffc]

        INTEGRATION: CWS pchfix02 (1.14.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.14.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [8cdaa45ba5986a1aa94fd0fb286135b9c892aabd]

        INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:23:18 kaib 1.2.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ef01db72e584c04446ef8a985bb3a8004e758b66]

        INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.9.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [414a1433dc2711f0f6a283e1a6f39a4df5c14770]

        INTEGRATION: CWS pchfix02 (1.15.14); FILE MERGED 2006/09/01 17:23:18 kaib 1.15.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [3167c1729132e5dc84b8538ba424776770049ec9]

        INTEGRATION: CWS pchfix02 (1.3.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.3.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b870d65ae2fbe71bf2e56df67432c3d62eaae400]

        INTEGRATION: CWS pchfix02 (1.12.54); FILE MERGED 2006/09/01 17:23:17 kaib 1.12.54.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [edeeb6809cbaf46a6321685b040ab81917c08c19]

        INTEGRATION: CWS pchfix02 (1.17.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.17.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9312cffc7efe0645ba91a38e22e6d42e335ef3a0]

        INTEGRATION: CWS pchfix02 (1.25.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.25.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b5c94e5bb0905a03c06acb5f986cd31547e19f62]

        INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.9.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [82f146a55856b87c0e7ed97930b2e708ca81d105]

        INTEGRATION: CWS pchfix02 (1.28.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.28.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [396d146019a8e4688ffe3ab7bf13f1a7c9d7a226]

        INTEGRATION: CWS pchfix02 (1.13.14); FILE MERGED 2006/09/01 17:23:17 kaib 1.13.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e85a6f419fd2ea3db4d78dc491514274b8394a79]

        INTEGRATION: CWS pchfix02 (1.25.14); FILE MERGED 2006/09/01 17:23:16 kaib 1.25.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0bbf972d698f704b6c75c3c0ef2c89be79452348]

        INTEGRATION: CWS pchfix02 (1.8.14); FILE MERGED 2006/09/01 17:23:16 kaib 1.8.14.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9efcb60480a5ecd219c39c9c8b77a9e1534c9067]

        INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED 2006/09/01 17:23:16 kaib 1.2.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7e90396cd2698a325b44b3e54c0b16da1d8e619]

        INTEGRATION: CWS pchfix02 (1.3.50); FILE MERGED 2006/09/01 17:23:16 kaib 1.3.50.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [946ee5be75311abbec1ac9685cd504b174c8d47e]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/01 17:23:15 kaib 1.1.2.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [4c5cf6b267d3bcfb0fcc48fa258e9a6ac649b9fa]

        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>  [3f009be47696ecb7f961e3585965db8f5bccd60d]

        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>  [0335055543eb50ab80e0771a859e7c8afcdf9b88]

        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>  [5298627530e0e4e86ad07c386e238e120fcf2f96]

        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>  [7e39a6acb061bcc0afedaf3bb5e712bfdc6184d6]

        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>  [a624e2ccbbc1a337e2a009b43ef527f1c6d92a84]

        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>  [65bf39225165fba7563c288022772af5e40ef8ba]

        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>  [ab164413dd9689fdb127f37d519a84bea48232c8]

        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>  [048a6c0ab8665bf63ccef9ea3390fb5a939c4ef2]

        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>  [1823645de44667221518ed77a48385f395a917a9]

        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>  [a7612ae8e804e2b3f73f22af23610838497a8a0d]

        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>  [e1484549d33277f0a2818e887c7fa4af41f6a392]

        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>  [e67ef461fa4e9f6fa8d19f4f4bc539e49c5f7f1e]

        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>  [00635a6878a1d6e1542f857eb208deb93b970171]

        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>  [fde31298b80e9c3e79da15f7231c517c68e2c94b]

        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>  [e28ba11c188ec3fa711b8d7dba751caebfa5e302]

        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>  [971cfd2bfeb5764734ae411dd326f30b60c6145e]

        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>  [2eb3d2e4b5d42bf9649b12ba371c003fc3795e1d]

        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>  [837551c4f8b8a08f768ebbe167144bffb843a5e3]

        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>  [e880cd4c8835fef35951b5dd6e61cb5588757c84]

        INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED 2006/09/01 17:35:38 kaib 1.4.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [00f813782aa70962431cd3d6989c6e37e32f1ed7]

        INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:35:38 kaib 1.9.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [e94fed408115f0dce67319f2ac08559e106ede79]

        INTEGRATION: CWS pchfix02 (1.30.36); FILE MERGED 2006/09/01 17:35:38 kaib 1.30.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [76be6f1eeaf6bd500b835e551810781dc2d582b5]

        INTEGRATION: CWS pchfix02 (1.21.36); FILE MERGED 2006/09/01 17:35:38 kaib 1.21.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [94e610ae1d0afa737040e4a69017c9626b68e078]

        INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED 2006/09/01 17:35:37 kaib 1.12.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [31d2a023689b9f98c039739d0962bda9d21e98f2]

        INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:35:37 kaib 1.8.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [db553b504d0ca5e75c37fc7ad5d460b7cbac38d5]

        INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED 2006/09/01 17:35:37 kaib 1.6.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [23bce5ac94f64c0b87f9993f0f0b2040d6a559e1]

        INTEGRATION: CWS pchfix02 (1.20.36); FILE MERGED 2006/09/01 17:35:37 kaib 1.20.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [7ba304511e086ce04aa4b76644945665a7af6e12]

        INTEGRATION: CWS pchfix02 (1.29.36); FILE MERGED 2006/09/01 17:35:36 kaib 1.29.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ee6f87f90df2359814197bfa37f07c818c76a999]

        INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED 2006/09/01 17:35:36 kaib 1.3.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d9dab8e19b6996cf8ab52758ef54b729659072cb]

        INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED 2006/09/01 17:35:36 kaib 1.7.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [6b93b36081796a2cb82de92e36cb3705c8fc5a99]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:35:36 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [ad32be3b4e3544c048e036214e651cbdc729c8b4]

        INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:35:36 kaib 1.8.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d07e6d9637d5dd1cd75875e2c6343e2a0dc4e575]

        INTEGRATION: CWS pchfix02 (1.19.10); FILE MERGED 2006/09/01 17:35:35 kaib 1.19.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [9ffe308f610c20c0dc86ad834a9136914eedd17d]

        INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED 2006/09/01 17:35:35 kaib 1.10.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [feef9500ba5d23064328df6dbbbcf79a61638f4e]

        INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED 2006/09/01 17:35:35 kaib 1.12.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b3c4aec90cc7f0b46d6e5279f54fedceb38eddd4]

        INTEGRATION: CWS pchfix02 (1.25.10); FILE MERGED 2006/09/01 17:35:35 kaib 1.25.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b75e8570d1143317d261af413eb19f8d6e12993b]

        INTEGRATION: CWS pchfix02 (1.7.8); FILE MERGED 2006/09/01 17:35:34 kaib 1.7.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [a505e71af6f6c14918e82b45c8e9a0a2379459b7]

        INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED 2006/09/01 17:35:34 kaib 1.9.8.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [b405f79d4fd0f2b201fb72fdda994d5af7070709]

        INTEGRATION: CWS pchfix02 (1.13.4); FILE MERGED 2006/09/01 17:35:34 kaib 1.13.4.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [0fe8ddeece7e060249ac849c3313b5e82e926035]

        INTEGRATION: CWS pchfix02 (1.18.10); FILE MERGED 2006/09/01 17:35:34 kaib 1.18.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [5a83c9b5560ccd69a123a918838d40d1d9fc82e2]

        INTEGRATION: CWS pchfix02 (1.9.36); FILE MERGED 2006/09/01 17:35:34 kaib 1.9.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [639ca6de384af64378960f1e4dd007c20b438147]

        INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED 2006/09/01 17:35:33 kaib 1.11.10.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c83acc2fc46123987bb45d0f469c71541f6f2b81]

        INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED 2006/09/01 17:35:33 kaib 1.8.36.1: #i68856# Added header markers and pch files

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [de446bd1f3918893c023570666cc2a5b4c703393]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/05 12:32:13 kaib 1.1.2.1: #i68856# Adding pch directories

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [d88b3ad693c0c0f887155ca7206c88fb117488f1]

        INTEGRATION: CWS pchfix02 (1.1.2); FILE ADDED 2006/09/05 12:32:12 kaib 1.1.2.1: #i68856# Adding pch directories

2006-09-16  Oliver Bolte  <obo@openoffice.org>  [c7698c081dedd8670ba04a249c12cd383b1d093e]

        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>  [d64e6fae6d965682a3b8eb9a169bb82681515071]

        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>  [2c44bf80a9dd891e70c16de0c181bdbbac2876f5]

        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>  [6cfd58f38482585ad4ac4c6734479bfb0f8b1245]

        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>  [f7e4e2fcfffa57d6e04c8192e68748a8f644df17]

        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>  [2d3c67a064703aece93f0c50430dbde263d6c736]

        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>  [6102d26ca4d38b4c0bdbedc81efa4a226319ed04]

        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>  [6348ef2d51b7aa94a4d53cfa14309318f78d36d1]

        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>  [f60c243a3757c6118289b19635d386584932e07b]

        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>  [aa5e32ebbddc4cd0b77e3038c22b5d092ab9af2e]

        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>  [90a3d7ac1ca545484a493fa5857488a133883fde]

        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>  [314ee03dcb16c2e0c10084385bdbd11a855f1b64]

        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>  [cb7e20045e6dfeb05b2dfa977a588031d6f4f9ff]

        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>  [534f30d2f9c5ef8862788a42c31badd4e07b5db2]

        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>  [1f2f3ffa83b804d35b665ea2e1baa9b00f39d256]

        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>  [30fa62c43c8ac6e437083efe0dbf76b27fa74c81]

        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>  [a745cc223c1cedcccfd56c6fef748ea9d6b566db]

        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>  [5f001b9db14304e3f28dd8c946e25cb5d07212c2]

        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>  [951598d0684375d4ad81a935cff804a124bf6b83]

        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>  [f83b3e0966fe19f55f41583d953c98ef76b97e2c]

        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>  [0a898ce1031a655839cd0d36ca01cdae6d879bc9]

        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>  [af6ccee8f0193852d43d1becca036a2876c4e3ed]

        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>  [79cd55ca1e5ee125bc0b41c1edf020ef048d76bd]

        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>  [6b81d390ed7d3941f5bee715bd9a79cbffe420aa]

        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>  [75c8a35fa5ca2322e2895cef53568594b60b4902]

        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>  [a40eacf92b5f30b59fffd1f9e5fd3005900d7b4d]

        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>  [4440bad94990864befdf848f93c23f7d378bb633]

        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>  [d21dcea6ea9cc2689b63805cfb969175f3e3ec7f]

        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>  [446a2bfca89782641552091f8076cb6f069c01dc]

        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>  [550497f4e986d8108f4cd3c28489a3a8f5a42750]

        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>  [f9750b65681476577dbf1680f4fce25ff217a414]

        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>  [312b8c45c90151188f96ba4bb048bc7c5f0865f6]

        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>  [44c1f13093cffca48f003fce1f610c50be0e9a8b]

        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>  [f6e31b3a877ab9c395cf7ff5319164454d475d11]

        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>  [ba0bbbcbd83be8fa54a23b67de0043b4c0770d5c]

        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>  [2755ede276912af86471fc319b77d55aff2724c3]

        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>  [0b0b2b67e847d8bb383a5fd12bb25aaee50e2e63]

        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>  [577db61bc2813fb0335d87f61d1bc242657fb507]

        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>  [6bdd1366c26f4d5add2b9cec5552b5ae26f8c6cb]

        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>  [13ad448fcad28294403b9e450c96bf9d93af5fb7]

        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>  [fc4907e68c77864c89f092dca446fdca1d68e32d]

        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>  [3dfe6c18b8d4b2bc5c02ad00a7ba815a38bee2fa]

        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>  [21ae054fb4d3833ec2d5cec948034bad581dec19]

        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>  [6dfb1e0677536c1f15e04c2a423c010fd3462bbe]

        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>  [3e0ea34d10e1263a8e2ba6acb5d87d6cfe9b68ef]

        INTEGRATION: CWS writerfilter (1.43.8); FILE MERGED 2006/08/03 08:48:24 hbrinkm 1.43.8.7: RESYNC: (1.56-1.58); FILE MERGED 2006/07/21 08:20:24 hbrinkm 1.43.8.6: RESYNC: (1.55-1.56); FILE MERGED 2006/04/18 08:32:17 tra 1.43.8.5: RESYNC: (1.53-1.55); FILE MERGED 2006/03/14 13:54:48 tra 1.43.8.4: RESYNC: (1.52-1.53); FILE MERGED 2006/02/20 14:37:11 tra 1.43.8.3: RESYNC: (1.51-1.52); FILE MERGED 2006/01/02 17:24:51 tra 1.43.8.2: RESYNC: (1.43-1.51); FILE MERGED 2005/11/15 12:31:43 sb 1.43.8.1: #i57188# Missing fix for the recent MSITEMPLATEDIR changes (fix by is).

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0665e03e30904fe03e1f0deedeab8ada1404df36]

        INTEGRATION: CWS writerfilter (1.2.86); FILE MERGED 2006/02/20 14:36:53 tra 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/15 12:30:22 sb 1.2.86.1: #i57188# When storing the path to the installed URE in the Windows registry, make sure that it ends up in HKEY_LOCAL_MACHINE.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [25162fb15bdc722ebcbce707ab74d1815cd4f231]

        INTEGRATION: CWS writerfilter (1.9.4); FILE MERGED 2005/11/16 15:15:34 sb 1.9.4.3: #i57477# Missing unicows.dll added to Windows installation set. 2005/11/15 12:42:14 sb 1.9.4.2: #i57188# Improved wording. 2005/11/15 12:28:05 sb 1.9.4.1: #i57188# Store the path to the installed URE in the Windows registry.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [bbbeab164c843fe7a921f6a4cb8220cc8ae15d8c]

        INTEGRATION: CWS writerfilter (1.6.84); FILE MERGED 2005/11/16 10:10:23 is 1.6.84.2: #127314# always registering in HKLM 2005/11/14 16:37:02 is 1.6.84.1: #127314# new odt4word product

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [46dcf92a27d2f4673c8b9416430e6c333026db4c]

        INTEGRATION: CWS writerfilter (1.26.40); FILE MERGED 2006/08/03 08:43:14 hbrinkm 1.26.40.5: RESYNC: (1.32-1.33); FILE MERGED 2006/03/14 13:50:15 tra 1.26.40.4: RESYNC: (1.31-1.32); FILE MERGED 2006/02/20 14:23:45 tra 1.26.40.3: RESYNC: (1.29-1.31); FILE MERGED 2006/01/02 17:06:41 tra 1.26.40.2: RESYNC: (1.26-1.29); FILE MERGED 2005/11/14 13:45:47 is 1.26.40.1: #127331# ure into odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [f8c1cf19fddc8f1cf9be53623e63a70ad0a8c538]

        INTEGRATION: CWS writerfilter (1.25.82); FILE MERGED 2006/03/14 13:50:03 tra 1.25.82.3: RESYNC: (1.27-1.28); FILE MERGED 2006/01/02 17:06:15 tra 1.25.82.2: RESYNC: (1.25-1.27); FILE MERGED 2005/11/14 13:45:46 is 1.25.82.1: #127331# ure into odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3c338f3550f3234421d37dd4a33d67ff500ce331]

        INTEGRATION: CWS writerfilter (1.7.84); FILE MERGED 2005/11/14 16:37:02 is 1.7.84.3: #127314# new odt4word product 2005/11/11 16:24:56 is 1.7.84.2: #127329# setting path in odt4word 2005/11/11 16:23:08 is 1.7.84.1: #127329# setting path in odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [221551fc80ecc59d106ddc7c0c0fea7cc12630db]

        INTEGRATION: CWS writerfilter (1.46.6); FILE MERGED 2006/08/03 08:42:34 hbrinkm 1.46.6.7: RESYNC: (1.54-1.55); FILE MERGED 2006/07/21 07:59:15 hbrinkm 1.46.6.6: RESYNC: (1.52-1.54); FILE MERGED 2006/03/14 13:48:50 tra 1.46.6.5: RESYNC: (1.49-1.52); FILE MERGED 2006/02/20 14:22:20 tra 1.46.6.4: RESYNC: (1.48-1.49); FILE MERGED 2006/01/02 17:04:41 tra 1.46.6.3: RESYNC: (1.46-1.48); FILE MERGED 2005/11/14 16:37:02 is 1.46.6.2: #127314# new odt4word product 2005/11/14 13:45:46 is 1.46.6.1: #127331# ure into odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [6238848f87066f143096f14363d2f9501d9af533]

        INTEGRATION: CWS writerfilter (1.10.84); FILE MERGED 2006/01/02 17:04:16 tra 1.10.84.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/11 16:23:07 is 1.10.84.1: #127329# setting path in odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [c19379d8058b6e4eaa75deb18f585a5b9b6aa897]

        INTEGRATION: CWS writerfilter (1.52.16); FILE MERGED 2006/08/03 08:42:05 hbrinkm 1.52.16.7: RESYNC: (1.65-1.67); FILE MERGED 2006/07/21 07:57:42 hbrinkm 1.52.16.6: RESYNC: (1.62-1.65); FILE MERGED 2006/03/14 13:47:59 tra 1.52.16.5: RESYNC: (1.59-1.62); FILE MERGED 2006/02/20 14:21:17 tra 1.52.16.4: RESYNC: (1.57-1.59); FILE MERGED 2006/01/02 17:03:11 tra 1.52.16.3: RESYNC: (1.52-1.57); FILE MERGED 2005/11/14 16:37:01 is 1.52.16.2: #127314# new odt4word product 2005/11/11 16:23:06 is 1.52.16.1: #127329# setting path in odt4word

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [1b54272225f82d6205591fa797726ca828d674b2]

        INTEGRATION: CWS writerfilter (1.21.16); FILE MERGED 2006/07/21 07:41:26 hbrinkm 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED 2006/02/03 16:14:56 abi 1.21.16.1: #127098 call initialization for special args

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [6ae6b1dca6915643314468cde285873f7a8e2884]

        INTEGRATION: CWS writerfilter (1.84.16); FILE MERGED 2006/07/21 07:41:19 hbrinkm 1.84.16.2: RESYNC: (1.84-1.85); FILE MERGED 2006/02/03 16:14:53 abi 1.84.16.1: #127098 call initialization for special args

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [bb88c00d012345680a90989613cb0a39e0003680]

        INTEGRATION: CWS writerfilter (1.13.16); FILE MERGED 2006/02/03 16:14:39 abi 1.13.16.1: #127098 call initialization for special args

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [e43957842f373466b1591717c271277a99440192]

        INTEGRATION: CWS writerfilter (1.39.12); FILE MERGED 2006/07/21 07:41:08 hbrinkm 1.39.12.3: RESYNC: (1.40-1.41); FILE MERGED 2006/03/14 13:44:38 tra 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2006/02/03 16:13:39 abi 1.39.12.1: #127098 call initialization for special args

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [c4c85add9ebe877d51f95d56140745e1faf4e01a]

        INTEGRATION: CWS writerfilter (1.6.10); FILE MERGED 2006/07/21 07:36:28 hbrinkm 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2006/02/03 16:13:12 abi 1.6.10.1: #127098 call initialization for special args

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [f7b156cc189e97f22cd331e0ed9aad7cfb66ebf3]

        INTEGRATION: CWS ause067 (1.6.438); FILE MERGED 2006/09/12 14:43:56 hjs 1.6.438.1: #i69484# processing and dependencies must use same variable to compute path

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [67c4c291b46f57ba5839369d800bedbc1ddd8119]

        INTEGRATION: CWS ause067 (1.199.82); FILE MERGED 2006/09/14 14:38:04 hjs 1.199.82.1: #i69484# giving PROCESSOUT a default

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3818c35e9f3f675daae6f7123be845dd267cac89]

        INTEGRATION: CWS ause067 (1.2.294); FILE MERGED 2006/09/13 12:27:18 hjs 1.2.294.1: #i69505# copy only if required; restore filedate of source

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [e772cd5477c63cac817b6ba33427ab2e3f0d99c5]

        INTEGRATION: CWS ause066 (1.2.20); FILE MERGED 2006/09/01 11:13:52 hjs 1.2.20.1: #i69087# cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [7b330c7c3f9eeae78caa5fba18b12ff1dcd4ba21]

        INTEGRATION: CWS ause066 (1.35.64); FILE MERGED 2006/08/31 13:46:48 hjs 1.35.64.1: #i69141# cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [32707f8e3f2c48ca938934ef0f071b26c5f1830c]

        INTEGRATION: CWS ause066 (1.4.220); FILE MERGED 2006/08/30 08:35:51 hjs 1.4.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [eb2efbca4e0a9cd5d5b63ef02af328d242ef3c2e]

        INTEGRATION: CWS ause066 (1.5.220); FILE MERGED 2006/08/30 08:35:51 hjs 1.5.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0a6b25886c141937a364743ca099915289b322de]

        INTEGRATION: CWS ause066 (1.10.190); FILE MERGED 2006/08/30 08:35:51 hjs 1.10.190.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3763c198abfa2e8dd93298ae9737fe2b833c81e2]

        INTEGRATION: CWS ause066 (1.12.6); FILE MERGED 2006/08/30 08:35:50 hjs 1.12.6.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [8b37963b640393b822ec16c969f4e343933ba665]

        INTEGRATION: CWS ause066 (1.7.220); FILE MERGED 2006/08/30 08:35:50 hjs 1.7.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [ba4ca826d5b202764f0c5134037782448002ac19]

        INTEGRATION: CWS ause066 (1.4.220); FILE MERGED 2006/08/30 08:35:50 hjs 1.4.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [accfa4d7cd25899746b00728a3d7831066a18be5]

        INTEGRATION: CWS ause066 (1.4.220); FILE MERGED 2006/08/30 08:35:49 hjs 1.4.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [7c50c50f3cf831b7816f3660f6d96ec0c007eceb]

        INTEGRATION: CWS ause066 (1.12.190); FILE MERGED 2006/08/30 08:34:20 hjs 1.12.190.1: #i69086#, #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [4a29d57741c99bc021a0f128bc9401d5dd45e6f3]

        INTEGRATION: CWS ause066 (1.13.30); FILE MERGED 2006/08/30 08:35:49 hjs 1.13.30.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [97a2d34058e943793d084265a394466b0b2e426f]

        INTEGRATION: CWS ause066 (1.7.220); FILE MERGED 2006/08/30 08:35:49 hjs 1.7.220.1: #i69087# - cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [ba04586e1aed7cdf9a7fd98809fb93efd66249a2]

        INTEGRATION: CWS ause066 (1.6.418); FILE MERGED 2006/08/31 15:42:45 hjs 1.6.418.1: #i69086# solve duplicates caused by fetching the basename only

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [23fd4cec73bc837726d4301d69cafc9c952eec0c]

        INTEGRATION: CWS ause066 (1.180.8); FILE MERGED 2006/09/01 11:20:47 hjs 1.180.8.1: #i69093# remove former dependency file *.dpc and DPCTARGET; rework dependencies on COMPRDB

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [600d0dca33a4c767bf7cc5eb28434350edd70ffc]

        INTEGRATION: CWS ause066 (1.69.6); FILE MERGED 2006/09/01 11:20:47 hjs 1.69.6.1: #i69093# remove former dependency file *.dpc and DPCTARGET; rework dependencies on COMPRDB

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3507f2001eaa145ee193d4f4e494f474e236dfa1]

        INTEGRATION: CWS ause066 (1.14.10); FILE MERGED 2006/08/31 13:49:54 hjs 1.14.10.1: #i69141# cleanup

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [8d4e7a44131cc682ef56c60e970003d32cb6cf9c]

        INTEGRATION: CWS ause066 (1.5.64); FILE MERGED 2006/08/30 11:15:15 hjs 1.5.64.2: #i69093# cleanup variable usage 2006/08/30 10:21:48 oj 1.5.64.1: remove unused defines from version.mk

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [a8eb1c98cf6a853f6fb58eb4661399205a5bc811]

        INTEGRATION: CWS ause066 (1.21.144); FILE MERGED 2006/08/30 11:15:14 hjs 1.21.144.2: #i69093# cleanup variable usage 2006/08/30 10:21:48 oj 1.21.144.1: remove unused defines from version.mk

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [e021c4577311a46d0ad63010af78435255e2ca6a]

        INTEGRATION: CWS ause066 (1.9.170); FILE MERGED 2006/08/30 10:21:48 oj 1.9.170.1: remove unused defines from version.mk

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [6022ce1d391d60f113e574daf7b54eae4633e486]

        INTEGRATION: CWS ause066 (1.25.92); FILE MERGED 2006/08/30 11:15:14 hjs 1.25.92.1: #i69093# cleanup variable usage

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9c9ef83907f690ba02022abfc46ebf9e86158feb]

        INTEGRATION: CWS ause066 (1.13.102); FILE MERGED 2006/08/30 11:15:13 hjs 1.13.102.2: #i69093# cleanup variable usage 2006/08/30 10:21:48 oj 1.13.102.1: remove unused defines from version.mk

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [b0c1b3c1a99ea6deb67a450c915ef08c8d2ca0ec]

        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>  [31eaee6d262fa71efbcf445a25afe6ff5162f643]

        INTEGRATION: CWS os86 (1.8.526); FILE MERGED 2006/09/04 14:48:53 os 1.8.526.1: #i49808# end quote button label fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [eb3657bf8de41572d836583ceadf44b9799a6f0e]

        INTEGRATION: CWS os86 (1.6.526); FILE MERGED 2006/09/04 14:46:27 os 1.6.526.1: #i67249# German: 'Neu ~laden'

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [66de2feb202d8910b79955fb44afd4ca7726ba0b]

        INTEGRATION: CWS os86 (1.11.28); FILE MERGED 2006/09/04 12:46:43 os 1.11.28.1: #i68430# missing initialization fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [fa98794227dbd5b606dd45b799ab9403055ce609]

        INTEGRATION: CWS os86 (1.13.28); FILE MERGED 2006/09/04 12:59:02 os 1.13.28.1: #i68431# missing initialization fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [70c3d85a2fad969812f91a73eaebc4c59cfc32eb]

        INTEGRATION: CWS os86 (1.25.28); FILE MERGED 2006/09/04 11:50:32 os 1.25.28.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [8d5b007ef12e3b713520439d46f52a5fc2838118]

        INTEGRATION: CWS os86 (1.7.28); FILE MERGED 2006/09/04 11:50:32 os 1.7.28.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [56854768cfa6a0206790b749301dad8854b33cf2]

        INTEGRATION: CWS os86 (1.95.26); FILE MERGED 2006/09/04 14:00:06 os 1.95.26.1: #i47129# docinfo fields created,printed,modified now correctly exported

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [ef774a7316b46fbf22ff06b111668e1aa2dae735]

        INTEGRATION: CWS os86 (1.7.504); FILE MERGED 2006/09/04 11:50:13 os 1.7.504.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9482b4fb657a30badbde352b9fa89fa68ac34fa0]

        INTEGRATION: CWS os86 (1.6.372); FILE MERGED 2006/09/04 11:50:03 os 1.6.372.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9a8afc7ccb2f7e73b8a2dfa32a11c2d4bab33953]

        INTEGRATION: CWS os86 (1.31.28); FILE MERGED 2006/09/04 09:55:53 os 1.31.28.1: #i66164# call renameElement only if shortcut really changes

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [caf5661f216a9899d57c9e91c4344036151199d2]

        INTEGRATION: CWS os86 (1.7.504); FILE MERGED 2006/09/04 11:48:50 os 1.7.504.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [ad6e7497c7c5c5888a0ff024048a569eff5adc95]

        INTEGRATION: CWS os86 (1.20.28); FILE MERGED 2006/09/04 11:48:50 os 1.20.28.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [7d1045665b9ad98261b5d4ad2a9bfb6044cc20a5]

        INTEGRATION: CWS os86 (1.13.28); FILE MERGED 2006/09/04 11:49:00 os 1.13.28.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [8b8fda6da68023cc34f4ae44337afb3a4d622472]

        INTEGRATION: CWS os86 (1.9.26); FILE MERGED 2006/09/04 12:53:48 os 1.9.26.1: #i68428# missing initialization fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [5ee7b434d96b8a037062c61555e227d7b6ff3767]

        INTEGRATION: CWS os86 (1.14.28); FILE MERGED 2006/09/04 12:38:26 os 1.14.28.1: #i49629# patch regarding numeric sorting applied

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [5b512ed0b9c9ce84d7980b2b7cc34cac9559740c]

        INTEGRATION: CWS os86 (1.7.28); FILE MERGED 2006/09/04 11:49:50 os 1.7.28.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [1d472f9a55f7eee3b6230f8e635cf072d3c7a6ea]

        INTEGRATION: CWS os86 (1.124.24); FILE MERGED 2006/09/04 11:46:48 os 1.124.24.1: #i60431# temporary AutoCorrection removed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [8fc000ab2c0d890dbe6635f94e0258287fd9a844]

        INTEGRATION: CWS os86 (1.25.108); FILE MERGED 2006/09/05 06:13:34 os 1.25.108.2: #i33547# umlauts fixed 2006/09/04 12:09:33 os 1.25.108.1: #i33547# numbering commands relabled

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [d0d27af0ee6d0c32e0cfc6c3041fd4de0e15e2be]

        INTEGRATION: CWS os86 (1.49.12); FILE MERGED 2006/09/06 06:28:54 os 1.49.12.2: #i67249# German: 'Neu ~laden' 2006/09/04 14:12:39 os 1.49.12.1: #i67266# type fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0bbef0243cb53ab4e581a3450679b7daf756e094]

        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>  [0c3ccaf8217b5024ac4aa0822b344bb652227438]

        INTEGRATION: CWS os86 (1.7.40); FILE MERGED 2006/09/04 13:03:19 os 1.7.40.1: #i68476# missing initialization fixed

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [ff10e10361cefd6eba90b3281a4fb580e9f8552c]

        INTEGRATION: CWS impress102 (1.9.94); FILE MERGED 2006/08/23 12:04:08 sj 1.9.94.1: #i67457# invalidate itemset only once if setting the whole which range

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3478582198ac0f3cc450c9c2b6c344beb70bde03]

        INTEGRATION: CWS impress102 (1.27.50); FILE MERGED 2006/08/16 10:35:03 sj 1.27.50.1: #i68485# fixed conditional jump that depends on uninitialized values

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [a7bea20e5ee70b6b4c88196edf70233e5c1bddee]

        INTEGRATION: CWS impress102 (1.18.48); FILE MERGED 2006/08/28 14:29:34 sj 1.18.48.2: RESYNC: (1.18-1.19); FILE MERGED 2006/08/09 09:10:26 sj 1.18.48.1: #i68072# fixed undefinded behaviour when customshape expression divides by zero

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [44cb3a7ca0d9c861da3a4955cc785e83a37f5e45]

        INTEGRATION: CWS impress102 (1.25.14); FILE MERGED 2006/08/14 13:58:42 af 1.25.14.1: #i68489# Added and corrected initializers for all members.  Fixed some compiler warnings.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0fb1959f23be36896d8a9b582cbc59386b87dc7d]

        INTEGRATION: CWS impress102 (1.16.12); FILE MERGED 2006/08/14 12:47:37 af 1.16.12.1: #136552# Added a guard against an empty shared pointer in UpdatePreviewSizePixel().

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [6739efa55056f2fa401b73a1d7103d165313ddac]

        INTEGRATION: CWS impress102 (1.9.140); FILE MERGED 2006/08/22 13:29:34 sj 1.9.140.1: #i68832# catching exception when processing aftereffectnodes

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [dcbbc081067735ed03ffcd14db24e76ff4528d4b]

        INTEGRATION: CWS impress102 (1.90.138); FILE MERGED 2006/08/23 15:25:19 sj 1.90.138.2: #i66898# fixed freeze when saving certain kind of documents containing embossed character formatting 2006/08/22 13:29:34 sj 1.90.138.1: #i68832# catching exception when processing aftereffectnodes

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [fba92d7d734113022f000396469248fdce0d3a47]

        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-15  Oliver Bolte  <obo@openoffice.org>  [7be8e7af9efa7d86d6e613979393e6614da991b6]

        INTEGRATION: CWS impress102 (1.4.108); FILE MERGED 2006/08/15 15:38:41 sj 1.4.108.1: #i68480# conditional jump that depends on uninitialized values

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [37bbf08c28cf13a99a69b209e6e4c27a52051fbf]

        INTEGRATION: CWS impress102 (1.5.60); FILE MERGED 2006/08/15 15:38:25 sj 1.5.60.2: #i68480# conditional jump that depends on uninitialized values 2006/08/15 11:49:28 sj 1.5.60.1: #i68471# conditional jump that depends on uninitialized values

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [56f6ea06053fae67a560c45c1f49a511bd2becf1]

        INTEGRATION: CWS swqbf81 (1.11.454); FILE MERGED 2006/08/21 11:21:50 od 1.11.454.2: RESYNC: (1.11-1.12); FILE MERGED resolve merge conflict 2006/08/21 07:27:50 od 1.11.454.1: #i68520# - refactoring and performance improvement: 	   - new data structure for anchored object list 	   - usage of cache of <SwAnchoredObject> for bounding rectangle

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3e5dba5b5b253863d66b977a3615a87a59242d24]

        INTEGRATION: CWS swqbf81 (1.57.268); FILE MERGED 2006/09/11 10:40:11 od 1.57.268.3: #i69335# method <SwTxtFly::InitAnchoredObjList()> 	 - remove wrong condition, introduced for optimization 2006/08/21 11:21:42 od 1.57.268.2: RESYNC: (1.57-1.58); FILE MERGED resolve merge conflict 2006/08/21 07:27:51 od 1.57.268.1: #i68520# - refactoring and performance improvement: 	   - new data structure for anchored object list 	   - usage of cache of <SwAnchoredObject> for bounding rectangle

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9adc73646da1584ac792b5748cb079b6b59c4bca]

        INTEGRATION: CWS swqbf81 (1.71.48); FILE MERGED 2006/08/21 11:10:53 od 1.71.48.2: RESYNC: (1.71-1.72); FILE MERGED 2006/08/21 07:35:44 od 1.71.48.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [5f7d95f4ec9cd5890140d146ad4f625469ba595d]

        INTEGRATION: CWS swqbf81 (1.15.4); FILE MERGED 2006/08/25 05:50:59 od 1.15.4.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [565a7a7d7fdcc8063bc46fc5499aa9668e171c64]

        INTEGRATION: CWS swqbf81 (1.75.224); FILE MERGED 2006/09/11 10:44:30 od 1.75.224.3: #i69335# method <SwFlyFrm::MakeObjPos()> 	 - add invalidation of object rectangle cache. 2006/08/21 11:06:11 od 1.75.224.2: RESYNC: (1.75-1.76); FILE MERGED 2006/08/21 07:35:44 od 1.75.224.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0c649c45353b1ada304dfc115bc051b13f1bb902]

        INTEGRATION: CWS swqbf81 (1.20.22); FILE MERGED 2006/08/21 11:06:26 od 1.20.22.2: RESYNC: (1.20-1.21); FILE MERGED 2006/08/21 07:35:44 od 1.20.22.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [14e7f91809f1ab304b23f5855da624bba7e2f827]

        INTEGRATION: CWS swqbf81 (1.16.38); FILE MERGED 2006/08/21 11:06:19 od 1.16.38.2: RESYNC: (1.16-1.17); FILE MERGED 2006/08/21 07:35:43 od 1.16.38.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [60840e513a25fb6a40add568ae27feed07281978]

        INTEGRATION: CWS swqbf81 (1.15.454); FILE MERGED 2006/08/21 07:35:43 od 1.15.454.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9cb0884500acaed2f07a209231930bcb39494133]

        INTEGRATION: CWS swqbf81 (1.46.18); FILE MERGED 2006/08/21 10:59:10 od 1.46.18.2: RESYNC: (1.46-1.47); FILE MERGED 2006/08/21 07:08:07 od 1.46.18.1: #i68520# - refactoring: adjustment for changed naming.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3a1e13b171dfd8680d87c8ef11c68e434355169d]

        INTEGRATION: CWS swqbf81 (1.30.20); FILE MERGED 2006/08/21 10:58:51 od 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2006/08/21 07:05:10 od 1.30.20.1: #i68520# - remove commented codelines

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [3b9af89673ed2b6ca7a4b521ed4a5564189fe8f6]

        INTEGRATION: CWS swqbf81 (1.50.32); FILE MERGED 2006/08/21 10:51:44 od 1.50.32.2: RESYNC: (1.50-1.51); FILE MERGED 2006/08/21 07:35:42 od 1.50.32.1: #i68520# - performance provement: 	   - introduce cache for bounding rectangle in class <SwAnchoredObject>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [05cb7f8471b2f247e1ee845ace98c38544602af1]

        INTEGRATION: CWS swqbf81 (1.1.2); FILE ADDED 2006/08/21 06:58:33 od 1.1.2.1: #i68520# - refactoring: new header file for enumeration <SwSurround>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [6e00b168d3156463ff561e0128c55a48d4780d1d]

        INTEGRATION: CWS swqbf81 (1.8.456); FILE MERGED 2006/08/21 07:00:29 od 1.8.456.1: #i68520# - refactoring: new header file for enumeration <SwSurround>

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [cf71aa496ca7e74a43131197e1f62608b473d453]

        INTEGRATION: CWS swqbf81 (1.19.210); FILE MERGED 2006/08/21 10:17:52 od 1.19.210.2: RESYNC: (1.19-1.20); FILE MERGED 2006/08/21 07:01:45 od 1.19.210.1: #i68520# - performance improvement: 	   - introduce cache for bounding rectangle of anchored objects 	     and implement usage of this cache.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [cb14166ec05241696b38068b449861a5f8649ac9]

        INTEGRATION: CWS swqbf81 (1.17.22); FILE MERGED 2006/08/21 10:07:10 od 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2006/08/21 07:01:45 od 1.17.22.1: #i68520# - performance improvement: 	   - introduce cache for bounding rectangle of anchored objects 	     and implement usage of this cache.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [9787f7963a85e462709277c94a05176550d6d9f9]

        INTEGRATION: CWS swqbf81 (1.10.212); FILE MERGED 2006/08/21 10:07:01 od 1.10.212.2: RESYNC: (1.10-1.11); FILE MERGED 2006/08/21 07:01:44 od 1.10.212.1: #i68520# - performance improvement: 	   - introduce cache for bounding rectangle of anchored objects 	     and implement usage of this cache.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [388f0638625f0852afbaa721a4aa60e44929b921]

        INTEGRATION: CWS vq35 (1.158.8); FILE MERGED 2006/08/12 01:16:21 vq 1.158.8.4: #i68312# Move/beautify gcc/g++ check. 2006/08/12 01:03:01 vq 1.158.8.3: #i68312# Fix gcc/g++ check. 2006/08/12 00:11:17 vq 1.158.8.2: #i68312# Add check for cygwin gcc/g++ to configure. 2006/08/10 23:18:21 vq 1.158.8.1: #i68312# Regenerate configure.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [fc77b0b2e58f576c4b75756a9e39f2aa1f0ba679]

        INTEGRATION: CWS vq35 (1.1.2); FILE ADDED 2006/08/10 20:00:22 vq 1.1.2.1: #i68312# Import guw sources.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [a2757d8085d62b8166e83e3392518b2ad3b820e3]

        INTEGRATION: CWS vq35 (1.1.2); FILE ADDED 2006/08/10 20:00:21 vq 1.1.2.1: #i68312# Import guw sources.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [409eefa70877701c692e32d73ac02538fd577316]

        INTEGRATION: CWS vq35 (1.112.8); FILE MERGED 2006/08/10 23:08:40 vq 1.112.8.1: #i68312# Build and use guw.exe.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [58458302b3227539ae190331c6488f70ef0cc31c]

        INTEGRATION: CWS vq35 (1.173.8); FILE MERGED 2006/08/12 01:16:22 vq 1.173.8.4: #i68312# Move/beautify gcc/g++ check. 2006/08/12 01:03:01 vq 1.173.8.3: #i68312# Fix gcc/g++ check. 2006/08/12 00:11:19 vq 1.173.8.2: #i68312# Add check for cygwin gcc/g++ to configure. 2006/08/10 23:08:39 vq 1.173.8.1: #i68312# Build and use guw.exe.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [afb4d6149f98a869914799836247f06af194cf87]

        INTEGRATION: CWS vq35 (1.17.20); FILE MERGED 2006/08/10 23:15:51 vq 1.17.20.2: #i68509# Use --enable-spawn for when building dmake on cygwin. 2006/08/10 23:08:39 vq 1.17.20.1: #i68312# Build and use guw.exe.

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [0429bc1856a6e4921366137af760305efdd42124]

        INTEGRATION: CWS adc15 (1.8.10); FILE MERGED 2006/09/14 13:31:05 np 1.8.10.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [26b929737ee21ac3c97fde03d531560fb6b02403]

        INTEGRATION: CWS adc15 (1.10.10); FILE MERGED 2006/09/12 17:20:06 np 1.10.10.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [92dded90475c8a0c5b76be5907e124161c45019e]

        INTEGRATION: CWS adc15 (1.5.14); FILE MERGED 2006/09/12 17:20:06 np 1.5.14.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [83e7489b6176c1c888e689a8a67f88f7d724685a]

        INTEGRATION: CWS adc15 (1.3.34); FILE MERGED 2006/09/12 17:20:06 np 1.3.34.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [43267cda58b464e9aceb485359f972ac7dcf112d]

        INTEGRATION: CWS adc15 (1.5.34); FILE MERGED 2006/09/12 17:20:06 np 1.5.34.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [37f92d29bec03c2863808484928fe6a297fe0614]

        INTEGRATION: CWS adc15 (1.6.10); FILE MERGED 2006/09/12 17:20:05 np 1.6.10.1: #i69082# fix problem with lost text in @see tags

2006-09-15  Oliver Bolte  <obo@openoffice.org>  [5a2f5e5187422e6db6507f37c34ac80d13828249]

        INTEGRATION: CWS adc15 (1.4.34); FILE MERGED 2006/09/12 17:20:05 np 1.4.34.1: #i69082# fix problem with lost text in @see tags

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [f3597ab55cf7b2313056353e89d90aa1e8d6fbc4]

        INTEGRATION: CWS jl45_SRC680 (1.11.142); FILE MERGED 2006/09/07 12:35:02 jl 1.11.142.1: #i69354 package manager pipe name did not match the pipe name used by office

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [16d37ad111f9216f48c3441c9f372f7b59b0afd4]

        INTEGRATION: CWS w98setup_SRC680 (1.11.4.1.2); FILE MERGED 2006/09/12 18:52:23 hro 1.11.4.1.2.1: #140828# Retireving keynames and section names does not work with GetProfile... on W9x

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [ce12d6eb3a13d01307bef4ef7de928e501f5e152]

        INTEGRATION: CWS w98setup_SRC680 (1.35.58.2.2); FILE MERGED 2006/09/12 09:13:17 is 1.35.58.2.2.1: #140828# making version.ini last file to patch

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [13d03ef67b01d0ae277bfaf0b1b08a2a8dbd4e25]

        INTEGRATION: CWS fwk50_SRC680 (1.68.48); FILE MERGED 2006/09/12 17:47:49 mav 1.68.48.1: #i69486# do not clear the global data when it is in use

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [31dbb0fb68ac679105be35c578e4a4f87ab6a103]

        INTEGRATION: CWS so20403_SRC680 (1.36.2); FILE MERGED 2006/09/07 07:13:37 ama 1.36.2.1: #i69334#: Vanishing header/footer

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [7646464955bae45d6796791a0857f1fe509fbfec]

        INTEGRATION: CWS sw20404_SRC680 (1.59.26); FILE MERGED 2006/09/11 11:08:23 od 1.59.26.1: #i69409# method <SwFlowFrm::MoveBwd(..)> 	 - check <pNewUpper>

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [48d4ea0a60b2a137f777dc762bbb3e0e00004081]

        INTEGRATION: CWS l10nfix204_SRC680 (1.2.4.1.4); FILE MERGED 2006/09/07 11:46:29 obr 1.2.4.1.4.1: #i69278# workaround for extensible groups not yet localizable

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [249d3fde07af7fbbe2264de806e4bb5ce1c81542]

        INTEGRATION: CWS l10nfix204_SRC680 (1.1.2); FILE ADDED 2006/09/07 11:46:29 obr 1.1.2.1: #i69278# workaround for extensible groups not yet localizable

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [683dd09afbf1a36cf963c57087427d0ceb9de96c]

        INTEGRATION: CWS l10nfix204_SRC680 (1.2.24); FILE MERGED 2006/09/07 11:46:29 obr 1.2.24.1: #i69278# workaround for extensible groups not yet localizable

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [d5d0fb1c77318ec9ace285c7ed3686819d4fb75c]

        INTEGRATION: CWS mac10test (1.3.10); FILE MERGED 2006/09/07 07:24:15 dbo 1.3.10.1: #i64672# fixing return values

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [0f675c668a961077aef1928db54b968d8c6bf90f]

        INTEGRATION: CWS mac10test (1.2.40); FILE MERGED 2006/09/07 07:24:14 dbo 1.2.40.1: #i64672# fixing return values

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [df10ef6a8899c70c1456db79a4e3c04c38bf7ce1]

        INTEGRATION: CWS mac10test (1.3.26); FILE MERGED 2006/09/07 07:24:14 dbo 1.3.26.1: #i64672# fixing return values

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [09b32aee88e5f20e4495e06182ccb66986eab47e]

        INTEGRATION: CWS misclic2_SRC680 (1.7.32.1.4); FILE MERGED 2006/09/08 09:15:46 mh 1.7.32.1.4.1: fixed breaks, #i68983#

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [31b6d7ee60c8d8baa167fc4e3d63646559d48d77]

        INTEGRATION: CWS misclic2_SRC680 (1.6.32.1.4); FILE MERGED 2006/09/07 10:58:40 mh 1.6.32.1.4.1: remove two breaks from license html, #i68983#

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [fedd2d2930f08b8d66c6fc677a756be3d0e3a312]

        INTEGRATION: CWS misclic2_SRC680 (1.6.32.1.4); FILE MERGED 2006/09/08 09:15:46 mh 1.6.32.1.4.1: fixed breaks, #i68983#

2006-09-13  Oliver Bolte  <obo@openoffice.org>  [4066ebeae9023ac58cdb3959e450b08f0d781691]

        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>  [0ee49b45e1acd8875d39180901ca9f290feeadeb]

        #100000# get rif of solaris warning

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [c4bfc902215b2728b729190efec183063cb2a14b]

        new version for SRC680

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [bbc5763d908a69002365c6d8aff390daafcf01ab]

        SRC680

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [24c96ce397cbe00bc9e56571c98bd35b371dd5cc]

        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>  [068425e207eccd9c97f154e4873f4c4307783199]

        INTEGRATION: CWS gsoc (1.146.2); FILE MERGED 2006/08/01 12:37:12 as 1.146.2.4: #i54847# set patch flag for new config schema TabBrowse.xcs 2006/07/25 07:53:03 as 1.146.2.3: RESYNC: (1.156-1.159); FILE MERGED 2006/05/29 07:44:36 as 1.146.2.2: RESYNC: (1.146-1.156); FILE MERGED 2006/04/18 08:28:06 as 1.146.2.1: #i54847# add TabBrowse.xcs to installation sets

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [e1d0da5872d33480d3e1a088610f1c13bd86a396]

        INTEGRATION: CWS gsoc (1.33.4); FILE MERGED 2006/07/25 07:35:19 as 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2005/09/20 11:55:48 as 1.33.4.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [7d75d358e0e71dd22cae4d9de28f4635de9b5357]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2005/09/20 09:45:14 as 1.1.2.1: #i54847# first revision of 'TabbedInterface' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1d194778adfe24452c73423b16c2fed7c7c748f8]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2005/09/20 09:45:27 as 1.1.2.1: #i54847# first revision of 'TabbedInterface' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [aa467f1016611dced44b9508a2fe653cc58bd6ab]

        INTEGRATION: CWS gsoc (1.9.4); FILE MERGED 2006/07/25 07:34:10 as 1.9.4.3: RESYNC: (1.10-1.11); FILE MERGED 2006/02/07 10:50:01 as 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/20 09:43:38 as 1.9.4.1: #i54847# first revision of 'TabbedInterface' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [38d53f71a2eb513323ff72b423563d9fbc2c4dd0]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2005/09/20 09:42:21 as 1.1.2.1: #i54847# first revision of 'TabbedInterface' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [f31f3b2ad85d73ebd9e5be4e9f778bdc7b48075a]

        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>  [d563ac66ae12353c2c25d154fc9f493df67b3b8b]

        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>  [e3d04c932932e0c8a21d3d4e781f5e94543d43c4]

        INTEGRATION: CWS gsoc (1.98.6); FILE MERGED 2006/07/25 07:30:53 as 1.98.6.4: RESYNC: (1.103-1.105); FILE MERGED 2006/05/29 07:25:28 as 1.98.6.3: RESYNC: (1.101-1.103); FILE MERGED resolve merge conflicts 2006/02/07 10:24:08 as 1.98.6.2: RESYNC: (1.98-1.101); FILE MERGED resolve merge conflicts 2005/09/20 10:22:35 as 1.98.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [e089e0056bf402ad8e3dd9cc0b6442c71ca0c620]

        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>  [7ca6ab1fb38e9f64840f57ab7ac9b1bd5240008c]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2006/07/31 09:42:11 as 1.1.2.2: make code warning free after resync 2005/09/20 09:41:30 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [57db8419016df1caf8d3a71fa2e71a114129a367]

        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>  [bcf6f3e8d6cef094d3e8bf25c285599ac16181fa]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2006/07/31 09:42:11 as 1.1.2.2: make code warning free after resync 2005/09/20 09:41:11 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [25b5afff40262d930fc6744eb5eb437c1f53d7c5]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2005/09/20 09:41:42 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [c6395310af620ad7a42e2bae29349f3f432b3a48]

        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>  [69a915c414819a790c53f62ebd552cf9e0cea11f]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2005/09/20 09:45:49 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [335edf6b9837107b04c6a8de3c01b651bbef008a]

        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>  [91ea5b199ae9f7f7e86b9ab2e271d82ec99a7a6d]

        INTEGRATION: CWS gsoc (1.21.6); FILE MERGED 2006/07/25 07:18:09 as 1.21.6.2: RESYNC: (1.21-1.23); FILE MERGED 2005/09/20 10:22:34 as 1.21.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [32c239b70d929b25319eb8fc82191419562b649c]

        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>  [f6a4aba2a0796485da0c9e24c27efd68b6f17d29]

        INTEGRATION: CWS gsoc (1.86.6); FILE MERGED 2006/07/25 07:16:00 as 1.86.6.5: RESYNC: (1.93-1.94); FILE MERGED 2006/05/29 07:22:47 as 1.86.6.4: RESYNC: (1.91-1.93); FILE MERGED 2006/03/30 08:50:44 as 1.86.6.3: RESYNC: (1.88-1.91); FILE MERGED 2006/02/07 10:16:06 as 1.86.6.2: RESYNC: (1.86-1.88); FILE MERGED 2005/09/20 10:22:32 as 1.86.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [f514760e173bc788dbdd3b09813d955004d28dd5]

        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>  [5c1a10a398a02074d3e773d671cd1d961977cc5d]

        INTEGRATION: CWS gsoc (1.32.6); FILE MERGED 2006/02/07 10:14:08 as 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED resolve merge conflicts 2005/09/20 10:22:31 as 1.32.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [bef485ca5ac4aa55e0a01f1acc7a642a6eab31d4]

        INTEGRATION: CWS gsoc (1.3.6); FILE MERGED 2006/02/07 10:13:56 as 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED resolve merge conflicts 2005/09/20 10:22:31 as 1.3.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [7df0557128f4d823c9eeb5d06051843b431c2e4f]

        INTEGRATION: CWS gsoc (1.15.6); FILE MERGED 2006/07/31 09:42:10 as 1.15.6.3: make code warning free after resync 2006/02/07 10:05:45 as 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED resolve merge conflicts 2005/09/20 10:22:29 as 1.15.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [a2d782a7e6c288a232aef30480314ab0c5c0e0ac]

        INTEGRATION: CWS gsoc (1.14.254); FILE MERGED 2006/07/31 09:42:10 as 1.14.254.3: make code warning free after resync 2006/07/25 07:02:52 as 1.14.254.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/20 10:22:28 as 1.14.254.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [a96343c200cb2f494c4166e06b35cf1d92289b08]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2006/07/31 09:42:10 as 1.1.2.2: make code warning free after resync 2005/09/20 09:38:47 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [db7d61577339df6d3a8c6b59d8c1221eb83ffadc]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2006/07/31 09:42:10 as 1.1.2.2: make code warning free after resync 2005/09/20 09:37:13 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [6c6b20cc7c8718e730cf431842daf8c75e37e371]

        INTEGRATION: CWS gsoc (1.1.2); FILE ADDED 2006/07/31 09:42:09 as 1.1.2.2: make code warning free after resync 2005/09/20 09:43:12 as 1.1.2.1: first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1e5241784c6b47e25c2d8d56a4fecc54997394ee]

        INTEGRATION: CWS gsoc (1.34.6); FILE MERGED 2006/07/25 06:54:54 as 1.34.6.3: RESYNC: (1.36-1.37); FILE MERGED 2006/03/30 08:49:28 as 1.34.6.2: RESYNC: (1.34-1.36); FILE MERGED 2005/09/20 10:22:27 as 1.34.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [73466a4e163ddf0abcef084e00923324c15ef1f6]

        INTEGRATION: CWS gsoc (1.9.6); FILE MERGED 2005/09/20 10:22:26 as 1.9.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [6f878cc9ba317f9234b44253d4360aaccfe2b0c3]

        INTEGRATION: CWS gsoc (1.36.6); FILE MERGED 2006/02/07 09:50:32 as 1.36.6.2: RESYNC: (1.36-1.38); FILE MERGED resolv merge conflicts 2005/09/20 10:22:26 as 1.36.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1052e9263c1b7a57951309bf55aa3c951c36199e]

        INTEGRATION: CWS pngperf (1.25.254); FILE MERGED 2006/08/14 19:14:43 hdu 1.25.254.2: RESYNC: (1.25-1.27); FILE MERGED 2006/07/13 05:15:56 sj 1.25.254.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [15e10536cf92e8c73e79a03a54225ecee3f5aa06]

        INTEGRATION: CWS pngperf (1.69.182); FILE MERGED 2006/08/14 19:11:38 hdu 1.69.182.5: RESYNC: (1.69-1.71); FILE MERGED 2006/07/14 14:26:55 sj 1.69.182.4: #i55174# added preview rendering (no longer creating gfxlink for previews) 2006/07/14 11:53:42 sj 1.69.182.3: #i55174# added preview rendering 2006/07/13 13:24:43 sj 1.69.182.2: #i5517 4# added preview rendering 2006/07/13 05:15:56 sj 1.69.182.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [8bdfe504ffdec856552282e32e327e7db4574d48]

        INTEGRATION: CWS gsoc (1.10.6); FILE MERGED 2006/05/29 07:17:04 as 1.10.6.3: RESYNC: (1.11-1.12); FILE MERGED 2006/02/07 09:50:12 as 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/20 10:22:25 as 1.10.6.1: #i54847# first revision of 'TabBrowse' feature

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [1341b5fb847f2a9631c4b7f7ad673c2bf07fd9fc]

        INTEGRATION: CWS pngperf (1.5.258); FILE MERGED 2006/08/14 19:01:59 hdu 1.5.258.3: RESYNC: (1.5-1.6); FILE MERGED 2006/07/14 11:53:11 sj 1.5.258.2: #i5517 4# added preview rendering 2006/07/13 05:15:03 sj 1.5.258.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [5864dacddb8bfa3477bf54ddd3f3bcefe75fa32e]

        INTEGRATION: CWS pngperf (1.9.188); FILE MERGED 2006/08/14 19:01:44 hdu 1.9.188.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/13 05:15:03 sj 1.9.188.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [6d91c6d55c526ae6b855a5c164ddc391030a998b]

        INTEGRATION: CWS pngperf (1.12.52); FILE MERGED 2006/08/14 19:01:28 hdu 1.12.52.2: RESYNC: (1.12-1.13); FILE MERGED 2006/07/13 05:15:03 sj 1.12.52.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [df5278648f749f2a3317d72e9c5dea0ea9de44db]

        INTEGRATION: CWS pngperf (1.8.186); FILE MERGED 2006/07/13 05:13:44 sj 1.8.186.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [401127ebcf9f0a9cf20468844278b51c95d66b63]

        INTEGRATION: CWS pngperf (1.8.38); FILE MERGED 2006/07/13 05:17:47 sj 1.8.38.1: #i55174# added preview rendering

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [d7400b014327e91cef440d46bff15cd51cbfb48a]

        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>  [c22564fc682535bc52c5c13c685015cf22968163]

        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>  [3c85c3bc2c2fe5e5d60438b127d99d5dc2248016]

        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>  [8430256209403b9c2c0a1b0c394b159debbf4f51]

        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>  [6c096c528c83966600b8e8e7095a4ec35ac67e2f]

        INTEGRATION: CWS native60_SRC680 (1.11.18); FILE MERGED 2006/08/29 09:38:28 is 1.11.18.1: #139642# windows patch wizard

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [22e202d25972c79e84945148bbebfdb9bea876f4]

        INTEGRATION: CWS native60_SRC680 (1.25.186); FILE MERGED 2006/08/28 16:42:24 is 1.25.186.1: #139642# more flexible xml for java installer

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [d7fccf031c93e46153d0a7e6d0f18c62155f8cda]

        INTEGRATION: CWS native60_SRC680 (1.52.64); FILE MERGED 2006/08/29 09:37:48 is 1.52.64.1: #139642# windows patch wizard

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [4dc598dd2792c78723af65e1810e9c591489ada1]

        INTEGRATION: CWS swredline01_SRC680 (1.59.64); FILE MERGED 2006/08/29 09:50:00 ama 1.59.64.1: #i69045#: Save of change tracking mode

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [df036b6b96ad66e13cadb9b96834e0fcd4c55893]

        INTEGRATION: CWS sw20402_SRC680 (1.90.132); FILE MERGED 2006/08/28 14:42:17 od 1.90.132.1: #i68958# method <_InsertCnt(..)> 	 - assure that information flags of text frame stay invalid after 	   calling method for accessibility events.

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [bc629fb281999240421fae67bdf77538ab8236a4]

        INTEGRATION: CWS sb61 (1.6.82); FILE MERGED 2006/08/30 15:24:26 sb 1.6.82.1: #i67191# Fixed spurious wakeup handling in osl_waitCondition.

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [aac93919b05dac5b2ef9fd464299dc4fff5d3682]

        INTEGRATION: CWS sw204_SRC680 (1.95.238); FILE MERGED 2006/08/25 14:06:47 od 1.95.238.1: #i68953# method <DrawGraphic(..)> 	 - load graphic direct during print

2006-09-08  Vladimir Glazounov  <vg@openoffice.org>  [6b0d6e5296692265c168934251d7cf1f848325e9]

        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>  [1da584925bc3291387f02ebf9b0b2a4333a1e66b]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [f5c6c22ce7c5a572d1264eba685c1c2d0af930c7]

        INTEGRATION: CWS fwk49_SRC680 (1.63.18); FILE MERGED 2006/08/30 11:48:06 cd 1.63.18.1: #i69089# Use old method to provide status indicator from WorkWindow. New implementation provided a status indicator which calls reschedule() more often and resulted in several reentrance problems (crashes).

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [bccbddcd472a04340ee401b97b2e12a75397fc4d]

        INTEGRATION: CWS cmcfixes26 (1.5.104); FILE MERGED 2006/08/11 14:25:51 cmc 1.5.104.1: #i63930# remove dead code

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [81c26d0749de3d0a708ef902d5eb52fe0b15c7a8]

        INTEGRATION: CWS cmcfixes26 (1.6.102); FILE MERGED 2006/08/11 14:26:25 cmc 1.6.102.1: #i63930# remove dead code

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [617e7127b609b26554b0eade19018ad99067a634]

        INTEGRATION: CWS impresscontext02_SRC680 (1.2.54); FILE MERGED 2006/09/06 13:33:28 cl 1.2.54.1: #i69329# fixed 'umlaute' for de locale in context menu

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [dfbd7eb3734936109769349ebd908258725c505f]

        INTEGRATION: CWS cmcfixes26 (1.4.96); FILE MERGED 2006/08/11 11:58:56 cmc 1.4.96.1: #i68383# evolution-data-server >= 1.7.91 bumped libebook lib version

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [617cc4b13b27515d61c002f126b2be354ee7e5b7]

        INTEGRATION: CWS opensymbol01 (1.1.2); FILE ADDED 2006/07/26 08:35:39 radekdoulik 1.1.2.1: Issue number:  59997 Submitted by:  radekdoulik Reviewed by:   radekdoulik fixed opensymbol font and added font source

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [153e4d9b9fe357bbf21f5fc2071080f59a6090e4]

        INTEGRATION: CWS testgfxcmp (1.14.216); FILE MERGED 2006/08/21 09:47:59 rt 1.14.216.2: #139644# Re-ordered new functions to match coding convention for this file (public funtion first, pribate one in extra section later on). 2006/08/18 09:58:22 lla 1.14.216.1: #139644# add save_attachment

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [01d8de738d613c16254a88f64150d6d088f243a0]

        INTEGRATION: CWS wordml02 (1.157.10); FILE MERGED 2006/07/31 19:28:13 sus 1.157.10.1: #i16350#, #i65441#, #i65442#, #i65447#, #i65456#, #i65457#, #i65465# adding wordml import patches

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [e05d94f55843699344fb0fdb23f73ba57159d738]

        INTEGRATION: CWS wordml02 (1.9.166); FILE MERGED 2006/07/31 19:11:36 sus 1.9.166.1: #i16350#, #i65441#, #i65442#, #i65447#, #i65456#, #i65457#, #i65465# combined patches for the wordml import

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [a055bb79f27a8a749571980f61c263a4d1bcbe75]

        INTEGRATION: CWS wordml02 (1.8.166); FILE MERGED 2006/07/31 19:11:36 sus 1.8.166.1: #i16350#, #i65441#, #i65442#, #i65447#, #i65456#, #i65457#, #i65465# combined patches for the wordml import

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [af9d642259c7b710ae155a7b585951c45a9375c8]

        INTEGRATION: CWS wordml02 (1.9.166); FILE MERGED 2006/07/31 18:53:40 sus 1.9.166.1: #i65456# Header/Footer patch

2006-09-07  Vladimir Glazounov  <vg@openoffice.org>  [3337187d653eb677f91c3c7be410615e5853070f]

        INTEGRATION: CWS wordml02 (1.10.166); FILE MERGED 2006/07/31 19:11:35 sus 1.10.166.1: #i16350#, #i65441#, #i65442#, #i65447#, #i65456#, #i65457#, #i65465# combined patches for the wordml import

2006-09-07  Rüdiger Timm  <rt@openoffice.org>  [603d4505f97af5b8f491817180e715803056daca]

        #i10000# Avoid 'empty zip file' warning when undelivering more than once.

2006-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [613c1b454de5d2e7201ab972831567da8de445f1]

        SRC680

2006-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [619735ccf32357aa314702d8d0c5161be0333aa8]

        #i10000# new configure

2006-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [ad1a5212ea6243fa6ab80be94801c44b3ba86685]

        INTEGRATION: CWS onlineupdate3b (1.2.26); FILE MERGED 2006/09/07 12:45:15 dv 1.2.26.2: #i69265# Added window event listener for better parent deleted detection 2006/09/07 08:46:06 dv 1.2.26.1: #i69265# Always delete bubble window

2006-09-07  Ivo Hinkelmann  <ihi@openoffice.org>  [6c5dda48e93a79cead72067d7778e95807ae0e6b]

        INTEGRATION: CWS onlineupdate3b (1.6.20); FILE MERGED 2006/09/06 15:04:06 sb 1.6.20.1: #i69336# Do not call front() on an empty std::vector.

2006-09-06  Ivo Hinkelmann  <ihi@openoffice.org>  [b5524b6108b1cbbd9eb85ff9e393affcfa20da99]

        #i10000# fix of the fix of int/uint

2006-09-06  Herbert Duerr  <hdu@openoffice.org>  [6dabce016b874b22462bae0cab17cb97da671be4]

        thou shalt not commit on HEAD => undo previous commits

2006-09-05  Ivo Hinkelmann  <ihi@openoffice.org>  [919af2faeaab384150f07c46f147f694b1654142]

        #i100000# comparision of signed/unsigned

2006-09-05  Ivo Hinkelmann  <ihi@openoffice.org>  [cf7c8fd134749702c13c44dad90ac32e2ca525bc]

        #i100000# comparision of signed/unsigned

2006-09-05  Herbert Duerr  <hdu@openoffice.org>  [9e6057f3ede4f61a4f26948fb582865c99eb8346]

        #135890# add sanity check for unitsPerEM

2006-09-05  Herbert Duerr  <hdu@openoffice.org>  [4656655ec11e7da4e491e49707ed51eaa41d103d]

        #i69264# debug warning about unusable file needs to be more verbose

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [98847eca71a7b5833f7ea3586121d10fefa6ec43]

        Remove unnecessary warning.

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [e6712630cd7535423ee600ffcc84a6a584ed66f8]

        INTEGRATION: CWS cmcfixes27 (1.12.24); FILE MERGED 2006/08/21 14:19:21 cmc 1.12.24.1: #i68790# reported requirement to build

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [4d57feac4e4aa2d087a3705641409da84e9cdd6e]

        INTEGRATION: CWS cmcfixes27 (1.4.104); FILE MERGED 2006/08/21 11:44:20 cmc 1.4.104.1: #i68705# fix memory leak

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [9bee8631d23771beb7fe129529db369c6876fa8d]

        INTEGRATION: CWS ause064 (1.12.102); FILE MERGED 2006/08/11 10:58:09 hjs 1.12.102.2: #i68534# fix historical nonsense 2006/08/11 10:07:15 hjs 1.12.102.1: #i68528# removed obsolete

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [125d2b1764632a2c46a5ff1a460227e8e8677fc7]

        INTEGRATION: CWS ause064 (1.25.4); FILE MERGED 2006/08/17 10:32:41 hjs 1.25.4.4: #i68528# missed to deliver libstdc++ 2006/08/14 12:38:37 hjs 1.25.4.3: #i68528# cleanup 2006/08/14 12:37:58 hjs 1.25.4.2: #i68528# gcc libs to solver 2006/08/11 10:07:15 hjs 1.25.4.1: #i68528# removed obsolete

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [9c631e301f47caeb62fb882c2bca667767a39f2b]

        INTEGRATION: CWS ause064 (1.4.8); FILE MERGED 2006/08/11 10:57:45 hjs 1.4.8.1: #i68528# not in SO build

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [b2b2fdb2ca8dd33855d49e6e6d2ffada68d83ae1]

        INTEGRATION: CWS ause064 (1.7.30); FILE MERGED 2006/08/11 10:47:02 hjs 1.7.30.1: #i68534# fix historical nonsense

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [74c734184339a620b14e8d07ee708267f5e56237]

        INTEGRATION: CWS ause064 (1.4.30); FILE MERGED 2006/08/14 12:37:15 hjs 1.4.30.2: #i68528# copy gcc libs happens too late for SO build 2006/08/11 10:07:36 hjs 1.4.30.1: #i68528# removed obsolete

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [cb0ce63c076799a2e756f37046d658ce3fac13f2]

        INTEGRATION: CWS ause064 (1.1.2); FILE ADDED 2006/08/11 10:48:49 hjs 1.1.2.1: #i68534# fix historical nonsense

2006-08-30  Rüdiger Timm  <rt@openoffice.org>  [71756f97f36287ec92cdc10700da2dba7cf5483f]

        #i10000# Changed acronym from 'es' to 'el' because former one is also used by module 'embedserv'.

2006-08-30  Ivo Hinkelmann  <ihi@openoffice.org>  [f2894a6d5f917671369ef6e574ccea8bc67fd287]

        SRC680

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [10d72aee7609875c5a64b7420c48a961ccfc678a]

        INTEGRATION: CWS ause065 (1.21.14); FILE MERGED 2006/08/16 16:41:40 hjs 1.21.14.1: #i68686# missing dependency

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c5fc1c9438af6d66850a89e23a045933646ba3de]

        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>  [027c527a18b97ac96738d65f38931ab37e148b30]

        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>  [442350aebae3cc0da582a5818e97b02d5e3deb4a]

        INTEGRATION: CWS rt16 (1.39.96); FILE MERGED 2006/08/09 14:40:57 rt 1.39.96.1: #i68214# Obsolete svx headers removed.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8177af9a4d75ecd04867d752b48b518e0cbd1ff6]

        INTEGRATION: CWS rt16 (1.14.8); FILE MERGED 2006/08/10 09:49:37 obr 1.14.8.1: #i68220# patch applied

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c539dd9a55983c31aa90a13794cdbc5520f2f13c]

        INTEGRATION: CWS rt16 (1.15.8); FILE MERGED 2006/08/10 09:55:15 obr 1.15.8.1: #i68156# deliver xml files from platform output tree

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [76f6f05a2a0c7795c9d7f0b0a8e01fae47ac4fc6]

        INTEGRATION: CWS rt16 (1.13.190); FILE MERGED 2006/08/07 12:14:42 rt 1.13.190.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [657ecd0af476de0845fbcc6e8ec7b63d564120cf]

        INTEGRATION: CWS rt16 (1.14.86); FILE MERGED 2006/08/07 12:14:42 rt 1.14.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e88dbd6a14cddb866486d6cf379f49e696c52559]

        INTEGRATION: CWS rt16 (1.16.86); FILE MERGED 2006/08/07 12:14:41 rt 1.16.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [490b0ed146e32ca4dbb2ad0faa02cdeaae182345]

        INTEGRATION: CWS rt16 (1.15.86); FILE MERGED 2006/08/07 12:14:41 rt 1.15.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a431442805cec75d8561f3a1ba34863d5dffa5b2]

        INTEGRATION: CWS rt16 (1.15.84); FILE MERGED 2006/08/07 12:14:41 rt 1.15.84.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3b8d8c5c6f0af7967aaff7e971e61519fcc16e79]

        INTEGRATION: CWS rt16 (1.12.86); FILE MERGED 2006/08/07 12:14:41 rt 1.12.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eb4337d1edec696e40cddd68b92fc244b6efb691]

        INTEGRATION: CWS rt16 (1.5.512); FILE MERGED 2006/08/07 12:14:40 rt 1.5.512.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [68604dc45ccaebd363303644b627f181458a9068]

        INTEGRATION: CWS rt16 (1.16.86); FILE MERGED 2006/08/07 12:14:40 rt 1.16.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [465c5768a3aadffc8f5488cda8727e00f6c065b4]

        INTEGRATION: CWS rt16 (1.9.86); FILE MERGED 2006/08/07 12:14:40 rt 1.9.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6e753cdddce2dad1124a676352beced7b3b0aef6]

        INTEGRATION: CWS rt16 (1.27.42); FILE MERGED 2006/08/07 12:14:40 rt 1.27.42.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0bcc03e0063fb648aa4e52920e72639a8bedcd27]

        INTEGRATION: CWS rt16 (1.49.20); FILE MERGED 2006/08/07 12:14:39 rt 1.49.20.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b99f399d900093a54f6c23100aaf695a17cf7059]

        INTEGRATION: CWS rt16 (1.53.20); FILE MERGED 2006/08/07 12:14:39 rt 1.53.20.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [92f8f701af75ee51f859028a6b0d1e668df78623]

        INTEGRATION: CWS rt16 (1.14.86); FILE MERGED 2006/08/07 12:14:39 rt 1.14.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [feb22394a6037bd2b2b10cd365229c3bd68bc9d2]

        INTEGRATION: CWS rt16 (1.22.86); FILE MERGED 2006/08/07 12:14:38 rt 1.22.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f18c953d4c831fc42e8caca5b7fdd5a2b1b8622a]

        INTEGRATION: CWS rt16 (1.11.86); FILE MERGED 2006/08/07 12:14:38 rt 1.11.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4147935dbf534c43096128faf7bb67701f44ab71]

        INTEGRATION: CWS rt16 (1.74.86); FILE MERGED 2006/08/07 12:14:38 rt 1.74.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f962596989f8a0749ead10fcd3547e6a0e7a300b]

        INTEGRATION: CWS rt16 (1.30.86); FILE MERGED 2006/08/07 12:14:38 rt 1.30.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f6ced6b8c9c787cdd22d0da41ecd8feac100bec4]

        INTEGRATION: CWS rt16 (1.19.322); FILE MERGED 2006/08/07 12:14:37 rt 1.19.322.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7fef49c3831a174412bd273274d8d05eedc08ff2]

        INTEGRATION: CWS rt16 (1.68.84); FILE MERGED 2006/08/07 12:14:37 rt 1.68.84.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [19a6ee892321e8cdf21d2279c142049775726d20]

        INTEGRATION: CWS rt16 (1.24.86); FILE MERGED 2006/08/07 12:14:37 rt 1.24.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d76bc5e7e4e5986095217482a64a091732645feb]

        INTEGRATION: CWS rt16 (1.28.86); FILE MERGED 2006/08/07 12:14:37 rt 1.28.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1b130fd330bbdc5d19c580ce2e544a0585408bcd]

        INTEGRATION: CWS rt16 (1.71.56); FILE MERGED 2006/08/07 12:14:36 rt 1.71.56.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0ed595af40e23526eeff505638200b92fd388136]

        INTEGRATION: CWS rt16 (1.35.86); FILE MERGED 2006/08/07 12:23:45 rt 1.35.86.2: #i68214# Remove empty file 2006/08/07 12:14:36 rt 1.35.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [fd9f8e9c5157e9298688468772dff30cc366d91b]

        INTEGRATION: CWS rt16 (1.25.86); FILE MERGED 2006/08/07 12:14:36 rt 1.25.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e61d0563ac331ee5be1495ca33e5a029fbd25ecb]

        INTEGRATION: CWS rt16 (1.21.86); FILE MERGED 2006/08/07 12:14:36 rt 1.21.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [56d3da3638650df483143d4eea9a2fe09ba28cab]

        INTEGRATION: CWS rt16 (1.79.86); FILE MERGED 2006/08/07 12:14:35 rt 1.79.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f8295fae6d138ec159cd2057a675b95a4fda2293]

        INTEGRATION: CWS rt16 (1.44.86); FILE MERGED 2006/08/07 12:14:35 rt 1.44.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1e82da93f2b76d2b58f5ff2b2c8130697b622c76]

        INTEGRATION: CWS rt16 (1.31.86); FILE MERGED 2006/08/07 12:14:35 rt 1.31.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9c84bf691dafa5b08ef9e898a07474b1849dd9b7]

        INTEGRATION: CWS rt16 (1.27.20); FILE MERGED 2006/08/07 12:14:35 rt 1.27.20.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5e2f98ca0a5ce047fd9071abe588697a78522c6a]

        INTEGRATION: CWS rt16 (1.64.86); FILE MERGED 2006/08/07 12:14:35 rt 1.64.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [75322bad14c386a36947a457f0450675923ef42c]

        INTEGRATION: CWS rt16 (1.10.86); FILE MERGED 2006/08/07 12:14:34 rt 1.10.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b69dae246129ae2c077f1625afdf3ed1ed5edf6c]

        INTEGRATION: CWS rt16 (1.7.86); FILE MERGED 2006/08/07 12:14:34 rt 1.7.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9a38f0a8689634c287ad40554873f6e750305ece]

        INTEGRATION: CWS rt16 (1.12.20); FILE MERGED 2006/08/07 12:14:34 rt 1.12.20.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [18324d1306354be44092c5de27e85cf58859a4b7]

        INTEGRATION: CWS rt16 (1.18.86); FILE MERGED 2006/08/07 12:14:34 rt 1.18.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f93d84969a9d1efb8fbe947da81f3cfdbb0b4dee]

        INTEGRATION: CWS rt16 (1.18.56); FILE MERGED 2006/08/07 12:14:34 rt 1.18.56.2: #i68214# Remove empty file 2006/08/07 08:42:31 rt 1.18.56.1: dialdll.cxx is obsolete.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9e2cfdd935e23b0a1083c819baa51a357ce6f9f0]

        INTEGRATION: CWS rt16 (1.26.512); FILE MERGED 2006/08/07 12:14:33 rt 1.26.512.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9a5fa3ee0ea300385b6f0b048d7e405ff9846f39]

        INTEGRATION: CWS rt16 (1.14.86); FILE MERGED 2006/08/07 12:14:32 rt 1.14.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [91c5070df37a8d73609f06a4e2532661e1bd1a7c]

        INTEGRATION: CWS rt16 (1.5.86); FILE MERGED 2006/08/07 12:14:32 rt 1.5.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [343529df34792f7c05bd9665148e2a3301b1f8ff]

        INTEGRATION: CWS rt16 (1.8.86); FILE MERGED 2006/08/07 12:14:32 rt 1.8.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2bf67ddd4e855b2cba81adf8e5a83c63a143e37a]

        INTEGRATION: CWS rt16 (1.23.20); FILE MERGED 2006/08/07 12:14:31 rt 1.23.20.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a975aea68962e8bdfef4d7a15bd6c43d9eba0dcc]

        INTEGRATION: CWS rt16 (1.14.86); FILE MERGED 2006/08/07 12:14:31 rt 1.14.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [05526fb4f9dbe8580d6008f74988e3ec7ab2f81c]

        INTEGRATION: CWS rt16 (1.25.86); FILE MERGED 2006/08/07 12:14:31 rt 1.25.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ede168462770dfa8f3eb25c0f639ac7e9a177336]

        INTEGRATION: CWS rt16 (1.10.86); FILE MERGED 2006/08/07 12:14:30 rt 1.10.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f2f615530816f603ee5e365f1df5b209e0456e6a]

        INTEGRATION: CWS rt16 (1.11.86); FILE MERGED 2006/08/07 12:14:30 rt 1.11.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [473f76bf53a13859932c84f7729686f0d09da1ee]

        INTEGRATION: CWS rt16 (1.5.86); FILE MERGED 2006/08/07 12:14:30 rt 1.5.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bdef38bb33f57f602499f7aa4f6aca3d1eb08ef1]

        INTEGRATION: CWS rt16 (1.37.86); FILE MERGED 2006/08/07 12:14:30 rt 1.37.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7c61c61c3d6b11f13b206ea57ac5cc56fae6e09f]

        INTEGRATION: CWS rt16 (1.20.86); FILE MERGED 2006/08/07 12:14:29 rt 1.20.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ebc64cff5b1767849ac1e554622cb0479258da87]

        INTEGRATION: CWS rt16 (1.18.86); FILE MERGED 2006/08/07 12:14:29 rt 1.18.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [aaf0c1fd8eb55404fe79f43c3cb41782d2f10ac6]

        INTEGRATION: CWS rt16 (1.12.86); FILE MERGED 2006/08/07 12:14:28 rt 1.12.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3cf4e9946cd2012d898f0effeb58decfa0d24c9f]

        INTEGRATION: CWS rt16 (1.4.512); FILE MERGED 2006/08/07 12:14:28 rt 1.4.512.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [23f1a3f12d725b8e8e44794ad885c5315796e3ef]

        INTEGRATION: CWS rt16 (1.65.88); FILE MERGED 2006/08/08 11:44:40 rt 1.65.88.1: #i68214#

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b5ab2b4c698429eee41ee55ac320236010a89554]

        INTEGRATION: CWS rt16 (1.41.88); FILE MERGED 2006/08/08 11:44:40 rt 1.41.88.1: #i68214#

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bdf33f0a2b4f0e260b8fd46eb1c3c7ae1ad01f28]

        INTEGRATION: CWS rt16 (1.37.88); FILE MERGED 2006/08/08 11:44:39 rt 1.37.88.1: #i68214#

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [feb3a673d0aa04c2fb293ef31e7ed946d6465932]

        INTEGRATION: CWS rt16 (1.3.88); FILE MERGED 2006/08/08 11:44:39 rt 1.3.88.1: #i68214#

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9433c5e9edf095ae0402fa997606dfd6d38fe449]

        INTEGRATION: CWS rt16 (1.6.88); FILE MERGED 2006/08/08 11:44:39 rt 1.6.88.1: #i68214#

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8ec251ea82bbc7d5072f149a26f1fdfb26f06be0]

        INTEGRATION: CWS rt16 (1.118.84); FILE MERGED 2006/08/08 10:44:04 rt 1.118.84.5: #i68214#, #i68165# svxifact.hxx is obsolete. 2006/08/07 12:16:47 rt 1.118.84.4: #i68214# Remove empty file 2006/08/07 12:14:28 rt 1.118.84.3: #i68214# Remove empty file 2006/08/07 08:49:41 rt 1.118.84.2: #i68165# Removed entries for non existing files. 2006/08/07 07:39:23 rt 1.118.84.1: #i68165# Removed entries for non existing files.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2c04c1d51008feeb93548de6adef2aa3cb9c3b93]

        INTEGRATION: CWS rt16 (1.12.86); FILE MERGED 2006/08/07 12:14:27 rt 1.12.86.1: #i68214# Remove empty file

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [afb2460db682696be9a16bc95ee44adaa097fc50]

        INTEGRATION: CWS rt16 (1.18.158); FILE MERGED 2006/08/11 09:14:11 rt 1.18.158.1: #i68214# Obsolete svx headers removed.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c27fdf806ef3f45ca0d77d6117961c59569e1c6c]

        INTEGRATION: CWS rt16 (1.20.734); FILE MERGED 2006/08/11 13:39:59 rt 1.20.734.1: Removed obsolete files.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7dd97067068a00ca7952d71a4e83b195527e7c69]

        INTEGRATION: CWS rt16 (1.34.26); FILE MERGED 2006/08/10 12:50:09 rt 1.34.26.1: #i68214# Obsolete svx headers removed.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8707bf2a75e7f1c722f2933b708d2d41c156d2dc]

        INTEGRATION: CWS rt16 (1.25.12); FILE MERGED 2006/08/08 12:17:09 rt 1.25.12.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9c8d10f968374b63c8e904566700ad67d747ad11]

        INTEGRATION: CWS rt16 (1.12.76); FILE MERGED 2006/08/08 12:17:09 rt 1.12.76.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3f9e3f9bb41df39b5d771c5c618e5c2a67efe062]

        INTEGRATION: CWS rt16 (1.10.180); FILE MERGED 2006/08/08 12:17:08 rt 1.10.180.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [47f6cae84da1372c27a6d9b4dd84023c69a18ca4]

        INTEGRATION: CWS rt16 (1.8.264); FILE MERGED 2006/08/08 12:17:08 rt 1.8.264.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bc1b4a5f0b6f3c0f18d63965e36b7df825e48b98]

        INTEGRATION: CWS rt16 (1.38.76); FILE MERGED 2006/08/08 12:17:08 rt 1.38.76.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [107688bc46c2f53de55548fc8da3c6a08340ecad]

        INTEGRATION: CWS rt16 (1.16.22); FILE MERGED 2006/08/08 12:17:07 rt 1.16.22.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a79cd43ee913e97dc8df823316efdf29ed30d180]

        INTEGRATION: CWS rt16 (1.28.198); FILE MERGED 2006/08/08 12:17:07 rt 1.28.198.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d37d6add43107179fb037261b56fbdcd57b23fcc]

        INTEGRATION: CWS rt16 (1.29.264); FILE MERGED 2006/08/08 12:17:07 rt 1.29.264.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [46c2ec84f40db6cd3fe9fdc312f4084afe7f7357]

        INTEGRATION: CWS rt16 (1.13.80); FILE MERGED 2006/08/08 12:17:07 rt 1.13.80.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3e52c9787dcbb931d722194c2e48b8344af1d59c]

        INTEGRATION: CWS rt16 (1.10.266); FILE MERGED 2006/08/08 12:17:06 rt 1.10.266.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [55af0ee002cd5d98f168b4c3940563dc25b9af0f]

        INTEGRATION: CWS rt16 (1.55.20); FILE MERGED 2006/08/08 12:17:06 rt 1.55.20.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [02d84cfe1144aa3a2ac74f649b72afc1f9aa4d0e]

        INTEGRATION: CWS rt16 (1.45.76); FILE MERGED 2006/08/08 12:17:06 rt 1.45.76.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bdcf8cdb74b64d40b8ff7db5d6f43b1030101211]

        INTEGRATION: CWS rt16 (1.78.22); FILE MERGED 2006/08/08 12:17:06 rt 1.78.22.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c361c7b165ef6997d5dd08d2e3d1d86e3454b058]

        INTEGRATION: CWS rt16 (1.11.182); FILE MERGED 2006/08/08 12:17:05 rt 1.11.182.1: #i68214# Obsolete svx headers removed

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9afd00f16bb8d296fc9a7f41be944ca50394595a]

        INTEGRATION: CWS rt16 (1.25.98); FILE MERGED 2006/08/08 12:33:54 rt 1.25.98.1: Clean up.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [28faefb111318d3820da0d68711eebfff6c4a9c8]

        INTEGRATION: CWS rt16 (1.14.206); FILE MERGED 2006/08/03 15:46:08 rt 1.14.206.1: #137260# Method 'milestone_removed' added for WSM script 'remove_minors'. Actually that scripts uses Cws.pm from R-Drive instead of this one, but I try to keep them in sync.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [63c4a388d995223b2f401e5d129f19a0a0eaa712]

        INTEGRATION: CWS rt16 (1.103.28); FILE MERGED 2006/08/04 09:03:04 rt 1.103.28.4: #i67364# Let 'deliver -delete' remove (empty) directories. 2006/08/04 08:28:55 rt 1.103.28.3: #i67364# Do not create directories on option '-delete'. 2006/08/04 07:53:25 rt 1.103.28.2: #i67364# Let 'deliver -delete' remove log files. 2006/08/04 07:33:21 rt 1.103.28.1: #i67364# Let 'deliver -delete' remove build.lst files, too.

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f6938c766925c7aef227b47703a41c9ae543c4b6]

        INTEGRATION: CWS hro08 (1.9.22); FILE MERGED 2006/08/21 14:33:03 hro 1.9.22.1: #i66850# Make Canonical path in osl_getFileStatus() not in osl_getDirectoryItem()

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f1394861f4d8ca3702b31f6f4cd4adfabb2379ee]

        INTEGRATION: CWS hro08 (1.19.8); FILE MERGED 2006/08/28 09:11:49 hro 1.19.8.1: #i64352# _wfopen does not work on Win9x with dynamically linked CRT

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5bcfe043e2a2a548351f53835d99cf360b67f491]

        INTEGRATION: CWS hro08 (1.24.10); FILE MERGED 2006/08/21 14:47:27 hro 1.24.10.1: #i31360# Set feedback attribute to false instead of empty string

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7e0b06407d32487738c8378a33f887397a173bf9]

        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>  [d66eeb6c16341e0ed4ebd47ff7dd09295896a7c5]

        INTEGRATION: CWS warningfixes03_SRC680 (1.114.20); FILE MERGED 2006/08/18 15:03:42 mhu 1.114.20.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0ace6c887840afbb73cb5c9cc3055691884c2614]

        INTEGRATION: CWS warningfixes03_SRC680 (1.6.86); FILE MERGED 2006/08/18 15:03:42 mhu 1.6.86.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d805e08cc67856e79d1433cd1985b79ab385cc31]

        INTEGRATION: CWS warningfixes03_SRC680 (1.40.86); FILE MERGED 2006/08/18 15:03:41 mhu 1.40.86.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a82e0c33f5af649afadb7ebcb5f432cbc72a26fa]

        INTEGRATION: CWS warningfixes03_SRC680 (1.52.46); FILE MERGED 2006/08/18 15:03:41 mhu 1.52.46.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [015abb56aeb5696d45d539ab50cf2edf554601ac]

        INTEGRATION: CWS warningfixes03_SRC680 (1.4.86); FILE MERGED 2006/08/18 15:03:41 mhu 1.4.86.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [31dcea376b42a78f88a50a2a2630be0f645ee218]

        INTEGRATION: CWS warningfixes03_SRC680 (1.73.8); FILE MERGED 2006/08/18 12:45:11 mhu 1.73.8.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0d891b07cb34e16bcdffc69777974927707861a0]

        INTEGRATION: CWS warningfixes03_SRC680 (1.50.10.1.2); FILE MERGED 2006/08/18 14:28:09 mhu 1.50.10.1.2.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [657b731e8f040e7274ebf51740871551cb69fd6e]

        INTEGRATION: CWS warningfixes03_SRC680 (1.8.16); FILE MERGED 2006/08/18 13:56:58 mhu 1.8.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8baa35a568be0d3898148b595a6c415d37a380b3]

        INTEGRATION: CWS warningfixes03_SRC680 (1.9.58); FILE MERGED 2006/08/18 13:56:57 mhu 1.9.58.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4f5bcf94dc32edfc60d017f1b4b580d9ef60c22e]

        INTEGRATION: CWS warningfixes03_SRC680 (1.63.16); FILE MERGED 2006/08/18 13:56:57 mhu 1.63.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5cf88fe4c98ffb99c2e3b07ae7916a698ffb3692]

        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>  [1a9f63f899d3da5fd0b9341f2aafe62976c049c7]

        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>  [050cc95908fbe567e1fbabac94f982b04534f728]

        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>  [90341a3a38dfddb4c23fa07d84d89d67ff6a093b]

        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>  [2a914c9100d4d7a328a6a8abe01f0155301e7aaf]

        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>  [c5a9632f720d5474d1d6739c8eaf019a837e1b16]

        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>  [4c4f226ee3b989510a751e35365b02f8e5f50db1]

        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>  [6c155298a0279bbb23e2a2292e11919dfd539014]

        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>  [1ff29ff89b89c8824a44bf682460a9533438884f]

        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>  [370101391426ca6c36c62d1b5296df99cb8d813a]

        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>  [c8bd21bf1768781c886bfac1157ed011c2f4ab7f]

        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>  [f8c96926621a2242793539c000129ff13ee58419]

        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>  [855e5f9e97d30a88656bcb3567de5c7a9da1be49]

        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>  [1cce4712ec8cb2b73b9240c354ab39012ee48c09]

        INTEGRATION: CWS warningfixes03_SRC680 (1.30.18); FILE MERGED 2006/08/18 15:01:51 mhu 1.30.18.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ae173b93f08653c517b2388891b9d19067c02983]

        INTEGRATION: CWS warningfixes03_SRC680 (1.39.6); FILE MERGED 2006/08/18 15:01:51 mhu 1.39.6.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [af4f08e48415918488aec3338e021dce3ccb03d3]

        INTEGRATION: CWS warningfixes03_SRC680 (1.15.28.1.2); FILE MERGED 2006/08/18 15:01:51 mhu 1.15.28.1.2.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [25347a5a540e80f59955aad3598e114276b28420]

        INTEGRATION: CWS warningfixes03_SRC680 (1.4.10); FILE MERGED 2006/08/18 15:01:51 mhu 1.4.10.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a1b4b4d605be9c943659762a01a958ea7c1b4763]

        INTEGRATION: CWS warningfixes03_SRC680 (1.8.50); FILE MERGED 2006/08/18 15:01:50 mhu 1.8.50.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d6c143fb31348ac6d7b1ea98990cf4be2aea2b30]

        INTEGRATION: CWS warningfixes03_SRC680 (1.4.50); FILE MERGED 2006/08/18 15:01:50 mhu 1.4.50.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b52c2e3bc17d2edf24d39426941302bcc4244d21]

        INTEGRATION: CWS warningfixes03_SRC680 (1.52.6); FILE MERGED 2006/08/18 15:01:50 mhu 1.52.6.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e7f9d50d892e453f32104c8d6900180482ce619d]

        INTEGRATION: CWS warningfixes03_SRC680 (1.85.16); FILE MERGED 2006/08/18 13:59:11 mhu 1.85.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2efeb77e5344439d0851f7cbecc828077bdf72f0]

        INTEGRATION: CWS warningfixes03_SRC680 (1.13.14); FILE MERGED 2006/08/18 13:59:11 mhu 1.13.14.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [72bf139366b14b17277444c2577934f987d4c544]

        INTEGRATION: CWS warningfixes03_SRC680 (1.11.14); FILE MERGED 2006/08/18 13:59:10 mhu 1.11.14.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eb9524ddd0cb2e51e0fc2213feab296c1771c301]

        INTEGRATION: CWS warningfixes03_SRC680 (1.3.14); FILE MERGED 2006/08/18 14:01:37 mhu 1.3.14.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6ba901209bb8f76518fa7d7a22b0307406c9f5b0]

        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>  [f6e45ca2d96c28afd7825fda701fb24496748622]

        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>  [d8c8bcf12ae7fc697ae20f1e0f0a396fe58ba781]

        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>  [734b0603565e7e23dd61fc01803cdf34f888c925]

        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>  [f71cf67e73334e323129d188988c78a30f80f92c]

        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>  [4eb43061f271100cd09b0cf9ec94536a9e306c06]

        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>  [a465d2bd341451e174666c4bd2eb37eba3b322a6]

        INTEGRATION: CWS warningfixes03_SRC680 (1.63.8); FILE MERGED 2006/08/18 15:05:26 mhu 1.63.8.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c3dc72d61ac74dfdbf0e4751c32504040790e5a3]

        INTEGRATION: CWS warningfixes03_SRC680 (1.35.4); FILE MERGED 2006/08/18 13:47:19 mhu 1.35.4.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [07cfbe5f344a377f788bc1bb2ca7ee46ee322cf4]

        INTEGRATION: CWS warningfixes03_SRC680 (1.27.4); FILE MERGED 2006/08/18 13:47:18 mhu 1.27.4.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6a00884d7376e90a9c06c8a64ecb025c282f3a02]

        INTEGRATION: CWS warningfixes03_SRC680 (1.17.16); FILE MERGED 2006/08/18 13:47:18 mhu 1.17.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [244cd15c49e81719b8ac98a7a75eb43c3afd70e4]

        INTEGRATION: CWS warningfixes03_SRC680 (1.13.6); FILE MERGED 2006/08/18 12:49:44 mhu 1.13.6.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7cf515898c3d35cdbc233623e95483497e97cf30]

        INTEGRATION: CWS warningfixes03_SRC680 (1.2.46); FILE MERGED 2006/08/18 12:42:27 mhu 1.2.46.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [99304d48354747140b408fc22eac1511d3d9c511]

        INTEGRATION: CWS warningfixes03_SRC680 (1.7.16); FILE MERGED 2006/08/18 14:16:26 mhu 1.7.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [28fa08003ea10f5bd7e45c9229d2ed53cacc623c]

        INTEGRATION: CWS warningfixes03_SRC680 (1.33.32); FILE MERGED 2006/08/18 14:16:26 mhu 1.33.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [72b6f7b3344bcc8737b44a6f03a8a3bfec53a3d1]

        INTEGRATION: CWS warningfixes03_SRC680 (1.31.16); FILE MERGED 2006/08/18 14:16:26 mhu 1.31.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a999ce3bf43b6903483c3ecadbe7277624bb9920]

        INTEGRATION: CWS warningfixes03_SRC680 (1.42.16); FILE MERGED 2006/08/18 14:16:25 mhu 1.42.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [cdcac635147f54c11c19b4ac3424f81f4169dff1]

        INTEGRATION: CWS warningfixes03_SRC680 (1.10.16); FILE MERGED 2006/08/18 14:16:25 mhu 1.10.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [36e60222b8d1f530e018df58fade1b5bb7ddd92a]

        INTEGRATION: CWS warningfixes03_SRC680 (1.20.16); FILE MERGED 2006/08/18 14:16:25 mhu 1.20.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3d5a7e6b9a3dd0fff65f488eab50cce19eef2a3e]

        INTEGRATION: CWS warningfixes03_SRC680 (1.6.158); FILE MERGED 2006/08/18 14:16:25 mhu 1.6.158.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [36a4ed038aafcb9cb50553d0756f1eb66534b04b]

        INTEGRATION: CWS warningfixes03_SRC680 (1.5.32); FILE MERGED 2006/08/18 14:16:25 mhu 1.5.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c57dc6da87acfdf7b8b6e3d8fee64ccf051de9d0]

        INTEGRATION: CWS warningfixes03_SRC680 (1.4.32); FILE MERGED 2006/08/18 14:16:25 mhu 1.4.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [04b41b3d4446a3d2f3a9f939782e1a3740461b30]

        INTEGRATION: CWS warningfixes03_SRC680 (1.23.32); FILE MERGED 2006/08/18 14:16:24 mhu 1.23.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c0e0d4f15c8643f1d47e44c3d11b77c9f9b88747]

        INTEGRATION: CWS warningfixes03_SRC680 (1.5.158); FILE MERGED 2006/08/18 14:16:24 mhu 1.5.158.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [052c7dab0a4b4b084aacf96c532f65ff68df0135]

        INTEGRATION: CWS warningfixes03_SRC680 (1.9.32); FILE MERGED 2006/08/18 14:16:24 mhu 1.9.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6646129839d2a20624c638d063a48a1eebfc8beb]

        INTEGRATION: CWS warningfixes03_SRC680 (1.3.32); FILE MERGED 2006/08/18 14:16:24 mhu 1.3.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [905bf129cfb19e414f0d7f4e920d1e3b9e77a484]

        INTEGRATION: CWS warningfixes03_SRC680 (1.6.32); FILE MERGED 2006/08/18 14:16:24 mhu 1.6.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e00e5a90b25616dedad7fe79d0bd712ee6f567ef]

        INTEGRATION: CWS warningfixes03_SRC680 (1.10.32); FILE MERGED 2006/08/18 14:16:24 mhu 1.10.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5f660ec28a8fcb72a95f0e071a0bc43ba73fae76]

        INTEGRATION: CWS warningfixes03_SRC680 (1.10.32); FILE MERGED 2006/08/18 14:16:23 mhu 1.10.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b0119c8520a18d6fe0030e8b09416157d6bd4deb]

        INTEGRATION: CWS warningfixes03_SRC680 (1.17.32); FILE MERGED 2006/08/18 14:16:23 mhu 1.17.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [f348b1ba9c1b1562248166c053e6a2c0872c373c]

        INTEGRATION: CWS warningfixes03_SRC680 (1.15.14); FILE MERGED 2006/08/18 14:16:23 mhu 1.15.14.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [043e2e06a7492c83d7bd42cca950c8ca50cbf0f5]

        INTEGRATION: CWS warningfixes03_SRC680 (1.10.30); FILE MERGED 2006/08/18 14:16:23 mhu 1.10.30.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b95c24ff6d8c30d5cc21db1a8b68ae400ce26038]

        INTEGRATION: CWS warningfixes03_SRC680 (1.106.14); FILE MERGED 2006/08/18 14:16:22 mhu 1.106.14.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [adb5a6b4aeae5f83c98bee31b603f975636b2b66]

        INTEGRATION: CWS warningfixes03_SRC680 (1.88.16); FILE MERGED 2006/08/18 14:16:22 mhu 1.88.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7341f759ba9b5d58ac61941179a6ca2a60924e22]

        INTEGRATION: CWS warningfixes03_SRC680 (1.10.32); FILE MERGED 2006/08/18 14:16:21 mhu 1.10.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [548d1565eb986ce453fce043309bde8e94fa9a0f]

        INTEGRATION: CWS warningfixes03_SRC680 (1.7.32); FILE MERGED 2006/08/18 14:16:21 mhu 1.7.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ab7f9bb880be5f9d1eec2379bbf043e7df1b60db]

        INTEGRATION: CWS warningfixes03_SRC680 (1.26.16); FILE MERGED 2006/08/18 14:16:21 mhu 1.26.16.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9b344fd796b93b40dec165965ab84f810c51d1ef]

        INTEGRATION: CWS warningfixes03_SRC680 (1.3.32); FILE MERGED 2006/08/18 14:16:21 mhu 1.3.32.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [be32b321166ea7cda8a810f07c331ecc3b1d1e51]

        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>  [57b222488a1a56af07dbe457eceb729ce78d8d1a]

        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>  [a4f803459697ebb8e9e7ea3a4ab19e820e3682cf]

        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>  [dc63456e0926cdb60c38654bc531e7303af4d739]

        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-29  Ivo Hinkelmann  <ihi@openoffice.org>  [eaf13dcc6c17b0eb35e5a8b29c37dab3b84ca10b]

        INTEGRATION: CWS warningfixes03_SRC680 (1.5.54); FILE MERGED 2006/08/18 14:23:02 mhu 1.5.54.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6cdb8880f16ef1341decef3b037153508920da50]

        INTEGRATION: CWS warningfixes03_SRC680 (1.14.54); FILE MERGED 2006/08/18 14:23:02 mhu 1.14.54.1: #i68745# Fixed GCC 4.0.x warning(s).

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [faf38117588b75ecbc129f2d3332a6dd618b07c5]

        INTEGRATION: CWS ause064 (1.112.6); FILE MERGED 2006/08/11 12:11:25 hjs 1.112.6.1: #i68537# move GCCINSTLIB to unitools.mk

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e309c351394b1927701eb2dc33aa5eb03c6508da]

        INTEGRATION: CWS ause064 (1.46.76); FILE MERGED 2006/08/11 12:10:31 hjs 1.46.76.1: #i68537# define GCCINSTLIB

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [76d83bf5767a083913ba43e68ae70a7b619d05ca]

        INTEGRATION: CWS dba205a (1.72.164); FILE MERGED 2006/07/21 13:33:43 fs 1.72.164.1: #i67662# bring VerticalAlignment to the UI

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6e0322837c80084b8979d252ec7f0fd919ef080e]

        INTEGRATION: CWS dba205a (1.36.78); FILE MERGED 2006/07/31 10:57:25 oj 1.36.78.2: RESYNC: (1.36-1.37); FILE MERGED 2006/07/21 13:33:43 fs 1.36.78.1: #i67662# bring VerticalAlignment to the UI

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [374b5c969204e3ecb807ceb14db536c4801dabde]

        INTEGRATION: CWS dba205a (1.1.2); FILE ADDED 2006/07/24 13:57:24 fs 1.1.2.1: #i67720# no localized resources if they're not part of the product

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [da3666b0422034b4a83494383cd951af66c31049]

        INTEGRATION: CWS dba205a (1.1.2); FILE ADDED 2006/07/24 13:57:23 fs 1.1.2.1: #i67720# no localized resources if they're not part of the product

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [292b444f07e2ccf0939c6a409f8470a619a6a19b]

        INTEGRATION: CWS dba205a (1.2.72); FILE MERGED 2006/07/24 13:57:23 fs 1.2.72.1: #i67720# no localized resources if they're not part of the product

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [71ddf105971be08d86d5828f853af3356dfa6b02]

        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>  [8bde35861202f765ea838dd570780398e9def4da]

        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>  [edfd6342f89921c5398e1dd9b90e3119dc2a2692]

        INTEGRATION: CWS dba205a (1.80.50); FILE MERGED 2006/07/25 11:25:13 fs 1.80.50.1: #i67147# CallScript/CallStarBasicScript: removed unnecessary argument, changed _pArguments to const void*

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [fcf1eca99213ac4dc7a895edff39905c670b7eca]

        INTEGRATION: CWS dba205a (1.72.10); FILE MERGED 2006/07/25 06:59:25 fs 1.72.10.1: #i67724# STR_WARNINGS_DURING_CONNECT: no hard-coded 'More' text, but determined at runtime

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [78f6f6fd481e001bc61afab203d190fade24831f]

        INTEGRATION: CWS dba205a (1.9.10); FILE MERGED 2006/07/25 06:59:24 fs 1.9.10.1: #i67724# STR_WARNINGS_DURING_CONNECT: no hard-coded 'More' text, but determined at runtime

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e5e14f273c327d6c9fbe7cc5c7264b9e5249d65c]

        INTEGRATION: CWS dba205a (1.17.12); FILE MERGED 2006/07/31 08:10:51 oj 1.17.12.1: #i64766# fix for parameter index when using a rowset

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [135ec0efb312ccf1a10b3a17d33b726eb32df920]

        INTEGRATION: CWS dba205a (1.25.12); FILE MERGED 2006/07/31 09:12:10 oj 1.25.12.1: #i53579# set correct text encoding

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [40976820b9cb5d1e0fdf47a79cf950fcca14e168]

        INTEGRATION: CWS dba205a (1.33.10); FILE MERGED 2006/07/31 08:10:50 oj 1.33.10.1: #i64766# fix for parameter index when using a rowset

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b2609e4f0f4bddc498c22fbe1f235a98f24678a4]

        INTEGRATION: CWS dba205a (1.10.10); FILE MERGED 2006/08/22 07:13:11 oj 1.10.10.2: compile error 2006/08/22 07:09:52 oj 1.10.10.1: #i67014# correct table name

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [66399831a7998def97c1c98b4316dd876e06a73f]

        INTEGRATION: CWS dba205a (1.8.106); FILE MERGED 2006/07/27 07:18:54 fs 1.8.106.1: during #i66049#: remove unnecessary Execute version

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [99f4267876443c45ea95694024523224d347ffad]

        INTEGRATION: CWS dba205a (1.29.6); FILE MERGED 2006/08/22 07:09:52 oj 1.29.6.1: #i67014# correct table name

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7648ea0e1ce11fb248f7b61e7423f99541be6701]

        INTEGRATION: CWS dba205a (1.18.12); FILE MERGED 2006/07/27 07:19:47 fs 1.18.12.1: #i66049# when loading an existing document, do this asynchronously, and use the Desktop's frame loader

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [d75e7e838a94fa57549cc1910a55754a41c8b6cb]

        INTEGRATION: CWS dba205a (1.176.10); FILE MERGED 2006/07/20 07:58:29 fs 1.176.10.2: #i66339# corrected assertion 2006/07/20 07:43:03 fs 1.176.10.1: #i66339# corrected assertion

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [e7fcdf4f9ed5b2af9c5ecb7e49cf9663c9d72be9]

        INTEGRATION: CWS dba205a (1.9.14); FILE MERGED 2006/07/28 13:03:09 oj 1.9.14.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [71f43192155d31ecb749e534e50064527a03e813]

        INTEGRATION: CWS dba205a (1.14.12); FILE MERGED 2006/07/28 13:03:09 oj 1.14.12.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [20ad74f3db1aa7c2037a869daeea73dd7303a36e]

        INTEGRATION: CWS dba205a (1.11.106); FILE MERGED 2006/07/28 13:03:08 oj 1.11.106.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [939f61cf3d25cec0ac33d180d6c3f2bd47a8d057]

        INTEGRATION: CWS dba205a (1.17.12); FILE MERGED 2006/07/28 13:03:08 oj 1.17.12.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [43c63cbf0736c12e96eb4bf5ec533d89a2910426]

        INTEGRATION: CWS dba205a (1.9.14); FILE MERGED 2006/07/28 13:03:08 oj 1.9.14.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5e41fcf2d5e2c11144872f9380a0e890f0dbe82b]

        INTEGRATION: CWS dba205a (1.14.10); FILE MERGED 2006/07/28 13:03:08 oj 1.14.10.2: #i67014# replaceElement now uses the correct name for table/view 2006/07/27 12:28:37 oj 1.14.10.1: #i41826# check for schema was missing

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7bf4f9f9c0128764e9df7e4e89f4dec269903e6a]

        INTEGRATION: CWS dba205a (1.16.10); FILE MERGED 2006/07/31 09:24:23 oj 1.16.10.1: #i67549 # ensure that a connection exists

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [9bcc234dbd69e2029771a5e51d8a74775b011d29]

        INTEGRATION: CWS dba205a (1.31.10); FILE MERGED 2006/08/22 07:09:51 oj 1.31.10.2: #i67014# correct table name 2006/07/28 13:03:08 oj 1.31.10.1: #i67014# replaceElement now uses the correct name for table/view

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [f5ce2b4d0ee1837dcc32ac2c8101292824b2ced7]

        INTEGRATION: CWS dba205a (1.20.14); FILE MERGED 2006/07/31 10:52:27 oj 1.20.14.2: RESYNC: (1.20-1.21); FILE MERGED 2006/07/27 07:20:02 fs 1.20.14.1: corrected assertion text

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [4e9e1bab9d397be88482a6bda68adecdd3a982f8]

        INTEGRATION: CWS dba205a (1.145.10); FILE MERGED 2006/07/26 10:41:52 fs 1.145.10.2: corrected assertion text 2006/07/24 12:21:02 fs 1.145.10.1: #i67453# when extending an error message, caught during execution, with own information, don't allow for secondary exceptions to slip to the caller

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [0da9fccfc3f00f81d1dcbe5239b178996df709ce]

        INTEGRATION: CWS dba205a (1.17.40); FILE MERGED 2006/07/10 11:11:07 fs 1.17.40.1: #i60604# impl_toggleScriptManager_nothrow

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [933be92806a741311d4a6dd905b445044dfeb042]

        INTEGRATION: CWS dba205a (1.12.40); FILE MERGED 2006/07/25 11:23:39 fs 1.12.40.1: in preparation of #o67147# and #65420#: outsourced the scripting handling to a dedicated instance

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [71cf70d2dab719e06b8e8631a42ddbca1dacfc79]

        INTEGRATION: CWS dba205a (1.1.2); FILE ADDED 2006/07/25 13:01:38 fs 1.1.2.2: #i65420# ::rtl::Reference instead of shared_ptr 2006/07/25 11:22:36 fs 1.1.2.1: helper for handling the scripting needs in a form

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [0185e6c617bceef84bbdacf651d0a3390fb53e07]

        INTEGRATION: CWS dba205a (1.23.4); FILE MERGED 2006/07/20 11:03:14 fs 1.23.4.1: #i67383# make placeholders in the parser's error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [d6302781c3dbbf1b73c58050e89889d17e34f437]

        INTEGRATION: CWS dba205a (1.26.466); FILE MERGED 2006/07/25 11:25:42 fs 1.26.466.1: in preparation of #o67147# and #65420#: added fmscriptingenv

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [edfb99962836f3960e150b084ffa5bbf128f8704]

        INTEGRATION: CWS dba205a (1.35.40); FILE MERGED 2006/07/25 11:23:52 fs 1.35.40.1: in preparation of #o67147# and #65420#: outsourced the scripting handling to a dedicated instance

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [70c7cb7ce8fb1a33989287d56a0af7fce1b8fa42]

        INTEGRATION: CWS dba205a (1.67.4); FILE MERGED 2006/07/20 11:02:56 fs 1.67.4.1: #i67383# make placeholders in the error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [eae0f62d3f3d1c7b8882b3da9fcfc1cdd094c40b]

        INTEGRATION: CWS dba205a (1.1.2); FILE ADDED 2006/08/01 10:47:55 oj 1.1.2.3: add throw() 2006/07/25 13:02:47 fs 1.1.2.2: #i65420# fire events asynchronously, if possible 2006/07/25 11:22:50 fs 1.1.2.1: helper for handling the scripting needs in a form

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c83e5fdb25d4a8e350b9f6d3d78ad747cb3ff87f]

        INTEGRATION: CWS dba205a (1.6.4); FILE MERGED 2006/07/20 11:02:56 fs 1.6.4.1: #i67383# make placeholders in the error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [afc1f5753ed95eb019a487a68d1144e9b4926172]

        INTEGRATION: CWS dba205a (1.3.468); FILE MERGED 2006/07/25 14:01:19 fs 1.3.468.2: merging changes from dba204b herein 2006/07/20 11:55:33 fs 1.3.468.1: no tabs

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b9f02e382dbba261d97787686576362a919b3ea1]

        INTEGRATION: CWS dba205a (1.49.38); FILE MERGED 2006/07/25 14:01:19 fs 1.49.38.4: merging changes from dba204b herein 2006/07/19 13:05:13 fs 1.49.38.3: #i10000# 2006/07/19 09:24:39 fs 1.49.38.2: RESYNC: (1.49-1.50); FILE MERGED 2006/07/10 11:11:33 fs 1.49.38.1: #i60604# impl_toggleScriptManager_nothrow

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5a9ace0554b46e9e4dbc2d3e177b7124dcdf7f74]

        INTEGRATION: CWS dba205a (1.3.160); FILE MERGED 2006/07/24 08:39:34 fs 1.3.160.1: #i65567#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [2a01fc87c15095032bc88f16d04efcef9a59627b]

        INTEGRATION: CWS dba205a (1.34.6); FILE MERGED 2006/07/21 12:35:03 fs 1.34.6.1: #i63286# +XToggleButton

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5c32829bce02b4a686be20d6d415d2d5b8e94402]

        INTEGRATION: CWS dba205a (1.1.2); FILE ADDED 2006/07/21 12:34:21 fs 1.1.2.1: #i63286#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [1af640070d6d0b1f52ca896a4e3b8f40e2ecf9a9]

        INTEGRATION: CWS dba205a (1.11.14); FILE MERGED 2006/07/24 08:54:49 fs 1.11.14.1: #i65567# +getCurrentFormComponentValue

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6c22c9801f429b384e1d66aa2705791cd6512174]

        INTEGRATION: CWS dba205a (1.15.14); FILE MERGED 2006/07/24 08:55:02 fs 1.15.14.1: #i65567# +getCurrentFormComponentValue

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c1509fd921734446fc2438723082d496d74c8cad]

        INTEGRATION: CWS dba205a (1.46.6); FILE MERGED 2006/07/31 10:51:43 oj 1.46.6.3: RESYNC: (1.46-1.47); FILE MERGED 2006/07/24 08:55:02 fs 1.46.6.2: #i65567# +getCurrentFormComponentValue 2006/07/21 14:29:06 fs 1.46.6.1: .

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [bce2ea568acf605b4e1946322487258ba4098c6c]

        INTEGRATION: CWS dba205a (1.49.12); FILE MERGED 2006/07/24 08:54:54 fs 1.49.12.2: #i65567# +getCurrentFormComponentValue 2006/07/21 14:32:11 fs 1.49.12.1: #i65567# getCurrentValue: return the control value if there's no validator

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [0f88b26ae22e836bb785b5debe861a83426f5dae]

        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>  [78f83e239acbfb6b907ff36408dd0ba3941d7d14]

        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>  [988bf5f719ae681dc57a3efc658511f2ad8db674]

        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>  [62c6174a94e758b18226aeb442052ceb65cdfd16]

        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>  [39709efc5372c958f418565df0c6fc77eaad27ae]

        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>  [50c100dac8d49323d3701af37a8f61a9cc677472]

        INTEGRATION: CWS dba205a (1.48.10); FILE MERGED 2006/07/26 10:25:33 fs 1.48.10.2: #i66596# getTableNode: add forgotten case table_ref := table_node 2006/07/20 11:00:18 fs 1.48.10.1: #i67383# make placeholders in the error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7f0f0cdaf749272933883f8b2f0bf9ca6fd91192]

        INTEGRATION: CWS dba205a (1.54.6); FILE MERGED 2006/07/20 10:58:58 fs 1.54.6.1: #i67383# make placeholders in the error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [3f2a08465e30eca0fa55e9597686ea88f4c58097]

        INTEGRATION: CWS dba205a (1.4.18); FILE MERGED 2006/07/28 13:07:42 oj 1.4.18.1: #i67014# rename view for mysql impl

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [2b9f88cbfaeb62bf243e6808a86b08821628380b]

        INTEGRATION: CWS dba205a (1.8.10); FILE MERGED 2006/07/28 13:07:41 oj 1.8.10.1: #i67014# rename view for mysql impl

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [a331ce81de5a749cb81a0e948be2341c1c8bffc2]

        INTEGRATION: CWS dba205a (1.5.10); FILE MERGED 2006/07/20 09:20:41 fs 1.5.10.1: #i66361#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [6d9e574d4837e76c0955c7e771ac15242e87a648]

        INTEGRATION: CWS dba205a (1.4.16); FILE MERGED 2006/07/20 09:20:41 fs 1.4.16.1: #i66361#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [37b78fba23db20eddf5c08420418e3f5b13421f1]

        INTEGRATION: CWS dba205a (1.5.10); FILE MERGED 2006/07/31 10:53:20 oj 1.5.10.2: RESYNC: (1.5-1.7); FILE MERGED 2006/07/27 09:59:53 fs 1.5.10.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b2fbd39956b0523cdcbea024fe633fb97becdbf7]

        INTEGRATION: CWS dba205a (1.4.20); FILE MERGED 2006/07/27 09:59:53 fs 1.4.20.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [3a3cb4ac2deb84f234b1c30dc1e799c2f4881a1f]

        INTEGRATION: CWS dba205a (1.4.72); FILE MERGED 2006/07/27 09:59:53 fs 1.4.72.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [2287794fc95111f35e5e5ff169f3195e4b4a6a41]

        INTEGRATION: CWS dba205a (1.3.132); FILE MERGED 2006/07/27 09:59:52 fs 1.3.132.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b72aeb5f5b4afad7914f4f34ee1bb2c398ded1e9]

        INTEGRATION: CWS dba205a (1.4.72); FILE MERGED 2006/07/27 09:59:52 fs 1.4.72.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [eb1d3df2e408af0b321eed8b380152ec036712f6]

        INTEGRATION: CWS dba205a (1.6.72); FILE MERGED 2006/07/27 09:59:52 fs 1.6.72.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [7289230b546da5a424b1517745cad97942c68cba]

        INTEGRATION: CWS dba205a (1.5.20); FILE MERGED 2006/07/27 09:59:52 fs 1.5.20.1: warning-free code (in preparation of #i55701#

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [bc8adf5ebb58219612993dd789257f79df047ba9]

        INTEGRATION: CWS dba205a (1.5.10); FILE MERGED 2006/07/28 13:07:41 oj 1.5.10.1: #i67014# rename view for mysql impl

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [82ca67693c21fa09f0c139c8a2af785d3afd2ed6]

        INTEGRATION: CWS dba205a (1.3.132); FILE MERGED 2006/07/28 13:07:41 oj 1.3.132.1: #i67014# rename view for mysql impl

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [17dc7cfb7fdaae9ca3875c60ace187b1efc9d11a]

        INTEGRATION: CWS dba205a (1.4.10); FILE MERGED 2006/07/20 10:58:00 fs 1.4.10.1: #i67383# make placeholders in the error strings unique / remove unused error strings

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [31361c08ed19a0cc0e632ed6b7f5587cd0456c64]

        INTEGRATION: CWS fwk47_SRC680 (1.34.14.1.4); FILE MERGED 2006/08/25 09:48:56 mav 1.34.14.1.4.1: #i68931# allow to rewrite the target template on storing if it is user template

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [fb6c5ad64cf67d727e18cdd1272198b1ee57e809]

        INTEGRATION: CWS nowerror01 (1.113.2); FILE MERGED 2006/08/22 11:02:13 fridrich_strba 1.113.2.1: Issue number:  67671 Submitted by:  fridrich_strba Reviewed by:   rene Make warning != error default for configure builds

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5efd3122e35ee4798c6eaf3555e0254d438c94e8]

        INTEGRATION: CWS nowerror01 (1.174.2); FILE MERGED 2006/08/22 11:34:50 fridrich_strba 1.174.2.2: Issue number:  67671 Submitted by:  fridrich_strba Reviewed by:   n/a Remedy to rene's pickyness 2006/08/22 11:02:12 fridrich_strba 1.174.2.1: Issue number:  67671 Submitted by:  fridrich_strba Reviewed by:   rene Make warning != error default for configure builds

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [c807cf431d2e1179e8b7d9515aa4c7842a8e5489]

        INTEGRATION: CWS nowerror01 (1.159.2); FILE MERGED 2006/08/22 11:34:49 fridrich_strba 1.159.2.2: Issue number:  67671 Submitted by:  fridrich_strba Reviewed by:   n/a Remedy to rene's pickyness 2006/08/22 11:02:12 fridrich_strba 1.159.2.1: Issue number:  67671 Submitted by:  fridrich_strba Reviewed by:   rene Make warning != error default for configure builds

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [b46b91034a2b4d344224c41a933af3d3208e0719]

        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-28  Ivo Hinkelmann  <ihi@openoffice.org>  [561486d0a3a64a47a750b24c3d43e2dd3c389fc0]

        INTEGRATION: CWS unowinregcross2_SRC680 (1.5.8); FILE MERGED 2006/08/21 11:02:14 rene 1.5.8.2: thinko 2006/08/21 10:35:19 rene 1.5.8.1: #i68813# fix build with sun/blackdown Java

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [049f57b872a6649c4e9d7febf507b77585cf4326]

        INTEGRATION: CWS socsprod_SRC680 (1.3.354); FILE MERGED 2006/07/06 16:25:50 is 1.3.354.1: #137700# pdf converter detects office

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [fc0b2411a7121d507df5491b6d16eb386cd0c605]

        INTEGRATION: CWS socsprod_SRC680 (1.18.120); FILE MERGED 2006/07/19 12:17:55 is 1.18.120.1: #137700# silent mode for pdf converter

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [a1620c103ba6b7341e2f5b5c202bbb6c23f3bd1a]

        INTEGRATION: CWS socsprod_SRC680 (1.34.64); FILE MERGED 2006/08/15 15:56:04 abi 1.34.64.2: RESYNC: (1.34-1.35.58.1); FILE MERGED 2006/07/07 13:11:07 is 1.34.64.1: #137700# pdfconverter setup for Linux

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [5254fb7ffd315aa0797889397039c186c095eb8b]

        INTEGRATION: CWS socsprod_SRC680 (1.49.86); FILE MERGED 2006/08/15 15:55:16 abi 1.49.86.2: RESYNC: (1.49-1.52); FILE MERGED 2006/07/04 14:46:35 is 1.49.86.1: #137700# pdf converter product

2006-08-28  Ivo Hinkelmann  <ihi@openoffice.org>  [55566268b29526888826774c25bbfa6ea0cbb051]

        INTEGRATION: CWS socsprod_SRC680 (1.64.68); FILE MERGED 2006/08/15 15:54:43 abi 1.64.68.3: RESYNC: (1.64-1.67); FILE MERGED 2006/07/06 16:25:49 is 1.64.68.2: #137700# pdf converter detects office 2006/07/04 14:46:35 is 1.64.68.1: #137700# pdf converter product

2006-08-25  Ocke Janssen  <oj@openoffice.org>  [e88cc064104cc11a96d574492a22bf38a1cc3491]

        #i68935# member init not in correct order

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [a95e91a52e1fe23a647a37ea2a6a66dc3a59653e]

        INTEGRATION: CWS tl27 (1.96.14); FILE MERGED 2006/08/21 10:35:15 tl 1.96.14.1: #i68743# use box format instead of table format now

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [46f841c438784f8c7f3c3195ca0fba305a2fee43]

        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>  [cbee3f090b8f8cde5121dff00c413952d629730a]

        INTEGRATION: CWS sb56 (1.86.4); FILE MERGED 2006/07/25 08:40:10 sb 1.86.4.2: RESYNC: (1.86-1.87); FILE MERGED 2006/07/07 09:05:49 sb 1.86.4.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [80b678a7be6570d76fe1b8f328713d573e3b5a29]

        INTEGRATION: CWS sb56 (1.17.6); FILE MERGED 2006/07/07 09:16:34 sb 1.17.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [79f2d57364d2056f90089e7aa549ffd4b6f049f2]

        INTEGRATION: CWS sb56 (1.10.2); FILE MERGED 2006/07/07 09:10:51 sb 1.10.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [55a172bcfd39340339fd9bd095cbe275db05eed6]

        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>  [415b6f4b4ba11d5b50cf39ae874ee8b1c1ec195b]

        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>  [3b786759b9cb9ef5b298c2ecd90716c3b6acd9ad]

        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>  [21c164a22e632ce340cdefc372d94817d46aa8a5]

        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>  [6e921eacef12d6d53a1e35d8a763dcf5b400dc46]

        INTEGRATION: CWS sb56 (1.45.6); FILE MERGED 2006/07/07 09:17:31 sb 1.45.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3b87ca0a7940a7205458641aef513e311ecc2657]

        INTEGRATION: CWS sb56 (1.50.6); FILE MERGED 2006/07/07 09:17:30 sb 1.50.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e2855b7773aebb1b2fbaeba3363adeecfd056364]

        INTEGRATION: CWS sb56 (1.28.6); FILE MERGED 2006/07/07 09:17:30 sb 1.28.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [494ce40f973648ee0ada662e30e8cfc3eef348ed]

        INTEGRATION: CWS sb56 (1.9.6); FILE MERGED 2006/07/25 09:48:17 sb 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 09:17:30 sb 1.9.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [4c142f2dcd9c5c4a166a80b43f049caf1a7abe93]

        INTEGRATION: CWS sb56 (1.13.6); FILE MERGED 2006/07/07 09:17:30 sb 1.13.6.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6099bfa43a7cc55228aca3dee4c66d8bc18eaa34]

        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>  [c1e0e8df764f4b62458a1401b6497fdde10ba4fb]

        INTEGRATION: CWS sb56 (1.5.2); FILE MERGED 2006/07/07 09:20:21 sb 1.5.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3c2676c7c166a90e2668a67af432091c03898abf]

        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>  [e08642b3936bd8830a5e86841e80583ea770bd9f]

        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>  [6631be4fd58487f3118a2b19fb85e570962be1fd]

        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>  [9ff7680d0333144aba3170e78b880f86c37467fb]

        INTEGRATION: CWS sb56 (1.9.26); FILE MERGED 2006/07/25 07:51:32 sb 1.9.26.1: #i67105# Made code warning-free for debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [343b718c5a47d6abeed568d33904f36f16bd3678]

        INTEGRATION: CWS sb56 (1.9.2); FILE MERGED 2006/07/07 08:57:33 sb 1.9.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [f0b4f91f708f6b82ca8fb0b281fc4b24a74b3d7f]

        INTEGRATION: CWS sb56 (1.7.2); FILE MERGED 2006/07/07 08:57:10 sb 1.7.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [88b9ba64d2b963b2ba6d0f09ed776c6b126e0036]

        INTEGRATION: CWS sb56 (1.7.2); FILE MERGED 2006/07/07 08:57:09 sb 1.7.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [20cfec3f4d7e71171de0e6f088a4e94951bd2732]

        INTEGRATION: CWS sb56 (1.8.4); FILE MERGED 2006/07/07 08:58:57 sb 1.8.4.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [eb8343ead1354b9ee0c47e9853ad5a58cdfc78b3]

        INTEGRATION: CWS sb56 (1.4.50); FILE MERGED 2006/07/07 08:58:57 sb 1.4.50.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [e89ddb2e83cbce88c30a58ecba3fbaea6cc348f7]

        INTEGRATION: CWS sb56 (1.35.48); FILE MERGED 2006/07/07 08:59:30 sb 1.35.48.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [74c28a0328dd8e927970c2dd69ea6049797771a0]

        INTEGRATION: CWS sb56 (1.7.2); FILE MERGED 2006/07/07 09:18:28 sb 1.7.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [0e47f7736e56cbbd96ea7aed0d2361cb09e130f4]

        INTEGRATION: CWS sb56 (1.14.24); FILE MERGED 2006/07/07 09:18:28 sb 1.14.24.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [52fcc4b0f1b198f50716658aa1513e63ea2f56d7]

        INTEGRATION: CWS sb56 (1.6.2); FILE MERGED 2006/07/07 09:14:53 sb 1.6.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [2745e37243523829f15f868591abe5d1ed1544f1]

        INTEGRATION: CWS sb56 (1.7.166); FILE MERGED 2006/07/07 09:06:22 sb 1.7.166.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9fb7f8664f88cdccb8c884b5271b8ff3fca062b4]

        INTEGRATION: CWS sb56 (1.6.2); FILE MERGED 2006/07/07 09:20:03 sb 1.6.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9131a4bd7e660328149aa90cf8c3cb6d89c9e3e1]

        INTEGRATION: CWS sb56 (1.31.4); FILE MERGED 2006/07/07 09:00:04 sb 1.31.4.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [c3451b0e5028c8de0e282b3fe262186c4d9e06ef]

        INTEGRATION: CWS sb56 (1.85.2); FILE MERGED 2006/07/25 08:41:01 sb 1.85.2.2: RESYNC: (1.85-1.86); FILE MERGED 2006/07/07 09:05:50 sb 1.85.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [6cfb6fa72cfcd80b3ca504f465b2dff0add3ece7]

        INTEGRATION: CWS sb56 (1.19.2); FILE MERGED 2006/07/07 09:10:29 sb 1.19.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [5355c87fb2f634f20fd5e3dfd0ae14c5de939f59]

        INTEGRATION: CWS sb56 (1.17.2); FILE MERGED 2006/07/07 09:10:29 sb 1.17.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [3a55dafb39bdbe1e5adfc7242eb6c0dc94cac7d2]

        INTEGRATION: CWS sb56 (1.7.2); FILE MERGED 2006/07/07 08:58:20 sb 1.7.2.1: #i67105# Made code compile (warning-free) with debug=x.

2006-08-24  Ivo Hinkelmann  <ihi@openoffice.org>  [9356f042d1608c68e615e806404463174a751cb3]

        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>  [6105ebda85d690e7477a461a9aaa066a207f86d4]

        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>  [18877128fc7c8328da63c34f1c67c70939f50189]

        INTEGRATION: CWS tl26 (1.56.102); FILE MERGED 2006/08/14 08:52:34 tl 1.56.102.1: #i68524# returned slection fixed

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [83f4aacda94ff19a09d694967683d7f09d7aaa4b]

        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>  [6b04a45d0ce4f4a26983554aed0d36549adbc4ce]

        INTEGRATION: CWS dbwizardpp4regression (1.8.18); FILE MERGED 2006/08/15 09:11:07 bc 1.8.18.1: #i68573# setting Border of control modified.

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1f62f74678544b56a31b2fad4b5cef9955ce3b74]

        INTEGRATION: CWS hro09 (1.11.10); FILE MERGED 2006/08/18 09:35:51 hro 1.11.10.1: #139465# Provide own emulation implementation of GetPrivateProfileString that can handle more than 64K

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [668ab2c1c7dc9c29a45523b720a09c96b3829eb3]

        INTEGRATION: CWS impress105 (1.38.84); FILE MERGED 2006/08/17 07:29:44 af 1.38.84.1: #i67073# Added a call to UpdateRefDevice() after the document is created in Construct().

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [ae41e0988e75955a27b6d67bd32a0ccc1cbceaf9]

        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-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e2f6b71135d28575d9ecc815008a5895f4ce9129]

        INTEGRATION: CWS swqbf83 (1.94.6); FILE MERGED 2006/08/11 15:57:13 fme 1.94.6.1: #i68522# Disable the progressbar.

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [f5b2650e6f499bc1390b1ec787fe89087e8b1572]

        INTEGRATION: CWS misclic (1.15.136); FILE MERGED 2006/08/15 14:41:21 mh 1.15.136.1: chg: update to 2.0.4, #i67336#

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [8ecc7b0692d7962e595288b0a29d22332fe161b0]

        INTEGRATION: CWS misclic (1.7.22); FILE MERGED 2006/08/10 09:28:20 mh 1.7.22.2: chg: sequence of parargraphs, #i67216# 2006/07/11 09:40:42 mh 1.7.22.1: add: full LGPL text to license, #i67216#

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a3a30e9b985a419c2aad0c6eb2b42ad1963c14]

        INTEGRATION: CWS misclic (1.6.22); FILE MERGED 2006/08/10 09:28:20 mh 1.6.22.2: chg: sequence of parargraphs, #i67216# 2006/07/11 09:40:42 mh 1.6.22.1: add: full LGPL text to license, #i67216#

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [32b60570b4469edb5bf3670a37e7df290e71e3f4]

        INTEGRATION: CWS misclic (1.6.22); FILE MERGED 2006/08/10 09:28:19 mh 1.6.22.2: chg: sequence of parargraphs, #i67216# 2006/07/11 09:40:42 mh 1.6.22.1: add: full LGPL text to license, #i67216#

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [9ab596bbc4cdddb898b15d3455cad0295a7a3384]

        INTEGRATION: CWS misclic (1.4.22); FILE MERGED 2006/08/03 12:50:34 mh 1.4.22.1: add UNICODE license for CDRL, #i68112#

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [cbc17adfc8376e9e7aa329b1aa417a10d6bbaf3a]

        INTEGRATION: CWS configure19 (1.171.2); FILE MERGED 2006/08/11 18:10:13 rene 1.171.2.14: fix description of --disable-build-mozilla 2006/08/11 13:59:36 rene 1.171.2.13: typo.. 2006/08/11 13:03:29 rene 1.171.2.12: #i66714# support .tar.bz2s remove --enable-werror again.... 2006/08/11 10:40:31 rene 1.171.2.11: add missing test 2006/08/11 09:58:27 pjanik 1.171.2.10: fix typo 2006/08/09 19:56:15 rene 1.171.2.9: make --enable-build-mozilla --disable-build-mozilla and fix description 2006/08/09 19:50:20 rene 1.171.2.8: #i68299# fix KDE check; cross-merge from kendy14 2006/08/09 16:33:58 rene 1.171.2.7: mention unowinreg.dll download URL and make the check only be done when Java is on since unowinreg.dll otherwise isn't built at all 2006/08/09 16:26:29 rene 1.171.2.6: RESYNC: (1.171-1.173); FILE MERGED 2006/08/06 20:59:27 rene 1.171.2.5: fix error message 2006/08/06 20:03:11 rene 1.171.2.4: #i68200# logic error 2006/08/06 19:36:48 rene 1.171.2.3: #i68200# default to --enable-build-mozilla 2006/08/03 16:29:49 rene 1.171.2.2: - add missing AC_MSG_RESULT - fix Xinerama check for X11R7 2006/08/02 11:39:28 rene 1.171.2.1: #i67670# add --without-system-jars #i67671# make warnings != errors default for !Sun builds and add configure check

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1dd0e5d7c2fe310c308c97f90911fb7b5eb3a649]

        INTEGRATION: CWS configure19 (1.24.50); FILE MERGED 2006/08/03 16:47:45 rene 1.24.50.1: make -enable-symbols build on ppc do something

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [5e75c343945fef407915abbc4541dac362122874]

        INTEGRATION: CWS configure19 (1.25.50); FILE MERGED 2006/08/03 16:47:45 rene 1.25.50.1: make -enable-symbols build on ppc do something

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [309e78d0d337e71093089b8168a34319f4ed5f76]

        INTEGRATION: CWS configure19 (1.69.48); FILE MERGED 2006/08/11 13:03:30 rene 1.69.48.1: #i66714# support .tar.bz2s remove --enable-werror again....

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [e894dfaaa58fbccba1195cc54f683a618b3a4792]

        INTEGRATION: CWS os85 (1.108.2); FILE MERGED 2006/07/28 07:05:27 os 1.108.2.2: RESYNC: (1.108-1.109); FILE MERGED 2006/07/19 05:04:06 os 1.108.2.1: #i63806# CopyPageDesc mustn't copy pool ids

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [55e0b2fdf06dbfc2468c88c0a1c52b823367604a]

        INTEGRATION: CWS jsc13_SRC680 (1.18.6); FILE MERGED 2006/08/17 17:13:39 jsc 1.18.6.2: #139641# correct another typo 2006/08/17 16:28:54 jsc 1.18.6.1: #139641# correct typo

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [133d8ca7bb03755f97bbfeafc9812be6a8b66d29]

        INTEGRATION: CWS dba204d_SRC680 (1.15.30); FILE MERGED 2006/08/15 10:37:43 fs 1.15.30.1: find cases like #i68601# easier in non-product versions

2006-08-22  Ivo Hinkelmann  <ihi@openoffice.org>  [1e155979a9100defba446350493a66fddcb75af5]

        INTEGRATION: CWS dba204d_SRC680 (1.49.8); FILE MERGED 2006/08/15 10:36:59 fs 1.49.8.1: #i68601# setSelectColumnName: also create a column for plain expressions

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [410ceb6e6e4b91a249238469840441ed7eaf0b6f]

        INTEGRATION: CWS localisation12 (1.74.14); FILE MERGED 2006/08/14 13:31:11 vg 1.74.14.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [986e246e9a46131309d1e8c39fe19041c0b26aec]

        INTEGRATION: CWS localisation12 (1.10.236); FILE MERGED 2006/08/10 16:17:12 vg 1.10.236.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [8516829dc860b6d288711cb5a1a731b9c10a19f9]

        INTEGRATION: CWS localisation12 (1.34.234); FILE MERGED 2006/08/10 15:08:14 vg 1.34.234.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0b3ef549ec2fa372e89bb2f8584495bb3f16274f]

        INTEGRATION: CWS localisation12 (1.55.52); FILE MERGED 2006/08/10 15:08:13 vg 1.55.52.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [0d44ac6bcb38e4136398c13e6b9783c64564c657]

        INTEGRATION: CWS localisation12 (1.13.2); FILE MERGED 2006/08/10 15:06:58 vg 1.13.2.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [10da735b83374271d48063bfcc9f5faa72a07112]

        INTEGRATION: CWS localisation12 (1.3.10); FILE MERGED 2006/08/14 13:30:24 vg 1.3.10.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [71137a780690434e3454799b95957639755500d6]

        INTEGRATION: CWS localisation12 (1.127.208); FILE MERGED 2006/08/14 13:29:02 vg 1.127.208.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-21  Ivo Hinkelmann  <ihi@openoffice.org>  [2b1b08bf5a80ae5b4b7c2194b4fe795b479d8dbb]

        INTEGRATION: CWS localisation12 (1.52.74); FILE MERGED 2006/08/10 14:14:18 vg 1.52.74.1: CWS localisation12: localisation for ooo 2.0.4

2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [12e331514deaf93b58c78242d53f9a0963038dc6]

        #i10000# added missing const

2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [1476fd72d8a0314ac8c35f93b2f3dd23ce97e791]

        #100000# get rid of circular dependencies

2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [b0afc7ba35d8b7887f8acdf6f73c94bfb6a84020]

        #i10000# added XML_APIS_JAR to classpath

2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [cdb75d3365860c9377011e2072b77b1c7880f056]

        #i100000# pInstance_ renamed to m_pInstance

2006-08-17  Vladimir Glazounov  <vg@openoffice.org>  [3e3ed1b78966e28a8f742115c157c6dde0e70478]

        #100000# FME: Resolved merge conflict

2006-08-16  Vladimir Glazounov  <vg@openoffice.org>  [b5c961c3693eb24d30bb30bd6cf07d301111d12b]

        #100000# class SalData has no member GetDisplay

2006-08-15  Vladimir Glazounov  <vg@openoffice.org>  [aa0566decb6459d0029747e7828f18aa74b612f1]

        SRC680

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f76a753c61a1abf99550859c42c40cff5d84829]

        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>  [120d6760743b2e54de90670070203facedc2c404]

        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>  [90670761abbce88ea55c43b5ff0daec6d3f3d26b]

        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>  [4f3ca2e728cca444a58003d7a3816ff346885598]

        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>  [2c1851cd9f3828ccd61744a4a1f33004b203f5bb]

        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>  [2950cf888c52de13c5876e43870d80041ee5d503]

        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>  [843c4220d0d08f4b64b07ed67c99301136089daf]

        INTEGRATION: CWS dba30 (1.4.262); FILE MERGED

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [da354b859ca2b822b2da01642fdbcbe6a35a599f]

        INTEGRATION: CWS dba30 (1.9.86); FILE MERGED

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [780f9cdc073ecc15b9d94814f3d3c2571fc4f67d]

        INTEGRATION: CWS dba30 (1.60.14); FILE MERGED 2006/07/19 13:21:55 fs 1.60.14.2: RESYNC: (1.60-1.61); FILE MERGED 2006/03/31 13:30:25 fs 1.60.14.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [941c9abce5c8f9ecc4526312014fed0f907da5b8]

        INTEGRATION: CWS dba30 (1.10.14); FILE MERGED 2005/11/08 12:07:18 fs 1.10.14.1: CallDBTypeWizDlgSetup was never used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [57ff18960d566ead6b7c3c938ceecaad988bd033]

        INTEGRATION: CWS dba30 (1.133.12); FILE MERGED 2006/07/19 12:08:49 fs 1.133.12.10: RESYNC: (1.143-1.145); FILE MERGED 2006/05/08 11:17:30 fs 1.133.12.9: RESYNC: (1.142-1.143); FILE MERGED 2006/03/22 19:36:41 fs 1.133.12.8: #i10000# 2006/03/21 18:20:17 fs 1.133.12.7: RESYNC: (1.137-1.142); FILE MERGED 2006/01/02 09:17:06 oj 1.133.12.6: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/12/22 12:50:11 fs 1.133.12.5: localize the error message telling about a non-existent table. Encountered during investigating issue #i59594# 2005/10/13 14:49:01 fs 1.133.12.4: RESYNC: (1.135-1.137); FILE MERGED 2005/09/30 06:00:14 fs 1.133.12.3: RESYNC: (1.133-1.135); FILE MERGED 2005/08/22 14:54:37 fs 1.133.12.2: some minor speedups in the query composer, and some RTL_LOGs for #i48403# 2005/04/06 07:14:11 fs 1.133.12.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba741aa459984259cac40c4debaa71232514cac]

        INTEGRATION: CWS dba30 (1.91.16); FILE MERGED 2006/07/19 13:17:37 fs 1.91.16.3: RESYNC: (1.92-1.93); FILE MERGED 2006/03/21 18:43:04 fs 1.91.16.2: RESYNC: (1.91-1.92); FILE MERGED 2005/12/22 09:19:29 fs 1.91.16.1: tweaking some table-design related error messages

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [20965af660436b8856cb2b3b60f8f904c86ff610]

        INTEGRATION: CWS dba30 (1.99.16); FILE MERGED 2006/07/19 13:18:26 fs 1.99.16.7: RESYNC: (1.103-1.105); FILE MERGED 2006/05/08 11:28:53 fs 1.99.16.6: RESYNC: (1.101-1.103); FILE MERGED 2006/04/20 06:53:35 oj 1.99.16.5: RESYNC: (1.100-1.101); FILE MERGED 2006/03/21 18:43:33 fs 1.99.16.4: RESYNC: (1.99-1.100); FILE MERGED 2006/01/02 09:17:19 oj 1.99.16.3: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/12/22 09:19:29 fs 1.99.16.2: tweaking some table-design related error messages 2005/12/12 08:03:16 oj 1.99.16.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b6035cb445b43c85cf2bb6b04e85a36eca18a4]

        INTEGRATION: CWS dba30 (1.41.6); FILE MERGED 2006/07/19 13:18:05 fs 1.41.6.9: RESYNC: (1.50-1.51); FILE MERGED 2006/05/08 11:28:33 fs 1.41.6.8: RESYNC: (1.49-1.50); FILE MERGED 2006/04/20 06:53:19 oj 1.41.6.7: RESYNC: (1.46-1.49); FILE MERGED 2006/03/21 18:43:23 fs 1.41.6.6: RESYNC: (1.44-1.46); FILE MERGED 2006/01/02 09:17:19 oj 1.41.6.5: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/10/13 15:50:14 fs 1.41.6.4: RESYNC: (1.43-1.44); FILE MERGED 2005/09/30 08:54:20 fs 1.41.6.3: RESYNC: (1.42-1.43); FILE MERGED 2005/03/30 10:29:20 fs 1.41.6.2: RESYNC: (1.41-1.42); FILE MERGED 2005/03/22 08:02:04 fs 1.41.6.1: #i45697# DropDownLineCount(15)

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [86aab30a82dedaff74a1f1cb91eca85c6ed47cb1]

        INTEGRATION: CWS dba30 (1.19.14); FILE MERGED 2006/07/19 13:17:57 fs 1.19.14.3: RESYNC: (1.20-1.21); FILE MERGED 2006/03/21 18:43:14 fs 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2005/12/12 08:03:15 oj 1.19.14.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [6792a56683aeea6b586a27fbc0123ee2f46a2fd1]

        INTEGRATION: CWS dba30 (1.42.16); FILE MERGED 2006/07/19 13:16:53 fs 1.42.16.2: RESYNC: (1.42-1.44); FILE MERGED 2006/01/02 09:17:18 oj 1.42.16.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [633549af8714e9ff4d77f60f975c48d3f75950a0]

        INTEGRATION: CWS dba30 (1.29.14); FILE MERGED 2006/07/19 13:14:40 fs 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2006/01/02 09:17:17 oj 1.29.14.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [91595c8b0d19ee981709c48d9f88db7764956ebb]

        INTEGRATION: CWS dba30 (1.64.12); FILE MERGED 2006/07/19 13:13:11 fs 1.64.12.3: RESYNC: (1.66-1.68); FILE MERGED 2006/03/21 18:42:02 fs 1.64.12.2: RESYNC: (1.64-1.66); FILE MERGED 2006/01/02 09:17:16 oj 1.64.12.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda65e5e755cf04de4cdd2177c75046078ccd8c3]

        INTEGRATION: CWS dba30 (1.76.16); FILE MERGED 2006/07/19 13:12:14 fs 1.76.16.4: RESYNC: (1.78-1.80); FILE MERGED 2006/04/20 06:52:53 oj 1.76.16.3: RESYNC: (1.77-1.78); FILE MERGED 2006/03/21 18:41:44 fs 1.76.16.2: RESYNC: (1.76-1.77); FILE MERGED 2006/01/02 09:17:15 oj 1.76.16.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a93e9c5fbecd145df5855d3d359cd93f3e53eed]

        INTEGRATION: CWS dba30 (1.15.12); FILE MERGED 2006/07/19 13:11:54 fs 1.15.12.2: RESYNC: (1.15-1.17); FILE MERGED 2006/01/02 09:17:14 oj 1.15.12.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe4b5ddf97b3751788c2ec81a368ec5d198f762]

        INTEGRATION: CWS dba30 (1.35.16); FILE MERGED 2006/07/19 13:10:59 fs 1.35.16.4: RESYNC: (1.37-1.39); FILE MERGED 2006/05/08 11:27:50 fs 1.35.16.3: RESYNC: (1.36-1.37); FILE MERGED 2006/03/21 18:41:17 fs 1.35.16.2: RESYNC: (1.35-1.36); FILE MERGED 2005/12/30 09:12:11 oj 1.35.16.1: #i52192# param mixed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [385f9b33da938c9a151fbc8f848e32f8407f703c]

        INTEGRATION: CWS dba30 (1.19.14); FILE MERGED 2006/07/19 13:10:08 fs 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/23 15:48:03 fs 1.19.14.1: #i10000#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a920fe826a94335cdb98f09ee356d228e052ca8]

        INTEGRATION: CWS dba30 (1.41.16); FILE MERGED 2006/07/19 13:07:20 fs 1.41.16.5: RESYNC: (1.44-1.46); FILE MERGED 2006/05/08 11:27:18 fs 1.41.16.4: RESYNC: (1.42-1.44); FILE MERGED 2006/03/21 18:39:26 fs 1.41.16.3: RESYNC: (1.41-1.42); FILE MERGED 2006/01/02 09:17:13 oj 1.41.16.2: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/12/12 08:03:14 oj 1.41.16.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f59592dba9725abbcd9b33b8dafd0a64bdccd487]

        INTEGRATION: CWS dba30 (1.58.16); FILE MERGED 2006/07/19 13:06:47 fs 1.58.16.4: RESYNC: (1.59-1.61); FILE MERGED 2006/05/03 15:26:23 fs 1.58.16.3: AppendTableAliasName defaults to FALSE - there's rarely any halfway modern database which requires this obscure syntax 2006/03/21 18:39:06 fs 1.58.16.2: RESYNC: (1.58-1.59); FILE MERGED 2005/12/12 08:03:14 oj 1.58.16.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a08c02776c0be637a749b1231c1d7a2feec76b5]

        INTEGRATION: CWS dba30 (1.6.16); FILE MERGED 2005/12/09 08:23:53 oj 1.6.16.1: #i52557# patch for autopilot

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7d2d321aef48bb995740e99fcedd1e88b11afd9]

        INTEGRATION: CWS dba30 (1.5.14); FILE MERGED 2006/05/08 11:25:37 fs 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/22 09:19:29 fs 1.5.14.1: tweaking some table-design related error messages

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb5c1f8f28969f6b16e4d8b594f47f3e041df136]

        INTEGRATION: CWS dba30 (1.33.16); FILE MERGED 2006/07/19 13:00:41 fs 1.33.16.3: RESYNC: (1.34-1.35); FILE MERGED 2006/04/20 06:51:49 oj 1.33.16.2: RESYNC: (1.33-1.34); FILE MERGED 2005/12/15 08:56:53 fs 1.33.16.1: refined the clipboard handling, to removed potential problems found during #124875#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e3260df62daa1480aef3cef2533f698715f8a65]

        INTEGRATION: CWS dba30 (1.36.14); FILE MERGED 2006/03/31 13:30:24 fs 1.36.14.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [432df0b90ef35450bb43adef732bd70d043b0aeb]

        INTEGRATION: CWS dba30 (1.28.14); FILE MERGED 2006/07/19 12:59:49 fs 1.28.14.2: RESYNC: (1.28-1.29); FILE MERGED 2005/12/12 08:03:12 oj 1.28.14.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9dbdedc7f7cee454a72c428b0d91c11892df7b]

        INTEGRATION: CWS dba30 (1.11.14); FILE MERGED 2005/12/12 08:03:12 oj 1.11.14.1: #i18609# check type on target source

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f90ca2c2194f96a0c845296fca9e57c3b7f8238]

        INTEGRATION: CWS dba30 (1.3.14); FILE MERGED 2005/10/17 07:30:30 fs 1.3.14.1: #i56018#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [27da38154f815da1f4d428535521d2feca5e117f]

        INTEGRATION: CWS dba30 (1.23.4); FILE MERGED 2006/07/19 12:51:43 fs 1.23.4.3: RESYNC: (1.24-1.25); FILE MERGED 2006/03/21 18:32:41 fs 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2006/01/02 09:17:11 oj 1.23.4.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [21e0263fa6d5742c6e9f12e5cdca719aa25a427a]

        INTEGRATION: CWS dba30 (1.28.4); FILE MERGED 2006/07/19 12:44:21 fs 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED 2006/01/02 09:17:10 oj 1.28.4.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [90b308afb28eedf976937c3b659aa5d30a290119]

        INTEGRATION: CWS dba30 (1.173.12); FILE MERGED 2006/07/19 12:41:54 fs 1.173.12.3: RESYNC: (1.174-1.176); FILE MERGED 2006/05/08 11:21:12 fs 1.173.12.2: RESYNC: (1.173-1.174); FILE MERGED 2006/03/31 13:30:24 fs 1.173.12.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a02af5feb51402299dc31a6ab6ff40741af95b09]

        INTEGRATION: CWS dba30 (1.101.16); FILE MERGED 2006/07/19 12:41:19 fs 1.101.16.4: RESYNC: (1.102-1.103); FILE MERGED 2006/05/22 10:31:34 fs 1.101.16.3: #i54504# 2006/04/20 06:48:36 oj 1.101.16.2: RESYNC: (1.101-1.102); FILE MERGED 2006/03/31 13:30:24 fs 1.101.16.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ea064f011d535d8fff600af3434adf5dafbb23]

        INTEGRATION: CWS dba30 (1.63.14); FILE MERGED 2006/07/19 12:40:33 fs 1.63.14.8: RESYNC: (1.68-1.70); FILE MERGED 2006/05/08 11:20:46 fs 1.63.14.7: RESYNC: (1.67-1.68); FILE MERGED 2006/04/20 06:48:20 oj 1.63.14.6: RESYNC: (1.66-1.67); FILE MERGED 2005/12/15 08:56:52 fs 1.63.14.5: refined the clipboard handling, to removed potential problems found during #124875# 2005/10/13 15:11:22 fs 1.63.14.4: RESYNC: (1.65-1.66); FILE MERGED 2005/09/30 07:00:44 fs 1.63.14.3: RESYNC: (1.63-1.65); FILE MERGED 2005/08/22 14:54:39 fs 1.63.14.2: some minor speedups in the query composer, and some RTL_LOGs for #i48403# 2005/04/06 07:23:30 fs 1.63.14.1: OSL_DEBUG_LEVEL condition corrected

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f949df852091d9b7ddeaa90b15044779e0ba58ca]

        INTEGRATION: CWS dba30 (1.89.16); FILE MERGED 2006/07/19 12:38:38 fs 1.89.16.4: RESYNC: (1.91-1.93); FILE MERGED 2006/04/20 06:48:12 oj 1.89.16.3: RESYNC: (1.90-1.91); FILE MERGED 2006/03/21 18:29:03 fs 1.89.16.2: RESYNC: (1.89-1.90); FILE MERGED 2005/12/15 08:56:51 fs 1.89.16.1: refined the clipboard handling, to removed potential problems found during #124875#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdc18a0b0ffbdd12789c85419a83023bebeb471]

        INTEGRATION: CWS dba30 (1.34.14); FILE MERGED 2005/09/30 06:50:37 fs 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2005/04/06 07:21:47 fs 1.34.14.1: #i46768# Settings property

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f346498994eb78d629afb30fb0c51c372606814c]

        INTEGRATION: CWS dba30 (1.39.14); FILE MERGED 2005/09/30 06:47:27 fs 1.39.14.2: RESYNC: (1.39-1.40); FILE MERGED 2005/04/06 07:21:33 fs 1.39.14.1: #i46768# Settings property

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [566a81d386694428685544e6bb320ae557fb1808]

        INTEGRATION: CWS dba30 (1.4.14); FILE MERGED 2006/07/19 12:29:24 fs 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/30 06:38:50 fs 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/06 07:18:40 fs 1.4.14.1: #i46768# also properly write and read empty properties from the DataSource's Info sequence

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [042c5b522bd7c78323d8a16cc0999bc746c88a23]

        INTEGRATION: CWS dba30 (1.6.8); FILE MERGED 2006/07/19 12:29:15 fs 1.6.8.4: RESYNC: (1.8-1.11); FILE MERGED 2005/10/13 14:59:30 fs 1.6.8.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/30 06:38:36 fs 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/06 07:18:40 fs 1.6.8.1: #i46768# also properly write and read empty properties from the DataSource's Info sequence

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57796b09ce336e2334e2adc3aaa8f61cb4ddd18]

        INTEGRATION: CWS dba30 (1.5.14); FILE MERGED 2005/10/13 14:58:07 fs 1.5.14.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/30 06:36:22 fs 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/06 07:19:15 fs 1.5.14.1: #i46768# also properly write and read empty properties from the DataSource's Info sequence

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c24cf361fd6bdca72966a45c0e9b1e89371457]

        INTEGRATION: CWS dba30 (1.7.6); FILE MERGED 2006/07/19 12:27:13 fs 1.7.6.10: RESYNC: (1.19-1.20); FILE MERGED 2006/05/08 11:20:15 fs 1.7.6.9: RESYNC: (1.18-1.19); FILE MERGED 2006/04/20 06:47:17 oj 1.7.6.8: RESYNC: (1.17-1.18); FILE MERGED 2006/03/21 18:25:20 fs 1.7.6.7: RESYNC: (1.16-1.17); FILE MERGED 2005/12/29 13:18:03 oj 1.7.6.6: #i46951# check if url is factory 2005/10/13 14:55:33 fs 1.7.6.5: RESYNC: (1.15-1.16); FILE MERGED 2005/09/30 06:33:16 fs 1.7.6.4: RESYNC: (1.12-1.15); FILE MERGED 2005/05/25 15:02:46 fs 1.7.6.3: RESYNC: (1.10-1.12); FILE MERGED 2005/03/30 10:14:51 fs 1.7.6.2: RESYNC: (1.7-1.10); FILE MERGED 2005/03/24 10:48:40 fs 1.7.6.1: #i45921#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd2efcca075755681d3c0b2021581f09c241b38e]

        INTEGRATION: CWS dba30 (1.48.16); FILE MERGED 2006/07/19 12:26:28 fs 1.48.16.2: RESYNC: (1.48-1.49); FILE MERGED 2005/12/22 12:50:12 fs 1.48.16.1: localize the error message telling about a non-existent table. Encountered during investigating issue #i59594#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c586062aef18e57246c5bff21d7a653814a6ca6]

        INTEGRATION: CWS dba30 (1.8.14); FILE MERGED 2006/07/19 12:25:39 fs 1.8.14.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/30 06:30:47 fs 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/04/06 07:16:23 fs 1.8.14.1: #i46768# PropertyBag implementation

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [0145f2aa9d029b372e589aaf1b231da3ce852e31]

        INTEGRATION: CWS dba30 (1.9.106); FILE MERGED 2006/07/19 12:25:14 fs 1.9.106.5: RESYNC: (1.12-1.13); FILE MERGED 2006/05/08 11:19:56 fs 1.9.106.4: RESYNC: (1.11-1.12); FILE MERGED 2006/04/20 06:46:52 oj 1.9.106.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/30 06:30:04 fs 1.9.106.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/06 07:16:24 fs 1.9.106.1: #i46768# PropertyBag implementation

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [44001dcbd47628a6b4d917b3eae2a6f47164d386]

        INTEGRATION: CWS dba30 (1.10.78); FILE MERGED 2006/07/19 12:22:12 fs 1.10.78.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/30 06:24:35 fs 1.10.78.2: RESYNC: (1.10-1.11); FILE MERGED 2005/04/06 07:15:00 fs 1.10.78.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [993918be202d12446f70da4bd99e24b372386708]

        INTEGRATION: CWS dba30 (1.11.14); FILE MERGED 2006/07/19 12:21:46 fs 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2005/12/22 12:50:12 fs 1.11.14.1: localize the error message telling about a non-existent table. Encountered during investigating issue #i59594#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d726b235980b677ac6f3a57335c2859a381a725]

        INTEGRATION: CWS dba30 (1.12.4); FILE MERGED 2006/03/21 18:24:58 fs 1.12.4.5: RESYNC: (1.15-1.17); FILE MERGED 2005/11/23 10:16:15 fs 1.12.4.4: RESYNC: (1.14-1.15); FILE MERGED 2005/10/13 14:53:40 fs 1.12.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/30 06:17:35 fs 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/04/06 07:20:49 fs 1.12.4.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64ab6dd168cf0a49d96eb77c2c8e9c65c4a8be7]

        INTEGRATION: CWS dba30 (1.25.2); FILE MERGED 2006/07/19 12:18:59 fs 1.25.2.7: RESYNC: (1.35-1.38); FILE MERGED 2006/03/21 18:24:46 fs 1.25.2.6: RESYNC: (1.32-1.35); FILE MERGED 2005/11/23 10:15:56 fs 1.25.2.5: RESYNC: (1.29-1.32); FILE MERGED 2005/10/13 14:53:25 fs 1.25.2.4: RESYNC: (1.28-1.29); FILE MERGED 2005/09/30 06:17:08 fs 1.25.2.3: RESYNC: (1.26-1.28); FILE MERGED 2005/05/25 15:02:24 fs 1.25.2.2: RESYNC: (1.25-1.26); FILE MERGED 2005/04/06 07:20:49 fs 1.25.2.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [08eee9adcc19cb265eb73827ed446e08a0f007ea]

        INTEGRATION: CWS dba30 (1.7.12); FILE MERGED 2006/07/19 12:18:49 fs 1.7.12.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/30 06:16:58 fs 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/04/06 07:20:48 fs 1.7.12.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [811eaf9d07473aff690bccaa69e78e339a5546f6]

        INTEGRATION: CWS dba30 (1.12.2); FILE MERGED 2006/07/19 12:18:41 fs 1.12.2.5: RESYNC: (1.17-1.19); FILE MERGED 2006/03/21 18:24:37 fs 1.12.2.4: RESYNC: (1.15-1.17); FILE MERGED 2005/10/13 14:53:04 fs 1.12.2.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/30 06:16:43 fs 1.12.2.2: RESYNC: (1.12-1.14); FILE MERGED 2005/04/06 07:20:48 fs 1.12.2.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [73a853a2be9b613e8f1403ee075b79ac6a83711f]

        INTEGRATION: CWS dba30 (1.29.12); FILE MERGED 2006/07/19 12:18:20 fs 1.29.12.9: RESYNC: (1.35-1.36); FILE MERGED 2006/05/11 12:28:44 fs 1.29.12.8: #i10000# merge error 2006/05/09 07:16:32 fs 1.29.12.7: #i10000# 2006/04/20 06:46:00 oj 1.29.12.6: RESYNC: (1.34-1.35); FILE MERGED 2006/03/21 18:24:29 fs 1.29.12.5: RESYNC: (1.33-1.34); FILE MERGED 2005/11/23 10:15:28 fs 1.29.12.4: RESYNC: (1.32-1.33); FILE MERGED 2005/10/13 14:52:30 fs 1.29.12.3: RESYNC: (1.31-1.32); FILE MERGED 2005/09/30 06:16:01 fs 1.29.12.2: RESYNC: (1.29-1.31); FILE MERGED 2005/04/06 07:20:17 fs 1.29.12.1: #i46768# implement a Settings property, wrapping (as PropertyBag) the Info property

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2d145d2755c4603a609abc01fe42258d2edcc7f]

        INTEGRATION: CWS dba30 (1.59.2); FILE MERGED 2006/07/19 12:18:11 fs 1.59.2.10: RESYNC: (1.68-1.70); FILE MERGED 2006/05/22 10:01:25 fs 1.59.2.9: #i65678# when setting the Info property, ensure that all properties not present in the new sequence are reset respectively deleted from the Settings bag 2006/05/08 11:19:01 fs 1.59.2.8: RESYNC: (1.67-1.68); FILE MERGED 2006/04/20 06:45:52 oj 1.59.2.7: RESYNC: (1.66-1.67); FILE MERGED 2006/03/21 18:24:21 fs 1.59.2.6: RESYNC: (1.64-1.66); FILE MERGED 2005/11/23 10:15:05 fs 1.59.2.5: RESYNC: (1.63-1.64); FILE MERGED 2005/10/13 14:52:19 fs 1.59.2.4: RESYNC: (1.62-1.63); FILE MERGED 2005/09/30 06:15:47 fs 1.59.2.3: RESYNC: (1.59-1.62); FILE MERGED 2005/04/06 09:53:33 fs 1.59.2.2: #i10000# 2005/04/06 07:20:16 fs 1.59.2.1: #i46768# implement a Settings property, wrapping (as PropertyBag) the Info property

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4dc09e48be11e48e27e922bc33d774503758b5e]

        INTEGRATION: CWS dba30 (1.45.12); FILE MERGED 2006/07/19 12:16:58 fs 1.45.12.3: RESYNC: (1.46-1.48); FILE MERGED 2006/05/08 11:18:22 fs 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2006/01/02 09:17:09 oj 1.45.12.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [0381304749a1c573b0bfc5de50c3596631e55e06]

        INTEGRATION: CWS dba30 (1.3.2); FILE MERGED 2006/07/20 10:38:09 fs 1.3.2.9: #i10000# 2006/07/19 12:15:31 fs 1.3.2.8: RESYNC: (1.11-1.12); FILE MERGED 2006/05/19 10:45:40 fs 1.3.2.7: #i10000# Linux compiler bug 2006/04/20 06:45:08 oj 1.3.2.6: RESYNC: (1.10-1.11); FILE MERGED 2006/03/21 18:23:49 fs 1.3.2.5: RESYNC: (1.8-1.10); FILE MERGED 2005/09/30 06:10:03 fs 1.3.2.4: RESYNC: (1.6-1.8); FILE MERGED 2005/07/01 07:07:04 fs 1.3.2.3: RESYNC: (1.4-1.6); FILE MERGED 2005/05/25 15:01:44 fs 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/06 07:17:36 fs 1.3.2.1: #i46768# introduce Settings propetry for the data source, wrapping the Info property sequence in a convinient way

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eb026293c88d422d701d1a06735d9cce5457ca9]

        INTEGRATION: CWS dba30 (1.3.2); FILE MERGED 2006/07/19 12:15:22 fs 1.3.2.10: RESYNC: (1.12-1.15); FILE MERGED 2006/05/19 10:45:40 fs 1.3.2.9: #i10000# Linux compiler bug 2006/05/03 15:24:02 fs 1.3.2.8: AppendTableAliasName defaults to FALSE - there's rarely any halfway modern database which requires this obscure syntax 2006/04/20 06:45:01 oj 1.3.2.7: RESYNC: (1.11-1.12); FILE MERGED 2006/03/21 18:23:35 fs 1.3.2.6: RESYNC: (1.9-1.11); FILE MERGED 2005/11/23 10:14:40 fs 1.3.2.5: RESYNC: (1.7-1.9); FILE MERGED 2005/09/30 06:09:52 fs 1.3.2.4: RESYNC: (1.5-1.7); FILE MERGED 2005/07/01 07:06:53 fs 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2005/05/25 15:01:36 fs 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/06 07:17:36 fs 1.3.2.1: #i46768# introduce Settings propetry for the data source, wrapping the Info property sequence in a convinient way

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c677a6acd1f920afac11d54197903a0c0fc822d]

        INTEGRATION: CWS dba30 (1.54.14); FILE MERGED 2006/07/19 12:14:11 fs 1.54.14.2: RESYNC: (1.54-1.56); FILE MERGED 2006/01/02 09:17:09 oj 1.54.14.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [331af71107a3ce8de776ad3da012e47cb52894af]

        INTEGRATION: CWS dba30 (1.61.8); FILE MERGED 2006/07/19 12:12:23 fs 1.61.8.4: RESYNC: (1.63-1.64); FILE MERGED 2006/04/20 06:44:44 oj 1.61.8.3: RESYNC: (1.62-1.63); FILE MERGED 2005/09/30 06:05:55 fs 1.61.8.2: RESYNC: (1.61-1.62); FILE MERGED 2005/08/22 14:54:38 fs 1.61.8.1: some minor speedups in the query composer, and some RTL_LOGs for #i48403#

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5efcb266cd4260461d81b1538d3db854160d9a9]

        INTEGRATION: CWS dba30 (1.19.78); FILE MERGED 2006/07/19 12:11:23 fs 1.19.78.3: RESYNC: (1.20-1.22); FILE MERGED 2005/09/30 06:04:29 fs 1.19.78.2: RESYNC: (1.19-1.20); FILE MERGED 2005/04/06 07:14:58 fs 1.19.78.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b5d939323709b047d46f67419efbc5b315eec80]

        INTEGRATION: CWS dba30 (1.25.14); FILE MERGED 2006/07/19 12:10:50 fs 1.25.14.2: RESYNC: (1.25-1.27); FILE MERGED 2006/01/02 09:17:08 oj 1.25.14.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [201fc2e6df48cb71cee4895f7ab4b2bb8b2eb897]

        INTEGRATION: CWS dba30 (1.10.2); FILE MERGED 2006/07/19 12:10:18 fs 1.10.2.7: RESYNC: (1.13-1.15); FILE MERGED 2006/04/20 06:44:37 oj 1.10.2.6: RESYNC: (1.12-1.13); FILE MERGED 2006/03/21 18:21:57 fs 1.10.2.5: RESYNC: (1.11-1.12); FILE MERGED 2006/01/02 09:17:07 oj 1.10.2.4: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/09/30 06:02:14 fs 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2005/08/22 14:54:38 fs 1.10.2.2: some minor speedups in the query composer, and some RTL_LOGs for #i48403# 2005/04/06 07:15:34 fs 1.10.2.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [28e3bada361dfa4c87a946a50041edc345377d13]

        INTEGRATION: CWS dba30 (1.25.14); FILE MERGED 2006/07/19 12:09:34 fs 1.25.14.3: RESYNC: (1.28-1.29); FILE MERGED 2006/03/21 18:21:14 fs 1.25.14.2: RESYNC: (1.25-1.28); FILE MERGED 2005/12/30 06:20:21 oj 1.25.14.1: #i53377# check if innerjoin was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ae41a466ad659524809c23c9086df70c5456a39]

        INTEGRATION: CWS dba30 (1.78.16); FILE MERGED 2006/07/19 12:09:26 fs 1.78.16.4: RESYNC: (1.84-1.86); FILE MERGED 2006/03/21 18:21:04 fs 1.78.16.3: RESYNC: (1.78-1.84); FILE MERGED 2006/01/02 09:17:07 oj 1.78.16.2: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/12/30 06:20:20 oj 1.78.16.1: #i53377# check if innerjoin was used

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [dacd32751aefed41b01db5bfba1f1459105587f7]

        INTEGRATION: CWS dba30 (1.31.106); FILE MERGED 2006/07/19 12:09:16 fs 1.31.106.4: RESYNC: (1.35-1.36); FILE MERGED 2006/03/21 18:20:54 fs 1.31.106.3: RESYNC: (1.32-1.35); FILE MERGED 2005/09/30 06:00:44 fs 1.31.106.2: RESYNC: (1.31-1.32); FILE MERGED 2005/04/06 07:14:12 fs 1.31.106.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [76dfa55b71e12925c310aaecae519e63a0ffcd36]

        INTEGRATION: CWS dba30 (1.75.6); FILE MERGED 2006/07/19 12:09:07 fs 1.75.6.7: RESYNC: (1.85-1.87); FILE MERGED 2006/05/08 11:17:39 fs 1.75.6.6: RESYNC: (1.84-1.85); FILE MERGED 2006/03/21 18:20:38 fs 1.75.6.5: RESYNC: (1.79-1.84); FILE MERGED 2005/11/23 10:14:16 fs 1.75.6.4: RESYNC: (1.78-1.79); FILE MERGED 2005/10/13 14:49:10 fs 1.75.6.3: RESYNC: (1.77-1.78); FILE MERGED 2005/09/30 06:00:35 fs 1.75.6.2: RESYNC: (1.75-1.77); FILE MERGED 2005/04/06 07:14:12 fs 1.75.6.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff2f3f7e4ebc6e93bf77dab0297516eab59f35b5]

        INTEGRATION: CWS dba30 (1.39.12); FILE MERGED 2006/07/19 12:08:58 fs 1.39.12.4: RESYNC: (1.42-1.44); FILE MERGED 2006/03/21 18:20:26 fs 1.39.12.3: RESYNC: (1.41-1.42); FILE MERGED 2005/09/30 06:00:24 fs 1.39.12.2: RESYNC: (1.39-1.41); FILE MERGED 2005/04/06 07:14:12 fs 1.39.12.1: #i46768# getPropertyDefaultByHandle signature changed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f5e2fdff72a46771f216df3f710f31e69bb734a]

        INTEGRATION: CWS dba30 (1.23.16); FILE MERGED 2006/07/19 12:08:38 fs 1.23.16.3: RESYNC: (1.24-1.26); FILE MERGED 2006/05/08 11:17:19 fs 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2005/12/30 07:56:53 oj 1.23.16.1: #i58364# fix for foreign columns from join in select

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [15e022085456d4e0771a9541e5c0e2d9155acabc]

        INTEGRATION: CWS dba30 (1.59.16); FILE MERGED 2006/07/20 08:56:09 fs 1.59.16.5: #i10000# 2006/07/19 12:08:29 fs 1.59.16.4: RESYNC: (1.60-1.62); FILE MERGED 2006/05/08 11:17:11 fs 1.59.16.3: RESYNC: (1.59-1.60); FILE MERGED 2006/01/02 09:17:06 oj 1.59.16.2: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used 2005/12/30 07:56:53 oj 1.59.16.1: #i58364# fix for foreign columns from join in select

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0faa16489162c2eadc5bc469282bb9c0d0758e3]

        INTEGRATION: CWS dba30 (1.2.6); FILE MERGED 2006/07/19 12:04:50 fs 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/06 07:12:46 fs 1.2.6.1: #i46768# added test for PropertyBag implementation in this module

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [51dc3b7786ec041820439c89e5a85c7979260aab]

        INTEGRATION: CWS dba30 (1.1.2); FILE ADDED 2005/04/06 07:13:07 fs 1.1.2.1: #i46768# test for the PropertyBag implementation in this module

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ec9a85cdb46fd517f1df58e427f9c01eefa1708]

        INTEGRATION: CWS dba30 (1.65.14); FILE MERGED 2006/07/19 12:03:11 fs 1.65.14.2: RESYNC: (1.65-1.66); FILE MERGED 2006/03/31 13:30:23 fs 1.65.14.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f05266d2bb48cfa38e3d25aac5909f13cb9459]

        #i10000#: add basebmp to warnings=error exception list

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d490b1674e4e7cf7591b1e991a027cc2c27ed35]

        INTEGRATION: CWS dba30 (1.27.290); FILE MERGED 2006/07/19 11:51:49 fs 1.27.290.7: RESYNC: (1.34-1.35); FILE MERGED 2006/05/08 11:04:51 fs 1.27.290.6: RESYNC: (1.33-1.34); FILE MERGED 2006/04/20 06:38:31 oj 1.27.290.5: RESYNC: (1.32-1.33); FILE MERGED 2005/09/30 12:17:29 fs 1.27.290.4: RESYNC: (1.31-1.32); FILE MERGED 2005/05/25 15:09:04 fs 1.27.290.3: RESYNC: (1.30-1.31); FILE MERGED 2005/03/30 09:46:30 fs 1.27.290.2: RESYNC: (1.27-1.30); FILE MERGED 2005/03/02 15:57:55 fs 1.27.290.1: #i43872# Inserted/Removed: don't ignore, just because we're readonly. If somebody insists on inserting (e.g. via API) elements into a read-only document - well, be it. (The more since it seems that a new document can sometimes count as readonly, too)

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [aedbcd239abf836beae42ad6e7503289de70b78c]

        INTEGRATION: CWS dba30 (1.23.14); FILE MERGED 2006/07/20 07:02:21 fs 1.23.14.3: #i10000# 2006/07/19 11:46:31 fs 1.23.14.2: RESYNC: (1.23-1.24); FILE MERGED 2006/04/19 09:51:32 fs 1.23.14.1: removed obsolete/empty try/catch block

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [69bac498b0c33f3f72d20f82ad663ab9cbca2212]

        INTEGRATION: CWS dba30 (1.46.42); FILE MERGED 2006/07/19 11:44:01 fs 1.46.42.5: RESYNC: (1.49-1.50); FILE MERGED 2006/03/21 17:57:36 fs 1.46.42.4: RESYNC: (1.48-1.49); FILE MERGED 2005/10/13 14:20:20 fs 1.46.42.3: RESYNC: (1.47-1.48); FILE MERGED 2005/09/30 12:04:01 fs 1.46.42.2: RESYNC: (1.46-1.47); FILE MERGED 2005/05/26 11:35:25 fs 1.46.42.1: #i47523# lock SolarMutex in FmGridControl::draw (who had the idea to call this from a non-main thread? :-\)

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [40e415e9292aa3ac7f174ba6577e0aab1e00f588]

        INTEGRATION: CWS dba30 (1.47.56); FILE MERGED 2006/07/19 11:14:49 fs 1.47.56.2: RESYNC: (1.47-1.48); FILE MERGED 2006/03/31 13:32:22 fs 1.47.56.1: #i54504# +databaseregistrationui

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2a31e1123894fd0ea2c73e26082744b7efee786]

        INTEGRATION: CWS dba30 (1.24.80); FILE MERGED 2006/07/19 11:03:34 fs 1.24.80.2: RESYNC: (1.24-1.26); FILE MERGED 2006/03/31 13:32:07 fs 1.24.80.1: #i54504# allow creating a DatabaseRegistrationDialog

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7831ad5a286f1d10aa9f4efccd88ea681acad7a1]

        INTEGRATION: CWS dba30 (1.4.44); FILE MERGED 2006/03/31 13:33:41 fs 1.4.44.1: #i54504# dedicated dialog for administrating the database registrations in an SfxSingleTabDialog

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a13a673cc77678a7922888e97882083828bf018]

        INTEGRATION: CWS dba30 (1.7.44); FILE MERGED 2006/07/19 11:02:26 fs 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/31 13:33:41 fs 1.7.44.1: #i54504# dedicated dialog for administrating the database registrations in an SfxSingleTabDialog

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [666350f9a9d18801b6c0d1ab8eafc46968893ea3]

        #139465#,#i10000#: comment out patch list size limitation, workaround for bug 123465

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d61c5bdb5d782d7a9de0398fcccddd06d78f7daa]

        INTEGRATION: CWS dba30 (1.1.2); FILE ADDED 2006/03/31 13:33:51 fs 1.1.2.1: #i54504# function for administration the database registrations

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a404c32b208ce4e89efd20dd7f35fe13f719ab]

        INTEGRATION: CWS dba30 (1.116.46); FILE MERGED 2006/07/19 10:47:57 fs 1.116.46.3: RESYNC: (1.117-1.118); FILE MERGED 2006/05/08 10:57:05 fs 1.116.46.2: RESYNC: (1.116-1.117); FILE MERGED 2006/03/31 13:31:31 fs 1.116.46.1: #i54504# deliver databaseregistrationui.hxx

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [70427d65de13dfcac909c53d9a13d08d531cc292]

        INTEGRATION: CWS dba30 (1.1.2); FILE ADDED 2006/03/31 13:33:21 fs 1.1.2.1: #i54504# function for administration the database registrations

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1aa564fdcd9e55d867f072780bb5d4365fabfaf]

        INTEGRATION: CWS dba30 (1.1.2); FILE ADDED 2005/10/31 13:30:17 fs 1.1.2.1: .

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0f346aae96f7506cf129af321c2fc285a3258db]

        INTEGRATION: CWS dba30 (1.1.2); FILE ADDED 2005/10/31 13:31:05 fs 1.1.2.2: . 2005/05/31 14:07:55 fs 1.1.2.1: drawing layer UNO objects

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [fce6acbc9b89066961db7644469e29229b06fa69]

        #i10000#: set arch define for windows too

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [65296c42e80d94fa388466d23cb31333273d5350]

        INTEGRATION: CWS dba30 (1.8.22); FILE MERGED 2005/11/23 12:44:28 fs 1.8.22.1: corrected docu

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e995423e5e3878c120e959c866d68a7a44baff2]

        INTEGRATION: CWS dba30 (1.14.22); FILE MERGED 2005/12/02 09:15:10 fs 1.14.22.2: no &gt; 2005/10/10 06:59:50 fs 1.14.22.1: syntax

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [a644ac25970f44be4e040bed27973165137cbf34]

        INTEGRATION: CWS dba30 (1.15.24); FILE MERGED 2005/10/12 07:19:08 fs 1.15.24.1: be somewhat more specific about the XResultSetMetaDataSupplier - thanks to Eric Bischoff (ebischoff@openoffice.org) for pointing this out

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [5483f6cacf26554447d90bc7f6d63b023dd48415]

        INTEGRATION: CWS dba30 (1.13.132); FILE MERGED 2005/09/29 22:58:36 fs 1.13.132.2: RESYNC: (1.13-1.14); FILE MERGED 2005/04/06 07:02:21 fs 1.13.132.1: #i46768# additional Settings property, for convenient access ot the Info sequence

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4fc73433ab0d666af88f2db309791162ca8d456]

        INTEGRATION: CWS dba30 (1.10.196); FILE MERGED 2005/09/29 20:25:34 fs 1.10.196.3: RESYNC: (1.10-1.11); FILE MERGED 2005/08/23 15:33:47 fs 1.10.196.2: some clarifications (hopefully) on XReset, as indicated by #i51512# 2005/05/26 11:55:46 fs 1.10.196.1: corrected tags

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6bee5bc09ca258779d3bacaa54c66ca2917de8]

        INTEGRATION: CWS dba30 (1.8.196); FILE MERGED 2005/09/29 20:15:59 fs 1.8.196.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/26 11:55:24 fs 1.8.196.1: #i21167# documenting that load silently returns if the data is already loaded

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e48c4361282c5912a20ecf2a9c73ea4d5b7e85c]

        INTEGRATION: CWS dba30 (1.4.6); FILE MERGED 2006/07/20 13:19:12 fs 1.4.6.3: #i10000# 2006/07/19 10:02:19 fs 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/10 06:15:43 fs 1.4.6.1: in debug versions, allow saving/loading the EditEngine content to/from a file

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [be840b8d88c38259e5f5b2d5735c54c8869841cf]

        INTEGRATION: CWS dba30 (1.4.54); FILE MERGED 2006/07/19 10:01:58 fs 1.4.54.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/29 10:44:16 fs 1.4.54.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/02 13:45:32 fs 1.4.54.1: #i49579# lock SolarMutex before forwarding text to the engine

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ea90d017157c6d7f1cb40ebdf39f342c4bb1a24]

        INTEGRATION: CWS dba30 (1.5.34); FILE MERGED 2006/07/19 10:01:50 fs 1.5.34.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/29 10:43:56 fs 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/02 13:45:32 fs 1.5.34.1: #i49579# lock SolarMutex before forwarding text to the engine

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff268af671b58606bdfdfe4a13b494fe088f7ec7]

        INTEGRATION: CWS dba30 (1.27.24); FILE MERGED 2006/07/19 09:48:26 fs 1.27.24.5: RESYNC: (1.31-1.32); FILE MERGED 2006/03/21 16:17:53 fs 1.27.24.4: RESYNC: (1.28-1.31); FILE MERGED 2006/01/04 11:06:37 fs 1.27.24.3: #i59877# better (assertion) diagnostics when catching an exception 2005/09/29 09:56:29 fs 1.27.24.2: RESYNC: (1.27-1.28); FILE MERGED 2005/05/31 14:12:57 fs 1.27.24.1: added diagnostics

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d145c6ccb6e6fa223c50400a43c3e4ea114fb9a2]

        INTEGRATION: CWS dba30 (1.4.8); FILE MERGED 2006/05/11 13:56:56 fs 1.4.8.1: added additional check that the active sheet was really selected

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [68df640072af7052f05f138d3e75f208caaaf30f]

        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>  [ee84f6cb2b5fa13adcd71b1fbed33167dc0fcb47]

        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-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [60dbe85085c5fd6e1994d340858b5d407244228d]

        INTEGRATION: CWS dba30 (1.37.14); FILE MERGED 2006/07/19 10:57:19 fs 1.37.14.3: RESYNC: (1.38-1.41); FILE MERGED 2006/03/21 15:54:41 fs 1.37.14.2: RESYNC: (1.37-1.38); FILE MERGED 2005/12/14 13:25:59 oj 1.37.14.1: #i58987# check for boolean as comparison

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [5837334823d76688beee59e36e95b7b3d70260a2]

        INTEGRATION: CWS dba30 (1.31.28); FILE MERGED 2006/07/19 10:37:13 fs 1.31.28.6: RESYNC: (1.35-1.36); FILE MERGED 2006/04/18 13:12:49 oj 1.31.28.5: RESYNC: (1.34-1.35); FILE MERGED 2006/03/22 15:04:52 fs 1.31.28.4: #i10000# 2006/03/21 15:46:39 fs 1.31.28.3: RESYNC: (1.32-1.34); FILE MERGED 2005/09/28 12:40:38 fs 1.31.28.2: RESYNC: (1.31-1.32); FILE MERGED 2005/04/06 07:10:25 fs 1.31.28.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3840389aab14c98f8c69b92e9d12e96f19264489]

        INTEGRATION: CWS dba30 (1.12.16); FILE MERGED 2006/07/19 10:35:53 fs 1.12.16.5: RESYNC: (1.15-1.16); FILE MERGED 2006/04/18 13:12:42 oj 1.12.16.4: RESYNC: (1.14-1.15); FILE MERGED 2006/03/21 15:46:20 fs 1.12.16.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/28 12:37:45 fs 1.12.16.2: RESYNC: (1.12-1.13); FILE MERGED 2005/04/06 07:10:25 fs 1.12.16.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7c6a4fb866cf432afaf102597243f315f128e4a]

        INTEGRATION: CWS dba30 (1.8.6); FILE MERGED 2006/07/19 10:26:06 fs 1.8.6.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/28 12:14:52 fs 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/18 06:52:27 fs 1.8.6.1: MColumn ununsed

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [8834007bd00e86c650099bcfa4514ccb7de26802]

        INTEGRATION: CWS dba30 (1.18.6); FILE MERGED 2006/07/19 10:25:04 fs 1.18.6.4: RESYNC: (1.20-1.21); FILE MERGED 2006/04/18 13:10:17 oj 1.18.6.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/28 12:11:44 fs 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2005/04/06 07:10:24 fs 1.18.6.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ff327962223b549785287cdbae97f52e5bdc346]

        INTEGRATION: CWS dba30 (1.19.8); FILE MERGED 2006/07/19 10:20:43 fs 1.19.8.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/28 12:08:05 fs 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2005/04/06 07:10:24 fs 1.19.8.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fe6705617d97134689d451cd96b666105172a62]

        INTEGRATION: CWS dba30 (1.15.10); FILE MERGED 2006/07/19 10:13:33 fs 1.15.10.3: RESYNC: (1.16-1.18); FILE MERGED 2006/04/18 13:09:43 oj 1.15.10.2: RESYNC: (1.15-1.16); FILE MERGED 2005/12/29 12:50:52 oj 1.15.10.1: #i52873# url check corrected

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [c347d6e9efc822e7a3fd8c3d0a0855e6c1630669]

        INTEGRATION: CWS dba30 (1.10.16); FILE MERGED 2006/07/19 10:11:35 fs 1.10.16.4: RESYNC: (1.12-1.13); FILE MERGED 2006/04/18 13:09:16 oj 1.10.16.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/28 11:42:37 fs 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2005/04/06 07:10:23 fs 1.10.16.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad938113509afc756134a1b55c878b93b4921b6d]

        INTEGRATION: CWS dba30 (1.40.68); FILE MERGED 2006/07/19 10:08:19 fs 1.40.68.5: RESYNC: (1.43-1.44); FILE MERGED 2006/04/18 13:08:34 oj 1.40.68.4: RESYNC: (1.42-1.43); FILE MERGED 2005/11/23 08:17:43 fs 1.40.68.3: RESYNC: (1.41-1.42); FILE MERGED 2005/09/28 11:34:44 fs 1.40.68.2: RESYNC: (1.40-1.41); FILE MERGED 2005/04/06 07:10:23 fs 1.40.68.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d254941e74755e674bd720cd4d30235027b61af8]

        INTEGRATION: CWS dba30 (1.10.14); FILE MERGED 2006/05/22 11:23:22 fs 1.10.14.3: #i42048# now proper fix, as advised by OJ 2006/05/11 12:48:59 fs 1.10.14.2: backing out the fix for #i42048#, it does not work and causes a regression (see the issue description) 2005/12/29 12:30:41 oj 1.10.14.1: #i42048# hide system tables

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [d19ee06ef46b44e25d58fe88e894b249125a2a6f]

        INTEGRATION: CWS dba30 (1.17.68); FILE MERGED 2006/07/19 09:50:03 fs 1.17.68.3: RESYNC: (1.18-1.20); FILE MERGED 2005/09/28 10:45:11 fs 1.17.68.2: RESYNC: (1.17-1.18); FILE MERGED 2005/04/06 07:10:22 fs 1.17.68.1: #i46768# some assertions on the type of connection properties

2006-08-15  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f057a972abc7e9f0d02e69be48490fc1eb740cc]

        INTEGRATION: CWS dba30 (1.57.8); FILE MERGED 2006/07/19 09:47:22 fs 1.57.8.3: RESYNC: (1.59-1.61); FILE MERGED 2006/03/21 14:58:08 fs 1.57.8.2: RESYNC: (1.57-1.59); FILE MERGED 2006/01/04 11:13:25 fs 1.57.8.1: allow prepending an Exception to an SQLExceptionInfo

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ceb649bb6b54a23e1244d6fd28890a448ca35f]

        INTEGRATION: CWS writercorehandoff (1.8.466); FILE MERGED 2006/07/27 15:10:26 fme 1.8.466.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 18:58:12 tra 1.8.466.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:16:14 fme 1.8.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:24 tra 1.8.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4723e20b6d2e6cf279e346f067680f08a29a990]

        INTEGRATION: CWS writercorehandoff (1.23.88); FILE MERGED 2005/09/13 18:58:00 tra 1.23.88.3: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:16:14 fme 1.23.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:23 tra 1.23.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9be6f665f6d513da302e38876d4e518cc0a54f2b]

        INTEGRATION: CWS writercorehandoff (1.50.10); FILE MERGED 2006/07/27 15:10:18 fme 1.50.10.6: RESYNC: (1.52-1.54); FILE MERGED 2005/12/21 15:16:28 tra 1.50.10.5: #i50348# 2005/12/20 15:46:42 tra 1.50.10.4: RESYNC: (1.51-1.52); FILE MERGED 2005/09/13 18:57:47 tra 1.50.10.3: RESYNC: (1.50-1.51); FILE MERGED 2005/06/07 14:16:13 fme 1.50.10.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:22 tra 1.50.10.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e861f9497c02743117673ae7dad67a41a1cc37]

        INTEGRATION: CWS writercorehandoff (1.23.272); FILE MERGED 2006/07/27 15:10:11 fme 1.23.272.7: RESYNC: (1.26-1.27); FILE MERGED 2006/03/17 08:48:40 tra 1.23.272.6: RESYNC: (1.25-1.26); FILE MERGED 2006/01/20 10:02:06 tra 1.23.272.5: #i50348#removed inactive code 2005/10/25 09:15:50 tra 1.23.272.4: RESYNC: (1.24-1.25); FILE MERGED 2005/09/13 18:57:01 tra 1.23.272.3: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:16:13 fme 1.23.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:22 tra 1.23.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35098311018cc6f19282727f30d0d39e84854fd1]

        INTEGRATION: CWS writercorehandoff (1.7.1116); FILE MERGED 2005/09/13 18:56:50 tra 1.7.1116.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:16:13 fme 1.7.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:21 tra 1.7.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed84a50ecb97953fda552f6086908cdd2b65f94c]

        INTEGRATION: CWS writercorehandoff (1.10.54); FILE MERGED 2005/09/13 18:55:14 tra 1.10.54.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:16:12 fme 1.10.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:20 tra 1.10.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [32f19bc348d1f65dc30de25593bc86a7dd8b7f2d]

        INTEGRATION: CWS writercorehandoff (1.20.14); FILE MERGED 2006/03/17 08:47:51 tra 1.20.14.5: RESYNC: (1.22-1.23); FILE MERGED 2005/11/04 12:58:17 tra 1.20.14.4: #i50348# 2005/09/13 18:51:28 tra 1.20.14.3: RESYNC: (1.20-1.21); FILE MERGED 2005/06/07 14:16:12 fme 1.20.14.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:20 tra 1.20.14.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7065bcde86acd0a3e3fd73045316dfc03e3dbf95]

        INTEGRATION: CWS writercorehandoff (1.15.252); FILE MERGED 2006/03/17 08:47:41 tra 1.15.252.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 18:51:17 tra 1.15.252.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:16:11 fme 1.15.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:19 tra 1.15.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92b2f9f966bc478f3819303022e93d68f9f2711]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2006/05/08 11:21:26 fme 1.3.462.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 18:50:14 tra 1.3.462.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:16:11 fme 1.3.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:18 tra 1.3.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f836fdccdadb9897740fe675bee324de380b0355]

        INTEGRATION: CWS writercorehandoff (1.36.110); FILE MERGED 2006/07/27 15:09:34 fme 1.36.110.9: RESYNC: (1.40-1.41); FILE MERGED 2006/05/09 10:38:05 fme 1.36.110.8: #i50348# make SwDoc accessible via interfaces 2006/05/08 13:31:32 fme 1.36.110.7: RESYNC: (1.39-1.40); FILE MERGED 2005/11/04 12:58:17 tra 1.36.110.6: #i50348# 2005/09/13 18:48:29 tra 1.36.110.5: RESYNC: (1.37-1.38); FILE MERGED 2005/07/19 13:33:25 tra 1.36.110.4: RESYNC: (1.36-1.37); FILE MERGED 2005/07/19 08:43:08 tra 1.36.110.3: #i50348#make SwDoc interface based 2005/06/07 14:16:11 fme 1.36.110.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:18 tra 1.36.110.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [50858035a5072b3292da9210a3d3e6ca218f2efe]

        INTEGRATION: CWS writercorehandoff (1.27.156); FILE MERGED 2006/07/27 15:09:14 fme 1.27.156.5: RESYNC: (1.29-1.30); FILE MERGED 2006/05/08 13:31:24 fme 1.27.156.4: RESYNC: (1.28-1.29); FILE MERGED 2005/09/13 18:46:15 tra 1.27.156.3: RESYNC: (1.27-1.28); FILE MERGED 2005/06/07 14:16:10 fme 1.27.156.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:17 tra 1.27.156.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c34e554ca6dde1741906dc180aa354976f8bdab]

        INTEGRATION: CWS writercorehandoff (1.34.446); FILE MERGED 2006/07/27 15:09:07 fme 1.34.446.7: RESYNC: (1.38-1.39); FILE MERGED 2006/04/05 13:35:06 tra 1.34.446.6: RESYNC: (1.36-1.38); FILE MERGED 2005/12/20 15:45:32 tra 1.34.446.5: RESYNC: (1.35-1.36); FILE MERGED 2005/11/18 14:53:39 fme 1.34.446.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 18:46:03 tra 1.34.446.3: RESYNC: (1.34-1.35); FILE MERGED 2005/06/07 14:16:10 fme 1.34.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:16 tra 1.34.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4acc1c887fbdf996186fccc107b749a4903ee129]

        INTEGRATION: CWS writercorehandoff (1.4.448); FILE MERGED 2005/09/13 18:45:38 tra 1.4.448.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:16:09 fme 1.4.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:15 tra 1.4.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5826aefd8b64b1e4e25f4863456e7e9ca06c7b83]

        INTEGRATION: CWS writercorehandoff (1.17.182); FILE MERGED 2005/09/13 18:44:55 tra 1.17.182.3: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:16:09 fme 1.17.182.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:15 tra 1.17.182.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [762ed2a87cae0495ff0ffe3d839ffa7ab1d90fe3]

        INTEGRATION: CWS writercorehandoff (1.2.446); FILE MERGED 2005/09/13 18:44:46 tra 1.2.446.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:16:08 fme 1.2.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:14 tra 1.2.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e730558cf4780a6248b6c72943848b937696355]

        INTEGRATION: CWS writercorehandoff (1.53.76); FILE MERGED 2006/07/27 15:09:00 fme 1.53.76.9: RESYNC: (1.57-1.59); FILE MERGED 2006/05/30 06:49:44 fme 1.53.76.8: RESYNC: (1.56-1.57); FILE MERGED 2006/05/08 13:31:14 fme 1.53.76.7: RESYNC: (1.55-1.56); FILE MERGED 2006/01/19 08:50:23 fme 1.53.76.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/10/25 09:12:11 tra 1.53.76.5: RESYNC: (1.54-1.55); FILE MERGED 2005/09/13 18:44:35 tra 1.53.76.4: RESYNC: (1.53-1.54); FILE MERGED 2005/07/13 13:24:55 fme 1.53.76.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:16:08 fme 1.53.76.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:14 tra 1.53.76.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9917ffcbeb1c2a97070ccbe67060ccb31fb44953]

        INTEGRATION: CWS writercorehandoff (1.99.94); FILE MERGED 2006/07/27 15:08:53 fme 1.99.94.14: RESYNC: (1.111-1.112); FILE MERGED 2006/05/30 06:49:24 fme 1.99.94.13: RESYNC: (1.110-1.111); FILE MERGED 2006/05/09 10:38:04 fme 1.99.94.12: #i50348# make SwDoc accessible via interfaces 2006/05/08 13:31:04 fme 1.99.94.11: RESYNC: (1.108-1.110); FILE MERGED 2006/04/05 13:34:40 tra 1.99.94.10: RESYNC: (1.106-1.108); FILE MERGED 2006/03/17 08:47:04 tra 1.99.94.9: RESYNC: (1.105-1.106); FILE MERGED 2005/12/20 15:45:13 tra 1.99.94.8: RESYNC: (1.103-1.105); FILE MERGED 2005/10/25 09:12:01 tra 1.99.94.7: RESYNC: (1.100-1.103); FILE MERGED 2005/09/13 18:44:23 tra 1.99.94.6: RESYNC: (1.99-1.100); FILE MERGED 2005/08/31 12:51:13 tra 1.99.94.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:06:12 fme 1.99.94.4: #i50348# make SwDoc accessible via interfaces 2005/07/11 05:11:51 tra 1.99.94.3: #i50348#make SwDoc interface based 2005/06/07 14:16:08 fme 1.99.94.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:13 tra 1.99.94.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [79a1ed5524ecdee9714585dbe8b003a2584c3419]

        INTEGRATION: CWS writercorehandoff (1.3.728); FILE MERGED 2006/05/09 10:38:04 fme 1.3.728.4: #i50348# make SwDoc accessible via interfaces 2005/09/13 18:43:55 tra 1.3.728.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:16:07 fme 1.3.728.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:12 tra 1.3.728.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af5023e9c2a892fb0395f09b2a8e2e2f61ba82b]

        INTEGRATION: CWS writercorehandoff (1.24.496); FILE MERGED 2006/03/17 08:46:51 tra 1.24.496.8: RESYNC: (1.25-1.26); FILE MERGED 2005/09/13 18:43:42 tra 1.24.496.7: RESYNC: (1.24-1.25); FILE MERGED 2005/07/19 06:06:12 fme 1.24.496.6: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:33 fme 1.24.496.5: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:55 fme 1.24.496.4: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:13:15 tra 1.24.496.3: #i50348#make SwDoc interface based 2005/06/07 14:16:07 fme 1.24.496.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:12 tra 1.24.496.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fbf168f58f6f5f48ea20f56c6d9bf38f5d09c27]

        INTEGRATION: CWS writercorehandoff (1.16.120); FILE MERGED 2006/05/08 13:30:53 fme 1.16.120.7: RESYNC: (1.19-1.20); FILE MERGED 2005/10/25 09:11:52 tra 1.16.120.6: RESYNC: (1.18-1.19); FILE MERGED 2005/09/13 18:43:22 tra 1.16.120.5: RESYNC: (1.17-1.18); FILE MERGED 2005/07/19 13:33:01 tra 1.16.120.4: RESYNC: (1.16-1.17); FILE MERGED 2005/07/13 13:24:55 fme 1.16.120.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:16:07 fme 1.16.120.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:11 tra 1.16.120.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe4b23340fe715fbff7576e4edbf872ddaa94a89]

        INTEGRATION: CWS writercorehandoff (1.12.462); FILE MERGED 2005/09/13 18:43:09 tra 1.12.462.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:16:07 fme 1.12.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:11 tra 1.12.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b933c903cb75a330a4322fafd5f08f26010a15fd]

        INTEGRATION: CWS writercorehandoff (1.4.726); FILE MERGED 2005/09/13 18:42:54 tra 1.4.726.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:16:06 fme 1.4.726.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:10 tra 1.4.726.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b083b79664e70f6c60fcf085f2a6a80f70b473a]

        INTEGRATION: CWS writercorehandoff (1.16.224); FILE MERGED 2005/09/13 18:42:36 tra 1.16.224.3: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:16:06 fme 1.16.224.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:10 tra 1.16.224.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9af069309b6c6f181f97709b8e57a49898d9fa16]

        INTEGRATION: CWS writercorehandoff (1.31.252); FILE MERGED 2006/05/08 13:30:45 fme 1.31.252.4: RESYNC: (1.32-1.33); FILE MERGED 2005/10/06 08:09:56 tra 1.31.252.3: #50348# 2005/09/13 18:41:52 tra 1.31.252.2: RESYNC: (1.31-1.32); FILE MERGED 2005/08/31 12:51:13 tra 1.31.252.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9015a280a18fe4863965506e6a65fad910b53d95]

        INTEGRATION: CWS writercorehandoff (1.2.810); FILE MERGED 2005/09/13 18:41:41 tra 1.2.810.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:16:06 fme 1.2.810.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ba93c7ae69b3c750207f77caa2d7c628d5bc2ba]

        INTEGRATION: CWS writercorehandoff (1.7.98); FILE MERGED 2005/09/13 18:41:30 tra 1.7.98.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:16:06 fme 1.7.98.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:09 tra 1.7.98.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f6e4d960e19aad19ae16180df8e599fb0be5d13]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2005/09/13 18:40:27 tra 1.3.462.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:16:05 fme 1.3.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:09 tra 1.3.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a70e714c18a54d8afa2a6034949828c8280ce364]

        INTEGRATION: CWS writercorehandoff (1.5.1150); FILE MERGED 2005/09/13 18:40:16 tra 1.5.1150.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:16:05 fme 1.5.1150.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b233e31e90e92494c8b27c570a24ec4c0ba3c60d]

        INTEGRATION: CWS writercorehandoff (1.6.592); FILE MERGED 2005/09/13 18:39:53 tra 1.6.592.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:16:05 fme 1.6.592.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:08 tra 1.6.592.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a093ffa3f4c8bb481f936d00bb7440e7ffdd7f51]

        INTEGRATION: CWS writercorehandoff (1.41.326); FILE MERGED 2006/05/03 07:43:22 fme 1.41.326.22: #i50348# make SwDoc interface based 2006/04/28 13:42:05 fme 1.41.326.21: RESYNC: (1.49-1.50); FILE MERGED 2006/04/11 09:59:17 tra 1.41.326.20: #i50348 2006/04/05 13:34:52 tra 1.41.326.19: RESYNC: (1.47-1.49); FILE MERGED 2006/04/05 08:49:49 tra 1.41.326.18: #i50348# 2006/03/17 08:46:35 tra 1.41.326.17: RESYNC: (1.46-1.47); FILE MERGED 2005/12/21 15:16:28 tra 1.41.326.16: #i50348# 2005/12/20 15:45:21 tra 1.41.326.15: RESYNC: (1.45-1.46); FILE MERGED 2005/10/26 07:37:57 tra 1.41.326.14: #i50348# 2005/10/25 09:11:43 tra 1.41.326.13: RESYNC: (1.43-1.45); FILE MERGED 2005/09/13 18:39:29 tra 1.41.326.12: RESYNC: (1.42-1.43); FILE MERGED 2005/08/31 12:51:13 tra 1.41.326.11: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:06:11 fme 1.41.326.10: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:54 fme 1.41.326.9: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:12 tra 1.41.326.8: #i50348#make SwDoc interface based 2005/07/12 11:21:52 tra 1.41.326.7: #i50348#make SwDoc interface based 2005/07/11 06:21:22 tra 1.41.326.6: RESYNC: (1.41-1.42); FILE MERGED 2005/07/11 05:11:51 tra 1.41.326.5: #i50348#make SwDoc interface based 2005/07/07 06:47:08 tra 1.41.326.4: #i50348#make SwDoc interface based 2005/06/24 11:43:56 fme 1.41.326.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:16:05 fme 1.41.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:08 tra 1.41.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [abab8027ea9a9c6c0b2a28f8fd5f599b612c32f4]

        INTEGRATION: CWS writercorehandoff (1.29.96); FILE MERGED 2006/05/08 13:30:03 fme 1.29.96.4: RESYNC: (1.31-1.32); FILE MERGED 2006/03/17 08:46:22 tra 1.29.96.3: RESYNC: (1.30-1.31); FILE MERGED 2005/09/13 18:39:07 tra 1.29.96.2: RESYNC: (1.29-1.30); FILE MERGED 2005/07/05 08:13:14 tra 1.29.96.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5daf2ce442cd1a5c6543d45b2c6a1341203bddde]

        INTEGRATION: CWS writercorehandoff (1.33.96); FILE MERGED 2006/05/08 13:28:42 fme 1.33.96.6: RESYNC: (1.35-1.36); FILE MERGED 2006/05/08 11:21:26 fme 1.33.96.5: #i50348# Make SwDoc accessible via interfaces 2005/09/13 18:38:56 tra 1.33.96.4: RESYNC: (1.34-1.35); FILE MERGED 2005/08/31 12:51:12 tra 1.33.96.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/11 06:21:13 tra 1.33.96.2: RESYNC: (1.33-1.34); FILE MERGED 2005/06/07 14:16:04 fme 1.33.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0159ac93846953c3c1ca8dbd80e58f7687e550d0]

        INTEGRATION: CWS writercorehandoff (1.22.448); FILE MERGED 2005/09/13 18:38:46 tra 1.22.448.3: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:16:04 fme 1.22.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:06 tra 1.22.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f23c9a360ff1bee5e74f2153577474c6ff139b]

        INTEGRATION: CWS writercorehandoff (1.26.96); FILE MERGED 2006/05/08 13:28:17 fme 1.26.96.5: RESYNC: (1.28-1.29); FILE MERGED 2006/03/17 08:46:13 tra 1.26.96.4: RESYNC: (1.27-1.28); FILE MERGED 2005/09/13 18:38:35 tra 1.26.96.3: RESYNC: (1.26-1.27); FILE MERGED 2005/07/13 13:24:54 fme 1.26.96.2: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:13:14 tra 1.26.96.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc6fcb7a35a760ba02a6ea3b389b12ae3b9e29f]

        INTEGRATION: CWS writercorehandoff (1.36.244); FILE MERGED 2006/03/17 08:46:04 tra 1.36.244.5: RESYNC: (1.37-1.38); FILE MERGED 2005/09/13 18:38:25 tra 1.36.244.4: RESYNC: (1.36-1.37); FILE MERGED 2005/07/05 08:13:13 tra 1.36.244.3: #i50348#make SwDoc interface based 2005/06/07 14:16:04 fme 1.36.244.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:05 tra 1.36.244.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b543d8f1a5e2f6289e04ab0eceb661e74e0c0bc]

        INTEGRATION: CWS writercorehandoff (1.5.1280); FILE MERGED 2005/09/13 18:37:48 tra 1.5.1280.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:16:03 fme 1.5.1280.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a929ef860866bd5c9089a952990328aa7faadb]

        INTEGRATION: CWS writercorehandoff (1.28.236); FILE MERGED 2006/07/27 15:08:31 fme 1.28.236.8: RESYNC: (1.31-1.32); FILE MERGED 2006/03/17 08:45:41 tra 1.28.236.7: RESYNC: (1.30-1.31); FILE MERGED 2005/10/25 09:11:10 tra 1.28.236.6: RESYNC: (1.29-1.30); FILE MERGED 2005/09/13 18:37:37 tra 1.28.236.5: RESYNC: (1.28-1.29); FILE MERGED 2005/07/13 13:24:53 fme 1.28.236.4: #i50348# Make SwDoc accessible via interfaces 2005/06/08 08:56:01 fme 1.28.236.3: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/06/07 14:16:03 fme 1.28.236.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:05 tra 1.28.236.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa465ab0bbd5e0b533a4510515756dffc7b50fb0]

        INTEGRATION: CWS writercorehandoff (1.57.224); FILE MERGED 2006/07/31 06:24:03 fme 1.57.224.12: #i50348# Resync 2006/07/27 15:08:24 fme 1.57.224.11: RESYNC: (1.62-1.64); FILE MERGED 2006/04/05 08:49:48 tra 1.57.224.10: #i50348# 2006/03/17 08:45:32 tra 1.57.224.9: RESYNC: (1.61-1.62); FILE MERGED 2005/12/20 15:45:05 tra 1.57.224.8: RESYNC: (1.60-1.61); FILE MERGED 2005/11/18 14:53:39 fme 1.57.224.7: #i50348# Make SwDoc accessible via interfaces 2005/10/25 09:10:58 tra 1.57.224.6: RESYNC: (1.58-1.60); FILE MERGED 2005/09/13 18:36:38 tra 1.57.224.5: RESYNC: (1.57-1.58); FILE MERGED 2005/08/31 12:51:12 tra 1.57.224.4: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/05 08:13:13 tra 1.57.224.3: #i50348#make SwDoc interface based 2005/06/07 14:16:03 fme 1.57.224.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:04 tra 1.57.224.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba923e71ae9d1afea602400a1348022665db59d7]

        INTEGRATION: CWS writercorehandoff (1.18.6); FILE MERGED 2006/05/08 11:21:25 fme 1.18.6.2: #i50348# Make SwDoc accessible via interfaces 2006/05/03 07:43:22 fme 1.18.6.1: #i50348# make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7f0c0fd5af69116a919caf5158a42a62d9baa77]

        INTEGRATION: CWS writercorehandoff (1.88.52); FILE MERGED 2006/07/27 15:08:06 fme 1.88.52.14: RESYNC: (1.94-1.95); FILE MERGED 2006/05/09 10:38:03 fme 1.88.52.13: #i50348# make SwDoc accessible via interfaces 2006/05/08 13:27:36 fme 1.88.52.12: RESYNC: (1.93-1.94); FILE MERGED 2006/03/17 08:45:23 tra 1.88.52.11: RESYNC: (1.92-1.93); FILE MERGED 2005/12/20 15:44:47 tra 1.88.52.10: RESYNC: (1.91-1.92); FILE MERGED 2005/10/25 09:10:27 tra 1.88.52.9: RESYNC: (1.90-1.91); FILE MERGED 2005/10/06 08:09:47 tra 1.88.52.8: #50348# 2005/09/13 18:35:31 tra 1.88.52.7: RESYNC: (1.89-1.90); FILE MERGED 2005/07/19 13:32:49 tra 1.88.52.6: RESYNC: (1.88-1.89); FILE MERGED 2005/07/14 05:01:32 fme 1.88.52.5: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:50 tra 1.88.52.4: #i50348#make SwDoc interface based 2005/07/05 08:13:12 tra 1.88.52.3: #i50348#make SwDoc interface based 2005/06/07 14:16:02 fme 1.88.52.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:03 tra 1.88.52.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b8600438e9777a5fc9934bb192bdce450939e3b]

        INTEGRATION: CWS writercorehandoff (1.42.252); FILE MERGED 2006/03/17 08:45:12 tra 1.42.252.7: RESYNC: (1.44-1.45); FILE MERGED 2005/09/13 18:34:57 tra 1.42.252.6: RESYNC: (1.43-1.44); FILE MERGED 2005/07/28 11:59:49 tra 1.42.252.5: RESYNC: (1.42-1.43); FILE MERGED 2005/07/13 13:24:53 fme 1.42.252.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:55 fme 1.42.252.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:16:02 fme 1.42.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:03 tra 1.42.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b06c125751b306925ed48f56afe88e12d49b314e]

        INTEGRATION: CWS writercorehandoff (1.53.76); FILE MERGED 2006/04/05 13:34:23 tra 1.53.76.6: RESYNC: (1.56-1.57); FILE MERGED 2006/03/17 08:45:04 tra 1.53.76.5: RESYNC: (1.54-1.56); FILE MERGED 2005/09/13 18:34:05 tra 1.53.76.4: RESYNC: (1.53-1.54); FILE MERGED 2005/07/14 05:01:31 fme 1.53.76.3: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:52 fme 1.53.76.2: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:50 tra 1.53.76.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [861d55f640697d5fd4a691ed35aa99032da1f014]

        INTEGRATION: CWS writercorehandoff (1.9.182); FILE MERGED 2005/09/13 18:32:31 tra 1.9.182.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:16:01 fme 1.9.182.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1a84cce7617bbdbeaee8d0e59d061864ade72fe]

        INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED 2005/09/13 18:26:43 tra 1.5.462.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:16:01 fme 1.5.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:02 tra 1.5.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c89258205b344f3445edc6f71ff96ee0a95064db]

        INTEGRATION: CWS writercorehandoff (1.43.326); FILE MERGED 2006/05/09 10:38:02 fme 1.43.326.8: #i50348# make SwDoc accessible via interfaces 2006/05/08 13:27:03 fme 1.43.326.7: RESYNC: (1.49-1.50); FILE MERGED 2006/05/08 11:21:25 fme 1.43.326.6: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:44:09 tra 1.43.326.5: RESYNC: (1.47-1.49); FILE MERGED 2005/12/20 15:44:05 tra 1.43.326.4: RESYNC: (1.45-1.47); FILE MERGED 2005/10/25 09:07:18 tra 1.43.326.3: RESYNC: (1.44-1.45); FILE MERGED 2005/09/13 18:23:33 tra 1.43.326.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/31 12:51:11 tra 1.43.326.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff86c0c57757dbacd959a698b8711eb50357eafc]

        INTEGRATION: CWS writercorehandoff (1.43.54); FILE MERGED 2006/03/17 08:43:59 tra 1.43.54.5: RESYNC: (1.46-1.48); FILE MERGED 2005/12/20 15:43:58 tra 1.43.54.4: RESYNC: (1.44-1.46); FILE MERGED 2005/09/13 18:23:22 tra 1.43.54.3: RESYNC: (1.43-1.44); FILE MERGED 2005/06/07 14:16:00 fme 1.43.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:01 tra 1.43.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f83293d13eaa83c75d76c188539bd95d41bd958e]

        INTEGRATION: CWS writercorehandoff (1.7.592); FILE MERGED 2005/09/13 18:23:11 tra 1.7.592.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:16:00 fme 1.7.592.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:00 tra 1.7.592.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1864c0cc5771796c337853299fe491c1bef2cb7]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2005/09/13 18:22:57 tra 1.6.466.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:16:00 fme 1.6.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:30:00 tra 1.6.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b8209977766fd8a8881f1b060d0b6383c8af35]

        INTEGRATION: CWS writercorehandoff (1.27.244); FILE MERGED 2006/05/08 13:26:54 fme 1.27.244.3: RESYNC: (1.28-1.29); FILE MERGED 2005/09/13 18:22:46 tra 1.27.244.2: RESYNC: (1.27-1.28); FILE MERGED 2005/08/31 12:51:11 tra 1.27.244.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7605ff78be3ad550697c92c9d4d6e199218462be]

        INTEGRATION: CWS writercorehandoff (1.8.238); FILE MERGED 2005/09/13 18:20:39 tra 1.8.238.4: RESYNC: (1.9-1.10); FILE MERGED 2005/07/28 11:59:30 tra 1.8.238.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:16:00 fme 1.8.238.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:59 tra 1.8.238.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [20be4e2960a2973ceba4f42758573a465a1fd210]

        INTEGRATION: CWS writercorehandoff (1.14.4); FILE MERGED 2006/05/08 11:21:25 fme 1.14.4.3: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:43:21 tra 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/18 14:53:38 fme 1.14.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [02a823629e304060b101d06cef400577fbdd01f8]

        INTEGRATION: CWS writercorehandoff (1.28.316); FILE MERGED 2006/07/27 15:06:40 fme 1.28.316.7: RESYNC: (1.32-1.34); FILE MERGED 2006/05/08 13:26:37 fme 1.28.316.6: RESYNC: (1.31-1.32); FILE MERGED 2006/04/28 13:41:44 fme 1.28.316.5: RESYNC: (1.30-1.31); FILE MERGED 2005/12/20 15:43:29 tra 1.28.316.4: RESYNC: (1.29-1.30); FILE MERGED 2005/09/13 18:19:47 tra 1.28.316.3: RESYNC: (1.28-1.29); FILE MERGED 2005/06/07 14:15:59 fme 1.28.316.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:59 tra 1.28.316.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fc860be3eda0c5ba1148c4cdd31b832e9f66423]

        INTEGRATION: CWS writercorehandoff (1.30.324); FILE MERGED 2006/07/27 15:06:32 fme 1.30.324.5: RESYNC: (1.32-1.33); FILE MERGED 2005/12/20 15:43:19 tra 1.30.324.4: RESYNC: (1.31-1.32); FILE MERGED 2005/09/13 18:19:34 tra 1.30.324.3: RESYNC: (1.30-1.31); FILE MERGED 2005/06/07 14:15:59 fme 1.30.324.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:58 tra 1.30.324.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd5beb1b09d4102886c813124263d6189d9b2ce]

        INTEGRATION: CWS writercorehandoff (1.19.444); FILE MERGED 2006/07/27 15:06:23 fme 1.19.444.6: RESYNC: (1.21-1.22); FILE MERGED 2006/05/08 11:21:25 fme 1.19.444.5: #i50348# Make SwDoc accessible via interfaces 2006/04/05 13:33:03 tra 1.19.444.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/13 18:19:21 tra 1.19.444.3: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:15:59 fme 1.19.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:57 tra 1.19.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bd8ef84096b7efcae751b75150b0212fa9dc1c0]

        INTEGRATION: CWS writercorehandoff (1.13.86); FILE MERGED 2006/07/27 15:06:04 fme 1.13.86.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 18:18:48 tra 1.13.86.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:58 fme 1.13.86.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:57 tra 1.13.86.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [692dacd2ae4e0451371bc8767948fdf5b11ef9f7]

        INTEGRATION: CWS writercorehandoff (1.7.530); FILE MERGED 2006/07/27 15:05:56 fme 1.7.530.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 18:18:37 tra 1.7.530.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:15:58 fme 1.7.530.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:56 tra 1.7.530.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ad6f2a06c6ca95fe521143457910234c77aa88]

        INTEGRATION: CWS writercorehandoff (1.5.496); FILE MERGED 2006/07/27 15:05:48 fme 1.5.496.5: RESYNC: (1.7-1.8); FILE MERGED 2006/05/08 13:26:29 fme 1.5.496.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 18:18:26 tra 1.5.496.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:58 fme 1.5.496.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:56 tra 1.5.496.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eba2e8a6b0f3630a8f86d709cab7c88b3691a20e]

        INTEGRATION: CWS writercorehandoff (1.67.120); FILE MERGED 2006/07/27 15:05:35 fme 1.67.120.8: RESYNC: (1.72-1.74); FILE MERGED 2006/03/17 08:43:12 tra 1.67.120.7: RESYNC: (1.71-1.72); FILE MERGED 2005/12/21 15:16:28 tra 1.67.120.6: #i50348# 2005/12/20 15:43:09 tra 1.67.120.5: RESYNC: (1.69-1.71); FILE MERGED 2005/10/25 09:06:42 tra 1.67.120.4: RESYNC: (1.68-1.69); FILE MERGED 2005/09/13 18:18:16 tra 1.67.120.3: RESYNC: (1.67-1.68); FILE MERGED 2005/06/07 14:15:57 fme 1.67.120.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:55 tra 1.67.120.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aec3945d291d604924c94563f5456bcd3b68f98]

        INTEGRATION: CWS writercorehandoff (1.13.4); FILE MERGED 2006/05/08 11:21:24 fme 1.13.4.2: #i50348# Make SwDoc accessible via interfaces 2005/10/24 16:01:37 tra 1.13.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [64bdc48ddc9eee5a96d16b00bf2c3231db2d652a]

        INTEGRATION: CWS writercorehandoff (1.3.1116); FILE MERGED 2005/09/13 18:14:47 tra 1.3.1116.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:57 fme 1.3.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:54 tra 1.3.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce018dd464f12a9d497850357250a34d0fa8534f]

        INTEGRATION: CWS writercorehandoff (1.13.324); FILE MERGED 2005/09/13 18:14:36 tra 1.13.324.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:57 fme 1.13.324.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:54 tra 1.13.324.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57d45a9c30bdf7aa01c89edccd3f36a650b4e5e]

        INTEGRATION: CWS writercorehandoff (1.9.528); FILE MERGED 2006/07/27 15:04:05 fme 1.9.528.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 18:14:25 tra 1.9.528.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:15:56 fme 1.9.528.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:53 tra 1.9.528.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [85622e966b86be4848714fc8558ef10b74ba1d25]

        INTEGRATION: CWS writercorehandoff (1.5.1116); FILE MERGED 2005/09/13 18:13:49 tra 1.5.1116.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:56 fme 1.5.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:52 tra 1.5.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eba51864b4bdea5564b67d2830b960df89b5d5c]

        INTEGRATION: CWS writercorehandoff (1.8.86); FILE MERGED 2006/07/27 15:03:53 fme 1.8.86.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 18:14:03 tra 1.8.86.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:56 fme 1.8.86.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:52 tra 1.8.86.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3425ccbbbdb5834ff70b0e690e7192a2a486993]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2006/05/08 11:21:24 fme 1.3.462.4: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:41:36 fme 1.3.462.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 18:13:27 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/31 12:51:10 tra 1.3.462.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4821199aed811443edf27dd6c38b6c39c2b16993]

        INTEGRATION: CWS writercorehandoff (1.13.462); FILE MERGED 2005/09/13 18:12:47 tra 1.13.462.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:55 fme 1.13.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:51 tra 1.13.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f69402a31fe848172e71c6990cb24d7038bb853]

        INTEGRATION: CWS writercorehandoff (1.18.244); FILE MERGED 2006/05/30 06:48:18 fme 1.18.244.5: RESYNC: (1.20-1.21); FILE MERGED 2006/05/08 11:21:24 fme 1.18.244.4: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:41:28 fme 1.18.244.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 18:12:10 tra 1.18.244.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/31 12:51:10 tra 1.18.244.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [39908928d129709eaa753179fdde7b5dd37a7266]

        INTEGRATION: CWS writercorehandoff (1.29.18); FILE MERGED 2005/12/20 15:42:34 tra 1.29.18.4: RESYNC: (1.30-1.32); FILE MERGED 2005/09/13 18:10:07 tra 1.29.18.3: RESYNC: (1.29-1.30); FILE MERGED 2005/06/07 14:15:55 fme 1.29.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:50 tra 1.29.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c5be3dc3551cd56ec280b833ceca17d30a53a75]

        INTEGRATION: CWS writercorehandoff (1.6.1116); FILE MERGED 2006/07/27 15:03:10 fme 1.6.1116.5: RESYNC: (1.8-1.9); FILE MERGED 2006/03/17 08:42:31 tra 1.6.1116.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 18:09:38 tra 1.6.1116.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:15:54 fme 1.6.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:50 tra 1.6.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3eeac48247572e79a31c161071f521d659b435]

        INTEGRATION: CWS writercorehandoff (1.11.156); FILE MERGED 2005/09/13 18:02:53 tra 1.11.156.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:54 fme 1.11.156.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:49 tra 1.11.156.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8da109727bfc2f6ed21c2fa9657142d10e28bf7]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2006/05/08 11:21:24 fme 1.8.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c1fec17f94308ddc3c395f0f666320ee6f3569]

        INTEGRATION: CWS writercorehandoff (1.10.444); FILE MERGED 2006/05/08 13:26:10 fme 1.10.444.5: RESYNC: (1.12-1.13); FILE MERGED 2006/04/05 13:32:39 tra 1.10.444.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 18:06:27 tra 1.10.444.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/13 13:24:51 fme 1.10.444.2: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:55 fme 1.10.444.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a72e8ac26f742140b54c3ea7f2edeb18e38cf274]

        INTEGRATION: CWS writercorehandoff (1.38.252); FILE MERGED 2006/07/27 15:02:44 fme 1.38.252.5: RESYNC: (1.39-1.40); FILE MERGED 2006/05/08 11:21:23 fme 1.38.252.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 18:05:51 tra 1.38.252.3: RESYNC: (1.38-1.39); FILE MERGED 2005/06/07 14:15:54 fme 1.38.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:49 tra 1.38.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee74b1b7be6f283ea733f708b3fbdda9276959a8]

        INTEGRATION: CWS writercorehandoff (1.16.462); FILE MERGED 2006/07/27 15:01:46 fme 1.16.462.4: RESYNC: (1.18-1.19); FILE MERGED 2005/11/04 12:58:16 tra 1.16.462.3: #i50348# 2005/09/13 18:04:45 tra 1.16.462.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/06 09:29:48 tra 1.16.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3ccdaa1f5654b25556ee6d6292ea831d2e4920b]

        INTEGRATION: CWS writercorehandoff (1.3.444); FILE MERGED 2005/10/25 09:02:54 tra 1.3.444.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 18:02:18 tra 1.3.444.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/13 13:24:51 fme 1.3.444.2: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:54 fme 1.3.444.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9f552c3ee6573d9b8d92a1b945a23674eefdea8]

        INTEGRATION: CWS writercorehandoff (1.22.32); FILE MERGED 2006/05/09 10:38:01 fme 1.22.32.5: #i50348# make SwDoc accessible via interfaces 2006/03/17 08:42:05 tra 1.22.32.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/13 18:01:48 tra 1.22.32.3: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:15:53 fme 1.22.32.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:48 tra 1.22.32.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [905e1294b285686d763ce17cbfaf06f5a4f1742a]

        INTEGRATION: CWS writercorehandoff (1.11.18); FILE MERGED 2006/03/17 08:41:41 tra 1.11.18.3: RESYNC: (1.12-1.13); FILE MERGED 2005/12/20 15:41:52 tra 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/18 14:53:38 fme 1.11.18.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d75904e3948af5457f911a79388aa42c71186d6]

        INTEGRATION: CWS writercorehandoff (1.11.88); FILE MERGED 2005/09/28 14:01:51 tra 1.11.88.4: #i50348# 2005/09/13 18:00:48 tra 1.11.88.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:53 fme 1.11.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:47 tra 1.11.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d9744af2aad8e741526f959cde7515cc4e4e72]

        INTEGRATION: CWS writercorehandoff (1.4.448); FILE MERGED 2005/09/13 18:00:38 tra 1.4.448.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:52 fme 1.4.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:46 tra 1.4.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a30f70016fbdf0d3f953e4370b25b4d0186edccd]

        INTEGRATION: CWS writercorehandoff (1.31.592); FILE MERGED 2005/09/13 17:58:43 tra 1.31.592.3: RESYNC: (1.31-1.32); FILE MERGED 2005/06/07 14:15:52 fme 1.31.592.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:46 tra 1.31.592.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec20b02e6191283a63cfb8f9622e818c328daca1]

        INTEGRATION: CWS writercorehandoff (1.62.252); FILE MERGED 2006/07/27 15:01:03 fme 1.62.252.7: RESYNC: (1.66-1.67); FILE MERGED 2006/05/08 13:26:01 fme 1.62.252.6: RESYNC: (1.65-1.66); FILE MERGED 2006/03/17 08:41:11 tra 1.62.252.5: RESYNC: (1.64-1.65); FILE MERGED 2005/10/25 09:01:28 tra 1.62.252.4: RESYNC: (1.63-1.64); FILE MERGED 2005/09/13 17:58:06 tra 1.62.252.3: RESYNC: (1.62-1.63); FILE MERGED 2005/06/07 14:15:51 fme 1.62.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:45 tra 1.62.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b868ff51ecf66cf8226068615795a90208d607]

        INTEGRATION: CWS writercorehandoff (1.11.78); FILE MERGED 2006/05/30 06:47:25 fme 1.11.78.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/13 17:53:08 tra 1.11.78.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:50 fme 1.11.78.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6878a5e19a7ddcef2818309bf8c77a2f3f4b2e0a]

        INTEGRATION: CWS writercorehandoff (1.8.462); FILE MERGED 2006/03/17 08:40:59 tra 1.8.462.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 17:52:18 tra 1.8.462.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:49 fme 1.8.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b53cf0f5ec41ef69da057c2c29505cca49818737]

        INTEGRATION: CWS writercorehandoff (1.2.592); FILE MERGED 2005/09/13 17:50:02 tra 1.2.592.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:49 fme 1.2.592.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [61120d5aa3a1da789786a730b4fe9eda12181d72]

        INTEGRATION: CWS writercorehandoff (1.3.1310); FILE MERGED 2005/09/13 17:48:37 tra 1.3.1310.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:49 fme 1.3.1310.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [769d5c0f3d5b6c9b22cdcd6febd9ae79e339ecb0]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1316); FILE MERGED 2005/09/13 17:47:39 tra 1.1.1.1.1316.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:15:49 fme 1.1.1.1.1316.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cbaced3f9899f3115b805635e1b46d553075142]

        INTEGRATION: CWS writercorehandoff (1.4.462); FILE MERGED 2005/09/13 17:47:26 tra 1.4.462.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:48 fme 1.4.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73b48febf536e59670d9a29a51b654a47e2f913]

        INTEGRATION: CWS writercorehandoff (1.2.1288); FILE MERGED 2005/09/13 17:47:03 tra 1.2.1288.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:48 fme 1.2.1288.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d58d175bfd52c7cd73aff267a726a5123ac0f7f]

        INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED 2005/09/13 17:44:54 tra 1.3.466.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:48 fme 1.3.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c8b36dc81dfde24730de22388df4f565569b42b]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2005/09/13 17:44:28 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:48 fme 1.3.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [51e925ca88b056628420fa700ce6bf3f531f67a4]

        INTEGRATION: CWS writercorehandoff (1.14.444); FILE MERGED 2006/05/30 06:47:13 fme 1.14.444.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 17:44:08 tra 1.14.444.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:15:47 fme 1.14.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35272626fbe511c98254c8933c9733257b2de6cd]

        INTEGRATION: CWS writercorehandoff (1.2.466); FILE MERGED 2005/09/13 17:41:42 tra 1.2.466.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:47 fme 1.2.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e270da41339a375564a4bea87e60848a2facd676]

        INTEGRATION: CWS writercorehandoff (1.11.326); FILE MERGED 2005/09/13 17:41:09 tra 1.11.326.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:46 fme 1.11.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [87aa8b73606e6223e90b71dd6caf7dbd8fd496c5]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2006/04/28 13:41:20 fme 1.3.462.4: RESYNC: (1.5-1.6); FILE MERGED 2006/03/17 08:40:13 tra 1.3.462.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 17:41:01 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/31 12:51:09 tra 1.3.462.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [28eb2bcb988f27350df01c40e83ab32d0c466265]

        INTEGRATION: CWS writercorehandoff (1.5.156); FILE MERGED 2005/09/13 17:38:36 tra 1.5.156.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:46 fme 1.5.156.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7278bf620c9025f39bbb1a0ca719dd969e002209]

        INTEGRATION: CWS writercorehandoff (1.4.586); FILE MERGED 2006/03/17 08:39:45 tra 1.4.586.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 17:37:52 tra 1.4.586.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:46 fme 1.4.586.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e15bca3546ce212d6e7d65b63311ed861cf6e8f3]

        INTEGRATION: CWS writercorehandoff (1.5.592); FILE MERGED 2005/09/13 17:35:40 tra 1.5.592.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:45 fme 1.5.592.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [879c4fadbd17de3d88f9d55d66916011c7195233]

        INTEGRATION: CWS writercorehandoff (1.4.156); FILE MERGED 2005/09/13 17:33:32 tra 1.4.156.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:45 fme 1.4.156.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [266e81c0ffe32df0d9e901f54ce1a41bc1f4e257]

        INTEGRATION: CWS writercorehandoff (1.6.272); FILE MERGED 2005/09/13 17:30:43 tra 1.6.272.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/06 09:29:44 tra 1.6.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0655bf42685e2247599a02be7af621c6a9568a0b]

        INTEGRATION: CWS writercorehandoff (1.3.1288); FILE MERGED 2005/09/13 17:30:35 tra 1.3.1288.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:45 fme 1.3.1288.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [565153cb32fadba0fc92f8c6c71a13dbdeac1240]

        INTEGRATION: CWS writercorehandoff (1.4.288); FILE MERGED 2005/09/13 17:29:36 tra 1.4.288.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:44 fme 1.4.288.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0088f8c2eb11e79ced02fbaab9534bc05da2c2e9]

        INTEGRATION: CWS writercorehandoff (1.2.1312); FILE MERGED 2005/09/13 17:28:25 tra 1.2.1312.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:44 fme 1.2.1312.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [834a13575397e0cc400d94dbce6f7e0772e46694]

        INTEGRATION: CWS writercorehandoff (1.7.768); FILE MERGED 2005/09/13 17:28:16 tra 1.7.768.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:15:44 fme 1.7.768.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:43 tra 1.7.768.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [240d99614614e88ef2986551d1ba364c45d24843]

        INTEGRATION: CWS writercorehandoff (1.3.768); FILE MERGED 2005/09/13 17:24:22 tra 1.3.768.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:43 fme 1.3.768.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fd9c041a2d76c0b6c856d6b2a49a60508059f9b]

        INTEGRATION: CWS writercorehandoff (1.12.462); FILE MERGED 2006/03/17 08:38:20 tra 1.12.462.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 17:24:11 tra 1.12.462.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:15:43 fme 1.12.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [75f7a506512cc07d43881bfe1eff07803204fdb0]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 17:24:02 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:15:43 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7f4fd61e7df925000bd32ab9dc3a9349562176f]

        INTEGRATION: CWS writercorehandoff (1.19.138); FILE MERGED 2006/07/27 14:58:45 fme 1.19.138.7: RESYNC: (1.25-1.26); FILE MERGED 2006/05/08 13:25:53 fme 1.19.138.6: RESYNC: (1.24-1.25); FILE MERGED 2006/04/05 13:31:10 tra 1.19.138.5: RESYNC: (1.23-1.24); FILE MERGED 2006/03/17 08:38:09 tra 1.19.138.4: RESYNC: (1.21-1.23); FILE MERGED 2005/09/13 17:23:21 tra 1.19.138.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/19 13:31:16 tra 1.19.138.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:15:43 fme 1.19.138.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [aae45dcb8afb1b31fcb15be38ec0ac33148f06d4]

        INTEGRATION: CWS writercorehandoff (1.4.446); FILE MERGED 2005/09/13 17:22:30 tra 1.4.446.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:42 fme 1.4.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7208ceb5f612fe27ab0c5e9e3ff63b83421594a0]

        INTEGRATION: CWS writercorehandoff (1.4.558); FILE MERGED 2005/09/13 17:22:14 tra 1.4.558.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:42 fme 1.4.558.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d561cf0e3b272cc7e8a385be843e8887b2f740ac]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 17:21:53 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:15:42 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ec3dbbb6c0c4f0ad6016b53ef425a17a100c79]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 17:21:43 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:15:41 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce0291457007e82c31f55e6326236bc08cab20d]

        INTEGRATION: CWS writercorehandoff (1.4.586); FILE MERGED 2005/09/13 17:18:58 tra 1.4.586.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:41 fme 1.4.586.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff4f6c6cbdb8ad31a690091711619d4e63ad05b]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 17:18:48 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:15:41 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb8d3d508e73c9a7a0be424666e1a38c8fdcba3]

        INTEGRATION: CWS writercorehandoff (1.2.1310); FILE MERGED 2005/09/13 17:16:04 tra 1.2.1310.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:40 fme 1.2.1310.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a5d65733f15c99284918c63f296c34df58db97]

        INTEGRATION: CWS writercorehandoff (1.10.462); FILE MERGED 2006/03/17 08:38:00 tra 1.10.462.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 17:15:15 tra 1.10.462.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:15:40 fme 1.10.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:42 tra 1.10.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb3c992ed083238f95337e84b91e1cb414a60906]

        INTEGRATION: CWS writercorehandoff (1.10.72); FILE MERGED 2006/04/05 08:49:48 tra 1.10.72.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1796db4e87185594fbb87a74e996baeae7e6d145]

        INTEGRATION: CWS writercorehandoff (1.3.1324); FILE MERGED 2005/09/13 17:12:47 tra 1.3.1324.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:39 fme 1.3.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffc61e851fac8aa9ebaa1ef3c0b13e19ef48d925]

        INTEGRATION: CWS writercorehandoff (1.4.1310); FILE MERGED 2005/09/13 17:12:21 tra 1.4.1310.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/06 09:29:42 tra 1.4.1310.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c44fa534e76be4df77b6a7e510a77195ac3ded]

        INTEGRATION: CWS writercorehandoff (1.53.98); FILE MERGED 2005/10/25 08:58:53 tra 1.53.98.4: RESYNC: (1.54-1.55); FILE MERGED 2005/09/13 17:06:56 tra 1.53.98.3: RESYNC: (1.53-1.54); FILE MERGED 2005/06/07 14:15:38 fme 1.53.98.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:41 tra 1.53.98.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd240ce20579f0b9111732a9d36d551848ccec0d]

        INTEGRATION: CWS writercorehandoff (1.19.234); FILE MERGED 2005/12/20 15:39:36 tra 1.19.234.5: RESYNC: (1.21-1.22); FILE MERGED 2005/10/25 08:58:31 tra 1.19.234.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/13 17:05:57 tra 1.19.234.3: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:15:38 fme 1.19.234.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:40 tra 1.19.234.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [14549ad3f4ecea74192babb663e01c8bab28b1e9]

        INTEGRATION: CWS writercorehandoff (1.14.444); FILE MERGED 2006/03/17 08:36:39 tra 1.14.444.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 17:00:33 tra 1.14.444.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:15:37 fme 1.14.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:39 tra 1.14.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1b7b5b3f261cc177702b51954ec091085a6a550]

        INTEGRATION: CWS writercorehandoff (1.14.4); FILE MERGED 2006/03/17 08:36:01 tra 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/01/20 10:02:06 tra 1.14.4.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [04ed0223d14ab38b39407942d1dc1b963efb1414]

        INTEGRATION: CWS writercorehandoff (1.42.54); FILE MERGED 2006/05/09 10:38:00 fme 1.42.54.5: #i50348# make SwDoc accessible via interfaces 2006/03/17 08:35:49 tra 1.42.54.4: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 16:58:20 tra 1.42.54.3: RESYNC: (1.42-1.43); FILE MERGED 2005/06/07 14:15:37 fme 1.42.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:39 tra 1.42.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e9901c379807ef73952306d2ce282390751fa4]

        INTEGRATION: CWS writercorehandoff (1.14.462); FILE MERGED 2006/03/17 08:35:38 tra 1.14.462.5: RESYNC: (1.16-1.17); FILE MERGED 2005/11/04 12:58:16 tra 1.14.462.4: #i50348# 2005/09/13 16:57:46 tra 1.14.462.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:15:36 fme 1.14.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:38 tra 1.14.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [823fdf4b184d0a8bf035e4fdaef2157d673a5629]

        INTEGRATION: CWS writercorehandoff (1.11.462); FILE MERGED 2006/03/17 08:35:29 tra 1.11.462.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/13 16:57:35 tra 1.11.462.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:36 fme 1.11.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:38 tra 1.11.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bd88d904166dd31a2882d5364c67378ddca3859]

        INTEGRATION: CWS writercorehandoff (1.9.462); FILE MERGED 2006/03/17 08:35:21 tra 1.9.462.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 16:57:00 tra 1.9.462.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:15:36 fme 1.9.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:37 tra 1.9.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fede705e33a525445f71bf36c596e067d6c1ee4]

        INTEGRATION: CWS writercorehandoff (1.15.462); FILE MERGED 2006/03/17 08:34:55 tra 1.15.462.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 16:55:44 tra 1.15.462.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:15:36 fme 1.15.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:36 tra 1.15.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c3ad01795954583f8dc070ee07e80238e5603db]

        INTEGRATION: CWS writercorehandoff (1.31.252); FILE MERGED 2005/09/13 16:53:16 tra 1.31.252.4: RESYNC: (1.31-1.32); FILE MERGED 2005/07/13 13:24:50 fme 1.31.252.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:35 fme 1.31.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:35 tra 1.31.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb9f94ecf58cbbbd05053d3507c51203a41502c]

        INTEGRATION: CWS writercorehandoff (1.8.462); FILE MERGED 2005/09/13 16:50:39 tra 1.8.462.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:34 fme 1.8.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:35 tra 1.8.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bcb2edc6972c6d84521b886cbf31960ce247b6e]

        INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED 2005/09/13 16:50:29 tra 1.5.462.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:34 fme 1.5.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:34 tra 1.5.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc6730876e82c1c445102d92fb3c20e63e90a88]

        INTEGRATION: CWS writercorehandoff (1.9.1116); FILE MERGED 2005/09/13 16:50:20 tra 1.9.1116.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:15:34 fme 1.9.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:34 tra 1.9.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d11e16266da7d353fd193773f2a1ac134f2c802d]

        INTEGRATION: CWS writercorehandoff (1.30.344); FILE MERGED 2006/05/08 11:21:22 fme 1.30.344.5: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:55:31 tra 1.30.344.4: RESYNC: (1.31-1.33); FILE MERGED 2005/09/13 16:50:11 tra 1.30.344.3: RESYNC: (1.30-1.31); FILE MERGED 2005/06/07 14:15:33 fme 1.30.344.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:33 tra 1.30.344.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [415ae82f941c372a106b62a6bc34c30cef8e0d91]

        INTEGRATION: CWS writercorehandoff (1.15.462); FILE MERGED 2005/09/13 16:48:47 tra 1.15.462.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:15:33 fme 1.15.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:33 tra 1.15.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3e23effd821b5645219cdd170fdf9ca217e58e7]

        INTEGRATION: CWS writercorehandoff (1.15.446); FILE MERGED 2006/05/09 10:38:00 fme 1.15.446.5: #i50348# make SwDoc accessible via interfaces 2006/04/28 13:40:52 fme 1.15.446.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 16:46:38 tra 1.15.446.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:15:32 fme 1.15.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:32 tra 1.15.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [760247d1af93f6bf6384f52ad53544b493d721e5]

        INTEGRATION: CWS writercorehandoff (1.17.466); FILE MERGED 2005/09/13 16:46:17 tra 1.17.466.3: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:15:32 fme 1.17.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:31 tra 1.17.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6faeac3ffe83fdd7f550a9c2b33df1a6f80f36]

        INTEGRATION: CWS writercorehandoff (1.14.442); FILE MERGED 2006/07/27 14:57:14 fme 1.14.442.4: RESYNC: (1.16-1.17); FILE MERGED 2006/03/17 08:34:22 tra 1.14.442.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 16:45:24 tra 1.14.442.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 12:51:09 tra 1.14.442.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d579478d7002a386d913161be8eedde47e6bb35b]

        INTEGRATION: CWS writercorehandoff (1.115.48); FILE MERGED 2006/07/27 14:57:06 fme 1.115.48.13: RESYNC: (1.132-1.134); FILE MERGED 2006/05/08 13:25:23 fme 1.115.48.12: RESYNC: (1.130-1.132); FILE MERGED 2006/04/05 13:29:35 tra 1.115.48.11: RESYNC: (1.129-1.130); FILE MERGED 2006/03/17 08:34:14 tra 1.115.48.10: RESYNC: (1.124-1.129); FILE MERGED 2005/12/20 15:38:16 tra 1.115.48.9: RESYNC: (1.120-1.124); FILE MERGED 2005/11/04 12:58:15 tra 1.115.48.8: #i50348# 2005/10/25 08:54:36 tra 1.115.48.7: RESYNC: (1.117-1.119); FILE MERGED 2005/09/13 16:45:14 tra 1.115.48.6: RESYNC: (1.116-1.117); FILE MERGED 2005/07/19 13:29:45 tra 1.115.48.5: RESYNC: (1.115-1.116); FILE MERGED 2005/07/05 08:13:11 tra 1.115.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:53 fme 1.115.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:31 fme 1.115.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:30 tra 1.115.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [345f28d0994f9957e44b0db4e2d0186f70684423]

        INTEGRATION: CWS writercorehandoff (1.94.94); FILE MERGED 2006/05/30 06:45:51 fme 1.94.94.13: RESYNC: (1.100-1.101); FILE MERGED 2006/04/05 13:29:23 tra 1.94.94.12: RESYNC: (1.99-1.100); FILE MERGED 2006/03/17 08:34:00 tra 1.94.94.11: RESYNC: (1.97-1.99); FILE MERGED 2006/01/20 10:02:05 tra 1.94.94.10: #i50348#removed inactive code 2005/12/20 15:37:55 tra 1.94.94.9: RESYNC: (1.96-1.97); FILE MERGED 2005/11/10 06:30:36 tra 1.94.94.8: #i50348# 2005/11/04 12:58:12 tra 1.94.94.7: #i50348# 2005/09/13 16:44:15 tra 1.94.94.6: RESYNC: (1.94-1.95); FILE MERGED 2005/07/19 08:43:07 tra 1.94.94.5: #i50348#make SwDoc interface based 2005/07/19 06:06:10 fme 1.94.94.4: #i50348# make SwDoc accessible via interfaces 2005/07/11 05:11:49 tra 1.94.94.3: #i50348#make SwDoc interface based 2005/06/07 14:15:30 fme 1.94.94.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:29 tra 1.94.94.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d7e4ef7cdf3ae528534ab9608bb0b557e25974b]

        INTEGRATION: CWS writercorehandoff (1.22.4); FILE MERGED 2006/05/08 11:21:22 fme 1.22.4.2: #i50348# Make SwDoc accessible via interfaces 2005/10/06 08:09:30 tra 1.22.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b60c154d49bf46393a93f1caee1b8a751e0533e4]

        INTEGRATION: CWS writercorehandoff (1.12.252); FILE MERGED 2005/09/13 16:41:46 tra 1.12.252.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:15:29 fme 1.12.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:28 tra 1.12.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b84393391f8bd50370c307992469a2edb4299a55]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2005/09/13 16:41:23 tra 1.3.462.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:29 fme 1.3.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:27 tra 1.3.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [00aee63a93fbe5fc5cc2b712d2c64a356eb3c2a5]

        INTEGRATION: CWS writercorehandoff (1.34.4); FILE MERGED 2006/05/08 11:21:21 fme 1.34.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aae023187bf689eaa21664b1cd11ffb9465307d]

        INTEGRATION: CWS writercorehandoff (1.9.462); FILE MERGED 2005/09/13 16:38:28 tra 1.9.462.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:15:29 fme 1.9.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:27 tra 1.9.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1694e76c52e88b59315dab55552b10b5ef814e45]

        INTEGRATION: CWS writercorehandoff (1.17.462); FILE MERGED 2006/01/20 10:02:04 tra 1.17.462.4: #i50348#removed inactive code 2005/09/13 16:37:36 tra 1.17.462.3: RESYNC: (1.17-1.18); FILE MERGED 2005/07/05 14:00:15 tra 1.17.462.2: #i50348#make SwDoc interface based 2005/06/24 11:43:52 fme 1.17.462.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [45cc4525f6c2d1c85e5857371febce10f3faffc4]

        INTEGRATION: CWS writercorehandoff (1.3.180); FILE MERGED 2006/07/27 14:56:44 fme 1.3.180.5: RESYNC: (1.5-1.6); FILE MERGED 2005/10/25 08:51:20 tra 1.3.180.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 16:36:37 tra 1.3.180.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/13 13:24:49 fme 1.3.180.2: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:52 fme 1.3.180.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e477f4ae4d531e2becb12254c43bd83af52595d]

        INTEGRATION: CWS writercorehandoff (1.4.156); FILE MERGED 2005/10/25 08:50:16 tra 1.4.156.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 16:31:39 tra 1.4.156.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:28 fme 1.4.156.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [565e690bfc1ef8b3cb3a96b30e2116c5679ed05d]

        INTEGRATION: CWS writercorehandoff (1.8.120); FILE MERGED 2006/05/08 13:24:59 fme 1.8.120.9: RESYNC: (1.13-1.14); FILE MERGED 2006/03/17 08:32:41 tra 1.8.120.8: RESYNC: (1.12-1.13); FILE MERGED 2005/11/04 12:58:12 tra 1.8.120.7: #i50348# 2005/10/26 07:37:56 tra 1.8.120.6: #i50348# 2005/10/25 08:50:08 tra 1.8.120.5: RESYNC: (1.9-1.11); FILE MERGED 2005/09/13 16:31:14 tra 1.8.120.4: RESYNC: (1.8-1.9); FILE MERGED 2005/07/13 13:24:48 fme 1.8.120.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:28 fme 1.8.120.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:26 tra 1.8.120.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1311c33e9676a61702d3ea79ae22a7ebd91ed18b]

        INTEGRATION: CWS writercorehandoff (1.4.326); FILE MERGED 2005/09/13 16:30:22 tra 1.4.326.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:28 fme 1.4.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:25 tra 1.4.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e0132ad221b0c8ba5456989e6ea3ca78e9e4742]

        INTEGRATION: CWS writercorehandoff (1.7.156); FILE MERGED 2006/04/28 13:40:44 fme 1.7.156.6: RESYNC: (1.11-1.12); FILE MERGED 2006/03/17 08:31:59 tra 1.7.156.5: RESYNC: (1.9-1.11); FILE MERGED 2005/10/25 08:49:35 tra 1.7.156.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 16:29:29 tra 1.7.156.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:15:27 fme 1.7.156.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:25 tra 1.7.156.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc17a53de72d199aab33324ea5c2c13ec9cc8798]

        INTEGRATION: CWS writercorehandoff (1.5.140); FILE MERGED 2006/04/05 13:27:49 tra 1.5.140.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 16:27:38 tra 1.5.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:27 fme 1.5.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:24 tra 1.5.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [86fa7c4af628e7efcaa6c073bed6606fef1538aa]

        INTEGRATION: CWS writercorehandoff (1.3.326); FILE MERGED 2006/04/05 13:27:35 tra 1.3.326.8: RESYNC: (1.10-1.11); FILE MERGED 2006/03/17 08:30:53 tra 1.3.326.7: RESYNC: (1.8-1.10); FILE MERGED 2005/11/04 12:58:11 tra 1.3.326.6: #i50348# 2005/10/25 08:49:04 tra 1.3.326.5: RESYNC: (1.5-1.7); FILE MERGED 2005/09/13 16:27:26 tra 1.3.326.4: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 06:16:36 tra 1.3.326.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:15:27 fme 1.3.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:24 tra 1.3.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d30e68e1ea5fd380dfeac372e2ba2c95bc975c70]

        INTEGRATION: CWS writercorehandoff (1.6.140); FILE MERGED 2006/04/28 13:40:24 fme 1.6.140.8: RESYNC: (1.13-1.14); FILE MERGED 2006/04/05 13:27:08 tra 1.6.140.7: RESYNC: (1.12-1.13); FILE MERGED 2006/03/17 08:30:00 tra 1.6.140.6: RESYNC: (1.10-1.12); FILE MERGED 2005/11/04 12:58:11 tra 1.6.140.5: #i50348# 2005/10/25 08:48:44 tra 1.6.140.4: RESYNC: (1.7-1.9); FILE MERGED 2005/09/13 16:26:28 tra 1.6.140.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:15:26 fme 1.6.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:23 tra 1.6.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c377dc004c6ec4e2e6701cf9bc14f7bcc0635357]

        INTEGRATION: CWS writercorehandoff (1.5.326); FILE MERGED 2006/04/05 13:27:00 tra 1.5.326.5: RESYNC: (1.8-1.9); FILE MERGED 2006/03/17 08:29:52 tra 1.5.326.4: RESYNC: (1.6-1.8); FILE MERGED 2005/09/13 16:25:28 tra 1.5.326.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:26 fme 1.5.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:23 tra 1.5.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1900b83a9303f6a0fcb9f29fffcd2469673ddf]

        INTEGRATION: CWS writercorehandoff (1.5.140); FILE MERGED 2006/03/17 08:29:43 tra 1.5.140.7: RESYNC: (1.8-1.9); FILE MERGED 2005/11/04 12:58:11 tra 1.5.140.6: #i50348# 2005/10/26 07:37:56 tra 1.5.140.5: #i50348# 2005/10/25 08:48:20 tra 1.5.140.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 16:25:19 tra 1.5.140.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:15:26 fme 1.5.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:22 tra 1.5.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [360d78fc92774b2aa99543804d5a2f65e65442a6]

        INTEGRATION: CWS writercorehandoff (1.96.32); FILE MERGED 2006/07/31 06:24:03 fme 1.96.32.17: #i50348# Resync 2006/07/27 14:56:05 fme 1.96.32.16: RESYNC: (1.107-1.109); FILE MERGED 2006/05/08 13:24:41 fme 1.96.32.15: RESYNC: (1.106-1.107); FILE MERGED 2006/05/08 11:21:21 fme 1.96.32.14: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:40:16 fme 1.96.32.13: RESYNC: (1.104-1.106); FILE MERGED 2006/04/05 08:49:47 tra 1.96.32.12: #i50348# 2006/03/17 08:29:09 tra 1.96.32.11: RESYNC: (1.102-1.104); FILE MERGED 2006/01/20 10:02:03 tra 1.96.32.10: #i50348#removed inactive code 2005/12/20 15:37:11 tra 1.96.32.9: RESYNC: (1.100-1.102); FILE MERGED 2005/10/26 07:37:54 tra 1.96.32.8: #i50348# 2005/10/25 08:47:51 tra 1.96.32.7: RESYNC: (1.98-1.100); FILE MERGED 2005/10/06 08:09:28 tra 1.96.32.6: #50348# 2005/09/13 16:22:26 tra 1.96.32.5: RESYNC: (1.97-1.98); FILE MERGED 2005/07/28 11:57:28 tra 1.96.32.4: RESYNC: (1.96-1.97); FILE MERGED 2005/07/13 13:24:47 fme 1.96.32.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:25 fme 1.96.32.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:21 tra 1.96.32.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2d5fb2fce64d7f11edf30056891bf58d508d406]

        INTEGRATION: CWS writercorehandoff (1.51.78); FILE MERGED 2006/04/28 13:40:04 fme 1.51.78.7: RESYNC: (1.53-1.54); FILE MERGED 2005/12/21 15:16:27 tra 1.51.78.6: #i50348# 2005/12/20 15:37:03 tra 1.51.78.5: RESYNC: (1.52-1.53); FILE MERGED 2005/09/13 16:20:23 tra 1.51.78.4: RESYNC: (1.51-1.52); FILE MERGED 2005/07/19 08:43:05 tra 1.51.78.3: #i50348#make SwDoc interface based 2005/06/07 14:15:25 fme 1.51.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:21 tra 1.51.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [31c8756151169598dfa3813ea53f41e498253208]

        INTEGRATION: CWS writercorehandoff (1.2.446); FILE MERGED 2005/09/13 16:21:25 tra 1.2.446.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:15:25 fme 1.2.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [37edc5fedbeb3ba33360d0f38c31eadfb5da468f]

        INTEGRATION: CWS writercorehandoff (1.8.46); FILE MERGED 2006/03/17 08:28:14 tra 1.8.46.7: RESYNC: (1.12-1.14); FILE MERGED 2005/11/04 12:58:10 tra 1.8.46.6: #i50348# 2005/10/25 08:46:22 tra 1.8.46.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 16:07:57 tra 1.8.46.4: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 06:16:01 tra 1.8.46.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:24 fme 1.8.46.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:20 tra 1.8.46.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b683f7065b108e9ac89aa66f3579c5a324e1a257]

        INTEGRATION: CWS writercorehandoff (1.23.326); FILE MERGED 2005/09/13 16:07:35 tra 1.23.326.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:15:24 fme 1.23.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57d50096ee1c10cb857843fb84540d1097858b0]

        INTEGRATION: CWS writercorehandoff (1.44.182); FILE MERGED 2006/07/27 14:55:56 fme 1.44.182.9: RESYNC: (1.49-1.50); FILE MERGED 2006/05/08 13:24:32 fme 1.44.182.8: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:27:55 tra 1.44.182.7: RESYNC: (1.47-1.48); FILE MERGED 2005/12/20 15:36:54 tra 1.44.182.6: RESYNC: (1.46-1.47); FILE MERGED 2005/10/25 08:46:00 tra 1.44.182.5: RESYNC: (1.45-1.46); FILE MERGED 2005/09/13 16:06:16 tra 1.44.182.4: RESYNC: (1.44-1.45); FILE MERGED 2005/07/13 13:24:46 fme 1.44.182.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:23 fme 1.44.182.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:19 tra 1.44.182.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d202616bc6744c12eafe455828fd3db4e29fe43]

        INTEGRATION: CWS writercorehandoff (1.21.234); FILE MERGED 2005/12/20 15:36:42 tra 1.21.234.5: RESYNC: (1.23-1.24); FILE MERGED 2005/10/25 08:45:41 tra 1.21.234.4: RESYNC: (1.22-1.23); FILE MERGED 2005/09/13 16:05:37 tra 1.21.234.3: RESYNC: (1.21-1.22); FILE MERGED 2005/06/07 14:15:23 fme 1.21.234.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:19 tra 1.21.234.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f19b258bd039d243c9bcda82fe167dbb4e9d204]

        INTEGRATION: CWS writercorehandoff (1.8.462); FILE MERGED 2005/09/13 16:04:25 tra 1.8.462.6: RESYNC: (1.8-1.9); FILE MERGED 2005/07/13 13:24:46 fme 1.8.462.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:13:10 tra 1.8.462.4: #i50348#make SwDoc interface based 2005/06/24 11:43:52 fme 1.8.462.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:22 fme 1.8.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:18 tra 1.8.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c0318ea40d570bba4ff062efe4a6a239a07d9d8]

        INTEGRATION: CWS writercorehandoff (1.23.444); FILE MERGED 2005/09/13 16:04:14 tra 1.23.444.3: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:15:22 fme 1.23.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:17 tra 1.23.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6122f57c54065e8a282ba815f28d19f1af49e54d]

        INTEGRATION: CWS writercorehandoff (1.4.182); FILE MERGED 2005/09/13 16:03:24 tra 1.4.182.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:22 fme 1.4.182.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:17 tra 1.4.182.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa4435cbeade10c735b387bdf83e29faa645e1ed]

        INTEGRATION: CWS writercorehandoff (1.15.1036); FILE MERGED 2006/04/05 13:25:41 tra 1.15.1036.6: RESYNC: (1.18-1.19); FILE MERGED 2006/03/17 08:27:08 tra 1.15.1036.5: RESYNC: (1.17-1.18); FILE MERGED 2005/12/20 15:35:54 tra 1.15.1036.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 16:02:56 tra 1.15.1036.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:15:22 fme 1.15.1036.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:16 tra 1.15.1036.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [18459ecb9d611f2873f150534266d59c6a7c70b0]

        INTEGRATION: CWS writercorehandoff (1.15.446); FILE MERGED 2005/09/13 15:58:33 tra 1.15.446.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:15:21 fme 1.15.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:16 tra 1.15.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8acc8e3272cfcf15ea0b1acc79df9182eb1fd52b]

        INTEGRATION: CWS writercorehandoff (1.22.156); FILE MERGED 2005/09/13 15:57:47 tra 1.22.156.3: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:15:21 fme 1.22.156.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:15 tra 1.22.156.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5831c6a5908f81e3b10ee9edef07a3ddcbdc879]

        INTEGRATION: CWS writercorehandoff (1.51.88); FILE MERGED 2006/05/08 13:24:07 fme 1.51.88.6: RESYNC: (1.53-1.54); FILE MERGED 2005/10/25 08:43:49 tra 1.51.88.5: RESYNC: (1.52-1.53); FILE MERGED 2005/09/13 15:55:12 tra 1.51.88.4: RESYNC: (1.51-1.52); FILE MERGED 2005/06/08 08:06:57 fme 1.51.88.3: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/06/07 14:15:20 fme 1.51.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:14 tra 1.51.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f83fa6bfd0df65ddd0619319b1b6c4316839c0fa]

        INTEGRATION: CWS writercorehandoff (1.30.88); FILE MERGED 2006/03/17 08:26:45 tra 1.30.88.5: RESYNC: (1.33-1.34); FILE MERGED 2005/09/13 15:55:02 tra 1.30.88.4: RESYNC: (1.30-1.31); FILE MERGED 2005/07/05 08:13:10 tra 1.30.88.3: #i50348#make SwDoc interface based 2005/06/07 14:15:20 fme 1.30.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:14 tra 1.30.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ccbf104f8507b0e4ec9cc325076650f29318a0]

        INTEGRATION: CWS writercorehandoff (1.18.140); FILE MERGED 2006/04/28 13:39:56 fme 1.18.140.6: RESYNC: (1.22-1.23); FILE MERGED 2005/09/13 15:53:29 tra 1.18.140.5: RESYNC: (1.19-1.20); FILE MERGED 2005/07/11 06:15:13 tra 1.18.140.4: RESYNC: (1.18-1.19); FILE MERGED 2005/07/11 05:11:48 tra 1.18.140.3: #i50348#make SwDoc interface based 2005/06/07 14:15:20 fme 1.18.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:13 tra 1.18.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddf1d0287e10e08f7b7cbb53bda331ee8f8926ef]

        INTEGRATION: CWS writercorehandoff (1.21.444); FILE MERGED 2006/05/08 13:23:47 fme 1.21.444.7: RESYNC: (1.24-1.25); FILE MERGED 2005/10/06 08:09:27 tra 1.21.444.6: #50348# 2005/09/28 14:01:47 tra 1.21.444.5: #i50348# 2005/09/13 15:53:12 tra 1.21.444.4: RESYNC: (1.21-1.22); FILE MERGED 2005/07/13 13:24:45 fme 1.21.444.3: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:48 tra 1.21.444.2: #i50348#make SwDoc interface based 2005/06/24 11:43:51 fme 1.21.444.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7decd890a85984cc689729dcf33c5264e90f0130]

        INTEGRATION: CWS writercorehandoff (1.49.140); FILE MERGED 2006/05/08 11:21:20 fme 1.49.140.13: #i50348# Make SwDoc accessible via interfaces 2006/04/05 13:24:17 tra 1.49.140.12: RESYNC: (1.51-1.52); FILE MERGED 2005/12/20 15:32:21 tra 1.49.140.11: RESYNC: (1.50-1.51); FILE MERGED 2005/09/21 13:42:33 tra 1.49.140.10: #i50348# 2005/09/13 15:52:59 tra 1.49.140.9: RESYNC: (1.49-1.50); FILE MERGED 2005/07/19 06:06:10 fme 1.49.140.8: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:45 fme 1.49.140.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:12 tra 1.49.140.6: #i50348#make SwDoc interface based 2005/07/12 11:21:51 tra 1.49.140.5: #i50348#make SwDoc interface based 2005/07/11 05:11:48 tra 1.49.140.4: #i50348#make SwDoc interface based 2005/06/24 11:43:51 fme 1.49.140.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:19 fme 1.49.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:13 tra 1.49.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8de53853343d2efdd84e107b0147e4c12a50bd66]

        INTEGRATION: CWS writercorehandoff (1.75.86); FILE MERGED 2006/07/27 14:54:42 fme 1.75.86.15: RESYNC: (1.83-1.84); FILE MERGED 2006/05/08 13:23:39 fme 1.75.86.14: RESYNC: (1.82-1.83); FILE MERGED 2005/12/20 15:32:03 tra 1.75.86.13: RESYNC: (1.80-1.82); FILE MERGED 2005/11/04 12:58:09 tra 1.75.86.12: #i50348# 2005/10/25 08:43:16 tra 1.75.86.11: RESYNC: (1.77-1.79); FILE MERGED 2005/10/06 08:09:26 tra 1.75.86.10: #50348# 2005/09/13 15:52:34 tra 1.75.86.9: RESYNC: (1.76-1.77); FILE MERGED 2005/07/13 13:24:44 fme 1.75.86.8: #i50348# Make SwDoc accessible via interfaces 2005/07/11 06:15:05 tra 1.75.86.7: RESYNC: (1.75-1.76); FILE MERGED 2005/07/11 05:11:47 tra 1.75.86.6: #i50348#make SwDoc interface based 2005/07/05 08:39:24 tra 1.75.86.5: #i50348#implementation SwDoc member functions belong into the source/core/doc directory 2005/07/05 08:13:09 tra 1.75.86.4: #i50348#make SwDoc interface based 2005/06/24 11:43:50 fme 1.75.86.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:19 fme 1.75.86.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:12 tra 1.75.86.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [41091049d3aacb6d772bd6e9d1fb4aea011f8c0f]

        INTEGRATION: CWS writercorehandoff (1.51.54); FILE MERGED 2006/07/31 06:24:02 fme 1.51.54.17: #i50348# Resync 2006/07/27 14:54:35 fme 1.51.54.16: RESYNC: (1.57-1.59); FILE MERGED 2006/04/11 09:59:17 tra 1.51.54.15: #i50348 2006/04/05 13:24:05 tra 1.51.54.14: RESYNC: (1.56-1.57); FILE MERGED 2006/03/17 08:26:12 tra 1.51.54.13: RESYNC: (1.55-1.56); FILE MERGED 2005/12/20 15:31:54 tra 1.51.54.12: RESYNC: (1.54-1.55); FILE MERGED 2005/10/25 08:43:07 tra 1.51.54.11: RESYNC: (1.53-1.54); FILE MERGED 2005/09/13 15:52:19 tra 1.51.54.10: RESYNC: (1.52-1.53); FILE MERGED 2005/07/19 13:28:10 tra 1.51.54.9: RESYNC: (1.51-1.52); FILE MERGED 2005/07/14 05:01:30 fme 1.51.54.8: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:44 fme 1.51.54.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:11 tra 1.51.54.6: #i50348#make SwDoc interface based 2005/07/12 11:21:51 tra 1.51.54.5: #i50348#make SwDoc interface based 2005/07/11 05:11:47 tra 1.51.54.4: #i50348#make SwDoc interface based 2005/06/24 11:43:50 fme 1.51.54.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:18 fme 1.51.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:12 tra 1.51.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0d6058e00225c7de695717681ce19fcf1d434f]

        INTEGRATION: CWS writercorehandoff (1.27.446); FILE MERGED 2006/04/05 13:23:51 tra 1.27.446.6: RESYNC: (1.29-1.30); FILE MERGED 2005/12/20 15:31:45 tra 1.27.446.5: RESYNC: (1.28-1.29); FILE MERGED 2005/09/13 15:52:08 tra 1.27.446.4: RESYNC: (1.27-1.28); FILE MERGED 2005/07/13 13:24:43 fme 1.27.446.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:18 fme 1.27.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:11 tra 1.27.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b340a4030bc59adfb18971417b943ff1ce4cb46c]

        INTEGRATION: CWS writercorehandoff (1.24.326); FILE MERGED 2006/06/08 11:32:29 fme 1.24.326.5: #i50348# Make SwDoc accessible via interfaces 2006/05/08 11:21:20 fme 1.24.326.4: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:42:57 tra 1.24.326.3: RESYNC: (1.25-1.26); FILE MERGED 2005/09/13 15:51:58 tra 1.24.326.2: RESYNC: (1.24-1.25); FILE MERGED 2005/07/13 13:24:43 fme 1.24.326.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [914f899a60e4bdf47ac19743912bbcd5ee1d2c0d]

        INTEGRATION: CWS writercorehandoff (1.51.96); FILE MERGED 2006/05/08 13:23:30 fme 1.51.96.9: RESYNC: (1.56-1.57); FILE MERGED 2006/04/28 13:39:48 fme 1.51.96.8: RESYNC: (1.55-1.56); FILE MERGED 2006/03/17 08:26:01 tra 1.51.96.7: RESYNC: (1.54-1.55); FILE MERGED 2005/10/25 08:42:48 tra 1.51.96.6: RESYNC: (1.53-1.54); FILE MERGED 2005/09/13 15:51:48 tra 1.51.96.5: RESYNC: (1.52-1.53); FILE MERGED 2005/07/11 06:14:56 tra 1.51.96.4: RESYNC: (1.51-1.52); FILE MERGED 2005/07/11 05:11:46 tra 1.51.96.3: #i50348#make SwDoc interface based 2005/06/07 14:15:18 fme 1.51.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:11 tra 1.51.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [16ab22930e86f07476e55a6e5a4ccf88028eb0df]

        INTEGRATION: CWS writercorehandoff (1.22.326); FILE MERGED 2006/05/08 13:23:21 fme 1.22.326.6: RESYNC: (1.25-1.26); FILE MERGED 2005/09/28 14:01:46 tra 1.22.326.5: #i50348# 2005/09/13 15:51:39 tra 1.22.326.4: RESYNC: (1.22-1.23); FILE MERGED 2005/07/13 13:24:43 fme 1.22.326.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:17 fme 1.22.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:10 tra 1.22.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfc4a165513edd09afefe53150f6383208a99a75]

        INTEGRATION: CWS writercorehandoff (1.23.444); FILE MERGED 2005/09/13 15:50:59 tra 1.23.444.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:15:17 fme 1.23.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f21ccc4455197c7c332fc42c4ad6111bb4af14e]

        INTEGRATION: CWS writercorehandoff (1.41.10); FILE MERGED 2006/04/05 13:23:41 tra 1.41.10.5: RESYNC: (1.44-1.45); FILE MERGED 2005/10/24 16:01:36 tra 1.41.10.4: #50348# 2005/09/13 15:50:49 tra 1.41.10.3: RESYNC: (1.41-1.42); FILE MERGED 2005/06/07 14:15:17 fme 1.41.10.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:09 tra 1.41.10.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e0f8b3e60f6676187685baf3c47fbb5bb1d580]

        INTEGRATION: CWS writercorehandoff (1.37.110); FILE MERGED 2006/07/27 14:54:28 fme 1.37.110.5: RESYNC: (1.39-1.40); FILE MERGED 2006/04/28 13:39:39 fme 1.37.110.4: RESYNC: (1.38-1.39); FILE MERGED 2005/09/13 15:50:26 tra 1.37.110.3: RESYNC: (1.37-1.38); FILE MERGED 2005/06/07 14:15:16 fme 1.37.110.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:09 tra 1.37.110.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92c79e0782ee43da9d262d142ef7dbbc8ef612d]

        INTEGRATION: CWS writercorehandoff (1.50.4); FILE MERGED 2006/01/20 10:02:02 tra 1.50.4.4: #i50348#removed inactive code 2005/11/11 07:56:18 fme 1.50.4.3: #i50348# make SwDoc accessible via interfaces 2005/10/25 08:42:29 tra 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED 2005/10/06 08:09:25 tra 1.50.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [75aa3fc10b29b787bc1040425a8fcac80f53e419]

        INTEGRATION: CWS writercorehandoff (1.32.140); FILE MERGED 2006/04/05 13:23:28 tra 1.32.140.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/13 15:49:31 tra 1.32.140.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:15:16 fme 1.32.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:08 tra 1.32.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [67da41a28ebb0aa5725bb2b037de568adf9482ee]

        INTEGRATION: CWS writercorehandoff (1.12.1116); FILE MERGED 2006/01/20 10:02:01 tra 1.12.1116.4: #i50348#removed inactive code 2005/09/13 15:49:06 tra 1.12.1116.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:15:16 fme 1.12.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:07 tra 1.12.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f81b2cd14ffc9f3149611fa1cfbb9e51c8f2ac]

        INTEGRATION: CWS writercorehandoff (1.1.1308); FILE MERGED 2006/04/05 13:23:07 tra 1.1.1308.5: RESYNC: (1.3-1.4); FILE MERGED 2005/10/25 08:42:20 tra 1.1.1308.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 15:48:14 tra 1.1.1308.3: RESYNC: (1.1-1.2); FILE MERGED 2005/06/07 14:15:15 fme 1.1.1308.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:07 tra 1.1.1308.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe0885f00ab5a40752be4721ef673392dc7ba6d]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2006/01/20 10:02:01 tra 1.8.4.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [66f99ac957e766f057a9633bd16dde82f7168571]

        INTEGRATION: CWS writercorehandoff (1.13.140); FILE MERGED 2005/09/13 15:47:39 tra 1.13.140.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:15 fme 1.13.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:06 tra 1.13.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ce5a8d31ed06ba658ab0085517910fe3df33537]

        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>  [52d4079e3dac305b149e8d94b10185496f435011]

        INTEGRATION: CWS writercorehandoff (1.4.344); FILE MERGED 2005/09/13 15:47:04 tra 1.4.344.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:15 fme 1.4.344.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5cb99ca06986f51bbcfe47895d1b45c0d72701d]

        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>  [c0aa7718e8332d0555f630cfa78d7aac435afb74]

        INTEGRATION: CWS writercorehandoff (1.13.140); FILE MERGED 2006/04/05 13:22:57 tra 1.13.140.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 15:46:52 tra 1.13.140.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:15 fme 1.13.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:06 tra 1.13.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ed0b35cbe55882c3c53cec36e988f8e50b2096]

        INTEGRATION: CWS writercorehandoff (1.86.318); FILE MERGED 2006/04/28 13:39:32 fme 1.86.318.14: RESYNC: (1.94-1.95); FILE MERGED 2006/04/05 13:22:41 tra 1.86.318.13: RESYNC: (1.92-1.94); FILE MERGED 2006/03/17 08:25:53 tra 1.86.318.12: RESYNC: (1.91-1.92); FILE MERGED 2005/12/20 15:31:09 tra 1.86.318.11: RESYNC: (1.90-1.91); FILE MERGED 2005/11/11 07:56:18 fme 1.86.318.10: #i50348# make SwDoc accessible via interfaces 2005/10/25 08:42:11 tra 1.86.318.9: RESYNC: (1.89-1.90); FILE MERGED 2005/10/24 16:01:36 tra 1.86.318.8: #50348# 2005/09/13 15:46:28 tra 1.86.318.7: RESYNC: (1.88-1.89); FILE MERGED 2005/07/19 13:28:01 tra 1.86.318.6: RESYNC: (1.87-1.88); FILE MERGED 2005/07/13 13:24:42 fme 1.86.318.5: #i50348# Make SwDoc accessible via interfaces 2005/07/11 06:14:47 tra 1.86.318.4: RESYNC: (1.86-1.87); FILE MERGED 2005/07/11 05:11:46 tra 1.86.318.3: #i50348#make SwDoc interface based 2005/06/07 14:15:14 fme 1.86.318.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:05 tra 1.86.318.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8492d7c269c9f7bd8cac02b8cebfaae6080fb9f]

        INTEGRATION: CWS writercorehandoff (1.4.1116); FILE MERGED 2005/09/13 15:46:18 tra 1.4.1116.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:14 fme 1.4.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:05 tra 1.4.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [919d87e1ce845b9cc058bc03e148c3daf4507a74]

        INTEGRATION: CWS writercorehandoff (1.41.528); FILE MERGED 2006/07/27 14:54:21 fme 1.41.528.4: RESYNC: (1.42-1.43); FILE MERGED 2005/09/13 15:46:08 tra 1.41.528.3: RESYNC: (1.41-1.42); FILE MERGED 2005/06/07 14:15:14 fme 1.41.528.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:04 tra 1.41.528.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5f04cb349b50d93e53ab8c5ac68087bfdc20c6d]

        INTEGRATION: CWS writercorehandoff (1.29.140); FILE MERGED 2005/11/11 07:56:17 fme 1.29.140.4: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:45:50 tra 1.29.140.3: RESYNC: (1.29-1.30); FILE MERGED 2005/06/07 14:15:13 fme 1.29.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:04 tra 1.29.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe16f81805b88efa74eef6b6e34b803876d39b96]

        INTEGRATION: CWS writercorehandoff (1.14.140); FILE MERGED 2005/09/13 15:45:22 tra 1.14.140.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:15:13 fme 1.14.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:03 tra 1.14.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e12dbae2ec6a2215cc0da026587bc53f5cbb1f90]

        INTEGRATION: CWS writercorehandoff (1.76.96); FILE MERGED 2006/07/27 14:54:14 fme 1.76.96.9: RESYNC: (1.80-1.81); FILE MERGED 2006/01/19 08:50:22 fme 1.76.96.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:30:39 tra 1.76.96.7: RESYNC: (1.77-1.80); FILE MERGED 2005/09/13 15:44:58 tra 1.76.96.6: RESYNC: (1.76-1.77); FILE MERGED 2005/08/31 12:51:08 tra 1.76.96.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/12 11:21:50 tra 1.76.96.4: #i50348#make SwDoc interface based 2005/07/11 05:11:45 tra 1.76.96.3: #i50348#make SwDoc interface based 2005/06/07 14:15:13 fme 1.76.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:02 tra 1.76.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [08fbcb7863d8ee13f36d0eade3f9916aa19b98b7]

        INTEGRATION: CWS writercorehandoff (1.8.252); FILE MERGED 2006/04/05 13:22:29 tra 1.8.252.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/04 12:58:09 tra 1.8.252.3: #i50348# 2005/09/13 15:44:00 tra 1.8.252.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:13 fme 1.8.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c02c41aa40caefc2d560ff5a1c0a37e18e93e635]

        INTEGRATION: CWS writercorehandoff (1.48.252); FILE MERGED 2006/04/05 13:22:15 tra 1.48.252.4: RESYNC: (1.50-1.51); FILE MERGED 2005/11/04 12:58:09 tra 1.48.252.3: #i50348# 2005/09/13 15:43:47 tra 1.48.252.2: RESYNC: (1.48-1.49); FILE MERGED 2005/08/31 12:51:08 tra 1.48.252.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe3d8acb3096b5e0c6ec8e5fccbf81e9003539b]

        INTEGRATION: CWS writercorehandoff (1.62.6); FILE MERGED 2006/04/11 09:59:17 tra 1.62.6.8: #i50348 2006/04/05 13:22:03 tra 1.62.6.7: RESYNC: (1.69-1.71); FILE MERGED 2006/03/17 08:25:43 tra 1.62.6.6: RESYNC: (1.67-1.69); FILE MERGED 2005/12/20 15:30:00 tra 1.62.6.5: RESYNC: (1.65-1.67); FILE MERGED 2005/10/25 08:42:01 tra 1.62.6.4: RESYNC: (1.64-1.65); FILE MERGED 2005/09/21 13:42:31 tra 1.62.6.3: #i50348# 2005/09/13 15:43:31 tra 1.62.6.2: RESYNC: (1.62-1.64); FILE MERGED 2005/08/31 12:51:08 tra 1.62.6.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [10ddcf493f4780b71b66b107720965f1dfac30be]

        INTEGRATION: CWS writercorehandoff (1.5.1298); FILE MERGED 2005/09/13 15:43:03 tra 1.5.1298.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/31 12:51:07 tra 1.5.1298.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f6c65bcc4daa5ab5eb08f215008646a35900b19]

        INTEGRATION: CWS writercorehandoff (1.17.530); FILE MERGED 2005/11/11 07:56:17 fme 1.17.530.5: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:42:53 tra 1.17.530.4: RESYNC: (1.17-1.18); FILE MERGED 2005/08/31 12:51:07 tra 1.17.530.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:15:12 fme 1.17.530.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:02 tra 1.17.530.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5259e30a6818da0ccb55f3cbc616bfa88b301f11]

        INTEGRATION: CWS writercorehandoff (1.11.66); FILE MERGED 2006/04/28 13:39:11 fme 1.11.66.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/20 10:02:00 tra 1.11.66.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52c272127af335d99f42b9e29bdcb2b380b21b5c]

        INTEGRATION: CWS writercorehandoff (1.10.66); FILE MERGED 2006/04/28 13:39:01 fme 1.10.66.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/20 10:01:59 tra 1.10.66.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b1bd23773ada925ae9304060ed1dab91ec56417]

        INTEGRATION: CWS writercorehandoff (1.116.48); FILE MERGED 2006/04/28 13:38:44 fme 1.116.48.8: RESYNC: (1.124-1.126); FILE MERGED 2006/04/05 13:21:21 tra 1.116.48.7: RESYNC: (1.123-1.124); FILE MERGED 2006/03/17 08:24:49 tra 1.116.48.6: RESYNC: (1.120-1.123); FILE MERGED 2006/01/20 10:01:58 tra 1.116.48.5: #i50348#removed inactive code 2005/12/20 15:26:47 tra 1.116.48.4: RESYNC: (1.117-1.120); FILE MERGED 2005/09/13 15:38:40 tra 1.116.48.3: RESYNC: (1.116-1.117); FILE MERGED 2005/06/07 14:15:11 fme 1.116.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:29:00 tra 1.116.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [457a4dcd6ef98b6896ea825254f66ddbb7094121]

        INTEGRATION: CWS writercorehandoff (1.162.2); FILE MERGED 2006/04/28 13:38:35 fme 1.162.2.8: RESYNC: (1.167-1.168); FILE MERGED 2006/04/05 13:21:04 tra 1.162.2.7: RESYNC: (1.166-1.167); FILE MERGED 2006/03/17 08:24:39 tra 1.162.2.6: RESYNC: (1.165-1.166); FILE MERGED 2006/01/20 10:01:57 tra 1.162.2.5: #i50348#removed inactive code 2005/12/20 15:26:38 tra 1.162.2.4: RESYNC: (1.164-1.165); FILE MERGED 2005/11/04 12:58:07 tra 1.162.2.3: #i50348# 2005/09/13 15:38:12 tra 1.162.2.2: RESYNC: (1.162-1.163); FILE MERGED 2005/07/13 05:26:10 tra 1.162.2.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbe3737cc6db3b0aa994e49b7682facb339c10b6]

        INTEGRATION: CWS writercorehandoff (1.88.88); FILE MERGED 2006/04/05 13:20:53 tra 1.88.88.10: RESYNC: (1.94-1.95); FILE MERGED 2006/03/17 08:24:26 tra 1.88.88.9: RESYNC: (1.92-1.94); FILE MERGED 2006/01/20 10:01:57 tra 1.88.88.8: #i50348#removed inactive code 2005/12/20 15:26:29 tra 1.88.88.7: RESYNC: (1.90-1.92); FILE MERGED 2005/11/10 21:32:48 tra 1.88.88.6: #i50348# 2005/10/25 08:41:52 tra 1.88.88.5: RESYNC: (1.89-1.90); FILE MERGED 2005/10/24 16:01:35 tra 1.88.88.4: #50348# 2005/09/13 15:37:30 tra 1.88.88.3: RESYNC: (1.88-1.89); FILE MERGED 2005/06/07 14:15:10 fme 1.88.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:59 tra 1.88.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b745fbe8aaa0bb972cfbf894984679cbf6cf156]

        INTEGRATION: CWS writercorehandoff (1.48.444); FILE MERGED 2006/05/09 13:31:40 fme 1.48.444.9: #i50348#make SwDoc interface based 2006/04/28 13:38:26 fme 1.48.444.8: RESYNC: (1.52-1.53); FILE MERGED 2006/03/17 08:24:17 tra 1.48.444.7: RESYNC: (1.51-1.52); FILE MERGED 2006/01/20 10:01:56 tra 1.48.444.6: #i50348#removed inactive code 2005/10/24 16:01:35 tra 1.48.444.5: #50348# 2005/09/13 15:37:18 tra 1.48.444.4: RESYNC: (1.48-1.49); FILE MERGED 2005/08/31 12:51:06 tra 1.48.444.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:15:10 fme 1.48.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:59 tra 1.48.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d3470b70679e400c77ae753360f30e40cf0119]

        INTEGRATION: CWS writercorehandoff (1.67.48); FILE MERGED 2006/07/27 14:54:07 fme 1.67.48.9: RESYNC: (1.75-1.76); FILE MERGED 2006/05/08 13:23:13 fme 1.67.48.8: RESYNC: (1.74-1.75); FILE MERGED 2006/03/17 08:24:08 tra 1.67.48.7: RESYNC: (1.72-1.74); FILE MERGED 2005/12/20 15:26:20 tra 1.67.48.6: RESYNC: (1.69-1.72); FILE MERGED 2005/10/24 16:01:35 tra 1.67.48.5: #50348# 2005/09/13 15:37:06 tra 1.67.48.4: RESYNC: (1.68-1.69); FILE MERGED 2005/07/28 11:56:43 tra 1.67.48.3: RESYNC: (1.67-1.68); FILE MERGED 2005/06/07 14:15:09 fme 1.67.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:58 tra 1.67.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [42a0cfda95820d295772c4870d569ced6bd02a95]

        INTEGRATION: CWS writercorehandoff (1.38.272); FILE MERGED 2006/03/17 08:23:59 tra 1.38.272.3: RESYNC: (1.41-1.42); FILE MERGED 2005/09/13 15:36:55 tra 1.38.272.2: RESYNC: (1.38-1.39); FILE MERGED 2005/06/07 14:15:09 fme 1.38.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49d75786f044e6c93676d71b3962c877b8bf082]

        INTEGRATION: CWS writercorehandoff (1.113.88); FILE MERGED 2006/04/05 13:20:35 tra 1.113.88.8: RESYNC: (1.119-1.120); FILE MERGED 2006/03/17 08:23:50 tra 1.113.88.7: RESYNC: (1.118-1.119); FILE MERGED 2006/01/20 10:01:55 tra 1.113.88.6: #i50348#removed inactive code 2005/12/20 15:26:09 tra 1.113.88.5: RESYNC: (1.114-1.118); FILE MERGED 2005/11/11 07:56:17 fme 1.113.88.4: #i50348# make SwDoc accessible via interfaces 2005/10/24 16:01:34 tra 1.113.88.3: #50348# 2005/09/13 15:36:44 tra 1.113.88.2: RESYNC: (1.113-1.114); FILE MERGED 2005/07/14 12:34:31 tra 1.113.88.1: #i50348#added include <frmatr.hxx>

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [48fb0fd7cbc8cbd9c934923e82e6858530e323cd]

        INTEGRATION: CWS writercorehandoff (1.135.250); FILE MERGED 2006/05/08 11:21:20 fme 1.135.250.7: #i50348# Make SwDoc accessible via interfaces 2006/04/05 13:20:21 tra 1.135.250.6: RESYNC: (1.143-1.144); FILE MERGED 2006/03/17 08:23:33 tra 1.135.250.5: RESYNC: (1.140-1.143); FILE MERGED 2005/12/20 15:26:00 tra 1.135.250.4: RESYNC: (1.136-1.140); FILE MERGED 2005/09/13 15:36:31 tra 1.135.250.3: RESYNC: (1.135-1.136); FILE MERGED 2005/08/31 12:51:06 tra 1.135.250.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:15:09 fme 1.135.250.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2803aa0b611e5824cf17a1b0044147dd73759932]

        INTEGRATION: CWS writercorehandoff (1.153.86); FILE MERGED 2006/04/28 13:38:18 fme 1.153.86.21: RESYNC: (1.167-1.168); FILE MERGED 2006/04/11 09:59:16 tra 1.153.86.20: #i50348 2006/04/05 13:20:11 tra 1.153.86.19: RESYNC: (1.165-1.167); FILE MERGED 2006/04/05 08:49:46 tra 1.153.86.18: #i50348# 2006/03/17 08:23:20 tra 1.153.86.17: RESYNC: (1.159-1.165); FILE MERGED 2006/01/20 10:01:54 tra 1.153.86.16: #i50348#removed inactive code 2005/12/20 15:25:52 tra 1.153.86.15: RESYNC: (1.157-1.159); FILE MERGED 2005/11/11 07:56:16 fme 1.153.86.14: #i50348# make SwDoc accessible via interfaces 2005/10/25 08:41:37 tra 1.153.86.13: RESYNC: (1.156-1.157); FILE MERGED 2005/10/24 16:01:34 tra 1.153.86.12: #50348# 2005/09/13 15:36:19 tra 1.153.86.11: RESYNC: (1.155-1.156); FILE MERGED 2005/08/31 12:51:05 tra 1.153.86.10: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/28 11:56:32 tra 1.153.86.9: RESYNC: (1.154-1.155); FILE MERGED 2005/07/19 06:06:09 fme 1.153.86.8: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:40 fme 1.153.86.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:09 tra 1.153.86.6: #i50348#make SwDoc interface based 2005/07/12 11:21:48 tra 1.153.86.5: #i50348#make SwDoc interface based 2005/07/11 06:14:28 tra 1.153.86.4: RESYNC: (1.153-1.154); FILE MERGED 2005/06/24 11:43:49 fme 1.153.86.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:08 fme 1.153.86.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:57 tra 1.153.86.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4060b2a4842b12642b12d90829d5a3f0f96d3a5d]

        INTEGRATION: CWS writercorehandoff (1.62.172); FILE MERGED 2006/04/28 13:38:09 fme 1.62.172.7: RESYNC: (1.66-1.67); FILE MERGED 2006/03/17 08:23:06 tra 1.62.172.6: RESYNC: (1.65-1.66); FILE MERGED 2006/01/20 10:01:53 tra 1.62.172.5: #i50348#removed inactive code 2005/10/24 16:01:33 tra 1.62.172.4: #50348# 2005/09/13 15:36:08 tra 1.62.172.3: RESYNC: (1.62-1.63); FILE MERGED 2005/06/07 14:15:08 fme 1.62.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:57 tra 1.62.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a40cf429d559f412a448399c50a1372a37db96a7]

        INTEGRATION: CWS writercorehandoff (1.136.4); FILE MERGED 2006/07/27 14:53:56 fme 1.136.4.7: RESYNC: (1.140-1.141); FILE MERGED 2006/04/28 13:38:01 fme 1.136.4.6: RESYNC: (1.139-1.140); FILE MERGED 2006/04/05 13:19:59 tra 1.136.4.5: RESYNC: (1.138-1.139); FILE MERGED 2006/01/20 10:01:52 tra 1.136.4.4: #i50348#removed inactive code 2005/12/20 15:25:34 tra 1.136.4.3: RESYNC: (1.137-1.138); FILE MERGED 2005/10/25 08:41:08 tra 1.136.4.2: RESYNC: (1.136-1.137); FILE MERGED 2005/10/24 16:01:33 tra 1.136.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [151689920ea6392d7fec408e750e0bbbe810ee6f]

        INTEGRATION: CWS writercorehandoff (1.10.444); FILE MERGED 2005/09/13 15:35:30 tra 1.10.444.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:15:07 fme 1.10.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [346d35ac8259be4c8023aac2e194fa2bbe10cfec]

        INTEGRATION: CWS writercorehandoff (1.21.4); FILE MERGED 2006/04/28 13:37:52 fme 1.21.4.3: RESYNC: (1.24-1.25); FILE MERGED 2006/04/05 13:19:49 tra 1.21.4.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/11 07:56:16 fme 1.21.4.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b95d94770d22d281fa59964276df0f9096d8e392]

        INTEGRATION: CWS writercorehandoff (1.88.88); FILE MERGED 2006/04/28 13:37:41 fme 1.88.88.9: RESYNC: (1.92-1.94); FILE MERGED 2006/04/05 13:19:40 tra 1.88.88.8: RESYNC: (1.91-1.92); FILE MERGED 2006/01/20 10:01:51 tra 1.88.88.7: #i50348#removed inactive code 2006/01/19 08:50:21 fme 1.88.88.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:25:21 tra 1.88.88.5: RESYNC: (1.90-1.91); FILE MERGED 2005/10/25 08:40:58 tra 1.88.88.4: RESYNC: (1.89-1.90); FILE MERGED 2005/09/13 15:35:01 tra 1.88.88.3: RESYNC: (1.88-1.89); FILE MERGED 2005/06/07 14:15:07 fme 1.88.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:56 tra 1.88.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ecf68d7259c1fe8abeb86f513689c89565c1e20]

        INTEGRATION: CWS writercorehandoff (1.46.18); FILE MERGED 2006/05/08 11:21:19 fme 1.46.18.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1bbd396f277adb20c6b08b532d935aa5518b084]

        INTEGRATION: CWS writercorehandoff (1.64.250); FILE MERGED 2006/04/05 13:19:08 tra 1.64.250.4: RESYNC: (1.66-1.67); FILE MERGED 2005/11/04 12:58:07 tra 1.64.250.3: #i50348# 2005/09/13 15:34:37 tra 1.64.250.2: RESYNC: (1.64-1.65); FILE MERGED 2005/06/07 14:15:06 fme 1.64.250.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8303a6d8f79c5308ec5baea527f10e747deaf99c]

        INTEGRATION: CWS writercorehandoff (1.72.88); FILE MERGED 2006/04/28 13:37:23 fme 1.72.88.16: RESYNC: (1.75-1.77); FILE MERGED 2006/04/05 13:18:48 tra 1.72.88.15: RESYNC: (1.74-1.75); FILE MERGED 2006/01/20 10:01:51 tra 1.72.88.14: #i50348#removed inactive code 2006/01/19 08:50:20 fme 1.72.88.13: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/11/11 07:56:15 fme 1.72.88.12: #i50348# make SwDoc accessible via interfaces 2005/11/04 12:58:06 tra 1.72.88.11: #i50348# 2005/09/13 15:34:27 tra 1.72.88.10: RESYNC: (1.72-1.73); FILE MERGED 2005/08/31 12:51:04 tra 1.72.88.9: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:06:08 fme 1.72.88.8: #i50348# make SwDoc accessible via interfaces 2005/07/12 11:21:48 tra 1.72.88.7: #i50348#make SwDoc interface based 2005/07/11 05:11:45 tra 1.72.88.6: #i50348#make SwDoc interface based 2005/07/05 08:13:08 tra 1.72.88.5: #i50348#make SwDoc interface based 2005/06/24 11:43:48 fme 1.72.88.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:25:11 tra 1.72.88.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:06 fme 1.72.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:55 tra 1.72.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb6d4792d30b0a2ee8418e667338628c37cbacf7]

        INTEGRATION: CWS writercorehandoff (1.38.18); FILE MERGED 2006/05/09 13:31:39 fme 1.38.18.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdae0e1aa8c2260b9cb8c478bb2dfd97a11b754c]

        INTEGRATION: CWS writercorehandoff (1.77.48); FILE MERGED 2006/03/17 08:22:28 tra 1.77.48.7: RESYNC: (1.82-1.84); FILE MERGED 2006/01/20 10:01:50 tra 1.77.48.6: #i50348#removed inactive code 2005/12/20 15:24:45 tra 1.77.48.5: RESYNC: (1.78-1.82); FILE MERGED 2005/09/13 15:33:43 tra 1.77.48.4: RESYNC: (1.77-1.78); FILE MERGED 2005/08/31 12:51:04 tra 1.77.48.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/12 11:21:47 tra 1.77.48.2: #i50348#make SwDoc interface based 2005/07/11 05:11:44 tra 1.77.48.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [74bb458eac8fa9718d5a9e8ebe556faa6009c4bd]

        INTEGRATION: CWS writercorehandoff (1.84.88); FILE MERGED 2006/05/08 11:21:19 fme 1.84.88.7: #i50348# Make SwDoc accessible via interfaces 2006/04/05 13:18:14 tra 1.84.88.6: RESYNC: (1.87-1.88); FILE MERGED 2006/03/17 08:22:16 tra 1.84.88.5: RESYNC: (1.86-1.87); FILE MERGED 2005/10/25 08:40:15 tra 1.84.88.4: RESYNC: (1.85-1.86); FILE MERGED 2005/09/13 15:33:30 tra 1.84.88.3: RESYNC: (1.84-1.85); FILE MERGED 2005/06/07 14:15:06 fme 1.84.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:55 tra 1.84.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [da9170c2c88ecafbff7dda481df28b4d0a543cb4]

        INTEGRATION: CWS writercorehandoff (1.4.682); FILE MERGED 2005/09/13 15:33:19 tra 1.4.682.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:15:05 fme 1.4.682.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4169d7204bdf92cfe5680d4267752f9a2ed33b3]

        INTEGRATION: CWS writercorehandoff (1.13.326); FILE MERGED 2006/05/09 13:31:39 fme 1.13.326.8: #i50348#make SwDoc interface based 2006/05/08 11:21:19 fme 1.13.326.7: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:22:04 tra 1.13.326.6: RESYNC: (1.17-1.18); FILE MERGED 2005/12/20 15:24:35 tra 1.13.326.5: RESYNC: (1.14-1.17); FILE MERGED 2005/11/11 07:56:15 fme 1.13.326.4: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:33:09 tra 1.13.326.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:15:05 fme 1.13.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:54 tra 1.13.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a7d0a28d03a4d4dd2f90ddec5c588f2e22a2d6a]

        INTEGRATION: CWS writercorehandoff (1.10.444); FILE MERGED 2006/05/08 11:21:19 fme 1.10.444.4: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:24:28 tra 1.10.444.3: RESYNC: (1.11-1.16); FILE MERGED 2005/09/13 15:32:59 tra 1.10.444.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/13 13:24:40 fme 1.10.444.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2919ff7b66b443a2d5301d35380977311f8f090c]

        INTEGRATION: CWS writercorehandoff (1.14.76); FILE MERGED 2006/05/09 13:31:39 fme 1.14.76.8: #i50348#make SwDoc interface based 2006/05/08 11:21:18 fme 1.14.76.7: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:24:20 tra 1.14.76.6: RESYNC: (1.15-1.18); FILE MERGED 2005/11/11 07:56:15 fme 1.14.76.5: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:32:50 tra 1.14.76.4: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 12:51:04 tra 1.14.76.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:15:05 fme 1.14.76.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:54 tra 1.14.76.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0506dfdaa7d49ae3f6d17bb213570fdbd61fb8a]

        INTEGRATION: CWS writercorehandoff (1.15.84); FILE MERGED 2006/05/08 11:21:18 fme 1.15.84.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b426bf6cb7f44f990a1466837b6545582c51fbf1]

        INTEGRATION: CWS writercorehandoff (1.9.66); FILE MERGED 2006/01/20 10:01:49 tra 1.9.66.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [37c2de1ec3375e7ee0c55cf6d98aeae082e9c501]

        INTEGRATION: CWS sdfcreater (1.3.42); FILE MERGED 2006/07/24 11:48:22 ihi 1.3.42.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1989a1647fb6197acd510376ab87aa6a12dac774]

        INTEGRATION: CWS writercorehandoff (1.8.252); FILE MERGED 2006/04/28 13:36:55 fme 1.8.252.5: RESYNC: (1.9-1.10); FILE MERGED 2005/10/06 08:09:13 tra 1.8.252.4: #50348# 2005/09/13 15:29:20 tra 1.8.252.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:04 fme 1.8.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:53 tra 1.8.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [77cf1024600b3951433f7f63b6c95e1d809776da]

        INTEGRATION: CWS sdfcreater (1.3.42); FILE MERGED 2006/07/24 11:48:21 ihi 1.3.42.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3be712a078b9ab204efcc6f5696f9a40909da5bd]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2005/09/13 15:29:10 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:15:04 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d7bf5a627d382d66a133e983750301338c3ab53]

        INTEGRATION: CWS sdfcreater (1.3.80); FILE MERGED 2006/07/24 11:48:21 ihi 1.3.80.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6850de2148230bfe64a6736c59f282012b8db026]

        INTEGRATION: CWS writercorehandoff (1.17.252); FILE MERGED 2006/05/08 11:21:18 fme 1.17.252.10: #i50348# Make SwDoc accessible via interfaces 2006/01/20 10:01:49 tra 1.17.252.9: #i50348#removed inactive code 2005/11/11 07:56:14 fme 1.17.252.8: #i50348# make SwDoc accessible via interfaces 2005/11/10 21:32:48 tra 1.17.252.7: #i50348# 2005/10/24 16:01:33 tra 1.17.252.6: #50348# 2005/10/06 08:09:12 tra 1.17.252.5: #50348# 2005/09/13 15:28:36 tra 1.17.252.4: RESYNC: (1.17-1.18); FILE MERGED 2005/08/31 12:51:03 tra 1.17.252.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 08:43:04 tra 1.17.252.2: #i50348#make SwDoc interface based 2005/07/19 06:06:07 fme 1.17.252.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed594de9f7defc6e3e151b89c09e337c884bd5b]

        INTEGRATION: CWS sdfcreater (1.2.248); FILE MERGED 2006/07/24 11:48:21 ihi 1.2.248.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc61d031ca65045cc12ee86b6a1a0b1f14aeedf4]

        INTEGRATION: CWS writercorehandoff (1.8.252); FILE MERGED 2006/03/17 08:20:47 tra 1.8.252.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 15:28:23 tra 1.8.252.3: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 06:14:09 tra 1.8.252.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:15:03 fme 1.8.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7158dbb1db9ae279f4ed7b2323c3a64a0d00c92]

        INTEGRATION: CWS sdfcreater (1.2.248); FILE MERGED 2006/07/24 11:48:20 ihi 1.2.248.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [39bb3ed6c7440c323ff6c9d7cbd0cea0ab8ffb1f]

        INTEGRATION: CWS writercorehandoff (1.17.288); FILE MERGED 2006/07/27 14:53:38 fme 1.17.288.10: RESYNC: (1.19-1.20); FILE MERGED 2006/05/08 11:21:17 fme 1.17.288.9: #i50348# Make SwDoc accessible via interfaces 2006/01/20 10:01:48 tra 1.17.288.8: #i50348#removed inactive code 2005/11/04 12:58:06 tra 1.17.288.7: #i50348# 2005/09/13 15:27:59 tra 1.17.288.6: RESYNC: (1.17-1.18); FILE MERGED 2005/07/19 06:06:06 fme 1.17.288.5: #i50348# make SwDoc accessible via interfaces 2005/07/05 08:13:07 tra 1.17.288.4: #i50348#make SwDoc interface based 2005/06/24 11:25:10 tra 1.17.288.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:15:03 fme 1.17.288.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:52 tra 1.17.288.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1eb8f6ae3491665116a82790d9fd1d0088f4f1a]

        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>  [ecbcda9c624f6f97ee90395d89bac42947559c71]

        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>  [61a44fb2c8c396e93559fd63b4f5a4b86e6fd867]

        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>  [5eeb69240759ce08f7dcb5f774fb771e7d4ff664]

        INTEGRATION: CWS writercorehandoff (1.11.252); FILE MERGED 2005/09/13 15:23:55 tra 1.11.252.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:15:00 fme 1.11.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a893c61a1f36b36aeb804702a90a5302ae2181e]

        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>  [4f41c4e15a7a296267d4c612e220a3fdbc97c62c]

        INTEGRATION: CWS writercorehandoff (1.31.18); FILE MERGED 2006/01/19 08:50:19 fme 1.31.18.9: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 15:23:44 tra 1.31.18.8: RESYNC: (1.31-1.32); FILE MERGED 2005/08/31 12:51:03 tra 1.31.18.7: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:06:06 fme 1.31.18.6: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:39 fme 1.31.18.5: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:46 tra 1.31.18.4: #i50348#make SwDoc interface based 2005/06/24 11:43:48 fme 1.31.18.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:59 fme 1.31.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:48 tra 1.31.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [546af8c1b6526aca27e77dd44d81f858a9d5ce9b]

        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>  [bd9fd32cc6373759454ddbea9812eff0f22e09ad]

        INTEGRATION: CWS writercorehandoff (1.24.224); FILE MERGED 2006/05/30 06:44:21 fme 1.24.224.4: RESYNC: (1.27-1.28); FILE MERGED 2006/03/17 08:20:37 tra 1.24.224.3: RESYNC: (1.25-1.27); FILE MERGED 2005/09/13 15:23:30 tra 1.24.224.2: RESYNC: (1.24-1.25); FILE MERGED 2005/06/07 14:14:59 fme 1.24.224.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [efef2e08d3b406d8582287018a06b2f5f6641246]

        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>  [71289f9ae11f98e037fa16a479c3c314d9fc5569]

        INTEGRATION: CWS writercorehandoff (1.49.222); FILE MERGED 2006/07/27 14:53:31 fme 1.49.222.23: RESYNC: (1.59-1.60); FILE MERGED 2006/05/30 06:44:14 fme 1.49.222.22: RESYNC: (1.58-1.59); FILE MERGED 2006/04/05 13:17:14 tra 1.49.222.21: RESYNC: (1.57-1.58); FILE MERGED 2006/04/05 08:49:45 tra 1.49.222.20: #i50348# 2006/03/17 08:20:28 tra 1.49.222.19: RESYNC: (1.53-1.57); FILE MERGED 2006/01/20 10:01:45 tra 1.49.222.18: #i50348#removed inactive code 2006/01/19 08:50:19 fme 1.49.222.17: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:21:45 tra 1.49.222.16: RESYNC: (1.52-1.53); FILE MERGED 2005/11/11 07:56:11 fme 1.49.222.15: #i50348# make SwDoc accessible via interfaces 2005/11/10 21:32:47 tra 1.49.222.14: #i50348# 2005/10/25 08:39:43 tra 1.49.222.13: RESYNC: (1.51-1.52); FILE MERGED 2005/10/24 16:01:31 tra 1.49.222.12: #50348# 2005/09/13 15:23:19 tra 1.49.222.11: RESYNC: (1.50-1.51); FILE MERGED 2005/08/31 12:51:02 tra 1.49.222.10: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 08:43:00 tra 1.49.222.9: #i50348#make SwDoc interface based 2005/07/19 06:06:05 fme 1.49.222.8: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:39 fme 1.49.222.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:09 tra 1.49.222.6: #i50348#make SwDoc interface based 2005/07/12 11:21:46 tra 1.49.222.5: #i50348#make SwDoc interface based 2005/07/11 06:13:59 tra 1.49.222.4: RESYNC: (1.49-1.50); FILE MERGED 2005/06/24 11:43:47 fme 1.49.222.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:58 fme 1.49.222.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:47 tra 1.49.222.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e15a7d6a3ef6d03d5f9beb3731ad88e23ea2504]

        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>  [9db289752fcba682d3c1cfe6ab0059247d4c06c4]

        INTEGRATION: CWS writercorehandoff (1.26.224); FILE MERGED 2006/05/30 06:43:47 fme 1.26.224.9: RESYNC: (1.28-1.29); FILE MERGED 2006/03/17 08:20:16 tra 1.26.224.8: RESYNC: (1.27-1.28); FILE MERGED 2006/01/20 10:01:44 tra 1.26.224.7: #i50348#removed inactive code 2005/11/11 07:56:11 fme 1.26.224.6: #i50348# make SwDoc accessible via interfaces 2005/10/24 16:01:30 tra 1.26.224.5: #50348# 2005/09/13 15:23:08 tra 1.26.224.4: RESYNC: (1.26-1.27); FILE MERGED 2005/07/13 13:24:38 fme 1.26.224.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:58 fme 1.26.224.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:47 tra 1.26.224.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c5c8cace1cbceafcc9320d183bb7bd192459ff1]

        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>  [82aa45f90104bbe262ea816025491252555ec4f9]

        INTEGRATION: CWS writercorehandoff (1.12.48); FILE MERGED 2006/07/27 14:53:08 fme 1.12.48.6: RESYNC: (1.15-1.16); FILE MERGED 2005/12/20 15:21:37 tra 1.12.48.5: RESYNC: (1.13-1.15); FILE MERGED 2005/09/13 15:22:56 tra 1.12.48.4: RESYNC: (1.12-1.13); FILE MERGED 2005/07/13 13:24:38 fme 1.12.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:58 fme 1.12.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:46 tra 1.12.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ff04fd18b002bc5d82b5b7b4b070f5dba360b91]

        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>  [11dc711d965589f7bd5c403da6c18c25ed94404f]

        INTEGRATION: CWS writercorehandoff (1.19.224); FILE MERGED 2006/05/30 06:43:33 fme 1.19.224.9: RESYNC: (1.24-1.25); FILE MERGED 2006/03/17 08:20:07 tra 1.19.224.8: RESYNC: (1.21-1.24); FILE MERGED 2006/01/20 10:01:44 tra 1.19.224.7: #i50348#removed inactive code 2005/12/20 15:21:28 tra 1.19.224.6: RESYNC: (1.20-1.21); FILE MERGED 2005/10/24 16:01:30 tra 1.19.224.5: #50348# 2005/09/13 15:22:45 tra 1.19.224.4: RESYNC: (1.19-1.20); FILE MERGED 2005/07/13 13:24:38 fme 1.19.224.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:58 fme 1.19.224.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:45 tra 1.19.224.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c499abc5994b0ac263833dce396c3980b1706a84]

        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>  [399906e63920b31657cc5ed147b4c7a4525d9d32]

        INTEGRATION: CWS writercorehandoff (1.26.252); FILE MERGED 2005/10/24 16:01:30 tra 1.26.252.5: #50348# 2005/09/13 15:22:33 tra 1.26.252.4: RESYNC: (1.26-1.27); FILE MERGED 2005/07/13 13:24:37 fme 1.26.252.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:57 fme 1.26.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:45 tra 1.26.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [89bea05990e8946f79be073a2273757fa305d1c5]

        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>  [b8c2ac774f1481acbea49d54b407a3e7194ec004]

        INTEGRATION: CWS writercorehandoff (1.56.18); FILE MERGED 2006/03/17 08:19:54 tra 1.56.18.6: RESYNC: (1.58-1.60); FILE MERGED 2005/12/20 15:21:20 tra 1.56.18.5: RESYNC: (1.57-1.58); FILE MERGED 2005/09/13 15:22:22 tra 1.56.18.4: RESYNC: (1.56-1.57); FILE MERGED 2005/07/13 13:24:37 fme 1.56.18.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:57 fme 1.56.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:44 tra 1.56.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef473bef4581df38c066b0c0f354adaf6be4a88]

        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>  [06d6587401d2c674812cacc4e227f2aa80d16788]

        INTEGRATION: CWS writercorehandoff (1.6.462); FILE MERGED 2005/09/13 15:08:10 tra 1.6.462.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:14:56 fme 1.6.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bd785d5c344dc69242ef1ef6943b147bd637f7c]

        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>  [9ab1d1ffc44f393802557b512f8615b155972662]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 15:07:54 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:14:56 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e7288e13e97973effca13d07e82af5d69d83dc7]

        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>  [62b0a5f6eff925c6b3e402b9f485b7f7fac7dbd3]

        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>  [2ac8d412ca1cf9ec6b9516c582be1165ab5298f8]

        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>  [d7220cd3839128fdfbeed74f5d6f7dff7b51ddc3]

        INTEGRATION: CWS writercorehandoff (1.10.326); FILE MERGED 2006/03/17 08:19:04 tra 1.10.326.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 15:06:49 tra 1.10.326.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/31 12:51:02 tra 1.10.326.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [78534eb32051eaf2f4097e8e4651aed1e5839a03]

        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>  [861269ced1e1db3af289606992c1c648eed86b5d]

        INTEGRATION: CWS writercorehandoff (1.12.252); FILE MERGED 2006/05/08 11:21:17 fme 1.12.252.6: #i50348# Make SwDoc accessible via interfaces 2005/10/24 16:01:29 tra 1.12.252.5: #50348# 2005/09/13 15:06:25 tra 1.12.252.4: RESYNC: (1.12-1.13); FILE MERGED 2005/08/31 12:51:01 tra 1.12.252.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/13 13:24:37 fme 1.12.252.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:55 fme 1.12.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8da93dfec4b3feffa404ccfd548e95dfa03535]

        INTEGRATION: CWS writercorehandoff (1.9.252); FILE MERGED 2005/09/13 15:06:15 tra 1.9.252.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:14:55 fme 1.9.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bdf92fb7552e166a05456dd9986269d53fd01d6]

        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>  [8c426a341b8b1fa95c8c63c9658868843b928875]

        INTEGRATION: CWS writercorehandoff (1.12.252); FILE MERGED 2006/04/28 13:36:33 fme 1.12.252.5: RESYNC: (1.14-1.15); FILE MERGED 2006/04/05 13:17:02 tra 1.12.252.4: RESYNC: (1.13-1.14); FILE MERGED 2006/01/11 21:17:13 tra 1.12.252.3: #i50348# 2005/09/13 15:20:23 tra 1.12.252.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:54 fme 1.12.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [77fb227910f534b6de6607bd22a9b4a3ffa9d24d]

        INTEGRATION: CWS writercorehandoff (1.29.252); FILE MERGED 2006/04/28 13:36:26 fme 1.29.252.11: RESYNC: (1.31-1.32); FILE MERGED 2006/04/05 13:16:48 tra 1.29.252.10: RESYNC: (1.30-1.31); FILE MERGED 2006/01/19 08:50:18 fme 1.29.252.9: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/11/11 07:56:11 fme 1.29.252.8: #i50348# make SwDoc accessible via interfaces 2005/09/21 13:42:28 tra 1.29.252.7: #i50348# 2005/09/13 15:20:12 tra 1.29.252.6: RESYNC: (1.29-1.30); FILE MERGED 2005/07/19 06:06:04 fme 1.29.252.5: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:29 fme 1.29.252.4: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:44 tra 1.29.252.3: #i50348#make SwDoc interface based 2005/06/07 14:14:54 fme 1.29.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:44 tra 1.29.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7274e6d8d6ff01b15f73c603179f25c693aaad3]

        INTEGRATION: CWS writercorehandoff (1.10.252); FILE MERGED 2006/04/05 13:16:34 tra 1.10.252.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 15:19:59 tra 1.10.252.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/13 13:24:36 fme 1.10.252.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:54 fme 1.10.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [aebef8640ced0e9beb210ac43d4b6393fb52820b]

        INTEGRATION: CWS sdfcreater (1.21.86); FILE MERGED 2006/07/12 14:19:48 ihi 1.21.86.1: #i34408# out comment useless resource

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5864003291dc04775dcc9d4ab7307dde87367672]

        INTEGRATION: CWS writercorehandoff (1.33.172); FILE MERGED 2005/12/20 15:21:11 tra 1.33.172.12: RESYNC: (1.35-1.36); FILE MERGED 2005/11/11 07:56:10 fme 1.33.172.11: #i50348# make SwDoc accessible via interfaces 2005/10/26 07:37:53 tra 1.33.172.10: #i50348# 2005/10/25 08:39:33 tra 1.33.172.9: RESYNC: (1.34-1.35); FILE MERGED 2005/10/24 16:01:29 tra 1.33.172.8: #50348# 2005/09/21 13:42:24 tra 1.33.172.7: #i50348# 2005/09/13 15:19:42 tra 1.33.172.6: RESYNC: (1.33-1.34); FILE MERGED 2005/07/19 08:42:59 tra 1.33.172.5: #i50348#make SwDoc interface based 2005/07/19 06:06:04 fme 1.33.172.4: #i50348# make SwDoc accessible via interfaces 2005/07/11 05:11:43 tra 1.33.172.3: #i50348#make SwDoc interface based 2005/06/07 14:14:54 fme 1.33.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:43 tra 1.33.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [015ce1433a48bdd5e8e942d488ffbe2f644a603f]

        INTEGRATION: CWS sdfcreater (1.60.56); FILE MERGED 2006/07/24 11:50:57 ihi 1.60.56.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aa713c4af31f4f727ef4f517ee3fc2a4cafa02c]

        INTEGRATION: CWS writercorehandoff (1.3.252); FILE MERGED 2005/09/13 15:19:17 tra 1.3.252.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:14:53 fme 1.3.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [336f57dd117a7f2d93c907e4f636c252e53406a9]

        INTEGRATION: CWS writercorehandoff (1.9.48); FILE MERGED 2006/04/28 13:36:18 fme 1.9.48.5: RESYNC: (1.11-1.12); FILE MERGED 2006/04/05 13:16:06 tra 1.9.48.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 15:19:06 tra 1.9.48.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:14:53 fme 1.9.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:42 tra 1.9.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8a0034b0eb254559ef5fba567554a543f210c41]

        INTEGRATION: CWS writercorehandoff (1.4.750); FILE MERGED 2006/04/28 13:36:09 fme 1.4.750.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 15:18:36 tra 1.4.750.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:14:53 fme 1.4.750.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:42 tra 1.4.750.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [08caadc8bceaf7210a2110feb8ce986c966e2d7e]

        INTEGRATION: CWS sdfcreater (1.1.44); FILE MERGED 2006/07/12 14:54:20 ihi 1.1.44.1: #i34408# comment out useless resource

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a15289764cc29b6a790687ad7d2a2bef30426953]

        INTEGRATION: CWS writercorehandoff (1.10.598); FILE MERGED 2006/04/05 13:15:54 tra 1.10.598.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 15:18:03 tra 1.10.598.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:14:52 fme 1.10.598.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:41 tra 1.10.598.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [639444d1b125c1d43825c2cd970ed9dc50f6eaa3]

        INTEGRATION: CWS writercorehandoff (1.15.48); FILE MERGED 2005/10/24 16:01:29 tra 1.15.48.3: #50348# 2005/09/13 15:17:54 tra 1.15.48.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:14:52 fme 1.15.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e51b3c70df5df8460511745e66fd5d747d9a9d5]

        INTEGRATION: CWS writercorehandoff (1.13.4); FILE MERGED 2006/04/05 13:15:43 tra 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2006/01/19 08:50:18 fme 1.13.4.1: #i50348# General cleanup - removed unused header files, functions, members, declarations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9d1fd1ad17bd4d775a6c04594767cc95270c750]

        INTEGRATION: CWS writercorehandoff (1.22.4); FILE MERGED 2006/03/17 08:19:41 tra 1.22.4.2: RESYNC: (1.22-1.23); FILE MERGED 2005/10/24 16:01:28 tra 1.22.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [71db36fc7037a4658462bee5c2719f30fde9d018]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 15:17:20 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:14:52 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b91c4a4b087190abe30dbf6e850f88981057a85]

        INTEGRATION: CWS writercorehandoff (1.13.48); FILE MERGED 2006/07/27 14:52:57 fme 1.13.48.7: RESYNC: (1.18-1.20); FILE MERGED 2006/04/05 13:15:32 tra 1.13.48.6: RESYNC: (1.17-1.18); FILE MERGED 2005/12/21 15:16:27 tra 1.13.48.5: #i50348# 2005/12/20 15:21:01 tra 1.13.48.4: RESYNC: (1.14-1.17); FILE MERGED 2005/09/13 15:17:08 tra 1.13.48.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/13 13:24:36 fme 1.13.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:51 fme 1.13.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d7f8c513d0a9469b072cb68a64972ac0bd9863]

        INTEGRATION: CWS writercorehandoff (1.15.48); FILE MERGED 2006/04/28 13:36:01 fme 1.15.48.5: RESYNC: (1.17-1.18); FILE MERGED 2005/12/20 15:20:53 tra 1.15.48.4: RESYNC: (1.16-1.17); FILE MERGED 2005/10/24 16:01:28 tra 1.15.48.3: #50348# 2005/09/13 15:16:58 tra 1.15.48.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/19 06:06:03 fme 1.15.48.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c89d554e06398806a77b617b2ca30fa7b26a9f23]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2005/10/24 16:01:28 tra 1.8.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c8782abd5016521deb4707a2076e7fc78a2e753]

        INTEGRATION: CWS writercorehandoff (1.12.252); FILE MERGED 2006/04/05 13:15:20 tra 1.12.252.6: RESYNC: (1.14-1.15); FILE MERGED 2006/01/19 08:50:18 fme 1.12.252.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:20:45 tra 1.12.252.4: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 15:16:31 tra 1.12.252.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:51 fme 1.12.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:41 tra 1.12.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [205e0d2b6973d6abbb67810cd5bf017a8a48739d]

        INTEGRATION: CWS writercorehandoff (1.14.48); FILE MERGED 2006/05/08 13:23:03 fme 1.14.48.5: RESYNC: (1.16-1.17); FILE MERGED 2005/12/20 15:20:37 tra 1.14.48.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 15:16:09 tra 1.14.48.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:14:51 fme 1.14.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:40 tra 1.14.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1fdd905d51d3cf1dcbb2c17ab663573ba459c4d]

        INTEGRATION: CWS writercorehandoff (1.20.252); FILE MERGED 2006/04/05 13:15:08 tra 1.20.252.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/13 15:15:30 tra 1.20.252.3: RESYNC: (1.20-1.21); FILE MERGED 2005/06/07 14:14:50 fme 1.20.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:40 tra 1.20.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f463951a2f252abaef2fd88e6812868c533224b5]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2005/12/20 15:20:29 tra 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/24 16:01:28 tra 1.8.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [88b42b75b5faf945f94bc61f803abafef91c167d]

        INTEGRATION: CWS writercorehandoff (1.11.560); FILE MERGED 2006/07/27 14:52:46 fme 1.11.560.6: RESYNC: (1.13-1.14); FILE MERGED 2005/10/25 08:39:23 tra 1.11.560.5: RESYNC: (1.12-1.13); FILE MERGED 2005/10/24 16:01:28 tra 1.11.560.4: #50348# 2005/09/13 15:14:36 tra 1.11.560.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:14:50 fme 1.11.560.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:39 tra 1.11.560.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62f6fd8c347cb0b9965c29dcb5b5071888e444d]

        INTEGRATION: CWS writercorehandoff (1.7.318); FILE MERGED 2005/09/13 15:14:25 tra 1.7.318.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:14:50 fme 1.7.318.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf88f9b62bc114356aabacbbf2bc9711d32dbca]

        INTEGRATION: CWS writercorehandoff (1.17.232); FILE MERGED 2006/04/28 13:35:54 fme 1.17.232.6: RESYNC: (1.19-1.20); FILE MERGED 2006/04/05 13:14:54 tra 1.17.232.5: RESYNC: (1.18-1.19); FILE MERGED 2005/11/11 07:56:10 fme 1.17.232.4: #i50348# make SwDoc accessible via interfaces 2005/09/21 13:42:23 tra 1.17.232.3: #i50348# 2005/09/13 15:14:14 tra 1.17.232.2: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:14:50 fme 1.17.232.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c856b543340faf913ff6e0a6fbbbcb27a934993]

        INTEGRATION: CWS writercorehandoff (1.11.54); FILE MERGED 2005/09/13 15:14:00 tra 1.11.54.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:14:49 fme 1.11.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:39 tra 1.11.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a7b20aa797e1102105f84a001c7d5705192b36]

        INTEGRATION: CWS sdfcreater (1.2.30); FILE MERGED 2006/07/24 11:49:41 ihi 1.2.30.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1242129175201302e9e8c470d10f0b404dd752]

        INTEGRATION: CWS writercorehandoff (1.26.272); FILE MERGED 2006/07/27 14:52:34 fme 1.26.272.7: RESYNC: (1.30-1.31); FILE MERGED 2006/04/05 13:14:40 tra 1.26.272.6: RESYNC: (1.29-1.30); FILE MERGED 2005/12/20 15:19:58 tra 1.26.272.5: RESYNC: (1.27-1.29); FILE MERGED 2005/11/11 07:56:10 fme 1.26.272.4: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:13:49 tra 1.26.272.3: RESYNC: (1.26-1.27); FILE MERGED 2005/06/07 14:14:49 fme 1.26.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:38 tra 1.26.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6b2b29ff0e6645c65e4c3f2281be94d8664cae0]

        INTEGRATION: CWS writercorehandoff (1.29.252); FILE MERGED 2006/05/08 11:21:17 fme 1.29.252.12: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:35:46 fme 1.29.252.11: RESYNC: (1.31-1.32); FILE MERGED 2006/04/05 13:14:23 tra 1.29.252.10: RESYNC: (1.30-1.31); FILE MERGED 2006/04/05 08:49:45 tra 1.29.252.9: #i50348# 2006/01/20 10:01:41 tra 1.29.252.8: #i50348#removed inactive code 2006/01/19 08:50:17 fme 1.29.252.7: #i50348# General cleanup - removed unused header files, functions, members, declarations 2006/01/11 21:17:13 tra 1.29.252.6: #i50348# 2005/11/11 07:56:10 fme 1.29.252.5: #i50348# make SwDoc accessible via interfaces 2005/09/13 15:13:10 tra 1.29.252.4: RESYNC: (1.29-1.30); FILE MERGED 2005/07/11 05:11:43 tra 1.29.252.3: #i50348#make SwDoc interface based 2005/06/07 14:14:49 fme 1.29.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:38 tra 1.29.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [04fa2f10a28e6b72713fd85b2ceab08fc9d16bdf]

        INTEGRATION: CWS sdfcreater (1.1.122); FILE MERGED 2006/07/24 11:49:41 ihi 1.1.122.1: #i34408# Skip useless translations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef7a57e51db9a538b8a306b94d866898736ac44d]

        INTEGRATION: CWS writercorehandoff (1.10.54); FILE MERGED 2006/03/17 08:19:29 tra 1.10.54.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 15:12:52 tra 1.10.54.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:14:48 fme 1.10.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:37 tra 1.10.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b838dc08af432fbe3fc4407a20898650ba064a]

        INTEGRATION: CWS sdfcreater (1.14.66); FILE MERGED 2006/03/31 13:07:16 ihi 1.14.66.1: #134147# reenabled word count function

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ef28ea41e5712b700c93693dbd28a4cefeb4b4f]

        INTEGRATION: CWS writercorehandoff (1.39.120); FILE MERGED 2006/01/19 08:50:17 fme 1.39.120.13: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:19:15 tra 1.39.120.12: RESYNC: (1.40-1.41); FILE MERGED 2005/11/11 07:56:09 fme 1.39.120.11: #i50348# make SwDoc accessible via interfaces 2005/10/06 08:09:10 tra 1.39.120.10: #50348# 2005/09/28 14:01:40 tra 1.39.120.9: #i50348# 2005/09/21 13:42:21 tra 1.39.120.8: #i50348# 2005/09/13 15:09:10 tra 1.39.120.7: RESYNC: (1.39-1.40); FILE MERGED 2005/08/31 12:51:01 tra 1.39.120.6: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/13 13:24:35 fme 1.39.120.5: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:08 tra 1.39.120.4: #i50348#make SwDoc interface based 2005/07/12 11:21:45 tra 1.39.120.3: #i50348#make SwDoc interface based 2005/07/11 05:11:42 tra 1.39.120.2: #i50348#make SwDoc interface based 2005/06/24 11:43:47 fme 1.39.120.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d29e368fa81ca619f8c07622fbf7e5d1809713df]

        INTEGRATION: CWS writercorehandoff (1.42.78); FILE MERGED 2006/04/28 13:35:38 fme 1.42.78.6: RESYNC: (1.46-1.47); FILE MERGED 2005/12/20 15:19:03 tra 1.42.78.5: RESYNC: (1.44-1.46); FILE MERGED 2005/11/04 12:58:05 tra 1.42.78.4: #i50348# 2005/09/13 15:08:46 tra 1.42.78.3: RESYNC: (1.42-1.43); FILE MERGED 2005/06/07 14:14:47 fme 1.42.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:37 tra 1.42.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d57b4cf1caaf4a3d58289fa9b5b0a49fb5647761]

        INTEGRATION: CWS writercorehandoff (1.6.4); FILE MERGED 2005/09/21 13:42:20 tra 1.6.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [607b8035e2f0852d4f632c8336e40b404da729f6]

        INTEGRATION: CWS writercorehandoff (1.20.252); FILE MERGED 2006/04/05 13:13:48 tra 1.20.252.6: RESYNC: (1.21-1.22); FILE MERGED 2005/11/11 07:56:09 fme 1.20.252.5: #i50348# make SwDoc accessible via interfaces 2005/10/24 16:01:27 tra 1.20.252.4: #50348# 2005/09/13 15:05:06 tra 1.20.252.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/13 13:24:34 fme 1.20.252.2: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:46 fme 1.20.252.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4241636f9c42c8c430de15f1fe7473e4cfc438e4]

        INTEGRATION: CWS writercorehandoff (1.33.96); FILE MERGED 2006/05/08 11:21:16 fme 1.33.96.11: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:35:15 fme 1.33.96.10: RESYNC: (1.35-1.36); FILE MERGED 2006/03/17 08:18:38 tra 1.33.96.9: RESYNC: (1.34-1.35); FILE MERGED 2005/10/24 16:01:26 tra 1.33.96.8: #50348# 2005/09/21 13:42:18 tra 1.33.96.7: #i50348# 2005/09/13 15:04:07 tra 1.33.96.6: RESYNC: (1.33-1.34); FILE MERGED 2005/07/14 05:01:28 fme 1.33.96.5: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:34 fme 1.33.96.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:45 fme 1.33.96.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:46 fme 1.33.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:36 tra 1.33.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aaa889d6c9783194276be08b1cc671192db3e7f]

        INTEGRATION: CWS writercorehandoff (1.22.88); FILE MERGED 2005/11/18 14:53:37 fme 1.22.88.10: #i50348# Make SwDoc accessible via interfaces 2005/09/21 13:42:17 tra 1.22.88.9: #i50348# 2005/09/13 15:03:54 tra 1.22.88.8: RESYNC: (1.22-1.23); FILE MERGED 2005/07/13 13:24:33 fme 1.22.88.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:44 tra 1.22.88.6: #i50348#make SwDoc interface based 2005/07/11 05:11:42 tra 1.22.88.5: #i50348#make SwDoc interface based 2005/07/05 08:13:06 tra 1.22.88.4: #i50348#make SwDoc interface based 2005/06/24 11:43:45 fme 1.22.88.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:46 fme 1.22.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:35 tra 1.22.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [054e6f97390f6b3af4333d34b4659d30364ab27e]

        INTEGRATION: CWS writercorehandoff (1.59.138); FILE MERGED 2006/05/08 11:21:16 fme 1.59.138.15: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:18:29 tra 1.59.138.14: RESYNC: (1.62-1.63); FILE MERGED 2005/12/20 15:18:53 tra 1.59.138.13: RESYNC: (1.61-1.62); FILE MERGED 2005/11/18 14:53:37 fme 1.59.138.12: #i50348# Make SwDoc accessible via interfaces 2005/10/06 08:09:08 tra 1.59.138.11: #50348# 2005/09/13 15:03:43 tra 1.59.138.10: RESYNC: (1.60-1.61); FILE MERGED 2005/07/19 06:06:01 fme 1.59.138.9: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:33 fme 1.59.138.8: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:07 tra 1.59.138.7: #i50348#make SwDoc interface based 2005/07/12 11:21:44 tra 1.59.138.6: #i50348#make SwDoc interface based 2005/07/11 05:11:42 tra 1.59.138.5: #i50348#make SwDoc interface based 2005/07/05 08:13:06 tra 1.59.138.4: #i50348#make SwDoc interface based 2005/06/24 11:43:44 fme 1.59.138.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:45 fme 1.59.138.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:35 tra 1.59.138.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [880a2c2948e8aef4f71857dfc0dce71de8da7c09]

        INTEGRATION: CWS writercorehandoff (1.22.768); FILE MERGED 2006/05/08 11:21:16 fme 1.22.768.4: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:18:20 tra 1.22.768.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/13 15:03:32 tra 1.22.768.2: RESYNC: (1.22-1.23); FILE MERGED 2005/07/13 13:24:33 fme 1.22.768.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb7870b799350e2a6e6796e2a22c533f753c98c0]

        INTEGRATION: CWS writercorehandoff (1.26.92); FILE MERGED 2006/07/27 14:52:06 fme 1.26.92.10: RESYNC: (1.28-1.29); FILE MERGED 2006/05/08 11:21:15 fme 1.26.92.9: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:18:01 tra 1.26.92.8: RESYNC: (1.27-1.28); FILE MERGED 2005/11/18 14:53:37 fme 1.26.92.7: #i50348# Make SwDoc accessible via interfaces 2005/09/13 15:03:21 tra 1.26.92.6: RESYNC: (1.26-1.27); FILE MERGED 2005/07/13 13:24:32 fme 1.26.92.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:13:05 tra 1.26.92.4: #i50348#make SwDoc interface based 2005/06/24 11:43:44 fme 1.26.92.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:45 fme 1.26.92.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:34 tra 1.26.92.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [43166a6f52d7543282666b3e12637da2563fd3c7]

        INTEGRATION: CWS writercorehandoff (1.15.4); FILE MERGED 2006/07/27 14:51:56 fme 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/18 14:53:36 fme 1.15.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa409db890020a599414cde3eeb7bdeb3fffb78]

        INTEGRATION: CWS writercorehandoff (1.13.464); FILE MERGED 2006/05/08 11:21:15 fme 1.13.464.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 15:02:54 tra 1.13.464.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:14:45 fme 1.13.464.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:34 tra 1.13.464.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [70d15612edf72c52479c8723734183b46a4f3e26]

        INTEGRATION: CWS writercorehandoff (1.7.466); FILE MERGED 2006/04/05 08:49:44 tra 1.7.466.5: #i50348# 2006/03/17 08:18:11 tra 1.7.466.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 15:02:43 tra 1.7.466.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:14:44 fme 1.7.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:33 tra 1.7.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2533cfd551abc58f60e089e5feed5a1aef4e6c05]

        INTEGRATION: CWS writercorehandoff (1.27.326); FILE MERGED 2006/01/19 08:50:16 fme 1.27.326.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:36 tra 1.27.326.4: #i50348# 2005/09/13 15:02:21 tra 1.27.326.3: RESYNC: (1.27-1.28); FILE MERGED 2005/06/07 14:14:44 fme 1.27.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:32 tra 1.27.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0c3a406ecedcacb028942e4c86702aa0d153695]

        INTEGRATION: CWS writercorehandoff (1.91.96); FILE MERGED 2006/01/19 08:50:16 fme 1.91.96.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:18:41 tra 1.91.96.7: RESYNC: (1.93-1.95); FILE MERGED 2005/10/24 16:01:26 tra 1.91.96.6: #50348# 2005/09/28 14:01:34 tra 1.91.96.5: #i50348# 2005/09/13 15:02:12 tra 1.91.96.4: RESYNC: (1.92-1.93); FILE MERGED 2005/07/19 13:27:29 tra 1.91.96.3: RESYNC: (1.91-1.92); FILE MERGED 2005/06/07 14:14:43 fme 1.91.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:31 tra 1.91.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5efae2a589e2c2c51f0b13af7b7e38306c85db59]

        INTEGRATION: CWS writercorehandoff (1.60.244); FILE MERGED 2006/08/14 15:02:49 fme 1.60.244.9: RESYNC: (1.63-1.64); FILE MERGED 2006/05/08 13:22:51 fme 1.60.244.8: RESYNC: (1.62-1.63); FILE MERGED 2005/12/21 15:16:26 tra 1.60.244.7: #i50348# 2005/12/20 15:18:31 tra 1.60.244.6: RESYNC: (1.61-1.62); FILE MERGED 2005/09/13 15:01:59 tra 1.60.244.5: RESYNC: (1.60-1.61); FILE MERGED 2005/07/13 13:24:32 fme 1.60.244.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:43 fme 1.60.244.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:43 fme 1.60.244.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:31 tra 1.60.244.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [af06e5076402b06578bdba789964c236b8bdce9f]

        INTEGRATION: CWS writercorehandoff (1.12.78); FILE MERGED 2005/09/13 15:01:48 tra 1.12.78.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:43 fme 1.12.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:30 tra 1.12.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [84c0fc2a213efee32d89185ffd413ce612d7b904]

        INTEGRATION: CWS writercorehandoff (1.40.316); FILE MERGED 2006/04/05 13:13:34 tra 1.40.316.7: RESYNC: (1.45-1.46); FILE MERGED 2005/12/20 15:18:22 tra 1.40.316.6: RESYNC: (1.44-1.45); FILE MERGED 2005/10/25 08:39:15 tra 1.40.316.5: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 15:01:39 tra 1.40.316.4: RESYNC: (1.42-1.43); FILE MERGED 2005/07/19 13:27:18 tra 1.40.316.3: RESYNC: (1.40-1.42); FILE MERGED 2005/06/07 14:14:42 fme 1.40.316.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:29 tra 1.40.316.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c9bb445f4edad4f4d9c45701d1cd5eabd6968d]

        INTEGRATION: CWS writercorehandoff (1.50.4); FILE MERGED 2006/03/17 08:17:49 tra 1.50.4.3: RESYNC: (1.51-1.52); FILE MERGED 2005/10/25 08:39:02 tra 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED 2005/09/28 14:01:30 tra 1.50.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfd2603e0ee3a5fb615236917727b0b6f8b203c6]

        INTEGRATION: CWS writercorehandoff (1.9.1116); FILE MERGED 2005/09/13 15:00:42 tra 1.9.1116.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:14:42 fme 1.9.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:29 tra 1.9.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c262f426c6025aca7f6833d41712e287fcb27341]

        INTEGRATION: CWS writercorehandoff (1.25.466); FILE MERGED 2006/01/20 10:01:40 tra 1.25.466.5: #i50348#removed inactive code 2005/09/13 15:00:18 tra 1.25.466.4: RESYNC: (1.25-1.26); FILE MERGED 2005/08/31 12:51:00 tra 1.25.466.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:14:41 fme 1.25.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:28 tra 1.25.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a8c648e3b9e1b12869047b39a3c21b694fd3ea9]

        INTEGRATION: CWS writercorehandoff (1.28.326); FILE MERGED 2006/03/17 08:17:21 tra 1.28.326.5: RESYNC: (1.30-1.32); FILE MERGED 2005/09/13 14:59:54 tra 1.28.326.4: RESYNC: (1.29-1.30); FILE MERGED 2005/08/31 12:51:00 tra 1.28.326.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 13:27:10 tra 1.28.326.2: RESYNC: (1.28-1.29); FILE MERGED 2005/07/19 06:06:01 fme 1.28.326.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e99b9f8f0d4aa9aea6520690df969dd48baae37f]

        INTEGRATION: CWS writercorehandoff (1.32.48); FILE MERGED 2005/09/13 14:59:44 tra 1.32.48.4: RESYNC: (1.33-1.34); FILE MERGED 2005/07/19 13:26:56 tra 1.32.48.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:14:41 fme 1.32.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:28 tra 1.32.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a141e24ed8351dde6cbafb9b4d59f57fddf877da]

        INTEGRATION: CWS writercorehandoff (1.31.48); FILE MERGED 2005/09/13 14:59:34 tra 1.31.48.4: RESYNC: (1.32-1.33); FILE MERGED 2005/07/19 13:26:48 tra 1.31.48.3: RESYNC: (1.31-1.32); FILE MERGED 2005/06/07 14:14:41 fme 1.31.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:27 tra 1.31.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [82a4d9fd463db409a9c4ad67a5d87b64411a0949]

        INTEGRATION: CWS writercorehandoff (1.50.140); FILE MERGED 2006/04/05 13:12:54 tra 1.50.140.9: RESYNC: (1.52-1.54); FILE MERGED 2006/01/19 08:50:15 fme 1.50.140.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:29 tra 1.50.140.7: #i50348# 2005/09/13 14:59:22 tra 1.50.140.6: RESYNC: (1.51-1.52); FILE MERGED 2005/07/19 13:26:40 tra 1.50.140.5: RESYNC: (1.50-1.51); FILE MERGED 2005/07/19 08:42:58 tra 1.50.140.4: #i50348#make SwDoc interface based 2005/07/19 06:06:00 fme 1.50.140.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:41 fme 1.50.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:27 tra 1.50.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [493c3f43b4ccc5fa67551837806c7ff80e1aafda]

        INTEGRATION: CWS writercorehandoff (1.84.170); FILE MERGED 2006/07/27 14:51:36 fme 1.84.170.10: RESYNC: (1.92-1.93); FILE MERGED 2006/04/05 13:12:44 tra 1.84.170.9: RESYNC: (1.90-1.92); FILE MERGED 2006/01/19 08:50:14 fme 1.84.170.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:18:02 tra 1.84.170.7: RESYNC: (1.88-1.90); FILE MERGED 2005/10/25 08:38:43 tra 1.84.170.6: RESYNC: (1.87-1.88); FILE MERGED 2005/09/28 14:01:26 tra 1.84.170.5: #i50348# 2005/09/13 14:59:11 tra 1.84.170.4: RESYNC: (1.86-1.87); FILE MERGED 2005/07/19 13:26:31 tra 1.84.170.3: RESYNC: (1.84-1.86); FILE MERGED 2005/06/07 14:14:40 fme 1.84.170.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:26 tra 1.84.170.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ab92bbd64663f6150cadd077ce4cf74c3fa0e4]

        INTEGRATION: CWS writercorehandoff (1.176.76); FILE MERGED 2006/07/27 14:51:21 fme 1.176.76.11: RESYNC: (1.186-1.188); FILE MERGED 2006/05/08 13:20:27 fme 1.176.76.10: RESYNC: (1.185-1.186); FILE MERGED 2006/04/05 13:12:29 tra 1.176.76.9: RESYNC: (1.184-1.185); FILE MERGED 2006/03/17 08:17:11 tra 1.176.76.8: RESYNC: (1.183-1.184); FILE MERGED 2005/12/20 15:17:50 tra 1.176.76.7: RESYNC: (1.180-1.183); FILE MERGED 2005/10/25 08:38:33 tra 1.176.76.6: RESYNC: (1.179-1.180); FILE MERGED 2005/09/13 14:58:51 tra 1.176.76.5: RESYNC: (1.178-1.179); FILE MERGED 2005/07/19 13:26:23 tra 1.176.76.4: RESYNC: (1.177-1.178); FILE MERGED 2005/07/11 06:13:38 tra 1.176.76.3: RESYNC: (1.176-1.177); FILE MERGED 2005/06/07 14:14:40 fme 1.176.76.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:25 tra 1.176.76.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f941d7d5698e283accf58934f7ee540bbbc495bf]

        INTEGRATION: CWS writercorehandoff (1.57.78); FILE MERGED 2005/09/13 14:58:39 tra 1.57.78.3: RESYNC: (1.57-1.58); FILE MERGED 2005/06/07 14:14:39 fme 1.57.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:25 tra 1.57.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1349b00e956df16c29677da3817fe973603a871b]

        INTEGRATION: CWS writercorehandoff (1.21.1116); FILE MERGED 2006/01/19 08:50:14 fme 1.21.1116.4: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 14:58:29 tra 1.21.1116.3: RESYNC: (1.21-1.22); FILE MERGED 2005/06/07 14:14:39 fme 1.21.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:24 tra 1.21.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fd741039758109ed565e29ea1fc35df847a33c1]

        INTEGRATION: CWS writercorehandoff (1.99.78); FILE MERGED 2006/07/27 14:50:54 fme 1.99.78.10: RESYNC: (1.102-1.103); FILE MERGED 2006/05/08 13:14:12 fme 1.99.78.9: RESYNC: (1.101-1.102); FILE MERGED 2005/10/25 08:38:25 tra 1.99.78.8: RESYNC: (1.100-1.101); FILE MERGED 2005/10/24 16:01:25 tra 1.99.78.7: #50348# 2005/09/28 14:01:23 tra 1.99.78.6: #i50348# 2005/09/13 14:58:02 tra 1.99.78.5: RESYNC: (1.99-1.100); FILE MERGED 2005/07/13 13:24:31 fme 1.99.78.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:43:43 fme 1.99.78.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:39 fme 1.99.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:24 tra 1.99.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5166c87fd5a3041f7cabb39047f22e2f7e0957c2]

        INTEGRATION: CWS writercorehandoff (1.88.140); FILE MERGED 2005/10/26 07:37:52 tra 1.88.140.7: #i50348# 2005/10/25 08:38:16 tra 1.88.140.6: RESYNC: (1.90-1.91); FILE MERGED 2005/10/24 16:01:25 tra 1.88.140.5: #50348# 2005/09/13 14:57:45 tra 1.88.140.4: RESYNC: (1.89-1.90); FILE MERGED 2005/07/28 11:56:23 tra 1.88.140.3: RESYNC: (1.88-1.89); FILE MERGED 2005/06/07 14:14:38 fme 1.88.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:23 tra 1.88.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bacd0ee2ccb251b31e81f0a8e38a9c6947f3e9c]

        INTEGRATION: CWS writercorehandoff (1.12.120); FILE MERGED 2005/09/13 14:57:19 tra 1.12.120.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:38 fme 1.12.120.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:23 tra 1.12.120.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d037ba23018d770cb2ae53d1972036cc287d0c87]

        INTEGRATION: CWS writercorehandoff (1.66.92); FILE MERGED 2006/07/27 14:50:34 fme 1.66.92.8: RESYNC: (1.69-1.71); FILE MERGED 2006/03/17 08:17:01 tra 1.66.92.7: RESYNC: (1.68-1.69); FILE MERGED 2005/10/25 08:38:07 tra 1.66.92.6: RESYNC: (1.67-1.68); FILE MERGED 2005/10/24 16:01:25 tra 1.66.92.5: #50348# 2005/09/28 14:01:19 tra 1.66.92.4: #i50348# 2005/09/13 14:57:10 tra 1.66.92.3: RESYNC: (1.66-1.67); FILE MERGED 2005/06/07 14:14:37 fme 1.66.92.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:22 tra 1.66.92.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [50f68bc8b476dfccadcdc54559839faec6f67f8f]

        INTEGRATION: CWS writercorehandoff (1.19.252); FILE MERGED 2006/01/20 10:01:40 tra 1.19.252.8: #i50348#removed inactive code 2006/01/19 08:50:13 fme 1.19.252.7: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:17:36 tra 1.19.252.6: RESYNC: (1.20-1.21); FILE MERGED 2005/10/24 16:01:24 tra 1.19.252.5: #50348# 2005/09/28 14:01:17 tra 1.19.252.4: #i50348# 2005/09/13 14:56:57 tra 1.19.252.3: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:14:37 fme 1.19.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:21 tra 1.19.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f50425c656117ba843d5bd316053f08088f34a]

        INTEGRATION: CWS writercorehandoff (1.25.464); FILE MERGED 2006/03/17 08:16:50 tra 1.25.464.7: RESYNC: (1.28-1.29); FILE MERGED 2005/10/25 08:37:58 tra 1.25.464.6: RESYNC: (1.27-1.28); FILE MERGED 2005/09/13 14:56:46 tra 1.25.464.5: RESYNC: (1.26-1.27); FILE MERGED 2005/07/28 11:56:05 tra 1.25.464.4: RESYNC: (1.25-1.26); FILE MERGED 2005/07/19 06:06:00 fme 1.25.464.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:37 fme 1.25.464.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:21 tra 1.25.464.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b02f00fa0b07c030ea4d3e1733f1bdef5a5c8147]

        INTEGRATION: CWS writercorehandoff (1.9.344); FILE MERGED 2005/09/28 14:01:15 tra 1.9.344.4: #i50348# 2005/09/13 14:56:17 tra 1.9.344.3: RESYNC: (1.9-1.10); FILE MERGED 2005/07/19 08:42:58 tra 1.9.344.2: #i50348#make SwDoc interface based 2005/07/19 06:05:59 fme 1.9.344.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [44a3e1a2f690d67eaeeeb2fee5e15583f21e8141]

        INTEGRATION: CWS writercorehandoff (1.5.288); FILE MERGED 2005/09/13 14:56:06 tra 1.5.288.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:36 fme 1.5.288.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:20 tra 1.5.288.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d3b11f9a0988676eacd2d98a4546d0ff0bce61e]

        INTEGRATION: CWS writercorehandoff (1.16.466); FILE MERGED 2005/09/13 14:55:16 tra 1.16.466.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/13 13:24:31 fme 1.16.466.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f735c08f8fb3764d409fd9ebf9c8267f3729b266]

        INTEGRATION: CWS writercorehandoff (1.4.1116); FILE MERGED 2005/09/13 14:55:04 tra 1.4.1116.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/31 12:50:59 tra 1.4.1116.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a5850e9ff273b07fc36b8b0dba1c60fe85e2bcb]

        INTEGRATION: CWS writercorehandoff (1.14.88); FILE MERGED 2006/07/27 14:50:17 fme 1.14.88.12: RESYNC: (1.20-1.22); FILE MERGED 2006/05/08 13:13:29 fme 1.14.88.11: RESYNC: (1.19-1.20); FILE MERGED 2006/05/03 07:43:21 fme 1.14.88.10: #i50348# make SwDoc interface based 2006/04/28 13:35:05 fme 1.14.88.9: RESYNC: (1.17-1.19); FILE MERGED 2006/03/17 08:16:39 tra 1.14.88.8: RESYNC: (1.16-1.17); FILE MERGED 2006/01/19 08:50:13 fme 1.14.88.7: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:17:24 tra 1.14.88.6: RESYNC: (1.15-1.16); FILE MERGED 2005/10/24 16:01:24 tra 1.14.88.5: #50348# 2005/09/13 14:54:52 tra 1.14.88.4: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 12:50:59 tra 1.14.88.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:14:35 fme 1.14.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:20 tra 1.14.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f4ac6526d9af90708015a522edbccfb854596cd]

        INTEGRATION: CWS writercorehandoff (1.3.1116); FILE MERGED 2005/09/13 14:54:40 tra 1.3.1116.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/31 12:50:59 tra 1.3.1116.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8ebeb806072169cc802bbd2100ff83e69e5d23]

        INTEGRATION: CWS writercorehandoff (1.5.278); FILE MERGED 2005/10/24 16:01:24 tra 1.5.278.4: #50348# 2005/09/13 14:54:29 tra 1.5.278.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:35 fme 1.5.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:19 tra 1.5.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [101c923b58c5b19ea447c10e506303ff13739345]

        INTEGRATION: CWS writercorehandoff (1.8.466); FILE MERGED 2005/10/06 08:09:06 tra 1.8.466.3: #50348# 2005/09/13 14:54:19 tra 1.8.466.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/31 12:50:59 tra 1.8.466.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8235e71b2a282aeb2dd364311554f45da2787cb7]

        INTEGRATION: CWS writercorehandoff (1.7.448); FILE MERGED 2006/04/28 13:34:57 fme 1.7.448.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 14:54:08 tra 1.7.448.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/31 12:50:58 tra 1.7.448.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48e1590e168d5cc07bb612ec2ffc457d4105ed0]

        INTEGRATION: CWS writercorehandoff (1.13.446); FILE MERGED 2006/04/05 13:12:15 tra 1.13.446.5: RESYNC: (1.14-1.15); FILE MERGED 2006/01/19 08:50:12 fme 1.13.446.4: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:14 tra 1.13.446.3: #i50348# 2005/09/13 14:53:56 tra 1.13.446.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/31 12:50:58 tra 1.13.446.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0593139282df2be23dd77b3372e5e3255edd42ba]

        INTEGRATION: CWS writercorehandoff (1.8.140); FILE MERGED 2005/12/20 15:17:14 tra 1.8.140.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 14:53:35 tra 1.8.140.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:14:35 fme 1.8.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:19 tra 1.8.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c07a59a0bb37e9133cd9d6628612d178a1ec0a]

        INTEGRATION: CWS writercorehandoff (1.5.4); FILE MERGED 2005/10/24 16:01:23 tra 1.5.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dec3ac2cc98c940f16eb0a74ef05c829efcef9b]

        INTEGRATION: CWS writercorehandoff (1.19.96); FILE MERGED 2005/10/24 16:01:23 tra 1.19.96.5: #50348# 2005/09/13 14:53:14 tra 1.19.96.4: RESYNC: (1.19-1.20); FILE MERGED 2005/08/31 12:50:58 tra 1.19.96.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:14:34 fme 1.19.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:18 tra 1.19.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f3963493ffdbf327f5c0cfc4107efa962d4ae38]

        INTEGRATION: CWS writercorehandoff (1.6.4); FILE MERGED 2006/01/19 08:50:12 fme 1.6.4.2: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:14 tra 1.6.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0e57ae8d9e1e25aa8ed2ce574d9bc6ea8abf96]

        INTEGRATION: CWS writercorehandoff (1.11.88); FILE MERGED 2006/07/27 14:50:00 fme 1.11.88.5: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 14:51:52 tra 1.11.88.4: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 06:13:29 tra 1.11.88.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:14:34 fme 1.11.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:17 tra 1.11.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2dcd171782af0ac52d86253119c475aea778c8f]

        INTEGRATION: CWS writercorehandoff (1.9.172); FILE MERGED 2006/01/19 08:50:12 fme 1.9.172.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/11/18 14:53:36 fme 1.9.172.5: #i50348# Make SwDoc accessible via interfaces 2005/09/28 14:01:13 tra 1.9.172.4: #i50348# 2005/09/13 14:51:42 tra 1.9.172.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:14:34 fme 1.9.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:17 tra 1.9.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35d4f8fd53c196cbcc4e1353b1febdfb59637f91]

        INTEGRATION: CWS writercorehandoff (1.15.344); FILE MERGED 2006/05/03 07:43:20 fme 1.15.344.8: #i50348# make SwDoc interface based 2006/04/28 13:34:50 fme 1.15.344.7: RESYNC: (1.17-1.19); FILE MERGED 2005/10/25 08:37:49 tra 1.15.344.6: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 14:51:32 tra 1.15.344.5: RESYNC: (1.15-1.16); FILE MERGED 2005/08/31 12:50:57 tra 1.15.344.4: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:59 fme 1.15.344.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:33 fme 1.15.344.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:16 tra 1.15.344.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8ed784136775e282b3c9215db0b133c097f4879]

        INTEGRATION: CWS writercorehandoff (1.11.238); FILE MERGED 2006/07/31 06:24:02 fme 1.11.238.11: #i50348# Resync 2006/07/27 14:49:49 fme 1.11.238.10: RESYNC: (1.16-1.17); FILE MERGED 2006/05/08 13:12:32 fme 1.11.238.9: RESYNC: (1.15-1.16); FILE MERGED 2006/04/28 13:34:42 fme 1.11.238.8: RESYNC: (1.14-1.15); FILE MERGED 2006/03/17 08:16:29 tra 1.11.238.7: RESYNC: (1.13-1.14); FILE MERGED 2006/01/19 08:50:11 fme 1.11.238.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:17:07 tra 1.11.238.5: RESYNC: (1.12-1.13); FILE MERGED 2005/10/24 16:01:23 tra 1.11.238.4: #50348# 2005/09/28 14:01:13 tra 1.11.238.3: #i50348# 2005/09/13 14:50:51 tra 1.11.238.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/31 12:50:57 tra 1.11.238.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a766c8c18d66e25c0fa1534740a44be76ed5dad0]

        INTEGRATION: CWS writercorehandoff (1.4.586); FILE MERGED 2005/09/13 14:50:32 tra 1.4.586.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 06:05:58 fme 1.4.586.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f13de96188bc9423b338154748ee593d72e8125]

        INTEGRATION: CWS writercorehandoff (1.7.326); FILE MERGED 2006/04/05 13:12:00 tra 1.7.326.7: RESYNC: (1.8-1.9); FILE MERGED 2006/01/19 08:50:11 fme 1.7.326.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:13 tra 1.7.326.5: #i50348# 2005/09/13 14:50:23 tra 1.7.326.4: RESYNC: (1.7-1.8); FILE MERGED 2005/08/31 12:50:57 tra 1.7.326.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:14:32 fme 1.7.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:16 tra 1.7.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d6bf1d80a2535bf6d68adc3788a923a3f0ffcd]

        INTEGRATION: CWS writercorehandoff (1.12.448); FILE MERGED 2006/03/17 08:16:21 tra 1.12.448.7: RESYNC: (1.14-1.15); FILE MERGED 2005/12/20 15:16:58 tra 1.12.448.6: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 14:50:12 tra 1.12.448.5: RESYNC: (1.12-1.13); FILE MERGED 2005/07/19 08:42:57 tra 1.12.448.4: #i50348#make SwDoc interface based 2005/07/19 06:05:58 fme 1.12.448.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:32 fme 1.12.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:15 tra 1.12.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7621a4fdaa070020c1aeab0863daa88aabccf658]

        INTEGRATION: CWS writercorehandoff (1.17.172); FILE MERGED 2006/01/19 08:50:10 fme 1.17.172.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:01:12 tra 1.17.172.4: #i50348# 2005/09/13 14:49:18 tra 1.17.172.3: RESYNC: (1.17-1.18); FILE MERGED 2005/08/31 12:50:56 tra 1.17.172.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/14 12:35:25 tra 1.17.172.1: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cfa76256ec6aa1aa9d94d9167951cc6ca2b5f5e]

        INTEGRATION: CWS writercorehandoff (1.4.464); FILE MERGED 2005/09/13 14:48:04 tra 1.4.464.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/13 13:24:30 fme 1.4.464.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [61504a37474582c35ba0622c207db22254a6ae2b]

        INTEGRATION: CWS writercorehandoff (1.66.48); FILE MERGED 2006/07/27 14:49:15 fme 1.66.48.12: RESYNC: (1.71-1.72); FILE MERGED 2006/05/08 13:11:38 fme 1.66.48.11: RESYNC: (1.70-1.71); FILE MERGED 2006/04/05 13:11:48 tra 1.66.48.10: RESYNC: (1.69-1.70); FILE MERGED 2005/12/20 15:16:37 tra 1.66.48.9: RESYNC: (1.68-1.69); FILE MERGED 2005/10/26 07:37:51 tra 1.66.48.8: #i50348# 2005/10/25 08:37:28 tra 1.66.48.7: RESYNC: (1.67-1.68); FILE MERGED 2005/09/13 14:47:39 tra 1.66.48.6: RESYNC: (1.66-1.67); FILE MERGED 2005/08/31 12:50:56 tra 1.66.48.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/13 13:24:30 fme 1.66.48.4: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:41 tra 1.66.48.3: #i50348#make SwDoc interface based 2005/06/07 14:14:31 fme 1.66.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:14 tra 1.66.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b15b4cd4eb2a1479c985250d87d529b346d2da89]

        INTEGRATION: CWS writercorehandoff (1.13.1116); FILE MERGED 2005/09/13 14:47:28 tra 1.13.1116.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:14:31 fme 1.13.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:14 tra 1.13.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd6e039218da160c76c468dac4c1846440c5fd16]

        INTEGRATION: CWS writercorehandoff (1.38.48); FILE MERGED 2006/01/20 10:01:39 tra 1.38.48.5: #i50348#removed inactive code 2005/12/20 15:16:28 tra 1.38.48.4: RESYNC: (1.39-1.40); FILE MERGED 2005/09/13 14:46:48 tra 1.38.48.3: RESYNC: (1.38-1.39); FILE MERGED 2005/06/07 14:14:30 fme 1.38.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:13 tra 1.38.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2104326e28e9e1450b98b5af69487a637346886e]

        INTEGRATION: CWS writercorehandoff (1.51.48); FILE MERGED 2005/09/13 14:46:36 tra 1.51.48.4: RESYNC: (1.51-1.52); FILE MERGED 2005/06/24 11:43:42 fme 1.51.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:30 fme 1.51.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:12 tra 1.51.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e64be91b8d82a2c35d546b71a3138347aaac205]

        INTEGRATION: CWS writercorehandoff (1.5.1116); FILE MERGED 2005/09/13 14:46:23 tra 1.5.1116.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/05 08:13:04 tra 1.5.1116.2: #i50348#make SwDoc interface based 2005/06/24 11:43:42 fme 1.5.1116.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2221a80c10bc75179530ceb4d940c42b838da295]

        INTEGRATION: CWS writercorehandoff (1.49.18); FILE MERGED 2006/07/27 14:49:04 fme 1.49.18.18: RESYNC: (1.62-1.63); FILE MERGED 2006/05/08 13:09:20 fme 1.49.18.17: RESYNC: (1.61-1.62); FILE MERGED 2006/04/05 13:11:32 tra 1.49.18.16: RESYNC: (1.59-1.61); FILE MERGED 2006/03/17 08:15:58 tra 1.49.18.15: RESYNC: (1.56-1.59); FILE MERGED 2006/01/19 08:50:09 fme 1.49.18.14: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:26 tra 1.49.18.13: #i50348# 2005/12/20 15:16:17 tra 1.49.18.12: RESYNC: (1.52-1.56); FILE MERGED 2005/09/13 14:46:12 tra 1.49.18.11: RESYNC: (1.51-1.52); FILE MERGED 2005/08/31 12:50:56 tra 1.49.18.10: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/28 11:55:53 tra 1.49.18.9: RESYNC: (1.50-1.51); FILE MERGED 2005/07/19 06:05:57 fme 1.49.18.8: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:27 fme 1.49.18.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:42 tra 1.49.18.6: #i50348#make SwDoc interface based 2005/07/11 06:05:50 tra 1.49.18.5: #i50348#merge conflicts resolved 2005/07/05 08:13:03 tra 1.49.18.4: #i50348#make SwDoc interface based 2005/06/24 11:43:41 fme 1.49.18.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:30 fme 1.49.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:12 tra 1.49.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8725f465c4be3a62fe7be28ada491fc7bdbe0690]

        INTEGRATION: CWS writercorehandoff (1.79.48); FILE MERGED 2006/08/14 14:59:16 fme 1.79.48.9: RESYNC: (1.82-1.83); FILE MERGED 2006/07/31 06:24:01 fme 1.79.48.8: #i50348# Resync 2006/07/27 14:48:46 fme 1.79.48.7: RESYNC: (1.81-1.82); FILE MERGED 2005/10/25 08:37:06 tra 1.79.48.6: RESYNC: (1.80-1.81); FILE MERGED 2005/09/13 14:45:17 tra 1.79.48.5: RESYNC: (1.79-1.80); FILE MERGED 2005/07/05 08:13:02 tra 1.79.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:40 fme 1.79.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:29 fme 1.79.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:11 tra 1.79.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fccf3dc7c845d3f7c7b881ddce1002392f7b0746]

        INTEGRATION: CWS writercorehandoff (1.23.4); FILE MERGED 2006/05/08 11:21:15 fme 1.23.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e9cae099da38bf8a20dead19d873bd0fb6b285a]

        INTEGRATION: CWS writercorehandoff (1.5.4); FILE MERGED 2005/11/18 14:53:36 fme 1.5.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa0218710799feee29f66f8866655d9d78a596a]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2006/05/08 11:21:15 fme 1.8.4.3: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:36:58 tra 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/06 08:08:59 tra 1.8.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e557ffc836d84506c7da3b988990e4a21a4b409]

        INTEGRATION: CWS writercorehandoff (1.22.808); FILE MERGED 2005/12/20 15:16:08 tra 1.22.808.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/13 14:43:07 tra 1.22.808.3: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:14:29 fme 1.22.808.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:10 tra 1.22.808.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a15432f7eef1a4ffccaa783b0d965a1f5357e98]

        INTEGRATION: CWS writercorehandoff (1.5.598); FILE MERGED 2005/09/13 14:41:50 tra 1.5.598.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:28 fme 1.5.598.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e2bf1e81436db7fa9185ec538b6ff306cdc739e]

        INTEGRATION: CWS writercorehandoff (1.16.466); FILE MERGED 2005/09/13 14:41:27 tra 1.16.466.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/19 06:05:56 fme 1.16.466.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [12030495f83c4c96fdf2a6b5d6f4cd09081de5f6]

        INTEGRATION: CWS writercorehandoff (1.22.48); FILE MERGED 2006/04/05 08:49:44 tra 1.22.48.5: #i50348# 2006/03/17 08:15:32 tra 1.22.48.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/13 14:41:14 tra 1.22.48.3: RESYNC: (1.22-1.23); FILE MERGED 2005/07/05 08:13:02 tra 1.22.48.2: #i50348#make SwDoc interface based 2005/06/24 11:43:40 fme 1.22.48.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c9df775ca8ce126be4f646e2a87c2da5d57c8d0]

        INTEGRATION: CWS writercorehandoff (1.5.798); FILE MERGED 2005/09/13 14:41:02 tra 1.5.798.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:28 fme 1.5.798.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:09 tra 1.5.798.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [23b8aa3f08276101e05c91570cab37320d1f8c96]

        INTEGRATION: CWS writercorehandoff (1.7.1116); FILE MERGED 2005/09/13 14:40:50 tra 1.7.1116.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:14:28 fme 1.7.1116.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [58401cd6b3d6a7e1fc05a3db96603a3b4d4d1bcb]

        INTEGRATION: CWS writercorehandoff (1.11.466); FILE MERGED 2005/09/13 14:40:38 tra 1.11.466.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/19 06:05:56 fme 1.11.466.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f35a7762020537e57f2a3a370156d104e8da996]

        INTEGRATION: CWS writercorehandoff (1.17.48); FILE MERGED 2006/05/08 13:07:53 fme 1.17.48.5: RESYNC: (1.19-1.20); FILE MERGED 2005/10/25 08:36:45 tra 1.17.48.4: RESYNC: (1.18-1.19); FILE MERGED 2005/09/13 14:40:12 tra 1.17.48.3: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:14:28 fme 1.17.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:09 tra 1.17.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [68ce88979cf333d70a724f3b2bb0f86390457b97]

        INTEGRATION: CWS writercorehandoff (1.42.96); FILE MERGED 2006/03/17 08:15:10 tra 1.42.96.6: RESYNC: (1.43-1.44); FILE MERGED 2005/11/18 14:53:35 fme 1.42.96.5: #i50348# Make SwDoc accessible via interfaces 2005/09/13 14:39:58 tra 1.42.96.4: RESYNC: (1.42-1.43); FILE MERGED 2005/07/14 13:35:45 fme 1.42.96.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:27 fme 1.42.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:08 tra 1.42.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [59b4e248dc9703ea4e36400ed981343e8b5fae24]

        INTEGRATION: CWS writercorehandoff (1.84.48); FILE MERGED 2006/07/27 14:48:29 fme 1.84.48.14: RESYNC: (1.88-1.89); FILE MERGED 2006/05/08 11:21:14 fme 1.84.48.13: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:15:00 tra 1.84.48.12: RESYNC: (1.87-1.88); FILE MERGED 2005/11/11 07:56:08 fme 1.84.48.11: #i50348# make SwDoc accessible via interfaces 2005/11/04 12:58:05 tra 1.84.48.10: #i50348# 2005/10/25 08:36:36 tra 1.84.48.9: RESYNC: (1.85-1.86); FILE MERGED 2005/09/13 14:39:32 tra 1.84.48.8: RESYNC: (1.84-1.85); FILE MERGED 2005/07/14 05:01:26 fme 1.84.48.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:29 fme 1.84.48.6: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:41 tra 1.84.48.5: #i50348#make SwDoc interface based 2005/07/05 08:13:01 tra 1.84.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:39 fme 1.84.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:27 fme 1.84.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:07 tra 1.84.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [82eb7a772812c9c9ac56439d73380168b85209d4]

        INTEGRATION: CWS writercorehandoff (1.10.272); FILE MERGED 2005/09/13 14:39:20 tra 1.10.272.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:14:26 fme 1.10.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0173f09a28a433d27fab8d7550e359481a4dd8e]

        INTEGRATION: CWS writercorehandoff (1.54.46); FILE MERGED 2006/03/17 08:14:48 tra 1.54.46.8: RESYNC: (1.56-1.57); FILE MERGED 2005/11/18 14:53:35 fme 1.54.46.7: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:36:27 tra 1.54.46.6: RESYNC: (1.55-1.56); FILE MERGED 2005/09/13 14:39:08 tra 1.54.46.5: RESYNC: (1.54-1.55); FILE MERGED 2005/07/14 05:01:25 fme 1.54.46.4: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:41 tra 1.54.46.3: #i50348#make SwDoc interface based 2005/06/07 14:14:26 fme 1.54.46.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:06 tra 1.54.46.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [71728022357830864032130c58adeb79344910db]

        INTEGRATION: CWS writercorehandoff (1.18.558); FILE MERGED 2006/07/27 14:48:13 fme 1.18.558.7: RESYNC: (1.21-1.22); FILE MERGED 2005/12/20 15:15:59 tra 1.18.558.6: RESYNC: (1.20-1.21); FILE MERGED 2005/11/18 14:53:35 fme 1.18.558.5: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:36:16 tra 1.18.558.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 14:38:54 tra 1.18.558.3: RESYNC: (1.18-1.19); FILE MERGED 2005/07/19 06:05:56 fme 1.18.558.2: #i50348# make SwDoc accessible via interfaces 2005/07/14 13:35:45 fme 1.18.558.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [25f74e40ea87bb8de6a6fc0a4fc3ca633ef5aba5]

        INTEGRATION: CWS writercorehandoff (1.22.48); FILE MERGED 2006/05/08 11:21:14 fme 1.22.48.6: #i50348# Make SwDoc accessible via interfaces 2005/09/13 14:38:42 tra 1.22.48.5: RESYNC: (1.22-1.23); FILE MERGED 2005/07/19 06:05:55 fme 1.22.48.4: #i50348# make SwDoc accessible via interfaces 2005/07/14 13:35:44 fme 1.22.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:26 fme 1.22.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:06 tra 1.22.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f88bdd77d59813a65d35d19fc5a3e48a5693c37]

        INTEGRATION: CWS writercorehandoff (1.7.1288); FILE MERGED 2005/09/13 14:37:43 tra 1.7.1288.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/31 12:50:55 tra 1.7.1288.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3641c335c259fc5383932ae91c5edec72c3334c2]

        INTEGRATION: CWS writercorehandoff (1.36.48); FILE MERGED 2005/11/18 14:53:34 fme 1.36.48.8: #i50348# Make SwDoc accessible via interfaces 2005/11/11 07:56:08 fme 1.36.48.7: #i50348# make SwDoc accessible via interfaces 2005/09/13 14:37:29 tra 1.36.48.6: RESYNC: (1.36-1.37); FILE MERGED 2005/08/31 12:50:55 tra 1.36.48.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:55 fme 1.36.48.4: #i50348# make SwDoc accessible via interfaces 2005/07/14 13:35:44 fme 1.36.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:25 fme 1.36.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:05 tra 1.36.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [293723af2a75b2025af56a5b31b1609a02aed1b1]

        INTEGRATION: CWS writercorehandoff (1.7.48); FILE MERGED 2005/09/13 14:36:58 tra 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/06 09:28:05 tra 1.7.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [476bd81b1500d638faada4fcc232988682bbb69f]

        INTEGRATION: CWS writercorehandoff (1.38.48); FILE MERGED 2006/04/05 13:11:17 tra 1.38.48.8: RESYNC: (1.41-1.42); FILE MERGED 2005/12/20 15:15:51 tra 1.38.48.7: RESYNC: (1.39-1.41); FILE MERGED 2005/09/13 14:36:43 tra 1.38.48.6: RESYNC: (1.38-1.39); FILE MERGED 2005/07/19 06:05:54 fme 1.38.48.5: #i50348# make SwDoc accessible via interfaces 2005/07/05 08:13:01 tra 1.38.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:39 fme 1.38.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:25 fme 1.38.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:04 tra 1.38.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [200adc1944a1eee235ce68114aba93ae88b2bdda]

        INTEGRATION: CWS writercorehandoff (1.15.658); FILE MERGED 2005/12/20 15:15:43 tra 1.15.658.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 14:35:43 tra 1.15.658.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:14:25 fme 1.15.658.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:04 tra 1.15.658.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a95676f923e03a104afc739ff4479c869792b29b]

        INTEGRATION: CWS writercorehandoff (1.35.278); FILE MERGED 2006/08/14 14:57:04 fme 1.35.278.14: RESYNC: (1.39-1.40); FILE MERGED 2006/07/31 06:24:01 fme 1.35.278.13: #i50348# Resync 2006/07/27 14:48:05 fme 1.35.278.12: RESYNC: (1.38-1.39); FILE MERGED 2005/12/20 15:15:35 tra 1.35.278.11: RESYNC: (1.36-1.38); FILE MERGED 2005/11/11 07:56:08 fme 1.35.278.10: #i50348# make SwDoc accessible via interfaces 2005/09/13 14:35:18 tra 1.35.278.9: RESYNC: (1.35-1.36); FILE MERGED 2005/08/31 12:50:55 tra 1.35.278.8: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:54 fme 1.35.278.7: #i50348# make SwDoc accessible via interfaces 2005/07/14 13:35:43 fme 1.35.278.6: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:29 fme 1.35.278.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:13:00 tra 1.35.278.4: #i50348#make SwDoc interface based 2005/06/24 11:43:39 fme 1.35.278.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:25 fme 1.35.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:03 tra 1.35.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d653ed0353cbd809a5513ff5cc541b0626aa89f3]

        INTEGRATION: CWS writercorehandoff (1.22.48); FILE MERGED 2005/09/13 14:34:34 tra 1.22.48.3: RESYNC: (1.22-1.23); FILE MERGED 2005/06/24 11:43:38 fme 1.22.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:24 fme 1.22.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7827c6daf1f5f07b06b62c1491b56a6fe9b00f86]

        INTEGRATION: CWS writercorehandoff (1.82.48); FILE MERGED 2006/07/27 14:47:54 fme 1.82.48.5: RESYNC: (1.83-1.84); FILE MERGED 2005/09/13 14:34:15 tra 1.82.48.4: RESYNC: (1.82-1.83); FILE MERGED 2005/07/05 08:12:59 tra 1.82.48.3: #i50348#make SwDoc interface based 2005/06/24 11:43:38 fme 1.82.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:24 fme 1.82.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f6336cb2989c2ed76b7d5203b63e56bb71bedf]

        INTEGRATION: CWS writercorehandoff (1.22.48); FILE MERGED 2005/09/13 14:33:46 tra 1.22.48.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:14:24 fme 1.22.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [32d591570efd2a25310b70dc0f4d6edc36263106]

        INTEGRATION: CWS writercorehandoff (1.54.48); FILE MERGED 2006/04/11 09:59:16 tra 1.54.48.9: #i50348 2006/04/05 13:11:00 tra 1.54.48.8: RESYNC: (1.58-1.59); FILE MERGED 2006/03/17 08:13:50 tra 1.54.48.7: RESYNC: (1.57-1.58); FILE MERGED 2005/11/11 07:56:08 fme 1.54.48.6: #i50348# make SwDoc accessible via interfaces 2005/10/26 07:37:50 tra 1.54.48.5: #i50348# 2005/10/25 08:35:56 tra 1.54.48.4: RESYNC: (1.55-1.57); FILE MERGED 2005/09/13 14:33:19 tra 1.54.48.3: RESYNC: (1.54-1.55); FILE MERGED 2005/07/19 06:05:54 fme 1.54.48.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:23 fme 1.54.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0b02ac3591df657fe0b7cec99192e3c977e5543]

        INTEGRATION: CWS writercorehandoff (1.5.1288); FILE MERGED 2005/09/13 14:32:51 tra 1.5.1288.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:23 fme 1.5.1288.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1031551d87f48db4cf8d804a5b08899c1718cacb]

        INTEGRATION: CWS writercorehandoff (1.11.466); FILE MERGED 2005/09/13 14:32:09 tra 1.11.466.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:14:23 fme 1.11.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5fc27334abc2415c383f16127f7c0f259122ad1]

        INTEGRATION: CWS writercorehandoff (1.32.48); FILE MERGED 2005/09/13 14:31:57 tra 1.32.48.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:14:22 fme 1.32.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:03 tra 1.32.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf469aebe552f3f54fb5bff0ffdfa0704d1efd2]

        INTEGRATION: CWS writercorehandoff (1.49.48); FILE MERGED 2006/03/17 08:13:40 tra 1.49.48.10: RESYNC: (1.52-1.53); FILE MERGED 2005/10/25 08:35:46 tra 1.49.48.9: RESYNC: (1.51-1.52); FILE MERGED 2005/09/13 14:31:23 tra 1.49.48.8: RESYNC: (1.50-1.51); FILE MERGED 2005/07/14 05:01:24 fme 1.49.48.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:40 tra 1.49.48.6: #i50348#make SwDoc interface based 2005/07/11 05:58:18 tra 1.49.48.5: #i50348#merge conflicts resolved 2005/07/05 08:12:59 tra 1.49.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:38 fme 1.49.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:22 fme 1.49.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:02 tra 1.49.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b382fe9056f43c9272bbb2778306f73e1154114]

        INTEGRATION: CWS writercorehandoff (1.11.1116); FILE MERGED 2005/09/13 14:30:59 tra 1.11.1116.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:14:22 fme 1.11.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:02 tra 1.11.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2cbc13c85cddf6c4e2e0ce955240b6fae402b17]

        INTEGRATION: CWS writercorehandoff (1.11.140); FILE MERGED 2005/10/26 07:37:49 tra 1.11.140.3: #i50348# 2005/09/13 14:30:22 tra 1.11.140.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/19 06:05:53 fme 1.11.140.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9707d033a34686fdd7430affa26b586e047e6b92]

        INTEGRATION: CWS writercorehandoff (1.16.48); FILE MERGED 2005/09/13 14:30:11 tra 1.16.48.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:14:21 fme 1.16.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce638e3d12eb49fc97df27d712b603b6dcbf03f4]

        INTEGRATION: CWS writercorehandoff (1.27.580); FILE MERGED 2005/09/13 14:30:00 tra 1.27.580.2: RESYNC: (1.27-1.28); FILE MERGED 2005/06/07 14:14:21 fme 1.27.580.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [56662fef2c20f5e330e636296f24d1150d752dde]

        INTEGRATION: CWS writercorehandoff (1.6.768); FILE MERGED 2005/09/13 14:29:50 tra 1.6.768.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:14:21 fme 1.6.768.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1ac0988ac6affdf6ec13c510fb0c231e96eb35]

        INTEGRATION: CWS writercorehandoff (1.39.48); FILE MERGED 2005/09/13 14:29:39 tra 1.39.48.2: RESYNC: (1.39-1.40); FILE MERGED 2005/07/19 06:05:53 fme 1.39.48.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1830003fc7860e9e8bbebb3900bd5cc92fc07d4e]

        INTEGRATION: CWS writercorehandoff (1.14.48); FILE MERGED 2005/09/13 14:29:28 tra 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:14:20 fme 1.14.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [660f7aef45c0b169e41d2b1851c60a2fd65b837b]

        INTEGRATION: CWS writercorehandoff (1.92.48); FILE MERGED 2006/04/05 08:49:43 tra 1.92.48.9: #i50348# 2006/03/17 08:13:26 tra 1.92.48.8: RESYNC: (1.95-1.96); FILE MERGED 2005/12/20 15:15:11 tra 1.92.48.7: RESYNC: (1.93-1.95); FILE MERGED 2005/09/13 14:29:15 tra 1.92.48.6: RESYNC: (1.92-1.93); FILE MERGED 2005/07/14 13:35:43 fme 1.92.48.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:58 tra 1.92.48.4: #i50348#make SwDoc interface based 2005/06/24 11:43:37 fme 1.92.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:20 fme 1.92.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:01 tra 1.92.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bdb1c39249e7c8023e37778de1b2f47d0cd0948]

        INTEGRATION: CWS writercorehandoff (1.67.48); FILE MERGED 2005/10/26 07:37:48 tra 1.67.48.9: #i50348# 2005/10/25 08:35:38 tra 1.67.48.8: RESYNC: (1.69-1.70); FILE MERGED 2005/09/13 14:29:04 tra 1.67.48.7: RESYNC: (1.68-1.69); FILE MERGED 2005/07/19 06:05:52 fme 1.67.48.6: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:24 fme 1.67.48.5: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:40 tra 1.67.48.4: #i50348#make SwDoc interface based 2005/07/11 05:54:23 tra 1.67.48.3: #i50348#merge conflicts resolved 2005/07/05 08:12:58 tra 1.67.48.2: #i50348#make SwDoc interface based 2005/06/24 11:43:37 fme 1.67.48.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [47921df3a0a73a82ad191beae0a14141b770855a]

        INTEGRATION: CWS writercorehandoff (1.16.466); FILE MERGED 2005/09/13 14:28:51 tra 1.16.466.3: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:14:20 fme 1.16.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:01 tra 1.16.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b38ecda4245bc8dee84e0b2158f8e1a7d64a585]

        INTEGRATION: CWS writercorehandoff (1.33.238); FILE MERGED 2005/11/18 14:53:34 fme 1.33.238.8: #i50348# Make SwDoc accessible via interfaces 2005/09/13 14:28:33 tra 1.33.238.7: RESYNC: (1.33-1.34); FILE MERGED 2005/07/14 13:35:43 fme 1.33.238.6: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:28 fme 1.33.238.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:57 tra 1.33.238.4: #i50348#make SwDoc interface based 2005/06/24 11:43:36 fme 1.33.238.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:19 fme 1.33.238.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:28:00 tra 1.33.238.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd41b616ba61cac9f41c91f68731adb6403c747]

        INTEGRATION: CWS writercorehandoff (1.17.48); FILE MERGED 2006/04/28 13:33:59 fme 1.17.48.10: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 14:28:21 tra 1.17.48.9: RESYNC: (1.18-1.19); FILE MERGED 2005/07/19 06:05:52 fme 1.17.48.8: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:23 fme 1.17.48.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:39 tra 1.17.48.6: #i50348#make SwDoc interface based 2005/07/11 09:44:43 tra 1.17.48.5: #i50348#resolving merge conflicts 2005/07/11 06:13:04 tra 1.17.48.4: RESYNC: (1.17-1.18); FILE MERGED 2005/07/05 08:12:57 tra 1.17.48.3: #i50348#make SwDoc interface based 2005/06/24 11:43:36 fme 1.17.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:19 fme 1.17.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [325a8dc67db455c886db420a0cb4cdd19a660357]

        INTEGRATION: CWS writercorehandoff (1.46.48); FILE MERGED 2006/03/17 08:13:17 tra 1.46.48.6: RESYNC: (1.48-1.49); FILE MERGED 2005/10/25 08:35:29 tra 1.46.48.5: RESYNC: (1.47-1.48); FILE MERGED 2005/09/13 14:28:07 tra 1.46.48.4: RESYNC: (1.46-1.47); FILE MERGED 2005/07/14 13:35:42 fme 1.46.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:19 fme 1.46.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:59 tra 1.46.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52cc0993d0e84521c595af1b5728794c505e971]

        INTEGRATION: CWS writercorehandoff (1.98.48); FILE MERGED 2006/07/27 14:47:35 fme 1.98.48.12: RESYNC: (1.103-1.104); FILE MERGED 2006/03/17 08:13:09 tra 1.98.48.11: RESYNC: (1.100-1.103); FILE MERGED 2005/12/20 15:15:01 tra 1.98.48.10: RESYNC: (1.99-1.100); FILE MERGED 2005/09/13 14:27:55 tra 1.98.48.9: RESYNC: (1.98-1.99); FILE MERGED 2005/07/13 13:24:28 fme 1.98.48.8: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:56 tra 1.98.48.7: #i50348#make SwDoc interface based 2005/06/24 11:43:35 fme 1.98.48.6: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:25:09 tra 1.98.48.5: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:13 tra 1.98.48.4: #i50348#toward a interface based SwDoc 2005/06/22 06:40:49 tra 1.98.48.3: #i50348# use SwDoc interfaces 2005/06/07 14:14:18 fme 1.98.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:59 tra 1.98.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [61004a4ab91e52c252d77b40dd8112001555e4e3]

        INTEGRATION: CWS writercorehandoff (1.8.1300); FILE MERGED 2005/09/13 14:27:42 tra 1.8.1300.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:14:18 fme 1.8.1300.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:58 tra 1.8.1300.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dc5e52a75761f6efa5472217dc3ce6d4407a378]

        INTEGRATION: CWS writercorehandoff (1.42.48); FILE MERGED 2005/10/25 08:35:20 tra 1.42.48.5: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 14:27:29 tra 1.42.48.4: RESYNC: (1.42-1.43); FILE MERGED 2005/07/19 06:05:52 fme 1.42.48.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:14:18 fme 1.42.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:58 tra 1.42.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [539888d14a2e3d4e9ee3d26ac622abf2286ce797]

        INTEGRATION: CWS writercorehandoff (1.47.48); FILE MERGED 2006/07/27 14:47:21 fme 1.47.48.7: RESYNC: (1.48-1.49); FILE MERGED 2005/11/11 07:56:07 fme 1.47.48.6: #i50348# make SwDoc accessible via interfaces 2005/09/13 14:27:14 tra 1.47.48.5: RESYNC: (1.47-1.48); FILE MERGED 2005/08/31 12:50:54 tra 1.47.48.4: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/14 13:35:42 fme 1.47.48.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:17 fme 1.47.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:57 tra 1.47.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ce62cb7a141d62a804125bc19a0dd8a22ca2e4]

        INTEGRATION: CWS writercorehandoff (1.5.48); FILE MERGED 2005/09/13 14:26:59 tra 1.5.48.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:17 fme 1.5.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:57 tra 1.5.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34a0ab16a32af7e6780da3a800a9f6a3328635e]

        INTEGRATION: CWS writercorehandoff (1.58.48); FILE MERGED 2006/03/17 08:12:56 tra 1.58.48.6: RESYNC: (1.61-1.62); FILE MERGED 2005/12/20 15:14:41 tra 1.58.48.5: RESYNC: (1.60-1.61); FILE MERGED 2005/10/25 08:35:00 tra 1.58.48.4: RESYNC: (1.59-1.60); FILE MERGED 2005/09/13 14:26:47 tra 1.58.48.3: RESYNC: (1.58-1.59); FILE MERGED 2005/06/07 14:14:16 fme 1.58.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:56 tra 1.58.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc10cc5cdf75fc51963005cefe08650216504d01]

        INTEGRATION: CWS writercorehandoff (1.39.48); FILE MERGED 2005/09/13 14:26:33 tra 1.39.48.5: RESYNC: (1.39-1.40); FILE MERGED 2005/07/13 13:24:28 fme 1.39.48.4: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:55 tra 1.39.48.3: #i50348#make SwDoc interface based 2005/06/24 11:43:35 fme 1.39.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:16 fme 1.39.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcb4593564078f42ba0758d9eed4ce80f5d9a830]

        INTEGRATION: CWS writercorehandoff (1.4.1116); FILE MERGED 2005/09/13 14:26:21 tra 1.4.1116.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 06:05:51 fme 1.4.1116.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35d4507bfa76d62e7f06c39fdafade053d28e20c]

        INTEGRATION: CWS writercorehandoff (1.20.376); FILE MERGED 2006/04/05 13:10:40 tra 1.20.376.5: RESYNC: (1.21-1.22); FILE MERGED 2005/09/13 14:26:07 tra 1.20.376.4: RESYNC: (1.20-1.21); FILE MERGED 2005/06/24 11:43:34 fme 1.20.376.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:15 fme 1.20.376.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:55 tra 1.20.376.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [884e240294e410bce8bb4da42ce5e6d23fffead1]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/04/11 09:59:16 tra 1.1.2.2: #i50348 2005/06/24 11:46:10 fme 1.1.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [585dd94ecff7ea04cd4c2845c54b88d1e911a0e1]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/11 07:56:07 fme 1.1.2.3: #i50348# make SwDoc accessible via interfaces 2005/08/31 12:50:54 tra 1.1.2.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:07:14 fme 1.1.2.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [15fb390985e81c105c3c568b0c2e1e2b29c1fec6]

        INTEGRATION: CWS writercorehandoff (1.8.140); FILE MERGED 2006/04/05 13:10:51 tra 1.8.140.9: RESYNC: (1.12-1.13); FILE MERGED 2005/12/20 15:14:52 tra 1.8.140.8: RESYNC: (1.11-1.12); FILE MERGED 2005/11/18 14:53:34 fme 1.8.140.7: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:35:11 tra 1.8.140.6: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 14:25:53 tra 1.8.140.5: RESYNC: (1.9-1.10); FILE MERGED 2005/07/14 13:35:41 fme 1.8.140.4: #i50348# Make SwDoc accessible via interfaces 2005/07/11 06:12:55 tra 1.8.140.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:14:15 fme 1.8.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:55 tra 1.8.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a3773cce4d706c8965f03bd5186f851fb93306]

        INTEGRATION: CWS writercorehandoff (1.20.4); FILE MERGED 2005/09/21 13:42:15 tra 1.20.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1659bffeb63696e044b23ff6c2af73fd0ea4299]

        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>  [8746176ca0e5f72cd3f342a77dee0e87d257a547]

        INTEGRATION: CWS writercorehandoff (1.10.244); FILE MERGED 2006/03/17 08:12:47 tra 1.10.244.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 14:21:26 tra 1.10.244.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:14:13 fme 1.10.244.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:52 tra 1.10.244.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a5231eaf5008277aca9b5ae15cdd6d8ec3b2a2c]

        INTEGRATION: CWS writercorehandoff (1.28.252); FILE MERGED 2006/03/17 08:12:39 tra 1.28.252.5: RESYNC: (1.29-1.30); FILE MERGED 2005/09/21 13:42:13 tra 1.28.252.4: #i50348# 2005/09/13 14:21:07 tra 1.28.252.3: RESYNC: (1.28-1.29); FILE MERGED 2005/06/07 14:14:12 fme 1.28.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:52 tra 1.28.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [160de941ec3d257435d27c7681d4b5ff4fea94b7]

        INTEGRATION: CWS writercorehandoff (1.5.272); FILE MERGED 2005/09/13 14:20:43 tra 1.5.272.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:14:12 fme 1.5.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:51 tra 1.5.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [58eabf760378f90685644bb5f1418d2ad67ba341]

        INTEGRATION: CWS npower2 (1.50.36); FILE MERGED 2006/06/27 13:48:04 npower 1.50.36.7: RESYNC: (1.51-1.52); FILE MERGED 2006/05/02 13:20:29 npower 1.50.36.6: #i63576# reorder font fallbacks, also add AMT names to defaults 2006/04/12 08:48:51 npower 1.50.36.5: #i63576# reorder fallback for Nimbus fonts 2006/04/11 08:25:06 npower 1.50.36.4: add amt fonts ( fallback, no defaults ) 2006/04/03 15:34:36 npower 1.50.36.3: RESYNC: (1.50-1.51); FILE MERGED 2006/03/28 07:02:57 npower 1.50.36.2: #i63576# remove duplicate for new entries 2006/03/24 12:31:45 npower 1.50.36.1: #i63576# font metric & substitutions

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [53ca348e3508dfe398ee60615e2576524e77da60]

        INTEGRATION: CWS writercorehandoff (1.7.252); FILE MERGED 2005/09/13 14:20:29 tra 1.7.252.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:14:12 fme 1.7.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:51 tra 1.7.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9182d2ef2dca646c1109429f8344d5da47f1633d]

        INTEGRATION: CWS writercorehandoff (1.6.530); FILE MERGED 2005/09/13 14:20:15 tra 1.6.530.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:14:11 fme 1.6.530.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:50 tra 1.6.530.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5e76fe46e930bb1eba888148066cf1afd5561e0]

        INTEGRATION: CWS writercorehandoff (1.9.530); FILE MERGED 2005/09/13 14:19:53 tra 1.9.530.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:14:11 fme 1.9.530.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:50 tra 1.9.530.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b72600422ca5823417035670961af05368065e3]

        INTEGRATION: CWS writercorehandoff (1.27.10); FILE MERGED 2006/07/27 14:47:11 fme 1.27.10.8: RESYNC: (1.32-1.33); FILE MERGED 2006/04/05 13:10:26 tra 1.27.10.7: RESYNC: (1.31-1.32); FILE MERGED 2006/03/17 08:12:30 tra 1.27.10.6: RESYNC: (1.30-1.31); FILE MERGED 2006/01/19 08:50:09 fme 1.27.10.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:14:13 tra 1.27.10.4: RESYNC: (1.29-1.30); FILE MERGED 2005/09/13 14:18:00 tra 1.27.10.3: RESYNC: (1.28-1.29); FILE MERGED 2005/07/19 13:26:02 tra 1.27.10.2: RESYNC: (1.27-1.28); FILE MERGED 2005/07/12 11:21:38 tra 1.27.10.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2d42f9381d797156cc386f2aff066872eb638a]

        INTEGRATION: CWS writercorehandoff (1.6.326); FILE MERGED 2005/09/13 14:17:24 tra 1.6.326.4: RESYNC: (1.6-1.7); FILE MERGED 2005/07/05 08:12:54 tra 1.6.326.3: #i50348#make SwDoc interface based 2005/06/24 11:43:34 fme 1.6.326.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:10 fme 1.6.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c16c3dc770c91d6cbe8a45488f696a996888b2]

        INTEGRATION: CWS writercorehandoff (1.13.140); FILE MERGED 2006/04/05 13:10:14 tra 1.13.140.6: RESYNC: (1.16-1.17); FILE MERGED 2005/10/25 08:34:52 tra 1.13.140.5: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 14:17:10 tra 1.13.140.4: RESYNC: (1.14-1.15); FILE MERGED 2005/07/11 06:12:47 tra 1.13.140.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/05 08:12:53 tra 1.13.140.2: #i50348#make SwDoc interface based 2005/06/24 11:43:33 fme 1.13.140.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b38db290cd6fe241b7ac0930a6f315605cdc03]

        INTEGRATION: CWS writercorehandoff (1.10.182); FILE MERGED 2006/04/11 09:59:15 tra 1.10.182.8: #i50348 2006/04/05 13:10:02 tra 1.10.182.7: RESYNC: (1.12-1.13); FILE MERGED 2006/03/17 08:12:22 tra 1.10.182.6: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 14:16:21 tra 1.10.182.5: RESYNC: (1.10-1.11); FILE MERGED 2005/07/13 13:24:26 fme 1.10.182.4: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:37 tra 1.10.182.3: #i50348#make SwDoc interface based 2005/06/07 14:14:10 fme 1.10.182.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:49 tra 1.10.182.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [90574df80f675d87e7e50936fb7bde1f991584fe]

        INTEGRATION: CWS writercorehandoff (1.63.172); FILE MERGED 2006/07/27 14:46:59 fme 1.63.172.14: RESYNC: (1.69-1.71); FILE MERGED 2006/05/08 11:21:13 fme 1.63.172.13: #i50348# Make SwDoc accessible via interfaces 2006/04/28 13:33:52 fme 1.63.172.12: RESYNC: (1.68-1.69); FILE MERGED 2006/03/17 08:12:13 tra 1.63.172.11: RESYNC: (1.66-1.68); FILE MERGED 2005/12/20 15:14:02 tra 1.63.172.10: RESYNC: (1.65-1.66); FILE MERGED 2005/10/25 08:34:42 tra 1.63.172.9: RESYNC: (1.64-1.65); FILE MERGED 2005/09/13 14:15:48 tra 1.63.172.8: RESYNC: (1.63-1.64); FILE MERGED 2005/07/14 05:01:22 fme 1.63.172.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:36 tra 1.63.172.6: #i50348#make SwDoc interface based 2005/07/11 05:11:40 tra 1.63.172.5: #i50348#make SwDoc interface based 2005/07/05 08:12:52 tra 1.63.172.4: #i50348#make SwDoc interface based 2005/06/24 11:43:32 fme 1.63.172.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:09 fme 1.63.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:48 tra 1.63.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcf66a255aacebab3b578a2c454eac3e458e1aeb]

        INTEGRATION: CWS writercorehandoff (1.44.96); FILE MERGED 2006/04/05 13:09:49 tra 1.44.96.7: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:12:05 tra 1.44.96.6: RESYNC: (1.47-1.48); FILE MERGED 2005/10/25 08:34:33 tra 1.44.96.5: RESYNC: (1.46-1.47); FILE MERGED 2005/09/13 14:14:40 tra 1.44.96.4: RESYNC: (1.45-1.46); FILE MERGED 2005/07/11 06:12:40 tra 1.44.96.3: RESYNC: (1.44-1.45); FILE MERGED 2005/06/07 14:14:09 fme 1.44.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:47 tra 1.44.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [56719055cc41c17bd1c4109357a07d4403762d23]

        INTEGRATION: CWS writercorehandoff (1.76.54); FILE MERGED 2006/07/27 14:46:38 fme 1.76.54.16: RESYNC: (1.89-1.90); FILE MERGED 2006/05/30 06:43:06 fme 1.76.54.15: RESYNC: (1.88-1.89); FILE MERGED 2006/05/08 13:07:30 fme 1.76.54.14: RESYNC: (1.87-1.88); FILE MERGED 2006/04/05 13:09:37 tra 1.76.54.13: RESYNC: (1.86-1.87); FILE MERGED 2006/04/05 08:49:42 tra 1.76.54.12: #i50348# 2006/03/17 08:11:57 tra 1.76.54.11: RESYNC: (1.81-1.86); FILE MERGED 2005/11/04 12:58:03 tra 1.76.54.10: #i50348# 2005/10/25 08:34:23 tra 1.76.54.9: RESYNC: (1.78-1.80); FILE MERGED 2005/09/13 14:14:26 tra 1.76.54.8: RESYNC: (1.77-1.78); FILE MERGED 2005/07/14 05:01:21 fme 1.76.54.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:33:30 fme 1.76.54.6: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:35 tra 1.76.54.5: #i50348#make SwDoc interface based 2005/07/11 06:12:29 tra 1.76.54.4: RESYNC: (1.76-1.77); FILE MERGED 2005/07/05 08:12:51 tra 1.76.54.3: #i50348#make SwDoc interface based 2005/06/24 11:43:30 fme 1.76.54.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:08 fme 1.76.54.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccb40160e3fee7acad77bc308feee93e76ff7b9e]

        INTEGRATION: CWS writercorehandoff (1.41.462); FILE MERGED 2006/03/17 08:11:49 tra 1.41.462.4: RESYNC: (1.42-1.43); FILE MERGED 2005/09/13 14:14:12 tra 1.41.462.3: RESYNC: (1.41-1.42); FILE MERGED 2005/06/07 14:14:08 fme 1.41.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:47 tra 1.41.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a54c9b4f1da7b1131e9d915a0a44d36fb39f98a4]

        INTEGRATION: CWS writercorehandoff (1.5.30); FILE MERGED 2006/07/27 14:46:16 fme 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/18 14:53:33 fme 1.5.30.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead5e1a4c4c0d69e6035acf2f2874157f9414c2a]

        INTEGRATION: CWS writercorehandoff (1.39.172); FILE MERGED 2006/05/30 06:40:35 fme 1.39.172.8: RESYNC: (1.45-1.46); FILE MERGED 2006/03/17 08:11:42 tra 1.39.172.7: RESYNC: (1.41-1.45); FILE MERGED 2005/10/25 08:34:02 tra 1.39.172.6: RESYNC: (1.40-1.41); FILE MERGED 2005/09/13 14:13:28 tra 1.39.172.5: RESYNC: (1.39-1.40); FILE MERGED 2005/07/14 05:01:20 fme 1.39.172.4: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:34 tra 1.39.172.3: #i50348#make SwDoc interface based 2005/07/05 08:12:50 tra 1.39.172.2: #i50348#make SwDoc interface based 2005/06/24 11:43:30 fme 1.39.172.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce97c062363e2725ce050eb3bf9a5f3af070f19]

        INTEGRATION: CWS writercorehandoff (1.88.138); FILE MERGED 2006/03/17 08:11:32 tra 1.88.138.11: RESYNC: (1.94-1.95); FILE MERGED 2005/12/20 15:13:47 tra 1.88.138.10: RESYNC: (1.93-1.94); FILE MERGED 2005/11/18 14:53:32 fme 1.88.138.9: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:33:38 tra 1.88.138.8: RESYNC: (1.91-1.93); FILE MERGED 2005/09/13 14:13:15 tra 1.88.138.7: RESYNC: (1.89-1.91); FILE MERGED 2005/07/19 13:25:53 tra 1.88.138.6: RESYNC: (1.88-1.89); FILE MERGED 2005/07/13 13:24:25 fme 1.88.138.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:49 tra 1.88.138.4: #i50348#make SwDoc interface based 2005/06/24 11:43:28 fme 1.88.138.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:07 fme 1.88.138.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:46 tra 1.88.138.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfff373ccc14486d210ce93ee9564a8212599843]

        INTEGRATION: CWS writercorehandoff (1.36.394); FILE MERGED 2006/07/27 14:46:07 fme 1.36.394.7: RESYNC: (1.39-1.40); FILE MERGED 2006/03/17 08:11:21 tra 1.36.394.6: RESYNC: (1.38-1.39); FILE MERGED 2005/10/25 08:33:18 tra 1.36.394.5: RESYNC: (1.37-1.38); FILE MERGED 2005/09/13 14:12:24 tra 1.36.394.4: RESYNC: (1.36-1.37); FILE MERGED 2005/07/13 13:33:29 fme 1.36.394.3: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:49 tra 1.36.394.2: #i50348#make SwDoc interface based 2005/06/24 11:43:28 fme 1.36.394.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eecc74a3a69130f236541f95b89877375cdfef1d]

        INTEGRATION: CWS writercorehandoff (1.6.238); FILE MERGED 2006/03/17 08:10:41 tra 1.6.238.5: RESYNC: (1.8-1.9); FILE MERGED 2005/10/25 08:32:42 tra 1.6.238.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 14:10:14 tra 1.6.238.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/14 05:01:20 fme 1.6.238.2: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:34 tra 1.6.238.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [819d94e91429491062e75fd6c01cd97d1978bc73]

        INTEGRATION: CWS writercorehandoff (1.19.586); FILE MERGED 2006/07/31 06:24:00 fme 1.19.586.8: #i50348# Resync 2006/07/27 14:45:33 fme 1.19.586.7: RESYNC: (1.22-1.24); FILE MERGED 2006/03/17 08:10:31 tra 1.19.586.6: RESYNC: (1.21-1.22); FILE MERGED 2005/11/18 14:53:31 fme 1.19.586.5: #i50348# Make SwDoc accessible via interfaces 2005/09/13 14:10:02 tra 1.19.586.4: RESYNC: (1.20-1.21); FILE MERGED 2005/07/12 11:21:34 tra 1.19.586.3: #i50348#make SwDoc interface based 2005/07/11 06:12:12 tra 1.19.586.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:14:07 fme 1.19.586.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9421170571ccbd78d70e6baf8f2b0e079cbbaf]

        INTEGRATION: CWS writercorehandoff (1.11.2); FILE MERGED 2006/07/27 14:45:23 fme 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/18 14:53:31 fme 1.11.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2711a5bfb59c7e99e0affa07d6b368f44d7df251]

        INTEGRATION: CWS writercorehandoff (1.3.1116); FILE MERGED 2005/09/13 14:09:05 tra 1.3.1116.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:14:06 fme 1.3.1116.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a05ec1acef471219d4138a22e87782503841fb72]

        INTEGRATION: CWS writercorehandoff (1.22.96); FILE MERGED 2006/05/09 10:37:58 fme 1.22.96.8: #i50348# make SwDoc accessible via interfaces 2006/05/08 13:01:29 fme 1.22.96.7: RESYNC: (1.24-1.25); FILE MERGED 2006/04/05 13:09:27 tra 1.22.96.6: RESYNC: (1.23-1.24); FILE MERGED 2006/01/19 08:50:08 fme 1.22.96.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 14:08:45 tra 1.22.96.4: RESYNC: (1.22-1.23); FILE MERGED 2005/06/24 11:43:27 fme 1.22.96.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:06 fme 1.22.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:45 tra 1.22.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ccbba4f2532853ba0667201828f7ff9cbbad43b]

        INTEGRATION: CWS writercorehandoff (1.51.52); FILE MERGED 2006/07/31 06:24:00 fme 1.51.52.11: #i50348# Resync 2006/07/27 14:45:12 fme 1.51.52.10: RESYNC: (1.57-1.59); FILE MERGED 2006/03/17 08:10:19 tra 1.51.52.9: RESYNC: (1.54-1.57); FILE MERGED 2005/11/18 14:53:30 fme 1.51.52.8: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:32:19 tra 1.51.52.7: RESYNC: (1.52-1.54); FILE MERGED 2005/09/13 14:08:31 tra 1.51.52.6: RESYNC: (1.51-1.52); FILE MERGED 2005/07/14 05:01:19 fme 1.51.52.5: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:25 fme 1.51.52.4: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:33 tra 1.51.52.3: #i50348#make SwDoc interface based 2005/07/05 08:12:48 tra 1.51.52.2: #i50348#make SwDoc interface based 2005/06/24 11:43:26 fme 1.51.52.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d17ddcde1c0f1c966fd9ac3bbc94f184b529f24]

        INTEGRATION: CWS writercorehandoff (1.19.96); FILE MERGED 2006/07/27 14:44:53 fme 1.19.96.6: RESYNC: (1.21-1.22); FILE MERGED 2005/09/13 14:08:19 tra 1.19.96.5: RESYNC: (1.20-1.21); FILE MERGED 2005/07/11 06:12:05 tra 1.19.96.4: RESYNC: (1.19-1.20); FILE MERGED 2005/07/05 08:12:47 tra 1.19.96.3: #i50348#make SwDoc interface based 2005/06/24 11:43:26 fme 1.19.96.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:06 fme 1.19.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f99af12594118d03e41713a76a166dbb228246c]

        INTEGRATION: CWS writercorehandoff (1.26.560); FILE MERGED 2006/03/17 08:10:02 tra 1.26.560.9: RESYNC: (1.28-1.31); FILE MERGED 2005/10/25 08:32:10 tra 1.26.560.8: RESYNC: (1.27-1.28); FILE MERGED 2005/09/13 14:08:05 tra 1.26.560.7: RESYNC: (1.26-1.27); FILE MERGED 2005/07/14 05:01:18 fme 1.26.560.6: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:33:29 fme 1.26.560.5: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:46 tra 1.26.560.4: #i50348#make SwDoc interface based 2005/06/24 11:43:25 fme 1.26.560.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:05 fme 1.26.560.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:44 tra 1.26.560.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a1651b2d330212c2562571ed1777cd6d50d403]

        INTEGRATION: CWS writercorehandoff (1.80.40); FILE MERGED 2006/05/30 06:38:56 fme 1.80.40.17: RESYNC: (1.89-1.90); FILE MERGED 2006/04/05 13:09:16 tra 1.80.40.16: RESYNC: (1.88-1.89); FILE MERGED 2006/04/05 08:49:42 tra 1.80.40.15: #i50348# 2006/03/17 08:09:51 tra 1.80.40.14: RESYNC: (1.85-1.88); FILE MERGED 2006/01/19 08:50:07 fme 1.80.40.13: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:13:13 tra 1.80.40.12: RESYNC: (1.84-1.85); FILE MERGED 2005/11/18 14:53:30 fme 1.80.40.11: #i50348# Make SwDoc accessible via interfaces 2005/11/04 12:58:03 tra 1.80.40.10: #i50348# 2005/10/25 08:32:00 tra 1.80.40.9: RESYNC: (1.82-1.83); FILE MERGED 2005/09/13 14:07:47 tra 1.80.40.8: RESYNC: (1.81-1.82); FILE MERGED 2005/07/14 05:01:18 fme 1.80.40.7: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:24 fme 1.80.40.6: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:33 tra 1.80.40.5: #i50348#make SwDoc interface based 2005/07/11 06:11:57 tra 1.80.40.4: RESYNC: (1.80-1.81); FILE MERGED 2005/07/05 08:12:45 tra 1.80.40.3: #i50348#make SwDoc interface based 2005/06/24 11:43:23 fme 1.80.40.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:05 fme 1.80.40.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4846bff82d29a02853d300c253056b6348bacfd]

        INTEGRATION: CWS writercorehandoff (1.42.78); FILE MERGED 2006/07/27 14:44:42 fme 1.42.78.6: RESYNC: (1.45-1.46); FILE MERGED 2006/04/28 13:33:43 fme 1.42.78.5: RESYNC: (1.44-1.45); FILE MERGED 2005/10/25 08:31:51 tra 1.42.78.4: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 14:07:17 tra 1.42.78.3: RESYNC: (1.42-1.43); FILE MERGED 2005/07/14 05:01:17 fme 1.42.78.2: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:32 tra 1.42.78.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac8919cf77eece405038a4c5667312a4cb2a5e6a]

        INTEGRATION: CWS writercorehandoff (1.12.278); FILE MERGED 2006/05/03 07:43:20 fme 1.12.278.4: #i50348# make SwDoc interface based 2006/04/28 13:33:36 fme 1.12.278.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 14:07:02 tra 1.12.278.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:04 fme 1.12.278.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1203a5b429d13625c0892c1494038b11968da44]

        INTEGRATION: CWS writercorehandoff (1.47.96); FILE MERGED 2006/07/27 14:44:27 fme 1.47.96.14: RESYNC: (1.57-1.58); FILE MERGED 2006/04/28 13:33:28 fme 1.47.96.13: RESYNC: (1.56-1.57); FILE MERGED 2006/04/05 13:09:07 tra 1.47.96.12: RESYNC: (1.54-1.56); FILE MERGED 2006/03/17 08:09:42 tra 1.47.96.11: RESYNC: (1.52-1.54); FILE MERGED 2005/12/20 15:13:01 tra 1.47.96.10: RESYNC: (1.51-1.52); FILE MERGED 2005/11/04 12:58:02 tra 1.47.96.9: #i50348# 2005/10/25 08:31:42 tra 1.47.96.8: RESYNC: (1.49-1.50); FILE MERGED 2005/09/28 14:01:11 tra 1.47.96.7: #i50348# 2005/09/13 14:06:47 tra 1.47.96.6: RESYNC: (1.48-1.49); FILE MERGED 2005/07/14 05:01:16 fme 1.47.96.5: #i50348# Make SwDoc accessible via interfaces 2005/07/11 06:11:49 tra 1.47.96.4: RESYNC: (1.47-1.48); FILE MERGED 2005/07/11 05:11:40 tra 1.47.96.3: #i50348#make SwDoc interface based 2005/06/07 14:14:04 fme 1.47.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:43 tra 1.47.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [21e6a6cc725d8a24b397b0ecc22200057f6628fe]

        INTEGRATION: CWS writercorehandoff (1.67.92); FILE MERGED 2006/03/17 08:09:33 tra 1.67.92.10: RESYNC: (1.71-1.75); FILE MERGED 2005/11/18 14:53:29 fme 1.67.92.9: #i50348# Make SwDoc accessible via interfaces 2005/11/04 12:58:01 tra 1.67.92.8: #i50348# 2005/10/25 08:31:31 tra 1.67.92.7: RESYNC: (1.69-1.70); FILE MERGED 2005/09/13 14:06:36 tra 1.67.92.6: RESYNC: (1.68-1.69); FILE MERGED 2005/07/14 05:01:15 fme 1.67.92.5: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:31 tra 1.67.92.4: #i50348#make SwDoc interface based 2005/07/11 06:11:40 tra 1.67.92.3: RESYNC: (1.67-1.68); FILE MERGED 2005/07/05 08:12:44 tra 1.67.92.2: #i50348#make SwDoc interface based 2005/06/24 11:43:22 fme 1.67.92.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d63870552abc831a8578601f9b63a6d52a0fd6cc]

        INTEGRATION: CWS writercorehandoff (1.48.40); FILE MERGED 2006/07/27 14:44:11 fme 1.48.40.15: RESYNC: (1.56-1.59); FILE MERGED 2006/05/30 06:36:48 fme 1.48.40.14: RESYNC: (1.54-1.56); FILE MERGED 2006/05/08 11:21:13 fme 1.48.40.13: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:09:24 tra 1.48.40.12: RESYNC: (1.50-1.54); FILE MERGED 2005/10/26 07:37:47 tra 1.48.40.11: #i50348# 2005/10/25 08:31:22 tra 1.48.40.10: RESYNC: (1.49-1.50); FILE MERGED 2005/10/06 08:08:54 tra 1.48.40.9: #50348# 2005/09/13 14:06:20 tra 1.48.40.8: RESYNC: (1.48-1.49); FILE MERGED 2005/07/14 05:01:15 fme 1.48.40.7: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:31 tra 1.48.40.6: #i50348#make SwDoc interface based 2005/07/11 05:11:40 tra 1.48.40.5: #i50348#make SwDoc interface based 2005/07/05 08:12:43 tra 1.48.40.4: #i50348#make SwDoc interface based 2005/06/24 11:43:22 fme 1.48.40.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:03 fme 1.48.40.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:43 tra 1.48.40.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d30bad0a911f99c934fcb624405472d297b1a8f3]

        INTEGRATION: CWS writercorehandoff (1.55.96); FILE MERGED 2006/05/08 11:21:13 fme 1.55.96.9: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:08:35 tra 1.55.96.8: RESYNC: (1.58-1.61); FILE MERGED 2005/12/20 15:12:50 tra 1.55.96.7: RESYNC: (1.57-1.58); FILE MERGED 2005/10/25 08:31:13 tra 1.55.96.6: RESYNC: (1.56-1.57); FILE MERGED 2005/09/13 14:05:25 tra 1.55.96.5: RESYNC: (1.55-1.56); FILE MERGED 2005/07/14 05:01:14 fme 1.55.96.4: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:30 tra 1.55.96.3: #i50348#make SwDoc interface based 2005/07/05 08:12:42 tra 1.55.96.2: #i50348#make SwDoc interface based 2005/06/24 11:43:21 fme 1.55.96.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af777448f7f711b2c78d4fcb1126ca6dbf89fcd]

        INTEGRATION: CWS writercorehandoff (1.54.54); FILE MERGED 2006/04/05 13:08:24 tra 1.54.54.7: RESYNC: (1.56-1.57); FILE MERGED 2005/11/18 14:53:29 fme 1.54.54.6: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:30:53 tra 1.54.54.5: RESYNC: (1.55-1.56); FILE MERGED 2005/09/13 14:04:40 tra 1.54.54.4: RESYNC: (1.54-1.55); FILE MERGED 2005/06/24 11:43:21 fme 1.54.54.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:03 fme 1.54.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:42 tra 1.54.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [677d5271f2650563cb2de5de0b3db0d3c63aacc6]

        INTEGRATION: CWS writercorehandoff (1.14.88); FILE MERGED 2006/07/27 14:43:56 fme 1.14.88.8: RESYNC: (1.19-1.20); FILE MERGED 2006/04/05 13:08:56 tra 1.14.88.7: RESYNC: (1.18-1.19); FILE MERGED 2006/03/17 08:08:56 tra 1.14.88.6: RESYNC: (1.17-1.18); FILE MERGED 2005/11/04 12:58:01 tra 1.14.88.5: #i50348# 2005/10/25 08:31:04 tra 1.14.88.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 14:05:06 tra 1.14.88.3: RESYNC: (1.14-1.15); FILE MERGED 2005/07/14 05:01:14 fme 1.14.88.2: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:30 tra 1.14.88.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc683c50919f9a1bcfc689e1bb783b2e4d1c7464]

        INTEGRATION: CWS writercorehandoff (1.15.22); FILE MERGED 2006/07/27 14:43:46 fme 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2006/04/11 09:59:15 tra 1.15.22.1: #i50348

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6fa44c17d76fde4dfb6cce1a81ba19f0c24dc9d]

        INTEGRATION: CWS writercorehandoff (1.29.350); FILE MERGED 2006/03/17 08:08:26 tra 1.29.350.3: RESYNC: (1.30-1.31); FILE MERGED 2005/09/13 14:03:57 tra 1.29.350.2: RESYNC: (1.29-1.30); FILE MERGED 2005/06/07 14:14:02 fme 1.29.350.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ccfea17c596f168f17bdea5cb345b0fa0a328b]

        INTEGRATION: CWS writercorehandoff (1.3.1300); FILE MERGED 2005/09/13 14:03:30 tra 1.3.1300.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/06 09:27:41 tra 1.3.1300.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1453c2a0aee467dc2bb13e9145d3626a0933fe0]

        INTEGRATION: CWS writercorehandoff (1.45.48); FILE MERGED 2006/07/27 14:43:25 fme 1.45.48.6: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:08:16 tra 1.45.48.5: RESYNC: (1.47-1.48); FILE MERGED 2005/10/25 08:30:33 tra 1.45.48.4: RESYNC: (1.46-1.47); FILE MERGED 2005/09/13 14:03:03 tra 1.45.48.3: RESYNC: (1.45-1.46); FILE MERGED 2005/07/13 13:24:23 fme 1.45.48.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:02 fme 1.45.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2af0e3675cff0661ad16250b8a664e5fa93b5bd]

        INTEGRATION: CWS writercorehandoff (1.4.466); FILE MERGED 2005/09/13 14:02:31 tra 1.4.466.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:14:02 fme 1.4.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [000078f83f0e63eb1b7567516e8866029cdfd3dd]

        INTEGRATION: CWS writercorehandoff (1.4.558); FILE MERGED 2005/09/13 14:02:20 tra 1.4.558.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:14:01 fme 1.4.558.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eb6a6ae1515e14f8cf7a063390b7504c2cb2960]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 14:01:56 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:14:01 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b8c792146eb666de05c6cbe64a9036cf438b47]

        INTEGRATION: CWS writercorehandoff (1.33.466); FILE MERGED 2006/04/28 13:33:08 fme 1.33.466.5: RESYNC: (1.34-1.35); FILE MERGED 2005/09/13 14:01:28 tra 1.33.466.4: RESYNC: (1.33-1.34); FILE MERGED 2005/07/19 06:05:50 fme 1.33.466.3: #i50348# make SwDoc accessible via interfaces 2005/06/24 11:43:20 fme 1.33.466.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:14:00 fme 1.33.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [716ad620c59e27120635f81e70f0dbb63984fb97]

        INTEGRATION: CWS writercorehandoff (1.12.252); FILE MERGED 2005/09/13 14:00:44 tra 1.12.252.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:14:00 fme 1.12.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ceee79d17e12e690a6d1474c438e68121681916]

        INTEGRATION: CWS writercorehandoff (1.2.496); FILE MERGED 2005/09/13 14:00:14 tra 1.2.496.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:14:00 fme 1.2.496.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc9f8a3c5bd9416878b074f15e5350be0eb2e74]

        INTEGRATION: CWS ause061 (1.7.412); FILE MERGED 2006/07/12 13:09:53 hjs 1.7.412.1: #i67276# force overwriting

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6336b7c064e7e90c6543dca834399e1e4b73f2f]

        INTEGRATION: CWS writercorehandoff (1.8.172); FILE MERGED 2005/09/13 13:59:49 tra 1.8.172.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:13:59 fme 1.8.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d8d4997ff57771add923cb9f7f78dc230beb7f0]

        INTEGRATION: CWS writercorehandoff (1.2.1290); FILE MERGED 2005/09/13 13:59:38 tra 1.2.1290.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:59 fme 1.2.1290.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d45e2550d8fe52ac10c8f3f8b72efb098751866]

        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>  [b90dfc8a8bf02b035c4051b2f047d400c545fdb8]

        INTEGRATION: CWS writercorehandoff (1.11.48); FILE MERGED 2006/04/28 13:33:01 fme 1.11.48.7: RESYNC: (1.15-1.16); FILE MERGED 2006/03/17 08:07:53 tra 1.11.48.6: RESYNC: (1.13-1.15); FILE MERGED 2005/10/26 07:37:46 tra 1.11.48.5: #i50348# 2005/10/25 08:30:23 tra 1.11.48.4: RESYNC: (1.12-1.13); FILE MERGED 2005/09/13 13:59:27 tra 1.11.48.3: RESYNC: (1.11-1.12); FILE MERGED 2005/07/19 06:05:49 fme 1.11.48.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:59 fme 1.11.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5dca359dc2f28f539360364d9ad9f31df1055b3]

        INTEGRATION: CWS writercorehandoff (1.16.244); FILE MERGED 2006/07/27 14:43:13 fme 1.16.244.4: RESYNC: (1.19-1.20); FILE MERGED 2006/03/17 08:07:26 tra 1.16.244.3: RESYNC: (1.17-1.19); FILE MERGED 2005/09/13 13:58:32 tra 1.16.244.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:13:58 fme 1.16.244.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a38214c6224112573bd3d7dad1c4f50b6084a5]

        INTEGRATION: CWS writercorehandoff (1.14.496); FILE MERGED 2006/07/27 14:43:02 fme 1.14.496.5: RESYNC: (1.16-1.17); FILE MERGED 2006/04/05 08:49:41 tra 1.14.496.4: #i50348# 2005/10/25 08:30:14 tra 1.14.496.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 13:57:42 tra 1.14.496.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:13:58 fme 1.14.496.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0e9d9e7aba34e83964b8e0c9c36e0090ff57e8]

        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>  [187096e048209fe9803dc649728d2e1c77113d52]

        INTEGRATION: CWS writercorehandoff (1.4.1286); FILE MERGED 2006/04/28 13:32:54 fme 1.4.1286.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 13:56:31 tra 1.4.1286.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 08:42:55 tra 1.4.1286.2: #i50348#make SwDoc interface based 2005/06/07 14:13:57 fme 1.4.1286.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [26eeff41ad46bdaa8e03ce1cc155ee5d1715afbb]

        INTEGRATION: CWS ause061 (1.19.10); FILE MERGED 2006/07/12 10:01:09 hjs 1.19.10.1: #i67264# cleanup java targets

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfc8f55294ff3b8500c612477335cf38cd99f4f]

        INTEGRATION: CWS writercorehandoff (1.6.4); FILE MERGED 2006/07/27 14:42:53 fme 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/18 14:53:28 fme 1.6.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8f9aab39becb5b10a03a71ef61453250b59e7fc]

        INTEGRATION: CWS writercorehandoff (1.5.496); FILE MERGED 2006/07/27 14:42:45 fme 1.5.496.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 13:54:44 tra 1.5.496.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:57 fme 1.5.496.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [14469261d182491cd6b3358c30576ae61dafc462]

        INTEGRATION: CWS ause061 (1.5.360); FILE MERGED 2006/07/12 09:24:22 hjs 1.5.360.1: #i67264# cleanup java targets

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b57108d08552e9b6d7d95ef59bc1506c09bbe43]

        INTEGRATION: CWS writercorehandoff (1.20.306); FILE MERGED 2006/03/17 08:06:47 tra 1.20.306.5: RESYNC: (1.23-1.24); FILE MERGED 2005/11/04 12:58:00 tra 1.20.306.4: #i50348# 2005/10/25 08:29:41 tra 1.20.306.3: RESYNC: (1.21-1.22); FILE MERGED 2005/09/13 13:53:37 tra 1.20.306.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/07 14:13:57 fme 1.20.306.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f15bc1e846cd0c85a162b170547f2d1bafd79fcf]

        INTEGRATION: CWS ause061 (1.21.20); FILE MERGED 2006/08/07 17:19:59 hjs 1.21.20.1: #i68227# - no match in globbing is an error too :(

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f9603e8bc8473690738b20801d6ea64aa255fb2]

        INTEGRATION: CWS writercorehandoff (1.43.172); FILE MERGED 2006/07/27 14:42:37 fme 1.43.172.5: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:06:37 tra 1.43.172.4: RESYNC: (1.45-1.48); FILE MERGED 2005/10/25 08:29:33 tra 1.43.172.3: RESYNC: (1.44-1.45); FILE MERGED 2005/09/13 13:52:55 tra 1.43.172.2: RESYNC: (1.43-1.44); FILE MERGED 2005/06/07 14:13:56 fme 1.43.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6030d4290f18e6f9801a0e6e864095a71b8c2a1]

        INTEGRATION: CWS ause061 (1.8.92); FILE MERGED 2006/07/12 09:24:22 hjs 1.8.92.1: #i67264# cleanup java targets

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebcec05c579289462ef092dd40e670284ba58f8f]

        INTEGRATION: CWS writercorehandoff (1.9.750); FILE MERGED 2005/09/13 13:52:42 tra 1.9.750.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:13:56 fme 1.9.750.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc4eaddba45a35452850dd5a7f33a15e35e17a08]

        INTEGRATION: CWS ause061 (1.175.4); FILE MERGED 2006/08/10 13:35:23 hjs 1.175.4.4: #i67188# UNOIDLTARGETS removed from ALLTAR 2006/08/07 15:23:57 hjs 1.175.4.3: RESYNC: (1.176-1.179); FILE MERGED 2006/07/12 10:11:48 hjs 1.175.4.2: RESYNC: (1.175-1.176); FILE MERGED 2006/07/12 09:24:21 hjs 1.175.4.1: #i67264# cleanup java targets

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfce8a982da7d2fad7e33bc17914db3fc90bba78]

        INTEGRATION: CWS writercorehandoff (1.11.96); FILE MERGED 2005/09/13 13:52:31 tra 1.11.96.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:56 fme 1.11.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [547765eb23984c113adf30e4701675517af67d4c]

        INTEGRATION: CWS ause061 (1.68.20); FILE MERGED 2006/07/18 16:59:36 hjs 1.68.20.1: #i67188# fix rule for private rdb generation; a bit cleanup

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f21e6b2462595091f840855afad1b2ade02e5cda]

        INTEGRATION: CWS writercorehandoff (1.34.48); FILE MERGED 2005/09/13 13:51:20 tra 1.34.48.2: RESYNC: (1.34-1.35); FILE MERGED 2005/06/07 14:13:56 fme 1.34.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b750333cca0a0babe6f1f495ceade65fcfdba6f1]

        INTEGRATION: CWS ause061 (1.3.20); FILE MERGED 2006/07/17 15:06:33 hjs 1.3.20.1: #i67466# cleanup

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [348f63a001243c4137e6ab7566362b5da0d05a24]

        INTEGRATION: CWS writercorehandoff (1.2.1288); FILE MERGED 2005/09/13 13:49:58 tra 1.2.1288.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/13 13:24:23 fme 1.2.1288.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [205dc4f7491e1ae9a2e7b05f40643fcdc7065d1b]

        INTEGRATION: CWS writercorehandoff (1.6.350); FILE MERGED 2005/09/13 13:49:47 tra 1.6.350.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:55 fme 1.6.350.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:41 tra 1.6.350.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3605add0deae3569f985cb2c4de7b2bf6abca107]

        INTEGRATION: CWS writercorehandoff (1.2.1302); FILE MERGED 2005/09/13 13:48:55 tra 1.2.1302.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:55 fme 1.2.1302.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:40 tra 1.2.1302.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bf42891e0e046983f5e65d8385a5157b49a84bf]

        INTEGRATION: CWS writercorehandoff (1.6.744); FILE MERGED 2005/09/13 13:48:44 tra 1.6.744.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:55 fme 1.6.744.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eab75571fd3f5e2a660ab8cfebad5e669855813]

        INTEGRATION: CWS ause061 (1.13.2); FILE MERGED 2006/07/17 15:01:56 hjs 1.13.2.1: #i67466# solve dmake 4.5 warning by correcting order

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c80aaf2deac36fdd8f431c8d42ff8ee8692d43f6]

        INTEGRATION: CWS writercorehandoff (1.2.1302); FILE MERGED 2005/09/13 13:48:16 tra 1.2.1302.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:54 fme 1.2.1302.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:40 tra 1.2.1302.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c09e88c0ff66992bc4c64d31fc258e4ba19411b2]

        INTEGRATION: CWS writercorehandoff (1.2.1280); FILE MERGED 2005/09/13 13:48:03 tra 1.2.1280.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:54 fme 1.2.1280.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:39 tra 1.2.1280.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b674083acc33b58b9afaa016c404a0105cd46c36]

        INTEGRATION: CWS ause061 (1.4.28); FILE MERGED 2006/07/12 10:02:18 hjs 1.4.28.1: #i67264# cleanup java targets

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b15f6a7a68b93031e2d87d1b5cdd9ea1969a46]

        INTEGRATION: CWS writercorehandoff (1.3.558); FILE MERGED 2005/09/13 13:47:42 tra 1.3.558.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:13:54 fme 1.3.558.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5614d4baa9f67b70220fa24140e06d1331189f8c]

        INTEGRATION: CWS writercorehandoff (1.2.1284); FILE MERGED 2005/09/13 13:47:03 tra 1.2.1284.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/13 13:24:23 fme 1.2.1284.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [402a7e28871c7348a879ac3ffabcfce2773e8994]

        INTEGRATION: CWS writercorehandoff (1.11.252); FILE MERGED 2005/09/13 13:46:52 tra 1.11.252.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:53 fme 1.11.252.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9467da0810040dee0b321716509d3c0f6b877432]

        INTEGRATION: CWS writercorehandoff (1.29.36); FILE MERGED 2006/03/17 08:06:15 tra 1.29.36.7: RESYNC: (1.32-1.33); FILE MERGED 2005/11/18 14:53:28 fme 1.29.36.6: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:29:23 tra 1.29.36.5: RESYNC: (1.31-1.32); FILE MERGED 2005/09/13 13:45:13 tra 1.29.36.4: RESYNC: (1.30-1.31); FILE MERGED 2005/07/11 06:11:10 tra 1.29.36.3: RESYNC: (1.29-1.30); FILE MERGED 2005/06/07 14:13:53 fme 1.29.36.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:38 tra 1.29.36.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f58a8c93255c6646320911302a6003393e211cf]

        INTEGRATION: CWS writercorehandoff (1.32.86); FILE MERGED 2006/07/27 14:42:23 fme 1.32.86.9: RESYNC: (1.38-1.39); FILE MERGED 2006/03/17 08:06:03 tra 1.32.86.8: RESYNC: (1.36-1.38); FILE MERGED 2005/12/20 15:12:25 tra 1.32.86.7: RESYNC: (1.35-1.36); FILE MERGED 2005/11/04 12:57:59 tra 1.32.86.6: #i50348# 2005/10/25 08:29:03 tra 1.32.86.5: RESYNC: (1.33-1.34); FILE MERGED 2005/10/24 16:01:21 tra 1.32.86.4: #50348# 2005/09/13 13:44:32 tra 1.32.86.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:13:52 fme 1.32.86.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:37 tra 1.32.86.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bf99f2b2971552363785824eb8179bc786b3666]

        INTEGRATION: CWS writercorehandoff (1.33.180); FILE MERGED 2006/07/27 14:42:08 fme 1.33.180.6: RESYNC: (1.36-1.37); FILE MERGED 2006/03/17 08:05:53 tra 1.33.180.5: RESYNC: (1.34-1.36); FILE MERGED 2005/10/24 16:01:20 tra 1.33.180.4: #50348# 2005/09/13 13:43:55 tra 1.33.180.3: RESYNC: (1.33-1.34); FILE MERGED 2005/06/07 14:13:52 fme 1.33.180.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:36 tra 1.33.180.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c4d6d3b0bff11dc8eeb554a44560b729590feda]

        INTEGRATION: CWS writercorehandoff (1.37.30); FILE MERGED 2006/01/19 08:50:07 fme 1.37.30.1: #i50348# General cleanup - removed unused header files, functions, members, declarations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c25d1f07e1f4fe6ff096dd23e33b79b38af471f]

        INTEGRATION: CWS writercorehandoff (1.39.92); FILE MERGED 2006/07/27 14:41:51 fme 1.39.92.9: RESYNC: (1.44-1.46); FILE MERGED 2006/04/05 13:07:44 tra 1.39.92.8: RESYNC: (1.43-1.44); FILE MERGED 2006/03/17 08:05:45 tra 1.39.92.7: RESYNC: (1.42-1.43); FILE MERGED 2005/11/18 14:53:25 fme 1.39.92.6: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:28:38 tra 1.39.92.5: RESYNC: (1.41-1.42); FILE MERGED 2005/09/13 13:43:27 tra 1.39.92.4: RESYNC: (1.40-1.41); FILE MERGED 2005/07/11 06:11:02 tra 1.39.92.3: RESYNC: (1.39-1.40); FILE MERGED 2005/06/07 14:13:51 fme 1.39.92.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:36 tra 1.39.92.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c306cd02b3bb8724a7158a0b4dc30b805c36a8ce]

        INTEGRATION: CWS writercorehandoff (1.8.318); FILE MERGED 2006/05/08 13:00:34 fme 1.8.318.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 13:43:13 tra 1.8.318.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/13 13:24:22 fme 1.8.318.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [75014153ca7ee51642f52eb2f8c44ca8e61bd4b9]

        INTEGRATION: CWS writercorehandoff (1.26.236); FILE MERGED 2006/07/27 14:41:33 fme 1.26.236.10: RESYNC: (1.29-1.30); FILE MERGED 2006/04/05 13:07:30 tra 1.26.236.9: RESYNC: (1.28-1.29); FILE MERGED 2006/03/17 08:05:34 tra 1.26.236.8: RESYNC: (1.27-1.28); FILE MERGED 2006/01/20 10:01:37 tra 1.26.236.7: #i50348#removed inactive code 2005/11/18 14:53:25 fme 1.26.236.6: #i50348# Make SwDoc accessible via interfaces 2005/10/24 16:01:20 tra 1.26.236.5: #50348# 2005/09/28 14:01:09 tra 1.26.236.4: #i50348# 2005/09/13 13:42:57 tra 1.26.236.3: RESYNC: (1.26-1.27); FILE MERGED 2005/06/07 14:13:51 fme 1.26.236.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:35 tra 1.26.236.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d60ce05c0d49ebae5dc70b3d7946ef03d9150ae]

        INTEGRATION: CWS writercorehandoff (1.5.586); FILE MERGED 2006/05/08 13:00:20 fme 1.5.586.5: RESYNC: (1.6-1.7); FILE MERGED 2005/10/24 16:01:20 tra 1.5.586.4: #50348# 2005/09/13 13:42:45 tra 1.5.586.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:51 fme 1.5.586.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:34 tra 1.5.586.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe0ee9784bfe93e132873fc7623854418b8c3923]

        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>  [8fa395669baf0d1f0750dba89842ff26b1e37227]

        INTEGRATION: CWS writercorehandoff (1.33.36); FILE MERGED 2006/07/27 14:41:15 fme 1.33.36.13: RESYNC: (1.38-1.39); FILE MERGED 2006/04/28 13:32:46 fme 1.33.36.12: RESYNC: (1.37-1.38); FILE MERGED 2006/03/17 08:05:24 tra 1.33.36.11: RESYNC: (1.36-1.37); FILE MERGED 2005/12/20 15:12:14 tra 1.33.36.10: RESYNC: (1.35-1.36); FILE MERGED 2005/11/18 14:53:24 fme 1.33.36.9: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:28:26 tra 1.33.36.8: RESYNC: (1.34-1.35); FILE MERGED 2005/10/24 16:01:19 tra 1.33.36.7: #50348# 2005/10/06 08:08:51 tra 1.33.36.6: #50348# 2005/09/28 14:01:05 tra 1.33.36.5: #i50348# 2005/09/13 13:42:33 tra 1.33.36.4: RESYNC: (1.33-1.34); FILE MERGED 2005/08/31 12:50:53 tra 1.33.36.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:50 fme 1.33.36.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:34 tra 1.33.36.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2c49aae0f880630a8ea1b945d7399c518f797b2]

        INTEGRATION: CWS writercorehandoff (1.10.4); FILE MERGED 2006/07/27 14:40:59 fme 1.10.4.4: RESYNC: (1.11-1.12); FILE MERGED 2005/12/20 15:12:05 tra 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/18 14:53:24 fme 1.10.4.2: #i50348# Make SwDoc accessible via interfaces 2005/10/06 08:08:49 tra 1.10.4.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0096ac63deb20d9b2055140368df5e9e0a1173f]

        INTEGRATION: CWS writercorehandoff (1.10.1116); FILE MERGED 2005/09/13 13:42:07 tra 1.10.1116.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:13:49 fme 1.10.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:33 tra 1.10.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaab79a149cc5dc0f89e227ac1869408ea66f7e2]

        INTEGRATION: CWS writercorehandoff (1.17.448); FILE MERGED 2005/10/06 08:08:48 tra 1.17.448.4: #50348# 2005/09/13 13:41:42 tra 1.17.448.3: RESYNC: (1.17-1.18); FILE MERGED 2005/07/19 06:05:48 fme 1.17.448.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:49 fme 1.17.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aa143123419eaa087f203e469541d6ac99d7edf]

        INTEGRATION: CWS writercorehandoff (1.3.1036); FILE MERGED 2005/09/13 13:41:02 tra 1.3.1036.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:13:49 fme 1.3.1036.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c3360a9701a706c1136bd69c1abad649162935e]

        INTEGRATION: CWS writercorehandoff (1.17.448); FILE MERGED 2005/12/20 15:11:56 tra 1.17.448.4: RESYNC: (1.18-1.19); FILE MERGED 2005/09/13 13:40:26 tra 1.17.448.3: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:13:48 fme 1.17.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:32 tra 1.17.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [56db9a7bf9a72edd602f8bddee056f945d98887c]

        INTEGRATION: CWS writercorehandoff (1.21.326); FILE MERGED 2006/05/08 11:21:12 fme 1.21.326.6: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:11:47 tra 1.21.326.5: RESYNC: (1.22-1.23); FILE MERGED 2005/10/06 08:08:48 tra 1.21.326.4: #50348# 2005/09/13 13:40:05 tra 1.21.326.3: RESYNC: (1.21-1.22); FILE MERGED 2005/06/07 14:13:48 fme 1.21.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:32 tra 1.21.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d05ade7379fc88bcede6476f855368879102a2c]

        INTEGRATION: CWS writercorehandoff (1.37.288); FILE MERGED 2006/04/28 13:32:38 fme 1.37.288.5: RESYNC: (1.39-1.40); FILE MERGED 2006/04/05 13:07:17 tra 1.37.288.4: RESYNC: (1.38-1.39); FILE MERGED 2005/09/13 13:39:49 tra 1.37.288.3: RESYNC: (1.37-1.38); FILE MERGED 2005/06/07 14:13:47 fme 1.37.288.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:31 tra 1.37.288.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5077bee1f64a0ead8f54e00ebae818a35f333d5e]

        INTEGRATION: CWS writercorehandoff (1.3.1116); FILE MERGED 2005/10/06 08:08:47 tra 1.3.1116.4: #50348# 2005/09/13 13:39:34 tra 1.3.1116.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/19 06:05:48 fme 1.3.1116.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:47 fme 1.3.1116.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [887647ac21ce6ba4f2c4f142d4d0c65f84b4d0f6]

        INTEGRATION: CWS writercorehandoff (1.11.444); FILE MERGED 2005/09/13 13:39:22 tra 1.11.444.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:47 fme 1.11.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:31 tra 1.11.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [76ea9d34cc2753daf19ff909b6784be893fa8b65]

        INTEGRATION: CWS writercorehandoff (1.18.496); FILE MERGED 2006/05/08 13:00:07 fme 1.18.496.6: RESYNC: (1.21-1.22); FILE MERGED 2006/03/17 08:05:14 tra 1.18.496.5: RESYNC: (1.20-1.21); FILE MERGED 2005/12/20 15:11:39 tra 1.18.496.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 13:39:01 tra 1.18.496.3: RESYNC: (1.18-1.19); FILE MERGED 2005/06/07 14:13:47 fme 1.18.496.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:30 tra 1.18.496.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f16017e0d51ccdd9b6fb95bbec6be0eafdacbf]

        INTEGRATION: CWS writercorehandoff (1.6.272); FILE MERGED 2005/12/20 15:10:58 tra 1.6.272.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 13:38:33 tra 1.6.272.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:46 fme 1.6.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:30 tra 1.6.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [73271009db503149fabbe6f0062b3d2cc0e1910a]

        INTEGRATION: CWS writercorehandoff (1.25.448); FILE MERGED 2005/09/13 13:38:21 tra 1.25.448.3: RESYNC: (1.25-1.26); FILE MERGED 2005/06/07 14:13:46 fme 1.25.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:29 tra 1.25.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [140307aa975e8d0b2247018b2b5bfdff3f99f06a]

        INTEGRATION: CWS writercorehandoff (1.2.1116); FILE MERGED 2005/09/13 13:37:43 tra 1.2.1116.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:45 fme 1.2.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:27 tra 1.2.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfd7a25faba7967185ff04424dd116539a3e698f]

        INTEGRATION: CWS writercorehandoff (1.7.4); FILE MERGED 2005/09/28 14:00:59 tra 1.7.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [14f03f37013b9036bcbbece778260c78fc65c104]

        INTEGRATION: CWS writercorehandoff (1.7.776); FILE MERGED 2006/07/27 14:40:44 fme 1.7.776.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/28 14:00:57 tra 1.7.776.3: #i50348# 2005/09/13 13:36:02 tra 1.7.776.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/31 12:50:53 tra 1.7.776.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbadf3ebed0b90d590d3efa8c527e69c7c5f88f6]

        INTEGRATION: CWS writercorehandoff (1.14.88); FILE MERGED 2005/09/28 14:00:55 tra 1.14.88.4: #i50348# 2005/09/13 13:35:48 tra 1.14.88.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:13:44 fme 1.14.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:26 tra 1.14.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [54d72422524bffcde1b754ac6be567d6f5342fa4]

        INTEGRATION: CWS writercorehandoff (1.11.394); FILE MERGED 2006/05/08 11:21:12 fme 1.11.394.7: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:10:48 tra 1.11.394.6: RESYNC: (1.12-1.13); FILE MERGED 2005/10/24 16:01:19 tra 1.11.394.5: #50348# 2005/09/28 14:00:53 tra 1.11.394.4: #i50348# 2005/09/13 13:35:35 tra 1.11.394.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:44 fme 1.11.394.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:25 tra 1.11.394.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fd563dca08762a61984dfdb665b1f82e23753b4]

        INTEGRATION: CWS writercorehandoff (1.9.4); FILE MERGED 2006/01/19 08:50:06 fme 1.9.4.2: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 14:00:51 tra 1.9.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9029e6c5e7488c0d9fdb6afc87200205ed3cb3d0]

        INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED 2005/09/13 13:35:03 tra 1.3.466.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/31 12:50:52 tra 1.3.466.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fb3a5fb2187802cf4b512f9a0e921c7637b9695]

        INTEGRATION: CWS writercorehandoff (1.13.140); FILE MERGED 2006/03/17 08:05:03 tra 1.13.140.10: RESYNC: (1.18-1.19); FILE MERGED 2006/01/19 08:50:06 fme 1.13.140.9: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:10:39 tra 1.13.140.8: RESYNC: (1.16-1.18); FILE MERGED 2005/11/04 12:57:59 tra 1.13.140.7: #i50348# 2005/09/28 14:00:48 tra 1.13.140.6: #i50348# 2005/09/13 13:34:46 tra 1.13.140.5: RESYNC: (1.14-1.15); FILE MERGED 2005/07/19 13:25:43 tra 1.13.140.4: RESYNC: (1.13-1.14); FILE MERGED 2005/07/13 13:24:21 fme 1.13.140.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:44 fme 1.13.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:25 tra 1.13.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1a1da263ce173485d2a457c2039cd1e1f1a25d6]

        INTEGRATION: CWS writercorehandoff (1.16.78); FILE MERGED 2005/12/20 15:10:30 tra 1.16.78.8: RESYNC: (1.18-1.19); FILE MERGED 2005/10/25 08:28:14 tra 1.16.78.7: RESYNC: (1.17-1.18); FILE MERGED 2005/10/24 16:01:19 tra 1.16.78.6: #50348# 2005/09/28 14:00:46 tra 1.16.78.5: #i50348# 2005/09/13 13:34:33 tra 1.16.78.4: RESYNC: (1.16-1.17); FILE MERGED 2005/08/31 12:50:52 tra 1.16.78.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:43 fme 1.16.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:24 tra 1.16.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a174b89418b71e5c45a19cb6256bf1578478449c]

        INTEGRATION: CWS writercorehandoff (1.37.172); FILE MERGED 2006/04/05 13:07:08 tra 1.37.172.10: RESYNC: (1.41-1.42); FILE MERGED 2005/12/20 15:10:22 tra 1.37.172.9: RESYNC: (1.39-1.41); FILE MERGED 2005/10/24 16:01:18 tra 1.37.172.8: #50348# 2005/09/28 14:00:43 tra 1.37.172.7: #i50348# 2005/09/13 13:34:16 tra 1.37.172.6: RESYNC: (1.38-1.39); FILE MERGED 2005/07/19 13:25:35 tra 1.37.172.5: RESYNC: (1.37-1.38); FILE MERGED 2005/07/19 06:05:47 fme 1.37.172.4: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:20 fme 1.37.172.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:43 fme 1.37.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:24 tra 1.37.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0ef6406eb0e01d88d92f015337a245d8d6b6467]

        INTEGRATION: CWS writercorehandoff (1.8.252); FILE MERGED 2006/07/27 14:40:36 fme 1.8.252.6: RESYNC: (1.9-1.10); FILE MERGED 2005/10/06 08:08:46 tra 1.8.252.5: #50348# 2005/09/13 13:33:59 tra 1.8.252.4: RESYNC: (1.8-1.9); FILE MERGED 2005/08/31 12:50:52 tra 1.8.252.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:43 fme 1.8.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:23 tra 1.8.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e92f10e599a2954be2a53c99c4f76bfe17481f10]

        INTEGRATION: CWS writercorehandoff (1.4.466); FILE MERGED 2005/10/24 16:01:18 tra 1.4.466.6: #50348# 2005/09/28 14:00:40 tra 1.4.466.5: #i50348# 2005/09/13 13:33:45 tra 1.4.466.4: RESYNC: (1.4-1.5); FILE MERGED 2005/07/14 05:01:13 fme 1.4.466.3: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:06 tra 1.4.466.2: #i50348#make SwDoc interface based 2005/07/12 11:21:30 tra 1.4.466.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a784b1086b71e37591243f08eac0b92802ea066]

        INTEGRATION: CWS writercorehandoff (1.2.496); FILE MERGED 2005/09/13 13:33:12 tra 1.2.496.4: RESYNC: (1.2-1.3); FILE MERGED 2005/07/13 13:24:20 fme 1.2.496.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:42 fme 1.2.496.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:23 tra 1.2.496.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ceca2513902047904bf182d1b2a0a158f36075f]

        INTEGRATION: CWS writercorehandoff (1.12.446); FILE MERGED 2005/10/24 16:01:18 tra 1.12.446.10: #50348# 2005/10/06 08:08:45 tra 1.12.446.9: #50348# 2005/09/13 13:32:51 tra 1.12.446.8: RESYNC: (1.12-1.13); FILE MERGED 2005/07/19 06:05:47 fme 1.12.446.7: #i50348# make SwDoc accessible via interfaces 2005/07/14 05:01:12 fme 1.12.446.6: #i50348# Make SwDoc accessible via interfaces 2005/07/13 13:24:20 fme 1.12.446.5: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:06 tra 1.12.446.4: #i50348#make SwDoc interface based 2005/07/12 11:21:29 tra 1.12.446.3: #i50348#make SwDoc interface based 2005/06/07 14:13:42 fme 1.12.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:22 tra 1.12.446.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e883d1a43c4cf261a7780c80207f4c4b1cf0965]

        INTEGRATION: CWS writercorehandoff (1.4.326); FILE MERGED 2005/09/28 14:00:37 tra 1.4.326.4: #i50348# 2005/09/13 13:32:36 tra 1.4.326.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:13:42 fme 1.4.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:22 tra 1.4.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc3a885199f564c60ef07bdc90b62ec6cde1b54]

        INTEGRATION: CWS writercorehandoff (1.10.4); FILE MERGED 2005/09/28 14:00:36 tra 1.10.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfae8d0c07681277f7d48b998368d9900b928f1b]

        INTEGRATION: CWS writercorehandoff (1.36.466); FILE MERGED 2005/12/20 15:10:06 tra 1.36.466.5: RESYNC: (1.37-1.39); FILE MERGED 2005/09/13 13:32:09 tra 1.36.466.4: RESYNC: (1.36-1.37); FILE MERGED 2005/07/13 13:24:20 fme 1.36.466.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:41 fme 1.36.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:21 tra 1.36.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b3b8b3fcd0ddaa214643e2829de7b76d8ade38c]

        INTEGRATION: CWS writercorehandoff (1.4.4); FILE MERGED 2005/09/28 14:00:33 tra 1.4.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ee520e738ee127a872f7ccfa2f52b7ff0a216c9]

        INTEGRATION: CWS writercorehandoff (1.26.244); FILE MERGED 2006/07/27 14:40:28 fme 1.26.244.10: RESYNC: (1.29-1.30); FILE MERGED 2006/04/05 08:49:41 tra 1.26.244.9: #i50348# 2006/03/17 08:04:53 tra 1.26.244.8: RESYNC: (1.28-1.29); FILE MERGED 2006/01/20 10:01:36 tra 1.26.244.7: #i50348#removed inactive code 2005/12/20 15:09:56 tra 1.26.244.6: RESYNC: (1.27-1.28); FILE MERGED 2005/10/24 16:01:18 tra 1.26.244.5: #50348# 2005/09/13 13:31:41 tra 1.26.244.4: RESYNC: (1.26-1.27); FILE MERGED 2005/08/31 12:50:51 tra 1.26.244.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:41 fme 1.26.244.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:20 tra 1.26.244.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [31351c253f31e996621621f9ad193e18c93c7143]

        INTEGRATION: CWS writercorehandoff (1.11.344); FILE MERGED 2005/10/24 16:01:17 tra 1.11.344.3: #50348# 2005/09/13 13:31:29 tra 1.11.344.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:41 fme 1.11.344.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6764a4a47b038a1231e2502b6545fe632e10a7fe]

        INTEGRATION: CWS writercorehandoff (1.20.270); FILE MERGED 2006/07/27 14:40:11 fme 1.20.270.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/28 14:00:29 tra 1.20.270.3: #i50348# 2005/09/13 13:31:03 tra 1.20.270.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/07 14:13:40 fme 1.20.270.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1289ce19ce00f9cee2c42daa28c61d930fd0dd2]

        INTEGRATION: CWS writercorehandoff (1.16.444); FILE MERGED 2006/03/17 08:04:42 tra 1.16.444.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/13 13:30:50 tra 1.16.444.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/19 06:05:46 fme 1.16.444.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4451ba83977d1049dd357bd46992709a7e2db757]

        INTEGRATION: CWS writercorehandoff (1.8.636); FILE MERGED 2006/07/27 14:39:57 fme 1.8.636.5: RESYNC: (1.9-1.10); FILE MERGED 2005/10/06 08:08:43 tra 1.8.636.4: #50348# 2005/09/13 13:30:32 tra 1.8.636.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:13:40 fme 1.8.636.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:20 tra 1.8.636.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c938b2070b6209a04dbdd896d732878026d57580]

        INTEGRATION: CWS writercorehandoff (1.17.274); FILE MERGED 2006/07/27 14:39:49 fme 1.17.274.5: RESYNC: (1.18-1.19); FILE MERGED 2005/09/13 13:29:55 tra 1.17.274.4: RESYNC: (1.17-1.18); FILE MERGED 2005/07/05 08:12:41 tra 1.17.274.3: #i50348#make SwDoc interface based 2005/06/24 11:43:19 fme 1.17.274.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:39 fme 1.17.274.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d6a9187bacde6618cc9df08e07ad05f4be1df42]

        INTEGRATION: CWS writercorehandoff (1.42.92); FILE MERGED 2006/07/27 14:39:38 fme 1.42.92.8: RESYNC: (1.49-1.50); FILE MERGED 2006/04/05 13:06:58 tra 1.42.92.7: RESYNC: (1.48-1.49); FILE MERGED 2006/03/17 08:04:27 tra 1.42.92.6: RESYNC: (1.44-1.48); FILE MERGED 2005/11/18 14:53:23 fme 1.42.92.5: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:28:05 tra 1.42.92.4: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 13:29:33 tra 1.42.92.3: RESYNC: (1.42-1.43); FILE MERGED 2005/06/07 14:13:39 fme 1.42.92.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:19 tra 1.42.92.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [455a79018e990eda11d8b404254c31d7d0cba8f3]

        INTEGRATION: CWS writercorehandoff (1.19.88); FILE MERGED 2006/04/05 13:06:46 tra 1.19.88.6: RESYNC: (1.21-1.22); FILE MERGED 2006/01/19 08:50:05 fme 1.19.88.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/10/25 08:27:22 tra 1.19.88.4: RESYNC: (1.20-1.21); FILE MERGED 2005/10/06 08:08:41 tra 1.19.88.3: #50348# 2005/09/13 13:28:54 tra 1.19.88.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/31 12:50:50 tra 1.19.88.1: #i50348# Introducing IDocumentRedlineAccess interface

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2210d19a0203d097f24232ce7a5f0b0ce8fe6490]

        INTEGRATION: CWS writercorehandoff (1.14.88); FILE MERGED 2006/05/09 13:33:59 fme 1.14.88.11: #i50348# make SwDoc accessible via interfaces 2006/04/28 13:32:29 fme 1.14.88.10: RESYNC: (1.19-1.20); FILE MERGED 2006/04/05 08:49:40 tra 1.14.88.9: #i50348# 2006/03/17 08:04:15 tra 1.14.88.8: RESYNC: (1.18-1.19); FILE MERGED 2006/01/19 08:50:05 fme 1.14.88.7: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:09:48 tra 1.14.88.6: RESYNC: (1.16-1.18); FILE MERGED 2005/10/24 16:01:17 tra 1.14.88.5: #50348# 2005/10/06 08:08:40 tra 1.14.88.4: #50348# 2005/09/13 13:28:38 tra 1.14.88.3: RESYNC: (1.15-1.16); FILE MERGED 2005/07/28 11:55:40 tra 1.14.88.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:13:38 fme 1.14.88.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a04d681746d10bc81dcc89fcfedf7cfe03f2349]

        INTEGRATION: CWS writercorehandoff (1.22.48); FILE MERGED 2006/07/27 14:39:25 fme 1.22.48.18: RESYNC: (1.26-1.27); FILE MERGED 2006/05/09 10:37:57 fme 1.22.48.17: #i50348# make SwDoc accessible via interfaces 2006/05/08 11:21:11 fme 1.22.48.16: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:03:39 tra 1.22.48.15: RESYNC: (1.25-1.26); FILE MERGED 2006/01/19 08:50:04 fme 1.22.48.14: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:09:39 tra 1.22.48.13: RESYNC: (1.24-1.25); FILE MERGED 2005/11/18 14:53:21 fme 1.22.48.12: #i50348# Make SwDoc accessible via interfaces 2005/11/11 07:56:07 fme 1.22.48.11: #i50348# make SwDoc accessible via interfaces 2005/09/13 13:27:52 tra 1.22.48.10: RESYNC: (1.23-1.24); FILE MERGED 2005/07/28 11:55:30 tra 1.22.48.9: RESYNC: (1.22-1.23); FILE MERGED 2005/07/19 06:05:46 fme 1.22.48.8: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:24:19 fme 1.22.48.7: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:39 tra 1.22.48.6: #i50348#make SwDoc interface based 2005/06/24 11:43:17 fme 1.22.48.5: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:12 tra 1.22.48.4: #i50348#toward a interface based SwDoc 2005/06/22 06:40:10 tra 1.22.48.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:38 fme 1.22.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:18 tra 1.22.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d38c537cb7e067d95022a82129ea9e10c51c0496]

        INTEGRATION: CWS writercorehandoff (1.11.326); FILE MERGED 2006/03/17 08:03:50 tra 1.11.326.3: RESYNC: (1.12-1.14); FILE MERGED 2005/09/13 13:27:38 tra 1.11.326.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:37 fme 1.11.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b4e88719b3078f84514d0d43654c0199819ab3c]

        INTEGRATION: CWS writercorehandoff (1.27.88); FILE MERGED 2006/05/08 12:59:39 fme 1.27.88.17: RESYNC: (1.35-1.36); FILE MERGED 2006/05/03 07:43:19 fme 1.27.88.16: #i50348# make SwDoc interface based 2006/04/28 13:32:21 fme 1.27.88.15: RESYNC: (1.33-1.35); FILE MERGED 2006/03/17 08:03:24 tra 1.27.88.14: RESYNC: (1.31-1.33); FILE MERGED 2005/12/20 15:09:31 tra 1.27.88.13: RESYNC: (1.30-1.31); FILE MERGED 2005/11/04 12:57:58 tra 1.27.88.12: #i50348# 2005/10/25 08:26:41 tra 1.27.88.11: RESYNC: (1.28-1.29); FILE MERGED 2005/10/24 16:01:16 tra 1.27.88.10: #50348# 2005/10/06 08:08:39 tra 1.27.88.9: #50348# 2005/09/28 14:00:23 tra 1.27.88.8: #i50348# 2005/09/21 13:42:10 tra 1.27.88.7: #i50348# 2005/09/13 13:27:22 tra 1.27.88.6: RESYNC: (1.27-1.28); FILE MERGED 2005/08/31 12:50:50 tra 1.27.88.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/14 05:01:11 fme 1.27.88.4: #i50348# Make SwDoc accessible via interfaces 2005/07/11 05:11:39 tra 1.27.88.3: #i50348#make SwDoc interface based 2005/06/07 14:13:36 fme 1.27.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:17 tra 1.27.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e20133660ff9204960a48425c59cf5044af80c58]

        INTEGRATION: CWS writercorehandoff (1.20.140); FILE MERGED 2006/04/28 13:32:13 fme 1.20.140.12: RESYNC: (1.25-1.26); FILE MERGED 2006/03/17 08:03:14 tra 1.20.140.11: RESYNC: (1.22-1.25); FILE MERGED 2006/01/19 08:50:04 fme 1.20.140.10: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:25 tra 1.20.140.9: #i50348# 2005/12/20 15:09:22 tra 1.20.140.8: RESYNC: (1.21-1.22); FILE MERGED 2005/10/24 16:01:16 tra 1.20.140.7: #50348# 2005/10/06 08:08:38 tra 1.20.140.6: #50348# 2005/09/28 14:00:19 tra 1.20.140.5: #i50348# 2005/09/13 13:27:09 tra 1.20.140.4: RESYNC: (1.20-1.21); FILE MERGED 2005/08/31 12:50:49 tra 1.20.140.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:36 fme 1.20.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:17 tra 1.20.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [26e62a9e49de8255721dbb7971905b15d60e02b9]

        INTEGRATION: CWS writercorehandoff (1.13.18); FILE MERGED 2006/01/19 08:50:03 fme 1.13.18.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:09:13 tra 1.13.18.5: RESYNC: (1.15-1.17); FILE MERGED 2005/09/13 13:26:55 tra 1.13.18.4: RESYNC: (1.14-1.15); FILE MERGED 2005/07/28 11:55:20 tra 1.13.18.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:13:35 fme 1.13.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:16 tra 1.13.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0966607b7a79895c053d90c70437706f00a65f0]

        INTEGRATION: CWS writercorehandoff (1.16.570); FILE MERGED 2006/04/28 13:32:05 fme 1.16.570.10: RESYNC: (1.19-1.21); FILE MERGED 2006/03/17 08:03:00 tra 1.16.570.9: RESYNC: (1.18-1.19); FILE MERGED 2005/12/20 15:09:05 tra 1.16.570.8: RESYNC: (1.17-1.18); FILE MERGED 2005/11/18 14:53:20 fme 1.16.570.7: #i50348# Make SwDoc accessible via interfaces 2005/10/24 16:01:16 tra 1.16.570.6: #50348# 2005/09/13 13:26:03 tra 1.16.570.5: RESYNC: (1.16-1.17); FILE MERGED 2005/08/31 12:50:49 tra 1.16.570.4: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:45 fme 1.16.570.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:35 fme 1.16.570.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:16 tra 1.16.570.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d0e5bc1d048db18109de927c7426c7810add57]

        INTEGRATION: CWS writercorehandoff (1.4.1116); FILE MERGED 2005/09/13 13:25:30 tra 1.4.1116.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:13:34 fme 1.4.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:15 tra 1.4.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a0a1ef933c2217bfbf2774383e6cdb20f0be7e2]

        INTEGRATION: CWS writercorehandoff (1.14.344); FILE MERGED 2006/01/19 08:50:02 fme 1.14.344.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:25:16 tra 1.14.344.5: RESYNC: (1.14-1.15); FILE MERGED 2005/07/05 08:12:38 tra 1.14.344.4: #i50348#make SwDoc interface based 2005/06/24 11:43:15 fme 1.14.344.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:34 fme 1.14.344.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:14 tra 1.14.344.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [981a3cb97a6cae2532848d3cd9b1ddeed75b48d3]

        INTEGRATION: CWS writercorehandoff (1.4.1116); FILE MERGED 2006/04/28 13:31:57 fme 1.4.1116.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 13:25:03 tra 1.4.1116.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:13:33 fme 1.4.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:14 tra 1.4.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf5962432616f6da9d4052aeb2f91864c799d28]

        INTEGRATION: CWS writercorehandoff (1.5.252); FILE MERGED 2005/09/13 13:24:16 tra 1.5.252.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:33 fme 1.5.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:13 tra 1.5.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f586bca588a487e08c0e09fc249d60551d1bf34]

        INTEGRATION: CWS writercorehandoff (1.37.156); FILE MERGED 2006/07/27 14:38:59 fme 1.37.156.14: RESYNC: (1.41-1.42); FILE MERGED 2006/05/08 12:57:46 fme 1.37.156.13: RESYNC: (1.40-1.41); FILE MERGED 2006/05/03 07:43:18 fme 1.37.156.12: #i50348# make SwDoc interface based 2006/04/28 13:31:31 fme 1.37.156.11: RESYNC: (1.39-1.40); FILE MERGED 2005/12/21 15:16:25 tra 1.37.156.10: #i50348# 2005/12/20 15:08:34 tra 1.37.156.9: RESYNC: (1.38-1.39); FILE MERGED 2005/11/11 07:56:06 fme 1.37.156.8: #i50348# make SwDoc accessible via interfaces 2005/09/13 13:23:48 tra 1.37.156.7: RESYNC: (1.37-1.38); FILE MERGED 2005/07/14 05:01:10 fme 1.37.156.6: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:28 tra 1.37.156.5: #i50348#make SwDoc interface based 2005/07/11 05:11:38 tra 1.37.156.4: #i50348#make SwDoc interface based 2005/06/24 11:43:15 fme 1.37.156.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:32 fme 1.37.156.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:13 tra 1.37.156.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [846f40704d123ff3bf87680e50d2c97c1c898db2]

        INTEGRATION: CWS writercorehandoff (1.29.96); FILE MERGED 2006/07/27 14:38:45 fme 1.29.96.8: RESYNC: (1.33-1.35); FILE MERGED 2006/04/05 13:06:36 tra 1.29.96.7: RESYNC: (1.32-1.33); FILE MERGED 2005/12/21 15:16:25 tra 1.29.96.6: #i50348# 2005/12/20 15:08:23 tra 1.29.96.5: RESYNC: (1.31-1.32); FILE MERGED 2005/09/13 13:23:35 tra 1.29.96.4: RESYNC: (1.30-1.31); FILE MERGED 2005/07/28 11:55:10 tra 1.29.96.3: RESYNC: (1.29-1.30); FILE MERGED 2005/06/07 14:13:31 fme 1.29.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:12 tra 1.29.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f92e8ed98836e6edcddb6990bab9eac74792437]

        INTEGRATION: CWS writercorehandoff (1.30.138); FILE MERGED 2006/04/05 13:06:27 tra 1.30.138.5: RESYNC: (1.31-1.32); FILE MERGED 2005/09/13 13:23:23 tra 1.30.138.4: RESYNC: (1.30-1.31); FILE MERGED 2005/07/13 13:24:18 fme 1.30.138.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:31 fme 1.30.138.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:12 tra 1.30.138.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c766ef7fe940f9196da3453c100e45c9b87c240]

        INTEGRATION: CWS writercorehandoff (1.4.4); FILE MERGED 2005/11/11 07:56:06 fme 1.4.4.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e5189b5b9416e563983fdf844e095b85507ad6]

        INTEGRATION: CWS writercorehandoff (1.7.466); FILE MERGED 2006/01/20 10:01:35 tra 1.7.466.3: #i50348#removed inactive code 2005/09/13 13:22:36 tra 1.7.466.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/24 11:43:14 fme 1.7.466.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b39fc3cd23088a4d02ebd4bfc217f9fabbf36a8a]

        INTEGRATION: CWS writercorehandoff (1.5.466); FILE MERGED 2006/01/19 08:50:02 fme 1.5.466.4: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:21:50 tra 1.5.466.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:30 fme 1.5.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:11 tra 1.5.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27b7133582eb927d22de36872d103bfb0af9b09]

        INTEGRATION: CWS writercorehandoff (1.12.88); FILE MERGED 2006/07/27 14:38:37 fme 1.12.88.6: RESYNC: (1.16-1.17); FILE MERGED 2005/12/20 15:08:11 tra 1.12.88.5: RESYNC: (1.15-1.16); FILE MERGED 2005/10/25 08:26:19 tra 1.12.88.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 13:21:38 tra 1.12.88.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/28 11:55:00 tra 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:13:30 fme 1.12.88.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [255361f400edf2f12aa7c5863e58a952bf0eb528]

        INTEGRATION: CWS writercorehandoff (1.11.140); FILE MERGED 2005/10/24 16:01:15 tra 1.11.140.5: #50348# 2005/09/28 14:00:15 tra 1.11.140.4: #i50348# 2005/09/13 13:21:27 tra 1.11.140.3: RESYNC: (1.11-1.12); FILE MERGED 2005/06/07 14:13:29 fme 1.11.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:10 tra 1.11.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ce6ef4a041d6622418807497d6f6d021f44d244]

        INTEGRATION: CWS writercorehandoff (1.39.272); FILE MERGED 2006/03/17 08:02:31 tra 1.39.272.9: RESYNC: (1.41-1.42); FILE MERGED 2006/01/19 08:50:02 fme 1.39.272.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:08:03 tra 1.39.272.7: RESYNC: (1.40-1.41); FILE MERGED 2005/10/06 08:08:32 tra 1.39.272.6: #50348# 2005/09/28 14:00:12 tra 1.39.272.5: #i50348# 2005/09/13 13:21:03 tra 1.39.272.4: RESYNC: (1.39-1.40); FILE MERGED 2005/08/31 12:50:48 tra 1.39.272.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:29 fme 1.39.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:10 tra 1.39.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c68123c080d0ac0fba5441d3e2dfbc37b4e6367]

        INTEGRATION: CWS writercorehandoff (1.12.278); FILE MERGED 2005/10/24 16:01:15 tra 1.12.278.6: #50348# 2005/09/28 14:00:10 tra 1.12.278.5: #i50348# 2005/09/13 13:20:26 tra 1.12.278.4: RESYNC: (1.12-1.13); FILE MERGED 2005/08/31 12:50:47 tra 1.12.278.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:29 fme 1.12.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:09 tra 1.12.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa93e966dfea9e05849a55ee6008a18cdc33905c]

        INTEGRATION: CWS writercorehandoff (1.7.1116); FILE MERGED 2005/10/24 16:01:15 tra 1.7.1116.5: #50348# 2005/09/28 14:00:07 tra 1.7.1116.4: #i50348# 2005/09/13 13:20:12 tra 1.7.1116.3: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:13:28 fme 1.7.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:09 tra 1.7.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fc541f7cfea2189c95820b9aca9d796f0e1dbd1]

        INTEGRATION: CWS writercorehandoff (1.33.48); FILE MERGED 2006/07/27 14:38:28 fme 1.33.48.16: RESYNC: (1.37-1.38); FILE MERGED 2006/05/03 07:43:18 fme 1.33.48.15: #i50348# make SwDoc interface based 2006/04/28 13:31:23 fme 1.33.48.14: RESYNC: (1.35-1.37); FILE MERGED 2006/01/20 10:01:35 tra 1.33.48.13: #i50348#removed inactive code 2006/01/19 08:50:01 fme 1.33.48.12: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:24 tra 1.33.48.11: #i50348# 2005/12/20 15:07:54 tra 1.33.48.10: RESYNC: (1.34-1.35); FILE MERGED 2005/10/24 16:01:14 tra 1.33.48.9: #50348# 2005/09/28 14:00:04 tra 1.33.48.8: #i50348# 2005/09/13 13:19:55 tra 1.33.48.7: RESYNC: (1.33-1.34); FILE MERGED 2005/08/31 12:50:47 tra 1.33.48.6: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 09:19:14 tra 1.33.48.5: #i50348#make SwDoc interface based 2005/07/19 08:42:54 tra 1.33.48.4: #i50348#make SwDoc interface based 2005/07/14 12:35:24 tra 1.33.48.3: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/06/07 14:13:28 fme 1.33.48.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:08 tra 1.33.48.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a9e2a5dd5684bca14427f2a02759ca19d757345]

        INTEGRATION: CWS writercorehandoff (1.49.18); FILE MERGED 2006/05/08 12:56:09 fme 1.49.18.18: RESYNC: (1.55-1.56); FILE MERGED 2006/05/03 07:43:17 fme 1.49.18.17: #i50348# make SwDoc interface based 2006/04/28 13:31:15 fme 1.49.18.16: RESYNC: (1.54-1.55); FILE MERGED 2006/03/17 08:02:20 tra 1.49.18.15: RESYNC: (1.53-1.54); FILE MERGED 2006/01/19 08:50:00 fme 1.49.18.14: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:24 tra 1.49.18.13: #i50348# 2005/12/20 15:07:42 tra 1.49.18.12: RESYNC: (1.52-1.53); FILE MERGED 2005/11/11 07:56:06 fme 1.49.18.11: #i50348# make SwDoc accessible via interfaces 2005/10/25 08:26:09 tra 1.49.18.10: RESYNC: (1.51-1.52); FILE MERGED 2005/10/24 16:01:14 tra 1.49.18.9: #50348# 2005/10/06 08:08:30 tra 1.49.18.8: #50348# 2005/09/28 14:00:02 tra 1.49.18.7: #i50348# 2005/09/13 13:19:41 tra 1.49.18.6: RESYNC: (1.50-1.51); FILE MERGED 2005/08/31 12:50:46 tra 1.49.18.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/28 11:54:52 tra 1.49.18.4: RESYNC: (1.49-1.50); FILE MERGED 2005/06/24 11:43:14 fme 1.49.18.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:27 fme 1.49.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:07 tra 1.49.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [95b6fc0e533fbee8346497b0ddb6dd453257aec9]

        INTEGRATION: CWS writercorehandoff (1.52.120); FILE MERGED 2006/08/14 14:53:48 fme 1.52.120.28: RESYNC: (1.64-1.65); FILE MERGED 2006/07/31 06:24:00 fme 1.52.120.27: #i50348# Resync 2006/07/27 14:38:10 fme 1.52.120.26: RESYNC: (1.63-1.64); FILE MERGED 2006/05/09 10:37:57 fme 1.52.120.25: #i50348# make SwDoc accessible via interfaces 2006/05/08 12:54:20 fme 1.52.120.24: RESYNC: (1.62-1.63); FILE MERGED 2006/04/28 13:31:06 fme 1.52.120.23: RESYNC: (1.60-1.62); FILE MERGED 2006/04/11 09:59:15 tra 1.52.120.22: #i50348 2006/04/05 13:06:17 tra 1.52.120.21: RESYNC: (1.58-1.60); FILE MERGED 2006/03/17 08:02:05 tra 1.52.120.20: RESYNC: (1.57-1.58); FILE MERGED 2005/12/21 15:16:23 tra 1.52.120.19: #i50348# 2005/12/20 15:07:33 tra 1.52.120.18: RESYNC: (1.56-1.57); FILE MERGED 2005/11/10 21:32:46 tra 1.52.120.17: #i50348# 2005/10/25 08:26:00 tra 1.52.120.16: RESYNC: (1.54-1.56); FILE MERGED 2005/09/28 14:00:00 tra 1.52.120.15: #i50348# 2005/09/21 13:42:07 tra 1.52.120.14: #i50348# 2005/09/13 13:19:25 tra 1.52.120.13: RESYNC: (1.53-1.54); FILE MERGED 2005/08/31 12:50:46 tra 1.52.120.12: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:45 fme 1.52.120.11: #i50348# make SwDoc accessible via interfaces 2005/07/14 13:35:41 fme 1.52.120.10: #i50348# Make SwDoc accessible via interfaces 2005/07/14 12:35:24 tra 1.52.120.9: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/13 13:24:18 fme 1.52.120.8: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:05 tra 1.52.120.7: #i50348#make SwDoc interface based 2005/07/12 11:21:27 tra 1.52.120.6: #i50348#make SwDoc interface based 2005/07/11 09:31:35 tra 1.52.120.5: #i50348#resolving merge conflicts 2005/07/11 05:43:50 tra 1.52.120.4: #i50348#merge conflicts resolved 2005/06/24 11:43:14 fme 1.52.120.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:26 fme 1.52.120.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:07 tra 1.52.120.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4806b0158e4b2b4897f30b961dc4a1ec1897cc57]

        INTEGRATION: CWS writercorehandoff (1.35.40); FILE MERGED 2006/04/05 13:06:07 tra 1.35.40.13: RESYNC: (1.39-1.40); FILE MERGED 2005/11/18 14:53:20 fme 1.35.40.12: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:25:39 tra 1.35.40.11: RESYNC: (1.38-1.39); FILE MERGED 2005/10/24 16:01:13 tra 1.35.40.10: #50348# 2005/10/06 08:08:29 tra 1.35.40.9: #50348# 2005/09/28 13:59:56 tra 1.35.40.8: #i50348# 2005/09/13 13:19:11 tra 1.35.40.7: RESYNC: (1.37-1.38); FILE MERGED 2005/07/19 06:05:44 fme 1.35.40.6: #i50348# make SwDoc accessible via interfaces 2005/07/14 12:35:23 tra 1.35.40.5: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/12 11:21:27 tra 1.35.40.4: #i50348#make SwDoc interface based 2005/07/11 06:10:44 tra 1.35.40.3: RESYNC: (1.36-1.37); FILE MERGED 2005/06/08 09:14:30 fme 1.35.40.2: RESYNC: (1.35-1.36); FILE MERGED 2005/06/07 14:13:26 fme 1.35.40.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [72acbf76ffd6bc7b2c461cdebd77662019c5fc11]

        INTEGRATION: CWS writercorehandoff (1.3.584); FILE MERGED 2005/10/06 08:08:28 tra 1.3.584.4: #50348# 2005/09/28 13:59:55 tra 1.3.584.3: #i50348# 2005/09/13 13:18:56 tra 1.3.584.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/14 12:35:23 tra 1.3.584.1: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [735fae58bfeef6cd632692f180d774283d7a5104]

        INTEGRATION: CWS writercorehandoff (1.14.252); FILE MERGED 2006/05/08 12:53:40 fme 1.14.252.8: RESYNC: (1.16-1.17); FILE MERGED 2006/04/05 13:05:56 tra 1.14.252.7: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 13:18:32 tra 1.14.252.6: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 12:50:46 tra 1.14.252.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/13 05:26:05 tra 1.14.252.4: #i50348#make SwDoc interface based 2005/07/12 11:21:26 tra 1.14.252.3: #i50348#make SwDoc interface based 2005/06/07 14:13:26 fme 1.14.252.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:06 tra 1.14.252.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09ccfbf62a156c9f74371e3c7bba7995f864b93]

        INTEGRATION: CWS writercorehandoff (1.5.568); FILE MERGED 2005/10/06 08:08:27 tra 1.5.568.4: #50348# 2005/09/13 13:18:17 tra 1.5.568.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:25 fme 1.5.568.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:06 tra 1.5.568.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [83f9c1377c6aa5e41dd0ebf693fe9414a3804fed]

        INTEGRATION: CWS writercorehandoff (1.35.140); FILE MERGED 2006/01/19 08:49:59 fme 1.35.140.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:07:21 tra 1.35.140.7: RESYNC: (1.36-1.37); FILE MERGED 2005/10/24 16:01:13 tra 1.35.140.6: #50348# 2005/09/13 13:18:05 tra 1.35.140.5: RESYNC: (1.35-1.36); FILE MERGED 2005/08/31 12:50:45 tra 1.35.140.4: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/14 12:35:22 tra 1.35.140.3: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/06/07 14:13:25 fme 1.35.140.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:05 tra 1.35.140.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccf0510ea0d5d5b3547fa8e3d21471264dc5416d]

        INTEGRATION: CWS writercorehandoff (1.25.238); FILE MERGED 2006/07/27 14:37:58 fme 1.25.238.6: RESYNC: (1.27-1.28); FILE MERGED 2006/04/05 13:05:41 tra 1.25.238.5: RESYNC: (1.26-1.27); FILE MERGED 2005/09/28 13:59:53 tra 1.25.238.4: #i50348# 2005/09/13 13:17:53 tra 1.25.238.3: RESYNC: (1.25-1.26); FILE MERGED 2005/06/07 14:13:24 fme 1.25.238.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:05 tra 1.25.238.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c21853c9b44d8b523560031b7e088f38da22df37]

        INTEGRATION: CWS writercorehandoff (1.22.444); FILE MERGED 2005/10/25 08:25:26 tra 1.22.444.8: RESYNC: (1.24-1.25); FILE MERGED 2005/10/06 08:08:26 tra 1.22.444.7: #50348# 2005/09/13 13:17:40 tra 1.22.444.6: RESYNC: (1.23-1.24); FILE MERGED 2005/07/28 11:54:41 tra 1.22.444.5: RESYNC: (1.22-1.23); FILE MERGED 2005/07/14 12:35:21 tra 1.22.444.4: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/13 13:24:17 fme 1.22.444.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:23 fme 1.22.444.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:04 tra 1.22.444.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3598475f0b2402e2dc4e64aa02a6414547ef3258]

        INTEGRATION: CWS writercorehandoff (1.24.78); FILE MERGED 2006/07/27 14:37:45 fme 1.24.78.12: RESYNC: (1.27-1.28); FILE MERGED 2006/04/28 13:30:59 fme 1.24.78.11: RESYNC: (1.26-1.27); FILE MERGED 2006/04/05 13:05:34 tra 1.24.78.10: RESYNC: (1.25-1.26); FILE MERGED 2006/01/19 08:49:58 fme 1.24.78.9: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/10/24 16:01:13 tra 1.24.78.8: #50348# 2005/09/28 13:59:52 tra 1.24.78.7: #i50348# 2005/09/13 13:17:25 tra 1.24.78.6: RESYNC: (1.24-1.25); FILE MERGED 2005/08/31 12:50:45 tra 1.24.78.5: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:43 fme 1.24.78.4: #i50348# make SwDoc accessible via interfaces 2005/07/14 12:35:20 tra 1.24.78.3: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/06/07 14:13:23 fme 1.24.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:03 tra 1.24.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f36cb9a98d1edf33a8382f58a327d7b36e91cf]

        INTEGRATION: CWS writercorehandoff (1.31.94); FILE MERGED 2006/07/27 14:37:34 fme 1.31.94.11: RESYNC: (1.35-1.36); FILE MERGED 2006/04/05 13:05:24 tra 1.31.94.10: RESYNC: (1.34-1.35); FILE MERGED 2006/03/17 08:01:54 tra 1.31.94.9: RESYNC: (1.33-1.34); FILE MERGED 2005/11/18 14:53:19 fme 1.31.94.8: #i50348# Make SwDoc accessible via interfaces 2005/09/28 13:59:51 tra 1.31.94.7: #i50348# 2005/09/13 13:17:12 tra 1.31.94.6: RESYNC: (1.32-1.33); FILE MERGED 2005/07/13 13:24:17 fme 1.31.94.5: #i50348# Make SwDoc accessible via interfaces 2005/07/12 11:21:26 tra 1.31.94.4: #i50348#make SwDoc interface based 2005/07/11 06:10:35 tra 1.31.94.3: RESYNC: (1.31-1.32); FILE MERGED 2005/06/07 14:13:22 fme 1.31.94.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:03 tra 1.31.94.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12ac7c652ed0cdd711790fd7ed76ba2841605cc]

        INTEGRATION: CWS writercorehandoff (1.29.18); FILE MERGED 2006/05/08 12:53:18 fme 1.29.18.13: RESYNC: (1.33-1.34); FILE MERGED 2006/04/28 13:30:51 fme 1.29.18.12: RESYNC: (1.32-1.33); FILE MERGED 2005/12/20 15:07:12 tra 1.29.18.11: RESYNC: (1.31-1.32); FILE MERGED 2005/11/18 14:53:19 fme 1.29.18.10: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:25:17 tra 1.29.18.9: RESYNC: (1.30-1.31); FILE MERGED 2005/09/13 13:16:52 tra 1.29.18.8: RESYNC: (1.29-1.30); FILE MERGED 2005/07/14 12:35:20 tra 1.29.18.7: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/13 13:24:16 fme 1.29.18.6: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:05 tra 1.29.18.5: #i50348#make SwDoc interface based 2005/07/12 11:21:25 tra 1.29.18.4: #i50348#make SwDoc interface based 2005/06/24 11:43:13 fme 1.29.18.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:22 fme 1.29.18.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:02 tra 1.29.18.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae4ffb43ddc7788ac7c207418c0fdc967f612c3b]

        INTEGRATION: CWS writercorehandoff (1.8.4); FILE MERGED 2006/04/28 13:30:44 fme 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/29 13:04:20 tra 1.8.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a10e85f309ba83434ea9d9292ec60fc28e278df8]

        INTEGRATION: CWS writercorehandoff (1.5.1116); FILE MERGED 2005/09/13 13:16:23 tra 1.5.1116.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:21 fme 1.5.1116.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:02 tra 1.5.1116.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bf7aa6c98905d3515275c3e825f83054fb2267e]

        INTEGRATION: CWS writercorehandoff (1.13.568); FILE MERGED 2006/07/27 14:37:21 fme 1.13.568.7: RESYNC: (1.14-1.15); FILE MERGED 2006/01/19 08:49:58 fme 1.13.568.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 13:59:51 tra 1.13.568.5: #i50348# 2005/09/13 13:16:12 tra 1.13.568.4: RESYNC: (1.13-1.14); FILE MERGED 2005/08/31 12:50:45 tra 1.13.568.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:21 fme 1.13.568.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:01 tra 1.13.568.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [474121834a87680b12ff428bab1fc40733be463e]

        INTEGRATION: CWS writercorehandoff (1.14.140); FILE MERGED 2006/04/28 13:28:42 fme 1.14.140.7: RESYNC: (1.17-1.18); FILE MERGED 2006/04/05 13:05:10 tra 1.14.140.6: RESYNC: (1.16-1.17); FILE MERGED 2005/11/10 06:30:36 tra 1.14.140.5: #i50348# 2005/11/04 12:57:58 tra 1.14.140.4: #i50348# 2005/09/13 13:15:37 tra 1.14.140.3: RESYNC: (1.14-1.15); FILE MERGED 2005/07/19 08:42:53 tra 1.14.140.2: #i50348#make SwDoc interface based 2005/07/19 06:05:43 fme 1.14.140.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c7aad960f4f8ffc4d1016b31b92cd447f2e121b]

        INTEGRATION: CWS writercorehandoff (1.9.54); FILE MERGED 2006/01/20 10:01:34 tra 1.9.54.4: #i50348#removed inactive code 2005/09/13 13:15:25 tra 1.9.54.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:13:21 fme 1.9.54.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:01 tra 1.9.54.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1573b22175b37eea3819e85f90c3a4f794f7e533]

        INTEGRATION: CWS writercorehandoff (1.37.88); FILE MERGED 2006/08/14 15:07:11 fme 1.37.88.31: #i50348# Resync 2006/07/31 06:24:00 fme 1.37.88.30: #i50348# Resync 2006/07/27 14:37:06 fme 1.37.88.29: RESYNC: (1.42-1.44); FILE MERGED 2006/04/05 15:07:22 tra 1.37.88.28: doc.cxx 2006/04/05 08:49:39 tra 1.37.88.27: #i50348# 2006/03/17 08:01:11 tra 1.37.88.26: RESYNC: (1.41-1.42); FILE MERGED 2006/01/19 08:49:58 fme 1.37.88.25: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:23 tra 1.37.88.24: #i50348# 2005/12/20 15:06:51 tra 1.37.88.23: RESYNC: (1.39-1.41); FILE MERGED 2005/11/10 21:32:46 tra 1.37.88.22: #i50348# 2005/10/25 12:27:33 tra 1.37.88.21: #i50348# 2005/10/25 08:25:02 tra 1.37.88.20: RESYNC: (1.38-1.39); FILE MERGED 2005/10/24 16:01:12 tra 1.37.88.19: #50348# 2005/09/29 13:04:20 tra 1.37.88.18: #i50348# 2005/09/28 13:59:50 tra 1.37.88.17: #i50348# 2005/09/21 13:42:06 tra 1.37.88.16: #i50348# 2005/09/13 13:15:11 tra 1.37.88.15: RESYNC: (1.37-1.38); FILE MERGED 2005/08/31 12:50:45 tra 1.37.88.14: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 06:05:42 fme 1.37.88.13: #i50348# make SwDoc accessible via interfaces 2005/07/14 12:35:19 tra 1.37.88.12: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/13 13:24:16 fme 1.37.88.11: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:05 tra 1.37.88.10: #i50348#make SwDoc interface based 2005/07/12 11:21:25 tra 1.37.88.9: #i50348#make SwDoc interface based 2005/07/05 14:00:15 tra 1.37.88.8: #i50348#make SwDoc interface based 2005/07/05 08:12:37 tra 1.37.88.7: #i50348#make SwDoc interface based 2005/06/24 11:43:13 fme 1.37.88.6: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:25:08 tra 1.37.88.5: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:12 tra 1.37.88.4: #i50348#toward a interface based SwDoc 2005/06/22 06:39:46 tra 1.37.88.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:20 fme 1.37.88.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:00 tra 1.37.88.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b86e7b16e3febe6ebb8836c9f15f7c616f675c]

        INTEGRATION: CWS writercorehandoff (1.13.170); FILE MERGED 2006/05/10 07:02:02 fme 1.13.170.7: #i50678# Removed duplicate function 2006/03/17 08:01:41 tra 1.13.170.6: RESYNC: (1.16-1.17); FILE MERGED 2005/12/20 15:06:59 tra 1.13.170.5: RESYNC: (1.15-1.16); FILE MERGED 2005/10/25 08:25:09 tra 1.13.170.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 13:15:00 tra 1.13.170.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/22 06:39:28 tra 1.13.170.2: #i50678# functions with internal linkage not allowed in templates 2005/06/13 15:55:31 tra 1.13.170.1: #i50678# Functions with internal linkage cannot be used in templates according to the C++ standard

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0121714463f1040cf4f6ef0d03e2c562db7ff89]

        INTEGRATION: CWS writercorehandoff (1.10.466); FILE MERGED 2006/03/17 08:01:28 tra 1.10.466.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 13:14:49 tra 1.10.466.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:13:20 fme 1.10.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:27:00 tra 1.10.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b5f4bc84bbbca3f8e037c96c4c871ae5fe42e7f]

        INTEGRATION: CWS writercorehandoff (1.19.78); FILE MERGED 2006/05/08 11:21:11 fme 1.19.78.8: #i50348# Make SwDoc accessible via interfaces 2006/03/17 08:00:55 tra 1.19.78.7: RESYNC: (1.20-1.21); FILE MERGED 2006/01/20 10:01:33 tra 1.19.78.6: #i50348#removed inactive code 2006/01/19 08:49:57 fme 1.19.78.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:14:21 tra 1.19.78.4: RESYNC: (1.19-1.20); FILE MERGED 2005/07/19 06:05:42 fme 1.19.78.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:19 fme 1.19.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:59 tra 1.19.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae38e5de9f9e809e75da951d33b3046e88f7bb0d]

        INTEGRATION: CWS writercorehandoff (1.8.460); FILE MERGED 2006/01/19 08:49:57 fme 1.8.460.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:14:05 tra 1.8.460.4: RESYNC: (1.8-1.9); FILE MERGED 2005/07/05 08:12:36 tra 1.8.460.3: #i50348#make SwDoc interface based 2005/06/07 14:13:19 fme 1.8.460.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:58 tra 1.8.460.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f782a4bccc1dbc09cc7ee6761466680e94c48670]

        INTEGRATION: CWS writercorehandoff (1.12.272); FILE MERGED 2006/01/19 08:49:56 fme 1.12.272.4: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:13:44 tra 1.12.272.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:13:18 fme 1.12.272.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:58 tra 1.12.272.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3a91e748e767c280655905c0ac515db840547cf]

        INTEGRATION: CWS writercorehandoff (1.3.4); FILE MERGED 2006/01/19 08:49:56 fme 1.3.4.1: #i50348# General cleanup - removed unused header files, functions, members, declarations

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6467b0e726df95c8a2401bc91591254075962fa4]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2006/05/08 11:21:11 fme 1.6.466.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 13:13:15 tra 1.6.466.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:18 fme 1.6.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:57 tra 1.6.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fe50b774105f459cd9a60ef987c18f6b3b2a70b]

        INTEGRATION: CWS writercorehandoff (1.3.4); FILE MERGED 2006/05/08 11:21:10 fme 1.3.4.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4faffb2ffaee1f15164c662a183c08e38d0023e5]

        INTEGRATION: CWS writercorehandoff (1.46.96); FILE MERGED 2006/01/19 08:49:56 fme 1.46.96.5: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/13 13:12:39 tra 1.46.96.4: RESYNC: (1.46-1.47); FILE MERGED 2005/08/31 12:50:44 tra 1.46.96.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:17 fme 1.46.96.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:57 tra 1.46.96.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5ce94d71050b4c9ab4f25497f4d4cbfe149b4c]

        INTEGRATION: CWS writercorehandoff (1.16.172); FILE MERGED 2005/09/13 13:12:12 tra 1.16.172.3: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:13:17 fme 1.16.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:56 tra 1.16.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [46544d4fb03ef1f89fe1980e5f04d0030549f78d]

        INTEGRATION: CWS writercorehandoff (1.16.4); FILE MERGED 2005/09/28 13:59:49 tra 1.16.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52290242e4f830d2430cf5ef9270abfabfb9fc11]

        INTEGRATION: CWS writercorehandoff (1.5.448); FILE MERGED 2005/09/28 13:59:49 tra 1.5.448.4: #i50348# 2005/09/13 13:11:18 tra 1.5.448.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:16 fme 1.5.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:56 tra 1.5.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [42de38e636926a167a66322568d16a272d8670b0]

        INTEGRATION: CWS writercorehandoff (1.10.4); FILE MERGED 2006/04/28 13:28:35 fme 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2005/10/24 16:01:12 tra 1.10.4.2: #50348# 2005/09/28 13:59:48 tra 1.10.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0b88fe9923353e70fdc0bb9e23729c9be341ce5]

        INTEGRATION: CWS writercorehandoff (1.13.448); FILE MERGED 2006/03/17 08:00:40 tra 1.13.448.9: RESYNC: (1.15-1.16); FILE MERGED 2006/01/19 08:49:55 fme 1.13.448.8: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/10/25 08:24:54 tra 1.13.448.7: RESYNC: (1.14-1.15); FILE MERGED 2005/10/24 16:01:11 tra 1.13.448.6: #50348# 2005/09/28 13:59:47 tra 1.13.448.5: #i50348# 2005/09/13 13:10:33 tra 1.13.448.4: RESYNC: (1.13-1.14); FILE MERGED 2005/08/31 12:50:43 tra 1.13.448.3: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:13:16 fme 1.13.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:55 tra 1.13.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8335a926c7ead45081bec973ed487382a3ec05]

        INTEGRATION: CWS writercorehandoff (1.53.172); FILE MERGED 2006/03/17 08:00:21 tra 1.53.172.8: RESYNC: (1.56-1.58); FILE MERGED 2006/01/20 10:01:32 tra 1.53.172.7: #i50348#removed inactive code 2006/01/19 08:49:54 fme 1.53.172.6: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:06:41 tra 1.53.172.5: RESYNC: (1.55-1.56); FILE MERGED 2005/11/04 12:57:57 tra 1.53.172.4: #i50348# 2005/09/13 13:10:20 tra 1.53.172.3: RESYNC: (1.53-1.54); FILE MERGED 2005/06/07 14:13:14 fme 1.53.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:54 tra 1.53.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7179c2b1fae5890f6408af609d721f477e9ae6]

        INTEGRATION: CWS writercorehandoff (1.2.1116); FILE MERGED 2006/05/08 11:21:10 fme 1.2.1116.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 13:09:28 tra 1.2.1116.3: RESYNC: (1.2-1.3); FILE MERGED 2005/07/19 08:42:52 tra 1.2.1116.2: #i50348#make SwDoc interface based 2005/07/19 06:05:42 fme 1.2.1116.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f11d606445c09dc1d192131938c3947ad48f3af]

        INTEGRATION: CWS writercorehandoff (1.7.1116); FILE MERGED 2005/09/13 13:09:44 tra 1.7.1116.3: RESYNC: (1.7-1.8); FILE MERGED 2005/07/19 06:05:41 fme 1.7.1116.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:13:14 fme 1.7.1116.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad985147ef796cb6ca12decd356b73f37a29380c]

        INTEGRATION: CWS writercorehandoff (1.6.444); FILE MERGED 2006/05/08 11:21:10 fme 1.6.444.3: #i50348# Make SwDoc accessible via interfaces 2005/09/13 13:09:18 tra 1.6.444.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/19 08:42:52 tra 1.6.444.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4f1c0cafb8443605d4486f579a04d93761e20b3]

        INTEGRATION: CWS writercorehandoff (1.12.244); FILE MERGED 2005/09/13 13:08:19 tra 1.12.244.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:13:13 fme 1.12.244.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0a00992be252628cbfd2e4bf2865985a81f11e0]

        INTEGRATION: CWS writercorehandoff (1.52.318); FILE MERGED 2006/07/27 14:36:50 fme 1.52.318.4: RESYNC: (1.53-1.54); FILE MERGED 2005/09/13 13:07:20 tra 1.52.318.3: RESYNC: (1.52-1.53); FILE MERGED 2005/06/07 14:13:12 fme 1.52.318.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:53 tra 1.52.318.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c52cf832079f5644defe8e54a820bc9399d5af66]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2005/12/12 09:06:26 fme 1.6.466.3: #i50348# General cleanup - removed unused header files, functions, members, decl 2005/09/13 13:07:08 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:12 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5582f44789f6c960f108a1fa0d91e295539bbba7]

        INTEGRATION: CWS writercorehandoff (1.32.32); FILE MERGED 2006/07/27 14:36:37 fme 1.32.32.7: RESYNC: (1.36-1.37); FILE MERGED 2006/04/28 13:28:28 fme 1.32.32.6: RESYNC: (1.35-1.36); FILE MERGED 2005/12/20 15:06:23 tra 1.32.32.5: RESYNC: (1.34-1.35); FILE MERGED 2005/10/25 08:24:47 tra 1.32.32.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/13 13:06:37 tra 1.32.32.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:13:11 fme 1.32.32.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:52 tra 1.32.32.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2b38e90bd708488973497146810da077ddd2a19]

        INTEGRATION: CWS writercorehandoff (1.7.4); FILE MERGED 2006/01/20 10:01:31 tra 1.7.4.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81ab9027fc157ac021d6bbf498f196e3d7af772]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2006/05/08 11:21:10 fme 1.6.466.6: #i50348# Make SwDoc accessible via interfaces 2005/09/13 13:05:31 tra 1.6.466.5: RESYNC: (1.6-1.7); FILE MERGED 2005/07/05 08:12:35 tra 1.6.466.4: #i50348#make SwDoc interface based 2005/06/24 11:43:13 fme 1.6.466.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:13:11 fme 1.6.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:51 tra 1.6.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8f2eef28a8488c9368ef6d261dab9bd7e9f0da]

        INTEGRATION: CWS writercorehandoff (1.9.326); FILE MERGED 2005/09/13 13:04:59 tra 1.9.326.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:13:10 fme 1.9.326.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:51 tra 1.9.326.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [db361f1639f841af7f0dbccb4626897c8d60af36]

        INTEGRATION: CWS writercorehandoff (1.6.568); FILE MERGED 2006/05/08 11:21:09 fme 1.6.568.5: #i50348# Make SwDoc accessible via interfaces 2005/11/18 14:53:18 fme 1.6.568.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 13:04:47 tra 1.6.568.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/05 08:12:34 tra 1.6.568.2: #i50348#make SwDoc interface based 2005/06/24 11:43:12 fme 1.6.568.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f72da6754a15605f670abc6ad4e62df41cce6148]

        INTEGRATION: CWS writercorehandoff (1.2.720); FILE MERGED 2005/09/13 13:04:21 tra 1.2.720.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:10 fme 1.2.720.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7865bc2fa67995a75373a702b1569d67048d5bb8]

        INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED 2006/03/17 08:00:05 tra 1.5.462.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 13:03:54 tra 1.5.462.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:10 fme 1.5.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:50 tra 1.5.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [34974f6d00f5a3fd674509883318ca23a0634703]

        INTEGRATION: CWS writercorehandoff (1.5.1112); FILE MERGED 2005/09/13 13:03:28 tra 1.5.1112.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:09 fme 1.5.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:50 tra 1.5.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a73d69dcbca71d24a630438da6720536d7d2b3cc]

        INTEGRATION: CWS writercorehandoff (1.9.1112); FILE MERGED 2005/09/13 13:03:16 tra 1.9.1112.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:13:08 fme 1.9.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:49 tra 1.9.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a8bbe4f00a8aa30a558f1673e41f93357864ff]

        INTEGRATION: CWS writercorehandoff (1.13.278); FILE MERGED 2005/09/13 13:03:04 tra 1.13.278.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:13:08 fme 1.13.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:49 tra 1.13.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d63681d2231edf7a8211f3990b4ceb9f15138bb]

        INTEGRATION: CWS writercorehandoff (1.23.278); FILE MERGED 2005/09/13 13:02:51 tra 1.23.278.3: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:13:08 fme 1.23.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:48 tra 1.23.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5d3284da6adcebfb888d18ff894e1323405e4da]

        INTEGRATION: CWS writercorehandoff (1.6.278); FILE MERGED 2005/09/13 13:02:39 tra 1.6.278.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:07 fme 1.6.278.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d578e8207306929b3a31bd75f6a74d654adabba]

        INTEGRATION: CWS writercorehandoff (1.14.466); FILE MERGED 2005/09/13 13:01:37 tra 1.14.466.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:13:07 fme 1.14.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:48 tra 1.14.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d9b8a0058cf59888d38a6bb198bb978c1b2187a]

        INTEGRATION: CWS writercorehandoff (1.32.278); FILE MERGED 2006/08/14 14:50:01 fme 1.32.278.5: RESYNC: (1.34-1.35); FILE MERGED 2006/03/17 07:59:45 tra 1.32.278.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/13 13:01:05 tra 1.32.278.3: RESYNC: (1.32-1.33); FILE MERGED 2005/06/07 14:13:07 fme 1.32.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:47 tra 1.32.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7180e9dd172f352cd8f0ef9ccf7284e44b0809d2]

        INTEGRATION: CWS writercorehandoff (1.59.278); FILE MERGED 2006/03/17 07:59:25 tra 1.59.278.5: RESYNC: (1.62-1.63); FILE MERGED 2005/12/20 15:06:14 tra 1.59.278.4: RESYNC: (1.60-1.62); FILE MERGED 2005/09/13 13:00:49 tra 1.59.278.3: RESYNC: (1.59-1.60); FILE MERGED 2005/06/07 14:13:06 fme 1.59.278.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:46 tra 1.59.278.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddd331af43fca6d607d28a6b5bc935b97844464f]

        INTEGRATION: CWS writercorehandoff (1.10.466); FILE MERGED 2005/09/13 13:00:22 tra 1.10.466.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:13:06 fme 1.10.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:46 tra 1.10.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a8e9a75ab75fca863d39c000ee0404dfaf2ba25]

        INTEGRATION: CWS writercorehandoff (1.5.1112); FILE MERGED 2005/09/13 13:00:08 tra 1.5.1112.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:06 fme 1.5.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:45 tra 1.5.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4848dcb6a8efc8579fd8e948914ab1c6a5fbeb40]

        INTEGRATION: CWS writercorehandoff (1.6.1112); FILE MERGED 2005/09/13 12:59:52 tra 1.6.1112.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:13:05 fme 1.6.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:45 tra 1.6.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead9f613c5419899ab25b209ff6326a830aea727]

        INTEGRATION: CWS writercorehandoff (1.48.466); FILE MERGED 2006/03/17 07:59:11 tra 1.48.466.6: RESYNC: (1.50-1.51); FILE MERGED 2005/11/18 14:53:18 fme 1.48.466.5: #i50348# Make SwDoc accessible via interfaces 2005/10/25 08:24:38 tra 1.48.466.4: RESYNC: (1.49-1.50); FILE MERGED 2005/09/13 12:59:37 tra 1.48.466.3: RESYNC: (1.48-1.49); FILE MERGED 2005/06/07 14:13:05 fme 1.48.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:44 tra 1.48.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [838e7d72645eed858b8ad63900c39ef6bc49e8d5]

        INTEGRATION: CWS writercorehandoff (1.2.1062); FILE MERGED 2005/09/13 12:58:49 tra 1.2.1062.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:04 fme 1.2.1062.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:44 tra 1.2.1062.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [df146321f786cef0f08df6c8dd6bd6487d7aec14]

        INTEGRATION: CWS writercorehandoff (1.5.1286); FILE MERGED 2005/09/13 12:57:56 tra 1.5.1286.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:04 fme 1.5.1286.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:43 tra 1.5.1286.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d93609e49dc5e23f13180447fb1cdd1d70cb645]

        INTEGRATION: CWS writercorehandoff (1.10.1112); FILE MERGED 2005/09/13 12:57:39 tra 1.10.1112.3: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:13:03 fme 1.10.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:43 tra 1.10.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [81b61ec21030f66d917de826a8fec8d3d97655e8]

        INTEGRATION: CWS writercorehandoff (1.2.1286); FILE MERGED 2005/09/13 12:57:25 tra 1.2.1286.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:03 fme 1.2.1286.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:42 tra 1.2.1286.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [110f3c5601ff0cfefe5e519cb68d2e61f9fb5b45]

        INTEGRATION: CWS writercorehandoff (1.2.1290); FILE MERGED 2005/09/13 12:56:10 tra 1.2.1290.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:02 fme 1.2.1290.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:42 tra 1.2.1290.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [60cfc91f2fb2485b3792fc26c04f8dbcd314fb17]

        INTEGRATION: CWS writercorehandoff (1.12.558); FILE MERGED 2005/09/13 12:55:34 tra 1.12.558.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/06 09:26:41 tra 1.12.558.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0fbcbeb948c037115675af34aeed241854d3e2d]

        INTEGRATION: CWS writercorehandoff (1.3.1288); FILE MERGED 2005/09/13 12:55:02 tra 1.3.1288.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:13:02 fme 1.3.1288.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:40 tra 1.3.1288.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f33d1bae9c7c48f9d64b1194950daf1f410a352]

        INTEGRATION: CWS writercorehandoff (1.14.1286); FILE MERGED 2006/03/17 07:58:54 tra 1.14.1286.4: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 12:54:12 tra 1.14.1286.3: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:13:01 fme 1.14.1286.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:40 tra 1.14.1286.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [da5358aa8421fae178cb74ccc0ba90b405a590e7]

        INTEGRATION: CWS writercorehandoff (1.20.558); FILE MERGED 2006/03/17 07:58:43 tra 1.20.558.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/13 12:53:53 tra 1.20.558.3: RESYNC: (1.20-1.21); FILE MERGED 2005/06/07 14:13:01 fme 1.20.558.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:40 tra 1.20.558.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [239e7737d1918866e8120a1f1447c0fa1b20ddb2]

        INTEGRATION: CWS writercorehandoff (1.5.1286); FILE MERGED 2005/09/13 12:53:38 tra 1.5.1286.3: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:13:01 fme 1.5.1286.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:39 tra 1.5.1286.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e03f2a344f2f50e42e0cc60e2b6b394a2ec27f3]

        INTEGRATION: CWS writercorehandoff (1.9.1112); FILE MERGED 2005/09/13 12:53:23 tra 1.9.1112.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:13:00 fme 1.9.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:39 tra 1.9.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0986a98f9733e8071dafb480f2daacb317f63c63]

        INTEGRATION: CWS writercorehandoff (1.2.1286); FILE MERGED 2005/09/13 12:53:08 tra 1.2.1286.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:13:00 fme 1.2.1286.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:38 tra 1.2.1286.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb31910cb135cabc0eecdf812a8e1318bf5ed020]

        INTEGRATION: CWS writercorehandoff (1.17.276); FILE MERGED 2006/04/28 13:28:21 fme 1.17.276.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/13 12:52:31 tra 1.17.276.2: RESYNC: (1.17-1.18); FILE MERGED 2005/06/07 14:12:59 fme 1.17.276.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [59bb0de2fb0ad91ecb99dbb3e82d77eb984ab5b3]

        INTEGRATION: CWS writercorehandoff (1.25.276); FILE MERGED 2006/04/28 13:28:14 fme 1.25.276.5: RESYNC: (1.26-1.27); FILE MERGED 2005/11/18 14:53:17 fme 1.25.276.4: #i50348# Make SwDoc accessible via interfaces 2005/09/13 12:52:07 tra 1.25.276.3: RESYNC: (1.25-1.26); FILE MERGED 2005/06/07 14:12:59 fme 1.25.276.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:37 tra 1.25.276.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [51224c31d5d59388758d43f7f03daab45296b1f8]

        INTEGRATION: CWS writercorehandoff (1.34.464); FILE MERGED 2006/04/28 13:28:07 fme 1.34.464.5: RESYNC: (1.37-1.38); FILE MERGED 2006/03/17 07:58:31 tra 1.34.464.4: RESYNC: (1.35-1.37); FILE MERGED 2005/09/13 12:51:49 tra 1.34.464.3: RESYNC: (1.34-1.35); FILE MERGED 2005/06/07 14:12:58 fme 1.34.464.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:37 tra 1.34.464.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd6bae3a3bdef5c662b4964a31ad51e4bb5a991]

        INTEGRATION: CWS writercorehandoff (1.49.304); FILE MERGED 2006/04/28 13:28:00 fme 1.49.304.5: RESYNC: (1.51-1.52); FILE MERGED 2006/03/17 07:58:15 tra 1.49.304.4: RESYNC: (1.50-1.51); FILE MERGED 2005/09/13 12:51:36 tra 1.49.304.3: RESYNC: (1.49-1.50); FILE MERGED 2005/06/07 14:12:58 fme 1.49.304.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:36 tra 1.49.304.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac15012622c5153fc29d539f8bec8b71dc7b726d]

        INTEGRATION: CWS writercorehandoff (1.6.1112); FILE MERGED 2005/09/13 12:51:21 tra 1.6.1112.3: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:12:57 fme 1.6.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:36 tra 1.6.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7298275ba3de1aeaccdc054e930dd2ed4bd87749]

        INTEGRATION: CWS writercorehandoff (1.13.1112); FILE MERGED 2005/09/13 12:50:54 tra 1.13.1112.3: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:12:57 fme 1.13.1112.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 09:26:35 tra 1.13.1112.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c237e7f66f6045f864db6bb504268fdee4a58a8]

        INTEGRATION: CWS writercorehandoff (1.2.84); FILE MERGED 2006/05/30 06:35:10 fme 1.2.84.5: RESYNC: (1.5-1.6); FILE MERGED 2006/05/08 12:52:24 fme 1.2.84.4: RESYNC: (1.4-1.5); FILE MERGED 2006/04/05 13:05:01 tra 1.2.84.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/17 07:58:03 tra 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/20 10:01:30 tra 1.2.84.1: #i50348#removed inactive code

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dcd1b7fdea74590c299f3a2e98f637467d4da8a]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/10 21:32:46 tra 1.1.2.2: #i50348# 2005/10/26 13:09:30 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e62bdcbd44e2163451d137e6a4129be986f26fcb]

        INTEGRATION: CWS writercorehandoff (1.1.4); FILE ADDED 2005/10/26 13:09:04 tra 1.1.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [74a310199d3dcbce507125e9faebbdd6a2ecb68d]

        INTEGRATION: CWS writercorehandoff (1.1.4); FILE ADDED 2005/10/26 13:08:31 tra 1.1.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [370ad298ab2a5555bdaaef707a7d4296ec62e59e]

        INTEGRATION: CWS writercorehandoff (1.1.4); FILE ADDED 2005/10/26 13:08:05 tra 1.1.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [43e01a4e0ec65a7ff2086234f02d682b74e157f8]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/10/26 13:15:12 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9499f2b9e2da522a0cb31a71b1c1e3d4d4d708b9]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/10/26 13:14:57 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [02de45093f94ea76f3c7b6fa854e67aef932d802]

        INTEGRATION: CWS writercorehandoff (1.1.4); FILE ADDED 2005/11/10 21:32:45 tra 1.1.4.3: #i50348# 2005/10/26 13:28:31 tra 1.1.4.2: #i50348# 2005/10/26 13:08:48 tra 1.1.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [2383b45414d6862cc3454b914b6f35d6a20334dd]

        INTEGRATION: CWS writercorehandoff (1.6.444); FILE MERGED 2005/12/20 15:04:05 tra 1.6.444.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 12:33:25 tra 1.6.444.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:10:36 fme 1.6.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [94896a330320a00e4338778070ab4300e5f3c988]

        INTEGRATION: CWS writercorehandoff (1.3.568); FILE MERGED 2005/09/13 12:32:55 tra 1.3.568.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:10:36 fme 1.3.568.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e0fec6635b42fdf8fbeadd830a6a84c13e22bbb]

        INTEGRATION: CWS writercorehandoff (1.45.96); FILE MERGED 2006/05/08 10:40:27 fme 1.45.96.11: #i50348# Make SwDoc accessible via interfaces 2006/04/05 13:03:30 tra 1.45.96.10: RESYNC: (1.48-1.49); FILE MERGED 2006/04/05 08:49:39 tra 1.45.96.9: #i50348# 2006/03/17 07:55:53 tra 1.45.96.8: RESYNC: (1.47-1.48); FILE MERGED 2005/11/18 14:52:01 fme 1.45.96.7: #i50348# Make SwDoc accessible via interfaces 2005/09/13 12:32:39 tra 1.45.96.6: RESYNC: (1.46-1.47); FILE MERGED 2005/07/19 06:05:21 fme 1.45.96.5: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:23:43 fme 1.45.96.4: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:34 tra 1.45.96.3: #i50348#make SwDoc interface based 2005/06/24 11:42:37 fme 1.45.96.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:10:35 fme 1.45.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c014e3f7586f3fd57c74712ec3f3cf7e2b1db1e]

        INTEGRATION: CWS writercorehandoff (1.22.326); FILE MERGED 2005/09/13 12:32:24 tra 1.22.326.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/07 14:10:34 fme 1.22.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6794431ad603d0d42738453096799909f826c0e4]

        INTEGRATION: CWS writercorehandoff (1.16.326); FILE MERGED 2005/12/20 15:03:46 tra 1.16.326.4: RESYNC: (1.18-1.19); FILE MERGED 2005/10/25 08:23:22 tra 1.16.326.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/13 12:31:49 tra 1.16.326.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:10:34 fme 1.16.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a694e0a877e873524bbc3684ae395d406e008f4]

        INTEGRATION: CWS writercorehandoff (1.12.466); FILE MERGED 2005/09/13 12:31:21 tra 1.12.466.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:10:33 fme 1.12.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [100ab9a2bb2aa3c9fa4d27de3bc975030efab95f]

        INTEGRATION: CWS writercorehandoff (1.14.48); FILE MERGED 2006/03/17 07:55:08 tra 1.14.48.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 12:29:58 tra 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:10:33 fme 1.14.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35ac91685dc625d37d461d503c23ea6857c96fd8]

        INTEGRATION: CWS writercorehandoff (1.37.48); FILE MERGED 2006/04/05 13:01:32 tra 1.37.48.4: RESYNC: (1.40-1.41); FILE MERGED 2006/03/17 07:54:59 tra 1.37.48.3: RESYNC: (1.38-1.40); FILE MERGED 2005/09/13 12:29:46 tra 1.37.48.2: RESYNC: (1.37-1.38); FILE MERGED 2005/06/07 14:10:32 fme 1.37.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6629f1c71229066edb571f75ba87dc1653726643]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2005/09/13 12:26:25 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:10:31 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ace7a06eb7f937732101045d2db52afaf3eb1a9]

        INTEGRATION: CWS writercorehandoff (1.4.460); FILE MERGED 2005/09/13 12:26:13 tra 1.4.460.3: RESYNC: (1.4-1.5); FILE MERGED 2005/06/08 08:51:07 fme 1.4.460.2: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/06/07 14:10:31 fme 1.4.460.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4c83f3ea6df9434c61307faae47d389514a5ca]

        INTEGRATION: CWS writercorehandoff (1.14.464); FILE MERGED 2006/03/17 07:54:48 tra 1.14.464.4: RESYNC: (1.16-1.17); FILE MERGED 2005/10/25 08:23:02 tra 1.14.464.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 12:25:58 tra 1.14.464.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/07 14:10:30 fme 1.14.464.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1ade2017350bbb22d1c29c802a7ac5423e8979]

        INTEGRATION: CWS writercorehandoff (1.21.88); FILE MERGED 2006/07/27 14:35:00 fme 1.21.88.8: RESYNC: (1.28-1.29); FILE MERGED 2006/04/28 13:27:28 fme 1.21.88.7: RESYNC: (1.26-1.28); FILE MERGED 2006/04/05 12:57:39 tra 1.21.88.6: RESYNC: (1.25-1.26); FILE MERGED 2006/03/17 07:54:37 tra 1.21.88.5: RESYNC: (1.24-1.25); FILE MERGED 2005/12/20 15:03:11 tra 1.21.88.4: RESYNC: (1.22-1.24); FILE MERGED 2005/09/13 12:25:07 tra 1.21.88.3: RESYNC: (1.21-1.22); FILE MERGED 2005/08/31 12:50:43 tra 1.21.88.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:10:29 fme 1.21.88.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c1b6f677d1496b2aa6d7295e680e51353989d63]

        INTEGRATION: CWS writercorehandoff (1.4.462); FILE MERGED 2005/09/13 12:23:47 tra 1.4.462.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:10:28 fme 1.4.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b9030e3f2a45fdeaf46ffe64fca8f81b308aa11]

        INTEGRATION: CWS writercorehandoff (1.8.1314); FILE MERGED 2005/09/13 12:22:43 tra 1.8.1314.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:10:27 fme 1.8.1314.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [726bdbc6505450355a67aed739a384b9ac1ba309]

        INTEGRATION: CWS xalanupgrade (1.34.20); FILE MERGED 2006/07/27 15:29:50 cmc 1.34.20.2: RESYNC: (1.34-1.39); FILE MERGED 2006/04/26 16:01:57 cmc 1.34.20.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8abf3482f8faa58712d6f1e06f4e8e827621d37]

        INTEGRATION: CWS writercorehandoff (1.16.684); FILE MERGED 2005/09/13 12:22:14 tra 1.16.684.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 14:10:27 fme 1.16.684.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d46bad15f0b32d0c5a45c258e98f02e13b3a4e9]

        INTEGRATION: CWS xalanupgrade (1.150.4); FILE MERGED 2006/07/31 09:51:49 sus 1.150.4.3: #i62422# Adding the Xalan Jars to the StarOffice patch 2006/07/27 15:30:05 cmc 1.150.4.2: RESYNC: (1.150-1.159); FILE MERGED 2006/04/26 16:01:56 cmc 1.150.4.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a23c3c613fda931668deec980a978020291abc7]

        INTEGRATION: CWS writercorehandoff (1.13.272); FILE MERGED 2006/04/28 13:27:18 fme 1.13.272.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 12:20:12 tra 1.13.272.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/07 14:10:26 fme 1.13.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae73866e68e52ff85b49a9daa53841c24a694a23]

        INTEGRATION: CWS writercorehandoff (1.5.462); FILE MERGED 2005/09/13 12:18:27 tra 1.5.462.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:10:25 fme 1.5.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c318568b7d81ceb9d6ad9c70efb2758b2cdae74]

        INTEGRATION: CWS writercorehandoff (1.19.96); FILE MERGED 2005/12/20 15:03:02 tra 1.19.96.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/13 12:15:57 tra 1.19.96.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/07 14:10:25 fme 1.19.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34bce1a3ae511d80cebca090b7edae32f90ef8d]

        INTEGRATION: CWS writercorehandoff (1.8.462); FILE MERGED 2006/03/17 07:54:27 tra 1.8.462.5: RESYNC: (1.11-1.12); FILE MERGED 2005/12/20 15:02:53 tra 1.8.462.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 12:14:57 tra 1.8.462.3: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 06:09:58 tra 1.8.462.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:10:24 fme 1.8.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [caa53d6ee0afd9542c89142810caa6f794d0cbd0]

        INTEGRATION: CWS writercorehandoff (1.3.444); FILE MERGED 2005/09/13 12:14:30 tra 1.3.444.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:10:23 fme 1.3.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8508eede1d849b94c51a2090f1c812915f70e77]

        INTEGRATION: CWS writercorehandoff (1.9.244); FILE MERGED 2005/09/13 12:13:24 tra 1.9.244.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:10:23 fme 1.9.244.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [51c601a650610b19874267bbf8ff1ec003ec41de]

        INTEGRATION: CWS writercorehandoff (1.25.344); FILE MERGED 2006/04/28 13:27:11 fme 1.25.344.3: RESYNC: (1.26-1.27); FILE MERGED 2005/09/13 12:12:01 tra 1.25.344.2: RESYNC: (1.25-1.26); FILE MERGED 2005/06/07 14:10:22 fme 1.25.344.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ec91bcad638a7b24e13be3aec14b6d99d96fca0]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 12:11:34 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:10:22 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c42b389eacb3b3afa1945e709add1af84e7ba0a]

        INTEGRATION: CWS xalanupgrade (1.4.2); FILE MERGED 2006/04/26 15:57:11 cmc 1.4.2.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1145fe0a4afe76ef908dce3392506544ff0e63c2]

        INTEGRATION: CWS writercorehandoff (1.3.810); FILE MERGED 2005/09/13 11:58:09 tra 1.3.810.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:10:20 fme 1.3.810.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa74927586d4b54da46f6405726b158e9fcace62]

        INTEGRATION: CWS xalanupgrade (1.3.2); FILE MERGED 2006/04/26 15:57:11 cmc 1.3.2.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a17503bf52c3450cde9ee35e2b8e869c3e6e37c6]

        INTEGRATION: CWS writercorehandoff (1.15.446); FILE MERGED 2005/09/13 11:57:00 tra 1.15.446.3: RESYNC: (1.15-1.16); FILE MERGED 2005/06/08 08:51:06 fme 1.15.446.2: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/06/07 14:10:20 fme 1.15.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [275728772df2e74d79d2826963219310f4a6f430]

        INTEGRATION: CWS writercorehandoff (1.2.444); FILE MERGED 2005/09/13 11:56:50 tra 1.2.444.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:19 fme 1.2.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7700abd571dc813cfc1f2d10884ea635d0b25f7]

        INTEGRATION: CWS xalanupgrade (1.2.6); FILE MERGED 2006/04/26 15:54:57 cmc 1.2.6.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [22acc7b44f9be95fa527ffb5f504bacf83885ff4]

        INTEGRATION: CWS writercorehandoff (1.4.110); FILE MERGED 2005/09/13 11:56:22 tra 1.4.110.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:10:18 fme 1.4.110.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4aa5d3d356a008a8921a13cac9f2388ba42b9343]

        INTEGRATION: CWS writercorehandoff (1.22.466); FILE MERGED 2006/05/08 10:40:27 fme 1.22.466.6: #i50348# Make SwDoc accessible via interfaces 2005/09/13 11:56:08 tra 1.22.466.5: RESYNC: (1.22-1.23); FILE MERGED 2005/07/05 08:12:34 tra 1.22.466.4: #i50348#make SwDoc interface based 2005/06/24 11:51:00 fme 1.22.466.3: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:42:37 fme 1.22.466.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:10:18 fme 1.22.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3234a5cfa7695585bdaf21531dbbd59bf3fa21d7]

        INTEGRATION: CWS writercorehandoff (1.8.446); FILE MERGED 2005/10/25 08:22:42 tra 1.8.446.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 11:55:43 tra 1.8.446.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:10:17 fme 1.8.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [af350a91423f71e56452387a320da5d734f8cdde]

        INTEGRATION: CWS xalanupgrade (1.4.2); FILE MERGED 2006/04/26 15:54:56 cmc 1.4.2.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [58003f28fc09cb2021e145afa0d0d692a7a402a7]

        INTEGRATION: CWS writercorehandoff (1.12.376); FILE MERGED 2005/09/13 11:55:32 tra 1.12.376.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:10:17 fme 1.12.376.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7acd2e1fb1a1b28c1937e7b000b5222305efa73]

        INTEGRATION: CWS writercorehandoff (1.2.78); FILE MERGED 2005/10/25 08:22:30 tra 1.2.78.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 11:54:21 tra 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:16 fme 1.2.78.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [87993f0693e75c16e17509b309812a29637ecee5]

        INTEGRATION: CWS writercorehandoff (1.28.234); FILE MERGED 2006/01/11 21:17:58 tra 1.28.234.7: #i50348# 2005/12/20 15:02:43 tra 1.28.234.6: RESYNC: (1.30-1.31); FILE MERGED 2005/11/04 12:57:56 tra 1.28.234.5: #i50348# 2005/09/13 11:53:30 tra 1.28.234.4: RESYNC: (1.28-1.29); FILE MERGED 2005/07/05 08:12:33 tra 1.28.234.3: #i50348#make SwDoc interface based 2005/06/24 11:25:07 tra 1.28.234.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:10:15 fme 1.28.234.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7caa43c3860b2b4ea7e8f28855c4a82c702de04]

        INTEGRATION: CWS xalanupgrade (1.16.4); FILE MERGED 2006/07/31 11:37:31 sus 1.16.4.1: #i62422# XSLTFilter.java is exchanged by a C++ implementation due to performance problems (see XSLTransformer.java) deprecated

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ff38b6e5b0e433d047770ec583ff995e2d88f2]

        INTEGRATION: CWS writercorehandoff (1.5.448); FILE MERGED 2005/09/13 11:51:02 tra 1.5.448.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:10:15 fme 1.5.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [901a6d6d56e5ec0d2b9189f179d2a7f45833cf2d]

        INTEGRATION: CWS xalanupgrade (1.16.94); FILE MERGED 2006/07/31 18:36:22 sus 1.16.94.1: #i62422# enhancing debug information of the transformation

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a2060ea98da9cd5de22aee9e4b845e7d91866f8]

        INTEGRATION: CWS writercorehandoff (1.4.448); FILE MERGED 2005/09/13 11:50:36 tra 1.4.448.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:10:14 fme 1.4.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [efc1f70977069a0b822ef4fa55e9cdd751153569]

        INTEGRATION: CWS writercorehandoff (1.2.750); FILE MERGED 2005/09/13 11:50:21 tra 1.2.750.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:14 fme 1.2.750.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [63fe41fcd49be47496730d47eb766627abccbf47]

        INTEGRATION: CWS xalanupgrade (1.6.4); FILE MERGED 2006/04/26 15:57:40 cmc 1.6.4.1: #i62422# upgrade xalan

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3706c2178f9eac81fb74d2a8a906508bd7544db1]

        INTEGRATION: CWS writercorehandoff (1.8.48); FILE MERGED 2005/09/13 11:50:09 tra 1.8.48.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/31 12:50:43 tra 1.8.48.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/06/07 14:10:13 fme 1.8.48.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [35bbcc80dd8f3e959f2c62d77322c882b0afc679]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 11:49:22 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:10:12 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e698747ebd624cd16980455c9675e10e3a42744]

        INTEGRATION: CWS writercorehandoff (1.2.1306); FILE MERGED 2006/07/27 14:34:32 fme 1.2.1306.5: RESYNC: (1.5-1.6); FILE MERGED 2006/04/28 13:26:52 fme 1.2.1306.4: RESYNC: (1.4-1.5); FILE MERGED 2006/03/17 07:54:15 tra 1.2.1306.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 11:49:10 tra 1.2.1306.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:12 fme 1.2.1306.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b4cd4e14463f7d0f11f872c75e6356ccc1d63e]

        INTEGRATION: CWS writercorehandoff (1.12.88); FILE MERGED 2005/09/13 11:47:58 tra 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:10:11 fme 1.12.88.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [72379264ab5d5e87e7fd2fc8e1142aae700bf405]

        INTEGRATION: CWS writercorehandoff (1.12.172); FILE MERGED 2005/12/20 15:02:35 tra 1.12.172.4: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 11:47:42 tra 1.12.172.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:10:11 fme 1.12.172.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:22 tra 1.12.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [77bd15490258ef582c06fc92578e9b936b27651c]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2006/03/17 07:54:06 tra 1.6.466.2: RESYNC: (1.6-1.8); FILE MERGED 2005/06/07 14:10:10 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [be7645a258041126fc3312462dcbae4399de0c75]

        INTEGRATION: CWS writercorehandoff (1.23.172); FILE MERGED 2006/07/27 14:34:25 fme 1.23.172.5: RESYNC: (1.26-1.27); FILE MERGED 2005/12/20 15:02:26 tra 1.23.172.4: RESYNC: (1.25-1.26); FILE MERGED 2005/09/13 11:46:34 tra 1.23.172.3: RESYNC: (1.24-1.25); FILE MERGED 2005/07/28 11:54:30 tra 1.23.172.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/07 14:10:09 fme 1.23.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4ae2267c5310d26bf6c3b1f7574022c2477a7bd]

        INTEGRATION: CWS writercorehandoff (1.12.140); FILE MERGED 2006/07/31 06:20:58 fme 1.12.140.18: #i50348# Resync 2006/07/27 14:34:16 fme 1.12.140.17: RESYNC: (1.14-1.15); FILE MERGED 2006/05/09 10:06:39 fme 1.12.140.16: #i50348# make SwDoc accessible via interfaces 2006/05/08 10:40:27 fme 1.12.140.15: #i50348# Make SwDoc accessible via interfaces 2006/01/20 09:16:34 fme 1.12.140.14: #i50348# General cleanup - removed unused header files, functions, members, declarations 2006/01/19 08:42:53 fme 1.12.140.13: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/20 15:02:15 tra 1.12.140.12: RESYNC: (1.13-1.14); FILE MERGED 2005/11/18 14:52:01 fme 1.12.140.11: #i50348# Make SwDoc accessible via interfaces 2005/11/11 07:54:40 fme 1.12.140.10: #i50348# make SwDoc accessible via interfaces 2005/11/10 21:32:45 tra 1.12.140.9: #i50348# 2005/09/13 11:41:16 tra 1.12.140.8: RESYNC: (1.12-1.13); FILE MERGED 2005/07/19 06:05:20 fme 1.12.140.7: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:23:43 fme 1.12.140.6: #i50348# Make SwDoc accessible via interfaces 2005/07/05 08:12:33 tra 1.12.140.5: #i50348#make SwDoc interface based 2005/06/24 11:42:36 fme 1.12.140.4: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:11 tra 1.12.140.3: #i50348#toward a interface based SwDoc 2005/06/22 06:37:40 tra 1.12.140.2: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:10:09 fme 1.12.140.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5eaff61130522ad514891d61f591e7dab94339e3]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 11:44:02 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:10:08 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3ed5b67364423ffb865f88260332c4c0c9f76ab]

        INTEGRATION: CWS writercorehandoff (1.36.96); FILE MERGED 2006/07/31 06:20:58 fme 1.36.96.11: #i50348# Resync 2006/07/27 14:34:05 fme 1.36.96.10: RESYNC: (1.43-1.44); FILE MERGED 2006/05/08 12:46:40 fme 1.36.96.9: RESYNC: (1.42-1.43); FILE MERGED 2006/04/05 12:56:50 tra 1.36.96.8: RESYNC: (1.41-1.42); FILE MERGED 2005/12/20 15:02:07 tra 1.36.96.7: RESYNC: (1.39-1.41); FILE MERGED 2005/10/25 08:22:21 tra 1.36.96.6: RESYNC: (1.38-1.39); FILE MERGED 2005/09/13 11:43:30 tra 1.36.96.5: RESYNC: (1.37-1.38); FILE MERGED 2005/07/28 11:54:19 tra 1.36.96.4: RESYNC: (1.36-1.37); FILE MERGED 2005/07/19 06:05:20 fme 1.36.96.3: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:23:42 fme 1.36.96.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:10:07 fme 1.36.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f5df147997b7222558afe54037be2472b5f3679]

        INTEGRATION: CWS writercorehandoff (1.10.244); FILE MERGED 2006/04/05 12:55:43 tra 1.10.244.4: RESYNC: (1.12-1.13); FILE MERGED 2006/03/17 07:53:56 tra 1.10.244.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:43:15 tra 1.10.244.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:10:07 fme 1.10.244.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcbef9f54fb75876152f3323270f7d1d5ae8c9bd]

        INTEGRATION: CWS writercorehandoff (1.7.722); FILE MERGED 2005/09/13 11:42:59 tra 1.7.722.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:10:06 fme 1.7.722.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [91618ea7d31a17401734ad15974db0cc25c9fe37]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2005/09/13 11:42:30 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:10:05 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6310a0068c1dc5cf38373c134e2f9db5b45ca6d]

        INTEGRATION: CWS writercorehandoff (1.14.110); FILE MERGED 2005/10/25 08:22:14 tra 1.14.110.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/13 11:42:14 tra 1.14.110.3: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 05:31:28 tra 1.14.110.2: #i50348#merge conflicts resolved 2005/06/07 14:10:05 fme 1.14.110.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe1b1b66d00dfef714ed824cd4d73c33e0ee6d1]

        INTEGRATION: CWS writercorehandoff (1.9.172); FILE MERGED 2006/05/09 13:33:01 fme 1.9.172.5: #i50348# make SwDoc accessible via interfaces 2005/12/20 15:01:59 tra 1.9.172.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:42:01 tra 1.9.172.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/28 11:54:08 tra 1.9.172.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:10:04 fme 1.9.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [00867ad7484b9cc802a299594f516e6464907918]

        INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED 2005/09/13 11:41:47 tra 1.3.466.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:10:04 fme 1.3.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52be38e5f921574ca77efa6e9e498f00c4245ea2]

        INTEGRATION: CWS writercorehandoff (1.4.4); FILE MERGED 2006/04/05 08:49:38 tra 1.4.4.2: #i50348# 2005/11/11 07:54:39 fme 1.4.4.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eceb1a33494f2f63339896e4f91d08e75be3c45]

        INTEGRATION: CWS writercorehandoff (1.3.4); FILE MERGED 2006/07/31 06:20:58 fme 1.3.4.1: #i50348# Resync

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc81e422dc30c5c84afb826216afa477be32a125]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 11:39:25 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/07 14:10:03 fme 1.1.1.1.1324.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad9fb250ab6a8087cae8fd9045b58415524ca66]

        INTEGRATION: CWS writercorehandoff (1.4.466); FILE MERGED 2006/03/17 07:53:02 tra 1.4.466.4: RESYNC: (1.5-1.7); FILE MERGED 2005/12/12 08:15:42 fme 1.4.466.3: #i50348# General cleanup - removed unused header files, functions, members, decl 2005/09/13 11:39:15 tra 1.4.466.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/07 14:10:02 fme 1.4.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [046f858bb13b6a5f8a0d7f4a48faf32e228efd89]

        INTEGRATION: CWS writercorehandoff (1.5.326); FILE MERGED 2005/09/13 11:37:55 tra 1.5.326.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:10:01 fme 1.5.326.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7a740a3968fd8a478d05d1f26120a0a6b16b66e]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2005/09/13 11:35:33 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:59 fme 1.3.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d693f68441b1d5367ea0c8f8d8cd7468f9d797d9]

        INTEGRATION: CWS writercorehandoff (1.8.96); FILE MERGED 2006/03/17 07:52:39 tra 1.8.96.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 11:35:10 tra 1.8.96.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:09:58 fme 1.8.96.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc8486ced1f5afcc37ca1211265dddc2c89ba217]

        INTEGRATION: CWS writercorehandoff (1.23.462); FILE MERGED 2006/05/08 10:40:27 fme 1.23.462.6: #i50348# Make SwDoc accessible via interfaces 2005/11/18 14:52:01 fme 1.23.462.5: #i50348# Make SwDoc accessible via interfaces 2005/09/13 11:34:47 tra 1.23.462.4: RESYNC: (1.23-1.24); FILE MERGED 2005/07/05 08:12:33 tra 1.23.462.3: #i50348#make SwDoc interface based 2005/06/24 11:42:36 fme 1.23.462.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:09:57 fme 1.23.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1051748692694497dd0b725649cd5e0ba358e3c]

        INTEGRATION: CWS writercorehandoff (1.10.272); FILE MERGED 2005/09/13 11:32:58 tra 1.10.272.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:09:57 fme 1.10.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3265ea6538d253987c86260f8bc7b3cb916870e0]

        INTEGRATION: CWS writercorehandoff (1.8.272); FILE MERGED 2005/09/13 11:32:10 tra 1.8.272.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/07 14:09:56 fme 1.8.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [50f45e93e3601ca5a56e4b48329f24394ca8548f]

        INTEGRATION: CWS writercorehandoff (1.5.272); FILE MERGED 2005/09/13 11:31:59 tra 1.5.272.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 06:09:24 tra 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:09:55 fme 1.5.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7991f28467ae1c62bc66b07b77d0a1a5c7015559]

        INTEGRATION: CWS writercorehandoff (1.5.272); FILE MERGED 2005/09/13 11:30:00 tra 1.5.272.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:09:55 fme 1.5.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [95281b0f03916239d96ae242984568abb3fec75e]

        INTEGRATION: CWS writercorehandoff (1.6.4); FILE MERGED 2006/07/31 06:20:58 fme 1.6.4.1: #i50348# Resync

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [66922481db5d0fdb73e85e79d5d5f374bbefd9e6]

        INTEGRATION: CWS writercorehandoff (1.7.272); FILE MERGED 2005/09/13 11:27:38 tra 1.7.272.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:09:54 fme 1.7.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [03e34fc02ce57fbddbdf4c7b27dc2a26abf9b2ba]

        INTEGRATION: CWS writercorehandoff (1.2.802); FILE MERGED 2005/09/13 11:27:13 tra 1.2.802.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:09:53 fme 1.2.802.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e53ba8d2fa18d17c943df1c8e2cb4ef76e692865]

        INTEGRATION: CWS writercorehandoff (1.3.1150); FILE MERGED 2005/09/13 11:25:48 tra 1.3.1150.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:52 fme 1.3.1150.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [299b42a57e31ce8fb3da38713b156dd7c6ab5965]

        INTEGRATION: CWS writercorehandoff (1.10.448); FILE MERGED 2006/04/28 13:26:34 fme 1.10.448.4: RESYNC: (1.12-1.13); FILE MERGED 2005/12/20 15:01:10 tra 1.10.448.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:25:35 tra 1.10.448.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 14:09:52 fme 1.10.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [594f5c2fe921564b95ac643e8df17781dec610ed]

        INTEGRATION: CWS writercorehandoff (1.51.138); FILE MERGED 2006/03/17 07:52:31 tra 1.51.138.3: RESYNC: (1.52-1.53); FILE MERGED 2005/09/13 11:25:22 tra 1.51.138.2: RESYNC: (1.51-1.52); FILE MERGED 2005/06/07 14:09:51 fme 1.51.138.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6280eb49875b4e05379d9dc1b5fcc8ce90487e]

        INTEGRATION: CWS writercorehandoff (1.6.466); FILE MERGED 2006/04/28 13:26:26 fme 1.6.466.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 11:24:53 tra 1.6.466.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:50 fme 1.6.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d393fafe431f34ac57a0c971be7ba975883782b]

        INTEGRATION: CWS writercorehandoff (1.6.446); FILE MERGED 2005/09/13 11:24:41 tra 1.6.446.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:50 fme 1.6.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f1d175d7705c11785c2bf89594465db058be6a9]

        INTEGRATION: CWS writercorehandoff (1.46.78); FILE MERGED 2006/04/05 08:49:38 tra 1.46.78.6: #i50348# 2006/03/17 07:52:22 tra 1.46.78.5: RESYNC: (1.51-1.52); FILE MERGED 2005/12/20 15:00:58 tra 1.46.78.4: RESYNC: (1.48-1.51); FILE MERGED 2005/10/25 08:21:58 tra 1.46.78.3: RESYNC: (1.47-1.48); FILE MERGED 2005/09/13 11:23:41 tra 1.46.78.2: RESYNC: (1.46-1.47); FILE MERGED 2005/06/07 14:09:49 fme 1.46.78.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6e75453023934d1a7070a879176ba84854403c1]

        INTEGRATION: CWS writercorehandoff (1.1.1.1.1324); FILE MERGED 2005/09/13 11:23:28 tra 1.1.1.1.1324.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/07/13 13:23:42 fme 1.1.1.1.1324.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d557d6ef458e8e24998e14e7307eaa9e06e6ae25]

        INTEGRATION: CWS writercorehandoff (1.1.1314); FILE MERGED 2006/04/05 08:49:37 tra 1.1.1314.4: #i50348# 2006/03/17 07:52:13 tra 1.1.1314.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 11:23:02 tra 1.1.1314.2: RESYNC: (1.1-1.2); FILE MERGED 2005/06/07 14:09:48 fme 1.1.1314.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a582e4e76fadca25b09e6269d4d8721c43bfd37a]

        INTEGRATION: CWS writercorehandoff (1.7.448); FILE MERGED 2005/12/20 15:00:50 tra 1.7.448.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 11:22:35 tra 1.7.448.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/07 14:09:48 fme 1.7.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a350af11be60dba7d5021e9b9e13140426f61d01]

        INTEGRATION: CWS writercorehandoff (1.3.462); FILE MERGED 2005/09/13 11:22:24 tra 1.3.462.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:47 fme 1.3.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [60ac7557c38c283b6218fc20a93e77089e3f215b]

        INTEGRATION: CWS writercorehandoff (1.30.120); FILE MERGED 2006/07/31 06:20:57 fme 1.30.120.7: #i50348# Resync 2006/07/27 14:33:38 fme 1.30.120.6: RESYNC: (1.33-1.34); FILE MERGED 2006/05/08 12:45:51 fme 1.30.120.5: RESYNC: (1.32-1.33); FILE MERGED 2006/05/08 10:40:27 fme 1.30.120.4: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:00:42 tra 1.30.120.3: RESYNC: (1.31-1.32); FILE MERGED 2005/09/13 11:22:00 tra 1.30.120.2: RESYNC: (1.30-1.31); FILE MERGED 2005/06/07 14:09:46 fme 1.30.120.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cbde9039f18044c79443020adbbae8a64d37ad0]

        INTEGRATION: CWS writercorehandoff (1.107.78); FILE MERGED 2006/08/14 14:45:35 fme 1.107.78.47: RESYNC: (1.120-1.122); FILE MERGED 2006/07/31 06:20:57 fme 1.107.78.46: #i50348# Resync 2006/07/27 14:33:31 fme 1.107.78.45: RESYNC: (1.119-1.120); FILE MERGED 2006/05/09 13:33:01 fme 1.107.78.44: #i50348# make SwDoc accessible via interfaces 2006/05/08 12:45:43 fme 1.107.78.43: RESYNC: (1.118-1.119); FILE MERGED 2006/05/03 07:39:09 fme 1.107.78.42: #i50348# make SwDoc interface based 2006/04/28 13:26:19 fme 1.107.78.41: RESYNC: (1.116-1.118); FILE MERGED 2006/04/05 12:54:43 tra 1.107.78.40: RESYNC: (1.113-1.116); FILE MERGED 2006/04/05 08:49:37 tra 1.107.78.39: #i50348# 2006/03/17 07:52:03 tra 1.107.78.38: RESYNC: (1.112-1.113); FILE MERGED 2006/01/19 08:42:52 fme 1.107.78.37: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/12/21 15:16:23 tra 1.107.78.36: #i50348# 2005/12/21 08:32:48 tra 1.107.78.35: #i50348# 2005/12/20 15:00:24 tra 1.107.78.34: RESYNC: (1.111-1.112); FILE MERGED 2005/11/18 14:52:01 fme 1.107.78.33: #i50348# Make SwDoc accessible via interfaces 2005/11/11 07:54:39 fme 1.107.78.32: #i50348# make SwDoc accessible via interfaces 2005/11/10 21:32:45 tra 1.107.78.31: #i50348# 2005/10/25 08:21:48 tra 1.107.78.30: RESYNC: (1.110-1.111); FILE MERGED 2005/10/24 16:01:11 tra 1.107.78.29: #50348# 2005/10/06 08:08:23 tra 1.107.78.28: #50348# 2005/09/29 13:04:18 tra 1.107.78.27: #i50348# 2005/09/28 13:59:45 tra 1.107.78.26: #i50348# 2005/09/21 13:46:43 tra 1.107.78.25: #i50348# 2005/09/21 13:42:03 tra 1.107.78.24: #i50348# 2005/09/13 11:21:07 tra 1.107.78.23: RESYNC: (1.109-1.110); FILE MERGED 2005/08/31 12:50:42 tra 1.107.78.22: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/28 11:53:58 tra 1.107.78.21: RESYNC: (1.108-1.109); FILE MERGED 2005/07/19 09:18:53 tra 1.107.78.20: #i50348#make SwDoc interface based 2005/07/19 08:42:51 tra 1.107.78.19: #i50348#make SwDoc interface based 2005/07/19 06:05:19 fme 1.107.78.18: #i50348# make SwDoc accessible via interfaces 2005/07/14 19:52:22 tra 1.107.78.17: #i50348#make SwDoc accessible via interfaces 2005/07/14 13:34:33 fme 1.107.78.16: #i50348# Make SwDoc accessible via interfaces 2005/07/14 12:35:18 tra 1.107.78.15: #i50348#removed get/set methods for compatibility flags in exchange for IDocumentSettingAccess, removed useless dummy members 2005/07/13 13:23:42 fme 1.107.78.14: #i50348# Make SwDoc accessible via interfaces 2005/07/13 05:26:04 tra 1.107.78.13: #i50348#make SwDoc interface based 2005/07/12 11:21:24 tra 1.107.78.12: #i50348#make SwDoc interface based 2005/07/11 06:08:35 tra 1.107.78.11: RESYNC: (1.107-1.108); FILE MERGED 2005/07/11 05:11:37 tra 1.107.78.10: #i50348#make SwDoc interface based 2005/07/05 14:00:14 tra 1.107.78.9: #i50348#make SwDoc interface based 2005/07/05 08:12:32 tra 1.107.78.8: #i50348#make SwDoc interface based 2005/06/24 11:50:59 fme 1.107.78.7: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:42:35 fme 1.107.78.6: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:25:07 tra 1.107.78.5: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:11 tra 1.107.78.4: #i50348#toward a interface based SwDoc 2005/06/22 06:37:26 tra 1.107.78.3: #i50348# make SwDoc accessible via interfaces 2005/06/07 14:09:45 fme 1.107.78.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:21 tra 1.107.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [74c74f81a86fdf9d78810838b1a66f5866a98a95]

        INTEGRATION: CWS writercorehandoff (1.6.444); FILE MERGED 2005/09/13 11:20:10 tra 1.6.444.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:45 fme 1.6.444.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f29046dffb3475856e9eb884f32ce55bb8f805]

        INTEGRATION: CWS writercorehandoff (1.15.236); FILE MERGED 2006/04/05 12:53:40 tra 1.15.236.4: RESYNC: (1.18-1.19); FILE MERGED 2006/03/17 07:51:50 tra 1.15.236.3: RESYNC: (1.16-1.18); FILE MERGED 2005/09/13 11:19:58 tra 1.15.236.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 14:09:44 fme 1.15.236.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dbb9033865172f6e57239a43f6fc41241d47ff0]

        INTEGRATION: CWS writercorehandoff (1.28.140); FILE MERGED 2006/04/28 13:26:10 fme 1.28.140.4: RESYNC: (1.30-1.31); FILE MERGED 2005/10/25 08:21:40 tra 1.28.140.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/13 11:19:44 tra 1.28.140.2: RESYNC: (1.28-1.29); FILE MERGED 2005/06/07 14:09:44 fme 1.28.140.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a2ad024ef82db6d20c60106c116a2c6524fd6f]

        INTEGRATION: CWS writercorehandoff (1.12.172); FILE MERGED 2005/12/20 15:00:15 tra 1.12.172.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 11:19:33 tra 1.12.172.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/11 06:08:27 tra 1.12.172.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/06 07:07:21 tra 1.12.172.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1975f54c9e2f04379cbd4a9b39f9209f15210730]

        INTEGRATION: CWS writercorehandoff (1.6.462); FILE MERGED 2006/03/17 07:51:41 tra 1.6.462.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 11:19:23 tra 1.6.462.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:43 fme 1.6.462.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceac6331d8493afab8864370fe00f98624b2bd5d]

        INTEGRATION: CWS writercorehandoff (1.5.446); FILE MERGED 2005/09/13 11:19:12 tra 1.5.446.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/07 14:09:42 fme 1.5.446.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a653794422e1740ecfaf1c92ad335107ff00a5cb]

        INTEGRATION: CWS writercorehandoff (1.31.172); FILE MERGED 2006/02/23 07:41:42 fme 1.31.172.6: #i50348 General cleanup - GoStartPara not implemented 2005/12/20 15:00:06 tra 1.31.172.5: RESYNC: (1.33-1.34); FILE MERGED 2005/10/25 08:21:21 tra 1.31.172.4: RESYNC: (1.32-1.33); FILE MERGED 2005/09/13 11:18:26 tra 1.31.172.3: RESYNC: (1.31-1.32); FILE MERGED 2005/07/19 08:42:51 tra 1.31.172.2: #i50348#make SwDoc interface based 2005/06/07 14:09:42 fme 1.31.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e171ff7706125168afab54ead6101a590cd360be]

        INTEGRATION: CWS writercorehandoff (1.12.684); FILE MERGED 2005/09/13 11:16:25 tra 1.12.684.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/07 14:09:41 fme 1.12.684.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [55114612a1f2f494324bd460ec05c10175d4babb]

        INTEGRATION: CWS hr35 (1.8.4); FILE MERGED 2006/08/07 14:35:50 hr 1.8.4.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7c7b3405608970c98dce24a753a14a25997ca1c]

        INTEGRATION: CWS writercorehandoff (1.6.272); FILE MERGED 2005/09/13 11:15:58 tra 1.6.272.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:40 fme 1.6.272.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0844395dea484d65d6b71c9fe9b4486cee968a7d]

        INTEGRATION: CWS writercorehandoff (1.2.78); FILE MERGED 2006/04/05 08:49:36 tra 1.2.78.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3e12b802ca90a094f1a3f4b5f01b62b668adaa]

        INTEGRATION: CWS writercorehandoff (1.2.462); FILE MERGED 2006/03/17 07:51:15 tra 1.2.462.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 11:15:44 tra 1.2.462.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:09:40 fme 1.2.462.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:21 tra 1.2.462.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c70072339ab40350d1d00511d7cd91df722bfd]

        INTEGRATION: CWS writercorehandoff (1.3.4); FILE MERGED 2005/11/10 21:32:44 tra 1.3.4.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52ce51409c0dea32760e4342197df3cb39df4094]

        INTEGRATION: CWS writercorehandoff (1.4.776); FILE MERGED 2005/11/04 12:57:56 tra 1.4.776.4: #i50348# 2005/09/13 11:14:41 tra 1.4.776.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/19 08:42:50 tra 1.4.776.2: #i50348#make SwDoc interface based 2005/06/07 14:09:39 fme 1.4.776.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2eec5344202db4e56e67aafe316bfd7f44f0a22]

        INTEGRATION: CWS writercorehandoff (1.9.448); FILE MERGED 2005/09/13 11:14:14 tra 1.9.448.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:09:38 fme 1.9.448.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:21 tra 1.9.448.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [87ff4edf80dcb83336ff5e0d21bb490a501a15f5]

        INTEGRATION: CWS writercorehandoff (1.13.78); FILE MERGED 2006/07/27 14:33:14 fme 1.13.78.5: RESYNC: (1.16-1.17); FILE MERGED 2006/04/05 12:51:23 tra 1.13.78.4: RESYNC: (1.15-1.16); FILE MERGED 2005/10/25 08:21:14 tra 1.13.78.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 11:14:00 tra 1.13.78.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/06 07:07:20 tra 1.13.78.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [701beae3fd48d3265e47436379efb1d5b44fb37e]

        INTEGRATION: CWS writercorehandoff (1.7.98); FILE MERGED 2006/04/05 12:48:45 tra 1.7.98.4: RESYNC: (1.9-1.10); FILE MERGED 2006/03/17 07:51:02 tra 1.7.98.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 11:13:49 tra 1.7.98.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/06 07:07:20 tra 1.7.98.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c04ad7f5f2ab609fca780aea8c10f2d17cbf43f]

        INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED 2005/09/13 11:13:34 tra 1.3.466.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:38 fme 1.3.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4ab74e5a8023b4620415953d4264c300e9f2056]

        INTEGRATION: CWS writercorehandoff (1.24.466); FILE MERGED 2006/03/17 07:50:51 tra 1.24.466.5: RESYNC: (1.25-1.26); FILE MERGED 2005/09/13 11:13:20 tra 1.24.466.4: RESYNC: (1.24-1.25); FILE MERGED 2005/07/13 13:23:41 fme 1.24.466.3: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:09:37 fme 1.24.466.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:20 tra 1.24.466.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6deeff5d6483297b1008491a2478ac33f265c3d]

        INTEGRATION: CWS writercorehandoff (1.2.1280); FILE MERGED 2005/09/13 11:13:09 tra 1.2.1280.3: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:09:37 fme 1.2.1280.2: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. 2005/06/06 07:07:20 tra 1.2.1280.1: Unnecessary includes removed #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e22cbe8060d83f2d3c79f49d34547fc1f54ab7f4]

        INTEGRATION: CWS writercorehandoff (1.3.802); FILE MERGED 2005/09/13 11:12:40 tra 1.3.802.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:09:36 fme 1.3.802.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [6532ad42efccf624238794689b9752b38e239edb]

        INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED 2005/09/13 11:11:11 tra 1.3.466.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/13 13:23:41 fme 1.3.466.2: #i50348# Make SwDoc accessible via interfaces 2005/06/07 14:09:35 fme 1.3.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7bbfa09ac8113712296c52437ffc931d69614e4]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/03 17:01:17 hr 1.6.2.2: #i68002#: remove obsolete files 2006/08/02 17:26:57 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a1e9d6da1135364a22bbf1c985566a6cd5ff86b]

        INTEGRATION: CWS writercorehandoff (1.6.54); FILE MERGED 2005/09/13 11:09:31 tra 1.6.54.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/07 14:09:35 fme 1.6.54.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [f471ce232856c04f9c867bfe13d23bf55cb6d30d]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/09/21 13:38:27 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [52a038520bff98d8b37fb72cf481b6e3d869314c]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/01/19 08:42:51 fme 1.1.2.3: #i50348# General cleanup - removed unused header files, functions, members, declarations 2005/09/28 13:59:43 tra 1.1.2.2: #i50348# 2005/09/21 13:39:12 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7d689fe3c1799258de239dce4597739c4652c9b]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/11 07:55:26 fme 1.1.2.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [26578781f657cb110c3c80ad7ea8396c9082b9bb]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/05/03 07:39:09 fme 1.1.2.3: #i50348# make SwDoc interface based 2005/11/11 07:54:39 fme 1.1.2.2: #i50348# make SwDoc accessible via interfaces 2005/11/10 21:33:41 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f4e718d2011262e5f6ccbf1b2c4693b74e4ef05]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/04/05 15:02:57 tra 1.1.2.2: IDocumentSettingAccess.hxx 2005/11/10 21:33:40 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [418ba187c5704f33b6a8edee48dca95c1de19f39]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/08/14 15:08:17 fme 1.1.2.15: #i50348# Resync 2006/07/31 06:20:57 fme 1.1.2.14: #i50348# Resync 2006/05/03 07:39:08 fme 1.1.2.13: #i50348# make SwDoc interface based 2006/04/05 15:02:57 tra 1.1.2.12: IDocumentSettingAccess.hxx 2006/04/05 08:49:36 tra 1.1.2.11: #i50348# 2005/12/21 15:16:22 tra 1.1.2.10: #i50348# 2005/10/25 12:10:42 tra 1.1.2.9: #i50348# 2005/07/19 08:42:50 tra 1.1.2.8: #i50348#make SwDoc interface based 2005/07/19 06:05:19 fme 1.1.2.7: #i50348# make SwDoc accessible via interfaces 2005/07/12 11:21:24 tra 1.1.2.6: #i50348#make SwDoc interface based 2005/07/05 08:12:32 tra 1.1.2.5: #i50348#make SwDoc interface based 2005/06/24 11:42:34 fme 1.1.2.4: #i50348# Make SwDoc accessible via interfaces 2005/06/24 11:25:07 tra 1.1.2.3: #i50348# Make SwDoc accessible via interfaces 2005/06/22 13:08:11 tra 1.1.2.2: #i50348#toward a interface based SwDoc 2005/06/22 06:36:38 tra 1.1.2.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b01bfdd487ba2c300fb6d6ecf0ec1d9edc88963]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/12/21 15:16:22 tra 1.1.2.6: #i50348# 2005/11/11 07:54:39 fme 1.1.2.5: #i50348# make SwDoc accessible via interfaces 2005/09/28 13:59:40 tra 1.1.2.4: #i50348# 2005/09/21 07:17:06 tra 1.1.2.3: #i50348# changed forward declaration of 'class SwPosition' to 'struct SwPosition' otherwise we get a link time error on Windows 2005/08/31 12:50:41 tra 1.1.2.2: #i50348# Introducing IDocumentRedlineAccess interface 2005/07/19 09:18:13 tra 1.1.2.1: #i50348#make SwDoc interface based

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [65cc112ad5d3b14e5bba229a3afd8649dc2c264a]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/09/29 13:03:45 tra 1.1.2.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e15f3f68b67de6166fc2861e91e8b23a0e6bf29]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/11 07:55:35 fme 1.1.2.1: #i50348# make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a07522ea944d3ebdf1582728057aa5a165bf7381]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/18 14:52:25 fme 1.1.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [39542445662d1f9409f19108a9e17926d0d99671]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/11 07:54:38 fme 1.1.2.2: #i50348# make SwDoc accessible via interfaces 2005/10/06 08:13:04 tra 1.1.2.1: #50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [88880554532b155071dd777ffdf2793fb0300622]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/18 14:52:44 fme 1.1.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7518fb9e558bb533289f1e789ac07282ee9d826a]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/10/24 16:01:11 tra 1.1.2.6: #50348# 2005/07/19 06:05:19 fme 1.1.2.5: #i50348# make SwDoc accessible via interfaces 2005/07/13 13:23:41 fme 1.1.2.4: #i50348# Make SwDoc accessible via interfaces 2005/07/05 14:00:14 tra 1.1.2.3: #i50348#make SwDoc interface based 2005/07/05 08:12:31 tra 1.1.2.2: #i50348#make SwDoc interface based 2005/06/24 11:24:21 tra 1.1.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3046862f5b1a173058c301341965a18c7fdeb633]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2006/07/31 06:20:57 fme 1.1.2.3: #i50348# Resync 2005/11/18 14:52:00 fme 1.1.2.2: #i50348# Make SwDoc accessible via interfaces 2005/10/24 16:02:53 tra 1.1.2.1: #i50348#

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b01419fae40967196132c34b7dffd715277126]

        INTEGRATION: CWS writercorehandoff (1.1.2); FILE ADDED 2005/11/04 12:57:56 tra 1.1.2.3: #i50348# 2005/07/19 08:42:49 tra 1.1.2.2: #i50348#make SwDoc interface based 2005/07/19 06:42:15 fme 1.1.2.1: #i50348# Make SwDoc accessible via interfaces

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [3397bf8e6933bad421758c4f7d054e5908a4609c]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/02 17:26:55 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcee76a58be1310dd08e562743fb2140060e0c9b]

        INTEGRATION: CWS hr35 (1.7.2); FILE MERGED 2006/08/04 12:43:45 hr 1.7.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [035fa0679dda3cb05a5ce0db52cdfe8add72bb0b]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/03 17:01:01 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [07065ac30138d9038e9393abecdf5d4381165654]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/01 15:23:30 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24063baab622e76d5741999c093c1f7cb26d58a]

        INTEGRATION: CWS hr35 (1.13.4); FILE MERGED 2006/08/04 16:16:58 hr 1.13.4.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf11b6fc9b90b7deb3aad0d9fa5f5a07abb70c46]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/04 12:12:57 hr 1.6.2.5: #i68002#: remove obsolete files 2006/08/04 11:31:42 hr 1.6.2.4: #i68002#: remove obsolete files 2006/08/02 13:31:11 hr 1.6.2.3: #i68002#: remove obsolete files 2006/08/01 16:59:57 hr 1.6.2.2: #i68002#: remove obsolete files 2006/08/01 12:50:50 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b336d988cbfb24f7f35062086d88f663f08a1ba0]

        INTEGRATION: CWS hr35 (1.6.4); FILE MERGED 2006/08/02 13:31:10 hr 1.6.4.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [d10a795dead5345c90ccdc727e31272018eaaf2c]

        INTEGRATION: CWS hr35 (1.3.104); FILE MERGED 2006/08/04 10:04:00 hr 1.3.104.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [eec6fd3dbf68de9440d0209feb351ce94d73fc65]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/04 10:18:08 hr 1.6.2.4: #i68002#: remove obsolete files 2006/08/02 13:31:08 hr 1.6.2.3: #i68002#: remove obsolete files 2006/08/01 16:59:55 hr 1.6.2.2: #i68002#: remove obsolete files 2006/08/01 11:11:02 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f02c9c0ce722485ee9be96d3405f53d761976d]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/02 13:31:07 hr 1.6.2.3: #i68002#: remove obsolete files 2006/08/01 12:50:46 hr 1.6.2.2: #i68002#: remove obsolete files 2006/08/01 11:11:02 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0630608e1c9ac252edecceebbc3ea83a19b1747]

        INTEGRATION: CWS hr35 (1.7.14); FILE MERGED 2006/08/04 09:45:40 hr 1.7.14.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d44fc29aa49d9921391e1c9ab1c6fc1a6b7fb4e]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/02 13:31:07 hr 1.6.2.2: #i68002#: remove obsolete files 2006/08/01 16:59:55 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [1acf1911d577f74e612abbbd7fdeec32666fd0a0]

        INTEGRATION: CWS hr35 (1.6.2); FILE MERGED 2006/08/02 13:31:06 hr 1.6.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [61cabad27757147556b5be8719e7c9916f5aa0e3]

        INTEGRATION: CWS hr35 (1.7.2); FILE MERGED 2006/07/31 17:08:56 hr 1.7.2.1: #i68002#: remove obsolete files

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0f58d1dc00a22b745eb541ab84136d3d8d5bc87]

        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-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc223b1a415e15f52102b12c3e968dca9b8e4870]

        INTEGRATION: CWS c03v5_SRC680 (1.36.130); FILE MERGED 2006/07/31 09:50:06 fs 1.36.130.1: #138539# couple the application links with the File/New menu - if an application is not present in File/New, it also is not in the quickstarter

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bcd5da56913689d64c63c4afb90e9ed927d8b41]

        INTEGRATION: CWS swqbf80 (1.38.30); FILE MERGED 2006/08/08 12:39:06 ama 1.38.30.1: #i67907#: Loop wit redlines

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [beb1ebe55ba0031b8f3434c38eb688a261b3fe4e]

        INTEGRATION: CWS hr36 (1.25.52); FILE MERGED 2006/08/10 13:17:05 hr 1.25.52.1: #i68308#: pack writer2latex.jar only with Java enabled

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [735da2b1fcc84853c47e5f338c7e3a93e71e756b]

        INTEGRATION: CWS impress101 (1.31.90); FILE MERGED 2006/08/08 10:40:15 sj 1.31.90.1: #i68177# fixed connector layouting problem

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [7565c8fdbc4a4eab9ebc30097b4ab0e4d5b217ba]

        INTEGRATION: CWS jl38jre (1.5.210); FILE MERGED 2006/07/11 11:57:44 is 1.5.210.1: #137762# new java 1_5_0_07

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [b275075087bd5f13e6c27e3f9ddb020f52fc4483]

        INTEGRATION: CWS jl38jre (1.33.174); FILE MERGED 2006/08/07 09:16:38 jl 1.33.174.2: RESYNC: (1.33-1.35); FILE MERGED 2006/07/11 11:55:52 is 1.33.174.1: #137762# new java 1_5_0_07

2006-08-14  Jens-Heiner Rechtien  <hr@openoffice.org>  [df2f3373fc886f8ca3d3f7f150e7db23b6660632]

        INTEGRATION: CWS smoketest10 (1.17.4); FILE MERGED 2006/08/04 13:30:39 kz 1.17.4.1: #137763# remove .ai.pkg.zone.lock* after install

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1c53481c4227e6a04ff7564335c69a4a4d708d9]

        INTEGRATION: CWS svp01 (1.9.20); FILE MERGED 2006/07/10 08:34:01 thb 1.9.20.1: #i65904# Need enable_shared_from_this for basebmp

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0eebf3ae6b01f49019dafca6120be3cd5d420078]

        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>  [d43b1759270576450586b24e6d141d7c211cbcbb]

        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>  [316a604879c8c4357013be9f038adc523271bb1f]

        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>  [208b00d3c3ef9934230c1c36fc65e0a3aa4d5274]

        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>  [84d259ff324af9caa9c545dd5e2a8e9be752ecbd]

        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>  [104f63c08a86f1b3e7666dafc475ee11eca7c1c3]

        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>  [9783ef4fb13be3206b7d1c4b1d9eae18ebc12cf5]

        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>  [49352f1aa364e08f6dc793ac6c826afaeedfde1e]

        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>  [f64af1a994c8b1a36dc46b030b441eabcc2842f7]

        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>  [61c817c975fa745da6d89d31fb7d3a86c36891e0]

        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>  [60401566c3e2bbcef65ec861b5f79c95b2815036]

        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>  [a33e73e7657a2ec45a81ab203e29955f491b5e63]

        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>  [c9093593dcd263e55ac5d2aee43e747bbd2bf91c]

        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>  [4b4f084cc0ce4a0a62827c5d27921f94b352d7a5]

        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>  [2fd784e8cf546310c4e897e10a979020bb77b908]

        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>  [709d698528022fbd3bce7a0a1574e8dfb2751e39]

        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>  [4c19f2b88e26833ea4abff1a9f9945135c488c47]

        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>  [20de66bff5e0a547f84420aae738eee7c0442c5d]

        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>  [ba18c8c52b42a4b6bf1731d424582a7ac5a36d99]

        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>  [980dea4b9e3271813fbb39b2932335241e2a50bf]

        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>  [35b4ac021308303b64e6f51abdbbf94ba0699b66]

        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>  [59729d173276fe38c35f47e8177bace86426dfc6]

        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>  [faff17d18056afe94b7378d8c2147b178b16fc1a]

        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>  [fdd2f9e5f7d67a418ff8131cdc44d45b8206be6e]

        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>  [e22baf0c41e430ea9e7f0f9dc1efb6002ea23444]

        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>  [7e430a96150d85296e7c5a19cfe6f5671f25e9f4]

        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>  [a40acb0bc19b76afe9200669f697ce8247510228]

        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>  [2836ec06c1280e6967f5bdb9fd6547f22c7e24aa]

        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>  [16d2cb073de65d029dd174c2cf2a5a99aabcb686]

        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>  [3ae0e80cd9847c9f1ada2ba69dc5d587b4b50879]

        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>  [563af78069ac2dab779e05c7b10ca4ad45fe0f6b]

        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>  [ffab366388ec91043ee51e87d888579767bce05a]

        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>  [61d1fd04ad56d96f8a56602f46dcb98558b2986e]

        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>  [b47871f019cb83fd23767f4a089cf414d9367cfd]

        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>  [a94e4b3ec3f24100e28eff2e8c0cc4bc8051ae1f]

        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>  [9a1e62217cf7645bca396934648b07291286c9da]

        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>  [ce75470ae4100edde912c952248ee72a95ac2067]

        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>  [26bdcd04e32867432a382d1ba116203c9896be03]

        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>  [83bfe106d9b993b72c01712120498036103d9f04]

        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>  [a8f9fef0e53cd4ed1a218ec244ba2a3ab8d2ab44]

        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>  [d53a6b5b71834bacabf906a929a7f9bed1ef5e9f]

        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>  [dbd7f9185a45fb188de8a4fc89da9ff56e58690c]

        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>  [ab2a6fbdf2e0b9ddea7c8bc901dc072bf945f7d1]

        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>  [6dada8b8fc8d540e696a5b719a73fb64eaaf1d04]

        INTEGRATION: CWS svp01 (1.8.4); FILE MERGED 2006/08/03 10:23:43 thb 1.8.4.1: #i65904# Vigra is not yet warning-free

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98c509c1801285ea026e064ad16ed3ec7e1f556]

        INTEGRATION: CWS svp01 (1.26.2); FILE MERGED 2006/08/03 10:23:43 thb 1.26.2.1: #i65904# Vigra is not yet warning-free

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e7818b7765ad0557c2f816f76a6dd0e11fbf31d]

        INTEGRATION: CWS svp01 (1.22.4); FILE MERGED 2006/08/03 10:23:43 thb 1.22.4.1: #i65904# Vigra is not yet warning-free

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c936b2155ffa936e457752d167105ee3a86aef8]

        INTEGRATION: CWS svp01 (1.98.68); FILE MERGED 2006/07/25 09:48:34 pl 1.98.68.3: RESYNC: (1.99-1.101); FILE MERGED 2006/06/27 11:25:05 pl 1.98.68.2: RESYNC: (1.98-1.99); FILE MERGED 2006/05/30 14:25:26 thb 1.98.68.1: #135265# New macro for basebmp lib

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc5767678199adc7c51a3839f316c27ae43b4611]

        INTEGRATION: CWS svp01 (1.7.10); FILE MERGED 2006/07/25 09:43:51 pl 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/24 16:35:10 pl 1.7.10.1: #138338# watermark string

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [58963b2c0e67dd74e69b8358365687b1e2f470be]

        INTEGRATION: CWS svp01 (1.49.2); FILE MERGED 2006/08/03 16:48:39 pl 1.49.2.3: #138338# rounding issue 2006/07/25 09:43:40 pl 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2006/07/24 16:35:10 pl 1.49.2.1: #138338# watermark string

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c9458f48342b30a39dc456fa32b6d4aa06c6bb]

        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>  [e978590f79bae39eb4a5ff9dfd06487d09d0954c]

        INTEGRATION: CWS jl40 (1.2.6); FILE MERGED 2006/07/27 14:16:25 jl 1.2.6.2: #67372# 2006/07/27 11:39:31 jl 1.2.6.1: #67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e55dd11d1d2858fbc962d7eab6453dc9e0b68ca0]

        INTEGRATION: CWS jl40 (1.2.6); FILE MERGED 2006/07/27 11:39:31 jl 1.2.6.1: #67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [40f180e488ffbe318be8964f4b0d135112ca778a]

        INTEGRATION: CWS jl40 (1.2.6); FILE MERGED 2006/07/27 11:39:30 jl 1.2.6.1: #67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfe9981defe70512b4f3618e76bac346b3f9ef23]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/27 11:37:37 jl 1.1.2.1: #i67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f22d2e64bdc1833b25d6ed056be55eab441bfa1f]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/27 11:37:26 jl 1.1.2.1: #i67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b5cfc39800c082c894a0f5462dc9a6f3073295d]

        INTEGRATION: CWS jl40 (1.2.6); FILE MERGED 2006/07/27 11:39:29 jl 1.2.6.1: #67372#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce06ec6393d6ec3422003e0edcf1736237d3c390]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:13 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:42:48 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ff200219a0bf43b6ed5763a0cc5b1caf1eb3aaa]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/21 08:42:39 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d5acc8f2b1f578537c9f8e56b4f3f2ce358cae8]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:13 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:42:29 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a5a799e37c7a0ad1db0ca84b780b2bae97befd]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:13 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:42:20 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1978feb1a3d57bb41ef0f85a6833eaf4f9412dda]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:12 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:42:10 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [489031b7923377aeeefe267ee9cf981ff20ae417]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:12 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:42:00 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae36ff237d461ee2774608be253f7719c258de52]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:12 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:41:49 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [69520c30e5882bb8997487b6901893b87918c3fc]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:12 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:41:39 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4055b29130524c2ff8cfa1d7f37e45fa45b2dfd9]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:12 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:41:28 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [99eb4a315c72307470cf5fc50833cc9354363948]

        INTEGRATION: CWS fwk44 (1.33.74); FILE MERGED 2006/08/04 10:20:29 mav 1.33.74.1: #139115# fix patch integration problem

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aef835fa0d2b6cc9173e70423d84d7ada23f0d4]

        INTEGRATION: CWS jl40 (1.1.2); FILE ADDED 2006/07/24 14:35:11 sb 1.1.2.2: #i67503# Missing -kb. 2006/07/21 08:41:14 sb 1.1.2.1: #i67503# Test extensions originally attached to #i66005#, including readme.txt.

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b171a2f0b657cfd31374674d7cbceacb1498e99]

        INTEGRATION: CWS fwk44 (1.31.46); FILE MERGED 2006/08/07 12:35:08 pb 1.31.46.1: fix: #133213# do not select NULL entries

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [059bbf5c2a1df381e590ef2d924d2cccaf995bbb]

        INTEGRATION: CWS jl40 (1.9.6); FILE MERGED 2006/07/28 06:44:12 jl 1.9.6.3: RESYNC: (1.9-1.10); FILE MERGED 2006/07/27 14:06:53 jl 1.9.6.2: #135435# do not use lower case meta-inf 2006/07/27 11:44:11 jl 1.9.6.1: #67372# schema of description.xml changed

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5daf1a8d9381475812ebc46308b78cb5bf55a099]

        INTEGRATION: CWS jl40 (1.12.70); FILE MERGED 2006/07/27 11:44:10 jl 1.12.70.1: #67372# schema of description.xml changed

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4261bfff65fc0335b19f946f1e7c9ed7b157fc0]

        INTEGRATION: CWS fwk44 (1.70.26); FILE MERGED 2006/08/07 10:13:23 fs 1.70.26.1: #i68215#

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7504a1464e62c9cd73ac3a06f12389e7e4bfd245]

        INTEGRATION: CWS jl40 (1.11.6); FILE MERGED 2006/07/27 14:06:52 jl 1.11.6.1: #135435# do not use lower case meta-inf

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ee3f7956937d6fa0cd8a5490f57f3fbb45592d8]

        INTEGRATION: CWS jl40 (1.8.204); FILE MERGED 2006/07/27 11:44:10 jl 1.8.204.1: #67372# schema of description.xml changed

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [367d50190752ffb33b7d21683de48095bd0aa75b]

        INTEGRATION: CWS jl40 (1.2.6); FILE MERGED 2006/07/21 08:32:54 sb 1.2.6.1: #i67591# Missing FreeResource().

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [15c96e4129bd81be1d50484c7a3a2b18300906d6]

        INTEGRATION: CWS jl40 (1.17.24); FILE MERGED 2006/07/27 09:16:37 jsc 1.17.24.1: #i76824# disable file type registration for oxt

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3cdcd49c1b8d17d0dc66dcfeda7583fface56fd]

        INTEGRATION: CWS fwk44 (1.15.24); FILE MERGED 2006/08/07 09:13:08 cd 1.15.24.1: #i67882# Revert changes of i66983 as sd uses this non-documented behavior

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c7d9f1b95271015ea80fb0182104554a8c5a9c0]

        INTEGRATION: CWS jl40 (1.50.6); FILE MERGED 2006/07/20 11:11:04 jl 1.50.6.1: #136993# wrong handling of solar mutex lead to deadlock

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [16c71168074a79f151c235af7de762717179aff6]

        INTEGRATION: CWS calcmergedcells (1.50.16); FILE MERGED 2006/08/04 08:44:56 nn 1.50.16.1: #i68085# DrawStrings: pattern from cell info for hidden columns is null

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a41b36a06d1debfe8f338e592d1531c592e98d3]

        INTEGRATION: CWS gcjsix (1.156.8); FILE MERGED 2006/08/03 12:17:51 cmc 1.156.8.5: #i67465# pretty up configure output 2006/08/02 13:03:45 cmc 1.156.8.4: #i67465# and allow JAVA_HOME to be set with gcj 2006/08/02 12:40:49 cmc 1.156.8.3: #i67465# silly me 2006/08/02 12:36:26 cmc 1.156.8.2: #i67465# pretty up configure output 2006/08/02 10:45:12 cmc 1.156.8.1: #i67465# gcc's 4.1.2 libawt is like sun's now, and doesn't require linking against -lgcj, make test only for older versions

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [658c2667fb63dc1147f7750557fca3d3ce8cc802]

        INTEGRATION: CWS gcjsix (1.7.28); FILE MERGED 2006/08/02 10:46:15 cmc 1.7.28.1: #i67465# gcc's 4.1.2 libawt is like sun's now, and doesn't require linking against -lgcj, move -lgcj into AWTLIB if needed

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f7f52475ce3feafde11d379f01d7586cf1702d6]

        INTEGRATION: CWS gcjsix (1.9.12); FILE MERGED 2006/08/02 10:06:16 cmc 1.9.12.1: #i64918# gcj will change it's jvm providing library to the sunalike libjvm.so

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a35ecbd6ad9295eb41286e715717b445e9f94289]

        INTEGRATION: CWS gcjsix (1.11.12); FILE MERGED 2006/08/02 09:35:23 cmc 1.11.12.1: #i64918# treat gcj like the rest of the sunalike javas

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2826f4e96b63afd575357a248a57677827062807]

        INTEGRATION: CWS gcjsix (1.110.8); FILE MERGED 2006/08/02 10:34:02 cmc 1.110.8.1: i67465# gcc 4.1.2 is set up to work well as a sun replacement when something like java-1.4.2-gcj-compat-1.4.2.0 is installed, but our ppc expects only IBM jdk locations

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [11173d207f00e02e9f2954a73b66c4e43bb5b703]

        INTEGRATION: CWS gcjsix (1.171.8); FILE MERGED 2006/08/03 12:17:53 cmc 1.171.8.5: #i67465# pretty up configure output 2006/08/02 13:03:47 cmc 1.171.8.4: #i67465# and allow JAVA_HOME to be set with gcj 2006/08/02 12:40:50 cmc 1.171.8.3: #i67465# silly me 2006/08/02 12:36:28 cmc 1.171.8.2: #i67465# pretty up configure output 2006/08/02 10:45:13 cmc 1.171.8.1: #i67465# gcc's 4.1.2 libawt is like sun's now, and doesn't require linking against -lgcj, make test only for older versions

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0095bb26dddd982608655d5d55aaa9b2bc4b4a4]

        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>  [8205ad7d27c7e095f78947db280d601a6570cd5b]

        INTEGRATION: CWS swqbf82 (1.82.22); FILE MERGED 2006/08/09 18:47:24 fme 1.82.22.1: #b6439097# Expanded underline portion - second try

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [15cc78f4cc57a932ad3d1cb2e869ed4582911996]

        INTEGRATION: CWS swqbf82 (1.39.24); FILE MERGED 2006/08/09 18:52:42 fme 1.39.24.2: #b6439097# Expanded underline portion - second try 2006/08/09 18:47:14 fme 1.39.24.1: #b6439097# Expanded underline portion - second try

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [88e2c4fe324d2ee80959e477188c9056ee341d31]

        INTEGRATION: CWS swqbf82 (1.64.24); FILE MERGED 2006/08/09 18:47:24 fme 1.64.24.1: #b6439097# Expanded underline portion - second try

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee332676c796df4481922ec6504b9cc6cfd0638]

        INTEGRATION: CWS swqbf82 (1.120.24); FILE MERGED 2006/08/09 18:40:02 fme 1.120.24.1: #b6439097# Expanded underline portion - second try

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ebe34cb60242d8d8755ab2fbbbbda9c34e2f34f]

        INTEGRATION: CWS swqbf82 (1.12.8); FILE MERGED 2006/08/09 18:57:15 fme 1.12.8.1: #b6439097# Expanded underline portion - second try

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f61547c5b88de9b8891a22e232c842ccec184686]

        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-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e8fa92cb1d4db9213891d45c7ea62d9fa767a7e]

        INTEGRATION: CWS fwk45 (1.26.8); FILE MERGED 2006/08/07 17:32:44 mav 1.26.8.1: #i68196# clean the cache; check/set hierarchy url

2006-08-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f21853746e0da8651473f418cee0f48145bb775]

        INTEGRATION: CWS fwk45 (1.34.8); FILE MERGED 2006/08/07 17:32:43 mav 1.34.8.1: #i68196# clean the cache; check/set hierarchy url

2006-08-10  Vladimir Glazounov  <vg@openoffice.org>  [720afc0ce7afa37aa3fbf0c8f1cb9f27b826a1b0]

        #i10000# Needs 'component-update.dtd' delivered by module 'officecfg'

2006-08-09  Armin Weiss  <aw@openoffice.org>  [9927e1ca23c8353c880a3ae0a196caabdf747c4b]

        #i39532#

2006-08-09  Armin Weiss  <aw@openoffice.org>  [4d0a693b85b6191d351f7a6bb0e5c30b2e47eca8]

        #i39532#

2006-08-09  Armin Weiss  <aw@openoffice.org>  [73679d08d7072f98065007b7014df46e45e2862e]

        #i39532#

2006-08-09  Rüdiger Timm  <rt@openoffice.org>  [9e758bf379af11538428b7dea8c6cc0463ad657a]

        #i68242# 'graphictools.hxx' has been moved from 'svtools' to 'vcl'. Header-define corrected.

2006-08-09  Rüdiger Timm  <rt@openoffice.org>  [8def817b5750d4f830481eb3de398ff719b8db92]

        #i68273# 'graphictools.hxx' has been moved to vcl.

2006-08-09  Rüdiger Timm  <rt@openoffice.org>  [94186fdf0fa122bd64dd43f92aca8bbc6129581e]

        #i68273# 'graphictools.hxx' has been moved to vcl.

2006-08-08  Ivo Hinkelmann  <ihi@openoffice.org>  [ff25bc1712ef1117bc20a82e25694fd371ba0b86]

        #i10000# #i68251# Event handle removed

2006-08-08  Ivo Hinkelmann  <ihi@openoffice.org>  [14e6a323f67d72fa778ab128a10211141d9f0a63]

        #i10000# #i66982# unxlngi4.mk defines wrong linker (libuno_sal.so.3: undefined symbol: _ZTISt9bad_alloc)

2006-08-08  Rüdiger Timm  <rt@openoffice.org>  [3731fd0aa964a3d5ecca126767074681c49d8177]

        #i68242# 'graphictools.hxx' has been moved from 'svtools' to 'vcl'

2006-08-07  Vladimir Glazounov  <vg@openoffice.org>  [a878c4f639151b91b5c520f0dbbda324934cb935]

        #i10000# Deintegrate cws fpicker6

2006-08-07  Vladimir Glazounov  <vg@openoffice.org>  [b04c2937bbc5b3db538e9523e078b469f9899b67]

        #i10000# Deintegrate cws fpicker6

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dd7f020cac59b37b6d849a8cda28018231d6260e]

        #i10000# updated configue

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [af6205a686c3ac5cf5999c0a46c815dae0e66b6a]

        SRC680

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [acadc4eed82882e1bafeea1628d57bed1b2180c9]

        INTEGRATION: CWS fwk43 (1.59.20); FILE MERGED 2006/08/03 12:34:14 fme 1.59.20.1: #137134# Check if pSh really is a cursor shell before casting and crashing

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [846d1fe508d01a0d0d476b9b3061172bdbcc0e8a]

        INTEGRATION: CWS fwk42 (1.17.4); FILE MERGED 2006/08/01 19:16:12 mav 1.17.4.2: #139038# fix default value 2006/08/01 15:43:03 mav 1.17.4.1: #139038# fix the default value, remove workaround

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2de7c54d0a75c571f39d5adf403d3a9a6c04e799]

        INTEGRATION: CWS fwk42 (1.180.68); FILE MERGED 2006/08/02 15:27:26 mav 1.180.68.1: #i68076# set the correct property value

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a1f5b8b1b11709b68ae30f894cd6e064045c52ef]

        INTEGRATION: CWS fwk42 (1.181.28); FILE MERGED 2006/08/01 15:55:52 mav 1.181.28.2: #139038# fix the default value 2006/08/01 15:51:31 mav 1.181.28.1: #139038# fix the default value

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [715d38341a7a9e04fa66195fd784b2167155b315]

        INTEGRATION: CWS fwk42 (1.32.12); FILE MERGED 2006/08/02 15:14:12 cd 1.32.12.1: #i68068# Use module identifier directly to determine module for module dependent options

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bdce1b78cf3154b915c0c6cfdab9450b7571154e]

        INTEGRATION: CWS fwk42 (1.51.210); FILE MERGED 2006/08/01 17:56:28 mav 1.51.210.1: #139038# change the default value

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7d16a1006314eb2d619af56ed6ad55d8c02da0ae]

        INTEGRATION: CWS fwk42 (1.63.12); FILE MERGED 2006/08/01 18:05:39 mav 1.63.12.1: #139038# change the default value

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3c2a604dce1e751cc588c3669bf0cabfae500c5e]

        INTEGRATION: CWS fwk42 (1.61.14); FILE MERGED 2006/08/01 18:00:32 mav 1.61.14.1: #139038# change the default value

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7576a2736e8be4fea0a92a431661c74f577dfda0]

        INTEGRATION: CWS dba204c (1.2.82); FILE MERGED 2006/07/27 11:23:10 fs 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2006/07/26 08:50:15 fs 1.2.82.1: #i67595# internally hold ScriptEventDescriptors as property values (instead of the previous ScriptCode only), to not lose additional information from the descriptor, such as the ScriptType

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [771b8e55fcb42092670eca86986256c3e4fb1b46]

        INTEGRATION: CWS dba204c (1.4.12); FILE MERGED 2006/07/27 13:54:54 fs 1.4.12.3: #i10000# 2006/07/27 11:23:01 fs 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2006/07/26 08:50:15 fs 1.4.12.1: #i67595# internally hold ScriptEventDescriptors as property values (instead of the previous ScriptCode only), to not lose additional information from the descriptor, such as the ScriptType

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [410003a315a1080e7dc5aad118df827e951d49e9]

        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>  [847b20fbed5930b03c97682e35c8219f65ade797]

        INTEGRATION: CWS dba204c (1.8.28); FILE MERGED 2006/07/19 13:35:39 fs 1.8.28.1: during #i67530#: m_aDatabaseName is never used

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0ed5e7e53ccdf03897549f1f2f4c6ab6465178ba]

        INTEGRATION: CWS dba204c (1.68.6); FILE MERGED 2006/07/27 11:20:44 fs 1.68.6.2: RESYNC: (1.68-1.70); FILE MERGED 2006/07/19 13:37:11 fs 1.68.6.1: during #i67530#: OTableFieldDescription::Set/GetDatabaseName is never used

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1af4d844109c5eb1c06a843829ca20734c4c9fbe]

        INTEGRATION: CWS dba204c (1.80.8); FILE MERGED 2006/07/19 13:37:35 fs 1.80.8.1: #i67530# properly initialize the field list when encountering expressions

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [64276c0834cbd1d4839ff245fa6e02289584ca17]

        INTEGRATION: CWS dba204c (1.17.8); FILE MERGED 2006/07/19 13:36:16 fs 1.17.8.1: during #i67530#: OTableFieldDescription::Set/GetDatabaseName is never used

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [90b2e3cf0ef2c943a0a239441680909ba1187159]

        INTEGRATION: CWS dba204c (1.6.28); FILE MERGED 2006/07/19 13:35:17 fs 1.6.28.1: during #i67530#: m_aDatabaseName is never used

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [30278ea6972f2b971b16509ca6f9877effebe34a]

        INTEGRATION: CWS dba204c (1.3.2); FILE MERGED 2006/07/27 14:26:20 fs 1.3.2.1: #i10000# english typo

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [673fc9c8687cceeb7be0422615b7176a1fa223eb]

        INTEGRATION: CWS dba204c (1.6.4); FILE MERGED 2006/07/21 11:03:38 fs 1.6.4.1: #i67635# make m_pColumns an ::sdt::auto_ptr, again
        
        Holding it as ImplementationReference is bad, since this would |acquire| it, but
        it delegates all |acquire| and |release| calls to its parent (ourself)
        
        Holding it as auto_ptr doesn't hurt: If we're in the dtor, then nobody can
        have a reference to the columns, since this would have been delegated to
        ourself, which means we could not be in the dtor.

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a94c3677b9320356d65528d2ff2dd60d1e7b0d88]

        INTEGRATION: CWS dba204c (1.9.4); FILE MERGED 2006/07/21 11:14:14 fs 1.9.4.2: still #i67635#: ooops don't access a NULL m_pColumns in disposing ... 2006/07/21 11:03:37 fs 1.9.4.1: #i67635# make m_pColumns an ::sdt::auto_ptr, again
        
        Holding it as ImplementationReference is bad, since this would |acquire| it, but
        it delegates all |acquire| and |release| calls to its parent (ourself)
        
        Holding it as auto_ptr doesn't hurt: If we're in the dtor, then nobody can
        have a reference to the columns, since this would have been delegated to
        ourself, which means we could not be in the dtor.

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [86558b2e34d2f88bab6556ef3432fedb99cae152]

        INTEGRATION: CWS dba204c (1.16.28); FILE MERGED 2006/08/01 13:56:39 fs 1.16.28.2: #i10000# 2006/07/21 11:02:13 fs 1.16.28.1: during #i67635#: don't delete m_pColumns in ::disposing, but in the dtor only

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d4243ac5334bfdebed4b3dedd9befa6daf4ffaf0]

        INTEGRATION: CWS dba204c (1.28.8); FILE MERGED 2006/08/01 13:56:39 fs 1.28.8.2: #i10000# 2006/07/21 11:02:13 fs 1.28.8.1: during #i67635#: don't delete m_pColumns in ::disposing, but in the dtor only

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [20d70983dfa8cd7459eae5fd32171d94b5eaed45]

        INTEGRATION: CWS dba204c (1.13.28); FILE MERGED 2006/08/01 13:56:38 fs 1.13.28.2: #i10000# 2006/07/21 11:02:13 fs 1.13.28.1: during #i67635#: don't delete m_pColumns in ::disposing, but in the dtor only

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f9f43cac57dad1d9a498c577cd436107f852b558]

        INTEGRATION: CWS dba204c (1.44.8); FILE MERGED 2006/07/21 08:45:51 fs 1.44.8.1: #i67594# when the connection cannot provide a query composer, create one stand-alone

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [86d8c083b25e97f57dc389c8f7a2618930ed9912]

        INTEGRATION: CWS dba204c (1.145.8); FILE MERGED 2006/07/24 12:21:32 fs 1.145.8.2: #i67453# when extending an error message, caught during execution, with own information, don't allow for secondary exceptions to slip to the caller 2006/07/21 08:45:50 fs 1.145.8.1: #i67594# when the connection cannot provide a query composer, create one stand-alone

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [750760f5c8b1cbdfa936e7348916f030610bfc88]

        INTEGRATION: CWS dba204c (1.62.8); FILE MERGED 2006/07/26 10:41:54 fs 1.62.8.1: #i66596# when executing our key retrieval statement, use the proper query from the query analyzer

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [638ee1ecce7f5acfdecbd5d2d92ea248ee70fb0b]

        INTEGRATION: CWS dba204c (1.12.20); FILE MERGED 2006/07/26 09:10:34 fs 1.12.20.1: #i67595# GetPropsbyName: properly set the EventType property

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4da92efb1340ad65f5b909b84723faaedbf2c593]

        INTEGRATION: CWS dba204c (1.7.20); FILE MERGED 2006/07/26 09:09:42 fs 1.7.20.1: #i67595# GetPropsbyName - second argument not const, for convenience

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [025597c15a5f97dd5c439d38eb56510e49e25d3a]

        INTEGRATION: CWS dba204c (1.38.12); FILE MERGED 2006/07/21 07:27:23 fs 1.38.12.1: #i47884# BorderColor is MAYBEVOID

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cab981674e055e5f9286aa9167abbd9fbf79f0d3]

        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>  [cb6633d8190541ae4b083c58fc96ac5fba009354]

        INTEGRATION: CWS dba204c (1.41.4); FILE MERGED 2006/08/04 10:03:09 fs 1.41.4.2: #i68137# insert: really insert the given node, not NULL 2006/08/01 14:05:41 fs 1.41.4.1: #i68034#

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [686dea622037423a76fd6f068d419245750b7097]

        INTEGRATION: CWS dba204c (1.48.8); FILE MERGED 2006/07/26 10:25:25 fs 1.48.8.1: #66596# getTableNode: add forgotten case table_ref := table_node

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dd580b681a245d179f41dd6ddd56b4e277e77d9d]

        INTEGRATION: CWS thbpp4 (1.1.14); FILE MERGED 2006/07/11 10:36:09 thb 1.1.14.2: #i65318# Now slightly more robust 2006/07/11 10:28:30 thb 1.1.14.1: #i65318# Forwarding internal agg's version to our clients

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6308dc984d937731e31f0219cddbf28dee10ad43]

        INTEGRATION: CWS thbpp4 (1.4.174); FILE MERGED 2006/07/20 11:30:52 thb 1.4.174.1: #i67433# Applied geki's patch to disable agg completely

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [46cdadac894365e68564f4777fd126ab7199f0b6]

        INTEGRATION: CWS thbpp4 (1.6.280); FILE MERGED 2006/07/20 11:30:52 thb 1.6.280.1: #i67433# Applied geki's patch to disable agg completely

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4fe7baacca5cb2d2660dcf4d19f9d0a573220c03]

        INTEGRATION: CWS thbpp4 (1.53.144); FILE MERGED 2006/07/26 14:02:14 cmc 1.53.144.1: #i67337# clear results between queries

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f3e27d8b8b7b1ca43c587d0cb52180ef25e8fd6b]

        INTEGRATION: CWS thbpp4 (1.120.202); FILE MERGED 2006/07/26 14:39:41 cmc 1.120.202.1: #i64557# ww2 fix

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a056fa394325fbc33768e871d67e08a5066da9fc]

        INTEGRATION: CWS thbpp4 (1.107.6); FILE MERGED 2006/07/26 15:16:59 thb 1.107.6.3: RESYNC: (1.107-1.110); FILE MERGED 2006/07/16 21:15:08 thb 1.107.6.2: #i67433# Exporting ENABLE_AGG to config file 2006/07/11 10:10:55 thb 1.107.6.1: #i65318# Applied rene's patch

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aaa8d1d0f5302da21b5d719f0cc5d91b8bf64a9b]

        INTEGRATION: CWS thbpp4 (1.168.8); FILE MERGED 2006/07/26 15:16:48 thb 1.168.8.6: RESYNC: (1.168-1.171); FILE MERGED 2006/07/19 08:25:02 thb 1.168.8.5: #i67433# Merged in geki's changes 2006/07/16 20:45:28 thb 1.168.8.4: #i67433# One can now disable usage of agg completely 2006/07/14 16:01:10 rene 1.168.8.3: fix, really this time 2006/07/14 14:59:38 rene 1.168.8.2: fix configure.in, again 2006/07/11 10:10:54 thb 1.168.8.1: #i65318# Applied rene's patch

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bb0c64da1947145cee51838934ed8c7a94bae2ac]

        INTEGRATION: CWS thbpp4 (1.55.90); FILE MERGED 2006/08/04 13:05:56 kz 1.55.90.1: #i67433# add ENABLE_AGG

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [776edbad2160f95968ab6c019ece86b66092cb3e]

        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>  [c26fd19966352c464862379b38a9381eea2a2367]

        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>  [e9824d3df461716e9fd37646ac619eb7cd2d701d]

        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>  [e029aedbdb48f006835cf47cb8324622a7e4940c]

        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>  [0e90df7f7b44eeaa7a2eb9a02c59c44ec1ac353f]

        INTEGRATION: CWS a11y204 (1.2.1886); FILE MERGED 2006/07/25 08:29:49 tl 1.2.1886.1: #i67214# implementing text.getDefaultAttributes for EditEngine

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8438a5f89009558bce8f78ad124cacdf751d67e4]

        INTEGRATION: CWS a11y204 (1.20.48); FILE MERGED 2006/07/24 08:50:29 tl 1.20.48.1: #i67214# implementing text.getDefaultAttributes for EditEngine

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7baff28dad9178e4d1e32033b238e4127a8d17cf]

        INTEGRATION: CWS a11y204 (1.47.48); FILE MERGED 2006/08/01 13:30:50 tl 1.47.48.2: #i67214# getRunAttributes fixed 2006/07/24 08:54:01 tl 1.47.48.1: #i67214# implementing text.getDefaultAttributes for EditEngine

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7b14e37042312ad4988b26b5f0086bde3e796397]

        INTEGRATION: CWS a11y204 (1.7.152); FILE MERGED 2006/07/25 07:13:03 od 1.7.152.1: #i63870# - add optional interface com::sun::star::accessibility::XAccessibleTextAtrributes

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e7994ccf7ff1cc8cf20721688ca6c72eb6299ad2]

        INTEGRATION: CWS a11y204 (1.4.154); FILE MERGED 2006/07/24 06:22:15 od 1.4.154.1: #i63870# - add new IDL file XAccessibleTextAttributes.idl

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d9b68ca00a7eadc1c723b12d1601ee11abd0c9a9]

        INTEGRATION: CWS a11y204 (1.1.2); FILE ADDED 2006/07/24 06:19:39 od 1.1.2.1: #i63870# - new interface to support Gnome-ATK-methods.

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3d5cd458cdcc51cf4aea77c0f8d40758cdbdc4e7]

        INTEGRATION: CWS a11y204 (1.13.414); FILE MERGED 2006/08/02 09:54:58 tl 1.13.414.3: #i48608# evaluation of bDark for hi-contrast fixed 2006/08/01 10:30:21 tl 1.13.414.2: #i48608# evaluation of bDark fixed 2006/07/11 11:30:42 tl 1.13.414.1: #i48608# high-contrast problem with formula bar fixed

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0ecf8c52316a6533072d53e6083e4b4e9860ba0f]

        INTEGRATION: CWS a11y204 (1.7.412); FILE MERGED 2006/07/24 13:30:43 os 1.7.412.1: #i136071# order of controls (FixedLine) fixed

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f0064c49e7c8b09e0bbb8fdb48b09092375abfa6]

        INTEGRATION: CWS a11y204 (1.4.414); FILE MERGED 2006/07/11 11:30:32 tl 1.4.414.1: #i48608# high-contrast problem with formula bar fixed

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8de103c5714aaa2b91cd579d608d268d3b2633c8]

        INTEGRATION: CWS a11y204 (1.54.166); FILE MERGED 2006/07/24 06:27:26 od 1.54.166.1: #i63870# method <SwXTextCursor::GetCrsrAttr(..)> 	 - implement extension of parameters

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aaf73dfead9e13108d5dbc89593ac8eae6101ee4]

        INTEGRATION: CWS a11y204 (1.92.168); FILE MERGED 2006/07/25 15:45:49 od 1.92.168.2: RESYNC: (1.92-1.93); FILE MERGED 2006/07/24 06:27:26 od 1.92.168.1: #i63870# method <SwXTextCursor::GetCrsrAttr(..)> 	 - implement extension of parameters

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [79a476cb771432e199acad52db87eeae906b6a62]

        INTEGRATION: CWS a11y204 (1.34.238); FILE MERGED 2006/07/24 06:29:59 od 1.34.238.1: #i63870# class <SwAccessibleParagraph> 	 - implement new interface com::sun::star:accessibility::XAccessibleTextAttributes

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [78ac327b22a2760f8aabdeddb63070d8816dd7a5]

        INTEGRATION: CWS a11y204 (1.63.236); FILE MERGED 2006/07/24 06:29:59 od 1.63.236.1: #i63870# class <SwAccessibleParagraph> 	 - implement new interface com::sun::star:accessibility::XAccessibleTextAttributes

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [cfe1e5ede4e8609f395a0305dea7408b39f2808b]

        INTEGRATION: CWS a11y204 (1.41.168); FILE MERGED 2006/07/24 06:25:56 od 1.41.168.1: #i63870# method <SwXTextCursor::GetCrsrAttr(..)> 	 - extend parameters to get better control about result item set.

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e0b635b93c9fb8ed00b93454e22e99cd95edcbdc]

        INTEGRATION: CWS a11y204 (1.48.6); FILE MERGED 2006/08/02 09:56:17 tl 1.48.6.1: #i68067# evaluation of bDark for hi-contrast fixed

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [85c3f5e958b43c8ae0e9a035b0e5954fbc03f3fe]

        INTEGRATION: CWS httpcurl (1.206.32); FILE MERGED 2006/08/02 12:41:42 obr 1.206.32.1: #139080# enable http in curl

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f397d3248d36f940fa0ede0d73e758a4cf60d30d]

        INTEGRATION: CWS httpcurl (1.16.8); FILE MERGED 2006/08/02 12:14:04 obr 1.16.8.1: #139080# enable http in curl

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bb2315c303ff4d39548ce059530ae1efdf25ec33]

        INTEGRATION: CWS kdesettings3 (1.3.206); FILE MERGED 2006/07/21 12:53:52 kendy 1.3.206.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [820e15d98d0bdce39f249e9a8e127afc7184840b]

        INTEGRATION: CWS kdesettings3 (1.4.206); FILE MERGED 2006/07/21 12:53:52 kendy 1.4.206.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [88cec0d91a7a39924eaa2bdd2bc029a962170f04]

        INTEGRATION: CWS kdesettings3 (1.206.8); FILE MERGED 2006/07/21 12:53:51 kendy 1.206.8.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [43f2fc767f2890007947622a9ec5bfb6dd4fcdb1]

        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>  [2f4db6c44d511c7b7ad1606dd335911fdb0ec915]

        INTEGRATION: CWS kdesettings3 (1.4.12); FILE MERGED 2006/07/21 12:53:51 kendy 1.4.12.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aedbbdfd517dfae2a2569d15c7e6523c85777e11]

        INTEGRATION: CWS kdesettings3 (1.3.2); FILE MERGED 2006/07/21 12:53:51 kendy 1.3.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [79cb052564510b440956f600dff33e77f98fd3a5]

        INTEGRATION: CWS kdesettings3 (1.2.24); FILE MERGED 2006/07/21 12:53:51 kendy 1.2.24.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2ac0d54103e97a8fc9d8b31d26d8e403b702d6ff]

        INTEGRATION: CWS kdesettings3 (1.2.24); FILE MERGED 2006/07/21 12:53:50 kendy 1.2.24.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [bc1c7324363e5e806b54af98e4d91763be4b1830]

        INTEGRATION: CWS kdesettings3 (1.4.2); FILE MERGED 2006/07/21 12:53:50 kendy 1.4.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8ae752f3a35c697d0ad930b68cd6b195d59f3b1c]

        INTEGRATION: CWS kdesettings3 (1.14.24); FILE MERGED 2006/07/21 12:53:50 kendy 1.14.24.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2c7326b9be38693da4f20cf3ad9f7a73098952e5]

        INTEGRATION: CWS kdesettings3 (1.7.18); FILE MERGED 2006/07/21 12:53:50 kendy 1.7.18.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e32e20ed868f1a622e07004938faa247b96939c9]

        INTEGRATION: CWS kdesettings3 (1.2.170); FILE MERGED 2006/07/21 12:53:50 kendy 1.2.170.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9f493e493a5fa51c8ce52bf07928288b5217812d]

        INTEGRATION: CWS kdesettings3 (1.6.46); FILE MERGED 2006/07/21 12:53:49 kendy 1.6.46.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7e1ce1a5c413c74edb231ad7b1adb08c68ce4d6f]

        INTEGRATION: CWS kdesettings3 (1.9.2); FILE MERGED 2006/07/21 12:53:49 kendy 1.9.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [edac6516d4ed3749ca65fd7476d255630b944a98]

        INTEGRATION: CWS kdesettings3 (1.1.2); FILE ADDED 2006/07/21 12:53:49 kendy 1.1.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [07ab92f518d7b87736e82f9212299ea27d1f90d2]

        INTEGRATION: CWS kdesettings3 (1.1.2); FILE ADDED 2006/08/02 10:50:47 obr 1.1.2.2: #i66204# fixes for warnings 2006/07/21 12:53:49 kendy 1.1.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c8b31175b4108d1308fa80296ab578175fb8c104]

        INTEGRATION: CWS kdesettings3 (1.1.2); FILE ADDED 2006/07/21 12:53:48 kendy 1.1.2.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b6b6be43d3b5af4e8dac502830089aca8175bc13]

        INTEGRATION: CWS kdesettings3 (1.15.24); FILE MERGED 2006/07/21 12:53:48 kendy 1.15.24.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fdc3507c1a099473c39be7177d6bb9dc612b5baf]

        INTEGRATION: CWS kdesettings3 (1.27.24); FILE MERGED 2006/07/21 12:53:47 kendy 1.27.24.1: #i66204# Don't link with KDE libraries in Gnome (and v.v.)

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [929227922afb6a152789c34a0191b8e77872200e]

        INTEGRATION: CWS kendy10 (1.6.14); FILE MERGED 2006/07/21 15:22:15 hjs 1.6.14.2: #i10000# remove signed/unsigned warning 2006/07/11 13:03:46 kendy 1.6.14.1: #i66510# Fix recently usedl file list corruption

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dc8406b206e4682e32afa93f023d1391205c8f56]

        INTEGRATION: CWS addinconfig (1.37.2); FILE MERGED 2006/07/26 14:04:35 nn 1.37.2.2: RESYNC: (1.37-1.39); FILE MERGED 2006/07/24 13:59:37 nn 1.37.2.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [100a06a7324eb915e61f388ec83de3db9ea1c1a2]

        INTEGRATION: CWS addinconfig (1.158.34); FILE MERGED 2006/07/26 14:04:08 nn 1.158.34.2: RESYNC: (1.158-1.159); FILE MERGED 2006/07/24 13:59:36 nn 1.158.34.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [802a2effc19a097fdd5d28fdac67fff254300d82]

        INTEGRATION: CWS addinconfig (1.19.226); FILE MERGED 2006/07/26 13:41:35 nn 1.19.226.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/24 13:47:35 nn 1.19.226.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ad644adbda06bdcc4967ca3229d51d0e14b1ca85]

        INTEGRATION: CWS addinconfig (1.12.224); FILE MERGED 2006/07/26 13:28:16 nn 1.12.224.2: RESYNC: (1.12-1.13); FILE MERGED 2006/07/24 13:47:20 nn 1.12.224.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ccbfb4a8b540cbf0a317f421f9868cfe455f6580]

        INTEGRATION: CWS addinconfig (1.9.224); FILE MERGED 2006/07/26 13:27:59 nn 1.9.224.2: RESYNC: (1.9-1.10); FILE MERGED 2006/07/24 13:47:20 nn 1.9.224.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [70ac7f70779ed02e379344e426804bbf494715d2]

        INTEGRATION: CWS addinconfig (1.49.2); FILE MERGED 2006/07/26 13:11:26 nn 1.49.2.2: RESYNC: (1.49-1.50); FILE MERGED 2006/07/24 13:47:00 nn 1.49.2.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d55386593aaa4b366ffac8eeb1ec8d4ffa42338e]

        INTEGRATION: CWS addinconfig (1.4.226); FILE MERGED 2006/07/26 12:38:02 nn 1.4.226.2: RESYNC: (1.4-1.5); FILE MERGED 2006/07/24 13:46:28 nn 1.4.226.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [06f7ff52a07f8542c2b718c6b2c099ae6749671c]

        INTEGRATION: CWS addinconfig (1.5.226); FILE MERGED 2006/07/26 12:37:54 nn 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED 2006/07/24 13:46:28 nn 1.5.226.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1440cb8115a4a2148b38f61f33dea31d66387628]

        INTEGRATION: CWS addinconfig (1.16.2); FILE MERGED 2006/07/24 13:46:28 nn 1.16.2.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [966783faccab94437e2df8c91d09670d8b4b5ff9]

        INTEGRATION: CWS addinconfig (1.17.94); FILE MERGED 2006/07/26 12:32:12 nn 1.17.94.2: RESYNC: (1.17-1.18); FILE MERGED 2006/07/24 13:46:27 nn 1.17.94.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [43faceba3b693553b2042f89ec661093a156ddbc]

        INTEGRATION: CWS addinconfig (1.1.2); FILE ADDED 2006/07/24 13:46:27 nn 1.1.2.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9fd7e5a567cda97b403636ccba5884c625edeb7e]

        INTEGRATION: CWS addinconfig (1.45.74); FILE MERGED 2006/07/26 12:27:32 nn 1.45.74.2: RESYNC: (1.45-1.46); FILE MERGED 2006/07/24 13:46:45 nn 1.45.74.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [64feb98dcbdc5086a37e164524e95da570631032]

        INTEGRATION: CWS addinconfig (1.19.186); FILE MERGED 2006/07/24 13:45:45 nn 1.19.186.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [66ff31d065e5c3d678c8cd705b2e3b26425fbf49]

        INTEGRATION: CWS addinconfig (1.2.226); FILE MERGED 2006/07/24 13:45:45 nn 1.2.226.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b41dce60d0086c743ed9b1d1067acd86e1e55f47]

        INTEGRATION: CWS addinconfig (1.45.90); FILE MERGED 2006/07/24 13:45:44 nn 1.45.90.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [40174908628ac91d7b887f3ae21e846f9a62894f]

        INTEGRATION: CWS addinconfig (1.8.94); FILE MERGED 2006/07/24 13:45:44 nn 1.8.94.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [16c787661f21bea241b9f286c616ca3049f6766c]

        INTEGRATION: CWS addinconfig (1.1.2); FILE ADDED 2006/07/24 13:45:44 nn 1.1.2.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [72e65db7b325837eb2d02e5dedf6d6fe8acc3557]

        INTEGRATION: CWS addinconfig (1.10.162); FILE MERGED 2006/07/26 12:21:10 nn 1.10.162.2: RESYNC: (1.10-1.11); FILE MERGED 2006/07/24 13:50:12 nn 1.10.162.1: #i67723# read add-in function information from configuration

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [111954a819ab345fe9eb5957b40e76a151a94752]

        INTEGRATION: CWS addinconfig (1.1.2); FILE ADDED 2006/07/24 13:50:11 nn 1.1.2.1: #i67723# read add-in function information from configuration

2006-08-04  Rüdiger Timm  <rt@openoffice.org>  [0632ef33e878af0db4798ce17bf5bc8e8c8b7e57]

        INTEGRATION: CWS unowinregcross (1.1.2); FILE ADDED 2006/07/16 15:57:44 rene 1.1.2.1: #i49718# external/ stuff

2006-08-04  Rüdiger Timm  <rt@openoffice.org>  [138d1386d94e3e57831cee44d12414cecce1ac4f]

        INTEGRATION: CWS unowinregcross (1.24.8); FILE MERGED 2006/07/17 01:08:16 rene 1.24.8.2: #i49718# typos 2006/07/16 15:57:44 rene 1.24.8.1: #i49718# external/ stuff

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [949838c8a4b5123338962c61f40b4178c266b338]

        INTEGRATION: CWS native57 (1.27.52); FILE MERGED 2006/07/26 15:46:32 is 1.27.52.1: #i67761# more precise substitution

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fae6674c4ef834f3cebafb099cae989a784ffdfe]

        INTEGRATION: CWS ka010 (1.32.72); FILE MERGED 2006/08/03 11:19:13 ka 1.32.72.2: warnings (member order for class XGradient) 2006/08/02 15:10:01 ka 1.32.72.1: #134314# initialize all members in default ctor for XGradient

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c396551d83cdf822bd0ae7301e2298719711d5a3]

        INTEGRATION: CWS ka010 (1.10.76); FILE MERGED 2006/08/02 15:12:01 ka 1.10.76.1: #i68073# check for valid pointer in WAIT_ON/WAIT_OFF macros

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4c2b9e5f9be5972cef67d4a415e1a759f7585c81]

        INTEGRATION: CWS calc38 (1.18.14); FILE MERGED 2006/07/25 17:38:30 er 1.18.14.1: #i51434# detect: SYLK ID RTD's FTD alternatives P,N,E

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [144e1ce92118c4657366b376da63415653baa3b2]

        INTEGRATION: CWS calc38 (1.20.14); FILE MERGED 2006/07/26 09:05:00 dr 1.20.14.1: #i67768# no charset in BIFF2-BIFF4 FONT records

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [03be72b4efd677a5e81a36850c9e6911b454d255]

        INTEGRATION: CWS calc38 (1.27.14); FILE MERGED 2006/07/26 09:04:50 dr 1.27.14.1: #i67768# no charset in BIFF2-BIFF4 FONT records

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6dd441c78ea732d4ae2bfa48939701456f35f99f]

        INTEGRATION: CWS calc38 (1.7.236); FILE MERGED 2006/07/26 15:42:16 er 1.7.236.1: #i64576# ScUserList: for lists of day names take locale data's calendar's StartOfWeek into  account

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2a8efdfd71508cd41539f4c44dea002dab50f93d]

        INTEGRATION: CWS calc38 (1.38.80); FILE MERGED 2006/07/25 19:26:14 er 1.38.80.2: #i62850# ScIndex: access one element of a vector independent of col/row orientation 2006/07/21 15:21:08 er 1.38.80.1: #i66238# GetStVarParams: don't access a vector using an USHORT in a loop ... that never ends

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f9651db799eede3b50f9b3fc3375fedcc73d4035]

        INTEGRATION: CWS calc38 (1.61.14); FILE MERGED 2006/07/21 19:38:03 er 1.61.14.1: #i62754# UpdateReference: new listening and recalculation if a referenced range changes size

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e1090a5725e1b81f91701e80f99379154f166d9e]

        INTEGRATION: CWS calc38 (1.24.236); FILE MERGED 2006/07/21 19:38:03 er 1.24.236.1: #i62754# UpdateReference: new listening and recalculation if a referenced range changes size

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf055f8674d5ef854e1f5d05b083d5e47dcd138]

        INTEGRATION: CWS calc38 (1.31.202); FILE MERGED 2006/07/26 20:47:59 er 1.31.202.1: #i59423# Interpret: iterations: restore running state also of non-dirty cells; if one cell of a circular dependency didn't converge, all don't.

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [abbec80ed9fcd6752772a7b18840846be315fd53]

        INTEGRATION: CWS calc38 (1.25.194); FILE MERGED 2006/07/21 19:38:02 er 1.25.194.1: #i62754# UpdateReference: new listening and recalculation if a referenced range changes size

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [565f8a8b3a63c53071c6c8c8c47550ed826ecdd8]

        INTEGRATION: CWS pb17 (1.7.98); FILE MERGED 2006/07/25 09:13:09 cd 1.7.98.1: #67739# Support self-destruction only for the headless mode

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a685116c0509639f587c381ad3964436a00592bf]

        INTEGRATION: CWS pb17 (1.2.208); FILE MERGED 2006/07/26 07:29:21 as 1.2.208.1: #i64615# supress FirstStartWizard if it's requested via command line

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f2a4f2051bf81c272c3027530c79c5e017342cfd]

        INTEGRATION: CWS pb17 (1.22.208); FILE MERGED 2006/07/26 07:29:21 as 1.22.208.1: #i64615# supress FirstStartWizard if it's requested via command line

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9ebb409facfec2f6ae15baa85ca558ead6374600]

        INTEGRATION: CWS pb17 (1.28.208); FILE MERGED 2006/07/26 07:29:21 as 1.28.208.1: #i64615# supress FirstStartWizard if it's requested via command line

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8e53cb92bcafa9e4fa9f2c15d2fc2946e0d9a22a]

        INTEGRATION: CWS pb17 (1.192.50); FILE MERGED 2006/07/28 10:56:07 as 1.192.50.2: RESYNC: (1.192-1.193); FILE MERGED 2006/07/26 07:29:20 as 1.192.50.1: #i64615# supress FirstStartWizard if it's requested via command line

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [99d9954111a760dc4dcd8be651872e6dea347d77]

        INTEGRATION: CWS pb17 (1.26.18); FILE MERGED 2006/07/25 09:16:01 cd 1.26.18.1: #67739# Enable monitor thread in sal to support self-destruction for headless mode

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6b6c0e8853f8e81fd5f912b7ae784eea9a899ba6]

        INTEGRATION: CWS pb17 (1.122.54); FILE MERGED 2006/07/28 06:27:56 cd 1.122.54.1: #137946# Toggle statusbar must make sure that a statusbar is created. Therefore createElement is mandatory before calling showElement

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [61a682c9495cfcbeba41c701d10ae9933a6cb3ab]

        INTEGRATION: CWS pb17 (1.6.280); FILE MERGED 2006/07/27 13:31:48 pb 1.6.280.1: fix: #i61743# RecalcDateColumn() added

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ce68ab34c2f8ca93fd3ea7ccc1821c1587776fe3]

        INTEGRATION: CWS pb17 (1.181.18); FILE MERGED 2006/08/01 09:36:07 pb 1.181.18.2: fix: #i47688# GetVersionList() fixed 2006/07/27 13:34:57 pb 1.181.18.1: fix: #i47688# do not reload version list if not necessary

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8b6559658e935d469a8030205f847219889dd17f]

        INTEGRATION: CWS pb17 (1.11.58); FILE MERGED 2006/08/01 09:33:41 pb 1.11.58.2: fix: #i61743# more space of date column 2006/07/27 13:41:48 pb 1.11.58.1: #i47688#: load version list from storage only one time #i61743#: dynamic width of date column #i67748#: disable view and compare button if no entry is selected #i67750#: set dialog text only once

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a29f93e3829e7db315e0d0e311ef4f424ea99061]

        INTEGRATION: CWS pb17 (1.61.54); FILE MERGED 2006/07/28 06:25:23 cd 1.61.54.1: #137946# Use requestElement to create statusbar. WorkWindow has to use statusindicatorfactory from frame and not directly the progress bar of the layout manager

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f6b720a73b70cdce20f9e30d92a1ccabf9dcb917]

        INTEGRATION: CWS pb17 (1.15.198); FILE MERGED 2006/07/26 13:03:46 pb 1.15.198.1: fix: #i67779# Up- and Down-Button disabled

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5e83cd74f909fc5918f93d3115edda120e8d7a9a]

        INTEGRATION: CWS pb17 (1.33.68); FILE MERGED 2006/08/03 06:50:13 pb 1.33.68.1: fix: #i67779# disable Up/DownButton if there are no entries

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a2c0449f0c0c0013886ef27225ed22b06305a6e6]

        INTEGRATION: CWS pb17 (1.42.160); FILE MERGED 2006/07/25 08:28:50 pb 1.42.160.1: fix: #i67363# no rulers on preview doc

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b1e66d1cae9cf15e3738b64d6000ed7d507cced5]

        INTEGRATION: CWS pb17 (1.5.254); FILE MERGED 2006/08/01 11:44:37 pb 1.5.254.1: fix: #i67363# no layer tabbar on preview mode

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8b498d2c82dd76af22dac8708dc45a069b94434e]

        INTEGRATION: CWS pb17 (1.35.32); FILE MERGED 2006/07/28 10:17:16 as 1.35.32.2: RESYNC: (1.35-1.37); FILE MERGED 2006/07/26 08:43:25 cd 1.35.32.1: #137970# Force image retrieval for add-on popup menus

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7c323defeb9137f8c6d08460abfe0ae05d753210]

        INTEGRATION: CWS pb17 (1.10.34); FILE MERGED 2006/07/26 11:52:28 cd 1.10.34.1: #i67792# RetrieveImage must be virtual in base class toolbar manager. Images from add-on must have higher priority

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fbdd63aace8a076b120eb51cf8c8ab3afe6d5ef6]

        INTEGRATION: CWS pb17 (1.50.32); FILE MERGED 2006/08/01 05:39:43 as 1.50.32.3: warning free 2006/07/28 06:30:14 cd 1.50.32.2: #137946# Retrieve and use persistent state of statusbar 2006/07/25 08:31:06 pb 1.50.32.1: fix: #i67363# no toolbars on preview doc

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [febbeb464e64cc0c63a8a6730b0a999a7ad2cd56]

        INTEGRATION: CWS pb17 (1.22.12); FILE MERGED 2006/07/28 06:31:32 cd 1.22.12.1: #137946# StatusIndicatorFactory must show/hide progressbar according to current state

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c2433529e68d52f00fd4f2a55afdffa2dead4cd2]

        INTEGRATION: CWS pb17 (1.15.36); FILE MERGED 2006/07/26 11:52:28 cd 1.15.36.1: #i67792# RetrieveImage must be virtual in base class toolbar manager. Images from add-on must have higher priority

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ed437e1ac8df66f5741af5f321436e35beeaa8d0]

        INTEGRATION: CWS pb17 (1.27.36); FILE MERGED 2006/07/28 06:29:41 cd 1.27.36.1: #137946# Some new helper methods for statusbar

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [441b6a2d4e6cf83b560260caaaf1970df14b59d4]

        INTEGRATION: CWS pb17 (1.13.36); FILE MERGED 2006/07/28 06:31:31 cd 1.13.36.1: #137946# StatusIndicatorFactory must show/hide progressbar according to current state

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b655bdcf475aae67692a5d578298c3df21633ff8]

        INTEGRATION: CWS ab27 (1.9.16); FILE MERGED 2006/07/26 11:16:34 ab 1.9.16.1: #i67783# Global ID RID_SVXDLG_ASSIGNCOMPONENT

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aa24701e18c393fb1d2bc321442ba84b1b0326cf]

        INTEGRATION: CWS ab27 (1.4.16); FILE MERGED 2006/07/26 11:16:34 ab 1.4.16.1: #i67783# Global ID RID_SVXDLG_ASSIGNCOMPONENT

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [1255dd9289ce15a2577d5a85d61cc651312ca929]

        INTEGRATION: CWS ab27 (1.12.16); FILE MERGED 2006/07/26 11:16:34 ab 1.12.16.1: #i67783# Global ID RID_SVXDLG_ASSIGNCOMPONENT

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [29c75b51c808b473daafa9134e99d905496de86a]

        INTEGRATION: CWS ab27 (1.4.58); FILE MERGED 2006/07/20 12:57:35 ab 1.4.58.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/27 08:07:21 ab 1.4.58.1: #i66765# Support SbxSAL(U)INT64 in SbxValue::Get/Put

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5c94cea0b34873cd8ab402a63790f27504467bb4]

        INTEGRATION: CWS ab27 (1.68.2); FILE MERGED 2006/07/26 09:17:48 ab 1.68.2.6: #135917# InStr/InStrRev: Changed binary/text mode default behaviour for CompatibilityMode(true) 2006/07/25 06:55:31 ab 1.68.2.5: #i61070/72 Use correct error messages 2006/07/20 12:52:21 ab 1.68.2.4: RESYNC: (1.68-1.69); FILE MERGED 2006/07/20 07:50:48 ab 1.68.2.3: #135916# Fixed StrComp for CompatibilityMode(true) 2006/07/19 13:44:42 ab 1.68.2.2: #i61166# Correct error code in RTL method kill 2006/05/23 14:57:32 ab 1.68.2.1: #i61165# rmdir: changed error code if path doesn't exist

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [df6db6723e179c47801125adf94549811846b835]

        INTEGRATION: CWS ab27 (1.15.14); FILE MERGED 2006/07/26 06:36:49 ab 1.15.14.1: #i65194# Allow keywords to be used as named parameters

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c6037cb2192dfbbefc42e782544d274ae84e9474]

        INTEGRATION: CWS ab27 (1.30.2); FILE MERGED 2006/07/20 12:47:35 ab 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2006/05/24 08:15:46 ab 1.30.2.1: #i65532# Clear CreateObject function as it can contain an Uno object

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5f56add5e66d39863823868cc9f99104d1ea8a91]

        INTEGRATION: CWS ab27 (1.39.14); FILE MERGED 2006/07/25 12:39:59 ab 1.39.14.1: #i64993# Support for TypeClass_EXCEPTION

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2115a3492c5b73f6a3666761a0290d5511d8091e]

        INTEGRATION: CWS ab27 (1.12.6); FILE MERGED 2006/07/25 11:03:03 ab 1.12.6.1: #i66055# enable passing parameters by ref

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [456b8a8978a834158bc52e9df7cef2a2d71917cc]

        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>  [c945989d966145437295d870d0b4853b4cabc6ae]

        INTEGRATION: CWS gh12b (1.4.112); FILE MERGED 2006/08/03 07:55:40 gh 1.4.112.1: #i67110#do ot use hidden testtoolrc file

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [5d83331989f761b51c27685b5ad87704feb7a1d0]

        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>  [71131b77f696febf3e88d3c8318c34f2bf115a6f]

        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>  [04312873f19cf385efa02b3637d5515ae90c4a8d]

        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>  [e42a628fc2de4a2105ee85acb5b3eb689ff1d76d]

        INTEGRATION: CWS gh12b (1.64.16); FILE MERGED 2006/08/03 07:39:57 gh 1.64.16.1: #i67110#do ot use hidden testtoolrc file

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fb92d3b8b5a1d05357986f69b90dc5234ba4b770]

        INTEGRATION: CWS gh12b (1.7.8); FILE MERGED 2006/08/03 07:35:16 gh 1.7.8.1: #i67110#do ot use hidden testtoolrc file

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [97a36d691603fbf390091795f1a2aa77760519fc]

        INTEGRATION: CWS gh12b (1.17.20); FILE MERGED 2006/08/03 07:35:15 gh 1.17.20.1: #i67110#do ot use hidden testtoolrc file

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4f54ca68cb1a77707de0bd753fdef48e3a064acb]

        INTEGRATION: CWS onlineupdate3 (1.33.44); FILE MERGED 2006/07/13 07:24:13 obr 1.33.44.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c05bdf017d15d1ada61d0308108cda124c42a3c3]

        INTEGRATION: CWS onlineupdate3 (1.8.54); FILE MERGED 2006/07/19 12:36:57 obr 1.8.54.3: RESYNC: (1.8-1.10); FILE MERGED 2006/07/14 10:03:57 is 1.8.54.2: #137960# online update feature in windows patch 2006/07/13 16:22:27 is 1.8.54.1: #137961# new online update feature

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [794712b2146264fd0df33722a1a93b915942ff87]

        INTEGRATION: CWS onlineupdate3 (1.39.6); FILE MERGED 2006/07/27 12:20:00 obr 1.39.6.2: #66949# add onlinecheck.dll 2006/07/26 06:11:50 dv 1.39.6.1: Added updchk lib and resource

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2f17d9c5faedf0b4d2b41eb1ba9464e6a4e86720]

        INTEGRATION: CWS onlineupdate3 (1.46.4); FILE MERGED 2006/07/26 06:11:50 dv 1.46.4.1: Added updchk lib and resource

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [247a747d52ad5ceaeb96176978e3ab8a7b17f855]

        INTEGRATION: CWS onlineupdate3 (1.206.4); FILE MERGED 2006/07/27 12:20:00 obr 1.206.4.2: #66949# add onlinecheck.dll 2006/07/26 06:11:50 dv 1.206.4.1: Added updchk lib and resource

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c295fa7b978f837def290b33327712a6d545e5f8]

        INTEGRATION: CWS onlineupdate3 (1.33.80); FILE MERGED 2006/07/20 08:58:49 obr 1.33.80.2: #i66949# removed schema file again 2006/07/13 07:24:12 obr 1.33.80.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [508e67b9f2e192d07c488857c457f6a82c361847]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/14 11:53:44 obr 1.1.2.2: #i66949# string update 2006/07/13 07:24:12 obr 1.1.2.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3c0f8c2f15b52e45fe6d150030e5a37faf36dffd]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/20 08:58:49 obr 1.1.2.2: #i66949# removed schema file again 2006/07/13 07:24:12 obr 1.1.2.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0fff9258a0633877c1a9bf63766dc70a3d1e0a29]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/13 07:24:11 obr 1.1.2.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3bbbfaf04e070d526a214b8293ad06250969dde8]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/20 08:58:49 obr 1.1.2.2: #i66949# removed schema file again 2006/07/13 07:24:11 obr 1.1.2.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [af74fa9c800f6221db448e26fb0dbc4dbfbaecac]

        INTEGRATION: CWS onlineupdate3 (1.20.44); FILE MERGED 2006/07/13 07:24:11 obr 1.20.44.1: #i66949# added online update module

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d27242b11a1537f8f02c9bbba56dd526e3770c06]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/27 10:45:04 hro 1.1.2.1: #i66949# Added internet connection check for win32

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [fe4b2dd2f262de62e03b19eaa3aa740095c1d6f8]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/27 10:44:47 hro 1.1.2.1: #i66949# Added internet connection check for win32

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0fbc22fa5ef13ab5ad58cb77ad773e1b4bc060f2]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/27 10:45:14 hro 1.1.2.1: #i66949# Added internet connection check for win32

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a4ba938fa1ba9eb23bd13b4bc52e0d7d078b49f4]

        INTEGRATION: CWS onlineupdate3 (1.20.222); FILE MERGED 2006/07/27 10:42:44 hro 1.20.222.1: #i66949# Added internet connection check for win32

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e206eac449950eb074b07a8cb0d62d60c3abea18]

        INTEGRATION: CWS onlineupdate3 (1.109.104); FILE MERGED 2006/07/17 07:50:36 obr 1.109.104.2: #i66949# Online Update strings updated 2006/07/14 14:19:34 obr 1.109.104.1: #i66949# Online Update strings updated

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2542aa8ab8c9265eabc0798ad7afeba593d82511]

        INTEGRATION: CWS onlineupdate3 (1.25.76); FILE MERGED 2006/07/14 07:59:42 obr 1.25.76.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [91ce4453593dd5a8d54894be4ca1a58ddcfdf431]

        INTEGRATION: CWS onlineupdate3 (1.9.52); FILE MERGED 2006/07/07 13:59:04 obr 1.9.52.1: #i67120# Removed throw() clause from NodeReadGuardImpl

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [670318a512a257459d9fa8bccaedabea36cc00cd]

        INTEGRATION: CWS onlineupdate3 (1.11.52); FILE MERGED 2006/07/07 13:59:04 obr 1.11.52.1: #i67120# Removed throw() clause from NodeReadGuardImpl

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [dca00b386a447ab7b36b197e37279532ddc33929]

        INTEGRATION: CWS onlineupdate3 (1.8.112); FILE MERGED 2006/07/13 11:51:42 obr 1.8.112.1: #i67320# XCS_TRIM now honors PROCESSOUT

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ec4382e1c64552cef6d2d233c172e66b00ff8d16]

        INTEGRATION: CWS onlineupdate3 (1.11.64); FILE MERGED 2006/07/14 08:15:09 obr 1.11.64.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c8b2632e5219fc06acc9917ed60f7e98a0687687]

        INTEGRATION: CWS onlineupdate3 (1.35.28); FILE MERGED 2006/07/14 12:24:05 obr 1.35.28.1: #i66949# Help menu item moved

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f89bb78f8f30bbb36f04128928c0fccab6f0a1c7]

        INTEGRATION: CWS onlineupdate3 (1.13.40); FILE MERGED 2006/07/14 08:03:25 obr 1.13.40.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [92cbee727c9dde993134e02df828be8cdd86ace9]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/19 07:23:15 dv 1.1.2.1: Initial Version

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [66741023e1b32e2a9849f78fc39c2abe06d51b76]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/20 15:35:30 dv 1.1.2.1: Added resources

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c1ad9a7e0cb24607e0426753d7cc11a748cfe504]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/20 15:35:56 dv 1.1.2.1: Added resources

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [7c4eb975595bc4b3ca87e55dff010cb98fd8bbe8]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/08/03 10:30:15 dv 1.1.2.18: Positioning changed due to new window kind 2006/08/03 09:53:09 pl 1.1.2.17: #i68106# #i68104# a window that floats should be a FloatingWindow 2006/08/02 11:44:59 dv 1.1.2.16: Use window height of menubar to select the right icon 2006/08/02 09:33:49 dv 1.1.2.15: New layout 2006/08/02 07:00:19 dv 1.1.2.14: Smaller radius for bubble window 2006/08/02 06:05:05 dv 1.1.2.13: Add menu bar icon in timeout handler only when show bubble is set 2006/07/31 13:34:57 dv 1.1.2.12: Now without XEventListener 2006/07/31 12:57:10 dv 1.1.2.11: Add menu bar icon in timeout handler only 2006/07/28 08:34:08 dv 1.1.2.10: Retry setting menubar icon every 15 seconds, when menubar changed, too 2006/07/28 07:59:56 dv 1.1.2.9: Retry setting menubar icon every 30 seconds 2006/07/28 07:52:16 dv 1.1.2.8: Retry setting menubar icon after 5 seconds 2006/07/27 13:44:36 dv 1.1.2.7: Hide bubble in menu select and mouse button down 2006/07/27 13:21:27 obr 1.1.2.6: linux compile warning fixed 2006/07/27 12:14:49 dv 1.1.2.5: Show icon in backing window, too 2006/07/26 10:10:55 dv 1.1.2.4: Show new icon in menubar, part 2 2006/07/20 15:36:48 dv 1.1.2.3: Load MenuBar image from resource 2006/07/20 13:15:33 dv 1.1.2.2: Next test version 2006/07/19 07:23:29 dv 1.1.2.1: Initial Version

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4bbf0b086a49fc28a9e17d23154051abf4ae61d8]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/26 10:10:07 dv 1.1.2.3: Renamed lib 2006/07/20 15:36:48 dv 1.1.2.2: Load MenuBar image from resource 2006/07/19 07:23:03 dv 1.1.2.1: Initial Version

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8b9e9e0a35769f66688eedd2f39eb8dbdfe6dc04]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/27 07:15:39 obr 1.1.2.2: #i66949# updated xml type info 2006/07/12 08:59:45 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [84b8eef53b8bbc0c422af3759b0266265edf5496]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/25 14:05:56 obr 1.1.2.4: #i66949# manual check implementation 2006/07/21 04:57:46 obr 1.1.2.3: #i66949# added config services to communicate with tools/options 2006/07/19 07:26:27 obr 1.1.2.2: #i66949# functional updates 2006/07/12 09:00:41 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ee19294fb5b2a38e77c910f079ce610dcd4a4ec9]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/27 11:09:13 obr 1.1.2.7: #137961# bug and warning fixes 2006/07/27 07:59:53 obr 1.1.2.6: #i66949# terminate thread when user disabled online update 2006/07/26 11:42:29 obr 1.1.2.5: #i66949# direct invocation now runs SystemShellExecute on DownlodURL 2006/07/25 14:05:56 obr 1.1.2.4: #i66949# manual check implementation 2006/07/21 04:57:46 obr 1.1.2.3: #i66949# added config services to communicate with tools/options 2006/07/19 07:26:27 obr 1.1.2.2: #i66949# functional updates 2006/07/12 09:00:32 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [27184a1123144bf41fde65cc2bc6bef83f0dd57c]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/21 04:57:46 obr 1.1.2.1: #i66949# added config services to communicate with tools/options

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d031d0b075f9216c64112148628ade6a3d3f99d5]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/08/01 08:51:15 obr 1.1.2.12: #i66949# no up-to-date message on connection failure 2006/07/31 12:54:59 obr 1.1.2.11: #i67984# always update DownloadURL to reflect updates in the database 2006/07/27 13:56:19 obr 1.1.2.10: #i66949# online connection check (for now windows only) 2006/07/27 11:09:12 obr 1.1.2.9: #137961# bug and warning fixes 2006/07/27 07:59:53 obr 1.1.2.8: #i66949# terminate thread when user disabled online update 2006/07/27 07:15:39 obr 1.1.2.7: #i66949# updated xml type info 2006/07/26 14:19:48 obr 1.1.2.6: #i66949# NextCheck -> LastCheck due to problem calculating new NextCheck on changes of Offset 2006/07/26 11:42:29 obr 1.1.2.5: #i66949# direct invocation now runs SystemShellExecute on DownlodURL 2006/07/25 14:05:56 obr 1.1.2.4: #i66949# manual check implementation 2006/07/21 04:57:45 obr 1.1.2.3: #i66949# added config services to communicate with tools/options 2006/07/19 07:26:26 obr 1.1.2.2: #i66949# functional updates 2006/07/12 09:00:08 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2e11ff14633dc47b0a4349a7762c4a152b145a93]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/21 04:57:45 obr 1.1.2.4: #i66949# added config services to communicate with tools/options 2006/07/19 07:37:22 dv 1.1.2.3: Fixed for Windows 2006/07/17 09:37:31 obr 1.1.2.2: #i66949# UI strings added to JobConfig 2006/07/12 08:59:34 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [b91c53d297c088288091f151e5ff44aa0e3c769c]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/26 14:19:48 obr 1.1.2.5: #i66949# NextCheck -> LastCheck due to problem calculating new NextCheck on changes of Offset 2006/07/21 04:57:45 obr 1.1.2.4: #i66949# added config services to communicate with tools/options 2006/07/19 07:26:26 obr 1.1.2.3: #i66949# functional updates 2006/07/17 09:37:31 obr 1.1.2.2: #i66949# UI strings added to JobConfig 2006/07/12 08:59:24 obr 1.1.2.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [500b721b6bd8a11b978b71eaf2df9d25fcb7dc87]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/25 14:05:56 obr 1.1.2.2: #i66949# manual check implementation 2006/07/14 07:34:21 obr 1.1.2.1: #i66949# Help menu item for Online Update

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [34649b721e677e777900b6f3eb0cbeffbf062fa1]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/14 07:10:46 obr 1.1.2.1: #i66949# initial release

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8220c244966f1ab04c968170bdf0a29659c12a4d]

        INTEGRATION: CWS onlineupdate3 (1.18.74); FILE MERGED 2006/07/20 06:43:52 obr 1.18.74.2: #i66949# replaced updchkcfg with updchkui 2006/07/13 06:12:16 obr 1.18.74.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [9963d46987c6d5d7d6bc0b65793061cd81edea0f]

        INTEGRATION: CWS onlineupdate3 (1.33.78); FILE MERGED 2006/07/20 06:43:51 obr 1.33.78.2: #i66949# replaced updchkcfg with updchkui 2006/07/13 06:12:15 obr 1.33.78.1: #i66949# initial commit of update check task

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f7cb6b4673610c110b92af631747089c4784cc04]

        INTEGRATION: CWS onlineupdate3 (1.10.34); FILE MERGED 2006/07/14 07:50:33 obr 1.10.34.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [df3fe53ac303c8e716db9a9e49b5df868f50ac69]

        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>  [51e0dee1baacdae1d0111ba02ec4885d1af59821]

        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>  [86ef4422bc62f912f72c0bedda47ce0e6e2722e4]

        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-04  Ivo Hinkelmann  <ihi@openoffice.org>  [e0a93b506ecfee1c674683fdde1ec257c6fe72bb]

        INTEGRATION: CWS onlineupdate3 (1.10.8); FILE MERGED 2006/07/13 16:06:37 is 1.10.8.1: #137961# patch with new feature

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4fcb66777dbcd59cfbfd4729f246a71faecf3a56]

        INTEGRATION: CWS onlineupdate3 (1.7.30); FILE MERGED 2006/07/13 16:06:37 is 1.7.30.1: #137961# patch with new feature

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [4b42ecd38f6192e850d129ae5340d5f22c1ce006]

        INTEGRATION: CWS onlineupdate3 (1.6.60); FILE MERGED 2006/07/14 09:19:29 is 1.6.60.3: #137960# linux patch script and new module online update 2006/07/13 16:09:30 is 1.6.60.2: #137961# patch with new feature 2006/07/13 16:06:37 is 1.6.60.1: #137961# patch with new feature

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f9832d939e1687effda702a44d9057654df2d115]

        INTEGRATION: CWS onlineupdate3 (1.8.50); FILE MERGED 2006/07/14 07:57:07 obr 1.8.50.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [02cf5d79c35cbc4b4fa2ff4ca48adcba7ffe8941]

        INTEGRATION: CWS onlineupdate3 (1.8.40); FILE MERGED 2006/07/19 11:08:25 obr 1.8.40.2: RESYNC: (1.8-1.9); FILE MERGED 2006/07/14 07:57:06 obr 1.8.40.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [2570acf2c5b860fe7e9734f8dfc2b3dce97f6564]

        INTEGRATION: CWS onlineupdate3 (1.9.50); FILE MERGED 2006/07/14 07:57:06 obr 1.9.50.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [3c2dc3f61fe64e5cc25df6a18cc464c08822ad5c]

        INTEGRATION: CWS onlineupdate3 (1.8.48); FILE MERGED 2006/07/14 07:57:05 obr 1.8.48.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [0b62f9e6d7c508836054d0469387aa676b26a0fb]

        INTEGRATION: CWS onlineupdate3 (1.16.126); FILE MERGED 2006/07/17 08:26:47 obr 1.16.126.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f16e33f8c922b97d1798fae3e3542829b4873402]

        INTEGRATION: CWS onlineupdate3 (1.31.14); FILE MERGED 2006/07/25 07:34:56 obr 1.31.14.3: #i66949# Linux compile fix 2006/07/20 13:19:47 obr 1.31.14.2: #i66949# show online update tab-page only when module is installed 2006/07/17 08:26:47 obr 1.31.14.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [36869b409870d9094ef60cea6643e4415954fb83]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/08/02 14:15:31 obr 1.1.2.3: #i66949# enable path ellipses for destpath 2006/07/20 13:39:37 obr 1.1.2.2: #i66949# help id for online update options page 2006/07/17 08:26:48 obr 1.1.2.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [ec5cc1cf3d5b22bc09aaecc29a1c11aecf680a5a]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/21 04:27:46 obr 1.1.2.2: #i66949# major functionality update 2006/07/17 08:26:48 obr 1.1.2.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [aaf36c8e3be18dfb421987917fccac5c86c14b0e]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/07/17 08:26:48 obr 1.1.2.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [f154e6f59b193c575c97337f211b30b7dbbc510f]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/08/02 14:15:31 obr 1.1.2.6: #i66949# enable path ellipses for destpath 2006/07/27 12:55:18 obr 1.1.2.5: #i66949# need to transform command url 2006/07/26 14:22:28 obr 1.1.2.4: #i66949# Offset -> CheckInterval 2006/07/25 07:23:00 obr 1.1.2.3: #i66949# fix for Windows link problem 2006/07/21 04:27:46 obr 1.1.2.2: #i66949# major functionality update 2006/07/17 08:26:48 obr 1.1.2.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [059408c24ed2e16d34e237b168f170212f34d467]

        INTEGRATION: CWS onlineupdate3 (1.47.198); FILE MERGED 2006/07/19 10:14:21 obr 1.47.198.2: RESYNC: (1.47-1.48); FILE MERGED 2006/07/17 08:26:49 obr 1.47.198.1: #i66949# initial release of Online Update tab-page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a7d58b6bb91ef57d4e10f3dedd81f428e925c84b]

        INTEGRATION: CWS onlineupdate3 (1.64.14); FILE MERGED 2006/07/20 13:39:37 obr 1.64.14.1: #i66949# help id for online update options page

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [903e7a1a6d8c6742b4fee5da881cd9fa7baef540]

        INTEGRATION: CWS onlineupdate3 (1.25.122); FILE MERGED 2006/07/14 08:12:00 obr 1.25.122.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [8636da9ae8ad7c5008b5b04312bccedd3f918a3c]

        INTEGRATION: CWS onlineupdate3 (1.21.122); FILE MERGED 2006/07/14 08:12:00 obr 1.21.122.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [6cd378f75401eee82f230bd12d2d434803f13554]

        INTEGRATION: CWS onlineupdate3 (1.22.122); FILE MERGED 2006/07/14 08:11:59 obr 1.22.122.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a76f95409502fd11e9e59aa4a96c2d5868125c80]

        INTEGRATION: CWS onlineupdate3 (1.28.74); FILE MERGED 2006/07/14 08:02:31 obr 1.28.74.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [a5e142de01bd7f887b5c202be40c5403cbfcd180]

        INTEGRATION: CWS onlineupdate3 (1.24.74); FILE MERGED 2006/07/14 08:02:31 obr 1.24.74.1: #i66949# Moved help menu entry

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [c783f67f031482e6c3433b147996a19e3c00dd2f]

        INTEGRATION: CWS onlineupdate3 (1.1.2); FILE ADDED 2006/08/02 08:14:55 dv 1.1.2.2: #i68042# We needed smaller icons with some space left and right 2006/07/20 15:14:03 dv 1.1.2.1: Images for online update

2006-08-04  Ivo Hinkelmann  <ihi@openoffice.org>  [d8fd8827aa653dc8a52cdb796dcb8e0da7868c90]

        INTEGRATION: CWS onlineupdate3 (1.48.80); FILE MERGED 2006/07/14 12:58:20 obr 1.48.80.1: #i66949# Command removed

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [3a870742ab752d5365301197395398eaeba15634]

        INTEGRATION: CWS unowinregcross (1.19.22); FILE MERGED 2006/07/26 17:19:12 rene 1.19.22.2: RESYNC: (1.19-1.20); FILE MERGED 2006/07/16 15:46:25 rene 1.19.22.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [0c7a5d64aacfcf563c6e22c14ed6541aef3a0536]

        INTEGRATION: CWS unowinregcross (1.4.56); FILE MERGED 2006/07/16 15:46:24 rene 1.4.56.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c89a59ed6955bc107157f116d68dda34565288e8]

        INTEGRATION: CWS unowinregcross (1.29.42); FILE MERGED 2006/08/01 12:17:45 rt 1.29.42.4: #i67661# For SUN internal builds 'odk' depends on module 'officenames'. 2006/07/26 17:18:52 rene 1.29.42.3: RESYNC: (1.29-1.30); FILE MERGED 2006/07/17 08:45:49 rene 1.29.42.2: #i49718# fix --without-java build; make odk build-depend on external 2006/07/16 15:46:24 rene 1.29.42.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [1c0a821708dbf674d74f032ff22792a2cd34ede1]

        INTEGRATION: CWS unowinregcross (1.79.2); FILE MERGED 2006/07/26 17:18:47 rene 1.79.2.4: RESYNC: (1.79-1.80); FILE MERGED 2006/07/17 08:45:48 rene 1.79.2.3: #i49718# fix --without-java build; make odk build-depend on external 2006/07/17 00:02:01 rene 1.79.2.2: #i49718# typo 2006/07/16 15:46:24 rene 1.79.2.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [7492b7f98ce6f435e887e01e6cbb16b0f2957b64]

        INTEGRATION: CWS unowinregcross (1.107.10); FILE MERGED 2006/07/26 17:18:15 rene 1.107.10.2: RESYNC: (1.107-1.110); FILE MERGED 2006/07/16 15:46:23 rene 1.107.10.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a87a942b9b6a66479a31eefd3404d808a11b346a]

        INTEGRATION: CWS unowinregcross (1.169.2); FILE MERGED 2006/07/26 17:18:09 rene 1.169.2.5: RESYNC: (1.169-1.171); FILE MERGED 2006/07/23 00:09:10 vq 1.169.2.4: #i49718# Cosmetic change. 2006/07/21 17:38:48 rene 1.169.2.3: #49718# fix WNT/WINNT typo 2006/07/16 20:16:28 rene 1.169.2.2: #i49718# make check handle full paths; some other bugfixes 2006/07/16 15:46:23 rene 1.169.2.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [662a3cd42acbe01d0a32a2f0fc1e56f14b5e849c]

        INTEGRATION: CWS unowinregcross (1.154.2); FILE MERGED 2006/07/26 17:17:34 rene 1.154.2.6: RESYNC: (1.154-1.156); FILE MERGED 2006/07/24 17:53:22 rene 1.154.2.5: #i49718# regenerate configure 2006/07/21 17:38:46 rene 1.154.2.4: #49718# fix WNT/WINNT typo 2006/07/16 20:16:26 rene 1.154.2.3: #i49718# make check handle full paths; some other bugfixes 2006/07/16 19:46:43 rene 1.154.2.2: #i49718# make check handle full paths; some other bugfixes 2006/07/16 15:46:21 rene 1.154.2.1: #i49718# make unowinreg.dll rebuildable

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c97aa8a1463ce61de9c7544305a38693ecf0c3c5]

        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>  [bb5b8a9e3e3ac0087079ac9f08d9af8f4b2e0ff6]

        INTEGRATION: CWS calchtmlcrash (1.28.14); FILE MERGED 2006/08/02 09:10:06 nn 1.28.14.1: #i67910# ER: use int32 in GetWidth, check MAX values in Colonize (cope better with broken documents)

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c2a6dcbf7b87f137892e400699138b5e4e71af3f]

        INTEGRATION: CWS presfixes11 (1.7.32); FILE MERGED 2006/07/27 22:04:31 thb 1.7.32.1: #i53194# #i55294# #i67460# Fixed playback control of GIF animations - timings, loops, and end states

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [81f519dab684f75bfdbe8c47493f846e952fa969]

        INTEGRATION: CWS jl42 (1.3.2); FILE MERGED 2006/07/31 10:29:59 jl 1.3.2.1: #i67891# cliureversion.mk must always be delivered

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f735ebcc2ff4c5f51d323875522a8cec5794f631]

        INTEGRATION: CWS swqbf76 (1.12.162); FILE MERGED 2006/07/26 07:58:45 od 1.12.162.1: #138463# method <ParseCSS1_line_height(..)> 	 - interpret attribute line-height as minimum line height.

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6f1f11b3b3f96f2ffddc0cc1774c6c7c5532d37d]

        INTEGRATION: CWS swqbf76 (1.36.126); FILE MERGED 2006/07/26 14:01:22 fme 1.36.126.1: #138500# SetTabCols via API does not work correctly. Removed GetTabCols call from SetTabCols. The caller of SetTabCols is now responsible for passing the old SwTabCols

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [9a85ba88f8dc762b9712d49f11dc5eef979e3ed2]

        INTEGRATION: CWS swqbf76 (1.12.274); FILE MERGED 2006/07/26 13:57:38 fme 1.12.274.1: #138500# SetTabCols via API does not work correctly. Removed GetTabCols call from SetTabCols. The caller of SetTabCols is now responsible for passing the old SwTabCols

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [51e7e4594d022ae9a95de301483e5f1a323a004f]

        INTEGRATION: CWS swqbf76 (1.119.122); FILE MERGED 2006/07/26 13:57:38 fme 1.119.122.1: #138500# SetTabCols via API does not work correctly. Removed GetTabCols call from SetTabCols. The caller of SetTabCols is now responsible for passing the old SwTabCols

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [a0cdd5bd580d1ea4f1188ae9224be1072470b816]

        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>  [cb91be70d5d950e48a0252992a0dd4b4bbd7c684]

        #i68110# use sal_uInt32 instead of ULONG to prevent build breaks on x86-64

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f91bee1684dbd52939ce45cefb1de84c622180c3]

        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>  [f1e8b40aafc360d114dbdedd1e5318bdcd9b59ef]

        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>  [e123c5fd4869a6a1359e0e5f5a04002656253350]

        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>  [a02046b76b34bb79423ec29c048e56f082d769b7]

        INTEGRATION: CWS vcl64 (1.18.30); FILE MERGED 2006/08/02 11:40:56 thb 1.18.30.1: #i64758# Guarding against division by zero at various places

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [c049982c9d46aaf7370f7211d44522b27e3e9635]

        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>  [0552cda562a5f93426030dd4baf186fa0fa92d28]

        INTEGRATION: CWS fpicker6 (1.123.68); FILE MERGED 2006/08/01 17:45:08 cmc 1.123.68.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [6c3de4c3e9edff377b4a1fa2d205ba366aca824f]

        INTEGRATION: CWS fpicker6 (1.9.164); FILE MERGED 2006/08/01 17:45:14 cmc 1.9.164.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [e7d297c874327fc2ad23a256ccc6944b4b021bfd]

        INTEGRATION: CWS fpicker6 (1.6.74); FILE MERGED 2006/08/01 17:45:26 cmc 1.6.74.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [8aa9253521a92d5ac1d3e42165a6181d5a7a597d]

        INTEGRATION: CWS fpicker6 (1.10.4); FILE MERGED 2006/08/01 17:45:26 cmc 1.10.4.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [818884ebc168b595c4f7bc43e52b00ada5134b03]

        INTEGRATION: CWS fpicker6 (1.8.18); FILE MERGED 2006/08/01 17:45:25 cmc 1.8.18.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [31b6adb8f40afeab7d16c58b6a58d4e03c6d321d]

        INTEGRATION: CWS fpicker6 (1.11.28); FILE MERGED 2006/08/01 17:45:25 cmc 1.11.28.3: #i63263# multiselect support 2006/07/27 13:16:17 cmc 1.11.28.2: RESYNC: (1.11-1.14); FILE MERGED 2006/05/24 12:28:11 cmc 1.11.28.1: #i65330# filter on URIs not filenames

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2032d6e3f6686ae12a874baf27b05c1eed844560]

        INTEGRATION: CWS fpicker6 (1.3.72); FILE MERGED 2006/08/01 17:45:25 cmc 1.3.72.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [2dcb93345a7fceb3a7b65f81f667c1b632162eb8]

        INTEGRATION: CWS fpicker6 (1.6.16); FILE MERGED 2006/08/01 17:45:25 cmc 1.6.16.1: #i63263# multiselect support

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [8928302abdc32e3dc25dd42d0e7b15e8e60a118b]

        INTEGRATION: CWS tl24 (1.95.296); FILE MERGED 2006/07/07 10:13:40 tl 1.95.296.1: #i59645# detection on number vs string changed

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [e780ddf83dbe19417b5d20d60d8c801a2890f759]

        INTEGRATION: CWS tl24 (1.63.80); FILE MERGED 2006/07/24 13:52:06 tl 1.63.80.1: #b6423528# create printer if necessary

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [8686b550407dbef9a2c62d62824f7f2338465be1]

        INTEGRATION: CWS tl24 (1.41.28); FILE MERGED 2006/07/04 12:55:58 tl 1.41.28.1: #i66994# have Math start with focus in edit window

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [17c82212dc0eb2d5ae497805261cd9e3fadc3208]

        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>  [3c46717f7d6e1648af040190836c0d521331596e]

        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>  [90708571c7606047ee307d706336cc0de588943d]

        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>  [aa79c81491f5dfb1b9b49079bbeb3db233d0a364]

        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>  [b4ebd63eb02e30dfa6251d6d6c768a6ab09e485f]

        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>  [74102ce5f93719e2c1c3a61103b8730af9ef1de3]

        INTEGRATION: CWS impress100 (1.79.68); FILE MERGED 2006/07/27 14:46:10 sj 1.79.68.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>  [f59ec90b21f723aa2c9392c0d74312a9f8c0fa1e]

        INTEGRATION: CWS impress100 (1.8.68); FILE MERGED 2006/07/27 14:46:10 sj 1.8.68.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>  [22ce024b5211ce154eb8421476bf51513e94c9d0]

        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>  [b916be43c24ebf2d49b8ce1914873434d1877907]

        INTEGRATION: CWS impress100 (1.80.68); FILE MERGED 2006/07/31 14:23:46 cl 1.80.68.1: #i63682# do not create undo actions for copy operation

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [f270869ab19e1a1928b7eae88998c717738f98e3]

        INTEGRATION: CWS impress100 (1.7.258); FILE MERGED 2006/07/31 12:03:04 af 1.7.258.1: #i67974# DeleteChildren() deleted the children but kept pointers to them.  Now the pointers are removed first.

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [d0d20d49326a596426ccbc85bb6bd63861ca4bd8]

        INTEGRATION: CWS impress100 (1.10.176); FILE MERGED 2006/07/31 14:22:32 cl 1.10.176.1: #i63682# do not create undo actions for cursor traveling

2006-08-03  Ivo Hinkelmann  <ihi@openoffice.org>  [32924f51320ab5ecaddbab024ca4972219dfdba7]

        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>  [72ce9e38d8ec7e9182b815dbf2c3a42f3f207544]

        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-03  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f21059c2c83aee58bd7f5cd50df6677f2ea404]

        INTEGRATION: CWS impress100 (1.50.6); FILE MERGED 2006/07/27 14:41:36 sj 1.50.6.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>  [eb5182697d96128bf95d103b735df3e150786f08]

        INTEGRATION: CWS impress100 (1.18.118); FILE MERGED 2006/07/27 14:40:57 sj 1.18.118.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>  [1fbba53b0334e923f8d605e61f29bba8cc6ab000]

        INTEGRATION: CWS impress100 (1.8.6); FILE MERGED 2006/07/31 13:58:01 cd 1.8.6.1: #i67880# Fix wrong debug only fix from obo

2006-08-02  Kurt Zenker  <kz@openoffice.org>  [a72664137ab96c884833b605c36bea74e74835b7]

        #i10000# prevent warnings

2006-08-02  Rüdiger Timm  <rt@openoffice.org>  [a894a2a2bc3277f232d9d8b2fd12d1aeb6575189]

        #i10000# Previous locense correction somehow duplicated code - corrected.

2006-08-02  Rüdiger Timm  <rt@openoffice.org>  [b8b1364aa98ce330a5efd97f45feb6fa0b5b3466]

        #i10000# Previous locense correction somehow duplicated code - corrected.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [19f87130c15bc59feec6c8c84bece9156089d40d]

        SRC680

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [df26fba1657a71ca717ba938cf98a33bfdc92bbf]

        INTEGRATION: CWS swqbf77 (1.101.126); FILE MERGED 2006/07/31 12:39:29 fme 1.101.126.2: #b6446909# Smart paste correction also for drag and drop 2006/07/28 09:28:09 fme 1.101.126.1: #b6446909# Smart paste: IsInWrd returns true if position is at end of word

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f0808dadea79f6f410eaddf47ffa55d69ce03f20]

        INTEGRATION: CWS swqbf77 (1.47.438); FILE MERGED 2006/07/28 09:27:34 fme 1.47.438.1: #b6446909# Smart paste: IsInWrd returns true if position is at end of word

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [09bac57e1e559c1b2c40a7c3291e157fc9529b51]

        INTEGRATION: CWS fs06 (1.11.2); FILE MERGED 2006/07/18 13:38:23 fridrich_strba 1.11.2.1: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Uploading a new IMPROVED version of libwpd

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c8caaa4e7200e54fc0f59b366772fb2038b7a2ce]

        INTEGRATION: CWS fs06 (1.4.208); FILE MERGED 2006/07/18 13:39:43 fridrich_strba 1.4.208.1: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba making the libwpd based filter a prefered one because of the file format coverage and stability

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [31a7f24896b6cd2cad7f459f4af41be543343574]

        INTEGRATION: CWS jsc12 (1.6.84); FILE MERGED 2006/07/31 08:00:25 oj 1.6.84.1: #i57664# fix for storable

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2fde93d3def5fdac9be9b156ee993fcf5d632206]

        INTEGRATION: CWS jsc12 (1.4.84); FILE MERGED 2006/07/14 15:11:57 jsc 1.4.84.1: #i67376# adapt example code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5803a0ae6913ca0603c2890244f86b89e60b9792]

        INTEGRATION: CWS jsc12 (1.5.28); FILE MERGED 2006/07/14 15:11:57 jsc 1.5.28.1: #i67376# adapt example code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5bfddfe6a3e8ca1a69e4bf248ff65c6427de6eef]

        INTEGRATION: CWS jsc12 (1.2.84); FILE MERGED 2006/07/14 15:11:57 jsc 1.2.84.1: #i67376# adapt example code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [531d18b32975f4ccbb3d7c77720c077160ebe4e6]

        INTEGRATION: CWS jsc12 (1.7.74); FILE MERGED 2006/07/14 15:11:57 jsc 1.7.74.1: #i67376# adapt example code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2342db3813a95f18fb764ac92110be60a1d21d73]

        INTEGRATION: CWS jsc12 (1.17.72); FILE MERGED 2006/07/28 14:06:03 jsc 1.17.72.3: #i66747# integrate reviewed english version 2006/07/28 08:11:21 jsc 1.17.72.2: #i66747# update uno-skeletonmaker docu 2006/07/14 15:17:22 jsc 1.17.72.1: #i66747# integrate uno-skeletonmaker docu

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d9a2f18c883c584422dd38db1cf1c564bc798ebd]

        INTEGRATION: CWS jsc12 (1.3.86); FILE MERGED 2006/07/27 13:46:00 jsc 1.3.86.3: #i67534# remove conflicts after resync 2006/07/27 10:05:20 jsc 1.3.86.2: RESYNC: (1.3-1.4); FILE MERGED 2006/07/19 11:34:12 jsc 1.3.86.1: #i67534# update reference rdb to OOo2.0.3 release

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [264e6571bac00a36949d0ee0b9bd08e6407ca951]

        INTEGRATION: CWS jsc12 (1.6.6); FILE MERGED 2006/07/31 14:53:23 jsc 1.6.6.1: #i67879# simplify calc add-in skeleton

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6c9bb527387f2cdc547dada8e6ade4bebfe6ac71]

        INTEGRATION: CWS jsc12 (1.4.10); FILE MERGED 2006/07/31 14:53:23 jsc 1.4.10.1: #i67879# simplify calc add-in skeleton

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ef93b3b37d753ad9ff04394f3f211b8c88d1525e]

        INTEGRATION: CWS jsc12 (1.7.4); FILE MERGED 2006/07/31 14:53:23 jsc 1.7.4.1: #i67879# simplify calc add-in skeleton

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5052b7a43e2c18662d040f9ba38be57931a39d57]

        INTEGRATION: CWS fwk41 (1.20.6); FILE MERGED 2006/07/21 10:55:55 mav 1.20.6.1: #i67548# fix impossibility to remove empty template groups

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2e45b433b203c37f49bc7f8eb09e658067567cd5]

        INTEGRATION: CWS fwk41 (1.23.6); FILE MERGED 2006/07/26 12:18:23 mba 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2006/07/21 08:34:38 mav 1.23.6.1: #i67566# retrieve the mediatype correctly

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a7e693854464703ef585e3c2de105ae29556cedc]

        INTEGRATION: CWS fwk41 (1.45.4); FILE MERGED 2006/07/21 10:55:55 mav 1.45.4.1: #i67548# fix impossibility to remove empty template groups

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [be2d76454e1792bcaacac125e3e2082218e19f61]

        INTEGRATION: CWS fwk41 (1.33.6); FILE MERGED 2006/07/21 15:13:17 mav 1.33.6.2: adopt for solaris 2006/07/21 08:34:37 mav 1.33.6.1: #i67566# retrieve the mediatype correctly

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [17274e934248b7444b6227fe4da8a3554cfb2670]

        INTEGRATION: CWS fwk41 (1.67.6); FILE MERGED 2006/07/21 10:55:55 mav 1.67.6.1: #i67548# fix impossibility to remove empty template groups

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a8f6c31ddc9db0b813ef39df7082557d3d2bd42d]

        INTEGRATION: CWS numberx204 (1.49.26); FILE MERGED 2006/07/19 14:28:23 er 1.49.26.1: #i67185# SvxNumOptionsTabPage::SvxNumOptionsTabPage: Watch out for the ugly 0x88/*SVX_NUM_BITMAP|0x80*/ to not remove that.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4ee100a0b360c35e9ec7dea9e239437569b495f9]

        INTEGRATION: CWS numberx204 (1.41.18); FILE MERGED 2006/07/21 13:09:22 er 1.41.18.1: #i58725# lcl_ValidChar: treat space equal to non-breaking space separator

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aa771e35102b8358582ca4f1c757dee46e8f35a1]

        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>  [50e7bf2191a7670334319a3208b91e0b2fedb211]

        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>  [f332ee59e8b74279b539449551a447a3a1892f81]

        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>  [db07eac0200854f4b1837e9f497a3d196b2c52a5]

        INTEGRATION: CWS swqbf79 (1.64.4); FILE MERGED 2006/07/31 11:41:08 fme 1.64.4.1: #138877# SetUseInputLanguage after shell change

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d33d97e9ee9daa6855c95aa97010b1d7e18685a3]

        INTEGRATION: CWS swqbf79 (1.15.6); FILE MERGED 2006/07/31 11:41:08 fme 1.15.6.1: #138877# SetUseInputLanguage after shell change

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8159d40c5cec6a59cfc5880cc2b33d7ba5811f5e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:33:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [633b38d9c4893976bf01bccbc5b7a2d86a922213]

        INTEGRATION: CWS pj57 (1.4.12); FILE MERGED 2006/07/26 10:33:17 pjanik 1.4.12.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7f63f382d3935660803148f58f209c02c1b7c9aa]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8d95916f6f318d7c0ae7f01434b0b2ba7d11ee1c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:45 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6d34ff6f380b5d1c5ca060ecda8a883a516f270c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:41 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [571065f3ec6a757dcc72bf31a1e6e611317e4e2a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:37 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [908eb8818252ad6e3f495efce4e8b464be23d901]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:13:13 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dd08baba85f063ad02abca5352ca9407ca400fd8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:34:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6f6e4793aa940db41b6f641a1eeeec7c188ce00d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:33 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5640fc052ceacb9a94da09db59b0ca6ac7ca4325]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:30 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aee5fec6d1cf8d3ccf773fd55acef17410a8ba73]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [09c570694522b1b57cd49ee2eca23846f0199f75]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [603e6d6bb13e37761eeb7106e224f43b1fd39a67]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1999a9c0c5ad7c8d2917cdfdea09cc2ff2690be1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:15 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [55d88d6b938d0a3e422ae48ae6baee6b25534b8b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:12:34 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fce9c22178be111f80afc63fd201dc7996e68536]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fb9671171fc85b9b20665468f6183d4d72365072]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:07 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d8a7ee2c5b348f08f4a08f3ee9ed7ab2f4693864]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:03 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [32f0ec6063f843bd0496c22662ce509e80fd479c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:14:00 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [00ccee401fb5006f557a1a6930c6f5a0024c5b04]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:34:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9aff3030c8a97a2674392e0eac7f14f55ffc2bad]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:13:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fdd941a160a7836319c4ec50fd877aedbf945ba2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:35:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [10ac4c20fe4403c5a74cb2d8cd3711122a8739e2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:18:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a047641ebcfe29d0499b4b83ad124398755d3804]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:18:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d1ec4940e42b749149860e32ce1018785a7b66b8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:18:14 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [410af0f398c28c0851f51dda75a278329349380b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:18:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1856cd1029b7659d3bdc49572478453f410fcc5a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:18:03 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [902a11f02242c68cbd750ad28664907b86cda824]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:35:54 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d9f9219929202c362cda56250299fd9657eaa434]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dff7313f3cef8d3f964abe333d41deed580fe917]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4e1d871ef829166ae90c1f79a48f2b3b6de39ec6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d4517df429280f772f8829b28fd3218d9d1563c0]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fa645616c9a041e6c47488bf9386e3986bf9c551]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:44 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b768dfece62b6debfb381b8e5e878fb1caf01e33]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d9e63565c37611aa3003cfe5b7ea9bf0d1302c63]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c30e7081972c682ae11ff3befc576fba855c0344]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fee8e87b98cf036eaaef49786fb9726a6fc6a547]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [402a76267462934db898a054866ab5f14091f24a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8215b52717888056f9b6f43ff7769852d93e73fe]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e6c8ba77bd69d7d28315a186638e77fb77199403]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:36:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f443b377ff0638bbeacbe3c1cc227956ca76d77a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:15 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fbfb545ee57adf384dd93a46fd07fc6784544402]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2c61d64a1cd4b1874086eae4f5f4a34b3e1bf48b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:07 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [45a64b7fd0ad1eb3aef50946cd6249bca6e6394b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:17:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [682a578e42d1df37c80beb071d1cd41783bb8cdf]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:16:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [cc2f90c075e2a8ba84936ced2f48e9a6a747229c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:37:33 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0a111b1a8fcb88f2545d6ac2069c6f5179cb4b23]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:42 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ea27b330ac5572d326b4e24747a2f6f9a1a3e274]

        INTEGRATION: CWS pj57 (1.4.4); FILE MERGED 2006/07/26 12:21:39 pjanik 1.4.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4aa618d64968ca7193cfcc1adf85dbcf4c9d2ecc]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [770facc51a0ae5c50be4e1d9966063bc9005d77d]

        INTEGRATION: CWS pj57 (1.3.18); FILE MERGED 2006/07/26 12:21:31 pjanik 1.3.18.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3eb489a0a5c5bc42bfa0e46cb9530dc5268b53ac]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d91f9c0a38a1eb7bbc1212dab234137c448b91f6]

        INTEGRATION: CWS pj57 (1.4.4); FILE MERGED 2006/07/26 12:21:23 pjanik 1.4.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4c329d91eda1e471705a351c33c61e88005ce767]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2f3d4cf70d8861742ffbdabd83de989fb527c5dc]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:36:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a5b131c712a9d57a302e97ca5830563b56afe3a8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:14 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2254653a4875941796effbbcefcef24fa63ca303]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:21:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [927e1f86dd8bebd4ba81466ee251db91c5c027e3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:38:03 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d3719e22bf62bb4bfc3857a9d5fa875569961df1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:43:07 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0daec84d6c8091c8bb08ba20e478883962a47ef2]

        INTEGRATION: CWS pj57 (1.3.4); FILE MERGED 2006/07/26 12:43:03 pjanik 1.3.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [36da6d7a4798042b21aaf7c4366f9726c873bcb7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1b2ffaae634e172f5d6ba1b87848ea3c69387b51]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [013edd0f5a15efd10fca28d9922972fedb9578ab]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [950a24f76174bd751acfcd4d75a907d9ceb8c872]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d5a096fc9a7d91e58be05ad894a8b36e06bc3d5c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c81efbca4e11bb44be2b2287ec0c4ba5bcf1ed32]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:39 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [967a03dd83cb1063753db8eb2ab80b3cef16c006]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c7d727ee1abedf14ba7282f38abf84cb3ef19de8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3735f69b561e9d12b44cd771107d69f04df16c58]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:27 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [546bd7e836e22bbd109df2a4810ba83179d62a11]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:23 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7442d572428c53287244d7315c8bffd02419b552]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:19 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6c839af8b4985c77582463910ee2c395e52e1879]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:15 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6e814737fa37a0015051c3bd620af237d31ffdec]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [565dc7c2ba0a2a91f0883e31b50676af9d020e25]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b877750921055c68305ba4a88ad002f63a05740f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:38:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [62fa6fc915c2a04b6d14ad45ed95b84f09d3cd47]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:04 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [85b4d4186662942838bf11f625651493d0e42d5e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [670f4c96349e2ac36af15d149f597ca92645dbd5]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:42:00 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c408a382c7f9c9a58de133a3d7793c7b40e78123]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:52 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ac28dcb56d03e475fca164fd10de374f0451f57a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [958e7b851504495bb10da2492925ced738f8a82f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dd96578c74575c083c57b55a105b2b88622434df]

        INTEGRATION: CWS pj57 (1.3.20); FILE MERGED 2006/07/26 12:41:44 pjanik 1.3.20.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a9fe46b7148ca68ea48812f646ad9c83e067f239]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5de30a501e6bd7aa8ddf668201f4033dedf63946]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [78addd3152a1b406eda8350669e765ca01a7e04f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8300e2c75b56f83381ed6a36ae33cd55ce542d4c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:41:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [69721255a1a767812dec9697235c46d6ba6d9018]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:38:54 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5a317437f064d018b727e7f90e80c2c6c0d50210]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:25 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4f317d7717de0165359815cf6bc310ba44698c5c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [399047bd49591066e3454355da126c2a190bcb9b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2dd966db065f8eacc2e2691227eda4eb5a72c767]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:14 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [95582475c0c1a55f920fe94e145d90a106216690]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1bb87daad52ffe01b4865994879017d448bf18cd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:06 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2fce14865430c11f877207054951aa7d5091604f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:37:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ceabe450b1f1de23ea66b1c2661b0e0bf74284c8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:32:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2d780a2ff55ed2af1a156c0007465c755df3c769]

        INTEGRATION: CWS pj57 (1.3.20); FILE MERGED 2006/07/26 10:31:47 pjanik 1.3.20.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7da4544b33888e4f4071d61f0092e4db5b4e21e4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:40:45 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [98c08ee152defea688e45de6eb2fd914583205a1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:58 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d4b503d96f47bd1e019673b95c082cf60cf2eab2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:54 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7498ccce4b29e7190b0d7b513c5c79b4cc241584]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [26bc58a1c227b89e18c5f2e694c1ec3cce381c9a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [19011202f01bb5c5de3863adfa6697cdf609e264]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8459051b337c3a69ef9e7ea65f660b17808b41cf]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6e08d37cbab372a1dcbba50d6b21e1625299448c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [805ed2a884b3686a713efe8853469021b7053781]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3dd9107851c5a275d1e652cee5ed309f9a0531e2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:17 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [64b9c3f0462e358b38e70fa2b5bc7df09423ceef]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:13 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c5bbb9ae1e8def0121f9e34aa6df00333b02c5de]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:21 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7e901f103eea1cdcce2e2ee1a356685b94adbb25]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:25 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a24f3da6eec3ff172c045c33bcb4ab28bc0d10cc]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [137c8c64afabfe35fd7ae3fd7db1ea782607005a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:58 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ee59df0a6c1ff324811807410e307d1c87ccc630]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:06 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f36f629bbe051e9c14bad0c6651645e534154ac9]

        INTEGRATION: CWS pj57 (1.4.4); FILE MERGED 2006/07/26 12:35:54 pjanik 1.4.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aae89635f81f3d705f41ef765f4b2ac5e288c078]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:36:09 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [34f73e09d3be9e934c6bdb8de67b51f34d8107ef]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:45:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5f9ae00dac8e52ce76cd8704faee8b06438f668f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:31:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5d0f1ad23150630535c4f646c2ef3a1224d51790]

        INTEGRATION: CWS pj57 (1.4.12); FILE MERGED 2006/07/26 10:30:44 pjanik 1.4.12.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5aca1f464d1fea357053bd7ab497db0d1252bd80]

        INTEGRATION: CWS pj57 (1.2.4); FILE MERGED 2006/07/26 07:45:07 pjanik 1.2.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [cbd68eca4f604bd4afc2164ff2182e90789ef6c2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [79dd409b2e16d4df5470ed280b0307a34923cb21]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:14 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2e65986161d1d52b7350f26e8c318e7b10876c7e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [500722f1c51e88a46794f6cfc8bc312f851d7236]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [85d76c75a8abd8f76953cd96de6656d5f97f62e9]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:34 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d654c79ca5e4e71450529dac65846e14ff53c138]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:30 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4d1dbf030dfae4779ecd214271e17af5baee59e7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c1f4670cec7515c5b6cf6b9388632b18eb685964]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:38 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1b2977efa2637bc83a9ad75fc88d696904ee54f2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [64e58a954e0e53b395142ae4fe50c0914326453a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f3278ac790361856e6c18c674a321bee7b646542]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d17621feebaa9e418a69bf6d47f8b459f54c41d6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:07 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0460e050a9351892c6beb9cbb72e0aadb49a9cbd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:35:03 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1583edd9d54c9af0f4215e740ca668c74e7a183b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [81c742dd6201b0afc4ce1f984eb72967c4dc7535]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6bd5fe18d4871f6ed51ca0a2919fae598ef26ad7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aff4f16760cbdc8e820803b6e21a1ec92240318e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:45:03 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [70a692d11a9af6db1f75965c40e451eb5439d4c5]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:29:17 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [12591f35961c835b86fc005899533d7342ecc99d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:44:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [929112e2a79f6fa45ac7ab8c9658aa96c5a0813d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:41:41 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1e51291060152d9c1286b2f80a16fde52cf72bbd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3337b9f217cffb18333f13bca812e75f6d48f281]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bd1dd7de348da440c1c716a58470de021571618c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2afa1906033f00d1422fa1f4f260f3658fe7a036]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b7ff75cef9c2810ef794761aaa44befa66381eac]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3de1b1ec0e7a1b476540d0f5e0c1e6998d0855ab]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [49ab04b4da7be94a1d6e7ef4fccc05eecc704844]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f56378337fce08a550a1efbd5dc5d28fc9bbfbc6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a19808779d9b31506d986f07208e9711fdeb3c91]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:17 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [02cf47b7aaf84f5b631b606a238a3f740597a66e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:13 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [24ad1787db73312a5a4c048d60ebd92079f121a8]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:44:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6ded92488d30344bc66f463ff148353988f48c52]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:30:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4b8c3309c8f7fb45030cf03805cf03b0ddf9fdb6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 09:58:09 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5cc2ba31c7ab9ad44b3c7274ed5d7f1f52c7c921]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:47:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8f78cc2e8f6c6b2056e34a65ff8d71b485c29b2a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:09 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2aa9bc54e283d92a34d6db827210ad1419c7fa25]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:01 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fb1be2fd27f98ea60e1bc69abb2e90051dbc40f6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aa4577a90ba67057c950f30ec629ac13e9750a62]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [613d90c09556a809b26b2e083b034028bdcc3d72]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c15e3b99aeddfe96ac73da61d6c20544478e2be4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:34:05 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4bfcc9e431486eb86b89b7cc7bf8c6b75f4763ad]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [367a1a85725a97a255c7fd254446b49c6a85e763]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [40150a5eb89a3e3fcc14f6e860c456dea2d4a336]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:36 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ee5cbd290c796c02ca2fc5a56f1b498202134650]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [918d44bd5498bf3c330e7301e6887917450d3573]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a75373667f8bd3fb031ffce87a5816ce506082d2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9959135de5bfc3a21f317df89c2f2ded59087f28]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fe08cc0cc6b090e3c957f87c12e507a3701e2a36]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [877731d12dd9fea66fb6cb6dc42650874415423c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b577044e1994ff1f9c4aa582560b7d2a5ae372d2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:33:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5e0fff72685552ea0a7a30904a6ff1849c0285ff]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:42:41 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d685004ea13f6b794ba986860724f3529204e103]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f27fadffa9e7a66a9105ddcc91ae7e5d3885b618]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:39 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5fae57a7d42e7c15ca03ba7db20330c1038cf0b0]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9c6c43dbc1a962b250325ba3e6ec989d24551f39]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:31 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8d0106b755753a29743a78b88067cca63671a274]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:27 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3f154e1e70bd82cdf66d8b580a0f72f8bdd5193c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a36231f95d6048054c7827590c1bad97bdce956a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3b307f2109a21c9ed19c95ed7bf259c961f5b6b6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6a05f58debe441d8a1073120278a4bd5b271f841]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b7dc743014d124321108be3f61aec088f4aef85d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:06 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bd422925e62b9f7198a13c39935ed65728e99d56]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:25:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dc8b8b595bbfc3e966f4a16bb3b996fa56c66265]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:58 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [514acdfc8bb74842aa544ea5e6fa76ecdfeebf4b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5f74fb796345f6e84c0988e5cf69eaed323679a0]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [16ebfde5fb4421a284fe6753aa39b11d81bfb44a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [86fafab358fc3e337ed1928a487eeaf40ab315ba]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [cdff2172c82e0ad523117c8559299e7aa89add87]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2eba9aa893709e582961ba65e5a39135190f60f3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:39 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0efca488b846aa8cc22517e3560fe232a3545b41]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:32 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b46832061dbc7756b3d2d8f9965a1dd69b91b000]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7cda8bfb4b54190e90fe321234dfa689a19f3f1a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [28c8498aa6b3d5133d292a8fa9dc077621e6c2f3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ac5996f1a3cec6cf96c27fe2dde23772bc0a96a2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e697f7fdd86e0aa701e920540252df0c95a716a7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6ff00cbb4cecc96ad9484acc28fb67de742c84e4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3a04c63530e71236a109a1af68a67a7e8ea67e8c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:01 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c5a758f2b5b43795c6f7532ee01f190a547abbbf]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:24:04 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9768b95709f96347f8db5f19be4d3184ad099e19]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:43:17 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4516935a70908c3b3c8611c20a5dccfb6179ed05]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:53:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1f7b1365ff196246adfc4ccd7ae3d8eed5b8683e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:53:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ab79296a64b776638d4c13edb41ebae966c0c6a3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:53:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8fc0d51c4d745ea53536570f2304050bc4b49d02]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:53:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ebf746ad0c02a76f2e8a1c40f1fe8dd196de2e90]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:53:04 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c06ba430191c7e6bbc59b8f031e5169e207f52f1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:58 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e95d49b359fa71deebf69f6c9cf637dd93d8ca50]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:54 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c45c481689d8b998477f47847a2f124b2a8cfeac]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:44:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9717423d2ff238c4f46ea609710add3287394b73]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:43:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [68251237e3718b8769e63e7c1a7bd3c182116dab]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 08:45:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5b201bdd3fb61680219f0bf20e9a7b3760d41a7d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:48:00 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a047cc89db41366fa6f82b40c17bd227d0b99601]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9007079d12f89bea716bdff472ce90e26d271d25]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3be26ee1c7463c344cc898e9126fbbe963c918f0]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2f8548a3c1b249bff8f9db0bcd9006ee45b863d7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:44 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [746d8436bd6ee661f04f1e855df00abcee764d26]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:40 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [115d681f6d0506f4b2e1f51747b87ad2918744e4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0272631fdb4dc14273843942c7d07bd5ca475fd6]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:31 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [05a54f50d8de5c05071fd2b458dd4257a362428a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:28 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [cd70e7509a147b334f6982d9d36c93050b9f0cf7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [14c75dcc5b06a3d2806f3050355a2636899809d3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fb94c302f8a82154d1cd9f45d5a6d154d5e3ec3a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7311fb0aaa7a60e02b41fb2850fa67714c6da0e1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a01fa9004d149a25e85571f0db746874ef2d017f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c16b9cf77112d6248a8ec2a502d7ca37a5cba4f7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:04 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [21e9770751389a1e5897cd69fbfc066b4c3fc4df]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:58:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8ad1479a85128509dc4a17feb7ce95e47af862eb]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:58:01 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b4acba7bf3bd4898de83ba776e0b69b31dcb9d82]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:57:34 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [29666915f29febf8d433b6f416d33744cdcec53b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 08:44:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [16c9d3e078d5e612b1df0a5233f1cac5791fdf9f]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:47:00 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6865af16d88e75acda5794fd4887f551dd7c358a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:55 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f8cddf583cfcd30ccf1648db5b1c6f4f86cb7500]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:51 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0d224251d5a721d0e11c3c99e7274e914b2ea2b2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:46 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [cde5bb4d9fcdb5e4905d4c20bf6374f679972c84]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:43 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [39ee68d84776de213d552944b796b1e5c8100221]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:38 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f9b2489217a5f8ee18843146355f970db88d26cc]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b2f9890af4b80c45191e25b9c37e077a9eee7c44]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:31 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [72df783f832334edea71c591d353ddf907b8304e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:27 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [08355e05e5bc0311c7af29e8f94387edf8ed6549]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:23 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [42df2dfbe37f8b34ad4ce35e731217c2abbfd5d4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:19 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e43fdb9467bd215534961bf6d2af7390785c33fd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:15 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [876baf1cfaaca1984972222f23b14ca4661660d3]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:11 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [11a57de585b26f254e51fe83b31ceccf87783ccd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:07 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fcdcd4504c36f26fb11e4dafe277c95495838f48]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 12:46:04 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8050a5a4b1303311ce96f7ddb57c10067277bc01]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:19 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [67cd373842842ec2a4b380649c2a7fbcb4931e61]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:56:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [074970df5a722d9709098c048baff95b8da2e0bf]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:50 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c347d2350110a880acd8ef81ab574ae983234f49]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:46 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d076a1752a42d18b39cf7bc4cb4f29472d790575]

        INTEGRATION: CWS swqbf79 (1.74.4); FILE MERGED 2006/07/31 11:41:08 fme 1.74.4.1: #138877# SetUseInputLanguage after shell change

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [96568bc6d0f3caf7a0d4ad3eed89f90ea12fd633]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:42 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3c91f61316e95594bf5b6837cc69e55f188b89dd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:38 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [90d5ead0fde59ccaee01d4f11e84e8289084fbea]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:35 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [574cac8b2dd79f5f67ecd62a1435ee7550253dbd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:16 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [075782bb604c46e4cfda2f092837e165738d91fb]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:31 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3fcd9c6b61d6aef742de7ca970e7d22e8665333e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:27 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [49d8d636da92212ed1278ccb1912fea8fa52bb05]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:24 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f7fa43d0edfde116c91f49d620a5193fb2f04301]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:52:12 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [38ffbc530822014c56c0d5aa97bf886dc4c5f4bc]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:54:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [112715f439a4d3d4089ebd5e1a10975e18cf617c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:53:09 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6f8e01ff811f0c6fee82d02d0607cc4e7de25a9c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:50:49 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f103dba20b83b27d3c65406a28c93290129b4d37]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:50:01 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f893ba2942847e4e4ca4af4c49b83f3ca2bf761e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 08:41:20 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7d72ce7bd7692546b2ae57faf485c3b0d1a79cbd]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:46:47 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5076a6ab5223ad194e0b4762d4885aebd61456a2]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:40 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5462e646aafde355c159652026dab8a95cf3a04e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:36 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dc7e61c868ae6f22da4c86b228762087e94dc0f4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:33 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fddc77096e04c1bf38b17fdde709e7e1df4a29d4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:29 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d2373e54aaecb1107221eb65f78299232eb8df67]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:25 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f3ae9e7f5ec711ffe33f6ede25f5a0c96417a461]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:21 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e3fa9b2d5a246347c16cd3d779c4d0edb69166bb]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:17 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0fe8a22d9671f15bca056faefb638c26f8b20595]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:41:13 pjanik 1.2.24.1: #i67787#: Use generic integer pointer type instead of hardcoded 32bit one  (patch from kendy).

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7867df45e3ec295c18bc995ba01a3ffbe0bd6f16]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:42:39 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1323a0aad882d101beefbcc705c965d27126e2f4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 08:32:38 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [99de3cdf31c48bb50586ec7a66926f0945ef1122]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 08:31:01 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b3275acd91515f2e206c18ae8c2fa54d58fa7be1]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 13:20:08 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9a0739c1071241c1084dca3ec7f810aaf54fa566]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:46:21 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aec283007af0d72e40b56527dd8288662e7a7954]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:42:10 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ec23eaed7ad04a552e3d9ed1ee5f9240cbd0c828]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:49:22 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1e2be2988441b45e8b964bd108bf53d3b5d87a0c]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:48:56 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1d5143192f7c8011738f96fe836a7c03e4108797]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:48:29 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [dbc55bbfae68082d2986eb136ac9375839304f45]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:34 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1ed9e94ee3869f1344597c72bd93a2828f28599a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:41:48 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fb969d0d51b169bfc4ab3b092eeb73bf1d62cd6b]

        INTEGRATION: CWS pj57 (1.3.4); FILE MERGED 2006/07/26 08:30:16 pjanik 1.3.4.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c0c1f135fba996a4f15110a1ad03a887270d819b]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 10:45:57 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4337aaf8964e78c48864b0fc2cce652fbea0a7fb]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:30 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c45b509f6ae6ae4f82b497523b99781f19e605f7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:26 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [bad74b7706bb27dc586d9eece33b7fa47c69461d]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:21 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1f2d06c1b2fa0b2e2e85f07729d2b6a7aab2dcd4]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:17 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5833bc22b4c16d5ea12f1a7e2be654db86279fa7]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:13 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [710eaafbd576b7e6f8e37171b3bce42d093bc7ca]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:09 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d09adcf061f91e15fdf4ac63f8929d05bb266811]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:05 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4dfac0e1d2e91ec289d0f43f91e86391f1a6fe35]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 11:02:02 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0c7aaec970b24d80a8b87a13977eb15e6ac20bad]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:40:49 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f7ab05da59cd064f7d2cde3dc3f09dccb0f2b171]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:49:59 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e77f3614bf4e43d4fb327c701b4c1a1e7be0d57e]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:47:23 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b813b14722ce2e491695e51fee1b6884f17c749a]

        INTEGRATION: CWS pj57 (1.2.24); FILE MERGED 2006/07/26 07:40:18 pjanik 1.2.24.1: #i61626#: Remove deprecated SISSL license.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c503a23ff95b958a35ff3c602f78c274e89055a1]

        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>  [5fc8ec3cdcde55028b53e204af935c8475a6ebbf]

        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>  [33a52a668f3f47f06459f4c7e8eb0f529ff43d6f]

        INTEGRATION: CWS pj55 (1.6.50); FILE MERGED 2006/07/20 09:52:13 pjanik 1.6.50.1: #i67408#: prevent "Types cannot be declared in anonymous union" compiler  warning.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [aec6866d8d9dca3adcbfb52352aa4b8b57e5c02d]

        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>  [159e246103d805cb14175db6c53003bc6376cd1b]

        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>  [6b73778938ed000fb4b19be1cd147dd8b4bc113c]

        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>  [60a39edf98bd68c0febd05de01084a81ff689ad9]

        INTEGRATION: CWS pj55 (1.5.232); FILE MERGED 2006/07/24 22:33:21 pjanik 1.5.232.2: RESYNC: (1.5-1.6); FILE MERGED 2006/07/18 06:37:13 pjanik 1.5.232.1: #i67404#: Remove obsolete #pragma SEG_EOFMODULE.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1adf4dbec3264d400267c3701cbccc62fe08eb99]

        INTEGRATION: CWS pj55 (1.8.24); FILE MERGED 2006/07/15 10:03:25 pjanik 1.8.24.1: #i67342#: Prevent warning ("has not yet been assigned a value").

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [52f3304b234c72202490a4994918960773d68340]

        INTEGRATION: CWS pj55 (1.25.34); FILE MERGED 2006/07/24 20:56:17 pjanik 1.25.34.3: RESYNC: (1.25-1.26); FILE MERGED 2006/07/20 09:39:15 pjanik 1.25.34.2: #i67408#: Disable truncwarn warning 2006/07/15 09:56:10 pjanik 1.25.34.1: #i67301#: do not warn on "function is too large to generate inline, consider writing it yourself."

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9841bc63b8d1f0d4169591e71608b6e3f861936f]

        INTEGRATION: CWS pj55 (1.17.34); FILE MERGED 2006/07/24 20:56:12 pjanik 1.17.34.3: RESYNC: (1.17-1.18); FILE MERGED 2006/07/20 09:40:26 pjanik 1.17.34.2: #i67408#: Disable truncwarn warning 2006/07/19 11:37:59 pjanik 1.17.34.1: #i67301#: Add inllargeint for Intel paltform as well.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [131276929515dde5291b9b12f15f4830b508b7d0]

        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>  [99827928515729df9dd81a176aa5a566815cd9f9]

        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>  [ebbde810a0996fddd14defdd52cbb02079b62279]

        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>  [c8fd5a6dd56fc5149c33e3b5e7bbc4d1f1a16c49]

        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>  [cb715936a1b671683f7048b7105b16fd07765757]

        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>  [b34b04633a47087631bc9ca2903654a359701baf]

        INTEGRATION: CWS pj55 (1.4.158); FILE MERGED 2006/07/15 10:00:59 pjanik 1.4.158.1: #i67228#: Use new-style .RPM_DATABASE instead of old-style  .RPM_OFFICEDATABASE.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [098bb642ed620e15ffd9fe5296930bd0cee86215]

        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>  [336273cd291980bd54007b4e8bf3ec779b62dfe0]

        INTEGRATION: CWS fwk40 (1.84.178); FILE MERGED 2006/05/29 15:31:54 mav 1.84.178.1: #i65729# remove unused string

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1d149cab6cf14ae94201ebc641dd09058fa7a4c8]

        INTEGRATION: CWS sb60 (1.159.14); FILE MERGED 2006/07/27 09:11:58 sb 1.159.14.1: #b6448495# PATCH flag added.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a14fbd07e57a6b2e62c325c6a17389541e725d93]

        INTEGRATION: CWS sb60 (1.1.2); FILE ADDED 2006/07/24 15:04:33 sb 1.1.2.1: #b6448495# Replaced uri-encode awk script with C program, as awk (at least on Solaris) appears to pre-process non-ASCII bytes in its input.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [856325dd6d69b3f8a5888d6faf2691cfa1be97cc]

        INTEGRATION: CWS sb60 (1.9.60); FILE MERGED 2006/07/24 15:04:32 sb 1.9.60.1: #b6448495# Replaced uri-encode awk script with C program, as awk (at least on Solaris) appears to pre-process non-ASCII bytes in its input.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d03e0c380472bcb80c5cb365f2763fad36f3bedf]

        INTEGRATION: CWS sb60 (1.5.84); FILE MERGED 2006/07/24 15:04:32 sb 1.5.84.1: #b6448495# Replaced uri-encode awk script with C program, as awk (at least on Solaris) appears to pre-process non-ASCII bytes in its input.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [378af917f9419db90b2f5c4088278bfa35b0bd40]

        INTEGRATION: CWS fwk40 (1.192.36); FILE MERGED 2006/07/06 16:27:37 mba 1.192.36.1: #125815#: don't open documents through command line as long as recovery is in progress

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [654a9b595416c8889fb1c272a18a2a75f7e41961]

        INTEGRATION: CWS fwk40 (1.22.14); FILE MERGED 2006/07/17 09:39:48 as 1.22.14.1: #i66675# hide property set for basic introspection in case loadFromURL() was not called before

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [830664d8770235e8b2ada56003c98b282929f8c7]

        INTEGRATION: CWS fwk40 (1.78.32); FILE MERGED 2006/06/30 14:26:48 mav 1.78.32.2: RESYNC: (1.78-1.80); FILE MERGED 2006/06/30 09:45:58 mav 1.78.32.1: #i65519# integrate the patch

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [97980c1d92109b03f6772f6be8b09ed1890ad271]

        INTEGRATION: CWS fwk40 (1.19.182); FILE MERGED 2006/06/30 14:25:58 mav 1.19.182.2: RESYNC: (1.19-1.20); FILE MERGED 2006/05/29 15:31:55 mav 1.19.182.1: #i65729# remove unused string

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f761aef48901f3c07f897e222571ca8ed7a681c1]

        INTEGRATION: CWS fwk40 (1.179.30); FILE MERGED 2006/06/30 14:24:13 mav 1.179.30.2: RESYNC: (1.179-1.180); FILE MERGED 2006/06/08 11:29:48 mav 1.179.30.1: #i66067# do not close the streams in salvage mode

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [29d3a56eacd57f987a2bc27c2b62153f70464a46]

        INTEGRATION: CWS fwk40 (1.17.184); FILE MERGED 2006/05/29 15:31:54 mav 1.17.184.1: #i65729# remove unused string

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [beea836acd8eae7369ef29dca8e2f0ba0fa774f6]

        INTEGRATION: CWS fwk40 (1.61.22); FILE MERGED 2006/05/30 09:07:57 mav 1.61.22.1: #i62113# fix the german text

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ab3c6f6e93b130dcceafcca85b21e5bd19e16805]

        INTEGRATION: CWS fwk40 (1.28.10); FILE MERGED 2006/06/30 13:56:45 mav 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2006/06/08 11:41:36 mav 1.28.10.1: #i66067# integrate the patch

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9e9e5cd09cf5ef744fc966198070361fa2687796]

        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>  [8daef21bc5863ea6ac3364f84c4200d1b45909ee]

        INTEGRATION: CWS fwk40 (1.41.24); FILE MERGED 2006/06/23 16:07:07 mav 1.41.24.1: #i65472# fix loosing of precision

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [09955d68d00f22312de4b7452f73ce0c203095a6]

        INTEGRATION: CWS fwk40 (1.7.170); FILE MERGED 2006/07/17 08:30:19 as 1.7.170.2: #137955# workaround; hide installed but not usable filter 2006/07/11 07:35:32 as 1.7.170.1: #i60158# workaround for ambigous CSV/TXT detection

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ba5d747d00dafe4ae007394235aecb83ad725845]

        INTEGRATION: CWS fwk40 (1.19.48); FILE MERGED 2006/07/11 07:35:32 as 1.19.48.1: #i60158# workaround for ambigous CSV/TXT detection

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0e4b4614216f9f93cdff4afdc4338510ddf96173]

        INTEGRATION: CWS fwk40 (1.7.170); FILE MERGED 2006/07/17 08:30:19 as 1.7.170.1: #137955# workaround; hide installed but not usable filter

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1fbbbb291e5a64b2f0d50fec3c5031f2570c1f46]

        INTEGRATION: CWS fwk40 (1.6.170); FILE MERGED 2006/07/17 08:30:19 as 1.6.170.1: #137955# workaround; hide installed but not usable filter

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5122f5c128f0f5032660490c6f61ea54bdda755d]

        INTEGRATION: CWS fwk40 (1.15.62); FILE MERGED 2006/07/18 13:20:42 mav 1.15.62.2: adopt for unix 2006/07/17 08:30:18 as 1.15.62.1: #137955# workaround; hide installed but not usable filter

2006-08-01  Rüdiger Timm  <rt@openoffice.org>  [5e01d358e9d7cb7bb45ecb8baf1a4b5c82723458]

        #100000#, #136710# 'touch' workaround as delivered by module officenames already needed here.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [279e062388661ea32c565b8531d54c05e42cac02]

        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>  [5787c900f604aec4cb3ac7f0aeb5edfbad0f15b5]

        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>  [46e6ea330a0d118a0cbc3a166721c1ca62b03945]

        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>  [d6bd2a889fa1a2d76a82630b61311a0d6f4223ff]

        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>  [67f1c35bde24f6dbceceb352ae5530f388729f03]

        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>  [e1718b5b49b97ce9f59036696aa59cb3bb28640b]

        INTEGRATION: CWS kdeheaders (1.3.8); FILE MERGED 2006/07/30 03:28:41 pjanik 1.3.8.1: #i66722#: disable shadow warnings for gcc.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5ed50f29b0c30156124602582d08bdecec20700b]

        INTEGRATION: CWS kdeheaders (1.2.30); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.2.30.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d8ccd8318fd5be0a211f910e767e8a00106a88e6]

        INTEGRATION: CWS kdeheaders (1.2.8); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.2.8.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [31dbd170ff642c07cc9aab63e525a5f5eb6132c2]

        INTEGRATION: CWS kdeheaders (1.3.16); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.3.16.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6ccfa7757a449f49d3363684f1205395bacbee2a]

        INTEGRATION: CWS kdeheaders (1.3.24); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.3.24.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7ce926f2494949108c42c9aa6a5a947aa4b3c700]

        INTEGRATION: CWS kdeheaders (1.3.8); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.3.8.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b1de0247c1eed22ea15703b7a27e1ae3121a2bc6]

        INTEGRATION: CWS kdeheaders (1.4.18); FILE MERGED 2006/07/28 14:42:36 ebischoff 1.4.18.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5a077ec01bd998fa3bc52499fc80aaede08c3c2d]

        INTEGRATION: CWS kdeheaders (1.27.30); FILE MERGED 2006/07/28 14:42:35 ebischoff 1.27.30.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [36c4f0a590b1b90bfc548573df116758f9c1482a]

        INTEGRATION: CWS kdeheaders (1.4.26); FILE MERGED 2006/07/28 14:44:13 ebischoff 1.4.26.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1df7e27b434c5542f553cc9c8b4bd92b7046f5dd]

        INTEGRATION: CWS kdeheaders (1.3.26); FILE MERGED 2006/07/28 14:44:13 ebischoff 1.3.26.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [b0dd17f24a10ce99587db48672614100daf75863]

        INTEGRATION: CWS kdeheaders (1.4.26); FILE MERGED 2006/07/28 14:44:12 ebischoff 1.4.26.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9a0b6d5bf48a2536b99b44b1290c60e495791ef0]

        INTEGRATION: CWS kdeheaders (1.5.26); FILE MERGED 2006/07/28 14:44:12 ebischoff 1.5.26.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [62a23fc5c2020c56066e7c95ebee56c232524d26]

        INTEGRATION: CWS kdeheaders (1.3.26); FILE MERGED 2006/07/28 14:44:12 ebischoff 1.3.26.1: Wrapping all KDE includes in a single header

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9b8d2ddedb5b0ea3390945e3942f65e355841301]

        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>  [8ee74581acc11d89a01af3a90d23eff2d39c04cf]

        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>  [5947c5aa467f6fdd5c4e7e33b5061790957d1cce]

        INTEGRATION: CWS kendy13 (1.4.2); FILE MERGED 2006/07/28 12:34:31 kendy 1.4.2.1: #i67873# Fix 64bit build break.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d18f8387087fc0699d0efe8fc89d883249a0589a]

        INTEGRATION: CWS locdat204 (1.158.40); FILE MERGED 2006/07/19 11:56:23 er 1.158.40.1: #i61383# add Farsi/Persian for CTL registry

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [01ecd540a828db0961fb8d79979ff2b81ec0e6b9]

        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>  [11c49be67379568771ffb8ddeb25d1c3a2a05da1]

        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>  [f258cbc0733633fc9fd68a11653e5af4add00099]

        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>  [d1d4dc16b54c00832f25aa978de36360d0236c4b]

        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>  [65d47c9c16bc23f068787eaae9646c6570ccb073]

        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>  [0ea3f490a512ca383a851e611a59a166f5e41f0d]

        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>  [17842b90548badbb68dc460d14c4ff55819e6bf3]

        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>  [e6dcb56192985971db23b7aba0d589f21489867c]

        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>  [c016690069e34501f3247fd4f4737c61f8f380ad]

        INTEGRATION: CWS locdat204 (1.12.24); FILE MERGED 2006/07/19 12:01:18 er 1.12.24.1: #i61383# no codepage for Farsi/Persian

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ec55d1d0dae3f45b20e63c1b7b956df4836c9c44]

        INTEGRATION: CWS mba204crashfixes (1.84.30); FILE MERGED 2006/07/17 15:03:05 mba 1.84.30.1: #i66665#: deal with situation where SfxFrame is destroyed in Presentation Wizard

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e1b91976a7f9e7ece6dc3e5ab5ad346b9bff8586]

        INTEGRATION: CWS mba204crashfixes (1.23.28); FILE MERGED 2006/07/20 16:33:56 mba 1.23.28.1: #127096#: remove superfluous code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [7386ee60c13408a6a216f8fdf5a566b49d06bd58]

        INTEGRATION: CWS mba204crashfixes (1.112.30); FILE MERGED 2006/07/26 09:09:39 mba 1.112.30.2: RESYNC: (1.112-1.113); FILE MERGED 2006/07/17 15:01:56 mba 1.112.30.1: #i64991#: only forward changed attributes in setPrinter call

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9998d9f2fd7e420906b7e8c1e7912173e5c2f589]

        INTEGRATION: CWS mba204crashfixes (1.29.30); FILE MERGED 2006/07/26 09:08:36 mba 1.29.30.2: RESYNC: (1.29-1.30); FILE MERGED 2006/07/17 14:59:57 mba 1.29.30.1: performance improvement: don't use service to parse command URLs

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [4e1917e355c8646f754d4ae0ac566943c743d16b]

        INTEGRATION: CWS mba204crashfixes (1.44.30); FILE MERGED 2006/07/26 09:07:54 mba 1.44.30.2: RESYNC: (1.44-1.45); FILE MERGED 2006/07/17 14:59:57 mba 1.44.30.1: performance improvement: don't use service to parse command URLs

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c0e8380206604b412c25102cac5989259bb33fa8]

        INTEGRATION: CWS mba204crashfixes (1.61.26); FILE MERGED 2006/07/20 16:34:57 mba 1.61.26.1: #127096#: remove superfluous code; #134165#: fix reentrance problems caused by temporarily existence of dead pointers

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5d1b8f1b9c2c2f2fc64462b010b3f128cc8bbbdf]

        INTEGRATION: CWS mba204crashfixes (1.39.58); FILE MERGED 2006/07/24 14:15:59 mba 1.39.58.2: #i66665#: wrong itemtype 2006/07/17 15:03:30 mba 1.39.58.1: #i66665#: deal with situation where SfxFrame is destroyed in Presentation Wizard

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [fdf4805b18eae87ca5b2a602986621a626eece1d]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:16:03 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3aefb16115383655e27cb1f17cb12975b28e1ed3]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:16:14 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [98efc8891c16f78a63204ea8e931e8b04d12d077]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/22 09:09:04 cd 1.1.2.2: #65428# Adapted code to make code compile with gcc 2006/05/05 14:12:03 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [1939ae75ae4eb14ab2f3f2a3bd8d7116400d59b9]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:16:24 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d60aba0c62e1f08ff3eee33ba7b40a7709bfae2d]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:13:53 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3ec59499d08f0e1a45e1e539697f272f8e0501f6]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:13:33 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [f49b7ab336099cd2ad3041a8d7f13fdca227d103]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/06/16 09:53:26 cd 1.1.2.2: #65116# Fix problem with Solaris C++ compiler 2006/05/05 14:13:21 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [499972988f5e432d02dae7a220b8b8c445e625f0]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/22 09:09:03 cd 1.1.2.3: #65428# Adapted code to make code compile with gcc 2006/05/16 08:48:04 cd 1.1.2.2: #i65116# Added new controls to demo add-on 2006/05/05 14:13:10 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [171f1d6bb1920b65763e12edcbae939c477f593c]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:15:20 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a8e996eec99e079b8eedbb4c3387e6d4c163acaa]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:14:05 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [360d1a747d21f5fc4421ecd4916b887121308ed4]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/06/16 09:53:26 cd 1.1.2.2: #65116# Fix problem with Solaris C++ compiler 2006/05/05 14:15:31 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d684203385dfc6dfbd3e16a998df00216d8168f3]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:15:10 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5eb9f58576d73001a4dd73ebc56664c557cd0c8d]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/07/06 14:52:03 cd 1.1.2.3: #i65116# Added run target for testing 2006/05/16 08:48:03 cd 1.1.2.2: #i65116# Added new controls to demo add-on 2006/05/05 14:15:53 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [935278b0eb78980adbe5dd906ffaf1387394c46c]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:15:41 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [734ccc02dce7e81fb666bef561fc9b585e1fb7f4]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/22 09:09:03 cd 1.1.2.2: #65428# Adapted code to make code compile with gcc 2006/05/05 14:13:43 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3002196611935dff391d93ab3627d0ea95d50b4a]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:12:13 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5729bf897c744e900cdbb08a60f049984fef3152]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:11:42 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a10ddd0f8f096c657430f6d130fa8dd0effedee1]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/05 14:11:32 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d97ac4d52936d0e731a31066c80c3e949e627ca5]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/16 08:48:03 cd 1.1.2.2: #i65116# Added new controls to demo add-on 2006/05/05 14:11:21 cd 1.1.2.1: #i65116# New demo add-on using the complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0e73a6b8f6ddfad831f68ba4b05e4d25d139028b]

        INTEGRATION: CWS odkaddonexample (1.103.10); FILE MERGED 2006/07/28 11:37:23 cd 1.103.10.3: RESYNC: (1.104-1.105); FILE MERGED 2006/07/06 07:49:40 cd 1.103.10.2: RESYNC: (1.103-1.104); FILE MERGED 2006/05/16 10:50:26 cd 1.103.10.1: #i65116# Added new controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c5157bc38cde44b1f33325db6176961a504f8cfa]

        INTEGRATION: CWS odkaddonexample (1.2.8); FILE MERGED 2006/07/06 07:44:09 cd 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2006/05/16 09:00:18 cd 1.2.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [536163c5fcf067aad0d3b9aa3c4ea46e24a6338c]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/07/07 07:27:24 cd 1.1.2.5: #i65428# Fix warnings for build 2006/07/06 15:31:21 cd 1.1.2.4: #i65428# Fix warnings for build 2006/06/15 11:43:36 cd 1.1.2.3: #i65428# Fix build problem under Solaris Sparc 2006/05/17 11:05:26 cd 1.1.2.2: #i65428# Unix doesn't support sal_Unicode compatible sprintf function 2006/05/16 08:55:49 cd 1.1.2.1: #i65428# Added Spinfield to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0436ce4475e0dac55b4cae218b3ddf5ee5432600]

        INTEGRATION: CWS odkaddonexample (1.11.8); FILE MERGED 2006/07/06 07:41:59 cd 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/16 09:00:17 cd 1.11.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [443bd03a04b12a7474beb002442bd843970bb067]

        INTEGRATION: CWS odkaddonexample (1.2.8); FILE MERGED 2006/05/16 09:00:16 cd 1.2.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [92dbaca7430304af98c009aa5829eafecda93ebc]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/07/06 15:31:20 cd 1.1.2.3: #i65428# Fix warnings for build 2006/06/15 11:43:36 cd 1.1.2.2: #i65428# Fix build problem under Solaris Sparc 2006/05/16 08:56:12 cd 1.1.2.1: #i65428# Added Editfield to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [3e61924bcb230c7c4686a0c77cb1bcf6a7da34b3]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/07/06 15:31:20 cd 1.1.2.2: #i65428# Fix warnings for build 2006/05/16 08:59:15 cd 1.1.2.1: #i65428# Added Editfield to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0e5c39420ccc7f9213c0f97de9dc0f6477eabf50]

        INTEGRATION: CWS odkaddonexample (1.2.8); FILE MERGED 2006/07/06 07:40:03 cd 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2006/05/16 09:00:16 cd 1.2.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [05862cead8d6bddda30f4724dc9dd93448648bec]

        INTEGRATION: CWS odkaddonexample (1.3.8); FILE MERGED 2006/07/06 07:39:56 cd 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2006/06/15 11:43:35 cd 1.3.8.2: #i65428# Fix build problem under Solaris Sparc 2006/05/16 09:00:16 cd 1.3.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [77ceb6275ca2d0db355bcf05443592e2df21d721]

        INTEGRATION: CWS odkaddonexample (1.9.8); FILE MERGED 2006/07/06 07:39:42 cd 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/16 09:00:15 cd 1.9.8.1: #i65428# Support missing complex toolbar controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [a532e7ab420fbc88ea54a8288a939f936a5e5fd8]

        INTEGRATION: CWS odkaddonexample (1.11.18); FILE MERGED 2006/07/28 16:49:05 cd 1.11.18.1: #i65428# Fix wrong merge due to warnings01 which results in memory corruption

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8348e99dd0c37cf21a0d8e6cfa4caba80c77ff20]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/16 08:55:18 cd 1.1.2.1: #i65428# Added Spinfield to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [73d42c64c507cfc5177dffc3f659a57606210650]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/16 08:54:48 cd 1.1.2.1: #i65428# Added Editfield to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e45fa77ae5ae87da5b6b6b053434e3210fc6ac5f]

        INTEGRATION: CWS odkaddonexample (1.1.2); FILE ADDED 2006/05/16 08:54:24 cd 1.1.2.1: #i65428# Added Dropdownbox to complex toolbar control set

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [daeb523a34eb6bea6bacd23195824de40ed6d689]

        INTEGRATION: CWS odkaddonexample (1.2.10); FILE MERGED 2006/05/16 10:50:25 cd 1.2.10.1: #i65116# Added new controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0b4c23f2b5691e211de6d210959b63e7283a0406]

        INTEGRATION: CWS odkaddonexample (1.2.10); FILE MERGED 2006/06/15 11:41:15 cd 1.2.10.2: #i65428# Fix build problem under Solaris Sparc 2006/05/16 10:50:25 cd 1.2.10.1: #i65116# Added new controls

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6f7787a6c8ce1daa5e838653ad754b866a0902a7]

        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>  [432a4863af9f1ddcf35118da51aba866932d388e]

        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>  [1614f1f9c83afa7188e452cdc4ce45596a2b9fb1]

        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>  [4267b43e09ee7a2ab6b68823b3e7bde8f9facb9d]

        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>  [7c39037c27a4812d2d12e1f50d4cd379dc9c4298]

        INTEGRATION: CWS vcl63 (1.28.4); FILE MERGED 2006/07/20 10:14:18 pl 1.28.4.1: #i67262# fixed a TabPage visible assertion

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ef31149b8c52a8156abcd52f978f8731737a82c3]

        INTEGRATION: CWS vcl63 (1.14.4); FILE MERGED 2006/07/20 09:49:18 pl 1.14.4.1: #i67262# remove unused FixedLine

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [800cd8393407a7757e351c497aa434ba15586640]

        INTEGRATION: CWS vcl63 (1.16.4); FILE MERGED 2006/07/20 09:49:18 pl 1.16.4.1: #i67262# remove unused FixedLine

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [8ddf680c1c859bca215ccd9ccaced69b8561f584]

        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>  [8243f9b0ff91485771eabefff001d49555d774d7]

        INTEGRATION: CWS impress99 (1.29.12); FILE MERGED 2006/07/24 14:40:49 sj 1.29.12.1: #i66996# now always creating EPSReplacementComments, so newly inserted EPS graphics can properly be detected

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [5c2bd551f89e3c80a1c44adac0affc9a7f9659ca]

        INTEGRATION: CWS impress99 (1.13.448); FILE MERGED 2006/07/06 14:58:45 cl 1.13.448.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [93c0593a56a169b6334cf508f953bc2c359d8f9b]

        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>  [3be6f6be1e9b73fbde59f0e8e1680c186ce9df5c]

        INTEGRATION: CWS impress99 (1.58.102); FILE MERGED 2006/07/06 14:56:00 cl 1.58.102.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [12de2d700cc3a3e908af4e09699ca7af67bd78c5]

        INTEGRATION: CWS impress99 (1.66.50); FILE MERGED 2006/07/06 14:56:00 cl 1.66.50.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [513f66bf772ac38f3a0ee4712f9a4e41d2ce16f2]

        INTEGRATION: CWS impress99 (1.31.138); FILE MERGED 2006/07/06 14:56:00 cl 1.31.138.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0ab3c5a64b4a81c37342d79695593e8d681e17d8]

        INTEGRATION: CWS impress99 (1.66.52); FILE MERGED 2006/07/26 09:40:52 cl 1.66.52.2: RESYNC: (1.66-1.67); FILE MERGED 2006/07/06 14:56:00 cl 1.66.52.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c9c2f407a367271294094e3045d239084e197cdb]

        INTEGRATION: CWS impress99 (1.38.158); FILE MERGED 2006/07/06 14:56:00 cl 1.38.158.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6b6ead2894c491cf5fec70c708a6fe3163752eff]

        INTEGRATION: CWS impress99 (1.29.104); FILE MERGED 2006/07/10 08:09:42 af 1.29.104.1: #137335# Avoid calling a dying base class in UpdateBorder().

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [2b4db47073fe92aee8a305b117c1d42de62acbd7]

        INTEGRATION: CWS impress99 (1.10.62); FILE MERGED 2006/07/05 09:42:06 af 1.10.62.1: #137393# Removed unused argument to constructor of CurrentMasterPagesSelector.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d6b309854a391a056d158446a326e861df21a1e2]

        INTEGRATION: CWS impress99 (1.2.62); FILE MERGED 2006/07/05 09:38:34 af 1.2.62.1: #137393# Referencing MasterPageContainer::Implementation instead of MasterPageContainer.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e8d2daae13baedb471e2c846860f89b7325b6ab5]

        INTEGRATION: CWS impress99 (1.2.62); FILE MERGED 2006/07/05 09:39:56 af 1.2.62.1: #137393# Referencing MasterPageContainer::Implementation instead of MasterPageContainer.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [777fae12fa9327abc9b714bd086ba435049e36c2]

        INTEGRATION: CWS impress99 (1.2.62); FILE MERGED 2006/07/05 09:34:53 af 1.2.62.1: #137393# Added virtual keyword to some destructors.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [026afb535d9ac6426f5a30105e26c16701a137af]

        INTEGRATION: CWS impress99 (1.2.62); FILE MERGED 2006/07/05 09:33:44 af 1.2.62.1: #137393# Avoid warnings about unused parameters.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [ec536306b87ceee19c63f06ecd8354bfb133e977]

        INTEGRATION: CWS impress99 (1.15.60); FILE MERGED 2006/07/05 09:32:17 af 1.15.60.1: #137393# Give a reference to the Implementation to the MasterPageContainerQueue.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [6f84c73bae9344d7e4ebaabd519159f4108715fc]

        INTEGRATION: CWS impress99 (1.5.62); FILE MERGED 2006/07/05 09:28:52 af 1.5.62.1: #137393# Removed unused argument to constructor.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [59926e0b87e49e0941151bc48bafc6bf7adf5af6]

        INTEGRATION: CWS impress99 (1.6.62); FILE MERGED 2006/07/05 09:29:52 af 1.6.62.1: #137393# Removed unused argument to constructor.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [04b6cf4405a240e25aa0eca5aa05847fa031cc48]

        INTEGRATION: CWS impress99 (1.5.62); FILE MERGED 2006/07/05 09:27:25 af 1.5.62.1: #137393# Added default: lable to switch statement to avoid compiler warning.

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [0ea922712cebe40f0492e3de5be3bcd46f7844da]

        INTEGRATION: CWS impress99 (1.8.158); FILE MERGED 2006/07/06 14:55:18 cl 1.8.158.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9a8fdd4c774faf1f479024a9ab881bfa59dddb5a]

        INTEGRATION: CWS impress99 (1.39.50); FILE MERGED 2006/07/06 14:54:08 cl 1.39.50.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [d5daaf4e0c55bddb4a82fe94ee94311167f4a33e]

        INTEGRATION: CWS impress99 (1.24.172); FILE MERGED 2006/07/06 14:54:08 cl 1.24.172.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e704ca5b03b85951b5cd82f26ff425d3acabd41a]

        INTEGRATION: CWS impress99 (1.35.8); FILE MERGED 2006/07/21 11:53:46 cl 1.35.8.1: #138051# added some null pointer checks

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [9ba93f6a056273765c01e4d33d8ae9101437657d]

        INTEGRATION: CWS impress99 (1.4.242); FILE MERGED 2006/07/06 14:52:35 cl 1.4.242.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c35718376583ffc17d3d355b9c8b004a18916f83]

        INTEGRATION: CWS impress99 (1.3.242); FILE MERGED 2006/07/26 09:35:49 cl 1.3.242.2: RESYNC: (1.3-1.4); FILE MERGED 2006/07/06 14:52:35 cl 1.3.242.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [341dd5fac02a7734634af5aee0b2c0082d885cdb]

        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>  [00d4638a808995ef7faacd3e9183a0c553049976]

        INTEGRATION: CWS impress99 (1.5.234); FILE MERGED 2006/07/06 14:52:34 cl 1.5.234.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [c6aa909d547d9f560b80f6f7ceda00fe6659fdc1]

        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-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e658a72909cbe8f86c5d1ad8d48da2ded01bccb7]

        INTEGRATION: CWS impress99 (1.4.242); FILE MERGED 2006/07/06 14:52:34 cl 1.4.242.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [56e9c1300657b2f6a7159896152dc1cc4e300061]

        INTEGRATION: CWS impress99 (1.27.194); FILE MERGED 2006/07/26 09:32:57 cl 1.27.194.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/06 14:44:48 cl 1.27.194.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [249ec7a440b1b3a22b18fe37eda2696402224c9c]

        INTEGRATION: CWS impress99 (1.14.242); FILE MERGED 2006/07/06 14:44:48 cl 1.14.242.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [e9043173897ec057fe2fe0a1639aad20bf5aa9bc]

        INTEGRATION: CWS impress99 (1.36.52); FILE MERGED 2006/07/26 09:31:16 cl 1.36.52.2: RESYNC: (1.36-1.37); FILE MERGED 2006/07/06 14:44:48 cl 1.36.52.1: #i66670# removed unused code

2006-08-01  Ivo Hinkelmann  <ihi@openoffice.org>  [43f92106cf3964f632730aa3c12d774b33a21350]

        INTEGRATION: CWS impress99 (1.17.242); FILE MERGED 2006/07/26 09:29:55 cl 1.17.242.2: RESYNC: (1.17-1.18); FILE MERGED 2006/07/06 14:46:47 cl 1.17.242.1: #i66670# removed unused code

2006-07-31  Thorsten Behrens  <thb@openoffice.org>  [7dccc372216ab4e7bbe135f3c3710a041e8507d5]

        #i65904# Making vigra compile for windows

2006-07-28  Thorsten Behrens  <thb@openoffice.org>  [faa4280d0a138f79d45df0a56ac31dd0fcd790e9]

        #i65904# Made code compile warning-free for MSVC; removed inline statement from the longer functions

2006-07-28  Thorsten Behrens  <thb@openoffice.org>  [8ce0bf508e47bb382088ffbb427bd6154a14d557]

        #i10000# Minor build fixes (forgot the SunCC-only templates)

2006-07-28  Steffen Grund  <sg@openoffice.org>  [44f5df3856bbb4ec0667a88d3e7c07a49c953adf]

        #i67853# adapt to changes in XPropertyHandler

2006-07-27  Thorsten Behrens  <thb@openoffice.org>  [8c044545bbfd533f94743a7d6cb76da5844a9e3e]

        #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>  [073072610498ae40de1f9b6b2fb739c3eb080aeb]

        #i10000# Still needed.

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c22513387a3b6b6a9b6cabc91c6f026c098b96d2]

        #i10000# ::osl::DebugBase<DrawShape> must not be private

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [3df3d44e8776a1384a6a3bd7209a6ed09b5f347a]

        #i10000# ImplEnumMonitorProc: unreferenced formal parameter.

2006-07-26  Vladimir Glazounov  <vg@openoffice.org>  [88082e4aa87db25ef0f6bea5b6b89121cc43747c]

        new version for SRC680

2006-07-26  Vladimir Glazounov  <vg@openoffice.org>  [5c8c2e501b08deab53afbf222271361887f822c7]

        new version for SRC680

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [dc686945d55925a9de077d96b628c5ace10082cb]

        SRC680

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [052e3c7bc9cef1eedfc56c2094760e01e50e8851]

        INTEGRATION: CWS os79 (1.26.134); FILE MERGED 2006/03/29 11:50:04 fme 1.26.134.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d3de0fd8328a2806096d8154da2411a2b9e84105]

        INTEGRATION: CWS os79 (1.62.70); FILE MERGED 2006/03/29 11:50:04 fme 1.62.70.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/29 11:33:29 fme 1.62.70.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [6b393027cb68508e4bc509abd84a213eee050966]

        INTEGRATION: CWS os79 (1.12.198); FILE MERGED 2006/04/04 06:30:42 fme 1.12.198.3: #i42732# font name/height display uses script type as a combination of current p 2006/03/29 11:50:03 fme 1.12.198.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/17 11:26:38 os 1.12.198.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [14ddb26bbd2819230eae8fd4153d43add2b42fa7]

        INTEGRATION: CWS os79 (1.93.42); FILE MERGED 2006/07/18 17:24:43 os 1.93.42.3: RESYNC: (1.93-1.94); FILE MERGED 2006/03/29 11:50:03 fme 1.93.42.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/17 11:26:38 os 1.93.42.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [8a655808fab9b64e5262b4695b1256b74e3fb559]

        INTEGRATION: CWS os79 (1.14.270); FILE MERGED 2006/03/29 11:50:03 fme 1.14.270.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/29 11:35:04 fme 1.14.270.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [cce2918e234267bf5c25897d0778dd2d9f462f7f]

        INTEGRATION: CWS os79 (1.72.70); FILE MERGED 2006/07/18 17:20:37 os 1.72.70.4: RESYNC: (1.72-1.73); FILE MERGED 2006/03/29 11:50:03 fme 1.72.70.3: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/29 11:32:45 fme 1.72.70.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/17 11:26:38 os 1.72.70.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [76ee55c9b7dfdf1445bc6a841f2d344607b974ff]

        INTEGRATION: CWS os79 (1.32.268); FILE REMOVED 2006/07/18 17:16:19 os 1.32.268.1: RESYNC:; FILE REMOVED

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [cc931e50e16afde3e37074d409dc97f68f082cdb]

        INTEGRATION: CWS os79 (1.39.70); FILE REMOVED 2006/07/18 17:16:09 os 1.39.70.1: RESYNC:; FILE REMOVED

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [7305737e322a0f3083aecca782a394bf8d5dabee]

        INTEGRATION: CWS os79 (1.23.82); FILE MERGED 2006/07/18 17:14:44 os 1.23.82.5: RESYNC: (1.23-1.25); FILE MERGED 2006/04/05 06:46:59 fme 1.23.82.4: #i42732# font name/height display uses script type as a combination of current p 2006/03/29 11:50:02 fme 1.23.82.3: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/29 11:32:03 fme 1.23.82.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/17 11:26:37 os 1.23.82.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0f8441217fb56c4440e7b0771eea33fb1b376917]

        INTEGRATION: CWS os79 (1.129.42); FILE MERGED 2006/07/18 17:12:47 os 1.129.42.7: RESYNC: (1.129-1.132); FILE MERGED 2006/04/05 06:46:58 fme 1.129.42.6: #i42732# font name/height display uses script type as a combination of current p 2006/04/04 06:54:01 fme 1.129.42.5: #i42732# font name/height display uses script type as a combination of current p 2006/04/04 06:32:42 fme 1.129.42.4: #i42732# font name/height display uses script type as a combination of current p 2006/03/29 11:50:02 fme 1.129.42.3: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/29 11:31:20 fme 1.129.42.2: #i42732# font name/height display uses script type as a combination of current position and input language 2006/03/17 11:26:36 os 1.129.42.1: #i42732# font name/height display uses script type as a combination of current position and input language

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [45d60043797299039a553b3e744f6d66f72687de]

        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>  [1d8267cdddb0c9066a65434640acc87c599ab3c9]

        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>  [16438803447656c6efe780491f5113b534fb8fa4]

        INTEGRATION: CWS c06v2_SRC680 (1.11.318); FILE MERGED 2006/05/19 08:14:53 pb 1.11.318.1: fix: #135919# #135920# hide controls configurable

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0157c90b31e8d41e02b3ca6ae919ba643ced2d61]

        INTEGRATION: CWS c06v2_SRC680 (1.10.20); FILE MERGED 2006/05/26 11:29:22 kso 1.10.20.2: #135985#, #135986# - handling of special cases. Issue number: Submitted by: Reviewed by: 2006/05/18 13:08:54 cd 1.10.20.1: #135985# Support full screen splash screen with adaptable pos/size of progress

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [616e4e29dbfe803fbac4e6d9249e1c769a177b20]

        INTEGRATION: CWS c06v2_SRC680 (1.19.20); FILE MERGED 2006/06/29 13:23:15 kso 1.19.20.6: #135985# Use integer for compare instead of double 2006/05/26 11:29:22 kso 1.19.20.5: #135985#, #135986# - handling of special cases. Issue number: Submitted by: Reviewed by: 2006/05/19 11:00:05 cd 1.19.20.4: #135985# Call ShowFullScreenMode before Show to enable full screen splash 2006/05/18 15:00:42 cd 1.19.20.3: #135985# Remove usage of presentation mode. Makes trouble with Windows and is not really necessary 2006/05/18 14:12:12 cd 1.19.20.2: #135985# Fixed wrong cast for unsigned int 2006/05/18 13:08:53 cd 1.19.20.1: #135985# Support full screen splash screen with adaptable pos/size of progress

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [26a99ac58844fd7c60e16f7806d5196774fb1029]

        INTEGRATION: CWS c06v2_SRC680 (1.192.12); FILE MERGED 2006/05/18 13:03:03 cd 1.192.12.1: #135986# Provide application name to splash screen service

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [09eca95e130a3b892ba0b23d9cc3bf6116468def]

        INTEGRATION: CWS c06v2_SRC680 (1.14.378); FILE MERGED 2006/06/01 08:47:39 mav 1.14.378.1: #136649# install embedding configuration depending from application

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [9b9ff20ead0029cb4234247e04d742610de382a6]

        INTEGRATION: CWS c06v2_SRC680 (1.34.68); FILE MERGED 2006/06/01 12:55:33 mav 1.34.68.1: #136649# install embedding configuration depending from application

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [1fd4c9bc33bc462a3863b97b0ba8a5192ebc5b21]

        INTEGRATION: CWS c06v2_SRC680 (1.11.378); FILE MERGED 2006/06/01 08:47:38 mav 1.11.378.1: #136649# install embedding configuration depending from application

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d381e99c4ecc412c1060b06936c72439a12a1425]

        INTEGRATION: CWS c06v2_SRC680 (1.10.380); FILE MERGED 2006/06/01 08:47:38 mav 1.10.380.1: #136649# install embedding configuration depending from application

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [8025e676d630040bacfe6ba72811e0d2f14073ac]

        INTEGRATION: CWS c06v2_SRC680 (1.13.380); FILE MERGED 2006/06/01 08:47:38 mav 1.13.380.1: #136649# install embedding configuration depending from application

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [989d6179c4ff73de9f6f8d671503faaad2b7b3e4]

        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>  [a7a37f9bf40c3a2138a5d79fb178b9ff2bc91506]

        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>  [e7b2c6a548a5e95ecb2146645dcf0e1cb433fae5]

        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>  [75bdd42a25ff1a9052da468dfd6bcaded771fbd0]

        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>  [4ea7dff0a4c6aa1d21ca7496a726eb692a745dc6]

        INTEGRATION: CWS c06v2_SRC680 (1.75.402); FILE MERGED 2006/05/19 08:32:56 pb 1.75.402.1: fix: #135919# #135920# some positions corrected

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c987467ab5f5035a44df2055faca46d5e842a89e]

        INTEGRATION: CWS c06v2_SRC680 (1.7.422); FILE MERGED 2006/05/19 08:12:27 pb 1.7.422.1: fix: #135919# #135920# DetectHiddenControls() added

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [524ec4f1329941392c60e4dfa18e2d66e92c7481]

        INTEGRATION: CWS c06v2_SRC680 (1.4.70); FILE MERGED 2006/05/19 11:51:41 cd 1.4.70.3: #135918# Fixed missing CRLF 2006/05/18 14:08:20 cd 1.4.70.2: #135918# Correct umlauts for german text 2006/05/18 13:27:09 kso 1.4.70.1: #135918# - support for WorkDirMustContainRemovableMedia. Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [719628ad9055712b94a86de382627e5a46a5609f]

        INTEGRATION: CWS c06v2_SRC680 (1.8.24); FILE MERGED 2006/05/18 13:27:08 kso 1.8.24.1: #135918# - support for WorkDirMustContainRemovableMedia. Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4b0c37128a60a247585616823b9b109ce27d0e0b]

        INTEGRATION: CWS c07v005_SRC680 (1.6.386); FILE MERGED 2006/06/22 10:36:46 fme 1.6.386.1: #b6440890# Do not export soft hyphens in non-unicode mode

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [753730e5facad5bd39004d43431da412ecd2ce42]

        INTEGRATION: CWS pb16 (1.24.198); FILE MERGED 2006/07/11 09:07:29 pb 1.24.198.2: RESYNC: (1.24-1.25); FILE MERGED 2006/06/14 12:49:50 pb 1.24.198.1: fix: #i48383# CreateFrameDialog() added

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [32b785c10ddf0f655b1f5c953e0ef3614a267893]

        INTEGRATION: CWS pb16 (1.61.34); FILE MERGED 2006/07/11 10:46:47 pb 1.61.34.2: RESYNC: (1.61-1.62); FILE MERGED 2006/06/14 12:32:49 pb 1.61.34.1: fix: #i48383# hand over frame to dialog

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a470081460d448c5cd6dde88a7ab731854437a33]

        INTEGRATION: CWS pb16 (1.11.246); FILE MERGED 2006/06/20 09:07:31 pb 1.11.246.1: fix: #i59290# cleaned up

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a8e1ab133d46a67504ad06250b1f0220dad9357b]

        INTEGRATION: CWS pb16 (1.6.432); FILE MERGED 2006/06/14 12:51:24 pb 1.6.432.1: fix: #i48383# Ctor() and Initialize() with XFrame

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d489f7371beb01fcbc49ce422050d196308a8ff1]

        INTEGRATION: CWS pb16 (1.30.54); FILE MERGED 2006/07/11 09:27:46 pb 1.30.54.2: RESYNC: (1.30-1.31); FILE MERGED 2006/06/14 12:54:55 pb 1.30.54.1: fix: #i48383# SfxModule.IsActive() replaced with getCurrentFactory()

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [80e32241d738b419d45e91a68b4e20b92816ccf0]

        INTEGRATION: CWS pb16 (1.11.432); FILE MERGED 2006/07/11 09:19:42 pb 1.11.432.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/12 09:59:10 pb 1.11.432.1: fix: #i48512# add support to reset background

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [3cf3575615cc1b8227c9dca7c62c807f6da77c25]

        INTEGRATION: CWS pb16 (1.3.432); FILE MERGED 2006/06/12 10:03:18 pb 1.3.432.1: fix: #i48512# add parameter bool bResetBackground to UpdateExample_Impl()

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [3488b4bd60730f3e81b795cf8b68d9a2703d2f61]

        INTEGRATION: CWS pb16 (1.28.430); FILE MERGED 2006/07/11 09:19:35 pb 1.28.430.2: RESYNC: (1.28-1.29); FILE MERGED 2006/06/12 10:06:20 pb 1.28.430.1: fix: #i48512# reset background of preview if necessary

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [6d4203793ee9c78c8efdf127f1e58668fe5a6353]

        INTEGRATION: CWS pb16 (1.32.54); FILE MERGED 2006/07/11 09:17:41 pb 1.32.54.2: RESYNC: (1.32-1.33); FILE MERGED 2006/06/09 09:12:12 pb 1.32.54.1: fix: #i66240# String& was invalid after assignment

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [31efb0ac5c9c9ece7e0e8fff16dda3fa3f3adcff]

        INTEGRATION: CWS pb16 (1.17.198); FILE MERGED 2006/07/11 09:07:37 pb 1.17.198.2: RESYNC: (1.17-1.18); FILE MERGED 2006/06/14 12:48:02 pb 1.17.198.1: fix: #i48383# CreateFrameDialog() added

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [18a424fb9729f27bd724bd70658c5e05c7b0e989]

        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>  [2e9a903934177999d6d05fcc5b98a70f3d62025a]

        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>  [39cda044a67c6487d7b73beda9233b9fa41abd08]

        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>  [45f2dc8ffceac6b88751d0d3227ab453b7eb9110]

        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>  [5f7519030e6ccc3ca6117e50c7ddaeecbe204e5a]

        INTEGRATION: CWS swqbf75 (1.8.252); FILE MERGED 2006/07/24 11:50:11 od 1.8.252.1: #b6449874# - adjust consideration of anchored objects, whose wrapping 	     style influence is temporarly considered, for formatting 	     of anchor frame for checking move forward condition.

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [fbb43c31023d0930dd315c9a482ec69bf4fdbb6b]

        INTEGRATION: CWS swqbf75 (1.18.18); FILE MERGED 2006/07/24 11:50:11 od 1.18.18.1: #b6449874# - adjust consideration of anchored objects, whose wrapping 	     style influence is temporarly considered, for formatting 	     of anchor frame for checking move forward condition.

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [6a5a06f50c1b8224ffa3bd540efa48dccb2c5664]

        INTEGRATION: CWS swqbf75 (1.57.132); FILE MERGED 2006/07/24 11:47:54 od 1.57.132.1: #b6449874# method <SwFlyAtCntFrm::MakeAll()> 	   - on temporary consideration of wrapping style influence to 	     avoid loop situation in iterative positioning process 	     apply to all objects, anchored at the anchor frame, the 	     temporary consideration of wrapping style influence.

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c8c082cf7501e86d658c36a5f26163d55eb47962]

        INTEGRATION: CWS swqbf75 (1.19.190); FILE MERGED 2006/07/24 11:45:33 od 1.19.190.1: #b6449874# class <SwAnchoredObject> 	   - implementation of new method <SetTmpConsiderWrapInfluenceOfOtherObjs(..)>

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0363f80b3bef54ab5629521c7f930cdf8e2722e0]

        INTEGRATION: CWS swqbf75 (1.16.190); FILE MERGED 2006/07/24 11:37:17 od 1.16.190.1: #b6449874# class <SwAnchoredObject> 	   - new method <SetTmpConsiderWrapInfluenceOfOtherObjs(..)>

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [838bdece884019901996b721de7b38482a3b1d88]

        INTEGRATION: CWS dba204b (1.5.68); FILE MERGED 2006/07/06 14:52:31 fs 1.5.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [af0571e62425b314ec5966ee0267d08382f8127a]

        INTEGRATION: CWS dba204b (1.3.160); FILE MERGED 2006/07/06 14:52:31 fs 1.3.160.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [251c2f5a8745ca58e6eed53107189a241f60010a]

        INTEGRATION: CWS dba204b (1.7.68); FILE MERGED 2006/07/06 14:52:31 fs 1.7.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [8f39d8ee751f4d7c9f030238558707d80bf90bce]

        INTEGRATION: CWS dba204b (1.6.68); FILE MERGED 2006/07/07 12:29:57 fs 1.6.68.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [04534067336316e7a0cba6d3d82c3a2ab506b85a]

        INTEGRATION: CWS dba204b (1.5.68); FILE MERGED 2006/07/06 14:52:30 fs 1.5.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [805ad85ae601c13bd88a7d4b0ca2f09334322be2]

        INTEGRATION: CWS dba204b (1.22.12); FILE MERGED 2006/07/06 14:52:30 fs 1.22.12.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b9fab4ce4943971901e9bf32f25f1ce776619096]

        INTEGRATION: CWS dba204b (1.3.160); FILE MERGED 2006/07/07 12:29:57 fs 1.3.160.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4dcc1f4054e4a705b19639ac4c271bda2463fea2]

        INTEGRATION: CWS dba204b (1.4.160); FILE MERGED 2006/07/07 12:29:57 fs 1.4.160.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b2f26281de6ed1ebd69eea2292be180e85dc7ca8]

        INTEGRATION: CWS dba204b (1.7.68); FILE MERGED 2006/07/06 14:52:30 fs 1.7.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [74938c8ff112294e2a23dd4ca8c782c5703e6b1d]

        INTEGRATION: CWS dba204b (1.6.68); FILE MERGED 2006/07/06 14:52:30 fs 1.6.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4f5fe5e9fda3784c417e0ae0c1499d3b03d243ed]

        INTEGRATION: CWS dba204b (1.6.68); FILE MERGED 2006/07/06 14:52:29 fs 1.6.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4d3f3850de8c55225289795d5f092c6441c34d76]

        INTEGRATION: CWS dba204b (1.7.52); FILE MERGED 2006/07/06 14:52:29 fs 1.7.52.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [391c86eb673a013bcdfc280b9082722a3afbdcec]

        INTEGRATION: CWS dba204b (1.30.68); FILE MERGED 2006/07/13 13:47:48 fs 1.30.68.1: propertyChange: care for properties which we have no handler for

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [f4f11f0a47acceba1b75f52ef8f9e77486eb3747]

        INTEGRATION: CWS dba204b (1.31.52); FILE MERGED 2006/07/13 13:47:48 fs 1.31.52.3: propertyChange: care for properties which we have no handler for 2006/07/07 12:29:57 fs 1.31.52.2: let the button navigation handler supersede ButtonType with ActionButtonType 2006/07/06 14:52:29 fs 1.31.52.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [97152b17c5673511160308a2beb8f42505864129]

        INTEGRATION: CWS dba204b (1.8.68); FILE MERGED 2006/07/06 14:52:29 fs 1.8.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [70d7e56e29cda1078b63e1c5d7d4c509df56703d]

        INTEGRATION: CWS dba204b (1.2.68); FILE MERGED 2006/07/06 14:52:29 fs 1.2.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a4c1c6bf5e568f8265e6f12b8d12af3a28af4e9b]

        INTEGRATION: CWS dba204b (1.2.68); FILE MERGED 2006/07/06 14:52:28 fs 1.2.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4621cce13a4995b89b84bd4870d24112dd6cd996]

        INTEGRATION: CWS dba204b (1.31.68); FILE MERGED 2006/07/07 12:29:57 fs 1.31.68.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [396aff595c1d8063c75fff091c26b762ff837833]

        INTEGRATION: CWS dba204b (1.28.68); FILE MERGED 2006/07/07 12:29:56 fs 1.28.68.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [1bc00de2a96ebd916398debdd6c352331b9838c7]

        INTEGRATION: CWS dba204b (1.36.66); FILE MERGED 2006/07/07 12:29:56 fs 1.36.66.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [da8c0cb9f73146ee0f1387434d7e2ed7237d433d]

        INTEGRATION: CWS dba204b (1.8.52); FILE MERGED 2006/07/07 12:29:56 fs 1.8.52.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a1bae5a4ed5b6e8b649c554ec73f4b35613949ec]

        INTEGRATION: CWS dba204b (1.3.52); FILE MERGED 2006/07/06 14:52:28 fs 1.3.52.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b11ee2c7db970e8fd5fbd6c8b7208afe4510c2d9]

        INTEGRATION: CWS dba204b (1.13.52); FILE MERGED 2006/07/07 12:29:56 fs 1.13.52.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [919029d7b64e54f530a00a67f5f4c96b683963cc]

        INTEGRATION: CWS dba204b (1.3.34); FILE MERGED 2006/07/19 07:45:49 fs 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2006/07/06 14:52:27 fs 1.3.34.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [304988dc18515ce510088e8276fcd15e18464349]

        INTEGRATION: CWS dba204b (1.2.68); FILE MERGED 2006/07/06 14:52:27 fs 1.2.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [797d7d4a115812fe6ede1badf36b023dbb7a98f0]

        INTEGRATION: CWS dba204b (1.6.68); FILE MERGED 2006/07/06 14:52:27 fs 1.6.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [35e35c3ec5421bab2e5eb8e8d8d1035e383d101f]

        INTEGRATION: CWS dba204b (1.5.68); FILE MERGED 2006/07/06 14:52:27 fs 1.5.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ae2500a3b435a1acc42be1c2700163171040addd]

        INTEGRATION: CWS dba204b (1.7.68); FILE MERGED 2006/07/06 14:52:27 fs 1.7.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c40103697665790e129d35f73d71ba04b39b33b5]

        INTEGRATION: CWS dba204b (1.9.160); FILE MERGED 2006/07/07 12:29:56 fs 1.9.160.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [604d277ebca355ddb62d2d99f722b574c8d82ef9]

        INTEGRATION: CWS dba204b (1.4.68); FILE MERGED 2006/07/06 14:52:26 fs 1.4.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e0c5467d6a8514c77629d292b8e10a85712bb15e]

        INTEGRATION: CWS dba204b (1.5.68); FILE MERGED 2006/07/07 12:29:56 fs 1.5.68.1: let the button navigation handler supersede ButtonType with ActionButtonType

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e232ae99e944aa18e4ac18bb517b1f6039c5df76]

        INTEGRATION: CWS dba204b (1.8.160); FILE MERGED 2006/07/06 14:52:26 fs 1.8.160.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c4e9ddfd1c207fae7ee561ff176b0723b2669d6c]

        INTEGRATION: CWS dba204b (1.9.52); FILE MERGED 2006/07/06 14:52:26 fs 1.9.52.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a7c65e110098a484613562f2c2de7ee75a4e3b88]

        INTEGRATION: CWS dba204b (1.15.34); FILE MERGED 2006/07/06 14:52:26 fs 1.15.34.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [63e5166b4f5883adc2a7b2a7f2a2416ccba9c4e5]

        INTEGRATION: CWS dba204b (1.11.68); FILE MERGED 2006/07/06 14:52:26 fs 1.11.68.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter / some less warnings

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c818d28396f1c4d3249948ea69a4b59bcf3420f5]

        INTEGRATION: CWS dba204b (1.5.104); FILE MERGED 2006/07/11 14:12:42 fs 1.5.104.1: just touch this file, so it gets rebuilt (necessary due to an incompatibility in SolarThreadExecutor introduced with the fix for #i63262#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d5884cddf3e98cbf5b428b0fe8c6705b11096ff0]

        INTEGRATION: CWS dba204b (1.2.52); FILE MERGED 2006/07/13 07:12:16 fs 1.2.52.1: #i65159#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6579c250252558c798d063708bbaa418c74c7f0]

        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>  [09057fd828854ae5f7353c0bc525953d80ca80c1]

        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>  [7c9882c857bb940742974db74dd78fa49690eba4]

        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>  [56cfd5957e1f21a4d3ff2adc67be87a2e29b82e9]

        INTEGRATION: CWS dba204b (1.7.12); FILE MERGED 2006/07/11 05:26:26 oj 1.7.12.1: #i67034# call swap directly

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [431e9106aeff57834176570f9058990da3842209]

        INTEGRATION: CWS dba204b (1.67.8); FILE MERGED 2006/07/13 07:03:03 fs 1.67.8.2: RESYNC: (1.67-1.68); FILE MERGED 2006/07/10 15:20:05 fs 1.67.8.1: #i67004#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ca95b0dd5cf4f685d0c55604688ba49e9f5bcc39]

        INTEGRATION: CWS dba204b (1.38.2); FILE MERGED 2006/07/13 11:13:16 fs 1.38.2.1: #i67006# clear pTabWins with a readable, and now correct piece of code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [135fc9b5981636d0cd24e31acf624e9d9bad49e8]

        INTEGRATION: CWS dba204b (1.4.150); FILE MERGED 2006/07/13 11:13:16 fs 1.4.150.1: #i67006# clear pTabWins with a readable, and now correct piece of code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ae44d00841f76ee3451f73b02682ee98e4bd9f0b]

        INTEGRATION: CWS dba204b (1.5.150); FILE MERGED 2006/07/13 11:13:16 fs 1.5.150.1: #i67006# clear pTabWins with a readable, and now correct piece of code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [7a8b54805c0fb7150e0cb2651da0362722b5046e]

        INTEGRATION: CWS dba204b (1.28.2); FILE MERGED 2006/07/24 11:59:37 fs 1.28.2.1: #i67462# proper sNameToCheck calculation

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e377617941f20487d76a069f9d2f85864ad37caa]

        INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 08:08:39 fs 1.2.2.1: #i67260# +STR_NO_VALID_SQL_NAME

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6653a6488395c0442fbd93bac4cfa850e05586f]

        INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 08:08:24 fs 1.2.2.1: #i67260# +STR_NO_VALID_SQL_NAME

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [3304b3e80e2f30b0e046a91dc92fe00efa96b58d]

        INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 14:01:38 fs 1.2.2.2: #i67462# when validating table names, check all single parts of a composed name 2006/07/17 08:09:50 fs 1.2.2.1: #i67260# better distinguish different reasons for errors / don't enforce SQL92 identifiers for table names unless required

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0aa57ffecb09244f34be019ee2a27c46006cc658]

        INTEGRATION: CWS dba204b (1.10.12); FILE MERGED 2006/07/10 07:59:47 oj 1.10.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [cec5ce4421633f4fe43f1618c0544858f9e410c3]

        INTEGRATION: CWS dba204b (1.14.12); FILE MERGED 2006/07/10 07:59:47 oj 1.14.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [52cd505ee09ba86d2b7c296b2cbd720a42d5210d]

        INTEGRATION: CWS dba204b (1.29.12); FILE MERGED 2006/07/10 07:59:46 oj 1.29.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c420c5216f7b6a0ccd204b99746a5037f90fafb4]

        INTEGRATION: CWS dba204b (1.85.8); FILE MERGED 2006/07/13 07:10:53 fs 1.85.8.2: RESYNC: (1.85-1.86); FILE MERGED 2006/07/10 07:59:46 oj 1.85.8.1: #i64770# rotate end as well, and removed some warnings plus extra debug code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ace4a7edb49b46c4a2617a0c88641f9141cf0806]

        INTEGRATION: CWS presfixes10 (1.53.82); FILE MERGED 2006/07/11 10:57:38 dbo 1.53.82.5: RESYNC: (1.53-1.56); FILE MERGED 2005/11/25 11:16:01 dbo 1.53.82.4: outlining mutex, supporting "all" 2005/11/25 10:01:35 dbo 1.53.82.3: corrected map file 2005/11/24 19:39:12 dbo 1.53.82.2: corrected map file 2005/11/22 17:12:42 dbo 1.53.82.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [780217d93cdfa89554004d0afb2f66b1fea6a1fc]

        INTEGRATION: CWS dba204b (1.86.12); FILE MERGED 2006/07/14 08:08:56 fs 1.86.12.3: #i10000# 2006/07/13 07:10:44 fs 1.86.12.2: RESYNC: (1.86-1.87); FILE MERGED 2006/07/10 07:59:46 oj 1.86.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4ea6610655980b3194e61b3fa11c943a207f3cd1]

        INTEGRATION: CWS presfixes10 (1.8.38); FILE MERGED 2006/07/11 10:50:02 dbo 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/22 17:12:42 dbo 1.8.38.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a0c0ec2c5ee719f5e9ab7872866e7cd5b08ac0c1]

        INTEGRATION: CWS presfixes10 (1.34.36); FILE MERGED 2006/07/11 10:48:19 dbo 1.34.36.2: RESYNC: (1.34-1.35); FILE MERGED 2005/11/22 17:12:41 dbo 1.34.36.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [889dba04bf9c9d4e77fe596bdd6a309f05d0b5f0]

        INTEGRATION: CWS presfixes10 (1.5.40); FILE MERGED 2005/11/22 17:12:41 dbo 1.5.40.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [76ea1c15849e2d2dcde381fe251b8ef3e3aab224]

        INTEGRATION: CWS presfixes10 (1.3.38); FILE MERGED 2006/07/11 10:42:05 dbo 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/22 17:12:40 dbo 1.3.38.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [fbf1d45699b423c4fe1afe469e68579340a2a439]

        INTEGRATION: CWS dba204b (1.3.464); FILE MERGED 2006/07/17 10:08:08 fs 1.3.464.1: don't  depend on ENABLE_RANGE_TRACE

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [563cb8702b3186c5fe63b2c51fd946c6efe0b956]

        INTEGRATION: CWS dba204b (1.12.94); FILE MERGED 2006/07/17 10:06:59 fs 1.12.94.1: warning-free code: ~OLocalExchangeHelper should be virtual

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a4a9ae556b025e758e6e19d0c69a4b930a1f6f6e]

        INTEGRATION: CWS dba204b (1.14.2); FILE MERGED 2006/07/17 10:06:34 fs 1.14.2.1: warning-freeness: composeTableNameForSelect does not need to be virtual

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [9f7eadfa2ecebd4a8cacca924c88fe6695014874]

        INTEGRATION: CWS dba204b (1.55.34); FILE MERGED 2006/07/17 10:54:30 fs 1.55.34.2: some warning-freeness 2006/07/17 10:47:53 fs 1.55.34.1: #i67449#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [215e0293bcc51382acf87e016e31054f05747316]

        INTEGRATION: CWS presfixes10 (1.12.40); FILE MERGED 2006/07/14 10:50:34 dbo 1.12.40.2: #45197# enabled exceptions 2005/11/22 17:11:30 dbo 1.12.40.1: new revised DebugBase

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0062f4f3847b20056f7b5b3254bdb3949cd06106]

        INTEGRATION: CWS presfixes10 (1.1.2); FILE ADDED 2005/11/25 12:41:54 dbo 1.1.2.3: fixed includes 2005/11/25 11:16:00 dbo 1.1.2.2: outlining mutex, supporting "all" 2005/11/22 17:11:30 dbo 1.1.2.1: new revised DebugBase

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [5032f0dc1d431bb8a5bbd7e8182e49ca94e618f9]

        INTEGRATION: CWS dba204b (1.3.464); FILE MERGED 2006/07/17 10:08:13 fs 1.3.464.1: don't  depend on ENABLE_RANGE_TRACE

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [7e4ceb5edd6d1f507e4fc50025cb55a8b79c33fe]

        INTEGRATION: CWS presfixes10 (1.1.2); FILE ADDED 2005/11/22 17:12:40 dbo 1.1.2.1: shifted internal allocator.hxx => rtl/allocator.hxx

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4cbd6ac3ad21b770a3f30f857f0e91f69aec0d9e]

        INTEGRATION: CWS dba204b (1.75.36); FILE MERGED 2006/07/17 13:26:59 fs 1.75.36.1: #i67147# SaveModified: when calling Commit, care for a NULL controller afterwards

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [f56adb887ab43c1c9d34201d5f062acefce7f00b]

        INTEGRATION: CWS presfixes10 (1.1.2); FILE ADDED 2005/11/25 12:41:54 dbo 1.1.2.6: fixed includes 2005/11/25 11:16:00 dbo 1.1.2.5: outlining mutex, supporting "all" 2005/11/25 10:30:27 dbo 1.1.2.4: documentation 2005/11/22 17:11:31 dbo 1.1.2.3: new revised DebugBase 2005/11/10 15:27:18 dbo 1.1.2.2: missing include 2005/11/10 14:06:42 dbo 1.1.2.1: new

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d66e94c16862a67eb068bff32693466c8807ef1a]

        INTEGRATION: CWS dba204b (1.49.34); FILE MERGED 2006/07/13 06:32:16 fs 1.49.34.3: RESYNC: (1.49-1.50); FILE MERGED 2006/07/10 10:35:31 fs 1.49.34.2: warning-free code 2006/07/07 14:08:20 fs 1.49.34.1: #i50160# SetTextColor instead of Font::SetColor/SetFont to change an output device's text color

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [cdaffaa535c383488957d1dbdcf286d00d505046]

        INTEGRATION: CWS dba204b (1.50.36); FILE MERGED 2006/07/10 10:35:30 fs 1.50.36.1: warning-free code

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [fc782722cad69d9ae216bd718a7293cc45b36ca0]

        INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2005/11/18 12:40:47 dbo 1.5.6.3: #i47533# fanwipe fixes Issue number: Submitted by: Reviewed by: 2005/11/10 15:12:46 dbo 1.5.6.2: #i45197# debug base default Issue number: Submitted by: Reviewed by: 2005/11/07 15:25:56 dbo 1.5.6.1: #i45197# set RTL_LEAKGUARD_DEFAULT_MODE Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [07e6a6f2ddec4b72d6fc6dc1deec6f55204e8d74]

        INTEGRATION: CWS presfixes10 (1.6.8); FILE MERGED 2006/07/14 08:15:49 dbo 1.6.8.1: #i58939#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [10a0aa000f12c34d6fbd822ae25b43cd1e8c50c2]

        INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED 2005/11/10 14:57:27 dbo 1.6.6.1: #i45197# cleanup Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e6072260f8fe0a54164129b2e8a553ef39fedf5a]

        INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2005/11/10 14:46:56 dbo 1.5.6.2: #i45197# revised diagnostics Issue number: Submitted by: Reviewed by: 2005/11/07 15:24:52 dbo 1.5.6.1: #i45197# added DelayEvent ctor( function ), code cleanup Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d7da2f3679718e15ae98a32cd7abc91f89437705]

        INTEGRATION: CWS presfixes10 (1.6.8); FILE MERGED 2005/11/18 12:40:46 dbo 1.6.8.1: #i47533# fanwipe fixes Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [143d8de1f293eaca50dd695d6ac365ce6f03fa6c]

        INTEGRATION: CWS dba204b (1.3.70); FILE MERGED 2006/07/06 14:40:20 fs 1.3.70.1: #i65159# describePropertyLine now returning a LineDescriptor, instead of taking an out parameter

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [db1fab21e2ff693400ae33d9e43110f1fa6a9e38]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/18 12:40:44 dbo 1.3.8.1: #i47533# fanwipe fixes Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [d341ddd8b33daa81d63fae0513b33f7262edde68]

        INTEGRATION: CWS presfixes10 (1.4.6); FILE MERGED 2005/11/07 15:26:57 dbo 1.4.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [08fb8e7eed69def1d3e79a02fb30f0a77cd54478]

        INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2006/07/14 08:26:15 dbo 1.5.6.2: #i58939# 2005/11/07 15:26:56 dbo 1.5.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [3be6eaa58e89ba294753d2fb382fb6295ac697c4]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:56 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [c149ab7cac6409668da50fe73a707704ed97d55c]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:55 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [badfe9c26cff7c6ff3b4e2b83feeb765c20b16e2]

        INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2005/11/07 15:26:55 dbo 1.5.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [f3950f4496c6bc257b70501decd740dc07820417]

        INTEGRATION: CWS presfixes10 (1.5.8); FILE MERGED 2005/11/07 15:26:55 dbo 1.5.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [2a616280b3a941e19f92419c3e139ce966a9f342]

        INTEGRATION: CWS presfixes10 (1.4.8); FILE MERGED 2005/11/07 15:26:54 dbo 1.4.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [274fc856579b81c8993876a57b0e5047c9535e52]

        INTEGRATION: CWS presfixes10 (1.1.2); FILE ADDED 2005/11/07 15:26:54 dbo 1.1.2.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ef8c7186fab7e27a0d86fa839fb3a4ffb846a3ec]

        INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED 2005/11/10 15:50:01 dbo 1.6.6.3: missing friend decl for SunCC Issue number: Submitted by: Reviewed by: 2005/11/10 14:57:26 dbo 1.6.6.2: #i45197# cleanup Issue number: Submitted by: Reviewed by: 2005/11/07 15:26:53 dbo 1.6.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [6fbd301b5d6839d0baa894f70c586eef3773b613]

        INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED 2006/07/20 13:20:21 dbo 1.6.6.3: #i45197# deactivate/end 2005/11/10 14:57:25 dbo 1.6.6.2: #i45197# cleanup Issue number: Submitted by: Reviewed by: 2005/11/07 15:26:52 dbo 1.6.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [ca1b222c3b3df3922e7445955ff940ff2d7d698a]

        INTEGRATION: CWS dba204b (1.16.148); FILE MERGED 2006/07/14 11:05:05 fs 1.16.148.1: #i67019# support for list-property / list-value

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [30cc8f1bcc0b75787b755c6557f5f0efe8ded2ef]

        INTEGRATION: CWS dba204b (1.23.16); FILE MERGED 2006/07/14 11:05:05 fs 1.23.16.1: #i67019# support for list-property / list-value

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4f3e686f630dbd7f4c34c5c3ae61aff509470f8d]

        INTEGRATION: CWS presfixes10 (1.5.6); FILE MERGED 2005/11/07 15:26:52 dbo 1.5.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [93f19be786fe5724df59d25ab603ab0cdeec2fbd]

        INTEGRATION: CWS dba204b (1.30.16); FILE MERGED 2006/07/14 11:05:52 fs 1.30.16.1: #i67019# allow for generic sequence properties

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [2a3789befa3263b01115c9c31940695cf512b599]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:51 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [68fae1d7da6519e2085d6f175ea8085fddd6d65d]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:50 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [256fe1926ec5aeb46e48ecffab7087ac233e9b5d]

        INTEGRATION: CWS presfixes10 (1.4.8); FILE MERGED 2005/11/07 15:26:50 dbo 1.4.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [20975544b3323df025243266416338fa16aab9e6]

        INTEGRATION: CWS dba204b (1.50.16); FILE MERGED 2006/07/14 11:08:26 fs 1.50.16.1: #i67019# allow for generic sequence properties

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4056d8ecc3bfbf99865b5ef3a53e5544b6196e81]

        INTEGRATION: CWS presfixes10 (1.5.8); FILE MERGED 2005/11/07 15:26:49 dbo 1.5.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [21731ba77071a47e21c44b67a8d8e4757d8c8301]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:49 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [9559af82f65c1577b38a0832d3f4ca707a11b65f]

        INTEGRATION: CWS presfixes10 (1.7.8); FILE MERGED 2005/11/07 15:26:48 dbo 1.7.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4d912807dc6fa39a9f28299e143afc9bb327d777]

        INTEGRATION: CWS dba204b (1.41.16); FILE MERGED 2006/07/14 11:08:15 fs 1.41.16.1: #i67019# export the default select sequence for a list box in a generic way, if necessary

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [4833e8cd358e34e9d90ffe982815563028dee5a1]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:48 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b6d58c35ed6926e345535db7f867e5d57c519183]

        INTEGRATION: CWS presfixes10 (1.4.8); FILE MERGED 2005/11/07 15:26:47 dbo 1.4.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e18532921b9781013fac73e68744986d2036d6d5]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/07 15:26:47 dbo 1.3.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [dd1a90a6d3bea9443dfc4124c03844b4fbff1f63]

        INTEGRATION: CWS presfixes10 (1.4.6); FILE MERGED 2005/11/07 15:26:46 dbo 1.4.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [a8241dcf3c92b08b6f1d92eabceb5fb3640d6a9c]

        INTEGRATION: CWS presfixes10 (1.8.6); FILE MERGED 2005/11/10 14:57:25 dbo 1.8.6.2: #i45197# cleanup Issue number: Submitted by: Reviewed by: 2005/11/07 15:26:46 dbo 1.8.6.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [e0b0b7bbd6cafcd5921db6f8b632e9581520dc0f]

        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>  [60b80bcf07076839ac9c0b74b1577cd861f86523]

        INTEGRATION: CWS presfixes10 (1.5.8); FILE MERGED 2005/11/07 15:26:45 dbo 1.5.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b944c4edff2d03d049cf49ee26d06c2ec361396a]

        INTEGRATION: CWS presfixes10 (1.8.8); FILE MERGED 2005/11/07 15:26:45 dbo 1.8.8.1: #i45197# revised code Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [49d896a5758ae3b78d8732695e961e13a37ab16a]

        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-26  Rüdiger Timm  <rt@openoffice.org>  [51f1e9844f04b80242d9142edbfc579057a9b57f]

        INTEGRATION: CWS presfixes10 (1.3.8); FILE MERGED 2005/11/10 14:57:24 dbo 1.3.8.1: #i45197# cleanup Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [b8db5662022a1e2ec874e6d8e4de8af77221ac41]

        INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED 2006/07/17 16:38:35 dbo 1.6.6.1: #i45197# dont run into busy loop when event queue is forced empty

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [82a7e0e548f113b648cb0c0678c7332635727373]

        INTEGRATION: CWS presfixes10 (1.9.8); FILE MERGED 2006/07/14 08:16:29 dbo 1.9.8.1: #i58939#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [512450d372355428eaadbb03bac7de1606b8df36]

        INTEGRATION: CWS dba204b (1.35.16); FILE MERGED 2006/07/13 10:05:13 fs 1.35.16.1: #i67290#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [8b8cf4f0fa77bc4115727a4fdedd635552a5cfdd]

        INTEGRATION: CWS presfixes10 (1.7.6); FILE MERGED 2006/07/17 16:38:34 dbo 1.7.6.1: #i45197# dont run into busy loop when event queue is forced empty

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [25ffbb096fb693df4552fb221fbd8ed8a722d548]

        INTEGRATION: CWS dba204b (1.13.2); FILE MERGED 2006/07/13 10:06:48 fs 1.13.2.1: #i67290#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [10d380112490d1097ca63aaf29d0d29c8f76b3ec]

        INTEGRATION: CWS dba204b (1.40.2); FILE MERGED 2006/07/13 10:03:39 fs 1.40.2.1: #i67290#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [7784e3cc8b8fd0ee098beb4212deb0c4b78995e8]

        INTEGRATION: CWS presfixes10 (1.3.2); FILE MERGED 2005/11/10 14:57:23 dbo 1.3.2.1: #i45197# cleanup Issue number: Submitted by: Reviewed by:

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [0fe2f21da78e72c939a0e304b88fac7d6c0f59ba]

        INTEGRATION: CWS dba204b (1.5.2); FILE MERGED 2006/07/13 09:56:42 fs 1.5.2.1: #i67290#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [78e3fd13e0fdcbcb81ed8e3acdb7670cb266ee70]

        INTEGRATION: CWS dba204b (1.23.16); FILE MERGED 2006/07/13 09:57:14 fs 1.23.16.1: #i67290#

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [2ee1ab5941c6ec7bdd1e166f21fdccc2654b773d]

        INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 08:06:34 fs 1.2.2.1: #i67260# +restrictIdentifiersToSQL92

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [6d5112c76c89a2609bd34ae864c093b6bfa003c7]

        INTEGRATION: CWS dba204b (1.30.20); FILE MERGED 2006/07/17 08:21:28 fs 1.30.20.1: build kab, evoab, evoab2 on unix only

2006-07-26  Rüdiger Timm  <rt@openoffice.org>  [dde0c4b09e2d1a8cb11f5432b8b2610f56b23a29]

        INTEGRATION: CWS dba204b (1.2.2); FILE MERGED 2006/07/17 08:06:22 fs 1.2.2.1: #i67260# +restrictIdentifiersToSQL92

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f98179140f999cf2282b59a2dc2104213261f10c]

        INTEGRATION: CWS aw035 (1.25.104); FILE MERGED 2006/07/13 15:04:11 aw 1.25.104.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ec39ef2e7faec2e04911c9a96544a229cf25befa]

        INTEGRATION: CWS aw035 (1.10.72); FILE MERGED 2006/07/13 11:56:34 aw 1.10.72.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1d0e448d5a6d5b0d0393e2b48590c7808fa79135]

        INTEGRATION: CWS aw035 (1.20.48); FILE MERGED 2006/07/13 09:43:11 aw 1.20.48.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [99b8bf7bfbf25d7d289683412129a10f9e90d896]

        INTEGRATION: CWS aw035 (1.10.88); FILE MERGED 2006/07/13 09:43:11 aw 1.10.88.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a30f7a8168f567c1e162a9d99807744124b25d87]

        INTEGRATION: CWS aw035 (1.38.88); FILE MERGED 2006/07/13 09:43:11 aw 1.38.88.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9acac2c8ce557cc12966ad3eda0c403cd4235636]

        INTEGRATION: CWS aw035 (1.35.44); FILE MERGED 2006/07/12 15:29:56 aw 1.35.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e7a7f62c62a29fb46af23cb6742056ca79b62916]

        INTEGRATION: CWS aw035 (1.14.44); FILE MERGED 2006/07/12 15:29:55 aw 1.14.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [27b38264065828c493d2421b4d841f6c86d72913]

        INTEGRATION: CWS aw035 (1.12.46); FILE MERGED 2006/07/12 15:29:55 aw 1.12.46.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [af49bf3dc1b49f790fd70c15b9f59b5a0f88ef73]

        INTEGRATION: CWS aw035 (1.31.292); FILE MERGED 2006/07/12 15:29:55 aw 1.31.292.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [70f66e82088034f6d4b3abfba1846da200ffa99f]

        INTEGRATION: CWS aw035 (1.26.44); FILE MERGED 2006/07/12 15:29:54 aw 1.26.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4321a8255285979fc3ad3c17878ae4a7889bfbb4]

        INTEGRATION: CWS aw035 (1.21.44); FILE MERGED 2006/07/12 15:29:54 aw 1.21.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0a81bfd7a68a030cfebc1a9d1105419dc93e3681]

        INTEGRATION: CWS aw035 (1.7.44); FILE MERGED 2006/07/12 15:29:54 aw 1.7.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d2d42f5c62641c714e9d06a436c88362958977e8]

        INTEGRATION: CWS aw035 (1.48.44); FILE MERGED 2006/07/19 12:16:07 aw 1.48.44.1: #126416# Corrected handling of SdrPageViewWindowVector

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [3797478ec1cf2dc43ad970fbc1cb55165efe0a9d]

        INTEGRATION: CWS aw035 (1.52.44); FILE MERGED 2006/07/11 11:19:05 aw 1.52.44.1: #i62000# for all occurrences of changes to member pBackgroundObj of SdrPage, make sure line style is resetted there (SetMergedItem(XLineStyleItem(XLINE_NONE)))

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1964f9271b1f5df493837156c4690eac16c842af]

        INTEGRATION: CWS aw035 (1.7.46); FILE MERGED 2006/07/17 14:16:10 aw 1.7.46.3: #126320# Do NOT remember count of selected objects before call to ForceSort() 2006/07/12 15:29:53 aw 1.7.46.2: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification 2006/07/11 13:09:23 aw 1.7.46.1: #126320# deriving SdrMark from sdr::ObjectUser to watch referenced lifetime of SdrObj

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5d4a4bd2ec2f1fa85a8d979c1edca7c9bf385390]

        INTEGRATION: CWS aw035 (1.7.44); FILE MERGED 2006/07/12 15:29:53 aw 1.7.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ee0c8634644de8ff6723ddfe22a6db2c698de34a]

        INTEGRATION: CWS aw035 (1.22.44); FILE MERGED 2006/07/12 15:29:53 aw 1.22.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4df942ac7034748390041f4da5bac401db1ee271]

        INTEGRATION: CWS aw035 (1.16.44); FILE MERGED 2006/07/12 15:29:53 aw 1.16.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [3b8a5e1e342cf698e02e5febd5e48a5bfb35c59c]

        INTEGRATION: CWS aw035 (1.11.44); FILE MERGED 2006/07/12 15:29:53 aw 1.11.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b6bff7c2fd832c8f460ae91e1dd53f06ed68a8bd]

        INTEGRATION: CWS aw035 (1.10.44); FILE MERGED 2006/07/18 11:47:52 aw 1.10.44.2: #i58950# moved constructor to cxx, added virtual destructor 2006/07/12 15:29:52 aw 1.10.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [48045f21a20bd009716c591f38bd9ec36dc7096c]

        INTEGRATION: CWS aw035 (1.6.470); FILE MERGED 2006/07/11 11:58:03 aw 1.6.470.1: #i50808# Leak fix for SfxItemSet created by Clone()

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d543a5b1073e780cd5c9406f28166dbe154ced25]

        INTEGRATION: CWS aw035 (1.10.44); FILE MERGED 2006/07/11 08:45:54 aw 1.10.44.1: #i63345# Animation was disabled in Drawinglayer, activating again to test

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f7ecea8aa487bb5fd5cb1bd2cb8a412e34916e4c]

        INTEGRATION: CWS aw035 (1.8.46); FILE MERGED 2006/07/11 11:52:10 aw 1.8.46.1: #i54989# In ViewContactOfPageObj::PaintObject, initialize aNewRectangle before using PaintPageBorder

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [16d43b82c72a7724f67cdc4164658d317f6b2659]

        INTEGRATION: CWS aw035 (1.9.44); FILE MERGED 2006/07/12 15:29:52 aw 1.9.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [096d67aeb06eb44818067aa9cec03e4ff37f5139]

        INTEGRATION: CWS aw035 (1.22.44); FILE MERGED 2006/07/12 15:29:52 aw 1.22.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [97ba56d5172aed0dcfe8cadd90d0c94985c7941f]

        INTEGRATION: CWS aw035 (1.52.42); FILE MERGED 2006/07/12 15:29:52 aw 1.52.42.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [97e87368bd494076eb16b4b489bf315c93396ad5]

        INTEGRATION: CWS aw035 (1.42.42); FILE MERGED 2006/07/12 15:29:52 aw 1.42.42.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0918b00d4bd4aa0778cd9ce759ec63adfaf3339c]

        INTEGRATION: CWS aw035 (1.75.44); FILE MERGED 2006/07/12 15:29:51 aw 1.75.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5c824f2afd0627be7e87f022c1653dd96d572c15]

        INTEGRATION: CWS aw035 (1.66.44); FILE MERGED 2006/07/12 15:29:51 aw 1.66.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e874c65ae78edee5cb422de544ccc59c33e8e852]

        INTEGRATION: CWS aw035 (1.22.44); FILE MERGED 2006/07/12 15:29:51 aw 1.22.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a6f772d541bf49d7187a36c600d7d5cd718173c2]

        INTEGRATION: CWS aw035 (1.6.44); FILE MERGED 2006/07/12 15:29:51 aw 1.6.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f2fab96e9b767f5d8ec35664c50f52a2c373fa67]

        INTEGRATION: CWS aw035 (1.21.44); FILE MERGED 2006/07/12 15:29:50 aw 1.21.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ac38afb204c2c9816d183c92439e9dab8e803a64]

        INTEGRATION: CWS aw035 (1.22.46); FILE MERGED 2006/07/12 15:29:50 aw 1.22.46.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [93617a9c9e73ae2f3ee6448ef9765b9d6d142e67]

        INTEGRATION: CWS aw035 (1.8.44); FILE MERGED 2006/07/12 15:29:50 aw 1.8.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b249560267be40affff5ef3de6f64addc359f361]

        INTEGRATION: CWS aw035 (1.16.44); FILE MERGED 2006/07/11 08:04:26 aw 1.16.44.1: #i63762#redefined and secured IMapWindow::ReplaceImageMap, the current selection is now reset

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c950873581e23dd8f81f48ca334e99df825dc48f]

        INTEGRATION: CWS aw035 (1.23.44); FILE MERGED 2006/07/12 15:29:50 aw 1.23.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [52f28de0ced2235f81df49531f9a3a67747bf8b2]

        INTEGRATION: CWS aw035 (1.8.44); FILE MERGED 2006/07/12 15:29:49 aw 1.8.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c777b1a8c3d0d4de673f530fbde63245a49a53d9]

        INTEGRATION: CWS aw035 (1.20.44); FILE MERGED 2006/07/12 15:29:49 aw 1.20.44.1: #126320# SdrMark::GetObj() -> SdrMark::GetSdrObjectFromSdrMark() for unique identification

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [24c63e8f2dd9cfa01fa80d4a77e00f618c933dba]

        INTEGRATION: CWS aw035 (1.9.418); FILE MERGED 2006/07/14 11:02:11 aw 1.9.418.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [93efceb7beadabab52cde6019dcd97199a9d7d84]

        INTEGRATION: CWS aw035 (1.58.40); FILE MERGED 2006/07/14 11:02:11 aw 1.58.40.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6eee2b561027085b58c68ace60ae4a307c6d9325]

        INTEGRATION: CWS aw035 (1.31.286); FILE MERGED 2006/07/14 11:02:11 aw 1.31.286.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2844f272f492dae85280f1f9491ccdb15b3929aa]

        INTEGRATION: CWS aw035 (1.9.420); FILE MERGED 2006/07/14 11:02:10 aw 1.9.420.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [460a781f83ea3942a121f2cf077eb9b8ee3468a4]

        INTEGRATION: CWS aw035 (1.6.110); FILE MERGED 2006/07/14 11:02:10 aw 1.6.110.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d0f0337908fcec83c87ac8da890b04927eca9e73]

        INTEGRATION: CWS aw035 (1.32.104); FILE MERGED 2006/07/14 11:02:10 aw 1.32.104.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [30d12cfde882f8cbee53a64c631eea91973a3876]

        INTEGRATION: CWS aw035 (1.32.344); FILE MERGED 2006/07/14 11:02:10 aw 1.32.344.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1f9c7d6793269ae8bfa374999227fda18221dce0]

        INTEGRATION: CWS aw035 (1.21.174); FILE MERGED 2006/07/14 11:02:10 aw 1.21.174.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ba643774a84e8ec8d9092d975fa86c67d8695242]

        INTEGRATION: CWS aw035 (1.11.420); FILE MERGED 2006/07/14 11:02:09 aw 1.11.420.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c51c02a6ad8fd6765a2d519bce913b3a8dd5be4b]

        INTEGRATION: CWS aw035 (1.14.416); FILE MERGED 2006/07/14 11:02:09 aw 1.14.416.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7e60d9533879533fa26a0e5b28cdd8c0afbfe6c8]

        INTEGRATION: CWS aw035 (1.8.420); FILE MERGED 2006/07/14 11:02:09 aw 1.8.420.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [71a30cd60cddca101c58ab1c7825c06deca921c3]

        INTEGRATION: CWS aw035 (1.7.106); FILE MERGED 2006/07/14 11:02:09 aw 1.7.106.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [70ee265f1fb906506a7d1db7252f6e2d272d8048]

        INTEGRATION: CWS aw035 (1.10.416); FILE MERGED 2006/07/14 11:02:09 aw 1.10.416.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b761154c83745b282bc7d870eae08b9ddad8fa27]

        INTEGRATION: CWS aw035 (1.6.290); FILE MERGED 2006/07/14 11:02:09 aw 1.6.290.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4d1c95b234b77dbb73a2d9a0c83bf9589d0b434b]

        INTEGRATION: CWS aw035 (1.9.416); FILE MERGED 2006/07/14 11:02:09 aw 1.9.416.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1e7fbf5a03d2d531775b2ff111c081750d406906]

        INTEGRATION: CWS aw035 (1.16.242); FILE MERGED 2006/07/14 11:02:08 aw 1.16.242.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ef9117093b4d9dbfca404148d1c917e60417be0c]

        INTEGRATION: CWS aw035 (1.132.106); FILE MERGED 2006/07/14 11:02:08 aw 1.132.106.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [09ee78d30c752df4a3118a97ff4989aedfea1842]

        INTEGRATION: CWS aw035 (1.5.370); FILE MERGED 2006/07/14 11:02:08 aw 1.5.370.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [dfa53ca325038b3e9e6bc006b66c27f51ea7bbc0]

        INTEGRATION: CWS aw035 (1.28.244); FILE MERGED 2006/07/14 11:02:07 aw 1.28.244.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d71c4b316f5d77b63c532df65cfe6a0402321d94]

        INTEGRATION: CWS aw035 (1.15.418); FILE MERGED 2006/07/14 11:02:07 aw 1.15.418.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a97b646bede52e26468dfe68e07f987697105327]

        INTEGRATION: CWS aw035 (1.70.40); FILE MERGED 2006/07/14 11:02:07 aw 1.70.40.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ba42f5f2a29cbae83496ed49b291483f8634e5a4]

        INTEGRATION: CWS aw035 (1.13.418); FILE MERGED 2006/07/14 11:02:07 aw 1.13.418.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b810ac516124442b11fa9d9e2d702673238c7ee2]

        INTEGRATION: CWS aw035 (1.36.258); FILE MERGED 2006/07/14 11:02:06 aw 1.36.258.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [01c75178cffd970fcc94d9fd8138617875e07b7d]

        INTEGRATION: CWS aw035 (1.44.172); FILE MERGED 2006/07/14 11:02:06 aw 1.44.172.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4f18d656da64f2f3f2bca83fac8250aca95b12cb]

        INTEGRATION: CWS aw035 (1.29.174); FILE MERGED 2006/07/14 11:02:06 aw 1.29.174.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5fc40fd156ff6773573cb6dbb84c953da08bd461]

        INTEGRATION: CWS aw035 (1.38.126); FILE MERGED 2006/07/14 11:02:06 aw 1.38.126.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bd5514611fc0a65f1e127b543e092aec6388d790]

        INTEGRATION: CWS aw035 (1.8.418); FILE MERGED 2006/07/14 11:02:05 aw 1.8.418.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b89fe72d184fd2e03574729c14296495e9e14ba8]

        INTEGRATION: CWS aw035 (1.21.416); FILE MERGED 2006/07/14 11:02:05 aw 1.21.416.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1a18c12366bee3a5301f5fc3dbf4c7af7b285b45]

        INTEGRATION: CWS aw035 (1.18.416); FILE MERGED 2006/07/14 11:02:05 aw 1.18.416.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [647cb8e40ffb735dcd4bcc8fb6ec806fdef5f1a4]

        INTEGRATION: CWS aw035 (1.27.176); FILE MERGED 2006/07/14 11:02:05 aw 1.27.176.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d9cc66897b713f6a426e2b24b3b84eb867441941]

        INTEGRATION: CWS aw035 (1.35.174); FILE MERGED 2006/07/14 11:02:04 aw 1.35.174.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e6afd9acadfe5f46002c91cbab81d89ac3cc2f61]

        INTEGRATION: CWS aw035 (1.24.24); FILE MERGED 2006/07/13 15:04:14 aw 1.24.24.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1ad3f9cbc885e97dd00c7db251f8887b1a011ab8]

        INTEGRATION: CWS aw035 (1.11.218); FILE MERGED 2006/07/13 15:04:14 aw 1.11.218.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2b251c93b93ab7277c4ba43e1855472d42c81f2f]

        INTEGRATION: CWS aw035 (1.28.70); FILE MERGED 2006/07/13 15:04:14 aw 1.28.70.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f53a21a431086cb2cd50c8f40ec85559f2d59567]

        INTEGRATION: CWS aw035 (1.8.228); FILE MERGED 2006/07/13 15:04:14 aw 1.8.228.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8c8e27971c26c6ad4c79bb57768d82b52fd04019]

        INTEGRATION: CWS aw035 (1.39.72); FILE MERGED 2006/07/13 15:04:14 aw 1.39.72.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [fcea25ba1b5251b39dce4d9b356d3b68e1f38aee]

        INTEGRATION: CWS aw035 (1.22.148); FILE MERGED 2006/07/13 15:04:13 aw 1.22.148.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [fb97531635d619389c917cfe26519dcee96973b4]

        INTEGRATION: CWS aw035 (1.7.224); FILE MERGED 2006/07/13 15:04:13 aw 1.7.224.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [11e15b9c5ecd6c41926729b4f61864103919c73c]

        INTEGRATION: CWS aw035 (1.23.70); FILE MERGED 2006/07/13 15:04:13 aw 1.23.70.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [fb0cdc88b35fd1e2c3bececb71cc6965e594fcab]

        INTEGRATION: CWS aw035 (1.4.74); FILE MERGED 2006/07/13 15:04:12 aw 1.4.74.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6db3beb10c56f756c7d294563b903babb80406e4]

        INTEGRATION: CWS aw035 (1.7.72); FILE MERGED 2006/07/13 15:04:12 aw 1.7.72.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [07d40f8efaef0f2d7aae538ebe1178a2c3395923]

        INTEGRATION: CWS aw035 (1.22.214); FILE MERGED 2006/07/13 15:04:12 aw 1.22.214.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [66068830bd07b5f5c5a9f175d4ec452899939414]

        INTEGRATION: CWS aw035 (1.12.72); FILE MERGED 2006/07/13 15:04:12 aw 1.12.72.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [776e775a66384f5786286f638a283cd91bcd14b4]

        INTEGRATION: CWS aw035 (1.16.212); FILE MERGED 2006/07/13 15:04:12 aw 1.16.212.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d1c8bf1327d58e575b9fbb160b98ce90ef07bebb]

        INTEGRATION: CWS aw035 (1.6.226); FILE MERGED 2006/07/13 15:04:12 aw 1.6.226.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8c593490bbfe9ffde8697055e86794a49d5013a7]

        INTEGRATION: CWS aw035 (1.9.224); FILE MERGED 2006/07/13 15:04:12 aw 1.9.224.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d3f6b580913f3fee338e1eaaaa5b410f067b9706]

        INTEGRATION: CWS aw035 (1.13.224); FILE MERGED 2006/07/13 15:04:11 aw 1.13.224.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [319172145622e5ea7d22dff7a2ef1ecf8ce0829f]

        INTEGRATION: CWS aw035 (1.5.226); FILE MERGED 2006/07/13 15:04:11 aw 1.5.226.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2146ad9a44f41303ebc08456d1dfa8019325da64]

        INTEGRATION: CWS aw035 (1.19.106); FILE MERGED 2006/07/13 15:04:11 aw 1.19.106.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4e61c795f69ff46336f11cc7475e2ab4eb622066]

        INTEGRATION: CWS aw035 (1.8.74); FILE MERGED 2006/07/13 15:04:11 aw 1.8.74.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [3de1215e7d46e974a3ea49f17df00c457bcb59cb]

        INTEGRATION: CWS aw035 (1.10.226); FILE MERGED 2006/07/13 15:04:10 aw 1.10.226.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2796bc4dce3f0e01e0f22283ff82826599dafb18]

        INTEGRATION: CWS aw035 (1.29.24); FILE MERGED 2006/07/13 15:04:10 aw 1.29.24.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ddb0c29c1b8ce94ac45542332ae57e9133e80d51]

        INTEGRATION: CWS aw035 (1.65.26); FILE MERGED 2006/07/13 16:05:20 aw 1.65.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [312b7c429a32c66cde7f53902c3f670869373f47]

        INTEGRATION: CWS aw035 (1.50.26); FILE MERGED 2006/07/13 16:05:20 aw 1.50.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2ccb729a47d65d77ea011af8325768eb593c8592]

        INTEGRATION: CWS aw035 (1.49.60); FILE MERGED 2006/07/13 16:05:19 aw 1.49.60.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [54f636b90031843dd1e673b773293ba0b6dc3516]

        INTEGRATION: CWS aw035 (1.16.10); FILE MERGED 2006/07/13 16:05:19 aw 1.16.10.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d4b0c6b69ea7fe7ad84fb742793460705a77363a]

        INTEGRATION: CWS aw035 (1.10.184); FILE MERGED 2006/07/13 16:05:19 aw 1.10.184.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6bdd580a757e5c90833ca23c4aa6b55cba8d9ef7]

        INTEGRATION: CWS aw035 (1.16.62); FILE MERGED 2006/07/13 16:05:19 aw 1.16.62.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [de541c0fc46c87dac6c08340168dd034d8d5e9d8]

        INTEGRATION: CWS swqbf71 (1.158.38); FILE MERGED 2006/07/19 13:01:36 od 1.158.38.2: RESYNC: (1.158-1.159); FILE MERGED 2006/07/19 10:28:15 fme 1.158.38.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [85260e16d8adf82955dde79303b6619f035aba45]

        INTEGRATION: CWS aw035 (1.58.112); FILE MERGED 2006/07/13 16:05:19 aw 1.58.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f6d6eb148c999d5ae1ded45345b831ee6909ba87]

        INTEGRATION: CWS swqbf71 (1.52.314); FILE MERGED 2006/07/19 12:55:53 od 1.52.314.2: RESYNC: (1.52-1.53); FILE MERGED 2006/06/29 14:38:25 od 1.52.314.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c76399f5324510a1762ef28587026945b7d098fd]

        INTEGRATION: CWS swqbf71 (1.75.74); FILE MERGED 2006/06/29 14:38:27 od 1.75.74.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [95ba3ba2f388754aa034bd2bf78d4851a0bbf196]

        INTEGRATION: CWS aw035 (1.26.182); FILE MERGED 2006/07/13 16:05:19 aw 1.26.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8a2d2faf7503f5541fe01f38456e81c513dcbc3a]

        INTEGRATION: CWS swqbf71 (1.36.248); FILE MERGED 2006/06/29 14:38:27 od 1.36.248.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b345e3583a3f236aca40c5418f11012085148b7d]

        INTEGRATION: CWS aw035 (1.41.112); FILE MERGED 2006/07/13 16:05:18 aw 1.41.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bdfd2752e9c2a08808118435753cafd9548e3a89]

        INTEGRATION: CWS swqbf71 (1.19.336); FILE MERGED 2006/06/29 14:38:26 od 1.19.336.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ebfcec0fb8fa42f87b29585d9754cabf99fb5360]

        INTEGRATION: CWS aw035 (1.16.26); FILE MERGED 2006/07/13 16:05:18 aw 1.16.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4510eb89f0c93baa9f5fc6402fc7f06a387f87d8]

        INTEGRATION: CWS swqbf71 (1.15.298); FILE MERGED 2006/06/29 14:38:26 od 1.15.298.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a7d0404209078a08f407371b1557b0bdf7a968e8]

        INTEGRATION: CWS aw035 (1.15.182); FILE MERGED 2006/07/13 16:05:18 aw 1.15.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [62de1a1bd1b68cfe63e2e50492eb7e6489f89046]

        INTEGRATION: CWS swqbf71 (1.18.152); FILE MERGED 2006/07/19 12:47:22 od 1.18.152.2: RESYNC: (1.18-1.19); FILE MERGED 2006/06/29 14:38:25 od 1.18.152.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1e5a8b919eb9bb991c6c1172f5327b59c1e713dc]

        INTEGRATION: CWS aw035 (1.66.60); FILE MERGED 2006/07/13 16:05:18 aw 1.66.60.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [59b14a81063b16342c252213788f43e07f35e7ab]

        INTEGRATION: CWS swqbf71 (1.81.356); FILE MERGED 2006/07/20 07:41:00 fme 1.81.356.2: #b6439097# Do not underline the space behind the last character of an expanded portion 2006/07/19 10:43:24 fme 1.81.356.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e512a5bc3873d6ff649b1c7a8103ef2fffef53f4]

        INTEGRATION: CWS aw035 (1.21.182); FILE MERGED 2006/07/13 16:05:18 aw 1.21.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2e2d70e6d79e619293e3733ca6da08ef508d00e9]

        INTEGRATION: CWS swqbf71 (1.38.302); FILE MERGED 2006/07/19 10:38:46 fme 1.38.302.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [29cbeba0e360f661e131d7fc23c29cdd15223682]

        INTEGRATION: CWS aw035 (1.31.148); FILE MERGED 2006/07/13 16:05:17 aw 1.31.148.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e9769d797c19542a42413ebaf4ee2c5791b870aa]

        INTEGRATION: CWS swqbf71 (1.103.180); FILE MERGED 2006/06/29 14:30:37 od 1.103.180.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1416a62b9367e0435c0b852b88d21ae4413d0209]

        INTEGRATION: CWS aw035 (1.36.112); FILE MERGED 2006/07/13 16:05:17 aw 1.36.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [13cdac45b02f19b929753dfbb64dc0fcef0b8bcc]

        INTEGRATION: CWS swqbf71 (1.48.388); FILE MERGED 2006/06/29 14:30:37 od 1.48.388.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a712f464749f2744efbc34f07a0c67b42f695ce3]

        INTEGRATION: CWS aw035 (1.44.10); FILE MERGED 2006/07/13 16:05:17 aw 1.44.10.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b05a4d8e410e0dd9ff7339b6e9d25fd9ecdaa106]

        INTEGRATION: CWS swqbf71 (1.29.258); FILE MERGED 2006/06/29 14:30:36 od 1.29.258.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [aed9bb31951425c8657a466848ea072be54ae43f]

        INTEGRATION: CWS aw035 (1.66.62); FILE MERGED 2006/07/13 16:05:17 aw 1.66.62.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [33cf527562a32d75ac495706f1c2c6036adfc4b3]

        INTEGRATION: CWS swqbf71 (1.41.74); FILE MERGED 2006/06/29 14:30:36 od 1.41.74.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [fc36b10d159d48b805f8c012f3cad26eaf3741bb]

        INTEGRATION: CWS aw035 (1.10.112); FILE MERGED 2006/07/13 16:05:17 aw 1.10.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2879e319acbbfe2aa73c3effa35eeaa0d796baeb]

        INTEGRATION: CWS swqbf71 (1.33.144); FILE MERGED 2006/07/19 12:40:48 od 1.33.144.2: RESYNC: (1.33-1.34); FILE MERGED 2006/06/29 14:24:38 od 1.33.144.1: #b6440955# namespace <numfunc>: 	   - implement configurable default bullet list properties.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [668f0bc1a47b5799a2f5e1708f93bd035cb671ca]

        INTEGRATION: CWS aw035 (1.38.168); FILE MERGED 2006/07/13 16:05:16 aw 1.38.168.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b406f31881eec59c7496dbe23575479540135349]

        INTEGRATION: CWS swqbf71 (1.63.74); FILE MERGED 2006/07/19 10:37:29 fme 1.63.74.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e797a080d0d04b694dd30f382fb09af9e9c09d6e]

        INTEGRATION: CWS aw035 (1.24.112); FILE MERGED 2006/07/13 16:05:16 aw 1.24.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [89932673d726190eb9f25b8fbd09d0595daf6ba6]

        INTEGRATION: CWS swqbf71 (1.53.388); FILE MERGED 2006/06/29 14:30:35 od 1.53.388.1: #b6440955# - adjustments for new namespace <numfunc>

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [939c3ea178e3175403040c62577c98aacb22a736]

        INTEGRATION: CWS aw035 (1.5.114); FILE MERGED 2006/07/13 16:05:16 aw 1.5.114.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ce38232b7f37e40901958297918eaab702d8144f]

        INTEGRATION: CWS swqbf71 (1.26.316); FILE MERGED 2006/06/29 14:14:04 od 1.26.316.2: #b6440955# add documentation to functions of namespace <numfunc> 2006/06/29 14:03:30 od 1.26.316.1: #b6440955# - introduce namespace numfunc for static functions and 	     methods for numbering and bullet. move corresponding functions 	     for default bullet list into this namespace.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [64c1133da5d7929f41e04d2f680b9961391f556a]

        INTEGRATION: CWS aw035 (1.6.112); FILE MERGED 2006/07/13 16:05:16 aw 1.6.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [02a6c06b9cc57d0a360703aeb2259c5bc7d45693]

        INTEGRATION: CWS swqbf71 (1.119.72); FILE MERGED 2006/07/19 10:35:00 fme 1.119.72.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9cf1e35ec1a032a59e8feb603a6773f26903a1c0]

        INTEGRATION: CWS aw035 (1.81.26); FILE MERGED 2006/07/13 16:05:15 aw 1.81.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9fd7042e4813b713b8a10e465ea092ae0c021b8b]

        INTEGRATION: CWS aw035 (1.28.114); FILE MERGED 2006/07/13 16:05:15 aw 1.28.114.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d5e4a5db3f3b35c3764a35c325b2b51034909a44]

        INTEGRATION: CWS aw035 (1.7.182); FILE MERGED 2006/07/13 16:05:15 aw 1.7.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [931ead9f3ca41edfd742aa80762b41dd15f61b52]

        INTEGRATION: CWS aw035 (1.7.170); FILE MERGED 2006/07/13 16:05:15 aw 1.7.170.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [81fdfcc33da006cb57a6b7a19aafcc588fa24da3]

        INTEGRATION: CWS swqbf71 (1.44.46); FILE MERGED 2006/06/30 06:28:36 od 1.44.46.1: #b6440955# - add properties for default bullet list configuration

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f23ff2f7daeb0c9c53c4132e22e38cc178acbf25]

        INTEGRATION: CWS aw035 (1.12.184); FILE MERGED 2006/07/13 16:05:15 aw 1.12.184.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0a50b3bd06f0b6e17928d60d11e5e37aaed08455]

        INTEGRATION: CWS aw035 (1.53.112); FILE MERGED 2006/07/13 16:05:15 aw 1.53.112.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [389c40738b57b2b1a0742c39320bcc721af561a8]

        INTEGRATION: CWS swqbf71 (1.11.184); FILE MERGED 2006/07/19 10:26:25 fme 1.11.184.1: #b6439097# Do not underline the space behind the last character of an expanded portion

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d15e806df9f8fde8536372538a1bc3cb0c6fb196]

        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>  [ad816a9e79c00cb9b0450c8ff6167f13aecc41a2]

        INTEGRATION: CWS aw035 (1.39.60); FILE MERGED 2006/07/13 16:05:14 aw 1.39.60.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4bac3bb0948f581fdb3ece27a227ddb9abc0cb57]

        INTEGRATION: CWS aw035 (1.42.182); FILE MERGED 2006/07/13 16:05:14 aw 1.42.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2a90bb9339fd877055aaf004c96eeeee57130742]

        INTEGRATION: CWS swqbf71 (1.5.94); FILE MERGED 2006/07/17 07:14:18 od 1.5.94.1: #b6448029# methods <SwXTextSection::setPropertyToDefault(..)> and 	   <SwXTextSection::setPropertyValues(..)> 	   - always prevent update of an existing link.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e9726be67ea9d884bf310ae62cd93caa7fc913e8]

        INTEGRATION: CWS aw035 (1.12.168); FILE MERGED 2006/07/13 16:05:14 aw 1.12.168.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4954863a1539987c62ead204d68961c4e168046e]

        INTEGRATION: CWS aw035 (1.13.26); FILE MERGED 2006/07/13 16:05:14 aw 1.13.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [300551de7740504b47a063ef45a675f09e7d2c7a]

        INTEGRATION: CWS aw035 (1.8.26); FILE MERGED 2006/07/13 16:05:14 aw 1.8.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d6ee969aa4f85d586f4f905ebc438a6b073f916d]

        INTEGRATION: CWS aw035 (1.8.28); FILE MERGED 2006/07/13 16:05:14 aw 1.8.28.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b0dc4ec616782a2f86a1411b13e695c4e4a70ef2]

        INTEGRATION: CWS aw035 (1.35.154); FILE MERGED 2006/07/13 16:05:13 aw 1.35.154.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b35b04d8350a3c0f8358ace3723ecf5d0be2132b]

        INTEGRATION: CWS aw035 (1.24.182); FILE MERGED 2006/07/13 16:05:13 aw 1.24.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d90dd20d93ae03646064fe8f647b7fb528248a19]

        INTEGRATION: CWS aw035 (1.9.26); FILE MERGED 2006/07/13 16:05:13 aw 1.9.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [924859b849b8669a61ecb62ce27cd02daf4499b5]

        INTEGRATION: CWS aw035 (1.12.182); FILE MERGED 2006/07/13 16:05:13 aw 1.12.182.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [feeb60b798f299c6eb25e7367555a9596db7594a]

        INTEGRATION: CWS aw035 (1.14.106); FILE MERGED 2006/07/13 16:05:13 aw 1.14.106.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f308e07c61307dbbe2c0e2793026a32455fed516]

        INTEGRATION: CWS aw035 (1.5.252); FILE MERGED 2006/07/13 16:05:12 aw 1.5.252.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ce597b705dd5ebcbc887300b02067b11a863f264]

        INTEGRATION: CWS aw035 (1.35.28); FILE MERGED 2006/07/13 16:05:12 aw 1.35.28.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [dd0f9846852153f4d6c7d7dde367e4b90235d131]

        INTEGRATION: CWS aw035 (1.8.252); FILE MERGED 2006/07/13 16:05:12 aw 1.8.252.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [366509b0e7d3caaeb9ac60a9249f0942d0adca65]

        INTEGRATION: CWS aw035 (1.21.154); FILE MERGED 2006/07/13 16:05:12 aw 1.21.154.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4806adfd02309c4004f0c7165034ec6e48a2d061]

        INTEGRATION: CWS aw035 (1.48.26); FILE MERGED 2006/07/13 16:05:11 aw 1.48.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [72c19a3c772d08aa4067aee1d6b752fe664ddf30]

        INTEGRATION: CWS aw035 (1.15.10); FILE MERGED 2006/07/13 16:05:11 aw 1.15.10.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [62f83d113fcf7adee15abfa8abb5703d379fe704]

        INTEGRATION: CWS rt15 (1.13.6); FILE MERGED 2006/06/27 09:03:26 rt 1.13.6.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [50f54591ede71576a2a78a27bd552739b9b8b29a]

        INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED 2006/06/28 15:11:43 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f6aa297e5f7c76790bb5a9018dcb07102f93fc9b]

        INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED 2006/06/28 15:11:42 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0c1806f21a6d8204c586cd4cbc458a3539169f88]

        INTEGRATION: CWS rt15 (1.1.1.1.150); FILE MERGED 2006/06/28 15:11:41 rt 1.1.1.1.150.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [15eaa31b761d3a8049225703f4cdef0c3849715f]

        INTEGRATION: CWS rt15 (1.2.22); FILE MERGED 2006/06/27 11:44:51 rt 1.2.22.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7e4e8e5e4d7aa3c1ff2ceba2c7b84ec5034f60ec]

        INTEGRATION: CWS rt15 (1.3.22); FILE MERGED 2006/06/27 11:44:51 rt 1.3.22.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [112d14b72ac7b047faf2e3411f730fab156eb46b]

        INTEGRATION: CWS rt15 (1.5.22); FILE MERGED 2006/06/27 11:44:50 rt 1.5.22.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0d48e718a427caea6249a7029e6b1ce84694a7e2]

        INTEGRATION: CWS calc37 (1.38.2); FILE MERGED 2006/07/14 15:53:51 dr 1.38.2.3: #i10000# merge error 2006/07/14 11:36:02 dr 1.38.2.2: RESYNC: (1.38-1.40); FILE MERGED 2006/07/11 10:46:45 dr 1.38.2.1: #i66428# check string length on import, restrict dictionary to 'custom' section

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [14aeb2cc24c50580c7ae16f3bc4854786e87fd8b]

        INTEGRATION: CWS calc37 (1.29.42); FILE MERGED 2006/07/10 14:26:00 dr 1.29.42.1: #i33126# remove cell merge selects merged area, patch by kendy

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0ca743ac296463189dfd8098500c3b07ffe39bc8]

        INTEGRATION: CWS calc37 (1.23.50); FILE MERGED 2006/07/11 11:46:33 dr 1.23.50.1: #i60296# do not draw space characters

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c15f70645734d8b11c381acf97d630296d49fe7a]

        INTEGRATION: CWS calc37 (1.37.36); FILE MERGED 2006/07/17 14:10:12 dr 1.37.36.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [95ee0ffdeb2d41e484b4d1b90231ad51ba6632ab]

        INTEGRATION: CWS calc37 (1.65.36); FILE MERGED 2006/07/17 14:10:12 dr 1.65.36.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [acfac385e96ff3af748b1d50dae06afcc07661fe]

        INTEGRATION: CWS calc37 (1.4.4); FILE MERGED 2006/07/17 14:10:05 dr 1.4.4.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [809afe70575cf1e52356979236185053b7a486d9]

        INTEGRATION: CWS calc37 (1.5.4); FILE MERGED 2006/07/17 14:10:04 dr 1.5.4.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d6afe1723044c378098b5d40aab904aeeab5f2a5]

        INTEGRATION: CWS calc37 (1.11.200); FILE MERGED 2006/07/14 10:52:38 dr 1.11.200.2: RESYNC: (1.11-1.12); FILE MERGED 2006/07/10 11:42:22 dr 1.11.200.1: #i67180# correct number of page fields per row/col

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bb5f07e2cbecccbd5ab6a8e37792ef42969baccf]

        INTEGRATION: CWS calc37 (1.59.4); FILE MERGED 2006/07/17 14:10:04 dr 1.59.4.2: #i67106# ignore STRING record 2006/07/17 12:06:04 dr 1.59.4.1: #i67106# read FORMULA records with different IDs

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [84f2ca38d1bc50b9c188a3daf4a7af229dc0622f]

        INTEGRATION: CWS calc37 (1.80.4); FILE MERGED 2006/07/17 14:10:03 dr 1.80.4.2: #i67106# ignore STRING record 2006/07/17 12:06:04 dr 1.80.4.1: #i67106# read FORMULA records with different IDs

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9a7abddf29e45405eec04cecdda24ac740ba8e66]

        INTEGRATION: CWS calc37 (1.112.4); FILE MERGED 2006/07/17 14:10:02 dr 1.112.4.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5bbd3cd901cfe3bd911211cfc6c9b472daec0f48]

        INTEGRATION: CWS calc37 (1.39.4); FILE MERGED 2006/07/17 14:10:02 dr 1.39.4.1: #i67106# ignore STRING record

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7330a9e9273b18bce6cbebffedee569dd25cb0ff]

        INTEGRATION: CWS rt15 (1.3.250); FILE MERGED 2006/06/29 11:22:00 rt 1.3.250.1: #i66824# segmentc.hxx is obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [855bc2f7672189740efd7b742454c9ca8150a5c8]

        INTEGRATION: CWS calc37 (1.71.78); FILE MERGED 2006/06/09 08:49:59 nn 1.71.78.1: #i65964# CopyFromClip: find merge overlap on all source sheets

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [81593f8b146f6f6aaf78b7bde66e55704a987348]

        INTEGRATION: CWS calc37 (1.40.38); FILE MERGED 2006/07/14 10:11:16 dr 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2006/06/09 15:05:36 nn 1.40.38.1: #i55469# escape quotes in text

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [3d5d13a8b347fcbacc6b504ce583e4c001817334]

        INTEGRATION: CWS calc37 (1.4.36); FILE MERGED 2006/06/09 15:17:33 nn 1.4.36.1: #i55469# escape quotes in text

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6868129cf6ea30bb6e9ed184ef965707813a6eff]

        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>  [14e818d11bc8d6a94e5f2d22ec663f921fd7da04]

        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>  [0587ff6f3aec7c0e28c9f3170a266cd3533c929c]

        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>  [b2ef4580674e8f271f01426c8c44a889b6a3661c]

        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>  [0548d19ee92dd03d4e33bf56ede2480be03b165d]

        INTEGRATION: CWS rt15 (1.5.214); FILE MERGED 2006/07/03 10:12:42 rt 1.5.214.1: #i66824# segmentc.hxx is obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [297132bd880242668ac0c4e8b4bf569eb94d4881]

        INTEGRATION: CWS rt15 (1.7.214); FILE MERGED 2006/07/03 10:12:42 rt 1.7.214.1: #i66824# segmentc.hxx is obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [316475615c85d8157b01a1e959935632ce8196b2]

        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>  [51d3402a26fade2199f9070f08b0a8d3345d1d63]

        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>  [544cc2eeee4b5994eaba75ad0b708afcb525dc77]

        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>  [414ac73fa1d0e4418b58c72fdd528ad59f037fd3]

        INTEGRATION: CWS rt15 (1.4.116); FILE MERGED 2006/06/27 09:35:10 rt 1.4.116.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b60a08ba8b9057723c057b6ea04aaf31f9587c92]

        INTEGRATION: CWS rt15 (1.2.18); FILE MERGED 2006/06/27 09:35:10 rt 1.2.18.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [567bec27ec32279df32511a37fe1120fadd4e42f]

        INTEGRATION: CWS rt15 (1.3.18); FILE MERGED 2006/06/27 09:35:10 rt 1.3.18.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [fc5de79290bf6f8b5c595d1f18868a2e6f72067f]

        INTEGRATION: CWS rt15 (1.3.154); FILE MERGED 2006/06/28 10:15:06 rt 1.3.154.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [383bc3f9db6a5bee308d24c58bb5776a89f5c50b]

        INTEGRATION: CWS pj56 (1.30.18); FILE MERGED 2006/07/20 11:11:40 pjanik 1.30.18.1: #i62563#: Do not include deprecated unxmacxp_protos.h.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b3aa2acd7830ea8c7bd509364d9a617bafc8573a]

        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>  [51f204e6ff34db4e575ee44e25c1d341dc7a7093]

        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>  [b399c9621c876122228697badb5e60502d712a0c]

        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>  [a58736d6e514d890480429843ea47b3dec5178d2]

        INTEGRATION: CWS rt15 (1.3.452); FILE MERGED 2006/06/29 11:25:41 rt 1.3.452.1: #i66824# segmentc.hxx is obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c097567b743d90cc181adf0ff27f69898996a31b]

        INTEGRATION: CWS rt15 (1.17.6); FILE MERGED 2006/06/27 09:03:28 rt 1.17.6.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [65273f054dabbcfec542a9e94f04e853cb41df01]

        INTEGRATION: CWS rt15 (1.2.142); FILE MERGED 2006/06/27 09:03:27 rt 1.2.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ce0a65a624c77297fa9ee4b2daecfc2cfb440761]

        INTEGRATION: CWS rt15 (1.13.142); FILE MERGED 2006/06/27 09:03:27 rt 1.13.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [eed81f2e81f40ffa8d74e7cb7952f071f91ffe08]

        INTEGRATION: CWS rt15 (1.15.142); FILE MERGED 2006/06/27 09:03:27 rt 1.15.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1f6561b7f879092059ff2cc4fdef7f48569c8ea6]

        INTEGRATION: CWS rt15 (1.5.6); FILE MERGED 2006/06/27 09:03:27 rt 1.5.6.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6474fbf00a99eed91e356db1b5cd72770483a1d6]

        INTEGRATION: CWS rt15 (1.3.6); FILE MERGED 2006/06/27 09:03:27 rt 1.3.6.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [734693316fb34b1ec5903d593d933cd3c84ca3ab]

        INTEGRATION: CWS rt15 (1.8.6); FILE MERGED 2006/06/27 09:03:27 rt 1.8.6.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [018d841ef1b53d02ac2f5509c231509ebbc2e386]

        INTEGRATION: CWS rt15 (1.7.142); FILE MERGED 2006/06/27 09:03:26 rt 1.7.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e4c8b61cc1350582430b2284bb25173ed2056ff0]

        INTEGRATION: CWS rt15 (1.5.142); FILE MERGED 2006/06/27 09:03:26 rt 1.5.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [aaf03634bf2f0cc5250343ce60a97517f1e9c352]

        INTEGRATION: CWS rt15 (1.13.142); FILE MERGED 2006/06/27 09:03:26 rt 1.13.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e0c25df0ea4364058e1eba448820612371fa9f7c]

        INTEGRATION: CWS rt15 (1.2.142); FILE MERGED 2006/06/27 09:03:26 rt 1.2.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d70456dbfae96126153daa595088d81876f712a3]

        INTEGRATION: CWS rt15 (1.3.142); FILE MERGED 2006/06/27 09:03:25 rt 1.3.142.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9f5fa170205b5553ffce40b4cb261c9166587d93]

        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>  [36bc6a41ad7a5d2829d7edcdd3d24d8db3a0d553]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/07/03 07:55:22 rt 1.3.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a29dde1f8e7715a7a3ea12918952db592745fbc3]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:55:21 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d996ccac0b3a261329385bf1620f06663ce918a6]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/07/03 07:55:20 rt 1.2.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7eb30b24c780c8998da64ddb2d6d46ee729e514e]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/07/03 07:55:19 rt 1.2.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b7614149af5250cba645a547d7a7408389ac97cb]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/07/03 07:55:19 rt 1.3.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ed5547dcc79d47620fea1ad2f755d16f471c3ff9]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/06/27 16:30:42 rt 1.2.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f5a5166f017ed95ae4aceb20e3da12dfae6be54b]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/06/27 15:51:23 rt 1.3.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c3ef8da00579cbb3b1b8abb30c6431d9becec673]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/06/27 16:39:03 rt 1.3.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [53d960367546f964a3661f3ff0cfa846a6a08dc2]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/06/27 16:30:42 rt 1.3.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7b3d434119fdae0d2b9791f548b43c74a7b87958]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/06/27 15:51:23 rt 1.2.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [577dfcbeccf1b592647a760f09d64e6e4c5d68c5]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/06/27 16:39:03 rt 1.2.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [09ea17d64e0f8c9ec3b6aef9bdabbec7e75eb3c0]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/06/27 15:51:22 rt 1.2.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e0e446c843f1d8762c1fac322fb47e7380ae6b3e]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/06/27 15:51:22 rt 1.3.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [abaaaa02718409398af0cdb0059d9ff216953da7]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/06/27 16:30:41 rt 1.2.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c335bc6fec272434798c6eb2cb54bfb1f384863f]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/06/27 16:30:41 rt 1.3.90.1: #i54459# CVS history removed from file.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0b5b794dfc35f5e6dc4c131d9968ec8acae6ed48]

        INTEGRATION: CWS rt15 (1.2.90); FILE MERGED 2006/07/03 07:55:18 rt 1.2.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2178d32f6443e20d1b15e37371b522d8a9746f11]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:18 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [20bdb29cac299af642133764f76386aff2bb2d21]

        INTEGRATION: CWS rt15 (1.8.14); FILE MERGED 2006/07/03 07:55:18 rt 1.8.14.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [10fc8022b33e5e032eacfb3c65475ee62eabef29]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:17 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [3c66157b4484652d3f42a05c08c455db98bb0887]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:17 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bab748cda406c87cfccbf14a38af02bfc382a3c3]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/04 12:51:09 rt 1.4.90.2: Obsolet 2006/07/03 07:55:16 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0326b1d68916c75ee5cb7d14ac4d04c033ede86b]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:16 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8d9ef75854f2fe4feb0e64fb6887a3cd5d5c52eb]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:15 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c0aa43d99a866949d3126e027cd284f41d1f2586]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:13 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c8fffabb39cf2ce0fa4b4e8d3fe33bb0cda0e26b]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 16:07:52 rt 1.4.90.2: #i66824# Obsolete. 2006/07/03 07:55:13 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [22b547c1753b935801eb6fe142c85283a573da60]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:12 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [525b21864b789e111b1a9c4b586c0c497cfd4b15]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:11 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4fc7ad8d35c4718ffd6338e64496de265d789c9c]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:10 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a65a46b2e1109258b706c17c5062b8635b206ff0]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:09 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1e30c2a23a3f45272f9497f46bd1f54ee9db001f]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/04 13:14:54 rt 1.4.90.4: Obsolet 2006/07/04 13:02:03 rt 1.4.90.3: Obsolet 2006/07/04 12:54:50 rt 1.4.90.2: Obsolet 2006/07/03 07:55:09 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [7c1c11ef9909c8d03c6d397381b5bd41a55fed14]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:08 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [477d7fe059624441f6a80949a54a4990488dd60e]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:55:08 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5e0696bdab9ed8313cc17d9cb438ea4bf5051967]

        INTEGRATION: CWS rt15 (1.3.90); FILE MERGED 2006/07/03 07:55:07 rt 1.3.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [62e8e18faaa4c12da44a886208b8f7b5e1aba427]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:06 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [31759edcf82cfe3a9276f86bdaab80aabd2316bb]

        INTEGRATION: CWS rt15 (1.5.48); FILE MERGED 2006/07/03 07:55:05 rt 1.5.48.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [88c725355b225c598461d38a11d04e0d2d453c09]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:05 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9da2cedda9c44d064faa4387646df9138c5990cc]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:04 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [21642dc66e3e48ef62d10bdd4f962338e53003ed]

        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>  [baf9b83988d8f2ef88fa632b25f293f5abe0cf53]

        INTEGRATION: CWS rt15 (1.4.90); FILE REMOVED 2006/07/03 07:55:04 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b17e8bf0d7237305b8174256593bf8c987751b2a]

        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>  [28c17f0a564ab57d003fb624f0e12e7dc10345bf]

        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-25  Rüdiger Timm  <rt@openoffice.org>  [10b8c0401a7dfe53e5d264de7181bb82bff7d68e]

        INTEGRATION: CWS rt15 (1.6.90); FILE MERGED 2006/07/03 07:55:03 rt 1.6.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [591bcb599f4226560bdbea787683815f989cdd47]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:55:03 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0c208da23eff974a15295680effc5c72f5b3056b]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:03 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6567b75eb6bbd886c0732bd679c999edbfbfc162]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:02 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bcb1aba26e0315f15686dbc5a99f3b956c529871]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:01 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ea529beb1138b17f1265fff1948550611715f343]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:55:00 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [425226a607ec3b2e09e34a00721b4e9838a64744]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:59 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d18c516b8f081618602ed71dede26dbf196d9198]

        INTEGRATION: CWS rt15 (1.3.88); FILE MERGED 2006/07/03 07:54:57 rt 1.3.88.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f58c01c93663f2578c9f9d98ce1386ca2c485c23]

        INTEGRATION: CWS rt15 (1.4.88); FILE MERGED 2006/07/03 07:54:56 rt 1.4.88.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [5d52f286691a6944e2d9200908924b8f879c2a12]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:56 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a3b0f98a5040734d75f15a2442a0582e4e5e28f9]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:54:55 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1f3e74d76d5396a55c5cd4932005d5708c80bd3f]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:54 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2c54d675316395e3c56d18b47c6514f3a1f39667]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:53 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1e65f89b1f5df5e61ccef07b6d8e1604b1c57cac]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:54:53 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f59ea6e7aa7fda0186c35e16860f2a45971ae754]

        INTEGRATION: CWS rt15 (1.4.4); FILE MERGED 2006/07/03 07:54:52 rt 1.4.4.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0a7570f4cafd3455615c035ac5ba9ce8c2d7b508]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:54:51 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d36bcc3bd42498e89e2fde66369d7ca459b5da2e]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:50 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [433fcaa3f6c0e0bc93e45a282aab182dd1cd3e78]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:49 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c66afecb66dda7239cdce05e706f182ffb0456ef]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:48 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [b379457f491eb083eafec0a039b468144a41b7f8]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:54:48 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [2626a7747ab3bd00770d63e59d70bedf1a56c48c]

        INTEGRATION: CWS rt15 (1.4.88); FILE MERGED 2006/07/03 07:54:47 rt 1.4.88.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ec26251b8061fcb0f67a2fb897b960f309e50f3f]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:47 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [bba94fdb9c3a997710f26c8116e4b08a25e09850]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:46 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c5754c99c001f656266807db9f9a948ee76ce813]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:45 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [edc11fe51596964e7fdfcd24dc73ed45f2f5c929]

        INTEGRATION: CWS rt15 (1.5.90); FILE MERGED 2006/07/03 07:54:44 rt 1.5.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [901734d3a0791492f6486d045391f80666a91d7e]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:43 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [9262188a26e97886cf3da618a5469c1c8256f1d5]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:41 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8b105886952599339b168833914094ae7ebc6647]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:40 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [0548cc193a0deb8628ffb377d3ac08b0138c628b]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:39 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8641354f7a092262504677896b50a83c31824ed1]

        INTEGRATION: CWS rt15 (1.5.86); FILE MERGED 2006/07/03 07:54:37 rt 1.5.86.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f5440376dcbb8669be1d8228de2e4182550576d2]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:36 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [011b32f2144684489cb205dd376d95e611559ebd]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:35 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [1bac4f5d85154484de860f3ac587d4b6eee88c5e]

        INTEGRATION: CWS rt15 (1.4.90); FILE MERGED 2006/07/03 07:54:34 rt 1.4.90.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [a02b09cb77c6655f32e0621fd3604795defec06d]

        INTEGRATION: CWS rt15 (1.5.92); FILE MERGED 2006/07/03 07:54:34 rt 1.5.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c4a2410c8a0e9564410017a5ecf9bc064d0ec8f5]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:33 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [e198d162f7ca2cfd869b49dc4128d4e9f5a189d4]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:31 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [937b234340968eb502f07c5a20bb43b53d8e5bb3]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:30 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [d2bf77b8bf57e099dbdf38e8a83e58252d176f95]

        INTEGRATION: CWS jl35 (1.13.16); FILE MERGED 2006/05/22 14:57:26 jl 1.13.16.1: #i65590# remove string empty which is displayed when no document is loaded

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [6237da873730e174a558fe5105f49b949531b210]

        INTEGRATION: CWS jl35 (1.9.16); FILE MERGED 2006/05/22 13:36:41 jl 1.9.16.1: #25615# pipename replaced space with + rather then _

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [cdf149ee480154f30ec0923c0f835917f795c2fd]

        INTEGRATION: CWS jl35 (1.2.12); FILE MERGED 2006/07/18 10:49:24 jl 1.2.12.1: #i66953# increasing versions for OOo2.04

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [4a3ee0657772c08e49a620ae2e25f212e893e5e6]

        INTEGRATION: CWS jl35 (1.2.12); FILE MERGED 2006/07/18 09:52:11 jl 1.2.12.2: #67482# no automatic version increment 2006/05/19 12:52:40 jl 1.2.12.1: #64551# project did not build when L10N_framework variable was set

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [67842e09816532a62d5efac249ae2f80bed01743]

        INTEGRATION: CWS jl35 (1.16.12); FILE MERGED 2006/05/19 12:52:40 jl 1.16.12.1: #64551# project did not build when L10N_framework variable was set

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [ea41f2b166f30c3201410887835b3b3ebf4db6c6]

        INTEGRATION: CWS jl35 (1.15.8); FILE MERGED 2006/07/14 11:56:41 jl 1.15.8.2: RESYNC: (1.15-1.17); FILE MERGED 2006/05/19 12:52:39 jl 1.15.8.1: #64551# project did not build when L10N_framework variable was set

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [8beb7cc19cd4ffd3566bac023b7e8714f89c6c35]

        INTEGRATION: CWS jl35 (1.11.8); FILE MERGED 2006/07/14 11:56:35 jl 1.11.8.2: RESYNC: (1.11-1.13); FILE MERGED 2006/05/19 12:52:39 jl 1.11.8.1: #64551# project did not build when L10N_framework variable was set

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [45a6d25dc5ba75da853761e0c90044df18a7b108]

        INTEGRATION: CWS jl35 (1.6.12); FILE MERGED 2006/05/19 12:52:39 jl 1.6.12.1: #64551# project did not build when L10N_framework variable was set

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [71e3e987e0c1190dee5108687b256430d305489c]

        INTEGRATION: CWS jl35 (1.3.12); FILE MERGED 2006/07/17 13:03:21 jl 1.3.12.1: #67455# test did not work with .NET 2

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [16382306c7b6311ab53f8a88f30ea63dd2e05ab7]

        INTEGRATION: CWS jl35 (1.2.18); FILE MERGED 2006/07/17 13:03:21 jl 1.2.18.1: #67455# test did not work with .NET 2

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [f0f6648d406c7e3eb58ea11b560a5b8dd02310df]

        INTEGRATION: CWS rt15 (1.4.92); FILE MERGED 2006/07/03 07:54:27 rt 1.4.92.1: #i66824# Obsolete.

2006-07-25  Rüdiger Timm  <rt@openoffice.org>  [c91b38b6b8a6110c75779d2c404a0fa69e0b5c31]

        INTEGRATION: CWS rt15 (1.29.6); FILE MERGED 2006/06/29 07:49:37 rt 1.29.6.1: #i66831# 'Header' entry removed from file header.

2006-07-21  Thorsten Behrens  <thb@openoffice.org>  [9e67e628d6cd4b04d192ac5f0528eb3cb691b219]

        #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>  [ed20c63f1ae67bb14b99be34a4bcdf56a0317e0f]

        new version for SRC680

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4dd866c2ae81e95837ca0933428049c13be30b6e]

        #i10000# depend on boost

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6f18ad13cc213159b0f5c2e089cbd032d3e3197f]

        SRC680

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [86e91e8919bcbecfc7989e1629df93a5370087cd]

        #i67576# remove extra qualification

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5d7e8425cab3857fdefa8f1774d2fda1d1f90c34]

        INTEGRATION: CWS pchfix01 (1.11.184); FILE MERGED 2006/07/12 10:01:56 kaib 1.11.184.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [998a3205cb276ca52b385ad2b3011c5a70940d38]

        INTEGRATION: CWS pchfix01 (1.17.56); FILE MERGED 2006/07/12 10:01:55 kaib 1.17.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c17dfb1c6264643513c0e5ca1fb13e5efacd573d]

        INTEGRATION: CWS pchfix01 (1.20.186); FILE MERGED 2006/07/12 10:01:54 kaib 1.20.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [436a896fccd3bfece926ab516110cb8668c67baf]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:03:14 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [af1cac2c1bbeef17b4693294ca0d5bba21a84a59]

        INTEGRATION: CWS pchfix01 (1.11.174); FILE MERGED 2006/07/12 10:03:14 kaib 1.11.174.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0c5b9fce92c80be91217116ae22383c962c1a8fe]

        INTEGRATION: CWS pchfix01 (1.32.62); FILE MERGED 2006/07/12 10:03:14 kaib 1.32.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [20699821dd2b83cbc5bcab4d1023452498a2ac2b]

        INTEGRATION: CWS pchfix01 (1.24.8); FILE MERGED 2006/07/12 10:03:14 kaib 1.24.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3f8d086d554e398d9a85a9b99e65f1c3e4cc676d]

        INTEGRATION: CWS pchfix01 (1.9.214); FILE MERGED 2006/07/12 10:03:14 kaib 1.9.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [702f8451cf118bd370916222d7f694b07f90155f]

        INTEGRATION: CWS pchfix01 (1.40.132); FILE MERGED 2006/07/12 10:03:13 kaib 1.40.132.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4309791807948490f527f488c340a6a4401b20e2]

        INTEGRATION: CWS pchfix01 (1.33.214); FILE MERGED 2006/07/12 10:03:13 kaib 1.33.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [470d3356dd557d86a2f7f101ca88604bc9fb421f]

        INTEGRATION: CWS pchfix01 (1.31.214); FILE MERGED 2006/07/12 10:03:13 kaib 1.31.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [23fe630f3a926a24134fbf72f4c211b0e5c36ec2]

        INTEGRATION: CWS pchfix01 (1.29.62); FILE MERGED 2006/07/12 10:03:13 kaib 1.29.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b3188260ea5fa039997e93678b1c58faa65d7745]

        INTEGRATION: CWS pchfix01 (1.55.136); FILE MERGED 2006/07/12 10:03:13 kaib 1.55.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3154615987c0e7ab69c8384fcdb9348387098873]

        INTEGRATION: CWS pchfix01 (1.11.206); FILE MERGED 2006/07/12 10:03:13 kaib 1.11.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ace195a466262e7cc91d1e15da8b50848b66efee]

        INTEGRATION: CWS pchfix01 (1.9.212); FILE MERGED 2006/07/12 10:03:12 kaib 1.9.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3b2b450401b968e489f9508006cddc15f413d087]

        INTEGRATION: CWS pchfix01 (1.10.214); FILE MERGED 2006/07/12 10:03:12 kaib 1.10.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [46bfb1b68de25f4b313efa687015dbf89c5cdae4]

        INTEGRATION: CWS pchfix01 (1.8.214); FILE MERGED 2006/07/12 10:03:12 kaib 1.8.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [659dd75533cea72d38b27a957ed31b7eb6bc1aa0]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:03:12 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c1f4f365a71152f4e7ebe034d4ed7b7f5a4d2c54]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:03:12 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7afb4901c9d1114d40511e2580c5943d62a709e9]

        INTEGRATION: CWS pchfix01 (1.28.58); FILE MERGED 2006/07/12 10:03:12 kaib 1.28.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7e0ba72d3e3f8f222cd4dc36f38ffe3abad1528a]

        INTEGRATION: CWS pchfix01 (1.17.168); FILE MERGED 2006/07/12 10:03:11 kaib 1.17.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1808343fcc190ca672382db2d98f51facec536d0]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:03:11 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7fa52a7da459da91c853aa3385c84341bd2f9dd0]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:03:11 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7160934ff669c6050a43971d937c09675c49811b]

        INTEGRATION: CWS pchfix01 (1.9.166); FILE MERGED 2006/07/12 10:03:11 kaib 1.9.166.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ff3d3e5081a874b75791cdbf868b74bc50e9f0af]

        INTEGRATION: CWS pchfix01 (1.58.56); FILE MERGED 2006/07/12 10:03:11 kaib 1.58.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f36158878920cec00973645a08e12a0a62fddacb]

        INTEGRATION: CWS pchfix01 (1.28.60); FILE MERGED 2006/07/12 10:03:11 kaib 1.28.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c45a5377159047c4e7fdada2c243dbeaa143914f]

        INTEGRATION: CWS pchfix01 (1.21.182); FILE MERGED 2006/07/12 10:03:11 kaib 1.21.182.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8225adb243fd53f5fe056ea853bad29b7f8cee71]

        INTEGRATION: CWS pchfix01 (1.10.214); FILE MERGED 2006/07/12 10:03:10 kaib 1.10.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4e302c197a6d2f606a0d0dd1bd795dde71d70a0c]

        INTEGRATION: CWS pchfix01 (1.17.214); FILE MERGED 2006/07/12 10:03:10 kaib 1.17.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c10a28e56f592874f11a3ed40779ba363d36ea3b]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:03:10 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [88061680aa2389c4b3e92f46b9cc5bb9b15ac370]

        INTEGRATION: CWS pchfix01 (1.45.212); FILE MERGED 2006/07/12 10:03:10 kaib 1.45.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [793f9906cab59543dbeb7c249a3848c1d9a14836]

        INTEGRATION: CWS pchfix01 (1.14.40); FILE MERGED 2006/07/12 10:03:10 kaib 1.14.40.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a4a7aeb7cbd984a032332e4980395ed9f171caa2]

        INTEGRATION: CWS pchfix01 (1.27.202); FILE MERGED 2006/07/12 10:03:10 kaib 1.27.202.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a048a7ad5d1aab40ccfc2260976f999cf83afb45]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:03:09 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8bb3fda6dfb88205eeda1d92f1f0a5e5de595af8]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:03:09 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1d1ae2db5cb6a0ff8cfb5da6a2050cb4d041f026]

        INTEGRATION: CWS pchfix01 (1.13.62); FILE MERGED 2006/07/12 10:03:09 kaib 1.13.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5383498b2f79d9e23c0b9166a09a612dab0fc319]

        INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED 2006/07/12 10:03:09 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [81e85cc260313b14fbd4df4ec0073f9ece51ee92]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:03:09 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5e71a99c8e292991a907fdbd1a458ede07fbe55f]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:09 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6939388167f8ceac412a45785a98a7a4abc25f12]

        INTEGRATION: CWS pchfix01 (1.15.216); FILE MERGED 2006/07/12 10:03:08 kaib 1.15.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e4197766d417c80723f297eaa118b71582997762]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:08 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b47cef97f73b7cbc9b4e31988b8fa914a0b4f924]

        INTEGRATION: CWS pchfix01 (1.6.60); FILE MERGED 2006/07/12 10:03:08 kaib 1.6.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5920966d1bb5a0b75302f25e3f5f7e7562dad540]

        INTEGRATION: CWS pchfix01 (1.45.62); FILE MERGED 2006/07/12 10:03:08 kaib 1.45.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e66d621f7f00cbb3edc6e54cdbab2f6e1f4a0eb4]

        INTEGRATION: CWS pchfix01 (1.5.212); FILE MERGED 2006/07/12 10:03:08 kaib 1.5.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f4bd7ad18420a978150da4af6b1f806f404c755a]

        INTEGRATION: CWS pchfix01 (1.29.60); FILE MERGED 2006/07/12 10:03:08 kaib 1.29.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [253de07aaf250e5c8767bf6b88b60059a911848e]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:03:07 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5640196b73c39fabaa21b96e2b61d48de5a9303d]

        INTEGRATION: CWS pchfix01 (1.27.114); FILE MERGED 2006/07/12 10:03:07 kaib 1.27.114.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [78e3836e7f31901e7353421c011a0d96161d3ceb]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:03:07 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [21162f7b90e6769b4d3fd45715b87c2babff3896]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:03:07 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8eaf9a3a81df0688541bed52b54888a4bf855154]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:03:07 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6c6d33e821a1f33e8720ea844241b6e52e8eb6f6]

        INTEGRATION: CWS pchfix01 (1.19.212); FILE MERGED 2006/07/12 10:03:07 kaib 1.19.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cc49d5331520a3e0dde9e3e905018d0014a994ea]

        INTEGRATION: CWS pchfix01 (1.49.152); FILE MERGED 2006/07/12 10:03:06 kaib 1.49.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9a076ad95354ea704ecf2cbc5338fbaa7521b2ad]

        INTEGRATION: CWS pchfix01 (1.28.214); FILE MERGED 2006/07/12 10:03:06 kaib 1.28.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [11b030383ede4ed4852e19a538cd43322b894988]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:03:06 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [da8b4c7e18fdcd04bb4cacf51f7b1e03669c161e]

        INTEGRATION: CWS pchfix01 (1.12.206); FILE MERGED 2006/07/12 10:03:06 kaib 1.12.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [aa00a0556a78d2aa6c6f29b8158370621e072686]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:03:06 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [84fed2863c6878d818731bfa02e98bdabbf4b33b]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:03:05 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6e0017f7a618cb9edd402d4d498f27520ef3efbe]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:03:05 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d2ecf1fe3cdd1b70ba780b6479c18703785d22c8]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:05 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3c6b0a934f626c642189460b20cafaae8c0e54bc]

        INTEGRATION: CWS pchfix01 (1.17.214); FILE MERGED 2006/07/12 10:03:05 kaib 1.17.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6c31971a92ea9e3a7f280a5c60be9bf5f533d4c8]

        INTEGRATION: CWS pchfix01 (1.15.214); FILE MERGED 2006/07/12 10:03:05 kaib 1.15.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [aef5b3a35533a124ea63f353ba2e7a914b044123]

        INTEGRATION: CWS pchfix01 (1.28.202); FILE MERGED 2006/07/12 10:03:05 kaib 1.28.202.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [da1ba64151801e782444da160162a291f1b3ccaa]

        INTEGRATION: CWS pchfix01 (1.13.202); FILE MERGED 2006/07/12 10:03:05 kaib 1.13.202.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c3d590829b0ceb8a5e6036b63369837e312bf5bf]

        INTEGRATION: CWS pchfix01 (1.10.176); FILE MERGED 2006/07/12 10:03:04 kaib 1.10.176.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c03d4eb26970e0785e59a0604c718761ef9689f6]

        INTEGRATION: CWS pchfix01 (1.75.38); FILE MERGED 2006/07/12 10:03:04 kaib 1.75.38.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bdb5b9a6aca0ccf11ba977f7904ed6a8b7f0fd54]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:04 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b63c7919f8bd524dd5acfe691e6caefbd6fc7b31]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:03:04 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8cd25f3db963022b779a4f30432da368147813cb]

        INTEGRATION: CWS pchfix01 (1.31.42); FILE MERGED 2006/07/12 10:03:04 kaib 1.31.42.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1fe541cd6bfb892cc1692e8caa4773b5d72c56eb]

        INTEGRATION: CWS pchfix01 (1.28.62); FILE MERGED 2006/07/12 10:03:03 kaib 1.28.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5292294e8d363639d3db4fff2c3a80e5e67286eb]

        INTEGRATION: CWS pchfix01 (1.39.60); FILE MERGED 2006/07/12 10:03:03 kaib 1.39.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6a3361d9b9281b49e182fb948d791ba473df1403]

        INTEGRATION: CWS pchfix01 (1.22.136); FILE MERGED 2006/07/12 10:03:03 kaib 1.22.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7714fec20e330ffe5d6b39442f3318297e35f753]

        INTEGRATION: CWS pchfix01 (1.7.212); FILE MERGED 2006/07/12 10:03:03 kaib 1.7.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [dafdf73b32c94a13c920745c0bd66b97702214f6]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:03:03 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [014d49a97e8457d14055f2ff3dcf1f551f424f70]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:03:03 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9c119284c30566ca4b22f8dbf75e6da411f7c2b8]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:02 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [73b36745b3f1abb045902fa5c01a80c275ad56ff]

        INTEGRATION: CWS pchfix01 (1.6.212); FILE MERGED 2006/07/12 10:03:02 kaib 1.6.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [35199cb8f8d2c1af2b16ea21bb6aa233c41de695]

        INTEGRATION: CWS pchfix01 (1.11.64); FILE MERGED 2006/07/12 10:03:02 kaib 1.11.64.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9edf3c42ff1b02b64248d83f9a949bfec9396c45]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:03:02 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [12ee0388812c3509179d73a6a6defd81bb4c7d17]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:03:01 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6c95c6d8776cc34389be23b04152eadd122feb75]

        INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED 2006/07/12 10:03:01 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0a2ee397307363202933d9d0769cdbfdb29abb22]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:03:01 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fd3e1c2e0d88f8c970634b67fd20728ad8cab5e2]

        INTEGRATION: CWS pchfix01 (1.18.62); FILE MERGED 2006/07/12 10:03:01 kaib 1.18.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5ed685801dea84bc6c707a8c70dc4656ee677672]

        INTEGRATION: CWS pchfix01 (1.26.188); FILE MERGED 2006/07/12 10:03:00 kaib 1.26.188.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b3177dbbb8d20a5598f4150d1b2355c5d6cfcc80]

        INTEGRATION: CWS pchfix01 (1.40.164); FILE MERGED 2006/07/12 10:03:00 kaib 1.40.164.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e84e3e1e8685bc3a13c88d306cb8eee6c380d92b]

        INTEGRATION: CWS pchfix01 (1.38.60); FILE MERGED 2006/07/12 10:03:00 kaib 1.38.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [280e950e283ba2b1822e705964de6e4b8954f98d]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:03:00 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [63e51928c10b15ec923ea5635e1a5e974303fd8c]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:03:00 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bc23fda4886afdd07ba2a6ca97081a754d9aec55]

        INTEGRATION: CWS pchfix01 (1.23.58); FILE MERGED 2006/07/12 10:02:59 kaib 1.23.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c158030332f55e0a7fe4105bcabf684a07572c02]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:59 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [847b0a32898446ad0059f872f93d7775592fb9ee]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:59 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [92198ee2c47c9d754618c2a839c236f1f2fec771]

        INTEGRATION: CWS pchfix01 (1.21.60); FILE MERGED 2006/07/12 10:02:59 kaib 1.21.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1c715dfe3ff3b62ef262d60389a54af32c9bd54a]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:59 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [22bc2976d668664d65ebf582cef25e5c36bee73a]

        INTEGRATION: CWS pchfix01 (1.35.152); FILE MERGED 2006/07/12 10:02:59 kaib 1.35.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ca3bfb3fe2bcaa728d07259398bcf75da08b14a2]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:59 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ca23bb4b8f4026bad26e5b8b447d23f55da7b604]

        INTEGRATION: CWS pchfix01 (1.15.96); FILE MERGED 2006/07/12 10:02:58 kaib 1.15.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f4ed53aee7498654b326c912890902f34d9564e4]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:02:58 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9dba085c25662a2fa53b047a46d40a313f26da7e]

        INTEGRATION: CWS pchfix01 (1.17.138); FILE MERGED 2006/07/12 10:02:58 kaib 1.17.138.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4c80795c3102bd7892b8eaf97c6e7121d8ea7b82]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:58 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [68ae2c2600c5345176fe03f8f7ec5fbf7cf112b3]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:02:58 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [306530098bae8f72b86d5aec1d9c808300cc7b87]

        INTEGRATION: CWS pchfix01 (1.13.60); FILE MERGED 2006/07/12 10:02:58 kaib 1.13.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [712c2db9df678273f530f9e0ec95b006f9fb976e]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:57 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8dc5331ba6cd4d253e7a2c39043dab45016b7561]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:57 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6367de0e16720066d4a5820dac51385b45917829]

        INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED 2006/07/12 10:02:57 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bfb3247afec572f884400ce59562b28b5ee8ab32]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:02:57 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2055eb821566587bab68dc2259f4afb25542bdce]

        INTEGRATION: CWS pchfix01 (1.12.216); FILE MERGED 2006/07/12 10:02:57 kaib 1.12.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cd80bfa5c71bf9fb3136766bdab7f150cbdf27e9]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:57 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [84605cd68f306664e6b14e48fc4e6b4bbb8f2973]

        INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED 2006/07/12 10:02:56 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3efbcd2d0a373ab61ad6c84e2816c1d62cf50406]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:56 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fb9b04f76842bb774d0a422a3dc82da2d909ca9e]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:02:56 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fcb8559d775714ebc8d3a692a97c7ddb579bc3be]

        INTEGRATION: CWS pchfix01 (1.54.92); FILE MERGED 2006/07/12 10:02:56 kaib 1.54.92.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1d71607ebc2e7cb035ac28c57d67128b0fbbf2f1]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:56 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8a5b619fa394129e1b29fe5522ed2f4c03701776]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:56 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [040c193d8c7b40d3efd800cdac623eb91d6e526b]

        INTEGRATION: CWS pchfix01 (1.8.82); FILE MERGED 2006/07/12 10:02:56 kaib 1.8.82.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [dfcaeaee5bd92f5ccd4452c9586a7267ff50e325]

        INTEGRATION: CWS pchfix01 (1.25.214); FILE MERGED 2006/07/12 10:02:55 kaib 1.25.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [db21f6b3db2f640d1fad74dac368c5893ac3ecac]

        INTEGRATION: CWS pchfix01 (1.16.152); FILE MERGED 2006/07/12 10:02:55 kaib 1.16.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8b2b00354a6e1d223a895606e38e6d6633ce128f]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:55 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3f4bb8d1b5c849f1954c9dbb3c436135ddac10be]

        INTEGRATION: CWS pchfix01 (1.5.84); FILE MERGED 2006/07/12 10:02:55 kaib 1.5.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [37170d38dc7e066b6d0f758f566d127c4242916b]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:55 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0697a07946c38085a919a815fd60be56446e952c]

        INTEGRATION: CWS pchfix01 (1.16.214); FILE MERGED 2006/07/12 10:02:55 kaib 1.16.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f29ba17d18489ec2571cd5990192a005fbfe82ee]

        INTEGRATION: CWS pchfix01 (1.4.212); FILE MERGED 2006/07/12 10:02:55 kaib 1.4.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [35f173946925878e4485984c120147c08344efed]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:54 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c0a674f861e8c493fe7925d88c3572df8458f4e4]

        INTEGRATION: CWS pchfix01 (1.97.58); FILE MERGED 2006/07/12 10:02:54 kaib 1.97.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c939dc634420f70ad0ecf60476bd284747ee7d13]

        INTEGRATION: CWS pchfix01 (1.19.216); FILE MERGED 2006/07/12 10:02:54 kaib 1.19.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [35f57f26aba11e0cb1222eda96d3eb77deff9c7d]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:02:54 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5702e5ba2793b63eeaee88d62ed6684f3cb602e6]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:54 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [380814567189e51f9420eda508f6ee1d2022004e]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:53 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [736fea888e0656c63bd1b48c78c46e817e5edb03]

        INTEGRATION: CWS pchfix01 (1.13.150); FILE MERGED 2006/07/12 10:02:53 kaib 1.13.150.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [04a1ed74a4a97fabe812049505b6abd289a96a5b]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:53 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e87aa468bf010a9557adf1e2cd09f97b0f1fa891]

        INTEGRATION: CWS pchfix01 (1.4.154); FILE MERGED 2006/07/12 10:02:53 kaib 1.4.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f0c580d51a5d4ce60f15d03cff171e5884cbffd2]

        INTEGRATION: CWS pchfix01 (1.2.214); FILE MERGED 2006/07/12 10:02:53 kaib 1.2.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [dd3acb4dc1dfb47217e32c7148026218c90016f6]

        INTEGRATION: CWS pchfix01 (1.7.152); FILE MERGED 2006/07/12 10:02:53 kaib 1.7.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2ad13c5d2c2aa52f1560f5059ee7e0ff005882f3]

        INTEGRATION: CWS pchfix01 (1.10.152); FILE MERGED 2006/07/12 10:02:52 kaib 1.10.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [924054e513f75df58252ae9e1bd2defb20bca2cd]

        INTEGRATION: CWS pchfix01 (1.17.62); FILE MERGED 2006/07/12 10:02:52 kaib 1.17.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [89afbc68fcfbc65e52105ac638a4df0cad5f9f5a]

        INTEGRATION: CWS pchfix01 (1.8.152); FILE MERGED 2006/07/12 10:02:52 kaib 1.8.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [97edef221067a66898c47599be81200d677b39b4]

        INTEGRATION: CWS pchfix01 (1.21.152); FILE MERGED 2006/07/12 10:02:52 kaib 1.21.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b41d89a0fe17da6a6860a415c48b7b7ced6144ac]

        INTEGRATION: CWS pchfix01 (1.7.152); FILE MERGED 2006/07/12 10:02:52 kaib 1.7.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a93df6df3a9aaf1b81995a93777320fea297885c]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:02:52 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [73ce059849f6dc49f74cc89b52a0fac14f3f01f7]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:51 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d288dabd6648ba62ef13ab5d10b434ca169a4ec0]

        INTEGRATION: CWS pchfix01 (1.5.204); FILE MERGED 2006/07/12 10:02:51 kaib 1.5.204.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ff9014acb53eaebd8f1951fc2fc729ef92cd08bc]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:51 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c32950ba50218fa58fe4bf8fc9c03f73e5abe997]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:50 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [eb517d7e6a2059ee730faea72d8cc7685bffb691]

        INTEGRATION: CWS pchfix01 (1.14.214); FILE MERGED 2006/07/12 10:02:50 kaib 1.14.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [33f92334565730b27485eb41bda2e3593da56807]

        INTEGRATION: CWS pchfix01 (1.8.214); FILE MERGED 2006/07/12 10:02:50 kaib 1.8.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8ca1e5322a411725628ec38a4e72aa7a5bc2bcb7]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:50 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [32438f181303e30e86487500eb97bf780868950c]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:50 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6fffef3db55688218371236426d1d2919c20aa53]

        INTEGRATION: CWS pchfix01 (1.12.214); FILE MERGED 2006/07/12 10:02:49 kaib 1.12.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f9bc116b7bb264286a96b75e702c9f61ab36887e]

        INTEGRATION: CWS pchfix01 (1.14.10); FILE MERGED 2006/07/12 10:02:49 kaib 1.14.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [60d48e4c3e96cf10851a662d9216552d5908e055]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:02:48 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [be77df07f393067c14d218d374696369a3a922bd]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:48 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0830c8327e36f2a539b557979c1c96374659bf89]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:02:48 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [882d6c8c2541670e1d1c59c32696ccab3cfc57d9]

        INTEGRATION: CWS pchfix01 (1.6.10); FILE MERGED 2006/07/12 10:02:48 kaib 1.6.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [89feadf610e36e0da4a6b74f8baea3f26b3c0f73]

        INTEGRATION: CWS pchfix01 (1.5.62); FILE MERGED 2006/07/12 10:02:48 kaib 1.5.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5251313907839455693ba2cadc0106a170f1451f]

        INTEGRATION: CWS pchfix01 (1.19.62); FILE MERGED 2006/07/12 10:02:47 kaib 1.19.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [22380eeb724f90b02755667194f04951e5607264]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:02:47 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f59c72496f3d6169e61e6e5df6c5fb85a9a26e25]

        INTEGRATION: CWS pchfix01 (1.19.8); FILE MERGED 2006/07/12 10:02:47 kaib 1.19.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e91a168d8e9afd39a4e8d4e9dd1d836a0a36c8f3]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:47 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4c0a121a0c4e127e8fdc222b83c23cd2ded1bb2d]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:46 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2840f75e01cb89eb7b40015cd5b7da1b12e47a81]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:46 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9786635ed44cc47a33ad1974f5b42828ef67353c]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:46 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b3d9984cab1b34369861eddd146a0a9cd122feb7]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:46 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1457011eac51951fd151e3bd805cb9e06726de1e]

        INTEGRATION: CWS pchfix01 (1.9.168); FILE MERGED 2006/07/12 10:02:45 kaib 1.9.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [181bc56aad0f859ec06562ae4facdc4314a52ab7]

        INTEGRATION: CWS pchfix01 (1.7.60); FILE MERGED 2006/07/12 10:02:45 kaib 1.7.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [26796a6781f9d3c302021e59963e3b6f4459b119]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:45 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [062286a493c1277c4c7223bfac1c4146ec7d16e5]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:45 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [dcd02f2c58d11115ea90bfad0030d0b6c1ce9671]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:45 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c39c0cee99a48ba9e375adc459a5be9f7516c1ab]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:45 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c7b4e155354344190c7afe6405f56d369189d50b]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:45 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [aed7f5772be3b39e41325b32af7381e401b6a893]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:44 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cd9814bf324f141a5c9a676916871ad658548d5c]

        INTEGRATION: CWS pchfix01 (1.12.188); FILE MERGED 2006/07/12 10:02:44 kaib 1.12.188.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [05541d3248aa910ac3ac92de363ed1a90166f061]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:44 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fe804738794de16fdbd80d4bff6759485b7741fd]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:44 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a6341a6910ada489c5ef83ba9581933dacad341f]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:43 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [51ec792a78daa290b5a20a857419077e34c87478]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:43 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8060f88f0b7777af30fac9fa440dde6ce722d734]

        INTEGRATION: CWS pchfix01 (1.6.168); FILE MERGED 2006/07/12 10:02:43 kaib 1.6.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [eccfa24bd7ebac3f22f2cd86a916774131aac860]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:43 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8264d73e868f0f9f512cfe6fcfdf198d3bede26e]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:42 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5cfbb5163a9724542e7741df343efe755f7118a3]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:02:42 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [30447681a98474fb598626ed987f483e215d4695]

        INTEGRATION: CWS pchfix01 (1.16.214); FILE MERGED 2006/07/12 10:02:42 kaib 1.16.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3e339900f4204c27e42f0e912043ba7da86b5943]

        INTEGRATION: CWS pchfix01 (1.19.58); FILE MERGED 2006/07/12 10:02:42 kaib 1.19.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [28f15ce8abc9e3ad178753759332d2d561934f61]

        INTEGRATION: CWS pchfix01 (1.7.10); FILE MERGED 2006/07/12 10:02:41 kaib 1.7.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9cbd6b23ae074fc55512f8a434b751572c761649]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:41 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f633a0d2d9bccbea2e07c7aa7549f75fd45a7ce6]

        INTEGRATION: CWS pchfix01 (1.6.10); FILE MERGED 2006/07/12 10:02:41 kaib 1.6.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [51322fb3b32c96eaee002fc3db4d0ce221d747c2]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:41 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [90a1a9ec37c30fd3887981419f397a1842bf2355]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:41 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6aaaed4884554b6eae1e2ccc7a9a41cfe40a5c43]

        INTEGRATION: CWS pchfix01 (1.12.214); FILE MERGED 2006/07/12 10:02:41 kaib 1.12.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f56d9e938a40bd0d0678e9aa50dd5d3107c95266]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:40 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0f29e3b31b11e47ae18cd5ee6c8e2e4f47131285]

        INTEGRATION: CWS pchfix01 (1.9.214); FILE MERGED 2006/07/12 10:02:40 kaib 1.9.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ea55e0d7139e6a6d9bfb70be1c87d42b6b53f2f6]

        INTEGRATION: CWS pchfix01 (1.5.62); FILE MERGED 2006/07/12 10:02:40 kaib 1.5.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3f02e9ff3d8eafa576b8420325920bdf2e81e75c]

        INTEGRATION: CWS pchfix01 (1.4.62); FILE MERGED 2006/07/12 10:02:40 kaib 1.4.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d8f039f12eb9113e7a524b0b7aa069ae720f0fe7]

        INTEGRATION: CWS pchfix01 (1.7.60); FILE MERGED 2006/07/12 10:02:40 kaib 1.7.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ef429b56b0664bba1323c3ba1985109d8fec6f59]

        INTEGRATION: CWS pchfix01 (1.9.210); FILE MERGED 2006/07/12 10:02:39 kaib 1.9.210.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2040ffcbd7ae4c146c54be932ea79b41b98acfeb]

        INTEGRATION: CWS pchfix01 (1.4.212); FILE MERGED 2006/07/12 10:02:39 kaib 1.4.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d746ff7e5a40a964eba2bf871f465b7e120cd6c5]

        INTEGRATION: CWS pchfix01 (1.22.202); FILE MERGED 2006/07/12 10:02:39 kaib 1.22.202.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9af05c52c945aa83d757505b93f99871449e5f6f]

        INTEGRATION: CWS pchfix01 (1.8.212); FILE MERGED 2006/07/12 10:02:39 kaib 1.8.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e471f890e217c9dd5e28f1c84000e6a90cdc8e37]

        INTEGRATION: CWS pchfix01 (1.12.60); FILE MERGED 2006/07/12 10:02:39 kaib 1.12.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [22edb150ad0602d1c555e88685df7b6f1c02c2bd]

        INTEGRATION: CWS pchfix01 (1.9.212); FILE MERGED 2006/07/12 10:02:39 kaib 1.9.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [563dace71fbc0295c6262b3effd46b406ae09ecb]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:38 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [98eae58738bcd389c34b0826c77cda4f8782d16b]

        INTEGRATION: CWS pchfix01 (1.21.132); FILE MERGED 2006/07/12 10:02:38 kaib 1.21.132.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e7a1e23a0eb0a944f51135054f855e984b1333fb]

        INTEGRATION: CWS pchfix01 (1.7.212); FILE MERGED 2006/07/12 10:02:38 kaib 1.7.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [858d7d614169fa1af81af2c6bee44599556dead0]

        INTEGRATION: CWS pchfix01 (1.16.202); FILE MERGED 2006/07/12 10:02:38 kaib 1.16.202.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [358b917d3ded683b75a56ac21ceeed164e8f4447]

        INTEGRATION: CWS pchfix01 (1.6.212); FILE MERGED 2006/07/12 10:02:38 kaib 1.6.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c322be8d184d24e9ccc3ddfb70e5c6bc736f869e]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:38 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [af41fbd0038cd127a073a4b6e4ce7be2a8ed6743]

        INTEGRATION: CWS pchfix01 (1.9.212); FILE MERGED 2006/07/12 10:02:37 kaib 1.9.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5de4a519da03397c161f11c8f6223220e0562df3]

        INTEGRATION: CWS pchfix01 (1.4.212); FILE MERGED 2006/07/12 10:02:37 kaib 1.4.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2c60c9fc2f8f489f63230f926382603c53caf734]

        INTEGRATION: CWS pchfix01 (1.8.214); FILE MERGED 2006/07/12 10:02:37 kaib 1.8.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d8b27c2e46c603565fe821cae345a6793c7436e0]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:37 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d1f255ca175f666c0b56ce4b2c88ce882f75f9b1]

        INTEGRATION: CWS pchfix01 (1.13.212); FILE MERGED 2006/07/12 10:02:37 kaib 1.13.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d3a16a0ccedc8902fe7439e52e229564f1ce1fee]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:02:37 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cef2de36c8446d782f3309c28d96939b5c6aef98]

        INTEGRATION: CWS pchfix01 (1.27.62); FILE MERGED 2006/07/12 10:02:37 kaib 1.27.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [294b9535fe419cd90fda6d66ca3362c670777ac7]

        INTEGRATION: CWS pchfix01 (1.7.62); FILE MERGED 2006/07/12 10:02:36 kaib 1.7.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [42b18d2f02ed1a6b27e51a7c2b9dd849634175e3]

        INTEGRATION: CWS pchfix01 (1.25.94); FILE MERGED 2006/07/12 10:02:36 kaib 1.25.94.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cc13b5b390204cf192afef133e0ee6b54c613f36]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:36 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6579d5ce4843c6ee27eedb554f7562496f4b3d36]

        INTEGRATION: CWS pchfix01 (1.19.94); FILE MERGED 2006/07/12 10:02:36 kaib 1.19.94.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4f60256837a591880934d4d1b4e366aa830da8ec]

        INTEGRATION: CWS pchfix01 (1.8.62); FILE MERGED 2006/07/12 10:02:36 kaib 1.8.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d33286cedf4771a10280bbca5d7f7cfee4711a33]

        INTEGRATION: CWS pchfix01 (1.5.62); FILE MERGED 2006/07/12 10:02:36 kaib 1.5.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [600084d6ee9d9989f6d53f6058ccc5d577d08833]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:02:35 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2546d94beb2b60571a2fb9c2b55cb486c411feb7]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:35 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2749ca0429bb16988ee660f0e7c8e06a93478460]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:35 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a5faa73e4d06d41104e0795c6817f65f05ba3ee5]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:35 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a98ef055f789a643773983aabf27ad2a293a6747]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:34 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a99b33d89981a15d3193065c3a23b40a75e20e15]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:34 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fd9c9096d41ecb3e0774b25214f69e1a1a91d2f6]

        INTEGRATION: CWS pchfix01 (1.34.80); FILE MERGED 2006/07/12 10:02:34 kaib 1.34.80.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3054e5c31e184411caedbfad17b3462d0299b6b3]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:34 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a55409bfc0149a7ebb0bb79dbb79d1ed12bc1140]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:33 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4b671c9797774ceb2303e0e2d61954135c017a77]

        INTEGRATION: CWS pchfix01 (1.21.168); FILE MERGED 2006/07/12 10:02:33 kaib 1.21.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e2949dba78056333a5bc03626e9e4a724af44023]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:33 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [990f197a4d8bdca9885beb44631a4c22e19ca3ea]

        INTEGRATION: CWS pchfix01 (1.15.214); FILE MERGED 2006/07/12 10:02:33 kaib 1.15.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e6a1ecf78021afa77c4601b47839d013c46f157b]

        INTEGRATION: CWS pchfix01 (1.15.216); FILE MERGED 2006/07/12 10:02:32 kaib 1.15.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1374272f10f94b9f4e50efc8c7507c7b73b7cd6e]

        INTEGRATION: CWS pchfix01 (1.46.56); FILE MERGED 2006/07/12 10:02:32 kaib 1.46.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a8b15295e96217353bd81560a11928c8d748ffc9]

        INTEGRATION: CWS pchfix01 (1.25.58); FILE MERGED 2006/07/12 10:02:32 kaib 1.25.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [acc4e486cfd99406f17577997e4741f5bb82bf5a]

        INTEGRATION: CWS pchfix01 (1.18.58); FILE MERGED 2006/07/12 10:02:32 kaib 1.18.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0e7c8f4f9f50bb2658a378c3bdedd04918825775]

        INTEGRATION: CWS pchfix01 (1.86.58); FILE MERGED 2006/07/12 10:02:32 kaib 1.86.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8914e6c946b391f0dbfc05782d9392512c1eb81a]

        INTEGRATION: CWS pchfix01 (1.60.58); FILE MERGED 2006/07/12 10:02:31 kaib 1.60.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [60c6f81ecc8e77e006634ca0cbf0e1225653e6e1]

        INTEGRATION: CWS pchfix01 (1.19.216); FILE MERGED 2006/07/12 10:02:31 kaib 1.19.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4595be3efad064cf4589082dbefc51a21f0a848c]

        INTEGRATION: CWS pchfix01 (1.14.98); FILE MERGED 2006/07/12 10:02:31 kaib 1.14.98.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [acd64d96666072b33e43cbb05bd80c9b2621dc23]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:30 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ac7c956c4f96a80bf17eaa48a69ef090a67bc723]

        INTEGRATION: CWS pchfix01 (1.20.214); FILE MERGED 2006/07/12 10:02:30 kaib 1.20.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [11291bb0f846b3ca21cfeb83364fe3ace30cf4b3]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:02:30 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [117d9a8debd08cf676a4900ca35e802e37e9f883]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:30 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7682f50adc233d694247c9351bd24fd6be695931]

        INTEGRATION: CWS pchfix01 (1.10.84); FILE MERGED 2006/07/12 10:02:29 kaib 1.10.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6004589e6d5a65cb595dcbabe260d8037614813a]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:29 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [847ac7d240828c7ebd15c10534b9928a9a285f3f]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:29 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4afe114fcb651ac59379c6448a1a600b7e1955b1]

        INTEGRATION: CWS pchfix01 (1.5.102); FILE MERGED 2006/07/12 10:02:28 kaib 1.5.102.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4e9449c9b0e6e1d9f9a1a46b0c1f87dd2b9e0d58]

        INTEGRATION: CWS pchfix01 (1.8.204); FILE MERGED 2006/07/12 10:02:28 kaib 1.8.204.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7b90c621291dbfbbe31f532338f763bec1cc0111]

        INTEGRATION: CWS pchfix01 (1.12.10); FILE MERGED 2006/07/12 10:02:28 kaib 1.12.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ee35b20f443e0c8466c6a4593bdc10c6a1ddaeee]

        INTEGRATION: CWS pchfix01 (1.22.154); FILE MERGED 2006/07/12 10:02:28 kaib 1.22.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [23884611bafe36212d95c6540018f4ca9f4fef02]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:28 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [47ed5f388da0822d952bd30cfb284f50f799cb18]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:28 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e927ab44d84ee5438c686f82a6f1c648e0989fdf]

        INTEGRATION: CWS pchfix01 (1.12.102); FILE MERGED 2006/07/12 10:02:27 kaib 1.12.102.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7fb4504df782a8633d672cdbbc31d494b8a3e822]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:27 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e3c68ca98860b186a1eb902e96dc214d4fdc7b8b]

        INTEGRATION: CWS pchfix01 (1.12.216); FILE MERGED 2006/07/12 10:02:27 kaib 1.12.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [55b1f89780a8d626d37d75e2441b42e32b0b3fe6]

        INTEGRATION: CWS pchfix01 (1.17.188); FILE MERGED 2006/07/12 10:02:27 kaib 1.17.188.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [86d553d632a3094b286b579215aed288f7552f53]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:27 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [027880ece37dc71f9a34780edb24e03408b709f2]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:27 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [749db75b47e4e0287421c341d5ed756388d0671e]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:27 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f5efd86dc2f04a9fdf92ce2c796698d0fa21d604]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:26 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fd107b7dc0bfb1943638fed69ac32188c97233c5]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:26 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [30304fc3da6a5e1037a98731e1082b999840e728]

        INTEGRATION: CWS pchfix01 (1.10.72); FILE MERGED 2006/07/12 10:02:26 kaib 1.10.72.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e9008c17329389d032342b3279609a1ae6d5ca73]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:26 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b0dd090f56e28e10c5f4df7cc1533c6d8212e807]

        INTEGRATION: CWS pchfix01 (1.11.72); FILE MERGED 2006/07/12 10:02:26 kaib 1.11.72.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1d9438fdf1b42003b3b4755b15e37189c63bbc39]

        INTEGRATION: CWS pchfix01 (1.23.70); FILE MERGED 2006/07/12 10:02:25 kaib 1.23.70.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a70574349c8987a3e7026a7c4f7fd22c5a3eb482]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:25 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [54c78a2a4925fb651dfea0d1f4529801d0e4e92d]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:25 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [56c0652dfa6cfc23f8d6cee89b2139d9f38c05cb]

        INTEGRATION: CWS pchfix01 (1.23.216); FILE MERGED 2006/07/12 10:02:25 kaib 1.23.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f6d9d5dd8538871f5ee46d3a12e1019c34372d8c]

        INTEGRATION: CWS pchfix01 (1.8.214); FILE MERGED 2006/07/12 10:02:25 kaib 1.8.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [09244f50df9217de448cca16ec1ba1063dd0a8de]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:24 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c8b2618d6350a97ce2a1aabe7e659c49f192d976]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:24 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [eb3c3599ce6417e24f54c6aea0f5f14a00d5c8e5]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:23 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4a1d3ac6b9174291a3920eaa130d45e039c3ff14]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:23 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5a08a89d34c088b8e260900307268932ae10e44e]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:23 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7e8ced7d3d88f465fa3893034959a7bcebfa271c]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:02:23 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [788419cb71e145e4c448451b4903247806a9583a]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:22 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ebdac336a311980132310bfedc14be456f443798]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:22 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c1ba179e34f4389459321f143f784bfb157f22ce]

        INTEGRATION: CWS pchfix01 (1.14.214); FILE MERGED 2006/07/12 10:02:22 kaib 1.14.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a44099bed4ac25e99c254996a5cfe7c14a57f0c0]

        INTEGRATION: CWS pchfix01 (1.27.216); FILE MERGED 2006/07/12 10:02:22 kaib 1.27.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2f645d8a4952e37c5918c65f7ff579e5a0a8f32a]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:02:21 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2113c531bf1f47fc7b9e9a68ab5170df61784559]

        INTEGRATION: CWS pchfix01 (1.10.214); FILE MERGED 2006/07/12 10:02:21 kaib 1.10.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1d1dfb14274f029ab7d994fc53563243162579aa]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:21 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [85d5f5c1b48d3a3b3352ec30688431b445f32dc3]

        INTEGRATION: CWS pchfix01 (1.48.60); FILE MERGED 2006/07/12 10:02:21 kaib 1.48.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b40ee8fef2ef9b84c050bd73012282da5a99b50d]

        INTEGRATION: CWS pchfix01 (1.33.62); FILE MERGED 2006/07/12 10:02:20 kaib 1.33.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [09a1035cbba08a6a7129199657724f66f831f290]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:20 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [53f9e20d9f949acd09518dfde88d4f00f1ec91c0]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:20 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5cf0a39004b73c15a7581c176ccdda8de2fe0cf8]

        INTEGRATION: CWS pchfix01 (1.46.62); FILE MERGED 2006/07/12 10:02:20 kaib 1.46.62.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9f54c95bc07e4ead57f9f12deec00a3df879ecce]

        INTEGRATION: CWS pchfix01 (1.64.60); FILE MERGED 2006/07/12 10:02:20 kaib 1.64.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d53dae5ef8c96532227ff6855b5dff4daa730502]

        INTEGRATION: CWS pchfix01 (1.29.8); FILE MERGED 2006/07/12 10:02:19 kaib 1.29.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b7840570b6e659eb47a9623b8cf908b0451c7dd6]

        INTEGRATION: CWS pchfix01 (1.15.214); FILE MERGED 2006/07/12 10:02:19 kaib 1.15.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [295341126d72879567168c607a3494c615b5263e]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:02:19 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9c2fdf30a8be35b6e22b0725fde87c1f68371224]

        INTEGRATION: CWS pchfix01 (1.34.60); FILE MERGED 2006/07/12 10:02:19 kaib 1.34.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [06a2c17d1d85bdd8bdaef4dddd7197764b6eeb05]

        INTEGRATION: CWS pchfix01 (1.29.216); FILE MERGED 2006/07/12 10:02:18 kaib 1.29.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ae88445f69d673f4a00d09d0113bb9e0c100582a]

        INTEGRATION: CWS pchfix01 (1.44.214); FILE MERGED 2006/07/12 10:02:18 kaib 1.44.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c1c0be86918f804c5dedc0f25f0ca27290218fd3]

        INTEGRATION: CWS pchfix01 (1.24.214); FILE MERGED 2006/07/12 10:02:18 kaib 1.24.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [497525aa396ff19a08a412c7cdfd27084a3eef56]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:18 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f0b0f1ddc1df959bbd37434c25f02b262ce379f8]

        INTEGRATION: CWS pchfix01 (1.17.152); FILE MERGED 2006/07/12 10:02:18 kaib 1.17.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8cf9e5d058d05bf0e3caf99f492bb46c91a97c90]

        INTEGRATION: CWS pchfix01 (1.16.214); FILE MERGED 2006/07/12 10:02:17 kaib 1.16.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4f8bd8e21c803d52e18e4be846e18574623d4880]

        INTEGRATION: CWS pchfix01 (1.18.214); FILE MERGED 2006/07/12 10:02:17 kaib 1.18.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c58d8e41a254c19cbb4d9e1e76d5b951199addba]

        INTEGRATION: CWS pchfix01 (1.14.138); FILE MERGED 2006/07/12 10:02:17 kaib 1.14.138.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a2fcfba90765d7672ee2c32ad8567d8a95452bc4]

        INTEGRATION: CWS pchfix01 (1.32.80); FILE MERGED 2006/07/12 10:02:17 kaib 1.32.80.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [68d0b37c3d26c304c1c64b54527814bf809c0fef]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:17 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0f93a2d51782c6056dc358af68d84ebec705ba3a]

        INTEGRATION: CWS pchfix01 (1.67.148); FILE MERGED 2006/07/12 10:02:16 kaib 1.67.148.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3a7033588406c4230a804bd79030b3d4b426c05d]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:16 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6fb22940b5ebea173d6957eb354aea033ae6fe63]

        INTEGRATION: CWS pchfix01 (1.18.84); FILE MERGED 2006/07/12 10:02:16 kaib 1.18.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bc249cc018abb2ab3e9bb6dd599eb2c6e07e25d1]

        INTEGRATION: CWS pchfix01 (1.29.214); FILE MERGED 2006/07/12 10:02:15 kaib 1.29.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f060579568c3d2abf5ceff5769db58ed6c52273d]

        INTEGRATION: CWS pchfix01 (1.16.216); FILE MERGED 2006/07/12 10:02:15 kaib 1.16.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8aca35f62d6d721ead30ffcbb3ab141fc6b92547]

        INTEGRATION: CWS pchfix01 (1.28.84); FILE MERGED 2006/07/12 10:02:15 kaib 1.28.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [550246c1f8cfe593f67f5f4ab1b59ec4c26c5e9d]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:02:15 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b2b1deb97dcfe607640dbf025f601a5999679294]

        INTEGRATION: CWS pchfix01 (1.62.176); FILE MERGED 2006/07/12 10:02:14 kaib 1.62.176.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b3d0601e701a66824e3bb829b6087bed7c689545]

        INTEGRATION: CWS pchfix01 (1.36.204); FILE MERGED 2006/07/12 10:02:13 kaib 1.36.204.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e2ad5f7646b261f0dd19141cd8057b2d9bbafa4a]

        INTEGRATION: CWS pchfix01 (1.44.134); FILE MERGED 2006/07/12 10:02:13 kaib 1.44.134.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fb5d8b162c14ffae8b6d0c75b06f6eba058138e1]

        INTEGRATION: CWS pchfix01 (1.57.204); FILE MERGED 2006/07/12 10:02:13 kaib 1.57.204.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [506f5019797843284c046897c1361335b0d49826]

        INTEGRATION: CWS pchfix01 (1.60.132); FILE MERGED 2006/07/12 10:02:12 kaib 1.60.132.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d9c4d70c6b5f23002e3e629a1d843a4567c4c601]

        INTEGRATION: CWS pchfix01 (1.14.214); FILE MERGED 2006/07/12 10:02:12 kaib 1.14.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8f486d7dda6c9673ef49c011283bef349657a190]

        INTEGRATION: CWS pchfix01 (1.11.214); FILE MERGED 2006/07/12 10:02:12 kaib 1.11.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [77148282fcffd9387772e01e31f5afca01f77c7b]

        INTEGRATION: CWS pchfix01 (1.25.154); FILE MERGED 2006/07/12 10:02:12 kaib 1.25.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [db36e75b903be83df7ee0ddf8ec2eab20c68041a]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:02:11 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [df252a3ea29327cb2bbf2400e01b6db3d41c8b79]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:11 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7549b3c8f96f794c8efb37bee2286d7569ac6807]

        INTEGRATION: CWS pchfix01 (1.123.70); FILE MERGED 2006/07/12 10:02:11 kaib 1.123.70.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4adaad7446ce73b7f0dbafa5d4b5842be9f1009e]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:02:11 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [494a37f4f98bcf6442f526e2491e6d36aa1de4a6]

        INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED 2006/07/12 10:02:11 kaib 1.13.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fc8d10b4dffa88e8551f2f40b388bc2f8051c215]

        INTEGRATION: CWS pchfix01 (1.199.134); FILE MERGED 2006/07/12 10:02:10 kaib 1.199.134.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ced7056ea4689e449caa35ce272d254a1fb6ba4c]

        INTEGRATION: CWS pchfix01 (1.27.214); FILE MERGED 2006/07/12 10:02:10 kaib 1.27.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [acc18cbbd9b97d03ddd6bb3472a29742c44ddc24]

        INTEGRATION: CWS pchfix01 (1.22.186); FILE MERGED 2006/07/12 10:02:10 kaib 1.22.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a280e07a156d0829d5cf2b65bd94b3fc77be4603]

        INTEGRATION: CWS pchfix01 (1.23.154); FILE MERGED 2006/07/12 10:02:10 kaib 1.23.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1414e070dd49fb07c0505d74706d9ae3c92ee233]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:10 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fbb960ab8349743e7c8c7262fa9dbfe7b6bd3537]

        INTEGRATION: CWS pchfix01 (1.19.154); FILE MERGED 2006/07/12 10:02:10 kaib 1.19.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [53c7100442410b982aca45dca0a9ab5737fce78b]

        INTEGRATION: CWS pchfix01 (1.90.82); FILE MERGED 2006/07/12 10:02:09 kaib 1.90.82.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [289251cc1dec79573e1467999869d93d07f321ff]

        INTEGRATION: CWS pchfix01 (1.27.134); FILE MERGED 2006/07/12 10:02:09 kaib 1.27.134.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8b54164f4767d9bcb121023232bb082ff4c59e9c]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:02:09 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4a76bef23ac16c50122827d7f1121fcb8f4b2898]

        INTEGRATION: CWS pchfix01 (1.25.178); FILE MERGED 2006/07/12 10:02:09 kaib 1.25.178.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [70c8da50047054126f1d2dc3d475d360a189a59f]

        INTEGRATION: CWS pchfix01 (1.9.188); FILE MERGED 2006/07/12 10:02:09 kaib 1.9.188.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3b14c58fef20efac71f2e3dce519f140fa29fc48]

        INTEGRATION: CWS pchfix01 (1.12.216); FILE MERGED 2006/07/12 10:02:08 kaib 1.12.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0be9560b089116fba6cc85a5c5aa944f72a8db10]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:02:08 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8417b58a57bafbcb72d8c0e0b4e8e62378812f10]

        INTEGRATION: CWS pchfix01 (1.25.214); FILE MERGED 2006/07/12 10:02:08 kaib 1.25.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0a60c546e0b1789a44032bb5323173c775546109]

        INTEGRATION: CWS pchfix01 (1.24.214); FILE MERGED 2006/07/12 10:02:08 kaib 1.24.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [da17f92fc953ad5d76b76ca9b18eb292345d8fb4]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:02:08 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a8fe21a02e41b480e7fe700fa7bc2e9291de64fc]

        INTEGRATION: CWS pchfix01 (1.10.214); FILE MERGED 2006/07/12 10:02:08 kaib 1.10.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1b85cb0ae8f55a0eb79e0c3ebbd41947731e3a92]

        INTEGRATION: CWS pchfix01 (1.18.216); FILE MERGED 2006/07/12 10:02:07 kaib 1.18.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3f69b18d3ee7f8031707fa873e93cf853fa2dc54]

        INTEGRATION: CWS pchfix01 (1.45.136); FILE MERGED 2006/07/12 10:02:07 kaib 1.45.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [df3a263c662384861711f48dd5d43e4e03dbf1d4]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:07 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f16fd84f5daee48091310547d10d695321924452]

        INTEGRATION: CWS pchfix01 (1.42.206); FILE MERGED 2006/07/12 10:02:07 kaib 1.42.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9b72f73a09341fdea20325c972470545fcaeeec8]

        INTEGRATION: CWS pchfix01 (1.19.214); FILE MERGED 2006/07/12 10:02:07 kaib 1.19.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [55f429c5a6c7f4a9a5107df4b6b2290c2ac27dab]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:07 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7ec40f671625727b48cf978c940ecc0d75ab4a5a]

        INTEGRATION: CWS pchfix01 (1.15.216); FILE MERGED 2006/07/12 10:02:06 kaib 1.15.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [45bbf428c89184ad77c45f1ecd99354439c3f49b]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:06 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [dd80b8b311159e40dd895dd9d57586305aa24bbc]

        INTEGRATION: CWS pchfix01 (1.12.214); FILE MERGED 2006/07/12 10:02:06 kaib 1.12.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4233a2af7a0ee5623633b60025d51667bf4cd2c2]

        INTEGRATION: CWS pchfix01 (1.23.214); FILE MERGED 2006/07/12 10:02:06 kaib 1.23.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b0f8b862e627856bd346e9573eff390f8fc4708e]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:02:06 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c07e74f097eb9b59fa49296864673d98f04b64ff]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:02:06 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [79c6f9ce5929898d4845cae4c23abebe08fa302b]

        INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED 2006/07/12 10:02:05 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [35c45ab9d56ddaeeed5d2b58c532cac59127e276]

        INTEGRATION: CWS pchfix01 (1.26.214); FILE MERGED 2006/07/12 10:02:05 kaib 1.26.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [44d222c9877f4e8e2bd0ebeb38368c1e75f1b819]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:05 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2d174f62042d8250f59e696fb93e1c795e616927]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:02:05 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d6ba12f85ebf645f2d73c85c3a19fb4df799b35c]

        INTEGRATION: CWS pchfix01 (1.80.80); FILE MERGED 2006/07/12 10:02:05 kaib 1.80.80.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1d69f764b1f9cefe790c3397b43a8d2630548bc9]

        INTEGRATION: CWS pchfix01 (1.21.214); FILE MERGED 2006/07/12 10:02:04 kaib 1.21.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f451710529b688473a9cb695ec8c9285500fe1b9]

        INTEGRATION: CWS pchfix01 (1.17.206); FILE MERGED 2006/07/12 10:02:04 kaib 1.17.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0eb7aaf9d8a70b54bc05a0863043e1989bddf96b]

        INTEGRATION: CWS pchfix01 (1.28.82); FILE MERGED 2006/07/12 10:02:04 kaib 1.28.82.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5c91a0e6361966cd472c8db6564844b9aa8aae33]

        INTEGRATION: CWS pchfix01 (1.22.216); FILE MERGED 2006/07/12 10:02:04 kaib 1.22.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8a39b38709697065409e79674949fc94f4f9fbf4]

        INTEGRATION: CWS pchfix01 (1.9.214); FILE MERGED 2006/07/12 10:02:04 kaib 1.9.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f6a37ddbcb6ef43b581cbcf56cf16b6b95773e45]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:02:03 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3231a7ac7d6775a09aae7a6292da11872f61d1ab]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:03 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f0176c9646729bd1e4b16b61f24d879905abe3bd]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:03 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c6d1644bfb30cf5d70a45e6b15889bf7f0aef5fa]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:02:03 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c065bf660411fdf15e8bfb362d61e152828e67ba]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:02:03 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2ddc33eaed9fbb1491a6ee9815d61d199dfef3a4]

        INTEGRATION: CWS pchfix01 (1.14.84); FILE MERGED 2006/07/12 10:02:03 kaib 1.14.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fbc6ec713aee5f741081db1169cd5999e9a60971]

        INTEGRATION: CWS pchfix01 (1.2.140); FILE MERGED 2006/07/12 10:02:02 kaib 1.2.140.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [21fb142ce9bb88c5af4664e1fdb17e58b2e29474]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:01 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ecc2b4bc417d5959c85b7948d2805c90e88b924e]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:01 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a5966b9095eb0cd7bc4be88c54345a1aaad847a3]

        INTEGRATION: CWS pchfix01 (1.12.136); FILE MERGED 2006/07/12 10:02:01 kaib 1.12.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5dea41ad99d1625bfbfacf9f70fe9adcfeecd3e3]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:01 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ccedec6fa2a62ef5dfe32dac46a9a738a9b7153c]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:02:01 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [69ada593337310338037d9d786b1a9f74d751793]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:02:00 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6c2cb7e9f9a657a25ad81de1b7d9d04c02495a18]

        INTEGRATION: CWS pchfix01 (1.10.214); FILE MERGED 2006/07/12 10:02:00 kaib 1.10.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b8a94a12156065990c09724ed4998b76f4951e60]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:02:00 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b5a349c1a64f2125d0f3dabccefd0ca98a06ed1f]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:02:00 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [efda2f8457594e9d5eef42544ff13d7574504c41]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:02:00 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [785fe878b565116d08c8825e1ba415ca434e2cab]

        INTEGRATION: CWS pchfix01 (1.4.84); FILE MERGED 2006/07/12 10:01:59 kaib 1.4.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4b77a8793d6e425088e20710313f4ec04fbc653b]

        INTEGRATION: CWS pchfix01 (1.27.84); FILE MERGED 2006/07/12 10:01:59 kaib 1.27.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [559691d598a9aab045353c7c54c5e95c54bd3eb8]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:01:59 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [47465472722bc25b616da6f41e68e97a5c25650f]

        INTEGRATION: CWS pchfix01 (1.12.214); FILE MERGED 2006/07/12 10:01:59 kaib 1.12.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [26e238c480acdc5bcd49daad1113921b50fa3c3e]

        INTEGRATION: CWS pchfix01 (1.30.214); FILE MERGED 2006/07/12 10:01:58 kaib 1.30.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c2ac9d6a0a6cdb2a6fca56a3977cc3b126c38f90]

        INTEGRATION: CWS pchfix01 (1.14.102); FILE MERGED 2006/07/12 10:01:58 kaib 1.14.102.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7cac4c5981fe5d214029fe48c34853698cb529e8]

        INTEGRATION: CWS pchfix01 (1.6.206); FILE MERGED 2006/07/12 10:01:58 kaib 1.6.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c291516f5f898c8a2771a7b2f4fe06d376ce3af7]

        INTEGRATION: CWS pchfix01 (1.3.56); FILE MERGED 2006/07/12 10:01:58 kaib 1.3.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1f8fe2fc07e28a3c86e85dee7b3c2e353e604f87]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:58 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a163e6e8f050f638ac43abd94beee178349c6123]

        INTEGRATION: CWS pchfix01 (1.5.58); FILE MERGED 2006/07/12 10:01:57 kaib 1.5.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [eaffc5a045f05febfedc1f22f69a2dff55a5f27c]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:57 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [22f21e00c07b739d7ac31a77443359f21e4932ca]

        INTEGRATION: CWS pchfix01 (1.26.70); FILE MERGED 2006/07/12 10:01:57 kaib 1.26.70.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [7cafa9be78b5161a9becd8752035c1f369e8a9b2]

        INTEGRATION: CWS pchfix01 (1.20.82); FILE MERGED 2006/07/12 10:01:57 kaib 1.20.82.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c11b951019dd810aa0236d1cc7ec7947f5558772]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:57 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [18d4f77f06886cd849a348fb9c8242af8bba70e8]

        INTEGRATION: CWS pchfix01 (1.25.98); FILE MERGED 2006/07/12 10:01:57 kaib 1.25.98.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c6b29344952ae95a80c2465b624200a03c49fabc]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:56 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [68f09096e8538d5cfabe37c8a07e90ec356c8f6e]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:56 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f6fb71f2371313a90f03da373105960c42af80e5]

        INTEGRATION: CWS pchfix01 (1.17.152); FILE MERGED 2006/07/12 10:01:56 kaib 1.17.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [960ee331e5fa5680bd38ae7572759b3dee43e705]

        INTEGRATION: CWS pchfix01 (1.10.206); FILE MERGED 2006/07/12 10:01:56 kaib 1.10.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [076644927dfa3c6efa04b561cad90adb051dea23]

        INTEGRATION: CWS pchfix01 (1.4.56); FILE MERGED 2006/07/12 10:01:56 kaib 1.4.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f5806613f6541fc088dea4df944e7d6b4c9fe059]

        INTEGRATION: CWS pchfix01 (1.4.206); FILE MERGED 2006/07/12 10:01:56 kaib 1.4.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c5d22142315a74456a2954ddd66b320cc0af1c36]

        INTEGRATION: CWS pchfix01 (1.4.206); FILE MERGED 2006/07/12 10:01:55 kaib 1.4.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4985c50a9799644cdf00b6ce546b5afef7aed381]

        INTEGRATION: CWS pchfix01 (1.5.102); FILE MERGED 2006/07/12 10:01:55 kaib 1.5.102.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b1bbb1d0efeb161d087583a858ea5c6874665f7c]

        INTEGRATION: CWS pchfix01 (1.26.152); FILE MERGED 2006/07/12 10:01:55 kaib 1.26.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fb53fce3503cc92c869d552c410ec3273fc8c799]

        INTEGRATION: CWS pchfix01 (1.18.98); FILE MERGED 2006/07/12 10:01:55 kaib 1.18.98.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cfc84752303a2526a285216a0fccb32beceeb7ae]

        INTEGRATION: CWS pchfix01 (1.10.206); FILE MERGED 2006/07/12 10:01:55 kaib 1.10.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b1b02c0dea4bae2352b1f7c5b432679bf6358f0f]

        INTEGRATION: CWS pchfix01 (1.11.214); FILE MERGED 2006/07/12 10:01:55 kaib 1.11.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1b543801a6a17bfdd22fefd4e5bfc98af65aeb04]

        INTEGRATION: CWS pchfix01 (1.5.206); FILE MERGED 2006/07/12 10:01:54 kaib 1.5.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e27960c5c21bdb040adc7f4654b15f79c51220bc]

        INTEGRATION: CWS pchfix01 (1.18.216); FILE MERGED 2006/07/12 10:01:54 kaib 1.18.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [27aad5277bd0555bd23d0cf02747179d65c744f2]

        INTEGRATION: CWS pchfix01 (1.22.152); FILE MERGED 2006/07/12 10:01:54 kaib 1.22.152.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f1342d7d1d2ef620d4e0c33a2f2553c89fc4bf76]

        INTEGRATION: CWS pchfix01 (1.44.10); FILE MERGED 2006/07/12 10:01:54 kaib 1.44.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9ef89a3b6711f2f07f4e662e5ef33211366d7443]

        INTEGRATION: CWS pchfix01 (1.7.10); FILE MERGED 2006/07/12 10:01:54 kaib 1.7.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [be241bcc7830fcd54fd5ff4869fd18091f12fc35]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:53 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [87d3f886600c868114034a9b9db40df669209a9a]

        INTEGRATION: CWS pchfix01 (1.11.56); FILE MERGED 2006/07/12 10:01:53 kaib 1.11.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b956fd77a772dafdb408b49666756024482a455a]

        INTEGRATION: CWS pchfix01 (1.23.56); FILE MERGED 2006/07/12 10:01:53 kaib 1.23.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [15dab18ccb723f9174a52d24050da9ab6a7e6fd0]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:53 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2212e2056c7e6ef74315ce3167c4632ec00b3abf]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:01:52 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [36b203bd08fa4eca0a69f7fc094644937763f3d2]

        INTEGRATION: CWS pchfix01 (1.19.56); FILE MERGED 2006/07/12 10:01:52 kaib 1.19.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [29e0c96bc23d76b9ea0d24eb9417baebc607658f]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:52 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [afb25c92ab3cc2b8d4e758704b5792bb50adfabc]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:01:52 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cd0f3559a8e9edb0cda81d2db974176daeed23d4]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:01:52 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3af21e31931eeb4c836cd2ba390a0e38d6f750a6]

        INTEGRATION: CWS pchfix01 (1.6.186); FILE MERGED 2006/07/12 10:01:51 kaib 1.6.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [94bea224d949af8c279a6b6c4f619d20e520f32f]

        INTEGRATION: CWS pchfix01 (1.16.216); FILE MERGED 2006/07/12 10:01:51 kaib 1.16.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [aa77c3cba1a84615d0752e31134dc1a8f606312c]

        INTEGRATION: CWS pchfix01 (1.24.214); FILE MERGED 2006/07/12 10:01:51 kaib 1.24.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bc9254de5532978bd519a2d4681a6145024deeba]

        INTEGRATION: CWS pchfix01 (1.10.56); FILE MERGED 2006/07/12 10:01:50 kaib 1.10.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0e1bd91880d057007b821f6a97bd9bf34d99f9c5]

        INTEGRATION: CWS pchfix01 (1.14.186); FILE MERGED 2006/07/12 10:01:50 kaib 1.14.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f22d2126f5ee1b0ba8c4fd9be568da1932debc24]

        INTEGRATION: CWS pchfix01 (1.15.216); FILE MERGED 2006/07/12 10:01:50 kaib 1.15.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [189f49cdb5eca521208aea6b798d83cf0a83731d]

        INTEGRATION: CWS pchfix01 (1.10.154); FILE MERGED 2006/07/12 10:01:50 kaib 1.10.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b28a3388ba2c04ca537ba2409a725dcca971e0d5]

        INTEGRATION: CWS pchfix01 (1.58.54); FILE MERGED 2006/07/12 10:01:50 kaib 1.58.54.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2aa027170824484cd4454ac4da4f7ec72164bfba]

        INTEGRATION: CWS pchfix01 (1.22.206); FILE MERGED 2006/07/12 10:01:50 kaib 1.22.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cf7e8bde7a3ef0978f65620c3a2914dbdf1e5a66]

        INTEGRATION: CWS pchfix01 (1.79.54); FILE MERGED 2006/07/12 10:01:50 kaib 1.79.54.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ec6aab24c942ff1118ff7edf8153420b751622f0]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:49 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2b78ed4e828bbcb2613bfd39473a492a672e9121]

        INTEGRATION: CWS pchfix01 (1.13.216); FILE MERGED 2006/07/12 10:01:49 kaib 1.13.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [61b0ed6004e0bd325caf666dbe4de2115c3aecc8]

        INTEGRATION: CWS pchfix01 (1.27.76); FILE MERGED 2006/07/12 10:01:49 kaib 1.27.76.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ea17f562b233209dde0f67108793846272c8d9a8]

        INTEGRATION: CWS pchfix01 (1.56.206); FILE MERGED 2006/07/12 10:01:49 kaib 1.56.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [332953c9aecfbff66ee0c17f24b20c5153bfcd45]

        INTEGRATION: CWS pchfix01 (1.81.84); FILE MERGED 2006/07/12 10:01:49 kaib 1.81.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f14861cad8c29333ff84c5a0c5634caf7ed5df28]

        INTEGRATION: CWS pchfix01 (1.39.150); FILE MERGED 2006/07/12 10:01:49 kaib 1.39.150.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [beed754a1b14d020ee6e4e3f370f9c765888c642]

        INTEGRATION: CWS pchfix01 (1.111.54); FILE MERGED 2006/07/12 10:01:49 kaib 1.111.54.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [579dc9611086675262557883d6fa3678c14d9265]

        INTEGRATION: CWS pchfix01 (1.38.186); FILE MERGED 2006/07/12 10:01:48 kaib 1.38.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ccc25bf6b4d35cd64d3f8df84b3e2a09932942a8]

        INTEGRATION: CWS pchfix01 (1.38.150); FILE MERGED 2006/07/12 10:01:48 kaib 1.38.150.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fd2ec10f00b7ae8e106384705adba6e87a945662]

        INTEGRATION: CWS pchfix01 (1.22.56); FILE MERGED 2006/07/12 10:01:48 kaib 1.22.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6711b36d0e09838e86a510c4007b9e5cdfc0162a]

        INTEGRATION: CWS pchfix01 (1.63.10); FILE MERGED 2006/07/12 10:01:48 kaib 1.63.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8720d3194a679ff10f3cce301ad30c431b4f0b64]

        INTEGRATION: CWS pchfix01 (1.29.206); FILE MERGED 2006/07/12 10:01:48 kaib 1.29.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c92c08256b427178ce1415197c8e28158b82e4d7]

        INTEGRATION: CWS pchfix01 (1.85.70); FILE MERGED 2006/07/12 10:01:48 kaib 1.85.70.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0d4872d43c5f50a858962639353a0bfc95112bd0]

        INTEGRATION: CWS pchfix01 (1.11.168); FILE MERGED 2006/07/12 10:01:47 kaib 1.11.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a7e1aeb15b9682c7075043612b0097f4817319cf]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:47 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1a58a7021dae19c81d0f11f1e83486d10627c60e]

        INTEGRATION: CWS pchfix01 (1.5.206); FILE MERGED 2006/07/12 10:01:47 kaib 1.5.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3e1819b983826d81053aa42979925b2303664ba1]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:01:46 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [934c3c3ed97bac65e056dacbe299ac03290a8694]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:01:46 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4f0a935a6fe482fabb3345e28e6f11b909a373e5]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:46 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d500dcf550c97a2b529f272059fde0769cf0cc99]

        INTEGRATION: CWS pchfix01 (1.23.216); FILE MERGED 2006/07/12 10:01:46 kaib 1.23.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [70f2af50f40bc2dae36ce521506964ead55033d3]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:46 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [abea1596b8a4cd6765ec8dfeb1b68b9ccab8e0d2]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:01:46 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ce610755ed84d77d4a490844a97bc3374d09144b]

        INTEGRATION: CWS pchfix01 (1.5.206); FILE MERGED 2006/07/12 10:01:45 kaib 1.5.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a0ee2777370db9bb23e1e2cc07fa334b2717c88b]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:01:45 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1ae2a5b44dde991011a3170870b8fa5c2be5c465]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:45 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3d2335a006909a4bf990b52604218ef6250ea5b9]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:45 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ac5c579a429f5a534b477a7cbd0ff22ba24b8e67]

        INTEGRATION: CWS pchfix01 (1.4.84); FILE MERGED 2006/07/12 10:01:45 kaib 1.4.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [af8c858d4dadbc322e9b4b546bf6ddea7a2c996f]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:01:45 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [61215a80b5a2b47412bc842f4be3fc55a928ba00]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:45 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [50b706bcda599f950bf125d02669402f94fdc29e]

        INTEGRATION: CWS pchfix01 (1.18.96); FILE MERGED 2006/07/12 10:01:44 kaib 1.18.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [afda45bea3e90cb1825fc935310e6aa6db7f50be]

        INTEGRATION: CWS pchfix01 (1.7.204); FILE MERGED 2006/07/12 10:01:44 kaib 1.7.204.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4fb7ba56075a441f483d149bf9550ea30a196a7a]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:44 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [494fb6dafa378f5833b1c5878a91349b448e24cd]

        INTEGRATION: CWS pchfix01 (1.3.214); FILE MERGED 2006/07/12 10:01:44 kaib 1.3.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [76db5397eaf0ca5493ba535aaa1ba79958e59b72]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:44 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [689e8dd8f7fe590156c629e5a68687cc2d59e153]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:43 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a98d9fe16a7c13ed3b9d6ee2a3546a7e40aca8a2]

        INTEGRATION: CWS pchfix01 (1.19.134); FILE MERGED 2006/07/12 10:01:43 kaib 1.19.134.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [af37e5df69e67adf986286befead654b83fddc73]

        INTEGRATION: CWS pchfix01 (1.40.164); FILE MERGED 2006/07/12 10:01:43 kaib 1.40.164.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6c6a60cdaea6cc27112577794db15f55f51a0fae]

        INTEGRATION: CWS pchfix01 (1.16.186); FILE MERGED 2006/07/12 10:01:43 kaib 1.16.186.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b3a9d8c510d1eb6a0e70718e071e1fc673d68d49]

        INTEGRATION: CWS pchfix01 (1.27.150); FILE MERGED 2006/07/12 10:01:43 kaib 1.27.150.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [826ff31a520a598838c3a5f2e89dba3bc53e6a56]

        INTEGRATION: CWS pchfix01 (1.38.58); FILE MERGED 2006/07/12 10:01:42 kaib 1.38.58.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [3342b0d8d5c8808f1acf5826290ebcd80fd57241]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:42 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fa0dd4303cbbc9743c2c3028b64815e24036d586]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:01:42 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [71233890476a7199476f604c955d76c93004edc8]

        INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED 2006/07/12 10:01:42 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [cb7bd24460f25bb0d7e06c7e3a8ec9b5e95fc537]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:42 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c97dbd0bf543409493c5ef8d90ba0e056f48f8cc]

        INTEGRATION: CWS pchfix01 (1.28.96); FILE MERGED 2006/07/12 10:01:42 kaib 1.28.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [63739229ddd4003dbd88974785f9d05a79e8f19d]

        INTEGRATION: CWS pchfix01 (1.5.214); FILE MERGED 2006/07/12 10:01:42 kaib 1.5.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1cf876552ce3480a3376e910f8764d258bbc737d]

        INTEGRATION: CWS pchfix01 (1.22.8); FILE MERGED 2006/07/12 10:01:41 kaib 1.22.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ab21bab84e04136435f30a0d625099f3b85ac16c]

        INTEGRATION: CWS pchfix01 (1.5.206); FILE MERGED 2006/07/12 10:01:41 kaib 1.5.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [51d1a879ef05d001dd926bc8fe22e4152acdabf5]

        INTEGRATION: CWS pchfix01 (1.13.166); FILE MERGED 2006/07/12 10:01:41 kaib 1.13.166.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8aac99eef328117000af3e1edea89e74e143fbdf]

        INTEGRATION: CWS pchfix01 (1.14.206); FILE MERGED 2006/07/12 10:01:41 kaib 1.14.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [93c3aab4f72c616f9e0e2d33e9645cc6f7bde2e9]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:41 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6ef77c0b775ac100717f7b880bf672f45d58dd48]

        INTEGRATION: CWS pchfix01 (1.59.56); FILE MERGED 2006/07/12 10:01:41 kaib 1.59.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [12fd819db73d3b4221d1a5efdb1652e3e8043769]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:01:40 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [40fa3f59e0c19c12bb0c35a1c2221a33d26eb906]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:40 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [18c383b3e38d1c6091a95b3b689b5c29b6d9b1c8]

        INTEGRATION: CWS pchfix01 (1.23.214); FILE MERGED 2006/07/12 10:01:40 kaib 1.23.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [59aa62f89ece084d7dde9a78ee77a2af00f74c1e]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:01:39 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b1e829675b909dddaad7b70372074e10f2ba0b5a]

        INTEGRATION: CWS pchfix01 (1.19.80); FILE MERGED 2006/07/12 10:01:39 kaib 1.19.80.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e20c72206a3f9ef85955ee84e62afcb0c82b5252]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:39 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e6ea3a747c33c4da1bc70f2419b152a5506ad172]

        INTEGRATION: CWS pchfix01 (1.9.214); FILE MERGED 2006/07/12 10:01:39 kaib 1.9.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b632bbca35935efffa4e9f593321a7b577c7a647]

        INTEGRATION: CWS pchfix01 (1.18.216); FILE MERGED 2006/07/12 10:01:39 kaib 1.18.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [38d35d37a6046e2c8a9ebceed8cd843925c577ba]

        INTEGRATION: CWS pchfix01 (1.6.84); FILE MERGED 2006/07/12 10:01:39 kaib 1.6.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e3cbc1f2b208a03d1ff1f7778424187ee6598500]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:38 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ae356a814dc882b9ef14bb3a090b9ce5142e8ab8]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:38 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8276524ea4332e21dce6fb9c819cae7c724b8e8b]

        INTEGRATION: CWS pchfix01 (1.17.84); FILE MERGED 2006/07/12 10:01:38 kaib 1.17.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f75539e204ba042ba7c9f79f0ae64a02cabb468a]

        INTEGRATION: CWS pchfix01 (1.17.80); FILE MERGED 2006/07/12 10:01:37 kaib 1.17.80.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a7df4dd8fa8094723c139ec63de0a9471dddc99f]

        INTEGRATION: CWS pchfix01 (1.6.212); FILE MERGED 2006/07/12 10:01:37 kaib 1.6.212.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [959c468906c69e6c9b55eba47e682e35aadf44ee]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:01:37 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e23510686180eecc1d1d206ed9c9f93d0d689372]

        INTEGRATION: CWS pchfix01 (1.11.96); FILE MERGED 2006/07/12 10:01:37 kaib 1.11.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2de29974a760decc4bf115a17eac2041a81ffa66]

        INTEGRATION: CWS pchfix01 (1.15.154); FILE MERGED 2006/07/12 10:01:36 kaib 1.15.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [39cfa8b3aef8b6f0ac92f4d98f3a25211652fa0e]

        INTEGRATION: CWS pchfix01 (1.24.84); FILE MERGED 2006/07/12 10:01:36 kaib 1.24.84.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2971c11b0a2c93c3afb3b59b1f1535d358d0b834]

        INTEGRATION: CWS pchfix01 (1.34.206); FILE MERGED 2006/07/12 10:01:36 kaib 1.34.206.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [133a8b415f6e034522ab35bca5c23ef0453d0634]

        INTEGRATION: CWS pchfix01 (1.17.92); FILE MERGED 2006/07/12 10:01:36 kaib 1.17.92.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [65d082f00e7dacf21b869acef138ce1e2c09dfd2]

        INTEGRATION: CWS pchfix01 (1.8.60); FILE MERGED 2006/07/12 10:01:36 kaib 1.8.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4c65db9402856c7bfdc4ff035a0670b3277a22cd]

        INTEGRATION: CWS pchfix01 (1.12.136); FILE MERGED 2006/07/12 10:01:36 kaib 1.12.136.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [75552643e117e4168e245c96a239140b267a4104]

        INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED 2006/07/12 10:01:36 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f29a37672833ad61077f9873a9ecd3a5de92585e]

        INTEGRATION: CWS pchfix01 (1.2.216); FILE MERGED 2006/07/12 10:01:35 kaib 1.2.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [65a6eba69c0c70b825942172f79dab26913d1893]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:01:35 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [355cb42a6dd4fa699025ad596d08627d9116f59c]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:35 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1000378da10ece6a1cd0cd16bee1a3b6ec7851a3]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:35 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a82889f2480678aae1858c72d97b9d9ea3b8b15a]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:35 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8cb913e35e4c8c67eaa12aa03a456207a971dc0c]

        INTEGRATION: CWS pchfix01 (1.30.60); FILE MERGED 2006/07/12 10:01:35 kaib 1.30.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [058cb85c4c5d4f61b7b130270f32db9d278aa9f7]

        INTEGRATION: CWS pchfix01 (1.4.216); FILE MERGED 2006/07/12 10:01:35 kaib 1.4.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9521e3a3c8e164229edc8a0ed2267b2c500b781d]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:34 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [40d532ca9086e6e2e8ca1f32a28a328b158f265e]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:34 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fa56e7c2ed2b31fadd607e154067106099a1a2c1]

        INTEGRATION: CWS pchfix01 (1.7.214); FILE MERGED 2006/07/12 10:01:34 kaib 1.7.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ade4f1d97818a5e8882787f69f0844562542c1eb]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:01:34 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [beae615246452f9c152c5c5a1042b9b6bdc9485a]

        INTEGRATION: CWS pchfix01 (1.19.216); FILE MERGED 2006/07/12 10:01:34 kaib 1.19.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [e5c5714934c949a2cec286d55c7d0bed8326d97b]

        INTEGRATION: CWS pchfix01 (1.45.64); FILE MERGED 2006/07/12 10:01:34 kaib 1.45.64.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8204ddee562f697e49aab8da5b4b5d585ca60930]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:01:33 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [aacbe23422cba3fe582667dfcad99affa16829d3]

        INTEGRATION: CWS pchfix01 (1.42.150); FILE MERGED 2006/07/12 10:01:33 kaib 1.42.150.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f578a845b130306023fd7d25adf6fc485cd94018]

        INTEGRATION: CWS pchfix01 (1.8.10); FILE MERGED 2006/07/12 10:01:33 kaib 1.8.10.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [0d097f6a6c9103ae010b0b5d0c69ca9665276b86]

        INTEGRATION: CWS pchfix01 (1.14.176); FILE MERGED 2006/07/12 10:01:33 kaib 1.14.176.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [38ec583e09f472f4239deb84a67ec56ef0e4312c]

        INTEGRATION: CWS pchfix01 (1.7.216); FILE MERGED 2006/07/12 10:01:33 kaib 1.7.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [750bd3751b33b367809b1924ee80539e70d69796]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:01:33 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b696f057b80bdb027854d097261333cf055a6770]

        INTEGRATION: CWS pchfix01 (1.7.168); FILE MERGED 2006/07/12 10:01:33 kaib 1.7.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [8f90b685cf6ff14e40ecbce2d6c54f66502c0f4b]

        INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED 2006/07/12 10:01:32 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4858a6007f66fc9b929e9b63c6b0203253d13fe4]

        INTEGRATION: CWS pchfix01 (1.8.216); FILE MERGED 2006/07/12 10:01:32 kaib 1.8.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6f43bb46fe0bec3e3aed875687cfc2113dd04c77]

        INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED 2006/07/12 10:01:32 kaib 1.11.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c07f89f333edb01963981b04027f082df79304db]

        INTEGRATION: CWS pchfix01 (1.18.154); FILE MERGED 2006/07/12 10:01:32 kaib 1.18.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [388ad374c6db13486081fd478404d87c14e5b513]

        INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED 2006/07/12 10:01:32 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c269e35abdcdee601c375d4d05fa4e035e2d24fb]

        INTEGRATION: CWS pchfix01 (1.4.168); FILE MERGED 2006/07/12 10:01:32 kaib 1.4.168.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2f38772357f7f3be1d81b10fec57381fd8f955af]

        INTEGRATION: CWS pchfix01 (1.71.96); FILE MERGED 2006/07/12 10:01:32 kaib 1.71.96.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [9f0dc9cbb1717094360c38ba989dce10406dc65e]

        INTEGRATION: CWS pchfix01 (1.33.8); FILE MERGED 2006/07/12 10:01:31 kaib 1.33.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [deb2a101444313b75550a5b1acc47a4dfc60516f]

        INTEGRATION: CWS pchfix01 (1.43.60); FILE MERGED 2006/07/12 10:01:31 kaib 1.43.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [91c11d1ee8655b9b3bea32be41269211755d2313]

        INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED 2006/07/12 10:01:31 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [93e30d19c25e0ecf6cfcfdb4b66ff4af13f2d5fc]

        INTEGRATION: CWS pchfix01 (1.12.216); FILE MERGED 2006/07/12 10:01:31 kaib 1.12.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b9ed138b3329ef67cce4b768930bd9a517913907]

        INTEGRATION: CWS pchfix01 (1.24.56); FILE MERGED 2006/07/12 10:01:31 kaib 1.24.56.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [2c7c1ace1c4e2aca54dce63a6e31070e7504532e]

        INTEGRATION: CWS pchfix01 (1.14.216); FILE MERGED 2006/07/12 10:01:31 kaib 1.14.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [f5e24d404f8862ff11fbe32fe4ce446a028eb601]

        INTEGRATION: CWS pchfix01 (1.30.60); FILE MERGED 2006/07/12 10:01:30 kaib 1.30.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b27844abe7b948b87a1e46aa8b21d6e8449c37a0]

        INTEGRATION: CWS pchfix01 (1.57.8); FILE MERGED 2006/07/12 10:01:30 kaib 1.57.8.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [012e70421046f96c022f7a601b1f6258595545e1]

        INTEGRATION: CWS pchfix01 (1.21.216); FILE MERGED 2006/07/12 10:01:30 kaib 1.21.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [15e4e67a001a41549e8702785cf139415824191a]

        INTEGRATION: CWS pchfix01 (1.17.154); FILE MERGED 2006/07/12 10:01:30 kaib 1.17.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5430cf32c6ced6e65c14d96fdec769c31c43f2a1]

        INTEGRATION: CWS pchfix01 (1.6.216); FILE MERGED 2006/07/12 10:01:30 kaib 1.6.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [c10f0382b51020b063fb2b62081ea95bf9dcf243]

        INTEGRATION: CWS pchfix01 (1.18.82); FILE MERGED 2006/07/12 10:01:29 kaib 1.18.82.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [6be62175b96c8dd65b060532c2906c1a8f84516d]

        INTEGRATION: CWS pchfix01 (1.7.188); FILE MERGED 2006/07/12 10:01:29 kaib 1.7.188.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a334eaa0f524ded65ff41bd1b9bf467b721b9a38]

        INTEGRATION: CWS pchfix01 (1.19.166); FILE MERGED 2006/07/12 10:01:29 kaib 1.19.166.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [b69fe8e86de3373327b057c22da63702fd7afff5]

        INTEGRATION: CWS pchfix01 (1.25.216); FILE MERGED 2006/07/12 10:01:29 kaib 1.25.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [4af129144ca27eec40b62809524bd72134dca3a8]

        INTEGRATION: CWS pchfix01 (1.19.154); FILE MERGED 2006/07/12 10:01:29 kaib 1.19.154.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [fceeaf815b129e5e8f58c9ed561f8521a871bc94]

        INTEGRATION: CWS pchfix01 (1.24.216); FILE MERGED 2006/07/12 10:01:28 kaib 1.24.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a656d6d4ba1f1ee08b309a5c422763758f8dbec1]

        INTEGRATION: CWS pchfix01 (1.31.182); FILE MERGED 2006/07/12 10:01:28 kaib 1.31.182.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5ec8719b9f3e7785d67c9309258466219c8487a1]

        INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED 2006/07/12 10:01:28 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [16d297ca9dcd4ed12363de668d21866871c0a19e]

        INTEGRATION: CWS pchfix01 (1.2.138); FILE MERGED 2006/07/12 10:01:28 kaib 1.2.138.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [34c1f8e4189bdbd0cc42f7aa13677c2f4e0d66fa]

        INTEGRATION: CWS pchfix01 (1.11.214); FILE MERGED 2006/07/12 10:01:28 kaib 1.11.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [70c399610e6256584057c32fcdccbb49a1fcddeb]

        INTEGRATION: CWS pchfix01 (1.21.216); FILE MERGED 2006/07/12 10:01:28 kaib 1.21.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d9fdceaf37c9cf8f486ba17f183e2172e3b60c98]

        INTEGRATION: CWS pchfix01 (1.11.140); FILE MERGED 2006/07/12 10:01:27 kaib 1.11.140.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [ebf4da12450c4c377cb8cafaaf67842e561d7187]

        INTEGRATION: CWS pchfix01 (1.1.2); FILE ADDED 2006/07/19 13:47:46 hjs 1.1.2.2: #i67080# first try on lineends 2006/07/12 10:01:27 kaib 1.1.2.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [73fd678a6abecb5936c0874950096a35bf9cb866]

        INTEGRATION: CWS pathoptions02 (1.37.8); FILE MERGED 2006/07/19 12:25:28 pb 1.37.8.1: fix: #i67538# radio button listbox broadened

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [bdf2f79dc2cb8522209f227dd6a4af98c501d664]

        INTEGRATION: CWS pathoptions02 (1.6.8); FILE MERGED 2006/07/19 12:24:42 pb 1.6.8.1: fix: #i67538# radio button column smaller

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [08cd9171576a5028fb257ef8120ce2f73854bbab]

        INTEGRATION: CWS pchfix01 (1.176.16); FILE MERGED 2006/07/19 14:42:41 hjs 1.176.16.2: #i67080# first try on lineends 2006/07/12 10:04:50 kaib 1.176.16.1: #i67080# Added $/inc$/pch as include search path for compiler.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [a2e72a1e1423ec1369fb05bf6c162435fded6d7d]

        INTEGRATION: CWS pchfix01 (1.195.16); FILE MERGED 2006/07/19 13:43:17 hjs 1.195.16.2: #i67080# first try on lineends 2006/07/12 10:04:49 kaib 1.195.16.1: #i67080# Added $/inc$/pch as include search path for compiler.

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [283a89c5e17b274b784a290150af0389509a622e]

        INTEGRATION: CWS pathoptions02 (1.2.4); FILE MERGED 2006/07/19 13:15:29 as 1.2.4.1: #i67563# handle single pathes explicitly

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [d37ddd8d0abd6f18e65f8aa011dd5a46d29b7ae2]

        INTEGRATION: CWS native56 (1.2.194); FILE MERGED 2006/07/19 14:48:23 is 1.2.194.1: #138243# followupdialog for outofdiscspace

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1eea51bbd7970a81be9ae2b044eabb16ed71b68c]

        INTEGRATION: CWS pathoptions02 (1.6.2); FILE MERGED 2006/07/20 10:59:59 as 1.6.2.2: #i67563# subst variables BEFORE pathes will be compared 2006/07/19 13:10:15 as 1.6.2.1: #i67563# handle single pathes explicitly; make sure errors during storing pathes does not influence cache consistency

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [01c1b8325638dd9a1e469611cda19f2d17a24561]

        INTEGRATION: CWS native56 (1.2.122); FILE MERGED 2006/07/19 14:48:22 is 1.2.122.1: #138243# followupdialog for outofdiscspace

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [1ee69a3c6001069ec0391778eaa8e84aa4290c34]

        INTEGRATION: CWS native56 (1.5.122); FILE MERGED 2006/07/19 14:48:22 is 1.5.122.1: #138243# followupdialog for outofdiscspace

2006-07-21  Kurt Zenker  <kz@openoffice.org>  [5cf8000e21a231669e7dcb0798d204488b684c2a]

        INTEGRATION: CWS pathoptions02 (1.5.2); FILE MERGED 2006/07/19 13:10:15 as 1.5.2.1: #i67563# handle single pathes explicitly; make sure errors during storing pathes does not influence cache consistency

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [333829b96788092fc983eb651adebef36eee4cff]

        INTEGRATION: CWS swqbf74 (1.59.82); FILE MERGED 2006/07/12 08:30:36 fme 1.59.82.1: #137802# Changed minimum header/footer size

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [1cc857fd9aac55b32784a252984aa2de87b8c906]

        INTEGRATION: CWS swqbf74 (1.83.398); FILE MERGED 2006/07/11 06:46:49 fme 1.83.398.1: #i65711# Justified alignment in double line portions

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [3b0528f77fc301e7611414c54f18417872e1fc4f]

        INTEGRATION: CWS swqbf74 (1.89.62); FILE MERGED 2006/07/17 07:31:04 fme 1.89.62.2: #134526# Make code robust - Table frame without lower 2006/07/06 10:48:01 fme 1.89.62.1: #b6445493# Unlock border attrs cache before calculating the keep frame to avoid cache overflow

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [7b987fcab7dcafb29c0e2bc256e25e1cdac7409f]

        INTEGRATION: CWS swqbf74 (1.57.168); FILE MERGED 2006/07/17 10:36:39 fme 1.57.168.2: RESYNC: (1.57-1.58); FILE MERGED 2006/07/10 13:50:14 fme 1.57.168.1: #i65699# CheckFirstVisPage did not work for follows in split tables

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [fefc4df238e097fe580b9c998f165e7c7ec3095a]

        INTEGRATION: CWS sb55 (1.23.18); FILE MERGED 2006/07/13 12:58:27 sb 1.23.18.1: #i67269# RTTI is now enabled globally.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [fdb6a1b43653b083577c6b31993f813623f1b301]

        INTEGRATION: CWS sb55 (1.9.4); FILE MERGED 2006/07/13 09:14:12 sb 1.9.4.1: #i46752# When reading from the socket, do not treat EOF as an error.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [c930ed0f1c6b17df1ca65f0ed6b417a648de4027]

        INTEGRATION: CWS sb55 (1.22.30); FILE MERGED 2006/07/10 14:58:05 sb 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2006/07/10 14:27:27 sb 1.22.30.1: #i64789# Array bounds error.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [88f39bfea2b3ec1e9c0f26204c8969bbbd82bb67]

        INTEGRATION: CWS swqbf74 (1.38.212); FILE MERGED 2006/07/17 06:59:00 fme 1.38.212.1: #134385# Made code robust - Does FindLastCntnt really always return a frame?

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [0e12595ad361c38925a90f68f6e327f39e31801e]

        INTEGRATION: CWS sb55 (1.4.28); FILE MERGED 2006/07/12 14:56:51 sb 1.4.28.1: #i50625# Workaround so that builds can use non-standard -fomit-frame-pointer (geki).

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [9623fac567537568640ca0d766c3d4e584139495]

        INTEGRATION: CWS sb55 (1.5.56); FILE MERGED 2006/07/12 14:56:51 sb 1.5.56.1: #i50625# Workaround so that builds can use non-standard -fomit-frame-pointer (geki).

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [40d6328c118a4667e9372f2403fbc4d6f5f2c83c]

        INTEGRATION: CWS sb55 (1.7.56); FILE MERGED 2006/07/12 14:56:50 sb 1.7.56.1: #i50625# Workaround so that builds can use non-standard -fomit-frame-pointer (geki).

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [aa667174dd0704136c34ccc3ab05e9d73f05f89a]

        INTEGRATION: CWS swqbf74 (1.49.152); FILE MERGED 2006/07/12 12:50:27 fme 1.49.152.1: #i65784# Prevent memory corruption

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [fc8c267f2a299291c81bff244dc463d470ca784b]

        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>  [6b4f1f0f379c84f1e9bdf0e885e1be51bbcb3ce4]

        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>  [54433bf393c55ce7a118538c9e576b2d9b88a183]

        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>  [813cc01131f50387794537fbb3171d169c68829e]

        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>  [738ddd11ef1ecd301246054e80a01c4baadb7a21]

        INTEGRATION: CWS sb55 (1.6.32); FILE MERGED 2006/07/10 14:48:26 sb 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2006/07/10 13:46:15 sb 1.6.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [f2243cc970d929ece1c747bfb5c54037bcdd35d9]

        INTEGRATION: CWS sb55 (1.7.32); FILE MERGED 2006/07/10 14:48:18 sb 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/10 13:46:15 sb 1.7.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [102a5c9447845539a2d916bf2cd2a38d49093656]

        INTEGRATION: CWS sb55 (1.4.20); FILE MERGED 2006/07/10 14:35:32 sb 1.4.20.1: #i66004# More robust now.

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [7e621f3dc3ee9c4aa095134087b7d506bf1a3fbe]

        #i67572# fix compile error with non UTF-8 char

2006-07-20  Kurt Zenker  <kz@openoffice.org>  [4802e681f887f17f72e0f5342a6548ffde7e8407]

        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>  [26e05422e909969a4376434285c9599954fdad79]

        INTEGRATION: CWS localisation13 (1.25.28); FILE MERGED 2006/07/12 14:06:56 ihi 1.25.28.1: #i65008# removed last change date

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [518afc153572e5e1b07ca999ebc0de1c59647507]

        INTEGRATION: CWS warningfixes02 (1.38.4); FILE MERGED 2006/06/30 11:53:09 sb 1.38.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>  [8f0121a6c41b0de73793b77ae61aef27fc638b4a]

        INTEGRATION: CWS warningfixes02 (1.30.4); FILE MERGED 2006/06/30 11:53:07 sb 1.30.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>  [f718a58a5af9aa9a391dada0c294b2a63a198744]

        INTEGRATION: CWS warningfixes02 (1.22.2); FILE MERGED 2006/06/30 12:32:59 sb 1.22.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>  [3a3cc898debaaed39dac4b706e2cc796e6864ae5]

        INTEGRATION: CWS warningfixes02 (1.15.2); FILE MERGED 2006/06/30 12:32:58 sb 1.15.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>  [fcedb964bcc30aefb4af90cf0a38d318349f290c]

        INTEGRATION: CWS warningfixes02 (1.21.2); FILE MERGED 2006/06/30 12:32:58 sb 1.21.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>  [a032c5233762196421601a291f4b69af29619f81]

        INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED 2006/06/30 12:32:58 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>  [d4316a3c716ef3c415a3a084c5e3c610aee0b04a]

        INTEGRATION: CWS warningfixes02 (1.60.10); FILE MERGED 2006/06/30 12:32:42 sb 1.60.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>  [a20a9b769794d85f53146d63e0f503bf89effa8d]

        INTEGRATION: CWS warningfixes02 (1.11.10); FILE MERGED 2006/06/30 12:32:42 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>  [45e15e2b5ba609f6438c939cee820b3e78d005dd]

        INTEGRATION: CWS warningfixes02 (1.32.10); FILE MERGED 2006/06/30 12:32:41 sb 1.32.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>  [cf822c34520d4a42441c6d4170b81bb5c2d11ea7]

        INTEGRATION: CWS warningfixes02 (1.112.10); FILE MERGED 2006/06/30 12:32:41 sb 1.112.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>  [7d9d0359ab4d10872ac3bd61cd658749ccbc1b8c]

        INTEGRATION: CWS warningfixes02 (1.22.10); FILE MERGED 2006/06/30 12:32:41 sb 1.22.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>  [a536e84f767f30a35c8c0b5ca94b12f05ea00a76]

        INTEGRATION: CWS warningfixes02 (1.56.10); FILE MERGED 2006/06/30 12:32:40 sb 1.56.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>  [9dfca93e22f09a2eba4cf1dbec55ce2709cad69c]

        INTEGRATION: CWS warningfixes02 (1.51.10); FILE MERGED 2006/06/30 12:32:40 sb 1.51.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>  [5c05981c81eb5279da0955df4e62ac957d722fc8]

        INTEGRATION: CWS warningfixes02 (1.29.10); FILE MERGED 2006/06/30 12:32:40 sb 1.29.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>  [1a711d73f36ff152bd73312996dabdeb9f0c22e8]

        INTEGRATION: CWS warningfixes02 (1.16.10); FILE MERGED 2006/06/30 12:32:39 sb 1.16.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>  [3bfa615c35ffec6a93302b325a44e099cd2995a3]

        INTEGRATION: CWS warningfixes02 (1.7.10); FILE MERGED 2006/06/30 12:32:39 sb 1.7.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>  [a1ef2e1da1aa121a0892fd68b6578b3509f6147e]

        INTEGRATION: CWS warningfixes02 (1.5.10); FILE MERGED 2006/06/30 12:32:39 sb 1.5.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>  [feaff804c61c90fa258f3663f1a4fe15b5b29044]

        INTEGRATION: CWS warningfixes02 (1.44.10); FILE MERGED 2006/06/30 12:32:39 sb 1.44.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>  [205979076b70c3c390dea4a077066433417dac18]

        INTEGRATION: CWS warningfixes02 (1.7.2); FILE MERGED 2006/06/30 12:32:05 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>  [eece83f52f93b43de3991718aee9340a87cc8b39]

        INTEGRATION: CWS warningfixes02 (1.1.2); FILE ADDED 2006/06/30 12:31:43 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>  [20f76c449fa091a1ea2d78b9f649178e6e1df772]

        INTEGRATION: CWS warningfixes02 (1.7.6); FILE MERGED 2006/06/30 12:31:43 sb 1.7.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>  [10c92b3ca0db6c367b2ef656e788d7bf80aa49ca]

        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>  [627cd53204c8c14ae26e2a87d7e590569bfc80c8]

        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>  [ee171843af9598daa89833e3d8d63ced925178d9]

        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>  [2c39e1623727007bc7b0a878f378775f8c878ffb]

        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>  [2adea1f311fbfd88e0fcf1686c7e9d1fad5ae82f]

        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>  [42b086698b6d7609f41318f6af8ff2ac84d70385]

        INTEGRATION: CWS warningfixes02 (1.7.2); FILE MERGED 2006/06/30 12:30:30 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>  [5e3cc0a5965458f0c416ce4ab69c53caf893bd26]

        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>  [1eb9c0af13c600a176b23db6f2fe9556d352633e]

        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>  [bbe795ca8498aa2db067d5b52fd3883fbda99df9]

        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>  [c328d9c172bc7f4ff706fad207d813d8cf61560e]

        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>  [de3bf0d6e952779ba42c74c11e6cdb2cc10bc4e8]

        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>  [d34edf0b4c8f870fff976f920cc74e5be9163066]

        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>  [fce543234b156db9cd7fb293756e97c14697a28e]

        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>  [aeda65bd4d31bcc3e80342f28ae61a58eb377798]

        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>  [e3d3501f5ddc61fac359715eea4fcd262e8cec41]

        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>  [f710961a676fcb5356b1246356339d3b81ffae6a]

        INTEGRATION: CWS warningfixes02 (1.11.4); FILE MERGED 2006/06/30 12:19:52 sb 1.11.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>  [c42172867e6e0a66c38260b3db657652f26fec11]

        INTEGRATION: CWS warningfixes02 (1.12.4); FILE MERGED 2006/06/30 12:19:52 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>  [5271bd2c86f95d588a8ff8b0832d7c1bb88114bc]

        INTEGRATION: CWS warningfixes02 (1.9.4); FILE MERGED 2006/06/30 12:19:52 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>  [ac6ad3e2c962f2e9ccbf9a9f487bf9f123d47551]

        INTEGRATION: CWS warningfixes02 (1.10.4); FILE MERGED 2006/06/30 12:19:52 sb 1.10.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>  [49cd1249b108db0470d6c53c7d1f25406222d7de]

        INTEGRATION: CWS warningfixes02 (1.18.6); FILE MERGED 2006/06/30 12:19:23 sb 1.18.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>  [19a3d2bab9b4ad3c5eac6032a9752085b9e2e1a2]

        INTEGRATION: CWS warningfixes02 (1.4.4); FILE MERGED 2006/06/29 12:23:35 sb 1.4.4.1: #i60951# Allow unchecked GCC <= 4 to build (patch supplied by jjmckenzie, thb).

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5723bee6dad3a6bd7069e75e276acc81895c8705]

        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>  [60149d8e621cbb738c14cf1de09a3615a23a749b]

        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>  [0814d5b416424057405805325f8cab57aa8366ab]

        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>  [6a27cb7c489e1eb83e76fc380e644dcdf1b9e2fc]

        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>  [a48d7524adc4f781f8e222554253c7d6c7fae349]

        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>  [9b5ddba621b76f8bddddb7e1afca8de0db5da7bc]

        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>  [61bdfa4ece1701e08a776b15aab106215d31245e]

        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>  [a18698b3f4601375fa5a4066216eea755ba72bea]

        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>  [a8131ee3b37023813cdd3239ea2e01d8dbf039ea]

        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>  [9c54693f6ee314da474c385262013739687d231d]

        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>  [6a52dbaf24088bac4ebb02f2a24809da2a1f90f5]

        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>  [4f9cb908be6e8bbe2ccd6540cd121224a6091abb]

        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>  [ee366cb08acf0d000aff9e8fad66e21a591757cb]

        INTEGRATION: CWS warningfixes02 (1.5.4); FILE MERGED 2006/06/30 12:17:36 sb 1.5.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>  [79b700d9b70e175e420032cffddc25924f027593]

        INTEGRATION: CWS warningfixes02 (1.4.96); FILE MERGED 2006/06/30 12:17:36 sb 1.4.96.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>  [690ab1c9961892afdd267feeba29c134323b8012]

        INTEGRATION: CWS warningfixes02 (1.18.4); FILE MERGED 2006/06/30 12:17:35 sb 1.18.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>  [0a7b079692f387b851cde63b7f9615149a2573c5]

        INTEGRATION: CWS warningfixes02 (1.44.2); FILE MERGED 2006/06/30 12:17:35 sb 1.44.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>  [876b95fdcd6804137b0d22e3709a7bd426259b8a]

        INTEGRATION: CWS warningfixes02 (1.42.4); FILE MERGED 2006/06/30 12:17:35 sb 1.42.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>  [660475d15c31dcfd71ccce03720cf712784b6419]

        INTEGRATION: CWS warningfixes02 (1.73.2); FILE MERGED 2006/06/30 12:17:35 sb 1.73.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>  [f0540fdb8d46c3cc88a37ec0e7f66cddf8c1d9c3]

        INTEGRATION: CWS warningfixes02 (1.31.2); FILE MERGED 2006/06/30 12:17:35 sb 1.31.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>  [727269d807060bbf7e032f79deb9ee61c5b352a3]

        INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED 2006/06/30 12:16:38 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>  [7d033855a2652f4fbfe4f5745e7466f7cc28e761]

        INTEGRATION: CWS warningfixes02 (1.12.2); FILE MERGED 2006/06/30 12:16:38 sb 1.12.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>  [c330bd2b4a42d7d24ba33c11e0691b08d39e5b22]

        INTEGRATION: CWS warningfixes02 (1.6.10); FILE MERGED 2006/06/30 12:00:26 sb 1.6.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>  [72598f4724b8905027614938b783333e8204d0f8]

        INTEGRATION: CWS warningfixes02 (1.25.10); FILE MERGED 2006/06/30 12:00:26 sb 1.25.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>  [7cb36bbc7474deb9e5f40f90e3bd5a20b4942ef8]

        INTEGRATION: CWS warningfixes02 (1.21.72); FILE MERGED 2006/06/30 12:00:26 sb 1.21.72.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>  [8d6983de5ba752f52d57911e795f6da89aa90038]

        INTEGRATION: CWS warningfixes02 (1.127.10); FILE MERGED 2006/06/30 12:00:25 sb 1.127.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>  [7ab4c76e73e6ebabe1363f542d61c9bc5b91cbc2]

        INTEGRATION: CWS warningfixes02 (1.18.10); FILE MERGED 2006/06/30 12:00:25 sb 1.18.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>  [91ab3ef236049cb504f4cc49213be2b177ad0909]

        INTEGRATION: CWS warningfixes02 (1.16.10); FILE MERGED 2006/06/30 12:00:25 sb 1.16.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>  [9a9cbf9675cbe9fafd08097329db8966d73b2a37]

        INTEGRATION: CWS warningfixes02 (1.65.10); FILE MERGED 2006/06/30 12:00:25 sb 1.65.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>  [e8a2b294ae3e3420f8debca64004939dfd6082e5]

        INTEGRATION: CWS warningfixes02 (1.30.10); FILE MERGED 2006/06/30 12:00:25 sb 1.30.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>  [87630c20b58ebf9669ef2ee412573cc5d2849f78]

        INTEGRATION: CWS warningfixes02 (1.8.146); FILE MERGED 2006/06/30 12:00:24 sb 1.8.146.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>  [71569aef42f401f89b2f4c0cf20bc5a39da04d2a]

        INTEGRATION: CWS warningfixes02 (1.8.10); FILE MERGED 2006/06/30 12:00:24 sb 1.8.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>  [64141eb236e8eda748f6101bf30b429f89a51689]

        INTEGRATION: CWS warningfixes02 (1.41.10); FILE MERGED 2006/06/30 12:00:24 sb 1.41.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>  [3823cbdab013b86ea9110296d393250828b15784]

        INTEGRATION: CWS warningfixes02 (1.9.10); FILE MERGED 2006/06/30 12:00:24 sb 1.9.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>  [a53802d9506038c286824a57cd1b189e82598209]

        INTEGRATION: CWS warningfixes02 (1.10.10); FILE MERGED 2006/06/30 12:00:24 sb 1.10.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>  [b82fee00629a25b9ee2d5e488d66190f92942aa3]

        INTEGRATION: CWS warningfixes02 (1.36.10); FILE MERGED 2006/06/30 12:00:23 sb 1.36.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>  [3d332debd527471b1da177c4f89768d48e0a4097]

        INTEGRATION: CWS warningfixes02 (1.25.10); FILE MERGED 2006/06/30 12:00:23 sb 1.25.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>  [c501346e94406fe6b698e3b307335e0f2161e736]

        INTEGRATION: CWS warningfixes02 (1.19.10); FILE MERGED 2006/06/30 12:00:23 sb 1.19.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>  [c6bc20c343618ea3c464f0ea5893e76db4df3840]

        INTEGRATION: CWS warningfixes02 (1.6.146); FILE MERGED 2006/06/30 12:00:23 sb 1.6.146.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>  [4f6c6329d6a8781fd9e0caf81a75c4e8979f1f31]

        INTEGRATION: CWS warningfixes02 (1.12.10); FILE MERGED 2006/06/30 12:00:22 sb 1.12.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>  [2c7ddad925b1a0bcd12e6342794fcbba0701c87a]

        INTEGRATION: CWS warningfixes02 (1.4.10); FILE MERGED 2006/06/30 12:00:22 sb 1.4.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>  [bc3dcb70f9f8df340608d2158b0c85c98f61e51d]

        INTEGRATION: CWS warningfixes02 (1.13.10); FILE MERGED 2006/06/30 12:00:22 sb 1.13.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>  [b4d201e99c1f93988a4ff6f20cfdcafe540a5c78]

        INTEGRATION: CWS warningfixes02 (1.14.10); FILE MERGED 2006/06/30 12:00:21 sb 1.14.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>  [e62875bb54da309bdb9f3351e9baa585a4351076]

        INTEGRATION: CWS warningfixes02 (1.51.10); FILE MERGED 2006/06/30 12:00:21 sb 1.51.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>  [24d14a6478a11775d0a1daacc316cfbb6b445b56]

        INTEGRATION: CWS warningfixes02 (1.105.10); FILE MERGED 2006/06/30 12:00:21 sb 1.105.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>  [259bacd1f555f85473a01bd50bf843b3690b386c]

        INTEGRATION: CWS warningfixes02 (1.87.10); FILE MERGED 2006/06/30 12:00:21 sb 1.87.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>  [ecc80bfe58d0a7b8ff0f7a6362c6e9c8a7424e65]

        INTEGRATION: CWS warningfixes02 (1.17.10); FILE MERGED 2006/06/30 12:00:20 sb 1.17.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>  [4793d03a76a20ca59683946d40a3e7aba7e290fb]

        INTEGRATION: CWS warningfixes02 (1.25.10); FILE MERGED 2006/06/30 12:00:20 sb 1.25.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>  [49d5a73e438b4a7545e74693a5c0455d56523c91]

        INTEGRATION: CWS warningfixes02 (1.81.10); FILE MERGED 2006/06/30 12:00:20 sb 1.81.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>  [4275c4dfb59c0d3e7425ae9434581ef64233f497]

        INTEGRATION: CWS warningfixes02 (1.43.10); FILE MERGED 2006/06/30 12:00:19 sb 1.43.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>  [18c3f3712b3cef80859a2789667fde7fc9f350ea]

        INTEGRATION: CWS warningfixes02 (1.28.4); FILE MERGED 2006/06/30 11:58:44 sb 1.28.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>  [e0f9e4b4d14fb5ec78f7873920c57655a10ddfff]

        INTEGRATION: CWS warningfixes02 (1.39.6); FILE MERGED 2006/06/30 11:58:44 sb 1.39.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>  [20e59bf21037e4037929d1a6b9969bb89a9c5e4a]

        INTEGRATION: CWS warningfixes02 (1.26.6); FILE MERGED 2006/06/30 11:58:43 sb 1.26.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>  [f8b583d9b7fe47cdd8f6c96dca090fc19408406d]

        INTEGRATION: CWS warningfixes02 (1.12.8); FILE MERGED 2006/06/30 11:58:01 sb 1.12.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>  [31a7c2d6fad513c630e70770b09a72f8967f22fe]

        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>  [49d8037cb7ec7109e78cd523fdacfd6c119e8221]

        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>  [5fd58282e291186a423503c9df9cffe4d7146bd4]

        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>  [52b4a2ee1069764953931a38cbe6280d01346540]

        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>  [98eed77deb5bfc618e1bc3415a14b5778167ce1e]

        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>  [a99f2b5d1a4e803645d9da13d1901f99c491dc41]

        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>  [5fe6ea1c4fd161e98bb4beb655478619036ed151]

        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>  [f180f0cd2a101cd94ec5a58046dee122c33232e5]

        INTEGRATION: CWS warningfixes02 (1.25.4); FILE MERGED 2006/06/30 11:57:01 sb 1.25.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>  [a42a92dcb6fd0c1d17dc8d1f0233eae996a28093]

        INTEGRATION: CWS warningfixes02 (1.5.4); FILE MERGED 2006/06/30 11:57:01 sb 1.5.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>  [61969e5236835f2ed7e53d9475f39ccc34b31f70]

        INTEGRATION: CWS warningfixes02 (1.6.2); FILE MERGED 2006/06/30 11:56: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>  [6eda3f95c39fc22758aa5cf1b7598efee0534df9]

        INTEGRATION: CWS warningfixes02 (1.5.2); FILE MERGED 2006/06/30 11:56:36 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>  [65e94df5caaa510012def923cdea67f61c1f4efe]

        INTEGRATION: CWS warningfixes02 (1.14.2); FILE MERGED 2006/06/30 11:56:16 sb 1.14.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>  [2013b3e82cdfc6ac7a9332d1372f9a647d72b9dd]

        INTEGRATION: CWS warningfixes02 (1.12.2); FILE MERGED 2006/06/30 11:56:15 sb 1.12.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>  [6b4c3d2e35c177a0c67d2127666e30175c56540f]

        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>  [a658899195f0ead9c7590f8dc1d6ec8c10498d39]

        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>  [28afefa9cf0af8c1e450bd47c0293e374e3b9230]

        INTEGRATION: CWS warningfixes02 (1.15.2); FILE MERGED 2006/07/03 06:42:33 sb 1.15.2.3: #i66723# ...and also disable MSC warning 4273 (bison problem?). 2006/06/30 08:09:06 sb 1.15.2.2: #i66723# Re-did previous fix:  Instead of disabling C4273, removed the suspicious #ifdef WNT block that defined std::fprintf, std::malloc, std::free (which might have been needed long ago, but appears to not be needed today; the block was in there right from rev 1.1). 2006/06/29 12:55:58 sb 1.15.2.1: #i66723# For MSC, disable C4273: malloc/free inconsistent dll linkage, to avoid (spurious?) warnings depending on bison version used.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [060faf5de50906d74f7a738915a37b91cc77a4b6]

        INTEGRATION: CWS warningfixes02 (1.14.4); FILE MERGED 2006/06/30 11:55:37 sb 1.14.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>  [0fe53d41ab3569951ac3f79920620be9bf323814]

        INTEGRATION: CWS warningfixes02 (1.13.4); FILE MERGED 2006/06/30 11:55:37 sb 1.13.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>  [48bcc5ff5a2a33a0b47cbc75cd861a4b0e8eacf6]

        #i10000# exchange text

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e0138c769214d495094ac9a8e93485e9f24c4d53]

        INTEGRATION: CWS warningfixes02 (1.11.6); FILE MERGED 2006/06/30 11:54:58 sb 1.11.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>  [cd66d728260587b19f8824e7fde164554cf56435]

        INTEGRATION: CWS warningfixes02 (1.30.6); FILE MERGED 2006/06/30 11:54:58 sb 1.30.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>  [1f4f5f569c2c5dc95a05ff373c20b1959e0dbcee]

        INTEGRATION: CWS warningfixes02 (1.35.4); FILE MERGED 2006/06/30 11:54:18 sb 1.35.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>  [e769445978bf07cbbc45fe8122fedd5af430940d]

        INTEGRATION: CWS warningfixes02 (1.14.4); FILE MERGED 2006/06/30 11:54:17 sb 1.14.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>  [3c5cddcdfea88b1b7c95bf7169d5e78509ac7997]

        INTEGRATION: CWS warningfixes02 (1.50.4); FILE MERGED 2006/06/30 11:54:17 sb 1.50.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>  [57a7b8998e32e558a405448d502cb7a49a0a46ea]

        INTEGRATION: CWS warningfixes02 (1.7.4); FILE MERGED 2006/06/30 11:53:50 sb 1.7.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>  [774aa557b613985e60ad7cb3483fbd3464c036e6]

        INTEGRATION: CWS warningfixes02 (1.104.4); FILE MERGED 2006/06/30 11:53:10 sb 1.104.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>  [41d4a5229029581e28af81e515e53a8db50e64a3]

        INTEGRATION: CWS warningfixes02 (1.67.4); FILE MERGED 2006/06/30 11:53:09 sb 1.67.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>  [735db53c371b829c6ef57a8d67b13105453b3855]

        INTEGRATION: CWS warningfixes02 (1.17.6); FILE MERGED 2006/06/30 11:53:09 sb 1.17.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>  [09084c64c128c53b084c3738bf5ca8f1ef80ae1f]

        INTEGRATION: CWS warningfixes02 (1.45.4); FILE MERGED 2006/06/30 11:53:09 sb 1.45.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>  [e4b35df947011cc6a91232594b6d68b5ea4e358f]

        INTEGRATION: CWS warningfixes02 (1.10.6); FILE MERGED 2006/06/30 11:53:08 sb 1.10.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>  [bc389339d22ebe32a7337f9f297fabe2eb9c8338]

        INTEGRATION: CWS warningfixes02 (1.25.6); FILE MERGED 2006/06/30 11:53:08 sb 1.25.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>  [e85b9cef0368aad2700d7e301763f421942620f4]

        INTEGRATION: CWS warningfixes02 (1.18.4); FILE MERGED 2006/06/30 11:53:07 sb 1.18.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>  [915de7c4c6e8e0d8b8585ef5f850013117cf0f6e]

        INTEGRATION: CWS warningfixes02 (1.9.6); FILE MERGED 2006/06/30 11:53:06 sb 1.9.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>  [7f3404533948e9930d37989cf18ab018042f717b]

        INTEGRATION: CWS warningfixes02 (1.20.6); FILE MERGED 2006/06/30 11:53:06 sb 1.20.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>  [1bd873c537e7ddd8ff7357dff2abfc14699b0c09]

        INTEGRATION: CWS warningfixes02 (1.11.6); FILE MERGED 2006/06/30 11:53:06 sb 1.11.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>  [32937be08c68403aa0f41ea8db37f144ea81c3e5]

        INTEGRATION: CWS warningfixes02 (1.4.42); FILE MERGED 2006/06/30 11:51:18 sb 1.4.42.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>  [fbef5d7172d3c3d380f3f02aaa2f474dcda208b2]

        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>  [47ed6ae55404d0521c83d3a88fa486a89003b4c3]

        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>  [72f836f2f36a755d22c009919683d5e460daec83]

        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>  [7af89fe3a54b60c6e54a3cd7cb22dd9066959cd9]

        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>  [b31ed6430d936fac24fc385d9a1ce2960cdd80cb]

        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>  [2834004f5c86e0b6ce0527fa8d125b409a8eca85]

        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>  [b4186381892e82a4b263895a1ba62b94fb80566b]

        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>  [8e314468187a3ca29c87eed4e667fcd10bae6eb6]

        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>  [b90101220d65b234063d3a89d65e3b72c0bcbab4]

        INTEGRATION: CWS warningfixes02 (1.8.8); FILE MERGED 2006/06/30 11:44:35 sb 1.8.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>  [5556154ae5a37a612326735bf4eaf0861ac07a41]

        INTEGRATION: CWS warningfixes02 (1.4.128); FILE MERGED 2006/06/30 11:44:35 sb 1.4.128.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>  [5e35b349a14908aeb3ef58a85e85ae090e2fc827]

        INTEGRATION: CWS warningfixes02 (1.18.10); FILE MERGED 2006/06/30 11:44:35 sb 1.18.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>  [22d6f8e466d9b1e3ee22b38aee662bad6d8a66aa]

        INTEGRATION: CWS warningfixes02 (1.6.10); FILE MERGED 2006/06/30 11:44:34 sb 1.6.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>  [28e0228d6ce94c8c4c1be2d5e1694116ec148287]

        INTEGRATION: CWS warningfixes02 (1.5.8); FILE MERGED 2006/06/30 11:44:34 sb 1.5.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>  [bf8485a82abfa9fefc594ef1b26eb842e8a9091f]

        INTEGRATION: CWS warningfixes02 (1.4.128); FILE MERGED 2006/06/30 11:44:34 sb 1.4.128.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>  [9cd9b2e9fa27202b298b33ac8cfb9844730c5477]

        INTEGRATION: CWS warningfixes02 (1.18.10); FILE MERGED 2006/06/30 11:44:33 sb 1.18.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>  [cca8d6cc030d0374e5c90c5fe55bf7e965f58f90]

        INTEGRATION: CWS warningfixes02 (1.94.10); FILE MERGED 2006/06/30 11:44:33 sb 1.94.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>  [b24a685299614a0013942243d9b8c37ef507d5b1]

        INTEGRATION: CWS warningfixes02 (1.32.8); FILE MERGED 2006/06/30 11:44:33 sb 1.32.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>  [d622edf848250fc9d10d463be3b6ced5d3dd7f31]

        INTEGRATION: CWS warningfixes02 (1.60.8); FILE MERGED 2006/06/30 11:29:45 sb 1.60.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>  [c68377c179d02e9dfd3b94bdc297a52c7ef6561b]

        #i10000# without empty line

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [2e2c596d3417fa42804886aa4b2bd546f71549f3]

        #i10000# back to version 1.1

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5e50445c0ba4256623a2ad788e0a46e7402be97e]

        INTEGRATION: CWS sb58 (1.7.26); FILE MERGED 2006/07/17 08:09:16 sb 1.7.26.1: #i67380# Cleaned up MODULES_WITH_WARNINGS (removing modules that either contain no C/C++ or are treated as EXTERNAL_WARNINGS_NOT_ERRORS=TRUE).

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ec29ffe4b6069ad17ca3b38303b4776ef802cf83]

        INTEGRATION: CWS sb58 (1.25.28); FILE MERGED 2006/07/17 08:09:16 sb 1.25.28.1: #i67380# Cleaned up MODULES_WITH_WARNINGS (removing modules that either contain no C/C++ or are treated as EXTERNAL_WARNINGS_NOT_ERRORS=TRUE).

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [302dbb6442bb95c99ad49e52e15c3c0bc84c721c]

        INTEGRATION: CWS sb58 (1.17.28); FILE MERGED 2006/07/17 08:09:15 sb 1.17.28.1: #i67380# Cleaned up MODULES_WITH_WARNINGS (removing modules that either contain no C/C++ or are treated as EXTERNAL_WARNINGS_NOT_ERRORS=TRUE).

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [52726dc885987c4566f2499977536c678aa1a500]

        INTEGRATION: CWS sb58 (1.21.28); FILE MERGED 2006/07/17 08:09:15 sb 1.21.28.1: #i67380# Cleaned up MODULES_WITH_WARNINGS (removing modules that either contain no C/C++ or are treated as EXTERNAL_WARNINGS_NOT_ERRORS=TRUE).

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [381802504d34eaa21b47ca485c399271ae15c9f0]

        INTEGRATION: CWS sb58 (1.3.96); FILE MERGED 2006/07/14 15:30:03 sb 1.3.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [da07746d06e4fee9bbee3ff6a955f902e5c49c12]

        INTEGRATION: CWS sb58 (1.4.14); FILE MERGED 2006/07/14 15:30:03 sb 1.4.14.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e66f2e9f0fb73d00949a620d98c50477db954613]

        INTEGRATION: CWS sb58 (1.6.2); FILE MERGED 2006/07/14 15:30:02 sb 1.6.2.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [767f0e90efb218e05cd1ac2687a9f951e3cb0dfb]

        INTEGRATION: CWS sb58 (1.6.98); FILE MERGED 2006/07/14 15:30:02 sb 1.6.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e0f5b3e3d0fc17ed0c8980d9e547ecb0f765d7f1]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:30:02 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [63587875d06f0eece9211a9e5a24608e002906da]

        INTEGRATION: CWS sb58 (1.4.48); FILE MERGED 2006/07/14 15:30:01 sb 1.4.48.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3290b43c73b2a7cbd87af7c4b8be893a94826f46]

        INTEGRATION: CWS sb58 (1.2.98); FILE MERGED 2006/07/14 15:30:01 sb 1.2.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [490d4e96769a93d388c74d171675c6cb973a8530]

        INTEGRATION: CWS sb58 (1.3.98); FILE MERGED 2006/07/14 15:30:01 sb 1.3.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b6231fec599ae8c1a1322c8673e1081aafb6521c]

        INTEGRATION: CWS sb58 (1.2.98); FILE MERGED 2006/07/14 15:30:00 sb 1.2.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [03af1345666e095e9084e8d8e60868531b4cfca5]

        INTEGRATION: CWS sb58 (1.3.98); FILE MERGED 2006/07/14 15:30:00 sb 1.3.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [cbae920c0db5833eeb46957c28747be8c0575761]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:59 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [027b7b8aff92184afe8c91f17681a4118a35b3c8]

        INTEGRATION: CWS sb58 (1.2.98); FILE MERGED 2006/07/14 15:29:59 sb 1.2.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f62ef76531fd6e592df786f16385e65d10d324d0]

        INTEGRATION: CWS sb58 (1.8.18); FILE MERGED 2006/07/14 15:29:59 sb 1.8.18.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [cf9baa79d25058191bd6f6a4c35fb0940344b146]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:58 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [0584fa68fce39cca1d001c31f8a33f42a988d65a]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:57 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [20a052514f23a776c5d31f9c122c1cedccd93ced]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:56 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [41ab92f9770ce587a200bbe69b35274f40add18a]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:55 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3024889f7f94d16f73e5b26e27aa50fb7537ce97]

        INTEGRATION: CWS sb58 (1.2.98); FILE MERGED 2006/07/14 15:29:55 sb 1.2.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ebb12c91cea237598a6a719cdad36aa0500bfe0e]

        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>  [4f3765e9c647dd76bc459bcc731033285f5b812e]

        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>  [b49076070c899798c21a64142e044071818fb648]

        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>  [929598ee030811e6279791c461b76baf81bb19e2]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:54 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [891ba1b415694f5ef31fd3c6fbcc3169774ca82a]

        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>  [31c21d33c45ae9e74f9c669f2d78ebe7aa05a4d0]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:53 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [12ddea70dab7327a6c75ef8da58b79269f2d20f5]

        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>  [1209a173fe43391f6c72041303de7d33631a0880]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:52 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5c95ddbf61b3d0a8e5e9ceedade20eb9893aa1f0]

        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>  [46d677e3170719e2faad8b5f604dd91e97a0e671]

        INTEGRATION: CWS sb58 (1.6.2); FILE MERGED 2006/07/14 15:29:52 sb 1.6.2.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3db49a212a6656833b0ec9cf8b7f7373a91dae9f]

        INTEGRATION: CWS sb58 (1.4.96); FILE MERGED 2006/07/14 15:29:51 sb 1.4.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d55bffab3fcc819a67cdb0e331b23ab5ea8cfd52]

        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>  [a10edde23fe72d8c9c9fafbfa47951ac5e872467]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:51 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [346bcad9c80ec67119c6b4c48a5a7aa836215e95]

        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>  [01fa9c05c1b0b86e6d4d7e8e67d9727f5588fa24]

        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>  [18f959ab9bd59385a17b18d17fbe8bc5491d2929]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:50 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3bcc451db90211d0282ec23cc1ccc2d1fc7c114d]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:49 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [8cb313d7be29c763956e7d8084664cea99c101e6]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:48 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f1142639924ab79b8e25b286d080cdf1c2155dc5]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:47 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b30da4df9b0ef471f8fb63448d6f9aa273231e1e]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:47 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c61e799e6a4c7aa5c58a261e80bc4cec198c3db3]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:46 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [756eea4e17a86db375efcab54e32191a8fc3a5dc]

        INTEGRATION: CWS sb58 (1.5.56); FILE MERGED 2006/07/14 15:29:45 sb 1.5.56.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e63a55b1f4d0c9107df8102a2521991b657de5c2]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:45 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [71bae71a05d2db05b9bc9673e8ec50e629c39118]

        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>  [f13c81252c62ed3c2a1b0385f7ba6f51ad941eda]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:44 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [61ad790001e7b9651500fbbcc34d9560411d1899]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:44 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c303e2de7a1b3950778d0789d81ded10d3ed9e1e]

        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>  [38347d3f156dcfe5c833531ac20907748e9520f3]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:44 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [333f851c339fb7a972bf4bd10531de88ec72a9c5]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:43 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [8525888e804480c2196d50edfb57bf853fb11371]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:42 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [779f86c043d90ae11eb67ca6614c84fd93e335d0]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:42 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3a5ce53abd937e8879787c4265fbb328c12020fd]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:41 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7a858f4ebbe59aaf939fdf8dadbd8e2597e711f4]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:40 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [779343d159f557d09b1876a086e7a43ae3ee9cd9]

        INTEGRATION: CWS vcl61 (1.29.24); FILE MERGED 2006/07/10 16:16:30 pl 1.29.24.1: #i67123# MENU_FLAG_SHOWCHECKIMAGES

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [0f37cb79dccde57f69a7b570460ceea702aabe4b]

        INTEGRATION: CWS sb58 (1.7.48); FILE MERGED 2006/07/14 15:29:39 sb 1.7.48.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [135eca59d3d6bafec9b8def60d738810c9a77a7d]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:39 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d641cc73582fa6af573c478cc708e63c60eca2e9]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:38 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [be0a2c4e8a69d74260f14e6ed829ae61469cab74]

        INTEGRATION: CWS swstability04 (1.7.156); FILE MERGED 2006/07/17 11:24:50 ama 1.7.156.1: #i67334#i67375#: Crashes when changing page styles with header/footer

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c97ec50f7aad527752692242c41c1a6cda7ee513]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:37 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4b048533aa20b3f1d04d8cd3c213a05dd120467e]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:37 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7736e6145408427e0b7f51e79a7fa2c0162de091]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:36 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f7373a001dcf3a94ca5b406cfa5db5c6e207a8ff]

        INTEGRATION: CWS sb58 (1.4.96); FILE MERGED 2006/07/14 15:29:36 sb 1.4.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [906566e0da7a09a888a45b6ba4840d757e701d7a]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:35 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [16a5da816d17c79b3ed039e604cf75dce0ed39da]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:34 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [aac7dd96963b8c641513544c57894eec7ce6d747]

        INTEGRATION: CWS sb58 (1.4.96); FILE MERGED 2006/07/14 15:29:34 sb 1.4.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [170656e1dbca269fc6cd60f7664de9e58b885465]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:34 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5c6ce8df788cf034ea38a8d1af584833b1779770]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:33 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9390a6a1636616133e5488cb1df8d4e019d0e1a0]

        INTEGRATION: CWS vcl61 (1.35.24); FILE MERGED 2006/07/11 13:51:42 pl 1.35.24.1: #137902# Don't retrieve label from CommandToLabel method for custom and add-on menu items

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [cf4a76fcca70b5886e46a5c38aed38266c3c9151]

        INTEGRATION: CWS sb58 (1.6.98); FILE MERGED 2006/07/14 15:29:32 sb 1.6.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f78a9d0124c7c0dcbce62cdd22d333dbf20eaca3]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:32 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [971b1d9b56fe780be0e119ae582478e639808c32]

        INTEGRATION: CWS sb58 (1.6.98); FILE MERGED 2006/07/14 15:29:31 sb 1.6.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [41135168fa5db799b2c6a119e6eeb533a3bcae55]

        INTEGRATION: CWS sb58 (1.4.16); FILE MERGED 2006/07/14 15:29:31 sb 1.4.16.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [02d47a5b5849f67aa76669cccc69691a4f3e74f1]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:30 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [36d0ee05555548ca7edf1e9d40bbcd6a9720215a]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:29 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [93742cf8241610d526a2a9decaf458e680efbc46]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:28 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [385ab76cd2e4f771d379221a0b88dfc03d440e09]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:28 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d07df5cc47cf4fcc1d75497a822a7f782505fd63]

        INTEGRATION: CWS sb58 (1.4.96); FILE MERGED 2006/07/14 15:29:28 sb 1.4.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [697310316357546adcdb5db575f30b6bb0233719]

        INTEGRATION: CWS sb58 (1.5.96); FILE MERGED 2006/07/14 15:29:27 sb 1.5.96.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [245b65158c7189b6c533eef61cd66df617e8cf8f]

        INTEGRATION: CWS sb58 (1.7.6); FILE MERGED 2006/07/14 15:29:27 sb 1.7.6.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [73134d6ca9770b3b0b89e78c1ed746d619567af5]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:26 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [565717d84b26008f505989463ef86c79d34c2f92]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:25 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b3efff0783df121396d11236f166c7bb06bc9c27]

        INTEGRATION: CWS sb58 (1.5.98); FILE MERGED 2006/07/14 15:29:24 sb 1.5.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4cebeb691179db01b8a90fc656269d6500c41569]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:24 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9fd4cb53e02e2a4da62b6320ab1f5ec6d4fdb1e4]

        INTEGRATION: CWS sb58 (1.4.98); FILE MERGED 2006/07/14 15:29:22 sb 1.4.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [fe606fca34300a334442004e70188bc7dabdf6db]

        INTEGRATION: CWS sb58 (1.6.6); FILE MERGED 2006/07/14 15:29:21 sb 1.6.6.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [aa47462089dc7ead8ed4e7f774d1ea33363e7308]

        INTEGRATION: CWS sb58 (1.3.16); FILE MERGED 2006/07/14 15:29:20 sb 1.3.16.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9eab655e9fe791a611f99dd07a00312fcd61fcbf]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:20 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ff999fe6ba15dc2ea5e6071e441963019bd45f90]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:19 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c004c747be9fd6742a70c150e055eafc97478d4e]

        INTEGRATION: CWS sb58 (1.3.16); FILE MERGED 2006/07/14 15:29:18 sb 1.3.16.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [94ef1f78ced8562b5a37bb92c652a9394347af53]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:18 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [78664f69dc8950aa8d806fae43c5e3de77a4866a]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:17 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [6f8154ded915665a5b43c35480eeb1978dbb7174]

        INTEGRATION: CWS sb58 (1.12.6); FILE MERGED 2006/07/14 15:29:16 sb 1.12.6.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [899ac1fe0c59da3b91a41d6271658b45781b5fd1]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:16 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [20bae4f603acf1dd3528be4d338b0796ce0388a3]

        INTEGRATION: CWS sb58 (1.5.2); FILE MERGED 2006/07/14 15:29:15 sb 1.5.2.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3f53220081e94c7670977d8f6ba8dde4ae95c741]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:11 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [34e65ca980c6f53fab929e6cf96a96e728d9737d]

        INTEGRATION: CWS sb58 (1.5.100); FILE MERGED 2006/07/14 15:29:10 sb 1.5.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3a25c44859ab3f945cae93c6fbc3d1a9ec88f6ab]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:09 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c8d6ee8e7abf2eb36a0d044bd19d473645fe0a44]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:04 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9c06af43ef7f108e20a28112b37165aa4d1474c7]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:03 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [1a3a3090088c6139f8998e435d9457cb2b49b8e9]

        INTEGRATION: CWS sb58 (1.6.98); FILE MERGED 2006/07/14 15:29:02 sb 1.6.98.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5b2b363e4641acc5c880efc94af29380cb6d4e8b]

        INTEGRATION: CWS sb58 (1.5.2); FILE MERGED 2006/07/14 15:29:01 sb 1.5.2.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [a298d3fa6b046050394c1e5f9c5aa553092141f2]

        INTEGRATION: CWS sb58 (1.6.50); FILE MERGED 2006/07/14 15:29:00 sb 1.6.50.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [2ec5dedf2686baf187fead30c4102cc715442add]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:29:00 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3f2f613bb4d2fb2fdc33907e0a2f6247635be94c]

        INTEGRATION: CWS sb58 (1.4.100); FILE MERGED 2006/07/14 15:28:59 sb 1.4.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [39e9003c1acebf784851fbe0d66e51164cf0798f]

        INTEGRATION: CWS sb58 (1.5.100); FILE MERGED 2006/07/14 15:28:59 sb 1.5.100.1: #i67380# binfilter is treated like an external project, and is not going to be made warning-free.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [99819e084a5bc58a68adb2a442d1278459090e9b]

        INTEGRATION: CWS configure18 (1.4.98); FILE MERGED 2006/06/11 14:40:45 rene 1.4.98.1: #i60089# system firefox (--with-firefox) buildfixes

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [8ce7d30b2a5f936c02c6d1aad4dc30cd9edc858c]

        INTEGRATION: CWS configure18 (1.19.12); FILE MERGED 2006/07/16 14:03:21 rene 1.19.12.3: also #include crypt.h on LINUX 2006/07/10 14:12:13 rene 1.19.12.2: RESYNC: (1.19-1.21); FILE MERGED 2006/06/11 00:28:27 rene 1.19.12.1: #i64923# make PAM optional on Linux, patch by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9523e1a72433a15b237b9d339e15d00f01c727ac]

        INTEGRATION: CWS configure18 (1.27.108); FILE MERGED 2006/06/11 00:28:27 rene 1.27.108.2: #i64923# make PAM optional on Linux, patch by geki 2006/06/11 00:22:03 rene 1.27.108.1: #i64922# fix LINUX check (by geki)

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [78043ff9b6ce50edb6bd6ab5b083aaa541e0105b]

        INTEGRATION: CWS configure18 (1.13.8); FILE MERGED 2006/06/11 14:40:45 rene 1.13.8.1: #i60089# system firefox (--with-firefox) buildfixes

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [246bad41e443300e9a4860eebd0db294fe5da58f]

        #i10000# enable download packing for updater

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f6048eb961103b8a5c0a108444def47ee0de1f2e]

        INTEGRATION: CWS configure18 (1.105.2); FILE MERGED 2006/07/14 16:17:47 rene 1.105.2.7: remove mentioning of libart, long obsolete, fix GPC vars; don't fail on agg 2.4 being present, cws thbpp4 fixes agg 2.4 build 2006/07/13 15:18:18 rene 1.105.2.6: #i64798# system neon 0.26.x support, by geki 2006/07/10 14:08:23 rene 1.105.2.5: RESYNC: (1.105-1.107); FILE MERGED 2006/06/11 14:40:45 rene 1.105.2.4: #i60089# system firefox (--with-firefox) buildfixes 2006/06/11 14:25:32 rene 1.105.2.3: #i64860# system mozilla with special nspr/nss library paths 2006/06/11 00:37:30 rene 1.105.2.2: #i65392# remove NO_BRP_STALE_LINK_ERROR, patch by cloph 2006/06/11 00:28:29 rene 1.105.2.1: #i64923# make PAM optional on Linux, patch by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f8a76e007c4be677edc6b8a392c9f89428ac7703]

        INTEGRATION: CWS configure18 (1.166.2); FILE MERGED 2006/07/15 19:27:33 rene 1.166.2.18: fix syntax error 2006/07/15 13:12:59 rene 1.166.2.17: reasdd second PKG_CHECK_MODULES for libagg 2006/07/15 12:11:09 pjanik 1.166.2.16: add space after comma 2006/07/14 16:17:47 rene 1.166.2.15: remove mentioning of libart, long obsolete, fix GPC vars; don't fail on agg 2.4 being present, cws thbpp4 fixes agg 2.4 build 2006/07/13 15:36:51 rene 1.166.2.14: RESYNC: (1.168-1.169); FILE MERGED 2006/07/13 15:18:18 rene 1.166.2.13: #i64798# system neon 0.26.x support, by geki 2006/07/10 14:08:17 rene 1.166.2.12: RESYNC: (1.166-1.168); FILE MERGED 2006/06/13 19:08:39 rene 1.166.2.11: #i60089# fix oversights 2006/06/13 19:06:15 rene 1.166.2.10: #i65976# don't add X libs and includes when they are in /usr 2006/06/11 20:22:08 rene 1.166.2.9: allow XULRunner 2006/06/11 14:40:44 rene 1.166.2.8: #i60089# system firefox (--with-firefox) buildfixes 2006/06/11 14:25:31 rene 1.166.2.7: #i64860# system mozilla with special nspr/nss library paths 2006/06/11 01:05:36 rene 1.166.2.6: #i64919# Don't fail if an explicit --without-system-mozilla is given 2006/06/11 00:42:10 rene 1.166.2.5: #i65202# always link with -ldl on Linux for Xinerama (and fix typo), patch by hjs 2006/06/11 00:35:24 rene 1.166.2.4: #i65776# JDK=sun; otherwise JDK is unitialized and deliver complains, patch by geki 2006/06/11 00:28:29 rene 1.166.2.3: #i64923# make PAM optional on Linux, patch by geki 2006/06/11 00:14:23 rene 1.166.2.2: #i65408# allow SS10 compiler (CC 5.7) 2006/06/11 00:06:48 rene 1.166.2.1: #i65322# check for agg version

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9cf68ef8d3967c487bbe42a5cf85da07a6b689b8]

        INTEGRATION: CWS tl23 (1.11.34); FILE MERGED 2006/07/05 07:54:50 os 1.11.34.1: #i65390# access to arrays should use the related index to prevent crashes

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [892dd09b0271bfa007be34320526a8264543ab95]

        INTEGRATION: CWS icons01 (1.3.98); FILE MERGED 2006/07/12 13:58:00 kendy 1.3.98.1: #i59017# Should be PNG, not BMP.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7eba1934597a7eb478a36bec4d9050a8004768cd]

        INTEGRATION: CWS icons01 (1.2.32); FILE MERGED 2006/07/12 15:46:02 kendy 1.2.32.1: #i62259# Improvements to HC icons for data sorting.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [21fc7fd852a210803305d70c9c01d8c14ac961dd]

        INTEGRATION: CWS icons01 (1.2.72); FILE MERGED 2006/07/12 15:38:19 kendy 1.2.72.1: #i60744# High contrast icons for 'basic shape' lacks foreground colour

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [1b3e4095de3c2f5821a6e762efd73121a1166bba]

        INTEGRATION: CWS icons01 (1.1.126); FILE MERGED 2006/07/12 15:14:47 kendy 1.1.126.1: #i60342# Icon for 'Polygon Unfilled' is in wrong colour

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [bb9e8d96ba29fa81bd4b96e210143d454e028242]

        INTEGRATION: CWS icons01 (1.2.32); FILE MERGED 2006/07/12 15:46:01 kendy 1.2.32.1: #i62259# Improvements to HC icons for data sorting.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3dad4be353a60eb888967d6efcd50440ae8f35fd]

        INTEGRATION: CWS icons01 (1.1.126); FILE MERGED 2006/07/17 11:39:13 kendy 1.1.126.2: #i60271#, #i60282# Optimized versions of the icons. 2006/07/12 14:22:18 kendy 1.1.126.1: #i60271# Wrong High Contrast icons for paragraph spacing

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [da71bb51e035f775eef301cd62fe14f6273a8ee0]

        INTEGRATION: CWS configure18 (1.151.2); FILE MERGED 2006/07/15 19:27:32 rene 1.151.2.19: fix syntax error 2006/07/15 13:12:57 rene 1.151.2.18: reasdd second PKG_CHECK_MODULES for libagg 2006/07/15 12:11:07 pjanik 1.151.2.17: add space after comma 2006/07/14 16:16:32 rene 1.151.2.16: remove mentioning of libart, long obsolete, fix GPC vars; don't fail on agg 2.4 being present, cws thbpp4 fixes agg 2.4 build 2006/07/13 15:36:43 rene 1.151.2.15: RESYNC: (1.153-1.154); FILE MERGED 2006/07/13 15:18:15 rene 1.151.2.14: #i64798# system neon 0.26.x support, by geki 2006/07/10 14:07:56 rene 1.151.2.13: RESYNC: (1.151-1.153); FILE MERGED 2006/06/13 20:43:51 rene 1.151.2.12: revert aclocal run since that breaks older pkg-configs, thanks tinderbox/cloph 2006/06/13 19:08:37 rene 1.151.2.11: #i60089# fix oversights 2006/06/13 19:06:13 rene 1.151.2.10: #i65976# don't add X libs and includes when they are in /usr 2006/06/11 20:22:07 rene 1.151.2.9: allow XULRunner 2006/06/11 14:40:43 rene 1.151.2.8: #i60089# system firefox (--with-firefox) buildfixes 2006/06/11 14:25:30 rene 1.151.2.7: #i64860# system mozilla with special nspr/nss library paths 2006/06/11 01:05:35 rene 1.151.2.6: #i64919# Don't fail if an explicit --without-system-mozilla is given 2006/06/11 00:42:09 rene 1.151.2.5: #i65202# always link with -ldl on Linux for Xinerama (and fix typo), patch by hjs 2006/06/11 00:35:23 rene 1.151.2.4: #i65776# JDK=sun; otherwise JDK is unitialized and deliver complains, patch by geki 2006/06/11 00:28:28 rene 1.151.2.3: #i64923# make PAM optional on Linux, patch by geki 2006/06/11 00:14:22 rene 1.151.2.2: #i65408# allow SS10 compiler (CC 5.7) 2006/06/11 00:06:47 rene 1.151.2.1: #i65322# check for agg version

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [11af951a9990d5cef9eb43f20009420f2117d3ec]

        INTEGRATION: CWS icons01 (1.2.72); FILE MERGED 2006/07/12 15:38:18 kendy 1.2.72.1: #i60744# High contrast icons for 'basic shape' lacks foreground colour

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9cd8ba6aaf0f0e4decdb33b652dbdef43664d939]

        INTEGRATION: CWS freebsd07 (1.32.8); FILE MERGED 2006/07/01 06:07:28 maho 1.32.8.1: #i65512# FreeBSD  >= 700015 support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [af7c7770a47e136977c8ca0edda911ea4fddcf65]

        INTEGRATION: CWS configure18 (1.5.282); FILE MERGED 2006/06/13 20:43:51 rene 1.5.282.2: revert aclocal run since that breaks older pkg-configs, thanks tinderbox/cloph 2006/06/11 00:28:28 rene 1.5.282.1: #i64923# make PAM optional on Linux, patch by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [39a4dc00ca48d850c4989b756879f4eb138195fe]

        INTEGRATION: CWS tl23 (1.40.62); FILE MERGED 2006/06/29 13:00:44 os 1.40.62.1: #136078# unbind controller in Dtor

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5c492b7a145380fa7b4590e07643377532288af4]

        INTEGRATION: CWS freebsd07 (1.12.8); FILE MERGED 2006/07/01 06:07:28 maho 1.12.8.1: #i65512# FreeBSD  >= 700015 support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9444f6f36e54e996f012e72aeddfa07d424f4ba1]

        INTEGRATION: CWS configure18 (1.1.2); FILE ADDED 2006/06/11 00:28:28 rene 1.1.2.1: #i64923# make PAM optional on Linux, patch by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9615d5370abb4057fbed009443d1703dd8ddb6a4]

        INTEGRATION: CWS tl23 (1.111.58); FILE MERGED 2006/06/14 11:12:07 tl 1.111.58.1: #130810# use different function to find view shell to use

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [0ee06f90ee579f48c607aa9fed5923822b4f48ba]

        INTEGRATION: CWS freebsd07 (1.25.118); FILE MERGED 2006/07/01 06:07:27 maho 1.25.118.1: #i65512# FreeBSD  >= 700015 support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7f5920cb224edaa8d79c2f575c6fdd9d00756a08]

        INTEGRATION: CWS icons01 (1.1.126); FILE MERGED 2006/07/12 15:55:52 kendy 1.1.126.1: #i63066# Fixed icon for number formatting (decrease decimals)

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ba113bdf1223901dc7ee867eb414a532c666a23f]

        INTEGRATION: CWS configure18 (1.18.70); FILE MERGED 2006/06/11 14:25:30 rene 1.18.70.1: #i64860# system mozilla with special nspr/nss library paths

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [d38c449f2f010c99d874b025ae007acccf8e2b5c]

        INTEGRATION: CWS freebsd07 (1.21.8); FILE MERGED 2006/07/01 05:47:34 maho 1.21.8.1: #i66908# sysconf(_SC_GETPW_R_SIZE_MAX) always returns -1\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5bf75140c79c4318d8869f270d3e2441f62f0a71]

        INTEGRATION: CWS tl23 (1.107.62); FILE MERGED 2006/07/06 13:43:15 os 1.107.62.1: #130505# catch exceptions of getPropertyValue('FormatKey')

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f6b63779883f49899b303437fa99807876d54abf]

        INTEGRATION: CWS tl23 (1.83.58); FILE MERGED 2006/07/06 12:39:12 os 1.83.58.1: #b6445961# #b6439685# re-enable LoadStyles for HTML documents, prevent crashes

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [197d5c97e2b0490e2572b3558e41778b67cdc0ef]

        INTEGRATION: CWS ause062 (1.27.244); FILE MERGED 2006/07/13 08:50:49 hjs 1.27.244.3: RESYNC: (1.27-1.28); FILE MERGED 2006/07/07 08:02:45 hjs 1.27.244.2: #i67085# make sure not to lose changes from CWS pathoptions01 2006/07/06 17:30:07 hjs 1.27.244.1: #i67085# ZIPTARGET extension no longer hardcoded; move helper variables to tg_zip.mk

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3df34ca657d7a1ffb5f52684569667ab8d810a91]

        INTEGRATION: CWS configure18 (1.100.16); FILE MERGED 2006/07/14 16:17:48 rene 1.100.16.1: remove mentioning of libart, long obsolete, fix GPC vars; don't fail on agg 2.4 being present, cws thbpp4 fixes agg 2.4 build

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f9382c7c0ab4ea1437055556abbf048a23b31ae1]

        INTEGRATION: CWS ause062 (1.175.10); FILE MERGED 2006/07/13 17:16:56 hjs 1.175.10.4: #i67199# fix multiprocess breakage 2006/07/13 08:56:57 hjs 1.175.10.3: RESYNC: (1.175-1.176); FILE MERGED 2006/07/06 17:30:07 hjs 1.175.10.2: #i67085# ZIPTARGET extension no longer hardcoded; move helper variables to tg_zip.mk 2006/07/06 16:30:00 hjs 1.175.10.1: #i67082# add created minor.mk to ALLTAR

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f46cf79ecdafb33e029d7eae8d0dea25b080326b]

        INTEGRATION: CWS ause062 (1.193.10); FILE MERGED 2006/07/13 08:56:30 hjs 1.193.10.2: RESYNC: (1.193-1.196); FILE MERGED 2006/07/06 16:43:54 hjs 1.193.10.1: #i67082# add dependency for created minor.mk

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c3ceb53873404cb50a7d2bbbcf825556f86d1dfa]

        INTEGRATION: CWS freebsd07 (1.5.6); FILE MERGED 2006/07/01 06:09:53 maho 1.5.6.1: #i65511#  add searchpath for server-only versions of 64bit JDKs.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [166be34db877d949b054478f53e2f9ae446d81cb]

        INTEGRATION: CWS configure18 (1.33.146); FILE MERGED 2006/07/13 15:35:39 rene 1.33.146.2: RESYNC: (1.33-1.34); FILE MERGED 2006/07/11 12:26:49 rene 1.33.146.1: #i66607# regexp quoting in installer, patch by haggai

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [2ef5e91b28125dd81fe9736bdb3666488e85306d]

        INTEGRATION: CWS ause062 (1.25.244); FILE MERGED 2006/07/13 14:55:15 hjs 1.25.244.3: #i67212# unrolled previous changes 2006/07/07 08:02:44 hjs 1.25.244.2: #i67085# make sure not to lose changes from CWS pathoptions01 2006/07/06 17:30:07 hjs 1.25.244.1: #i67085# ZIPTARGET extension no longer hardcoded; move helper variables to tg_zip.mk

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [cc0295feb71e8101ab028e884b68ad68fbd9a7bf]

        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>  [759f3e9ac2089b493814131f0bf9ac1f4b26667c]

        INTEGRATION: CWS freebsd07 (1.10.6); FILE MERGED 2006/07/08 02:49:39 maho 1.10.6.1: #i67138# Build fix for FreeBSD 7-CURRENT

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b276ad81406c1b565f956a1a7bb38a1923275a9d]

        INTEGRATION: CWS configure18 (1.100.60); FILE MERGED 2006/07/10 13:59:26 rene 1.100.60.2: RESYNC: (1.100-1.102); FILE MERGED 2006/06/16 18:57:31 rene 1.100.60.1: #i66519# fix for paths with + in them, by haggai

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ba43005ea38aa88af134beaf69a77e90b80f8559]

        INTEGRATION: CWS ause062 (1.17.448); FILE MERGED 2006/07/13 14:55:15 hjs 1.17.448.1: #i67212# unrolled previous changes

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [fc42a5a9c60865dd892c6e1bcb8f291e35cb8264]

        INTEGRATION: CWS vq34 (1.23.20); FILE MERGED 2006/07/12 20:19:16 vq 1.23.20.1: #i67210# Remove duplicate target warnings.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [7db23e5d0e19b4f581b9095a0d00d639daab8e65]

        INTEGRATION: CWS vq34 (1.107.4); FILE MERGED 2006/07/12 12:50:29 vq 1.107.4.3: #i67170# Fix perl syntax problem. 2006/07/11 21:45:49 vq 1.107.4.2: #i67170# Fix condition in the tcsh case. 2006/07/11 21:24:46 vq 1.107.4.1: #i67170# Make winenv.set.sh /bin/sh compatible if _ISBOOTSTRAP_ is set.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [969b823b45e3ff196448c049b0a2c8966a43f433]

        INTEGRATION: CWS configure18 (1.28.16); FILE MERGED 2006/07/13 15:18:20 rene 1.28.16.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [da82ee2e0eed061bf0879ac23fa2a8a51ef987c0]

        INTEGRATION: CWS swstability03 (1.62.218); FILE MERGED 2006/07/13 15:27:42 ama 1.62.218.2: #136991#: Disable Undo to avoid header/footer confusion 2006/07/13 07:54:53 ama 1.62.218.1: #i67305#136991#: Undo of insert from file could crash

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3f65f3ee791e603cc29a56c153c83ba9d1ea7088]

        INTEGRATION: CWS freebsd07 (1.105.6); FILE MERGED 2006/07/08 03:12:23 maho 1.105.6.2: RESYNC: (1.105-1.107); FILE MERGED 2006/07/01 06:02:12 maho 1.105.6.1: #i65513# FreeBSD/amd64 environment support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [95edb5b4f2f81e7b280f070a9d50f6c7992562bd]

        INTEGRATION: CWS configure18 (1.11.6); FILE MERGED 2006/07/13 15:18:20 rene 1.11.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e02f9c76994657c9df9aeca94b831b2cff91a3a1]

        INTEGRATION: CWS swstability03 (1.57.158); FILE MERGED 2006/07/12 09:25:36 ama 1.57.158.1: #i65094#: Do not copy OLE objects during SaveAs

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b2ffa9c5539e497c590184a914af95b2c17e251b]

        INTEGRATION: CWS vq34 (1.16.10); FILE MERGED 2006/07/12 21:27:35 vq 1.16.10.2: #i67170# Use Sun /bin/sh compatible syntax. 2006/07/11 21:24:45 vq 1.16.10.1: #i67170# Make winenv.set.sh /bin/sh compatible if _ISBOOTSTRAP_ is set.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c9d9404930af0d19ba0326a782741567ccfbb08e]

        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-19  Kurt Zenker  <kz@openoffice.org>  [e720d95f17c9937454fe2fe4b2f2e2666de6045c]

        INTEGRATION: CWS freebsd07 (1.168.2); FILE MERGED 2006/07/13 01:37:02 maho 1.168.2.2: RESYNC: (1.168-1.169); FILE MERGED 2006/07/13 01:25:41 maho 1.168.2.1: #i67139# use = instaed of ==

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4e00b2a799fccdef586bbdab486e68334068e948]

        INTEGRATION: CWS configure18 (1.15.6); FILE MERGED 2006/07/13 15:18:20 rene 1.15.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [11a2ca867f03a0287e97c2369983748a628898f7]

        INTEGRATION: CWS swstability03 (1.20.92); FILE MERGED 2006/07/11 07:56:46 ama 1.20.92.1: #i65201#: Crash undo of table split

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4ddddc2769a0c34032878d2a0bb6d42486c5ae26]

        INTEGRATION: CWS kendy12 (1.5.6); FILE MERGED 2006/07/14 13:18:46 kendy 1.5.6.1: #i67351# Fix build with evoab2.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [3fd96c132afb68ef0b3ee376f738ba20d811bf5e]

        INTEGRATION: CWS configure18 (1.25.6); FILE MERGED 2006/07/13 15:18:20 rene 1.25.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4a04ca132dbc6bf589845615375bd76f0b4c5fa6]

        INTEGRATION: CWS freebsd07 (1.153.2); FILE MERGED 2006/07/13 01:36:55 maho 1.153.2.2: RESYNC: (1.153-1.154); FILE MERGED 2006/07/13 01:25:40 maho 1.153.2.1: #i67139# use = instaed of ==

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [f1f0ed817c742bd87c48dd9d3c546cee58edcace]

        INTEGRATION: CWS swstability03 (1.32.160); FILE MERGED 2006/07/12 09:24:35 ama 1.32.160.1: #i65094#: Do not copy OLE objects during SaveAs

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [9b40837bf6ddc2e14a0f758b6c7c50b35dec6b5e]

        INTEGRATION: CWS vq34 (1.176.18); FILE MERGED 2006/07/12 03:07:15 vq 1.176.18.1: #i67145# Make sure dependencies to SHL targets are honored by APPxTARGET.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [0d4b0ee85f2995b4c29e05969f1368396505c2f6]

        INTEGRATION: CWS configure18 (1.40.6); FILE MERGED 2006/07/13 15:18:19 rene 1.40.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e7a2579029634d7d90ec1fa58bec3c2c4b5c2a57]

        INTEGRATION: CWS swstability03 (1.37.114); FILE MERGED 2006/07/11 07:46:19 ama 1.37.114.1: #i58904#: Loop caused by AppendRedline(..)

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [191dfd4f1000c6895b659502fd2705b084b3cfd6]

        INTEGRATION: CWS configure18 (1.15.6); FILE MERGED 2006/07/13 15:18:19 rene 1.15.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [b1e64eeaa0229f462d5f98955960dd6b4c76ce45]

        INTEGRATION: CWS swstability03 (1.27.112); FILE MERGED 2006/07/11 07:46:42 ama 1.27.112.1: #i58904#: Loop caused by AppendRedline(..)

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [2792cc01711cf61ac42ca36554c248c61a357997]

        INTEGRATION: CWS configure18 (1.4.26); FILE MERGED 2006/07/13 15:18:19 rene 1.4.26.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c8e9b1d1929c87c9041935ac72d41d8f545673d4]

        INTEGRATION: CWS configure18 (1.11.6); FILE MERGED 2006/07/13 15:18:19 rene 1.11.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [e422b840ee7d12df2f1c36291516d319cfd1ddf5]

        INTEGRATION: CWS configure18 (1.10.6); FILE MERGED 2006/07/13 15:18:19 rene 1.10.6.1: #i64798# system neon 0.26.x support, by geki

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [ffe15ee9dc4adf3c1ca22a8a21f32fa6849db139]

        INTEGRATION: CWS swstability03 (1.14.404); FILE MERGED 2006/07/11 08:33:00 ama 1.14.404.1: #i65526#: Crash undo of doc comparision

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [497aae4210a27da4c7eb34384130bd422e13afeb]

        INTEGRATION: CWS freebsd07 (1.1.2); FILE ADDED 2006/07/01 08:50:53 maho 1.1.2.2: Somhow older uno2cpp.cxx has been committed. update so that not break the build of m173.
        
        This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
        Issue number:  65467
        2006/07/01 08:40:06 maho 1.1.2.1: Forgot to add uno2cpp.cxx
        
        This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
        Issue number:  65467
        Submitted by:  jkim

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [84e595f25ef341021a7513a9780a4b7d53f5794e]

        INTEGRATION: CWS swqbf73 (1.13.398); FILE MERGED 2006/07/10 12:01:00 od 1.13.398.1: #134369# method <SwWrtShell::DelRight(..)> 	 - on delete of selected object leave draw mode, if necessary.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [82edbe136f93fbb42d096d2dcc0f378e2b4adb30]

        INTEGRATION: CWS freebsd07 (1.1.2); FILE ADDED 2006/07/01 06:21:31 maho 1.1.2.1: Add FreeBSD/amd64 bridge part
        
        Issue number:  65467
        Submitted by:  jkim

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [61ede986200fe6d50812e9429559b642c3baf873]

        INTEGRATION: CWS swqbf73 (1.5.376); FILE MERGED 2006/07/10 12:05:33 od 1.5.376.1: #134369# - correction of <SwFmtAnchor>-compare operator

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [28650ba53300b899c4346593d581f1c45ef44869]

        INTEGRATION: CWS freebsd07 (1.1.2); FILE ADDED 2006/07/01 06:21:30 maho 1.1.2.1: Add FreeBSD/amd64 bridge part
        
        Issue number:  65467
        Submitted by:  jkim

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [55ae47989f747f26165081233d57c5dbdf6578bd]

        INTEGRATION: CWS freebsd07 (1.1.2); FILE ADDED 2006/07/01 06:21:29 maho 1.1.2.1: Add FreeBSD/amd64 bridge part
        
        Issue number:  65467
        Submitted by:  jkim

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [4606d4a418fd616ee03d34bf0886fd0d60e01144]

        INTEGRATION: CWS freebsd07 (1.35.8); FILE MERGED 2006/07/01 06:19:08 maho 1.35.8.1: #i65467# FreeBSD\amd64 version of bridge.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [65aefd292263e4a9876d833f689c239bccae399a]

        INTEGRATION: CWS vq34 (1.6.256); FILE MERGED 2006/07/12 03:21:58 vq 1.6.256.1: #i67256# Remove unneeded debugging output.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [c051691f9fda7ca26868f2b7748105ecf9debde8]

        INTEGRATION: CWS freebsd07 (1.1.2); FILE ADDED 2006/07/01 06:04:01 maho 1.1.2.1: FreeBSD/amd64 environment support. This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
        
        Issue number:  65513
        Submitted by:  jkim

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [0fc0d944afab8f76b53f24eecd894407e7900c66]

        INTEGRATION: CWS freebsd07 (1.21.16); FILE MERGED 2006/07/08 04:06:30 maho 1.21.16.3: Resolve conflict again ;( 2006/07/08 03:07:56 maho 1.21.16.2: RESYNC: (1.21-1.22); FILE MERGED 2006/07/01 06:02:12 maho 1.21.16.1: #i65513# FreeBSD/amd64 environment support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [5c233b63c42989926c82d5fd557fb7b852756591]

        INTEGRATION: CWS freebsd07 (1.32.158); FILE MERGED 2006/07/01 06:02:12 maho 1.32.158.1: #i65513# FreeBSD/amd64 environment support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.

2006-07-19  Kurt Zenker  <kz@openoffice.org>  [468d7755bfda8e709b4bdfa38b2dc62aa9f33ad4]

        #i10000# fix for merge tool

2006-07-18  Oliver Bolte  <obo@openoffice.org>  [b61789c2b8b072bbd35baf25d08191131fddbced]

        #i10000# don't use export only filter as import filter

2006-07-18  Oliver Bolte  <obo@openoffice.org>  [9310b1a991d9ca8ae30c9ef4ab2df274424c4460]

        #i10000# pointer missing

2006-07-17  Oliver Bolte  <obo@openoffice.org>  [1ad3984311e488f89b0924ffecd5a2764e3f919d]

        #i10000# c-stype cast instead of static_cast (solaris compiler bug)

2006-07-17  Oliver Bolte  <obo@openoffice.org>  [770da6053b1349e1aa9fd8148a6148532dd3cba4]

        #i67463#

2006-07-17  Oliver Bolte  <obo@openoffice.org>  [03645b4972ab665f473c703218a7903767cbb57f]

        #i10000# syntax error

2006-07-17  Oliver Bolte  <obo@openoffice.org>  [c35c0b5a6fd4fcdac00680bd993b934f8c60c384]

        #i10000# don't build qa directory (thb)

2006-07-16  Thorsten Behrens  <thb@openoffice.org>  [c0baee0c19938df98a43cdbbfb4d6d8a01ee0739]

        #i65883# Gave build.lst unique two-letter prefix; some gcc4.x build fixes (shadowing of scopelevel variables, temporaries & automatic conversions, const correctness & passing by non-const reference)

2006-07-15  Vladimir Glazounov  <vg@openoffice.org>  [635a7655923f1c958d7e5aa1a273e535c014597b]

        new version for SRC680

2006-07-14  Vladimir Glazounov  <vg@openoffice.org>  [adbb8094ca44e4c0a109f5a8da1d09a95c5c15bc]

        new version for SRC680

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [1fa0e45f50de3dd2fa77a35d6bf1da06a74cdd45]

        SRC680

2006-07-14  Thorsten Behrens  <thb@openoffice.org>  [631f64a3946c0a31ceeb8d94624d0ed332e9a737]

        #i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() - the case size <2 does happen sometimes

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [5ac9d0c254b522d0c474a530d92cf1ee753143f0]

        INTEGRATION: CWS calcsavecrash_SRC680 (1.18.70); FILE MERGED 2006/05/23 15:03:38 nn 1.18.70.1: #i65690# initialize pCode if constructed with an empty string

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [57ad79523830268ef4de18dea4659cfdf2d53df5]

        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>  [db37bfdfbfc518441150c7d692b4272ab53806de]

        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>  [dc59bd128e5b24649ca694cfc7391cc4652e4287]

        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>  [804b6ca16c90ba4bdaae460e5cc8b252c27d7adc]

        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>  [b37adf3180f48c667e482f4723fc3f56e93bbd6a]

        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>  [911b1543a937174e190a23d484184bba2de961c0]

        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-14  Oliver Bolte  <obo@openoffice.org>  [b0275d35ed495dda084ca5114a419a31f08d0b49]

        INTEGRATION: CWS tl21 (1.26.282); FILE MERGED 2006/06/12 14:30:59 tl 1.26.282.1: #i66167# font size problem when pasting (importing rtf) from sw to sd fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [8482074d9fe629aedf7e69871ebf45763d5991cf]

        INTEGRATION: CWS tl21 (1.3.390); FILE MERGED 2006/06/12 14:31:33 tl 1.3.390.1: #i66167# font size problem when pasting (importing rtf) from sw to sd fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [a20b653f747b0f6ee183d6be52ae8bc3acfc0ae3]

        INTEGRATION: CWS tl21 (1.7.282); FILE MERGED 2006/06/12 14:31:33 tl 1.7.282.1: #i66167# font size problem when pasting (importing rtf) from sw to sd fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [1b5240e87e2308b78e847d2a7f6b529a34da2db4]

        INTEGRATION: CWS tl21 (1.11.200); FILE MERGED 2006/05/30 12:00:49 tl 1.11.200.1: #i64079# use character-by-character as default for Hangul/Hanja conversion

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [b09ca86cd787bf3f52fb1dc955bb3ba39cffd76a]

        INTEGRATION: CWS tl21 (1.18.388); FILE MERGED 2006/06/12 14:29:07 tl 1.18.388.1: #i66167# font size problem when pasting (importing rtf) from sw to sd fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [c6d739e87c5b997b926e2568e8e7b6bbbce885a5]

        INTEGRATION: CWS tl21 (1.3.56); FILE MERGED 2006/05/31 10:01:01 tl 1.3.56.2: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier 2006/05/15 09:35:37 tl 1.3.56.1: #i54823#, #i62825# change IDL's to match the already (and never changed) implementations

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e3561c9442bb056158739af64363192eaf6a8767]

        INTEGRATION: CWS tl21 (1.11.120); FILE MERGED 2006/05/31 10:09:17 tl 1.11.120.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [815a0f5f3f8427ec04f31c22278a6456ed94873c]

        INTEGRATION: CWS tl21 (1.1.2); FILE ADDED 2006/05/31 10:11:43 tl 1.1.2.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [70b090ea63f4b1fba4828aff36b6b6633a883d82]

        INTEGRATION: CWS tl21 (1.7.120); FILE MERGED 2006/05/31 10:09:17 tl 1.7.120.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [540c0c1f326883edb99c6f116dfac38960af517b]

        INTEGRATION: CWS tl21 (1.1.2); FILE ADDED 2006/05/31 10:11:13 tl 1.1.2.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [5d4004840b6835afb0fe0b002d1a750b37ceada7]

        INTEGRATION: CWS tl21 (1.1.2); FILE ADDED 2006/05/31 10:11:01 tl 1.1.2.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [3015f0fe696f559dde748666af6ac441387e5419]

        INTEGRATION: CWS tl21 (1.15.120); FILE MERGED 2006/05/12 08:22:19 tl 1.15.120.1: #i54823# type of TableColumnSeparators fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [3f8b694f75ca0f257ab2cc7e5f1bb81f86915e08]

        INTEGRATION: CWS tl21 (1.7.120); FILE MERGED 2006/05/31 10:13:08 tl 1.7.120.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [74480ffcac88ac11702b599a7f7789a6ed9b240f]

        INTEGRATION: CWS tl21 (1.16.98); FILE MERGED 2006/05/31 10:13:08 tl 1.16.98.2: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier 2006/05/12 08:47:29 tl 1.16.98.1: #i53534# documentation fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [7518217547e49f3f14bbd92c04531d5d5b414955]

        INTEGRATION: CWS tl21 (1.13.118); FILE MERGED 2006/05/31 10:13:08 tl 1.13.118.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [114ba6366268a4bfb42c0859e2332d48c57ab3ce]

        INTEGRATION: CWS tl21 (1.4.118); FILE MERGED 2006/05/31 10:13:08 tl 1.4.118.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [66ab923cbac4020bc579c8829c2406824ee82893]

        INTEGRATION: CWS tl21 (1.8.118); FILE MERGED 2006/05/24 11:53:32 tl 1.8.118.1: #i63211# new property 'LayoutSize' for frames

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [4d182675d00d020898bac954f4af8b9586bc55c3]

        INTEGRATION: CWS tl21 (1.9.98); FILE MERGED 2006/05/31 10:15:29 tl 1.9.98.3: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier 2006/05/12 08:19:22 tl 1.9.98.2: #i62825# type of FollowStyle fixed 2006/05/12 08:02:22 tl 1.9.98.1: #i62825# type of FollowStyle fixed

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [fc21c7fe73718fb7928d77a11d9a9682a86b7ce7]

        INTEGRATION: CWS tl21 (1.8.120); FILE MERGED 2006/05/31 10:15:29 tl 1.8.120.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [79d0887c97df2d75a33a1ed7291c95d5bebbe71a]

        INTEGRATION: CWS tl21 (1.28.120); FILE MERGED 2006/05/12 09:37:42 tl 1.28.120.1: #i58724# TextUserDefinedAttributes added

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e88ba2cf6a567a8d8faa998b406d66e3d02babfc]

        INTEGRATION: CWS tl21 (1.19.118); FILE MERGED 2006/05/31 10:16:14 tl 1.19.118.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [ca3db830cd5ba19533e953d2e811f4ba5ef8dc73]

        INTEGRATION: CWS tl21 (1.26.100); FILE MERGED 2006/05/30 10:19:37 tl 1.26.100.1: #i64079# use character-by-character as default for Hangul/Hanja conversion

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [5907d52b7f47ed600884fb169c55b30b6e4b705c]

        INTEGRATION: CWS tl21 (1.30.168); FILE MERGED 2006/05/30 10:18:35 tl 1.30.168.3: #i64079# use character-by-character as default for Hangul/Hanja conversion 2006/05/10 08:42:28 tl 1.30.168.2: RESYNC: (1.30-1.32); FILE MERGED 2006/04/26 07:07:12 os 1.30.168.1: #132523# crash prevention if Outliner is not set

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [9e7988695dbdaf62cb5eff01b6cdf587c3853978]

        INTEGRATION: CWS tl21 (1.32.314); FILE ADDED 2006/05/11 12:24:58 tl 1.32.314.2: #i65287# moving headers 2006/05/10 08:35:35 tl 1.32.314.1: RESYNC:; FILE REMOVED

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [8632d8cec78d08554843f1fbbb6819162467a67c]

        INTEGRATION: CWS tl21 (1.40.62); FILE ADDED 2006/05/11 12:24:39 tl 1.40.62.2: #i65287# moving headers 2006/05/10 08:35:25 tl 1.40.62.1: RESYNC:; FILE REMOVED

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [4756d12dd27e314047593598bb5e73997b944f83]

        INTEGRATION: CWS tl21 (1.57.60); FILE MERGED 2006/05/11 12:27:02 tl 1.57.60.1: #i65287# moving headers

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [583be4f8559fa396da9c7182c86bab6692670772]

        INTEGRATION: CWS tl21 (1.122.8); FILE MERGED 2006/05/24 11:23:24 tl 1.122.8.1: #i63211# new property 'LayoutSize' for frames

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [b076479745aeb720977d6a2e239961d5e885693c]

        INTEGRATION: CWS tl21 (1.92.60); FILE MERGED 2006/05/18 08:51:01 tl 1.92.60.1: #i64915# fixed string size when calling AllocBuffer

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [28b96e6c6a430805074cc17cbf970ab02b911ddf]

        INTEGRATION: CWS tl21 (1.186.6); FILE MERGED 2006/05/24 11:23:23 tl 1.186.6.1: #i63211# new property 'LayoutSize' for frames

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [caf10fe0aa22e4de8aed301a5853b8018288690b]

        INTEGRATION: CWS tl21 (1.102.6); FILE MERGED 2006/05/24 11:23:22 tl 1.102.6.2: #i63211# new property 'LayoutSize' for frames 2006/05/11 12:27:49 tl 1.102.6.1: #i65287# moving headers

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [6ccfc658ffcedc3c2817b7f553288b726e9784b8]

        INTEGRATION: CWS tl21 (1.9.314); FILE MERGED 2006/05/18 08:51:00 tl 1.9.314.1: #i64915# fixed string size when calling AllocBuffer

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [2856905fcb9bc1ddeff07a2f5da9056c519e8d8f]

        INTEGRATION: CWS tl21 (1.115.8); FILE MERGED 2006/05/24 11:22:27 tl 1.115.8.1: #i63211# new property 'LayoutSize' for frames

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [7768cd095454f1c091809b6a5ac5ce0f11583ab1]

        INTEGRATION: CWS tl21 (1.56.8); FILE MERGED 2006/05/24 11:22:26 tl 1.56.8.1: #i63211# new property 'LayoutSize' for frames

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [bbd571ef3dbffd21ac69fa08962a8c0af1901e31]

        INTEGRATION: CWS tl21 (1.33.8); FILE MERGED 2006/05/11 12:25:46 tl 1.33.8.1: #i65287# moving headers

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e21bef20897725689ac2ccb9b5b8451846db6aae]

        INTEGRATION: CWS tl21 (1.13.194); FILE MERGED 2006/05/30 10:45:55 tl 1.13.194.1: #i64079# use character-by-character as default for Hangul/Hanja conversion

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [8423e069b4dee93888f731cdf35f88c4bbeef589]

        INTEGRATION: CWS tl21 (1.15.32); FILE MERGED 2006/05/30 10:01:38 tl 1.15.32.1: #i64079# use character-by-character as default for Hangul/Hanja conversion

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [46591ddec1769cab8dae9854d43890a261f7d8b8]

        INTEGRATION: CWS tl21 (1.1.2); FILE ADDED 2006/05/08 15:00:07 tl 1.1.2.2: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML 2006/05/08 14:40:54 tl 1.1.2.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [43925ff5327222429454a4cb901eaca746f6e2d2]

        INTEGRATION: CWS tl21 (1.37.74); FILE MERGED 2006/05/08 14:30:50 tl 1.37.74.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [5ccb827e878b637c93e5dbed8d914b591b5bca0d]

        INTEGRATION: CWS tl21 (1.78.74); FILE MERGED 2006/05/08 14:30:50 tl 1.78.74.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [81df54fc82e0c6cdf89d709729291ac82d1b66de]

        INTEGRATION: CWS tl21 (1.25.36); FILE MERGED 2006/06/13 08:08:59 tl 1.25.36.3: RESYNC: (1.26-1.27); FILE MERGED 2006/05/10 08:08:37 tl 1.25.36.2: RESYNC: (1.25-1.26); FILE MERGED 2006/05/08 14:30:50 tl 1.25.36.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [5ec68d0682fccb052e089065f81f5c7af846a804]

        INTEGRATION: CWS tl21 (1.83.2); FILE MERGED 2006/05/22 12:43:51 tl 1.83.2.1: #i37362# partial fix for Bidi problem

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e0efe466788fdf4ce05eca1095c915678d9e439a]

        INTEGRATION: CWS tl21 (1.6.82); FILE MERGED 2006/05/08 14:59:53 tl 1.6.82.2: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML 2006/05/08 14:29:43 tl 1.6.82.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [fc236059a4e5d3ea5aeb07bf4de67c154cff2592]

        INTEGRATION: CWS tl21 (1.15.82); FILE MERGED 2006/05/08 14:29:43 tl 1.15.82.1: #i59434# converting private-use-are codepoints to regular unicode code-points when exporting to MathML

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [4f43b1e8fa7e9aec44b4772c9af872fc3a07863e]

        INTEGRATION: CWS ab28 (1.3.30); FILE MERGED 2006/07/10 13:43:15 ab 1.3.30.1: #i66948# Pass m_bIsDialogElement to AssignMacro dialog using ItemSet

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [762ed2d7a2a56c15888d9987e81d8437a6030522]

        INTEGRATION: CWS ab28 (1.43.34); FILE MERGED 2006/07/12 07:13:37 ab 1.43.34.1: #i66948# STR_ERRUNOEVENTBINDUNG, removed comments breaking UTF8

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [cad4e264d8ec9e00bc847ae548cc5f284a8d8f89]

        INTEGRATION: CWS ab28 (1.3.460); FILE MERGED 2006/07/10 15:18:45 ab 1.3.460.1: #i66948# class AssignComponentDialog

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [4fbffe7f361cb2f74781344b1d5592b0b59ca4f0]

        INTEGRATION: CWS ab28 (1.8.440); FILE MERGED 2006/07/10 15:45:42 ab 1.8.440.1: #i66948# Changed MacroAssign page

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [c9499c4219ec4ce377e16bc61d7873ae8ceec92b]

        INTEGRATION: CWS ab28 (1.3.458); FILE MERGED 2006/07/10 15:44:20 ab 1.3.458.1: #i66948# Changed MacroAssign page

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [e427153fe00f34443db5b6a2e3983f118450dcb8]

        INTEGRATION: CWS ab28 (1.11.28); FILE MERGED 2006/07/12 07:24:24 ab 1.11.28.2: #i66948# Removed obsolete code 2006/07/10 15:50:13 ab 1.11.28.1: #i66948# Changed MacroAssign page

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [79bf152d7dfced53695831d78f32a19916a0052d]

        INTEGRATION: CWS ab28 (1.8.460); FILE MERGED 2006/07/10 15:38:58 ab 1.8.460.1: #i66948# Changed MacroAssign page

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [11f4a49dff6baea28f3d7a2d8d28ad790e5d1df1]

        INTEGRATION: CWS ab28 (1.10.28); FILE MERGED 2006/07/10 15:38:06 ab 1.10.28.1: #i66948# Changed MacroAssign page

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [519731393e10058de59f9eb980ab9c5c72340e9b]

        INTEGRATION: CWS ab28 (1.6.460); FILE MERGED 2006/07/10 15:12:51 ab 1.6.460.1: #i66948# SvxMacroAssignSingleTabDialog

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [7f772d668669df61e5411945fae02edad0e96552]

        INTEGRATION: CWS ab28 (1.33.142); FILE MERGED 2006/07/12 08:22:27 ab 1.33.142.2: #i66948# XDialogEventHandler.idl 2006/07/10 13:28:37 ab 1.33.142.1: #i66948# DialogProvider2.idl, XDialogProvider2.idl

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [d01cb17b86c521c0716e807a09dad7a9074e12c2]

        INTEGRATION: CWS ab28 (1.1.2); FILE ADDED 2006/07/10 13:09:06 ab 1.1.2.1: New interface extending XDialogProvider to allow using UNO objects as event handler

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [05d5c5a8d541e8008b12778d5d851acd678dc226]

        INTEGRATION: CWS ab28 (1.1.2); FILE ADDED 2006/07/12 08:23:58 ab 1.1.2.2: #i66948# Fixed wrong spelling 2006/07/10 12:59:04 ab 1.1.2.1: Interface to handle an event generated by a dialog

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [cfb1ac9874820a47b4fb8595013b7add7b5b92d7]

        INTEGRATION: CWS ab28 (1.1.2); FILE ADDED 2006/07/10 13:01:16 ab 1.1.2.1: New style service supporting XDialogProvider2

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [bd9f1bfe016c9522f511654b74bb2609b40ca1a3]

        INTEGRATION: CWS ab28 (1.3.142); FILE MERGED 2006/07/10 13:28:02 ab 1.3.142.1: #i66948# -> New style service

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [ef7a852d353ec9c6e407314127f91eee88dc25d4]

        INTEGRATION: CWS ab28 (1.4.2); FILE MERGED 2006/07/12 08:40:15 ab 1.4.2.1: #i66948# tools, vcl

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [767022363139a3cd70008a7a3a04f37b98592322]

        INTEGRATION: CWS ab28 (1.4.28); FILE MERGED 2006/07/12 08:39:25 ab 1.4.28.1: #i66948# XDialogProvider2 support

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [96c62fa6185a7ff638fcebec4191d538c9bfb850]

        INTEGRATION: CWS ab28 (1.6.2); FILE MERGED 2006/07/13 07:36:42 ab 1.6.2.2: #i66948# Wrong index in getSupportedServiceNames_DialogProviderImpl() 2006/07/12 08:44:17 ab 1.6.2.1: #i66948# XDialogProvider2 support

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [cdd9e8457263cd058b3f758c7aa4bd868e6c8b8d]

        INTEGRATION: CWS ab28 (1.4.28); FILE MERGED 2006/07/12 08:44:16 ab 1.4.28.1: #i66948# XDialogProvider2 support

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [797e69c3fa9683a07a31096b426a6095eb9d955b]

        INTEGRATION: CWS ab28 (1.8.2); FILE MERGED 2006/07/12 08:44:16 ab 1.8.2.1: #i66948# XDialogProvider2 support

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [d3bf79b0b4d3d6298286c2203afe4e450df69b33]

        INTEGRATION: CWS extras8u4 (1.26.14); FILE MERGED 2006/07/10 10:31:06 va 1.26.14.2: #i59903# Disabled Patch flag. 2006/07/04 11:30:02 va 1.26.14.1: #i57687# Set Patch Flag.

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [de47325a5522c55679efa02c89e39700ed8cb229]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:18:38 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [dfb35b091ee3fbe42d8181f1993e57d343fc1749]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:18:01 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [f27e0822108e450878d522dd97e327fe3b580aa3]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:18:00 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [0e8dcb66ae93029208aef3fbe93afb3d11291814]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:17:21 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [81dc37fffd473fb272c7868b3292f9502726e19b]

        INTEGRATION: CWS extras8u4 (1.2.4); FILE MERGED 2006/07/04 11:16:32 va 1.2.4.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [50ed63a60b850622b9d345e2e0e4b98cebd67ae6]

        INTEGRATION: CWS extras8u4 (1.4.44); FILE MERGED 2006/07/04 11:15:59 va 1.4.44.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [6943d7f5dc5e4b404525e5df5921736b1e496f92]

        INTEGRATION: CWS extras8u4 (1.4.44); FILE MERGED 2006/07/04 11:15:58 va 1.4.44.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [acb6c91a31cf65f7c5ebe7000cea225f30a1e064]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:15:25 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [f62c5afbbc5898935744d013e2c2f7ebec173c50]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:15:24 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [30dfcc706b3c77e1f4875a33504a069f48b13631]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:14:46 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [bda211ebea880ba61592b5a75ce9053ab75d3e5f]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:13:49 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [ba2865f275f911305864c047aebc7f765d914a80]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:12:24 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [d0bac68603782b1a22b7dcbb498cd2a806c90f28]

        INTEGRATION: CWS extras8u4 (1.3.82); FILE MERGED 2006/07/04 11:12:23 va 1.3.82.1: #i59903# Corrected Format of Date Field. Issue number: Submitted by: Reviewed by:

2006-07-14  Oliver Bolte  <obo@openoffice.org>  [6583e6de13bff004b6cecccc24215d83d3ac2edb]

        INTEGRATION: CWS extras8u4 (1.4.90); FILE MERGED 2006/07/04 11:08:20 va 1.4.90.1: #i57687# Corrected typo in Autotext. Issue number: Submitted by: Reviewed by:

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5162d047e2ff42bd6322bb955d1d2a30df402f52]

        INTEGRATION: CWS jsc7 (1.5.142); FILE MERGED 2006/07/11 11:14:18 jl 1.5.142.3: #i67202# license accept button gets uniqueId 2006/07/06 11:46:50 sb 1.5.142.2: #i66005# No help ID for dependency error dialog needed (yet?). 2006/07/03 14:14:49 sb 1.5.142.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4d24e1f5d5ac066b5bba75427dd1cfb9ae4f90f3]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/12 13:24:19 jl 1.1.2.3: #i66211# 2006/07/12 13:23:39 jl 1.1.2.2: #i66211# 2006/07/07 13:47:09 jl 1.1.2.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8c1d19f258bef7e18a4957e6e88a9423c099ae4a]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/07 13:46:10 jl 1.1.2.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5ee958e1834e653a6339e777634e7b6696d7b3b2]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/07 13:44:50 jl 1.1.2.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [03d716501822c0608a4daeee39a691bcad93a92e]

        INTEGRATION: CWS jsc7 (1.5.142); FILE MERGED 2006/07/11 11:14:18 jl 1.5.142.3: #i67202# license accept button gets uniqueId 2006/07/06 11:46:49 sb 1.5.142.2: #i66005# No help ID for dependency error dialog needed (yet?). 2006/07/03 14:14:49 sb 1.5.142.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1858dd2e24878d94f4bfc332f64fff6648c3dcb4]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/07 14:12:19 jl 1.1.2.4: #66211# license dialog 2006/07/06 11:57:15 jl 1.1.2.3: #i66211# 2006/06/29 07:50:34 jl 1.1.2.2: #i66211# 2006/06/28 14:17:32 jl 1.1.2.1: #66211# resources for use in unopkg.exe. Added here so as to avoid to create a new resource file. Resources are added to deployment.res.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [944452970053c7d9f1563334828e5a69cfdf42bb]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/06/28 14:17:23 jl 1.1.2.1: #66211# resources for use in unopkg.exe. Added here so as to avoid to create a new resource file. Resources are added to deployment.res.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e40960945fba7d1f503108dd63acf809a71f3b0d]

        INTEGRATION: CWS jsc7 (1.4.142); FILE MERGED 2006/06/28 07:21:54 jl 1.4.142.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c828331d2475cc8cdd2d2d8d46bc1bcc50d72e40]

        INTEGRATION: CWS jsc7 (1.8.12); FILE MERGED 2006/07/07 14:12:19 jl 1.8.12.9: #66211# license dialog 2006/07/07 08:15:44 jl 1.8.12.8: #66211# 2006/07/06 11:57:14 jl 1.8.12.7: #i66211# 2006/07/06 11:43:47 jsc 1.8.12.6: #i44381# change temporarynew .unopkg to .oxt 2006/07/06 07:22:49 sb 1.8.12.5: #i66005# Use namespace for dependency name attribute (XML). 2006/07/03 14:12:28 sb 1.8.12.4: #i66005# Added checkDependencies. 2006/06/28 07:21:54 jl 1.8.12.3: #66211# support of license files in extensions 2006/05/05 09:04:38 jsc 1.8.12.2: #i44381# insert additonal checks to be more eror tolerant 2006/05/03 14:35:21 jsc 1.8.12.1: #i44381# change default file extension for bundled packages to *.unopkg due to problems with windows system file dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [112caae0e4b301dad0a62708c4c746707b464a68]

        INTEGRATION: CWS jsc7 (1.1.4); FILE ADDED 2006/07/07 08:15:44 jl 1.1.4.2: #66211# 2006/06/28 07:21:54 jl 1.1.4.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [12f9b99794511f45643c5a05e9dec0c0a0fb3ba6]

        INTEGRATION: CWS jsc7 (1.1.4); FILE ADDED 2006/07/07 14:12:19 jl 1.1.4.3: #66211# license dialog 2006/07/07 08:15:44 jl 1.1.4.2: #66211# 2006/06/28 07:21:54 jl 1.1.4.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c632ecc3842a55ed9e454052bc064e48033d11ff]

        INTEGRATION: CWS jsc7 (1.10.12); FILE MERGED 2006/06/28 07:21:53 jl 1.10.12.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a0b41557c875de6c0497b7626a6ebbb22c17a8e1]

        INTEGRATION: CWS jsc7 (1.9.12); FILE MERGED 2006/06/28 07:21:53 jl 1.9.12.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7a9cd1a6874c0a2454db0585b87118b6c9f62f3f]

        INTEGRATION: CWS jsc7 (1.4.142); FILE MERGED 2006/07/07 14:12:18 jl 1.4.142.1: #66211# license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0b54cb234f78ce663d0931479a725c799bca1e82]

        INTEGRATION: CWS jsc7 (1.10.12); FILE MERGED 2006/07/07 14:12:18 jl 1.10.12.3: #66211# license dialog 2006/06/28 07:21:52 jl 1.10.12.2: #66211# support of license files in extensions 2006/05/05 09:04:38 jsc 1.10.12.1: #i44381# insert additonal checks to be more eror tolerant

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [09e5aaf9dd4bc58e6ec4e5af5d420e8e843962d9]

        INTEGRATION: CWS jsc7 (1.6.8); FILE MERGED 2006/07/06 11:57:14 jl 1.6.8.2: #i66211# 2006/07/03 14:14:48 sb 1.6.8.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e6eaf6ad95ca0312420fbe67e16cd0f3859e711a]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 08:23:00 jl 1.1.2.1: #i66211# service for displaying a license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [dd95c5ad6f43a4b565b283de414595f63f529fc3]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/11 11:14:17 jl 1.1.2.4: #i67202# license accept button gets uniqueId 2006/07/11 10:25:41 jl 1.1.2.3: #i67202# elements of license dialog now have local resource ids 2006/07/07 14:12:18 jl 1.1.2.2: #66211# license dialog 2006/07/06 08:22:50 jl 1.1.2.1: #i66211# service for displaying a license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ce8c3797696bbc5a71143c97d8f2c647216b1b70]

        INTEGRATION: CWS jsc7 (1.9.100); FILE MERGED 2006/06/28 14:22:57 jl 1.9.100.2: #i66211# 2006/06/28 07:21:52 jl 1.9.100.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c71f4f4ecaf6fdcc0fc84af464015f5ae306e458]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 08:23:24 jl 1.1.2.1: #i66211# service for displaying a license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [dd9435c4bba9a1406f2266899f6d57e2f83aed5e]

        INTEGRATION: CWS jsc7 (1.11.8); FILE MERGED 2006/07/06 11:57:14 jl 1.11.8.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1b431b36552dfac17d2ba1a432b65694f30ff226]

        INTEGRATION: CWS jsc7 (1.6.134); FILE MERGED 2006/07/11 10:25:41 jl 1.6.134.6: #i67202# elements of license dialog now have local resource ids 2006/07/10 10:40:46 jl 1.6.134.5: #66211# 2006/07/07 14:12:17 jl 1.6.134.4: #66211# license dialog 2006/07/06 11:57:14 jl 1.6.134.3: #i66211# 2006/06/28 14:22:57 jl 1.6.134.2: #i66211# 2006/06/28 07:21:52 jl 1.6.134.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [493f205e9df1b1ba1183890982d00bf4c7e5155e]

        INTEGRATION: CWS jsc7 (1.14.8); FILE MERGED 2006/07/06 11:57:13 jl 1.14.8.7: #i66211# 2006/07/06 11:43:47 jsc 1.14.8.6: #i44381# change temporarynew .unopkg to .oxt 2006/06/28 14:22:57 jl 1.14.8.5: #i66211# 2006/06/28 07:21:52 jl 1.14.8.4: #66211# support of license files in extensions 2006/05/03 14:35:20 jsc 1.14.8.3: #i44381# change default file extension for bundled packages to *.unopkg due to problems with windows system file dialog 2006/04/27 15:46:03 jsc 1.14.8.2: #i44381# handle * in the filter extension 2006/04/26 11:06:27 jsc 1.14.8.1: #i44381# change default name for export of legacy package bundles and add auto filename extension in export file picker dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ebc07e1bde64a37ebe9c4326cfea7fbffd94f099]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/10 14:57:54 sb 1.1.2.7: #i66005# Cosmetics. 2006/07/10 07:45:48 sb 1.1.2.6: #i66005# Without Moveable=TRUE, the dialog would not have any system decorations on Windows? 2006/07/07 13:59:41 sb 1.1.2.5: #i66005# Fixed typo. 2006/07/06 15:38:43 sb 1.1.2.4: #i66005# Fixed typo. 2006/07/06 11:46:49 sb 1.1.2.3: #i66005# No help ID for dependency error dialog needed (yet?). 2006/07/06 07:24:31 sb 1.1.2.2: #i66005# GUI refinements. 2006/07/03 14:16:11 sb 1.1.2.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8d73b03c36b80deca32c63b6555e70dc7d0b55d0]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 07:24:31 sb 1.1.2.2: #i66005# GUI refinements. 2006/07/03 14:16:51 sb 1.1.2.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a360ba5d2bf00d9fb1a7864a0d18218c260f2888]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 07:24:31 sb 1.1.2.2: #i66005# GUI refinements. 2006/07/03 14:16:41 sb 1.1.2.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [06c509920c0583cd45d025f2620906ccee061711]

        INTEGRATION: CWS jsc7 (1.5.12); FILE MERGED 2006/07/03 14:14:48 sb 1.5.12.3: #i66005# Added support for DependencyException to the deployment GUI interaction handler. 2006/06/28 14:22:57 jl 1.5.12.2: #i66211# 2006/06/28 07:21:52 jl 1.5.12.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [bfe8c3f5ebf454bb2dea507370f49831b638924f]

        INTEGRATION: CWS jsc7 (1.6.12); FILE MERGED 2006/07/07 08:15:44 jl 1.6.12.6: #66211# 2006/07/06 11:57:13 jl 1.6.12.5: #i66211# 2006/07/06 07:23:39 sb 1.6.12.4: #i66005# Use namespace for dependency name attribute (XML). 2006/07/03 14:14:48 sb 1.6.12.3: #i66005# Added support for DependencyException to the deployment GUI interaction handler. 2006/06/28 14:22:57 jl 1.6.12.2: #i66211# 2006/06/28 07:21:52 jl 1.6.12.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [262976d07d271f99795b3f2855427e19d1759572]

        INTEGRATION: CWS jsc7 (1.3.142); FILE MERGED 2006/07/11 13:07:33 jl 1.3.142.7: #i67202# 2006/07/11 11:14:17 jl 1.3.142.6: #i67202# license accept button gets uniqueId 2006/07/11 10:25:41 jl 1.3.142.5: #i67202# elements of license dialog now have local resource ids 2006/07/06 11:57:13 jl 1.3.142.4: #i66211# 2006/07/03 14:14:47 sb 1.3.142.3: #i66005# Added support for DependencyException to the deployment GUI interaction handler. 2006/06/28 14:22:57 jl 1.3.142.2: #i66211# 2006/06/28 07:21:51 jl 1.3.142.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [35521fbb4f461eb65a08324b1609ca20b11804e4]

        INTEGRATION: CWS jsc7 (1.8.142); FILE MERGED 2006/06/28 14:22:56 jl 1.8.142.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [292f34745f33f11acbcd07ab7255ce40294c652d]

        INTEGRATION: CWS jsc7 (1.34.40); FILE MERGED 2006/07/03 14:00:47 sb 1.34.40.3: #i66211# Missing dependency among directories. 2006/06/29 07:50:34 jl 1.34.40.2: #i66211# 2006/06/28 14:22:56 jl 1.34.40.1: #i66211#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [db8c91a84fdb40f888d7e9fe0f6e6126ae7563d1]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 11:57:13 jl 1.1.2.2: #i66211# 2006/06/28 14:11:40 jl 1.1.2.1: #i66211# moved hrc file to inc so that desktop/source/pkgchk can use resources from deployment.res

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [781ff16879d5fb2ac6705265357d61fcbe60c7e5]

        INTEGRATION: CWS jsc7 (1.16.344); FILE MERGED 2006/07/13 06:31:33 jsc 1.16.344.3: #i64810# adapt reg item for office extensions 2006/07/06 12:00:16 jsc 1.16.344.2: #i67071# register .oxt extension in windows registry 2006/05/04 14:38:08 jsc 1.16.344.1: #i64810# register file extension *.unopkg under windows

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f6b62d88cf38af09ecf875b1633ccb9e7e1a35f0]

        INTEGRATION: CWS jsc7 (1.44.2); FILE MERGED 2006/07/10 10:17:47 jl 1.44.2.1: #66211# package manager resources now in patch

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [99413796bd4b6103dea5e1d5a65d0d7f629ef300]

        INTEGRATION: CWS jsc7 (1.3.144); FILE MERGED 2006/07/06 10:55:29 jl 1.3.144.1: #i66211# service for displaying a license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [648a0db1236d2b81ae69a97932f7087d400ccefc]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 10:55:06 jl 1.1.2.1: #i66211# service for displaying a license dialog

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8c6f347d409efdf880c03a420640e0a7a9441271]

        INTEGRATION: CWS jsc7 (1.6.144); FILE MERGED 2006/07/03 14:03:19 sb 1.6.144.2: #i66005# Introduced com.sun.star.deployment.DependencyException. 2006/06/28 06:46:53 jl 1.6.144.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4881d0fc7eead309d9f4a22b8b035e78cb98e7e2]

        INTEGRATION: CWS jsc7 (1.7.144); FILE MERGED 2006/06/28 06:46:52 jl 1.7.144.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [fb4529debdf3a61546a6d150c5489b4c0af9fb49]

        INTEGRATION: CWS jsc7 (1.1.4); FILE ADDED 2006/07/06 12:29:48 jl 1.1.4.2: #i66211# added ExtensionName field 2006/06/28 06:46:17 jl 1.1.4.1: #66211# support of license files in extensions

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [57e5a318c9743a4c8b05e34fcf61d1660ca34f9b]

        INTEGRATION: CWS jsc7 (1.1.2); FILE ADDED 2006/07/06 07:21:52 sb 1.1.2.2: #i66005# Use namespace for dependency name attribute (XML). 2006/07/03 14:04:48 sb 1.1.2.1: #i66005# Introduced com.sun.star.deployment.DependencyException.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4fa32c1b245958d8bed32012206e316ae1a91e56]

        INTEGRATION: CWS jsc7 (1.8.2); FILE MERGED 2006/06/30 13:43:21 sb 1.8.2.1: Fixed CElement::getAttribute (it returned a string the length of the passed in name, not the length of the attribute content ) .

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [66dd949dcb3e2f9354c5d60f206912453e550b8a]

        INTEGRATION: CWS jsc7 (1.4.44); FILE MERGED 2006/04/27 15:48:47 jsc 1.4.44.1: #i64810# insert new helper function appendDefaultExtension, takes care of any kind of valid filter extensions - used for automatic filename extension

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cb2ff15dde9aa8f3369e4d21f2d4f397e1ded8c0]

        INTEGRATION: CWS jsc7 (1.8.8); FILE MERGED 2006/06/27 08:29:36 jsc 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/27 15:48:47 jsc 1.8.8.1: #i64810# insert new helper function appendDefaultExtension, takes care of any kind of valid filter extensions - used for automatic filename extension

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [fcafc5a07d6e958c489a33bb4876de3d697ee881]

        INTEGRATION: CWS os84 (1.83.28); FILE MERGED 2006/07/10 11:25:32 os 1.83.28.1: #b6426154# SfxTopFrame::Create() mustn't show windows of hidden frames

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f2907a88fb2725921375864759e78f98706d2615]

        INTEGRATION: CWS os84 (1.43.432); FILE MERGED 2006/06/30 10:54:47 os 1.43.432.1: #i63400# localization of styles uses XStyleFamilies instead of a separate Resource

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a716dd94603f2244d9651ed56cd0b5839fd2a4c2]

        INTEGRATION: CWS os84 (1.70.16); FILE MERGED 2006/06/30 10:54:46 os 1.70.16.1: #i63400# localization of styles uses XStyleFamilies instead of a separate Resource

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [faab5f556efb674250e57f5b7126ef07a0649eaf]

        INTEGRATION: CWS os84 (1.66.180); FILE MERGED 2006/06/29 12:38:45 os 1.66.180.1: #i66079# page format C6 renamed to C6/5

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9b04aec6d48d7d8055ba846099076cb21be74785]

        INTEGRATION: CWS os84 (1.3.452); FILE MERGED 2006/07/03 08:16:36 os 1.3.452.1: #i55078# wrong member order fixed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [59d3e67877040c1d0c232a2f1d0e56038fc31489]

        INTEGRATION: CWS os84 (1.6.264); FILE MERGED 2006/06/29 10:03:00 os 1.6.264.1: #i64089# fixed text size increased

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d5f9e61d5ac3a7b92bb651b38dde71a950e83b85]

        INTEGRATION: CWS os84 (1.107.78); FILE MERGED 2006/07/10 09:21:33 os 1.107.78.1: #i63806# create new page styles if header/footer contain database fields

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [3e096d8853399b778cb5547c522e99b557a8af9c]

        INTEGRATION: CWS os84 (1.44.144); FILE MERGED 2006/07/10 07:25:06 os 1.44.144.1: #128016# ::SelectObj() crashes if no draw view is available

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [179e3c1b267ca61d8c9023ec92ed7d3c57f4d47d]

        INTEGRATION: CWS os84 (1.36.90); FILE MERGED 2006/07/10 06:41:38 os 1.36.90.1: #i54610#SwNewDBMgr::OpenDataSource() wrong defaulted parameter fixed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [da4a1886729d27412a097c0ec388f1f5d15b1672]

        INTEGRATION: CWS os84 (1.28.82); FILE MERGED 2006/06/30 05:47:01 os 1.28.82.1: #i65081# View/PrintLayout fixed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a7b100e26278e7e50d41f43063d4082c4f95f631]

        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>  [8adf255443df9274079e12abce0c04d1868db389]

        INTEGRATION: CWS dba204a (1.92.70); FILE MERGED 2006/05/16 07:10:53 fs 1.92.70.1: #i65414# spelling corrected

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d1ecb8c498ebed3ecdde52eb2a1fa39b92a1cc79]

        INTEGRATION: CWS dba204a (1.151.30); FILE MERGED 2006/05/29 09:55:43 fs 1.151.30.1: #i48579# German grammar

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d3b3594e99d68a40f387078efe96c79ce71fd78e]

        INTEGRATION: CWS dba204a (1.102.22); FILE MERGED 2006/07/06 06:53:25 fs 1.102.22.1: #i64714# typo in German string

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ece3baf725102c47b8cba79b8c761ef7c1553174]

        INTEGRATION: CWS dba204a (1.12.10); FILE MERGED 2006/07/06 07:04:52 oj 1.12.10.1: warnings removed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6b8a44da8e7d72f925a1280bfc95fe059f38eb60]

        INTEGRATION: CWS dba204a (1.5.8); FILE MERGED 2006/07/06 06:21:08 oj 1.5.8.1: #i66620# use of correct property types for tables

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1f4c906484aa72bcf2d91b0182e32a4428fb05b5]

        INTEGRATION: CWS dba204a (1.5.122); FILE MERGED 2006/07/06 08:12:52 oj 1.5.122.4: warning removed 2006/07/06 06:21:08 oj 1.5.122.3: #i66620# use of correct property types for tables 2006/07/05 08:09:57 oj 1.5.122.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/22 11:08:33 oj 1.5.122.1: #i65528# set correct type for style im-/export

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [849024bd298db3924f230a606aaa34652032d90c]

        INTEGRATION: CWS dba204a (1.5.126); FILE MERGED 2006/07/06 06:21:08 oj 1.5.126.1: #i66620# use of correct property types for tables

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c53424b7c1f49fb727c3b2747126092df0aee32d]

        INTEGRATION: CWS dba204a (1.9.8); FILE MERGED 2006/07/06 07:04:52 oj 1.9.8.2: warnings removed 2006/07/06 06:21:08 oj 1.9.8.1: #i66620# use of correct property types for tables

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8f4f15eb9b3d197c67ea5a68b5e8592a2e0130fe]

        INTEGRATION: CWS dba204a (1.35.54); FILE MERGED 2006/07/13 08:34:38 fs 1.35.54.3: RESYNC: (1.36-1.37); FILE MERGED 2006/07/05 08:03:32 oj 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED 2006/05/22 13:30:05 oj 1.35.54.1: #i64632# changestate to load after storing

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5f8981bd824add0873c357393a00465fd86d9036]

        INTEGRATION: CWS dba204a (1.13.128); FILE MERGED 2006/07/06 06:12:53 oj 1.13.128.1: #i66629# listen at documentmodelimpl and not any longer at the ds

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [11e0e998ad3e6457d586bcd8e98b58b4cf41c1d9]

        INTEGRATION: CWS dba204a (1.33.30); FILE MERGED 2006/07/06 06:12:53 oj 1.33.30.1: #i66629# listen at documentmodelimpl and not any longer at the ds

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0c88775685ece3ddfe85e63af6d221a1c16be30c]

        INTEGRATION: CWS dba204a (1.13.10); FILE MERGED 2006/07/13 08:29:55 fs 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2006/07/06 06:12:52 oj 1.13.10.1: #i66629# listen at documentmodelimpl and not any longer at the ds

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6ba23c5c8f175ec9db5d4de5cf78f6a9fb0a551a]

        INTEGRATION: CWS dba204a (1.4.6); FILE MERGED 2006/07/13 07:10:28 fs 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/07/06 06:12:52 oj 1.4.6.1: #i66629# listen at documentmodelimpl and not any longer at the ds

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [eeb84b932e5383595913e6415fffdd33f7e6286b]

        INTEGRATION: CWS dba204a (1.6.8); FILE MERGED 2006/07/13 07:10:06 fs 1.6.8.3: RESYNC: (1.6-1.7); FILE MERGED 2006/07/06 07:41:12 oj 1.6.8.2:  unused variable removed 2006/07/06 06:12:52 oj 1.6.8.1: #i66629# listen at documentmodelimpl and not any longer at the ds

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0e5d472d484e69a968b60de6bcfb66c490e9c34e]

        INTEGRATION: CWS dba204a (1.20.32); FILE MERGED 2006/07/05 08:00:31 oj 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2006/06/02 14:16:29 fs 1.20.32.1: #i6544# no 'today' / 'now' default value

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9e992e97022c3c0e1a42837a46934b4e9fc5d095]

        INTEGRATION: CWS dba204a (1.43.28); FILE MERGED 2006/07/13 08:17:11 fs 1.43.28.3: RESYNC: (1.44-1.45); FILE MERGED 2006/07/05 07:59:39 oj 1.43.28.2: RESYNC: (1.43-1.44); FILE MERGED 2006/06/09 09:16:58 fs 1.43.28.1: terminate the notifier thread when disposing

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [dce73f2fb56d123f19d01c93e2582ce36310add3]

        INTEGRATION: CWS dba204a (1.20.32); FILE MERGED 2006/07/05 07:53:16 oj 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2006/06/02 14:16:29 fs 1.20.32.1: #i6544# no 'today' / 'now' default value

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [76387c8b0d74413b6013d48e0a4295c9b3a6b844]

        INTEGRATION: CWS dba204a (1.6.22); FILE MERGED 2006/06/02 14:34:31 fs 1.6.22.1: #i6544# senseless default for time fields

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8b0f3cbac0b06cb237b1c50bfa2d9ec137b4baf9]

        INTEGRATION: CWS dba204a (1.4.186); FILE MERGED 2006/07/06 09:19:59 fs 1.4.186.1: DockPos

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [eb6a889894eb91f9285acbd6213cad7ef1656403]

        INTEGRATION: CWS native54 (1.9.10); FILE MERGED 2006/07/11 09:38:49 is 1.9.10.1: #137913# patch on patch problem

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cbf61e5a2c02140c0dd0ba72460650eeb285f170]

        INTEGRATION: CWS dba204a (1.6.184); FILE MERGED 2006/07/06 09:21:50 fs 1.6.184.1: #i61180# short name for Mailinglist

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [037a848257e842549976eb6b56677507b4ddcb18]

        INTEGRATION: CWS native54 (1.56.32); FILE MERGED 2006/07/11 10:46:26 is 1.56.32.1: #137670# no more download sets in cws

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [edfe1b3d7ead460e9cb55848d9cce790257885fe]

        INTEGRATION: CWS dba204a (1.3.140); FILE MERGED 2006/07/06 10:02:30 oj 1.3.140.3: remove <<<< 2006/07/05 08:12:09 oj 1.3.140.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/19 09:17:37 oj 1.3.140.1: #i65164# create hsqldb before testing

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [710537c8b7080cb4811748a05810e9243fa6f4f3]

        INTEGRATION: CWS dba204a (1.2.44); FILE MERGED 2006/07/06 10:38:45 oj 1.2.44.1: #i65164# moved changes to new file

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c3f32b3281367274bb3b785c22760289e7127a94]

        INTEGRATION: CWS dba204a (1.38.58); FILE MERGED 2006/07/13 06:49:50 fs 1.38.58.4: RESYNC: (1.39-1.40); FILE MERGED 2006/07/06 05:54:43 oj 1.38.58.3: default inserted 2006/07/05 08:54:57 oj 1.38.58.2: RESYNC: (1.38-1.39); FILE MERGED 2006/05/22 10:51:46 oj 1.38.58.1: #i50910# refactoring and recognize between in predicate check

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2f522b7028ff40812157d2101895ca2626e1e08c]

        INTEGRATION: CWS dba204a (1.51.164); FILE MERGED 2006/07/13 08:41:40 fs 1.51.164.3: RESYNC: (1.52-1.53); FILE MERGED 2006/07/05 08:54:41 oj 1.51.164.2: RESYNC: (1.51-1.52); FILE MERGED 2006/05/22 10:51:45 oj 1.51.164.1: #i50910# refactoring and recognize between in predicate check

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b34d7f125cf4d6e72805cd2e633dcc6a5c5e6d5b]

        INTEGRATION: CWS native54 (1.65.10); FILE MERGED 2006/07/11 10:45:02 is 1.65.10.1: #137670# no more download sets in cws

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9e4080195158195d0fc984be5ff4edb8be7c74a5]

        INTEGRATION: CWS dba204a (1.17.14); FILE MERGED 2006/07/13 08:41:26 fs 1.17.14.3: RESYNC: (1.17-1.18); FILE MERGED 2006/07/06 06:36:57 oj 1.17.14.2: #i66576# dbregistration removed 2006/07/06 06:32:09 oj 1.17.14.1: #i66576# ParameterSubstitution removed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0e64d74d2d8da6a140f3da36cb216a4a29629229]

        INTEGRATION: CWS dba204a (1.14.14); FILE MERGED 2006/07/06 12:16:15 oj 1.14.14.1: #i65063# convert only timestamp

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9367f65c42962ca3d17742587eb73a03bab52973]

        INTEGRATION: CWS dba204a (1.30.100); FILE MERGED 2006/07/05 08:18:18 oj 1.30.100.2: RESYNC: (1.30-1.31); FILE MERGED 2006/05/22 12:27:15 oj 1.30.100.1: #i64000# change supportsOrderByUnrelated to true

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [61eebcf1e7fbff22519ba834c500565815d11147]

        INTEGRATION: CWS dba204a (1.2.218); FILE MERGED 2006/07/06 06:34:20 oj 1.2.218.1: #i66576# ParameterSubstitution removed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e8ae72eb006d36388745f0dbbf7b61a5183ffd67]

        INTEGRATION: CWS dba204a (1.24.32); FILE MERGED 2006/07/06 12:15:36 oj 1.24.32.3: #i65063# convert only timestamp 2006/07/05 07:59:00 oj 1.24.32.2: RESYNC: (1.24-1.25); FILE MERGED 2006/05/05 09:25:10 oj 1.24.32.1: #i65063# use nanos as well

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8eea5820b272174119f859bda132a145a4cd52eb]

        INTEGRATION: CWS dba204a (1.18.100); FILE MERGED 2006/07/13 07:55:21 fs 1.18.100.2: RESYNC: (1.18-1.19); FILE MERGED 2006/05/22 10:50:00 oj 1.18.100.1: #i50910# some new methods and rearrangement

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2e3df6459435f17455b51b5c5beb11c970a8aa09]

        INTEGRATION: CWS pathoptions01 (1.22.46); FILE MERGED 2006/06/30 17:25:31 mav 1.22.46.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/26 07:25:04 as 1.22.46.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9dca647290ffbe8f148b2c0c38293689097c1ed5]

        INTEGRATION: CWS pathoptions01 (1.36.8); FILE MERGED 2006/07/11 09:08:18 mav 1.36.8.1: #i66157# install dtd file

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [3cece5af7c2128747c76377e80c9511669eac65a]

        INTEGRATION: CWS pathoptions01 (1.156.12); FILE MERGED 2006/07/10 08:41:05 mav 1.156.12.4: #i66157# install dtd specification 2006/06/30 17:24:46 mav 1.156.12.3: RESYNC: (1.156-1.158); FILE MERGED 2006/06/19 09:10:56 as 1.156.12.2: #i66461# typo: Pathes-Paths 2006/06/15 12:43:46 as 1.156.12.1: #i66461# new config schema for pathes

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8ea8ea3cbc9826d85b8a78864a713010b569eded]

        INTEGRATION: CWS pathoptions01 (1.22.54); FILE MERGED 2006/06/30 17:23:19 mav 1.22.54.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/26 07:25:04 as 1.22.54.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [511a36746703c82f7f384d2516d2842b215e01e3]

        INTEGRATION: CWS pathoptions01 (1.19.54); FILE MERGED 2006/06/26 07:25:04 as 1.19.54.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d0b34cfb271169b40a9357e632758d0546499a76]

        INTEGRATION: CWS pathoptions01 (1.29.52); FILE MERGED 2006/06/30 17:22:50 mav 1.29.52.2: RESYNC: (1.29-1.30); FILE MERGED 2006/06/26 07:25:03 as 1.29.52.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [db5858d73b63011ff6e9b8fd653dce2ff19aba33]

        INTEGRATION: CWS pathoptions01 (1.18.234); FILE MERGED 2006/06/30 17:08:22 mav 1.18.234.2: RESYNC: (1.18-1.19); FILE MERGED 2006/06/23 11:35:55 mav 1.18.234.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [539b0d3d3601fb9016238ecdb090119150ead32e]

        INTEGRATION: CWS pathoptions01 (1.22.18); FILE MERGED 2006/07/07 09:58:09 mav 1.22.18.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e165012a27484d3d43a23e93fb5f81bb4c683564]

        INTEGRATION: CWS pathoptions01 (1.91.42); FILE MERGED 2006/06/30 17:02:02 mav 1.91.42.2: RESYNC: (1.91-1.92); FILE MERGED 2006/06/23 11:35:55 mav 1.91.42.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2a49851e80bd2483375da164fa141f12239c47ed]

        INTEGRATION: CWS pathoptions01 (1.24.46); FILE MERGED 2006/06/23 11:35:55 mav 1.24.46.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cdf8680ed24a56956f257c99c73ff95ff488e2c6]

        INTEGRATION: CWS pathoptions01 (1.44.18); FILE MERGED 2006/07/07 13:22:08 mav 1.44.18.2: #i66157# new error-message 2006/07/07 09:58:09 mav 1.44.18.1: #i66157# disable possibility to change/delete preinstalled or uno-package contents

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b8a17b07131972178dd0c1a99f181751155757a8]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/06/23 11:36:52 mav 1.1.2.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [252a8df6e1cc31dcda62b9d793d49f681a443cf5]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/03 16:49:12 mav 1.1.2.2: resync to m173: fix warnings 2006/06/23 11:36:52 mav 1.1.2.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [72d6767bb2eafee703c429fd1b6fb562ebb43caa]

        INTEGRATION: CWS pathoptions01 (1.31.234); FILE MERGED 2006/07/03 13:50:54 mav 1.31.234.7: resync to m173: fix warnings 2006/07/03 13:22:45 mav 1.31.234.6: resync to m173: fix warnings 2006/06/30 17:00:24 mav 1.31.234.5: RESYNC: (1.31-1.32); FILE MERGED 2006/06/29 14:20:07 mav 1.31.234.4: #i45558# handle oasis templates correctly 2006/06/28 16:07:34 mav 1.31.234.3: #i66157# show the dialog only during the first initialization, do the updates only when required 2006/06/28 12:43:41 mav 1.31.234.2: #i66157# fix filter search mechanics 2006/06/23 11:35:55 mav 1.31.234.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [fd21f5132105514caba4074c011ae29db7f48711]

        INTEGRATION: CWS pathoptions01 (1.65.226); FILE MERGED 2006/07/10 11:00:16 mav 1.65.226.4: #i66157# use template entry to get target URL 2006/07/07 09:58:09 mav 1.65.226.3: #i66157# disable possibility to change/delete preinstalled or uno-package contents 2006/06/30 17:00:14 mav 1.65.226.2: RESYNC: (1.65-1.66); FILE MERGED 2006/06/23 11:35:54 mav 1.65.226.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b847cc0b74e127bc48bf86be50abcc14c0ad9ee6]

        INTEGRATION: CWS pathoptions01 (1.179.42); FILE MERGED 2006/06/30 16:59:24 mav 1.179.42.2: RESYNC: (1.179-1.180); FILE MERGED 2006/06/29 10:31:53 mav 1.179.42.1: #i66243# when the tempfile is removed, it's URL should be cleaned as well

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [98c826bb57754a577c0ac29a69d6ede76e97f35b]

        INTEGRATION: CWS pathoptions01 (1.84.186); FILE MERGED 2006/07/07 13:22:07 mav 1.84.186.1: #i66157# new error-message

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1ef1b0fcb671cb5c387cfe410aaf39c9020ab818]

        INTEGRATION: CWS pathoptions01 (1.17.192); FILE MERGED 2006/07/07 13:22:07 mav 1.17.192.1: #i66157# new error-message

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2aa816448e1a94339369ddef79e6ae919c653977]

        INTEGRATION: CWS pathoptions01 (1.104.42); FILE MERGED 2006/06/30 16:44:22 mav 1.104.42.2: RESYNC: (1.104-1.105); FILE MERGED 2006/06/23 11:35:54 mav 1.104.42.1: #i66157# change the template feature

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c4e017ade9d67eea799cc85f388b4262fe8c9cf7]

        INTEGRATION: CWS pathoptions01 (1.2.16); FILE MERGED 2006/07/11 12:05:09 obr 1.2.16.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1030c32520378eafcc8f36dd82ab4069d6477202]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/11 12:05:09 obr 1.1.2.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [142cba488a8084eb15e33feea84b06d522589c0f]

        INTEGRATION: CWS native55 (1.50.6); FILE MERGED 2006/07/11 08:03:34 is 1.50.6.2: #i67141# epm setting for no and internal 2006/07/10 11:38:15 is 1.50.6.1: #i67141# problem with value of EPM

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [09b1398dc4b44aafec5b6aa3a92e0763ded1f161]

        INTEGRATION: CWS pathoptions01 (1.2.16); FILE MERGED 2006/07/11 12:05:09 obr 1.2.16.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e01682e67a9bc514d7c0d2d2316a5c87ec70d04a]

        INTEGRATION: CWS pathoptions01 (1.3.10); FILE MERGED 2006/07/11 12:05:08 obr 1.3.10.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d10e4be661f008f5c32bd5f14dded158a5c802aa]

        INTEGRATION: CWS pathoptions01 (1.7.10); FILE MERGED 2006/07/11 12:04:22 obr 1.7.10.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [242a4dd831187a81ea56b468d2b7628eb63383fe]

        INTEGRATION: CWS pathoptions01 (1.3.130); FILE MERGED 2006/07/11 12:04:22 obr 1.3.130.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [69550a1a494ec4991fb8c865f6136d2647de551a]

        INTEGRATION: CWS pathoptions01 (1.8.10); FILE MERGED 2006/07/11 12:04:22 obr 1.8.10.1: #i66461#  has moved to Paths.xcs

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ccca8eac743de4ede53fa77717f0f2090d130599]

        INTEGRATION: CWS pathoptions01 (1.6.30); FILE MERGED 2006/06/29 14:12:19 tv 1.6.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9c52e6a0b228b476c01e0139706af764f6a3dee5]

        INTEGRATION: CWS pathoptions01 (1.12.30); FILE MERGED 2006/06/29 14:12:19 tv 1.12.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [492cd09b083a24c8da9cad8640cfc4fc0ee6a089]

        INTEGRATION: CWS pathoptions01 (1.5.30); FILE MERGED 2006/06/29 14:12:18 tv 1.5.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [466da5904ae6be27e98f73422815274175d3b81f]

        INTEGRATION: CWS pathoptions01 (1.6.30); FILE MERGED 2006/06/29 14:12:18 tv 1.6.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b792dd3d077d60a5c734d19f153cba5428896f84]

        INTEGRATION: CWS pathoptions01 (1.68.30); FILE MERGED 2006/07/11 10:18:00 mav 1.68.30.2: RESYNC: (1.68-1.69); FILE MERGED 2006/06/29 14:12:17 tv 1.68.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2cb69e2f2ad8934d163177b87aa5a843b01e6100]

        INTEGRATION: CWS pathoptions01 (1.15.30); FILE MERGED 2006/06/29 14:12:17 tv 1.15.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [20fe1cea914ab7caf8d57d45a366e8fa2a396167]

        INTEGRATION: CWS pathoptions01 (1.5.30); FILE MERGED 2006/07/11 10:16:29 mav 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/29 14:12:17 tv 1.5.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [78fc1ddbb63e56dd4ff6092e83ed1338c9ded708]

        INTEGRATION: CWS pathoptions01 (1.7.30); FILE MERGED 2006/06/29 14:12:16 tv 1.7.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c72d2aa25e1d7af32aa37c1e8b1a9fc0602615d7]

        INTEGRATION: CWS pathoptions01 (1.10.30); FILE MERGED 2006/06/29 14:12:16 tv 1.10.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0ed015832661ad0fb8db6092a8e1aa7e7aa9d00f]

        INTEGRATION: CWS pathoptions01 (1.9.30); FILE MERGED 2006/06/29 14:12:15 tv 1.9.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a9de2cffc1d7f2c1964405188298f1bef8cc86f2]

        INTEGRATION: CWS pathoptions01 (1.10.30); FILE MERGED 2006/06/29 14:12:15 tv 1.10.30.1: #i34105# Paths are now being retrieved using the new PathSettings service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [49163829a9baa819aa068506f9a9d05abb35e7cb]

        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>  [d30fdf9aa3c6cc45309d8a6b323a779b4d23a9a3]

        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>  [96b6327c2fac75a3d5845ba93b350a0db582f57d]

        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>  [e1f17ca9ba597c5407e896f1732d5db2f40b45c6]

        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>  [d4b2735b65f8262e327fae800df00fdf4455e459]

        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>  [978892b59aeafda4439b77358e90cea88abd6925]

        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>  [6563a3fa5ab23a05acbd8bf0282dd42ed27e0fa9]

        INTEGRATION: CWS pathoptions01 (1.26.26); FILE MERGED 2006/06/23 11:51:03 mav 1.26.26.1: #i66157# helper to detect subfolders

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [579c33557349a45f41453f17ea57a043b71a4f82]

        INTEGRATION: CWS pathoptions01 (1.27.242); FILE MERGED 2006/07/11 10:06:45 mav 1.27.242.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/06 10:19:28 hjs 1.27.242.1: #137804# make zip*alllangiso overideable for not forcing all case

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d6e001395f271678bf54f09524c14266f937f141]

        INTEGRATION: CWS pathoptions01 (1.25.242); FILE MERGED 2006/07/06 10:19:28 hjs 1.25.242.1: #137804# make zip*alllangiso overideable for not forcing all case

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5f829e2c55ce269a95d5848d81620cd2f7cc3857]

        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>  [3e9cdcfe91170631c3d96c1d2cc2b59c0d254c93]

        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>  [ad5be26a1134586863be17cb4da871a99161bb1c]

        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>  [df298aaf0b8b73679fc798b3a50107f6737b0061]

        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>  [ebb3255783f4f6e5dddd0591fa4b520373e59e61]

        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  Oliver Bolte  <obo@openoffice.org>  [74f0998a81ea4db6f2d358ba83a449ac4cecce30]

        INTEGRATION: CWS jsc8 (1.7.18); FILE MERGED 2006/05/31 13:19:20 jsc 1.7.18.1: #i65292# return s with SAL_NO_AQUIRE to avoid leak

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [45be27e9331324a2d3b90e2b00aecf5b27252fbc]

        INTEGRATION: CWS pathoptions01 (1.103.16); FILE MERGED 2006/06/30 13:01:37 mav 1.103.16.3: RESYNC: (1.103-1.104); FILE MERGED 2006/06/19 09:08:11 as 1.103.16.2: #i66461# typo: Pathes-Paths 2006/06/16 08:28:48 mav 1.103.16.1: #i66461# add comphelper

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a5743454bd0cb66ea813ba8426ff6e8dfd5d225e]

        INTEGRATION: CWS pathoptions01 (1.14.8); FILE MERGED 2006/07/11 12:21:06 as 1.14.8.1: #i66461# use new config item to retrieve value for $work

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7142691f4662b7e71a131c92effba05bede0a2dd]

        INTEGRATION: CWS jsc8 (1.19.8); FILE MERGED 2006/05/31 14:00:23 jsc 1.19.8.1: #64812# set file permissions of component.uno.map to 664

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [260a13f06912679ebafc926aa9567b1f0b36f241]

        INTEGRATION: CWS pathoptions01 (1.4.156); FILE MERGED 2006/07/10 07:07:15 as 1.4.156.6: #i66461# repair resubst; correct migration of user defined pathes of common.xcu 2006/07/03 11:13:52 as 1.4.156.5: #i66461# writable path property shouldnt be readonly 2006/07/03 10:33:07 mav 1.4.156.4: resync to m173: fix warnings 2006/06/19 09:08:11 as 1.4.156.3: #i66461# typo: Pathes-Paths 2006/06/16 06:59:39 mav 1.4.156.2: #i66461# adopt for linux build 2006/06/15 06:59:41 as 1.4.156.1: #i66461# support multiple layers

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a1c791a4cb9d675cf10c007b10ecc2a2438eb6eb]

        INTEGRATION: CWS jsc8 (1.20.20); FILE MERGED 2006/06/26 14:20:55 jsc 1.20.20.1: #i66744# integrate uno-skeletonmaker

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cccc2d4cc363a4867299cfb243821ae09f8dae37]

        INTEGRATION: CWS pathoptions01 (1.35.128); FILE MERGED 2006/07/10 08:34:43 mav 1.35.128.1: #i66157# add dtd specification

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6d8176efd2412d6d41dfecac45cf1e08c09923ed]

        INTEGRATION: CWS jsc8 (1.19.10); FILE MERGED 2006/07/07 08:32:26 jsc 1.19.10.1: #i66162# insert support for 64bit platform but needs further investigation

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4fb58dbac418ffa35c15b5f67eb6f2a4cce81863]

        INTEGRATION: CWS pathoptions01 (1.11.8); FILE MERGED 2006/07/11 12:21:06 as 1.11.8.1: #i66461# use new config item to retrieve value for $work

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0547d1b6fd92b7352129ed3f81e8344ae3da1e19]

        INTEGRATION: CWS jsc8 (1.29.28); FILE MERGED 2006/06/26 14:21:46 jsc 1.29.28.1: #i66744# insert dependency for unodevtools where uno-skeletonmaker is build

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b541d0020664d82dcc6868d6b01272386124b9c3]

        INTEGRATION: CWS pathoptions01 (1.3.156); FILE MERGED 2006/07/07 12:57:36 mav 1.3.156.4: resync to m173: fix warning 2006/06/30 12:26:10 mav 1.3.156.3: RESYNC: (1.3-1.4); FILE MERGED 2006/06/19 09:08:11 as 1.3.156.2: #i66461# typo: Pathes-Paths 2006/06/15 07:00:28 as 1.3.156.1: #i66461# support multiple layers

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4618febc95fe5d4f78aa893bae37ce819daba348]

        INTEGRATION: CWS jsc8 (1.78.10); FILE MERGED 2006/06/26 14:20:54 jsc 1.78.10.1: #i66744# integrate uno-skeletonmaker

2006-07-13  Thorsten Behrens  <thb@openoffice.org>  [0177db3f91a28995ca151b63d054cd539cd27212]

        #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>  [e42e5d17f0f40241d1d3b16296a3e6b061c9409a]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/10 08:32:58 mav 1.1.2.1: #i66157# add dtd specification

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f3dde21c6705dd23d4457e59ad3e9a1faf96cea5]

        INTEGRATION: CWS jsc8 (1.10.58); FILE MERGED 2006/06/19 08:27:59 jsc 1.10.58.1: #i66541# increase sleep time

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [aa52584134c9997d9f2bdfe2ad46a64d7e6c0dd8]

        INTEGRATION: CWS jsc8 (1.2.68); FILE MERGED 2006/07/03 08:35:48 jsc 1.2.68.1: #i66357# correct macro and docu

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [74a1516c1f3c5ce3f3f2cb21ae32e462792824a9]

        INTEGRATION: CWS jsc8 (1.9.20); FILE MERGED 2006/06/09 08:45:15 jsc 1.9.20.1: #i66147# change variable name

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8ff077f7e341ef79938a2596b255db294d6c1ea0]

        INTEGRATION: CWS pathoptions01 (1.30.426); FILE MERGED 2006/07/12 14:20:44 pb 1.30.426.2: fix: #i67100# new text of FixedLine 2006/07/07 04:56:52 pb 1.30.426.1: fix: #i67100# add STR_MULTIPATHDLG

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5cc650037e556e9df3e18050eea3554bb7dec684]

        INTEGRATION: CWS jsc8 (1.8.28); FILE MERGED 2006/06/15 07:37:44 jsc 1.8.28.1: #i66462# correct reference to member of XPropertySet

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [42c9ad907c3b4e39082e6056aa5aa466b96965f1]

        INTEGRATION: CWS pathoptions01 (1.36.426); FILE MERGED 2006/07/07 10:50:54 pb 1.36.426.2: fix: #i67100# add STR_HEADER_PATHS 2006/07/07 04:55:56 pb 1.36.426.1: fix: #i67100# new: RadioButtonMode

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2ad625bba8474130250f7f2584a539975334f753]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/07 04:35:40 pb 1.1.2.1: fix: #i67100# new class svx::SvxRadioButtonListBox

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1f4294f04105f328408048bc9f2e880ca7b9ad3b]

        INTEGRATION: CWS jsc8 (1.4.126); FILE MERGED 2006/06/09 07:05:44 jsc 1.4.126.1: #i65749# remove unncessary service files

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [887867f01f63a1335b99ac8b9e9f1f1345a3448b]

        INTEGRATION: CWS pathoptions01 (1.5.444); FILE MERGED 2006/07/07 04:51:00 pb 1.5.444.1: fix: #i67100# add Get/SetPathList()

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2dca591db9dcd8bad135e3a301102b4ef610d9b0]

        INTEGRATION: CWS jsc8 (1.3.126); FILE MERGED 2006/06/09 07:00:26 jsc 1.3.126.1: #i65749# insert comments

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e7a7054e828cfbaa7d4b1e4af0213914e34f1095]

        INTEGRATION: CWS pathoptions01 (1.12.26); FILE MERGED 2006/07/10 05:50:09 pb 1.12.26.3: fix: #i67100# edit AutoCorrect and AutoText again 2006/07/07 10:50:13 pb 1.12.26.2: fix: #i67100# try & catch, StandardHdl,... 2006/07/07 04:48:56 pb 1.12.26.1: fix: #i67100# use of new PathSettings

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4271e3553e5753476d822de2616a94af95454b35]

        INTEGRATION: CWS jsc8 (1.4.126); FILE MERGED 2006/06/09 07:00:25 jsc 1.4.126.1: #i65749# insert comments

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [403728e57bf6859a7664eb1f62d48bc057680bc2]

        INTEGRATION: CWS pathoptions01 (1.5.444); FILE MERGED 2006/07/07 04:52:08 pb 1.5.444.1: fix: #i67100# use new class svx::SvxRadioButtonListBox

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [21836afbd976bc178aa176d76626d574aadbfc15]

        INTEGRATION: CWS jsc8 (1.3.126); FILE MERGED 2006/06/09 07:00:25 jsc 1.3.126.1: #i65749# insert comments

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [055014efa3750e0745a724b70eba799e22883351]

        INTEGRATION: CWS pathoptions01 (1.12.26); FILE MERGED 2006/07/07 04:46:52 pb 1.12.26.1: fix: #i67100# use new class svx::SvxRadioButtonListBox

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2633947bfc006923c9e16f848a7ca55bbf68e3ae]

        INTEGRATION: CWS pathoptions01 (1.3.446); FILE MERGED 2006/07/07 04:54:58 pb 1.3.446.1: fix: #i67100# new: RadioButtonMode

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a2b6b491bd6110e727cdd26b6e26a819572e7135]

        INTEGRATION: CWS pathoptions01 (1.5.26); FILE MERGED 2006/07/07 10:47:38 pb 1.5.26.2: fix: #i67100# set headerbar title with string resource 2006/07/07 04:44:31 pb 1.5.26.1: fix: #i67100# new: RadioButtonMode

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a57d2ab450c71633153ff3e47f10066d18b7c51a]

        INTEGRATION: CWS pathoptions01 (1.5.26); FILE MERGED 2006/07/07 04:42:36 pb 1.5.26.1: fix: #i67100# new member of SvxMultiPathDialog: aPathFL instead of aPathGB

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2197f34ce285c304cbce048c7701c755d4801539]

        INTEGRATION: CWS jsc8 (1.3.126); FILE MERGED 2006/06/09 07:00:52 jsc 1.3.126.1: #i65749# insert comments and change to new style service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a7064e5e0d62c40fcab2cd766cb759b81661ec89]

        INTEGRATION: CWS pathoptions01 (1.47.194); FILE MERGED 2006/07/07 04:53:24 pb 1.47.194.1: fix: #i67100# add radiobtnbox.obj

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8412a36798b5ccdba09a26ec80e7d3c75cf74b7c]

        INTEGRATION: CWS pathoptions01 (1.18.26); FILE MERGED 2006/07/07 04:38:03 pb 1.18.26.1: fix: #i67100# AbstractSvxMultiPathDialog: new methods: EnableRadioButtonMode(), SetTitle()

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [97955081e444006960486725ce056b1d053d5ccf]

        INTEGRATION: CWS jsc8 (1.15.94); FILE MERGED 2006/06/09 07:09:59 jsc 1.15.94.1: #i65749# insert comment for media

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [86526d286e205ff23c0e26087e5508cce7d4bdeb]

        INTEGRATION: CWS pathoptions01 (1.25.26); FILE MERGED 2006/07/07 04:39:54 pb 1.25.26.1: fix: #i67100# AbstractSvxMultiPathDialog: new methods: EnableRadioButtonMode(), SetTitle()

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7301ddbc38450d8f15598f6e8057e939c10dbb19]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/07 04:28:49 pb 1.1.2.1: fix: #i67100# new class svx::SvxRadioButtonListBox

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4715a99230bfbf07119daec500f988957543378b]

        INTEGRATION: CWS pathoptions01 (1.3.444); FILE MERGED 2006/07/07 04:34:07 pb 1.3.444.1: fix: #i67100# add some ids

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [545368e3dd1ae58b79a5467061f1e20f5a0796fe]

        INTEGRATION: CWS pathoptions01 (1.3.446); FILE MERGED 2006/07/07 10:17:47 pb 1.3.446.2: fix: #i67100# add STR_HEADER_PATHS 2006/07/07 04:34:07 pb 1.3.446.1: fix: #i67100# add some ids

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [43d191b8f106b0cf240a708004ea1613c38219d7]

        INTEGRATION: CWS jsc8 (1.5.4); FILE MERGED 2006/06/14 13:15:19 jsc 1.5.4.1: #i66419# remove warnings, delcare hashtable variable Java 5 conform

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [578bdf4fa4c600c5edc0d398a0692209f922d5ab]

        INTEGRATION: CWS jsc8 (1.5.2); FILE MERGED 2006/07/07 14:57:34 jsc 1.5.2.5: #i66419# correct cfg package 2006/07/07 09:48:46 jsc 1.5.2.4: RESYNC: (1.5-1.6); FILE MERGED 2006/06/30 12:57:56 jsc 1.5.2.3: #i66419# adapt config node name 2006/06/23 06:52:25 jsc 1.5.2.2: #i66419# ensure to select correct addin service 2006/06/14 13:15:18 jsc 1.5.2.1: #i66419# remove warnings, delcare hashtable variable Java 5 conform

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7f8c186f806db58801d43bb2bd1fd93bd91d2fbe]

        INTEGRATION: CWS jsc8 (1.5.2); FILE MERGED 2006/07/07 09:48:38 jsc 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/05 12:26:53 jsc 1.5.2.1: #i64542# reset reference flag to default to ensure correct type generation for method parameter types

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [de79507c39ef49e5e98a7025bbfb7d278fba2136]

        INTEGRATION: CWS jsc8 (1.5.2); FILE MERGED 2006/07/07 14:57:33 jsc 1.5.2.4: #i66419# correct cfg package 2006/07/07 09:48:30 jsc 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED 2006/06/30 12:57:56 jsc 1.5.2.2: #i66419# adapt config node name 2006/06/23 06:52:25 jsc 1.5.2.1: #i66419# ensure to select correct addin service

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7f8dcc07fa020b3e3a2399f79ff243f965bca1b0]

        INTEGRATION: CWS pathoptions01 (1.10.150); FILE MERGED 2006/06/19 08:56:41 as 1.10.150.2: #i66461# typo: Pathes-Paths 2006/06/15 09:17:42 as 1.10.150.1: #i66461# new config schema for pathes

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [58a4c6528ed154fff96e5101d3603b4522061f6e]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/11 12:01:04 obr 1.1.2.2: #i66461# desktop backends may override 9907work 2006/06/19 08:55:47 as 1.1.2.1: #i66461# typo: Pathes-Paths

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0f9f15173f63f6d1b0b400d611a2c9e0cf30487a]

        INTEGRATION: CWS pathoptions01 (1.117.8); FILE MERGED 2006/07/10 12:18:59 as 1.117.8.1: #i66461# move Graphic to user (because share path is not writable)

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4e01753834b6a8da48b44753daf0ad72e1616ee4]

        INTEGRATION: CWS pathoptions01 (1.49.108); FILE MERGED 2006/06/26 07:11:10 as 1.49.108.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4334a40c8cb910fa66c84d98ab8f601a9067b6ff]

        INTEGRATION: CWS pathoptions01 (1.12.182); FILE MERGED 2006/06/19 08:56:41 as 1.12.182.2: #i66461# typo: Pathes-Paths 2006/06/15 09:17:42 as 1.12.182.1: #i66461# new config schema for pathes

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [52dfefe2e3dfc49f5c57d72e4f0cb5634edcefdc]

        INTEGRATION: CWS pathoptions01 (1.1.2); FILE ADDED 2006/07/11 22:28:31 mav 1.1.2.5: #i66461# UserPath is a property, not a node 2006/07/10 12:19:50 as 1.1.2.4: #i66461# make internal/user props of real SINGLE paths readonly 2006/07/10 09:01:07 as 1.1.2.3: #i66461# typo 2006/07/10 08:31:46 as 1.1.2.2: #i66461# Graphics path must have a writable path in user not in share 2006/06/19 08:55:37 as 1.1.2.1: #i66461# typo: Pathes-Paths

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b172d6e0f28cf419393f7b36ffd433fdae168057]

        INTEGRATION: CWS pathoptions01 (1.27.22); FILE MERGED 2006/06/26 07:11:10 as 1.27.22.1: #i66157# new property to handle the most actual document template filter for an OOo module

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [415beb5edd665c44b308c9bbb76bbe3de61ccf80]

        INTEGRATION: CWS swqbf67 (1.20.30); FILE MERGED 2006/06/29 10:31:28 ama 1.20.30.1: #i66854#i66852#: Undo of table copying

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0e23378d41efc373faeafae3ea7086e9d1d17fe6]

        INTEGRATION: CWS swqbf67 (1.16.34); FILE MERGED 2006/06/29 10:30:07 ama 1.16.34.1: #i66854#: Slightly different behaviour if called by table copy

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b3731058decd9886b611e41d5b7828445b40b410]

        INTEGRATION: CWS swqbf67 (1.21.356); FILE MERGED 2006/05/24 11:14:30 od 1.21.356.1: #i64301# method <SwHeadFootFrm::FormatSize(..)> 	 - use footer frame printing area position to control invalidation 	   of first footer content.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [10140c688497693ee5a9d5616b192a19313eb858]

        INTEGRATION: CWS swqbf67 (1.57.4); FILE MERGED 2006/07/06 07:27:28 od 1.57.4.3: #136538#  method <SwFlowFrm::MoveBwd(..)> 	  - further correction of fix for issue i53139 2006/06/08 07:46:48 od 1.57.4.2: #136538# method <SwFlowFrm::MoveBwd(..)> 	 - further correction of fix for issue i53139 2006/06/06 12:46:15 od 1.57.4.1: #i66051# method <SwFlowFrm::MoveBwd(..)> 	 - further correction of fix for issue i53139

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [00de8127c023fa6afce679cffd4cb7c8afe97c5b]

        INTEGRATION: CWS swqbf67 (1.15.116); FILE MERGED 2006/05/24 14:32:52 od 1.15.116.1: #b6418964# method <SwAnchoredDrawObject::MakeObjPos()> 	   - reset internal flag <mbNotYetPostioned> after all needed 	     actions are performed in order to avoid callbacks from drawing layer.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4fd23c2e06045fbfea254a4209c786b6b8755dfb]

        INTEGRATION: CWS swqbf67 (1.16.284); FILE MERGED 2006/06/19 07:17:53 od 1.16.284.1: #i66431# method <SwTxtFmtColl::Modify(..)> 	 - propagate RES_FMT_CHG, because of new parent format.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5e71131b2c566cc9be05d14633f5e769f0c2e2cb]

        INTEGRATION: CWS swqbf67 (1.6.32); FILE MERGED 2006/05/24 13:53:54 od 1.6.32.1: #i65705# method <SwNodeNum::GetStart()> 	 - correct fix for issue i64311

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4a402fe61fb7c577bac2efd0d2de1b1b89596768]

        INTEGRATION: CWS swqbf67 (1.28.58); FILE MERGED 2006/06/29 10:23:56 ama 1.28.58.1: #i66854#: Slightly different behaviour if called by table copy

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [3583a216e8101fe4d0f17f913c2efcab58f9b518]

        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>  [00bafe35569d347a02cda9de8cc3eade6b44e77f]

        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>  [c8745d8fa81e1426c65c5b11620099b3cbc98a2b]

        INTEGRATION: CWS pdfencryption (1.115.14); FILE MERGED 2006/07/09 16:29:55 beppec56 1.115.14.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/07/06 16:55:31 beppec56 1.115.14.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 08:18:09 beppec56 1.115.14.4: RESYNC: (1.115-1.117); FILE MERGED 2006/06/11 20:28:31 beppec56 1.115.14.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.115.14.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:45 beppec56 1.115.14.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5559214ff3180ed0a77f1dc091e5c0c2afaf83ea]

        INTEGRATION: CWS pdfencryption (1.3.136); FILE MERGED 2006/07/07 10:18:00 pl 1.3.136.1: removed warnings

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f22c8be3fc401faab84ba5ea585d73972892bd47]

        INTEGRATION: CWS pdfencryption (1.8.12); FILE MERGED 2006/07/11 13:37:40 beppec56 1.8.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/09 16:29:55 beppec56 1.8.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/07/07 10:18:00 pl 1.8.12.6: removed warnings 2006/06/11 20:28:31 beppec56 1.8.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.8.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:45 beppec56 1.8.12.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:05 beppec56 1.8.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:58 beppec56 1.8.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cc41e6716ac3bfd8ad0c281b62702075cbbea300]

        INTEGRATION: CWS pdfencryption (1.7.120); FILE MERGED 2006/07/11 13:37:40 beppec56 1.7.120.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/09 16:29:55 beppec56 1.7.120.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/06/11 20:28:31 beppec56 1.7.120.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.7.120.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:34 beppec56 1.7.120.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/02 16:49:52 beppec56 1.7.120.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:04 beppec56 1.7.120.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cbf264b0381faa3aedffca5e10f1f0e81b9c8c45]

        INTEGRATION: CWS pdfencryption (1.48.12); FILE MERGED 2006/07/11 13:37:39 beppec56 1.48.12.18: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/10 20:19:27 beppec56 1.48.12.17: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/09 16:29:55 beppec56 1.48.12.16: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/07/07 10:17:59 pl 1.48.12.15: removed warnings 2006/07/06 17:48:41 beppec56 1.48.12.14: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 08:15:58 beppec56 1.48.12.13: RESYNC: (1.48-1.49); FILE MERGED 2006/06/15 20:18:58 beppec56 1.48.12.12: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/11 20:28:30 beppec56 1.48.12.11: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.48.12.10: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:34 beppec56 1.48.12.9: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/02 16:49:52 beppec56 1.48.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:44 beppec56 1.48.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:03:36 beppec56 1.48.12.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:04 beppec56 1.48.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:58 beppec56 1.48.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit 2006/05/14 14:12:13 beppec56 1.48.12.3: Issue: #i12626# Submitted by: beppec56 Reviewed by: beppec56 update work on pdf encryption 2006/05/10 06:58:44 beppec56 1.48.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/08 11:48:24 beppec56 1.48.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 Partial implementation of PDF encryption

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a1151dc01556b42a778ecb006699c696a7040249]

        INTEGRATION: CWS pdfencryption (1.3.136); FILE MERGED 2006/07/07 12:23:12 pl 1.3.136.1: removed warnings

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [aebd954804eac7af7b9e164f1809df498d584c94]

        INTEGRATION: CWS targetedaot2 (1.195.14); FILE MERGED 2006/07/11 12:46:54 cmc 1.195.14.1: #i67154# better to use the fact that the compiler is gcj, rather than the JDK is the GNU classpath one for default javac/javai

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [dfdf6e485ecda57837d56ab0aa37552787d3f660]

        INTEGRATION: CWS pdfencryption (1.27.12); FILE MERGED 2006/07/12 09:03:10 pl 1.27.12.13: #i12626# spacing of security page UI elements 2006/07/11 13:37:39 beppec56 1.27.12.12: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/10 20:19:27 beppec56 1.27.12.11: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/09 16:29:54 beppec56 1.27.12.10: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/06/11 20:28:30 beppec56 1.27.12.9: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.27.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:34 beppec56 1.27.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/02 16:49:52 beppec56 1.27.12.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:44 beppec56 1.27.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:42:34 beppec56 1.27.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:03:36 beppec56 1.27.12.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:03 beppec56 1.27.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:57 beppec56 1.27.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [67db0afc65ee1e4665ee5405358f2bf8030e6f8f]

        INTEGRATION: CWS pdfencryption (1.13.12); FILE MERGED 2006/07/11 13:37:39 beppec56 1.13.12.9: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/10 20:19:27 beppec56 1.13.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/09 16:29:54 beppec56 1.13.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/06/11 20:28:30 beppec56 1.13.12.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.13.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:34 beppec56 1.13.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:03:35 beppec56 1.13.12.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:03 beppec56 1.13.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:57 beppec56 1.13.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d3a2636adb84f9142bcb605dfab8c633ae2556b7]

        INTEGRATION: CWS pdfencryption (1.9.12); FILE MERGED 2006/07/11 13:37:39 beppec56 1.9.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/09 16:29:54 beppec56 1.9.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/06/11 20:28:30 beppec56 1.9.12.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:57 beppec56 1.9.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:34 beppec56 1.9.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:03:35 beppec56 1.9.12.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:02 beppec56 1.9.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:57 beppec56 1.9.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cd42ac156e2dbb3d8614000095f7855f0ed3a330]

        INTEGRATION: CWS pdfencryption (1.15.12); FILE MERGED 2006/07/11 13:37:38 beppec56 1.15.12.16: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings final commit, ready for QA 2006/07/10 20:19:27 beppec56 1.15.12.15: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/09 16:29:54 beppec56 1.15.12.14: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/07/06 16:55:31 beppec56 1.15.12.13: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 14:33:32 beppec56 1.15.12.12: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/03 12:03:51 beppec56 1.15.12.11: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/15 20:18:57 beppec56 1.15.12.10: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/14 21:28:04 beppec56 1.15.12.9: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/11 20:28:30 beppec56 1.15.12.8: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:57 beppec56 1.15.12.7: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 10:50:33 beppec56 1.15.12.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/02 16:49:52 beppec56 1.15.12.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:44 beppec56 1.15.12.4: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/25 09:03:34 beppec56 1.15.12.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/21 22:12:02 beppec56 1.15.12.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 pdf encryption en-route commit 2006/05/15 20:25:57 beppec56 1.15.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 incremental commit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [35bc5b2bd3f67d829a4f3dd3da1762fe19b6e584]

        INTEGRATION: CWS pdfencryption (1.7.12); FILE MERGED 2006/06/08 21:55:57 beppec56 1.7.12.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [875f10759a8cc59fb75895cdfa13d60eec52cec0]

        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>  [15e45d56e68d14aeb4356008ad8ce95b882b0ef8]

        INTEGRATION: CWS impress96 (1.53.16); FILE MERGED 2006/06/27 15:50:21 af 1.53.16.2: RESYNC: (1.53-1.54); FILE MERGED 2006/05/30 15:25:40 af 1.53.16.1: #i65308# SvxViewHint now derived directly from SfxHint.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1797034e13c165033a4a2fad251fc75e14eec842]

        INTEGRATION: CWS impress96 (1.25.404); FILE MERGED 2006/06/27 15:40:17 af 1.25.404.2: RESYNC: (1.25-1.26); FILE MERGED 2006/05/30 15:22:03 af 1.25.404.1: #i65308# SvxViewHint now derived directly from SfxHint.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [31e0cae703b3c3cc4fd24b78d67bba0ccf37eea4]

        INTEGRATION: CWS impress96 (1.107.46); FILE MERGED 2006/06/27 14:38:37 af 1.107.46.2: RESYNC: (1.107-1.108); FILE MERGED 2006/05/29 12:50:42 cl 1.107.46.1: #i64022# do not divide by zero with very small fonts

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [33efd37fd82c4ef5cc7a89e396843bde1fb68174]

        INTEGRATION: CWS impress96 (1.40.172); FILE MERGED 2006/06/27 13:50:08 af 1.40.172.2: RESYNC: (1.40-1.41); FILE MERGED 2006/05/30 15:16:45 af 1.40.172.1: #i65308# SvxViewHint now derived directly from SfxHint.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e977ab6ea92712b261eded13f02f820a7d914783]

        INTEGRATION: CWS impress96 (1.57.66); FILE MERGED 2006/05/12 14:48:23 af 1.57.66.1: #i57318# Renamed nPrintedHandoutPageNum to mnPrintedHandoutPageNum.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9c3d9dd2cee46c71ed09203f1ddb8a95961f07e6]

        INTEGRATION: CWS cowfixes01 (1.33.48); FILE MERGED 2006/05/10 18:03:22 thb 1.33.48.2: RESYNC: (1.33-1.34); FILE MERGED 2006/04/21 09:56:29 lo 1.33.48.1: #134471#

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5333e38e1301d237814d4598058af816598a6511]

        INTEGRATION: CWS impress96 (1.50.38); FILE MERGED 2006/05/12 14:39:54 af 1.50.38.1: #i57318# Moved Print(Outline,Handout,StdOrNotes,Page) to PrintManager.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [931a268770820b3ce0e49339dc5ef16884531eab]

        INTEGRATION: CWS impress96 (1.8.208); FILE MERGED 2006/07/11 11:46:05 af 1.8.208.2: #i57318# Fixed compiler problem. 2006/05/12 14:32:49 af 1.8.208.1: #i57318# Moved Print(Outline,Handout,StdOrNotes,Page) here from ViewShell.  Factored out PrintPagePart() from PrintStdOrNotes().

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4421e23fefb6fb8b54e2e9c8d2a31eeb3f4620b6]

        INTEGRATION: CWS impress96 (1.6.66); FILE MERGED 2006/05/11 13:53:40 af 1.6.66.1: #i65260# Hide non-context sensitive tool bars on start-up.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0c3fbed56eb77923c378e76c57064af963ce3db9]

        INTEGRATION: CWS impress96 (1.6.66); FILE MERGED 2006/05/16 14:13:42 af 1.6.66.1: #i64596# SID_LEFT_PANE_IMPRESS is forwarded again to base class.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [81855f0e665d170f8369a38f54f67f6d6995761f]

        INTEGRATION: CWS impress96 (1.2.16); FILE MERGED 2006/05/22 11:51:01 af 1.2.16.1: #i65688# The coe in RunNextStep() for finishing the template scanning is now really executed.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [37e2426c9b83a36426df6c1b48c8f0c3b6230bdf]

        INTEGRATION: CWS impress96 (1.4.178); FILE MERGED 2006/05/18 15:11:48 af 1.4.178.1: #131084# Replaced PreviewBitmapFactory with PreviewBitmapFactory2.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d795806a2e6e8720e9aab134563642230831a93c]

        INTEGRATION: CWS impress96 (1.12.78); FILE MERGED 2006/07/11 11:45:13 af 1.12.78.2: #131084# Fixed compiler problem. 2006/05/18 15:10:42 af 1.12.78.1: #131084# Guarding against contact object being destroyed.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [fcc9dc26ab71cd1474c8784f20e9a0df3583e3e9]

        INTEGRATION: CWS impress96 (1.5.178); FILE MERGED 2006/05/18 15:04:52 af 1.5.178.1: #131084# Renamed PreviewBitmapFactory2 to PreviewBitmapFactory.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6cb1e861da5b568dd8ff8407c82955b347757779]

        INTEGRATION: CWS impress96 (1.19.66); FILE MERGED 2006/05/12 14:29:50 af 1.19.66.1: #i57318# Moved Print(Outline,Handout,StdOrNotes,Page) to PrintManager.  Added SetPrintedHandoutPageNum().

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c9b7f4fb53986cd615c24544b5855558b9e7bdde]

        INTEGRATION: CWS impress96 (1.4.212); FILE MERGED 2006/07/11 11:44:09 af 1.4.212.2: #i57318# Fixed compiler problem. 2006/05/12 14:26:40 af 1.4.212.1: #i57318# Moved Print(Outline,Handout,StdOrNotes) from ViewShell here.  Factored out PrintPagePart() fom PrintStdOrNotes().

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1565fd4916dd4cda559dd81191ccf741fd324fe5]

        INTEGRATION: CWS impress96 (1.7.204); FILE MERGED 2006/05/29 14:10:42 cl 1.7.204.1: #i65332# applyd typo patch from floef for german version of No Transition

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [30a19f6d73b5d081d52bb8eb20c32b93ee706cc3]

        INTEGRATION: CWS cowfixes01 (1.192.22); FILE MERGED 2006/06/28 11:02:00 thb 1.192.22.3: RESYNC: (1.202-1.203); FILE MERGED 2006/05/10 18:00:36 thb 1.192.22.2: RESYNC: (1.192-1.202); FILE MERGED 2006/04/10 14:01:19 thb 1.192.22.1: #128078# Including bf_wrapper680 bf_frm680 bf_ofa680 bindet680 bf_lng680 bf_sd680 bf_migratefilter680 textconversiondlgs680 date680 egi680 productregistration.uno calc680 evoab1 fpicker.uno fwm680 eme680 epb680 epg680 ept680 epp680 era680 eti680 exp680 ips680 ime680 ipb680 icd680 ipx680 ipt680 ipd680 ira680 itg680 iti680 tfu680 icg680 uui680 tab bat basprov680li.uno avmedia680 dbext680 spell680 so680 socomp offacc680 flash680 smd680

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4b35ab6458fe637bd1c4de87debc44d418c9c68a]

        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>  [052f9e8bcd2e6f8823bfac52d3da1386ee1c54bd]

        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>  [cee873993a5d16bbec35c369842c2028a559b45f]

        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>  [2ca96c5a2d1b60cb1c2e4f057e564335cb176e07]

        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>  [979b8d650f1bdf945b56458372b8acfbe2d6552e]

        INTEGRATION: CWS impress96 (1.27.34); FILE MERGED 2006/05/11 14:25:19 af 1.27.34.1: #i65260# Made resource/toolbar/toolbar context sensitive.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e7a3b0fc489036aa5414a23011b6bb432a4b11e6]

        INTEGRATION: CWS impress96 (1.27.34); FILE MERGED 2006/05/11 14:23:56 af 1.27.34.1: #i65260# Made resource/toolbar/toolbar context sensitive.

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c67771ac287a5e0355ae59a7aa81830f4dd369b3]

        INTEGRATION: CWS cowfixes01 (1.25.272); FILE MERGED 2006/03/20 10:53:40 thb 1.25.272.1: #128078# Adapted to now-private MetaAct dtor

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ea7df7ba16e0057c373a8a0f91756d1b9ee036b8]

        INTEGRATION: CWS cowfixes01 (1.18.10); FILE MERGED 2006/06/28 11:10:59 thb 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2006/03/20 18:22:30 thb 1.18.10.1: #i63396# Moved Windows-specific stuff to separate compilation unit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e1481dce08f34bca4bb31524c7dc5102f6e10490]

        INTEGRATION: CWS cowfixes01 (1.3.10); FILE MERGED 2006/06/28 11:10:42 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/20 18:22:29 thb 1.3.10.1: #i63396# Moved Windows-specific stuff to separate compilation unit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [9b52355379b5b425803340d941e3a9c03d301474]

        INTEGRATION: CWS cowfixes01 (1.5.12); FILE MERGED 2006/03/24 12:34:13 thb 1.5.12.2: #i63396# Finalized job of extracting WinAPI stuff to separate compilation unit 2006/03/20 18:22:29 thb 1.5.12.1: #i63396# Moved Windows-specific stuff to separate compilation unit

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [406dfa96a7516c009fc0ae1a72aa202e410d715b]

        INTEGRATION: CWS cowfixes01 (1.3.60); FILE MERGED 2006/03/24 12:34:13 thb 1.3.60.2: #i63396# Finalized job of extracting WinAPI stuff to separate compilation unit 2006/03/20 18:24:25 thb 1.3.60.1: #i63396# testshl2 now no longer depends on tools

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c95a2e338ac49ffe67749983cd8a23c465e7de85]

        INTEGRATION: CWS cowfixes01 (1.13.20); FILE MERGED 2006/03/17 15:27:08 thb 1.13.20.1: #128078# Adapting to now-protected MetaAct dtor

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ea915755411ba1f0eff0b537525f86ba61e9bf79]

        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>  [d4d4cb0118ea125534c03ddeeac2a1e027a8122f]

        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>  [4f0f5af41c5755bda564291283ed1f1e41452543]

        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>  [b6368dd527fd7ebe307cebe5c2275983df9ee851]

        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>  [5a3e3c13d5dd515b8f045263a0cbb42d171726db]

        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>  [04ea49166dfeaf0622c2755f87b0069b6ab01693]

        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>  [65923299627d1f5392362193032c799c65fd27c7]

        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>  [ee925ca2d7ca1865199315b55f350802712709dc]

        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>  [b41386c55771d651ba8db2a3977b1b064a5b4647]

        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>  [aa90edcb7ee8752dadfa9281e56590f666e63c3d]

        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>  [4a94264f0129290778ac8d5126cb2c6d6feb5045]

        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>  [776b7235e23735189dbeafa6de93a4a2eaa2bf30]

        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>  [4840ffc53274e71415f0c0386dc9406193955aa9]

        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>  [535096077028db776b709ab784517149efd75f16]

        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>  [f0580e54e08cbb1004cd353f927a828e0210de93]

        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>  [3c0dbd7fd87824982f11884bc27dd4400bd1e89c]

        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>  [77ad33de6981353297a1f0c39e5c07fdc0ca4309]

        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-13  Oliver Bolte  <obo@openoffice.org>  [535c82326e9e245f64cf83a9d610735220102fd1]

        INTEGRATION: CWS impresscontext (1.43.80); FILE MERGED 2006/07/04 15:21:59 cl 1.43.80.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [37236fc7866b88e520cf837eec902becb30797df]

        INTEGRATION: CWS impresscontext (1.17.84); FILE MERGED 2006/07/04 15:21:22 cl 1.17.84.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c9c9d4281bf233e13a4d3ab81ba6470eef9037d8]

        INTEGRATION: CWS impresscontext (1.29.80); FILE MERGED 2006/07/10 14:35:08 cl 1.29.80.2: #i66828# added context menu for slideshow 2006/07/04 15:21:21 cl 1.29.80.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [08923c24aba6faf567b97cc2fc819e2c24fff409]

        INTEGRATION: CWS impresscontext (1.1.2); FILE ADDED 2006/07/04 15:21:21 cl 1.1.2.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [51a8cd6a57e5d4cc0528da9b3f41279e87e01cdd]

        INTEGRATION: CWS impresscontext (1.4.244); FILE MERGED 2006/07/04 15:21:21 cl 1.4.244.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f2682f24220847c269a483d0094ed4dadb623ab2]

        INTEGRATION: CWS impresscontext (1.18.244); FILE MERGED 2006/07/04 15:06:10 cl 1.18.244.1: #i66828# added context menu for slideshow

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [12c152caa9b937951e03e29a42d0f673dd0a2f10]

        INTEGRATION: CWS latex (1.11.236); FILE MERGED 2006/04/07 11:21:06 sus 1.11.236.1: #i16350# adding DocBook example tags to filters

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b04743544f92b326498be5937a9e22820386f4d5]

        INTEGRATION: CWS latex (1.14.236); FILE MERGED 2006/04/07 09:53:36 sus 1.14.236.1: #i24813# Adding writer2latex.jar to the Writer module for pp3 productupdate

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [84bae19b37e36f9d3fabfb81d2fde00f09183bac]

        INTEGRATION: CWS latex (1.20.50); FILE MERGED 2006/07/06 10:22:10 sus 1.20.50.2: #i24813# Solving a merge error to m174 2006/04/07 09:53:36 sus 1.20.50.1: #i24813# Adding writer2latex.jar to the Writer module for pp3 productupdate

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [db1d37928a9b384eb2ea567371308d4abbb98d68]

        INTEGRATION: CWS latex (1.2.8); FILE MERGED 2006/07/06 11:27:58 sus 1.2.8.2: #i24813# Fixed merge conflict 2006/01/31 10:28:51 sus 1.2.8.1: #i59368# renamed enum to enumeration to be Java 5 compatible

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cc3eb4987ef514694fae0cce72177f4a8f37d70f]

        INTEGRATION: CWS latex (1.2.8); FILE MERGED 2006/07/06 11:27:57 sus 1.2.8.2: #i24813# Fixed merge conflict 2006/01/31 10:28:50 sus 1.2.8.1: #i59368# renamed enum to enumeration to be Java 5 compatible

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [412923cf3952b2ad7ae5e5ac1c6d8c9cc1ad8464]

        INTEGRATION: CWS latex (1.2.8); FILE MERGED 2006/03/20 16:20:38 sus 1.2.8.1: #i50572# aside of office:automatic-styles, now office:styles are taking into account as well, therefore no null pointer won't be occur any longer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [11f3a1ef4ecf9e35571e96f493b450ae07e5e116]

        INTEGRATION: CWS latex (1.2.8); FILE MERGED 2006/07/06 11:28:12 sus 1.2.8.3: #i24813# Fixed merge conflict 2006/07/06 11:16:51 sus 1.2.8.2: #i24813# Fixed merge conflict 2006/01/31 10:28:11 sus 1.2.8.1: #i59368# renamed enum to enumeration to be Java 5 compatible

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a6bd54ac5cb30b70d28e9a9346b9d852029f6722]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:19:34 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [725037f86e367198b68bc53d61e96daa7356e730]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:19:21 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [36e2e72e8285c2f928741b7132fed28d575fac6c]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:19:02 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b835d120464aeec61cfc0e563636d3c9a25422f5]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:18:37 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7c85b6414b4699a392f9ed5a3ef0ba08552d12b7]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:18:22 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f33e9203d8803a3fe930a936a74f74782629eeb6]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:17:56 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f4d4572bdc96dc771250729e755e7d0850798355]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:17:36 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [951ab8ab229c27c5751a7feed4189eb3ce9d1f64]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:17:12 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e93c7d49df80ce6f5d97fa88b48e83707b70632f]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:16:55 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e9c53cf50430c3d0f023c67726dc0ec6054a1eb0]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:16:41 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [119ba27a61f739c2664b7449a0badea5fa1d2917]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:16:05 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d135731bd7f94f3f37175cba634fe13e65b16db9]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:16:23 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cd5a843219225143440d16947177c010d3020303]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:15:48 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [cdc8b34669fc144b84d4775952377a1d2e9ca3aa]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:15:32 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [3bb0895d91242604b2688f7390a8b3e22a434dcc]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:15:15 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8f350a5ee39f87b7e4d2607bc86db3527e02991b]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:15:03 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [206daf6ea6d8d11c364bb0f992ee08688e11739f]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:14:27 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6f9246ac8bcb4614f61a611c9fe70a9dfb37d079]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:14:07 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a1109aa6d5f56ae10abce72073c11605b56cc8e3]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:14:45 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b6916549ca022b74dd471d910da36f601445e069]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:13:52 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [081cef481d1b67a25a775ac9f497304bebaa09cd]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:13:39 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [74e1ff836b29b6996b4c9b9c41bf07a8d7c0a15e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:13:23 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [ae5c8068483ad2e1592dcbb3ff5509f3f18afd28]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:13:09 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [96e3f19a669b44042a346bf2ee324210cf669533]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:12:50 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0c887b3bfbacce58ba1812c9cb0b1a59c9c4c876]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:12:21 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c3939bc905892f4116aea080bf9ce757133a0b80]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:12:10 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [778df99f8c9d3b30a410a99f6a2344cfb9302350]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:12:35 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [420db4d1faef8d329eb10a3e5e0a6d2ca5b41230]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:11:52 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [025c908d1735c769ab583554e8c2c33223711941]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:11:40 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [beef7dc0599cb4b7c0d50dce47e1b295f91297bd]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:11:26 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8fb0c48e6653f33ac73158bb903fce23447f3c64]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:11:10 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f3fa9bb6f72943e23bcd7a26d9820afa29eeeb0e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:10:55 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2592ace74c7672a219685430e5290f6bc8e01809]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:10:38 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f41a592e457dc28ec60283070c0c805fa3511f91]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:10:00 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [db2ef0c0f2bda49ab0843d89a00a9ed2627e6572]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:10:26 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b12dfddd519014e4a16d8fdccde0e39a1ba1bae1]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:10:14 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f790e87c188a5c8822f8b812dacc5a7f32a8b067]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:09:47 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [4fa6a011f231c3e6855156fdb71753339bbf525d]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:09:31 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7987577c9903a2577c7bf5e58c5643cbefe946a1]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:09:19 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6c161688f7ca08942a12b453e32e3cbcb2c06121]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:09:04 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b84ded5be53ce6f64731c13ccff7b92ca579ae8b]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:08:52 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [da6344a95aa43dcf844f7531d3ed34f6d4042479]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:08:37 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5375ab9c2f0b922a011169c474ce055c028363f7]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:08:22 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [03ce3cb323bf74e41a67397f7314fb8461cb301e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:08:08 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [613e315cd5c41e12b74d6a85c8f1f8705577227c]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:07:54 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c0d7a7e532f238cdf468a569a05b96d52ec03f97]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:07:39 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [7f6f0bfc36101e14b8f7c69a75fdb27e9001b6dc]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:07:20 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [555423ccc78813222ccebc591a202d4b36e6724e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:07:01 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [664cf6cdbf2404189b1ff1bf652f2bf699789964]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:06:43 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c5a12d77410adacf243cc0e03f1f51bc36c0f52a]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:06:30 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [af6b9e443809139cf6f9bffbd0f4c52bb9afc0ef]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:06:19 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [60ae2201bce47658b01770e309f787fc15c93775]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:06:02 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [92b47230252fb3a6340d3ec5e5f105b5671db028]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:05:49 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [0e9167ce206773c05645ef3c785d8adf04cc9a3a]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:05:36 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [8204853f59496a214949950cf66ebaabf82740d5]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:05:20 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1864a471bc05f2c6fd653bb15c2f2c3fc69a5202]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:04:59 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [595a69f2a04b007eb36323b5103ecb2361f29a66]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:04:45 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5270e38b5f1375a44ae66864d0a128385dba7f92]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:04:31 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [11035f4cc62d0cd5112d334b5bcf0ec5e6a7617c]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:04:17 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [90f9356ef534dd2c920665d4e215e4133f72b8fe]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:04:05 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5c9db68bffe1989bf2eb2c03840c891e25324e6b]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:03:46 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [20ec6737ccc94c6ea97d716be269f7fae5afba9a]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:03:33 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [291af9568881898f78910f61443ef4b05224460f]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:03:21 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6fc3797ab4bf03ec7c7e45c84365f8536071470e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:02:43 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [eeb374bf6307b02e51b5472f3efa5cee0388a1d0]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:02:31 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f1bb46f130483e42d7f68907dd614427effe59bd]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:02:09 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [b64ccd8392fa59868abc9d93f30b3790fc2b2f2b]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:01:57 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [2a1c3d6d1f9a0468110e5b48529a2fce605b511c]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:01:43 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5d65dd90ddb2e2b1168fdd050910abeaa74a3de9]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 14:01:28 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [76806096c71fb0148905195bdb781a6ab862c317]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 13:57:41 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c61f0267375e73881bd578d293c996fccdcd7779]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 13:57:25 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [927a39f081547c6b0611a637a50fc9d1cf42b261]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 13:56:50 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [a9bd1838c4203fb8a3cdeb573e448ef4d0dca562]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 13:56:37 sus 1.1.2.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [16e4505edfac84326fee8d5a4d83080a0a11a61b]

        INTEGRATION: CWS latex (1.2.8); FILE MERGED 2006/04/06 14:54:06 sus 1.2.8.1: #i24813# Adding debug state

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [18d809e7ecefdb4e53f7a8a37e59e9ee3e60150a]

        INTEGRATION: CWS latex (1.4.8); FILE MERGED 2006/04/06 14:36:03 sus 1.4.8.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [5520d9959d4bf305e8248b28a703f699d1da64d8]

        INTEGRATION: CWS latex (1.5.8); FILE MERGED 2006/04/06 14:36:03 sus 1.5.8.1: #i24813# Adding LaTeX and BibTeX filter

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [f463173aa6d7df4d8e4a6d6ad8c9afdbb3bbae4c]

        INTEGRATION: CWS latex (1.2.12); FILE MERGED 2006/04/06 14:45:40 sus 1.2.12.1: #i24813# Added packagename

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [bc0dd8bb95eba77daaef5c3fe29256608a2a1212]

        INTEGRATION: CWS latex (1.4.12); FILE MERGED 2006/04/06 14:43:15 sus 1.4.12.1: #i24813# Added class path of interfaces xml-apis for Xalan

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [d3cffadf69a82240abb2363b6e65a7851efdedda]

        INTEGRATION: CWS latex (1.4.18); FILE MERGED 2006/03/17 14:46:41 sus 1.4.18.1: #i57412# for spreadsheets without columns a columnnumber of 256 is given. No cells are not allowed

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [29d5b8b4d4e33fbd56ba60c4d7cb28e775c1d4f0]

        INTEGRATION: CWS latex (1.7.74); FILE MERGED 2006/04/07 10:23:28 sus 1.7.74.1: #i16350# Added patch for Example and programlisting handling in docbook

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6dea89c98669d202327216bc7bc64db8ac7ad851]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 12:56:23 sus 1.1.2.1: #i24813# Adding BibTeX and LateX filter to the writer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [eb3dc00cf03092a899b9f2abd397d35b80b0ba1e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/06 12:56:42 sus 1.1.2.1: #i24813# Adding BibTeX and LateX filter to the writer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [112be6b2b8554ed8c80a9480f30135f7a2c127e0]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/07 08:54:48 sus 1.1.2.2: #i24813# Adding LaTeX and BibTeX filter to Writer 2006/04/06 12:54:12 sus 1.1.2.1: #i24813# Adding BibTeX and LateX filter to the writer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [04f78c522ee181e0c6319c4a867a6b79a313bd0e]

        INTEGRATION: CWS latex (1.1.2); FILE ADDED 2006/04/07 08:54:48 sus 1.1.2.2: #i24813# Adding LaTeX and BibTeX filter to Writer 2006/04/06 12:54:22 sus 1.1.2.1: #i24813# Adding BibTeX and LateX filter to the writer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [20afef940ada46ab2022adb784f5c46e34a78527]

        INTEGRATION: CWS latex (1.8.106); FILE MERGED 2006/04/06 14:19:34 sus 1.8.106.2: #i24813# Adding BibTeX and LateX filter to the writer 2006/04/06 12:53:25 sus 1.8.106.1: #i24813# Adding BibTeX and LateX filter to the writer

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [099df223c137ed72736385fe0ee2a18a81927b0f]

        INTEGRATION: CWS latex (1.7.134); FILE MERGED 2006/07/06 13:30:25 sus 1.7.134.4: RESYNC: (1.13-1.15); FILE MERGED 2005/12/05 13:22:43 tl 1.7.134.3: RESYNC: (1.9-1.13); FILE MERGED 2005/05/17 11:02:35 tl 1.7.134.2: RESYNC: (1.7-1.9); FILE MERGED 2005/02/17 10:52:50 as 1.7.134.1: #i42918# give every 'old' item an internal name

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c3c20663b839f999444c22934ead3952b3825b1f]

        INTEGRATION: CWS jl34 (1.11.6); FILE MERGED 2006/06/06 09:22:52 jl 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/17 11:31:07 jl 1.11.6.1: #65488# remove linker switch for .NET 1

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [6cd8730a78e4f623ebb6f2d4c2b075554038826e]

        INTEGRATION: CWS jl34 (1.202.12); FILE MERGED 2006/05/18 10:08:46 jl 1.202.12.1: #65266# cli_uno in patch

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [1fe8983e9c6f1a8f3f665961d95c060de0f5f3e0]

        INTEGRATION: CWS jl34 (1.4.110); FILE MERGED 2006/05/09 14:15:53 jl 1.4.110.1: #i65203# remove com::sun::star::security::CertificateCharacters::TRUSTED

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [01e9e1e2de6fb45034ec53eb13726eb1b46031f2]

        INTEGRATION: CWS jl34 (1.13.4); FILE MERGED 2006/05/08 10:27:01 jl 1.13.4.2: #i39382# not building on solaris 2006/05/05 14:57:58 jl 1.13.4.1: #i39382# key manager now uses multiple slots in order to support card readers

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [e0c425cdbe42bd35ddaa513521174750835fca1c]

        INTEGRATION: CWS jl34 (1.3.54); FILE MERGED 2006/05/05 14:29:32 jl 1.3.54.1: #i39382# support for multiple slots in one security environment

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [c88d1fae6be3ba50ff4c0184e62bf8bfa6854e3b]

        INTEGRATION: CWS jl34 (1.15.54); FILE MERGED 2006/05/12 13:31:16 jl 1.15.54.3: #i39382# security environment now obtains the slots by itself, in order to recognize if a smardcard has been added while the signature dialog is already open 2006/05/12 13:22:22 jl 1.15.54.2: #i39382# security environment now obtains the slots by itself, in order to recognize if a smardcard has been added while the signature dialog is already open 2006/05/05 14:29:32 jl 1.15.54.1: #i39382# support for multiple slots in one security environment

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [89ca5b08a772f469f0f8570d98b99b12b5e9ca3e]

        INTEGRATION: CWS jl34 (1.6.54); FILE MERGED 2006/05/12 13:22:22 jl 1.6.54.2: #i39382# security environment now obtains the slots by itself, in order to recognize if a smardcard has been added while the signature dialog is already open 2006/05/05 14:29:32 jl 1.6.54.1: #i39382# support for multiple slots in one security environment

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [09814b972b82b5724ed8706f2d802fcf2ebcd419]

        INTEGRATION: CWS jl34 (1.14.34); FILE MERGED 2006/05/12 13:22:21 jl 1.14.34.5: #i39382# security environment now obtains the slots by itself, in order to recognize if a smardcard has been added while the signature dialog is already open 2006/05/11 13:30:09 jl 1.14.34.4: #i39382# if the user had a brand new profile then the certificates of the smardcard were not displayed 2006/05/09 13:59:37 jl 1.14.34.3: #i65203# remove com::sun::star::security::CertificateCharacters::TRUSTED 2006/05/05 14:43:15 jl 1.14.34.2: #i39382# support for multiple slots in one security environment 2006/05/05 14:29:32 jl 1.14.34.1: #i39382# support for multiple slots in one security environment

2006-07-13  Oliver Bolte  <obo@openoffice.org>  [751746298c62fd0a37429f917a924675d50d5a1a]

        INTEGRATION: CWS jl34 (1.11.34); FILE MERGED 2006/05/09 13:59:36 jl 1.11.34.1: #i65203# remove com::sun::star::security::CertificateCharacters::TRUSTED

2006-07-12  Thorsten Behrens  <thb@openoffice.org>  [053fdb6c0d6862bb0110917edc5d31ff764fdea8]

        #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>  [41aac5e01a735244839680528ae6245f1520ceee]

        #i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added test case for drawMaskedBitmap()

2006-07-12  Oliver Bolte  <obo@openoffice.org>  [9f247bf4cc73845037d585c11a27df5210071b10]

        #i10000# undo last change

2006-07-12  Oliver Bolte  <obo@openoffice.org>  [034af024fdf4827032e7ed5db7df28239024882b]

        #i67156# warning unused defines

2006-07-11  Thorsten Behrens  <thb@openoffice.org>  [b97886a1932d4b20c1a878a5c4ac9a2e1fad102e]

        #i65904# Finished drawMaskedColor() support; simplified iterator/accessor/range setup for vigra algorithms; sanitized typedefs for BitmapRenderer

2006-07-11  Oliver Bolte  <obo@openoffice.org>  [0279df38f1c93586382c22c8e0d645155cfa427b]

        #i10000# udkversion.mk won't be copied (vq33 change)

2006-07-11  Oliver Bolte  <obo@openoffice.org>  [1e38da23a1114d54b0d19cd15af51fd5f7e35e6f]

        #i10000# defined but not used warning (unxlngi6)

2006-07-11  Thorsten Behrens  <thb@openoffice.org>  [01878a9bddbb00b89876d89537ec6ba8ded33a65]

        #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-11  Oliver Bolte  <obo@openoffice.org>  [ba04120fb9be579a8fef34660b7381c080dc55df]

        #i10000# removed useless code

2006-07-11  Oliver Bolte  <obo@openoffice.org>  [40150e1080378ef5e5f6ff8f330492a59d28ae2c]

        #i10000# GDIError variable for debug mode only

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8551de66a93383ae1c07167120a57cdd8208239d]

        INTEGRATION: CWS vq33 (1.151.8); FILE MERGED 2006/07/03 19:00:16 vq 1.151.8.1: #i66767# Fix problem when tcsh appears as part of the path.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [920d6760f77bee748cd9d8c1d36be557ec916a6b]

        INTEGRATION: CWS vq33 (1.2.190); FILE MERGED 2006/06/24 02:56:09 vq 1.2.190.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [08b51bdb41759edde3f436e380f61802c9cfb208]

        INTEGRATION: CWS vq33 (1.11.12); FILE MERGED 2006/06/25 04:32:15 vq 1.11.12.1: #i66531# Don't include minor.mk.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2713d216c8f632f85171d31ea76f4c023563863d]

        INTEGRATION: CWS vq33 (1.48.32); FILE MERGED 2006/07/04 03:01:04 vq 1.48.32.1: #i66706# Use udkversion.mk from solenv/inc/.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0fcbbbfc83f31cac00fd2b197359b4c47f5fb1f0]

        INTEGRATION: CWS vq33 (1.166.8); FILE MERGED 2006/07/03 19:00:16 vq 1.166.8.1: #i66767# Fix problem when tcsh appears as part of the path.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [af84fa61dd4fd1f002328c6b846ce6b14c3e783f]

        INTEGRATION: CWS vq33 (1.56.26); FILE MERGED 2006/07/03 18:52:05 vq 1.56.26.1: #i66881# Fix typo in makefile. Patch by ericb@openoffice.org

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [52c8383096fd4532a3ebc6bf98cfab2766cf11e1]

        INTEGRATION: CWS vq33 (1.18.302); FILE MERGED 2006/06/24 02:56:10 vq 1.18.302.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1663ce8c9b9527abdb417eb91cb53a39fcc71253]

        INTEGRATION: CWS vq33 (1.7.60); FILE MERGED 2006/06/24 02:56:10 vq 1.7.60.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b10a8c483d3f116227391532926c3a813ccbcb06]

        INTEGRATION: CWS vq33 (1.1.2); FILE ADDED 2006/07/03 19:16:40 vq 1.1.2.1: #i66706# Move udkversion.mk from sal/inc/ to solenv/inc/.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e9dad76c7e645c71073720fe88c7431001fd851c]

        INTEGRATION: CWS vq33 (1.191.18); FILE MERGED 2006/07/03 19:16:40 vq 1.191.18.3: #i66706# Move udkversion.mk from sal/inc/ to solenv/inc/. 2006/06/24 03:09:29 vq 1.191.18.2: #i66705# Remove wrong .SUFFIXES targets. 2006/06/24 02:56:10 vq 1.191.18.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1dc38b782e57bcba3e00e94613c05e8aea418945]

        INTEGRATION: CWS vq33 (1.32.110); FILE MERGED 2006/07/03 18:44:53 vq 1.32.110.1: #i66940# Make the scripts aware of bash as possible shell.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [33827674420dcc389c8e08ee529efcb6e8a7a093]

        INTEGRATION: CWS vq33 (1.22.272); FILE MERGED 2006/07/03 18:44:53 vq 1.22.272.1: #i66940# Make the scripts aware of bash as possible shell.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c349dd8d9e55e58f50e83cb91bc44ed9f11033c6]

        INTEGRATION: CWS vq33 (1.53.52); FILE MERGED 2006/07/03 18:44:53 vq 1.53.52.1: #i66940# Make the scripts aware of bash as possible shell.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d9c5e5a550c8d37e673980dbea148ab866264ffd]

        INTEGRATION: CWS vq33 (1.2.42); FILE MERGED 2006/06/24 02:56:08 vq 1.2.42.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [26ecdafc3d1fe4e7749862690f61133f20413517]

        INTEGRATION: CWS vq33 (1.5.88); FILE MERGED 2006/06/24 02:56:09 vq 1.5.88.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [56cb7e64a6491dc986df5538be3630aaad5b1c29]

        INTEGRATION: CWS vq33 (1.4.90); FILE MERGED 2006/06/24 02:56:09 vq 1.4.90.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4d296a3f3f242ec20a326a9460f61da5045d9eb7]

        INTEGRATION: CWS vq33 (1.4.90); FILE MERGED 2006/06/24 02:56:08 vq 1.4.90.1: #i66531# Fix "Macro `LAST_MINOR' redefined after use" warnings.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [318548a63d3f94ae8e23646667f66cb6d09e1f01]

        SRC680

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6822a05136317f4fdd155055fc10feefe7c44832]

        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>  [4ee78ccf3ab49a800f52bd05d0e7f7dfbde83b95]

        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>  [16a81d27d7899c1a54db7d46b59dbc02ff9749ca]

        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>  [ca3454bed1e691efbedd3b44d7d9dee85aa3f055]

        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>  [93bc01a751d5df335b476f759def638b9cc76662]

        INTEGRATION: CWS qiq (1.7.20); FILE MERGED 2006/07/05 10:01:00 bc 1.7.20.2: #i67000# Aliasnames now only assigned whe needed 2006/07/05 08:59:11 fs 1.7.20.1: merging the changes from CWS dbwizardpp4 into this CWS, to prevent conflicts on integration

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7215eb6bbb369cce8afc0433cb7959684cd7940f]

        INTEGRATION: CWS qiq (1.9.20); FILE MERGED 2006/07/05 10:00:59 bc 1.9.20.3: #i67000# Aliasnames now only assigned whe needed 2006/07/05 08:59:08 fs 1.9.20.2: merging the changes from CWS dbwizardpp4 into this CWS, to prevent conflicts on integration 2006/06/20 14:39:56 bc 1.9.20.1: #i51143# Querywizards made ready for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [682d4028ecfc81a1e8dc1df66b6ba7179d6b925b]

        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>  [144f0ad42a49bfff8f98422cdb37aa2bdadae0c2]

        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>  [76c27ae486aa684ab4a6629635b2b005a649a034]

        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>  [7d12dbb3dbb10ea046819113acd538e6e61ec178]

        INTEGRATION: CWS qiq (1.9.20); FILE MERGED 2006/07/05 08:59:06 fs 1.9.20.2: merging the changes from CWS dbwizardpp4 into this CWS, to prevent conflicts on integration 2006/06/20 14:39:55 bc 1.9.20.1: #i51143# Querywizards made ready for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5dff30808c8e1841858ff31810eb4341f5503b24]

        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>  [7bf86fef7f348206dd82c73c0d679ae4b11f013a]

        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>  [09f0b2834a86922b661bddb6e021ca8e2fc43e5e]

        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>  [d9f70251868d407ff8d88420eaf7eb3d57fab7bc]

        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>  [4e40405bc0b0df506d4ded31a9ecaa45ce42f061]

        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>  [e2e3e18e696bf538331850513a9c965cf72bfdce]

        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>  [7b9dc04a8c925af19c24bbb19d6d7ecabd8bfe62]

        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>  [27cfa91e54e37df622582f9ad187f07f6c57757f]

        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>  [2eb14561d67dda2ecc820c461b2a0e3f1a895dcb]

        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>  [fb3d024d6b9f9bc1ac5668ab25e25f6fbec63dae]

        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>  [1378f975beba196db853ea5fb08890a896eaa1b9]

        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>  [3b0f6c51f3b323178777d531ed103f6fcde6e33e]

        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>  [ec6af5ed22bdb75785cff89312dfc3260dd80efe]

        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>  [09bac4810a5d3b663164eeafef224f158acc2699]

        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>  [9af769d31e029a4e6b8b64b3af6710f2e2c8592a]

        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>  [3fe067190cc14bdacfd2041f90bb9d49fd273aee]

        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>  [2106ad99d662d2ba77c90832ee37a0bb7fcf4268]

        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>  [b48c25405802290092a46492cef1817fb01c272d]

        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>  [22680dae3be2860c74efce6246a83b1db613467a]

        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>  [15d1b65c3be745d63be1666deea41a9f0b36c19b]

        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>  [79a32a4256dbc6d1daa3a2246193c8e9fb924827]

        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>  [6a712603d4a93ad38de79945baee7f62278df70c]

        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>  [e6f5623ac67bd86990536e9727511ef9a30de493]

        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>  [349feaa338afc302fc23d2aedcd3ef85a50a4d55]

        INTEGRATION: CWS vcl60 (1.21.168); FILE MERGED 2006/06/29 12:11:36 pl 1.21.168.1: #i42221# use multi event yield

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9b160502b823d572fb809b5e86117708f75bed85]

        INTEGRATION: CWS qiq (1.34.56); FILE MERGED 2006/06/27 11:04:45 fs 1.34.56.2: RESYNC: (1.34-1.36); FILE MERGED 2006/05/24 07:01:15 fs 1.34.56.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8610f1378fca58a9b606afbedab4e3e236b09dbf]

        INTEGRATION: CWS qiq (1.43.20); FILE MERGED 2006/06/27 11:04:21 fs 1.43.20.2: RESYNC: (1.43-1.44); FILE MERGED 2006/05/24 06:58:43 fs 1.43.20.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e36d8666141ec860887be98bb296448af71ca2d2]

        INTEGRATION: CWS qiq (1.201.6); FILE MERGED 2006/06/27 11:03:55 fs 1.201.6.2: RESYNC: (1.201-1.203); FILE MERGED 2006/05/24 06:58:42 fs 1.201.6.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f6cae77cd2049b8eec13a407b5e4f088ca3aa600]

        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>  [c937fb7f98ac33406d207f865a0c2619e2e19f58]

        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>  [273f08b6493b90c473060a790664f669fc975b37]

        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>  [7e4eddd2f4fc062423c74de3449ff6b697ce60b1]

        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>  [55c09ed10f8bfc578ee8a79449c4aec78bc97a6f]

        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>  [3053eb354872a68447a4e3cd4a2b3acae54609af]

        INTEGRATION: CWS qiq (1.4.24); FILE MERGED 2006/05/31 11:00:37 fs 1.4.24.1: #i51143# +XVeto

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [24bd16c47b664deb9399b9fa405c0cab85968970]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:00:25 fs 1.1.2.1: a generic veto which is not an exception

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6c98cda74b649e50bde27a80480dfb0d9326c88e]

        INTEGRATION: CWS qiq (1.9.26); FILE MERGED 2006/05/24 14:40:40 fs 1.9.26.1: #i51143# +XContainerApprove*

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c73dcfae34d2ec9e37b84fdf9c6018e9d7e3c36b]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:01:20 fs 1.1.2.2: returning XVeto no 2006/05/24 14:40:26 fs 1.1.2.1: allow vetos at containers

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4e566c69cc725f7c02d88c1ff8ba4f763af0e90a]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 14:40:25 fs 1.1.2.1: allow vetos at containers

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a26b326beff61e479bf8b76efb1078cff586acd7]

        INTEGRATION: CWS qiq (1.6.20); FILE MERGED 2006/06/20 14:39:56 bc 1.6.20.3: #i51143# Querywizards made ready for queries in queries 2006/05/30 08:38:40 fs 1.6.20.2: #i51143# createQuery: don't silently change the name, and respect and display error messages thrown upon creation 2006/05/30 08:29:49 fs 1.6.20.1: #i51143# createQuery: don't silently change the name, and respect and display error messages thrown upon creation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [39cac0287f43c8e2e6015ddc58f7219c2754633a]

        INTEGRATION: CWS qiq (1.15.20); FILE MERGED 2006/06/20 14:39:55 bc 1.15.20.3: #i51143# Querywizards made ready for queries in queries 2006/06/01 10:29:32 fs 1.15.20.2: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate 2006/05/30 08:28:08 fs 1.15.20.1: #i51143# createQuery: don't silently change the name, and respect and display error messages thrown upon creation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [84f5b9f37f39c0e0cfac2c84b477061ad1a7b1d0]

        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>  [9c84f8a85824b43720e92936bed7c3bfabd5e5c0]

        INTEGRATION: CWS qiq (1.14.14); FILE MERGED 2006/07/04 14:36:10 fs 1.14.14.1: #i66983# don't reset an item's check state for non-boolean status updates

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a435a54ae86ce34d10a9b3a769e7df03ff8ff08a]

        INTEGRATION: CWS qiq (1.16.146); FILE MERGED 2006/05/29 09:27:55 fs 1.16.146.1: quoteTableName and friends changed during #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [70b604e4e216eae9c3adb67a5adae07ede3f6821]

        INTEGRATION: CWS qiq (1.40.92); FILE MERGED 2006/05/29 09:28:52 fs 1.40.92.1: quoteTableName and friends changed during #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5dad5716331a612aa8d091a80195ebb5bfe9da25]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:57:06 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5cf90335333e141ff18ff2715318a4e3c2752eaa]

        INTEGRATION: CWS qiq (1.26.20); FILE MERGED 2006/05/24 06:51:27 fs 1.26.20.1: #i51143# new lib built in dbaccess/source/sdbtools/*

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e7efb5ba9bc6c4439e3b3cd1a33b5ae5446b5df1]

        INTEGRATION: CWS qiq (1.60.124); FILE MERGED 2006/05/12 11:07:56 fs 1.60.124.1: #i51143# HID_JOINSH_ADDTAB_QUERYLIST

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [75204017f6581b78d7f8218b643077192fdf2cde]

        INTEGRATION: CWS qiq (1.8.8); FILE MERGED 2006/06/19 10:47:31 fs 1.8.8.1: AddTable, not DBAddTable (the latter does not know an icon)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [811cd50b27258f37cc400f8b6928c09ff6b89708]

        INTEGRATION: CWS qiq (1.10.124); FILE MERGED 2006/05/10 11:01:42 fs 1.10.124.1: typo

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a65479e43bdf8dfa7237f095c2c576c36f6a76b9]

        INTEGRATION: CWS qiq (1.103.2); FILE MERGED 2006/06/27 13:00:12 fs 1.103.2.6: RESYNC: (1.103-1.104); FILE MERGED 2006/06/19 09:27:53 fs 1.103.2.5: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/24 06:49:31 fs 1.103.2.4: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/18 09:18:41 fs 1.103.2.3: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries 2006/05/17 11:49:03 fs 1.103.2.2: refactored OSaveAsDlg in preparation of #i51143# 2006/05/12 13:47:02 fs 1.103.2.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e25b5d85f2b49da9e268cf0b23e38b268a7c27ab]

        INTEGRATION: CWS qiq (1.21.10); FILE MERGED 2006/06/27 12:59:01 fs 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED 2006/05/10 11:02:50 fs 1.21.10.1: #i51143# base class (TableWindow) now also allows to hold a query - we ourself don't

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7bcafad7534a20bbb5c146d811d6ac4486fcb623]

        INTEGRATION: CWS qiq (1.11.124); FILE MERGED 2006/06/27 12:58:51 fs 1.11.124.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/12 11:11:27 fs 1.11.124.1: removed unneeded include

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7cdc2a0b6bfaec28edf7c5d0efc48bb301a3d102]

        INTEGRATION: CWS qiq (1.42.118); FILE MERGED 2006/06/27 12:58:43 fs 1.42.118.6: RESYNC: (1.42-1.43); FILE MERGED 2006/06/19 10:46:22 fs 1.42.118.5: during #i51143#: describeSupportedFeatures:  DBAddTable is unnecessary, base class already adds (equivalent) AddTable 2006/06/19 09:27:52 fs 1.42.118.4: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/24 06:49:30 fs 1.42.118.3: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/12 13:47:02 fs 1.42.118.2: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize) 2006/05/12 11:10:16 fs 1.42.118.1: #i51143# +allowViews/+allowQueries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2f4bc157326b2bebe7d97b298196c2dfdf79f45c]

        INTEGRATION: CWS qiq (1.2.122); FILE MERGED 2006/05/10 11:02:50 fs 1.2.122.1: #i51143# base class (TableWindow) now also allows to hold a query - we ourself don't

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b8a53722b8130f103497e423bb215ee22200ce63]

        INTEGRATION: CWS qiq (1.103.4); FILE MERGED 2006/07/03 19:48:01 fs 1.103.4.12: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/06/28 10:31:11 fs 1.103.4.11: #i10000# 2006/06/27 12:57:09 fs 1.103.4.10: RESYNC: (1.103-1.104); FILE MERGED 2006/06/19 10:46:28 fs 1.103.4.9: during #i51143#: describeSupportedFeatures:  DBAddTable is unnecessary, base class already adds (equivalent) AddTable 2006/06/19 09:27:52 fs 1.103.4.8: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/24 06:49:29 fs 1.103.4.7: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/18 09:18:35 fs 1.103.4.6: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries 2006/05/17 11:48:47 fs 1.103.4.5: refactored OSaveAsDlg in preparation of #i51143# 2006/05/17 04:30:56 fs 1.103.4.4: #i51143# changed signature of OSQLParseTreeIterator 2006/05/12 13:45:50 fs 1.103.4.3: #i51143# don't allow sub queries if we're creating a view 2006/05/12 11:10:16 fs 1.103.4.2: #i51143# +allowViews/+allowQueries 2006/05/10 11:08:50 fs 1.103.4.1: #i51143# allow for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9971395284d8c2c98b9c820469ea200e502f1659]

        INTEGRATION: CWS qiq (1.95.98); FILE MERGED 2006/07/03 19:48:01 fs 1.95.98.4: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/05/15 14:17:50 fs 1.95.98.3: UTF-8 with signature 2006/05/15 14:15:41 fs 1.95.98.2: don't scream on the user (no ! at the end of sentences) 2006/05/10 11:07:43 fs 1.95.98.1: #i51143# error messages when a query cannot be opened in graphical design

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2adbfe202ba6611fd4f6c81094b33f5426468be6]

        INTEGRATION: CWS qiq (1.30.122); FILE MERGED 2006/07/03 19:48:01 fs 1.30.122.3: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/06/27 12:55:06 fs 1.30.122.2: RESYNC: (1.30-1.31); FILE MERGED 2006/05/10 11:08:39 fs 1.30.122.1: #i51143# potentially allow to hold a query as well

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b6a725f9820567c889b73674f87a5e1e989079eb]

        INTEGRATION: CWS qiq (1.66.66); FILE MERGED 2006/06/27 12:53:32 fs 1.66.66.5: RESYNC: (1.66-1.67); FILE MERGED 2006/06/12 12:58:09 fs 1.66.66.4: DropDownLineCount 2006/05/17 11:48:47 fs 1.66.66.3: refactored OSaveAsDlg in preparation of #i51143# 2006/05/17 04:31:51 fs 1.66.66.2: #i61143# controller's getParser noew returning a reference instead of a pointer 2006/05/10 11:07:41 fs 1.66.66.1: #i51143# also numeric expressions can be part of a 'table', e.g. in SELECT a * b FROM <query>

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [957565731aa8d05fdb1d6795c6f52230075f174a]

        INTEGRATION: CWS qiq (1.24.124); FILE MERGED 2006/06/27 12:53:21 fs 1.24.124.2: RESYNC: (1.24-1.25); FILE MERGED 2006/05/17 11:48:47 fs 1.24.124.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0ef54f3bea76b11f206d214afe0207294a4a6fb7]

        INTEGRATION: CWS qiq (1.36.10); FILE MERGED 2006/07/03 19:48:00 fs 1.36.10.4: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/06/27 12:52:57 fs 1.36.10.3: RESYNC: (1.36-1.37); FILE MERGED 2006/05/12 13:47:02 fs 1.36.10.2: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize) 2006/05/10 11:07:01 fs 1.36.10.1: #i51143# also allow for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cb6bdcba178d57a09469c0a6a18aa478170d5b2e]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/07/03 19:48:00 fs 1.4.124.1: #i51143# don't allow to add queries to the designer which do not produce a result set

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [348328476cf6893ebceba7174347975c0846420b]

        INTEGRATION: CWS qiq (1.78.16); FILE MERGED 2006/07/03 19:48:00 fs 1.78.16.7: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/06/30 13:31:23 fs 1.78.16.6: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/27 12:52:46 fs 1.78.16.5: RESYNC: (1.78-1.79); FILE MERGED 2006/05/24 06:49:29 fs 1.78.16.4: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/17 04:31:50 fs 1.78.16.3: #i61143# controller's getParser noew returning a reference instead of a pointer 2006/05/15 14:41:03 fs 1.78.16.2: during #i51143#: when adding a table alias name, use AS - this is much better understandable to the user 2006/05/10 11:05:35 fs 1.78.16.1: #i51143# also allow for queries in queries (while I was here: SELECT "a" * "b" FROM <table> previously showed wrong table information in the graphical view - fixed this)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4f938b7e4fd6d2b873f527f70d249eee0bf317ca]

        INTEGRATION: CWS qiq (1.6.122); FILE MERGED 2006/07/03 19:48:00 fs 1.6.122.2: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/05/10 11:05:50 fs 1.6.122.1: #i51143# also allow for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c7857c12f8b11b14ccbc5809067febd1647cbc79]

        INTEGRATION: CWS qiq (1.15.122); FILE MERGED 2006/07/03 19:47:59 fs 1.15.122.2: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/05/10 11:05:50 fs 1.15.122.1: #i51143# also allow for queries in queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [814d94c0b2c3d40ac5032969d103b554e4f34a98]

        INTEGRATION: CWS qiq (1.17.118); FILE MERGED 2006/06/28 10:31:11 fs 1.17.118.4: #i10000# 2006/06/27 12:51:59 fs 1.17.118.3: RESYNC: (1.17-1.18); FILE MERGED 2006/05/17 11:45:29 fs 1.17.118.2: #i51143# AddTableDialog is now in the responsibility of the controller, not the view (allows late construction as needed) 2006/05/12 11:11:02 fs 1.17.118.1: #i51143# callback from the AddTabDialog now via dedicated interface

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [10b9fe486cbedc35bc11b2946ce16fadbd685348]

        INTEGRATION: CWS qiq (1.37.10); FILE MERGED 2006/06/27 12:51:35 fs 1.37.10.4: RESYNC: (1.37-1.38); FILE MERGED 2006/06/19 09:25:10 fs 1.37.10.3: #i51143# adjust the title of the .uno:AddTable command, depending on whether we are also allowed to add queries 2006/05/17 11:45:29 fs 1.37.10.2: #i51143# AddTableDialog is now in the responsibility of the controller, not the view (allows late construction as needed) 2006/05/12 11:14:06 fs 1.37.10.1: #i51143# m_bViewsAllowed now represented with method allowViews

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [af63d9a9566157d343d6ace336bc8d56d41d8262]

        INTEGRATION: CWS qiq (1.16.118); FILE MERGED 2006/06/27 12:50:17 fs 1.16.118.4: RESYNC: (1.16-1.17); FILE MERGED 2006/06/19 09:27:52 fs 1.16.118.3: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/19 10:53:05 fs 1.16.118.2: signature of SQLExceptionIteratorHelper ctor changed during #i51143# 2006/05/17 11:48:37 fs 1.16.118.1: SharedConnection (during #i51143#)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1903f3e9241ce39f839ba2fd7c18b768dc9e5709]

        INTEGRATION: CWS qiq (1.25.118); FILE MERGED 2006/06/28 10:31:11 fs 1.25.118.5: #i10000# 2006/06/27 12:49:57 fs 1.25.118.4: RESYNC: (1.25-1.26); FILE MERGED 2006/05/24 06:49:28 fs 1.25.118.3: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/17 11:50:39 fs 1.25.118.2: #i51143# +defaultobjectnamecheck 2006/05/12 13:47:01 fs 1.25.118.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [29bccea3b69a647bbc5d2a47fc366de6b2a396b5]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:55:32 fs 1.1.2.6: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate 2006/05/30 08:26:02 fs 1.1.2.5: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 14:17:23 fs 1.1.2.4: #i10000# 2006/05/24 06:46:54 fs 1.1.2.3: parts of this now implemented using XObjectNames from the connection 2006/05/18 09:17:37 fs 1.1.2.2: #i51143# added new classes for checking table and query names against both table and query containers (if the database supports queries in queries) 2006/05/17 11:42:22 fs 1.1.2.1: default implementations for IObjectNameCheck

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d54932130ffce214ac01a399a92a4cc77cb1375a]

        INTEGRATION: CWS qiq (1.71.42); FILE MERGED 2006/05/24 06:48:06 fs 1.71.42.5: moved two strings to another place (adbt lib) 2006/05/18 09:18:00 fs 1.71.42.4: #i51143# dbumiscres.src 2006/05/17 11:48:04 fs 1.71.42.3: #i51143# STR_NAMED_OBJECT_ALREADY_EXISTS (moved from elsewhere, and renamed) 2006/05/15 14:20:31 fs 1.71.42.2: #i51143 moved STR_WARNINGS_DURING_CONNECT moved from dbu_resource to dbu_misc 2006/05/11 10:39:47 fs 1.71.42.1: #i51143# removed STR_GENERAL_SDB_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a20ffa15bfc1248d3af9fa69a9abb0a0bcd774e3]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/06/27 12:48:56 fs 1.7.124.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/15 14:21:47 fs 1.7.124.1: #i51143# display warnings which were encountered during connecting to the database

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [536d62a368d42d6b871b4a23f619e2792862976c]

        INTEGRATION: CWS qiq (1.45.18); FILE MERGED 2006/05/18 09:18:00 fs 1.45.18.1: #i51143# dbumiscres.src

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [52009e4fb70219ad3969727cceb35f68dc169749]

        INTEGRATION: CWS qiq (1.44.2); FILE MERGED 2006/06/27 12:47:07 fs 1.44.2.2: RESYNC: (1.44-1.45); FILE MERGED 2006/05/24 06:49:27 fs 1.44.2.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [416d1ac07d143851a7b2feaeb54db131f6f3b79b]

        INTEGRATION: CWS qiq (1.24.124); FILE MERGED 2006/06/27 12:46:43 fs 1.24.124.2: RESYNC: (1.24-1.25); FILE MERGED 2006/05/18 09:18:00 fs 1.24.124.1: #i51143# dbumiscres.src

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [14edf6ebb7f69cf47c9575a9dadb2e9bd204fcc0]

        INTEGRATION: CWS qiq (1.59.66); FILE MERGED 2006/06/27 12:46:19 fs 1.59.66.5: RESYNC: (1.59-1.60); FILE MERGED 2006/05/24 06:49:27 fs 1.59.66.4: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/17 11:46:31 fs 1.59.66.3: ::dbaui::insertHierarchyElement needs an ORB now 2006/05/12 14:36:31 fs 1.59.66.2: #i51143# when creating a view from a query, substitute sub queries 2006/05/10 11:02:13 fs 1.59.66.1: default APPEND_TABLE_ALIAS to false

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c4ab951c4ef12bf6ea617a0162f6274e9747ef27]

        INTEGRATION: CWS qiq (1.6.10); FILE MERGED 2006/06/30 14:05:11 fs 1.6.10.3: warning-free 2006/06/27 12:45:29 fs 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/24 06:49:26 fs 1.6.10.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f411f71e4af5743e775364c2ed1919a4a2ddec03]

        INTEGRATION: CWS qiq (1.31.2); FILE MERGED 2006/06/27 12:44:36 fs 1.31.2.2: RESYNC: (1.31-1.32); FILE MERGED 2006/05/24 06:49:26 fs 1.31.2.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [06029da885d9b702c46540fd05f94da95f4c0853]

        INTEGRATION: CWS qiq (1.63.98); FILE MERGED 2006/06/27 12:43:53 fs 1.63.98.2: RESYNC: (1.63-1.64); FILE MERGED 2006/05/12 13:47:01 fs 1.63.98.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [693144f8b289ec88a4cdccdf3c54d764ee076a5b]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/05/19 10:53:46 fs 1.4.124.3: #i51143# 2006/05/11 10:39:27 fs 1.4.124.2: #51143# some refactoring - should now display the More button only when (halfway) needed; should now also allow for message boxes displaying one text only 2006/05/10 11:00:22 fs 1.4.124.1: +MessageType::AUTO

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0ec93c73a897a912464ede94c2f5a64973571195]

        INTEGRATION: CWS qiq (1.32.124); FILE MERGED 2006/05/17 04:30:48 fs 1.32.124.3: #i51143# changed signature of OSQLParseTreeIterator 2006/05/12 13:47:01 fs 1.32.124.2: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize) 2006/05/12 11:09:55 fs 1.32.124.1: #i51143# +allowViews/+allowQueries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6deeebb632257659a5c878051d4f31ef7d2cd142]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/17 11:41:48 fs 1.1.2.1: abstracting the check for valid object names

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6cd7740f05f317a7fa0ce2ae28b24f9615a7631a]

        INTEGRATION: CWS wordcountopt (1.70.66); FILE MERGED 2006/06/04 16:46:44 fme 1.70.66.2: RESYNC: (1.70-1.71); FILE MERGED 2006/05/02 08:33:21 fme 1.70.66.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e2a17277bb1f41c8962abc8605d4665168e4415a]

        INTEGRATION: CWS qiq (1.9.124); FILE MERGED 2006/05/17 11:46:46 fs 1.9.124.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b5e40a7273e9dc225441ec9378e2a6ad6b9b5b84]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:55:10 fs 1.1.2.4: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate 2006/05/24 06:47:16 fs 1.1.2.3: parts of this now implemented using XObjectNames from the connection 2006/05/18 09:17:04 fs 1.1.2.2: #i51143# make checker classes noncopyiable, added new classes for checking table and query names against both table and query containers (if the database supports queries in queries) 2006/05/17 11:42:09 fs 1.1.2.1: default implementations for IObjectNameCheck

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [38cadfa762d5cc289a9cc815c1c4fb3421de1226]

        INTEGRATION: CWS qiq (1.93.12); FILE MERGED 2006/05/17 11:46:20 fs 1.93.12.4: #i51143# 2006/05/15 14:20:02 fs 1.93.12.3: #i51143 moved STR_WARNINGS_DURING_CONNECT moved from dbu_resource to dbu_misc 2006/05/11 11:27:41 fs 1.93.12.2: #i51143# +STR_WARNINGS_DURING_CONNECT 2006/05/11 10:38:45 fs 1.93.12.1: #i51143# removed STR_GENERAL_SDB_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3cad9a58a975775fbabb7b08b46886a208e55f66]

        INTEGRATION: CWS wordcountopt (1.61.60); FILE MERGED 2006/06/04 16:45:28 fme 1.61.60.2: RESYNC: (1.61-1.62); FILE MERGED 2006/05/02 08:33:21 fme 1.61.60.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3b37baf15cf7b3df219372c266659b8288d1eb49]

        INTEGRATION: CWS wordcountopt (1.88.178); FILE MERGED 2006/05/02 08:33:20 fme 1.88.178.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c71f979b6d5c9c4225b1d14075a1b2e0fd9d2c49]

        INTEGRATION: CWS qiq (1.6.124); FILE MERGED 2006/07/03 19:47:59 fs 1.6.124.2: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/05/10 11:00:52 fs 1.6.124.1: #i51143# error messages when a query cannot be opened in graphical design

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [284dd368a42dc9dad63319f578fda0a0d6a79845]

        INTEGRATION: CWS wordcountopt (1.68.122); FILE MERGED 2006/05/03 07:39:15 fme 1.68.122.2: RESYNC: (1.68-1.69); FILE MERGED 2006/05/02 08:33:20 fme 1.68.122.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [51be8af1c772e9268482f80ac398e6dba34ff528]

        INTEGRATION: CWS qiq (1.5.124); FILE MERGED 2006/05/24 06:47:48 fs 1.5.124.4: moved two strings to another place (adbt lib) 2006/05/18 09:16:13 fs 1.5.124.3: #i51143# 2006/05/17 11:46:20 fs 1.5.124.2: #i51143# 2006/05/15 14:20:02 fs 1.5.124.1: #i51143 moved STR_WARNINGS_DURING_CONNECT moved from dbu_resource to dbu_misc

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [dcd4a5f66f1689ea2f48db74977c02f1811d80f0]

        INTEGRATION: CWS qiq (1.10.80); FILE MERGED 2006/05/19 10:53:25 fs 1.10.80.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2dd1768dedd1576e6c4a41959af5499e111f32b6]

        INTEGRATION: CWS wordcountopt (1.39.168); FILE MERGED 2006/05/02 08:33:20 fme 1.39.168.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9ddf2bcd3784e755139f4ae49813de6da05a2492]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/06/19 09:26:26 fs 1.7.124.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available 2006/05/12 11:09:18 fs 1.7.124.1: #i51143# allow queries in this dialog, too

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5b46539793b4a0a2e87532f9ec648c1d6ff988f1]

        INTEGRATION: CWS wordcountopt (1.57.76); FILE MERGED 2006/05/04 07:58:20 fme 1.57.76.2: #i64985# Word count should be done during idle time 2006/05/02 08:33:19 fme 1.57.76.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b988f7ff0f0460531dfec5e838e5ac549bc651e6]

        INTEGRATION: CWS qiq (1.28.124); FILE MERGED 2006/05/17 11:46:03 fs 1.28.124.1: ::dbaui::insertHierarchyElement needs an ORB now

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6b170883331c2d1b261d00286a81a9cedc8241d2]

        INTEGRATION: CWS wordcountopt (1.44.288); FILE MERGED 2006/05/03 07:36:59 fme 1.44.288.2: RESYNC: (1.44-1.45); FILE MERGED 2006/05/02 08:33:19 fme 1.44.288.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1512ae0808560fb30f45e571570188bd062e09d5]

        INTEGRATION: CWS qiq (1.13.122); FILE MERGED 2006/07/03 19:47:59 fs 1.13.122.3: #i51143# don't allow to add queries to the designer which do not produce a result set 2006/06/27 12:37:44 fs 1.13.122.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/10 10:56:58 fs 1.13.122.1: #i51143# allow to hold a query, not only a table

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ac81b118e66b83318faf60a76d43258f90f95a25]

        INTEGRATION: CWS wordcountopt (1.54.76); FILE MERGED 2006/06/04 16:42:35 fme 1.54.76.2: RESYNC: (1.54-1.56); FILE MERGED 2006/05/02 08:33:19 fme 1.54.76.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cda192e55a269480907e039353683398beecdee1]

        INTEGRATION: CWS qiq (1.36.4); FILE MERGED 2006/05/12 13:47:01 fs 1.36.4.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e8329b864091ef02efce14018763f7845fdb590d]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/07/03 19:47:59 fs 1.7.124.1: #i51143# don't allow to add queries to the designer which do not produce a result set

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [405ca46b067aaa263b13f37dec9a1019f12ea29a]

        INTEGRATION: CWS wordcountopt (1.48.178); FILE MERGED 2006/05/02 08:33:18 fme 1.48.178.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ca4efe93c15e77b13001cc0a61000cb3f9ef47c8]

        INTEGRATION: CWS qiq (1.15.124); FILE MERGED 2006/05/12 13:47:00 fs 1.15.124.2: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize) 2006/05/12 11:09:54 fs 1.15.124.1: #i51143# +allowViews/+allowQueries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d7240746f0ea32e70cdaa706b5ff16dfca19da91]

        INTEGRATION: CWS qiq (1.13.122); FILE MERGED 2006/06/27 12:35:48 fs 1.13.122.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/10 10:59:42 fs 1.13.122.1: #i51143# allow to hold a query, not only a table

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b14865d9d183e5d7748b80f973e987b26d9457b7]

        INTEGRATION: CWS wordcountopt (1.19.132); FILE MERGED 2006/05/02 08:33:18 fme 1.19.132.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a264dfe40b95b9b78a0de8a1f18887b053005070]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/05/17 11:45:15 fs 1.7.124.2: #i51143# AddTableDialog is now in the responsibility of the controller, not the view (allows late construction as needed) 2006/05/12 11:09:00 fs 1.7.124.1: #i51143# +m_pDialogContext

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7f7f6f1b04af0404b8bb79c9392b0d1bc448b84c]

        INTEGRATION: CWS qiq (1.20.124); FILE MERGED 2006/06/19 09:23:53 fs 1.20.124.3: #i51143# +impl_getDialogContext 2006/05/17 11:45:15 fs 1.20.124.2: #i51143# AddTableDialog is now in the responsibility of the controller, not the view (allows late construction as needed) 2006/05/12 11:08:48 fs 1.20.124.1: #i51143# +allowViews/+allowQueries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e006885a3d8bf3efccd30d00e5b2bb2e95e6a6eb]

        INTEGRATION: CWS wordcountopt (1.16.290); FILE MERGED 2006/05/02 08:33:18 fme 1.16.290.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [84cff5c65ae91680f2fdae47a000e7b281236875]

        INTEGRATION: CWS qiq (1.45.118); FILE MERGED 2006/06/09 12:13:14 fs 1.45.118.2: #i51143# small layout changes 2006/05/19 10:55:35 fs 1.45.118.1: #i51143# made some strings global

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6c6fc0e73bff40463cf07db665afae1651446a9f]

        INTEGRATION: CWS wordcountopt (1.6.312); FILE MERGED 2006/05/02 08:33:18 fme 1.6.312.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e63fc5824812a85cac8a518336b5bf38ba003609]

        INTEGRATION: CWS qiq (1.5.18); FILE MERGED 2006/05/19 10:55:35 fs 1.5.18.1: #i51143# made some strings global

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bba029c88079943ca703dfc34bf01c7d07d864bd]

        INTEGRATION: CWS wordcountopt (1.26.128); FILE MERGED 2006/05/02 08:33:17 fme 1.26.128.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9a2deae11b3d851455081324bd79422169f61eff]

        INTEGRATION: CWS qiq (1.20.118); FILE MERGED 2006/06/29 08:08:34 fs 1.20.118.13: #i10000# unxsols4 doesn't like _X as identifier (is this a macro?) 2006/06/28 10:31:10 fs 1.20.118.12: #i10000# 2006/06/27 12:32:54 fs 1.20.118.11: RESYNC: (1.20-1.21); FILE MERGED 2006/06/14 12:38:24 fs 1.20.118.10: corrected building aSubInfo 2006/06/12 10:50:07 fs 1.20.118.9: proper calculation of bMoreDetailsAvailable 2006/06/01 13:59:02 fs 1.20.118.8: #i51143# slight rearrangements for better look 2006/06/01 13:27:00 fs 1.20.118.7: #i51143# slight rearrangements for better look 2006/06/01 13:12:07 fs 1.20.118.6: #i51143# slight rearrangements for better look 2006/05/19 11:44:28 fs 1.20.118.5: now really 2006/05/19 10:54:36 fs 1.20.118.4: during #i51143#: display the More button only if there is more to display 2006/05/11 11:26:56 fs 1.20.118.3: #i51143# make primary text two full lines high 2006/05/11 10:39:37 fs 1.20.118.2: #51143# some refactoring - should now display the More button only when (halfway) needed; should now also allow for message boxes displaying one text only 2006/05/10 10:59:32 fs 1.20.118.1: +ImageType::AUTO

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0a406e3fce193c6f769b448db1efa5181722cfc4]

        INTEGRATION: CWS wordcountopt (1.42.122); FILE MERGED 2006/05/02 08:33:17 fme 1.42.122.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [13bc070a2b72ae64f9f99f34fc2d1f19cf06b20d]

        INTEGRATION: CWS qiq (1.43.118); FILE MERGED 2006/05/17 11:50:20 fs 1.43.118.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6b2e95d49830bf4c0ce92acc76b42249dc22eed1]

        INTEGRATION: CWS wordcountopt (1.14.236); FILE MERGED 2006/05/02 08:32:56 fme 1.14.236.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ceaf3ab873dbbdd2d7877853b788cad5ebc36cfa]

        INTEGRATION: CWS qiq (1.6.124); FILE MERGED 2006/05/17 11:46:51 fs 1.6.124.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7cd3a354992d36f8e9e4fdabed12ca37a77f67bf]

        INTEGRATION: CWS wordcountopt (1.42.64); FILE MERGED 2006/06/04 16:34:25 fme 1.42.64.2: RESYNC: (1.42-1.43); FILE MERGED 2006/05/02 08:32:56 fme 1.42.64.1: #i64985# Word count should be done during idle time

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0fa11fb60b4b0896bdee5df42a0774995d072a01]

        INTEGRATION: CWS qiq (1.26.124); FILE MERGED 2006/06/28 10:31:10 fs 1.26.124.4: #i10000# 2006/06/27 12:28:01 fs 1.26.124.3: RESYNC: (1.26-1.27); FILE MERGED 2006/05/24 06:49:24 fs 1.26.124.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/17 11:46:59 fs 1.26.124.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9fbf59d4b857db24f35ace18f411a02b2515c213]

        INTEGRATION: CWS qiq (1.96.2); FILE MERGED 2006/06/27 12:26:32 fs 1.96.2.2: RESYNC: (1.96-1.97); FILE MERGED 2006/05/10 10:58:35 fs 1.96.2.1: default APPEND_TABLE_ALIAS to false

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a161ceeb5fb95a75778343f647291cdb82cad970]

        INTEGRATION: CWS qiq (1.30.118); FILE MERGED 2006/06/19 09:26:21 fs 1.30.118.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available 2006/05/12 11:09:28 fs 1.30.118.1: #i51143# allow queries in this dialog, too

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [47768882ff2b58e3caaa4c2b64e930d7911a534f]

        INTEGRATION: CWS qiq (1.3.124); FILE MERGED 2006/06/19 09:26:20 fs 1.3.124.2: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available 2006/05/12 11:09:27 fs 1.3.124.1: #i51143# allow queries in this dialog, too

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bd293575440a3f1ab3aca6042937f6c8a23abcf3]

        INTEGRATION: CWS qiq (1.22.68); FILE MERGED 2006/06/28 10:31:10 fs 1.22.68.5: #i10000# 2006/06/27 12:26:21 fs 1.22.68.4: RESYNC: (1.22-1.23); FILE MERGED 2006/06/19 09:26:20 fs 1.22.68.3: #i51143# 'Add Tables' or 'Add Table or Query' decision now publicly available 2006/05/24 06:49:24 fs 1.22.68.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/12 11:09:27 fs 1.22.68.1: #i51143# allow queries in this dialog, too

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [562e2a896536e52079dc1ac262e7a40f4518678a]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/27 12:22:06 fs 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/17 11:44:41 fs 1.4.124.1: ::dbaui::insertHierarchyElement needs an ORB now

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [89165e402dbd923a89630cce8e0a0b1112784015]

        INTEGRATION: CWS qiq (1.42.118); FILE MERGED 2006/05/31 09:50:38 fs 1.42.118.1: bmp->png

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2d643ff33b873171a2b24799b7b70dc363fd60d3]

        INTEGRATION: CWS qiq (1.15.118); FILE MERGED 2006/06/27 12:18:29 fs 1.15.118.3: RESYNC: (1.15-1.16); FILE MERGED 2006/06/09 13:15:23 fs 1.15.118.2: #i51143# use GetTableOrQuery, not GetTable 2006/05/10 11:52:37 fs 1.15.118.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [443ea2410044cbe41ea85d002a3ee0f6c5f62f2e]

        INTEGRATION: CWS qiq (1.174.10); FILE MERGED 2006/06/27 12:17:50 fs 1.174.10.4: RESYNC: (1.174-1.175); FILE MERGED 2006/06/19 09:27:51 fs 1.174.10.3: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/24 06:49:23 fs 1.174.10.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/12 13:47:00 fs 1.174.10.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [463a2761257c7b0ff9d5f132bd733fd3fc6f913f]

        INTEGRATION: CWS qiq (1.55.118); FILE MERGED 2006/05/17 11:43:55 fs 1.55.118.1: some less identifier name clashes

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e73db28fbf3cb475dd88cc75c7047e21e831078c]

        INTEGRATION: CWS qiq (1.16.124); FILE MERGED 2006/06/19 09:27:51 fs 1.16.124.1: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a9f1e29abf1a5966f46639567c9a9f7db8adb06a]

        INTEGRATION: CWS qiq (1.68.10); FILE MERGED 2006/07/04 14:34:44 fs 1.68.10.6: reverted a previous change which just worked around a bug in framework - now fixed this bug (#i66983#) properly 2006/07/03 14:09:34 fs 1.68.10.5: bug in framework - order of status notification matters for check-items in toolboxes 2006/06/27 12:16:50 fs 1.68.10.4: RESYNC: (1.68-1.69); FILE MERGED 2006/06/19 10:10:33 fs 1.68.10.3: proper cache check 2006/06/19 09:27:50 fs 1.68.10.2: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/12 13:47:00 fs 1.68.10.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cecee402a2bbc240b07e3b447459bf791945e6b2]

        INTEGRATION: CWS qiq (1.91.16); FILE MERGED 2006/06/27 12:14:15 fs 1.91.16.3: RESYNC: (1.91-1.92); FILE MERGED 2006/06/19 09:27:50 fs 1.91.16.2: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/11 10:38:04 fs 1.91.16.1: during #i51143#: don't use prependContextInfo if we have only one error string

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5ae7e129ca32c2fdfc9afaecb931b793fa65e868]

        INTEGRATION: CWS qiq (1.12.18); FILE MERGED 2006/06/27 12:12:07 fs 1.12.18.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/24 06:49:22 fs 1.12.18.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2f90012869f5688ee8871ce3d8365d9927f6f5fd]

        INTEGRATION: CWS qiq (1.17.24); FILE MERGED 2006/06/27 12:11:55 fs 1.17.24.5: RESYNC: (1.17-1.18); FILE MERGED 2006/05/24 06:49:21 fs 1.17.24.4: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/18 09:16:12 fs 1.17.24.3: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries 2006/05/17 11:43:31 fs 1.17.24.2: refactored OSaveAsDlg in preparation of #i51143# 2006/05/12 14:34:42 fs 1.17.24.1: #i51143# when creating a view from a query, substitute sub queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4cce977bd603e22f5c760f479b79c27f1ea597fd]

        INTEGRATION: CWS qiq (1.14.76); FILE MERGED 2006/06/27 12:11:45 fs 1.14.76.7: RESYNC: (1.14-1.15); FILE MERGED 2006/05/18 09:16:11 fs 1.14.76.6: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries 2006/05/17 11:43:31 fs 1.14.76.5: refactored OSaveAsDlg in preparation of #i51143# 2006/05/15 14:22:14 fs 1.14.76.4: #i51143# display of warnings moved to the DataSourceConnector class 2006/05/12 13:46:59 fs 1.14.76.3: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize) 2006/05/12 11:12:31 fs 1.14.76.2: WARNINGS_DURING_CONNECT with SQLContext, not SQLWarning 2006/05/11 11:27:17 fs 1.14.76.1: #i51143# respect connection warnings when connecting

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5c1ed16dbed0651d612fcb80540772ac149a8fcf]

        INTEGRATION: CWS qiq (1.13.96); FILE MERGED 2006/05/12 13:46:59 fs 1.13.96.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ad7badcfd9795cfcfff324fe8f5075885ba3d872]

        INTEGRATION: CWS qiq (1.29.12); FILE MERGED 2006/06/27 12:11:34 fs 1.29.12.5: RESYNC: (1.29-1.30); FILE MERGED 2006/06/19 09:27:49 fs 1.29.12.4: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState 2006/05/24 06:49:21 fs 1.29.12.3: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/18 09:16:11 fs 1.29.12.2: #i51143# when creating/pasting/saving a table/query, care for name collisions with both tables and queries (usign a DynamicTableOrQueryNameCheck), if the database supports queries in queries 2006/05/17 11:43:31 fs 1.29.12.1: refactored OSaveAsDlg in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d1c6989f83aa16c0c6594b18cbd77c31028849ad]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:52:33 fs 1.1.2.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [130849ffff55221e8d33122764c3315c8bb898c3]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/05/24 06:53:08 fs 1.7.124.1: #i51143# building an sdbtools lib

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [208f4efa2a750ee8be10837c183afa59733893b3]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:45:59 fs 1.1.2.3: #i51143# STR_NO_QUOTES_IN_QUERY_NAMES 2006/05/30 08:25:15 fs 1.1.2.2: +STR_BASENAME* 2006/05/24 06:56:19 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [91b5598e1859e78c50567df457031b8f376549ed]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:56:09 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2ff303ca842dd0528155d69f731d5a6658cc23f5]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/28 10:31:09 fs 1.1.2.2: #i10000# 2006/05/24 06:55:58 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4b1e6c1d6ddcf767aafc68a3b4dd2df5cb08e1fe]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:55:48 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [67d4cabd55d3f0ca540c5bfa8554d7be711dfaf2]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:45:47 fs 1.1.2.3: #i51143# STR_NO_QUOTES_IN_QUERY_NAMES 2006/05/30 08:25:04 fs 1.1.2.2: +STR_BASENAME* 2006/05/24 06:55:38 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4da601e50d8d9e5b6fc810320da582ba9390fca4]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:55:28 fs 1.1.2.1: new lib sdbt

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ce7d8915eadfa24c27e7ae261fa222344a3f2e22]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:54:32 fs 1.1.2.1: XTableName implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e25ad82ffe93dcb7db0abdcb49e2dec1a77e03fb]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:52:21 fs 1.1.2.3: #i51143# extension of XObjectNames 2006/05/30 08:24:11 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:54:23 fs 1.1.2.1: XObjectNames implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3a26f758786fdb6ad4ce400f2d03f2e49b379927]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/28 10:31:09 fs 1.1.2.4: #i10000# 2006/06/01 09:52:21 fs 1.1.2.3: #i51143# extension of XObjectNames 2006/05/30 08:24:11 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:54:23 fs 1.1.2.1: XObjectNames implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0ac76886a748e540bb8a7dde0e3f38a4f2d442c7]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:54:37 fs 1.1.2.1: makefile

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6f1438ee485603748e472d82a20599b84d8430ce]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:54:11 fs 1.1.2.1: XDataSourceMetaData implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5419c1f262ef2c7f135be0abda914e9ddf8e2127]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:54:10 fs 1.1.2.1: XDataSourceMetaData implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a780f00a7eb80c064ccb147e99c0059352ed9a2a]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/30 08:24:46 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:54:03 fs 1.1.2.1: initial checkin - XConnectionTools implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f2a39a4fdce2dbf261355d85f4616f5d0ef3c51a]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/30 08:24:46 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:54:02 fs 1.1.2.1: initial checkin - XConnectionTools implementation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [305eff56b15312110e22d4be4f634248c52e520a]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/29 07:13:27 fs 1.1.2.2: #i10000# 2006/05/24 06:53:34 fs 1.1.2.1: initial checkin - bas class for connection-dependent components

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [92b8a1d81831ab4994a0a60cf5f8ecdcd63e4739]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:52:06 fs 1.1.2.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8751883df4d455bf9224f67b9ba8bd800852913b]

        INTEGRATION: CWS qiq (1.48.118); FILE MERGED 2006/07/04 08:24:30 fs 1.48.118.5: minor typo 2006/07/03 19:48:48 fs 1.48.118.4: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set 2006/06/09 11:54:57 fs 1.48.118.3: #i51143# +RID_STR_COMMAND_LEADING_TO_ERROR 2006/05/11 11:26:07 fs 1.48.118.2: #i51143# 2006/05/10 14:25:01 fs 1.48.118.1: #i51143# RID_STR_CONFLICTING_NAMES

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6a1309499d015b6f18f8c8593b6ae20fcd0fb946]

        INTEGRATION: CWS qiq (1.7.20); FILE MERGED 2006/06/09 11:55:55 fs 1.7.20.1: #i51143# +loadString with placeholder replacement

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [661930677b76ed830079d21eee4c44a19317f6cb]

        INTEGRATION: CWS qiq (1.2.4); FILE MERGED 2006/06/30 13:28:53 fs 1.2.4.3: warning-free code 2006/05/19 10:52:28 fs 1.2.4.2: signature of SQLExceptionIteratorHelper ctor changed during #i51143# 2006/05/10 14:24:38 fs 1.2.4.1: #i51143# convenience version of appendWarning

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [de940578bb43ed50a75b55f2783b8e63fe9db773]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:03:19 fs 1.1.2.1: implementin XVeto

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6184c1a9b9b8ddc0a847d5600f34790609beb1f0]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/28 10:31:09 fs 1.1.2.6: #i10000# 2006/06/01 09:54:44 fs 1.1.2.5: #i51143# XObjectNames: checkNameIsUsed -> checkNameForCreate 2006/05/31 11:05:33 fs 1.1.2.4: ObjectNameApproval now always throwing an SQLException 2006/05/30 12:56:32 fs 1.1.2.3: +ErrorReportType 2006/05/30 08:23:40 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 14:55:21 fs 1.1.2.1: validating a query or table name

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f3662c2026693b7440706289d4f435da0a3e2178]

        INTEGRATION: CWS qiq (1.12.2); FILE MERGED 2006/05/31 11:04:12 fs 1.12.2.2: #i51143# +veto 2006/05/24 14:56:46 fs 1.12.2.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [74adea0f4824aed5d6dfec04b249294c2e70f6e8]

        INTEGRATION: CWS swqbf72 (1.17.210); FILE MERGED 2006/06/29 08:35:43 od 1.17.210.1: #b6443897# method <SwObjectFormatterTxtFrm::CheckMovedFwdCondition(..)> 	   - handle special case for moved forward anchor frames in 	     follow flow rows.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [374142b8b40e50a81d19435c0c133600586aa3cb]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/27 12:04:50 fs 1.4.124.2: RESYNC: (1.4-1.6); FILE MERGED 2006/06/16 11:47:41 fs 1.4.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5592b81c234820ce03db2615743ebe7a43bb7a6c]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/27 12:04:42 fs 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/16 11:47:41 fs 1.4.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e8102b036e1f40669b612aa64a5f991937369ada]

        INTEGRATION: CWS swqbf72 (1.37.166); FILE MERGED 2006/06/29 08:31:56 od 1.37.166.1: #b6443897# method <SwFrm::IsInSplitTableRow()> 	   - frames inside a headline row aren't in a splitted table row.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7395b0f37647f2ad6364c96e6e3a228913b84c93]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:05:08 fs 1.1.2.2: #i51143# XContainerApproveListener return XVeto now, instead of throwing 2006/05/24 14:55:43 fs 1.1.2.1: outlined the previously inlined virtual methods

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e0b87cdd08970f93772f6e0f4880163f893859b4]

        INTEGRATION: CWS qiq (1.4.4); FILE MERGED 2006/06/30 13:28:23 fs 1.4.4.2: warning-free code 2006/05/10 14:24:34 fs 1.4.4.1: #i51143# convenience version of appendWarning

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8766cf776a2b7b114762ea54795cc8d5bde5267a]

        INTEGRATION: CWS qiq (1.13.124); FILE MERGED 2006/06/27 12:04:32 fs 1.13.124.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/16 11:47:41 fs 1.13.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [779cfa7b75420b4eaa289b951e212bdc22085f4c]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:03:06 fs 1.1.2.1: implementin XVeto

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7958e88994a5db78f0ed3adfad665e41ed387b2a]

        INTEGRATION: CWS qiq (1.25.124); FILE MERGED 2006/06/16 11:47:41 fs 1.25.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [43fa2a5d1ce87be37642f7f3545cb182c11d9b22]

        INTEGRATION: CWS qiq (1.25.124); FILE MERGED 2006/06/27 12:03:24 fs 1.25.124.2: RESYNC: (1.25-1.26); FILE MERGED 2006/06/16 11:47:40 fs 1.25.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ce2eca9524d0c4caa42410da23a821a89b49bd69]

        INTEGRATION: CWS qiq (1.13.4); FILE MERGED 2006/05/31 11:09:10 fs 1.13.4.3: #i51143# XContainerApproveListener return XVeto now, instead of throwing 2006/05/24 14:54:20 fs 1.13.4.2: #i51143# be an XContainerApproveListener at the command definition container, to prevent somebody inserting a command definition with a name conflicting with a table (in case tables and queries share the same namespace) 2006/05/24 09:09:44 fs 1.13.4.1: #i51143# overwrite approveNewObject

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a3e56407754681071673c6f0c5bb72c7c0cf1c3a]

        INTEGRATION: CWS qiq (1.22.20); FILE MERGED 2006/06/28 10:31:08 fs 1.22.20.1: #i10000#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ca0f7770349b2958037ef2d823570e6f8571995f]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:06:00 fs 1.1.2.3: ObjectNameApproval now always throwing an SQLException 2006/05/30 12:55:31 fs 1.1.2.2: +ErrorReportType 2006/05/24 14:49:08 fs 1.1.2.1: validating a query or table name

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2945db1e87c082ffd84e6da81617daa9fa872caf]

        INTEGRATION: CWS qiq (1.4.4); FILE MERGED 2006/06/16 11:47:40 fs 1.4.4.3: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/24 14:54:55 fs 1.4.4.2: #i51143# be an XContainerApproveBroadcaster
        2006/05/24 09:09:57 fs 1.4.4.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2e4bd78f3790df3fd2dcc75ab9ee760188d3ed71]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/27 12:04:12 fs 1.4.124.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/16 11:47:40 fs 1.4.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a99de9bb6c84815bc8406e2090f3501c4316d1d5]

        INTEGRATION: CWS qiq (1.3.124); FILE MERGED 2006/06/09 11:55:43 fs 1.3.124.1: #i51143# +loadString with placeholder replacement

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1c427823deef2e856d4b13d8dc77bc2b10796689]

        INTEGRATION: CWS qiq (1.11.124); FILE MERGED 2006/07/03 19:48:47 fs 1.11.124.3: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set 2006/06/09 11:54:48 fs 1.11.124.2: #i51143# +RID_STR_COMMAND_LEADING_TO_ERROR 2006/05/10 14:24:04 fs 1.11.124.1: #i51143# RID_STR_CONFLICTING_NAMES

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5c2de661f5992d57535195dcfe4ff9ca9d3b0f81]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/31 11:06:15 fs 1.1.2.2: #i51143# throwing all exceptions is now allowed 2006/05/24 14:42:18 fs 1.1.2.1: small interface for approving insertions into a container - has potential to me more than it currently is :)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4020848d97088b6b4165572c80a6e66be66f67de]

        INTEGRATION: CWS qiq (1.3.124); FILE MERGED 2006/06/30 13:28:23 fs 1.3.124.1: warning-free code

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [936150fd41bf88179b1120dd361eff914366fd29]

        INTEGRATION: CWS qiq (1.25.124); FILE MERGED 2006/06/30 13:28:23 fs 1.25.124.3: warning-free code 2006/06/27 12:03:41 fs 1.25.124.2: RESYNC: (1.25-1.26); FILE MERGED 2006/06/16 11:47:40 fs 1.25.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [aba08c13d6d01a21c0e28c37184df2dfde91fe05]

        INTEGRATION: CWS qiq (1.16.124); FILE MERGED 2006/06/27 12:03:33 fs 1.16.124.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/16 11:47:40 fs 1.16.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6818517b3706690d78dbb0fca488576bf3600f36]

        INTEGRATION: CWS qiq (1.6.20); FILE MERGED 2006/06/30 13:28:50 fs 1.6.20.3: #i51143# getQueryWithSubstitution can throw an SQLException 2006/05/10 12:40:42 fs 1.6.20.2: #i51143# m_xTables -> m_xConnectionTables, to better distinct them from our own tables (which are part of the statement) 2006/05/10 10:57:34 fs 1.6.20.1: #i51443# +getQueryWithSubstitution

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7c497bd11d15a4b1959b8d18b403e1b4cad66240]

        INTEGRATION: CWS qiq (1.6.124); FILE MERGED 2006/06/16 11:47:40 fs 1.6.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [13e0ebeaf379ccad45e30ed16ce62fa74b9ea10f]

        INTEGRATION: CWS qiq (1.3.124); FILE MERGED 2006/06/28 10:31:08 fs 1.3.124.3: #i10000# 2006/05/31 11:09:10 fs 1.3.124.2: #i51143# XContainerApproveListener return XVeto now, instead of throwing 2006/05/24 14:52:56 fs 1.3.124.1: #i51143# also implementing XContainerApproveListener

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e260e02d6be59352f4be8da900ebc6f925171b97]

        INTEGRATION: CWS qiq (1.36.2); FILE MERGED 2006/06/30 13:27:53 fs 1.36.2.1: warning-free code

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [40ca9de0b985c1c396ecfb9131d3000d430dc886]

        INTEGRATION: CWS qiq (1.8.122); FILE MERGED 2006/05/24 14:58:36 fs 1.8.122.2: #i51143# approveNewObject superseded by some abstract interface 2006/05/24 09:11:51 fs 1.8.122.1: #i51143# more detailed error messages during approveNewObject

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ff85e7ec81165f08f441daa27141fc9ed3e4624d]

        INTEGRATION: CWS qiq (1.17.52); FILE MERGED 2006/06/30 13:27:52 fs 1.17.52.6: warning-free code 2006/06/27 12:02:12 fs 1.17.52.5: RESYNC: (1.17-1.18); FILE MERGED 2006/06/16 11:47:39 fs 1.17.52.4: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/24 15:12:47 fs 1.17.52.3: string should be in a resource
        2006/05/24 14:58:35 fs 1.17.52.2: #i51143# approveNewObject superseded by some abstract interface
        2006/05/24 09:11:50 fs 1.17.52.1: #i51143# more detailed error messages during approveNewObject

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a09efabdaca12caa5760dfe33c4f9fbda24e2718]

        INTEGRATION: CWS qiq (1.21.4); FILE MERGED 2006/06/28 10:31:08 fs 1.21.4.5: #i10000# 2006/06/16 11:47:39 fs 1.21.4.4: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/31 11:08:51 fs 1.21.4.3: #i51143# XContainerApproveListener return XVeto now, instead of throwing - need to translate this
        2006/05/24 14:55:16 fs 1.21.4.2: #i51143# be an XContainerApproveBroadcaster
        2006/05/24 09:11:14 fs 1.21.4.1: #i51143# more detailed error messages during approveNewObject

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d375b92daf3298c6807ee6c307832970d11803ee]

        INTEGRATION: CWS qiq (1.68.10); FILE MERGED 2006/06/27 12:01:48 fs 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED 2006/05/24 09:12:07 fs 1.68.10.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4e9eb6628baeb33149785552ded4ce0e3f3746a4]

        INTEGRATION: CWS qiq (1.23.4); FILE MERGED 2006/05/30 08:23:21 fs 1.23.4.4: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:41:37 fs 1.23.4.3: #i51143# implement XConnectionTools 2006/05/11 11:25:53 fs 1.23.4.2: #i51143# derive from XWarningsSupplier (already implemented, but not derived) 2006/05/10 14:23:54 fs 1.23.4.1: #i51143# when connecting, check for conflicts between query and table names, and warn about them

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [02fb9f5957979030553bd270a08967b55c4b883a]

        INTEGRATION: CWS qiq (1.46.2); FILE MERGED 2006/06/28 10:31:08 fs 1.46.2.7: #i10000# 2006/06/27 12:01:11 fs 1.46.2.6: RESYNC: (1.46-1.47); FILE MERGED 2006/06/19 09:44:36 fs 1.46.2.5: #i51143# don't check for name conflicts between tables and queries if the connection does not support queries in queries 2006/06/16 11:47:39 fs 1.46.2.4: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/30 08:23:20 fs 1.46.2.3: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time)
        2006/05/24 06:41:37 fs 1.46.2.2: #i51143# implement XConnectionTools
        2006/05/10 14:23:54 fs 1.46.2.1: #i51143# when connecting, check for conflicts between query and table names, and warn about them

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [502bf78d4d37f4573dec7106b6384e277a79c981]

        INTEGRATION: CWS qiq (1.15.124); FILE MERGED 2006/06/16 11:47:39 fs 1.15.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d69fd05e9891e62e9334729220e147d613ca86a5]

        INTEGRATION: CWS qiq (1.17.124); FILE MERGED 2006/06/16 11:47:38 fs 1.17.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1e2698372101487b28843ca0b5a144c5bd3ad696]

        INTEGRATION: CWS qiq (1.7.124); FILE MERGED 2006/05/24 14:57:33 fs 1.7.124.2: #i51143# 2006/05/24 09:12:35 fs 1.7.124.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [42b299e4ee7034431f38401a205428d3e60f7ef2]

        INTEGRATION: CWS qiq (1.11.124); FILE MERGED 2006/06/27 12:01:02 fs 1.11.124.3: RESYNC: (1.11-1.12); FILE MERGED 2006/06/16 11:47:38 fs 1.11.124.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/24 14:57:33 fs 1.11.124.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4fadf359c3fffcb2f151a2c7fbeefe5260284e8c]

        INTEGRATION: CWS qiq (1.11.24); FILE MERGED 2006/06/30 13:27:52 fs 1.11.24.1: warning-free code

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d41d265ff10f0d19b536cc5bb4e3148b15aed313]

        INTEGRATION: CWS qiq (1.13.2); FILE MERGED 2006/06/30 13:27:52 fs 1.13.2.1: warning-free code

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f13f851da345760c6ca48625378a4cd67a0e69db]

        INTEGRATION: CWS qiq (1.5.124); FILE MERGED 2006/06/27 12:00:07 fs 1.5.124.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/16 11:47:38 fs 1.5.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e17cce60abba74b6d69662baaf913cb569836964]

        INTEGRATION: CWS qiq (1.3.124); FILE MERGED 2006/06/27 11:59:58 fs 1.3.124.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/16 11:47:38 fs 1.3.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2281acbd6efd42d39490ad8d56f2da01138ae56e]

        INTEGRATION: CWS qiq (1.5.118); FILE MERGED 2006/06/27 11:59:49 fs 1.5.118.4: RESYNC: (1.5-1.6); FILE MERGED 2006/06/16 13:19:31 fs 1.5.118.3: added explanation for the previous change 2006/06/16 13:14:27 fs 1.5.118.2: ChildHelper_Impl did not work as expected (the parent of m_pColumns are we ourself, and we die earlier than the column descriptor which we put into m_pImpl 2006/06/16 11:47:38 fs 1.5.118.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d37d14d48b53228f59f4165bf7a67298415095a9]

        INTEGRATION: CWS qiq (1.22.118); FILE MERGED 2006/06/27 11:59:41 fs 1.22.118.3: RESYNC: (1.22-1.23); FILE MERGED 2006/06/16 11:47:38 fs 1.22.118.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/24 06:40:22 fs 1.22.118.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [06ef663f88917c87bedf9d3284014b7902bc097e]

        INTEGRATION: CWS qiq (1.60.124); FILE MERGED 2006/06/27 11:59:33 fs 1.60.124.5: RESYNC: (1.60-1.61); FILE MERGED 2006/06/16 11:47:37 fs 1.60.124.4: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/31 11:05:14 fs 1.60.124.3: ObjectNameApproval now always throwing an SQLException
        2006/05/30 12:56:20 fs 1.60.124.2: #i51143# use an ObjectNameApproval in appendObject, to verify the name against existing query names (if the connection supports queries in queries)
        2006/05/24 06:40:21 fs 1.60.124.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1ef9805854bf9dfdfd4a7f1e3a85d99d71f27bbf]

        INTEGRATION: CWS qiq (1.54.124); FILE MERGED 2006/06/28 10:31:07 fs 1.54.124.4: #i10000# 2006/06/27 11:59:24 fs 1.54.124.3: RESYNC: (1.54-1.55); FILE MERGED 2006/06/16 11:47:37 fs 1.54.124.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/24 06:40:21 fs 1.54.124.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ec63dd0f7c44753f2a08bf2f255f149667509619]

        INTEGRATION: CWS qiq (1.14.124); FILE MERGED 2006/06/30 13:27:18 fs 1.14.124.2: #i51143# protect against recusive sub queries 2006/06/16 11:47:37 fs 1.14.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [60a0e471b6282ad15565e87ce99ef4c04b358f72]

        INTEGRATION: CWS qiq (1.26.78); FILE MERGED 2006/07/03 19:48:47 fs 1.26.78.6: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set 2006/06/30 13:27:18 fs 1.26.78.5: #i51143# protect against recusive sub queries 2006/06/28 10:31:07 fs 1.26.78.4: #i10000# 2006/06/27 11:58:02 fs 1.26.78.3: RESYNC: (1.26-1.27); FILE MERGED 2006/06/16 11:47:37 fs 1.26.78.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/06/01 12:32:55 fs 1.26.78.1: #i51143# also try to retrieve columns if the EscapeProcessing is FALSE - may be we're lucky ... (needed when such a query is added to the query designer)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [18c1a11d635871138227aae0c5fad24b3daae7a5]

        INTEGRATION: CWS qiq (1.23.4); FILE MERGED 2006/06/30 13:33:27 fs 1.23.4.8: #i51143# do not obtain the columns of a newly created query object 2006/06/28 10:31:07 fs 1.23.4.7: #i10000# 2006/06/16 11:47:37 fs 1.23.4.6: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/31 11:04:02 fs 1.23.4.5: #i51143# XContainerApproveListener return XVeto now, instead of throwing
        2006/05/30 12:55:02 fs 1.23.4.4: ObjectNameApproval extension
        2006/05/24 14:54:39 fs 1.23.4.3: #i51143# be an XContainerApproveListener at the command definition container, to prevent somebody inserting a command definition with a name conflicting with a table (in case tables and queries share the same namespace)
        2006/05/24 09:10:44 fs 1.23.4.2: #i51143# approveNewObject: use XObjectNames to determine whether the query name is allowed
        2006/05/10 14:23:16 fs 1.23.4.1: #i51143# when creating a new object, insert it into the command definition container (nearly) *last*

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c2c057a83456194e2e922aa008b9effaf96c0755]

        INTEGRATION: CWS qiq (1.63.18); FILE MERGED 2006/06/28 10:31:07 fs 1.63.18.2: #i10000# 2006/05/10 14:22:26 fs 1.63.18.1: no need to instantiate a SingleSelectQueryComposer directly

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [870d575affcf1739ce59034de64803cca11d1f6c]

        INTEGRATION: CWS qiq (1.17.2); FILE MERGED 2006/06/30 13:27:18 fs 1.17.2.1: #i51143# protect against recusive sub queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [dbb48e84dc04de4a9c638d5d2c0486917ddbe250]

        INTEGRATION: CWS qiq (1.29.124); FILE MERGED 2006/07/06 07:13:12 fs 1.29.124.7: #i46159# when retrieving composer columns, also use our own fallback when there is an _empty_ columns collection 2006/07/03 19:48:47 fs 1.29.124.6: #i51143# warning when trying to obtain columns for a query whose statement does not produce a result set 2006/06/30 13:27:17 fs 1.29.124.5: #i51143# protect against recusive sub queries 2006/06/27 11:51:49 fs 1.29.124.4: RESYNC: (1.29-1.30); FILE MERGED 2006/06/06 13:59:41 fs 1.29.124.3: #i51143# implCollectColumns: provide columns even if the QueryComposer cannot parse our statement (as long as at least the underlying connection can) 2006/06/01 12:49:35 fs 1.29.124.2: oops. implCollectColumns should throw if not parsable 2006/06/01 12:32:48 fs 1.29.124.1: #i51143# also try to retrieve columns if the EscapeProcessing is FALSE - may be we're lucky ... (needed when such a query is added to the query designer)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3408301f05f00f3222f2ebc7019b276ddd445f31]

        INTEGRATION: CWS qiq (1.21.124); FILE MERGED 2006/06/27 11:57:27 fs 1.21.124.2: RESYNC: (1.21-1.22); FILE MERGED 2006/06/16 11:47:37 fs 1.21.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [148efeb10689bda1a75d0d3577575988f332e90e]

        INTEGRATION: CWS qiq (1.21.2); FILE MERGED 2006/06/30 13:27:27 fs 1.21.2.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a33f896ef231b98eee1c75314b6909c659539427]

        INTEGRATION: CWS qiq (1.49.124); FILE MERGED 2006/06/30 13:26:32 fs 1.49.124.3: warning-free code 2006/06/27 11:56:11 fs 1.49.124.2: RESYNC: (1.49-1.50); FILE MERGED 2006/06/16 11:47:36 fs 1.49.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e3230810a8ee9c24055d62b882a0615df0a1cd60]

        INTEGRATION: CWS qiq (1.25.124); FILE MERGED 2006/06/28 10:31:07 fs 1.25.124.3: #i10000# 2006/06/27 11:56:53 fs 1.25.124.2: RESYNC: (1.25-1.26); FILE MERGED 2006/06/16 11:47:36 fs 1.25.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [20e4a4871da052b8a39916d268666915cb950556]

        INTEGRATION: CWS qiq (1.16.2); FILE MERGED 2006/06/30 13:23:35 fs 1.16.2.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a903591d0d09da0341199d6fcc7555735d7793ed]

        INTEGRATION: CWS qiq (1.13.18); FILE MERGED 2006/06/30 13:27:00 fs 1.13.18.11: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/28 10:31:07 fs 1.13.18.10: #i10000# 2006/06/27 11:56:20 fs 1.13.18.9: RESYNC: (1.13-1.14); FILE MERGED 2006/06/09 11:58:14 fs 1.13.18.8: removed a too-restrict assertion 2006/06/06 14:01:53 fs 1.13.18.7: #i51143# getColumns: provide columns even if we can parse, but not execute the statement (e.g. due to it containing parameters, which we cannot fill in just to examine the columns) 2006/06/01 12:29:00 fs 1.13.18.6: #i51143# getColumns: also create columns if we don't have any SelectColumns from the parser (can be built from the ResultSetMetaData) 2006/05/24 06:40:20 fs 1.13.18.5: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/17 04:30:23 fs 1.13.18.4: #i51143# changed signature of OSQLParseTreeIterator 2006/05/12 14:11:53 fs 1.13.18.3: #i51143# parseNodeToExecutableStatement now also taking a SQLParser - this allows nested sub queries 2006/05/10 12:41:21 fs 1.13.18.2: #i51143# getColumns should also use parseNoteToExecutableStatement 2006/05/10 10:55:55 fs 1.13.18.1: #i51443# +getQueryWithSubstitution

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [550c92231eb01e6e5fff510fee1d5a1e5ff5c748]

        INTEGRATION: CWS swqbf70 (1.52.296); FILE MERGED 2006/06/12 09:27:58 od 1.52.296.1: #b6435904# method <SwWrtShell::NumOrBulletOn(..)> 	   - no activation or continuation of outline numbering in 	     Writer/Web document.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [38f74cc20d6305f260739be625be9dfab8c5df79]

        INTEGRATION: CWS qiq (1.84.50); FILE MERGED 2006/06/30 13:26:01 fs 1.84.50.3: warning-free code 2006/06/27 11:55:04 fs 1.84.50.2: RESYNC: (1.84-1.85); FILE MERGED 2006/06/16 14:16:04 fs 1.84.50.1: during #i51143#: replaced TTypeDefaultValuePair/TPositionTypePair with struct with named members - this is much more readable than ::std::pair< ..., ::std::pair< ..., ... > >

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a16b956f4d44d48e4b3d633ecfe4f7076cab10b6]

        INTEGRATION: CWS swqbf70 (1.18.134); FILE MERGED 2006/06/12 09:34:18 od 1.18.134.1: #b6435904# method <SwHTMLNumRuleInfo::Set(..)> 	   - export all numberings, except the outline numbering.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [877c7835a9c5569a894b7ba4dbc12321d8d1bd61]

        INTEGRATION: CWS qiq (1.86.2); FILE MERGED 2006/06/30 13:26:01 fs 1.86.2.1: warning-free code

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6308f91897e2a377f0fe6befa4dcd93b25b48cdf]

        INTEGRATION: CWS swqbf70 (1.30.132); FILE MERGED 2006/06/12 09:32:58 od 1.30.132.1: #b6435904# method <OutHTML_SwTxtNode(..)> 	   - export numbering string as plain text only for the outline numbering

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [231f32e47cae45de4cb30bda642f69484342440c]

        INTEGRATION: CWS qiq (1.42.60); FILE MERGED 2006/06/27 11:54:31 fs 1.42.60.4: RESYNC: (1.42-1.43); FILE MERGED 2006/06/16 13:35:23 fs 1.42.60.3: m_xAnalyzer is superfluous 2006/06/09 11:57:45 fs 1.42.60.2: #i51143# when executing, and an error occurs, append an info stating the (original) statement which lead to this error 2006/05/10 10:54:59 fs 1.42.60.1: #i51443# allow executing queries which are based on other queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a358aa8d798834d84f02a6191a1958c67beb8bcf]

        INTEGRATION: CWS qiq (1.143.10); FILE MERGED 2006/06/27 11:54:13 fs 1.143.10.6: RESYNC: (1.143-1.144); FILE MERGED 2006/06/16 13:35:23 fs 1.143.10.5: m_xAnalyzer is superfluous 2006/06/16 12:45:58 fs 1.143.10.4: don't overwrite m_xColumns with the composer columns, if we already have some 2006/06/09 11:57:44 fs 1.143.10.3: #i51143# when executing, and an error occurs, append an info stating the (original) statement which lead to this error 2006/05/24 06:40:20 fs 1.143.10.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/10 10:54:59 fs 1.143.10.1: #i51443# allow executing queries which are based on other queries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9f97d454c91ac4f400566b6e3a0e476e217c8c8f]

        INTEGRATION: CWS qiq (1.24.2); FILE MERGED 2006/06/27 11:54:04 fs 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2006/06/16 14:16:04 fs 1.24.2.1: during #i51143#: replaced TTypeDefaultValuePair/TPositionTypePair with struct with named members - this is much more readable than ::std::pair< ..., ::std::pair< ..., ... > >

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c3becfb773ce236d1c6f3b8c8bb6b016296a79ae]

        INTEGRATION: CWS qiq (1.60.2); FILE MERGED 2006/06/30 13:23:35 fs 1.60.2.4: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/27 11:53:54 fs 1.60.2.3: RESYNC: (1.60-1.61); FILE MERGED 2006/06/16 14:16:03 fs 1.60.2.2: during #i51143#: replaced TTypeDefaultValuePair/TPositionTypePair with struct with named members - this is much more readable than ::std::pair< ..., ::std::pair< ..., ... > > 2006/05/24 06:40:19 fs 1.60.2.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f77ff4e2863e3e03c58b4feb286b349346ddb88f]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/16 11:47:36 fs 1.4.124.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/06/06 13:58:12 fs 1.4.124.1: #i51143# +createWithIntrinsicNames

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d486d3cb6553e246958deb50bdabe7de5390c38b]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/06 13:58:12 fs 1.4.124.1: #i51143# +createWithIntrinsicNames

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6af3e5427f3e205419a9880749aebf6f64675c99]

        INTEGRATION: CWS qiq (1.6.122); FILE MERGED 2006/06/27 11:53:46 fs 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/24 06:40:19 fs 1.6.122.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b049b75ebc00591477d9b128fc8575d88d34dbc3]

        INTEGRATION: CWS qiq (1.40.118); FILE MERGED 2006/06/30 13:23:35 fs 1.40.118.3: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/27 11:53:24 fs 1.40.118.2: RESYNC: (1.40-1.41); FILE MERGED 2006/05/24 06:40:18 fs 1.40.118.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6acde5fcdbd798fbcf99bbb428653f7de33d3362]

        INTEGRATION: CWS qiq (1.8.124); FILE MERGED 2006/06/16 11:47:36 fs 1.8.124.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2ef93bca2347568fdf0f038f2daa1a492eaf541e]

        INTEGRATION: CWS qiq (1.15.118); FILE MERGED 2006/06/27 11:52:26 fs 1.15.118.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/16 11:47:36 fs 1.15.118.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [16878565c80a9f7617d58ca2be56612af4ebc757]

        INTEGRATION: CWS qiq (1.17.2); FILE MERGED 2006/06/30 13:23:35 fs 1.17.2.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b347d68ffcff545120cc9024c0a79511697c0e39]

        INTEGRATION: CWS qiq (1.7.62); FILE MERGED 2006/06/26 21:11:42 fs 1.7.62.1: no explicit JAVAFILES, but collecting list on the fly

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e0238bd4fbc5eeb11d1abb6cde37213179a2731d]

        INTEGRATION: CWS qiq (1.2.216); FILE MERGED 2006/06/26 21:12:36 fs 1.2.216.1: #i51143# additional scnearios

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [004c92191462e4198e30f62f044173a1391d2fa6]

        INTEGRATION: CWS qiq (1.4.124); FILE MERGED 2006/06/29 10:18:43 fs 1.4.124.2: #i51143# additional test case for parameters in nested queries 2006/06/26 21:10:07 fs 1.4.124.1: #i51143# slightly refactored / +testSubQueries

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d27e01020d1034edc457872d7d3221b635833fd0]

        INTEGRATION: CWS qiq (1.6.56); FILE MERGED 2006/06/26 21:16:41 fs 1.6.56.2: testConcurrentAccess: be more challenging 2006/06/26 21:09:09 fs 1.6.56.1: moved HsqlDatabase to package connectivity.tools

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f4547cbb673dd45774fd52fa26546b0a7b3858b3]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/29 10:49:40 fs 1.1.2.5: added test case for cyclic references in nested sub queries 2006/06/29 10:18:49 fs 1.1.2.4: change HsqlColumDescriptor 2006/06/27 20:37:17 fs 1.1.2.3: #i51143# more tests 2006/06/27 08:06:12 fs 1.1.2.2: some more test cases 2006/06/26 21:11:09 fs 1.1.2.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6084281e640a5302d03e209ef66259cdf4a2dabe]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/29 10:18:16 fs 1.1.2.2: change HsqlColumDescriptor 2006/06/26 21:09:41 fs 1.1.2.1: testing css.sdb.Query

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5b7b88b8f55c25846c7836972783db882bc4f1e2]

        INTEGRATION: CWS swqbf69 (1.72.178); FILE MERGED 2006/06/06 07:32:19 od 1.72.178.1: #b6432130# method <SwBaseShell::SetWrapMode(..)> 	   - keep previous wrapping style on changing attribute 'First paragraph'

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8a37650e0fc01461f1a5ef8ff4c8914930994975]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/30 14:50:09 fs 1.1.2.4: corrected table name 2006/06/29 10:17:40 fs 1.1.2.3: extended the scenario 2006/06/27 08:06:03 fs 1.1.2.2: some docs 2006/06/26 21:10:50 fs 1.1.2.1: Contact Relationship Management database scenario - shared by different test cases

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3c42edb64509e76b4df79951825b035afd331070]

        INTEGRATION: CWS qiq (1.9.132); FILE MERGED 2006/05/24 06:51:09 fs 1.9.132.1: #i51143# new lib built in dbaccess/source/sdbtools/*

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [341a47bf19476924e6ae42f1a2fa30b016c48e13]

        INTEGRATION: CWS swqbf69 (1.21.292); FILE MERGED 2006/06/02 12:22:19 od 1.21.292.1: #b6432095#,#i58645# 	method <SwTxtFormatter::NewNumberPortion(..)> 	- use <SwNumRule::MakeNumString(..)> instead of <SwTxtNode::GetNumString()> 	  to retrieve also prefix and suffix string.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [af994ffc1c80081ed4a410a2dc8b63885f77ef35]

        INTEGRATION: CWS qiq (1.65.124); FILE MERGED 2006/05/12 11:07:49 fs 1.65.124.1: #i51143# HID_JOINSH_ADDTAB_QUERYLIST

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [59143ed4248a748c8b2f307a01b30fa0cbde46dd]

        INTEGRATION: CWS swqbf69 (1.33.120); FILE MERGED 2006/06/02 12:16:51 od 1.33.120.1: #b6432095#,#i58645# 	method <SwNumRule::MakeNumString(..)> 	- provide numbering string also for levels with numbering none 	  in order to proivide prefix and suffix strings

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [36a1d19af6e246d49708f5192e1d19cf1657d2c7]

        INTEGRATION: CWS qiq (1.21.412); FILE MERGED 2006/06/30 13:34:35 fs 1.21.412.2: #i51143# RID_STR_SVT_SQL_CYCLIC_SUB_QUERIES 2006/05/19 08:05:54 fs 1.21.412.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [aa76b30a3c09d6ecc11abaa8955e470d29cdb144]

        INTEGRATION: CWS qiq (1.12.74); FILE MERGED 2006/06/27 12:47:59 fs 1.12.74.2: RESYNC: (1.12-1.13); FILE MERGED 2006/05/24 05:57:25 fs 1.12.74.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [516eb28992554cd5e57a77f2f14f7590660474e5]

        INTEGRATION: CWS qiq (1.65.390); FILE MERGED 2006/06/30 13:49:57 fs 1.65.390.4: #i51143# RID_STR_SVT_SQL_CYCLIC_SUB_QUERIES 2006/06/28 08:04:02 fs 1.65.390.3: #i10000# 2006/06/27 12:39:47 fs 1.65.390.2: RESYNC: (1.65-1.66); FILE MERGED 2006/05/19 08:08:29 fs 1.65.390.1: #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b74a3878dbe6408119fe23375f2bb66b82e71eb1]

        INTEGRATION: CWS qiq (1.16.74); FILE MERGED 2006/06/27 12:34:14 fs 1.16.74.2: RESYNC: (1.16-1.17); FILE MERGED 2006/05/24 06:01:10 fs 1.16.74.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6c1f168a6d972ac213eeed09119b13edebeec891]

        INTEGRATION: CWS qiq (1.4.412); FILE MERGED 2006/06/30 13:34:44 fs 1.4.412.3: #i51143# RID_STR_SVT_SQL_CYCLIC_SUB_QUERIES 2006/06/27 12:33:06 fs 1.4.412.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/19 08:09:35 fs 1.4.412.1: #i51143# more error messages to be provided by a ParseContext

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7de663c7aeea5cb2769dc3f0b5ca045696e8dc17]

        INTEGRATION: CWS qiq (1.48.74); FILE MERGED 2006/06/27 12:31:51 fs 1.48.74.2: RESYNC: (1.48-1.49); FILE MERGED 2006/05/24 06:01:44 fs 1.48.74.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9d0d120c31dac160b9c96dab32682f9fd3a8e8cd]

        INTEGRATION: CWS qiq (1.96.24); FILE MERGED 2006/05/24 06:48:19 fs 1.96.24.1: #i51143# +css.sdb.tools

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fab6deb9fad5484e65f0fefe63a0a2e6db4874f0]

        INTEGRATION: CWS qiq (1.75.18); FILE MERGED 2006/06/27 09:02:23 fs 1.75.18.2: RESYNC: (1.75-1.76); FILE MERGED 2006/05/24 06:47:17 fs 1.75.18.1: #i51143# +css.sdb.tools

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [74a1633948edc97ea6b6560580b3dda1d5479970]

        INTEGRATION: CWS qiq (1.78.24); FILE MERGED 2006/05/24 06:47:16 fs 1.78.24.1: #i51143# +css.sdb.tools

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [44d10ea9fcd88edc58f83a07fd2e5072fbf1c609]

        INTEGRATION: CWS qiq (1.14.118); FILE MERGED 2006/06/30 14:21:37 fs 1.14.118.1: documentation error

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fc4f63300faba610c038d0f11df5fa663fa16278]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:42:09 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [428e02dbd240ee8dbbd14d80301614161cfdcc7a]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:41:59 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2177b40a45815a6646f8e4047f513ae1d46892c0]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/01 09:48:39 fs 1.1.2.3: #i51143# 2006/05/30 08:18:45 fs 1.1.2.2: createUniqueName -> suggestName 2006/05/24 06:41:59 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cf5416eaed9da73235518c42b47c414d55ffe131]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:41:58 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [515d4e42064a80fdd75f0eac34e926397affb126]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/30 08:18:10 fs 1.1.2.2: createObjectNames -> getObjectNames (the thing is stateless, so no need to re-create it every time) 2006/05/24 06:41:57 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2f7d5eac026cb5ad962fc6556f1cc5b6d71204ad]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/24 06:41:57 fs 1.1.2.1: initial checkin

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8fdf88c22528f0611301fbad124b303d5827dd19]

        INTEGRATION: CWS qiq (1.18.118); FILE MERGED 2006/05/10 11:53:50 fs 1.18.118.1: want to see all warnings from idlc

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [277e6931843f30bc2d3a504fea162af93ec215c9]

        INTEGRATION: CWS qiq (1.4.118); FILE MERGED 2006/05/10 11:56:50 fs 1.4.118.1: #i51143# +getQueryWithSubstitution at the analyzer

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [19e1d393ee2fa516f648bb1225cf1347d98e9887]

        INTEGRATION: CWS qiq (1.4.118); FILE MERGED 2006/06/30 14:06:12 fs 1.4.118.2: #i51143# getQueryWithSubstitution can throw an SQLException 2006/05/10 11:56:50 fs 1.4.118.1: #i51143# +getQueryWithSubstitution at the analyzer

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [87a79eec41039c28e58031a980837e3809461986]

        INTEGRATION: CWS qiq (1.8.118); FILE MERGED 2006/05/10 11:53:30 fs 1.8.118.1: make parameter names conform to UNO naming conventions

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [78f7d5f04adc708e396ae926340518afa4ffa4a8]

        INTEGRATION: CWS qiq (1.8.118); FILE MERGED 2006/06/30 14:21:40 fs 1.8.118.1: documentation

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [92f19a84969afab5c099536f9bc7c75707224d75]

        INTEGRATION: CWS qiq (1.3.118); FILE MERGED 2006/05/10 12:08:57 fs 1.3.118.1: #i51143# the tables supplier might also return queries now ....

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a193c4beed6a0471fd68e02cbdcc09af7e4339a1]

        INTEGRATION: CWS swqbf69 (1.3.82); FILE MERGED 2006/06/02 07:51:03 od 1.3.82.1: #b6432057# method <XMLTextExportPropertySetMapper::ContextFontFilter(..)> 	   - merge fix i32592 in module xmloff into module binfilter/bf_xmloff: 	     do not disable writer of <para-only> on wrap style <through>

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ed047a2608c46e011f485fe57ddc025f202dd067]

        INTEGRATION: CWS qiq (1.3.82); FILE MERGED 2006/05/11 10:38:23 fs 1.3.82.1: during #i51143#: don't use prependContextInfo if we have only one error string

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [07b6f64da964de40f01d2d55ed5563793602b749]

        INTEGRATION: CWS qiq (1.43.18); FILE MERGED 2006/06/27 11:01:36 fs 1.43.18.2: RESYNC: (1.43-1.44); FILE MERGED 2006/05/23 13:57:31 fs 1.43.18.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ac4cd6d8dde9e0f9b3ddcb51d63414620fa94891]

        INTEGRATION: CWS qiq (1.6.82); FILE MERGED 2006/06/27 10:57:33 fs 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/23 13:57:30 fs 1.6.82.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c3cd896e3632ea66d7da0100fa1dacc78257fdab]

        INTEGRATION: CWS qiq (1.28.50); FILE MERGED 2006/06/27 10:55:44 fs 1.28.50.2: RESYNC: (1.28-1.29); FILE MERGED 2006/05/11 10:38:22 fs 1.28.50.1: during #i51143#: don't use prependContextInfo if we have only one error string

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f106bedcf7d00195d59ca38fbad3a5e7452fc520]

        INTEGRATION: CWS qiq (1.72.54); FILE MERGED 2006/06/27 10:55:34 fs 1.72.54.2: RESYNC: (1.72-1.73); FILE MERGED 2006/05/11 10:38:21 fs 1.72.54.1: during #i51143#: don't use prependContextInfo if we have only one error string

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c01cfa303af77eb62c82e81325be0f44ad04c44c]

        INTEGRATION: CWS qiq (1.30.24); FILE MERGED 2006/06/27 10:54:56 fs 1.30.24.2: RESYNC: (1.30-1.31); FILE MERGED 2006/05/23 13:57:30 fs 1.30.24.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b4c38911808dc6735967f43ce493fe0ccaf17730]

        INTEGRATION: CWS qiq (1.2.44); FILE MERGED 2006/07/06 07:38:47 fs 1.2.44.1: some refactoring during #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3fdfc06fa4e6242feaf0244ce009f6c29317039e]

        INTEGRATION: CWS qiq (1.7.6); FILE MERGED 2006/07/06 07:35:24 fs 1.7.6.1: some changes during #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9ec93760339ea49e1fb0581639ffbfa6f47d719c]

        INTEGRATION: CWS qiq (1.62.22); FILE MERGED 2006/06/27 10:51:01 fs 1.62.22.2: RESYNC: (1.62-1.63); FILE MERGED 2006/05/24 07:20:00 fs 1.62.22.1: #i51143# +css.sdb.tools

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a6d25d349ddfd7a42411128929625655248ae357]

        INTEGRATION: CWS qiq (1.14.38); FILE MERGED 2006/06/30 09:32:40 fs 1.14.38.2: moved symbol to the proper section 2006/06/30 08:01:54 fs 1.14.38.1: need RTTI information for OweakObject for #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d6952442ae09d64739769a6aa33b8230e8693b1d]

        INTEGRATION: CWS qiq (1.9.104); FILE MERGED 2006/05/23 13:54:28 fs 1.9.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2c3baefc6563ca539cc5bf665eed33e81d1f16c7]

        INTEGRATION: CWS qiq (1.13.104); FILE MERGED 2006/06/27 15:14:05 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2006/05/23 13:54:39 fs 1.13.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9a5069b03fc5465efb71f83f6373d12158785c2a]

        INTEGRATION: CWS qiq (1.38.20); FILE MERGED 2006/06/30 13:18:00 fs 1.38.20.3: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/27 15:11:49 fs 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2006/06/16 11:32:40 fs 1.38.20.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a4e91af38afe3995b2a0d78d3233d8636b32c559]

        INTEGRATION: CWS qiq (1.15.104); FILE MERGED 2006/05/23 13:54:39 fs 1.15.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c9303efda25f1dc0280f413fe418ecc2e48254cf]

        INTEGRATION: CWS qiq (1.38.62); FILE MERGED 2006/06/30 14:00:49 fs 1.38.62.13: #i10000# 2006/06/30 13:19:36 fs 1.38.62.12: #i51143# localize the error message about cyclic sub queries 2006/06/30 13:06:25 fs 1.38.62.11: #i51143# protect against cyclic references in the query names 2006/06/28 08:40:41 fs 1.38.62.10: #i10000# 2006/06/28 07:39:19 fs 1.38.62.9: #i10000# 2006/06/27 15:10:33 fs 1.38.62.8: RESYNC: (1.38-1.39); FILE MERGED 2006/06/07 12:31:17 fs 1.38.62.7: #i51143# allow subqueries in FROM 2006/06/01 09:47:31 fs 1.38.62.6: #i51143# only substitute sub queries if the connection really supports this 2006/05/15 14:43:05 fs 1.38.62.5: during #i51143#: parse 'as' as 'AS', not as empty string - this is much better understandable to the user 2006/05/15 13:46:19 fs 1.38.62.4: #i51143# respect return value of tableNameNodeToStr 2006/05/15 13:34:18 fs 1.38.62.3: #i51143# when parsing a query name to a sub select, don't append alias names if there already is an alias name 2006/05/12 14:11:40 fs 1.38.62.2: #i51143# parseNodeToExecutableStatement now also taking a SQLParser - this allows nested sub queries 2006/05/10 10:19:46 fs 1.38.62.1: #i51143# +parseNodeToExecutableStatement / +getKnownRuleID / some code cleanup

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f21eef7a10c574d6fccb5220bd262c763489a046]

        INTEGRATION: CWS qiq (1.46.78); FILE MERGED 2006/07/04 07:16:34 fs 1.46.78.17: #i10000# 2006/06/30 14:55:36 fs 1.46.78.16: corected parameter in sub query parsing 2006/06/30 13:34:08 fs 1.46.78.15: #i51143# localize the error message about cyclic sub queries 2006/06/30 13:32:39 fs 1.46.78.14: #i51143# localize the error message about cyclic sub queries 2006/06/30 13:19:37 fs 1.46.78.13: #i51143# localize the error message about cyclic sub queries 2006/06/30 13:06:25 fs 1.46.78.12: #i51143# protect against cyclic references in the query names 2006/06/28 08:40:40 fs 1.46.78.11: #i10000# 2006/06/28 07:39:19 fs 1.46.78.10: #i10000# 2006/06/27 15:10:24 fs 1.46.78.9: RESYNC: (1.46-1.47); FILE MERGED 2006/06/26 21:11:50 fs 1.46.78.8: layout 2006/06/09 13:05:40 fs 1.46.78.7: corrected an assertion 2006/06/07 12:18:06 fs 1.46.78.6: #i51143# allow subqueries in FROM / getTableRef -> getTableNode 2006/05/23 13:54:37 fs 1.46.78.5: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/19 08:15:57 fs 1.46.78.4: #i51143# more fine grained error messages about existing tables/queries 2006/05/16 20:09:21 fs 1.46.78.3: #i51143# minor refactoring 2006/05/15 13:45:33 fs 1.46.78.2: #i51143# heavily extended the heuristics to allow queries in queries - still need a better indicator for allowing this feature 2006/05/10 10:53:22 fs 1.46.78.1: primary change: #i51143# allow the iterator to also recognize queries secondary change: some code cleanup: - removed unused code - "warnings" replaced with "errors" (since this is what they are)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c27d47a9807612234b19dce5e94e510c9e027945]

        INTEGRATION: CWS qiq (1.51.168); FILE MERGED 2006/06/30 13:20:41 fs 1.51.168.7: #i51143# ERROR_CYCLIC_SUB_QUERIES 2006/06/28 07:39:19 fs 1.51.168.6: #i10000# 2006/06/27 15:10:14 fs 1.51.168.5: RESYNC: (1.51-1.52); FILE MERGED 2006/06/07 12:18:16 fs 1.51.168.4: #i51143# allow subqueries in FROM 2006/05/19 08:09:43 fs 1.51.168.3: #i51143# more error messages to be provided by a ParseContext 2006/05/16 20:11:48 fs 1.51.168.2: removed some dead (commented out) rule particle 2006/05/10 10:21:49 fs 1.51.168.1: #i51443# added conversion from scanner's rule-ID to Rule enum

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6b9a8697c9309409cabe44b46eedfdb0e2e7fb16]

        INTEGRATION: CWS qiq (1.17.2); FILE MERGED 2006/06/29 06:44:18 fs 1.17.2.1: #i10000#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a779349caf1dcbecde40f626eb7c4adfc4ae9c13]

        INTEGRATION: CWS qiq (1.11.104); FILE MERGED 2006/06/27 15:09:32 fs 1.11.104.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/06 13:57:26 fs 1.11.104.1: #i51143# +createColumnsForResultSet / +createColumnForResultSet

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c76cf168a9b3de95dda1a77b636b2789c236f668]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:40 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [696ef293cad1b79cc0fad81b60d802df2386f9ed]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:39 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9af7665e29af9d33b6c982f230cf376ed137414b]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:38 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c5ce6eb7f60d69f1ce7d66bba8402a6e2da76bb1]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/16 11:32:38 fs 1.6.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3d3018f9db024212906e7de30a091de30f76bfef]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/16 11:32:38 fs 1.7.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cf26ec6654a63962c56bfe2af46c6f8092905b1d]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/16 11:32:37 fs 1.7.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2874af3d0e1d02f022ee0e04defb1e3f772c0bc7]

        INTEGRATION: CWS qiq (1.9.104); FILE MERGED 2006/06/16 11:32:37 fs 1.9.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d928fa518dd461310a63437cc541ce4e3acde7ed]

        INTEGRATION: CWS qiq (1.8.104); FILE MERGED 2006/06/16 11:32:37 fs 1.8.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [23508e8ff6940fc8a6104580b6b12a89a842cd98]

        INTEGRATION: CWS qiq (1.4.104); FILE MERGED 2006/06/16 11:32:37 fs 1.4.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c0b5d63ff7a4f7de226b5a26dbbced23e0dcb79d]

        INTEGRATION: CWS qiq (1.8.104); FILE MERGED 2006/06/16 11:32:36 fs 1.8.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b097da2f51661aeb0dc7881e7643185fa5c73eb0]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:36 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d7d12c8c9f54866dec5a4947d4cfb8712026f850]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/16 11:32:36 fs 1.7.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [526c35adbbb55643626cc722f4bd9aa6ec113b5b]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/16 11:32:36 fs 1.6.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [941c3bd98a3e3ce342203cada6b59b3d784298a6]

        INTEGRATION: CWS qiq (1.9.104); FILE MERGED 2006/06/16 11:32:35 fs 1.9.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4d81e19fa098624d4daafb76e7320ec3643f8d90]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/16 11:32:35 fs 1.7.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a1457110690faab643b6a163e72a691eeaf35fee]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/16 11:32:35 fs 1.6.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [510ccedb0932a5bceb7359e9f282a5119bf58dc1]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/16 11:32:35 fs 1.5.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [506919b744ff76f8393c9bd8934b6d261f830234]

        INTEGRATION: CWS qiq (1.15.2); FILE MERGED 2006/06/30 13:03:08 fs 1.15.2.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [822e181303e81db31c7ced3df801984cfcd00504]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/30 13:17:59 fs 1.5.104.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [57a7f15ee3d93dcc54fc1876d0e41d78edcdcf75]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/27 14:54:15 fs 1.6.104.3: RESYNC: (1.6-1.7); FILE MERGED 2006/06/16 11:32:34 fs 1.6.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:27:06 fs 1.6.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [59ae55c305f2790c142fb5a2d9ab1f25dfe3cf6a]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/27 14:54:05 fs 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/16 11:32:34 fs 1.5.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [666c84539c3b27540da6c59027c959c831f881b1]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/27 14:53:49 fs 1.7.104.3: RESYNC: (1.7-1.8); FILE MERGED 2006/06/16 11:32:34 fs 1.7.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:27:05 fs 1.7.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f5e3cd070eb7ddd18d76d755d781f8e594385cd1]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/27 14:53:42 fs 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/23 13:27:05 fs 1.6.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d7f1e7c38275dbc696d56e505cf08e53eab5f570]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/27 14:53:21 fs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/16 11:32:34 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [01fc0993f745cd0a9ebf409ba1eae79922a17342]

        INTEGRATION: CWS qiq (1.2.104); FILE MERGED 2006/07/04 07:32:02 fs 1.2.104.1: #i10000#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cdc56be63be789fd2cd3f4160a05bf4ac06c9f2b]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/27 14:41:38 fs 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/10 10:52:23 fs 1.5.104.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fdb8b68e80135efac827e2c7c975007cbc18f15f]

        INTEGRATION: CWS qiq (1.11.30); FILE MERGED 2006/06/27 14:41:29 fs 1.11.30.4: RESYNC: (1.11-1.12); FILE MERGED 2006/05/17 11:55:27 fs 1.11.30.3: #i51143# signature of OSQLParseTreeIterator ctor changed 2006/05/17 04:36:54 fs 1.11.30.2: #i51143# changed signature of OSQLParseTreeIterator 2006/05/10 10:52:23 fs 1.11.30.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [59c2ec48c1b35778739f464be0089b66ecd1d1cf]

        INTEGRATION: CWS qiq (1.11.26); FILE MERGED 2006/06/27 14:40:47 fs 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/10 10:52:23 fs 1.11.26.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [739d0a7028e7684f281617a395c154bb8ea4d7f6]

        INTEGRATION: CWS qiq (1.25.26); FILE MERGED 2006/06/30 13:17:59 fs 1.25.26.4: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/28 08:45:21 fs 1.25.26.3: #i10000# 2006/06/27 14:40:38 fs 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2006/05/10 10:52:23 fs 1.25.26.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6428950b35337b229504f65c36938c97851f557f]

        INTEGRATION: CWS qiq (1.9.102); FILE MERGED 2006/06/28 08:50:29 fs 1.9.102.3: #i10000# 2006/06/27 14:40:10 fs 1.9.102.2: RESYNC: (1.9-1.10); FILE MERGED 2006/05/10 10:52:23 fs 1.9.102.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ea4978dc000d4d6b8d1eefbda7ac44ab0773cc15]

        INTEGRATION: CWS qiq (1.2.80); FILE MERGED 2006/06/27 14:37:41 fs 1.2.80.3: RESYNC: (1.2-1.3); FILE MERGED 2006/05/16 20:11:52 fs 1.2.80.2: #i51143# changed signature of OSQLParseTreeIterator 2006/05/15 06:29:14 fs 1.2.80.1: #i51143# signature of OSQLParseIterator ctor changed

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9a1a4750a068273e2357bda63c0f71580dfd8c1e]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/27 14:28:12 fs 1.3.104.3: RESYNC: (1.3-1.4); FILE MERGED 2006/06/16 11:32:34 fs 1.3.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:27:04 fs 1.3.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3619612df254a2561d9946e7cb5841d1ba922c5c]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/27 14:28:05 fs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2006/06/16 11:32:33 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4b56009cf12c41bd933b51aa7c79ead68ac9e687]

        INTEGRATION: CWS qiq (1.4.104); FILE MERGED 2006/06/27 14:27:31 fs 1.4.104.3: RESYNC: (1.4-1.5); FILE MERGED 2006/06/16 11:32:33 fs 1.4.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:27:03 fs 1.4.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [49dff040bbfaf3ebef47749f43364515ba707f4a]

        INTEGRATION: CWS qiq (1.7.96); FILE MERGED 2006/06/27 14:27:23 fs 1.7.96.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/23 13:27:03 fs 1.7.96.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [13c574bf018d8364695ac4bb39f63cd014afc7fd]

        INTEGRATION: CWS qiq (1.16.28); FILE MERGED 2006/06/27 14:26:50 fs 1.16.28.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/09 12:42:59 fs 1.16.28.1: no ParameterNameSubstitution needed anymore - we taught HSQLDB to understand named parameters during #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a86dd0cba0b1cd90348a8c0d57c8215163f19f68]

        INTEGRATION: CWS qiq (1.4.104); FILE MERGED 2006/06/27 14:26:19 fs 1.4.104.2: RESYNC: (1.4-1.5); FILE MERGED 2006/06/16 11:32:33 fs 1.4.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e68bc2cc7cd37858c0634380c206dc8e8d2b6613]

        INTEGRATION: CWS qiq (1.24.2); FILE MERGED 2006/07/04 07:15:41 fs 1.24.2.1: during #i51143#: HY000 string superseded by getStandardSQLState

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d65207d2bdfba44e2532d8a85c19639859a1516d]

        INTEGRATION: CWS qiq (1.38.96); FILE MERGED 2006/06/28 08:45:20 fs 1.38.96.4: #i10000# 2006/06/27 14:22:04 fs 1.38.96.3: RESYNC: (1.38-1.39); FILE MERGED 2006/05/16 20:10:52 fs 1.38.96.2: #i51143# changed signature of OSQLParseTreeIterator 2006/05/10 10:51:22 fs 1.38.96.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b18f0840727a4425e54fb2120badb2b8cea577cf]

        INTEGRATION: CWS qiq (1.94.92); FILE MERGED 2006/07/04 07:15:24 fs 1.94.92.4: during #i51143#: HY000 string superseded by getStandardSQLState 2006/06/28 08:45:20 fs 1.94.92.3: #i10000# 2006/06/27 14:21:41 fs 1.94.92.2: RESYNC: (1.94-1.95); FILE MERGED 2006/05/10 10:51:22 fs 1.94.92.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3593acd46c3d7e661122835a9f0950d0db07973d]

        INTEGRATION: CWS qiq (1.37.2); FILE MERGED 2006/06/28 08:45:20 fs 1.37.2.1: #i10000#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9baf0f04276a1840b7c5103f22a150b22f9993d6]

        INTEGRATION: CWS qiq (1.4.44); FILE MERGED 2006/06/28 08:45:20 fs 1.4.44.1: #i10000#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2abb59c5f23a7899b8242649642a0a36d186e6a0]

        INTEGRATION: CWS qiq (1.23.104); FILE MERGED 2006/06/27 14:16:33 fs 1.23.104.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/16 11:32:33 fs 1.23.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [491e143ea936f7cc7be383400609c263b9f4fc0c]

        INTEGRATION: CWS qiq (1.94.2); FILE MERGED 2006/06/30 13:17:58 fs 1.94.2.1: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [22b5d1096c5969105ccefa37478e8c1624e4e44d]

        INTEGRATION: CWS qiq (1.14.104); FILE MERGED 2006/06/30 13:17:58 fs 1.14.104.3: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/27 14:15:36 fs 1.14.104.2: RESYNC: (1.14-1.15); FILE MERGED 2006/06/16 11:32:33 fs 1.14.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bac6226f998579b332ad0298b8676d28c15b758a]

        INTEGRATION: CWS qiq (1.11.104); FILE MERGED 2006/06/27 14:15:16 fs 1.11.104.2: RESYNC: (1.11-1.12); FILE MERGED 2006/06/16 11:32:33 fs 1.11.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [78a0679207684ca3a2d87492d2c9c876d8d3b5f6]

        INTEGRATION: CWS qiq (1.39.2); FILE MERGED 2006/07/04 07:13:54 fs 1.39.2.1: during #i51143#: HY000 string superseded by getStandardSQLState

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b0e8a2bc7f27dbd88886bf8fcde6e0cfbc56a1d2]

        INTEGRATION: CWS qiq (1.12.104); FILE MERGED 2006/06/27 14:14:17 fs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2006/06/16 11:32:32 fs 1.12.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bddf89c7e887bb57936215ad9923b131c58a3cd1]

        INTEGRATION: CWS qiq (1.13.104); FILE MERGED 2006/06/27 14:11:29 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/16 11:32:32 fs 1.13.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [557046d52278c2f351c346c3a1e17a5b052ebc3c]

        INTEGRATION: CWS qiq (1.8.104); FILE MERGED 2006/06/27 14:10:55 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/16 11:32:32 fs 1.8.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [95d4e2f5c038009e916ecaadfc1493fdae2ccd2b]

        INTEGRATION: CWS qiq (1.16.104); FILE MERGED 2006/06/27 14:10:33 fs 1.16.104.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/16 11:32:32 fs 1.16.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [07f31f9aab519a4170bc28e639699f855a9275ce]

        INTEGRATION: CWS qiq (1.27.104); FILE MERGED 2006/06/28 09:21:24 fs 1.27.104.3: #i10000# 2006/06/27 14:10:24 fs 1.27.104.2: RESYNC: (1.27-1.28); FILE MERGED 2006/06/16 11:32:32 fs 1.27.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e94bcbc6af524db490c08d3f6ab6bbfa16974385]

        INTEGRATION: CWS qiq (1.15.104); FILE MERGED 2006/06/27 14:06:46 fs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/16 11:32:32 fs 1.15.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fc036b6580b3df0d7aefacac30bcd67835fe676c]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/16 11:32:31 fs 1.5.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [03d0a1b1eeb28e3dee785df6b7eb6a57bb0a2f46]

        INTEGRATION: CWS qiq (1.13.104); FILE MERGED 2006/06/27 14:09:15 fs 1.13.104.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/16 11:32:31 fs 1.13.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fb7270b465c1f7f57be88d6e8892d5fb81529a76]

        INTEGRATION: CWS qiq (1.8.104); FILE MERGED 2006/06/27 14:08:44 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/16 11:32:31 fs 1.8.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a6f994e4bab6dcc5d0fd8066952f50c00dcec6c2]

        INTEGRATION: CWS qiq (1.17.104); FILE MERGED 2006/06/27 14:07:07 fs 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED 2006/06/16 11:32:31 fs 1.17.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f84b38ffc871477d43ce9071ac414095dba4f4cc]

        INTEGRATION: CWS qiq (1.16.104); FILE MERGED 2006/06/27 14:05:49 fs 1.16.104.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/16 11:32:31 fs 1.16.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0b2b729bf22e9aa10e1cca25eaa5eed63ff33feb]

        INTEGRATION: CWS qiq (1.15.104); FILE MERGED 2006/06/27 14:05:40 fs 1.15.104.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/16 11:32:30 fs 1.15.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [93d820a08e734fe1ff542818e09b96d53f058f75]

        INTEGRATION: CWS qiq (1.31.104); FILE MERGED 2006/06/27 14:05:18 fs 1.31.104.2: RESYNC: (1.31-1.32); FILE MERGED 2006/06/16 11:32:30 fs 1.31.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e4bd55ea7491e67fefab4dbbb6abcbe274f93939]

        INTEGRATION: CWS qiq (1.20.104); FILE MERGED 2006/06/27 14:03:47 fs 1.20.104.2: RESYNC: (1.20-1.21); FILE MERGED 2006/06/16 11:32:30 fs 1.20.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [31d5f32c990456919fbfb2afac59a33c00fca9c9]

        INTEGRATION: CWS qiq (1.20.104); FILE MERGED 2006/06/27 14:03:30 fs 1.20.104.2: RESYNC: (1.20-1.21); FILE MERGED 2006/06/16 11:32:30 fs 1.20.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5c3c6d922a2878e8e018eb249c73ac02ed8c0beb]

        INTEGRATION: CWS qiq (1.9.104); FILE MERGED 2006/06/27 14:03:22 fs 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/16 11:32:30 fs 1.9.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a304bd36dee55cbdb2ba32947308e3263513671f]

        INTEGRATION: CWS qiq (1.10.104); FILE MERGED 2006/06/29 13:06:49 fs 1.10.104.3: #i10000# 2006/06/27 14:03:03 fs 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/16 11:32:30 fs 1.10.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6ce57d76defd0fae783efdd43f3656ab715e3029]

        INTEGRATION: CWS qiq (1.18.100); FILE MERGED 2006/06/27 14:02:31 fs 1.18.100.3: RESYNC: (1.18-1.19); FILE MERGED 2006/05/16 20:09:57 fs 1.18.100.2: #i51143# changed signature of OSQLParseTreeIterator 2006/05/10 11:52:28 fs 1.18.100.1: #i51443# changed API of the OSQLParseIterator

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6ae5d28c120d48a9f399c25dd2f74ad9e9a163f3]

        INTEGRATION: CWS qiq (1.17.104); FILE MERGED 2006/06/27 14:02:22 fs 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED 2006/06/16 11:32:29 fs 1.17.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6453105d8e077548c3473a8093f150b6bd26936c]

        INTEGRATION: CWS qiq (1.2.32); FILE MERGED 2006/07/04 07:14:51 fs 1.2.32.1: during #i51143#: HY000 string superseded by getStandardSQLState

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [898feeea4a7e94fb33c8e60ae73cc15f8fb7c626]

        INTEGRATION: CWS qiq (1.27.30); FILE MERGED 2006/06/27 13:54:09 fs 1.27.30.2: RESYNC: (1.27-1.28); FILE MERGED 2006/05/16 20:08:58 fs 1.27.30.1: #i51143# +dbmetadata

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [de80f56164821db711802b2d4ea49eb15553b90d]

        INTEGRATION: CWS qiq (1.15.38); FILE MERGED 2006/06/27 13:58:19 fs 1.15.38.4: RESYNC: (1.15-1.16); FILE MERGED 2006/06/16 11:32:29 fs 1.15.38.3: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:22:46 fs 1.15.38.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
        2006/05/10 10:50:41 fs 1.15.38.1: some assertion to detect some problems earlier

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [af9b319d7558905d53e0faadc1672b4b70d323cf]

        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>  [0c6e1d6587bd5779f906486fccbc016cf94799a6]

        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>  [8e10f6799e6833f346950b7c2b850a5b57fd3947]

        INTEGRATION: CWS qiq (1.59.34); FILE MERGED 2006/06/28 08:40:40 fs 1.59.34.5: #i10000# 2006/06/27 13:58:09 fs 1.59.34.4: RESYNC: (1.59-1.60); FILE MERGED 2006/05/24 11:42:55 fs 1.59.34.3: #i10000# 2006/05/23 13:22:03 fs 1.59.34.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/11 10:31:09 fs 1.59.34.1: #i51143# +prependErrorInfo

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2502a752421049be2d506c9a6ecbad0bb464d55e]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/17 11:52:07 fs 1.1.2.4: #i51143# +isConnection/reset 2006/05/17 05:19:24 fs 1.1.2.3: default construction 2006/05/17 05:08:22 fs 1.1.2.2: copy construction / assignment 2006/05/16 20:08:45 fs 1.1.2.1: encapsulates application-level database meta data

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6399b429cd6e8aec1c5c3e4cefa3e7228a1ed2f9]

        INTEGRATION: CWS qiq (1.15.56); FILE MERGED 2006/06/30 13:17:58 fs 1.15.56.7: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR 2006/06/28 08:40:40 fs 1.15.56.6: #i10000# 2006/06/09 11:54:22 fs 1.15.56.5: #i51143# +SQLExceptionInfo::doThrow 2006/05/19 09:46:41 fs 1.15.56.4: some more constness for the SQLExceptionIteratorHelper 2006/05/18 09:08:32 fs 1.15.56.3: #i51143# SQLExceptionInfo::append 2006/05/18 08:36:52 fs 1.15.56.2: copying the change from CWS dba30 herein (prepend) 2006/05/17 05:19:18 fs 1.15.56.1: +SQL_CONNECTION_DOES_NOT_EXIST

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [027b3a2081dc4e363897e00ab04db6ce6da831fb]

        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>  [c1e2dae98e77476ff6aa1136702df383c296d0fb]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/27 13:57:06 fs 1.3.104.2: RESYNC: (1.3-1.4); FILE MERGED 2006/05/23 13:24:22 fs 1.3.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f81364baec04c1ea73c67051b66b84edff73e6e8]

        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>  [dc99df7b962f0cf84f2865526e9f952900d65315]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/27 13:54:00 fs 1.7.104.3: RESYNC: (1.7-1.8); FILE MERGED 2006/06/16 11:32:29 fs 1.7.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:24:21 fs 1.7.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d1c1422665587ca9a73b7d9a04a0bbe73ed0fcb5]

        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>  [4cbf0e5f8e941da2879920744a39f64a10f41a7c]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:29 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f330b30241acd2ee1a7d40e20ed969178a26876f]

        INTEGRATION: CWS qiq (1.7.104); FILE MERGED 2006/06/27 13:56:11 fs 1.7.104.3: RESYNC: (1.7-1.8); FILE MERGED 2006/06/16 11:32:29 fs 1.7.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:24:21 fs 1.7.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [76b24adb52ec5761b9021b6d474df42d9f3b9208]

        INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/27 13:55:30 fs 1.6.104.3: RESYNC: (1.6-1.7); FILE MERGED 2006/06/16 11:32:28 fs 1.6.104.2: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)
        2006/05/23 13:24:20 fs 1.6.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [377cde84b65d7ebae97cb7f0cf7a063ee0fa43ab]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/26 21:06:04 fs 1.1.2.1: encapsulating a css.sdb.RowSet

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fc80b297fcb064d4fa18b188e7d4eabcf57b0a90]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/06/22 09:20:01 fs 1.1.2.1: wrapper around a QueryDefinition, to evolve over time ...

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [af3edf89ab00b480f19ebeecfcd858efd722fb1d]

        INTEGRATION: CWS qiq (1.2.54); FILE MERGED 2006/06/29 10:17:07 fs 1.2.54.3: attributes of HsqlColumnDescriptor not public anymore 2006/06/27 20:22:10 fs 1.2.54.2: creating a primary key via SDBCX not yet implementeed 2006/06/27 20:13:51 fs 1.2.54.1: addedconversion to SDBCX Table Descriptor

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [788fa544e2780fb776ab5a09d29bc584cadc41f6]

        INTEGRATION: CWS qiq (1.2.54); FILE MERGED 2006/06/29 10:17:15 fs 1.2.54.4: support for foreign keys 2006/06/27 20:14:11 fs 1.2.54.3: allow table creation via SDBCX means 2006/06/26 21:05:42 fs 1.2.54.2: +createRowSet 2006/06/22 09:20:31 fs 1.2.54.1: some more helpers

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5916a8acd8035629b978a27f1218ce61a6562360]

        INTEGRATION: CWS qiq (1.2.54); FILE MERGED 2006/06/29 10:16:42 fs 1.2.54.1: support for foreign keys

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [acf65359c2882391d3b9545a348928209e8249f3]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/07/06 07:33:03 fs 1.1.2.3: +refreshTables 2006/06/27 08:05:59 fs 1.1.2.2: createQuery does not throw an SQLException 2006/06/22 09:19:29 fs 1.1.2.1: wrapper around a DataSource, to evolve over time ...

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fb3d6cb2cf7f45709d3d72c3a134701bdc0dbd67]

        INTEGRATION: CWS qiq (1.8.104); FILE MERGED 2006/06/27 13:53:19 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/16 11:32:28 fs 1.8.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2c9fe873592c3e0942322d476145bff47139648e]

        INTEGRATION: CWS qiq (1.22.104); FILE MERGED 2006/06/27 13:52:40 fs 1.22.104.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/16 11:32:28 fs 1.22.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e4842ba1485bba31028df629cb94cb34d7d7d9e6]

        INTEGRATION: CWS qiq (1.11.104); FILE MERGED 2006/05/23 13:02:29 fs 1.11.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a29a33aa5c407835eebaa85619d91e012a62c8ba]

        INTEGRATION: CWS qiq (1.18.104); FILE MERGED 2006/05/10 10:19:40 fs 1.18.104.1: added conversion from Scanner's rule ID to Rule enum value (which allows to implement SQLNode::getKnownRuleID)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cc5a589f6d37fa2371a9ada1c9851dd82e03a5e7]

        INTEGRATION: CWS qiq (1.17.104); FILE MERGED 2006/07/04 07:11:18 fs 1.17.104.6: #i51143# 2006/06/27 13:50:14 fs 1.17.104.5: RESYNC: (1.17-1.18); FILE MERGED 2006/05/15 13:35:01 fs 1.17.104.4: #i51143# +tableNameNodeToStr 2006/05/15 13:26:18 fs 1.17.104.3: #i51143# more Rule enum values 2006/05/12 14:11:33 fs 1.17.104.2: #i51143# parseNodeToExecutableStatement now also taking a SQLParser - this allows nested sub queries 2006/05/10 10:18:36 fs 1.17.104.1: #i51143# +parseNodeToExecutableStatement / +getKnownRuleID / some code cleanup

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b3ea3306d41f4b5c78511a8aea40e3e7317d244d]

        INTEGRATION: CWS qiq (1.20.78); FILE MERGED 2006/06/30 14:55:25 fs 1.20.78.6: corected parameter in sub query parsing 2006/06/28 08:40:40 fs 1.20.78.5: #i10000# 2006/06/27 13:52:26 fs 1.20.78.4: RESYNC: (1.20-1.21); FILE MERGED 2006/06/07 12:18:24 fs 1.20.78.3: #i51143# getTableRef -> getTableNode 2006/05/16 20:08:14 fs 1.20.78.2: #i51143# minor refactoring 2006/05/10 10:16:51 fs 1.20.78.1: primary change: #i51143# allow the iterator to also recognize queries secondary change: some code cleanup: - removed unused code - more defensive access control - "warnings" replaced with "errors" (since this is what they are)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8427ed39deae95a4fb66161fef523ac69f152330]

        INTEGRATION: CWS qiq (1.29.96); FILE MERGED 2006/06/27 13:51:59 fs 1.29.96.4: RESYNC: (1.29-1.30); FILE MERGED 2006/06/01 09:41:57 fs 1.29.96.3: #i51143# export isValidSQLName 2006/05/23 13:02:10 fs 1.29.96.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# 2006/05/11 10:30:54 fs 1.29.96.1: #i51143# +prependErrorInfo

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e15ce07ff5705ed1e46af1386bdbd0b3825c0267]

        INTEGRATION: CWS qiq (1.1.2); FILE ADDED 2006/05/17 11:51:40 fs 1.1.2.4: #i51143# +isConnection/reset 2006/05/17 05:19:06 fs 1.1.2.3: default construction 2006/05/17 05:08:14 fs 1.1.2.2: copy construction / assignment 2006/05/16 20:08:25 fs 1.1.2.1: encapsulates application-level database meta data

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [64800635e9596b1813cea98b3754ad721b2e6095]

        INTEGRATION: CWS qiq (1.14.56); FILE MERGED 2006/06/30 13:01:55 fs 1.14.56.9: #i51143# +SQL_CYCLIC_SUB_QUERIES 2006/06/27 13:51:51 fs 1.14.56.8: RESYNC: (1.14-1.15); FILE MERGED 2006/06/09 11:53:39 fs 1.14.56.7: #i51143# +SQLExceptionInfo::doThrow 2006/05/19 09:46:16 fs 1.14.56.6: some more constness for the SQLExceptionIteratorHelper 2006/05/19 08:40:12 fs 1.14.56.5: #i51143# tweaking the SQLExceptionIteratorHelper 2006/05/18 09:08:13 fs 1.14.56.4: #i51143# SQLExceptionInfo::append 2006/05/18 08:35:23 fs 1.14.56.3: copying the change from CWS dba30 herein (prepend) 2006/05/17 05:18:55 fs 1.14.56.2: +SQL_CONNECTION_DOES_NOT_EXIST 2006/05/11 08:58:29 fs 1.14.56.1: #i51143# +SQL_ERROR_UNSPECIFIED

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9958fc4e5f6fe1907419d99e481a39dd2a830821]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:28 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3f9d1c654963eb0c8c86ec915d3f866822a4b635]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/16 11:32:27 fs 1.3.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2e55a551271d4a1c91a0b116d9664601a4acb06f]

        INTEGRATION: CWS qiq (1.5.104); FILE MERGED 2006/06/16 11:32:27 fs 1.5.104.1: during #i51143#:
        
        refactored VCollection:
        - createEmptyObject now named createDescriptor
        - cloneObject removed
        - appendObject now returns the newly created object
          (previously done via a subsequent call to cloneObject)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fb078e5987e156bbe7b11db075f7082be8e42c66]

        INTEGRATION: CWS dr48 (1.25.156); FILE MERGED 2006/05/03 14:59:15 dr 1.25.156.1: #134146# load FrameChild records corerctly

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3232f015c6a2bd65bc6252908f31ea9a128c8db4]

        INTEGRATION: CWS qiq (1.12.104); FILE MERGED 2006/06/27 13:51:11 fs 1.12.104.2: RESYNC: (1.12-1.13); FILE MERGED 2006/06/06 13:57:23 fs 1.12.104.1: #i51143# +createColumnsForResultSet / +createColumnForResultSet

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3f36775b72b0ad1f5705dc50549abf9608e2bcf8]

        INTEGRATION: CWS qiq (1.3.104); FILE MERGED 2006/06/30 13:20:23 fs 1.3.104.2: #i51143# ERROR_CYCLIC_SUB_QUERIES 2006/05/19 08:08:51 fs 1.3.104.1: #i51143# more error messages to be provided by a ParseContext

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b809adfd4c4277184fd78e93e1d626fdd91f3545]

        INTEGRATION: CWS dr48 (1.4.320); FILE MERGED 2006/05/23 18:16:47 dr 1.4.320.1: #i61324# line width rounding corrected

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [03fad0cafdbb345c79f4cf1d40bd71d6c69b042d]

        INTEGRATION: CWS dr48 (1.31.174); FILE MERGED 2006/05/24 12:33:22 nn 1.31.174.1: #129384# keep a reference of clipboard object during PasteFromClip

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ce35a335100232c028d320e50d7dfc2ebfbf5ad0]

        INTEGRATION: CWS dr48 (1.58.4); FILE MERGED 2006/05/31 14:22:25 nn 1.58.4.1: #i63931# reset bActiveMediaSh when activating different shell

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [55a63d6f46c53b93f652a2bdf2380fc419d074b8]

        INTEGRATION: CWS dr48 (1.6.176); FILE MERGED 2006/05/10 14:42:38 nn 1.6.176.1: #i65047# check for paint from reschedule after InterpretVisible

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cf46bfc5bdee2a4651588f5e1f096cccfb07cf9e]

        INTEGRATION: CWS dr48 (1.28.162); FILE MERGED 2006/05/10 14:42:38 nn 1.28.162.1: #i65047# check for paint from reschedule after InterpretVisible

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9ff20a6dd99b560af4076158b2a33d61e6f8c42d]

        INTEGRATION: CWS dr48 (1.74.86); FILE MERGED 2006/06/02 10:27:45 nn 1.74.86.2: RESYNC: (1.74-1.75); FILE MERGED 2006/05/10 15:27:13 nn 1.74.86.1: #i57745# HideCursor: draw before setting the variable

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4e06a843ef14941dc32a2a747d2100dbac26be1a]

        INTEGRATION: CWS dr48 (1.6.172); FILE MERGED 2006/05/23 16:50:05 nn 1.6.172.1: #133060# DoUpdateCharts: static member

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3c29c231576d3b56660e9cebab9556902c9c401b]

        INTEGRATION: CWS dr48 (1.2.176); FILE MERGED 2006/05/23 16:50:04 nn 1.2.176.1: #133060# DoUpdateCharts: static member

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7cc4035ff5829bbc8fa04af399b762066bf10a43]

        INTEGRATION: CWS dr48 (1.40.124); FILE MERGED 2006/05/24 12:33:22 nn 1.40.124.1: #129384# keep a reference of clipboard object during PasteFromClip

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8ef35de8eda02e3c3e44e76bb6c01322e5d73c97]

        INTEGRATION: CWS dr48 (1.13.174); FILE MERGED 2006/05/11 13:19:28 nn 1.13.174.1: #i58574# put formula cell on separate sheet; some refactoring (patch from Noel)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bcda93cf3957835d410b903bb4a3725e4038920b]

        INTEGRATION: CWS dr48 (1.21.110); FILE MERGED 2006/05/24 12:32:49 nn 1.21.110.1: #129384# keep a reference of clipboard object during PasteFromClip

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4b942901a8452397b462631f2b6ad9b788a532f0]

        INTEGRATION: CWS dr48 (1.18.42); FILE MERGED 2006/06/01 13:58:27 nn 1.18.42.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5a73a426eef80cae652a180c83535cb9696829ed]

        INTEGRATION: CWS dr48 (1.5.176); FILE MERGED 2006/05/23 16:49:41 nn 1.5.176.1: #133060# DoUpdateCharts: static member

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [050f67555f697f303483039021567d44b113dde5]

        INTEGRATION: CWS dr48 (1.9.170); FILE MERGED 2006/05/10 10:38:03 nn 1.9.170.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4807978ec725d67c01457e2d0dc564344ba9d595]

        INTEGRATION: CWS dr48 (1.16.162); FILE MERGED 2006/05/10 10:38:03 nn 1.16.162.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5d322d47eba3bf60dd97a1cc9f6e0962eab4b859]

        INTEGRATION: CWS dr48 (1.25.44); FILE MERGED 2006/05/10 10:38:03 nn 1.25.44.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e407ce2d7308540f1c967a4b9d6e1102af35040f]

        INTEGRATION: CWS dr48 (1.6.174); FILE MERGED 2006/06/01 13:57:58 nn 1.6.174.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e0ae0f711b31d7c94c5f973783a90c3ec6d346e7]

        INTEGRATION: CWS dr48 (1.34.28); FILE MERGED 2006/05/10 17:47:45 nn 1.34.28.1: #131247# Dif2Doc: test for valid end position

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d7ac03dbc3ff51504b7c2c3b04896ae8ecce2589]

        INTEGRATION: CWS dr48 (1.20.174); FILE MERGED 2006/06/01 13:57:58 nn 1.20.174.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9ae77b697e3ccb9d37c261800ef9ff91ca15f26a]

        INTEGRATION: CWS dr48 (1.48.4); FILE MERGED 2006/05/23 16:50:31 nn 1.48.4.1: #133060# ModifyOptions: call static DoUpdateCharts if no view available

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3a64408592523d0d30313cc15c7bb46841583a86]

        INTEGRATION: CWS dr48 (1.46.6); FILE MERGED 2006/06/01 13:57:27 nn 1.46.6.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4a9373ead791d9a4ab91e87d7c72be8602ee3e2c]

        INTEGRATION: CWS dr48 (1.199.88); FILE MERGED 2006/05/10 10:37:48 nn 1.199.88.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c19f4cb45ecf436640a50747a5e1f90c384f9798]

        INTEGRATION: CWS dr48 (1.14.176); FILE MERGED 2006/05/11 16:38:00 nn 1.14.176.1: #i63929# base pointer is used to delete actions, needs virtual dtor (patch from Caolan)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bafc4216a78b8851c9587752644d2e579d3f1589]

        INTEGRATION: CWS dr48 (1.80.26); FILE MERGED 2006/05/22 16:34:59 dr 1.80.26.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:06:18 dr 1.80.26.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [900eb426a716f0fe0d9f94645a1a90a8337c45ca]

        INTEGRATION: CWS dr48 (1.17.166); FILE MERGED 2006/05/22 16:34:59 dr 1.17.166.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [30e0dce499cef33e60e3f6cd9b6f2fbde2e54652]

        INTEGRATION: CWS dr48 (1.28.26); FILE MERGED 2006/05/22 16:34:59 dr 1.28.26.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:06:18 dr 1.28.26.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0c3ba42d15c8dd0fd854f93c55a000db6aeafa0a]

        INTEGRATION: CWS dr48 (1.22.176); FILE MERGED 2006/05/22 16:34:59 dr 1.22.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d223631caf3f4483c444177300ec11fc328b4508]

        INTEGRATION: CWS dr48 (1.18.2); FILE MERGED 2006/05/11 15:16:48 dr 1.18.2.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b025885f8ee777f45c6a1140a16f8049817eef04]

        INTEGRATION: CWS dr48 (1.3.176); FILE MERGED 2006/05/10 17:01:24 dr 1.3.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [f5f759f9d1980f15a25489f45ca8b5663635138d]

        INTEGRATION: CWS dr48 (1.3.176); FILE MERGED 2006/05/22 16:34:29 dr 1.3.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [67141e9a29c128bf9a1d732af869e288f114c166]

        INTEGRATION: CWS dr48 (1.25.26); FILE MERGED 2006/05/11 15:16:47 dr 1.25.26.2: more backporting from CWS chart2mst3 2006/05/10 17:01:23 dr 1.25.26.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [378cdb62da2429e727ffd39456c727bb3fd31bab]

        INTEGRATION: CWS dr48 (1.8.2); FILE MERGED 2006/05/10 17:01:23 dr 1.8.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [391df2e18d41283b4e4b7f9384f1f2752290a529]

        INTEGRATION: CWS dr48 (1.19.2); FILE MERGED 2006/05/11 15:16:46 dr 1.19.2.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6187859a487cced34e316143b7fa91cda3ea0159]

        INTEGRATION: CWS dr48 (1.3.2); FILE MERGED 2006/05/11 10:30:17 dr 1.3.2.2: #i63105# use font encoding for cell text 2006/05/10 09:04:54 dr 1.3.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [12f16361a16378ef7b4fff7640432c8ae410877e]

        INTEGRATION: CWS dr48 (1.9.2); FILE MERGED 2006/05/11 15:16:46 dr 1.9.2.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a96efce75485d3dbcc854396e295ab3dce46badc]

        INTEGRATION: CWS dr48 (1.5.2); FILE MERGED 2006/05/22 16:34:29 dr 1.5.2.4: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/18 12:56:37 dr 1.5.2.3: #i60067# use named gradients, bitmaps, and dashes for chart objects 2006/05/11 15:16:45 dr 1.5.2.2: more backporting from CWS chart2mst3 2006/05/10 09:04:54 dr 1.5.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [17cd0af56634478e6404eb54dcff5f6f43f19895]

        INTEGRATION: CWS dr48 (1.19.110); FILE MERGED 2006/05/11 15:16:44 dr 1.19.110.2: more backporting from CWS chart2mst3 2006/05/11 10:30:16 dr 1.19.110.1: #i63105# use font encoding for cell text

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b74ce4e431801722ae9f0c0f9260ff1e3861a9d0]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/05/11 10:30:15 dr 1.1.4.2: #i63105# use font encoding for cell text 2006/05/10 17:01:23 dr 1.1.4.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4cd03cc32f6aa2cd721eb058bd372894361d9adf]

        INTEGRATION: CWS dr48 (1.10.176); FILE MERGED 2006/05/22 16:34:29 dr 1.10.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5a80f64ca6128a734b9d6b91eab2287e154249c0]

        INTEGRATION: CWS dr48 (1.19.46); FILE MERGED 2006/05/10 17:01:23 dr 1.19.46.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [144c0f30627ff33a4a336182a966598dcc9c4456]

        INTEGRATION: CWS dr48 (1.8.176); FILE MERGED 2006/05/11 15:16:43 dr 1.8.176.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ce99e0f22467b1369bea72d67b17240097897eaf]

        INTEGRATION: CWS dr48 (1.12.176); FILE MERGED 2006/05/10 17:01:23 dr 1.12.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [126ecb83d8bedb81938c01b6e0f1321ec7827370]

        INTEGRATION: CWS dr48 (1.15.176); FILE MERGED 2006/05/10 17:01:23 dr 1.15.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [22e55b701d05f4ef0b351fdce49180a529de8be2]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/05/10 17:01:22 dr 1.1.4.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [27bab569d155f0de4b62e358bdeebf945ecbc658]

        INTEGRATION: CWS dr48 (1.21.48); FILE MERGED 2006/05/22 16:34:29 dr 1.21.48.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 15:16:42 dr 1.21.48.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6aee8b390051a19e5486e3583f2b9bdba5444b5f]

        INTEGRATION: CWS dr48 (1.11.176); FILE MERGED 2006/05/11 10:30:14 dr 1.11.176.1: #i63105# use font encoding for cell text

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7a2eabd2e5a067b9f17ba7a627cbf2c492643ccd]

        INTEGRATION: CWS dr48 (1.4.166); FILE MERGED 2006/05/22 16:34:29 dr 1.4.166.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/18 12:56:36 dr 1.4.166.2: #i60067# use named gradients, bitmaps, and dashes for chart objects 2006/05/11 15:16:41 dr 1.4.166.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fb6dcfd3919cf9e7f4876900b65e24eb62501d01]

        INTEGRATION: CWS dr48 (1.7.176); FILE MERGED 2006/05/22 16:34:28 dr 1.7.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:01:22 dr 1.7.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5e8dfac2f0843a6a96cc01375cbfdc1b522cd839]

        INTEGRATION: CWS dr48 (1.7.174); FILE MERGED 2006/05/22 16:34:28 dr 1.7.174.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ca89f90d3e6dd04e5763e04229ca8e4e93e2a0c0]

        INTEGRATION: CWS dr48 (1.6.176); FILE MERGED 2006/05/22 16:34:28 dr 1.6.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4ae9e9b85c332effbe4e085445af79ec47da3380]

        INTEGRATION: CWS dr48 (1.18.46); FILE MERGED 2006/05/10 17:01:22 dr 1.18.46.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a5389b77483cc2a314fb3785b58d5c7516896679]

        INTEGRATION: CWS dr48 (1.10.176); FILE MERGED 2006/05/22 16:34:28 dr 1.10.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [435f66339571bfeb328a0a753ffa1223a6b0187b]

        INTEGRATION: CWS dr48 (1.8.176); FILE MERGED 2006/05/22 16:34:28 dr 1.8.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0f58656235ccf3ee44b4eb52c2d1044820062209]

        INTEGRATION: CWS dr48 (1.6.146); FILE MERGED 2006/05/10 17:01:22 dr 1.6.146.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [76f8348ffbca5830992155b2377637f608ce2b05]

        INTEGRATION: CWS dr48 (1.17.176); FILE MERGED 2006/05/22 16:34:28 dr 1.17.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/17 13:51:25 dr 1.17.176.1: #i63255# correct script type also for string formula results

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1d8520bf4d955dc8c8de121e772f6da84beff8b7]

        INTEGRATION: CWS dr48 (1.6.176); FILE MERGED 2006/05/10 17:01:22 dr 1.6.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [18d13e3fcb6a7ee454084b6706e066c083e22539]

        INTEGRATION: CWS dr48 (1.12.176); FILE MERGED 2006/05/10 17:01:22 dr 1.12.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3f596f8055405b3b354818d460ba65764a8075da]

        INTEGRATION: CWS dr48 (1.45.28); FILE MERGED 2006/05/22 16:34:27 dr 1.45.28.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d77b99443ca8d0e6c8e13109aadeccd915d5e236]

        INTEGRATION: CWS dr48 (1.8.176); FILE MERGED 2006/05/22 16:34:27 dr 1.8.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b02cfc064106157ac03fc575a6131195a3ad4a90]

        INTEGRATION: CWS dr48 (1.6.166); FILE MERGED 2006/05/22 16:34:27 dr 1.6.166.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7683dcaf464ebc94e06385495fa174e0275db815]

        INTEGRATION: CWS dr48 (1.7.176); FILE MERGED 2006/05/22 16:34:27 dr 1.7.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:01:21 dr 1.7.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [82900e11ad73bc9c0e08489672d77e4dfe2a7726]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/05/10 09:04:54 dr 1.1.4.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [317bb708bff028cbd9394622277bd56fde635338]

        INTEGRATION: CWS dr48 (1.3.2); FILE MERGED 2006/05/17 15:21:54 dr 1.3.2.2: unit converter and double values 2006/05/10 09:04:54 dr 1.3.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [04ff7f99c039c1f5875923ad43fb61523f8dc257]

        INTEGRATION: CWS dr48 (1.7.176); FILE MERGED 2006/05/11 15:16:40 dr 1.7.176.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [89c969cfc549de2acc2ba74f1f9b4da0e37961c1]

        INTEGRATION: CWS dr48 (1.47.176); FILE MERGED 2006/05/22 16:34:27 dr 1.47.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [a5bdf6840d0d5111112bafc8ebd7b4e85ad65c54]

        INTEGRATION: CWS dr48 (1.15.166); FILE MERGED 2006/05/22 16:34:27 dr 1.15.166.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:01:21 dr 1.15.166.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [df6a2519e186303397fa8c8c08cd7e01eab2a7b8]

        INTEGRATION: CWS dr48 (1.19.176); FILE MERGED 2006/05/10 17:01:21 dr 1.19.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [47b938caec86f5eb6e6004af172c82d64af30b77]

        INTEGRATION: CWS dr48 (1.17.176); FILE MERGED 2006/05/22 16:34:26 dr 1.17.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 17:01:21 dr 1.17.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e24f3fb9b3f19952a6d278272b245a4548392524]

        INTEGRATION: CWS dr48 (1.4.46); FILE MERGED 2006/05/10 09:03:49 dr 1.4.46.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1f683f05accf3511a46e87379b3efba4e5e427a4]

        INTEGRATION: CWS dr48 (1.6.166); FILE MERGED 2006/05/22 16:34:45 dr 1.6.166.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [626d2425ad84fa6f8f448c9b9c06c5a7d39c5734]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/06/14 11:35:59 dr 1.1.4.3: #i66214# dump OLE property set written by Lotus 2006/05/15 16:50:32 dr 1.1.4.2: #i65389# correct string len for unicode codepage 2006/05/10 09:03:49 dr 1.1.4.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [25f83fa79b656dab51a86d3d369469aecf8ddb75]

        INTEGRATION: CWS dr48 (1.3.2); FILE MERGED 2006/05/17 15:22:29 dr 1.3.2.2: unit converter and double values 2006/05/10 09:03:49 dr 1.3.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1c2ac0eb855d39fc790d13d402d5fdddbc5f8af0]

        INTEGRATION: CWS dr48 (1.5.176); FILE MERGED 2006/05/11 15:17:50 dr 1.5.176.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2854c409ecb9723c01b7b88c23ae420bb2ee32ee]

        INTEGRATION: CWS dr48 (1.20.26); FILE MERGED 2006/05/11 15:03:11 dr 1.20.26.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c9b13f5a3a90c6e5aa5c5f346ea4a7719063e7a0]

        INTEGRATION: CWS dr48 (1.25.46); FILE MERGED 2006/05/11 15:03:10 dr 1.25.46.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5f2a705d5c928458a7d9a6ed49a195cb56291072]

        INTEGRATION: CWS dr48 (1.17.110); FILE MERGED 2006/05/11 15:03:09 dr 1.17.110.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [194cacb6169e79b24ca6f6a67a0ccde8b0217113]

        INTEGRATION: CWS dr48 (1.11.144); FILE MERGED 2006/05/10 16:59:35 dr 1.11.144.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5de7c940230ecbd67e09f894ac64645f501dad4b]

        INTEGRATION: CWS dr48 (1.3.2); FILE MERGED 2006/05/11 15:03:08 dr 1.3.2.2: more backporting from CWS chart2mst3 2006/05/10 09:03:16 dr 1.3.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [86ceb7e46ec63c88a9c837a3fae6a95a41fdf9ef]

        INTEGRATION: CWS dr48 (1.4.2); FILE MERGED 2006/05/23 14:00:05 dr 1.4.2.5: correct size of record CHPROPERTIES 2006/05/22 16:33:56 dr 1.4.2.4: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 10:28:33 dr 1.4.2.3: #i63105# use font encoding for cell text 2006/05/10 16:59:35 dr 1.4.2.2: #i63105# backport changes from CWS chart2mst3 2006/05/10 09:03:16 dr 1.4.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e39742c0cfb43bc1de65108645f76134ed919776]

        INTEGRATION: CWS dr48 (1.4.166); FILE MERGED 2006/05/18 12:51:58 dr 1.4.166.2: #i60067# use named gradients, bitmaps, and dashes for chart objects 2006/05/11 15:03:07 dr 1.4.166.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b41ddbeec5fd86aab312b2d59b531a14c07d5f91]

        INTEGRATION: CWS dr48 (1.26.110); FILE MERGED 2006/05/22 16:33:55 dr 1.26.110.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 15:03:06 dr 1.26.110.2: more backporting from CWS chart2mst3 2006/05/11 10:28:32 dr 1.26.110.1: #i63105# use font encoding for cell text

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5f4d400f551b296def10d30e8b7c7504c881b892]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/05/22 16:33:55 dr 1.1.4.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 10:28:31 dr 1.1.4.2: #i63105# use font encoding for cell text 2006/05/10 16:59:35 dr 1.1.4.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3af99262377219aeaada8e1b12b5b790a04d2d17]

        INTEGRATION: CWS dr48 (1.17.2); FILE MERGED 2006/05/22 16:33:55 dr 1.17.2.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c86cb0a8be988cdbe7309ef1f66a8ab0dee5c76d]

        INTEGRATION: CWS dr48 (1.18.46); FILE MERGED 2006/05/10 16:59:35 dr 1.18.46.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6e73431778ca129ec4bbd020fde0c50ef1e1a5f1]

        INTEGRATION: CWS dr48 (1.10.166); FILE MERGED 2006/05/22 16:33:55 dr 1.10.166.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 15:03:06 dr 1.10.166.1: more backporting from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [02747057cbc36713ca3d1bed3f882ce04a55ca69]

        INTEGRATION: CWS dr48 (1.11.174); FILE MERGED 2006/05/22 16:33:55 dr 1.11.174.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:34 dr 1.11.174.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b4261f2ad916cfad3d698f0e31cc153ce7284c2a]

        INTEGRATION: CWS dr48 (1.5.166); FILE MERGED 2006/05/10 16:59:34 dr 1.5.166.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [713e18f23e246b4e65d9f51ef7c64cb749c654d7]

        INTEGRATION: CWS dr48 (1.18.176); FILE MERGED 2006/05/22 16:33:55 dr 1.18.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:34 dr 1.18.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1eea3689ae660a74caa7794c598e852974a8b784]

        INTEGRATION: CWS dr48 (1.22.110); FILE MERGED 2006/05/11 15:03:05 dr 1.22.110.3: more backporting from CWS chart2mst3 2006/05/11 10:28:30 dr 1.22.110.2: #i63105# use font encoding for cell text 2006/05/10 16:59:34 dr 1.22.110.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d914ec532414670b1cb01d6ee4ef399c06e061d1]

        INTEGRATION: CWS dr48 (1.1.4); FILE ADDED 2006/05/10 16:59:34 dr 1.1.4.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [65b3e875b57a7767c2386d27a31c88bfec86bf18]

        INTEGRATION: CWS dr48 (1.42.26); FILE MERGED 2006/05/22 16:33:54 dr 1.42.26.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 15:03:04 dr 1.42.26.2: more backporting from CWS chart2mst3 2006/05/10 16:59:34 dr 1.42.26.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4150782bee7c77c707c0d7cfc14b1e3e3515ff56]

        INTEGRATION: CWS dr48 (1.20.146); FILE MERGED 2006/05/22 16:33:54 dr 1.20.146.5: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 16:03:45 dr 1.20.146.4: #i64794# replace spaces in webquery names with underscores 2006/05/11 15:03:03 dr 1.20.146.3: more backporting from CWS chart2mst3 2006/05/11 10:28:29 dr 1.20.146.2: #i63105# use font encoding for cell text 2006/05/10 16:59:33 dr 1.20.146.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [47692fd515a155ee855281b17d2e3b2d71979506]

        INTEGRATION: CWS dr48 (1.6.48); FILE MERGED 2006/05/22 16:33:54 dr 1.6.48.4: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/18 12:51:57 dr 1.6.48.3: #i60067# use named gradients, bitmaps, and dashes for chart objects 2006/05/11 15:03:02 dr 1.6.48.2: more backporting from CWS chart2mst3 2006/05/10 16:59:33 dr 1.6.48.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [877a0844fc677f5be2e3472fced91a3e0e74d44b]

        INTEGRATION: CWS dr48 (1.11.2); FILE MERGED 2006/05/22 16:33:54 dr 1.11.2.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/17 13:51:05 dr 1.11.2.2: #i63255# correct script type also for string formula results 2006/05/10 16:59:33 dr 1.11.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e69d36a44bb2b2e6af965f5cea4987122eede3ed]

        INTEGRATION: CWS dr48 (1.23.2); FILE MERGED 2006/05/22 16:33:53 dr 1.23.2.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7fa3fead410093cafb4cff9c5077d074db24790c]

        INTEGRATION: CWS dr48 (1.8.176); FILE MERGED 2006/05/22 16:33:53 dr 1.8.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:33 dr 1.8.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [eb54c7230991db68ecc22c83209999068f76f427]

        INTEGRATION: CWS dr48 (1.7.176); FILE MERGED 2006/05/22 16:33:53 dr 1.7.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1f1e26c8e0975ce06f4dcb48d582aa6870b780b4]

        INTEGRATION: CWS dr48 (1.5.176); FILE MERGED 2006/05/22 16:33:53 dr 1.5.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fd1ec7e1d9df70b0f67cc9b23872c3e809425591]

        INTEGRATION: CWS dr48 (1.11.176); FILE MERGED 2006/05/22 16:33:53 dr 1.11.176.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/16 14:59:32 dr 1.11.176.1: typo

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5e55dad317638ce48ea7da2e302258a12bb61925]

        INTEGRATION: CWS dr48 (1.10.176); FILE MERGED 2006/05/22 16:33:53 dr 1.10.176.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3fee47c7c3abd9c2ae3f554bf86c5e17c6d77ae6]

        INTEGRATION: CWS dr48 (1.6.146); FILE MERGED 2006/05/10 16:59:33 dr 1.6.146.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [187a780d3825ef70411b1508358982d7526d3bf3]

        INTEGRATION: CWS dr48 (1.24.174); FILE MERGED 2006/05/22 16:33:52 dr 1.24.174.6: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/17 13:51:05 dr 1.24.174.5: #i63255# correct script type also for string formula results 2006/05/15 15:01:18 dr 1.24.174.4: #i63255# more simple 2006/05/12 14:16:49 dr 1.24.174.3: #i63255# use default script type instead of latin 2006/05/12 14:05:26 dr 1.24.174.2: #i63255# script type for leading weak characters 2006/05/10 09:14:23 dr 1.24.174.1: #i10000# typo in address conversion

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bf57fadb3ae34d6c50c2f76b47975630db66372b]

        INTEGRATION: CWS dr48 (1.10.2); FILE MERGED 2006/05/10 16:59:32 dr 1.10.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [485bf83aacb01092bbc5682ac624708efccb7432]

        INTEGRATION: CWS dr48 (1.14.146); FILE MERGED 2006/05/11 15:03:01 dr 1.14.146.2: more backporting from CWS chart2mst3 2006/05/10 16:59:32 dr 1.14.146.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [92e90423e5f1f3c66919b02cd2f1868004fa65e0]

        INTEGRATION: CWS dr48 (1.15.176); FILE MERGED 2006/05/22 16:33:52 dr 1.15.176.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 15:03:00 dr 1.15.176.2: more backporting from CWS chart2mst3 2006/05/10 16:59:32 dr 1.15.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [64085b9a440a965f1b09d2ac0db8aba3b9535bc5]

        INTEGRATION: CWS dr48 (1.58.2); FILE MERGED 2006/05/10 16:59:32 dr 1.58.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7741e08dfebe6e719686efe3bd7a987e51c90ad1]

        INTEGRATION: CWS dr48 (1.35.46); FILE MERGED 2006/05/18 12:51:59 dr 1.35.46.2: #i60067# use named gradients, bitmaps, and dashes for chart objects 2006/05/10 16:59:32 dr 1.35.46.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [6ca96e7aee937affef218e0bb892e6904f4ef358]

        INTEGRATION: CWS dr48 (1.79.2); FILE MERGED 2006/05/22 16:33:52 dr 1.79.2.3: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/11 10:28:28 dr 1.79.2.2: #i63105# use font encoding for cell text 2006/05/10 16:59:31 dr 1.79.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [28760951ad8501a924732f0d389b277be73e3dad]

        INTEGRATION: CWS dr48 (1.6.176); FILE MERGED 2006/05/10 16:59:31 dr 1.6.176.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [93482963bfa9340868d7c541c199364b31119d9c]

        INTEGRATION: CWS dr48 (1.56.166); FILE MERGED 2006/05/22 16:33:52 dr 1.56.166.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [505d7371526209c3cec8d4eeb2038ea06fafd3da]

        INTEGRATION: CWS dr48 (1.81.28); FILE MERGED 2006/05/22 16:33:51 dr 1.81.28.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [67b66201168e1149f23b0e772f7a189e8b6fa3e7]

        INTEGRATION: CWS dr48 (1.39.108); FILE MERGED 2006/05/22 16:33:51 dr 1.39.108.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [88437bec50ef53d9343c46bd1b782d7a933274f2]

        INTEGRATION: CWS dr48 (1.111.2); FILE MERGED 2006/05/22 16:33:51 dr 1.111.2.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:31 dr 1.111.2.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e93940caa5980fb8f9f0c059ac5a185d69e1717e]

        INTEGRATION: CWS dr48 (1.38.146); FILE MERGED 2006/05/22 16:33:51 dr 1.38.146.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:31 dr 1.38.146.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [e18d71786c04d209c1dfe41a5f8c8aba1b31ebd4]

        INTEGRATION: CWS dr48 (1.38.110); FILE MERGED 2006/05/22 16:33:51 dr 1.38.110.2: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32) 2006/05/10 16:59:31 dr 1.38.110.1: #i63105# backport changes from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [7bf39052b998e7e33d42602fa2f47e2d07c7ade5]

        INTEGRATION: CWS dr48 (1.22.2); FILE MERGED 2006/05/10 09:03:16 dr 1.22.2.1: dumper additions from CWS chart2mst3

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [029a009770ffd180b58c1d1ccc21a92b70eb4df0]

        INTEGRATION: CWS dr48 (1.62.2); FILE MERGED 2006/05/22 16:33:50 dr 1.62.2.1: type correctness for stream related code in Excel filters (sal_Size vs. ULONG vs. sal_uInt32)

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bb3cb612ce9d34f398b93d6cd6a3e2a55d56ed7c]

        INTEGRATION: CWS dr48 (1.5.174); FILE MERGED 2006/06/01 13:56:58 nn 1.5.174.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fe1ce3894bd35ab1834d22f02319e02fbe74b3e4]

        INTEGRATION: CWS dr48 (1.18.44); FILE MERGED 2006/06/01 13:56:58 nn 1.18.44.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [88a0d1577323e2c46807cdab2d6121fd3f8f25c6]

        INTEGRATION: CWS dr48 (1.21.172); FILE MERGED 2006/05/10 10:37:29 nn 1.21.172.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bb677f2656b80fefab978f35a925ddf10feddcd1]

        INTEGRATION: CWS dr48 (1.59.2); FILE MERGED 2006/05/12 20:24:34 er 1.59.2.1: #i58822# UpdateReference: replace SharedFormulas that wrapped when copied

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [62753ad7300c769e274b0c4d50bb345af46331e6]

        INTEGRATION: CWS dr48 (1.9.176); FILE MERGED 2006/05/16 14:13:55 nn 1.9.176.1: #i58049# #i57939# skip hidden columns in attribute handling

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4ea3cb7b1e893b3b714133f702a1028e3364c228]

        INTEGRATION: CWS dr48 (1.42.108); FILE MERGED 2006/05/10 10:37:11 nn 1.42.108.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [744fbe09b6edfd44ce2439ff2f851cda9ed7f478]

        INTEGRATION: CWS dr48 (1.19.126); FILE MERGED 2006/05/11 14:14:34 nn 1.19.126.1: #i58574# CopyFromClip: call Resize even if IDF_FORMULA isn't set

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2301c85c2ef3d68274cca5c2d3b2f2dc04b330cf]

        INTEGRATION: CWS dr48 (1.10.42); FILE MERGED 2006/06/01 13:56:28 nn 1.10.42.1: #i63148# IsValidReference for area links etc.

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [83a6d7e390088f5a9a33635cf828290d4fae258e]

        INTEGRATION: CWS dr48 (1.17.108); FILE MERGED 2006/05/10 10:36:50 nn 1.17.108.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5252535530c282f3ba5f41a94841213f4e4b15dc]

        INTEGRATION: CWS dr48 (1.9.176); FILE MERGED 2006/05/10 10:36:50 nn 1.9.176.1: #i64441# don't rely on sheet information in ScDrawObjData from drawing objects

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [05a87f4011f674054d386a8fb724adfaf6e20739]

        INTEGRATION: CWS dr47 (1.23.104); FILE MERGED 2006/03/10 14:05:08 dr 1.23.104.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [ce94ee8963d7bdc20be22e8b1d37998879b52ee1]

        INTEGRATION: CWS dr47 (1.17.46); FILE MERGED 2006/03/15 13:19:56 dr 1.17.46.1: #i62752# improved BIFF detection

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9aac731925121f2d659e67c92b02f5ee2922b1d9]

        INTEGRATION: CWS dr47 (1.86.64); FILE MERGED 2006/03/14 11:00:25 dr 1.86.64.2: #i49498# last changes 2006/03/10 14:05:05 dr 1.86.64.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0cde46accfc847459244003ce896e6e58f2939fa]

        INTEGRATION: CWS dr47 (1.63.122); FILE MERGED 2006/03/10 14:05:04 dr 1.63.122.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [411fa43bb46e1b0f8d96d19d2bf86ce518a0dbef]

        INTEGRATION: CWS dr47 (1.44.32); FILE MERGED 2006/03/15 14:02:40 nn 1.44.32.1: #i56873# check if AutoStyles exists also here

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [1dacaa8cea39597f5e8e6344e05af0a59fc1097f]

        INTEGRATION: CWS dr47 (1.25.64); FILE MERGED 2006/03/16 10:44:53 nn 1.25.64.1: #i59328# detect invalid repeat values

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9cf926dd69124eb96df49ceda03977fac2da6127]

        INTEGRATION: CWS dr47 (1.88.92); FILE MERGED 2006/05/08 13:53:27 dr 1.88.92.3: RESYNC: (1.89-1.90); FILE MERGED 2006/04/05 09:19:55 dr 1.88.92.2: RESYNC: (1.88-1.89); FILE MERGED 2006/03/16 10:44:52 nn 1.88.92.1: #i59328# detect invalid repeat values

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b1ad3aad732eb84cdaef7f96417b7cfaee98de3d]

        INTEGRATION: CWS dr47 (1.11.100); FILE MERGED 2006/03/10 14:05:02 dr 1.11.100.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [63ee3fe41e86ac12c2c696592e57f8b4b8106f40]

        INTEGRATION: CWS dr47 (1.4.132); FILE MERGED 2006/03/14 15:27:44 dr 1.4.132.1: crash in recalc after inserting a row

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [48427593d67f8e70f8c2e8e751ba0064b207a8a1]

        INTEGRATION: CWS dr47 (1.15.128); FILE MERGED 2006/03/13 16:15:42 dr 1.15.128.2: #i49498# last changes 2006/03/10 14:05:02 dr 1.15.128.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2ff54fbac26a884e53e74f44db7831cc179a6a97]

        INTEGRATION: CWS dr47 (1.19.32); FILE MERGED 2006/05/30 18:16:43 nn 1.19.32.3: #i49498# corrected arg string for INFO 2006/03/13 16:15:41 dr 1.19.32.2: #i49498# last changes 2006/03/10 14:05:01 dr 1.19.32.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [d6867a39673056d1c10a463c58afae7781b4a32b]

        INTEGRATION: CWS dr47 (1.40.76); FILE MERGED 2006/03/14 17:45:42 er 1.40.76.2: PopSingleRef: pass max to ValidTab, not count 2006/03/10 14:05:01 dr 1.40.76.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8e58b1ade8d015f808575030cd3797a6dde1c6c3]

        INTEGRATION: CWS dr47 (1.57.38); FILE MERGED 2006/04/05 09:18:57 dr 1.57.38.3: RESYNC: (1.57-1.58); FILE MERGED 2006/03/14 17:47:27 er 1.57.38.2: #i62238# UpdateInsertTab, UpdateDeleteTab: absolute positions aren't necessarily in sync with relative reference, sync before access 2006/03/10 14:05:00 dr 1.57.38.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b14af12c26e103e4deca3d49fe20dc1cc4714107]

        INTEGRATION: CWS dr47 (1.48.102); FILE MERGED 2006/03/10 14:05:00 dr 1.48.102.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0710759646b88cdebfda251fba8c27797aa0a0c7]

        INTEGRATION: CWS dr47 (1.24.102); FILE MERGED 2006/03/10 14:04:59 dr 1.24.102.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fd31eb5c7823a3ccfcbf3352fad08f47211fab8b]

        INTEGRATION: CWS dr47 (1.9.102); FILE MERGED 2006/03/10 14:04:59 dr 1.9.102.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [658379355a24b39f71b128162ac497a96f7b6da3]

        INTEGRATION: CWS dr47 (1.13.102); FILE MERGED 2006/03/10 14:04:59 dr 1.13.102.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [eb4abcdc09ef93dabf939c55d1ca60f1960aaddd]

        INTEGRATION: CWS dr47 (1.13.132); FILE MERGED 2006/03/10 14:04:59 dr 1.13.132.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [5b87c149e6884c2c9e4a2697ca613bceefd58298]

        INTEGRATION: CWS dr47 (1.11.102); FILE MERGED 2006/03/10 14:04:58 dr 1.11.102.1: #i49498# INFO function

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [fe71689493dfe5b8209a287bf0566af053c6829a]

        INTEGRATION: CWS dr47 (1.14.206); FILE MERGED 2006/05/08 13:37:13 dr 1.14.206.3: RESYNC: (1.15-1.16); FILE MERGED 2006/04/05 09:14:00 dr 1.14.206.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/16 13:39:18 dr 1.14.206.1: #i62484# ambiguous command names

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [095885979956568de8e35f216026c580a8c0f13a]

        INTEGRATION: CWS dr47 (1.4.60); FILE MERGED 2006/03/15 13:37:45 nn 1.4.60.1: #i61888# set last column/row for detective operations, assert valid last row

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2516ac7146470f913625d9e77d63fd6ba6f31818]

        INTEGRATION: CWS dr47 (1.6.60); FILE MERGED 2006/03/15 13:37:45 nn 1.6.60.1: #i61888# set last column/row for detective operations, assert valid last row

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [185d0281017575a1e43bd1b11137d277552c1491]

        INTEGRATION: CWS dr47 (1.5.60); FILE MERGED 2006/03/15 13:37:45 nn 1.5.60.1: #i61888# set last column/row for detective operations, assert valid last row

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [3de3778b528136dd8feffc58ee40836067948be3]

        INTEGRATION: CWS calchtmlnumbers (1.3.438); FILE MERGED 2006/06/09 19:56:54 er 1.3.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bfab0f26922891558e5fe1c04f49a668d64f9fca]

        INTEGRATION: CWS calchtmlnumbers (1.5.418); FILE MERGED 2006/07/04 12:55:07 dr 1.5.418.3: #i50670# german string too long 2006/07/04 10:46:57 dr 1.5.418.2: #i50670# use GetText() instead of GetDisplayText() to avoid shortened checkbox text 2006/06/09 19:56:54 er 1.5.418.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b5eb9b6f4e445ebe3b46d97090e06ed7d68b7080]

        INTEGRATION: CWS calchtmlnumbers (1.4.438); FILE MERGED 2006/07/04 10:46:56 dr 1.4.438.2: #i50670# use GetText() instead of GetDisplayText() to avoid shortened checkbox text 2006/06/09 19:56:53 er 1.4.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [2d27f81f074105726f3bdfe64200d51c7d741a70]

        INTEGRATION: CWS calchtmlnumbers (1.4.438); FILE MERGED 2006/06/09 19:56:53 er 1.4.438.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c227219575a6cc566121270949fa4e830f9ee18f]

        INTEGRATION: CWS calchtmlnumbers (1.14.68); FILE MERGED 2006/06/09 19:56:47 er 1.14.68.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8c1e0790adc781e944376abd570a37523300863d]

        INTEGRATION: CWS calchtmlnumbers (1.115.52); FILE MERGED 2006/06/09 19:56:41 er 1.115.52.1: #i50670# optionally parse NumbersEnglishUS during HTML import instead of user's locale

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [17caad8f9b03e57b04bf6c4dbe89e835251f1379]

        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-10  Oliver Bolte  <obo@openoffice.org>  [8db97e4fcb4fd3a2eb500c082dd9a082f20faddc]

        INTEGRATION: CWS impress98 (1.18.56); FILE MERGED 2006/06/26 23:33:34 cl 1.18.56.2: RESYNC: (1.18-1.19); FILE MERGED 2006/06/23 12:19:43 cl 1.18.56.1: #137421# check if pFrame has valid ViewShell

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bb3a7fedd7423ef26fcca6c73bf2c3e2f02c9a4d]

        INTEGRATION: CWS impress98 (1.52.128); FILE MERGED 2006/06/27 13:59:30 cl 1.52.128.5: fixed merge issue 2006/06/27 13:36:08 cl 1.52.128.4: #i66688# improved xml load/save performance so that it works 2006/06/27 10:12:34 sj 1.52.128.3: #i66688# improved xml load/save performance 2006/06/26 22:57:36 cl 1.52.128.2: RESYNC: (1.52-1.53); FILE MERGED 2006/06/23 13:53:34 sj 1.52.128.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bb01eb8e6b037c971f5fe2884c5d525719203cf1]

        INTEGRATION: CWS impress98 (1.61.70); FILE MERGED 2006/06/26 22:31:26 cl 1.61.70.2: RESYNC: (1.61-1.62); FILE MERGED 2006/06/23 13:52:51 sj 1.61.70.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [02c7934f2cb471df40e0d8ca70511d56b46ef07f]

        INTEGRATION: CWS impress98 (1.5.434); FILE MERGED 2006/06/26 21:34:22 cl 1.5.434.2: RESYNC: (1.5-1.6); FILE MERGED 2006/06/23 13:54:19 sj 1.5.434.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [aeccdbcad3ea68c23b43285f4af3ffa814e3c9cb]

        INTEGRATION: CWS impress98 (1.10.286); FILE MERGED 2006/06/26 15:51:23 sj 1.10.286.2: #i66688# added missing headerfile 2006/06/26 15:12:23 sj 1.10.286.1: #i66688# improved load performance

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9fae19422f2963876200ba94484990fee3804acd]

        INTEGRATION: CWS impress98 (1.8.374); FILE MERGED 2006/06/23 13:55:56 sj 1.8.374.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [596b9bd8535e8c23720c384f8f969719a744e06c]

        INTEGRATION: CWS impress98 (1.16.368); FILE MERGED 2006/06/28 15:38:50 sj 1.16.368.3: #i66688# test code removed 2006/06/26 21:32:50 cl 1.16.368.2: RESYNC: (1.16-1.17); FILE MERGED 2006/06/23 13:55:17 sj 1.16.368.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [c109769ffb3832c55323c2ea573c9df596c07938]

        INTEGRATION: CWS impress98 (1.1.2); FILE ADDED 2006/06/23 13:51:14 sj 1.1.2.1: #i66688# moved header file

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [0cab7908ea6dc184359a722233f333f3e66fd8fb]

        INTEGRATION: CWS impress98 (1.66.40); FILE MERGED 2006/06/23 12:07:41 cl 1.66.40.1: #137421# SetAutoLayout( GetAutoLayout() ) is not needed any more and crashed during reload with undo, so I removed it for good

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [bbf92b627099a5492afea6f9e7f113cd8b7037d7]

        INTEGRATION: CWS impress98 (1.29.68); FILE MERGED 2006/06/23 15:55:43 cl 1.29.68.2: #i51381# inform navigator when current slide changed 2006/06/23 15:49:59 cl 1.29.68.1: #i635# added mouse pointer auto hide feature

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [cac998e7d9b051828e12f424e89870d108df5afd]

        INTEGRATION: CWS impress98 (1.8.200); FILE MERGED 2006/06/28 13:13:56 cl 1.8.200.2: #i635# changing timout for mouse hiding to 10 seconds 2006/06/23 15:49:58 cl 1.8.200.1: #i635# added mouse pointer auto hide feature

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [b976e0f5a515e6640d151d9bd550ea715ea9bdc8]

        INTEGRATION: CWS impress98 (1.3.232); FILE MERGED 2006/06/23 15:49:02 cl 1.3.232.1: #i635# made mouse as pen not dependend on mouse visible

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [15e0fc9145e6b5a76c8cc2f9d4974508c0d5c321]

        INTEGRATION: CWS impress98 (1.45.224); FILE MERGED 2006/06/23 15:49:28 cl 1.45.224.1: #i635# made mouse as pen not dependend on mouse visible

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9172752d66564651cec2bf96e0be43dd253cac7c]

        INTEGRATION: CWS impress98 (1.6.232); FILE MERGED 2006/06/23 15:49:28 cl 1.6.232.1: #i635# made mouse as pen not dependend on mouse visible

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [119f7ec47e9cc3acac140d1d17edde582942c1f8]

        INTEGRATION: CWS impress98 (1.60.164); FILE MERGED 2006/06/26 14:45:18 sj 1.60.164.1: #i66688# now also locking controller when storing xml document

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [9a68f82e351745b39f5e0092a91f67f746f57082]

        INTEGRATION: CWS impress98 (1.53.36); FILE MERGED 2006/06/26 21:11:14 cl 1.53.36.2: RESYNC: (1.53-1.54); FILE MERGED 2006/06/19 13:16:22 cl 1.53.36.1: #i64195# fixed wrong while loop for handout

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [8b7f7a8fc796794c790fe8facfd1325304ee1d17]

        INTEGRATION: CWS impress98 (1.77.68); FILE MERGED 2006/06/23 15:47:17 cl 1.77.68.1: #i635# switching default for mouse visible during slideshow

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [24a848d4cd21205b5be1ade1739a48d2eaf0ebf4]

        INTEGRATION: CWS impress98 (1.90.134); FILE MERGED 2006/06/23 12:08:51 sj 1.90.134.1: #i66482# removed customshape entries, since they are part up from the OpenDocument format only

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [4bbf4d0174d1a26683c680c45abfaab8ff6f37e6]

        INTEGRATION: CWS linuxppcrpm (1.34.68); FILE MERGED 2006/07/02 16:31:24 ericb 1.34.68.1: #i66719# linuxppcrpm make rpm buildable on Debian or Ubuntu distribution

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [00b890b1b274a0d2d7499bc7877399903cf5293a]

        INTEGRATION: CWS linuxppcrpm (1.33.162); FILE MERGED 2006/07/02 16:31:24 ericb 1.33.162.1: #i66719# linuxppcrpm make rpm buildable on Debian or Ubuntu distribution

2006-07-10  Oliver Bolte  <obo@openoffice.org>  [954c60fade0c691f35a26366591ec2a4b1e40d99]

        INTEGRATION: CWS linuxppcrpm (1.49.90); FILE MERGED 2006/07/02 16:31:24 ericb 1.49.90.1: #i66719# linuxppcrpm make rpm buildable on Debian or Ubuntu distribution

2006-07-08  Nakata Maho  <maho@openoffice.org>  [6e6661f2eb321e7e0c70712e62d4dcfa0df1dd18]

        Fix conflicts

2006-07-06  Vladimir Glazounov  <vg@openoffice.org>  [7aac06bf030b92c2c2abb1f26abc29dc6ef21694]

        new version for SRC680

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2b2ad26bcf8ac5ec7523f8ad3674bd7bb9d4a820]

        SRC680

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6a89e2289ce2d604c9e452a53cdcf482df5743a0]

        INTEGRATION: CWS warningfixes01 (1.27.4); FILE MERGED 2006/06/27 17:56:42 mhu 1.27.4.1: #i51521# Fixed compiler warning (breaking build when warnings are errors).

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f5bb89fa1015e309d6df9f823c2326598f5d0456]

        INTEGRATION: CWS warningfixes01 (1.9.4); FILE MERGED 2006/06/27 08:52:59 cd 1.9.4.1: #137321# Reset focus handler to prevent calls while in dtor

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ac35fd450dbd07c371639c96b69d4251a34e7b55]

        INTEGRATION: CWS warningfixes01 (1.30.4); FILE MERGED 2006/06/28 10:48:55 cd 1.30.4.1: #i66813# Fix call to InsertEntry with wrong arguments

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [89529bde19d5328ad46b14330e713b3e31712b39]

        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>  [ce3baa5ae7c1430d4d6ada240605534a1b450a3f]

        INTEGRATION: CWS warningfixes01 (1.2.10); FILE MERGED 2006/06/27 13:57:30 sb 1.2.10.1: #i66722# Suppress warnings from external qstring.h.

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f029a44941970d1d54534075aa94b1fb0af90b2b]

        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>  [0cab4520c029890768f5c136ce2cf5670e8c78f6]

        INTEGRATION: CWS warningfixes01 (1.2.26); FILE MERGED 2006/06/28 07:25:09 sb 1.2.26.1: #i66731# Adpated to unoInterfaceProxyDispatch (patch supplied by ericb).

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [94257362714b9ceaaa5db8320118abf34a52cd06]

        INTEGRATION: CWS warningfixes01 (1.4.20); FILE MERGED 2006/06/27 10:54:34 kendy 1.4.20.1: #i66721# Fix compilation of x86-64 bridges.

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c9b899316887fa78e237e549adc73c641da2e5ab]

        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>  [14099dd4d92a168a7b4a4c8420a9198ddbd4f138]

        INTEGRATION: CWS dbwizardpp4 (1.73.28); FILE MERGED 2006/06/22 08:20:33 bc 1.73.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [63a13d72d67873bf17a26ab256c6a9cf1bfcd4f8]

        INTEGRATION: CWS warningfixes01 (1.25.4); FILE MERGED 2006/06/30 08:18:58 gh 1.25.4.2: #i66551# use StarBASIC::GetErrBasic instead of StarBASIC::GetErr which is SbxSomething::GetErr 2006/06/29 10:46:02 gh 1.25.4.1: #i66553# restore removed lines

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [1c010a03dd3fcade67e3aa2832a4ed72d0866deb]

        INTEGRATION: CWS dbwizardpp4 (1.16.28); FILE MERGED 2006/06/22 08:20:33 bc 1.16.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [06253816c71a9465abd2c9f1720e4fced973a7ad]

        INTEGRATION: CWS warningfixes01 (1.18.4); FILE MERGED 2006/06/28 07:43:33 sb 1.18.4.1: #i66730# Fixed code for 64bit platforms again.

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [da1d529d7500536745f7285dd95287562bd9ccc6]

        INTEGRATION: CWS dbwizardpp4 (1.7.28); FILE MERGED 2006/06/22 08:20:32 bc 1.7.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [bb2b5f259c3b81460517e3af35c714b32282f70c]

        INTEGRATION: CWS dbwizardpp4 (1.10.28); FILE MERGED 2006/06/22 08:20:32 bc 1.10.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7dadecf80884fecb1e8090d304fdfca167ca109f]

        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>  [025c719f3f2df56d2279d86919383e28585df6a1]

        INTEGRATION: CWS dbwizardpp4 (1.8.28); FILE MERGED 2006/06/22 08:20:32 bc 1.8.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [355dc7716e01a8f0b49ce301a2c5def57453ef69]

        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>  [d1cca37ec2dbbfc57e6344cdf4999dbcdf29de21]

        INTEGRATION: CWS dbwizardpp4 (1.5.28); FILE MERGED 2006/06/29 14:16:27 bc 1.5.28.1: #i56533#Now pagebreak is inserted in front of first table

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [251ded9d23b7af9d87e7dd5ece779f3a08e564ba]

        INTEGRATION: CWS dbwizardpp4 (1.7.28); FILE MERGED 2006/06/29 14:16:27 bc 1.7.28.1: #i56533#Now pagebreak is inserted in front of first table

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [de8e7531ccb088c4267ab2cb79a3d88bf991b4c7]

        INTEGRATION: CWS dbwizardpp4 (1.11.28); FILE MERGED 2006/06/22 08:20:32 bc 1.11.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f9707abaeadd1abaa86a8b6640b6f55cb8e1778b]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/06/22 08:20:32 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [79647f20697c92281c9dc1d23f5712a4dbb7849f]

        INTEGRATION: CWS dbwizardpp4 (1.6.28); FILE MERGED 2006/06/22 08:20:31 bc 1.6.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d4862589c9a30d9d83560f83fc791ceef7c689c9]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/06/22 08:20:31 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [602438ef404330891c09a8048fbae734acb1e178]

        INTEGRATION: CWS dbwizardpp4 (1.7.28); FILE MERGED 2006/06/22 08:20:31 bc 1.7.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [aabe65ce1400e72c1c095f693476f69cb9cccbeb]

        INTEGRATION: CWS dbwizardpp4 (1.8.28); FILE MERGED 2006/06/22 08:20:31 bc 1.8.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ef6a0ce2ce3c3b4e8e0fa45ad3f14e63cb9832fc]

        INTEGRATION: CWS dbwizardpp4 (1.68.28); FILE MERGED 2006/07/03 10:35:17 bc 1.68.28.3: #i66894#Grouping now again possible in QueryWizard 2006/06/29 14:16:26 bc 1.68.28.2: #i56533#Now pagebreak is inserted in front of first table 2006/06/22 08:20:31 bc 1.68.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c10eb4db5f2cab3c2d94e2ac96b6c6ce14e3e6bf]

        INTEGRATION: CWS dbwizardpp4 (1.7.28); FILE MERGED 2006/06/29 14:16:26 bc 1.7.28.2: #i56533#Now pagebreak is inserted in front of first table 2006/06/22 08:20:30 bc 1.7.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [10e802322c60785ab91cbb244c84783a1b876968]

        INTEGRATION: CWS warningfixes01 (1.2.2); FILE MERGED 2006/06/27 12:34:08 sb 1.2.2.2: #i66700# Minimal adaption to cygwin platform (no functional testhxx yet, but build does not break any more). 2006/06/27 08:44:28 sb 1.2.2.1: #i66725# CAPTURE_COMMAND must be set before settings.mk is included.

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [26d7b1017ecc288380ce62e62cac5986f721ae00]

        INTEGRATION: CWS warningfixes01 (1.2.2); FILE MERGED 2006/06/27 12:34:08 sb 1.2.2.1: #i66700# Minimal adaption to cygwin platform (no functional testhxx yet, but build does not break any more).

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f4b1ea4c36735d93e201930a1000a129a895fe39]

        INTEGRATION: CWS kabparam (1.3.74); FILE MERGED 2006/06/29 08:15:24 ebischoff 1.3.74.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [280115c301770ddc11390cf76ad208289e093341]

        INTEGRATION: CWS dbwizardpp4 (1.5.28); FILE MERGED 2006/06/22 08:20:30 bc 1.5.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [69f1e72f8bf9008e51afa3addd2c1f54863825b0]

        INTEGRATION: CWS warningfixes01 (1.4.2); FILE MERGED 2006/06/27 14:27:36 sb 1.4.2.1: #i66760# Removed warning on FreeBSD/amd64 (thanks to pjanik).

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [05db9d72c80eec2cc2d45134aaf68d1f2c9e7929]

        INTEGRATION: CWS dbwizardpp4 (1.37.28); FILE MERGED 2006/06/29 16:40:13 bc 1.37.28.4: #i66657#several changes 2006/06/29 14:16:26 bc 1.37.28.3: #i56533#Now pagebreak is inserted in front of first table 2006/06/26 08:11:47 bc 1.37.28.2: #i45673#fieldcolumn can now also handle '.' in their name 2006/06/22 08:20:30 bc 1.37.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c70a36bdabc8c2ed1b7457934a8f78b51d44a9ed]

        INTEGRATION: CWS kabparam (1.2.102); FILE MERGED 2006/06/29 08:15:24 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [50b0cce38af125aaeff177d9743b6ee342aa4e98]

        INTEGRATION: CWS warningfixes01 (1.17.8); FILE MERGED 2006/06/27 13:15:34 sb 1.17.8.1: #i66728# Fixed broken automatic CVS merge (new ULONG in 1.16 was changed back to old sal_uInt32 in 1.17).

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [98f0c520eeb7af6b622c87841aa8fada2d30c834]

        INTEGRATION: CWS dbwizardpp4 (1.10.28); FILE MERGED 2006/06/22 08:20:30 bc 1.10.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7353e7299930716ed81b779c1807c0f0dbf338fa]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/07/03 10:35:16 bc 1.9.28.2: #i66894#Grouping now again possible in QueryWizard 2006/06/22 08:20:29 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a17ad42d5f5ac601af6d30f50db32b85e6aea221]

        INTEGRATION: CWS kabparam (1.2.102); FILE MERGED 2006/06/29 08:15:23 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f8d10f625c7f424b8a68601cc6579f3e52bea7c6]

        INTEGRATION: CWS kabparam (1.3.6); FILE MERGED 2006/07/03 07:49:31 ebischoff 1.3.6.2: Adding support for "Name LIKE ?" statements 2006/06/29 08:15:23 ebischoff 1.3.6.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c3b72d3e646d16a75cbdd5cf88691b298fa6a942]

        INTEGRATION: CWS dbwizardpp4 (1.5.28); FILE MERGED 2006/06/22 08:20:29 bc 1.5.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [1bc051918128c52020630642ab27e2c16b3525b3]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/06/26 08:11:46 bc 1.9.28.1: #i45673#fieldcolumn can now also handle '.' in their name

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2342a877ac9fa9d0a492a47768e48327e91c3d48]

        INTEGRATION: CWS dbwizardpp4 (1.5.28); FILE MERGED 2006/06/26 08:11:46 bc 1.5.28.1: #i45673#fieldcolumn can now also handle '.' in their name

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3ffb7ecd98c8cd7c1748ba27a89b8f7c664cc841]

        INTEGRATION: CWS kabparam (1.3.8); FILE MERGED 2006/06/29 08:15:22 ebischoff 1.3.8.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [232f316c939342c14f075752fdf321b61364b18e]

        INTEGRATION: CWS dbwizardpp4 (1.11.28); FILE MERGED 2006/06/29 16:40:12 bc 1.11.28.3: #i66657#several changes 2006/06/26 08:11:46 bc 1.11.28.2: #i45673#fieldcolumn can now also handle '.' in their name 2006/06/22 08:20:29 bc 1.11.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [8c42a0ac095a00c172e404f2dc0b751bab100b3c]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/06/29 16:40:12 bc 1.9.28.4: #i66657#several changes 2006/06/27 11:39:17 bc 1.9.28.3: #45673#referencing fieldcolumn now by fieldname 2006/06/26 08:11:46 bc 1.9.28.2: #i45673#fieldcolumn can now also handle '.' in their name 2006/06/22 08:20:29 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5f8177088ab1df9c8dc23a7ddc52007750bbdad2]

        INTEGRATION: CWS dbwizardpp4 (1.7.28); FILE MERGED 2006/06/26 08:11:46 bc 1.7.28.2: #i45673#fieldcolumn can now also handle '.' in their name 2006/06/22 08:20:29 bc 1.7.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7487899b36536b1779ea5a56881d93237743be50]

        INTEGRATION: CWS kabparam (1.2.102); FILE MERGED 2006/06/29 08:15:22 ebischoff 1.2.102.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [8056282bec45f9edf4effb3620648f7ad57aa1e2]

        INTEGRATION: CWS warningfixes01 (1.94.4); FILE MERGED 2006/06/27 20:00:34 fs 1.94.4.1: #i66729

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2004ceea8d1ebe4f622237ad57d85ed50dec74b3]

        INTEGRATION: CWS dbwizardpp4 (1.4.28); FILE MERGED 2006/06/26 08:11:45 bc 1.4.28.1: #i45673#fieldcolumn can now also handle '.' in their name

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5186ba80a2d0ac5c377c4ea5073d72c88c0fae63]

        INTEGRATION: CWS kabparam (1.6.8); FILE MERGED 2006/06/29 08:15:22 ebischoff 1.6.8.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d042db93b5179be47e05280d6db0ee6973969b10]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/07/03 10:35:16 bc 1.9.28.2: #i66894#Grouping now again possible in QueryWizard 2006/06/22 08:20:28 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ec94e6ce7ae6e38d1617e74abde3e87cff2f7407]

        INTEGRATION: CWS dbwizardpp4 (1.10.28); FILE MERGED 2006/06/29 16:40:12 bc 1.10.28.3: #i66657#several changes 2006/06/27 11:39:16 bc 1.10.28.2: #45673#referencing fieldcolumn now by fieldname 2006/06/22 08:20:28 bc 1.10.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d34605dc1f9aacd58ffec108f65f4a567ab45239]

        INTEGRATION: CWS dbwizardpp4 (1.8.28); FILE MERGED 2006/07/03 10:35:16 bc 1.8.28.2: #i66894#Grouping now again possible in QueryWizard 2006/06/22 08:20:28 bc 1.8.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ac92380af786392004e679284a376aafa3dbad94]

        INTEGRATION: CWS dbwizardpp4 (1.10.28); FILE MERGED 2006/06/27 11:39:16 bc 1.10.28.2: #45673#referencing fieldcolumn now by fieldname 2006/06/22 08:20:28 bc 1.10.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6657bbb766a6be55c30d3a29303a5369d0200157]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/07/03 10:35:15 bc 1.9.28.2: #i66894#Grouping now again possible in QueryWizard 2006/06/22 08:20:28 bc 1.9.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [08a77fe18b2ffbb3a8c2d547ab8dfae6e2928fe9]

        INTEGRATION: CWS kabparam (1.4.8); FILE MERGED 2006/06/29 08:15:21 ebischoff 1.4.8.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e4d9b458ba1c2a18e8d9fd41286d725b3a798fb6]

        INTEGRATION: CWS dbwizardpp4 (1.4.28); FILE MERGED 2006/06/22 08:20:28 bc 1.4.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5954bf39e74ebd5a7cc3b08edef64f24ea59b7c4]

        INTEGRATION: CWS dbwizardpp4 (1.9.28); FILE MERGED 2006/06/29 14:16:25 bc 1.9.28.1: #i56533#Now pagebreak is inserted in front of first table

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c23860c0217d3e07e9f64a33341d9d8f02e2505c]

        INTEGRATION: CWS kabparam (1.2.86); FILE MERGED 2006/06/29 08:15:21 ebischoff 1.2.86.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a3934b1deaec99eb5a4443746e321dc493daf50b]

        INTEGRATION: CWS kabparam (1.4.8); FILE MERGED 2006/06/29 08:15:21 ebischoff 1.4.8.1: #i66691# Support for parametrized queries in KDE address book connector

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7a7fe99f953a0a2f6b507bfd41f5956f55c25074]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/28 08:58:43 cmc 1.3.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [fa7077b2d8c3cf1a4eb148563597b3b25ec2cef3]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/28 08:58:43 cmc 1.3.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7f381e3c6e5f4b78307af29d0fbbb25ad3566043]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/27 14:44:05 cmc 1.4.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [66bb5112cadcc58250e03eea25402221c329277a]

        INTEGRATION: CWS bfsixtyfour (1.7.10); FILE MERGED 2006/04/27 14:44:05 cmc 1.7.10.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [1672351a6c2cf90f08fb0d14ebfe4008484ca1fc]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 10:48:48 cmc 1.6.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ec0894402007bbd92f124bd7503e6baaf6df082f]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 14:44:04 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [20dff7760a068c9f7520ff40b146cc0059bbf97f]

        INTEGRATION: CWS bfsixtyfour (1.4.10); FILE MERGED 2006/04/27 10:28:10 cmc 1.4.10.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [4066bf4096f7f2c774720e1808eda58f3c6e739c]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/28 08:58:42 cmc 1.3.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c115b7e47b40f872edaf4410c6575be22022f042]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/28 08:58:42 cmc 1.3.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2720fd400434c41b1b94deedcb776b93c4eb1683]

        INTEGRATION: CWS bfsixtyfour (1.5.10); FILE MERGED 2006/04/28 08:58:42 cmc 1.5.10.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d0beb1cfe0094115edfeddd118fc2ecc767bcb70]

        INTEGRATION: CWS bfsixtyfour (1.6.10); FILE MERGED 2006/04/27 10:24:44 cmc 1.6.10.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [eb0c67cf704aa23c13a8bfadaad9ea0b8dce645f]

        INTEGRATION: CWS bfsixtyfour (1.5.10); FILE MERGED 2006/04/27 12:27:00 cmc 1.5.10.2: #i64815# mirror svx changes in bf_svx 2006/04/27 12:13:41 cmc 1.5.10.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0853f552d2ffb1cb8fd2d776f167468d72dd695a]

        INTEGRATION: CWS bfsixtyfour (1.4.70); FILE MERGED 2006/04/27 14:01:41 cmc 1.4.70.1: #i64815# mirror starmath changes in bf_starmath

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [50b3d57e5c004ed860e050b89da4be3dfa4e7cf9]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 15:36:59 cmc 1.5.72.1: #i64815# mirror sfx2 changes in bf_sfx2

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [42e37478dae028b609bf0561c329af383510da95]

        INTEGRATION: CWS bfsixtyfour (1.5.10); FILE MERGED 2006/04/27 12:06:47 cmc 1.5.10.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [b286db7f4dd051eb0da0add3db27bb0a113b6f06]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 11:05:12 cmc 1.6.72.1: #i64815# mirror sch changes in bf_sch

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [db5f248a3a7daca77d633725a4490bba90144356]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 11:37:03 cmc 1.3.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ddfab758a84286937326605b0086230c9798806d]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 16:28:36 cmc 1.3.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0aa17affcc8767ed6c31638a6eb3a776e2a3e838]

        INTEGRATION: CWS bfsixtyfour (1.6.52); FILE MERGED 2006/04/27 13:17:57 cmc 1.6.52.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [93f23f6d1e43ff7e820b92c035a73ee4d04f9aa7]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 11:27:33 cmc 1.3.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [63f7bf39df1eaa2c8b57768de26e798a95d3a418]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 16:28:36 cmc 1.5.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [96d9355ec19722d2106495249176bf383d7e9a4f]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 15:53:55 cmc 1.3.72.1: #i64815# mirror xmloff changes in bf_xmloff

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d214444150d22467c22d1bbf5345a590aa499f57]

        INTEGRATION: CWS bfsixtyfour (1.4.70); FILE MERGED 2006/04/27 12:54:39 cmc 1.4.70.1: #i64815# mirror xmloff changes in bf_xmloff

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [132bbefd0352c63a398af13ddcc5c33ad10b2876]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/28 08:58:41 cmc 1.3.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6083869513e237f6ba0dcfe4250c985d2b5b8856]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 12:54:39 cmc 1.3.72.1: #i64815# mirror xmloff changes in bf_xmloff

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2e47c853b36fe193e193b4789be502db1d4ba5b5]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 12:47:21 cmc 1.3.72.1: #i64815# mirror xmloff changes in bf_xmloff

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f86be44ee19a11dfd81bcc61415e448baeea42ce]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/27 12:45:03 cmc 1.3.70.1: #i64815# mirror xmloff changes in bf_xmloff

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e8d799ac87c90ad50d7c3e142bde057a0bdf86a6]

        INTEGRATION: CWS bfsixtyfour (1.4.10); FILE MERGED 2006/04/28 08:58:40 cmc 1.4.10.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e422e3efb4046fdf658d3009628eeaf11a900590]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/28 08:58:40 cmc 1.3.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d9b29f7310717040bae42219c44344ae6efa8feb]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/28 08:58:40 cmc 1.3.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [02d6d4e83fba72036c7b3b7be9eac0629be73e02]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/27 10:35:17 cmc 1.3.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7bf3095a43e85fa8080d9231552c7367fe81bef8]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 10:37:22 cmc 1.7.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [28247d2a5eda4e2b4aad1930ca94495e63b5e322]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 10:38:23 cmc 1.7.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3492446917358c9763b8e0e92b8582dd3b1a1cf7]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 10:39:47 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [10ac8aed634e7f16abea118a74384d8e9115af58]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 10:40:50 cmc 1.6.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3d7fd22d20b8f4992c80f40b54b415ae03b1b2c4]

        INTEGRATION: CWS bfsixtyfour (1.7.72); FILE MERGED 2006/04/27 10:33:19 cmc 1.7.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f9861b87bd854384f12e333feee179f89b2f2d3d]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/27 10:35:38 cmc 1.4.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6172835af3fac7656d55f344469feaeae24b9f4c]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/27 10:32:10 cmc 1.4.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [b8c4f78358ba9fa1cf1cfc11520a225ccc336ea7]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 12:33:42 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [688f03dfcd46d21b641e159af1d8e0a9eff9ef0b]

        INTEGRATION: CWS bfsixtyfour (1.5.68); FILE MERGED 2006/04/27 12:36:26 cmc 1.5.68.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [93f3057321caa4d6b47b64542a9a9aa6de879054]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 12:34:24 cmc 1.7.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [4445c168c5392a09dd3a5c81cb2ed71f036726bd]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 16:20:50 cmc 1.6.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [06b9bbc883752677acd646336ce3e2eea0c2e6dd]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 16:20:50 cmc 1.6.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [59c64d735d6f775e54a7ca66cbe5191f2262fc88]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/28 08:58:39 cmc 1.7.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0071002a33b63f197787a69244c19bba050e8030]

        INTEGRATION: CWS bfsixtyfour (1.5.42); FILE MERGED 2006/04/28 08:58:39 cmc 1.5.42.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [02c99018f9e0ba9eb6b95ce9998475bd1afb1d30]

        INTEGRATION: CWS bfsixtyfour (1.7.72); FILE MERGED 2006/04/28 08:58:39 cmc 1.7.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [85c0f1245ff780be47dd8a1891ac9cf5c615e3e2]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/28 08:58:39 cmc 1.6.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [34d60b9a60079e1938bcf930d025357383fc8a57]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/28 08:58:38 cmc 1.8.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0d7c552feb22d10b6d464bbdbf9e4d0530c5f1b3]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/28 08:58:38 cmc 1.5.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5e303ee800a3922806557798f05b549beed669e9]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/28 08:58:38 cmc 1.6.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a6d01f74145617f52f461b3a523434e17e9931d6]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:51:52 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ebc167e187987d6337f2276098eac271e6a670fe]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:51:11 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [dfff5af24c7f0e2340f1a6a817e0861a3a9a114f]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:48:17 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ac77b8aba98d45ed85d397b04eddba15e16a38f6]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:47:13 cmc 1.5.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3b7900d5a81b392097062766fe46fed85387b5b7]

        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>  [89b9eb1aab6ce9f912910f4750e45807f70c1fec]

        INTEGRATION: CWS bfsixtyfour (1.4.10); FILE MERGED 2006/04/28 08:58:37 cmc 1.4.10.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c44b497e2d6d6d029a452efc89e0515d22379ffd]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 14:43:14 cmc 1.6.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [625dfbf9aa03dc2dc321991fbf97b69a9a2e7a0f]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/27 14:43:14 cmc 1.8.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [394e554801f3ee89afb8015b97790c1fee3f2ef1]

        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>  [3adcf6b0d4a0ad97cf722e6d076445f7d6d3e9fc]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/27 14:29:08 cmc 1.8.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [914e56e2cd82deafea4d52de6182dad85fd75994]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/27 14:17:39 cmc 1.5.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a1562e7514c156dc62b8e3f50894247b39465d08]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 10:49:47 cmc 1.6.72.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [4e6da1ed307367815094c0e8da9584feb48fa28f]

        INTEGRATION: CWS sixtyfour06 (1.7.6); FILE MERGED 2006/06/27 12:15:14 kendy 1.7.6.1: #i66686# Cast sentinels explicitely: (char *)NULL

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [27166e6f066f9d00b661430cd9d9499058166fa7]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 10:41:56 cmc 1.6.70.1: #i64815# mirror sw changes in bf_sw

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [cd87a2c32ff371a3af5ddc3f5709d6ceb64f6e4c]

        INTEGRATION: CWS sixtyfour06 (1.12.6); FILE MERGED 2006/06/27 12:15:14 kendy 1.12.6.1: #i66686# Cast sentinels explicitely: (char *)NULL

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [38752fc99f6abc58725bb62e3b2194584c5f7049]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 15:45:26 cmc 1.6.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5ac2a85c383de1cae22df61996ac874b81d3bf38]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 15:45:25 cmc 1.6.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d3eb2f5de4c0ea53816fdfa51e199bdaa9f5aa60]

        INTEGRATION: CWS bfsixtyfour (1.5.68); FILE MERGED 2006/04/28 08:58:37 cmc 1.5.68.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [cab90e25e631b453f287ffc88c99bc787c8d2f48]

        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  Kurt Zenker  <kz@openoffice.org>  [e138737c73575c7cea512a92ba48f85b5a7590f3]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/28 08:58:37 cmc 1.5.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [80302379b069ff15e62db04072c99ac3c4262934]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/28 08:58:36 cmc 1.8.70.1: #i64815# mirror changes to binfilter

2006-07-06  Thorsten Behrens  <thb@openoffice.org>  [8b7ded16f1756beeb1489709a35fbc19d76e42de]

        #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>  [00fdebee7082f58d3d5bdba7ad44947f191fe0f2]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/28 08:58:36 cmc 1.6.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c63897a1fe68507c80c0cad1ca24661c5f2db7d0]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/28 08:58:36 cmc 1.8.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a1c6fdf6d3f5b9e07c51b97e5c61cbac4d7c3835]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/28 08:58:35 cmc 1.4.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [cc2152b39e8cb92ff5cd28e959b9a7154dd8cc6f]

        INTEGRATION: CWS bfsixtyfour (1.3.72); FILE MERGED 2006/04/28 08:58:35 cmc 1.3.72.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [02f0cbd3374e0898947f516c266ba92f42e88a11]

        INTEGRATION: CWS bfsixtyfour (1.8.10); FILE MERGED 2006/04/27 10:29:34 cmc 1.8.10.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [379247f62da8952d8fef44e2f3596bf300641640]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 10:27:41 cmc 1.6.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [958a5154ce742ef2f5dbee8803e046a27ef7b63d]

        INTEGRATION: CWS bfsixtyfour (1.7.38); FILE MERGED 2006/04/27 10:19:20 cmc 1.7.38.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [cfbc6893678092abc4c2b1bb83a502b0ee231801]

        INTEGRATION: CWS bfsixtyfour (1.9.10); FILE MERGED 2006/04/27 10:24:29 cmc 1.9.10.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [caf3fbf3347b916efcb194b1d082e58249c39a74]

        INTEGRATION: CWS bfsixtyfour (1.7.72); FILE MERGED 2006/04/27 12:26:03 cmc 1.7.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [030663a69c0df0d0f00bab5b59185101c61cce80]

        INTEGRATION: CWS bfsixtyfour (1.8.40); FILE MERGED 2006/04/27 12:26:03 cmc 1.8.40.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [feb89cd5aa7bb3211781a041bc7382fc4ccd849b]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 12:19:11 cmc 1.7.70.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [45de9edad03f88f5b790a6196c645c5b1c2f89da]

        INTEGRATION: CWS bfsixtyfour (1.8.26); FILE MERGED 2006/04/27 12:16:42 cmc 1.8.26.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [d04ce1fd1e144ac4d3d085c9043cd8acdb8fb4fa]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 12:26:03 cmc 1.7.70.2: #i64815# mirror svx changes in bf_svx 2006/04/27 12:13:16 cmc 1.7.70.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [264af276da679dde8a27877e8ff22f6d1fd0a70e]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 12:26:03 cmc 1.6.70.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [49a7cab41bda58546da71e6d2b4942495dff0d76]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 12:10:21 cmc 1.5.72.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [a2f5528785d583baaca8d84de4002beede0448d4]

        INTEGRATION: CWS bfsixtyfour (1.3.70); FILE MERGED 2006/04/27 12:16:58 cmc 1.3.70.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [04989b08f90b0a3c52150f2bcd669d4d555835b5]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/27 12:26:03 cmc 1.4.72.1: #i64815# mirror svx changes in bf_svx

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f9770f1bc148b80642400c2ee07cc84c9060220f]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 14:00:41 cmc 1.7.70.1: #i64815# mirror starmath changes in bf_starmath

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e092800aba00430dbb6871c6a23fa6988ce689bf]

        INTEGRATION: CWS bfsixtyfour (1.8.24); FILE MERGED 2006/04/27 14:00:41 cmc 1.8.24.1: #i64815# mirror starmath changes in bf_starmath

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [796417a75d5048332769effa003cab57a58f51d9]

        INTEGRATION: CWS bfsixtyfour (1.8.70); FILE MERGED 2006/04/27 14:00:41 cmc 1.8.70.1: #i64815# mirror starmath changes in bf_starmath

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [e75b9b478ef002907af8997e50133db92ba74ce9]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 15:36:34 cmc 1.5.72.1: #i64815# mirror sfx2 changes in bf_sfx2

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [5d4cfc23cec2955337df9d9652cbcaa2ab9cb14e]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 15:36:34 cmc 1.6.70.1: #i64815# mirror sfx2 changes in bf_sfx2

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6be2749ff67ba3c1f5cf079ed546a10625e4d115]

        INTEGRATION: CWS bfsixtyfour (1.7.70); FILE MERGED 2006/04/27 15:36:34 cmc 1.7.70.1: #i64815# mirror sfx2 changes in bf_sfx2

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [b7dcaaa75e9c551cfe0f4c97fd070c145cb71812]

        INTEGRATION: CWS bfsixtyfour (1.11.68); FILE MERGED 2006/04/27 14:16:34 cmc 1.11.68.1: #i64815# mirror sfx2 changes in bf_sfx2

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [58254b2673dda4a31fb38ae6765c8ac85e332135]

        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>  [a17d5dda10895bf32b8bdfc8035cb982f35d9b91]

        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>  [efcfba0da13d0ce52d406bdea6a027b778acd572]

        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>  [c65c8d88d4103e4d56dfb078a3c4563bedde8fed]

        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>  [328fb71a7a4b6fccd48131706b5f481b6fd65855]

        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>  [cada18b55c45a8c8ac6c458ab9afb78537465114]

        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>  [10c25985799e7c9164fe83b196e5cadbd7f0030d]

        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>  [f2eaea3b58d767287ec10b9756dddfd115e50d7d]

        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>  [6b6128431798e65d654ea931477763c1a0868992]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 16:05:09 cmc 1.6.70.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [22b495c07012c50ea2d33feb04832121b7293078]

        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>  [86b93a07cc8617e81dd2bafcc967f23f1c789177]

        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>  [e4de36ba7328ca2aa4612f9cbf5703e358b739cf]

        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>  [4b0d17fe65fd08af531f96870494ac525a7acba6]

        INTEGRATION: CWS bfsixtyfour (1.4.70); FILE MERGED 2006/04/28 08:58:35 cmc 1.4.70.1: #i64815# mirror changes to binfilter

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [abf55b6d5f6465a48fc46ff4006f9a1f1d7e0836]

        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>  [8e6b458ffdca2cc0a3ec3b1de817113137689d7d]

        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>  [1648ae8dfddb6c8498149e066641d2a1a74965c3]

        INTEGRATION: CWS bfsixtyfour (1.8.72); FILE MERGED 2006/04/27 12:08:04 cmc 1.8.72.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [8ed7c8d5110d2445e1e6a4710f2884ace36ba5e5]

        INTEGRATION: CWS bfsixtyfour (1.7.10); FILE MERGED 2006/04/27 12:05:38 cmc 1.7.10.1: #i64815# mirror sd changes in bf_sd

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [890c5cd9b300a3eaf8cc54e33a53aea7e5ac3b90]

        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-06  Kurt Zenker  <kz@openoffice.org>  [0fe14aca7039b16c64e688b512254a7867718be3]

        INTEGRATION: CWS locales204 (1.56.414); FILE MERGED 2006/06/14 12:43:05 er 1.56.414.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>  [9c7962b8287fb7d1e99db7e7706e7922b86be790]

        INTEGRATION: CWS locales204 (1.47.108); FILE MERGED 2006/06/14 12:43:05 er 1.47.108.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>  [dd64a4d8a35b537e52d8651bf1745311f45afe5b]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/27 11:04:43 cmc 1.5.70.1: #i64815# mirror sch changes in bf_sch

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0926a33e3062be2bbc2fcf665170acf9d5cb8ce6]

        INTEGRATION: CWS bfsixtyfour (1.9.28); FILE MERGED 2006/04/27 11:44:43 cmc 1.9.28.1: #i64815# mirror sch changes in bf_sch

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3a9f260d0d93fd1abb1351101c69b1ae0ab6b1d4]

        INTEGRATION: CWS bfsixtyfour (1.8.28); FILE MERGED 2006/04/27 11:43:00 cmc 1.8.28.1: #i64815# mirror sch changes in bf_sch

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3583bb3c3e40bca13d0300553bab7ebee121ce4c]

        INTEGRATION: CWS bfsixtyfour (1.6.52); FILE MERGED 2006/04/27 11:41:29 cmc 1.6.52.1: #i64815# mirror sch changes in bf_sch

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3b0c83a7dbc8ffa0ec1bc9a944ed5deeb410f5a2]

        INTEGRATION: CWS bfsixtyfour (1.4.72); FILE MERGED 2006/04/27 12:43:39 cmc 1.4.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [0319668aee0181b6194246357c6d8302de27dca8]

        INTEGRATION: CWS bfsixtyfour (1.7.10); FILE MERGED 2006/04/27 11:39:17 cmc 1.7.10.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7979a9229cac7039aeb7cd85eef84f0e9b7bdb89]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:38:29 cmc 1.5.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f059750f6c4a37edb9796b967f432593a98564f2]

        INTEGRATION: CWS locales204 (1.14.52); FILE MERGED 2006/06/14 12:42:53 er 1.14.52.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>  [0b2dd52f8525f5e23c6e2fc1c7cc93a6b030dfaa]

        INTEGRATION: CWS bfsixtyfour (1.4.74); FILE MERGED 2006/04/27 16:28:08 cmc 1.4.74.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [feef041a4cf80bac2390dd2193842a3a4ccc6aac]

        INTEGRATION: CWS bfsixtyfour (1.6.70); FILE MERGED 2006/04/27 16:28:08 cmc 1.6.70.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [f130985ba0da5a32b714b8f0a73990732963a427]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/27 16:28:08 cmc 1.5.70.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [351e335e7a7984e97ab06fa4259de5ec1fa3fe87]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 16:28:08 cmc 1.5.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [6807f7bced1acd0249e92b15ac8e20a138e7c247]

        INTEGRATION: CWS bfsixtyfour (1.8.72); FILE MERGED 2006/04/27 16:28:08 cmc 1.8.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [ebb2fe02d216be5093d2bde65bd47a6c09e3857a]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/27 16:28:07 cmc 1.5.70.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2f9ec771f670100dbb87b44618730afb07ed42cc]

        INTEGRATION: CWS locales204 (1.17.380); FILE MERGED 2006/06/14 12:42:46 er 1.17.380.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>  [ef648e8b48ff6625c1a4df26c6732ca806b93d5f]

        INTEGRATION: CWS bfsixtyfour (1.5.72); FILE MERGED 2006/04/27 11:36:46 cmc 1.5.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [3a360cd1f138f494d84140a16d76d19380b56914]

        INTEGRATION: CWS locales204 (1.8.204); FILE MERGED 2006/06/14 12:42:46 er 1.8.204.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>  [57b5a366c5c05d8dfc561b5cb3777b9272a311c8]

        INTEGRATION: CWS bfsixtyfour (1.5.74); FILE MERGED 2006/04/27 11:34:29 cmc 1.5.74.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [fa61eceb379d42d49abdacdb6e48db65ed4f597a]

        INTEGRATION: CWS bfsixtyfour (1.5.74); FILE MERGED 2006/04/27 11:33:21 cmc 1.5.74.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [2edc524f6ab1c95c2ee970499b0c06be7625b5ab]

        INTEGRATION: CWS bfsixtyfour (1.9.48); FILE MERGED 2006/04/27 13:17:44 cmc 1.9.48.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [7ef58f590fe62402a6470ef7ae3c969021c3a3d0]

        INTEGRATION: CWS bfsixtyfour (1.6.72); FILE MERGED 2006/04/27 11:31:33 cmc 1.6.72.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [4bc4b25835b6fe583c57b162ec0bd7169177f2cf]

        INTEGRATION: CWS bfsixtyfour (1.5.74); FILE MERGED 2006/04/27 11:26:20 cmc 1.5.74.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [fb1dbf3dc3c5b3eade19070d6242d0f770b24ee3]

        INTEGRATION: CWS bfsixtyfour (1.6.74); FILE MERGED 2006/04/27 11:22:41 cmc 1.6.74.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [933fc66424435118a6d584f4a7d91c22002f1529]

        INTEGRATION: CWS bfsixtyfour (1.5.70); FILE MERGED 2006/04/27 11:21:10 cmc 1.5.70.1: #i64815# mirror sc changes in bf_sc

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [86afb833e16c29eb5e96c36bdb068be3468da16b]

        INTEGRATION: CWS bfsixtyfour (1.3.74); FILE MERGED 2006/04/27 15:56:43 cmc 1.3.74.1: #i64815# mirror forms changes in bf_forms

2006-07-06  Kurt Zenker  <kz@openoffice.org>  [c4d0b0a7eccc474a4fc51a088f239c6518dc374c]

        #i10000# gernerate new

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [7ad25b7ce8c594b8a7f2f231525e678073ef3d79]

        INTEGRATION: CWS ause058 (1.24.30); FILE MERGED 2006/06/20 14:53:07 hjs 1.24.30.1: #i66597# add quotes

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [c415aaf770ae027876416a43c24e7d526b129d9b]

        INTEGRATION: CWS ause058 (1.6.30); FILE MERGED 2006/06/16 16:21:40 hjs 1.6.30.1: #i63235# cleanup

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [06fed35d6fafd8997f6ce93babebdb6449626692]

        INTEGRATION: CWS ause058 (1.105.4); FILE MERGED 2006/06/22 14:05:06 hjs 1.105.4.2: #i58890# applied iz58890_3.diff 2006/06/12 16:34:45 hjs 1.105.4.1: #i65725# no more MK_UNROLL

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [48e4f35fe66cea2009d3d6cc74404516e2541628]

        INTEGRATION: CWS ause058 (1.166.4); FILE MERGED 2006/06/22 14:05:06 hjs 1.166.4.1: #i58890# applied iz58890_3.diff

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [2713c220f6fbb7d6b46e59fce6082cab80e119a6]

        INTEGRATION: CWS ause058 (1.151.4); FILE MERGED 2006/06/22 14:05:05 hjs 1.151.4.1: #i58890# applied iz58890_3.diff

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [4db4a7e6f98d85447e32edeaedcc8194f6b2200b]

        INTEGRATION: CWS impresssavegraphic (1.13.340); FILE MERGED 2006/06/26 22:32:52 cl 1.13.340.3: RESYNC: (1.14-1.15); FILE MERGED 2006/05/29 09:51:16 cl 1.13.340.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/28 16:21:17 cl 1.13.340.1: #i13816# fixed error number returned

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f2c18e0e6892da4e5a6fc80dc56b2ed74f3b617f]

        INTEGRATION: CWS impresssavegraphic (1.51.338); FILE MERGED 2006/06/27 10:59:28 cl 1.51.338.5: fixed merge problem 2006/06/26 22:28:42 cl 1.51.338.4: RESYNC: (1.52-1.53); FILE MERGED 2006/05/30 16:49:51 cl 1.51.338.3: fixed merge problem 2006/05/29 09:49:09 cl 1.51.338.2: RESYNC: (1.51-1.52); FILE MERGED 2006/04/03 15:32:40 cl 1.51.338.1: #i13816# added GraphicStream property

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [2e0611f013439fa1f8a2a3061a3a7360ea518c54]

        INTEGRATION: CWS ause058 (1.173.4); FILE MERGED 2006/06/26 12:31:01 hjs 1.173.4.7: RESYNC: (1.173-1.174); FILE MERGED 2006/06/16 11:38:08 hjs 1.173.4.6: #i58351# more bash 2006/06/14 11:15:14 hjs 1.173.4.5: #i58351# applied relevant parts of the patch to support bash 2006/06/14 08:26:58 hjs 1.173.4.4: #i66210# remove autoupdate of local (hamburg) environments. more problems than benefit... 2006/06/13 16:21:19 hjs 1.173.4.3: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport 2006/06/12 16:29:21 hjs 1.173.4.2: #i65725# romoving move remains of MULTI* targets; #i63235# useless URD stuff removed 2006/06/09 14:34:13 hjs 1.173.4.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [2f3ae6ce3e43cbc2d22902dfe5825344d0a5d7b8]

        INTEGRATION: CWS impresssavegraphic (1.69.270); FILE MERGED 2006/06/26 22:16:42 cl 1.69.270.2: RESYNC: (1.69-1.70); FILE MERGED 2006/04/03 15:30:59 cl 1.69.270.1: #i13816# added getInputStream()

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9647a33a155e112fa6cccd4da252a959008faab2]

        INTEGRATION: CWS ause058 (1.15.328); FILE MERGED 2006/06/22 14:05:05 hjs 1.15.328.1: #i58890# applied iz58890_3.diff

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5519d23eb6bc2b9945c0549a0530138c0ba43018]

        INTEGRATION: CWS impresssavegraphic (1.16.338); FILE MERGED 2006/06/27 10:44:41 cl 1.16.338.3: fixed merge error 2006/06/26 22:10:06 cl 1.16.338.2: RESYNC: (1.16-1.17); FILE MERGED 2006/04/03 15:31:22 cl 1.16.338.1: #i13816# added exceptions for svdograf.cxx

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [87312ce54059b5573c8dff75421224da2a59de40]

        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>  [a4eec387e6c0e62785d29f810a40b26e8a2fea5f]

        INTEGRATION: CWS ause058 (1.17.40); FILE MERGED 2006/06/22 13:17:40 hjs 1.17.40.1: #i58890# applied iz58890_3.diff

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [b25e76d7cf27aa0f548a19ce6528eadcaf1fac15]

        INTEGRATION: CWS ause058 (1.2.498); FILE MERGED 2006/06/22 13:17:40 hjs 1.2.498.2: #i58890# applied iz58890_3.diff 2006/06/16 11:38:09 hjs 1.2.498.1: #i58351# more bash

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3cc872a33bb39027bff1555c10d795f532f8fb2f]

        INTEGRATION: CWS ause058 (1.5.156); FILE MERGED 2006/06/26 12:28:16 hjs 1.5.156.3: RESYNC: (1.5-1.6); FILE MERGED 2006/06/23 21:07:47 vq 1.5.156.2: #i66669# Replace |& with $(PIPEERROR). 2006/06/13 16:21:24 hjs 1.5.156.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9fce5bee374fde08b20cc0b935bcbec83870c926]

        INTEGRATION: CWS ause058 (1.23.162); FILE MERGED 2006/06/26 12:28:30 hjs 1.23.162.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/13 16:21:24 hjs 1.23.162.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ff49c7025841f0de4475e6d46da364f1aefaedc9]

        INTEGRATION: CWS ause058 (1.15.162); FILE MERGED 2006/06/26 12:29:42 hjs 1.15.162.2: RESYNC: (1.15-1.16); FILE MERGED 2006/06/13 16:21:24 hjs 1.15.162.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [0658da8d487d61b421f25d012508a38299b5a4b9]

        INTEGRATION: CWS ause058 (1.12.330); FILE MERGED 2006/06/13 16:21:23 hjs 1.12.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [8ddca82533233320de5ad303b6ba4a136796caf3]

        INTEGRATION: CWS ause058 (1.7.330); FILE MERGED 2006/06/13 16:21:23 hjs 1.7.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ee0bb31dff6f714612081463b036d34897a82121]

        INTEGRATION: CWS ause058 (1.8.328); FILE MERGED 2006/06/26 12:28:52 hjs 1.8.328.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/13 16:21:23 hjs 1.8.328.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [b9879c71791e68f8ca1cd86bcd7cd7cdb87e941e]

        INTEGRATION: CWS ause058 (1.2.96); FILE MERGED 2006/06/13 16:21:23 hjs 1.2.96.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [63205d525a0272ae1490f47bac4dbd4ca7b1a6aa]

        INTEGRATION: CWS ause058 (1.7.60); FILE MERGED 2006/06/13 16:21:22 hjs 1.7.60.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [1c9d898f3cd6e8fa286ee863d17fbdf3b3981327]

        INTEGRATION: CWS ause058 (1.13.154); FILE MERGED 2006/06/26 12:28:08 hjs 1.13.154.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/13 16:21:22 hjs 1.13.154.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [6ba2bbcfac4912adc915103bc8d367f2b109f313]

        INTEGRATION: CWS ause058 (1.17.58); FILE MERGED 2006/06/26 12:28:59 hjs 1.17.58.2: RESYNC: (1.17-1.18); FILE MERGED 2006/06/13 16:21:22 hjs 1.17.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ea06b2cbb8a3bb8646286d2ac2923859766cc3c7]

        INTEGRATION: CWS ause058 (1.12.4); FILE MERGED 2006/06/13 16:21:22 hjs 1.12.4.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [212f24f60101622467b73172266871755df4b6b7]

        INTEGRATION: CWS ause058 (1.22.58); FILE MERGED 2006/06/26 12:28:38 hjs 1.22.58.2: RESYNC: (1.22-1.23); FILE MERGED 2006/06/13 16:21:22 hjs 1.22.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [29ab9d31ed5ce8b115ff45aac129d5f41197bf8f]

        INTEGRATION: CWS ause058 (1.23.58); FILE MERGED 2006/06/26 12:30:23 hjs 1.23.58.2: RESYNC: (1.23-1.24); FILE MERGED 2006/06/13 16:21:22 hjs 1.23.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [d47d8ecf53be0416ea411a61f9d9347ce033e167]

        INTEGRATION: CWS ause058 (1.9.154); FILE MERGED 2006/06/26 12:28:23 hjs 1.9.154.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/13 16:21:22 hjs 1.9.154.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [7aa085ba494fe9b6be1c27fc6b64dd3ec46f0065]

        INTEGRATION: CWS ause058 (1.19.58); FILE MERGED 2006/06/26 12:28:45 hjs 1.19.58.2: RESYNC: (1.19-1.20); FILE MERGED 2006/06/13 16:21:21 hjs 1.19.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f31fa0a20be403071508efe62b9a24ec94c612ce]

        INTEGRATION: CWS ause058 (1.39.58); FILE MERGED 2006/06/26 12:30:01 hjs 1.39.58.2: RESYNC: (1.39-1.40); FILE MERGED 2006/06/13 16:21:21 hjs 1.39.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [c5dcbdef4dc42c85061c3366ff326dd65b80857a]

        INTEGRATION: CWS ause058 (1.8.328); FILE MERGED 2006/06/26 12:30:53 hjs 1.8.328.2: RESYNC: (1.8-1.9); FILE MERGED 2006/06/13 16:21:21 hjs 1.8.328.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ceaf66a74b70355c0cff9fa2b13a89b6a1537230]

        INTEGRATION: CWS ause058 (1.7.330); FILE MERGED 2006/06/13 16:21:21 hjs 1.7.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f20183e725ae38d5d1c54b0be4cda127086aa23f]

        INTEGRATION: CWS ause058 (1.10.328); FILE MERGED 2006/06/26 12:30:08 hjs 1.10.328.2: RESYNC: (1.10-1.11); FILE MERGED 2006/06/13 16:21:21 hjs 1.10.328.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [fa2181bd159c91a19c7133944a15b02a964cf3a5]

        INTEGRATION: CWS ause058 (1.5.330); FILE MERGED 2006/06/13 16:21:20 hjs 1.5.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9a11c044c960a6d81a72309dac861f26443b6635]

        INTEGRATION: CWS ause058 (1.7.330); FILE MERGED 2006/06/13 16:21:20 hjs 1.7.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [97997619cb653e6c0eeaf4be30e25995f099c36c]

        INTEGRATION: CWS ause058 (1.20.132); FILE MERGED 2006/06/26 12:30:31 hjs 1.20.132.2: RESYNC: (1.20-1.21); FILE MERGED 2006/06/13 16:21:20 hjs 1.20.132.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3262f1074113d1e311eea6fcbc1994e0479583d1]

        INTEGRATION: CWS ause058 (1.13.294); FILE MERGED 2006/06/26 12:30:16 hjs 1.13.294.2: RESYNC: (1.13-1.14); FILE MERGED 2006/06/13 16:21:20 hjs 1.13.294.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [29a86a8a1c0d90aef08c4db72c783d425c79796a]

        INTEGRATION: CWS ause058 (1.9.294); FILE MERGED 2006/06/26 12:29:06 hjs 1.9.294.2: RESYNC: (1.9-1.10); FILE MERGED 2006/06/13 16:21:20 hjs 1.9.294.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5597da12102f5de2a7c9048d8c2f138621656a08]

        INTEGRATION: CWS ause058 (1.12.294); FILE MERGED 2006/06/26 12:29:35 hjs 1.12.294.2: RESYNC: (1.12-1.13); FILE MERGED 2006/06/13 16:21:20 hjs 1.12.294.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9485f10f8883509b98705e97f1f5d66edf515c4c]

        INTEGRATION: CWS ause058 (1.5.330); FILE MERGED 2006/06/13 16:21:19 hjs 1.5.330.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [c954921b8542fa89527838a738fa3f26b62374c4]

        INTEGRATION: CWS ause058 (1.45.74); FILE MERGED 2006/06/22 17:22:22 hjs 1.45.74.3: #i58890# argl... piping need another order 2006/06/16 11:38:08 hjs 1.45.74.2: #i58351# more bash 2006/06/14 11:15:15 hjs 1.45.74.1: #i58351# applied relevant parts of the patch to support bash

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [85eb4c03c1f81047d2c17381e4d000027990244a]

        INTEGRATION: CWS ause058 (1.27.208); FILE MERGED 2006/06/14 11:15:15 hjs 1.27.208.2: #i58351# applied relevant parts of the patch to support bash 2006/06/09 14:34:14 hjs 1.27.208.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5706925c7bb837deff19646beda68d832e4134f0]

        INTEGRATION: CWS ause058 (1.19.330); FILE MERGED 2006/06/09 14:34:14 hjs 1.19.330.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5a57c21d847d175912ac24253754a275ee086d1e]

        INTEGRATION: CWS ause058 (1.95.58); FILE MERGED 2006/06/09 14:34:14 hjs 1.95.58.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5636c4b577cf03207b63b90470a41732633a9fd6]

        INTEGRATION: CWS ause058 (1.12.10); FILE MERGED 2006/06/13 16:21:19 hjs 1.12.10.3: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport 2006/06/09 15:11:03 hjs 1.12.10.2: #i65725# second round 2006/06/09 14:34:14 hjs 1.12.10.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ca78dee0a45ac1b3154e7de94bd5d75e3668eabe]

        INTEGRATION: CWS ause058 (1.13.330); FILE MERGED 2006/06/09 14:34:14 hjs 1.13.330.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [2d1a41c21cc228ac414a3c5056a62dd2890f7055]

        INTEGRATION: CWS ause058 (1.19.330); FILE MERGED 2006/06/14 11:15:15 hjs 1.19.330.2: #i58351# applied relevant parts of the patch to support bash 2006/06/09 14:34:13 hjs 1.19.330.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [4a290b1b7d2e688442f93fd6cde48ef55b14f136]

        INTEGRATION: CWS ause058 (1.17.330); FILE MERGED 2006/06/09 14:34:13 hjs 1.17.330.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ef07b9eef6857ed8759d1776ae8bef21901ae08a]

        INTEGRATION: CWS ause058 (1.7.330); FILE MERGED 2006/06/23 15:52:39 hjs 1.7.330.1: #i58351# one more pipe

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [b7d2dfe828ce2a8060285fd147f2b4043825f4e1]

        INTEGRATION: CWS ause058 (1.68.130); FILE MERGED 2006/06/22 14:59:53 hjs 1.68.130.4: #i66654# fix permissions 2006/06/16 11:38:08 hjs 1.68.130.3: #i58351# more bash 2006/06/14 09:33:55 hjs 1.68.130.2: #126358# just fade out the targets not the macro settings in L10N_framework case 2006/06/12 14:41:37 hjs 1.68.130.1: #i65031# create so_built_nas with absolute path

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a8f3f8b808bfcaff8c8b1a4c34a4b12a85e5bff4]

        INTEGRATION: CWS ause058 (1.20.330); FILE MERGED 2006/06/14 11:15:15 hjs 1.20.330.1: #i58351# applied relevant parts of the patch to support bash

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [35d13a35e312f88e87d65585a2e12f16df0ea132]

        INTEGRATION: CWS ause058 (1.28.326); FILE MERGED 2006/06/09 14:34:13 hjs 1.28.326.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [896cc09c6f64ed06a6727474eec1585adf8f2470]

        INTEGRATION: CWS ause058 (1.17.330); FILE MERGED 2006/06/16 11:38:08 hjs 1.17.330.1: #i58351# more bash

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a1cff26b6899156a23f242cb08fb7fe0ff14ade7]

        INTEGRATION: CWS ause058 (1.54.60); FILE MERGED 2006/06/16 11:38:08 hjs 1.54.60.3: #i58351# more bash 2006/06/14 11:15:14 hjs 1.54.60.2: #i58351# applied relevant parts of the patch to support bash 2006/06/09 14:34:13 hjs 1.54.60.1: #i65725# first round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3792d0c9b725f082e613e61851a461599bd9f1d4]

        INTEGRATION: CWS ause058 (1.191.4); FILE MERGED 2006/06/26 12:30:47 hjs 1.191.4.4: RESYNC: (1.191-1.192); FILE MERGED 2006/06/14 08:22:08 hjs 1.191.4.3: #i59802# enhanced dmake version checking 2006/06/13 16:21:19 hjs 1.191.4.2: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport 2006/06/12 16:35:41 hjs 1.191.4.1: #i63235# useless URD stuff removed

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3e3e8c5f5bddee39d2e71dc9aee6e0ae51efbae9]

        INTEGRATION: CWS ause058 (1.65.92); FILE MERGED 2006/06/26 12:28:01 hjs 1.65.92.3: RESYNC: (1.65-1.67); FILE MERGED 2006/06/14 11:15:14 hjs 1.65.92.2: #i58351# applied relevant parts of the patch to support bash 2006/06/13 16:21:19 hjs 1.65.92.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [10edb24801abb77a17208be940a2b9c070fe53e3]

        INTEGRATION: CWS ause058 (1.39.96); FILE MERGED 2006/06/14 11:15:14 hjs 1.39.96.3: #i58351# applied relevant parts of the patch to support bash 2006/06/13 18:02:53 hjs 1.39.96.2: #i55987# missed in the first shot 2006/06/13 16:21:18 hjs 1.39.96.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f501300c283f6c156fa8f792aa7a49bc38610634]

        INTEGRATION: CWS ause058 (1.92.58); FILE MERGED 2006/06/09 15:11:03 hjs 1.92.58.1: #i65725# second round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [96a4efed3b821e842f4abb26d5bad0600eacf4fb]

        INTEGRATION: CWS ause058 (1.2.10); FILE MERGED 2006/06/13 16:21:18 hjs 1.2.10.2: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport 2006/06/09 15:11:02 hjs 1.2.10.1: #i65725# second round

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [e38ba5774696743f9435162bd4b36ba78a36a490]

        INTEGRATION: CWS ause058 (1.52.60); FILE MERGED 2006/06/16 11:38:07 hjs 1.52.60.1: #i58351# more bash

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f25d65e2f3e518f6272202a23519532446b6c180]

        INTEGRATION: CWS ause058 (1.24.112); FILE MERGED 2006/06/26 12:27:21 hjs 1.24.112.2: RESYNC: (1.24-1.25); FILE MERGED 2006/06/22 16:04:15 hjs 1.24.112.1: #i66658# removed OOoRunner.jar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [0727fa0891b994aa2d76391b14713e254569f345]

        INTEGRATION: CWS ause058 (1.19.116); FILE MERGED 2006/06/26 12:27:12 hjs 1.19.116.2: RESYNC: (1.19-1.20); FILE MERGED 2006/06/22 16:04:14 hjs 1.19.116.1: #i66658# removed OOoRunner.jar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [4283180301647dd2cefbec2b906a40e052b138c9]

        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>  [0a30d7a8c04fe01de3e323a4bf85d675e97a7e69]

        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>  [0170d51253bddd1e8ec1c8c887b526f2fc18d019]

        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>  [5cf8cc570dba258fc663aec02d1f04b3f60b6bfa]

        INTEGRATION: CWS ause058 (1.3.30); FILE MERGED 2006/06/19 15:47:04 hjs 1.3.30.1: #i63235# cleanup URD and more...

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [01100fe908b85d883224e340cf85707e00e9d37e]

        INTEGRATION: CWS impresssavegraphic (1.15.172); FILE MERGED 2006/03/28 16:11:40 cl 1.15.172.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [50438bce72f7f5bbac3f7e3b549444b2358a4a37]

        INTEGRATION: CWS ause058 (1.15.24); FILE MERGED 2006/06/13 16:47:42 hjs 1.15.24.1: #i61822# serialize unzip commands to avoid collisions on creating directories

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [5f8e40dc28d32475ea1a2e800cb5da96f3b5abf5]

        INTEGRATION: CWS impresssavegraphic (1.43.86); FILE MERGED 2006/04/03 18:32:33 cl 1.43.86.3: #i13816# rewrote patch to use API 2006/03/29 09:56:48 cl 1.43.86.2: #i13816# added working type detection to patch 2006/03/28 16:11:39 cl 1.43.86.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [1cd1bf882000b310109fee315e974022bf839c2d]

        INTEGRATION: CWS ause058 (1.8.46); FILE MERGED 2006/06/28 13:34:22 hjs 1.8.46.1: #i58351# more piping

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [7933baff5430fb8a3afb09cbd10d8516f4981a43]

        INTEGRATION: CWS impresssavegraphic (1.29.174); FILE MERGED 2006/03/28 16:11:05 cl 1.29.174.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3be5a6b7be69361ce046d909f93aaf8f89bb2bcf]

        INTEGRATION: CWS impresssavegraphic (1.4.174); FILE MERGED 2006/04/05 09:47:11 cl 1.4.174.1: removed unused SID_ANIMATIONMODE defines

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [463346fa3c0f4ab9fe1fe714a50bac032c6b434c]

        INTEGRATION: CWS ause058 (1.4.46); FILE MERGED 2006/06/28 13:34:21 hjs 1.4.46.1: #i58351# more piping

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [db216690c6f8b9cb293a639dfe32a80650d44467]

        INTEGRATION: CWS impresssavegraphic (1.3.174); FILE MERGED 2006/04/05 09:47:11 cl 1.3.174.2: removed unused SID_ANIMATIONMODE defines 2006/03/28 16:10:57 cl 1.3.174.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a5388552192ee73544bcd80a8467f172283c847a]

        INTEGRATION: CWS impresssavegraphic (1.113.140); FILE MERGED 2006/05/29 08:53:35 cl 1.113.140.2: RESYNC: (1.113-1.115); FILE MERGED 2006/03/28 16:10:57 cl 1.113.140.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [7101f1551422c2bde44bb4cbcfefc999134bd96f]

        INTEGRATION: CWS impresssavegraphic (1.7.174); FILE MERGED 2006/03/28 16:10:56 cl 1.7.174.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [24f285eb9f6187c041071088d92e2e8c5a786da4]

        INTEGRATION: CWS impresssavegraphic (1.11.166); FILE MERGED 2006/06/02 13:12:51 cl 1.11.166.2: #i13816# removed changed shortcuts 2006/03/28 16:10:56 cl 1.11.166.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [039004f85b46af70bbaece188fb304d9cad793b6]

        INTEGRATION: CWS impresssavegraphic (1.14.36); FILE MERGED 2006/06/02 13:10:37 cl 1.14.36.5: #i13816# fixed non standard mime types 2006/04/03 18:35:52 cl 1.14.36.4: #i13816# rewrote patch to use API 2006/03/30 16:37:36 cl 1.14.36.3: #i13816# added detection of import only filter 2006/03/29 09:57:58 cl 1.14.36.2: #i13816# added working type detection to patch 2006/03/28 16:05:03 cl 1.14.36.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [d358a1a0b1b512a996238f6359c80d9084396ad1]

        INTEGRATION: CWS ause058 (1.31.8); FILE MERGED 2006/06/19 14:39:34 hjs 1.31.8.1: #i58351# use .EXPORT instead of shell specific setenv

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [aeb4c5e7fbedf4f9e9bd31f9b3f2e63240a1efdd]

        INTEGRATION: CWS impresssavegraphic (1.3.174); FILE MERGED 2006/04/03 18:35:52 cl 1.3.174.1: #i13816# rewrote patch to use API

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [c373d9f10345d6d514dc07326e6442b80f59aebb]

        INTEGRATION: CWS impresssavegraphic (1.27.126); FILE MERGED 2006/03/28 12:48:03 cl 1.27.126.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [cc4394961baa840596fe4201e63de1921ea6826c]

        INTEGRATION: CWS ause058 (1.6.138); FILE MERGED 2006/06/16 16:21:00 hjs 1.6.138.1: #i63235# cleanup

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [62fb06ea3a38d6775026dfcf9a3961e6994593f9]

        INTEGRATION: CWS impresssavegraphic (1.35.120); FILE MERGED 2006/05/29 08:46:32 cl 1.35.120.2: RESYNC: (1.35-1.36); FILE MERGED 2006/03/28 12:48:03 cl 1.35.120.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [e11d0495bcb4ca5105c02305ea3a57ca82cb0a96]

        INTEGRATION: CWS impresssavegraphic (1.6.172); FILE MERGED 2006/04/03 15:34:28 cl 1.6.172.3: #i13816# rewrote patch to use API 2006/03/29 09:57:06 cl 1.6.172.2: #i13816# added working type detection to patch 2006/03/28 16:04:21 cl 1.6.172.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [4b7c52098dc17cee61261e164da8e045992a9b2e]

        INTEGRATION: CWS impresssavegraphic (1.17.174); FILE MERGED 2006/03/28 12:47:21 cl 1.17.174.1: #i13816# added 'Save as Picture' patch from mkretzschmar

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9b1234f79159bc03a20ccdeec1b8d6e066ff3809]

        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-07-05  Kurt Zenker  <kz@openoffice.org>  [db10f07a4b02dda8b96bbcfc99b48e7b1c4768fc]

        INTEGRATION: CWS impresssavegraphic (1.5.160); FILE MERGED 2006/06/02 12:54:14 cl 1.5.160.1: #i13816# fixed non standard mime types

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [847a868f1135c1af9c98cffde030136f77f26f45]

        INTEGRATION: CWS impresssavegraphic (1.5.160); FILE MERGED 2006/06/06 11:50:13 cl 1.5.160.1: #i13816# fixed mime types

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a5a085236064502beabab9315696be2f53c2836d]

        INTEGRATION: CWS impresssavegraphic (1.6.160); FILE MERGED 2006/06/02 12:54:14 cl 1.6.160.1: #i13816# fixed non standard mime types

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [33675f2b7b14582c97a9177e422fa69ab27867c0]

        INTEGRATION: CWS impresssavegraphic (1.5.160); FILE MERGED 2006/06/02 12:54:13 cl 1.5.160.1: #i13816# fixed non standard mime types

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [14a8773033a452c0e4f0742ce2bc78cdf556cee9]

        INTEGRATION: CWS impresssavegraphic (1.6.160); FILE MERGED 2006/06/02 12:54:13 cl 1.6.160.1: #i13816# fixed non standard mime types

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9da6dac3b40938c1d0c3a4d59dee65e97b6f5800]

        INTEGRATION: CWS native51 (1.8.60); FILE MERGED 2006/06/22 16:01:51 is 1.8.60.1: #136116# patch deinstall with setup

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [c25b353ba80cb876698d694d3979468852f91793]

        INTEGRATION: CWS native51 (1.39.24); FILE MERGED 2006/06/29 10:57:18 is 1.39.24.1: #137669# preparing pp4

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [79fa6313d44e8a18bc18e8390aa8759ab2efbe27]

        INTEGRATION: CWS native51 (1.8.130); FILE MERGED 2006/06/19 15:35:55 is 1.8.130.2: #i65048# checking written par files 2006/06/19 15:21:21 is 1.8.130.1: #i66557# checking, that pre file has content

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [8a2cee8b79f2fbfbace912f49cb50979d3d2d486]

        INTEGRATION: CWS targetedaot (1.11.14); FILE MERGED 2006/07/03 08:32:52 cmc 1.11.14.1: #i66685# use new test for compiler is gcj, not old test for JDK is gcj

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [96b616176cc1a7a0f705338451e86380142fad90]

        INTEGRATION: CWS native51 (1.16.110); FILE MERGED 2006/06/28 11:31:33 is 1.16.110.1: #136116# more secure array

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [a950a9b229acabcbb87bcc0ef327839d9e738be6]

        INTEGRATION: CWS native51 (1.13.110); FILE MERGED 2006/06/28 11:31:33 is 1.13.110.1: #136116# more secure array

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [e66335258550c25577bef200e48659ebcd7e32d6]

        INTEGRATION: CWS targetedaot (1.23.2); FILE MERGED 2006/06/12 09:32:03 cmc 1.23.2.3: #i54692# move aottarget stuff locally here in xmlhelp 2006/04/26 09:10:17 cmc 1.23.2.2: #i54692# enable optimized AOT helpers 2006/04/25 16:09:34 cmc 1.23.2.1: #i54692# enable optimized AOT helpers

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [110840c38715a4088884b897e0acc8f436e0a4d9]

        INTEGRATION: CWS native51 (1.26.250); FILE MERGED 2006/06/19 15:03:24 is 1.26.250.1: #i65950# checking version of makecab.exe

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [8c7ec734d345c5d5666ebbe8a8cc8d6b957c1060]

        INTEGRATION: CWS targetedaot (1.13.12); FILE MERGED 2006/04/26 09:09:49 cmc 1.13.12.2: #i54692# enable optimized AOT helpers 2006/04/25 16:09:33 cmc 1.13.12.1: #i54692# enable optimized AOT helpers

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [df400cfb09d47ce25f341e2c7ab8a9d09305c410]

        INTEGRATION: CWS native51 (1.7.344); FILE MERGED 2006/06/27 14:23:29 is 1.7.344.1: #i54730# long directory names

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [354d08977cedf144194c43ccca3f5b966d06d3d8]

        INTEGRATION: CWS targetedaot (1.100.2); FILE MERGED 2006/06/12 10:15:59 cmc 1.100.2.3: #i54692# fix quotes 2006/04/25 16:16:18 cmc 1.100.2.2: #i54692# separate gcj AOT support from bytecode creation 2006/04/25 16:03:03 cmc 1.100.2.1: #i54692# separate gcj AOT support from bytecode creation

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [367512012ef21ab39b6aa47b90333bd70107ffc6]

        INTEGRATION: CWS native51 (1.53.48); FILE MERGED 2006/06/28 11:31:33 is 1.53.48.3: #136116# more secure array 2006/06/27 14:23:29 is 1.53.48.2: #i54730# long directory names 2006/06/19 15:03:24 is 1.53.48.1: #i65950# checking version of makecab.exe

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [72394be6e093d18717cb4448732e4b2a9ac68874]

        INTEGRATION: CWS targetedaot (1.163.2); FILE MERGED 2006/07/03 12:01:00 cmc 1.163.2.5: #i66685# use new test for compiler is gcj, not old test for JDK is gcj 2006/07/03 08:17:21 cmc 1.163.2.4: #i66685# use new test for compiler is gcj, not old test for JDK is gcj 2006/05/02 12:17:09 cmc 1.163.2.3: #i54692# separate gcj AOT support from bytecode creation 2006/04/25 16:16:18 cmc 1.163.2.2: #i54692# separate gcj AOT support from bytecode creation 2006/04/25 16:03:03 cmc 1.163.2.1: #i54692# separate gcj AOT support from bytecode creation

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ce353f0acce3ecdd42c2d59ac914b15881533dc2]

        INTEGRATION: CWS native51 (1.49.76); FILE MERGED 2006/06/27 10:07:08 is 1.49.76.1: #i66557# check for epm environment variable

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [ab9657e176d360e2de552a57b32423962a823fba]

        INTEGRATION: CWS native51 (1.28.52); FILE MERGED 2006/06/19 15:03:23 is 1.28.52.1: #i65950# checking version of makecab.exe

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [8abbdbf8caa9b9e105d5aeae70ed436743e99e7c]

        INTEGRATION: CWS native51 (1.5.344); FILE MERGED 2006/06/19 15:35:54 is 1.5.344.2: #i65048# checking written par files 2006/06/19 15:21:20 is 1.5.344.1: #i66557# checking, that pre file has content

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [66ea34a08193fa87c93e4e79cc61aaa849209b9e]

        INTEGRATION: CWS native51 (1.64.56); FILE MERGED 2006/06/27 14:16:04 is 1.64.56.2: #i54730# long directory names 2006/06/19 15:03:23 is 1.64.56.1: #i65950# checking version of makecab.exe

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [be9081c0cc8898128c6d9d944675df73ef3e29f1]

        INTEGRATION: CWS targetedaot (1.188.46); FILE MERGED 2006/04/25 16:23:44 cmc 1.188.46.2: #i54692# separate gcj AOT support from bytecode creation 2006/04/25 16:19:43 cmc 1.188.46.1: #i54692# enable optimized AOT helpers

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [9583f91561fa6f38b3fbfb6d52b2431512299628]

        INTEGRATION: CWS targetedaot (1.2.92); FILE MERGED 2006/04/25 16:23:43 cmc 1.2.92.1: #i54692# separate gcj AOT support from bytecode creation

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [f552a645555605922c2ff2c20ab9aa9e279f6994]

        INTEGRATION: CWS targetedaot (1.99.4); FILE MERGED 2006/04/25 16:19:42 cmc 1.99.4.1: #i54692# enable optimized AOT helpers

2006-07-05  Kurt Zenker  <kz@openoffice.org>  [3bed2119b061ef63df77254485a9c7cf7502b5ed]

        INTEGRATION: CWS native51 (1.13.10); FILE MERGED 2006/06/29 10:55:46 is 1.13.10.1: #137669# preparing pp4

2006-06-30  Thorsten Behrens  <thb@openoffice.org>  [35320797f82441981c31e6348204b08e963b6b11]

        #i65904# Moved vigra/template-depending parts out of color.hxx into colormisc.hxx

2006-06-30  Thorsten Behrens  <thb@openoffice.org>  [6928d01f7a4cff47b6c6b186885ac79a58e64ac6]

        #i65904# Fixed ugly typos in clippedLine clipping; improved docs; added testcases for fixed bugs; corrected clip bounds for line and polyline rendering

2006-06-30  Vladimir Glazounov  <vg@openoffice.org>  [6495c8cebaac4e6173b8349e97f9173dc910e70e]

        #i10000# output message removed

2006-06-29  Vladimir Glazounov  <vg@openoffice.org>  [83ba9ac7345480be18e2cd50fad8b880260b998c]

        new version for SRC680

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a26d1d6c5f1fb7dd5eee29cd7f41cc7c8c2a7233]

        SRC680

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [95e12e6a1bd3e46074b139f4ca14e3b73221bd8e]

        INTEGRATION: CWS ause036 (1.155.8); FILE MERGED 2006/06/09 10:14:47 hjs 1.155.8.7: #i66272# cleanup 2006/05/24 16:40:46 hjs 1.155.8.6: RESYNC: (1.162-1.168); FILE MERGED 2006/02/27 18:14:55 hjs 1.155.8.5: RESYNC: (1.161-1.162); FILE MERGED 2005/11/15 17:13:01 hjs 1.155.8.4: RESYNC: (1.160-1.161); FILE MERGED 2005/10/26 15:28:43 hjs 1.155.8.3: RESYNC: (1.157-1.160); FILE MERGED 2005/09/13 10:48:57 hjs 1.155.8.2: RESYNC: (1.155-1.157); FILE MERGED 2005/08/17 11:50:20 hjs 1.155.8.1: #i50255# remove wrarnings and a bit cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [beae5bf4e97b374ae93ddb07b86bb9ce11849a21]

        INTEGRATION: CWS ause036 (1.9.116); FILE MERGED 2006/06/09 12:18:50 hjs 1.9.116.1: #125767# change includes to deal with changed location

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8d514de46c48b7f8f37de669647c136123660bff]

        INTEGRATION: CWS ause036 (1.12.116); FILE MERGED 2006/06/09 12:18:49 hjs 1.12.116.1: #125767# change includes to deal with changed location

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [81a5acfc0a70557a526dc5adac0c71adaaa4a079]

        INTEGRATION: CWS ause036 (1.39.68); FILE MERGED 2006/05/30 11:32:30 hjs 1.39.68.2: RESYNC: (1.39-1.41); FILE MERGED 2005/11/15 15:22:08 hjs 1.39.68.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [da14428df85d839818d80fe5357f5de10a17ed60]

        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>  [f59030310710857d1f29e851a163bc5131fbf512]

        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>  [22a2b137cf7b5cc1863e20e0e7d772616b632f7f]

        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>  [acae6c81f85dd513c0cecd4f0290e874a4168832]

        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>  [3497d019a81589cffe4932b5e60ea247e8fdddea]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/15 02:42:43 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.
        
        This patch was submitted by shay@openoffice.org.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8f03cf98bd79191a1b1dc391480b3345efe12b53]

        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>  [af37bc3e77d66cce9d52c71e0b2e923adb71189c]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/20 14:20:37 vq 1.2.2.2: #i66522# Release dmake 4.5. 2006/06/17 17:08:12 vq 1.2.2.1: #i66522# Increase version number in documentation files and set preliminary dmake version to 4.5-cvs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d0d04d53bf2e301a8959e3c05627e38693795191]

        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>  [e442c242b72f7c4883c94c6a6f41b9dc82a34f08]

        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>  [f404e87dc88867fce9cf6a965a6e8d4e0ca25355]

        INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED 2006/06/15 02:42:42 vq 1.3.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.
        
        This patch was submitted by shay@openoffice.org.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0e5d5e006c33dbe499d14a400780475351327d60]

        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>  [c894e69ee467a8d3b5bab4204e208a8036e1a27f]

        INTEGRATION: CWS dmake45 (1.7.2); FILE MERGED 2006/06/20 14:20:37 vq 1.7.2.2: #i66522# Release dmake 4.5. 2006/06/17 17:08:12 vq 1.7.2.1: #i66522# Increase version number in documentation files and set preliminary dmake version to 4.5-cvs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [465463afa63ebc91c4acef9725de54daf47c90cf]

        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>  [ab6ffb84b47e47dc0b3103f0b8701a655f38e1f5]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/15 02:42:42 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.
        
        This patch was submitted by shay@openoffice.org.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7d0c80ad555b6e1ed0041583b2ef48a3fa67bd65]

        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>  [15cbe6675ac53ca14cc493a43d21faacdec29b85]

        INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED 2006/06/15 02:42:42 vq 1.5.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.
        
        This patch was submitted by shay@openoffice.org.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d0d6671fa3cc2e9abd7e3af455746ca7e88bcc54]

        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>  [e63fd59628099b5d3d42d346b227fd818cf0bd66]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/14 22:43:41 vq 1.1.2.1: #i48087# Add testcases and change man page.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2cf8d87749dfc2230ec83d5fb605dacf8dcfab21]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/13 23:52:06 vq 1.1.2.1: #i64331# Add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4ab6c534243acfe465f1a7389bd722e2b9b63b3d]

        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>  [bea8074929a37755f53e7f8b9fc12cab064f5751]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.3: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/14 22:43:41 vq 1.1.2.2: #i48087# Add testcases and change man page. 2006/06/13 18:33:17 vq 1.1.2.1: #i65122# Add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [496745d9bb4dcc52ce797d800a021e69b16dfd04]

        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>  [0c05240141e6d30f53a3d27c722723ab19b7e763]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/13 17:14:07 vq 1.1.2.1: #i66385# Add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [33625f47f62356ef6e3996575d51237896c14dba]

        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>  [6ba302fdb646b2471b8a935e50427233eff26d9b]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/13 15:03:53 vq 1.1.2.1: #i66083# Add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [651e739a0c1ecf2d4d2ebada46d7d4e68b61430d]

        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>  [4ecf70f764ef053e858353fd8c25a861de685f34]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:45 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/04 01:55:10 vq 1.1.2.1: #i65360# Add testcase to check for message about empty recipe for special or meta targets.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4fa80bd7f3caa9c39d6d666305ac908e95712f63]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/04 01:17:34 vq 1.1.2.1: #i65360# Add testcase that checks that a warning is issued when .<suffix> targets are ignored.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2103c8d15772d40b75737aeb3c2ba484890c3da3]

        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>  [745ed32b42e6587a45f03b36efc594a450573cb6]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/04 00:34:07 vq 1.1.2.1: #i64869# Add testcases and regenerate autotools files.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3a49a16741561e35a275e26ac0369b72cb087e8a]

        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>  [d9ba77e604149a2761a5aaa051fd90810d68f502]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:44 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/14 22:43:41 vq 1.1.2.1: #i48087# Add testcases and change man page.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [5e476135e3beec7b431672cf44d356bf659a52c5]

        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>  [aa057c097f450f07f14f867506cbaafbfbfacce9]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:45:44 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [863c54b121dbabc1b409b290baa520c0e0862608]

        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>  [6f38dcf15ea8f7348f6042d85191d5d68bd79c99]

        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>  [f5ff9cb60a127ffa2d87d1c9629caa1d16517170]

        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>  [a8fd929a1911b743c9c1f1902675b498f9be7ff8]

        INTEGRATION: CWS ause036 (1.32.46); FILE MERGED 2006/05/24 16:53:13 hjs 1.32.46.3: RESYNC: (1.33-1.34); FILE MERGED 2006/02/27 18:21:24 hjs 1.32.46.2: RESYNC: (1.32-1.33); FILE MERGED 2005/11/15 15:20:14 hjs 1.32.46.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2c058276826d3633f437f36e3f866653a3ca8385]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:45:43 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9e35c2ab8f66cbfe19d371f9bb83df933798d1ac]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:14:23 vq 1.1.2.1: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [10e9b055f3d197d4ff4b072a8a65caf79383c864]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/16 18:46:56 vq 1.1.2.1: #i65281# Add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [796e69837637eb6970ec9b151a28629d6aaa7de4]

        INTEGRATION: CWS ause036 (1.14.2); FILE MERGED 2006/05/24 16:43:04 hjs 1.14.2.3: RESYNC: (1.15-1.16); FILE MERGED 2006/02/27 18:16:56 hjs 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/15 15:17:44 hjs 1.14.2.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [4b76df64734652c2b2681998239f01761a954ddc]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/05/11 03:31:14 vq 1.1.2.1: #i65281# Fix crash on numeric comparison and add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9e86ff34197001fdb60d5904bd90dddb6bc29dac]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:45:43 vq 1.2.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/06/22 20:14:22 vq 1.2.2.1: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [6c61c7b16f14f7f5bdcde281436f22eeef3132dd]

        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>  [2b4472c361bcff81d6f92fa36c37eab976213f82]

        INTEGRATION: CWS dmake45 (1.1.2); FILE ADDED 2006/06/22 20:45:43 vq 1.1.2.2: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs. 2006/05/17 21:44:49 vq 1.1.2.1: #i65333# Add testcase and regenerate autotools files.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [7ecbaa5979909fe36a3039f71ce14b74ad494b7f]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:45:42 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.) Patch by hjs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [dc2bedea7f884a925afad311afb2c14f46704669]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:14:22 vq 1.2.2.12: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase. 2006/06/16 18:46:56 vq 1.2.2.11: #i65281# Add testcase. 2006/06/14 22:43:40 vq 1.2.2.10: #i48087# Add testcases and change man page. 2006/06/13 23:52:05 vq 1.2.2.9: #i64331# Add testcase. 2006/06/13 18:33:17 vq 1.2.2.8: #i65122# Add testcase. 2006/06/13 17:14:07 vq 1.2.2.7: #i66385# Add testcase. 2006/06/13 15:03:53 vq 1.2.2.6: #i66083# Add testcase. 2006/06/04 01:55:09 vq 1.2.2.5: #i65360# Add testcase to check for message about empty recipe for special or meta targets. 2006/06/04 01:17:33 vq 1.2.2.4: #i65360# Add testcase that checks that a warning is issued when .<suffix> targets are ignored. 2006/06/04 00:34:07 vq 1.2.2.3: #i64869# Add testcases and regenerate autotools files. 2006/05/17 21:44:48 vq 1.2.2.2: #i65333# Add testcase and regenerate autotools files. 2006/05/11 03:38:52 vq 1.2.2.1: #i65281# Regenerate autotools files and plain text version of manpage.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [73fc960347f18ab737991707ddbc78b67a0f469b]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/22 20:14:22 vq 1.2.2.12: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase. 2006/06/16 18:46:56 vq 1.2.2.11: #i65281# Add testcase. 2006/06/14 22:43:40 vq 1.2.2.10: #i48087# Add testcases and change man page. 2006/06/13 23:52:05 vq 1.2.2.9: #i64331# Add testcase. 2006/06/13 18:33:17 vq 1.2.2.8: #i65122# Add testcase. 2006/06/13 17:14:07 vq 1.2.2.7: #i66385# Add testcase. 2006/06/13 15:03:53 vq 1.2.2.6: #i66083# Add testcase. 2006/06/04 01:55:09 vq 1.2.2.5: #i65360# Add testcase to check for message about empty recipe for special or meta targets. 2006/06/04 01:17:33 vq 1.2.2.4: #i65360# Add testcase that checks that a warning is issued when .<suffix> targets are ignored. 2006/06/04 00:34:06 vq 1.2.2.3: #i64869# Add testcases and regenerate autotools files. 2006/05/17 21:44:48 vq 1.2.2.2: #i65333# Add testcase and regenerate autotools files. 2006/05/11 03:31:14 vq 1.2.2.1: #i65281# Fix crash on numeric comparison and add testcase.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [83c1181523ce9666439ea1aaefb62b57d4d5bc42]

        INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED 2006/06/17 17:08:11 vq 1.3.2.1: #i66522# Increase version number in documentation files and set preliminary dmake version to 4.5-cvs.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1edd38b016be8002a269d5a0b38d179677396c6c]

        INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED 2006/06/26 17:48:50 vq 1.6.2.10: #i10000# Fix some typos in dmake man page. 2006/06/16 20:24:27 vq 1.6.2.9: #i66522# Update manpage. 2006/06/16 18:31:06 vq 1.6.2.8: #i65281# Fix comparison with empty string. 2006/06/14 22:43:40 vq 1.6.2.7: #i48087# Add testcases and change man page. 2006/06/13 16:58:25 vq 1.6.2.6: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status. Document this and regenerate man page. 2006/05/17 04:04:38 vq 1.6.2.5: #i65333# Elaborate on .<suffix> vs. special targets and .INIT and .DONE that also begin with a dot. 2006/05/16 03:43:51 vq 1.6.2.4: #i65333# Collect .<suffix> description at one place in the man page. 2006/05/15 22:50:48 vq 1.6.2.3: #i48087# Document the current %-target handling. 2006/05/11 03:31:13 vq 1.6.2.2: #i65281# Fix crash on numeric comparison and add testcase. 2006/05/05 21:33:07 vq 1.6.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets plus several improved comments and a man page correction.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ad0c668309ef2626a5d51e655136e7ad99bbe485]

        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>  [6a1ce74662612c39d7f58f8ad0c7050f0ddea4ab]

        INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED 2006/06/26 17:48:49 vq 1.4.2.6: #i10000# Fix some typos in dmake man page. 2006/06/16 20:24:26 vq 1.4.2.5: #i66522# Update manpage. 2006/06/16 18:31:06 vq 1.4.2.4: #i65281# Fix comparison with empty string. 2006/06/14 22:43:40 vq 1.4.2.3: #i48087# Add testcases and change man page. 2006/06/13 16:58:25 vq 1.4.2.2: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status. Document this and regenerate man page. 2006/05/11 03:38:52 vq 1.4.2.1: #i65281# Regenerate autotools files and plain text version of manpage.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d1f0699d72fe62a290869fd67d5999c2169c289b]

        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-29  Ivo Hinkelmann  <ihi@openoffice.org>  [e63718d8a76ca0bba8c42f661b95ac7f7de748f8]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/05/03 21:47:15 vq 1.2.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [89a4c8ce53dfe340658f9c00f1c12b9cab2e80b1]

        INTEGRATION: CWS dmake45 (1.1.1.1.146); FILE MERGED 2006/05/10 17:46:56 vq 1.1.1.1.146.2: #i48087# Correct parsing of target definitions with multiple % targets and prerequisites. Also add some comments. 2006/05/05 21:33:06 vq 1.1.1.1.146.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets plus several improved comments and a man page correction.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1f26336d2d833d4643c7225448403ec2d4d6cdac]

        INTEGRATION: CWS dmake45 (1.7.2); FILE MERGED 2006/06/22 20:14:22 vq 1.7.2.12: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase. 2006/06/13 16:58:24 vq 1.7.2.11: #i66385# Handle .<suffix> targets regardless of the AUGMAKE (-A) status. Document this and regenerate man page. 2006/06/13 05:28:07 vq 1.7.2.10: #i66083# Check that AUGMAKE meta targets are not mixed with normal targets. 2006/06/04 03:30:02 vq 1.7.2.9: #i48087# Only warn once about multiple prerequisites for %-targets. 2006/06/04 01:37:56 vq 1.7.2.8: #i65360# Improve output of warning for special or meta targets without recipe. 2006/05/14 17:06:22 vq 1.7.2.7: #i65360# Fix typo. 2006/05/14 16:58:07 vq 1.7.2.6: #i65360# Warn if dmake ignores an illegal .<suffix> target but keep the behavior of dmake 4.4 and earlier. 2006/05/12 17:36:41 vq 1.7.2.5: #i48087# Fix typo. 2006/05/12 16:59:44 vq 1.7.2.4: #i65333# Prevent .ROOT, .TARGETS, .INIT and .DONE from being treates as special .<suffix> targets. 2006/05/10 17:46:56 vq 1.7.2.3: #i48087# Correct parsing of target definitions with multiple % targets and prerequisites. Also add some comments. 2006/05/05 21:33:06 vq 1.7.2.2: #i65122# Fix problem with "non-documented" handling of multiple %-targets plus several improved comments and a man page correction. 2006/05/03 21:47:14 vq 1.7.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [bb71d425b5431408e45f8155dbf7f9b4cb6861f3]

        INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED 2006/05/03 21:47:14 vq 1.5.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [0b0bfaccc2e12c18e195affe9162f73e6faa3ee2]

        INTEGRATION: CWS ause036 (1.40.30); FILE MERGED 2006/05/24 14:53:22 hjs 1.40.30.3: RESYNC: (1.42-1.43); FILE MERGED 2006/02/27 16:33:56 hjs 1.40.30.2: RESYNC: (1.40-1.42); FILE MERGED 2005/11/15 15:13:44 hjs 1.40.30.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9a0792107e15060ba09f0ab853079dbec4733589]

        INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED 2006/06/16 20:38:05 vq 1.4.2.1: #i66509# Fix bug in makefile.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a6c3f55f77073075d1943d29dc8d05dcef69b25a]

        INTEGRATION: CWS ause036 (1.8.70); FILE MERGED 2006/05/24 15:26:58 hjs 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/15 15:13:43 hjs 1.8.70.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [2d4dc491dc455f4dfaf561e1679987a8f4408f7e]

        INTEGRATION: CWS dmake45 (1.5.2); FILE MERGED 2006/06/13 23:31:49 vq 1.5.2.2: #i64431# Fix .SETDIR problem with percent targets. 2006/05/05 21:33:06 vq 1.5.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets plus several improved comments and a man page correction.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [054a12bffd107cd2cd794cbe6ad6fbf2bbc5ff5d]

        INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED 2006/05/03 21:47:14 vq 1.3.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [589f24ca1d46ce051902ee4a5009ce880400a5c6]

        INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED 2006/06/22 20:14:22 vq 1.6.2.4: #i66659# Fix evaluation of line continuations in conditional expressions and add testcase. 2006/06/16 18:31:05 vq 1.6.2.3: #i65281# Fix comparison with empty string. 2006/05/11 03:31:13 vq 1.6.2.2: #i65281# Fix crash on numeric comparison and add testcase. 2006/05/03 21:47:14 vq 1.6.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [467e8ace51d2efc3344ebb6353c6d1c114297633]

        INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/05/10 17:46:56 vq 1.2.2.1: #i48087# Correct parsing of target definitions with multiple % targets and prerequisites. Also add some comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [ccb5812ddcf34cfd77402de4d2e5929642721718]

        INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED 2006/05/05 21:33:05 vq 1.3.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets plus several improved comments and a man page correction.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [27dd1670c927b59f22c869a9a791d4684f451da8]

        INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED 2006/05/03 21:47:14 vq 1.6.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [a5f05e71e037991da05fcaa61e62b4e24be5e88a]

        INTEGRATION: CWS dmake45 (1.23.2); FILE MERGED 2006/06/20 14:20:37 vq 1.23.2.3: #i66522# Release dmake 4.5. 2006/06/17 17:08:11 vq 1.23.2.2: #i66522# Increase version number in documentation files and set preliminary dmake version to 4.5-cvs. 2006/06/13 19:06:51 vq 1.23.2.1: #i64795# Fix typo in configure.in.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [129afe1c95cd201430a89413639e1888189b34d2]

        INTEGRATION: CWS dmake45 (1.16.2); FILE MERGED 2006/06/20 14:20:37 vq 1.16.2.3: #i66522# Release dmake 4.5. 2006/06/17 17:08:11 vq 1.16.2.2: #i66522# Increase version number in documentation files and set preliminary dmake version to 4.5-cvs. 2006/06/13 19:06:51 vq 1.16.2.1: #i64795# Fix typo in configure.in.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [93f41b4d5a0c25358af015bb2265d080f2a02d14]

        INTEGRATION: CWS dmake45 (1.4.2); FILE MERGED 2006/06/22 20:48:39 vq 1.4.2.2: #i66522# Release dmake 4.5 (Two more issues were added and fixed in CWS dmake45.) 2006/06/17 00:41:25 vq 1.4.2.1: #i66522# Update NEWS file.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c50bdd0782ae452c932dc49cebdce4a72bf9c33a]

        INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED 2006/06/22 20:51:25 vq 1.3.2.13: #i10000# Update ChangeLog. 2006/06/20 14:22:21 vq 1.3.2.12: #i10000# Update ChangeLog. 2006/06/16 20:40:00 vq 1.3.2.11: #i10000# Update ChangeLog. 2006/06/15 02:47:03 vq 1.3.2.10: #i10000# Update ChangeLog. 2006/06/14 23:07:30 vq 1.3.2.9: #i10000# Update ChangeLog. 2006/06/13 17:20:20 vq 1.3.2.8: #i10000# Update ChangeLog. 2006/06/04 03:32:33 vq 1.3.2.7: #i10000# Update ChangeLog. 2006/06/04 01:57:46 vq 1.3.2.6: #i10000# Update ChangeLog. 2006/05/17 21:48:18 vq 1.3.2.5: #i10000# Update ChangeLog. 2006/05/12 17:38:30 vq 1.3.2.4: #i10000# Update ChangeLog. 2006/05/11 03:40:45 vq 1.3.2.3: #i10000# Update ChangeLog. 2006/05/10 18:41:34 vq 1.3.2.2: #i10000# Update ChangeLog. 2006/05/03 22:03:52 vq 1.3.2.1: #i10000# Update ChangeLog.

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [828c7a22ed343ea988469bb6deda68ebdae55b51]

        INTEGRATION: CWS ause036 (1.91.48); FILE MERGED 2006/05/24 16:39:41 hjs 1.91.48.4: RESYNC: (1.93-1.95); FILE MERGED 2006/02/27 18:13:44 hjs 1.91.48.3: RESYNC: (1.92-1.93); FILE MERGED 2005/09/13 10:43:23 hjs 1.91.48.2: RESYNC: (1.91-1.92); FILE MERGED 2005/08/17 11:50:20 hjs 1.91.48.1: #i50255# remove wrarnings and a bit cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3498881e6b156ce45da9e94571859b7287109471]

        INTEGRATION: CWS ause036 (1.27.306); FILE MERGED 2005/09/13 10:34:30 hjs 1.27.306.2: RESYNC: (1.27-1.28); FILE MERGED 2005/08/17 11:50:20 hjs 1.27.306.1: #i50255# remove wrarnings and a bit cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d129f46de1db2d237b3234c8f6b46c76191bbeb1]

        INTEGRATION: CWS ause036 (1.172.48); FILE MERGED 2006/05/24 16:40:28 hjs 1.172.48.5: RESYNC: (1.186-1.189); FILE MERGED 2006/02/27 18:14:39 hjs 1.172.48.4: RESYNC: (1.178-1.186); FILE MERGED 2005/11/15 17:12:33 hjs 1.172.48.3: RESYNC: (1.176-1.178); FILE MERGED 2005/09/13 10:46:40 hjs 1.172.48.2: RESYNC: (1.172-1.176); FILE MERGED 2005/08/22 16:07:47 hjs 1.172.48.1: #i53627# do not append L10N_framework

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [26179d9ce66d1d9b9a9b9cd18eac5abcc52ceead]

        INTEGRATION: CWS ause036 (1.98.66); FILE MERGED 2006/06/08 15:42:12 hjs 1.98.66.1: #i50255# remove obsolete dependency macros

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [203bdb9c3e525f1e6a0eb1ccebe9b616e6b41553]

        INTEGRATION: CWS ause036 (1.89.48); FILE MERGED 2006/05/24 16:40:18 hjs 1.89.48.3: RESYNC: (1.90-1.92); FILE MERGED 2006/02/27 18:14:18 hjs 1.89.48.2: RESYNC: (1.89-1.90); FILE MERGED 2005/08/17 11:50:19 hjs 1.89.48.1: #i50255# remove wrarnings and a bit cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1112e6577512ca94e06321013dc321a164cacae4]

        INTEGRATION: CWS ause036 (1.26.306); FILE MERGED 2005/08/17 11:50:19 hjs 1.26.306.1: #i50255# remove wrarnings and a bit cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [53c24256b980f1887da78f6a0e702e36e1ba0714]

        INTEGRATION: CWS ause036 (1.4.8); FILE MERGED 2005/11/15 15:16:53 hjs 1.4.8.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [715eabcd93962ca30d0328d032500d122904e264]

        INTEGRATION: CWS ause036 (1.3.8); FILE MERGED 2005/11/15 15:16:53 hjs 1.3.8.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [1db1af226cb98b3b932ded8e1750c0133131edad]

        INTEGRATION: CWS ause036 (1.3.10); FILE MERGED 2005/11/15 15:16:54 hjs 1.3.10.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [8c2310e6ecd26e79488e7109e8278395cde00af4]

        INTEGRATION: CWS ause036 (1.3.8); FILE MERGED 2005/11/15 15:16:55 hjs 1.3.8.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [616e74db4c32648d72fde0328430969af7fb4017]

        INTEGRATION: CWS ause036 (1.5.40); FILE MERGED 2006/02/27 17:31:07 hjs 1.5.40.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 10:59:27 hjs 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/18 15:18:56 hjs 1.5.40.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [9ac3207cf7bdcc306e68907afbce17d5a252ed1f]

        INTEGRATION: CWS ause036 (1.2.96); FILE MERGED 2005/09/13 10:58:02 hjs 1.2.96.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:18:55 hjs 1.2.96.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [30f2f901f845ae2b31f763bd1ddd11814d094033]

        INTEGRATION: CWS ause036 (1.1.96); FILE MERGED 2006/06/06 12:05:24 hjs 1.1.96.4: #i53507# damaged on resync 2006/02/27 17:30:50 hjs 1.1.96.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:55:01 hjs 1.1.96.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/18 15:18:54 hjs 1.1.96.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [d0be9bc0435362674c4db1f94b862128fc3ef72f]

        INTEGRATION: CWS ause036 (1.2.86); FILE MERGED 2005/09/13 10:58:42 hjs 1.2.86.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:18:53 hjs 1.2.86.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [af25e8965271a55e15a27a13676fc227248120d3]

        INTEGRATION: CWS ause036 (1.4.14); FILE MERGED 2006/02/27 17:30:19 hjs 1.4.14.4: RESYNC: (1.6-1.7); FILE MERGED 2005/10/26 15:40:34 hjs 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 10:52:54 hjs 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/18 15:18:52 hjs 1.4.14.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [224a6f1dcf7f5371be055d6825e9cfe1422f5837]

        INTEGRATION: CWS ause036 (1.3.14); FILE MERGED 2005/09/13 10:56:49 hjs 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 15:18:51 hjs 1.3.14.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [3dbacd87487b60bd6725e488161dcb62018263de]

        INTEGRATION: CWS ause036 (1.1.96); FILE MERGED 2005/09/13 10:56:30 hjs 1.1.96.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/18 15:18:51 hjs 1.1.96.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [558635105d1db7e10380b2acb2126d1fc909fc89]

        INTEGRATION: CWS ause036 (1.2.78); FILE MERGED 2005/09/13 10:57:38 hjs 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:18:50 hjs 1.2.78.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b4b24e67c7a7375500e71b007f1b27782035f053]

        INTEGRATION: CWS ause036 (1.2.82); FILE MERGED 2005/09/13 11:00:41 hjs 1.2.82.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 15:18:50 hjs 1.2.82.1: #i53507# cleanup

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [b23a23ee898b949e0787f0c52823b3bbbce73b18]

        INTEGRATION: CWS ause036 (1.10.10); FILE MERGED 2006/02/27 17:24:58 hjs 1.10.10.2: RESYNC: (1.10-1.12); FILE MERGED 2005/11/15 15:15:42 hjs 1.10.10.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [91560f2a86eba7f34819cc720eeddaefca2eb42a]

        INTEGRATION: CWS ause036 (1.5.22); FILE MERGED 2006/05/24 14:23:53 hjs 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/15 15:14:12 hjs 1.5.22.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [680f84e8167b0e4dec720b87718a7b23acd96db2]

        INTEGRATION: CWS ause036 (1.5.24); FILE MERGED 2005/11/15 15:14:11 hjs 1.5.24.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [c2ccfe750a6e44843d447441548d4a9d77e61838]

        INTEGRATION: CWS ause036 (1.10.22); FILE MERGED 2006/05/24 14:21:42 hjs 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/15 15:14:10 hjs 1.10.22.1: #i50255# remove obsolete/wronge dependencies

2006-06-29  Ivo Hinkelmann  <ihi@openoffice.org>  [69e61a835c503691c54e19d89a126a3fe34422ed]

        INTEGRATION: CWS systemint02 (1.12.2); FILE MERGED 2006/06/06 12:37:15 ihi 1.12.2.1: #i66165# restore group permisions

2006-06-28  Thorsten Behrens  <thb@openoffice.org>  [0535516a2f4f08b15ad9a8007f12f9a57d4fbbb1]

        #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-27  Ivo Hinkelmann  <ihi@openoffice.org>  [c7830bf311cdfb58556647db7802314337be653e]

        INTEGRATION: CWS kdesettings2 (1.2.6); FILE MERGED 2006/06/13 11:43:50 kendy 1.2.6.1: #i66264# Fix crasher with KDE < 3.2.2

2006-06-26  Rüdiger Timm  <rt@openoffice.org>  [dd3fe9bbaa3f7e0a39c925add4235327f27b1de6]

        #136940# Fixed by mav.

2006-06-26  Rüdiger Timm  <rt@openoffice.org>  [5b5f31b5092f3f7a87e75e794c36cb26866333c9]

        #136992# Switch off applets by default

2006-06-26  Rüdiger Timm  <rt@openoffice.org>  [b40eed0e55f88aae77acbffd9b9b667c42547ea4]

        Memory management bugs.

2006-06-23  Oliver Bolte  <obo@openoffice.org>  [69f9d74df08fab20198818a0e5610003b6bb05a5]

        #i10000# counter i substituted with j (cws warnings01)

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [3e1d66a18b5de723abdff0dcc339a884e1511841]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [d9c861026c4fce73f61101791fa0f5b80d032bf8]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [a62d7955856322b607e02ca93b71ae6320668c60]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [467a0bf483dc8596f0a39e22dc4e0d5eeb557ca4]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [9db5b49dbf94d60fa4c916faf5bca03cc1377ac1]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [c3bee473d71be7b76b8e9cc5f773c770971f40f5]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [0a0be6b46ea19f5f01c070ee77b546543664480c]

        new version for SRC680

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [aad24778c617ee6c929b63fd577e727e12bd94a2]

        new version for SRC680

2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [20b50a69a156df18b0f55568ef387a0c5807e1c3]

        #i10000#: line continuing in if statements is risky because of buggy dmakes, here it disabled adjustvisibility treatment of certain Solaris object files

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [0e3c3790df4150d9d2525be22e5688c25e7a297a]

        new version for SRC680

2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0d4e3426d3ab777ebb713073dddd37750319e1]

        #i10000#: get rid of unused parameters

2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [d763bbf492e0f8d9fccf744574ccbc47b2be0d30]

        #i10000#: get rid of warnings for unused variables

2006-06-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [83fda226c88097fa706492c596d153967e4856a1]

        #i10000#: comment syntax

2006-06-22  Vladimir Glazounov  <vg@openoffice.org>  [54b738dd77867466afade83a95c6e1e5d4b4c539]

        new version for SRC680

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a369e18d997a9abf5aad363af445def836168c1]

        #i10000#: add dependency on so3

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [85f39d23e1b392148de53d5993ad8a7c3a89a5aa]

        #i10000#: rename osl_getSymbol -> osl_getFunctionSymbol

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3975edcd05917a7af0fe9dfe554f1dd2cda0460b]

        SRC680

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a24f58440406cb0d58fa0b691cfdd847684f6b]

        INTEGRATION: CWS rmsolverzips (1.100.58); FILE MERGED 2006/06/15 12:30:18 rt 1.100.58.2: #i66463# Quoting in regular expressions. 2006/06/13 13:20:45 rt 1.100.58.1: #i66397# Do not create zip files if in CWS environment.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [028b42efb02eae3cb51b819a34e05b802c6942b2]

        INTEGRATION: CWS rmsolverzips (1.24.122); FILE MERGED 2006/06/14 12:42:05 rt 1.24.122.2: #i66397# Remove solver zip files when they are not needed any more. 2006/06/14 07:55:17 rt 1.24.122.1: #i66397# Remove solver zip files when they are not needed any more.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [088577d80cbd9213e979425fc691b5d5ec8bae8f]

        INTEGRATION: CWS rmsolverzips (1.19.126); FILE MERGED 2006/06/14 12:40:07 rt 1.19.126.1: #i66397# Remove solver zip files when they are not needed any more.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a981d80f5f8e39bf016cfd6675b3e9431f22a4b]

        INTEGRATION: CWS mav20_SRC680 (1.37.10.1.2); FILE MERGED 2006/06/07 15:14:40 mba 1.37.10.1.2.1: #i66214#: don't crash when loading bad summary info stream created by Lotus 1-2-3

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e922190775368968778560c670983f62a61cba7]

        INTEGRATION: CWS mav20_SRC680 (1.33.20); FILE MERGED 2006/06/13 10:58:01 mav 1.33.20.1: #i66392# workaround AR OLE object problem

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71dbc5444b7e423e0dee1feec36ac2f1e79a2f6b]

        INTEGRATION: CWS jl37_SRC680 (1.115.54); FILE MERGED 2006/06/08 15:15:05 jl 1.115.54.1: #136992#

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7258798dcacc4f2c7f96db9f3b7fb4cb3c8007]

        INTEGRATION: CWS os83 (1.23.14); FILE MERGED 2006/06/12 14:01:53 os 1.23.14.2: #b6433357# include added 2006/06/12 14:00:01 os 1.23.14.1: #b6433357# update page fields after page insertion

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5731d48551158200eeb840dcabd1c0cd4b65bc6d]

        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>  [1c7214d4ac8dd09ffdc3f83113c90775426cc76b]

        INTEGRATION: CWS ause059 (1.42.2); FILE MERGED 2006/06/16 13:01:39 hjs 1.42.2.1: #i66508# solve build breakage on OSX related to uno bootstrapping

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c0b01c1d7175f9d9795a4e15c9d9d96435fc036]

        INTEGRATION: CWS jsc11_SRC680 (1.75.44); FILE MERGED 2006/06/08 11:04:52 jsc 1.75.44.1: #i65848# deliver inspection module

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [58530fb30c4b3e65040b4fa095919b3e4b50844b]

        INTEGRATION: CWS calclosttext (1.56.42); FILE MERGED 2006/06/07 17:20:20 nn 1.56.42.1: #i66209# ensure update mode is set in CreateFieldEditEngine outside of loading

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4587b43002ee1e2de45b289ca6441f446ce6eec]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7086faa45a487b39cbedb450c3dcfd202d721cf0]

        INTEGRATION: CWS warnings01 (1.120.34); FILE MERGED 2006/05/29 07:57:34 sb 1.120.34.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:14:31 sb 1.120.34.6: RESYNC: (1.121-1.122); FILE MERGED 2006/04/20 14:55:54 sb 1.120.34.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 18:40:01 sb 1.120.34.4: RESYNC: (1.120-1.121); FILE MERGED 2005/11/16 21:34:05 pl 1.120.34.3: #i55991# removed warnings 2005/11/03 17:46:57 cl 1.120.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:47 cl 1.120.34.1: warning free code changes

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba5f15e44a74139a8ac3630e7c7e71444cb0afac]

        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>  [de5a4e60eff87a5d1613cccf584de56d0022ebca]

        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>  [3a80b325f2e5c61b65bcfbdfbc554babe817750f]

        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>  [af563562dd484f52f32a1405fc067f03bac3f6ad]

        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>  [eb168bdc7847b02b2c9394dc3d8c512873a442bb]

        INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2006/05/23 23:40:18 sb 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/28 09:54:29 os 1.16.10.1: #i53898# external module - warnings are not errors

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d6bec71e56c8181c8839bc0ec3957a72f9ef6d7]

        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>  [fd1ced4d0e68008a959cb8eec01c266439356f93]

        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>  [e30abec38e5908635c982a0bb14c42fdaac13f48]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/04/07 21:38:14 sb 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/01 17:10:27 cd 1.4.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52b0582fdee970efe50c01c3fbaf9fe9eca9b9d6]

        INTEGRATION: CWS warnings01 (1.3.80); FILE MERGED 2005/09/23 03:42:04 sb 1.3.80.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 15:28:05 abi 1.3.80.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1174eec048e1e8ab30240ef6676969ca6e3f084b]

        INTEGRATION: CWS warnings01 (1.41.12); FILE MERGED 2006/04/07 21:38:07 sb 1.41.12.5: RESYNC: (1.45-1.46); FILE MERGED 2005/11/07 20:29:24 pl 1.41.12.4: RESYNC: (1.43-1.45); FILE MERGED 2005/11/01 17:10:26 cd 1.41.12.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:41:45 sb 1.41.12.2: RESYNC: (1.41-1.43); FILE MERGED 2005/09/15 15:28:05 abi 1.41.12.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea96f29e089a8fdaf5be94d0fcfc7e673985a6d]

        INTEGRATION: CWS warnings01 (1.26.12); FILE MERGED 2006/02/21 10:39:25 cd 1.26.12.4: #i55991# Warning free code for Windows C++ compiler 2005/11/01 17:10:26 cd 1.26.12.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:40:10 sb 1.26.12.2: RESYNC: (1.26-1.27); FILE MERGED 2005/09/15 15:28:04 abi 1.26.12.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7f01e620da1fb301b67cbb5d5d5e74c7ea0689]

        INTEGRATION: CWS warnings01 (1.13.216); FILE MERGED 2005/09/23 03:40:02 sb 1.13.216.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/15 15:28:04 abi 1.13.216.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8d9b366bdbd5073e4ac80b4d3509ecf34b35de2]

        INTEGRATION: CWS warnings01 (1.99.12); FILE MERGED 2006/04/07 21:38:01 sb 1.99.12.6: RESYNC: (1.102-1.103); FILE MERGED 2006/01/25 22:23:42 sb 1.99.12.5: RESYNC: (1.101-1.102); FILE MERGED 2005/11/07 20:28:55 pl 1.99.12.4: RESYNC: (1.100-1.101); FILE MERGED 2005/11/01 17:10:25 cd 1.99.12.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:39:50 sb 1.99.12.2: RESYNC: (1.99-1.100); FILE MERGED 2005/09/15 15:28:03 abi 1.99.12.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0bba62e8f697576a4b8d02cf537399f5a2f21f6]

        INTEGRATION: CWS warnings01 (1.6.56); FILE MERGED 2005/11/01 17:10:25 cd 1.6.56.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:39:40 sb 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/15 15:28:03 abi 1.6.56.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd26a22cd91748d1b9bc45703dba3943c895e048]

        INTEGRATION: CWS warnings01 (1.35.214); FILE MERGED 2006/04/07 21:37:51 sb 1.35.214.6: RESYNC: (1.36-1.37); FILE MERGED 2006/02/21 10:39:25 cd 1.35.214.5: #i55991# Warning free code for Windows C++ compiler 2005/11/02 08:41:00 cd 1.35.214.4: #i53898# Warning free code non product gcc 2005/11/01 17:10:24 cd 1.35.214.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:39:19 sb 1.35.214.2: RESYNC: (1.35-1.36); FILE MERGED 2005/09/15 15:28:01 abi 1.35.214.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [54bc74b22b8810ba9740c0d375dfc197e07d75b0]

        INTEGRATION: CWS warnings01 (1.42.22); FILE MERGED 2006/02/21 10:39:25 cd 1.42.22.4: #i55991# Warning free code for Windows C++ compiler 2005/11/01 17:10:23 cd 1.42.22.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:39:10 sb 1.42.22.2: RESYNC: (1.42-1.43); FILE MERGED 2005/09/15 15:28:00 abi 1.42.22.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f75309fd0586ff4aee07e05ed22dbb16cf23c7a]

        INTEGRATION: CWS warnings01 (1.9.22); FILE MERGED 2006/02/21 10:39:24 cd 1.9.22.4: #i55991# Warning free code for Windows C++ compiler 2005/11/01 17:10:23 cd 1.9.22.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:38:35 sb 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/15 15:27:59 abi 1.9.22.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [62987d7d47c885b3599e076119f20d1bb61022be]

        INTEGRATION: CWS warnings01 (1.3.180); FILE MERGED 2005/09/23 03:37:38 sb 1.3.180.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 15:27:59 abi 1.3.180.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [199cf803548c8bad746c476a6c4881d20156e753]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2005/11/02 08:40:59 cd 1.12.4.1: #i53898# Warning free code non product gcc

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [778a0f48b81f996252322c28766521d1aa135491]

        INTEGRATION: CWS warnings01 (1.11.112); FILE MERGED 2006/05/24 01:23:07 sb 1.11.112.5: RESYNC: (1.12-1.13); FILE MERGED 2005/11/02 08:40:58 cd 1.11.112.4: #i53898# Warning free code non product gcc 2005/11/01 17:10:22 cd 1.11.112.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:36:54 sb 1.11.112.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/15 15:27:59 abi 1.11.112.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3b83596ea06f977cdac65763fb827e6779a02fd]

        INTEGRATION: CWS warnings01 (1.18.4); FILE MERGED 2006/02/21 10:39:24 cd 1.18.4.2: #i55991# Warning free code for Windows C++ compiler 2005/11/01 17:10:22 cd 1.18.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1daaad52431c3812b118d9875701783adcae4a1a]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/01/25 22:23:35 sb 1.9.4.3: RESYNC: (1.11-1.13); FILE MERGED 2005/11/07 20:28:47 pl 1.9.4.2: RESYNC: (1.9-1.11); FILE MERGED 2005/11/01 17:10:21 cd 1.9.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e802aae4a93b791b5829ce89822593531b22820f]

        INTEGRATION: CWS warnings01 (1.18.12); FILE MERGED 2006/04/07 21:37:42 sb 1.18.12.7: RESYNC: (1.23-1.25); FILE MERGED 2006/01/25 22:23:26 sb 1.18.12.6: RESYNC: (1.21-1.23); FILE MERGED 2005/11/09 18:27:18 pl 1.18.12.5: #i53898# removed warnings 2005/11/07 20:28:40 pl 1.18.12.4: RESYNC: (1.19-1.21); FILE MERGED 2005/11/01 17:10:20 cd 1.18.12.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:35:32 sb 1.18.12.2: RESYNC: (1.18-1.19); FILE MERGED 2005/09/15 15:27:57 abi 1.18.12.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f32adc6a7a9ae8ecc411c5acfa216c5eecab7918]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 17:10:20 cd 1.6.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa8cd1b0d7eb55b5b49241a456b932baee824c0]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/04/07 21:37:34 sb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 18:27:18 pl 1.3.6.1: #i53898# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [131af0814cb6ae3d8906a37325144e6f6a32cae0]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/01 17:10:19 cd 1.5.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0e811fec0a63475cd202bbfd54789b9776db7a1]

        INTEGRATION: CWS warnings01 (1.10.12); FILE MERGED 2006/04/07 21:37:16 sb 1.10.12.6: RESYNC: (1.15-1.16); FILE MERGED 2006/01/25 22:23:08 sb 1.10.12.5: RESYNC: (1.13-1.15); FILE MERGED 2005/11/07 20:27:19 pl 1.10.12.4: RESYNC: (1.11-1.13); FILE MERGED 2005/11/01 17:10:19 cd 1.10.12.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:34:34 sb 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/15 15:27:57 abi 1.10.12.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5f90443cb927f030746e625066931be385b844]

        INTEGRATION: CWS warnings01 (1.5.40); FILE MERGED 2005/11/01 17:10:18 cd 1.5.40.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:33:51 sb 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/15 15:27:56 abi 1.5.40.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7329858b2ca3c724ac024f5c115bababb3127fff]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/01 17:10:18 cd 1.5.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e7f9c8ebd80bdbdfbdbf822f39bb60f444a971d]

        INTEGRATION: CWS warnings01 (1.7.216); FILE MERGED 2005/11/01 17:10:17 cd 1.7.216.3: #i53898# Warning free code for sun sparc compiler 2005/09/23 03:31:49 sb 1.7.216.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/15 15:27:53 abi 1.7.216.1: #i53898# warning free

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0bd39651703469702d112455dc1b60bc373cba0]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/05/30 15:11:28 mav 1.10.4.4: #i53898# fix incompleted variable renaming 2006/04/07 21:37:08 sb 1.10.4.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/07 20:26:54 pl 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/01 17:10:17 cd 1.10.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [61909d4a5e9647d3c5bcf53e609660e3a40c5984]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/21 10:39:24 cd 1.3.4.3: #i55991# Warning free code for Windows C++ compiler 2005/11/02 08:40:57 cd 1.3.4.2: #i53898# Warning free code non product gcc 2005/11/01 17:10:16 cd 1.3.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d2e87057f6d6f0e51e31b59c246cf6d99ad185]

        INTEGRATION: CWS warnings01 (1.35.4); FILE MERGED 2005/11/01 17:10:15 cd 1.35.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52d2fe2dd352dd785678a80cfafb122833cc065c]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/01 17:10:15 cd 1.3.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e012535d41bdf9122663b81226e9e16faba9a323]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 17:10:14 cd 1.7.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7169999781c18e68d2306bc65c575f54409ed18]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/11/01 17:10:13 cd 1.9.4.1: #i53898# Warning free code for sun sparc compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9f6bf151840fec97082d67d7aa2612393043ec]

        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>  [5b39d660c994c7d911803c09bf3cdeb218bf2672]

        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>  [e8d7f588b785081f6911498f4ff34bae2c9620ee]

        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>  [eb96a785b6103aa74d35e5b4158ac5b8bb5f6ad3]

        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>  [29eac7f29f311ced5beffad4541ff613c486ac2b]

        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>  [cfed675eaea20630beb4aaac2e6d3b8779d29554]

        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>  [0718dbf353b2eff566a44a712d8ee678e920cac5]

        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>  [c32277651d17bed675585965dacc583d288afc5b]

        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>  [61fc13b99e146b4ad1cbc2cb7ab25545ccb41a79]

        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>  [98e9b2da389315d34fb063de17b9d70f2f213e2a]

        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>  [282902542b017b57dde8bb76cb27aa970dcfc762]

        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>  [723445a3581de1f7a6904e84cf7eda9bb503f4f8]

        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>  [e188d7284ca93b80f0c2a61bf941841af29b875a]

        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>  [11eb11616db32e316887c35669cf485cb8bfce56]

        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>  [97178a9bf1460e34fa707fa9a10b0adefbee81b3]

        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>  [d52711cd856811017a8934114513bb5e6b6d0a0f]

        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>  [ee3a057d805b12484772c44b027e3f6b485d0d0f]

        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>  [b2aeed885c61e0097cb66dbeb3379e4f08aac1cb]

        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>  [fdfcb4e812220d1ff17567fb821caa4e542ceef1]

        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>  [1d46da7e8d9d1df7fca62239586f48ac6bf2190c]

        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>  [8b96856585a0978262b90d561e586d90474abbd4]

        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>  [17b9b527f376b91dfff2205e033977dbb8390159]

        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>  [313e861a0b01a16cc17e40bc7e34e4598e23d563]

        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>  [a93ea447d6639fc252fd6ea9146d7b2198bf3eae]

        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>  [b4008b975c1458d9eca97fcbe06f5245f4a91a7c]

        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>  [b5126ab11a7d78079eb5fc7a387f4dff1b43b4d8]

        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>  [1047bb6262d0c1263393dd306671362e0aecc0f0]

        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>  [ea49f74e06e593bf472a0171f42132a5487c96f5]

        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>  [471bb7b7ecc80e61f6aff3e9c835ccd17f56905f]

        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>  [49a9cd782c477a4c9b2ade3008e9754f3c11ec54]

        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>  [a20681f5732010d1587b48bf4a56b89255e9f12f]

        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>  [3b2f14f0bbc994385428dd1b22928b8d713d7091]

        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>  [f788abc0326968f7f5ef2f682637cefc8fa7e43a]

        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>  [70ccd8be550d49a33270f390cf4a5f4d62d35c49]

        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>  [d197bc9e621f7780ad88840d7e43b18713dac4c3]

        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>  [35a596b4a7f8d51617bcb98a8af40164f830eec2]

        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>  [f5340c51710b6f8f25fbfd089284975c19e1598b]

        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>  [56996f38ad8331c4f9b2da515c0c5e2c6dd79700]

        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>  [851d6c7c1f5d740314b677e68cebdf4b3bb19f79]

        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>  [79e3ea6b4f9a51d8ad4abbbb57194388c9e52e67]

        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>  [c23a51f62554e53a2c440881d32e2a14306e34a5]

        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>  [2329319d75c01319b2edf53683f48804c500016d]

        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>  [e74d5e4cf74c377161c6ad2efe8cc55827b2e408]

        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>  [73d85972ed7d30222ebd58b2135f61b128cad55f]

        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>  [18f76766d4eb151e3cea8433be66ab73096ac51a]

        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>  [1cf775a9eb887b781830758928bbbc30468a08c8]

        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>  [817fd5783a4a4a07055c3222e80551eddeccd64a]

        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>  [89bb9a6b6f3acd865b71b0c231f397d5459b9e51]

        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>  [6dce51fb3ef60e1093881ff4d77dbea6d1254ed0]

        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>  [72bf6044790bdb3d462cbf54545d99ccf731693b]

        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>  [8b056e6877f2501ee51ad25600b0732dfbd88959]

        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>  [e8e1ab0c13aece65d5fb021c169bcbf26c85954c]

        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>  [3052edf665e0b444f5bcf1d7cb48122b8949c69a]

        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>  [78b38e6a0d8f188f24c2f50f8ed74e292f07d4fa]

        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>  [6c832ac23a4fd05365d01f67ba4eebbb2081977f]

        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>  [b119a23c02bb91143d16c73f598469aa6948349b]

        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>  [3e121b474e657b4f0e3d3f943cc50f2073e58810]

        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>  [99a5c35f931d343609c4b9f1681b76ce3a42ff62]

        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>  [f4ad18012dea39c6dd37b41076b22ecb0a36cb34]

        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>  [e64e57989f1d540bd65c067ff5a1756a34ff07e6]

        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>  [493fb577c23f35060d1fd2ad45aade527871defa]

        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>  [bca714272483c0657934334d4ef142dd06d90435]

        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>  [f14feb754eba67b2420c67c310440d16845f62f5]

        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>  [c0ebad983a130045a87f6b4bb4370b11952a7e18]

        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>  [cafa1de68c4628ded41a98198bbc153091eadab6]

        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>  [bbeede01cc52c20220c1f3109d9ce80680d5aa83]

        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>  [6ee9fd2145750f5774c912cc0e2037fac6ffb566]

        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>  [82a9224431d294642c73f0a1678fb85634c1dbcc]

        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>  [da25124f7f69cee7f3f138d515f129d39f49a4d8]

        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>  [80a1f8edf7865ab8bf013275f0dcbf3f2bd97a5c]

        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>  [bce61b05fbc8872c4f17593b587900f168ada340]

        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>  [ec17b0aaf4d4950cd86da71298d52ae8a68716bb]

        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>  [6be670b616ebbbfee05f8bfef6cea1339196cf0c]

        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>  [925b5fac50f5e3e6d44bf3d258dee7bff3677eee]

        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>  [2bd9c3e14fd34078d5e88f61675d19f39e9600fd]

        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>  [c7628f5d5774cfd76c7cfe540990c5fb4a574700]

        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>  [060983cdb2bf68bca9fe82b9f97307b482c66512]

        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>  [61e53ca020ad001a90016a7076e566f14015b397]

        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>  [baaa3524492bb4e774ef0ee7ec4545599c2de64c]

        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>  [1dc9b765987a2f82fa3c6da60ff48f604ff713c8]

        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>  [7fb5c3b28c039699109e5996d984495871c6098d]

        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>  [99f33f044233b985050cdae7b24c873fa2852e25]

        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>  [2fca6c043e9d211e8b7a570a1e5d81de4d294a3a]

        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>  [d1f322f3bfda6b510ffd042f753561a47b2066a6]

        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>  [1c1ef2a931dab164eae92e635f8aa3381f546705]

        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>  [89f5898b241a275933b3d960080f599b62b20fd5]

        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>  [299bdd45a48eedd18ac2d1a626fc7b0014c57370]

        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>  [5e90bf291be48e89c163e796d1c3ae6790a5d9e1]

        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>  [f7749b2d8fbc4516f90be40e698f99863d017b42]

        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>  [78a66b47f53fa3e49ec4b756cb2a90de862d7919]

        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>  [cc3ef411c131827f000ba636ac5fef878fbf3d98]

        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>  [7a795ae412c53f22d0240c03d8d33f9561297aa1]

        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>  [147f29c7ec5d2b66ba214e3d82d075015f2f1a3e]

        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>  [45a3d03fb8df735144a94cada168d7e1e7b875c4]

        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>  [7e52621bbf67a251f7b4b4f1e7c37472585faa86]

        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>  [6c8a10263d7fe718db6482830de2b819adf8be01]

        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>  [2de0f3409018f2d89bbe35475fd56a1290e6191b]

        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>  [6a184c35bb4a24969afcf2e6ab574e1122fc9a62]

        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>  [ad8ea78cf5382167d748c9e0f6b2514e254f52ef]

        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>  [6c0405991687129bac623f459cb5ca6fdb9b66df]

        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>  [e625072b75c4ba5e331065c7cc0f20584912f534]

        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>  [db216a5b042b916ba4555b61eaeb06a0c4ef2764]

        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>  [ba6788442c4a3615513e3edf5268e2a5886469c5]

        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>  [c3bfcfce164739c36af0ffeab6409923151d0cef]

        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>  [776fdd4380deafaa8d7a973bed96cdda8907d9a5]

        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>  [7630cf2fda8124034c234c6ef545289f63f3483e]

        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>  [8de14d7cdcdc87a4a48221b6db2c49e53c53a64e]

        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>  [3da5901de746afeb39628bfeda2d4acb4718824d]

        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>  [5eaaa5d649e0d3a1eaba36bfc11e0194667c99ed]

        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>  [c129751a61ccf29d76ea13241cdd7a553e888566]

        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>  [d3d9ca9c7cc72ccd8b237e55e8940892a2a946f7]

        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>  [8516c297547b88df62e6731a67a44b030ba6baa7]

        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>  [7b90a792944206491d2e88b426d3f861bad509dc]

        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>  [73849ccc28090d975ad8d68c8a77f6d4cdac6b16]

        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>  [6e9aeceb4cd5f3b967c719b05e0b4a9f80708678]

        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>  [f1c7eb38cccaf22084486698b7a05d11387091de]

        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>  [88b51233abc61ed5502a9006e0a7ae70c668bb1c]

        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>  [47aae7791b7ea9c9f4602c21f0c15363da09b8f4]

        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>  [1c566c14317c2684197179003120477cc4373376]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/20 14:38:01 sb 1.3.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [47216dc1b6c984ec691a491ace8c4379767fb56e]

        INTEGRATION: CWS warnings01 (1.10.16); FILE MERGED 2006/02/20 15:31:50 cd 1.10.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb79882a4ad78e841d5d5cda4e340c40cd9bed3d]

        INTEGRATION: CWS warnings01 (1.1.112); FILE MERGED 2006/02/20 15:31:50 cd 1.1.112.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e60ff0474127fa90233b339d716391356a3028f7]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/02/20 15:31:50 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3a8f54bf57450994feb863197085ea838156aec]

        INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2006/05/24 01:13:34 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/20 15:31:50 cd 1.5.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6adb98afe48aed7a0c194658d61e40c52acba79d]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/05/26 13:54:02 sb 1.3.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/24 01:13:27 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 15:31:50 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca328a3ec078e1f45546b57b3031ec434a9433f]

        INTEGRATION: CWS warnings01 (1.11.16); FILE MERGED 2006/05/24 01:12:59 sb 1.11.16.3: RESYNC: (1.12-1.13); FILE MERGED 2006/04/07 21:30:17 sb 1.11.16.2: RESYNC: (1.11-1.12); FILE MERGED 2006/02/20 15:31:47 cd 1.11.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4dd3853f944896bdf34c2d2e60ba26b1d05e291]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/02/20 15:31:47 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b0b49cffaa2b6da6c5951ed885c25defa0952f5]

        INTEGRATION: CWS warnings01 (1.1.112); FILE MERGED 2006/02/20 15:31:47 cd 1.1.112.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4342e2206052c837816aa63d320e4d30033fa12d]

        INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED 2006/02/20 15:31:46 cd 1.7.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ca9c64a085e8f5f8f5ce2199f0f1785c63d86d]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/02/20 15:31:46 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5c1a4fa7fb7c5127c061bcf9accfee2181ac9b2]

        INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED 2006/05/24 01:12:51 sb 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/20 15:31:46 cd 1.8.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [462cf515d98a1f87fa610665257213cfcbb36df0]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/05/24 01:12:44 sb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2006/02/20 15:31:45 cd 1.2.50.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [873edd7f9bbd808fa30bea5fdf70808202938b8c]

        INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2006/02/20 15:31:45 cd 1.6.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6225b31c5b38c4e361245ad4596cc6f30796371]

        INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2006/02/20 15:31:44 cd 1.4.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb7290860093a58aa9a289d2fec3cb05a11b6255]

        INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2006/05/24 01:12:35 sb 1.15.4.3: RESYNC: (1.16-1.18); FILE MERGED 2006/04/07 21:30:01 sb 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2006/02/20 15:31:44 cd 1.15.4.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [16744e59a143f1f85ac8b66dec03d1ca8c8c1c36]

        INTEGRATION: CWS warnings01 (1.14.16); FILE MERGED 2006/04/20 12:40:27 sb 1.14.16.3: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:29:50 sb 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/20 15:31:44 cd 1.14.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [69c085102f268092130b510894b0877759e4b0c2]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/02/20 15:31:44 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [26b48eba7d6f359f11a6ec81ca80b764349fe292]

        INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2006/02/20 15:31:44 cd 1.6.16.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1d81a969e3d143e64ed9c2c65478757215a4e79]

        INTEGRATION: CWS warnings01 (1.20.10); FILE MERGED 2006/05/24 01:12:27 sb 1.20.10.2: RESYNC: (1.20-1.22); FILE MERGED 2006/02/20 15:31:40 cd 1.20.10.1: #i55991# Warning free code for Windows C++ compiler

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [75a741e80cfc53c8f85970f24752f3d94faef4d2]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 17:15:29 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f73ac8cf0daf93d6111412591f68db82257547d6]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/01/25 22:20:36 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/10 17:15:29 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [58a29b37d69d79271d74402e81cfff3a008d59dc]

        INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2005/11/10 17:15:29 pl 1.13.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8af1a94342e3b809176e34ed45585ffee2cf155]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2005/11/10 18:10:31 pl 1.19.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e0f70b922205bff53ace8eb6f58cd723868e26]

        INTEGRATION: CWS warnings01 (1.48.10); FILE MERGED 2006/04/20 14:48:36 sb 1.48.10.3: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:28:09 sb 1.48.10.2: RESYNC: (1.48-1.49); FILE MERGED 2005/11/10 17:15:28 pl 1.48.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8cf079f583f385ac782c5eb410c9d2e1d36b210]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/04/07 21:27:50 sb 1.7.10.4: RESYNC: (1.8-1.10); FILE MERGED 2006/03/10 15:40:14 sb 1.7.10.3: #i53898# Made code warning-free. 2006/01/25 22:20:17 sb 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/10 17:15:28 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6d241ca5a80fc914ba430cfd79e8291d6a6c60e]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2006/04/07 21:27:42 sb 1.9.10.3: RESYNC: (1.10-1.11); FILE MERGED 2006/01/25 22:20:10 sb 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/10 18:10:30 pl 1.9.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [470fe190f98aa852d5aee91c9f6a130ec2bdc29a]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2005/11/10 18:10:29 pl 1.14.10.2: #i55991# removed warnings 2005/11/10 17:15:28 pl 1.14.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c78b34a4fb3bd1ebf1f678e3ed9e4e1984d5c27c]

        INTEGRATION: CWS warnings01 (1.23.8); FILE MERGED 2006/04/07 21:27:21 sb 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/10 18:10:28 pl 1.23.8.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [551e515cd25789349eb0d21a721435a4345bed1f]

        INTEGRATION: CWS warnings01 (1.36.8); FILE MERGED 2006/04/07 21:27:13 sb 1.36.8.5: RESYNC: (1.37-1.39); FILE MERGED 2006/03/10 15:40:14 sb 1.36.8.4: #i53898# Made code warning-free. 2006/01/25 22:19:32 sb 1.36.8.3: RESYNC: (1.36-1.37); FILE MERGED 2005/11/10 18:10:27 pl 1.36.8.2: #i55991# removed warnings 2005/11/10 17:15:27 pl 1.36.8.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [98d2ae5ab1baf6341d9d2da73db91e2cc5b2e901]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 18:10:26 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2df9849110ce4e8f7a15f631fa2d00eea40fe0c2]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2005/11/10 17:15:27 pl 1.14.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e6ff91af458179cc299247dfcb518156fbbc08d]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 18:10:25 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cf5c933f4696fe73debfba6df736b21d2a9d056]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/10 18:10:24 pl 1.8.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ab2fae9176580bc562124758bc148785824249b]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:23 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c25dc5c735052aa6212058115faae8efcf8792d2]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/04/07 21:26:54 sb 1.7.10.4: RESYNC: (1.8-1.10); FILE MERGED 2006/03/10 15:40:14 sb 1.7.10.3: #i53898# Made code warning-free. 2006/01/25 22:16:49 sb 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/10 17:15:27 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cd26e992e6a32ad2b65953078d806faacfc6696]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/04/07 21:26:44 sb 1.6.10.4: RESYNC: (1.7-1.9); FILE MERGED 2006/03/10 15:40:14 sb 1.6.10.3: #i53898# Made code warning-free. 2006/01/25 22:16:08 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/10 17:15:26 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a4bcd45e8bc38a2ca5bcf2da04843c558177be]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/04/07 21:26:36 sb 1.6.10.4: RESYNC: (1.7-1.9); FILE MERGED 2006/03/10 15:40:14 sb 1.6.10.3: #i53898# Made code warning-free. 2006/01/25 22:15:52 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/10 17:15:26 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e53c3f6d69429e53f5be49dca9fb1ee4f37072f]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:22 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [af5ca66f106c096dffc84ce5f476bee210aab0f3]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/03/10 15:40:13 sb 1.5.10.2: #i53898# Made code warning-free. 2005/11/10 17:15:26 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab94b167d830657fe4614d9617135c29b01a007d]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 18:10:22 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [670a4800962d21a6ef691a53dd4a4f7726e62007]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/10 18:10:21 pl 1.9.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0da152bc1722ee593a6f46da0bd95785b0653ab2]

        INTEGRATION: CWS warnings01 (1.17.10); FILE MERGED 2005/11/10 18:10:20 pl 1.17.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [44f90bc6d4f626b164157dd5df5816b0403d7d24]

        INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2005/11/10 18:10:19 pl 1.13.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bad67a444263be14204993a7044d94f87498eaf1]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2005/11/10 17:15:25 pl 1.19.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dc0667bea5740f09dc1f8d4ad1a8dde81218813]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 18:10:18 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [31d3a47bb37a5c5770d646b0ea5e299c58818c24]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 18:10:17 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a32157b86fb76a5a6f7a029c34bda0604c50c31]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:16 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db92a9b94bf726cb66b3d4975158618823261a0]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/11/10 18:10:16 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46823430d79486dee68d9cf5d79ff537fb9667a0]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 18:10:15 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [30a71c7a0986e55a91fdb748191353c730ecb986]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/10 18:10:14 pl 1.9.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [93bb687c362799ad3b16cd1f85c4e7a6a6deb1a7]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 17:15:25 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fda0168a0b0cc46287060ca098549ed26a6f3910]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 17:15:24 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c7478f10cd0fd5528a295b54fd50c8f96c4df2c]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 17:15:24 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a031f1dc3b1ac2d9bb398a9170f3c09a37fc25c0]

        INTEGRATION: CWS warnings01 (1.11.2); FILE MERGED 2006/04/07 21:26:29 sb 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/10 17:15:24 pl 1.11.2.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a13e65926cfe1f6b7f6c4ba9357668814e2783cb]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 17:15:23 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0e8214298543bb1ac16c9f1272fbac867e0c48]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 17:15:23 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fdc4f6e2d981c831212ce5324158fac843274a8]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/10 17:15:22 pl 1.9.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e302a20e022037d9926ed707ae4e786340a4fff]

        INTEGRATION: CWS warnings01 (1.15.10); FILE MERGED 2005/11/10 17:15:22 pl 1.15.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [652e1fcce0c2e5301a6dfca153a004161fcb852b]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 17:15:21 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c567750fb7bf894dda9464544c4489775a141a]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2005/11/10 17:15:21 pl 1.11.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [325bcfc0fb74fdb4df79fd62cad7f50eb71e3666]

        INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED 2005/11/10 17:15:21 pl 1.18.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a23eb6ba03ab1db5b8d279cf2fcae02cb08f7a8c]

        INTEGRATION: CWS warnings01 (1.52.10); FILE MERGED 2005/11/10 17:15:20 pl 1.52.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [93b9976123f3d397f10d092a5dc5b981b9aa5f4f]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 17:15:20 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4bf778825c4d67e99b5867bf8939b18b90d3d88]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 17:15:19 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc8f7cc0ca44d40d67472931699031d1e91ca0f0]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 17:15:19 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b714bdb311072217fb38c95b1c228284063d1b]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/10 17:15:19 pl 1.8.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad4f8be57d2d4e08d7e48302787c3ef537c2571]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/11/10 18:10:13 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [268f950c763b09f7b6c286e0f14c5d6db0e627c8]

        INTEGRATION: CWS warnings01 (1.24.10); FILE MERGED 2005/11/10 17:15:18 pl 1.24.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa4a14ec8440a26ef155aba7054f96d2efc6cb8f]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 17:15:18 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf8a7c75c6bcfc87b2b861e899deb84e9c8c97f]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:12 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ca3b4c77a1bfcef7da476ddc20e346e46ad8a4c]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:11 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aa191b0aba370f5d099c1311d6cae5c1c5a54ba]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 18:10:10 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f01c5e9b33ccf42ef978120e77b1888c5327115]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 17:15:17 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [22da54803b4fe5e81fd54e42a6fc69eb037766af]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/01/25 22:15:45 sb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/10 17:15:17 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b174b0e52544aaa23ccdd46edee4c0d5240c480]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2005/11/10 18:10:09 pl 1.5.12.2: #i55991# removed warnings 2005/11/10 17:15:16 pl 1.5.12.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [69a4e656ad089fe6b0ddc390ac4ed9590c80ac74]

        INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2006/03/10 15:40:13 sb 1.13.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba01ef2257d3811595f47a54f107d1099b23d22f]

        INTEGRATION: CWS warnings01 (1.20.10); FILE MERGED 2005/11/10 15:33:00 pl 1.20.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a08d1f1266447d3ae2c7afcce979693f83d108bb]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 15:32:59 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dd8759a224f40421ca51884b52efea32a4042e2]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 15:32:59 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fccb1a8000dc7cd7c3659eecd4806d83d4fe9185]

        INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/11/10 15:32:59 pl 1.2.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [671c9acfb11e229e389ab4cf598be5e348ed6140]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 15:32:58 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f40a0519bf777d5216dfebb6fefe8c71327f9dec]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/03/10 15:40:13 sb 1.7.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ca02a673b39dc0cdfd58749c636bd079e59bbd8]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/03/10 15:40:13 sb 1.7.10.2: #i53898# Made code warning-free. 2005/11/10 15:32:58 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f0585c2fcedf290627e2c9aa1a9327c26e436fa]

        INTEGRATION: CWS warnings01 (1.2.218); FILE MERGED 2005/11/10 15:32:58 pl 1.2.218.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [58deed9610de28ce8e5cb9b11b1c84b71b1c90a2]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/10 18:10:08 pl 1.6.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8eb82a1b06ac2a1a50c6cecf100fd544e32f0e0b]

        INTEGRATION: CWS warnings01 (1.3.72); FILE MERGED 2006/03/10 15:40:13 sb 1.3.72.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c48a57474ed05f6e76c5d71ede380419d57eba14]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/10 15:32:57 pl 1.5.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [539a8b988d0aa963dd9081392acf74cf60392c77]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2006/03/10 15:40:12 sb 1.4.10.2: #i53898# Made code warning-free. 2005/11/10 15:32:57 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5db9e0e7167288d4364f195b28c9d3d0e6dce38]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/03/10 15:40:12 sb 1.6.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0599ca3f912d1d504a6463f108e789582bc0f0]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2005/11/10 15:32:57 pl 1.7.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c4dde3a87dc9f39ca2cfff886557968f3ea43cf]

        INTEGRATION: CWS warnings01 (1.24.10); FILE MERGED 2006/03/10 15:40:12 sb 1.24.10.3: #i53898# Made code warning-free. 2005/11/10 18:10:07 pl 1.24.10.2: #i55991# removed warnings 2005/11/10 15:32:57 pl 1.24.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dee1ff0a232e47d81331b09413ac37c9c395615]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2006/03/10 15:40:12 sb 1.4.10.2: #i53898# Made code warning-free. 2005/11/10 15:32:56 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52591d774f22f4684ef5eaaaf27a461250b733b]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/03/10 15:41:07 sb 1.1.2.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f95c6d1344f9b4ac33257aa7ae02757937ef86]

        INTEGRATION: CWS warnings01 (1.21.10); FILE MERGED 2005/11/10 15:32:56 pl 1.21.10.2: #i55991# removed warnings 2005/11/09 21:01:56 sb 1.21.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a605f5480590d8738932851eabeabb5fd7ea8739]

        INTEGRATION: CWS warnings01 (1.84.10); FILE MERGED 2006/03/10 15:40:12 sb 1.84.10.3: #i53898# Made code warning-free. 2005/11/10 15:32:56 pl 1.84.10.2: #i55991# removed warnings 2005/11/09 21:01:56 sb 1.84.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab400891dd605fc732a96989f5521e3d0e1baeb8]

        INTEGRATION: CWS warnings01 (1.37.10); FILE MERGED 2006/04/07 21:26:14 sb 1.37.10.3: RESYNC: (1.39-1.40); FILE MERGED 2006/01/25 22:15:27 sb 1.37.10.2: RESYNC: (1.37-1.39); FILE MERGED 2005/11/09 21:01:55 sb 1.37.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c4ede9468f3046201b022291f08e5d630606a0]

        INTEGRATION: CWS warnings01 (1.13.10); FILE MERGED 2005/11/10 15:32:56 pl 1.13.10.2: #i55991# removed warnings 2005/11/09 21:01:55 sb 1.13.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a36004c8003179f733aa47bc7d1194ea54ca651e]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2005/11/09 21:01:55 sb 1.11.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [206ff6fbce346e7911636644b989c795a2deb41f]

        INTEGRATION: CWS warnings01 (1.10.10); FILE MERGED 2005/11/09 21:01:55 sb 1.10.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3150a4005a55da55b028d48d186f889171800c65]

        INTEGRATION: CWS warnings01 (1.20.10); FILE MERGED 2005/11/10 15:32:55 pl 1.20.10.2: #i55991# removed warnings 2005/11/09 21:01:54 sb 1.20.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [53e439af719269b37c2d57b8e91cd0f95bf0147b]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/10 15:32:55 pl 1.9.10.2: #i55991# removed warnings 2005/11/09 21:01:54 sb 1.9.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dfbfa48b47bfbf6c2cad3d4eee7d823b88cf2b5]

        INTEGRATION: CWS warnings01 (1.17.10); FILE MERGED 2005/11/10 15:32:55 pl 1.17.10.2: #i55991# removed warnings 2005/11/09 21:01:54 sb 1.17.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3916c2eadca129a7b421b3f8b649cc6d85cbead5]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/11/09 21:01:53 sb 1.6.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b38a5319dd09d405d8c9e56a98b5d74e54084b]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 15:32:55 pl 1.4.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dabf689c29d74be5f0d942dc0ea46994b713f30]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/09 21:01:53 sb 1.5.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [706c9a7b8e7721074284b30a5841596f7466d89d]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/10 15:32:55 pl 1.9.10.2: #i55991# removed warnings 2005/11/09 21:01:53 sb 1.9.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ad3e8ded2ba7e688b45f47c366967bf280028f3]

        INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/11/10 15:32:55 pl 1.2.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e82f693886bcd4ba8b81a9d8179a053fb206233f]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2005/11/09 21:01:52 sb 1.9.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df93ad1eed13130d36d50ca2d55c453c6f33ae69]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2006/04/07 21:26:02 sb 1.19.10.5: RESYNC: (1.20-1.21); FILE MERGED 2006/03/10 15:40:11 sb 1.19.10.4: #i53898# Made code warning-free. 2006/01/25 22:15:18 sb 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/10 15:32:54 pl 1.19.10.2: #i55991# removed warnings 2005/11/09 21:01:52 sb 1.19.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e9d6ae24c26fbc558c31ec2c87e30fb7054b9b]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/09 21:01:52 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb929cb72cf3b32c1309797a3524a0c8407b8ab]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/09 21:01:51 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6621d5bef6376709981770b4bcd070f2a1e92f1f]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2005/11/09 21:01:49 sb 1.11.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cef0c97bad2b4406de80c785740dcd3afc84a3e4]

        INTEGRATION: CWS warnings01 (1.34.10); FILE MERGED 2005/11/10 15:32:54 pl 1.34.10.2: #i55991# removed warnings 2005/11/09 21:01:48 sb 1.34.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3cce585729ec754353b77d8d52fb62556119524]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/03/10 15:40:11 sb 1.3.10.2: #i53898# Made code warning-free. 2005/11/09 21:01:46 sb 1.3.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05d2a65b6ec89d62fd700c64db8144edacc4a62a]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2006/03/10 15:40:11 sb 1.11.10.2: #i53898# Made code warning-free. 2005/11/09 21:01:44 sb 1.11.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b41f4f767b72c842508869230195e98670d65181]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/09 21:01:44 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de1f49a845986306b441ca31f60a97631a4b9269]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/09 21:01:43 sb 1.8.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [272c92367debf9789ab97e80b076692f475523ce]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/09 21:01:42 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ed8ae4cbeafa4f7c18163202795c84666abed5]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/09 21:01:41 sb 1.5.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [47a5049d53b0334574ea554bd11560db703c816d]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2005/11/09 21:01:40 sb 1.14.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbdeb708c33b38a8385bd825222ebba3ac733752]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/09 21:01:39 sb 1.8.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [873f959b72c32654975d4ffbf2ae8d7da54ab3f1]

        INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/11/09 21:01:38 sb 1.2.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd58d516acaa52650a1a03db4f7ea052ed23a84]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/09 21:01:38 sb 1.3.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a85c5ab06d6a530cdb55982f6eada936f6380794]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2006/03/10 15:40:10 sb 1.14.10.2: #i53898# Made code warning-free. 2005/11/09 21:01:37 sb 1.14.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07d537925dc481d573a7697938461e70b0b5c322]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2005/11/09 21:01:36 sb 1.8.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b0e6e7c78ae14e8fe44c29719662492786f005]

        INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2006/03/10 15:40:10 sb 1.6.12.2: #i53898# Made code warning-free. 2005/11/09 21:01:36 sb 1.6.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bd667d2458d892db1538ddfb5bafd2ceb450972]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/10 15:32:53 pl 1.3.10.1: #i55991# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d096aff4940b4bbc906526eb7d1ba27affe6d9]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/10 15:32:53 pl 1.4.10.2: #i55991# removed warnings 2005/11/09 21:01:35 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [335648ea297514c42db56829068bdfa2ce4a44a3]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/11/09 21:01:35 sb 1.5.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cd3e4db704ca3c73f4447d821575a58279b58a1]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/03/10 15:40:10 sb 1.5.10.3: #i53898# Made code warning-free. 2005/11/10 15:32:53 pl 1.5.10.2: #i55991# removed warnings 2005/11/09 21:01:34 sb 1.5.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bb06a11819f9637ca391472f6797bf1481f88a6]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/11/09 21:01:33 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e034aba9ec007112f60742faec89ac5b4909c4c2]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/03/10 15:40:10 sb 1.3.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b945e71146a00471ee876f426b89347710cb32b]

        INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED 2006/03/10 15:40:09 sb 1.9.10.3: #i53898# Made code warning-free. 2005/11/10 15:32:52 pl 1.9.10.2: #i55991# removed warnings 2005/11/09 21:01:32 sb 1.9.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a4bf85cc391258e3a528aaf561946e22c0fd6a9]

        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>  [6d5866469621e756f782dc9f4f063c79a4aa0ec6]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/10/27 15:29:55 dbo 1.8.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [320afbef9107b4a71c0a885ef82c3af6f95c0aca]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/27 15:29:55 dbo 1.4.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc46ef07c1bc00788cdba5fd0ef32de194572d0]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/27 15:29:55 dbo 1.6.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc777c80e7b8181ebcdcfc3f1ec5eeddfbdd1d1]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/10/27 15:29:54 dbo 1.11.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6c872335767fb59f94dc691e0c2c1ce6bbcf0f]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2005/10/27 15:29:54 dbo 1.10.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aeca642607054387bce0be3ff47bd44fd1b66db]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/27 15:29:54 dbo 1.7.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b5a647083fd5a16bce42bfdd415c814bcc4ae5a]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 15:29:53 dbo 1.3.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b71c5b6315dbfff82b8f7f52741dd4112823f18]

        INTEGRATION: CWS warnings01 (1.31.4); FILE MERGED 2005/10/27 15:29:52 dbo 1.31.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1fb9640df2913f159230e55ef6789a508c25648]

        INTEGRATION: CWS warnings01 (1.34.4); FILE MERGED 2006/03/06 10:16:09 dbo 1.34.4.2: #i55991# 2005/10/27 15:29:52 dbo 1.34.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0129cc1d8920b8d2f3141a655b681fe15d65ad6]

        INTEGRATION: CWS warnings01 (1.34.4); FILE MERGED 2005/10/27 15:29:52 dbo 1.34.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c93cc2e4b7aadb2dc9f3a03f6a447955edf53c]

        INTEGRATION: CWS warnings01 (1.26.4); FILE MERGED 2005/10/24 14:04:34 dbo 1.26.4.1: #i53898# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [741985b0beac812afcfc7798d72663e280105abc]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/27 15:29:51 dbo 1.5.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [055c735e017c9619bff829107db552fadf831a02]

        INTEGRATION: CWS warnings01 (1.25.4); FILE MERGED 2005/10/24 14:04:33 dbo 1.25.4.1: #i53898# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c770024ca4fa349e18ba2cdab24b532ed22b6806]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/10/27 15:45:03 dbo 1.9.4.2: #i53898# 2005/10/24 14:04:33 dbo 1.9.4.1: #i53898# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [00edd5d2c355122beaae8a0a7cb5aa369853c469]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/03/06 10:16:09 dbo 1.4.4.3: #i55991# 2005/10/27 15:45:02 dbo 1.4.4.2: #i53898# 2005/10/27 15:29:51 dbo 1.4.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88bd71e91bd18fdd5b89e2013c47efc181121b2]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 15:29:51 dbo 1.3.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [30931665cc91398361bee8c21e26a875dcb7fd2f]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/24 14:04:32 dbo 1.3.4.1: #i53898# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [79afe2bc5d91c54b51ae19d0cdcf44459377e179]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2005/10/27 15:29:49 dbo 1.12.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [57ca7e1bf21f5004f6715cdec86f1352c8a9e51a]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2005/10/27 15:29:48 dbo 1.10.4.1: #i53898# warning-free for CC

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [94d5affeb88fa4c89aae450569ef161bfef96630]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/18 12:37:56 sb 1.1.2.2: #i53898# Improvements. 2005/10/13 09:33:36 sb 1.1.2.1: #i53898# Added testhxx tool.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a00088aca25f310e679acf43b700534a607a95]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/01 09:09:37 sb 1.1.2.2: #i53898# Missing dependency on mkdepend. 2005/10/13 09:33:24 sb 1.1.2.1: #i53898# Added testhxx tool.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [30754b9022ca802da1b600e510838e616074ec72]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/03/22 12:36:27 sb 1.1.2.4: #i53898# Macrofy includes to solver (which might be mapped to different paths for different users). 2006/03/02 09:34:12 sb 1.1.2.3: #i53898# Fixed testhxx for Linux so that it works for a simple filename not containing /. 2005/11/18 12:37:56 sb 1.1.2.2: #i53898# Improvements. 2005/10/13 09:33:07 sb 1.1.2.1: #i53898# Added testhxx tool.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [61147de3c6f2485aa198c8637bae9933d8ba18cc]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/11/07 12:08:33 sb 1.2.4.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [50db9ddbe2fafd61397204a81c5f9ce9f60f274c]

        INTEGRATION: CWS warnings01 (1.10.24); FILE MERGED 2005/10/13 09:31:14 sb 1.10.24.1: #i53898# Added testhxx tool.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [332a47dea1adeb081ed37aa918122e69f70ff84c]

        INTEGRATION: CWS warnings01 (1.14.12); FILE MERGED 2005/11/01 09:09:37 sb 1.14.12.3: #i53898# Missing dependency on mkdepend. 2005/10/13 09:31:14 sb 1.14.12.2: #i53898# Added testhxx tool. 2005/08/29 13:35:37 sb 1.14.12.1: #i53898# Missing dependency.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d4f7b8549514cf89474688d4c34d823d13edc9b]

        INTEGRATION: CWS warnings01 (1.10.42); FILE MERGED 2005/09/23 02:15:45 sb 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/02 14:56:47 sb 1.10.42.1: #i53898# Disabled werror within external code.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [98e853d1eea7ce1ddd44166c1bb33d97f2b6c3f5]

        INTEGRATION: CWS warnings01 (1.1.146); FILE MERGED 2005/09/23 02:15:24 sb 1.1.146.2: RESYNC: (1.1-1.2); FILE MERGED 2005/09/02 14:57:36 sb 1.1.146.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc91888e2af70c2bed8c2e05c626598da2c15664]

        INTEGRATION: CWS warnings01 (1.8.20); FILE MERGED 2005/11/21 15:02:18 sb 1.8.20.3: #i53898# Fixed previous changes. 2005/09/23 02:15:15 sb 1.8.20.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/02 14:57:36 sb 1.8.20.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb5c297234f57e4acb4e7fb6af64ca8ae525db0]

        INTEGRATION: CWS warnings01 (1.1.146); FILE MERGED 2005/09/23 02:15:06 sb 1.1.146.2: RESYNC: (1.1-1.2); FILE MERGED 2005/09/02 14:57:36 sb 1.1.146.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [572da484bdf8200cd34e0b3ed3d5b99a581b7cd4]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2005/09/23 02:14:31 sb 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/02 14:57:35 sb 1.6.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66df7c0988df10f873197c5af94efc5f9512936]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/07 12:08:32 sb 1.5.4.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3897248e42a4001594fab1aadf899625aa3f1c18]

        INTEGRATION: CWS warnings01 (1.1.142); FILE MERGED 2005/09/23 02:13:02 sb 1.1.142.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 13:36:17 sb 1.1.142.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a892d04c04e903ff23c3ce75db18f45113fdae6b]

        INTEGRATION: CWS warnings01 (1.1.142); FILE MERGED 2005/09/23 02:12:11 sb 1.1.142.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/30 08:40:11 sb 1.1.142.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8288b1376f1d0537c52b164eaeca33c97f379e82]

        INTEGRATION: CWS warnings01 (1.3.102); FILE MERGED 2005/09/02 14:57:35 sb 1.3.102.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5506a9b7e5bff961fef59ed8f384c7e09853204]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/09/02 14:57:34 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2557b0f87bc21ff4ed36d620ac7b724e8ebd7ac8]

        INTEGRATION: CWS warnings01 (1.3.42); FILE MERGED 2005/09/02 14:57:34 sb 1.3.42.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3839ed91d149142b87ce48e06f4678e248cc25d]

        INTEGRATION: CWS warnings01 (1.2.42); FILE MERGED 2005/11/21 16:22:21 sb 1.2.42.3: #i53898# Avoid non-ASCII characters in comments. 2005/11/07 12:08:32 sb 1.2.42.2: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/02 14:57:34 sb 1.2.42.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2e1da3a74f855db6b95cb9b6932e93100cbdc97]

        INTEGRATION: CWS warnings01 (1.1.146); FILE MERGED 2005/09/02 14:57:34 sb 1.1.146.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0301c7e6970422b9c2eda6362e84ab830afabfcf]

        INTEGRATION: CWS warnings01 (1.4.42); FILE MERGED 2005/11/07 12:08:32 sb 1.4.42.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d34c1bf475bc9be1ebce0bb27c346481aee424]

        INTEGRATION: CWS warnings01 (1.3.42); FILE MERGED 2005/11/07 12:08:31 sb 1.3.42.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/02 14:57:34 sb 1.3.42.2: #i53898# Made code warning-free. 2005/08/29 13:36:16 sb 1.3.42.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [097f19171b7691f96fc5bcf1ce5eaa2f74c6da16]

        INTEGRATION: CWS warnings01 (1.2.102); FILE MERGED 2005/11/07 12:08:31 sb 1.2.102.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [640405a46af59dd47234462c629635c97784240d]

        INTEGRATION: CWS warnings01 (1.1.146); FILE MERGED 2005/11/07 12:08:31 sb 1.1.146.2: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/02 14:57:33 sb 1.1.146.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [26621004a468c08dea384e44cb225307c635bde1]

        INTEGRATION: CWS warnings01 (1.4.42); FILE MERGED 2005/11/07 12:08:30 sb 1.4.42.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/02 14:57:33 sb 1.4.42.2: #i53898# Made code warning-free. 2005/08/29 13:36:15 sb 1.4.42.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd6da379e5ac592916ea91433eeeb748bb625ddb]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/09/23 02:10:59 sb 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 13:36:15 sb 1.2.28.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a12358831fb773014b2fabebe5c271524e0e6b5c]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/02 15:06:16 sb 1.1.2.1: #i53898# Fixed warning-suppression in flex/bison generated code.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [92654fdfb52b251ec0ded6d06c7c5508eefeb6a8]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2005/11/02 15:05:43 sb 1.4.24.4: #i53898# Fixed warning-suppression in flex/bison generated code. 2005/09/23 02:10:49 sb 1.4.24.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 14:57:33 sb 1.4.24.2: #i53898# Made code warning-free. 2005/08/29 13:34:11 sb 1.4.24.1: #i53898# Disable warnings from within code generated by flex.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b26818b51300b271cc6e2b225fe4400d84b93c64]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/11/02 15:05:42 sb 1.4.6.4: #i53898# Fixed warning-suppression in flex/bison generated code. 2005/09/23 02:10:40 sb 1.4.6.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 14:57:33 sb 1.4.6.2: #i53898# Made code warning-free. 2005/08/29 13:34:56 sb 1.4.6.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7506393cf726c9d49ae69458a41937c51618663]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/20 14:46:09 sb 1.3.14.4: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:45 sb 1.3.14.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/23 02:09:43 sb 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 15:31:23 sb 1.3.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dae1234edeb6808955fc2ce5172fa189ab2b264c]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/03/01 10:01:16 sb 1.4.24.3: #i53898# Made code waring-free. 2005/09/23 02:09:34 sb 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 15:31:22 sb 1.4.24.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5499aad3aff85f75dc06dd71652d8e9647c88a73]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/04/20 14:46:09 sb 1.9.14.7: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:39 sb 1.9.14.6: RESYNC: (1.10-1.11); FILE MERGED 2006/03/01 10:01:16 sb 1.9.14.5: #i53898# Made code waring-free. 2005/11/10 09:12:38 pl 1.9.14.4: #i53898# removed warnings 2005/10/31 16:04:23 sb 1.9.14.3: #i53898# Made code warning-free. 2005/09/23 02:09:19 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/09 15:31:21 sb 1.9.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5c34af294462d01a8ee908f36f7758200c2c682]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/04/20 14:46:09 sb 1.9.14.6: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:30 sb 1.9.14.5: RESYNC: (1.10-1.11); FILE MERGED 2005/11/10 09:12:37 pl 1.9.14.4: #i53898# removed warnings 2005/09/23 02:08:59 sb 1.9.14.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/12 08:05:05 sb 1.9.14.2: #i53898# Improved previous change. 2005/09/09 15:31:21 sb 1.9.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79d6a2782cc97d725fbdd04245e4fce4d9d1d68]

        INTEGRATION: CWS warnings01 (1.3.44); FILE MERGED 2006/04/20 14:46:09 sb 1.3.44.5: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:23 sb 1.3.44.4: RESYNC: (1.4-1.5); FILE MERGED 2006/03/01 10:01:16 sb 1.3.44.3: #i53898# Made code waring-free. 2005/09/23 02:08:50 sb 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 15:31:19 sb 1.3.44.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c96a9e5f81252788073af51835eafae433f9e4]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2005/09/23 02:08:41 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 15:31:19 sb 1.3.16.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [888beec4edbd4fc9899ec29df51e30ec726db4ef]

        INTEGRATION: CWS warnings01 (1.2.56); FILE MERGED 2006/03/01 10:01:16 sb 1.2.56.3: #i53898# Made code waring-free. 2005/09/23 02:08:32 sb 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 15:31:18 sb 1.2.56.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05add00b02b018d51da3339b39ae3cb040a16e58]

        INTEGRATION: CWS warnings01 (1.3.56); FILE MERGED 2006/04/20 14:46:08 sb 1.3.56.6: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:17 sb 1.3.56.5: RESYNC: (1.4-1.5); FILE MERGED 2005/11/10 09:12:37 pl 1.3.56.4: #i53898# removed warnings 2005/10/31 16:04:23 sb 1.3.56.3: #i53898# Made code warning-free. 2005/09/23 02:08:09 sb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 15:31:17 sb 1.3.56.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5dd1ae382e05ec8c4ce3d257bf85930fd737fa]

        INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2006/04/20 14:46:08 sb 1.6.16.5: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:24:09 sb 1.6.16.4: RESYNC: (1.7-1.8); FILE MERGED 2006/03/01 10:01:15 sb 1.6.16.3: #i53898# Made code waring-free. 2005/09/23 02:08:01 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 15:31:17 sb 1.6.16.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1259dd5ecb2183dd0af217873edbb10cd3f53fc]

        INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2006/04/07 21:24:02 sb 1.6.16.5: RESYNC: (1.7-1.8); FILE MERGED 2005/11/10 09:12:37 pl 1.6.16.4: #i53898# removed warnings 2005/10/31 16:04:23 sb 1.6.16.3: #i53898# Made code warning-free. 2005/09/23 02:07:52 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 15:31:16 sb 1.6.16.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f512630000a2c98833b16cd40f2af0f583e6e4cb]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2005/09/23 02:07:33 sb 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 15:31:16 sb 1.6.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [560c6d67e4323877b6dedb6f0e15a46f6d6b746a]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/03/01 10:00:46 sb 1.4.8.1: #i53898# Made code waring-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a0754549f9c907fb9c761866dbc292bd62cf7c7]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/05/24 11:09:25 sb 1.6.10.5: #i53898# Fixed merge 1.10.6.2, which left (harmless) conflict markers in the file. 2006/04/07 21:23:44 sb 1.6.10.4: RESYNC: (1.9-1.10); FILE MERGED 2006/01/26 16:57:20 sb 1.6.10.3: #i53898# Fixed previous merge. 2006/01/25 22:13:27 sb 1.6.10.2: RESYNC: (1.6-1.9); FILE MERGED 2005/09/09 15:27:01 sb 1.6.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb19df6b1b6cd76ec1cb279e6b9ba19fa94f8959]

        INTEGRATION: CWS warnings01 (1.1.340); FILE MERGED 2006/03/10 15:34:09 pl 1.1.340.1: #i55991# removed warnings for windows platform

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [061a23cdc19a984c468b9dcf7c8eed7ee3b0fe2c]

        INTEGRATION: CWS warnings01 (1.6.110); FILE MERGED 2006/03/10 15:34:09 pl 1.6.110.1: #i55991# removed warnings for windows platform

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f14bcb553dbf47fd884fa0f74738da49c6f5ece8]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:52 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a33d30556e4abe59352ccbe8b4165f241c48fe24]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:51 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a302a5a877cf83d10e4a88beb3422eaf5c4fa31f]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:50 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a434b938f9edaa1c97951d3e6e4dcb6473889546]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:49 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fbc8671f5c5c9c69ddd601056709777908dcb8e]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/11/08 14:44:54 pl 1.2.4.1: #i55991# added dependencies

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [96d03076023499167ddc081139bc02b62939b7f8]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:19 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [371c75264fa3e22947bd70b04561acdf0f3e90b1]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:18 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0faa7cd61d3ed5339f9ee482a48c583335a73d49]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2006/03/08 21:56:31 thb 1.1.4.1: #i55991# Renamed a few more vars, to no longer conflict with similar-named methods/types

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8abda06dfe5728e17e9ecb33be7a34c2925ba05]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2006/03/08 21:56:30 thb 1.1.4.1: #i55991# Renamed a few more vars, to no longer conflict with similar-named methods/types

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70dd7ae1c27e9d4ce15bfc354ad490e8d41bad65]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:17 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7a21403e4503bc021f680d37b0fd6196ecbe8fc]

        INTEGRATION: CWS warnings01 (1.1.4); FILE MERGED 2005/12/02 10:37:16 mbu 1.1.4.1: necessary changes to prevent warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4ffc9c2041e8afe042892c6bb0701786eebf6e]

        INTEGRATION: CWS warnings01 (1.6.172); FILE MERGED 2006/05/30 07:57:57 fs 1.6.172.1: #i10000#

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da5a90a262c740896f29cb6eac77255e033cd86]

        INTEGRATION: CWS warnings01 (1.22.24); FILE MERGED 2006/05/30 11:16:19 sb 1.22.24.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [396c92db77f900151b113ed66f3d4597cde18679]

        INTEGRATION: CWS warnings01 (1.5.362); FILE MERGED 2006/06/08 07:13:33 sb 1.5.362.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77b5ef4c6d7a599506d043f23bcfeaa2c0dbd84c]

        INTEGRATION: CWS warnings01 (1.4.138); FILE MERGED 2006/06/08 07:13:33 sb 1.4.138.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9296659bcbf2df9444ee9017115c4fbf5bbb20ce]

        INTEGRATION: CWS warnings01 (1.33.4); FILE MERGED 2006/05/24 00:57:56 sb 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2006/05/15 13:21:04 sb 1.33.4.1: #i53898# lgd (framework) has been removed

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46e495110f097624dbf650272176bd5f29b736a6]

        INTEGRATION: CWS warnings01 (1.42.28); FILE MERGED 2006/06/14 12:10:40 cl 1.42.28.3: #i66421# added missing gallery resource to patch 2006/05/24 00:56:54 sb 1.42.28.2: RESYNC: (1.42-1.43); FILE MERGED 2006/05/15 13:21:03 sb 1.42.28.1: #i53898# lgd (framework) has been removed

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1667dfdb3075d68df543be13db5cfae8289a41b]

        INTEGRATION: CWS warnings01 (1.156.2); FILE MERGED 2006/05/30 11:16:18 sb 1.156.2.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa3f3bfb7712fe536148041927b166b49f36abb]

        INTEGRATION: CWS warnings01 (1.202.14); FILE MERGED 2006/05/30 11:16:18 sb 1.202.14.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c27d26a258807dfb5ac08e0f772e0d8abb747c97]

        INTEGRATION: CWS warnings01 (1.27.22); FILE MERGED 2006/06/07 09:17:01 sb 1.27.22.1: #i66177# PATCH flag.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f22c6bf01133df8f70952deaf908e29f9efe69d8]

        INTEGRATION: CWS warnings01 (1.22.32); FILE MERGED 2006/05/30 11:16:18 sb 1.22.32.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f2b7a23d3bd90f5d743d91035609af9dbf23a1e]

        INTEGRATION: CWS warnings01 (1.10.264); FILE MERGED 2006/05/30 11:16:18 sb 1.10.264.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [76b8fd185bfae8298d1aebf6e4ab058afba56333]

        INTEGRATION: CWS warnings01 (1.4.362); FILE MERGED 2006/05/30 11:16:17 sb 1.4.362.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ddf64631574203900fca4878014f982882bae45]

        INTEGRATION: CWS warnings01 (1.29.30); FILE MERGED 2006/05/30 11:16:17 sb 1.29.30.1: #i64541# More PATCH flags.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [18818d43881cf17f99072cc9b65b464734b06ccf]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/06/14 11:08:46 fs 1.13.30.1: #i66398# include dbp in patch

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7804cd45a6db10e99dcb1098cc20e90104dc299f]

        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>  [86d348ba9109f8d67027225337e8d04a4a15b4bd]

        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>  [5b9f665951bd9184be88233523f7bbf1d64adda2]

        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>  [6854c710c2f7d502356498d7472b6c5c19b2f328]

        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>  [47c1dbec71b9f6b7477d801eda15614679fc2ea1]

        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>  [4c21033aae1442cb2d4b1a427c9c88fe505ab9e9]

        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>  [2c37112cf3bb07cfbd31c4ce1f725c71b4a4e87e]

        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>  [68c7d149988160789bb0c15466bff424729763d0]

        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>  [77dbd60173b8a189717c1c0943684445d77fda0e]

        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>  [15557e2e1c05e7f0030ebd1b0b5423a0703b8881]

        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>  [694c31be85ce565b83a4afb3c5cd93e9078dd71e]

        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>  [8c7dea5cb07382988c82af213a27809ef0964754]

        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>  [7761b8a29a5281b9e561d1e968e41d1b88912292]

        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>  [2eb858276349ef381ee2183fa8a177b442ddd649]

        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>  [13ef89e7e5a8ea335f7e656739589bf6e23c2ccf]

        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>  [303466ac9f43b8564d6e173ee5e98a968db0d500]

        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>  [fa393335436babd50955714d282179c26a854a15]

        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>  [2addb75abb421e9c79f804a60e97f53d83c5c405]

        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>  [eafc6660d3749c2a72207cdfe8ea6290dbe1fa86]

        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>  [a027c4cdbb0b7a9da91ea9992c2fc5e6ae51b059]

        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>  [568b3b328834d9cd92bcb3ac6dc7bff93ebfd304]

        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>  [f3a77a171cd34f0e34e6d0501192add67e6482a4]

        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>  [4586a856eb744d469d759d01be27f8dbd60df207]

        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>  [2f15373f5c009bf1777b2d480294bef875906eea]

        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>  [f65d37c9044e9920c9e758b0d9f786fee8303d1a]

        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>  [673b704b04ad25dd8f9d3db08e672db105ce59eb]

        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>  [4a62a854bfc226b91b7c8b35f409835e2814c86f]

        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>  [9ea3f521974dbf269a044bcf0e6a75b8331e34c5]

        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>  [87d19c77dddc27dd236d9df8c61f9e48b6dc0070]

        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>  [500f9d4961e96190b40ec5bba40e0a602709f9ea]

        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>  [66a08221877daeccfcb027c3f882d06229e4fcb0]

        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>  [84a5e451bdf2c38784dcde8342ab596f5cc95590]

        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>  [11c2e0186eb3a898ecda8105b5c32e82b74c8e91]

        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>  [4088ef5a3b8092feb9701c75449dd35dd9b1dba7]

        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>  [4e72d14a4202246eda4e6f1b08748c62ff8f0fc6]

        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>  [e8d851c69ecd0d0d94412e6f88189d6d75c0c203]

        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>  [9446669671b3908f5446799468108f55d185ef08]

        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>  [3f2d67769cb09588e1a8f48b8821935901fbf61f]

        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>  [d7e704fc5c8f5f0678ad70dbf14966859f0613c9]

        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>  [4170cbdbdfc9ceb282d25e1e19cd7b4d178436bf]

        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>  [67a1c905607aa0ddb2884734c026b54064fe9305]

        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>  [66335df09dcfac200ce8641ac74548fd2a0df332]

        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>  [6cda4d36421d76af2387b21632cefc741dfd0164]

        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>  [fb9ef8e4d1cddc86162ad43dcaf98f62a0a98996]

        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>  [fa9256d2a310e171f86fa47175fca1c4e2eb2e16]

        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>  [eb0145200da2350a7efd72cc007aa06ea2242f41]

        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>  [cd3937cffab48c9495dd39567a5fc7de05cd939e]

        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>  [d828d15088dfc9aa14e087947054d5b040bee571]

        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>  [b8f11fcac7807cfc01c6b869a1d9ede99a8820ff]

        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>  [4f6f3220edeb1331de902eddd4915b49b52d6c12]

        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>  [cfb799c7b3c7b8c738dc2af380ed73c0217e1f39]

        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>  [03dc91eca7bfc36f63fcb1950688962c2bef7179]

        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>  [71d9704860ff64d6942948f5c8e1696cc2a4a1b1]

        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>  [1408d6cfcf2e99235c8df7d083e9208d6c9a115a]

        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>  [87e64dee9f576bede41acf19b61c1c1b22217da2]

        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>  [6a4458760483eb40fe4db4a32e7c6e078c7f46c6]

        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>  [8de9775b5931f43db10cfccb96edce4bca11e9c3]

        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>  [97fb78701713c720fa146b05af6a26ecf5acf639]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2005/11/18 09:13:30 sb 1.2.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [38a02699e5e43f9dd253dd5521f1cd0a9ec1cd47]

        INTEGRATION: CWS warnings01 (1.1.428); FILE MERGED 2005/11/18 09:13:30 sb 1.1.428.3: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/09/23 01:57:04 sb 1.1.428.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 13:56:10 sb 1.1.428.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e2dfb4b75cbf4af6b5616645a4c049527bfa042]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/07 12:11:31 sb 1.3.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a95929af3915c27c0e6ce6b1d935dbb767d6784]

        INTEGRATION: CWS warnings01 (1.28.12); FILE MERGED 2006/05/24 00:24:55 sb 1.28.12.2: RESYNC: (1.28-1.29); FILE MERGED 2005/11/18 09:13:29 sb 1.28.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [49364914c27822f977078fd333d809e6bcf8b5e3]

        INTEGRATION: CWS warnings01 (1.3.428); FILE MERGED 2005/11/07 12:11:31 sb 1.3.428.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 01:56:06 sb 1.3.428.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 13:56:09 sb 1.3.428.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [340a374ca4aad68d616d65d8dc35e72d3f105b80]

        INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED 2005/11/18 09:13:29 sb 1.8.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbb45b7e6dcf83ab766e7dfa9068b8e52fcb3a5d]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2005/11/07 12:11:30 sb 1.5.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [da592fd02909a186693c55d9680e31c19e6a2de6]

        INTEGRATION: CWS warnings01 (1.12.12); FILE MERGED 2005/11/18 09:13:28 sb 1.12.12.2: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/11/07 12:11:30 sb 1.12.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0909689ffc063ccf847f16ece4a032603c9d23]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/07 12:11:30 sb 1.3.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [04aa50e5ff7d6c19b02f15ed75b437f6bfdbd9be]

        INTEGRATION: CWS warnings01 (1.2.134); FILE MERGED 2005/11/18 09:13:28 sb 1.2.134.3: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/09/23 01:49:29 sb 1.2.134.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/30 17:03:18 sb 1.2.134.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [880e80152056a5ff03ead6c02e2521e9e4257810]

        INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/09/23 01:48:54 sb 1.4.62.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/14 12:58:36 sb 1.4.62.2: #i53898# Fixed previous change. 2005/08/29 13:56:09 sb 1.4.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d253a4f0c9b0dd49693d2315557bc392593fb0c5]

        INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2005/09/23 01:48:10 sb 1.7.62.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/14 12:58:36 sb 1.7.62.2: #i53898# Fixed previous change. 2005/08/29 13:56:09 sb 1.7.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cb346acadb73c7f02588d240f587dd2c32276f9]

        INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED 2005/09/23 01:47:40 sb 1.4.62.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/14 12:58:34 sb 1.4.62.2: #i53898# Fixed previous change. 2005/08/29 13:56:07 sb 1.4.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [845e1a42adbf461d422bcc3dd2b51cdc29b96bda]

        INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2005/09/23 01:46:55 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/29 13:56:07 sb 1.6.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [afa4af3186f8494e668393a33aa8de024acc92e6]

        INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2005/11/18 09:13:27 sb 1.6.62.3: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/09/23 01:46:25 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/29 13:56:06 sb 1.6.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [805585db3e85eab61cf0c6fc7287d0f5472f76df]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2005/11/18 09:13:27 sb 1.5.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d02ee8c8f2a75e8f5a86ba4e22b1943f8a583c]

        INTEGRATION: CWS warnings01 (1.4.134); FILE MERGED 2005/09/23 01:46:02 sb 1.4.134.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/29 13:56:06 sb 1.4.134.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34d380b3220a043000d78217f4c410e9b1e38bf]

        INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED 2005/09/23 01:45:31 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/29 13:56:06 sb 1.5.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50fe773238e0d1364bce4541783d1fefe3d7887]

        INTEGRATION: CWS warnings01 (1.2.346); FILE MERGED 2005/09/20 12:57:25 sb 1.2.346.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3741c709d4eb7b0ce0c01c4516e49ee801457645]

        INTEGRATION: CWS warnings01 (1.4.304); FILE MERGED 2005/09/23 01:42:20 sb 1.4.304.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 12:57:25 sb 1.4.304.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0247e4fd39acf84e1fa1e8e6a227fa754720fcf3]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:15 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [611472b373e5c2ccc77983799da7ab78fc67618b]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:14 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0325283f4106b2d4f287af8df45633ebe8179963]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:13 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [277481b659e4e0e2f630a5d4ef8736bdf572c6f7]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:12 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3642dfe21d23b7fb6bc8af47213321c0d8364234]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:11 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b57faa65616bbb4546106614606be8ed67e115e]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/02 12:59:10 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a4c94ae38f267cd74deba34ff523d974776579]

        INTEGRATION: CWS warnings01 (1.2.416); FILE MERGED 2005/09/23 01:39:06 sb 1.2.416.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:24 sb 1.2.416.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6137ec83d9576a20ce70872ae8149f4e73396105]

        INTEGRATION: CWS warnings01 (1.2.346); FILE MERGED 2005/09/23 01:38:08 sb 1.2.346.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:24 sb 1.2.346.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b970fef30b925c86c1fe81ea24240a1d8d3c3b71]

        INTEGRATION: CWS warnings01 (1.2.346); FILE MERGED 2005/09/20 12:57:24 sb 1.2.346.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [392d0380e1d73695a89e4d2efc20c6699a1b17f3]

        INTEGRATION: CWS warnings01 (1.3.336); FILE MERGED 2005/09/23 01:33:30 sb 1.3.336.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 12:57:23 sb 1.3.336.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b79d443d7855d0031e5e035e9d8f12611646d2aa]

        INTEGRATION: CWS warnings01 (1.2.416); FILE MERGED 2005/12/02 08:23:03 sb 1.2.416.3: #i53898# Now globally disabled warning C4514: unreferenced inline function has been removed. 2005/09/23 01:34:35 sb 1.2.416.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:23 sb 1.2.416.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20a285c4d9a14ed948988137f07e5a9ff7e53fd]

        INTEGRATION: CWS warnings01 (1.3.412); FILE MERGED 2005/09/23 01:33:48 sb 1.3.412.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 12:57:23 sb 1.3.412.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e282079b2baab47d2a04a1659fbf384c37fc740a]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/18 09:13:26 sb 1.3.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f578d815761f4fb2f9470c8b80948b77dc4d39cc]

        INTEGRATION: CWS warnings01 (1.5.38); FILE MERGED 2005/09/23 01:32:01 sb 1.5.38.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 12:57:23 sb 1.5.38.2: #i53898# Globally disable problematic warnings. 2005/08/30 17:03:18 sb 1.5.38.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5975fcc94323dca5fbffebaab142eec9a4edd327]

        INTEGRATION: CWS warnings01 (1.4.180); FILE MERGED 2005/09/23 01:31:41 sb 1.4.180.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 12:57:23 sb 1.4.180.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46140bd370902044436e3352406916329fa63636]

        INTEGRATION: CWS warnings01 (1.5.134); FILE MERGED 2005/09/23 01:31:33 sb 1.5.134.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/29 13:56:05 sb 1.5.134.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf23e30d2f869e100e3bb0fbf1df204fa865867]

        INTEGRATION: CWS warnings01 (1.7.116); FILE MERGED 2005/09/23 01:31:25 sb 1.7.116.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/30 17:03:18 sb 1.7.116.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [878cd852b8e26ab4862ff5f2e25eb5cca1e4dd5a]

        INTEGRATION: CWS warnings01 (1.6.328); FILE MERGED 2005/09/23 01:31:16 sb 1.6.328.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 12:57:22 sb 1.6.328.2: #i53898# Globally disable problematic warnings. 2005/08/29 13:56:05 sb 1.6.328.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2384a42a5daad1b39ae45a31a4c0b79bf6e07c09]

        INTEGRATION: CWS warnings01 (1.19.112); FILE MERGED 2006/05/24 00:23:11 sb 1.19.112.4: RESYNC: (1.20-1.21); FILE MERGED 2005/11/07 12:11:29 sb 1.19.112.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 01:31:05 sb 1.19.112.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/20 12:57:22 sb 1.19.112.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8987d1f3b504fdb8d298f3bf8b32b90c4bb8d01e]

        INTEGRATION: CWS warnings01 (1.9.184); FILE MERGED 2006/02/01 10:39:18 sb 1.9.184.3: #i53898# Fixed previous changes. 2005/09/23 01:29:37 sb 1.9.184.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/29 13:56:05 sb 1.9.184.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b535d65dc2e254ce443ca4357fd974bc47551c38]

        INTEGRATION: CWS warnings01 (1.21.70); FILE MERGED 2006/05/24 00:22:02 sb 1.21.70.5: RESYNC: (1.23-1.24); FILE MERGED 2006/04/07 21:02:52 sb 1.21.70.4: RESYNC: (1.22-1.23); FILE MERGED 2005/09/23 01:29:28 sb 1.21.70.3: RESYNC: (1.21-1.22); FILE MERGED 2005/08/30 17:03:17 sb 1.21.70.2: #i53898# Made code warning-free. 2005/08/29 13:56:04 sb 1.21.70.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b88a51db8e0c83b0d74fe5a68ed38e0c9a7d00ed]

        INTEGRATION: CWS warnings01 (1.8.66); FILE MERGED 2005/09/23 01:28:58 sb 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/30 17:03:17 sb 1.8.66.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5028bf5b6ce95eaa2a6c5cb3a43342702cb1692e]

        INTEGRATION: CWS warnings01 (1.6.132); FILE MERGED 2005/11/07 19:43:54 pl 1.6.132.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 01:28:05 sb 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 17:03:17 sb 1.6.132.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f10e2484f03b3973adaccdcb137e264daeec0d64]

        INTEGRATION: CWS warnings01 (1.2.116); FILE MERGED 2005/09/23 01:27:54 sb 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:22 sb 1.2.116.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [89d51a5664b09ad1e4219f40921ca56ad4c713ae]

        INTEGRATION: CWS warnings01 (1.6.134); FILE MERGED 2005/09/23 01:27:45 sb 1.6.134.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 12:57:21 sb 1.6.134.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df352e8c89678f165a6131f739b1ef39a74a580a]

        INTEGRATION: CWS warnings01 (1.33.12); FILE MERGED 2006/06/09 13:52:01 sb 1.33.12.3: #i53898# Fixed previous fix. 2005/09/23 01:27:37 sb 1.33.12.2: RESYNC: (1.33-1.34); FILE MERGED 2005/08/29 13:56:03 sb 1.33.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbee848881b94f74a6daf45bfb3bffdadf0bbc59]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2006/05/26 13:41:34 sb 1.2.16.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [27716194ce63a567507919de9c63a77d24386423]

        INTEGRATION: CWS warnings01 (1.15.134); FILE MERGED 2005/11/18 09:13:24 sb 1.15.134.6: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/11/08 16:18:39 pl 1.15.134.5: #i53898# initializer warning on solaris 2005/11/07 12:11:29 sb 1.15.134.4: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 01:27:28 sb 1.15.134.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/20 12:57:21 sb 1.15.134.2: #i53898# Globally disable problematic warnings. 2005/08/29 13:56:03 sb 1.15.134.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [18e5e898d778c2d7f11a26f378cd076e3c96e714]

        INTEGRATION: CWS warnings01 (1.3.136); FILE MERGED 2005/09/23 01:24:05 sb 1.3.136.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/14 15:19:08 sb 1.3.136.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c6eb86ec50034a9929c0c3c6225a1b717291934]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2005/09/23 01:23:27 sb 1.5.74.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 15:07:32 sb 1.5.74.1: #i53898# Cleaned up and reorganized so that it compiles on machines with little memory.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ae214bf39e6539071061563ea990b6968d35f9]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/14 15:19:06 sb 1.2.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a1f537500062c0a5a9bf69b3fc190c936acf3e]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/23 01:20:52 sb 1.2.160.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/15 12:35:45 sb 1.2.160.2: #i53898# Fixed previous change. 2005/09/14 15:19:05 sb 1.2.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4187e3ec8d599ff264b437ea0ae3935ed01bef79]

        INTEGRATION: CWS warnings01 (1.3.94); FILE MERGED 2005/09/23 01:20:29 sb 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:45 sb 1.3.94.1: #i53898# Fixed previous change.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [219ab4972b6b7658662e98b150487ca7aefaba20]

        INTEGRATION: CWS warnings01 (1.3.94); FILE MERGED 2005/09/23 01:20:21 sb 1.3.94.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:45 sb 1.3.94.2: #i53898# Fixed previous change. 2005/09/14 15:19:04 sb 1.3.94.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2c9a488c9d5d18a2eb1db58da26b65861fc3cab]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/14 15:19:02 sb 1.2.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f1255e3cdc6f466fb325896538d76044835388b]

        INTEGRATION: CWS warnings01 (1.3.38); FILE MERGED 2005/09/14 15:19:00 sb 1.3.38.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b0e33092c2886f9342c0e1bea24c92196fe2100]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/15 12:35:44 sb 1.2.160.2: #i53898# Fixed previous change. 2005/09/14 15:18:59 sb 1.2.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3662a58b94b3ec02d6b6aa27b2305aa03357cf2]

        INTEGRATION: CWS warnings01 (1.3.172); FILE MERGED 2005/09/23 01:19:40 sb 1.3.172.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:43 sb 1.3.172.1: #i53898# Fixed previous change.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba82e2dbd616d159e5b5cad7d3d634b6d0f5aab4]

        INTEGRATION: CWS warnings01 (1.3.92); FILE MERGED 2005/09/15 12:35:43 sb 1.3.92.1: #i53898# Fixed previous change.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8223fc43e227bcc8e55725ab05de75f505b0230]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/15 12:35:42 sb 1.2.160.1: #i53898# Fixed previous change.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [080e7af02fc0ea30656a305f17be95efab769706]

        INTEGRATION: CWS warnings01 (1.2.160); FILE MERGED 2005/09/14 15:18:58 sb 1.2.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eceb6151746d4579e9c0b5a05273741b056c6a8]

        INTEGRATION: CWS warnings01 (1.3.160); FILE MERGED 2005/09/14 15:18:56 sb 1.3.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e458b51d63e3740233e58732a5a7ad079cf84d06]

        INTEGRATION: CWS warnings01 (1.3.174); FILE MERGED 2005/09/15 12:35:41 sb 1.3.174.2: #i53898# Fixed previous change. 2005/09/14 15:18:56 sb 1.3.174.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a23b884361ed1779baad01053aacb157fac7cfd]

        INTEGRATION: CWS warnings01 (1.3.174); FILE MERGED 2005/09/23 01:15:29 sb 1.3.174.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:38 sb 1.3.174.2: #i53898# Fixed previous change. 2005/09/14 15:18:54 sb 1.3.174.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9d7941c6bb02c50351abd6e715863bc7d5e4c3]

        INTEGRATION: CWS warnings01 (1.4.92); FILE MERGED 2005/09/23 01:15:19 sb 1.4.92.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/15 12:35:38 sb 1.4.92.2: #i53898# Fixed previous change. 2005/09/14 15:18:52 sb 1.4.92.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [667c601c3b6b9ee498ff13f770ad5e12d3f0a2f7]

        INTEGRATION: CWS warnings01 (1.4.160); FILE MERGED 2005/09/23 01:14:43 sb 1.4.160.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/15 12:35:38 sb 1.4.160.2: #i53898# Fixed previous change. 2005/09/14 15:18:50 sb 1.4.160.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0d15b61868df1e0b9c960171267d09f627be3b]

        INTEGRATION: CWS warnings01 (1.3.174); FILE MERGED 2005/09/23 01:14:34 sb 1.3.174.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 12:35:38 sb 1.3.174.2: #i53898# Fixed previous change. 2005/09/14 15:18:49 sb 1.3.174.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [331446509220fb87de4180009519b2a5f5ddfe9f]

        INTEGRATION: CWS warnings01 (1.7.174); FILE MERGED 2005/09/23 01:14:25 sb 1.7.174.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/15 12:35:37 sb 1.7.174.2: #i53898# Fixed previous change. 2005/09/14 15:18:48 sb 1.7.174.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b065b1ea62b5e014ee1e48f9b8a00f59ce5cefd7]

        INTEGRATION: CWS warnings01 (1.5.160); FILE MERGED 2005/09/23 01:12:11 sb 1.5.160.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/15 12:35:36 sb 1.5.160.1: #i53898# Fixed previous change.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d93ba527466f7db3128afa106e313f8bab84b85e]

        INTEGRATION: CWS warnings01 (1.4.174); FILE MERGED 2005/09/23 01:05:50 sb 1.4.174.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/14 15:18:47 sb 1.4.174.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a0da0d3be6a50f4c44546bcd5223a3cb905cb9]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/01/31 15:01:40 sb 1.4.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [365af1b4668f054bec88b516147f7701cda9d896]

        INTEGRATION: CWS warnings01 (1.9.92); FILE MERGED 2005/09/23 01:04:39 sb 1.9.92.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/14 15:18:45 sb 1.9.92.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [294c3e35ced6dd36507c49a000a0ee4c0487a5e2]

        INTEGRATION: CWS warnings01 (1.10.92); FILE MERGED 2005/09/23 01:04:27 sb 1.10.92.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/14 15:18:44 sb 1.10.92.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [27f9101c502039cd39442bd0b05875d66e73ac59]

        INTEGRATION: CWS warnings01 (1.22.82); FILE MERGED 2006/01/25 22:01:49 sb 1.22.82.2: RESYNC: (1.22-1.23); FILE MERGED 2005/08/30 13:34:39 sb 1.22.82.1: #i53898# Removed obsolete rtl/ustring.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70df77bb1267aa4bf28a2eb5c9feba0fa1652fc8]

        INTEGRATION: CWS warnings01 (1.6.184); FILE MERGED 2005/09/23 01:02:14 sb 1.6.184.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 12:57:20 sb 1.6.184.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [96286d1ce8474398d0cf0aea98cbb4932da63c31]

        INTEGRATION: CWS warnings01 (1.14.410); FILE MERGED 2005/09/23 01:00:55 sb 1.14.410.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/20 12:57:20 sb 1.14.410.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e73cea13599498cd4303b02a0ab086586a42937]

        INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED 2005/09/23 01:00:36 sb 1.2.220.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:20 sb 1.2.220.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d716b410f38d191c6b0cd53e5d911aeac8be2c35]

        INTEGRATION: CWS warnings01 (1.30.82); FILE MERGED 2005/09/23 01:00:28 sb 1.30.82.2: RESYNC: (1.30-1.31); FILE MERGED 2005/09/20 12:57:20 sb 1.30.82.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05d584b62e312581f57310e61ef21780fcbe91b7]

        INTEGRATION: CWS warnings01 (1.1.414); FILE MERGED 2005/09/20 12:57:20 sb 1.1.414.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5af0726437c6d856f6235b8ec2dc1ff1b9a31d1f]

        INTEGRATION: CWS warnings01 (1.17.184); FILE MERGED 2005/09/23 01:00:19 sb 1.17.184.2: RESYNC: (1.17-1.18); FILE MERGED 2005/09/20 12:57:19 sb 1.17.184.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c43ba45e5cd7e020dfc7a79396a306295f5ecd5]

        INTEGRATION: CWS warnings01 (1.8.346); FILE MERGED 2005/09/23 00:59:32 sb 1.8.346.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/20 12:57:19 sb 1.8.346.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbfbcaec273822e2afb2d635d8f7f3bebdd52e8e]

        INTEGRATION: CWS warnings01 (1.18.94); FILE MERGED 2005/11/07 19:43:09 pl 1.18.94.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/23 00:59:07 sb 1.18.94.2: RESYNC: (1.18-1.19); FILE MERGED 2005/09/20 12:57:19 sb 1.18.94.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0a78681b5b0d45b868c7a4cb890405fa96cc410]

        INTEGRATION: CWS warnings01 (1.2.442); FILE MERGED 2005/09/23 00:58:57 sb 1.2.442.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/20 12:57:19 sb 1.2.442.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05ff4d02eb01d7d541efbcc7d57b69665c070ed3]

        INTEGRATION: CWS warnings01 (1.5.58); FILE MERGED 2005/11/18 09:13:23 sb 1.5.58.4: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/11/07 19:43:02 pl 1.5.58.3: RESYNC: (1.6-1.8); FILE MERGED 2005/09/23 00:58:38 sb 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/20 12:57:18 sb 1.5.58.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd66653607a7385986bfe0c4c871574fe81632d]

        INTEGRATION: CWS warnings01 (1.22.94); FILE MERGED 2006/05/24 00:20:44 sb 1.22.94.4: RESYNC: (1.24-1.25); FILE MERGED 2006/04/07 21:02:46 sb 1.22.94.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/23 00:58:28 sb 1.22.94.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/20 12:57:18 sb 1.22.94.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff77d229e17a352a1de1973190ffe782b25d033]

        INTEGRATION: CWS warnings01 (1.9.12); FILE MERGED 2005/11/07 12:11:28 sb 1.9.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e1d93e99945973e6d191f62192892825533ea0b]

        INTEGRATION: CWS warnings01 (1.25.336); FILE MERGED 2005/11/07 12:11:28 sb 1.25.336.4: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:56:13 sb 1.25.336.3: RESYNC: (1.25-1.26); FILE MERGED 2005/09/06 11:49:09 sb 1.25.336.2: #i53898# Fixed use of SAL_INT_CAST to cast between pointer and integer types. 2005/08/29 13:56:03 sb 1.25.336.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf3e26ed919b39267db2fd6118c8af8478bd26b]

        INTEGRATION: CWS warnings01 (1.24.94); FILE MERGED 2006/05/24 00:20:12 sb 1.24.94.6: RESYNC: (1.29-1.31); FILE MERGED 2006/04/07 21:02:25 sb 1.24.94.5: RESYNC: (1.28-1.29); FILE MERGED 2006/01/25 22:01:32 sb 1.24.94.4: RESYNC: (1.26-1.28); FILE MERGED 2005/11/07 19:42:45 pl 1.24.94.3: RESYNC: (1.25-1.26); FILE MERGED 2005/09/23 00:55:48 sb 1.24.94.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/30 17:03:16 sb 1.24.94.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43db4318891a28f7d71356402dc3c539085305c0]

        INTEGRATION: CWS warnings01 (1.8.290); FILE MERGED 2006/05/24 00:19:51 sb 1.8.290.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/23 00:55:39 sb 1.8.290.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/29 13:56:02 sb 1.8.290.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aff6949dbb9c61e21064b31f8e2f2e60e0dd24c]

        INTEGRATION: CWS warnings01 (1.27.32); FILE MERGED 2006/01/27 08:17:32 sb 1.27.32.5: #i53898# Made code warning-free. 2006/01/25 22:01:25 sb 1.27.32.4: RESYNC: (1.28-1.29); FILE MERGED 2005/11/07 12:11:28 sb 1.27.32.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:55:09 sb 1.27.32.2: RESYNC: (1.27-1.28); FILE MERGED 2005/08/29 13:56:00 sb 1.27.32.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbba07ab65fed1c99b298bc817580fdbc15be77d]

        INTEGRATION: CWS warnings01 (1.15.12); FILE MERGED 2006/05/24 00:19:11 sb 1.15.12.3: RESYNC: (1.16-1.19); FILE MERGED 2006/01/25 22:01:18 sb 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/07 12:11:28 sb 1.15.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4333f3bee581da5baff27edf585d60da2c895dc9]

        INTEGRATION: CWS warnings01 (1.16.12); FILE MERGED 2005/11/07 12:11:27 sb 1.16.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f90ff854a94d6c93c39e5c7334b2dd201ae4b73]

        INTEGRATION: CWS warnings01 (1.36.12); FILE MERGED 2006/05/24 00:18:15 sb 1.36.12.3: RESYNC: (1.38-1.39); FILE MERGED 2006/01/25 22:01:10 sb 1.36.12.2: RESYNC: (1.36-1.38); FILE MERGED 2005/11/07 12:11:27 sb 1.36.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcc76596f781af03024f06c29c7b10ce8c18b51a]

        INTEGRATION: CWS warnings01 (1.17.294); FILE MERGED 2005/11/07 12:11:27 sb 1.17.294.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:53:31 sb 1.17.294.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/30 17:03:16 sb 1.17.294.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ef8c4a81cdc3ac1a52d72830cf1403926be5ed]

        INTEGRATION: CWS warnings01 (1.26.12); FILE MERGED 2006/05/24 00:17:10 sb 1.26.12.4: RESYNC: (1.28-1.29); FILE MERGED 2006/04/07 21:02:15 sb 1.26.12.3: RESYNC: (1.26-1.28); FILE MERGED 2006/01/27 08:17:30 sb 1.26.12.2: #i53898# Made code warning-free. 2005/11/07 12:11:26 sb 1.26.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdeca31f08a5cc827d8fa7324bd2b3f416af26db]

        INTEGRATION: CWS warnings01 (1.12.62); FILE MERGED 2006/04/20 13:04:14 sb 1.12.62.3: #i53898# At least on Solaris, pthread_equal fails for the fake PTHREAD_NONE, so taking out the failing OSL_ASSERTs. 2005/09/23 00:53:11 sb 1.12.62.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/29 13:56:00 sb 1.12.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d330f6d7ab32465a3754ffd3eb61aaa7a5fd54c5]

        INTEGRATION: CWS warnings01 (1.8.184); FILE MERGED 2005/09/23 00:52:15 sb 1.8.184.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/30 17:03:16 sb 1.8.184.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a4725c2126d4088f8a19082c64248e0f407b523]

        INTEGRATION: CWS warnings01 (1.3.346); FILE MERGED 2005/09/23 00:51:55 sb 1.3.346.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/30 17:03:15 sb 1.3.346.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63167a1ef3935582468fd67435b90b8aa662efce]

        INTEGRATION: CWS warnings01 (1.3.346); FILE MERGED 2005/09/23 00:51:46 sb 1.3.346.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/30 17:03:15 sb 1.3.346.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9915a3fe074cde90cdab303c5d3343ef6bf7f5e3]

        INTEGRATION: CWS warnings01 (1.4.132); FILE MERGED 2005/09/23 00:51:35 sb 1.4.132.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/30 17:03:15 sb 1.4.132.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c96ac69b321ea23fe00cc4d1fcae2b255f2d5d]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2006/05/24 00:15:54 sb 1.8.32.5: RESYNC: (1.10-1.12); FILE MERGED 2005/09/23 00:51:03 sb 1.8.32.4: RESYNC: (1.8-1.10); FILE MERGED 2005/08/30 17:07:03 sb 1.8.32.3: #i53898# Made code warning-free. 2005/08/30 17:03:15 sb 1.8.32.2: #i53898# Made code warning-free. 2005/08/29 13:56:00 sb 1.8.32.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6aeb546346c8e54e80317efa88b57389e0d874d]

        INTEGRATION: CWS warnings01 (1.16.38); FILE MERGED 2006/04/20 14:23:42 sb 1.16.38.6: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 21:02:09 sb 1.16.38.5: RESYNC: (1.17-1.18); FILE MERGED 2005/11/07 12:11:26 sb 1.16.38.4: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:50:54 sb 1.16.38.3: RESYNC: (1.16-1.17); FILE MERGED 2005/08/30 17:03:14 sb 1.16.38.2: #i53898# Made code warning-free. 2005/08/29 13:55:59 sb 1.16.38.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a223994daa786edbdacd830583b34803cbb217d1]

        INTEGRATION: CWS warnings01 (1.6.184); FILE MERGED 2006/04/07 21:01:36 sb 1.6.184.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 00:50:18 sb 1.6.184.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 17:03:14 sb 1.6.184.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcec621ed8a34627971af4738a6be66687cbe41a]

        INTEGRATION: CWS warnings01 (1.6.82); FILE MERGED 2005/09/23 00:49:58 sb 1.6.82.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/20 12:57:17 sb 1.6.82.2: #i53898# Globally disable problematic warnings. 2005/08/30 17:03:14 sb 1.6.82.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e6ae95f2ebf9038a3b0c3fbf4c53cdbc10f3697]

        INTEGRATION: CWS warnings01 (1.4.346); FILE MERGED 2005/09/23 00:49:25 sb 1.4.346.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 12:57:17 sb 1.4.346.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9511d14e35378ef3d7d6965f3cf6a228abc81b]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/03/09 18:56:45 pl 1.3.12.2: #i59991# removed warnings from system header 2006/03/09 17:24:21 pl 1.3.12.1: #i59991# removed an unused local

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6fd6792b7deefb9aeb4cd6c2a54f7045ef1b010]

        INTEGRATION: CWS warnings01 (1.25.92); FILE MERGED 2006/04/07 21:01:16 sb 1.25.92.6: RESYNC: (1.27-1.28); FILE MERGED 2006/02/24 13:56:04 sb 1.25.92.5: #i53898# Added SAL_MAX_SIZE. 2005/11/07 19:42:25 pl 1.25.92.4: RESYNC: (1.26-1.27); FILE MERGED 2005/09/23 00:47:20 sb 1.25.92.3: RESYNC: (1.25-1.26); FILE MERGED 2005/09/06 10:12:39 sb 1.25.92.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/08/29 13:54:40 sb 1.25.92.1: #i53898# Added int-cast stuff and brought in sal_[u]IntPtr from CWS ooo64bit02, both to help make code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4977d90ba4b2c9ae105dab8a3a9d2097699712f4]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2005/11/21 15:41:25 sb 1.5.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [232c40a0054548dc5ae3bcc221d1bbbb095124fd]

        INTEGRATION: CWS warnings01 (1.19.304); FILE MERGED 2005/09/23 00:46:35 sb 1.19.304.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/20 12:57:16 sb 1.19.304.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3a89877f225c78a9d380f6eb4772dca327f424]

        INTEGRATION: CWS warnings01 (1.24.12); FILE MERGED 2006/05/24 00:14:08 sb 1.24.12.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/16 15:39:15 fs 1.24.12.1: #i55991# identifier 'l' in 'valueOf( sal_Int64, ..)' conflicts with other global (unchangeable) identifiers (more concrete, with some enum value in some Mozilla header)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59fc026751a30633cc82469b488d2480d6b2b1e]

        INTEGRATION: CWS warnings01 (1.15.50); FILE MERGED 2005/11/07 12:11:26 sb 1.15.50.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:45:44 sb 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2005/09/20 12:57:16 sb 1.15.50.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8fde8437be0784ae1ef94cae8824934c287b4e0]

        INTEGRATION: CWS warnings01 (1.19.12); FILE MERGED 2006/05/24 00:12:59 sb 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 15:39:15 fs 1.19.12.1: #i55991# identifier 'l' in 'valueOf( sal_Int64, ..)' conflicts with other global (unchangeable) identifiers (more concrete, with some enum value in some Mozilla header)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e953fb8732bdf47b45b29437b358a333540955b5]

        INTEGRATION: CWS warnings01 (1.13.12); FILE MERGED 2005/11/07 12:11:25 sb 1.13.12.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [338aab8286c22c9ff8db9a4bbd88f72448e55157]

        INTEGRATION: CWS warnings01 (1.7.234); FILE MERGED 2005/09/23 00:43:16 sb 1.7.234.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/05 12:43:40 sb 1.7.234.1: #i53898# Added missing const to inline functions.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8329f390a600eb51eec540b25708d8423920e31d]

        INTEGRATION: CWS warnings01 (1.4.166); FILE MERGED 2005/09/23 00:39:45 sb 1.4.166.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/30 17:03:13 sb 1.4.166.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b6122e66502d193822dd08fe06c5d4736bebf0]

        INTEGRATION: CWS warnings01 (1.6.82); FILE MERGED 2005/09/23 00:39:14 sb 1.6.82.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 17:03:13 sb 1.6.82.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4b348e62c3058b1c2a4049a78a00aef14237231]

        INTEGRATION: CWS warnings01 (1.4.196); FILE MERGED 2005/11/18 09:13:23 sb 1.4.196.3: #i53898# Made code warning-free (in some cases reverting previous attempts). 2005/09/23 00:37:46 sb 1.4.196.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/20 12:57:15 sb 1.4.196.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [077207733b289faf92c5e38e9fa092e3621ab93c]

        INTEGRATION: CWS warnings01 (1.7.184); FILE MERGED 2005/09/23 00:37:37 sb 1.7.184.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/14 15:20:28 sb 1.7.184.1: #i53898# Changed OSL_INVALID_PORT into a negative value.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fd543620a36777cc0476b585d21a0937b1824c0]

        INTEGRATION: CWS warnings01 (1.3.440); FILE MERGED 2006/01/25 22:00:49 sb 1.3.440.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/23 00:37:28 sb 1.3.440.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 13:55:59 sb 1.3.440.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cfc8e0b07f444409f606866d7603213c2ca7d3c]

        INTEGRATION: CWS warnings01 (1.8.346); FILE MERGED 2005/09/23 00:37:08 sb 1.8.346.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/29 13:55:57 sb 1.8.346.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d04da448fde6e7c95e909efddaf415f76a531d]

        INTEGRATION: CWS warnings01 (1.3.418); FILE MERGED 2005/11/08 18:00:43 pl 1.3.418.3: #i53898# fix a visbility issue 2005/09/23 00:35:36 sb 1.3.418.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/20 12:57:15 sb 1.3.418.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4ee7c14a3c3a5cab2ece65fbdd69b04616d8c9]

        INTEGRATION: CWS warnings01 (1.11.122); FILE MERGED 2005/11/07 12:11:25 sb 1.11.122.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:35:06 sb 1.11.122.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/20 12:57:14 sb 1.11.122.1: #i53898# Globally disable problematic warnings.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c603ae7347471b6945e04d89e4419d7ff39d6cb]

        INTEGRATION: CWS warnings01 (1.6.62); FILE MERGED 2006/04/07 21:00:50 sb 1.6.62.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 00:33:22 sb 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/12 14:08:48 sb 1.6.62.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aebde8a968702651446121abc742e7940c8c8bd2]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/21 08:48:50 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [74eb8b869da9e8d41dbfba7d9c1b6cf9a5c4697c]

        INTEGRATION: CWS warnings01 (1.2.134); FILE MERGED 2005/09/23 00:30:01 sb 1.2.134.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/02 15:01:32 sb 1.2.134.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c705842d7165c73a678d7943e95ce1371f89514]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/09/23 00:28:32 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 14:06:06 sb 1.2.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d38e6cd08f7e5b4e879674a4015cb4cb9e82b36e]

        INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED 2005/11/29 12:25:06 sb 1.6.34.3: #i53898# Made code warning-free. 2005/09/23 00:26:45 sb 1.6.34.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 07:48:39 sb 1.6.34.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3e6146e6384724d567abb5b5d7e37c537c0caac]

        INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/09/23 00:26:36 sb 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/07 13:50:21 sb 1.2.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [50724e71f13bcf9526f0cefc12d6d682dbb9759b]

        INTEGRATION: CWS warnings01 (1.4.76); FILE MERGED 2005/09/23 00:25:13 sb 1.4.76.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/07 13:50:21 sb 1.4.76.2: #i53898# Made code warning-free. 2005/09/01 07:48:39 sb 1.4.76.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2249f5be09d05717aad5692569ece331c64efe]

        INTEGRATION: CWS warnings01 (1.6.120); FILE MERGED 2005/09/23 00:24:58 sb 1.6.120.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/07 13:50:21 sb 1.6.120.2: #i53898# Made code warning-free. 2005/09/01 07:48:39 sb 1.6.120.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70436a4ef7a51225b608269d2682dbc74c4ba839]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/11/07 19:41:51 pl 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/23 00:24:38 sb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/07 13:50:20 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [977136d3f7cace94608df9ebc2d0e0ed489f21db]

        INTEGRATION: CWS warnings01 (1.1.1.1.138); FILE MERGED 2005/11/29 12:25:05 sb 1.1.1.1.138.3: #i53898# Made code warning-free. 2005/09/23 00:24:29 sb 1.1.1.1.138.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/07 13:50:20 sb 1.1.1.1.138.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [59f94050fca667bef75cdbe80ba616a001f10faf]

        INTEGRATION: CWS warnings01 (1.9.80); FILE MERGED 2005/11/07 19:41:39 pl 1.9.80.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/23 00:24:05 sb 1.9.80.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/07 13:50:20 sb 1.9.80.2: #i53898# Made code warning-free. 2005/09/01 11:29:58 sb 1.9.80.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da739c80b71fa7a26359cfabf089a862554b5b0]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2005/09/23 00:23:50 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 07:48:38 sb 1.4.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a5c7ebf851bcf7a17fc2b47f206595008a5b95f]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2005/09/23 00:23:41 sb 1.4.10.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/07 13:50:20 sb 1.4.10.2: #i53898# Made code warning-free. 2005/09/01 07:48:37 sb 1.4.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dd07e521450469c8c69e5adf0615206d9199c9b]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2005/11/29 12:25:04 sb 1.3.10.3: #i53898# Made code warning-free. 2005/09/23 00:23:18 sb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 07:48:37 sb 1.3.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d037aef4291d4ed22d16aeb1b482b6e9ba4f3362]

        INTEGRATION: CWS warnings01 (1.3.120); FILE MERGED 2005/09/23 00:23:09 sb 1.3.120.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/07 13:50:19 sb 1.3.120.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5727f7af5e1b7168ed1450de14cea431789a07b7]

        INTEGRATION: CWS warnings01 (1.31.8); FILE MERGED 2006/01/25 21:59:33 sb 1.31.8.4: RESYNC: (1.32-1.33); FILE MERGED 2005/09/23 00:21:14 sb 1.31.8.3: RESYNC: (1.31-1.32); FILE MERGED 2005/08/31 13:04:28 sb 1.31.8.2: #i53898# Made code warning-free. 2005/08/29 13:00:23 sb 1.31.8.1: #i53898# Disable warnings from within STLport headers on unxsoli4 and unxsols4.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb01b7b425e8525e55994e80232e61eeb279dfc]

        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>  [b628e52083abd2604a8ad4c277dd3759984c8a48]

        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>  [028d9dbdc1ab690de7d5ab8d6387e8a3fca4d9b4]

        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>  [36f45b57257ce1e4b02d7491cfc7fe636ed918c5]

        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>  [f0d1a5872f30402f2a8fe9fddb6d4f0561fb86ea]

        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>  [1e92ed7108858be350e71ffd54d082491822d793]

        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>  [3868b550146a0f7f6759467747c33b8267515d94]

        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>  [77576d90257a866f4fb6c1f786b293d241e6a784]

        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>  [b192e5c523a9ca9db89b5caeff6002c1ab2b193f]

        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>  [71abc142eeb135a261f52b974d4d1627958e259d]

        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>  [a22cd10d1a803b7175bd95c930cc064dcab13910]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/09/23 00:09:22 sb 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 13:29:04 sb 1.3.14.1: #i53898# Fixed handling of integral literals.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc03fc3f9f9a6b2016e634b5c542e7bfe83db2ec]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/21 16:28:41 sb 1.5.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [129a389ee00822a1c5c8e6fabe3634b519cc08ca]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/11/21 16:48:17 sb 1.2.100.4: #i53898# Fixed previous change. 2005/11/21 16:28:41 sb 1.2.100.3: #i53898# Made code warning-free. 2005/09/23 00:08:43 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 14:14:29 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbe5b6b631253183d52c59f5bcbebba956327a19]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/11/21 16:28:41 sb 1.1.148.4: #i53898# Made code warning-free. 2005/11/08 16:34:40 pl 1.1.148.3: #i53898# removed warnings 2005/09/23 00:08:34 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:28 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6451dcf83b6dc30002979724f6a29f3d15486beb]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/11/08 16:34:39 pl 1.1.148.3: #i53898# removed warnings 2005/09/23 00:08:14 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:28 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [32f792e280d3952559cb53ad35b094b10ca65ac5]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/11/21 16:28:41 sb 1.2.100.4: #i53898# Made code warning-free. 2005/11/08 16:34:38 pl 1.2.100.3: #i53898# removed warnings 2005/09/23 00:08:05 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 14:14:28 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a72466d1a29166ace980e1fb6bf282862da9a55f]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/08 16:34:38 pl 1.3.4.1: #i53898# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaa6bdbaba83340b161fba1f9cbe14e8e82b4d2c]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/09/23 00:07:37 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:27 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [698a453f0f871ef4ebe771863e81ddf572243e8c]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/11/21 16:28:40 sb 1.2.4.2: #i53898# Made code warning-free. 2005/11/08 16:34:37 pl 1.2.4.1: #i53898# removed warnings

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [803b28396f1c8c8f985f265361eafcacfe437ba3]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/11/07 19:41:06 pl 1.2.100.3: RESYNC: (1.3-1.5); FILE MERGED 2005/09/23 00:07:09 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/29 14:14:27 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [680c0e537a54ae87dc70ca45d5a39e15625b9d67]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/02 16:00:17 sb 1.1.2.1: #i53898# Fixed warning-suppression in flex/bison generated code.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d03267b786b10297e6353a5ffeeee9d631bee311]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/02 15:59:43 sb 1.1.2.1: #i53898# Fixed warning-suppression in flex/bison generated code.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [905225bee6f9dd6726e2671f3fb71c8648e3dcb4]

        INTEGRATION: CWS warnings01 (1.13.14); FILE MERGED 2005/11/21 16:28:40 sb 1.13.14.6: #i53898# Made code warning-free. 2005/11/02 15:58:46 sb 1.13.14.5: #i53898# Fixed warning-suppression in flex/bison generated code. 2005/09/23 00:07:00 sb 1.13.14.4: RESYNC: (1.13-1.14); FILE MERGED 2005/09/13 13:29:02 sb 1.13.14.3: #i53898# Fixed handling of integral literals. 2005/09/05 12:26:09 sb 1.13.14.2: #i53898# Made code warning-free. 2005/08/29 14:14:26 sb 1.13.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b95a34f5e3ab460df66a1f0b650066a590cabc64]

        INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2006/05/24 00:10:44 sb 1.11.14.8: RESYNC: (1.13-1.14); FILE MERGED 2006/04/07 20:59:41 sb 1.11.14.7: RESYNC: (1.12-1.13); FILE MERGED 2005/11/21 16:28:40 sb 1.11.14.6: #i53898# Made code warning-free. 2005/11/02 15:58:45 sb 1.11.14.5: #i53898# Fixed warning-suppression in flex/bison generated code. 2005/09/23 00:06:47 sb 1.11.14.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 13:29:00 sb 1.11.14.3: #i53898# Fixed handling of integral literals. 2005/09/05 12:26:09 sb 1.11.14.2: #i53898# Made code warning-free. 2005/08/29 14:14:26 sb 1.11.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f36192c25f0979fb7d2983af584af5190085ef19]

        INTEGRATION: CWS warnings01 (1.10.26); FILE MERGED 2005/11/08 16:34:35 pl 1.10.26.5: #i53898# removed warnings 2005/11/07 19:40:49 pl 1.10.26.4: RESYNC: (1.11-1.13); FILE MERGED 2005/09/23 00:06:38 sb 1.10.26.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/05 12:26:08 sb 1.10.26.2: #i53898# Made code warning-free. 2005/08/29 14:14:25 sb 1.10.26.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [644ae7b524a6325b56ffb994cd74da2e6810b138]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/05/24 00:08:43 sb 1.10.30.4: RESYNC: (1.11-1.12); FILE MERGED 2005/11/02 15:58:44 sb 1.10.30.3: #i53898# Fixed warning-suppression in flex/bison generated code. 2005/09/23 00:06:29 sb 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 14:13:10 sb 1.10.30.1: #i53898# Disable warnings from within code generated by flex and bison.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [022198063c030a37959f3446afdd7dd675edc5b4]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/09/23 00:06:20 sb 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 14:14:25 sb 1.10.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [31e6bae20d0a138afee1d01fc89bd9096eb2c9d3]

        INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED 2005/09/23 00:06:11 sb 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/05 12:26:08 sb 1.12.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [37c0cdc45cdf67c1165a7364e990fd282f30d443]

        INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2005/11/07 19:40:26 pl 1.16.10.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/23 00:06:02 sb 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/09/05 12:26:07 sb 1.16.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bea03feb304fb231987ffe322d9414bf118cf85]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2006/05/24 00:07:38 sb 1.5.30.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/23 00:02:54 sb 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/29 14:14:25 sb 1.5.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e5fd5ae2767d5bf4b30e42461603f4eec56cc7f]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/09/23 00:05:53 sb 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 12:26:07 sb 1.6.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d87635346c574d44a908d5bb95ee0b7be65218]

        INTEGRATION: CWS warnings01 (1.9.18); FILE MERGED 2006/05/24 00:08:36 sb 1.9.18.5: RESYNC: (1.11-1.12); FILE MERGED 2006/04/07 20:59:34 sb 1.9.18.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/23 00:05:40 sb 1.9.18.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 12:26:06 sb 1.9.18.2: #i53898# Made code warning-free. 2005/08/29 14:14:24 sb 1.9.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb434f4df6b5ad0343ff26bc18db9042a41708e1]

        INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2005/11/21 16:28:40 sb 1.6.12.3: #i53898# Made code warning-free. 2005/09/23 00:05:21 sb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 12:26:06 sb 1.6.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [740dba21a8877ea0fba79888bdb5bd10f116213e]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/11/07 12:12:27 sb 1.1.148.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/23 00:04:49 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:24 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c4f95e1a5e6973fc711d47c39340e5ac4c7bc29]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 16:28:40 sb 1.9.30.4: #i53898# Made code warning-free. 2005/09/23 00:04:27 sb 1.9.30.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 12:26:06 sb 1.9.30.2: #i53898# Made code warning-free. 2005/08/29 14:14:24 sb 1.9.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4cbe9f098164cd87f0980183182c7fd3f6e61e]

        INTEGRATION: CWS warnings01 (1.4.40); FILE MERGED 2005/09/23 00:04:37 sb 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/29 14:14:23 sb 1.4.40.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d03c46087fb4e00624f1727c20f6313e93450658]

        INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED 2005/11/21 16:28:39 sb 1.8.12.5: #i53898# Made code warning-free. 2005/09/23 00:04:06 sb 1.8.12.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 13:28:59 sb 1.8.12.3: #i53898# Fixed handling of integral literals. 2005/09/05 12:26:05 sb 1.8.12.2: #i53898# Made code warning-free. 2005/08/29 14:14:23 sb 1.8.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80399ca6b1d30c76c64645a183ba79beccedbbc4]

        INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2005/09/23 00:03:56 sb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/29 14:14:23 sb 1.6.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aba13fc407fdd83ba4b04525d7d8037e36a117b]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/09/23 00:03:28 sb 1.7.30.3: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 16:43:44 sb 1.7.30.2: #i53898# Fixed previous modification. 2005/08/29 14:14:22 sb 1.7.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96f0fe87f0046284d533f9a7d82d8b324172807]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2006/05/24 00:07:15 sb 1.6.18.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/23 00:01:48 sb 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 12:26:04 sb 1.6.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1143ac4d7ddd28857a9424c2968060c670b5b5dc]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/09/23 00:00:03 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:22 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f5d3c4aa566018da92f4643a06e9303331b4e8f]

        INTEGRATION: CWS warnings01 (1.1.148); FILE MERGED 2005/09/22 23:57:57 sb 1.1.148.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/29 14:14:22 sb 1.1.148.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ea7f1509b89d2aa9cfe3e59dd8ff1e36372d2d9]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 12:12:26 sb 1.3.30.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 23:56:05 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 14:14:21 sb 1.3.30.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [997fbaab82891b75e37cecc73775936ab52c70a0]

        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>  [0cc54ad8d36e1e3766b789ab294786bfe5034e62]

        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>  [8bc9b900b57cd717823984c67c64308c862ac5f6]

        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>  [f97c561b4b24ba9c155b123928e7940bcd1d85ee]

        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>  [e970f395fbc0b6a3e3f6d7ed96eb036078d265f3]

        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>  [027ac988ad4ea3a03eda8aa9812425557b29765a]

        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>  [8135c666aab3d83da58b2de26de682fc176e5ba0]

        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>  [957cbba44bdd4eb934381a0c4289d81552d3699a]

        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>  [e56baec3ba0c40624c4e6887dcc664e427fd3f1d]

        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>  [3a8f21bdef7b4993896931852b3049c2b237eb2d]

        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>  [ffd5b2df17b6e18dad7b388ec97126d37b4ebaa2]

        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>  [81502ae57aec17d72f716b74438bed1486326121]

        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>  [4299f3998ab0477b795e7721dbb3cefb37f010d1]

        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>  [27568f5151ba14c39b6ec00706f6b7d8451277d6]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:37 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67bc9f7265264513dc75d384b77b43239d6b8db5]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/01/31 13:35:36 sb 1.4.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [090f68181a69b14be7ac485a97944c3a6f0cdd19]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/01/31 13:35:35 sb 1.4.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0fc61817a5c201cf32b9a835fd3ea8c36fbcf8]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:35 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9648c3948a92f7a115acb0334ae61eac4dbffe5]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/01/31 13:35:34 sb 1.2.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc5e87024a233f800dd319423afe6369f5555e17]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:34 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed669979473c91e0e2a5c355029d5996e90b211]

        INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED 2006/05/26 13:53:29 sb 1.2.6.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d23fb21f2f8780884b093c51887bb6809d36d991]

        INTEGRATION: CWS warnings01 (1.8.18); FILE MERGED 2006/05/24 00:05:39 sb 1.8.18.3: RESYNC: (1.10-1.11); FILE MERGED 2006/04/07 20:58:04 sb 1.8.18.2: RESYNC: (1.8-1.10); FILE MERGED 2006/01/31 13:35:26 sb 1.8.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99cf5b427dfc413fa0edbbe1b04b2f5ab5ca527]

        INTEGRATION: CWS warnings01 (1.1.122); FILE MERGED 2006/01/31 13:35:24 sb 1.1.122.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f7a6fba0217f152095929c9a4d99261685c4e1]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/01/31 13:35:24 sb 1.2.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [226c57e697948b4b5abf10f7b34e1f43f8f26406]

        INTEGRATION: CWS warnings01 (1.1.122); FILE MERGED 2006/01/31 13:35:23 sb 1.1.122.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d631ef68ffb9a609858562dea5e2a99cc2178559]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/01/31 13:35:23 sb 1.2.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a072cf75a5423e687764e52d0a2e5765ed3637b5]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/01/31 13:35:22 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24683c5472b9f80bb672eb8835f2e34443667496]

        INTEGRATION: CWS warnings01 (1.1.122); FILE MERGED 2006/01/31 13:35:22 sb 1.1.122.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3da7e3bbcd0d5244d6a97b73b77d314faee3897]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:21 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf9e46ee0e8bfb47fda845147e1c44aae214997]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/04/07 20:57:57 sb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/31 13:35:20 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0704a7876e1bfa6d5bcf654fdb7cb09812a3fa21]

        INTEGRATION: CWS warnings01 (1.1.122); FILE MERGED 2006/04/07 20:57:47 sb 1.1.122.2: RESYNC: (1.1-1.2); FILE MERGED 2006/01/31 13:35:19 sb 1.1.122.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [394dd9629fa98a2d56e61d74505cc1bb159b6710]

        INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2006/01/31 13:35:18 sb 1.4.26.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c190080d77f5e07c8c349bef8fde78422c61619]

        INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2006/01/31 13:35:18 sb 1.3.26.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7db8cedb25ff8869b61e42041fb6171d7d9ee842]

        INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED 2006/01/31 13:35:17 sb 1.4.26.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb46e6ef9bc56a4f15e8469db1d439e4d798422e]

        INTEGRATION: CWS warnings01 (1.7.6); FILE MERGED 2006/04/20 14:25:29 sb 1.7.6.3: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 20:57:29 sb 1.7.6.2: RESYNC: (1.7-1.9); FILE MERGED 2006/01/31 13:35:16 sb 1.7.6.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca25c4cbaa96d15b60e8826efb38d460d4aebf13]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/01/31 13:35:15 sb 1.6.10.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [669e8d2cf0dd822cdd39aec84893b64feae53632]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:12 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1239b885aa46cfcb53d061783c431d4033690283]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/01/31 13:35:11 sb 1.2.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [28e3362541204d0b745d85effb9fc34ad80ef648]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/31 13:35:11 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4660e0770bb452a85dc70f8ee4adbf0fac70b72]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2006/01/25 21:56:39 sb 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/24 15:59:25 is 1.5.18.1: #i56544# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4aa7c93f6b19bd3317a26bfd349524b667f379]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:33 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4254ee38404354a27e974aa8f7d9b914edb1df78]

        INTEGRATION: CWS warnings01 (1.6.54); FILE MERGED 2006/03/24 15:36:32 fs 1.6.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [95cc70acfb8f6db32b0aa83508480e52cb86aec2]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:32 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecf2072b9b6d91a0eecb66efe138b8d873a76f37]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/06/14 10:29:56 fs 1.5.50.2: removed useless include 2006/03/24 15:36:32 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cf94a1016166d84d3217fe29cc6e504dbf0d571]

        INTEGRATION: CWS warnings01 (1.13.48); FILE MERGED 2006/05/24 00:03:00 sb 1.13.48.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/24 15:36:31 fs 1.13.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [50044fcf1309c6ba82f49ef53365bec8fb56c3ee]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/05/24 00:02:20 sb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2006/03/24 15:36:31 fs 1.2.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3258638b3b04789e990ff9466e457ec2af1ed8e7]

        INTEGRATION: CWS warnings01 (1.17.6); FILE MERGED 2006/03/24 15:36:31 fs 1.17.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fbbb6929147c4292a6f6711764244d12a86dd58]

        INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED 2006/03/24 15:36:31 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea13616c84bde70f4651bb50c0e0f5569d4dff5d]

        INTEGRATION: CWS warnings01 (1.25.74); FILE MERGED 2006/05/24 00:02:01 sb 1.25.74.3: RESYNC: (1.26-1.28); FILE MERGED 2006/04/07 20:56:32 sb 1.25.74.2: RESYNC: (1.25-1.26); FILE MERGED 2006/03/24 15:36:31 fs 1.25.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [00490c5dc69128c76e055b5df851b86b258f2837]

        INTEGRATION: CWS warnings01 (1.5.26); FILE MERGED 2006/03/24 15:36:31 fs 1.5.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [96ccc4a6c1964bac7b390b422da9f63444628854]

        INTEGRATION: CWS warnings01 (1.8.74); FILE MERGED 2006/03/24 15:36:31 fs 1.8.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a4ecee5e5d7f346fd24b5987618e6f15534d0c9]

        INTEGRATION: CWS warnings01 (1.100.4); FILE MERGED 2006/05/24 00:01:52 sb 1.100.4.3: RESYNC: (1.101-1.103); FILE MERGED 2006/04/07 20:56:11 sb 1.100.4.2: RESYNC: (1.100-1.101); FILE MERGED 2006/03/24 15:36:30 fs 1.100.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a0d8015cc333f6da3c5dd11b570525034c1883]

        INTEGRATION: CWS warnings01 (1.14.48); FILE MERGED 2006/05/24 00:01:36 sb 1.14.48.3: RESYNC: (1.15-1.17); FILE MERGED 2006/04/07 20:56:02 sb 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:36:30 fs 1.14.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dba16df7385e23e4c12450e0bccf54ad653ab19]

        INTEGRATION: CWS warnings01 (1.46.6); FILE MERGED 2006/05/24 00:01:28 sb 1.46.6.3: RESYNC: (1.47-1.50); FILE MERGED 2006/04/07 20:55:55 sb 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2006/03/24 15:36:30 fs 1.46.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b543518adfebdc125ca607c04ec6ea1383bdd44]

        INTEGRATION: CWS warnings01 (1.20.24); FILE MERGED 2006/03/24 15:36:30 fs 1.20.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca3ffae13b1d8b85de3bf054c5e309089fbd6d6c]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:36:30 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1207bf844fb5e0558be0137024538c4316ccd9b]

        INTEGRATION: CWS warnings01 (1.20.72); FILE MERGED 2006/05/24 00:01:10 sb 1.20.72.2: RESYNC: (1.20-1.21); FILE MERGED 2006/03/24 15:36:29 fs 1.20.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b74a89a47399324a0bdbe714aca8ec1eace315b]

        INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:36:29 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [385504b18f376757e4433c347423c4fa8fe3dfc0]

        INTEGRATION: CWS warnings01 (1.42.74); FILE MERGED 2006/03/24 15:36:29 fs 1.42.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d980f79e7ee4c2b2ec8d7f612d75198976cce8a5]

        INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED 2006/03/24 15:36:29 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9da0f1bf47073a0b102428ba208419d413439232]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/05/12 16:25:14 sb 1.2.50.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:36:29 fs 1.2.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5808d93fefad5fc0285d3fb5cd19996bcd028a4c]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:29 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c06bd410c138da6b81b9b61a2e2ffe09efeda60e]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:28 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a80dc3400646e286ae891dcd284cfe62c98e2cb]

        INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:36:28 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [21c4a44b8bc095defdb2fc06711309938ddf8316]

        INTEGRATION: CWS warnings01 (1.102.74); FILE MERGED 2006/05/24 00:00:47 sb 1.102.74.2: RESYNC: (1.102-1.103); FILE MERGED 2006/03/24 15:36:28 fs 1.102.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ce8a8e3aadd70ccc30e554bcb90f0b830aab37a]

        INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:36:28 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a94f21b760c275b0ab3e2e9f15671592f9e58ce9]

        INTEGRATION: CWS warnings01 (1.19.50); FILE MERGED 2006/03/24 15:36:28 fs 1.19.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f63f27e31eba855f25b5af2de8a8fd12b41817]

        INTEGRATION: CWS warnings01 (1.29.50); FILE MERGED 2006/03/24 15:36:28 fs 1.29.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6533b6f86e90c523c773f2bcacbb95b8e15bb8f9]

        INTEGRATION: CWS warnings01 (1.4.48); FILE MERGED 2006/04/07 20:55:36 sb 1.4.48.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 15:36:27 fs 1.4.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07925d255d5f4ffdede5075261c65ff7b166cff2]

        INTEGRATION: CWS warnings01 (1.30.48); FILE MERGED 2006/03/24 15:36:27 fs 1.30.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e343b24c40b1781715f3c4b936f4e48774004f7c]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/03/24 15:36:27 fs 1.2.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b352d05351e7c4ed4da5cd17c284431fbb912ecb]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:27 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf136f915700074021350b3f1b79db0a3252257a]

        INTEGRATION: CWS warnings01 (1.6.48); FILE MERGED 2006/03/24 15:36:27 fs 1.6.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a8c37b1765d5cfef682836f4af0ba88718bed3]

        INTEGRATION: CWS warnings01 (1.12.50); FILE MERGED 2006/03/24 15:36:27 fs 1.12.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac6063c23c135a642d38870e99c4abc6ec8428e7]

        INTEGRATION: CWS warnings01 (1.23.74); FILE MERGED 2006/03/24 15:36:26 fs 1.23.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6856ba8b791fc3aba6094449fd974a56a74521bb]

        INTEGRATION: CWS warnings01 (1.66.6); FILE MERGED 2006/06/12 12:52:54 fs 1.66.6.2: #i66333# removed senseless SetMapMode 2006/03/24 15:36:26 fs 1.66.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d720448930f7cb4e6fc4f9f8ee4f872dd6a2c781]

        INTEGRATION: CWS warnings01 (1.24.50); FILE MERGED 2006/03/24 15:36:26 fs 1.24.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1723dd65cb7a3cda2fb5f231257bd7e4310f7131]

        INTEGRATION: CWS warnings01 (1.18.50); FILE MERGED 2006/03/24 15:36:26 fs 1.18.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e942132160d2f4cf4d0c79d4e7c3001decb848b]

        INTEGRATION: CWS warnings01 (1.35.72); FILE MERGED 2006/05/24 00:00:20 sb 1.35.72.2: RESYNC: (1.35-1.36); FILE MERGED 2006/03/24 15:36:26 fs 1.35.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e27c0a5934590f33fd882b3a9677855ed0b388]

        INTEGRATION: CWS warnings01 (1.76.72); FILE MERGED 2006/05/24 00:00:05 sb 1.76.72.3: RESYNC: (1.77-1.78); FILE MERGED 2006/04/07 20:55:28 sb 1.76.72.2: RESYNC: (1.76-1.77); FILE MERGED 2006/03/24 15:36:26 fs 1.76.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [31f6d1f98fd552efe52bc56fb9e5739a4ec347d5]

        INTEGRATION: CWS warnings01 (1.15.48); FILE MERGED 2006/03/24 15:36:25 fs 1.15.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d62ba8bb6dc21465f213a3d28d0e4194b726849]

        INTEGRATION: CWS warnings01 (1.7.48); FILE MERGED 2006/03/24 15:36:25 fs 1.7.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [32b2691807de78ee5047d6c294cacda4cb82c01c]

        INTEGRATION: CWS warnings01 (1.52.6); FILE MERGED 2006/03/24 15:36:25 fs 1.52.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [20fad84d612ff47fdfe8f668a23ab6200d954b48]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:36:25 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf1f790ea4a175f83360fe6204f0881e1de2d09]

        INTEGRATION: CWS warnings01 (1.17.74); FILE MERGED 2006/03/24 15:36:25 fs 1.17.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [69ea90d3ad379e5a66bc52c33ec6ce34d0a01acd]

        INTEGRATION: CWS warnings01 (1.35.74); FILE MERGED 2006/05/23 23:59:44 sb 1.35.74.3: RESYNC: (1.36-1.37); FILE MERGED 2006/04/07 20:55:09 sb 1.35.74.2: RESYNC: (1.35-1.36); FILE MERGED 2006/03/24 15:36:25 fs 1.35.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cb69f1df227ddc8028925fd69850ef1b4175b87]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:24 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0304c72a45e65926dd97f1df2acb38afc174b32b]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:36:24 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d540cd38ae38d4c8c681484d1c49c6aaf08cce7]

        INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED 2006/03/24 15:36:24 fs 1.9.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9241e666c35d18b90834cb3cd32389df37bae43f]

        INTEGRATION: CWS warnings01 (1.19.50); FILE MERGED 2006/03/24 15:36:24 fs 1.19.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [674754f406f0f61675f8ce1d8c3a18b2912d78a2]

        INTEGRATION: CWS warnings01 (1.16.74); FILE MERGED 2006/03/24 15:36:24 fs 1.16.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8acf244935b909f371435dea58220ec8a3decee8]

        INTEGRATION: CWS warnings01 (1.25.74); FILE MERGED 2006/03/27 08:16:54 fs 1.25.74.2: #i10000# 2006/03/24 15:36:23 fs 1.25.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f90f994105c3591589ac910a997a19f7a4751a88]

        INTEGRATION: CWS warnings01 (1.17.74); FILE MERGED 2006/03/24 15:36:23 fs 1.17.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [02e0e210ffc0b2f0af6b2dd4372852587e0b9603]

        INTEGRATION: CWS warnings01 (1.28.24); FILE MERGED 2006/04/07 20:54:27 sb 1.28.24.2: RESYNC: (1.28-1.29); FILE MERGED 2006/03/24 15:36:23 fs 1.28.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6423c79129d968f474cd61d38bb1040a6cc41e16]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:23 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f95ceee3a85ab0d4f580ae39b13b1ebf1adcdbf]

        INTEGRATION: CWS warnings01 (1.9.20); FILE MERGED 2006/06/01 07:21:31 fs 1.9.20.1: #i10000# renamed the find methods to findFoo

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f3c7ffa3ae8c79ceebec66080c138d0ed42552e]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/03/24 15:36:22 fs 1.23.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c493ef21c96fdf89c6d998409e36cd434d8f8754]

        INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/03/24 15:36:22 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [468e31801bb21e81265858ec98dd86b8a7c2125e]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/05/23 23:59:10 sb 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/24 15:36:22 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d190cc8e16bca2a013c738307e5ace2053f47a5]

        INTEGRATION: CWS warnings01 (1.42.4); FILE MERGED 2006/05/29 11:19:13 sb 1.42.4.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:58:51 sb 1.42.4.2: RESYNC: (1.42-1.44); FILE MERGED 2006/03/24 15:36:22 fs 1.42.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [879af56a30d849f078a909a1da628c90b15ea9cb]

        INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2006/05/23 23:58:36 sb 1.17.4.2: RESYNC: (1.17-1.19); FILE MERGED 2006/03/24 15:36:22 fs 1.17.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [440b205fdb9446b0302aa37e15da2f07bf2d8d6d]

        INTEGRATION: CWS warnings01 (1.24.50); FILE MERGED 2006/03/24 15:36:22 fs 1.24.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6f8761c860c95e5048bc113b1bb3427b6ac6a8a]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2006/05/29 11:19:13 sb 1.2.30.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [808052a13947c9841ce5c9e40860c48bbfbf3434]

        INTEGRATION: CWS warnings01 (1.59.6); FILE MERGED 2006/03/24 15:36:21 fs 1.59.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f305efbad71fdbafd1cd7370a73e423bc692ce5]

        INTEGRATION: CWS warnings01 (1.6.22); FILE MERGED 2006/03/24 15:36:21 fs 1.6.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8494cc93e974b46f5ce7879bb68b9dab41d22f]

        INTEGRATION: CWS warnings01 (1.28.22); FILE MERGED 2006/03/24 15:36:21 fs 1.28.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4de524a9e7c5d4041376f7d2c201c36456aa37]

        INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED 2006/05/29 11:19:13 sb 1.5.6.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:58:14 sb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/24 15:36:21 fs 1.5.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [389e335e1d2243c5d60ef034431eabc35d4f6675]

        INTEGRATION: CWS warnings01 (1.18.4); FILE MERGED 2006/05/23 23:58:01 sb 1.18.4.2: RESYNC: (1.18-1.20); FILE MERGED 2006/03/24 15:36:21 fs 1.18.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1389e6698b596dceadb91b0d0bf558b7cfdb34]

        INTEGRATION: CWS warnings01 (1.10.74); FILE MERGED 2006/05/23 23:57:51 sb 1.10.74.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/24 15:36:21 fs 1.10.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a23a6b917d73371a46c68c4a53f0f6c8f6101d3]

        INTEGRATION: CWS warnings01 (1.22.4); FILE MERGED 2006/05/29 11:19:13 sb 1.22.4.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:57:43 sb 1.22.4.2: RESYNC: (1.22-1.24); FILE MERGED 2006/03/24 15:36:21 fs 1.22.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [531dccbb6c9cfa69092fcbbd9285455ed3472669]

        INTEGRATION: CWS warnings01 (1.28.4); FILE MERGED 2006/05/29 11:19:13 sb 1.28.4.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:57:30 sb 1.28.4.2: RESYNC: (1.28-1.31); FILE MERGED 2006/03/24 15:36:20 fs 1.28.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8e614e0f6f64c1e0b18aaa940b4acb15c24b83b]

        INTEGRATION: CWS warnings01 (1.63.54); FILE MERGED 2006/03/24 15:36:20 fs 1.63.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9d7bc6aad976e4c8e0ec3ea8ef284d5f80a774]

        INTEGRATION: CWS warnings01 (1.14.50); FILE MERGED 2006/03/24 15:36:20 fs 1.14.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1b51f8ff44e4160401c2a84ebc1e1593e3093cd]

        INTEGRATION: CWS warnings01 (1.3.48); FILE MERGED 2006/03/24 15:36:20 fs 1.3.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d4e05b0cc18c18000c356d02c30313512056036]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:36:20 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [395e46ed33c23ad62ea306f63fbfb798246be49e]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:19 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b11ecc83e33c9b301ef7f6da8ec3a195890f8bb2]

        INTEGRATION: CWS warnings01 (1.24.48); FILE MERGED 2006/03/24 15:36:19 fs 1.24.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [41a3863ef08c50c4c668469967123367b3312706]

        INTEGRATION: CWS warnings01 (1.12.74); FILE MERGED 2006/03/24 15:36:19 fs 1.12.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d200a70655624d5ecafd6ca77400177b4d951462]

        INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED 2006/03/24 15:36:19 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e87c3b982bb5470c6cfd87a444229ad2b9a44ef]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:36:19 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b082d8e0d4a91e8a74ac083de908b5b3d44f7645]

        INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED 2006/03/24 15:36:19 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0644d0ee5eac1bbecd8f21904e1ab03062ba2924]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:18 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef17ca706a240ca8f84148816ee24ceff5abc2a7]

        INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2006/06/01 07:21:16 fs 1.6.50.2: #i10000# renamed the find methods to findFoo, removed using Base::find 2006/03/24 15:36:18 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0dfccda07bdd62768ea0fc4e658a1729602f445]

        INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:36:18 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd73c441f4ae87ed7a04eca292f87e0fdcde2072]

        INTEGRATION: CWS warnings01 (1.33.74); FILE MERGED 2006/03/24 15:36:18 fs 1.33.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a3f54bead145415f1a374413a2a792def038f41]

        INTEGRATION: CWS warnings01 (1.12.50); FILE MERGED 2006/03/24 15:36:18 fs 1.12.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a0365787cf3346d7d1fa806aa46995b48fe8979]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:17 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea446ce4a0b9de434bf9b0d60ac1ab6bfec11044]

        INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2006/05/23 23:55:46 sb 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2006/03/24 15:36:17 fs 1.19.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fa0d288a9b6748f81870030d71d36c4e44c684a]

        INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2006/03/24 15:36:17 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec88f4118c2626c93355228989432ba248c8868d]

        INTEGRATION: CWS warnings01 (1.7.48); FILE MERGED 2006/05/29 11:19:12 sb 1.7.48.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:55:26 sb 1.7.48.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/24 15:36:17 fs 1.7.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1116e647f59634acc19ecfae136062fbeaf9fa5c]

        INTEGRATION: CWS warnings01 (1.15.74); FILE MERGED 2006/05/23 23:55:18 sb 1.15.74.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/24 15:36:17 fs 1.15.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [65e4cd871e2c0e3adac497a9af450f47389b20ee]

        INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED 2006/03/24 15:36:17 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [08bace5e2bfc7301e4ec33005887bf2de602a49a]

        INTEGRATION: CWS warnings01 (1.13.48); FILE MERGED 2006/03/24 15:36:16 fs 1.13.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8163955bd3f63f3159072764c3196ed973df1e9]

        INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED 2006/03/24 15:36:16 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c13f2173bfd0ddb998ebd589044057a44ce0c855]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:16 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [efbdfd553697a1873b4ca44cb1bc67b46a9a8f6b]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:16 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [227fe34fa679654c2f0d7ea8de4626f6669753d3]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:36:16 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [14cb2bf5cc035b86ee2003b73bfc8ad19fe8ec80]

        INTEGRATION: CWS warnings01 (1.8.48); FILE MERGED 2006/05/12 16:25:13 sb 1.8.48.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:36:16 fs 1.8.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b44a0ec85ea9a79c941d6dc73cfcae8891ab79f]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:15 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e04652938519ee064dbff0294485122fb16e8bb3]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/03/24 15:36:15 fs 1.2.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [821498f0549fd7cc6321302d5838b9d909ee5556]

        INTEGRATION: CWS warnings01 (1.13.48); FILE MERGED 2006/03/24 15:36:15 fs 1.13.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab20c7657a387a63d77cb7fac2ea6406f701159b]

        INTEGRATION: CWS warnings01 (1.19.50); FILE MERGED 2006/03/24 15:36:15 fs 1.19.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2fd4bebd263ef13b9b610d20f6563b78f9e079]

        INTEGRATION: CWS warnings01 (1.23.48); FILE MERGED 2006/03/24 15:36:15 fs 1.23.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6802e50735237f7a7737e10e8fc4c17e8c40752b]

        INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2006/03/24 15:36:15 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f8c38177207e0d1793e4515deb30833d492322]

        INTEGRATION: CWS warnings01 (1.11.20); FILE MERGED 2006/05/29 11:19:12 sb 1.11.20.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8ce2a70e422d05c0814fb597c858f0d2f68a8fa]

        INTEGRATION: CWS warnings01 (1.14.74); FILE MERGED 2006/03/24 15:36:14 fs 1.14.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dfeaffd255c25ebbcebff7bc2e90cc567df2ff2]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:14 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24ee9dc19cd82399bfdb15bddd8ecf5b393818e0]

        INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/05/23 23:54:21 sb 1.14.4.2: RESYNC: (1.14-1.16); FILE MERGED 2006/03/24 15:36:14 fs 1.14.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57ef8b2c4d13b199215508b713b882b638108ec]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:36:14 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [593e85c6ee8985fe97f0ec31ced1ea3e64419fde]

        INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED 2006/05/12 16:25:13 sb 1.10.50.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:36:14 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [769900f2bc2b66a96bdf339b022bc75388a35447]

        INTEGRATION: CWS warnings01 (1.24.74); FILE MERGED 2006/03/24 15:36:13 fs 1.24.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4c25310c72af490f335c0a315ec03bb29a893a]

        INTEGRATION: CWS warnings01 (1.20.74); FILE MERGED 2006/06/01 07:50:29 fs 1.20.74.2: #i57457# warning-free code 2006/03/24 15:36:13 fs 1.20.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d375096744d6fc0fce58ea591e7dd019c428a89]

        INTEGRATION: CWS warnings01 (1.15.50); FILE MERGED 2006/05/23 23:54:04 sb 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/24 15:36:13 fs 1.15.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2de2aa2d27703e92452291326a9df6d8ab72aeb6]

        INTEGRATION: CWS warnings01 (1.28.50); FILE MERGED 2006/03/24 15:36:13 fs 1.28.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f65958212350cdf84c28fc38284dc3aaf31c491]

        INTEGRATION: CWS warnings01 (1.11.74); FILE MERGED 2006/05/23 23:53:45 sb 1.11.74.2: RESYNC: (1.11-1.13); FILE MERGED 2006/03/24 15:36:13 fs 1.11.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c156b0a24b61267b2a89cc9f50d8238890bd2af]

        INTEGRATION: CWS warnings01 (1.5.48); FILE MERGED 2006/03/24 15:36:13 fs 1.5.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [47c3318ea72910706d61991124aa6bd1177f39e5]

        INTEGRATION: CWS warnings01 (1.14.72); FILE MERGED 2006/03/24 15:36:13 fs 1.14.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d0a506d9a150f92aeabd9e64cf77d7c5db94a01]

        INTEGRATION: CWS warnings01 (1.30.50); FILE MERGED 2006/04/07 20:52:48 sb 1.30.50.2: RESYNC: (1.30-1.31); FILE MERGED 2006/03/24 15:36:12 fs 1.30.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b339eff6932664aa29126e59c1f5bc54ad6b43b4]

        INTEGRATION: CWS warnings01 (1.14.74); FILE MERGED 2006/03/24 15:36:12 fs 1.14.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [15a187b27dfe5ea2ec5ec9b9a6af2434711e23c0]

        INTEGRATION: CWS warnings01 (1.24.22); FILE MERGED 2006/03/24 15:36:12 fs 1.24.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2275dc000a78c29709605b8efc0fe67852647ff0]

        INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/03/24 15:36:12 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83a358181eee7f4504bc48a762677e6023cf0cf]

        INTEGRATION: CWS warnings01 (1.46.50); FILE MERGED 2006/05/23 23:53:09 sb 1.46.50.2: RESYNC: (1.46-1.47); FILE MERGED 2006/03/24 15:36:12 fs 1.46.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [527d6b73b1e433f503c93a829a7328a70c7741e2]

        INTEGRATION: CWS warnings01 (1.14.48); FILE MERGED 2006/05/23 23:52:57 sb 1.14.48.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:36:12 fs 1.14.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b63e3a1d83c32206f290e2ad89df313a1528afbc]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/03/24 15:36:12 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d005be2634380e6602f34b59607bc1405578e5b]

        INTEGRATION: CWS warnings01 (1.26.50); FILE MERGED 2006/03/24 15:36:11 fs 1.26.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a4f3a9a39a273dbb5410109dc3809bac88b4c49]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/03/24 15:36:11 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b753a5944086045249063c332f6f5a32708b9bf]

        INTEGRATION: CWS warnings01 (1.23.48); FILE MERGED 2006/06/01 07:22:27 fs 1.23.48.2: include charsets.hxx here, not in a deeper hxx 2006/03/24 15:36:11 fs 1.23.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b6c061dfaa88be5518aa351b338254b9830e772]

        INTEGRATION: CWS warnings01 (1.38.70); FILE MERGED 2006/06/01 08:14:47 fs 1.38.70.4: #i57457# warning-free code 2006/06/01 07:25:24 fs 1.38.70.3: #i10000# renamed the OCharSetDisplay's find methods to findFoo 2006/05/23 23:52:40 sb 1.38.70.2: RESYNC: (1.38-1.39); FILE MERGED 2006/03/24 15:36:11 fs 1.38.70.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c75bbb83da89c89a0318229d4cad5b6830bdc9]

        INTEGRATION: CWS warnings01 (1.15.24); FILE MERGED 2006/06/01 07:24:34 fs 1.15.24.4: #i57457# 2006/05/23 23:52:24 sb 1.15.24.3: RESYNC: (1.16-1.17); FILE MERGED 2006/04/07 20:52:16 sb 1.15.24.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/24 15:36:11 fs 1.15.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83a56ba161577180f9732fffe7e2a1eb7f34a4c]

        INTEGRATION: CWS warnings01 (1.9.24); FILE MERGED 2006/06/01 07:23:15 fs 1.9.24.3: #i10000# 2006/05/23 23:52:09 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/24 15:36:10 fs 1.9.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [19d6cac030240c6991bf251935c0b3b6b431ee0c]

        INTEGRATION: CWS warnings01 (1.20.74); FILE MERGED 2006/03/24 15:36:10 fs 1.20.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43bfcbc168a4f437af56ab11a8605be97e678849]

        INTEGRATION: CWS warnings01 (1.95.74); FILE MERGED 2006/06/01 07:33:06 fs 1.95.74.3: #i57457# 2006/05/23 23:51:37 sb 1.95.74.2: RESYNC: (1.95-1.96); FILE MERGED 2006/03/24 15:36:10 fs 1.95.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f192260a057c04dc9403861dd4f2dad83edb22d2]

        INTEGRATION: CWS warnings01 (1.22.6); FILE MERGED 2006/03/24 15:36:10 fs 1.22.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5494c388c412962b2228835a1989627241005cb9]

        INTEGRATION: CWS warnings01 (1.29.48); FILE MERGED 2006/06/01 07:22:01 fs 1.29.48.3: removed include which is not needed heer 2006/05/12 16:25:13 sb 1.29.48.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:36:10 fs 1.29.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6f9a3b0f5c59c4af7c8baf4cd41c59764c04d21]

        INTEGRATION: CWS warnings01 (1.41.74); FILE MERGED 2006/05/23 23:51:25 sb 1.41.74.2: RESYNC: (1.41-1.42); FILE MERGED 2006/03/24 15:36:10 fs 1.41.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c8ddb75e4e61490bf50f1d1f194f3c42bce013b]

        INTEGRATION: CWS warnings01 (1.7.74); FILE MERGED 2006/06/01 07:50:29 fs 1.7.74.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cea59553eb32ebb28dc7b43b735fb6c264680cc0]

        INTEGRATION: CWS warnings01 (1.15.50); FILE MERGED 2006/03/24 15:36:10 fs 1.15.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a93009e278380ea393958fe88a5a47023b27dc4f]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:36:09 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fabe902084460fceedec22356463139817704400]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/05/23 23:51:16 sb 1.5.74.3: RESYNC: (1.6-1.7); FILE MERGED 2006/04/07 20:51:47 sb 1.5.74.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/24 15:36:09 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [26c78099d423b30a659fa599b19aca9366a52856]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:09 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1510028e52f0c1300f06c61832a175b4da8b7678]

        INTEGRATION: CWS warnings01 (1.20.74); FILE MERGED 2006/03/24 15:36:09 fs 1.20.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [310be93f3380d36a18f7c74a57cbcea862adac94]

        INTEGRATION: CWS warnings01 (1.11.48); FILE MERGED 2006/05/23 23:51:02 sb 1.11.48.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/24 15:36:09 fs 1.11.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b56d9d14d93ece577f169a3335e40747273046]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:36:09 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [51fd11a5502a66fc9c11f5c8442796b47517f4dc]

        INTEGRATION: CWS warnings01 (1.7.22); FILE MERGED 2006/03/24 15:36:09 fs 1.7.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df1c7cabff8e466d57a4115b8619165265f87b8e]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:08 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b7ec28f78c0c951e587d302ee88ae407cb1ba1]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:08 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f89d63c70cb964337d3300794de1f7ad858967f]

        INTEGRATION: CWS warnings01 (1.13.24); FILE MERGED 2006/05/23 23:50:46 sb 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/24 15:36:08 fs 1.13.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a34432c5b784e660da3ab8481749d587ce25829]

        INTEGRATION: CWS warnings01 (1.8.70); FILE MERGED 2006/05/23 23:50:34 sb 1.8.70.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/24 15:36:08 fs 1.8.70.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [676c75669684b502c600965f590ded498edbacfc]

        INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:36:08 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f24149a517e30d7f3be2b6bff4cb2838a62d371f]

        INTEGRATION: CWS warnings01 (1.8.74); FILE MERGED 2006/05/29 11:19:12 sb 1.8.74.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:50:21 sb 1.8.74.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/24 15:36:07 fs 1.8.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [599b8a353011a031c8dfd6a7c7df0e922b13485f]

        INTEGRATION: CWS warnings01 (1.28.64); FILE MERGED 2006/03/24 15:36:07 fs 1.28.64.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f7aada784273932322f2fa2358498246fe19a61]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:07 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b55d0f1ee366ec4b6cae9d0e666d8e0acacac3]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:36:07 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [45a85ef7d2c6894888cad764d922fb4e96fade8d]

        INTEGRATION: CWS warnings01 (1.14.74); FILE MERGED 2006/03/24 15:36:07 fs 1.14.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [393befd4f4a271be100ad8f0b4a6a725e85d3218]

        INTEGRATION: CWS warnings01 (1.9.74); FILE MERGED 2006/03/24 15:36:06 fs 1.9.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9818c95de428e32c561c56c257f0b11b5a6fdd0]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:36:06 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3f3cde8057f59308b3636d089ba8172829804bb]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:36:06 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5967871013464c02d19d973863218aff118be943]

        INTEGRATION: CWS warnings01 (1.10.50); FILE MERGED 2006/03/24 15:36:06 fs 1.10.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee466e67928d44e853cd23295f7c4976da521a5d]

        INTEGRATION: CWS warnings01 (1.15.74); FILE MERGED 2006/03/24 15:36:06 fs 1.15.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc57f5e7c3147ba240e5bdd0e5fa8495e6b1274]

        INTEGRATION: CWS warnings01 (1.41.74); FILE MERGED 2006/03/24 15:36:06 fs 1.41.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e1dcab4cb2e1e1518cba725ee27dad084b3cfa7]

        INTEGRATION: CWS warnings01 (1.6.74); FILE MERGED 2006/03/24 15:36:06 fs 1.6.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e15ebacc3e76d968022f5b5d9da08e7db6e30cf]

        INTEGRATION: CWS warnings01 (1.173.52); FILE MERGED 2006/05/23 23:49:51 sb 1.173.52.2: RESYNC: (1.173-1.174); FILE MERGED 2006/03/24 15:36:03 fs 1.173.52.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd189592cd2adf75f838b382d45fdfbf59a2f886]

        INTEGRATION: CWS warnings01 (1.73.72); FILE MERGED 2006/05/23 23:49:19 sb 1.73.72.2: RESYNC: (1.73-1.74); FILE MERGED 2006/03/24 15:36:03 fs 1.73.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cefdfbbbc7f234a95efcc3904ae0089bb145c7b1]

        INTEGRATION: CWS warnings01 (1.66.72); FILE MERGED 2006/05/29 11:19:11 sb 1.66.72.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:48:42 sb 1.66.72.2: RESYNC: (1.66-1.68); FILE MERGED 2006/03/24 15:36:03 fs 1.66.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a82c48f778664db59e19d9587ad5d4a78020074]

        INTEGRATION: CWS warnings01 (1.9.74); FILE MERGED 2006/03/24 15:36:02 fs 1.9.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5349056f92a35e01696fc4ab5050dc60649e1c1]

        INTEGRATION: CWS warnings01 (1.28.74); FILE MERGED 2006/03/24 15:36:02 fs 1.28.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a819cc77bc5aa1d44338f8455b42009e62f38f9]

        INTEGRATION: CWS warnings01 (1.72.52); FILE MERGED 2006/03/24 15:36:02 fs 1.72.52.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8554c4e5e5a60ac45c09c7068d3dce910f007b1]

        INTEGRATION: CWS warnings01 (1.14.50); FILE MERGED 2006/03/24 15:36:02 fs 1.14.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9468d70a242f2cfaffcc6bc1e42c8946156c86a7]

        INTEGRATION: CWS warnings01 (1.24.74); FILE MERGED 2006/03/24 15:36:02 fs 1.24.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3efb9baddc27cf8bd8764f1c06dc69c4a22f0e31]

        INTEGRATION: CWS warnings01 (1.24.50); FILE MERGED 2006/03/24 15:36:02 fs 1.24.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [10c0ce72aeee678a75e7f1a4effb58a0419be08b]

        INTEGRATION: CWS warnings01 (1.18.50); FILE MERGED 2006/03/24 15:36:01 fs 1.18.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b6983c8c7f69a5aaf00e593ede2763c246ad02]

        INTEGRATION: CWS warnings01 (1.23.74); FILE MERGED 2006/03/24 15:36:01 fs 1.23.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d44e796d14e178bfceab4b9b3f650447f4b19d8]

        INTEGRATION: CWS warnings01 (1.90.26); FILE MERGED 2006/03/24 15:36:01 fs 1.90.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [751d769c32b136c32c16286056b9b943ad1bf608]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:36:01 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c471de8594719e4da8b716cb3c854ec26500501e]

        INTEGRATION: CWS warnings01 (1.8.74); FILE MERGED 2006/03/24 15:36:00 fs 1.8.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e6241fe1d8f750d95212f4b4c8a3621b74e89b]

        INTEGRATION: CWS warnings01 (1.12.22); FILE MERGED 2006/05/23 23:48:00 sb 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2006/03/24 15:36:00 fs 1.12.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d188eb0d0f8d3d9aae2f17cd3150da7da3d4bc4]

        INTEGRATION: CWS warnings01 (1.7.22); FILE MERGED 2006/03/24 15:36:00 fs 1.7.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c33b5e1b44eb4fcfda0ebff9e849bac73cbf4ff6]

        INTEGRATION: CWS warnings01 (1.7.20); FILE MERGED 2006/04/07 20:49:47 sb 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/24 15:36:00 fs 1.7.20.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a64ab1db528e148cea5c6aa364f92a28a371d39e]

        INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/05/23 23:47:48 sb 1.14.4.3: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 20:49:40 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:36:00 fs 1.14.4.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e91f59b98ac9b80d75a514fdee568c9078e6af]

        INTEGRATION: CWS warnings01 (1.8.22); FILE MERGED 2006/03/24 15:36:00 fs 1.8.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5ec338f64c112b1620f8d7284fa7620be33ab4a]

        INTEGRATION: CWS warnings01 (1.11.22); FILE MERGED 2006/06/08 12:00:29 fs 1.11.22.3: no virtual root (introduced bug during recent fix for #i57457#) 2006/05/23 23:47:35 sb 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/24 15:35:59 fs 1.11.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8559e1d612887dfddee02cb6a4b2c90796433a6]

        INTEGRATION: CWS warnings01 (1.15.52); FILE MERGED 2006/04/07 20:49:32 sb 1.15.52.2: RESYNC: (1.15-1.17); FILE MERGED 2006/03/24 15:35:59 fs 1.15.52.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b81dd27e5569457a91563f20dd0875065afcfded]

        INTEGRATION: CWS warnings01 (1.14.22); FILE MERGED 2006/03/24 15:35:59 fs 1.14.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6476a55f13ea0f7ebf3e66f24b67e5d8c49942e8]

        INTEGRATION: CWS warnings01 (1.25.24); FILE MERGED 2006/05/23 23:47:21 sb 1.25.24.3: RESYNC: (1.28-1.29); FILE MERGED 2006/04/07 20:49:25 sb 1.25.24.2: RESYNC: (1.25-1.28); FILE MERGED 2006/03/24 15:35:59 fs 1.25.24.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3079577464f30b1a082dbab5a1611d54097f1d5]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:58 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [59875c498a634745c8f43c9f04b603a2bee6a9e2]

        INTEGRATION: CWS warnings01 (1.11.74); FILE MERGED 2006/03/24 15:35:58 fs 1.11.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [06f4a03d944c37c1d5791a740a1d1198bcdb173e]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:35:58 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9501dd57c4018a29d56439592d19e97f3bad0d5d]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:35:58 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff4a3fc792722c8a1b00a9fa9e0474193c7767ce]

        INTEGRATION: CWS warnings01 (1.6.74); FILE MERGED 2006/03/24 15:35:58 fs 1.6.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f8f329b4e0ce5cf463519ef7f2ffc2057d935eb]

        INTEGRATION: CWS warnings01 (1.4.72); FILE MERGED 2006/03/24 15:35:58 fs 1.4.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [87f88a78e6a09edc6dbb738b695c772db6647326]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:35:57 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b649233c1c8a5216bfbb909cbd7d5bdf866f2ce7]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/03/24 15:35:57 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [948dfc53e427ab110e1d1889e576b91847d6a519]

        INTEGRATION: CWS warnings01 (1.8.72); FILE MERGED 2006/03/24 15:35:57 fs 1.8.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0858594213aa6b5c6132048d4cbd3e880e88b0]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:57 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb47ae29c3c23eaf96d04dd7f0bf6b4db4227fc]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/03/24 15:35:56 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [972477c9d1ad4914435ed9336ce6acd01de22643]

        INTEGRATION: CWS warnings01 (1.6.74); FILE MERGED 2006/03/24 15:35:56 fs 1.6.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddbd7ae86fa1f8b79928fe9f7088b24399d0ddde]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:35:56 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0cf8d54dfa97502f3a0ab9ca24012a69e359677]

        INTEGRATION: CWS warnings01 (1.5.72); FILE MERGED 2006/03/24 15:35:56 fs 1.5.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [41870e026f374bd3a752e574318dce626d911442]

        INTEGRATION: CWS warnings01 (1.17.22); FILE MERGED 2006/05/23 23:47:01 sb 1.17.22.3: RESYNC: (1.18-1.19); FILE MERGED 2006/04/07 20:48:57 sb 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2006/03/24 15:35:56 fs 1.17.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d2a8f9a20fd5606e13709fba95d9911373d55e]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:56 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b87249acb3f98fb2e9a4b5a027997b17bc053fd]

        INTEGRATION: CWS warnings01 (1.10.74); FILE MERGED 2006/03/24 15:35:55 fs 1.10.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c6bd7d18bca1ca5f34821eb8687e177e6d0ec11]

        INTEGRATION: CWS warnings01 (1.9.48); FILE MERGED 2006/03/24 15:35:55 fs 1.9.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0c7b6b083304ebbcdfddd7ee1dc5ad88e1ae7e8]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:35:55 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd4fd29ea87d35f575a6057a66c4db662d830b11]

        INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:35:55 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e2bf2fd4f55b9524f152f0e7ec0cf5fa1ab1447]

        INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED 2006/03/24 15:35:54 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [044907b7bc05b5b16eeec4da82bfad9d9991125d]

        INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2006/03/24 15:35:54 fs 1.6.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c09920ab7de543d6da3e5384f2f3b302bc68dc]

        INTEGRATION: CWS warnings01 (1.4.50); FILE MERGED 2006/03/24 15:35:54 fs 1.4.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e421d40fce2773ae30e4e64d1f194fca602b5204]

        INTEGRATION: CWS warnings01 (1.11.48); FILE MERGED 2006/03/24 15:35:54 fs 1.11.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ced3a12544a4019903f829c7f33ec7001acf3b1e]

        INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/06/14 10:56:30 fs 1.16.50.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2006/03/24 15:35:54 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a715cdabffbbfe34c0a17dcd96a0838d9d483be4]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:53 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [62a52719c12b687b98ccf1a709692863685b8ae8]

        INTEGRATION: CWS warnings01 (1.4.74); FILE MERGED 2006/03/24 15:35:53 fs 1.4.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [457e4ce562b953c02a004183124d663ab0d20a18]

        INTEGRATION: CWS warnings01 (1.6.54); FILE MERGED 2006/03/24 15:35:53 fs 1.6.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b1bb58144f1125c3c9e5937aaaa067af3e32486]

        INTEGRATION: CWS warnings01 (1.34.22); FILE MERGED 2006/04/07 20:47:47 sb 1.34.22.2: RESYNC: (1.34-1.35); FILE MERGED 2006/03/24 15:35:53 fs 1.34.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ec8c636245908c38c686899237fcedd29ab576c]

        INTEGRATION: CWS warnings01 (1.16.26); FILE MERGED 2006/04/07 20:47:40 sb 1.16.26.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/24 15:35:52 fs 1.16.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43970fd94afc27fe6cac6110296af8677d48bd5d]

        INTEGRATION: CWS warnings01 (1.34.28); FILE MERGED 2006/04/07 20:47:29 sb 1.34.28.2: RESYNC: (1.34-1.35); FILE MERGED 2006/03/24 15:35:52 fs 1.34.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf81b34b3040186b16f99328dbd511bd4b0bee95]

        INTEGRATION: CWS warnings01 (1.65.28); FILE MERGED 2006/06/13 12:45:47 fs 1.65.28.4: #i66365# adjust error message 2006/05/23 23:44:59 sb 1.65.28.3: RESYNC: (1.67-1.68); FILE MERGED 2006/04/07 20:47:18 sb 1.65.28.2: RESYNC: (1.65-1.67); FILE MERGED 2006/03/24 15:35:52 fs 1.65.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f95f0b6e6091e43393c5c681d9f465d1e1ba9c15]

        INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED 2006/05/23 23:44:43 sb 1.7.28.3: RESYNC: (1.9-1.10); FILE MERGED 2006/04/07 20:47:09 sb 1.7.28.2: RESYNC: (1.7-1.9); FILE MERGED 2006/03/24 15:35:52 fs 1.7.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85a2b52b9bed596a79b9de5dd3a727a6536db99]

        INTEGRATION: CWS warnings01 (1.24.22); FILE MERGED 2006/05/23 23:44:32 sb 1.24.22.3: RESYNC: (1.26-1.28); FILE MERGED 2006/04/07 20:47:01 sb 1.24.22.2: RESYNC: (1.24-1.26); FILE MERGED 2006/03/24 15:35:52 fs 1.24.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f2f5025aea2a001f0bde11c33de514ef10e486]

        INTEGRATION: CWS warnings01 (1.45.54); FILE MERGED 2006/05/29 11:19:11 sb 1.45.54.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:44:04 sb 1.45.54.2: RESYNC: (1.45-1.46); FILE MERGED 2006/03/24 15:35:52 fs 1.45.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a6a6a336596882fec4c018b11e35828f6812bc0]

        INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:35:52 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [06dc605870d173a5899d54cd1668002533da3cee]

        INTEGRATION: CWS warnings01 (1.11.50); FILE MERGED 2006/03/24 15:35:51 fs 1.11.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [51c62909add75eb45e6e77f18aa094fe78107f6b]

        INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:35:51 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e01666e601b5114aac24995c24fbea5c8cfdeab]

        INTEGRATION: CWS warnings01 (1.10.26); FILE MERGED 2006/04/07 20:46:18 sb 1.10.26.2: RESYNC: (1.10-1.12); FILE MERGED 2006/03/24 15:35:51 fs 1.10.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d143d78968c76163c2cab3e468eceefd53dc0934]

        INTEGRATION: CWS warnings01 (1.3.50); FILE MERGED 2006/03/24 15:35:51 fs 1.3.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [335985d4871951a4893b6caa4f6aef1e802658a8]

        INTEGRATION: CWS warnings01 (1.5.74); FILE MERGED 2006/03/24 15:35:50 fs 1.5.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d82e4294ebbc0fde77def737ee474fead49533f0]

        INTEGRATION: CWS warnings01 (1.22.74); FILE MERGED 2006/03/24 15:35:50 fs 1.22.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [78e2b1f746271c5546b0c537c06275099c79b805]

        INTEGRATION: CWS warnings01 (1.60.50); FILE MERGED 2006/03/24 15:35:50 fs 1.60.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [37349ca324a22b5125306b83f9d511805103d41a]

        INTEGRATION: CWS warnings01 (1.54.50); FILE MERGED 2006/06/14 10:57:44 fs 1.54.50.3: removed useless include 2006/05/12 16:25:13 sb 1.54.50.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/24 15:35:50 fs 1.54.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9332266194f3f27a15a5da3a0ae0216f8a11331b]

        INTEGRATION: CWS warnings01 (1.13.50); FILE MERGED 2006/03/24 15:35:50 fs 1.13.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae91285d0ce4fdf8011324ee05390f1d8700494]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/05/23 23:43:52 sb 1.9.50.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/24 15:35:49 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba45ada4c7d465605e2efd75565cc804076bb957]

        INTEGRATION: CWS warnings01 (1.14.28); FILE MERGED 2006/05/23 23:43:39 sb 1.14.28.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:35:49 fs 1.14.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [905c2566f85f2ab44e0aea0c58d2a39a49f30b48]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2006/03/24 15:35:49 fs 1.6.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe47293a26b2eb3241d198d886bc87a8192a2568]

        INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED 2006/03/24 15:35:49 fs 1.7.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c14d0804ce18bf5bf0e2ea3c15773ee8ad17cbae]

        INTEGRATION: CWS warnings01 (1.14.50); FILE MERGED 2006/03/24 15:35:49 fs 1.14.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb99f0b8cb7f45cbc1b4b5269bf79a01e0f876c0]

        INTEGRATION: CWS warnings01 (1.26.22); FILE MERGED 2006/03/24 15:35:49 fs 1.26.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [240f45c0cc32d7b54f49662be7ac6eb94839fde7]

        INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/03/24 15:35:49 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [acdb36ae21ca9fddc42a66a3be6730c220f1a0c7]

        INTEGRATION: CWS warnings01 (1.29.50); FILE MERGED 2006/03/24 15:35:48 fs 1.29.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [90174ab451a28a2ed61b1041ecd9878d7bf8322a]

        INTEGRATION: CWS warnings01 (1.12.28); FILE MERGED 2006/03/24 15:35:48 fs 1.12.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [726afd931160e7a2e9c0792f199c266bd8e18498]

        INTEGRATION: CWS warnings01 (1.21.50); FILE MERGED 2006/03/24 15:35:48 fs 1.21.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [27e92b8ae4fdc6a0523aca965bccb86f7239e2c9]

        INTEGRATION: CWS warnings01 (1.20.48); FILE MERGED 2006/03/24 15:35:48 fs 1.20.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6667f9f22e823b338da22876b0aaf02d333cbd54]

        INTEGRATION: CWS warnings01 (1.8.22); FILE MERGED 2006/03/24 15:35:48 fs 1.8.22.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e4e1f0fff2426794d9dc58b80565e13fd5bf1e]

        INTEGRATION: CWS warnings01 (1.49.50); FILE MERGED 2006/06/14 10:57:44 fs 1.49.50.2: removed useless include 2006/03/24 15:35:48 fs 1.49.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c177b5cb984903e9d31b618de52db7637d7d23d0]

        INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED 2006/06/14 10:57:11 fs 1.25.50.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2006/03/24 15:35:47 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4554d2dea3da60ad59e7c55aa29ec267d5d02dc8]

        INTEGRATION: CWS warnings01 (1.8.50); FILE MERGED 2006/03/24 15:35:47 fs 1.8.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f72eb1e90117a34f660a9576b1ce47dbb6624f23]

        INTEGRATION: CWS warnings01 (1.15.50); FILE MERGED 2006/03/24 15:35:47 fs 1.15.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ab56ca2cbc50d0236a37bd52cd97626c6838a5b]

        INTEGRATION: CWS warnings01 (1.12.26); FILE MERGED 2006/05/23 23:43:02 sb 1.12.26.2: RESYNC: (1.12-1.13); FILE MERGED 2006/03/24 15:35:47 fs 1.12.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c63aeb631accfbcbfc7e1ca46f99133b0384b513]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:35:47 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [db6b52f5a5b64d8452a7042986aa06ade25df3eb]

        INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/04/07 20:45:57 sb 1.7.50.2: RESYNC: (1.7-1.9); FILE MERGED 2006/03/24 15:35:47 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bff474d451b34aa05c1c8460449964fc74a628e]

        INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED 2006/04/07 20:45:48 sb 1.10.14.2: RESYNC: (1.10-1.13); FILE MERGED 2006/03/24 15:35:47 fs 1.10.14.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b9b59b3a945dbebfa047345e18b748e9a44483f]

        INTEGRATION: CWS warnings01 (1.25.50); FILE MERGED 2006/04/07 20:45:39 sb 1.25.50.2: RESYNC: (1.25-1.28); FILE MERGED 2006/03/24 15:35:46 fs 1.25.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9eed1e3a34af235da1c996bbfdc99a27bc8be4e]

        INTEGRATION: CWS warnings01 (1.81.6); FILE MERGED 2006/04/07 20:45:31 sb 1.81.6.2: RESYNC: (1.81-1.84); FILE MERGED 2006/03/24 15:35:46 fs 1.81.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4ff9d0d201681e3409c2d03252dbead516074b]

        INTEGRATION: CWS warnings01 (1.32.48); FILE MERGED 2006/05/12 16:25:12 sb 1.32.48.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/07 20:45:24 sb 1.32.48.2: RESYNC: (1.32-1.35); FILE MERGED 2006/03/24 15:35:46 fs 1.32.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d981b5457e3c95d36ec11a257f424948ad35ac9]

        INTEGRATION: CWS warnings01 (1.81.6); FILE MERGED 2006/05/29 11:19:11 sb 1.81.6.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:42:44 sb 1.81.6.4: RESYNC: (1.84-1.85); FILE MERGED 2006/05/12 16:25:12 sb 1.81.6.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/07 20:45:17 sb 1.81.6.2: RESYNC: (1.81-1.84); FILE MERGED 2006/03/24 15:35:46 fs 1.81.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9cb1b17228ba3fd051c064f517bbf83061aa3f]

        INTEGRATION: CWS warnings01 (1.41.48); FILE MERGED 2006/04/07 20:45:09 sb 1.41.48.2: RESYNC: (1.41-1.42); FILE MERGED 2006/03/24 15:35:46 fs 1.41.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [356a9becb411dd55d29d4e9a38ca68f307760c6f]

        INTEGRATION: CWS warnings01 (1.139.26); FILE MERGED 2006/05/29 11:19:10 sb 1.139.26.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:42:29 sb 1.139.26.4: RESYNC: (1.142-1.143); FILE MERGED 2006/05/12 16:25:12 sb 1.139.26.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/07 20:45:00 sb 1.139.26.2: RESYNC: (1.139-1.142); FILE MERGED 2006/03/24 15:35:45 fs 1.139.26.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [233e59860a6353e0df39125ef74b5d3a713ec209]

        INTEGRATION: CWS warnings01 (1.23.74); FILE MERGED 2006/05/23 23:42:08 sb 1.23.74.2: RESYNC: (1.23-1.24); FILE MERGED 2006/03/24 15:35:45 fs 1.23.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [35dce7a06088386f13636bc355bc35e93be6ba5d]

        INTEGRATION: CWS warnings01 (1.59.74); FILE MERGED 2006/05/23 23:41:59 sb 1.59.74.2: RESYNC: (1.59-1.60); FILE MERGED 2006/03/24 15:35:45 fs 1.59.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc0b2546042488012b14b327aaf8f7fbf5451c58]

        INTEGRATION: CWS warnings01 (1.6.48); FILE MERGED 2006/03/24 15:35:45 fs 1.6.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b8ffca429c4518583e11ba438d7fb67d40fb63a]

        INTEGRATION: CWS warnings01 (1.18.74); FILE MERGED 2006/03/24 15:35:45 fs 1.18.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c04ec375e68192da8676e88dbff8c5ffb8072fa]

        INTEGRATION: CWS warnings01 (1.40.74); FILE MERGED 2006/03/24 15:35:45 fs 1.40.74.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0af3fcb39f69cbf1855c31b36aa8e31f3a2e8fb5]

        INTEGRATION: CWS warnings01 (1.14.28); FILE MERGED 2006/04/07 20:44:52 sb 1.14.28.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/24 15:35:45 fs 1.14.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad6ee24f373307c04c3de51554e1d80c1ddc201]

        INTEGRATION: CWS warnings01 (1.30.28); FILE MERGED 2006/04/07 20:44:44 sb 1.30.28.2: RESYNC: (1.30-1.32); FILE MERGED 2006/03/24 15:35:44 fs 1.30.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc47f2f3af7b9ddda18ff8a025f3668d67ea6e5c]

        INTEGRATION: CWS warnings01 (1.8.28); FILE MERGED 2006/04/07 20:44:36 sb 1.8.28.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/24 15:35:44 fs 1.8.28.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0e53cb587ef53056293412ae46502d74648cbc5]

        INTEGRATION: CWS warnings01 (1.15.74); FILE MERGED 2006/06/14 10:57:44 fs 1.15.74.1: removed useless include

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e29186959b05a278b5e17d4ff0bd2d4433873b03]

        INTEGRATION: CWS warnings01 (1.9.50); FILE MERGED 2006/03/24 15:35:44 fs 1.9.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1fc506c8cc546ce9df710d85f686c0fa2cd8c8]

        INTEGRATION: CWS warnings01 (1.16.50); FILE MERGED 2006/03/24 15:35:44 fs 1.16.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ba30ffd3d94c73bc4a2b2712338a3586d8351cd]

        INTEGRATION: CWS warnings01 (1.10.10); FILE MERGED 2006/05/23 23:38:00 sb 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2006/02/21 17:41:05 os 1.10.10.1: #i53898# ';' removed

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c07eaf646403c82f9bc7881fe0b748634066fcb]

        INTEGRATION: CWS warnings01 (1.6.50); FILE MERGED 2005/09/22 22:38:44 sb 1.6.50.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/14 10:21:53 sb 1.6.50.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0dd9940d02c4a1cea8479b876abb4ba8d366d4c]

        INTEGRATION: CWS warnings01 (1.5.88); FILE MERGED 2005/09/22 22:38:36 sb 1.5.88.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 10:21:53 sb 1.5.88.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6c5b74742ec6bcf6b704c502610be66c709d379]

        INTEGRATION: CWS warnings01 (1.17.12); FILE MERGED 2006/03/01 16:54:53 sb 1.17.12.3: #i53898# Made code warning-free. 2005/09/22 22:38:27 sb 1.17.12.2: RESYNC: (1.17-1.18); FILE MERGED 2005/09/14 10:21:52 sb 1.17.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [26dd0eac4feb00b2a6b72b430c7a1c52f2b92899]

        INTEGRATION: CWS warnings01 (1.2.50); FILE MERGED 2006/03/01 16:54:53 sb 1.2.50.3: #i53898# Made code warning-free. 2005/09/22 22:38:18 sb 1.2.50.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/14 10:21:51 sb 1.2.50.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [900ac1c44b2133fc0713f49e87eb1061b5c1617a]

        INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED 2005/09/22 22:37:54 sb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 10:21:51 sb 1.5.6.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b711e7024a3fddb1f1734d05245b3387ae0b291e]

        INTEGRATION: CWS warnings01 (1.5.38); FILE MERGED 2005/09/22 22:37:45 sb 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 10:21:51 sb 1.5.38.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c157e81c3e6c6fc9df4045e2c8a60c3ff61fc0de]

        INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/09/22 22:37:25 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 10:21:51 sb 1.5.16.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52d44f6d99c3e70bc62ed97a8081a98a9761965c]

        INTEGRATION: CWS warnings01 (1.6.12); FILE MERGED 2005/09/22 22:37:16 sb 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/14 10:21:50 sb 1.6.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad64227b16cde72717e51981b47c30d778f62cce]

        INTEGRATION: CWS warnings01 (1.5.48); FILE MERGED 2005/09/14 10:21:49 sb 1.5.48.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a74353c38298eccc4ed0dd4227f8cc146502364f]

        INTEGRATION: CWS warnings01 (1.5.16); FILE MERGED 2005/09/22 22:30:52 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 12:02:35 sb 1.5.16.1: #i53898# Improved tests.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cc20500359030b720cb9cc07de67d47ad6c75a1]

        INTEGRATION: CWS warnings01 (1.6.16); FILE MERGED 2005/09/22 22:30:40 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/14 12:02:35 sb 1.6.16.1: #i53898# Improved tests.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa6734328fa9f47189b66bf143f678aebcea3560]

        INTEGRATION: CWS warnings01 (1.27.12); FILE MERGED 2006/05/23 23:37:32 sb 1.27.12.6: RESYNC: (1.31-1.32); FILE MERGED 2006/04/07 20:41:00 sb 1.27.12.5: RESYNC: (1.29-1.31); FILE MERGED 2006/01/25 21:03:23 sb 1.27.12.4: RESYNC: (1.28-1.29); FILE MERGED 2005/11/24 14:59:59 sb 1.27.12.3: #i53898# Made code warning-free. 2005/09/22 22:29:26 sb 1.27.12.2: RESYNC: (1.27-1.28); FILE MERGED 2005/09/05 13:32:31 sb 1.27.12.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e56ed5205ed5a550b35381cffeee03ac5f17387]

        INTEGRATION: CWS warnings01 (1.8.48); FILE MERGED 2005/09/22 22:29:05 sb 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/05 13:32:29 sb 1.8.48.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3ebac8fc0e038e4df4226ba4b4b9072718273b7]

        INTEGRATION: CWS warnings01 (1.2.42); FILE MERGED 2005/11/24 14:59:59 sb 1.2.42.4: #i53898# Made code warning-free. 2005/09/22 22:28:31 sb 1.2.42.3: RESYNC: (1.2-1.3); FILE MERGED 2005/08/30 07:15:28 sb 1.2.42.2: #i53898# Made code warning-free. 2005/08/29 14:21:29 sb 1.2.42.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c95220ccbff680e9d26c388734a7ea022513608]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/04/20 08:10:11 sb 1.5.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9881efc2b782c25a1886b4831deb92784ce97fa9]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/04/20 08:10:11 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dcedb0b3e2e4b94b71e0a2b72b847671872cd5e]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/04/20 08:10:10 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b765a90372af02e6739c775a66dcb4ab426170a6]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2006/04/20 08:14:41 sb 1.7.14.6: #i63543# Merged in 1.10.2.2. 2006/04/07 20:39:08 sb 1.7.14.5: RESYNC: (1.9-1.10); FILE MERGED 2006/01/25 21:02:56 sb 1.7.14.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/09 07:54:13 sb 1.7.14.3: #i53898# Made code warning-free. 2005/09/22 22:24:57 sb 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/05 13:32:27 sb 1.7.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5695bbfe3881ee642a6fa6bb94c2f3c27b7f41cb]

        INTEGRATION: CWS warnings01 (1.34.14); FILE MERGED 2006/04/20 08:15:07 sb 1.34.14.12: #i63543# Merged in 1.39.2.1. 2006/04/20 08:10:10 sb 1.34.14.11: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 20:39:01 sb 1.34.14.10: RESYNC: (1.36-1.39); FILE MERGED 2006/02/01 15:16:27 sb 1.34.14.9: #i53898# Globally disabled -Wnon-virtual-dtor for unxlngi6. 2006/01/27 08:22:48 sb 1.34.14.8: #i53898# Made code warning-free. 2006/01/25 21:02:49 sb 1.34.14.7: RESYNC: (1.35-1.36); FILE MERGED 2005/11/28 08:32:05 sb 1.34.14.6: #i53898# Made code generated by cppumaker warning-free. 2005/11/09 07:53:48 sb 1.34.14.5: #i53898# Made code warning-free; switch off -Wnon-virtual-dtor (GCC) in generated code. 2005/09/22 22:24:48 sb 1.34.14.4: RESYNC: (1.34-1.35); FILE MERGED 2005/09/06 11:38:38 sb 1.34.14.3: #i53898# Made code warning-free. 2005/09/05 13:32:26 sb 1.34.14.2: #i53898# Made code warning-free. 2005/08/29 14:21:28 sb 1.34.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dada37c989ba0da4914a9dd4118f2389d42208a1]

        INTEGRATION: CWS warnings01 (1.8.48); FILE MERGED 2006/04/07 20:38:39 sb 1.8.48.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/22 22:24:25 sb 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/05 13:32:25 sb 1.8.48.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2828a5ef4f2a586697d06d37fa4776d80f2ae77]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/04/20 08:10:37 sb 1.4.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [31b7525644f006069b9460b176e0da1c5e3cdd36]

        INTEGRATION: CWS warnings01 (1.2.132); FILE MERGED 2006/04/07 20:37:58 sb 1.2.132.4: RESYNC: (1.3-1.4); FILE MERGED 2005/11/24 14:59:58 sb 1.2.132.3: #i53898# Made code warning-free. 2005/09/22 22:23:12 sb 1.2.132.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/05 13:32:25 sb 1.2.132.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [df6361553292ba600164e770100ec3aee2e13d8f]

        INTEGRATION: CWS warnings01 (1.23.14); FILE MERGED 2005/11/24 14:59:58 sb 1.23.14.5: #i53898# Made code warning-free. 2005/11/07 19:15:16 pl 1.23.14.4: RESYNC: (1.24-1.25); FILE MERGED 2005/09/22 22:22:52 sb 1.23.14.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/05 13:32:24 sb 1.23.14.2: #i53898# Made code warning-free. 2005/08/29 14:21:27 sb 1.23.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [52d59c33262c877083e33b576af09f1e523dbac0]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/09/22 22:22:44 sb 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 13:32:23 sb 1.4.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6d03e3a8b0f7b8e028a03710b2b53f1fde7ce0]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2006/04/07 20:37:38 sb 1.7.14.4: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 22:20:49 sb 1.7.14.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/05 13:32:22 sb 1.7.14.2: #i53898# Made code warning-free. 2005/08/29 14:21:27 sb 1.7.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80904ad13bfdc58eb537b2820ea55ab730f57fff]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/07 20:37:27 sb 1.5.14.4: RESYNC: (1.6-1.7); FILE MERGED 2005/11/24 14:59:57 sb 1.5.14.3: #i53898# Made code warning-free. 2005/09/22 22:20:41 sb 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/29 14:21:27 sb 1.5.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [648e88a7ef4bc7efeade4da1eb8467145314e4f3]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/04/07 20:37:18 sb 1.9.14.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/22 22:20:32 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 13:32:22 sb 1.9.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9435f8bad3ba2e251540de75daa7cca01d3ac4]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/07 20:36:59 sb 1.4.14.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 22:20:10 sb 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 13:32:21 sb 1.4.14.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4cab7160d438b4166834a340a268c053b2611e2]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/20 08:10:36 sb 1.3.4.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [321a74d285cb9f12853372e17aeb9d662d6a3a7a]

        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>  [db08080244afe98d8b9d93da54cdeac8c756b12e]

        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>  [4761d5a100380a40ef7124f95d1eb5ff7e1fdacf]

        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>  [9c4bc5dbbe6a4da3cebd8e90ca2e854f06b6d849]

        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>  [10089cf7711683a1a2483fd08bba37c57a15ff7c]

        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>  [dd37a9aebc9c8f80db1382528e0aaaed36ba0d40]

        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>  [80c01e1cbd23976d2a1212d210f67cbe7b8b4bf0]

        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>  [90a9ed9425e4c749eccf0b5ab965f0a86e9c5b75]

        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>  [1a9daf2497dad7157274ad8980f5e0f7ec4f43fe]

        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>  [a323740ff4d95a50ae9c72cf62bbdffc27bb1f2e]

        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>  [58f20d9f0932a1b20bbfab580a0ce6d0f3f7868e]

        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>  [b10f4c8a041075f007054b44b2dfe1259ebe64c4]

        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>  [0888c3d6ecff762791aee1d390e7c01e0bebdd9b]

        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>  [e0bd021fd491a01a20f49fb7e40c61eba9b82164]

        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>  [19154b47a76ff72a3540a6f9dd3044b8bfc4fc99]

        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>  [f62d8a28f2d4bc20af29669dedc9db0d26f65e9d]

        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>  [fbfdd2bd25d1eb872e57c69756c91d2ebde4a0d6]

        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>  [58ea26275bdaab1127935f7f749eac879db2829f]

        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>  [1c204afe47029794a020bca8c9acb8e84656daba]

        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>  [d46cdb84d446a656d511bf66b1c54c7e67953964]

        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>  [bf7979885240f606b4fb176d620a04243dd9eb72]

        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>  [521057880428538e4fdefafa59364c050821bc23]

        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>  [038528ce47b5134aaac664da541323e26201b6f9]

        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>  [535ccb6e93b2bd758e3cb14af5dca5489e32f174]

        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>  [4c34f3e2d36ad63e54dd023aeb0b8948ec1796c2]

        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>  [0487d3d0831ec5e8bbfced5a7b31b467260b32f0]

        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>  [cc4988e5509b78e1893ffeac79ce651ac99efd75]

        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>  [e7914b6ed925e734e7ce4ae99ede8e77ee7f664e]

        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>  [4abe2baf97f65fce95d8cbbbc8cd3cab4ee829cf]

        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>  [0748e589ff0ed1e4213850fff5d86b05abc26e4b]

        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>  [7d1f6c98fdc4a0b8a6b804823ddb76f437d9a4fb]

        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>  [ef370e6da5f10bb5a01f142524575519c7dab12f]

        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-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [684f9a982e04380f1bc24af9e28732c1c8b0fd13]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:44:21 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d202816221a3fa97dd5ca796e03fd35639ab8eb]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/07 14:44:19 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3231b6d1481fe078a9b68cfe234c9f02ba13a2]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:44:18 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a841b5c34a34b87fdd04144e4c48d735b64c0874]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/05/23 23:35:08 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:59:34 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d07e0fa73d73ae182e46d79c64ceac7a131f329]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/06/14 10:56:25 fs 1.13.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:33 fs 1.13.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d83b2ac817118b699eb03c0b853dcad8d1b0376a]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:59:33 fs 1.11.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fae76521d5d5d853e3aeb883cb468403583b006]

        INTEGRATION: CWS warnings01 (1.18.30); FILE MERGED 2006/06/14 10:56:25 fs 1.18.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:33 fs 1.18.30.2: #i57457# warning free code 2005/11/07 14:44:17 fs 1.18.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac509e26a2fca3fc0ea838edf6d1470c336dedb8]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/06/14 10:56:24 fs 1.10.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:33 fs 1.10.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6adf13c922697330124f69cf21d35136150309a6]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2006/06/14 10:56:24 fs 1.14.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:32 fs 1.14.30.2: #i57457# warning free code 2005/11/07 14:44:17 fs 1.14.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e48d283f2d715a892beee6898503e316da50c6b]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2006/06/14 10:56:24 fs 1.9.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:32 fs 1.9.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca2f602fffde7200ba4a0f6cc50125671817d4a7]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2006/06/14 10:56:24 fs 1.15.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:32 fs 1.15.30.2: #i57457# warning free code 2005/11/07 14:44:16 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31a482446766d623272e73b3c464764a2ff98bb]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:59:32 fs 1.11.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d26d4975fe1d319f8caccd9e66a1744f849e5ffd]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/06/14 10:56:24 fs 1.4.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/07 14:44:16 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [807adb31bc412cb806c33dee4c9195b3d47be831]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2006/06/14 10:56:24 fs 1.15.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:31 fs 1.15.30.2: #i57457# warning free code 2005/11/07 14:44:15 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaaa9ff4b22544ef5ed8dc15a52889d9460294bc]

        INTEGRATION: CWS warnings01 (1.37.30); FILE MERGED 2006/05/23 23:35:01 sb 1.37.30.4: RESYNC: (1.37-1.38); FILE MERGED 2005/12/22 11:45:02 fs 1.37.30.3: #i57457# warning-free code 2005/11/16 12:59:31 fs 1.37.30.2: #i57457# warning free code 2005/11/07 14:44:15 fs 1.37.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0241fa05202280933b5babd9927318cbc91811b4]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/04/07 20:25:39 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:59:31 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [90a771dc87466ac900877942a5f77f1151238654]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 12:00:04 fs 1.1.2.4: pragma warning on Win only 2005/12/22 11:45:02 fs 1.1.2.3: #i57457# warning-free code 2005/11/21 10:08:01 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:51:01 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e6278b215a7f72a9a3c0b0a62ad3422e93297c1]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/11/21 10:08:01 fs 1.2.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:14 fs 1.2.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [10e1f197a88819a7fa0c6b28ed6bd0f1a4d2bda0]

        INTEGRATION: CWS warnings01 (1.37.30); FILE MERGED 2006/06/08 09:46:46 fs 1.37.30.4: #i57457# warning-free code: remove unused local variable 2006/01/25 21:01:02 sb 1.37.30.3: RESYNC: (1.37-1.38); FILE MERGED 2005/11/16 12:59:30 fs 1.37.30.2: #i57457# warning free code 2005/11/07 14:44:14 fs 1.37.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [928588994d90e003e7ae72d1737d554ca1145582]

        INTEGRATION: CWS warnings01 (1.45.30); FILE MERGED 2006/01/25 21:00:54 sb 1.45.30.3: RESYNC: (1.45-1.46); FILE MERGED 2005/11/16 12:59:30 fs 1.45.30.2: #i57457# warning free code 2005/11/07 14:44:13 fs 1.45.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc585223d837f6f0fe8de7cf4e97384f2e0c22ef]

        INTEGRATION: CWS warnings01 (1.27.68); FILE MERGED 2006/04/07 20:25:22 sb 1.27.68.3: RESYNC: (1.27-1.28); FILE MERGED 2005/11/21 10:08:01 fs 1.27.68.2: #i57457# warning-free code on unx* 2005/11/07 14:44:13 fs 1.27.68.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e60bd44dd9368c4b9efe417394b60ffdae115aa]

        INTEGRATION: CWS warnings01 (1.51.96); FILE MERGED 2006/05/29 10:31:50 fs 1.51.96.5: more tolerance in getIntlKeyword 2005/12/22 11:45:02 fs 1.51.96.4: #i57457# warning-free code 2005/11/21 10:08:01 fs 1.51.96.3: #i57457# warning-free code on unx* 2005/11/16 12:59:30 fs 1.51.96.2: #i57457# warning free code 2005/11/07 14:44:12 fs 1.51.96.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b3751327fd3bc15e8e403ac563f3c6eb8855a0]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/16 12:59:29 fs 1.16.30.2: #i57457# warning free code 2005/11/07 14:44:11 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa14a017fbc5ca2e9dabbe1fc590ba957367199c]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2006/06/14 10:56:23 fs 1.11.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:28 fs 1.11.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd9d697be2c9be03cf2c20943078ca0d93c54b86]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/12/12 14:34:26 fs 1.14.30.2: #i57457# 2005/11/07 14:44:11 fs 1.14.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbbd265d8e3df154c1535de0c01bb1aead0f6d9c]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:59:28 fs 1.11.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6adeff1064fa95d6532f434fb61ce8e4ee8aa978]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2005/11/21 10:08:00 fs 1.22.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:10 fs 1.22.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4b66ff049a92a225e6343dc2572d7c8ecdbded9]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:08:00 fs 1.6.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:10 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27cb8895db0c80700ae1059dcad18bf06831034]

        INTEGRATION: CWS warnings01 (1.24.30); FILE MERGED 2006/01/25 21:00:46 sb 1.24.30.3: RESYNC: (1.24-1.25); FILE MERGED 2005/11/21 10:08:00 fs 1.24.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:10 fs 1.24.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [29e3fab587670ca521a8158a9bb12e1299805ba8]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/21 10:08:00 fs 1.10.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0347670b525ed3f8e0aad5906fd1900a8fb178c]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2005/12/22 11:45:02 fs 1.11.28.2: #i57457# warning-free code 2005/11/21 10:08:00 fs 1.11.28.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9538ab978ac10e12cbe0f620605019b5b1b766a0]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:59 fs 1.6.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d6ba8d375137bac19066fbabfd1cd20edc95ec1]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/21 10:07:59 fs 1.11.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:27 fs 1.11.30.2: #i57457# warning free code 2005/11/07 14:44:09 fs 1.11.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e1718454d0716d778bfe3eaae68dc1ea068941a]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:59 fs 1.7.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b263dbbca5353c658cd5e8baa7d5cd4da38da31]

        INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2006/04/07 20:25:15 sb 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/21 10:07:59 fs 1.19.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [268d35ba3ad912dc86c0d4acfe2c29fc7e921d3c]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/06/14 10:56:23 fs 1.3.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:27 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [03d4a70b5ce276ddc8bb3f7a4c3ad4dd628a0183]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:27 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0200773007c2a8d6eff7914fcd3440617a02aa53]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/21 10:07:58 fs 1.8.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc55632f559a213e3cdd65da878fe2700c5f8fa6]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/11/21 10:07:58 fs 1.2.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85749d2005e93eb536b86432a2f3f4247c95f66]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/21 10:07:57 fs 1.10.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfd171ae8e81c80e1991b141170255742683a1a4]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/16 12:59:26 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1246a89b18b6f27dafdb125cb9d639bdd29be834]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/01/25 21:00:34 sb 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/16 12:59:25 fs 1.13.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [57c109e8cfd8501eb07612054c4a8384158d1ea0]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/16 13:03:48 fs 1.1.2.1: consolidation during #i57457#: this class was duplicated in two drivers

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6838b10710167483916039ecacd818bc5bd09a35]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2005/11/16 12:59:25 fs 1.12.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [439f0ffbf00e56499dec0030d50ca41e51e7a599]

        INTEGRATION: CWS warnings01 (1.18.28); FILE MERGED 2005/11/16 12:59:25 fs 1.18.28.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe028c2eff2f4f202db07e9104d5b7a413050e0]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2005/11/16 12:59:24 fs 1.11.28.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67f6ac6c7d3e91ad848ca53819569740a1921590]

        INTEGRATION: CWS warnings01 (1.21.30); FILE MERGED 2005/12/22 11:45:01 fs 1.21.30.2: #i57457# warning-free code 2005/11/07 14:44:08 fs 1.21.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [87586e3ed1d8345a6b84840902f59e15c30416db]

        INTEGRATION: CWS warnings01 (1.33.30); FILE MERGED 2005/12/22 11:45:01 fs 1.33.30.3: #i57457# warning-free code 2005/11/16 12:59:24 fs 1.33.30.2: #i57457# warning free code 2005/11/07 14:44:08 fs 1.33.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [39a1a980ae48419e9dde861c97d3cb4dd22bdb00]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/07 14:44:07 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fdab94f04d04bfdccc6ad8e58dc1f487e05ac96]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/12/22 11:45:01 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [38586e0b0cf6140853b8c94033a4d5aa032e32f6]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:45:00 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [deddb979bbd2fae4198301c214edaa55cd5d0872]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2005/12/22 11:45:00 fs 1.12.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3cce16edf78c41feb398bd1a985ee8692530d69]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/12/22 11:45:00 fs 1.14.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a8643167df469b9ac14bb370d11b99a1be48f6]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/12/22 11:45:00 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a4ea987b341e9216be9acf050488e0d6dbade4]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/12/22 11:44:59 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfefb7a2bcd905f6aecdb81c35e7615362658c2c]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/16 12:59:24 fs 1.8.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [efaa697a6aa9e035b457d858440ac1a2a93fca15]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/11/21 10:07:57 fs 1.14.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:24 fs 1.14.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c503d1a461e7200fac48d7bba1e961353a9a94]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 10:07:57 fs 1.9.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f22dd84b750b2aa58051fbaa2ac82b5241cd976]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/16 12:59:23 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09947060057d27a59d7f7d7556b7075203774d0]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/11/07 14:44:06 fs 1.14.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f2bc5d78c01a1a511d8a69e1b4cdca3198b3ac]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 15:51:41 fs 1.1.2.2: #i57457# OSL_VERIFY_EQUALS 2005/11/07 14:49:17 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [81e3188e9762f94f3ef5de229e21476e622e4cac]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:59 fs 1.5.30.2: #i57457# warning-free code 2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef87615693b98e32c6816f2a839206681c2f2c11]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c52359f5c2fc80a8dd320246d15773a59f39fc4]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:22 fs 1.5.30.2: #i57457# warning free code 2005/11/07 14:44:06 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2786657335538893c05a8b9ca356d5d0b870907]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:22 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:44:05 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [58eb6f1c396753c46c30a11faf19b429bdea2a14]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/06/14 07:27:15 fs 1.12.30.1: during #i66362#: +MetaDataResultSetType

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c48a977456f8cb8fc502177eee58e6c30167e267]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:57 fs 1.4.30.3: #i57457# warning-free code 2005/11/16 12:59:21 fs 1.4.30.2: #i57457# warning free code 2005/11/07 14:44:05 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1795410a63efc8bcd89c6b19363f73ac8c9dc076]

        INTEGRATION: CWS warnings01 (1.26.30); FILE MERGED 2006/01/25 20:59:03 sb 1.26.30.5: RESYNC: (1.26-1.27); FILE MERGED 2005/12/22 11:44:57 fs 1.26.30.4: #i57457# warning-free code 2005/11/21 10:07:56 fs 1.26.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:21 fs 1.26.30.2: #i57457# warning free code 2005/11/07 14:44:04 fs 1.26.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d6219bc63cfc6235871ab8bc969957b93ee43f8]

        INTEGRATION: CWS warnings01 (1.34.30); FILE MERGED 2005/11/07 14:44:04 fs 1.34.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0595a8587469da7cbd8a9c6ef2671bbb68ab45f]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/16 12:59:21 fs 1.17.30.2: #i57457# warning free code 2005/11/07 14:44:03 fs 1.17.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [63389c57cae9e0b7d9372fb1eb7754f8f30ae28e]

        INTEGRATION: CWS warnings01 (1.59.10); FILE MERGED 2006/01/30 14:18:56 sb 1.59.10.8: #i53898# Made code warning-free. 2006/01/25 20:58:55 sb 1.59.10.7: RESYNC: (1.61-1.62); FILE MERGED 2005/12/22 11:44:57 fs 1.59.10.6: #i57457# warning-free code 2005/11/21 15:51:40 fs 1.59.10.5: #i57457# OSL_VERIFY_EQUALS 2005/11/21 10:07:56 fs 1.59.10.4: #i57457# warning-free code on unx* 2005/11/16 12:59:21 fs 1.59.10.3: #i57457# warning free code 2005/11/07 19:12:28 pl 1.59.10.2: RESYNC: (1.59-1.61); FILE MERGED 2005/11/07 14:44:03 fs 1.59.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [16018f11605b41f72f660d83c4da4359c6c06b10]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/21 10:07:56 fs 1.4.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:02 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b37390ded7311ae90468fca0b25237c2c85afd0c]

        INTEGRATION: CWS warnings01 (1.40.30); FILE MERGED 2005/12/22 11:44:56 fs 1.40.30.2: #i57457# warning-free code 2005/11/16 12:59:20 fs 1.40.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6d715cd3ea04cce95fcce1b10ed4118e913178]

        INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED 2005/11/21 10:07:56 fs 1.7.28.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [311fa59829b375e578089606b51b24b39bc17547]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/11/16 12:59:20 fs 1.13.30.2: #i57457# warning free code 2005/11/07 14:44:02 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [192a0a376a50d433c76cb6e25190e6ad64b980d8]

        INTEGRATION: CWS warnings01 (1.32.30); FILE MERGED 2005/12/22 11:44:56 fs 1.32.30.4: #i57457# warning-free code 2005/11/21 10:07:55 fs 1.32.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:20 fs 1.32.30.2: #i57457# warning free code 2005/11/07 14:44:01 fs 1.32.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [464e17322a5795c06de46ff1373b45d0a60e2b10]

        INTEGRATION: CWS warnings01 (1.29.30); FILE MERGED 2006/04/07 20:24:36 sb 1.29.30.3: RESYNC: (1.29-1.30); FILE MERGED 2005/11/16 12:59:19 fs 1.29.30.2: #i57457# warning free code 2005/11/07 14:44:01 fs 1.29.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bbae488a711780b0e77ee79fbd12aca30e7e32a]

        INTEGRATION: CWS warnings01 (1.32.26); FILE MERGED 2006/04/07 20:24:28 sb 1.32.26.5: RESYNC: (1.33-1.35); FILE MERGED 2006/01/25 20:58:45 sb 1.32.26.4: RESYNC: (1.32-1.33); FILE MERGED 2005/11/21 10:07:55 fs 1.32.26.3: #i57457# warning-free code on unx* 2005/11/16 12:59:19 fs 1.32.26.2: #i57457# warning free code 2005/11/07 14:44:01 fs 1.32.26.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [48af664b478e7d1d5b75b01b54bb604e05681338]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/12/22 11:44:56 fs 1.2.30.3: #i57457# warning-free code 2005/11/16 12:59:19 fs 1.2.30.2: #i57457# warning free code 2005/11/07 14:44:00 fs 1.2.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2373e1ded115c6a6294f685bd85c79a0848df20e]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:59:18 fs 1.6.30.2: #i57457# warning free code 2005/11/07 14:44:00 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [97e45968c4bec34b61cfd096bd454ba03fac5a16]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:18 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [054cddf8e3d13488f99bf02fbb2b60a5b85e16bb]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:18 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd03de1670a7efbc5e3f51e3d3343639eee2edde]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/07 14:43:59 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d988a468e46b05f7a145079c2bdeaf6377b763ac]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2006/06/14 10:56:22 fs 1.6.30.3: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:18 fs 1.6.30.2: #i57457# warning free code 2005/11/07 14:43:59 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f41053dcfc4444e401d6e32d34dd0a95d1dca8]

        INTEGRATION: CWS warnings01 (1.13.28); FILE MERGED 2006/04/07 20:24:19 sb 1.13.28.2: RESYNC: (1.13-1.15); FILE MERGED 2005/11/16 12:59:17 fs 1.13.28.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8fbb4ffbdb17968cc632abc8148182ad269efdb]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/06/14 10:56:22 fs 1.3.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:17 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71bf638c9bc53f9d772704409f3ee07253405380]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/07 14:43:59 fs 1.17.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [299c4031f1b817efb272beec022a82262807425d]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2006/04/07 20:24:11 sb 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/07 14:43:58 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cab71b0f74de36fbb84007c01dd05ad6d87f25bf]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/04/07 20:24:01 sb 1.12.30.4: RESYNC: (1.12-1.13); FILE MERGED 2005/11/21 10:07:55 fs 1.12.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:17 fs 1.12.30.2: #i57457# warning free code 2005/11/07 14:43:58 fs 1.12.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d23ab6ebcdfd4c16ea3022a2f2b119236eed74f]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2006/04/07 20:23:07 sb 1.15.30.3: RESYNC: (1.15-1.16); FILE MERGED 2005/12/22 11:44:55 fs 1.15.30.2: #i57457# warning-free code 2005/11/07 14:43:57 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b22d7b54893b386c07874e0f6ff79f8a5e569fa6]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/16 12:59:16 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b3dea36cd9f9228fe82b3d46419a207b16a751]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:59:16 fs 1.6.30.2: #i57457# warning free code 2005/11/07 14:43:57 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b28856a2ee44fc0a828f986b52e22fbf749641c8]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:16 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f805a71874ad8790ac143c2b0829727c5a792a]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/06/13 08:45:30 fs 1.4.30.6: #i66334# only try to bind with password if it's not empty 2006/04/07 20:23:42 sb 1.4.30.5: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 20:58:36 sb 1.4.30.4: RESYNC: (1.4-1.5); FILE MERGED 2005/12/22 11:44:55 fs 1.4.30.3: #i57457# warning-free code 2005/11/16 12:59:16 fs 1.4.30.2: #i57457# warning free code 2005/11/07 14:43:56 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9ae94d7a87441608cc8242bf18a17cdcf5660ee]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 10:07:54 fs 1.9.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:56 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [87501aa3eb5f8c3b49d246099ef11b7ffe0d1295]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2006/04/07 20:23:25 sb 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/07 14:43:55 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [701abada86ed5f600c853490ec6527048888480a]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2006/04/07 20:23:14 sb 1.11.30.4: RESYNC: (1.11-1.12); FILE MERGED 2005/12/22 11:44:55 fs 1.11.30.3: #i57457# warning-free code 2005/11/16 12:59:15 fs 1.11.30.2: #i57457# warning free code 2005/11/07 14:43:55 fs 1.11.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4637e166700d28039612352fd59ca751dfc17cde]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 11:47:17 fs 1.1.2.1: warning-free code: need to lower warning-lelel for system-includes

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9ec733c6b60498d194c9c27a69181aa1e7bc0be]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 11:47:27 fs 1.1.2.1: warning-free code: need to lower warning-lelel for system-includes

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e829ed355d15e9b22cff0eeaf67eafda463da23]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 10:07:54 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:48:28 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50418af88a7b60e49088cce3f3018192dcf93bf]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 10:07:54 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:48:11 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0db427ea5df1ebbb1c83071576c63af98af6be]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 10:07:54 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:47:55 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e574e117c05ca977db141da3a871ef87e23582f2]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 10:07:54 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:47:37 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [44a925528ee93672837528370d7be5610328f104]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/21 10:07:53 fs 1.1.2.2: #i57457# warning-free code on unx* 2005/11/07 14:47:21 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [02529064946e212b451becc322bbbcc2a0f14467]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/07 14:43:55 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f374b039f17d3f1da4d0cf3752a8aa95ef61036]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:54 fs 1.3.30.2: #i57457# warning-free code 2005/11/07 14:43:54 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35ca16d7aab193e997c1dc58d1cb05bed5f1b3e]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:53 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9732ad49dd27e6396f01d9c28c7e92d31a793619]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:54 fs 1.3.30.2: #i57457# warning-free code 2005/11/07 14:43:53 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [263ff6c6604f91c15339b1cfb88bd55351af02f0]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3cfbe7abd618cfd35d8cc4c0298ebadab31127]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:52 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd58403c14e3dbcc94b50cff1df6f90fdffe24c6]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/25 20:58:13 sb 1.3.30.4: RESYNC: (1.3-1.4); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.3: #i57457# warning-free code 2005/11/16 12:59:15 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:43:51 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [71cde852c4d5440fd394022058f9d18d15e45221]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:15 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:43:50 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [436ee94468e69e878ed3ca1def1ed1a7405466b8]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.4: #i57457# warning-free code 2005/11/21 10:07:53 fs 1.3.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:15 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:43:50 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [72bdc86434c944e028786ef04c0ec23caabb8fac]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:49 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e26466c1589d27c4cd32adffaa70cc4b1602fdee]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/25 20:57:58 sb 1.3.30.4: RESYNC: (1.3-1.5); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.3: #i57457# warning-free code 2005/11/21 10:07:53 fs 1.3.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:49 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed57dfdf7c2b02d602940934454af171422a7ec9]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:14 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b3e55c479b88ac70b96638fe7ffb720750b8f7d]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 11:44:52 fs 1.1.2.2: #i57457# warning-free code 2005/11/07 14:50:23 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0713bdc3d10a6b521847bc61a70cc8af9875972]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/07 14:50:07 fs 1.1.2.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1e498a04d5d7bbd790c02666e2dc0a367a6f39]

        INTEGRATION: CWS warnings01 (1.4.96); FILE MERGED 2006/03/29 12:39:53 fs 1.4.96.1: getSdbcSceme not reachable for the driver - need to locate symbol on demand

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9edc438e5ae708376a1f4a8c3a27550a014796d3]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/07 14:43:48 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7f028fc34764c8a63f72852c9dbb68122a07c10]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 12:44:54 fs 1.5.30.4: warning-free code 2005/11/21 10:07:53 fs 1.5.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:14 fs 1.5.30.2: #i57457# warning free code 2005/11/07 14:43:47 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec61ce1ca9e71d154cb8afb4a343ca6c826d29cc]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/06/13 08:49:21 fs 1.10.30.5: postponed proper implementation of property handling to later 2006/04/07 20:22:52 sb 1.10.30.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/21 10:07:52 fs 1.10.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:14 fs 1.10.30.2: #i57457# warning free code 2005/11/07 14:43:47 fs 1.10.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aa2f541c87434dc736abb057b58ad00346b6f34]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:52 fs 1.4.30.4: #i57457# warning-free code 2005/11/21 10:07:52 fs 1.4.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:14 fs 1.4.30.2: #i57457# warning free code 2005/11/07 14:43:47 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ecac33eafbbe7776f10f105d03551e6caf9a59a]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/07 14:43:46 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9de1010cc27d911bb67372ba7cc94f525ee29dd]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/16 12:59:14 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [54281dbcf3a2a067d3c92be2d89d8fbe9ceb46c0]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2006/05/23 23:34:25 sb 1.9.30.6: RESYNC: (1.10-1.11); FILE MERGED 2006/01/25 20:57:38 sb 1.9.30.5: RESYNC: (1.9-1.10); FILE MERGED 2005/12/22 12:14:44 fs 1.9.30.4: warning-free code 2005/11/21 10:07:52 fs 1.9.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:13 fs 1.9.30.2: #i57457# warning free code 2005/11/07 14:43:46 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6abb2e6788f28a415d17b339543601eb51c8803c]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2006/05/23 23:34:13 sb 1.22.30.7: RESYNC: (1.24-1.25); FILE MERGED 2006/04/07 20:22:46 sb 1.22.30.6: RESYNC: (1.23-1.24); FILE MERGED 2006/01/25 20:57:27 sb 1.22.30.5: RESYNC: (1.22-1.23); FILE MERGED 2005/12/22 12:14:43 fs 1.22.30.4: warning-free code 2005/11/21 10:07:52 fs 1.22.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:13 fs 1.22.30.2: #i57457# warning free code 2005/11/07 14:43:45 fs 1.22.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb337006edbe983f62f5a30d483f59904aea392c]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:51 fs 1.6.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bea8f9ba5a03d15448d875abd12f30824a7a4276]

        INTEGRATION: CWS warnings01 (1.9.28); FILE MERGED 2005/11/16 12:59:12 fs 1.9.28.2: #i57457# warning free code 2005/11/07 14:43:45 fs 1.9.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c17d26a8e964bfa5616060882168b469386174e3]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2006/05/18 12:06:21 fs 1.7.30.3: #i65444# 2006/03/29 12:39:24 fs 1.7.30.2: getSdbcSceme not reachable for the driver - need to locate symbol on demand 2005/11/21 10:07:51 fs 1.7.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [744fdf8545e7076da8ef4ce30b96b83b29e7e3bb]

        INTEGRATION: CWS warnings01 (1.14.28); FILE MERGED 2006/05/18 12:06:20 fs 1.14.28.6: #i65444# 2006/04/20 14:52:04 sb 1.14.28.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 20:22:38 sb 1.14.28.4: RESYNC: (1.14-1.15); FILE MERGED 2006/03/29 12:39:24 fs 1.14.28.3: getSdbcSceme not reachable for the driver - need to locate symbol on demand 2005/11/21 10:07:51 fs 1.14.28.2: #i57457# warning-free code on unx* 2005/11/16 12:59:12 fs 1.14.28.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [265ccab6c7c0e6e83abfc30b371f761387bd96e5]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/04/07 20:22:31 sb 1.10.30.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 12:59:12 fs 1.10.30.2: #i57457# warning free code 2005/11/07 14:43:44 fs 1.10.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c4a146364f9044a12a210c80729f4269c344803]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/04/07 20:22:24 sb 1.13.30.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/21 10:07:51 fs 1.13.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:44 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ebc423b3b9d866991fa15dcd81510eee973547b]

        INTEGRATION: CWS warnings01 (1.19.28); FILE MERGED 2006/06/13 08:47:23 fs 1.19.28.7: #i66334# don't load error resource without error id 2006/05/18 12:06:19 fs 1.19.28.6: #i65444# 2006/04/07 20:22:18 sb 1.19.28.5: RESYNC: (1.19-1.20); FILE MERGED 2006/03/29 12:39:24 fs 1.19.28.4: getSdbcSceme not reachable for the driver - need to locate symbol on demand 2005/11/21 10:07:51 fs 1.19.28.3: #i57457# warning-free code on unx* 2005/11/16 12:59:12 fs 1.19.28.2: #i57457# warning free code 2005/11/07 14:43:44 fs 1.19.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa94db62a69399944e77e50aff8d75184e6096b8]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:43 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d42e9e9a57ac8f80c2c16771abb00bb6073c02e]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2006/01/30 14:18:55 sb 1.2.28.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [026db407fcec641fb9d5f4aa7d39c07885973dcd]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2006/01/30 14:18:54 sb 1.2.28.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6910a725b1267bfbde1fa8674f2c92c46f8f1e50]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/01/30 14:18:54 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [59bf645059a03243b3ff489aece244c02ec77fe0]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2006/01/30 14:18:53 sb 1.2.28.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [09fe5ccb465e97a132f9b38944fbed40fce44b7e]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 20:21:50 sb 1.3.4.2: RESYNC: (1.3-1.5); FILE MERGED 2006/01/30 14:18:52 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2348c60aea94e713d40dd5ec4dbe9bc5fcb719c]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2006/06/14 07:28:22 fs 1.2.28.3: #i66362# don't return NULL in the various XResultSet getter methods 2006/04/07 20:21:42 sb 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/30 14:18:52 sb 1.2.28.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b109c3627e51d9b260396c639481151ba3ec120]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/01/30 14:18:52 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4878db57f814b2f9a02958d18348439045f7f751]

        INTEGRATION: CWS warnings01 (1.20.26); FILE MERGED 2005/12/22 11:44:51 fs 1.20.26.3: #i57457# warning-free code 2005/11/21 10:07:50 fs 1.20.26.2: #i57457# warning-free code on unx* 2005/11/16 12:59:11 fs 1.20.26.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ee18326b43b7b8188ea65e08ced128fb9909ad1]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/12/22 11:44:51 fs 1.6.30.2: #i57457# warning-free code 2005/11/16 12:59:11 fs 1.6.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [82c19498c3ffe42fc0e8ded39f15b5fe7b443c57]

        INTEGRATION: CWS warnings01 (1.13.20); FILE MERGED 2005/11/21 10:07:50 fs 1.13.20.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd86cfdb811343bb6672f95d6a4ac200bcfabaa]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:50 fs 1.7.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3150820eac2d4ddbcee6093fa76b3ec67c310be]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:50 fs 1.6.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3e0f8a89c717fdbccca462a95d4f25a57524913]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 10:07:49 fs 1.9.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a8df8e77458471d1ec1c22cfb72c08f9e3be801]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/21 10:07:49 fs 1.8.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b134898366bc8cfa0e26a061a21dd063688566]

        INTEGRATION: CWS warnings01 (1.24.30); FILE MERGED 2006/01/25 20:50:31 sb 1.24.30.4: RESYNC: (1.24-1.25); FILE MERGED 2005/11/21 10:07:49 fs 1.24.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:11 fs 1.24.30.2: #i57457# warning free code 2005/11/07 14:43:42 fs 1.24.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [190d518f09e809efdbe2bc8ba86d2b2b8a91bfa4]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:49 fs 1.7.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d46cb6eb33502e7a0b5360a4e2376d0986a49b9c]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/12/22 11:44:51 fs 1.8.30.2: #i57457# warning-free code 2005/11/21 10:07:48 fs 1.8.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [185f5e046135cacb654305b067bb24e892d41ced]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/21 10:07:48 fs 1.15.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:10 fs 1.15.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [76d84ec151f8274c1befa1b54a3889309947e269]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2005/12/22 11:44:51 fs 1.20.30.3: #i57457# warning-free code 2005/11/21 10:07:48 fs 1.20.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:42 fs 1.20.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [30fc3e51320f9194e0e9b73a7cd082e82f9a3569]

        INTEGRATION: CWS warnings01 (1.34.30); FILE MERGED 2005/11/21 15:51:40 fs 1.34.30.3: #i57457# OSL_VERIFY_EQUALS 2005/11/16 12:59:10 fs 1.34.30.2: #i57457# warning free code 2005/11/07 14:43:41 fs 1.34.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdb750a5887aae6fa5a7f841390cceec780db3b3]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/12/22 11:44:50 fs 1.9.30.2: #i57457# warning-free code 2005/11/21 10:07:48 fs 1.9.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff778c278f95a8633cb6acbed3031e3b3abe625]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/21 10:07:47 fs 1.9.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:41 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c50ae5e82075ea3d2374c4429b03fd5e177d599b]

        INTEGRATION: CWS warnings01 (1.21.30); FILE MERGED 2005/11/21 10:07:47 fs 1.21.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:40 fs 1.21.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43fc0403254ed2aec0ded4211a70d20cd8ffc92f]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:46 fs 1.7.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:10 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c05bd9336fab503590321ae804ccd39a2f76dc29]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/21 10:07:46 fs 1.11.30.2: #i57457# warning-free code on unx* 2005/11/07 14:43:39 fs 1.11.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9866bc48628858af118b51cb88ec0fa4d3f922fc]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/21 10:07:46 fs 1.15.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:10 fs 1.15.30.2: #i57457# warning free code 2005/11/07 14:43:39 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8902ec911e22339b5c6588be209dc817b9dbd69f]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:45 fs 1.6.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b0afa42ced9bc783b7af5150f69ccf04eaa5552]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/21 10:07:45 fs 1.8.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:09 fs 1.8.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b734a66ed194e47fb2f737a9c0d8388dfa8fb3f]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 10:07:45 fs 1.7.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:09 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4080aeab0c758d247182cacd9984794167b1d7f9]

        INTEGRATION: CWS warnings01 (1.8.20); FILE MERGED 2005/12/22 11:44:50 fs 1.8.20.2: #i57457# warning-free code 2005/11/16 12:59:09 fs 1.8.20.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f992eeca82ca7cafe5365e09b1148429280baf8a]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2005/12/22 11:44:50 fs 1.6.10.4: #i57457# warning-free code 2005/11/16 12:59:09 fs 1.6.10.3: #i57457# warning free code 2005/11/07 19:10:37 pl 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/07 14:43:38 fs 1.6.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d93786fa5f1c46b175a22f17206062314cbedc5]

        INTEGRATION: CWS warnings01 (1.7.20); FILE MERGED 2005/12/22 11:44:49 fs 1.7.20.2: #i57457# warning-free code 2005/11/16 12:59:08 fs 1.7.20.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9333ff801d2b00a1d54f8922abb5db807a0251be]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:49 fs 1.4.30.2: #i57457# warning-free code 2005/11/16 12:59:08 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad8502a975b81b37e3187555a278dadc9e612cdb]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:08 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:43:38 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd6e0e6bbfdd3dd91fa15a9555209ab12c92e4b0]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:07 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [123339311720d3e21ebdc08f18a9e9a7ae387dc4]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:59:06 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b564d221cae3f29bc26d112ceeba339f9e11448a]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/07 14:43:38 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca85833833d3c305ba6912aea1ee271f7e54756]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/06/14 10:56:21 fs 1.6.10.4: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:06 fs 1.6.10.3: #i57457# warning free code 2005/11/07 19:10:06 pl 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/07 14:43:37 fs 1.6.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [186c2a865e079d81230ae021e76e12ff79a31f79]

        INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2005/11/16 12:59:06 fs 1.8.14.3: #i57457# warning free code 2005/11/07 19:09:44 pl 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/07 14:43:37 fs 1.8.14.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8926d4505accdda2b5f9d9d320ea06c7007c934]

        INTEGRATION: CWS warnings01 (1.9.20); FILE MERGED 2005/11/16 12:59:06 fs 1.9.20.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9142e9764669919a55e77c410c596366835d3a28]

        INTEGRATION: CWS warnings01 (1.14.8); FILE MERGED 2006/04/07 20:21:26 sb 1.14.8.6: RESYNC: (1.15-1.16); FILE MERGED 2005/12/22 11:44:48 fs 1.14.8.5: #i57457# warning-free code 2005/11/21 15:51:39 fs 1.14.8.4: #i57457# OSL_VERIFY_EQUALS 2005/11/16 12:59:05 fs 1.14.8.3: #i57457# warning free code 2005/11/07 19:09:17 pl 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/07 14:43:36 fs 1.14.8.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [68e6f0b7bd03a29d16a4ee723616c575f7881372]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/11/21 10:07:44 fs 1.4.8.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a73228b9a34cab275219de83a5f413ce1316b8c6]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/06/14 10:56:21 fs 1.4.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:59:05 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f217892a4f858fe6c119e46fdfb322c4e1d3d72]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2006/05/23 23:33:27 sb 1.14.30.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/16 12:59:05 fs 1.14.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [440bdcfcc95f6dbf419cbb4fa9da6956b47a2a15]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:47 fs 1.5.30.2: #i57457# warning-free code 2005/11/16 12:59:05 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [928cf5c9675456aef9b398c5c2b60ff681ae0e13]

        INTEGRATION: CWS warnings01 (1.49.16); FILE MERGED 2006/05/26 14:03:28 sb 1.49.16.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:33:20 sb 1.49.16.6: RESYNC: (1.51-1.53); FILE MERGED 2006/01/25 20:50:14 sb 1.49.16.5: RESYNC: (1.50-1.51); FILE MERGED 2005/11/21 10:07:44 fs 1.49.16.4: #i57457# warning-free code on unx* 2005/11/16 12:59:04 fs 1.49.16.3: #i57457# warning free code 2005/11/07 19:08:49 pl 1.49.16.2: RESYNC: (1.49-1.50); FILE MERGED 2005/11/07 14:43:36 fs 1.49.16.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b3fe2bb1e7422831dd94583f16baa06da1c88db]

        INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2005/11/16 12:59:04 fs 1.19.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e8f0994387d54b107efc8b8f355064ec1084cdc]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/07 14:43:35 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c91904cca7d296b87c7f4c2e929ea8b33423249]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/16 12:59:04 fs 1.16.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [86586d4c999291cf6029bd2fa4f05142961cf8cb]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2005/11/16 12:59:04 fs 1.11.28.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [263fd937bba204abf5e57675cfe11aac22745999]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/11/16 13:05:23 fs 1.1.2.1: consolidation during #i57457#: this class was duplicated in two drivers

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7d1951578398a6006748028e455ec85b759bbb]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/04/07 20:21:00 sb 1.13.30.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/21 10:07:43 fs 1.13.30.2: #i57457# warning-free code on unx* 2005/11/16 12:59:03 fs 1.13.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc9329f6dba3c06048f607492b36b2a49e7917dd]

        INTEGRATION: CWS warnings01 (1.23.28); FILE MERGED 2005/11/21 15:51:38 fs 1.23.28.2: #i57457# OSL_VERIFY_EQUALS 2005/11/07 14:43:35 fs 1.23.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [497df77e1c913fdce9b63fbb6f9e40c94a80b90b]

        INTEGRATION: CWS warnings01 (1.26.28); FILE MERGED 2006/05/23 23:33:01 sb 1.26.28.3: RESYNC: (1.26-1.27); FILE MERGED 2005/11/16 12:59:03 fs 1.26.28.2: #i57457# warning free code 2005/11/07 14:43:34 fs 1.26.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [73cf774e53298534e79e19fabbd1af8ca509b2e8]

        INTEGRATION: CWS warnings01 (1.22.28); FILE MERGED 2005/11/16 12:59:03 fs 1.22.28.2: #i57457# warning free code 2005/11/07 14:43:34 fs 1.22.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c61803d0384094f294ea0e56d4e762aeb3354fc0]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/16 12:59:03 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4200a58b7fcf2129ef78b6986f1c43ef9aadd916]

        INTEGRATION: CWS warnings01 (1.21.30); FILE MERGED 2005/11/21 15:51:38 fs 1.21.30.3: #i57457# OSL_VERIFY_EQUALS 2005/11/16 12:59:02 fs 1.21.30.2: #i57457# warning free code 2005/11/07 14:43:33 fs 1.21.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8f7564e3a616277210c03a86dae7d7fce432a39]

        INTEGRATION: CWS warnings01 (1.37.10); FILE MERGED 2005/11/16 12:59:02 fs 1.37.10.3: #i57457# warning free code 2005/11/07 19:07:21 pl 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2005/11/07 14:43:32 fs 1.37.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [546cee0c073d30fb3639ed712f4f259fab2921b0]

        INTEGRATION: CWS warnings01 (1.18.30); FILE MERGED 2005/11/16 12:59:02 fs 1.18.30.2: #i57457# warning free code 2005/11/07 14:43:32 fs 1.18.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3732096107092e05730e1c963b1854d0400f998]

        INTEGRATION: CWS warnings01 (1.93.8); FILE MERGED 2005/12/22 11:44:43 fs 1.93.8.4: #i57457# warning-free code 2005/11/16 12:59:02 fs 1.93.8.3: #i57457# warning free code 2005/11/07 19:07:08 pl 1.93.8.2: RESYNC: (1.93-1.94); FILE MERGED 2005/11/07 14:43:30 fs 1.93.8.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [28f1e8064c291b013252cacf11e30c5ca9308f4f]

        INTEGRATION: CWS warnings01 (1.35.10); FILE MERGED 2005/12/22 11:44:43 fs 1.35.10.4: #i57457# warning-free code 2005/11/16 12:59:01 fs 1.35.10.3: #i57457# warning free code 2005/11/07 19:07:00 pl 1.35.10.2: RESYNC: (1.35-1.36); FILE MERGED 2005/11/07 14:43:30 fs 1.35.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8f5d477ec5f3bab97c42fcde88528360c624fc1]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:01 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d680f45854a5ea254c30618a695bed41e4154c]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:59:01 fs 1.11.30.2: #i57457# warning free code 2005/11/07 14:43:29 fs 1.11.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b6794ff34b486c1ee18fff1bb61094f89268a42]

        INTEGRATION: CWS warnings01 (1.30.30); FILE MERGED 2006/06/14 07:29:15 fs 1.30.30.5: during #i66362#: easiert construction of ODatabaseMetaDataResultSet 2005/12/22 11:44:43 fs 1.30.30.4: #i57457# warning-free code 2005/11/21 10:07:43 fs 1.30.30.3: #i57457# warning-free code on unx* 2005/11/16 12:59:01 fs 1.30.30.2: #i57457# warning free code 2005/11/07 14:43:28 fs 1.30.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6fd3fba1a78df2554c582b7db21a4a9317fafcb]

        INTEGRATION: CWS warnings01 (1.41.12); FILE MERGED 2005/11/16 12:59:00 fs 1.41.12.3: #i57457# warning free code 2005/11/07 19:06:48 pl 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/07 14:43:27 fs 1.41.12.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca586731ebcbe9b8776cbd2f5f1067a5405ce9e]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:42 fs 1.3.30.2: #i57457# warning-free code 2005/11/16 12:59:00 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a47ef18390a58dc2a216af8df376c21bb78b2271]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:58:59 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4417add9ae1adaaf9066d0790f5d024891953305]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/05/23 23:32:47 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:58:59 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2419b4cc391c00cd66aebc5c2593ed4b4ee780af]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/01/25 20:49:22 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 12:58:58 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b44aeb2411ec104afeaace22fec6eb0987bef870]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/05/23 23:32:40 sb 1.10.30.5: RESYNC: (1.11-1.12); FILE MERGED 2006/01/25 20:49:15 sb 1.10.30.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/21 10:07:43 fs 1.10.30.3: #i57457# warning-free code on unx* 2005/11/16 12:58:58 fs 1.10.30.2: #i57457# warning free code 2005/11/07 14:43:26 fs 1.10.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7981ac0d12d8954c28d1a76cbc0a44e2e3e92a24]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:42 fs 1.3.30.3: #i57457# warning-free code 2005/11/16 12:58:58 fs 1.3.30.2: #i57457# warning free code 2005/11/07 14:43:25 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8473234e22af967cd6a66bcb69603f7fd13abfc5]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:58:58 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5110fce191e0e8715e2e187dd85d2d8ada03584]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:24 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d14e99622dc0f61a1ec8d0607deb3cf6a78cc21f]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/25 20:49:07 sb 1.3.30.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:58:57 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [372447233841728c4ce82637a8f34ad7b54026cf]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2006/05/23 23:32:27 sb 1.7.30.4: RESYNC: (1.8-1.9); FILE MERGED 2006/01/25 20:49:00 sb 1.7.30.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/16 12:58:57 fs 1.7.30.2: #i57457# warning free code 2005/11/07 14:43:23 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dbce355847d6b2bea1d2409f62586d1e2055d868]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/21 10:07:42 fs 1.5.30.3: #i57457# warning-free code on unx* 2005/11/16 12:58:57 fs 1.5.30.2: #i57457# warning free code 2005/11/07 14:43:22 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e4e1b44a2ce875ad2e12c8f171f0400cca031b8]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/07 14:43:21 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aac38d80077cf15cedc1cd4c208022c78b471d6]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/21 15:51:37 fs 1.4.30.3: #i57457# OSL_VERIFY_EQUALS 2005/11/16 12:58:57 fs 1.4.30.2: #i57457# warning free code 2005/11/07 14:43:19 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [043581b158913f5f3c68a1ebfc86ec7933d6bfee]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/21 15:51:36 fs 1.7.30.3: #i57457# OSL_VERIFY_EQUALS 2005/11/16 12:58:56 fs 1.7.30.2: #i57457# warning free code 2005/11/07 14:43:18 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c5cc8f4b65d1910e57b3ead35b5956475d0be7]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2006/04/07 20:17:17 sb 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2005/11/16 12:58:56 fs 1.22.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [baa08ea41ece923da30b1b0c79ed944e9adaace8]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/12/22 11:44:41 fs 1.17.30.3: #i57457# warning-free code 2005/11/16 12:58:56 fs 1.17.30.2: #i57457# warning free code 2005/11/07 14:43:16 fs 1.17.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b462a26027c90be4e931e774d6de58a561a9970c]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:41 fs 1.5.30.2: #i57457# warning-free code 2005/11/16 12:58:55 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e47a3888d1e6f9cdf3df3ff883ac0662eaf9eb47]

        INTEGRATION: CWS warnings01 (1.23.30); FILE MERGED 2005/11/07 14:43:16 fs 1.23.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc6b5967d6e2a959dd827dc92047040a09b46a3e]

        INTEGRATION: CWS warnings01 (1.89.16); FILE MERGED 2006/05/29 09:24:38 fs 1.89.16.9: #i65538# 2006/05/23 23:32:16 sb 1.89.16.8: RESYNC: (1.92-1.93); FILE MERGED 2006/04/07 20:17:10 sb 1.89.16.7: RESYNC: (1.91-1.92); FILE MERGED 2006/01/30 14:18:51 sb 1.89.16.6: #i53898# Made code warning-free. 2006/01/25 20:48:51 sb 1.89.16.5: RESYNC: (1.90-1.91); FILE MERGED 2005/12/22 11:44:41 fs 1.89.16.4: #i57457# warning-free code 2005/11/16 12:58:55 fs 1.89.16.3: #i57457# warning free code 2005/11/07 19:06:41 pl 1.89.16.2: RESYNC: (1.89-1.90); FILE MERGED 2005/11/07 14:43:15 fs 1.89.16.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [156669f8268f31b3d81f413fa3558f1ccc843ba1]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2005/12/22 11:44:40 fs 1.22.30.3: #i57457# warning-free code 2005/11/16 12:58:55 fs 1.22.30.2: #i57457# warning free code 2005/11/07 14:43:14 fs 1.22.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf4427c55c460feac000b5909f8a5567c0dacdc9]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2006/04/07 20:17:02 sb 1.15.30.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 20:48:42 sb 1.15.30.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/07 14:43:14 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d2c3710c26577626ee1c43ec5aba59f8e466df8]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/11/16 12:58:55 fs 1.14.30.2: #i57457# warning free code 2005/11/07 14:43:13 fs 1.14.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d19453f5b4f5c591112c8ca60e7a6f18c26d405]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2005/12/22 11:44:40 fs 1.6.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0d9f9468cb777ccec17c0e239f34d1c22dcbcd1]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/16 12:58:55 fs 1.11.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2def078232dfd92d36f3fc260abe587ee0ee1ab6]

        INTEGRATION: CWS warnings01 (1.38.30); FILE MERGED 2005/11/21 15:51:36 fs 1.38.30.2: #i57457# OSL_VERIFY_EQUALS 2005/11/07 14:43:13 fs 1.38.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3083489b2e1d758ec2e08ee2834636ce13cb253c]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/16 12:58:54 fs 1.8.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [15de28afac829d42af6dfabb40579f45048ebcd7]

        INTEGRATION: CWS warnings01 (1.30.30); FILE MERGED 2005/11/16 12:58:54 fs 1.30.30.2: #i57457# warning free code 2005/11/07 14:43:12 fs 1.30.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [45e85dc334949e6e01aeafa8cb81a9da2d3ebd60]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/16 12:58:54 fs 1.15.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43654e2dd3962aacb21749fe23034a660af1e94e]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2005/11/16 12:58:54 fs 1.12.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [47d5b1b57955d359772f87f449f29eeab14f439a]

        INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/07 14:43:12 fs 1.4.28.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fab4913b20173338f2e4ef976748ddb692f773aa]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:39 fs 1.4.30.2: #i57457# warning-free code 2005/11/16 12:58:53 fs 1.4.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [169897cac7ba2e8de0ecc4583ef2eac43317b47a]

        INTEGRATION: CWS warnings01 (1.24.30); FILE MERGED 2006/05/26 14:03:28 sb 1.24.30.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:31:53 sb 1.24.30.2: RESYNC: (1.24-1.26); FILE MERGED 2005/11/07 14:43:11 fs 1.24.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9ba2b7ef7ee2550153d3ea63dca53f0566453eb]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2005/11/16 12:58:53 fs 1.12.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e81ea6c9c74112c57dc63f75d37d7de509b62ff3]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:53 fs 1.6.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3acef1daea28dafa9c35d518eac386e7f917a2d6]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/11/16 12:58:53 fs 1.13.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [81d50829237c0e8403635bc5b26c2735bf542bb6]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/16 12:58:52 fs 1.10.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3169ceaf96ddbe9542dba508efb5cb4f5cc78ee5]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/12/22 11:44:39 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [86873cabe88a39311cbd52ceccf79c27b6b5c0fe]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 11:49:49 fs 1.1.2.1: warning-free code: need to lower warning-lelel for system-includes

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [95e79ab753b58772482ede090e31f4a2acb6e3db]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/12/22 11:49:39 fs 1.1.2.1: warning-free code: need to lower warning-lelel for system-includes

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [27c9149a38fc6d63fb45af8627965a3af9dbebb5]

        INTEGRATION: CWS warnings01 (1.16.20); FILE MERGED 2006/03/29 13:50:52 fs 1.16.20.3: #57457# warning-free code 2006/01/25 20:47:55 sb 1.16.20.2: RESYNC: (1.16-1.17); FILE MERGED 2005/12/22 11:44:39 fs 1.16.20.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb5a61302ff833f1fbae5c5fe613bfcf0c7dcf9]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:38 fs 1.5.30.2: #i57457# warning-free code 2005/11/16 12:58:52 fs 1.5.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d72c48ffba4fff722488177aadab7623cc25006]

        INTEGRATION: CWS warnings01 (1.11.20); FILE MERGED 2006/03/29 13:50:52 fs 1.11.20.2: #57457# warning-free code 2005/12/22 11:44:38 fs 1.11.20.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [93b84cdd0270950ca7bef796544faa87361c7cf1]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/12/22 11:44:38 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cad1e861fd9ca055295b9e98b2568d117f806aaf]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/11/07 14:43:10 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f400151435d39746eb0fd39323722eb68723546]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/12/22 11:44:37 fs 1.8.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [437db96808113ec4ccacf2c11566f3a909c34f36]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/07 14:43:09 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4a7629cdca5a08d5977d4fb17c6ad6e852029f4]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/12/22 11:44:37 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9dd4c1ad6ef15b3daffaf854c568975e90dcd76]

        INTEGRATION: CWS warnings01 (1.27.30); FILE MERGED 2005/12/22 11:44:37 fs 1.27.30.2: #i57457# warning-free code 2005/11/07 14:43:08 fs 1.27.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1c17b5a340270a508d66f9f32f739aa97158c6f]

        INTEGRATION: CWS warnings01 (1.21.30); FILE MERGED 2006/01/25 20:48:34 sb 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2005/12/22 11:44:36 fs 1.21.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f7db7daaa97b6a40009eb37e20f25d2799a1e87]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/12/22 11:44:36 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [be4ecf52269ac64415c3891aaec4a33c433c2ceb]

        INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2006/01/25 20:48:27 sb 1.19.30.3: RESYNC: (1.19-1.20); FILE MERGED 2005/12/22 11:44:36 fs 1.19.30.2: #i57457# warning-free code 2005/11/16 12:58:52 fs 1.19.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fbb65c3dda1ace3702c4b289e177ab8eabc26e8]

        INTEGRATION: CWS warnings01 (1.17.8); FILE MERGED 2006/01/25 20:48:18 sb 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2005/12/22 11:44:35 fs 1.17.8.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3d1ba80c29ad46c2736f032cb8880d30c6e4d4]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/12/22 11:44:35 fs 1.15.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73d8f5acce172dc41ca8d31156c06415cb5400b]

        INTEGRATION: CWS warnings01 (1.18.30); FILE MERGED 2005/11/07 14:43:07 fs 1.18.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d02f8da868a46cb797302aef60416ba02f8af258]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/12/22 11:44:35 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0f9ed19d724b1b7e807d29a47ce24e0bc36112b]

        INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2005/11/07 14:43:07 fs 1.19.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b504626c7f08c5a4aeabea3b858fd12bb41ed1bd]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/12/22 11:44:34 fs 1.8.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c4c034e867392cc3d1742335d6c8e5beb0902ee]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/12/22 11:44:34 fs 1.16.30.2: #i57457# warning-free code 2005/11/07 14:43:06 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8337ab531cb042ac1572494234007cfab1926e59]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/12/22 11:44:34 fs 1.16.30.3: #i57457# warning-free code 2005/11/16 12:58:52 fs 1.16.30.2: #i57457# warning free code 2005/11/07 14:43:06 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e639a603d70100f17c3043d6d55aa2caced8063]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2005/12/22 11:44:33 fs 1.20.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [519ec4f236cf9a0b1264ddcb29d91b0c0bcfcb13]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2006/01/25 20:48:11 sb 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/22 11:44:33 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [973daa8b2e27b457303658a82a0e7cb45e1debba]

        INTEGRATION: CWS warnings01 (1.18.20); FILE MERGED 2006/01/25 20:48:04 sb 1.18.20.2: RESYNC: (1.18-1.19); FILE MERGED 2005/12/22 11:44:33 fs 1.18.20.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [69b95fae91be240b7a367c3ab832ef0bb5876bdf]

        INTEGRATION: CWS warnings01 (1.23.30); FILE MERGED 2006/04/07 20:16:29 sb 1.23.30.4: RESYNC: (1.23-1.24); FILE MERGED 2005/12/22 11:44:32 fs 1.23.30.3: #i57457# warning-free code 2005/11/16 12:58:51 fs 1.23.30.2: #i57457# warning free code 2005/11/07 14:43:06 fs 1.23.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe15ea0a72d0fcb3fb6aef42fe2fbe763288922]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2006/03/29 13:50:52 fs 1.17.30.2: #57457# warning-free code 2005/12/22 11:44:32 fs 1.17.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4998403a965ec2533612f473d794d395ff2be238]

        INTEGRATION: CWS warnings01 (1.23.30); FILE MERGED 2005/12/22 11:44:32 fs 1.23.30.2: #i57457# warning-free code 2005/11/07 14:43:05 fs 1.23.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c41b9b78b4b2ad2bbd7eeaec0c93ff05955fbfa]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/12/22 11:44:31 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd89f9f9c9dbc91ca55687f51ae88d9510e461a]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/22 11:44:31 fs 1.4.30.3: #i57457# warning-free code 2005/11/16 12:58:51 fs 1.4.30.2: #i57457# warning free code 2005/11/07 14:43:04 fs 1.4.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d728975b3f5557a93725e683fd1e31c2c8bf9d1]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/07 14:43:04 fs 1.16.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc23b32bb44a0b3fff3eb6ce024f5fa80adad8b]

        INTEGRATION: CWS warnings01 (1.15.30); FILE MERGED 2005/11/16 12:58:51 fs 1.15.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ca7875086c5184ebdc710d62de57fe1b184397e]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/12/22 11:44:30 fs 1.14.30.2: #i57457# warning-free code 2005/11/16 12:58:50 fs 1.14.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fbc3f0290189e3081d42ac21e0b7a3bfa788e75]

        INTEGRATION: CWS warnings01 (1.31.30); FILE MERGED 2005/11/16 12:58:50 fs 1.31.30.2: #i57457# warning free code 2005/11/07 14:43:03 fs 1.31.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1966afdffa04a4625d8d17c53e4bec484844b960]

        INTEGRATION: CWS warnings01 (1.33.30); FILE MERGED 2005/11/16 12:58:50 fs 1.33.30.2: #i57457# warning free code 2005/11/07 14:43:03 fs 1.33.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f34d4f05463af8fde0e55d242035b4eed8f866]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:50 fs 1.6.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d99d9535892aace8c4c758b1706eb0c5f4a64db7]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/07 14:43:02 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [88c334c05cd123780a6ce8e79cf59bda45f35a82]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/12/22 11:44:29 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d8db5f27789d3fe1683642fa150ef3502c9d9e0]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2006/06/08 09:46:17 fs 1.20.30.2: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method 2005/11/21 10:07:42 fs 1.20.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2895f9f305bff793c634eb9f19d83fd83bfd089b]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2006/06/08 09:46:17 fs 1.20.30.3: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method 2005/11/21 10:07:41 fs 1.20.30.2: #i57457# warning-free code on unx* 2005/11/16 12:58:49 fs 1.20.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [240151394da119c30d55708dcade2a5867de1c04]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/16 12:58:49 fs 1.9.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed6119055dd7db1f07b8c9a5fff0d2434b47cb1e]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/06/08 09:46:16 fs 1.12.30.2: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method 2005/11/21 10:07:41 fs 1.12.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [067105d1913eca776843b844d6bc364642aa68ac]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/16 12:58:49 fs 1.10.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc4ff198f2c26b0174559f7b1b6dfc534dd00e48]

        INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/12/12 14:33:32 fs 1.5.28.2: #i57457# 2005/11/21 10:07:41 fs 1.5.28.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [15f5d64af993541458bb8ff930a5f2289954338d]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2005/11/21 10:07:40 fs 1.20.30.3: #i57457# warning-free code on unx* 2005/11/16 12:58:49 fs 1.20.30.2: #i57457# warning free code 2005/11/07 14:43:02 fs 1.20.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d36c972425fefc50d646a3cd3f3fd487667be0]

        INTEGRATION: CWS warnings01 (1.18.26); FILE MERGED 2005/11/21 10:07:40 fs 1.18.26.2: #i57457# warning-free code on unx* 2005/11/07 14:43:01 fs 1.18.26.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [62aeefd815af039fa8a5b50eebae9c9715eabce7]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2006/06/08 09:46:16 fs 1.17.30.3: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method 2005/11/21 10:07:40 fs 1.17.30.2: #i57457# warning-free code on unx* 2005/11/16 12:58:49 fs 1.17.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b03b8c036621f2afcfc3b73edc7ab1d0255e5a53]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/11/16 12:58:48 fs 1.13.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [336b835a4cf922e46112d0c5638c706c56ca79c6]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:58:48 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0db8dbe3da25687b45a857ae99335a5ecc2cdbe6]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/16 12:58:48 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d54da7dc7093aa142245a2914a2b04d32b6157e]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/16 12:58:48 fs 1.9.30.2: #i57457# warning free code 2005/11/07 14:43:01 fs 1.9.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f77285fd213094f3e8871e40d61ceb369c5252]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/16 12:58:47 fs 1.8.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e183c71dd562604ab13f11fd18a129d217e36708]

        INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/16 12:58:47 fs 1.16.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8d1e371551ba54be276c31b1fefca5461216992]

        INTEGRATION: CWS warnings01 (1.26.20); FILE MERGED 2006/04/20 14:52:03 sb 1.26.20.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 20:15:42 sb 1.26.20.3: RESYNC: (1.26-1.27); FILE MERGED 2005/11/21 10:07:39 fs 1.26.20.2: #i57457# warning-free code on unx* 2005/11/16 12:58:47 fs 1.26.20.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fa0d82d62721367c6545df6da47e91e7f2e6a42]

        INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2006/04/07 20:15:29 sb 1.14.30.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/16 12:58:46 fs 1.14.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e73b122037bb2509445a928e1d12a5b2194590e5]

        INTEGRATION: CWS warnings01 (1.56.10); FILE MERGED 2006/04/07 20:15:03 sb 1.56.10.5: RESYNC: (1.58-1.59); FILE MERGED 2006/01/25 20:46:10 sb 1.56.10.4: RESYNC: (1.57-1.58); FILE MERGED 2005/11/16 12:58:46 fs 1.56.10.3: #i57457# warning free code 2005/11/07 19:03:59 pl 1.56.10.2: RESYNC: (1.56-1.57); FILE MERGED 2005/11/07 14:43:00 fs 1.56.10.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2649893d16d6276f81c82b6b65a0dbe77eeaa3ca]

        INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2006/06/13 12:43:45 fs 1.13.30.4: #i66365# no initial next in the iterator 2006/04/07 20:15:20 sb 1.13.30.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/16 12:58:45 fs 1.13.30.2: #i57457# warning free code 2005/11/07 14:43:00 fs 1.13.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d52f2f3b6a18e70a014013dcec91b6d3f30f4956]

        INTEGRATION: CWS warnings01 (1.23.30); FILE MERGED 2006/04/20 14:52:03 sb 1.23.30.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 20:15:12 sb 1.23.30.2: RESYNC: (1.23-1.24); FILE MERGED 2005/12/22 11:44:04 fs 1.23.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [08502ece28bd870ce42f408cd2cdc2f379b7bf67]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/16 12:58:45 fs 1.9.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2c278dcf3a888662475b710279e3b9674070891]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:45 fs 1.6.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4926aa2677892d905d687a2854373219697bc801]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/06/08 09:46:03 fs 1.3.30.2: #136883# renaming getMetaData was a bad idea - it's a overridden virtual method 2005/11/21 10:07:39 fs 1.3.30.1: #i57457# warning-free code on unx*

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c50729c4d9b7607569a62b9c4dc55ca1281de797]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/12/22 11:44:03 fs 1.6.30.2: #i57457# warning-free code 2005/11/07 14:42:59 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9946ad5f43a8572a33267ff947f4c01ac624e600]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2006/05/29 10:33:08 fs 1.7.30.2: more tolerance in getIntlKeyword 2005/11/07 14:42:59 fs 1.7.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2275bf96736338362c0c314abf015e693ed849a7]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:03 fs 1.3.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [586e65ab62dbba972d7d0c8a80906388eec8ccb3]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/16 12:58:45 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4899bbb5a44fb85e9f9d2f5c7b85864b500c1b0c]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/16 12:58:44 fs 1.7.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a61f936265f244d56a53da587cded4f2fefed395]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:58:44 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f3337f3bfa61d5204da1a582f7c7fdbf037511]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/07 14:42:59 fs 1.5.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a09762022567ed1a2e5d3b0bc9250eb7f55985]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/16 12:58:44 fs 1.6.30.2: #i57457# warning free code 2005/11/07 14:42:58 fs 1.6.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a7017c31b8b5b455f20f1702dc4dc5e4cafdbf3]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/11/16 12:58:43 fs 1.3.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc447f9e6a0b99d4d1593c9049e930c69f417207]

        INTEGRATION: CWS warnings01 (1.18.30); FILE MERGED 2006/06/14 07:27:36 fs 1.18.30.2: during #i66362#: +MetaDataResultSetType / additional ctor 2005/11/16 12:58:43 fs 1.18.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb80b98a173f16a75fade48bb3d6bae27d1cee5]

        INTEGRATION: CWS warnings01 (1.13.14); FILE MERGED 2005/12/22 11:44:02 fs 1.13.14.3: #i57457# warning-free code 2005/11/07 19:03:51 pl 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/07 14:42:58 fs 1.13.14.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3304eeab53e12fde2fc491d16c288df25dc73b93]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/07 14:42:57 fs 1.11.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80597041697999d7455dba15ca1ff574260789be]

        INTEGRATION: CWS warnings01 (1.20.20); FILE MERGED 2006/01/25 20:47:08 sb 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2005/12/22 11:44:01 fs 1.20.20.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0de3320d961f6e5ec4bca0d7f1193560bb2d7f2]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/06/14 10:54:18 fs 1.12.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:58:42 fs 1.12.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d68a7613d9087acec1153cb4c59474047902fb3]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2006/06/14 10:53:31 fs 1.8.30.2: #i66367# superseded changePropertyAttribute with doCreateArrayHelper 2005/11/07 14:42:55 fs 1.8.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2486ed477a099d62f74a6eb602ac46e48c91b012]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/06/14 10:54:17 fs 1.12.30.2: #i66367# reverted previous changes related to replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle difference between both ids ... 2005/11/16 12:58:41 fs 1.12.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c15df0bb2bb75dddf4e60c03e7c0e490f3cfaa07]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2005/11/16 12:58:41 fs 1.22.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [621cc2a4b2fb11593ad3fd0ebf9b2ae942f6d7ac]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/16 12:58:41 fs 1.17.30.1: #i57457# warning free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [04be72cdf3d1adc8c908b67bb70b0da96f61472b]

        INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED 2006/01/25 20:45:12 sb 1.19.30.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 12:58:41 fs 1.19.30.2: #i57457# warning free code 2005/11/07 14:42:54 fs 1.19.30.1: #i57457# warning-free code

2006-06-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [db12fde933867b2410f6b479071d10a5198ba9c8]

        INTEGRATION: CWS warnings01 (1.29.18); FILE MERGED 2005/11/16 12:58:40 fs 1.29.18.1: #i57457# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f1da7466e8c592382dbee5eb20349eb6bae82e]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/04/07 20:13:39 sb 1.12.30.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/16 12:58:40 fs 1.12.30.2: #i57457# warning free code 2005/11/07 14:42:54 fs 1.12.30.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f1e252a08c6166f2120717c28a71d0ad3aa609]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/07 14:42:53 fs 1.5.30.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80a70845714151effcb46681496c72eabd1af5e1]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2006/01/31 12:31:13 sb 1.2.30.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fdc2f04d12c6609de3e238004a243a28b4e4128]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/06/14 12:48:15 fs 1.12.30.2: #i10000# 2005/11/16 12:58:40 fs 1.12.30.1: #i57457# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ad55f58963cc34aa90264e53f071ac93351325]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2006/04/07 20:13:29 sb 1.11.10.4: RESYNC: (1.12-1.13); FILE MERGED 2005/11/16 12:58:40 fs 1.11.10.3: #i57457# warning free code 2005/11/07 19:02:21 pl 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/07 14:42:53 fs 1.11.10.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb0bccff7d8008f433e63e6b4b124ef1dc342f2c]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2006/01/31 12:31:12 sb 1.3.30.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a03fae13300e1c8c23fbbd716bbad3fb95ed8139]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/07 14:42:52 fs 1.17.30.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92ac242c48694b9378c0e073f15146182f7666c8]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2006/02/28 12:49:09 sb 1.7.30.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec41a4d6e05fdb6721696f9ca275069ab05c5d0b]

        INTEGRATION: CWS warnings01 (1.13.12); FILE MERGED 2006/04/07 20:10:38 sb 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED 2006/02/28 12:49:09 sb 1.13.12.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a5b89628e81a5df2c0b68898131e5af10abbe90]

        INTEGRATION: CWS warnings01 (1.10.24); FILE MERGED 2006/04/07 20:10:31 sb 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2006/02/28 12:49:09 sb 1.10.24.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [65397fb14bd307b6dd469e8031329656374a7419]

        INTEGRATION: CWS warnings01 (1.12.30); FILE MERGED 2006/04/21 07:06:57 sb 1.12.30.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 20:10:10 sb 1.12.30.2: RESYNC: (1.12-1.13); FILE MERGED 2006/02/28 12:49:09 sb 1.12.30.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c219de5d9a12340e52c55abdda5349449bc87100]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/02/28 12:49:09 sb 1.10.30.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4917aa72a049ace4519181b7ad35a1a60e044076]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:16 os 1.2.4.1: #i59838# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bf774ab2e2af60255a2ca2ecaf7e3efb6175bd9]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:15 os 1.2.4.1: #i59838# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6912c78991514236db4b0fb6528638455ac4e10]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:15 os 1.2.4.3: #i59838# warnings removed 2005/10/13 09:53:21 os 1.2.4.2: #i53898# warnings removed 2005/10/04 08:26:30 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d699bb484171f2e6cdb8a5452541a539195b0d17]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/01/25 20:44:51 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 09:53:21 os 1.3.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22ca0baf765f6009bc78dd6abee101184b6d87b2]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/02/10 14:25:14 os 1.6.4.3: #i59838# warnings removed 2005/10/13 09:53:20 os 1.6.4.2: #i53898# warnings removed 2005/10/04 08:25:39 sb 1.6.4.1: #i53898# Merged in lost 1.5.8.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f9660620f635412ce97b21bd72ca9b9d3a0fc15]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:14 os 1.3.4.2: #i59838# warnings removed 2005/10/13 09:53:20 os 1.3.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e066303f11cc79cfc2a2866b896d346392dbd5]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:14 os 1.3.4.3: #i59838# warnings removed 2005/10/13 09:53:19 os 1.3.4.2: #i53898# warnings removed 2005/10/04 08:25:17 sb 1.3.4.1: #i53898# Merged in lost 1.2.8.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c07021cc8afc7da803c11afcd11deae47c21f2]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/10 14:25:13 os 1.4.4.2: #i59838# warnings removed 2005/10/13 09:53:19 os 1.4.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f45d0af8c0d2b776f61e2ff9693b4062fa2986c]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:13 os 1.2.4.2: #i59838# warnings removed 2005/10/13 09:53:19 os 1.2.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e444e583e134a981bf95b72f2fc98273f0dd5fde]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:12 os 1.2.4.2: #i59838# warnings removed 2005/10/04 08:26:30 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7b208974f10e770d957e094ef812de17af02cba]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:12 os 1.3.4.1: #i59838# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d785c711a9a4261ad26db3802b2b0e550064524f]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/13 09:53:18 os 1.3.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [954b182fb0207a8036b41437635b2218cff61ef0]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/10 14:25:11 os 1.4.4.2: #i59838# warnings removed 2005/10/13 09:53:18 os 1.4.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80aa71864010d7e43cff4825ca07d2513092514f]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:11 os 1.3.4.2: #i59838# warnings removed 2005/10/13 09:53:18 os 1.3.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0981dbb7a938dc8299606022dcc1edf29c05d259]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/13 09:53:17 os 1.2.4.2: #i53898# warnings removed 2005/10/04 08:26:30 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b4a37c46e8a45ee7134cbe014dfef0fe8b7d92]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:10 os 1.3.4.2: #i59838# warnings removed 2005/10/04 07:25:47 sb 1.3.4.1: #i53898# Merged in lost 1.2.8.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6dd09c518486ec86a6d9d7746fec621e14375f4]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:09 os 1.3.4.3: #i59838# warnings removed 2005/10/13 09:53:17 os 1.3.4.2: #i53898# warnings removed 2005/10/04 08:25:16 sb 1.3.4.1: #i53898# Merged in lost 1.2.8.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abdb93ab2c8bfcd300f92505f2f0ebb8ff3ccdbf]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:09 os 1.2.4.3: #i59838# warnings removed 2006/01/25 20:44:44 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/13 09:53:17 os 1.2.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [709df9e9b5c9a88efbe7fe60168393758b0b9d34]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:08 os 1.2.4.1: #i59838# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [05ff198555b9927b79b5757cd4ef38f025b364bd]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/13 09:53:16 os 1.3.4.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d3b332330100c2a58b383bdd0390511bf037743]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/10 14:25:08 os 1.3.4.3: #i59838# warnings removed 2005/10/13 09:53:16 os 1.3.4.2: #i53898# warnings removed 2005/10/04 08:25:16 sb 1.3.4.1: #i53898# Merged in lost 1.2.8.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6f4388740d2aa5f6b6df8946561b6e7811749e]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/04 08:26:29 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7d8ee15a2b8dc3a11120e0dc821cfefa093ccb2]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/10 14:25:07 os 1.2.4.4: #i59838# warnings removed 2005/11/09 18:13:10 pl 1.2.4.3: #i53898# removed warnings 2005/10/13 09:53:15 os 1.2.4.2: #i53898# warnings removed 2005/10/04 07:23:33 sb 1.2.4.1: #i53898# Merged in lost 1.1.32.1.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [debb3a3d3102cc2f5758ebcddb665ba0db6f8bf0]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/07 20:06:05 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/09 11:51:21 pl 1.4.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20c2f455885f9e2c95b2689c2a63c81591dbaa2]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/07 20:05:57 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:21 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19056544d6cf74e0a5c2799a9b4b7e00140c6025]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/07 20:05:50 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:20 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f48fdb1a023bdadf1167456bf6df64fe3e66afa7]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/07 20:05:37 sb 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 20:44:37 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:20 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [71e86f0d5925fde5e7a57f2ccc21febda203a8b6]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/20 14:25:56 sb 1.3.2.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00e65eee0fb5d291c3a1bb1087bc10ae7e094462]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/07 20:04:36 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:20 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d35d702595fbfaab5c3ce836855eb75a6d580eca]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/07 20:04:29 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/09 11:51:19 pl 1.4.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48d14d401fc3f9cb64e964779c7c52e31829bd47]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/20 14:25:56 sb 1.3.2.4: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 20:04:22 sb 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 20:44:11 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:19 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5960b3956bd9e410f4e7831d7468df6c35950d58]

        INTEGRATION: CWS warnings01 (1.3.2); FILE MERGED 2006/04/20 14:25:55 sb 1.3.2.4: #i53898# Made code warning-free again after resync to SRC680m162. 2006/04/07 20:04:14 sb 1.3.2.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 20:44:02 sb 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/09 11:51:19 pl 1.3.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a7643a129ade2849ccf3873b3dc8e8a67e768f4]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:17 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e87a7221585c7c51e45c7a4516341243c78ee874]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/05/23 23:27:10 sb 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/10 19:08:17 lo 1.4.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e96110f905e5654cd1770fba90155f10e5da1613]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/03/10 19:08:17 lo 1.4.18.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [640a4a1147d58f561ba4e62b50f579a63f69a688]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/03/10 19:08:17 lo 1.2.18.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d19404c73f2267388f5b3f257c37c0112b4963]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2006/03/10 19:08:17 lo 1.6.18.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [925ad314e0b964e783a63d0acd8e391fcb062f40]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/03/10 19:08:16 lo 1.3.18.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [622d616e6aaec43834a950107914a1dc79f2f2e2]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/03/10 19:08:16 lo 1.4.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81509325032203fdf71f15507411c747269d1d8a]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:16 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9bdf7866a83b99d8b5457e3d8d022df0949f4d5]

        INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED 2006/03/10 19:08:16 lo 1.5.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eecf51e952cea61d71621ecb02f86d26f8d61ae6]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/03/10 19:08:15 lo 1.4.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8440d812a2060ba3f10e764389d2579e2bc2945]

        INTEGRATION: CWS warnings01 (1.7.2); FILE MERGED 2006/03/10 19:08:15 lo 1.7.2.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [504b280037012490bdda3ac0d3d00efc1f764cc4]

        INTEGRATION: CWS warnings01 (1.8.2); FILE MERGED 2006/03/10 19:08:15 lo 1.8.2.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e46934ab06ab7727c21bd5c7ed196bae8ed969b]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:15 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [116ecc47b74a0a1ce9255dadf5e6011652bad59e]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/03/10 19:08:14 lo 1.4.2.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b766e47a3ca91940129e096245620759a4f3aa6b]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/03/10 19:08:14 lo 1.4.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dc07ef4d8d6622209af33ad8912ecaebdd27f42]

        INTEGRATION: CWS warnings01 (1.7.2); FILE MERGED 2006/03/10 19:08:14 lo 1.7.2.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98675dc01ad3bd5c7a80af44aae11f1a70150727]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:14 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e03746335d285781d294f0f4361ecff43dde819]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:13 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ccd224368bdf878589f52352642944d617121a]

        INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/03/10 19:08:13 lo 1.6.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85cc78636e3b1c8e6189b9465332fd9415e34bc0]

        INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED 2006/03/10 19:08:13 lo 1.9.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1843661e6194134af1221f08b98af3f005aabba8]

        INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/03/10 19:08:12 lo 1.6.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9fd3ee7733d10108fc735e5d2f0382213d6eb89]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/03/10 19:08:12 lo 1.3.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [208cb7a476c68f447e14470682b67bef08268117]

        INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED 2006/03/10 19:08:12 lo 1.5.6.1: warnings01: remove warnings in unoxml

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b414dd6ef991cb8f52192b613380cfa0e5c2a61]

        INTEGRATION: CWS warnings01 (1.10.166); FILE MERGED 2006/01/25 20:43:33 sb 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2005/12/15 16:36:48 ab 1.10.166.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06620b8c8200861cafdd3ba19e4a68b162f7dee]

        INTEGRATION: CWS warnings01 (1.16.10); FILE MERGED 2006/04/06 14:48:34 ab 1.16.10.3: #i55991# warning-free code 2006/01/25 20:43:22 sb 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/12/15 16:36:48 ab 1.16.10.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c586e231590517916407e4e432920ad59f2891bc]

        INTEGRATION: CWS warnings01 (1.4.192); FILE MERGED 2005/12/15 16:36:48 ab 1.4.192.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc6b87166c656cff301d3afccd2d5c13f02fac4]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2006/06/02 09:35:08 abi 1.6.18.2: #i65894# corrected ifdefs 2005/12/15 16:36:47 ab 1.6.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e61146cda46361dd0c44ca6a28722dd37edbcb77]

        INTEGRATION: CWS warnings01 (1.13.18); FILE MERGED 2005/12/15 16:36:47 ab 1.13.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b13a504863dda7efac20d20f6f673990031dcbe4]

        INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED 2005/12/15 16:36:46 ab 1.7.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21c9ba1544972dea589ae28bbf8165c2a05058ba]

        INTEGRATION: CWS warnings01 (1.9.18); FILE MERGED 2005/12/15 16:36:46 ab 1.9.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5b7af88db0de698d330ef15e11b3cb53f16f397]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2005/12/15 16:36:45 ab 1.6.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0fada2415e1c6980eb8eeaa817242913d40008]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2005/12/15 16:36:45 ab 1.5.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [05a63d7dc2c13b443a07e0a3c36d82944122bef9]

        INTEGRATION: CWS warnings01 (1.37.18); FILE MERGED 2006/04/06 14:48:33 ab 1.37.18.2: #i55991# warning-free code 2005/12/15 16:36:44 ab 1.37.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d738a0a97c0c440882cf8e65dc236ce1ca6ca1]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/12/15 16:36:44 ab 1.3.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53387a40cff46737cb9b6e8b3e4d4f434cdd4745]

        INTEGRATION: CWS warnings01 (1.11.18); FILE MERGED 2005/12/15 16:36:43 ab 1.11.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a9adeb49b1ce105f7920fe43924b698ece3a9b4]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2005/12/15 16:36:43 ab 1.5.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f8ee8f17f96ee0a04c399424d9957bef25f44f0]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/04/19 16:00:11 sb 1.2.18.1: #i53898# Removed dead code.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [722293cb4caf4f275c1d3eaa828d4fe9b926417c]

        INTEGRATION: CWS warnings01 (1.2.194); FILE MERGED 2005/12/15 16:36:43 ab 1.2.194.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d2c02ce191ac9ae0d25a46445c8f009040029ef]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2006/04/06 14:48:33 ab 1.5.18.2: #i55991# warning-free code 2005/12/15 16:36:43 ab 1.5.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2116aa79e9c2c7e808c2d82e2f8787543c5c0887]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/12/15 16:36:42 ab 1.3.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc1d26275c0ea455409250841f00b3b25d32be8c]

        INTEGRATION: CWS warnings01 (1.42.8); FILE MERGED 2006/06/02 09:35:08 abi 1.42.8.3: #i65894# corrected ifdefs 2006/01/25 20:43:04 sb 1.42.8.2: RESYNC: (1.42-1.44); FILE MERGED 2005/12/15 16:36:42 ab 1.42.8.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ff23a9bc9fddc3900f8ec8140c67f124159db0]

        INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED 2005/12/15 16:36:42 ab 1.7.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d5508967d2dbfc82a4ed4b4e3ee70c5eb1a9387]

        INTEGRATION: CWS warnings01 (1.16.18); FILE MERGED 2005/12/15 16:36:42 ab 1.16.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eefba5de538a14d417f8e9261150e9aef2604c8d]

        INTEGRATION: CWS warnings01 (1.1.182); FILE MERGED 2006/04/06 14:48:33 ab 1.1.182.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8da3218881e6497fdd9949c3dbe8fc8e5b756e7c]

        INTEGRATION: CWS warnings01 (1.12.18); FILE MERGED 2005/12/15 16:36:41 ab 1.12.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc27d71283b95d8a25eb96640a1ef21d8ee270d]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2005/12/15 16:36:41 ab 1.4.18.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [027f53b7fa6aff2c04bf3fc545bfd03071eb848a]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/20 14:39:53 sb 1.4.2.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3247e1acba725a45e8b970ca9af74efeee355906]

        INTEGRATION: CWS warnings01 (1.3.120); FILE MERGED 2006/04/07 20:02:26 sb 1.3.120.5: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 12:11:49 sb 1.3.120.4: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 21:59:14 sb 1.3.120.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/02 16:34:17 sb 1.3.120.2: #i53898# Made code warning-free. 2005/09/02 16:30:33 sb 1.3.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf9941ab500256c20f334c0a8d59d41c3a156042]

        INTEGRATION: CWS warnings01 (1.3.92); FILE MERGED 2005/09/22 21:59:04 sb 1.3.92.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:48:21 sb 1.3.92.2: #i53898# Improved previous modification. 2005/09/02 16:30:33 sb 1.3.92.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [419861a222cd22b6b95c9d4b3a5e3bf4d8f0cde3]

        INTEGRATION: CWS warnings01 (1.3.92); FILE MERGED 2006/04/07 20:02:19 sb 1.3.92.4: RESYNC: (1.4-1.5); FILE MERGED 2005/09/22 21:58:55 sb 1.3.92.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/02 16:30:33 sb 1.3.92.2: #i53898# Made code warning-free. 2005/08/29 14:08:47 sb 1.3.92.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [749022f174349185f0eecaa458936d7cbbfc9b37]

        INTEGRATION: CWS warnings01 (1.3.120); FILE MERGED 2005/09/22 21:58:45 sb 1.3.120.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/02 16:30:33 sb 1.3.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d897ab475c8b041675db1b57f946b9b1f1676009]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/04/07 20:02:13 sb 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 21:58:33 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 16:30:33 sb 1.4.30.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcbc9510555e695f3af12759250b0be66f161b0a]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/09/22 21:58:25 sb 1.4.12.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 16:30:33 sb 1.4.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76cdb914c2342f9d0bbff37e02d9eb1d06b48dc]

        INTEGRATION: CWS warnings01 (1.2.136); FILE MERGED 2006/04/07 20:02:05 sb 1.2.136.4: RESYNC: (1.3-1.4); FILE MERGED 2005/11/21 09:15:28 sb 1.2.136.3: #i53898# Made code warning-free. 2005/09/22 21:58:16 sb 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/02 16:30:32 sb 1.2.136.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [628e5aa6a41b3dd9ea1b22ae4713885ee8671e20]

        INTEGRATION: CWS warnings01 (1.2.136); FILE MERGED 2005/11/21 09:15:27 sb 1.2.136.5: #i53898# Made code warning-free. 2005/11/07 12:11:49 sb 1.2.136.4: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 21:58:05 sb 1.2.136.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/02 16:34:17 sb 1.2.136.2: #i53898# Made code warning-free. 2005/09/02 16:30:32 sb 1.2.136.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e84b4dad73d8718e7c585e3343d5991c3add9a34]

        INTEGRATION: CWS warnings01 (1.6.38); FILE MERGED 2006/04/07 20:01:58 sb 1.6.38.4: RESYNC: (1.7-1.8); FILE MERGED 2005/11/21 09:15:27 sb 1.6.38.3: #i53898# Made code warning-free. 2005/09/22 21:57:26 sb 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/02 16:30:32 sb 1.6.38.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c75839e8156e0fe1991db5436ede5c5b9917899]

        INTEGRATION: CWS warnings01 (1.7.10); FILE MERGED 2006/04/07 20:01:49 sb 1.7.10.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 21:57:17 sb 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/02 16:30:31 sb 1.7.10.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51f4655db82a3c810bc9d7810ca01110dbeb340c]

        INTEGRATION: CWS warnings01 (1.5.88); FILE MERGED 2005/09/22 21:56:55 sb 1.5.88.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/02 16:30:31 sb 1.5.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8ca6b4a0725892c7a22833b1b9ca67e5adca5e5]

        INTEGRATION: CWS warnings01 (1.2.92); FILE MERGED 2005/09/22 21:56:45 sb 1.2.92.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/02 16:30:31 sb 1.2.92.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8bc640bd0282ff2efd543a31602514a5a940d6d]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/11/21 09:15:27 sb 1.4.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dfc862e28fddea6ad072acc2e3777bac5211a38]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/11/07 12:11:49 sb 1.4.12.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 21:56:20 sb 1.4.12.2: RESYNC: (1.4-1.6); FILE MERGED 2005/09/02 16:30:31 sb 1.4.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afef5b4f4de15428225477fc761285f588585fa]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/09/22 21:54:51 sb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/02 16:30:30 sb 1.3.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c0fd33d75bf006889b66b0bfee29594797db69b]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2006/01/25 20:34:03 sb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 11:40:59 pl 1.5.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c98a03788fcb23b1c2b9f9a3254d928988fc2b0]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/04/07 20:01:02 sb 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 11:40:59 pl 1.3.12.2: #i55991# removed warnings 2005/11/03 10:31:43 cd 1.3.12.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00456302c5131ac1dccaae477cbc48d4d6908fb7]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/05/23 23:26:25 sb 1.10.8.5: RESYNC: (1.13-1.14); FILE MERGED 2006/05/15 12:05:56 sb 1.10.8.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 20:00:55 sb 1.10.8.3: RESYNC: (1.11-1.13); FILE MERGED 2006/01/25 20:33:55 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 11:40:59 pl 1.10.8.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [853effe375e90c6ab9dbac0bea54da4548f3ce8d]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/16 11:40:59 pl 1.3.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21dad02cb80bc700f69b014dc63add87a63cc0f8]

        INTEGRATION: CWS warnings01 (1.21.10); FILE MERGED 2006/05/23 23:26:16 sb 1.21.10.7: RESYNC: (1.27-1.28); FILE MERGED 2006/04/07 20:00:48 sb 1.21.10.6: RESYNC: (1.24-1.27); FILE MERGED 2006/01/30 15:17:26 sb 1.21.10.5: #i53898# Made code warning-free. 2006/01/25 20:33:48 sb 1.21.10.4: RESYNC: (1.22-1.24); FILE MERGED 2005/11/16 11:40:58 pl 1.21.10.3: #i55991# removed warnings 2005/11/07 19:01:16 pl 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED 2005/11/03 10:31:43 cd 1.21.10.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a687ba6c0d6d60d99944202f6da9f2e0bc6acf75]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2006/04/07 20:00:41 sb 1.19.10.5: RESYNC: (1.21-1.22); FILE MERGED 2006/01/25 20:33:41 sb 1.19.10.4: RESYNC: (1.20-1.21); FILE MERGED 2005/11/16 11:40:58 pl 1.19.10.3: #i55991# removed warnings 2005/11/07 19:00:59 pl 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/03 10:31:43 cd 1.19.10.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84d8eb8d05ebf575992f94630ea0ba8dc82e61ef]

        INTEGRATION: CWS warnings01 (1.13.12); FILE MERGED 2006/05/15 12:05:55 sb 1.13.12.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/07 20:00:33 sb 1.13.12.3: RESYNC: (1.15-1.16); FILE MERGED 2006/01/25 20:33:34 sb 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED 2005/11/16 11:40:58 pl 1.13.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7350f966e87536c569207ca3c473d564610594d6]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2005/11/16 11:40:58 pl 1.2.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d98638508b5e370d34d082ba613a1001a708056]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/11/03 10:31:42 cd 1.4.12.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c17c0529c1420293517fc88667e091e1c02fb39]

        INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2006/04/07 19:58:59 sb 1.20.4.5: RESYNC: (1.23-1.24); FILE MERGED 2006/01/25 20:32:46 sb 1.20.4.4: RESYNC: (1.22-1.23); FILE MERGED 2005/11/16 11:40:57 pl 1.20.4.3: #i55991# removed warnings 2005/11/07 18:59:42 pl 1.20.4.2: RESYNC: (1.20-1.22); FILE MERGED 2005/11/03 10:31:42 cd 1.20.4.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7a8107b0336ba87309ab057a3ef0e119383e4b3]

        INTEGRATION: CWS warnings01 (1.9.12); FILE MERGED 2006/01/25 20:32:39 sb 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/16 11:40:57 pl 1.9.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [941e10d1e6c28f3d71dd910040c2b353e1fda5a8]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/01/25 20:32:32 sb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 11:40:57 pl 1.5.10.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e4d0051f1fe9f4d4dcd7fe00709970567b9c73e]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/11/16 11:40:57 pl 1.4.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ed0a25767652d591524e33afbd31bc3ef5c9879]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2005/11/16 11:40:56 pl 1.5.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00b1faf239dbf676178dcaa0d15a1678d1148a0d]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2006/04/07 19:58:22 sb 1.19.10.4: RESYNC: (1.22-1.23); FILE MERGED 2006/01/25 20:32:24 sb 1.19.10.3: RESYNC: (1.20-1.22); FILE MERGED 2005/11/07 18:59:16 pl 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/03 10:31:40 cd 1.19.10.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a75809f0d640d023293fe7678d5b18c221dc88b]

        INTEGRATION: CWS warnings01 (1.17.12); FILE MERGED 2005/11/16 11:40:56 pl 1.17.12.2: #i55991# removed warnings 2005/11/03 10:31:39 cd 1.17.12.1: #i55991# Warning free code for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d9169cc91afbf8a68634b12911f12983cb7cc4a]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2005/11/16 11:40:56 pl 1.3.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6a8430b2cfbc7befe0c7de33540e0ba117d711b]

        INTEGRATION: CWS warnings01 (1.14.12); FILE MERGED 2006/04/07 19:58:14 sb 1.14.12.3: RESYNC: (1.17-1.18); FILE MERGED 2006/01/25 20:32:17 sb 1.14.12.2: RESYNC: (1.14-1.17); FILE MERGED 2005/11/16 11:40:56 pl 1.14.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [125607736162faa3f60de419183b37f775b01548]

        INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2006/05/23 23:25:40 sb 1.20.4.3: RESYNC: (1.20-1.21); FILE MERGED 2006/05/22 15:22:10 sb 1.20.4.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/03/02 08:08:45 gh 1.20.4.1: removing warnings for linux and solarisSparc and some windows

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5445757398aaec8754712e392284b2db7f19e7ca]

        INTEGRATION: CWS warnings01 (1.7.12); FILE MERGED 2006/02/02 09:20:04 gh 1.7.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c785bbf1f6de1407e3043117039f2c80ce987038]

        INTEGRATION: CWS warnings01 (1.12.6); FILE MERGED 2006/05/23 23:25:22 sb 1.12.6.3: RESYNC: (1.12-1.13); FILE MERGED 2006/03/02 08:08:45 gh 1.12.6.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:04 gh 1.12.6.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ca6fdded425d834874e4b88a7f3aa6bdb68deaa]

        INTEGRATION: CWS warnings01 (1.20.6); FILE MERGED 2006/05/29 09:46:59 sb 1.20.6.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:25:13 sb 1.20.6.4: RESYNC: (1.20-1.24); FILE MERGED 2006/03/08 15:34:42 gh 1.20.6.3: remove wntmsci warnings 2006/03/02 08:08:45 gh 1.20.6.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:03 gh 1.20.6.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b35dbe125fd6fcaad20874a64951a41e11ea0e6f]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2006/05/23 23:24:48 sb 1.5.12.3: RESYNC: (1.5-1.6); FILE MERGED 2006/05/22 15:21:21 sb 1.5.12.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/03/02 08:08:45 gh 1.5.12.1: removing warnings for linux and solarisSparc and some windows

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef72f28b212e07505def81c730b3f1417fd49429]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/02/02 09:20:03 gh 1.4.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9172f07ab5b59ec3f98fc6250df7f589a132a93]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/03/02 08:08:44 gh 1.3.10.4: removing warnings for linux and solarisSparc and some windows 2006/03/01 09:48:41 gh 1.3.10.3: remove leftover comment 2006/02/02 14:25:37 gh 1.3.10.2: syntax error 2006/02/02 09:20:03 gh 1.3.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1d6e86e1444d28e590a93fb63c2881717359652]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/03/02 08:08:44 gh 1.3.8.1: removing warnings for linux and solarisSparc and some windows

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a4b3f5149aad34f14d52bd897bbf51952885b8]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/05/23 23:24:41 sb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2006/02/02 09:20:02 gh 1.2.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f696d7a6bb98a60943ecd90d1883feb2e4c7a99]

        INTEGRATION: CWS warnings01 (1.6.10); FILE MERGED 2006/05/23 23:24:34 sb 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2006/02/02 09:20:02 gh 1.6.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d67c663bb20fb92857b1d6474593332622a86b15]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/04/07 19:57:57 sb 1.3.10.3: RESYNC: (1.3-1.4); FILE MERGED 2006/03/02 08:08:44 gh 1.3.10.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:02 gh 1.3.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c589a779ae82b2a5cb9465d29869a064258626f]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/03/08 15:34:40 gh 1.3.12.1: remove wntmsci warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec307ecb0dc22577435cc32bb381ea7c259c7a2d]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/05/22 15:21:20 sb 1.3.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e537ca85cf5e74b5ea27cf310dce7768cb143e26]

        INTEGRATION: CWS warnings01 (1.12.12); FILE MERGED 2006/05/23 23:24:15 sb 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2006/03/02 08:08:44 gh 1.12.12.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:01 gh 1.12.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b15f66b452956e76a04eddfe00855d030154ae4]

        INTEGRATION: CWS warnings01 (1.23.10); FILE MERGED 2006/05/23 23:24:06 sb 1.23.10.3: RESYNC: (1.23-1.25); FILE MERGED 2006/03/02 08:08:43 gh 1.23.10.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:00 gh 1.23.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8471c18f3a5faf925afb3c3139703ac75c9f1382]

        INTEGRATION: CWS warnings01 (1.16.12); FILE MERGED 2006/05/23 23:21:40 sb 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2006/02/02 09:20:00 gh 1.16.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdf100a6f3bea7479ff5cce4b89e3bcca01ea8dc]

        INTEGRATION: CWS warnings01 (1.11.12); FILE MERGED 2006/05/23 23:20:47 sb 1.11.12.4: RESYNC: (1.11-1.12); FILE MERGED 2006/03/08 15:34:40 gh 1.11.12.3: remove wntmsci warnings 2006/03/02 08:08:43 gh 1.11.12.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:20:00 gh 1.11.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c5ed6ceaadb891a27025ab5ed7142b28e0fce8e]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/02/02 09:19:59 gh 1.3.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6838b5cd9f1780f6cf0a48a77cc0c7b1393766a5]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2006/05/23 23:19:41 sb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/02 09:19:59 gh 1.5.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fef68b19acc655fb2de0807594c56051cd6fd9e]

        INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED 2006/05/23 23:19:24 sb 1.8.10.3: RESYNC: (1.8-1.9); FILE MERGED 2006/03/08 15:34:40 gh 1.8.10.2: remove wntmsci warnings 2006/02/02 09:19:59 gh 1.8.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f671721d83b1c3a40ace22acbad4fa3fe15d96b8]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/02/02 09:19:58 gh 1.2.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5dae5862c951fca05edcc98ddc5a2c2d24ef0647]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/05/23 23:17:33 sb 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2006/02/02 09:19:58 gh 1.2.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6039cdbb9130ac5f3a5a37f15cb07c4f83cfe8ff]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/02/02 09:19:58 gh 1.4.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d670e9fb57e04275302d831af676b8bec51ff8f3]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/02/02 09:19:57 gh 1.2.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2bdea8972e8a3aab2015e6b95cebb940334e495]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/05/22 15:21:19 sb 1.4.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb1fc488e5f8d7e0b3b7427f152d2bdc3a9c4b7]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/03/02 08:08:43 gh 1.3.12.1: removing warnings for linux and solarisSparc and some windows

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23733639a06227facf0116ec216d21ef50fb32de]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/03/08 15:34:39 gh 1.4.12.2: remove wntmsci warnings 2006/02/02 09:19:57 gh 1.4.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a749a2434f5ec689b20f0c4089eb3c622c561f34]

        INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED 2006/05/23 23:18:27 sb 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/02 09:19:56 gh 1.5.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a10ce31af3e004842409059f50fe8307727ecf12]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/03/02 08:08:43 gh 1.2.12.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:19:56 gh 1.2.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf1360d6c688485448a217246db353d3cc72ccc9]

        INTEGRATION: CWS warnings01 (1.4.10); FILE MERGED 2006/03/08 15:34:39 gh 1.4.10.3: remove wntmsci warnings 2006/03/02 08:08:43 gh 1.4.10.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:19:55 gh 1.4.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [706f0e09f3c7033b195a742b53945114a6f9b6a7]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/05/22 15:21:18 sb 1.4.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [78862a052bf2c7fb390e5d205c70120053a4880f]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/02/02 09:19:55 gh 1.4.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74eec0ae6920f4a82a633c528fa3445c530bb8f7]

        INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED 2006/05/23 23:17:17 sb 1.8.12.3: RESYNC: (1.8-1.9); FILE MERGED 2006/03/02 08:08:42 gh 1.8.12.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:19:54 gh 1.8.12.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1f31d5739c766f462b66126be09503ddecde838]

        INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED 2006/05/22 15:21:17 sb 1.3.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6ca5d7a199a0db9282281a1acd649deb4a01179]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/03/02 08:08:42 gh 1.3.10.2: removing warnings for linux and solarisSparc and some windows 2006/02/02 09:19:54 gh 1.3.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4df497fb6296bb1404ec4d40a53565768ce04b75]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/02/02 09:19:53 gh 1.5.10.1: removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7203f63e50ac7ac7f4df935c96c8c8a5345023b]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2006/05/22 15:21:16 sb 1.2.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86fa74cf71545e92b10d63e9c444aeee50c5d26a]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2006/05/12 16:51:39 sb 1.2.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>  [636d0e60a75b3277caeb1bd6aab67aaba8ef5043]

        INTEGRATION: CWS warnings01 (1.7.2); FILE MERGED 2006/01/26 17:27:28 sb 1.7.2.5: #i53898# Fixed previous merge. 2006/01/25 20:30:57 sb 1.7.2.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/07 18:56:29 pl 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 20:33:02 sb 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 13:44:34 sb 1.7.2.1: #i53898# Disabled werror within external code.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6154e30518a2504b047747fc970f5545f1895e01]

        INTEGRATION: CWS warnings01 (1.2.88); FILE MERGED 2005/09/22 20:30:03 sb 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 08:14:29 sb 1.2.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ee64e92117f48294f2e96b2742b1beaf6bb3fb]

        INTEGRATION: CWS warnings01 (1.9.110); FILE MERGED 2005/11/29 15:10:44 sb 1.9.110.3: #i53898# Made code warning-free. 2005/09/22 20:29:54 sb 1.9.110.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/07 14:14:55 sb 1.9.110.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a34a9747d6db5bd7e27ccb1a3dc35bec34576fa2]

        INTEGRATION: CWS warnings01 (1.5.88); FILE MERGED 2005/09/22 20:29:45 sb 1.5.88.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/07 14:14:55 sb 1.5.88.2: #i53898# Made code warning-free. 2005/09/01 08:14:29 sb 1.5.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c75101d2893a6d959d0b7bb43fa9421bfb347f29]

        INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED 2005/09/22 20:29:30 sb 1.7.28.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 14:14:54 sb 1.7.28.2: #i53898# Made code warning-free. 2005/09/01 08:14:29 sb 1.7.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0ebece73e375ec34c201cd85cf3d51b14d9c787]

        INTEGRATION: CWS warnings01 (1.8.36); FILE MERGED 2005/11/29 15:10:44 sb 1.8.36.4: #i53898# Made code warning-free. 2005/09/22 20:29:20 sb 1.8.36.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/07 14:14:54 sb 1.8.36.2: #i53898# Made code warning-free. 2005/09/01 08:14:28 sb 1.8.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ce87641f4bff71442de82e67ae6aec25846bea9]

        INTEGRATION: CWS warnings01 (1.3.132); FILE MERGED 2005/09/22 20:28:40 sb 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/07 14:14:53 sb 1.3.132.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [627a43954770e315c562ed066b2febda2c738484]

        INTEGRATION: CWS warnings01 (1.7.126); FILE MERGED 2005/11/08 18:06:50 pl 1.7.126.5: #i53898# fix a visbility issue 2005/09/22 20:28:09 sb 1.7.126.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 14:14:53 sb 1.7.126.3: #i53898# Made code warning-free. 2005/09/06 10:11:11 sb 1.7.126.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/09/01 08:14:28 sb 1.7.126.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d903c09cf38aec4655f23e82b1a057388df20f59]

        INTEGRATION: CWS warnings01 (1.3.132); FILE MERGED 2005/09/22 20:27:38 sb 1.3.132.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/07 14:14:52 sb 1.3.132.3: #i53898# Made code warning-free. 2005/09/06 10:11:11 sb 1.3.132.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/09/01 08:14:28 sb 1.3.132.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b94c7bb31c6cabb8d54022ba0fb7f5d12aba605e]

        INTEGRATION: CWS warnings01 (1.8.132); FILE MERGED 2005/09/22 20:28:00 sb 1.8.132.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/07 14:14:52 sb 1.8.132.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af2105b53c85d20cee1a76b5b7d9823ee731923]

        INTEGRATION: CWS warnings01 (1.16.22); FILE MERGED 2006/01/25 20:30:41 sb 1.16.22.4: RESYNC: (1.17-1.18); FILE MERGED 2005/09/22 20:27:48 sb 1.16.22.3: RESYNC: (1.16-1.17); FILE MERGED 2005/09/07 14:14:52 sb 1.16.22.2: #i53898# Made code warning-free. 2005/09/01 08:14:27 sb 1.16.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d758a359df9f94616292691f00e11dd6603b628]

        INTEGRATION: CWS warnings01 (1.6.122); FILE MERGED 2005/09/22 20:27:12 sb 1.6.122.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/07 14:14:51 sb 1.6.122.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac0a856e138d3a80c82bbe428e95e165f1931b94]

        INTEGRATION: CWS warnings01 (1.15.28); FILE MERGED 2005/09/22 20:27:01 sb 1.15.28.3: RESYNC: (1.15-1.16); FILE MERGED 2005/09/07 14:14:51 sb 1.15.28.2: #i53898# Made code warning-free. 2005/09/01 08:14:27 sb 1.15.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d3292e5cfcaf1af1fc9cc6f4ce4082f0f39d177]

        INTEGRATION: CWS warnings01 (1.11.126); FILE MERGED 2005/11/08 18:06:50 pl 1.11.126.5: #i53898# fix a visbility issue 2005/09/22 20:26:51 sb 1.11.126.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/07 14:14:50 sb 1.11.126.3: #i53898# Made code warning-free. 2005/09/06 10:11:10 sb 1.11.126.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/09/01 08:14:27 sb 1.11.126.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abe5d9d1d8b5621e0c8d10a45aefa67acc27b3e1]

        INTEGRATION: CWS warnings01 (1.6.22); FILE MERGED 2005/09/22 20:26:40 sb 1.6.22.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/07 14:14:50 sb 1.6.22.3: #i53898# Made code warning-free. 2005/09/06 10:11:10 sb 1.6.22.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/09/01 08:14:26 sb 1.6.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c37c235f0d1d760e1a3c1d0d221f1fa782b077e9]

        INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED 2005/09/22 20:26:11 sb 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 14:14:49 sb 1.7.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8373e613c0dd3ef854b5b998279ea669bec53166]

        INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2005/09/22 20:25:48 sb 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/07 14:14:48 sb 1.11.8.2: #i53898# Made code warning-free. 2005/09/01 08:14:26 sb 1.11.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f81417e2b7a3cbd658c69ae8c7f94fb5ed294cc]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/31 15:13:28 ab 1.5.4.2: #i53898# Fixed unused parameters for unxsols4(.pro) 2005/10/21 07:53:32 cd 1.5.4.1: #i53898# Fix warnings for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [824a4a476818a5bbfcc31d38c9da02895803c2e0]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2006/05/15 12:09:05 sb 1.5.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [107aa606983ef62be695c7fc807c9c71eaddb35e]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/05/15 12:09:04 sb 1.3.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [02868df5775cd2cf691aadf34e2a69861efac45c]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2006/05/15 12:09:03 sb 1.6.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f05f038491a326f3b06bae66892cb3edd36d305]

        INTEGRATION: CWS warnings01 (1.2.18); FILE MERGED 2006/05/15 12:09:02 sb 1.2.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a2dd216eb8077676416310376fe717bdd7f03e]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/05/15 12:09:01 sb 1.3.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3b0bb00a84117d6733b241ee5bbee5b4bca18c4]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2005/11/16 12:07:43 pl 1.6.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cee4853995c2e602c97ce785c0eb6b19cf20e8d5]

        INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED 2005/11/16 12:07:43 pl 1.7.18.2: #i55991# removed warnings 2005/10/27 10:43:18 os 1.7.18.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6b93f7505dc79eaf61e6ac6cfe015328155ec26]

        INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED 2006/04/07 19:56:57 sb 1.9.6.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 12:07:42 pl 1.9.6.3: #i55991# removed warnings 2005/11/07 18:55:57 pl 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/27 10:43:18 os 1.9.6.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fde23f755e19896eabe02837961bd3da3e0f0167]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/05/23 23:13:17 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 12:07:42 pl 1.4.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69717ce381b59d47d68ac09d63566080477c33e7]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/01/25 20:30:22 sb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:07:41 pl 1.3.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [992863c9153bdbc692fdee247da2a67a6937eac6]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/05/23 23:12:57 sb 1.3.18.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:07:41 pl 1.3.18.2: #i55991# removed warnings 2005/10/27 10:43:17 os 1.3.18.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e92aa97abf3c61cf6203575d0f18d4c30aceb2]

        INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2006/04/07 19:56:28 sb 1.4.16.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/30 15:25:17 sb 1.4.16.4: #i53898# Made code warning-free. 2006/01/25 20:30:06 sb 1.4.16.3: RESYNC: (1.4-1.7); FILE MERGED 2005/11/16 12:07:40 pl 1.4.16.2: #i55991# removed warnings 2005/10/27 10:43:17 os 1.4.16.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [216c018a122c5e96fc8077971581db52a6a385b2]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/11/16 12:07:40 pl 1.3.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3a514a611b924abf00daec0b7298aaed3525b3e]

        INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED 2006/01/25 20:29:41 sb 1.3.10.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/07 18:55:32 pl 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/27 10:43:16 os 1.3.10.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e47089f2720095c4b45861bb19ab943aebecac93]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/04/07 19:56:19 sb 1.3.18.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 20:29:34 sb 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 12:07:39 pl 1.3.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c91da088c29ee3d63407fb35ddbde15e0ceb6f59]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/11/16 12:07:39 pl 1.3.18.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9570b4c2852b1cc4e24dc2aa4ca1cc3ba1bc535a]

        INTEGRATION: CWS warnings01 (1.23.6); FILE MERGED 2006/02/27 11:43:04 sb 1.23.6.2: #i53898# Made code waring-free. 2005/10/28 10:13:56 sb 1.23.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6e86a39e05aa87063d214e0048d43dda8c94bee]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/04/07 19:56:07 sb 1.5.8.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/22 20:23:55 sb 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/19 14:52:02 sb 1.5.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b536b5ab7488b52698c50818262e745f67d528]

        INTEGRATION: CWS warnings01 (1.23.36); FILE MERGED 2005/10/28 10:13:56 sb 1.23.36.3: #i53898# Made code warning-free. 2005/09/22 20:23:24 sb 1.23.36.2: RESYNC: (1.23-1.24); FILE MERGED 2005/09/19 14:52:02 sb 1.23.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20799416a6fcebce158f05edf29f84a102ff774a]

        INTEGRATION: CWS warnings01 (1.14.34); FILE MERGED 2005/10/28 10:13:55 sb 1.14.34.3: #i53898# Made code warning-free. 2005/09/22 20:22:56 sb 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/19 14:52:02 sb 1.14.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e579bf3060528f1b9be3450d3dd60d5cdb4ca2e]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/11/07 18:54:54 pl 1.4.30.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 20:22:30 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 14:56:19 sb 1.4.30.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f648a9a5190396f7d0e8929027e8e9bb2521c9a5]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/28 10:13:55 sb 1.4.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [896aedac79e299ea7c2838fd9b550aa8f5886e0a]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2006/02/27 11:43:04 sb 1.9.14.5: #i53898# Made code waring-free. 2005/10/28 10:13:54 sb 1.9.14.4: #i53898# Made code warning-free. 2005/10/27 15:08:48 pl 1.9.14.3: #i55991# removed warnings for solaris platform 2005/09/22 20:21:34 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/01 14:56:19 sb 1.9.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e0503f27fa9ae1f72b0da6fae1ab4050c9b1763]

        INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED 2006/04/07 19:55:59 sb 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 20:21:09 sb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/01 14:56:19 sb 1.7.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f625aac94858c0b13e394d2120332a4a88ec82fb]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/27 15:08:48 pl 1.4.6.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [645b23834cb2a6daad6ec5ff3608b283bc2ef3de]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/27 15:08:47 pl 1.4.6.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d30cffb6d0d4245ed6b37953dc7528917c8de73]

        INTEGRATION: CWS warnings01 (1.17.28); FILE MERGED 2006/04/07 19:55:52 sb 1.17.28.6: RESYNC: (1.18-1.19); FILE MERGED 2006/02/27 11:43:03 sb 1.17.28.5: #i53898# Made code waring-free. 2005/11/09 18:39:17 pl 1.17.28.4: #i53898# removed warnings 2005/10/27 15:08:47 pl 1.17.28.3: #i55991# removed warnings for solaris platform 2005/09/22 20:20:21 sb 1.17.28.2: RESYNC: (1.17-1.18); FILE MERGED 2005/09/01 14:56:18 sb 1.17.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe63c51267f266ee10ab2cecc234d29bc7299765]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/27 15:08:47 pl 1.3.6.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c320798c5242c40ec7c25cd66bee68db8908399]

        INTEGRATION: CWS warnings01 (1.8.6); FILE MERGED 2006/04/07 19:55:44 sb 1.8.6.4: RESYNC: (1.10-1.11); FILE MERGED 2006/01/25 20:29:13 sb 1.8.6.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/07 18:54:37 pl 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/27 15:08:47 pl 1.8.6.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3ac489c4189eb1f78dfd1f6e90e4ce8ca716abe]

        INTEGRATION: CWS warnings01 (1.7.2); FILE MERGED 2006/04/20 14:27:38 sb 1.7.2.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39770f25b17e996dde6b8024208a611a071211d]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/27 15:08:46 pl 1.4.6.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [60098f6953fca2b7bfcf2c722e650b43a081ddf6]

        INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED 2005/11/07 18:54:26 pl 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/28 10:13:54 sb 1.9.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5486d4d07a04a2b445a110cc031aae9ba595fcd]

        INTEGRATION: CWS warnings01 (1.5.6); FILE MERGED 2006/01/31 16:01:22 sb 1.5.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [828d33367b0e364fb155a78df8e39ab0077e4677]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/02/01 13:04:13 sb 1.5.8.1: #i53898# Made code compile on unxsols4.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [076c8f56eac0043731e143587c343f9681b4e76c]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/01/31 15:59:23 sb 1.5.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3fa29699b6676a59cd30e293f315814b33145bc]

        INTEGRATION: CWS warnings01 (1.3.70); FILE MERGED 2005/11/09 18:49:43 pl 1.3.70.3: #i53898# removed warnings 2005/09/22 20:01:15 sb 1.3.70.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 15:24:05 sb 1.3.70.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31e01a8d6c79d8bb78bfeff985f17d86dddbb0de]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/11/09 18:49:42 pl 1.4.8.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cffbc450e722703e66de2cff961276091fe80b06]

        INTEGRATION: CWS warnings01 (1.12.156); FILE MERGED 2005/10/31 14:38:13 sb 1.12.156.3: #i53898# Made code warning-free. 2005/09/22 20:00:03 sb 1.12.156.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/19 15:24:04 sb 1.12.156.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e48353d181b35ec57797f3fc51eded8429f7c6]

        INTEGRATION: CWS warnings01 (1.2.36); FILE MERGED 2005/09/22 19:59:14 sb 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/19 15:24:03 sb 1.2.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [52eb3b21bc52c75688241257b40432f6c444dddc]

        INTEGRATION: CWS warnings01 (1.18.36); FILE MERGED 2006/02/27 14:10:55 sb 1.18.36.5: #i53898# Made code waring-free. 2005/11/07 18:53:30 pl 1.18.36.4: RESYNC: (1.19-1.20); FILE MERGED 2005/10/31 14:38:12 sb 1.18.36.3: #i53898# Made code warning-free. 2005/09/22 19:59:05 sb 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2005/09/19 15:24:01 sb 1.18.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef5dba8c7e3f37d1634dbc7d16c7da8de5d6e63e]

        INTEGRATION: CWS warnings01 (1.4.76); FILE MERGED 2005/09/22 19:58:44 sb 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/19 15:24:00 sb 1.4.76.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94ba65398cbf199013b9ef12bd695c3122cb1322]

        INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2006/02/27 14:10:55 sb 1.11.8.2: #i53898# Made code waring-free. 2005/10/31 14:38:12 sb 1.11.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc83f613637d510335442ae6157cbbc15966c367]

        INTEGRATION: CWS warnings01 (1.24.8); FILE MERGED 2006/04/07 19:54:50 sb 1.24.8.3: RESYNC: (1.24-1.25); FILE MERGED 2006/02/27 14:10:54 sb 1.24.8.2: #i53898# Made code waring-free. 2005/10/31 14:38:12 sb 1.24.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6a669a55ec44705e09ad30ad14d15c1161be1c5]

        INTEGRATION: CWS warnings01 (1.6.146); FILE MERGED 2006/04/07 19:54:30 sb 1.6.146.4: RESYNC: (1.7-1.8); FILE MERGED 2005/10/31 14:38:11 sb 1.6.146.3: #i53898# Made code warning-free. 2005/09/22 19:57:31 sb 1.6.146.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 15:24:00 sb 1.6.146.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c58acb7ccd71fc725e7c34545601df3e9b29cd53]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/09/22 19:56:50 sb 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/19 15:23:59 sb 1.4.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59afebca3709a105ad5cb75ce0bfc286a8b18ac3]

        INTEGRATION: CWS warnings01 (1.6.18); FILE MERGED 2005/11/09 18:49:41 pl 1.6.18.4: #i53898# removed warnings 2005/10/31 14:38:11 sb 1.6.18.3: #i53898# Made code warning-free. 2005/09/22 19:56:41 sb 1.6.18.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 15:23:58 sb 1.6.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b86ddb7f016f2e04cccb672bc8b78e801f545999]

        INTEGRATION: CWS warnings01 (1.19.8); FILE MERGED 2005/10/31 14:38:11 sb 1.19.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5eecd9c4f47d385230ca4d4795f385b0098c4cd]

        INTEGRATION: CWS warnings01 (1.11.42); FILE MERGED 2005/09/22 19:55:28 sb 1.11.42.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/19 15:23:58 sb 1.11.42.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2558c403129d1b387ca72d5247466f709ca2ec6]

        INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2005/10/31 14:38:10 sb 1.8.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49cfe799f2b94851bbb0d340c23af854bd624f44]

        INTEGRATION: CWS warnings01 (1.3.52); FILE MERGED 2005/09/22 19:52:18 sb 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 15:23:56 sb 1.3.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfaae72139d66293635a3b32a2ced4a57ed969c5]

        INTEGRATION: CWS warnings01 (1.16.42); FILE MERGED 2005/09/22 19:52:08 sb 1.16.42.2: RESYNC: (1.16-1.17); FILE MERGED 2005/09/19 15:23:54 sb 1.16.42.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e57aa03361f911f78b08a1388ba2f550df3be830]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2005/10/31 14:38:10 sb 1.10.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96f5812cf50f8d64479b269b6cb0d873993c20e3]

        INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/10/31 14:38:10 sb 1.6.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24d3160ff802803f07c118eeecfa90ef05b4d7f9]

        INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED 2005/10/31 14:38:09 sb 1.15.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ce2538ae19d64018aacf37510a6a1ad58955e3]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/09/22 19:50:17 sb 1.10.32.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/01 15:24:40 sb 1.10.32.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b7a820ed03b7a494573394ec98d7032e5173e25]

        INTEGRATION: CWS warnings01 (1.68.12); FILE MERGED 2006/02/27 14:10:53 sb 1.68.12.7: #i53898# Made code waring-free. 2006/01/25 20:28:54 sb 1.68.12.6: RESYNC: (1.71-1.72); FILE MERGED 2005/11/07 18:53:13 pl 1.68.12.5: RESYNC: (1.69-1.71); FILE MERGED 2005/10/31 14:38:08 sb 1.68.12.4: #i53898# Made code warning-free. 2005/09/22 19:49:40 sb 1.68.12.3: RESYNC: (1.68-1.69); FILE MERGED 2005/09/19 15:23:53 sb 1.68.12.2: #i53898# Made code warning-free. 2005/09/01 15:24:40 sb 1.68.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [891bcb540b1c8bea69118dbfb862ab71bb82e2ae]

        INTEGRATION: CWS warnings01 (1.23.6); FILE MERGED 2005/10/31 14:38:08 sb 1.23.6.3: #i53898# Made code warning-free. 2005/09/22 19:49:02 sb 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/09/01 15:24:39 sb 1.23.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16be0ccffaaceab7438cbdc39e7b913be61f119]

        INTEGRATION: CWS warnings01 (1.14.52); FILE MERGED 2005/10/31 14:38:08 sb 1.14.52.3: #i53898# Made code warning-free. 2005/09/22 19:48:42 sb 1.14.52.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/19 15:23:51 sb 1.14.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e7a27f055b7134654278cc094a53c86e356906]

        INTEGRATION: CWS warnings01 (1.14.18); FILE MERGED 2005/10/31 14:38:07 sb 1.14.18.3: #i53898# Made code warning-free. 2005/09/22 19:48:15 sb 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/19 15:23:49 sb 1.14.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ee5b00fbd0818f889f013500a8c671a9d82158d]

        INTEGRATION: CWS warnings01 (1.20.12); FILE MERGED 2005/11/09 18:49:40 pl 1.20.12.4: #i53898# removed warnings 2005/10/31 14:38:07 sb 1.20.12.3: #i53898# Made code warning-free. 2005/09/22 19:45:02 sb 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2005/09/19 15:23:48 sb 1.20.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [afddc77cfd7f43770dbade2330be68da44d85b60]

        INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2005/09/22 19:47:51 sb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/01 15:24:38 sb 1.3.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a77b2b54b7f114d93ba45d8577433387cb659d19]

        INTEGRATION: CWS warnings01 (1.22.52); FILE MERGED 2005/10/31 14:38:06 sb 1.22.52.3: #i53898# Made code warning-free. 2005/09/22 19:47:30 sb 1.22.52.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/01 15:24:38 sb 1.22.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [858db3cce5a027897c7269f8f9cb68e15a981567]

        INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2005/10/31 14:38:06 sb 1.9.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d069e6b4e4d37e7cc25febfa7ea71dda3077dafa]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/09/22 19:46:39 sb 1.4.34.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/19 15:23:45 sb 1.4.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [615a8cd1609e7991d6c1420b68edd62127a73688]

        INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/02/27 14:10:53 sb 1.12.8.3: #i53898# Made code waring-free. 2006/01/25 20:28:46 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/31 14:38:05 sb 1.12.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b67b5609877bfba79053d9b74f318b5416a964a]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/31 14:38:05 sb 1.4.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce1acd126acfbff8d6439ddf96bbdb0b5b23dc47]

        INTEGRATION: CWS warnings01 (1.10.52); FILE MERGED 2006/02/27 14:10:52 sb 1.10.52.4: #i53898# Made code waring-free. 2005/10/31 14:38:05 sb 1.10.52.3: #i53898# Made code warning-free. 2005/09/22 19:45:59 sb 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/19 15:23:44 sb 1.10.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7746611205734b095d0679b3e99e253f499503f1]

        INTEGRATION: CWS warnings01 (1.3.212); FILE MERGED 2005/10/31 14:38:05 sb 1.3.212.3: #i53898# Made code warning-free. 2005/09/22 19:45:50 sb 1.3.212.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/19 15:23:44 sb 1.3.212.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f35935f1d1aa424113af8104fd31067806256bf]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/31 14:38:04 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a121fdf877a6a62843c05e55897a5e174ebe64]

        INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2006/02/27 14:10:52 sb 1.11.8.2: #i53898# Made code waring-free. 2005/10/31 14:38:04 sb 1.11.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d24fcbeed33aadeb35779e956947a8047fda3b23]

        INTEGRATION: CWS warnings01 (1.48.16); FILE MERGED 2006/04/07 19:53:52 sb 1.48.16.2: RESYNC: (1.48-1.49); FILE MERGED 2005/11/17 15:40:47 sb 1.48.16.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5138e5c5b9de35dc070844c0197c3b6004488881]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/11/17 15:40:47 sb 1.2.16.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b69f3926b258d746125a76678920ffe6a09037]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/11/17 15:40:46 sb 1.2.16.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [358aa624cd4f746cc1e9d9784a943adb0af2688b]

        INTEGRATION: CWS warnings01 (1.3.48); FILE MERGED 2006/04/07 19:53:31 sb 1.3.48.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 20:28:14 sb 1.3.48.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/07 11:18:47 os 1.3.48.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa52fe43007bc0826e82398659d730d29bcccd46]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/12/07 11:18:47 os 1.3.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [660c7804f432976089934b44f9fdff74c3a4fbda]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/02/23 08:36:46 os 1.3.18.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f91d6a9b9affcd0d96428e2d534af1e348b6384]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2006/02/23 08:36:45 os 1.3.18.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [023682617a2f42813a7558e66b8cdaf90c8f8275]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/05/23 23:11:41 sb 1.4.14.5: RESYNC: (1.6-1.7); FILE MERGED 2006/04/07 19:53:24 sb 1.4.14.4: RESYNC: (1.5-1.6); FILE MERGED 2006/02/06 12:42:59 os 1.4.14.3: #i53898# warnings removed 2006/01/25 20:27:27 sb 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/07 11:18:47 os 1.4.14.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97eb6d721971ce8c9bbf09f7c31b69b55332d17f]

        INTEGRATION: CWS warnings01 (1.3.18); FILE MERGED 2005/12/07 11:18:46 os 1.3.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4ed4e3081c086b31fb0e12dcd4ebac97c587ab4]

        INTEGRATION: CWS warnings01 (1.14.16); FILE MERGED 2006/05/23 23:10:45 sb 1.14.16.3: RESYNC: (1.15-1.16); FILE MERGED 2006/01/25 20:27:04 sb 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2005/12/07 11:18:46 os 1.14.16.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fba6516c9284fb1c2ae9e6df9aae3111b844449]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2005/12/07 11:18:46 os 1.4.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [435d1897df092c1ddf952bbd687e71e42a9f10e5]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/02/23 08:36:45 os 1.4.18.1: #i53898# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4dfd64e1420fe5adc7a7dbfc15b7d9a2b228002]

        INTEGRATION: CWS warnings01 (1.14.18); FILE MERGED 2006/05/23 23:09:52 sb 1.14.18.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/22 15:20:39 sb 1.14.18.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/04/20 14:57:18 sb 1.14.18.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:48:46 sb 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2005/12/07 11:18:45 os 1.14.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c84597cad834fa67de4ff75bac225b4c1a595b39]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2005/12/07 11:18:45 os 1.4.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [831269b2cf4738dd9c419c6bb3f8b13a97669613]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2006/02/21 17:42:59 os 1.5.18.1: #i53898# ';' removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [62fb61972643b7de55ea62d0079f7bf8d2d0991b]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2005/12/07 11:18:45 os 1.5.18.1: #i53598# warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf745fdd7b4ac1cefb092072ba19e8647fd4d61e]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/12/06 15:11:29 sb 1.8.4.1: #i53898# Removed dead code.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f45c9b4242576825a770d720172dabf394db5c36]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2006/02/28 15:00:34 sb 1.12.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [331d787370d8a7b961af666527e23141d1172b67]

        INTEGRATION: CWS warnings01 (1.12.196); FILE MERGED 2005/09/22 18:38:30 sb 1.12.196.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 12:38:14 sb 1.12.196.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56309c3bc91da3e4b5f9a8aa2d56a4d0bf3f5f7d]

        INTEGRATION: CWS warnings01 (1.3.248); FILE MERGED 2005/09/22 18:38:21 sb 1.3.248.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 12:38:13 sb 1.3.248.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e07934956f7eeda9701864a2108f08bc608dc4]

        INTEGRATION: CWS warnings01 (1.5.78); FILE MERGED 2005/09/22 18:38:11 sb 1.5.78.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/09 12:38:13 sb 1.5.78.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb85b0fa1b1616720fb22944bcfe52582fc686c7]

        INTEGRATION: CWS warnings01 (1.7.88); FILE MERGED 2005/09/22 18:36:39 sb 1.7.88.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/09 12:38:12 sb 1.7.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ed86978d7642089fb4f65c3d8bd45320bc9f584]

        INTEGRATION: CWS warnings01 (1.12.88); FILE MERGED 2005/09/22 18:35:58 sb 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 12:38:12 sb 1.12.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8befbe705e478257f99c232dbd4f8b45e579956c]

        INTEGRATION: CWS warnings01 (1.16.60); FILE MERGED 2005/09/22 18:36:29 sb 1.16.60.3: RESYNC: (1.16-1.17); FILE MERGED 2005/09/09 12:38:11 sb 1.16.60.2: #i53898# Made code warning-free. 2005/09/05 14:25:25 sb 1.16.60.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0a4617771ba9ce6152c2f6fff3a25beea2b26c]

        INTEGRATION: CWS warnings01 (1.2.270); FILE MERGED 2005/09/22 18:36:18 sb 1.2.270.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:38:11 sb 1.2.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ab3e3370110c919c01c00042b74a36783ae54bf]

        INTEGRATION: CWS warnings01 (1.12.88); FILE MERGED 2005/09/22 18:36:08 sb 1.12.88.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 12:38:10 sb 1.12.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19b92b4b2d456d8c603be84e660c0d2ca201363b]

        INTEGRATION: CWS warnings01 (1.6.248); FILE MERGED 2005/09/22 18:35:16 sb 1.6.248.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 12:38:10 sb 1.6.248.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fb9e04ab8bc8cfbf76c1c7832d354f849da9cbb]

        INTEGRATION: CWS warnings01 (1.8.88); FILE MERGED 2005/09/22 18:35:06 sb 1.8.88.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/09 12:38:09 sb 1.8.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23416d3a50f80a501eb8d9204fe46084acdb40cc]

        INTEGRATION: CWS warnings01 (1.7.88); FILE MERGED 2005/09/22 18:34:17 sb 1.7.88.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/09 12:38:09 sb 1.7.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d2b6e932e038a4eef34b2042d4a333f8ac075e1]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:34:37 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/05 14:25:24 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c17319462827fd55fbdd9f44762b8ec6179be7f5]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:34:27 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/05 14:25:24 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dfc871c0048c423b34b82063a2a58fee9802d4f]

        INTEGRATION: CWS warnings01 (1.6.88); FILE MERGED 2005/09/22 18:34:06 sb 1.6.88.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 12:38:08 sb 1.6.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7205bcee816d9c9f8f160aa1ab8082416182a0c5]

        INTEGRATION: CWS warnings01 (1.9.88); FILE MERGED 2005/09/22 18:33:54 sb 1.9.88.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/09 12:38:08 sb 1.9.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a5996bc60fc0de399d538b6fe8b6b6bc03b759]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:33:43 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 12:38:07 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc05d9d74ed399d9f57173aa49466c26c3d2fca6]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/12/06 15:11:29 sb 1.5.4.1: #i53898# Removed dead code.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4729b2cb219523d50a12f00567224e207b6fc2d5]

        INTEGRATION: CWS warnings01 (1.4.254); FILE MERGED 2005/09/22 18:33:15 sb 1.4.254.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:38:06 sb 1.4.254.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1321f5fbab14f91dcfaf5095c2c082dc8f02706]

        INTEGRATION: CWS warnings01 (1.4.58); FILE MERGED 2006/05/23 23:08:50 sb 1.4.58.5: RESYNC: (1.6-1.7); FILE MERGED 2006/01/25 20:21:55 sb 1.4.58.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 18:32:38 sb 1.4.58.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:58 sb 1.4.58.2: #i53898# Made code warning-free. 2005/09/05 14:25:23 sb 1.4.58.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88561355754dcfd1f8017342b895ce53307f1ad7]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/28 15:00:33 sb 1.3.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df4abc41a0be3446b13acc34c3e8bb79852f0f5]

        INTEGRATION: CWS warnings01 (1.19.14); FILE MERGED 2006/06/09 14:35:07 sb 1.19.14.4: #i53898# Made code warning-free for OSL_DEBUG_LEVEL>1. 2006/02/28 15:00:33 sb 1.19.14.3: #i53898# Made code waring-free. 2005/09/22 18:31:08 sb 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/09 12:37:55 sb 1.19.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [989f85908c70d4e11ac9fabaf8d81ec318ddc996]

        INTEGRATION: CWS warnings01 (1.20.8); FILE MERGED 2006/01/25 20:21:05 sb 1.20.8.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/22 18:30:58 sb 1.20.8.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/09 12:37:53 sb 1.20.8.2: #i53898# Made code warning-free. 2005/09/05 14:25:22 sb 1.20.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbbf0d4d78aab985f460a36ca799ec9c0a2af827]

        INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2006/05/23 23:08:29 sb 1.11.14.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/22 18:30:47 sb 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/05 14:25:21 sb 1.11.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [935f822c7629e2906940a2a35f7edd0c7f33e15f]

        INTEGRATION: CWS warnings01 (1.17.8); FILE MERGED 2006/05/26 13:42:19 sb 1.17.8.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:08:07 sb 1.17.8.4: RESYNC: (1.18-1.19); FILE MERGED 2005/09/22 18:30:36 sb 1.17.8.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/09 12:37:52 sb 1.17.8.2: #i53898# Made code warning-free. 2005/09/05 14:25:21 sb 1.17.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c8d910cf2abff651099b6293f687b69016b6f6e]

        INTEGRATION: CWS warnings01 (1.19.14); FILE MERGED 2005/09/22 18:30:04 sb 1.19.14.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/09 12:37:49 sb 1.19.14.2: #i53898# Made code warning-free. 2005/09/05 14:25:20 sb 1.19.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [608a6f1774bac50a8c89b48829c232f95a0761a4]

        INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/05/23 23:07:02 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/28 15:00:33 sb 1.14.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15291714818a4403a6fff71fe2116abdd63204f8]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/05/26 13:42:18 sb 1.5.10.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83860cd6e695ad8da43f592adc0fbbecf65dab19]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:28:36 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:48 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1e55ddcbb2fa776e6b39295d66c53722b3dc65]

        INTEGRATION: CWS warnings01 (1.3.36); FILE MERGED 2005/09/22 18:28:23 sb 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 14:25:19 sb 1.3.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f9a5acf27e3b8724a940ff0d93aeb7fd5bf0a4]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2006/05/23 23:06:13 sb 1.2.100.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 18:27:25 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:47 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21fa31545cb2db209c265e73913e3618d7b00604]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:26:58 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:46 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb46e4aa35aa858bfb7068201ece95e029f59b21]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:26:43 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:43 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8bbf09f82a7a9d4f1e8e223ca2004f204694754]

        INTEGRATION: CWS warnings01 (1.10.100); FILE MERGED 2006/02/28 15:00:33 sb 1.10.100.3: #i53898# Made code waring-free. 2005/09/22 18:26:30 sb 1.10.100.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/09 12:37:40 sb 1.10.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cd0aae271d62a6384c1390d901bac6c13593077]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/02/28 15:00:33 sb 1.5.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [367e9d5289375d2f69ea7a9814c00e08f0a5b5d4]

        INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/05/26 13:42:18 sb 1.14.4.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 23:05:49 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/28 15:00:33 sb 1.14.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51d1dac8a9e21284b5f5033e6fcb308fa94789a6]

        INTEGRATION: CWS warnings01 (1.2.36); FILE MERGED 2006/01/25 20:20:48 sb 1.2.36.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 18:25:18 sb 1.2.36.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:39 sb 1.2.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fe9c2d67c7362822314d7f348b6ce3acc510b00]

        INTEGRATION: CWS warnings01 (1.2.40); FILE MERGED 2006/01/25 20:20:31 sb 1.2.40.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 18:24:07 sb 1.2.40.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:38 sb 1.2.40.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e5c3e0980dd9c19130ddf9e32d80c7d9bc086c]

        INTEGRATION: CWS warnings01 (1.4.94); FILE MERGED 2005/09/22 18:21:44 sb 1.4.94.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:36 sb 1.4.94.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [759b43d3622cd9708941b6c9506029040bc94193]

        INTEGRATION: CWS warnings01 (1.6.40); FILE MERGED 2005/09/22 18:19:29 sb 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 12:37:35 sb 1.6.40.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68bd2285573ec5142445f6055fedd5f9c553dc25]

        INTEGRATION: CWS warnings01 (1.5.100); FILE MERGED 2005/09/22 18:17:03 sb 1.5.100.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/09 12:37:33 sb 1.5.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [78ab97b78714ef1fe76c1322aa714d716a29514e]

        INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED 2005/09/22 18:15:53 sb 1.7.56.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/09 12:37:31 sb 1.7.56.2: #i53898# Made code warning-free. 2005/09/05 14:25:19 sb 1.7.56.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e9a83da8f17ed693fbf1e17a306f474883b08f3]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/09 18:54:15 pl 1.11.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c58a02deb1b7be344d6a72344204b7572f8040d5]

        INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2006/05/23 23:04:01 sb 1.8.14.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/09 18:54:15 pl 1.8.14.3: #i53898# removed warnings 2005/09/22 18:14:54 sb 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/05 14:25:19 sb 1.8.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22b633fe8a72c684053017563d70aa61a9173226]

        INTEGRATION: CWS warnings01 (1.6.40); FILE MERGED 2005/09/22 18:14:43 sb 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 12:37:30 sb 1.6.40.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2d541df6ece3c8094e06ee4622e325787c728b9]

        INTEGRATION: CWS warnings01 (1.16.8); FILE MERGED 2006/01/25 20:18:22 sb 1.16.8.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/22 18:13:39 sb 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2005/09/09 12:37:29 sb 1.16.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a2876e0b8404c7e27558ad734b37bc081ed5d9]

        INTEGRATION: CWS warnings01 (1.13.8); FILE MERGED 2005/09/22 18:12:34 sb 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/09 12:37:29 sb 1.13.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a25a68d9b83b05ee7b3007d610e4f2d1d32d6106]

        INTEGRATION: CWS warnings01 (1.17.8); FILE MERGED 2006/05/23 23:03:30 sb 1.17.8.4: RESYNC: (1.19-1.20); FILE MERGED 2006/01/25 20:18:11 sb 1.17.8.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/22 18:12:25 sb 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2005/09/09 12:37:28 sb 1.17.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e084eeff172c86d9b65d3ac0ab56f03a966bb39d]

        INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/01/25 20:18:04 sb 1.12.8.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/22 18:12:02 sb 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 12:37:27 sb 1.12.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d49e1dcac3b9b432c277d91695f23034499f91ca]

        INTEGRATION: CWS warnings01 (1.13.8); FILE MERGED 2005/09/22 18:11:24 sb 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/09 12:37:27 sb 1.13.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e5cd5b491c603c35b64d0960a3cb81a58df84e1]

        INTEGRATION: CWS warnings01 (1.10.28); FILE MERGED 2006/05/23 23:02:51 sb 1.10.28.4: RESYNC: (1.12-1.13); FILE MERGED 2006/01/25 20:17:55 sb 1.10.28.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/22 18:11:13 sb 1.10.28.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/09 12:37:26 sb 1.10.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [768e1c0023bd82baffd98d686a0f62cc94765a0e]

        INTEGRATION: CWS warnings01 (1.24.34); FILE MERGED 2005/09/09 12:37:25 sb 1.24.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1027b99ce53e4defc715e77219b3268440398e0e]

        INTEGRATION: CWS warnings01 (1.32.32); FILE MERGED 2006/04/07 19:45:45 sb 1.32.32.2: RESYNC: (1.32-1.34); FILE MERGED 2005/09/09 12:37:25 sb 1.32.32.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [917c71ccc684c9af95da744e0969c109697dd5dc]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:08:16 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 12:37:24 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4ace8282691ac264cd6cd155868151464d7298]

        INTEGRATION: CWS warnings01 (1.4.260); FILE MERGED 2005/09/22 18:08:07 sb 1.4.260.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:23 sb 1.4.260.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf067efdcdebd8da2c131572944e4124bc4af049]

        INTEGRATION: CWS warnings01 (1.4.242); FILE MERGED 2005/09/22 18:07:58 sb 1.4.242.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 12:37:23 sb 1.4.242.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ef4577e77a4ffccc28464ef6509151f014b882e]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:07:49 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 12:37:23 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4edcce8e47308e5c3700c24ff699cce338b8602f]

        INTEGRATION: CWS warnings01 (1.1.1.1.270); FILE MERGED 2005/09/22 18:07:27 sb 1.1.1.1.270.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/09 12:37:22 sb 1.1.1.1.270.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d02f65a0d16e37a984cce6a471d0e846f9d15747]

        INTEGRATION: CWS warnings01 (1.2.88); FILE MERGED 2005/09/22 18:06:29 sb 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:22 sb 1.2.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96e4e6c967e4e63e7f9d020bfb3a0e55ef541674]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:05:35 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:21 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7137523269cffe19bb36c807a07acb18c2f40b3]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:05:06 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:19 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f602cd5018b4fb2bd546a44c42a34c8d7df36e2]

        INTEGRATION: CWS warnings01 (1.2.100); FILE MERGED 2005/09/22 18:04:56 sb 1.2.100.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:19 sb 1.2.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1756efcc0cb361258416cfc081c8ff6228424797]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/28 15:00:31 sb 1.4.4.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f04963010cf53c9e98b3e7507e1bf7a091a6c46]

        INTEGRATION: CWS warnings01 (1.19.92); FILE MERGED 2006/02/14 10:17:46 cd 1.19.92.4: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:46 cd 1.19.92.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:55:04 sb 1.19.92.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/06 12:27:46 cd 1.19.92.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8b23ceb6cede403d92eb707cce0589a8b0d2679]

        INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2006/02/14 10:17:46 cd 1.19.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7ebfc25636ea2b75549d2ee2341f05d103a300]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2005/11/01 12:47:45 cd 1.10.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2c694ec25c2ab47966d97e0fd3928309d69f8a]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/05/23 23:01:19 sb 1.10.4.2: RESYNC: (1.10-1.11); FILE MERGED 2006/05/16 16:05:37 sb 1.10.4.1: #i65435# Fixed previous changes.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a072862b29109ba93b4f8bf3082a3b9f6eba4e9]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2006/05/23 23:01:06 sb 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2006/05/16 16:05:36 sb 1.11.4.2: #i65435# Fixed previous changes. 2006/02/14 10:17:45 cd 1.11.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [070712251c3f0599e2ed8e84b8a1b201ab9785c2]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2006/05/23 23:00:14 sb 1.11.4.3: RESYNC: (1.11-1.12); FILE MERGED 2006/02/14 10:17:45 cd 1.11.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:45 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa2e595a2d964243c9e7a1b015287b6168fcaeab]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2006/05/23 22:59:25 sb 1.12.4.3: RESYNC: (1.12-1.13); FILE MERGED 2006/02/14 10:17:44 cd 1.12.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:44 cd 1.12.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e968853d65d62eb560d144abd3d1a26b0b9a99]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/05/16 16:05:36 sb 1.8.4.1: #i65435# Fixed previous changes.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9fc389923c13c6dd98e051e8e680c18a6be824d]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/05/16 16:05:36 sb 1.8.4.3: #i65435# Fixed previous changes. 2006/02/14 10:17:44 cd 1.8.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:44 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d907478d45bf8dd9ae881752bab07fa46fbb1f6]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/11/01 12:47:43 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0060b80f980f8ee83950e513cf92cf30174aacf6]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 12:47:43 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9af0de8f9708cf3dadc65a460a14328195a613]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2005/11/01 12:47:42 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b89d6ce352edfc724e9610acff7664eee7c0642c]

        INTEGRATION: CWS warnings01 (1.27.4); FILE MERGED 2005/11/07 18:52:54 pl 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED 2005/11/01 12:47:42 cd 1.27.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a2a7fc51461a092fe6d2ac614700d6f86eb8617]

        INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2006/02/14 10:17:43 cd 1.19.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:41 cd 1.19.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [47cad1c198f09e3370f8decf40d451885449f452]

        INTEGRATION: CWS warnings01 (1.22.4); FILE MERGED 2005/11/01 12:47:41 cd 1.22.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d361b23121a283a46f53f3b888a7a0253d986c63]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/01 12:47:40 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3525e56ce6a8fc8ddd1597ef5794b27c551e9b7c]

        INTEGRATION: CWS warnings01 (1.28.4); FILE MERGED 2005/11/01 12:47:40 cd 1.28.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bb1b4d3e4fd5cf2e23ab8a8e96ea6c0ffebb2d1]

        INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2005/11/01 12:47:39 cd 1.13.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2c062adbdfcfded024922584605daad3121bde3]

        INTEGRATION: CWS warnings01 (1.22.4); FILE MERGED 2005/11/01 12:47:38 cd 1.22.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b2b3c9e6dd8f2b737f77e27c896bf6e1a24779b]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 12:47:37 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8bedea17bf37b5aca68f204ae04c61021ee9db5]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/01 12:47:37 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59dc03b091e43bb79d02cfd023ca4fb310c84cde]

        INTEGRATION: CWS warnings01 (1.18.4); FILE MERGED 2006/02/14 10:17:42 cd 1.18.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebfae3a98070f69921a81d54779fa8ad818b645c]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/11/01 12:47:36 cd 1.2.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b790783da4392fc4da485028a7ffe1b68b24acc2]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:36 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c741fe27d42b87766346dc9e7769e8c8e14108d8]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 12:47:35 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4623fbcebf879bcf37018f47abad0de27bdc8d73]

        INTEGRATION: CWS warnings01 (1.8.52); FILE MERGED 2005/11/01 12:47:34 cd 1.8.52.4: #i53898# Warning free code for sun solaris compiler 2005/10/25 10:38:47 cd 1.8.52.3: #i53898# Make code warning free for gcc and non-pro build 2005/09/22 17:38:48 sb 1.8.52.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/06 12:27:46 cd 1.8.52.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b938da48a5313a85dd9ce32cb0c05e822cd9da44]

        INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2005/11/09 18:02:42 pl 1.20.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6de698d6b0dca5a54e103de2da9e4ed01b95df8c]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/02/14 10:17:42 cd 1.6.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb8cbf9d5bf5e25d467b7ecb8bbb5ae871c1cd46]

        INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2006/04/07 19:44:45 sb 1.15.4.3: RESYNC: (1.15-1.16); FILE MERGED 2006/02/14 10:17:41 cd 1.15.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/09 18:02:42 pl 1.15.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45653fdf8f2b2d6f98b14e65a67774cd823ecd8e]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/14 10:17:38 cd 1.4.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [99308ce7cc97f30c92896870a478671ebb185437]

        INTEGRATION: CWS warnings01 (1.8.76); FILE MERGED 2005/11/01 12:47:34 cd 1.8.76.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:33:24 sb 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/06 12:27:44 cd 1.8.76.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45d86eb1ca4aacdefd2ced3c81d47880925179b1]

        INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED 2005/11/01 12:47:33 cd 1.20.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b228e1e336085cb34ccb6c9b615a13fec8cb90]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:33 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [153b8ff5247150ccc8c03e15b654a7d2ec9f9ed7]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/01 12:47:32 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42de99504ee637188ffc8150df8cf54a332a4b8a]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/01 12:47:32 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4685b7ed0cfd718a3197b794c33c34ae85fd8bd6]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/02/14 10:17:38 cd 1.6.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b215db5d72f9bceebf3bce47f0fab1a4da43e9cf]

        INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2005/11/01 12:47:31 cd 1.15.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6128050b60985494b33eda8d0910825d81ecfd46]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2006/02/14 10:17:37 cd 1.7.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:31 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6785739340242aae1835636b929db865189f1b44]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/11/01 12:47:30 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0a86046da1723ca4f6b33c1fc94f3fb6dc351a]

        INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2005/11/01 12:47:29 cd 1.10.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c07cbe791981a1734a4dbe2e3e648360c76626fe]

        INTEGRATION: CWS warnings01 (1.4.60); FILE MERGED 2005/11/01 12:47:29 cd 1.4.60.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:27:05 sb 1.4.60.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/06 12:27:44 cd 1.4.60.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa704236190896bd0cccc2fbad064f6876aa6c81]

        INTEGRATION: CWS warnings01 (1.2.94); FILE MERGED 2006/02/14 10:17:37 cd 1.2.94.5: #i55991# Fix warnings for ms c++ compiler 2005/11/09 18:02:41 pl 1.2.94.4: #i53898# removed warnings 2005/11/01 12:47:28 cd 1.2.94.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:26:49 sb 1.2.94.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/06 12:27:44 cd 1.2.94.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf9ae147608a10727681470ad542053a768c24bf]

        INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2005/11/10 08:47:14 pl 1.15.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f3a74f5bcec047762122791ba4514b541bb53a2]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/14 10:17:36 cd 1.4.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/09 18:02:41 pl 1.4.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c19438e275572c54e4cb758675145566f1c640e8]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/09 17:43:26 pl 1.5.4.3: #i53898# resolved a merge conflict 2005/11/07 18:52:19 pl 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/01 12:47:27 cd 1.5.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f83bf73f6ec645bcad8853e220234bca237040d7]

        INTEGRATION: CWS warnings01 (1.22.4); FILE MERGED 2005/11/01 12:47:26 cd 1.22.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d91c458b584ada79bf01bd0cc25e90a7266774b]

        INTEGRATION: CWS warnings01 (1.29.4); FILE MERGED 2006/02/14 10:17:35 cd 1.29.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:26 cd 1.29.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ae8ecc85ef7938f5617efa67df0ecb19cedc95c]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/02/14 10:17:35 cd 1.3.6.2: #i55991# Fix warnings for ms c++ compiler 2005/11/10 08:22:09 pl 1.3.6.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8bfc459a77e95ca985fd3409afadd4448d30a5d]

        INTEGRATION: CWS warnings01 (1.3.52); FILE MERGED 2006/02/14 10:17:34 cd 1.3.52.4: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:25 cd 1.3.52.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:20:08 sb 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/06 12:27:43 cd 1.3.52.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81144f1ad085a8d4006786a3d1be9fcd4329cd35]

        INTEGRATION: CWS warnings01 (1.30.4); FILE MERGED 2006/02/14 10:17:34 cd 1.30.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:25 cd 1.30.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d339cb8677e8dffd504fe0f10256affd9dec10]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/04/07 19:43:57 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/01 12:47:24 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca77d4f978632437af72168d94aab6f5ba7298a3]

        INTEGRATION: CWS warnings01 (1.4.38); FILE MERGED 2005/09/22 17:18:45 sb 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/06 12:27:42 cd 1.4.38.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [62fd1b0a435512eab1f8c7a213adc792a863687e]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:23 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [901533c4d846f7645f828613c21a6a845e379166]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/01 12:47:23 cd 1.5.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfa44eecdb50982d14b058d9e46a18bdc1fe5a9]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 12:47:22 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12460ba3a2e46969a29c4d2f6c67fd419ef344b5]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/01 12:47:22 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2189fe8c3efb4a1136bcb0a9249a7fd7413c4460]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2005/11/01 12:47:21 cd 1.12.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cdbd24bc68afb8596a489f0b7a67ac78520df6a]

        INTEGRATION: CWS warnings01 (1.27.90); FILE MERGED 2005/09/22 17:13:17 sb 1.27.90.2: RESYNC: (1.27-1.28); FILE MERGED 2005/09/06 12:27:41 cd 1.27.90.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a6ed4e87e93bbc1f965dfd6423919e2fff364d8]

        INTEGRATION: CWS warnings01 (1.7.26); FILE MERGED 2005/11/09 18:09:10 pl 1.7.26.5: #i53898# removed warnings 2005/11/09 18:02:40 pl 1.7.26.4: #i53898# removed warnings 2005/11/01 12:47:21 cd 1.7.26.3: #i53898# Warning free code for sun solaris compiler 2005/09/22 17:08:58 sb 1.7.26.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/06 12:27:41 cd 1.7.26.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6d40d0fd56cec814e705fa2d0433a1707f0298]

        INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2005/11/09 18:02:40 pl 1.19.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9aa82b5754be946dc5f41b0c455c0b4ba7cd8bae]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/01 12:47:20 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [235ba4de7313fed08999c2cf8739b3d8d6112405]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2005/11/01 12:47:20 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf23d35d8b2f0a225d1e4dfd8f841063c39bc2fb]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/02/14 10:17:33 cd 1.5.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d140c6ec4bf008a41cba310680441b14fe59a73]

        INTEGRATION: CWS warnings01 (1.26.4); FILE MERGED 2005/11/01 12:47:19 cd 1.26.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfbebcc339448f2366b83ea4e5675090b0fb5a55]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/09 18:02:39 pl 1.11.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c380dc60fcfef64554a329fe3087a93e4c60676]

        INTEGRATION: CWS warnings01 (1.4.242); FILE MERGED 2006/02/14 10:17:32 cd 1.4.242.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94357bc08953c7aca31eff85b4a7bd9269d0921b]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/02/14 10:17:31 cd 1.4.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:18 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d149512a83ea3bb46da594ebe9451ae7fb0dbd0]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/02/14 10:17:31 cd 1.2.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:18 cd 1.2.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd683d6257c84bb77b58bc925c385e4d68f67892]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/01 12:47:17 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcbe3fa6ff93e04d5c09a10d3f5942d4c2e5d362]

        INTEGRATION: CWS warnings01 (1.2.24); FILE MERGED 2005/10/25 10:38:46 cd 1.2.24.3: #i53898# Make code warning free for gcc and non-pro build 2005/09/22 16:45:14 sb 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/06 12:27:39 cd 1.2.24.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2ae8704c0f8940f9af0177aa000f470ad6c919c]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/02/14 10:17:30 cd 1.3.4.3: #i55991# Fix warnings for ms c++ compiler 2005/11/09 18:02:39 pl 1.3.4.2: #i53898# removed warnings 2005/11/01 12:47:16 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce5fa3a3d0a5dcc8e9f95124fea32d12a7f05109]

        INTEGRATION: CWS warnings01 (1.2.94); FILE MERGED 2005/11/01 12:47:15 cd 1.2.94.2: #i53898# Warning free code for sun solaris compiler 2005/09/06 12:27:38 cd 1.2.94.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b222d402190856d158be73bdca62c119919ad7b]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:15 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d5b27400765bad5905059df7abdcab0e431edd]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/11/01 12:47:14 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40e7bc0ad5cf7737e9effdf91b5733c1804df74f]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/05/23 22:59:04 sb 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/01 12:47:14 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2dbfca82d581d15ffba8ecabd21e463d4e39b635]

        INTEGRATION: CWS warnings01 (1.13.26); FILE MERGED 2006/02/14 10:17:30 cd 1.13.26.5: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:13 cd 1.13.26.4: #i53898# Warning free code for sun solaris compiler 2005/10/25 10:38:45 cd 1.13.26.3: #i53898# Make code warning free for gcc and non-pro build 2005/09/22 16:40:43 sb 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/06 12:27:38 cd 1.13.26.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2400263a7a6d393ce1f45c6495ff5f4f09900c30]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/04/07 19:43:08 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/01 12:47:13 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [417e5f6b933e10fc535c56a255f9e8ddd612aa3c]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/11/01 12:47:12 cd 1.9.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fcfb4e960be94ab296be52f4cea62769347f862]

        INTEGRATION: CWS warnings01 (1.22.26); FILE MERGED 2006/05/23 22:58:14 sb 1.22.26.5: RESYNC: (1.23-1.24); FILE MERGED 2006/02/14 10:17:29 cd 1.22.26.4: #i55991# Fix warnings for ms c++ compiler 2005/10/25 10:38:45 cd 1.22.26.3: #i53898# Make code warning free for gcc and non-pro build 2005/09/22 16:36:50 sb 1.22.26.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/06 12:27:38 cd 1.22.26.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8211eedf0289a003cd38af6418a9800b3b931887]

        INTEGRATION: CWS warnings01 (1.6.78); FILE MERGED 2005/09/22 16:35:34 sb 1.6.78.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/06 12:27:38 cd 1.6.78.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3f407d42b2073281f2ecd3de8ecdcb2659e740]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:12 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cd79472e350fada05911d5ef70a76b505ee390a]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/01 12:47:11 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30ffe4d3e70b27a0502760ac8dd76604b514df75]

        INTEGRATION: CWS warnings01 (1.7.6); FILE MERGED 2006/02/14 10:17:28 cd 1.7.6.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [957f03c7af7af4d6532f2840d247aa056e42df72]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2006/02/14 10:17:28 cd 1.7.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ead7829ce50b16fe72e615e8edae4d586a3dcd4]

        INTEGRATION: CWS warnings01 (1.5.22); FILE MERGED 2005/09/22 16:30:29 sb 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/06 12:27:37 cd 1.5.22.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ab8756a439379f49732cc7a2402eb8dffa36b93]

        INTEGRATION: CWS warnings01 (1.3.78); FILE MERGED 2005/09/22 16:29:23 sb 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/06 12:27:37 cd 1.3.78.1: #i53898# Make code warning free

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98e2b60605b8d8a89643fc116cd7b540b9a7da08]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/11/01 12:47:10 cd 1.3.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebcd3e748ab3b5a0ac60ed7426f7d59ea66dd73a]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/02/14 10:17:27 cd 1.9.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5da62085a3a9a1e4b68b21cf567085191614d5a0]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/04/07 19:42:50 sb 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2006/02/14 10:17:27 cd 1.23.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c428cc352c578c0a621a86685259db4a3fe300b]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/01 12:47:09 cd 1.11.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ea2af7775351073cfb42a70a1bdcc1432c81f9c]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/11/01 12:47:09 cd 1.8.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab590db44de567f2c661324cec8f12eebefcb8d]

        INTEGRATION: CWS warnings01 (1.62.4); FILE MERGED 2006/02/14 10:17:26 cd 1.62.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:08 cd 1.62.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a28a78cf19bb256d3b8e45899e510c96372480b]

        INTEGRATION: CWS warnings01 (1.15.4); FILE MERGED 2005/11/01 12:47:08 cd 1.15.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a18ae6dad3ac47db6c90b7d51114660a9709071]

        INTEGRATION: CWS warnings01 (1.19.4); FILE MERGED 2005/11/01 12:47:07 cd 1.19.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73e01445754c304e2acfde81523adbbf9afed8a]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/09 18:02:38 pl 1.7.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7910a454f77a2dcdf64203bd308fb3061619f18]

        INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2005/11/01 12:47:07 cd 1.13.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [77358c5ec1fe1721d6d39d3971cac29cc3bdd972]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/01 12:47:06 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61e2104baf3dacab7a92a65c8f852dc2159e5fe0]

        INTEGRATION: CWS warnings01 (1.29.4); FILE MERGED 2006/02/14 10:17:26 cd 1.29.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7709ae91b913c70b62a7bf449af60e835f055a8]

        INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2005/11/01 12:47:06 cd 1.17.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ef10517a66e456bbd5801898fcb7efa99f82fac]

        INTEGRATION: CWS warnings01 (1.38.4); FILE MERGED 2005/11/09 18:02:38 pl 1.38.4.2: #i53898# removed warnings 2005/11/01 12:47:06 cd 1.38.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e1a5c4acd0c102467f9d20fcf120d6c2eb91461]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/09 18:02:37 pl 1.5.4.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9219164d539b2d14eb237edbaebc75404e63e92b]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2006/02/14 10:17:25 cd 1.11.4.1: #i55991# Fix warnings for ms c++ compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b151864a42eef5bd2d7b78425820e65aad48f896]

        INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED 2005/11/01 12:47:05 cd 1.13.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec1f48d47f174e9b912326a0905b2228583069ae]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2005/11/01 12:47:04 cd 1.12.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36f3114f187b0dfc9d3be4dbfa57a6e935e3059e]

        INTEGRATION: CWS warnings01 (1.25.58); FILE MERGED 2006/05/15 13:05:07 sb 1.25.58.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [437255cef6f38cee337b9cea00939262499f9d10]

        INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/03/01 15:48:44 sb 1.6.6.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7651cd66afbca1176900a5ab37600db4be7eb558]

        INTEGRATION: CWS warnings01 (1.7.22); FILE MERGED 2006/04/07 19:41:21 sb 1.7.22.2: RESYNC: (1.7-1.9); FILE MERGED 2005/10/31 16:16:23 sb 1.7.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [14c10b9c76aa41a64ef39acf19112d5fb7ac4588]

        INTEGRATION: CWS warnings01 (1.14.22); FILE MERGED 2006/04/07 19:41:28 sb 1.14.22.4: RESYNC: (1.14-1.15); FILE MERGED 2006/03/01 15:48:44 sb 1.14.22.3: #i53898# Made code waring-free. 2005/10/31 16:16:22 sb 1.14.22.2: #i53898# Made code warning-free. 2005/09/20 07:27:01 sb 1.14.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c27356dc905a4cc4cb17ee8c114093518987910f]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2006/03/21 14:34:16 nn 1.4.12.2: #i53898# warning-free code 2005/11/11 16:07:47 pl 1.4.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e7a2b5cf4a642d915236f9bb847b4bdd2acd4f]

        INTEGRATION: CWS warnings01 (1.10.12); FILE MERGED 2006/05/23 22:53:49 sb 1.10.12.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/11 16:07:47 pl 1.10.12.2: #i55991# removed warnings 2005/10/24 16:42:54 nn 1.10.12.1: #i53898# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98585007097c7410eff5bf8f0b2af885583031da]

        INTEGRATION: CWS warnings01 (1.17.12); FILE MERGED 2005/11/11 16:07:45 pl 1.17.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63d5b087b9a984416ef681e366d2092b65ec820e]

        INTEGRATION: CWS warnings01 (1.4.12); FILE MERGED 2005/11/11 16:07:45 pl 1.4.12.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03327a15237ea44db6ff80f6ea12790b390347be]

        INTEGRATION: CWS warnings01 (1.29.8); FILE MERGED 2006/03/21 14:34:16 nn 1.29.8.5: #i53898# warning-free code 2006/01/25 20:13:33 sb 1.29.8.4: RESYNC: (1.30-1.31); FILE MERGED 2005/11/11 16:07:45 pl 1.29.8.3: #i55991# removed warnings 2005/11/07 18:46:49 pl 1.29.8.2: RESYNC: (1.29-1.30); FILE MERGED 2005/10/24 16:42:31 nn 1.29.8.1: #i53898# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f013964f86c7f3f5089140eea2cf88e6a9350818]

        INTEGRATION: CWS warnings01 (1.48.12); FILE MERGED 2006/04/07 19:40:41 sb 1.48.12.6: RESYNC: (1.50-1.51); FILE MERGED 2006/03/21 14:34:16 nn 1.48.12.5: #i53898# warning-free code 2006/01/25 20:13:26 sb 1.48.12.4: RESYNC: (1.49-1.50); FILE MERGED 2005/11/11 16:07:44 pl 1.48.12.3: #i55991# removed warnings 2005/11/07 18:46:37 pl 1.48.12.2: RESYNC: (1.48-1.49); FILE MERGED 2005/10/24 16:42:32 nn 1.48.12.1: #i53898# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4afa12d0f2635814d8d79434468af09461d0bf75]

        INTEGRATION: CWS warnings01 (1.39.12); FILE MERGED 2006/05/23 22:52:38 sb 1.39.12.5: RESYNC: (1.40-1.41); FILE MERGED 2006/03/21 14:34:15 nn 1.39.12.4: #i53898# warning-free code 2006/01/25 20:13:17 sb 1.39.12.3: RESYNC: (1.39-1.40); FILE MERGED 2005/11/11 16:07:44 pl 1.39.12.2: #i55991# removed warnings 2005/10/24 16:42:30 nn 1.39.12.1: #i53898# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf73f985ee0cef1a2096890bbde8361fc84fdae5]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2005/11/01 13:22:03 cd 1.23.4.1: #i53898# Warning free code for sun solaris compiler

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30adc50449294617f76e4a7ce7fe9932dc0499f3]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/25 09:12:59 pl 1.3.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6de38a348905c3e2aeed7a4df480ec8f62f75d0]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/25 09:12:56 pl 1.4.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b199c020ff5ebfc659a3b5834b8f4c6d71e9e50]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/25 09:12:55 pl 1.5.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fea2bd9e750b09874f451d4c0e2efd954bba9d8b]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/25 10:22:35 pl 1.4.4.2: #i55991# removed warnings for solaris platform 2005/10/25 09:12:55 pl 1.4.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2472b572e6c3fda0d2373120ac698de59d2f6267]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/25 09:12:55 pl 1.6.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3660bfaa2a553ee861a86b6c3a795c22b063d9cd]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/25 09:12:49 pl 1.5.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c5ce375f38a0d6ea21cd48ffa7b05cf62755583]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/25 09:12:47 pl 1.6.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43c18f7324dfb6bbf18bc02c43aee2bc0bed8288]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/11/10 11:34:54 pl 1.6.4.2: #i53898# removed warnings 2005/10/25 09:12:40 pl 1.6.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [190845954c517be24005e8fbb70fbf233bf0d63d]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/25 09:12:32 pl 1.4.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1789390d3dbc706af066fb4f6561f6d9793b3801]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/25 09:12:20 pl 1.4.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8af1e21265481c05370c36033ddd389f67df3cee]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/25 09:12:18 pl 1.5.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c091087ced7b762cbec803a4c1b2c11fd52aed90]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/25 09:12:17 pl 1.3.4.1: #i55991# removed warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4149b6596a71b2b3b35db1a2620eaf5f3e545f2]

        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>  [0bbf5764a732a54c1cf51afd51a129bdfe32d5b8]

        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>  [f28eb0ee02363605dbb966edb2bbb133f21c94f7]

        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>  [1520bed3bdb5b884fea7a772515479f40fdad69e]

        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>  [d7bab6de7fea4a6723e257f8eaef5bfba4a20aa3]

        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>  [9ed8d9ed09cd7a917e52b83d96d4709d268e74d1]

        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>  [be99549fb5f496d59aab73685e1737b15505ddfc]

        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>  [2f2133157bac06920336ad2b08494c7a91bf3c8c]

        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>  [04c31643c256ee40ecb9a248872f42f64286ac58]

        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>  [612e8dd5ea9346236136bfd86f67ce023897ed09]

        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>  [decf64c91662cb14bf31515a2a05ca9ce7e841cc]

        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>  [0c2b895d296fde87edabd742b7cb8d3f765d2fcd]

        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>  [7a921a38172551f6821f4eb2bd744b44576b1296]

        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>  [681286ba7c930d2eacfb713435c01a5d75deebef]

        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>  [271ddd024820336776ab3586f89c4d53c2253c99]

        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>  [82829e3536189c9e25a35b35622da798202a3754]

        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>  [d23e93b5c628f6233826e7848e701f633ab05e91]

        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>  [8ea19ecccf33325281ace3b9bdb60288ce3c0add]

        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>  [3947a44a4e56b81bb572532a3f18e4771416c7cc]

        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>  [c1c64438b93680cf7163db518074dc65e5a73098]

        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>  [291e9c581a43f8e09849928de1aa6199e3f6f0f8]

        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>  [9b5f024cda404b31c138705c67808d0a1647a2c4]

        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>  [e0bbf8f970707fd8dff52a2768dc07143794611d]

        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>  [32cedb1e4de76fe52f5c3b7e9523f039927b7786]

        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>  [607dd381487ed982e9fdabc144e081c34f0c1b1a]

        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>  [ee63133148d934ac95cdd7c1d1a416f1dae35ef6]

        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>  [d98a9c95ec505205801df8c9f06a14445890ccc6]

        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>  [04c4f535ac2daf3572a5e128fad1b4a904a4874f]

        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>  [71c09ab98745ecb53f6c25f803cb715c3eb79dc6]

        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>  [f09e15218459f9aa6f52312a907e050ad5af0f53]

        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>  [ff14c046896fb3aea917bd00292cbd651385383d]

        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>  [ed1d9c4291e0974f923efec7c04c0e6e90bb97b6]

        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>  [fe66e451c8adb8f4fe7e4616dab1874cd70a2ca4]

        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>  [63f10de33acda1e6548f1ddf51a8556f38cf6813]

        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>  [90cbe23e3767350afcb8bf43d7db2965210d9ac0]

        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>  [2f5fdf985790cd4fb00f6d73cc0bec23c16c671b]

        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>  [f68914c9186e8a6f9cc8d4a817dc1d1e7093f4b1]

        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>  [1de8f069155a40aedd388d9e460d41b6545e8962]

        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>  [d3fa762edfdb7150464bfbb556555232835b97eb]

        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>  [63881f395db62057d313b1c31bd1eb7a7c461d0b]

        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>  [53d02472cd69a3cde75a21449805f5ebd848822e]

        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>  [61e061f501db1bc8aaa7e603494bb9869f3dfa90]

        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>  [d2cd097014470d25de6e17ed5ba130e1f2d9b968]

        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>  [c977dd1cc5d8484f28c89cb0f6cfbc8cc61cc6df]

        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>  [127c5b994a3a9877525a1f400b5448f6f913741b]

        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>  [155f168ca78f2ae96c40fb9ce3ad8170fcdce54e]

        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>  [1579cfd807d8641ef8f4c5f9202d8741865808ec]

        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>  [ecda85d75c54e2cb7571a1bf7cf68e36923d4054]

        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>  [8f6cf063d14b697cad78f06659c5a3bc587533c8]

        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>  [8467c018530ba874030c38caaeda147a4b447fac]

        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>  [9bb8993e70f1bcc44ca95d0d2d143c2c69b7660f]

        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>  [a82608ff9df245486cbaf44d89f1e6c9940b4120]

        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>  [206dd6bfaff4a45ccf1346e72b0916e2de7bcbbd]

        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>  [d0ef0897bde8c9dd6aa251b047c665740d645035]

        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>  [caea94cbb2a4317bdc1d139ea3fa9d2f74bbc041]

        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>  [23cd50134b0a94e10efdda581c795a3a4edd0b34]

        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>  [f3a3dfff7a7d80504943d1ee00f009b5f9fca550]

        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>  [75f8baa9d41cc28a5499724ba7636b9cd8b6cd14]

        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>  [d2eef328a4c067be6b12bf355713dd88c83be0cb]

        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>  [f1364453b35f639219b43fcb2771c1a1eee0578c]

        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>  [4b069dbffc7ff9c46d245a2c96dd004a60995a0e]

        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>  [1502ce167a3f55ebd50ab550c1214636e570584e]

        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>  [562b409c9155905e292b7afed6411ea09df70c35]

        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>  [1ba6fa321ec460baa982fab735d4fc95242155e9]

        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>  [343fed1cd8e85665173b91be8db3fa35bae08cec]

        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>  [abe96685b765d76082dda9fe8259df5ea8a32acb]

        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>  [be1865606aaa4d87de43607046d0607e34547c6c]

        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>  [0180f2876a49cc66176fd81378eff54c3799448a]

        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>  [7bba2ac0a3ea1e97fdfae17af4458466d514e8bf]

        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>  [1abce31052cd803b5f357d3495a9468c92467e30]

        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>  [7067711f9011788bdd77534387d98cf30a3b115d]

        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>  [4e27477a2432f5ae6bd470a6baa76a4121c1aea1]

        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>  [7c949ed29b7e676bc0ef3e9ec69b5b7d95a0e7b6]

        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>  [0414636d0b6ca5a73e863f2e64fd08a4dce30f22]

        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>  [fcf09aabd5fef0e6c659ca340fb7b1c84173ca36]

        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>  [cb1eba60282331e5aa7dc370e773498e0c01b8c6]

        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>  [ecd05fb0819f4056fa130e7249da6161d74c83c0]

        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>  [5bbbdbd7351c94f3ffcf5af991346ab672d40a59]

        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>  [46bc3aed1653ca6c5865b6c7b109a21e62da92f4]

        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>  [16a006b0d49d44286d836fd680b7cfcfac0b87be]

        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>  [b403356440ce7461058154218bf9019b513ec6c7]

        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>  [016e7ec2047dd55967dc89c396f7391d6aeb9973]

        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>  [0b634b75748d163bc3b26b44541fbaab9a39d6b8]

        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>  [53805fd374fe98c156e0570906a2bc80dc6774e3]

        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>  [ddd6449407364c5738cdda7583fc6757c08dff13]

        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>  [a6f0b5ce16049e9ab6535f4e6a32749dc981164e]

        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>  [659b508b5f38fb7aaf50f06d948e9bc29d01402e]

        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>  [637a2ba2e14e16aa2101070592a4beedaa8ebf6b]

        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>  [ebdae34d7e283076dc6b5f5c990119528caf1975]

        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>  [f8e533c0d8987052e27fac4fccc30ae8fb929d7e]

        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>  [dd8dfe55d6c30088b178d715887ebf2549b5ecb2]

        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>  [cace5d2f7b3e0c07bfaa7da8c39cab31db3344c9]

        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>  [1deb4ccc2b2833ce576860170297ed3fcfe16746]

        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>  [1adf9735d45b813f03dd28ef2c35c095d220533e]

        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>  [4a0b66f157078c5d86cbfb28f4069f97df2e1238]

        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>  [7435875d83d0163ee797207766c7ebadb29cbb47]

        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>  [4d3a1da09f0e8ee77407053d02d902e53811b081]

        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>  [f98688487abce34235a83390d46a11dc0020ea53]

        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>  [ec389925cf2dfd47ceb54ddb51769317510f7f60]

        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>  [88a8a5060df904537ad4959d014b0d88d759c8d3]

        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>  [9b80c818e968d19b5ea8a47e4094446750ae1bd6]

        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>  [c5c4604887de5cf7590e4e0b5f7d33a271e55406]

        INTEGRATION: CWS warnings01 (1.39.64); FILE MERGED 2006/05/23 22:35:13 sb 1.39.64.2: RESYNC: (1.39-1.41); FILE MERGED 2005/11/28 16:16:45 cd 1.39.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08638b1ed1c666f8a806e6ef7d41ff641d0cf7aa]

        INTEGRATION: CWS warnings01 (1.57.64); FILE MERGED 2006/05/23 22:34:47 sb 1.57.64.4: RESYNC: (1.64-1.66); FILE MERGED 2006/04/20 14:56:48 sb 1.57.64.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:33:24 sb 1.57.64.2: RESYNC: (1.57-1.64); FILE MERGED 2005/11/28 16:16:45 cd 1.57.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d2022ea22a2b63a25b7746ed4319087fd99d4db]

        INTEGRATION: CWS warnings01 (1.19.64); FILE MERGED 2006/05/23 22:34:39 sb 1.19.64.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/28 16:16:45 cd 1.19.64.2: #i55991# Remove warnings 2005/11/09 12:04:01 cd 1.19.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c989cc5d93fef5aeb4f521ac2f8643e7f42a91b2]

        INTEGRATION: CWS warnings01 (1.12.66); FILE MERGED 2006/05/23 22:34:32 sb 1.12.66.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/28 16:16:44 cd 1.12.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [513f80abcd3af227b4ce7dd4e9bf55a3b4860f27]

        INTEGRATION: CWS warnings01 (1.113.28); FILE MERGED 2006/06/06 14:29:39 sb 1.113.28.7: #136651# Fixed broken CVS merge. 2006/05/29 08:19:49 sb 1.113.28.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:34:23 sb 1.113.28.5: RESYNC: (1.120-1.121); FILE MERGED 2006/04/07 19:33:16 sb 1.113.28.4: RESYNC: (1.114-1.120); FILE MERGED 2006/01/25 20:10:17 sb 1.113.28.3: RESYNC: (1.113-1.114); FILE MERGED 2005/11/28 16:16:44 cd 1.113.28.2: #i55991# Remove warnings 2005/11/09 12:04:00 cd 1.113.28.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b36b29c2f280bc8246fd3bb3cc2537d5c1a28227]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:16:44 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c4240c4beb2805fccbccca5d9f52655f99e9c41]

        INTEGRATION: CWS warnings01 (1.78.2); FILE MERGED 2006/05/29 08:19:49 sb 1.78.2.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:33:56 sb 1.78.2.3: RESYNC: (1.81-1.82); FILE MERGED 2006/04/07 19:33:07 sb 1.78.2.2: RESYNC: (1.78-1.81); FILE MERGED 2005/11/28 16:16:43 cd 1.78.2.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [759eac166c06ad29a6ae6c6c88fb85f11a1086d2]

        INTEGRATION: CWS warnings01 (1.63.2); FILE MERGED 2006/05/29 08:19:48 sb 1.63.2.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:33:47 sb 1.63.2.4: RESYNC: (1.64-1.65); FILE MERGED 2006/04/07 19:32:59 sb 1.63.2.3: RESYNC: (1.63-1.64); FILE MERGED 2005/11/28 16:16:43 cd 1.63.2.2: #i55991# Remove warnings 2005/11/09 12:03:59 cd 1.63.2.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5518bac4e1bebe90a4001ce540ab03a752efee9d]

        INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/29 08:19:48 sb 1.15.62.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:33:39 sb 1.15.62.4: RESYNC: (1.17-1.18); FILE MERGED 2006/04/07 19:32:51 sb 1.15.62.3: RESYNC: (1.15-1.17); FILE MERGED 2005/11/28 16:16:43 cd 1.15.62.2: #i55991# Remove warnings 2005/11/09 12:03:59 cd 1.15.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03130f31ff043881e4e4280a6ca0c1a8e7da9b69]

        INTEGRATION: CWS warnings01 (1.18.66); FILE MERGED 2005/11/09 12:03:58 cd 1.18.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [784b20d2c088e2f9e350e4287ab937578cf847e2]

        INTEGRATION: CWS warnings01 (1.15.66); FILE MERGED 2006/05/23 22:33:00 sb 1.15.66.5: RESYNC: (1.17-1.18); FILE MERGED 2006/04/07 19:32:34 sb 1.15.66.4: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 20:09:59 sb 1.15.66.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/28 16:16:42 cd 1.15.66.2: #i55991# Remove warnings 2005/11/09 12:03:57 cd 1.15.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef8db1008e346650f6cd1839d5a11230696b0ac7]

        INTEGRATION: CWS warnings01 (1.6.66); FILE MERGED 2006/05/23 22:32:52 sb 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/09 12:03:57 cd 1.6.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf71b7128bce0b60a6f11f6e18a2ea7a03b8038]

        INTEGRATION: CWS warnings01 (1.4.64); FILE MERGED 2006/05/23 22:32:44 sb 1.4.64.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/28 16:16:42 cd 1.4.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20cc266597aa1f901235d657a277b87a4180b214]

        INTEGRATION: CWS warnings01 (1.80.64); FILE MERGED 2006/04/07 19:32:27 sb 1.80.64.3: RESYNC: (1.80-1.83); FILE MERGED 2005/11/28 16:16:41 cd 1.80.64.2: #i55991# Remove warnings 2005/11/09 12:03:56 cd 1.80.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ff707c032c78a131323fcad2f7bac8c442f3341]

        INTEGRATION: CWS warnings01 (1.41.54); FILE MERGED 2006/05/23 22:32:37 sb 1.41.54.5: RESYNC: (1.43-1.44); FILE MERGED 2006/04/07 19:32:20 sb 1.41.54.4: RESYNC: (1.42-1.43); FILE MERGED 2006/01/25 20:09:52 sb 1.41.54.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/28 16:16:41 cd 1.41.54.2: #i55991# Remove warnings 2005/11/09 12:03:55 cd 1.41.54.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfa41ac39a38d7832d6c7327cd49618ac37e0e6c]

        INTEGRATION: CWS warnings01 (1.51.62); FILE MERGED 2006/05/23 22:30:55 sb 1.51.62.5: RESYNC: (1.58-1.59); FILE MERGED 2006/04/07 19:32:12 sb 1.51.62.4: RESYNC: (1.54-1.58); FILE MERGED 2006/01/25 20:09:44 sb 1.51.62.3: RESYNC: (1.51-1.54); FILE MERGED 2005/11/28 16:16:41 cd 1.51.62.2: #i55991# Remove warnings 2005/11/09 12:03:54 cd 1.51.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15d1aaafdb52473d55d852cc6866c3f9d6307337]

        INTEGRATION: CWS warnings01 (1.25.64); FILE MERGED 2006/01/25 20:08:48 sb 1.25.64.3: RESYNC: (1.25-1.26); FILE MERGED 2005/11/28 16:16:40 cd 1.25.64.2: #i55991# Remove warnings 2005/11/09 12:03:54 cd 1.25.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3428d5b1ed1775452a82e516dc62790c9d7b710]

        INTEGRATION: CWS warnings01 (1.9.64); FILE MERGED 2006/05/23 22:29:00 sb 1.9.64.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/28 16:16:40 cd 1.9.64.2: #i55991# Remove warnings 2005/11/09 12:03:53 cd 1.9.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b69f7371463265349b7324cb09fca44bbb33e7]

        INTEGRATION: CWS warnings01 (1.30.64); FILE MERGED 2005/11/28 16:16:39 cd 1.30.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [57659120db17932a39ca5b5b80e5b4b7d80e5f4c]

        INTEGRATION: CWS warnings01 (1.42.62); FILE MERGED 2006/06/14 14:48:25 cd 1.42.62.5: #i66347# Fix merge problem with variable names. Use correct variable nSlotId! 2006/05/29 08:19:48 sb 1.42.62.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:27:22 sb 1.42.62.3: RESYNC: (1.42-1.43); FILE MERGED 2005/11/28 16:16:39 cd 1.42.62.2: #i55991# Remove warnings 2005/11/09 12:03:52 cd 1.42.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f191486f380ab9a234f6c6e38832d067d37caa2]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:16:38 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a952d90a110b50d1e2b1e89fdb68114b241568a2]

        INTEGRATION: CWS warnings01 (1.35.64); FILE MERGED 2005/11/28 16:16:38 cd 1.35.64.2: #i55991# Remove warnings 2005/11/09 12:03:52 cd 1.35.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f27c7042915561ceb9e6a04378473cf5a9173510]

        INTEGRATION: CWS warnings01 (1.15.62); FILE MERGED 2006/05/23 22:26:17 sb 1.15.62.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/28 16:16:38 cd 1.15.62.2: #i55991# Remove warnings 2005/11/09 12:03:51 cd 1.15.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bb7d873b4b2c3fbc1aacdbf10e56dcb8f42a759]

        INTEGRATION: CWS warnings01 (1.31.64); FILE MERGED 2005/11/28 16:16:37 cd 1.31.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dc43d6b00416e9448b49269e85064fa1f968f43]

        INTEGRATION: CWS warnings01 (1.22.56); FILE MERGED 2005/11/28 16:16:37 cd 1.22.56.2: #i55991# Remove warnings 2005/11/09 12:03:50 cd 1.22.56.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9dbae0eadd5d8bfc27cd4d5374aca7d8b85aa06]

        INTEGRATION: CWS warnings01 (1.10.66); FILE MERGED 2005/11/28 16:16:36 cd 1.10.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa84cc4a040f3863d93b06518cf70f4cdc02718]

        INTEGRATION: CWS warnings01 (1.13.64); FILE MERGED 2005/11/28 16:16:36 cd 1.13.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d74ec20c651b3f0212e5fa9efb3bbd302728d76b]

        INTEGRATION: CWS warnings01 (1.7.66); FILE MERGED 2005/11/28 16:16:36 cd 1.7.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f990ef6bc552f6665b0c63f5ef6da778f34c2a9]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:16:33 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [73a418b3096d25f5a1280bba8e2f8e244e0d5794]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:16:32 cd 1.5.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [582e8f7fbe1e4a8338bf0eb87c9e5441fc0d5412]

        INTEGRATION: CWS warnings01 (1.28.66); FILE MERGED 2006/04/20 14:56:47 sb 1.28.66.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:31:25 sb 1.28.66.4: RESYNC: (1.29-1.31); FILE MERGED 2006/01/25 20:07:57 sb 1.28.66.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/28 16:16:32 cd 1.28.66.2: #i55991# Remove warnings 2005/11/09 12:03:49 cd 1.28.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf4e1e5628a00f4570f07affb84039134433efde]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:16:31 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88cf2d75891e4c672681ce738f7a1c437df5ca10]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:16:31 cd 1.5.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e328fb76299c4b6a5b007afaf82b8be6858fc019]

        INTEGRATION: CWS warnings01 (1.33.66); FILE MERGED 2005/11/28 16:16:30 cd 1.33.66.2: #i55991# Remove warnings 2005/11/09 12:03:49 cd 1.33.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [271c2e943ad8fee8d403ffe052a902662357d8cb]

        INTEGRATION: CWS warnings01 (1.4.64); FILE MERGED 2005/11/28 16:16:30 cd 1.4.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25843a4996c7de32dc539d05ee1bcb2c6a776384]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:16:29 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfff96b51c4ad60597eb8f06378bb69308e7c7a1]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:16:28 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bf654eff26c40cd84b734dcd4b784c02ec80c49]

        INTEGRATION: CWS warnings01 (1.102.2); FILE MERGED 2006/05/23 22:17:32 sb 1.102.2.4: RESYNC: (1.109-1.110); FILE MERGED 2006/04/07 19:30:46 sb 1.102.2.3: RESYNC: (1.104-1.109); FILE MERGED 2006/01/25 20:07:35 sb 1.102.2.2: RESYNC: (1.102-1.104); FILE MERGED 2005/11/28 16:16:27 cd 1.102.2.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4993d4e9e731e0d09677eab3a3070fc3d63d1383]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:16:26 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c788793c694a7dccb66431ca6e608fbcd45f16a2]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/28 16:16:26 cd 1.3.28.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79c47f04ee501633d66a49ded354a3fc97a7e90f]

        INTEGRATION: CWS warnings01 (1.61.2); FILE MERGED 2006/05/23 22:14:45 sb 1.61.2.5: RESYNC: (1.63-1.64); FILE MERGED 2006/04/07 19:30:26 sb 1.61.2.4: RESYNC: (1.62-1.63); FILE MERGED 2006/01/25 20:06:49 sb 1.61.2.3: RESYNC: (1.61-1.62); FILE MERGED 2005/11/28 16:16:25 cd 1.61.2.2: #i55991# Remove warnings 2005/11/09 12:03:48 cd 1.61.2.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c17fcd61322f869244d27e7192814c3411371f2]

        INTEGRATION: CWS warnings01 (1.19.66); FILE MERGED 2006/05/23 22:13:45 sb 1.19.66.3: RESYNC: (1.19-1.21); FILE MERGED 2005/11/28 16:16:25 cd 1.19.66.2: #i55991# Remove warnings 2005/11/09 12:03:47 cd 1.19.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [691a3dfe92385f1dc0cf46f6cee69020de893a8e]

        INTEGRATION: CWS warnings01 (1.171.8); FILE MERGED 2006/05/23 22:12:25 sb 1.171.8.5: RESYNC: (1.178-1.179); FILE MERGED 2006/04/07 19:30:17 sb 1.171.8.4: RESYNC: (1.175-1.178); FILE MERGED 2006/01/25 20:05:55 sb 1.171.8.3: RESYNC: (1.171-1.175); FILE MERGED 2005/11/28 16:16:24 cd 1.171.8.2: #i55991# Remove warnings 2005/11/09 12:03:45 cd 1.171.8.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69d0356adb3e4f83b4ad7458165b666433a5a358]

        INTEGRATION: CWS warnings01 (1.87.62); FILE MERGED 2006/05/23 22:10:19 sb 1.87.62.5: RESYNC: (1.90-1.91); FILE MERGED 2006/04/20 14:56:47 sb 1.87.62.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:30:09 sb 1.87.62.3: RESYNC: (1.88-1.90); FILE MERGED 2006/01/25 20:05:43 sb 1.87.62.2: RESYNC: (1.87-1.88); FILE MERGED 2005/11/28 16:16:23 cd 1.87.62.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [873074b6fff63edd1190d96190836723b84fe388]

        INTEGRATION: CWS warnings01 (1.72.46); FILE MERGED 2006/05/29 08:19:47 sb 1.72.46.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:09:10 sb 1.72.46.4: RESYNC: (1.77-1.78); FILE MERGED 2006/04/07 19:29:58 sb 1.72.46.3: RESYNC: (1.74-1.77); FILE MERGED 2006/01/25 20:05:33 sb 1.72.46.2: RESYNC: (1.72-1.74); FILE MERGED 2005/11/28 16:16:23 cd 1.72.46.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf1643203d4754cfa2445d1e787ecf1aec8b792c]

        INTEGRATION: CWS warnings01 (1.6.64); FILE MERGED 2005/11/28 16:16:22 cd 1.6.64.2: #i55991# Remove warnings 2005/11/09 12:03:45 cd 1.6.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bd51020ea6c4b0765fe5548f20a091bf7a7b8df]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2006/05/23 22:07:44 sb 1.3.66.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/28 16:16:22 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5414db245e045dc0bd8d0848c3ecf8bb3c56a4b0]

        INTEGRATION: CWS warnings01 (1.58.64); FILE MERGED 2006/05/29 08:19:47 sb 1.58.64.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:07:23 sb 1.58.64.4: RESYNC: (1.61-1.62); FILE MERGED 2006/04/07 19:29:50 sb 1.58.64.3: RESYNC: (1.58-1.61); FILE MERGED 2005/11/28 16:16:21 cd 1.58.64.2: #i55991# Remove warnings 2005/11/09 12:03:44 cd 1.58.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [671a53449fcf7154f11136ebf0e27e4c151cdbc8]

        INTEGRATION: CWS warnings01 (1.15.66); FILE MERGED 2005/11/28 16:16:21 cd 1.15.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36b22c813f2c8378c850414163ebe03153d7a673]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:16:20 cd 1.5.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b74f230b52f39b61bc22621be9462b6e7051ff67]

        INTEGRATION: CWS warnings01 (1.18.48); FILE MERGED 2006/01/25 20:05:12 sb 1.18.48.3: RESYNC: (1.18-1.19); FILE MERGED 2005/11/28 16:16:20 cd 1.18.48.2: #i55991# Remove warnings 2005/11/09 12:03:43 cd 1.18.48.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [206dc21373bff854f3488e963bdb9dc1f2109058]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:16:19 cd 1.5.66.2: #i55991# Remove warnings 2005/11/09 12:03:43 cd 1.5.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff236706db748e1c21067580e625c7a10fc932e9]

        INTEGRATION: CWS warnings01 (1.10.64); FILE MERGED 2005/11/28 16:16:19 cd 1.10.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8c89641d4f211b6125484b0205c7caa2fcd0c6]

        INTEGRATION: CWS warnings01 (1.41.64); FILE MERGED 2006/04/07 19:29:30 sb 1.41.64.6: RESYNC: (1.42-1.43); FILE MERGED 2006/01/31 09:14:59 sb 1.41.64.5: #i53898# Made code warning-free. 2006/01/25 20:05:04 sb 1.41.64.4: RESYNC: (1.41-1.42); FILE MERGED 2005/11/29 08:51:54 cd 1.41.64.3: #i55991# Remove warnings 2005/11/28 16:16:18 cd 1.41.64.2: #i55991# Remove warnings 2005/11/09 12:03:42 cd 1.41.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ac93b757feabcc95389d642c07a25d4a531178]

        INTEGRATION: CWS warnings01 (1.31.66); FILE MERGED 2005/11/28 16:16:18 cd 1.31.66.2: #i55991# Remove warnings 2005/11/09 12:03:41 cd 1.31.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [742dd88f4d9b00475540bcf56366582696d71546]

        INTEGRATION: CWS warnings01 (1.65.48); FILE MERGED 2005/11/28 16:16:17 cd 1.65.48.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01fafd3f67b44a4b63f5a1931d1a707b557c3289]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2006/05/23 22:05:40 sb 1.4.66.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/28 16:16:16 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb27394bc5da00d89b08126f89bc3dbc9b16ff1]

        INTEGRATION: CWS warnings01 (1.30.66); FILE MERGED 2006/05/29 08:19:47 sb 1.30.66.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:05:28 sb 1.30.66.4: RESYNC: (1.32-1.38); FILE MERGED 2006/04/07 19:29:18 sb 1.30.66.3: RESYNC: (1.30-1.32); FILE MERGED 2005/11/28 16:16:16 cd 1.30.66.2: #i55991# Remove warnings 2005/11/09 12:03:40 cd 1.30.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbae770237c808c45e34a08f2dfefcf48649d6a1]

        INTEGRATION: CWS warnings01 (1.17.64); FILE MERGED 2006/05/29 08:19:47 sb 1.17.64.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:03:52 sb 1.17.64.4: RESYNC: (1.18-1.19); FILE MERGED 2006/04/07 19:29:10 sb 1.17.64.3: RESYNC: (1.17-1.18); FILE MERGED 2005/11/28 16:16:16 cd 1.17.64.2: #i55991# Remove warnings 2005/11/09 12:03:40 cd 1.17.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c8e1e689e3911a3f7028b44ffbc86baa8e4e2e5]

        INTEGRATION: CWS warnings01 (1.172.26); FILE MERGED 2006/05/29 08:19:47 sb 1.172.26.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 22:03:40 sb 1.172.26.6: RESYNC: (1.178-1.179); FILE MERGED 2006/04/20 14:56:47 sb 1.172.26.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:29:01 sb 1.172.26.4: RESYNC: (1.175-1.178); FILE MERGED 2006/01/25 20:04:56 sb 1.172.26.3: RESYNC: (1.172-1.175); FILE MERGED 2005/11/28 16:16:15 cd 1.172.26.2: #i55991# Remove warnings 2005/11/09 12:03:38 cd 1.172.26.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [243f5ee33a7b54cac8264700315ab7c3dc971453]

        INTEGRATION: CWS warnings01 (1.23.66); FILE MERGED 2006/05/23 22:01:42 sb 1.23.66.3: RESYNC: (1.23-1.24); FILE MERGED 2005/11/28 16:16:14 cd 1.23.66.2: #i55991# Remove warnings 2005/11/09 12:03:38 cd 1.23.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b5d3bd06cfd62cba2dc162e1a81ad940d2419d]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:16:14 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27f4cbd6fbaaf12529ec0b80396f33d40b61f745]

        INTEGRATION: CWS warnings01 (1.4.64); FILE MERGED 2005/11/28 16:16:13 cd 1.4.64.2: #i55991# Remove warnings 2005/11/09 12:03:37 cd 1.4.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f05029989477bc89ab8669d94bb9430d642b7490]

        INTEGRATION: CWS warnings01 (1.9.64); FILE MERGED 2006/05/23 22:00:25 sb 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/28 16:16:12 cd 1.9.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f36fd2a0db77b610a45661f2ac97cf72ce6eaecb]

        INTEGRATION: CWS warnings01 (1.7.64); FILE MERGED 2005/11/28 16:16:12 cd 1.7.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4368ce12fd487cf059bc0bf5615a5ee6b72c74ec]

        INTEGRATION: CWS warnings01 (1.6.64); FILE MERGED 2006/05/23 22:00:03 sb 1.6.64.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/28 16:16:11 cd 1.6.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d29017a2327160367bf60f1645ae41e12d53206d]

        INTEGRATION: CWS warnings01 (1.49.64); FILE MERGED 2005/11/28 16:16:11 cd 1.49.64.2: #i55991# Remove warnings 2005/11/09 12:03:36 cd 1.49.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44cc3d0f5003edea97986e363dee17e5b2097b79]

        INTEGRATION: CWS warnings01 (1.25.62); FILE MERGED 2006/05/23 21:59:51 sb 1.25.62.3: RESYNC: (1.26-1.27); FILE MERGED 2006/04/07 19:28:53 sb 1.25.62.2: RESYNC: (1.25-1.26); FILE MERGED 2005/11/28 16:16:10 cd 1.25.62.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96b49bf40936aa838f56cb1590daca7f041659cc]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2006/05/23 21:58:46 sb 1.3.66.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/28 16:15:29 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [adb0e7a4e9b36a83d18c9ba4ede0c15684d2d49d]

        INTEGRATION: CWS warnings01 (1.15.66); FILE MERGED 2006/05/23 21:58:35 sb 1.15.66.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/28 16:15:21 cd 1.15.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25da6c187f54859b1b5e1d0a5bddd02a36d5628a]

        INTEGRATION: CWS warnings01 (1.9.66); FILE MERGED 2005/11/28 16:15:20 cd 1.9.66.2: #i55991# Remove warnings 2005/11/09 12:03:36 cd 1.9.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b7e83aa7e92d4936868a3091e1a16ea627c10e]

        INTEGRATION: CWS warnings01 (1.9.66); FILE MERGED 2005/11/28 16:15:19 cd 1.9.66.2: #i55991# Remove warnings 2005/11/09 12:03:35 cd 1.9.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e58c8f08a963fe5ca1dbbcc694583401ad9b29]

        INTEGRATION: CWS warnings01 (1.14.66); FILE MERGED 2005/11/28 16:15:18 cd 1.14.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a4fe22c54c67b39d49db4dd82163ab371597f79]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:15:17 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cee1ccf48459273b016fe73781d340f4e4ca066a]

        INTEGRATION: CWS warnings01 (1.7.66); FILE MERGED 2005/11/28 16:15:17 cd 1.7.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c37e5ff659bd48314613bcecfdee0d397ea6369]

        INTEGRATION: CWS warnings01 (1.7.66); FILE MERGED 2006/05/29 08:19:46 sb 1.7.66.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:57:30 sb 1.7.66.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/28 16:15:16 cd 1.7.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2e36a1d83b3becd9e04b8af95e98698fea1650e]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:15:14 cd 1.5.66.2: #i55991# Remove warnings 2005/11/09 12:03:35 cd 1.5.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbe797c7ea433cfefc49b56a50d2d2cb655a474c]

        INTEGRATION: CWS warnings01 (1.37.66); FILE MERGED 2006/05/23 21:56:50 sb 1.37.66.5: RESYNC: (1.38-1.39); FILE MERGED 2006/04/20 14:56:46 sb 1.37.66.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:28:35 sb 1.37.66.3: RESYNC: (1.37-1.38); FILE MERGED 2005/11/28 16:15:13 cd 1.37.66.2: #i55991# Remove warnings 2005/11/09 12:03:34 cd 1.37.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b768c59f0fc479d58201a4103e459bbba972a34]

        INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED 2005/11/28 16:15:11 cd 1.14.64.2: #i55991# Remove warnings 2005/11/09 12:03:34 cd 1.14.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec4f5cdddacda1a67181bac72444f6b27292e9ae]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/28 16:15:11 cd 1.5.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a6688008595c590618333d5003453e2c02d3a5]

        INTEGRATION: CWS warnings01 (1.25.66); FILE MERGED 2005/11/09 12:03:33 cd 1.25.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e737f8398d36e49c659c5278a83d30e4e5b8dd9f]

        INTEGRATION: CWS warnings01 (1.9.66); FILE MERGED 2005/11/28 16:15:09 cd 1.9.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa79e3daeff4d3aca5e54c2a77701269b996575b]

        INTEGRATION: CWS warnings01 (1.117.54); FILE MERGED 2006/05/23 21:55:26 sb 1.117.54.5: RESYNC: (1.120-1.122); FILE MERGED 2006/04/07 19:28:17 sb 1.117.54.4: RESYNC: (1.119-1.120); FILE MERGED 2006/01/25 20:04:02 sb 1.117.54.3: RESYNC: (1.117-1.119); FILE MERGED 2005/11/28 16:15:02 cd 1.117.54.2: #i55991# Remove warnings 2005/11/09 12:03:33 cd 1.117.54.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e077c76754b9f7c476ca16151db5f209354d997]

        INTEGRATION: CWS warnings01 (1.37.56); FILE MERGED 2006/05/23 21:55:07 sb 1.37.56.4: RESYNC: (1.38-1.39); FILE MERGED 2006/04/07 19:28:09 sb 1.37.56.3: RESYNC: (1.37-1.38); FILE MERGED 2005/11/28 16:15:01 cd 1.37.56.2: #i55991# Remove warnings 2005/11/09 12:03:32 cd 1.37.56.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e33312b336727023811f74e9a0ce1796f2631a]

        INTEGRATION: CWS warnings01 (1.30.60); FILE MERGED 2006/05/23 21:54:31 sb 1.30.60.4: RESYNC: (1.31-1.33); FILE MERGED 2006/01/25 20:03:42 sb 1.30.60.3: RESYNC: (1.30-1.31); FILE MERGED 2005/11/28 16:14:59 cd 1.30.60.2: #i55991# Remove warnings 2005/11/09 12:03:32 cd 1.30.60.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d74fb7e28e0234a13f9474b4522902c498fa7eb0]

        INTEGRATION: CWS warnings01 (1.49.48); FILE MERGED 2006/05/23 21:54:24 sb 1.49.48.2: RESYNC: (1.49-1.50); FILE MERGED 2005/11/09 12:03:31 cd 1.49.48.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e08eaa4b80ed988a9feec000677ba58cd9a42eff]

        INTEGRATION: CWS warnings01 (1.24.48); FILE MERGED 2006/05/23 21:54:17 sb 1.24.48.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/09 12:03:30 cd 1.24.48.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9747f377e013fb3f93b84317edc74c32aca70daf]

        INTEGRATION: CWS warnings01 (1.53.64); FILE MERGED 2006/05/23 21:53:43 sb 1.53.64.4: RESYNC: (1.53-1.55); FILE MERGED 2006/02/01 11:52:05 cd 1.53.64.3: #i55991# Solve STR_SFX_FILTERNAME_ALL problem 2005/11/28 16:14:57 cd 1.53.64.2: #i55991# Remove warnings 2005/11/09 12:03:30 cd 1.53.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f453f7175555f19d832b4344ef15bcf2143cc9d2]

        INTEGRATION: CWS warnings01 (1.21.64); FILE MERGED 2006/04/20 14:56:46 sb 1.21.64.3: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 19:28:01 sb 1.21.64.2: RESYNC: (1.21-1.23); FILE MERGED 2005/11/28 16:14:56 cd 1.21.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a11cf38e1c3e0a40297a9dfd944d895340c3af0]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2005/11/09 12:03:29 cd 1.5.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6963d948f96d6b5432f1c0dd63676bf573738418]

        INTEGRATION: CWS warnings01 (1.28.48); FILE MERGED 2006/04/07 19:27:52 sb 1.28.48.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/28 16:14:55 cd 1.28.48.2: #i55991# Remove warnings 2005/11/09 12:03:29 cd 1.28.48.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b99c4bd6d302a37bc61d75e43bab62ca3e7c2f33]

        INTEGRATION: CWS warnings01 (1.25.64); FILE MERGED 2006/04/07 19:27:44 sb 1.25.64.3: RESYNC: (1.25-1.26); FILE MERGED 2005/11/28 16:14:53 cd 1.25.64.2: #i55991# Remove warnings 2005/11/09 12:03:28 cd 1.25.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58b692bc69a263bc62dc5ff7ceeea1f9aaf143ed]

        INTEGRATION: CWS warnings01 (1.48.64); FILE MERGED 2006/05/23 21:51:45 sb 1.48.64.4: RESYNC: (1.49-1.50); FILE MERGED 2006/04/07 19:27:36 sb 1.48.64.3: RESYNC: (1.48-1.49); FILE MERGED 2005/11/28 16:14:52 cd 1.48.64.2: #i55991# Remove warnings 2005/11/09 12:03:27 cd 1.48.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f025e6564675f445e7e54e61360240710ea154e7]

        INTEGRATION: CWS warnings01 (1.27.64); FILE MERGED 2006/05/23 21:51:37 sb 1.27.64.3: RESYNC: (1.27-1.28); FILE MERGED 2005/11/28 16:14:52 cd 1.27.64.2: #i55991# Remove warnings 2005/11/09 12:03:27 cd 1.27.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6868003b12c2e041ca1a09c895b5bc52c5d8e93b]

        INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED 2006/05/23 21:51:28 sb 1.14.64.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/28 16:14:51 cd 1.14.64.2: #i55991# Remove warnings 2005/11/09 12:03:26 cd 1.14.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [235b7464c008685ccdbf6bd5c0e298c0aadb8c6b]

        INTEGRATION: CWS warnings01 (1.4.64); FILE MERGED 2005/11/09 12:03:26 cd 1.4.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cf09d6bf0f7c20b9071e83cdf823b0dab486b87]

        INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED 2006/05/23 21:51:20 sb 1.14.64.3: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 19:27:29 sb 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/28 16:14:50 cd 1.14.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d4f7634cb97702d5ea1fd9ae9c13fd9dce1bf6d]

        INTEGRATION: CWS warnings01 (1.5.66); FILE MERGED 2006/05/23 21:51:12 sb 1.5.66.3: RESYNC: (1.5-1.6); FILE MERGED 2005/11/28 16:14:49 cd 1.5.66.2: #i55991# Remove warnings 2005/11/09 12:03:25 cd 1.5.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d272b3641efd6537912b13762d8069e42784822d]

        INTEGRATION: CWS warnings01 (1.14.632); FILE MERGED 2006/05/23 21:50:53 sb 1.14.632.4: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 19:27:21 sb 1.14.632.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/28 16:14:12 cd 1.14.632.2: #i55991# Remove warnings 2005/11/09 12:03:25 cd 1.14.632.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [856c5dca568b9bbe24d7d7367c23bf18db27aef5]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:14:11 cd 1.4.66.2: #i55991# Remove warnings 2005/11/09 12:03:24 cd 1.4.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c79dfec1cdd036642d7556671758a4b34cbb287]

        INTEGRATION: CWS warnings01 (1.11.64); FILE MERGED 2006/05/29 08:19:46 sb 1.11.64.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:50:44 sb 1.11.64.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/28 16:14:10 cd 1.11.64.2: #i55991# Remove warnings 2005/11/09 12:03:24 cd 1.11.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f9216bfd894bb331810c5f921bc8544256be9d5]

        INTEGRATION: CWS warnings01 (1.7.64); FILE MERGED 2006/05/23 21:50:04 sb 1.7.64.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/29 08:51:53 cd 1.7.64.2: #i55991# Remove warnings 2005/11/28 16:14:09 cd 1.7.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86939f7cde7a9b5fe6502e14d0a13101d61d4d60]

        INTEGRATION: CWS warnings01 (1.3.64); FILE MERGED 2005/11/28 16:14:09 cd 1.3.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [552d9bc171cdf017a4cd71fca2131c820a163211]

        INTEGRATION: CWS warnings01 (1.6.64); FILE MERGED 2005/11/28 16:14:07 cd 1.6.64.2: #i55991# Remove warnings 2005/11/09 12:03:23 cd 1.6.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d94bdfa8b5edfa9ed192ed718fb166d8bf5417b]

        INTEGRATION: CWS warnings01 (1.18.66); FILE MERGED 2005/11/28 16:14:06 cd 1.18.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c266d5d03fb2341b9acd9a6641933005642208d4]

        INTEGRATION: CWS warnings01 (1.39.62); FILE MERGED 2006/05/23 21:49:10 sb 1.39.62.4: RESYNC: (1.40-1.42); FILE MERGED 2006/04/07 19:27:14 sb 1.39.62.3: RESYNC: (1.39-1.40); FILE MERGED 2005/11/28 16:14:05 cd 1.39.62.2: #i55991# Remove warnings 2005/11/09 12:03:22 cd 1.39.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb57296fa751d8042ebfd3e36db017d16391a9d2]

        INTEGRATION: CWS warnings01 (1.7.64); FILE MERGED 2006/05/23 21:47:26 sb 1.7.64.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/28 16:14:04 cd 1.7.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18b0a3e9acdc513e8a83eab526afab3dd67a65e]

        INTEGRATION: CWS warnings01 (1.42.64); FILE MERGED 2006/05/23 21:46:55 sb 1.42.64.4: RESYNC: (1.42-1.43); FILE MERGED 2005/11/29 08:51:52 cd 1.42.64.3: #i55991# Remove warnings 2005/11/28 16:13:59 cd 1.42.64.2: #i55991# Remove warnings 2005/11/09 12:03:21 cd 1.42.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0bd56eba017a6c18ff3a773b37dc2d716349dc2]

        INTEGRATION: CWS warnings01 (1.24.64); FILE MERGED 2006/05/23 21:44:59 sb 1.24.64.3: RESYNC: (1.24-1.25); FILE MERGED 2005/11/28 16:13:58 cd 1.24.64.2: #i55991# Remove warnings 2005/11/09 12:03:20 cd 1.24.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3842e7af5001a33e8fc8f67d59f2210cfe84a3fb]

        INTEGRATION: CWS warnings01 (1.42.56); FILE MERGED 2006/05/23 21:44:06 sb 1.42.56.2: RESYNC: (1.42-1.43); FILE MERGED 2005/11/09 12:03:19 cd 1.42.56.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1985fb9bfdd7b6b6fb05c1a68337e95f770ffb1]

        INTEGRATION: CWS warnings01 (1.13.66); FILE MERGED 2006/05/23 21:43:49 sb 1.13.66.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 20:03:23 sb 1.13.66.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/28 16:13:56 cd 1.13.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e157e1e8f5a6514a6ee0625a0dbd11aef56971e]

        INTEGRATION: CWS warnings01 (1.21.62); FILE MERGED 2006/05/23 21:43:00 sb 1.21.62.4: RESYNC: (1.22-1.24); FILE MERGED 2006/04/07 19:26:56 sb 1.21.62.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/28 16:13:52 cd 1.21.62.2: #i55991# Remove warnings 2005/11/09 12:03:19 cd 1.21.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2045932ac726275ed2e2ac154f561f6ae7372ba3]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:13:36 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08085a88d0173e22012e8da5affb690ba481b6c1]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/09 12:03:18 cd 1.4.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f8a4ff0162e2b146820bdd35b50f2097b2af824]

        INTEGRATION: CWS warnings01 (1.26.66); FILE MERGED 2005/11/28 16:13:35 cd 1.26.66.2: #i55991# Remove warnings 2005/11/09 12:03:17 cd 1.26.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [112faa220f77a88b9cc3698eba67c059d1d6ebe2]

        INTEGRATION: CWS warnings01 (1.11.66); FILE MERGED 2005/11/09 12:03:16 cd 1.11.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8e83432f577327ac4b6acfe84ffc7a5f8928a73]

        INTEGRATION: CWS warnings01 (1.69.62); FILE MERGED 2006/05/23 21:41:17 sb 1.69.62.3: RESYNC: (1.69-1.71); FILE MERGED 2005/11/28 16:13:34 cd 1.69.62.2: #i55991# Remove warnings 2005/11/09 12:03:15 cd 1.69.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64e89baa8f4d0c79d227d7b53ec5c596da9b1fb8]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:13:32 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89fadb1d04b7e224cc39be6a28d34c3ca1af53ce]

        INTEGRATION: CWS warnings01 (1.58.48); FILE MERGED 2006/05/23 21:37:58 sb 1.58.48.4: RESYNC: (1.59-1.60); FILE MERGED 2006/01/25 20:03:02 sb 1.58.48.3: RESYNC: (1.58-1.59); FILE MERGED 2005/11/28 16:13:31 cd 1.58.48.2: #i55991# Remove warnings 2005/11/09 12:03:15 cd 1.58.48.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b841749cee4cde9e2b844e80485b91ade824c3f8]

        INTEGRATION: CWS warnings01 (1.42.66); FILE MERGED 2006/05/23 21:35:55 sb 1.42.66.2: RESYNC: (1.44-1.45); FILE MERGED 2005/11/28 16:13:30 cd 1.42.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2d507266f4ab16644e77ced55186ad77994af7]

        INTEGRATION: CWS warnings01 (1.24.64); FILE MERGED 2006/05/23 21:35:33 sb 1.24.64.3: RESYNC: (1.26-1.27); FILE MERGED 2006/04/07 19:26:32 sb 1.24.64.2: RESYNC: (1.24-1.26); FILE MERGED 2005/11/28 16:13:30 cd 1.24.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6848f7284e905f4dc14c35cfc12075029796b363]

        INTEGRATION: CWS warnings01 (1.66.66); FILE MERGED 2006/04/07 19:26:24 sb 1.66.66.3: RESYNC: (1.67-1.68); FILE MERGED 2006/01/25 20:02:54 sb 1.66.66.2: RESYNC: (1.66-1.67); FILE MERGED 2005/11/28 16:13:29 cd 1.66.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e7fc4374b893834bb762a424df709e3dcf09216]

        INTEGRATION: CWS warnings01 (1.41.56); FILE MERGED 2006/05/23 21:24:46 sb 1.41.56.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/09 12:03:14 cd 1.41.56.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6801da38a52fa1d2574435a3e3a78d8a9d6005e]

        INTEGRATION: CWS warnings01 (1.113.64); FILE MERGED 2006/01/25 20:02:45 sb 1.113.64.2: RESYNC: (1.113-1.115); FILE MERGED 2005/11/28 16:13:27 cd 1.113.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6950c2cfcfddfb7a2d47fe1a078b3e80450c1ec6]

        INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED 2006/05/23 21:32:04 sb 1.14.64.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/28 16:13:26 cd 1.14.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24a3d66844dce75f3c69efcf93128c7bfb7014f5]

        INTEGRATION: CWS warnings01 (1.5.64); FILE MERGED 2005/11/28 16:13:25 cd 1.5.64.2: #i55991# Remove warnings 2005/11/09 12:03:12 cd 1.5.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1e5b3621a92e842659742a13548401fc3d93eaa]

        INTEGRATION: CWS warnings01 (1.5.64); FILE MERGED 2005/11/09 12:03:12 cd 1.5.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b780b3d56dc7a90fa534d27ec2100fcdbf69822f]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:13:25 cd 1.3.66.2: #i55991# Remove warnings 2005/11/09 12:03:11 cd 1.3.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b7699eb5300b2ac59dbe96c7195b6400de37512]

        INTEGRATION: CWS warnings01 (1.3.64); FILE MERGED 2005/11/28 16:13:25 cd 1.3.64.2: #i55991# Remove warnings 2005/11/09 12:03:10 cd 1.3.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f05a4058669cd6465ec6965bc71bc591f6d116]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2005/11/28 16:13:24 cd 1.3.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2508e1e5a6f65d6d94a91931fd040ed44350fc95]

        INTEGRATION: CWS warnings01 (1.14.66); FILE MERGED 2006/05/23 21:31:21 sb 1.14.66.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/28 16:13:24 cd 1.14.66.2: #i55991# Remove warnings 2005/11/09 12:03:09 cd 1.14.66.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac8bc3906ecc1a18fcc7c007482a3ae77b72e245]

        INTEGRATION: CWS warnings01 (1.16.66); FILE MERGED 2005/11/28 16:13:23 cd 1.16.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb8cf6058403e43f267cc09e8e248e328a8effd6]

        INTEGRATION: CWS warnings01 (1.23.64); FILE MERGED 2006/05/23 21:31:09 sb 1.23.64.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/28 16:13:22 cd 1.23.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f777d301fbf7fba66defe03b635e72680bd6a6f]

        INTEGRATION: CWS warnings01 (1.22.56); FILE MERGED 2006/05/23 21:30:27 sb 1.22.56.2: RESYNC: (1.22-1.23); FILE MERGED 2005/11/28 16:13:21 cd 1.22.56.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bc92436ab7f7818354251231aba208f1c9f1d8d]

        INTEGRATION: CWS warnings01 (1.112.62); FILE MERGED 2006/05/23 21:29:43 sb 1.112.62.4: RESYNC: (1.114-1.116); FILE MERGED 2006/04/07 19:25:48 sb 1.112.62.3: RESYNC: (1.112-1.114); FILE MERGED 2005/11/28 16:13:20 cd 1.112.62.2: #i55991# Remove warnings 2005/11/09 12:03:08 cd 1.112.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aefb00a27ad04fe02e5e46ab37c91f1b28e4fde]

        INTEGRATION: CWS warnings01 (1.58.64); FILE MERGED 2006/05/29 08:19:45 sb 1.58.64.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:27:49 sb 1.58.64.4: RESYNC: (1.59-1.61); FILE MERGED 2006/04/07 19:25:38 sb 1.58.64.3: RESYNC: (1.58-1.59); FILE MERGED 2005/11/28 16:13:19 cd 1.58.64.2: #i55991# Remove warnings 2005/11/09 12:03:07 cd 1.58.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25a2c69b0bfaef16db833c77af51b93d0a166910]

        INTEGRATION: CWS warnings01 (1.33.64); FILE MERGED 2006/05/23 21:26:35 sb 1.33.64.3: RESYNC: (1.35-1.36); FILE MERGED 2006/04/07 19:25:27 sb 1.33.64.2: RESYNC: (1.33-1.35); FILE MERGED 2005/11/29 08:51:51 cd 1.33.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b432a3fcf7ac172001ca01f04b861f9e4fb44317]

        INTEGRATION: CWS warnings01 (1.98.54); FILE MERGED 2006/05/23 21:26:23 sb 1.98.54.6: RESYNC: (1.103-1.104); FILE MERGED 2006/04/07 19:25:19 sb 1.98.54.5: RESYNC: (1.100-1.103); FILE MERGED 2006/01/31 09:14:58 sb 1.98.54.4: #i53898# Made code warning-free. 2006/01/25 20:02:21 sb 1.98.54.3: RESYNC: (1.98-1.100); FILE MERGED 2005/11/28 16:13:18 cd 1.98.54.2: #i55991# Remove warnings 2005/11/09 12:03:06 cd 1.98.54.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4bf68fa8b2c7772bb8b3aafcb7339685ac95394]

        INTEGRATION: CWS warnings01 (1.51.64); FILE MERGED 2006/05/23 21:25:07 sb 1.51.64.2: RESYNC: (1.51-1.52); FILE MERGED 2005/11/28 16:13:17 cd 1.51.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a906796fbc013aeda5d96c54cc6c864b5cc9a52]

        INTEGRATION: CWS warnings01 (1.26.62); FILE MERGED 2006/05/29 08:19:45 sb 1.26.62.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:24:38 sb 1.26.62.2: RESYNC: (1.26-1.27); FILE MERGED 2005/11/28 16:13:17 cd 1.26.62.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34cf28adcb94ce369dd3d9799077acba187fe7af]

        INTEGRATION: CWS warnings01 (1.51.2); FILE MERGED 2006/05/29 08:19:45 sb 1.51.2.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:24:17 sb 1.51.2.4: RESYNC: (1.52-1.53); FILE MERGED 2006/01/31 09:14:57 sb 1.51.2.3: #i53898# Made code warning-free. 2006/01/25 20:02:14 sb 1.51.2.2: RESYNC: (1.51-1.52); FILE MERGED 2005/11/28 16:13:15 cd 1.51.2.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f99a1876612d9e725367dbbd2e202162b435f33]

        INTEGRATION: CWS warnings01 (1.15.64); FILE MERGED 2005/11/28 16:13:14 cd 1.15.64.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [428032380936df913df39257e899953904591eeb]

        INTEGRATION: CWS warnings01 (1.20.62); FILE MERGED 2006/05/29 08:19:45 sb 1.20.62.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:23:47 sb 1.20.62.3: RESYNC: (1.20-1.21); FILE MERGED 2005/11/28 16:13:14 cd 1.20.62.2: #i55991# Remove warnings 2005/11/09 12:03:06 cd 1.20.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b7f1d8b1ff35d7d71b555a2763b97d4caf83a2]

        INTEGRATION: CWS warnings01 (1.63.62); FILE MERGED 2006/05/23 21:23:25 sb 1.63.62.3: RESYNC: (1.64-1.65); FILE MERGED 2006/01/25 20:02:05 sb 1.63.62.2: RESYNC: (1.63-1.64); FILE MERGED 2005/11/28 16:13:13 cd 1.63.62.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7be8ab5847fd842cb27b56d975d98134b6bc1c07]

        INTEGRATION: CWS warnings01 (1.41.64); FILE MERGED 2006/05/23 21:21:35 sb 1.41.64.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/28 16:13:12 cd 1.41.64.2: #i55991# Remove warnings 2005/11/09 12:03:05 cd 1.41.64.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2edb673e927c326f3a4e394a8407f9e046a27a08]

        INTEGRATION: CWS warnings01 (1.99.62); FILE MERGED 2006/05/29 08:19:44 sb 1.99.62.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 21:19:24 sb 1.99.62.3: RESYNC: (1.99-1.102); FILE MERGED 2005/11/28 16:13:11 cd 1.99.62.2: #i55991# Remove warnings 2005/11/09 12:03:04 cd 1.99.62.1: #i55991# Make code warning free for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7dafbb52fde6861bdb80c0a68aba2d285a0bb2]

        INTEGRATION: CWS warnings01 (1.3.66); FILE MERGED 2006/04/07 19:23:16 sb 1.3.66.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/31 12:44:33 sb 1.3.66.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc0f96f635924fe83cd2ac9b693db83092632d59]

        INTEGRATION: CWS warnings01 (1.10.66); FILE MERGED 2005/11/28 16:12:56 cd 1.10.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a984eadb72646351d3e99cdb03a884920bbf615]

        INTEGRATION: CWS warnings01 (1.2.66); FILE MERGED 2005/11/28 16:12:53 cd 1.2.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d63153232bbc0a35a65130685cf36c1297132e7b]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2005/11/28 16:12:51 cd 1.4.66.1: #i55991# Remove warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e830fbd415dedf367a96efadbc959aca39d53c2e]

        INTEGRATION: CWS warnings01 (1.19.14); FILE MERGED 2005/09/23 02:56:31 sb 1.19.14.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/07 11:52:50 sb 1.19.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb59c1780ed7d7a988389e1491baec073d1d9af6]

        INTEGRATION: CWS warnings01 (1.2.10); FILE MERGED 2005/09/23 02:56:10 sb 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/07 11:52:49 sb 1.2.10.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8092bd01e328c056ea738cff994fb5c08eeaa5d3]

        INTEGRATION: CWS warnings01 (1.15.12); FILE MERGED 2005/09/23 02:55:27 sb 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2005/09/07 11:52:49 sb 1.15.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f30912a09dbe6599f1f35ee07ddc96f24a1173b]

        INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED 2005/11/29 09:30:05 sb 1.2.12.4: #i53898# Made the code warning-free. 2005/09/23 02:54:54 sb 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/07 11:52:48 sb 1.2.12.2: #i53898# Made code warning-free. 2005/09/01 07:35:51 sb 1.2.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d72e8a0c5d53f4c6fc8d4754b9700497f016dc]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/09/23 02:50:54 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 12:44:17 sb 1.3.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1afd2389faf34af37ac6594827459e1f5815965c]

        INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/02/28 15:13:22 sb 1.8.8.4: #i53898# Made code waring-free. 2006/01/25 19:57:56 sb 1.8.8.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/23 02:50:34 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/09 12:44:16 sb 1.8.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdbbf998eaab4872355737dbb0ea4b4fec800f0]

        INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/01/25 19:57:46 sb 1.8.8.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/23 02:50:24 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/09 12:44:16 sb 1.8.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9a789422058afef5d5a6653dc26aa8459c54af5]

        INTEGRATION: CWS warnings01 (1.5.22); FILE MERGED 2005/11/28 09:05:52 sb 1.5.22.6: #i53898# Made code warning-free. 2005/11/09 08:26:46 sb 1.5.22.5: #i53898# Made code warning-free; fixed error introduced in 1.5. 2005/09/23 02:38:00 sb 1.5.22.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/07 15:02:56 sb 1.5.22.3: #i53898# Made code warning-free. 2005/09/06 11:48:29 sb 1.5.22.2: #i53898# Fixed use of SAL_INT_CAST to cast between pointer and integer types. 2005/09/01 08:21:33 sb 1.5.22.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e63b429b8ecafada41e09bfddd54fce64155c57]

        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>  [0afc98389a18669820b1b0296125faf2b765a2f3]

        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>  [8d3d1c2bebb4d741417ef6bacd9e4c4902f51550]

        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>  [48ec3c6dcf9d6e56fe85281d09f4b2c610816a1c]

        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>  [edbd87e0ade85f0b798587edc7820066573b4076]

        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>  [fb01683a1933a775f5fbc849bde3583f0afccaba]

        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>  [d4afee2dcd66fb452829fb88ccdc530c3c0e527d]

        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>  [5599a09661bf1a9d915c2640501cfaa186d1b327]

        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>  [77138fbb4930e8705b71067f73b71b5685dba1cf]

        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>  [c044bad146ee99d816d7b230ec80546df0d5f6f5]

        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>  [d30a29676d866cfb677de56106712640b290485b]

        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>  [b49ebd5561c012d0c166630fb83956ffe45576cc]

        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>  [d3d12b3072bb1a7b7b6c6ce31d81e2161b4b1d27]

        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>  [56fb6080e66af9bf577b8484fd36fa84726cd99e]

        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>  [2b00a911fc5e665bff062722f0e750d6478caf0d]

        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>  [030f71a34d1294caa99b99b6cab810aa30a779d8]

        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>  [f6e09242599dd62a16d3cb34ea2c8e2c456237c7]

        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>  [a4ee9078a2b30610964995d1b4664da92ecb83b9]

        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>  [8d26a098d30463af4e8200afdcfa3471a91a76d5]

        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>  [b4ab998ee7224cdd178ece2e6de92e12f9014134]

        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>  [9dc7be4f0e5d9ffee0f872bdcc2b24b60a2652fc]

        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>  [ecd7b39922e7903585f5e293a37a18b3d5c2c09e]

        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>  [3c98df57310ce93b1b45e5935e34861659da33dd]

        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>  [1fd92d2793434e62f4e41a4e98b7aed5fefc1bb4]

        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>  [025996772ccaa818065e24e125f9f85dfe91a761]

        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>  [177e23247903889adbb7902d977e23328dbb8f18]

        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>  [07900da89b6cefa9a3bef89acb9ef17f14bc2821]

        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>  [dfd196d4f62e789416471c8870eada4e46f97868]

        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>  [42988c32851eaa2d4dfa702df52f182f3b59ab63]

        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>  [53629de511ba41ca06f6b3d965665bfe92afd0be]

        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>  [f4bd3b0f5915033ab940b5188d862be019109d4e]

        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>  [1b5834d7d1677e6e0b07421ee68c8e1721b24bb7]

        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>  [7130a7664372169239549f6814866eb2eb03296c]

        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>  [d5971bd61a1b3dfb4627c9d8fdea1bdb8d71e335]

        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>  [af847b18a8b70e6541d3760fe722649340f33f20]

        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>  [5114959efd064899fd747d7c55a2c9c88d991972]

        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>  [2ee463602f87dcc816c04a2a922afa8a86b17ea3]

        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>  [6b8a865fcda827cbedb425944c693c6fc2a4611e]

        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>  [08bf0c081a1f400cc5fd2245fbe75d44d18708ad]

        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>  [9a4a6e18521da10eda48960d8310dd634ff3ff3c]

        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>  [564d6e13f25b1403f02ee3dc42e9e63ef728bc00]

        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>  [9708a4a18abea9c66f2e14a8e79aa80d6252ddca]

        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>  [2801c3be16cd4083da1590af56a6265c065ca8df]

        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>  [f30077e2943e8904785ec6b1839e5e0456142420]

        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>  [4dfb329f9a63070c4691b2f6eb2ba5f909c25fe0]

        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>  [5b06abaa92913bfc40b21010d7ab38e9e4c0b08e]

        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>  [9b3623b1ea4f0661548305260126a0869c276a4a]

        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>  [2b55de7b4d2e3816b97fd49c5ebbdcd9aac62173]

        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>  [b7d1183301cb01385d3be4c06a26f1b100ce4c53]

        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>  [c119e134a384869d70a673161a626b7cd7e69133]

        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>  [a97dfc55c56fa75eb4f78bea9dba4fa716c79354]

        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>  [000ce9f369349bd21a3820790d6e104089c40e51]

        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>  [8005f70ccac095e3dd2eb460f4b3c84d70592334]

        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>  [418391b99986eebf505155a5601f2ac44ad5cc34]

        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>  [c274d9d55db2cbdffea824a3a8a8b16d25564211]

        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>  [fd933bff8cf1896554008f45ff30ee6eb58e624d]

        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>  [73bda7f51271f0aa697f76c686cde4c5929398bc]

        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>  [35ebeed5d325342745c841b056d4450dab43cde2]

        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>  [5b79adf53d47bf4b66d06368dc0333058a2be121]

        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>  [4c2bed6349d2255fb705397b73c705e13875bdad]

        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>  [a2351ffc5c450debeebbab067b50e9aa14aa5eb6]

        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>  [5a2dc81c0dad17febdaa2a319bd89444af88c1ed]

        INTEGRATION: CWS warnings01 (1.23.98); FILE MERGED 2006/05/12 16:38:18 sb 1.23.98.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c182072a4a86b8a1668b2263c053ad2ec041ab19]

        INTEGRATION: CWS warnings01 (1.13.180); FILE MERGED 2006/05/12 16:38:17 sb 1.13.180.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bbb29769970e97907931ac74c09db4b22240040]

        INTEGRATION: CWS warnings01 (1.5.180); FILE MERGED 2006/05/12 16:38:17 sb 1.5.180.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0767b1a59c8c9b44d2ac5460476a5264371edef4]

        INTEGRATION: CWS warnings01 (1.18.50); FILE MERGED 2006/05/12 16:38:17 sb 1.18.50.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f628a0fc6a9eb23157e7f521d1cba65b6ecd4ec]

        INTEGRATION: CWS warnings01 (1.6.182); FILE MERGED 2006/05/12 16:38:16 sb 1.6.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0bb87a6209299548f160fa7da7dd523a2369d56]

        INTEGRATION: CWS warnings01 (1.5.182); FILE MERGED 2006/06/15 14:58:40 nn 1.5.182.1: #i66422# remove fx button focus handler in dtor

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4657f0e66e77a9f21be21f523617c316fe20fd64]

        INTEGRATION: CWS warnings01 (1.11.182); FILE MERGED 2006/05/12 16:38:16 sb 1.11.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [833615e30a1537ad19b197d6ea6cf461ec5468df]

        INTEGRATION: CWS warnings01 (1.28.98); FILE MERGED 2006/05/12 16:38:16 sb 1.28.98.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [adfff840e6b4fca0a703250e7c750552543dc60a]

        INTEGRATION: CWS warnings01 (1.8.24); FILE MERGED 2006/05/23 20:39:05 sb 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2006/05/12 16:38:16 sb 1.8.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f424ea333f0988f3f30452b6685ec28c1400bb]

        INTEGRATION: CWS warnings01 (1.42.52); FILE MERGED 2006/06/02 14:18:12 sb 1.42.52.1: #i53898# Made code compile on Windows.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [267f9693fe7434f1d3b0cad5e816b62ff47b2fd5]

        INTEGRATION: CWS warnings01 (1.6.58); FILE MERGED 2006/06/02 14:18:11 sb 1.6.58.1: #i53898# Made code compile on Windows.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e78d762e9b20a625f794f99af1e0070e54615ea4]

        INTEGRATION: CWS warnings01 (1.61.54); FILE MERGED 2006/05/23 20:35:31 sb 1.61.54.2: RESYNC: (1.61-1.62); FILE MERGED 2006/05/12 16:38:15 sb 1.61.54.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdc89e8649d5d9e763c601109b5628515670b353]

        INTEGRATION: CWS warnings01 (1.21.178); FILE MERGED 2006/05/12 16:38:15 sb 1.21.178.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4b402579a6718969b55328ff698c9aea642e7eb]

        INTEGRATION: CWS warnings01 (1.7.182); FILE MERGED 2006/05/12 16:38:15 sb 1.7.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [da5440193090bbee87f6205060b1785ef5fad666]

        INTEGRATION: CWS warnings01 (1.31.4); FILE MERGED 2006/05/23 20:33:10 sb 1.31.4.2: RESYNC: (1.31-1.32); FILE MERGED 2006/05/12 16:38:14 sb 1.31.4.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [983ef22c169ca4aff8258fe8f7395d5ffcf780c2]

        INTEGRATION: CWS warnings01 (1.3.182); FILE MERGED 2006/05/12 16:38:14 sb 1.3.182.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53fe7dd79822db987566220e958f6863c6342b6]

        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>  [01b2576dbcb933d491b0bd00b5b5a141b0477116]

        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>  [1c3bb2b25dcd9b19e43efbce6e8592359b862bb1]

        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>  [e802a5f75adb6e6990b4787b13894bc430b7e923]

        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>  [300ac0cadb30e502260a0a92a15ee7af9692799e]

        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>  [15d6aa94430b31b25bd62d44d3bcc603d4abf377]

        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>  [c0d946d36550f5c556e65b7c5b747b0393a05cc7]

        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>  [5222e04d9e5d584464aa4f4ff5934ab7362fddc1]

        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>  [accb74a6b36a71c33b04e89882a242e6bf3b4be8]

        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>  [2f9dba32e733b4a5a63358441295c154b17f428e]

        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>  [d36bcca00a6fe190bec9f5c825f7a9a7b64e80aa]

        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>  [970db6964f10dea65aaa9a106727f1b93f570cb6]

        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>  [51e27e57b03783a3175156dd174d39c7e34c85d8]

        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>  [216f9fc1cd588a233a046db079daa972fb9aa68a]

        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>  [51e51dcdbe83e2b51b04dde23685e4fe35f4890f]

        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>  [daa1488b9042cd8f46fa2fa291221bfc940a4995]

        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>  [5878e0edfbf9203323cdb679500234144181c29c]

        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>  [69bd0c8476dd4bbfdfd0c6b87ad925ff8b6c9853]

        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>  [aa072f175ae40875d106b67607a1ee0deed8fd30]

        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>  [7a210bb09aa7bb6876e36c0aaf6e6c2e9663d297]

        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>  [005f916df7e933e880287aa042d1ded19fe1ce9a]

        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>  [d3a16cb5970ae89b174bafe1aae0b984e08d71cc]

        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>  [526e2c26abce3426987072de02a6f2bf455f0c7f]

        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>  [4766ed2a97b8316e3aece41f90aeb9a331fac7dd]

        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>  [b11ad7248f7fc87f9f300a07d5c160dcae38acca]

        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>  [0a37d1fc49f765ad56e85dbda6964b4e9f7af928]

        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>  [b1ca455474e0c8da8618ce162543e5ef9827e910]

        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>  [2bcb01e75d4915d9f6ac6bbe1a2dc2b8870a23ee]

        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>  [b86a41e9826a02562fe1cd02f68607769ba8362b]

        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>  [4fff66e449352c5e0a8bb28d68aa3e13f1913436]

        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>  [569e6716594324f327f0a99483b9625de1cb4eb0]

        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>  [13f7cb1c7b580c04d7bd3f8dc43a119cf9940685]

        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>  [5c1bbd2a537955328d22c4e407efa672bf2c39b2]

        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>  [e1f3cb450776e6a7861f3b77502bfd0d0d2f4ffb]

        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>  [7db6c88d06aca5bcb60333a6db156c53570c293d]

        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>  [6d82fb6a309d8e35d8fa840cc7597c8cc9ffa3ba]

        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>  [3ccbb433d00d63704255034cf3df6f3fdaeb563c]

        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>  [5f159e979fe97ceeef249c8f03a15f1938849235]

        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>  [e8555179af9ac0903032c66f1d0e8afe713c6d0e]

        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>  [3af323c6bf24598136ef615d7b6fda1d5b16f40f]

        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>  [88b1f70d2d9a1482b7cc2444cb9c270a618fe5c9]

        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>  [7c71598cb2783ba00991cf4a24c9bedd93a08c82]

        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>  [64eedeeebeecd4d6694b1d641c7e43715dac3409]

        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>  [454003a0e481c6f243d4940c41df852cd9efcfbd]

        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>  [b7e659e4410c1173c2d4e9ab2889786d22d1f2a4]

        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>  [b9737cf002c0976e1fdbb0349ad5333019251b3a]

        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>  [1f99ead330192788085d04bb8360bc6408820ecf]

        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>  [2c6d7e046dc4f5815c09ff9ab04b43d87c0a3eeb]

        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>  [ebc73bbee28206c92ae0be641394b886b507a489]

        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>  [10cb3d9813ac0ffafac12793cee49251348e66e5]

        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>  [4c6b6f8cc09eab98bae85de1e2b4f2cd43429b36]

        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>  [5fdb1ecc7b776f799ae67965c35eba19995fc6e8]

        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>  [e0c86d20e2aba6137ff7e607fffc7c0e20849739]

        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>  [0634ce4075c055bb8796a5fdb1e2d5e8d759e7cf]

        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>  [7a952ab39b33888f776e8adca88bf41136b9eac6]

        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>  [2ff95a9b2923c3b3d8850c0f322e6194e82613b0]

        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>  [64b7129e3c2102ca0c6dbf13c7db6ec7737fa0e5]

        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>  [3329221c16fde2ee1379264f2c5e4a0992cbeef8]

        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>  [ba1076bba559930c978cc86a2ec41d12bbdce84b]

        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>  [f2de35f65572fbb00904936697890e4600731a8b]

        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>  [2d1ad9de27e61257b2651f27dbdf14c2161cbf0d]

        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>  [d9e7e9f699279c20ed5f03e6be90a9884b98561e]

        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>  [65a24dd2fed81df9a5c36f3ad8134fd4a71126f2]

        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>  [01b128267e700fa765df59c60ba065a9a484431b]

        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>  [c7b1f950e15fd2fd1a449a2714ee698f19527c16]

        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>  [2e3564297d22e445977ae168338a6628a03b7b32]

        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>  [8c91ddeaa98e7e93cb626586ff47a72fc367d762]

        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>  [8d3da3662adf15a58e34f57ecb42584245e97e45]

        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>  [194f3da0aceee3d796da8cb80fcad921e39c255e]

        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>  [4f2d2b02073d82c0b0c0ba3a23b53278df71ba93]

        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>  [897a5145809aa32c75161fecb1b20c4f3d038b44]

        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>  [00bdd967a1ccc28b7bc09b059650625cf6ff4da2]

        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>  [a3eca3ed94106442315fdddb8da7650a23cea2c7]

        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>  [7f45d044202e95ec8d4a27a5a29475f96e19ac0f]

        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>  [2d6cd53658e2157e509c787f5ee1e3ccb7ed6036]

        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>  [1f92f9ecd571e7216a246db03ce489a353609461]

        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>  [b3a67d8d7bd969d885a783791c63732da0643e23]

        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>  [f51cf7ca37daa58f382e39c60428a524fd4dceb8]

        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>  [ebb83da7021907db439864a8bbdc2c10cd8f9958]

        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>  [56206420bd2585cef78de5dd14fce6970ed7736e]

        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>  [3d1bdfaabb089729f3a8d8abff228db927cebd17]

        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>  [6e07b0a6c7431ce289165949a8ec1abe12d896f8]

        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>  [fed39ab5b764c0870a301555c33d47ed265e405a]

        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>  [4e86e6bbada959faf46d58257bc32e97022a6fff]

        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>  [ae42bf3ab0d264be385c6390aedc33c8727066af]

        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>  [17ff6d01aadeda3ec2788c13e1d0a70468342b5b]

        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>  [4be505c2e16eeb6c0a77e804fae91e33b84e8354]

        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>  [28b86d5a0a99715e71bfd54f5f441406c9a161ff]

        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>  [54f9e2c99ece992b6327a73212bd1854cb74d8ff]

        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>  [a131c082c2302ff4e58de135c72af9c3c6aed0c1]

        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>  [f19d7ac3971e8b065f29ea727a72fa6dcd824aed]

        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>  [921404cd72bc2300aa517434b5ad5747175351c3]

        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>  [99a0d3eb6c0b8a7ed37d02da7e471fd0628ea9cc]

        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>  [02592b494ac5f73fe34a9b1ee1d422c2dcccde40]

        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>  [2f598338fd3636e51413d00f0d0e2e711e858deb]

        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>  [d5609ac486d00f0b1eb1686f39f0424fe964aa09]

        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>  [d1d4cc7fa8be3d8fbdf0267be67c00be99c9db3a]

        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>  [f7c44aeaf0714d157f9870db8119beb4de5a0476]

        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>  [4eac8c9239af7b7af8656b19be3a6266abe8ac04]

        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>  [61e64666cc528d19d6d56bdcb3eac75a7dd81381]

        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>  [1286b054805d0b0ae5960f2466676eb86add6427]

        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>  [303a9dffc63c696bf9daa632102a5d599d0cbce7]

        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>  [17242e574c42c206aa7459715a8b04eaa12dc15a]

        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>  [7f2ad9121a4c4d79f14135ccca832ddf9ea1cb5d]

        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>  [f13d0794a2baf0c2fb89016a28d6b95e6d6f327a]

        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>  [dfdb88eb86d727997c1db1d92d1575c2e32fde66]

        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>  [cf785e57d1cd4284ecf52a327d97ef2af5ccf57c]

        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>  [e0903f8919a9fbb9b7ca971c3eeab62ae8777cf1]

        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>  [cc21d624a030a5171279efd0d51a9dc0b7719b36]

        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>  [c56acff0a522d6e4af6253dfaa3a84c841f5d1ed]

        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>  [ee18239e8ed4af5879b2019c07419133ef56b73a]

        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>  [cdfda2dccff0aedbc29aa5f158ccf73c6de2d855]

        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>  [ecfcd2a40b325fcf4f80a1c1dabc94daf439f58a]

        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>  [36b763e227f6be37a14d6f23b5a99cdab711769f]

        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>  [381d24e191938e5d4e89f6221893a16bc6895c02]

        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>  [9414ea7c6c00f22a8c1abeae9ee5d69c58163cb3]

        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>  [9272c4ef6ace5852fd4edb20f3d35e0888ffe84f]

        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>  [ad44aaa755ee555c946054b52c30fe95eb7a132e]

        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>  [e1a055e67f226aa880ffdee159b9d1684bbd61eb]

        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>  [1455c260446a9a1978508bc1283b6062348529c5]

        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>  [5306ce23310a84013da411a1fa86fe6548a2b4ea]

        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>  [6895aa1028161e86edc3c6955b7f7efafb2ec8e6]

        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>  [e2391654acbf34301e7b40f482b21c67d570aff5]

        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>  [ee7ec57449427d0fafee5a576fc02efff1d4d7b6]

        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>  [ea638d77a954437c0d5e70c5ac0c2f58809a279a]

        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>  [16d6bea25c3f442e217ba447f72a5e3d46a62eb1]

        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>  [9a3e983d6ddb17b105319175cdcf247207433e77]

        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>  [5bf2317b42021cb8ae0b5c7b5d7cf493451df08a]

        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>  [c79256111bd8298eaa3fb47cca2a8c3cd4d63752]

        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>  [1ca5b00cddcdef3d739bc5c72d0b2f435eb8d708]

        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>  [62659094a8bda2ce0581aeecdf77de6112fac9bf]

        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>  [78faa770ec30c519936ff5faae50b16b17a6fd2b]

        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>  [2246268b8b35f99ead02891c086a9210c28fac3a]

        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>  [4225894fcd763e590cd21626255d3e5c0092e624]

        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>  [9e934493f69d27426218b58fceff7cacf8c1ed64]

        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>  [490a2ccd6be0e71c9ea333f47db9b091a4ace3be]

        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>  [b35a884868594aa44583ede9c293f8f5b8c77961]

        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>  [5e1f8a379305e278908dfcf777e4ea5b642c1d50]

        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>  [8942e93b8c218e3ea214b6b47208ce37fab2ba81]

        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>  [05d3164e3ad4ab3e2f2d0ca38760cdbbd1730fc1]

        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>  [9c34927e636e13b370fb2c030bf579da3b7564ca]

        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>  [1bbb5bf7b7642d87f3319161a0d2267492fff021]

        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>  [070c7da4da80fcdced06872bd830f5e940194cad]

        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>  [8aeb804ad5080f9b8ab2ef098f46fd322026a4c9]

        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>  [c5b98d9d37b3f2b3b5f9c7369d4dfbcee4ced13d]

        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>  [3aa7fe0b5a08bb85d9865627cbad0c2ac9c47484]

        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>  [45e331689228af37b7e84d25cf951cb021ca6b3b]

        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>  [59cd91102032bf3cda440df8f3b2e3b0882c7f1a]

        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>  [8d56e9d74d4b67ca81ee668d916ba580fc06d9a4]

        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>  [9320d5bb964483b27cf26a2e31ccfe63370cd6c8]

        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>  [86fcc62907c1bb6062ef6b2664cc2e392b5af044]

        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>  [39e56d482e51cd8e2757e47995c887ee716efd93]

        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>  [4e2a22e4782931b5b5e98a6792659d357a1e7580]

        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>  [0447b350d0ffc284fce4b4c461ef26d7098945b8]

        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>  [2dea5c7cd27ea6a8978c658cd14b7a025a87d9d4]

        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>  [9c51e81ad2ac9ee38bb4f841bc27c6a40c8cec99]

        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>  [a4d3cfced5d02cdfb428ac2df76eeccf8bed0609]

        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>  [5175a4dde53258d6cad67b17160e1e01ab5c898a]

        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>  [ccc55e7a9c5ef6b262bcbd6fb849430b6fbcc175]

        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>  [83afe23a4da409a1835b86ed6ed266ab8a44f18b]

        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>  [ed0d46fecfe96743f112cfbe964bffdd4f634675]

        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>  [94ebdff4953e1027f7bf2523ff31d65ddbe2a51c]

        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>  [c97f83568586d8724b7b2a016e272bb6702e8b6d]

        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>  [97664e3b6d035d9d8e311e614ea44db06aa6a754]

        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>  [792e9eeb12edff53c6be7c0d96ad49ce9a9755a7]

        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>  [390c3da31c11849a0f5a59caf179fdabc98b71ed]

        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>  [6be48726619b6820f80dabeeb5f3a25e092fff2d]

        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>  [d1465cdd7db79671e9ce0a29c7c8efa23d57e218]

        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>  [86c7f8884d90c45750df6625167ba445296cf161]

        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>  [016ceeca99b6351438532829fd83573798683f09]

        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>  [6b6b13614d043b4a0b571b76ca28e90525549c50]

        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>  [3950c2c6c25ae1ddd25ff845cb92a9cc8c65aae3]

        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>  [9d313f26072afca7c6fd6155ec6909023eb40a6f]

        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>  [b5a88cba157b3d85da31f6a3179cbfc5c92b1fd5]

        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>  [d640726de6ca9fe504ff60a0df1c462acacb2626]

        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>  [03fd6f65c031c6a87a96eb5940f63c8b9c061aea]

        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>  [c719c9a226d415bd17638a4277df9bf99197dbb0]

        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>  [17499390764c72f3c16d4cd0ed2dd688d647d0f9]

        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>  [5e5fb3efe7faa75dab09fada9a095faa0de7c654]

        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>  [252846e1b10d1e967e2057cab4ceaf7e433ba278]

        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>  [9d951f4cf37ad134c8dec09e05441397d143952f]

        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>  [c39a361c9d841673339158442d4f39ab50f1d43e]

        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>  [052ec73886101fa9689895c7bf09e2513ed8bb8f]

        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>  [18be16a54bc37134b4e6ce9c0630b9b2b8322732]

        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>  [be80a04c2f23dffb4a0b1de686fabba158d56b1a]

        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>  [400442d9616d02a4dae52999195cbd37421cb527]

        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>  [aefe042f45dba7c08eac14937252fc737c574f82]

        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>  [6faf5679285a0d94976ec192fda641ca1a05ceee]

        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>  [5745cb1ed87b1f60fa6eabdf05a55fbc6488b505]

        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>  [edb6dc88b94a18c3557ec4f4044f8fcb40df128e]

        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>  [19df6db9db7a8fed634e80eb792909f6f08bf14d]

        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>  [8156e96e0bcd8db0ad8337d0300316d8f1e5122e]

        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>  [17bad099961e299e48dc4567cd7952b32ce31f70]

        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>  [ebdf685cddac97498e465f215f8a4d36b79717ea]

        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>  [4adfea33dfb879467b660ace29ab742ff6c7aec3]

        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>  [2698495da43fb83ee3e707fce92ded35fea909f2]

        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>  [82677a4b870c2847b934c689f1722e90b2192245]

        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>  [19b5869f1d2c1d2eef74b245113370e0f1ab84e3]

        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>  [38b9314dee7a4076595455375c91d9b1e2768826]

        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>  [4c47b84d79d3471f137e88231b00bcb494d0ab13]

        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>  [cccca2966c218950cfa67e8b5fe3b0e6cef12ab9]

        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>  [9ba954f430e77aa3d7fa8e6e51b0b3010a780ace]

        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>  [29e02bb63d4238891d6f64017beb642611ced528]

        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>  [e89392d6da8cce21f304cf9b09d9ef8de08f66dd]

        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>  [3b683521c289d421fc1fdc5621a8016b484be38c]

        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>  [f7ab0ffa17e70994e5e034964792aa0bf030919c]

        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>  [319a414f5f6c4db30fd8347d084465ff082204f7]

        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>  [88af40def3b13c8ae7ac17bcccb180e8b3945383]

        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>  [8e96acda55d38bcbca06f4ddf63ae40271136887]

        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>  [6ffd03b42eb95282e93adfbd858f4a78b4a1b244]

        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>  [160765734a52d6f9f9f30b2e0f4e2d615b955019]

        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>  [20dc2eb5d65aa813b9223f1a55aa01b2ca0cfcd7]

        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>  [2abbacf1fbf966f6c8cc97db864d974ea78b08a4]

        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>  [91e5b882c42e1cc78077a9e122981cadaf7ed734]

        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>  [9dc4da675e34d162275a6b5e71ed50f44938d71e]

        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>  [35e7dff641b163c080c564f5d3a59c0a6d6d10d5]

        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>  [7a9a6a5df5202eb087489fdf6fb905bb06b04442]

        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>  [d2d296b8785aac7d5d692856164c34e9970a7c58]

        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>  [531bed6f19e78c00fbeffd13eb8c5ca6e4a30bf3]

        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>  [8b85db52defd3df6d170f3bc79214dede7133503]

        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>  [0a5bc9d4efe22e3b3267934f58c02e1334ccfceb]

        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>  [d81430688db2a5fb91277fa54242877026c74393]

        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>  [b3110785ce6e5cafb9b5982e9d0a7970d9d6ec10]

        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>  [795ecdbb20737fe8b46607f1a879e20c4f9f586c]

        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>  [4b8d92cbc798ced55c423d7db6d4a6980068d01e]

        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>  [0b83add6b0ad49a2559e8580297d21d2360a044c]

        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>  [c8231ef8c1837d43e7d8e3ba03558897e52ab031]

        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>  [667f636d448badeafb0f19811522cb89c6f46ac1]

        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>  [28e73635f3fc96a85316d4979976c6e0e319cb43]

        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>  [8f9af2132625eb6b72f3ca29dfa741fe542d1b3d]

        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>  [79d38274655905ac4da87c16f2183634ab7bc491]

        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>  [7493875f951212bae01783fac72c9b2f62c4ec47]

        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>  [d8ea1db97a8d583ef630da2a174eec7b6c3e86c6]

        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>  [0a2aafc3941a404792827754b4460fe1c5c7cbc9]

        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>  [e3f4c56774cf9b2e21c72d7e5950dcacc577572a]

        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>  [27531aba454a412dfce2ba243a362ad29efc27a8]

        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>  [bc7a94ab57541a405fac40429011937543dccfb3]

        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>  [5bb473a5a3126932e79d3d4434140d7279c4aec5]

        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>  [918cffbfe4d26a051bc5fed6a50fa86992ba7ffa]

        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>  [3953d989b7ebe5e9874f57bab87a6d470642e608]

        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>  [4d9112821446aab1fc98b810efd4065d845646e7]

        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>  [2fad57d895b6f5f24bb7639942599708336f911e]

        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>  [dc59ec6377c88ccd3e5ea295dab7a10134e0f451]

        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>  [23f575305336f63044c03632456a75b0e740c383]

        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>  [d0858601f652ea86cff513f653c758d62f95182a]

        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>  [c0a4d1bc981242ad0a926d81833b87ff8a16fae5]

        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>  [dacd79fb06ac13b909cf1e8f232f212c7f1d3b46]

        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>  [2d957e32b0548cdafd35efa30aafa1e73b8d58ba]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/10/18 09:14:31 np 1.9.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18594a623a684248dc40ac891591a2946ec7d8b1]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 14:23:36 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dae8b44763a9fcc34df2c748db655e7c9e911095]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 10:08:54 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86cebdca3eb3973dc1d49f843058232b8abb08bb]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/10/12 12:42:12 np 1.9.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [568463a29534d49e282092ab5cfe003b24718fd8]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/18 10:08:53 np 1.7.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac065a59939fe594e92378d6418929f09bbf842e]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/11/07 12:10:04 sb 1.4.4.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d8019763e886f6042ca2bf5a0e482e3a23abd90]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/11/07 12:10:03 sb 1.8.4.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92c78b7b063a0c930c6039f5d38e14df8dacb2fa]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/12 12:42:12 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63845eab08aa2b5048539c20fac49f6b0ca07ef4]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/02/28 15:54:57 sb 1.3.6.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [39f28b602537a32a2bb9ae036551f3fd3d3d6fb8]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2006/02/28 15:54:56 sb 1.4.6.2: #i53898# Made code waring-free. 2005/11/10 08:44:43 pl 1.4.6.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79584cc6b8b78a3561e75a535c7eea316d22ade7]

        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>  [68e471b6889120627e8766a1621083c127b507ba]

        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>  [4e688769c80d0fa454155636e24ab5aba7de554b]

        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>  [1bae718e5ad7a585032ec2bb7ef75b448ddb5ae6]

        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>  [61186ba680c32867e9bd1e95a839a4d42d98751e]

        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>  [fd3e69a1c0d311515eb8db92dd1a72657b405a25]

        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>  [54d895631e42df7beb4b66442c3adff3c8c7efbd]

        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>  [b86367c7fd4c5c853e153246d9abbe5e31d48544]

        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>  [992fcd203fea7c69d4ad18753e9985ee4273053c]

        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>  [30fa6d3a8cfb3bf39c90d39c8fed8325a029bac6]

        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>  [6fb9dc683a767cce8d9871e032a7fbe25090d815]

        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>  [15ac21a92d9d1b41efa2b1be76a3db8c03154e4a]

        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>  [787cf96da10ae8fa4a7aa83b0990019c73fef4c0]

        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>  [fff650b8902ced73146b93586197cfb2087327d1]

        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>  [784a95f8b4fe94ba98955f30d0f406cdff53511a]

        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>  [2bd4648bdd5b34ad231ea4f3906147d80558075e]

        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>  [b0f155318e539fde4a960df8e0116ce4c19fcefb]

        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>  [d5047b3be38812f4521172fab460539184cc9413]

        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>  [560015c06c4b03db5b24c4756388e4388c539463]

        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>  [2f7d99bf467b2d93a26781573e584212aa64fe50]

        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>  [19b63bd08fdb36bee8174f63a8fda6bc41a0163b]

        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>  [af264181f10a792d299c46ce781229cbd182484e]

        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>  [2e56bb53fcb27a11c094164d55bcad87ef488425]

        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>  [4e02e0e4210105faeb7d39a526d4a9b29d347c17]

        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>  [a9792749ec7195888b3cb4ac6bcae3b5daf6e001]

        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>  [9902ed0cd23c2c02677fbf6b6d37baf04e13a965]

        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>  [fd74a0b59a0d455f3ff5b0f619b7ab76cc9eafb4]

        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>  [6b2ccb357125bb92ab836bc5a1c4d9642eb3c541]

        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>  [71be28314f7a2b46d96c2f51ea86533529343e94]

        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>  [a7af735c0db69031f8a4c9d45c69d898a0ed1234]

        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>  [e7cf4fe73398fd09c99bccc120dbedb5e90b74aa]

        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>  [551243b6fece8c6b58e2bd0abcc36dc7d7da67be]

        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>  [826bb4da863a4b10c6d14d73315aeb0ba84f5dcc]

        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>  [4cd75557323710ecdfc106dd22aadc4e54819ab1]

        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>  [376c28c2085ed44b9547d2f306ce53a6c8006825]

        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>  [f1ac57b5adff4f07b0d7171e41e6ab84bb5755a2]

        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>  [b337e8a8da50f3e40510c76836409443567fc21d]

        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>  [cd05b9da5704f43302150d4ef826bae8fdaa534a]

        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>  [000fddd91eab54217e6081d0ff6e972f4289f732]

        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>  [d9b04a94d105dcbb13d8ee201ff80c6302685d8d]

        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>  [539f83a284c9bc1916cef6f2c1c2fea3de079cc0]

        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>  [e1b5b80a0d9e17e51bcc07f52ad8a0e2f047e719]

        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>  [7e4a7d24775753e3e5f9474d51239f69a9fe4563]

        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>  [be544320a5fbbaa4c0bce11330a9bde262cb4881]

        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>  [dfe09b59a1f6bcef4787e16a0793c2697208b49a]

        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>  [b660d5d70e02283e1325aa7b62d97e3647226709]

        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>  [15bff098ea2c58bc278b092f4664ad045410a2ee]

        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>  [6993add65e1a24858a3ee47e4619abbc14d49eaf]

        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>  [32c2f1879761a88bc81a70697cf5a8b98c339796]

        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>  [8cd53e9357791f304b177289de24d8bd714a9a0a]

        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>  [271b5aecd234f8d7b5a00d6cc468b3acf4b59fbe]

        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>  [90fb9d76b0d7c432f5e9c49f155815523b41a3bf]

        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>  [10fd4f3cfbc5e5745b24fc91bb133efbf5ea7198]

        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>  [887e2906bcc74f9f77ff765afbbd61854023ffa4]

        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>  [ef9b2a766f9ed36e4dc0f45d35e7a05b181af867]

        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>  [17fed9f0ee40ab2f1690e7e230a29cef510cc08b]

        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>  [547ad1be17d8c685bfda9bf1493277251ba3be42]

        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>  [54b4aa31c629b8613a397330f3fc86e87e479e73]

        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>  [6add65d65333a73d3e11ca8ba3df95b58674fd5b]

        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>  [61735e76aa909cc3bbb0a4e442b67a28c5c82565]

        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>  [28ee64bf015836c6088c354e87058a097ec1f4eb]

        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>  [594489369e108ad31ce2b12b9458b44977353931]

        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>  [d2cfb9fe4335263750ba3d92b979b297ff741187]

        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>  [1b0b74e35b2c14fbe53f40f6d17608d2685d523f]

        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>  [5fdea78736986916ea63cbc8851383245e5dc7c9]

        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>  [2a3d75029cdec332f7a3d9e1acf508009bc14383]

        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>  [7afc515c534b9fc7c5c735e9e83a5874c942da8c]

        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>  [338cd31c641fcd896f87bdbc5d57535da3dee56a]

        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>  [7c4a82bb23aa5c102bdfff7894052b3258d42a36]

        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>  [4e31ee4140734efb3c821bb298746a833604efe8]

        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>  [43a7696a652f42e2de565dd10966649e37027a61]

        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>  [183c7b2e8539e9798d572a104906d8ff12016457]

        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>  [29372894fd896aa4bace77cf3c652e2d8dda5076]

        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>  [24f2084ebb2bd5452a15885c902c1a5a8c627d7e]

        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>  [f01ff754e8c5a72ffd745934b0caa4f37871ab3a]

        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>  [486b706a7295a314b801f319e153ec1b0a2cc2ca]

        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>  [96374ff8bdeaf5a01f8c96101ed434091fad87a6]

        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>  [12794a67c4b094fbc000e76637ab07d4b51bce86]

        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>  [b9545127c70a89e2a9759084c4cce56fc6f62c67]

        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>  [2bf5143d1b6f81333683634c7d3ae88becc302b5]

        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>  [1ab83d472b0edb9d491989c779292140dee2fcbd]

        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>  [82efa71f653f53c8518ffd896cfdbe18e11608a6]

        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>  [f6c14631ff945347e8feb8227fc2243cf05d0453]

        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>  [256b8b9af3c3046d9eab2054c1d8a80884b3ab3f]

        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>  [b7d7abcce41fda98fcb29cfae78d8e8b1a996919]

        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>  [0f3a7d5ecf1316763e4c29391e20b549653b5732]

        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>  [5c4f389005a2a088211b99d54107b50c5b8dd63f]

        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>  [8b0e9482a3abf44564a41f11fb5450eb128d9af5]

        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>  [0028785abfa9bf34d94fb7f2c92093869ebe0d8b]

        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>  [d3ae517650b971ede64ad8bbc07b131fe35a5918]

        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>  [7883169a6af1383018b4dd1d5a92c1dc154f7c25]

        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>  [7de2250d501eadb8e918aa6e805021ac7dcf44e0]

        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>  [95bb881fedb18ec7835c5a8f31d76f3c1252b038]

        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>  [0e378dedf3e067ff336dd26b7df1c345a371c640]

        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>  [93ae642ece6022d2ecb738e1d701172859e14aa5]

        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>  [619a9b448e370a19328240ca239b7b724f8f315c]

        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>  [35a1546ae434c4d9bb74f9f58180b7f183b593dd]

        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>  [3147aabfde35718ba3a1d88890841132c61a80aa]

        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>  [e1023f99c184838ed4e52f670676feb4359a297b]

        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>  [502f8b6d6e2f15f13dcd9675354d0e76ef9e09ce]

        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>  [22ecbb37b41e42ebf111a4b3572e2903538445ea]

        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>  [b6e9a6d3becdd484581320e9f19c72fce7573068]

        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>  [02d1a986eef807a6d21e6cbf0c29da575819ff02]

        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>  [3d3fc730fd9547fc088203ea5f827d141ed521e8]

        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>  [aebd48b41eb91660a895bc6f4655268b4701ef20]

        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>  [1d7a46bed92539485a01525374f1fd87728b5819]

        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>  [1ca7f60c37ed2ae1a556ea201528a260a5320e28]

        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>  [a9b93dc14767966fe3e7b673a3f7e79c4a5487a4]

        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>  [abb8e4feacd288c6bd785565f98db153f57580cd]

        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>  [521952785bfd4f5487a37556547e4b2106dbe260]

        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>  [d643637a3753f756c1ed407d65fce0534fad4213]

        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>  [77741084ef57787d4553cd162df440125773a0d5]

        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>  [775f0dc10642501e8d25ed09ddfd16e59558381e]

        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>  [982b185c574f24d857e2717f0f09b6bd6b37b20b]

        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>  [20d0b0d8c98ce758d362d373b15e5cbeb755eedf]

        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>  [d52ea81c72546572085ced7970e1671cd88f9364]

        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>  [f352f93d7a104877ac0a98e8ee31e18dcdcc5442]

        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>  [5946584128a493e962ebbcaf72327d95f26b1b69]

        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>  [e12bc3ec05cfa5a81224d31df70991a277e8d334]

        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>  [2414aff0c3bd558baadbb6a73b18b57c7a85c5ba]

        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>  [9450b07ad198ce12ef9b3d673a5c1f4c620868d6]

        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>  [9e852bcb1d4ede2371e55aa6b96c1a5d77897cc1]

        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>  [32942d1dc4d96bc528152f89ce1f715ab4795e8f]

        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>  [9743458e57a4022ce0d006abe5e77a71f9b94eea]

        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>  [5bba9cc9df9b3a029bd82f3918093045fd66f44b]

        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>  [21ff7210ea104ea0fb1aaaafc272f65142188c7b]

        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>  [8d3ae04ec6704d53fe9e3f00d80ec000a4346086]

        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>  [bb9e809a52e835b8e6bdd379783799ac4078c1e0]

        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>  [87e13030dd28986673dc0d67654c5242b8751c28]

        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>  [a93ba926b71aaa657fdd59b216c3c45c1e128a8c]

        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>  [30efaa19f1514cf83c344964c45dd6ec249a3304]

        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>  [e54e6569be74e44dc2190d261467daece73c6ed9]

        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>  [6df3de6461a523e599019cc5c04c55355ae6727e]

        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>  [6173a999840ba7cb86c10a224a1fe1a22c9c22c7]

        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>  [98f52be2478327f7202e12512ba05ef706a12a99]

        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>  [4d6803ee0cc83793aace53c20a909a72251113b9]

        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>  [fba06caa348bedd3d77430513cd03353ef45e8fb]

        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>  [8d6f4ab01b57368729a214a48fdaff611482b6ea]

        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>  [104816416db7b3b3c25e009290d23ab04354ca8f]

        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>  [29ed2b173048782bf70f40e2ca5a6e279588f300]

        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>  [3e981549d2e43c27f23e0d47148d1a22b9e68073]

        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>  [29a167351c53c948c1230eb8c365e9a5ebfedf22]

        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>  [9ce008623b918877960f4510c7dc5f77b1952ac4]

        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>  [d2e93de7d4f94bab228b15934bbdd83c986c4897]

        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>  [2638d1a0544c06473d9619cca87a77a2337772fb]

        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>  [51cee346ffdc283549af9a5aa6161d69de4c9d4e]

        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>  [1a014d3a3bdc9f828004df15f343bee5e345fb1b]

        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>  [ab0d54b8006ca1f6aedca3ebf9aa1dbb24496a53]

        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>  [b3c59f3b5776a26e576d7064e368dd1f9c190771]

        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>  [43d6da035aa1a5d4b3af91e1afa8d354319e91f3]

        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>  [ad7d7ee5a0f61a530ee80c0f5d68823f9644e0ab]

        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>  [e37a32a23f8f305c1a8a563a6f8d56ed6b22edd6]

        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>  [04737cb8f3daaefa1b2c4aa52a4655ed13459239]

        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>  [093da181b879a2ae82ba6815b1e527c971f29278]

        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>  [b611688d53d4d0d326555b7d0731583e494fe68b]

        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>  [b92e32c937339827bc3f6423b8c40f0d48958b5c]

        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>  [a799c496374d991e6bf9d4287b028bb43397d06c]

        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>  [6f7b5f3eda304872f74aa4a25d866e45fe81fcdc]

        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>  [3ab57cf6b3ed1f9836443466aa1e3704ad0e4350]

        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>  [e11d49643f621cd91dcca9383c604026721dbf74]

        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>  [bd1d62504fe21abed2d5982a736cdf3d63a4722c]

        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>  [c8db850852d386012d0d36e8385bc723ed9d14c3]

        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>  [32b7d27ea677a52ed322281d99dcca1db328bc3f]

        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>  [f4f304daa4660f210f86bc9851c74d74c17346eb]

        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>  [4e7468d33171e28a1c5b64bc3d1187b20c35a131]

        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>  [e1d75507ba0c10abbbe0ba9afae7a9d245fe20f0]

        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>  [e52eb7f9e8ee44f719d48188d1b3a40768c46ad7]

        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>  [1e7abf64743bd3351fcf3974cbc03851433e2eb0]

        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>  [09cfc8d7dcdc72741bd2b0d177fd7acd76eb9317]

        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>  [138bafa8c74d8ed254141878b4e1270041176320]

        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>  [04efc146020cc69f59f78c2a2abc86fd99896535]

        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>  [7364cc9317c104d74da632c8e227c281be33ac9c]

        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>  [6d33c8888a712b7057b2435bf0ae68f215617849]

        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>  [ece660a59d03b33f76ae42590413646ac9c4df99]

        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>  [596ecbfbbf89bf6c5b179786422b55d9daf26617]

        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>  [a922ea0355d8145d4dd05781a629d8d3cc4f809f]

        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>  [4de54e43c1b8d39dbb8423237c39b7ebf2f3d512]

        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>  [30cfe2d32ffe1b57d6532473b72cf021f87aa4b2]

        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>  [ac855447798d6bdceade897fdb96229384b8c0b7]

        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>  [eb018946a9c2faf51bd6888fa7aeba432e160e67]

        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>  [f49a6123cb0da0c0ca1a4372071107aa0e18f3a1]

        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>  [3a653af0c01de672cfec9f7d4d4587abea63fcab]

        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>  [a2b9125c682880028ccbb40a442418219ef9cfd1]

        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>  [406b7af4e8a4187203fc327cbb2766a70045f10b]

        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>  [53cfc045ab185ea78c771c1d93a4b69331488a34]

        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>  [9d2b2e87c26cc1c75f136c99e6c4e56bb54727ab]

        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>  [1f3f739dce0ee08a4ca6ea064eb5bd174be8b68c]

        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>  [d6e26265a043d9f4ebe7de4b36e61fa2276d9011]

        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>  [b8579611dfda267bdd19f1c865e030d122c05401]

        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>  [eb294d840091848cd8bbc89eac45839209f76353]

        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>  [ca18511b13b3ba9075643476c27192b9d4ca39be]

        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>  [532535b7d49c5fd4f2a688f407f1c8af4159fb8f]

        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>  [e7377f827890492781c9d9dc7a7463055968e174]

        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>  [2858bdbf396a5487ddc98746a47673e6d62567d8]

        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>  [26f44980e21018999ce337de09e4166512346bdb]

        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>  [b3f4ddc398a259af16d620040d8128aa7d0432ff]

        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>  [b3865a669af4431e9dbac7a6667e6cdb48bda9a1]

        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>  [1f852e6afbd2038758248713c958dff869d65807]

        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>  [c36cc9afd7e41bef7fde64845cb29e1194a12f39]

        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>  [e2bd3075d5c6366b387cf37f2f2f08fd36be4ff2]

        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>  [5be5acf3a6a7b122dcac530f6a4d89727d2bdd75]

        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>  [1d70e3c70d81fbe555fb4b6b182cb850b18b21c9]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/04/07 18:42:27 sb 1.6.4.3: RESYNC: (1.7-1.8); FILE MERGED 2006/01/25 19:20:21 sb 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/19 15:30:59 mt 1.6.4.1: EXTERNAL_WARNINGS_NOT_ERRORS

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8c5f89fc563cf49d9c38cb42d670918eeabaad2]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2005/09/23 02:04:49 sb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/01 08:24:51 sb 1.5.10.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fb19f3e6d53c56a79411fad013dad4e0ba745e1]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/17 16:41:36 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f65c0437112700455f3a7167167f787ce966cc]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/17 16:41:36 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e868bde539aa577f0b5f06e8153c12430c0ddfb5]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:34 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f6ff224e993c7f9eb2b33662c82bd884a536f4c]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:32 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8b0756378804657ea6575bbade399e556b74702]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:31 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7182c86063477063f18cab62c341a8c015b60c3f]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:26 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec105b1483d50ad0a8ffe0c60633a7dfd75c96ee]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:24 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d6a56a40b53f66b6beed635d4ddaceef2e00676]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:34:04 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33d4df6300bc4ad31a088caaf678ccefc552c068]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/17 16:34:04 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [469ae439006e2eeb334c54d0a4523c5423d9f502]

        INTEGRATION: CWS warnings01 (1.17.32); FILE MERGED 2005/11/17 16:34:03 pl 1.17.32.3: #i55991# removed warnings 2005/11/07 17:46:23 pl 1.17.32.2: RESYNC: (1.17-1.18); FILE MERGED 2005/11/03 17:47:15 cl 1.17.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad961a04574fefd3e9944d365917ff957f062c63]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2005/11/17 16:34:03 pl 1.14.10.4: #i55991# removed warnings 2005/11/07 17:46:11 pl 1.14.10.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/04 14:50:32 cl 1.14.10.2: warning free code changes 2005/11/03 17:47:14 cl 1.14.10.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [087795bf97254bffb337e5f1415382fb4b1aee96]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2005/11/17 16:34:02 pl 1.12.32.3: #i55991# removed warnings 2005/11/04 14:50:32 cl 1.12.32.2: warning free code changes 2005/11/03 17:47:14 cl 1.12.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [076432511cab53e276cc55c893df9d8c934a75ea]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2005/11/17 16:34:02 pl 1.16.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e38bb17b92713277d38e9396706d7f7d8d552a30]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2005/11/17 16:34:01 pl 1.16.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [312fa766a87dacfec2872ae65a25bcbbc3286686]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 16:34:01 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ace34255841a1175389a992388be6ade5fc2c70]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/17 16:34:00 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d8e5d211f953840e673a9e1a322ad9cfbab635e]

        INTEGRATION: CWS warnings01 (1.19.32); FILE MERGED 2005/11/17 16:34:00 pl 1.19.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [114137f3944b1d57f36f6c38c50dfe53fdb3e076]

        INTEGRATION: CWS warnings01 (1.17.32); FILE MERGED 2005/11/17 16:33:59 pl 1.17.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36773662b9e5decc849b502cc28b951fd280569f]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/03 17:47:14 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b2745993d95617b6dda878aa3588c9e58cd91b]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/03 17:47:14 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f86ccd5cb19b0d431f159152adf2d326fd2244e]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/11/17 16:33:59 pl 1.4.8.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [875aef9868b718ae0778bfb4a981cc7ebfa661e6]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/17 16:33:59 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [232d91d59e135c83104ac9d4d5767c2ea9ddb50d]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/17 16:33:58 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c2e757705557809be972c8d8614b23ddaf8b7a]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 16:33:58 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e492889fd62fd99e6f2302fc7aabdfc33a656b76]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/05/23 19:19:19 sb 1.4.32.3: RESYNC: (1.5-1.6); FILE MERGED 2006/04/07 18:41:49 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/11/04 14:50:32 cl 1.4.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86092a63ed9bb95f7e0c981a4eca57c1cf9f7baf]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/17 16:33:57 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [231e813102e5c1b5373a375eeeafa5ee4c5f472f]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/17 16:33:57 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe8ab15ead8f526299d6169d04894fd006688fd7]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/17 16:33:57 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be3decb1f90a956d3cc07d5d0048e112799b21f1]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 16:33:56 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c4269298fb5949cc65c4614bc05848a93898462]

        INTEGRATION: CWS warnings01 (1.23.30); FILE MERGED 2006/01/25 19:20:03 sb 1.23.30.4: RESYNC: (1.23-1.24); FILE MERGED 2005/11/17 15:19:30 pl 1.23.30.3: #i55991# removed warnings 2005/11/03 17:47:14 cl 1.23.30.2: warning free code changes for unxlngi6 2005/11/02 14:57:58 cl 1.23.30.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95771af259ab5c52087907c9e3117a776250bc49]

        INTEGRATION: CWS warnings01 (1.26.32); FILE MERGED 2005/11/03 17:47:13 cl 1.26.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d07635f0282691d7981556a2e22410d5eafa4c8b]

        INTEGRATION: CWS warnings01 (1.32.34); FILE MERGED 2005/11/17 15:19:30 pl 1.32.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba896d9b5fe5ce1231cf0c62fe1dafa0d1ca7f9f]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/03 17:47:13 cl 1.6.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06c164265b543640d26c3f10b49fd74dee70338b]

        INTEGRATION: CWS warnings01 (1.8.36); FILE MERGED 2006/01/31 08:07:50 sb 1.8.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41c25375d6ad9ac58323fabac5f3b76886601f2c]

        INTEGRATION: CWS warnings01 (1.52.32); FILE MERGED 2006/01/31 08:07:50 sb 1.52.32.4: #i53898# Made code warning-free. 2006/01/25 19:19:36 sb 1.52.32.3: RESYNC: (1.52-1.54); FILE MERGED 2005/11/17 15:19:29 pl 1.52.32.2: #i55991# removed warnings 2005/11/03 17:47:13 cl 1.52.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [058bdba63958673527825c680debb579fb919468]

        INTEGRATION: CWS warnings01 (1.124.32); FILE MERGED 2006/05/23 19:18:45 sb 1.124.32.4: RESYNC: (1.125-1.126); FILE MERGED 2006/01/25 19:19:29 sb 1.124.32.3: RESYNC: (1.124-1.125); FILE MERGED 2005/11/17 15:19:29 pl 1.124.32.2: #i55991# removed warnings 2005/11/03 17:47:13 cl 1.124.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bae2b319979f1b53373aa9dac8faa434c4b15fd]

        INTEGRATION: CWS warnings01 (1.17.34); FILE MERGED 2005/11/17 15:19:29 pl 1.17.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00480623046a1b726e677a97a84182dff8019be6]

        INTEGRATION: CWS warnings01 (1.117.30); FILE MERGED 2006/01/31 08:07:49 sb 1.117.30.4: #i53898# Made code warning-free. 2006/01/25 19:19:20 sb 1.117.30.3: RESYNC: (1.117-1.119); FILE MERGED 2005/11/17 15:19:28 pl 1.117.30.2: #i55991# removed warnings 2005/11/03 17:47:12 cl 1.117.30.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20a693dcd9d3dc0fbdf0387628f68718d0e548bc]

        INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED 2005/11/17 15:19:28 pl 1.15.34.2: #i55991# removed warnings 2005/11/03 17:47:12 cl 1.15.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fbfc9299a45a65228312f8698f3174f065a0c06]

        INTEGRATION: CWS warnings01 (1.57.32); FILE MERGED 2005/11/17 15:23:49 pl 1.57.32.4: #i55991# removed warnings 2005/11/17 15:19:28 pl 1.57.32.3: #i55991# removed warnings 2005/11/03 17:47:12 cl 1.57.32.2: warning free code changes for unxlngi6 2005/11/02 14:57:57 cl 1.57.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab1e64bb59e84174cf3048471453d971ce785690]

        INTEGRATION: CWS warnings01 (1.64.34); FILE MERGED 2006/05/17 12:01:14 sb 1.64.34.3: #i65438# Fixed previous changes. 2005/11/17 15:19:28 pl 1.64.34.2: #i55991# removed warnings 2005/11/03 17:47:12 cl 1.64.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb597cf8c07f2d89c10caa4f8ac30128b5e76b5]

        INTEGRATION: CWS warnings01 (1.29.34); FILE MERGED 2005/11/17 15:19:27 pl 1.29.34.2: #i55991# removed warnings 2005/11/03 17:47:12 cl 1.29.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a40f04a6cb4327cc50ad0d7ebe5675e0c1770257]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/17 15:19:27 pl 1.8.32.2: #i55991# removed warnings 2005/11/03 17:47:11 cl 1.8.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [657c309dc85a736f239f8e26b95c0187035af067]

        INTEGRATION: CWS warnings01 (1.11.34); FILE MERGED 2005/11/03 17:47:11 cl 1.11.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d97d51da4e729e29a958b4ffa7aab5d96ee73b]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 15:19:26 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b137e5105bf8278863dac847631c11c4249723c]

        INTEGRATION: CWS warnings01 (1.11.34); FILE MERGED 2005/11/17 15:19:26 pl 1.11.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0f3fb4ccac986193f6bc8cead3a7f6d7959892a]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/17 15:19:26 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1794e802a040ea130a7d4da3e9c208139bfd9309]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/11/03 17:47:11 cl 1.10.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe8d0a6fc0086f92408a17276f6c43bebd5019ad]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/04 14:50:32 cl 1.7.32.2: warning free code changes 2005/11/02 14:57:57 cl 1.7.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [274481552aa8c77089b9324e42eabde1255b8681]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/03 17:47:11 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e1c80cd42fc29f843a0813257f134c6fba77fa3]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2006/04/07 18:41:41 sb 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/03 17:47:11 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fac207c0b7cca549697a053e7233173eb76bc05]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/17 15:19:25 pl 1.8.32.2: #i55991# removed warnings 2005/11/03 17:47:11 cl 1.8.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a72dea03a4aa6b2db534b46057d2a3e9f5d3e60]

        INTEGRATION: CWS warnings01 (1.66.32); FILE MERGED 2006/04/20 14:55:55 sb 1.66.32.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 18:41:25 sb 1.66.32.3: RESYNC: (1.66-1.67); FILE MERGED 2005/11/17 15:19:25 pl 1.66.32.2: #i55991# removed warnings 2005/11/03 17:47:10 cl 1.66.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19172537bbb9203cd14d22d2c9902adabd519f37]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/17 15:19:25 pl 1.7.34.2: #i55991# removed warnings 2005/11/03 17:47:10 cl 1.7.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [262238f4e4d32f9fdbb5ac9c7e0f488d9540f243]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/11/17 15:19:24 pl 1.13.32.2: #i55991# removed warnings 2005/11/03 17:47:10 cl 1.13.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ca8514716b7d927fae405326f8307e5e7d13dd7]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 15:19:24 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbed8d19ad981ad21032ce08b1b9c3ce85fa1739]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/17 15:19:24 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a589905ba02f883c41d701f4beea4cab1f732722]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/17 15:19:24 pl 1.7.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4809f9e8c8a05fbecd3bbd1744fce0e1f6eedeec]

        INTEGRATION: CWS warnings01 (1.22.32); FILE MERGED 2005/11/17 15:19:24 pl 1.22.32.2: #i55991# removed warnings 2005/11/03 17:47:10 cl 1.22.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a8b820ee93d38dd3cd212270262afaea03db4ab]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/02 14:57:57 cl 1.6.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c317a6ffd3b1165235d13f4813b3216fa7e7fa0e]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/17 15:19:23 pl 1.8.34.2: #i55991# removed warnings 2005/11/02 14:57:57 cl 1.8.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75c82c37efe17578f8e71d5b06696c89e5b26a5]

        INTEGRATION: CWS warnings01 (1.39.34); FILE MERGED 2006/05/23 19:19:11 sb 1.39.34.3: RESYNC: (1.39-1.40); FILE MERGED 2005/11/17 15:19:23 pl 1.39.34.2: #i55991# removed warnings 2005/11/03 17:47:09 cl 1.39.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a1c525c073fdf7fe4356d7438639b0b4c1527c]

        INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED 2005/11/03 17:47:09 cl 1.15.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [10531a47a9ce19a829a80a9a0c3141bd8cb11006]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/03 17:47:09 cl 1.5.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:57 cl 1.5.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [241ec6777987bf30c2cf875ee79d39de95617f48]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/11/17 15:19:23 pl 1.10.32.2: #i55991# removed warnings 2005/11/03 17:47:09 cl 1.10.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2baaff1657e89329e3bbd1771d46c190a9c129c]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/17 15:19:23 pl 1.7.34.2: #i55991# removed warnings 2005/11/03 17:47:09 cl 1.7.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d8c19eff4adc25ff40ebd84dabb2611b4bae1d]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/02 14:57:57 cl 1.2.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0c215941b77f36aae9dcdb1e933fabe61744bbe]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/03 17:47:09 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca8a62ccff16615774eff5d878412059878a2f8a]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/07 17:45:38 pl 1.8.30.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/03 17:47:08 cl 1.8.30.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6a47bf3e8fc658afee5d7b40ca4885a5c162e0]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/02 14:57:57 cl 1.4.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee651a093fe147c0985e7e8fadc57462d7996139]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/17 15:19:22 pl 1.5.32.2: #i55991# removed warnings 2005/11/03 17:47:08 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f225a6cda865a8d1f3b8b56008eda1cd25c3cd1]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/03 17:47:08 cl 1.8.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7603005ef0f341070f87541a60fc4131e1126072]

        INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2005/11/03 17:47:08 cl 1.14.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [996362dddb090bae63bc820814759cbebe2949f8]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/02 14:57:56 cl 1.2.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [abf7b56c9e30f9aca42a0b98117c8a778d767404]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2005/11/03 17:47:08 cl 1.11.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0dbadc703689f83f5d60f2d0bfef537f97073ec]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/03 17:47:08 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7482a410e87e95dd6d8c67155819bf10da69eb3e]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/03 17:47:08 cl 1.8.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6713fadf9313830726caf9bf092d3f2970cfb9e6]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 15:19:22 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [734eaddfdcf0abfe96023a62ffe66e255b38d751]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/17 15:19:22 pl 1.9.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [644dedcde1c6760e640e309ef1750ced8be866ef]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/03 17:47:07 cl 1.6.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70c37291a82636629145fa27f6765a179459707f]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/17 15:19:22 pl 1.9.32.3: #i55991# removed warnings 2005/11/03 17:47:07 cl 1.9.32.2: warning free code changes for unxlngi6 2005/11/02 14:57:56 cl 1.9.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7d9455c54d852911a75cb07fcc0f46221d380d9]

        INTEGRATION: CWS warnings01 (1.15.32); FILE MERGED 2006/05/23 19:18:55 sb 1.15.32.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/03 17:47:07 cl 1.15.32.2: warning free code changes for unxlngi6 2005/11/02 14:57:56 cl 1.15.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [504020b0fdd02179797b21b6d0bba62e47f5dc03]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/02 14:57:56 cl 1.5.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16a3b159d3fe52be63b15e61e1957a9fbb3b028]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/17 15:19:21 pl 1.5.32.2: #i55991# removed warnings 2005/11/03 17:47:07 cl 1.5.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6bc3209a314d7b7a40b84dcba58f83e98afbe90]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/17 15:19:21 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d90b35d191b166ed03b856bf31f770e46a9a1651]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 15:19:21 pl 1.3.34.2: #i55991# removed warnings 2005/11/03 17:47:07 cl 1.3.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76c7ed638a0ff14028b69b5a9f2db1bcbf86253c]

        INTEGRATION: CWS warnings01 (1.11.34); FILE MERGED 2005/11/17 15:19:21 pl 1.11.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27ddc2f8bdfd38572a5411f93e0712a647b15b30]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/17 15:19:20 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81cf21a5b0cc11aefcb68034f111d3edc73600b7]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2005/11/16 22:47:30 pl 1.12.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [260bc40875217ea84a5273bc3e278621f08b9264]

        INTEGRATION: CWS warnings01 (1.36.32); FILE MERGED 2006/04/07 18:40:56 sb 1.36.32.3: RESYNC: (1.36-1.37); FILE MERGED 2005/11/16 22:47:30 pl 1.36.32.2: #i55991# removed warnings 2005/11/03 17:47:06 cl 1.36.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a057b947d3ec06cc6cd506cfdfa1642be9ae5de]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:30 pl 1.5.34.2: #i55991# removed warnings 2005/11/03 17:47:06 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b132c4875e0cc488f0f9800d30eb5c1e8d2c1651]

        INTEGRATION: CWS warnings01 (1.33.32); FILE MERGED 2006/05/23 19:18:24 sb 1.33.32.4: RESYNC: (1.34-1.35); FILE MERGED 2006/01/25 19:19:13 sb 1.33.32.3: RESYNC: (1.33-1.34); FILE MERGED 2005/11/16 22:47:30 pl 1.33.32.2: #i55991# removed warnings 2005/11/03 17:47:06 cl 1.33.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84101c21b2df553ecd7c1e0500a2aa0ada3698cb]

        INTEGRATION: CWS warnings01 (1.38.20); FILE MERGED 2006/05/29 07:57:34 sb 1.38.20.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:18:10 sb 1.38.20.4: RESYNC: (1.39-1.40); FILE MERGED 2005/11/16 22:47:29 pl 1.38.20.3: #i55991# removed warnings 2005/11/07 17:45:24 pl 1.38.20.2: RESYNC: (1.38-1.39); FILE MERGED 2005/11/03 17:47:06 cl 1.38.20.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [65741f5aea8ab719fb3c6f06b81286f700f52882]

        INTEGRATION: CWS warnings01 (1.41.20); FILE MERGED 2006/05/23 19:17:51 sb 1.41.20.4: RESYNC: (1.42-1.43); FILE MERGED 2005/11/16 22:47:29 pl 1.41.20.3: #i55991# removed warnings 2005/11/07 17:45:15 pl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/03 17:47:05 cl 1.41.20.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [854457d48d28c5a15e4407ff0ee6fa0585845299]

        INTEGRATION: CWS warnings01 (1.23.34); FILE MERGED 2006/05/23 19:17:36 sb 1.23.34.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/16 22:47:29 pl 1.23.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97f692154e09e10c71fc63c10b5d871c7ba0c2e8]

        INTEGRATION: CWS warnings01 (1.35.34); FILE MERGED 2005/11/03 17:47:05 cl 1.35.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2b03ec332bf0307e522f4015381938c91b88542]

        INTEGRATION: CWS warnings01 (1.44.32); FILE MERGED 2005/11/16 22:47:29 pl 1.44.32.3: #i55991# removed warnings 2005/11/07 17:45:02 pl 1.44.32.2: RESYNC: (1.44-1.45); FILE MERGED 2005/11/03 17:47:05 cl 1.44.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2372be285e8130a497a966ab1abeec208ea21f]

        INTEGRATION: CWS warnings01 (1.18.34); FILE MERGED 2005/11/16 22:47:28 pl 1.18.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcb91da1eb1bd4b2d1283b039d79facfc41096fa]

        INTEGRATION: CWS warnings01 (1.20.34); FILE MERGED 2005/11/16 22:47:28 pl 1.20.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2368f9cdf42de776f0f3d74d96eb368484a71b2]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/02 14:57:56 cl 1.3.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c123550172ff308cf7f6fbed88d2a10a72afb2]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:28 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5956ead8e2bdb29e89bbcce5915d4ca857a8760]

        INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED 2005/11/16 22:47:28 pl 1.15.34.2: #i55991# removed warnings 2005/11/03 17:47:05 cl 1.15.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a741a13c1400b59760f77fff0fe1be246333b675]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:27 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9768db44b31142f7574970015465bcae3cbb252d]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/11/16 22:47:27 pl 1.13.32.2: #i55991# removed warnings 2005/11/03 17:47:05 cl 1.13.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f4666d91960aa58d45800aa606f5ba0c80bd449]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 22:47:26 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [865672dde2bbad7b587a0891cc1185fbe8ce42b9]

        INTEGRATION: CWS warnings01 (1.21.34); FILE MERGED 2006/05/23 19:17:23 sb 1.21.34.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/16 22:47:26 pl 1.21.34.2: #i55991# removed warnings 2005/11/03 17:47:04 cl 1.21.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d7cf1726b5d5f66c7c01ae67e655155ac65459]

        INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED 2005/11/03 17:47:04 cl 1.10.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc962d396d3e0c6efb8013fa527096da1127a6d]

        INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED 2006/04/07 18:40:48 sb 1.15.34.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/16 22:47:25 pl 1.15.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceef1d87346856644781b7358d89b02ca61458c3]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/03 17:47:04 cl 1.3.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccb9e7ed921652aec937853fa3d616b96eb28a45]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/03 17:47:04 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aecfbfb52d79e9ef82193bd7a1b5ba427629cec5]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/16 22:47:25 pl 1.8.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [349905166d94d82b1f4b58f14d56ffe13c887af6]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/03 17:47:04 cl 1.4.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [337e727128bb10f140261175fb471c89010f12c3]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 22:47:24 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff671802996d399ca285b90bd618bba371afb30]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:24 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49945e562c6e77534808b565e74e00cb36c017aa]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:23 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ec78953336be5e37cf0e70541580a797ad56cf7]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:23 pl 1.5.34.2: #i55991# removed warnings 2005/11/03 17:47:04 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36018ba563aafe5c3f303c9582049fb2ccd72143]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:22 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [173c0dc8ff7fd94b8ab4108dabf56f2367071f91]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/03 17:47:03 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f80a3aba4d63716b076710630bcd6c27f80082a]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 22:47:21 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4742fe8dafff5d1d7a7e4e45c82e7bb17b437f8b]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2006/05/23 19:17:01 sb 1.4.34.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 22:47:21 pl 1.4.34.2: #i55991# removed warnings 2005/11/03 17:47:03 cl 1.4.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb46d5ad8bdefbe9d4187d62729ff95aa7db538]

        INTEGRATION: CWS warnings01 (1.13.34); FILE MERGED 2005/11/16 22:47:20 pl 1.13.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4133eb46dc215fac24a6af3290ef5d596907d8ab]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 22:47:20 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8c01e7a0a9074bfeebf4b4195f82afa25b6d61b]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/02 14:57:55 cl 1.6.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2e329cd1242479252eeeea01b5bda72305bf500]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/16 22:47:19 pl 1.8.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8a5b665303c15d4532a3ee406278961ee941178]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/03 17:47:03 cl 1.6.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7147dc4db18df5db782d3fd3d6f9e07b7fc7cc0e]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2006/04/07 18:41:05 sb 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 22:47:19 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00fb927dbb3d75626ee6c0307be44052f34a0784]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/03 17:47:03 cl 1.2.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f5e376f8da81ad7538b6b95e8c862b8e3bbb470]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:18 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45f446f5b23a9170d6730a7cbcaf9bc3c95ebcab]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:18 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2663e8572b22d8a0fb2fe6d1caab114f3189b274]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/16 22:47:18 pl 1.9.34.2: #i55991# removed warnings 2005/11/03 17:47:03 cl 1.9.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [309fe8e2b753a07e69c8bfaed6c52093ded272f7]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2006/05/23 19:16:52 sb 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/03 17:47:02 cl 1.11.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5784796ec704dfc0adaa91bec9f76ae16d264e6a]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:17 pl 1.5.34.2: #i55991# removed warnings 2005/11/02 14:57:55 cl 1.5.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc3e1d048ed2faddd70c1c311ce074adac15b634]

        INTEGRATION: CWS warnings01 (1.12.34); FILE MERGED 2005/11/02 14:57:55 cl 1.12.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72d48e6e19e411185fcc9a7a0f048848b1ecc5d2]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:17 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [260085a1273107b782200f67960e49917f4fb084]

        INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED 2005/11/16 22:47:17 pl 1.10.34.2: #i55991# removed warnings 2005/11/03 17:47:02 cl 1.10.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0bd4f4761eb62b534d0086d7778169ee3a1794e]

        INTEGRATION: CWS warnings01 (1.28.34); FILE MERGED 2005/11/16 22:47:16 pl 1.28.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b24437c5c26d684e56390aefed5276166c7d80fb]

        INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED 2005/11/02 14:57:55 cl 1.6.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [746282dae7be5de5823aae06e55b74765025dcf9]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/16 22:47:16 pl 1.9.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b394f2e7eaf1b052926cd069b54e897f14a188d7]

        INTEGRATION: CWS warnings01 (1.14.34); FILE MERGED 2005/11/02 14:57:55 cl 1.14.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56254295b9813bd65be798abf67ca0e48c5c218b]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/11/02 14:57:55 cl 1.10.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb01214863a2ed4d4597afd8fe1ccf48cf2e8681]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2005/11/16 22:47:15 pl 1.16.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3d2358f0809cca0278b414457d3f4c06b051e2]

        INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED 2005/11/16 22:47:15 pl 1.6.34.3: #i55991# removed warnings 2005/11/03 17:47:02 cl 1.6.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:54 cl 1.6.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc99c61045ec4e782a510a564fba1f2ef379f8d]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:15 pl 1.3.34.2: #i55991# removed warnings 2005/11/02 14:57:54 cl 1.3.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a23346603fd33e3f0709ab8ec645a7249182e7]

        INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED 2005/11/02 14:57:54 cl 1.10.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [faef3ecadbe32770dfb52ad60de786537920bd84]

        INTEGRATION: CWS warnings01 (1.11.34); FILE MERGED 2005/11/02 14:57:54 cl 1.11.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [627f5329d79e95212be2056bcbd59c8ebe1ebf8e]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/02 14:57:53 cl 1.4.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b187db4aec96ebd14a85b442882910a58905d17]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:15 pl 1.4.34.2: #i55991# removed warnings 2005/11/02 14:57:53 cl 1.4.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ce54a989a5e616fe980af2353c9b67c46efc676]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 22:47:14 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea89faaa28fc7cbd64c8e16a0f21f0081a61f37a]

        INTEGRATION: CWS warnings01 (1.12.34); FILE MERGED 2005/11/02 14:57:53 cl 1.12.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce8f23e8800682c19182cf0c275f34684f6d27f3]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 22:47:14 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9762a525186d9f83400bd4dc16c57fcc05382954]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:14 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f5c8733662061b1b624a7202c4e39b37d608d43]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/03 17:47:02 cl 1.7.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13e4fca39198ae1f67aad064e09f30ff72ef8df]

        INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED 2005/11/16 22:47:14 pl 1.6.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3eaa2ab62425973b4d3e14d6b7a215cf13e5bf42]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:14 pl 1.4.34.2: #i55991# removed warnings 2005/11/03 17:47:01 cl 1.4.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2da6012374e1391a9581102663a13185cc82ac61]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/16 22:47:13 pl 1.7.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3765e89c155209aef747d3704a9893be5460983]

        INTEGRATION: CWS warnings01 (1.15.34); FILE MERGED 2005/11/16 22:47:13 pl 1.15.34.2: #i55991# removed warnings 2005/11/03 17:47:01 cl 1.15.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0aa6c2d9445845c9b9ebbdfe81544f28f5de21d]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:13 pl 1.3.34.3: #i55991# removed warnings 2005/11/04 14:50:31 cl 1.3.34.2: warning free code changes 2005/11/03 17:47:01 cl 1.3.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a6bbd9e0f064a78cf24480af50a39606f7c2b0]

        INTEGRATION: CWS warnings01 (1.17.14); FILE MERGED 2006/05/23 19:16:43 sb 1.17.14.2: RESYNC: (1.17-1.19); FILE MERGED 2005/11/16 22:47:12 pl 1.17.14.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34bcc0991523b55670053e675a90d6211282e4bd]

        INTEGRATION: CWS warnings01 (1.14.34); FILE MERGED 2006/05/23 19:16:31 sb 1.14.34.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/16 22:47:12 pl 1.14.34.2: #i55991# removed warnings 2005/11/03 17:47:00 cl 1.14.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [10a56947a64acf3806c2a90b93f9d54d220177ac]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/16 22:47:12 pl 1.9.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b82d517c92bb3b2499b1a55f57d536abed5f71ff]

        INTEGRATION: CWS warnings01 (1.12.34); FILE MERGED 2005/11/16 22:47:12 pl 1.12.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03261d6517eba75f0e975c01f070a39c8e1a35d7]

        INTEGRATION: CWS warnings01 (1.22.34); FILE MERGED 2005/11/16 22:47:11 pl 1.22.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d3b2f4aa1980c0a6e039888c35abc033753b220]

        INTEGRATION: CWS warnings01 (1.22.34); FILE MERGED 2005/11/03 17:47:00 cl 1.22.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c070dd6c09ae9cb94ef061cc5abe9012c96039a7]

        INTEGRATION: CWS warnings01 (1.29.34); FILE MERGED 2005/11/16 22:47:11 pl 1.29.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97b69b5ff2bc2f9056313a57904c2067d4046feb]

        INTEGRATION: CWS warnings01 (1.17.34); FILE MERGED 2005/11/16 22:47:11 pl 1.17.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [171dcd6991f68fa476c22b610568b8e34064e454]

        INTEGRATION: CWS warnings01 (1.27.34); FILE MERGED 2005/11/16 22:47:11 pl 1.27.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df122eb18adf2a49a4b37848fc29a75ca8012ea4]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2005/11/03 17:47:00 cl 1.16.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f7499071e8a3a35faf0f47b8cfa9a056ab59889]

        INTEGRATION: CWS warnings01 (1.30.34); FILE MERGED 2005/11/04 14:50:30 cl 1.30.34.2: warning free code changes 2005/11/03 17:47:00 cl 1.30.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba5b69e1484978d8dcf6994c92437def037032f0]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 22:47:10 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba1a6ac9c09da596f55f3246f9f1919406d2f040]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/16 22:47:10 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a98cf93655efac9163c580b8ccbc1a4f7057bf8e]

        INTEGRATION: CWS warnings01 (1.13.34); FILE MERGED 2005/11/03 17:46:59 cl 1.13.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f8df504205b1b6cde86d307b67705419df074af]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/03 17:46:59 cl 1.4.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e7babdf56a6113f9ba896450050e7234881b31]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 22:47:10 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [882533568bf41389bf68042dd31832f2e471ab28]

        INTEGRATION: CWS warnings01 (1.17.34); FILE MERGED 2005/11/16 22:47:10 pl 1.17.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e13295303895bedfeacb0e4d10e222a017be0f16]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/03 17:46:59 cl 1.2.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0d147836519b885c37016bc09d2a482c44ed791]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/04 14:50:30 cl 1.8.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0fb1b1fb7ff522b6479ecd83b541b214a305ee8]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/16 22:47:09 pl 1.7.34.2: #i55991# removed warnings 2005/11/03 17:46:59 cl 1.7.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ffe0b1ce563b836c563c5dc5ca9371018dd30f]

        INTEGRATION: CWS warnings01 (1.29.34); FILE MERGED 2005/11/03 17:46:59 cl 1.29.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd3490d3919fddf1775608a5abafb11efbac46e1]

        INTEGRATION: CWS warnings01 (1.49.32); FILE MERGED 2005/11/16 22:47:09 pl 1.49.32.2: #i55991# removed warnings 2005/11/03 17:46:59 cl 1.49.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6811fc8216bd7ccef09c58937cd8aa3a8ae195eb]

        INTEGRATION: CWS warnings01 (1.14.34); FILE MERGED 2006/01/25 19:19:05 sb 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/03 17:46:58 cl 1.14.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f4f65575d1b2f2944d13acdb9d4e1251974a9a2]

        INTEGRATION: CWS warnings01 (1.40.34); FILE MERGED 2005/11/16 22:47:09 pl 1.40.34.2: #i55991# removed warnings 2005/11/03 17:46:58 cl 1.40.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3a6b50ac3d6d9dc2461bc83ccd669bda79fd2fd]

        INTEGRATION: CWS warnings01 (1.22.34); FILE MERGED 2005/11/16 22:47:09 pl 1.22.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d12cb3d60b10770c8a93309cc0a3496bf9bfa6b]

        INTEGRATION: CWS warnings01 (1.12.34); FILE MERGED 2005/11/16 22:47:08 pl 1.12.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7fbe90a45b2307672215a5302bd9535bbc0df17]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2005/11/16 21:34:16 pl 1.11.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7b6307f92e7f7a34b44f81bf3f7a5edc67836c7]

        INTEGRATION: CWS warnings01 (1.46.32); FILE MERGED 2006/05/23 19:16:21 sb 1.46.32.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/16 21:34:16 pl 1.46.32.2: #i55991# removed warnings 2005/11/02 14:57:53 cl 1.46.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c2138feed8c86df2dc47e49057b05099f516bd1]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/16 21:34:16 pl 1.8.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dafa1042414c50a7ccb2ac4aafc1469253f89699]

        INTEGRATION: CWS warnings01 (1.106.8); FILE MERGED 2006/05/23 19:16:05 sb 1.106.8.6: RESYNC: (1.110-1.113); FILE MERGED 2006/04/20 14:55:55 sb 1.106.8.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 18:40:30 sb 1.106.8.4: RESYNC: (1.107-1.110); FILE MERGED 2005/11/16 21:34:15 pl 1.106.8.3: #i55991# removed warnings 2005/11/07 17:44:36 pl 1.106.8.2: RESYNC: (1.106-1.107); FILE MERGED 2005/11/02 14:57:52 cl 1.106.8.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bba122299d5b2fd2d1692c810708c97a2b23cf2d]

        INTEGRATION: CWS warnings01 (1.15.32); FILE MERGED 2005/11/16 21:34:15 pl 1.15.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd1a1942a9e1f345ad57662767910f76c2537868]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/02 14:57:52 cl 1.9.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b65cca5dd1f4ca73a8cdcc542f5f808233d3e0f7]

        INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2005/11/16 21:34:15 pl 1.14.32.2: #i55991# removed warnings 2005/11/02 14:57:52 cl 1.14.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd470a918bbd2759f2f5a3499b709b24a62a067d]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/11/02 14:57:52 cl 1.11.30.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b8372be13322848322afcfe2e52da132ececa1]

        INTEGRATION: CWS warnings01 (1.29.32); FILE MERGED 2005/11/16 21:34:15 pl 1.29.32.2: #i55991# removed warnings 2005/11/02 14:57:52 cl 1.29.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19dea1dd87ec211fe8e9949de03e72d0a1d513cf]

        INTEGRATION: CWS warnings01 (1.17.30); FILE MERGED 2005/11/02 14:57:52 cl 1.17.30.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fe8670b4692411501301c42c3da9fe5cf069200]

        INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/02 14:57:51 cl 1.8.30.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11a9da76830361ee1e2dd7785af4231cdf028723]

        INTEGRATION: CWS warnings01 (1.19.32); FILE MERGED 2006/05/23 19:15:44 sb 1.19.32.3: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 21:34:15 pl 1.19.32.2: #i55991# removed warnings 2005/11/02 14:57:51 cl 1.19.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fd08e7fb4499154354368e05506d079fae88a8e]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 21:34:14 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [213b7b526c35f765bdf0108ae0cf90ce68326fdb]

        INTEGRATION: CWS warnings01 (1.61.32); FILE MERGED 2005/11/16 21:34:14 pl 1.61.32.2: #i55991# removed warnings 2005/11/02 14:57:51 cl 1.61.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f883da33b81928e481c0d60df7344f7325dac36]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/16 21:34:14 pl 1.9.32.2: #i55991# removed warnings 2005/11/02 14:57:51 cl 1.9.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00a2ad2f040a00f3a80b482bd7e71cef0cbd1664]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/11/16 21:34:14 pl 1.13.32.2: #i55991# removed warnings 2005/11/02 14:57:51 cl 1.13.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [07eb69f0b8fdc7c07fc8354ddb65f5c4c4c9c222]

        INTEGRATION: CWS warnings01 (1.48.32); FILE MERGED 2006/05/23 19:15:26 sb 1.48.32.4: RESYNC: (1.49-1.50); FILE MERGED 2005/11/16 21:34:13 pl 1.48.32.3: #i55991# removed warnings 2005/11/07 17:44:27 pl 1.48.32.2: RESYNC: (1.48-1.49); FILE MERGED 2005/11/02 14:57:50 cl 1.48.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1545c25bd6b32b6dc4fff14f833aec40880f210d]

        INTEGRATION: CWS warnings01 (1.72.34); FILE MERGED 2006/04/20 14:55:55 sb 1.72.34.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 18:40:20 sb 1.72.34.3: RESYNC: (1.72-1.73); FILE MERGED 2005/11/16 21:34:13 pl 1.72.34.2: #i55991# removed warnings 2005/11/02 14:57:50 cl 1.72.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ade7a852a6dd64a0574f36aa384c5b2b9437bf46]

        INTEGRATION: CWS warnings01 (1.49.32); FILE MERGED 2005/11/16 21:34:12 pl 1.49.32.3: #i55991# removed warnings 2005/11/04 14:50:30 cl 1.49.32.2: warning free code changes 2005/11/02 14:57:50 cl 1.49.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c9950d209eaac0ebe1bc960945bb477c0fe39e0]

        INTEGRATION: CWS warnings01 (1.102.32); FILE MERGED 2006/05/23 19:15:09 sb 1.102.32.4: RESYNC: (1.102-1.104); FILE MERGED 2005/11/16 21:34:12 pl 1.102.32.3: #i55991# removed warnings 2005/11/04 14:50:30 cl 1.102.32.2: warning free code changes 2005/11/02 14:57:50 cl 1.102.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cfd4232a56e9153d87f6e2d7c57f1bdd64c3a98]

        INTEGRATION: CWS warnings01 (1.86.34); FILE MERGED 2005/11/16 21:34:11 pl 1.86.34.3: #i55991# removed warnings 2005/11/04 14:50:29 cl 1.86.34.2: warning free code changes 2005/11/02 14:57:49 cl 1.86.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d6e7e8fe93b5b21e2e98b1f4925171731f93698]

        INTEGRATION: CWS warnings01 (1.8.34); FILE MERGED 2005/11/16 21:34:11 pl 1.8.34.3: #i55991# removed warnings 2005/11/07 17:44:04 pl 1.8.34.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/02 14:57:49 cl 1.8.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ee858bd8b1bd19fb590f61ccad08dc8c0c4f082]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 21:34:11 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a8422ecc95dc45e668a86365b389f1571981b2]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 21:34:10 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6f79648e7e2228583f27709fae7effe36467b83]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/16 21:34:10 pl 1.5.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e3be4fd0eccadfb12d09fad453228a11bc12225]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2005/11/16 21:34:10 pl 1.11.32.3: #i55991# removed warnings 2005/11/02 14:57:49 cl 1.11.32.2: warning free code changes 2005/10/26 10:21:01 sb 1.11.32.1: #i53898# Adapted to modified URLObject::translateToInternal.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc8b500c0964792c3cbaf1eefdc5f5b9260988a2]

        INTEGRATION: CWS warnings01 (1.15.32); FILE MERGED 2005/11/16 21:34:09 pl 1.15.32.2: #i55991# removed warnings 2005/11/02 14:57:49 cl 1.15.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [78a9f5723c8220e94ca7eb1dd7f7fd244ea00e28]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2005/11/16 21:34:09 pl 1.16.34.2: #i55991# removed warnings 2005/11/02 14:57:49 cl 1.16.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe161633a29bde1084246dbc837f62e46a0019a]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2006/01/25 19:18:58 sb 1.5.32.4: RESYNC: (1.6-1.7); FILE MERGED 2005/11/16 21:34:09 pl 1.5.32.3: #i55991# removed warnings 2005/11/07 17:43:56 pl 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/02 14:57:48 cl 1.5.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [531635df1052ddb90a16ffe71e6762db3f40631a]

        INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED 2005/11/16 21:34:08 pl 1.6.34.2: #i55991# removed warnings 2005/11/02 14:57:48 cl 1.6.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a75f5094b3346e1b866384c83c2f8421b808e0f]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/11/16 21:34:08 pl 1.13.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4eabb5f6931ea5ce26160771aa80309f43e923]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/01/25 19:18:51 sb 1.4.32.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 21:34:08 pl 1.4.32.2: #i55991# removed warnings 2005/11/02 14:57:48 cl 1.4.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d448391c7d38e181cc7682e3768970a17568c03]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 21:34:07 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0da1b1a2756cf58eb21d0e7f788b96b5b9f5d061]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/02 14:57:48 cl 1.2.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f109522527a5d502570cec76185ea337e893cb]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/02 14:57:48 cl 1.9.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [78fb2c529dfa8fd2b88878bc25c768d4dbe28a3c]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/16 21:34:07 pl 1.9.34.2: #i55991# removed warnings 2005/11/02 14:57:48 cl 1.9.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b506af8da0f42831b9b831e06d99075f652ac7d9]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/02 14:57:47 cl 1.9.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98b89fe42ccac83c5a34f7dec1044012623294c7]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/16 21:34:07 pl 1.7.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e5ff780ad0058502ec166dbbda3a765e2ae1e2a]

        INTEGRATION: CWS warnings01 (1.39.30); FILE MERGED 2006/05/23 19:14:50 sb 1.39.30.5: RESYNC: (1.40-1.41); FILE MERGED 2005/11/16 21:34:06 pl 1.39.30.4: #i55991# removed warnings 2005/11/07 17:43:43 pl 1.39.30.3: RESYNC: (1.39-1.40); FILE MERGED 2005/11/04 14:50:29 cl 1.39.30.2: warning free code changes 2005/11/03 17:46:58 cl 1.39.30.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9770d52bc8bafb4c91af2fecba92a93050005276]

        INTEGRATION: CWS warnings01 (1.90.32); FILE MERGED 2006/04/20 14:55:55 sb 1.90.32.5: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 18:40:10 sb 1.90.32.4: RESYNC: (1.91-1.92); FILE MERGED 2005/11/16 21:34:06 pl 1.90.32.3: #i55991# removed warnings 2005/11/07 17:43:25 pl 1.90.32.2: RESYNC: (1.90-1.91); FILE MERGED 2005/11/03 17:46:57 cl 1.90.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [315729198add21e1da7f883f992f53ea3d3d0ad9]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 21:34:05 pl 1.2.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [848664a3645b49488151a63691891516ac2f4e80]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/03 17:46:57 cl 1.5.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6a49fd1e3a34400de09ebcb5bf60981fa1f0a59]

        INTEGRATION: CWS warnings01 (1.8.12); FILE MERGED 2006/05/23 19:14:15 sb 1.8.12.4: RESYNC: (1.9-1.11); FILE MERGED 2005/11/16 21:34:05 pl 1.8.12.3: #i55991# removed warnings 2005/11/07 17:43:17 pl 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/03 17:46:57 cl 1.8.12.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b525fe098b2421b2a241a74a5be5f4448f3c287]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/03 17:46:57 cl 1.7.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfdacbde8a268746a155193a85121b421f60b22a]

        INTEGRATION: CWS warnings01 (1.3.192); FILE MERGED 2005/11/16 21:34:04 pl 1.3.192.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [db690b6da48b0faa6af49917419a7ad3e74d9183]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/03 17:46:56 cl 1.4.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f144d962f797a2d4a8143018b124db19023ea17a]

        INTEGRATION: CWS warnings01 (1.16.34); FILE MERGED 2006/05/23 19:13:40 sb 1.16.34.2: RESYNC: (1.16-1.18); FILE MERGED 2005/11/16 21:34:04 pl 1.16.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd935d4ada38b5c16fd5baf6a9e9c65150a52d1]

        INTEGRATION: CWS warnings01 (1.22.34); FILE MERGED 2005/11/16 21:34:04 pl 1.22.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a61ac89f6587b45c1d3a45aa9a0105b3c642c628]

        INTEGRATION: CWS warnings01 (1.9.34); FILE MERGED 2005/11/16 21:34:03 pl 1.9.34.2: #i55991# removed warnings 2005/11/03 17:46:56 cl 1.9.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ef94f0dba44851831b14f98a170aff5998721c]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2005/11/16 21:34:03 pl 1.11.32.2: #i55991# removed warnings 2005/11/03 17:46:56 cl 1.11.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d9facc70d80aa039f299109ead410e22a9cf772]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 21:34:03 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d424162745574662445c51a4198f65b10083cee]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 21:34:02 pl 1.2.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd0a0c79ee269c4c715464238e90d5e437054c01]

        INTEGRATION: CWS warnings01 (1.24.16); FILE MERGED 2006/05/29 07:57:34 sb 1.24.16.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6598cf2c328d199b75fe931fb613820cae6e12b7]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 21:34:02 pl 1.3.34.2: #i55991# removed warnings 2005/11/03 17:46:56 cl 1.3.34.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c99a6fc0e3b5006d4b5c40bf050e3a9e3261ca4]

        INTEGRATION: CWS warnings01 (1.18.34); FILE MERGED 2005/11/03 17:46:56 cl 1.18.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:47 cl 1.18.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f053b1fe4d4e9c6d44086ff996627d8b283722a1]

        INTEGRATION: CWS warnings01 (1.21.34); FILE MERGED 2006/05/29 07:57:34 sb 1.21.34.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:13:55 sb 1.21.34.4: RESYNC: (1.21-1.22); FILE MERGED 2005/11/16 21:34:02 pl 1.21.34.3: #i55991# removed warnings 2005/11/03 17:46:56 cl 1.21.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:47 cl 1.21.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b728bdc0418631e902bebefa90fa8870e7d6e4ab]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/16 21:34:01 pl 1.9.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [110fa20cd5ada3e54bc0ecb3e57614f8d89d5302]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 21:34:01 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efed1c2bdf18398e193daab2f3bbeb2da3ab4cab]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 21:34:00 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a576eafd50d9169d849afb556e2afd3027f04ce9]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/16 21:34:00 pl 1.2.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ec04c844ee63a4813e4ed8fa7583feaba84a8df]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 21:34:00 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ad1d4ad48c606d7c97ee54b7b3b1f990965c42]

        INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2005/11/16 21:33:59 pl 1.14.32.2: #i55991# removed warnings 2005/11/03 09:49:58 bm 1.14.32.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e0956b08cc8077d18459b674cbb68e6f4dee5a2]

        INTEGRATION: CWS warnings01 (1.34.28); FILE MERGED 2005/11/16 21:33:59 pl 1.34.28.2: #i55991# removed warnings 2005/11/03 09:49:58 bm 1.34.28.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76d634d3476512063492d9477c4daf79e57a4cc]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 21:33:59 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b43426b86f9456418f5fa665d669574c4245524]

        INTEGRATION: CWS warnings01 (1.32.32); FILE MERGED 2005/11/16 21:33:58 pl 1.32.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b89f7b7f4841087524de41f5e5e36a56ee6aeae2]

        INTEGRATION: CWS warnings01 (1.79.32); FILE MERGED 2006/01/25 19:15:59 sb 1.79.32.2: RESYNC: (1.79-1.80); FILE MERGED 2005/11/03 09:49:57 bm 1.79.32.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f06ad5de746b091e64215bc6a610d5f0fbb6735]

        INTEGRATION: CWS warnings01 (1.32.30); FILE MERGED 2005/11/16 21:33:58 pl 1.32.30.2: #i55991# removed warnings 2005/11/02 14:57:46 cl 1.32.30.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b4215a37c556b7d878169be3ab6bb26280bda1a]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2005/11/02 14:57:46 cl 1.7.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9c0f55bc4fb624020d7feaa3f530efd29abd130]

        INTEGRATION: CWS warnings01 (1.41.20); FILE MERGED 2005/11/16 21:33:57 pl 1.41.20.3: #i55991# removed warnings 2005/11/07 17:42:44 pl 1.41.20.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/02 14:57:46 cl 1.41.20.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75d113e8e61c0af5f3127e4bab12db9378faecd]

        INTEGRATION: CWS warnings01 (1.20.20); FILE MERGED 2005/11/16 21:33:57 pl 1.20.20.3: #i55991# removed warnings 2005/11/07 17:42:31 pl 1.20.20.2: RESYNC: (1.20-1.21); FILE MERGED 2005/11/02 14:57:46 cl 1.20.20.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e5cf36467e4bed58ef04d43d6422180b7818e1d]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/11/02 14:57:46 cl 1.5.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae6a74dbd48cf7d2bbedc442891b1d49636d3587]

        INTEGRATION: CWS warnings01 (1.49.192); FILE MERGED 2006/05/23 19:13:29 sb 1.49.192.2: RESYNC: (1.49-1.50); FILE MERGED 2005/11/04 14:50:28 cl 1.49.192.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f04b350d16c7ced0e857a95ea153a17c271c8f0d]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/17 17:10:57 pl 1.4.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f77dcfa73ffec05ef7f006962694e5539f03fbb]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/17 16:41:22 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8de94bf882d73559f0da6607a73aa178a803a51d]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/04 14:50:28 cl 1.4.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b4c1024289fb6b24b24713192e19499bdc67306]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 21:33:55 pl 1.6.32.2: #i55991# removed warnings 2005/11/02 14:57:45 cl 1.6.32.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [82f3132a2123596199d8118adaf0a07ff7de8e07]

        INTEGRATION: CWS warnings01 (1.2.224); FILE MERGED 2005/11/16 21:33:55 pl 1.2.224.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [55aaed81d895aabee76154ed277244b7a38e65cd]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/03 17:46:55 cl 1.9.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25e58461eabf21ad8c4354a6202757c4e7c17507]

        INTEGRATION: CWS warnings01 (1.29.32); FILE MERGED 2005/11/03 17:46:55 cl 1.29.32.1: warning free code changes for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b46e0f38b4651a7b285a72011d8e961a910fb2d1]

        INTEGRATION: CWS warnings01 (1.29.34); FILE MERGED 2006/01/25 19:15:09 sb 1.29.34.3: RESYNC: (1.29-1.30); FILE MERGED 2005/11/03 17:46:54 cl 1.29.34.2: warning free code changes for unxlngi6 2005/11/02 14:57:45 cl 1.29.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eacc949ef43cc51d45d30052c3052f3118ebc54b]

        INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED 2005/11/16 22:47:08 pl 1.10.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e881e80b77718104e64da052fac630391a15f59f]

        INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED 2005/11/02 14:57:45 cl 1.4.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba1611cd26acc2c11015bc8d0573b1d358f5b4d]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 21:33:53 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0043d2dd0255692515d54daf4b794bab50fe829]

        INTEGRATION: CWS warnings01 (1.2.34); FILE MERGED 2005/11/02 14:57:45 cl 1.2.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce2fa2dc8cf6de3ae9414f54302fe5beca278cf]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/16 21:33:53 pl 1.3.34.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfefafeab24a0200d7f59a7e22df6ce5004dd1d2]

        INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/04 14:50:28 cl 1.3.34.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76340ee803f91ac6a4d5da2da0cf81c627fc4697]

        INTEGRATION: CWS warnings01 (1.4.20); FILE MERGED 2005/11/23 15:01:53 gh 1.4.20.1: remove SO2LIB SVMEMLIB and change appname to basicapp

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf93f50bd8a5f0c74042823b857c23de998cea23]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/21 14:11:13 ab 1.3.28.3: #i53898# Clean up Basic to simplify warning removement in depended modules and later use 2005/12/01 14:56:21 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:59 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fdfd8470f9c423580c1689976e7eeb1b34404e7]

        INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2006/01/25 19:14:04 sb 1.3.26.4: RESYNC: (1.3-1.4); FILE MERGED 2005/12/08 14:28:04 ab 1.3.26.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:20 ab 1.3.26.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:58 ab 1.3.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f58316beb30c626c52096af06129f4a516214c]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/07 12:02:58 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b61395a7af1aacf68c63990f4851c0fdfb862cee]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2006/05/23 19:12:14 sb 1.3.8.4: RESYNC: (1.4-1.5); FILE MERGED 2005/12/08 15:19:54 ab 1.3.8.3: #i53898# Removed os2/mac define usage 2005/11/07 17:40:09 pl 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/07 12:02:58 ab 1.3.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1932eb8bf43ca0a476cabba2de3bd5031813bc15]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2006/05/23 19:12:03 sb 1.3.28.3: RESYNC: (1.3-1.4); FILE MERGED 2005/12/01 14:56:20 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:57 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [37cda12261c824ee627a73dfbe297ee737d27333]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/07 12:02:57 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3790ad10f89f52b0de5c4599052e37444c21b515]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:19 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:56 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6acc13dcabcd4add4ac01415c5414829b58de5d1]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/08 15:19:41 ab 1.3.28.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:19 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:56 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c9d3b0cc1b875475837ca38e251a7d67ce988de]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/01 14:56:18 ab 1.3.30.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b21f8f90248c24bc1c9d1bf6d84cb8c5ac4a98]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:18 ab 1.3.28.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96842b42e5b5e41f06e09e8413ed58624cff69a3]

        INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2006/05/23 19:11:38 sb 1.3.26.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 19:13:56 sb 1.3.26.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/01 14:56:17 ab 1.3.26.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40eb32589290277981e1cfe9c6d06dbfb2f043c2]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:17 ab 1.3.28.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc24d1f0c14ccbff5fc86f1800a01a09cd63fba]

        INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/11/07 12:02:56 ab 1.3.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bad52b4447cf3d960a16eef2be36829e145619c]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2006/05/23 19:11:28 sb 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/07 12:02:55 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b7505eceeca929e0972fb2d1f89a38be9a5e72]

        INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED 2005/12/01 14:56:16 ab 1.3.26.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:55 ab 1.3.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [faf29e3aa433abbcdcdf2248ed0f8a808e07260d]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:16 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:54 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae1ce3f8caddf04987ec74e87442a22c804f1c2f]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/05 14:17:15 ab 1.3.30.1: #i53898# Removed warnings for solaris

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8f3101d492bd0260c53cc80b05d408fd7d7081b]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:15 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:53 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [05a35a6d89699d7c5dfd3a6ae49c25ee1428bbd8]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2006/05/19 07:46:21 sb 1.2.30.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a42f6c8b50ba00c157d8e826573d40f28e0cc3e]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/12/01 14:56:14 ab 1.3.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:53 ab 1.3.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fd5df7e25cd4f6e2acbe08c067dc2b9f55a3355]

        INTEGRATION: CWS warnings01 (1.18.28); FILE MERGED 2006/05/29 07:59:04 sb 1.18.28.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:11:11 sb 1.18.28.3: RESYNC: (1.18-1.20); FILE MERGED 2005/12/01 14:56:14 ab 1.18.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:52 ab 1.18.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa6dbef05820811dd904f47b4b52d31339cf8dd]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2005/11/07 12:02:52 ab 1.11.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [260cd2ad326d51e880a443a04300bad6c56c1a7a]

        INTEGRATION: CWS warnings01 (1.21.26); FILE MERGED 2006/05/29 07:59:04 sb 1.21.26.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:10:58 sb 1.21.26.3: RESYNC: (1.21-1.22); FILE MERGED 2005/12/01 14:56:13 ab 1.21.26.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:51 ab 1.21.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3251df437c10333c44865eb0b46ebea34c8b4a8b]

        INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/12/01 14:56:13 ab 1.5.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:51 ab 1.5.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ad7e2aa22c93c5890f5b5e8cf52f04130fa81ca]

        INTEGRATION: CWS warnings01 (1.18.28); FILE MERGED 2005/12/01 14:56:12 ab 1.18.28.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:51 ab 1.18.28.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a7dd9d13c97bc23a0a90d2e477a18e691e0870]

        INTEGRATION: CWS warnings01 (1.23.6); FILE MERGED 2006/05/23 19:10:47 sb 1.23.6.5: RESYNC: (1.26-1.27); FILE MERGED 2006/01/25 19:13:40 sb 1.23.6.4: RESYNC: (1.24-1.26); FILE MERGED 2005/12/01 14:56:12 ab 1.23.6.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:39:57 pl 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/07 12:02:50 ab 1.23.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94934a8eaaaeabe3fe5c91a45d6d5a2393464efb]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2005/12/21 14:08:56 ab 1.4.30.4: #i53898# Clean up Basic to simplify warning removement in depended modules and later use 2005/12/08 14:27:32 ab 1.4.30.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:11 ab 1.4.30.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:50 ab 1.4.30.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f2104e1f3a1ef8a37406b39188234df309241bc]

        INTEGRATION: CWS warnings01 (1.23.26); FILE MERGED 2006/05/23 19:10:34 sb 1.23.26.5: RESYNC: (1.24-1.27); FILE MERGED 2006/01/25 19:13:32 sb 1.23.26.4: RESYNC: (1.23-1.24); FILE MERGED 2005/12/08 14:27:31 ab 1.23.26.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:11 ab 1.23.26.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:50 ab 1.23.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89676120edafaac2bcaaa95644f9d8b85645629d]

        INTEGRATION: CWS warnings01 (1.62.26); FILE MERGED 2006/05/23 19:10:17 sb 1.62.26.6: RESYNC: (1.64-1.68); FILE MERGED 2006/01/25 19:13:23 sb 1.62.26.5: RESYNC: (1.62-1.64); FILE MERGED 2005/12/21 14:08:55 ab 1.62.26.4: #i53898# Clean up Basic to simplify warning removement in depended modules and later use 2005/12/08 14:27:31 ab 1.62.26.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:10 ab 1.62.26.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:49 ab 1.62.26.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cab51b0e2ac8aa7b70f2ffa92a46560007d6c01]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/05/19 07:46:20 sb 1.4.30.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2005/12/01 14:56:10 ab 1.4.30.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c960fa3d59937b78c9eaf2aa7df46f0c3d9895e4]

        INTEGRATION: CWS warnings01 (1.24.30); FILE MERGED 2006/01/25 19:13:15 sb 1.24.30.3: RESYNC: (1.24-1.25); FILE MERGED 2005/12/01 14:56:09 ab 1.24.30.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:49 ab 1.24.30.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad10d688c0b50ee27ce67863b9277fa6b285125]

        INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2006/05/23 19:09:58 sb 1.6.30.3: RESYNC: (1.6-1.7); FILE MERGED 2005/12/01 14:56:09 ab 1.6.30.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:49 ab 1.6.30.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b38074483b71a696d666d79105c0af04c163d22]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2006/05/23 19:09:50 sb 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2005/12/08 14:27:30 ab 1.6.28.2: #i53898# Removed os2/mac define usage 2005/12/01 14:56:09 ab 1.6.28.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c76e1419ed31f4ece8e53f1b449cacc4028d2fe]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/11/07 12:02:48 ab 1.2.30.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [82d0dd0bb4a566da07017dc3fd66c2a8148ce00e]

        INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/01 14:56:08 ab 1.3.30.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83bca555846291d130d766528108266b71c94277]

        INTEGRATION: CWS warnings01 (1.11.6); FILE MERGED 2006/04/07 18:39:11 sb 1.11.6.3: RESYNC: (1.13-1.14); FILE MERGED 2005/12/01 14:56:08 ab 1.11.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:48 ab 1.11.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3a0b61cf2c5e57cb300a55967c644875361045]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2005/11/07 12:02:47 ab 1.10.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb92bea759d0449927fcee2d5b577aa4566228cf]

        INTEGRATION: CWS warnings01 (1.22.6); FILE MERGED 2006/05/23 19:09:18 sb 1.22.6.5: RESYNC: (1.27-1.29); FILE MERGED 2006/01/25 19:13:08 sb 1.22.6.4: RESYNC: (1.25-1.27); FILE MERGED 2005/12/01 14:56:07 ab 1.22.6.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:38:41 pl 1.22.6.2: RESYNC: (1.22-1.25); FILE MERGED 2005/11/07 12:02:47 ab 1.22.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [75cee1d01a881184bc9491a90af3893968047506]

        INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2005/12/01 14:56:07 ab 1.5.24.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc7881e03912cb1f98777e045486b90429dc2c52]

        INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED 2005/11/18 14:29:36 gh 1.6.24.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5329be96dbd4b6b0b476484e426d93ffafbbaa1]

        INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/23 19:08:38 sb 1.12.8.3: RESYNC: (1.15-1.18); FILE MERGED 2005/12/01 14:56:06 ab 1.12.8.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:46 ab 1.12.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0743fe994c8c02af207753a6497757b12b63bac]

        INTEGRATION: CWS warnings01 (1.11.8); FILE MERGED 2005/11/07 12:02:46 ab 1.11.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [892ad8c2de84f2b3d0c883a86ae92a6b64b589a6]

        INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2006/05/23 19:08:28 sb 1.12.8.6: RESYNC: (1.17-1.19); FILE MERGED 2006/04/07 18:38:52 sb 1.12.8.5: RESYNC: (1.16-1.17); FILE MERGED 2005/12/08 15:18:58 ab 1.12.8.4: #i53898# Removed os2/mac define usage 2005/12/01 14:56:06 ab 1.12.8.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:35:00 pl 1.12.8.2: RESYNC: (1.12-1.16); FILE MERGED 2005/11/07 12:02:46 ab 1.12.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bfc57119d8c5a6398c1fbbd80e10ef4c713be57]

        INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED 2005/12/01 14:56:04 ab 1.9.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:45 ab 1.9.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b5f0da19876890ee8579208d9ebee826f9cab66]

        INTEGRATION: CWS warnings01 (1.11.6); FILE MERGED 2006/05/23 19:08:17 sb 1.11.6.4: RESYNC: (1.13-1.15); FILE MERGED 2005/12/08 15:18:58 ab 1.11.6.3: #i53898# Removed os2/mac define usage 2005/12/01 14:56:01 ab 1.11.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:45 ab 1.11.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4de0bcfd2fa648e6c8dfe78cd74c5f64e1a476b9]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/05/19 07:46:19 sb 1.4.24.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2005/12/01 14:55:57 ab 1.4.24.1: #i53898# Removed warnings for unxlngi6

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d37333fb86bf7ad951a6c2ed45878f7db35ee824]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2006/05/23 19:08:06 sb 1.4.8.4: RESYNC: (1.7-1.8); FILE MERGED 2005/12/01 14:55:57 ab 1.4.8.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:34:23 pl 1.4.8.2: RESYNC: (1.4-1.7); FILE MERGED 2005/11/07 12:02:45 ab 1.4.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0891180ed6cb7c388cf7fe418031523728844d]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/11/07 17:33:40 pl 1.3.8.2: RESYNC: (1.3-1.6); FILE MERGED 2005/11/07 12:02:44 ab 1.3.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [183cde54cc1654c8b4e89e3e28501016523e0ec7]

        INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED 2006/05/23 19:07:57 sb 1.8.8.4: RESYNC: (1.12-1.14); FILE MERGED 2006/04/07 18:38:44 sb 1.8.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/07 17:34:12 pl 1.8.8.2: RESYNC: (1.8-1.11); FILE MERGED 2005/11/07 12:02:44 ab 1.8.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f46be62b74b5b5be89c76113a47dbd7b81956fa]

        INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/04/07 18:38:36 sb 1.9.8.4: RESYNC: (1.12-1.13); FILE MERGED 2005/12/08 15:18:57 ab 1.9.8.3: #i53898# Removed os2/mac define usage 2005/11/07 17:34:01 pl 1.9.8.2: RESYNC: (1.9-1.12); FILE MERGED 2005/11/07 12:02:44 ab 1.9.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1edb7475170bdf186dc57ec95573a8947b269fc6]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/04/07 18:38:29 sb 1.10.8.3: RESYNC: (1.12-1.13); FILE MERGED 2005/12/01 14:55:56 ab 1.10.8.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:43 ab 1.10.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b513b0e2748b0d078a1862c347822146db8bf09]

        INTEGRATION: CWS warnings01 (1.19.8); FILE MERGED 2006/05/23 19:07:46 sb 1.19.8.3: RESYNC: (1.21-1.22); FILE MERGED 2005/12/01 14:55:56 ab 1.19.8.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:43 ab 1.19.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2736572f4621092c7b79c302b6401706b7fcdef6]

        INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED 2006/05/23 19:07:35 sb 1.9.8.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/07 12:02:42 ab 1.9.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a972cdf1c9e4392f88b0c300942533ce12ec403e]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/11/07 12:02:42 ab 1.5.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a7b7426eb749e0c60e4c6704fed23dc7853d27d]

        INTEGRATION: CWS warnings01 (1.24.6); FILE MERGED 2006/05/23 19:07:27 sb 1.24.6.7: RESYNC: (1.27-1.30); FILE MERGED 2005/12/21 13:52:09 ab 1.24.6.6: #i53898# Clean up Basic to simplify warning removement in depended modules and later use 2005/12/08 14:26:54 ab 1.24.6.5: #i53898# Removed os2/mac define usage 2005/12/05 14:17:14 ab 1.24.6.4: #i53898# Removed warnings for solaris 2005/12/01 14:55:55 ab 1.24.6.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:33:03 pl 1.24.6.2: RESYNC: (1.24-1.27); FILE MERGED 2005/11/07 12:02:41 ab 1.24.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3e15dce543674f5aaea23293e08630f210f22d7]

        INTEGRATION: CWS warnings01 (1.33.6); FILE MERGED 2006/05/29 07:59:04 sb 1.33.6.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:07:08 sb 1.33.6.5: RESYNC: (1.36-1.38); FILE MERGED 2006/04/07 18:38:22 sb 1.33.6.4: RESYNC: (1.35-1.36); FILE MERGED 2005/12/05 14:17:14 ab 1.33.6.3: #i53898# Removed warnings for solaris 2005/12/01 14:55:54 ab 1.33.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:41 ab 1.33.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb409e360c0c93a811653eebc029d6c79ccae2b3]

        INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2005/11/07 12:02:40 ab 1.7.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5a86422f09d37db9da584b88bd2c9f578a26b7c]

        INTEGRATION: CWS warnings01 (1.24.6); FILE MERGED 2006/05/23 19:06:46 sb 1.24.6.4: RESYNC: (1.26-1.27); FILE MERGED 2005/12/21 13:52:08 ab 1.24.6.3: #i53898# Clean up Basic to simplify warning removement in depended modules and later use 2005/12/01 14:55:54 ab 1.24.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:40 ab 1.24.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21076469b6ebd869076ccfa2fff92e282ea88061]

        INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2005/12/08 15:18:36 ab 1.6.8.4: #i53898# Removed os2/mac define usage 2005/12/05 14:17:14 ab 1.6.8.3: #i53898# Removed warnings for solaris 2005/12/01 14:55:54 ab 1.6.8.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:40 ab 1.6.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe54bb5a61c6a85251be395db65b452401ee052f]

        INTEGRATION: CWS warnings01 (1.14.24); FILE MERGED 2006/05/19 07:46:19 sb 1.14.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3abd694802f5344644d2e465cdd8ce0512d10808]

        INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED 2005/12/01 14:55:53 ab 1.15.8.3: #i53898# Removed warnings for unxlngi6 2005/11/07 17:31:26 pl 1.15.8.2: RESYNC: (1.15-1.18); FILE MERGED 2005/11/07 12:02:39 ab 1.15.8.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6ec214b854813821556dc9bc3a5dedb78382aeb]

        INTEGRATION: CWS warnings01 (1.22.6); FILE MERGED 2005/12/01 14:55:53 ab 1.22.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:38 ab 1.22.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [768e66a49a164fd3d9658b7f838152a35dca0f4d]

        INTEGRATION: CWS warnings01 (1.16.6); FILE MERGED 2005/12/08 15:18:36 ab 1.16.6.3: #i53898# Removed os2/mac define usage 2005/12/01 14:55:51 ab 1.16.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:38 ab 1.16.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [674b64c4253ed4a3e96a153a05c7c81699fcba43]

        INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2006/05/17 07:21:10 sb 1.5.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6710c35083313928659588c4d5bb26311e6f5b19]

        INTEGRATION: CWS warnings01 (1.30.6); FILE MERGED 2006/05/23 19:06:19 sb 1.30.6.3: RESYNC: (1.32-1.33); FILE MERGED 2005/12/01 14:55:46 ab 1.30.6.2: #i53898# Removed warnings for unxlngi6 2005/11/07 12:02:37 ab 1.30.6.1: #i53898# Removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3513f3e81f6bb812caa58a480a69bedd4cfb9fdd]

        INTEGRATION: CWS warnings01 (1.7.24); FILE MERGED 2005/11/18 14:29:39 gh 1.7.24.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9de57dd22161f19a08c573e90bb9dc3fb82a7bea]

        INTEGRATION: CWS warnings01 (1.15.6); FILE MERGED 2005/11/18 09:57:05 gh 1.15.6.2: linux warnings (some more) 2005/10/28 12:36:17 gh 1.15.6.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6df3c338319292130856d0ef3ced82f1807a19f]

        INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/18 14:29:39 gh 1.4.28.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1673205ae5ef09c73c3c772a250292859009cf8]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/18 09:57:04 gh 1.3.28.1: linux warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ed25b83d764def943a845c879f537f2d7f657fe]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2005/10/28 12:36:17 gh 1.11.28.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8e95fd5d2f8af16ee2835058839fa5297d241b4]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/18 09:57:04 gh 1.5.30.2: linux warnings (some more) 2005/10/28 12:36:17 gh 1.5.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5afa7a53b7c1e58727d84c6548428190bb7406be]

        INTEGRATION: CWS warnings01 (1.9.28); FILE MERGED 2005/12/23 10:13:46 gh 1.9.28.2: rename method to resolv ambiguity 2005/11/18 09:57:04 gh 1.9.28.1: linux warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a2e0d3d21d1fdb24bb38c6a6d5d3917b348fc79]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/10/28 12:36:17 gh 1.7.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f2165306cacafcdf758970505839ab7d41d5286]

        INTEGRATION: CWS warnings01 (1.20.28); FILE MERGED 2006/05/29 07:59:03 sb 1.20.28.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:05:49 sb 1.20.28.3: RESYNC: (1.20-1.22); FILE MERGED 2005/11/18 09:57:04 gh 1.20.28.2: linux warnings (some more) 2005/10/28 12:36:17 gh 1.20.28.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30a01c5369a4f4243bc390cefce99ed76b4e07a8]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2005/10/28 12:36:17 gh 1.11.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [291627a11c2b9ec32968c370ba9975878d07f888]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/05/23 19:05:26 sb 1.10.30.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/23 14:52:02 gh 1.10.30.3: remove problem with FreeResource being protected 2005/11/18 14:29:39 gh 1.10.30.2: solaris warnings (some more) 2005/10/28 12:36:16 gh 1.10.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63d8280c9df035e705e5f80d6e291db6c68c0215]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2006/05/29 07:59:03 sb 1.22.30.7: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 19:05:18 sb 1.22.30.6: RESYNC: (1.23-1.25); FILE MERGED 2006/04/07 18:37:34 sb 1.22.30.5: RESYNC: (1.22-1.23); FILE MERGED 2005/11/23 14:52:02 gh 1.22.30.4: remove problem with FreeResource being protected 2005/11/18 14:29:39 gh 1.22.30.3: solaris warnings (some more) 2005/11/18 09:57:04 gh 1.22.30.2: linux warnings (some more) 2005/10/28 12:36:16 gh 1.22.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e22aa2224af83bdf530d1eff9add27321bf5d065]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/11/18 09:57:04 gh 1.2.30.1: linux warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7348cf5e2417ffdc4af89e55212a1caaeb8b7290]

        INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED 2005/11/18 14:29:38 gh 1.2.30.2: solaris warnings (some more) 2005/10/28 12:36:16 gh 1.2.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e36fc24652b6d3863bc1637094967dec98b1813]

        INTEGRATION: CWS warnings01 (1.7.30); FILE MERGED 2005/11/18 14:29:38 gh 1.7.30.2: solaris warnings (some more) 2005/10/28 12:36:16 gh 1.7.30.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e89a90608d9a8d39d996747017b85f5778ece3c]

        INTEGRATION: CWS warnings01 (1.60.26); FILE MERGED 2006/05/23 19:05:05 sb 1.60.26.2: RESYNC: (1.60-1.62); FILE MERGED 2005/11/23 14:52:02 gh 1.60.26.1: remove problem with FreeResource being protected

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c77a1e1eade32808daff15159a5752c4262c521]

        INTEGRATION: CWS warnings01 (1.5.28); FILE MERGED 2005/11/18 14:29:38 gh 1.5.28.2: solaris warnings (some more) 2005/11/18 09:57:03 gh 1.5.28.1: linux warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [55b4b5207f363a1f134d5f72dd9fcf3d330f72de]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2006/05/23 19:04:44 sb 1.6.28.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/18 14:29:37 gh 1.6.28.2: solaris warnings (some more) 2005/10/28 12:36:16 gh 1.6.28.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28349b1cb56a97e8e178ad38cfd9df6ae1ab592e]

        INTEGRATION: CWS warnings01 (1.4.28); FILE MERGED 2005/11/18 14:29:37 gh 1.4.28.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5766dbba5abd23d7c62a4ec687fc77a34529402a]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2005/11/18 09:57:03 gh 1.6.28.2: linux warnings (some more) 2005/10/28 12:36:16 gh 1.6.28.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [029511901cba7111d628fdddcbfca9e55304d9f3]

        INTEGRATION: CWS warnings01 (1.2.28); FILE MERGED 2005/11/18 14:29:37 gh 1.2.28.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cbafd2390c96fadd801ba38793a1f36562a655d]

        INTEGRATION: CWS warnings01 (1.8.28); FILE MERGED 2005/11/18 09:57:03 gh 1.8.28.1: linux warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d72a7ca792124226bc2abf267ff854a5967ecc0e]

        INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED 2005/11/18 14:29:37 gh 1.9.30.1: solaris warnings (some more)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e97cbbb279313af90019098958b8705a6d45764]

        INTEGRATION: CWS warnings01 (1.61.28); FILE MERGED 2006/05/23 19:04:35 sb 1.61.28.5: RESYNC: (1.61-1.63); FILE MERGED 2005/12/07 09:07:03 ab 1.61.28.4: #i53898# Removed warning for unxsols4 2005/11/23 14:52:01 gh 1.61.28.3: remove problem with FreeResource being protected 2005/11/18 09:57:03 gh 1.61.28.2: linux warnings (some more) 2005/10/28 12:36:16 gh 1.61.28.1: remove warnings for linux

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dee6e8ffcb54ab0b4d5ec5373c84688006ce3cc4]

        INTEGRATION: CWS warnings01 (1.4.84); FILE MERGED 2006/03/10 16:33:13 ihi 1.4.84.1: #i57362# transex3 linker warning removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [536d841bba349e5d04f2caa6357ddb83be408895]

        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>  [a1d38a97c1d008bc076157110409440490b3ef24]

        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>  [4e757296ca106a39be71affd490f79316034ae8a]

        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>  [bd067dcdd604a5e70eb3ff9760a4293f66b61645]

        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>  [4d8090a1394cd5991266d916925c5153310d45f3]

        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>  [053e660cb1d43cf558e206d946755b311348cd69]

        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>  [05bd607380a66d5eef38985aee4f5479c5244cd6]

        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>  [1f5b4eab7de544b771ac4d38cb487604a9defba6]

        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>  [23756d182bd10f3fff504ec6977ac954063e5396]

        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>  [92a2318c7b6c52a4cb4a8ec82450fa70ad49f93d]

        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>  [c3b0b7653fb7e301350b347040e11af40decff5e]

        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>  [0681a356a1825e1d670dc53713ace8fb382576b3]

        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>  [8aa04b93016c6b440a331045e8da4189d15b928a]

        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>  [40f1e7da84d29f6758919ee2b06819ff1227a2c1]

        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>  [8267fd75e07ebea6e139c72363b75bbc3220aed1]

        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>  [7d7d91497efb4b107dfa9dfbdd6edcf9f5e607b1]

        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>  [eba115806e76426e3ec9dd64823eac1da106f440]

        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>  [dd883da6affdace66212e16a0d72234cc600c637]

        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>  [19e271c2a33b8de614aafebd4546bd4fc09d4cbe]

        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>  [6e9fe010051392962519df21389bedf8494d50af]

        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>  [e88f96ce49ad80ac41c23d3848510e4764e24d15]

        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>  [4376a1e9ef06cf8869c0110ee6c12fed439c7cc5]

        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>  [33786b7501fcf390db3e811cc7835c3b5c7fb0de]

        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>  [082c4a86a45bc38170817934d5aa28251dea6bac]

        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>  [80ee5c74a5e32656ca39233a917cd3894ae4c23c]

        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>  [96929c715388553fc9996fe3528b8215c57bf460]

        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>  [33df8fd63cfcaa9c56dee0392a490b9c39f8e80c]

        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>  [d5595ee8718ceb5e489f71827f394a476c756a95]

        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>  [b85d69245b8eeee2bbbffda28286375e64658c6b]

        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>  [e0771c94fd04e058c2642bd95b1cfaa485f67240]

        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>  [19088df2199a2a6dec0f380a69b3a0c27c1a4b98]

        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>  [f44448a6351b0fbb9ca48ccfdaa32347dea5c795]

        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>  [a41abe94f6aa33b83f0a1b6a40618c3d7ec3b7b9]

        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>  [9d87dfa547a3c2e8592e0a20d7f5e84eac85c7f9]

        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>  [34ee3065905a05326d8a85b2ed59f38165b3ac9c]

        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>  [34b349a489075d4c8e2663d797694149629954c7]

        INTEGRATION: CWS warnings01 (1.6.28); FILE MERGED 2006/02/28 12:49:35 sb 1.6.28.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3869c3d1ceeabb200a5f5734dcd11d914aa8d450]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/05/22 15:16:08 sb 1.5.8.6: #i53898# Module accessibility warning-free on wntmsci10 now. 2006/04/20 13:58:28 sb 1.5.8.5: #i53898# Temporarily introduced MODULES_WITH_WARNINGS, until all modules are warning-free. 2006/03/29 11:29:46 fs 1.5.8.4: disable C4503 2006/02/27 11:44:47 sb 1.5.8.3: #i53898# Globally disabled warnings C4611, C4710. 2006/02/20 09:22:56 cd 1.5.8.2: #i53898# Add C4355 to the list of default disabled warnings 2006/01/26 12:30:45 sb 1.5.8.1: #i53898# Moved over changes from wnt.mk 1.74.56.7.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64871c499676947916cdaef07e3a3672387f7216]

        INTEGRATION: CWS warnings01 (1.19.56); FILE MERGED 2006/04/20 13:58:28 sb 1.19.56.7: #i53898# Temporarily introduced MODULES_WITH_WARNINGS, until all modules are warning-free. 2006/01/25 19:06:09 sb 1.19.56.6: RESYNC: (1.21-1.23); FILE MERGED 2005/10/28 09:33:52 sb 1.19.56.5: #i53898# Switched off reftotemp warning; added comments about switched off warnings. 2005/10/19 16:00:57 sb 1.19.56.4: #i53898# Switch on the effects of wall=1 per default on certain platforms. 2005/09/22 23:30:11 sb 1.19.56.3: RESYNC: (1.19-1.21); FILE MERGED 2005/08/31 09:41:29 sb 1.19.56.2: #i53898# Contrary to previous belief, cc *does* generate warnings (about unreachable code, for example).  Globally disabled doubunder for CC. 2005/08/29 11:48:53 sb 1.19.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fec08a26c22247471d0e5645917d02f504c5be4]

        INTEGRATION: CWS warnings01 (1.11.56); FILE MERGED 2006/04/20 13:58:28 sb 1.11.56.7: #i53898# Temporarily introduced MODULES_WITH_WARNINGS, until all modules are warning-free. 2006/01/25 19:05:59 sb 1.11.56.6: RESYNC: (1.13-1.15); FILE MERGED 2005/10/28 09:33:51 sb 1.11.56.5: #i53898# Switched off reftotemp warning; added comments about switched off warnings. 2005/10/19 16:00:56 sb 1.11.56.4: #i53898# Switch on the effects of wall=1 per default on certain platforms. 2005/09/22 23:29:42 sb 1.11.56.3: RESYNC: (1.11-1.13); FILE MERGED 2005/08/31 09:41:28 sb 1.11.56.2: #i53898# Contrary to previous belief, cc *does* generate warnings (about unreachable code, for example).  Globally disabled doubunder for CC. 2005/08/29 11:48:53 sb 1.11.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ddc33119240bc7aaae590e3afed430c9708a95]

        INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED 2005/11/09 10:34:32 sb 1.7.56.3: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/09/22 23:28:41 sb 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 11:48:52 sb 1.7.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b150bf6f639fce4d8a4e8da231fcce05fb66b5c]

        INTEGRATION: CWS warnings01 (1.8.56); FILE MERGED 2006/01/25 19:05:52 sb 1.8.56.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/09 10:34:31 sb 1.8.56.3: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/09/22 23:28:20 sb 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/29 11:48:52 sb 1.8.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cf93e9dfc53400f599263dbd42cb51fe4b93edf]

        INTEGRATION: CWS warnings01 (1.10.56); FILE MERGED 2006/01/25 19:05:30 sb 1.10.56.5: RESYNC: (1.12-1.13); FILE MERGED 2005/11/09 10:34:31 sb 1.10.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:20:34 pl 1.10.56.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/22 23:28:02 sb 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 11:48:52 sb 1.10.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b99998461b6de46431346208284300f81ddc7c]

        INTEGRATION: CWS warnings01 (1.13.56); FILE MERGED 2006/05/23 19:01:36 sb 1.13.56.6: RESYNC: (1.16-1.17); FILE MERGED 2006/01/25 19:05:22 sb 1.13.56.5: RESYNC: (1.15-1.16); FILE MERGED 2005/11/09 10:34:30 sb 1.13.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:20:27 pl 1.13.56.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/22 23:27:54 sb 1.13.56.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/29 11:48:51 sb 1.13.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [17d569362b117343f66e2c912f0e60f8e7cc0bf7]

        INTEGRATION: CWS warnings01 (1.18.56); FILE MERGED 2006/05/23 19:01:28 sb 1.18.56.6: RESYNC: (1.21-1.22); FILE MERGED 2006/01/25 19:05:02 sb 1.18.56.5: RESYNC: (1.20-1.21); FILE MERGED 2005/11/09 10:34:30 sb 1.18.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:20:05 pl 1.18.56.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/22 23:27:33 sb 1.18.56.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/29 11:48:51 sb 1.18.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5294994088cbc4997406405d3015783c615bc80b]

        INTEGRATION: CWS warnings01 (1.18.56); FILE MERGED 2006/05/23 19:01:21 sb 1.18.56.6: RESYNC: (1.22-1.23); FILE MERGED 2006/01/25 19:04:53 sb 1.18.56.5: RESYNC: (1.20-1.22); FILE MERGED 2005/11/09 10:34:30 sb 1.18.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:19:54 pl 1.18.56.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/22 23:27:23 sb 1.18.56.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/29 11:48:51 sb 1.18.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [550f0a65ba6d69714b91d8df1ace11eb4f56b802]

        INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED 2006/01/25 19:04:45 sb 1.7.56.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/09 10:34:30 sb 1.7.56.3: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/09/22 23:27:14 sb 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 11:48:51 sb 1.7.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41c48b8509969940d6f6b09214b882e126f6b331]

        INTEGRATION: CWS warnings01 (1.13.56); FILE MERGED 2006/05/23 19:01:13 sb 1.13.56.10: RESYNC: (1.18-1.19); FILE MERGED 2006/04/20 13:58:28 sb 1.13.56.9: #i53898# Temporarily introduced MODULES_WITH_WARNINGS, until all modules are warning-free. 2006/04/07 18:32:13 sb 1.13.56.8: RESYNC: (1.17-1.18); FILE MERGED 2006/02/01 15:14:50 sb 1.13.56.7: #i53898# Globally disabled -Wnon-virtual-dtor for unxlngi6. 2006/01/25 19:04:36 sb 1.13.56.6: RESYNC: (1.16-1.17); FILE MERGED 2005/11/07 17:19:42 pl 1.13.56.5: RESYNC: (1.15-1.16); FILE MERGED 2005/11/07 12:07:53 sb 1.13.56.4: #i53898# Additional -W switches for GCC. 2005/10/19 16:00:56 sb 1.13.56.3: #i53898# Switch on the effects of wall=1 per default on certain platforms. 2005/09/22 23:27:06 sb 1.13.56.2: RESYNC: (1.13-1.15); FILE MERGED 2005/08/29 11:48:51 sb 1.13.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [972d905d7f18dc10f9f4e27bb244d6f778f57901]

        INTEGRATION: CWS warnings01 (1.34.56); FILE MERGED 2006/05/23 19:01:03 sb 1.34.56.7: RESYNC: (1.38-1.39); FILE MERGED 2006/04/07 18:31:55 sb 1.34.56.6: RESYNC: (1.37-1.38); FILE MERGED 2006/01/25 19:04:21 sb 1.34.56.5: RESYNC: (1.36-1.37); FILE MERGED 2005/11/09 10:34:29 sb 1.34.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:19:27 pl 1.34.56.3: RESYNC: (1.35-1.36); FILE MERGED 2005/09/22 23:26:49 sb 1.34.56.2: RESYNC: (1.34-1.35); FILE MERGED 2005/08/29 11:48:50 sb 1.34.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e489eec0c8f85aeb454d654fea6d80874c71e73]

        INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED 2005/09/22 23:26:39 sb 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 11:48:50 sb 1.7.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f244d0d7710298ec5a53d8bac3c82681d45c16ab]

        INTEGRATION: CWS warnings01 (1.9.56); FILE MERGED 2005/09/22 23:26:16 sb 1.9.56.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/29 11:48:50 sb 1.9.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [225fe636967f9a1a8dcd66afe91b0e9d3b0fcbd9]

        INTEGRATION: CWS warnings01 (1.16.56); FILE MERGED 2006/04/07 18:31:38 sb 1.16.56.5: RESYNC: (1.19-1.20); FILE MERGED 2005/11/09 10:34:29 sb 1.16.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:19:08 pl 1.16.56.3: RESYNC: (1.18-1.19); FILE MERGED 2005/09/22 23:25:42 sb 1.16.56.2: RESYNC: (1.16-1.18); FILE MERGED 2005/08/29 11:48:50 sb 1.16.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [55bdd56cca3b53fd85e5e5055f48769bf37ca07b]

        INTEGRATION: CWS warnings01 (1.11.56); FILE MERGED 2005/11/09 10:34:28 sb 1.11.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:19:01 pl 1.11.56.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/22 23:25:33 sb 1.11.56.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/29 11:48:50 sb 1.11.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e3d78f97e55b8464ce9865df02c4a684610637]

        INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED 2005/11/09 10:34:28 sb 1.7.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:18:50 pl 1.7.56.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 23:25:23 sb 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 11:48:49 sb 1.7.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76e83a74483680b1380812f93ff1db124ce4df51]

        INTEGRATION: CWS warnings01 (1.10.56); FILE MERGED 2005/11/09 10:34:28 sb 1.10.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk. 2005/11/07 17:18:43 pl 1.10.56.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/22 23:25:10 sb 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 11:48:49 sb 1.10.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1ffb08e424d69316f5559a1ebf990eddc0cf1ea]

        INTEGRATION: CWS warnings01 (1.172.56); FILE MERGED 2006/05/23 18:59:57 sb 1.172.56.6: RESYNC: (1.188-1.189); FILE MERGED 2006/04/20 13:58:27 sb 1.172.56.5: #i53898# Temporarily introduced MODULES_WITH_WARNINGS, until all modules are warning-free. 2006/04/07 18:29:40 sb 1.172.56.4: RESYNC: (1.185-1.188); FILE MERGED 2006/01/25 19:03:15 sb 1.172.56.3: RESYNC: (1.176-1.185); FILE MERGED 2005/09/22 23:18:12 sb 1.172.56.2: RESYNC: (1.172-1.176); FILE MERGED 2005/08/29 11:47:11 sb 1.172.56.1: #i53898# Added werror/COMPILER_WARN_ERRORS and EXTERNAL_WARNINGS_NOT_ERRORS; changed CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [814a23b89c8d78d854981b39d0284d06cc25f2aa]

        INTEGRATION: CWS warnings01 (1.64.28); FILE MERGED 2006/04/07 18:29:29 sb 1.64.28.2: RESYNC: (1.64-1.65); FILE MERGED 2005/10/13 09:27:05 sb 1.64.28.1: #i53898# Added CAPTURE_COMMAND/CAPTURE_OUTPUT to capture the command line to generate SLO/obj files from cxx (used in soltools/testhxx); if there is demand, this mechanism can be added to more rules.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b91744673fb25372b8c7e1ecd92f3eb85ae05da9]

        INTEGRATION: CWS warnings01 (1.16.58); FILE MERGED 2006/05/12 16:34:23 sb 1.16.58.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f1c0efc5c6450962ea01612f0da36370175b2cc]

        INTEGRATION: CWS warnings01 (1.5.128); FILE MERGED 2006/05/12 16:34:23 sb 1.5.128.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0e7ada82b9176631ec60a242726fe0c59fcf001]

        INTEGRATION: CWS warnings01 (1.10.150); FILE MERGED 2006/05/12 16:34:22 sb 1.10.150.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [539884c29092ddcd2b1a2c2725037635798fcf27]

        INTEGRATION: CWS warnings01 (1.2.150); FILE MERGED 2006/05/12 16:34:22 sb 1.2.150.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b54e89ea7102adde0f648c202189c7484cba0778]

        INTEGRATION: CWS warnings01 (1.5.78); FILE MERGED 2006/05/12 16:34:22 sb 1.5.78.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae255777cda8b27f894fc804754dbfc743d85634]

        INTEGRATION: CWS warnings01 (1.6.6); FILE MERGED 2006/05/23 18:53:20 sb 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/12 16:34:21 sb 1.6.6.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [04c4ab845f9f34b4af11f881b661c092b450d63c]

        INTEGRATION: CWS warnings01 (1.5.150); FILE MERGED 2006/05/12 16:34:21 sb 1.5.150.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd002527d0cb4da890aae33226df926f25e488d7]

        INTEGRATION: CWS warnings01 (1.3.150); FILE MERGED 2006/05/12 16:34:21 sb 1.3.150.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fd10c10791f2010ab709a666a005105387f9647]

        INTEGRATION: CWS warnings01 (1.13.220); FILE MERGED 2006/04/19 17:33:09 cl 1.13.220.2: warning free code changes 2006/03/10 17:42:59 aw 1.13.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4438135da41b97c47a69e8fe52f85cee560c4af2]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/19 17:33:09 cl 1.3.222.2: warning free code changes 2006/03/10 17:42:59 aw 1.3.222.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c211421c255fb7983f9cb44a666f14112d3d46d3]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/04/19 17:33:09 cl 1.15.220.2: warning free code changes 2006/03/10 17:42:59 aw 1.15.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3367d02a3c78d68ff3c8e000e8e6dbc21db877c]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/04/19 17:33:09 cl 1.14.220.2: warning free code changes 2006/03/10 17:42:59 aw 1.14.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50f4d3a2f486441907c5bb7716f1a9535684a30a]

        INTEGRATION: CWS warnings01 (1.14.218); FILE MERGED 2006/04/19 17:33:08 cl 1.14.218.2: warning free code changes 2006/03/10 17:42:59 aw 1.14.218.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [596b93b23d0f2111d9edff3bf26fa97a949dab63]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/04/19 17:33:08 cl 1.14.220.2: warning free code changes 2006/03/10 17:42:58 aw 1.14.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efaee38a013c3ed16c1f6e7a7bbd110ba1b83f1b]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/04/19 17:33:08 cl 1.11.220.2: warning free code changes 2006/03/10 17:42:58 aw 1.11.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [332688f697c841e9159df862bb14ac1fa9baa23c]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/04/19 17:33:08 cl 1.10.220.2: warning free code changes 2006/03/10 17:42:58 aw 1.10.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af9148263ed5124bd8bf809dcb5f393cffd97199]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/05/23 18:51:07 sb 1.4.220.3: RESYNC: (1.4-1.5); FILE MERGED 2006/04/19 17:33:07 cl 1.4.220.2: warning free code changes 2006/03/10 17:42:58 aw 1.4.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [322414fd6d1d40c07f70ec6c1cfc2f77a6c96175]

        INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED 2006/04/19 17:33:07 cl 1.13.218.2: warning free code changes 2006/03/10 17:42:57 aw 1.13.218.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8890e6bcc9b18c651f2363f0546e595ad240f39c]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/19 17:33:07 cl 1.4.220.2: warning free code changes 2006/03/10 17:42:57 aw 1.4.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3a6cac7a683895341989b10207def493d5af2c7]

        INTEGRATION: CWS warnings01 (1.31.218); FILE MERGED 2006/06/14 14:24:21 cl 1.31.218.3: #i66421# fixed wrong GetValue() comparisons 2006/04/19 17:33:06 cl 1.31.218.2: warning free code changes 2006/03/10 17:42:57 aw 1.31.218.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0ecb9b7c0096be5830c5be9cf343e2f78c13ba]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/04/19 17:33:06 cl 1.10.220.2: warning free code changes 2006/03/10 17:42:57 aw 1.10.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d9b497f918e77a358b277f76a0918d7d360bd13]

        INTEGRATION: CWS warnings01 (1.13.220); FILE MERGED 2006/05/23 18:50:57 sb 1.13.220.3: RESYNC: (1.13-1.14); FILE MERGED 2006/04/19 17:33:06 cl 1.13.220.2: warning free code changes 2006/03/10 17:42:57 aw 1.13.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2fe15575346ab22b4f0cf18709c1b793ee133c5]

        INTEGRATION: CWS warnings01 (1.13.222); FILE MERGED 2006/05/12 12:25:32 ab 1.13.222.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7fccd61f05bdc958c7b794497c80444504d70a9]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/12 12:25:32 ab 1.5.222.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1fa55d90c3d483fb98fc3a8fe8d7450bc0fe0f0]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/05/12 12:25:32 ab 1.9.222.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89f4af324891fc457c54c21f530099276fb919c]

        INTEGRATION: CWS warnings01 (1.26.148); FILE MERGED 2006/05/23 18:50:45 sb 1.26.148.2: RESYNC: (1.26-1.28); FILE MERGED 2006/05/12 12:25:32 ab 1.26.148.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccf1964434d96bd4bcbdcd675686a4983c03d50d]

        INTEGRATION: CWS warnings01 (1.18.222); FILE MERGED 2006/05/23 18:50:33 sb 1.18.222.2: RESYNC: (1.18-1.19); FILE MERGED 2006/05/12 12:25:32 ab 1.18.222.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7adc17fdbd6597414b14819aac017f513a2d4f4]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/17 16:39:51 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2539ea1fdd71fe93b34849aab8ca8c76b5efa64e]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/02/17 16:39:50 cl 1.3.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3e07b03e707f9cc16958cd6fc27a8af4cdfaf27]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/17 16:39:50 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a09d1bc6eaf8203072a86069c6e032c10003fd1]

        INTEGRATION: CWS warnings01 (1.20.222); FILE MERGED 2006/05/23 18:50:22 sb 1.20.222.2: RESYNC: (1.20-1.21); FILE MERGED 2006/02/17 16:21:38 cl 1.20.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61c5098468414c53ee4aa0e3c126352cf46ed61f]

        INTEGRATION: CWS warnings01 (1.54.132); FILE MERGED 2006/06/09 08:12:53 sb 1.54.132.3: #136650# Fixed previous fix (OWeakAggObject copy ctor must never be called and now is private and non-defined). 2006/05/23 18:50:10 sb 1.54.132.2: RESYNC: (1.54-1.55); FILE MERGED 2006/02/17 16:21:37 cl 1.54.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d130c0a6d6cf6bdebb821d36eb5c817c34931a66]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/02/17 16:21:37 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef89152d0e8b173201e0cf1dae231ee93817681]

        INTEGRATION: CWS warnings01 (1.27.222); FILE MERGED 2006/04/20 14:50:05 cl 1.27.222.2: warning free code changes 2006/02/17 16:21:36 cl 1.27.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcb9fd0445c421afbc738ed9cc5c971dc99bf7c]

        INTEGRATION: CWS warnings01 (1.24.222); FILE MERGED 2006/04/20 14:50:04 cl 1.24.222.2: warning free code changes 2006/02/17 16:21:35 cl 1.24.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5bcf3e931a5a328817aaf936cfd68e16335c8e]

        INTEGRATION: CWS warnings01 (1.25.220); FILE MERGED 2006/02/17 16:21:34 cl 1.25.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f06d4a4ffe002846c72984bb8d96b6dd1928315]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/20 14:50:04 cl 1.9.222.2: warning free code changes 2006/02/17 16:21:33 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91c5610c867de01a946e3e7fe62849a7e21d1718]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/02/17 16:21:32 cl 1.14.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9731d1251fddfedc99ce20f2b5607b3f3c90d2a]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/02/17 16:21:31 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f041b2b7539a291581d1795775314befee69adc4]

        INTEGRATION: CWS warnings01 (1.52.68); FILE MERGED 2006/05/23 18:49:53 sb 1.52.68.2: RESYNC: (1.52-1.53); FILE MERGED 2006/02/17 15:22:34 cl 1.52.68.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43131a6e76d9706a46f9232f022356e0ba311b3]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/02/17 15:22:33 cl 1.6.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dbd5a5505989ddd08ce87d3deef6704bf28ae20]

        INTEGRATION: CWS warnings01 (1.140.8); FILE MERGED 2006/05/29 09:57:40 sb 1.140.8.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 18:49:41 sb 1.140.8.4: RESYNC: (1.144-1.145); FILE MERGED 2006/04/19 18:00:17 cl 1.140.8.3: warning free code changes 2006/04/07 18:21:03 sb 1.140.8.2: RESYNC: (1.140-1.144); FILE MERGED 2006/02/17 15:22:32 cl 1.140.8.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d83ab990ffdd26e6ea8f593bb91a42cb8bb1166]

        INTEGRATION: CWS warnings01 (1.23.220); FILE MERGED 2006/04/19 18:00:17 cl 1.23.220.3: warning free code changes 2006/04/07 18:20:53 sb 1.23.220.2: RESYNC: (1.23-1.24); FILE MERGED 2006/02/17 15:22:31 cl 1.23.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4887133b630d9b8d941c4893fc3b1a1b652c2488]

        INTEGRATION: CWS warnings01 (1.23.218); FILE MERGED 2006/06/12 14:39:59 cl 1.23.218.3: #i66355# fixed type while adding 3d shape 2006/04/07 18:20:45 sb 1.23.218.2: RESYNC: (1.23-1.24); FILE MERGED 2006/02/17 15:22:31 cl 1.23.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2565f70960d625853a3d9b1ced45d12cf4a949]

        INTEGRATION: CWS warnings01 (1.51.218); FILE MERGED 2006/06/15 14:47:09 sb 1.51.218.4: #i66416# Fixed typos in previous fix. 2006/04/19 18:00:17 cl 1.51.218.3: warning free code changes 2006/04/07 18:20:37 sb 1.51.218.2: RESYNC: (1.51-1.52); FILE MERGED 2006/02/17 15:22:30 cl 1.51.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b77e2790c206439762cdde3343f64e87bfe0d16]

        INTEGRATION: CWS warnings01 (1.61.218); FILE MERGED 2006/02/17 15:22:29 cl 1.61.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27fad8988efb08ee27503102e503dd5242d3315e]

        INTEGRATION: CWS warnings01 (1.13.220); FILE MERGED 2006/02/17 15:22:29 cl 1.13.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecb1bc028f2cfaa191a258b2c9b9a4a83aa1d54b]

        INTEGRATION: CWS warnings01 (1.33.146); FILE MERGED 2006/04/19 18:00:17 cl 1.33.146.3: warning free code changes 2006/04/07 18:20:30 sb 1.33.146.2: RESYNC: (1.33-1.34); FILE MERGED 2006/02/17 15:22:28 cl 1.33.146.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ee60e9c537ad049da5229a8d9137762f3ea54e3]

        INTEGRATION: CWS warnings01 (1.18.220); FILE MERGED 2006/02/17 15:22:27 cl 1.18.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [874a38d5029d6b2cc4cf078ee7ef127afca4ade1]

        INTEGRATION: CWS warnings01 (1.16.220); FILE MERGED 2006/02/17 15:22:27 cl 1.16.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [65aaee96076e7b6a72b28b0bc5774e7808dae1d1]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/17 15:22:26 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dde1ed11dd7c342cce9bfd4c8d19d9c8853e211f]

        INTEGRATION: CWS warnings01 (1.20.220); FILE MERGED 2006/02/17 15:22:26 cl 1.20.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eabcae191fe8da3f5957b13f237ac5d8bda7b136]

        INTEGRATION: CWS warnings01 (1.13.222); FILE MERGED 2006/04/19 18:00:17 cl 1.13.222.2: warning free code changes 2006/02/17 15:22:25 cl 1.13.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4af6584d48e97e4dd89a8e2ab18a9dedd352b9c2]

        INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED 2006/04/19 15:12:13 cl 1.15.222.1: fixing BitmapItem access

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [835556dd24041a4b6098c34146f6ba32160d747b]

        INTEGRATION: CWS warnings01 (1.5.132); FILE MERGED 2006/04/07 18:20:21 sb 1.5.132.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/17 15:22:24 cl 1.5.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a0ab1a0ced6176fa31c506570844f4fbf5777f]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/04/19 15:11:03 cl 1.14.220.2: casting SdrGluePointList to non const 2006/02/17 15:22:24 cl 1.14.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c18b81faeb3ff1405b53d5e076f72f81270fd90]

        INTEGRATION: CWS warnings01 (1.5.216); FILE MERGED 2006/02/17 15:22:23 cl 1.5.216.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c4f6a8877badb4276b21fe227238d4be5dbd2d2]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/02/17 15:22:23 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c93555effe20af37d60dc1375ed02fa8dadec9c9]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/02/17 15:22:22 cl 1.12.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dc3400fc0fdb602b68c652bfb5fd97a81a141f3]

        INTEGRATION: CWS warnings01 (1.25.158); FILE MERGED 2006/02/17 15:22:21 cl 1.25.158.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cafa24bbb95af335342433666c39e0f54012c626]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/12 16:20:26 sb 1.3.222.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9eb33784c0cc0bba8be98ad0cdaff8ceafa1143]

        INTEGRATION: CWS warnings01 (1.13.22); FILE MERGED 2006/05/11 10:05:59 ab 1.13.22.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [375ffbe578aa72504d378c22bca9e3c0b2048dee]

        INTEGRATION: CWS warnings01 (1.11.22); FILE MERGED 2006/05/11 10:05:58 ab 1.11.22.1: #i53898# Removed warnings for unxlngi6/unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2a2c34f177ce7b3c1d970886130c93e6afb10f]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/04/20 14:50:04 cl 1.7.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dbe60a480182e6f33badc8ad6634f75d65a8e9b]

        INTEGRATION: CWS warnings01 (1.12.222); FILE MERGED 2006/04/20 14:50:04 cl 1.12.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2c6471eed502390b1e43e4050a3dff47b427d62]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/04/20 14:50:03 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c8f3441565e9decc89ef1480d33e643328b450]

        INTEGRATION: CWS warnings01 (1.68.18); FILE MERGED 2006/05/23 18:48:53 sb 1.68.18.3: RESYNC: (1.68-1.69); FILE MERGED 2006/05/12 16:20:26 sb 1.68.18.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:50:03 cl 1.68.18.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [beefa75fee40ffcef1ed6fb06957dd3327469422]

        INTEGRATION: CWS warnings01 (1.11.128); FILE MERGED 2006/05/12 16:20:26 sb 1.11.128.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [05c2103cb236ec38a7a35f8906dc96c741720fc5]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/04/20 14:50:03 cl 1.14.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [127bba3944dcfb16280900fdfb5d0a296ab37f33]

        INTEGRATION: CWS warnings01 (1.16.222); FILE MERGED 2006/06/15 07:13:02 sb 1.16.222.4: #i53898# Reflected renamed Get/SetValue functions. 2006/05/23 18:48:14 sb 1.16.222.3: RESYNC: (1.16-1.17); FILE MERGED 2006/05/12 16:20:25 sb 1.16.222.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:50:03 cl 1.16.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a7a7bfec7119d9dbc765d6e56ea98dc6943d8e7]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/05/12 16:20:25 sb 1.12.220.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:50:03 cl 1.12.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d95a7a2dae42fac2b9ae16738f6e7c07da9a1636]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/05/12 16:20:25 sb 1.11.220.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:50:03 cl 1.11.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb0842dfac08c1d35f50eff5128fa11faa463db2]

        INTEGRATION: CWS warnings01 (1.27.192); FILE MERGED 2006/04/20 14:50:02 cl 1.27.192.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba3dae1f3f3abede2605547b03c24c37d11e9161]

        INTEGRATION: CWS warnings01 (1.16.218); FILE MERGED 2006/04/20 14:50:02 cl 1.16.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2704e121ec234de14a9894736882295b2ec5463d]

        INTEGRATION: CWS warnings01 (1.24.222); FILE MERGED 2006/04/20 14:50:02 cl 1.24.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13bb712d0602487e8057912305e14d9569607780]

        INTEGRATION: CWS warnings01 (1.26.132); FILE MERGED 2006/04/20 14:50:02 cl 1.26.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc2583ed53399cee15815620c4e9b6ca3822d5a8]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/20 14:50:01 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2234afb4a9ce299916753a6ea954389a402ed1dc]

        INTEGRATION: CWS warnings01 (1.25.24); FILE MERGED 2006/02/23 20:30:17 aw 1.25.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [903c5a10e201474f77552ec436483e4b9c6ffdc5]

        INTEGRATION: CWS warnings01 (1.3.218); FILE MERGED 2006/03/10 16:28:40 aw 1.3.218.2: #i55991# WarningFree changes for unxsol 2006/02/23 20:30:17 aw 1.3.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50dbdc6f68f2923fb13644122c241d5ccd1e70ab]

        INTEGRATION: CWS warnings01 (1.15.218); FILE MERGED 2006/03/10 16:28:40 aw 1.15.218.2: #i55991# WarningFree changes for unxsol 2006/02/23 20:30:16 aw 1.15.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6da0b75341a2f081a1ee3210be7b228094cf7d8e]

        INTEGRATION: CWS warnings01 (1.20.24); FILE MERGED 2006/02/23 19:32:24 aw 1.20.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1cbb6cb4c5c3f6c9870eb5dbe07f1d218a8da98]

        INTEGRATION: CWS warnings01 (1.20.220); FILE MERGED 2006/03/10 16:28:40 aw 1.20.220.2: #i55991# WarningFree changes for unxsol 2006/02/23 19:32:24 aw 1.20.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2247e625a5c59137286560f82c9a605b48a83daa]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/02/23 19:32:23 aw 1.6.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c28e6be5ff3564a257e11e3de344170b002ae56]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/23 19:32:23 aw 1.4.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d2fc6b6ac9571f2e3a36da466e70ca80fbd3da4]

        INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED 2006/02/23 19:32:23 aw 1.8.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08622eab0be228e0d34e584a3357364fa5d1798b]

        INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED 2006/02/23 19:32:22 aw 1.6.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b53d663586e95d808e5789192de45a1cb4bc962]

        INTEGRATION: CWS warnings01 (1.25.218); FILE MERGED 2006/03/10 16:28:39 aw 1.25.218.2: #i55991# WarningFree changes for unxsol 2006/02/23 19:32:22 aw 1.25.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8c7c6daee2658c327fe325afdbce21c85f03cda]

        INTEGRATION: CWS warnings01 (1.46.144); FILE MERGED 2006/05/23 18:47:46 sb 1.46.144.3: RESYNC: (1.46-1.47); FILE MERGED 2006/05/18 12:53:17 fs 1.46.144.2: #i65540# 2006/02/21 21:17:41 aw 1.46.144.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1558ccb2ee4bc11bccaa70c024b2dbe991cce174]

        INTEGRATION: CWS warnings01 (1.51.146); FILE MERGED 2006/03/10 16:28:39 aw 1.51.146.2: #i55991# WarningFree changes for unxsol 2006/02/23 19:32:22 aw 1.51.146.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f83e3c11ef94f6010839aae0d6198af6a967762]

        INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED 2006/02/23 19:32:21 aw 1.13.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b30e490534cf323cc86427b6501920579d5d082e]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/02/23 19:32:21 aw 1.5.8.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa1061e00bd4b2f987fb2b10c5251459283bc0aa]

        INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED 2006/02/21 21:17:41 aw 1.21.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8387eec30b3af0ab98918331017fc63678fe9b09]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/02/23 19:32:20 aw 1.10.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b376e3c2484936874baa3a4d1217341c5c2beae]

        INTEGRATION: CWS warnings01 (1.10.218); FILE MERGED 2006/02/21 21:17:41 aw 1.10.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2166fbb1e754427073539acc99dd1078e8dae33]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/02/23 19:32:20 aw 1.4.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b52785c92a93eb43ec68f8d06d34591b18178d98]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/02/23 19:32:20 aw 1.15.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a02d8e89605e63a37395b4eba7d3a22391a1766]

        INTEGRATION: CWS warnings01 (1.3.190); FILE MERGED 2006/03/10 16:28:39 aw 1.3.190.3: #i55991# WarningFree changes for unxsol 2006/02/23 19:32:19 aw 1.3.190.2: #i55991# Adaptions to warning free code 2006/02/22 19:26:19 aw 1.3.190.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad1f95d8912fdd2949634422705da8005120a581]

        INTEGRATION: CWS warnings01 (1.26.220); FILE MERGED 2006/02/22 21:57:13 aw 1.26.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c99836322bfdc8716b377457c261de536bcae5ae]

        INTEGRATION: CWS warnings01 (1.73.218); FILE MERGED 2006/02/22 21:57:13 aw 1.73.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [883d49ad6ceb666975b7294a175b5c805cb340f0]

        INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED 2006/02/22 21:39:59 aw 1.21.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bc65dde04595e62179baad8a224bdb3f6163633]

        INTEGRATION: CWS warnings01 (1.28.218); FILE MERGED 2006/05/23 18:47:31 sb 1.28.218.4: RESYNC: (1.28-1.29); FILE MERGED 2006/03/10 16:28:39 aw 1.28.218.3: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:58 aw 1.28.218.2: #i55991# Adaptions to warning free code 2006/02/22 19:26:19 aw 1.28.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [79f284ec4433e31df4bef133c0bba918bf9e8e41]

        INTEGRATION: CWS warnings01 (1.62.2); FILE MERGED 2006/05/23 18:47:11 sb 1.62.2.4: RESYNC: (1.66-1.67); FILE MERGED 2006/04/07 18:19:17 sb 1.62.2.3: RESYNC: (1.64-1.66); FILE MERGED 2006/01/25 18:45:04 sb 1.62.2.2: RESYNC: (1.62-1.64); FILE MERGED 2006/01/05 14:05:22 fs 1.62.2.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3766f9632501b07202871f877ae5bd3c28a5ff89]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/22 21:39:58 aw 1.5.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bf0771d685c0b5cb49bad4198d3ee041178e59f]

        INTEGRATION: CWS warnings01 (1.23.218); FILE MERGED 2006/03/10 16:28:39 aw 1.23.218.3: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:58 aw 1.23.218.2: #i55991# Adaptions to warning free code 2006/02/22 19:26:19 aw 1.23.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec131d37713ab4b582bbe373cdc10d7cdccfff8b]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/03/10 16:28:38 aw 1.3.220.2: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:58 aw 1.3.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e06aad31eef38a57afa4aab6bc5dc44aeaed6e21]

        INTEGRATION: CWS warnings01 (1.27.218); FILE MERGED 2006/02/21 21:17:41 aw 1.27.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc1f7b02ae4b9f4ba3063ff24ef78cf6d3d91f75]

        INTEGRATION: CWS warnings01 (1.69.144); FILE MERGED 2006/03/10 16:28:38 aw 1.69.144.2: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:58 aw 1.69.144.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cabf184fc6cc2f7c1825f2c7f89e44a68587a84]

        INTEGRATION: CWS warnings01 (1.34.218); FILE MERGED 2006/02/22 21:39:57 aw 1.34.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3e0e7ee98cb3434db09c46120635ba8613f9638]

        INTEGRATION: CWS warnings01 (1.24.216); FILE MERGED 2006/03/10 16:28:38 aw 1.24.216.3: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:57 aw 1.24.216.2: #i55991# Adaptions to warning free code 2006/02/22 19:26:19 aw 1.24.216.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1373d974141fecd913f2cb197ee501e7c6557329]

        INTEGRATION: CWS warnings01 (1.20.218); FILE MERGED 2006/03/10 16:28:38 aw 1.20.218.2: #i55991# WarningFree changes for unxsol 2006/02/22 21:39:57 aw 1.20.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [876e5ba3989ac87c221bb78557a6c28e85c85181]

        INTEGRATION: CWS warnings01 (1.76.218); FILE MERGED 2006/04/07 18:19:06 sb 1.76.218.3: RESYNC: (1.76-1.78); FILE MERGED 2006/03/10 16:28:37 aw 1.76.218.2: #i55991# WarningFree changes for unxsol 2006/02/22 20:47:23 aw 1.76.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [907a08accfb3775b9a92febc1c3bd924e64b7999]

        INTEGRATION: CWS warnings01 (1.42.218); FILE MERGED 2006/05/23 18:46:56 sb 1.42.218.3: RESYNC: (1.42-1.43); FILE MERGED 2006/03/10 16:28:37 aw 1.42.218.2: #i55991# WarningFree changes for unxsol 2006/02/22 20:47:23 aw 1.42.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49e3714c7ffd8d63c816a89ec366fabe1377b922]

        INTEGRATION: CWS warnings01 (1.26.120); FILE MERGED 2006/05/23 18:46:45 sb 1.26.120.5: RESYNC: (1.29-1.30); FILE MERGED 2006/04/07 18:18:56 sb 1.26.120.4: RESYNC: (1.26-1.29); FILE MERGED 2006/03/10 16:28:37 aw 1.26.120.3: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:19 aw 1.26.120.2: #i55991# Adaptions to warning free code 2006/02/21 22:07:40 aw 1.26.120.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a11ed84c1c164faa7087e9a7a584ef6c80db394a]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/02/22 20:47:23 aw 1.6.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c854a318e64d3504678d9a25a04b8e4a8baf85b3]

        INTEGRATION: CWS warnings01 (1.24.218); FILE MERGED 2006/03/10 16:28:37 aw 1.24.218.4: #i55991# WarningFree changes for unxsol 2006/02/21 21:17:40 aw 1.24.218.3: #i55991# Adaptions to warning free code 2006/01/25 18:44:46 sb 1.24.218.2: RESYNC: (1.24-1.25); FILE MERGED 2006/01/05 14:05:22 fs 1.24.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af753013fd3d1aa3851bfa02f7f5ac527605c9e2]

        INTEGRATION: CWS warnings01 (1.62.22); FILE MERGED 2006/05/23 18:46:21 sb 1.62.22.3: RESYNC: (1.62-1.63); FILE MERGED 2006/03/10 16:28:37 aw 1.62.22.2: #i55991# WarningFree changes for unxsol 2006/02/22 20:47:22 aw 1.62.22.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0426e62879c8ed6275138e7640411597e77cdcb]

        INTEGRATION: CWS warnings01 (1.6.178); FILE MERGED 2006/02/22 20:47:22 aw 1.6.178.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1b285e31175cde3b12c964a9091c6c12c760e2]

        INTEGRATION: CWS warnings01 (1.9.220); FILE MERGED 2006/02/22 20:47:22 aw 1.9.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [737d98f19558f5b2bdb3e7a5ff62f36bd4148602]

        INTEGRATION: CWS warnings01 (1.9.218); FILE MERGED 2006/02/22 20:47:22 aw 1.9.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af9ae2ea1f72ba71b67bf9ad19e6268dcd2eb9f9]

        INTEGRATION: CWS warnings01 (1.9.220); FILE MERGED 2006/03/10 16:28:37 aw 1.9.220.1: #i55991# WarningFree changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d801128be5947a63f8a323385678f68ace736f9]

        INTEGRATION: CWS warnings01 (1.19.218); FILE MERGED 2006/03/10 16:28:36 aw 1.19.218.3: #i55991# WarningFree changes for unxsol 2006/01/25 18:44:28 sb 1.19.218.2: RESYNC: (1.19-1.20); FILE MERGED 2006/01/05 14:05:21 fs 1.19.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ac4f609a49a96e51f70b69d12911c4568e9f82d]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/02/22 20:47:22 aw 1.6.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e95917108961abc8671886a54a85302c99e00c3]

        INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED 2006/02/22 20:47:22 aw 1.6.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d12a67730de2b2ccfea9c31d076b5c95da902a79]

        INTEGRATION: CWS warnings01 (1.134.178); FILE MERGED 2006/05/23 18:46:05 sb 1.134.178.6: RESYNC: (1.136-1.140); FILE MERGED 2006/05/12 16:20:24 sb 1.134.178.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/19 18:06:48 cl 1.134.178.4: warning free code changes 2006/04/07 18:18:47 sb 1.134.178.3: RESYNC: (1.134-1.136); FILE MERGED 2006/03/10 16:28:36 aw 1.134.178.2: #i55991# WarningFree changes for unxsol 2006/02/21 21:17:40 aw 1.134.178.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [327079858cae6c812e2fb5857613b91b230098b4]

        INTEGRATION: CWS warnings01 (1.12.218); FILE MERGED 2006/02/22 20:47:21 aw 1.12.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72a818bd581531708dc127de739862d229c4eb47]

        INTEGRATION: CWS warnings01 (1.24.220); FILE MERGED 2006/05/23 18:43:03 sb 1.24.220.3: RESYNC: (1.24-1.25); FILE MERGED 2006/03/10 16:28:36 aw 1.24.220.2: #i55991# WarningFree changes for unxsol 2006/02/22 20:47:21 aw 1.24.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [75d462896f9a216748b0c0e7ff6356170fd96554]

        INTEGRATION: CWS warnings01 (1.49.24); FILE MERGED 2006/03/10 16:28:36 aw 1.49.24.2: #i55991# WarningFree changes for unxsol 2006/02/22 20:47:21 aw 1.49.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5dbef17f3170b8e51101e51759f769a1e611811]

        INTEGRATION: CWS warnings01 (1.20.22); FILE MERGED 2006/05/23 18:42:17 sb 1.20.22.3: RESYNC: (1.20-1.21); FILE MERGED 2006/03/10 16:28:35 aw 1.20.22.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:18 aw 1.20.22.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f8388428666cf5a374ff59884fce7ab48911f1]

        INTEGRATION: CWS warnings01 (1.21.24); FILE MERGED 2006/03/10 16:28:35 aw 1.21.24.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:18 aw 1.21.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [227b69b203ca70c06f18ce3b3080752cbe36ce31]

        INTEGRATION: CWS warnings01 (1.15.24); FILE MERGED 2006/03/10 16:28:35 aw 1.15.24.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:18 aw 1.15.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d75b031269ad6c2fbf5c1339057543e67f3fd2c0]

        INTEGRATION: CWS warnings01 (1.9.24); FILE MERGED 2006/04/07 18:18:36 sb 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/22 19:26:18 aw 1.9.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c638787f81434ec480cfe6bd00f68db8315f7739]

        INTEGRATION: CWS warnings01 (1.9.24); FILE MERGED 2006/03/10 16:28:35 aw 1.9.24.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:18 aw 1.9.24.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [66a5ac386046079a5e4a4a76d2ec4770dda1e999]

        INTEGRATION: CWS warnings01 (1.4.218); FILE MERGED 2006/03/10 16:28:35 aw 1.4.218.2: #i55991# WarningFree changes for unxsol 2006/02/21 21:17:40 aw 1.4.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b164b0892a9bf771538a69245f0ec5167ff7281]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/02/22 19:26:18 aw 1.2.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12d733be69841960157fbdb36b41d4a79cf8b03e]

        INTEGRATION: CWS warnings01 (1.17.218); FILE MERGED 2006/03/10 16:28:35 aw 1.17.218.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:17 aw 1.17.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dac9b9823178f1db494b0b7bb37062ceb2d1deda]

        INTEGRATION: CWS warnings01 (1.24.218); FILE MERGED 2006/02/22 19:26:17 aw 1.24.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69656ccaa4c92eec8ecec484839d8431ce5c97bd]

        INTEGRATION: CWS warnings01 (1.6.134); FILE MERGED 2006/02/22 19:26:17 aw 1.6.134.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [66908347f0a98a3ec07c1e6216ae13b8f0c80870]

        INTEGRATION: CWS warnings01 (1.16.218); FILE MERGED 2006/05/12 16:20:24 sb 1.16.218.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/03/10 16:28:34 aw 1.16.218.1: #i55991# WarningFree changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34650ae751427204277512b035fb56c4d6118e8a]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/04/07 18:18:05 sb 1.6.220.3: RESYNC: (1.6-1.7); FILE MERGED 2006/03/10 16:28:34 aw 1.6.220.2: #i55991# WarningFree changes for unxsol 2006/02/22 19:26:17 aw 1.6.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a88a5d21fc894012b6af3733354c015d980748a]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/20 14:50:01 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21f8b6ca2cc316635831f52c77f3e1e93c7accc9]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/04/20 14:50:01 cl 1.3.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d27d381661e67bcf7dd111c81b0d8275c921276]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/04/20 14:50:01 cl 1.11.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [012848b7fbf4edf58374b86a68f5600859904372]

        INTEGRATION: CWS warnings01 (1.7.190); FILE MERGED 2006/05/17 14:09:38 sb 1.7.190.2: #i65443# Fixed previous changes. 2006/02/21 16:59:34 aw 1.7.190.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50a57c52fee8fd206b5d768eb0adb6ef892d7f9e]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/02/21 16:59:34 aw 1.3.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e918b5b7a3f2634c7180edae1c2d83fc91031a]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/02/21 16:59:34 aw 1.5.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [77da5941fffd45d6b165f299258ec1911d8bd9a2]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/03/10 16:30:40 aw 1.5.222.1: #i55991# WarningFree changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff9eb6acbefe262cb146035edbe82556f1b2992c]

        INTEGRATION: CWS warnings01 (1.6.110); FILE MERGED 2006/02/21 16:59:33 aw 1.6.110.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b13102839d899787c072e5947f20aae1c35701db]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/21 16:59:33 aw 1.5.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5995bb663b4710dc9a7d66eb5aa40183f12e83f]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/21 16:59:33 aw 1.4.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7275a9785f448283718c52f680d186479d326b53]

        INTEGRATION: CWS warnings01 (1.7.198); FILE MERGED 2006/04/07 18:17:45 sb 1.7.198.2: RESYNC: (1.7-1.8); FILE MERGED 2006/02/21 16:59:33 aw 1.7.198.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcb9b7d985af64fe3e5c56d5fd3d7784d6f87252]

        INTEGRATION: CWS warnings01 (1.6.218); FILE MERGED 2006/02/21 16:59:33 aw 1.6.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e90146290f9acaf6c089fd1b2e73fbeb1da27a]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/03/10 16:30:39 aw 1.4.222.1: #i55991# WarningFree changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [01a549bc3f2bda12511e6d0cb2372b8a7e26d9ef]

        INTEGRATION: CWS warnings01 (1.7.218); FILE MERGED 2006/02/21 16:41:12 aw 1.7.218.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad13ba3fae8c537023835863b331818d2a891f9]

        INTEGRATION: CWS warnings01 (1.9.220); FILE MERGED 2006/02/21 16:41:12 aw 1.9.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0712af75f5565d601b59cab65820b4dcb5d81f49]

        INTEGRATION: CWS warnings01 (1.15.192); FILE MERGED 2006/02/21 16:41:12 aw 1.15.192.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5b63af7dd381902468d0b0b40f2451bb0d3b61]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/02/21 16:41:12 aw 1.12.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a4403873f7d7fca3c5ecc0d015f63d7dcac1e51]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/21 16:41:12 aw 1.4.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee608a3a67dc84e6adb578f89114e32311f20ec8]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/02/21 16:41:11 aw 1.7.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc4734017bee66a9ac481f23d82dbbe054ad5a50]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/21 16:41:11 aw 1.3.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b8cd9bc5950bfbe5cffb0013de33e5b9d9c7ca7]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/12 16:20:23 sb 1.5.222.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/02/21 16:41:11 aw 1.5.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [683b73b0ad80f7a79ca3dd77030c9d80fc611010]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/02/21 16:41:11 aw 1.4.222.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4342a12bf261cd06a639d3071499aea76ff40944]

        INTEGRATION: CWS warnings01 (1.9.150); FILE MERGED 2006/02/21 16:41:11 aw 1.9.150.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0636dd0c9c56fe6fef66053eb63d1c8244f9357]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/03/13 10:47:18 aw 1.3.222.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f504be27179f0a2535cc3a68bf4abec3e1c3d5e]

        INTEGRATION: CWS warnings01 (1.11.130); FILE MERGED 2006/05/23 18:41:11 sb 1.11.130.2: RESYNC: (1.11-1.12); FILE MERGED 2006/02/21 16:41:11 aw 1.11.130.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fed8721b0312156e091c528e638417a1ed16b1d9]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/21 16:41:10 aw 1.5.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [77373d83cc6330ab9bac4bf9234da6d6c2efdd5e]

        INTEGRATION: CWS warnings01 (1.8.150); FILE MERGED 2006/02/21 16:41:10 aw 1.8.150.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9950a6d2547e981d6a0dab558efd8ad0d52695fa]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/03/10 16:30:39 aw 1.10.220.1: #i55991# WarningFree changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [04f98104c7ef6a00d82968f19d5de2e941f131d9]

        INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED 2006/02/21 16:41:10 aw 1.8.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fef8464eaeb3252c7cacd8da3b9e6159ad234ad6]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:50:00 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2acd0318c32382cf81cee6342c19e94b5b8fdb4]

        INTEGRATION: CWS warnings01 (1.26.220); FILE MERGED 2006/04/20 14:50:00 cl 1.26.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c9e8890d1910597fbf3a9ab2f2997988d28aeb8]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:50:00 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e518e2ff2f286b531c2d222735e41610249d1e6]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/23 18:40:58 sb 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED 2006/04/20 14:50:00 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4485bf73fb7c5467ba1895092a6520fe541e41e]

        INTEGRATION: CWS warnings01 (1.65.114); FILE MERGED 2006/05/23 18:40:50 sb 1.65.114.2: RESYNC: (1.65-1.66); FILE MERGED 2006/04/20 14:50:00 cl 1.65.114.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90d6526c0c12b8174a37d61584856c6b411006ca]

        INTEGRATION: CWS warnings01 (1.29.218); FILE MERGED 2006/04/20 14:49:59 cl 1.29.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22842b231f7c0fb0ac97688b7b423d1a53264ed5]

        INTEGRATION: CWS warnings01 (1.11.180); FILE MERGED 2006/04/20 14:49:59 cl 1.11.180.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eabd17448e5175d3542f4cfbd4dda14525ada1f]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/04/20 14:49:59 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9a5109be23178d2eef68ca0d9690d44c74b01f]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/04/20 14:49:59 cl 1.7.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3812470112cab8e2b24c24609545af9ac5d3dfc]

        INTEGRATION: CWS warnings01 (1.52.222); FILE MERGED 2006/05/23 18:40:22 sb 1.52.222.2: RESYNC: (1.52-1.54); FILE MERGED 2006/04/20 14:49:59 cl 1.52.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e835600bddebf64bb92823cdd8bf5f51577ce8be]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/20 14:49:58 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c21cbf0adc84e26d5ace5bde9bffb4d66b94edd0]

        INTEGRATION: CWS warnings01 (1.12.222); FILE MERGED 2006/04/20 14:49:58 cl 1.12.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [09770199c5ae44e77d8d35b085774bfca9dddf11]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:58 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [551b0e4247680d666570b06b292e66fe4543eb31]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/03/17 09:50:46 sj 1.3.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c25047f0c363527603af90d5fee73a5b697894a]

        INTEGRATION: CWS warnings01 (1.11.222); FILE MERGED 2006/03/17 11:49:48 sj 1.11.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cb495d2659477de3d873d57e0f43b2cd784c543]

        INTEGRATION: CWS warnings01 (1.19.222); FILE MERGED 2006/03/17 09:50:46 sj 1.19.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44efa664b86ca5fe3de4a41a9d337c2ba065bc14]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/03/17 11:49:48 sj 1.14.222.2: #i55991# warning free code 2006/03/17 09:50:45 sj 1.14.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9616520c27905ccdd488961f23a2028684fa2cf]

        INTEGRATION: CWS warnings01 (1.24.10); FILE MERGED 2006/04/07 18:16:34 sb 1.24.10.3: RESYNC: (1.24-1.25); FILE MERGED 2006/03/17 11:49:48 sj 1.24.10.2: #i55991# warning free code 2006/03/17 09:50:45 sj 1.24.10.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea9506d7a173227a165970d0f7ca764564cd64e0]

        INTEGRATION: CWS warnings01 (1.128.64); FILE MERGED 2006/05/23 18:39:40 sb 1.128.64.3: RESYNC: (1.130-1.134); FILE MERGED 2006/04/07 18:16:27 sb 1.128.64.2: RESYNC: (1.128-1.130); FILE MERGED 2006/03/17 09:50:45 sj 1.128.64.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58217f30d4077a4b3ae9a61bc454c8b8af620765]

        INTEGRATION: CWS warnings01 (1.6.218); FILE MERGED 2006/03/17 09:50:45 sj 1.6.218.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49087d53851b7848e051375a89b3716a5bf774c5]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/03/17 09:50:45 sj 1.10.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b0679fe71aa556dc41b6bb17375f237ec91dec2]

        INTEGRATION: CWS warnings01 (1.38.218); FILE MERGED 2006/06/15 07:13:02 sb 1.38.218.3: #i53898# Reflected renamed Get/SetValue functions. 2006/03/17 11:49:47 sj 1.38.218.2: #i55991# warning free code 2006/03/17 09:50:44 sj 1.38.218.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aee6d0b41bbdcad4ed813a393a319bc50c5f7fd7]

        INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED 2006/05/30 07:47:12 fs 1.15.222.2: #i10000# 2006/03/17 11:49:47 sj 1.15.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab3f3e4306a588cce64f9aae894d752d359abfc4]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/03/17 09:50:44 sj 1.10.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f85946fb974fb7a9f63db5e48b87a1422a657d44]

        INTEGRATION: CWS warnings01 (1.30.192); FILE MERGED 2006/03/17 09:50:44 sj 1.30.192.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d57fed605edc587ef770d0ba20bad4266feb3e8f]

        INTEGRATION: CWS warnings01 (1.57.186); FILE MERGED 2006/05/23 18:38:48 sb 1.57.186.4: RESYNC: (1.59-1.61); FILE MERGED 2006/04/07 18:16:15 sb 1.57.186.3: RESYNC: (1.57-1.59); FILE MERGED 2006/03/17 11:49:47 sj 1.57.186.2: #i55991# warning free code 2006/03/17 09:50:44 sj 1.57.186.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a76e4e6a12f9da95d7b0746b41cd67beebffeb4]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/23 18:39:00 sb 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/17 09:50:44 sj 1.4.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6385de9e68d159a4ca50323c356baa0b734c6235]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/04/20 14:49:58 cl 1.3.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [926d9b093e14c18103326830d2b760df5756aae8]

        INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED 2006/04/20 14:49:57 cl 1.2.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c7ce0d7938f2549945f9c263d5152a84b5b9e96]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/04/24 11:30:41 os 1.6.220.2: warnings removed 2006/04/20 14:49:57 cl 1.6.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8b6fc3b5032b81da5f9daba5563055fa498e00b]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/24 09:54:28 os 1.5.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61ec41c613926c8a154f7b9ec0a1980242defe63]

        INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED 2006/04/24 11:30:41 os 1.2.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe5423abecbaada8027b65ce10f9047c6cf6e984]

        INTEGRATION: CWS warnings01 (1.61.220); FILE MERGED 2006/05/23 18:38:14 sb 1.61.220.3: RESYNC: (1.61-1.63); FILE MERGED 2006/04/24 11:30:41 os 1.61.220.2: warnings removed 2006/04/20 14:49:57 cl 1.61.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7d89be733d520e9dd8374b510fba1775421b77e]

        INTEGRATION: CWS warnings01 (1.9.180); FILE MERGED 2006/04/24 11:30:40 os 1.9.180.2: warnings removed 2006/04/20 14:49:56 cl 1.9.180.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c5e4fe10dfd8b951fc19579a8ec56a00865331b]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:56 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [143127c37eb6eb4c036c211782547facf8a2f53d]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/24 09:54:28 os 1.4.220.2: warnings removed 2006/04/20 14:49:56 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [14fb6ff9ae2df1bd13e64d9eb52d899e14fa925f]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/04/24 09:54:28 os 1.3.220.2: warnings removed 2006/04/20 14:49:56 cl 1.3.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70459e052cfcb809de07c1a7bceebf4a4eeef04f]

        INTEGRATION: CWS warnings01 (1.31.22); FILE MERGED 2006/04/24 09:54:27 os 1.31.22.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a8b84ab3a442bf31058cdc5c308aa3b14c5dcbe]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/23 18:37:52 sb 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/24 09:54:27 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [080d4c5ba04eef56ce723b539b4ba3db9419a1c8]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/24 09:54:27 os 1.5.220.2: warnings removed 2006/04/20 14:49:56 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec7e21d285b064b1bbfe1d8f9212f6759de07efd]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/24 09:54:27 os 1.5.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [953e96c8136725bc7cb013ac3726aaa75d002549]

        INTEGRATION: CWS warnings01 (1.19.222); FILE MERGED 2006/04/24 09:54:27 os 1.19.222.2: warnings removed 2006/04/20 14:49:55 cl 1.19.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3028098df4e3586ff412489939f6bdadb0d4c5]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/24 09:54:27 os 1.4.220.2: warnings removed 2006/04/20 14:49:55 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d2d5310c673adf3b58916833f8dfd2660e13828]

        INTEGRATION: CWS warnings01 (1.12.66); FILE MERGED 2006/05/23 18:37:42 sb 1.12.66.3: RESYNC: (1.12-1.13); FILE MERGED 2006/04/24 09:54:26 os 1.12.66.2: warnings removed 2006/04/20 14:49:55 cl 1.12.66.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a87fc13c8918e7026d8024b59163283c0cfaf3e]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/24 09:54:26 os 1.4.222.2: warnings removed 2006/04/20 14:49:55 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f6b6de1cb1e41a2d981583306b0276ba2a6a40f]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/04/24 09:54:26 os 1.6.220.2: warnings removed 2006/04/20 14:49:55 cl 1.6.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e3a150a8048a6f9f7f3deafb830968da6d30c8f]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/04/24 09:54:26 os 1.7.220.2: warnings removed 2006/04/20 14:49:54 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d46bd44ed1515463909beb043fb7af4f4c2ab1]

        INTEGRATION: CWS warnings01 (1.41.130); FILE MERGED 2006/05/23 18:37:06 sb 1.41.130.3: RESYNC: (1.41-1.42); FILE MERGED 2006/04/24 09:54:26 os 1.41.130.2: warnings removed 2006/04/20 14:49:54 cl 1.41.130.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1da43ac2257e6a7a9a1ebf626a36a59888f5464]

        INTEGRATION: CWS warnings01 (1.20.66); FILE MERGED 2006/05/23 18:36:40 sb 1.20.66.3: RESYNC: (1.20-1.22); FILE MERGED 2006/04/24 09:54:25 os 1.20.66.2: warnings removed 2006/04/20 14:49:54 cl 1.20.66.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ccb207c3809a2f2c161b3189c36639680df8129]

        INTEGRATION: CWS warnings01 (1.4.218); FILE MERGED 2006/04/24 09:54:25 os 1.4.218.2: warnings removed 2006/04/20 14:49:54 cl 1.4.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b3f2f40e4c62a2dd74043011b578c97dffe660]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/24 09:54:25 os 1.4.220.2: warnings removed 2006/04/20 14:49:54 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13a4ab4699cd1a823789847b2eb7fd9ad15ce67f]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/24 09:54:25 os 1.4.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a7b3d2ca52cc29a1f2f94849ac2c3657fe23138]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/04/24 09:54:25 os 1.10.220.2: warnings removed 2006/04/20 14:49:54 cl 1.10.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [039c5b2d3b379242860f02349b1415d700c1479d]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/04/24 09:54:25 os 1.3.220.2: warnings removed 2006/04/20 14:49:53 cl 1.3.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [edc3e24aeb0748e35ec87af509863222340cefcb]

        INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED 2006/04/24 09:54:24 os 1.8.220.2: warnings removed 2006/04/20 14:49:53 cl 1.8.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a4613130f6e6d4b31dd7a1aef84330dcccf712e]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/04/24 09:54:24 os 1.7.220.2: warnings removed 2006/04/20 14:49:53 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be153e1083a44fa7102400c5a01e8bbeb17a9b44]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/03/07 08:16:17 fs 1.8.222.1: warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [949f7e636405f48fc979a8603b54de324db2e83f]

        INTEGRATION: CWS warnings01 (1.11.198); FILE MERGED 2006/02/17 15:24:50 cl 1.11.198.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92485a9351f1f45c1f5021f5db05460b6a7acf9c]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/05/23 18:35:57 sb 1.10.222.4: RESYNC: (1.10-1.11); FILE MERGED 2006/03/07 08:16:17 fs 1.10.222.3: warning-free code 2006/02/16 12:12:57 fs 1.10.222.2: #i55991# warning-free code (i55991) 2006/01/05 12:02:29 fs 1.10.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36d7aa1b7e2ca2dafc8bf42be6177f6619adbc9c]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/01/05 12:02:29 fs 1.4.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54c32319924baa1534b1eb70163b7a7f83195bda]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/04/20 14:49:53 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94de28976e8a2e808d97450600df85bac4e28684]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/05/12 16:20:23 sb 1.15.220.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/07 18:15:11 sb 1.15.220.3: RESYNC: (1.15-1.16); FILE MERGED 2006/02/16 12:12:56 fs 1.15.220.2: #i55991# warning-free code (i55991) 2006/01/05 12:02:28 fs 1.15.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a708fa15251999f4b587dd9098c410b6fd44b6e]

        INTEGRATION: CWS warnings01 (1.26.176); FILE MERGED 2006/02/15 13:27:37 fs 1.26.176.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d34216789c1abebde8761899a036edcbca0da85b]

        INTEGRATION: CWS warnings01 (1.11.222); FILE MERGED 2006/02/15 13:27:37 fs 1.11.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b902de15905c85745f18075a4d223c78601ce7e6]

        INTEGRATION: CWS warnings01 (1.24.222); FILE MERGED 2006/02/15 13:27:36 fs 1.24.222.2: #i55991# warning-free code 2006/01/05 12:02:28 fs 1.24.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a51ff37b4a57054f26462e1348c16cbb394ed68b]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/02/15 13:27:36 fs 1.4.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae464d470b4becf3523cbfa572dbe41e164230c9]

        INTEGRATION: CWS warnings01 (1.11.222); FILE MERGED 2006/02/17 15:24:49 cl 1.11.222.2: warning free code changes 2006/02/15 13:27:36 fs 1.11.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cd2a4fc0224eba7ac3f849050414d572d99aeab]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/02/15 13:27:35 fs 1.7.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c136e6f23b9117a44d122d9b58fc480b80b362d7]

        INTEGRATION: CWS warnings01 (1.28.222); FILE MERGED 2006/03/07 08:16:17 fs 1.28.222.3: warning-free code 2006/02/17 15:24:49 cl 1.28.222.2: warning free code changes 2006/02/15 13:27:35 fs 1.28.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [555be6dec9ba6fbc0d29bcde0874de33795fc759]

        INTEGRATION: CWS warnings01 (1.21.222); FILE MERGED 2006/01/05 12:02:27 fs 1.21.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4e9257ed443fd7f832d89f2195fcea24f691bc3]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/02/17 15:24:48 cl 1.14.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ea340fe58db9df82fa78ee39f1191f0edd8ca1]

        INTEGRATION: CWS warnings01 (1.6.218); FILE MERGED 2006/02/15 13:27:35 fs 1.6.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [740d8fb676451f707690ca451b058eef26494853]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/05/23 18:35:45 sb 1.12.220.3: RESYNC: (1.12-1.13); FILE MERGED 2006/02/17 15:24:48 cl 1.12.220.2: warning free code changes 2006/02/15 13:27:35 fs 1.12.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2bff9ba0f6085af982f7ffd9883a6985295cbd2]

        INTEGRATION: CWS warnings01 (1.17.220); FILE MERGED 2006/02/17 15:24:47 cl 1.17.220.2: warning free code changes 2006/02/15 13:27:34 fs 1.17.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d031c09250f86a08bac9a349b842aab705da335]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/07 18:15:04 sb 1.9.222.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/17 15:24:47 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6572fd051f0021e778e5248613c3ecf69394a367]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/02/17 15:24:46 cl 1.15.220.2: warning free code changes 2006/02/15 13:27:34 fs 1.15.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [153a14c42ae98734b2dcb7eed162f1903f98ca8e]

        INTEGRATION: CWS warnings01 (1.9.132); FILE MERGED 2006/05/23 18:35:23 sb 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2006/04/26 08:09:48 os 1.9.132.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a766609d718157f819343bd54b88e4487cafa876]

        INTEGRATION: CWS warnings01 (1.11.196); FILE MERGED 2006/05/23 18:35:16 sb 1.11.196.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/05 12:02:27 fs 1.11.196.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c87cd9c6cc39cc284c3c75242a5092c93320886]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/02/16 12:12:54 fs 1.6.222.1: #i55991# warning-free code (i55991)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4982a0086eabd5cd3c3a1faf959b36a67d5d353a]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/26 08:09:48 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c774c737e63cfcf62ef08f8918b1653785c5fac1]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/05/23 18:35:09 sb 1.10.222.4: RESYNC: (1.10-1.11); FILE MERGED 2006/03/07 08:16:17 fs 1.10.222.3: warning-free code 2006/02/16 12:12:53 fs 1.10.222.2: #i55991# warning-free code (i55991) 2006/01/05 12:02:27 fs 1.10.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16acc953b0d4dcfdfb54ad7a24fb650018dda93]

        INTEGRATION: CWS warnings01 (1.37.146); FILE MERGED 2006/05/23 18:34:39 sb 1.37.146.3: RESYNC: (1.38-1.40); FILE MERGED 2006/04/07 18:14:30 sb 1.37.146.2: RESYNC: (1.37-1.38); FILE MERGED 2006/02/17 16:56:32 cl 1.37.146.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb4b2ba3009c4749719241927b20ad7af56797ea]

        INTEGRATION: CWS warnings01 (1.20.148); FILE MERGED 2006/02/17 16:56:31 cl 1.20.148.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59bd94e7a705364a6507a639516f2a355655ca97]

        INTEGRATION: CWS warnings01 (1.35.50); FILE MERGED 2006/05/23 18:34:32 sb 1.35.50.3: RESYNC: (1.37-1.38); FILE MERGED 2006/04/07 18:14:16 sb 1.35.50.2: RESYNC: (1.35-1.37); FILE MERGED 2006/02/17 16:56:31 cl 1.35.50.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b719a1251781f569f74d7eadc7e7b4b28bf350]

        INTEGRATION: CWS warnings01 (1.20.150); FILE MERGED 2006/04/07 18:14:08 sb 1.20.150.2: RESYNC: (1.20-1.21); FILE MERGED 2006/02/17 16:56:30 cl 1.20.150.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f5e8067becc8a5a561a19a5a09284e655ee0269]

        INTEGRATION: CWS warnings01 (1.75.198); FILE MERGED 2006/06/16 14:00:25 cl 1.75.198.1: #i66429# adding help id for general tab page of the gallery property browser

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7948224462077b8fdf8cd9f58b3c09a2010620f4]

        INTEGRATION: CWS warnings01 (1.9.132); FILE MERGED 2006/04/07 18:14:00 sb 1.9.132.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/17 16:56:30 cl 1.9.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b896a625c2151c86be181a8dfccec0b7a2e75cbc]

        INTEGRATION: CWS warnings01 (1.21.222); FILE MERGED 2006/02/17 16:56:29 cl 1.21.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7341eda9becc91aade39c4f630e6389b1905f527]

        INTEGRATION: CWS warnings01 (1.48.40); FILE MERGED 2006/05/23 18:34:25 sb 1.48.40.3: RESYNC: (1.49-1.50); FILE MERGED 2006/04/07 18:13:51 sb 1.48.40.2: RESYNC: (1.48-1.49); FILE MERGED 2006/02/17 16:56:29 cl 1.48.40.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c945e0fbee1d10d6c7b492f482c7dba200938693]

        INTEGRATION: CWS warnings01 (1.26.220); FILE MERGED 2006/04/07 18:13:31 sb 1.26.220.2: RESYNC: (1.26-1.27); FILE MERGED 2006/02/17 16:56:28 cl 1.26.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68de29c7ebe7e2aa4ef928699a5a3519299253c6]

        INTEGRATION: CWS warnings01 (1.12.222); FILE MERGED 2006/04/07 18:13:15 sb 1.12.222.2: RESYNC: (1.12-1.13); FILE MERGED 2006/02/17 16:56:27 cl 1.12.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [203fe819263df6860f708b84568c074c167a5853]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/17 16:56:27 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce0dd54f5f58be6c2e2419f18fb0fe76f687a8a9]

        INTEGRATION: CWS warnings01 (1.21.220); FILE MERGED 2006/02/15 13:28:16 fs 1.21.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e4289f614d2f1c36aa5ace98f3728f94074a703]

        INTEGRATION: CWS warnings01 (1.21.196); FILE MERGED 2006/05/23 18:34:17 sb 1.21.196.3: RESYNC: (1.21-1.22); FILE MERGED 2006/03/07 08:16:10 fs 1.21.196.2: warning-free code 2006/02/15 13:28:15 fs 1.21.196.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f00af640828ad68ad721c49cfd5c88adc7aad0fd]

        INTEGRATION: CWS warnings01 (1.8.218); FILE MERGED 2006/03/07 08:16:10 fs 1.8.218.3: warning-free code 2006/02/15 13:49:55 fs 1.8.218.2: #i55991# warning-free code 2006/02/15 13:28:15 fs 1.8.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0064ea631f0b1ef392b13b40e4a63ae9612f500]

        INTEGRATION: CWS warnings01 (1.20.218); FILE MERGED 2006/05/23 18:34:10 sb 1.20.218.4: RESYNC: (1.20-1.21); FILE MERGED 2006/03/07 08:16:09 fs 1.20.218.3: warning-free code 2006/02/15 13:49:54 fs 1.20.218.2: #i55991# warning-free code 2006/02/15 13:28:14 fs 1.20.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3769ff034a99d2b9271db0cbd7b28ca78b05e7d]

        INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED 2006/02/15 13:28:14 fs 1.6.8.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f1c0f191ed3e8fbca4d890f69fb5556ecb898a9]

        INTEGRATION: CWS warnings01 (1.48.6); FILE MERGED 2006/05/23 18:33:45 sb 1.48.6.3: RESYNC: (1.49-1.51); FILE MERGED 2006/04/07 18:12:46 sb 1.48.6.2: RESYNC: (1.48-1.49); FILE MERGED 2006/02/15 13:28:13 fs 1.48.6.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f336e8822e2a6ee618bbd03c0ecf087cebb9b4]

        INTEGRATION: CWS warnings01 (1.41.218); FILE MERGED 2006/02/15 13:28:13 fs 1.41.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a6d0a2c7bbb67728e19194776387f26b7f8b853]

        INTEGRATION: CWS warnings01 (1.32.218); FILE MERGED 2006/05/23 18:33:37 sb 1.32.218.3: RESYNC: (1.33-1.34); FILE MERGED 2006/04/07 18:12:27 sb 1.32.218.2: RESYNC: (1.32-1.33); FILE MERGED 2006/02/15 13:28:12 fs 1.32.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b318e7118fa4ba9be8e7daae17257a792045cdd]

        INTEGRATION: CWS warnings01 (1.32.220); FILE MERGED 2006/05/23 18:33:30 sb 1.32.220.2: RESYNC: (1.32-1.33); FILE MERGED 2006/02/15 13:28:12 fs 1.32.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1323e42c1faa29e3acdf31bc256278c531e92c36]

        INTEGRATION: CWS warnings01 (1.6.54); FILE MERGED 2006/05/23 18:33:22 sb 1.6.54.3: RESYNC: (1.6-1.7); FILE MERGED 2006/02/15 13:49:54 fs 1.6.54.2: #i55991# warning-free code 2006/02/15 13:28:12 fs 1.6.54.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b7253c340bbdbad9553c2634048b3f05ab13c57]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/15 13:28:11 fs 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1b31d3549850644e5faf232b18c9626ca956d67]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/02/15 13:28:11 fs 1.6.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9818254d98af8b89f9fcf0115e9f6ae2b12ec23]

        INTEGRATION: CWS warnings01 (1.65.198); FILE MERGED 2006/01/05 12:02:25 fs 1.65.198.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d6bd498483edde6f41c904e8d2770992e18e32d]

        INTEGRATION: CWS warnings01 (1.30.60); FILE MERGED 2006/05/23 18:33:15 sb 1.30.60.2: RESYNC: (1.30-1.31); FILE MERGED 2006/02/15 13:28:11 fs 1.30.60.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [115569990e1490653cec1787e5192b98d3c27c4a]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/02/15 13:28:10 fs 1.5.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1584e983b1d106843bb683ced235ccac4bf889ff]

        INTEGRATION: CWS warnings01 (1.73.8); FILE MERGED 2006/05/23 18:33:07 sb 1.73.8.3: RESYNC: (1.73-1.74); FILE MERGED 2006/03/07 08:16:09 fs 1.73.8.2: warning-free code 2006/02/15 13:28:09 fs 1.73.8.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e02590f9d072812d3b78e859f536ccb2948b1b9]

        INTEGRATION: CWS warnings01 (1.65.128); FILE MERGED 2006/02/15 13:49:53 fs 1.65.128.2: #i55991# warning-free code 2006/02/15 13:28:08 fs 1.65.128.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24ea4f0afe050c24da09cd44e522c8d8457d57da]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/03/07 08:16:09 fs 1.14.222.2: warning-free code 2006/02/15 13:28:08 fs 1.14.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfd2eaaff18a7b0cf7ad678c9bdd9399415349d9]

        INTEGRATION: CWS warnings01 (1.17.222); FILE MERGED 2006/02/15 13:28:08 fs 1.17.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d384277ef3c69cce6e061c2d85122de9c3033c7e]

        INTEGRATION: CWS warnings01 (1.29.218); FILE MERGED 2006/02/15 13:28:07 fs 1.29.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8a4d762105e1b4a7ff08a4cbf91e89172ed38f2]

        INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED 2006/02/15 13:28:07 fs 1.13.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92e17a9c91e6a04d43346640e79a9f2cd2b145dd]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/02/15 13:28:07 fs 1.14.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48cdc2d5532ed8569bfb2d98f942148770cdfe08]

        INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED 2006/02/15 13:28:06 fs 1.13.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c558c30dd74a0090391fe3ec776cf6a335cefeb]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/15 13:28:04 fs 1.4.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [882cad6fdbd93082d42fe7bf827214420515e85d]

        INTEGRATION: CWS warnings01 (1.32.220); FILE MERGED 2006/05/23 18:32:52 sb 1.32.220.3: RESYNC: (1.32-1.33); FILE MERGED 2006/03/07 08:16:09 fs 1.32.220.2: warning-free code 2006/02/15 13:28:03 fs 1.32.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5baa8f6d6cbe9d3fc722cebcb39203da62191985]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/05/23 18:32:44 sb 1.14.222.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/15 13:28:03 fs 1.14.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e31dfaaf9c09eea311732f1db5cdee0120e561e]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/02/15 13:28:03 fs 1.6.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c29cecd53c1a739bbbadc9623be016b8f36653]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/02/15 13:28:02 fs 1.8.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae7aab5d389a349eaa222fefb621dabfb249f080]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/15 13:49:52 fs 1.3.222.2: #i55991# warning-free code 2006/02/15 13:28:02 fs 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a95a2dec76e10b7809c40fa60f20a5f992400b9]

        INTEGRATION: CWS warnings01 (1.54.8); FILE MERGED 2006/02/15 13:49:51 fs 1.54.8.2: #i55991# warning-free code 2006/02/15 13:28:02 fs 1.54.8.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad848e9a6ec013bbc016611de062c6517e6bbe3]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/02/15 13:28:01 fs 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [658a7ae704fa7e194d3b29ffbbac28bb20ffeafc]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/02/15 13:28:01 fs 1.5.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91523a8fee7d6bf2a96f7b8f23709493c041d0e3]

        INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED 2006/04/07 18:12:33 sb 1.21.218.2: RESYNC: (1.21-1.23); FILE MERGED 2006/02/15 13:28:01 fs 1.21.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [625271bb746205d4760fd69223cd4efdc3f0890e]

        INTEGRATION: CWS warnings01 (1.39.220); FILE MERGED 2006/05/23 18:32:28 sb 1.39.220.4: RESYNC: (1.39-1.41); FILE MERGED 2006/03/07 08:16:08 fs 1.39.220.3: warning-free code 2006/02/15 13:49:50 fs 1.39.220.2: #i55991# warning-free code 2006/02/15 13:28:00 fs 1.39.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc53572480ad53ff7188efe2be06eb24fa80068]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/05/23 18:32:36 sb 1.15.220.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/07 08:16:08 fs 1.15.220.1: warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b162f80b83f844bb43ed8c239dbfe6e52712bcf]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2006/02/15 13:28:00 fs 1.10.8.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c975474bba1a29692904ee5de5f13510f3d3455]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/01/05 12:02:24 fs 1.4.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a3ead449eeb352ce11a7b3662c54337f2fa34e1]

        INTEGRATION: CWS warnings01 (1.13.220); FILE MERGED 2006/03/07 08:16:08 fs 1.13.220.3: warning-free code 2006/02/16 12:13:46 fs 1.13.220.2: #i55991# warning-free code (unxsols4) 2006/01/05 12:02:24 fs 1.13.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [268bdae1b3cc90b3dfedeae5f3cae283f9663629]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/01/05 12:02:23 fs 1.5.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [157ef65cbff04383a18ff9d92eece1102b09109d]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/01/05 12:02:23 fs 1.4.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08411d04c36daf979fc450c01510c5547fafafb5]

        INTEGRATION: CWS warnings01 (1.72.220); FILE MERGED 2006/04/20 14:49:52 cl 1.72.220.6: warning free code changes 2006/04/07 18:12:18 sb 1.72.220.5: RESYNC: (1.72-1.74); FILE MERGED 2006/02/16 15:17:23 fs 1.72.220.4: #i55991# warning-free code (unxsols4) 2006/02/16 12:13:11 fs 1.72.220.3: #i55991# warning-free code (unxsols4) 2006/02/15 13:52:33 fs 1.72.220.2: #i55991# warning-free code 2006/01/05 12:02:22 fs 1.72.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e15c15c9bcf678b25cd4b9b1dccc4761a629aac2]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/15 13:52:33 fs 1.5.220.2: #i55991# warning-free code 2006/01/05 12:02:22 fs 1.5.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23cf7dedcad562d07b9a7015821c3d9891e695a3]

        INTEGRATION: CWS warnings01 (1.44.62); FILE MERGED 2006/05/23 18:32:11 sb 1.44.62.6: RESYNC: (1.47-1.48); FILE MERGED 2006/04/07 18:12:04 sb 1.44.62.5: RESYNC: (1.45-1.47); FILE MERGED 2006/02/16 12:13:10 fs 1.44.62.4: #i55991# warning-free code (unxsols4) 2006/02/15 13:52:32 fs 1.44.62.3: #i55991# warning-free code 2006/01/25 18:34:42 sb 1.44.62.2: RESYNC: (1.44-1.45); FILE MERGED 2006/01/05 12:02:21 fs 1.44.62.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdd906285b08f9fa4d1a039c6a8250cd6a52be69]

        INTEGRATION: CWS warnings01 (1.48.178); FILE MERGED 2006/04/20 14:49:52 cl 1.48.178.3: warning free code changes 2006/01/25 18:34:34 sb 1.48.178.2: RESYNC: (1.48-1.49); FILE MERGED 2006/01/05 12:02:21 fs 1.48.178.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1a70a82ff3d71d554e8bd30b0427e7c5ef4f86a]

        INTEGRATION: CWS warnings01 (1.51.196); FILE MERGED 2006/05/23 18:32:01 sb 1.51.196.5: RESYNC: (1.52-1.54); FILE MERGED 2006/04/20 14:49:52 cl 1.51.196.4: warning free code changes 2006/04/07 18:11:51 sb 1.51.196.3: RESYNC: (1.51-1.52); FILE MERGED 2006/02/16 12:13:09 fs 1.51.196.2: #i55991# warning-free code (unxsols4) 2006/01/05 12:02:20 fs 1.51.196.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ac3897c3800e504d6acfc1417cef96040531541]

        INTEGRATION: CWS warnings01 (1.15.198); FILE MERGED 2006/01/05 12:02:19 fs 1.15.198.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98f36862d7d17e2295058de82cbb3a67c70b8a16]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/02/17 20:59:09 aw 1.4.220.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea7bbbc0f99b0948042accc86ea4887a8c512797]

        INTEGRATION: CWS warnings01 (1.7.218); FILE MERGED 2006/02/17 20:59:09 aw 1.7.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03ebfa8bbbc11248ec1c487b20f18135c0d414c3]

        INTEGRATION: CWS warnings01 (1.21.24); FILE MERGED 2006/02/17 20:59:09 aw 1.21.24.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [779e6af8f4c86bedfffd94b86a59b1b7799482f4]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/02/17 20:59:09 aw 1.6.220.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5c3b3c66c8cda0788baf47f59ae23f51d53957]

        INTEGRATION: CWS warnings01 (1.13.218); FILE MERGED 2006/02/17 20:59:09 aw 1.13.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e6b72738ac8a6f55b7736a6ecc3ae41950aa771]

        INTEGRATION: CWS warnings01 (1.24.216); FILE MERGED 2006/02/17 20:59:08 aw 1.24.216.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b90a9e09f98e25153d197f45cd209e6528b7906a]

        INTEGRATION: CWS warnings01 (1.9.218); FILE MERGED 2006/04/20 13:12:36 cl 1.9.218.2: warning free code changes 2006/02/17 20:59:08 aw 1.9.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f157201f89deabc15e57adc08781622ae469a03a]

        INTEGRATION: CWS warnings01 (1.10.218); FILE MERGED 2006/02/17 20:59:08 aw 1.10.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8730800f0371299af5025a142344f992443da98b]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/20 13:12:36 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2276b69e730288a261e3dd7d2db1fb737065380f]

        INTEGRATION: CWS warnings01 (1.36.218); FILE MERGED 2006/04/20 13:12:36 cl 1.36.218.3: warning free code changes 2006/02/21 15:17:33 aw 1.36.218.2: #i55991# Adaptions to warning free code 2006/02/17 20:59:07 aw 1.36.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [745372f3d9b6166317d32b278a187ce96e443edc]

        INTEGRATION: CWS warnings01 (1.9.218); FILE MERGED 2006/02/17 20:59:07 aw 1.9.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e76a5a6bd4dd21a27e738bc589f96e19544c01bf]

        INTEGRATION: CWS warnings01 (1.19.218); FILE MERGED 2006/02/21 15:17:33 aw 1.19.218.2: #i55991# Adaptions to warning free code 2006/02/17 20:59:07 aw 1.19.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ad4ef0b57a6b296765d61bdfe0db04b39821569]

        INTEGRATION: CWS warnings01 (1.20.218); FILE MERGED 2006/02/17 20:59:06 aw 1.20.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e89dddf4009a67e0985ad9a671ea691945226c5]

        INTEGRATION: CWS warnings01 (1.17.218); FILE MERGED 2006/04/20 13:12:35 cl 1.17.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4da00b0bd4750db1e5c5ad70b2ff9e1748eb1d0d]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/17 20:59:06 aw 1.5.220.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23d6c1167f3e931040ff81c6980e63b31d680354]

        INTEGRATION: CWS warnings01 (1.5.218); FILE MERGED 2006/02/17 20:59:06 aw 1.5.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c901d22367f2053f44ab6dfcfb9b9ae30d519269]

        INTEGRATION: CWS warnings01 (1.11.218); FILE MERGED 2006/02/17 20:59:06 aw 1.11.218.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b348b234d26900963669c2a381d071e49bf8b9]

        INTEGRATION: CWS warnings01 (1.26.52); FILE MERGED 2006/05/23 18:31:42 sb 1.26.52.2: RESYNC: (1.26-1.28); FILE MERGED 2006/04/20 14:49:52 cl 1.26.52.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [faa99b25cca9e213466b08497aeac340b01994a7]

        INTEGRATION: CWS warnings01 (1.8.218); FILE MERGED 2006/04/20 14:49:51 cl 1.8.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a87d5f660b60615df33c09825de21166eff7e2af]

        INTEGRATION: CWS warnings01 (1.8.132); FILE MERGED 2006/04/20 14:49:51 cl 1.8.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0e2506f5290511296dd147bb775baddf4384671]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:49:51 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [590ddf76c8ef16d9be0fb9fffb811179ad7eb744]

        INTEGRATION: CWS warnings01 (1.50.218); FILE MERGED 2006/05/23 18:31:34 sb 1.50.218.2: RESYNC: (1.50-1.51); FILE MERGED 2006/04/20 14:49:51 cl 1.50.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e878b4bb4aad38f8b252aab2b24fceb194cdd4d]

        INTEGRATION: CWS warnings01 (1.27.24); FILE MERGED 2006/04/20 14:49:51 cl 1.27.24.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed26afb1b4984cf8aed9eba14b0de54072471456]

        INTEGRATION: CWS warnings01 (1.62.142); FILE MERGED 2006/05/23 18:31:16 sb 1.62.142.2: RESYNC: (1.62-1.64); FILE MERGED 2006/04/20 14:49:51 cl 1.62.142.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70ad147ff464f3e02b0467713fa8c2ffdc8e3f0e]

        INTEGRATION: CWS warnings01 (1.106.50); FILE MERGED 2006/05/23 18:31:06 sb 1.106.50.2: RESYNC: (1.106-1.107); FILE MERGED 2006/04/20 14:49:50 cl 1.106.50.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af66b080c46f26e48d3200f267850e7a521efcef]

        INTEGRATION: CWS warnings01 (1.108.50); FILE MERGED 2006/05/23 18:30:56 sb 1.108.50.2: RESYNC: (1.108-1.111); FILE MERGED 2006/04/20 14:49:50 cl 1.108.50.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8381a5720e380bf5b0036653b2d4e1be7ad2e989]

        INTEGRATION: CWS warnings01 (1.58.114); FILE MERGED 2006/05/12 16:20:22 sb 1.58.114.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:49:50 cl 1.58.114.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42c1ad9de9b8e5cc42cf6e032be095eb8a2b30e1]

        INTEGRATION: CWS warnings01 (1.7.132); FILE MERGED 2006/04/20 14:49:50 cl 1.7.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ffae9c57d8ef4e3ec3cfa9c7307c538dc31203a]

        INTEGRATION: CWS warnings01 (1.23.222); FILE MERGED 2006/04/20 14:49:50 cl 1.23.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53c65d21a39b423c3ca6fd1e97f3b2943f6c9ae9]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/04/20 14:49:50 cl 1.7.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38037a1b900999622ec9660d77a063ee115e934e]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/04/20 14:49:49 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9b18bfa711aa30362e7ee2440c6925901d7f5e6]

        INTEGRATION: CWS warnings01 (1.13.222); FILE MERGED 2006/04/20 14:49:49 cl 1.13.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [76d277fdcfec5d91afb28c8aff31e330ae62d8b9]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/20 14:49:49 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ccf8956e43f8b3055e4aab611b5e911683dd8b8]

        INTEGRATION: CWS warnings01 (1.37.220); FILE MERGED 2006/05/23 18:30:37 sb 1.37.220.2: RESYNC: (1.37-1.40); FILE MERGED 2006/04/20 14:49:49 cl 1.37.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae9d4e3aec991463c06593616062a67594a28cb]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/20 14:49:49 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac9724549b3ce475507f55568d1450e3fd5432cc]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:49 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e29a975bb9de19d44796adb73dccb77945b19a6]

        INTEGRATION: CWS warnings01 (1.21.24); FILE MERGED 2006/05/23 18:30:14 sb 1.21.24.2: RESYNC: (1.21-1.23); FILE MERGED 2006/04/20 14:49:48 cl 1.21.24.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90d1c56173ae00ac5f1e951286d5aa2be1e05c20]

        INTEGRATION: CWS warnings01 (1.98.50); FILE MERGED 2006/05/23 18:29:52 sb 1.98.50.3: RESYNC: (1.98-1.100); FILE MERGED 2006/05/12 16:20:22 sb 1.98.50.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:49:48 cl 1.98.50.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae47a78102cd986ed3d42f62c29f776a33470022]

        INTEGRATION: CWS warnings01 (1.13.178); FILE MERGED 2006/05/23 18:29:31 sb 1.13.178.2: RESYNC: (1.13-1.14); FILE MERGED 2006/04/20 14:49:48 cl 1.13.178.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0658e0c38cade549307c46b6d572f635eb957cf3]

        INTEGRATION: CWS warnings01 (1.24.50); FILE MERGED 2006/05/23 18:29:21 sb 1.24.50.2: RESYNC: (1.24-1.25); FILE MERGED 2006/05/12 16:20:22 sb 1.24.50.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24eaa105d66a8c5d27ea48d0ffc75b4fd4287aec]

        INTEGRATION: CWS warnings01 (1.42.52); FILE MERGED 2006/04/20 14:49:48 cl 1.42.52.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc71e37db2f26786f6495075e069ed524462af72]

        INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED 2006/04/20 14:49:48 cl 1.15.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c78cc009ed37c5519921e9dcf30be80f414266b0]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/04/20 14:49:48 cl 1.11.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83a5c812a061132c90fd32675fedf0c39924a9e]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:49:47 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b78d534a5f24a2328f98bbc7b3b6102f09de08]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/05/12 16:20:21 sb 1.5.220.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/05 11:03:43 os 1.5.220.2: warnings removed 2006/04/20 14:49:47 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7afce894bd0ecd1f41ea5ab5bbc8767e57814d]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/04/20 14:49:47 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45f06072510f96ecc9fa91e6aaa184de4a7d255b]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/04/20 14:49:47 cl 1.8.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [057ec1bac333a77e9d2267a571b1d34c4dabd814]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/26 08:09:35 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [900520621f375e296bde23d0c14ae1efdc30519b]

        INTEGRATION: CWS warnings01 (1.29.130); FILE MERGED 2006/05/23 18:28:59 sb 1.29.130.2: RESYNC: (1.29-1.30); FILE MERGED 2006/04/26 08:09:34 os 1.29.130.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef053facc6e34a1ad479248682364e9fdc5ba336]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/23 18:28:41 sb 1.4.222.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/05 11:03:43 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd65101de05f371dc6f03bbb95530f779e23a124]

        INTEGRATION: CWS warnings01 (1.19.220); FILE MERGED 2006/05/23 18:28:33 sb 1.19.220.4: RESYNC: (1.19-1.20); FILE MERGED 2006/05/12 16:20:21 sb 1.19.220.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/05 11:03:43 os 1.19.220.2: warnings removed 2006/05/04 14:47:06 os 1.19.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [431cab3de29187f5280f54b91c64fe7b7940060a]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/06/15 07:13:02 sb 1.11.220.3: #i53898# Reflected renamed Get/SetValue functions. 2006/05/05 11:03:43 os 1.11.220.2: warnings removed 2006/05/04 14:47:06 os 1.11.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f0188255e25979d51ef6219502a9b342d327ded]

        INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED 2006/05/05 11:03:42 os 1.21.218.3: warnings removed 2006/05/04 14:47:05 os 1.21.218.2: warnings removed 2006/04/20 14:49:46 cl 1.21.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a99fd11cb2def5f63347b6d53bc48942a7803cf9]

        INTEGRATION: CWS warnings01 (1.23.222); FILE MERGED 2006/05/12 16:20:21 sb 1.23.222.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/05 11:03:42 os 1.23.222.3: warnings removed 2006/05/04 14:47:05 os 1.23.222.2: warnings removed 2006/04/20 14:49:46 cl 1.23.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [57fa49850d088d8bbecce76d1d0184b8dcd9028d]

        INTEGRATION: CWS warnings01 (1.30.52); FILE MERGED 2006/05/05 11:03:42 os 1.30.52.3: warnings removed 2006/05/04 14:47:05 os 1.30.52.2: warnings removed 2006/04/20 14:49:46 cl 1.30.52.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [368898995dad05f10aaf2a775c2c9c14d1a90b45]

        INTEGRATION: CWS warnings01 (1.20.222); FILE MERGED 2006/05/05 11:03:42 os 1.20.222.3: warnings removed 2006/05/04 14:47:05 os 1.20.222.2: warnings removed 2006/04/20 14:49:46 cl 1.20.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dde1b5902a80d3b88abc1b2a49239c81a8fad5de]

        INTEGRATION: CWS warnings01 (1.16.222); FILE MERGED 2006/05/05 11:03:41 os 1.16.222.2: warnings removed 2006/05/04 14:47:05 os 1.16.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ecec7921decbbf8d5c2a4e7b39bddfef552693]

        INTEGRATION: CWS warnings01 (1.23.222); FILE MERGED 2006/06/15 07:13:01 sb 1.23.222.5: #i53898# Reflected renamed Get/SetValue functions. 2006/05/12 16:20:21 sb 1.23.222.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/05 11:03:41 os 1.23.222.3: warnings removed 2006/05/04 14:47:04 os 1.23.222.2: warnings removed 2006/04/20 14:49:46 cl 1.23.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40ea96ce7d9cf53d4ccc3c25006f654480756004]

        INTEGRATION: CWS warnings01 (1.22.222); FILE MERGED 2006/05/05 11:03:41 os 1.22.222.4: warnings removed 2006/05/04 14:47:04 os 1.22.222.3: warnings removed 2006/04/20 14:49:46 cl 1.22.222.2: warning free code changes 2006/04/06 14:39:47 ab 1.22.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba7780851b14f26e556883a5cfd779682f491cba]

        INTEGRATION: CWS warnings01 (1.20.218); FILE MERGED 2006/06/16 12:03:02 cl 1.20.218.6: #i66514# renamed all SvxAreaTabPage attributes with m prefix 2006/06/15 07:13:01 sb 1.20.218.5: #i53898# Reflected renamed Get/SetValue functions. 2006/05/12 16:20:21 sb 1.20.218.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/05/05 11:03:40 os 1.20.218.3: warnings removed 2006/05/04 14:47:04 os 1.20.218.2: warnings removed 2006/04/20 14:49:45 cl 1.20.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4962a054009f24eaea701fa6e6d3c932a6fdb650]

        INTEGRATION: CWS warnings01 (1.13.180); FILE MERGED 2006/04/20 14:49:45 cl 1.13.180.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [793a5a1c84c43270b7f52b7d96ea76aaae12d3b2]

        INTEGRATION: CWS warnings01 (1.21.220); FILE MERGED 2006/05/05 11:03:40 os 1.21.220.3: warnings removed 2006/05/04 14:47:04 os 1.21.220.2: warnings removed 2006/04/20 14:49:45 cl 1.21.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0613cf7f9e086729f96712bec933a839ad4ead2b]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/05/12 16:20:20 sb 1.10.222.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/05 11:03:40 os 1.10.222.2: warnings removed 2006/04/20 14:49:45 cl 1.10.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a42d8834460a04fb41db9d65a52be8b8a40f7a3]

        INTEGRATION: CWS warnings01 (1.19.220); FILE MERGED 2006/05/05 11:03:40 os 1.19.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51af798431b1187ce32057e5ec1919135cbe6f7b]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/05 11:03:40 os 1.5.222.2: warnings removed 2006/04/20 14:49:45 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e3533a00b8227a4b29b2569d62c11537768fce0]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/06/16 12:03:02 cl 1.5.222.3: #i66514# renamed all SvxAreaTabPage attributes with m prefix 2006/05/05 11:03:39 os 1.5.222.2: warnings removed 2006/04/20 14:49:45 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b6be37281fff8d2448f7f6994ddb81de0fb928f]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/05 11:03:39 os 1.3.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [297d181d11f59e44354d6118ff89be0daec67f6c]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/05/05 11:03:39 os 1.7.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c68048e29199d10adcbc1107b73f0208fcc0175]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:45 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61aab4c068fafafd335b770f5ff61e3959b6c94e]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/05 11:03:39 os 1.3.222.2: warnings removed 2006/04/20 14:49:44 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2b90d1b2e41a4d22685544736603b76e819fa2]

        INTEGRATION: CWS warnings01 (1.30.108); FILE MERGED 2006/05/23 18:28:16 sb 1.30.108.4: RESYNC: (1.30-1.31); FILE MERGED 2006/05/05 11:03:38 os 1.30.108.3: warnings removed 2006/05/04 14:47:03 os 1.30.108.2: warnings removed 2006/04/20 14:49:44 cl 1.30.108.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b569775aaf7dffe8634d3179fcf5d5cdc51a9679]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/05/04 14:47:03 os 1.4.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be0ca5866c623e785a9ac415bf932b2bb5f00e63]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/05 11:03:38 os 1.3.222.3: warnings removed 2006/05/04 14:47:03 os 1.3.222.2: warnings removed 2006/04/20 14:49:44 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad2cba3bc0cd175cf66a7a96d02495c922e1c50e]

        INTEGRATION: CWS warnings01 (1.4.126); FILE MERGED 2006/05/23 18:27:54 sb 1.4.126.3: RESYNC: (1.4-1.5); FILE MERGED 2006/04/26 08:09:34 os 1.4.126.2: warnings removed 2006/04/20 14:49:44 cl 1.4.126.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33248644ef2022693d2a46fb2cd06ed92d4010d1]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/05/04 14:47:03 os 1.2.222.2: warnings removed 2006/04/20 14:49:44 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [550536d65be2705d11421d043e10e3c1e42af6c9]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/04/20 14:49:44 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54631844693f9139dac40dd8c4800782f2e11bc0]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/05/04 14:47:03 os 1.10.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36da79b86bf0afeb3dd536fe5a149b3958da3ca8]

        INTEGRATION: CWS warnings01 (1.35.60); FILE MERGED 2006/05/23 18:27:47 sb 1.35.60.3: RESYNC: (1.35-1.36); FILE MERGED 2006/04/26 08:09:34 os 1.35.60.2: warnings removed 2006/04/20 14:49:43 cl 1.35.60.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d390f60fb9d685e7a0f66e8c296c2d8c065bb4f4]

        INTEGRATION: CWS warnings01 (1.2.220); FILE MERGED 2006/05/04 14:47:02 os 1.2.220.2: warnings removed 2006/04/20 14:49:43 cl 1.2.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3dc7bac12e86981c6d3c51f9f6cab8e396142f]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/20 14:49:43 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [684b27295f8af6d4f8e5b64567f6d6808b431afe]

        INTEGRATION: CWS warnings01 (1.5.110); FILE MERGED 2006/05/04 14:47:02 os 1.5.110.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6b2ded6354f7af7737518da6a816a2ff769c481]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/04/26 08:09:34 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0216bc45ebfb79b8c983a53d06db27022330ec]

        INTEGRATION: CWS warnings01 (1.3.228); FILE MERGED 2006/04/26 08:09:34 os 1.3.228.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [347e1e564a0624e5cbf5eeac25507d7a1b256651]

        INTEGRATION: CWS warnings01 (1.17.222); FILE MERGED 2006/04/26 08:09:33 os 1.17.222.2: warnings removed 2006/04/20 14:49:43 cl 1.17.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b2784a281b204f6ead9468c3d6495ab552304dd]

        INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED 2006/04/26 08:09:33 os 1.15.222.2: warnings removed 2006/04/20 14:49:43 cl 1.15.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [218ceef2315231d83549f363cc8982583f8b558c]

        INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED 2006/05/04 14:47:02 os 1.8.220.2: warnings removed 2006/04/20 14:49:43 cl 1.8.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1775ade12d9320840f7ad072c008983f123303ea]

        INTEGRATION: CWS warnings01 (1.23.222); FILE MERGED 2006/04/20 14:49:42 cl 1.23.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad5cf8e357e392bb1fca3295db07f88bee743e74]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/05/04 14:47:02 os 1.6.220.2: warnings removed 2006/04/20 14:49:42 cl 1.6.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac4d849c8f59a20d6cf86d0845d75f5a935e9ab6]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/12 16:20:20 sb 1.3.222.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2006/04/20 14:49:42 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f3b598aedf4d9151617e4698dc2057b9e7a264]

        INTEGRATION: CWS warnings01 (1.2.222); FILE MERGED 2006/04/20 14:49:42 cl 1.2.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b7e17729b3f421b672eb108334d89c40dc58c3f]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/05/23 18:27:38 sb 1.7.222.3: RESYNC: (1.7-1.8); FILE MERGED 2006/05/04 14:47:02 os 1.7.222.2: warnings removed 2006/04/20 14:49:42 cl 1.7.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a87f9f7ae8fad7d35c3151dfd32edff5d8c38180]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/05/04 14:47:01 os 1.8.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e02fc119cdec0c119532998cf739b3f37bb570af]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/06 14:39:47 ab 1.4.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b17c6c18acd5855ec5cf14a15bfc25cf8f95c9b]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:47:01 os 1.4.222.2: warnings removed 2006/04/20 14:49:41 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [67acac1584605430724c7d0e76fe9e261dee948d]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/05/04 14:47:01 os 1.9.222.2: warnings removed 2006/04/20 14:49:41 cl 1.9.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe6d2f7d1e00dcb1cd40d6b9e45475296de0e88]

        INTEGRATION: CWS warnings01 (1.43.220); FILE MERGED 2006/05/12 16:20:20 sb 1.43.220.2: #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 14:47:01 os 1.43.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1938b5bffc7aa9db651fe2ea3f5835e8bf0e9b9c]

        INTEGRATION: CWS warnings01 (1.11.222); FILE MERGED 2006/05/04 14:47:01 os 1.11.222.2: warnings removed 2006/04/20 14:49:41 cl 1.11.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9175bb88450ec3ef85f2c7883cde7f354a141b43]

        INTEGRATION: CWS warnings01 (1.28.220); FILE MERGED 2006/05/04 14:47:00 os 1.28.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d404457d6b2d94d41ff3374f0c19c979fae86f7]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/04 14:47:00 os 1.3.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d5e62caf6c5b6d372929a065bccfb7d16bd76a5]

        INTEGRATION: CWS warnings01 (1.11.132); FILE MERGED 2006/04/20 14:49:41 cl 1.11.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [741a149b383180c0135bb72be841c2cb24718837]

        INTEGRATION: CWS warnings01 (1.10.130); FILE MERGED 2006/05/23 18:27:31 sb 1.10.130.2: RESYNC: (1.10-1.11); FILE MERGED 2006/04/20 14:49:41 cl 1.10.130.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5755c22ca3d9f38ada20a251e1ba6feba073788]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/05/23 18:27:23 sb 1.8.222.3: RESYNC: (1.8-1.10); FILE MERGED 2006/05/12 16:20:20 sb 1.8.222.2: #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 14:47:00 os 1.8.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3417e5811f09e8058d1fbbbb9e98d00669a8aa8]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:47:00 os 1.4.222.2: warnings removed 2006/04/20 14:49:41 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [879b54461cb20a9725561741fe95fb5df3145b9b]

        INTEGRATION: CWS warnings01 (1.10.18); FILE MERGED 2006/05/23 18:27:15 sb 1.10.18.3: RESYNC: (1.10-1.11); FILE MERGED 2006/05/04 14:47:00 os 1.10.18.2: warnings removed 2006/04/26 08:09:33 os 1.10.18.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb323107e23a330b0581205684633cc628981d6b]

        INTEGRATION: CWS warnings01 (1.17.132); FILE MERGED 2006/05/23 18:27:07 sb 1.17.132.2: RESYNC: (1.17-1.18); FILE MERGED 2006/04/20 14:49:40 cl 1.17.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e66cc801822756f8de5f18e67c127702db4c37]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:46:59 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d98526f1680eb196bebc8e07078b20c9d987c90]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/05/04 14:46:59 os 1.6.220.2: warnings removed 2006/04/20 14:49:40 cl 1.6.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [528459b561886aca1be1bd4830d88d33785e798e]

        INTEGRATION: CWS warnings01 (1.16.40); FILE MERGED 2006/04/20 12:57:54 thb 1.16.40.1: #i10000# Fixed merge problems

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e068901083f10a602c369c1205b2589c188eb6]

        INTEGRATION: CWS warnings01 (1.28.38); FILE MERGED 2006/05/23 18:26:58 sb 1.28.38.6: RESYNC: (1.30-1.32); FILE MERGED 2006/05/12 16:20:20 sb 1.28.38.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/05 11:03:38 os 1.28.38.4: warnings removed 2006/04/20 12:57:53 thb 1.28.38.3: #i10000# Fixed merge problems 2006/04/07 18:05:36 sb 1.28.38.2: RESYNC: (1.28-1.30); FILE MERGED Furthermore, removed aShowInactiveItemsCB (according to comment), and am now default-initializing nSizeLB_InitialSelection and nStyleLB_InitialSelection. 2006/04/06 14:39:46 ab 1.28.38.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [146ed9fb46337e7833e64a65e1e3b17110757579]

        INTEGRATION: CWS warnings01 (1.7.110); FILE MERGED 2006/05/29 09:57:40 sb 1.7.110.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 18:26:50 sb 1.7.110.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/04 14:46:59 os 1.7.110.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e5e75b694b88d30b44c19f5dcdd5e1aa1c2f385]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/04/26 08:09:33 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ebe91df3b252b1abc6b5cfd075ace3cb75b5ff3]

        INTEGRATION: CWS warnings01 (1.6.128); FILE MERGED 2006/05/04 14:46:59 os 1.6.128.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b99ef331918efe19aa4ee9431649745174acfe46]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/04 14:46:59 os 1.3.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [350235a8e7a8938197c2b43ff401e9bf4d6e15a3]

        INTEGRATION: CWS warnings01 (1.7.8); FILE MERGED 2006/05/04 14:46:58 os 1.7.8.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e5e71a4b7fdc87049c40b4db6447af9a5c1cb04]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:49:40 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca9a34453acc087e90bc7a831694adf612a63109]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/04/20 14:49:40 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42df75db6a8153b314caed940d612c121ea8de45]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:46:58 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be04a793c2a06ab5c1fe4ad3e74d02f3f89f03b6]

        INTEGRATION: CWS warnings01 (1.4.128); FILE MERGED 2006/04/20 14:49:40 cl 1.4.128.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [121d689405089af0cefe1106f15a97f251418051]

        INTEGRATION: CWS warnings01 (1.46.112); FILE MERGED 2006/05/23 18:26:43 sb 1.46.112.4: RESYNC: (1.46-1.47); FILE MERGED 2006/05/12 16:20:20 sb 1.46.112.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 14:46:58 os 1.46.112.2: warnings removed 2006/04/20 14:49:40 cl 1.46.112.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bc692850af3e1e54dc4f9916a81adc6226e6dbd]

        INTEGRATION: CWS warnings01 (1.23.68); FILE MERGED 2006/05/23 18:26:34 sb 1.23.68.3: RESYNC: (1.23-1.24); FILE MERGED 2006/05/04 14:46:58 os 1.23.68.2: warnings removed 2006/04/20 14:49:39 cl 1.23.68.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18a16088ea317ce0f6ec6c5a733a229f475ca139]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:49:39 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a0e0e4ef8feb1706ad9b991cc2ec6b8eeba526b]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/20 14:49:39 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [088ca30f8c0486549448df17953cc3b492e1adb2]

        INTEGRATION: CWS warnings01 (1.11.218); FILE MERGED 2006/05/04 14:46:58 os 1.11.218.2: warnings removed 2006/04/20 14:49:39 cl 1.11.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [776af1e0d7a9916a86c6c5cc7846331a08e90941]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/05/04 14:46:57 os 1.7.220.2: warnings removed 2006/04/20 14:49:39 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f01178527c2e04d24c8968b20f649bcbf2e70cd]

        INTEGRATION: CWS warnings01 (1.10.18); FILE MERGED 2006/04/26 08:09:33 os 1.10.18.2: warnings removed 2006/04/20 14:49:39 cl 1.10.18.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f7bbf3d7d67cb0d7f49b53de41ef287d232b99b]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/04/06 14:39:46 ab 1.7.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf49b2ba70494ceead00daf6323495f6800b3e1]

        INTEGRATION: CWS warnings01 (1.15.220); FILE MERGED 2006/05/23 18:25:18 sb 1.15.220.3: RESYNC: (1.15-1.17); FILE MERGED 2006/05/04 14:46:57 os 1.15.220.2: warnings removed 2006/04/20 14:49:38 cl 1.15.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ebd061c9b8f6b96111c3904fdc4aad4895b8ce7]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/05/04 14:46:57 os 1.12.220.2: warnings removed 2006/04/20 14:49:38 cl 1.12.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b717f1e6b695d3631fcf9b69f23eeb334cfb04bf]

        INTEGRATION: CWS warnings01 (1.21.220); FILE MERGED 2006/04/20 14:49:38 cl 1.21.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97562c8b853f4cff39eafb7cf0d05202119a6203]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/05/04 14:46:57 os 1.7.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efc422252d3de7b0fa9b2c31936902ee985d8838]

        INTEGRATION: CWS warnings01 (1.15.218); FILE MERGED 2006/05/04 14:46:57 os 1.15.218.2: warnings removed 2006/04/20 14:49:38 cl 1.15.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbdc25ff289c738ea59586021e51bba318f54256]

        INTEGRATION: CWS warnings01 (1.48.198); FILE MERGED 2006/05/04 14:46:57 os 1.48.198.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [53d479fe0239d687cf8c7635ed086dc96b5c24fd]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/05/04 14:46:56 os 1.5.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [80351244b536e151c37ac7d03a05649f275963d1]

        INTEGRATION: CWS warnings01 (1.27.218); FILE MERGED 2006/05/04 14:46:56 os 1.27.218.2: warnings removed 2006/04/20 14:49:38 cl 1.27.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4d552b6cafd3144eac45b0a5dc9be3b6bf22a8b]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/05/04 14:46:56 os 1.3.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0aae1a0ac4779fab5ad77c3c68acb2473b6243]

        INTEGRATION: CWS warnings01 (1.17.218); FILE MERGED 2006/05/04 14:46:56 os 1.17.218.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [053e260d6d959a69858e3646c0213a148f8198e9]

        INTEGRATION: CWS warnings01 (1.9.132); FILE MERGED 2006/05/04 14:46:56 os 1.9.132.2: warnings removed 2006/04/20 14:49:38 cl 1.9.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68f410d49c15aefe7ce41cd98597bd8b1e58757e]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:46:55 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42219b4a1cd26a46eb3ee361b53a478a218da534]

        INTEGRATION: CWS warnings01 (1.5.180); FILE MERGED 2006/04/20 14:49:37 cl 1.5.180.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [959940354da9d75e8d1b06b06a332e608893da9a]

        INTEGRATION: CWS warnings01 (1.16.222); FILE MERGED 2006/05/23 18:25:10 sb 1.16.222.2: RESYNC: (1.16-1.17); FILE MERGED 2006/05/04 14:46:55 os 1.16.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e40467acfbe31ebf6e28850828b5620e0899459]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:37 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [313337c0233ef3badbb646524d9198d6e3e2f813]

        INTEGRATION: CWS warnings01 (1.27.110); FILE MERGED 2006/05/23 18:25:03 sb 1.27.110.2: RESYNC: (1.27-1.28); FILE MERGED 2006/04/20 14:49:37 cl 1.27.110.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e3e0de537832da5dbb012799fd1bf54d71f0062]

        INTEGRATION: CWS warnings01 (1.13.198); FILE MERGED 2006/04/20 14:49:37 cl 1.13.198.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d89b4644863fecc44399bca4d8971668728125e]

        INTEGRATION: CWS warnings01 (1.19.222); FILE MERGED 2006/05/04 14:46:55 os 1.19.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5bab79b3d7e2ec475d49b5b1799f1d86a7c717d]

        INTEGRATION: CWS warnings01 (1.26.222); FILE MERGED 2006/05/04 14:46:55 os 1.26.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aba028fdc3e9ead87c88217bbbbe84a3ec0128c4]

        INTEGRATION: CWS warnings01 (1.22.222); FILE MERGED 2006/05/04 14:46:55 os 1.22.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [463154b08bb7a3f861a6300761108e093904cf06]

        INTEGRATION: CWS warnings01 (1.32.218); FILE MERGED 2006/05/23 18:24:55 sb 1.32.218.2: RESYNC: (1.32-1.33); FILE MERGED 2006/04/20 14:49:37 cl 1.32.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b917aa8fb882536ce22deda82c4067b0e821e81]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/05/04 14:46:54 os 1.11.220.2: warnings removed 2006/04/20 14:49:37 cl 1.11.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [87cc07e5dee9bc20711be7c9fb14a6c3466eedea]

        INTEGRATION: CWS warnings01 (1.11.10); FILE MERGED 2006/04/20 14:49:36 cl 1.11.10.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [03469f28b5085043c4935aaf6ff1d256e64fcbe9]

        INTEGRATION: CWS warnings01 (1.11.132); FILE MERGED 2006/04/20 14:49:36 cl 1.11.132.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f722a22d5e1ad9764c39c696100131984547ac4d]

        INTEGRATION: CWS warnings01 (1.12.222); FILE MERGED 2006/05/12 16:20:19 sb 1.12.222.2: #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 14:46:54 os 1.12.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb13aefd96d1bec10f24689ca95b53a340072bf]

        INTEGRATION: CWS warnings01 (1.22.220); FILE MERGED 2006/05/04 14:46:54 os 1.22.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd85208b12236c56a0e4d1c74465cf00204f62a4]

        INTEGRATION: CWS warnings01 (1.18.222); FILE MERGED 2006/05/04 14:46:54 os 1.18.222.2: warnings removed 2006/04/06 14:39:46 ab 1.18.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56694125a126ebd6402e4127404ac4aa341106bb]

        INTEGRATION: CWS warnings01 (1.4.180); FILE MERGED 2006/04/20 14:49:36 cl 1.4.180.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d452e7d9e4bffb2e05eb085c1b2dd65a066dbc7]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/04 14:46:54 os 1.3.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1e2db4357d3b8fa1f5a596f41c0dd0605e204c5]

        INTEGRATION: CWS warnings01 (1.4.134); FILE MERGED 2006/05/04 14:46:53 os 1.4.134.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0597138e1cbcc80728be81549eedf68c52f966c]

        INTEGRATION: CWS warnings01 (1.10.216); FILE MERGED 2006/06/14 13:47:36 os 1.10.216.4: #i66418# GetValue() is now GetColorValue() 2006/05/12 16:20:19 sb 1.10.216.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 14:46:53 os 1.10.216.2: warnings removed 2006/04/20 14:49:36 cl 1.10.216.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bf4e45d482614a0ffd13087d6ff561246735267]

        INTEGRATION: CWS warnings01 (1.4.110); FILE MERGED 2006/05/29 09:57:40 sb 1.4.110.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 18:24:38 sb 1.4.110.3: RESYNC: (1.4-1.6); FILE MERGED 2006/05/04 14:46:53 os 1.4.110.2: warnings removed 2006/04/20 14:49:36 cl 1.4.110.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5459d29da0bf5b7da319bf73919408ba08eda6e]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:36 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1647b96006fb2c5f9ed87b27f404f1a3561f82b3]

        INTEGRATION: CWS warnings01 (1.16.222); FILE MERGED 2006/05/04 14:46:53 os 1.16.222.2: warnings removed 2006/04/20 14:49:35 cl 1.16.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc60e6a613d8b9e832ed6e8e41a80844e6db1eaf]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/04/20 14:49:35 cl 1.9.222.2: warning free code changes 2006/04/06 14:39:46 ab 1.9.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44466e54e5d01f628674cfcd90830ceecb684569]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/05/04 14:46:53 os 1.7.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9cd0411874c6664d425afbba970784f3c4caca6]

        INTEGRATION: CWS warnings01 (1.10.134); FILE MERGED 2006/05/23 18:24:21 sb 1.10.134.2: RESYNC: (1.10-1.11); FILE MERGED 2006/04/26 08:09:32 os 1.10.134.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d0b86486de47b9352f7bef81afb5add115afa9e]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/04/26 08:09:32 os 1.6.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5062fcb5624e57c7dd1b6654471a1f75d8941fd6]

        INTEGRATION: CWS warnings01 (1.8.222); FILE MERGED 2006/05/04 14:46:52 os 1.8.222.2: warnings removed 2006/04/20 14:49:35 cl 1.8.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0545ad8d5d88ad9b3fc2eed8e1293b3e092b4069]

        INTEGRATION: CWS warnings01 (1.7.62); FILE MERGED 2006/05/04 14:46:52 os 1.7.62.2: warnings removed 2006/04/20 14:49:35 cl 1.7.62.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e91273d0ce6962471d95b8b37865298b5e9d7c]

        INTEGRATION: CWS warnings01 (1.17.108); FILE MERGED 2006/05/04 14:46:52 os 1.17.108.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b342d69f3421a7fc88fac6b47cadda4c1d20d551]

        INTEGRATION: CWS warnings01 (1.24.108); FILE MERGED 2006/05/04 14:46:52 os 1.24.108.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf945630493b836d01ccd66aff3578860843865b]

        INTEGRATION: CWS warnings01 (1.25.220); FILE MERGED 2006/05/04 14:46:52 os 1.25.220.3: warnings removed 2006/04/20 14:49:35 cl 1.25.220.2: warning free code changes 2006/04/06 14:39:46 ab 1.25.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c497822b62b1945235c99be556b2e16595dcb0f4]

        INTEGRATION: CWS warnings01 (1.10.218); FILE MERGED 2006/05/04 14:46:52 os 1.10.218.2: warnings removed 2006/04/20 14:49:35 cl 1.10.218.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9de4ffb6fa8ace3df30cf0f7e7497785b739c85f]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:46:51 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34866cd8e5d93912f300ae5f30e5f1918202d7c1]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/05/04 14:46:51 os 1.4.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1613d27a5ee4da0363af541700c6f6c8ca419f29]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/04/26 08:09:32 os 1.7.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c5f01269439affcf98611bec391df88c48956b5]

        INTEGRATION: CWS warnings01 (1.4.634); FILE MERGED 2006/05/04 14:46:51 os 1.4.634.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d650a83c076cf0f988d4c0586c113c0e96354cb4]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/23 18:24:13 sb 1.4.222.4: RESYNC: (1.4-1.5); FILE MERGED 2006/05/12 16:20:19 sb 1.4.222.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 14:46:51 os 1.4.222.2: warnings removed 2006/04/20 14:49:34 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d3e2f0daf039721835c8522e7f12e72a15cf428]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/05/05 11:03:37 os 1.5.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c35ff65b826176efc7bdc2de40e0d6c9c48f7416]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/06/16 12:03:01 cl 1.5.222.2: #i66514# renamed all SvxAreaTabPage attributes with m prefix 2006/05/05 11:03:37 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f43ab027d5b67687f35e9f72f6df67a83abbc77]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:46:51 os 1.5.222.2: warnings removed 2006/04/20 14:49:34 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa9339533330bea397dc6f59340511d1a1b8395f]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:46:50 os 1.4.222.2: warnings removed 2006/04/20 14:49:34 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fa97ea237d300911cbeff54f943cb35c01d02c4]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:46:50 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1deb613963d6e9bc254967828a320897d990abc]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/12 16:20:19 sb 1.4.222.2: #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 14:46:50 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed8ed7c9a90792d504c967cd64e9ac0783452bf]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/04/26 08:09:32 os 1.5.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9341a227107368066c9f356fbc9a32a8c10c92fa]

        INTEGRATION: CWS warnings01 (1.6.218); FILE MERGED 2006/04/26 08:09:32 os 1.6.218.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b78c4ec9da32746db4b1ddf39c6252458437e0e9]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:46:50 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecef3d574d9a5b5616e3b6663ba7992c95925d71]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/20 14:49:34 cl 1.4.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [260d156e9b52f1f6e847fb1ffc18e59412cc7057]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/05/29 09:57:40 sb 1.10.222.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/04 14:46:50 os 1.10.222.2: warnings removed 2006/04/20 14:49:34 cl 1.10.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [138f22328574e63f27abccf8fc1e0beb0f888816]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/05/04 14:46:50 os 1.7.220.2: warnings removed 2006/04/20 14:49:34 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c9852b017f71e1e961a3b0a3b4f84874fc6befc]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/06 14:39:45 ab 1.4.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7634f3910aeae27e98764722f757f2be4d79b8a6]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/23 18:24:06 sb 1.5.222.2: RESYNC: (1.5-1.6); FILE MERGED 2006/05/04 14:46:49 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5390ed7cd78d340e2a700c1aa43bab5bad28d5b1]

        INTEGRATION: CWS warnings01 (1.10.220); FILE MERGED 2006/05/04 14:46:49 os 1.10.220.2: warnings removed 2006/04/20 14:49:33 cl 1.10.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c30d5ff1a1f286a17417b8cdc78da954c70f0cf]

        INTEGRATION: CWS warnings01 (1.7.220); FILE MERGED 2006/05/04 14:46:49 os 1.7.220.2: warnings removed 2006/04/20 14:49:33 cl 1.7.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd7263c0402b229105a98ffd426004ab4d3906c5]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:46:49 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b87d28a1ecd76b1333a624cd9eabf2cf132a1b9]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/04/20 14:49:33 cl 1.6.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbee706bd23acbe248ab002fe453d6522b10a288]

        INTEGRATION: CWS warnings01 (1.34.222); FILE MERGED 2006/04/07 18:03:09 sb 1.34.222.2: RESYNC: (1.34-1.35); FILE MERGED 2006/04/06 14:39:45 ab 1.34.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [767ed26f18aa2ea4e4beb92137a39f9b00c8fdb5]

        INTEGRATION: CWS warnings01 (1.87.220); FILE MERGED 2006/05/12 16:20:19 sb 1.87.220.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 14:46:48 os 1.87.220.2: warnings removed 2006/04/20 14:49:33 cl 1.87.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ce9b5140ed585821c86adcb1bdb6913cf7420bd]

        INTEGRATION: CWS warnings01 (1.10.112); FILE MERGED 2006/04/07 18:02:46 sb 1.10.112.2: RESYNC: (1.10-1.11); FILE MERGED 2006/04/06 14:39:45 ab 1.10.112.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27cb8b1e86794531eb6070896f555bbca3df6c7e]

        INTEGRATION: CWS warnings01 (1.28.10); FILE MERGED 2006/05/04 14:46:48 os 1.28.10.3: warnings removed 2006/04/07 18:02:38 sb 1.28.10.2: RESYNC: (1.28-1.32); FILE MERGED 2006/04/06 14:39:45 ab 1.28.10.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3d37626801ea131656ed18c6262c24691cf1dd0]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/26 08:09:32 os 1.3.222.2: warnings removed 2006/04/06 14:39:45 ab 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0888325e890afafd439bbbfad5f45acbf3a8914]

        INTEGRATION: CWS warnings01 (1.27.218); FILE MERGED 2006/05/12 16:20:18 sb 1.27.218.4: #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 14:46:48 os 1.27.218.3: warnings removed 2006/04/20 14:49:33 cl 1.27.218.2: warning free code changes 2006/04/06 14:39:44 ab 1.27.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0187a37f598df5baa3f5c766e8f863f7d2bcc503]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/20 14:49:33 cl 1.3.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [404b27825412f6cd2e7a2b2040b2512d11eeb155]

        INTEGRATION: CWS warnings01 (1.31.220); FILE MERGED 2006/05/04 14:46:48 os 1.31.220.2: warnings removed 2006/04/20 14:49:32 cl 1.31.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfa3a34fa9d5ba95590a8e653d18c93c06fb2ab4]

        INTEGRATION: CWS warnings01 (1.9.18); FILE MERGED 2006/05/23 18:23:58 sb 1.9.18.3: RESYNC: (1.9-1.10); FILE MERGED 2006/05/04 14:46:48 os 1.9.18.2: warnings removed 2006/04/26 08:09:31 os 1.9.18.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f51bd03dc8dc6bb73930c5751c8362d122772906]

        INTEGRATION: CWS warnings01 (1.19.220); FILE MERGED 2006/04/26 08:09:31 os 1.19.220.2: warnings removed 2006/04/20 14:49:32 cl 1.19.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ce1c006f4e30ff70a268f3d2ae0c81abdb9fd1f]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/04/26 08:09:31 os 1.12.220.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44cf72db3bc298468534a35492c69d5f3c86962e]

        INTEGRATION: CWS warnings01 (1.6.220); FILE MERGED 2006/04/06 14:39:44 ab 1.6.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cce5ccbd753e2644e755e0a73b07a4217c0b08d4]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/26 08:09:31 os 1.3.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [248bbb672c9c2c9afa618ded1f640aa7066ab949]

        INTEGRATION: CWS warnings01 (1.11.150); FILE MERGED 2006/04/26 08:09:30 os 1.11.150.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecab9ce664d94be47695f1b000ba17d1dac22fd3]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/04/26 08:09:30 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0ea7e99174d4f52bc8aaecfa7d2d6d0bdcb8119]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/06 14:39:44 ab 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [99924fc71a03a9da682aac1ed3260f99b6a6e8ae]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/05/23 18:23:42 sb 1.5.220.2: RESYNC: (1.5-1.6); FILE MERGED 2006/04/20 14:49:32 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8599fca529c46c78cc506ad834557d5281276dc]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/10 13:19:13 sj 1.3.222.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13955cd26424669385366f635abc74fd70c4fece]

        INTEGRATION: CWS warnings01 (1.15.198); FILE MERGED 2006/05/23 18:23:35 sb 1.15.198.2: RESYNC: (1.15-1.16); FILE MERGED 2006/04/10 13:19:12 sj 1.15.198.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15ed8b522c4c61c346c1683b56bf3b995e28d66f]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/03/10 14:33:16 cl 1.5.220.1: removed some warnings, mostly shadowed variables

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9ffb583ca2c76b1ded019c85e15b54d064b5fcc]

        INTEGRATION: CWS warnings01 (1.11.108); FILE MERGED 2006/03/10 14:33:16 cl 1.11.108.1: removed some warnings, mostly shadowed variables

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c25de3dfc48c10171340d520b191d09c01915d55]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/03/10 14:33:16 cl 1.5.222.1: removed some warnings, mostly shadowed variables

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ccc57ddf50d1bcf0bdf60e30e8c58c5a12e30af]

        INTEGRATION: CWS warnings01 (1.7.218); FILE MERGED 2006/04/10 13:19:12 sj 1.7.218.3: #i55991# warning free code 2006/04/07 18:02:21 sb 1.7.218.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/10 14:33:16 cl 1.7.218.1: removed some warnings, mostly shadowed variables

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a64f80282655b09839e63de7aedf401d74adf25]

        INTEGRATION: CWS warnings01 (1.16.146); FILE MERGED 2006/06/15 07:13:01 sb 1.16.146.3: #i53898# Reflected renamed Get/SetValue functions. 2006/04/10 13:19:12 sj 1.16.146.2: #i55991# warning free code 2006/03/10 14:33:15 cl 1.16.146.1: removed some warnings, mostly shadowed variables

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34b87f2706587dce4e9c8f97448a8304adf253d3]

        INTEGRATION: CWS warnings01 (1.18.222); FILE MERGED 2006/05/23 18:23:26 sb 1.18.222.3: RESYNC: (1.18-1.19); FILE MERGED 2006/02/15 13:47:42 fs 1.18.222.2: #i55991# warning-free code 2006/01/05 12:02:19 fs 1.18.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [88be37cbcbf3915f87d12a5d38f7a0316d431781]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/05/23 18:23:19 sb 1.9.222.3: RESYNC: (1.9-1.10); FILE MERGED 2006/02/16 12:12:36 fs 1.9.222.2: #i55991# warning-free code (unxsols4) 2006/01/05 12:02:18 fs 1.9.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e36d29e0c0f3a2b82bd2c95b6f37c0c7f1200a04]

        INTEGRATION: CWS warnings01 (1.14.222); FILE MERGED 2006/01/05 12:02:18 fs 1.14.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45daec4e71f53634da59240904be3f6e4a2aef76]

        INTEGRATION: CWS warnings01 (1.18.218); FILE MERGED 2006/05/23 18:23:12 sb 1.18.218.2: RESYNC: (1.18-1.19); FILE MERGED 2006/01/05 12:02:17 fs 1.18.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [46f20f2b0a91ae47d4d601af4d0d49377358b1a6]

        INTEGRATION: CWS warnings01 (1.7.222); FILE MERGED 2006/01/05 12:02:17 fs 1.7.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c4db6b7d0ff2c6c9bda5238f7c3be205c2ad3d6]

        INTEGRATION: CWS warnings01 (1.33.222); FILE MERGED 2006/05/23 18:22:27 sb 1.33.222.2: RESYNC: (1.33-1.34); FILE MERGED 2006/01/05 12:02:16 fs 1.33.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08b22889105dc787ecca0e47e5ab94c7fdfd754f]

        INTEGRATION: CWS warnings01 (1.38.218); FILE MERGED 2006/04/20 14:49:31 cl 1.38.218.5: warning free code changes 2006/04/20 13:04:08 cl 1.38.218.4: warning free code changes 2006/04/07 18:02:02 sb 1.38.218.3: RESYNC: (1.39-1.40); FILE MERGED 2006/01/25 18:11:02 sb 1.38.218.2: RESYNC: (1.38-1.39); FILE MERGED 2006/01/05 12:02:16 fs 1.38.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [659aa3b8f6a14eab1807d964279929779e1947b4]

        INTEGRATION: CWS warnings01 (1.18.222); FILE MERGED 2006/04/20 14:49:31 cl 1.18.222.2: warning free code changes 2006/01/05 12:02:15 fs 1.18.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f44397f7637c96b502193a09ded27280305dbb03]

        INTEGRATION: CWS warnings01 (1.47.218); FILE MERGED 2006/01/05 12:02:15 fs 1.47.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [028d5000cdae519c9c0e67260c1cadae4543b655]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/02/16 12:12:35 fs 1.4.222.1: #i55991# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f990cf2148e15460cb09e3e8535ca57a01ae876]

        INTEGRATION: CWS warnings01 (1.9.222); FILE MERGED 2006/01/25 18:10:54 sb 1.9.222.2: RESYNC: (1.9-1.10); FILE MERGED 2006/01/05 12:02:14 fs 1.9.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [167ab1a5cc36df80d8c26c072c98b6b356b65e00]

        INTEGRATION: CWS warnings01 (1.10.222); FILE MERGED 2006/04/20 14:49:31 cl 1.10.222.4: warning free code changes 2006/04/07 18:01:37 sb 1.10.222.3: RESYNC: (1.11-1.12); FILE MERGED 2006/01/25 18:10:36 sb 1.10.222.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/05 12:02:14 fs 1.10.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab834c6b241741eced867978aecd4015429507fa]

        INTEGRATION: CWS warnings01 (1.15.222); FILE MERGED 2006/01/05 12:02:14 fs 1.15.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cba145469da458a520e69c2efab9f89ee27bf880]

        INTEGRATION: CWS warnings01 (1.17.222); FILE MERGED 2006/05/23 18:21:20 sb 1.17.222.2: RESYNC: (1.17-1.18); FILE MERGED 2006/01/05 12:02:13 fs 1.17.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [970b5602730fa3ccbd290626171f15139e01faec]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/05/23 18:20:36 sb 1.3.222.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/05 12:02:13 fs 1.3.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdfb65482c80cc4ffc41a7c39d7df8ff797d5e20]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/04/20 14:49:31 cl 1.3.220.2: warning free code changes 2006/01/05 12:02:12 fs 1.3.220.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea57dec3ce060cec06ef8ad51e001493a2998f5e]

        INTEGRATION: CWS warnings01 (1.18.222); FILE MERGED 2006/04/07 18:01:53 sb 1.18.222.2: RESYNC: (1.18-1.19); FILE MERGED 2006/02/16 12:12:35 fs 1.18.222.1: #i55991# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc777133aa72c9109747d10edeeb0db5fa871481]

        INTEGRATION: CWS warnings01 (1.43.222); FILE MERGED 2006/05/23 18:19:55 sb 1.43.222.6: RESYNC: (1.45-1.46); FILE MERGED 2006/04/20 14:49:31 cl 1.43.222.5: warning free code changes 2006/04/20 13:04:08 cl 1.43.222.4: warning free code changes 2006/04/07 18:01:46 sb 1.43.222.3: RESYNC: (1.44-1.45); FILE MERGED 2006/01/25 18:10:44 sb 1.43.222.2: RESYNC: (1.43-1.44); FILE MERGED 2006/01/05 12:02:11 fs 1.43.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc03a477ded1cb43c117c4d13bbd3ea78517fbc]

        INTEGRATION: CWS warnings01 (1.21.218); FILE MERGED 2006/05/23 18:18:09 sb 1.21.218.2: RESYNC: (1.21-1.22); FILE MERGED 2006/01/05 12:02:11 fs 1.21.218.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34216d81e5408c80a82f66a435f85fc391e412a9]

        INTEGRATION: CWS warnings01 (1.21.222); FILE MERGED 2006/05/23 18:17:12 sb 1.21.222.3: RESYNC: (1.21-1.23); FILE MERGED 2006/02/16 12:12:34 fs 1.21.222.2: #i55991# warning-free code (unxsols4) 2006/01/05 12:02:11 fs 1.21.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7c04a9cc2b98f753d302e415c4761cc7919f0cc]

        INTEGRATION: CWS warnings01 (1.13.222); FILE MERGED 2006/01/05 14:06:07 fs 1.13.222.1: #i55991# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab28d086261fc5e3f4df088648fd9ce2c0d19705]

        INTEGRATION: CWS warnings01 (1.115.24); FILE MERGED 2006/05/23 18:16:13 sb 1.115.24.4: RESYNC: (1.116-1.117); FILE MERGED 2006/04/07 17:59:59 sb 1.115.24.3: RESYNC: (1.115-1.116); FILE MERGED 2006/03/09 15:35:58 aw 1.115.24.2: #i55991# changes for warning free code 2006/02/17 21:02:44 aw 1.115.24.1: #i55991# warning free changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2584ecd2a8e84e5e6bdcc71ae8c592f7390559]

        INTEGRATION: CWS warnings01 (1.9.220); FILE MERGED 2006/02/21 22:08:07 aw 1.9.220.1: #i55991# Adaptions to warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8d2a5cf180ec186f05b12acccfe60a716812d99]

        INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED 2006/04/19 17:34:27 cl 1.3.222.2: warning free code changes 2006/03/10 17:44:03 aw 1.3.222.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [018fe1e01ba7842b728165576ab0101c102176ff]

        INTEGRATION: CWS warnings01 (1.3.220); FILE MERGED 2006/03/10 16:33:42 aw 1.3.220.1: #i55991# warning free changes for unxsol

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f35d8fa32eb1c1afa1de1296c7773fe7417e9273]

        INTEGRATION: CWS warnings01 (1.11.220); FILE MERGED 2006/05/23 18:13:42 sb 1.11.220.2: RESYNC: (1.11-1.12); FILE MERGED 2006/02/16 12:13:12 fs 1.11.220.1: #i55991# warning-free code (i55991)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cb94c685eee0f8a897e19f4f056977e7d69e8a8]

        INTEGRATION: CWS warnings01 (1.8.220); FILE MERGED 2006/02/17 15:23:32 cl 1.8.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [658b66021d410e9a96b4e1a0078d7041dd67e730]

        INTEGRATION: CWS warnings01 (1.5.220); FILE MERGED 2006/02/17 15:23:31 cl 1.5.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41c14ddffb997aa2ed926ccbd89e298acb1da51a]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/02/17 15:23:30 cl 1.5.222.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51f7b4c5c6ea7a2003641b3beca37dde51c0ae97]

        INTEGRATION: CWS warnings01 (1.6.222); FILE MERGED 2006/03/09 14:10:10 aw 1.6.222.1: #i55991# changes for warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fe52350f699d6a6ab82d9188b7a1931f60342a7]

        INTEGRATION: CWS warnings01 (1.14.220); FILE MERGED 2006/04/07 17:58:52 sb 1.14.220.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/17 15:23:28 cl 1.14.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae9a4335f45fadff5f4aebb69dabd9823f6524f8]

        INTEGRATION: CWS warnings01 (1.8.218); FILE MERGED 2006/05/04 14:59:13 os 1.8.218.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3ad370704e3391bf3894cff470f8f548a78e096]

        INTEGRATION: CWS warnings01 (1.12.220); FILE MERGED 2006/04/20 14:47:58 cl 1.12.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35009817ee326f71d4de92d65e8a5c0ebc0b0e97]

        INTEGRATION: CWS warnings01 (1.4.220); FILE MERGED 2006/04/20 14:47:58 cl 1.4.220.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3f0d8ebd1efb5c220a664a44fe9b48851cd6a33]

        INTEGRATION: CWS warnings01 (1.63.18); FILE MERGED 2006/06/16 13:54:31 cl 1.63.18.1: #i66429# adding help id for general tab page of the gallery property browser

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c799d367636c124426d0380763fc5071b748cf6f]

        INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED 2006/05/04 14:59:12 os 1.5.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed7a89b1111f8c8d1e775d5ec9f0c9c68d627f0d]

        INTEGRATION: CWS warnings01 (1.4.150); FILE MERGED 2006/02/17 16:57:09 cl 1.4.150.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2bb87aa52f47b7be86a8396c5e4cd213d277ba0]

        INTEGRATION: CWS warnings01 (1.10.54); FILE MERGED 2006/04/07 17:57:25 sb 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2006/02/17 16:57:01 cl 1.10.54.1: warning free code changes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e26e7034ad7d53e9f18d13ddc6ce4995c6e55a]

        INTEGRATION: CWS warnings01 (1.4.222); FILE MERGED 2006/05/04 14:59:12 os 1.4.222.1: warnings removed

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0158905c4b2ca67886d2e268811099acecb00155]

        INTEGRATION: CWS warnings01 (1.18.10); FILE MERGED 2006/03/13 12:36:37 pl 1.18.10.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ecbf7afedcd698d8395c046268879af2f4c547]

        INTEGRATION: CWS warnings01 (1.22.4); FILE MERGED 2005/11/07 17:05:38 pl 1.22.4.3: RESYNC: (1.22-1.23); FILE MERGED 2005/10/26 15:24:43 pl 1.22.4.2: #i55991# removed warnings for solaris platform 2005/10/21 13:57:13 pl 1.22.4.1: #i55991# removed warnings for linux platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4cc9add3a92742696f1dda5e87e473157177e09]

        INTEGRATION: CWS warnings01 (1.10.8); FILE MERGED 2005/11/07 12:09:07 sb 1.10.8.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 22:17:48 sb 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/05 08:13:45 sb 1.10.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a87ac7d09aeb2ffaa9c4f3a2a04ccecacad58318]

        INTEGRATION: CWS warnings01 (1.3.120); FILE MERGED 2005/09/22 22:17:17 sb 1.3.120.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 08:13:44 sb 1.3.120.2: #i53898# Made code warning-free. 2005/08/30 13:13:57 sb 1.3.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c6fe64ed55c9f1717bd855d5c114a9b9ab20d40]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2005/11/07 12:09:07 sb 1.6.14.3: #i53898# Made code warning-free (additional -W switches for GCC). 2005/09/22 22:17:08 sb 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/30 13:13:57 sb 1.6.14.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a92801d576f057a5526a1b58194383e5f7195d5]

        INTEGRATION: CWS warnings01 (1.5.104); FILE MERGED 2005/09/22 22:15:48 sb 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/30 13:13:56 sb 1.5.104.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2055361fd60c2918df293ffccabed14e400ea956]

        INTEGRATION: CWS warnings01 (1.2.120); FILE MERGED 2005/11/07 12:03:07 sb 1.2.120.3: #i53898# Made code warning-free (GCC 4.0.1). 2005/09/22 22:09:53 sb 1.2.120.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/30 13:13:55 sb 1.2.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2751711224308279842e438ab02d6f33d4ab1df]

        INTEGRATION: CWS warnings01 (1.2.142); FILE MERGED 2005/09/22 22:06:39 sb 1.2.142.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/05 10:06:53 sb 1.2.142.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5fa79a939500d479570f647c5b828f41a78a52]

        INTEGRATION: CWS warnings01 (1.3.28); FILE MERGED 2005/11/21 13:37:39 sb 1.3.28.3: #i53898# Made code warning-free. 2005/09/22 22:06:30 sb 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 10:06:53 sb 1.3.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e353d5bc84cbacea94429fbedc6bf2c3f8dfa96]

        INTEGRATION: CWS warnings01 (1.19.10); FILE MERGED 2005/11/21 13:37:38 sb 1.19.10.7: #i53898# Made code warning-free. 2005/10/10 10:14:26 sb 1.19.10.6: #i53898# Avoid unnecessary cast/dependence on implementation detail. 2005/10/04 13:42:42 sb 1.19.10.5: #i53898# Minor fix. 2005/10/04 11:37:06 sb 1.19.10.4: #i53898# Minor fix. 2005/09/22 22:06:21 sb 1.19.10.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/05 10:06:53 sb 1.19.10.2: #i53898# Made code warning-free. 2005/08/29 14:09:44 sb 1.19.10.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25286d965aaa8d122c6e2ecb25349b184c5b6a6d]

        INTEGRATION: CWS warnings01 (1.6.106); FILE MERGED 2005/09/22 22:06:12 sb 1.6.106.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 10:06:52 sb 1.6.106.2: #i53898# Made code warning-free. 2005/08/29 14:09:44 sb 1.6.106.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c2630d6f6e6a84c3d7e1f13415dddc3f60a0f95]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/09/05 11:28:25 sb 1.1.2.2: #i53898# License change. 2005/09/05 10:07:57 sb 1.1.2.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9edb965c8197ca3b040569093cf23074c12d903]

        INTEGRATION: CWS warnings01 (1.3.36); FILE MERGED 2005/11/21 13:37:38 sb 1.3.36.4: #i53898# Made code warning-free. 2005/09/22 22:04:46 sb 1.3.36.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 10:06:52 sb 1.3.36.2: #i53898# Made code warning-free. 2005/08/29 14:09:43 sb 1.3.36.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b2429d44d149932f3f17e9a144b8cace2b7e9a3]

        INTEGRATION: CWS warnings01 (1.13.46); FILE MERGED 2005/11/21 13:37:37 sb 1.13.46.4: #i53898# Made code warning-free. 2005/09/22 22:04:37 sb 1.13.46.3: RESYNC: (1.13-1.14); FILE MERGED 2005/09/05 10:06:51 sb 1.13.46.2: #i53898# Made code warning-free. 2005/08/29 16:37:49 sb 1.13.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [14d98101d3948a31978e5164b167471b1b9e762a]

        INTEGRATION: CWS warnings01 (1.2.118); FILE MERGED 2005/09/22 22:04:29 sb 1.2.118.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/05 10:06:51 sb 1.2.118.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6574e21b2aa967da3c1cd83a13397d27f1c57b8e]

        INTEGRATION: CWS warnings01 (1.19.28); FILE MERGED 2005/11/21 13:37:37 sb 1.19.28.4: #i53898# Made code warning-free. 2005/09/22 22:04:20 sb 1.19.28.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/05 10:06:50 sb 1.19.28.2: #i53898# Made code warning-free. 2005/08/29 14:09:43 sb 1.19.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e109248c08290e66dae06808e01b4d6c1d9b570f]

        INTEGRATION: CWS warnings01 (1.10.28); FILE MERGED 2005/11/21 13:37:36 sb 1.10.28.4: #i53898# Made code warning-free. 2005/09/22 22:04:11 sb 1.10.28.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/05 10:06:50 sb 1.10.28.2: #i53898# Made code warning-free. 2005/08/29 14:09:43 sb 1.10.28.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b14eedf5d84e426ff039df25998af4995f81d45]

        INTEGRATION: CWS warnings01 (1.14.12); FILE MERGED 2005/11/21 13:37:35 sb 1.14.12.4: #i53898# Made code warning-free. 2005/09/22 22:04:01 sb 1.14.12.3: RESYNC: (1.14-1.15); FILE MERGED 2005/09/05 10:06:50 sb 1.14.12.2: #i53898# Made code warning-free. 2005/08/29 14:09:43 sb 1.14.12.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3aefac48b7d4a8c108e377965af28c7812631b4d]

        INTEGRATION: CWS warnings01 (1.1.1.1.160); FILE MERGED 2005/09/22 22:03:25 sb 1.1.1.1.160.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/05 10:06:49 sb 1.1.1.1.160.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbc0550588e186efced4ffdabdb4ab7355fe2a9a]

        INTEGRATION: CWS warnings01 (1.4.118); FILE MERGED 2005/11/21 13:37:35 sb 1.4.118.4: #i53898# Made code warning-free. 2005/09/22 22:03:17 sb 1.4.118.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 10:06:49 sb 1.4.118.2: #i53898# Made code warning-free. 2005/08/29 14:09:42 sb 1.4.118.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [39948f73625b113946391145dea48148c5db5d24]

        INTEGRATION: CWS warnings01 (1.8.6); FILE MERGED 2005/09/23 13:42:06 sb 1.8.6.1: #i53898# Stricter error checking in idlc revealed an illegal use of an integral constant.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c7503d774860534b1b0c864899c544b2ebd0f3]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:11:05 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [146edc00230a66fe0d33c24a97c462bdd0786a3f]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:11:04 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab8882f9f583f2da1294a3444a8119ff54922353]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/03/10 15:11:04 pl 1.2.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3ebb4ff0236aeb658333ceeede3284c85fde57b]

        INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED 2006/03/10 15:11:03 pl 1.12.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2f2f8b109d26284439ce51bd09106dadd369df]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:11:03 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1873ed5dce171a8dde1a22c46701be5749024e88]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:11:03 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c18258e4752937cc923d617a46a61ac6127f41af]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:11:02 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9068d18763dbf39e9af54a3e6624404afd9ac426]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:11:01 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9438d56d4e8558e73959ce0638cfdd7a1986c6ab]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:11:01 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [512668bab15c69e86dcf8d659cab2d7ba79ad104]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:11:00 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cce1b146f6fc79d691eb4333043d1bf6a048d6ea]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:11:00 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ad8ca558bb4bd21b9440b57261371e666552e14]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2006/03/10 15:11:00 pl 1.6.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e2cc7ee4bae00313588b7c3289960d819d6401b]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/03/10 15:10:59 pl 1.2.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2fac8fc46dacb785db15008c004491ae5563925]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2006/03/10 15:10:59 pl 1.7.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9266ef049c294d1b312bf4097e9b7d6d976e8836]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/10/26 15:08:25 pl 1.5.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [386e756f59e27ba4cf4add2b8afd1e49e8881308]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/10/26 15:08:24 pl 1.5.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [726120a4074b90596379e86ceb049cc24058bbf1]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/01/27 13:38:57 sb 1.4.14.2: #i53898# Made code warning-free. 2005/11/10 13:04:04 pl 1.4.14.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [665db5e175574072a680aed6a1622f73a8111c28]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/10/26 15:08:22 pl 1.3.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6f00d0ca5c9c11ccd199ef9ad20124ba836b079]

        INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED 2005/11/07 17:03:16 pl 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/26 15:08:21 pl 1.12.8.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a447b01958dea7f89fc9a5853b77ea3242e24b8]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:59 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc727b3f194e97048ba6f20a115129360c87de9f]

        INTEGRATION: CWS warnings01 (1.13.14); FILE MERGED 2006/05/23 18:07:12 sb 1.13.14.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/10 15:10:58 pl 1.13.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa0b4c92847c031d04753ddc31af3a80b8037910]

        INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED 2006/01/25 18:00:45 sb 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED 2005/10/26 15:08:20 pl 1.10.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ddd9fa24d10b4a5f1d807f61087495dc584c2de]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/10/26 15:08:19 pl 1.3.14.2: #i55991# remove warnings for solaris platform 2005/10/21 10:46:26 pl 1.3.14.1: #i55991# removed warnings for linux platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7233be4856f39c142c13f01bc7bd70627fc106a6]

        INTEGRATION: CWS warnings01 (1.2.102); FILE MERGED 2006/03/10 15:10:58 pl 1.2.102.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [616d01d77857400b27931f64781b8e0b64c61bed]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:58 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [30c61d273f284b30f51a71066377d8ebf790d3e1]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/10/21 10:46:25 pl 1.3.14.1: #i55991# removed warnings for linux platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [67c6bc1a64bf4e9ae804baa8804c727807465253]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:57 pl 1.3.14.3: #i55991# removed warnings for windows platform 2005/11/10 13:04:04 pl 1.3.14.2: #i53898# removed warnings 2005/10/26 15:08:17 pl 1.3.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5fa1d509e29d8a6db39f6e4a618a659d4972d0b]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2006/03/10 15:10:57 pl 1.5.8.4: #i55991# removed warnings for windows platform 2006/01/25 18:00:52 sb 1.5.8.3: RESYNC: (1.7-1.8); FILE MERGED 2005/11/07 17:03:08 pl 1.5.8.2: RESYNC: (1.5-1.7); FILE MERGED 2005/10/26 15:08:16 pl 1.5.8.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [99c6dd34deef0ccbe8386996576cfdec5174e048]

        INTEGRATION: CWS warnings01 (1.6.2); FILE MERGED 2006/04/20 14:48:02 sb 1.6.2.1: #i53898# Made code warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eaeb65b0b7354205895c7d2a51a0af9e6e897e4]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/07 17:55:25 sb 1.4.14.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/10 13:04:04 pl 1.4.14.2: #i53898# removed warnings 2005/10/26 15:08:15 pl 1.4.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [953f141e3c62bc2081b7e4da4e8439355decdb77]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2006/04/07 17:54:53 sb 1.6.14.3: RESYNC: (1.6-1.7); FILE MERGED 2005/10/26 15:08:14 pl 1.6.14.2: #i55991# remove warnings for solaris platform 2005/10/21 10:46:25 pl 1.6.14.1: #i55991# removed warnings for linux platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93355633cddb59412a46d9a7fc9abf689be9e6de]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:10:57 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2535d01620f455ede2e6b138448bb3c87c68ccbf]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:57 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3981f45fdaf19de215429e49bb474ce7b83f038]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:56 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e18607a1fd29a0c1b560bcd3d9e6945a408f1478]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/10/26 15:08:13 pl 1.5.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13d648404cf1d8744a835fc92146297dd2770737]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/10/26 15:08:12 pl 1.5.14.1: #i55991# remove warnings for solaris platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [647707ae0ec97aba72dd6665f0ac21cc88ff626a]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:10:56 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aa5f11c43bf38fca38a7b90bdda2d0b52a47bcc]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/03/10 15:10:55 pl 1.4.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [455c8485b4e1d0e73f1f1e55f0d7421c50b75fbd]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/10 15:10:55 pl 1.3.14.1: #i55991# removed warnings for windows platform

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [583a0b87eb72311056f69573871deb162bd4e69c]

        INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2006/05/19 11:33:53 obr 1.5.24.1: #i55991# warning free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15a4bb8fb1d7e5634f4d64b8747c31e3ac8b75c7]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2005/10/14 14:41:30 sb 1.1.2.2: #i53898# Fixed typo. 2005/10/14 14:34:30 sb 1.1.2.1: #i53898# Deliver twain.h only on WNT.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [24fa3be2817eb435a72e9b8e199a8f28fdefeeba]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2005/10/14 14:33:46 sb 1.2.16.1: #i53898# Deliver twain.h only on WNT.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [676cc3ad60ef5aed608ab526700bfef1ea9e1b75]

        INTEGRATION: CWS warnings01 (1.2.72); FILE MERGED 2005/10/14 14:33:45 sb 1.2.72.1: #i53898# Deliver twain.h only on WNT.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aff9417f47312415f79d5254045bb65cec3ab76a]

        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>  [eff54693a0e8d5b27335f9b288d87d8539c7e156]

        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>  [a396940a874a27e2571167bf6495652f49dd2b24]

        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>  [fd1512d6f20c8a3d4a4cba51524d0855d5e9799f]

        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>  [b128283cf17ce0b73cf68faa456b960b4bbcc25b]

        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>  [409dab2c26b5b973586e02a02e1ac43648e3ed48]

        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>  [8ace7bd9a8fbeaa1e81d1388005e7b8b755067ae]

        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>  [c9d92801cdafc11a1c6c649dd4353dbc7c315f99]

        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>  [3b4b87532b946e23997e6632b72fc381b1082db6]

        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>  [e80b4c6792b4cfd81d89addd708baaefaa78deb5]

        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>  [59dfafa4ae9f6bdfe24b901f9b3ccc40500f0bc8]

        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>  [29e674700c1910a833f46f09aeba64314316c859]

        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>  [7975754e1e228e544ead32dfe4cebbda46f013ec]

        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>  [59efdab38242b908cfbf26cec564e95eda5bb3f5]

        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>  [f2f4d88477a593d952411d2666d6b63d5c787f10]

        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>  [2ee939077226dc88590e4c3a44b7d0e0b0b004f7]

        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>  [a37dd1ba42265de3eab6410357c661b37d856154]

        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>  [99ffce310b450bec2e912c142034cd0cae887558]

        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>  [440cf93e1905beb045798514e5048060ed25bd49]

        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>  [dd7d4473de662feb18f4be121d88187c71fb3e9c]

        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>  [f2b2e80ed6bd9cfbfefa2ec0c7ac4a833b4d69bd]

        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>  [91c4573adb20f2392fcaa77af82749df27dbeccc]

        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>  [037f0acf0d9e186c0bd298f7579427cfa05a5839]

        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>  [429995280d54f8dd53f793e867f7ce98f8c18b79]

        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>  [ca80323add8f218271ce571921642905335a6792]

        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>  [0fc678fc5481a94fd1ecbea051c7ce2486d7dfee]

        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>  [dd4d3082c29e8cd76923889c7f63e0dc3be53837]

        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>  [479306965ed5070379f6314629f688cc40a40237]

        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>  [9dfceac7ddcd07b30724fc62e0f5c303ac412ba2]

        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>  [b923833cd04d962bafb4d8c18024f7a60fd20d77]

        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>  [0af8892ff2611c99a07e829e12e518daf27b1f03]

        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>  [77d53817b331fcf5f6641fc430762efab57723a6]

        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>  [18957e4c1a7bc5020fee0c30e6b860d612d29b45]

        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>  [327ca97f37162c7e5ba0031b41b6e7bc20bf6db2]

        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>  [26d675d2c636e3eaec53700a3a6a7750889739f0]

        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>  [67f9178b5ab037434f3a980a8c162c70eca1ada7]

        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>  [8fff021a3fb83f304263d293d7d9d1f97f8e99e6]

        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>  [7d36ee40f93ce543422ac80e7f63d2ce5726d098]

        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>  [aa2673408ab19c17a6664db7545b61c553e9bc51]

        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>  [e20cb4a6062e3a26bff732cceb82eaa0101d22e0]

        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>  [0b5ee5e92e42201bb8e7e822b827c7c39982a449]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2005/11/28 12:46:27 cl 1.4.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bae0396e5738e4683d88daa025c91e6f2b1b210]

        INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED 2005/11/28 12:46:26 cl 1.3.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3324446f3f49256ee00c5afaf9e9e01f5327e337]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2005/11/28 12:46:26 cl 1.4.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [16f25fd4ca4ce3cbec00fe9b7d6f18fee7d99f87]

        INTEGRATION: CWS warnings01 (1.2.24); FILE MERGED 2006/05/22 15:14:59 sb 1.2.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7944c65724719bebfb7d44f3aa6510dea090f93]

        INTEGRATION: CWS warnings01 (1.4.24); FILE MERGED 2006/05/22 15:14:58 sb 1.4.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [75705031f885c6d5856633740f14dec40cc9336d]

        INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED 2006/05/23 18:02:58 sb 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/28 12:46:26 cl 1.5.10.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aff79f60aee8be5369b4c504afbb8cf928ac848]

        INTEGRATION: CWS warnings01 (1.2.24); FILE MERGED 2005/11/28 12:46:25 cl 1.2.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20b2652d27801efe86d2efe195d866dfb97cd307]

        INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2005/11/28 12:46:25 cl 1.3.22.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ec83ba8d2652a5808e452b41e7ee04a7f7060ec]

        INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED 2005/11/28 12:46:25 cl 1.3.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [32c7e8116c158c11489e3359120b9ed172b99025]

        INTEGRATION: CWS warnings01 (1.2.22); FILE MERGED 2005/11/28 12:46:25 cl 1.2.22.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [288508b9f3284bfc429d98b3f719f32665901316]

        INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED 2006/05/23 18:02:10 sb 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/28 12:46:25 cl 1.5.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f3b6e60564bfc287f8de67a22da67d1124d4479]

        INTEGRATION: CWS warnings01 (1.3.24); FILE MERGED 2006/02/14 10:53:42 cl 1.3.24.2: removed extra ';' 2005/11/28 12:46:24 cl 1.3.24.1: warning free code fixes

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d640722cdf7586341d7d58dda7d8ac0b839a2e2b]

        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>  [c6be51842859238f389779d9fdd594ca950f298e]

        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>  [05b914ce3bb830783fcbb28290332068cdbf334e]

        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>  [f5e07d2a818fbd7de0c197da6912c38cbdaffcfe]

        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>  [4ac72e4a9a8758e04e844f5d75fcbcddc452ff31]

        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>  [bbb68f8b6aaf06833837b95d2d3f996fa9de70a3]

        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>  [c5130c97d013ae2d38fa06db5cbc9254a0bbd3bc]

        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>  [a40c44819919f0fa21ff3f39cbd0777aabd590d6]

        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>  [b1e48780b29e1e4b4a3dfe7cdcb2dc5d712bb3af]

        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>  [756ff354d205f0eac3830663f00366cf3783eafc]

        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>  [cf6a7fbf209485bb8516cfd220f2bf391f69d782]

        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>  [47c12f6df9adaf4c70e48fb1a9fa587037772110]

        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>  [8505795db67729497f5e642c992a780fc3e373c9]

        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>  [09bd1e93adff9f173df8366e2ca064beb88e6d37]

        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>  [67ec441e5e05b090302704b524dabb0d2aa592ff]

        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>  [55a621dbcec100751194404ef3a0f804ad2acc65]

        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>  [a64157d93a1951f498009e7f0fcf6fe391f8721f]

        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>  [ea4053e441170f9d9ec7c40a3244acc7316f2774]

        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>  [4f764e00f36607ee0d66c99de2000bff1cf23206]

        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>  [327af3b197ed3e240693db69a3d1308964f69dc9]

        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>  [3d660ff757f0896e30bf2ed60e75d188fcd9da35]

        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>  [3c43fe7461470c4d4de132d650802e2e540a42ae]

        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>  [c43dc3314988eb8d714fe27c5a1f2b26868c2db9]

        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>  [55e8a126f289bbfd3630aa268b4031def4cb098b]

        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>  [8c7ded3130f7926b56f473bf35230c5fda69486e]

        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>  [7db861e871fcbe2d04e418d784a6168fafb1729e]

        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>  [3376cfc517667703acf77e6aa2620eeb2d4b23a8]

        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>  [9e32ccdaea25ffe5a4abb7eae44c7dc9d16024a0]

        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>  [9816147db785c0f91dd3192ac3e1917c419ba51a]

        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>  [d80da851dc2cb0f17338bae7e78e41da5c64cb85]

        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>  [dfde02f3e07349311efcb3c8e5b9d53f60cf8693]

        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>  [c6ce0af41a75bba4dbf3c161e967449ad327fa14]

        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>  [dfd9620c9d7a9e96f583bc143c4724ebc85f286d]

        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>  [11bec60c53d211d17b012cfeaf0ac03fcef38fe8]

        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>  [4e27670087c52f5ebc63cb7aad9175f8b657513d]

        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>  [9c786d74d71f2dd5941242884951a0fc38621eb0]

        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>  [ef45865f5a74789c7f8fe6d0d2bd992f57b810ab]

        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>  [69c5035b37e42d30be63ce6b67d9671a31fff7d5]

        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>  [51359dd03ab4383bebd0fd893538ce7876c0856a]

        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>  [bae3ce698cfa45b15aa64b314401792a5b62a9cd]

        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>  [e063fdd3b6f1634c033bf19920252986d17d1f8a]

        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>  [aa1a8215e0ed2c926536b2c1575231b4bfc91bb5]

        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>  [f6c1a197008e5d18d37e97163d3d147e35fdf963]

        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>  [39784904deb92027742ce9e5652462026b28b162]

        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>  [87b6f74cb97a103c70f6593c8827185e1e4b2fe8]

        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>  [43f4823f4d3ad500820b0b796eaa8423d0c1c981]

        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>  [adc69675974ef5bad0695486966a529b348f939b]

        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>  [b9f089c289428bb7709137ad8eff87487fb3260c]

        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>  [744ee91bb73e0c1d856849d98a739f4e1580bdbe]

        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>  [3db0817ead0a625e2aeee98fe9b4d87749db4955]

        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>  [ef75547b647cfd26149d20b017372a651d19431c]

        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>  [bda7552fd3a2cfa474fd493bc5c5acdd9ff064be]

        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>  [f183c297a4a41eaa5f457f22bd81ce1defc400e3]

        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>  [ff2025f292d931a81d2a178bb2acb68d841632b4]

        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>  [7cf2dd2735e7f4c42a70c316670520b1d2de5190]

        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>  [a1f7c97ebe0098389b092ebaea4f274fbc37e480]

        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>  [74e9c7cf25340650eaa6e444d66561a3cf7681c0]

        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>  [cd271ba12aa128382b1db85072b2b8976e377c84]

        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>  [0ffd0e51ad1a909a2ed097d736c5dc7258325b2c]

        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>  [d23fd649c713aa0a640b44bda426306f34603c38]

        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>  [6f2006e2df0bd1b691dfc398b5f7bb568f54af7b]

        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>  [962dfb77b8057795476a6f1672610fa7cc9c1313]

        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>  [ba0ea6fe8a3bfe35619f4dcd199a7aaafe55f7c9]

        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>  [d166f00aba45b1877fa6369323bdf8931002c297]

        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>  [b95cb9c60cca4be76681c9d2ec242e4aab9d4463]

        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>  [0539ab9f93875255229c8aa80cd2b24ffce32cc8]

        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>  [3244f6cd76b6874601145e84040bd4718be1b656]

        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>  [f7042d27b573f3ca29e05210ff0f449daa978ff5]

        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>  [18433475f462844896795b506bc71785cf5c5317]

        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>  [9a38d7ce6466277c9b17cd87e49442e53fa81a89]

        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>  [8c0842562aec50ed80549df26d33620a702c0f7b]

        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>  [c2677fbc1625ac1622bfa36f38d8f5a93a40f0ff]

        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>  [1b1c3ad023ef378d63ffaa2b59ca416f2942b0f8]

        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>  [537b74f456b643c9d57acf339a7fe9d7502cb1c9]

        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>  [6c2d3ef284673fc4bb716f6047b4565efd339ded]

        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>  [e8e31551cf1f33bafba6f62668f708576efb9b38]

        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>  [3242b98641d8f9f920f92eae88e2d0a88df8cebd]

        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>  [b54952cf75eafee147f8ecb888ccb5b3c71d4a9d]

        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>  [74cfe63ae1bc672968b5325d1718b173f37507b2]

        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>  [61617b0c504534cfffd7304c0d845134d8c4793c]

        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>  [79888f4ab8acb50441fbd48e31817854dda1b160]

        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>  [a139cbd9841d600a82232d9e80b5d37dc59a45e4]

        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>  [2bb494e720a9a49779742090daf30761de5c950d]

        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>  [d9a070b54264cb51628f7640bd146f383acf8794]

        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>  [53661195b4781fb85bb321093df831f53fdc72a7]

        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>  [24e86a1a0e0d24c7a5814f7e37737e26d7168216]

        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>  [4a1a8568c706f380057ff992f86bcab2b1af36db]

        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>  [73f2ced9871bfbbc91e6e0444ca7e3137cff6fa8]

        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>  [db08ae4804f437a98dde85626d6cf8de294c6c96]

        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>  [17534e24a3c56fd8e79a8dbd99b866a77d05ee40]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/09/22 20:53:52 sb 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/02 10:57:17 os 1.4.4.1: #i53898# external modules - warnings are no errors

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58c58893e19bb400d7e3115e1fe9a5bac47e4d04]

        INTEGRATION: CWS warnings01 (1.5.100); FILE MERGED 2005/09/22 20:53:30 sb 1.5.100.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/09 15:43:28 sb 1.5.100.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b7ec7264b438cb0fe3c09fe2428c40e50bd2c15]

        INTEGRATION: CWS warnings01 (1.6.120); FILE MERGED 2005/09/22 20:52:53 sb 1.6.120.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 15:43:26 sb 1.6.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [987f7dc4f805e26909a3ae7fb65762e59fb4b92a]

        INTEGRATION: CWS warnings01 (1.10.80); FILE MERGED 2005/09/22 20:52:41 sb 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/09 15:43:26 sb 1.10.80.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72bfc0f50e3966a0a4c95ce17a23b976d610009a]

        INTEGRATION: CWS warnings01 (1.5.8); FILE MERGED 2005/09/09 15:43:23 sb 1.5.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6e77bc602c1b60c83b6a98696466952d3af6256]

        INTEGRATION: CWS warnings01 (1.8.120); FILE MERGED 2005/09/22 20:51:48 sb 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/09 15:43:22 sb 1.8.120.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34828e126c0a03a5f5107b1a64a847c5dbc0006]

        INTEGRATION: CWS warnings01 (1.4.126); FILE MERGED 2005/09/22 20:50:51 sb 1.4.126.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/09 15:43:21 sb 1.4.126.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1dca2a68d6bdfab19c35979abcec78a5c7a2f04]

        INTEGRATION: CWS warnings01 (1.5.70); FILE MERGED 2006/05/12 16:21:35 sb 1.5.70.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f40febfd72953ddfe874c32219e0857bbc544ac]

        INTEGRATION: CWS warnings01 (1.53.14); FILE MERGED 2006/05/23 17:50:47 sb 1.53.14.2: RESYNC: (1.53-1.54); FILE MERGED 2006/05/12 16:21:35 sb 1.53.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5776ffd00c8d16f6cc61dabb360c54382ea3d4f0]

        INTEGRATION: CWS warnings01 (1.4.70); FILE MERGED 2006/05/12 16:21:35 sb 1.4.70.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cef961180073602b83d750b6329e37b8d3496b47]

        INTEGRATION: CWS warnings01 (1.17.4); FILE MERGED 2005/11/08 16:03:57 pl 1.17.4.1: #i53898# sal_Size is unsigned

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f570f7d9a9ad2a6e132a4d83b51773486ea3bd4]

        INTEGRATION: CWS warnings01 (1.15.60); FILE MERGED 2005/09/22 20:46:28 sb 1.15.60.2: RESYNC: (1.15-1.16); FILE MERGED 2005/08/31 13:43:22 sb 1.15.60.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b47d03a97fbfa81b8bd5be1c855f1a1736f8705]

        INTEGRATION: CWS warnings01 (1.22.126); FILE MERGED 2006/05/23 17:49:05 sb 1.22.126.5: RESYNC: (1.23-1.24); FILE MERGED 2005/09/22 20:46:05 sb 1.22.126.4: RESYNC: (1.22-1.23); FILE MERGED 2005/09/06 10:11:51 sb 1.22.126.3: #i53898# sal::reinterpret_int_cast is not needed. 2005/08/31 13:43:22 sb 1.22.126.2: #i53898# Made code warning-free. 2005/08/29 14:03:54 sb 1.22.126.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [528c0474a4e0f052b168a273b79d72404bcb288c]

        INTEGRATION: CWS warnings01 (1.30.18); FILE MERGED 2006/04/07 17:50:52 sb 1.30.18.7: RESYNC: (1.32-1.33); FILE MERGED 2006/01/25 17:57:09 sb 1.30.18.6: RESYNC: (1.31-1.32); FILE MERGED 2005/11/21 08:42:39 sb 1.30.18.5: #i53898# Made code warning-free. 2005/09/22 20:45:56 sb 1.30.18.4: RESYNC: (1.30-1.31); FILE MERGED 2005/09/06 10:11:51 sb 1.30.18.3: #i53898# sal::reinterpret_int_cast is not needed. 2005/08/31 13:43:22 sb 1.30.18.2: #i53898# Made code warning-free. 2005/08/29 14:03:54 sb 1.30.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41c7d6739e8ab3aa368e79ba9bc1d5c02fb9232d]

        INTEGRATION: CWS warnings01 (1.8.132); FILE MERGED 2006/06/09 08:08:59 sb 1.8.132.4: #i53898# Fixed previous fixes. 2005/09/22 20:45:46 sb 1.8.132.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/31 13:43:21 sb 1.8.132.2: #i53898# Made code warning-free. 2005/08/29 14:03:53 sb 1.8.132.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [965ca6e3b093c724ac5a06530631af050f96e503]

        INTEGRATION: CWS warnings01 (1.12.34); FILE MERGED 2005/09/22 20:45:33 sb 1.12.34.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/29 14:03:53 sb 1.12.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2febeaf8e249d1eae93462d432ce9605cae22704]

        INTEGRATION: CWS warnings01 (1.12.46); FILE MERGED 2005/10/28 13:58:18 sb 1.12.46.4: #i53898# Fixed previous modification. 2005/09/22 20:45:10 sb 1.12.46.3: RESYNC: (1.12-1.13); FILE MERGED 2005/08/31 13:43:21 sb 1.12.46.2: #i53898# Made code warning-free. 2005/08/29 14:03:53 sb 1.12.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28b35a7822f5dc7758229c546f988d3592657980]

        INTEGRATION: CWS warnings01 (1.10.80); FILE MERGED 2005/09/22 20:45:00 sb 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 14:03:52 sb 1.10.80.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d3f198ce0d0d708528cf3e53c45743fc94db3fd]

        INTEGRATION: CWS warnings01 (1.15.8); FILE MERGED 2006/04/07 17:50:29 sb 1.15.8.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/22 20:44:47 sb 1.15.8.3: RESYNC: (1.15-1.16); FILE MERGED 2005/08/31 13:43:21 sb 1.15.8.2: #i53898# Made code warning-free. 2005/08/29 14:03:52 sb 1.15.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15404494a47708ed59a8eab802ec9be7e2565c32]

        INTEGRATION: CWS warnings01 (1.28.18); FILE MERGED 2006/01/25 17:57:02 sb 1.28.18.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/22 20:44:21 sb 1.28.18.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/29 14:03:51 sb 1.28.18.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56bf5d2e150f985780fe4f1d0821f37ddde32ca7]

        INTEGRATION: CWS warnings01 (1.14.10); FILE MERGED 2005/11/21 08:42:39 sb 1.14.10.3: #i53898# Made code warning-free. 2005/09/22 20:44:11 sb 1.14.10.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 13:43:20 sb 1.14.10.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec2b283e63918e115bf8e1a5247a77ab83c3eb03]

        INTEGRATION: CWS warnings01 (1.1.1.1.196); FILE MERGED 2005/09/22 20:43:49 sb 1.1.1.1.196.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/08/31 13:43:20 sb 1.1.1.1.196.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4027faeae0dd5e9ba25f4518fe6e4d34ab9ccc7a]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2005/09/22 20:43:40 sb 1.11.32.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/06 10:11:51 sb 1.11.32.3: #i53898# sal::reinterpret_int_cast is not needed. 2005/08/31 13:43:20 sb 1.11.32.2: #i53898# Made code warning-free. 2005/08/29 14:03:50 sb 1.11.32.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [926576c56756332e479c0b2a3dc43142aa397d73]

        INTEGRATION: CWS warnings01 (1.6.46); FILE MERGED 2005/09/22 20:43:02 sb 1.6.46.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/06 10:11:50 sb 1.6.46.2: #i53898# sal::reinterpret_int_cast is not needed. 2005/08/29 14:03:50 sb 1.6.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b8457a6d25718fc68fa556c688fe622307062c3]

        INTEGRATION: CWS warnings01 (1.2.186); FILE MERGED 2005/09/22 20:42:35 sb 1.2.186.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/31 13:43:19 sb 1.2.186.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d30922870774b1eb2689e42dd9619a300f19e1]

        INTEGRATION: CWS warnings01 (1.2.46); FILE MERGED 2005/09/22 20:42:24 sb 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/31 13:43:19 sb 1.2.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2f0433c235edaebba570c1bade7962011e3fdad]

        INTEGRATION: CWS warnings01 (1.6.174); FILE MERGED 2005/09/22 20:39:17 sb 1.6.174.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 13:22:45 sb 1.6.174.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81ebe31f11d23d9ef7522c18c30e0525aea9e30c]

        INTEGRATION: CWS warnings01 (1.14.4); FILE MERGED 2006/04/07 17:49:40 sb 1.14.4.3: RESYNC: (1.15-1.16); FILE MERGED 2006/01/25 17:55:43 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/07 06:39:31 sb 1.14.4.1: #i53898# Removed non-working consistency check.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6613c56582c6ffb2686f17a2ca66a4b3aebc1f7a]

        INTEGRATION: CWS warnings01 (1.6.162); FILE MERGED 2005/09/22 20:36:28 sb 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/01 13:17:14 sb 1.6.162.1: #i53898# Removed obsolete rtl/ustring.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [62bba241a37dd6018524ffe910a914aed56f67b6]

        INTEGRATION: CWS warnings01 (1.23.4); FILE MERGED 2006/04/07 17:49:07 sb 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/28 08:31:08 sb 1.23.4.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffa6f14676458733c692ad621b851ae1b8e10f81]

        INTEGRATION: CWS warnings01 (1.17.8); FILE MERGED 2005/11/28 08:31:08 sb 1.17.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a7dc2cfedee42f4e3a27d87a200475d04655b17]

        INTEGRATION: CWS warnings01 (1.3.22); FILE MERGED 2005/12/07 09:00:14 sb 1.3.22.1: #i53898# Disable certain warnings from within boost headers.'

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [599a98033f73dee390e497ef903f49f474ec2c7d]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/03/08 22:06:04 thb 1.3.4.3: #i55991# This auto-patch-re-gen is borked - I've only added the function_template.hpp changes (renaming a few method-local typedefs to no longer hide class-global types) 2005/12/07 09:00:13 sb 1.3.4.2: #i53898# Disable certain warnings from within boost headers.' 2005/11/09 14:09:59 pl 1.3.4.1: #i53898# avoid warnings due to boost header

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ad8106d36ef1086be3f8d959a7561b4ca5cfe38]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/04 09:47:25 np 1.4.4.2: #i53898# 2005/09/30 15:56:43 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ade4a952b16b3461c148c82a413b67b3a5c10ea]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/09/30 15:56:42 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a929e608fbb2a75cab8de3a54fa03ee3bd49c2bb]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/03/01 14:13:07 sb 1.1.2.1: #i53898# Moved unowinreg.c to unowinreg.cxx to help make code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5e331f2beb2d07c89f117ff0f3dbba5d8ab1506]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/03/01 14:11:30 sb 1.3.14.1: #i53898# Made code waring-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83bef9c9045f85178bb0483c4b6b7854daaf2c8e]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/01/27 12:08:05 sb 1.3.14.2: #i53898# Made code warning-free. 2005/11/10 09:50:23 pl 1.3.14.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48bb03c01fced17b57ac05c9680be4967965e77d]

        INTEGRATION: CWS warnings01 (1.3.128); FILE MERGED 2006/03/14 15:20:37 fs 1.3.128.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f364ab4b8947cfca6779140cf64da3c7c7d6f46]

        INTEGRATION: CWS warnings01 (1.2.150); FILE MERGED 2006/03/14 15:20:36 fs 1.2.150.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [523875b8216820b600dbcb533d9e31d775e108fc]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/14 15:20:36 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e871f977295bade47e16b73321b9e7ce4f8a905]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:36 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e159c93f7c8a50246109d87f0ad0bb88b98a40b]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 07:55:47 fs 1.3.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:36 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b75eb2cfd41cf98fd8f85cd1d6918429c501ad3]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:35 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43daaf5845ea857fa5c44e1a85a59422b21f12dc]

        INTEGRATION: CWS warnings01 (1.8.54); FILE MERGED 2006/03/14 15:20:35 fs 1.8.54.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [256416f914c72de2c1589b07ad142434f977f8ab]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/15 07:55:47 fs 1.4.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e59461e7ec8bfa3d7889477bf0aae41be98e092]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 07:55:46 fs 1.3.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa231d89c4192a1ba90173e702348c9cb283ab6b]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/15 07:55:46 fs 1.4.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:35 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9c59cdb81ff2d733785cb5a3fc4d046ab376c90]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/07 17:44:41 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/14 15:20:35 fs 1.4.2.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ecd1aaca57470f01350778c785b2ed0b040345cb]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/15 07:55:45 fs 1.4.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8203934858936d2411da96c1e19e67e1609cbc0f]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/03/14 15:20:35 fs 1.5.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38e0c18f9df6ca149bbf2f8b86d0147d910d5f5e]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/14 15:20:35 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e72ee4215c872d74f02a83eea1ff7dc46228589b]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/14 15:20:34 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb28c1cafd132a33dc1c960c1a47eaf6d225f4f8]

        INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED 2006/05/23 17:46:54 sb 1.7.68.2: RESYNC: (1.7-1.8); FILE MERGED 2006/03/14 15:20:34 fs 1.7.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3a85e5c81142c10f75af437d1617e2528dfaf6e]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 07:55:43 fs 1.3.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [755267444557165946756ac0284c6e1cb0a5a86e]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:34 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83de6dcc9199bdce69fae0bfddefdf9911ce4da5]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:33 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aab4fb237780ff436cf2b3744d43b2577ec528e]

        INTEGRATION: CWS warnings01 (1.4.66); FILE MERGED 2006/03/14 15:20:33 fs 1.4.66.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [71550640b95cad406b48db3db15816202476e79d]

        INTEGRATION: CWS warnings01 (1.6.38); FILE MERGED 2006/03/15 08:22:00 fs 1.6.38.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:33 fs 1.6.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [642d8673c259ebdf9a09ec7835d3596430127035]

        INTEGRATION: CWS warnings01 (1.7.38); FILE MERGED 2006/03/14 15:20:33 fs 1.7.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2984d91ed912375c8a0f098f3ac7fb51f378f256]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/14 15:20:33 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1496ceb100d8bf6c8a62c7e7dc8194487fa46e85]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/03/14 15:20:32 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cde394b68942388afc606bd57a5cacac0976128a]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:32 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [114b7c0133405589970a0eb4966f490e1bfd937a]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/05/23 17:46:08 sb 1.5.68.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/14 15:20:32 fs 1.5.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18b77cf49243e2196cd1c454550ab8216759f63b]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 08:21:59 fs 1.3.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcbffff2846477fe05a166a32e9ff9a5a903e9b]

        INTEGRATION: CWS warnings01 (1.24.68); FILE MERGED 2006/03/15 07:55:43 fs 1.24.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:31 fs 1.24.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bd58bc3df5c7bf3a5cd17962494ff8120795b12]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/14 15:20:31 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aabd695da853b1ce530157acf9e794a0e031159e]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/15 07:55:42 fs 1.6.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:31 fs 1.6.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49177fecc5dfa9e938e246417455f496b7495ed1]

        INTEGRATION: CWS warnings01 (1.23.32); FILE MERGED 2006/03/14 15:20:31 fs 1.23.32.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73c213ef5e507832db78ffc0a89d1f91f180aff]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 07:55:42 fs 1.3.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:31 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f0007ca319e67da20cbc43e989329046c6a0c0d]

        INTEGRATION: CWS warnings01 (1.10.68); FILE MERGED 2006/03/15 07:55:41 fs 1.10.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:30 fs 1.10.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [463cc352651db4179bbc31391f0f5d33f5889c63]

        INTEGRATION: CWS warnings01 (1.10.38); FILE MERGED 2006/03/15 07:55:41 fs 1.10.38.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:30 fs 1.10.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [304af4291a2d5e41067ae42d393c43a6efb17220]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/07 17:44:07 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/14 15:20:30 fs 1.4.2.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0511b35077ffee11d3a6527611b7af8b68e5a4c6]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/15 07:55:40 fs 1.6.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e826c26cb8d0b626c88816642f7623aaab2da3d1]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/14 15:20:30 fs 1.6.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6034dc831bcefe66ce6cf4518a158c53d233d570]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/04/07 17:43:58 sb 1.5.68.3: RESYNC: (1.5-1.6); FILE MERGED 2006/03/15 07:55:39 fs 1.5.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:29 fs 1.5.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f7de5acb0b3685fbee79003baf6cfe8f017d15e]

        INTEGRATION: CWS warnings01 (1.4.68); FILE MERGED 2006/04/07 17:43:49 sb 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/14 15:20:29 fs 1.4.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e34725f528999c5c41dcb4ac32eff093cc273705]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/03/15 07:55:39 fs 1.3.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e695677cde708f1ec78119bb848427be035ebc7d]

        INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED 2006/03/14 15:20:29 fs 1.7.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c95f5cb5920a056dca8a7bff1536e0936839aed]

        INTEGRATION: CWS warnings01 (1.11.68); FILE MERGED 2006/05/12 16:35:06 sb 1.11.68.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [465926318537586ab682bdab0a6fdf8f7adcf9a3]

        INTEGRATION: CWS warnings01 (1.3.68); FILE MERGED 2006/04/07 17:43:42 sb 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED 2006/03/14 15:20:29 fs 1.3.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [292deaff34551c63ae3794b9bc7f61fa4a7aa9f3]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/05/12 16:37:04 sb 1.1.2.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81f7b35e02f05e5b3e18c7156c4ed42863829dfa]

        INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED 2006/05/12 16:36:51 sb 1.1.2.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b026fcdffff2174116f7c5baeb34ed3f3a067a4]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/03/15 07:55:38 fs 1.5.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4690b5a362df57d23eccbfbfe87f66d9a9c4b79a]

        INTEGRATION: CWS warnings01 (1.6.36); FILE MERGED 2006/03/15 07:55:38 fs 1.6.36.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:29 fs 1.6.36.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3571361f2f1e250ab274baea691ce3b122f34f2]

        INTEGRATION: CWS warnings01 (1.7.36); FILE MERGED 2006/03/14 15:20:28 fs 1.7.36.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [864849f67ebde56c90c05c1542474131006900a6]

        INTEGRATION: CWS warnings01 (1.11.68); FILE MERGED 2006/04/07 17:43:28 sb 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/15 07:55:37 fs 1.11.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [143299c3878801283651c9a8398d37a4bbafaabc]

        INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED 2006/04/07 17:43:21 sb 1.18.68.2: RESYNC: (1.18-1.20); FILE MERGED 2006/03/14 15:20:28 fs 1.18.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bbb623c70fc0d09070dfb7ffe24569decd5ece8]

        INTEGRATION: CWS warnings01 (1.17.68); FILE MERGED 2006/03/14 15:20:28 fs 1.17.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6605453c6766aaa176572f7e265f989501e2736]

        INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/03/14 15:20:28 fs 1.13.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f62247097649bdb444f6e15113d0fdaf535be9f]

        INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED 2006/03/14 15:20:28 fs 1.12.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [168375a2cba802b75876c866c8788b4c2193a28b]

        INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/04/07 17:43:13 sb 1.13.68.3: RESYNC: (1.13-1.14); FILE MERGED 2006/03/15 07:55:37 fs 1.13.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:28 fs 1.13.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70e5ecbc9b5736ee764d1494d0b9686f8d1ec68a]

        INTEGRATION: CWS warnings01 (1.41.36); FILE MERGED 2006/05/23 17:43:26 sb 1.41.36.4: RESYNC: (1.42-1.43); FILE MERGED 2006/04/07 17:43:05 sb 1.41.36.3: RESYNC: (1.41-1.42); FILE MERGED 2006/03/15 07:55:36 fs 1.41.36.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:28 fs 1.41.36.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [83540a47ba47b04ced45783040d44cfcb594a84e]

        INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/03/15 07:55:36 fs 1.13.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:27 fs 1.13.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [04e616bc184d0ff2f16d0d91c6877c5080e46180]

        INTEGRATION: CWS warnings01 (1.41.38); FILE MERGED 2006/03/14 15:20:27 fs 1.41.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae383090c46a76db2ac1d413678e7c0a2a7370d5]

        INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED 2006/03/15 07:55:35 fs 1.7.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:27 fs 1.7.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45abff3e70aa108592cf2b34b082e0f895e224f8]

        INTEGRATION: CWS warnings01 (1.14.64); FILE MERGED 2006/03/14 15:20:27 fs 1.14.64.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [366d76bdc5797bf49e3354d97d28a83a81dc6f9e]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/03/15 07:55:35 fs 1.5.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd23cc43e5eeb828e286c263f6a478126cbf74f4]

        INTEGRATION: CWS warnings01 (1.15.68); FILE MERGED 2006/03/14 15:20:27 fs 1.15.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9ff125bf9cd8888f20b39a2a598e308f3b686e2]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/14 15:20:27 fs 1.6.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b59ca2a382685ce63294766e3cd9d094065e0a11]

        INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED 2006/03/15 07:55:34 fs 1.18.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e586ac62172d0d11fc63a8d13ebf18b3d24489a]

        INTEGRATION: CWS warnings01 (1.37.38); FILE MERGED 2006/05/12 16:35:06 sb 1.37.38.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/03/15 07:55:34 fs 1.37.38.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:27 fs 1.37.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de89bb83d634a85bcc9ee5f0febaa13308560ca0]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/03/15 07:55:33 fs 1.5.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:26 fs 1.5.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22cc1e9e7893d05d32b24b263aa10ac85a9bd8d6]

        INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED 2006/05/23 17:41:14 sb 1.11.28.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/14 15:20:26 fs 1.11.28.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6043c9df26121ea0d434b42c22591670d7bb7163]

        INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/05/23 17:40:52 sb 1.13.68.2: RESYNC: (1.13-1.14); FILE MERGED 2006/03/15 07:55:33 fs 1.13.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a0025e17ed73ae81576fcc66caa504cb6eb0322]

        INTEGRATION: CWS warnings01 (1.37.68); FILE MERGED 2006/05/23 17:40:30 sb 1.37.68.2: RESYNC: (1.37-1.38); FILE MERGED 2006/03/14 15:20:26 fs 1.37.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [be7bfd89b260af91f0b5f3cbd677db3094e81c98]

        INTEGRATION: CWS warnings01 (1.45.6); FILE MERGED 2006/05/23 17:39:20 sb 1.45.6.4: RESYNC: (1.47-1.48); FILE MERGED 2006/04/07 17:42:58 sb 1.45.6.3: RESYNC: (1.45-1.47); FILE MERGED 2006/03/15 07:55:32 fs 1.45.6.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:26 fs 1.45.6.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f795a1cd5cfb22cfddc388126d461d7b74661b8a]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/14 15:20:26 fs 1.6.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2deec4229d33c51adb509074d7a6d8b6de11584]

        INTEGRATION: CWS warnings01 (1.5.68); FILE MERGED 2006/03/14 15:20:26 fs 1.5.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ae9b85d3354e3b57e033d9c73cf73027f5072f8]

        INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED 2006/03/15 07:55:32 fs 1.6.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [676ab42b2adb79bba5b110c2c1d94345014cd713]

        INTEGRATION: CWS warnings01 (1.7.68); FILE MERGED 2006/03/15 07:55:31 fs 1.7.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c041aae34dc7b1ec0b64d12552a5d039b6c9f8f]

        INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED 2006/03/15 07:55:31 fs 1.12.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:25 fs 1.12.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ef31e4db45b9a96af0eb57fac976bb3ce10c696]

        INTEGRATION: CWS warnings01 (1.12.68); FILE MERGED 2006/03/15 07:55:30 fs 1.12.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6df0351262b92dfe80c9b8c19ec51813dffb2712]

        INTEGRATION: CWS warnings01 (1.30.28); FILE MERGED 2006/04/07 17:42:50 sb 1.30.28.2: RESYNC: (1.30-1.31); FILE MERGED 2006/03/14 15:20:25 fs 1.30.28.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4cc908493f131d3f3f13efe9ff67983d60ed0e6]

        INTEGRATION: CWS warnings01 (1.11.68); FILE MERGED 2006/04/07 17:42:42 sb 1.11.68.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/15 07:55:30 fs 1.11.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7af99ff4e49943575c287653f07b52bcc9d91860]

        INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED 2006/04/07 17:42:35 sb 1.18.68.2: RESYNC: (1.18-1.20); FILE MERGED 2006/03/14 15:20:25 fs 1.18.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c82f770366f47b8af21d30dadf7d58a196dee1e2]

        INTEGRATION: CWS warnings01 (1.28.32); FILE MERGED 2006/03/14 15:20:25 fs 1.28.32.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c7ab9fc3dfeebbc2db49ee46d0a57fbb6c5997]

        INTEGRATION: CWS warnings01 (1.72.38); FILE MERGED 2006/03/14 15:20:25 fs 1.72.38.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [38162053e0b15450c439cb52a476d4ee0ba91732]

        INTEGRATION: CWS warnings01 (1.13.68); FILE MERGED 2006/03/14 15:20:25 fs 1.13.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [52dafbf5b85e0e52dd13c2c829ea4456c1a78352]

        INTEGRATION: CWS warnings01 (1.9.68); FILE MERGED 2006/03/15 07:55:29 fs 1.9.68.1: #i57457# warning-free code (unxsols4)

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b3231533f2ccb49f93b7c6f1489f72602084f6e]

        INTEGRATION: CWS warnings01 (1.29.68); FILE MERGED 2006/04/07 17:42:04 sb 1.29.68.2: RESYNC: (1.29-1.30); FILE MERGED 2006/03/14 15:20:25 fs 1.29.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4cf013842b003c11bf43814180f9578ffb9ba3]

        INTEGRATION: CWS warnings01 (1.8.68); FILE MERGED 2006/05/29 11:48:43 sb 1.8.68.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 17:37:28 sb 1.8.68.3: RESYNC: (1.8-1.9); FILE MERGED 2006/03/15 07:55:29 fs 1.8.68.2: #i57457# warning-free code (unxsols4) 2006/03/14 15:20:24 fs 1.8.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72aeb52f7f3e3c20bdb1401134281d638612307c]

        INTEGRATION: CWS warnings01 (1.21.68); FILE MERGED 2006/05/29 11:48:43 sb 1.21.68.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 17:37:06 sb 1.21.68.3: RESYNC: (1.21-1.22); FILE MERGED 2006/05/12 16:35:06 sb 1.21.68.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/03/14 15:20:24 fs 1.21.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b0cb8232626105b976073a48ee2208889d6736f]

        INTEGRATION: CWS warnings01 (1.14.68); FILE MERGED 2006/03/14 15:20:24 fs 1.14.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59b9d1d8f9a202e4c2afac13cb93c640a9811ee6]

        INTEGRATION: CWS warnings01 (1.18.68); FILE MERGED 2006/03/14 15:20:24 fs 1.18.68.1: #i57457# warning-free code

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebb1ed5305cd53e69ff0fc9f244a39b6ca598714]

        INTEGRATION: CWS warnings01 (1.28.104); FILE MERGED 2006/05/23 17:33:42 sb 1.28.104.2: RESYNC: (1.28-1.29); FILE MERGED 2006/05/15 12:30:55 sb 1.28.104.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25ff0a53b8e3862ce4117da32aa31936ad286718]

        INTEGRATION: CWS warnings01 (1.38.92); FILE MERGED 2006/05/15 12:30:55 sb 1.38.92.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ca9518661be752cdbf741b2df6444947ec58ae1]

        INTEGRATION: CWS warnings01 (1.55.64); FILE MERGED 2006/05/29 11:50:42 sb 1.55.64.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 17:32:33 sb 1.55.64.2: RESYNC: (1.55-1.57); FILE MERGED 2006/05/15 12:30:54 sb 1.55.64.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93d5f029cb6a8f0baddcb165d85aebf0288d44db]

        INTEGRATION: CWS warnings01 (1.12.344); FILE MERGED 2006/05/15 12:30:53 sb 1.12.344.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1caead3fea6443cf299b59f735bd3a8bc4679f74]

        INTEGRATION: CWS warnings01 (1.39.342); FILE MERGED 2006/05/15 12:30:53 sb 1.39.342.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ea504a7fc705b92986b952b4c7514082363d69c]

        INTEGRATION: CWS warnings01 (1.18.292); FILE MERGED 2006/05/15 12:30:52 sb 1.18.292.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6df2d19db589f33869431cc8a0a9cb1000b47203]

        INTEGRATION: CWS warnings01 (1.65.52); FILE MERGED 2006/05/23 17:26:37 sb 1.65.52.2: RESYNC: (1.65-1.66); FILE MERGED 2006/05/15 12:30:52 sb 1.65.52.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [28ade24965c6191bb83898c3c8395099aa493ab3]

        INTEGRATION: CWS warnings01 (1.48.18); FILE MERGED 2006/05/23 17:19:19 sb 1.48.18.2: RESYNC: (1.48-1.49); FILE MERGED 2006/05/15 12:30:51 sb 1.48.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb5037266676428b9915e9edf2b90d80540fccbb]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/05/23 17:18:47 sb 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/15 12:30:50 sb 1.4.4.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4461be15aa4241a269d379c45261ce0ea67b71cc]

        INTEGRATION: CWS warnings01 (1.38.8); FILE MERGED 2006/05/23 17:16:56 sb 1.38.8.2: RESYNC: (1.38-1.39); FILE MERGED 2006/05/15 12:30:49 sb 1.38.8.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f2152246c55704629f5696a34eaadf97dd66eed]

        INTEGRATION: CWS warnings01 (1.42.342); FILE MERGED 2006/05/15 12:30:49 sb 1.42.342.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29c11ea703a351a64b71dbed680416146f9a5f8b]

        INTEGRATION: CWS warnings01 (1.80.254); FILE MERGED 2006/05/15 12:30:48 sb 1.80.254.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [025f9d80e004890218451edde63e83d7a11d90de]

        INTEGRATION: CWS warnings01 (1.139.12); FILE MERGED 2006/05/23 17:14:52 sb 1.139.12.2: RESYNC: (1.139-1.140); FILE MERGED 2006/05/15 12:30:48 sb 1.139.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc08689b141563e9763dfe30e2f3e119a5aeae23]

        INTEGRATION: CWS warnings01 (1.13.320); FILE MERGED 2006/05/15 12:30:47 sb 1.13.320.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce068f1862f75ca6899a47494cc30b0823836749]

        INTEGRATION: CWS warnings01 (1.185.54); FILE MERGED 2006/05/23 17:10:14 sb 1.185.54.2: RESYNC: (1.185-1.186); FILE MERGED 2006/05/15 12:30:46 sb 1.185.54.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab2c997c2275eb6d881fe384e64d9d5a17f09369]

        INTEGRATION: CWS warnings01 (1.69.214); FILE MERGED 2006/05/15 12:30:45 sb 1.69.214.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8b9462439d3d8ef754e8cc5f9710c69034518eb]

        INTEGRATION: CWS warnings01 (1.11.224); FILE MERGED 2006/05/15 12:30:45 sb 1.11.224.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b724584bbf69f104fc8eae3cd3fbe747e35da74]

        INTEGRATION: CWS warnings01 (1.9.340); FILE MERGED 2006/05/15 12:30:44 sb 1.9.340.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/05/12 16:42:53 sb 1.9.340.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [269053c7a48b56ff8f80b50a5fcc2acddc302cbf]

        INTEGRATION: CWS warnings01 (1.17.226); FILE MERGED 2006/05/12 16:42:53 sb 1.17.226.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54a2f7219012978c2f31fdd4c256b2eb5bc6107d]

        INTEGRATION: CWS warnings01 (1.14.342); FILE MERGED 2006/05/15 12:30:43 sb 1.14.342.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b73239f5f20e512b8c5a51d92339c61cc9a6a4f3]

        INTEGRATION: CWS warnings01 (1.3.344); FILE MERGED 2006/05/12 16:42:52 sb 1.3.344.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [59e1651c5b896a4729b55fbdfa546bd2f0d201cf]

        INTEGRATION: CWS warnings01 (1.4.18); FILE MERGED 2006/05/23 16:54:37 sb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED 2006/05/12 16:42:52 sb 1.4.18.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b9ab44a6469232a8a3237cb5a340b201c371e7]

        INTEGRATION: CWS warnings01 (1.4.344); FILE MERGED 2006/05/15 12:30:43 sb 1.4.344.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162. 2006/05/12 16:42:52 sb 1.4.344.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d86e9ae74e1244e571d8b29006abe3a3080394]

        INTEGRATION: CWS warnings01 (1.63.56); FILE MERGED 2006/05/23 16:45:24 sb 1.63.56.2: RESYNC: (1.63-1.64); FILE MERGED 2006/05/12 16:40:37 sb 1.63.56.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [00b24c27000e304e01d71772366e7e0c47866a18]

        INTEGRATION: CWS warnings01 (1.49.120); FILE MERGED 2006/05/12 16:40:37 sb 1.49.120.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29c46da02e1143b59b337390396acd254453471b]

        INTEGRATION: CWS warnings01 (1.15.148); FILE MERGED 2006/05/12 16:40:37 sb 1.15.148.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22aa690b52a0139bc4c40e85ed9f74a3962b0c55]

        INTEGRATION: CWS warnings01 (1.14.188); FILE MERGED 2006/05/12 16:40:36 sb 1.14.188.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91575e8a4e340d80b4081fec98bbaa4ccf958c62]

        INTEGRATION: CWS warnings01 (1.78.14); FILE MERGED 2006/05/29 11:49:56 sb 1.78.14.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:42:28 sb 1.78.14.2: RESYNC: (1.78-1.80); FILE MERGED 2006/05/12 16:40:36 sb 1.78.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [67953f24431edc3700092b6997ce5a4ef53c9d73]

        INTEGRATION: CWS warnings01 (1.52.26); FILE MERGED 2006/05/23 16:42:09 sb 1.52.26.2: RESYNC: (1.52-1.53); FILE MERGED 2006/05/12 16:40:36 sb 1.52.26.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca4a63b6f77019b549f2d80d73263724ce4e601]

        INTEGRATION: CWS warnings01 (1.8.78); FILE MERGED 2006/05/12 16:40:36 sb 1.8.78.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d44e78748e5a160c20821a89189ca16abbddb5f]

        INTEGRATION: CWS warnings01 (1.13.152); FILE MERGED 2006/05/12 16:40:35 sb 1.13.152.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2aff3cdb3899c24123dbdfa05ffb0bfc0ab1f790]

        INTEGRATION: CWS warnings01 (1.12.148); FILE MERGED 2006/05/12 16:40:35 sb 1.12.148.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96bdb66460415aec24652849d1cb19775a229f38]

        INTEGRATION: CWS warnings01 (1.7.148); FILE MERGED 2006/05/12 16:40:35 sb 1.7.148.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [15f996d573fbf02bcf4b622fb299fcd3a52b209d]

        INTEGRATION: CWS warnings01 (1.7.150); FILE MERGED 2006/05/12 16:40:35 sb 1.7.150.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d2a4c357e5b376f3e6e6b65dc7e00a1f2438bb]

        INTEGRATION: CWS warnings01 (1.8.148); FILE MERGED 2006/05/12 16:40:35 sb 1.8.148.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f1d53d1d6103b1308a3bf58addcce75fb049ee8]

        INTEGRATION: CWS warnings01 (1.25.76); FILE MERGED 2006/05/12 16:40:35 sb 1.25.76.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [275a45c896315dec1579a81a127f0a52883b5309]

        INTEGRATION: CWS warnings01 (1.34.216); FILE MERGED 2006/05/12 16:40:34 sb 1.34.216.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f971b6f2b74d8b29f98c0e29ad66c270d75e1ffb]

        INTEGRATION: CWS warnings01 (1.8.218); FILE MERGED 2006/05/12 16:40:34 sb 1.8.218.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d95493adc602433a4b0ee0271c4a8b97581e340]

        INTEGRATION: CWS warnings01 (1.47.120); FILE MERGED 2006/05/12 16:40:34 sb 1.47.120.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33eb68fc9d573525a502b950397da8087cd18916]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2006/05/23 16:25:17 sb 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2006/05/12 16:40:34 sb 1.11.4.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b66dca3f5a1e783ca4e98a04d8cefc3e6fca23fc]

        INTEGRATION: CWS warnings01 (1.52.24); FILE MERGED 2006/05/23 16:23:12 sb 1.52.24.2: RESYNC: (1.52-1.53); FILE MERGED 2006/05/12 16:40:33 sb 1.52.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef3a21f2c21bcefa18916fff6b9250116cc4029]

        INTEGRATION: CWS warnings01 (1.7.34); FILE MERGED 2006/05/23 16:21:52 sb 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2006/05/12 16:40:33 sb 1.7.34.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8677f1818fc7c79ce555b5c13aeefed83f8d9773]

        INTEGRATION: CWS warnings01 (1.27.136); FILE MERGED 2006/05/12 16:40:32 sb 1.27.136.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6370c71841a62df5c317a4d3c35662170133d2b8]

        INTEGRATION: CWS warnings01 (1.5.216); FILE MERGED 2006/05/12 16:40:32 sb 1.5.216.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b085e905b53d8a86c843538bd589f2f46d27ad5c]

        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>  [fed2908e34cda4485fe5e71a83d997dc53afd35d]

        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>  [7513a1805889a4dbafb14f1b5941c320ddf95c2d]

        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>  [5bd32ccd62cbcf892f3378b6e83e78d3553faa17]

        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>  [f4918d15af61fcf78bccbdb6a7471d9920ddcced]

        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>  [7a2c6c8bfe30a50b094ec2209d51fd1f802d971e]

        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>  [15b9147b8e5e0e5c5982b997915b4b97567ade8c]

        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>  [b944f60b5ceb21a8770eced05cde664ce1695463]

        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>  [7d46b07dc243c824d5fd1c3de4237f93aa598c21]

        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>  [9acc29ebd051fac90a3452d847d6e387fd02b430]

        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>  [d6f996d371973aa10e2c86cd2338b55e83b9fba9]

        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>  [8fefff2e83c51c72447b16ef3132c562452a2ad0]

        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>  [e44e9ed6ccfa5015970f259006e07e651ba4d541]

        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>  [bc44e76b1db9dbecac80d6105a885952c9e2ce0d]

        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>  [c0b23d9d515d5fe650b4bc5eda2246184ae7fe30]

        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>  [3c2592f70af7935b1343fe86a0e6ed13a88b7e6e]

        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>  [7da9e7967d0f91d726980cbbc8d21b68cc255c84]

        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>  [308abaad91d783bb0b57695d9a20982c3617353d]

        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>  [9c4b85d439a0ace770a69ee7c9d6b78e422d49a7]

        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>  [f653663427a98be67c400c111c87d90046ef04a3]

        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>  [e45b603684b105372412e27c1246617d342fdee9]

        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>  [0d132d49b8ebb8836f5954102e75fa6bcc81750e]

        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>  [5122363a270f17ce6f7568682968490571ce3066]

        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>  [5646ff7ad17ca4debe9a8741eb8388456474e3f3]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/11/07 12:09:40 sb 1.5.4.1: #i53898# Made code warning-free (additional -W switches for GCC).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7c22f5b3121d18d27abaf0ed59e02f8499ab233]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/11/07 12:04:58 sb 1.2.4.1: #i53898# Made code warning-free (GCC 4.0.1).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c1cf839ce796384d6b67f18a9651becd590605]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/10/18 08:36:25 np 1.8.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dad59decf99db1bd4ea2ecaf473cd587831b08e9]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:36:24 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd737e817537a544b5f56d6acc5fd0f86c01b89b]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/19 09:29:05 np 1.6.4.2: #i53898# 2005/10/18 08:36:23 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [33be40a1e317f93c2c88062f7f37310cd9d7a721]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 09:32:15 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7ea47f3d297031a1954c9e4e29a7d572b20bc51]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 08:36:22 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [40bfd2c6e3f1c44efed5eb3ee4d665575502c9f0]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:36:22 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c38eb67988c88feb9e71f0aea302f9b03674ffd]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:21 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [52228a8c154d1cf9297d0d4a84ebc60366a71d71]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/19 09:29:04 np 1.5.4.2: #i53898# 2005/10/18 08:36:21 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f3e5a7f71a0a99c8c974282ec5a1ee7a43f79a]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:20 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4beb227c5046d666effffb9d1364c3b2855fc71]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:20 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4d5e07be209980b8427867768051ab4f156c9f8]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:19 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3b4413f53f9a86990dbf71f365ae2c62bd3d3b]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/18 08:36:18 np 1.7.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [877d5507c6ccd0c0faf0faf805656b80ccd71bf3]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:18 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d95fa5ed0777e62d6690e7a5274d8ffe55fa1c7]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:17 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed75efd18ed68740ead81e1917a11cd417f338f6]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2005/10/19 09:29:04 np 1.9.4.2: #i53898# 2005/10/18 08:36:16 np 1.9.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b582f5336b6ab4905ac7c46cabced9ad774035ca]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/19 09:29:04 np 1.7.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12489933f681aff8c8949eff7ed594f1a243cc89]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:15 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb43520acb3e9d0551ad87a19798f9960c38d1f]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 08:36:15 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [069de97e43aa7a6d56c6c9170bc499b4a3474271]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/19 09:29:03 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [400fb38dfdf64c3357c6fc28aac9ea9a639c38dc]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:14 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95bc6f73ddf10dbeb011b221f31b325846e97e26]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:36:13 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2de93354a5be85160288f8c7e6db6f058373423]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/18 08:36:13 np 1.7.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6df7bfb75bec3354e582fb1c1df79160ba1cc18]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/19 09:29:03 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a72eaa570ebb2ceffde1ac1d0e2c09f71836378]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/19 09:29:02 np 1.6.4.2: #i53898# 2005/10/18 08:36:12 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42eaf661dbafe15a4fccf551ad569fd0626eb712]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:12 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4338beaed71d8733e59dadf728a9e3f51f65768]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:36:11 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [525e41ad988378052801a41fd2fef90aa522789a]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:10 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90dab653fcd2f829c350b07383a47b0c3f9587f6]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:09 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3228b5dbf81897b8bd4a310ed9d92acee13674e0]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:36:08 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2dc2f0b61b1642f19ccae04433f3da47803a489]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:36:07 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [114310b3d5905a5d7c92045b4117b809b7e02aa5]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/19 09:29:02 np 1.5.4.2: #i53898# 2005/10/18 08:36:07 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8a490d8a69d9f885d9e16a6fc8ce2c1f377a4f0]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:36:06 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19e9b1f15b2f65e6353c0b219a2cf80419b1d7bc]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:36:05 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f19c5f81cbc8af51dc93b502ac27a715aa8844]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2005/10/19 09:29:01 np 1.8.4.2: #i53898# 2005/10/18 08:36:04 np 1.8.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8762130d715b3410b1ecb7e019e584392298aeb5]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/19 09:29:01 np 1.4.4.2: #i53898# 2005/10/18 08:36:03 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a8025ac6959380993280ab81dcb64733261f39]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/05/23 16:18:09 sb 1.3.4.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 17:41:01 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/19 09:29:01 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [39e39d17ed15d37953aee5e236b0aab29c05d289]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/01/25 17:40:53 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/19 09:29:00 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [123be3d72f6f4c2a243a69870bb984236aea7666]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:36:03 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7a0e8d1a3ce60abf6c27036b380916bec58038]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/19 10:57:15 np 1.6.4.2: #i53898# 2005/10/19 09:29:00 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfa031bfbb67f12452ee3b99eaeb3241a3aacc2d]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/19 09:29:00 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d006237caf4c162f353bfdddcdb2c5e80498e356]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/05/23 16:17:39 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/18 08:36:02 np 1.8.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d191b9e183d4622294e277b598e3b08ba29a027e]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/19 09:28:59 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a7b50513a77c57ddb528cb61b1fb3745a212be6]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/10/19 09:28:59 np 1.7.4.2: #i53898# 2005/10/18 08:36:01 np 1.7.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a9ac0d8bc3bb64875d3767f007724d790833b2]

        INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED 2006/05/23 16:17:08 sb 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/19 09:28:59 np 1.8.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23e5825803c35da8643249fb8f6832cc112060ce]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2006/05/23 16:16:31 sb 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/19 09:28:58 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed673d655bf990c9ac900e1508943c8d0c0deae8]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2006/05/23 16:16:22 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/19 09:28:58 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [431e71b551fcd07cdef31b1c3394377b44b8f8c1]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/19 09:28:57 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [41fd172f3e92dd6774e52298d6ad73ed1a8fd59c]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/05/23 16:15:12 sb 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/19 09:28:57 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [793af0572d361e11084963f822790e3639b022f8]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/19 09:28:56 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e0260555a117881f57b70b8d6ea4fc89c58c9a]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:36:00 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2cdaff73d9dd106f433fa314fd51a07c121266a]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:59 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b090df57f2fc18ef845200d5f5c1837e5d316de]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/01/25 17:38:59 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/18 08:35:58 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed9f4d4e4ef0aff46d5604325fd5e3477b88e32d]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 08:35:58 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fff6c940493d1f6bf8455f292bfc40ef59d2925d]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2005/10/18 08:35:57 np 1.6.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f25094409a58dbfd2107a64adb4d420950367a]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:55 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [db1ccf250fe3ff232393dfa68b38fa2b4ebae359]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:53 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08dcf86da1fdf92e1f7fbece64d05cadc803e675]

        INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED 2005/10/18 08:35:52 np 1.4.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcf49d86172ef365177131b20df43e2e974e3e2b]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:51 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfa25aa1658f940a135aad6ac5b5d3b49d4664e5]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:50 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c693fa880d628cda790c528f2205221d7aaffe20]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:49 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e1724180aa7448cc1e67031fdb1226bd4ffbe8c]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:49 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [67b345843c1feb097ca4adef5ba8b10aa3d73c7d]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:48 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1af16e33bc2285fbf65e7ed7eda9a3c6c87aa6b6]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:47 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b326437f598d503df92050c9dedaf74f4079852b]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:46 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [499cfa8ebeb9dfd748c2020ac304690c0baf71e5]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:45 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cab63c0d5eaf29188aceb3d59ea63711679c117]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:44 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7246526b227a8e1bafc7974d269a60181397613]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:43 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff2b351aae95a71377d89aac93643dbe697ac77a]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/18 08:35:41 np 1.3.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fcd01fb02d9a1d2ff93262b62db6aa641940143]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2005/10/18 08:35:41 np 1.5.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [51f7793ee73244d52fc9f8f068db4bb811e4e2d8]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:40 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a9610d1103ed27f02d3753daed5ed281a76ccfa]

        INTEGRATION: CWS warnings01 (1.2.4); FILE MERGED 2005/10/18 08:35:39 np 1.2.4.1: #i53898#

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [74b77f8258e35b6317761b91fbb2d43b986c963a]

        INTEGRATION: CWS warnings01 (1.98.30); FILE MERGED 2006/05/23 16:14:27 sb 1.98.30.4: RESYNC: (1.101-1.103); FILE MERGED 2006/04/07 16:09:28 sb 1.98.30.3: RESYNC: (1.100-1.101); FILE MERGED 2006/01/25 17:36:54 sb 1.98.30.2: RESYNC: (1.98-1.100); FILE MERGED 2005/11/16 15:20:55 pl 1.98.30.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [942b8b912da77dcc746fac87b9c1d5124a988eaa]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/16 15:20:55 pl 1.8.32.2: #i55991# removed warnings 2005/10/28 14:48:50 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64860428ae624ec01696cad233c3cfae805040ce]

        INTEGRATION: CWS warnings01 (1.4.316); FILE MERGED 2005/11/16 15:20:54 pl 1.4.316.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [47fb52e2f4b78da70213e5c8fcab7519c3c1a73c]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 15:20:54 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:50 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2d5ae5c69c7bc66fd8472bb3e741eaca103e9d6]

        INTEGRATION: CWS warnings01 (1.4.270); FILE MERGED 2005/11/16 15:20:52 pl 1.4.270.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9efb0a53ca1d74d22921fcee0e92e826daffbc24]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:52 pl 1.3.32.2: #i55991# removed warnings 2005/10/28 14:48:50 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf64fb99121bfd6946381bada91be5dd6f23362f]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 15:20:51 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:49 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fd5e8e570c31f60102a8d663dc1ed198d67d950]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:51 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:49 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e937344672b599414a1ca2ef9568c9356084a1c]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:51 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5448117790cf50417e11c560323753833d13929f]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:50 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:49 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb2059e50ec79f3566cda4f12fe0aa8b901c0707]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:50 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [915507e68b819074fd79ff95386d20069a509b8a]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:48 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54b2a51ac22e7ae1ee4452c670315d5fc4e748eb]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:49 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [896c4d0b6a2c2f4685bc33867971842caf27a74f]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:49 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:48 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64f0b7df2e8f83ba2c5d33c4cf2b071d08638b48]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/01/25 17:36:46 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 14:48:48 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1813acd40a1962e263ff16902efdf495ab25a67]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:48 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:48 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [638f839fa92fdeedccb54b5b3f5d430f5dccbdbc]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:47 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe297548ad8eae651a083eb04dd3eb971783dee]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/04/07 16:09:16 sb 1.4.32.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 15:20:48 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:47 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d127115686f36e25bb622f5ac5203075193834b]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:47 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:47 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1de5854ed1ade4f10dbc38c53616795220a89383]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/05/23 16:14:09 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 14:48:47 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91deb7efcb69db04aafb22313188464e7c63d00a]

        INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED 2006/04/07 16:09:03 sb 1.9.4.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 15:20:47 pl 1.9.4.3: #i55991# removed warnings 2005/11/07 16:55:14 pl 1.9.4.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/28 14:48:46 cd 1.9.4.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdb540feb6836020307e8300777b7fe0e0abcda5]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2006/01/25 17:36:37 sb 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/16 15:20:46 pl 1.9.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b90296a32bc97bd5038ee2dd262c1d1ee63f3c96]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2006/05/29 07:55:08 sb 1.13.32.5: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:14:01 sb 1.13.32.4: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 17:36:29 sb 1.13.32.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/16 15:20:46 pl 1.13.32.2: #i55991# removed warnings 2005/10/28 14:48:46 cd 1.13.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [812b393460a68f8536cecf9263af56ae6a838a95]

        INTEGRATION: CWS warnings01 (1.20.30); FILE MERGED 2006/05/29 07:55:08 sb 1.20.30.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:13:48 sb 1.20.30.5: RESYNC: (1.25-1.28); FILE MERGED 2006/04/07 16:08:52 sb 1.20.30.4: RESYNC: (1.24-1.25); FILE MERGED 2006/01/25 17:36:18 sb 1.20.30.3: RESYNC: (1.20-1.24); FILE MERGED 2005/11/16 15:20:46 pl 1.20.30.2: #i55991# removed warnings 2005/10/28 14:48:46 cd 1.20.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3063a096add577441b05c34fa2eba65206aafc0d]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/05/29 07:55:08 sb 1.2.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c084a49825d4b41cc2eb91161af6e5d981ec793e]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:46 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [21bda1b13b5d4b39c80c545a27b7caf5b0cbf17a]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 15:20:45 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:45 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e20240b5e50f3686babf109c9b0b1f8057a9d0d]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:45 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d8f131fd298c38862e37a2cdac3e1b10304fbb7]

        INTEGRATION: CWS warnings01 (1.2.56); FILE MERGED 2006/04/20 14:53:28 sb 1.2.56.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0895b018ea340b0ffeb4d183bf24027c38434e8b]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:45 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:45 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1a2ed96eac0d873ec4f24634e19cc8da510bbc]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:44 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c2dc5931864c6132c7aea0d6d24829a9561067]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:44 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a497d16850e2fc38db691a48482ac17bf7bc7164]

        INTEGRATION: CWS warnings01 (1.4.30); FILE MERGED 2006/04/07 16:08:15 sb 1.4.30.4: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 15:20:43 pl 1.4.30.3: #i55991# removed warnings 2005/11/07 16:55:01 pl 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 14:48:45 cd 1.4.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c2acd600a7503bd1cf8c93997805c2f5d49e7cc]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2006/01/25 17:36:07 sb 1.10.32.2: RESYNC: (1.10-1.11); FILE MERGED 2005/10/28 14:48:44 cd 1.10.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70377282308ba021d4c1920cfc8fda902207132d]

        INTEGRATION: CWS warnings01 (1.28.32); FILE MERGED 2006/05/29 07:55:07 sb 1.28.32.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:13:21 sb 1.28.32.5: RESYNC: (1.30-1.34); FILE MERGED 2006/01/30 16:25:44 sb 1.28.32.4: #i53898# Made code warning-free. 2006/01/25 17:35:56 sb 1.28.32.3: RESYNC: (1.28-1.30); FILE MERGED 2005/11/16 15:20:43 pl 1.28.32.2: #i55991# removed warnings 2005/10/28 14:48:44 cd 1.28.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd5e1ad5a62087c0d61dff4cd4f02ebfdca59cc1]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/16 15:20:42 pl 1.7.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [928f2801707c132ce554c7478b004250e4a31f28]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:42 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd3e643597e9f23ee69e6ee56029a942123a6bec]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:41 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dc9b12523c4aab2d7ed559c069cec5da247f7a0]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:44 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e33c7b7911637fce339ca06dbb628ca4eb8408d]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/11/16 15:20:40 pl 1.13.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [12433ba4d6d3769b680b14d41a27020580bd3da7]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:40 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c3d6e325d7627a4ea01644552cbf43348e487db]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:40 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c30a869de520fa2098df61742e725971ce8ff2f]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:39 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e3dd9628c56bed419f1115764a79e80802f2393]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:39 pl 1.3.32.2: #i55991# removed warnings 2005/10/28 14:48:44 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d198f04e58827116a4a2d84147df1840aa841ca8]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:39 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:44 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2da7701a6ce0b71b98fa82a01bd84ca80c8cdc0]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/05/29 07:55:07 sb 1.2.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [818b0ddc9e153a4f86e70bfeaa9040e42290c822]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/05/29 07:55:07 sb 1.3.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7879e82f09966a19de49f2b912fbc017fbf9651]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2006/05/29 07:55:06 sb 1.5.32.6: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:12:19 sb 1.5.32.5: RESYNC: (1.8-1.9); FILE MERGED 2006/04/07 16:07:25 sb 1.5.32.4: RESYNC: (1.7-1.8); FILE MERGED 2006/01/25 17:35:47 sb 1.5.32.3: RESYNC: (1.5-1.7); FILE MERGED 2005/11/16 15:20:38 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:43 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [69bacef3457bf0229db1ce679eab57b16096f034]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2006/04/20 14:53:27 sb 1.6.32.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 16:07:02 sb 1.6.32.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/16 15:20:38 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:43 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6988c4c5a572570d631c1a1c45873a5153389edc]

        INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2005/10/28 14:48:43 cd 1.14.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ac4acb9b01c9b63cb115b3e64ca4172f508ad5]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 15:20:37 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:42 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93c463568960d4232ef812e5ca33e9c5011dc234]

        INTEGRATION: CWS warnings01 (1.14.32); FILE MERGED 2006/05/23 16:12:09 sb 1.14.32.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/28 14:48:42 cd 1.14.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fec39b79b49af7a68b2f42043d08c4ae14e2d90f]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/10/28 14:48:42 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5e7b0dba6f6055269ca811079a0c8c50e52fa95]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2006/01/25 17:35:38 sb 1.11.32.3: RESYNC: (1.11-1.12); FILE MERGED 2005/11/16 15:20:37 pl 1.11.32.2: #i55991# removed warnings 2005/10/28 14:48:42 cd 1.11.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9ea96cf3520b8ac1bed984e4d44e2cdef243eab]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/16 15:20:36 pl 1.8.32.2: #i55991# removed warnings 2005/10/28 14:48:41 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [02df35a827b2c83a65f116613a084e85903a1a66]

        INTEGRATION: CWS warnings01 (1.2.52); FILE MERGED 2006/05/23 16:11:51 sb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/30 16:25:43 sb 1.2.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [945f723a68efdc6a42d3dadfbefaad7cc7e9525e]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/16 13:10:41 pl 1.7.32.2: #i55991# removed warnings 2005/10/28 14:48:41 cd 1.7.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bb358d23c38c45a2eb61d6eba7accee66160dbf]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:41 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [354800009af9eac865a58b99168de78d2a0bd026]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2005/11/16 15:20:36 pl 1.12.32.2: #i55991# removed warnings 2005/10/26 11:12:40 sb 1.12.32.1: #i53898# Adapted to modified URLObject::translateToExternal.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c39cc6bba681efa0fefb7bae52aac962a345c39]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2006/05/23 16:11:42 sb 1.11.32.3: RESYNC: (1.11-1.13); FILE MERGED 2005/11/16 15:20:35 pl 1.11.32.2: #i55991# removed warnings 2005/10/28 14:48:40 cd 1.11.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e72fc4b5aa9311e1180a5c8c59f8efa7cdbbee1b]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2006/01/25 17:35:07 sb 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/16 15:20:35 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec5e798337f0fe9c7e34fc6ba5800a4b67f71263]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:40 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceaff64f7fda4de4d69861a1f66308c99ccffe8a]

        INTEGRATION: CWS warnings01 (1.21.32); FILE MERGED 2005/11/16 15:20:35 pl 1.21.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c550cec84f6bdfc64e82ce706fb30b6966b64d00]

        INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 15:20:34 pl 1.5.30.2: #i55991# removed warnings 2005/10/28 14:48:40 cd 1.5.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [26e7a8cd2be2962c6e178c27586f9497e4dd80d7]

        INTEGRATION: CWS warnings01 (1.86.32); FILE MERGED 2006/05/23 16:11:11 sb 1.86.32.5: RESYNC: (1.91-1.93); FILE MERGED 2006/04/07 16:06:35 sb 1.86.32.4: RESYNC: (1.88-1.91); FILE MERGED 2006/01/25 17:34:50 sb 1.86.32.3: RESYNC: (1.86-1.88); FILE MERGED 2005/11/16 15:20:34 pl 1.86.32.2: #i55991# removed warnings 2005/10/28 14:48:39 cd 1.86.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c1accd60a3e04d0de6e6e2ce19b678697163f4]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:32 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cb1b6b71d72696ea0bd4a215015f1a8d3134dc5]

        INTEGRATION: CWS warnings01 (1.56.30); FILE MERGED 2006/04/07 16:06:16 sb 1.56.30.5: RESYNC: (1.58-1.59); FILE MERGED 2006/01/25 17:34:41 sb 1.56.30.4: RESYNC: (1.57-1.58); FILE MERGED 2005/11/16 15:20:31 pl 1.56.30.3: #i55991# removed warnings 2005/11/07 16:54:09 pl 1.56.30.2: RESYNC: (1.56-1.57); FILE MERGED 2005/10/28 15:22:54 cd 1.56.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ba976a29cfcfec3f75e72bd7ea6424c0271e38c]

        INTEGRATION: CWS warnings01 (1.19.32); FILE MERGED 2005/11/16 15:20:30 pl 1.19.32.2: #i55991# removed warnings 2005/10/28 14:48:38 cd 1.19.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [20c07d74b93e299b514b344a96602f9a46f673c6]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2006/05/23 16:10:44 sb 1.10.32.8: RESYNC: (1.16-1.17); FILE MERGED 2006/04/20 14:53:27 sb 1.10.32.7: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 16:05:59 sb 1.10.32.6: RESYNC: (1.14-1.16); FILE MERGED 2006/01/31 08:13:17 sb 1.10.32.5: #i53898# Made code warning-free. 2006/01/30 16:25:43 sb 1.10.32.4: #i53898# Made code warning-free. 2006/01/25 17:34:31 sb 1.10.32.3: RESYNC: (1.10-1.14); FILE MERGED 2005/11/16 15:20:27 pl 1.10.32.2: #i55991# removed warnings 2005/10/28 14:48:38 cd 1.10.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7efe974d9c72a78325249b645c7e4ed87323ad68]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:37 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2750230c573f22725c66d907026b702439f50eb7]

        INTEGRATION: CWS warnings01 (1.18.508); FILE MERGED 2006/01/25 17:34:11 sb 1.18.508.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/16 15:20:25 pl 1.18.508.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d144987700b0c7e138390811d8b58bab86d0fb9]

        INTEGRATION: CWS warnings01 (1.20.32); FILE MERGED 2006/04/07 16:05:23 sb 1.20.32.3: RESYNC: (1.21-1.23); FILE MERGED 2006/01/25 17:34:02 sb 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2005/11/16 15:20:23 pl 1.20.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1587eab41f1a900bff1bf777972e87451ceca762]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:21 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [82c03e065406ca1a1f6ee3ac038d66f4420f4e09]

        INTEGRATION: CWS warnings01 (1.36.2); FILE MERGED 2006/05/23 16:10:18 sb 1.36.2.8: RESYNC: (1.45-1.49); FILE MERGED 2006/04/20 14:53:26 sb 1.36.2.7: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 16:05:08 sb 1.36.2.6: RESYNC: (1.41-1.45); FILE MERGED 2006/01/30 16:25:42 sb 1.36.2.5: #i53898# Made code warning-free. 2006/01/25 17:33:52 sb 1.36.2.4: RESYNC: (1.39-1.41); FILE MERGED 2005/11/16 15:20:15 pl 1.36.2.3: #i55991# removed warnings 2005/11/07 16:53:53 pl 1.36.2.2: RESYNC: (1.36-1.39); FILE MERGED 2005/10/28 14:48:36 cd 1.36.2.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [951788368f24192706de37460c2458b733c2b2d7]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:40 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d308d62706bb621fff23e964c51f0c615b6000bd]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2006/01/25 17:33:43 sb 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/16 13:10:40 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43fa8000166205be4ca7109cf87503ef1c00f4e8]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:39 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d727281e882ec96a9397d476b85ce0e96b88c1df]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2006/01/25 17:33:34 sb 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/28 14:48:36 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d51265e2d4ee43871e1130883a91e6b6a6656c]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/16 13:10:39 pl 1.8.32.2: #i55991# removed warnings 2005/10/28 14:48:36 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1aa7e2ef1f28957dd57cef6bd3919f9e15d093c]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:35 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d529c51878fea606c6a6b36b54f25f82f416f1f7]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 13:10:39 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b279104139da456c291d60971425b6cb359cc7]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:34 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [844ec874210dfae82dca524177e9209e91c549d7]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:34 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ea4fb33c2f8b42c893dae98415cb3d2e30b6995]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:34 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [daa7f155a0dcda5c16a4dbbaa9130854d9742d3e]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:38 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7029c805a2b0e89a7387b935a196ec46dd4b4c1e]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 13:10:38 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:33 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e0d30f90e7f87e18c0fd0b0d5f48210a925f03b]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 13:10:38 pl 1.2.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd877792a1c2f587d361861e8d9a00b9a49a7d12]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:37 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:33 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [37d453b79d95f4116ab3ec91c273fe976b2b17bf]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/11/16 13:10:37 pl 1.10.32.2: #i55991# removed warnings 2005/10/28 14:48:33 cd 1.10.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [391e4df525fb9f20da320be8756484f53246f9ca]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/10/28 14:48:33 cd 1.10.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06440fb9796b551fdbe6a77a96f7b3e57e63d382]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:37 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bad82fab8ee35fe00775afd74b0debfa2d2efd3]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:36 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [65a63465fc60e6480743f79e0a6684f7e186e68d]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/05/23 16:06:29 sb 1.4.32.4: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 17:32:38 sb 1.4.32.3: RESYNC: (1.4-1.5); FILE MERGED 2005/11/16 13:10:36 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:32 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bf651bf4e29c5172a7601b1866246abc1891562]

        INTEGRATION: CWS warnings01 (1.2.52); FILE MERGED 2006/05/23 16:05:25 sb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/30 16:25:42 sb 1.2.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c4530a0e736b2e066e2037f4e4267efa3dd52fe]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 13:10:35 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b4db727f3b3d9ad451339537e0562e78b55eb7a]

        INTEGRATION: CWS warnings01 (1.18.32); FILE MERGED 2005/11/16 13:10:35 pl 1.18.32.2: #i55991# removed warnings 2005/10/28 14:48:32 cd 1.18.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d56a0a7b4367720065ebb62ed3df537a9fba46ef]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:35 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3e360fbd65e9cd38c1f04a7148283fe0242da9e]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:34 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:32 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [531e034e7a74c472a22b78289515ab7cd2f52270]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2006/01/30 16:25:41 sb 1.7.32.3: #i53898# Made code warning-free. 2006/01/25 17:32:21 sb 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/16 13:10:34 pl 1.7.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e402b66ec758cf90e0cf16608d1c54fb852d9ab4]

        INTEGRATION: CWS warnings01 (1.32.32); FILE MERGED 2005/10/28 14:48:31 cd 1.32.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [305548b5167d513ee7700bf43977eb75032ca68d]

        INTEGRATION: CWS warnings01 (1.11.32); FILE MERGED 2006/01/25 17:32:14 sb 1.11.32.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/16 13:10:33 pl 1.11.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [981fc085ec1ae128475d401b486c1dac700ab7e1]

        INTEGRATION: CWS warnings01 (1.10.32); FILE MERGED 2005/11/16 13:10:33 pl 1.10.32.2: #i55991# removed warnings 2005/10/28 14:48:31 cd 1.10.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [70cce4fa59846fe3a7d4ce9db4248c57ce6dc721]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:33 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:31 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [762e827b1c9a3aa164e631b2d43cbf54edc68449]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:33 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f13b29fd18d424e6f98af83be48378e8db478cc8]

        INTEGRATION: CWS warnings01 (1.37.32); FILE MERGED 2005/11/16 13:10:32 pl 1.37.32.2: #i55991# removed warnings 2005/10/28 14:48:31 cd 1.37.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ec67afca3e1895bd018215e7f44b8dc37726b2]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:30 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [64257690affb775f146427622a711eb609981bc1]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:30 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [877d7a83d7b05ed6f2d6e497d80505ed7e2c7293]

        INTEGRATION: CWS warnings01 (1.19.32); FILE MERGED 2006/05/23 16:04:46 sb 1.19.32.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 13:10:32 pl 1.19.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a41954a1bc10ade68eb5f64fc1279e41bb81d68]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2005/11/16 13:10:32 pl 1.9.32.2: #i55991# removed warnings 2005/10/28 14:48:30 cd 1.9.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [daba0c8c4afaf56e85c4e0436ae5445254832e2f]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:31 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:30 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [97284ae2636ba8fc39e78e3c6668261228097568]

        INTEGRATION: CWS warnings01 (1.13.32); FILE MERGED 2005/10/28 14:48:29 cd 1.13.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36b1501cb71759828ac410a312ac7590ab8fb43b]

        INTEGRATION: CWS warnings01 (1.9.32); FILE MERGED 2006/05/29 07:55:05 sb 1.9.32.4: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/23 16:04:04 sb 1.9.32.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/16 13:10:31 pl 1.9.32.2: #i55991# removed warnings 2005/10/28 14:48:29 cd 1.9.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e98c3ec12926244683cc8b35d0eb324bb4585d2f]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/11/16 13:10:31 pl 1.8.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d7b885aad809489d6b190a42cf8837047fc9a78]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 13:10:30 pl 1.2.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd3e103b5031952e0abce2a6968ca5fb296f5862]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 13:10:30 pl 1.2.32.2: #i55991# removed warnings 2005/10/28 14:48:29 cd 1.2.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2427183bffa356c69520adf501f841da32e02ab4]

        INTEGRATION: CWS warnings01 (1.5.36); FILE MERGED 2005/11/16 13:10:30 pl 1.5.36.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dcc71a6150f8ba017d59fcdc06b0d4cec38987c]

        INTEGRATION: CWS warnings01 (1.11.4); FILE MERGED 2005/11/16 13:10:29 pl 1.11.4.3: #i55991# removed warnings 2005/11/07 16:52:42 pl 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/28 14:48:28 cd 1.11.4.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3354a3b9a26de5fb2a6d0f56632d2b2a0c82f47]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:29 pl 1.4.32.2: #i55991# removed warnings 2005/10/28 14:48:28 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c01d80bd6463dfc3ccd6bc9a652e972f18b1a93e]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 13:10:29 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [804f2c94a3444aae580cbc0e5a2e40d980bd3638]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2006/06/14 06:48:57 cd 1.3.32.1: Removed obsolete drafts namespace

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [735eb105948489b66599259814277188b893c73e]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2006/06/14 06:48:56 cd 1.3.32.1: Removed obsolete drafts namespace

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5798b79a5268f8c58b8545f2e9200ac444d107e2]

        INTEGRATION: CWS warnings01 (1.2.284); FILE MERGED 2006/06/14 06:49:27 cd 1.2.284.1: #Updated test CheckImageManager to use non-draft interfaces

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b86df48d806c0aa190cdc4efedc1d781bf946cd]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:27 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdd6d38987a7d94eefcd68c61b7b73d87b4d7ea3]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:26 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bdfffd387dfa163ac8a8cea0ab8c87d469b120c]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:25 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5ac8b1864661d90e3ccb423c0bca17733d6f07]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:25 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d5712816e9ce593a722031a40d6591976374f2]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:24 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c68f5accf4b093d422275e038b138e9fd3aa82e1]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:24 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e1d751005b8759a79a69a1fd5299671ac30907]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:23 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0975cf7e5ecc2723b1514575c7c2f795ff0c689b]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:23 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b7cae9b83664fc30f6b6f634cd68e9fad7de5c]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:22 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [63310c8a2a2712993bbaa7f1aaee517423a1feb3]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 15:20:14 pl 1.6.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9790d2dc85052cf4f3ab0cda288479536af10e1f]

        INTEGRATION: CWS warnings01 (1.11.30); FILE MERGED 2006/05/23 15:58:58 sb 1.11.30.3: RESYNC: (1.12-1.14); FILE MERGED 2006/01/25 17:28:14 sb 1.11.30.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/28 14:48:22 cd 1.11.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [22f67059645556ca78690d6427a99d23589b0c2a]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:22 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b81a0015a52c01d5a1790c5cfa173f7ba0e003fd]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:13 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:21 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef653ff0bd09b3bc8e6251b8c5ee115ef37173ff]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:21 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f562bce0a184c8d7e9c524b9c9fdcaf57bc8f5e3]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2006/05/23 15:58:15 sb 1.12.32.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 17:28:06 sb 1.12.32.2: RESYNC: (1.12-1.14); FILE MERGED 2005/10/28 14:48:21 cd 1.12.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11884e8103aaee645692702d1489d542ab1ca607]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:21 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b54c49286ece812b05074da3384547d6c0ee71bf]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/05/29 07:55:05 sb 1.2.14.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42cda8637f854f759e37f6d548e000af5ff172cb]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 15:20:12 pl 1.5.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ac3158aeb666fd8bef55c8695cdaf937d868fc5]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:20 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b5d79b5f65021e85dea236c1a0ef5552d59d8a0]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/10/28 14:48:20 cd 1.7.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2049a018e57fb24b273308fcf7071860b7b7301e]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:20 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b3258fc67cf47d709629f48a041e021a293b4b3]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/10/28 14:48:19 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5603813c6ec90c149a2860d07820737fcb1f7e7b]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:19 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c34fa359d4680407f34bd8a7b64c56fb682e139]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2006/01/25 17:27:46 sb 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/28 14:48:19 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9173e2f29ac7dfd2c378d7ee64f35ae42edd785]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:19 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e34d3a377b6c9d59ebcb7edc0848d9272f5f278]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:18 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11138710749123331cfde3eb52ee02cb395ff4fb]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/10/28 14:48:18 cd 1.7.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9137e6db6a9288b943a0d3b6f83556dd3b86c69e]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:18 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cee62a2218140319183c41d007a443f2ad41ed6d]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:17 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee47e713f88539e012225484b016c2b508bca425]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2006/05/23 15:56:51 sb 1.8.32.3: RESYNC: (1.9-1.10); FILE MERGED 2006/01/25 17:27:27 sb 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/28 14:48:17 cd 1.8.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bd6f188178945c83b158c4f03e9a2f9d539e682]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2006/01/25 17:27:16 sb 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/28 14:48:17 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e51e9a5c9d8c95d18533608aa6704db8e7bac74b]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:20:09 pl 1.3.32.2: #i55991# removed warnings 2005/10/28 14:48:17 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [682289b57f481ed588cc0232851762d53dede5b1]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:17 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e9b35fa21213645202cbb88dc2e177ad4ce7d7c]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:16 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda7b2c6d6677867b722b74944183f67aafaa279]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2006/05/23 15:55:08 sb 1.3.32.3: RESYNC: (1.3-1.4); FILE MERGED 2005/11/16 15:20:06 pl 1.3.32.2: #i55991# removed warnings 2005/10/28 14:48:16 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [606fb1ed88bf16aa2ae923d5eeea87460bb4309f]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:16 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ca3fb10aa761ef423fbca4db819b2666d6778e]

        INTEGRATION: CWS warnings01 (1.22.30); FILE MERGED 2006/05/23 15:56:13 sb 1.22.30.5: RESYNC: (1.25-1.26); FILE MERGED 2006/01/25 17:27:07 sb 1.22.30.4: RESYNC: (1.23-1.25); FILE MERGED 2005/11/16 15:20:04 pl 1.22.30.3: #i55991# removed warnings 2005/11/07 16:51:37 pl 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2005/10/28 14:48:16 cd 1.22.30.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c90458419355d4295410a761d8dfc51fdb8aef3]

        INTEGRATION: CWS warnings01 (1.34.32); FILE MERGED 2006/04/07 16:02:25 sb 1.34.32.3: RESYNC: (1.34-1.36); FILE MERGED 2005/11/16 13:10:28 pl 1.34.32.2: #i55991# removed warnings 2005/10/28 14:48:15 cd 1.34.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2155f1108f3107e30bbe4533d7d37ddc72c351b]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:15 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9069fb5d01f97bce7a1f97c535b079b761d0c85]

        INTEGRATION: CWS warnings01 (1.21.32); FILE MERGED 2005/11/16 15:20:02 pl 1.21.32.2: #i55991# removed warnings 2005/10/28 14:48:15 cd 1.21.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bce716a0d8d3b768e15e94ca714ee081ab6f4eb2]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2006/04/20 14:53:26 sb 1.7.32.6: #i53898# Made code compile and/or warning-free again after resync to SRC680m162. 2006/04/07 16:02:39 sb 1.7.32.5: RESYNC: (1.9-1.11); FILE MERGED 2006/01/31 08:13:15 sb 1.7.32.4: #i53898# Made code warning-free. 2006/01/25 17:26:56 sb 1.7.32.3: RESYNC: (1.7-1.9); FILE MERGED 2005/11/16 15:19:59 pl 1.7.32.2: #i55991# removed warnings 2005/10/28 14:48:14 cd 1.7.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [729b3e6cc3d16816fc5f534c2c8bbf62a5aa01b9]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/10/28 14:48:14 cd 1.2.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5dc6b82183d816bbd2678607ab5260ebdb9a893]

        INTEGRATION: CWS warnings01 (1.6.530); FILE MERGED 2006/05/23 15:54:58 sb 1.6.530.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/28 14:48:14 cd 1.6.530.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6a602a3dcd01f7fa78a7204ed0159ecc271e9cb]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:13 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0adbf4a1444d701fce8c1c669b5fc1ffc4af25f8]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/11/16 15:19:58 pl 1.3.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [54a033ea17b293c7f4b6f2bf4c14576891e41a44]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:13 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9431b714eb1c4a3d15e4dbfc761539bbde72645c]

        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>  [da364b4dbda94bc097ad00567760ecac767bd5f5]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:12 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0770737cadf82f056ba07f2b66e93d3991e3b9c1]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:12 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a3a7124c414247000ce7e83d3b45e6cc9301199]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/10/28 14:48:12 cd 1.2.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68fb3dea8919da4f9976be020128dc908a2bea8f]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/10/28 14:48:11 cd 1.2.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eaccbf6cceeb3dfca1c8538afe86e34db3ed687]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:10 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31bda818c66af60d3185cb712154c92fdded7399]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:28 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:10 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de6015d2d08758bb89549ffc71995be596a0988e]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/11/16 13:10:27 pl 1.6.32.2: #i55991# removed warnings 2005/10/28 14:48:10 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e2a1bab893cdbc9ceb10feacfa3bae609845592]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2005/10/28 14:48:10 cd 1.12.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e539ea23bfb2d356d5d78f47bfe20383cab732d]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:09 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa5782c3bafc3d9d74aa3eac83cc0eb850701b6f]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:09 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [84bf704739bc73472f944fd2aa36a2ca130a3fa6]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:09 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [92245878b2712b5d98b6b40edf9ee0007d860075]

        INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED 2005/10/28 14:48:09 cd 1.6.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08dd89ff4bf72740dfcb921578f09b9c3120f987]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:08 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3127219298e453ce575b935bdf7da986b94b328c]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/11/16 13:10:27 pl 1.4.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f21727fad85c9c98ac60c51a7510ffdf083276b]

        INTEGRATION: CWS warnings01 (1.2.52); FILE MERGED 2006/05/23 15:54:35 sb 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/30 16:25:41 sb 1.2.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bcb71c90c0bb3cd1a44bec99d1d53884ced9fb2]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:07 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f735c0474463bb048e2ec9a3922eaaecc2368ba]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:07 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3dc14c881dfa671fdd27837473631f8a86c58c4]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:07 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [23df3b7e4e5582fc4b195a13436c5bb2b27eaf0c]

        INTEGRATION: CWS warnings01 (1.4.52); FILE MERGED 2006/01/30 16:25:41 sb 1.4.52.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c471a4423c7d40563c29cd20db794ae86fc9bcde]

        INTEGRATION: CWS warnings01 (1.12.32); FILE MERGED 2005/10/28 14:48:07 cd 1.12.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d641fac7f1fe7fb31e1c629f6f60ac9ae097faf]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:06 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e1bf9812d06e84cf57034518e66662bda0a1c7]

        INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/10/28 14:48:06 cd 1.7.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [940217f741d8de8c83ad97af8a345865021d96e4]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/10/28 14:48:05 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe1316606daa83a7f2661a6d85f26310d054dda3]

        INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2006/04/20 14:53:25 sb 1.8.32.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e3650e0265354965b93030099e45b836844334]

        INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED 2005/10/28 14:48:05 cd 1.4.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6690cd3ebfb53d4e5a9ba6b8880c2b866e88459]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 13:10:26 pl 1.2.32.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a1bcf21382609de01fb10a9f4179630805d59c8]

        INTEGRATION: CWS warnings01 (1.2.32); FILE MERGED 2005/11/16 13:10:26 pl 1.2.32.2: #i55991# removed warnings 2005/10/28 14:48:05 cd 1.2.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce45c8e04ab023e59b7a46339b1e0c8468ff3e0b]

        INTEGRATION: CWS warnings01 (1.5.32); FILE MERGED 2005/11/16 13:10:25 pl 1.5.32.2: #i55991# removed warnings 2005/10/28 14:48:04 cd 1.5.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b018ef60c69a4fe5653cf07253a4ef5be563a6fa]

        INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED 2005/10/28 14:48:04 cd 1.3.32.1: #i55991# Warning free code changes for gcc

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2e8dab4a89454e161db4d848a52457bcb6099f6]

        INTEGRATION: CWS warnings01 (1.2.140); FILE MERGED 2006/05/12 16:29:55 sb 1.2.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a120dd67ea4d37f191acf88ee842ac4ccadc75e7]

        INTEGRATION: CWS warnings01 (1.5.140); FILE MERGED 2006/05/12 16:29:55 sb 1.5.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5a47cd86f57d3c0b480cfcb1f5944004beb1db4]

        INTEGRATION: CWS warnings01 (1.4.140); FILE MERGED 2006/05/12 16:29:54 sb 1.4.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddc0eae2e21b1deb730d73f6bb6c79fd1e5bf5b3]

        INTEGRATION: CWS warnings01 (1.20.12); FILE MERGED 2006/05/23 15:50:08 sb 1.20.12.2: RESYNC: (1.20-1.21); FILE MERGED 2006/05/12 16:29:54 sb 1.20.12.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a6310d267269ee4bdf7d4e7344c7bf6f1c3cf5]

        INTEGRATION: CWS warnings01 (1.7.44); FILE MERGED 2006/06/02 07:24:52 sb 1.7.44.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d9e49a821435cef27ad71468cbd344d4b60ea69]

        INTEGRATION: CWS warnings01 (1.11.42); FILE MERGED 2006/05/12 16:29:54 sb 1.11.42.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [100cdd4e2e0e6f9c0082db4e43e37087641a93d0]

        INTEGRATION: CWS warnings01 (1.19.140); FILE MERGED 2006/06/02 10:32:22 sb 1.19.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f44427e61da6f16702da1c9d22ace25140df907]

        INTEGRATION: CWS warnings01 (1.4.140); FILE MERGED 2006/06/02 10:32:22 sb 1.4.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9802a7873f0196217d5578b122db2fa0e600ee2a]

        INTEGRATION: CWS warnings01 (1.8.140); FILE MERGED 2006/06/02 10:32:22 sb 1.8.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [639ee63d049941680b0e6f5e55ba17b01440e4df]

        INTEGRATION: CWS warnings01 (1.14.140); FILE MERGED 2006/06/02 10:32:21 sb 1.14.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a8bd8f1461aa41da40c5f681c170b7727c8309]

        INTEGRATION: CWS warnings01 (1.7.140); FILE MERGED 2006/05/12 16:29:53 sb 1.7.140.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e60e9ea796419f44c2cfbd1b613146ef5420200]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/27 16:03:19 sb 1.3.4.2: #i53898# Made code warning-free. 2005/10/14 11:27:24 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df736f50d7c9980b3af8b54fabd041d0e09c47f8]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/27 16:03:19 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a24db68db7111f685b8ac271d14d277d3a33628]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/14 11:27:24 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d726bace6d406bd472434ecdad122c7e7f8b62]

        INTEGRATION: CWS warnings01 (1.4.6); FILE MERGED 2005/10/14 11:27:23 sb 1.4.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3faaa512b43df93bbfe01e80ea60b5ead94112bd]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 16:01:11 sb 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/10/27 16:03:18 sb 1.3.4.2: #i53898# Made code warning-free. 2005/10/14 11:27:23 sb 1.3.4.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [908ccc5e0a2bc3787c8c6f017d7db8e73ce954b8]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 16:03:18 sb 1.4.8.2: #i53898# Made code warning-free. 2005/10/14 11:27:23 sb 1.4.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43822d41c27b97f77a38fed73642be6ec411e97d]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2006/02/27 09:35:59 sb 1.3.6.3: #i53898# Made code waring-free. 2005/10/27 16:03:17 sb 1.3.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:22 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1183a7dd9bbcbfe0622dd8166ba43025323223b]

        INTEGRATION: CWS warnings01 (1.15.6); FILE MERGED 2006/02/27 09:35:58 sb 1.15.6.3: #i53898# Made code waring-free. 2005/10/27 16:03:17 sb 1.15.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:22 sb 1.15.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0d932cfe80647f3c3bb4f7a93c11baaa502de1f]

        INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED 2006/02/27 09:35:58 sb 1.2.6.3: #i53898# Made code waring-free. 2005/10/27 16:03:16 sb 1.2.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:22 sb 1.2.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [acad55b24c8477c91cc2ab1c66b567b2e43c0577]

        INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED 2005/10/27 16:03:16 sb 1.2.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:21 sb 1.2.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d2918ba5ae939e4c6c6cdafcfa6434c447105f3]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/27 09:35:57 sb 1.2.8.2: #i53898# Made code waring-free. 2005/10/14 11:27:21 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [44653724f45559a6d6009d0e39661252480e5aaf]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/27 16:03:15 sb 1.3.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:21 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e32cfe50b5ec35d4c5fc7cb92f69c58e18c91d31]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/27 16:03:15 sb 1.3.6.2: #i53898# Made code warning-free. 2005/10/14 11:27:20 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d79e3b8018d2f333e49af0036a9d68ee113e70b]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/14 11:27:20 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d1cbb24d4b2b76010360a86aa001c1ceedeef9f]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2006/02/27 09:35:57 sb 1.2.8.2: #i53898# Made code waring-free. 2005/10/14 11:27:19 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45819724bc58b21912ff2cfebd7cf05b87548156]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 16:03:14 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e3ce5c92003c61946555d05c6a836b22aa50a83]

        INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED 2005/10/27 16:03:14 sb 1.4.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2348dc9c13bc31ea5c818225763e74941246eee]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 16:03:13 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c5ac94737a1e3b0b0c0af2fcffe37c3555828d2]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/10/14 11:27:19 sb 1.3.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c957572a2d456b860dffb1a9e38cdcb981af0df7]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 16:03:12 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [31d6637a793bad55aaec46421bcca8a2d95d44bd]

        INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED 2005/10/27 16:03:11 sb 1.2.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a727325e860a0eed05389cd3395446100e0e2dc2]

        INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED 2005/10/27 16:03:10 sb 1.2.8.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9cdc191df9379b557a9ef0edd9edf487a8d4a61]

        INTEGRATION: CWS warnings01 (1.25.6); FILE MERGED 2005/11/16 16:47:54 pl 1.25.6.3: #i55991# removed warnings 2005/11/07 16:49:39 pl 1.25.6.2: RESYNC: (1.25-1.26); FILE MERGED 2005/10/27 12:10:53 sb 1.25.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9fd495e740b4699a5c206eac02b688cf2540b35]

        INTEGRATION: CWS warnings01 (1.12.6); FILE MERGED 2005/11/16 16:47:54 pl 1.12.6.2: #i55991# removed warnings 2005/10/27 12:10:53 sb 1.12.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cd628a40e4b526e2a5552d7b9b97900c3557f36]

        INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED 2005/10/27 12:10:52 sb 1.3.6.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4105b8cac93c4bb8e3142de5d31d1502a65999c9]

        INTEGRATION: CWS warnings01 (1.5.18); FILE MERGED 2005/09/23 14:45:37 sb 1.5.18.1: #i53898# Stricter error checking in idlc revealed an illegal use of an integral constant.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [358efb41e589b8ffd869fb2dae80a838515babd1]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2006/04/07 15:31:07 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/25 08:25:59 cl 1.3.4.1: fixed solaris compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c523bf2df510e1f9987f6e24d595ccb1a74819c9]

        INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED 2005/10/25 08:25:58 cl 1.3.4.1: fixed solaris compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e64837443e3f32f26bc91477d16281978a66db61]

        INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED 2005/11/09 16:40:31 pl 1.3.8.5: #i53898# removed warnings 2005/10/25 08:25:58 cl 1.3.8.4: fixed solaris compiler warnings 2005/09/22 15:46:18 sb 1.3.8.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/06 08:33:43 cl 1.3.8.2: #i53898# removed compiler warnings 2005/09/06 08:11:37 cl 1.3.8.1: #i53898# removed compiler warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a260904bdf55de34d7487b05ee4ca8133af97bf5]

        INTEGRATION: CWS warnings01 (1.8.146); FILE MERGED 2006/04/07 15:30:55 sb 1.8.146.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/08 17:43:47 pl 1.8.146.3: #i53898# removed warnings 2005/09/22 15:41:22 sb 1.8.146.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/31 16:24:57 sb 1.8.146.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d924416d27227ad6b5689a4259e5d06addb54ca6]

        INTEGRATION: CWS warnings01 (1.10.46); FILE MERGED 2005/11/28 16:39:57 sb 1.10.46.5: #i53898# Made code warning-free. 2005/10/28 13:55:25 sb 1.10.46.4: #i53898# Fixed previous modification. 2005/09/22 15:40:29 sb 1.10.46.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/07 11:05:32 sb 1.10.46.2: #i53898# Made code warning-free. 2005/08/31 16:24:57 sb 1.10.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4024d807f832fea0d7ac3afed73fa5d8f7b88bad]

        INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2005/09/22 15:40:16 sb 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/07 11:05:31 sb 1.5.60.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [47ad962b84044891943c5a8971c687573f0613ff]

        INTEGRATION: CWS warnings01 (1.21.88); FILE MERGED 2005/09/22 15:40:03 sb 1.21.88.4: RESYNC: (1.21-1.22); FILE MERGED 2005/09/07 11:05:31 sb 1.21.88.3: #i53898# Made code warning-free. 2005/09/01 11:27:21 sb 1.21.88.2: #i53898# Made code warning-free. 2005/08/31 16:24:56 sb 1.21.88.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [36bcfd23daa52d4746361d5d5f3bbf675469b8b8]

        INTEGRATION: CWS warnings01 (1.36.132); FILE MERGED 2005/11/28 16:39:56 sb 1.36.132.4: #i53898# Made code warning-free. 2005/09/22 15:39:44 sb 1.36.132.3: RESYNC: (1.36-1.37); FILE MERGED 2005/09/07 11:05:31 sb 1.36.132.2: #i53898# Made code warning-free. 2005/08/31 16:24:56 sb 1.36.132.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a29b5070c3f05ce921c745e0e8965a792294b0cf]

        INTEGRATION: CWS warnings01 (1.12.74); FILE MERGED 2005/09/22 15:39:27 sb 1.12.74.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/07 11:05:30 sb 1.12.74.2: #i53898# Made code warning-free. 2005/08/31 16:24:56 sb 1.12.74.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f44758c634b22014ffcd1935e6be33ee0a6caf1]

        INTEGRATION: CWS warnings01 (1.7.42); FILE MERGED 2005/09/22 15:38:58 sb 1.7.42.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 11:05:30 sb 1.7.42.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e2788de199673892f53045aa2b919253341fb8d]

        INTEGRATION: CWS warnings01 (1.13.60); FILE MERGED 2005/09/22 15:38:47 sb 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/07 11:05:30 sb 1.13.60.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d7a4f1efb46327e3126804f662e1cf43e5a6f8]

        INTEGRATION: CWS warnings01 (1.1.190); FILE MERGED 2005/09/22 15:38:35 sb 1.1.190.3: RESYNC: (1.1-1.2); FILE MERGED 2005/09/07 11:05:29 sb 1.1.190.2: #i53898# Made code warning-free. 2005/08/31 16:24:56 sb 1.1.190.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25c1a55e3fe05ea80705c6749627f41494e402a2]

        INTEGRATION: CWS warnings01 (1.14.46); FILE MERGED 2006/04/07 15:30:35 sb 1.14.46.4: RESYNC: (1.15-1.16); FILE MERGED 2005/11/28 16:39:56 sb 1.14.46.3: #i53898# Made code warning-free. 2005/09/22 15:38:00 sb 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/07 11:05:29 sb 1.14.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fd911719104984bbc973a19cfeadcd91077d88a]

        INTEGRATION: CWS warnings01 (1.22.58); FILE MERGED 2006/05/23 15:30:17 sb 1.22.58.4: RESYNC: (1.23-1.24); FILE MERGED 2005/09/22 15:37:48 sb 1.22.58.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/07 11:05:29 sb 1.22.58.2: #i53898# Made code warning-free. 2005/08/31 16:24:55 sb 1.22.58.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0764015741991302a9a307e5f98971253d7e615f]

        INTEGRATION: CWS warnings01 (1.6.46); FILE MERGED 2006/01/25 17:10:25 sb 1.6.46.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/22 15:37:37 sb 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/07 11:05:29 sb 1.6.46.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [49f853ffd7c4e93ae7f7740d8f4c0c8d8995f7c2]

        INTEGRATION: CWS warnings01 (1.26.30); FILE MERGED 2005/11/28 16:39:56 sb 1.26.30.3: #i53898# Made code warning-free. 2005/09/22 15:37:25 sb 1.26.30.2: RESYNC: (1.26-1.27); FILE MERGED 2005/09/07 11:05:28 sb 1.26.30.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f6297e7f288ca59415df7226c28f32396bbd759]

        INTEGRATION: CWS warnings01 (1.12.4); FILE MERGED 2005/11/28 16:39:56 sb 1.12.4.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b2ea30bf026bb221f7bc50f4edbf501418f32c2]

        INTEGRATION: CWS warnings01 (1.21.20); FILE MERGED 2006/04/07 15:30:23 sb 1.21.20.4: RESYNC: (1.23-1.24); FILE MERGED 2006/01/25 17:10:17 sb 1.21.20.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/22 15:36:38 sb 1.21.20.2: RESYNC: (1.21-1.22); FILE MERGED 2005/09/07 11:05:28 sb 1.21.20.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6e8ce32d3a3302d0bd088d8a560d7350a7b27e]

        INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED 2005/11/28 16:39:55 sb 1.7.4.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c175daddf67008511a3f7231b2ac7fe4c4e83f6]

        INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED 2006/06/09 08:07:25 sb 1.6.4.1: #136650# Fixed private, non-defined copy ctor and assignment op of OWeakAggObject (which took parameters of wrong type, probably copied from some other class definition).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [654b79bbd06dc15d5b895ec1096610be0f4d46f1]

        INTEGRATION: CWS warnings01 (1.7.164); FILE MERGED 2005/11/08 17:43:46 pl 1.7.164.3: #i53898# removed warnings 2005/09/22 15:34:40 sb 1.7.164.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 11:05:27 sb 1.7.164.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [66b205e55f5c1868f4731e434a2044acc4d2983a]

        INTEGRATION: CWS warnings01 (1.5.34); FILE MERGED 2005/09/22 15:33:51 sb 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/07 11:05:27 sb 1.5.34.1: #i53898# Made code warning-free.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b61068412a5397b0ad0e181490df0ba49ebbbcfd]

        INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/28 16:39:55 sb 1.10.30.3: #i53898# Made code warning-free. 2005/09/22 15:32:20 sb 1.10.30.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/31 16:24:43 sb 1.10.30.1: #i53898# Suppress warning about virtual functions but non-virtual destructor (the dtor cannot be made virtual, as that would break the published API of cppuhelper).

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1fcdb036b87f9bbc9120b002d7e86f92d7234af]

        INTEGRATION: CWS warnings01 (1.2.2); FILE MERGED 2006/04/07 15:30:11 sb 1.2.2.4: RESYNC: (1.2-1.3); FILE MERGED 2006/02/01 15:15:59 sb 1.2.2.3: #i53898# Globally disabled -Wnon-virtual-dtor for unxlngi6. 2005/11/28 16:39:55 sb 1.2.2.2: #i53898# Made code warning-free. 2005/11/08 17:43:46 pl 1.2.2.1: #i53898# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc3dadf6cf6e46090507c0157b54087b841bfeb]

        INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED 2006/03/10 15:38:16 sb 1.5.4.3: #i53898# Made code warning-free. 2005/11/30 16:09:39 sb 1.5.4.2: #i53898# Made code warning-free. 2005/11/10 14:18:11 pl 1.5.4.1: #i55991# removed warnings

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [19b14f6175295b30a927de9dcac28decdb271655]

        INTEGRATION: CWS warnings01 (1.12.2); FILE MERGED 2005/11/09 20:54:26 sb 1.12.2.1: #i53898# Avoid warnings about name hiding from template code, when instantiated for certain class arguments.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d727bcd08936a3836917bb6ded9a9b20b94c9e]

        INTEGRATION: CWS warnings01 (1.12.2); FILE MERGED 2005/11/09 20:54:25 sb 1.12.2.1: #i53898# Avoid warnings about name hiding from template code, when instantiated for certain class arguments.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fa87b0a71ac05e54cf175d3fc1ff546343a4f7b]

        INTEGRATION: CWS warnings01 (1.12.2); FILE MERGED 2005/11/09 20:54:24 sb 1.12.2.1: #i53898# Avoid warnings about name hiding from template code, when instantiated for certain class arguments.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [10f2af6f784becb65eb9a70cdf6cb553d685af06]

        INTEGRATION: CWS warnings01 (1.12.2); FILE MERGED 2005/11/09 20:54:23 sb 1.12.2.1: #i53898# Avoid warnings about name hiding from template code, when instantiated for certain class arguments.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34d1242aa11ce75005280accda4027f0c27c890f]

        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>  [c9de680ddc95077bb67fbfbf3ca1c913ca5d1269]

        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>  [ee6de8dc6d689e1120cbdb5ba42cfd1054f75f7f]

        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>  [121562efc84689cf1c4497ed6328adf95b4e7aa4]

        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>  [4f9b80768b93d2899661ab3f11da76735a79316a]

        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>  [824a305904360aae7090837ffadf5d491b69b93d]

        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>  [2496184ad54c2d4707d9342dd03d302a52c88eac]

        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>  [b8545336f45941e52309d567c327b10662eb9336]

        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>  [cb550cc4aef3544ef7343c94e9a6417ba5b81784]

        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>  [8405a92437ff43be858bb139a2e79df17e8593a8]

        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>  [caeb66895e5f36ff87c5cb0da6383b6b0488fee4]

        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>  [df61c0c989a2cfde041a9e928888f667f56d55c6]

        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>  [b0ab30900a5d5502a97c5dcf37ff0bd5d8024e52]

        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>  [2d724267bb2952f1c10fd34016ec5769b038e1b0]

        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>  [cf19606f65a28036d7af678fd701e66c4f04a0b6]

        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>  [51543770e7b7a8d1b656f6d154fcf46251abaa3a]

        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>  [1a6b1ff712951c282bd95b85f5c8c6617b6602d2]

        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>  [8d815614355a0c96c673f39a75c22f9356c18353]

        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>  [7add84e3c9e665c47db3f038b4303195de40540a]

        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>  [fe10d4714b00fedc1416b346d321c8371c98e088]

        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>  [0d49d7681f5949eb0b63d473ec7dde34e9b149f3]

        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>  [0827f2c2123f680b852a2af08c75b9a0badc2133]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [aacefa223bca81a3bf6da94e9cfe197812a17561]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2005/12/22 14:40:54 ab 1.3.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [275ed76d0a3ac33c4b8a567306deb5ff6e926c9e]

        INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED 2005/12/22 14:40:54 ab 1.6.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e79c206e9e5630ece0293ee2de205fb0cd8a553f]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2005/12/22 14:40:53 ab 1.7.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3b27f1b51afb3122f8032e5bf35ee3905af138a]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2005/12/22 14:40:53 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8459f318fce6b833e7cf368f571562f3b40adf3]

        INTEGRATION: CWS warnings01 (1.12.14); FILE MERGED 2005/12/22 14:40:53 ab 1.12.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5d97ef423f91d40a0aa3cfe47317af0799613ad]

        INTEGRATION: CWS warnings01 (1.18.14); FILE MERGED 2006/01/06 08:58:27 ab 1.18.14.2: #i53898# Removed warnings for unxsols4/unxsols4.pro 2005/12/22 14:40:52 ab 1.18.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f3eb36ffa096f85b07d2febb46b51c201e313e]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/12/22 14:40:52 ab 1.4.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd9afb64e7fa1f4b14d6d55fdb451e415a44c3bb]

        INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED 2005/12/22 14:40:51 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f380cf06c4a79b5e2c339f0ea5aaeba67c548f73]

        INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2005/12/22 14:40:51 ab 1.8.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c62f7d4b11903f28c67f3eff0f5cf42e37baecfe]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2006/01/06 08:58:26 ab 1.7.14.1: #i53898# Removed warnings for unxsols4/unxsols4.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3095c9d46393b45cf1e73d131a1b5e67a22280aa]

        INTEGRATION: CWS warnings01 (1.24.10); FILE MERGED 2005/12/22 14:40:50 ab 1.24.10.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86a13a247d207b01919ed546811144092b945984]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/01/06 08:58:25 ab 1.4.14.1: #i53898# Removed warnings for unxsols4/unxsols4.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bc037dd455286049d2ede3f388d6cfdaba000db]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2005/12/22 14:40:49 ab 1.7.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bb222cd3bc3ca8ffffed3b5e221085e6998947c]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2005/12/22 14:40:48 ab 1.5.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4c73363160c4e24aec76b74217785ee17641621]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2005/12/22 14:40:48 ab 1.7.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [388826382f3604af6c29e98d48585f006bd972eb]

        INTEGRATION: CWS warnings01 (1.11.14); FILE MERGED 2005/12/22 14:40:47 ab 1.11.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [671d22add5821401360136447e2a640664865cee]

        INTEGRATION: CWS warnings01 (1.17.14); FILE MERGED 2005/12/22 14:40:47 ab 1.17.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7106e290865d0eaabbf2795d70a583ea09055535]

        INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED 2005/12/22 14:40:47 ab 1.10.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [824e0563d56765ed67c3a21ea85ccf88755ba1ac]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 15:00:06 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4802690cb7cf740ae03989bb27413c4b97de461b]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/20 15:00:06 sb 1.4.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [af56c1d7c79a04ea8e9771362e5861c936d960d3]

        INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED 2006/04/20 15:00:05 sb 1.4.2.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d772af6c4d97dccd83f05160dab73cf0a87ad50]

        INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2006/04/20 15:00:05 sb 1.4.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8227c90bf167cfc93bf6dd47ce2f8cd5ce624fbe]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 15:00:05 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9ddeac4fc29f4df8ed23f45df746ea0c9c35e9]

        INTEGRATION: CWS warnings01 (1.4.16); FILE MERGED 2006/04/20 15:00:04 sb 1.4.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c87f31b6103935299befd54ebc2de93f0c938119]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/20 15:00:04 sb 1.4.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c4532be93a9feabe1bf7f390f0885e6a0dab638]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/20 15:00:04 sb 1.3.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [507a9a6a7665b404ee4efde6253e4b2bcda728b2]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/20 15:00:03 sb 1.3.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bedb71a558a00e29aaa663822a7d045dd57fb4ff]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 15:00:03 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b41c0e7b96a8cec07d572973e85a6b2e433837b]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/04/20 15:00:02 sb 1.2.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ada821fe5ee48f16e3951ecd505fb7c3619249a1]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 15:00:02 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f36d9b347ddc4fa000644546439c857389308aa]

        INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED 2006/04/20 15:00:02 sb 1.3.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8073d94621a5dc5d4c4fcf09dadee484db6043db]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 15:00:01 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [060eb3f44b12574090ad7dc0589aa7cbf942bea9]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2006/04/20 15:00:01 sb 1.2.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ed69ede26cfcaf86307bcb0019375d6be1d5379]

        INTEGRATION: CWS warnings01 (1.2.14); FILE MERGED 2006/04/20 15:00:01 sb 1.2.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ea760c1bd4322f09e366aac48c05790afc1b608]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2005/10/26 11:16:10 sb 1.4.14.1: #i53898# Adapted to modified INetURLObject::translateToInternal.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fb77a19f541bb2ad3a575616018eeb6a7f8126c]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2006/04/20 15:00:00 sb 1.2.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bf450d97f531fd21c2a8ed63cfac800c8a57b1b]

        INTEGRATION: CWS warnings01 (1.4.14); FILE MERGED 2006/04/20 15:00:00 sb 1.4.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1faf806b45836bc331beaab091b86436893920ce]

        INTEGRATION: CWS warnings01 (1.7.14); FILE MERGED 2006/05/23 15:05:59 sb 1.7.14.2: RESYNC: (1.7-1.8); FILE MERGED 2006/04/20 15:00:00 sb 1.7.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9164364b5cf758883ff2c854bc1bdb303926feee]

        INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED 2006/04/20 14:59:59 sb 1.5.14.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebf78575e5eb7d8b090821fb1e605d9d6887a63c]

        INTEGRATION: CWS warnings01 (1.7.2); FILE MERGED 2006/04/20 14:59:59 sb 1.7.2.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [858c27e1a0e87f656a1fe3311e06050b0a867150]

        INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED 2006/04/20 14:59:59 sb 1.3.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4000b462d3ce65408354be33b9415506ac4c2145]

        INTEGRATION: CWS warnings01 (1.2.16); FILE MERGED 2006/04/20 14:59:57 sb 1.2.16.1: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.

2006-06-19  Thomas Lange  <tl@openoffice.org>  [2cd8591f2c7e62db47a4ba6084fa15535a0e9b81]

        #i57572# added missing property descriptions

2006-06-15  Herbert Duerr  <hdu@openoffice.org>  [6e04f4ce60f91b043dc31994f61c1d36890ba72f]

        #i65904# add formats which allow cleaner inits and checks

2006-06-13  Herbert Duerr  <hdu@openoffice.org>  [81e66b889baf01e57b1196886e928132d1064ce1]

        #i65904# get ColorBitmaskOutputMaskFunctor working

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9981681699dcd0f549d0548770d51546bfed938]

        INTEGRATION: CWS maho2 (1.16.40); FILE MERGED 2006/05/18 01:35:19 maho 1.16.40.1: #i64762# include stdint.h for SIZE_MAX

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9bbbeeb526d76b2ea6ea98573d6929c0b395f9]

        INTEGRATION: CWS maho2 (1.7.4); FILE MERGED 2006/04/20 05:01:35 maho 1.7.4.1: #i64442# javaldx does not work as expected if libgcj.so is not java.home/lib

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8be764909e1813a03541ba325bb375183c01e70]

        INTEGRATION: CWS obo06 (1.3.20); FILE MERGED 2006/06/08 15:35:16 obo 1.3.20.1: #i65939# ignore misc/logs directory

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eecfdb1ec578ec9ffddae19bc2d16e6c0cee1c39]

        INTEGRATION: CWS ause057 (1.170.4); FILE MERGED 2006/06/06 14:59:55 hjs 1.170.4.2: RESYNC: (1.170-1.173); FILE MERGED 2006/06/06 14:44:15 hjs 1.170.4.1: #i62048# add lines lost on itegration of ause051

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [42e1e9771aeee1bddbac2100ca87c731b02f806e]

        INTEGRATION: CWS vcl59 (1.25.74); FILE MERGED 2006/05/31 08:40:29 pl 1.25.74.1: #b6412128# patched PPD file

2006-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [725f06537d58aff5494d47af8352a7a414995846]

        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>  [23eabb645a9c223d6227198a5018670ab157b38f]

        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>  [95bfc29c629b67c4f01923d39bd9d4becc20f8f5]

        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>  [aff9ef15486a4dc6ee1d01c21f6fdd018be33a3f]

        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>  [a3ce89cb6012410eda87814c68dd4031adb044fc]

        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>  [15dfcd2c0711151bb05c1d143d2d22a130acfd4a]

        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>  [1124242124334a008e985f814717d51013659625]

        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>  [72f8e0906642f0d0471793185ea706db2fe564f6]

        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>  [cbd48f8a726f6cc8580b892ee2e0acff0e643c24]

        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>  [1791eeb136de4423112acf7f24761a87f9c5b105]

        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>  [25da9d92eaf576c700faa90d46ef50f625ef5304]

        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>  [000d5dda8a01119bd5f126e126e950cf31cdde3e]

        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>  [912463ece3021b1bdab888541c09699d75f98845]

        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>  [64b26b051914d03b29ee347c03ac0f50e6e85f28]

        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>  [a71a393e2c4b498123e4978b434f0aca64ffc085]

        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>  [fb2434c951724c15ecb93e1ce6425494993c26aa]

        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>  [c9e3bd7373ddaab074e412d49f4178f484df2213]

        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>  [4276fcfcbc9f43b87a382b411d637b5de3f96113]

        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>  [b99c233d0940e864cb0d3f4b85c38c6f6db2c537]

        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>  [5a26b12045fb40ba47565a6ab01548db699f4098]

        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>  [20af5ad605aa3c3a3d73fd076f781d7464e3180c]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [8312baf4240ea235a7e38e633a3c11e1fde2c9bb]

        INTEGRATION: CWS ause056 (1.8.80); FILE MERGED 2006/06/07 14:06:27 hr 1.8.80.2: #i66155#: improve quoting check 2006/06/07 12:54:18 hr 1.8.80.1: #i66155#: allow quoting of value strings

2006-06-09  Thorsten Behrens  <thb@openoffice.org>  [e067c2aa6f19c66e409aac514e781238868ebfed]

        #i65904# Fixed mask blending; added tests; reworked metafunctions for clip proxy accessors

2006-06-08  Thorsten Behrens  <thb@openoffice.org>  [d2aaa68fd8a2247e8858d9f35fccdf283adfb797]

        #i65904# Added fallback to unclipped methods, should the clip mask be NULL

2006-06-08  Thorsten Behrens  <thb@openoffice.org>  [152471cdc3e3b81fad7053ffc8b25cfb03c9c01f]

        #i65904# Added fallback to unclipped methods, should the clip mask be NULL

2006-06-07  Thorsten Behrens  <thb@openoffice.org>  [76535cd14f67f0c9d2a426d097bae4d965c959e7]

        #i65904# Fixed broken CompositeIterator (was missing a proper copy-const/assignment op); added more tests

2006-06-07  Thorsten Behrens  <thb@openoffice.org>  [4999aa5c72de27ffd28944a2f56d68933ce1ee52]

        #i65904# Finished xor and mask support; corrected Color handling

2006-06-07  Herbert Duerr  <hdu@openoffice.org>  [0ef3a9bf3418c03f350df5f91c9c623018c715cb]

        #i65904# SAl_MAX_UINT8 was right in operator*

2006-06-07  Herbert Duerr  <hdu@openoffice.org>  [aae32238526a0df07e9995bcf21bcba17b959ed6]

        #i65904# fixed operator*, small cleanups

2006-06-06  Thorsten Behrens  <thb@openoffice.org>  [16fd173730f06e0437509ab6dfae339b04b44d48]

        #i65904# Temporarily disabled temporarily

2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [781ee266d8ca9d90e64ce8d0cf4b86f014fd6b83]

        #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  Armin Weiss  <aw@openoffice.org>  [fd28570ff1f54d3bb9879f0650fb0c308b933c44]

        #i39523# added vector- and transformPrimitive

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [81a178af84258a2ab8c66639321bc0fc33b7105f]

        SRC680

2006-06-02  Armin Weiss  <aw@openoffice.org>  [d20e799551390411b32c4d398ea0c473af986a63]

        #i39532# renderers to pixel, own directory

2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [db83a2292b3e75df100bf377c5202b11f423c9d7]

        #i65904# Completed mask support; fixed color difference bug; added more tests

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [4fceb462522a8eb6e4936cd0b84ccfece8a01949]

        INTEGRATION: CWS vgcleanupmacros (1.167.26); FILE MERGED 2006/05/17 11:19:40 vg 1.167.26.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [5d6bcb3f162eae71d2a7fb64a4049d821f6aaa70]

        INTEGRATION: CWS vgcleanupmacros (1.167.26); FILE MERGED 2006/05/17 11:19:40 vg 1.167.26.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [991cc43b4e0319779fa8015236bd4a85a40409ee]

        INTEGRATION: CWS vgcleanupmacros (1.2.134); FILE MERGED 2006/05/17 11:15:44 vg 1.2.134.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [943ea991c0121e4648b898e9fa0c9491bf44e14c]

        INTEGRATION: CWS vgcleanupmacros (1.3.134); FILE MERGED 2006/05/17 11:15:43 vg 1.3.134.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d9a952b4ecb60b6b1cec6192719cabed04b664d6]

        INTEGRATION: CWS vgcleanupmacros (1.4.134); FILE MERGED 2006/05/17 11:15:43 vg 1.4.134.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [8bf9851aaa745a83a223d887b44d0982b110c611]

        INTEGRATION: CWS vgcleanupmacros (1.4.134); FILE MERGED 2006/05/17 11:15:42 vg 1.4.134.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [8afef0b58f51d61a5fb6b420c1d06c855fd4072f]

        INTEGRATION: CWS vgcleanupmacros (1.3.96); FILE MERGED 2006/05/17 11:16:41 vg 1.3.96.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [aba469dc674ec4b465155f23324792e6753b4ac5]

        INTEGRATION: CWS vgcleanupmacros (1.6.408); FILE MERGED 2006/05/17 11:20:39 vg 1.6.408.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [bc9823d3ca3c205daec0bc372d767d8454fff4a7]

        INTEGRATION: CWS vgcleanupmacros (1.6.410); FILE MERGED 2006/05/17 11:20:38 vg 1.6.410.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d74350ca35dd10580f12c5158de5faaacf9994b3]

        INTEGRATION: CWS ause051 (1.6.14); FILE MERGED 2006/05/24 15:32:35 hjs 1.6.14.1: #i65747# added -B switch for the SYSBASE case - helps taking the right libraries

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [332d9cefd83d088b35507c4ad532b7ad7319d568]

        INTEGRATION: CWS ause051 (1.31.34); FILE MERGED 2006/05/15 13:04:44 hjs 1.31.34.1: #i65393# missing dependency, similar cause

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [55b573add1279b40c6fa37cd95027cdf51dfb344]

        INTEGRATION: CWS vgcleanupmacros (1.8.410); FILE MERGED 2006/05/17 11:20:37 vg 1.8.410.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [7cf4802b54c1ec77564e355716d1b52f8c2e44ea]

        INTEGRATION: CWS ause051 (1.12.352); FILE MERGED 2006/05/24 11:57:34 hjs 1.12.352.1: #i65393# fix makefile

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [49fecdbc86741d836053f342696ba97d1816fa60]

        INTEGRATION: CWS ause051 (1.42.42); FILE MERGED 2006/05/24 11:56:04 hjs 1.42.42.1: #i65393# added include

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [bb42c27fce5575eda14886b47232ad0fe5f41f40]

        INTEGRATION: CWS ause051 (1.7.24); FILE MERGED 2006/05/15 13:00:17 hjs 1.7.24.1: #i65393# added stdio.h

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [febaab315b704f9bd595959f5185a5675029d1e7]

        INTEGRATION: CWS ause051 (1.165.20); FILE MERGED 2006/05/23 12:17:42 hjs 1.165.20.2: RESYNC: (1.165-1.168); FILE MERGED 2006/05/04 11:40:45 hjs 1.165.20.1: #i62048# make sure INCLUDE in environment is empty

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c17b7ab2ed8c650b4ea98fafa2f0fca989c9adcb]

        INTEGRATION: CWS ause051 (1.26.16); FILE MERGED 2006/05/24 11:59:20 hjs 1.26.16.1: #i65393# fix makefile

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1ee80e3be2f120116180be826d0fc203c54be8f3]

        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>  [c7e18433e081009ad9016346368a16100b1ce30e]

        INTEGRATION: CWS ause051 (1.23.2); FILE MERGED 2006/05/23 12:08:57 hjs 1.23.2.2: RESYNC: (1.23-1.25); FILE MERGED 2006/05/15 12:58:30 hjs 1.23.2.1: #i65395# added thow statement

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [cf28db13ced40e92cd4c9f51ebdd3794a8f53440]

        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>  [a50d4d7f225c50a00d63b927b9cff9c4eddf4086]

        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>  [3fb6c2c5805bb3f44b2641de9c1a5fbc596fda7a]

        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>  [95d65e4ceeba5dc9ffdcacd6343973ee7ab57f67]

        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>  [df7734844e716ccfe78336566467ec9a63ca5c19]

        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>  [f61f68756f1e3257fd578c6e6d025b5e40681db3]

        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>  [eaf105f947694c29ef9edd9a5f63c5cccdc247cc]

        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>  [022ccda76934149ea35a1a34afe9c252b1f6bf03]

        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>  [36022d4753be32daaf9c8583b002088ab0d615f2]

        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>  [ec6eb378ca5d86e62faa7b33d9d38ea7538f4327]

        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>  [fdbdba165757ec56f1ff3218cd6b59a629bbb75b]

        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>  [eecfdf1eb5e81f8b38b1f46acd3a000fc48e2c48]

        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>  [6b71d9887a8fb7f263cd6130fa79980bb113829a]

        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>  [ab146aabf69a458601f4e0baa0d3bbaabed1370f]

        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>  [0993dcfecd288fc8917db05a6259ba91dd5d2369]

        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>  [e39fd9b2908bfc3d61b257c93e213063004136fe]

        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>  [5a4c0117316a1185440f1058e1acdf7e2502cf81]

        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>  [64b592a3c9387843b68537c962c412b00ea9b611]

        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>  [ccfd255865f4af6b4912292facc5c37aae40f837]

        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>  [9b2e1a97fb1bf8919c2b270434438d2affe79134]

        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>  [0919a61de755b308795ab8896c6e9adce65273e0]

        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>  [8310dbf812a291bd17a26cfac09e13d50c67320b]

        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>  [c7a692723a0665d0b63225bd186a082bb1b6e9f7]

        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>  [5549cc724f66958caecf1f076bfc3b2407d5bd1a]

        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>  [884a6699e44a027f7dad6399b3f083686bcad74c]

        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>  [75871cc5a29083a7e466b5ad1ae3a5de1498a2bc]

        INTEGRATION: CWS vgcleanupmacros (1.103.2); FILE MERGED 2006/05/17 11:04:11 vg 1.103.2.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [16cb40011ecb2e759424a429e0465cc94574229d]

        INTEGRATION: CWS vgcleanupmacros (1.2.126); FILE MERGED 2006/05/17 11:24:06 vg 1.2.126.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d8d56db2e89f82fdede7f51d668de705f5e5ca39]

        INTEGRATION: CWS vgcleanupmacros (1.9.68); FILE MERGED 2006/05/17 11:19:41 vg 1.9.68.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c3d2ddfeb64ef3dca65cf077d4eeb2e33cac78ea]

        INTEGRATION: CWS vgcleanupmacros (1.11.136); FILE MERGED 2006/05/17 11:19:40 vg 1.11.136.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e24c1134533f8a71e19bf9f19ba85d02be0d5c03]

        INTEGRATION: CWS vgcleanupmacros (1.189.6); FILE MERGED 2006/05/17 11:19:40 vg 1.189.6.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [178fd5c390f4c977b0b70a2d91a5b235a752a3a4]

        INTEGRATION: CWS vgcleanupmacros (1.98.46); FILE MERGED 2006/05/23 13:56:48 vg 1.98.46.2: #i65486# cleanup:remove obsolete macros 2006/05/17 11:19:40 vg 1.98.46.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [cd5af85e155ff781c3bfcf16ef48a8bdac6099a9]

        INTEGRATION: CWS vgcleanupmacros (1.54.46); FILE MERGED 2006/05/17 11:19:39 vg 1.54.46.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [8a76fdee8b23397ae457af68258e24b66501e55b]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:23 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1742bd7ad64eb90b5ac029a82c62cae79be2e849]

        INTEGRATION: CWS vgcleanupmacros (1.5.72); FILE MERGED 2006/05/17 11:09:23 vg 1.5.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a862125ba1a5a220aa0c85cbfa77fee191fdebb5]

        INTEGRATION: CWS vgcleanupmacros (1.3.72); FILE MERGED 2006/05/17 11:09:23 vg 1.3.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [e150260baf8c4aac50ce15c7187260bfa6555227]

        INTEGRATION: CWS vgcleanupmacros (1.5.72); FILE MERGED 2006/05/17 11:09:22 vg 1.5.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [69a0c81920af3673e1887b1096cd29bd7c3419ce]

        INTEGRATION: CWS kdesettings (1.32.52); FILE MERGED 2006/04/11 12:34:30 ebischoff 1.32.52.1: #i63557# Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a01583015600eb9abd06673334c8292db13f884f]

        INTEGRATION: CWS kdesettings (1.2.2); FILE ADDED 2006/04/11 12:49:56 ebischoff 1.2.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [adbfbe82d0fee7e8795f1a56f7ace0c7dd928fe1]

        INTEGRATION: CWS vgcleanupmacros (1.3.72); FILE MERGED 2006/05/17 11:09:22 vg 1.3.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [87a8525b0691156cbbfcadbdeb32c2e8e197c64e]

        INTEGRATION: CWS kdesettings (1.3.2); FILE ADDED 2006/04/11 12:49:56 ebischoff 1.3.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [75a97660b271529dcc4c4419e9c4cecd6ef96515]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:22 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [31f5274feb7a1853265271e3075765201cde1a89]

        INTEGRATION: CWS kdesettings (1.19.218); FILE MERGED 2006/04/11 12:34:30 ebischoff 1.19.218.1: #i63557# Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [d5c61164ea1afb21fbce851209b4d38a5d90ede6]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:21 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [fca53d699f81ef4554201dafeda7a33fc76eb391]

        INTEGRATION: CWS vgcleanupmacros (1.3.72); FILE MERGED 2006/05/17 11:09:21 vg 1.3.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [4c032dbb44644fcf74aab256286f8c6cc618453c]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/04/11 12:40:16 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [376f0591af4f14dd92b3c92550a853ae2bc27d0c]

        INTEGRATION: CWS vgcleanupmacros (1.5.16); FILE MERGED 2006/05/17 11:09:21 vg 1.5.16.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c37f491885ee2f0b254f49d49f51b449dd63b85d]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/05/02 13:55:45 ebischoff 1.1.2.4: Commenting out the accessibility stuff because it does not make much sense to enable it without writing a Qt a11y bridge 2006/04/11 14:47:54 ebischoff 1.1.2.3: More secure that way 2006/04/11 12:43:20 ebischoff 1.1.2.2: Ooops 2006/04/11 12:40:15 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [93b7b4588a1b4aeae7bc6418f8d5633b2f6566ff]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/04/11 12:40:15 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [dee306a053acc547abef1b04d35a0f0baefa598e]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:20 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1258fea67ed23a7730f667cb4f0acbe00066dc65]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/05/29 19:50:34 ebischoff 1.1.2.3: Removed useless definition 2006/05/29 15:42:21 ebischoff 1.1.2.2: Simplification based on a suggestion by Kendy 2006/04/11 12:40:15 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [ba464a05fc39af6825fc2f34360f78ba370f2768]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/05/02 13:50:08 ebischoff 1.1.2.2: It's possible to set "Documents" directory in KDE control center 2006/04/11 12:40:14 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [05890d18db00d00708c6685611849dd7e70bed3a]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/04/11 12:40:14 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [c4000ee88a9542ca0f08066d56b4fa640d78e4ef]

        INTEGRATION: CWS vgcleanupmacros (1.5.72); FILE MERGED 2006/05/17 11:09:20 vg 1.5.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [2cbc31de81ac63b7a0a0c095ef87bf50e1427482]

        INTEGRATION: CWS vgcleanupmacros (1.5.72); FILE MERGED 2006/05/17 11:09:19 vg 1.5.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [23c188d34a2e860e528c7fdd5034d91a98414e76]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:19 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [172d85ae0dda208b1b65ef66a924170e11df15e5]

        INTEGRATION: CWS kdesettings (1.1.2); FILE ADDED 2006/04/11 12:40:13 ebischoff 1.1.2.1: Issue #63557 Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a98f4bfc493d084b0087af83345e99bbdf18bde0]

        INTEGRATION: CWS vgcleanupmacros (1.3.70); FILE MERGED 2006/05/17 11:09:19 vg 1.3.70.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [ceecaa60e51102c608f630c56f78e5d84a3092ef]

        INTEGRATION: CWS vgcleanupmacros (1.3.72); FILE MERGED 2006/05/17 11:09:19 vg 1.3.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [fd4b749c5165b4b9c0bc006f4bdaa12ae9969008]

        INTEGRATION: CWS kdesettings (1.5.2); FILE MERGED 2006/05/29 13:47:16 kendy 1.5.2.1: #i63557# Check for desktop environment regardless of lockdown.

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a42181c2f74321b50e63b94d8a7beff8d2798f2d]

        INTEGRATION: CWS kdesettings (1.14.116); FILE MERGED 2006/04/11 12:34:29 ebischoff 1.14.116.1: #i63557# Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [a084b020a9e9309586aa02b50cefca87a7b9f3db]

        INTEGRATION: CWS kdesettings (1.26.38); FILE MERGED 2006/04/11 12:34:29 ebischoff 1.26.38.1: #i63557# Have OOo use KDE system-wide settings

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [7387a677ac14057e79d5dec23368851c3945748e]

        INTEGRATION: CWS vgcleanupmacros (1.4.72); FILE MERGED 2006/05/17 11:09:18 vg 1.4.72.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [1d0697065ffd252861091cd064ff523d037cff57]

        INTEGRATION: CWS vgcleanupmacros (1.2.74); FILE MERGED 2006/05/17 11:09:16 vg 1.2.74.1: #i65486# cleanup:remove obsolete macros

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [75400111a50ce0b4026e7eb73a896ac3c28d6155]

        INTEGRATION: CWS swqbf64 (1.69.16); FILE MERGED 2006/05/17 11:12:05 od 1.69.16.1: #i65250# <SwFrm::mnFrmId> now in general available

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [aeaed2dadc278c397c46b6a40734c90cb6d5f032]

        INTEGRATION: CWS swqbf64 (1.22.154); FILE MERGED 2006/05/17 11:10:21 od 1.22.154.1: #i65250# <SwFrm::mnLastFrmId> now in general available.

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [2df6d7e28ae129b47c46f282c3c04b7e6b99be32]

        INTEGRATION: CWS swqbf64 (1.11.290); FILE MERGED 2006/05/17 11:03:12 od 1.11.290.1: #i65250# class <SwLayouter> 	 - implementation of method <MoveBwdSuppressed(..)> and 	   <ClearMoveBwdLayoutInfo()>

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [af41b7f91f22052d49654d41ae9916d6981db3f6]

        INTEGRATION: CWS swqbf64 (1.54.102); FILE MERGED 2006/05/17 11:06:48 od 1.54.102.1: #i65250# method <SwFlowFrm::MoveBwd(..)> 	 - apply <Move Backward> layout loop control

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [70bbb09596405e2b6ba1035b8f882f8da16bdaf2]

        INTEGRATION: CWS swqbf64 (1.6.336); FILE MERGED 2006/05/19 07:38:12 od 1.6.336.2: #i65250# - correct implementation because of a compiler error under gcc3.4.3 2006/05/17 10:37:46 od 1.6.336.1: #i65250# class <SwLayouter> 	 - extended by methods and data structures for <Move Backward> 	   layout loop control

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [f758fd1f692c7faed018264b04e523c21af2b885]

        INTEGRATION: CWS swqbf64 (1.48.102); FILE MERGED 2006/05/17 10:36:09 od 1.48.102.1: #i65250# class <SwFrm> 	 - member <mnFrmId> now in general available.

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [857f758c5284569ab23306360385ec45d2525d50]

        INTEGRATION: CWS swqbf64 (1.42.146); FILE MERGED 2006/05/17 10:40:07 od 1.42.146.1: #i65250# method <SwDoc::SetModified()> 	 - clear data for <Move Backward> layout actions.

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [9c40913b96269ba553436cdde032c35095aab553]

        INTEGRATION: CWS pmladek01 (1.34.60); FILE MERGED 2006/05/26 13:10:27 cmc 1.34.60.1: #i65361# remove other reference to Rdb_Gengal

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [235e1b6f8a0effae4053199ffbb067b9cf82d389]

        INTEGRATION: CWS pmladek01 (1.156.6); FILE MERGED 2006/05/24 17:33:55 pmladek 1.156.6.1: #i65361# gengal stuff clean up

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [b8ae4f60a182c88c3e1d494217f98d10c02f2334]

        INTEGRATION: CWS pmladek01 (1.4.158); FILE MERGED 2006/05/24 17:33:54 pmladek 1.4.158.1: #i65361# gengal stuff clean up

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [5b280d8be3afaa8d543acd9067178a4a607f4669]

        INTEGRATION: CWS pmladek01 (1.3.368); FILE MERGED 2006/05/24 17:33:54 pmladek 1.3.368.1: #i65361# gengal stuff clean up

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [35f694afba08dad957bbc9396ce999c2432273b9]

        INTEGRATION: CWS pmladek01 (1.4.104); FILE MERGED 2006/05/24 17:33:53 pmladek 1.4.104.1: #i65361# gengal stuff clean up

2006-06-02  Vladimir Glazounov  <vg@openoffice.org>  [143705b6587bff3364897c8f505692af808dcb07]

        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>  [ccc482892c702edbe08d57948b5755f4a3ca90ea]

        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>  [b7d1c39e146dcad05f9129c97a3456aa40375385]

        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>  [72e2b8e11ce1ba63430c469d8050ece89291e439]

        #i65904# Now calculating stride correctly, even for 1bpp mask images

2006-06-02  Thorsten Behrens  <thb@openoffice.org>  [6a4ea42a8fa08a8b1016b1481aea47d2f02705e8]

        #i65904# Made drawBitmap/drawMaskedColor functional; added raw access for palette images

2006-05-31  Thorsten Behrens  <thb@openoffice.org>  [4464e908287241bb3d9d042ea7487050565f0a46]

        #i65904# Initial revision

2006-05-31  Thorsten Behrens  <thb@openoffice.org>  [6a1e36d96fef4e673c45513ae9a6af94b3ac7936]

        #i65904# Corrected license headers, added more tests

2006-05-31  Thorsten Behrens  <thb@openoffice.org>  [ef0bbaaf42d5d1784ab158d1b6b0535459702823]

        #i65904# Initial revision

2006-05-30  Vladimir Glazounov  <vg@openoffice.org>  [c16e3ab6fba4dc9a7217c97b198a801dcca94ee0]

        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  Hans-Joachim Lankenau  <hjs@openoffice.org>  [0a446d1143ad1beb5236691e7079bb1d9edc6d90]

        #i10000# missing type -> missing header

2006-05-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5f6a9c2a87b3dec1fa87c5aa0f1bfeca015ad478]

        #i10000# missing type -> missing header

2006-05-24  Rüdiger Timm  <rt@openoffice.org>  [0f7b1bd70dfa207eb862853fd55b14ca4965365d]

        #i63376# Enabled CUPS printing code for MACOSX (regenerated 'configure' for SRC680 m171 after change of configure.in in CWS macosxcups).

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [0861175d10309c51faeabe9eb2073327431d5743]

        SRC680

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a01696b90155a1cf83d01245597c43ac11284cce]

        INTEGRATION: CWS ause043 (1.23.12); FILE MERGED 2005/11/03 14:53:36 hjs 1.23.12.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [03819425bb6f045dda4c92e115baad52e90a53b0]

        INTEGRATION: CWS ause043 (1.16.12); FILE MERGED 2005/11/03 14:53:36 hjs 1.16.12.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1f2f8b4222fb735930483e7474703199c143f4db]

        INTEGRATION: CWS ause043 (1.6.2); FILE MERGED 2005/11/03 14:53:35 hjs 1.6.2.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9ceff75c178538b7f181a6800202dd53a7fba2a3]

        INTEGRATION: CWS ause043 (1.4.12); FILE MERGED 2005/11/03 14:53:35 hjs 1.4.12.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1d6904ef443f7be6c4317b392b144dd23673157e]

        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>  [abf53ebe03c44b08d300b73a696dfe9c9039319f]

        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>  [4496059320f9df50db9abb601b916e6fe1f39301]

        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>  [1e0b313dca76187d6af6663ea6ab1553d107d9a4]

        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>  [baf47cd61a61946ecf64258975f36d47ca8c4694]

        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>  [cb532ceba88310b54b78a1e9b4761523cdf69790]

        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>  [bf6ac3de7a753ddf59f4f15bf10aee8993901f45]

        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>  [cbf5bbcfd023995c0990f2922f6809e5aec2b138]

        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>  [47ba146221ca3f3117cdfdc94990f94e04a857e4]

        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>  [a6a24b67c927da8f24a83a542e4afa168bff62e0]

        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>  [aecb9129e44fcfb9e25f9ace3ae09497e4862075]

        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>  [302a00f404e04e814081f6a2f3a39d41091ef314]

        INTEGRATION: CWS ause043 (1.8.60); FILE MERGED 2005/11/02 17:32:25 hjs 1.8.60.1: #i56702# not local generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2130ab0b24d0b8dcd0e3d154c0f87977d8a08770]

        INTEGRATION: CWS ause043 (1.12.6); FILE MERGED 2005/11/15 16:14:28 hjs 1.12.6.2: #i56702# set NO_OFFUH to check for completeness 2005/11/03 16:08:21 hjs 1.12.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [6de41a02c1e1c137661d95662264e97cc534bcc7]

        INTEGRATION: CWS ause043 (1.5.6); FILE MERGED 2005/11/15 16:14:27 hjs 1.5.6.2: #i56702# set NO_OFFUH to check for completeness 2005/11/03 16:08:20 hjs 1.5.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d3ae63371c25ca63c645b1c2a17ea6452e5a978a]

        INTEGRATION: CWS ause043 (1.15.6); FILE MERGED 2005/11/15 16:14:27 hjs 1.15.6.2: #i56702# set NO_OFFUH to check for completeness 2005/11/03 16:08:19 hjs 1.15.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [725eb40b0559aadd322ab1683c3473e7627fca5c]

        INTEGRATION: CWS ause043 (1.15.12); FILE MERGED 2006/03/10 10:55:45 hjs 1.15.12.2: #i56702# added missing type 2005/11/16 15:21:41 hjs 1.15.12.1: #i56702# added missing types

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8a4b23f7a0b9eed45d6eba55d0b286093dd39f12]

        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>  [9eb8a1b2248489b7992ea5d3b79ef04afbc3b84a]

        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>  [65f8bcd1deb9c27a238e924b06336c02d842075d]

        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>  [4fb4670a2246e32e2bb12217fc4751ba34eeaafb]

        INTEGRATION: CWS ause043 (1.20.4); FILE MERGED 2006/05/15 15:51:21 hjs 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2005/10/31 16:56:04 hjs 1.20.4.1: #i56702# remove unneeded UNOTYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [386e3003ae8f962298e9368f37c88a249d0d6424]

        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>  [3b37c70cfeaede71752f9343963ee998f5b8c8cb]

        INTEGRATION: CWS ause043 (1.5.26); FILE MERGED 2005/11/07 15:27:23 hjs 1.5.26.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [cfed364c41158948acc4dfc941dec4afea38fd29]

        INTEGRATION: CWS ause043 (1.9.6); FILE MERGED 2005/11/04 12:04:33 hjs 1.9.6.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [50c84bcaf083a05466b9b145d48f57960c264ab7]

        INTEGRATION: CWS ause043 (1.22.40); FILE MERGED 2005/10/31 12:39:30 hjs 1.22.40.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c5b236e1c06acd1a6cf03a20999f7b0a2250dd44]

        INTEGRATION: CWS ause043 (1.25.40); FILE MERGED 2005/10/31 12:39:30 hjs 1.25.40.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [0e62b17d1f2d5c4a2e9d9392efe911e4a955aac7]

        INTEGRATION: CWS ause043 (1.5.28); FILE MERGED 2005/10/31 12:36:39 hjs 1.5.28.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [82bc2bf6628b05511f928f0c731374cb598efe4f]

        INTEGRATION: CWS ause043 (1.5.60); FILE MERGED 2006/05/15 15:06:56 hjs 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/08 11:30:22 hjs 1.5.60.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5f5dc2ced6663696a5f439f779831fd22cfa3df8]

        INTEGRATION: CWS ause043 (1.3.60); FILE MERGED 2005/11/08 11:30:22 hjs 1.3.60.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a6a0cc0a2a197cbc1f74e87e1b97907a1731eb5c]

        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>  [46e0d48f5c4ef59fe719a9215a18ec2e39b6438c]

        INTEGRATION: CWS ause043 (1.16.8); FILE MERGED 2005/11/04 13:01:11 hjs 1.16.8.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [63e14deb44dc3d92a21dee5308e0dd69402c9441]

        INTEGRATION: CWS ause043 (1.160.2); FILE MERGED 2006/05/15 14:22:54 hjs 1.160.2.5: RESYNC: (1.162-1.167); FILE MERGED 2005/12/22 13:54:30 hjs 1.160.2.4: RESYNC: (1.160-1.162); FILE MERGED 2005/11/15 16:19:35 hjs 1.160.2.3: #i56702# simplify check for adding offuh subdir to includes 2005/10/31 16:54:38 hjs 1.160.2.2: #i56702# handle the various ways NOT to declare a bootstrap service 2005/10/31 16:39:15 hjs 1.160.2.1: #i56702# hide offuh header from bootstrap components

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [68eb0a85331c86aa36737a27e28e9491fe7fcad9]

        INTEGRATION: CWS ause043 (1.176.68); FILE MERGED 2006/05/15 14:22:31 hjs 1.176.68.5: RESYNC: (1.186-1.189); FILE MERGED 2006/03/02 15:35:18 hjs 1.176.68.4: RESYNC: (1.180-1.186); FILE MERGED 2005/12/22 13:54:15 hjs 1.176.68.3: RESYNC: (1.176-1.180); FILE MERGED 2005/11/15 16:18:33 hjs 1.176.68.2: #i56702# use variable just set to add to INCPRE 2005/10/31 16:38:26 hjs 1.176.68.1: #i56702# change defautlt cppumaker destination dir

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [94ae180d89912f4192d2e09e2c3e6cd8d354d198]

        INTEGRATION: CWS ause043 (1.4.52); FILE MERGED 2005/10/31 11:40:32 hjs 1.4.52.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5a24ad10d28f9029560e7e40ddcf083d70c2314a]

        INTEGRATION: CWS ause043 (1.8.52); FILE MERGED 2005/11/08 11:29:10 hjs 1.8.52.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [12e4554af1f95fa52944427ce6aab086853b9b40]

        INTEGRATION: CWS ause043 (1.6.52); FILE MERGED 2005/10/31 11:40:31 hjs 1.6.52.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4e80101d76da6bc86be7b50da00d7bc267d09f4d]

        INTEGRATION: CWS ause043 (1.4.52); FILE MERGED 2005/10/31 11:40:31 hjs 1.4.52.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8ee24aa98c03c3e535e0f2f9f6330e11745a4e33]

        INTEGRATION: CWS ause043 (1.11.50); FILE MERGED 2005/10/31 11:40:30 hjs 1.11.50.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [e5de9017a78912722bc7f9fb2acac0fe8c7a1e4a]

        INTEGRATION: CWS ause043 (1.4.52); FILE MERGED 2005/10/31 11:40:30 hjs 1.4.52.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [0bfb891b50fdcc7f5d877a9d91242a38951b61b9]

        INTEGRATION: CWS ause043 (1.5.4); FILE MERGED 2005/10/31 11:59:19 hjs 1.5.4.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d9c49abea4e1b68364b004c714aecd0664d6d63f]

        INTEGRATION: CWS ause043 (1.3.42); FILE MERGED 2005/10/31 11:59:18 hjs 1.3.42.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [788d1bb5dca5ac2d760a92b9c138a9b8cd49ccbf]

        INTEGRATION: CWS ause043 (1.10.128); FILE MERGED 2005/12/22 13:26:42 hjs 1.10.128.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/02 17:31:15 hjs 1.10.128.1: #i56702# not local generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9dce756025ba202c0db0029cfd2958aa3769ef94]

        INTEGRATION: CWS ause043 (1.16.8); FILE MERGED 2006/05/15 12:58:29 hjs 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/04 13:09:13 hjs 1.16.8.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8fbd2a404bacda686b976562d7681afb43a5bee9]

        INTEGRATION: CWS ause043 (1.25.28); FILE MERGED 2006/05/15 12:44:19 hjs 1.25.28.3: RESYNC: (1.27-1.29); FILE MERGED 2006/03/02 14:14:11 hjs 1.25.28.2: RESYNC: (1.25-1.27); FILE MERGED 2005/11/03 11:18:28 hjs 1.25.28.1: #i56702# remove local header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8520d12318b41d5c8360b80e321bd49db057a80f]

        INTEGRATION: CWS ause043 (1.12.4); FILE MERGED 2006/05/15 12:41:59 hjs 1.12.4.6: RESYNC: (1.14-1.15); FILE MERGED 2006/03/02 14:12:19 hjs 1.12.4.5: RESYNC: (1.13-1.14); FILE MERGED 2005/12/22 13:14:18 hjs 1.12.4.4: RESYNC: (1.12-1.13); FILE MERGED 2005/11/16 14:14:54 hjs 1.12.4.3: #i56702# added missing types 2005/11/15 16:13:55 hjs 1.12.4.2: #i56702# set NO_OFFUH to check completeness 2005/11/09 12:54:21 hjs 1.12.4.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [cc07b296fe79fc38149d75e1d4b524177948f077]

        INTEGRATION: CWS ause043 (1.10.4); FILE MERGED 2006/05/15 12:42:28 hjs 1.10.4.4: RESYNC: (1.10-1.11); FILE MERGED 2005/11/16 14:15:28 hjs 1.10.4.3: #i56702# added missing types 2005/11/15 16:13:52 hjs 1.10.4.2: #i56702# set NO_OFFUH to check completeness 2005/11/09 12:54:21 hjs 1.10.4.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9742259f6fa72aac615b57b054a37f2319ffc240]

        INTEGRATION: CWS ause043 (1.4.22); FILE MERGED 2005/10/31 17:17:20 hjs 1.4.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5bbdf71af055e2786ff240352110b274a101aa33]

        INTEGRATION: CWS ause043 (1.4.22); FILE MERGED 2005/10/31 17:17:17 hjs 1.4.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b0ec32879698e730a17b0eddf255db7511e67769]

        INTEGRATION: CWS ause043 (1.8.22); FILE MERGED 2005/10/31 17:17:16 hjs 1.8.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [e16f4d25f01d057db21347bc69b7c86041bf1645]

        INTEGRATION: CWS ause043 (1.5.22); FILE MERGED 2005/10/31 17:17:16 hjs 1.5.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [53726f52fd84f21a91d536c5e68ea63ddb5c6dd4]

        INTEGRATION: CWS ause043 (1.3.22); FILE MERGED 2005/10/31 17:17:15 hjs 1.3.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [3e201448e8f88f966fad5adf5fe0d8de1ad2a3b8]

        INTEGRATION: CWS ause043 (1.5.22); FILE MERGED 2005/10/31 17:17:15 hjs 1.5.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b3fbcce20d648ea8ab521833d494aa21aa9844af]

        INTEGRATION: CWS ause043 (1.12.22); FILE MERGED 2006/05/15 12:36:38 hjs 1.12.22.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/31 17:17:15 hjs 1.12.22.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1c7b13b1214f8c3927853297a2cff86aacd2644e]

        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>  [8cd719d683b77c8610ab5bbb3d6de090dae25413]

        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>  [b8ec049565be9f0935e8c036de8a0ba594de387a]

        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>  [78a494559003018dc7a56ed4c1d09557caffd0db]

        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>  [61e523d15e516cd19802884ae71d863dbbf1625d]

        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>  [18b919dd05ff5c1b23a9d6eb50ada05d23429a87]

        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>  [00a5a9172190c3380401816e298fffc24521dbf8]

        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>  [bc435c95a47177b31dbadf6892e5822791161939]

        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>  [a9d5a7da96dfae6e7abc44ed069506e8168590b6]

        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>  [e0e3520b94cd4e530d53940369deca7997becd8a]

        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>  [a5eef50ae037da0e479cf17399300611eff814fc]

        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>  [dbd17ff39ffc524fc144161765809f21d66d5132]

        INTEGRATION: CWS ause043 (1.9.6); FILE MERGED 2005/11/09 13:28:21 hjs 1.9.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f570a8010398e4eb637e6e6152d1d3a6093b80f7]

        INTEGRATION: CWS ause043 (1.10.6); FILE MERGED 2005/11/09 13:28:21 hjs 1.10.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ba1bd7feb71e531895f4b8bc83f77ca1d59f87af]

        INTEGRATION: CWS ause043 (1.9.6); FILE MERGED 2005/11/15 16:13:15 hjs 1.9.6.2: #i56702# set NO_OFFUH to check completeness 2005/11/09 13:28:20 hjs 1.9.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [49391e2a851d57a533d5e598b7038d5548178286]

        INTEGRATION: CWS ause043 (1.7.6); FILE MERGED 2005/11/09 13:28:20 hjs 1.7.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d7ab90f5b1447c90f3074a77d873484fc3370efe]

        INTEGRATION: CWS ause043 (1.6.6); FILE MERGED 2005/11/09 13:28:19 hjs 1.6.6.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c67ac5bea9e671bac75066b79e22640b041af809]

        INTEGRATION: CWS ause043 (1.5.110); FILE MERGED 2005/11/02 17:34:10 hjs 1.5.110.1: #i56702# fixed dependencies

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [15b4ff2ce1d38c080970ce25d1ffb17c8832b141]

        INTEGRATION: CWS ause043 (1.11.6); FILE MERGED 2005/10/31 12:33:58 hjs 1.11.6.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [45a930f56dc3ce8ccce41284381358da62609584]

        INTEGRATION: CWS ause043 (1.13.6); FILE MERGED 2005/10/31 12:33:56 hjs 1.13.6.1: #i56702# remove unneeded UNOITYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f846c2b25086cb7586b5988c1a04c32fe3b7516e]

        INTEGRATION: CWS ause043 (1.8.6); FILE MERGED 2005/11/03 11:20:53 hjs 1.8.6.1: #i56702# remove local header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9b6711d1f217e59854957ebf2fcdad12430a4697]

        INTEGRATION: CWS swqbf63 (1.45.100); FILE MERGED 2006/05/08 11:09:02 od 1.45.100.2: #i61435# method <SwSectionFrm::Format(..)> 	 - no formatting of content of columned section, if upper frame 	   has a height <= 0. 2006/05/08 10:22:52 od 1.45.100.1: #i59789# method <ExtraFormatToPositionObjs::FormatSectionToPositionObjs() 	 - no extra format to position anchored object for too narrow 	   section frame.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d0b324e9564a1a31cc0685833534f5ab469e20cd]

        INTEGRATION: CWS swqbf63 (1.89.90); FILE MERGED 2006/05/08 11:44:23 od 1.89.90.1: #i61999# method <SwFrmNotify::~SwFrmNotify()> 	 - no invalidation of columned text frame with automatic width.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4a15f93417704117a98d833817a19e406a07163d]

        INTEGRATION: CWS swqbf63 (1.54.100); FILE MERGED 2006/05/17 08:08:10 od 1.54.100.3: #136024# method <SwFlowFrm::MoveBwd(..)> 	 - correct fix of issue i53139 2006/05/09 09:28:47 od 1.54.100.2: #i53139# method <SWFlowFrm::MoveBwd(..)> 	 - Choose correct new upper frame on moving backward in spite of 	   a page/column break to fill-up empty pages/columns. 2006/05/08 12:16:33 od 1.54.100.1: #i58846# method <SwFlowFrm::CutTree(..)> 	 - <SwFrm::Prepare( PREP_QUOVADIS )> only for frames inside footnotes.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c6a3364839798383dd8671c3739c33418313eb4b]

        INTEGRATION: CWS ause043 (1.5.16); FILE MERGED 2005/10/31 12:35:11 hjs 1.5.16.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f3c4d8c47d838d33b15a9d428f376d84b328656c]

        INTEGRATION: CWS ause043 (1.11.16); FILE MERGED 2005/10/31 12:35:11 hjs 1.11.16.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [0ce780e19911693293eedbed16e7bed3266b3c17]

        INTEGRATION: CWS ause043 (1.8.10); FILE MERGED 2005/11/09 12:48:39 hjs 1.8.10.2: #i56702# remove unused BOOTSTRAP_SERVICE definition 2005/11/04 12:05:59 hjs 1.8.10.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [bd2c8dff989b24c10f747cff3103afcc29446235]

        INTEGRATION: CWS ause043 (1.5.8); FILE MERGED 2005/11/04 13:00:24 hjs 1.5.8.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5daa5795452d3f200e0d80b3b464702bc0906c37]

        INTEGRATION: CWS ause043 (1.8.10); FILE MERGED 2005/11/09 13:33:21 hjs 1.8.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [acec6d047b805a4ccac18f4b33fb1fb811baef7a]

        INTEGRATION: CWS ause043 (1.11.10); FILE MERGED 2005/11/09 13:33:21 hjs 1.11.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d3b9d216e72590d0bd3fd2b492a4bb9974802e07]

        INTEGRATION: CWS ause043 (1.10.10); FILE MERGED 2005/11/09 13:33:21 hjs 1.10.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d93c33b16e6b3f76281fcd586b7402265eb66f72]

        INTEGRATION: CWS ause043 (1.9.10); FILE MERGED 2005/11/09 13:33:20 hjs 1.9.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ea2fbf77b0caf48b8ea35ca3aa413163bf422055]

        INTEGRATION: CWS ause043 (1.5.10); FILE MERGED 2005/11/09 13:33:20 hjs 1.5.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f373e130ad2794e2ae48d105bef2a6c8e4c2a1a3]

        INTEGRATION: CWS ause043 (1.14.10); FILE MERGED 2005/11/09 13:33:20 hjs 1.14.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4614db6bd1a53ce590eb67d9cc913833692ea04b]

        INTEGRATION: CWS ause043 (1.9.10); FILE MERGED 2005/11/09 13:33:19 hjs 1.9.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d00763e4b69781f1517a828cd7b1292c5481044c]

        INTEGRATION: CWS ause043 (1.8.10); FILE MERGED 2005/11/09 13:33:19 hjs 1.8.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [3f02d0e9ce570601a32a6baac366db3e8b13eb20]

        INTEGRATION: CWS ause043 (1.18.10); FILE MERGED 2005/11/09 13:33:18 hjs 1.18.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [309789c68d010fdcd5ec875cfeaba6c7188a2a42]

        INTEGRATION: CWS ause043 (1.16.10); FILE MERGED 2005/11/09 13:33:18 hjs 1.16.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a4d46b8b12d4a6d1e7f40a8aa14cca2e84f00c9c]

        INTEGRATION: CWS ause043 (1.11.10); FILE MERGED 2005/11/09 13:33:18 hjs 1.11.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [66130d1e38b61d39b9c691bb3b324c0961e0f7b8]

        INTEGRATION: CWS ause043 (1.10.10); FILE MERGED 2005/11/09 13:33:17 hjs 1.10.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [47665fde08a3de3d5deaf6526113a7bcf19c7812]

        INTEGRATION: CWS ause043 (1.9.10); FILE MERGED 2005/11/09 13:33:17 hjs 1.9.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [6c5f07dbf915cf7e90c491b4a8a96e33bc0e6cfc]

        INTEGRATION: CWS ause043 (1.11.10); FILE MERGED 2005/11/09 13:33:17 hjs 1.11.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [031a04085c970d1904ed7a73b01c14f6bf00e63e]

        INTEGRATION: CWS ause043 (1.11.10); FILE MERGED 2005/11/09 13:33:16 hjs 1.11.10.1: #i56702# remove unused variable

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f2c89cfbdbf55a2c8712be7298c96081a9fe07b5]

        INTEGRATION: CWS ause043 (1.9.10); FILE MERGED 2005/10/31 16:28:16 hjs 1.9.10.1: #i56702# remove overrides for default uno header generation; complete typelists

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [1ad7c92b9afd4332983dd9a8403be0dd308769e6]

        INTEGRATION: CWS ause043 (1.4.248); FILE MERGED 2005/11/03 16:06:10 hjs 1.4.248.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [65bfec8b2dfea67721c18d7e44dc1528264b8916]

        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>  [c4c77ead25ac260fe6cc7f7b7befd8b69384dca5]

        INTEGRATION: CWS ause043 (1.5.10); FILE MERGED 2006/05/15 12:04:43 hjs 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/31 16:57:26 hjs 1.5.10.1: #i56702# remove unneeded UNOTYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ef2af605c51856ea8068a10790376b723d2b8cbf]

        INTEGRATION: CWS ause043 (1.10.8); FILE MERGED 2006/05/15 12:04:53 hjs 1.10.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/03/02 13:46:02 hjs 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/10/31 16:57:25 hjs 1.10.8.1: #i56702# remove unneeded UNOTYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b76de43db9018ce301840124552138a3c6352ff2]

        INTEGRATION: CWS ause043 (1.9.10); FILE MERGED 2006/05/15 12:05:14 hjs 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/31 16:57:20 hjs 1.9.10.1: #i56702# remove unneeded UNOTYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5dd43177f96c16ed666476bac3ab9a343b429c51]

        INTEGRATION: CWS ause043 (1.14.112); FILE MERGED 2005/11/03 11:14:18 hjs 1.14.112.1: #i56702# remove local header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [95c0e643e1257cec6006196a1db3080864f7d385]

        INTEGRATION: CWS ause043 (1.4.38); FILE MERGED 2005/11/08 13:54:19 hjs 1.4.38.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a92b34c64a55ea84d888612cbc2ef5a85340e07e]

        INTEGRATION: CWS ause043 (1.4.38); FILE MERGED 2005/11/08 11:23:06 hjs 1.4.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [be1a9af6983c0a9bcde00cee50375002fad5ef75]

        INTEGRATION: CWS ause043 (1.9.36); FILE MERGED 2006/05/15 11:52:15 hjs 1.9.36.3: RESYNC: (1.10-1.11); FILE MERGED 2006/03/02 13:36:34 hjs 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/08 11:23:05 hjs 1.9.36.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b8ceb2405e815b029e9d5946b24440efe7e1f40f]

        INTEGRATION: CWS ause043 (1.5.38); FILE MERGED 2005/12/22 12:58:31 hjs 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/08 11:23:04 hjs 1.5.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [07aeefd4ea08e794372e18cf261022cc5b2b304d]

        INTEGRATION: CWS ause043 (1.5.38); FILE MERGED 2005/11/08 11:23:03 hjs 1.5.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [c9767f212b27fc601cfe3339593fc26b52fd2d6c]

        INTEGRATION: CWS ause043 (1.21.38); FILE MERGED 2005/11/08 11:23:02 hjs 1.21.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f8213e848f2d4374afa5847a9f2d85a1903f295c]

        INTEGRATION: CWS ause043 (1.7.38); FILE MERGED 2005/11/08 11:23:02 hjs 1.7.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [985e0efd056ba8af125f7265848cc29a2548b84e]

        INTEGRATION: CWS ause043 (1.4.38); FILE MERGED 2005/11/08 11:23:01 hjs 1.4.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [8906982331cd1f1bfcb49324f037f30bf81a7ea1]

        INTEGRATION: CWS ause043 (1.3.38); FILE MERGED 2005/11/08 11:23:00 hjs 1.3.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [f4965265aee1ace93b879c0e9d7b4a290f99c5bf]

        INTEGRATION: CWS ause043 (1.5.38); FILE MERGED 2005/11/08 11:23:00 hjs 1.5.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ef1cc08bf9b1684a6588911e57f6728a946183c2]

        INTEGRATION: CWS ause043 (1.2.38); FILE MERGED 2005/12/22 13:02:17 hjs 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/08 11:22:59 hjs 1.2.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [950b7d1bf4b6585d1d18961303edb96f96fb420f]

        INTEGRATION: CWS ause043 (1.28.36); FILE MERGED 2005/11/08 11:22:58 hjs 1.28.36.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2c4e467cf6e23a00b4dd3f5dfb1088e0758b4a34]

        INTEGRATION: CWS ause043 (1.8.38); FILE MERGED 2005/12/22 12:58:48 hjs 1.8.38.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/08 11:22:57 hjs 1.8.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d28409274f8836ffaf4d9c4692854bd9883fffd3]

        INTEGRATION: CWS ause043 (1.4.38); FILE MERGED 2005/11/08 11:22:57 hjs 1.4.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [2713e3220d44d9b8727428e20aaa250dd41a4f44]

        INTEGRATION: CWS ause043 (1.33.38); FILE MERGED 2005/11/08 11:22:56 hjs 1.33.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [42534820705352e38576976d3ba1b10450fcec65]

        INTEGRATION: CWS ause043 (1.3.38); FILE MERGED 2005/11/08 11:22:55 hjs 1.3.38.1: #i56702# removed useless BOOTSTRAP_SERVICE=FALSE (it is the default)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7cca9179216df7976c795a91dedda946647a1507]

        INTEGRATION: CWS ause043 (1.14.276); FILE MERGED 2005/11/08 13:54:18 hjs 1.14.276.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [0df88d6cf9ceadd7818146941b25f08b371b77ba]

        INTEGRATION: CWS vgbugs03 (1.15.110); FILE MERGED 2006/05/03 15:03:17 vg 1.15.110.1: #129958# enable copyprj -a work if module is not linked on CWS

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b21047612e63e7a087866a90d2fdb74506b70012]

        INTEGRATION: CWS ause043 (1.3.100); FILE MERGED 2005/11/08 12:32:02 hjs 1.3.100.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d8d62f8931146175c3d80ad75ad66871f83f958a]

        INTEGRATION: CWS ause043 (1.23.8); FILE MERGED 2006/03/02 13:30:22 hjs 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/08 12:32:01 hjs 1.23.8.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [810084877993605453b8e382e98cf9cf5528f05d]

        INTEGRATION: CWS ause043 (1.11.20); FILE MERGED 2005/11/17 11:50:19 hjs 1.11.20.1: #i56702# added missing types

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [5f6acfd10036bf9815b088f7c6a7b82ccc9cc2b1]

        INTEGRATION: CWS ause043 (1.13.20); FILE MERGED 2005/11/17 11:50:02 hjs 1.13.20.1: #i56702# added missing types

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b03be9f8c335695d477a3ce13495c79061d2b1c2]

        INTEGRATION: CWS vgbugs03 (1.148.8); FILE MERGED 2006/05/12 13:27:09 vg 1.148.8.4: #i100000# fix file permissions after checkout before removing 2006/05/04 09:54:22 vg 1.148.8.3: #117769# do not change directory back 2006/05/03 15:32:44 vg 1.148.8.2: #117769# do not omit directory changes when lauched with: --all --deliver --file <file> 2006/04/20 13:20:30 vg 1.148.8.1: #i61157#,#i64560#,#i64553#

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [97ffdacf260473fd3d51e02627b86cd45a8f5198]

        INTEGRATION: CWS ause043 (1.3.40); FILE MERGED 2005/10/31 12:51:38 hjs 1.3.40.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [407dd0ed8b63c25f85dfedbfc96f06d3c2907322]

        INTEGRATION: CWS ause043 (1.5.40); FILE MERGED 2005/10/31 12:51:37 hjs 1.5.40.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [9c99017aa24b908c9b753f8f2848f9444cf6f296]

        INTEGRATION: CWS ause043 (1.1.132); FILE MERGED 2005/11/03 19:59:22 hjs 1.1.132.1: #i56702# remove local uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a25ce90200d2bde1515b96d2a2adbbe1e44ddf80]

        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>  [7e8e6ae7c92b071d4806d10dc0f814e10455c5c0]

        INTEGRATION: CWS ause043 (1.2.10); FILE MERGED 2005/11/03 11:32:24 hjs 1.2.10.1: #i56702# remove local header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [e6ef3828a1574114b1b43187a4951942bff56237]

        INTEGRATION: CWS ause043 (1.6.10); FILE MERGED 2005/11/03 11:32:24 hjs 1.6.10.1: #i56702# remove local header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [324a54ca06a2d9c391106a445f255902c01b876e]

        INTEGRATION: CWS ause043 (1.59.38); FILE MERGED 2006/05/17 17:12:03 hjs 1.59.38.5: #i56702# one more fix 2006/05/17 08:16:44 hjs 1.59.38.4: #i56702# conflict solution incomplete 2006/05/15 11:14:34 hjs 1.59.38.3: RESYNC: (1.59-1.62); FILE MERGED 2005/11/08 11:21:13 hjs 1.59.38.2: #i56702# messed up d.lst for draft api 2005/10/31 16:47:10 hjs 1.59.38.1: #i56702# hide offuh header from bootstrap components

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [a04184a9f07d869837b06aa38892a07236169c2c]

        INTEGRATION: CWS ause043 (1.40.8); FILE MERGED 2005/12/22 12:48:43 hjs 1.40.8.2: RESYNC: (1.40-1.41); FILE MERGED 2005/10/31 12:45:49 hjs 1.40.8.1: #i56702# remove unneeded UNOTYPE definition

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [def5b5f1c41fa1508872b1239cfd33e5a130d921]

        INTEGRATION: CWS ause043 (1.5.8); FILE MERGED 2005/10/31 12:33:23 hjs 1.5.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [803540d1d90222943f389fc7956ad54e1504848c]

        INTEGRATION: CWS ause043 (1.11.8); FILE MERGED 2005/10/31 12:33:22 hjs 1.11.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d68d57af381d9538cbaaa31374d80b315b9786a9]

        INTEGRATION: CWS ause043 (1.9.8); FILE MERGED 2005/10/31 12:33:22 hjs 1.9.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [d69c32bc932e3967a607bef9f5b600618b2ce1d1]

        INTEGRATION: CWS ause043 (1.5.8); FILE MERGED 2005/10/31 12:33:21 hjs 1.5.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [e62ff54676f94f5d13e48a11e56a95315d0ea725]

        INTEGRATION: CWS ause043 (1.3.8); FILE MERGED 2005/10/31 12:33:21 hjs 1.3.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ec3c16d0dba1ff562741df4a88bac29a0ed8bc88]

        INTEGRATION: CWS ause043 (1.6.8); FILE MERGED 2005/10/31 12:33:20 hjs 1.6.8.1: #i56702# remove overrides for default uno header generation

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [7bfda610c05b8cbb41ae648b2fd3953824bedaa8]

        INTEGRATION: CWS vq32 (1.5.80); FILE MERGED 2006/05/20 21:42:08 vq 1.5.80.1: #i65415# Use SDI1xxxx instead of SDIxxxx.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [eefd943c8b06a15fb88217a5d1c78cc7ff2c6beb]

        INTEGRATION: CWS vq32 (1.7.32); FILE MERGED 2006/05/20 15:44:40 vq 1.7.32.1: #i65415# Use SDI1XXXXX instead of SDIXXXXX.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [034f06990053d54568026d0953b13d97d2852d94]

        INTEGRATION: CWS vq32 (1.6.428); FILE MERGED 2006/05/20 21:55:29 vq 1.6.428.1: #i65415# Use SDI1xxxx instead of SDIxxxx.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4b403bd3f7d8dacf48c9f726548cf03b4627a072]

        INTEGRATION: CWS vq32 (1.8.358); FILE MERGED 2006/05/20 21:57:22 vq 1.8.358.1: #i65415# Use SDI1xxxx instead of SDIxxxx.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [76e8054952130dd039e4595ece059a16fb78454a]

        INTEGRATION: CWS vq32 (1.8.192); FILE MERGED 2006/05/20 21:45:57 vq 1.8.192.1: #i65415# Use SDI1xxxx instead of SDIxxxx.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [ee5f7f1e81fe751b8bfff90df51d37f5faafaf20]

        INTEGRATION: CWS vq32 (1.11.320); FILE MERGED 2006/05/20 15:41:19 vq 1.11.320.4: #i65415# Fix dependency. 2006/05/20 02:49:25 vq 1.11.320.3: #i65415# Remove unneeded, multiply defined target. 2006/05/19 21:25:50 vq 1.11.320.2: #i65415# Guard empty targets. 2006/05/19 14:26:38 vq 1.11.320.1: #i65414# unroll tg_hxx.mk and tg_sdi.mk.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [b21fd6471620d547fb9fa6109e4ab201bcfec509]

        INTEGRATION: CWS vq32 (1.167.40); FILE MERGED 2006/05/20 22:09:23 vq 1.167.40.3: #i65415# Add sanity check to catch obsolete SDINAME macro - can be removed later. 2006/05/20 15:41:18 vq 1.167.40.2: #i65415# Fix dependency. 2006/05/19 14:26:38 vq 1.167.40.1: #i65414# unroll tg_hxx.mk and tg_sdi.mk.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [4b85ef421d54ded6f8a3fb0e09c61455ab048202]

        INTEGRATION: CWS vq32 (1.1.2); FILE ADDED 2006/05/20 15:41:18 vq 1.1.2.4: #i65415# Fix dependency. 2006/05/20 02:49:25 vq 1.1.2.3: #i65415# Remove unneeded, multiply defined target. 2006/05/19 21:25:49 vq 1.1.2.2: #i65415# Guard empty targets. 2006/05/19 14:26:38 vq 1.1.2.1: #i65414# unroll tg_hxx.mk and tg_sdi.mk.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [806b1e1ccfea4d063840ac850f44d26cfa91c431]

        INTEGRATION: CWS vq32 (1.6.96); FILE MERGED 2006/05/20 21:54:01 vq 1.6.96.1: #i65415# Use SDI1xxxx instead of SDIxxxx.

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [24e4aac6bd293ad5749732702ee8484257960704]

        INTEGRATION: CWS vq32 (1.7.76); FILE MERGED 2006/05/19 14:56:20 vq 1.7.76.1: #i65558# Remove unneeded stuff. (Patch by hjs.)

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [12f8e88b020ac030e7b3f8dba734e861337b5e41]

        INTEGRATION: CWS macosxcups (1.165.4); FILE MERGED 2006/05/13 18:17:41 obr 1.165.4.1: #i63376# Enabled CUPS printing code for MACOSX

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [04b481b393f11b45fa64a8f39d5fa57f0be0266b]

        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>  [4ea0946c97da217a784e5812b6f4062c6785e9dd]

        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>  [53e7098eef6e6e78789eb3b558a5bea895801a46]

        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>  [b618f62a93fde760d35f2add89e7de9a7f9a767c]

        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>  [40114cc2501732cc5780b8b520e1059b1bf79dfc]

        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>  [c519f45716f75a373d739f799f72d97edeb9b9f6]

        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>  [36c8056c505d6b314e2c6c680180497f2115bd96]

        INTEGRATION: CWS dba203d (1.4.138); FILE MERGED 2006/05/18 12:42:54 oj 1.4.138.1: #133913# check if m_xDest is NULL!

2006-05-24  Vladimir Glazounov  <vg@openoffice.org>  [432f037a6ce79fb434d47d5d51c2d75b05874a89]

        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-22  Vladimir Glazounov  <vg@openoffice.org>  [ab5b6f3cf448175219f27201be898c4b3656f2de]

        INTEGRATION: CWS sb54_SRC680 (1.38.44); FILE MERGED 2006/05/18 13:14:28 sb 1.38.44.1: #i65475# Avoid accessing a TreeImpl with a dangling m_pParentTree (fix is kind of a hack only).

2006-05-22  Vladimir Glazounov  <vg@openoffice.org>  [c8907df6d796debe45ef6c1a6fcb7fe4b23bd5a6]

        INTEGRATION: CWS os82 (1.122.22); FILE MERGED 2006/05/17 10:06:18 os 1.122.22.1: #i65474# fragment URLs have to be stored 'as is'

2006-05-19  Armin Weiss  <aw@openoffice.org>  [ae23ab2090b1f6899e291c98fd6c1dfd47278bdc]

        #i39532# smooting of 3d

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [70e9398a890899d29a69ae389caef72adf6f7b78]

        SRC680

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [bffc7386ec5082308da11079f15e2fd6ce842fd8]

        INTEGRATION: CWS sysui203 (1.12.40); FILE MERGED 2006/05/17 13:17:57 ihi 1.12.40.1: #i65489# 2.0.2 -> 2.0.3

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [a7662bdbdec43cad5081d4a615e43d317f839d45]

        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>  [00196112344db8b550e363e1c46044230def0ba7]

        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>  [bd217af948d598b7b6d03a885719106934357b29]

        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>  [4ead0b686e490d3d74a56659043b82f3f66ff0a2]

        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>  [fcfd47abdddfa619ea30bbe12525afb3fec68251]

        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>  [8cfef094f5cc5b24deba3a9196877eef88e4d7d6]

        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>  [aa767c11da80a32e50feb24408168c0973059a93]

        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>  [149c8e6d31f854fe530cfdf32e2fb3380b8eb7b6]

        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>  [97b5e20963389209c1c935318c3c1d6317f797d5]

        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>  [0bd9bc35b171520ded52332dca9b88a962313de8]

        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>  [edc96353728faca30715d506158d6d1f72309a9a]

        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>  [38d962a739a260e73c714b6789a93be2bc5bff85]

        INTEGRATION: CWS ause055 (1.9.80); FILE MERGED 2006/05/17 15:32:00 hjs 1.9.80.1: #i50775# do not read init scripts in subshells

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [1aa7c19868fa7fafcd2eac95f0d565f7b5fdea32]

        INTEGRATION: CWS ause055 (1.18.196); FILE MERGED 2006/05/17 12:27:37 hjs 1.18.196.1: #i58798# still a missing dependency

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [c0ea404240b279135c058d21747377ce0fbaf353]

        INTEGRATION: CWS ause055 (1.167.38); FILE MERGED 2006/05/17 15:14:53 hjs 1.167.38.1: #i65495# ignoring less errors; leaving less tmpfiles

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [35ddd008ecec5c3b989bf44187d1ff6aca9de9bf]

        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>  [b0aec7c6a2841e104324aa7b93e2aaaf9797ce43]

        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>  [0bf4645736af9f3a8d8b91b2a9c0af3ec5404cf9]

        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  Vladimir Glazounov  <vg@openoffice.org>  [3d360e30704651312e01ac8ecc0ddf9bd6bf71bf]

        INTEGRATION: CWS macosxfondu2 (1.152.6); FILE MERGED 2006/05/13 18:33:09 ericb 1.152.6.2: RESYNC: (1.152-1.155); FILE MERGED 2006/05/02 23:02:40 ericb 1.152.6.1: #i55022# add fondu bin in the package for Mac OS X

2006-05-18  Vladimir Glazounov  <vg@openoffice.org>  [a9aa2189fee1cd978833268fd0564d74b421d206]

        INTEGRATION: CWS macosxfondu2 (1.27.6); FILE MERGED 2006/05/02 23:04:26 ericb 1.27.6.1: #i55022# build fondu

2006-05-18  Herbert Duerr  <hdu@openoffice.org>  [904879da28d807c6f6b0b04afc2f0485f0f70d01]

        #i65507# revert direct commit to MWS

2006-05-18  Herbert Duerr  <hdu@openoffice.org>  [7b3b47281d369a21c8a6ebce7a387536cb90ed4d]

        #i65507# allow compile with FT_VERSION>=2200

2006-05-18  Rüdiger Timm  <rt@openoffice.org>  [1e3f255896bdad5d0bf910847f5b20f2cced263d]

        #i10000# Make module acronym uniqe ('es' already is used by module 'embedserv').

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [95f8d8e621e87e770fcaeb0e307ad2c7ee9282f8]

        INTEGRATION: CWS qadev26 (1.7.12); FILE MERGED 2006/04/27 09:21:23 cn 1.7.12.2: #i38199# adabt Test to the rules of inserting a new group 2006/04/11 12:33:45 cn 1.7.12.1: #i41735# bugfixing in creation of a new AutoTextGroup

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [ca178867ca166f09776e178a0ec63c947b0e2569]

        INTEGRATION: CWS qadev26 (1.7.12); FILE MERGED 2006/02/01 13:34:29 cn 1.7.12.1: #i41735# use 'mytexts' container as oObj

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [7271bfdbf8beaf6f4a96d77b757fbbdd08386ede]

        INTEGRATION: CWS qadev26 (1.7.12); FILE MERGED 2006/02/20 15:00:32 cn 1.7.12.1: #i62338# make added shape transparent to have a regression test for UI which pops up while printing transparent shapes via API

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [adfc96f370059b689901ea6795cb2c9bebcbeedf]

        INTEGRATION: CWS qadev26 (1.7.4); FILE MERGED 2006/03/24 13:53:43 sw 1.7.4.1: #i22890#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [02a43bdbe1797735e3448b3eb14763f7350a1006]

        INTEGRATION: CWS qadev26 (1.6.4); FILE MERGED 2006/03/24 13:53:43 sw 1.6.4.1: #i22890#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [26a48bad663a47a7e919f17f2915a490cc37904d]

        INTEGRATION: CWS qadev26 (1.7.4); FILE MERGED 2006/03/27 09:58:03 sw 1.7.4.2: #i22890# 2006/03/24 13:53:43 sw 1.7.4.1: #i22890#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [9940ac4d5678e7e9f72765bcad7b6ff07ba0ef44]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/04/11 12:28:01 cn 1.1.2.2: #i64282# enhance logging 2006/02/09 21:23:51 cn 1.1.2.1: #i61872# new since cws 'viewswitch'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [f310a0d46878c48677dc185c3071ebc00726473b]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:23:35 cn 1.1.2.1: #i61872# new since cws 'viewswitch'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [dbcce3ed42ff8ae514a1478b080f8c78b31ffba3]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:23:14 cn 1.1.2.1: #i61872# new since cws 'viewswitch'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [590fd333b0a94b34af67ffa10765f4111de01d15]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/04/11 12:29:27 cn 1.1.2.2: #i64282# insert more then one drawpage 2006/02/09 21:22:56 cn 1.1.2.1: #i61872# new since cws 'viewswitch'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [d5cd78eae8e189b75acaa505a4c82b76586c987d]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:22:34 cn 1.1.2.1: #i61872# new since cws 'viewswitch'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [118dfc558a31cdc8ee9b0c4e5fbe0f09ffd6dcec]

        INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED 2006/04/11 12:30:11 cn 1.4.12.1: #i64282# enhance logging

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [bd94ee4179e3765197bb7db0facd8b4ecab45a58]

        INTEGRATION: CWS qadev26 (1.3.12); FILE MERGED 2006/04/11 11:54:23 cn 1.3.12.1: #i64279# bug fixing in removing of the data source

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [0a64063105027ebbf796e3c533082f8f3b77bdf9]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/05/09 12:29:28 sw 1.1.2.2: #i26659# 2006/03/29 09:05:59 sw 1.1.2.1: #i26659#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [bb0ff7f8b42805771363dc956c5af9fe8f1abb13]

        INTEGRATION: CWS qadev26 (1.6.4); FILE MERGED 2006/03/27 09:58:02 sw 1.6.4.3: #i22890# 2006/03/24 13:51:09 sw 1.6.4.2: #i22890# using the obj Relation Comparer now 2006/02/28 15:28:42 sw 1.6.4.1: #i23199# ... added special compare for ScCellObj and ScCellRangeObj, since the ValueComparer fails here

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [e976c4c3e45996998d6829b44504b273fa458a18]

        INTEGRATION: CWS qadev26 (1.5.4); FILE MERGED 2006/03/15 15:50:15 sw 1.5.4.1: #115058#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [a8c05807c7841930113ecaa77cee587670714673]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/05/10 13:27:38 cn 1.1.2.2: #i22883# bugfix in initial version 2006/03/24 13:42:10 sw 1.1.2.1: #i22883#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [18c57cee96c7822f605b3e61831aeedd8c5609e8]

        INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED 2006/03/24 13:50:24 sw 1.4.12.1: #22883# using right and left mouse click and getting the right document

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [0b5ef70b8133d59c3cc7eb80d68e8b0ad249e34b]

        INTEGRATION: CWS qadev26 (1.3.12); FILE MERGED 2006/03/27 14:12:16 sw 1.3.12.1: #i22896#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [def679519b333ff3327dd1aa96685fbce6e952d7]

        INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED 2006/04/11 12:34:35 cn 1.4.12.1: #i41735# bugfixing for AutoTextGroup

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [af7572b394a7b6107af58df1244705e45c254bf6]

        INTEGRATION: CWS qadev26 (1.10.12); FILE MERGED 2006/03/29 13:40:18 sw 1.10.12.1: #116268#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [e641458ae6206ce7f4ec8d1df8fa882a2b27e850]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/05/09 12:26:41 sw 1.1.2.1: #i26659#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [d1f7de39096e42dda7ad5ea78f94554876a02f9d]

        INTEGRATION: CWS qadev26 (1.13.12); FILE MERGED 2006/03/14 18:02:06 cn 1.13.12.2: #i63182# new method 'getOfficeOS()' 2006/02/09 21:26:26 cn 1.13.12.1: #i61872# add methods 'setOfficesettingsValue()' and 'dispatchURL()'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [a91a6a098b60c8c5e47ab0c1c51754eabdd99345]

        INTEGRATION: CWS qadev26 (1.6.12); FILE MERGED 2006/04/19 17:22:29 cn 1.6.12.1: #i64521# add new function 'getMsgBoxText()' to get the message of a Baisc-MessageBox

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [8a18ec56a3e28e1052df2314c214214775459602]

        INTEGRATION: CWS qadev26 (1.5.12); FILE MERGED 2006/04/11 09:29:53 cn 1.5.12.1: #i64265# new function 'addSecureBasicMacroURL'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [9a8ec921c529bef726fa779307d2034fc1341183]

        INTEGRATION: CWS qadev26 (1.5.12); FILE MERGED 2006/02/09 21:30:42 cn 1.5.12.1: #i61872# replace some logging stuff: from now on the 'old' and 'new' values would be logged before the method setPropertyValue() was called. That has the effect that you can see what values would be set if the office crashes/hangs

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [6d1182c7db592c4e95e975ebb7c5f723ab780dc4]

        INTEGRATION: CWS qadev26 (1.8.12); FILE MERGED 2006/03/24 13:39:48 sw 1.8.12.1: #i22883#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [20fd672548ce759f6f81a1c20d2cc8244549082c]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/03/24 13:40:22 sw 1.1.2.1: #i22883#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [e4a9f2e8ed08f8b0b086924d3dd3db9cb5163d0c]

        INTEGRATION: CWS qadev26 (1.8.2); FILE MERGED 2006/02/17 11:01:43 lla 1.8.2.1: #131489# add TriState.java

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [cbafc2cf43556d67ed9e606a6cf5e211ed4883c2]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/17 10:51:44 lla 1.1.2.1: #131489# TriState

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [5a48fcf0758bb7ba5bfed8a65e19be4030a81ecb]

        INTEGRATION: CWS qadev26 (1.7.2); FILE MERGED 2006/02/17 11:01:01 lla 1.7.2.2: #131489# cleanups 2006/01/30 10:42:04 lla 1.7.2.1: #130750# handle cancel request

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [659fc80dec28982fb95795472d21aa7260d637a5]

        INTEGRATION: CWS qadev26 (1.3.2); FILE MERGED 2006/02/17 10:53:46 lla 1.3.2.1: #131489# PowerPoint version

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [5e453a248d5be1f298d8e103d42ea5cda1a566b8]

        INTEGRATION: CWS qadev26 (1.6.2); FILE MERGED 2006/02/17 10:37:39 lla 1.6.2.1: #131489# BorderRemover

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [6a3e9507b70f1695d6cd7a589d6dc91f507c8bc6]

        INTEGRATION: CWS qadev26 (1.7.2); FILE MERGED 2006/02/17 10:23:06 lla 1.7.2.1: #131489# getDocumentType

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [0aa3ef14f679cc3d9475c3d63379ab71145c0d4d]

        INTEGRATION: CWS qadev26 (1.8.2); FILE MERGED 2006/02/17 10:21:34 lla 1.8.2.2: #131489# problems with PowerPoint, get version, xml file type, Hardcoded filename 2006/02/14 15:07:11 lla 1.8.2.1: #131199#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [e89110e89be2709cdf04399efab44b3531a8ec70]

        INTEGRATION: CWS qadev26 (1.8.2); FILE MERGED 2006/02/17 10:51:26 lla 1.8.2.2: #131489# BorderRemover 2006/01/30 10:42:04 lla 1.8.2.1: #130750# handle cancel request

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [b8822302b5f2ec6f4be80b9be87def9223b15888]

        INTEGRATION: CWS qadev26 (1.6.2); FILE MERGED 2006/02/14 15:06:47 lla 1.6.2.1: #131199#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [450cacea0a4e62c8f4d0a25a0d10b365b807741e]

        INTEGRATION: CWS qadev26 (1.6.2); FILE MERGED 2006/02/17 10:22:23 lla 1.6.2.2: #131489# cleanups 2006/01/30 10:42:03 lla 1.6.2.1: #130750# handle cancel request

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [da60a7cf02af72105b63091800d73b9e0ea2b831]

        INTEGRATION: CWS qadev26 (1.7.2); FILE MERGED 2006/02/17 10:19:13 lla 1.7.2.3: #131489# cleanups 2006/02/14 15:06:24 lla 1.7.2.2: #131199# 2006/01/30 10:42:03 lla 1.7.2.1: #130750# handle cancel request

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [734c67d562bc77d9eda3c13918a8b284ef22f250]

        INTEGRATION: CWS qadev26 (1.6.2); FILE MERGED 2006/02/17 10:18:19 lla 1.6.2.2: #131489# problems with BorderMover 2006/02/14 15:06:10 lla 1.6.2.1: #131199#

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [738d19ad120983d1cdfc03d0f615f3f074f15979]

        INTEGRATION: CWS qadev26 (1.4.12); FILE MERGED 2006/02/17 10:17:32 lla 1.4.12.1: #131489# problems with BorderMover

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [2d1098de00c7975b5afb05aef5675a9103594b76]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:19:41 cn 1.1.2.1: #i61872# new since cws 'viewswtich'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [282e773c9b962cd51b0b22b814b30de91bbad7a4]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:19:23 cn 1.1.2.1: #i61872# new since cws 'viewswtich'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [d48072e61c0feb9ae5c35cfb4f9f0cc32d1453f5]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:19:04 cn 1.1.2.1: #i61872# new since cws 'viewswtich'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [28415bd21588f8ff5a4d133fef5de4e24156ecf4]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:18:48 cn 1.1.2.1: #i61872# new since cws 'viewswtich'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [92c85b1a3e92e9a16d48ead13520c873a07600a0]

        INTEGRATION: CWS qadev26 (1.1.2); FILE ADDED 2006/02/09 21:18:36 cn 1.1.2.1: #i61872# new since cws 'viewswtich'

2006-05-17  Vladimir Glazounov  <vg@openoffice.org>  [2a6c84b9642b2035d816660be2ebe88a2ace5417]

        INTEGRATION: CWS qadev26 (1.4.132); FILE MERGED 2006/03/15 15:49:55 sw 1.4.132.1: #115058#

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [aacce9d645013ae3d7d50a3255525e484142d2c9]

        INTEGRATION: CWS swqbf66 (1.88.22); FILE MERGED 2006/05/15 09:53:46 fme 1.88.22.1: #135914# Table row keep feature - Last row should not keep with frame in different section

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f1deb957131f4770027a92cc8baa77293c3c0808]

        INTEGRATION: CWS swqbf66 (1.54.120); FILE MERGED 2006/05/15 09:53:46 fme 1.54.120.1: #135914# Table row keep feature - Last row should not keep with frame in different section

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8a0ed751f07aec7d23fd8dd41f11793f89645fc5]

        INTEGRATION: CWS dr49 (1.37.14); FILE MERGED 2006/05/15 16:29:36 dr 1.37.14.1: #i65389# handle unicode in byte strings correctly (contain character count, not byte count as documented)

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [b72c2256bef455e25638ecc2a9e71c7fe173206a]

        INTEGRATION: CWS tl22 (1.26.76); FILE MERGED 2006/05/15 13:59:35 tl 1.26.76.1: #i65329# type in exclude list corrected

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [0ea320f4670d48f6866493c40755b62c95ba0f51]

        INTEGRATION: CWS java15enum (1.2.20); FILE MERGED 2006/05/16 04:46:01 pjanik 1.2.20.1: #i59368#: enum is a reserved word in Java JDK 1.5

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [52964d40a8a5c8727a3c821e1ecb979b0b21be03]

        INTEGRATION: CWS java15enum (1.2.20); FILE MERGED 2006/05/16 04:45:43 pjanik 1.2.20.1: #i59368#: enum is a reserved word in Java JDK 1.5

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [36e63e75bd0b191df3c548e6f85a6dd7c468e825]

        INTEGRATION: CWS java15enum (1.2.20); FILE MERGED 2006/05/16 04:45:22 pjanik 1.2.20.1: #i59368#: enum is a reserved word in Java JDK 1.5

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [8d0618480d193e6683709ab693ea4bcdb0e6cc53]

        INTEGRATION: CWS calcpagestyle (1.13.182); FILE MERGED 2006/05/12 14:19:00 nn 1.13.182.1: #i65326# have to call GetPrinter(TRUE) at the ViewShell if a printer is needed

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [f6d9a89a482ef5d0fbd47e967ab91f2d7a0fb46e]

        INTEGRATION: CWS calcpagestyle (1.74.96); FILE MERGED 2006/05/12 14:19:00 nn 1.74.96.1: #i65326# have to call GetPrinter(TRUE) at the ViewShell if a printer is needed

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [7e3f9e42c7243900f23a3611f34cfa16a758f6f4]

        INTEGRATION: CWS calcpagestyle (1.30.16); FILE MERGED 2006/05/12 14:19:00 nn 1.30.16.1: #i65326# have to call GetPrinter(TRUE) at the ViewShell if a printer is needed

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [5ce544d92b2658aeb67267e1b6a92b224617f7bc]

        INTEGRATION: CWS gtkfpicker (1.9.66); FILE MERGED 2006/05/12 15:45:20 hro 1.9.66.1: #b6424439# URI cannot be converted to Unicode if system locale is not UTF-8. Prevent from crash

2006-05-16  Vladimir Glazounov  <vg@openoffice.org>  [a6ed684844245e51d7cc0246f41d68f14601cb1e]

        INTEGRATION: CWS swqbf65 (1.5.12); FILE MERGED 2006/05/12 10:43:36 od 1.5.12.1: #i65284# method <SwNumberTreeNode::ValidateContinuous(..)> 	 - avoid unnecessary recursive and thus looping calls

2006-05-15  Oliver Bolte  <obo@openoffice.org>  [1622d66b4b4bdf3bd475ffffbc7152cc4986d9f7]

        path to perl has benn changed

2006-05-15  Vladimir Glazounov  <vg@openoffice.org>  [f0459c45e631e6270e03c35690912a66327e065c]

        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>  [cc21b9b34f326ad1df5aef383e0d8de47a00e541]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [448d2ab770fd173d7eac82d8a7a5ed81cc351674]

        INTEGRATION: CWS kendy09 (1.23.2); FILE MERGED 2006/05/11 12:53:10 kendy 1.23.2.1: #i65230# Add support for x86-64 in automation.

2006-05-12  Oliver Bolte  <obo@openoffice.org>  [b9b3bfba88fa5a6affc4dfe5624bdccb8f94343c]

        deliver perl.mk

2006-05-12  Rüdiger Timm  <rt@openoffice.org>  [4f8d01b6b9ead3b8daeab8f287069cfefb76b2ff]

        #i10000# Undo last changes. They were meant for OOC680, not SRC680.

2006-05-12  Rüdiger Timm  <rt@openoffice.org>  [54bd9aeb45e204b6765170d39595996898bc606b]

        #i10000# Create install sets for all languages according to http://wiki.services.openoffice.org/wiki/OOoRelease203

2006-05-12  Armin Weiss  <aw@openoffice.org>  [c9ea78f03a45dac9b54a7afa33e069be8a290768]

        code changes for primitive support

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb7695b1bf4239f9c24e63e52e98b8c5677e6341]

        #i10000#: restore group writing rights

2006-05-11  Rüdiger Timm  <rt@openoffice.org>  [52e66680159ab2852640820be1c12dda683205e7]

        #i65301# Do not try to rebase 'gdiplus.dll'.

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [35e705f974ff9f5feaabe6877fcd8ed67909aea0]

        SRC680

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [aeb138156a4c1ef6751132fcf3f20297239f906f]

        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>  [87d54fa001db18588134eacc35fc60a8bcf0a723]

        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>  [e9816343cd71dfe556e6ace12d67c642a8dde635]

        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>  [471745834c148d90ea181e0523603fe93832ef2a]

        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>  [21f4a05f7687d0e94f441df4abe9075eff21a07c]

        INTEGRATION: CWS wot01 (1.41.10); FILE MERGED 2006/05/10 13:56:33 mav 1.41.10.1: #i65258# do not update menu bar when it is already visible

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f926cf3ba3cb92c064181296e748dbdcb032f5d]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b45393620683167368295684277b02a756358b6]

        INTEGRATION: CWS wot01 (1.23.210); FILE MERGED 2006/05/10 12:58:44 pb 1.23.210.1: fix: #i65249# releaseDispatchProviderInterceptor() not longer necessary

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [60c00b00a8bd9068a1782cd7f853d7be887c953c]

        INTEGRATION: CWS sixtyfourpic (1.2.12); FILE MERGED 2006/05/08 15:44:15 cmc 1.2.12.2: #i65052# quads are longs 2006/05/05 12:02:01 cmc 1.2.12.1: #i65052# x86_64 call.s is not -fpic

2006-05-11  Thorsten Behrens  <thb@openoffice.org>  [33d315c62447089ff3f63a799f55f2785c3f206b]

        #i63310# Optimization: for operator==/!=, first checking for same object (via cheap pointer comparison)

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2c6f54ffadd15ef3d9b796695c5e757794a63c4]

        INTEGRATION: CWS fwkpp3showstop4 (1.12.30); FILE MERGED 2006/05/09 16:39:50 mav 1.12.30.1: #i65066# use internal offset

2006-05-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a3bf6701bbec18dde57509b34cc5b18973df5b]

        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>  [c93dce805ed9a74e2b72c471cd648f43932688e2]

        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-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc99203e1ebc3c1b07bc805ea81cbae87e7fde3d]

        INTEGRATION: CWS miscl10nooo02 (1.52.64); FILE MERGED 2006/05/10 16:25:19 ihi 1.52.64.1: OOo 2.0.3 localisation

2006-05-10  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f254acc18c18be1e148f5bdb1cfd8764cc6189]

        INTEGRATION: CWS miscl10nooo02 (1.11.4); FILE MERGED 2006/05/10 16:20:55 ihi 1.11.4.1: OOo 2.0.3 localisation

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [613dba833fd1a788bb66331acc4d3643ecc7c542]

        #i10000#: resolve ambiguity by removing unnecessary 'using namespace' directive

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cee4956a0468270638bd961b23437f7aea8c60fe]

        #i10000#: add \n at the end of the file

2006-05-09  Vladimir Glazounov  <vg@openoffice.org>  [8af5051ca432c2dd8e78ec91b3582b0743ea7f40]

        new version for SRC680

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0281f97e37bddb5b4c852c3b3d635a37212ff5a7]

        #i10000#,#i65182#: workaround dmake bug vy quoting

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb1b6812df7636a525f999e40f81945fdef257e]

        SRC680

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdd157656c74f27dee9b67d8e66ca20502017262]

        INTEGRATION: CWS mh203 (1.14.142); FILE MERGED 2006/05/09 10:32:18 mh 1.14.142.1: chg: version to 2.0.3 #i65196#

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [01060baebd66cd261f77ed4c8793a12bc316cedb]

        INTEGRATION: CWS mh203 (1.11.56); FILE MERGED 2006/05/09 10:35:07 mh 1.11.56.1: update contributors list #i65197#

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c9ffb0cdec2d85839bb91d67e2505e26a283b3]

        INTEGRATION: CWS cmcfixes25 (1.32.48); FILE MERGED 2006/05/05 10:55:13 cmc 1.32.48.1: #i63845# leak in osl

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba047183dcfc6efd48e5feb9ec68e0facde3ee23]

        INTEGRATION: CWS cmcfixes25 (1.6.2); FILE MERGED 2006/05/05 10:58:49 cmc 1.6.2.1: #i64908# extra qualifications

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f247644126e55e6817b760183fd07e8156dac36]

        INTEGRATION: CWS cmcfixes25 (1.9.12); FILE MERGED 2006/05/05 11:18:06 cmc 1.9.12.1: #i64908# extra qualifications

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [087ed63e70ff0b29b038096a8ba105ad409f2ec7]

        INTEGRATION: CWS cmcfixes25 (1.15.8); FILE MERGED 2006/05/05 11:32:42 cmc 1.15.8.1: #i63780# unnessary link

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e13cd963a4649d683fd8cd57dcc7c20c2af7a35]

        INTEGRATION: CWS native48 (1.33.10); FILE MERGED 2006/05/09 12:01:15 is 1.33.10.1: #i64801# fixing simple installer

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [91f0d6764293ab8eeddd8e399dc2db23d3272242]

        INTEGRATION: CWS localisation06 (1.68.22); FILE MERGED 2006/05/03 12:50:36 ihi 1.68.22.1: #i60437# fixed german encoding

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb68a8683f16872538571ff49309643718e3a6ce]

        INTEGRATION: CWS sb53 (1.12.38); FILE MERGED 2006/05/08 13:23:48 sb 1.12.38.1: #135562# Reverted changes introduced in 1.9.38.3, as they broke installed UNO packages across a StarOffice patch update.

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d20f0418f1d133f5d1c82fbd2a343a3dd720e43]

        INTEGRATION: CWS sb53 (1.38.6); FILE MERGED 2006/05/08 13:25:09 sb 1.38.6.1: #135562# Reverted changes introduced in 1.29.2.1, as they broke installed UNO packages across a StarOffice patch update.

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ceff5a43fb795aca86398a06d4c045ad57fcaf]

        INTEGRATION: CWS native46 (1.197.4); FILE MERGED 2006/04/26 11:28:10 is 1.197.4.1: #i54418# gdiplus for OOo

2006-05-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d9ddf6fb154884dbc984dcda143fd4480827196]

        INTEGRATION: CWS fwkshowstop3 (1.33.2); FILE MERGED 2006/05/08 15:42:20 cd 1.33.2.1: #i65171# Check service manager reference on RemoveListener and disposing before use. Reference can be empty in these two special cases

2006-05-09  Rüdiger Timm  <rt@openoffice.org>  [6960637e085b07afc5e716b16ebdf4ef22f38fe7]

        #i65124# Compute correct size of old block (by mhu).

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1ec07ffbdca96769c192cb659be02666a4e76e0]

        INTEGRATION; #i65033# Add test for gdiplus.dll for Windows builds to configure and regenerate configure.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ca41d2dd84e9964e9f23420799dd45f82cfac68]

        INTEGRATION: CWS vq31 (1.147.16); FILE MERGED 2006/05/07 04:39:08 vq 1.147.16.2: #i65084# Fix set_soenv problem for cygwin with pathes with spaces. 2006/05/07 03:19:05 vq 1.147.16.1: #i65033# Add test for gdiplus.dll for Windows builds to configure and regenerate configure.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dd2a4371afdb3ae93b32251586c9b121ac95b01]

        INTEGRATION: CWS vq31 (1.163.12); FILE MERGED 2006/05/07 04:39:09 vq 1.163.12.2: #i65084# Fix set_soenv problem for cygwin with pathes with spaces. 2006/05/07 03:19:06 vq 1.163.12.1: #i65033# Add test for gdiplus.dll for Windows builds to configure and regenerate configure.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [99921856cc2c4c9ff34db18212f3b93b580e2028]

        INTEGRATION: CWS vq31 (1.101.6); FILE MERGED 2006/05/07 04:39:10 vq 1.101.6.1: #i65084# Fix set_soenv problem for cygwin with pathes with spaces.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8d6efe6492dee3a9cdeb00d3464f61ecdbafeb1]

        INTEGRATION: CWS impress94 (1.26.60); FILE MERGED 2006/05/04 13:30:42 af 1.26.60.1: #i64263# Added FormShellManager to EXCEPTIONSFILES.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d029a4767589f0d573d8d7f59f2601d571ab1d]

        INTEGRATION: CWS soc (1.50.104); FILE MERGED 2006/04/24 12:56:55 kso 1.50.104.1: #134568# - Fixed resource leak in OfficeIPCThread::DisableOfficeIPCThread()

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdf094516a9f8faa9a81692b2c5e1f7d0216545d]

        INTEGRATION: CWS soc (1.21.14.1.4); FILE MERGED 2006/04/25 12:28:19 rt 1.21.14.1.4.3: RESYNC: (1.21.14.1-1.23); FILE MERGED 2006/03/21 11:27:49 abi 1.21.14.1.4.2: checking in under linux 2006/03/21 08:48:35 abi 1.21.14.1.4.1: killing soffice.bin after terminating sofficeshellscript

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb374231120f129dbf8c511a73073578468e4fe5]

        INTEGRATION: CWS soc (1.6.36); FILE MERGED 2006/03/16 13:12:29 is 1.6.36.1: #133457# setting INSTALLLOCATION also for silent installations

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a41575532a9b9cfacb623b5fe8751098a8950f80]

        INTEGRATION: CWS soc (1.5.110); FILE MERGED 2006/03/16 12:17:14 is 1.5.110.1: #133458# extract only parameter for download scripts

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfff869f0c61cab72fd3f13eac1d60f72f546c11]

        INTEGRATION: CWS soc (1.105.130); FILE MERGED 2006/04/25 11:53:35 rt 1.105.130.2: RESYNC: (1.105-1.108); FILE MERGED 2006/03/14 20:23:14 os 1.105.130.1: #133337# SfxViewShell::GetFirst/GetNext() have to provide hidden views, too

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d558f15eefd477150d66e142a98f0ea18e59dc]

        INTEGRATION: CWS impress94 (1.6.86); FILE MERGED 2006/05/04 13:39:00 af 1.6.86.1: #135431# Added guard against main view shell being NULL.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cb2ecf6ef5fc2e4410222d65353fbc1b254c09e]

        INTEGRATION: CWS soc (1.45.66); FILE MERGED 2006/03/15 09:14:19 cl 1.45.66.1: #133338# fixed a type in CalcFieldValueHdl

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd81bdf26ad04ecdb492cc61306e9c7448f801f6]

        INTEGRATION: CWS soc (1.21.172); FILE MERGED 2006/03/02 11:25:48 is 1.21.172.1: #132603#, #132604# new products starofficeserver with subfolder structure

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e39392e1dfefca5d5b52de062898475e178a1d23]

        INTEGRATION: CWS soc (1.27.172); FILE MERGED 2006/03/02 11:25:47 is 1.27.172.1: #132603#, #132604# new products starofficeserver with subfolder structure

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0961af8e3f2dbf24a9beb01b0027d3dc9edfb061]

        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>  [808ce4810dae7c7f2dcf1d29212428a646561692]

        INTEGRATION: CWS tbcontrols (1.150.8); FILE MERGED 2006/04/27 12:13:26 cd 1.150.8.1: #i64501# Added Addons.xcs to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b249af665c3e36a8c0af1d64b50563f4821e5a4]

        INTEGRATION: CWS tbcontrols (1.29.106); FILE MERGED 2006/04/27 07:55:15 cd 1.29.106.1: #i64501# New interface and structs for complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [381834635b48d6b8a3652b0a1cd679119885ab4f]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:52:29 cd 1.1.2.1: #i64501# New interface and structs for complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd7770cb71b306d97a7960fb06aa1a2b3ba4269d]

        INTEGRATION: CWS tbcontrols (1.5.104); FILE MERGED 2006/04/27 07:55:00 cd 1.5.104.1: #i64501# Added documentation reference to XControlNotificationListener interface

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [155c7f31e9e5b972bcb76b6bb24e1c19aeac596b]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:52:46 cd 1.1.2.1: #i64501# New interface and structs for complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [775a555c7c5c67b6fe93b907595070659a25d2aa]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:52:37 cd 1.1.2.1: #i64501# New interface and structs for complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [775743fc8e2d187a23e0fa5ecb2205a7a4d3c821]

        INTEGRATION: CWS tbcontrols (1.12.140); FILE MERGED 2006/04/27 08:36:31 cd 1.12.140.1: #i64501# Enhancements for Addons.xcs to support complex toolbar controller

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e4ebd3616df8d0058e6270152e69b5bdebd6903]

        INTEGRATION: CWS tbcontrols (1.102.10); FILE MERGED 2006/04/27 16:11:13 cd 1.102.10.2: #i64501# Added simple button without status updates (supporting fast startup) 2006/04/27 07:50:06 cd 1.102.10.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3ff59f5d4f51c0d91b6293c92d2bd836599a50d]

        INTEGRATION: CWS tbcontrols (1.4.124); FILE MERGED 2006/04/27 07:46:19 cd 1.4.124.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4150c88570637e4660cdcd21d247e163df2c7053]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:44:40 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ac972f8230d5463264882fa49663957f2c70aea]

        INTEGRATION: CWS tbcontrols (1.10.64); FILE MERGED 2006/04/27 16:11:02 cd 1.10.64.2: #i64501# Added simple button without status updates (supporting fast startup) 2006/04/27 07:46:19 cd 1.10.64.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e3911d5395b1c8cfe7db07acc62154c2bef1910]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:44:32 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [989e7cbf1b8d152e0654b16ca262087d36af90fa]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:44:22 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d95ab4fef421faefe718ed2c189811d1ea8125]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:44:14 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7cbe4078baaf78d921d8e8bd70092e4af9fbc4c]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 16:10:28 cd 1.1.2.1: #i64501# Added simple button without status updates (supporting fast startup)

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c465f9066bc3af56930b917a011fbead7e4cba66]

        INTEGRATION: CWS tbcontrols (1.8.42); FILE MERGED 2006/04/27 16:11:45 cd 1.8.42.2: #i64501# Added simple button without status updates (supporting fast startup) 2006/04/27 07:46:18 cd 1.8.42.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d14a33bd7aa5458493ec6bc50ff88ef6e8a9fbf]

        INTEGRATION: CWS tbcontrols (1.47.10); FILE MERGED 2006/04/27 07:46:18 cd 1.47.10.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7727adf4d665f8415d8a2624c04650e7072304e4]

        INTEGRATION: CWS tbcontrols (1.5.96); FILE MERGED 2006/04/27 07:46:17 cd 1.5.96.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4edad262aa60fd68a271718a83682cfcacf4a56]

        INTEGRATION: CWS tbcontrols (1.9.124); FILE MERGED 2006/04/27 07:46:17 cd 1.9.124.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8db0eebc41808aef093b8533f822b92879b7142]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:43:46 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e2abbd2f902f22e4d70fa369e120d794ea4f2e7]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:43:37 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [86121469b14f4052ed3847b1cb441141f6881968]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:43:29 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8b42df3c00c0671290651aea749712824ba681e]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 07:43:20 cd 1.1.2.1: #i64501# New complex toolbar controller classes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [85d52888b90ea868e8002b67ba9111dc4ce0b606]

        INTEGRATION: CWS tbcontrols (1.1.2); FILE ADDED 2006/04/27 16:08:48 cd 1.1.2.1: #i64501# Added simple button without status updates (supporting fast startup)

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7e84f749eb52b5012de452267b665f3f848914b]

        INTEGRATION: CWS tbcontrols (1.6.124); FILE MERGED 2006/04/27 07:48:44 cd 1.6.124.1: #i64501# Enhancements to support complex toolbar controllers

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [40d82682741953002511c9c123a940720c7a2409]

        INTEGRATION: CWS dicooo02 (1.3.246); FILE MERGED 2006/05/06 12:25:38 laurentgodard 1.3.246.1: Issue number: i59275 Submitted by: laurentgodard Reviewed by: point to the correct file on creating DicOOo.lst at first use

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a65619bb72cd8e8c1fa28bf703ae077c318704c3]

        INTEGRATION: CWS mbapp3 (1.16.2); FILE MERGED 2006/04/06 11:43:10 mba 1.16.2.1: #134222#: don't use GlobalMutex for acces to RefCount

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ef1846e21c4c370e9e9eec2e4864309cfee99e0]

        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>  [d0f74820c1d45dca1f66d105afee769fab53f70d]

        INTEGRATION: CWS pb13 (1.10.46); FILE MERGED 2006/04/26 09:32:51 pb 1.10.46.1: fix: #i63803# use new methods of HeaderTabBox

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [093bb0b29500bc1b91bf104300747f97b29f8e6b]

        INTEGRATION: CWS pb13 (1.7.130); FILE MERGED 2006/04/26 09:34:21 pb 1.7.130.1: fix: #i63803# use new methods of HeaderTabBox

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0e788daa323f992f518545716d57e6020813ebf]

        INTEGRATION: CWS pb13 (1.5.18); FILE MERGED 2006/04/26 09:36:19 pb 1.5.18.1: fix: #i63803# use new methods of HeaderTabBox

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c75e9ced6fa74243b25a86fa7fb87b663505722]

        INTEGRATION: CWS mbapp3 (1.190.18); FILE MERGED 2006/04/25 07:42:19 as 1.190.18.1: #i64599# restart office automaticly on crash; supress crash save and recovery if crash occures not InExecute

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce666606b1f2cffb50733fc89580107861aa318e]

        INTEGRATION: CWS pb13 (1.20.32); FILE MERGED 2006/04/26 09:24:39 pb 1.20.32.1: fix: #i63803# use the new method RemoveEntry()

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [286c0a55e30abbe01236bb265bfc155b8cea4c81]

        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>  [95b54f3c6b4c6d49636b34543bcc1e6740a607d2]

        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>  [86ff3006ee455349a30d8f1b48ca71de5eaad0fa]

        INTEGRATION: CWS mbapp3 (1.20.6); FILE MERGED 2006/04/27 14:17:09 mba 1.20.6.1: #64516#: move DynamicProps to DocInfo

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [457bafebae5c8bf265989f87347feed2e869ffe5]

        INTEGRATION: CWS mbapp3 (1.35.2); FILE MERGED 2006/04/28 15:23:50 dr 1.35.2.5: #i64516# support boolean properties 2006/04/28 14:27:35 dr 1.35.2.4: #i64516# import/export of custom properties 2006/04/27 14:50:28 dr 1.35.2.3: #i64516# do not write empty strings 2006/04/27 14:17:08 mba 1.35.2.2: #64516#: move DynamicProps to DocInfo 2006/04/27 13:36:16 dr 1.35.2.1: #i64516# rework OLE property set filters

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b0e55c94b85c07c3b61973652206b919742601]

        INTEGRATION: CWS mbapp3 (1.114.16); FILE MERGED 2006/04/26 06:22:33 mav 1.114.16.2: #i64599# NoAutoSave argument 2006/04/24 09:54:34 mav 1.114.16.1: #i64599# NoAutoSave argument

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6476369e9abe3cea6da4b9339282bc7b26dd8d7b]

        INTEGRATION: CWS pb13 (1.18.170); FILE MERGED 2006/04/26 09:20:37 pb 1.18.170.1: fix: #i63803# use the new method RemoveEntry()

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8a6bf85ace48b68fd9b696259828e46574c3b25]

        INTEGRATION: CWS mbapp3 (1.9.280); FILE MERGED 2006/04/25 07:43:00 as 1.9.280.1: #i64599# remove checkbox, which can be used to disable automatic restart after crash

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3001076c0551e12518adf1a2b68eb601844fb200]

        INTEGRATION: CWS mbapp3 (1.39.6); FILE MERGED 2006/04/28 15:09:10 mba 1.39.6.1: #129055#: new datatransfer functions

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5f93a860326d8ddc8a25246ce7e59b731b7b2f0]

        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>  [75139ca95a9d4ef22a04b584bd264b8022c96ce3]

        INTEGRATION: CWS mbapp3 (1.13.62); FILE MERGED 2006/04/25 07:43:00 as 1.13.62.1: #i64599# remove checkbox, which can be used to disable automatic restart after crash

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c67c93627eeb53ef67855b2037a73049ba07dd50]

        INTEGRATION: CWS mbapp3 (1.10.280); FILE MERGED 2006/04/25 07:42:59 as 1.10.280.1: #i64599# remove checkbox, which can be used to disable automatic restart after crash

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [70f52f29eaddb609a95f288133a3db5b1c380aca]

        INTEGRATION: CWS mbapp3 (1.7.98); FILE MERGED 2006/04/27 16:02:48 mba 1.7.98.1: #129055#: typo

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b62f6d52d11aacc333fa4c21fe8d4d8fa4a2b87]

        INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED 2006/04/27 16:02:48 mba 1.1.2.2: #129055#: typo 2006/04/25 21:29:17 mba 1.1.2.1: #129055#: API for internal datatransfer

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [47abee57d191e500cff8d3ada87aa5257d0db9d6]

        INTEGRATION: CWS mbapp3 (1.55.270); FILE MERGED 2006/05/04 07:04:21 mba 1.55.270.2: #129055#: typo 2006/04/28 15:06:26 mba 1.55.270.1: #129055#: new datatransfer functions

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b21e677449516d644e65aa564c1dca84a113e68]

        INTEGRATION: CWS mbapp3 (1.12.304); FILE MERGED 2006/04/28 15:06:26 mba 1.12.304.1: #129055#: new datatransfer functions

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1406187dd11a45a3f127a882b901250cfc8b15e0]

        INTEGRATION: CWS mbapp3 (1.15.304); FILE MERGED 2006/04/28 15:06:26 mba 1.15.304.1: #129055#: new datatransfer functions

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [68f2799aadc5ba209cfbd4e3bbf233a91aa69401]

        INTEGRATION: CWS mbapp3 (1.100.46); FILE MERGED 2006/04/28 15:06:25 mba 1.100.46.1: #129055#: new datatransfer functions

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c7df4b519f1ebfde451b79576a55988edc38fa]

        INTEGRATION: CWS mbapp3 (1.27.88); FILE MERGED 2006/05/03 17:35:53 flr 1.27.88.1: shape hack cont. --- this time with text boxes

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fa71c504bec63d8ca32dd34f135ffcac38295f2]

        INTEGRATION: CWS mbapp3 (1.58.52); FILE MERGED 2006/05/04 19:57:58 mba 1.58.52.4: shape hack cont - missing line width for lines 2006/05/04 11:34:12 mba 1.58.52.3: shape hack cont - wrong angle 2006/05/03 17:35:52 flr 1.58.52.2: shape hack cont. --- this time with text boxes 2006/05/03 11:16:09 flr 1.58.52.1: shape hack cont.

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d03374f5342192ac9329a1e66528be7cb0fae52]

        INTEGRATION: CWS mbapp3 (1.28.86); FILE MERGED 2006/04/26 13:02:29 flr 1.28.86.1: #135163# table cell borders size exceeds cell size

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5df6a29b6df82d7250ccecbd6f888ec01be7d6e6]

        INTEGRATION: CWS mbapp3 (1.24.88); FILE MERGED 2006/04/26 13:04:49 flr 1.24.88.1: #102781# transparent frames with more than two paragraphs were not imported corretly

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e7e9b0634ece2544475b3f194b158296f31e3a2]

        INTEGRATION: CWS mbapp3 (1.20.12); FILE MERGED 2006/04/24 10:34:46 mav 1.20.12.1: #i64599# NoAutoSave argument

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c256d1eaa935bcc7881b60237685a8d7c3abeb74]

        INTEGRATION: CWS mbapp3 (1.92.16); FILE MERGED 2006/04/24 10:19:47 as 1.92.16.1: #i64598# destruct interception chain explicitly

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a38af1ed65824ea0b47f2625d9f4a162cf5afaf]

        INTEGRATION: CWS mbapp3 (1.16.58); FILE MERGED 2006/04/26 07:09:37 as 1.16.58.1: #i64599# use MediaDescriptor property NoAutoSave to ignore documents inside recovery

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [96dcdde3aa9ada7f8edfd11f4ad5cd47f22c8436]

        INTEGRATION: CWS mbapp3 (1.3.130); FILE MERGED 2006/04/24 10:19:46 as 1.3.130.1: #i64598# destruct interception chain explicitly

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [88b7566bb6230dc932117e1fc8ae17d153d9a6e1]

        INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED 2006/04/24 10:27:23 as 1.1.2.1: #i64598# new interception helper

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e44d140821e30470a7069eeaf64d707cd58e59c]

        INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED 2006/04/24 10:28:07 as 1.1.2.1: #i64598# new interception helper

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [3adc032667e33fefa357e1febf7373e6fc383a2a]

        INTEGRATION: CWS mbapp3 (1.3.130); FILE MERGED 2006/04/24 10:29:15 as 1.3.130.1: #i64598# new api test for explicit destruction of an interceptor chain

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [78e0e1f33bb4ae7c4fe347a18761a1782b6962bb]

        INTEGRATION: CWS vclxcu01 (1.50.22); FILE MERGED 2006/05/05 07:50:51 hdu 1.50.22.10: #i62174# always use fullwidth space after fullwidth MS tag 2006/05/04 15:36:48 hdu 1.50.22.9: #i59427# use CordiaNew CordiaUPC instead of Cordia 2006/04/13 07:50:43 hdu 1.50.22.8: RESYNC: (1.50-1.51); FILE MERGED 2006/04/12 12:55:01 hdu 1.50.22.7: #i59853# add fallbacks from/to DejaVu fonts 2006/04/07 11:50:26 hdu 1.50.22.6: #i59427# change default Impress font for Thai 2006/04/07 11:48:24 hdu 1.50.22.5: #i63484# change default Calc font for Thai 2006/03/15 15:07:30 hdu 1.50.22.4: #i59853# add fallbacks from/to DejaVu<->Vera fonts 2006/03/15 09:31:20 hdu 1.50.22.3: #i62174# use fullwidth codes for some font names 2006/03/15 09:09:04 hdu 1.50.22.2: #i59908# add localization data for Akan language 2006/03/15 09:00:01 hdu 1.50.22.1: #i43735# prepare localization support for Kinyarwanda

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [c764809f4a30b94b888519f85c5cdabf84586fe5]

        INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED 2006/04/24 10:29:15 as 1.1.2.1: #i64598# new api test for explicit destruction of an interceptor chain

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d3b5027c0393af021034f5ea2fd5cf7593ccf5a]

        INTEGRATION: CWS calcchartcache (1.23.172); FILE MERGED 2006/05/05 14:52:03 er 1.23.172.1: #b6371919# FindChart: set modified if requested; and folks, please don't leave todo/later/maybe/future comments if you change something and don't fully understand the implications of the code you removed..

2006-05-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f0e102ea4c062013dfff6303677f8e30647ec3e]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [8cde562f0a097100f8c8301e79fb9abd4a8113c6]

        'cleanup' target for packing in buildserver removed.

2006-05-05  Vladimir Glazounov  <vg@openoffice.org>  [a46b31b7e6fdbf0e37a5e78b6c44332e43763648]

        new version for SRC680

2006-05-05  Vladimir Glazounov  <vg@openoffice.org>  [07539095daf778f7059f571957d99e4ce36bb7d0]

        new version for SRC680

2006-05-05  Vladimir Glazounov  <vg@openoffice.org>  [3fd5da15c223c72f49de8369e29bf256bcd37526]

        new version for SRC680

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b7102f47c24123287791949b454b7c7b4791fa33]

        #i10000# comma lost during conflict resolution.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [71538e83747c3a06d185103ee24b24e15cbc5514]

        #i10000# Use new MsLangId (changed by TL).

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ad96dfcb3bde015f9508cdbc1361cb3e7c122214]

        #i65110# Depends on module 'tools'.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6da0ca661f23a73e10a78c47fd9046dd49e7498a]

        SRC680

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [224ac447d37ba52adf681c2d65613b5a947fe29c]

        Regenerated for SRC680 m167.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [579123b0d9f96cd7d40b4fc98ae15786a60c0268]

        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>  [047823c0cb8811a8ad7fa9f46c41de4061ca3ab3]

        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>  [c13edeef738eccebb5e5ffe823469ac0ed90990a]

        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>  [5a7d10c9875e9b8575f7c3e03605abf32717cf50]

        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>  [db9576edfb7bedb54d4605fdfacdf17ebef62e87]

        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>  [b843ce260c8f97c19e76ce85c2c49872f5af580b]

        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>  [77a615a306cc552d5f3f00fd7d940a61cf565452]

        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>  [36358fbf8d3cbdcbdaf706230bc9ac4d0e50e8dc]

        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>  [151773696d3ffade52e217611c5167923edd0658]

        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>  [f0352786089f403bca1aba47e94be985e36d6b0f]

        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>  [81e91b84360e74fefc00051e94cca093e893f2ea]

        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>  [70a29bde01e962ebfe9c07d20a4017503acb1306]

        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>  [3b5c378706e465f59d78f95fddc5eff9e1a8fe19]

        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>  [938628100c9b070dd8364029bdf480ee2e081860]

        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>  [325e80ca1f8769fa972a7e06759f8b94027066db]

        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>  [5f6305c48800ed5341440b9c5c2ffbe3d49a3564]

        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>  [259f7ba3ea2f9cfc32a078bcdcfb07d226db32c9]

        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>  [1bbd1956336fd099ece91996b7e78cfea56f9a5d]

        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>  [de6e56d2378977a2a8f1809b2c6ea8d0234a4769]

        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>  [9b5df79fbd9e84ef9c2dde845867dbb1f98ac98a]

        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>  [c05c763ea5657ce3212caa0a3c8370c0ee57001c]

        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>  [c0ede22def5fba50eb5da531be99f8246d5cc082]

        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>  [96519c8f9b80a36155cb9b93a8dc88db9858343a]

        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>  [62f451cb03d5202e2f15bf440c53a61b2efd99f8]

        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>  [51d3dc9697e340abd692c01c33bf04aaacb2f783]

        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>  [28bed991eac928db0aafd89ea3da845c243b0867]

        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>  [dd98b7fe1268708a7e104e6cd1f9aea8f338af72]

        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>  [2720acfd4fb15bcc12991a5164e60c44c7e8b2a3]

        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>  [10804d1cd669d57fca16a0e91dce550728313e3c]

        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>  [18a8098ff8a9c7f6a2ef5cc4de69de89005ca18a]

        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>  [7b5ed3f0e1822bbe2d3efabdfbab999531e4a37d]

        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>  [4f1cdaee610907c17efa6dc4f3e6823d9a9a6820]

        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>  [557add5cf5115eb1ec7c92ec1d54dcf72f55f1ad]

        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>  [883ad67f5e269af8d0cfafa2176ff7c8ef2aa28b]

        INTEGRATION: CWS atkbridge (1.18.172); FILE MERGED 2005/12/06 11:51:39 obr 1.18.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9c33c1b460fbc4fd485be4a3db78c57303f1d06f]

        INTEGRATION: CWS atkbridge (1.9.172); FILE MERGED 2005/12/06 11:51:39 obr 1.9.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [13f5588d68cebc516501e6919dc9d436cb66e34a]

        INTEGRATION: CWS atkbridge (1.18.168); FILE MERGED 2005/12/06 11:51:39 obr 1.18.168.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [87e7dc4cc7e48045476d24971e2cc3e258a4c3fd]

        INTEGRATION: CWS atkbridge (1.33.172); FILE MERGED 2006/03/30 08:27:45 obr 1.33.172.1: #i63583# applied patch as adviced from af

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3a4e0ac985d909a295e1f4418a035eb2ab0de2f2]

        INTEGRATION: CWS atkbridge (1.17.172); FILE MERGED 2005/12/06 11:51:39 obr 1.17.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [21dc94bca222dadece96d5b91cc2a8cf9d240659]

        INTEGRATION: CWS atkbridge (1.3.172); FILE MERGED 2005/12/06 11:51:38 obr 1.3.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ac03773f7bbe123952036ced8415dc3bd0d1eb87]

        INTEGRATION: CWS atkbridge (1.43.172); FILE MERGED 2006/02/06 10:33:18 obr 1.43.172.3: RESYNC: (1.44-1.45); FILE MERGED 2006/01/30 15:19:21 obr 1.43.172.2: RESYNC: (1.43-1.44); FILE MERGED 2005/12/06 11:51:38 obr 1.43.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6fcc92258cfe0e96e4de1915eabe0e5b7c8ee067]

        INTEGRATION: CWS atkbridge (1.21.168); FILE MERGED 2005/12/06 11:51:38 obr 1.21.168.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d73b9c2d4d5f8149b4768f3ce3bc55be8836d7a9]

        INTEGRATION: CWS atkbridge (1.21.172); FILE MERGED 2006/05/02 08:39:45 obr 1.21.172.2: RESYNC: (1.21-1.22); FILE MERGED 2005/12/06 11:51:38 obr 1.21.172.1: #i47890# GNOME AT expect SENSITIVE to be set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7f49b20df591c3a1733f202344881a46a906b234]

        INTEGRATION: CWS atkbridge (1.21.14); FILE MERGED 2006/04/13 09:51:26 obr 1.21.14.2: RESYNC: (1.21-1.22); FILE MERGED 2006/03/30 08:45:28 obr 1.21.14.1: #i63583# do not crash when loading documents with atkbridge enabled (fix adviced by af)

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c6447161d315735636d1a63e93a4cc9f69734c35]

        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>  [38fffae924224665c1d212f50b79f252a23bd7f9]

        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>  [688e94d5029c75577295559ad87fd0e24a3790fc]

        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>  [7473058f78ef52496357f91e620bfe5f1b7a1b6e]

        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>  [47e301e576d153c206c2464a0421d0fc005e89df]

        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>  [1bc508b2ba62a730afa01b86f7e58a23b1e915a7]

        INTEGRATION: CWS atkbridge (1.4.26); FILE MERGED 2005/12/07 14:37:07 obr 1.4.26.1: #i42429# has been fixed in at-spi rev. 1.6.6

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [79a44167c36046bee371bb8a10f395f1f923453b]

        INTEGRATION: CWS npower1 (1.10.16); FILE MERGED 2006/04/24 15:14:03 npower 1.10.16.4: RESYNC: (1.10-1.11); FILE MERGED 2006/04/14 13:31:13 npower 1.10.16.3: #i64396 default method handling, adding new idl interface 2006/04/13 13:32:30 npower 1.10.16.2: #i64317 erroneously added XDefaultMethod.idl to makefile, removeing 2006/04/12 11:18:50 npower 1.10.16.1: #i64317# add new type

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bf4ccec2d2d7d98d56b77987a081a108c6aee45c]

        INTEGRATION: CWS npower1 (1.1.2); FILE ADDED 2006/04/24 14:33:05 npower 1.1.2.2: #i64396# update documentation in new idl 2006/04/14 13:31:35 npower 1.1.2.1: #i64396 default method handling, adding new idl interface

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9493917a6dc3d94d4cbe5a590aa5ffcba9a1aa26]

        INTEGRATION: CWS npower1 (1.1.2); FILE ADDED 2006/04/24 14:33:05 npower 1.1.2.2: #i64396# update documentation in new idl 2006/04/12 11:18:20 npower 1.1.2.1: #i64317# new structure to contain arrays that need to be converted to multi-dimmed arrays by scripting language

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c3790f3fa4c14ae51fedf343bd1493760ca6053b]

        INTEGRATION: CWS npower1 (1.15.116); FILE MERGED 2006/04/13 11:37:17 npower 1.15.116.1: #i64316# when importing vba basic, set vba support option

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ba98bba6196613bdcc4f45262aa88834e2a745f4]

        INTEGRATION: CWS npower1 (1.18.68); FILE MERGED 2006/04/24 14:57:04 npower 1.18.68.2: RESYNC: (1.18-1.19); FILE MERGED 2006/04/14 14:48:25 npower 1.18.68.1: #i64396 default method handling

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [acb9db080f3140b7c13d81edf395cfd8bb52c961]

        INTEGRATION: CWS npower1 (1.26.36); FILE MERGED 2006/04/20 17:31:08 npower 1.26.36.3: #i64396 some code cleanup 2006/04/14 11:03:18 npower 1.26.36.2: #i64394 allow Array Function to honour Option Base setting 2006/04/12 11:25:09 npower 1.26.36.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [76801aad25ae1772c9b585050d53f4ce27aa409b]

        INTEGRATION: CWS npower1 (1.24.34); FILE MERGED 2006/04/24 14:57:35 npower 1.24.34.3: RESYNC: (1.24-1.25); FILE MERGED 2006/04/20 17:31:08 npower 1.24.34.2: #i64396 some code cleanup 2006/04/14 11:03:18 npower 1.24.34.1: #i64394 allow Array Function to honour Option Base setting

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3bc0b5e2802bcc2e3ceb36972defe243b15e4a64]

        INTEGRATION: CWS npower1 (1.8.72); FILE MERGED 2006/04/12 11:25:08 npower 1.8.72.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [252f3cd512c2b8885a86716a6dc4d5929e9b2d21]

        INTEGRATION: CWS npower1 (1.27.34); FILE MERGED 2006/04/24 14:56:57 npower 1.27.34.3: RESYNC: (1.27-1.28); FILE MERGED 2006/04/14 11:03:18 npower 1.27.34.2: #i64394 allow Array Function to honour Option Base setting 2006/04/12 11:25:08 npower 1.27.34.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6f82ec2c2f49ecc0913caae3191e5de6f46f3299]

        INTEGRATION: CWS npower1 (1.8.66); FILE MERGED 2006/04/12 11:25:08 npower 1.8.66.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [aeef19555a21a93bb207d00b19fa0c856d945954]

        INTEGRATION: CWS npower1 (1.15.64); FILE MERGED 2006/04/12 11:25:07 npower 1.15.64.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [06664dad2df56c89a83c3b9e07ff0379499e8841]

        INTEGRATION: CWS npower1 (1.13.60); FILE MERGED 2006/04/12 11:25:07 npower 1.13.60.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [213abb385c85bc50c40a600adf900a49660186d1]

        INTEGRATION: CWS npower1 (1.11.64); FILE MERGED 2006/04/12 11:25:07 npower 1.11.64.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [791491eded6e72131bd06ed4dd8021b403535578]

        INTEGRATION: CWS npower1 (1.27.60); FILE MERGED 2006/04/24 14:56:33 npower 1.27.60.2: RESYNC: (1.27-1.28); FILE MERGED 2006/04/12 11:25:07 npower 1.27.60.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e824c2dba8f86c95c953d618cbbc382b453aad1f]

        INTEGRATION: CWS npower1 (1.36.22); FILE MERGED 2006/04/13 09:10:34 npower 1.36.22.2: #i64315# changed ArrayWrapper detetection code to better match oleautomation 2006/04/12 11:25:07 npower 1.36.22.1: #i64317#, #i64315# changes to add new option 'VBASupport' & uno->basic multi-dim array support

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [489d53f4a8fbe24d894b2c2f2176ba1e6639f9d0]

        INTEGRATION: CWS impress92 (1.148.18); FILE MERGED 2006/04/28 10:02:59 sj 1.148.18.1: added library for the tiff import

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9cadbdfc5dc65a2045cf230c188716f3d1225b6a]

        INTEGRATION: CWS impress92 (1.26.300); FILE MERGED 2006/04/26 12:56:54 sj 1.26.300.2: #i31250# now storing eps instead of svm if possible 2006/04/20 16:45:59 sj 1.26.300.1: #i31250# now storing eps instead of svm if possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5e1861028c876c301a5bf2f31f5eb82e9a630bda]

        INTEGRATION: CWS impress92 (1.11.286); FILE MERGED 2006/04/26 13:20:23 af 1.11.286.1: #i63668# Using the style settings of the original device for the pre-render device as well.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a5cc78ecc005c85d002c358849461cfd38b8c3aa]

        INTEGRATION: CWS impress92 (1.131.10); FILE MERGED 2006/04/20 12:57:50 sj 1.131.10.1: #i38476# added missing default value for parallel extrusion objects

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3061b0ed2ed1ca7deb96e6d0a7c47570ea236083]

        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>  [37e5e3c7a56b4ef9c6251b122a641ebfe51985cc]

        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>  [858b4273d32e2aa911782798c4946a32c438e8a5]

        INTEGRATION: CWS impress92 (1.6.186); FILE MERGED 2006/04/26 13:17:35 af 1.6.186.1: #i63668# Using the correct style settings.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [617ec6512c6e8b98dfe70c0c13dabb734e52dbcf]

        INTEGRATION: CWS impress92 (1.14.104); FILE MERGED 2006/04/26 13:16:37 af 1.14.104.1: #i63668# Using correct style settings from device.  PaintMouseOverEffect() restores the draw mode after temporarily changing it.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [04210b9e509eee197a26a1f6c92ddab1d160b3e1]

        INTEGRATION: CWS impress92 (1.16.8); FILE MERGED 2006/04/26 13:14:51 af 1.16.8.1: #i63668# Added HandleDrawModeChange() method.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a84c8aba69ea0fbd382015666cfb8fe1bfbfc831]

        INTEGRATION: CWS impress92 (1.9.8); FILE MERGED 2006/04/26 13:14:09 af 1.9.8.1: #i63668# Added HandleDrawModeChange() method.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2816421cfadd65398ee0d1eb5a98c89f022cc453]

        INTEGRATION: CWS impress92 (1.4.140); FILE MERGED 2006/04/26 15:56:44 sj 1.4.140.2: #i63668# Added InvalidateAllCaches() method. 2006/04/26 13:12:40 af 1.4.140.1: #i63668# Added InvalidateAllCaches() method.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c6d445b89ce01f8572290ba1a28e22a0bd2dd670]

        INTEGRATION: CWS impress92 (1.32.8); FILE MERGED 2006/04/26 13:10:29 af 1.32.8.1: #i63668# Handle switch to/from high contrast mode.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f76aeca0565ff512d338c8fcdeba37e296a46e2c]

        INTEGRATION: CWS impress92 (1.5.140); FILE MERGED 2006/04/26 12:59:49 af 1.5.140.1: #i63668# Added InvalidateAllCaches() method. Added Deleter class and made the destructor private.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1f40f6f8f6b66144813b39bf03b94964873e72a3]

        INTEGRATION: CWS impress92 (1.110.36); FILE MERGED 2006/04/21 10:06:14 sj 1.110.36.1: #55565# fixed positioning problem of the callout tailing point

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [911cc9ab48679355ec0b38f5181e0c7ec9c0fde6]

        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>  [8e7a5e507f6a817b7875dae8e09fa892275fa557]

        INTEGRATION: CWS fwkc03fixes (1.19.304); FILE MERGED 2006/05/03 10:27:46 fme 1.19.304.1: #132504# Made code robust agains hyphenator blunders

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4df8331a9d2d9de53c638f0024c902f5282245f7]

        INTEGRATION: CWS fwkc03fixes (1.5.20); FILE MERGED 2006/04/28 13:11:41 mav 1.5.20.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d692c94d33ea3b86c7d5514fec016819855aada4]

        INTEGRATION: CWS fwkc03fixes (1.3.20); FILE MERGED 2006/04/28 13:11:41 mav 1.3.20.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [927045b27c9857aa49c3eabc74da959e6df10363]

        INTEGRATION: CWS fwkc03fixes (1.1.2); FILE ADDED 2006/04/28 13:12:09 mav 1.1.2.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ab913e4950c5766b9eab93809df60b25b37fc9d3]

        INTEGRATION: CWS fwkc03fixes (1.12.4); FILE MERGED 2006/04/28 13:11:41 mav 1.12.4.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2db78fedd8f45e8634c71dfffe7cb934eefa5d18]

        INTEGRATION: CWS fwkc03fixes (1.16.20); FILE MERGED 2006/04/28 13:11:41 mav 1.16.20.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d0813ee6f3d1af3aff072f994f804085b224e353]

        INTEGRATION: CWS fwkc03fixes (1.8.20); FILE MERGED 2006/04/28 13:11:40 mav 1.8.20.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [45c581a4185d1709b36e47a69ccd271dffb89357]

        INTEGRATION: CWS fwkc03fixes (1.2.54); FILE MERGED 2006/04/28 13:11:40 mav 1.2.54.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bb6cd5b10dbc0f88c700fecae80bdd4484a16d77]

        INTEGRATION: CWS fwkc03fixes (1.16.4); FILE MERGED 2006/04/28 13:11:40 mav 1.16.4.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f309a88a83337a0b1a1893152c8c93a9b12f6dfe]

        INTEGRATION: CWS fwkc03fixes (1.20.14); FILE MERGED 2006/04/28 14:25:04 mav 1.20.14.2: #134455# fix objects crosslinking 2006/04/28 13:11:40 mav 1.20.14.1: #134455# fix objects crosslinking

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [41bf16a52e40e8bcf40e67a8823bf68d8bb539c2]

        INTEGRATION: CWS fwkc03fixes (1.31.18); FILE MERGED 2006/05/02 15:57:40 jl 1.31.18.1: #135271# Crash caused by CLI when exiting office

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [dde9f53ba8bc2cca38bb8f35d32a8814664c9e65]

        INTEGRATION: CWS fwkc03fixes (1.47.20); FILE MERGED 2006/04/28 15:52:46 mav 1.47.20.1: #134455# release docking area acceptor on disposing

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a58c6d03ac7bdf86af0cb6ab78a3a79ca7a540c9]

        INTEGRATION: CWS fwkc03fixes (1.19.134); FILE MERGED 2006/05/02 15:56:10 jl 1.19.134.1: #135271# Crash caused by CLI when exiting office

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [75d54f646dc0ade540cb32f15f62a181bf7d0dff]

        INTEGRATION: CWS fwkc03fixes (1.14.82); FILE MERGED 2006/05/02 15:53:52 jl 1.14.82.1: #135271# Crash caused by CLI when exiting office

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ec8309046aa997e5dab017883dac411a9cbd2d2a]

        INTEGRATION: CWS calc36 (1.15.108); FILE MERGED 2006/04/06 13:13:36 dr 1.15.108.1: #i63766# patch moved from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d3376cee790751dbb36f3b6b7aea552618b4d4d8]

        INTEGRATION: CWS calc36 (1.5.96); FILE MERGED 2006/04/05 16:28:21 nn 1.5.96.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bf1ab3099c53a9cd1cdeb67e96fb2c3bb387b7c1]

        INTEGRATION: CWS calc36 (1.55.48); FILE MERGED 2006/04/05 16:32:18 nn 1.55.48.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b5fb4feaf6abd26f5f02c63baaefbd2bcc312c77]

        INTEGRATION: CWS calc36 (1.26.154); FILE MERGED 2006/04/11 15:50:29 nn 1.26.154.1: #i60603# check if argument items exist

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [16143863330fcfcdec95324927d09ac0ec4c36a9]

        INTEGRATION: CWS calc36 (1.5.154); FILE MERGED 2006/04/05 16:32:18 nn 1.5.154.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [121648b43ac46bc40a1708207f634bec71e32a2f]

        INTEGRATION: CWS calc36 (1.22.152); FILE MERGED 2006/04/05 16:31:40 nn 1.22.152.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [cd2fedd71add01395ca004ba19cdf7be89e69b4b]

        INTEGRATION: CWS calc36 (1.12.154); FILE MERGED 2006/04/06 09:22:52 nn 1.12.154.1: #i63513# new method SetNewRangeNames to avoid extra copy of ScRangeName

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [524f3c03f20509c6394942830661e0534ce1a79b]

        INTEGRATION: CWS calc36 (1.96.10); FILE MERGED 2006/04/21 16:45:18 nn 1.96.10.2: #i63878# setPropertyValues / setPropertyValuesTolerant: CellStyle must be handled first 2006/04/10 16:13:00 nn 1.96.10.1: #i63519# ScCellRangesObj: don't use USHORT to access ranges

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d1e9c2922325db285620ac33450c16cb4a915aca]

        INTEGRATION: CWS calc36 (1.6.156); FILE MERGED 2006/04/05 16:31:08 nn 1.6.156.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3ed7c8998fd2e890ca2e815c9c49539c15f5a819]

        INTEGRATION: CWS calc36 (1.24.126); FILE MERGED 2006/04/05 16:30:10 nn 1.24.126.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bbc1c3c90dc2049bb6213e6fd536aabec5f24921]

        INTEGRATION: CWS calc36 (1.3.156); FILE MERGED 2006/04/05 16:30:10 nn 1.3.156.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5b87ae6476abb3c4b20567c24df35ff0ffae094d]

        INTEGRATION: CWS calc36 (1.12.156); FILE MERGED 2006/04/06 09:22:03 nn 1.12.156.1: #i63513# new method SetNewRangeNames to avoid extra copy of ScRangeName

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e736aeb334bdca7b3b1e8fe25e6e1599c4a5bbe6]

        INTEGRATION: CWS calc36 (1.58.10); FILE MERGED 2006/04/06 09:22:36 nn 1.58.10.1: #i63513# new method SetNewRangeNames to avoid extra copy of ScRangeName

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [241a75114ec7c20a58f3b40a138f8dbd123e88eb]

        INTEGRATION: CWS calc36 (1.46.114); FILE MERGED 2006/04/11 15:51:03 nn 1.46.114.1: #i60603# don't set nCurRefDlgId if no dialog is created

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a5d976c84eb9fa67169e871c2bb8db944a433cbf]

        INTEGRATION: CWS calc36 (1.4.156); FILE MERGED 2006/04/06 12:16:39 dr 1.4.156.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [fca6cd3976ec757b2faa4a0f16900561af58e4c6]

        INTEGRATION: CWS calc36 (1.17.156); FILE MERGED 2006/04/06 12:16:39 dr 1.17.156.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3d10675d059addb6d54830632430629d9c2ab11d]

        INTEGRATION: CWS calc36 (1.7.126); FILE MERGED 2006/04/06 12:16:38 dr 1.7.126.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [47d1bac2848a6ccc728547b8a7d5a6c0fc498e61]

        INTEGRATION: CWS calc36 (1.18.90); FILE MERGED 2006/04/06 12:16:38 dr 1.18.90.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [331ec402a3f7aad637d43e92d064cbd0fe45a04c]

        INTEGRATION: CWS calc36 (1.2.18); FILE MERGED 2006/04/06 12:16:38 dr 1.2.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [10a7bea3d8aae0a708633d20d7d47fceb7aad657]

        INTEGRATION: CWS calc36 (1.8.156); FILE MERGED 2006/04/06 12:16:38 dr 1.8.156.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1567fc13de2da8b8d801b94b83156bdd0e726576]

        INTEGRATION: CWS calc36 (1.26.146); FILE MERGED 2006/04/06 12:16:38 dr 1.26.146.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [852b0dccc177ec38ddd5c7fe58ac28b42471ce22]

        INTEGRATION: CWS calc36 (1.4.146); FILE MERGED 2006/04/06 12:16:37 dr 1.4.146.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d7baaef1a207444cd704f34997af5be73542b664]

        INTEGRATION: CWS calc36 (1.15.156); FILE MERGED 2006/04/06 12:16:37 dr 1.15.156.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [0ef5b0657d03eef3cad4922adeb590e3bb8fe11c]

        INTEGRATION: CWS calc36 (1.36.18); FILE MERGED 2006/04/06 12:16:37 dr 1.36.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [cd42d05f3e85df0e20ac480d9f4d1d1880f987c0]

        INTEGRATION: CWS calc36 (1.18.156); FILE MERGED 2006/04/06 12:16:37 dr 1.18.156.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [dddc5631a1ec6ce61621f7fcaf6f4035c131e645]

        INTEGRATION: CWS calc36 (1.2.18); FILE MERGED 2006/04/06 12:16:37 dr 1.2.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [0bb2a7ce2bf74a2a46661bf99061086cf0dff947]

        INTEGRATION: CWS calc36 (1.64.18); FILE MERGED 2006/04/06 12:16:37 dr 1.64.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4f06d11e22d7ca847e5a39c3cdc1f9ddd7d0aaf1]

        INTEGRATION: CWS calc36 (1.2.18); FILE MERGED 2006/04/26 12:10:02 dr 1.2.18.2: #i10000# check validity of objects 2006/04/06 12:16:36 dr 1.2.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6482621143d623f290e2ea4f552365535593ef37]

        INTEGRATION: CWS calc36 (1.4.146); FILE MERGED 2006/04/06 12:16:36 dr 1.4.146.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [201fb61fdfaed1b6c3879d931046246802fae0e2]

        INTEGRATION: CWS calc36 (1.2.18); FILE MERGED 2006/04/06 12:16:36 dr 1.2.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ffb83d2b1bb1e439ab11d937ac2ea7875f498cca]

        INTEGRATION: CWS calc36 (1.2.18); FILE MERGED 2006/04/26 08:08:52 nn 1.2.18.2: build error 2006/04/06 12:16:36 dr 1.2.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2fa86403e6dd849dd448e46aace00a3da9c3c1f9]

        INTEGRATION: CWS calc36 (1.15.18); FILE MERGED 2006/04/25 13:16:52 nn 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2006/04/06 12:16:35 dr 1.15.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4668f1cc24e08dd2b901c1e85b2e64b276b525c4]

        INTEGRATION: CWS calc36 (1.10.146); FILE MERGED 2006/04/06 12:16:35 dr 1.10.146.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [8aa9038cdaa404bdb35c70eff2a8fc08a993d605]

        INTEGRATION: CWS calc36 (1.22.104); FILE MERGED 2006/04/06 12:16:35 dr 1.22.104.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3b60033240089b4a576e37d21c90c932a1319404]

        INTEGRATION: CWS calc36 (1.18.18); FILE MERGED 2006/04/06 12:16:35 dr 1.18.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2800531ac723515b8107cfdace3e4f066f369e69]

        INTEGRATION: CWS calc36 (1.8.126); FILE MERGED 2006/04/25 13:16:34 nn 1.8.126.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/06 12:16:35 dr 1.8.126.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c99d0789ffe227fa2cd9792cf8b9c763dff5fbeb]

        INTEGRATION: CWS calc36 (1.57.18); FILE MERGED 2006/04/06 12:16:34 dr 1.57.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ea75e7b0dfbd27f085100551b07786ee0bc1868b]

        INTEGRATION: CWS calc36 (1.78.18); FILE MERGED 2006/04/06 12:16:34 dr 1.78.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7bedf97471f0ef3c52546f1536e463e0c71e5a2f]

        INTEGRATION: CWS calc36 (1.110.18); FILE MERGED 2006/04/06 12:16:34 dr 1.110.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [415c596f151ab367d8c2b4824b1e2e29be26315f]

        INTEGRATION: CWS calc36 (1.21.18); FILE MERGED 2006/04/06 12:16:34 dr 1.21.18.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [41e65b9ead382447a1f80c599d7ee8dda181027b]

        INTEGRATION: CWS calc36 (1.61.146); FILE MERGED 2006/04/06 12:16:33 dr 1.61.146.1: #i62752# #i63502# #i63591# moved changes from CWS dr47

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7d2d65ac002d4d999645e4f4ba259adb3a4c840f]

        INTEGRATION: CWS calc36 (1.37.104); FILE MERGED 2006/04/21 15:23:16 er 1.37.104.2: #i60708# ScType: empty cell is value (0) 2006/04/21 15:03:00 er 1.37.104.1: #i35483# ScValue: handle empty cells as zero, add matrix cases

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [aef5729362e047d2e9e2222f95f56d3740088f76]

        INTEGRATION: CWS calc36 (1.58.8); FILE MERGED 2006/04/13 11:24:10 er 1.58.8.1: #i62238# UpdateInsertTab, UpdateDeleteTab: absolute positions aren't necessarily in sync with relative reference, sync before access

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [23502befe7af5c0171fc06a469bbf4205a433cc6]

        INTEGRATION: CWS calc36 (1.70.10); FILE MERGED 2006/04/05 16:29:08 nn 1.70.10.1: #i40174# SingleCellMode for range selection API

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [aefeb50a5e0f38b5e9429be896e7d8cb02750d09]

        INTEGRATION: CWS calc36 (1.24.10); FILE MERGED 2006/04/10 16:12:27 nn 1.24.10.1: #i63519# ScCellRangesObj: don't use USHORT to access ranges

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [10d9b3799076efd264d3a4e45f593190e5b42ed0]

        INTEGRATION: CWS calc36 (1.3.66); FILE MERGED 2006/04/25 13:08:29 nn 1.3.66.3: RESYNC: (1.3-1.4); FILE MERGED 2006/04/12 14:10:46 er 1.3.66.2: #i62026# add assertion for unkwon cases 2006/04/12 13:23:58 er 1.3.66.1: #i62026# handle new token symbols that changed type from string as string again; needs to be synchronized with module 'xmloff'

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [57ff5e3ca2ecc81dda8a44c37710496257c17a04]

        INTEGRATION: CWS swqbf62 (1.46.308); FILE MERGED 2006/04/20 11:45:35 od 1.46.308.1: #i63101# method <SdrUnoControlRec::adjustControlVisibility(..)> 	 - assure that status of <SdrUnoControlRec> instance is aligned 	   with its <xControlWindow> after calling <xControlWindow.setVisible(..)>

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d1140f0895c2d39e64a34f2d2906279b47a2e584]

        INTEGRATION: CWS swqbf62 (1.130.54); FILE MERGED 2006/04/21 10:09:50 od 1.130.54.1: #i63540# method <SwEditWin::KeyInput(..)> 	 - adjust <Backspace> key handling: 	   existing numbering deleted for empty paragraphs, if numbering 	   isn't the outline one.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bab9d4750843bcf9931729f3a57ebf0ab66adea2]

        INTEGRATION: CWS swqbf62 (1.74.138); FILE MERGED 2006/04/18 15:20:58 hbrinkm 1.74.138.1: #i54959# applied cmc's patch

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f6a8712ac5847ea7fca552b40b879139bf9378a0]

        INTEGRATION: CWS swqbf62 (1.61.48); FILE MERGED 2006/04/26 19:29:13 od 1.61.48.3: #i64010# method <SwTxtNode::SetCounted(..)> 	 - invalidate and notify complete numbering tree. 2006/04/26 08:22:56 od 1.61.48.2: #i64660# method <SwTxtNode::SplitNode(..)> 	 - remember numbering level before calling method 	   <SwTxtNode::_MakeNewTxtNode(..)> 2006/04/25 13:25:01 od 1.61.48.1: #i64311# class <SwTxtNode> 	 - remove method <IsContinuous()>

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [679a1f9b447f6c454b89b7019f2cc9e3c47aab49]

        INTEGRATION: CWS swqbf62 (1.55.14); FILE MERGED 2006/04/27 11:53:53 od 1.55.14.1: #i64311# method <lcl_ChgNumRule(..)> 	 - invalidate numbering rule on change of <IsContinusNum()> state

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1ebe04b751ae985c4b202d3fb6acc7d6ec1d4db3]

        INTEGRATION: CWS swqbf62 (1.4.48); FILE MERGED 2006/05/03 14:20:32 od 1.4.48.3: #135352# - correct fix for issue i64311 2006/04/26 19:27:48 od 1.4.48.2: #i64010# class <SwNumberTree> and <SwNodeNum> 	 - adjustments for correct handling of text node, which are 	   counted, but have no number/bullet 2006/04/25 13:26:55 od 1.4.48.1: #i64311# - correct consecutive numbering

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b81db0d774cc9cd585d71e13f53a224d87293ec8]

        INTEGRATION: CWS swqbf62 (1.5.50); FILE MERGED 2006/04/26 19:27:48 od 1.5.50.2: #i64010# class <SwNumberTree> and <SwNodeNum> 	 - adjustments for correct handling of text node, which are 	   counted, but have no number/bullet 2006/04/25 13:26:56 od 1.5.50.1: #i64311# - correct consecutive numbering

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bd31812455af4f3786bcb560cc972c23a7d4ecf4]

        INTEGRATION: CWS swqbf62 (1.42.52); FILE MERGED 2006/04/25 13:23:30 od 1.42.52.1: #b64311# class <SwTxtNode> 	 - remove unneccesary method <IsContinuous()>

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [d682dde016e1affb9a686b7ff91c26c42f6f73a7]

        INTEGRATION: CWS swqbf62 (1.2.228); FILE MERGED 2006/05/03 14:16:47 od 1.2.228.2: #135352# - correct fix for issue i64311 2006/04/26 19:22:43 od 1.2.228.1: #i64010# class <SwNumberTree> and <SwNodeNum> 	 - adjustments for correct handling of text node, which are 	   counted, but have no number/bullet

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [7de6361e539cf407d4132fcd36902bdd4698b586]

        INTEGRATION: CWS swqbf62 (1.4.50); FILE MERGED 2006/04/26 19:22:42 od 1.4.50.1: #i64010# class <SwNumberTree> and <SwNodeNum> 	 - adjustments for correct handling of text node, which are 	   counted, but have no number/bullet

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [0870d6afdcbc509658cabf45166324f22006dbee]

        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>  [4f7b065479d4de408dddc9dc38e24408e78b95e4]

        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>  [a22f7e29b7472941ec8a326723b9bddf0badd1f2]

        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>  [bce2500b5bc06296f106f758e221efc08a36305f]

        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>  [b8b2501bafc7a4889b47fb9b8c5c6ccbefbdf489]

        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>  [d256afd5d1c5a9a0905c5acadb0f2b19060156db]

        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>  [ad37f6f0731f6798eb51677ff3ee7b0b332d716f]

        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>  [97ccbca979d333a539b93af6838ed26bbd43a321]

        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>  [02006d06aa2119acc77410bad1db865814892f9c]

        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>  [caed64cccfca9bc1a0f9ed8557c04fc5158c6554]

        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>  [79f20fba8eea129300b52326d84c14adea9e1292]

        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>  [c0f1e3d073cbfa3a5a41bbb170985b961eeb6273]

        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>  [6f9c052ee59420f62e555d31b28387b202801b0b]

        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>  [78335768aa6f3bb70f9ff38725352b9963329f53]

        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>  [5f4957f32f4b434a8e9322c5cab52b432fb9e33e]

        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>  [89f0243cd14f173b7868f0fd62ef80a1c7db35d5]

        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-05  Rüdiger Timm  <rt@openoffice.org>  [a55ed92d98543fccd55fbb75d3ca4ccb9807453a]

        INTEGRATION: CWS vcl57 (1.30.56); FILE MERGED 2006/04/12 17:29:04 pl 1.30.56.2: RESYNC: (1.30-1.31); FILE MERGED 2006/03/27 16:57:29 pl 1.30.56.1: #i63428# checkmark menu bit

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [8bea83a7a56ee0711dd7c028a704f29c439f8558]

        INTEGRATION: CWS ab26 (1.42.34); FILE MERGED 2006/04/26 14:43:36 ab 1.42.34.1: #i64458# Patch flag for basctl resource

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [65fba35070753a54b01d35be241d3d3072e194af]

        INTEGRATION: CWS ab26 (1.2.16); FILE MERGED 2006/04/26 13:50:42 ab 1.2.16.1: #i64355# Removed SISSL

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c7a3002cecd0c7172bf5cdb1f80ede2f06814c62]

        INTEGRATION: CWS ab26 (1.2.16); FILE MERGED 2006/04/26 13:50:41 ab 1.2.16.1: #i64355# Removed SISSL

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2d5fee6768f056320eaa1608720d1df8cffb81eb]

        INTEGRATION: CWS ab26 (1.2.42); FILE MERGED 2006/04/26 13:51:30 ab 1.2.42.1: #i64355# Removed SISSL

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9b171751112b2556bd7b001f76b79bdfa272749f]

        INTEGRATION: CWS ab26 (1.21.78); FILE MERGED 2006/04/28 07:01:30 ab 1.21.78.1: #111791# Error as command

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e8deba22e887a972f60ff05551e93c334ac1e7b6]

        INTEGRATION: CWS ab26 (1.66.10); FILE MERGED 2006/05/04 14:25:03 ab 1.66.10.4: #111951# Mid: Limit string replacement to original string len 2006/05/04 08:33:46 ab 1.66.10.3: #111951# Changed Mid runtime behaviour only for CompatibilityMode(true) 2006/04/27 10:55:15 ab 1.66.10.2: #111951# Mid as lvalue 2006/04/26 10:38:06 ab 1.66.10.1: #i61071# implStepRenameUCB(): Error if target file exists

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a4134442ae3af5aff29d4dc8da91fd31131ba1a7]

        INTEGRATION: CWS ab26 (1.3.12); FILE MERGED 2006/04/27 14:06:46 ab 1.3.12.1: #i61255# Create own ResMgr in Basic

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6d688fb21da0e93658a10a42e4ac946690b6574d]

        INTEGRATION: CWS ab26 (1.8.82); FILE MERGED 2006/04/28 07:00:59 ab 1.8.82.1: #111791# Error as command

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e0c5697517e45842c6d968cc166304ecf23ba52f]

        INTEGRATION: CWS ab26 (1.9.30); FILE MERGED 2006/04/27 10:54:45 ab 1.9.30.1: #111951# Mid as lvalue

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [14695ceace2ff5ddfb956cfd4aa98dc9f718e91d]

        INTEGRATION: CWS ab26 (1.15.74); FILE MERGED 2006/04/28 07:04:26 ab 1.15.74.1: #111791# Error as command

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e14cf02805fe83b1b3fc105ddac460ad30adb0ae]

        INTEGRATION: CWS ab26 (1.13.70); FILE MERGED 2006/04/28 07:03:49 ab 1.13.70.2: #111791# Error as command 2006/04/27 10:55:47 ab 1.13.70.1: #111951# Mid as lvalue

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [69a7b8dad974ae9a8607c7b37268285ed2028e3a]

        INTEGRATION: CWS ab26 (1.13.12); FILE MERGED 2006/04/27 10:55:47 ab 1.13.12.1: #111951# Mid as lvalue

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [614d9d4bc690a3e528edace78d83e45fc21066de]

        INTEGRATION: CWS ab26 (1.28.10); FILE MERGED 2006/04/28 06:42:43 ab 1.28.10.1: #i64834# Syntax highlighting: byte as keyword

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b490e82b248c02da28a5133caf67f5517dc470b7]

        INTEGRATION: CWS swqbf60 (1.17.134); FILE MERGED 2006/04/24 13:25:16 fme 1.17.134.2: RESYNC: (1.17-1.18); FILE MERGED 2006/04/13 13:41:28 ama 1.17.134.1: Fix #i63949#: Undo of table split

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [78f2ef9cc9b58b5ca42a6dc26b4b34e96d44677b]

        INTEGRATION: CWS swqbf60 (1.70.24); FILE MERGED 2006/04/12 13:00:02 ama 1.70.24.1: Fix #i63141#: Formatting during spelling caused by GetCharRect()

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b91920ada59673608e4c7cccce730f84bcedecc7]

        INTEGRATION: CWS swqbf60 (1.87.16); FILE MERGED 2006/04/26 10:26:02 fme 1.87.16.2: #i63632# Unlock fix correction 2006/04/05 13:14:31 fme 1.87.16.1: #i63632# Do not unlock follow table if it was not locked before

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f3a8f42d20aaca04b4d1a8d8bd89f5aeea011d5f]

        INTEGRATION: CWS ab25 (1.3.64); FILE MERGED 2006/04/12 10:30:11 ab 1.3.64.1: #i17825# byte type

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [52893ccc9a65c482c97b0ca707d7ee29bd5f8154]

        INTEGRATION: CWS ab25 (1.24.26); FILE MERGED 2006/04/05 15:52:36 ab 1.24.26.1: #i90691# DatePart: Fixed search in interval table

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [9f19bd72abb62c018800976a1232adca64eb1a3c]

        INTEGRATION: CWS ab25 (1.64.24); FILE MERGED 2006/04/18 11:23:10 ab 1.64.24.1: #129905# Changed RGB behaviour for compatibility mode

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f986786ef4002cb89ce75884ab2ec996001993cd]

        INTEGRATION: CWS ab25 (1.8.66); FILE MERGED 2006/04/12 10:29:53 ab 1.8.66.1: #i17825# byte type

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [0492b0ab677e3a6972b0946ba246a87fec71a87b]

        INTEGRATION: CWS ab25 (1.15.58); FILE MERGED 2006/04/12 12:53:53 ab 1.15.58.2: #129904# System no keyword with Option compatible 2006/04/12 10:29:35 ab 1.15.58.1: #i17825# byte type

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b743cabf618efe5b52b727e2c4c8b5e74eea1bef]

        INTEGRATION: CWS ab25 (1.21.58); FILE MERGED 2006/04/12 10:29:35 ab 1.21.58.1: #i17825# byte type

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a5057cdcea0c04a8a6666ebcc5af3834fd7f2601]

        INTEGRATION: CWS ab25 (1.36.14); FILE MERGED 2006/04/18 13:51:10 ab 1.36.14.1: #i60891# Catch NoSuchElementException for getByName()

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [4eaff60f2938aaf921691545f7e30b6ffd8afa7f]

        INTEGRATION: CWS tl20 (1.30.60); FILE MERGED 2006/04/26 10:18:38 os 1.30.60.1: #132523# crash prevention if Outliner is not set

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c017886fc34cfbcef645e4e495a9afd2cb486ec4]

        INTEGRATION: CWS tl18 (1.108.54); FILE MERGED 2006/04/19 13:31:50 tl 1.108.54.1: #i64467# fixing crash by using correct c-tor

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1808865ab055ee0afb9d5cc862ab66f2c6f34d1d]

        INTEGRATION: CWS tl18 (1.7.48); FILE MERGED 2006/01/24 12:58:15 tl 1.7.48.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [285f28b5ca1f3989ec8efd6a496c5f13349c2ee2]

        INTEGRATION: CWS gh12a (1.15.48); FILE MERGED 2006/05/03 13:52:21 gh 1.15.48.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [92c0e4177199336f36882fcd8b33e06ab61d44a5]

        INTEGRATION: CWS gh12a (1.5.326); FILE MERGED 2006/05/03 13:47:15 gh 1.5.326.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [3174205567be06d64f5795b7120f0af6088b4420]

        INTEGRATION: CWS tl18 (1.140.90); FILE MERGED 2006/04/11 08:21:11 tl 1.140.90.3: RESYNC: (1.140-1.144); FILE MERGED 2006/03/08 14:14:58 mav 1.140.90.2: #i59205# create the client correctly 2006/03/07 16:57:05 mav 1.140.90.1: #i59205# create the client when the object is provided outside

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c4823eaad0d1507ca95c4be4fbc2edcfd445a8f4]

        INTEGRATION: CWS gh12a (1.3.326); FILE MERGED 2006/05/03 13:47:14 gh 1.3.326.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [618a49e36ac6e5df37999a03675bc461858266d1]

        INTEGRATION: CWS tl18 (1.78.56); FILE MERGED 2006/04/19 13:31:50 tl 1.78.56.1: #i64467# fixing crash by using correct c-tor

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [f46ca46a033816379ee61b8e588e990b4dff5cf4]

        INTEGRATION: CWS gh12a (1.6.80); FILE MERGED 2006/05/03 13:50:47 gh 1.6.80.1: #i63675# enable file selection dialog as proposed in i63642

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [8d25f287b2311f608672f71c6af0781e957a8cdb]

        INTEGRATION: CWS gh12a (1.10.80); FILE MERGED 2006/05/03 13:50:47 gh 1.10.80.1: #i63675# enable file selection dialog as proposed in i63642

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a0a056655ac2c4e0ae4e97b26060662f57a7db3e]

        INTEGRATION: CWS gh12a (1.24.8); FILE MERGED 2006/05/03 13:50:46 gh 1.24.8.1: #i63675# enable file selection dialog as proposed in i63642

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5e0fc777a8861021e7cc459caf8caa3a1ac5cb84]

        INTEGRATION: CWS gh12a (1.60.74); FILE MERGED 2006/05/03 13:50:46 gh 1.60.74.1: #i63675# enable file selection dialog as proposed in i63642

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e5ccc35371c32c317c2e73787113c448e9710ddf]

        INTEGRATION: CWS gh12a (1.62.8); FILE MERGED 2006/05/03 13:50:45 gh 1.62.8.1: #i63675# enable file selection dialog as proposed in i63642

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [e35fbf7e067d763394fc4e1489cee18c4030b612]

        INTEGRATION: CWS tml01 (1.1.2); FILE ADDED 2006/04/25 22:22:58 tml 1.1.2.2: Issue number:  #i62916# Move Perl checks in configure.in before use of oowintool (which is a Perl script). Use proper version of oowintool, had by mistake first committed one that contained some experimental hacks. 2006/04/25 18:31:27 tml 1.1.2.1: Issue number:  #i62916 Add the oowintool script and adapt configure.in to use it.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a706fb443b7bb1c8d7388434466227c025184302]

        INTEGRATION: CWS toolbarhc (1.26.22); FILE MERGED 2006/05/03 13:09:58 cd 1.26.22.1: #135351# Use face color instead of background color for HC mode

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [8d2e1c0011171fdf85edee60d29799e98200965f]

        INTEGRATION: CWS tml01 (1.160.2); FILE MERGED 2006/04/25 22:22:58 tml 1.160.2.3: Issue number:  #i62916# Move Perl checks in configure.in before use of oowintool (which is a Perl script). Use proper version of oowintool, had by mistake first committed one that contained some experimental hacks. 2006/04/25 22:07:25 tml 1.160.2.2: RESYNC: (1.160-1.163); FILE MERGED 2006/04/25 18:31:26 tml 1.160.2.1: Issue number:  #i62916 Add the oowintool script and adapt configure.in to use it.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c6af08ab22461277051c30a03d63336600cd179f]

        INTEGRATION: CWS gh12a (1.1.2); FILE ADDED 2006/05/03 13:51:51 gh 1.1.2.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [2079aab3320615b1da6216f9217f836fcf82690d]

        INTEGRATION: CWS tml01 (1.147.6); FILE MERGED 2006/05/03 16:57:57 vq 1.147.6.1: #i62916# Regenerate configure.

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [bebc0ba17740b8b0e1be3829ec4c3f0ec4b396e8]

        INTEGRATION: CWS gh12a (1.20.28); FILE MERGED 2006/05/03 13:52:22 gh 1.20.28.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b30d73fb6fef127b248986fb61fccc840fcbae03]

        INTEGRATION: CWS tl18 (1.14.24); FILE MERGED 2006/03/08 10:13:40 tl 1.14.24.1: #i60698# introducing new, optional tagged file format for user-dictionaries

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a2a251f4db9f89a8bcae42a550bc049234d40280]

        INTEGRATION: CWS tl18 (1.5.24); FILE MERGED 2006/03/08 10:13:39 tl 1.5.24.1: #i60698# introducing new, optional tagged file format for user-dictionaries

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [cd0ec826a262441f0dd248a9cca8b746e5c7da89]

        INTEGRATION: CWS tl18 (1.15.4); FILE MERGED 2006/03/08 10:13:39 tl 1.15.4.1: #i60698# introducing new, optional tagged file format for user-dictionaries

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5d49fa07c4a82c2e1a1179b97cc3e2782bf56a77]

        INTEGRATION: CWS tl18 (1.32.172); FILE MERGED 2006/03/02 08:53:38 tl 1.32.172.1: #i62054# SwXAutoTextContainer::insertNewByName and SwXAutoTextGroup::setName fixed

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [06c99f5fa8714779ee47731b14460f8fd8e3c9b6]

        INTEGRATION: CWS tl18 (1.32.174); FILE REMOVED 2006/03/07 11:22:27 mav 1.32.174.1: #i59205# move view.hxx and wrtsh.hxx from source\ui\inc\ to inc\

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c48cf36bca2854f5d1d278b63b2556ca4a7c8a4f]

        INTEGRATION: CWS tl18 (1.39.40); FILE REMOVED 2006/03/07 11:22:02 mav 1.39.40.1: #i59205# move view.hxx and wrtsh.hxx from source\ui\inc\ to inc\

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b581180623474a02edd169c65b1dc47eaead9a7b]

        INTEGRATION: CWS tl18 (1.24.38); FILE MERGED 2006/04/19 14:05:41 tl 1.24.38.1: #i64467# applying function name change to be consistent with naming in svx

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [775fa5a262ec45c2951836985c4ef0333409e133]

        INTEGRATION: CWS tl18 (1.130.38); FILE MERGED 2006/04/19 14:05:41 tl 1.130.38.1: #i64467# applying function name change to be consistent with naming in svx

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [45ced4f0e4155dc670be1836351cbef080ad1aa8]

        INTEGRATION: CWS tl18 (1.101.148); FILE MERGED 2006/03/07 16:29:10 mav 1.101.148.2: #i59205# set the correct scaling for the client 2006/03/07 11:25:26 mav 1.101.148.1: #i59205# create a client if the object is provided to API user

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [5c88ccfd5052dc90f71fdd9669828d1f4f09387a]

        INTEGRATION: CWS gh12a (1.5.34); FILE MERGED 2006/05/03 13:52:22 gh 1.5.34.1: #i63675# add testtool.ini/rc to installation

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [08f2861e286d56d8b48504be20388f30fe69c719]

        INTEGRATION: CWS tl18 (1.39.46); FILE MERGED 2006/03/01 14:13:52 tl 1.39.46.2: #i60111# Avoid use of SmGetActiveView 2006/01/24 13:00:20 tl 1.39.46.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [6e3e532d5d2d1dfccf0b66773800ad4f8fcf7f0a]

        INTEGRATION: CWS tl18 (1.15.36); FILE MERGED 2006/01/24 13:00:18 tl 1.15.36.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [63f1f72201d47a8258895b25156d6ac6ef8e5104]

        INTEGRATION: CWS tl18 (1.34.38); FILE MERGED 2006/03/08 11:09:35 tl 1.34.38.3: #i59205# lock-/unlockControllers not needed to solve the problem 2006/03/06 13:38:49 tl 1.34.38.2: #i59205# allow for formulas to be resized correctly when programmatically changed 2006/01/24 13:00:19 tl 1.34.38.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [1706d985f2ebf2f04bc1ac8d74cfa13ef0aa719f]

        INTEGRATION: CWS tl18 (1.16.48); FILE MERGED 2006/01/24 13:00:17 tl 1.16.48.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b6484015432aa3fa2cb16edc2b05074b9c11c274]

        INTEGRATION: CWS tl18 (1.24.46); FILE MERGED 2006/02/27 09:48:26 tl 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED 2006/01/24 12:58:52 tl 1.24.46.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [ac48dd56c10be91c94caa0f8d09cae0b551a712c]

        INTEGRATION: CWS tl18 (1.81.6); FILE MERGED 2006/02/27 09:48:02 tl 1.81.6.2: RESYNC: (1.81-1.82); FILE MERGED 2006/01/24 13:00:22 tl 1.81.6.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [a2b8aef9326d4ee685fd90af11d6b0300a0082b2]

        INTEGRATION: CWS tl18 (1.32.36); FILE MERGED 2006/01/24 13:00:21 tl 1.32.36.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [c800f371fb443d69bde5ffb8cbdb77cadf832667]

        INTEGRATION: CWS tl18 (1.17.46); FILE MERGED 2006/01/24 13:02:08 tl 1.17.46.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [04071cab26e61d2b0caa8d0673af891fd603fa8d]

        INTEGRATION: CWS tl18 (1.9.48); FILE MERGED 2006/01/24 13:02:07 tl 1.9.48.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [27c5290e2f165dc764fd0e8e8f9b5707bcda60eb]

        INTEGRATION: CWS tl18 (1.4.48); FILE MERGED 2006/03/01 14:43:41 tl 1.4.48.1: #i60828# include <new.h> -> <new>

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [b31a8241e04147dff257e22cc9e4df5e40a6d3eb]

        INTEGRATION: CWS tl18 (1.27.6); FILE MERGED 2006/01/24 13:02:08 tl 1.27.6.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-05  Rüdiger Timm  <rt@openoffice.org>  [77e9bdc42a3401080e827f0b58ef23da70ed4ff2]

        INTEGRATION: CWS tl18 (1.15.46); FILE MERGED 2006/01/24 13:02:09 tl 1.15.46.1: #i60111# avoid use of SmGetActiveView(SfxViewShell::Current) as much as possible

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [daff3ec2f62e07f27466513431540d048a502c34]

        INTEGRATION: CWS perform07 (1.21.38); FILE MERGED 2006/04/27 10:57:20 mt 1.21.38.2: empty str currently can't be const 2005/11/04 16:28:28 mt 1.21.38.1: #i57365# No ref counting for empty string

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ed03492ae098f0a5553b49b951d87f602a1f4b68]

        INTEGRATION: CWS perform07 (1.20.36); FILE MERGED 2005/11/04 16:28:28 mt 1.20.36.1: #i57365# No ref counting for empty string

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9e41339a52d49b883b0cc4cd6eb773ab7c2cb60d]

        INTEGRATION: CWS perform07 (1.13.38); FILE MERGED 2006/04/27 10:57:20 mt 1.13.38.2: empty str currently can't be const 2005/11/04 16:28:27 mt 1.13.38.1: #i57365# No ref counting for empty string

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [02b4e59663f58bf24940222329908e17942c5393]

        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>  [8bae1a9030e1680966caca95b3b427c61cb8a846]

        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>  [35fc8bbb4c9b92ab5f2055874e0c2cd07279c3e7]

        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>  [56cdff6c75ad4c9dc10ab606646942aa4f024004]

        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>  [9dfd71ecc34cc49c7a561a3ecc2e4baad70e51cd]

        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>  [27f1e9c49c446093b30032fe05fe882b03326f3e]

        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>  [6917e23882836e72af99fc25fda10284f777631d]

        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>  [c8f89ae96a91d7647ce6792a5a2546be06a361ca]

        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>  [9509315c45bf8b834475d0f60425330b31dd1786]

        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>  [3ce362df52d51d584137f0fa91413c927c8e147b]

        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>  [3d26b67afba9521ce373f289ee6daba19dfae0f4]

        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>  [74a4ac33e3dacaabe9238c7ce14e4adf032f987c]

        INTEGRATION: CWS perform07 (1.5.134); FILE MERGED 2005/11/08 07:59:24 mt 1.5.134.1: #i57181# #i57182# GetDefaultSvxPaper( nLanguage )

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [8b0ffd910f9647741e3f9d0cf27dcc474fe98620]

        INTEGRATION: CWS perform07 (1.31.48); FILE MERGED 2005/11/08 12:07:49 mt 1.31.48.2: #i57181# #i57182# GetDefaultSvxPaper( nLanguage ) 2005/11/08 11:19:28 mt 1.31.48.1: #i57181# #i57182# GetDefaultSvxPaper( nLanguage )

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [8382ba06f67870f399cd8c14020de8ef54137eaa]

        INTEGRATION: CWS perform07 (1.51.48); FILE MERGED 2006/03/28 18:19:29 mt 1.51.48.2: RESYNC: (1.51-1.55); FILE MERGED 2005/11/08 16:09:56 mt 1.51.48.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [30fcc7e16ef7052491945bdc7657e7c2025f7985]

        INTEGRATION: CWS perform07 (1.25.52); FILE MERGED 2006/03/28 18:19:11 mt 1.25.52.2: RESYNC: (1.25-1.27); FILE MERGED 2005/11/08 16:09:55 mt 1.25.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7398bf1bc32e6f6fcad27793212d39d8591632b1]

        INTEGRATION: CWS perform07 (1.20.52); FILE MERGED 2005/11/08 16:09:54 mt 1.20.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [715cbd0d1d5b79ffe420417e89ca988d5382b8b8]

        INTEGRATION: CWS perform07 (1.35.52); FILE MERGED 2006/03/28 18:12:39 mt 1.35.52.2: RESYNC: (1.35-1.36); FILE MERGED 2005/11/08 16:09:53 mt 1.35.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [b3ff641d2e2b127b3c61d3e9d4f82be6ea395b9b]

        INTEGRATION: CWS perform07 (1.23.46); FILE MERGED 2005/12/01 11:44:41 mt 1.23.46.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/08 16:09:52 mt 1.23.46.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [bcab0a1d1295811c12c2bf90dfb7fd552166c38b]

        INTEGRATION: CWS perform07 (1.17.52); FILE MERGED 2005/11/08 16:09:52 mt 1.17.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [66f8b4e9a573ed0bd9702990568040d6f9abf058]

        INTEGRATION: CWS perform07 (1.81.48); FILE MERGED 2006/03/31 15:28:38 mt 1.81.48.3: RESYNC: (1.84-1.85); FILE MERGED 2006/03/28 18:11:02 mt 1.81.48.2: RESYNC: (1.81-1.84); FILE MERGED 2005/11/08 16:09:51 mt 1.81.48.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [914840db6ea1583ab619548f91565c13146b7878]

        INTEGRATION: CWS perform07 (1.31.52); FILE MERGED 2006/03/28 18:09:22 mt 1.31.52.2: RESYNC: (1.31-1.32); FILE MERGED 2005/11/08 16:09:50 mt 1.31.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [953e1dee0d6a168ca56031ae7a97becbf87d0fe1]

        INTEGRATION: CWS perform07 (1.7.52); FILE MERGED 2005/11/08 16:09:49 mt 1.7.52.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3dbfcd72e432feb0640d3bba469b992c26b963cc]

        INTEGRATION: CWS perform07 (1.27.54); FILE MERGED 2006/03/31 15:27:14 mt 1.27.54.3: RESYNC: (1.28-1.29); FILE MERGED 2006/03/28 17:55:12 mt 1.27.54.2: RESYNC: (1.27-1.28); FILE MERGED 2005/10/31 10:37:00 mt 1.27.54.1: #i56788# removed unnecessary font method calls

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [a313f8709dc022c0e783e5745508121175decf71]

        INTEGRATION: CWS perform07 (1.29.50); FILE MERGED 2006/03/31 15:26:58 mt 1.29.50.3: RESYNC: (1.30-1.31); FILE MERGED 2006/03/28 17:54:01 mt 1.29.50.2: RESYNC: (1.29-1.30); FILE MERGED 2005/11/08 16:09:48 mt 1.29.50.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [817a4e8866af0860ff9ca6eed2c200efdcf66669]

        INTEGRATION: CWS perform07 (1.40.38); FILE MERGED 2006/03/31 15:26:52 mt 1.40.38.3: RESYNC: (1.41-1.42); FILE MERGED 2006/03/28 17:53:54 mt 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2005/11/08 16:09:48 mt 1.40.38.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [61f97ce6d8d0974c1a52d46c9efdecc80a7d4891]

        INTEGRATION: CWS perform07 (1.52.38); FILE MERGED 2006/03/31 15:26:45 mt 1.52.38.3: RESYNC: (1.54-1.55); FILE MERGED 2006/03/28 17:53:47 mt 1.52.38.2: RESYNC: (1.52-1.54); FILE MERGED 2005/11/08 16:09:47 mt 1.52.38.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f5d37db5460b58df53d4ff32f7d511694835535b]

        INTEGRATION: CWS perform07 (1.88.38); FILE MERGED 2006/03/31 15:26:12 mt 1.88.38.3: RESYNC: (1.90-1.91); FILE MERGED 2006/03/29 05:21:24 mt 1.88.38.2: RESYNC: (1.88-1.90); FILE MERGED 2005/11/08 16:09:46 mt 1.88.38.1: #i57182# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [48d2442a78f60f6f0322ae3e46a59eb335cc39e4]

        INTEGRATION: CWS perform07 (1.9.54); FILE MERGED 2006/03/28 17:17:35 mt 1.9.54.2: RESYNC: (1.9-1.11); FILE MERGED 2005/11/09 11:01:52 mt 1.9.54.1: #i57181# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [778d4226cd857d28e1e2ca705f9d51f944ee6bd2]

        INTEGRATION: CWS perform07 (1.33.54); FILE MERGED 2006/03/28 17:09:05 mt 1.33.54.3: RESYNC: (1.34-1.36); FILE MERGED 2005/12/01 10:53:48 mt 1.33.54.2: RESYNC: (1.33-1.34); FILE MERGED 2005/11/09 11:01:51 mt 1.33.54.1: #i57181# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3ad6d8861c3da1bb99b57b4ec92150c26446884c]

        INTEGRATION: CWS perform07 (1.68.28); FILE MERGED 2006/03/28 17:08:58 mt 1.68.28.2: RESYNC: (1.68-1.72); FILE MERGED 2005/11/09 11:01:51 mt 1.68.28.1: #i57181# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [aa7b83c18b5c1706b89b2638b975f3dafe359ab9]

        INTEGRATION: CWS perform07 (1.10.32); FILE MERGED 2005/12/01 10:47:32 mt 1.10.32.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/09 11:01:51 mt 1.10.32.1: #i57181# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [69ef66efa094366a28865faae015c44975ffe8a1]

        INTEGRATION: CWS perform07 (1.33.14); FILE MERGED 2006/03/28 16:56:47 mt 1.33.14.2: RESYNC: (1.33-1.34); FILE MERGED 2005/11/09 11:01:50 mt 1.33.14.1: #i57181# No printer in startup...

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f042e5e8593a4d9815ff80932e5e80350ee6ff97]

        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>  [0eaf1755d32c3dbf2988a78a6fb89b244cf2c591]

        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>  [d106241ca7bc16157fc1e501dc09b3af1bd1b021]

        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>  [88c715e2544f2fd87b22cb7d8d0e2c52d8e8631a]

        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>  [8f4f077cd8b9900d7ec7269977bf73630c973a51]

        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>  [f030da5223e37f302c0388f116a0c028a1856247]

        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>  [38e35165778b1a60cd80ffb85e8919643e9e1253]

        INTEGRATION: CWS perform07 (1.14.48); FILE MERGED 2005/11/11 09:14:30 cd 1.14.48.1: #i56722# Retrieve ui name only for custom ui elements

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4b76748ff1f96eaf408b4e8884cb8870a2c0e466]

        INTEGRATION: CWS pb15 (1.120.22); FILE MERGED 2006/04/26 06:47:04 pb 1.120.22.1: fix: #i64206# impl_isFolder() now catches all Exceptions

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ac7a1b76e1e019c200154054e973a89bf46b587b]

        INTEGRATION: CWS pb15 (1.4.292); FILE MERGED 2006/04/26 11:47:19 pb 1.4.292.1: fix: #i45473# use new method EnableList() of TreeListBox

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1bc4d0d44de94ce74771ecfc1e27b509b298b199]

        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>  [b9a295b06551f8d7d8997488d44ffe4334f901a2]

        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>  [691723f031e2ec6745cf78fec63dbdedeafc770f]

        INTEGRATION: CWS swqbfconv_SRC680 (1.105.28); FILE MERGED 2006/03/30 14:12:51 rt 1.105.28.2: #b6382898# Joined from CWS swqbf56patch 2006/03/22 13:16:13 od 1.105.28.1: #b6375613# - new Writer document property <ApplyWorkaroundForB6375613>

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9bfc9088dece416ce1470dd181831f996c2cf792]

        INTEGRATION: CWS swqbfconv_SRC680 (1.118.86.1.12); FILE MERGED 2006/03/22 13:13:45 od 1.118.86.1.12.1: #b6375613# - UNO-API defines for new Writer document property <ApplyWorkaroundForB6375613>

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [46dbe40ae0e78ad7babaff5490fca53fafbbd2fa]

        INTEGRATION: CWS swqbfconv_SRC680 (1.112.86.1.12); FILE MERGED 2006/03/22 13:08:06 od 1.112.86.1.12.1: #b6375613# - new defines for new Writer document property.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [caf302fd91a348c5e1f713c27c4639bbd443b144]

        INTEGRATION: CWS swqbfconv_SRC680 (1.183.138.1.12); FILE MERGED 2006/03/22 13:13:45 od 1.183.138.1.12.1: #b6375613# - UNO-API defines for new Writer document property <ApplyWorkaroundForB6375613>

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [8689996a1365cae2f62642a7a3d8c9a15bcadfd5]

        INTEGRATION: CWS swqbfconv_SRC680 (1.12.272); FILE MERGED 2006/04/19 13:58:21 od 1.12.272.1: #b6375613# file <laycache.cxx> now belongs to the exception files.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1687227736903ad149038c6082cc10dc8e49a4db]

        INTEGRATION: CWS swqbfconv_SRC680 (1.23.72); FILE MERGED 2006/04/20 12:26:54 od 1.23.72.4: #b6375613# - improvement of previous made correction 2006/04/20 12:16:38 od 1.23.72.3: #b6375613# - correction for Linux compiler 2006/04/19 14:00:16 od 1.23.72.2: #b6375613# method <lcl_ApplyWorkaroundForB6375613(..)> 	   - set document info property <WorkaroundForB6375613Applied>, if 	     the workaround is applied. 2006/03/22 13:22:33 od 1.23.72.1: #b6375613# <SwLayHelper::CheckInsert(..)> 	   - introduce conversion code for documents using OOo 1.x layout 	     defect for document layout.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3df23ff0333adadd09e26e28d8915961c028b253]

        INTEGRATION: CWS swqbfconv_SRC680 (1.13.272); FILE MERGED 2006/04/19 13:57:06 od 1.13.272.1: #b6375613# file <docnew.cxx> now belongs to the exception files.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [df234ed8e33ed211fbd17fc4d80d05a9e8db3e3a]

        INTEGRATION: CWS swqbfconv_SRC680 (1.57.36); FILE MERGED 2006/04/24 08:16:21 od 1.57.36.3: #b6375613# method <SwDoc::SetApplyWorkaroundForB6375613(..)> 	   - assure that document info property <WorkaroundForB6375613Applied> 	     is transient, removable and thus, not read-only. 2006/04/19 13:56:19 od 1.57.36.2: #b6375613# <SwDoc::SetApplyWorkaroundForB6375613(..)> 	   - add/remove document info property <WorkaroundForB6375613Applied> 	     on setting document flag to <TRUE>/<FALSE> 2006/03/22 13:10:40 od 1.57.36.1: #b6375613# <SwDoc::SwDoc> - init <mbApplyWorkaroundForB6375613>

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c7894cfe251f875e44c5e1243b725f06e8b10901]

        INTEGRATION: CWS swqbfconv_SRC680 (1.54.192); FILE MERGED 2006/03/22 13:08:05 od 1.54.192.1: #b6375613# - new defines for new Writer document property.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ed2c35aadcc4f700dd58d230257521ebc66657d5]

        INTEGRATION: CWS swqbfconv_SRC680 (1.112.36); FILE MERGED 2006/04/19 13:52:49 od 1.112.36.2: #b6375613# method <SwDoc::SetApplyWorkaroundForB6375613(..)> no longer inline. 2006/03/22 12:43:37 od 1.112.36.1: #b6375613# class <SwDoc> 	   - introdcue new document flag <mbApplyWorkaroundForB6375613> 	     to trigger a document conversion, which applys the workaround 	     for documents, which uses a certain layout defect in OOo 1.x 	     to layout the documents.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [182762b66758b694aac65e3b870fac77db9e8477]

        INTEGRATION: CWS hro04 (1.38.38); FILE MERGED 2006/05/03 10:51:09 hro 1.38.38.1: #b6409032# Handle EINTR correctly, retry system call in case of interrupt

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ccd770e77a4c7dd694762dd9329f8d2a44a052f4]

        INTEGRATION: CWS native47 (1.62.4); FILE MERGED 2006/05/02 13:42:15 is 1.62.4.1: #i52791# dependencies to 0Xu-packages

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [b947b0209bc6c99f483f6d702a749f7fdb342d56]

        INTEGRATION: CWS vq30 (1.97.2); FILE MERGED 2006/04/25 15:39:30 vq 1.97.2.3: RESYNC: (1.97-1.100); FILE MERGED 2006/04/15 02:27:53 vq 1.97.2.2: #64298# Improve winenv.set[.sh] for 4nt builds. 2006/04/12 17:56:08 vq 1.97.2.1: #i64298# Remove extraneous whitespaces from the end of the *env.* files and also generate the *env.set.sh for the W32-4nt case.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0646d0a978b1f90cba1703150da444766da5eac2]

        INTEGRATION: CWS vq30 (1.16.78); FILE MERGED 2006/04/26 16:54:04 hjs 1.16.78.3: #i64244# still got fooled; removed debug code 2006/04/26 13:40:26 hjs 1.16.78.2: #i64244# resorted initialization 2006/04/14 14:15:27 vq 1.16.78.1: #i64244# Small 4nt vs. tcsh related clean-up.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [fef16bd50ee94657fc82423e3c7d8d739c5280fd]

        INTEGRATION: CWS vq30 (1.188.32); FILE MERGED 2006/04/17 03:35:18 vq 1.188.32.2: #i63684# Replace shell escape with macro substitution expansion. 2006/04/14 14:15:27 vq 1.188.32.1: #i64244# Small 4nt vs. tcsh related clean-up.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4f364258612bb5f04746bb7cd3add315566d5165]

        INTEGRATION: CWS vq30 (1.2.42); FILE MERGED 2006/04/26 17:52:39 hjs 1.2.42.2: #i64429# just one find call 2006/04/17 15:20:03 vq 1.2.42.1: #i64429# Fix W32-4nt build problem.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ed6f0b20a6c0d38cef08e42305a0f7cf19bd1bc0]

        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>  [1ce34dc696dfccc3c36cb505699731ccc6c717ec]

        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>  [4c9ac7e5e318b5a5559ff9ca8cc3c64b8cb560e9]

        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>  [ff61d846fac8038a8ce7570c233bec8bf79a1b12]

        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>  [aee63d04ee54a37dcd630085648ddb13743f1d75]

        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>  [6ba607e256e54233e4753570f6d239341e2f56eb]

        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>  [81667b7188ebb5e51c4fc82985e0376609f7af0c]

        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>  [6610dc81c751e5f6f4ce824e185bf6b31108da8d]

        INTEGRATION: CWS tabledefaults (1.148.16); FILE MERGED 2006/04/25 06:53:17 fme 1.148.16.1: #i60422# New table defaults

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c5859cc33696ca210bd179e310650e82319c67c2]

        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>  [691d15250a766d876b55ad3f35f8c64e0be923e4]

        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>  [e9c3e58c289e14949f10b63d34c1572159d695e8]

        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>  [51eb03967abbf018f3d3f9785e78832f86d5855a]

        INTEGRATION: CWS tabledefaults (1.34.14); FILE MERGED 2006/04/24 14:08:39 fme 1.34.14.1: #i60422# New defaults for tables

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6c93dad189b67921cb8d30fdfabaff3e848e6e62]

        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>  [e6b7ef92a4de26ab3b04354513ca5227ac6dc34e]

        INTEGRATION: CWS tabledefaults (1.40.16); FILE MERGED 2006/04/24 14:08:18 fme 1.40.16.1: #i60422# New defaults for tables

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [474004b1557f9f3434e995c6e286399d1a4bfcbe]

        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>  [1da532e493d91745b3d474ffc0e469017d38bc53]

        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>  [0d55dd2a7984ebe2db68a235371e63f148163048]

        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>  [09cee7410ff2b8c9b4944063d4c3c556e649b931]

        INTEGRATION: CWS tabledefaults (1.19.142); FILE MERGED 2006/04/24 14:13:17 fme 1.19.142.1: #i60422# New defaults for tables

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [05a9062d10afbe979cf98bddd86a8178cebc9bfd]

        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>  [07831def45b379758c31a059067406d164827d08]

        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>  [c62d199d26a4d13c83f9f9787255263d60f279bf]

        INTEGRATION: CWS tabledefaults (1.42.26); FILE MERGED 2006/04/24 14:13:16 fme 1.42.26.1: #i60422# New defaults for tables

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [db27455d864438dc2ed1ec8d7e957560db0f4fd5]

        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>  [ce7de4dd5825e0b2338dda45d085cbdb7aec054b]

        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>  [1e7819162097958d61ec18d6e6af0d6ec8df6bdc]

        INTEGRATION: CWS thb10 (1.1.2); FILE ADDED 2006/04/18 15:58:48 thb 1.1.2.2: #i64479# Now with added tolerance against linked modules 2006/04/18 15:55:08 thb 1.1.2.1: #i64479# Initial revision

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e4ebca6669495fedb7f5df7e4272e5388b90c56e]

        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>  [c75a9ccd98bb0a3d11223abb218571f60331c14b]

        INTEGRATION: CWS thb10 (1.1.2); FILE ADDED 2006/04/28 13:32:26 thb 1.1.2.1: #i64479# Script wrapper for oochkpatch.pl

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4b66aac09f06cc9fcd6464b05da1ba097c484e4f]

        INTEGRATION: CWS thb10 (1.1.2); FILE ADDED 2006/04/28 13:32:16 thb 1.1.2.1: #i64479# Script wrapper for oochkpatch.pl

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [721c387b07c50a2170e5f68ac4bcb01a91b116d6]

        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>  [74169a650b87ef214cb5bc27f6af87dba17c738e]

        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>  [0263c11302dbefd2eafa34f2b5c06bc0a739ff0d]

        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>  [5d95e1196f39bd78c1af65913626dc8e6aecd6e9]

        INTEGRATION: CWS impressc03u3 (1.137.14); FILE MERGED 2006/04/27 08:28:01 sj 1.137.14.1: #132483# now using temporary file instead of memory stream when initializing ole objects, because the memory stream does not provide a readonly mode, without readonly mode invalid ole objects mostly lead to out of memory problems

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [dd2db42f0bcea4c6521307847e2fc8877a5b7937]

        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>  [71158788efb32ffc3bac5154c38ca5d79525155c]

        INTEGRATION: CWS impressc03u3 (1.8.40); FILE MERGED 2006/04/27 12:33:10 cl 1.8.40.1: #i64360# fixed operator==

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [fde0e2e25216da28eb531f32e5bd9053d5850c73]

        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>  [c1f39dcf392cd98f1183aa305da78cfac25cb85f]

        INTEGRATION: CWS impressc03u3 (1.22.40); FILE MERGED 2006/04/27 12:33:10 cl 1.22.40.1: #i64360# fixed operator==

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [be43820c99d96a9e03e2ec5871f6259283b53b58]

        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>  [196ebfb44c9c067db25f74116f1cddab72305339]

        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>  [3028b2fc09e632b7189b05bd49a5c63891f0081e]

        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>  [d8609d74351aaefc5345fe10d1c370f3d3ae0e68]

        INTEGRATION: CWS impressc03u3 (1.63.100); FILE MERGED 2006/04/26 14:07:19 cl 1.63.100.1: #129843# do not delete SfxMedium that is already owned by docshell

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d2ad28b52f7d7674bde3c6560e697f257e6d0d6d]

        INTEGRATION: CWS impressc03u3 (1.41.114); FILE MERGED 2006/04/26 14:06:59 cl 1.41.114.1: #129843# do not delete SfxMedium that is already owned by docshell

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [481ae197f1274b2b36e7be059d68c1baeb31b965]

        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>  [e47f9613acd3f94cbf6716b7d3f612b754c658ed]

        INTEGRATION: CWS impressc03u3 (1.5.34); FILE MERGED 2006/04/27 12:55:26 cl 1.5.34.1: #i64110# fixed infinite loop while loading sound interactions

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [28503bff8c0f2b3da0b432a4e853db2af329c3ac]

        INTEGRATION: CWS impressc03u3 (1.48.16); FILE MERGED 2006/04/27 13:12:02 sj 1.48.16.1: #b6418250# fixed problem with transparent fill styles

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [bd2b1548d78d81227a130bf7e483467a9567ed06]

        INTEGRATION: CWS locales203 (1.4.376); FILE MERGED 2006/04/20 16:33:33 er 1.4.376.1: #i61058# new MS-LANGIDs replacing IDs in user space

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f2faee517347943326ecf886f1d468bb225b3921]

        INTEGRATION: CWS locales203 (1.16.20); FILE MERGED 2006/04/20 16:11:26 er 1.16.20.1: #i61058# replace local aForbiddenCharLang with MsLangId::hasForbiddenCharacters()

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7b7166a29e79a7a88a6699775f5e0cb4b4d997f1]

        INTEGRATION: CWS dba203c (1.2.12); FILE MERGED 2006/04/20 07:47:38 fs 1.2.12.3: #i64196# use FormController as secondary component only if it's really a form 2006/04/20 07:17:03 fs 1.2.12.2: proper fix for #ii64511#: XRowSetListener is in sdbc, not sdb 2006/04/19 13:33:11 fs 1.2.12.1: #i64511# proper event name in AddEvent call

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [20e1bb9731c334fc2b5fdac6f8bbf346b9684276]

        INTEGRATION: CWS dba203c (1.14.12); FILE MERGED 2006/03/31 07:15:49 fs 1.14.12.1: #i63814# during a CommitModified, notify the control-originating events synchronously

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3b2c5066de17da9c7978abe00dbf585149b0fd7e]

        INTEGRATION: CWS dba203c (1.2.14); FILE MERGED 2006/05/03 08:35:27 fs 1.2.14.1: some less shell calls

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7610bc3fca7d282ee0baea352975a87a243c7c42]

        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>  [57b21d5a4c3ec085a365931ec40789e0ec244b1f]

        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>  [528e2cf054352c1949c25f86afdcab05912f3171]

        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>  [8f26a50f8ef4e2875bc3e273d94e09a94ab2922c]

        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>  [b16758879af0d2b33c5815e0490d72c87d9822e9]

        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>  [0f563aed3a4ff35a30bf378324deba530d509c9c]

        INTEGRATION: CWS dba203c (1.6.108); FILE MERGED 2006/04/13 13:57:19 oj 1.6.108.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6a465344179111c753e17fe0d74523e9aaaaa074]

        INTEGRATION: CWS dba203c (1.13.108); FILE MERGED 2006/04/13 13:57:19 oj 1.13.108.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [00c54703c6df50be24a9d47691a4a7be20662eb2]

        INTEGRATION: CWS dba203c (1.2.110); FILE MERGED 2006/04/13 13:57:19 oj 1.2.110.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9a700554b769d2e031ad3f737a072fa7851b6d40]

        INTEGRATION: CWS dba203c (1.9.110); FILE MERGED 2006/04/13 13:57:19 oj 1.9.110.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3411afdd81821cc203a44287d647670f7a8b9db4]

        INTEGRATION: CWS dba203c (1.26.4); FILE MERGED 2006/04/24 13:47:01 oj 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2006/04/13 13:57:19 oj 1.26.4.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6dfcc3c220db0fce7a0ddddaba1bbb07d0583ab7]

        INTEGRATION: CWS dba203c (1.101.2); FILE MERGED 2006/04/24 13:46:53 oj 1.101.2.2: RESYNC: (1.101-1.102); FILE MERGED 2006/04/13 13:57:19 oj 1.101.2.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [cdce3ce30f36416f42986b17c77961f5ba828fc7]

        INTEGRATION: CWS dba203c (1.15.4); FILE MERGED 2006/04/24 13:46:44 oj 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2006/04/13 13:57:19 oj 1.15.4.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [78269766b1368b4306c274437117f7d4319c077b]

        INTEGRATION: CWS pj54 (1.9.90); FILE MERGED 2006/04/25 11:04:33 pjanik 1.9.90.1: #i64421#: Use /tmp instead of /var/tmp on Mac OS X.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [89bb81879448b9534113e9acd06f56c08e62ebf7]

        INTEGRATION: CWS pj54 (1.30.6); FILE MERGED 2006/04/28 20:40:26 obr 1.30.6.2: #i64769# MacOS X 10.3 does not have _SC_GETPW_R_SIZE_MAX in unistd.h 2006/04/25 10:53:32 pjanik 1.30.6.1: #i64399#: Remove macxp_tempnam.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [bc32f722e832860df11316f3ef5b1e4bf0a56b12]

        INTEGRATION: CWS pj54 (1.10.6); FILE MERGED 2006/04/25 10:53:57 pjanik 1.10.6.1: #i64399#: Remove macxp_tempnam.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [188dff357756d6216e507dc5cafa07b9bbef7307]

        INTEGRATION: CWS dba203c (1.47.4); FILE MERGED 2006/04/24 13:46:37 oj 1.47.4.2: RESYNC: (1.47-1.49); FILE MERGED 2006/04/13 13:57:18 oj 1.47.4.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [bbdd1d2cbc8cc33c09051bbf0616f5b5e8237efa]

        INTEGRATION: CWS pj54 (1.18.2); FILE MERGED 2006/05/02 14:58:26 pjanik 1.18.2.1: #i64906#: sysconf(_SC_GETPW_R_SIZE_MAX) returns -1 on Mac OS X, use default value instead.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ee56b7b863e546cca7c1a9188e8717927513d577]

        INTEGRATION: CWS dba203c (1.102.104); FILE MERGED 2006/03/29 11:35:43 fs 1.102.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [69f85dc3eacae133823efab3c114fd2a4067e6c8]

        INTEGRATION: CWS dba203c (1.8.110); FILE MERGED 2006/03/29 11:35:43 fs 1.8.110.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [51300dea122bbd9d44d2c65c5087397096f37eda]

        INTEGRATION: CWS pj54 (1.5.52); FILE MERGED 2006/05/02 09:42:57 pjanik 1.5.52.1: #i64988#: Allow Java 1.5.0 to be used on Mac OS X.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1820ebf64af8d86032b9a05e8ca53cbf534b39c1]

        INTEGRATION: CWS dba203c (1.4.110); FILE MERGED 2006/04/13 13:55:20 oj 1.4.110.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d5228dea6e1a0958be9c5bd924eaa7955e33514e]

        INTEGRATION: CWS dba203c (1.42.48); FILE MERGED 2006/04/27 06:29:34 oj 1.42.48.3: duplicate method 2006/04/24 13:45:38 oj 1.42.48.2: RESYNC: (1.42-1.43); FILE MERGED 2006/04/13 13:55:20 oj 1.42.48.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [46d11e8b9809fb3505178eb87589911341ae82d9]

        INTEGRATION: CWS dba203c (1.17.48); FILE MERGED 2006/04/24 13:45:30 oj 1.17.48.2: RESYNC: (1.17-1.18); FILE MERGED 2006/04/13 13:55:20 oj 1.17.48.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3f8b1470ecc84830db512e58888d49fc9ff812dc]

        INTEGRATION: CWS dba203c (1.18.50); FILE MERGED 2006/04/24 13:45:01 oj 1.18.50.2: RESYNC: (1.18-1.19); FILE MERGED 2006/04/13 13:55:20 oj 1.18.50.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [979e1a906fba52eec05a39f717a36a523d7425e2]

        INTEGRATION: CWS dba203c (1.22.50); FILE MERGED 2006/04/24 13:44:42 oj 1.22.50.2: RESYNC: (1.22-1.23); FILE MERGED 2006/04/13 13:55:20 oj 1.22.50.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9564008bd067b1a8e2a8c3159068e041f00ab02c]

        INTEGRATION: CWS pj54 (1.101.2); FILE MERGED 2006/05/02 09:25:50 pjanik 1.101.2.1: #i64861#: Use LinuxX86-64Env.Set instead of LinuxAMDEnv.Set as an output file for environment setting for GNU/Linux on AMD64 or EM64T machines.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0709c3224e261b71781fde490cd10df53a58a699]

        INTEGRATION: CWS dba203c (1.28.46); FILE MERGED 2006/04/27 06:34:54 oj 1.28.46.3: conflict change 2006/04/24 13:44:34 oj 1.28.46.2: RESYNC: (1.28-1.30); FILE MERGED 2006/04/13 13:55:20 oj 1.28.46.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4f4fee3828242e5a4f9e91c70e81018ae3614cde]

        INTEGRATION: CWS dba203c (1.3.110); FILE MERGED 2006/03/29 11:35:43 fs 1.3.110.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f2335cf28b986b4902321f7ba0374de50c91d5b3]

        INTEGRATION: CWS dba203c (1.2.110); FILE MERGED 2006/04/13 13:57:17 oj 1.2.110.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [cfd9d09be4d1d40a0f4de3b0d849703523bed905]

        INTEGRATION: CWS dba203c (1.35.110); FILE MERGED 2006/04/13 13:57:17 oj 1.35.110.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6fcf762d4a61ccba6f2f3d2420374ce78b6f5cc4]

        INTEGRATION: CWS dba203c (1.8.104); FILE MERGED 2006/04/13 13:55:55 oj 1.8.104.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d144eb5590f0218c993f627349278b7289bb02ae]

        INTEGRATION: CWS dba203c (1.10.52); FILE MERGED 2006/04/13 13:55:55 oj 1.10.52.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [079d348c0324667e6c37856026821f0aba986831]

        INTEGRATION: CWS dba203c (1.14.52); FILE MERGED 2006/04/24 13:42:31 oj 1.14.52.2: RESYNC: (1.14-1.15); FILE MERGED 2006/04/13 13:55:55 oj 1.14.52.1: #i62797# format regconition corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d5567384cf57fb404a7b9a5545e58b86795cc9da]

        INTEGRATION: CWS dba203c (1.11.104); FILE MERGED 2006/04/24 13:41:52 oj 1.11.104.2: RESYNC: (1.11-1.12); FILE MERGED 2006/03/29 11:35:42 fs 1.11.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [12f36d649ff96384acffc946686fee6c924f36b5]

        INTEGRATION: CWS dba203c (1.46.80); FILE MERGED 2006/03/29 11:35:42 fs 1.46.80.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [db717c5d4ffb3ac5bf1c5148936c6d104717b42a]

        INTEGRATION: CWS dba203c (1.14.108); FILE MERGED 2006/03/29 11:35:42 fs 1.14.108.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [111b04f2e3d9ba801bbe615fd5f86fe8e62e2d11]

        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>  [dcfab0c4617c95cf424a96f50a12db112de605ed]

        INTEGRATION: CWS dba203c (1.16.20); FILE MERGED 2006/03/29 11:21:52 fs 1.16.20.1: #133638# removed unused OLocalResourceAccess instance / renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [2d793a28fabf477080ae815110bd566ced019950]

        INTEGRATION: CWS dba203c (1.9.60); FILE MERGED 2006/03/29 11:35:42 fs 1.9.60.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c3e9f801d75ecc14aca7d21f174b25677357f8f7]

        INTEGRATION: CWS dba203c (1.95.104); FILE MERGED 2006/03/29 11:35:42 fs 1.95.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6e4e68e9b47fbd38b639fc4c58b8a949c74f1065]

        INTEGRATION: CWS dba203c (1.41.104); FILE MERGED 2006/03/29 11:35:42 fs 1.41.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [a580761b1f49a522da6d4985e1f4df1b00f97581]

        INTEGRATION: CWS dba203c (1.5.104); FILE MERGED 2006/04/10 08:36:13 oj 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/29 11:35:41 fs 1.5.104.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c17f3b917eb52280fb1b6d17c914bd8e1f4d64b4]

        INTEGRATION: CWS dba203c (1.13.58); FILE MERGED 2006/03/29 11:35:41 fs 1.13.58.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [cac14d6f88cdb3adc66c42e0ba72a60c2cf53914]

        INTEGRATION: CWS dba203c (1.8.100); FILE MERGED 2006/03/29 11:35:41 fs 1.8.100.1: #133638# renamed ambiguous ::dbui::OLocalResourceAccess to LocalresourceAccess

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d482d4e1d9665e0df0b12356eef093b3f1442f96]

        INTEGRATION: CWS dba203c (1.73.102); FILE MERGED 2006/04/13 13:57:17 oj 1.73.102.1: hold TableRow now with a shared_ptr

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [042b14c39fc0117481bc7cf809d551922c6ea4a1]

        INTEGRATION: CWS dba203c (1.18.4); FILE MERGED 2006/04/28 07:49:40 oj 1.18.4.2: #i63434# set args even at a new database 2006/04/13 14:12:19 oj 1.18.4.1: #i63434# set args even at a new database

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [3ef1b1a23123ff3ce2b7ac6ce84bca5dd0982b24]

        INTEGRATION: CWS dba203c (1.1.2); FILE ADDED 2006/04/25 08:48:35 fs 1.1.2.1: #i62646# WarningsContainer: default implementation for mixing own with external warnings

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [238aa74386108d78997030caf8433f39bef4772e]

        INTEGRATION: CWS dba203c (1.11.6); FILE MERGED 2006/04/25 08:49:55 fs 1.11.6.1: #i62646# +warnings.cxx

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [94b73a4d5785c3742fb513a6845e54d8886b9c51]

        INTEGRATION: CWS dba203c (1.3.110); FILE MERGED 2006/04/25 08:45:53 fs 1.3.110.1: #i62646# +WarningsContainer: default implementation for mixing own with external warnings

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [ddae3013bf547a8d5667a51a736f23a8f198dbdd]

        INTEGRATION: CWS dba203c (1.12.110); FILE MERGED 2006/04/25 08:45:19 fs 1.12.110.1: corrected wrong documentation

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1f6a48a8b80c4e41b24e0fc92a1fd89941dfc2b1]

        INTEGRATION: CWS dba203c (1.3.110); FILE MERGED 2006/04/25 08:45:33 fs 1.3.110.1: isReadOnly is dead -> removed it

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [da736140df3fadf0b713395e5fe695d7df26b58e]

        INTEGRATION: CWS dba203c (1.20.104); FILE MERGED 2006/04/25 08:44:55 fs 1.20.104.1: isReadOnly is dead -> removed it

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [5d68a061d41ee04227b293a7d371b95cd394bc30]

        INTEGRATION: CWS dba203c (1.27.2); FILE MERGED 2006/04/28 08:01:51 oj 1.27.2.1: #i63434# set args even at a new database

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e19249755c9fb280780c42de35faf823470f40de]

        INTEGRATION: CWS dba203c (1.22.110); FILE MERGED 2006/04/25 08:43:48 fs 1.22.110.1: outsourced the warnings handling during #i62646#

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [eba4707d876a4a950cb6bac37e89ff73f551cf73]

        INTEGRATION: CWS dba203c (1.45.84); FILE MERGED 2006/04/25 08:43:48 fs 1.45.84.1: outsourced the warnings handling during #i62646#

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d565abefb4fd65980678893edc290f11ecdca21b]

        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>  [38100a4db3bb2fc98dc2178bf5523fd044636219]

        INTEGRATION: CWS dba203c (1.9.110); FILE MERGED 2006/04/25 08:42:51 fs 1.9.110.1: #i62646# don't access the XWarningsContainer interface of our delegator if it doesn't exist

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [db7cd0e7f0226108d811ba3383f21a4cbaa03de0]

        INTEGRATION: CWS dba203c (1.14.64); FILE MERGED 2006/04/25 08:42:51 fs 1.14.64.1: #i62646# don't access the XWarningsContainer interface of our delegator if it doesn't exist

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1e7a8946c74a9cbbbeeade61b2cbc861cad52732]

        INTEGRATION: CWS dba203c (1.22.110); FILE MERGED 2006/04/25 08:41:56 fs 1.22.110.1: minor change

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [76a82d45889bc55e4393eabfac64e84f0fc891fe]

        INTEGRATION: CWS dba203c (1.23.104); FILE MERGED 2006/04/13 07:08:13 oj 1.23.104.1: #i62797# values from insertrow may have a different type which has to be corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c522c22c4bd839161c95ca96a4e4f78bb9c40e78]

        INTEGRATION: CWS dba203c (1.59.104); FILE MERGED 2006/04/13 07:08:13 oj 1.59.104.1: #i62797# values from insertrow may have a different type which has to be corrected

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [cce8e20b47ee7e3d3c11507a20fd98fe710aaa87]

        INTEGRATION: CWS dba203c (1.12.380); FILE MERGED 2006/04/24 13:34:39 fs 1.12.380.1: #i64636# small refactoring

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [f474ef73c153d921cce443cfa7972477247912c2]

        INTEGRATION: CWS dba203c (1.11.382); FILE MERGED 2006/04/27 14:22:40 fs 1.11.382.2: #i64846# make clear more safe against a NULL-pTransferabl 2006/04/24 12:45:06 fs 1.11.382.1: #i64636# +OControlTransferData::onEntryRemoved

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0eb2babd16fbe6e8185ac293df0166c69046530e]

        INTEGRATION: CWS dba203c (1.20.378); FILE MERGED 2006/04/27 14:21:36 fs 1.20.378.2: #i64846# don't call onEntryRemoved if no data exchange is active 2006/04/24 12:45:44 fs 1.20.378.1: remove cut entry from clipboard, when it's deleted while in the clipboard

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [d4a54db23cc631996daa193095cbddd5e752310a]

        INTEGRATION: CWS dba203c (1.33.52); FILE MERGED 2006/04/20 08:43:04 fs 1.33.52.1: #i64339# firing_impl: when doing CallXScript, respect the pSyncRet (given by the caller) to hold the return value

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [e2144f6542fd366e50d6c8db5061b13f7543ccfa]

        INTEGRATION: CWS dba203c (1.14.382); FILE MERGED 2006/04/24 12:45:03 fs 1.14.382.1: #i64636# +OControlTransferData::onEntryRemoved

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [633dbf9bd78be31d3284557b86c6d68d05f8e00e]

        INTEGRATION: CWS dba203c (1.47.2); FILE MERGED 2006/04/20 10:24:23 fs 1.47.2.1: #i63103# WheelWithoutFocus = false, when creating a peer

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [51a15473989655995b4589667aea7c48a9c81298]

        INTEGRATION: CWS dba203c (1.6.30); FILE MERGED 2006/03/29 13:15:23 fs 1.6.30.1: minor change

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [94fb4ae00ea8d58bac3cf81adfa211b7eeb3af43]

        INTEGRATION: CWS sb52 (1.28.86); FILE MERGED 2006/05/04 08:07:33 rt 1.28.86.1: #i61507# SB: fixed typo introduced when fixing issue 31230.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0c4da99759bc6f7ac102eafe0bbf8e9abf952ac0]

        INTEGRATION: CWS dba203c (1.3.126); FILE MERGED 2006/03/29 13:15:23 fs 1.3.126.1: minor change

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [702d307835145ff4c1f2d9767f03695ad2c09660]

        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>  [80021499cc2453591e20706c2ab02644b947c064]

        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>  [27b064a54e5a92009107ff0733b0daeaf58d4995]

        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>  [267e0075fb0cb5b4db8ebf478b99d936599161d4]

        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>  [38e51cdbf20ca38631996e881620700fa62917f6]

        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>  [d87c6802f45369dacdaf2c2e26918fc348ba64ab]

        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>  [aa40b1ea043db21ec45c997ad3a87d003fde7f08]

        INTEGRATION: CWS dba203c (1.3.86); FILE MERGED 2006/04/20 12:16:16 fs 1.3.86.1: #i64427# exception support

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [4e690b6129651b539b95d58652387ac1c8860ecf]

        INTEGRATION: CWS mmt7 (1.5.14); FILE MERGED 2006/02/14 12:18:28 sb 1.5.14.1: #i60643# Fixed a problem revealed by the fix for i60341.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [9f25802cc08803b0b23e5f316e282a5cdceda77d]

        INTEGRATION: CWS mmt7 (1.15.14); FILE MERGED 2006/02/14 12:19:06 sb 1.15.14.1: #i60643# Restructured parts of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [6a7ddfece1755ee1a471fc0fcee5bc3f6eb05372]

        INTEGRATION: CWS mmt7 (1.17.14); FILE MERGED 2006/02/14 12:19:05 sb 1.17.14.1: #i60643# Restructured parts of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0d15ab56cb86f6e62e13d7bfddac5f0b5ad4f011]

        INTEGRATION: CWS mmt7 (1.3.12); FILE MERGED 2006/02/14 12:16:00 sb 1.3.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [35918469b4612f7eabb9f32d89689be92f2c6d8f]

        INTEGRATION: CWS mmt7 (1.2.2); FILE MERGED 2006/02/14 12:15:59 sb 1.2.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [0398c5f15ca85eb2df7ae49fcc3c43d637ccedb0]

        INTEGRATION: CWS mmt7 (1.16.20); FILE MERGED 2006/02/14 12:15:58 sb 1.16.20.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [18eaf54517646beeead854d7555560c9237ee028]

        INTEGRATION: CWS mmt7 (1.4.12); FILE MERGED 2006/02/14 12:25:10 sb 1.4.12.2: #i60643# Missing @since tags. 2006/02/14 12:15:57 sb 1.4.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [1f669e49a990b419dfdd41f3252cc7e5f17db29c]

        INTEGRATION: CWS mmt7 (1.9.2); FILE MERGED 2006/02/14 12:25:09 sb 1.9.2.2: #i60643# Missing @since tags. 2006/02/14 12:15:56 sb 1.9.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c7b41980abc23fb61382e4cb48088514d26613dc]

        INTEGRATION: CWS mmt7 (1.19.12); FILE MERGED 2006/02/14 12:15:53 sb 1.19.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [04fb00d0a1ea8108be20411f819ce90f841e8d52]

        INTEGRATION: CWS mmt7 (1.5.12); FILE MERGED 2006/02/14 12:15:52 sb 1.5.12.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [497398f78faa2b1025a32f61b38c1cd5552c1d2b]

        INTEGRATION: CWS mmt7 (1.1.2); FILE ADDED 2006/02/14 12:16:35 sb 1.1.2.1: #i60643# Added Any.complete, UnoRuntime.completeValue, extended UnoRuntime.areSame, and restructured building of ridl.jar due to new cyclic inter-package dependencies.

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [73ad650705456ae838da4e87cb8fa4ec8e215a87]

        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>  [48e95b0757a99cc85139fc61171fcd88b47febd3]

        INTEGRATION: CWS fwk39 (1.14.20); FILE MERGED 2006/04/24 15:21:54 mav 1.14.20.1: #i64284# avoid using of errorprone CComVariant constructor

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [2430a4e3dbb5a38d37db24901541d9b5c2aaad03]

        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>  [6fe52a5a3e74155a638143fc4372ee8d4ce308e8]

        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>  [bbd5003f6adc7744b529f68d4d3b0e49653f2be3]

        INTEGRATION: CWS fwk39 (1.38.26); FILE MERGED 2006/04/27 11:51:15 as 1.38.26.1: #i64101# hold signatures alive during sending document as email

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [04ea5403737ea2d144f0f9d90778b9a6ae8dc959]

        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>  [44b7ac4bbe4f987577d5c3196c559ac42ba047bb]

        INTEGRATION: CWS fwk39 (1.2.114); FILE MERGED 2006/04/19 14:58:26 cd 1.2.114.1: #i61621# Removed SISSL reference

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [b67adcaec18c03483c0ddba710fa5d5d838cea0d]

        INTEGRATION: CWS thbpp3 (1.13.308); FILE MERGED 2006/03/01 16:15:56 thb 1.13.308.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion)

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [c364f6645d00099f5d324e53f74213b37f47d4f8]

        INTEGRATION: CWS thbpp3 (1.26.240); FILE MERGED 2006/03/01 16:15:55 thb 1.26.240.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion)

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [368891a971fe3d05d1ece2debff6d3d3d5b55a64]

        INTEGRATION: CWS fwk39 (1.26.12); FILE MERGED 2006/04/20 08:35:37 cd 1.26.12.1: #134244# Use reference on this in async controller update, stop timer in dispose

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [7d85fe5d9bdd931b1b80613e5b45de87c6a7cd59]

        INTEGRATION: CWS thbpp3 (1.37.18); FILE MERGED 2006/04/26 12:20:22 thb 1.37.18.2: RESYNC: (1.37-1.39); FILE MERGED 2006/03/01 16:15:55 thb 1.37.18.1: #131187# Guarding against NULL data ptr on the gfxlink (the referred stack trace crashed on such an occasion)

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [86a04e5420c6d4522fba1706e4ce97b643564c40]

        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>  [33d0424bddbdbfd37104b3522ad5840126c5e7ce]

        INTEGRATION: CWS fwk39 (1.18.48); FILE MERGED 2006/04/25 12:06:53 as 1.18.48.1: #i60158# handle filter/documentservice preselection more gracefully

2006-05-04  Rüdiger Timm  <rt@openoffice.org>  [5291ab39074477fab48b6d0e73d21fc36481f361]

        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>  [93422129fb9416f440d7ac297777d93716119dae]

        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>  [459188a42741735cf5a9f53a4d97dad25501657e]

        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>  [ca849be1ab070d6189084843790c7e4c14d06a66]

        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>  [c670442332978c1e7b0c13301fe147ce14c0ce56]

        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>  [64dd7fc442c9db89252d67c3da33d1edefe074f4]

        INTEGRATION: CWS adc14 (1.4.8); FILE MERGED 2006/04/28 12:29:25 np 1.4.8.2: #i62433#, More condensed base type hierarchies. 2006/04/27 09:43:32 np 1.4.8.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [193c76826327216d5e15dd973dc65128da3f48ba]

        INTEGRATION: CWS adc14 (1.3.22); FILE MERGED 2006/04/27 09:43:31 np 1.3.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [d08a324178ebb7a62374e78d9dc44cac0758365b]

        INTEGRATION: CWS adc14 (1.4.22); FILE MERGED 2006/04/27 09:43:31 np 1.4.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [7653e449ab39de196db91bf28480a9ea694d4b50]

        INTEGRATION: CWS adc14 (1.8.22); FILE MERGED 2006/04/28 12:29:25 np 1.8.22.2: #i62433#, More condensed base type hierarchies. 2006/04/27 09:43:31 np 1.8.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [b145852ecd6d8595e487e9e214848a33bd54d09a]

        INTEGRATION: CWS adc14 (1.6.22); FILE MERGED 2006/04/27 09:43:31 np 1.6.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [aa0ce4dbe8981bd73c6d3172c3d04e3dbb9afee2]

        INTEGRATION: CWS adc14 (1.2.22); FILE MERGED 2006/04/27 09:43:31 np 1.2.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [9168cae2302de623f21e658ee652d14869ec070b]

        INTEGRATION: CWS adc14 (1.3.22); FILE MERGED 2006/04/27 09:43:30 np 1.3.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [93022544cd7bd597f553c5478f0cfd42589ecfc5]

        INTEGRATION: CWS adc14 (1.8.22); FILE MERGED 2006/04/27 09:43:30 np 1.8.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [33b453be28a3caac4cd78fb95d99b4e6d5f9588b]

        INTEGRATION: CWS adc14 (1.5.22); FILE MERGED 2006/04/27 09:43:30 np 1.5.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [d24f67bf78c63d07b5380a8a5f515f1fcbf2756b]

        INTEGRATION: CWS adc14 (1.4.22); FILE MERGED 2006/04/27 09:43:30 np 1.4.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [392942ca7e3c3259f5dd450fee417f478d229e46]

        INTEGRATION: CWS adc14 (1.2.22); FILE MERGED 2006/04/28 12:29:25 np 1.2.22.2: #i62433#, More condensed base type hierarchies. 2006/04/27 09:43:30 np 1.2.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [da7df3e880d44c896cd8df931f3548b5b0919f91]

        INTEGRATION: CWS adc14 (1.5.22); FILE MERGED 2006/04/28 12:29:24 np 1.5.22.2: #i62433#, More condensed base type hierarchies. 2006/04/27 09:43:30 np 1.5.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [2d3d04fcfb8ee0c2137a44471aed56018c9ff144]

        INTEGRATION: CWS adc14 (1.3.22); FILE MERGED 2006/04/28 12:29:24 np 1.3.22.1: #i62433#, More condensed base type hierarchies.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [975b2ec6b65a83d1359c675fe4d5ca91782fd828]

        INTEGRATION: CWS adc14 (1.5.22); FILE MERGED 2006/04/27 09:43:29 np 1.5.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [d1e7dabd46bd033e2ec02f49d854a6c5c9be96de]

        INTEGRATION: CWS adc14 (1.4.22); FILE MERGED 2006/04/27 09:43:29 np 1.4.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [de9ad1d5f215934aacf12b9cd3ada3ae87e814f9]

        INTEGRATION: CWS adc14 (1.9.10); FILE MERGED 2006/04/28 12:29:24 np 1.9.10.2: #i62433#, More condensed base type hierarchies. 2006/04/27 09:43:29 np 1.9.10.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [b5a0ddc0e12f5a99edfc4ad6f6ed02cde0a8688b]

        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>  [31cff9780d5658fe6b3cd24835ab0038287c0810]

        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>  [c7d8e1f1d7f00a264e3818233dd09190deb370c3]

        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>  [a775242ec7687be2131318bdbbfac9f2b26b03db]

        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>  [5d692d2dc7ff5555540a02d40c5a9c6f7e078c35]

        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>  [dcbc880b7b4e2cf9745cbf821196226ada5fd28a]

        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>  [46fea99a71d42ebd64afd6e2a8a0c49019caab55]

        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>  [7df0fbc88753b8166914f43d97e4f58a135eb375]

        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>  [2b1fbfe66121ceb28f5c75ed4c3b3fcf115e7bd9]

        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-03  Rüdiger Timm  <rt@openoffice.org>  [ba7b2730f2ad017293f3f2ce4c8acd6c0ca59815]

        #i10000# Prevent crash on exit in windows nonpro.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [bfdeab03b9cd131eabfd31c32cf22a29e194034f]

        #i10000# Needs 'xmloff'.

2006-05-03  Rüdiger Timm  <rt@openoffice.org>  [f2bedd49e4a9e464b6e6027a4289030b6f755b51]

        #i10000# Remove conflict markers left over from last resync.

2006-05-02  Vladimir Glazounov  <vg@openoffice.org>  [989e928ce3d7cfe79236e7639517c072ee2df12f]

        new version for SRC680

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [151bd99c3c298a71836a245470659d52743764a9]

        SRC680

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [28ad88000f36cd4dc64bbb75ebe73091b5be0f3b]

        INTEGRATION: CWS sfxcleanup (1.61.38); FILE MERGED 2006/04/28 13:45:54 mba 1.61.38.2: RESYNC: (1.61-1.62); FILE MERGED 2006/02/27 15:18:34 mba 1.61.38.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f589f54b0ce37eeca8607143b03d08f41ffe04d6]

        INTEGRATION: CWS sfxcleanup (1.9.130); FILE MERGED 2006/02/27 15:17:29 mba 1.9.130.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c9d412a86397ba73cb3625a47c5fc6951217fb82]

        INTEGRATION: CWS sfxcleanup (1.17.36); FILE MERGED 2006/04/28 13:45:46 mba 1.17.36.2: RESYNC: (1.17-1.18); FILE MERGED 2006/02/27 15:17:28 mba 1.17.36.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [796ebe4e8291425ff887dd1be292dbd196c19edf]

        INTEGRATION: CWS sfxcleanup (1.3.130); FILE MERGED 2006/02/27 15:17:28 mba 1.3.130.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7043dd69fd61ce04708f1d6e02373a2ed688e7ae]

        INTEGRATION: CWS sfxcleanup (1.4.130); FILE MERGED 2006/02/27 15:17:27 mba 1.4.130.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [82a24db90e198971a5df2ccf0286fb9e925d1c2a]

        INTEGRATION: CWS sfxcleanup (1.7.130); FILE MERGED 2006/02/27 15:17:27 mba 1.7.130.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [083daaa34029d2b3ca3145ccf00d222e5d212aab]

        INTEGRATION: CWS sfxcleanup (1.188.34); FILE MERGED 2006/04/28 13:42:53 mba 1.188.34.3: RESYNC: (1.189-1.190); FILE MERGED 2006/03/24 13:23:05 mba 1.188.34.2: RESYNC: (1.188-1.189); FILE MERGED 2006/02/27 15:17:26 mba 1.188.34.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c94c9f2e529c9ad5ca2f8f653561987ecabfb670]

        INTEGRATION: CWS sfxcleanup (1.32.98); FILE MERGED 2006/03/24 13:21:55 mba 1.32.98.2: RESYNC: (1.32-1.33); FILE MERGED 2006/02/27 15:17:08 mba 1.32.98.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3cc49ba6e2445916bf3864748b20771b9b4c9018]

        INTEGRATION: CWS sfxcleanup (1.20.52); FILE MERGED 2006/04/28 13:42:03 mba 1.20.52.2: RESYNC: (1.20-1.21); FILE MERGED 2006/04/06 12:46:09 mba 1.20.52.1: #132394#: new libs for patch

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ad4f2f8acf805f533c8bf839c94608b270002237]

        INTEGRATION: CWS sfxcleanup (1.192.16); FILE MERGED 2006/04/28 13:40:55 mba 1.192.16.4: RESYNC: (1.192-1.200); FILE MERGED 2006/04/18 16:01:53 mba 1.192.16.3: #132394#: add scripting libs to patch 2006/04/18 11:36:47 mba 1.192.16.2: #132394#: add bindetect lib to patch 2006/03/28 12:29:13 mba 1.192.16.1: #132394#: SFX changed incompatibly for AVMEDIA

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c8c2966a4d7efe8d0ebc7ef64fc7bdf3ba586699]

        INTEGRATION: CWS sfxcleanup (1.25.22); FILE MERGED 2006/04/28 13:40:25 mba 1.25.22.2: RESYNC: (1.25-1.26); FILE MERGED 2006/04/06 12:46:08 mba 1.25.22.1: #132394#: new libs for patch

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [36bb21be6a00b88828d05c423c0b8aaea65028c9]

        INTEGRATION: CWS sfxcleanup (1.39.156); FILE MERGED 2006/04/28 13:38:47 mba 1.39.156.3: RESYNC: (1.39-1.40); FILE MERGED 2006/03/29 18:50:32 mba 1.39.156.2: #132394#: remove superfluous code 2006/02/26 17:10:18 mba 1.39.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [05dc9d076bcc5db15a519c0acde349a41d42af7d]

        INTEGRATION: CWS sfxcleanup (1.62.8); FILE MERGED 2006/04/28 13:38:30 mba 1.62.8.7: RESYNC: (1.63-1.65); FILE MERGED 2006/03/28 14:03:22 mba 1.62.8.6: #132394#: remove superfluous code 2006/03/28 13:32:25 mba 1.62.8.5: #132394#: remove superfluous code 2006/03/24 13:20:36 mba 1.62.8.4: RESYNC: (1.62-1.63); FILE MERGED 2006/03/04 13:03:01 mba 1.62.8.3: #132394#: remove superfluous code 2006/02/26 17:10:02 mba 1.62.8.2: #132394#: remove superfluous code 2006/02/24 23:08:58 mba 1.62.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e6fbbef9fc80ac22c50ff7b8a77d95940bb7a310]

        INTEGRATION: CWS sfxcleanup (1.19.156); FILE MERGED 2006/03/13 13:38:44 mba 1.19.156.1: #i57526#: wrong evaluation of arguments

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [91eb5f18fd24c813e686d22054ae8ed59c606272]

        INTEGRATION: CWS sfxcleanup (1.12.158); FILE MERGED 2006/03/28 14:03:21 mba 1.12.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f605b16e395e8ccc3d1aba7907b0792039016f69]

        INTEGRATION: CWS sfxcleanup (1.119.8); FILE MERGED 2006/03/30 15:28:53 mba 1.119.8.7: #132394#: remove superfluous code 2006/03/28 14:03:21 mba 1.119.8.6: #132394#: remove superfluous code 2006/03/24 13:20:23 mba 1.119.8.5: RESYNC: (1.119-1.120); FILE MERGED 2006/03/04 13:03:00 mba 1.119.8.4: #132394#: remove superfluous code 2006/03/02 09:24:04 mba 1.119.8.3: #132394#: remove superfluous code 2006/02/26 17:10:01 mba 1.119.8.2: #132394#: remove superfluous code 2006/02/24 23:08:58 mba 1.119.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7188f8de10567f6e3deb935da211bffa188181ed]

        INTEGRATION: CWS sfxcleanup (1.48.152); FILE MERGED 2006/03/29 18:50:31 mba 1.48.152.3: #132394#: remove superfluous code 2006/03/02 09:24:03 mba 1.48.152.2: #132394#: remove superfluous code 2006/02/26 17:10:01 mba 1.48.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [2983267fd7cc6165407c2e55c07efbc5f94170e3]

        INTEGRATION: CWS sfxcleanup (1.7.158); FILE MERGED 2006/03/29 18:50:31 mba 1.7.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dd79af39082ac51def1d6843524dfb9bfa0743ae]

        INTEGRATION: CWS sfxcleanup (1.81.8); FILE MERGED 2006/03/28 14:03:21 mba 1.81.8.4: #132394#: remove superfluous code 2006/03/04 13:03:00 mba 1.81.8.3: #132394#: remove superfluous code 2006/02/26 17:10:01 mba 1.81.8.2: #132394#: remove superfluous code 2006/02/24 23:08:58 mba 1.81.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7a4eae1f6e7b046c19b6d1d35221e972c626bd3a]

        INTEGRATION: CWS sfxcleanup (1.64.8); FILE MERGED 2006/02/26 17:10:00 mba 1.64.8.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b83f5bb63634562e1430646781238b32ffda0fc4]

        INTEGRATION: CWS sfxcleanup (1.17.34); FILE MERGED 2006/03/29 13:18:44 mba 1.17.34.2: #132394#: remove superfluous code 2006/03/27 11:16:43 mba 1.17.34.1: #133249#: don't show PrintMonitor for hidden documents

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [128a2533b2c8ba662e901947e813f93f5c0e6911]

        INTEGRATION: CWS sfxcleanup (1.11.158); FILE MERGED 2006/03/29 18:50:31 mba 1.11.158.3: #132394#: remove superfluous code 2006/03/04 13:03:00 mba 1.11.158.2: #132394#: remove superfluous code 2006/02/24 23:08:58 mba 1.11.158.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1b9aa1b6fa6e8a0a5c02abf5da829a390093ffee]

        INTEGRATION: CWS sfxcleanup (1.17.36); FILE MERGED 2006/03/04 13:03:00 mba 1.17.36.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [01391647c5adeb4444f664030017263068e0965e]

        INTEGRATION: CWS sfxcleanup (1.6.158); FILE MERGED 2006/02/24 23:08:58 mba 1.6.158.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [92b6f33711bc93bc0a34b3ca05186ec251e873ed]

        INTEGRATION: CWS sfxcleanup (1.4.156); FILE MERGED 2006/03/04 13:03:00 mba 1.4.156.2: #132394#: remove superfluous code 2006/02/24 23:08:58 mba 1.4.156.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9fd12eb3886ba7f1232a07077d9b0f2ee1d3131e]

        INTEGRATION: CWS sfxcleanup (1.43.8); FILE MERGED 2006/03/04 13:03:00 mba 1.43.8.3: #132394#: remove superfluous code 2006/03/02 09:24:03 mba 1.43.8.2: #132394#: remove superfluous code 2006/02/24 23:08:57 mba 1.43.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [746715e69d981ba5b14dee42147870dd6e546efd]

        INTEGRATION: CWS sfxcleanup (1.57.8); FILE MERGED 2006/05/02 13:34:00 mba 1.57.8.4: RESYNC: (1.57-1.58); FILE MERGED 2006/03/29 18:50:30 mba 1.57.8.3: #132394#: remove superfluous code 2006/03/04 13:02:59 mba 1.57.8.2: #132394#: remove superfluous code 2006/02/26 17:10:00 mba 1.57.8.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4d16f6bf17300f5fb7444738ac01d2704124e210]

        INTEGRATION: CWS sfxcleanup (1.7.158); FILE MERGED 2006/03/29 18:50:30 mba 1.7.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [86c02d3ae0d0a5d9526bcc9e67e1f2a6390a50c0]

        INTEGRATION: CWS sfxcleanup (1.9.156); FILE MERGED 2006/03/29 18:50:30 mba 1.9.156.3: #132394#: remove superfluous code 2006/03/04 13:02:59 mba 1.9.156.2: #132394#: remove superfluous code 2006/02/26 17:10:00 mba 1.9.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5e4842f4225d963cc02a75be522dfab569f1a1ce]

        INTEGRATION: CWS sfxcleanup (1.8.158); FILE MERGED 2006/03/29 18:50:29 mba 1.8.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5704cd68922f233f83259a1279025619307e9300]

        INTEGRATION: CWS sfxcleanup (1.7.158); FILE MERGED 2006/03/29 18:50:29 mba 1.7.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4cb15e209d926fdf109c1a72c1486ed2b19482bd]

        INTEGRATION: CWS sfxcleanup (1.42.154); FILE MERGED 2006/03/04 13:02:59 mba 1.42.154.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [77a5b92668546c1f479648c3e9d0dc012a1f991a]

        INTEGRATION: CWS sfxcleanup (1.15.154); FILE MERGED 2006/03/29 18:50:29 mba 1.15.154.3: #132394#: remove superfluous code 2006/03/04 13:02:58 mba 1.15.154.2: #132394#: remove superfluous code 2006/02/26 17:09:59 mba 1.15.154.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [63c0c933d4584b8de729e5f5e252c71993334eb7]

        INTEGRATION: CWS sfxcleanup (1.28.152); FILE MERGED 2006/03/29 13:18:42 mba 1.28.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4ccab699387d5747b326603c60fdc9b701c5995b]

        INTEGRATION: CWS sfxcleanup (1.4.158); FILE MERGED 2006/03/29 13:18:42 mba 1.4.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a663718a3ed397a314488a2f6d9aa67d9c80d424]

        INTEGRATION: CWS sfxcleanup (1.4.158); FILE MERGED 2006/03/29 18:50:28 mba 1.4.158.3: #132394#: remove superfluous code 2006/02/26 18:26:25 mba 1.4.158.2: #132394#: remove superfluous code 2006/02/26 17:09:59 mba 1.4.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0b109ac680eecbc186f52a5bd93fff8fe2705032]

        INTEGRATION: CWS sfxcleanup (1.12.158); FILE MERGED 2006/03/04 13:02:58 mba 1.12.158.3: #132394#: remove superfluous code 2006/02/26 17:09:58 mba 1.12.158.2: #132394#: remove superfluous code 2006/02/24 23:08:57 mba 1.12.158.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [446bdea73af603426012681e9cfce2cf0b7cf93c]

        INTEGRATION: CWS sfxcleanup (1.11.158); FILE MERGED 2006/02/26 17:09:58 mba 1.11.158.2: #132394#: remove superfluous code 2006/02/26 16:21:39 mba 1.11.158.1: #132394#: rmove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a5cd51d6b31022644402f6801cc3b954369af5b9]

        INTEGRATION: CWS sfxcleanup (1.106.8); FILE MERGED 2006/04/28 13:37:21 mba 1.106.8.4: RESYNC: (1.107-1.109); FILE MERGED 2006/03/24 13:19:19 mba 1.106.8.3: RESYNC: (1.106-1.107); FILE MERGED 2006/03/04 13:02:58 mba 1.106.8.2: #132394#: remove superfluous code 2006/02/24 23:08:57 mba 1.106.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [367568c891771d20bb8f8b3b579857f51c0e9016]

        INTEGRATION: CWS sfxcleanup (1.62.110); FILE MERGED 2006/04/28 13:37:01 mba 1.62.110.4: RESYNC: (1.62-1.63); FILE MERGED 2006/03/04 13:02:57 mba 1.62.110.3: #132394#: remove superfluous code 2006/02/26 17:09:56 mba 1.62.110.2: #132394#: remove superfluous code 2006/02/24 23:08:57 mba 1.62.110.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9c6746128d7b282b5991358de19e7b8db2ce8015]

        INTEGRATION: CWS sfxcleanup (1.176.34); FILE MERGED 2006/04/28 13:36:40 mba 1.176.34.5: RESYNC: (1.176-1.178); FILE MERGED 2006/03/31 12:23:47 mba 1.176.34.4: #132394#: remove superfluous code 2006/03/31 12:13:47 mba 1.176.34.3: #132394#: remove superfluous code 2006/03/08 17:08:49 mba 1.176.34.2: #131744#: check references 2006/03/04 13:02:57 mba 1.176.34.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0c5b40b351efd3f00af1c2a45ee47ee7e642f57d]

        INTEGRATION: CWS sfxcleanup (1.89.8); FILE MERGED 2006/04/28 13:36:32 mba 1.89.8.3: RESYNC: (1.89-1.90); FILE MERGED 2006/03/04 13:02:57 mba 1.89.8.2: #132394#: remove superfluous code 2006/02/24 23:08:56 mba 1.89.8.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [99ce23a8eff5dbdf3f178b1d5c73d2d9c01313b1]

        INTEGRATION: CWS sfxcleanup (1.75.8); FILE MERGED 2006/04/28 13:36:24 mba 1.75.8.4: RESYNC: (1.75-1.77); FILE MERGED 2006/03/22 13:59:28 mba 1.75.8.3: #i18807#: event OnLoad never appeared for hidden docs made visible 2006/03/04 13:02:57 mba 1.75.8.2: #132394#: remove superfluous code 2006/02/26 17:09:56 mba 1.75.8.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [255d1ea4655381a662a9c292353c865214bc6780]

        INTEGRATION: CWS sfxcleanup (1.59.10); FILE MERGED 2006/04/28 13:36:07 mba 1.59.10.5: RESYNC: (1.60-1.61); FILE MERGED 2006/03/28 13:33:05 mba 1.59.10.4: #132394#: remove superfluous code 2006/03/24 13:19:10 mba 1.59.10.3: RESYNC: (1.59-1.60); FILE MERGED 2006/03/04 13:02:56 mba 1.59.10.2: #132394#: remove superfluous code 2006/02/24 23:08:56 mba 1.59.10.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [65b5626e676c79e1ae78e8f3d8e177a6feba034d]

        INTEGRATION: CWS sfxcleanup (1.23.132); FILE MERGED 2006/03/30 14:12:29 mba 1.23.132.2: #132394#: remove superfluous code 2006/03/29 18:50:28 mba 1.23.132.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [213fbf3e9e35315d969f0371a7f507534f344a02]

        INTEGRATION: CWS sfxcleanup (1.4.158); FILE MERGED 2006/03/04 13:02:56 mba 1.4.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b7c596059dfa9a808f587af9f30b01489e75fb0e]

        INTEGRATION: CWS sfxcleanup (1.18.10); FILE MERGED 2006/03/04 13:38:41 mba 1.18.10.2: #132394#: remove superfluous code 2006/03/03 16:31:50 mba 1.18.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b8a0bd0a37828863a4b41d51cfc84ba0eb0aad11]

        INTEGRATION: CWS sfxcleanup (1.176.34); FILE MERGED 2006/04/28 13:35:41 mba 1.176.34.3: RESYNC: (1.176-1.178); FILE MERGED 2006/03/31 12:26:20 mba 1.176.34.2: #132394#: remove superfluous code 2006/03/31 12:23:46 mba 1.176.34.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5c0dfa7d984bd8a8ec02015331818156905f22f5]

        INTEGRATION: CWS sfxcleanup (1.23.158); FILE MERGED 2006/03/30 15:28:53 mba 1.23.158.2: #132394#: remove superfluous code 2006/03/04 13:02:56 mba 1.23.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [443960a1238943dad7f3daa0d1b7d2d6f811ace6]

        INTEGRATION: CWS sfxcleanup (1.9.156); FILE MERGED 2006/03/04 13:02:56 mba 1.9.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ea7a74ec23019dc04577b89beff92912f101a86a]

        INTEGRATION: CWS sfxcleanup (1.6.156); FILE MERGED 2006/03/04 13:02:56 mba 1.6.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a23446a80edf75df1ba3f749631f7deb84070666]

        INTEGRATION: CWS sfxcleanup (1.26.28); FILE MERGED 2006/03/04 13:02:56 mba 1.26.28.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a25e842d8091e157f6ddb31cb00c7303202da10d]

        INTEGRATION: CWS sfxcleanup (1.3.158); FILE MERGED 2006/03/08 17:31:31 mba 1.3.158.1: #i37090#: fix wrong ifdef

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8b95eb2791b6dde3eadecb1c1a06a80d30a6c55a]

        INTEGRATION: CWS sfxcleanup (1.15.158); FILE MERGED 2006/03/04 13:02:55 mba 1.15.158.2: #132394#: remove superfluous code 2006/02/27 10:55:02 mba 1.15.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fb58eb834079e26e05bb2e298c1c623898abacc5]

        INTEGRATION: CWS sfxcleanup (1.7.158); FILE MERGED 2006/02/26 17:09:56 mba 1.7.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [730cacefe7a282e231eef0391047a56e0b254e43]

        INTEGRATION: CWS sfxcleanup (1.34.158); FILE MERGED 2006/05/02 13:33:39 mba 1.34.158.4: RESYNC: (1.34-1.35); FILE MERGED 2006/03/30 14:12:28 mba 1.34.158.3: #132394#: remove superfluous code 2006/03/29 18:50:27 mba 1.34.158.2: #132394#: remove superfluous code 2006/03/04 13:02:55 mba 1.34.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [96e92b4985e311019a73e4663ea6775211996d68]

        INTEGRATION: CWS sfxcleanup (1.25.152); FILE MERGED 2006/03/04 13:02:55 mba 1.25.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9957919b5a876e737966f0ee5cc538b72d5daa5f]

        INTEGRATION: CWS sfxcleanup (1.119.70); FILE MERGED 2006/05/02 13:33:27 mba 1.119.70.2: RESYNC: (1.119-1.120); FILE MERGED 2006/02/26 17:09:55 mba 1.119.70.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [cbab9ebc95f863b508a2227e528df3dcb35c4174]

        INTEGRATION: CWS sfxcleanup (1.38.10); FILE MERGED 2006/03/04 13:02:55 mba 1.38.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5a65dd88d1d610bc532d0eaf0b1de3c521b7103f]

        INTEGRATION: CWS sfxcleanup (1.48.70); FILE MERGED 2006/03/30 14:26:02 mba 1.48.70.2: #132394#: remove superfluous code 2006/02/26 17:09:55 mba 1.48.70.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a1c7687503c0f426872261c381df16f40ba3cc8b]

        INTEGRATION: CWS sfxcleanup (1.4.158); FILE MERGED 2006/03/30 14:26:01 mba 1.4.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4c9b6662c55533141f646533181193ac65735748]

        INTEGRATION: CWS sfxcleanup (1.31.104); FILE MERGED 2006/04/28 13:35:27 mba 1.31.104.2: RESYNC: (1.31-1.32); FILE MERGED 2006/02/26 17:09:55 mba 1.31.104.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [906c5a6f62ec9bfe3ea0d0e84f31803391e4fbe9]

        INTEGRATION: CWS sfxcleanup (1.49.148); FILE MERGED 2006/02/26 17:09:55 mba 1.49.148.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1f225296d4dd49e246449caa160d236e5e63b118]

        INTEGRATION: CWS sfxcleanup (1.24.148); FILE MERGED 2006/03/29 18:50:27 mba 1.24.148.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [57025545ad102306115c2d717d306ac4cc597c04]

        INTEGRATION: CWS sfxcleanup (1.43.152); FILE MERGED 2006/03/29 18:50:26 mba 1.43.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5c07f21449d2cca167d9527c4c0864820ae78f91]

        INTEGRATION: CWS sfxcleanup (1.5.158); FILE MERGED 2006/03/29 18:50:26 mba 1.5.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [2024ffaede7f37ce40f0852f4868a8e52041259d]

        INTEGRATION: CWS sfxcleanup (1.53.156); FILE MERGED 2006/04/28 13:35:20 mba 1.53.156.2: RESYNC: (1.53-1.54); FILE MERGED 2006/03/04 13:02:54 mba 1.53.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d8f6f0880eaac2d8857d3a6e9e8ff58353eb2ed1]

        INTEGRATION: CWS sfxcleanup (1.49.30); FILE MERGED 2006/03/04 13:02:54 mba 1.49.30.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [820f351aec0f9624da52810d1a2a699c8d4dd4cc]

        INTEGRATION: CWS sfxcleanup (1.27.156); FILE MERGED 2006/03/04 13:02:54 mba 1.27.156.2: #132394#: remove superfluous code 2006/02/26 17:09:54 mba 1.27.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1dd4fea1fcee7c60c8f1bb5b3b5593ed19aefdce]

        INTEGRATION: CWS sfxcleanup (1.15.10); FILE MERGED 2006/03/04 13:02:54 mba 1.15.10.3: #132394#: remove superfluous code 2006/03/02 09:23:00 mba 1.15.10.2: #120716#: make SfxInterface more robust; #132394#: remove superfluous code 2006/02/26 17:09:54 mba 1.15.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [642a9681cc96533a33c8de87f556f46d1cd7f5be]

        INTEGRATION: CWS sfxcleanup (1.5.158); FILE MERGED 2006/02/26 17:09:54 mba 1.5.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8c060371881b1b508810360b1bb06f85f21fd8e2]

        INTEGRATION: CWS sfxcleanup (1.15.30); FILE MERGED 2006/03/04 13:02:54 mba 1.15.30.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [04e3995836a36c7f9d138f83241c7ae2bf984351]

        INTEGRATION: CWS sfxcleanup (1.11.156); FILE MERGED 2006/03/02 10:21:39 mba 1.11.156.3: #132394#: remove superfluous code 2006/03/02 10:18:47 mba 1.11.156.2: #132394#: remove superfluous code 2006/03/02 09:23:00 mba 1.11.156.1: #120716#: make SfxInterface more robust; #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [14618663a53cfd27612822bf59a906dd11b0a49f]

        INTEGRATION: CWS sfxcleanup (1.7.156); FILE MERGED 2006/03/04 13:02:54 mba 1.7.156.2: #132394#: remove superfluous code 2006/02/26 17:09:53 mba 1.7.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3451a03da410a8364e6c5b609cefe6c74d8b3200]

        INTEGRATION: CWS sfxcleanup (1.7.158); FILE MERGED 2006/03/30 14:12:27 mba 1.7.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0d6517529cb4c4bd267167dea946d47e0d048cc9]

        INTEGRATION: CWS sfxcleanup (1.40.30); FILE MERGED 2006/03/29 13:18:35 mba 1.40.30.7: #132394#: remove superfluous code 2006/03/28 19:25:10 mba 1.40.30.6: #132394#: remove superfluous code 2006/03/28 14:03:20 mba 1.40.30.5: #132394#: remove superfluous code 2006/03/28 13:33:14 mba 1.40.30.4: #132394#: remove superfluous code 2006/03/04 13:02:53 mba 1.40.30.3: #132394#: remove superfluous code 2006/03/02 09:23:00 mba 1.40.30.2: #120716#: make SfxInterface more robust; #132394#: remove superfluous code 2006/02/24 23:08:56 mba 1.40.30.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b959f22325c3d638355697f2ee084cb7f540b857]

        INTEGRATION: CWS sfxcleanup (1.7.156); FILE MERGED 2006/03/04 13:02:53 mba 1.7.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6d748710bf81888537a6949174fbdc674f151d00]

        INTEGRATION: CWS sfxcleanup (1.42.156); FILE MERGED 2006/03/04 13:02:53 mba 1.42.156.2: #132394#: remove superfluous code 2006/02/26 17:09:53 mba 1.42.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [27e96af0139048de047aeaadce7ad2642478481e]

        INTEGRATION: CWS sfxcleanup (1.24.156); FILE MERGED 2006/02/26 18:26:25 mba 1.24.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e6e531588c3f484f7afba5b8864e4d4fc6d38e79]

        INTEGRATION: CWS sfxcleanup (1.42.152); FILE MERGED 2006/03/29 18:50:25 mba 1.42.152.3: #132394#: remove superfluous code 2006/02/26 18:26:25 mba 1.42.152.2: #132394#: remove superfluous code 2006/02/26 17:15:18 mba 1.42.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [29a112bcc87fb0ed09331c6f5de63319c87b73c5]

        INTEGRATION: CWS sfxcleanup (1.5.158); FILE MERGED 2006/02/26 18:26:25 mba 1.5.158.2: #132394#: remove superfluous code 2006/02/26 17:15:18 mba 1.5.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c970b0c02016ebddbd7e75fb5620179682c1d1b6]

        INTEGRATION: CWS sfxcleanup (1.14.78); FILE MERGED 2006/03/04 13:02:53 mba 1.14.78.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [aee9b8d5d31de50347d3afa1a39cc64e2f6f44c6]

        INTEGRATION: CWS sfxcleanup (1.22.10); FILE MERGED 2006/03/04 13:02:52 mba 1.22.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c2b207884a1a28a987c655eeb91e2568edec6ec4]

        INTEGRATION: CWS sfxcleanup (1.9.154); FILE MERGED 2006/03/29 18:50:25 mba 1.9.154.3: #132394#: remove superfluous code 2006/03/04 13:02:52 mba 1.9.154.2: #132394#: remove superfluous code 2006/02/27 08:57:31 mba 1.9.154.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b9bb9603045e55876e0918b9d34ed4379aa5c1a8]

        INTEGRATION: CWS sfxcleanup (1.9.158); FILE MERGED 2006/03/04 13:02:52 mba 1.9.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [57bf712ec1e0385a9cea113ce7cc35c22e68d435]

        INTEGRATION: CWS sfxcleanup (1.27.152); FILE MERGED 2006/03/29 18:50:25 mba 1.27.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [40d49ba4629ebc994a1111f3113c00fb8fd15a38]

        INTEGRATION: CWS sfxcleanup (1.69.154); FILE MERGED 2006/04/28 13:34:53 mba 1.69.154.7: RESYNC: (1.69-1.70); FILE MERGED 2006/03/29 18:50:24 mba 1.69.154.6: #132394#: remove superfluous code 2006/03/04 13:41:58 mba 1.69.154.5: #132394#: remove superfluous code 2006/03/04 13:11:16 mba 1.69.154.4: #132394#: remove superfluous code 2006/03/04 13:02:52 mba 1.69.154.3: #132394#: remove superfluous code 2006/03/03 16:31:15 mba 1.69.154.2: #132394#: remove superfluous code 2006/02/24 23:08:55 mba 1.69.154.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a172db28d9cf3bbd9706d04b8367cf114dbbd276]

        INTEGRATION: CWS sfxcleanup (1.31.150); FILE MERGED 2006/03/29 18:50:24 mba 1.31.150.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [267738cadd07d148793e98d50fa160439b8fa500]

        INTEGRATION: CWS sfxcleanup (1.5.156); FILE MERGED 2006/03/29 18:50:24 mba 1.5.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ad4d7913a9a0e9965b32965a7469b5e91700b8f8]

        INTEGRATION: CWS sfxcleanup (1.59.72); FILE MERGED 2006/03/04 13:02:51 mba 1.59.72.2: #132394#: remove superfluous code 2006/02/26 17:09:53 mba 1.59.72.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f92fdd078df9e75c6c993218b4ecf0cbf71c5865]

        INTEGRATION: CWS sfxcleanup (1.14.156); FILE MERGED 2006/03/04 13:02:51 mba 1.14.156.2: #132394#: remove superfluous code 2006/02/26 17:09:52 mba 1.14.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c2b2ecd1ae82cfa204656d8cfb2765222324a630]

        INTEGRATION: CWS sfxcleanup (1.39.156); FILE MERGED 2006/05/02 13:33:18 mba 1.39.156.6: RESYNC: (1.39-1.41); FILE MERGED 2006/03/30 13:53:09 mba 1.39.156.5: #132394#: remove superfluous code 2006/03/29 18:50:23 mba 1.39.156.4: #132394#: remove superfluous code 2006/02/24 23:29:54 mba 1.39.156.3: #132394#: remove obviously superfluous members and methods from SfxApplication 2006/02/24 23:26:05 mba 1.39.156.2: #132394#: remove obviously superfluous members and methods from SfxApplication 2006/02/24 23:08:55 mba 1.39.156.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8777b8c170b1c3dc3780e2594bccb68059b1cea1]

        INTEGRATION: CWS sfxcleanup (1.14.158); FILE MERGED 2006/02/27 08:57:31 mba 1.14.158.2: #132394#: remove superfluous code 2006/02/26 17:09:52 mba 1.14.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [62d2b416d1b84f67d9ae27973b982d0b0bad6e53]

        INTEGRATION: CWS sfxcleanup (1.22.152); FILE MERGED 2006/03/04 13:02:51 mba 1.22.152.2: #132394#: remove superfluous code 2006/02/26 17:09:52 mba 1.22.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [593dfbd9b56cdc771558058a565f69a04a43de6d]

        INTEGRATION: CWS sfxcleanup (1.113.30); FILE MERGED 2006/04/28 13:33:15 mba 1.113.30.2: RESYNC: (1.113-1.114); FILE MERGED 2006/03/04 13:02:51 mba 1.113.30.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [999f29a696586cfee56d3dd5657d8849901a441a]

        INTEGRATION: CWS sfxcleanup (1.59.30); FILE MERGED 2006/05/02 13:33:10 mba 1.59.30.5: RESYNC: (1.59-1.60); FILE MERGED 2006/03/04 13:02:51 mba 1.59.30.4: #132394#: remove superfluous code 2006/03/02 09:24:02 mba 1.59.30.3: #132394#: remove superfluous code 2006/02/26 17:09:52 mba 1.59.30.2: #132394#: remove superfluous code 2006/02/24 23:08:55 mba 1.59.30.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [11e75558e8bd2e700595b3c9573daa5aeb065226]

        INTEGRATION: CWS sfxcleanup (1.18.156); FILE MERGED 2006/03/29 18:50:23 mba 1.18.156.4: #132394#: remove superfluous code 2006/03/04 13:02:50 mba 1.18.156.3: #132394#: remove superfluous code 2006/02/26 17:09:51 mba 1.18.156.2: #132394#: remove superfluous code 2006/02/24 23:08:55 mba 1.18.156.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4da14699de6126d938687b442ffb84f5d547cec5]

        INTEGRATION: CWS sfxcleanup (1.35.30); FILE MERGED 2006/03/29 13:18:35 mba 1.35.30.4: #132394#: remove superfluous code 2006/03/04 13:02:50 mba 1.35.30.3: #132394#: remove superfluous code 2006/02/26 17:09:51 mba 1.35.30.2: #132394#: remove superfluous code 2006/02/24 23:08:55 mba 1.35.30.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ced10b79dba1c197907d96989a6a1946fbbbb415]

        INTEGRATION: CWS sfxcleanup (1.103.10); FILE MERGED 2006/03/04 13:02:50 mba 1.103.10.4: #132394#: remove superfluous code 2006/02/27 08:57:30 mba 1.103.10.3: #132394#: remove superfluous code 2006/02/26 17:09:51 mba 1.103.10.2: #132394#: remove superfluous code 2006/02/24 23:08:54 mba 1.103.10.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1d16d315343035a575f30a294dc0c2eff7f6bc41]

        INTEGRATION: CWS sfxcleanup (1.51.156); FILE MERGED 2006/03/29 13:18:34 mba 1.51.156.6: #132394#: remove superfluous code 2006/03/04 13:02:50 mba 1.51.156.5: #132394#: remove superfluous code 2006/02/27 08:57:30 mba 1.51.156.4: #132394#: remove superfluous code 2006/02/26 17:09:51 mba 1.51.156.3: #132394#: remove superfluous code 2006/02/24 23:29:54 mba 1.51.156.2: #132394#: remove obviously superfluous members and methods from SfxApplication 2006/02/24 23:08:54 mba 1.51.156.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7bd2e0aaf63ecbf0c47ed6767faa350204f0a5e5]

        INTEGRATION: CWS sfxcleanup (1.26.154); FILE MERGED 2006/02/27 08:57:29 mba 1.26.154.3: #132394#: remove superfluous code 2006/02/26 17:09:50 mba 1.26.154.2: #132394#: remove superfluous code 2006/02/24 23:08:54 mba 1.26.154.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [01d4a00a785f407d9c24886b9df5e602dc40a014]

        INTEGRATION: CWS sfxcleanup (1.52.110); FILE MERGED 2006/03/29 18:50:23 mba 1.52.110.4: #132394#: remove superfluous code 2006/03/29 13:18:34 mba 1.52.110.3: #132394#: remove superfluous code 2006/02/26 17:09:50 mba 1.52.110.2: #132394#: remove superfluous code 2006/02/24 23:08:54 mba 1.52.110.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b721eae3141aff828f737761761af13c64d28201]

        INTEGRATION: CWS sfxcleanup (1.20.154); FILE MERGED 2006/03/04 13:02:50 mba 1.20.154.3: #132394#: remove superfluous code 2006/02/26 17:09:50 mba 1.20.154.2: #132394#: remove superfluous code 2006/02/24 23:08:54 mba 1.20.154.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7e7270a056c45090d2bb4cdb0cc80e00eb3a1ab3]

        INTEGRATION: CWS sfxcleanup (1.6.158); FILE MERGED 2006/03/29 13:18:34 mba 1.6.158.3: #132394#: remove superfluous code 2006/02/26 17:09:49 mba 1.6.158.2: #132394#: remove superfluous code 2006/02/24 23:08:54 mba 1.6.158.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0e5a5e11ae32092b95bf0c05bcc8c5a7f4eab818]

        INTEGRATION: CWS sfxcleanup (1.64.66); FILE MERGED 2006/03/04 13:02:50 mba 1.64.66.3: #132394#: remove superfluous code 2006/02/26 17:09:49 mba 1.64.66.2: #132394#: remove superfluous code 2006/02/24 23:08:53 mba 1.64.66.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [efddb5a539791566bc9ab84be150a6b026e88b77]

        INTEGRATION: CWS sfxcleanup (1.41.156); FILE MERGED 2006/03/04 13:02:49 mba 1.41.156.2: #132394#: remove superfluous code 2006/02/26 17:09:49 mba 1.41.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fa582dba04231a9f05716e5cf442cf52c65e9607]

        INTEGRATION: CWS sfxcleanup (1.36.114); FILE MERGED 2006/04/28 13:32:54 mba 1.36.114.2: RESYNC: (1.36-1.38); FILE MERGED 2006/03/29 18:50:23 mba 1.36.114.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f1cf34d8712d3fb2ea6e41625a53a36a1b8c95e5]

        INTEGRATION: CWS sfxcleanup (1.99.154); FILE MERGED 2006/04/28 13:32:46 mba 1.99.154.5: RESYNC: (1.99-1.101); FILE MERGED 2006/03/04 13:02:49 mba 1.99.154.4: #132394#: remove superfluous code 2006/02/27 08:57:29 mba 1.99.154.3: #132394#: remove superfluous code 2006/02/26 17:09:49 mba 1.99.154.2: #132394#: remove superfluous code 2006/02/24 23:08:53 mba 1.99.154.1: #132394#: remove obviously superfluous members and methods from SfxApplication

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [48df38243922ed20d3a65fd0f6ffbac0f2afdfb9]

        INTEGRATION: CWS sfxcleanup (1.4.1192); FILE MERGED 2006/05/02 13:33:02 mba 1.4.1192.2: RESYNC: (1.4-1.6); FILE MERGED 2006/03/02 09:23:45 mba 1.4.1192.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7f51cb807ee891e9a6d3d9ae8949756338d18557]

        INTEGRATION: CWS sfxcleanup (1.14.682); FILE MERGED 2006/03/02 09:23:45 mba 1.14.682.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1abf1f7226dea64928bb4d7b84591d6a5019b896]

        INTEGRATION: CWS sfxcleanup (1.70.10); FILE MERGED 2006/04/28 13:32:35 mba 1.70.10.3: RESYNC: (1.70-1.73); FILE MERGED 2006/03/04 13:07:05 mba 1.70.10.2: #132394#: remove superfluous code 2006/03/02 09:23:45 mba 1.70.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [33be0204174a4c564249f0494edc021c496896ef]

        INTEGRATION: CWS sfxcleanup (1.8.754); FILE MERGED 2006/03/02 09:23:44 mba 1.8.754.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b3349c4ad70c1d82b7c0c50bf748c9cf84c94a0b]

        INTEGRATION: CWS sfxcleanup (1.6.158); FILE MERGED 2006/03/02 09:23:44 mba 1.6.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c274b6191925d7caa7ee8e54aa320c0dd875dfcc]

        INTEGRATION: CWS sfxcleanup (1.18.580); FILE MERGED 2006/03/28 14:03:20 mba 1.18.580.2: #132394#: remove superfluous code 2006/03/02 09:23:44 mba 1.18.580.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4cfcf7ad842047e1e420b7f663c6980bfc25abac]

        INTEGRATION: CWS sfxcleanup (1.13.484); FILE MERGED 2006/03/02 09:23:44 mba 1.13.484.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a4f3f2fd4593cf27d0348912028e4cfd4364767a]

        INTEGRATION: CWS sfxcleanup (1.24.158); FILE MERGED 2006/05/02 13:32:54 mba 1.24.158.4: RESYNC: (1.24-1.25); FILE MERGED 2006/04/28 15:21:25 mba 1.24.158.3: resync problems 2006/04/28 15:13:35 mba 1.24.158.2: conflict on merge with m165 2006/03/02 09:23:43 mba 1.24.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [939621cbcccc220444fb00776663578bb67c5bb5]

        INTEGRATION: CWS sfxcleanup (1.34.234); FILE MERGED 2006/03/29 18:50:22 mba 1.34.234.2: #132394#: remove superfluous code 2006/03/29 13:18:33 mba 1.34.234.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [40cc63a47f11d8f6c8b6ceb15b33028db7c1d888]

        INTEGRATION: CWS sfxcleanup (1.9.234); FILE MERGED 2006/03/29 18:50:22 mba 1.9.234.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dcc6fb7fe9e1cbb5607159371030cb2012a5badb]

        INTEGRATION: CWS sfxcleanup (1.4.156); FILE MERGED 2006/02/26 17:09:13 mba 1.4.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c7f087d98e21196454c7c36ebf9058c8664b18dd]

        INTEGRATION: CWS sfxcleanup (1.2.158); FILE MERGED 2006/03/04 12:55:35 mba 1.2.158.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [66468c5858331c0f4f1d4c658456eeae2001c047]

        INTEGRATION: CWS sfxcleanup (1.31.72); FILE MERGED 2006/03/05 00:46:29 mba 1.31.72.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a7b630fb9fbff85b2a1cb1d34e752acb7b83b4f4]

        INTEGRATION: CWS sfxcleanup (1.28.116); FILE MERGED 2006/03/05 00:45:40 mba 1.28.116.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7cb42371ff5af70d7c48fa3ff46b57dffdd09288]

        INTEGRATION: CWS sfxcleanup (1.27.30); FILE MERGED 2006/03/05 00:36:35 mba 1.27.30.2: #132394#: remove superfluous code 2006/02/27 08:18:48 mba 1.27.30.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f20c679b557205ed7b20b796661c8b066fdf6414]

        INTEGRATION: CWS sfxcleanup (1.55.10); FILE MERGED 2006/03/05 00:44:16 mba 1.55.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [eab06a45a33d99c3b4ccdafa64dc48ab2604da85]

        INTEGRATION: CWS sfxcleanup (1.26.126); FILE MERGED 2006/03/05 00:43:37 mba 1.26.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [62cee507622b7f6aee77f8e95fc59e20c672ff76]

        INTEGRATION: CWS sfxcleanup (1.12.116); FILE MERGED 2006/03/05 00:42:27 mba 1.12.116.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d439588cde383044d1c9a4a8ce89e0632c7211db]

        INTEGRATION: CWS sfxcleanup (1.44.32); FILE MERGED 2006/02/27 08:18:48 mba 1.44.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e62fbdd00a0989b0001c45805a1268074a560c1b]

        INTEGRATION: CWS sfxcleanup (1.27.10); FILE MERGED 2006/03/05 00:41:12 mba 1.27.10.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [02f0c41bc52ce9590ba9eb71f291d94ce2beb29e]

        INTEGRATION: CWS sfxcleanup (1.29.126); FILE MERGED 2006/03/05 00:35:52 mba 1.29.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0b9cb87cef71acdf1609536fb7497bfb64f1ebf6]

        INTEGRATION: CWS sfxcleanup (1.27.54); FILE MERGED 2006/03/02 10:39:29 mba 1.27.54.2: #132394#: remove superfluous code 2006/03/02 09:26:21 mba 1.27.54.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b9c110c8806e15fbe55c820d6760ddf4bd52bf24]

        INTEGRATION: CWS sfxcleanup (1.38.124); FILE MERGED 2006/02/27 08:18:47 mba 1.38.124.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f63de7ae4589f03be1be11733305471472ed0e35]

        INTEGRATION: CWS sfxcleanup (1.10.128); FILE MERGED 2006/03/05 00:38:36 mba 1.10.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ac6aefd5952f76b298a262ebcc270801def51dcf]

        INTEGRATION: CWS sfxcleanup (1.17.126); FILE MERGED 2006/03/05 00:37:42 mba 1.17.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [12101734e2e01c7bda845084d22b0636c8370481]

        INTEGRATION: CWS sfxcleanup (1.37.84); FILE MERGED 2006/03/02 10:39:29 mba 1.37.84.2: #132394#: remove superfluous code 2006/03/02 09:26:21 mba 1.37.84.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [daf64f499b9926147ce74d2b8a812d39413283ea]

        INTEGRATION: CWS sfxcleanup (1.16.54); FILE MERGED 2006/03/05 00:30:34 mba 1.16.54.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [477f56b32807ffccfe92aa15f2a757da1a5bf6ab]

        INTEGRATION: CWS sfxcleanup (1.6.128); FILE MERGED 2006/03/02 14:24:14 mba 1.6.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1e2a8a9bbb634b8a760cb70c9bb2e3ba6b71cf31]

        INTEGRATION: CWS sfxcleanup (1.4.126); FILE MERGED 2006/03/05 00:27:37 mba 1.4.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dea37bee0f846064c58c15a20176b0003ab9da47]

        INTEGRATION: CWS sfxcleanup (1.18.126); FILE MERGED 2006/03/05 00:26:32 mba 1.18.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [463ce0ac91cf1be18d84dc581010868ac60e7d6b]

        INTEGRATION: CWS sfxcleanup (1.4.126); FILE MERGED 2006/03/02 10:39:28 mba 1.4.126.2: #132394#: remove superfluous code 2006/03/02 09:26:21 mba 1.4.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [26e5cf8c96a125a33719f9d8eda3c7207b2e413c]

        INTEGRATION: CWS sfxcleanup (1.65.118); FILE MERGED 2006/04/28 13:25:04 mba 1.65.118.2: RESYNC: (1.65-1.66); FILE MERGED 2006/03/02 10:39:28 mba 1.65.118.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a98a757420d8bf90c6a9c9d1d72e553fcbd0f6d8]

        INTEGRATION: CWS sfxcleanup (1.3.126); FILE MERGED 2006/03/02 10:39:28 mba 1.3.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ac90957cce8d5e46967afae98d648bf5eb129013]

        INTEGRATION: CWS sfxcleanup (1.6.124); FILE MERGED 2006/03/02 10:39:28 mba 1.6.124.2: #132394#: remove superfluous code 2006/03/02 09:26:20 mba 1.6.124.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3c94e152b49c19c7256dedf9387681bdaee6e212]

        INTEGRATION: CWS sfxcleanup (1.11.124); FILE MERGED 2006/02/27 08:18:46 mba 1.11.124.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9ee55db4207cfa5f7a03fbaa31de81e93315c0f5]

        INTEGRATION: CWS sfxcleanup (1.26.54); FILE MERGED 2006/03/02 10:39:28 mba 1.26.54.2: #132394#: remove superfluous code 2006/03/02 09:26:20 mba 1.26.54.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0c02d1a2f30133eda18ce59d29e88e63d06d8a8f]

        INTEGRATION: CWS sfxcleanup (1.25.118); FILE MERGED 2006/04/28 13:24:57 mba 1.25.118.2: RESYNC: (1.25-1.26); FILE MERGED 2006/03/02 10:39:27 mba 1.25.118.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [da1ec058b8142b7919c01d162d65c7a07a94e499]

        INTEGRATION: CWS sfxcleanup (1.6.126); FILE MERGED 2006/03/02 10:39:27 mba 1.6.126.2: #132394#: remove superfluous code 2006/03/02 09:26:20 mba 1.6.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [df95132d13b7206804d948656a2f65703012698f]

        INTEGRATION: CWS sfxcleanup (1.7.124); FILE MERGED 2006/03/02 10:39:27 mba 1.7.124.2: #132394#: remove superfluous code 2006/03/02 09:26:20 mba 1.7.124.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4b5cda60b12cc0702aa09d340d05e6a93da844af]

        INTEGRATION: CWS sfxcleanup (1.4.126); FILE MERGED 2006/03/02 09:26:20 mba 1.4.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [bf64d25cb0a05f0938ffe38c1000a71ac841df34]

        INTEGRATION: CWS sfxcleanup (1.45.94); FILE MERGED 2006/03/05 00:22:08 mba 1.45.94.2: #132394#: remove superfluous code 2006/02/27 08:18:46 mba 1.45.94.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [17d23a40adf5179b8be2aad5de6f27b57e7a2265]

        INTEGRATION: CWS sfxcleanup (1.57.24); FILE MERGED 2006/04/28 13:24:24 mba 1.57.24.2: RESYNC: (1.57-1.58); FILE MERGED 2006/03/05 00:21:00 mba 1.57.24.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [38bd03453bf373adfc031896be0e72342b1139be]

        INTEGRATION: CWS sfxcleanup (1.46.84); FILE MERGED 2006/03/05 00:13:14 mba 1.46.84.2: #132394#: remove superfluous code 2006/02/27 08:18:45 mba 1.46.84.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [aa733301849616abd05e971ca8d279d3d7f4a3bc]

        INTEGRATION: CWS sfxcleanup (1.32.116); FILE MERGED 2006/03/02 14:24:13 mba 1.32.116.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6388e80584a04329de1b6d559e2f6cc445775611]

        INTEGRATION: CWS sfxcleanup (1.45.54); FILE MERGED 2006/03/05 00:14:52 mba 1.45.54.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8619e99e281136fc2a89cc266badc882b6524e55]

        INTEGRATION: CWS sfxcleanup (1.63.30); FILE MERGED 2006/03/05 00:14:07 mba 1.63.30.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [83540deec0c24738d79a2621a6a07686e7eb25d6]

        INTEGRATION: CWS sfxcleanup (1.43.128); FILE MERGED 2006/04/28 13:17:32 mba 1.43.128.2: RESYNC: (1.43-1.44); FILE MERGED 2006/03/05 00:06:02 mba 1.43.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e3f57809407107d6ea838dce31470ecb530e7cec]

        INTEGRATION: CWS sfxcleanup (1.29.114); FILE MERGED 2006/03/05 00:05:20 mba 1.29.114.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [297c938862ee8efc70d29bbee0beb3be73c77294]

        INTEGRATION: CWS sfxcleanup (1.18.126); FILE MERGED 2006/03/02 09:26:09 mba 1.18.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b9e5ba1aa08c861d2fbdc844bafc1febe969fb77]

        INTEGRATION: CWS sfxcleanup (1.4.128); FILE MERGED 2006/03/02 09:26:09 mba 1.4.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [38c5f0d61e654a9424d99c42d87ef2af205ad5c1]

        INTEGRATION: CWS sfxcleanup (1.3.128); FILE MERGED 2006/03/02 09:26:09 mba 1.3.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [bc866e7d7c6c8c1079f6232e184fd5f5cb9a21bc]

        INTEGRATION: CWS sfxcleanup (1.3.128); FILE MERGED 2006/03/02 09:26:08 mba 1.3.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [406547f182b241638849bdcc11acd3a226a7be75]

        INTEGRATION: CWS sfxcleanup (1.7.128); FILE MERGED 2006/03/02 09:26:08 mba 1.7.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [17879a22ffcb73703442cad9298d0a2edeb8c351]

        INTEGRATION: CWS sfxcleanup (1.12.128); FILE MERGED 2006/03/02 09:26:08 mba 1.12.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f09c6bbabcc679f7cb81429a9d22a85032333e55]

        INTEGRATION: CWS sfxcleanup (1.9.86); FILE MERGED 2006/03/02 09:26:08 mba 1.9.86.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d440fc3721fcec569f19d4c07c1071f50c4afeaf]

        INTEGRATION: CWS sfxcleanup (1.13.128); FILE MERGED 2006/03/02 09:26:08 mba 1.13.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1f5fbbfb2fa9f0aadd03ffeba0f94948ddbbd364]

        INTEGRATION: CWS sfxcleanup (1.15.128); FILE MERGED 2006/03/02 09:26:07 mba 1.15.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e7b426c5f9b06755b33e5bd5ad3e78b1dcdc1c83]

        INTEGRATION: CWS sfxcleanup (1.8.128); FILE MERGED 2006/03/02 09:26:07 mba 1.8.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1791e6c055e8867841983a0e87ccb446f739380e]

        INTEGRATION: CWS sfxcleanup (1.3.128); FILE MERGED 2006/03/02 09:26:07 mba 1.3.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1e14fbdb6a4d13006f9b715a742f89e00716d4ec]

        INTEGRATION: CWS sfxcleanup (1.18.128); FILE MERGED 2006/03/02 09:26:07 mba 1.18.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5392e3f1e9d76376890f689afd9454db417f674a]

        INTEGRATION: CWS sfxcleanup (1.7.86); FILE MERGED 2006/03/02 09:26:07 mba 1.7.86.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [83cc9e978ab903529592857dfd8e8b4bfe5c452d]

        INTEGRATION: CWS sfxcleanup (1.49.128); FILE MERGED 2006/03/02 10:40:13 mba 1.49.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3b5ef9196a8e8d656d8225125e2597fd8d53aa4d]

        INTEGRATION: CWS sfxcleanup (1.2.128); FILE MERGED 2006/03/02 14:24:11 mba 1.2.128.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7a5c8f1cf042a17da08745d346d38b32619e6c9e]

        INTEGRATION: CWS sfxcleanup (1.4.18); FILE MERGED 2006/02/28 13:59:38 mba 1.4.18.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [de5ba006e83e12a3bfcd2ed7cd9d4e9c5c7edddf]

        INTEGRATION: CWS sfxcleanup (1.6.24); FILE MERGED 2006/02/28 13:59:38 mba 1.6.24.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [aafead887a5d418bdcda27ea7c86d94d370d6ee1]

        INTEGRATION: CWS sfxcleanup (1.5.34); FILE MERGED 2006/02/28 08:54:21 mba 1.5.34.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [27b4ad872d83cd173f436df6a324461cb63e8e8d]

        INTEGRATION: CWS sfxcleanup (1.11.16); FILE MERGED 2006/02/28 08:54:20 mba 1.11.16.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [47469117b90f8269e330556a60f898cd79f5e3eb]

        INTEGRATION: CWS sfxcleanup (1.9.34); FILE MERGED 2006/02/28 08:54:20 mba 1.9.34.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ba2eeb05da269093269890e7bf9bab1921fbf23a]

        INTEGRATION: CWS sfxcleanup (1.113.62); FILE MERGED 2006/03/24 13:02:57 mba 1.113.62.2: RESYNC: (1.113-1.114); FILE MERGED 2006/03/02 09:29:22 mba 1.113.62.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a77035f4d10d4d804e3370d68b45ec4c36b6a651]

        INTEGRATION: CWS sfxcleanup (1.10.66); FILE MERGED 2006/03/30 15:02:27 mba 1.10.66.2: #132394#: remove superfluous code 2006/03/30 14:56:51 mba 1.10.66.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3a849267d7c4973ee4750311aebf30efbe91ade2]

        INTEGRATION: CWS sfxcleanup (1.7.66); FILE MERGED 2006/03/02 09:29:10 mba 1.7.66.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6e33796059df489ce6c51e4f7bfb95208a7309bb]

        INTEGRATION: CWS sfxcleanup (1.18.50); FILE MERGED 2006/03/30 15:00:46 mba 1.18.50.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [664bb905b83484209b8b5997ae11e8737bb0d11f]

        INTEGRATION: CWS sfxcleanup (1.51.12); FILE MERGED 2006/04/28 13:10:29 mba 1.51.12.2: RESYNC: (1.51-1.52); FILE MERGED 2006/02/27 14:42:42 mba 1.51.12.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1690354a5252a8793a58bbdcbafb475d9c18070e]

        INTEGRATION: CWS sfxcleanup (1.22.22); FILE MERGED 2006/02/27 14:42:41 mba 1.22.22.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9da7b7255edd1d4d3d4807851d8c9292174035d8]

        INTEGRATION: CWS sfxcleanup (1.11.50); FILE MERGED 2006/03/02 09:30:18 mba 1.11.50.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [aa4d806310fc2a7d94dd069b4b917cead571d078]

        INTEGRATION: CWS sfxcleanup (1.54.190); FILE MERGED 2006/03/22 14:12:40 mba 1.54.190.1: #i132394#: move Adjustment conversion to the only place where it is needed

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [9b39037b633545cec82c501d601cd93cf7d27ea9]

        INTEGRATION: CWS sfxcleanup (1.18.300); FILE MERGED 2006/03/22 14:11:37 mba 1.18.300.1: #i132394#: move Adjustment conversion to the only place where it is needed

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [940aa35207a1b30b7c5ebc2279ab2ef1caea1fe2]

        INTEGRATION: CWS sfxcleanup (1.67.32); FILE MERGED 2006/04/28 13:07:44 mba 1.67.32.4: RESYNC: (1.67-1.68); FILE MERGED 2006/03/04 23:03:56 mba 1.67.32.3: #132394#: remove superfluous code 2006/03/04 23:02:21 mba 1.67.32.2: #132394#: remove superfluous code 2006/03/04 23:01:13 mba 1.67.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3006e5db741fc2938dba7b2b9d6f9f52d0488007]

        INTEGRATION: CWS sfxcleanup (1.16.300); FILE MERGED 2006/03/04 23:00:19 mba 1.16.300.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a048fdbac53fd77d71f6ff98a82fb37c8aed4ac8]

        INTEGRATION: CWS sfxcleanup (1.16.276); FILE MERGED 2006/03/02 09:24:29 mba 1.16.276.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4b63b24d0368f89990355b2f07c6296f16b198c8]

        INTEGRATION: CWS sfxcleanup (1.52.298); FILE MERGED 2006/04/28 13:05:51 mba 1.52.298.2: RESYNC: (1.52-1.53); FILE MERGED 2006/03/04 22:51:56 mba 1.52.298.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [097119c9638a2afe5c4dda5f5ad9dd8a9f85f011]

        INTEGRATION: CWS sfxcleanup (1.49.6); FILE MERGED 2006/03/04 22:48:47 mba 1.49.6.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [77644fb22378658fd7c1c25c5135a7e467b0ee83]

        INTEGRATION: CWS sfxcleanup (1.6.126); FILE MERGED 2006/03/04 22:45:05 mba 1.6.126.2: #132394#: remove superfluous code 2006/02/27 08:02:49 mba 1.6.126.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fd54cfdee5bbfefc5a8da979f1c3d84ad9c62dd5]

        INTEGRATION: CWS sfxcleanup (1.29.188); FILE MERGED 2006/03/04 22:37:03 mba 1.29.188.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7318916b9029f78fd0c34b7ad86b2038be9ba1bd]

        INTEGRATION: CWS sfxcleanup (1.30.32); FILE MERGED 2006/03/04 22:37:42 mba 1.30.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d0fcd20ee62893d1c828250e58715ccd80facb1e]

        INTEGRATION: CWS sfxcleanup (1.33.6); FILE MERGED 2006/03/24 12:51:36 mba 1.33.6.2: RESYNC: (1.33-1.35); FILE MERGED 2006/03/04 22:37:03 mba 1.33.6.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [07398ece27059f82fe992b4915525aae7b7c75a7]

        INTEGRATION: CWS sfxcleanup (1.17.190); FILE MERGED 2006/02/27 08:02:48 mba 1.17.190.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7df1c1be51f32681f117f072781004249d9353cb]

        INTEGRATION: CWS sfxcleanup (1.29.6); FILE MERGED 2006/04/28 12:58:39 mba 1.29.6.3: RESYNC: (1.30-1.31); FILE MERGED 2006/03/24 12:50:03 mba 1.29.6.2: RESYNC: (1.29-1.30); FILE MERGED 2006/03/04 22:37:02 mba 1.29.6.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c0e59e0e988a2c268d1a0b8ef0325c3cc83ab018]

        INTEGRATION: CWS sfxcleanup (1.16.300); FILE MERGED 2006/03/04 22:37:02 mba 1.16.300.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0b44bdd6572c1fd196a764d08790bba65bd70f42]

        INTEGRATION: CWS sfxcleanup (1.27.32); FILE MERGED 2006/02/27 08:02:48 mba 1.27.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7c637ce2b3e3563afd8802433fbae6e3f1beec52]

        INTEGRATION: CWS sfxcleanup (1.32.296); FILE MERGED 2006/02/27 08:02:47 mba 1.32.296.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a5285cb6c49f1a074c81c83b459a84870201e179]

        INTEGRATION: CWS sfxcleanup (1.8.32); FILE MERGED 2006/04/28 12:56:59 mba 1.8.32.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/27 08:02:47 mba 1.8.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [382fced794a94b693b8985af0fb623c1b89056b5]

        INTEGRATION: CWS sfxcleanup (1.5.298); FILE MERGED 2006/03/04 22:37:01 mba 1.5.298.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8183d301eca5c38b5bd59ccee8fd3d8df8b7368f]

        INTEGRATION: CWS sfxcleanup (1.13.300); FILE MERGED 2006/03/02 09:24:38 mba 1.13.300.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [57ccc267a02396cd92e5dbe241e6188c0a7ea4bc]

        INTEGRATION: CWS sfxcleanup (1.4.24); FILE MERGED 2006/03/24 17:09:48 mba 1.4.24.1: superfluous svxlib removed

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [38c9a2d42729b99231701ed03d4ccde2c57fbe6e]

        INTEGRATION: CWS sfxcleanup (1.5.24); FILE MERGED 2006/02/28 14:02:27 mba 1.5.24.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b08cfc6caff661a7999fe176d8d1a437861edfb0]

        INTEGRATION: CWS sfxcleanup (1.7.66); FILE MERGED 2006/03/04 13:11:55 mba 1.7.66.2: #132394#: remove superfluous code 2006/02/27 08:42:18 mba 1.7.66.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0bc0a44d966fc7b61b94976cdfe53f78675267c8]

        INTEGRATION: CWS sfxcleanup (1.5.66); FILE MERGED 2006/02/27 08:42:17 mba 1.5.66.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [bfff272e17915bdd8a9be0ed4eb0add2e2ed64d8]

        INTEGRATION: CWS sfxcleanup (1.39.174); FILE MERGED 2006/03/05 11:27:00 mba 1.39.174.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d576973103958e0e1d4b7ca3249eb4fd70201631]

        INTEGRATION: CWS sfxcleanup (1.28.240); FILE MERGED 2006/03/05 11:25:51 mba 1.28.240.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [08c029d1c28cf61c3b53c4261e0e2488b8fbc1a2]

        INTEGRATION: CWS sfxcleanup (1.55.206); FILE MERGED 2006/02/27 08:41:54 mba 1.55.206.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5db0dc8f44f668c52edf0a6fa19b5a6181dd5914]

        INTEGRATION: CWS sfxcleanup (1.105.156); FILE MERGED 2006/04/28 12:48:19 mba 1.105.156.3: RESYNC: (1.107-1.108); FILE MERGED 2006/03/24 12:35:39 mba 1.105.156.2: RESYNC: (1.105-1.107); FILE MERGED 2006/02/27 08:41:53 mba 1.105.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d978da3f42fba862bb953edf54271e080c8dd1d8]

        INTEGRATION: CWS sfxcleanup (1.19.220); FILE MERGED 2006/02/27 08:41:52 mba 1.19.220.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f04918f8e2f825fb047f8376c80aec3cdb2c7a61]

        INTEGRATION: CWS sfxcleanup (1.31.12); FILE MERGED 2006/03/05 11:21:34 mba 1.31.12.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [67c73d7b9fcf42705ee446d50f5b6ec5c5cfd7cd]

        INTEGRATION: CWS sfxcleanup (1.35.236); FILE MERGED 2006/02/27 08:41:52 mba 1.35.236.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [10e0c6ae6ed720e57188abde0dbea1c4bc9bae0f]

        INTEGRATION: CWS sfxcleanup (1.28.110); FILE MERGED 2006/03/05 11:23:28 mba 1.28.110.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f450e38b34779c9d6b61b5f8d7ad64c7d6d205e0]

        INTEGRATION: CWS sfxcleanup (1.93.12); FILE MERGED 2006/03/05 11:20:24 mba 1.93.12.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e56d1abafd3a94b57c17bb31c786c2241b3b90b8]

        INTEGRATION: CWS sfxcleanup (1.13.240); FILE MERGED 2006/03/05 11:19:02 mba 1.13.240.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c20bb111e510e196036c371e3372b4df6e90bd3c]

        INTEGRATION: CWS sfxcleanup (1.22.244); FILE MERGED 2006/03/05 11:14:16 mba 1.22.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7bc067dbc40371b1fc11d52dd26a092ab9947377]

        INTEGRATION: CWS sfxcleanup (1.49.38); FILE MERGED 2006/03/05 11:16:14 mba 1.49.38.2: #132394#: remove superfluous code 2006/03/05 11:15:11 mba 1.49.38.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fa9da2530891442ec0022dab74600544b2413e65]

        INTEGRATION: CWS sfxcleanup (1.28.240); FILE MERGED 2006/02/27 08:41:51 mba 1.28.240.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0b1f77eedd354e33712df0f34d8f59eaecc6963d]

        INTEGRATION: CWS sfxcleanup (1.5.242); FILE MERGED 2006/03/02 10:42:17 mba 1.5.242.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fc29788455d1830e21147119b7a7229d2f507bc0]

        INTEGRATION: CWS sfxcleanup (1.6.238); FILE MERGED 2006/03/04 13:39:25 mba 1.6.238.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8ad5031c2cb5e10b521e903b10b515e1656784be]

        INTEGRATION: CWS sfxcleanup (1.27.242); FILE MERGED 2006/03/05 11:08:36 mba 1.27.242.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6823dc9e677816af11035ef97ba2eca4a8cdc3b1]

        INTEGRATION: CWS sfxcleanup (1.11.240); FILE MERGED 2006/04/28 12:47:03 mba 1.11.240.2: RESYNC: (1.11-1.12); FILE MERGED 2006/02/27 08:41:50 mba 1.11.240.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7b4faf5e25847d90b1084b0bf195c74270f61fd3]

        INTEGRATION: CWS sfxcleanup (1.65.38); FILE MERGED 2006/03/05 11:09:57 mba 1.65.38.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [38ea034f15bb49d4434e1a1429e08ffba83e3875]

        INTEGRATION: CWS sfxcleanup (1.24.190); FILE MERGED 2006/02/27 08:41:50 mba 1.24.190.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [48c396e35eb4208bdc6438adaff6ac90336090a3]

        INTEGRATION: CWS sfxcleanup (1.13.106); FILE MERGED 2006/03/05 10:14:51 mba 1.13.106.2: #132394#: remove superfluous code 2006/02/27 08:41:49 mba 1.13.106.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [cb6c0045b434bf78c6b38016fc91b54d3d2ab67b]

        INTEGRATION: CWS sfxcleanup (1.6.244); FILE MERGED 2006/03/05 10:13:39 mba 1.6.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1396871f93bcbaf7f06aa6dd1d04766b632907b8]

        INTEGRATION: CWS sfxcleanup (1.104.48); FILE MERGED 2006/04/28 12:43:25 mba 1.104.48.3: RESYNC: (1.104-1.106); FILE MERGED 2006/03/05 10:12:27 mba 1.104.48.2: #132394#: remove superfluous code 2006/02/27 08:41:48 mba 1.104.48.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1c926659e142676a9df3c114d7216fa2966327a3]

        INTEGRATION: CWS sfxcleanup (1.48.110); FILE MERGED 2006/03/05 10:10:39 mba 1.48.110.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [28b04f4155c0545a95d886f2ffa5b818e7172e11]

        INTEGRATION: CWS sfxcleanup (1.53.220); FILE MERGED 2006/03/05 11:03:13 mba 1.53.220.2: #132394#: remove superfluous code 2006/02/27 08:41:48 mba 1.53.220.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [00fa8565ab3a89425f6d13b8e30d97c0ed1c64fc]

        INTEGRATION: CWS sfxcleanup (1.17.154); FILE MERGED 2006/03/30 14:59:57 mba 1.17.154.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [13b9dbe3a6409b45c54ccdb9b9325bd9e60cf014]

        INTEGRATION: CWS sfxcleanup (1.24.152); FILE MERGED 2006/03/05 10:20:15 mba 1.24.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f77c38842e9f790583220a8db6970ba5c004bbb8]

        INTEGRATION: CWS sfxcleanup (1.82.114); FILE MERGED 2006/03/05 10:21:38 mba 1.82.114.2: #132394#: remove superfluous code 2006/02/27 08:41:47 mba 1.82.114.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1e2bb869aac59af6fb1a19b74da00dbe12f18cc4]

        INTEGRATION: CWS sfxcleanup (1.55.48); FILE MERGED 2006/05/02 13:55:22 mba 1.55.48.3: RESYNC: (1.55-1.56); FILE MERGED 2006/03/05 11:04:39 mba 1.55.48.2: #132394#: remove superfluous code 2006/02/27 08:41:47 mba 1.55.48.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e9be5e3706ae2ce5beb0dabd6ba565c3ff4fff06]

        INTEGRATION: CWS sfxcleanup (1.25.152); FILE MERGED 2006/02/27 08:41:46 mba 1.25.152.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a15bb180d85e0161ae06f82bcbe5fc03bb3cb68c]

        INTEGRATION: CWS sfxcleanup (1.16.166); FILE MERGED 2006/02/27 08:41:45 mba 1.16.166.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0ccaba1fd4378deec577abfb879218a1f2e628d8]

        INTEGRATION: CWS sfxcleanup (1.14.92); FILE MERGED 2006/05/02 13:55:14 mba 1.14.92.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/27 08:41:45 mba 1.14.92.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6e357913335440b57aa5082942544af0884dfc3c]

        INTEGRATION: CWS sfxcleanup (1.9.242); FILE MERGED 2006/02/27 08:41:44 mba 1.9.242.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ddd0b1a4c66057368d1b0c73f0c3c7cbc2251101]

        INTEGRATION: CWS sfxcleanup (1.21.12); FILE MERGED 2006/02/27 08:41:43 mba 1.21.12.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b44d230903a0a3a52e0e17d3a011a46f610ae2ac]

        INTEGRATION: CWS sfxcleanup (1.15.240); FILE MERGED 2006/04/28 12:32:14 mba 1.15.240.2: RESYNC: (1.15-1.16); FILE MERGED 2006/02/27 08:41:43 mba 1.15.240.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7a67b6bc70dbdde99c91a8167bf120efa852e09b]

        INTEGRATION: CWS sfxcleanup (1.7.244); FILE MERGED 2006/03/02 09:26:53 mba 1.7.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [72613ed33fdaadf38153c0ccecdc3fdb34ecb2b3]

        INTEGRATION: CWS sfxcleanup (1.14.244); FILE MERGED 2006/04/28 12:30:37 mba 1.14.244.2: RESYNC: (1.14-1.15); FILE MERGED 2006/03/02 09:26:53 mba 1.14.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fdad3e4a61a4c6a47a0b9f50e083a2a9ac53a8d7]

        INTEGRATION: CWS sfxcleanup (1.12.242); FILE MERGED 2006/03/02 09:26:53 mba 1.12.242.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [172fa8281deac70fdd3092391840d4c3df76b42d]

        INTEGRATION: CWS sfxcleanup (1.16.156); FILE MERGED 2006/03/02 09:26:53 mba 1.16.156.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [88e867f4f25abb232da52713294e46f597294414]

        INTEGRATION: CWS sfxcleanup (1.26.38); FILE MERGED 2006/04/28 12:30:03 mba 1.26.38.2: RESYNC: (1.26-1.27); FILE MERGED 2006/03/02 09:26:52 mba 1.26.38.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4051b592bccccc0618d489109a378d20619ebeab]

        INTEGRATION: CWS sfxcleanup (1.35.38); FILE MERGED 2006/03/02 09:26:52 mba 1.35.38.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [17b47748f78af246218d4cd367224e2a984712d3]

        INTEGRATION: CWS sfxcleanup (1.12.244); FILE MERGED 2006/03/02 09:26:52 mba 1.12.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f758bb385ac8c6f9a1940f496d0b138de002bcfe]

        INTEGRATION: CWS sfxcleanup (1.3.244); FILE MERGED 2006/03/02 09:26:52 mba 1.3.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [96766dfda3917930578eb71916b1ec89d48dd553]

        INTEGRATION: CWS sfxcleanup (1.4.244); FILE MERGED 2006/03/02 09:26:52 mba 1.4.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b09216e07776d6856f1694f0b4469a5cab73168c]

        INTEGRATION: CWS sfxcleanup (1.6.244); FILE MERGED 2006/03/02 09:26:52 mba 1.6.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [eeaf03c0d5b111d2b06eb1083578c8c66b6ee86a]

        INTEGRATION: CWS sfxcleanup (1.4.244); FILE MERGED 2006/03/02 09:26:51 mba 1.4.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4e705a5708c0a77ffb3c8daae12bdac401f2a86b]

        INTEGRATION: CWS sfxcleanup (1.3.244); FILE MERGED 2006/03/02 09:26:51 mba 1.3.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6083b9d40582a7f52c7fdcbe777082e71d9776db]

        INTEGRATION: CWS sfxcleanup (1.4.244); FILE MERGED 2006/04/28 12:29:53 mba 1.4.244.2: RESYNC: (1.4-1.5); FILE MERGED 2006/03/02 09:26:51 mba 1.4.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8a30391ff3ea1fac483e1b383b50aba3e4760333]

        INTEGRATION: CWS sfxcleanup (1.15.244); FILE MERGED 2006/03/02 09:26:51 mba 1.15.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [4172223ec8d13f301b7db75ff13618a0ef4c8265]

        INTEGRATION: CWS sfxcleanup (1.15.244); FILE MERGED 2006/03/02 10:42:06 mba 1.15.244.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [068b9ae3d1d92640d0a7620f00656b08960ec34b]

        INTEGRATION: CWS sfxcleanup (1.32.116); FILE MERGED 2006/03/02 14:00:34 mba 1.32.116.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e7e853d952cec09f21de4a8cfeb1e0f32153ca2a]

        INTEGRATION: CWS sfxcleanup (1.47.32); FILE MERGED 2006/03/24 12:00:07 mba 1.47.32.2: RESYNC: (1.47-1.48); FILE MERGED 2006/02/27 08:26:38 mba 1.47.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [24a7703fcdb04c7a61725685defb9603175c9153]

        INTEGRATION: CWS sfxcleanup (1.28.68); FILE MERGED 2006/03/24 11:59:53 mba 1.28.68.2: RESYNC: (1.28-1.29); FILE MERGED 2006/02/27 08:26:38 mba 1.28.68.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f2e73a8d578ebb402fa2bf6dcb7e0144108cf103]

        INTEGRATION: CWS sfxcleanup (1.78.32); FILE MERGED 2006/03/24 11:59:29 mba 1.78.32.2: RESYNC: (1.78-1.79); FILE MERGED 2006/02/27 08:26:37 mba 1.78.32.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [c8c6427ecd430dfb2d0f848a976113445102ac24]

        INTEGRATION: CWS sfxcleanup (1.14.144); FILE MERGED 2006/03/24 11:58:36 mba 1.14.144.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/27 08:26:37 mba 1.14.144.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7326ec8f3d977831845b76374de0d45788e336ab]

        INTEGRATION: CWS sfxcleanup (1.64.52); FILE MERGED 2006/03/24 11:57:55 mba 1.64.52.3: RESYNC: (1.64-1.65); FILE MERGED 2006/03/05 01:13:43 mba 1.64.52.2: #132394#: remove superfluous code 2006/03/05 01:13:14 mba 1.64.52.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ea0f5a3f618e17d67415fbcc0a8b5404ef0f0831]

        INTEGRATION: CWS sfxcleanup (1.64.50); FILE MERGED 2006/03/24 11:57:09 mba 1.64.50.2: RESYNC: (1.64-1.65); FILE MERGED 2006/02/27 08:26:36 mba 1.64.50.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [d808509113b2f85a489df16e102e46619fd78ae0]

        INTEGRATION: CWS sfxcleanup (1.5.146); FILE MERGED 2006/02/27 08:26:36 mba 1.5.146.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [549a3147eb06073d1b30d5074b54b3313101eff1]

        INTEGRATION: CWS sfxcleanup (1.52.56); FILE MERGED 2006/03/05 10:02:54 mba 1.52.56.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f29ef9c1879abfe806722b8462ddbb02e5c257fc]

        INTEGRATION: CWS sfxcleanup (1.31.50); FILE MERGED 2006/04/28 14:51:56 mba 1.31.50.2: conflict on merge with m165 2006/02/27 08:26:35 mba 1.31.50.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1cf4586eca9f6809b35b8d74569246b0ad0c0dfd]

        INTEGRATION: CWS sfxcleanup (1.17.48); FILE MERGED 2006/03/24 11:40:43 mba 1.17.48.2: RESYNC: (1.17-1.18); FILE MERGED 2006/02/27 08:26:34 mba 1.17.48.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [7e54d467567eabf4c6944435def9a83c10c0fc92]

        INTEGRATION: CWS sfxcleanup (1.37.24); FILE MERGED 2006/03/24 11:37:45 mba 1.37.24.2: RESYNC: (1.37-1.38); FILE MERGED 2006/03/05 10:05:23 mba 1.37.24.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [a1414328205b5f2e66afbac4a2e272370870f18f]

        INTEGRATION: CWS sfxcleanup (1.36.56); FILE MERGED 2006/02/27 08:26:34 mba 1.36.56.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5d67d2141a85aac3da169e9314ce35245633fd66]

        INTEGRATION: CWS sfxcleanup (1.14.70); FILE MERGED 2006/03/02 09:28:46 mba 1.14.70.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [64e3d4fa604bbf13b0f3ac53f85be176a171067e]

        INTEGRATION: CWS sfxcleanup (1.38.48); FILE MERGED 2006/04/28 12:12:16 mba 1.38.48.2: RESYNC: (1.38-1.39); FILE MERGED 2006/02/27 08:26:33 mba 1.38.48.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [396c5c957567b2e911dbedc69f2e122726c61a52]

        INTEGRATION: CWS sfxcleanup (1.113.112); FILE MERGED 2006/04/28 12:11:59 mba 1.113.112.2: RESYNC: (1.113-1.114); FILE MERGED 2006/03/02 09:28:45 mba 1.113.112.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6eb0176cf179f503b5edb7bc559fa4559ae0db9a]

        INTEGRATION: CWS sfxcleanup (1.38.8); FILE MERGED 2006/02/27 08:26:33 mba 1.38.8.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [30d5ac73cbc20f3a21d9c3da2a19d597f21ddfc9]

        INTEGRATION: CWS sfxcleanup (1.25.138); FILE MERGED 2006/03/24 11:36:31 mba 1.25.138.2: RESYNC: (1.25-1.26); FILE MERGED 2006/03/02 09:28:45 mba 1.25.138.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [e5f533c2b189174a18031c09ac9637d81521b8a4]

        INTEGRATION: CWS sfxcleanup (1.12.144); FILE MERGED 2006/03/30 14:59:13 mba 1.12.144.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [0a4133332dd844d84a43dfe15538338f9e3436a0]

        INTEGRATION: CWS sfxcleanup (1.28.146); FILE MERGED 2006/03/02 09:28:45 mba 1.28.146.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ef1bd80499431aa751426af022952c27100e4f10]

        INTEGRATION: CWS sfxcleanup (1.7.146); FILE MERGED 2006/02/27 08:26:32 mba 1.7.146.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3cf2874d31e6d2965ba58cb2bf74168d682e2c74]

        INTEGRATION: CWS sfxcleanup (1.43.54); FILE MERGED 2006/04/28 12:10:00 mba 1.43.54.2: RESYNC: (1.43-1.44); FILE MERGED 2006/03/05 00:49:47 mba 1.43.54.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8a8683ff523a3335b6a86484dc1e9e7170a8aeb3]

        INTEGRATION: CWS sfxcleanup (1.15.58); FILE MERGED 2006/03/02 09:28:26 mba 1.15.58.2: #132394#: remove superfluous code 2006/02/27 08:26:20 mba 1.15.58.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [320a1a5fa630b492501bbb506183d861b5e4766f]

        INTEGRATION: CWS sfxcleanup (1.6.756); FILE MERGED 2006/03/02 09:28:26 mba 1.6.756.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dca55620146817732c5be60172027b3262f204b5]

        INTEGRATION: CWS sfxcleanup (1.35.90); FILE MERGED 2006/03/02 09:28:26 mba 1.35.90.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [48abd9d4dd5539e030c7fa48d844c9ed5e3bb276]

        INTEGRATION: CWS sfxcleanup (1.6.146); FILE MERGED 2006/03/02 09:28:26 mba 1.6.146.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f19500371c93b4917bc83b4e648ee136bc49622c]

        INTEGRATION: CWS sfxcleanup (1.11.138); FILE MERGED 2006/03/02 09:28:25 mba 1.11.138.1: #132394#: remove superfluous code

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [490549f39402bc62017d9dd0487a26ea91c2d3fe]

        INTEGRATION: CWS mhu12 (1.16.104); FILE MERGED 2006/03/30 12:19:39 mhu 1.16.104.1: #i62524# Fixed memory leak with not cached NameSpaceEntries (when loading Calc Formula cells).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fa3ec1cb15113829ec83fb320044e7bdfa96e7b5]

        INTEGRATION: CWS mhu12 (1.55.6); FILE MERGED 2006/04/11 17:02:35 mhu 1.55.6.1: #125511# #i23172# #i57754# added rtl_arena + rtl_cache function symbols.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [2b1b327a87a8193b954ad660ae5d6551e5b6fd67]

        INTEGRATION: CWS mhu12 (1.23.20); FILE MERGED 2006/04/11 17:01:24 mhu 1.23.20.1: #125511# #i23172# #i57754# added alloc_arena.o + alloc_cache.o, replaced alloc.o by alloc_global.o.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [78de65380286e46352a662c570c186cf410a9829]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/11 16:55:17 mhu 1.1.2.1: #125511# #i23172# #i57754# shared rtl_arena + rtl_cache implementation internals.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fe13f9ea2f4cfe1dd2a9e52ddac6a0c3bdab8e68]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/20 11:00:11 mhu 1.1.2.2: #i23172# #i57764# #125511# Cleaned up, added documentation. 2006/04/11 16:57:54 mhu 1.1.2.1: #125511# #i23172# #i57754# new global allocator implementation, based on rtl_arena + rtl_cache.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [63957e3084af9344d6e0efbde06ae5444f252726]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/20 11:00:11 mhu 1.1.2.2: #i23172# #i57764# #125511# Cleaned up, added documentation. 2006/04/11 16:56:49 mhu 1.1.2.1: #125511# #i23172# #i57754# rtl_cache implementation.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8a7040c94b83cbf0df51df616beb1c01350eb4b2]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/28 10:53:09 mhu 1.1.2.3: #i23172# More fault tolerant _init() / _fini() functions. 2006/04/20 11:00:11 mhu 1.1.2.2: #i23172# #i57764# #125511# Cleaned up, added documentation. 2006/04/11 16:56:48 mhu 1.1.2.1: #125511# #i23172# #i57754# rtl_cache implementation.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ec41ccaa13b387001c2f9b7fa52240474baeb970]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/11 16:56:26 mhu 1.1.2.1: #125511# #i23172# #i57754# rtl_arena implementation.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [f5845631941f6315e0c9a673b34352eb619f000d]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/20 11:00:11 mhu 1.1.2.2: #i23172# #i57764# #125511# Cleaned up, added documentation. 2006/04/11 16:56:26 mhu 1.1.2.1: #125511# #i23172# #i57754# rtl_arena implementation.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [1a62a2010c10de760bb0770bb8c1554d3f11dca1]

        INTEGRATION: CWS mhu12 (1.24.6); FILE MERGED 2006/04/13 13:57:06 mhu 1.24.6.1: #125511# #i23172# #i57764# Added calls to rtl_(cache|arena)_fini().

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [b35f6a3c1bba60d478363b584892dceff5919bd3]

        INTEGRATION: CWS mhu12 (1.7.80); FILE MERGED 2006/04/20 11:00:10 mhu 1.7.80.2: #i23172# #i57764# #125511# Cleaned up, added documentation. 2006/04/11 16:59:25 mhu 1.7.80.1: #125511# #i23172# #i57754# added rtl_arena + rtl_cache functionality.

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [2d5120737b820fdde3a547cc92e8b4ddbec07964]

        INTEGRATION: CWS mhu12 (1.1.2); FILE ADDED 2006/04/11 16:52:01 mhu 1.1.2.1: #125511# #i23172# #i57754# module sal internal header for 'sal_once_type' (see also pthread_once_t).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dca1c17b960e40c824fd396242acbee1eb2e97f5]

        INTEGRATION: CWS mhu12 (1.4.38); FILE MERGED 2006/04/28 15:22:21 mhu 1.4.38.5: #i47132# Fixed typo in mprotect() call. 2006/04/28 10:47:52 mhu 1.4.38.4: #i47132# Fedora Core 5 with SELinux enforced needs explicit 'mprotect()', i.e. 'mmap(..PROT_EXEC...)' still fails. 2006/04/19 14:56:18 sb 1.4.38.3: #i47132# One more fix for Solaris. 2006/04/19 14:03:08 sb 1.4.38.2: #i47132# Fix for Solaris. 2006/04/19 12:55:33 sb 1.4.38.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [dc8577a12711953efab685123dbf11bc5ca95410]

        INTEGRATION: CWS mhu12 (1.3.36); FILE MERGED 2006/04/19 12:55:33 sb 1.3.36.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [98cd2095293bddc5879c47d4ab494332541f4cfe]

        INTEGRATION: CWS mhu12 (1.14.38); FILE MERGED 2006/04/19 12:55:33 sb 1.14.38.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [8979a8e5a8b52b94196cd58eddda80b25fd40cad]

        INTEGRATION: CWS mhu12 (1.4.20); FILE MERGED 2006/04/19 12:55:32 sb 1.4.20.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [3b74909fbf493274b06470befafd808a38dd5134]

        INTEGRATION: CWS mhu12 (1.6.38); FILE MERGED 2006/04/19 12:55:32 sb 1.6.38.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [ac9161e6bf9bac5aabd35d37a4b1ec2eb4e6070c]

        INTEGRATION: CWS mhu12 (1.2.16); FILE MERGED 2006/04/19 12:55:31 sb 1.2.16.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5687b94e85f1466ee68a4ace82ffb16dc16771cc]

        INTEGRATION: CWS mhu12 (1.4.8); FILE MERGED 2006/04/19 12:55:31 sb 1.4.8.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [16e0b8d0848331f11729a67fc0c171537a2adc64]

        INTEGRATION: CWS mhu12 (1.9.26); FILE MERGED 2006/04/19 12:55:31 sb 1.9.26.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [71a538e53034ddc759b67b5542803ed0bbdcde2a]

        INTEGRATION: CWS mhu12 (1.7.38); FILE MERGED 2006/04/19 12:55:30 sb 1.7.38.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [fc152e895aaa2a34750b85a41efe3ba5eaee2545]

        INTEGRATION: CWS mhu12 (1.9.36); FILE MERGED 2006/04/19 12:55:30 sb 1.9.36.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [6fda652837755f005a444d52e8e27bd06c64f5e3]

        INTEGRATION: CWS mhu12 (1.7.16); FILE MERGED 2006/04/19 12:55:30 sb 1.7.16.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [22fe995be78c1d0f31be904f629a7e14892c4233]

        INTEGRATION: CWS mhu12 (1.19.18); FILE MERGED 2006/04/19 12:55:29 sb 1.19.18.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [5d77b2b3e76b41e6c90296e58804bb277dcb88b4]

        INTEGRATION: CWS mhu12 (1.12.18); FILE MERGED 2006/04/19 12:55:29 sb 1.12.18.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [478ffd7cb12aa86c22771dae8e0c30cd86736804]

        INTEGRATION: CWS mhu12 (1.4.38); FILE MERGED 2006/04/19 12:55:28 sb 1.4.38.1: #i47132# Adapted to new functionality from rtl/alloc.h to obtain executable memory for the raw vtable blocks (which contain code snippets together with the vtables).

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [02d4898195fde49ca01728f01c62b8c23c2584d3]

        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-05-02  Rüdiger Timm  <rt@openoffice.org>  [20a2301ebdc3495c0eda861ab4e9b3ab27e80b3c]

        INTEGRATION: CWS systemjava2 (1.37.6); FILE MERGED 2006/04/26 16:26:00 kendy 1.37.6.1: #i64777# Fix --with-system-xalan breakage in scp2

2006-05-02  Rüdiger Timm  <rt@openoffice.org>  [20cfe60b0f4d7a63f3a3e55488ef9bdf804db1eb]

        INTEGRATION: CWS systemjava2 (1.3.8); FILE MERGED 2006/04/26 16:22:43 kendy 1.3.8.1: #i64753# Fix missing 'XALAN:xalan' in prj/build.lst

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [60ed2edcadbf09a4b2d5b00bffea68eacafbdf73]

        INTEGRATION: CWS impress93 (1.15.46); FILE MERGED 2006/04/28 11:59:59 af 1.15.46.2: #133945# Resolved conflicts of comming merge with rev. 1.16 2006/04/20 11:35:44 cl 1.15.46.1: #133945# Added more guards against GetWindow() returning NULL.

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [d7163074446310dc2966e046d6a9a18b23b11129]

        INTEGRATION: CWS impress93 (1.52.230); FILE MERGED 2006/04/20 12:40:08 cl 1.52.230.1: #133468# removeObjectUser befor setting mpObject to 0 in dispose()

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [062eb9732d33fb00159c94c876c00c139baa9fbb]

        INTEGRATION: CWS impress93 (1.26.48); FILE MERGED 2006/04/20 11:43:57 cl 1.26.48.1: #i63665# added missing exception files

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [93add02d7d324b8cce068c9a1b8bd2a490e3afcc]

        INTEGRATION: CWS swstability02 (1.62.240); FILE MERGED 2006/04/27 12:38:19 ama 1.62.240.1: Fix #i64460#: Do not use Undo when changing properties of a page style

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [e687ecd2f13a15cc5c15b04bfddfa4513daf59f2]

        INTEGRATION: CWS impress93 (1.78.12); FILE MERGED 2006/04/20 12:19:04 cl 1.78.12.1: #i59281# use the correct background style for draw

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [7a94d78958eb4b06def5c17a04be8b70b5f7d272]

        INTEGRATION: CWS swstability02 (1.6.320); FILE MERGED 2006/04/27 12:36:38 ama 1.6.320.1: Fix #i64842#: Copying page descriptor before calling ChgPageDesc (Undo!)

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [d5af9fe07db91aefab94989a9bf38c0b7b435ee8]

        INTEGRATION: CWS impress93 (1.94.34); FILE MERGED 2006/04/20 11:41:28 cl 1.94.34.1: #i61374# fixed hyperlink problem

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [a53cb054e51a4ed03f696fc668c443d1b4129ff4]

        INTEGRATION: CWS impress93 (1.7.198); FILE MERGED 2006/04/20 11:38:36 cl 1.7.198.1: #i63670# Fixed switching to high contrast mode.

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [a4171147efa1882195632bda29ae9e8b0a26253a]

        INTEGRATION: CWS impress93 (1.8.196); FILE MERGED 2006/04/20 11:37:37 cl 1.8.196.1: #i63670# Added DataChanged() method.

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [4ca12e488b0e39a5a996c4c71e574b1b9d8fd8d8]

        INTEGRATION: CWS impress93 (1.17.48); FILE MERGED 2006/04/20 11:36:52 cl 1.17.48.1: #i63670# Added DataChanged() method.

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [f9013ab4f8622ba1e546268cd896a49d20e16aa2]

        INTEGRATION: CWS impress93 (1.8.74); FILE MERGED 2006/04/20 11:34:09 cl 1.8.74.1: #i63570# In ChangePreviewSize the preview size is updated even when there is no cache

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [23e0d3c10f3c67d66923dc136943353e80d249ca]

        INTEGRATION: CWS impress93 (1.13.48); FILE MERGED 2006/04/20 11:32:28 cl 1.13.48.1: #i63685# Removed unnecessary qualification.

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [d23fc0a277b377d7f01ecf7d7b0904a9a404902a]

        INTEGRATION: CWS impress93 (1.52.112); FILE MERGED 2006/04/20 11:30:18 cl 1.52.112.1: #i62218# removed annoying assertion

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [47532fe30ae0e6a43a354022b9e5adf242d688cd]

        INTEGRATION: CWS impress93 (1.110.34); FILE MERGED 2006/04/20 12:33:35 cl 1.110.34.1: #i58712# correctly import image map at the draw:frame element

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [59537281b376dde3509e8b2b335c46cc9283e451]

        INTEGRATION: CWS impress93 (1.23.116); FILE MERGED 2006/04/20 12:32:13 cl 1.23.116.1: #i63305# substitute pathes for config files

2006-04-28  Rüdiger Timm  <rt@openoffice.org>  [b82502b3b53715873f12cfb3cf996a19e546de5c]

        INTEGRATION: CWS impress93 (1.21.116); FILE MERGED 2006/04/20 12:28:46 cl 1.21.116.1: #i63305# substitute pathes for config files

2006-04-27  Eric Bachard  <ericb@openoffice.org>  [4d873292055b62c644cd9bef66a91bd93832117b]

        #i55022# cosmetic changes in makefile.mk

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [d7cc274841f07165eea90734ebdd2e28a72ed9b2]

        SRC680

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [0712dd249e7117bbd8f53682bc9fd808b0ed6031]

        INTEGRATION: CWS os80 (1.21.6); FILE MERGED 2006/04/12 09:25:41 tl 1.21.6.1: #i63649# hyphenator does nothing unless Tools -> Options -> Language settings -> Writing aids is checked manually fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [38b3b2dd555bfd518901e0969808dbaefac4676e]

        INTEGRATION: CWS os80 (1.34.66); FILE MERGED 2006/04/10 11:25:25 os 1.34.66.1: #i62975# AutoFilter toolbox function fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [c392c4c99ed67415fc063c2841a0866c9cfc51d7]

        INTEGRATION: CWS os80 (1.9.66); FILE MERGED 2006/04/10 11:25:25 os 1.9.66.1: #i62975# AutoFilter toolbox function fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [5f8008185d55aed09b08750a00c74d8fd85bfd30]

        INTEGRATION: CWS os80 (1.18.66); FILE MERGED 2006/04/10 11:25:25 os 1.18.66.1: #i62975# AutoFilter toolbox function fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [9c829c078458a333fb3b6a4953a4609e1525ae0e]

        INTEGRATION: CWS os80 (1.30.66); FILE MERGED 2006/04/10 11:25:24 os 1.30.66.1: #i62975# AutoFilter toolbox function fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [b4c3b1065a1bfb483aafa3e7d7b5cd00d3a40156]

        INTEGRATION: CWS os80 (1.16.286); FILE MERGED 2006/04/12 06:06:15 os 1.16.286.1: #i62051# help ids added to mailmerge's match field dialog

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [bfb94302c712eecdf16c3d48b5c76d0b4c0c55d6]

        INTEGRATION: CWS os80 (1.17.284); FILE MERGED 2006/04/12 11:47:16 os 1.17.284.1: #b6410831# move view settings state and execute method from module to view

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [808314df8df1705c494cee6176eaccea03f8883e]

        INTEGRATION: CWS os80 (1.40.28); FILE MERGED 2006/04/12 13:57:21 os 1.40.28.1: #b6410831# move view settings state and execute method from module to view

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [2f53305429bcdac27bf6a56a1fcd6a9bd406ff6f]

        INTEGRATION: CWS os80 (1.11.92); FILE MERGED 2006/04/11 10:42:40 os 1.11.92.1: #i62382# set address frame to minimum height instead of fixed height

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [33db47e8390371518b651debacf676760ca530d2]

        INTEGRATION: CWS os80 (1.8.16); FILE MERGED 2006/04/11 14:17:17 os 1.8.16.1: #i62220# neutral greeting load/store fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [953b2dd109003bfdc6a008eaf1e9ea660537669e]

        INTEGRATION: CWS os80 (1.13.14); FILE MERGED 2006/04/12 06:06:41 os 1.13.14.1: #i62051# help ids added to mailmerge's match field dialog

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [d10c3b1f309740844e32cbb932101c2d86a94ad3]

        INTEGRATION: CWS os80 (1.104.98); FILE MERGED 2006/04/12 12:04:33 os 1.104.98.2: #i52629# asynchrounous printing prevents the print dialog and should therefore only be set in silent mode 2006/04/11 10:58:13 os 1.104.98.1: #i56195# prevent updating of fields while printing in mail merge

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [084281ed509f38be3db541936bc7f3a13519981f]

        INTEGRATION: CWS os80 (1.53.212); FILE MERGED 2006/04/13 11:47:28 os 1.53.212.1: #i60207# prevent insertion of binary data as string

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [af16577e33b5378558f20a24528c52d6c1df4e23]

        INTEGRATION: CWS os80 (1.55.98); FILE MERGED 2006/04/12 11:47:17 os 1.55.98.1: #b6410831# move view settings state and execute method from module to view

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [ee1064040cf4c11419f4e3587100acc9b1516704]

        INTEGRATION: CWS os80 (1.35.156); FILE MERGED 2006/04/11 10:57:49 os 1.35.156.1: #i56195# prevent updating of fields while printing in mail merge

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [af552858c82f25fa97ac9c8d9db2dac1ef48d778]

        INTEGRATION: CWS os80 (1.16.284); FILE MERGED 2006/04/12 11:24:18 os 1.16.284.1: #i48036# bibliography format fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [46010db522c3ce67c5dc8e6e3fd0ea5082ceeb38]

        INTEGRATION: CWS os80 (1.35.204); FILE MERGED 2006/04/11 05:51:40 os 1.35.204.1: #i62613# use the right form of 'toLower' to access variable name

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [31f54a2e6e80759203cfd42b4705d648e9d80cec]

        INTEGRATION: CWS os80 (1.14.286); FILE MERGED 2006/04/12 11:46:39 os 1.14.286.1: #b6410831#

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [e037675894ea81fa0dd93bfe340c175e2c4ca8c9]

        INTEGRATION: CWS os80 (1.26.94); FILE MERGED 2006/04/12 11:46:39 os 1.26.94.1: #b6410831#

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [02d21c541020164d9f79890761987b591a0870f0]

        INTEGRATION: CWS os80 (1.26.282); FILE MERGED 2006/04/12 11:46:39 os 1.26.282.1: #b6410831#

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [655daafab65683c399a00d4b27e5d5a19c56993f]

        INTEGRATION: CWS os80 (1.4.158); FILE MERGED 2006/04/11 10:57:17 os 1.4.158.1: #i56195# prevent updating of fields while printing in mail merge

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [b79893a52e386b576d0ab0dff6289cc11f53a96f]

        INTEGRATION: CWS os80 (1.28.286); FILE MERGED 2006/04/12 06:06:30 os 1.28.286.1: #i62051# help ids added to mailmerge's match field dialog

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [e0ff5cc0fea283704776c23fb425117b5aae203b]

        INTEGRATION: CWS os80 (1.30.238); FILE MERGED 2006/04/11 10:57:38 os 1.30.238.1: #i56195# obsolete members removed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [9bd594d44c1dcdc48dfed3f13373ffdb30bbedf3]

        INTEGRATION: CWS os80 (1.121.18); FILE MERGED 2006/04/18 13:58:57 os 1.121.18.2: #i61493# include spelling fixed 2006/04/18 13:56:10 os 1.121.18.1: #i61493# handling of relative URLs fixed

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [206654bf0fcd631d65a8fb373d8de8f2321e41dd]

        INTEGRATION: CWS os80 (1.1.2); FILE ADDED 2006/04/12 12:39:18 tl 1.1.2.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [7aed40d03e8c3bffc67ed84798239188e2c17b89]

        INTEGRATION: CWS os80 (1.7.4); FILE MERGED 2006/04/13 10:49:50 tl 1.7.4.2: #i63324# include German thesaurus 2006/04/12 12:39:57 tl 1.7.4.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [8d49cc49878d6b2bc7f3bd341c3e877597a549cb]

        INTEGRATION: CWS os80 (1.1.2); FILE ADDED 2006/04/12 12:38:47 tl 1.1.2.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [05fc46e722b045335bb232b6ee531153bf5df464]

        INTEGRATION: CWS os80 (1.2.6); FILE MERGED 2006/04/13 10:49:37 tl 1.2.6.2: #i63324# include German thesaurus 2006/04/12 12:40:11 tl 1.2.6.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [b99cb3505809ce4c989cfa6c9fc43e99a9ea845d]

        INTEGRATION: CWS os80 (1.2.6); FILE MERGED 2006/04/12 12:40:21 tl 1.2.6.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [79c2038ce7bfe091dc22927b3011a32090c10711]

        INTEGRATION: CWS os80 (1.1.2); FILE ADDED 2006/04/12 12:38:00 tl 1.1.2.1: #i63324# include German thesaurus

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [3ed9383edd65d21fde7e583b9c8bf71198f34755]

        INTEGRATION: CWS os80 (1.42.16); FILE MERGED 2006/04/11 14:18:35 os 1.42.16.1: #i62220# neutral greeting localizable; current greeting index changed to int from long

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [c3442c71f94bc3dbb0de92e8311862021e042828]

        INTEGRATION: CWS os80 (1.5.58); FILE MERGED 2006/04/13 08:43:06 os 1.5.58.1: #i61468 translation of pool style names removed - prevents loops

2006-04-27  Kurt Zenker  <kz@openoffice.org>  [8d3b99a2fd4b57faee3fd0de35690ad0a5922c19]

        INTEGRATION: CWS freebsd06 (1.97.4); FILE MERGED 2006/04/20 01:48:39 maho 1.97.4.1: #i64412# Add JDK15 include dir for FreeBSD as well

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5fd8d09a10186007b4484bb9de460497adda94ed]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:15 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [13584f6ffe1a44c8e5bf83d399d247caf162d4dd]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:14 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [bb421860b2009989e48c6d4983a63f197da6e23f]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:13 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5d4d84e2b1e33a57875171e7b01a8f4ad574613f]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:12 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2ffe1b5a7949d5914913d5b8c4d9308479600ccc]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:11 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [86d47657b02c9741eb9eaa322e00873e32ff2528]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:10 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [15267de0dd6db490effd7804f415a0f7530417f5]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:09 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [93df266bd42533db93ed271f79b35a597f0c1056]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:08 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [50faa1002440ed87a4677c095213d6edac6a3c8e]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:07 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f89474825aa5688286cd910226959f789dbd7a4e]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:47:06 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [11ee2a2263663db98ae4456e1972f857536def23]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:38:43 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5b4ede77c3817e8e65d92e9795ce0405b3e20083]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:38:42 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [9c80d997b7bed904e54fc159b00b0572650f6188]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:19:00 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b28fdcbd3c28148dea831d5e6a6c65c18f5fcbb2]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:18:59 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [dc8a3aa9c287a5581d5711c390e4f1d6b0431270]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:18:58 va 1.1.2.1: #134228# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e943d3f534e040ac80e924483533dc6b2deeb7e5]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:55 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c56efdf5c9f27816a7b0d347ad1a9a9302f7de93]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:54 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [0db63076d3eb44c8e1fc77fab8409dec51d55137]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:53 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [daf0da1283cb9930545853c50841be59937743e4]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:52 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e482094b7432ccb16dedf8183a6b81f72a82b0e1]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:51 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [848d890c7ed90eeb528d14c52ff62c189a59f5e1]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:12:50 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ec8ebb2ae3d658700cf75eddfaa9d787024b5548]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:07:43 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a0945ad8aaff5d95d673474570124c52babe95ad]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:02:59 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [831370ec3f5d5d1d1246fa5dc12251665420eb5b]

        INTEGRATION: CWS extras4pl (1.1.2); FILE ADDED 2006/04/07 12:01:24 va 1.1.2.1: #134226# Initial Revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [dd3434e056d4ff48a71d48343567dee2f50a8efe]

        INTEGRATION: CWS extras4pl (1.2.156); FILE MERGED 2006/04/07 11:17:53 va 1.2.156.1: #134228# Completely reworked. Issue number: Submitted by: Reviewed by:

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [39e592bba67eb7d5ddf6a83fe6848adf953886d2]

        INTEGRATION: CWS taskpane (1.8.8); FILE MERGED 2006/02/17 13:42:33 af 1.8.8.1: #i61359# Added TimerBasedTaskExecution.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [45700a9c72bb07cf81904d81d1bc74df184b64cf]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/03/24 12:49:31 af 1.1.2.2: #i61115# Added OSL_TRACE debug code. 2006/02/17 12:09:50 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [83be49ca1970a26ddfee3cc58327ccfd5fa97d7d]

        INTEGRATION: CWS taskpane (1.3.116); FILE MERGED 2006/02/17 13:41:46 af 1.3.116.1: #i61359# Added shared_ptr resources.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [8af1fcdb7691551acc20baf550863e852eb1e497]

        INTEGRATION: CWS taskpane (1.6.112); FILE MERGED 2006/04/21 11:25:45 af 1.6.112.4: #i61115# Fixed choice of font and calculation of its size. 2006/03/24 12:47:23 af 1.6.112.3: #i63578# Added guard against NULL pointer. 2006/03/24 12:41:54 af 1.6.112.2: #i63578# Do not show red lining in previews. 2006/02/17 13:40:33 af 1.6.112.1: #i61359# Added RenderSubstitution() method.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e0099beaf32c201979171d5f4989585584510090]

        INTEGRATION: CWS taskpane (1.9.64); FILE MERGED 2006/04/12 15:18:19 af 1.9.64.3: #i61359# Fixed some compiler problems. 2006/03/29 15:35:13 af 1.9.64.2: RESYNC: (1.9-1.10); FILE MERGED 2006/02/22 09:53:43 af 1.9.64.1: #i61359# Added some new event types.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e70cedfdb24d6ee7fddc7e99050f932a2b4dc6e4]

        INTEGRATION: CWS taskpane (1.6.116); FILE MERGED 2006/04/21 12:02:37 af 1.6.116.3: #i61115# Added MasterPageContainerQueue. 2006/02/22 09:52:47 af 1.6.116.2: #i61359# Using EventMultiplexer instead of MasterPagesSelectorListener. 2006/02/17 13:39:25 af 1.6.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [99aa65cff179c9d729b76f3fae40aa1b7e457688]

        INTEGRATION: CWS taskpane (1.6.116); FILE MERGED 2006/02/17 13:38:13 af 1.6.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [9c8bfe7e25053220028d8a1a02cbca345ab47abe]

        INTEGRATION: CWS taskpane (1.7.36); FILE MERGED 2006/04/21 12:01:49 af 1.7.36.5: #i61115# For user supplied templates the previews are always rendered. 2006/04/18 15:50:35 af 1.7.36.4: #i61115# Modified the event list for which ResolveList() is called. 2006/03/24 12:32:10 af 1.7.36.3: #i61115# Code cleanup. 2006/02/22 09:52:04 af 1.7.36.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:38:45 af 1.7.36.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ca44b860d05bc188a01d139257932e952d236456]

        INTEGRATION: CWS menucleanup (1.8.70); FILE MERGED 2006/04/11 17:32:15 kendy 1.8.70.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d1863ed02de68d9440410f28f2975f06fe11c07f]

        INTEGRATION: CWS taskpane (1.5.116); FILE MERGED 2006/03/24 12:29:44 af 1.5.116.2: #i61115# Reorganization of acessing the valueset. 2006/02/17 13:36:38 af 1.5.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f0ef60f6cd2c5df5fe6aa327b7c7ffb0fdc3396d]

        INTEGRATION: CWS taskpane (1.6.116); FILE MERGED 2006/03/24 12:30:16 af 1.6.116.3: #i61115# Reorganization of acessing the valueset. 2006/02/22 09:51:30 af 1.6.116.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:37:33 af 1.6.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c3f64506948eeb0f6e921f6c81753080e68ced5b]

        INTEGRATION: CWS taskpane (1.4.116); FILE MERGED 2006/02/17 13:34:16 af 1.4.116.1: #i61359# Preview sizes are now specified in both coordinates.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [fdbc530d92657eda74bca193866d44653448a702]

        INTEGRATION: CWS menucleanup (1.8.140); FILE MERGED 2006/04/13 15:32:58 kendy 1.8.140.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/11 17:32:15 kendy 1.8.140.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ec6ee0545c90a216268a51836efa536374d7ca83]

        INTEGRATION: CWS taskpane (1.5.116); FILE MERGED 2006/02/17 13:35:26 af 1.5.116.1: #i61359# Preview sizes are now specified in both coordinates.  Removed upper bound on colum count.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2fe7e00b1fd5980e0d328d3228efd959f4bbf5cd]

        INTEGRATION: CWS menucleanup (1.6.262); FILE MERGED 2006/04/13 15:32:05 kendy 1.6.262.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/11 17:32:14 kendy 1.6.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [6c2895181b201be2ede2f7e29cf07ad8a1606e58]

        INTEGRATION: CWS menucleanup (1.6.262); FILE MERGED 2006/04/13 15:32:00 kendy 1.6.262.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/11 17:32:14 kendy 1.6.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [cbdf37be9d691ed3dac2b5e01da52e7e0bd49536]

        INTEGRATION: CWS taskpane (1.8.114); FILE MERGED 2006/04/18 15:49:06 af 1.8.114.4: #i61115# Added InvalidateItem() and methods for modifying maTokenToValueSetIndex member. 2006/03/24 12:28:52 af 1.8.114.3: #i61115# Reorganization of acessing the valueset.   Support for ordering master pages. 2006/02/22 09:50:55 af 1.8.114.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:32:14 af 1.8.114.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [32e7a953a333450b1a3ff346305096d3bae0ee8a]

        INTEGRATION: CWS menucleanup (1.7.262); FILE MERGED 2006/04/13 15:31:54 kendy 1.7.262.2: RESYNC: (1.7-1.8); FILE MERGED 2006/04/11 17:32:14 kendy 1.7.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d437ef61db18b7b1ff5dc149b825d8b234ce9220]

        INTEGRATION: CWS taskpane (1.15.2); FILE MERGED 2006/04/18 15:48:33 af 1.15.2.5: #i61115# Added InvalidateItem() and methods for modifying maTokenToValueSetIndex member. 2006/03/29 15:35:06 af 1.15.2.4: RESYNC: (1.15-1.16); FILE MERGED 2006/03/24 12:27:54 af 1.15.2.3: #i61115# Reorganization of acessing the valueset.   Support for ordering master pages. 2006/02/22 09:51:10 af 1.15.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:33:02 af 1.15.2.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [758236176571c04cfdd09dac647ffd9507c539d3]

        INTEGRATION: CWS taskpane (1.8.116); FILE MERGED 2006/03/29 15:35:00 af 1.8.116.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/17 13:31:28 af 1.8.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c00560f5f87eca88f18cb93bf12ed7f6da36ebb6]

        INTEGRATION: CWS menucleanup (1.6.262); FILE MERGED 2006/04/13 15:31:44 kendy 1.6.262.2: RESYNC: (1.6-1.7); FILE MERGED 2006/04/11 17:32:13 kendy 1.6.262.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b70c02313f8e3d7959fe94cb963c09e80d162544]

        INTEGRATION: CWS jsc9 (1.3.2); FILE MERGED 2006/04/26 14:15:33 jsc 1.3.2.1: #134738# move fixes back to previous version

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [caf3637b53e9642e8f7d81378b7701a65605f52f]

        INTEGRATION: CWS jsc9 (1.13.2); FILE MERGED 2006/04/26 14:15:33 jsc 1.13.2.1: #134738# move fixes back to previous version

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [463502b793888ad82c1a7263bff215649d66992e]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 12:00:15 af 1.1.2.6: #i61115# Code cleanup. 2006/04/18 15:43:57 af 1.1.2.5: #i61115# Update() returns list of events that have to be notified. 2006/04/12 15:18:19 af 1.1.2.4: #i61359# Fixed some compiler problems. 2006/03/24 12:25:23 af 1.1.2.3: #i61115# Converted pointers to MasterPageDescriptor to shared_ptr.  Added classification of URLs for ordering. 2006/02/22 09:50:39 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:45:59 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [9799afcea2a59dfe5c3ee2a1a1ed9d9017fccde1]

        INTEGRATION: CWS jsc9 (1.5.2); FILE MERGED 2006/04/26 14:15:33 jsc 1.5.2.1: #134738# move fixes back to previous version

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b8babab3766d98c4e381677be5fe9bd4ba2e450a]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 11:59:30 af 1.1.2.5: #i61115# Code cleanup. 2006/04/18 15:43:35 af 1.1.2.4: #i61115# Update() returns list of events that have to be notified. 2006/03/24 12:26:08 af 1.1.2.3: #i61115# Converted pointers to MasterPageDescriptor to shared_ptr.  Added classification of URLs for ordering. 2006/02/22 09:50:27 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:46:42 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [bfcc1b2c153cea9f304c2b0dbf51f6066f7882e4]

        INTEGRATION: CWS menucleanup (1.22.32); FILE MERGED 2006/04/13 15:28:12 kendy 1.22.32.2: RESYNC: (1.22-1.24); FILE MERGED 2006/04/11 17:32:13 kendy 1.22.32.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2cb1f10fca598b30db3398320808f521b2416969]

        INTEGRATION: CWS jsc9 (1.8.2); FILE MERGED 2006/04/26 14:15:33 jsc 1.8.2.1: #134738# move fixes back to previous version

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [1163075c1ebbca700c5f02face63932ae620a98a]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 10:01:47 af 1.1.2.1: #i61115# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f00225153b7e0568e7eda59d9999cd1c0dec1c4b]

        INTEGRATION: CWS menucleanup (1.19.32); FILE MERGED 2006/04/13 15:28:06 kendy 1.19.32.2: RESYNC: (1.19-1.20); FILE MERGED 2006/04/11 17:32:13 kendy 1.19.32.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [54ec29f38981421ef2b500c215599591a7d49a92]

        INTEGRATION: CWS jsc9 (1.4.2); FILE MERGED 2006/04/26 14:15:32 jsc 1.4.2.1: #134738# move fixes back to previous version

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [6a45b45dbef9fe2e7a5a0f6a0af7aae35e86b284]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 13:24:32 af 1.1.2.2: #i61115# Fixed compiler problems. 2006/04/21 11:07:00 af 1.1.2.1: #i61115# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [7572d9e6fcf9fb09b59a708bc36b8a1ae36317fe]

        INTEGRATION: CWS menucleanup (1.20.32); FILE MERGED 2006/04/13 15:28:00 kendy 1.20.32.2: RESYNC: (1.20-1.21); FILE MERGED 2006/04/11 17:32:13 kendy 1.20.32.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [06dcf37aeb97f89d119b5690b48ae94a6e8d9dca]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/18 15:40:02 af 1.1.2.3: #i61115# New dummy provider for default page rendering. 2006/02/22 09:50:07 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:24:39 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [397a0f1432db01af8806e7e63aea4822cf904ed5]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/18 15:38:59 af 1.1.2.4: #i61115# Using correct index for default page.  New dummy provider for default page rendering. 2006/03/24 12:23:31 af 1.1.2.3: #i61115# Code cleanup. 2006/02/22 09:49:55 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:28:28 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2455b936aa86bf2e9d7861e15a70688170e1d1d8]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 11:27:22 af 1.1.2.3: #i61115# Communicating with MasterPageContainer through new local interface. 2006/02/22 09:48:48 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:14:27 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c29afa25526c131684d3bf429518c4f61156ba9c]

        INTEGRATION: CWS macosx20xfixes02 (1.45.26); FILE MERGED 2006/04/03 19:15:59 obr 1.45.26.1: #i63030# application bundle now packaged as .zip(s)

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [922fa65dc4857177337ba0bccb6c8d5499a1e1f3]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/04/21 11:58:24 af 1.1.2.4: #i61115# Communicating with MasterPageContainer through new local interface. 2006/04/18 15:37:32 af 1.1.2.3: #i61115# Rendering of default page is delayed with different technique. 2006/02/22 09:49:19 af 1.1.2.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 12:14:43 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [051df8f8393489c452f9755be6a7b207602dec1e]

        INTEGRATION: CWS impress91 (1.9.98); FILE MERGED 2006/04/11 15:14:45 sj 1.9.98.1: #i54588# fixed crash and the problem of displaying depth value divided by 10

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f9fd1d83fcede9741a3edbb0b92d42632292b170]

        INTEGRATION: CWS taskpane (1.5.116); FILE MERGED 2006/04/21 10:01:33 af 1.5.116.6: #i61115# Initial revision. 2006/04/18 15:35:43 af 1.5.116.5: #i61115# Replaced SetTemplateIndexForToken with SetPreviewProviderForToken. 2006/04/12 15:18:18 af 1.5.116.4: #i61359# Fixed some compiler problems. 2006/03/24 12:13:25 af 1.5.116.3: #i61115# Update of documentation.   Added event types. 2006/02/22 09:47:02 af 1.5.116.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:25:33 af 1.5.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [dd692b4f504c88cd709d190b431be2e59048d4ee]

        INTEGRATION: CWS impress91 (1.28.30); FILE MERGED 2006/03/29 14:08:46 sj 1.28.30.1: #i57022# fixed shape info display for the status bar

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [20f5bf4fbfa8d9289ca6bab90e1b749a26c3fec2]

        INTEGRATION: CWS macosx20xfixes02 (1.20.56); FILE MERGED 2006/04/03 19:19:57 obr 1.20.56.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d42516c8c7f80e47ba95cd63ac9895612e849605]

        INTEGRATION: CWS taskpane (1.14.36); FILE MERGED 2006/04/21 13:24:19 af 1.14.36.7: #i61115# Fixed compiler problems. 2006/04/21 11:24:08 af 1.14.36.6: #i61115# Fixed choice of font and calculation of its size. 2006/04/18 15:34:52 af 1.14.36.5: #i61115# Replaced SetTemplateIndexForToken with SetPreviewProviderForToken.  Added parameter to UpdateDescriptor. 2006/04/12 15:18:18 af 1.14.36.4: #i61359# Fixed some compiler problems. 2006/03/24 12:22:22 af 1.14.36.3: #i61115# Converted pointers to MasterPageDescriptor to shared_ptr. 2006/02/22 09:47:57 af 1.14.36.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:28:21 af 1.14.36.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [92737e823f1661e514fb8642c92b03716ecadda7]

        INTEGRATION: CWS menucleanup (1.22.18); FILE MERGED 2006/04/13 15:21:52 kendy 1.22.18.2: RESYNC: (1.22-1.24); FILE MERGED 2006/04/11 17:32:12 kendy 1.22.18.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e8980673420c53a853a416d726bf065ffc2a232f]

        INTEGRATION: CWS impress91 (1.136.68); FILE MERGED 2006/04/06 10:57:28 sj 1.136.68.1: #i63145# using block alignment

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [63c86605d1b44d9f0b079f24913f5dd25abe426e]

        INTEGRATION: CWS macosx20xfixes02 (1.145.10); FILE MERGED 2006/04/03 19:19:56 obr 1.145.10.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [048742d0e29cb48f7371934c0508bf681f4b5031]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/02/17 12:49:57 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b97cf862a32eab5385396dd3e70a672c707db6be]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/03/24 12:11:51 af 1.1.2.2: #i61115# Assign title layout to new slides. 2006/02/17 12:50:19 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a95883dedb894b216e64b9675add44332f989419]

        INTEGRATION: CWS impress91 (1.59.44); FILE MERGED 2006/04/05 11:47:12 sj 1.59.44.3: #i58613# #i34760# customshapes are now connecting to the correct point 2006/04/05 10:47:36 sj 1.59.44.2: #i58613# customshapes are now connecting to the correct point 2006/04/04 08:46:23 sj 1.59.44.1: #i63936# not ignoring the textminframeheight

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [915926e91af12fb5bddcd3502bf2d6dc6c84e4c2]

        INTEGRATION: CWS macosx20xfixes02 (1.32.302); FILE MERGED 2006/04/03 19:19:56 obr 1.32.302.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ce3271b8690739fc57b4b8b77e73a41d0eccab38]

        INTEGRATION: CWS taskpane (1.4.116); FILE MERGED 2006/03/24 12:09:58 af 1.4.116.3: #i61115# Reorganization of accessing the valueset. 2006/02/22 09:43:00 af 1.4.116.2: #i61359# Using EventMultiplexer instead of MasterPagesSelectorListener. 2006/02/17 13:11:38 af 1.4.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [72fcf30ed9c56097a89bc1475fcf5aa68a3c158b]

        INTEGRATION: CWS macosx20xfixes02 (1.25.28); FILE MERGED 2006/04/03 19:19:56 obr 1.25.28.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [bd5ebbb6c2403faea7b4512ba2a624c4233c8ee9]

        INTEGRATION: CWS impress91 (1.15.322); FILE MERGED 2006/04/05 16:01:39 sj 1.15.322.1: #133802# added missing balloon customshape

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c7f9b25b8c7439722db990f4b9716f1714e164f4]

        INTEGRATION: CWS taskpane (1.5.116); FILE MERGED 2006/04/21 11:11:36 af 1.5.116.6: #i61115# Adaption to modified PutMasterPage() signature. 2006/04/18 15:28:05 af 1.5.116.5: #i61115# Fixed a typo. 2006/04/12 15:18:18 af 1.5.116.4: #i61359# Fixed some compiler problems. 2006/03/24 12:09:50 af 1.5.116.3: #i61115# Reorganization of accessing the valueset. 2006/02/22 09:43:37 af 1.5.116.2: #i61359# Using EventMultiplexer instead of MasterPagesSelectorListener. 2006/02/17 13:13:13 af 1.5.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [407bb347d8dd28fbad61f2d2362bf5a5559d2c0b]

        INTEGRATION: CWS macosx20xfixes02 (1.21.56); FILE MERGED 2006/04/03 19:19:56 obr 1.21.56.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [3b14be84326eda7af4b84529320b2717e0eb6f9e]

        INTEGRATION: CWS impress91 (1.6.344); FILE MERGED 2006/04/11 15:14:22 sj 1.6.344.1: #i54588# fixed crash and the problem of displaying depth value divided by 10

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [7c42bef68e3be5c0b9974c0c9643bfa2676a9755]

        INTEGRATION: CWS taskpane (1.4.116); FILE MERGED 2006/03/24 12:06:44 af 1.4.116.3: #i61115# Ordering template folders so that user supplied templates come first. 2006/02/22 09:39:39 af 1.4.116.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:09:52 af 1.4.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [de9559ffcfbcfc2820cb90f4787bad48bc5f1765]

        INTEGRATION: CWS macosx20xfixes02 (1.18.56); FILE MERGED 2006/04/03 19:19:55 obr 1.18.56.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5c82a12f7e345c34f9663a78b467c5ed2bfc2324]

        INTEGRATION: CWS taskpane (1.4.116); FILE MERGED 2006/04/18 15:23:59 af 1.4.116.5: #i61115# Event type DATA_CHANGED handled by base class. 2006/03/24 12:06:36 af 1.4.116.4: #i61115# Ordering template folders so that user supplied templates come first. 2006/03/24 10:59:01 af 1.4.116.3: #i61115# Ordering template folders so that user supplied templates come first. 2006/02/22 09:39:00 af 1.4.116.2: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector. 2006/02/17 13:06:52 af 1.4.116.1: #i61359# Major restructuring of MasterPageContainer and MasterPagesSelector.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2db7679b99fd776ad8de4344327d1ec59241a8fa]

        INTEGRATION: CWS macosx20xfixes02 (1.27.12); FILE MERGED 2006/04/03 19:19:55 obr 1.27.12.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f9bebdb6826b77b91fe2d75c13c5d94dd100897e]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/02/17 12:06:12 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f5d255bffed9ecd9ce6cbfb0c0396a6ad0d5edac]

        INTEGRATION: CWS macosx20xfixes02 (1.11.12); FILE MERGED 2006/04/03 19:19:55 obr 1.11.12.1: #i63030# changed installation structure on osx and removed some X11 desktop integration stuff

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d0bf839903c2403f4e4d21f2c9c082bd586d1e07]

        INTEGRATION: CWS taskpane (1.3.116); FILE MERGED 2006/02/22 09:36:57 af 1.3.116.2: #i61359# Fixed typo of last checkin. 2006/02/17 13:02:56 af 1.3.116.1: #i61359# Added shared_ptr variant of AddResource().

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d94144e2ae06039232d1a56df4492d12af907074]

        INTEGRATION: CWS taskpane (1.1.2); FILE ADDED 2006/02/17 11:57:14 af 1.1.2.1: #i61359# Initial revision.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [9b57f31cc436b6c483c97e799a270d6c02985b59]

        INTEGRATION: CWS macosx20xfixes02 (1.10.80); FILE MERGED 2006/04/03 18:45:58 obr 1.10.80.1: #i62229# use BSD advisory locking instead byte range locking on OSX

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e63fda11699facce5c6adfcbb8b2340ef1f5d551]

        INTEGRATION: CWS impress91 (1.2.12); FILE MERGED 2006/04/04 11:31:43 af 1.2.12.1: #i63957# Releasing tool bar shells before main view shell is switched.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ef91ddebf3700984894d228b791aea2626b9d80f]

        INTEGRATION: CWS taskpane (1.4.116); FILE MERGED 2006/03/24 12:59:54 af 1.4.116.3: #i61115# Replaced auto_ptr by scoped_ptr. 2006/03/24 10:56:23 af 1.4.116.2: #i61115# Ordering template folders so that user supplied templates come first. 2006/02/17 12:53:24 af 1.4.116.1: #i61359# Added support for the AsynchronousTask interface.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f965e17a8459844d598f9ebfc406ba09fe5a2392]

        INTEGRATION: CWS impress91 (1.25.104); FILE MERGED 2006/04/03 12:24:44 af 1.25.104.1: #i54714# Made BACKSPACE do the same as DELETE.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [db47abed46fb380b5a27fef7e388272283953725]

        INTEGRATION: CWS taskpane (1.3.116); FILE MERGED 2006/02/17 12:59:17 af 1.3.116.1: #i61359# Added RenderSubstitution() method.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [cd90347d341538f55ad3b15b113a5c59efc98065]

        INTEGRATION: CWS impress91 (1.20.12); FILE MERGED 2006/04/04 11:43:12 cl 1.20.12.1: #i61368# optimize ::onChangePage() to check if page is already visible

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c4be88a3267973d9b2602cfe6b8db197cb6a9025]

        INTEGRATION: CWS taskpane (1.3.116); FILE MERGED 2006/04/12 15:18:18 af 1.3.116.3: #i61359# Fixed some compiler problems. 2006/03/29 15:30:09 af 1.3.116.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/22 09:35:36 af 1.3.116.1: #i61359# Add some more event types.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [219a05728e806d7deab4a88a9c0f2a501568fc0c]

        INTEGRATION: CWS impress91 (1.30.176); FILE MERGED 2006/04/03 11:37:59 cl 1.30.176.1: #i59426# change height of thai ctl fonts

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [70099ff92400eb659ffcf905f071f62e26ecec28]

        INTEGRATION: CWS taskpane (1.38.2); FILE MERGED 2006/02/17 12:58:13 af 1.38.2.1: #i61359# Adaption to changes in TemplateScanner.hxx

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [453d0805825b4ad42e141742706bdf8281bcfd51]

        INTEGRATION: CWS menucleanup (1.25.14); FILE MERGED 2006/04/13 15:15:12 kendy 1.25.14.2: RESYNC: (1.25-1.27); FILE MERGED 2006/04/11 17:32:12 kendy 1.25.14.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [6278322b0df8a1a5fe7056fc44ca31957b70d213]

        INTEGRATION: CWS impress91 (1.43.90); FILE MERGED 2006/04/03 11:37:59 cl 1.43.90.1: #i59426# change height of thai ctl fonts

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c6f950665971100ff2e51cf7e05d30141e8e89e1]

        INTEGRATION: CWS taskpane (1.8.116); FILE MERGED 2006/04/18 15:21:20 af 1.8.116.4: #i61115# Removed OSL_TRACE. 2006/04/11 15:00:19 af 1.8.116.3: #i61359# Using multiset so that all folders are correctly scanned.  Moved the finalization code so that it is executed. 2006/03/24 10:56:34 af 1.8.116.2: #i61115# Ordering template folders so that user supplied templates come first. 2006/02/17 12:52:51 af 1.8.116.1: #i61359# Added support for the AsynchronousTask interface.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [0b53f999ba2e5cf76cd2c51d2f3e42192911c2bb]

        INTEGRATION: CWS macosx20xfixes02 (1.55.2); FILE MERGED 2006/04/03 19:34:31 obr 1.55.2.1: #i63030# enable simple installer for OS X packaging

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5d452accb45671d8f68e208ae86db930b030a812]

        INTEGRATION: CWS menucleanup (1.22.134); FILE MERGED 2006/04/13 15:15:06 kendy 1.22.134.2: RESYNC: (1.22-1.23); FILE MERGED 2006/04/11 17:32:11 kendy 1.22.134.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [f3b48e496fdda1cfccd4978cf520f1edc9001dbb]

        INTEGRATION: CWS impress91 (1.7.146); FILE MERGED 2006/04/04 08:37:09 cl 1.7.146.1: #i55227# fixed effect import of outline shapes

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ebc6b23684d1322cecba96fe71930b87c8dd3fd6]

        INTEGRATION: CWS taskpane (1.6.116); FILE MERGED 2006/02/23 14:48:15 af 1.6.116.1: #i62478# Made initialization of list of slide transitions and list of sounds asynchronous.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a534112c436cfbb1d27914d2fca4a290e80c366c]

        INTEGRATION: CWS impress91 (1.40.88); FILE MERGED 2006/04/03 11:36:33 cl 1.40.88.1: #i59426# change height of thai ctl fonts

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5742a272772de40ceb5e71dda57f64760f90d3b2]

        INTEGRATION: CWS taskpane (1.10.84); FILE MERGED 2006/03/29 15:25:41 af 1.10.84.2: RESYNC: (1.10-1.11); FILE MERGED 2006/02/23 14:47:52 af 1.10.84.1: #i62478# Made initialization of list of slide transitions and list of sounds asynchronous.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e7fb0e44aa79dbbec8b06018e60acf4b36a93e00]

        INTEGRATION: CWS taskpane (1.3.116); FILE MERGED 2006/02/23 13:15:23 af 1.3.116.1: #i62470# Made initialization CustomAnimationPresets asynchronous/on demand.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a0f0841177cb3e997b398ecf6bdbbd004cae6a20]

        INTEGRATION: CWS taskpane (1.18.34); FILE MERGED 2006/03/29 15:25:34 af 1.18.34.4: RESYNC: (1.18-1.20); FILE MERGED 2006/03/23 08:47:11 af 1.18.34.3: #i62470# Reduced the delay for lateInitCallback. 2006/02/23 13:12:48 af 1.18.34.2: #i62470# Made initialization CustomAnimationPresets asynchronous/on demand. 2006/02/23 13:11:57 af 1.18.34.1: #i62470# Made initialization CustomAnimationPresets asynchronous/on demand.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [8aa03cfcf1514dfe1146fb41f7c3d4bf11df9a41]

        INTEGRATION: CWS menucleanup (1.9.300); FILE MERGED 2006/04/13 15:08:34 kendy 1.9.300.2: RESYNC: (1.9-1.10); FILE MERGED 2006/04/11 17:32:11 kendy 1.9.300.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [3ad19e7a8aa53afb82ed407cf2237077a0463407]

        INTEGRATION: CWS macosx203fixes (1.108.64); FILE MERGED 2006/04/12 21:21:24 tra 1.108.64.1: #63650#

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [65d6f61c78ac10271ce8a22d9d0867d727ff9efe]

        INTEGRATION: CWS impress91 (1.17.82); FILE MERGED 2006/04/04 11:01:30 cl 1.17.82.1: #i62742# detect OOo 1.x and StarOffice 7 for build id

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2241c2cda387294016d0e0322d053960c571b017]

        INTEGRATION: CWS macosx20xfixes02 (1.32.24); FILE MERGED 2006/04/03 19:30:27 obr 1.32.24.1: #i63030# enable simple installer for OS X packaging

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b5b42d41b64571e43b821971e6d0381ae9d3f7f6]

        INTEGRATION: CWS impress91 (1.46.100); FILE MERGED 2006/04/03 12:24:56 cl 1.46.100.1: #i63107# fixe code to work with style names containing a '-'

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [929362ab2ad84c0603c198b43b049ae222d3d614]

        INTEGRATION: CWS macosx20xfixes02 (1.21.200); FILE MERGED 2006/04/03 19:30:27 obr 1.21.200.1: #i63030# enable simple installer for OS X packaging

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [591f27ecd6908aeac3fc9c1883b5a4d037b3634e]

        INTEGRATION: CWS impress91 (1.110.16); FILE MERGED 2006/04/04 10:53:11 cl 1.110.16.1: #i62742# override fill and line style for graphics from OOo 1.x

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e5074daf5b68957c03a1739831b8ba8658bdbacb]

        INTEGRATION: CWS macosx20xfixes02 (1.62.22); FILE MERGED 2006/04/03 19:30:27 obr 1.62.22.1: #i63030# enable simple installer for OS X packaging

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [3246b7c165eb6ac1d6c7984f875ff45f75b3c5cc]

        INTEGRATION: CWS impress91 (1.102.100); FILE MERGED 2006/04/04 10:50:48 cl 1.102.100.1: do not export notes and handout stuff in draw

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [0103ff36d74729b6849e38999b429c084eff75f7]

        INTEGRATION: CWS macosx20xfixes02 (1.98.106); FILE MERGED 2006/04/03 19:30:27 obr 1.98.106.1: #i63030# enable simple installer for OS X packaging

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [fb029c75f4e8ada7e8b96f986f62860f1c48e1cd]

        INTEGRATION: CWS menucleanup (1.11.200); FILE MERGED 2006/04/13 15:05:44 kendy 1.11.200.2: RESYNC: (1.11-1.12); FILE MERGED 2006/04/11 17:32:11 kendy 1.11.200.1: #i64286# Remove menu:helpid and menu:label from menu *.xml

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [600deb5ea49d1842e2b1bf39405c310834f8594d]

        INTEGRATION: CWS fwk37 (1.5.16); FILE MERGED 2006/04/05 15:11:52 mav 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2006/03/20 10:28:05 mav 1.5.16.1: #i59532# use new customaction for the patch

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [320c5b5912cf7f4cdd2fd0bc68d88611802305bf]

        INTEGRATION: CWS fwk37 (1.142.14); FILE MERGED 2006/04/10 13:13:29 mav 1.142.14.3: #i59532# use new customaction for the patch 2006/04/05 15:11:00 mav 1.142.14.2: RESYNC: (1.142-1.146); FILE MERGED 2006/03/28 08:41:10 as 1.142.14.1: #i29138# add ALT-F11 for MacroDialog to global config

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d6bc142f46b9ea5c2129524aa6c51ce9c0b9389d]

        INTEGRATION: CWS fwk37 (1.195.8); FILE MERGED 2006/04/11 12:46:13 mav 1.195.8.2: #i45270# introduce passwordcontainer into the patch 2006/04/10 13:13:29 mav 1.195.8.1: #i59532# use new customaction for the patch

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [349a37a9bb24b93d7eb8ca7f17b4bee3dd16f00b]

        INTEGRATION: CWS fwk37 (1.4.284); FILE MERGED 2006/03/20 10:28:04 mav 1.4.284.1: #i59532# use new customaction for the patch

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [07be64721ab81e25b366b972ae441a46e71c9b80]

        INTEGRATION: CWS fwk37 (1.7.208); FILE MERGED 2006/04/10 13:13:29 mav 1.7.208.2: #i59532# use new customaction for the patch 2006/03/20 10:28:04 mav 1.7.208.1: #i59532# use new customaction for the patch

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [6208afb98f5367ec039a8b653d07c247316c7e36]

        INTEGRATION: CWS fwk37 (1.31.40); FILE MERGED 2006/04/05 15:04:02 mav 1.31.40.2: RESYNC: (1.31-1.32); FILE MERGED 2006/03/22 10:56:23 mav 1.31.40.1: #i63320# set template update

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [71de3d755c0a888e767313630e949dd948f7d077]

        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>  [8d1d7208e7f604c421f1175cc313aede3b1c1162]

        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>  [788144377f837ac9b0c41d40703768c4ef77419e]

        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>  [5e53d73129e9d9fbef29d91310732ef59fd3bef9]

        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>  [294d8e82d2f40767315c8ef497aaa3bace301901]

        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>  [b4c84a7d96e5f2750dfb2578c5e2db5b785ed8db]

        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>  [bc9e582a70b07911c3ce41ff4fb8cab7f4ce6442]

        INTEGRATION: CWS fwk37 (1.12.8); FILE MERGED 2006/04/05 14:27:11 mav 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2006/03/29 09:00:34 mav 1.12.8.1: #b6404500# introduce workaround for 50 OLE objects created by SO6

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [407ac222c2f87ef3bc329eb345d37911abfba252]

        INTEGRATION: CWS fwk37 (1.26.8); FILE MERGED 2006/04/07 13:36:37 mav 1.26.8.3: #b6404500# introduce workaround for 50 OLE objects created by SO6 2006/04/05 14:26:58 mav 1.26.8.2: RESYNC: (1.26-1.27); FILE MERGED 2006/03/29 09:00:34 mav 1.26.8.1: #b6404500# introduce workaround for 50 OLE objects created by SO6

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [2b0651acfcaaeb024637cdc77cd1e4f51f2a3753]

        INTEGRATION: CWS fwk37 (1.23.8); FILE MERGED 2006/03/29 09:00:33 mav 1.23.8.1: #b6404500# introduce workaround for 50 OLE objects created by SO6

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [ca54f88ba3ba30db606c4c9645f8665bcbc48448]

        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>  [3335a7fdbdbce200964ef792b43893f4f1803b57]

        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>  [32a01ede4256c9b2a7d4ae210c05486572a73897]

        INTEGRATION: CWS fwk37 (1.2.88); FILE MERGED 2006/03/28 08:11:43 as 1.2.88.1: #i61619# remove SISSL

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [eb4663601f680a2602d3cdeb4948b6dddcefef2b]

        INTEGRATION: CWS fwk37 (1.11.114); FILE MERGED 2006/03/29 09:22:38 obr 1.11.114.1: #i62692# mapping /home/ob93801 to osl_getHomeDir

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [9b2e869d02aca7282c52554d7b9d1ea578266d46]

        INTEGRATION: CWS fwk37 (1.3.64); FILE MERGED 2006/03/28 08:11:42 as 1.3.64.1: #i61619# remove SISSL

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c41498b47396934ffa1e8e6768caf22fcd5209fd]

        INTEGRATION: CWS fwk37 (1.2.88); FILE MERGED 2006/03/28 08:11:41 as 1.2.88.1: #i61619# remove SISSL

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [74398d7de1c049998c6f62d861c9b43ed6059e11]

        INTEGRATION: CWS fwk37 (1.3.64); FILE MERGED 2006/03/28 08:11:40 as 1.3.64.1: #i61619# remove SISSL

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [95a5879cd18af900d716da3b3375fff657d1097f]

        INTEGRATION: CWS fwk37 (1.2.88); FILE MERGED 2006/03/28 08:11:39 as 1.2.88.1: #i61619# remove SISSL

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [5bea81c6c6bd49551f340c0a55f41a6707e0e6c6]

        INTEGRATION: CWS fwk37 (1.7.110); FILE MERGED 2006/03/17 12:04:48 mav 1.7.110.1: #i59532# ActiveX control and Mozilla plugin should not support .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [86bdabb40825e6dccc25cff385265a74f25181a9]

        INTEGRATION: CWS fwk37 (1.9.110); FILE MERGED 2006/03/17 12:04:47 mav 1.9.110.1: #i59532# ActiveX control and Mozilla plugin should not support .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [0469dd0a8a909ca97106ee07f1b0d13fecbc2135]

        INTEGRATION: CWS fwk37 (1.12.18); FILE MERGED 2006/03/17 12:04:47 mav 1.12.18.1: #i59532# ActiveX control and Mozilla plugin should not support .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c2c67b1cbf815bc9a7d91fa7d7474e2f8acf1fdc]

        INTEGRATION: CWS fwk37 (1.13.18); FILE MERGED 2006/03/17 12:04:46 mav 1.13.18.1: #i59532# ActiveX control and Mozilla plugin should not support .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [8f461cd1f541cf322453e30862578b4bfab2edb7]

        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-26  Kurt Zenker  <kz@openoffice.org>  [cc2140ac39994c184eb97c471301032bf53d96e3]

        INTEGRATION: CWS fwk37 (1.1.2); FILE ADDED 2006/04/11 09:07:43 mav 1.1.2.2: #i59532# deregister ActiveX control from .odb documents 2006/03/17 12:01:13 mav 1.1.2.1: #i59532# deregister ActiveX control from .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [dbf34607212fc7d226bd6da2e61b0f76c344090f]

        INTEGRATION: CWS fwk37 (1.1.2); FILE ADDED 2006/03/17 12:01:42 mav 1.1.2.1: #i59532# deregister ActiveX control from .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [b41858bbff63768ce5b999918de2362f1ccf084f]

        INTEGRATION: CWS fwk37 (1.1.2); FILE ADDED 2006/03/17 12:01:28 mav 1.1.2.1: #i59532# deregister ActiveX control from .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a37305bb9d88387d1f846c197af76b487379bae3]

        INTEGRATION: CWS fwk37 (1.17.10); FILE MERGED 2006/03/17 11:58:50 mav 1.17.10.1: #i59532# deregister ActiveX control from .odb documents

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [a5cd7ad851f317a02fa8505493adb9e805a443d3]

        INTEGRATION: CWS fwk37 (1.2.630); FILE MERGED 2006/03/28 08:04:04 as 1.2.630.1: #i29138# add ALT-F11 for MacroDialog to global config

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e00b5d45ac8310850a038ff6c07fefa14d7b1b6c]

        INTEGRATION: CWS fwk37 (1.2.898); FILE MERGED 2006/03/28 08:04:04 as 1.2.898.1: #i29138# add ALT-F11 for MacroDialog to global config

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [762c3541b68451b17eaeba7a13149110029bf99a]

        INTEGRATION: CWS fwk37 (1.18.334); FILE MERGED 2006/03/22 15:35:33 mav 1.18.334.2: #i62834# use the correct size on import 2006/03/22 09:39:20 mav 1.18.334.1: #i58560# let the MSOLE object contain the replacement image in non-Oasis formats

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [cae0f6225be5358f3c2441edecf31f8943a66554]

        INTEGRATION: CWS fwk37 (1.136.50); FILE MERGED 2006/03/22 15:35:32 mav 1.136.50.1: #i62834# use the correct size on import

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [7b1ca5afd373f5ed5d357271f4338894cccbdbd6]

        INTEGRATION: CWS fwk37 (1.129.8); FILE MERGED 2006/04/05 13:28:54 mav 1.129.8.2: RESYNC: (1.129-1.130); FILE MERGED 2006/03/22 15:35:32 mav 1.129.8.1: #i62834# use the correct size on import

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [77d76c46f345681063c29a6f2287379b15a685e6]

        INTEGRATION: CWS fwk37 (1.11.334); FILE MERGED 2006/03/22 09:39:19 mav 1.11.334.1: #i58560# let the MSOLE object contain the replacement image in non-Oasis formats

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [c10c10f0de954981529435bbc415bea19ae5e6b0]

        INTEGRATION: CWS swqbf58 (1.49.42); FILE MERGED 2006/04/18 08:10:29 od 1.49.42.1: #b6402800# - implement UNO-API for hidden compatibility flag 	     <SwDoc::mbClipAsCharacterAnchoredWriterFlyFrames>

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [556cac457fbae5e6ab633bb216b8378562748bb2]

        INTEGRATION: CWS swqbf58 (1.94.42); FILE MERGED 2006/04/18 08:12:48 od 1.94.42.1: #b6402800# method <SwXMLImport::SetConfigurationSettings(..)> 	   - default handling for hidden compatibility flag 	     <SwDoc::mbClipAsCharacterAnchoredWriterFlyFrames>

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [cc2394783fc96586b23a29f92d881522a3fe25f8]

        INTEGRATION: CWS swqbf58 (1.53.94); FILE MERGED 2006/03/31 13:40:41 fme 1.53.94.1: #b6403557# Do not depend on the existence of a view shell

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e05684c79e7c587421f4fc14656e2bfddd2eb09f]

        INTEGRATION: CWS swqbf58 (1.70.236); FILE MERGED 2006/03/31 13:40:41 fme 1.70.236.1: #b6403557# Do not depend on the existence of a view shell

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [d89daa367357b39b1b07056041093276e5656248]

        INTEGRATION: CWS swqbf58 (1.68.60); FILE MERGED 2006/03/30 06:48:44 fme 1.68.60.1: #b6402837# Check if SvxFrameDirectionItem is set for cell frame before using it

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [11f1cc9b79c726abc5f5297008c47b20351541d2]

        INTEGRATION: CWS swqbf58 (1.44.234); FILE MERGED 2006/04/18 08:26:25 od 1.44.234.1: #b6403541# method <SwFlyFreeFrm::MakeAll()> - minor correction.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [51d7d3b800f1d5fddb9558cf15e370e59be10626]

        INTEGRATION: CWS swqbf58 (1.13.256); FILE MERGED 2006/04/18 08:14:58 od 1.13.256.1: #b6402800# method <SwFlyInCntFrm::MakeAll()> 	   - re-activate clipping depending on hidden compatibility flag 	     <SwDoc::mbClipAsCharacterAnchoredWriterFlyFrames>

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [e99ed26324d92854fca8d6e80503da5a04d2719f]

        INTEGRATION: CWS swqbf58 (1.56.42); FILE MERGED 2006/04/18 08:17:16 od 1.56.42.1: #b6403541# method <SwFlyAtCntFrm::MakeAll()> 	   - special loopp prevention for dedicated document.

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [055047f010fb9c057b69c8a0725daad18b9a9d9b]

        INTEGRATION: CWS fwk37 (1.38.272); FILE MERGED 2006/03/22 09:43:34 mav 1.38.272.1: #i58560# let the MSOLE object contain the replacement image in non-Oasis formats

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [3ab23ac576073ab9e07b8fc678ed54a67d4604b4]

        INTEGRATION: CWS swqbf58 (1.61.6); FILE MERGED 2006/04/18 08:07:55 od 1.61.6.1: #b6402800# method <SwDoc::SwDoc> 	   - initialize hidden compatibility flag <mbClipAsCharacterAnchoredWriterFlyFrames>

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [460beb24bf6c9fe055dce0a834bdd1b9c19def3a]

        INTEGRATION: CWS swqbf58 (1.117.6); FILE MERGED 2006/04/18 08:04:15 od 1.117.6.1: #b6402800# class <SwDoc> 	   - introduce hidden compatibility flag <mbClipAsCharacterAnchoredWriterFlyFrames>

2006-04-26  Kurt Zenker  <kz@openoffice.org>  [53af91e3717351395fb6b1e63e17b80bb82ebea6]

        INTEGRATION: CWS fwk37 (1.49.74); FILE MERGED 2006/03/22 09:35:15 mav 1.49.74.1: #i58560# let the MSOLE object contain the replacement image in non-Oasis formats

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [a9047d0eb296a5b5842d1ff5141b2b573a714617]

        deliver resources

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [76e59f8631c5d60f4623634931d5d99f0da0dfee]

        initial revision

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [6d89c6ee2d33a659e05ccb258afd0651a187f0d3]

        identifier renamed

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [0728f088f36b4efe0f760d5209ad287072d7b6b8]

        dont forget to build resources

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [ef9b3fc191183c37e1395403c04aafaf0ad4274a]

        bootstrp added

2006-04-26  Oliver Bolte  <obo@openoffice.org>  [b344e3c35e1842cae3ddbafb332229e01c19ce81]

        fix

2006-04-24  Oliver Bolte  <obo@openoffice.org>  [19171c68f3468b0e18310df51bfd7b4c83677173]

        moved from tools/bootstrap

2006-04-24  Oliver Bolte  <obo@openoffice.org>  [a87007680bab8e661ed41f8bd137c5be6b95dfbd]

        changes for linux

2006-04-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e5723f9510c5c94d0b2f6d84390a323dcb97d8f0]

        #i10000# fix accessrights for comp_ver.mk

2006-04-24  Oliver Bolte  <obo@openoffice.org>  [76003a516c8ffa4fe2b275d3bf22bfbf71811691]

        unxlngi6 parse problem

2006-04-21  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f5f48400151736806d6d2124c33e425e528d06b]

        #i10000#: typo in include guard

2006-04-21  Rüdiger Timm  <rt@openoffice.org>  [7650afa721a498138313eb2cddc38c271f562b48]

        #i64608# Do not check any flag file.

2006-04-20  Vladimir Glazounov  <vg@openoffice.org>  [c8df6733683b1967686ff30b177d6fcd2c967252]

        new version for SRC680

2006-04-20  Vladimir Glazounov  <vg@openoffice.org>  [afe9cfb2542113c5dccda17d98f8e1090c37cb47]

        new version for SRC680

2006-04-20  Vladimir Glazounov  <vg@openoffice.org>  [3141173a7d741aa48252314a5f4f3dde08f4c4b1]

        new version for SRC680

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [20edf456f36a838f5c9f3f369677570748ed35d1]

        #i10000#: Solaris 8 doesn't support C99 header stdint.h

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6027506876a280aad8464ac545d78624a72ac36c]

        SRC680

2006-04-20  Oliver Bolte  <obo@openoffice.org>  [5a9e0d33dfe23894879ea8c73d4f5c16a8e11df3]

        refactored version

2006-04-20  Oliver Bolte  <obo@openoffice.org>  [cc53dd0b92479429e07b48b5be520ee67e9f4b81]

        Initial revision

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9debb9f3b337fb3e24e253b1e90d7957724eb79c]

        INTEGRATION: CWS pj53 ; FILE MERGED 2006/04/13 14:38:47 pjanik : #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [075c289dbeb8f9dbca99abb69b9c9182363af89d]

        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>  [95dbadd6d70635fae8b2e32c6ab4207aaf04d389]

        INTEGRATION: CWS pj53 (1.15.26); FILE MERGED 2006/04/13 14:40:01 pjanik 1.15.26.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [18c255651be0532e25295fd870486908e6bf9e1a]

        INTEGRATION: CWS pj53 (1.7.92); FILE MERGED 2006/04/13 15:00:53 pjanik 1.7.92.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c306ef09fcc4420badfd09efcab4392767861d2]

        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>  [2245892fa92ab380def871f2bf54388fe860897b]

        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>  [9af3a65b9accefdc4f42c43bcb1fa1047b739c19]

        INTEGRATION: CWS pj53 (1.14.126); FILE MERGED 2006/04/13 15:14:14 pjanik 1.14.126.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3162dc5c96425874d78443c5c2a38061ae223924]

        INTEGRATION: CWS pj53 (1.21.288); FILE MERGED 2006/04/13 15:07:08 pjanik 1.21.288.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cfe5f0005806266b39d58cb232914f9bca2760f]

        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>  [7a2554e8e82132b1a69730982a165e3cf7d0b63a]

        INTEGRATION: CWS pj53 (1.16.90); FILE MERGED 2006/04/13 15:12:49 pjanik 1.16.90.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [11432448a1beacc7eb15cf161bccedaf0f78ac87]

        INTEGRATION: CWS pj53 (1.7.32); FILE MERGED 2006/04/13 15:01:07 pjanik 1.7.32.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5ebd0c6c16ed6ad54b7dff6545704e4431a553c]

        INTEGRATION: CWS pj53 (1.7.34); FILE MERGED 2006/04/13 15:14:29 pjanik 1.7.34.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3de93622f75943dbb9741fb6df1a172e7838caf3]

        INTEGRATION: CWS pj53 (1.1.42); FILE MERGED 2006/04/13 14:32:18 pjanik 1.1.42.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2246f747078096ef7827505911fd3006e3f5a06e]

        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>  [52b7414dadf20daefbe598b59a814d9dd71fb264]

        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>  [bf0f911d21cbe5437cf97a36a8685f72b4864a4b]

        INTEGRATION: CWS pj53 (1.12.50); FILE MERGED 2006/04/13 15:15:05 pjanik 1.12.50.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7aa079a5c657c38e7a51f382ad6a74f603bb3c0]

        INTEGRATION: CWS pj53 (1.49.266); FILE MERGED 2006/04/13 15:14:48 pjanik 1.49.266.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b25ff7df4de3ef262e6526b8192f1f9fc19abd7]

        INTEGRATION: CWS pj53 (1.45.34); FILE MERGED 2006/04/13 14:41:46 pjanik 1.45.34.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [96963e5d7c60362c45b7110e58eae267a8b3448c]

        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>  [20abaa594bfb21fea1416ce4b81d3e2ff598113f]

        INTEGRATION: CWS pj53 (1.6.40); FILE MERGED 2006/04/13 15:05:31 pjanik 1.6.40.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b99804a3a959a1c02c74ef7c88550ab12018b94e]

        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>  [aa3b05915809c99ccd651a01b49f70b9a88c0b2f]

        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>  [3d86c9989dfbf04818971742a18241dcf6de2194]

        INTEGRATION: CWS pj53 (1.94.36); FILE MERGED 2006/04/13 15:39:56 pjanik 1.94.36.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin. 2006/04/13 12:51:59 pjanik 1.94.36.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4599abacc7118008cdafbd46a8096f5864ece298]

        INTEGRATION: CWS pj53 (1.53.230); FILE MERGED 2006/04/13 15:39:56 pjanik 1.53.230.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin. 2006/04/13 12:51:59 pjanik 1.53.230.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9957d55bd539a3e29fcf4b83caf6ef5d7c495e41]

        INTEGRATION: CWS pj53 (1.91.36); FILE MERGED 2006/04/13 15:39:55 pjanik 1.91.36.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin. 2006/04/13 12:51:59 pjanik 1.91.36.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [70cb413b61295851b6030a82fb0f66e9b439ea1d]

        INTEGRATION: CWS pj53 (1.51.230); FILE MERGED 2006/04/13 15:39:55 pjanik 1.51.230.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin. 2006/04/13 12:51:58 pjanik 1.51.230.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d598246c11082723d92cbb1e089ccb51f967ee5]

        INTEGRATION: CWS pj53 (1.1.2); FILE ADDED 2006/04/13 12:51:58 pjanik 1.1.2.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccebb5622497bc78dbe51c3c5e8a4ba1375cc681]

        INTEGRATION: CWS pj53 (1.98.116); FILE MERGED 2006/04/13 12:51:58 pjanik 1.98.116.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f37f522205d286650781c8a961193b39bd27b7e7]

        INTEGRATION: CWS pj53 (1.20.206); FILE MERGED 2006/04/13 15:09:00 pjanik 1.20.206.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [55b3a32f615743058c0c9bae09a1b1576065ad80]

        INTEGRATION: CWS pj53 (1.18.266); FILE MERGED 2006/04/13 14:40:16 pjanik 1.18.266.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77054396c1e76fa44a7ac680a8e3e54bac828a48]

        INTEGRATION: CWS pj53 (1.116.98); FILE MERGED 2006/04/13 15:10:10 pjanik 1.116.98.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e2ff108ff3ec240d2e6d965c0e02ad3a6311a3]

        INTEGRATION: CWS pj53 (1.12.56); FILE MERGED 2006/04/13 14:59:51 pjanik 1.12.56.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [50e4cbee7e67c26e2b407fe03912d6a210284b11]

        INTEGRATION: CWS pj53 (1.13.54); FILE MERGED 2006/04/13 15:01:30 pjanik 1.13.54.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f60d86823f08f7a7f52511566738efb4b0eda469]

        INTEGRATION: CWS pj53 (1.10.24); FILE MERGED 2006/04/13 14:38:05 pjanik 1.10.24.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [34ad296a6b1f6164bae4cc484415a0f02816f5fc]

        INTEGRATION: CWS pj53 (1.24.12); FILE MERGED 2006/04/13 14:39:16 pjanik 1.24.12.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d44dab53a291daab04e874310f8c07bdcb5187fe]

        INTEGRATION: CWS pj53 (1.19.32); FILE MERGED 2006/04/13 14:59:02 pjanik 1.19.32.2: #i64382#: Remove the call of create-libstatic-link. 2006/04/13 14:58:44 pjanik 1.19.32.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf41cf70810e5330c3c58e163cb869eeef0037f]

        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>  [439288132504ee6f0de9b16f9d95546d0012f607]

        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>  [e16c1f7448d62abf41b5ccf22d3e9575d219b591]

        INTEGRATION: CWS pj53 (1.15.46); FILE MERGED 2006/04/13 13:51:56 pjanik 1.15.46.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [641c7f0a603446ee363249934edd0f4ef3b908e7]

        INTEGRATION: CWS pj53 (1.10.42); FILE MERGED 2006/04/13 15:06:11 pjanik 1.10.42.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aacd881fb614530dd7dd3419100514822788453e]

        INTEGRATION: CWS pj53 (1.25.178); FILE MERGED 2006/04/13 14:30:51 pjanik 1.25.178.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e7d77bada7df3595a31c3b7c4ec52404f0549f0]

        INTEGRATION: CWS pj53 (1.16.18); FILE MERGED 2006/04/13 14:39:32 pjanik 1.16.18.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea911fa1f583534712c99a9884166d81062047b5]

        INTEGRATION: CWS pj53 (1.7.44); FILE MERGED 2006/04/13 15:06:39 pjanik 1.7.44.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [54327469dc6f1c08195564699e10c2fae7518abf]

        INTEGRATION: CWS pj53 (1.8.44); FILE MERGED 2006/04/13 15:00:28 pjanik 1.8.44.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f28075a6c8cd67661b870abe0f56195aea84989]

        INTEGRATION: CWS pj53 (1.24.396); FILE MERGED 2006/04/13 15:07:36 pjanik 1.24.396.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dd2fcf6c6515ad919a9537fef8f4ca030ed668f]

        INTEGRATION: CWS native45 (1.6.284); FILE MERGED 2006/04/13 12:54:31 is 1.6.284.1: #i64319# cab file number as product setting

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5102d972e2adfee7eb0adc6b313020795cfd171d]

        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>  [b4ee4c9fcde125308c7c2a1c5df1e40cb8a717a1]

        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>  [4878c8851aa2916df3ea18330cbeae0e495dd744]

        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>  [9820694860e198851e1e8a724b01ed30058c2da6]

        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>  [fd40578cdea25bbfde73e8827c00807bd506e1ea]

        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>  [9786eae6c279adddbaff8db571318e0a1131d870]

        INTEGRATION: CWS pj53 (1.14.82); FILE MERGED 2006/04/13 15:09:17 pjanik 1.14.82.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d01fc6cfe8c6da75b872195078df38b6f23e5671]

        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>  [d6433bd284f00b079aa668e605fb451731c6c86b]

        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>  [d0784e8ac66704b864fd5767a81ecbb408d2e790]

        INTEGRATION: CWS pj53 (1.10.138); FILE MERGED 2006/04/13 15:13:35 pjanik 1.10.138.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [59542ff71ed1e0fe887d33bcd50e19fe87f4438c]

        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>  [8d7bf705b524a2fe1e3ca68d10d39d295cdc39c3]

        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>  [9f10a85aeca672f5873bcec3b037a6052681a906]

        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>  [250c4b4af63bbda0d5b174671873f90bb125dc80]

        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>  [6854ba3a4d3b2119ad7e8fb6449370accd89dff7]

        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>  [11ea9659305ef9f6dc3c464d64ce75194587fee9]

        INTEGRATION: CWS pj53 (1.13.66); FILE MERGED 2006/04/13 14:38:47 pjanik 1.13.66.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [84285973abad225917881233bb1bedfcc746490e]

        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>  [18d096d3efe696e023d0e2ec63a96b8e7e38ee1b]

        INTEGRATION: CWS pj53 (1.6.50); FILE MERGED 2006/04/13 15:00:08 pjanik 1.6.50.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1177d94ef45ffe2ebc0702b8d24c0fbd032aa88]

        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>  [964ef69b9b32c84866c1c4ecaa18fac7473f03b0]

        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>  [80e114ad6996d64679a14f1003d27ebda849baef]

        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>  [91917f60dd0aa73585eb797ef26c109a4ee95f47]

        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  Oliver Bolte  <obo@openoffice.org>  [59c0b3ad1633b20c4faeae7a56c3fec639089b7f]

        refactored version

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46b0d2fd30ebcf3d32f261896a1d3427fd2a6156]

        INTEGRATION: CWS pj53 (1.13.54); FILE MERGED 2006/04/13 15:08:11 pjanik 1.13.54.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [981d174e47fa202abf0bc386ca84c0f6b43bd035]

        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>  [185fd71a78e41ad51a118440f3da2fcd88b07bcb]

        INTEGRATION: CWS pj53 (1.74.40); FILE MERGED 2006/04/13 15:01:54 pjanik 1.74.40.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07ab82e7fdedf4d888ce87274357969d48dbc3f2]

        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>  [7560be3e89e72b0e40f655ba2cdd14d5e193327f]

        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>  [2a2af1573134480d2f4673283f3f03144dee72c2]

        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>  [53882f9a98b2f738169ed07a1cf2b56045d2dd21]

        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>  [1cb05a77925b6d26b9f51a88a57bcbf2b3b92dbb]

        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>  [91b50df8d46eafa018bf6527e90bd372adc73e67]

        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>  [7f64d73d8f9a2f038c35b11130f68058eed6b950]

        INTEGRATION: CWS pj53 (1.2.22); FILE MERGED 2006/04/13 14:57:16 pjanik 1.2.22.2: #i64382#: Remove the call of create-libstatic-link. 2006/04/13 14:30:24 pjanik 1.2.22.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a28bff8bc481e6b15bb2e9d1e2914350346835fb]

        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>  [86bb3de45325ac736742a0c8ddcc6772a2e98c6a]

        INTEGRATION: CWS pj53 (1.61.8); FILE MERGED 2006/04/13 15:02:08 pjanik 1.61.8.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [294c6379e907c7b7895f11718661cef465d73701]

        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>  [a89bc330769d8b04e8c535f3294d51092a9e797f]

        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>  [04473ae16f68e3188c57de9b47975aa248c84640]

        INTEGRATION: CWS pj53 (1.20.26); FILE MERGED 2006/04/13 14:39:46 pjanik 1.20.26.1: #i61798#: Rename create-bundle to macosx-create-bundle.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [79cf17468de6b34e12c30245026a6c8517cc9a97]

        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>  [46b64345f1463e52d2f09433f6f33984b8e07531]

        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>  [a07a7a3ed56bf0b80c311e5fcd49dc27a5701389]

        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>  [497c57853089056e4adda8be417e6d2ed2c5fc35]

        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>  [bb0efffcd3c84e0aa3a3a94b011e7bbbfb726f3a]

        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>  [e966b1987dcf92eb2c68f90d6ae2a8ce578fcd32]

        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>  [ba130bb3ca2dfc78ae5038e5a6f9574b822152d6]

        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>  [d9e34b2ac19164e8d4676e34231487d3d349cb42]

        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>  [65c255ac777477d7dd81aac1f86c871111d49837]

        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>  [253dbe2f864f47dd3f6479bbebe9dcfa76bb2266]

        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>  [978e461407b52658b1436d9686a11cc67f8220e3]

        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>  [f503aca3b71702032affca472f611ae69d7c0235]

        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>  [37f60d41cedb7b362379819f193398f85e996dba]

        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>  [23a44ba810568a9bf61ab12811b74ecd1e78a40c]

        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>  [8c2ef6d4171d56e99d16ca61d949a602501a6065]

        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>  [d6b5fabd789c1cf0bb2a4ad7e45dad2c47777bcc]

        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>  [3a6999c98ecf810e9cfa6091aab8b32897f50306]

        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>  [713e4a998fb3446479805ab8a05a51862cb5d670]

        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>  [760da1a45ba93977752bedd001cf2f62e48c2077]

        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>  [2f00bd11b69f19907cfbfdc8f70f8a1a80a1d9a7]

        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>  [5fee82d4e307b0b7e11a555c214b2fafabafd6e4]

        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>  [006b716d40482b918eb7dd69c83eee8ad29a5339]

        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>  [0e0e446f076589d8bae00318b3f765742cd626bd]

        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>  [f758691f19953bd7ac6eb77815905016dbb808d5]

        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>  [8048b6195f8fea9ebb4e7e1b679da34097d5111b]

        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>  [3e5aba83eba557f9210e1507440c4a45a0622d8a]

        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>  [42ca18631280fe3143e364832f934734c0513fd3]

        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>  [faccd7d8b053d1f87b4a3e05846d74d1f2f6d83b]

        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>  [e32c6f2dbeb81ec8e51264cc0e3e5fcb0261fe11]

        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>  [03a44cee10b25ca3c8c6e070edeb9a223f0909d6]

        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>  [5bf2e83abdc8089073665959480e6c836c5d2471]

        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>  [9d62fb270896d67263277af1627dfa4a2dee6b63]

        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>  [fc4a764664a0a3b010fdbd4ce280880851d0a4bb]

        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>  [3f4d2429e9c6934ab8032b40f80c6731f8bd80f7]

        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>  [077811ce57d88bac04bdffb755e0c55372d9456c]

        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>  [e6115905555b3be9a0085e59a500fe25a010ada9]

        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>  [6e5e74346edd3c98cd61b1851ea6cdccba8ea664]

        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>  [d994312d38cd8e2cd13af259291bb39381603c3b]

        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>  [2bf7788869a260242cab260ac2b613b63332a4e7]

        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>  [0c05ec23d4e41ee2141b2766c934b6a93d45130c]

        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>  [a581006a4c30d8ac9592ffdc7e4930b2bccac1af]

        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>  [ba8bbb0ded7077140d126f51d2cf93d6460f31c6]

        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>  [6384a0784e1298bc657aa74b380a200d821302e9]

        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>  [4a1e964a0c09f0b5d956475e0f59044a4e8d7ed2]

        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>  [46837d70ac19c8a1d63cc8190e379393ed9580ed]

        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>  [fafd8269879cfc8c02fecc98bccd47292a1fc4e7]

        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>  [55d32a5f937f5040d8ad2422beb6d3f29f2583ba]

        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>  [b0b7fbaa53683ae82ec280a473eecb82ccb7eb2d]

        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>  [9290aa38f2dbafa500bb777f6fffafc9bd964e20]

        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>  [db55120f74d2a537fab291d6e6ee45e87e06461b]

        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>  [75846602cd615c668de5b6fd1c0091ff2ed87f99]

        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>  [cf604be3926267ade717647e58a75fb2bc829095]

        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>  [68b657177b831bd724e86a06b5ded6ba927e79e3]

        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>  [3e63b5a4b1a49ae115a57e96ec5f77beadbeb886]

        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>  [b5dc2e353400d05d1d4c951cf9e3242fcf95eef0]

        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>  [fa6b7005dfd90a7266f56338399dd4f07038cf24]

        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>  [c834ce4614e4cdea38420ab10141135cc2d6ad5f]

        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>  [fd9a639dacc471dc6fc0bb8aa465b3c94c3e733c]

        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>  [4348fc44f03d9654ff378f69ee07fe40be734072]

        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>  [3b4f2ce713c5564e984bc993947672bdda8a0e6f]

        INTEGRATION: CWS configure17 (1.142.8); FILE MERGED 2006/04/04 17:03:28 rene 1.142.8.9: #i63933# fix detection of KDE/Qt on 64bit, thanks kendy 2006/04/03 16:43:41 rene 1.142.8.8: #i63782# improve ldap configure patch, patch by geki 2006/04/03 16:03:26 rene 1.142.8.7: RESYNC: (1.142-1.145); FILE MERGED 2006/03/23 13:22:57 rene 1.142.8.6: disable cairo per default 2006/03/22 13:17:26 rene 1.142.8.5: check for hnj_hyphen_hyphenate2 instead of hnj_hyphen_hyphenate since the former is used now and not available in the standalone copy 2006/03/22 13:13:22 rene 1.142.8.4: #i61380# make it possible to disable neon, patch by "geki" 2006/03/22 13:03:39 rene 1.142.8.3: #i61602# remove --enable-macos9 2006/03/22 12:59:42 rene 1.142.8.2: #i61962# make --with-system-curl default for Mac OS X 2006/03/22 12:56:22 rene 1.142.8.1: #i62713# check for PictStandardA8 in Xrender.h

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [74d8cefa9121c7e69fa1550c2193040079f79ba8]

        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>  [4e97de430b55c45e1c487d40b93b543b44259b91]

        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>  [1cb059689037e4c86e27876186953c6ce5866bbb]

        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>  [884536aa72f3386eb1927c691d9fda41a6aef6a6]

        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>  [92793e7bf9f11755d69cd8a6c21f3dc7ecc2c40d]

        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>  [baca40507ffc01f991b85b6c46bc14a7658a4a84]

        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>  [f80f162712aa7c0585f0a9a122b7988a5ca83f3c]

        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>  [376abf19f67bb47e5525d593fb6d1e951b1f25d4]

        INTEGRATION: CWS configure17 (1.10.60); FILE MERGED 2006/04/03 16:43:42 rene 1.10.60.1: #i63782# improve ldap configure patch, patch by geki

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1db0118b4750c0a5944dcedb6130ede004e2e4ad]

        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>  [974902fca2218db0afc76001e6b92f9c7004861c]

        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>  [6770aca5bdbaa364374db68dfb8582129c3b1ba7]

        INTEGRATION: CWS configure17 (1.40.36); FILE MERGED 2006/04/12 19:49:51 rene 1.40.36.3: RESYNC: (1.40-1.41); FILE MERGED 2006/04/03 16:43:43 rene 1.40.36.2: #i63782# improve ldap configure patch, patch by geki 2006/03/22 13:13:24 rene 1.40.36.1: #i61380# make it possible to disable neon, patch by "geki"

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [51957cfdc090b9a6bd720a4b8ec4f00525babcfe]

        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>  [d0533e39ff8103cfc907a0cc3e28b59274e96d6b]

        INTEGRATION: CWS configure17 (1.191.12); FILE MERGED 2006/04/12 19:49:30 rene 1.191.12.5: RESYNC: (1.195-1.197); FILE MERGED 2006/04/03 16:43:42 rene 1.191.12.4: #i63782# improve ldap configure patch, patch by geki 2006/04/03 16:04:37 rene 1.191.12.3: RESYNC: (1.192-1.195); FILE MERGED 2006/03/22 13:53:13 rene 1.191.12.2: RESYNC: (1.191-1.192); FILE MERGED 2006/03/22 13:13:24 rene 1.191.12.1: #i61380# make it possible to disable neon, patch by "geki"

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b82c521ad49c5863e15bf4dfa16e9e31e508e55]

        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>  [ab92481d425c32090b1be259c3818574f979f7c9]

        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>  [9f06c8280f97fba21e4d5283b055ef2726e1f0c6]

        INTEGRATION: CWS configure17 (1.93.2); FILE MERGED 2006/04/12 19:49:08 rene 1.93.2.5: RESYNC: (1.95-1.97); FILE MERGED 2006/04/03 22:11:25 vq 1.93.2.4: #i63917# Fix perl syntax thinko. 2006/04/03 16:43:42 rene 1.93.2.3: #i63782# improve ldap configure patch, patch by geki 2006/04/03 16:03:57 rene 1.93.2.2: RESYNC: (1.93-1.95); FILE MERGED 2006/03/22 13:13:23 rene 1.93.2.1: #i61380# make it possible to disable neon, patch by "geki"

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [02ec432ea8f8570cec11da20b6ee12a83766cba6]

        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>  [a5a236bc116ba38a6668f38bbb924ad333b7fdab]

        INTEGRATION: CWS configure17 (1.159.8); FILE MERGED 2006/04/04 17:03:29 rene 1.159.8.9: #i63933# fix detection of KDE/Qt on 64bit, thanks kendy 2006/04/03 16:43:42 rene 1.159.8.8: #i63782# improve ldap configure patch, patch by geki 2006/04/03 16:03:44 rene 1.159.8.7: RESYNC: (1.159-1.161); FILE MERGED 2006/03/23 13:22:58 rene 1.159.8.6: disable cairo per default 2006/03/22 13:17:27 rene 1.159.8.5: check for hnj_hyphen_hyphenate2 instead of hnj_hyphen_hyphenate since the former is used now and not available in the standalone copy 2006/03/22 13:13:23 rene 1.159.8.4: #i61380# make it possible to disable neon, patch by "geki" 2006/03/22 13:03:39 rene 1.159.8.3: #i61602# remove --enable-macos9 2006/03/22 12:59:43 rene 1.159.8.2: #i61962# make --with-system-curl default for Mac OS X 2006/03/22 12:56:23 rene 1.159.8.1: #i62713# check for PictStandardA8 in Xrender.h

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3fdf8c105c2325959669317abce9936b1cfef46]

        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>  [0e4645cdcd99c459e8c1933b98656033c5574e70]

        INTEGRATION: CWS configure17 (1.6.14); FILE MERGED 2006/03/22 13:43:51 rene 1.6.14.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [67916caa95aca8d65cf51af77606aae01c11a48e]

        INTEGRATION: CWS configure17 (1.16.86); FILE MERGED 2006/03/22 13:43:50 rene 1.16.86.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d7b2f3f7c4edbbad615d74725bab25fedfd590]

        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>  [e4e7eaee3d9e60e033886022ade09e97d696c0c3]

        INTEGRATION: CWS configure17 (1.21.86); FILE MERGED 2006/03/22 13:43:50 rene 1.21.86.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [782509d5ff7e136c06709b7483abccfeee6ad657]

        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>  [073208372c8fe968c2de98229ce4dbf9f28c1835]

        INTEGRATION: CWS configure17 (1.22.86); FILE MERGED 2006/03/22 13:43:50 rene 1.22.86.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b8a6bfb2d890b74b821cbc460992ceb07d8f29]

        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>  [7080dc5a947bfbfdf09872c8ea5514ebebffa615]

        INTEGRATION: CWS configure17 (1.18.62); FILE MERGED 2006/03/22 13:43:50 rene 1.18.62.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [77ff03a3cb99b52d1eda3ae675c349d456a0a27a]

        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>  [5ac41c827f81ce854e3a65d24d3725086ec7f005]

        INTEGRATION: CWS configure17 (1.38.62); FILE MERGED 2006/03/22 13:43:50 rene 1.38.62.1: #i61276# fix non-java build

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [56f9bc881fe457e1ce72c82892bec825fbe1f052]

        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>  [d27125bb2168551e5432f4739b08206d8bfd6080]

        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>  [8bff4e323690eb616f73de0d8a1aedf0f9c177e8]

        INTEGRATION: CWS configure17 (1.27.8); FILE MERGED 2006/03/22 13:13:24 rene 1.27.8.1: #i61380# make it possible to disable neon, patch by "geki"

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfacb9b0b766a8f4d28b33634c0fdf0ceff4a26]

        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>  [d04426cb5352d6071dc7099d1e0409bc1794f57f]

        INTEGRATION: CWS configure17 (1.2.28); FILE MERGED 2006/03/22 13:14:45 rene 1.2.28.1: #i58271# fix typo

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aac27fcdb738f61cf045fe94af40b1406cc4234]

        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>  [a1fc55d27bee93663716fe7ab16b6152b1c7efa5]

        INTEGRATION: CWS configure17 (1.8.14); FILE MERGED 2006/03/22 13:13:23 rene 1.8.14.1: #i61380# make it possible to disable neon, patch by "geki"

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1620abee40d16eaf4a20fed6dc35f503249c0aae]

        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>  [6044d6540b5da2fd9495d6941c7664a062a95bb6]

        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>  [eb43fbe29be8036f8daa499434ce2dbad93d3195]

        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>  [c7bf2a7155b85ee0fe734b10644f3e9336f49c2f]

        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>  [8430124b2159e3a059c3ad4cc6391368dbd78288]

        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>  [b505f2bcc9eaa561f8cf43ef30fef3e94e1afce4]

        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>  [5002c8fb0f563a5418b6d21dafb937d3bd559ed3]

        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>  [0b55afbb6e3ddc18fed86fb709e36af365a318c3]

        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>  [fbdf0c94785257a91e0684da89e9eeecca5bfbcb]

        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>  [df975c64b26a158d6e92217ce0170289eaf369f2]

        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>  [79ef2c39d42dffaa78063ce5f89156311bf7a7e7]

        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>  [7415eebd8f268323595e77e557573790d930018a]

        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>  [bce63591974058837b3dc7ffe189096287dbd071]

        INTEGRATION: CWS numbers203 (1.22.50); FILE MERGED 2006/03/03 12:12:47 er 1.22.50.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [743efbc502aaab2f6061ee8b598b71a1ebf9a5ea]

        INTEGRATION: CWS numbers203 (1.1.2); FILE ADDED 2006/03/03 12:12:47 er 1.1.2.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [e82698664133fede4020b058384728c4927ac826]

        INTEGRATION: CWS numbers203 (1.5.76); FILE MERGED 2006/03/03 12:12:46 er 1.5.76.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fce5c022b6a0dcc8ee5386c7828f201df89ff44]

        INTEGRATION: CWS numbers203 (1.1.2); FILE ADDED 2006/03/03 12:12:46 er 1.1.2.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [af5bd922449c112b7be310d41b429d721110e8ea]

        INTEGRATION: CWS numbers203 (1.9.76); FILE MERGED 2006/03/03 12:31:16 er 1.9.76.1: clarify ID and BankSymbol description

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c63e1284f7e3c63f04505c1d83083aa1ab15a8b]

        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>  [0f5c7e40aa0c964d46bc4b2aaac8f53a95a8a19a]

        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>  [078c31d9a0988d1561d57b17ef40727217fc169a]

        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>  [7fd8a52abf5a65c3a4c948e06ee7b2cd9c6e44db]

        INTEGRATION: CWS numbers203 (1.90.116); FILE MERGED 2006/03/03 12:12:32 er 1.90.116.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9e685f515ee9efd4b72daf99ff38a40f67b8f85]

        INTEGRATION: CWS numbers203 (1.120.22); FILE MERGED 2006/04/05 15:52:06 er 1.120.22.3: #i61657# straighten out confusing things 2006/04/05 13:52:41 er 1.120.22.2: #i61657# change misleading variable name and correct parameter order 2006/03/03 12:12:31 er 1.120.22.1: #i61657# new ::com::sun::star::i18n::Currency2.LegacyOnly

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [492b0a5d96ddfee3f87f7b6d58ef077aa5f8bad1]

        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>  [c317f00206749e4c030483ef5e27552702e06b07]

        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>  [a96dfc390a080c221dd09eff2f002d5bbb75a3f6]

        INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED 2006/02/02 04:40:20 vq 1.3.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:11 vq 1.3.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d96543910cf0ccf55116d070455435ca512b1099]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/04/17 16:47:05 vq 1.2.80.1: Issue number: 47135 Submitted by: shay@openoffice.org Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [07270091ca963ac2b493d2bf6d16fecc54b305fa]

        INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED 2006/02/02 04:40:19 vq 1.3.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:10 vq 1.3.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0726a129eaebca993c6a0bf3dc5ad02418dc98d1]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:19 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:10 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [09afa44295b4904de23bae8d6b57883eab8bcb82]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/17 16:47:05 vq 1.1.1.1.132.1: Issue number: 47135 Submitted by: shay@openoffice.org Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [86e4cec467356ef76615c1998ec603ee182618cc]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/15 23:55:46 vq 1.1.1.1.132.2: Issue number: 47137 Submitted by: shay@openoffice.org Increase default MAXLINELENGHT to 8190. 2005/04/09 21:22:37 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0be712bdc8083a1d206f0d508f3072e4fe44b965]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/22 04:22:30 vq 1.1.1.1.132.2: Issue number: 47866 Submitted by: shay@openoffice.org, vq@openoffice.org Fix MSVC compiler warnings. 2005/04/22 01:04:36 vq 1.1.1.1.132.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1665dd3cfbea99ff5da8c682e1a35d46d38bcf9d]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:18 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:10 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [65dcb0e12cae5f9a1f6eb7d01415662aac47a183]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/17 16:47:04 vq 1.1.1.1.132.1: Issue number: 47135 Submitted by: shay@openoffice.org Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4537b08cacf279bf508895bf0e6e33649134079d]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/11 03:28:55 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2005/04/09 21:22:36 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [764a276ed1fc8c3639ec6a3723fa180de862f5a2]

        INTEGRATION: CWS dmake43p01 (1.4.30); FILE MERGED 2006/02/02 04:40:18 vq 1.4.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:09 vq 1.4.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [da4b6096dcda873ef4e6f1858797b4e2b42dd58e]

        INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED 2005/04/07 22:30:57 vq 1.3.30.1: Issue number: 43241 Submitted by: shay@openoffice.org Allow dmake to be build on windows without 4NT.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [99bdd83ce90548467e0e534fe626a3b04bb645b7]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/17 16:47:03 vq 1.1.1.1.132.1: Issue number: 47135 Submitted by: shay@openoffice.org Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a01e46c7eb3f9d61b56f530646117d556c0e20]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/04/15 23:55:45 vq 1.2.80.2: Issue number: 47137 Submitted by: shay@openoffice.org Increase default MAXLINELENGHT to 8190. 2005/04/09 21:22:36 vq 1.2.80.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [24f513d6da7efe2886ed1ae895d01243144f7569]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/07 22:30:57 vq 1.1.1.1.132.1: Issue number: 43241 Submitted by: shay@openoffice.org Allow dmake to be build on windows without 4NT.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb35ffba54f7d9d9de5a95cb8af9ca44c05a0d51]

        INTEGRATION: CWS dmake43p01 (1.6.2); FILE MERGED 2006/03/31 16:04:36 vq 1.6.2.3: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2005/04/22 04:22:29 vq 1.6.2.2: Issue number: 47866 Submitted by: shay@openoffice.org, vq@openoffice.org Fix MSVC compiler warnings. 2005/04/22 01:04:36 vq 1.6.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2202b0e1a4ad4159c5f29a312ffeb0110ed02931]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:16 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:09 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e68343efb35cbd87160f21e4d09a6235e49935e]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/15 23:55:45 vq 1.1.1.1.132.2: Issue number: 47137 Submitted by: shay@openoffice.org Increase default MAXLINELENGHT to 8190. 2005/04/09 21:22:36 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [522c82183b591883e58d9429587d4fb3cc65f45c]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/11 03:28:55 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2005/04/09 21:22:35 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc742fe28cdbf2cd29cd7b8e08a23170e27715e8]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:14 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:09 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:09:03 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [102826b3b63de312e965522ef87a6dfdee476303]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:14 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:08 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:09:03 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [15a001d4be6920887e1c980e50aa7de3aa8184c2]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:13 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:08 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:09:02 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4055dea1c5693a54f9ac395c177a6d8ddf442009]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:12 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:07 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:09:01 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3cc3b76d2adb07177efd22563a95b835335df70d]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:11 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:07 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:09:00 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d86ae580e2cf4bbe00af531ea1f973ff7785d8c5]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:10 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:06 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:59 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4969c146ab20496bf07b500571a27dd5742653af]

        INTEGRATION: CWS dmake43p01 (1.3.30); FILE MERGED 2006/02/02 04:40:10 vq 1.3.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:06 vq 1.3.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:59 vq 1.3.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [23b5dd289b0ec02ff241e31a6752e9df85739c8f]

        INTEGRATION: CWS dmake43p01 (1.4.30); FILE MERGED 2006/02/02 04:40:09 vq 1.4.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:05 vq 1.4.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:58 vq 1.4.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6beab7145c9ca223b5958801482b3931f305afa]

        INTEGRATION: CWS dmake43p01 (1.5.6); FILE MERGED 2006/02/02 04:40:09 vq 1.5.6.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:05 vq 1.5.6.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:58 vq 1.5.6.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [46b4d9ab7a9b16400ae1c7e41dbf273c5849141f]

        INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED 2006/02/02 04:40:08 vq 1.5.2.4: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:05 vq 1.5.2.3: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:57 vq 1.5.2.2: #i61390# Add missing prototypes. 2006/01/30 20:28:19 vq 1.5.2.1: #i61390# Add some missing prototypes to dmake/unix/cygwin/public.h and also revert the copyright disclaimer to the original version. This file is supposed to be auto generated and identical to: dmake/unix/linux/gnu/cygwin/public.h.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7a133ee57f34088d7b5c5b76bf22696e1cdfb8c]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:08 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:57 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [00169582b657bf6b23c682583e863cb5e35150e6]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:07 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:56 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d245bb016a351bb663e44cc6d72c11c739bf32]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:06 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:04 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:56 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05b0fb444e039b904a5f48f2f981d2c0a21e115d]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:06 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:03 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:55 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc9fcaef4f72642fcf699815027aa1830429663c]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:05 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:03 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:54 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80dd229439a81b7b6b3335edab728c81bea5da04]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:05 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:02 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:54 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8058c2ee06bc635e3946893ac126f43cae7c779]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:04 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:02 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:53 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c45a7078075843f2495b0e27275589ceb07e53d]

        INTEGRATION: CWS dmake43p01 (1.8.6); FILE MERGED 2006/03/15 14:43:28 vq 1.8.6.11: #i61940# Add and correct some comments. 2006/02/21 23:06:16 vq 1.8.6.10: #i61940# Remove the #undef that unconditionally disabled the use of spawn. 2006/02/12 00:47:37 vq 1.8.6.9: #i61940# Enable the alternative use of spawn instead of fork/exec for dmake. Add the configure option --enable-spawn. Regenerate autotool files. 2006/02/01 23:29:02 vq 1.8.6.8: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/10/11 17:39:40 vq 1.8.6.7: #i54938# Fix problem when building infered .INCLUDE makefiles and doing parallel builds. 2005/09/19 23:48:15 vq 1.8.6.6: #i53148# Move include directive to get some macros defined before using them. 2005/09/17 23:25:21 vq 1.8.6.5: #i53148# Make sure that the command started from _exec_shell really finished before returning. 2005/09/07 01:39:50 vq 1.8.6.4: #i53148# Make sure _attach_cmd can not be used for _exec_shell calls. 2005/09/05 20:56:46 vq 1.8.6.3: #i53148# Move redirection of stdout from parent to child and avoid capturing spurious output from other process queues. 2005/09/05 17:23:46 vq 1.8.6.2: #i53148# Additional patch to make sure that the shell escapes is executed after all previous recipe lines from the same target have finished. 2005/09/04 19:38:15 vq 1.8.6.1: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. This certainly includes the -P# switch with # > 1.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fbdfb64822b9365e8e0336c271ff7b27cc84fc0]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/04/09 21:22:35 vq 1.4.6.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4731a9e745f40927b76770b9c2ce61d617a12b7d]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/06/01 02:51:26 vq 1.4.6.3: #i50142# Remove an unneeded warning that was introduced with issue 47135. 2005/04/18 22:08:49 vq 1.4.6.2: #i47135# Fix variable name. 2005/04/18 22:03:11 vq 1.4.6.1: #i47135# Add code to warn if a filename is longer than NAMEMAX permits.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [89069e28c8f8616fa7a24de6ca6645f4aad921e6]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2006/03/13 23:21:28 vq 1.4.6.2: #i61390# Make dmake (gcc) build -Wall warning free. 2006/02/01 22:08:53 vq 1.4.6.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [80672f7e47c4e006631085ce30cc0cc0d87a01f9]

        INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED 2005/09/26 00:33:17 vq 1.9.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:48 vq 1.9.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:40 vq 1.9.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:22 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:20 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0f1a4017e928720707ecc46a15063c4525fdc40]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:34 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9707a9229d119131880612426c7a3c822fbb4838]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:04 vq 1.5.30.3: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:01 vq 1.5.30.2: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 22:08:52 vq 1.5.30.1: #i61390# Add missing prototypes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ddb2f4617496d8ed114fa94e07b2fd7960238d5]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/06/02 03:41:20 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c39ca2825111eac7104d0eb0ced1e31550ec995c]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/03/02 03:37:17 vq 1.1.2.1: #i61969# Commit testcase for this issue.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [583861934668c14cee89609ff709f0024ee70faf]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/02/26 22:46:01 vq 1.1.2.1: #i62118# Add testcase for issue 62118.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [444aa6e32e2dd554a53787110c3540c1eb589058]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/02/06 23:06:59 vq 1.1.2.1: #i61714# Correct manpage to state that the usage of .SETDIR like `.SETDIR=foo : targets` is valid and add a testcase to verify this.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9099c4f6d2513c7b011ef9d83765c48eea2cbb5]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/01/06 01:24:07 vq 1.1.2.1: #i58259# Add testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [29987d2fd2b4eda5a8a939f24e919b4a751c936f]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/10/11 17:48:48 vq 1.1.2.1: #i54938# Add testcase for .INCLUDE generation in parallel builds.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de610f2dcef5d21ce6e73e4f1b531c09b11ddd13]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/10/11 18:01:42 vq 1.1.2.1: #i39248# Add testcase and regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2eeb057044754e0a023bfe064b879e7bc1f14ab]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/20 00:50:47 vq 1.1.2.1: #i49461# Add testcase and regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b1ecbe2778cc00e5dcd32c83a4b4d29f670a52a]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/05 03:17:14 vq 1.1.2.2: #i53148# Add testcase. 2005/09/01 23:27:06 vq 1.1.2.1: #i52238# Add a testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed70e0dd4577d1023bcca067cdef8a361bf902be]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/06/04 18:07:42 vq 1.1.2.1: #i39248# Add another testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [05068400ecfb0ecc6c5f9dbe6e147af7170f6598]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/02/26 22:23:50 vq 1.1.2.2: #i61170# Fix testcase to remove the created "dirwith space" directory. 2006/01/27 01:22:36 vq 1.1.2.1: #i61170# Add testcase and regenerate autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [950e8e8910c19c221a9736d981c15c89472cef71]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/03/14 23:23:21 vq 1.1.2.1: #i61940# Add testcase to check that $(shell ..) does not pick up output from concurrent processes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dbca1eff5c019871ff6a81ab4a04cd6739636f0]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/05 21:10:17 vq 1.1.2.1: #i53148# Add another testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [92505873fb4aab0b445dbc1220aad44a1b0d52eb]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/05 21:10:17 vq 1.1.2.2: #i53148# Add another testcase. 2005/09/05 03:17:14 vq 1.1.2.1: #i53148# Add testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [16db6e11426e9d6751d853023a8cbdfa284655cb]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/06/02 03:41:19 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de45f7e775ef1ca39642e46a4e0f0b678df2a028]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/10/11 18:01:41 vq 1.1.2.1: #i39248# Add testcase and regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bfd7dbf54f38faae4e3cc91d26429f54fb0726f]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/03/14 23:23:21 vq 1.1.2.12: #i61940# Add testcase to check that $(shell ..) does not pick up output from concurrent processes. 2006/03/02 03:37:16 vq 1.1.2.11: #i61969# Commit testcase for this issue. 2006/02/26 22:46:01 vq 1.1.2.10: #i62118# Add testcase for issue 62118. 2006/02/06 23:06:58 vq 1.1.2.9: #i61714# Correct manpage to state that the usage of .SETDIR like `.SETDIR=foo : targets` is valid and add a testcase to verify this. 2006/01/27 01:22:35 vq 1.1.2.8: #i61170# Add testcase and regenerate autotools files. 2006/01/06 01:35:27 vq 1.1.2.7: #i58259# Regenerate autotool files. 2005/10/11 18:01:40 vq 1.1.2.6: #i39248# Add testcase and regenerate configure and other autotools files. 2005/09/26 00:33:17 vq 1.1.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:47 vq 1.1.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:40 vq 1.1.2.3: #i52238# Regenerate configure and other autotools files. 2005/06/04 18:07:41 vq 1.1.2.2: #i39248# Add another testcase. 2005/06/02 03:41:19 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5abbe2b30da4858340da01ca1e09646043e6295]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2006/03/14 23:23:21 vq 1.1.2.13: #i61940# Add testcase to check that $(shell ..) does not pick up output from concurrent processes. 2006/03/02 03:37:15 vq 1.1.2.12: #i61969# Commit testcase for this issue. 2006/02/26 22:46:01 vq 1.1.2.11: #i62118# Add testcase for issue 62118. 2006/02/06 23:06:58 vq 1.1.2.10: #i61714# Correct manpage to state that the usage of .SETDIR like `.SETDIR=foo : targets` is valid and add a testcase to verify this. 2006/01/27 01:22:35 vq 1.1.2.9: #i61170# Add testcase and regenerate autotools files. 2006/01/06 01:24:08 vq 1.1.2.8: #i58259# Add testcase. 2005/10/11 18:01:39 vq 1.1.2.7: #i39248# Add testcase and regenerate configure and other autotools files. 2005/09/20 00:50:47 vq 1.1.2.6: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/05 21:10:16 vq 1.1.2.5: #i53148# Add another testcase. 2005/09/05 03:17:14 vq 1.1.2.4: #i53148# Add testcase. 2005/09/01 23:27:05 vq 1.1.2.3: #i52238# Add a testcase. 2005/06/04 18:07:41 vq 1.1.2.2: #i39248# Add another testcase. 2005/06/02 03:41:18 vq 1.1.2.1: #i39248# Add testsuite for dmake (only tor targets using the autotools).

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ff2f84fb1231e8081e4926e105ffc9e5a34a6c3]

        INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:17 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:45 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:39 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:22 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:19 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [72cb4683abb5a64fd4e96243eb399ea0aec9e272]

        INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:16 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:45 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:39 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:22 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:19 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3efb2887c672f536cbd0d11b61cdbb451a4745dc]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:34 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:21 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b33d107c264f63a9e99363f2c7664d82496b0895]

        INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:16 vq 1.4.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:45 vq 1.4.2.5: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:38 vq 1.4.2.4: #i52238# Regenerate configure and other autotools files. 2005/06/04 18:07:40 vq 1.4.2.3: #i39248# Add another testcase. 2005/04/22 01:27:21 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:18 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a0eee942adcaee1cb011efe4d5f93cd6505ccbe]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/06/04 18:07:39 vq 1.2.80.1: #i39248# Add another testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8973c01770153c06a13af82f45b425fc1138140d]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:33 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:21 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae0c4d4fe02210912a4ee9c20d99565dec5c1876]

        INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:15 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:44 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:38 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:21 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:18 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6613dbd20cb7ae282afd9ccee5819552105fb521]

        INTEGRATION: CWS dmake43p01 (1.7.2); FILE MERGED 2005/09/26 00:33:15 vq 1.7.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:44 vq 1.7.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:38 vq 1.7.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:20 vq 1.7.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:18 vq 1.7.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4bc53ffe6b1bf603b15b3f8251120df3a9617fc]

        INTEGRATION: CWS dmake43p01 (1.7.2); FILE MERGED 2005/09/26 00:33:15 vq 1.7.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:43 vq 1.7.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:37 vq 1.7.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:20 vq 1.7.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:17 vq 1.7.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa85e858246084d6b62bd14a27b8c6ec556dc163]

        INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED 2005/09/26 00:33:14 vq 1.9.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:43 vq 1.9.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:37 vq 1.9.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:20 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:17 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [800d357cbaba468a82bb010004a61f3099d1684b]

        INTEGRATION: CWS dmake43p01 (1.4.2); FILE MERGED 2005/09/26 00:33:14 vq 1.4.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:42 vq 1.4.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:36 vq 1.4.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:19 vq 1.4.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:16 vq 1.4.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a7e9c8d2adeb3026838f59094fdd402b48c4098]

        INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED 2005/09/26 00:33:14 vq 1.9.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:41 vq 1.9.2.5: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:36 vq 1.9.2.4: #i52238# Regenerate configure and other autotools files. 2005/06/04 18:07:39 vq 1.9.2.3: #i39248# Add another testcase. 2005/04/22 01:27:19 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:16 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [10951836c2bcc2a9c21f1eeac337f6d5d0d3546f]

        INTEGRATION: CWS dmake43p01 (1.2.100); FILE MERGED 2005/06/04 18:07:38 vq 1.2.100.1: #i39248# Add another testcase.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd066a53b827c66257a76453c8b855bf78ddfeb2]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:33 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:20 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa12bc029e3cd98bef317590b560966bb6bedbcd]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:32 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:20 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [43b2dd92a63f1f0675a41a13a2d1f814134ecef9]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:41:13 vq 1.1.1.1.132.1: Issue number: 43254 Submitted by: shay@openoffice.org Don't import OS, OSRELEASE and OSENVIRONMENT from environment in startup.mk.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d90a0ce6af5e2ba146c08c5a73d846f609e3022]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/04/16 22:29:17 vq 1.1.2.1: #i47578# Generate startup/config.mk during build with autotools.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8088c160bf91e344e2ffd3cfaba0112d50fd7d0e]

        INTEGRATION: CWS dmake43p01 (1.9.2); FILE MERGED 2005/09/26 00:33:13 vq 1.9.2.6: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:41 vq 1.9.2.5: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:35 vq 1.9.2.4: #i52238# Regenerate configure and other autotools files. 2005/06/04 18:07:38 vq 1.9.2.3: #i39248# Add another testcase. 2005/04/22 01:27:18 vq 1.9.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:16 vq 1.9.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f64e4ad33412db1693b9037c8e05fddbd4d3de6]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/06/04 18:07:37 vq 1.2.80.2: #i39248# Add another testcase. 2005/04/16 22:53:17 vq 1.2.80.1: #i47578# Install startup/config.mk instead of the unused startup/template.mk.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ddd8a87daedef08c88fb5db48c294a3174cf585]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2006/03/31 16:04:35 vq 1.1.1.1.132.1: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [313f03695d48c98146ef9df57fd8c36aed2889c2]

        INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED 2006/03/31 16:04:35 vq 1.2.2.2: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2005/04/08 15:18:32 vq 1.2.2.1: Issue number: 43241 Submitted by: shay@openoffice.org, vq@openoffice.org Add documentation and update NEWS file.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e141d5e6fec91a5bb3c68be6b8c740cd8d31c43]

        INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED 2006/03/31 16:04:35 vq 1.2.2.1: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d51fea043248602f90343eaec5ec03863a04a68a]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:32 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2a92d3ce7402123491b65088b75d4e6de9d0c48]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:03 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:01 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [50d19fd67724f71fa1a3835e64fa638537ab1751]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:02 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:01 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [abd386c5a9ab35609c8056d5be81f52f9505b120]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:01 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:00 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a092f4cf02f646759fac83f6e7c313b5d6e3f34c]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:31 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [725b90dafddc6208e99cf5246e6496ac3df036ec]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:31 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:19 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c7f0b9d8e45e7a97dbb643e225f4861eeb5193]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:00 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:29:00 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d253d87a0d0821aeb3fff37e902c541f8e242e8]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:40:00 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:59 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9394736fa7adfc7659233e80feea01bf5c0b3cc]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:39:59 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:59 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0592d5b5ab37b29f9870069b0d94ed81e2bf5e33]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:39:58 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:58 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b855418646cd0229bcf6d5ab3d9e8d7153b8b11]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:39:57 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:58 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c9e37d15fb0c41ddd809d52e6e145167704fd21]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:39:57 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:57 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3287911330445b8cc697826cadd68ede3eec01e4]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2006/02/01 23:28:57 vq 1.1.1.1.132.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [720d9cf8ba256b6885da2d0a1931aae38d40de73]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/09 21:22:30 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd0d466a295ffdd128531e8edd582069639a543a]

        INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED 2006/02/06 23:06:57 vq 1.5.2.11: #i61714# Correct manpage to state that the usage of .SETDIR like `.SETDIR=foo : targets` is valid and add a testcase to verify this. 2006/02/03 19:46:32 vq 1.5.2.10: #i61170# Let $(TMD)/somedir always be a valid path. Adjust the dmake bootstrap makefile to this change. 2006/02/01 23:28:56 vq 1.5.2.9: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/02/01 04:18:14 vq 1.5.2.8: #i10000# Small documentation fix. 2005/10/04 04:33:35 vq 1.5.2.7: #i10000# Fix markup error in man page source and regenerate the ascii version. 2005/09/20 00:01:27 vq 1.5.2.6: #i53148# Update NEWS file and man page. 2005/04/16 16:53:13 vq 1.5.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes $(macro:m) macro expansion. 2005/04/15 23:34:51 vq 1.5.2.4: #i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX) 2005/04/11 03:28:55 vq 1.5.2.3: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2005/03/27 15:42:25 vq 1.5.2.2: #i43147# Fix man page. 2004/11/23 19:57:36 vq 1.5.2.1: #i37491# Add documentation for SPACECHAR macro.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0848a1a6363ae2f153678e678dc94315551107e7]

        INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED 2006/02/05 04:02:51 vq 1.3.2.9: #i61170# Regenerate plain text version of the dmake man page. 2006/02/01 23:37:09 vq 1.3.2.8: #i60948# Regenerate plain text version of the dmake man page. 2005/10/04 04:33:35 vq 1.3.2.7: #i10000# Fix markup error in man page source and regenerate the ascii version. 2005/09/20 00:01:26 vq 1.3.2.6: #i53148# Update NEWS file and man page. 2005/04/16 16:53:13 vq 1.3.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes $(macro:m) macro expansion. 2005/04/15 23:34:51 vq 1.3.2.4: #i47135# Fix the documentation of the NAMEMAX macro. (Not .NAMEMAX) 2005/04/11 03:38:06 vq 1.3.2.3: #i43252# Regenerate typeset version of the manual page. 2005/03/27 15:42:25 vq 1.3.2.2: #i43147# Fix man page. 2004/11/23 19:57:36 vq 1.3.2.1: #i37491# Add documentation for SPACECHAR macro.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bb26f53dc686f23700c9c065918499c7a61e897]

        INTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED 2006/02/02 04:39:56 vq 1.5.30.2: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:56 vq 1.5.30.1: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3541a5373ae805d2639a97453ac1284b72e6604c]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/26 00:43:28 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging Package" DBUG.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e980223dfafccbbb0e85d92cc60f2cf2de534fe]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/09/26 00:43:28 vq 1.1.1.1.132.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging Package" DBUG.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fce993162fce0fe07a193ad93a5f2b33e3a71a3]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/26 00:43:27 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging Package" DBUG.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [de8bfa766603261ed5655b7f77cea6be0e6d66a1]

        INTEGRATION: CWS dmake43p01 (1.1.2); FILE ADDED 2005/09/26 00:43:26 vq 1.1.2.1: #i55070# Restore the documentation for Fred Fish's "C Program Debugging Package" DBUG.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [64b349955eba25c5107a6bb70d4213eb7a32592e]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/09/26 00:33:12 vq 1.1.1.1.132.1: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a4787573e8a715f43cedb48abd8af995768a553]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2006/02/01 23:28:55 vq 1.1.1.1.132.7: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/10/11 17:39:39 vq 1.1.1.1.132.6: #i54938# Fix problem when building infered .INCLUDE makefiles and doing parallel builds. 2005/09/05 20:56:45 vq 1.1.1.1.132.5: #i53148# Move redirection of stdout from parent to child and avoid capturing spurious output from other process queues. 2005/09/05 17:23:45 vq 1.1.1.1.132.4: #i53148# Additional patch to make sure that the shell escapes is executed after all previous recipe lines from the same target have finished. 2005/09/04 19:38:15 vq 1.1.1.1.132.3: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. This certainly includes the -P# switch with # > 1. 2005/04/11 03:28:54 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2004/11/20 01:05:55 vq 1.1.1.1.132.1: #i37491# Add a predefined SPACECHAR macro.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc6fe421efc03f5362ee4a85387e5fb9741bda8]

        INTEGRATION: CWS dmake43p01 (1.6.2); FILE MERGED 2006/02/02 04:39:56 vq 1.6.2.7: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:55 vq 1.6.2.6: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/12/15 20:04:05 vq 1.6.2.5: #i58391# Create better temporary filenames when .NET2003 or newer are used. 2005/09/04 19:38:14 vq 1.6.2.4: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. This certainly includes the -P# switch with # > 1. 2005/05/05 21:27:21 vq 1.6.2.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes and flags. Note: An attribute given for a subtarget will also be applied for all other subtargets. (Also add a few comments.) 2005/04/18 22:03:11 vq 1.6.2.2: #i47135# Add code to warn if a filename is longer than NAMEMAX permits. 2005/04/11 03:28:54 vq 1.6.2.1: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e58ba80801e9d88d5e1340a6f6783bdee8d427f]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/04/22 04:22:27 vq 1.4.6.1: Issue number: 47866 Submitted by: shay@openoffice.org, vq@openoffice.org Fix MSVC compiler warnings.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff5189a6a3a8c6bc76cf871b62f723314466f597]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2006/03/13 23:21:28 vq 1.1.1.1.132.1: #i61390# Make dmake (gcc) build -Wall warning free.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4979677fa4219392d46759f19da063df22bacc2]

        INTEGRATION: CWS dmake43p01 (1.6.6); FILE MERGED 2006/03/02 03:46:57 vq 1.6.6.2: #i61969# Clean F_MADE and F_STAT when recipes or prerequisites are changed so that the target gets rebuild even if it was already build. (As a generated .INCLUDE makefile.) 2005/05/05 21:27:21 vq 1.6.6.1: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes and flags. Note: An attribute given for a subtarget will also be applied for all other subtargets. (Also add a few comments.)

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3177c858ddbd3d0b9782d8f775c356b8a181fc]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2006/02/02 04:39:55 vq 1.4.6.2: #i47919# Use the correct handler function for the signal() handling. 2006/01/30 20:28:18 vq 1.4.6.1: #i61390# Add some missing prototypes to dmake/unix/cygwin/public.h and also revert the copyright disclaimer to the original version. This file is supposed to be auto generated and identical to: dmake/unix/linux/gnu/cygwin/public.h.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [a363b5b67cb62e399b7ffed4ec2208d4d91d79e0]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/05/05 21:59:52 vq 1.2.80.1: #i47135# Leave a comment that the _POSIX_*_MAX values should be set in the architecture dependent sysintf.h files instead of clobbering them in posix.h

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [956d091a8ef5027aaf9b780228d5822ebd7eca35]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/06/01 02:27:09 vq 1.4.6.3: #i50053# Fix bogus check. 2005/05/31 22:13:38 vq 1.4.6.2: #i50053# Fix typo. 2005/05/30 18:37:36 vq 1.4.6.1: #i50053# Fix dmake correctly parsing empty makefile lines. This was a regression introduced by issue 44959 and worked before only because the trailing \n of empty lines were accidentally not removed.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b21946413e6650747b1532b855a9e671106527f]

        INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED 2006/02/03 19:46:31 vq 1.3.2.2: #i61170# Let $(TMD)/somedir always be a valid path. Adjust the dmake bootstrap makefile to this change. 2005/04/07 22:30:57 vq 1.3.2.1: Issue number: 43241 Submitted by: shay@openoffice.org Allow dmake to be build on windows without 4NT.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [646f9dcbf4ca4c9b7e581fa70033c8dd5b9678c4]

        INTEGRATION: CWS dmake43p01 (1.5.6); FILE MERGED 2006/02/03 19:46:31 vq 1.5.6.10: #i61170# Let $(TMD)/somedir always be a valid path. Adjust the dmake bootstrap makefile to this change. 2006/02/01 23:28:55 vq 1.5.6.9: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/27 01:16:41 vq 1.5.6.8: #i61170# Add micro optimization as usually PWD is equal to MAKEDIR. 2006/01/26 02:54:28 vq 1.5.6.7: #i61170# Fix TMD macro and regenerate autotool files. 2006/01/04 04:07:16 vq 1.5.6.6: #i58259# Fix thinko and solve the problems with all testcases from the issue. 2006/01/04 02:13:11 vq 1.5.6.5: #i58259# Partial fix. This fixes the use of dp after it was freed. 2005/10/11 17:39:39 vq 1.5.6.4: #i54938# Fix problem when building infered .INCLUDE makefiles and doing parallel builds. 2005/05/05 21:27:21 vq 1.5.6.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes and flags. Note: An attribute given for a subtarget will also be applied for all other subtargets. (Also add a few comments.) 2005/03/14 03:21:59 vq 1.5.6.2: #i37053# Fix continuation char handling. 2004/11/12 03:45:09 vq 1.5.6.1: #i37053# dmake line continuation fix.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dfb9fe0b25e07b01ad604b355bcccca95738ada]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/05/05 21:27:20 vq 1.4.6.3: #i43310# Fix dmakes handling of multiple (::) targets concerning attributes and flags. Note: An attribute given for a subtarget will also be applied for all other subtargets. (Also add a few comments.) 2005/04/22 01:17:33 vq 1.4.6.2: #i43310# Fix cast. 2005/04/20 15:26:16 vq 1.4.6.1: #i43310# Fix percent (%) rules to recognize prerequisites that are defined with the multiple target rule operator (::). This implicitly fixes the similar problem for .<suffix>.<suffix> targets.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47aa86829154103ae6f3baa5c039d576ad16361]

        INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED 2004/11/20 01:05:55 vq 1.2.2.1: #i37491# Add a predefined SPACECHAR macro.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5996e6117fe4b42c2dd19ff8e7526667f0018afe]

        INTEGRATION: CWS dmake43p01 (1.5.18); FILE MERGED 2006/03/13 23:21:28 vq 1.5.18.10: #i61390# Make dmake (gcc) build -Wall warning free. 2005/10/11 17:39:38 vq 1.5.18.9: #i54938# Fix problem when building infered .INCLUDE makefiles and doing parallel builds. 2005/05/20 18:18:17 vq 1.5.18.8: #i49461# Fix fall-out from issue 44959. Continued comment lines were not ended if the following line was empty. 2005/04/11 20:41:44 vq 1.5.18.7: #i47137# Report and abort when makefile lines are read that are longer than MAXLINELENGTH. 2005/03/15 06:02:43 vq 1.5.18.6: #i44959# Comment fix. 2005/03/15 05:55:05 vq 1.5.18.5: #i44959# Make sure not to strip the wrong \n. 2005/03/15 05:20:36 vq 1.5.18.4: #i44959# Fix dmake problems for makefiles when continued lines are followed by empty lines. 2005/03/14 03:21:59 vq 1.5.18.3: #i37053# Fix continuation char handling. 2004/11/25 16:12:31 vq 1.5.18.2: #i37053# Treat continuation chars as whitespace. 2004/11/12 03:45:08 vq 1.5.18.1: #i37053# dmake line continuation fix.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [305191454de4b8775045fe791239e7fb658996a4]

        INTEGRATION: CWS dmake43p01 (1.7.6); FILE MERGED 2006/03/13 23:21:27 vq 1.7.6.10: #i61390# Make dmake (gcc) build -Wall warning free. 2006/02/01 23:28:55 vq 1.7.6.9: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/10/25 17:19:43 vq 1.7.6.8: #i53148# Restore old behaviour for non-*NIX dmake versions. 2005/10/11 17:39:38 vq 1.7.6.7: #i54938# Fix problem when building infered .INCLUDE makefiles and doing parallel builds. 2005/09/05 20:56:45 vq 1.7.6.6: #i53148# Move redirection of stdout from parent to child and avoid capturing spurious output from other process queues. 2005/09/05 17:23:44 vq 1.7.6.5: #i53148# Additional patch to make sure that the shell escapes is executed after all previous recipe lines from the same target have finished. 2005/09/04 19:38:14 vq 1.7.6.4: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. This certainly includes the -P# switch with # > 1. 2005/06/01 23:48:57 vq 1.7.6.3: #i50091# Echo shell function macro commands. 2004/11/25 16:09:31 vq 1.7.6.2: #i36027# Fix MSVC compilation problem. 2004/11/21 17:40:17 vq 1.7.6.1: #i36027# Improve parsing for dmake function macros.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfbaf9c933f520bf50f4dee2bfd05e2171f7f4d8]

        INTEGRATION: CWS dmake43p01 (1.8.6); FILE MERGED 2005/09/26 00:33:12 vq 1.8.6.1: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [112fa689123c747fb715deee60b9e9dea132b70a]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/04/21 04:31:41 vq 1.4.6.7: #i37053# Fix (unreached) typo. 2005/04/16 16:53:12 vq 1.4.6.6: #i46987# Fix $(mktmp ...) documentation and add the map escape codes $(macro:m) macro expansion. 2005/04/11 22:16:52 vq 1.4.6.5: #i36027# Fix sanity check for end of macro. 2005/03/14 03:21:58 vq 1.4.6.4: #i37053# Fix continuation char handling. 2004/11/21 18:00:27 vq 1.4.6.3: #i36027# Certainly closing brackets are only accepted when no closing separator is found. fixed. 2004/11/21 17:07:59 vq 1.4.6.2: #i36027# Relax the syntax check for closing seperator for subst modifiers. 2004/11/20 00:31:49 vq 1.4.6.1: #i36027# This fixes the problems with the :s#pat#rep# modifier and also handles a missing closing braket for macros with macro modifiers in general.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ba5786840ae95a5cd479925a77634aa106c5c2c]

        INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED 2005/04/20 15:26:16 vq 1.1.1.1.132.1: #i43310# Fix percent (%) rules to recognize prerequisites that are defined with the multiple target rule operator (::). This implicitly fixes the similar problem for .<suffix>.<suffix> targets.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8876b5a7500819d14935b5c160e3a89c57b71d72]

        INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED 2005/04/22 01:04:35 vq 1.2.80.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [209b7e24f5acd2a84cff5e363c79b47667183711]

        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>  [155af0eb6274557714351b3f00330268ab225c66]

        INTEGRATION: CWS dmake43p01 (1.2.6); FILE MERGED 2006/02/01 23:28:54 vq 1.2.6.3: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/04 02:13:12 vq 1.2.6.2: #i58259# Partial fix. This fixes the use of dp after it was freed. 2005/04/11 03:28:54 vq 1.2.6.1: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ea41c594e50a31ed679d4bcee5ab2ba8da7f7ac]

        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>  [d1aa7369b60360dd2b49960c1c76524ec5939bce]

        INTEGRATION: CWS dmake43p01 (1.5.2); FILE MERGED 2006/02/26 23:33:37 vq 1.5.2.11: #i62118# Fix invalid detection of circular dependencies arising from F_VISITED and F_USED both having the same value but being used in different contexts. 2006/02/02 04:50:08 vq 1.5.2.10: #i47919# Fix typo. 2006/02/02 04:39:55 vq 1.5.2.9: #i47919# Use the correct handler function for the signal() handling. 2006/02/01 23:28:54 vq 1.5.2.8: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/09/05 20:56:44 vq 1.5.2.7: #i53148# Move redirection of stdout from parent to child and avoid capturing spurious output from other process queues. 2005/09/05 17:23:44 vq 1.5.2.6: #i53148# Additional patch to make sure that the shell escapes is executed after all previous recipe lines from the same target have finished. 2005/09/04 19:38:14 vq 1.5.2.5: #i53148# Fix $(shell ...) handling for parallel builds with MAXPROCESS > 1. This certainly includes the -P# switch with # > 1. 2005/05/05 21:45:39 vq 1.5.2.4: Issue number: 38830 Submitted by: waratah@openoffice.org Change dmake's diagnosic output to use "Warning:" or "Error:". Adding the colon makes it easier grep for these diagnostics in long logfiles. 2005/04/22 01:04:35 vq 1.5.2.3: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends. 2005/04/11 03:28:54 vq 1.5.2.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2005/04/09 21:22:30 vq 1.5.2.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e70be78660dfd553b04bbbb32bc997a7e73d24]

        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>  [6e87466b32f545a885a4ba31fecde90931c2e8ce]

        INTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED 2005/04/11 21:13:05 vq 1.4.6.3: #i47137# Elaborate a comment. 2005/03/14 03:21:58 vq 1.4.6.2: #i37053# Fix continuation char handling. 2004/11/12 03:45:08 vq 1.4.6.1: #i37053# dmake line continuation fix.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [993b2ead83588b07c39587692908d013d5fd38ed]

        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>  [136fef54cfedb8108c041fa69cb33d4cf89b3d3f]

        INTEGRATION: CWS dmake43p01 (1.22.2); FILE MERGED 2006/03/31 16:04:35 vq 1.22.2.12: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2006/02/12 00:47:37 vq 1.22.2.11: #i61940# Enable the alternative use of spawn instead of fork/exec for dmake. Add the configure option --enable-spawn. Regenerate autotool files. 2006/02/01 23:28:54 vq 1.22.2.10: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/26 02:54:27 vq 1.22.2.9: #i61170# Fix TMD macro and regenerate autotool files. 2006/01/26 02:09:43 vq 1.22.2.8: #i53148# Treat MinGW build like MSVC build. 2006/01/08 22:20:26 vq 1.22.2.7: #i60168# Expand internal configure variable before using it and regenerate autotool files. 2006/01/08 21:37:35 vq 1.22.2.6: #i60168# Use the --datadir swich to determine where the startup dir is placed and adapt the default DMAKEROOT macro setting accordingly. 2005/10/25 17:19:42 vq 1.22.2.5: #i53148# Restore old behaviour for non-*NIX dmake versions. 2005/09/26 00:33:12 vq 1.22.2.4: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/06/02 03:41:18 vq 1.22.2.3: #i39248# Add testsuite for dmake (only tor targets using the autotools). 2005/04/22 01:04:35 vq 1.22.2.2: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends. 2005/04/16 22:29:17 vq 1.22.2.1: #i47578# Generate startup/config.mk during build with autotools.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d1fdddda06775dbc1afc5a3f384e3c1482bc592]

        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>  [49ac28eed9f5d580b256ba01bf4d4312215fe38c]

        INTEGRATION: CWS dmake43p01 (1.15.2); FILE MERGED 2006/03/31 16:04:35 vq 1.15.2.12: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2006/02/12 00:47:36 vq 1.15.2.11: #i61940# Enable the alternative use of spawn instead of fork/exec for dmake. Add the configure option --enable-spawn. Regenerate autotool files. 2006/02/01 23:28:53 vq 1.15.2.10: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/26 02:54:26 vq 1.15.2.9: #i61170# Fix TMD macro and regenerate autotool files. 2006/01/08 22:20:26 vq 1.15.2.8: #i60168# Expand internal configure variable before using it and regenerate autotool files. 2006/01/08 21:44:43 vq 1.15.2.7: #i60168# Regenerate autotool files. 2005/10/25 17:19:42 vq 1.15.2.6: #i53148# Restore old behaviour for non-*NIX dmake versions. 2005/09/26 00:33:11 vq 1.15.2.5: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:40 vq 1.15.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/06/02 03:41:17 vq 1.15.2.3: #i39248# Add testsuite for dmake (only tor targets using the autotools). 2005/04/22 01:27:17 vq 1.15.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:14 vq 1.15.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a47a7481d5bf51e57937677bf5ba71f2d0d7bd7]

        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>  [9a52713dac82f4b228c1a0de7e9ce1f501e6c0b3]

        INTEGRATION: CWS dmake43p01 (1.1.120); FILE MERGED 2006/01/11 17:46:02 rene 1.1.120.1: #i60375# update config.{sub,guess}

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8567b2965d0eb15ce14395c96019fc66c31b5127]

        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>  [4cd880bfe56c34f833b9112968255d204889650d]

        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-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f2d8b1ab84f138262ea5c217520ff3c56568ed4]

        INTEGRATION: CWS dmake43p01 (1.12.2); FILE MERGED 2006/02/12 00:47:36 vq 1.12.2.5: #i61940# Enable the alternative use of spawn instead of fork/exec for dmake. Add the configure option --enable-spawn. Regenerate autotool files. 2006/02/01 23:28:53 vq 1.12.2.4: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/26 02:54:26 vq 1.12.2.3: #i61170# Fix TMD macro and regenerate autotool files. 2005/10/25 17:19:42 vq 1.12.2.2: #i53148# Restore old behaviour for non-*NIX dmake versions. 2005/04/22 01:04:35 vq 1.12.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9b4e551f054b5bbe070339d4295406690f5fe02]

        INTEGRATION: CWS dmake43p01 (1.2.96); FILE MERGED 2006/01/11 17:46:02 rene 1.2.96.1: #i60375# update config.{sub,guess}

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [295ebe2394a8e2818e917b8929fee4f84346ef24]

        INTEGRATION: CWS i18n25 (1.13.64); FILE MERGED 2006/03/22 00:25:00 khong 1.13.64.1: i53385 Adding support for Tibetan numbering

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [694be20f42c3d3caf0260720e26e970ad3179ef9]

        INTEGRATION: CWS dmake43p01 (1.5.80); FILE MERGED 2005/09/02 00:25:33 vq 1.5.80.2: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:04:34 vq 1.5.80.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2640e0ea372d41e9345c35b5b07968aec64980a]

        INTEGRATION: CWS dmake43p01 (1.8.2); FILE MERGED 2005/09/20 00:50:39 vq 1.8.2.4: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/02 00:25:33 vq 1.8.2.3: #i52238# Regenerate configure and other autotools files. 2005/04/22 01:27:17 vq 1.8.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:14 vq 1.8.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [891bec98340c3362f142e0eed07d99d96c6b81c1]

        INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED 2005/04/22 01:04:34 vq 1.2.2.1: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [d750116645ee809f990e5944c897d72081411f15]

        INTEGRATION: CWS dmake43p01 (1.3.2); FILE MERGED 2006/03/31 16:04:34 vq 1.3.2.12: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2006/02/03 19:46:31 vq 1.3.2.11: #i61170# Let $(TMD)/somedir always be a valid path. Adjust the dmake bootstrap makefile to this change. 2006/02/01 23:28:53 vq 1.3.2.10: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2005/09/20 00:01:26 vq 1.3.2.9: #i53148# Update NEWS file and man page. 2005/06/02 03:58:00 vq 1.3.2.8: #i39248# Add entry to NEWS file. 2005/04/22 01:04:34 vq 1.3.2.7: #i47851# Increase the version number to 4.4-cvs and slightly rearrange the output of "dmake -V". Remove the hardcoded (in autotools builds) OS macro. It had the wrong value to be usable with the startup/*.mk and is not mentioned in the man page. Clean up configure.in and friends. 2005/04/20 15:26:16 vq 1.3.2.6: #i43310# Fix percent (%) rules to recognize prerequisites that are defined with the multiple target rule operator (::). This implicitly fixes the similar problem for .<suffix>.<suffix> targets. 2005/04/16 16:53:12 vq 1.3.2.5: #i46987# Fix $(mktmp ...) documentation and add the map escape codes $(macro:m) macro expansion. 2005/04/11 03:28:54 vq 1.3.2.4: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows dmake executable (compiled with MS Visual C++ or MinGW) is the absolute filename and NULL for other operating systems or dmake build with other compilers. If DMAKEROOT is not changed and only for native Windows dmake versions the value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup". 2005/04/08 15:18:32 vq 1.3.2.3: Issue number: 43241 Submitted by: shay@openoffice.org, vq@openoffice.org Add documentation and update NEWS file. 2005/03/16 05:25:40 vq 1.3.2.2: #i44959# Update NEWS file. 2005/02/19 20:41:02 vq 1.3.2.1: #i36027#, #i37053#, #i37491# Update NEWS file to mention the latest changes.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [3382279c1cd6bb13a8c6312294648fbf1512360a]

        INTEGRATION: CWS dmake43p01 (1.11.2); FILE MERGED 2006/03/31 16:04:34 vq 1.11.2.17: #i63874# Release dmake 4.4 Update version numbers and regenerate autotool files. 2006/02/06 23:06:57 vq 1.11.2.16: #i61714# Correct manpage to state that the usage of .SETDIR like `.SETDIR=foo : targets` is valid and add a testcase to verify this. 2006/02/01 23:28:53 vq 1.11.2.15: #i60948# Add -m option family to generate timing information for targets and/or recipes. (Autotools files were regenerated.) 2006/01/26 02:54:25 vq 1.11.2.14: #i61170# Fix TMD macro and regenerate autotool files. 2006/01/08 22:20:25 vq 1.11.2.13: #i60168# Expand internal configure variable before using it and regenerate autotool files. 2006/01/08 21:44:43 vq 1.11.2.12: #i60168# Regenerate autotool files. 2005/10/25 17:19:42 vq 1.11.2.11: #i53148# Restore old behaviour for non-*NIX dmake versions. 2005/10/11 18:01:38 vq 1.11.2.10: #i39248# Add testcase and regenerate configure and other autotools files. 2005/09/26 00:33:11 vq 1.11.2.9: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/20 00:50:39 vq 1.11.2.8: #i49461# Add testcase and regenerate configure and other autotools files. 2005/09/17 19:47:53 vq 1.11.2.7: RESYNC: (1.11-1.12); FILE MERGED 2005/09/02 00:25:32 vq 1.11.2.6: #i52238# Regenerate configure and other autotools files. 2005/06/04 18:07:36 vq 1.11.2.5: #i39248# Add another testcase. 2005/06/02 03:41:17 vq 1.11.2.4: #i39248# Add testsuite for dmake (only tor targets using the autotools). 2005/05/05 23:12:35 vq 1.11.2.3: #i47851# Regenerate configure and other autotools files. 2005/04/22 01:27:17 vq 1.11.2.2: #i47851# Regenerate configure and other autotools files. 2005/04/16 23:05:14 vq 1.11.2.1: #i47578# Regenerate configure and other autotools files.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [219f5a2090873c55ad90ed91f38e9cff7b401313]

        INTEGRATION: CWS dmake43p01 (1.8.20); FILE MERGED 2005/09/26 00:33:11 vq 1.8.20.4: #i55070# Fix Fred Fishes DBUG macros and add --enable-dbug to enable them in a configure type build. Also regenerate autotool files. 2005/09/17 19:47:45 vq 1.8.20.3: RESYNC: (1.8-1.9); FILE MERGED 2005/06/02 03:41:17 vq 1.8.20.2: #i39248# Add testsuite for dmake (only tor targets using the autotools). 2005/05/05 23:06:05 vq 1.8.20.1: #i47851# Fix dependency checking for subdirectories.

2006-04-20  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0317b7bccfdd3917b6b5c4634e4aa69ed98212e]

        INTEGRATION: CWS dmake43p01 (1.2.2); FILE MERGED 2006/03/31 16:12:22 vq 1.2.2.25: #i10000# Update ChangeLog. 2006/03/15 16:11:40 vq 1.2.2.24: #i10000# Update ChangeLog. 2006/03/13 23:31:18 vq 1.2.2.23: #i10000# Update ChangeLog. 2006/02/21 23:09:24 vq 1.2.2.22: #i10000# Update ChangeLog. 2006/02/15 18:42:36 vq 1.2.2.21: #i10000# Update ChangeLog. 2006/02/05 04:05:43 vq 1.2.2.20: #i10000# Update ChangeLog. 2006/02/02 04:53:05 vq 1.2.2.19: #i10000# Update ChangeLog. 2006/01/11 23:59:28 vq 1.2.2.18: #i10000# Update ChangeLog. 2006/01/06 01:41:08 vq 1.2.2.17: #i10000# Update ChangeLog. 2005/11/06 18:11:37 vq 1.2.2.16: #i10000# Update ChangeLog. 2005/10/12 17:25:00 vq 1.2.2.15: #i10000# Update ChangeLog. 2005/09/20 00:54:57 vq 1.2.2.14: #i10000# Update ChangeLog. 2005/09/02 00:25:32 vq 1.2.2.13: #i52238# Regenerate configure and other autotools files. 2005/06/02 04:01:45 vq 1.2.2.12: #i10000# Update ChangeLog. 2005/06/01 13:33:15 vq 1.2.2.11: #i10000# Update ChangeLog. 2005/05/30 18:41:44 vq 1.2.2.10: #i10000# Update ChangeLog. 2005/05/20 18:21:02 vq 1.2.2.9: #i10000# Update ChangeLog. 2005/05/05 23:55:53 vq 1.2.2.8: #i47851# Regenerate configure and other autotools files. 2005/04/22 01:32:41 vq 1.2.2.7: #i10000# Update ChangeLog. 2005/04/16 23:08:33 vq 1.2.2.6: #i10000# Update ChangeLog. 2005/04/16 16:56:09 vq 1.2.2.5: #i10000# Update ChangeLog 2005/04/11 21:15:41 vq 1.2.2.4: #i10000# Generate ChangeLog. 2005/04/11 03:40:20 vq 1.2.2.3: #i10000# Generate ChangeLog. 2005/04/09 21:47:33 vq 1.2.2.2: #i10000# Update ChangeLog. 2005/04/09 03:05:20 vq 1.2.2.1: #i47004# Generated a ChangeLog file for dmake with: cvs2cl.pl -F cws_src680_dmake43p01 -S --no-wrap -I ChangeLog

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d53d3cbe35396354c832874ea667e9b6e4f9655f]

        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>  [b1f16ba187e45bd981c7728080505ef07a925e2d]

        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>  [2bcca73bdbc5ddf9a2dd226678d2b210617a4312]

        INTEGRATION: CWS ause054 (1.165.18); FILE MERGED 2006/04/19 11:11:02 hjs 1.165.18.1: #i64505# temporary file got wrong permissions for later use

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93771806d6c5556e55852bdd7db9b3807b8ed738]

        INTEGRATION: CWS systemint01 (1.23.8); FILE MERGED 2006/03/10 17:05:27 ihi 1.23.8.1: #i46226# stale link error on suse 10

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [364e3dcaf9ce101cc49b87036489043d55c0d7e6]

        INTEGRATION: CWS systemint01 (1.20.2); FILE MERGED 2006/03/21 09:20:43 rt 1.20.2.2: #i62340# Make checking for flagfile silent, only in case of failure cry 'ERROR' 2006/03/17 16:00:10 ihi 1.20.2.1: #i62340# creation of rpm more robust

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf0164513970df8af459b7d8c85959832be9170e]

        INTEGRATION: CWS systemint01 (1.22.8); FILE MERGED 2006/03/10 17:06:06 ihi 1.22.8.1: #i46226# stale link error on suse 10

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93f261246dfd59eafbf72f1f574f7f6e7b10e05f]

        INTEGRATION: CWS systemint01 (1.19.2); FILE MERGED 2006/03/21 09:20:41 rt 1.19.2.2: #i62340# Make checking for flagfile silent, only in case of failure cry 'ERROR' 2006/03/17 16:00:10 ihi 1.19.2.1: #i62340# creation of rpm more robust

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4b295504e290fc7764d17affe25f108a2b0fa76]

        INTEGRATION: CWS systemint01 (1.9.114); FILE MERGED 2006/03/10 17:45:13 ihi 1.9.114.1: #i59675# text/rtf -> application/rtf

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7e8584266fdcd6910639bf3d066e3907e4bd95]

        INTEGRATION: CWS systemint01 (1.12.8); FILE MERGED 2006/03/10 17:44:45 ihi 1.12.8.2: #i59675# text/rtf -> application/rtf 2006/03/10 17:04:28 ihi 1.12.8.1: #i46226# stale link error on suse 10

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8d606e7014dc6a3d61e8d9211a366b08db3c911]

        INTEGRATION: CWS systemint01 (1.8.2); FILE MERGED 2006/03/21 09:20:40 rt 1.8.2.2: #i62340# Make checking for flagfile silent, only in case of failure cry 'ERROR' 2006/03/17 16:00:09 ihi 1.8.2.1: #i62340# creation of rpm more robust

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d555fd308153c852a1948ce93f9725223bdb1865]

        INTEGRATION: CWS systemint01 (1.8.2); FILE MERGED 2006/03/21 09:20:39 rt 1.8.2.2: #i62340# Make checking for flagfile silent, only in case of failure cry 'ERROR' 2006/03/17 16:00:09 ihi 1.8.2.1: #i62340# creation of rpm more robust

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b47bbde4eaa9a0dc2b6018afacafe256b764829f]

        INTEGRATION: CWS systemint01 (1.11.2); FILE MERGED 2006/03/20 17:04:21 ihi 1.11.2.3: clean up 2006/03/17 16:00:08 ihi 1.11.2.2: #i62340# creation of rpm more robust 2006/03/10 18:11:15 ihi 1.11.2.1: #i59509# permission fixed

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b0780fdfd442fd44694ed1a6ecb61b0647a35db]

        INTEGRATION: CWS systemjava (1.142.12); FILE MERGED 2006/03/22 13:56:48 cmc 1.142.12.1: #i52974# support system java components from configure

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81c022c2f2db972c64844357887b612815240031]

        INTEGRATION: CWS systemjava (1.35.24); FILE MERGED 2006/03/22 15:18:49 cmc 1.35.24.1: #i52974# support using the system java components

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7a532ade3edbb83610835b676a85b95d06973c3]

        INTEGRATION: CWS systemjava (1.40.38); FILE MERGED 2006/03/22 15:18:49 cmc 1.40.38.1: #i52974# support using the system java components

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a43af30aee4c90a416a0239a98986a0f9eac4a0]

        INTEGRATION: CWS systemjava (1.145.12); FILE MERGED 2006/03/22 15:18:49 cmc 1.145.12.1: #i52974# support using the system java components

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a2af9001fd608edde793eed8042510d6480a388]

        INTEGRATION: CWS systemjava (1.2.10); FILE MERGED 2006/03/22 14:23:08 cmc 1.2.10.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [303832ce01cdcd63cdf128f109705e3ebcde630f]

        INTEGRATION: CWS systemjava (1.7.46); FILE MERGED 2006/03/22 14:36:03 cmc 1.7.46.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [86453e1586e939b12619e877966ba4e98d6e745f]

        INTEGRATION: CWS systemjava (1.8.46); FILE MERGED 2006/03/22 14:36:02 cmc 1.8.46.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d09e961afd3a5662318282b87b5abef41bd250e]

        INTEGRATION: CWS systemjava (1.8.44); FILE MERGED 2006/03/22 14:36:02 cmc 1.8.44.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [29542fa272175eda1a3efdc3710a5c1e1ba74ae0]

        INTEGRATION: CWS systemjava (1.3.146); FILE MERGED 2006/03/22 14:36:02 cmc 1.3.146.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [023e3406c6f75e560ec98c270d8bf60994ec35e8]

        INTEGRATION: CWS systemjava (1.2.146); FILE MERGED 2006/03/22 14:36:02 cmc 1.2.146.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cc8beeacd3a2596578ed338be0150e7b4cd6434]

        INTEGRATION: CWS systemjava (1.11.24); FILE MERGED 2006/03/22 14:36:01 cmc 1.11.24.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [de5994e25146065ff23e20c3e1808d869ccf545a]

        INTEGRATION: CWS systemjava (1.4.2); FILE MERGED 2006/03/22 14:51:26 cmc 1.4.2.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9ce3bb2758e90cbff0686913552488178f96202]

        INTEGRATION: CWS systemjava (1.10.2); FILE MERGED 2006/03/22 14:51:26 cmc 1.10.2.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e24bdd3b0cb0334fa88a9a93c50bf1a1144d7389]

        INTEGRATION: CWS systemjava (1.3.2); FILE MERGED 2006/03/22 14:51:25 cmc 1.3.2.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e70a7bb503ab15fb654638dd157a14b51f5b42]

        INTEGRATION: CWS systemjava (1.22.2); FILE MERGED 2006/03/22 14:39:45 cmc 1.22.2.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f91c0ec1fbc1b2957bd9893a9f0aaf58a67e5c7]

        INTEGRATION: CWS systemjava (1.93.4); FILE MERGED 2006/03/22 13:56:49 cmc 1.93.4.1: #i52974# support system java components from configure

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe37eb718889d6938081dde5ad0d6467fdb4eee2]

        INTEGRATION: CWS systemjava (1.159.10); FILE MERGED 2006/03/22 13:56:49 cmc 1.159.10.1: #i52974# support system java components from configure

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cc967ae2bc1b38e703a3df79a7c2532be132689]

        INTEGRATION: CWS systemjava (1.7.4); FILE MERGED 2006/03/22 14:53:06 cmc 1.7.4.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b282e16296ca56950757b699b2e1f9d98bd201f]

        INTEGRATION: CWS systemjava (1.5.266); FILE MERGED 2006/03/22 13:49:20 cmc 1.5.266.1: #i61189# allow a valuelist for profile entries

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0026e7fdd64f4f3d879a1a64c45080d4df85965]

        INTEGRATION: CWS systemjava (1.10.86); FILE MERGED 2006/03/22 14:20:32 cmc 1.10.86.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9dd31f3c887db73d802c4a39d468ae712eedc3b]

        INTEGRATION: CWS systemjava (1.15.86); FILE MERGED 2006/03/22 14:20:32 cmc 1.15.86.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bba57beb91c86ad2cb7a22a87c406816afb7128a]

        INTEGRATION: CWS systemjava (1.5.298); FILE MERGED 2006/03/22 14:20:31 cmc 1.5.298.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cad84cb59488ce804cf598b69d0b4687890e8034]

        INTEGRATION: CWS systemjava (1.6.8); FILE MERGED 2006/03/22 14:20:31 cmc 1.6.8.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccbb82c13e8c613288f2d375a8abc08b9f45addf]

        INTEGRATION: CWS systemjava (1.17.6); FILE MERGED 2006/03/22 14:20:31 cmc 1.17.6.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [91735aabe9b50d2f50a1d85aa27388628c23b540]

        INTEGRATION: CWS systemjava (1.13.72); FILE MERGED 2006/03/22 14:58:03 cmc 1.13.72.1: #i52974# support using the system java components

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2769a8fe07e49eba6fcf792f73d5b0233333ebdf]

        INTEGRATION: CWS systemjava (1.33.2); FILE MERGED 2006/03/22 14:58:03 cmc 1.33.2.1: #i52974# support using the system java components

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccbc19c10dac3beb0e0590d09025a60ec3f031ac]

        INTEGRATION: CWS native43 (1.6.42); FILE MERGED 2006/04/05 14:18:01 is 1.6.42.1: #i63496# new condition for activeX custom action

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe31a63ce0d7ca12885f11c5a266b70fe4116b87]

        INTEGRATION: CWS systemjava (1.11.2); FILE MERGED 2006/03/22 15:02:49 cmc 1.11.2.1: #i52974# support using the system xerces/xalan

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [25d887ac42790c61003d1fe93706b80ddc03f1ea]

        INTEGRATION: CWS native43 (1.10.2); FILE MERGED 2006/04/05 14:13:51 mav 1.10.2.1: #i63496# treat unknown future state as nochange

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [90e72241a6c10b4fc689dd5e91e8d17cd7025bd9]

        INTEGRATION: CWS native43 (1.10.2); FILE MERGED 2006/04/05 10:51:57 is 1.10.2.1: #i63809# new language encodings

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ccf695edce27b9a6affa92b79c242024f0f2b94]

        INTEGRATION: CWS native43 (1.48.74); FILE MERGED 2006/04/07 10:27:00 is 1.48.74.2: #6402412# content for Solaris patchinfo file 2006/04/06 08:38:13 is 1.48.74.1: #b6402412# changing architecture string for x86

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [08a6d3d23eb59ea5918ee0e8e63ef5480439912b]

        INTEGRATION: CWS native43 (1.26.26); FILE MERGED 2006/04/06 08:37:19 is 1.26.26.2: #i63530# include packageversion into download filename 2006/04/05 11:09:13 is 1.26.26.1: #i63526# removing en-US from download file name

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5e5175b1c5ab0da7e44e61462846fd9f5bdcd7]

        INTEGRATION: CWS systemjava (1.27.52); FILE MERGED 2006/03/22 14:07:41 cmc 1.27.52.1: #i52974# support using the system hsqldb

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2a3af982431d143fb619a6295a81f97642f585f]

        INTEGRATION: CWS systemjava (1.6.82); FILE MERGED 2006/03/22 14:07:40 cmc 1.6.82.1: #i52974# support using the system hsqldb

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7849b4b0594afc931b57640fcd9eaa9f0ebf8da8]

        INTEGRATION: CWS gh12 (1.20.40); FILE MERGED 2005/12/21 13:22:20 gh 1.20.40.1: #i49462# improve readability of testtool log

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34673aefe1810b5c2e35dd6b2f0d78a4057bd5cd]

        INTEGRATION: CWS gh12 (1.60.36); FILE MERGED 2006/03/14 15:09:55 gh 1.60.36.3: #i54456# remove LANGUAGE_USER1 entry 2006/03/14 14:38:00 gh 1.60.36.2: #i61530# fixed german translation 2005/12/21 13:22:19 gh 1.60.36.1: #i49462# improve readability of testtool log

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ad3b9f2cc87f6083c68a65ecce5bb5e127d4f7a]

        INTEGRATION: CWS gh12 (1.5.42); FILE MERGED 2005/12/21 13:22:19 gh 1.5.42.1: #i49462# improve readability of testtool log

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f35f4abbc55fd516c0b44f61a44db39bb832918d]

        INTEGRATION: CWS redline01 (1.17.28); FILE MERGED 2006/04/10 07:00:31 ama 1.17.28.4: Fix #b6341295# 2006/04/10 06:50:43 ama 1.17.28.3: Fix #b6341295# 2006/04/07 07:14:50 ama 1.17.28.2: Fix #b6341295#: Redline/Undo/redo of copying table content (cells) 2006/03/29 14:29:25 ama 1.17.28.1: Fix #b62341295#: Redline for copying tables

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [55d7d2fc1e0674c9395f390d11e8628c3226d4a5]

        INTEGRATION: CWS redline01 (1.8.128); FILE MERGED 2006/04/11 07:24:03 ama 1.8.128.1: Fix #b6341295# Redlining of empty table cells

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea3219f917102adc16c0b23ffa2222472af24fc0]

        INTEGRATION: CWS redline01 (1.17.78); FILE MERGED 2006/03/22 13:22:37 ama 1.17.78.1: Fix #i59534: Text insertion at the end of a redline

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe3bbc3f9d7f9ffdcb284ee34d1c02f31be77450]

        INTEGRATION: CWS redline01 (1.5.128); FILE MERGED 2006/03/22 13:14:20 ama 1.5.128.1: Fix #i59534: Text insertion at the end of a redline

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50bdf03fc34d523c54fcec84cdc103528606c531]

        INTEGRATION: CWS redline01 (1.37.22); FILE MERGED 2006/03/23 09:46:51 ama 1.37.22.1: Fix #i59539#: no deleting of redline infos when pasting table cells

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2523b8da78f27f55d59b12fbaee5e4829d578357]

        INTEGRATION: CWS redline01 (1.33.72); FILE MERGED 2006/03/30 11:42:36 ama 1.33.72.1: Fix #b6341295#: Undo and Redo of table insertion with redlining

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [310a2f04c7f46790d276d6509ef5c91e3dc4aa6f]

        INTEGRATION: CWS redline01 (1.19.14); FILE MERGED 2006/03/22 13:20:01 ama 1.19.14.1: *** empty log message ***

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf819c3044215865047375c712550257cdba4dcd]

        INTEGRATION: CWS redline01 (1.5.128); FILE MERGED 2006/04/06 15:05:08 ama 1.5.128.2: FIx #b6341295#: Undo/Redo of table copy with redlines 2006/03/29 14:28:11 ama 1.5.128.1: Fix #b62341295#: Redline for copying tables

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c43eefe1d682e7eceb4a4fb49441e92944785656]

        INTEGRATION: CWS redline01 (1.35.36); FILE MERGED 2006/04/06 14:57:58 ama 1.35.36.2: Fix #b6341295#: Non-product code for better debugging 2006/03/29 14:27:46 ama 1.35.36.1: Fix #b62341295#: Redline for copying tables

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [594044949174a91a5c707ffe6c8dc8e33e929de1]

        INTEGRATION: CWS redline01 (1.26.8); FILE MERGED 2006/04/11 07:22:45 ama 1.26.8.4: Fix #b6341295# Redlining of empty table cells 2006/04/06 14:59:09 ama 1.26.8.3: FIx #b6341295#: Undo/Redo of table copy with redlines 2006/03/23 09:04:52 ama 1.26.8.2: Fix #i59534#: Redline 2006/03/22 13:17:21 ama 1.26.8.1: Fix #i59534: Text insertion at the end of a redline

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43e565175ce1fbac74639ccca5ebe24970db926b]

        INTEGRATION: CWS redline01 (1.16.64); FILE MERGED 2006/04/07 13:19:35 ama 1.16.64.2: RESYNC: (1.16-1.17); FILE MERGED 2006/03/22 13:19:08 ama 1.16.64.1: Fix #i59534: Text insertion at the end of a redline

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c400cbec6abf84a8f378c3f78b2c4e36d015e3]

        INTEGRATION: CWS redline01 (1.26.8); FILE MERGED 2006/04/06 15:28:07 ama 1.26.8.2: FIx #b6341295#: Undo/Redo of table copy with redlines 2006/03/29 14:25:43 ama 1.26.8.1: Fix #b62341295#: Redline for copying tables

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [df990b9bcdce34aadc6222c31b61e3c7a713b500]

        INTEGRATION: CWS gh12 (1.12.16); FILE MERGED 2005/12/22 08:42:01 gh 1.12.16.1: #i54137#,#i37773#controls can now be assigned to object variables and searched for by name

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [790af220dd71c04ea7ed22f163c83fbc8319df54]

        INTEGRATION: CWS gh12 (1.20.14); FILE MERGED 2005/12/22 08:44:14 gh 1.20.14.2: #i35090# map very large ULONG results to negative long 2005/12/22 08:42:00 gh 1.20.14.1: #i54137#,#i37773#controls can now be assigned to object variables and searched for by name

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48bf8e7e156b332ef9f9c718451c7cea78bc87a0]

        INTEGRATION: CWS gh12 (1.23.20); FILE MERGED 2005/12/15 15:07:33 gh 1.23.20.1: #i50125#new TestTool command IsProduct

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [34281721dfa53958a0daf589f121241ff2a389c8]

        INTEGRATION: CWS gh12 (1.11.22); FILE MERGED 2006/01/12 10:09:03 gh 1.11.22.1: #i46293# o reschedule after command execution to prevent execution of FileExit in reschedule

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f79e16be1caca235bad3f5678d13634dfcad16b]

        INTEGRATION: CWS gh12 (1.8.22); FILE MERGED 2005/12/22 08:42:00 gh 1.8.22.1: #i54137#,#i37773#controls can now be assigned to object variables and searched for by name

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [61b19c7305ebf351ebd954c37df556fc968afb27]

        INTEGRATION: CWS gh12 (1.6.22); FILE MERGED 2005/12/15 12:23:48 gh 1.6.22.1: #i50125#new TestTool command IsProductsource/server/statemnt.cxx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [43ca69651adf17e8396200565355b7a29a772481]

        INTEGRATION: CWS sixtyfour05 (1.34.4); FILE MERGED 2006/04/14 11:35:11 kendy 1.34.4.1: #i59407# 64bit: BigInt -> sal_Int64 for DateTime handling

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f577b665ee716ed5f83a3dfffa21f5644662401e]

        INTEGRATION: CWS sixtyfour05 (1.6.150); FILE MERGED 2006/04/10 16:22:01 kendy 1.6.150.1: #i63758# Min()/Max() has to have both arguments of the same type

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [538b513ed804178ddf31842df99169fe9b3523f3]

        INTEGRATION: CWS sixtyfour05 (1.9.150); FILE MERGED 2006/04/10 16:22:01 kendy 1.9.150.1: #i63758# Min()/Max() has to have both arguments of the same type

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [71d1d7fffe0ae298c03c8b3e523869fd958dfe11]

        INTEGRATION: CWS sixtyfour05 (1.10.150); FILE MERGED 2006/04/10 16:22:00 kendy 1.10.150.1: #i63758# Min()/Max() has to have both arguments of the same type

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9274de6147260e605195dd6eb44418c4fd4c441]

        INTEGRATION: CWS sixtyfour05 (1.22.148); FILE MERGED 2006/04/10 16:22:00 kendy 1.22.148.1: #i63758# Min()/Max() has to have both arguments of the same type

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [13f7e7ccdd427a1c563d2e269f3ed95b89f1aed7]

        INTEGRATION: CWS sixtyfour05 (1.25.14); FILE MERGED 2006/03/29 13:47:19 kendy 1.25.14.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6bf730f3781b2e3b5f961fc32378dd3956829d6]

        INTEGRATION: CWS sixtyfour05 (1.2.12); FILE MERGED 2006/03/29 13:47:18 kendy 1.2.12.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [991ca7a8e02969336596d6472243046dbe8b1bed]

        INTEGRATION: CWS sb50 (1.3.114); FILE MERGED 2006/03/29 11:48:57 sb 1.3.114.1: #i61729# Decode LDAP string value using UTF8 instead of ASCII_US; plus some cleanup of strange, obviously broken code.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8f45d11034310ec30c7bafe2ec1e891aeee3bac]

        INTEGRATION: CWS sixtyfour05 (1.15.12); FILE MERGED 2006/03/29 13:47:18 kendy 1.15.12.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [180f12a11647382762948887c1b6cba81487c740]

        INTEGRATION: CWS sixtyfour05 (1.8.120); FILE MERGED 2006/03/29 13:47:18 kendy 1.8.120.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f62180aec4625abdbc52873e5e3df3da057972d2]

        INTEGRATION: CWS sb50 (1.146.8); FILE MERGED 2006/04/05 15:27:57 sb 1.146.8.1: #i63706# Added PATCH flag.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f778e2b123762653f54946225cc403eb0b0e4ec]

        INTEGRATION: CWS sixtyfour05 (1.84.14); FILE MERGED 2006/03/29 13:47:18 kendy 1.84.14.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a1e475b0505ccd542f9abebb6be7abec2886b3c]

        INTEGRATION: CWS sb50 (1.5.90); FILE MERGED 2006/04/05 14:03:13 sb 1.5.90.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9dba338105de267828915ef32ca3c87a0a56a6a]

        INTEGRATION: CWS sb50 (1.6.90); FILE MERGED 2006/04/05 14:03:13 sb 1.6.90.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [35a3c35b13d035f6a38bfd2628ac98bbc4157524]

        INTEGRATION: CWS sixtyfour05 (1.95.2); FILE MERGED 2006/04/12 19:15:51 pjanik 1.95.2.2: RESYNC: (1.95-1.97); FILE MERGED 2006/03/29 12:11:40 kendy 1.95.2.1: #i63607# Fix annoying warning about incompatible versions of libraries.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e999a1dd2c31a69e9fdd4ba8304ef44c64bd863]

        INTEGRATION: CWS sb50 (1.7.36); FILE MERGED 2006/04/05 13:56:40 sb 1.7.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [07698aa944896a9b56b7db442afe3073536c5fd1]

        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>  [2f7a88d89cdbad31f8ce2a7d6b3d72adb96b3b1c]

        INTEGRATION: CWS sb50 (1.10.36); FILE MERGED 2006/04/05 13:56:40 sb 1.10.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a8f3f1737baadc4c608cac0ad901baf20bded96]

        INTEGRATION: CWS sb50 (1.11.36); FILE MERGED 2006/04/05 13:56:39 sb 1.11.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [48035344098898a83a178b2855c269508d3f3e90]

        INTEGRATION: CWS sb50 (1.12.36); FILE MERGED 2006/04/05 13:56:39 sb 1.12.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f59f6f18d4e2b2d6e8760ba5d256d8c2acdd33e9]

        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>  [c37d2ae8868392da604998b35c03ff707b6228c4]

        INTEGRATION: CWS sb50 (1.7.36); FILE MERGED 2006/04/05 13:56:39 sb 1.7.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cdadc9fbe20be4fcc9de77371d0898e79b951c2]

        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>  [04f6bb21ff5d7a3a20ca7a8f25773305e7bec454]

        INTEGRATION: CWS sb50 (1.9.36); FILE MERGED 2006/04/05 13:56:38 sb 1.9.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ea37b98663a486cb8b3005de5f3bbb3648ade09]

        INTEGRATION: CWS sb50 (1.8.36); FILE MERGED 2006/04/05 13:56:38 sb 1.8.36.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0fd3ff54b03af3c780c50bbed7bc1b2e0c32daf]

        INTEGRATION: CWS sb50 (1.23.34); FILE MERGED 2006/04/05 13:56:38 sb 1.23.34.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5bc3bb5178eca90bd673a90ee40a5a317432ff]

        INTEGRATION: CWS sixtyfour05 (1.20.24); FILE MERGED 2006/04/13 10:31:54 cmc 1.20.24.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f10c9babce47f0d39cd4a0f00df27021fb1c791]

        INTEGRATION: CWS sb50 (1.8.132); FILE MERGED 2006/04/05 14:15:54 sb 1.8.132.1: #i63706# Adapted to newly implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7885f4f6e497db18de0be9d92b710e61d3106f77]

        INTEGRATION: CWS sixtyfour05 (1.2.30); FILE MERGED 2006/04/13 10:31:54 cmc 1.2.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d5467ba2156c03373e087fe8dec8549bb82bb0a]

        INTEGRATION: CWS sb50 (1.5.824); FILE MERGED 2006/04/05 14:15:23 sb 1.5.824.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a48517f02d935927585dc841c1e2aede983ccd92]

        INTEGRATION: CWS sixtyfour05 (1.6.28); FILE MERGED 2006/04/13 10:31:54 cmc 1.6.28.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1e7935f89b2378aca462c9fbce6a7d53b7cc846]

        INTEGRATION: CWS sb50 (1.6.332); FILE MERGED 2006/04/05 14:15:12 sb 1.6.332.1: #i63706# Implemented oor:op=fuse.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8fcbf4969e4f7f44f8b63b601bbbb06c7c4cdb1]

        INTEGRATION: CWS sixtyfour05 (1.2.30); FILE MERGED 2006/04/13 10:31:53 cmc 1.2.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d3f077de7a510ca51e5485542acd4373bbee4a6]

        INTEGRATION: CWS sixtyfour05 (1.12.30); FILE MERGED 2006/04/13 10:31:53 cmc 1.12.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f659c7a7858119a4f12767aa02a1014eb7f6fd1]

        INTEGRATION: CWS sixtyfour05 (1.23.28); FILE MERGED 2006/04/13 10:31:53 cmc 1.23.28.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fa6d86d5e28cc080945b35b77e56fbbc531a8fd]

        INTEGRATION: CWS sixtyfour05 (1.16.30); FILE MERGED 2006/04/13 10:31:53 cmc 1.16.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [250a234a11136bbd80dca0477266cc9335ac4fc0]

        INTEGRATION: CWS sixtyfour05 (1.4.30); FILE MERGED 2006/04/13 10:31:53 cmc 1.4.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [023595bc47c4fd1dac26d4fc262d759b5735d621]

        INTEGRATION: CWS sixtyfour05 (1.5.30); FILE MERGED 2006/04/13 10:31:53 cmc 1.5.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0346575a9cca9c671f49f204dfb17d49c54f7e66]

        INTEGRATION: CWS sixtyfour05 (1.4.30); FILE MERGED 2006/04/13 10:31:52 cmc 1.4.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d93113ae3bd6cc3479e8d9cf43189dabeec69de7]

        INTEGRATION: CWS sixtyfour05 (1.8.28); FILE MERGED 2006/04/13 10:31:52 cmc 1.8.28.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3bfa1137b52cae53ba96bd18dba635c4fa00b65]

        INTEGRATION: CWS sixtyfour05 (1.5.30); FILE MERGED 2006/04/13 10:31:52 cmc 1.5.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [02c3171f5de4a4d4625b8e2d45e45d800d79eccd]

        INTEGRATION: CWS sixtyfour05 (1.2.30); FILE MERGED 2006/04/13 10:31:52 cmc 1.2.30.1: #i63183# automation 64bit fixes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f340f3a500bd89dae250ce3db8ec686b604ce6e0]

        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>  [0356865dbb9072d16786a9b0b6075865df00df9c]

        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>  [3e26405e59d2af0c26cb5a5c591c74c93a84d3c3]

        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>  [8467099055fa1daeabac3a834d6da6ecd3e187de]

        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>  [7842d4c5517d6a2b2492129a7154ac47ce0ab048]

        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>  [f5475aefb4d94599df05c24684ca133e927fc608]

        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>  [3d3b7337106e362373db2d3ef690455b839c7b12]

        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>  [d3487db1d6746d817707717143eb94fa26040bb1]

        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>  [910ece14d73a270c2790b8d50466845053203124]

        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>  [f0edfbacdcf5448aef655f3a0b0be20bff9ad0fb]

        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>  [cef39f998441dcd5c6cf05abfb0ff4301e664dd7]

        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>  [0022320f102044166e7e3a58484c62a72a883489]

        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>  [4bab6e8982df443ce3bc771ded54263bd0a31182]

        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>  [b2e4b016335de3716255937004e51018e05ddc45]

        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>  [56596c21cfe343c1dbfe66f1342b60fc5760dd3e]

        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>  [68513bc8123bb071e4950ade8c888dbd45b29522]

        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>  [a83fe26202ed1594a4617850deb33b96c31e3373]

        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-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e21115b269146c1d2f9696dfd483416d066e646a]

        INTEGRATION: CWS sixtyfour05 (1.28.348); FILE MERGED 2006/04/11 15:55:25 kendy 1.28.348.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fff77c4cbe3fd89c624ec5051345a036111176f5]

        INTEGRATION: CWS sixtyfour05 (1.66.8); FILE MERGED 2006/04/05 09:46:11 kendy 1.66.8.1: #i63862# Call Fraction() with long, instead of sal_Int32

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ca989ab17f2d64e0d13d9ba7557a247783a63e4]

        INTEGRATION: CWS sixtyfour05 (1.42.348); FILE MERGED 2006/04/11 15:55:25 kendy 1.42.348.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e9a57dd01071ba53b3d9ab7443d71d231f0b39a]

        INTEGRATION: CWS sixtyfour05 (1.62.164); FILE MERGED 2006/04/11 15:55:25 kendy 1.62.164.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [278fc5c7503d21abdff89c93bd894f67fb6d2ed7]

        INTEGRATION: CWS sixtyfour05 (1.136.76); FILE MERGED 2006/04/11 15:55:25 kendy 1.136.76.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d1d9bab61e4ab81a4574b3b8057e86fc009d28a]

        INTEGRATION: CWS sixtyfour05 (1.20.164); FILE MERGED 2006/04/11 15:55:24 kendy 1.20.164.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [861a9c9d7913f0b81c88ae7b4b9673554584de1b]

        INTEGRATION: CWS sixtyfour05 (1.65.106); FILE MERGED 2006/04/11 15:55:24 kendy 1.65.106.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [928cf2713b35459483ff18c7dcff7f67eca5cda9]

        INTEGRATION: CWS sixtyfour05 (1.130.50); FILE MERGED 2006/04/12 19:50:35 pjanik 1.130.50.2: RESYNC: (1.130-1.131); FILE MERGED 2006/04/11 15:55:24 kendy 1.130.50.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [07ca5cfbd389515c756fe4c68095f68133058ebf]

        INTEGRATION: CWS sixtyfour05 (1.41.242); FILE MERGED 2006/04/11 15:55:23 kendy 1.41.242.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a608cb12e03e5059c5082d9bdd9c80695d37f209]

        INTEGRATION: CWS sb49 (1.191.10); FILE MERGED 2006/03/23 14:12:24 sb 1.191.10.2: RESYNC: (1.191-1.192); FILE MERGED 2006/03/22 10:16:03 sb 1.191.10.1: #i63397# Added PATCH flag.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c23fbd19d96879f3e041a4581a88240248ccfcb7]

        INTEGRATION: CWS sixtyfour05 (1.10.352); FILE MERGED 2006/04/11 15:55:23 kendy 1.10.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab6779b1900bb1973f1325e3370ac8c5533f12b1]

        INTEGRATION: CWS sb49 (1.7.40); FILE MERGED 2006/03/22 10:14:08 sb 1.7.40.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3610b97a3b726dc2c4a2f8c15266611ea13b1d0]

        INTEGRATION: CWS sixtyfour05 (1.49.102); FILE MERGED 2006/04/12 19:49:17 pjanik 1.49.102.2: RESYNC: (1.49-1.50); FILE MERGED 2006/04/11 15:55:22 kendy 1.49.102.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [98ef4c9093bb107f874108980a83394a76a291a6]

        INTEGRATION: CWS sb49 (1.23.38); FILE MERGED 2006/03/22 10:14:07 sb 1.23.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc54372fadb8eeff415460d99d2e2984be71ed4b]

        INTEGRATION: CWS sixtyfour05 (1.32.350); FILE MERGED 2006/04/11 15:55:22 kendy 1.32.350.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [941d1a150dc9a1542baafb7d1ee614a0209fcb1a]

        INTEGRATION: CWS sb49 (1.2.38); FILE MERGED 2006/03/22 10:14:07 sb 1.2.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bf763e679b63d7dbf77e4f5407572b2d31fc561]

        INTEGRATION: CWS sixtyfour05 (1.39.350); FILE MERGED 2006/04/12 19:48:50 pjanik 1.39.350.2: RESYNC: (1.39-1.40); FILE MERGED 2006/04/11 15:55:21 kendy 1.39.350.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [55fda0f7dae453141201860c9784bf2423741d57]

        INTEGRATION: CWS sb49 (1.12.38); FILE MERGED 2006/03/22 10:14:06 sb 1.12.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e75d6af18dc7c67407ca09ed2bd4b4cc7f328f7e]

        INTEGRATION: CWS sixtyfour05 (1.52.132); FILE MERGED 2006/04/12 19:48:32 pjanik 1.52.132.2: RESYNC: (1.52-1.53); FILE MERGED 2006/04/11 15:55:21 kendy 1.52.132.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c047c75dea79825fc3c1e6fd84a966d65c74068]

        INTEGRATION: CWS sb49 (1.4.40); FILE MERGED 2006/03/22 10:14:06 sb 1.4.40.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e321eff59a211225ba0ae96a14d5570c905aad47]

        INTEGRATION: CWS sixtyfour05 (1.62.134); FILE MERGED 2006/04/12 19:48:13 pjanik 1.62.134.2: RESYNC: (1.62-1.63); FILE MERGED 2006/04/11 15:55:21 kendy 1.62.134.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [beeba4adcdd2f91d032e689da49b8c32eb6433ce]

        INTEGRATION: CWS sb49 (1.7.38); FILE MERGED 2006/03/22 10:14:05 sb 1.7.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8f4d90529a959d3a486fefeafa7713d4cd04eb5]

        INTEGRATION: CWS sixtyfour05 (1.106.40); FILE MERGED 2006/04/11 15:55:20 kendy 1.106.40.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d675aab65dec6494400c3b0d1864dc1e04ad1b10]

        INTEGRATION: CWS sb49 (1.3.38); FILE MERGED 2006/03/22 10:14:05 sb 1.3.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d70ef32f372ff01045cea34b3461951c9786cc5]

        INTEGRATION: CWS sb49 (1.3.38); FILE MERGED 2006/03/22 10:14:04 sb 1.3.38.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [11318ec490b8e1dded2647fb9e805edb51180ab5]

        INTEGRATION: CWS sixtyfour05 (1.108.40); FILE MERGED 2006/04/11 15:55:20 kendy 1.108.40.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7777260fc9c71c52675139a2b69755c969cbbf2c]

        INTEGRATION: CWS sixtyfour05 (1.78.42); FILE MERGED 2006/04/12 19:48:06 pjanik 1.78.42.2: RESYNC: (1.78-1.79); FILE MERGED 2006/04/11 15:55:20 kendy 1.78.42.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [05116339d5b5a33e7f00bc5afb0ffba26d76240b]

        INTEGRATION: CWS sb49 (1.10.40); FILE MERGED 2006/03/22 10:14:03 sb 1.10.40.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d09f3206c307e7a0771a8533943d838c923f7b5d]

        INTEGRATION: CWS sixtyfour05 (1.37.350); FILE MERGED 2006/04/12 19:48:00 pjanik 1.37.350.2: RESYNC: (1.37-1.38); FILE MERGED 2006/04/11 15:55:20 kendy 1.37.350.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f131d048da563606074a2c99356602ba349ee282]

        INTEGRATION: CWS sixtyfour05 (1.98.40); FILE MERGED 2006/04/12 19:47:40 pjanik 1.98.40.2: RESYNC: (1.98-1.99); FILE MERGED 2006/04/11 15:55:20 kendy 1.98.40.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [895e0a4283bd26c76ffa19644696b8d97c1a945c]

        INTEGRATION: CWS sb49 (1.16.22); FILE MERGED 2006/03/16 16:26:44 sb 1.16.22.2: #130602# Previous commit was broken for some reason. 2006/03/14 09:32:40 sb 1.16.22.1: #130602# Fixed memory and mt issues inherent in using getpwuid instead of getpwuid_r; cleanup (dead HPUX and IRIX code removed, made functions static).

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8662800c04afcd115c2199557ee77424d4a9b8f]

        INTEGRATION: CWS sixtyfour05 (1.13.312); FILE MERGED 2006/04/11 15:55:19 kendy 1.13.312.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ed1eb1b2ce81a8d2950aa884a79d55c3a0f2156]

        INTEGRATION: CWS sb49 (1.2.76); FILE MERGED 2006/03/14 09:32:40 sb 1.2.76.1: #130602# Fixed memory and mt issues inherent in using getpwuid instead of getpwuid_r; cleanup (dead HPUX and IRIX code removed, made functions static).

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [171f3ab8859ee8ff7512015ae21b6abcafce4677]

        INTEGRATION: CWS sixtyfour05 (1.24.40); FILE MERGED 2006/04/11 15:55:19 kendy 1.24.40.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc2b79d88def8b33c433f78938375c6a0d739be5]

        INTEGRATION: CWS sb49 (1.24.76); FILE MERGED 2006/03/21 08:54:19 sb 1.24.76.1: #i63405# Improved documentation, patch supplied by mikeleib.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [294390b77169f3a1b9412a08ffc6b81e091950e7]

        INTEGRATION: CWS sixtyfour05 (1.4.352); FILE MERGED 2006/04/11 15:55:19 kendy 1.4.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d767778e5b692579deb7562c7dd10fe0fa565ba]

        INTEGRATION: CWS sb49 (1.19.76); FILE MERGED 2006/03/21 08:54:18 sb 1.19.76.1: #i63405# Improved documentation, patch supplied by mikeleib.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3653b40ec00234677d446c86b2a8e8014ee9d9dc]

        INTEGRATION: CWS sixtyfour05 (1.19.350); FILE MERGED 2006/04/11 15:55:19 kendy 1.19.350.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2996a4334b219c143b827c2712cc7f1e63b31d5]

        INTEGRATION: CWS sixtyfour05 (1.8.352); FILE MERGED 2006/04/12 19:47:04 pjanik 1.8.352.2: RESYNC: (1.8-1.9); FILE MERGED 2006/04/11 15:55:19 kendy 1.8.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3558b688d005dbbac6a1d6f8e70f83e85619a759]

        INTEGRATION: CWS sixtyfour05 (1.5.352); FILE MERGED 2006/04/11 15:55:18 kendy 1.5.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab875e38c1663fc531a791e3111a4a3b8f937589]

        INTEGRATION: CWS sb49 (1.3.20); FILE MERGED 2006/03/16 10:13:00 sb 1.3.20.2: #i62098# Fixed previous fix (and added a testcase). 2006/03/15 16:21:33 sb 1.3.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c9737831320f7e9157be812035a2da7f44d863]

        INTEGRATION: CWS sixtyfour05 (1.4.352); FILE MERGED 2006/04/11 15:55:18 kendy 1.4.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [57492802b23349478ab3a7c68b108617a9e4f311]

        INTEGRATION: CWS sb49 (1.13.2); FILE MERGED 2006/03/15 16:21:32 sb 1.13.2.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [979a557bc1042886d39ab63e904082d1ca5ca54a]

        INTEGRATION: CWS sixtyfour05 (1.21.352); FILE MERGED 2006/04/11 15:55:18 kendy 1.21.352.1: #i64230# 64bit: ULONG <-> sal_uInt32 in svx

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0701a34676fd904d91365a21bd142c697095a2dd]

        INTEGRATION: CWS sb49 (1.11.18); FILE MERGED 2006/03/15 16:21:32 sb 1.11.18.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [58eebcdb3f71997321fe397e46e6eb9361816953]

        INTEGRATION: CWS sb49 (1.6.18); FILE MERGED 2006/03/15 16:21:32 sb 1.6.18.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [606f2a0550beae8de89acde1d130f8b88033cf3b]

        INTEGRATION: CWS sb49 (1.11.2); FILE MERGED 2006/03/15 16:21:32 sb 1.11.2.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab1af32d986fd54c80112855f6eb7e3c6ee5c823]

        INTEGRATION: CWS sb49 (1.1.2); FILE ADDED 2006/03/16 10:13:00 sb 1.1.2.2: #i62098# Fixed previous fix (and added a testcase). 2006/03/15 16:21:59 sb 1.1.2.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9b4600b87d879ed25435fc0c9828231792df121]

        INTEGRATION: CWS sb49 (1.6.20); FILE MERGED 2006/03/15 16:21:31 sb 1.6.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [3034dbb9bec3a86c845db36dda2fb7a2405933a2]

        INTEGRATION: CWS sb49 (1.7.18); FILE MERGED 2006/03/15 16:21:31 sb 1.7.18.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d1b1fde237fb8177351ebb936fb486b80e80500]

        INTEGRATION: CWS sb49 (1.5.20); FILE MERGED 2006/03/15 16:21:31 sb 1.5.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c804aa68497b072220b41deb5725f30cbc2213b7]

        INTEGRATION: CWS sb49 (1.4.2); FILE MERGED 2006/03/15 16:21:31 sb 1.4.2.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cd81b442fc548fb28da64ab2d15ea1c104c3696]

        INTEGRATION: CWS sb49 (1.4.20); FILE MERGED 2006/03/15 16:21:31 sb 1.4.20.1: #i62098# Added check that no two service ctors have the same signature; along the way, added some helper functions and some missing const qualifiers.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbe41b912283fc8784a54dbf6d723e15fd015cef]

        INTEGRATION: CWS sb49 (1.6.20); FILE MERGED 2006/03/22 10:15:19 sb 1.6.20.1: #i63397# Keep objects alive long enough so that threads still running while atexit handlers are processed do not access dead objects.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ae6a322699d4376e7e55dbda0ce30070c07cbe3]

        INTEGRATION: CWS sb49 (1.12.32); FILE MERGED 2006/03/16 15:55:36 sb 1.12.32.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e33f61b61af89bcaac3ef24fa215878c18cf6893]

        INTEGRATION: CWS sixtyfour05 (1.7.190); FILE MERGED 2006/03/29 13:47:23 kendy 1.7.190.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd9adcd460aafa2e67ea34174989527c1a90a95b]

        INTEGRATION: CWS sb49 (1.18.32); FILE MERGED 2006/03/28 13:44:21 sb 1.18.32.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class). 2006/03/16 15:55:35 sb 1.18.32.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [62e0e8c687b3c8d822d81cd65f20a60e917b4c2c]

        INTEGRATION: CWS sixtyfour05 (1.11.192); FILE MERGED 2006/03/29 13:47:23 kendy 1.11.192.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93af338f3001f43795dd9188e50362e66d6e8bb7]

        INTEGRATION: CWS sb49 (1.7.34); FILE MERGED 2006/03/28 13:44:21 sb 1.7.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class). 2006/03/16 15:55:35 sb 1.7.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77cf12b6f45d191a6543ad90a140eae0529bb57]

        INTEGRATION: CWS sb49 (1.14.34); FILE MERGED 2006/03/28 13:44:21 sb 1.14.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class). 2006/03/16 15:55:35 sb 1.14.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [27f27a4c08796a779f4e929081c3d334f9ac29e5]

        INTEGRATION: CWS sixtyfour05 (1.10.192); FILE MERGED 2006/03/29 13:47:22 kendy 1.10.192.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [da0fb032add2f3f17bdf3ee0e24f091f3c59ff8a]

        INTEGRATION: CWS sb49 (1.12.34); FILE MERGED 2006/03/28 13:44:21 sb 1.12.34.2: #i63710# Avoid unbounded recursion in JNI_context::get_stack_trace (when it encounters an exception in find_class). 2006/03/16 15:55:35 sb 1.12.34.1: #i62429# Use Class.forName instead of ClassLoader.loadClass, as the latter is not specified to work for arrays.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [37450eacb3c006b6cdf05576c6fa7b83adbf38f7]

        INTEGRATION: CWS sixtyfour05 (1.34.18); FILE MERGED 2006/03/29 13:47:22 kendy 1.34.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [50ff2b2659fed164103df16bd3496a58fa699c50]

        INTEGRATION: CWS sixtyfour05 (1.124.18); FILE MERGED 2006/04/12 19:42:17 pjanik 1.124.18.2: RESYNC: (1.124-1.125); FILE MERGED 2006/03/29 13:47:22 kendy 1.124.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [89c1bfc4a2d2523449a44a0c173dffd145225969]

        INTEGRATION: CWS sb49 (1.4.28); FILE MERGED 2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c26a5dda49af77856ba98578f3fb14bdf28d18e]

        INTEGRATION: CWS sixtyfour05 (1.167.18); FILE MERGED 2006/03/29 13:47:21 kendy 1.167.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f58be9a96dba627ac08af6257d7a8f25447668]

        INTEGRATION: CWS sb49 (1.4.28); FILE MERGED 2006/03/16 10:57:58 sb 1.4.28.2: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener. 2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d77737d1a33f068dd2cd4ef08470e792b96b2de0]

        INTEGRATION: CWS sb49 (1.31.2); FILE MERGED 2006/03/30 13:09:19 sb 1.31.2.2: #i63812# Use checkcast instead of implicit downcasts (gij rejects to verify the resulting bytecode otherwise). 2006/03/16 10:57:58 sb 1.31.2.1: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb4a07a6e8b8760f643e62836d3b1baf4b65b78c]

        INTEGRATION: CWS sixtyfour05 (1.52.92); FILE MERGED 2006/03/29 13:47:21 kendy 1.52.92.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e5c8d9ee0e881cd68c9232fcb1ce5b0b17726c2]

        INTEGRATION: CWS sb49 (1.10.2); FILE MERGED 2006/03/23 16:40:43 sb 1.10.2.2: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake. 2006/03/23 14:50:27 sb 1.10.2.1: #i63379# Dropped spurious qualification from member declaration (patch provided by maho).

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a22d19295ebc323b7fd81876ad759eae10b8b8bd]

        INTEGRATION: CWS sixtyfour05 (1.167.10); FILE MERGED 2006/03/29 13:47:21 kendy 1.167.10.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1777ab3a7b6711a995ae25a78f9e4e665f1d9dd]

        INTEGRATION: CWS sb49 (1.39.2); FILE MERGED 2006/03/23 16:40:43 sb 1.39.2.1: #i63543# Removed dumpAmbiguousBaseInterfaces, as it is known to not work, and probably got committed by mistake.

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7b3876f5a6e1916cac8bb85c6fc7fe45713e239]

        INTEGRATION: CWS sixtyfour05 (1.66.92); FILE MERGED 2006/03/29 13:47:21 kendy 1.66.92.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccbe45fd79fa5498635f73f64d647a456812ebc9]

        INTEGRATION: CWS sixtyfour05 (1.139.18); FILE MERGED 2006/03/29 13:47:21 kendy 1.139.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9f677ea830d616e5f982cf3500a2099dec76e2b]

        INTEGRATION: CWS sixtyfour05 (1.24.18); FILE MERGED 2006/03/29 13:47:20 kendy 1.24.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [06ba1cf06e77f21269c6025d056644fe611e9251]

        INTEGRATION: CWS sixtyfour05 (1.91.198); FILE MERGED 2006/04/12 19:42:09 pjanik 1.91.198.3: RESYNC: (1.92-1.93); FILE MERGED 2006/03/31 10:06:11 kendy 1.91.198.2: RESYNC: (1.91-1.92); FILE MERGED 2006/03/29 13:47:20 kendy 1.91.198.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd53128fd05644c80a00d855288354d7e8a09e66]

        INTEGRATION: CWS sixtyfour05 (1.44.94); FILE MERGED 2006/03/31 10:06:04 kendy 1.44.94.2: RESYNC: (1.44-1.45); FILE MERGED 2006/03/29 13:47:20 kendy 1.44.94.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cac77b319b53a7576ffe4fd887093d1a1421e40]

        INTEGRATION: CWS sixtyfour05 (1.75.18); FILE MERGED 2006/04/12 19:42:02 pjanik 1.75.18.2: RESYNC: (1.75-1.76); FILE MERGED 2006/03/29 13:47:20 kendy 1.75.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [60278bf42c76c1c3159680717f4847da5155f7af]

        INTEGRATION: CWS sixtyfour05 (1.37.18); FILE MERGED 2006/03/29 13:47:20 kendy 1.37.18.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [536d0d936266e7ef969d31f716c19586a65b8970]

        INTEGRATION: CWS sixtyfour05 (1.4.192); FILE MERGED 2006/03/29 13:47:19 kendy 1.4.192.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e9f8f5928b8ea247d73f9b3940d591517eba9cf]

        INTEGRATION: CWS sixtyfour05 (1.9.274); FILE MERGED 2006/03/29 13:47:19 kendy 1.9.274.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [091a2c66a423590579ea9138c12d3551ddeea6af]

        INTEGRATION: CWS sixtyfour05 (1.9.278); FILE MERGED 2006/03/29 13:47:19 kendy 1.9.278.1: #i62384# Fix SVBT32 <-> long conversion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5276c7b25e2cc6a4cc07aaacdcba59bf9ce4c719]

        INTEGRATION: CWS sixtyfour05 (1.125.72); FILE MERGED 2006/04/05 09:52:07 kendy 1.125.72.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f33d9b5790f8ed7c183ed2e3152a30f13a59097c]

        INTEGRATION: CWS sixtyfour05 (1.39.108); FILE MERGED 2006/04/05 09:52:06 kendy 1.39.108.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [81591f7f07d2918dd1f35a152f2d318d3205eb90]

        INTEGRATION: CWS sixtyfour05 (1.23.108); FILE MERGED 2006/04/05 09:52:05 kendy 1.23.108.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fb0f23f2d9157090ac54c52cb8c4990c2c8c263]

        INTEGRATION: CWS sixtyfour05 (1.5.108); FILE MERGED 2006/04/05 09:52:05 kendy 1.5.108.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c9d89f6bf0a4cde6fcff3e0f382138d2cdb4f8c]

        INTEGRATION: CWS sixtyfour05 (1.4.108); FILE MERGED 2006/04/05 09:52:05 kendy 1.4.108.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e69967e193f9b1b231086d29457adec1f372aaa1]

        INTEGRATION: CWS sixtyfour05 (1.11.106); FILE MERGED 2006/04/05 09:52:04 kendy 1.11.106.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6328ac69686a0a2dec3db6a290ab3f1e9b3a4682]

        INTEGRATION: CWS sixtyfour05 (1.9.100); FILE MERGED 2006/04/12 19:14:24 pjanik 1.9.100.2: RESYNC: (1.9-1.10); FILE MERGED 2006/04/05 09:52:04 kendy 1.9.100.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1767a31d1c55c455007d598a1b0fdd47f976503]

        INTEGRATION: CWS sixtyfour05 (1.4.108); FILE MERGED 2006/04/05 09:52:03 kendy 1.4.108.1: #i63935# 64bit: long -> sal_Int32 and the like

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [c727dd38b8ef2b1535694cbbeed6ee9c6f31d3ce]

        INTEGRATION: CWS oj17 (1.100.40); FILE MERGED 2006/04/10 07:40:04 oj 1.100.40.3: RESYNC: (1.100-1.101); FILE MERGED 2006/03/10 11:28:19 oj 1.100.40.2: #131297# do not suspend when we are in dialog mode 2006/03/09 10:30:07 oj 1.100.40.1: #133019# ensure that the columns are not null

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [42f252d887524752a093d50555baa990715946dc]

        INTEGRATION: CWS oj17 (1.20.94); FILE MERGED 2006/03/10 12:12:57 oj 1.20.94.1: #129492# clear undo actions when a table was removed

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [520a6b0bba094c6112b056aee8df980940906c7d]

        INTEGRATION: CWS oj17 (1.35.94); FILE MERGED 2006/03/10 11:55:58 oj 1.35.94.1: #129492# stl usage error

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [619e5cb5511b8915a6bf0d1860348afb47d59644]

        INTEGRATION: CWS oj17 (1.36.22); FILE MERGED 2006/03/10 11:28:19 oj 1.36.22.1: #131297# do not suspend when we are in dialog mode

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [228658244e2d606ef91a712db6bdfe763a2fb8e6]

        INTEGRATION: CWS oj17 (1.42.40); FILE MERGED 2006/03/09 07:47:16 oj 1.42.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93bd4ed7949e91cc92eede4e289af3130c6575d4]

        INTEGRATION: CWS oj17 (1.17.40); FILE MERGED 2006/03/09 07:47:16 oj 1.17.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f33e82654d54ed9b8b9f2f195b7783fb8e3efa95]

        INTEGRATION: CWS oj17 (1.1.2); FILE ADDED 2006/03/10 10:27:41 oj 1.1.2.1: #i62561# new helper classes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ee0bb3f1ec4e83285be5261b557722afeb26d4]

        INTEGRATION: CWS oj17 (1.5.42); FILE MERGED 2006/03/09 07:47:16 oj 1.5.42.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ac4dfc813b203cac5c44c9aa2fdfdef9bfc6a1]

        INTEGRATION: CWS oj17 (1.18.40); FILE MERGED 2006/03/09 07:47:16 oj 1.18.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ea7137b9c733dd671faeac8f304ff2d9b345dee]

        INTEGRATION: CWS oj17 (1.10.96); FILE MERGED 2006/03/09 07:47:16 oj 1.10.96.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cd39011e6c39721168fe0adc59b528215a31e78]

        INTEGRATION: CWS oj17 (1.22.40); FILE MERGED 2006/03/09 07:47:15 oj 1.22.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [14c5571624d87e3c225e2803d14c71aa8c30a6ca]

        INTEGRATION: CWS oj17 (1.28.38); FILE MERGED 2006/03/09 07:47:15 oj 1.28.38.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [f975864487c47d1953bd58c4634e8d8bc98a47ec]

        INTEGRATION: CWS oj17 (1.3.102); FILE MERGED 2006/03/10 10:28:11 oj 1.3.102.1: #i53480# change commandurl to selected entry

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa7c65b8f89f0d2050237d17d06d91321c38afd5]

        INTEGRATION: CWS oj17 (1.5.102); FILE MERGED 2006/03/09 07:47:15 oj 1.5.102.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9699b2298c38d2836b7a720803fe2fce1ec3d28]

        INTEGRATION: CWS oj17 (1.92.102); FILE MERGED 2006/03/09 07:47:15 oj 1.92.102.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1448600542850fcac28cf4466f49240b9e94f2b]

        INTEGRATION: CWS oj17 (1.19.40); FILE MERGED 2006/03/09 07:47:14 oj 1.19.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcd1deb2ea1a482edab2a90b29cd6875585bc77e]

        INTEGRATION: CWS oj17 (1.5.102); FILE MERGED 2006/03/09 07:47:14 oj 1.5.102.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ea4e12eac18c375196c75db4bbbf1b52039dfa6]

        INTEGRATION: CWS oj17 (1.7.100); FILE MERGED 2006/03/09 07:47:14 oj 1.7.100.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [71c36b0accc43b24e62003996d67c09249ba2944]

        INTEGRATION: CWS oj17 (1.15.96); FILE MERGED 2006/03/09 07:47:14 oj 1.15.96.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab5dc3798b4450d35cc734056d173262a7992689]

        INTEGRATION: CWS oj17 (1.1.2); FILE ADDED 2006/03/10 10:27:50 oj 1.1.2.1: #i62561# new helper classes

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ffb94cfd5963a9ef814373195786533ee50963]

        INTEGRATION: CWS oj17 (1.14.40); FILE MERGED 2006/03/09 07:47:13 oj 1.14.40.1: #i62561# use a prepared statement when the rowset can not be used for insertion

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [efe75b04b2fcf1a678fbdf963390b46f34ce7624]

        INTEGRATION: CWS oj17 (1.11.100); FILE MERGED 2006/03/10 10:28:34 oj 1.11.100.1: fix stl usage error

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [93d939d0d4c3ce689def5dc09196ed8be5833c0a]

        INTEGRATION: CWS oj17 (1.8.96); FILE MERGED 2006/04/11 06:55:30 oj 1.8.96.3: #i53480# change item text 2006/03/10 10:26:39 oj 1.8.96.2: #i53480# change commandurl to selected entry 2006/03/09 07:02:08 oj 1.8.96.1: #i53480# change commandurl to selected entry

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f29ae3fa7c6c579b46b160e3b302ce602530f01]

        INTEGRATION: CWS oj17 (1.173.74); FILE MERGED 2006/03/10 11:28:19 oj 1.173.74.1: #131297# do not suspend when we are in dialog mode

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf8850f332a2c8a035a3c6cfd7fea4d8c5ca5bc]

        INTEGRATION: CWS oj17 (1.66.94); FILE MERGED 2006/03/07 12:17:23 oj 1.66.94.1: #i62800# check state of command before dispatch it

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b8559c5c0e1bd5934ce55078a9a1df61b38a907]

        INTEGRATION: CWS oj17 (1.15.28); FILE MERGED 2006/03/10 10:39:20 oj 1.15.28.1: call order changed

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a57cd906082a05530b00e1d1071e194dc525928]

        INTEGRATION: CWS oj17 (1.26.28); FILE MERGED 2006/04/10 07:32:40 oj 1.26.28.3: RESYNC: (1.26-1.28); FILE MERGED 2006/03/16 10:36:26 oj 1.26.28.2: #i63113# remove container from list when disposing 2006/03/10 11:28:18 oj 1.26.28.1: #131297# do not suspend when we are in dialog mode

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c7bce0fa7e7ba5b562ff134460467b0968dd6f7]

        INTEGRATION: CWS oj17 (1.66.32); FILE MERGED 2006/04/10 07:30:35 oj 1.66.32.3: RESYNC: (1.66-1.67); FILE MERGED 2006/03/22 07:34:40 oj 1.66.32.2: header include 2006/03/20 11:32:02 oj 1.66.32.1: #133634# do not dispose command definitions in database document

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [b68656f0eda3cd833eeed37a2e782394346e924c]

        INTEGRATION: CWS oj17 (1.8.22); FILE MERGED 2006/04/10 07:30:27 oj 1.8.22.4: RESYNC: (1.8-1.9); FILE MERGED 2006/03/20 11:32:01 oj 1.8.22.3: #133634# do not dispose command definitions in database document 2006/03/16 10:36:57 oj 1.8.22.2: #i63113# clear weak reference as well 2006/03/09 06:24:16 oj 1.8.22.1: #i60290# remove globalevent broadcaster

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [554a817523847d59b92b9681a2f89f9dfcbbb083]

        INTEGRATION: CWS oj17 (1.25.22); FILE MERGED 2006/04/10 07:30:14 oj 1.25.22.4: RESYNC: (1.25-1.26); FILE MERGED 2006/03/20 11:32:01 oj 1.25.22.3: #133634# do not dispose command definitions in database document 2006/03/16 10:36:56 oj 1.25.22.2: #i63113# clear weak reference as well 2006/03/09 06:24:15 oj 1.25.22.1: #i60290# remove globalevent broadcaster

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [96feacdd164904ee6df2250d88e0cd8f816c3e8c]

        INTEGRATION: CWS oj17 (1.84.22); FILE MERGED 2006/03/09 12:31:40 oj 1.84.22.1: stl iterator usage fix

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b23d013940ff4d77a1324f7787ecc9899c682e7]

        INTEGRATION: CWS oj17 (1.142.22); FILE MERGED 2006/03/09 12:31:39 oj 1.142.22.1: stl iterator usage fix

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [0714328a70fc72529150dee37f810330a9501dab]

        INTEGRATION: CWS oj17 (1.37.80); FILE MERGED 2006/03/09 10:29:36 oj 1.37.80.1: #133019# ensure that the string array has the correct size

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdbf92bb31ba4a852e59675c1ce91b8e0c034889]

        INTEGRATION: CWS oj17 (1.25.32); FILE MERGED 2006/03/09 10:26:33 oj 1.25.32.1: #i49786# parameter name for method corrected

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4f13567bb9d19480f83ac50805eacc62e1d0c20]

        INTEGRATION: CWS oj17 (1.51.46); FILE MERGED 2006/03/10 08:56:27 oj 1.51.46.1: #131099# check row length

2006-04-19  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ebb817ae97d742b7d81a6b6b14aa8bd0ef5ca55]

        INTEGRATION: CWS oj17 (1.24.78); FILE MERGED 2006/03/10 08:56:26 oj 1.24.78.1: #131099# check row length

2006-04-12  Vladimir Glazounov  <vg@openoffice.org>  [5511e14eb5f8e0bcc2784c9f0e4769fd0a6ec8b0]

        #i64314# Mac OS X: add rtl:: prefix for OUString in isolang/inunx.cxx

2006-04-12  Vladimir Glazounov  <vg@openoffice.org>  [548b022b361c5f1dd5dd6e0e2bb8f534c2f54f14]

        #i64039#

2006-04-12  Vladimir Glazounov  <vg@openoffice.org>  [d28b5cb66aa4ce1e002d8488d29c50171cf8a757]

        #i64039# fix for win nonpro

2006-04-11  Rüdiger Timm  <rt@openoffice.org>  [1ec5d4f68b7c61b668e31e9795580bf768a682b8]

        #i64261# Fix by bc: remove dependency on ErrorHandler.

2006-04-11  Rüdiger Timm  <rt@openoffice.org>  [bf8b62620504c60f2a50821a3887e6e55b84e06b]

        #i64248# include datetime (thanks to pjanik).

2006-04-11  Vladimir Glazounov  <vg@openoffice.org>  [173c01f195710f7c755bf4b20a2cbd210d88960c]

        #100000# oversight

2006-04-11  Oliver Bolte  <obo@openoffice.org>  [15e0af0555f59ec945220bcde5918374e7f714cc]

        #i64239# oa_finsp + oa_inspection added to util

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [bd23f68c5bec253fcff92b4a13f4b06e0378ae92]

        new version for SRC680

2006-04-10  Rüdiger Timm  <rt@openoffice.org>  [f99a8f03e5e3baca4d8397012ad045e2454ce090]

        #i64051# missing de_CH and DE_AT (patch by pjanik).

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [5d933903fc5cfc606399d98facb9b04f3383737e]

        #100000# use lvalue

2006-04-10  Rüdiger Timm  <rt@openoffice.org>  [17559fb891f89d29a96ecad98ba175e28dfca8c5]

        #i63868#: source/win32/customactions/reg/makefile.mk includes pyversion.mk, so we need module 'python'.

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [4304f8bb424cd7e78e8bb6a6e517d53b168a762e]

        #100000# isolang moved to MsLangId

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [a6adbc0b1906983eba003aee10ba7ce8725165c6]

        #100000# direct include time.hxx

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [29e7ff7a4df7e0a9cff4d5e5c0bf98ace6de9d00]

        #100000# isolang moved to MsLangId

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [6899e7874b045478078b5f94272278e2d0322a0b]

        new version for SRC680

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [a75bd1b08c81368158c30e5d77a918048293d19c]

        #100000# isolang moved to MsLangId

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [a58c8bb3e7951db5e8db4b0126a00d6cb41e6a22]

        new version for SRC680

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [5aead942a7da8631781f384001d1c5e05be502d0]

        #100000# make types public for solaris compiler

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [ef3d1ee272dfb06cc6653664120336fae00d9a82]

        new version for SRC680

2006-04-10  Vladimir Glazounov  <vg@openoffice.org>  [e59266c47f2a119edb654214d1db024d7847b508]

        #100000# WNT: sal_uInt8* is not const char* ?

2006-04-10  Oliver Bolte  <obo@openoffice.org>  [f65c585929fe9dd4f9917f24e7c1887ec957f6f2]

        #i10000# DLG_CHECKFORONLINEUPDATE localisation de/en-US permuted

2006-04-10  Oliver Bolte  <obo@openoffice.org>  [e2acc13a127f6213c74d9657c1e34499ae8f86e9]

        #i10000# conflict resolved

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [072548a4ba83a0a6c3ae2a17c7b297571584363e]

        #i63861# Do not include non-existing ModuleContext.hxx

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [5423db2752b74c8aa77ca7ccbedb6d18e45e3d1b]

        #i63833#

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [d03c1a7abc256819d08162ca723c76d040dedb57]

        SRC680

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [54aee8f83dc79f8f2bb14f1ee0fa491559fd5196]

        INTEGRATION: CWS internatiodel (1.8.100); FILE MERGED 2006/02/10 19:29:41 er 1.8.100.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [0917fbed1ed99fdc20d775087a1aa5c4a216648c]

        INTEGRATION: CWS internatiodel (1.11.18); FILE MERGED 2006/02/10 19:29:41 er 1.11.18.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [76bed69af66eb06c99fa2b03a15a542771d1c4c4]

        INTEGRATION: CWS internatiodel (1.18.46); FILE MERGED 2006/02/10 19:29:40 er 1.18.46.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-08  Vladimir Glazounov  <vg@openoffice.org>  [72be39abdbfdd3c5bdbe7138af8f94bc2b0d0612]

        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>  [e78137d22ee1c3f8fb41b4f60c6ec327a1bb8373]

        INTEGRATION: CWS internatiodel (1.39.124); FILE MERGED 2006/02/10 19:33:32 er 1.39.124.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [900044ab89fa43567b3241535ed98d92eb2f1ca2]

        INTEGRATION: CWS internatiodel (1.29.112); FILE MERGED 2006/01/19 20:08:15 er 1.29.112.2: RESYNC: (1.29-1.31); FILE MERGED 2005/06/24 13:14:21 er 1.29.112.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [61c7e9b049b442f3c25dfec0ff4e6c7072648b64]

        INTEGRATION: CWS internatiodel (1.14.124); FILE MERGED 2006/02/10 19:33:32 er 1.14.124.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f84b4dd14f9d080ea5981be4213f059311953e0f]

        INTEGRATION: CWS internatiodel (1.99.122); FILE MERGED 2006/02/10 19:33:31 er 1.99.122.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fc11ded3a7476e035638ab3d956feb4fa182af58]

        INTEGRATION: CWS internatiodel (1.3.32); FILE MERGED 2006/02/14 11:14:10 er 1.3.32.1: #i52115# libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3a86e728d063cb2bec546211a84fa404bb442924]

        INTEGRATION: CWS internatiodel (1.13.32); FILE MERGED 2006/02/10 19:33:19 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>  [995156e213ee8d483d393d6b00a3adc6312949b2]

        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>  [9ffb39973a41e8f91f2b6f893b0c5063c092b093]

        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>  [4b8cd32416f64eb34ec3d4f29f62886968bef4bd]

        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>  [442e677299003ee5b8b259046bd462d97612099b]

        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>  [87743e5d7703a5eae170a61d1e9ad46b4f0e08da]

        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>  [cbc89519b3ed2e19a201e06bfb35d6f7ba0b09fd]

        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>  [eb5a6e74d1cad47ae0332d4ea78a32aa7ff36b5c]

        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>  [6e784022cb828b5c46bd058daf4f0b8a12205d15]

        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>  [4b014b8ee47e274ea1d14ab5ccb524f7bce2651c]

        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>  [df3ef1c04a53d16f456d9cfcb4899ed70a84205a]

        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>  [050b5fde2a4802c8a47f9c202d88cc3e4ef81eb8]

        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>  [6438993691fe34fc513c04b1cc9347985ba6ad65]

        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>  [460b519d21413349e3d9707fe09abcb892fd3663]

        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>  [960caed663fbe574a48eb1bc6ea0135546e57d2d]

        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>  [86b46d2923d5ff2b2fc54a37ec7f845df3ed572e]

        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>  [1c1ec9847f24ad40e5a0d60ff2ff15f4c27d853c]

        INTEGRATION: CWS internatiodel (1.32.84); FILE MERGED 2006/02/10 22:20:45 er 1.32.84.2: RESYNC: (1.32-1.33); FILE MERGED 2006/02/10 19:32:44 er 1.32.84.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c015031de4817dab15916463c5e460be7c728c5a]

        INTEGRATION: CWS internatiodel (1.7.94); FILE MERGED 2006/02/10 19:32:43 er 1.7.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d6ba29bc61dc0a51ee4ec14429188c248415b2f9]

        INTEGRATION: CWS internatiodel (1.4.96); FILE MERGED 2006/02/10 19:32:43 er 1.4.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e52a2e99356d4f094e06b680570dad71a681af39]

        INTEGRATION: CWS internatiodel (1.26.96); FILE MERGED 2006/02/10 22:10:36 er 1.26.96.2: RESYNC: (1.26-1.27); FILE MERGED 2006/02/10 19:32:43 er 1.26.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [80edc17cc442fdaf79f346da2b0778e9d2a2ca52]

        INTEGRATION: CWS internatiodel (1.11.90); FILE MERGED 2006/02/10 19:32:43 er 1.11.90.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [416ac6965aa4ee8af4520ab99fe6247b33ee0a8c]

        INTEGRATION: CWS internatiodel (1.31.134); FILE MERGED 2006/02/10 19:32:42 er 1.31.134.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 03:38:07 er 1.31.134.2: RESYNC: (1.31-1.33); FILE MERGED 2005/06/24 13:13:43 er 1.31.134.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5a440978707282c2ba0b52689e21644bb9836108]

        INTEGRATION: CWS internatiodel (1.9.96); FILE MERGED 2006/02/10 19:32:42 er 1.9.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e2bb55a7cde920039976a4395b391685e5beab01]

        INTEGRATION: CWS internatiodel (1.88.54); FILE MERGED 2006/02/10 19:32:41 er 1.88.54.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0d25737081486f5a1a1fd709a97ed2a752d82873]

        INTEGRATION: CWS internatiodel (1.23.96); FILE MERGED 2006/02/10 19:32:41 er 1.23.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8d3452c44d3aad08fb891be5ce8ef1a6b04e9ed1]

        INTEGRATION: CWS internatiodel (1.23.86); FILE MERGED 2006/02/10 19:32:41 er 1.23.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>  [3e3b4ab215c8f4b1e9cb76d1d6cf85ef839cbae2]

        INTEGRATION: CWS internatiodel (1.8.94); FILE MERGED 2006/02/10 19:32:40 er 1.8.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [962779a9cd4dd862c079781c35702e9e6ab69471]

        INTEGRATION: CWS internatiodel (1.15.96); FILE MERGED 2006/02/10 21:54:12 er 1.15.96.2: RESYNC: (1.15-1.16); FILE MERGED 2006/02/10 19:32:40 er 1.15.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8a00811f94733f0810ce8a24260f2c625e683ef3]

        INTEGRATION: CWS internatiodel (1.13.92); FILE MERGED 2006/02/10 19:32:40 er 1.13.92.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5f0d0b03779d7df1e83cd848601fe71ec01f844d]

        INTEGRATION: CWS internatiodel (1.43.96); FILE MERGED 2006/02/10 19:32:39 er 1.43.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b5ba2f6abfeb093f3348ec332f58491582e1b04d]

        INTEGRATION: CWS internatiodel (1.4.96); FILE MERGED 2006/02/10 19:32:39 er 1.4.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [45ba50c8ff0ef061d40277801fe6796b53b8bfca]

        INTEGRATION: CWS internatiodel (1.2.878); FILE MERGED 2006/01/19 23:32:45 er 1.2.878.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:13:43 er 1.2.878.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [138c5bef5fab81d5d4c2d761d8c249c177691260]

        INTEGRATION: CWS internatiodel (1.44.42); FILE MERGED 2006/02/10 19:32:39 er 1.44.42.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f8aa923dd499de3532688c4d7571839277aba539]

        INTEGRATION: CWS internatiodel (1.5.96); FILE MERGED 2006/02/10 19:32:38 er 1.5.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c492180ef9e4bcb9a184b1ca1ceef2b3854f3432]

        INTEGRATION: CWS internatiodel (1.7.96); FILE MERGED 2006/02/10 19:32:38 er 1.7.96.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [46d4c0fa24e2909ecc54fdd02a2eb08d54a17f94]

        INTEGRATION: CWS internatiodel (1.7.86); FILE MERGED 2006/02/10 19:32:38 er 1.7.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>  [722b067f1ad56f3524a7e58cc44640d35fc4c5ae]

        INTEGRATION: CWS internatiodel (1.6.86); FILE MERGED 2006/02/10 19:32:37 er 1.6.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>  [702a3ac549edb76862a04b22d0a9f36816595150]

        INTEGRATION: CWS internatiodel (1.2.14); FILE MERGED 2006/01/19 22:32:50 er 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:13:24 er 1.2.14.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c672f7664dff8a2e46f0036554b78eec3bc7c665]

        INTEGRATION: CWS internatiodel (1.3.32); FILE MERGED 2006/01/19 22:22:40 er 1.3.32.2: RESYNC: (1.3-1.5); FILE MERGED 2005/06/24 13:13:24 er 1.3.32.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bf8db0f27f9ca4212baa471476e5209d3ff93c2e]

        INTEGRATION: CWS internatiodel (1.4.14); FILE MERGED 2006/01/19 22:14:26 er 1.4.14.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:13:23 er 1.4.14.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8931444bbfb0607924ab8214f9f8250e1219f799]

        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>  [33a8a180c8b6da409db60c097e564ba7aebc09fc]

        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>  [dcbbc7b95ac4020e47cbd085049dc9f63ca0362b]

        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>  [6ca45ff033bba37a918ae94927a95573a5fd814e]

        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>  [c5b4869386dcbfd0b5cd1fa74a25082236fcdea2]

        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>  [c20154ec60a09be10115213ad630d7301744d2d3]

        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>  [cdadd51dcae2de8c4acef2792831eb65a7542186]

        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>  [923ec92ccbfa9657ee04f53813332eb293ba7268]

        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>  [5c604ee8675927f20de27d34f1bed35dc9573032]

        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>  [4ee0c11979abf1cbf8c5c228cea8deaaaa391ce2]

        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>  [ea36f245965bc95d0cda61489c82d7afc122ccda]

        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>  [ab86a6675ad3940af297081183a328a00eb53a10]

        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>  [19223c145236953f9ae24eb13346147dbe04bd64]

        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>  [40cea72f6c73fc39cf77ada8085f6f0b645c4f76]

        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>  [2c21c64f77aebf8b8de96cc6740c9b14fa72b743]

        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>  [7cef1933fd9254596254a224c843b3f7a879b29c]

        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>  [be779a594e748f671d30b84da0bc1dfce082d7d9]

        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>  [8a5c9577d4b0bcef153cb95d9afa5e092693e4a4]

        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>  [931675b518faf818b479a2d110daaac58aec656f]

        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>  [d9ebcd4537efaf26c47dd2835b9d68ea26ca1a84]

        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>  [3e98d48ef1eb8a9a9922b49f599c1ca7555a62d9]

        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>  [613f919f05631bf1eef7c64e0a6e880c634b1be2]

        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>  [703ead71275bb3f08d84c54164f38810404d9754]

        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>  [0c5d58b4b00798948a4bd7b4e48ce25648b8cce9]

        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>  [f93d87325e90797b61211dd6ee91bd34cf74af05]

        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>  [9ad9f61820ef62dc2db87d589d51891eeb53810b]

        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>  [d1a5b623322c08f26824d194b8da6d5fa620153c]

        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>  [36222139269a3b77ff6666fb1d8a2b7d4c0fadc3]

        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>  [0026db32354ae9684d84e2ab32b9127d2a489020]

        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>  [f308a6e2a158a9c589a9442339343156626922e6]

        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>  [6f1b85edb1a8a5b3b9ba6969fecc70b4bd532e2b]

        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>  [4f93cd69a9c0e3b563a4eec4f10c9c153b12f064]

        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>  [5a4136b8a15926b4f0377a3c5d112169360c4359]

        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>  [a6011ce50b218d66983d6544b6cfef8514b15daf]

        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>  [ce02820729a6b6f94865983966f155be8ee4e834]

        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>  [83fe0734191ab691f06449b019f759996304cd49]

        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>  [b9f378a59bab3d69f484ee01ae5d7ad658fcb759]

        INTEGRATION: CWS internatiodel (1.14.18); FILE MERGED 2006/01/20 01:04:18 er 1.14.18.3: RESYNC: (1.16-1.20); FILE MERGED 2005/06/27 10:35:02 er 1.14.18.2: RESYNC: (1.14-1.16); FILE MERGED 2005/06/24 13:12:27 er 1.14.18.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [12b54240045345139e51083fc0617568323bb80c]

        INTEGRATION: CWS internatiodel (1.1.176); FILE MERGED 2006/01/20 00:50:05 er 1.1.176.2: RESYNC: (1.1-1.2); FILE MERGED 2005/06/24 13:12:26 er 1.1.176.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d60028333403aa4664c8cfd8e66c4d5218e5b329]

        INTEGRATION: CWS internatiodel (1.2.98); FILE MERGED 2006/02/10 19:31:45 er 1.2.98.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 00:20:29 er 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:12:17 er 1.2.98.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [12c776d47086d2c2fc13b8669dc3540817d9a6df]

        INTEGRATION: CWS internatiodel (1.2.34); FILE MERGED 2006/02/10 19:31:45 er 1.2.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>  [254f9e7ac9a4d9571502ca591ec66c308273e377]

        INTEGRATION: CWS internatiodel (1.6.34); FILE MERGED 2006/02/15 10:47:18 er 1.6.34.1: #i52115# libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1cc64ea2cc3bcdd4d76a3d1fe7c1add1fe65e4cf]

        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>  [80f8f6bf9605c715202bbf89ccaaeaf648b29a84]

        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>  [8a71f3f5534e33cb47383ef5dbaa0675b0e80ab6]

        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>  [a49bc628e7875ad0efd9c77389cfd125803f486a]

        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>  [07e5fabbc94407be643b8755dcaacf6a567f44a9]

        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>  [e8e9d65de234798a1070918ed4be460d89908f3c]

        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>  [13dc507d75590fdd3a1a09e91af59cfc614e3512]

        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>  [be22e585919ba0e9156b8c28fca02f6be74584fb]

        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>  [036a37461192acebc9ba90ced14ce9beb3e9a888]

        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>  [c5ab3933e140c80bc1c8787aab9aeadd7e019892]

        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>  [13b4c01b3d75b431db7f2efd33051011b387bf33]

        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>  [b84fe77f9dc8cd8c3967e6a9bdedc63d64f6c084]

        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>  [bac4e40b16c36ea3ef2a66cc7ebeecaa9a1cac3c]

        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>  [170a991c1db4bc930e834513fca863801e68d041]

        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>  [6525b3b51cc03e638fdaf47a8b6bc5aaca78afd9]

        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>  [f394831f24bad856885adbf126263d64d9fc7450]

        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>  [fdffca741c86ee49467321c1fa606b60f13a7d61]

        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>  [a6e0d9124197254a884eefe89cb85beb5dc2d940]

        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>  [9f0a7c62fa5f9edc55c2a680f34c4e8f87309a34]

        INTEGRATION: CWS internatiodel (1.12.46); FILE MERGED 2006/02/10 19:31:15 er 1.12.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>  [b5ed62d082f89fa6e77aabef162cd8ef135fcf10]

        INTEGRATION: CWS internatiodel (1.3.110); FILE MERGED 2006/01/19 15:09:08 er 1.3.110.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:11:38 er 1.3.110.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8c55df4bd85aaa6b998d74291759ffa44da9c020]

        INTEGRATION: CWS internatiodel (1.41.8); FILE MERGED 2006/02/10 19:31:14 er 1.41.8.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d292390284eb6b66deb1507b83e3200b37fd3bee]

        INTEGRATION: CWS internatiodel (1.9.262); FILE MERGED 2006/02/10 21:51:50 er 1.9.262.4: RESYNC: (1.10-1.11); FILE MERGED 2006/02/10 19:31:14 er 1.9.262.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:30:56 er 1.9.262.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/24 13:11:37 er 1.9.262.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a495915c257a3b2a721e52195212806e4d6c287e]

        INTEGRATION: CWS internatiodel (1.13.46); FILE MERGED 2006/02/10 19:31:14 er 1.13.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>  [a070ca88ca66749d069c5d350d31f9e685452af4]

        INTEGRATION: CWS internatiodel (1.37.46); FILE MERGED 2006/02/10 19:31:14 er 1.37.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>  [3af58ffba19c057e1d26802979b624e5fa48d36c]

        INTEGRATION: CWS internatiodel (1.53.108); FILE MERGED 2006/02/10 19:31:01 er 1.53.108.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [172c1712bb9209204c78ca36444a9f27c6448d60]

        INTEGRATION: CWS internatiodel (1.16.44); FILE MERGED 2006/02/10 19:31:01 er 1.16.44.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9e6dbeb71fa0ef348ceff7ca5eb01d2c49f10075]

        INTEGRATION: CWS internatiodel (1.30.90); FILE MERGED 2006/02/10 19:31:00 er 1.30.90.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ccc10e1902dd3b5aa699a9f82727098180c31682]

        INTEGRATION: CWS internatiodel (1.3.476); FILE MERGED 2006/01/20 15:19:41 er 1.3.476.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:11:25 er 1.3.476.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4d2c977a93957d4ae57066de5b9e97963170dc4e]

        INTEGRATION: CWS internatiodel (1.18.258); FILE MERGED 2006/01/20 15:17:30 er 1.18.258.2: RESYNC: (1.18-1.19); FILE MERGED 2005/06/24 13:11:24 er 1.18.258.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ef9ac4f158d14283e4a9f8a1b0bc0c5102cd0d79]

        INTEGRATION: CWS internatiodel (1.3.476); FILE MERGED 2006/02/10 22:27:29 er 1.3.476.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/20 14:20:46 er 1.3.476.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:11:23 er 1.3.476.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ed41fb0cbfdd4d2a93a2992cfcea4eb068742c07]

        INTEGRATION: CWS internatiodel (1.7.92); FILE MERGED 2006/02/10 19:31:00 er 1.7.92.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [63cc6792a3cb7a47eb603207dfc28e769a648515]

        INTEGRATION: CWS internatiodel (1.15.460); FILE MERGED 2006/01/20 12:44:19 er 1.15.460.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/28 14:21:13 er 1.15.460.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [40b4cb4a0ef84683d08f24faaa9a0e0a35d9f210]

        INTEGRATION: CWS internatiodel (1.103.34); FILE MERGED 2006/02/10 22:20:29 er 1.103.34.2: RESYNC: (1.103-1.104); FILE MERGED 2006/02/10 19:30:59 er 1.103.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>  [b34f2f56afe8e6b813f9f2bb6337b243a1853938]

        INTEGRATION: CWS internatiodel (1.120.88); FILE MERGED 2006/02/10 22:19:08 er 1.120.88.2: RESYNC: (1.120-1.122); FILE MERGED 2006/02/10 19:30:58 er 1.120.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>  [d1170d7882b0634dee6848c59bb37c67c02b2cb7]

        INTEGRATION: CWS internatiodel (1.88.102); FILE MERGED 2006/02/10 19:30:58 er 1.88.102.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 10:58:04 er 1.88.102.2: RESYNC: (1.88-1.91); FILE MERGED 2005/06/24 13:11:21 er 1.88.102.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [27d405c5ed4dbefdbf33deba165ffd8fe37beea2]

        INTEGRATION: CWS internatiodel (1.12.266); FILE MERGED 2006/01/20 10:29:13 er 1.12.266.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/24 13:11:20 er 1.12.266.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [41ea82b3c16694b8d7b0721bd01ea96bf922c50a]

        INTEGRATION: CWS internatiodel (1.3.188); FILE MERGED 2006/02/10 19:30:57 er 1.3.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cdf1c392c2c5274721144ab680a6240de13304df]

        INTEGRATION: CWS internatiodel (1.13.186); FILE MERGED 2006/02/10 19:30:57 er 1.13.186.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [59452e647134870ec9616e6ed5b0fc239c882d48]

        INTEGRATION: CWS internatiodel (1.30.186); FILE MERGED 2006/02/10 19:30:56 er 1.30.186.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [28b9bb067dc2cb69d62d808819b27106b54af6cd]

        INTEGRATION: CWS internatiodel (1.10.184); FILE MERGED 2006/02/10 19:30:56 er 1.10.184.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0f1c1509cb2efd4213697b6bda639969e74fde5e]

        INTEGRATION: CWS internatiodel (1.4.764); FILE MERGED 2006/01/20 10:24:39 er 1.4.764.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:11:19 er 1.4.764.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0b541147e529cb5c20f84b8af6ce4a6fe30afd5a]

        INTEGRATION: CWS internatiodel (1.17.108); FILE MERGED 2006/02/10 19:30:56 er 1.17.108.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [65b7844780654178b89701aeba2809818303f6ff]

        INTEGRATION: CWS internatiodel (1.17.246); FILE MERGED 2006/02/10 19:30:56 er 1.17.246.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 10:16:24 er 1.17.246.2: RESYNC: (1.17-1.18); FILE MERGED 2005/06/24 13:11:19 er 1.17.246.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b4f608bd226fefc929c6268b3e24051ea1739271]

        INTEGRATION: CWS internatiodel (1.29.266); FILE MERGED 2006/02/10 19:30:56 er 1.29.266.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 10:14:29 er 1.29.266.2: RESYNC: (1.29-1.30); FILE MERGED 2005/06/24 13:11:18 er 1.29.266.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9afcea0c2e7504ab3c13705fba8a8fd7fd9cb9a1]

        INTEGRATION: CWS onlineupdate1 (1.39.180); FILE MERGED 2006/04/04 07:16:18 cd 1.39.180.3: #134045# Remove obsolete _version.h include 2006/04/03 11:24:49 cd 1.39.180.2: #134045# Provide Office information to update function 2006/03/31 13:23:25 cd 1.39.180.1: #134151# Added new update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9e90f3b1dc9837a1a38b39a156ff5c782b427bc8]

        INTEGRATION: CWS internatiodel (1.46.84); FILE MERGED 2006/02/10 19:30:55 er 1.46.84.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b28c1f310404fe2f0ab38b6e44074f2671cd82e3]

        INTEGRATION: CWS internatiodel (1.8.188); FILE MERGED 2006/02/10 19:30:55 er 1.8.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cb36ba9f43e1d0ee5ef36dc04220170c68a2f99c]

        INTEGRATION: CWS internatiodel (1.34.186); FILE MERGED 2006/02/10 19:30:55 er 1.34.186.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a27e8baff62c8d25ec7ec312bdd8d880ecc7debb]

        INTEGRATION: CWS internatiodel (1.14.18); FILE MERGED 2006/02/10 22:00:32 er 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/10 19:30:54 er 1.14.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>  [11d39302e73dd8fa0937496456a74cf0aafe7098]

        INTEGRATION: CWS internatiodel (1.37.302); FILE MERGED 2006/01/20 07:46:27 er 1.37.302.2: RESYNC: (1.37-1.38); FILE MERGED 2005/06/24 13:11:17 er 1.37.302.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1bdbddaef344479c7b31721e9413ad6599fd677e]

        INTEGRATION: CWS internatiodel (1.6.188); FILE MERGED 2006/02/10 19:30:54 er 1.6.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cc192963b42796b497fda2e2da8389a894e23eab]

        INTEGRATION: CWS internatiodel (1.39.106); FILE MERGED 2006/02/10 19:30:54 er 1.39.106.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b103413621b1a75b95ebf11a5903db833e99c62a]

        INTEGRATION: CWS internatiodel (1.7.458); FILE MERGED 2006/01/20 07:12:26 er 1.7.458.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/24 13:11:16 er 1.7.458.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5564049e904e0e3f05556827dc7b8f927a9445dd]

        INTEGRATION: CWS internatiodel (1.10.188); FILE MERGED 2006/02/10 19:30:53 er 1.10.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d969c94a0062377b7fce1b0cca7a58b6485d7c9a]

        INTEGRATION: CWS internatiodel (1.14.184); FILE MERGED 2006/02/10 19:30:53 er 1.14.184.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [380ecda0b987d2e0237fb046b24cd1fe2b7e62cf]

        INTEGRATION: CWS internatiodel (1.3.188); FILE MERGED 2006/02/10 19:30:53 er 1.3.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5129a54a095a59ae35310a0c5348ed61fe61544d]

        INTEGRATION: CWS internatiodel (1.12.42); FILE MERGED 2006/02/10 19:30:52 er 1.12.42.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4c5067092e71cb433be86e479eabdc787a154681]

        INTEGRATION: CWS internatiodel (1.7.186); FILE MERGED 2006/02/10 19:30:52 er 1.7.186.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5235cf12857162f63ce3f3c1a53d1bcf9aee118d]

        INTEGRATION: CWS internatiodel (1.9.188); FILE MERGED 2006/02/10 19:30:52 er 1.9.188.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [269013870a63be8b51ca6913f7ecc810ee80804e]

        INTEGRATION: CWS onlineupdate1 (1.15.146); FILE MERGED 2006/03/31 13:25:22 cd 1.15.146.1: #134045# Added new callback for help menu item

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b607e94d8f2cb328f9db4d87d03c9be71e52aa48]

        INTEGRATION: CWS internatiodel (1.42.10); FILE MERGED 2006/02/10 19:30:26 er 1.42.10.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [96bf98860863fd49c095022de29eadc43a99efb5]

        INTEGRATION: CWS onlineupdate1 (1.35.32); FILE MERGED 2006/04/07 09:46:38 is 1.35.32.2: #134045# update url only for inhouse builds 2006/04/04 16:03:05 jl 1.35.32.1: #134045#

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5ec45083811da4dec289e1f18aacead87ed09d74]

        INTEGRATION: CWS internatiodel (1.49.10); FILE MERGED 2006/02/10 19:30:26 er 1.49.10.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [edf581ec97544ff72a5bbdaaff10ae8506d047f8]

        INTEGRATION: CWS onlineupdate1 (1.145.24); FILE MERGED 2006/04/04 11:01:14 cd 1.145.24.1: #134045# Added updated menubar files to patch

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [27768c4bb7db2d4c737666757608bdc5c84fb7dc]

        INTEGRATION: CWS internatiodel (1.3.110); FILE MERGED 2006/02/10 19:30:26 er 1.3.110.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0b2f4f2798dd79fca7e8c8a12fe5163de7d7d6ac]

        INTEGRATION: CWS onlineupdate1 (1.17.182); FILE MERGED 2006/03/31 13:22:39 cd 1.17.182.1: #134151# Added new help ID for update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d8840e5dac4ce7e8908a357edb80dc058f7b7fc8]

        INTEGRATION: CWS internatiodel (1.8.162); FILE MERGED 2006/02/10 19:30:25 er 1.8.162.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 23:13:31 er 1.8.162.2: RESYNC: (1.8-1.11); FILE MERGED 2005/06/24 13:10:58 er 1.8.162.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b4c5738888abffdab3aeeb023db35dd6212a5461]

        INTEGRATION: CWS onlineupdate1 (1.28.182); FILE MERGED 2006/03/31 13:23:09 cd 1.28.182.1: #134151# Added new help ID for update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [81744a6c7a673afde88d2443f537d110ee40ee0c]

        INTEGRATION: CWS internatiodel (1.73.208); FILE MERGED 2006/02/10 19:30:25 er 1.73.208.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:58:30 er 1.73.208.2: RESYNC: (1.73-1.76); FILE MERGED 2005/06/24 13:10:57 er 1.73.208.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1ed1de2a561fbfc3bbb124ae5ca7b71b2e3d648b]

        INTEGRATION: CWS internatiodel (1.37.28); FILE MERGED 2006/01/19 20:49:52 er 1.37.28.2: RESYNC: (1.37-1.40); FILE MERGED 2005/06/24 13:10:56 er 1.37.28.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ffab49a65053e19ecbfb841a43d1b9c11f2b76a5]

        INTEGRATION: CWS onlineupdate1 (1.41.178); FILE MERGED 2006/03/31 13:23:25 cd 1.41.178.1: #134151# Added new update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e4d9d8845492c90f8e1f15b46c0d7713eeed7251]

        INTEGRATION: CWS internatiodel (1.21.68); FILE MERGED 2006/02/10 19:30:12 er 1.21.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>  [e73f98543db54c3fe110036d5cf6f45e5c0d9ada]

        INTEGRATION: CWS onlineupdate1 (1.59.68); FILE MERGED 2006/04/05 06:53:16 cd 1.59.68.2: #134151# Close update dialog after closing the message box. Error message for not found web browser 2006/03/31 13:23:24 cd 1.59.68.1: #134151# Added new update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [778ea469357f8f4c1dbc84df7377275c1cddba09]

        INTEGRATION: CWS internatiodel (1.37.62); FILE MERGED 2006/02/10 19:30:11 er 1.37.62.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 18:57:54 er 1.37.62.2: RESYNC: (1.37-1.39); FILE MERGED 2005/06/24 13:10:42 er 1.37.62.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e2d0b5df69b13b71da932b931deee2aea5a56380]

        INTEGRATION: CWS onlineupdate1 (1.106.70); FILE MERGED 2006/04/03 11:24:48 cd 1.106.70.2: #134045# Provide Office information to update function 2006/03/31 13:23:24 cd 1.106.70.1: #134151# Added new update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c73d621021b7921f033a3228b4916b91212d99fd]

        INTEGRATION: CWS internatiodel (1.40.170); FILE MERGED 2006/02/10 19:30:11 er 1.40.170.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 18:57:40 er 1.40.170.2: RESYNC: (1.40-1.42); FILE MERGED 2005/06/24 13:10:41 er 1.40.170.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8bb118419b95d06c0928a711c083f7fe5f9a4f64]

        INTEGRATION: CWS onlineupdate1 (1.36.140); FILE MERGED 2006/03/31 13:23:23 cd 1.36.140.1: #134151# Added new update dialog

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7311fc785c633d7aa165f8538068b9d29ad8cbc2]

        INTEGRATION: CWS internatiodel (1.20.44); FILE MERGED 2006/01/19 18:46:51 er 1.20.44.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/24 13:10:40 er 1.20.44.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [99c0755a01fdb9411dfe11a142876771b57a4b29]

        INTEGRATION: CWS onlineupdate1 (1.70.50); FILE MERGED 2006/03/31 13:22:01 cd 1.70.50.1: #134151# Added new slot for update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e92e08c42a1dacedc99d91cf25f4abb5467fce6a]

        INTEGRATION: CWS internatiodel (1.17.48); FILE MERGED 2006/02/10 19:30:10 er 1.17.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [83caf74408ac22762551b65b099ce4d998bc1d21]

        INTEGRATION: CWS internatiodel (1.14.70); FILE MERGED 2006/02/10 19:30:10 er 1.14.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [687115c08ab739d0b64582be51796e6fa66ddbc2]

        INTEGRATION: CWS onlineupdate1 (1.24.182); FILE MERGED 2006/03/31 13:22:01 cd 1.24.182.1: #134151# Added new slot for update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5b4d9a92108541d4356bff91dbb557ffa1076037]

        INTEGRATION: CWS internatiodel (1.102.68); FILE MERGED 2006/02/10 19:30:09 er 1.102.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>  [94e168538bd1426c0aba2003c07d2ef219ae4fd5]

        INTEGRATION: CWS onlineupdate1 (1.21.12); FILE MERGED 2006/04/05 06:42:45 cd 1.21.12.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5588d11ad89d92e2a137589f471b2e04e0412b6b]

        INTEGRATION: CWS internatiodel (1.2.22); FILE MERGED 2006/01/19 15:23:48 er 1.2.22.2: RESYNC: (1.2-1.4); FILE MERGED 2005/06/24 13:10:27 er 1.2.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [64b28d3423df0dea74694eccc401b6e07cb99b3f]

        INTEGRATION: CWS internatiodel (1.2.22); FILE MERGED 2006/02/10 19:30:00 er 1.2.22.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 15:20:23 er 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:10:27 er 1.2.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2300228c0c10c9bc66791de21eae0570bca2b2e5]

        INTEGRATION: CWS internatiodel (1.2.22); FILE MERGED 2006/02/10 19:30:00 er 1.2.22.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 15:18:59 er 1.2.22.2: RESYNC: (1.2-1.4); FILE MERGED 2005/06/24 13:10:26 er 1.2.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9a1595dbc35b5024e35a663b3a1121694801a52c]

        INTEGRATION: CWS internatiodel (1.61.22); FILE MERGED 2006/02/10 19:29:59 er 1.61.22.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 15:07:08 er 1.61.22.2: RESYNC: (1.61-1.64); FILE MERGED 2005/06/24 13:10:26 er 1.61.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [538973913ceba65c5aeefaa619a3f783e3fa2671]

        INTEGRATION: CWS onlineupdate1 (1.9.298); FILE MERGED 2006/04/05 06:39:31 cd 1.9.298.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3cdc6e8f2523371e21eae7846799dd2ad36903c4]

        INTEGRATION: CWS internatiodel (1.1.1.1.344); FILE MERGED 2006/01/19 15:04:26 er 1.1.1.1.344.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/06/24 13:10:25 er 1.1.1.1.344.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0b31d017d53c5fff1323123d9e5b7d1614b90278]

        INTEGRATION: CWS onlineupdate1 (1.30.62); FILE MERGED 2006/04/05 06:39:10 cd 1.30.62.3: #134045# Show/Hide online update menu item according to URL 2006/04/03 16:05:18 cd 1.30.62.2: #134045# New help menu entry for all 2006/03/31 13:24:43 cd 1.30.62.1: #134045# Added new callback for help menu item

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4f8084eecec64898130047c41feab61332d8af4d]

        INTEGRATION: CWS internatiodel (1.21.24); FILE MERGED 2006/02/10 19:29:59 er 1.21.24.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 14:59:39 er 1.21.24.2: RESYNC: (1.21-1.27); FILE MERGED 2005/06/24 13:10:23 er 1.21.24.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c5e5d849c811d97bedd670a952905e1918b1d1bd]

        INTEGRATION: CWS internatiodel (1.11.66); FILE MERGED 2006/02/10 21:48:28 er 1.11.66.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/19 14:52:02 er 1.11.66.2: RESYNC: (1.11-1.16); FILE MERGED 2005/06/24 13:10:21 er 1.11.66.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a2c7be5bfeb5998e2b6d5df4dc2d3b42f91857ab]

        INTEGRATION: CWS internatiodel (1.19.24); FILE MERGED 2006/01/19 14:31:03 er 1.19.24.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/24 13:10:20 er 1.19.24.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e3f30a1d947f9f158c82a5cf343ec134963b369b]

        INTEGRATION: CWS onlineupdate1 (1.11.198); FILE MERGED 2006/04/05 06:42:01 cd 1.11.198.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b9f7f55a57f0722596b3621ac8c3fff17921f83e]

        INTEGRATION: CWS internatiodel (1.21.44); FILE MERGED 2006/01/19 14:28:44 er 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/24 13:10:20 er 1.21.44.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e721462a243be06fe559b4bc7f999f90d3f570c1]

        INTEGRATION: CWS internatiodel (1.3.38); FILE MERGED 2006/02/10 19:29:50 er 1.3.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>  [88880bf821c53e843d4a5b0c8010c1a46b210cec]

        INTEGRATION: CWS onlineupdate1 (1.8.138); FILE MERGED 2006/04/04 10:55:58 cd 1.8.138.1: #134045# Added update on BasicIDE menu

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ecbdf10756629bbca350010795521d457b9ed2f1]

        INTEGRATION: CWS internatiodel (1.61.18); FILE MERGED 2006/02/13 11:40:44 er 1.61.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>  [a549d9f1b34d0802b90854c9e3dfdb1e8e955aa4]

        INTEGRATION: CWS internatiodel (1.5.102); FILE MERGED 2006/02/10 19:29:43 er 1.5.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>  [e25986543bc0e22f9f58ffdd76c4874fedcc7d30]

        INTEGRATION: CWS onlineupdate1 (1.6.260); FILE MERGED 2006/04/05 06:42:30 cd 1.6.260.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [67a47808a0f333fd13dc4daa2f230378bc064740]

        INTEGRATION: CWS internatiodel (1.3.102); FILE MERGED 2006/02/10 19:29:43 er 1.3.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>  [721615c6a556ba14cab86a422ea3d11f2b1fb69e]

        INTEGRATION: CWS internatiodel (1.6.102); FILE MERGED 2006/02/10 21:52:06 er 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2006/02/10 19:29:42 er 1.6.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>  [cae3af5913dc6fb4fdaa003d40a796ac24da5f89]

        INTEGRATION: CWS onlineupdate1 (1.7.260); FILE MERGED 2006/04/05 06:42:29 cd 1.7.260.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0e5ea2c5bc246583f53776c6ab986971eab0dcff]

        INTEGRATION: CWS internatiodel (1.3.100); FILE MERGED 2006/02/10 19:29:42 er 1.3.100.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c60ed18e101e47f63147a30f89a91826589a8871]

        INTEGRATION: CWS internatiodel (1.11.102); FILE MERGED 2006/02/10 19:29:42 er 1.11.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>  [a957faa3c7274bb2f439dccd68a2d414e7b798e6]

        INTEGRATION: CWS onlineupdate1 (1.6.260); FILE MERGED 2006/04/05 06:42:28 cd 1.6.260.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fec05d6b74b1ec2ead2df1ddfdd66acaab652e08]

        INTEGRATION: CWS internatiodel (1.4.102); FILE MERGED 2006/02/10 19:29:42 er 1.4.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>  [c5633c37cc9d1bd1bf7ec0d3e34508be5066f5eb]

        INTEGRATION: CWS internatiodel (1.11.70); FILE MERGED 2006/02/10 19:29:41 er 1.11.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [afff2512f2f2621a7744d2227d3858268424c256]

        INTEGRATION: CWS internatiodel (1.18.70); FILE MERGED 2006/02/10 19:29:41 er 1.18.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d467dbe1f522617850e59a8a59b316e12d0df756]

        INTEGRATION: CWS onlineupdate1 (1.38.8); FILE MERGED 2006/04/04 16:04:10 jl 1.38.8.1: #134045#

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [66ca00b80ba3c2edaf85e5e60344e111eded8e6b]

        INTEGRATION: CWS internatiodel (1.9.102); FILE MERGED 2006/02/10 19:29:40 er 1.9.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>  [74e4ae89618fb44b7883b830c4307b3aa8e2afbb]

        INTEGRATION: CWS onlineupdate1 (1.20.24); FILE MERGED 2006/04/05 06:43:12 cd 1.20.24.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1bca00f4b6047a22f1d0d641522bf21475bc20a8]

        INTEGRATION: CWS internatiodel (1.1.670); FILE MERGED 2006/01/19 17:52:07 er 1.1.670.2: RESYNC: (1.1-1.2); FILE MERGED 2005/06/29 11:14:33 er 1.1.670.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2d28cc1116120f7e464c801607735b37f9c75936]

        INTEGRATION: CWS onlineupdate1 (1.18.24); FILE MERGED 2006/04/05 06:43:12 cd 1.18.24.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dcadd89fb0f5375f771f9a5dfa7795a52de07c37]

        INTEGRATION: CWS onlineupdate1 (1.19.24); FILE MERGED 2006/04/05 06:43:11 cd 1.19.24.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fc86b81bb751e21b9fc678289eb15f225a234689]

        INTEGRATION: CWS internatiodel (1.29.38); FILE MERGED 2006/02/10 21:51:26 er 1.29.38.2: RESYNC: (1.29-1.32); FILE MERGED 2006/02/10 19:29:32 er 1.29.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>  [19a289b5bbc6fb9da8312691f2d44e07857dac4e]

        INTEGRATION: CWS internatiodel (1.38.56); FILE MERGED 2006/02/10 19:29:32 er 1.38.56.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7552b8462aa73454cf5c610136398f0db3d10a97]

        INTEGRATION: CWS internatiodel (1.175.8); FILE MERGED 2006/03/15 17:27:02 er 1.175.8.5: #i52115# also libavmedia with PATCH 2006/03/15 12:02:12 er 1.175.8.4: #i52115# also libbf_lng with PATCH 2006/03/14 13:31:32 er 1.175.8.3: #i52115# liblng with PATCH 2006/02/10 21:50:15 er 1.175.8.2: RESYNC: (1.175-1.184); FILE MERGED 2006/02/10 19:29:31 er 1.175.8.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f9fa9e5b2d10e1b7aa483f4df794e759b79ada49]

        INTEGRATION: CWS onlineupdate1 (1.24.16); FILE MERGED 2006/04/05 06:42:58 cd 1.24.16.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [79da1ee8a4fe2b989ca6097c6187168fc3c2f2f8]

        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>  [b7c737d2d680de9717f43e01fede93aaf8ca06d1]

        INTEGRATION: CWS onlineupdate1 (1.22.128); FILE MERGED 2006/04/05 06:42:57 cd 1.22.128.1: #134045# Add menu item online update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f788cca33659d72774c73a460c8cf0725a2ed1b9]

        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>  [fdc44aed14e3ca63f81b06e2ba8d58a807b5ee95]

        INTEGRATION: CWS onlineupdate1 (1.46.76); FILE MERGED 2006/03/31 13:27:59 cd 1.46.76.1: #134151# Added new command for update

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9ab0969df22e2fe99c9bfba2f671dd18aaad3286]

        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>  [99c2f2f6954610ee7915054b590a113a576f3997]

        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>  [4d8219c02278634c79d514ce5b18dc1ac7ae94e0]

        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>  [d951dd08a8c76e1660552051c5b0ae0241bcc697]

        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>  [a5ce02dce3c60735679a098cd9a3bfe08a29a1f7]

        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>  [d0ce0ccfa983dadc4b69ae5eaba9f27e72f02ddd]

        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>  [ae37b4ce37da0f2f8689adf3683bbb75d0240876]

        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>  [a382db84cadee3bac484051287871e0ffe60b5bd]

        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>  [3242e53e84685c695833b0fdcbfd30a635001cd4]

        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>  [518d792305a9e4ef66d1bc2d29b44cbfffc5b1e9]

        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>  [c2984a2d7e44fe42acf97885736c09be65c04e3c]

        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>  [169bbbbdd4b9494892be3ed1b031ea8bd9b7162e]

        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>  [d18a364203729e2a128b5e305827e23bba504565]

        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>  [d0b36943c14e9d0ea999f3f9a67a80ececba9265]

        INTEGRATION: CWS internatiodel (1.4.22); FILE MERGED 2006/01/20 09:29:45 er 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:09:58 er 1.4.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [97d0e2669c4d968f84c2510c5fa80b2084645ae7]

        INTEGRATION: CWS internatiodel (1.8.22); FILE MERGED 2006/01/20 09:29:24 er 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/24 13:09:57 er 1.8.22.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [65ce5646921d743eab13343e549e96818038bb79]

        INTEGRATION: CWS internatiodel (1.20.6); FILE MERGED 2006/02/10 21:48:40 er 1.20.6.3: RESYNC: (1.23-1.24); FILE MERGED 2006/01/20 09:26:54 er 1.20.6.2: RESYNC: (1.20-1.23); FILE MERGED 2005/06/24 13:09:57 er 1.20.6.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4859d9025fcc56dd2f98c0800d23834c871f6abf]

        INTEGRATION: CWS internatiodel (1.95.54); FILE MERGED 2006/02/10 21:52:58 er 1.95.54.2: RESYNC: (1.95-1.96); FILE MERGED 2006/02/10 19:29:03 er 1.95.54.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1804fcaa715d5489978a0c61a1acd588b3ca8d6b]

        INTEGRATION: CWS internatiodel (1.100.2); FILE MERGED 2006/02/10 21:53:40 er 1.100.2.2: RESYNC: (1.100-1.101); FILE MERGED 2006/02/10 19:28:56 er 1.100.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>  [e0582f33ad64b0bc66edd3647092c8c41d176588]

        INTEGRATION: CWS internatiodel (1.11.94); FILE MERGED 2006/02/10 19:28:55 er 1.11.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [da2fdbef2d05803fb021471bac8be0b218a4743e]

        INTEGRATION: CWS internatiodel (1.8.2); FILE MERGED 2006/02/10 21:49:13 er 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/10 19:28:55 er 1.8.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>  [f190633fe0dac2d97586bfce540a1d131fbfcd18]

        INTEGRATION: CWS internatiodel (1.12.94); FILE MERGED 2006/02/10 19:28:54 er 1.12.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a0385303c5bacfaa42cb19bedbd7614ab9d58ebb]

        INTEGRATION: CWS internatiodel (1.3.94); FILE MERGED 2006/02/10 19:28:54 er 1.3.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e7a2bbb46157c88d60c6e053501d9afeb290511b]

        INTEGRATION: CWS internatiodel (1.32.30); FILE MERGED 2006/01/20 09:14:09 er 1.32.30.2: RESYNC: (1.32-1.34); FILE MERGED 2005/06/24 13:09:49 er 1.32.30.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0d4f2b8ee7105014483e4d89bba4b1daecad28cf]

        INTEGRATION: CWS internatiodel (1.29.50); FILE MERGED 2006/02/10 19:28:44 er 1.29.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [032d6a206ba5a2fed1dee2d82e4489c3a27a55f8]

        INTEGRATION: CWS internatiodel (1.11.38); FILE MERGED 2006/02/10 19:28:44 er 1.11.38.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 09:07:09 er 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:09:49 er 1.11.38.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [19b059abd876d6b7dc2f10c3ef227032e4aedc1b]

        INTEGRATION: CWS internatiodel (1.10.30); FILE MERGED 2006/02/10 19:28:37 er 1.10.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>  [94a2d75a9627979c293ab63bde727023b9e1786a]

        INTEGRATION: CWS internatiodel (1.39.26); FILE MERGED 2006/02/10 21:46:50 er 1.39.26.2: RESYNC: (1.39-1.40); FILE MERGED 2006/02/10 19:28:37 er 1.39.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>  [5fbe7ad63908a4c9c73ba3a8e3a14c84412363db]

        INTEGRATION: CWS internatiodel (1.19.26); FILE MERGED 2006/02/10 19:28:31 er 1.19.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>  [0708b14d4ba254b4f7a1c15d7b0a7d6131526335]

        INTEGRATION: CWS internatiodel (1.16.84); FILE MERGED 2006/02/10 19:28:31 er 1.16.84.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a9bb20b606cffc6f40a130b83219b91fb7cc4549]

        INTEGRATION: CWS internatiodel (1.25.80); FILE MERGED 2006/02/10 19:28:14 er 1.25.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>  [6ff59c4645b3ef474960f8804cc1a5ffbbe16092]

        INTEGRATION: CWS internatiodel (1.25.72); FILE MERGED 2006/02/10 19:28:14 er 1.25.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>  [d07de5d4bba1f228afbaacb74a93ca5bbb190a9a]

        INTEGRATION: CWS internatiodel (1.76.70); FILE MERGED 2006/02/10 22:00:17 er 1.76.70.2: RESYNC: (1.76-1.77); FILE MERGED 2006/02/10 19:28:13 er 1.76.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [43272a81cabe39515a14822786bf54de33db8c2e]

        INTEGRATION: CWS internatiodel (1.26.70); FILE MERGED 2006/02/10 21:57:09 er 1.26.70.2: RESYNC: (1.26-1.28); FILE MERGED 2006/02/10 19:28:13 er 1.26.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [28e3c8e10f5dbc789a52ab8182d46fb2667068f6]

        INTEGRATION: CWS internatiodel (1.11.72); FILE MERGED 2006/02/10 19:28:12 er 1.11.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>  [b4307799eb88580d4f0d61ee035a29b7cbea9d3e]

        INTEGRATION: CWS internatiodel (1.12.18); FILE MERGED 2006/02/10 19:28:12 er 1.12.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>  [1d0a76f44bd046da01f4386c4b8d78056c613547]

        INTEGRATION: CWS internatiodel (1.5.180); FILE MERGED 2006/01/20 03:56:39 er 1.5.180.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:09:41 er 1.5.180.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6975cc1ffdf2ddea156eccbf131d7452fd6466b7]

        INTEGRATION: CWS internatiodel (1.6.80); FILE MERGED 2006/02/10 19:28:12 er 1.6.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>  [cc1a08ebc7dbc140b527cd89f260f4bf5ca63799]

        INTEGRATION: CWS internatiodel (1.20.102); FILE MERGED 2006/01/20 03:50:26 er 1.20.102.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/24 13:09:41 er 1.20.102.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d3b044a3421a46ffb11e0deb2b18d543c56ad15e]

        INTEGRATION: CWS internatiodel (1.4.102); FILE MERGED 2006/01/20 03:44:49 er 1.4.102.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:09:40 er 1.4.102.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a963debe700b3f72224eaa0c12962d0e0d94ccde]

        INTEGRATION: CWS internatiodel (1.62.78); FILE MERGED 2006/02/10 19:28:11 er 1.62.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>  [5e7032ef9803d1cf66348641fbedece0711279bb]

        INTEGRATION: CWS internatiodel (1.12.22); FILE MERGED 2006/02/10 19:28:11 er 1.12.22.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7b75192779ecadb6767a1a046d31aeb33c37ad07]

        INTEGRATION: CWS internatiodel (1.11.754); FILE MERGED 2006/01/20 02:58:14 er 1.11.754.2: RESYNC: (1.11-1.12); FILE MERGED 2005/06/24 13:09:27 er 1.11.754.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [df4448f6602eae8f7da46a2fa71c6de37249e923]

        INTEGRATION: CWS internatiodel (1.45.242); FILE MERGED 2006/02/10 19:27:58 er 1.45.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a3e4735d8a375c7a0ef93bad11b890da04c0f4b9]

        INTEGRATION: CWS internatiodel (1.24.242); FILE MERGED 2006/02/10 19:27:58 er 1.24.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6dfd0be19a628eaff814abe9f2e85d670fa84456]

        INTEGRATION: CWS internatiodel (1.51.94); FILE MERGED 2006/02/10 19:27:58 er 1.51.94.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 00:38:38 er 1.51.94.2: RESYNC: (1.51-1.52); FILE MERGED 2005/06/24 13:09:26 er 1.51.94.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f44c03fd3e6a0168370ffa3880e80e833d970b75]

        INTEGRATION: CWS internatiodel (1.60.72); FILE MERGED 2006/02/10 19:27:57 er 1.60.72.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 00:21:22 er 1.60.72.2: RESYNC: (1.60-1.61); FILE MERGED 2005/06/28 10:23:29 er 1.60.72.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9b3ce669031fad254a6f735f9ed158b91ce7de1e]

        INTEGRATION: CWS internatiodel (1.10.902); FILE MERGED 2006/02/10 19:27:57 er 1.10.902.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 00:14:08 er 1.10.902.2: RESYNC: (1.10-1.12); FILE MERGED 2005/06/24 13:09:25 er 1.10.902.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0216ca4339e67b4035a4c7c16188d1da3dae6e23]

        INTEGRATION: CWS internatiodel (1.17.324); FILE MERGED 2006/01/20 00:10:31 er 1.17.324.2: RESYNC: (1.17-1.20); FILE MERGED 2005/06/24 13:09:25 er 1.17.324.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d86fb5c62ccf6e78f479d34243327b7e59cf14b0]

        INTEGRATION: CWS internatiodel (1.3.172); FILE MERGED 2006/01/26 16:35:10 er 1.3.172.1: RESYNC: remove tools/intn.hxx

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6556d99500f2cd4bf228d4ade024f4a497496e54]

        INTEGRATION: CWS internatiodel (1.33.106); FILE MERGED 2006/02/10 22:06:44 er 1.33.106.3: RESYNC: (1.35-1.36); FILE MERGED 2006/01/19 23:28:35 er 1.33.106.2: RESYNC: (1.33-1.35); FILE MERGED 2005/06/24 13:09:24 er 1.33.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0c9f630a56a0ab7bb7320afcdda6e00b751acf30]

        INTEGRATION: CWS internatiodel (1.21.218); FILE MERGED 2006/02/10 19:27:56 er 1.21.218.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c45d0c5017a586f615c9ee63c10a328d26cfd0ec]

        INTEGRATION: CWS internatiodel (1.31.72); FILE MERGED 2006/02/10 19:27:56 er 1.31.72.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 23:15:12 er 1.31.72.2: RESYNC: (1.31-1.32); FILE MERGED 2005/06/24 13:09:22 er 1.31.72.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b8b859e80d3a99b41feeeb328adb41839629fbb9]

        INTEGRATION: CWS internatiodel (1.30.50); FILE MERGED 2006/02/10 19:27:55 er 1.30.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [319c611566370c1da9a476ba9301ed9034f6d137]

        INTEGRATION: CWS internatiodel (1.71.26); FILE MERGED 2006/02/10 22:04:54 er 1.71.26.2: RESYNC: (1.71-1.73); FILE MERGED 2006/02/10 19:27:55 er 1.71.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>  [9413483fd244bd837940881301e7572f4beaa5b9]

        INTEGRATION: CWS internatiodel (1.39.242); FILE MERGED 2006/02/10 19:27:54 er 1.39.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e2ddaa468bba2ec64a2758b56912fa7196b467fc]

        INTEGRATION: CWS ab19 (1.48.30); FILE MERGED 2006/03/03 10:58:52 ab 1.48.30.2: RESYNC: (1.48-1.51); FILE MERGED 2005/07/14 08:17:36 ab 1.48.30.1: #117435# Removed bad usage of MakeVisible() in WatchTreeListBox::RequestingChilds()

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5dae9ff1b6b3d342542641f2ec30676889d44006]

        INTEGRATION: CWS internatiodel (1.45.50); FILE MERGED 2006/02/10 19:27:54 er 1.45.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [31b09d8ddf84a7d8028e65d9a9fb2625448cb924]

        INTEGRATION: CWS internatiodel (1.51.218); FILE MERGED 2006/02/10 22:02:06 er 1.51.218.2: RESYNC: (1.51-1.52); FILE MERGED 2006/02/10 19:27:53 er 1.51.218.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d27a819b47360142a2b984fc3cc2ab8628e91c18]

        INTEGRATION: CWS ab19 (1.17.40); FILE MERGED 2006/03/03 10:47:14 ab 1.17.40.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/10 08:39:42 ab 1.17.40.1: #i30500# StepPARAM: Changed handling of missing variables

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dea82739c96f06252dab8f6c2422d3b0e1e248db]

        INTEGRATION: CWS internatiodel (1.24.244); FILE MERGED 2006/02/10 19:27:53 er 1.24.244.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [15974270cbf0bc800392cbe2e1fb60baa75158c4]

        INTEGRATION: CWS ab19 (1.22.40); FILE MERGED 2006/03/03 10:45:48 ab 1.22.40.3: RESYNC: (1.22-1.24); FILE MERGED 2005/08/11 08:53:52 ab 1.22.40.2: #i20323# RTL function Array: Create new SbxVariable instances for elements and enable write access 2005/07/28 08:29:44 ab 1.22.40.1: #i18991# Fixed case that delimiter is an empty string

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [218a67bba9ded7ac8b90e10eedf365c3cb30f404]

        INTEGRATION: CWS internatiodel (1.49.52); FILE MERGED 2006/02/10 19:27:52 er 1.49.52.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 22:39:21 er 1.49.52.2: RESYNC: (1.49-1.50); FILE MERGED 2005/06/24 13:09:21 er 1.49.52.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [db82dbc9975397752738e71dae8952cf892b6ccd]

        INTEGRATION: CWS ab19 (1.61.38); FILE MERGED 2006/03/03 10:45:40 ab 1.61.38.2: RESYNC: (1.61-1.64); FILE MERGED 2005/07/27 14:34:15 ab 1.61.38.1: #i19088# Fixed QBColor by using a table instead of the old Color class

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7b3cdb977858a9a9ab63cb06e7c065d7795490e9]

        INTEGRATION: CWS internatiodel (1.61.10); FILE MERGED 2006/02/10 22:01:26 er 1.61.10.2: RESYNC: (1.61-1.62); FILE MERGED 2006/02/10 19:27:52 er 1.61.10.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [18b7d1e2b820ea61f8cc234df50873964c278ebf]

        INTEGRATION: CWS ab19 (1.5.40); FILE MERGED 2006/03/03 10:45:10 ab 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/25 13:18:42 ab 1.5.40.1: #i35478# Check parameter error status for optional parameters

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [39c5a348ca71321364baa1814ae23c82f677fa81]

        INTEGRATION: CWS internatiodel (1.71.94); FILE MERGED 2006/02/10 22:00:43 er 1.71.94.3: RESYNC: (1.75-1.77); FILE MERGED 2006/01/19 22:36:30 er 1.71.94.2: RESYNC: (1.71-1.75); FILE MERGED 2005/06/24 13:09:20 er 1.71.94.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ffc24bf9f25c422553d9f0bf6bdddcf7b2365493]

        INTEGRATION: CWS ab19 (1.11.82); FILE MERGED 2006/03/03 10:39:30 ab 1.11.82.2: RESYNC: (1.11-1.17); FILE MERGED 2005/08/08 13:15:02 ab 1.11.82.1: #109693# Fixed _ handling

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [447084fd235725a5c51513ae1c0367395050ecf3]

        INTEGRATION: CWS internatiodel (1.37.242); FILE MERGED 2006/02/10 19:27:52 er 1.37.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [647deb730ed708803fd838150415f4333e428a25]

        INTEGRATION: CWS ab19 (1.3.48); FILE MERGED 2006/03/03 10:38:53 ab 1.3.48.3: RESYNC: (1.3-1.7); FILE MERGED 2005/08/12 13:22:51 ab 1.3.48.2: #105872# Fixed IF-ELSEIF-ELSE-ENDIF parsing for empty blocks 2005/07/20 07:17:44 ab 1.3.48.1: #96647# Generate statements for else if lines

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d91580e70c66a5624aef6e7cfd519fcca0ab5e0f]

        INTEGRATION: CWS internatiodel (1.93.322); FILE MERGED 2006/02/10 22:00:21 er 1.93.322.4: RESYNC: (1.96-1.97); FILE MERGED 2006/02/10 19:27:51 er 1.93.322.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 22:28:09 er 1.93.322.2: RESYNC: (1.93-1.96); FILE MERGED 2005/06/24 13:09:19 er 1.93.322.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2b14b54765cacc4f55e5a1ebf7f1c0de4fba69b7]

        INTEGRATION: CWS ab19 (1.7.40); FILE MERGED 2006/03/03 10:38:37 ab 1.7.40.2: RESYNC: (1.7-1.12); FILE MERGED 2005/07/29 12:56:01 ab 1.7.40.1: #111887# SbiExpression::Term(): Fixed parameter checking for arrays

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [33d5691b34a94249153ba77e170dc7d7ab4dd2e6]

        INTEGRATION: CWS internatiodel (1.2.754); FILE MERGED 2006/02/10 19:27:51 er 1.2.754.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:57:15 er 1.2.754.2: RESYNC: (1.2-1.4); FILE MERGED 2005/06/24 13:09:18 er 1.2.754.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [169f49f1c4c70e7a492b89e1e7768d27a90950e9]

        INTEGRATION: CWS ab19 (1.22.40); FILE MERGED 2006/03/03 10:37:39 ab 1.22.40.3: RESYNC: (1.22-1.27); FILE MERGED 2005/08/11 13:57:32 ab 1.22.40.2: #i14140# SimpleTokenizer: Fixed handling of oct/hex literals 2005/08/11 13:04:49 ab 1.22.40.1: #i17826# SimpleTokenizer can handle [] identifiers now

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8852130f547c03af8402d68668c6af80b961695e]

        INTEGRATION: CWS internatiodel (1.6.288); FILE MERGED 2006/01/19 21:36:05 er 1.6.288.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/28 09:43:26 er 1.6.288.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [028c35a613758432f08cbaf9bb1c45b9157d7341]

        INTEGRATION: CWS ab19 (1.23.40); FILE MERGED 2006/03/21 12:55:13 ab 1.23.40.3: #i17806# StarBASIC::MakeErrorText(): Clear error text in case of no valid error code 2006/03/03 10:35:48 ab 1.23.40.2: RESYNC: (1.23-1.26); FILE MERGED 2005/08/18 12:08:25 ab 1.23.40.1: #i17806# Fixed error text creation for Error Id 0

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c90fc5d25ef1696a8be57f022eb57ef4dcb2a3a9]

        INTEGRATION: CWS internatiodel (1.8.244); FILE MERGED 2006/02/10 19:27:51 er 1.8.244.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0f366030b8d226419c51caf2b85a7085e7a469bb]

        INTEGRATION: CWS internatiodel (1.23.96); FILE MERGED 2006/02/10 19:27:50 er 1.23.96.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:17:08 er 1.23.96.2: RESYNC: (1.23-1.28); FILE MERGED 2005/06/24 13:09:17 er 1.23.96.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f70675a6a2e07880843a9730a4300df457871b00]

        INTEGRATION: CWS internatiodel (1.43.288); FILE MERGED 2006/02/10 21:59:11 er 1.43.288.4: RESYNC: (1.45-1.46); FILE MERGED 2006/02/10 19:27:50 er 1.43.288.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 21:08:28 er 1.43.288.2: RESYNC: (1.43-1.45); FILE MERGED 2005/06/24 13:09:16 er 1.43.288.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [da93eb4c3aa85148d753a4d9b5db73c2cb95c64c]

        INTEGRATION: CWS internatiodel (1.23.58); FILE MERGED 2006/02/10 19:27:49 er 1.23.58.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7c1347db9b9cbd59eb14a9d250b55db4d6f1673f]

        INTEGRATION: CWS internatiodel (1.15.242); FILE MERGED 2006/02/10 19:27:48 er 1.15.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3daec07023c04a994832cc290c6cedbfc4f240f6]

        INTEGRATION: CWS internatiodel (1.3.288); FILE MERGED 2006/01/19 20:06:38 er 1.3.288.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:09:16 er 1.3.288.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f4a19db22e7a409c112b580c2ddd249fabc1759a]

        INTEGRATION: CWS internatiodel (1.3.244); FILE MERGED 2006/02/10 19:27:47 er 1.3.244.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9f89b832995292f41fc57f2f1c5d6355e3a56a35]

        INTEGRATION: CWS internatiodel (1.11.242); FILE MERGED 2006/02/10 19:27:46 er 1.11.242.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4ad84522cb708b7e9d6837efbcbe1f6e4665b11f]

        INTEGRATION: CWS internatiodel (1.5.244); FILE MERGED 2006/02/10 19:27:44 er 1.5.244.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0b92899ef1d5dcb571c3794a27e7881e788dc068]

        INTEGRATION: CWS dbwizardpp3 (1.72.22); FILE MERGED 2006/04/03 13:35:22 bc 1.72.22.2: #i44812# resource modified 2006/03/28 16:26:10 bc 1.72.22.1: #i44812#storing of new form modified

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [eabfb2f66b5002e984ee5b5eab3573982dd93e03]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:48:03 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [030a46f9f47f364843a27ce51f649f37b46c4267]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:48:02 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3c3568d7c52187e60d20cd77b8f47ef0c7f796ad]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/29 15:30:09 bc 1.3.44.2: #i63772#failing of pdf export now raises error messagebox 2006/03/27 10:48:02 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1fc51cbb5ac4d1b86d526564448b6438c41daef3]

        INTEGRATION: CWS internatiodel (1.4.26); FILE MERGED 2006/02/10 19:27:24 er 1.4.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>  [a2c31e57fcdd6894d2f12f15895250f1b1f54df6]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/29 15:30:09 bc 1.2.214.2: #i63772#failing of pdf export now raises error messagebox 2006/03/27 10:48:02 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [eb9680a7daad83c76cdc5954a3ac84d2d595d71c]

        INTEGRATION: CWS internatiodel (1.10.26); FILE MERGED 2006/02/10 19:27:24 er 1.10.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>  [485660198949e07fcda9ab8b13af978d4e97b03d]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/29 15:30:09 bc 1.4.44.1: #i63772#failing of pdf export now raises error messagebox

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [091b249565a6234159e2b6dfd6a7ffeb26edbb93]

        INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED 2006/02/10 19:27:24 er 1.2.20.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [729baedb55c0593d41c5000eea0e040e70ebb5f4]

        INTEGRATION: CWS dbwizardpp3 (1.3.160); FILE MERGED 2006/03/27 10:48:02 tv 1.3.160.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5f1796a7578ac3b214042be775bcad2b85511f30]

        INTEGRATION: CWS internatiodel (1.24.26); FILE MERGED 2006/02/10 19:27:23 er 1.24.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>  [e12dfdbd3aa21f1c69a9815e2f9be0181fe0817f]

        INTEGRATION: CWS dbwizardpp3 (1.5.122); FILE MERGED 2006/03/27 10:48:01 tv 1.5.122.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4fe5ce38e0f53359a1157ba387923da408d06c48]

        INTEGRATION: CWS internatiodel (1.16.26); FILE MERGED 2006/02/10 19:27:23 er 1.16.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>  [906ae06e4a9f649eee67d7b2f9013c811e78902d]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:48:01 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5e63e73e8125f0cb6d7a430f186277a55be2022d]

        INTEGRATION: CWS internatiodel (1.20.26); FILE MERGED 2006/02/10 19:27:23 er 1.20.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>  [eddedb940dc964220b5cecff3c64a204c28de12b]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:48:01 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [debe9689189434fa352c12689fd8dab2a681373b]

        INTEGRATION: CWS internatiodel (1.12.68); FILE MERGED 2006/02/10 19:27:23 er 1.12.68.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 15:24:17 er 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/24 13:09:01 er 1.12.68.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9979e38beab361b6af1c6a181becaa880ce4733c]

        INTEGRATION: CWS dbwizardpp3 (1.5.130); FILE MERGED 2006/03/27 10:48:01 tv 1.5.130.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a865416c5d963b33690be0d89d92a6919eba5b3d]

        INTEGRATION: CWS internatiodel (1.5.26); FILE MERGED 2006/02/10 19:27:23 er 1.5.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>  [7534cb57948fc52b8d5117a34b47cb490177c626]

        INTEGRATION: CWS internatiodel (1.17.26); FILE MERGED 2006/02/10 19:27:22 er 1.17.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>  [20030d458dafba1abe32025fac63d4a22c56094f]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:48:00 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bbb39fdeeb0695964f9aa2fdb4fd811bdba0e4d2]

        INTEGRATION: CWS internatiodel (1.5.26); FILE MERGED 2006/02/10 19:27:22 er 1.5.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>  [aa0bb14e0324999c95f50577b514904c0902454a]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:48:00 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1380af5f0c31cd9cb376f006a99d212de33034d5]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:48:00 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [34d9081d6f0226c495ad31a4852041486cbe7680]

        INTEGRATION: CWS internatiodel (1.13.48); FILE MERGED 2006/02/10 19:27:22 er 1.13.48.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 15:21:23 er 1.13.48.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/24 13:09:00 er 1.13.48.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3c6dfcd27d30e7a368253d57424ecb7566022a42]

        INTEGRATION: CWS internatiodel (1.14.26); FILE MERGED 2006/02/10 21:46:38 er 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED 2006/02/10 19:27:22 er 1.14.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>  [9338568d38af86f33bda578b3373452f6d18eb30]

        INTEGRATION: CWS internatiodel (1.4.26); FILE MERGED 2006/02/10 19:27:21 er 1.4.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>  [ed4ae70a896f66d08e5cdba06cae4006a12714ba]

        INTEGRATION: CWS internatiodel (1.4.20); FILE MERGED 2006/01/21 15:18:57 er 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/24 13:08:59 er 1.4.20.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0f3c39a32660d156f1519acab03c3df20c4c6d9a]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:48:00 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0deee5f57ce4c09becfe8d2cd4cd32eacdd7d6ff]

        INTEGRATION: CWS internatiodel (1.7.26); FILE MERGED 2006/02/10 19:27:21 er 1.7.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>  [b2c97d0b664eb7559b4209e0227c40212991fa8e]

        INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED 2006/02/10 19:27:21 er 1.2.20.2: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2005/06/24 13:08:58 er 1.2.20.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a2054e9c5d5fba3bde1d5de29063783f788d7c51]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:59 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [577d52ae3cbf313c06107e4df757f3cb6a11f3b9]

        INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED 2006/02/10 19:27:20 er 1.2.20.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ce12449fb331a0c724ed4a1936afb8c5eeae23d0]

        INTEGRATION: CWS internatiodel (1.9.12); FILE MERGED 2006/02/10 19:27:20 er 1.9.12.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 15:14:38 er 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/24 13:08:58 er 1.9.12.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f00a8091f68627b6b03db500d64f260c42a8f728]

        INTEGRATION: CWS dbwizardpp3 (1.5.130); FILE MERGED 2006/03/27 10:47:59 tv 1.5.130.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [918c70d08cc80bbda50e7bd16e2118298a484349]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:59 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [79cd1b9c36f83ad0410da23c3b4d12caf12c29f8]

        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>  [280a9f82d6f04dda56faa73b4dec15c1e719d1de]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:59 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9e8d0de6b02bc54dcfef0f0353915de82b136f74]

        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>  [c813410836760ed5674767c74528500d00d33ee5]

        INTEGRATION: CWS dbwizardpp3 (1.5.122); FILE MERGED 2006/03/27 10:47:58 tv 1.5.122.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f1a858865044140f63095c918e8392ed42d4407f]

        INTEGRATION: CWS internatiodel (1.2.136); FILE MERGED 2006/02/10 19:26:51 er 1.2.136.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 14:46:21 er 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:08:34 er 1.2.136.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [745bc730e4c8c3c84ba47c1eb9c8bd3d384637bb]

        INTEGRATION: CWS dbwizardpp3 (1.3.182); FILE MERGED 2006/03/27 10:47:58 tv 1.3.182.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [61104438c0888ad6f148c045e35ca83ebef53e64]

        INTEGRATION: CWS internatiodel (1.4.46); FILE MERGED 2006/02/10 19:26:51 er 1.4.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>  [fe0049c256b90169d98925f380c5c82e2e063bfa]

        INTEGRATION: CWS dbwizardpp3 (1.11.14); FILE MERGED 2006/03/27 10:47:58 tv 1.11.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [06b73c727c08f1a2a787eb75fad527a47ca36a31]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:51 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e7f69902d3aa71c314b14e0d8cb720600230df32]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:58 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [775d9b732675940aebc73033c297ae0981e0f9d9]

        INTEGRATION: CWS internatiodel (1.6.48); FILE MERGED 2006/02/10 19:26:51 er 1.6.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c8cd220c9bbffdabf719f839e439901f523b071e]

        INTEGRATION: CWS dbwizardpp3 (1.7.44); FILE MERGED 2006/03/27 10:47:58 tv 1.7.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ee1b46b94d9cb7f0474cc24be562edffa3b645ec]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:58 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [09f4400f4d4f5da782070d5e2ef5b914848d6f7e]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:50 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [460139c47425274ea0425a310893f04bd28dd891]

        INTEGRATION: CWS internatiodel (1.4.48); FILE MERGED 2006/02/10 19:26:50 er 1.4.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [be9bc8bb85fc02c559d5dfb8710e31f46104480f]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:57 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [025f3e252e3c4c56f752b4520b65ba84a04ef245]

        INTEGRATION: CWS internatiodel (1.6.48); FILE MERGED 2006/02/10 19:26:50 er 1.6.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2dca84d2a9822df78d8fcebacd00227ad990b06b]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:57 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e829455866adceb082f0b9ea63b15c73350b2a36]

        INTEGRATION: CWS internatiodel (1.4.46); FILE MERGED 2006/02/10 19:26:49 er 1.4.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>  [280678508a4833378c1eb10597b83c97981452c9]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/31 15:58:44 bc 1.3.44.3: ## ResourceId changed 2006/03/29 15:30:07 bc 1.3.44.2: #i63772#failing of pdf export now raises error messagebox 2006/03/27 10:47:57 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [aff87a55872abcd3eb18e5c1a922e69ead4f6c59]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/29 15:30:06 bc 1.6.44.2: #i63772#failing of pdf export now raises error messagebox 2006/03/27 10:47:57 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2f0be73d05dfabeec23169c6aceac45068e2efb3]

        INTEGRATION: CWS internatiodel (1.4.44); FILE MERGED 2006/02/10 19:26:49 er 1.4.44.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [54268318661ce30aba97859803ff72d2220ff297]

        INTEGRATION: CWS dbwizardpp3 (1.3.182); FILE MERGED 2006/03/27 10:47:57 tv 1.3.182.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1846b8ef495c21e59a045fd4ef4af100c8293669]

        INTEGRATION: CWS internatiodel (1.4.106); FILE MERGED 2006/02/10 19:26:49 er 1.4.106.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 09:18:06 er 1.4.106.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/27 18:26:46 er 1.4.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a933f0a9667e3df7c4e45837c33599abd5d818f1]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:56 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bfaca2304ab69ca855121d866ca09c6ca24d4a16]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:49 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [82b2082e39b7839c23853b7a39673798476d9e7d]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:56 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5df3ad901d9490d04b2ea35a0f008ead6ee6e67d]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:56 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [92b620a9715d32d8280cf3750fa1e84baa22cd8c]

        INTEGRATION: CWS internatiodel (1.3.46); FILE MERGED 2006/02/10 21:53:57 er 1.3.46.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/10 19:26:48 er 1.3.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>  [9fd059e8a02837b5c1b0f23780d448ce23effeef]

        INTEGRATION: CWS internatiodel (1.3.96); FILE MERGED 2006/01/21 07:25:03 er 1.3.96.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/24 13:08:34 er 1.3.96.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fdf43c84e10843caac6edd1be919628f3fa409d9]

        INTEGRATION: CWS internatiodel (1.4.48); FILE MERGED 2006/02/10 19:26:48 er 1.4.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [65693f788875d78df5d73f9f32d0e62279271111]

        INTEGRATION: CWS dbwizardpp3 (1.7.44); FILE MERGED 2006/03/27 10:47:56 tv 1.7.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5abf1fdc2a9a36c5ff2348d5f15ec65b22520b8a]

        INTEGRATION: CWS internatiodel (1.2.136); FILE MERGED 2006/01/21 06:58:31 er 1.2.136.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:08:33 er 1.2.136.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [490fa88f06f523f57e78237ae6a60d7fca9f9b60]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:55 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [273dec262481b050a600fffc7ff7e3604c72861a]

        INTEGRATION: CWS internatiodel (1.4.46); FILE MERGED 2006/02/10 19:26:48 er 1.4.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>  [93b5af43c3ded21e809a6b436924098ca55eb89e]

        INTEGRATION: CWS internatiodel (1.4.48); FILE MERGED 2006/02/10 19:26:47 er 1.4.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [be0dfc95f3f70c6df5a0c34b5e521ff195ba680a]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:55 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b1dcf8f0eddff82d646db442251b65b1f846e349]

        INTEGRATION: CWS internatiodel (1.3.46); FILE MERGED 2006/02/10 19:26:46 er 1.3.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>  [e3d44d7c02698db0d0d1ab0900a56b30ec031cc7]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:55 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [589c9dbfc1c2e0fef633e4863e6ef961b6cacc60]

        INTEGRATION: CWS internatiodel (1.2.106); FILE MERGED 2006/02/10 19:26:46 er 1.2.106.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 04:47:42 er 1.2.106.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:08:33 er 1.2.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5313d3566aea4805b77c083bac98645af4e52f1c]

        INTEGRATION: CWS internatiodel (1.2.106); FILE MERGED 2006/02/10 19:26:45 er 1.2.106.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/21 04:47:24 er 1.2.106.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/24 13:08:32 er 1.2.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e2f2758a6c3432f46b3e49ce220b759384077bbf]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:54 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fb5a4c750cfbe195d35d67de1ff2b221f39bca39]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:45 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ca9a343dde40c4604317ae488ffdea973dfc5e0e]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:44 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [89c4ce2c7ceb1c2b4f4a9fdb84ac74e42bab1ea9]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:54 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b5d6e9802a3b59cc390468eb643eb643b7dec405]

        INTEGRATION: CWS internatiodel (1.6.46); FILE MERGED 2006/02/10 19:26:44 er 1.6.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>  [515d0729cad3ca56757e126d052019cebee74478]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:54 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2ca303dd9c2133eadd2c3fdd440664845203de44]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:53 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6dfb08c17bcee785a10a69fa4550eb98e6700f04]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:53 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [463ad4847f4fa017e5caf740754fce10bdecd9fd]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:53 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [95dbfce2da19957fd70a9f160e932beec4b70b18]

        INTEGRATION: CWS internatiodel (1.5.48); FILE MERGED 2006/02/10 19:26:44 er 1.5.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6992f23da32bc8d782f295c5a044a7e0d5dbf63c]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:43 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fc60edb16e4f76e543cc1f73c17ae10cd6dfb51e]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:53 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c1b52dc231c4b7384a7bc387ded0e57610d064da]

        INTEGRATION: CWS internatiodel (1.6.46); FILE MERGED 2006/02/10 19:26:42 er 1.6.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>  [9d0fe77f6e4c93a2bf4e8f869f6df4f9cb2d2ec8]

        INTEGRATION: CWS dbwizardpp3 (1.15.14); FILE MERGED 2006/03/27 10:47:52 tv 1.15.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [937f65e151eb16eefb8ce0182271e9d069c6fe21]

        INTEGRATION: CWS internatiodel (1.7.46); FILE MERGED 2006/02/10 19:26:41 er 1.7.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>  [5cb0f77140748cd53a92a4c93781771ac924e757]

        INTEGRATION: CWS dbwizardpp3 (1.9.44); FILE MERGED 2006/03/27 10:47:52 tv 1.9.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fbb583eb40a7cd12d3697af47cec010ad9f6bc69]

        INTEGRATION: CWS dbwizardpp3 (1.12.14); FILE MERGED 2006/03/27 10:47:52 tv 1.12.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [af8c3332396477ffce374057ac44a9e8b90788e1]

        INTEGRATION: CWS internatiodel (1.7.54); FILE MERGED 2006/01/20 15:39:44 er 1.7.54.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/24 13:08:28 er 1.7.54.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6a90534fe96387a7ce773c1e6227bc93d0935dd8]

        INTEGRATION: CWS dbwizardpp3 (1.6.116); FILE MERGED 2006/03/27 10:47:52 tv 1.6.116.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3ab5edf8fa23c4b2a8793561ba702132907d46de]

        INTEGRATION: CWS dbwizardpp3 (1.6.22); FILE MERGED 2006/03/27 10:47:52 tv 1.6.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4a1251b4cad132b561d1f1ddc0199d51a883b4bc]

        INTEGRATION: CWS internatiodel (1.5.48); FILE MERGED 2006/02/10 19:26:41 er 1.5.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8fce4bbda74ccf04f2840e2fa1b727f86ccd9d76]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:52 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [17dbdd1ce396606adc24f4c78de72b5a87bf63ec]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:52 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [03fc0b7990c2ea509e0fd2189ed6f8f96140c945]

        INTEGRATION: CWS internatiodel (1.5.106); FILE MERGED 2006/01/20 12:16:12 er 1.5.106.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:08:25 er 1.5.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dd3d4a38b5dd1b055a954b738a3d13701c865ce0]

        INTEGRATION: CWS dbwizardpp3 (1.4.40); FILE MERGED 2006/03/27 10:47:51 tv 1.4.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [22c9f17f81178973ad324da4122fadf26a5db83c]

        INTEGRATION: CWS dbwizardpp3 (1.8.44); FILE MERGED 2006/03/27 10:47:51 tv 1.8.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c70083e7eda857ca5897387b04bf3a7e81f622a3]

        INTEGRATION: CWS internatiodel (1.5.44); FILE MERGED 2006/02/10 19:26:40 er 1.5.44.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9077b43e6ffd12e155230dc359c7f3c3ae8bc812]

        INTEGRATION: CWS dbwizardpp3 (1.8.22); FILE MERGED 2006/04/03 13:35:22 bc 1.8.22.3: #i44812# resource modified 2006/03/27 10:47:51 tv 1.8.22.2: expanded tabs to spaces 2006/03/27 09:09:28 bc 1.8.22.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [46879da077ddb1a3d0ad954490cf31bdf7ab6a37]

        INTEGRATION: CWS internatiodel (1.3.48); FILE MERGED 2006/02/10 19:26:39 er 1.3.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ead3da7d70b9979349e5ea12535f228bdca4c021]

        INTEGRATION: CWS dbwizardpp3 (1.7.44); FILE MERGED 2006/03/27 10:47:51 tv 1.7.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [65d5a8a11a5a27a176934dc758cacd0d5f9d2cc2]

        INTEGRATION: CWS internatiodel (1.5.106); FILE MERGED 2006/02/10 19:26:39 er 1.5.106.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/20 05:19:43 er 1.5.106.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:08:23 er 1.5.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9ec7e121ff1c142065a5b4842da23365c4dce5fd]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:51 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ada269f3f279542a0d448d777a60bd2c3f540ed1]

        INTEGRATION: CWS internatiodel (1.5.48); FILE MERGED 2006/02/10 19:26:39 er 1.5.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f98092e9affb67be41cbb7ee233433aabaa52dae]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:51 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dfad857014d5f8e32553aa139a9e77ae7f52e87d]

        INTEGRATION: CWS internatiodel (1.10.46); FILE MERGED 2006/02/10 19:26:38 er 1.10.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>  [1654d51f1a0ee7885c7231d5c5e763255b816899]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:50 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7f422a3d4d7f873ee6d7e5c87d77dfc4dd30a530]

        INTEGRATION: CWS internatiodel (1.4.48); FILE MERGED 2006/02/10 19:26:38 er 1.4.48.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3f5519c472b9909b2e338fcf072e9e6ef87cfb03]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:50 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [644d2d9b35fc5cbefe037a90dc97a78d3edbc820]

        INTEGRATION: CWS internatiodel (1.4.50); FILE MERGED 2006/02/10 19:26:37 er 1.4.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [edd529fb2449c5a1dc6753dfa04f2b136262dfdb]

        INTEGRATION: CWS internatiodel (1.5.106); FILE MERGED 2006/02/10 19:26:37 er 1.5.106.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2006/01/19 23:34:48 er 1.5.106.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/24 13:08:18 er 1.5.106.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5662d9dbbc653c59abf8acd1518f7025263b04d3]

        INTEGRATION: CWS internatiodel (1.4.50); FILE MERGED 2006/02/10 19:26:36 er 1.4.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [623982046e78c44293191e12ba892eb9e1e27d0b]

        INTEGRATION: CWS internatiodel (1.6.50); FILE MERGED 2006/02/10 19:26:36 er 1.6.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1a8dd95c201d1c85d55661538e7b70b44780d56f]

        INTEGRATION: CWS internatiodel (1.5.50); FILE MERGED 2006/02/10 19:26:33 er 1.5.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b9e5ea9e9e6aa5e36a17140af56214a49909f201]

        INTEGRATION: CWS internatiodel (1.7.50); FILE MERGED 2006/02/10 19:26:32 er 1.7.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3c834bed6174e6a454f1df7ab63109f7d9078592]

        INTEGRATION: CWS internatiodel (1.3.50); FILE MERGED 2006/02/10 19:26:32 er 1.3.50.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d36573e8219a04da5ebd1aeccafd4e777a36e688]

        INTEGRATION: CWS internatiodel (1.14.64); FILE MERGED 2006/02/10 19:23:43 er 1.14.64.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3589984a74f887e33a19c16676d4178e17932e51]

        INTEGRATION: CWS internatiodel (1.48.52); FILE MERGED 2006/02/10 19:23:40 er 1.48.52.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId 2006/01/19 15:24:32 er 1.48.52.2: RESYNC: (1.48-1.51); FILE MERGED 2005/06/24 13:07:47 er 1.48.52.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a55617ea2061b1cc1e47f105f56e9d7f88c6fd51]

        INTEGRATION: CWS internatiodel (1.25.26); FILE MERGED 2006/02/10 19:23:33 er 1.25.26.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId 2006/01/19 15:18:53 er 1.25.26.2: RESYNC: (1.25-1.26); FILE MERGED 2005/06/24 13:07:46 er 1.25.26.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [14b0ea8c39172f5755b384b3dedaf7393ff5f852]

        INTEGRATION: CWS internatiodel (1.3.64); FILE MERGED 2006/02/10 19:23:27 er 1.3.64.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [39e221cd891a2d8982248111f02ba16dc9903ba8]

        INTEGRATION: CWS internatiodel (1.9.52); FILE MERGED 2006/02/10 19:23:25 er 1.9.52.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId 2006/01/19 14:58:09 er 1.9.52.2: RESYNC: (1.9-1.11); FILE MERGED 2005/06/24 13:07:46 er 1.9.52.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f08b3b401188a102485f96c10f01be257e54b97b]

        INTEGRATION: CWS internatiodel (1.6.52); FILE MERGED 2006/02/10 19:23:20 er 1.6.52.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId 2006/01/19 14:53:44 er 1.6.52.2: RESYNC: (1.6-1.8); FILE MERGED 2005/06/24 13:07:45 er 1.6.52.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b815ed8386959e63e7b0efb358455694ec83cbbd]

        INTEGRATION: CWS internatiodel (1.88.52); FILE MERGED 2006/02/10 21:50:04 er 1.88.52.3: RESYNC: (1.90-1.91); FILE MERGED 2006/01/19 14:44:44 er 1.88.52.2: RESYNC: (1.88-1.90); FILE MERGED 2005/06/24 13:07:44 er 1.88.52.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [97f97f8e7807f9568fcf5aaac29c507662a5c82f]

        INTEGRATION: CWS internatiodel (1.23.98); FILE MERGED 2006/01/19 14:35:54 er 1.23.98.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/24 13:07:43 er 1.23.98.1: #i50205# get rid of class International

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cf99651dd78b8ab63b9ee5465356334f33615b15]

        INTEGRATION: CWS dbwizardpp3 (1.4.22); FILE MERGED 2006/03/27 10:47:38 tv 1.4.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b1fcd38742442bbe7bead87e670741e718bde438]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:38 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7218ba4f759c531a18227236866582dc39425e57]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:38 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [49aa307e51f9ac21cb388b8e351c7d8a02a4b35e]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:38 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6119de306ecb0e1262486c6d553308d9d97eae3e]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:38 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1bdf09701d78663ad66420f4325a7587f3029936]

        INTEGRATION: CWS dbwizardpp3 (1.10.22); FILE MERGED 2006/03/27 10:47:38 tv 1.10.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [314c98623b302e06882ffc97f1c7b875e37a30df]

        INTEGRATION: CWS dbwizardpp3 (1.2.176); FILE MERGED 2006/03/27 10:47:37 tv 1.2.176.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [41605c76b44df8e0baed27baa3299bd3e7fd5d90]

        INTEGRATION: CWS dbwizardpp3 (1.8.14); FILE MERGED 2006/04/06 09:45:37 bc 1.8.14.4: #i44812# changes drawn back 2006/03/28 16:26:10 bc 1.8.14.3: #i44812#storing of new form modified 2006/03/27 10:47:37 tv 1.8.14.2: expanded tabs to spaces 2006/03/27 09:08:15 bc 1.8.14.1: #i61582# automatic primary key removed when creation failed Issue number: Submitted by: Reviewed by:

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8c711b6f0bfa306ad77c7c294c241767cfe776f4]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/27 10:47:37 tv 1.5.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [85400317b90acc44e117b17cabda20b7e2f1a33b]

        INTEGRATION: CWS dbwizardpp3 (1.8.14); FILE MERGED 2006/03/27 10:47:37 tv 1.8.14.2: expanded tabs to spaces 2006/03/27 09:08:15 bc 1.8.14.1: #i61582# automatic primary key removed when creation failed Issue number: Submitted by: Reviewed by:

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [809f4babf86fef77e3b180712df09572e637b65b]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:37 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a45c9290163d79a8d502cebbd6ddd260d70c4a0a]

        INTEGRATION: CWS dbwizardpp3 (1.7.22); FILE MERGED 2006/03/27 10:47:37 tv 1.7.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [78128d8d123639344b5de0fd1ab619847cf38bda]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/27 10:47:36 tv 1.5.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6b646b18a6d938ca077c7353abaa632b247030a4]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:36 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c0d35a8dccae5a3456498f82ec0ab5ac19e18bfa]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:36 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e9cd82dbf4763ab6c81adb6f07f173bc603aa22c]

        INTEGRATION: CWS dbwizardpp3 (1.6.212); FILE MERGED 2006/03/27 10:47:36 tv 1.6.212.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5abca7191c206cedecfe45c544d295bba8c919e6]

        INTEGRATION: CWS dbwizardpp3 (1.67.14); FILE MERGED 2006/03/27 10:47:35 tv 1.67.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9847e6d351ecff863fd4cbb987c73fd1067583fa]

        INTEGRATION: CWS dbwizardpp3 (1.6.44); FILE MERGED 2006/03/27 10:47:35 tv 1.6.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fb0cb9185275f576aba3d39c2e2db6485dc5d0be]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:35 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cdd434bf12019316656932413e353d0aca59d920]

        INTEGRATION: CWS dbwizardpp3 (1.36.22); FILE MERGED 2006/03/27 10:47:34 tv 1.36.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f22ebdf1df5f1961436813595f39d24360166638]

        INTEGRATION: CWS dbwizardpp3 (1.9.14); FILE MERGED 2006/03/27 10:47:34 tv 1.9.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [879c9b7f494e303570c8b910e607856dcc84700e]

        INTEGRATION: CWS dbwizardpp3 (1.21.44); FILE MERGED 2006/03/27 10:47:34 tv 1.21.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7d2491237de511b09ed06af519eb41176fcb7343]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:34 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9539d7e64c7871eaac01473ea566c61f47aca629]

        INTEGRATION: CWS dbwizardpp3 (1.8.14); FILE MERGED 2006/03/27 10:47:34 tv 1.8.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fa816036025087f818a924a784b49fe8efe56438]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:34 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3dde91529320e4f4d588f4c6918962b67ed81d8c]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/03/27 10:47:33 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ee9c66b9a515445a78f6734cfd9b7a378da11f9e]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:33 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [55d19b13a46b9741ac7ef4a6c37820fc82937879]

        INTEGRATION: CWS dbwizardpp3 (1.3.40); FILE MERGED 2006/03/29 12:22:12 tv 1.3.40.2: #i59738# support for Khmer Issue number: Submitted by: Reviewed by: 2006/03/27 10:47:33 tv 1.3.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [68888ab0ae4be704762b179d74d9625446b915a5]

        INTEGRATION: CWS dbwizardpp3 (1.6.40); FILE MERGED 2006/03/27 10:47:33 tv 1.6.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8608b784297227857a343bf35ce9d9f1029779f0]

        INTEGRATION: CWS dbwizardpp3 (1.14.6); FILE MERGED 2006/03/29 13:56:50 tv 1.14.6.2: #i61984# remove termination listener in the event of an exception 2006/03/27 10:47:33 tv 1.14.6.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6fbdc722f9e87a8cf625216c3989df6ee6f846a9]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:33 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9578006fb139dfbf8d6a46143f912af11194ccfc]

        INTEGRATION: CWS dbwizardpp3 (1.3.182); FILE MERGED 2006/03/27 10:47:32 tv 1.3.182.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0145d68ff0805b9de2111965fa7deca7c7b4994f]

        INTEGRATION: CWS dbwizardpp3 (1.5.40); FILE MERGED 2006/03/27 10:47:32 tv 1.5.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [40828c9b1bee615bba763adee8c9c2d4ff35d5a1]

        INTEGRATION: CWS dbwizardpp3 (1.8.28); FILE MERGED 2006/03/27 10:47:32 tv 1.8.28.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [da43d7917727081d2a3bce0b936c80223d3cd7fa]

        INTEGRATION: CWS dbwizardpp3 (1.2.214); FILE MERGED 2006/03/27 10:47:32 tv 1.2.214.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3eadd1e13627302a0ff3b2836a48c605d1b7bf98]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:31 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [39d30893db8a6e12172caba5b94e52214c68bcd5]

        INTEGRATION: CWS dbwizardpp3 (1.8.44); FILE MERGED 2006/03/27 10:47:31 tv 1.8.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9606718f7183f0df72e514c9e25f3c7276a0043c]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:31 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [25287607ef796e21f35d8a7a4269d5887d26cbd5]

        INTEGRATION: CWS dbwizardpp3 (1.10.14); FILE MERGED 2006/04/06 13:01:34 bc 1.10.14.4: #i44812#Formname now cannot be modified anymore Issue number: Submitted by: Reviewed by: 2006/04/06 09:45:37 bc 1.10.14.3: #i44812# changes drawn back 2006/03/27 10:47:31 tv 1.10.14.2: expanded tabs to spaces 2006/03/27 09:09:27 bc 1.10.14.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [67e0ea055320d73f8f8e13a6aef8a628bc3d5094]

        INTEGRATION: CWS dbwizardpp3 (1.8.22); FILE MERGED 2006/03/28 16:26:10 bc 1.8.22.2: #i44812#storing of new form modified 2006/03/27 10:47:31 tv 1.8.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2b4f1d541014e0cca4bfb4e28180a4f3d406d045]

        INTEGRATION: CWS dbwizardpp3 (1.6.22); FILE MERGED 2006/03/29 15:30:06 bc 1.6.22.3: #i63772#failing of pdf export now raises error messagebox 2006/03/28 16:26:09 bc 1.6.22.2: #i44812#storing of new form modified 2006/03/27 10:47:31 tv 1.6.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f93d0d180b24949ee07d768573241c4e8ee18d60]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/27 10:47:30 tv 1.5.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fda7d359ec3702d7fa6a59bea84c96cd6c756ed1]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/04/06 09:45:37 bc 1.3.44.3: #i44812# changes drawn back 2006/03/28 16:26:09 bc 1.3.44.2: #i44812#storing of new form modified 2006/03/27 10:47:30 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1a1244d858cb6861dd1e9d7c6afdbe6584dd1432]

        INTEGRATION: CWS dbwizardpp3 (1.4.22); FILE MERGED 2006/03/27 10:47:30 tv 1.4.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8efb09539a5baa1ce222d32bdba13f705e11472d]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:30 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2f2c0c20be927aa6fc4bb8be602ba090036c34f6]

        INTEGRATION: CWS dbwizardpp3 (1.2.182); FILE MERGED 2006/03/27 10:47:30 tv 1.2.182.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [551a58886626219c818ef5f86056ae87594e3911]

        INTEGRATION: CWS dbwizardpp3 (1.6.14); FILE MERGED 2006/03/29 13:56:50 tv 1.6.14.3: #i61984# remove termination listener in the event of an exception 2006/03/29 12:23:54 tv 1.6.14.2: #i62151# set Roadmap Interactive Issue number: Submitted by: Reviewed by: 2006/03/27 10:47:29 tv 1.6.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8cd112a4fa00ddf50a06abbc2935ca49f77fa5f8]

        INTEGRATION: CWS dbwizardpp3 (1.4.40); FILE MERGED 2006/03/27 10:47:29 tv 1.4.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9c367f8489eab23d4485970d227695241fdfb29b]

        INTEGRATION: CWS dbwizardpp3 (1.6.28); FILE MERGED 2006/03/27 10:47:29 tv 1.6.28.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [00b1eec475958114e5915520385b064cbaba3295]

        INTEGRATION: CWS dbwizardpp3 (1.2.182); FILE MERGED 2006/03/27 10:47:29 tv 1.2.182.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [35cdbf7aab6fbc50a822d74c90f6a91b91eef344]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/27 10:47:29 tv 1.5.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8e29722fab1ee36f7d60d06a7fade144c51c0f87]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:28 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1b7a0d91288f8aff2567f6bb94df6c322424fa99]

        INTEGRATION: CWS dbwizardpp3 (1.7.28); FILE MERGED 2006/03/27 10:47:28 tv 1.7.28.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c0d95f8d3ba49e00912659052a6b6242a214f05c]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/27 10:47:28 tv 1.5.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ffcd3e2153800daedae23efce3e1d12e2eeb8322]

        INTEGRATION: CWS dbwizardpp3 (1.10.22); FILE MERGED 2006/03/29 15:30:06 bc 1.10.22.3: #i63772#failing of pdf export now raises error messagebox 2006/03/28 16:26:09 bc 1.10.22.2: #i44812#storing of new form modified 2006/03/27 10:47:28 tv 1.10.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5eea9841876053732d36961991ceeaec16d541f7]

        INTEGRATION: CWS dbwizardpp3 (1.5.42); FILE MERGED 2006/03/28 16:26:09 bc 1.5.42.3: #i44812#storing of new form modified 2006/03/27 10:47:28 tv 1.5.42.2: expanded tabs to spaces 2006/03/27 09:09:27 bc 1.5.42.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [82a0e6d49923d5060ce98d101b9c2fd9937bbc61]

        INTEGRATION: CWS dbwizardpp3 (1.5.22); FILE MERGED 2006/03/28 16:26:09 bc 1.5.22.3: #i44812#storing of new form modified 2006/03/27 10:47:28 tv 1.5.22.2: expanded tabs to spaces 2006/03/27 09:09:27 bc 1.5.22.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [35495582146ec073d2c12bb21bc143c65fe7e716]

        INTEGRATION: CWS dbwizardpp3 (1.5.14); FILE MERGED 2006/03/27 10:47:27 tv 1.5.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d226215fafe1476f48ae59ad351bf1989abde000]

        INTEGRATION: CWS dbwizardpp3 (1.6.22); FILE MERGED 2006/04/06 09:45:36 bc 1.6.22.4: #i44812# changes drawn back 2006/03/28 16:26:08 bc 1.6.22.3: #i44812#storing of new form modified 2006/03/27 10:47:27 tv 1.6.22.2: expanded tabs to spaces 2006/03/27 09:09:27 bc 1.6.22.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7cbd69a22005d5caa077ef866230fe06f16e29a7]

        INTEGRATION: CWS dbwizardpp3 (1.8.44); FILE MERGED 2006/03/27 10:47:27 tv 1.8.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8a549a94a85f789d928d06dce97e3beabf57f25e]

        INTEGRATION: CWS dbwizardpp3 (1.2.22); FILE MERGED 2006/03/27 10:47:27 tv 1.2.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [41b33b4ec1b57ff1807e1089935fc99354a9e282]

        INTEGRATION: CWS dbwizardpp3 (1.9.22); FILE MERGED 2006/03/27 10:47:27 tv 1.9.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f970449071dd08f56cb19d913571130816c11fae]

        INTEGRATION: CWS dbwizardpp3 (1.7.22); FILE MERGED 2006/03/27 10:47:27 tv 1.7.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f89ac6fd4da9a591e1e9ec3932834fbd50872ae9]

        INTEGRATION: CWS dbwizardpp3 (1.9.22); FILE MERGED 2006/03/27 10:47:26 tv 1.9.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e1e1b8a8f2271a9d49476aaa538b504b26e5e534]

        INTEGRATION: CWS dbwizardpp3 (1.14.22); FILE MERGED 2006/03/28 16:26:08 bc 1.14.22.3: #i44812#storing of new form modified 2006/03/27 10:47:26 tv 1.14.22.2: expanded tabs to spaces 2006/03/27 09:09:26 bc 1.14.22.1: #i56123#Several issues

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b8499852534cd91d666850687b72448f6f05e673]

        INTEGRATION: CWS dbwizardpp3 (1.4.22); FILE MERGED 2006/03/27 10:47:26 tv 1.4.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0229cab0cbe43071e8f7490ec0a1297389b14bba]

        INTEGRATION: CWS dbwizardpp3 (1.8.22); FILE MERGED 2006/03/27 10:47:26 tv 1.8.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [089f197f14a6744cc60909fede7f0f1e51528b21]

        INTEGRATION: CWS dbwizardpp3 (1.5.14); FILE MERGED 2006/03/27 10:47:26 tv 1.5.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3d216f100f785de5ab2b59b5661270df7cb2d7bb]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:26 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d588cd6d287f85e73c5faaee2e488fc1ff784f1b]

        INTEGRATION: CWS dbwizardpp3 (1.2.212); FILE MERGED 2006/03/27 10:47:25 tv 1.2.212.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5fd39cc1f9e8f2ae6620110a16d2ce9bc18c478e]

        INTEGRATION: CWS dbwizardpp3 (1.5.44); FILE MERGED 2006/04/06 12:44:16 bc 1.5.44.2: ##msgbox now disposed 2006/03/27 10:47:25 tv 1.5.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [20e042467730720c1b3fd31fb11b7afa70312555]

        INTEGRATION: CWS dbwizardpp3 (1.5.40); FILE MERGED 2006/03/27 10:47:25 tv 1.5.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2dd1cbe62cf46d89e445a05f14896ec1bd3156dc]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:24 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [20af67a4c43ce7d7b5922f48cacd8091bab30537]

        INTEGRATION: CWS dbwizardpp3 (1.3.130); FILE MERGED 2006/03/27 10:47:24 tv 1.3.130.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [27d4d0d57ae7769686ccfdfc6b5eb02335c53b3d]

        INTEGRATION: CWS dbwizardpp3 (1.3.176); FILE MERGED 2006/03/27 10:47:24 tv 1.3.176.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [094cd911846e77ff537a9ec956c781cff19d7f30]

        INTEGRATION: CWS dbwizardpp3 (1.8.22); FILE MERGED 2006/03/27 10:47:24 tv 1.8.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9508aac71701083435cd988c1680dcc0d9db5c43]

        INTEGRATION: CWS dbwizardpp3 (1.2.212); FILE MERGED 2006/03/27 10:47:24 tv 1.2.212.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3732caddb6f7e6adbcda41ee10409d25398c0a86]

        INTEGRATION: CWS dbwizardpp3 (1.7.44); FILE MERGED 2006/03/27 10:47:23 tv 1.7.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1a4a1447cd3ef3f67f49c1b495a8464c1f36fb03]

        INTEGRATION: CWS dbwizardpp3 (1.9.40); FILE MERGED 2006/03/27 10:47:23 tv 1.9.40.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [adc044528ace71ab6b643c925d4a7940b5e3c514]

        INTEGRATION: CWS dbwizardpp3 (1.8.22); FILE MERGED 2006/03/27 10:47:23 tv 1.8.22.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cf0e4d89a863a805cd97ba7fa7a1bc52e08def58]

        INTEGRATION: CWS dbwizardpp3 (1.9.14); FILE MERGED 2006/03/27 10:47:23 tv 1.9.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9790981961e2e38a7f8ca92eb4452378e9e183d5]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:23 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c01041656ba2f15b30100b231fccc252daf66d65]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:23 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8b27f5eb8a69b0764ffb2e22880f77a31f043a8a]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/04/03 13:39:36 tv 1.3.44.2: #i47367# set correct focus after new row in row control 2006/03/27 10:47:22 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [09648a1430b0b3e5909eb0cd52d3a4f1c5a41e06]

        INTEGRATION: CWS dbwizardpp3 (1.4.44); FILE MERGED 2006/03/27 10:47:22 tv 1.4.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [541c58e4e7474c5fe4c87731110ebedfe5f46a76]

        INTEGRATION: CWS dbwizardpp3 (1.3.44); FILE MERGED 2006/03/27 10:47:22 tv 1.3.44.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [8e2e6c4f83a30ffab550c55a2ededbe28437de9a]

        INTEGRATION: CWS dbwizardpp3 (1.9.14); FILE MERGED 2006/03/29 13:56:49 tv 1.9.14.3: #i61984# remove termination listener in the event of an exception 2006/03/29 12:24:44 tv 1.9.14.2: #i53544# correct order for closing document and removing of termination listener Issue number: Submitted by: Reviewed by: 2006/03/27 10:47:22 tv 1.9.14.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cd4ce994e3cb489391835975990e917ee75d35a2]

        INTEGRATION: CWS dbwizardpp3 (1.5.30); FILE MERGED 2006/03/27 10:47:22 tv 1.5.30.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [fc83d89d51a5b50edc00cbe78b8b4b1fb0bd81c3]

        INTEGRATION: CWS dbwizardpp3 (1.8.28); FILE MERGED 2006/04/05 08:10:09 tv 1.8.28.2: #i55489# fixed color disappearing when entering time data #i59916# fixed incorrect computation of minutes 2006/03/27 10:47:21 tv 1.8.28.1: expanded tabs to spaces

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [351794ac486a0a66c6d7535e68fd9de562cdc0ce]

        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>  [2f2994b7e27fcef017eb3a9c75ddeb6edf8a11be]

        INTEGRATION: CWS jl32 (1.11.106); FILE MERGED 2006/03/14 13:53:19 jl 1.11.106.1: #55913# fixed test

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [96daa937be981164730300e7e3fd375fcf24e964]

        INTEGRATION: CWS jl32 (1.14.106); FILE MERGED 2006/03/14 13:53:18 jl 1.14.106.1: #55913# fixed test

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [07fa1df4263b5a93d7383c81f3264d2ce1dc5d80]

        INTEGRATION: CWS jl32 (1.6.316); FILE MERGED 2006/03/14 13:53:38 jl 1.6.316.1: #55913# fixed test

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5895a0cbadfc8b86ea19f65fcaf76e587977801a]

        INTEGRATION: CWS jl32 (1.8.316); FILE MERGED 2006/03/14 14:01:49 jl 1.8.316.2: #55913# fixed test 2006/03/14 13:53:38 jl 1.8.316.1: #55913# fixed test

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [021551b8e642e024748f30d7a99d91f54a62e911]

        INTEGRATION: CWS jl32 (1.10.48); FILE MERGED 2006/03/20 11:02:50 jl 1.10.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a8d75d9b41bf0cda05b3e0c67f8771aa8b3337f9]

        INTEGRATION: CWS jl32 (1.6.48); FILE MERGED 2006/03/20 11:02:50 jl 1.6.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d90b5b401029e8dec6b3cf0b8d19715723dec9ff]

        INTEGRATION: CWS jl32 (1.9.48); FILE MERGED 2006/03/20 11:02:50 jl 1.9.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a867a4f84580a11e12d641045370bb9bd0cfc232]

        INTEGRATION: CWS jl32 (1.5.28); FILE MERGED 2006/03/31 07:40:03 jl 1.5.28.6: #i62684# 2006/03/31 07:34:42 jl 1.5.28.5: #i62684# 2006/03/31 07:19:18 jl 1.5.28.4: #i62684# 2006/03/31 07:08:23 jl 1.5.28.3: #i62684# 2006/03/30 10:56:44 jl 1.5.28.2: #i62684# added debug output in case of libxmlsec error 2006/03/29 13:44:43 jl 1.5.28.1: #i62684# added debug output in case of libxmlsec error

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [59c510bfc1b45522dc26eefff9b55faa5eff7593]

        INTEGRATION: CWS jl32 (1.6.48); FILE MERGED 2006/03/21 12:12:30 jl 1.6.48.1: #i63427# removing a XML signature may break other signatures

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e6c4fcdd84a7f508c4f5a63fbe0333f0ad75c0f1]

        INTEGRATION: CWS jl32 (1.7.48); FILE MERGED 2006/03/20 10:59:59 jl 1.7.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ea39c7ce91ec25472bf8674fa0c625a1cb9e1df8]

        INTEGRATION: CWS jl32 (1.4.48); FILE MERGED 2006/03/31 07:17:25 jl 1.4.48.2: #i61857# 2006/03/29 11:54:35 jl 1.4.48.1: #i61857# sax part of xmlsecurity throwed an unspecified exception which leads to a crash on linux

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d52acb117c50cce2162bf28c61a1e971e8a43559]

        INTEGRATION: CWS jl32 (1.9.48); FILE MERGED 2006/03/20 10:59:58 jl 1.9.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dd9ad1dcfb4d999e98bfdf339402e41371df4a5c]

        INTEGRATION: CWS jl32 (1.7.48); FILE MERGED 2006/03/21 12:11:16 jl 1.7.48.1: #i63427# removing a XML signature may break other signatures

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [163eaea564a148b0bfc593daf427264ac58836bd]

        INTEGRATION: CWS jl32 (1.23.48); FILE MERGED 2006/03/20 10:59:58 jl 1.23.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [bba0a4d540324cab533951f2042a74e8cba5eea8]

        INTEGRATION: CWS jl32 (1.24.10); FILE MERGED 2006/03/29 13:39:06 jl 1.24.10.2: #i62684# removed a line of inactive code 2006/03/20 10:58:04 jl 1.24.10.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2526275bac647280af13dac77153851617536c18]

        INTEGRATION: CWS jl32 (1.25.14); FILE MERGED 2006/03/29 13:37:36 jl 1.25.14.1: #i62684# removed OSL_ENSURE

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1440f81cb7f517a3d44cf2a2653692397b70f549]

        INTEGRATION: CWS jl32 (1.9.48); FILE MERGED 2006/03/20 10:57:02 jl 1.9.48.1: #i62684# certain  Certificates do not work (utf8 encoded, using special characters)

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5aecb610e03a6026eecfdb6cda943f7b0109de12]

        INTEGRATION: CWS jl32 (1.7.48); FILE MERGED 2006/03/21 12:07:42 jl 1.7.48.1: #i63427# removing a XML signature may break other signatures

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4a9987f1779c3ad21ced502feb72dca3e94bae9e]

        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>  [31fa14e1025c7c6c816651042fe9125265d34c6a]

        INTEGRATION: CWS toolbarbehavior (1.39.178); FILE MERGED 2006/03/27 15:26:43 cd 1.39.178.1: #i50428# Added helper to re-request context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cdfae8d512c70e6ace8ad3b8cba35b31ecaaa59a]

        INTEGRATION: CWS toolbarbehavior (1.1.2); FILE ADDED 2006/03/27 15:27:08 cd 1.1.2.1: #i50428# Added helper to re-request context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [391e46c73a4ff96cb43387dcfda81ab346842f09]

        INTEGRATION: CWS toolbarbehavior (1.99.176); FILE MERGED 2006/03/27 15:26:42 cd 1.99.176.1: #i50428# Added helper to re-request context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a86947c8de2ac100b8c127d292250cc33a8000f0]

        INTEGRATION: CWS toolbarbehavior (1.1.2); FILE ADDED 2006/03/27 15:27:34 cd 1.1.2.1: #i50428# Added helper to re-request context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3d7cd77f59117c7b48c30ecd30adbab00fd5c0f0]

        INTEGRATION: CWS toolbarbehavior (1.7.314); FILE MERGED 2006/03/28 10:45:04 pb 1.7.314.1: fix: #i60897# 'Screen' -> 'Screen only'

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [96ac6e7df22d5fdc4fab78ceca7e119af038fbac]

        INTEGRATION: CWS toolbarbehavior (1.4.84); FILE MERGED 2006/03/28 12:53:52 pb 1.4.84.2: fix: #i60897# set width of column dynamically 2006/03/28 10:48:14 pb 1.4.84.1: fix: #i60897# set width of column dynamically

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [232b118b3628b4af6708dfe970051adad76d8d8c]

        INTEGRATION: CWS toolbarbehavior (1.23.54); FILE MERGED 2006/03/29 09:09:12 cd 1.23.54.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7ccaaf895d392996d98b92f368dc91ce3ddef04b]

        INTEGRATION: CWS toolbarbehavior (1.22.54); FILE MERGED 2006/03/29 09:09:12 cd 1.22.54.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [09b33f2db9b5f5d433ad6618078aae166be74f52]

        INTEGRATION: CWS toolbarbehavior (1.24.54); FILE MERGED 2006/03/29 09:09:11 cd 1.24.54.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c657867e69937ab529fc7c1fc3b02681b31b8444]

        INTEGRATION: CWS toolbarbehavior (1.25.52); FILE MERGED 2006/03/29 09:09:11 cd 1.25.52.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6dec222d3d259110698728d577cd0900a8278fd9]

        INTEGRATION: CWS toolbarbehavior (1.25.96); FILE MERGED 2006/03/29 09:09:10 cd 1.25.96.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ca7eb914411d6702efdb80b32974c8fbfe397a50]

        INTEGRATION: CWS toolbarbehavior (1.22.54); FILE MERGED 2006/03/29 09:09:10 cd 1.22.54.1: #i50428# Remove context sensitive flag from 'Tools' toolbar

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f6556cf03f3d6f0f9a142f18b4036edc74524e7e]

        INTEGRATION: CWS toolbarbehavior (1.14.80); FILE MERGED 2006/03/28 15:41:10 cd 1.14.80.5: #i50428# Change label to 'Reset' and enable/disable menu item according to spec 2006/03/28 09:35:56 cd 1.14.80.4: #i50428# New menu item 'Close Toolbar' on toolbar context menu 2006/03/27 15:23:46 cd 1.14.80.3: #i50428# Support restore context toolbar visibility 2006/03/23 16:04:57 cd 1.14.80.2: #i50428# View-Toolbars should be permanent close 2006/03/23 08:30:06 cd 1.14.80.1: #i50428# Temporary close for context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ea8ab5c9b7737b78dc77ece2b724d06b4a79e2ce]

        INTEGRATION: CWS toolbarbehavior (1.25.4); FILE MERGED 2006/03/28 09:35:55 cd 1.25.4.1: #i50428# New menu item 'Close Toolbar' on toolbar context menu

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f45e3ff6a3be1c6ac38b23be0773ebfde48e6b19]

        INTEGRATION: CWS toolbarbehavior (1.91.20); FILE MERGED 2006/03/28 12:59:26 cd 1.91.20.1: #i63514# Throw runtime exception if mandatory interface are not available on XFrame reference

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [72505b1a6b1349ad4b01e320ba3ffbdaa46fcf25]

        INTEGRATION: CWS toolbarbehavior (1.44.12); FILE MERGED 2006/03/27 15:22:39 cd 1.44.12.2: #i50428# Support restore context toolbar visibility 2006/03/23 08:30:05 cd 1.44.12.1: #i50428# Temporary close for context sensitive toolbars

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [4e1a8c6e8e80f08601991a8c69baea0543954667]

        INTEGRATION: CWS toolbarbehavior (1.5.108); FILE MERGED 2006/03/27 15:19:45 cd 1.5.108.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [23a269294dd776f1ba61664e6c9ef6fc68577439]

        INTEGRATION: CWS toolbarbehavior (1.30.56); FILE MERGED 2006/03/28 15:41:20 cd 1.30.56.3: #i50428# Change label to 'Reset' and enable/disable menu item according to spec 2006/03/28 09:35:54 cd 1.30.56.2: #i50428# New menu item 'Close Toolbar' on toolbar context menu 2006/03/27 15:19:45 cd 1.30.56.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [949d6ebe483a100122b024db60a3a9df4f91ae1f]

        INTEGRATION: CWS toolbarbehavior (1.7.108); FILE MERGED 2006/03/28 15:41:38 cd 1.7.108.2: #i50428# Change label to 'Reset' and enable/disable menu item according to spec 2006/03/27 15:19:33 cd 1.7.108.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [48f45511aaa4200728deae98ddbf1a6fc3de5ef8]

        INTEGRATION: CWS toolbarbehavior (1.12.52); FILE MERGED 2006/03/28 09:33:18 cd 1.12.52.1: #i50428# New menu item 'Close Toolbar' on toolbar context menu

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [201917854f728cbd42c9a9d45dba3af2dca98384]

        INTEGRATION: CWS toolbarbehavior (1.25.50); FILE MERGED 2006/03/27 16:04:23 cd 1.25.50.2: #i50428# Removed wrong friend clause 2006/03/27 15:19:33 cd 1.25.50.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1b62f666ff7a710055d183d34fe73e7e5eb1147f]

        INTEGRATION: CWS toolbarbehavior (1.5.108); FILE MERGED 2006/03/27 15:19:32 cd 1.5.108.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2bb40048699beb301be2fb76441f6140fbcfb449]

        INTEGRATION: CWS toolbarbehavior (1.14.54); FILE MERGED 2006/03/27 15:19:32 cd 1.14.54.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [dcb8e31fb74b5e95d4c7462cb5c611d420ce1c97]

        INTEGRATION: CWS toolbarbehavior (1.11.84); FILE MERGED 2006/03/27 15:19:32 cd 1.11.84.1: #i50428# Support restore context toolbar visibility

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1183d101b7b38f8481f0e67e3236a4ce3ff5039e]

        INTEGRATION: CWS fwk38 (1.64.4); FILE MERGED 2006/04/07 05:23:01 as 1.64.4.1: #i64067# new behaviour of SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d8255df22424c917627add936a28e2f0288faafc]

        INTEGRATION: CWS fwk38 (1.5.4); FILE MERGED 2006/04/07 05:23:00 as 1.5.4.1: #i64067# new behaviour of SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7ca81e2053c9a9708fe8d0fbb4387b86056cf87b]

        INTEGRATION: CWS fwk38 (1.71.4); FILE MERGED 2006/04/07 05:22:59 as 1.71.4.1: #i64067# new behaviour of SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [72dff02190bc55f93058d104f0e23ecf0160322a]

        INTEGRATION: CWS fwk38 (1.26.332); FILE MERGED 2006/04/07 05:25:15 as 1.26.332.1: #i45551# new UINames for counting undo redo steps

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ddd3c22afd728eb7ae283ad76c8e0d1faf2a98c9]

        INTEGRATION: CWS fwk38 (1.22.10); FILE MERGED 2006/04/07 05:23:33 as 1.22.10.1: #i64067# new menu structure for SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e7536c502571170b95c8dbc4d7f1e460fd4e5fc8]

        INTEGRATION: CWS fwk38 (1.22.8); FILE MERGED 2006/04/07 05:23:46 as 1.22.8.1: #i64067# new menu structure for SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3443c1cbe8ccf00f58751810fba65055360be836]

        INTEGRATION: CWS fwk38 (1.25.6); FILE MERGED 2006/04/07 05:24:01 as 1.25.6.1: #i64067# new menu structure for SendDocAsEmail

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a3d8b51cedaa1b06da36f9432b92361d3be90d7c]

        INTEGRATION: CWS fwk38 (1.24.10); FILE MERGED 2006/04/07 05:22:12 as 1.24.10.1: #i64067# new UINames for SendDocAsEmail commands

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a97d904645d0c1e0610e9625a23161e36bedc74d]

        INTEGRATION: CWS fwk38 (1.46.80); FILE MERGED 2006/04/07 05:22:12 as 1.46.80.1: #i64067# new UINames for SendDocAsEmail commands

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [621cba1157a5a7b2d39e9a164971d1f12056c199]

        INTEGRATION: CWS fwk38 (1.17.10); FILE MERGED 2006/04/07 05:22:11 as 1.17.10.1: #i64067# new UINames for SendDocAsEmail commands

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [da3fc0aeedc1288ffa00e6aec5528a5e553290e4]

        INTEGRATION: CWS fwk38 (1.15.8); FILE MERGED 2006/04/07 05:22:10 as 1.15.8.1: #i64067# new UINames for SendDocAsEmail commands

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9056895de2e669d25edf4f17c4499f399d1cf3d7]

        INTEGRATION: CWS pb14 (1.10.236); FILE MERGED 2006/03/29 16:00:10 pb 1.10.236.1: fix: #126319# only five pathes remain

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [40bbd9360c63ae9d396b4989894c8a0b5a968afe]

        INTEGRATION: CWS ab20lib (1.74.36); FILE MERGED 2005/09/22 15:28:37 ab 1.74.36.1: #125948# Added com/sun/star/script folder

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5f99a7391ea09b6f755053d7112dbb18a917568a]

        INTEGRATION: CWS ab20lib (1.21.22); FILE MERGED 2006/04/03 14:28:08 ab 1.21.22.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [93415a365062f3983d24aaf7a4bcbb57da22d370]

        INTEGRATION: CWS ab20lib (1.58.44); FILE MERGED 2006/04/03 14:28:08 ab 1.58.44.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b53d8df1e3a2e6ab3ef81ec436f86fbc4e3920f5]

        INTEGRATION: CWS ab20lib (1.18.22); FILE MERGED 2006/04/03 14:28:08 ab 1.18.22.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [77cde490cee52c71cbcd384f8080126793ff6457]

        INTEGRATION: CWS ab20lib (1.9.22); FILE MERGED 2006/04/03 14:28:08 ab 1.9.22.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6c3b52971b5b10fa19d152d00bd18122ac352b12]

        INTEGRATION: CWS ab20lib (1.53.20); FILE MERGED 2006/04/05 12:30:40 ab 1.53.20.2: #i64007# LibPage::InsertLib(): Corrected filter handling influenced by package export 2006/04/03 14:28:07 ab 1.53.20.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [40fecdfcedd4af10c4f46871d74adaf477ed8969]

        INTEGRATION: CWS ab20lib (1.103.44); FILE MERGED 2006/04/03 14:28:07 ab 1.103.44.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e35026f6b39d7a092827d65effdf0b1c4c6c7568]

        INTEGRATION: CWS ab20lib (1.18.22); FILE MERGED 2006/04/03 14:28:07 ab 1.18.22.1: #132601# Implemented library export functionality

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [6a5f1eaefd9f6037a422a9e422ff231f23eb87f1]

        INTEGRATION: CWS ab20lib (1.9.14); FILE MERGED 2005/09/29 13:15:19 ab 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/22 13:56:56 ab 1.9.14.1: #125948# Removed XLibraryContainer interfaces that will be moved to offapi

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b4d9069b084a814bd1bb7721f9b8554394d86c47]

        INTEGRATION: CWS ab20lib (1.89.36); FILE MERGED 2006/02/16 12:32:39 ab 1.89.36.3: RESYNC: (1.90-1.93); FILE MERGED 2005/09/28 23:11:44 ab 1.89.36.2: RESYNC: (1.89-1.90); FILE MERGED 2005/09/22 15:39:13 ab 1.89.36.1: #125948# Added com/sun/star/script

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [30684ff5b4102af0ace453d861923e7932534fcc]

        INTEGRATION: CWS ab20lib (1.1.2); FILE ADDED 2005/09/22 15:13:16 ab 1.1.2.1: #125948# makefile for XLibrary... files

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [1f35b831110b54ad95d806a57d5e464be40e84d0]

        INTEGRATION: CWS ab20lib (1.1.2); FILE ADDED 2005/09/22 14:47:28 ab 1.1.2.1: #125948# Moved from udkapi

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f61c907cd486479a8f07eea7959e0094cadd8dd9]

        INTEGRATION: CWS ab20lib (1.1.2); FILE ADDED 2006/03/23 18:02:59 ab 1.1.2.2: #125948# Replaced XStorage by target URL 2005/09/22 15:04:28 ab 1.1.2.1: #125948# New interface XLibraryContainerExport

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [04e067acaeb5a4b18053e17cf1923c779bd9acc8]

        INTEGRATION: CWS ab20lib (1.1.2); FILE ADDED 2005/09/22 14:47:12 ab 1.1.2.1: #125948# Moved from udkapi

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3a7569cceb733bcb9279d416e777471df96ebefa]

        INTEGRATION: CWS ab20lib (1.1.2); FILE ADDED 2005/09/22 14:46:55 ab 1.1.2.1: #125948# Moved from udkapi

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [efebf211bafa6405d3e97be4f4ab08ea991ea7aa]

        INTEGRATION: CWS sixtyfour04 (1.3.170); FILE MERGED 2006/03/10 14:30:49 cmc 1.3.170.1: #i62566# cast crops pointer value

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [093356c9b6ca4953241912d83aa527153819e3f6]

        INTEGRATION: CWS sixtyfour04 (1.32.50); FILE MERGED 2006/03/15 16:14:08 cmc 1.32.50.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3b0ff437bc1b53e2596c28a44ee5fc19c9884a94]

        INTEGRATION: CWS sixtyfour04 (1.17.142); FILE MERGED 2006/03/15 16:14:08 cmc 1.17.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [36e9305a069b3cbeb0e618ce74077e19544c4e12]

        INTEGRATION: CWS sixtyfour04 (1.27.142); FILE MERGED 2006/03/15 16:14:08 cmc 1.27.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [abea684ca3bed0da90eb6e900f6c5f293d63f21f]

        INTEGRATION: CWS sixtyfour04 (1.79.126); FILE MERGED 2006/03/15 16:14:08 cmc 1.79.126.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b1d8749b5833273e29a15450164062e2309e4f69]

        INTEGRATION: CWS sixtyfour04 (1.27.142); FILE MERGED 2006/03/15 16:14:07 cmc 1.27.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [92e80d997a215b70802f78cfa76c11e2c232f1a5]

        INTEGRATION: CWS sixtyfour04 (1.13.142); FILE MERGED 2006/03/15 16:14:07 cmc 1.13.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [acd32b0f299616d4614c8c6ddd23995e39da02f4]

        INTEGRATION: CWS sixtyfour04 (1.3.142); FILE MERGED 2006/03/15 16:14:07 cmc 1.3.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d0ad1c46e1b7de558598014503111e56bdd84516]

        INTEGRATION: CWS sixtyfour04 (1.44.132); FILE MERGED 2006/03/15 16:14:06 cmc 1.44.132.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [55dad3de52bc00a2a3cfd53269049349f4882539]

        INTEGRATION: CWS sixtyfour04 (1.6.142); FILE MERGED 2006/03/15 16:14:06 cmc 1.6.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [81e6f80bf64db8d58761c9064144cbe03034bc11]

        INTEGRATION: CWS sixtyfour04 (1.13.132); FILE MERGED 2006/03/15 16:14:06 cmc 1.13.132.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [9cc7f842edf570173fcd3003be08787c5bc4f875]

        INTEGRATION: CWS sixtyfour04 (1.26.132); FILE MERGED 2006/03/15 16:14:06 cmc 1.26.132.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d2e2ba01bef1452c12e47da4fa607d2eab2b433a]

        INTEGRATION: CWS sixtyfour04 (1.18.112); FILE MERGED 2006/03/29 11:42:12 pjanik 1.18.112.2: RESYNC: (1.18-1.19); FILE MERGED 2006/03/15 16:14:05 cmc 1.18.112.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [69c156e0e9a653560e47e7a92e09855b379a6590]

        INTEGRATION: CWS sixtyfour04 (1.40.48); FILE MERGED 2006/03/29 11:41:28 pjanik 1.40.48.2: RESYNC: (1.40-1.41); FILE MERGED 2006/03/15 16:14:05 cmc 1.40.48.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7d7ad95ce391599377c153f9877078e8a94c70c7]

        INTEGRATION: CWS sixtyfour04 (1.80.88); FILE MERGED 2006/03/15 16:14:05 cmc 1.80.88.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [82a4efcf0ae176c2d0c11e7dbdd1d92a88f8b7f4]

        INTEGRATION: CWS sixtyfour04 (1.3.142); FILE MERGED 2006/03/15 16:14:05 cmc 1.3.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [7bfdceb333b0713b1ea7bfd2b2610bf65c4dc76d]

        INTEGRATION: CWS sixtyfour04 (1.18.72); FILE MERGED 2006/03/15 11:02:08 cmc 1.18.72.1: #i62430# mismatch between set and get RowTranslation

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [00f12214955aaa1a169280ab6652f1a33b8424f7]

        INTEGRATION: CWS sixtyfour04 (1.5.142); FILE MERGED 2006/03/15 16:14:04 cmc 1.5.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f17d5130e0fbddd4d76e8cbcf49aadcac22c39e5]

        INTEGRATION: CWS sixtyfour04 (1.16.86); FILE MERGED 2006/03/15 16:14:04 cmc 1.16.86.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e717629fcb6a02ba079c48ddaeffb97b0b83b6a7]

        INTEGRATION: CWS sixtyfour04 (1.23.74); FILE MERGED 2006/03/15 16:14:04 cmc 1.23.74.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [aa18df7fc103dbcc6b7f58ef376bb3b1d908df47]

        INTEGRATION: CWS sixtyfour04 (1.17.142); FILE MERGED 2006/03/15 16:14:04 cmc 1.17.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2ff3b861a17b60f49ab0ff60edf5d8ac9dd2ae5c]

        INTEGRATION: CWS sixtyfour04 (1.10.132); FILE MERGED 2006/03/15 16:14:03 cmc 1.10.132.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [15f4697d77aadb1237e97bcbd800dc76ed8dead3]

        INTEGRATION: CWS sixtyfour04 (1.2.142); FILE MERGED 2006/03/15 16:14:03 cmc 1.2.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5d79e24cd464a6eea2f866ce6bbfb4a35dc3d353]

        INTEGRATION: CWS sixtyfour04 (1.8.142); FILE MERGED 2006/03/15 16:14:03 cmc 1.8.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [10e8ad8b834f2d4963f9c3cf7b323fbfeac2b24d]

        INTEGRATION: CWS sixtyfour04 (1.6.142); FILE MERGED 2006/03/15 16:14:03 cmc 1.6.142.1: #i63168# make sc 64bit happy

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [d9da8f78a49fd6325d55ae2bac4a7d39c68e1cbd]

        INTEGRATION: CWS sixtyfour04 (1.8.110); FILE MERGED 2006/03/28 15:26:00 kendy 1.8.110.1: #i63489# Templatize the Max()/Min()/Abs() definitions.

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c71fdf12f58b6ec1f11b6158ffbd7dd513859191]

        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>  [d694b7df27f2878670e7b1e1d7e17fbd96e8509f]

        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>  [37951fef2150d105a639f8d7a3908fa507ca8f6d]

        INTEGRATION: CWS sixtyfour04 (1.44.14); FILE MERGED 2006/03/29 11:35:45 pjanik 1.44.14.2: RESYNC: (1.44-1.45); FILE MERGED 2006/03/24 20:53:11 pjanik 1.44.14.1: #i63497#: min()/max() has to have both arguments of the same type (patch commited on behalf of Kendy).

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [ab40a4c30a70e84b6aa1bc173cee9cbb4f97bbf7]

        INTEGRATION: CWS sixtyfour04 (1.34.58); FILE MERGED 2006/03/10 14:30:54 cmc 1.34.58.1: #i62566# cast crops pointer value

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [14ac017d872d1f50b6b8363e8a4c68e915169250]

        INTEGRATION: CWS sixtyfour04 (1.4.324); FILE MERGED 2006/03/14 13:04:48 cmc 1.4.324.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a2d51f28bc78c81c7238a97b7f99268f215af89a]

        INTEGRATION: CWS sixtyfour04 (1.4.326); FILE MERGED 2006/03/14 13:04:47 cmc 1.4.326.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [307ab68d535b635580de0c6c9fbeee35016ba549]

        INTEGRATION: CWS sixtyfour04 (1.130.6); FILE MERGED 2006/03/13 19:04:07 cmc 1.130.6.1: #i63123# escher import/export streaming ULONGs fix for 64bit

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [5c3b425c70a0ac8bbf392a84ae4ea0cdba64aa0f]

        INTEGRATION: CWS sixtyfour04 (1.59.6); FILE MERGED 2006/03/13 19:04:07 cmc 1.59.6.1: #i63123# escher import/export streaming ULONGs fix for 64bit

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [955e880a5a6f191f639eb065faa854fc5fdc4540]

        INTEGRATION: CWS sixtyfour04 (1.61.322); FILE MERGED 2006/03/14 13:04:47 cmc 1.61.322.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [78e04b8aac0c246fe843a9a9f5037b106aab0dee]

        INTEGRATION: CWS sixtyfour04 (1.20.166); FILE MERGED 2006/03/14 13:04:47 cmc 1.20.166.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e235955e65e2459796564a103d46b0f2574acac5]

        INTEGRATION: CWS sixtyfour04 (1.38.104); FILE MERGED 2006/03/14 13:04:47 cmc 1.38.104.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [35ce11e776db507f285fa1234f5ee2b3faa2fb6c]

        INTEGRATION: CWS sixtyfour04 (1.7.136); FILE MERGED 2006/03/14 13:04:46 cmc 1.7.136.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f298b91738c84349c12b7d32b8afe28d9d89f623]

        INTEGRATION: CWS sixtyfour04 (1.21.136); FILE MERGED 2006/03/14 13:04:46 cmc 1.21.136.1: #i63161# streaming ULONGS to/from disk

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [05e17ac4bf08980c10a17f26ef3151ad2caa57c2]

        INTEGRATION: CWS sixtyfour04 (1.34.34); FILE MERGED 2006/03/14 13:09:43 cmc 1.34.34.1: #i60372# fix scaling when exporting/importing on 64bit platforms

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [73bfcd8b5d7530b108cb45c88ddc2d97a4183eb8]

        INTEGRATION: CWS sixtyfour04 (1.40.66); FILE MERGED 2006/03/14 13:09:43 cmc 1.40.66.1: #i60372# fix scaling when exporting/importing on 64bit platforms

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [47784993a9c9fcf3944ad5d8108416e5f4bba61a]

        INTEGRATION: CWS sixtyfour04 (1.9.86); FILE MERGED 2006/03/14 13:09:42 cmc 1.9.86.1: #i60372# fix scaling when exporting/importing on 64bit platforms

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f45a3c76494036bf8bbd4bd20b5ccbbf31d93304]

        INTEGRATION: CWS sixtyfour04 (1.3.70); FILE MERGED 2006/03/21 14:26:05 cmc 1.3.70.1: #i63124# make basic 64bit ok

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2670d46ee6929900eebd1c1b79b6f6cad279efc7]

        INTEGRATION: CWS sixtyfour04 (1.3.68); FILE MERGED 2006/03/21 14:26:05 cmc 1.3.68.1: #i63124# make basic 64bit ok

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [709bb38a66db8ab2a18c855039d5c724220662b5]

        INTEGRATION: CWS sixtyfour04 (1.6.68); FILE MERGED 2006/03/21 14:26:05 cmc 1.6.68.1: #i63124# make basic 64bit ok

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [0a34b04e6a0144eee66c366abf72cdafea56b598]

        INTEGRATION: CWS sixtyfour04 (1.32.60); FILE MERGED 2006/03/21 14:26:05 cmc 1.32.60.1: #i63124# make basic 64bit ok

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [f6ea58880bec0d28fe0beab21db2daec386edf8f]

        INTEGRATION: CWS pj51 (1.38.78); FILE MERGED 2006/03/18 16:29:29 obr 1.38.78.1: #i61959# patch applied

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [697f518880c541c5f0d52191fd9461b367b60343]

        INTEGRATION: CWS pj51 (1.4.78); FILE MERGED 2006/03/18 16:29:29 obr 1.4.78.1: #i61959# patch applied

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [c34f2e30bbad1a6b92308d0daabe413bd1bc161b]

        INTEGRATION: CWS pj51 (1.28.22); FILE MERGED 2006/03/20 21:00:08 pjanik 1.28.22.2: RESYNC: (1.28-1.29); FILE MERGED Use proper fix. 2006/03/18 16:29:29 obr 1.28.22.1: #i61959# patch applied

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3bc554dd727347bdf4228695d2427c0f36c32ac1]

        INTEGRATION: CWS pj51 (1.9.76); FILE MERGED 2006/03/18 16:29:29 obr 1.9.76.1: #i61959# patch applied

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [e29ce25718cc7d8482db8c09c9014c312e5cc4d2]

        INTEGRATION: CWS pj51 (1.10.76); FILE MERGED 2006/03/18 16:29:28 obr 1.10.76.1: #i61959# patch applied

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [37c38522d3ae747fd470cabefd67c8c772ce15c1]

        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>  [99fce44034dac7031be47c6cd0cc973f92d5e56d]

        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-07  Vladimir Glazounov  <vg@openoffice.org>  [5f9d49ebf65a525e942c0b34545fc3fdffb464c5]

        INTEGRATION: CWS pj51 (1.10.24); FILE MERGED 2006/03/08 20:18:05 pjanik 1.10.24.1: #i62757#: Remove accented character from About screen.

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a684a9355af54652bc63a9a028f02c665e2d0fe4]

        INTEGRATION: CWS pj51 (1.2.20); FILE MERGED 2006/03/20 21:51:11 pjanik 1.2.20.1: #i61624#: Remove SISSL reference.

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a640de0ec097e50a086992e2ca94bf073a5face6]

        INTEGRATION: CWS pj51 (1.92.2); FILE MERGED 2006/03/20 20:52:07 pjanik 1.92.2.3: RESYNC: (1.92-1.93); FILE MERGED 2006/03/15 21:52:23 pjanik 1.92.2.2: #i62778#: Remove env. variable URD_ONLY. 2006/03/03 20:31:18 pjanik 1.92.2.1: #i62720#: Remove TF_ONE51 completely from OOo files.

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3b8da706baa08370726159432ca3c7a19e53b43c]

        INTEGRATION: CWS pj51 (1.162.120); FILE MERGED 2006/03/20 20:50:54 pjanik 1.162.120.2: RESYNC: (1.162-1.164); FILE MERGED 2006/03/15 21:54:42 pjanik 1.162.120.1: #i62778#: Fix typo in comment (URD_ONLY -> BUILD_URD_ONLY).

2006-04-07  Vladimir Glazounov  <vg@openoffice.org>  [cf8768f36f4801f25a25d1cf267b46ae1fcf32c9]

        INTEGRATION: CWS pj51 (1.53.258); FILE MERGED 2006/03/15 21:58:45 pjanik 1.53.258.1: #i62720#: Remove env. variable TF_ONE51 completely.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [60c00ff9a6626bf14ac8c17dcff160999bab571e]

        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>  [fb7e793a176161272f48aca8eeebbddebda67281]

        INTEGRATION: CWS impress89 (1.31.30); FILE MERGED 2006/03/15 12:12:59 sj 1.31.30.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [1ce681a2c9dc5cbd53ba88fa8914c3c32394c846]

        INTEGRATION: CWS impress89 (1.20.328); FILE MERGED 2006/03/14 16:25:35 cl 1.20.328.1: #i44846# applied safer cast patch from cmc

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [99dffea35ce9422aadd07881d721da829ab8d672]

        INTEGRATION: CWS impress89 (1.74.210); FILE MERGED 2006/03/15 12:15:18 sj 1.74.210.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [ee226ac45748f83e7297839950745481c61929fa]

        INTEGRATION: CWS impress89 (1.58.6); FILE MERGED 2006/03/15 12:16:09 sj 1.58.6.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [a4dea5d7e73443aa9ff88b1a5bef0489bfb351f0]

        INTEGRATION: CWS impress89 (1.113.6); FILE MERGED 2006/03/15 12:15:37 sj 1.113.6.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [db22dae12bdb1518f07301c2e223d33a94b4ceea]

        INTEGRATION: CWS impress89 (1.25.138); FILE MERGED 2006/03/15 12:14:35 sj 1.25.138.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [b56d2782989c900236533eaf3e16eece18a3a3c3]

        INTEGRATION: CWS impress89 (1.27.64); FILE MERGED 2006/03/14 12:58:12 cl 1.27.64.1: #i62767# applied drag and drop patch from cmc

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [52e81704cd53d7901517b8b53c1ea442919b0c96]

        INTEGRATION: CWS impress89 (1.78.64); FILE MERGED 2006/03/15 12:13:47 sj 1.78.64.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [3197fffb88fedfed315694b9ae0cc26b7c415c95]

        INTEGRATION: CWS impress89 (1.8.154); FILE MERGED 2006/03/20 11:01:50 af 1.8.154.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [662b4ffb9827bc7a00a0857d1d8e1d027e107609]

        INTEGRATION: CWS impress89 (1.15.24); FILE MERGED 2006/03/20 11:00:32 af 1.15.24.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [417768f2765c3f9362db914704415b2892cc6e0d]

        INTEGRATION: CWS impress89 (1.20.64); FILE MERGED 2006/03/20 12:34:20 af 1.20.64.2: #132646# Added mising include file. 2006/03/20 11:00:57 af 1.20.64.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [b36301b707f3a2d606b3f0d6d858b9dc71a76a81]

        INTEGRATION: CWS impress89 (1.3.156); FILE MERGED 2006/03/20 10:59:49 af 1.3.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [74fb1a240eb8e2475c528c45434d2499ef8cc5af]

        INTEGRATION: CWS impress89 (1.5.122); FILE MERGED 2006/03/20 10:58:51 af 1.5.122.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [813247e688e218bc956203909fb531e79c9c0126]

        INTEGRATION: CWS impress89 (1.6.156); FILE MERGED 2006/03/20 10:56:08 af 1.6.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [3e140fecb89479bf1a79c7f6943d812f3d0de9e4]

        INTEGRATION: CWS impress89 (1.8.68); FILE MERGED 2006/03/20 10:53:38 af 1.8.68.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [9a94b0b041b1c013a69c2181c58e2845dbc0dacf]

        INTEGRATION: CWS impress89 (1.1.2); FILE ADDED 2006/03/20 11:03:00 af 1.1.2.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [47f51a9ae915050364855955f4f5baca979d60cc]

        INTEGRATION: CWS impress89 (1.3.156); FILE MERGED 2006/03/20 10:52:55 af 1.3.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e7df300ecb329e956ad0fe60a34781c58cc97578]

        INTEGRATION: CWS impress89 (1.3.156); FILE MERGED 2006/03/20 10:51:30 af 1.3.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d42f9c44443394d4590ef46bfdbc0739b192860e]

        INTEGRATION: CWS impress89 (1.4.68); FILE MERGED 2006/03/20 10:49:44 af 1.4.68.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [b208df7c33aec7d3e7f43acb9aef67077c703837]

        INTEGRATION: CWS impress89 (1.10.84); FILE MERGED 2006/03/20 10:48:28 af 1.10.84.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [f68040c697c8d49ecdeb6c017f34300b713e6fa0]

        INTEGRATION: CWS impress89 (1.6.156); FILE MERGED 2006/03/20 10:47:03 af 1.6.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [6c3eca1b47fc1b1e1ae1a78a4f1d8ffbcaed1d1b]

        INTEGRATION: CWS impress89 (1.6.156); FILE MERGED 2006/03/20 10:45:35 af 1.6.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [a729190c4b212b84ba6be6d5c99061f7e15f9623]

        INTEGRATION: CWS impress89 (1.13.68); FILE MERGED 2006/03/20 10:44:23 af 1.13.68.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [8c37da7e0cfa054976f06134d2aa18066efbe1f0]

        INTEGRATION: CWS impress89 (1.22.64); FILE MERGED 2006/03/20 10:43:41 af 1.22.64.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [19d2e4dbadf9ed2da3c654d664328c3e4ac41eb4]

        INTEGRATION: CWS impress89 (1.25.82); FILE MERGED 2006/03/20 10:41:54 af 1.25.82.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [8369e91057aa2f02d333c3ef3483cecf0920a6c6]

        INTEGRATION: CWS impress89 (1.3.156); FILE MERGED 2006/03/20 10:35:13 af 1.3.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [6a4f0def69e3f866052a03ba000b8987a855b376]

        INTEGRATION: CWS impress89 (1.6.156); FILE MERGED 2006/03/20 10:34:31 af 1.6.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [f29d711537d5422da7efb10344a206eeeb78d13f]

        INTEGRATION: CWS impress89 (1.4.84); FILE MERGED 2006/03/20 10:31:15 af 1.4.84.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [ef77b17135eace269f1c8c8589ffbf9af3c66326]

        INTEGRATION: CWS impress89 (1.8.156); FILE MERGED 2006/03/20 10:29:14 af 1.8.156.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e19fd7693bbd96a5436e6b0c06056272c80d6c2f]

        INTEGRATION: CWS impress89 (1.18.66); FILE MERGED 2006/03/20 10:26:53 af 1.18.66.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d96cb8ce978fb087fda3cfcb373eef32af045b91]

        INTEGRATION: CWS impress89 (1.31.64); FILE MERGED 2006/03/20 10:25:27 af 1.31.64.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d470b85a1d081c5b0c3565ad8538a09e1db3258a]

        INTEGRATION: CWS impress89 (1.4.120); FILE MERGED 2006/03/20 10:18:30 af 1.4.120.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [0a8f9e8f40fb86664e2eba5c7a9f9ed30eb0756a]

        INTEGRATION: CWS impress89 (1.5.156); FILE MERGED 2006/03/15 12:14:05 sj 1.5.156.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [00020a7dd71ce17c42b0beed3c5508046ed0f105]

        INTEGRATION: CWS impress89 (1.113.122); FILE MERGED 2006/03/14 14:19:10 cl 1.113.122.1: #i63153# changed title capitel for naming dialog

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [84da16beffb96a865956c782bcfbd542c4396cca]

        INTEGRATION: CWS impress89 (1.7.64); FILE MERGED 2006/03/20 10:16:59 af 1.7.64.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [5716cd93c842b10178e867fdcb515866ee307e01]

        INTEGRATION: CWS impress89 (1.5.66); FILE MERGED 2006/03/20 10:15:35 af 1.5.66.1: #132646# Using shared_ptr to slidesorter PageDescriptor.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [df0b7ee39523aa41a87c6a74e1e0b78c505eb421]

        INTEGRATION: CWS impress89 (1.52.2); FILE MERGED 2006/03/15 12:13:21 sj 1.52.2.1: #i63158# added patch: save thumbnails to MS format documents

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [deff32ce76d3afce9bf28fe0e98159f13080b10f]

        INTEGRATION: CWS impress89 (1.19.90); FILE MERGED 2006/03/14 12:26:56 cl 1.19.90.1: #i51301# do not crash with empty viewboxes

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [4a407eeca49d8c2cc87b43e0f2119602490f3fc2]

        INTEGRATION: CWS impress89 (1.4.60); FILE MERGED 2006/03/14 16:26:17 cl 1.4.60.1: #i44846# applied safer cast patch from cmc

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [3c2186c0e2c8f38f9920e5c38f84573a76bdd33a]

        INTEGRATION: CWS impress89 (1.5.60); FILE MERGED 2006/03/14 16:02:33 cl 1.5.60.1: #i45162# added safer cast patch from cmc

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [50882a10bf818cbab82ceb486779051eeea7e46a]

        INTEGRATION: CWS impress89 (1.4.60); FILE MERGED 2006/03/14 16:14:40 cl 1.4.60.1: #i50652# added safer cast patch from cmc

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d18713c9ee785ba0181ceebdacb4444c79e86611]

        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>  [5dec457207c7fff488f667b128f2493b18bd033e]

        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>  [df156787d051ae3f1c6393a0e46fa0165f8d844a]

        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>  [972fcc578b29dac0bf092ef4bc7c7902fd9f66eb]

        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>  [ff2994cf66e42fbbb30b53a22292c5c32f122126]

        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>  [87cfad1a6c8958e427a339ed11ed0b0e0ae7159b]

        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>  [66ae5c60f942235747b6f97e3ecfadd67e18ac62]

        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>  [aeb998ec1028413d1f05cb0351acf72cf9b55b09]

        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>  [d7a988fd13acd64e65ba50a117f16b240fdbcdb9]

        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>  [868e5f29daaa09225e3f2e34d325fe4c18da59fe]

        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>  [ae18118d95a2b7907465d0182c456cb28421b6ea]

        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>  [d6074846c5f5664be04624528c43c19c7b9e554e]

        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>  [c0d8c9d9383e77df180f794ac25159c555da20be]

        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>  [3d014edad04c4b5bb8aab1d339e15f8835a6271d]

        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>  [5c3e9b31b110daee8d2b56010fa65ca933224090]

        INTEGRATION: CWS vcl56 (1.44.40); FILE MERGED 2006/03/21 13:52:04 pl 1.44.40.2: #130831# join from CWS fwk01pp1 2006/03/21 13:46:06 pl 1.44.40.1: #130831# join from CWS vclppbugs7

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e4771d7cb05613031d56f6711b5fcddb7b55ec7d]

        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>  [e29db6f1e0b0bbf2ab078736df853c920cafc42f]

        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>  [cefea87138f045512d0d4b1ec2d40947d2412f9b]

        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-06  Vladimir Glazounov  <vg@openoffice.org>  [b04163fe514790fba17e0de29a822f87027d59a1]

        INTEGRATION: CWS swqbf59 (1.22.178); FILE MERGED 2006/03/20 15:45:48 ama 1.22.178.1: Fix #i56252#: Sometimes a standard numbering rule has to be instanciated

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [616d4016e7b4c7fb65ba48164ea8143114b185d6]

        INTEGRATION: CWS swqbf59 (1.19.266); FILE MERGED 2006/03/20 11:47:10 fme 1.19.266.1: #i63328# Expand Single Word broken due to vanished algebraic sign

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [0b78405307c7161ca060b4c9f97ccb6f48b149c5]

        INTEGRATION: CWS swqbf59 (1.35.194); FILE MERGED 2006/03/16 17:22:30 ama 1.35.194.1: #i60396#: Redline beginning before but ending inside a table

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [91d4cd81fb7c1718edaafa886902a2748994163b]

        INTEGRATION: CWS swqbf59 (1.15.94); FILE MERGED 2006/03/21 14:06:36 ama 1.15.94.1: Fix #i61399#: Robust against wrong numbering style ("Bullet") in footnote configuration

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [fe112b9cae8067358b710c735454d1930da45736]

        INTEGRATION: CWS swqbf59 (1.16.96); FILE MERGED 2006/03/20 10:47:09 ama 1.16.96.1: Fix #i62524#: Memory leak when loading text field with hidden condition

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d72cdf14eceae4ce039579e3009edd6a442f2179]

        INTEGRATION: CWS slideshowkeys01 (1.15.144); FILE MERGED 2006/03/21 15:25:46 cl 1.15.144.1: #i54381# changed slide show controlling

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [92ed70feb078ccd3ade131c744b753de05ed3efc]

        INTEGRATION: CWS slideshowkeys01 (1.27.76); FILE MERGED 2006/03/24 14:46:08 cl 1.27.76.2: #i54381# changed slide show controlling 2006/03/21 15:25:46 cl 1.27.76.1: #i54381# changed slide show controlling

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [e00b283a76829138dc3f97417969f053d9516707]

        INTEGRATION: CWS slideshowkeys01 (1.6.144); FILE MERGED 2006/03/21 15:25:45 cl 1.6.144.1: #i54381# changed slide show controlling

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [b7dd882e4f2a45fdc808f71884dcdeef1e17d277]

        INTEGRATION: CWS extras8pp3 (1.145.16); FILE MERGED 2006/03/27 13:28:14 ih 1.145.16.1: #i60444# patch flag set for labels.xcu

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [c10665e4880f688aadcf6c25efeb7942e91ab58a]

        INTEGRATION: CWS extras8pp3 (1.24.28); FILE MERGED 2006/03/29 10:17:12 va 1.24.28.1: #i63492# Set patch flag for autocorr.zip.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [a3f30d30ccb9c751587aee79fbc714bfed55a790]

        INTEGRATION: CWS extras8pp3 (1.3.28); FILE MERGED 2006/03/24 10:32:37 va 1.3.28.1: #i53745# Corrected translation. Issue number: Submitted by: Reviewed by:

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [540ca5d6b65c458e0a61da0b791dc971c32fe947]

        INTEGRATION: CWS extras8pp3 (1.3.28); FILE MERGED 2006/03/24 10:34:43 va 1.3.28.1: #i62236# Corrected typo. Issue number: Submitted by: Reviewed by:

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [25a24361c0dec8776f6e568a8ac9423ddfe4e2cf]

        INTEGRATION: CWS extras8pp3 (1.44.100); FILE MERGED 2006/03/27 15:29:18 ih 1.44.100.1: #i60444# log-file in root folder problem corrected

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [93e4fbfca11bfff44255eccdce403603c7a87d79]

        INTEGRATION: CWS extras8pp3 (1.7.128); FILE MERGED 2006/03/29 13:20:51 ih 1.7.128.2: Header corrected 2006/03/27 15:28:25 ih 1.7.128.1: #i58685# HERMA rows and columns corrected

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [d8f9637e3e380d2bef9c3560cb8c4fa61118ee2c]

        INTEGRATION: CWS pj52 (1.195.4); FILE MERGED 2006/04/04 19:17:58 pjanik 1.195.4.1: #i63792#: Rename Mac OS X specific library.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [862e94c4f94fabd66c28a9edc6328b2a35416d3f]

        INTEGRATION: CWS pj52 (1.28.14); FILE MERGED 2006/04/04 19:19:14 pjanik 1.28.14.1: #i63792#: Rename Mac OS X specific library and getLocale function.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [2feecbecdff2a44048cde44741eb800eed174123]

        INTEGRATION: CWS pj52 (1.95.4); FILE MERGED 2006/04/04 19:04:13 pjanik 1.95.4.1: #i63728#: Remove hardcoded user "buildso" paths from environment.

2006-04-06  Vladimir Glazounov  <vg@openoffice.org>  [60c1248f41c161288bfbfb93286bcec1c11104db]

        INTEGRATION: CWS pj52 (1.4.36); FILE MERGED 2006/04/04 19:05:45 pjanik 1.4.36.1: #i63880#: Check CPU while building (build on PowerPC only).

2006-04-04  Thorsten Behrens  <thb@openoffice.org>  [f0aa9cb0a11ec6fe17bc4d098f04d9b20b06fa20]

        Made things work; removed regcomp cruft; added ellipse and text

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [37f9ea0dd02a530d52edd5e3d7d520e342ff6429]

        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-04  Vladimir Glazounov  <vg@openoffice.org>  [027005983585b97c23efd5b48b9ef79333e7716c]

        INTEGRATION: CWS pdfexportimprove (1.112.6); FILE MERGED 2006/03/23 11:28:35 pl 1.112.6.5: RESYNC: (1.112-1.114); FILE MERGED 2006/03/16 09:48:37 pl 1.112.6.4: #i61139# viewer preferences 2006/03/13 11:39:36 pl 1.112.6.3: #i61139# viewer preferences 2006/03/10 09:44:05 pl 1.112.6.2: #i61139# viewer preferences 2006/03/09 09:48:41 pl 1.112.6.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [91e009265da2092a44cedacae6f33b1f3a7f4547]

        INTEGRATION: CWS pdfexportimprove (1.10.94); FILE MERGED 2006/03/28 15:09:28 pl 1.10.94.1: #i63719# use helpid not resourceid for HelpId property

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [1279a15f07f8234c3eda2bdb0d3c1205228d51e8]

        INTEGRATION: CWS pdfexportimprove (1.7.20); FILE MERGED 2006/03/09 09:50:12 pl 1.7.20.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [874fcad1f1700687c712246a6cccb5eb0a378d02]

        INTEGRATION: CWS pdfexportimprove (1.44.46); FILE MERGED 2006/03/23 11:19:39 pl 1.44.46.3: RESYNC: (1.44-1.46); FILE MERGED 2006/03/13 11:41:05 pl 1.44.46.2: #i61139# viewer preferences 2006/03/09 09:50:11 pl 1.44.46.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [48c6030ec8b438d64aaed82ec7d0a48dd00f3832]

        INTEGRATION: CWS pdfexportimprove (1.8.94); FILE MERGED 2006/03/09 09:50:11 pl 1.8.94.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [e45e7ae5f9c0107438e196e600f22a42aa90e4c3]

        INTEGRATION: CWS pdfexportimprove (1.11.94); FILE MERGED 2006/03/09 09:50:11 pl 1.11.94.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [b8086bd2d9e4bd87cc98088d10dc7dfce81f6a9b]

        INTEGRATION: CWS pdfexportimprove (1.26.20); FILE MERGED 2006/03/15 09:59:01 pl 1.26.20.5: #i61139# viewer preferences 2006/03/13 11:41:04 pl 1.26.20.4: #i61139# viewer preferences 2006/03/10 09:43:49 pl 1.26.20.3: #i61139# viewer preferences 2006/03/09 12:33:38 pl 1.26.20.2: #i61139# viewer preferences 2006/03/09 09:50:11 pl 1.26.20.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [e1513fb71c38bab2e178ad34530601b7b6cb4454]

        INTEGRATION: CWS pdfexportimprove (1.12.20); FILE MERGED 2006/03/17 09:28:18 pl 1.12.20.7: #i61139# viewer preferences 2006/03/16 09:51:54 pl 1.12.20.6: #i61139# viewer preferences 2006/03/15 09:59:01 pl 1.12.20.5: #i61139# viewer preferences 2006/03/13 11:41:04 pl 1.12.20.4: #i61139# viewer preferences 2006/03/10 11:11:03 pl 1.12.20.3: #i61139# viewer preferences 2006/03/10 09:43:49 pl 1.12.20.2: #i61139# viewer preferences 2006/03/09 09:50:11 pl 1.12.20.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [45f2c847733d71c6a2e410d16520cd3f3373a2b1]

        INTEGRATION: CWS pdfexportimprove (1.8.20); FILE MERGED 2006/03/13 11:41:03 pl 1.8.20.2: #i61139# viewer preferences 2006/03/09 09:50:11 pl 1.8.20.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [e482f8cbc16413e28467bc43c84aef1255ac32a3]

        INTEGRATION: CWS pdfexportimprove (1.14.20); FILE MERGED 2006/03/17 09:28:17 pl 1.14.20.7: #i61139# viewer preferences 2006/03/16 09:51:54 pl 1.14.20.6: #i61139# viewer preferences 2006/03/15 09:59:01 pl 1.14.20.5: #i61139# viewer preferences 2006/03/13 11:41:03 pl 1.14.20.4: #i61139# viewer preferences 2006/03/10 11:11:02 pl 1.14.20.3: #i61139# viewer preferences 2006/03/10 09:43:49 pl 1.14.20.2: #i61139# viewer preferences 2006/03/09 09:50:10 pl 1.14.20.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [c4eca70b17ba16ab95ef64d69843a3e6282ddd3a]

        INTEGRATION: CWS pdfexportimprove (1.6.94); FILE MERGED 2006/03/09 09:50:10 pl 1.6.94.1: #i61139# viewer preferences

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [6595122744d76da40cd9ebb4576042817768cb2a]

        INTEGRATION: CWS cmcfixes24 (1.53.170); FILE MERGED 2006/03/14 11:58:35 cmc 1.53.170.1: #i63155# make sure that script container is valid

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [fa469c024e691fa06e3a24793f790d2e7be3bd31]

        INTEGRATION: CWS cmcfixes24 (1.5.24); FILE MERGED 2006/03/10 10:27:45 cmc 1.5.24.1: #i45725# test that user provided dictionary etc file actually exist before attempting to use them

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [e9a164c2a2c16dc114e097d0a523f000176e5c6a]

        INTEGRATION: CWS cmcfixes24 (1.15.18); FILE MERGED 2006/03/10 10:27:45 cmc 1.15.18.1: #i45725# test that user provided dictionary etc file actually exist before attempting to use them

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [b9e3c61252d6932e4ef40abc82ca82d7993fbf8e]

        INTEGRATION: CWS cmcfixes24 (1.15.8); FILE MERGED 2006/03/10 10:27:45 cmc 1.15.8.1: #i45725# test that user provided dictionary etc file actually exist before attempting to use them

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [0451117069e42276947287a755b76ff5e0caf1b6]

        INTEGRATION: CWS cmcfixes24 (1.96.78); FILE MERGED 2006/03/13 15:42:28 cmc 1.96.78.1: #i63119# the blackdown having a libjpeg.so doesn't affect a gcj builder

2006-04-04  Vladimir Glazounov  <vg@openoffice.org>  [32d19d29eaefbf79d1125f9e15e0466738c40358]

        INTEGRATION: CWS cmcfixes24 (1.20.38); FILE MERGED 2006/03/16 10:39:26 cmc 1.20.38.1: i63249# libxml2 -> LIBXML2:libxml2

2006-04-03  Oliver Bolte  <obo@openoffice.org>  [dae2c54625b863df983dd019ed6def6d517e5d26]

        #i63872# DtMACOSX readded to DtType

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [76a1f44bc5b89d1b079d1d8f7428b3fca93138e5]

        INTEGRATION: CWS dba203b (1.6.6); FILE MERGED 2006/03/22 15:55:42 fs 1.6.6.1: #i63283# be more tolerant in propertyChange

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6427ab7fbf8550c4a39ff9f4672a05369b8b6598]

        INTEGRATION: CWS dba203b (1.30.6); FILE MERGED 2006/03/23 11:50:47 fs 1.30.6.1: some solar guards, some more defensive assertions, some crash safety

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [4c2020276fe19578d9f1091a845f8e755e5ce0d8]

        INTEGRATION: CWS dba203b (1.7.6); FILE MERGED 2006/03/28 07:56:05 fs 1.7.6.1: initializeColumnLabels: properly load the master form string

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [350d51ccb592390869735ee7afba180912feca8f]

        INTEGRATION: CWS dba203b (1.2.6); FILE MERGED 2006/03/22 15:54:53 fs 1.2.6.1: #i63283# properly handle the Font property, so it is really composeable

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [c955d8fc73d655a464f2ed906642378cefb5b909]

        INTEGRATION: CWS dba203b (1.2.6); FILE MERGED 2006/03/22 15:54:52 fs 1.2.6.1: #i63283# properly handle the Font property, so it is really composeable

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [f67e7666acfdd6a65288f8fe2a543f1281d26fc3]

        INTEGRATION: CWS dba203b (1.4.112); FILE MERGED 2006/03/22 15:54:48 fs 1.4.112.1: #i63283# translateItemsToProperties: add a version which provides a Sequence< NamedValue >

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [958dbd5509750e94e3845a120749828204faa19b]

        INTEGRATION: CWS dba203b (1.12.6); FILE MERGED 2006/03/22 15:54:48 fs 1.12.6.1: #i63283# translateItemsToProperties: add a version which provides a Sequence< NamedValue >

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [b578d06fe1557b5427d57553ceb6b8552bae678b]

        INTEGRATION: CWS dba203b (1.5.6); FILE MERGED 2006/03/22 15:55:18 fs 1.5.6.1: #i63283# method renamed

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [ceb0be56cc95f48b1a4f8e09bea0155bc91922a0]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/23 10:15:41 fs 1.1.2.1: complex/integration tests for the extensions module

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [507d65ada9a933fabf2df61a24d4fcfca0eb2cdc]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/23 10:16:43 fs 1.1.2.1: scenario file (no non-interactive tests so far)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [1d12b94d9c3b1d69e8bf8ca758cc0482978d926d]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/23 10:16:06 fs 1.1.2.1: test skeleton

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [72fd0d91fdbb5834df71d6e2dd81c09e0adaf39d]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/28 13:09:57 fs 1.1.2.3: outsourced the factory to a more generic class 2006/03/28 06:22:20 fs 1.1.2.2: property label changed 2006/03/23 11:51:29 fs 1.1.2.1: a handler displaying the supported services, with support for live-link to the online documentation

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [f7d67d169ec0ea2d3c40c26607c7a13166c03f95]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/28 13:08:59 fs 1.1.2.3: additional handler displaying the methods 2006/03/23 11:51:59 fs 1.1.2.2: extra handler for displaying supported services in a clickable form 2006/03/23 10:16:16 fs 1.1.2.1: interactive ObjectInspector test

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [97ec539375fa7f905ceb5f9acd91b1393cc29c85]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/28 13:10:29 fs 1.1.2.1: handler for displaying the methods of an inspectee

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [d7e767e138814faaa44e0d74c75cf0dfc91c19e6]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/23 10:15:47 fs 1.1.2.1: wrapper for the css.frame.Frame service

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [41377c2658a442c78cc8a726f288b3780862bc4a]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/23 11:51:50 fs 1.1.2.1: helper for waiting for a console input

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [a343638897879ee19ce8615fa59c09e224abc2ac]

        INTEGRATION: CWS dba203b (1.1.2); FILE ADDED 2006/03/28 13:09:47 fs 1.1.2.1: factory for creating components with ComponentContext and with or without arguments

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [8545ed8e2b04e7d6fbaa04002aa69e10b42e2848]

        INTEGRATION: CWS dba203b (1.6.44); FILE MERGED 2006/03/27 14:11:35 fs 1.6.44.1: #i63439# correct parsing of existing sort order

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [a9f160e7c6a990b63d451e87b099942d2911bc2b]

        INTEGRATION: CWS dba203b (1.46.42); FILE MERGED 2006/03/27 14:02:31 fs 1.46.42.1: #i52306# DropDownLineCount(15)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [49d615b8d09a7e2b71906abf84d446591c1e98c8]

        INTEGRATION: CWS dba203b (1.44.100); FILE MERGED 2006/03/27 14:36:01 fs 1.44.100.1: #i47324# change string from Attach to Append

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [ae93148f093f0561078f8f4e014eaf98d098379a]

        INTEGRATION: CWS dba203b (1.8.106); FILE MERGED 2006/03/27 14:11:35 fs 1.8.106.1: #i63439# correct parsing of existing sort order

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [254be3da4485cfae4884eb7254b13ae296f72be2]

        INTEGRATION: CWS dba203b (1.3.106); FILE MERGED 2006/03/27 08:53:37 fs 1.3.106.1: removed obsolete string

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [982ae06432ad1fe489ad2fe249b5f1c09a7fd43f]

        INTEGRATION: CWS dba203b (1.33.100); FILE MERGED 2006/03/27 08:58:03 fs 1.33.100.1: removed obsolete string

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [b7abadbff1ccf31957cc1a3318372ac436d5b90a]

        INTEGRATION: CWS dba203b (1.4.106); FILE MERGED 2006/03/27 14:39:39 fs 1.4.106.1: #i56018#

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [1c7378bdb37f1202431b3ee8861d24131355f8ef]

        INTEGRATION: CWS dba203b (1.15.106); FILE MERGED 2006/03/27 14:11:34 fs 1.15.106.1: #i63439# correct parsing of existing sort order

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [301f47ca1ce7c61ca21ce3246d675ccb43263e46]

        INTEGRATION: CWS dba203b (1.3.106); FILE MERGED 2006/03/27 14:39:38 fs 1.3.106.1: #i56018#

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [88fac516f74804da1e3eb2ae8bf0998664c42dbe]

        INTEGRATION: CWS dba203b (1.4.106); FILE MERGED 2006/03/27 14:39:38 fs 1.4.106.1: #i56018#

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [10e45a996b36719225016b7b38964c3c0f5dc8d2]

        INTEGRATION: CWS dba203b (1.2.106); FILE MERGED 2006/03/27 14:39:38 fs 1.2.106.1: #i56018#

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [85ad6a31278b781bae508bda28db5e699f1f6d6a]

        INTEGRATION: CWS dba203b (1.38.96); FILE MERGED 2006/03/27 14:22:19 fs 1.38.96.1: #i44354# allow UTF-8 for flat-file

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [ef71170cfc4285dcf39fbfe5c05c73fc734377b3]

        INTEGRATION: CWS dba203b (1.33.106); FILE MERGED 2006/03/27 14:39:38 fs 1.33.106.1: #i56018#

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [8191fd70692465b5b99b5a267b8c8252a07a7fd8]

        INTEGRATION: CWS dba203b (1.9.100); FILE MERGED 2006/03/29 06:52:22 fs 1.9.100.3: #i40313# 2006/03/28 14:02:02 fs 1.9.100.2: #i40313# 2006/03/27 14:14:25 fs 1.9.100.1: #i40313# #i54732# patch string and group flag

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [15354e2861cff20605c2306e85b9644603bed799]

        INTEGRATION: CWS dba203b (1.101.100); FILE MERGED 2006/03/27 08:54:32 fs 1.101.100.1: removed obsolete string

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [44fcaec74e1b053472c04eaf64a959440c954a99]

        INTEGRATION: CWS dba203b (1.66.98); FILE MERGED 2006/03/27 09:31:55 fs 1.66.98.1: m_bDescribingSupportedFeatures available in non-pro version all the time

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [3355fd6392658a298db478676459eef2141dbf52]

        INTEGRATION: CWS dba203b (1.90.54); FILE MERGED 2006/03/27 08:58:03 fs 1.90.54.1: removed obsolete string

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [57a86dd04c39ce123647370cb3ee9d9ba80069e0]

        INTEGRATION: CWS dba203b (1.11.54); FILE MERGED 2006/03/28 06:15:08 fs 1.11.54.1: (fixed copied herein from CWS dba30) #i46967# clear preview only when no entry is avail

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [804519816bb8d6abbf0a5d1d235c9b6d2ebce076]

        INTEGRATION: CWS dba203b (1.11.316); FILE MERGED 2006/03/28 06:07:07 fs 1.11.316.1: #109241# +getDefaultNumberFormat

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [da199c1b62b0e8e5207fd933471a0281e1857664]

        INTEGRATION: CWS dba203b (1.49.88); FILE MERGED 2006/03/28 06:06:44 fs 1.49.88.1: #109241# createFieldControl: allow for columns which do not have an own format key (e.g. a pure css.sdb.DataColumn)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [ec866f32c53635feff110b931bb2b65f143e8f87]

        INTEGRATION: CWS dba203b (1.15.338); FILE MERGED 2006/03/28 06:06:21 fs 1.15.338.1: #109241# +getDefaultNumberFormat

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [2dd795b3b0700239a910f7408d3ead28fb43fa4d]

        INTEGRATION: CWS dba203b (1.15.318); FILE MERGED 2006/03/28 06:07:25 fs 1.15.318.1: #i48576# misspelled word

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [0671a5371e6981e43c655e7657ba4246a6ff3998]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:18 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [3c080ba2f3c78c0110756a7a5914b1a9e4fb4617]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:17 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [089dccc3e4e7b05cb1789744642bc8ce9f4b3730]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:16 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [572395645e231c2328aed3dcf7ff7bba4e86e1e9]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:15 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [a0618dd9e720e0d56ad8ff6d1594b2ef207c08c7]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:14 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [87bb6e8fc2c255c1e0b6947f5b9ced2f1e5d55b9]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:13 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [3f52744ca9ec167f9bc7f7476f2755a369fea0e6]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:12 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [f5c593ca4b69075d5e37f08225e0abbf2fc727ed]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:11 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [313734195e603873d18d1d8e96a206c64975b239]

        INTEGRATION: CWS dba203b (1.2.12); FILE MERGED 2006/03/28 10:03:10 fs 1.2.12.1: added 'since' tags

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [917fc8ce10444f20aadd96eeff878ee7166b8770]

        INTEGRATION: CWS dba203b (1.8.70); FILE MERGED 2006/03/27 14:12:19 fs 1.8.70.1: #i60738# proper cloning of grid columns

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [c021ef6da96de3d1d0223ebcb37aee54cb6b6625]

        INTEGRATION: CWS dba203b (1.21.70); FILE MERGED 2006/03/27 14:12:18 fs 1.21.70.1: #i60738# proper cloning of grid columns

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [ddfae24976f35cf85f4e48dfc042a87ad0b67cfa]

        INTEGRATION: CWS dba203b (1.3.70); FILE MERGED 2006/03/28 06:22:51 fs 1.3.70.1: layout

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [de4ff2b3ec651bd1faeb6b5379b3b57063d9d404]

        INTEGRATION: CWS dba203b (1.23.30); FILE MERGED 2006/03/27 08:24:54 fs 1.23.30.1: #i63511# createInstanceWithArgumentsAndContext: always call initialize, even if the arguments sequence is empty (approved by SB)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [0b2e0e4340c0cae5b03708682d71259b568edf51]

        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>  [a49d8e64177e740f4227a7436db645af41526c15]

        INTEGRATION: CWS dba203b (1.22.70); FILE MERGED 2006/03/27 09:19:49 fs 1.22.70.1: Adressbuch instead of Adreßbuch (new German spelling)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [d85f7057946326301d493c2adb0cc41fdcda943a]

        INTEGRATION: CWS dba203b (1.10.52); FILE MERGED 2006/03/27 08:08:02 fs 1.10.52.1: #i61611# m_nRowCountResult superfluous

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [db4b94b0ac3d536d72dbe58d30338c2b33fc0976]

        INTEGRATION: CWS dba203b (1.23.52); FILE MERGED 2006/03/27 08:09:36 fs 1.23.52.1: #i61611# initialize m_CurrentRowCount when building a sorted key set

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [222c2ab12c514dc978d9e2f0427cbc2ec7683068]

        INTEGRATION: CWS dba203b (1.6.82); FILE MERGED 2006/03/27 07:13:14 fs 1.6.82.1: #i59086# UTF8 instead of ASCII, when transfering localized strings as char*

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6d2277bc3377fddee418d784efc2c294c982980a]

        INTEGRATION: CWS ause053 (1.18.2); FILE MERGED 2006/03/24 17:36:11 hjs 1.18.2.1: #i63590# change directory creation

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [f958c2bf7e35a7c11c3170ba438193ffd79464c2]

        INTEGRATION: CWS ause053 (1.44.18); FILE MERGED 2006/03/27 10:53:39 hjs 1.44.18.1: #i63590# correct location

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [96de4020425b33c7ea770551ee25edfc185d3c7b]

        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>  [b8cb3d060ccaf2d90efaf09d0c4f5abeb1015b5d]

        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>  [5b0958c45d25f10162a960af87adf9e4405a14e5]

        INTEGRATION: CWS swstability01 (1.17.56); FILE MERGED 2006/02/09 15:57:20 ama 1.17.56.1: #130880# Crash undo of table to text with "complex" tables

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6ff263b837831d46d0c215963b70543a9ea5bd2a]

        INTEGRATION: CWS swstability01 (1.17.172); FILE MERGED 2006/02/23 17:15:21 ama 1.17.172.2: #i48350#i54499# Undo has to reanchor object correctly 2006/02/22 16:31:45 ama 1.17.172.1: #i50346#: Crash during undo of table paste before objects

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [abf58d24b2ffb8715f571ceea3e37b0b4a5d8c74]

        INTEGRATION: CWS swstability01 (1.14.58); FILE MERGED 2006/02/23 17:14:54 ama 1.14.58.2: #i48350#i54499# Undo has to reanchor object correctly 2006/02/21 14:00:38 ama 1.14.58.1: #132002#i62306#: Stability of UndoDelete

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [101dcaf8992880b42d1ef1cb79b4a43424c1294a]

        INTEGRATION: CWS swstability01 (1.6.218); FILE MERGED 2006/03/16 10:43:17 ama 1.6.218.3: #i55547# unshared/shared header/footer causes more problems 2006/03/14 08:52:56 ama 1.6.218.2: Fix #i55547#i58359# Undo of page descriptions with header/footer 2006/03/13 15:33:51 ama 1.6.218.1: Fix #i55547#: Duplication of header/footer content causes undo crashes

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [a54d8f837f908e76b22e78eed3ef70a2d1a631ec]

        INTEGRATION: CWS swstability01 (1.19.4); FILE MERGED 2006/02/10 09:37:35 ama 1.19.4.1: #125790#: Comment to crash when copying parts of sections

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [d2adf38ebc1aa3cbf877f779af7270be59c344b4]

        INTEGRATION: CWS swstability01 (1.33.4); FILE MERGED 2006/02/09 15:54:57 ama 1.33.4.1: #130880# Crash when undo table to text of "complex" tables

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [70c93e50b371fd519c9a3f8f2ef13d58cc196cef]

        INTEGRATION: CWS swstability01 (1.25.4); FILE MERGED 2006/02/22 15:13:10 ama 1.25.4.1: #132002# Undo, redo of nested sections

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [70fdb0cf4f3c08e4a23a547eea49640cc1417531]

        INTEGRATION: CWS swstability01 (1.19.36); FILE MERGED 2006/03/16 12:34:55 ama 1.19.36.3: #125790# Crash with redlines, too. 2006/02/27 15:56:47 ama 1.19.36.2: #132436#126222# Undo of insert a table from a table selection into text 2006/02/10 09:36:31 ama 1.19.36.1: #125790#: Crash when copying parts of sections

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [7578cd75eef6712b650a783eb142f4e5cdc8496b]

        INTEGRATION: CWS swstability01 (1.54.4); FILE MERGED 2006/03/06 11:15:09 ama 1.54.4.1: Fix #i57907#i62740#i62804#i62806#: Promtion/demotion of chapters (inkl. undo)

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6e3b9a3338a2edfaca67bf033223d884657f9d65]

        INTEGRATION: CWS swstability01 (1.32.136); FILE MERGED 2006/03/16 10:33:04 ama 1.32.136.1: #i55547# Shared/unshared header/footer causes more problems

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [101a020914ec856aaf6d38babb9c8828636b86d3]

        INTEGRATION: CWS swstability01 (1.25.58); FILE MERGED 2006/02/21 13:59:42 ama 1.25.58.2: #132002#i62306#: Stability of UndoDelete 2006/02/09 15:58:25 ama 1.25.58.1: #130880# Crash undo of table to text with "complex" tables

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [05957d0bf316b2e18537d9bea82b850e8f1a61f9]

        INTEGRATION: CWS swstability01 (1.4.218); FILE MERGED 2006/03/14 08:51:53 ama 1.4.218.2: Fix #i55547#i58359# Undo of page descriptions with header/footer 2006/03/13 15:31:19 ama 1.4.218.1: Fix #i55547#: Duplication of header/footer content causes undo crashes

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [7e7b4d38bf6fde5414c3a4e1fa297701cbddc404]

        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>  [0c49320ae1eb0eaa856baa78de043a236b39b4b8]

        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>  [51d0954ce0bde37b46297ca9987738449803e533]

        INTEGRATION: CWS long2int (1.4.48); FILE MERGED 2005/10/26 18:07:22 kendy 1.4.48.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [0f9cb9a1a371712b19c7c433d989ffc162d26c3b]

        INTEGRATION: CWS long2int (1.19.48); FILE MERGED 2005/10/26 18:07:21 kendy 1.19.48.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [e18f834b0e0c4ac3b8b97e4851f8a8d4ba13ff24]

        INTEGRATION: CWS long2int (1.30.48); FILE MERGED 2006/02/27 21:42:30 kendy 1.30.48.3: #i56715# Reversed unneccesary ULONG->sal_uInt32 & long->sal_Int32. 2006/02/23 12:10:59 kendy 1.30.48.2: RESYNC: (1.30-1.31); FILE MERGED 2005/10/26 18:07:21 kendy 1.30.48.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [923c4b6a05a7ed4ce6ce29ce38a350a56a20b6c4]

        INTEGRATION: CWS long2int (1.69.44); FILE MERGED 2005/10/26 18:07:21 kendy 1.69.44.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [7424713c49f79db938bc0213b690dcf1650dbc1a]

        INTEGRATION: CWS long2int (1.24.46); FILE MERGED 2006/02/23 12:08:26 kendy 1.24.46.2: RESYNC: (1.24-1.25); FILE MERGED 2005/10/26 18:07:20 kendy 1.24.46.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [fb4472cc50e6d66835904a5c620d53becbf6f5f6]

        INTEGRATION: CWS long2int (1.10.46); FILE MERGED 2005/10/26 18:07:18 kendy 1.10.46.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [b435e2ebbb1f8c3450deb10823f01562b37b3249]

        INTEGRATION: CWS long2int (1.25.46); FILE MERGED 2005/10/26 18:07:18 kendy 1.25.46.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [4e1010d40d38df3dcb86579eff390a618965e8cb]

        INTEGRATION: CWS long2int (1.31.44); FILE MERGED 2005/10/26 18:07:18 kendy 1.31.44.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6a1400ac579fd629608e67a85286adcb1e87cc02]

        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>  [6beeec5c0a006ab4a333475018377a86df9dacdb]

        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-31  Vladimir Glazounov  <vg@openoffice.org>  [763675362444ad359ce3beeba57d8ecb5e1b3a08]

        INTEGRATION: CWS long2int (1.6.532); FILE MERGED 2005/10/26 18:07:14 kendy 1.6.532.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [71050e247dee46b36754ceac1c9f02ccebffb832]

        INTEGRATION: CWS long2int (1.29.26); FILE MERGED 2005/10/26 18:07:14 kendy 1.29.26.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [1c9c9556cb6c2ce9e7e1c7434932fa91d6e21a51]

        INTEGRATION: CWS long2int (1.28.10); FILE MERGED 2006/01/16 13:55:51 kendy 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2005/10/26 18:07:14 kendy 1.28.10.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [3c53a057bcbbe8634135ef66f93c054783ec7204]

        INTEGRATION: CWS long2int (1.10.54); FILE MERGED 2005/10/26 18:07:13 kendy 1.10.54.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [23ac78a23a58b7d33fcc7134e8d6f5f940eb6ed4]

        INTEGRATION: CWS long2int (1.43.8); FILE MERGED 2006/02/23 11:28:23 kendy 1.43.8.3: RESYNC: (1.44-1.46); FILE MERGED 2006/01/16 13:52:53 kendy 1.43.8.2: RESYNC: (1.43-1.44); FILE MERGED 2005/10/26 18:07:13 kendy 1.43.8.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [0c370b9214618b365a0e1a90cea4a70256bab04b]

        INTEGRATION: CWS long2int (1.9.18); FILE MERGED 2005/10/26 18:07:12 kendy 1.9.18.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [59ef5473e8d8c31a63d7aa77ca395f91cb70908e]

        INTEGRATION: CWS long2int (1.6.36); FILE MERGED 2005/10/26 18:07:12 kendy 1.6.36.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [46eea7ac5536bf3527d1e6ce6ca3c4ab323e30bd]

        INTEGRATION: CWS long2int (1.9.34); FILE MERGED 2005/10/26 18:07:12 kendy 1.9.34.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [07b77614bd62e666f81871ff149c1f7e2c106f77]

        INTEGRATION: CWS long2int (1.5.10); FILE MERGED 2005/10/26 18:07:11 kendy 1.5.10.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [bb57faf6ef1e5a08eb2b13f50aa17a56052629a3]

        INTEGRATION: CWS long2int (1.7.34); FILE MERGED 2006/03/17 19:23:25 pjanik 1.7.34.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/26 18:07:11 kendy 1.7.34.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [792511821c93b7f495de6e4b0d2ef4e66a433c15]

        INTEGRATION: CWS long2int (1.13.36); FILE MERGED 2005/10/26 18:07:11 kendy 1.13.36.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [d22a2d5314d6fc460441d23785082523a5b1748a]

        INTEGRATION: CWS long2int (1.14.36); FILE MERGED 2005/11/09 15:16:55 kendy 1.14.36.2: #i56715# - ULONG->sal_uInt32 for nTimeout is wrong, reversed - USHORT -> sal_uInt16 for nColId - OTableEditorCtrl::GetTotalCellWidth() returns sal_uInt32 2005/10/26 18:07:07 kendy 1.14.36.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [6f0122160df5e2777a5c995ea270c9f3b1e23614]

        INTEGRATION: CWS long2int (1.44.28); FILE MERGED 2006/02/23 11:07:35 kendy 1.44.28.3: RESYNC: (1.45-1.46); FILE MERGED 2006/01/16 13:19:25 kendy 1.44.28.2: RESYNC: (1.44-1.45); FILE MERGED 2005/11/09 15:16:54 kendy 1.44.28.1: #i56715# - ULONG->sal_uInt32 for nTimeout is wrong, reversed - USHORT -> sal_uInt16 for nColId - OTableEditorCtrl::GetTotalCellWidth() returns sal_uInt32

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [0b3aa458ddde1f56bf20b5813396fe4da2187174]

        INTEGRATION: CWS long2int (1.18.74); FILE MERGED 2005/10/26 18:06:49 kendy 1.18.74.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [dca52fa67b1ce8a328ba2e8cb9ac3b342ae578e2]

        INTEGRATION: CWS long2int (1.26.72); FILE MERGED 2005/10/26 18:06:48 kendy 1.26.72.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [d0693b779ff3eddab71d9b46cd7e0555bf9e4cac]

        INTEGRATION: CWS long2int (1.35.74); FILE MERGED 2006/02/23 10:16:00 kendy 1.35.74.2: RESYNC: (1.35-1.37); FILE MERGED 2005/10/26 18:06:48 kendy 1.35.74.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [4a50f3283ce085732e916bc43e9d992cc3e608e7]

        INTEGRATION: CWS long2int (1.50.72); FILE MERGED 2006/02/23 10:15:50 kendy 1.50.72.2: RESYNC: (1.50-1.51); FILE MERGED 2005/10/26 18:06:48 kendy 1.50.72.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [3ef15788c64b0ed368d04a016db37051684a8ec6]

        INTEGRATION: CWS long2int (1.7.50); FILE MERGED 2005/10/26 18:06:47 kendy 1.7.50.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [782c2e905fb5fef8b3440f4084a59ea1d484ab85]

        INTEGRATION: CWS long2int (1.6.24); FILE MERGED 2005/10/26 18:06:42 kendy 1.6.24.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-31  Vladimir Glazounov  <vg@openoffice.org>  [1b36aae3b1a5043e445ee81764024297fb2601d1]

        INTEGRATION: CWS long2int (1.61.24); FILE MERGED 2005/10/26 18:06:42 kendy 1.61.24.1: #i56715# Trivial long/ULONG -> sal_Int32/sal_uInt32 patches extracted from ooo64bit02 CWS.

2006-03-30  Oliver Bolte  <obo@openoffice.org>  [1e75aa24e1c8c46b33a10482ad1bf48a0c732f8c]

        #i63816# fpicker added to dependency

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [75e66f250073446684b01f89ad6cc4e099f68f8c]

        #i10000# changed pObj into mpObj.get()

2006-03-29  Vladimir Glazounov  <vg@openoffice.org>  [419d0350a0bed0b3b5fcb5b969211dcb1f14aa36]

        new version for SRC680

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d383c01b94cd3d6f4ba56e2ceefd131457b0d9fc]

        #i10000# new generated. Change from CWS vgbugs02 in configure.in

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [efbb862b5c82221c1ed64d80186086be545425d5]

        SRC680

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [ae6572b55d9eff78c3f54721337fcb88d079d620]

        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>  [85f755667d5b9bfb8b4fd172515640abd122a3b4]

        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>  [c1ca83ec3298d0ef9c3dc510b597208ed41d19da]

        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>  [f6561e873ab0cd94b33b813f7f153804ac88bc69]

        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>  [6dd1110121559649817a424d4090a1d7285d2fa7]

        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>  [120755f2804805ecee41cdcdee6d0b655555e291]

        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>  [14ba4b326bb1eacb5053647f0104f3b20fb76a84]

        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>  [f1202fb9fd8daa0fa49f13a89ee532094aec5658]

        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>  [3610b28500a8cad2e83ace7e7e184a825c6ec921]

        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>  [d49ac054d9011830cfab843311e506a3a6ff3540]

        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>  [db8fbf97ee3a9649fa442419fc9c55ed115b80eb]

        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>  [3021a5963293866bc5e4a90420fcd0b4967d7399]

        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>  [533ecf4e69a4d9f41ecc3659c99680c796c8e9c9]

        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>  [4793d23c4afdea42eade35366836cc841686a3c9]

        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>  [9b9b546ff9e75e9188667286ccce600f8ffad3aa]

        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>  [234d5ff79a51c8d4372cd3fc6c7a4904cd00b17b]

        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>  [b0528e3df4130aa66bb796e67bd24c8e1802a663]

        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>  [638a06d0179c912958460a6b591880f4405e3709]

        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>  [eb300d6bb71d17abc484add8321687d4f948b242]

        INTEGRATION: CWS vgbugs02 (1.150.16); FILE MERGED 2006/03/03 16:03:49 vg 1.150.16.2: #i100000# anable older rpm in configure 2006/03/03 12:03:55 vg 1.150.16.1: #i100000# anable older gnucp in configure

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [321da22cc849f9302bc1406c406b9684070e36ab]

        INTEGRATION: CWS vgbugs02 (1.133.14); FILE MERGED 2006/03/03 12:03:54 vg 1.133.14.1: #i100000# anable older gnucp in configure

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [bc661d5e5a2cc24f7a6a063310fbac710cbdf251]

        INTEGRATION: CWS vgbugs02 (1.145.88); FILE MERGED 2006/03/28 10:06:34 vg 1.145.88.13: change STDERR to STDOUT for build.lst search 2006/03/27 11:01:06 vg 1.145.88.12: RESYNC MERGED 1.145 1.147 Everything below this line will be added to the revision comment. 2006/03/27 10:59:17 vg 1.145.88.11: resync with the top (1.147) 2006/03/27 10:54:56 vg 1.145.88.10: some typo- and overseen- fixes 2006/03/24 15:14:12 vg 1.145.88.9: use SOLARSRC instead of INPATH for html file path 2006/03/24 13:37:04 vg 1.145.88.8: resolve conflict 2006/03/23 14:39:44 vg 1.145.88.7: #i63534# optimize build tool for more effecient use of the system resourses 2006/03/22 16:44:14 vg 1.145.88.6: #i61157# roll back the changes for more verbose behaviour 2006/03/14 12:08:23 vg 1.145.88.5: #i61158# Enter instead of button click for refresh rate changes 2006/02/22 16:28:46 vg 1.145.88.4: #i61157# swiched on output for html generation 2006/02/22 16:19:07 vg 1.145.88.3: #i61157# --html switch to be more verbose: --dont_grab_output 2006/02/22 13:23:10 vg 1.145.88.2: #i51403# fixed command file generation 2006/02/03 13:26:20 vg 1.145.88.1: #117924# error on duplicate shortcuts in build.lst

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0ef756ee71cb838137efc782cd03096812e5d09b]

        INTEGRATION: CWS dba203a (1.192.2); FILE MERGED 2006/03/27 11:18:49 fs 1.192.2.1: file lib was modified in the CWS and needs to be in the patch

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0f89ad6bbfa9424b3b5d7913fdd29fbec1b39538]

        INTEGRATION: CWS dba203a (1.5.168); FILE MERGED 2006/03/17 15:40:46 fs 1.5.168.1: #i60163# +added 'cnr' resource file

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [11f4ddd1002fdb69581c2514b85caf686edb6154]

        INTEGRATION: CWS dba203a (1.10.20); FILE MERGED 2006/03/20 08:55:52 fs 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2006/03/17 15:40:46 fs 1.10.20.1: #i60163# +added 'cnr' resource file

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [662ae06f899f0cf13768899562aff59200bed98d]

        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>  [7382571038722c88ee29bb8976edaf051a10eb2b]

        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>  [40bfee8a05eb2e387bc35e01f855b5fd877c609f]

        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>  [8c420c0ed6ca15465f524b3d9042329d22819d20]

        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>  [4b6c3300631211180540d2e086fe9492794096f4]

        INTEGRATION: CWS dba203a (1.8.100); FILE MERGED 2006/03/17 11:13:21 fs 1.8.100.1: #i60163# outsourced service registration/creation into dedicated file

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1760c1812165b414681e513419e0d321871fa7e1]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 11:12:04 fs 1.1.2.1: outsourced service registration/creation from resource.cxx

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [09d6c0441b77b0d77488fc0c328481fdcd12bd8b]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/22 07:48:14 fs 1.1.2.4: UILocale instead of SysLocale, if default locale is required 2006/03/17 13:01:04 fs 1.1.2.3: proper base name 2006/03/17 12:33:58 fs 1.1.2.2: changed singleton name 2006/03/17 11:12:36 fs 1.1.2.1: implementation of css.resource.OpenOfficeResourceLoader

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [df936916e6c361687b794ae1f0c085d6fc55215d]

        INTEGRATION: CWS dba203a (1.9.108); FILE MERGED 2006/03/17 11:12:48 fs 1.9.108.1: #i60163#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a3b5411903ff77949e588da0f6ddeb7897ea2ad8]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 13:03:50 fs 1.1.2.1: makefile

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2af4faf4e8139ecadebbfd77582c975af346390d]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 13:03:45 fs 1.1.2.1: scenario file

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a4106d8c2708f9e38a243299f7e7196d68b0fb13]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 13:04:25 fs 1.1.2.1: testing the css.resource.OfficeResourceLoader

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b6cf112810ac2213621632da6b93d8ed520129f6]

        INTEGRATION: CWS dba203a (1.25.88); FILE MERGED 2006/03/09 08:20:04 fs 1.25.88.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a81d92337b0a204a15420660a18f43808e59bd34]

        INTEGRATION: CWS dba203a (1.100.26); FILE MERGED 2006/03/09 08:20:03 fs 1.100.26.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [28bdcca28a516f5801c65af397b9b404e0d55486]

        INTEGRATION: CWS dba203a (1.14.92); FILE MERGED 2006/03/09 08:20:03 fs 1.14.92.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [bbf172f69a44c502e4191aa77cf04f3865dbbfe8]

        INTEGRATION: CWS dba203a (1.46.26); FILE MERGED 2006/03/09 08:20:03 fs 1.46.26.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [483c58b7126c40857e4b2b39c12707f537508cea]

        INTEGRATION: CWS dba203a (1.10.94); FILE MERGED 2006/03/09 08:20:02 fs 1.10.94.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7c6679e8b5a4667af452ed4e32509ae976348112]

        INTEGRATION: CWS dba203a (1.30.94); FILE MERGED 2006/03/09 08:20:01 fs 1.30.94.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [eb39abee09e12337979f8baf160a51bf608639d3]

        INTEGRATION: CWS dba203a (1.3.94); FILE MERGED 2006/03/09 08:20:01 fs 1.3.94.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [8516e4e18ba892ec32510605be1ea5b3d38389a1]

        INTEGRATION: CWS dba203a (1.150.64); FILE MERGED 2006/03/14 11:26:57 fs 1.150.64.1: #i61678# typo

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [bfb241d490dfbfafb9c39268fb6ccf3c3a243ebf]

        INTEGRATION: CWS dba203a (1.5.88); FILE MERGED 2006/03/09 08:20:01 fs 1.5.88.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [4f1eee3f12e93c242d6e533cbab6ef55c62d277b]

        INTEGRATION: CWS dba203a (1.8.40); FILE MERGED 2006/03/09 08:20:00 fs 1.8.40.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e6230744a662e9aa73a954db8c78bfd89ca10e57]

        INTEGRATION: CWS dba203a (1.15.66); FILE MERGED 2006/03/09 08:20:00 fs 1.15.66.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [54fbc5dab7310f5fd4aa9d040308d80e9d603714]

        INTEGRATION: CWS dba203a (1.26.16); FILE MERGED 2006/03/09 08:19:59 fs 1.26.16.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5caba25841dcc01b4317f0ff898bf44f438981e2]

        INTEGRATION: CWS dba203a (1.10.92); FILE MERGED 2006/03/09 08:19:59 fs 1.10.92.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d9863b6a0dc3b7660704c1f9324f1ba2647560fb]

        INTEGRATION: CWS dba203a (1.34.44); FILE MERGED 2006/03/16 09:54:10 fs 1.34.44.1: #i63162# no SharedModel anymore

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a6d4ca880c87617b9b40c2faa48f0141a6777be3]

        INTEGRATION: CWS dba203a (1.66.20); FILE MERGED 2006/03/16 09:54:22 fs 1.66.20.1: #i63162# no SharedModel anymore

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e9ce7255a413f50118c8b1e3573fc8a8251aad3e]

        INTEGRATION: CWS dba203a (1.8.12); FILE MERGED 2006/03/16 09:53:16 fs 1.8.12.1: m_bCommitMasterStorage is dead

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [6f0814dcb5c110a69891bb3631f7ab8f7a6e5018]

        INTEGRATION: CWS dba203a (1.25.12); FILE MERGED 2006/03/16 09:53:40 fs 1.25.12.2: #i63162# upon closing the last view, close the document automatically 2006/02/17 12:40:43 fs 1.25.12.1: better exception message when storeTo fails

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e378f992ae39272a19ca3c2ab00ea013f8334025]

        INTEGRATION: CWS dba203a (1.32.88); FILE MERGED 2006/03/16 09:52:48 fs 1.32.88.1: minor change in course of #i63162#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [89a3e059b190421cd73b09b93b1b7383a5847991]

        INTEGRATION: CWS dba203a (1.10.12); FILE MERGED 2006/03/16 09:51:58 fs 1.10.12.1: #i63162# hold the document weak

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0192785937820f545b14e989774c6dabe0e7b0c0]

        INTEGRATION: CWS dba203a (1.11.16); FILE MERGED 2006/03/16 09:52:32 fs 1.11.16.1: #i63162# hold the document weak

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2eec7ba2cfef9bccdb57c6c996ec52f55fd5a8c4]

        INTEGRATION: CWS dba203a (1.140.56); FILE MERGED 2006/03/20 08:35:37 fs 1.140.56.7: RESYNC: (1.140-1.141); FILE MERGED 2006/03/08 09:37:24 fs 1.140.56.6: #i61771# SvxShape now holds the SdrObject weak, which requires different (and SolarMutex-guarded) access to it 2006/03/08 09:29:35 fs 1.140.56.5: reverting previous patch for #i61771#, CL had a better idea ... 2006/02/15 09:04:41 fs 1.140.56.4: #i61771# don't reset pObj in ~SvxShape too earliy / SvxShape::relase: make some weird things to prevent duplicate deletions when SvxShape methods are called bypassing UNO 2006/02/13 10:57:08 fs 1.140.56.3: #i61771# SvxShape::Notify: care for race conditions with the object just being deleted in another thread 2006/02/13 10:23:59 fs 1.140.56.2: #i61771# +SvxShape::onSdrObjectDying / +SvxShape::release: make releasing the last reference and deleting |this| a transaction 2006/02/09 15:35:47 fs 1.140.56.1: #i61771# SdrObject holds SvxShape by direct pointer, not by weak reference. See checkin comment for svdobj.cxx for a reason

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [89a454127de8fc6574741ac48159b9e1e4f7bb07]

        INTEGRATION: CWS dba203a (1.23.276); FILE MERGED 2006/03/08 09:37:23 fs 1.23.276.1: #i61771# SvxShape now holds the SdrObject weak, which requires different (and SolarMutex-guarded) access to it

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d8f30b2308ba3d3c338d455b0ef353fa0a9acff8]

        INTEGRATION: CWS dba203a (1.23.274); FILE MERGED 2006/03/08 09:37:23 fs 1.23.274.1: #i61771# SvxShape now holds the SdrObject weak, which requires different (and SolarMutex-guarded) access to it

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [8bee89ee07751ce128cbc853ea65b4c30fdd1f22]

        INTEGRATION: CWS dba203a (1.51.274); FILE MERGED 2006/03/08 09:37:23 fs 1.51.274.1: #i61771# SvxShape now holds the SdrObject weak, which requires different (and SolarMutex-guarded) access to it

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e73c039aae1463de5edf8b17dc92e6af2a4f5c07]

        INTEGRATION: CWS dba203a (1.33.206); FILE MERGED 2006/03/08 09:37:22 fs 1.33.206.1: #i61771# SvxShape now holds the SdrObject weak, which requires different (and SolarMutex-guarded) access to it

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a7026e5b11db7ef9691ac17fd0d8bdb2cfce15e3]

        INTEGRATION: CWS dba203a (1.26.154); FILE MERGED 2006/03/20 08:35:04 fs 1.26.154.2: RESYNC: (1.26-1.28); FILE MERGED 2006/03/08 09:36:18 fs 1.26.154.1: disambiguate ::Color vs. css::util::Color (during #i61771#, the latter got included somehwere ...)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7b552f3e68a85058612c492631ae5cea0664a5ef]

        INTEGRATION: CWS dba203a (1.15.276); FILE MERGED 2006/03/10 06:49:28 fs 1.15.276.2: #i62956# GetValue and GetCurrency public for helper-function access 2006/03/08 19:29:52 fs 1.15.276.1: during #i61184#: m_bRequired was not used

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [352b861c9c8c5a6cc67d5bbfc0a6f6dd212f00a5]

        INTEGRATION: CWS dba203a (1.32.274); FILE MERGED 2006/03/10 06:48:32 fs 1.32.274.1: removed useless traces

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [c47d9a82db5cdfe0bf65e966d111136cd1fb62cd]

        INTEGRATION: CWS dba203a (1.45.106); FILE MERGED 2006/03/20 08:29:48 fs 1.45.106.4: RESYNC: (1.45-1.46); FILE MERGED 2006/03/10 11:20:07 fs 1.45.106.3: #132359# even more exception safety 2006/03/10 06:51:21 fs 1.45.106.2: #i62956# some exception-safety in various GetFormatText and UpdateFromField methods 2006/03/08 19:29:32 fs 1.45.106.1: #i61184# DbListBox::UpdateFromField: don't SelectEntry empty strings, but do a SetNoSelection instead

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d9a7d362e5ec2fa0106c70af1d2b41869fea9949]

        INTEGRATION: CWS dba203a (1.9.276); FILE MERGED 2006/03/09 09:00:04 fs 1.9.276.1: STL iterator error

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [84a7712d5995b16e1b8b063fb95996cd7a86d984]

        INTEGRATION: CWS dba203a (1.4.76); FILE MERGED 2006/03/16 10:27:55 fs 1.4.76.1: #i63162# added comment on ownership of the document

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5aaa0f5c255b4761e9153f671db2649bea328891]

        INTEGRATION: CWS dba203a (1.4.82); FILE MERGED 2006/03/17 11:50:53 fs 1.4.82.1: #i60163# +OfficeResourceLoader

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [cdd8cc7b4f69a952cb75d1bad8b37994848743fa]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:33:27 fs 1.1.2.5: theOfficeResourceLoader is obsolet 2006/03/17 12:24:35 fs 1.1.2.4: typo 2006/03/17 12:23:45 fs 1.1.2.3: singleton 2006/03/17 11:51:51 fs 1.1.2.2: since-tag 2006/03/17 11:41:32 fs 1.1.2.1: access to the OOo-internal .res files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [fce9437206e933cb24e59d8541bf3f6b5e0cc879]

        INTEGRATION: CWS dba203a (1.46.4); FILE MERGED 2006/03/08 12:14:47 fs 1.46.4.1: read/write: don't do the translation to/from SO5.x-compatible service names anymore. Nowadays, this code is not used anymore for writing this file format (this is in the dedicated "binfilter" module), so it's unnecessary. Also, it caused some strange problems like the deadlock described in issue #i61444#. (Yes, removing this part fixes a symptom only, but I was unable to figure out the deeper reason with a reasonable effort.)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [28747d9dcf59b75f93001aacd48ee446d7adde3b]

        INTEGRATION: CWS dba203a (1.4.54); FILE MERGED 2006/02/17 12:06:57 fs 1.4.54.1: add target for running single tests

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [f8548ffaa39ab46cbe9f8d9f11298332da13e51e]

        INTEGRATION: CWS dba203a (1.3.54); FILE MERGED 2006/02/22 15:22:14 fs 1.3.54.1: use the AnyConverter

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7c9dd2a43a3e002133e265b0a80380732dff304f]

        INTEGRATION: CWS dba203a (1.3.54); FILE MERGED 2006/02/09 14:04:40 fs 1.3.54.1: make it work on any system, using proper temporary files (thanks to marc.neumann@sun.com)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9f671581595c180c8fb01f36e857822c55c924d6]

        INTEGRATION: CWS dba203a (1.3.54); FILE MERGED 2006/02/22 15:22:45 fs 1.3.54.1: use the AnyConverter

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b01fb08a46804401d8dfc5278bed73cd6f848d90]

        INTEGRATION: CWS dba203a (1.2.204); FILE MERGED 2006/02/22 15:22:03 fs 1.2.204.1: in the course of #i62418#: check boxes and radio buttons exchange their validatable value as boolean, if no external binding is set

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [dc19b1c565c19361984a5ce04866e5926b56fc44]

        INTEGRATION: CWS dba203a (1.59.60); FILE MERGED 2006/03/20 08:03:36 fs 1.59.60.2: RESYNC: (1.59-1.60); FILE MERGED 2006/03/17 11:50:22 fs 1.59.60.1: #i60163# also deliver css.resource

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [ce9ec7e9d135636ec4e32c52a65f4d7733859a12]

        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>  [7c2b84b4ae134e34b9b2b76087e196d150663fe8]

        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>  [48903bd43c919d14214503f32aba6165d7dadefa]

        INTEGRATION: CWS dba203a (1.3.76); FILE MERGED 2006/03/17 15:39:32 fs 1.3.76.1: #i60163# building resources shared across the various drivers

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7f9208ca9d48f2ebcd4c4d8dd6798028a31f64a4]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:38:58 fs 1.1.2.1: shared resources for the connectivity module

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [cbaff6c517eeb1f544545a60f817e65f614c0384]

        INTEGRATION: CWS dba203a (1.34.8); FILE MERGED 2006/03/17 15:41:37 fs 1.34.8.1: ModuleContext is obsolete (during #i60163#)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [67dd2ddd226c820e35824ebfab5b4a7c50219062]

        INTEGRATION: CWS dba203a (1.14.8); FILE MERGED 2006/02/24 09:27:50 fs 1.14.8.1: #i62522#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [3907f71d6ad56270df7ccf13f5bbf85eee7ac969]

        INTEGRATION: CWS dba203a (1.5.76); FILE MERGED 2006/03/17 15:37:59 fs 1.5.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [f53a14c1164a7458dca968eab89487e7add72476]

        INTEGRATION: CWS dba203a (1.12.76); FILE MERGED 2006/03/17 15:37:59 fs 1.12.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [96ec15333b893f9675667eedf76afb5932560f93]

        INTEGRATION: CWS dba203a (1.13.76); FILE MERGED 2006/03/17 15:37:59 fs 1.13.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2503f3b18283353aad847c629c200be059c082a7]

        INTEGRATION: CWS dba203a (1.15.76); FILE MERGED 2006/03/17 15:37:58 fs 1.15.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [730b62e73398dc2d244aa73ec8d21025dcbaf313]

        INTEGRATION: CWS dba203a (1.5.42); FILE MERGED 2006/03/17 15:37:58 fs 1.5.42.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1483174792e1ddbc25ace04ac51c8f3278813058]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:41:37 fs 1.1.2.1: #i60163# base class for holding an error resource identifier

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e8c9ba38d675b5ab89851089e3dc274a12f8c06f]

        INTEGRATION: CWS dba203a (1.7.76); FILE MERGED 2006/03/17 15:37:57 fs 1.7.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [dfa5c7f4e0f7c187a57647e126fce1c7f873817c]

        INTEGRATION: CWS dba203a (1.11.76); FILE MERGED 2006/03/17 15:37:57 fs 1.11.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b34e66092de21b0fb7d5149f0267a81dfa1c09a0]

        INTEGRATION: CWS dba203a (1.10.76); FILE MERGED 2006/03/17 15:37:56 fs 1.10.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [6b1074fdda3ecd3d41878d54d998b0ed8615b059]

        INTEGRATION: CWS dba203a (1.23.42); FILE MERGED 2006/03/17 15:37:56 fs 1.23.42.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [585e329992501f6c938af636b20c8602daf71783]

        INTEGRATION: CWS dba203a (1.14.74); FILE MERGED 2006/02/24 09:24:48 fs 1.14.74.1: #i62522#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [8df46e5c94de4053b076f47b05d35970ca223f7a]

        INTEGRATION: CWS dba203a (1.10.76); FILE MERGED 2006/03/17 15:37:55 fs 1.10.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [689a2af5d863518a0de93f4bc957a4b62a37a15d]

        INTEGRATION: CWS dba203a (1.13.76); FILE MERGED 2006/03/20 13:44:47 fs 1.13.76.2: #i10000# unxlngi6's boost requires RTTI for boost::shared_ptr, which is disabled in mozillasrc sub folder -> move the usage to an impl-structure, away from the declaration in the header 2006/03/17 15:37:55 fs 1.13.76.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5ab534a3bb5545f3d14860af49cf2a7bdafceb0e]

        INTEGRATION: CWS dba203a (1.19.74); FILE MERGED 2006/03/20 13:44:47 fs 1.19.74.2: #i10000# unxlngi6's boost requires RTTI for boost::shared_ptr, which is disabled in mozillasrc sub folder -> move the usage to an impl-structure, away from the declaration in the header 2006/03/17 15:37:54 fs 1.19.74.1: #i60163# localized error messages

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2cde8b95b2906ad20b90282505cdba0c6f1ab9a8]

        INTEGRATION: CWS dba203a (1.4.8); FILE MERGED 2006/03/06 09:32:05 fs 1.4.8.1: #i62715# no fprintf/fflush

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [82073f1a9870efcda56561ddb8b1eb49f5c876bc]

        INTEGRATION: CWS dba203a (1.15.66); FILE MERGED 2006/02/24 09:27:29 fs 1.15.66.1: #i62522#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5d6419f8e6d0ba4283ad290d1e21dfd9e41742bf]

        INTEGRATION: CWS dba203a (1.11.74); FILE MERGED 2006/03/17 15:41:10 fs 1.11.74.1: ModuleContext is obsolete (during #i60163#)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [96f3d61e7b3d0f1151b3f59c273135ed2c60d382]

        INTEGRATION: CWS dba203a (1.13.76); FILE MERGED 2006/03/09 07:39:42 fs 1.13.76.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e34045e06fdf1760c918a21b4779348a3c0de4bb]

        INTEGRATION: CWS dba203a (1.42.60); FILE MERGED 2006/03/17 15:41:04 fs 1.42.60.1: ModuleContext is obsolete (during #i60163#)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [361be0e46de22da8af7d3e53a0e14229f55e96ea]

        INTEGRATION: CWS dba203a (1.7.76); FILE MERGED 2006/03/20 13:11:15 fs 1.7.76.1: #i10000#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [b9d10b2bfa74ccac1aa713e282953440cf1e9656]

        INTEGRATION: CWS dba203a (1.22.76); FILE MERGED 2006/03/09 07:39:45 fs 1.22.76.1: removed obsolete files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [613e8d5b52d33b1929ee633401b29f5256de2c54]

        INTEGRATION: CWS dba203a (1.91.22); FILE MERGED 2006/03/06 11:23:10 fs 1.91.22.1: #i62665# when creating tables, use proper re-throw

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [a73234c72f691c24b519a453011045301cc1636b]

        INTEGRATION: CWS dba203a (1.15.76); FILE MERGED 2006/03/17 15:40:57 fs 1.15.76.1: ModuleContext is obsolete (during #i60163#)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [dc14c3f6d63834e53e29cf6abe6268baa8816602]

        INTEGRATION: CWS dba203a (1.10.76); FILE MERGED 2006/03/17 15:40:32 fs 1.10.76.1: ModuleContext is obsolete (during #i60163#)

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7551f84502022ac1cb6d59beb26e5bd0df21f511]

        INTEGRATION: CWS dba203a (1.23.76); FILE MERGED 2006/03/20 13:25:44 fs 1.23.76.1: #i10000#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [c9e6a0b3c66dbc3584845b89222645fd0e60e1a5]

        INTEGRATION: CWS dba203a (1.8.66); FILE MERGED 2006/03/20 08:00:05 fs 1.8.66.2: RESYNC: (1.8-1.9); FILE MERGED 2006/03/17 15:37:04 fs 1.8.66.1: #i60163# there is no resource.lib anymore

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [11fd668abeb6896f5e16c8e7fc7ec0c416fed1e8]

        INTEGRATION: CWS dba203a (1.1.2); FILE ADDED 2006/03/17 15:37:40 fs 1.1.2.1: moved herein from ../resource/ModuleContext.cxx during #i60163#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [6b7428a3fa444c94add7da29c7fd55d9a42d2678]

        INTEGRATION: CWS dba203a (1.26.68); FILE MERGED 2006/03/20 12:33:56 fs 1.26.68.1: #i10000#

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [cb447e0901f018096e00ace06a5e3b0b6e0b5df7]

        INTEGRATION: CWS dba203a (1.23.42); FILE MERGED 2006/03/21 06:23:46 fs 1.23.42.1: deliver the new cnr resource

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [146234b20235ac13da373f0588c1cd80f1e01731]

        INTEGRATION: CWS dba203a (1.27.40); FILE MERGED 2006/02/17 12:38:57 fs 1.27.40.1: also build the qa/connectivity/tools directory

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [afade08afd44118e2fe7ce021cac82b98d9af862]

        INTEGRATION: CWS dba203a (1.12.44); FILE MERGED 2006/03/20 11:56:15 fs 1.12.44.1: SHARED_RES_TARGET

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [4e57df6656dcad757ece921870b9dbd1b8db7482]

        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>  [f51cee37797cc4d9e7e195e43306818e4ca17f79]

        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>  [eef00dcadde25a938d13684ff0fb48da7a73b6d0]

        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>  [650b7d15b84123256b2ccf1dc7116589ba7344d6]

        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>  [771bebb3391ce71d098a3658ef5374ca685835d2]

        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>  [04b45d802713aedac947ee404616a7faaa927716]

        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>  [9e7489358e94974df93e1203e433a63f836e595b]

        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>  [f1d9b1edfe5e7bd0997ab3267ded7f21e18ae62c]

        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>  [1a70d92d179c42d104b2169da25d9503c41bbc83]

        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>  [1ad8885fb17230c43c305145c274f8102e2e5bda]

        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>  [079bb95cd94db7bab5d2eae7db7ca6beb727cba5]

        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>  [e39badec5c3e3de3c2657797844a4526aea8b50b]

        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>  [d1c24d80ff35445d532a3d462feb0e7aa8c26219]

        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>  [b1be9bea1222f241f90d52ee753246cdaa543edd]

        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>  [9ded2da5eec4c86b203d5a674dd60a73b14987b6]

        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>  [84eb28d2145545907f96b4d53e5671e4ba0bc894]

        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>  [8e423b83be192960e0cd752a0a2c5dfdadf1c8b0]

        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>  [64c9e5fbc55ffd8fda7d64aca0a0a23bcb81041f]

        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>  [cbe8acced115d5b929fc1950c75ebd2338d43fca]

        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>  [ef64c7866d1d0aa9cec662e10d422d18054652a5]

        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>  [fa0732e0a9b93a24266e288135855b0aad30f5a9]

        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>  [80b2d16ad1c55f6f0800b3022eb6ea2bd581e851]

        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>  [221c87ada7166c74bd29ff9feca7add7acd6413b]

        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>  [415ea40f88041f323de5e602bb8656ec43413625]

        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>  [ff700d7c10db57e17a9fc852afdf7943109cd752]

        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>  [a38a9c231a986f8bbf78e898600a68f419c1cc92]

        INTEGRATION: CWS vcl54 (1.27.46); FILE MERGED 2006/02/20 13:10:21 thb 1.27.46.1: #i60699# Yield office for short time - otherwise, rendering taking place in other processes (e.g. X11) might not get CPU during our busy-loop animation rendering.

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0e0ec2ab7cada0eb358d14a1f5c184cc2ac202d3]

        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>  [d3ad75339e8f1e691ecfcba95e84ca757cd07c04]

        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>  [bf3b8e5acdc87e2e1203d1f69496d32b3dac67e7]

        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>  [bdf909629ae0c6cc06790b6b36f2627a767aeaa0]

        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>  [411a094fa002c0de5c6299d25bd8ea2d16282ce2]

        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>  [60ca729bde130064a697ae2a69d98ef86e7f04cf]

        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>  [5342d75c7d61a090b828d1c41995f5b4ff766715]

        INTEGRATION: CWS pb12 (1.17.40); FILE MERGED 2006/03/01 12:07:14 pb 1.17.40.1: fix: #i62669# use xoffset instead of yoffset to set barwidth

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1c1dd98991fb5f32f9dbf53d77ec8b6bf9dc7e32]

        INTEGRATION: CWS pb12 (1.42.86); FILE MERGED 2006/02/15 12:49:21 pb 1.42.86.1: fix: #i61967# add *.oth to import/export filter

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [044f516e35857bb8413ba12b0bb1ee3c00ce10e9]

        INTEGRATION: CWS pb12 (1.25.136); FILE MERGED 2006/02/09 09:42:11 pb 1.25.136.2: fix: #i59305# needs more space for URL 2006/02/08 13:24:26 pb 1.25.136.1: fix: #i59305# URL (if found in copyright text) should not be line-wrapped

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9cdc926249ac3c399684a19d1bf527f271ab9d9c]

        INTEGRATION: CWS pb12 (1.33.138); FILE MERGED 2006/03/16 07:29:41 pb 1.33.138.2: RESYNC: (1.33-1.35); FILE MERGED 2006/02/14 10:45:51 pb 1.33.138.1: fix: #i60085# description of database now from SvFileInformationManager

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [3ff65618f9d66e2477d5c17bbc87e1290d99cb29]

        INTEGRATION: CWS pb12 (1.4.138); FILE MERGED 2006/02/08 13:20:12 pb 1.4.138.1: fix: #i59305# long m_nDeltaWidth added

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5579cfc3f4f673a3b3c1d1a02f45b41e51bcc6b5]

        INTEGRATION: CWS pb12 (1.9.270); FILE MERGED 2006/02/20 10:46:04 pb 1.9.270.2: fix: #127655# check NULL string 2006/02/20 09:13:31 pb 1.9.270.1: fix: #129744# perhaps no entry is selected

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [86637545b347f016703fc44b4e646b74d9ee827f]

        INTEGRATION: CWS pb12 (1.14.100); FILE MERGED 2006/02/07 13:50:36 pb 1.14.100.1: fix: #i60609# HelpId for ListBox of MenuOrganizerDlg

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [3ea9aa65b5acbfa1073f9386ff585eb9e008966a]

        INTEGRATION: CWS pb12 (1.62.272); FILE MERGED 2006/02/07 13:51:50 pb 1.62.272.1: fix: #i60609# HID_SVX_CONFIG_MENU_LISTBOX added

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e256c19adf32e5cc98105bac0b4e54356432dffa]

        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>  [4618dba52e14780c98697093fccd6a558c0bc275]

        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>  [9524f660c8aaa8191b6c3bcf8c921b10d99c1d76]

        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>  [4ce1bfe1bb5492a10aed13553fa31ffe34b24af6]

        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>  [63962a3bc50d718bd22256e960af0ce52b9652aa]

        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>  [af41a53acef4ceb4bc643773a6cb0244067018af]

        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>  [b302fb083d7cbc243e85c44623ba955702623fdd]

        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>  [d3ff88edd6a65fe80824f71e83eb1142a1c73c1f]

        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-29  Oliver Bolte  <obo@openoffice.org>  [f0e0a1ca380e436c1428f334e5e78ce88350aec8]

        INTEGRATION: CWS pb12 (1.7.6); FILE MERGED 2006/02/08 13:31:36 pb 1.7.6.1: fix: #i60061# before change the directory please stop inplace-editing

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1cb77c00de99ec3e70d308974359a8ee2170b5c9]

        INTEGRATION: CWS os78 (1.67.58); FILE MERGED 2006/03/10 08:24:24 os 1.67.58.1: #i47142# enable one decimal digit for font height

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [08897574eef0c2a38ff955f98168c348128db1c9]

        INTEGRATION: CWS os78 (1.8.58); FILE MERGED 2006/03/14 12:57:07 os 1.8.58.1: #i4148# accept AutoCompletion also with the tab-key

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [96b86f2425e4486df034a74e5b28ff5382e20cd0]

        INTEGRATION: CWS os78 (1.20.172); FILE MERGED 2006/03/12 16:27:15 os 1.20.172.1: #i51982# added 'Protect Cells' to the table menu

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e5b13d8c898684b9a7b764eee24b3dac69d719cb]

        INTEGRATION: CWS os78 (1.18.172); FILE MERGED 2006/03/12 16:27:14 os 1.18.172.1: #i51982# added 'Protect Cells' to the table menu

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1ff22f64a5fd7537f52df26c7614d52ee1e08ce3]

        INTEGRATION: CWS os78 (1.19.172); FILE MERGED 2006/03/12 16:27:13 os 1.19.172.1: #i51982# added 'Protect Cells' to the table menu

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7c85dd9fb76d0d621eb3a00b9cc3917e933d0657]

        INTEGRATION: CWS os78 (1.11.254); FILE MERGED 2006/03/13 10:20:46 os 1.11.254.1: #i63099# undo re-enabled

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7314c354cfc7d6ecae656888badf4c34c46a9223]

        INTEGRATION: CWS os78 (1.8.122); FILE MERGED 2006/03/13 13:44:03 os 1.8.122.1: #i61237# save index of currently selected address block

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [5b2b116d2d75edd51e567692f95284e09fd894c5]

        INTEGRATION: CWS os78 (1.51.240); FILE MERGED 2006/03/09 12:47:38 os 1.51.240.1: i58573# make string 'FAX' translatable

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [e52b488e7b5b510531200c9567facab7cdcbfe4a]

        INTEGRATION: CWS os78 (1.99.68); FILE MERGED 2006/03/13 09:08:04 os 1.99.68.1: #i62772# patch to enable file list drop actions also for non-graphic files

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [af17bd02b3627af5d431cce132d5b8dda2029235]

        INTEGRATION: CWS os78 (1.4.258); FILE MERGED 2006/03/15 07:51:38 os 1.4.258.1: #i61237# address block assignment and greeting line assignment check fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [8c2e2a2e1f857cee468bbf06fc2eb4184d2a2958]

        INTEGRATION: CWS os78 (1.7.122); FILE MERGED 2006/03/15 07:51:06 os 1.7.122.1: #i61237# address block assignment and greeting line assignment check fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [dfc8ca0c2adf8ec193894a7d20b3ed5e0371c056]

        INTEGRATION: CWS os78 (1.3.258); FILE MERGED 2006/03/14 08:52:25 os 1.3.258.1: #i60364# fix dependency between roadmap and first wizard page

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [47fff9e82e93eaf175c1c90258402592c8542d4a]

        INTEGRATION: CWS os78 (1.6.256); FILE MERGED 2006/03/14 08:52:24 os 1.6.256.1: #i60364# fix dependency between roadmap and first wizard page

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [4c15937a29ff7292be1079d7eb7beee9ea4a5913]

        INTEGRATION: CWS os78 (1.10.68); FILE MERGED 2006/03/13 13:44:04 os 1.10.68.1: #i61237# save index of currently selected address block

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [bee6ab9eda7fb7b997635bb2dd72dc4d2a61a44f]

        INTEGRATION: CWS os78 (1.10.122); FILE MERGED 2006/03/13 10:59:09 os 1.10.122.1: #i62615# German text shortened

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [71245363ee79bbe8c38d14d6b55e7f274d0888ab]

        INTEGRATION: CWS os78 (1.12.68); FILE MERGED 2006/03/14 08:50:05 os 1.12.68.2: #130175# hide _all_ irrelevant address elements in case of e-Mail 2006/03/13 13:44:04 os 1.12.68.1: #i61237# save index of currently selected address block

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d497788719de052eb96b5906974992e9c27db648]

        INTEGRATION: CWS os78 (1.8.68); FILE MERGED 2006/03/15 07:51:05 os 1.8.68.3: #i61237# address block assignment and greeting line assignment check fixed 2006/03/14 15:16:30 os 1.8.68.2: #i61237# address block assignment and greeting line assignment check fixed 2006/03/14 08:52:25 os 1.8.68.1: #i60364# fix dependency between roadmap and first wizard page

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [912bb9ab8d07382494b2530e0ff23615b03d063a]

        INTEGRATION: CWS os78 (1.7.212); FILE MERGED 2006/03/10 09:44:26 os 1.7.212.1: #i61517# typo in German label fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [c7aef005e6110eaade7adafee73eac38f6f641c2]

        INTEGRATION: CWS os78 (1.5.122); FILE MERGED 2006/03/13 08:21:47 os 1.5.122.1: #i62647# typo in German label fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [2ce855dd98da8cfbc57d24f130268fd013ead6cc]

        INTEGRATION: CWS os78 (1.51.168); FILE MERGED 2006/03/14 12:52:27 os 1.51.168.1: #i61623# license header fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [d7d6231228aefe9368fe2a2a3e29c5b30f1db9e2]

        INTEGRATION: CWS os78 (1.29.168); FILE MERGED 2006/03/14 12:52:27 os 1.29.168.1: #i61623# license header fixed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [96c0b3e5c4910daffd214b01e9fcbd7cdfead29b]

        INTEGRATION: CWS os78 (1.91.178); FILE MERGED 2006/03/14 13:14:44 hbrinkm 1.91.178.1: #i61362# missing check for empty pattern vector yielded crash

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [aa0cb613314b0bf140e204e36556d4cfb9c483c7]

        INTEGRATION: CWS os78 (1.2.92); FILE MERGED 2006/03/10 16:24:15 hbrinkm 1.2.92.1: #i63024# missing include <tools/debug.hxx>

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7085ddcc46aa85ee0702c26febfda5406e439a52]

        INTEGRATION: CWS os78 (1.21.256); FILE MERGED 2006/03/10 16:35:38 hbrinkm 1.21.256.1: #i62092# applied verified patch

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [03c041df3c221b197a7e718620704ad9f51894be]

        INTEGRATION: CWS os78 (1.21.204); FILE MERGED 2006/03/13 07:10:38 os 1.21.204.1: #i62856# binary filter support enabled to compare documents and linked sections

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0a018aa322964fcaa169e52bc3288f0ad959f256]

        INTEGRATION: CWS os78 (1.15.254); FILE MERGED 2006/03/13 07:32:50 os 1.15.254.1: #i62277# check availability of HTML filter before access

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [7146b048450616b17c205ffda497a14ae6ec5523]

        INTEGRATION: CWS os78 (1.16.204); FILE MERGED 2006/03/10 12:02:12 os 1.16.204.1: #i35726# MakeUniqueBookmarkName: add index only if necessary

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [99a51c99027e11fcee2c225b352c0007dcddedc8]

        INTEGRATION: CWS os78 (1.41.52); FILE MERGED 2006/03/13 13:40:34 os 1.41.52.1: #i61237# save index of currently selected address block

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [9ff6f76b2db0f35e8e0418740d2a949b8aa5c950]

        INTEGRATION: CWS os78 (1.22.82); FILE MERGED 2006/03/13 10:26:09 os 1.22.82.2: #i50194# adding accelarator to German 'Table' menu 2006/03/13 09:28:01 os 1.22.82.1: #b6231652# German menu entry of 'WordCount' changed

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [1a9c4380acd68e44694b38999938094b9eb31b49]

        INTEGRATION: CWS os78 (1.1.2); FILE ADDED 2006/03/13 07:31:00 os 1.1.2.1: #i62277# hidden HTML filter for master documents

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [984fe86cf005a6fc17acb4e02ad9a3271f492a8e]

        INTEGRATION: CWS os78 (1.9.152); FILE MERGED 2006/03/13 07:31:35 os 1.9.152.1: #i62277# hidden HTML filter for master documents added

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [0ff3b6ea1c4663e6007b83d27145e9e19f7ecb4e]

        INTEGRATION: CWS fsfixes03 (1.8.28); FILE MERGED 2006/03/27 13:50:56 fridrich_strba 1.8.28.1: Issue number:  #i63070 Submitted by:  kendy Reviewed by:   fridrich_strba Remove umlauts from java comments

2006-03-29  Oliver Bolte  <obo@openoffice.org>  [802872f32297a7d364b03cea1a0ab75c4902fb63]

        INTEGRATION: CWS fpicker5 (1.10.44); FILE MERGED 2006/03/06 09:01:16 cmc 1.10.44.1: #i514152# allow user typed suffix to be the default file type to save as if no other is selected to override

2006-03-28  Thorsten Behrens  <thb@openoffice.org>  [e9d8ae097205882aad4c9655ba8d371db518edaa]

        #i63310# Simplified policy interface; added unique-case optimization to ThreadSafeRefCountPolicy

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [eb8e2c4803594925ed5902dfd0e676c0edaa6c25]

        INTEGRATION: CWS swa11y203 (1.36.176); FILE MERGED 2006/03/13 14:22:07 od 1.36.176.1: #i51726# - consider that all drawing objects can be named now.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [82f3a446cdbb4ecff94cbe9257eb043f1f90d545]

        INTEGRATION: CWS swa11y203 (1.49.236); FILE MERGED 2006/03/14 10:16:44 od 1.49.236.1: #i51726# - rename STR_NAME_GROUP_LABEL to STR_NAME_SHAPE_LABEL 	 - replace STR_NAME_GROUP_DIALOG by STR_NAME_SHAPE_DIALOG and 	   change the corresponding string

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [94e3135579aa2d4bcd073487fbcae6d5a7f15211]

        INTEGRATION: CWS swa11y203 (1.20.250); FILE MERGED 2006/03/14 10:16:43 od 1.20.250.2: #i51726# - rename STR_NAME_GROUP_LABEL to STR_NAME_SHAPE_LABEL 	 - replace STR_NAME_GROUP_DIALOG by STR_NAME_SHAPE_DIALOG and 	   change the corresponding string 2006/03/13 14:20:41 od 1.20.250.1: #i51726# - allow naming of all drawing object

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [fd07829ca682b7fb2bc2a15a008da296f987d20e]

        INTEGRATION: CWS swa11y203 (1.9.254); FILE MERGED 2006/03/14 10:16:43 od 1.9.254.1: #i51726# - rename STR_NAME_GROUP_LABEL to STR_NAME_SHAPE_LABEL 	 - replace STR_NAME_GROUP_DIALOG by STR_NAME_SHAPE_DIALOG and 	   change the corresponding string

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [d8daf9c3c8bcf962c089eaed385ec11bdf301147]

        INTEGRATION: CWS swa11y203 (1.44.118); FILE MERGED 2006/03/13 14:17:13 od 1.44.118.1: #i51726# - rename FN_NAME_GROUP to FN_NAME_SHAPE 	 - rename MN_NAME_GROUP to MN_NAME_SHAPE

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ad3c85beecf1648a3337f14d96de6f9361c0b56b]

        INTEGRATION: CWS swa11y203 (1.126.118); FILE MERGED 2006/03/13 14:14:30 od 1.126.118.1: #i51726# - rename FN_NAME_GROUP to FN_NAME_SHAPE

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [63e8494dbbb9234e6e5eecd2fa88bae50444ce76]

        INTEGRATION: CWS swa11y203 (1.63.118); FILE MERGED 2006/03/13 14:14:30 od 1.63.118.1: #i51726# - rename FN_NAME_GROUP to FN_NAME_SHAPE

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [da785312e944e9aaa86a0d83e7723033acf3fc8d]

        INTEGRATION: CWS swa11y203 (1.4.254); FILE MERGED 2006/03/13 14:14:27 od 1.4.254.1: #i51726# - rename FN_NAME_GROUP to FN_NAME_SHAPE

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [94b2a040f37eb052416483496cb3636c04bec27f]

        INTEGRATION: CWS swa11y203 (1.68.118); FILE MERGED 2006/03/13 14:13:12 od 1.68.118.1: #i51726# - rename FN_NAME_GROUP to FN_NAME_SHAPE

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [1ca1d1ab79ae9f92f616174a83aea0513ade824b]

        INTEGRATION: CWS swa11y203 (1.84.126); FILE MERGED 2006/03/15 10:50:13 nn 1.84.126.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [335ae43ab5aeb31c54c90fd9f47c8ee70f41a783]

        INTEGRATION: CWS swa11y203 (1.17.130); FILE MERGED 2006/03/15 10:50:12 nn 1.17.130.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [c41515068ca848747e259fb00315578963194c2f]

        INTEGRATION: CWS swa11y203 (1.10.136); FILE MERGED 2006/03/15 10:50:12 nn 1.10.136.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ed531cb736b26e45fb06a6095caf3f4314f6db24]

        INTEGRATION: CWS swa11y203 (1.65.126); FILE MERGED 2006/03/15 10:50:11 nn 1.65.126.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [08d14f294f4697ce23fe1ccf62802eaaf75d3bda]

        INTEGRATION: CWS swa11y203 (1.25.126); FILE MERGED 2006/03/15 10:50:11 nn 1.25.126.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [992c45a685ea87dd3bdfb0ff08cd80783c5b5eaf]

        INTEGRATION: CWS swa11y203 (1.24.132); FILE MERGED 2006/03/15 10:50:11 nn 1.24.132.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [1e5646a4199e4cdad7b663daa2f6e2a822603f16]

        INTEGRATION: CWS swa11y203 (1.18.122); FILE MERGED 2006/03/15 10:50:11 nn 1.18.122.1: #i51351# allow renaming of any type of shapes

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [6d285557e3a4b4e85b509103456b3de2cc927874]

        INTEGRATION: CWS swa11y203 (1.22.88); FILE MERGED 2006/03/13 14:11:38 od 1.22.88.1: #i51726# class <XMLTextFrameContext> 	 - new method to distinguish Writer graphics/text boxes and 	   Draw graphics/text boxes -> Draw graphics/text boxes have 	   an automatic styles without a parent style.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ba3f9376131593dca117b41be6847952461d781a]

        INTEGRATION: CWS swa11y203 (1.66.88); FILE MERGED 2006/03/13 14:11:38 od 1.66.88.1: #i51726# class <XMLTextFrameContext> 	 - new method to distinguish Writer graphics/text boxes and 	   Draw graphics/text boxes -> Draw graphics/text boxes have 	   an automatic styles without a parent style.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [bdb1d1867290bf4e289af760ea72a3fd87d13872]

        INTEGRATION: CWS swa11y203 (1.72.90); FILE MERGED 2006/03/14 10:25:19 od 1.72.90.2: #i51726# - consider change of return type of <SvXMLExport::GetModelType()> 2006/03/13 14:08:01 od 1.72.90.1: #i51726# <XMLShapeExport::exportShape(..)> 	 - export of shape name for text documents, only if OpenDocument 	   file format is written, exception are group shapes.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [3d99ce5527a962cd14d0d4f965d6a6357f3d2cbb]

        INTEGRATION: CWS swa11y203 (1.120.90); FILE MERGED 2006/03/14 10:24:04 od 1.120.90.2: #i51726# - use existing method <SvtModuleOptions::ClassifyFactoryByModel(..)> 	   instead of own one. 2006/03/13 14:06:14 od 1.120.90.1: #i51726# class <SvXMLExport> 	 - implementation of new method <_DetermineModelType()>, which 	   is used to set new member <meModelType> each time member <xModel> 	   is set.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [be3101e4612a2a42492ef151386e8f997ae69a04]

        INTEGRATION: CWS calcperf02 (1.137.32); FILE MERGED 2006/02/01 16:21:25 nn 1.137.32.2: RESYNC: (1.137-1.140); FILE MERGED 2005/10/13 13:42:09 nn 1.137.32.1: #i55919# Notify: HINT_OBJCHG is only interesting if it's for this object

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [0a447b20ac4671b39a34ae2084278ecb2d5f90ea]

        INTEGRATION: CWS fwk36 (1.142.16); FILE MERGED 2006/03/21 09:16:15 cd 1.142.16.1: #i46895# Added patch flag for Commands.xcu files

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [5f7cdcd381b33315fb83eb999d4023f297db1bf3]

        INTEGRATION: CWS fwk36 (1.27.36); FILE MERGED 2006/03/21 09:16:14 cd 1.27.36.1: #i46895# Added patch flag for Commands.xcu files

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [bb2d87f647ae26da9adadbbe5d64e50c49100d44]

        INTEGRATION: CWS fwk36 (1.62.18); FILE MERGED 2006/03/20 12:16:32 cd 1.62.18.3: #i46895# Adapted code to support database component 2006/03/15 17:06:07 cd 1.62.18.2: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible. Uses MS file format as default 2006/03/13 12:57:24 cd 1.62.18.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [2abba492a8ea8508728f32800a51e2a5929ff385]

        INTEGRATION: CWS fwk36 (1.4.168); FILE MERGED 2006/03/13 12:57:23 cd 1.4.168.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [4fb73fa4ee8b6ffc7eb5cf64d67d522b22b518cc]

        INTEGRATION: CWS calcperf02 (1.14.28); FILE MERGED 2006/02/10 16:28:00 nn 1.14.28.2: #i61908# cache queryAggregation results 2006/02/02 15:34:36 nn 1.14.28.1: #i61527# cache ScShapeObj's PropertySetInfo

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [1a92b97dea32adb72e8757973020c64a094ba668]

        INTEGRATION: CWS fwk36 (1.106.18); FILE MERGED 2006/03/16 12:58:48 mav 1.106.18.2: #i46895# allow to create a copy of the document if possible 2006/03/15 17:06:06 cd 1.106.18.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible. Uses MS file format as default

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [c0ef29e3d0c1760e3aef38ed81e8466f51c3ac8d]

        INTEGRATION: CWS calcperf02 (1.94.36); FILE MERGED 2006/03/13 13:48:24 nn 1.94.36.2: RESYNC: (1.94-1.95); FILE MERGED 2006/02/23 18:11:12 nn 1.94.36.1: #i62483# don't reset pMarkData in ForgetCurrentAttrs

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [9b6e1d7233ea4d17ae440b1023dd13b4e7a66c10]

        INTEGRATION: CWS fwk36 (1.176.48); FILE MERGED 2006/03/16 12:58:48 mav 1.176.48.1: #i46895# allow to create a copy of the document if possible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [9c63f78adbe8d4feef50e4d135ac0a399c65180a]

        INTEGRATION: CWS calcperf02 (1.83.8); FILE MERGED 2006/03/01 13:05:29 nn 1.83.8.1: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [2f9a82267a5bacd13248da083ae082c16096601f]

        INTEGRATION: CWS fwk36 (1.176.48); FILE MERGED 2006/03/20 12:15:21 cd 1.176.48.3: #i46895# Error code must be reseted 2006/03/16 15:34:14 mav 1.176.48.2: #i46895# allow to create a copy of the document if possible 2006/03/16 12:58:48 mav 1.176.48.1: #i46895# allow to create a copy of the document if possible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [cf26eb05015a4843ad47d57993499c8cb6c322cc]

        INTEGRATION: CWS calcperf02 (1.55.12); FILE MERGED 2006/03/13 13:46:14 nn 1.55.12.5: RESYNC: (1.56-1.57); FILE MERGED 2006/02/23 18:10:19 nn 1.55.12.4: #i62483# ApplyAttributes/ApplyStyle: skip IsSelectionEditable while loading 2006/02/06 18:02:05 nn 1.55.12.3: #i61702# when loading formatted text, don't restore the API object's EditEngine state 2006/02/01 15:27:07 nn 1.55.12.2: RESYNC: (1.55-1.56); FILE MERGED 2005/10/13 15:43:08 nn 1.55.12.1: #i55926# no unnecessary CompileNameFormula/CompileDBFormula calls during load

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [f7e80fb5b9fbed39012834f52d16a2128cf5b7b0]

        INTEGRATION: CWS fwk36 (1.34.168); FILE MERGED 2006/03/20 12:12:24 cd 1.34.168.1: #i46895# Adapted code to support database component

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [533b4fd8f7de8c2c8acbdd2af42fb906abd783bb]

        INTEGRATION: CWS calcperf02 (1.13.30); FILE MERGED 2005/10/13 15:43:12 nn 1.13.30.1: #i55926# no unnecessary CompileNameFormula/CompileDBFormula calls during load

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [061eb376b831f6b2fb88f7623cbf35ca78ec6f07]

        INTEGRATION: CWS fwk36 (1.37.168); FILE MERGED 2006/03/21 13:34:26 cd 1.37.168.6: #i46895# Use default filter as fallback if media descriptor doesn't provide filtername 2006/03/20 12:12:24 cd 1.37.168.5: #i46895# Adapted code to support database component 2006/03/16 15:44:14 cd 1.37.168.4: #i46895# Fixed typos 2006/03/16 12:59:48 mav 1.37.168.3: #i46895# create copy of document to preserv signature 2006/03/15 17:06:06 cd 1.37.168.2: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible. Uses MS file format as default 2006/03/13 12:57:23 cd 1.37.168.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [5ac8398cfb0769f3b4316b6df22eebfe9e34df0a]

        INTEGRATION: CWS calcperf02 (1.90.12); FILE MERGED 2006/03/01 13:05:52 nn 1.90.12.2: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML 2006/02/22 17:22:42 nn 1.90.12.1: #i62435# initialize value cell's script type if default number format is latin-only

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ecccc429183b999f2e488e991ef41bbee17604b6]

        INTEGRATION: CWS fwk36 (1.113.44); FILE MERGED 2006/03/16 15:44:13 cd 1.113.44.2: #i46895# Fixed typos 2006/03/16 14:55:24 mav 1.113.44.1: #i46895# allow to create a copy of the document if possible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [b7afe1edb9bde1b3daf5f6fe6b7ab6e9896fead5]

        INTEGRATION: CWS calcperf02 (1.118.16); FILE MERGED 2006/03/13 13:44:52 nn 1.118.16.3: RESYNC: (1.118-1.120); FILE MERGED 2006/03/01 13:05:52 nn 1.118.16.2: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML 2006/02/22 17:22:42 nn 1.118.16.1: #i62435# initialize value cell's script type if default number format is latin-only

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [5ac23c85b959a701c4c4526a55e23d3e411608ac]

        INTEGRATION: CWS calcperf02 (1.87.12); FILE MERGED 2006/02/22 17:22:42 nn 1.87.12.4: #i62435# initialize value cell's script type if default number format is latin-only 2006/02/06 18:02:34 nn 1.87.12.3: #i61702# when loading formatted text, don't restore the API object's EditEngine state 2006/02/01 15:23:19 nn 1.87.12.2: RESYNC: (1.87-1.88); FILE MERGED 2005/10/14 18:07:56 nn 1.87.12.1: #i56027# correct determination of formatted text for ProgressBarIncrement

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [9729076672266d5089108fe1cd4d26113f0d249c]

        INTEGRATION: CWS fwk36 (1.4.1202); FILE MERGED 2006/03/15 17:06:06 cd 1.4.1202.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible. Uses MS file format as default

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [947d25db0f0e5538f3d568c70c800896231c7572]

        INTEGRATION: CWS fwk36 (1.70.20); FILE MERGED 2006/03/13 12:57:22 cd 1.70.20.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [4492b5349abfce16010028f5b7b6a2cc75b79ab9]

        INTEGRATION: CWS calcperf02 (1.17.30); FILE MERGED 2006/03/09 15:24:59 nn 1.17.30.1: #i62977# convert each named range's name to upper case only once

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ae2809fe0f373d8f944d644dd400112245026949]

        INTEGRATION: CWS calcperf02 (1.27.28); FILE MERGED 2006/02/28 14:52:59 nn 1.27.28.1: #i61702# ScEditAttrTester: get attributes with flag OnlyHard

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [be2e799c5185ef217e81d9f3f5ce58b7c5de4f66]

        INTEGRATION: CWS calcperf02 (1.56.40); FILE MERGED 2006/03/13 13:43:32 nn 1.56.40.2: RESYNC: (1.56-1.57); FILE MERGED 2006/03/09 15:24:58 nn 1.56.40.1: #i62977# convert each named range's name to upper case only once

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [6d0facf89ad3226fa3d4704347bd7a75668d0929]

        INTEGRATION: CWS calcperf02 (1.10.28); FILE MERGED 2006/02/22 17:24:30 nn 1.10.28.1: #i62435# InvalidateTextWidth: reset script type only if number format was changed

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ed6823fd2d6a66250dc01b9d6b590e6f4f64d53b]

        INTEGRATION: CWS fwk36 (1.3.168); FILE MERGED 2006/03/21 13:39:07 cd 1.3.168.2: #i46895# No inline methods 2006/03/20 12:13:01 cd 1.3.168.1: #i46895# Adapted code to support database component

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [9b5daeb6602bfdd5acfcaabb966a236a70eabcdb]

        INTEGRATION: CWS calcperf02 (1.15.18); FILE MERGED 2006/03/13 13:43:15 nn 1.15.18.2: RESYNC: (1.15-1.16); FILE MERGED 2006/03/09 18:44:24 nn 1.15.18.1: #i62977# cache sheet's upper case name

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [8f5ea95f4f30140eabca8d6fdd7ec3dad283d928]

        INTEGRATION: CWS calcperf02 (1.28.40); FILE MERGED 2006/02/15 15:36:27 nn 1.28.40.1: #i62090# quicker comparison of item sets in ScPatternAttr

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [afcf94bc53d3e8b30decbae40fb3626d5bd5c49f]

        INTEGRATION: CWS calcperf02 (1.68.40); FILE MERGED 2006/03/13 13:42:48 nn 1.68.40.2: RESYNC: (1.68-1.70); FILE MERGED 2006/03/09 18:44:24 nn 1.68.40.1: #i62977# cache sheet's upper case name

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [4becd24e33befa66b34c6e0ffcac04735194e0e4]

        INTEGRATION: CWS calcperf02 (1.29.26); FILE MERGED 2006/03/13 13:42:41 nn 1.29.26.2: RESYNC: (1.29-1.30); FILE MERGED 2006/03/01 13:04:32 nn 1.29.26.1: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [7088590c6105bf6ef987b8c0087983baae72cb56]

        INTEGRATION: CWS fwk36 (1.15.76); FILE MERGED 2006/03/20 12:47:11 cd 1.15.76.1: #i46895# Change database code to uses same implementation as other modules for 'Send document as e-Mail'

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [131087f8c2544b7f209dfe5092beef5ba7217bae]

        INTEGRATION: CWS calcperf02 (1.41.40); FILE MERGED 2006/02/22 17:24:30 nn 1.41.40.1: #i62435# InvalidateTextWidth: reset script type only if number format was changed

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [3d34fbcf683f62f19d3c2c3b66b510a4ec9f4a36]

        INTEGRATION: CWS fwk36 (1.26.30); FILE MERGED 2006/03/20 12:47:10 cd 1.26.30.1: #i46895# Change database code to uses same implementation as other modules for 'Send document as e-Mail'

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [236d32fd10b8e0fa246d0581a58076fc91a8450c]

        INTEGRATION: CWS calcperf02 (1.53.38); FILE MERGED 2006/03/13 13:42:24 nn 1.53.38.2: RESYNC: (1.53-1.54); FILE MERGED 2006/03/01 13:04:31 nn 1.53.38.1: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [00879f15113506244c24174899f9930ad3dba5df]

        INTEGRATION: CWS calcperf02 (1.28.30); FILE MERGED 2006/03/13 13:41:59 nn 1.28.30.3: RESYNC: (1.28-1.29); FILE MERGED 2006/03/09 18:44:23 nn 1.28.30.2: #i62977# cache sheet's upper case name 2006/02/22 17:23:42 nn 1.28.30.1: #i62435# InvalidateTextWidth: reset script type only if number format was changed

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [b5f8e62ce2b4fe5b5c0db96643727c6ae0676143]

        INTEGRATION: CWS fwk36 (1.9.302); FILE MERGED 2006/03/13 14:20:13 cd 1.9.302.1: #i59186# Remove wrong description from toolbar customize dialog

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [f95ff0fb5d3b29172119bdd4bf499f9ca22de5ce]

        INTEGRATION: CWS calcperf02 (1.8.30); FILE MERGED 2006/02/10 16:27:22 nn 1.8.30.2: #i61908# cache queryAggregation results 2006/02/02 15:34:14 nn 1.8.30.1: #i61527# cache ScShapeObj's PropertySetInfo

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [9db0f4f8c96ade2fd746a74d2b84158bc55535ac]

        INTEGRATION: CWS calcperf02 (1.9.28); FILE MERGED 2006/03/09 15:24:58 nn 1.9.28.1: #i62977# convert each named range's name to upper case only once

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [753c3465b834cf641b309f6173113ca38f328b26]

        INTEGRATION: CWS calcperf02 (1.89.38); FILE MERGED 2006/03/13 13:42:07 nn 1.89.38.3: RESYNC: (1.89-1.90); FILE MERGED 2006/03/01 13:04:12 nn 1.89.38.2: #i62677# don't create ScUnoGuard in ScXMLImport if called from ScDocShell::LoadXML 2006/02/22 17:23:42 nn 1.89.38.1: #i62435# InvalidateTextWidth: reset script type only if number format was changed

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [3b9c1d48c70601864823020b91e9cde61b471ad2]

        INTEGRATION: CWS fwk36 (1.20.166); FILE MERGED 2006/03/16 11:36:52 cd 1.20.166.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [3ae42c17abfebfe59e8221e7e878f6aacc5558f9]

        INTEGRATION: CWS calcperf02 (1.23.14); FILE MERGED 2006/02/23 18:10:49 nn 1.23.14.1: #i62483# don't reset pMarkData in ForgetCurrentAttrs

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [726de050a87ec36fa70134ff96fd660a8690110d]

        INTEGRATION: CWS fwk36 (1.105.166); FILE MERGED 2006/03/16 11:36:51 cd 1.105.166.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [0eb40cb93539660c3fe4b68c714efec643da00f9]

        INTEGRATION: CWS fwk36 (1.119.22); FILE MERGED 2006/03/16 11:36:49 cd 1.119.22.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ff3bacb365bb4f20f6a007e36a9e01031dcd2a58]

        INTEGRATION: CWS fwk36 (1.184.22); FILE MERGED 2006/03/16 11:36:49 cd 1.184.22.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [2c24c23f7eb0121206c182c393c304f3a06009cd]

        INTEGRATION: CWS fwk36 (1.113.22); FILE MERGED 2006/03/16 11:36:47 cd 1.113.22.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [f8f1b2d3d0f7744ca9fb188319917c47790ae1c4]

        INTEGRATION: CWS fwk36 (1.54.172); FILE MERGED 2006/03/16 11:36:47 cd 1.54.172.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [69c8d35380f58e939981478aa4fc71308977ad78]

        INTEGRATION: CWS fwk36 (1.21.90); FILE MERGED 2006/03/16 09:48:12 cd 1.21.90.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [e137be541116ee010da1824ca79576efacbbec70]

        INTEGRATION: CWS fwk36 (1.53.40); FILE MERGED 2006/03/16 09:48:12 cd 1.53.40.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [2418453680ed85a5974a2bd02c10a141c2b1124e]

        INTEGRATION: CWS fwk36 (1.69.132); FILE MERGED 2006/03/16 09:48:10 cd 1.69.132.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [39c4f70c3487fc8844446fbbeebe1c61c04084c7]

        INTEGRATION: CWS sb48 (1.41.42); FILE MERGED 2006/03/15 13:58:27 sb 1.41.42.2: #i59269# Fixed typo. 2006/03/15 11:09:18 sb 1.41.42.1: #i59269# Added patch flags.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [be94d7336ec8fa0155ac5518c8dfdffad5ced9db]

        INTEGRATION: CWS fwk36 (1.24.98); FILE MERGED 2006/03/16 09:57:04 cd 1.24.98.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [d5c08a48cf0bf7fc316e9ba37173eb74a58e8688]

        INTEGRATION: CWS sb48 (1.186.12); FILE MERGED 2006/03/15 11:09:18 sb 1.186.12.1: #i59269# Added patch flags.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [2c9e1ef96a944d074e460663b914ed46c90bef22]

        INTEGRATION: CWS fwk36 (1.93.52); FILE MERGED 2006/03/16 09:57:04 cd 1.93.52.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [49b4e2a50d0eba18dd228bde3d736ae63f9b73d0]

        INTEGRATION: CWS sb48 (1.51.308); FILE MERGED 2006/03/15 11:07:55 sb 1.51.308.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [b9fc9b052a8776cb66906fde38fab41e6dd8d424]

        INTEGRATION: CWS fwk36 (1.18.148); FILE MERGED 2006/03/16 09:57:03 cd 1.18.148.1: #i46895# Added property to ask for valid document signatures

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [cdfed8f620e203697d28a1031adfd587e2cd31f3]

        INTEGRATION: CWS fwk36 (1.22.86); FILE MERGED 2006/03/16 09:35:32 cd 1.22.86.1: #i46895# Added new command for send document as e-mail with MS file format as default

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [ec063fd61a477256af6fdbebf7549b6a55392380]

        INTEGRATION: CWS fwk36 (1.16.240); FILE MERGED 2006/03/16 09:35:32 cd 1.16.240.1: #i46895# Added new command for send document as e-mail with MS file format as default

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [7ec3043f241c72ccb62fd0085c95afadffc661ce]

        INTEGRATION: CWS sb48 (1.49.248); FILE MERGED 2006/03/15 11:08:51 sb 1.49.248.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [e27ace207bb95faf1de7605c4154378939530fd2]

        INTEGRATION: CWS fwk36 (1.14.204); FILE MERGED 2006/03/16 09:35:31 cd 1.14.204.1: #i46895# Added new command for send document as e-mail with MS file format as default

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [a4e9a4f3b5234194b597125dae9772018f6c44af]

        INTEGRATION: CWS sb48 (1.60.30); FILE MERGED 2006/03/15 10:56:27 sb 1.60.30.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [53de942086f15ba333c20f084353c9310ab983a1]

        INTEGRATION: CWS sb48 (1.48.32); FILE MERGED 2006/03/09 13:19:58 sb 1.48.32.1: #i59269# Error message resource strings now come equipped with full punctuation.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [30a2ef1c95af97ff61836ac4b4d98b8d7401aa8e]

        INTEGRATION: CWS sb48 (1.46.130); FILE MERGED 2006/03/15 11:04:47 sb 1.46.130.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [d75f0aabee2d36c329306543b22f27168b57c6ad]

        INTEGRATION: CWS sb48 (1.64.152); FILE MERGED 2006/03/15 11:05:19 sb 1.64.152.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [b1e12483ebc1f9790d181ed59306f67d90a7fa5b]

        INTEGRATION: CWS sb48 (1.44.62); FILE MERGED 2006/03/15 11:03:52 sb 1.44.62.1: #i59269# Added terminating punctuation to error resource strings.

2006-03-27  Oliver Bolte  <obo@openoffice.org>  [0b3d216d7b1c3d95b9eddb7ef540b150687f115e]

        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>  [753cadf200bb658b610ca34f3ecfda6d4d757501]

        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>  [ca7107a298b1c1d8b9c6bfd44cd38e213580ada7]

        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>  [c8dc31563a8b87d5f9dc6df7d3ad0230da65698d]

        INTEGRATION: CWS fwk34 (1.11.96); FILE MERGED 2006/02/28 15:42:45 cd 1.11.96.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [fdb5d439c830f1f0a0f7ce2720deb36f22e30741]

        INTEGRATION: CWS fwk34 (1.18.96); FILE MERGED 2006/02/28 15:42:44 cd 1.18.96.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [c3dfe4e46f96cbe3d3c38bca800c5383c62a8279]

        INTEGRATION: CWS fwk34 (1.18.78); FILE MERGED 2006/03/23 10:08:21 cd 1.18.78.1: #b6183577# Catch exception when user installation path is completely inaccessible

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b2f2a11aad70a10d195c53a6d199d935c9f1d7ca]

        INTEGRATION: CWS fwk34 (1.66.54); FILE MERGED 2006/03/22 12:09:48 as 1.66.54.3: fix typo 2006/03/22 11:44:59 cd 1.66.54.2: #b6183577# Fixed wrong sentence for german 2006/02/28 15:42:44 cd 1.66.54.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [95e7fb23885161b72039ba73c0fa9fd4d5d37879]

        INTEGRATION: CWS fwk34 (1.20.54); FILE MERGED 2006/02/28 15:42:44 cd 1.20.54.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [871695f38fc4307d45f245ea7bfb6932317ce064]

        INTEGRATION: CWS fwk34 (1.188.32); FILE MERGED 2006/03/10 08:21:19 as 1.188.32.4: make solaris compiler happy 2006/03/01 09:01:29 as 1.188.32.3: #120210# disable pipe if a messagebox is shown after Execute() 2006/03/01 08:30:27 as 1.188.32.2: #120210# repair corrupt-filter-config mode 2006/02/28 15:42:44 cd 1.188.32.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [c240c00579ab5d910de10b879f8d477af3e785b3]

        INTEGRATION: CWS fwk34 (1.30.80); FILE MERGED 2006/02/28 15:42:43 cd 1.30.80.1: #b6183577# Show error message if disk space or access rights are not sufficient for Office user installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [1b160a804b8c511f213bfe3bc8fdbe4987e99a68]

        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>  [65889ac54d7e2ec8eae6778ee3691aca5c76c242]

        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>  [f2d212752b3fc8b58c7765b02e3a6b0edcb3baaf]

        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>  [b2cf27808dc576b03e711d3271e1c9dd23c53678]

        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>  [f762da182a03c529c785b56ef0b0e6f1bd69176e]

        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>  [2bd21737c547afa421742a65bc0e269318133f14]

        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>  [934504196c238d4be3255ac986c664251699ce7e]

        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>  [b13132e137494ee8af08dcddb6ff6775e3d513e3]

        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>  [02f8fc478efc11409a0799b5b0f41e510b4d6db7]

        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>  [115ba363f461c782f5a4f8843f1c05df739e9984]

        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>  [453b16c47a6a868f9ad18342a206a1889f69965e]

        INTEGRATION: CWS fwk34 (1.55.24); FILE MERGED 2006/03/09 11:57:05 as 1.55.24.3: RESYNC: (1.55-1.57); FILE MERGED 2006/03/02 16:00:54 cd 1.55.24.2: #i62706# Remove generic catch clause to not cover serious problems 2006/03/01 08:27:14 as 1.55.24.1: #120210# dont hinder office to show error message about corrupt filter configuration

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [67004ffb9752a64cefca00bce43feead1f0be672]

        INTEGRATION: CWS fwk34 (1.74.64); FILE MERGED 2006/03/09 11:56:26 as 1.74.64.2: RESYNC: (1.74-1.75); FILE MERGED 2006/02/27 11:05:50 mav 1.74.64.1: #i57862# get rid of duplicate warning

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [f473fefbfe76664268e2c176e865873e8dcc7f9f]

        INTEGRATION: CWS fwk34 (1.106.32); FILE MERGED 2006/02/27 11:05:49 mav 1.106.32.1: #i57862# get rid of duplicate warning

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [840fc54385828a396c9df9e7c7bff461c22b0a81]

        INTEGRATION: CWS fwk34 (1.36.116); FILE MERGED 2006/02/27 11:15:11 mav 1.36.116.1: #i57862# get rid of duplicate warning

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [80e9ec31ec9da729a37b047fecb1212697d58fcd]

        INTEGRATION: CWS fwk34 (1.12.194); FILE MERGED 2006/03/01 09:28:24 as 1.12.194.1: #i61099# typo

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b51c8ee7ce8421d7f3648d3e772a784244d59744]

        INTEGRATION: CWS fwk34 (1.5.70); FILE MERGED 2006/03/02 15:59:13 cd 1.5.70.2: #i62706# Remove generic catch clause to not cover serious problems 2006/03/01 08:23:34 as 1.5.70.1: #120210# dont hinder office to show error message about corrupt filter configuration

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [652e34d6e86cb5b6f7a1c023c0293cde0bb31964]

        INTEGRATION: CWS fwk34 (1.13.64); FILE MERGED 2006/03/01 08:37:25 as 1.13.64.1: #120210# repair corrupt-filter-config mode

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [ba0f73d88456c56eeb9b8208501efce1c947f8b3]

        INTEGRATION: CWS fwk33 (1.186.10); FILE MERGED 2006/03/14 14:01:33 mav 1.186.10.1: #i47369# check the dialog existance after yielding

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [a643cd7ac21d1d4ad13fe24177c281eab49e810d]

        INTEGRATION: CWS fwk33 (1.36.24); FILE MERGED 2006/02/13 10:38:20 mav 1.36.24.1: #i61909# the data descriptor must be written only when the flag is set accordinly

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [0e5da55fdfce4545ace2847f7c1b8bd341e7376b]

        INTEGRATION: CWS fwk33 (1.24.4); FILE MERGED 2006/03/14 16:59:44 mav 1.24.4.2: #i59886# there might be no common password 2006/02/27 15:51:11 mav 1.24.4.1: #i59886# copy the encrypted stream correctly

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [fe0752a15a29568a843e73963e7b18ea13a1f9b3]

        INTEGRATION: CWS fwk33 (1.13.6); FILE MERGED 2006/02/27 15:51:11 mav 1.13.6.1: #i59886# copy the encrypted stream correctly

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [71d55f4b7a276c8f55534b5c153e93c9aeaad88a]

        INTEGRATION: CWS fwk33 (1.9.4); FILE MERGED 2006/03/14 11:16:40 mav 1.9.4.4: #i61909# new regression test 2006/03/14 10:30:02 mav 1.9.4.3: #i59886# new regression test 2006/03/13 15:51:43 mav 1.9.4.2: #i61909# add new regression tests 2006/03/13 13:13:18 mav 1.9.4.1: #i61909# add new regression tests

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [f7f7d6cb0945814443c90917bafb32078b24089f]

        INTEGRATION: CWS fwk33 (1.5.42); FILE MERGED 2006/03/13 13:13:18 mav 1.5.42.1: #i61909# add new regression tests

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [d59c440a5ae1c42c1d3b5a497097153fbdcd322a]

        INTEGRATION: CWS fwk33 (1.8.4); FILE MERGED 2006/03/14 11:16:39 mav 1.8.4.4: #i61909# new regression test 2006/03/14 10:30:01 mav 1.8.4.3: #i59886# new regression test 2006/03/13 15:51:42 mav 1.8.4.2: #i61909# add new regression tests 2006/03/13 13:13:17 mav 1.8.4.1: #i61909# add new regression tests

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [6c4e8ba46b4c0ec2c07be8bcfe88463fb273091c]

        INTEGRATION: CWS fwk33 (1.1.2); FILE ADDED 2006/03/14 11:17:02 mav 1.1.2.1: #i61909# new regression test

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [cf6bdb9fc3e9db5ce874d59b12bc643583a5e294]

        INTEGRATION: CWS fwk33 (1.1.2); FILE ADDED 2006/03/14 10:30:25 mav 1.1.2.1: #i59886# new regression test

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [711f9dec866c2a6d1f703fec1228784daa0b74ed]

        INTEGRATION: CWS fwk33 (1.1.2); FILE ADDED 2006/03/13 15:52:10 mav 1.1.2.1: #i61909# add new regression tests

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [8545965ca4e7b4803e4a3acabcf0a42669a1c004]

        INTEGRATION: CWS fwk33 (1.1.2); FILE ADDED 2006/03/13 13:13:41 mav 1.1.2.1: #i61909# add new regression tests

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [5ff7b003e5df58b6c13c1f3c959b6772a3479502]

        INTEGRATION: CWS fwk33 (1.30.24); FILE MERGED 2006/03/10 16:06:05 mav 1.30.24.1: #i59089# prepare the code for reentrance scenarios

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [f5a034a147010b8d04d40e89f0693f319c85997f]

        INTEGRATION: CWS fwk33 (1.105.6); FILE MERGED 2006/03/09 13:50:51 mav 1.105.6.4: RESYNC: (1.105-1.106); FILE MERGED 2006/02/10 13:19:39 mav 1.105.6.3: #i46838# allow to retrieve HC-representation 2006/02/10 12:01:13 mav 1.105.6.2: #i46838# allow to retrieve HC-representation 2006/02/08 10:18:42 mav 1.105.6.1: #i58677# disconnect from original template file

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [d897b5f8d82640634561aecd698adfa3bbdeeeb9]

        INTEGRATION: CWS fwk33 (1.62.90); FILE MERGED 2006/03/15 15:58:22 mav 1.62.90.1: #i62085# detect the basic modifications correctly

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b36622b59013571df294e5e957dc825b43c0c437]

        INTEGRATION: CWS fwk33 (1.176.6); FILE MERGED 2006/03/15 15:58:21 mav 1.176.6.3: #i62085# detect the basic modifications correctly 2006/02/28 12:50:15 mav 1.176.6.2: #132283# remove old optimization that has become wrong after getting rid of handsOff state 2006/02/22 15:48:52 mav 1.176.6.1: #i62085# preserv macro signature if it was not modified

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [bc9337224c2755f158fb422ad2fb06f1a4d08172]

        INTEGRATION: CWS fwk33 (1.88.90); FILE MERGED 2006/03/09 13:50:43 mav 1.88.90.2: RESYNC: (1.88-1.89); FILE MERGED 2006/02/22 15:48:51 mav 1.88.90.1: #i62085# preserv macro signature if it was not modified

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [af4eff6750ea6d41504ffe7e8ccda027170a6012]

        INTEGRATION: CWS fwk33 (1.74.88); FILE MERGED 2006/03/10 16:06:04 mav 1.74.88.3: #i59089# prepare the code for reentrance scenarios 2006/03/09 13:50:34 mav 1.74.88.2: RESYNC: (1.74-1.75); FILE MERGED 2006/03/08 16:55:20 mav 1.74.88.1: #i59262# remove author name correctly inc\docinf.hxx source\doc\docinf.cxx source\doc\objcont.cxx

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b4d7ffc3cecff1e27bf1ec39750f3bd9a763f3e2]

        INTEGRATION: CWS fwk33 (1.58.138); FILE MERGED 2006/03/09 13:50:26 mav 1.58.138.3: RESYNC: (1.58-1.60); FILE MERGED 2006/03/08 16:55:20 mav 1.58.138.2: #i59262# remove author name correctly inc\docinf.hxx source\doc\docinf.cxx source\doc\objcont.cxx 2006/02/10 12:01:13 mav 1.58.138.1: #i46838# allow to retrieve HC-representation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [f060f5240ffff2927dac06a85b1b1b11adae4ec2]

        INTEGRATION: CWS fwk33 (1.30.140); FILE MERGED 2006/03/09 13:50:06 mav 1.30.140.2: RESYNC: (1.30-1.31); FILE MERGED 2006/03/08 16:55:20 mav 1.30.140.1: #i59262# remove author name correctly inc\docinf.hxx source\doc\docinf.cxx source\doc\objcont.cxx

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [9e33258782d51aec0b420f2f5701e0075ce395f5]

        INTEGRATION: CWS fwk33 (1.176.6); FILE MERGED 2006/02/22 15:48:51 mav 1.176.6.1: #i62085# preserv macro signature if it was not modified

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [31fe464471473b883cc347c8c5586871307a8d21]

        INTEGRATION: CWS fwk33 (1.119.48); FILE MERGED 2006/02/22 09:34:21 fs 1.119.48.1: #i62216# smarter detection of folder/file name in SetDisplayName contributed by kendy@openoffice.org

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [e9708b4320b08820fdf169d633025cd59c81a678]

        INTEGRATION: CWS fwk33 (1.24.138); FILE MERGED 2006/03/09 13:47:33 mav 1.24.138.2: RESYNC: (1.24-1.25); FILE MERGED 2006/03/06 16:18:49 mav 1.24.138.1: #i56852# do not allow to change modified state here

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [ce5bc19797b55b109a506bc8ae299b27b94031a5]

        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>  [b97e53e2fcc64f95afc4af4ba5d56ff4dfb6cba0]

        INTEGRATION: CWS fwk33 (1.6.32); FILE MERGED 2006/02/27 12:36:46 mav 1.6.32.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [58b291ffd1de876b9ba581037119593c644b60eb]

        INTEGRATION: CWS fwk33 (1.3.32); FILE MERGED 2006/02/27 12:36:45 mav 1.3.32.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [314cac8c1195d8ea36bcfb3a00c4bfabfe68fbe1]

        INTEGRATION: CWS fwk33 (1.12.4); FILE MERGED 2006/02/27 12:36:45 mav 1.12.4.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [ec2da1050291e1a99b526cc9d320501e2b16d56a]

        INTEGRATION: CWS fwk33 (1.26.4); FILE MERGED 2006/02/27 12:36:45 mav 1.26.4.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [3b0361d3c4e058e4d6f1db56799f86e1f4e9686c]

        INTEGRATION: CWS fwk33 (1.32.4); FILE MERGED 2006/02/27 12:36:44 mav 1.32.4.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [c5e502474132e6a4a55fe257937dcad561164550]

        INTEGRATION: CWS fwk33 (1.9.32); FILE MERGED 2006/03/13 09:04:53 mav 1.9.32.2: #i59148# let helper methods be implemented in one library 2006/03/10 09:38:44 mav 1.9.32.1: #i59148# let helper methods be implemented in one library

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [502c3e0523c579d72f2d87401b17f5c54f7264eb]

        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>  [4e349ae0a795296a5f129da41babc295d6a9baab]

        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-24  Oliver Bolte  <obo@openoffice.org>  [5f5014481e82ce94f4034b3fdbec71c2bb0fd6c7]

        INTEGRATION: CWS fwk33 (1.13.12); FILE MERGED 2006/03/10 10:44:44 mav 1.13.12.1: #i47369# fix the initialization

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [bd9893d0fa319048234b23d275d4bcc6edf8502b]

        INTEGRATION: CWS fwk33 (1.8.50); FILE MERGED 2006/03/09 13:31:53 mav 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2006/02/27 08:14:54 mav 1.8.50.1: #i57734# do not do the checks that should be done by installation

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [5209e20bc95820ea11de10ff0c25e0a74b8f9280]

        INTEGRATION: CWS fwk33 (1.17.46); FILE MERGED 2006/03/01 09:32:55 mav 1.17.46.1: #i62202# use the provided stream for the detection

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [4f3c83c32234220beb865603c6e7e66846f55c62]

        INTEGRATION: CWS fwk33 (1.65.10); FILE MERGED 2006/03/03 13:33:11 mav 1.65.10.2: #i62746# even if the object whants to be notified on resize, it still might be scaled 2006/02/10 11:56:01 mav 1.65.10.1: #i46838# chow HC-representation of embedded object when requested

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [65dc624127091a50bfd6eb47860501d53637f544]

        INTEGRATION: CWS fwk33 (1.44.20); FILE MERGED 2006/02/13 08:57:14 mav 1.44.20.1: #i60829# use name since the object is not registered in the container

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [121c1a553d939aeec8c38f7e8806afa17d3a65a3]

        INTEGRATION: CWS fwk33 (1.19.134); FILE MERGED 2006/03/10 09:42:23 mav 1.19.134.1: #i60829# use name since the object is not registered in the container

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [3860f0bc7eecbf45fda87628cb9b94c58c68a451]

        INTEGRATION: CWS fwk33 (1.31.22); FILE MERGED 2006/02/10 11:52:37 mav 1.31.22.1: #i46838# chow HC-representation of embedded object when requested

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [b81eeee429cf3f333f96feebbaddab703132c0e2]

        INTEGRATION: CWS fwk33 (1.31.216); FILE MERGED 2006/02/10 11:52:35 mav 1.31.216.1: #i46838# chow HC-representation of embedded object when requested

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [1ab2e3897d187a4862744e2ca881ecc67f25009f]

        INTEGRATION: CWS fwk33 (1.12.22); FILE MERGED 2006/02/10 11:51:41 mav 1.12.22.1: #i46838# chow HC-representation of embedded object when requested

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [9aab232a9687bcd998a782c7296be40c990d786a]

        INTEGRATION: CWS fwk33 (1.13.144); FILE MERGED 2006/03/03 13:48:12 mav 1.13.144.1: #i62746# do any action only if the change is more then one pixel

2006-03-24  Oliver Bolte  <obo@openoffice.org>  [e21083ae636b0fd48b7cf788f9655d59f843976e]

        INTEGRATION: CWS fwk33 (1.4.34); FILE MERGED 2006/03/10 10:42:08 mav 1.4.34.1: #i47369# check the dialog existance after yielding

2006-03-23  Thorsten Behrens  <thb@openoffice.org>  [93b0a13d2de166c48ba7e182c306df1806b05eec]

        #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>  [c6984f0dcbbe664807042fb7ecc35b828b82448c]

        #i10000# int_handler removed/not declared

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f9124dd107cd4f71f8c124297859f003fdfeb995]

        #i10000# CWS printsetting configure.in changed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [92b8f57a4d5c5bf936889160af70636ac55706ec]

        SRC680

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6d036b06fa079f04cd16cbb4b243fa7b5be3ebc3]

        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>  [49743920cae5eaf214fb6f3dc25c447d86bfe064]

        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>  [266a89318ad2c10d185ccebd2de8c70cc191a050]

        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>  [6f7cfbfe634c4bddcff484985d483c1ed47b1d9a]

        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>  [1317fb4908e88346e2970410465700b6b983747d]

        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>  [0a8f9771ec14fe57b83f0dbd9e6b7471fa091d0d]

        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>  [efcf9aad03967b6b373c9dac977fbfcd9ece61c9]

        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>  [f7375cb324d611363115c1f95f95b78062b82e46]

        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>  [8b4e34a6229c561e6212154aac7b36cfdab38443]

        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>  [ca27bac90efea9505aadcd08bd3de18c6595e3c9]

        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>  [07f97d76e46163ce74713b9bcbd7767791e9846d]

        INTEGRATION: CWS jaxpapifixer (1.3.4); FILE MERGED 2006/03/21 17:45:06 ihi 1.3.4.1: #i63339# Windows toURL() build fix

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0bdab31122a72f558c31ce105db0ca8c0c13e6fd]

        INTEGRATION: CWS swdrawobjpos203 (1.46.182); FILE MERGED 2006/03/20 10:12:54 od 1.46.182.2: RESYNC: (1.46-1.47); FILE MERGED 2006/03/20 09:11:56 od 1.46.182.1: #i62875# load and save of compatibility option <DoNotCaptureDrawObjsOnPage>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5de505396aca7e8169fc102af752d6b32208cdc2]

        INTEGRATION: CWS swdrawobjpos203 (1.112.182); FILE MERGED 2006/03/20 09:44:30 od 1.112.182.3: RESYNC: (1.112-1.114); FILE MERGED resolve merge conflicts. 2006/03/20 08:12:47 od 1.112.182.2: #i62875# - class <SwDoc>: new compatibility flag <mbDoNotCaptureDrawObjsOnPage> 	   inclusive inline accessor methods. 	 - new namespace <docfunc> for new functions <ExistsDrawObjs( SwDoc& )> 	   and <AllDrawObjsOnPage( SwDoc& )>. 	   namespace <docfunct> should be used for functions/procedures 	   working on a Writer document. 2006/03/20 08:10:26 od 1.112.182.1: *** empty log message ***

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [52d88c68289efcf6c643de4ef18d9fafd79a8fbf]

        INTEGRATION: CWS swdrawobjpos203 (1.56.26); FILE MERGED 2006/03/20 09:09:40 od 1.56.26.1: #i62875# - reset compatibility flag <DoNotCaptureDrawObjsOnPage>, if possible.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1c23731fbae54ef37b862e531884b3e6d75c5db3]

        INTEGRATION: CWS swdrawobjpos203 (1.92.124); FILE MERGED 2006/03/20 10:08:29 od 1.92.124.2: RESYNC: (1.92-1.93); FILE MERGED 2006/03/20 09:06:50 od 1.92.124.1: #i62875# method <SwXMLImport::SetConfigurationSettings(..)> 	 - set compatibility option <DoNotCaptureDrawObjsOnPage> to TRUE 	   for documents written by version prior OOo 2.0

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [535a869a57034a09e4db1739645d9654842b1bac]

        INTEGRATION: CWS swdrawobjpos203 (1.68.56); FILE MERGED 2006/03/20 10:07:27 od 1.68.56.2: RESYNC: (1.68-1.70); FILE MERGED resolve merge conflict. 2006/03/20 08:42:44 od 1.68.56.1: #i62875# method <XMLReader::Read(..)> 	 - reset compatibility option <DoNotCaptureDrawObjsOnPage> after 	   reading of the document, if the document doesn't contain 	   any drawing object.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4215b595e9ba604b96cd20e4279aba72957a174b]

        INTEGRATION: CWS swdrawobjpos203 (1.16.230); FILE MERGED 2006/03/20 08:39:30 od 1.16.230.1: #i62875# method <SwToCntntAnchoredObjectPosition::CalcPosition()> 	 use new method <DoesObjFollowsTextFlow()>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [7961b14c4f9f00696b241e5ad9bf9ba18041fe22]

        INTEGRATION: CWS swdrawobjpos203 (1.12.54); FILE MERGED 2006/03/20 08:36:57 od 1.12.54.1: #i62875# class <SwAnchoredObjectPosition> 	 - set new members <mbFollowTextFlow> and <mbDoNotCaptureAnchoredObj> 	 - method <_ImplAdjustVertRelPos(..)> and <_ImplAdjustHoriRelPos(..)>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f39636ed1f741708f8bb04720061ee88706ed57f]

        INTEGRATION: CWS swdrawobjpos203 (1.18.88); FILE MERGED 2006/03/20 08:33:17 od 1.18.88.1: #i62875# method <SwAnchoredObject::ChgAnchor(..)> 	 - do not call <ObjectAttachedToAnchorFrame> is no new anchor frame.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [c4d0e76d4437fd18a318ecef53ea7fd39487970a]

        INTEGRATION: CWS swdrawobjpos203 (1.14.124); FILE MERGED 2006/03/20 08:31:48 od 1.14.124.1: #i62875# class <SwAnchoredDrawObject> 	 - initialize <mbCaptureAfterLayoutDirChange> in construtor. 	 - implementation of overloaded method <UpdateLayoutDir()> and 	   new method <IsOutsidePage()>. 	 - capturing of drawing object on page in method <MakeObjPos()>, 	   <mbCaptureAfterLayoutDirChange> is set.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [375e2cad515f5415773f8f78291f91f6ed27dcb4]

        INTEGRATION: CWS swdrawobjpos203 (1.9.256); FILE MERGED 2006/03/20 08:27:47 od 1.9.256.1: #i62875# class <SwAnchoredObjectPosition> 	 - new members <mbFollowTextFlow> and <mbDoNotCaptureAnchoredObj> 	 - made methods <_AdjustVertRelPos(..)> and <_AdjustHoriRelPos(..)>; 	   intrinsic implementation moved to private methods <_ImplAdjustVertRelPos(..)> 	   and <_ImplAdjustHoriRelPos(..)>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [d1d593b9306e496eeb3c2ce0704a8c20b1f17978]

        INTEGRATION: CWS swdrawobjpos203 (1.48.54); FILE MERGED 2006/03/20 09:08:03 od 1.48.54.1: #i62875# - revise fix for issue 124157

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [dde86e03084b0712035ef2e34421297f11331ec2]

        INTEGRATION: CWS swdrawobjpos203 (1.57.182); FILE MERGED 2006/03/20 09:48:17 od 1.57.182.2: RESYNC: (1.57-1.58); FILE MERGED resolve merge conflict. 2006/03/20 08:21:46 od 1.57.182.1: #i62875# method <SwDoc::SwDoc> 	 - initialize compatibility flag <mbDoNotCaptureDrawObjsOnPage>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [face2a7f3ce1621ecd47e1e8ee2146fb7aceed67]

        INTEGRATION: CWS swdrawobjpos203 (1.34.122); FILE MERGED 2006/03/20 08:23:27 od 1.34.122.1: #i62875# - implementation of functions <docfunc::ExistsDrawObjs()> and 	   <docfunc::AllDrawObjsOnPage()>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0c2ed93dde9564549012cbbe62ee44eb9e353cab]

        INTEGRATION: CWS swdrawobjpos203 (1.18.54); FILE MERGED 2006/03/20 08:15:12 od 1.18.54.1: #i62875# - revise fix for issue 124157

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5da86ad45cd89e17f3f1f8f41743887be958c12c]

        INTEGRATION: CWS swdrawobjpos203 (1.15.230); FILE MERGED 2006/03/20 08:17:13 od 1.15.230.1: #i62875# class <SwAnchoredObject>: 	 - method <UpdateLayoutDir()> is virtual now.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [431833ce83b214ad80d9d1a59e81cb51c08a36d6]

        INTEGRATION: CWS swdrawobjpos203 (1.9.124); FILE MERGED 2006/03/20 08:19:55 od 1.9.124.1: #i62875# class <SwAnchoredDrawObject> 	 - new member <mbCaptureAfterLayoutDirChange> 	 - overload method <UpdateLayoutDir()> to set <mbCaptureAfterLayoutDirChange> 	 - new method <IsOutsidePage()>

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4f6ae0622b3b45c8326ee8b603d8b081261640f7]

        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>  [03d71c2608a6f897189e7d44be80483270ea9bf1]

        INTEGRATION: CWS dr46 (1.4.106); FILE MERGED 2006/02/16 13:06:20 er 1.4.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b665834f4fc9ab3a7568522c2ddc591aa1aa08fc]

        INTEGRATION: CWS dr46 (1.11.106); FILE MERGED 2006/02/16 13:06:20 er 1.11.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [14daae9deb540b059a7a60959b851498c842b17c]

        INTEGRATION: CWS dr46 (1.83.10); FILE MERGED 2006/02/22 17:18:05 er 1.83.10.2: #i4925# remove the 'enquote if leading zero' logic, interferes with plain zero and dates and times; would need inspection of the number format instead 2006/02/16 13:06:19 er 1.83.10.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [23168a6e259503b548afea95e6bdf1d8b3a05d12]

        INTEGRATION: CWS dr46 (1.4.106); FILE MERGED 2006/02/16 13:06:18 er 1.4.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [cde06356aa26d38adeb19b88e62ea11e4e9d33db]

        INTEGRATION: CWS dr46 (1.32.106); FILE MERGED 2006/02/16 13:06:17 er 1.32.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3fba1d2975723edb2552986af25f6660b698ebb0]

        INTEGRATION: CWS dr46 (1.5.106); FILE MERGED 2006/02/16 13:06:16 er 1.5.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [c991c99eb2afc2ab0386662bd1713c6c029303e9]

        INTEGRATION: CWS dr46 (1.11.106); FILE MERGED 2006/02/16 13:06:16 er 1.11.106.1: #i4925# CSV export with option 'save as shown'

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e7ad52010a7d031b34b3d7985ac968fee54c0757]

        INTEGRATION: CWS dr46 (1.23.106); FILE MERGED 2006/02/09 10:22:59 dr 1.23.106.1: dump VBA storage and userforms

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a37cf006e14fd9197137440212b8ddf2a0ed0959]

        INTEGRATION: CWS dr46 (1.23.96); FILE MERGED 2006/02/16 12:57:15 dr 1.23.96.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4dff4b7f8801e80bd12e6a8024d1b80f3b072451]

        INTEGRATION: CWS dr46 (1.1.2); FILE ADDED 2006/02/21 18:35:44 dr 1.1.2.3: more additions for dumper 2006/02/20 12:43:07 dr 1.1.2.2: handle CONTINUE records from Escher 2006/02/16 12:57:03 dr 1.1.2.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [be34285379b1f7a5b59d2fcef149cabd536f85c0]

        INTEGRATION: CWS dr46 (1.4.96); FILE MERGED 2006/02/20 16:23:41 dr 1.4.96.1: #i59590# ignore RTL flag in chart sheets

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4f63a9ef86810700e09817d76adf974ecd795cfe]

        INTEGRATION: CWS dr46 (1.18.96); FILE MERGED 2006/02/16 12:57:14 dr 1.18.96.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [cfaa5884aae281ab1f5f7baf50fb4baddd89346b]

        INTEGRATION: CWS dr46 (1.20.22); FILE MERGED 2006/02/17 11:12:28 dr 1.20.22.1: #i60510# ignore garbage in Escher stream

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f586d0ad5b1a74e93b32c87131335b6a0362ef1e]

        INTEGRATION: CWS dr46 (1.17.106); FILE MERGED 2006/02/16 12:57:14 dr 1.17.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6d38855e24d24a7fc4bd5c742dbc5aa8c947816f]

        INTEGRATION: CWS dr46 (1.35.22); FILE MERGED 2006/02/24 17:45:46 dr 1.35.22.2: #i10000# import of conditional formatting broken 2006/02/16 12:57:13 dr 1.35.22.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [c1e673ed7ecaf1adfbec9cf253185e861167d3d9]

        INTEGRATION: CWS dr46 (1.1.2); FILE ADDED 2006/02/21 18:35:44 dr 1.1.2.4: more additions for dumper 2006/02/20 19:19:56 dr 1.1.2.3: enable/disable dumper 2006/02/20 12:43:08 dr 1.1.2.2: handle CONTINUE records from Escher 2006/02/16 12:56:59 dr 1.1.2.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0d945449b4b677305f192c4f43622021bc003ec8]

        INTEGRATION: CWS dr46 (1.11.106); FILE MERGED 2006/02/16 12:57:09 dr 1.11.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [7a81d3d92d91efe95a47b41965d386fb804a1feb]

        INTEGRATION: CWS dr46 (1.63.22); FILE MERGED 2006/02/24 17:45:46 dr 1.63.22.3: #i10000# import of conditional formatting broken 2006/02/17 11:12:27 dr 1.63.22.2: #i60510# ignore garbage in Escher stream 2006/02/16 12:57:04 dr 1.63.22.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f73deae13ea09c8a8489119add52d9f7d9e2262f]

        INTEGRATION: CWS dr46 (1.18.24); FILE MERGED 2006/02/09 10:22:59 dr 1.18.24.1: dump VBA storage and userforms

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [c820b01cd70f2f008c27e4222ede001cb365f1b4]

        INTEGRATION: CWS dr46 (1.3.106); FILE MERGED 2006/02/16 12:56:11 dr 1.3.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9e3cbe527bccf934606f419a566421077aefbf1f]

        INTEGRATION: CWS dr46 (1.13.96); FILE MERGED 2006/02/16 12:56:10 dr 1.13.96.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e5f81dab13b8ff3265edde4ecda42e29e4739cf7]

        INTEGRATION: CWS dr46 (1.1.2); FILE ADDED 2006/02/21 18:35:55 dr 1.1.2.4: more additions for dumper 2006/02/20 19:19:44 dr 1.1.2.3: enable/disable dumper 2006/02/20 12:43:36 dr 1.1.2.2: handle CONTINUE records from Escher 2006/02/16 12:56:10 dr 1.1.2.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [d8ab17056ae56e02e1e2c06000e9624d9e80e942]

        INTEGRATION: CWS dr46 (1.24.96); FILE MERGED 2006/02/09 10:49:10 dr 1.24.96.2: #i57790# compiler optimization problem 2006/02/09 10:22:47 dr 1.24.96.1: dump VBA storage and userforms

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [af1e01c40cba9b4ccb3f3df987976467299eec84]

        INTEGRATION: CWS dr46 (1.18.76); FILE MERGED 2006/02/21 18:29:58 dr 1.18.76.1: #i62053# initialize meOffset

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [82ffd9036af4a34543b88c3450675511110a0d32]

        INTEGRATION: CWS dr46 (1.24.96); FILE MERGED 2006/02/16 12:55:29 dr 1.24.96.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [44f4cd225ed6964dece13cc18c8a856ea2e53924]

        INTEGRATION: CWS dr46 (1.1.2); FILE ADDED 2006/02/21 18:36:14 dr 1.1.2.3: more additions for dumper 2006/02/20 19:19:23 dr 1.1.2.2: enable/disable dumper 2006/02/16 12:55:22 dr 1.1.2.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [62053ffaa8ccae0866f4d136d2f7d5a8e75f949f]

        INTEGRATION: CWS dr46 (1.1.2); FILE ADDED 2006/02/21 18:36:14 dr 1.1.2.4: more additions for dumper 2006/02/20 19:19:23 dr 1.1.2.3: enable/disable dumper 2006/02/20 12:42:51 dr 1.1.2.2: handle CONTINUE records from Escher 2006/02/16 12:55:21 dr 1.1.2.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [ec1b183ecb0bbc6e202515e953e76102d39a5d07]

        INTEGRATION: CWS dr46 (1.4.96); FILE MERGED 2006/02/20 16:23:18 dr 1.4.96.2: #i59590# ignore RTL flag in chart sheets 2006/02/15 11:11:14 dr 1.4.96.1: #i62053# read BIFF2 WINDOW2

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [00bdb19875693cb921c2e9d4a6a84dc656850501]

        INTEGRATION: CWS dr46 (1.14.96); FILE MERGED 2006/02/16 12:52:18 dr 1.14.96.1: #i62053# set stream error, if record header incomplete

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f8b6b9462039fff91788ae772c5b4366c6fd2007]

        INTEGRATION: CWS dr46 (1.17.96); FILE MERGED 2006/02/16 12:55:28 dr 1.17.96.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [527b6c08cf76316f762d2a62480fedbca31603cf]

        INTEGRATION: CWS dr46 (1.39.22); FILE MERGED 2006/02/21 18:58:29 dr 1.39.22.4: RESYNC: (1.39-1.40); FILE MERGED 2006/02/20 15:47:41 dr 1.39.22.3: #i60510# handle empty escher stream 2006/02/20 12:41:57 dr 1.39.22.2: #i58780# do not check size of embedded group shapes 2006/02/17 11:11:00 dr 1.39.22.1: #i60510# ignore garbage in Escher stream

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e96ac911734d68f606a95e55f40ae0701569ed9b]

        INTEGRATION: CWS dr46 (1.5.96); FILE MERGED 2006/02/20 16:23:18 dr 1.5.96.1: #i59590# ignore RTL flag in chart sheets

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [d42905d81a394b0a4784cf076076c0c78e15dba8]

        INTEGRATION: CWS dr46 (1.17.106); FILE MERGED 2006/02/16 12:55:27 dr 1.17.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [fce28f7bbdb685833f315b16acf2609d2ac4dd6c]

        INTEGRATION: CWS dr46 (1.56.22); FILE MERGED 2006/02/21 18:10:16 dr 1.56.22.5: #i62053# create number formats if stream is broken 2006/02/20 16:23:18 dr 1.56.22.4: #i59590# ignore RTL flag in chart sheets 2006/02/17 11:10:59 dr 1.56.22.3: #i60510# ignore garbage in Escher stream 2006/02/15 12:21:19 dr 1.56.22.2: #i61980# always catch missing globals EOF 2006/02/15 11:11:12 dr 1.56.22.1: #i62053# read BIFF2 WINDOW2

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [662517ac38c05983469b036f5f5329f89247c4ad]

        INTEGRATION: CWS dr46 (1.34.106); FILE MERGED 2006/02/16 12:55:26 dr 1.34.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a1fb93d7a112ef13cce7623856abde280c3a5fb9]

        INTEGRATION: CWS dr46 (1.77.22); FILE MERGED 2006/02/16 12:55:25 dr 1.77.22.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [13f6773661904fc41d11e88a9385547720bece1f]

        INTEGRATION: CWS dr46 (1.25.106); FILE MERGED 2006/02/16 12:55:24 dr 1.25.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [998b3233289d15b592742b1ea8a875d6337547f6]

        INTEGRATION: CWS dr46 (1.109.22); FILE MERGED 2006/02/17 11:10:57 dr 1.109.22.2: #i60510# ignore garbage in Escher stream 2006/02/16 12:55:23 dr 1.109.22.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8d72b92bcb8a5f71be9096a9f3513eca29751775]

        INTEGRATION: CWS dr46 (1.20.106); FILE MERGED 2006/02/21 18:36:13 dr 1.20.106.3: more additions for dumper 2006/02/20 19:26:51 dr 1.20.106.2: enable/disable dumper 2006/02/16 12:55:22 dr 1.20.106.1: new file dumper, remove unused member mrBookStrm from root data

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6939d2548d3773779b59cdccb2e0af1a5b95258a]

        INTEGRATION: CWS dr46 (1.82.22); FILE MERGED 2006/02/21 18:58:21 dr 1.82.22.4: RESYNC: (1.82-1.83); FILE MERGED 2006/02/20 19:19:23 dr 1.82.22.3: enable/disable dumper 2006/02/16 12:49:27 dr 1.82.22.2: dump Escher child anchor 2006/02/09 10:22:46 dr 1.82.22.1: dump VBA storage and userforms

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [dd832d02d70e84a4fcb926dc52db3001477fd4d4]

        INTEGRATION: CWS fsfixes02 (1.9.10); FILE MERGED 2006/03/20 09:46:37 fridrich_strba 1.9.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [211d196e68480824801f7a653b72fba55174bdbb]

        INTEGRATION: CWS fsfixes02 (1.7.10); FILE MERGED 2006/03/20 09:46:36 fridrich_strba 1.7.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [757993cbaf59bc62aefa67e3c8530001f3ae6981]

        INTEGRATION: CWS fsfixes02 (1.8.10); FILE MERGED 2006/03/20 09:46:36 fridrich_strba 1.8.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [76822c88ae1a82f3e7bb8fd41dbc4a9fb25f605d]

        INTEGRATION: CWS fsfixes02 (1.11.8); FILE MERGED 2006/03/20 09:46:35 fridrich_strba 1.11.8.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b9654ef6c2e9cdf53e9ffca7896937b00036ab5a]

        INTEGRATION: CWS fsfixes02 (1.6.10); FILE MERGED 2006/03/20 09:46:34 fridrich_strba 1.6.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9336569160af63beea118c37e9e03b69dc298588]

        INTEGRATION: CWS fsfixes02 (1.6.10); FILE MERGED 2006/03/20 09:46:33 fridrich_strba 1.6.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3a74c4b3901df383852f1d8a6a0c4d4c4733aa5f]

        INTEGRATION: CWS fsfixes02 (1.9.10); FILE MERGED 2006/03/20 09:46:33 fridrich_strba 1.9.10.1: Issue number:  i63088 Submitted by:  cyrillem Reviewed by:   fridrich_strba Fix build breakages with some older compilers

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1e96cf72d06f3eb5c097b0e0c6411c57a8fbfb8a]

        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>  [d291493b0e527b05c5e170a65ffe13c9fa3375db]

        INTEGRATION: CWS cairofixes01 (1.52.42); FILE MERGED 2006/03/06 09:05:26 thb 1.52.42.2: #i62739# Corrected typo 2006/03/03 11:26:08 thb 1.52.42.1: #i62739# Changed line of products to pack to be sensitive to BUILD_TYPE (at least for the ODK case)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [59dfecfa2d2ca33bd159b0d953132a0f73847d32]

        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>  [a7a09d627f34cfdd52bbd901662a07b4600d331b]

        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>  [b25d9b203ca4c9cc2aaaa7e791192a8a4eab3293]

        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>  [c720c082e6341c0f0373ad0141e7bcdac17a0e1d]

        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>  [175142296f92b6b0a5be9e7debf851d6559aaebf]

        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>  [193bde0637ccdfa2d08c978dba8d9418cef1deca]

        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>  [a6916acfed11ec74b456d428662e8d8cfda5575d]

        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>  [60331f538e7c628d9453be5e68e95187f14bfcf6]

        INTEGRATION: CWS pyunofixes2 (1.7.62); FILE MERGED 2006/01/11 22:07:52 jbu 1.7.62.1: #i55157# added lib/site-packages to PYTHONPATH

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f9db36a3b8c7859765a184614e8f870cc49579f8]

        INTEGRATION: CWS pyunofixes2 (1.7.128); FILE MERGED 2006/01/07 22:17:33 jbu 1.7.128.2: RESYNC: (1.7-1.9); FILE MERGED 2006/01/07 20:03:01 jbu 1.7.128.1: #i54532# added officehelper.py (provided by Christian Junker)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3c4cdd397e0dd1ed57b2eebeee6088adaba0f7de]

        INTEGRATION: CWS pyunofixes2 (1.10.26); FILE MERGED 2006/01/07 22:17:48 jbu 1.10.26.2: RESYNC: (1.10-1.13); FILE MERGED 2006/01/07 20:03:01 jbu 1.10.26.1: #i54532# added officehelper.py (provided by Christian Junker)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [93b8b0ea78015186228a6266f499996c13c5a4f6]

        INTEGRATION: CWS pyunofixes2 (1.28.20); FILE MERGED 2006/01/07 21:38:02 jbu 1.28.20.2: RESYNC: (1.28-1.51); FILE MERGED 2006/01/07 20:02:06 jbu 1.28.20.1: #i54532# added officehelper.py (provided by Christian Junker)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [abda564c5e2cf2ae063887290daaa1fb102027aa]

        INTEGRATION: CWS pyunofixes2 (1.7.12); FILE MERGED 2006/01/11 21:36:14 jbu 1.7.12.1: #i55157# added lib/site-packages to PYTHONPATH

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [265025d520fc7558ff366d016a94557a2331de1c]

        INTEGRATION: CWS pyunofixes2 (1.3.40); FILE MERGED 2006/01/07 21:36:36 jbu 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/07 20:13:41 jbu 1.3.40.1: #i57379# added pyuno current context support

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f6e480a312ed0e70b590b660e9091a1ae315bc78]

        INTEGRATION: CWS pyunofixes2 (1.5.40); FILE MERGED 2006/01/07 21:36:28 jbu 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2006/01/07 20:13:41 jbu 1.5.40.1: #i57379# added pyuno current context support

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f352083d2ae3fc7b11595a6dd289699fd4851110]

        INTEGRATION: CWS pyunofixes2 (1.3.10); FILE MERGED 2006/01/07 21:36:43 jbu 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 18:43:07 jbu 1.3.10.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [cd95e17ef74bdf0f32bb916a78756c982b267d85]

        INTEGRATION: CWS pyunofixes2 (1.9.10); FILE MERGED 2006/01/08 21:44:05 jbu 1.9.10.5: #i29685# removed superflous output to stdout 2006/01/07 21:35:23 jbu 1.9.10.4: RESYNC: (1.9-1.10); FILE MERGED 2005/11/01 13:30:26 jbu 1.9.10.3: #i29685# now ensuring unlimited lifetime of different locale strings 2005/09/09 18:51:58 jbu 1.9.10.2: #i54416# removed now obsolete PYUNO_DEBUG macro 2005/09/09 18:43:07 jbu 1.9.10.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [21ca2746f0ab780716c56cd39eb195c91372f39d]

        INTEGRATION: CWS pyunofixes2 (1.9.10); FILE MERGED 2006/01/07 21:36:13 jbu 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2006/01/07 20:13:42 jbu 1.9.10.1: #i57379# added pyuno current context support

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b9a3ce0386cabc74d437af54a9cbe4a4095d34a3]

        INTEGRATION: CWS pyunofixes2 (1.3.40); FILE MERGED 2006/01/07 21:35:15 jbu 1.3.40.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 18:51:58 jbu 1.3.40.2: #i54416# removed now obsolete PYUNO_DEBUG macro 2005/09/09 18:43:07 jbu 1.3.40.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [be59def9cc6f10580e3976932eb9f1216fa2e038]

        INTEGRATION: CWS pyunofixes2 (1.3.52); FILE MERGED 2006/01/07 21:35:08 jbu 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/09 18:43:07 jbu 1.3.52.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a48afb6fbf5d8cf10c6a1fc70d99a88de987bdde]

        INTEGRATION: CWS pyunofixes2 (1.6.12); FILE MERGED 2006/01/07 21:36:51 jbu 1.6.12.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 18:51:58 jbu 1.6.12.2: #i54416# removed now obsolete PYUNO_DEBUG macro 2005/09/09 18:43:07 jbu 1.6.12.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a69acc3c83bf2dcbc5dd6467060456b328d4097b]

        INTEGRATION: CWS pyunofixes2 (1.6.12); FILE MERGED 2006/01/07 21:35:48 jbu 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/09 18:43:06 jbu 1.6.12.1: #i54416#,#i47270# added logging support for pyuno + refcounting bug for __members__ variable fixed

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b579c0c5be0fe1974fa253c49058ab40dff17ec5]

        INTEGRATION: CWS pyunofixes2 (1.63.6); FILE MERGED 2006/01/11 23:12:59 jbu 1.63.6.3: #i40091# now PYTHONPATH for windows and unix is ok 2006/01/08 22:05:12 jbu 1.63.6.2: RESYNC: (1.63-1.81); FILE MERGED 2006/01/08 20:31:46 jbu 1.63.6.1: #i40091# add solver/lib/pyuno subdirectory to PYTHONPATH

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [801a501e4b6fb79f76d355d20ca92605a26c8e6c]

        INTEGRATION: CWS pyunofixes2 (1.4.34); FILE MERGED 2006/01/11 22:14:05 jbu 1.4.34.2: #i54155# ensuring now, that a linefeed is appended to the script when necessary, some additional code cleanup 2006/01/07 20:07:23 jbu 1.4.34.1: #i54157# added a flush in log function (needed on win32)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [217271dea34a12be38fb2c1d077adb50c7632a92]

        INTEGRATION: CWS pyunofixes2 (1.1.2); FILE ADDED 2006/01/07 20:03:59 jbu 1.1.2.1: #i54532# added officehelper.py (provided by Christian Junker)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [bcca3eda72b067d7bc1e8e98137db541d0afa2a6]

        INTEGRATION: CWS pyunofixes2 (1.5.18); FILE MERGED 2006/01/07 21:19:35 jbu 1.5.18.2: RESYNC: (1.5-1.7); FILE MERGED 2006/01/07 20:03:59 jbu 1.5.18.1: #i54532# added officehelper.py (provided by Christian Junker)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [1aad39e40da21dbc1e20d2df179549964c373e13]

        INTEGRATION: CWS pyunofixes2 (1.2.34); FILE MERGED 2005/11/01 13:19:11 jbu 1.2.34.1: #i44632# text is now append to end of document as the other HelloWorld examples do (contributed by bmarcelly)

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5dbd185d18721a436f260978d956bc9860a67382]

        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>  [676ce9fdad91435a0ebeed584cc470f6f7756d54]

        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>  [00eb1d69a02cf89e083d4b2c7f7b6e4f68361e9e]

        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>  [3e69e5d7268c2b59aed361408685ea2aaa0ccb17]

        INTEGRATION: CWS pyunofixes2 (1.2.24); FILE MERGED 2006/01/07 20:57:06 jbu 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/10 19:16:15 jbu 1.2.24.1: #i35473# now environmentvariables get used instead of explict parameter passing

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8cf477b0a3216f510aac6b04836f9d6bca4b13dd]

        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>  [5e3af5945413fc195117f1dd5df63e57cd7dc24d]

        INTEGRATION: CWS pyunofixes2 (1.2.24); FILE MERGED 2006/01/07 20:56:34 jbu 1.2.24.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/07 20:14:30 jbu 1.2.24.1: #i57379# added pyuno current context support

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0ce98b2ca98aba1af3eb672698bcee184bc3d879]

        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>  [a55ad21927411512674c0252d8196484cd1aded9]

        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>  [03f380f77eabb801b66c1df4317b3de5bec2984e]

        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>  [011ca432c9afec5c42ac798a98f32e6fc5c53252]

        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>  [a88ad5eb8d89055ad7758035186180af4f434654]

        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>  [6e74188870906ea20d2c9ac708877a71748e936a]

        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>  [2e8db55f79ea5b725814ecf26fd41028c0dc581c]

        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>  [204ea409452fbb803343a58184741589a975da6f]

        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>  [7a3043f1c9fff9effd1a9834c94a95a162dbc311]

        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>  [ad038e747510303d13f7ba739d6bb08bf3161528]

        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>  [d51a5849919678fd47f01615fe35c5f043edba88]

        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>  [16053ce033a345622533ea36506115c79f4e2949]

        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>  [a87e1d69291df661d1f74697a03c6b74092bcbed]

        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>  [2c9cdc22234a27db58e21eb59ba7b6b02a4c6a20]

        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>  [0e4734692fb0d5aabb2dc9d3e66f2052c9401746]

        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>  [3fb2b138c93a540458dcdcdc9b5de7071c206d2e]

        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>  [cfbe6a2d4778f33d6fd6cd844b5eb833f8a96cb3]

        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>  [f092fa08ce6e91380f01eab73588eebb9c968de9]

        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>  [51c3f3b38c9371a9e0b34cdc133bb1c13565a7c0]

        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>  [51ed5431d16bd9b53bfe12356fc0972fce1b3daf]

        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>  [8bbea6bc127757379c7a692e40aeb0a57eceed07]

        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>  [fdd350d35efae9e76d4adb6d103dc9dbc27c2a8e]

        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>  [d168a42912846afb96e2b3f044ea1a37437ddcd2]

        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>  [fb4e8e3cc46a0646db0080bdaa96b986a1ca4ef9]

        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>  [b5f697bd23bb2fe4dc87f7178a54b7855f523b59]

        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>  [ade93a6e213abbb768f91cc839cd0ffe25934b9b]

        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>  [04e86728a47d34f1d3393acb45ac87769f44269b]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:26 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0b0662bb3ce68d45ec04d229bb203ec988e9084e]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:25 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [dbf84e82cc9f5033c944402e16c1035e58cdc334]

        INTEGRATION: CWS vcl55 (1.77.50); FILE MERGED 2006/03/15 10:36:05 pl 1.77.50.2: solved a Windows compile problem 2006/02/27 14:30:57 pl 1.77.50.1: #i62424# add linejoint and miterlimit to SvtGraphicsStroke

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [7b63a4604241e2236a1cea2c7a5983b8e4711114]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:24 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [94e54995040cdaab9a6dcba61f532d88f8676b5f]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:23 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e632581654e241dc2a6303f018280016824e833a]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:22 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [39c17f14ebf8fad9a106b58898f5b31569978037]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:45:21 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [6d65d4ff73ff9b380f59e1f8a6c6963411d09444]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:12 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5fc0596e780cef1d9916718d7d4f10b6d45cb932]

        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>  [05881b8bbc17bf6f0006c347b33e8ede9598fb71]

        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>  [4c0095dde0354d454559703ac5d3478a9cc7ae4c]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:11 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [ad6ab50233bcc32af4a956aafd238a92d3408501]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:10 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [bcfa6d47fc59758c98d8c31af20aa25a18af67b1]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:09 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a91c5a3abc650a984732e8598345c929232876c0]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:08 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [61235166864f5ac8145b13ff6fdda6123d85c9e5]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:07 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5a7e1dbe828efac807c5ac43198ceb508452afda]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:06 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [db939fa3e53eb8a7c5bdb11ac3aec24372cbd1b2]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:05 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4f53b653becd3f8185ed1aa1872b6272e507c673]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:04 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [fd5a4989bd08e0d050cbab618c96443e7cf536d6]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:03 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [769fe8b015b90a876e5b7221a89fdf6e23f65de2]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:02 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [00080501dbd3e11c84923eee96f6ec1469fac926]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:01 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [841a49ea0e782e465be18419a96503c369f9a3ef]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:53:00 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a813f402e75241ddb907c9214a01cc816ad6b8d8]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:52:59 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [19de65784163a969fb59ca2052586e1fbd0e2808]

        INTEGRATION: CWS sloveniantemplates (1.3.70); FILE MERGED 2006/03/20 11:52:58 pjanik 1.3.70.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8708c804c6a2b814e400b1a8b610900e5129eae2]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:31 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0a5af9ea9e02f5ea254339c1546129bcaaf69bac]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:30 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [dca398f7e6d6b3bf8705e9d1353ef65262175699]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:29 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a91def2a1643eafc69539ac9d72b2ca1fa11175c]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:28 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [25eae9d30ee407e73d17863a234824f68a6cc5db]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:27 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [796f4ea520f5cb86dbc997fe76c23f515c0e0eca]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:26 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [e845758cd94852af2cc519ee86c68ab5081ef43c]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:25 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [fee2f18c3ea2acafc7a4aed5c77aab0d29815410]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:24 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [906834ce725f90fa15e190697d6bf6554d65ba6e]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:23 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [cd98ee8e24c1a251d5b25a8e3a85cc478a70b93e]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:22 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [3916e741f3cd17d6edd2895d34d73758585940c4]

        INTEGRATION: CWS sloveniantemplates (1.3.2); FILE ADDED 2006/03/20 12:02:12 pjanik 1.3.2.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [34dda79361a52cf3898515e73acd83e6a646f45c]

        INTEGRATION: CWS sloveniantemplates (1.2.152); FILE MERGED 2006/03/20 12:02:12 pjanik 1.2.152.1: #i61731#: Update Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [cf3799c1351812c425c2ebff5722f5056fe72463]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:21 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [a9d6aaf65ab305ed6ff9c33d61e95215e401e6b4]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:20 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [2253bc4f1b363e91bc2a0a252476fc4c5fe612c6]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:19 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5d1124d07fc5fca67486e16ce5de431990538385]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:18 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [277fc5e999706d87ce81bfa32961d4e1fe5240bd]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:17 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [5c44b728f92aea4f6ba258a9b9a4a63290f49f70]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:16 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [b67f8de0d23ca240ee32532af4cb879f5e0807ba]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:15 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [bbc82acb3cc38807c7667e05fd8fa3f92dc3568c]

        INTEGRATION: CWS printsetting (1.66.70); FILE MERGED 2006/03/13 14:06:32 pl 1.66.70.1: #i63020# check for printing disabled

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9a7790571d4c950894c423d3a9656ca9542f23e9]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:14 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [f5598a0871b117a6db092da77e469c29bbcdfbc0]

        INTEGRATION: CWS printsetting (1.20.70); FILE MERGED 2006/03/13 14:06:31 pl 1.20.70.1: #i63020# check for printing disabled

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [9f9131025419f13522ef7be2623770f7e0a30799]

        INTEGRATION: CWS printsetting (1.188.48); FILE MERGED 2006/03/13 14:06:30 pl 1.188.48.1: #i63020# check for printing disabled

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4a083e01a040b914c0cabf20a5b8b610d67e1d75]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:13 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [59eb00263d936ebfdf0a8660b48c8d3436270c99]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:12 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [0d3e85624002de0005898b7ebe9909017e0fbe9b]

        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>  [53822ba2fc0d134f10a542515423fce19e704074]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:11 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [60dca97be1fcc0279c97c06f4ed2076aa788b64d]

        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-22  Oliver Bolte  <obo@openoffice.org>  [d319ab96d02d431e7fceeb5f25bcc834997c59ee]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:10 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [c3a3235e4cc93576ba0408a91a7f6d5668062337]

        INTEGRATION: CWS sloveniantemplates (1.1.2); FILE ADDED 2006/03/20 13:09:09 pjanik 1.1.2.1: #i61731#: New Slovenian templates.

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4a4e8439051eed7ad03d3e286fbb9769dfe1caca]

        INTEGRATION: CWS printsetting (1.62.12); FILE MERGED 2006/03/08 13:01:51 pl 1.62.12.1: #i49631# add: printing disabler

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [323000a61f1e5f8060e00332e664e79f4fd0bdd9]

        INTEGRATION: CWS printsetting (1.106.12); FILE MERGED 2006/03/08 13:01:50 pl 1.106.12.1: #i49631# add: printing disabler

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [891fdf6f5e774967fff28a1dda504dfd64e09e50]

        INTEGRATION: CWS printsetting (1.4.40); FILE MERGED 2006/03/08 11:01:30 obr 1.4.40.1: #i62881# applied suggested patch

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [908d57b0fec888537a90bdcc402ac6e5bbeb3871]

        INTEGRATION: CWS printsetting (1.12.40); FILE MERGED 2006/03/08 13:36:00 obr 1.12.40.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [61e32892548be8f04ef0a24a36f9761a9eb34a8e]

        INTEGRATION: CWS printsetting (1.4.2); FILE ADDED 2006/03/08 13:36:00 obr 1.4.2.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [76bdf978692db7c63593f5e291108a2cd4a13b27]

        INTEGRATION: CWS printsetting (1.5.2); FILE ADDED 2006/03/08 13:36:00 obr 1.5.2.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [8b641600a8abdd986f0f4541a21430933c294ae4]

        INTEGRATION: CWS printsetting (1.4.40); FILE MERGED 2006/03/08 13:35:59 obr 1.4.40.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4915369b72cab9c70d89b9d49db2e42398b11c37]

        INTEGRATION: CWS printsetting (1.5.40); FILE MERGED 2006/03/08 13:35:59 obr 1.5.40.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [699d5a0b9f7570afecd8328bf2cb7f39b3f38832]

        INTEGRATION: CWS printsetting (1.6.40); FILE MERGED 2006/03/08 13:35:58 obr 1.6.40.1: #i50817# patch applied with minor modifications

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [ce4a94afff3665234624ebf9397d4b3f6895d07c]

        INTEGRATION: CWS printsetting (1.55.114); FILE MERGED 2006/03/16 11:58:45 pl 1.55.114.2: RESYNC: (1.55-1.56); FILE MERGED 2006/03/08 13:02:08 pl 1.55.114.1: #i49631# add: printing disabler

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [af898886fa513ae8a996b947317fd3dade78a2fd]

        INTEGRATION: CWS printsetting (1.92.6); FILE MERGED 2006/03/16 11:52:00 pl 1.92.6.2: RESYNC: (1.92-1.93); FILE MERGED 2006/03/08 13:37:00 obr 1.92.6.1: #i50817# patch applied

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [84cd8cae308bcf977937d4adc0b718877c9ff139]

        INTEGRATION: CWS printsetting (1.159.6); FILE MERGED 2006/03/08 13:36:59 obr 1.159.6.1: #i50817# patch applied

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [39a642d715f2253ae69298f8cfc5cce949015754]

        INTEGRATION: CWS printsetting (1.50.16); FILE MERGED 2006/03/08 13:01:27 pl 1.50.16.1: #i49631# add: printing disabler

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [7000b8a22bdd23d49393a0ff378c9dbbfc00c5be]

        INTEGRATION: CWS ause052 (1.146.10); FILE MERGED 2006/03/21 13:29:15 rt 1.146.10.3: Do not use old 'jumbo' path any more. 2006/03/21 11:57:22 hjs 1.146.10.2: #i63420# better handling of -sourceroot 2006/03/21 10:15:41 hjs 1.146.10.1: #i63420# use setsolar switches matching the current configuration

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [fc916eef77f2862d775978044122bd5c357a6bcb]

        INTEGRATION: CWS fsmozillafix (1.9.6); FILE MERGED 2006/03/17 11:43:52 fridrich_strba 1.9.6.2: Issue number:  59482 Submitted by:  mkretzschmar Reviewed by:   fridrich_strba Compile fix with the upcomming gnu make 3.81 2006/03/16 16:11:16 fridrich_strba 1.9.6.1: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Small fix to build mozilla with recent Linux distributions

2006-03-22  Oliver Bolte  <obo@openoffice.org>  [4235caf56600c9ff26e77c1687bee2d740db9570]

        INTEGRATION: CWS viewswitch (1.23.54); FILE MERGED 2006/02/27 18:48:58 af 1.23.54.9: #i57551# Shut down the UpdateLockManager at correct time. 2006/02/16 10:21:09 af 1.23.54.8: RESYNC: (1.26-1.27); FILE MERGED 2006/02/02 13:56:30 af 1.23.54.7: #i61191# Resolved merge conflicts. 2006/02/02 10:01:23 af 1.23.54.6: #i61191# Moved ViewTabBar, ArrangeGUIElements(), and Resize() to ViewShellBaseImplementation. 2006/01/26 15:18:37 af 1.23.54.5: #i61191# Hide ViewTabBar when OLE is activated. 2006/01/20 14:35:15 af 1.23.54.4: #i57551# Fixed resync problems. 2006/01/19 17:54:04 af 1.23.54.3: RESYNC: (1.23-1.26); FILE MERGED 2005/11/29 15:54:33 af 1.23.54.2: #i57552# Controller handling changed. 2005/11/17 14:12:59 af 1.23.54.1: #i57551# Added access to ToolBarManager and FormShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [fd712b96849b21308565fef348d6c7a6c78d2a7d]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 09:51:16 af 1.1.984.1: #i57552# Only supported service is DrawingDocumentDrawView.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [2424c4f9ec19d2cc6d1671fb5c5be8fb2f67cb9c]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 15:40:04 af 1.1.984.2: #i57552# Changed implementation name. 2006/02/06 09:48:23 af 1.1.984.1: #i57552# Only supported service is DrawingDocumentDrawView.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ee91caea50f396882eed6f7e159d864ac03f83aa]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 15:39:20 af 1.1.984.2: #i57552# Changed implementation name. 2006/02/06 09:47:42 af 1.1.984.1: #i57552# Only supported service is DrawingDocumentDrawView.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [787bbba3233a2ab6738c25cd9a451c6ae30eac58]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 15:37:14 af 1.1.984.2: #i57552# Changed implementation name. 2006/02/06 09:46:53 af 1.1.984.1: #i57552# Only supported service is DrawingDocumentDrawView.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [811cc144b5c7d241d72839f68835263107573d4c]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 15:36:21 af 1.1.984.2: #i57552# Changed implementation name. 2006/02/06 09:46:14 af 1.1.984.1: #i57552# Only supported service is DrawingDocumentDrawView.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ad98cf86b6a8148fba65cd32ef9cf9f9242229a1]

        INTEGRATION: CWS viewswitch (1.1.984); FILE MERGED 2006/02/06 15:35:52 af 1.1.984.1: #i57552# Changed implementation name.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [14431d27b4f09f65ebda10448dd84f8fe927b8aa]

        INTEGRATION: CWS viewswitch (1.51.32); FILE MERGED 2006/03/16 10:33:18 af 1.51.32.10: #132893# Adaption to changes in ViewShellManager.  Form shell creation moved to its own factory in FormShellManager.cxx. 2006/03/03 15:37:26 af 1.51.32.9: #132596# ReleaseShell() destroyes shells. 2006/03/01 15:17:35 af 1.51.32.8: #i57551# Not using the shell cache of the factory. 2006/02/22 16:19:10 af 1.51.32.7: #i57551# Improved lifetime control. 2006/02/16 10:23:59 af 1.51.32.6: RESYNC: (1.55-1.56); FILE MERGED 2006/02/02 13:44:15 af 1.51.32.5: #i61191# Guarding ArrangeGUIElements() with mbArrangeActive member.  Setting size of mpContentWindow. 2006/01/20 14:36:02 af 1.51.32.4: #i57551# Fixed resync problems. 2006/01/19 18:01:30 af 1.51.32.3: RESYNC: (1.51-1.55); FILE MERGED 2005/11/29 16:55:49 af 1.51.32.2: #i57552# Controller handling changed. 2005/11/17 14:09:34 af 1.51.32.1: #i57551# Adaption to changes in ViewShellManager and ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [95d5c1a3281973a771ef7ddaffe51c2071e9521e]

        INTEGRATION: CWS viewswitch (1.43.62); FILE MERGED 2006/02/16 10:22:48 af 1.43.62.3: RESYNC: (1.46-1.47); FILE MERGED 2006/01/19 17:59:19 af 1.43.62.2: RESYNC: (1.43-1.46); FILE MERGED 2005/11/29 16:08:06 af 1.43.62.1: #i57552# Fix for accessing destroyed undo manager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [5ee640b11aa5abedfdf5f710ac60204cd3c72f0e]

        INTEGRATION: CWS viewswitch (1.27.72); FILE MERGED 2006/01/19 17:59:08 af 1.27.72.2: RESYNC: (1.27-1.28); FILE MERGED 2005/11/29 16:05:23 af 1.27.72.1: #i57552# Init() signature changed.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [34a038bfa92bf16a9937d9bb160537d32296a082]

        INTEGRATION: CWS viewswitch (1.37.64); FILE MERGED 2006/02/16 10:22:38 af 1.37.64.4: RESYNC: (1.39-1.40); FILE MERGED 2006/01/19 17:58:57 af 1.37.64.3: RESYNC: (1.37-1.39); FILE MERGED 2005/11/29 16:04:18 af 1.37.64.2: #i57552# Controller handling changed. 2005/11/17 15:42:34 af 1.37.64.1: #i57551# Prevent the cursor from being painted too early after construction.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [6bf8d6c12c892f021e4ec339e27499142add3e44]

        INTEGRATION: CWS viewswitch (1.73.64); FILE MERGED 2006/02/16 10:22:28 af 1.73.64.4: RESYNC: (1.77-1.78); FILE MERGED 2006/01/19 17:58:45 af 1.73.64.3: RESYNC: (1.73-1.77); FILE MERGED 2005/11/29 16:01:20 af 1.73.64.2: #i57552# Controller handling changed. 2005/11/17 13:51:42 af 1.73.64.1: #i57551# Using ToolBarManager instead of ObjectBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [6d5b79b7ac6a9a657db1fa0463c09b22b2691ac8]

        INTEGRATION: CWS viewswitch (1.23.20); FILE MERGED 2006/03/16 14:39:43 af 1.23.20.4: #132893# Fixed compiler issues. 2006/02/16 10:22:19 af 1.23.20.3: RESYNC: (1.24-1.25); FILE MERGED 2006/01/19 17:58:17 af 1.23.20.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/17 15:28:03 af 1.23.20.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [e4340d7adbff46b8ffa1e5b42889f0c960b362d5]

        INTEGRATION: CWS viewswitch (1.16.72); FILE MERGED 2005/11/17 15:25:20 af 1.16.72.1: #i57551# Tool bars are now managed by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [597c4ab1162395c4f6bc18cfe24ab3e1d9206829]

        INTEGRATION: CWS viewswitch (1.14.72); FILE MERGED 2005/11/17 15:23:58 af 1.14.72.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [9b1ccaadab3b64d757db8a626cda5b2fa6524443]

        INTEGRATION: CWS viewswitch (1.55.70); FILE MERGED 2006/01/19 17:57:52 af 1.55.70.2: RESYNC: (1.55-1.57); FILE MERGED 2005/11/17 15:23:25 af 1.55.70.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [1c19de1bafcedc67bd36c06f14a0203f5100c3b5]

        INTEGRATION: CWS viewswitch (1.21.70); FILE MERGED 2006/02/16 10:22:11 af 1.21.70.2: RESYNC: (1.21-1.23); FILE MERGED 2005/11/17 15:22:48 af 1.21.70.1: #i57551# FormShell now accessible through FormShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [b23bc10700b06dbc258830a8f4017afde29ce2fe]

        INTEGRATION: CWS viewswitch (1.37.64); FILE MERGED 2006/02/16 10:21:59 af 1.37.64.4: RESYNC: (1.39-1.40); FILE MERGED 2006/01/19 17:57:20 af 1.37.64.3: RESYNC: (1.37-1.39); FILE MERGED 2005/11/29 15:59:43 af 1.37.64.2: #i57552# Controller handling changed. 2005/11/17 15:22:12 af 1.37.64.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a2d9bbfac3f14f0175dfa9cc358aa6db1d5f6219]

        INTEGRATION: CWS viewswitch (1.59.62); FILE MERGED 2006/01/19 17:56:33 af 1.59.62.2: RESYNC: (1.59-1.64); FILE MERGED 2005/11/17 15:21:12 af 1.59.62.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [78d7cab40debc78f213500d7c0fec61883650c10]

        INTEGRATION: CWS viewswitch (1.43.72); FILE MERGED 2006/01/19 17:56:01 af 1.43.72.3: RESYNC: (1.43-1.44); FILE MERGED 2005/11/29 15:59:05 af 1.43.72.2: #i57552# Controller handling changed. 2005/11/17 15:20:12 af 1.43.72.1: #i57551# FormShell now accessible through FormShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ef27fc4231bbab127c9fe8ba0e3f4da10a159577]

        INTEGRATION: CWS viewswitch (1.34.46); FILE MERGED 2006/01/19 17:55:32 af 1.34.46.2: RESYNC: (1.34-1.35); FILE MERGED 2005/11/17 15:19:43 af 1.34.46.1: #i57551# FormShell now accessible through FormShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [daf29ac4a91f87ebfec2046900ada6141382663f]

        INTEGRATION: CWS viewswitch (1.61.28); FILE MERGED 2006/02/16 10:21:27 af 1.61.28.6: RESYNC: (1.63-1.64); FILE MERGED 2006/02/02 10:06:15 af 1.61.28.5: #i61191# Removed UpdateLockManager inclusion. 2006/01/26 15:20:31 af 1.61.28.4: #i61191# Lock the ToolBarManager while activating an OLE object. 2006/01/19 17:55:01 af 1.61.28.3: RESYNC: (1.61-1.63); FILE MERGED 2005/11/29 15:57:46 af 1.61.28.2: #i57552# Controller handling changed. 2005/11/17 15:18:22 af 1.61.28.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [34726c0e5eea3135ffdde7cd0e77266351cf2f7b]

        INTEGRATION: CWS viewswitch (1.20.72); FILE MERGED 2006/01/19 17:54:35 af 1.20.72.2: RESYNC: (1.20-1.21); FILE MERGED 2005/11/17 14:01:37 af 1.20.72.1: #i57551# Using ToolBarManager instead of ObjectBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [41a9d93caba79efc34f7c923e85d86f529d83381]

        INTEGRATION: CWS viewswitch (1.7.70); FILE MERGED 2006/01/19 17:54:25 af 1.7.70.2: RESYNC: (1.7-1.9); FILE MERGED 2005/11/17 15:16:54 af 1.7.70.1: #i57551# Tool bar is now managed by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [cd00ca966a43db78b757aaec1215178ebda21950]

        INTEGRATION: CWS viewswitch (1.8.74); FILE MERGED 2006/01/26 15:19:26 af 1.8.74.1: #i61191# Code cleanup.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [5f47590d3911eb49ec86c671019fd32469fba4ae]

        INTEGRATION: CWS viewswitch (1.14.72); FILE MERGED 2006/03/16 14:37:19 af 1.14.72.7: #132893# Fixed compiler issues. 2006/03/16 10:31:30 af 1.14.72.6: #132893# Shell factories can now be added and removed.  More than one factory per view shell is possible.  Form shell handling changed. 2006/03/03 15:32:14 af 1.14.72.5: #132596# Made a normal pointer out of mpFormShell. 2006/03/01 15:13:38 af 1.14.72.4: #i57551# Tell FormShellManager about created or destroyed form shell. 2006/01/20 14:35:34 af 1.14.72.3: #i57551# Fixed resync problems. 2005/11/29 15:55:40 af 1.14.72.2: #i57552# Improved the SfxUndoManager handling. 2005/11/17 14:41:25 af 1.14.72.1: #i57551# Added support for sub shells .

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [24bf8adb1a4896fbb2a9b43749826473cb39e580]

        INTEGRATION: CWS viewswitch (1.15.72); FILE MERGED 2006/03/16 10:27:46 af 1.15.72.6: #132893# Added mpSubShellFactory member. 2006/02/22 16:18:46 af 1.15.72.5: #i57551# Improved lifetime control. 2006/02/16 10:21:19 af 1.15.72.4: RESYNC: (1.17-1.18); FILE MERGED 2006/02/02 10:05:17 af 1.15.72.3: #i61191# Added mbArrangeActive member. 2006/01/19 17:54:15 af 1.15.72.2: RESYNC: (1.15-1.17); FILE MERGED 2005/11/29 16:52:04 af 1.15.72.1: #i57552# Added ToolBarManagerLock inner class.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [cd330bc06520eda8129d22060d69432f3827016e]

        INTEGRATION: CWS viewswitch (1.1.2); FILE ADDED 2006/03/16 10:26:48 af 1.1.2.6: #132893# Fixed the handling of user events. 2006/03/13 16:05:28 af 1.1.2.5: #132894# Reimplementation of the ToolBarShellList inner class. 2006/01/26 15:13:56 af 1.1.2.4: #i61191# Added IsUpdateLocked() method. 2006/01/20 14:32:54 af 1.1.2.3: #i57551# Fixed resync problems. 2005/11/29 15:53:05 af 1.1.2.2: #i57552# Fine tuning of tool bar update order.  Improved cooperation with ViewShellManager and PaneManager. 2005/11/17 13:15:23 af 1.1.2.1: #i57551# Initial revision.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [348c3929c12e2426eba7aaec50713812dda2c336]

        INTEGRATION: CWS viewswitch (1.5.72); FILE MERGED 2006/02/02 09:59:12 af 1.5.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [c9e1d6a008c6dd483a27e1a8b68fa061f8f0094e]

        INTEGRATION: CWS viewswitch (1.21.50); FILE MERGED 2006/02/16 10:20:48 af 1.21.50.4: RESYNC: (1.22-1.23); FILE MERGED 2006/01/19 17:53:22 af 1.21.50.3: RESYNC: (1.21-1.22); FILE MERGED 2005/11/29 15:40:50 af 1.21.50.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 15:14:15 af 1.21.50.1: #i57551# Replaced ObjectBarManager with ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [8202f2a450ed47a1cb48390d21f87d58e0694cdb]

        INTEGRATION: CWS viewswitch (1.4.72); FILE MERGED 2005/11/17 15:12:53 af 1.4.72.1: #i57551# Tool bar is now managed by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [efb4d5fe5f4ba02db79c15567c03b8bfdfa94fb5]

        INTEGRATION: CWS viewswitch (1.5.72); FILE MERGED 2006/02/09 12:27:57 af 1.5.72.2: #i57552# Ignoring some more slots to prevent view switching. 2006/02/02 09:58:41 af 1.5.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [067d6b3f4d96b6368f65d817094138e693d8d7a9]

        INTEGRATION: CWS viewswitch (1.5.70); FILE MERGED 2005/11/17 15:11:34 af 1.5.70.1: #i57551# Tool bar is now managed by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [6e64f3e7fb2813cf5a267b441148c86d1af17b63]

        INTEGRATION: CWS viewswitch (1.6.74); FILE MERGED 2006/03/16 10:19:30 af 1.6.74.4: #132893# Added factory for form shell. Life time control of form shell changed. 2006/03/03 15:27:42 af 1.6.74.3: #132596# Fixed handling of FmFormShell when used with the slide sorter. 2006/03/01 15:10:11 af 1.6.74.2: #i57551# Fixed connection to form shell. 2005/11/17 13:45:19 af 1.6.74.1: #i57551# Observing form shell for its destruction.  Added GetFormShell() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [b93ecf7e0b457a3e59c72c9f3ba6907c9996b651]

        INTEGRATION: CWS viewswitch (1.16.74); FILE MERGED 2005/11/29 15:39:43 af 1.16.74.1: #i57552# Added include path.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [16f829eb4184112db6c84acbe2f76c2a18becb54]

        INTEGRATION: CWS viewswitch (1.10.74); FILE MERGED 2006/01/20 14:32:24 af 1.10.74.2: #i57552# Fixed resync problems. 2005/11/29 15:37:54 af 1.10.74.1: #i57552# Replaced base class DrawController to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [3fd7dd9f53783aa00369d015639db2ebcbca62d5]

        INTEGRATION: CWS viewswitch (1.6.74); FILE MERGED 2005/11/29 15:37:07 af 1.6.74.1: #i57552# Replaced base class DrawController to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [7105bd2a0ac7f6b64fa2caba9d20fdf7c620fc23]

        INTEGRATION: CWS viewswitch (1.13.4); FILE MERGED 2006/01/20 14:32:10 af 1.13.4.3: #i57552# Fixed resync problems. 2006/01/19 17:50:40 af 1.13.4.2: RESYNC: (1.13-1.15); FILE MERGED 2005/11/29 15:36:30 af 1.13.4.1: #i57552# Replaced base class DrawController to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [4bd8a68819d706e9f9638aa68850f9243a3c04c5]

        INTEGRATION: CWS viewswitch (1.26.72); FILE MERGED 2006/01/19 17:50:29 af 1.26.72.2: RESYNC: (1.26-1.27); FILE MERGED 2005/11/29 15:35:50 af 1.26.72.1: #i57552# Replaced base class DrawController to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [bfcede473c0e07b9ed6992dd7d28f3bc5d760e98]

        INTEGRATION: CWS viewswitch (1.15.36); FILE MERGED 2006/02/09 10:49:35 af 1.15.36.5: #i57552# Added missing SolarMutex lock to setFastPropertyValue_NoBroadcast(). 2006/01/26 16:03:42 af 1.15.36.4: #i61191# Solved merge conflict. 2006/01/26 15:11:40 af 1.15.36.3: #i61191# Added missing namespace specifier. 2006/01/19 17:50:19 af 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/29 15:31:46 af 1.15.36.1: #i57552# Removed support for XWindow.  Using DrawSubController objects for ViewShell specific functionality.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [e3994b610ee240a82046e56b7a0af34a8257e929]

        INTEGRATION: CWS viewswitch (1.8.26); FILE MERGED 2006/01/20 14:31:53 af 1.8.26.3: #i57552# Fixed resync problems. 2006/01/19 17:50:09 af 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/29 15:29:34 af 1.8.26.1: #i57552# Added event types for attaching/detaching UNO controller to frame.  Clean up.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [aeeaa68cec9f11a36ffb3607139845c34864a0be]

        INTEGRATION: CWS viewswitch (1.13.62); FILE MERGED 2006/02/16 10:19:36 af 1.13.62.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/19 17:49:37 af 1.13.62.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/17 15:09:44 af 1.13.62.1: #i57551# TaskPaneShellManager supports ViewShell::ShellFactory interface.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [0c473da041ecde9110a14b77b1b9a5cd56ce108e]

        INTEGRATION: CWS viewswitch (1.8.74); FILE MERGED 2005/11/17 15:08:44 af 1.8.74.1: #i57551# TaskPaneShellManager supports ViewShell::ShellFactory interface.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [9a882a7370e500a716d5da57aeb54840ee0881ee]

        INTEGRATION: CWS viewswitch (1.13.26); FILE MERGED 2006/03/16 10:15:58 af 1.13.26.4: #132893# Adaption to changes in ViewShellManager. 2006/01/20 14:34:32 af 1.13.26.3: #i57551# Fixed resync problems. 2005/11/29 15:28:19 af 1.13.26.2: #i57552# Added CreateSubController(). 2005/11/17 15:07:31 af 1.13.26.1: #i57551# TaskPaneShellManager supports ViewShell::ShellFactory interface.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [2008961f6736270af2b68a717c79d22354ad6fd4]

        INTEGRATION: CWS viewswitch (1.3.74); FILE MERGED 2006/01/20 14:34:11 af 1.3.74.2: #i57551# Fixed resync problems. 2005/11/17 15:04:51 af 1.3.74.1: #i57551# Added support for the ViewShell::ShellFactory interface.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [56015e7c69bf6ae0effefc57039bf3b8fb3382e7]

        INTEGRATION: CWS viewswitch (1.6.74); FILE MERGED 2006/03/01 15:07:11 af 1.6.74.2: #i57551# Do not deactivate sub shells when their control is hidden. 2005/11/17 15:05:39 af 1.6.74.1: #i57551# Added support for the ViewShell::ShellFactory interface.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [28d2f25c8b9137b4203bddc6ab64f506d0dd4fc4]

        INTEGRATION: CWS viewswitch (1.15.56); FILE MERGED 2006/01/19 17:48:56 af 1.15.56.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/29 15:26:41 af 1.15.56.2: #i57552# Adaption to changes in EventMultiplexer class. 2005/11/17 14:56:10 af 1.15.56.1: #i57551# Added support for the modified shell factory.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [6ecccb8ba336d9021d3e2840c55338dfb1c6835b]

        INTEGRATION: CWS viewswitch (1.17.28); FILE MERGED 2006/02/16 10:18:34 af 1.17.28.4: RESYNC: (1.19-1.20); FILE MERGED 2006/01/19 17:48:32 af 1.17.28.3: RESYNC: (1.17-1.19); FILE MERGED 2005/11/29 15:25:18 af 1.17.28.2: #i57552# Added parameter to Init(). Replaced GetController() with CreateSubController(). 2005/11/17 14:48:36 af 1.17.28.1: #i57551# Removed SFX tool bar support.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [7c13c53494c7c3e8699755b812ad3cb94c15c02e]

        INTEGRATION: CWS viewswitch (1.5.74); FILE MERGED 2005/11/29 15:21:05 af 1.5.74.1: #i57552# Added EventMultiplexer callback.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [0ce8542037989a36dc700a629d3757dfec5ef491]

        INTEGRATION: CWS viewswitch (1.11.26); FILE MERGED 2006/03/03 15:24:23 af 1.11.26.3: #132596# Preventing listener listening to its own view shell. 2006/01/20 14:31:29 af 1.11.26.2: #i57552# Fixed resync problems. 2005/11/29 15:23:14 af 1.11.26.1: #i57552# Use EventMultiplexer to listen for changes of the UNO controller and main view shell.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [177d689b795f6c1f1a1d4e672b5b67713fd3ac3a]

        INTEGRATION: CWS viewswitch (1.6.14); FILE MERGED 2006/01/19 17:43:23 af 1.6.14.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/17 14:44:24 af 1.6.14.1: #i57551# Removed unused header.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [c61133102c28f55a3dae62c1fb6dc5ae4c173c05]

        INTEGRATION: CWS viewswitch (1.15.48); FILE MERGED 2005/11/17 14:43:20 af 1.15.48.1: #i57551# Removed unused header.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [5ad8a369a75513981123ffaf9a3aec541f4677f1]

        INTEGRATION: CWS viewswitch (1.7.74); FILE MERGED 2006/03/16 10:14:51 af 1.7.74.4: #132893# Sub shell factories can be removed.  Form shell handling has changed. 2006/01/20 14:33:31 af 1.7.74.3: #i57551# Fixed resync problems. 2005/11/29 15:19:20 af 1.7.74.2: #i57552# Added ReplaceUndoManager(). 2005/11/17 14:36:54 af 1.7.74.1: #i57551# Added support for sub shells .

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [2c6474a3ca3a5c4d022a4afcad21a26fbfdb1c06]

        INTEGRATION: CWS viewswitch (1.7.74); FILE MERGED 2006/03/16 10:13:20 af 1.7.74.7: #132893# Remember sub shell factory to allow removing it from ViewShellManager. 2006/03/03 15:54:40 af 1.7.74.6: #132596# Fixed access rights of Deleter. 2006/02/22 16:17:52 af 1.7.74.5: #i57551# Improved lifetime control. 2006/02/02 09:57:58 af 1.7.74.4: #i61191# Added mbArrangeActive member. 2006/01/20 14:30:55 af 1.7.74.3: #i57552# Fixed resync problems. 2005/11/29 16:49:39 af 1.7.74.2: #i57552# Avoid problems with mouse clicks and context menus. 2005/11/17 14:16:12 af 1.7.74.1: #i57551# New mpUpdateLockForMouse member.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [1e49c003786efd9c41148023980d78635602745f]

        INTEGRATION: CWS viewswitch (1.14.62); FILE MERGED 2006/02/02 09:54:23 af 1.14.62.3: #i61191# Moved ViewTabBar, ArrangeGUIElements(), and Resize() to ViewShellBaseImplementation. 2005/11/29 14:35:32 af 1.14.62.2: #i57552# Removed UpdateController(). Added GetController(). 2005/11/17 14:11:09 af 1.14.62.1: #i57551# Added access to ToolBarManager and FormShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [5d03bedf2fe97dd1cbe0ece8b0be213145cb28dc]

        INTEGRATION: CWS viewswitch (1.17.34); FILE MERGED 2006/01/20 14:30:33 af 1.17.34.4: #i57552# Fixed resync problems. 2006/01/19 17:26:25 af 1.17.34.3: RESYNC: (1.17-1.18); FILE MERGED 2005/11/29 14:30:01 af 1.17.34.2: #i57552# Added CreateSubController() method. 2005/11/17 14:02:47 af 1.17.34.1: #i57551# Adaption to changes in ViewShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [77849b81bf9b9a0e77110d59098512623ff4ae94]

        INTEGRATION: CWS viewswitch (1.1.2); FILE ADDED 2006/01/26 15:10:29 af 1.1.2.4: #i61191# Added IsUpdateLocked() method. 2006/01/20 14:33:15 af 1.1.2.3: #i57551# Fixed resync problems. 2005/11/29 14:25:42 af 1.1.2.2: #i57552# Better cooperation with ViewShellManager and PaneManager. 2005/11/17 13:14:56 af 1.1.2.1: #i57551# Initial revision.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [fad650338bb42c86e898a26785a40fadd6f907f1]

        INTEGRATION: CWS viewswitch (1.3.72); FILE MERGED 2005/11/17 13:57:58 af 1.3.72.1: #i57551# Remove HasUIFeature() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ca4620c4f153861287c30ed005da200f1a456490]

        INTEGRATION: CWS viewswitch (1.6.72); FILE MERGED 2005/11/29 14:23:47 af 1.6.72.2: #i57552# Added CreateSubController() method. 2005/11/17 13:53:18 af 1.6.72.1: #i57551# Adaption to changes in ViewShellManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [3d24b3b36571169b29b0876b22b489f40c02f1a5]

        INTEGRATION: CWS viewswitch (1.7.70); FILE MERGED 2005/11/29 14:22:58 af 1.7.70.1: #i57552# Removed GetController() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a4a45b270be5e438549bbe0c932166612e8b2213]

        INTEGRATION: CWS viewswitch (1.8.62); FILE MERGED 2005/11/29 14:21:41 af 1.8.62.2: #i57552# Added CreateSubController() method. 2005/11/17 14:49:39 af 1.8.62.1: #i57551# Removed HasUIFeature() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ae2e33cbd19ba3e973cda606bbce6bc952d53457]

        INTEGRATION: CWS viewswitch (1.8.74); FILE MERGED 2005/11/29 14:06:13 af 1.8.74.1: #i57552# Changed base class to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [483f03f4ad654ea455734d1e1364907bbde397e1]

        INTEGRATION: CWS viewswitch (1.5.74); FILE MERGED 2005/11/29 14:04:46 af 1.5.74.1: #i57552# Changed base class to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [8cb7957557eee8125b5a1b1890f42465bf27992b]

        INTEGRATION: CWS viewswitch (1.11.4); FILE MERGED 2006/01/20 14:30:02 af 1.11.4.3: #i57552# Fixed resync problems. 2006/01/19 17:26:13 af 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/29 14:03:22 af 1.11.4.1: #i57552# Changed base class to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [59b0da9b5133650f4b407aec559acbc4aff59dc3]

        INTEGRATION: CWS viewswitch (1.12.368); FILE MERGED 2005/11/29 14:01:31 af 1.12.368.1: #i57552# Changed base class to DrawSubController.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [0c937cb99bbf1689b0ee787c6c3d53d368ad7a42]

        INTEGRATION: CWS viewswitch (1.4.72); FILE MERGED 2006/02/02 09:52:22 af 1.4.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [d72f887497290f02af94e3a866801ed7459e0930]

        INTEGRATION: CWS viewswitch (1.9.72); FILE MERGED 2006/01/19 17:25:56 af 1.9.72.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/29 13:56:21 af 1.9.72.2: #i57552# Added CreateSubController() method. 2005/11/17 13:50:41 af 1.9.72.1: #i57551# Added member mbInitialized.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [f590aae4dccbcd13059931981b3b8f871e3ed57b]

        INTEGRATION: CWS viewswitch (1.5.72); FILE MERGED 2006/02/02 09:51:25 af 1.5.72.1: #i61191# Removed LateInit(). Added CreateViewTabBar().

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [18716e91177349b166a337f1c819b5382ff28f6a]

        INTEGRATION: CWS viewswitch (1.6.74); FILE MERGED 2006/03/16 10:10:46 af 1.6.74.3: #132893# Form shell now created by FormShellManager's own factory. 2006/03/01 14:48:17 af 1.6.74.2: #i57551# Added SetFormShell() method. 2005/11/17 13:44:23 af 1.6.74.1: #i57551# Observing form shell for its destruction.  Added GetFormShell() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [dee781ff5914338827f25cdc1c2ca6789eb68793]

        INTEGRATION: CWS viewswitch (1.3.74); FILE MERGED 2005/11/29 12:56:00 af 1.3.74.2: #i57552# Added documentation for the event types. 2005/11/29 12:46:19 af 1.3.74.1: #i57552# Extension of supported event types and cleanup.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [858745254f27ea0066275d3e457427fc3e31d8d7]

        INTEGRATION: CWS viewswitch (1.15.64); FILE MERGED 2006/02/16 10:15:25 af 1.15.64.3: RESYNC: (1.16-1.17); FILE MERGED 2006/01/19 17:25:28 af 1.15.64.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/29 12:28:56 af 1.15.64.1: #i57552# Added CreateSubController() method.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [614b90cdfbe86b4839d851896ddc9d20566c4b69]

        INTEGRATION: CWS viewswitch (1.3.2); FILE ADDED 2005/11/29 10:43:32 af 1.3.2.1: #i57552# Initial revision.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [571061adb824c9353167f9fc6c5c5c5ec87a8c32]

        INTEGRATION: CWS viewswitch (1.10.74); FILE MERGED 2005/11/29 12:26:32 af 1.10.74.1: #i57552# Use DrawSubController for ViewShell specific functionality.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [80dff8d63f5afb924ca594bd799adf905a88bab9]

        INTEGRATION: CWS viewswitch (1.50.70); FILE MERGED 2006/01/19 17:23:10 af 1.50.70.3: RESYNC: (1.50-1.52); FILE MERGED 2005/11/29 12:04:32 af 1.50.70.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:28:28 af 1.50.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [760d93ab4ed4fd449fbe52ae2ef80bd9721e9c2e]

        INTEGRATION: CWS viewswitch (1.34.62); FILE MERGED 2006/02/16 10:14:38 af 1.34.62.3: RESYNC: (1.36-1.37); FILE MERGED 2006/01/19 17:21:00 af 1.34.62.2: RESYNC: (1.34-1.36); FILE MERGED 2005/11/17 13:27:43 af 1.34.62.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [b22b68e86b4bff669c25e9eb655f547941261ec4]

        INTEGRATION: CWS viewswitch (1.6.70); FILE MERGED 2006/01/19 17:15:41 af 1.6.70.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/29 12:03:52 af 1.6.70.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:25:49 af 1.6.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [6fb6ffab18ccfe6f125d74237ad345e0015d75b0]

        INTEGRATION: CWS viewswitch (1.6.72); FILE MERGED 2006/01/19 17:14:28 af 1.6.72.3: RESYNC: (1.6-1.7); FILE MERGED 2005/11/29 12:03:13 af 1.6.72.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:24:40 af 1.6.72.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ecba0d392c0eece864c9f8bc600c0420b3836d62]

        INTEGRATION: CWS viewswitch (1.23.70); FILE MERGED 2006/01/19 17:14:01 af 1.23.70.3: RESYNC: (1.23-1.24); FILE MERGED 2005/11/29 12:02:33 af 1.23.70.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:23:57 af 1.23.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [73a0afd7cfd1585c5d8369a49a190672a38ee6c3]

        INTEGRATION: CWS viewswitch (1.9.72); FILE MERGED 2006/01/19 17:13:32 af 1.9.72.3: RESYNC: (1.9-1.10); FILE MERGED 2005/11/29 12:02:01 af 1.9.72.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:23:21 af 1.9.72.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [20377e9db731c800744e3eb821460b1c043f9652]

        INTEGRATION: CWS viewswitch (1.11.70); FILE MERGED 2006/01/19 17:13:23 af 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/17 13:22:47 af 1.11.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [dd06dbcf04fdf005da9a01a1a4d46b71c0baa9eb]

        INTEGRATION: CWS viewswitch (1.10.70); FILE MERGED 2006/01/19 17:13:13 af 1.10.70.3: RESYNC: (1.10-1.11); FILE MERGED 2005/11/29 10:59:19 af 1.10.70.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:22:08 af 1.10.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a414f5d29e351eaf19c0695b4099157e926da5c8]

        INTEGRATION: CWS viewswitch (1.14.70); FILE MERGED 2006/01/19 17:13:04 af 1.14.70.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/29 10:57:29 af 1.14.70.2: #i57552# Adaption to changes in ToolBarManager. 2005/11/17 13:21:23 af 1.14.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [cc8c330b8f11e07af183c9e7b3d89fb9becce25c]

        INTEGRATION: CWS viewswitch (1.68.46); FILE MERGED 2006/01/19 17:11:35 af 1.68.46.2: RESYNC: (1.68-1.70); FILE MERGED 2005/11/29 10:52:36 af 1.68.46.1: #i57552# Using sub controller to notify page change.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [5a3f36730461c7dbbad098b7eb233c220f66d6e3]

        INTEGRATION: CWS viewswitch (1.25.64); FILE MERGED 2005/11/17 13:19:59 af 1.25.64.1: #i57551# Removed unused includes.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [d409f3bb8ac051067961c1407b1a6f2db2265203]

        INTEGRATION: CWS viewswitch (1.13.74); FILE MERGED 2005/11/17 13:17:36 af 1.13.74.1: #i57551# Removed unnecessary tool bar shells.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [619226f91b79503b17c8aad6d2057f30aa2c405e]

        INTEGRATION: CWS viewswitch (1.10.36); FILE MERGED 2005/11/29 10:50:24 af 1.10.36.1: #i57552# Adaption to changes in EventMultiplexer.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [d2e67fd1ddc0cc5ba28e8179d4061e98886e2a23]

        INTEGRATION: CWS viewswitch (1.16.36); FILE MERGED 2006/01/19 17:08:07 af 1.16.36.2: RESYNC: (1.16-1.18); FILE MERGED 2005/11/29 10:48:05 af 1.16.36.1: #i57552# Adaption to changes in EventMultiplexer.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [efb10b6edfec73179957dd3c0b846df795637b9e]

        INTEGRATION: CWS viewswitch (1.3.74); FILE MERGED 2005/11/29 10:45:21 af 1.3.74.1: #i57552# Adaption to changes in EventMultiplexer.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [30ef5ffaee2702c525f1644dae77103411e11134]

        INTEGRATION: CWS viewswitch (1.24.10); FILE MERGED 2006/01/19 16:47:47 af 1.24.10.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/17 15:38:49 af 1.24.10.1: #i57551# Made the commontaskbar context sensitive.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [7b07bfb930dae10d9dc46aa30be29bc8e28f8a10]

        INTEGRATION: CWS viewswitch (1.25.10); FILE MERGED 2005/11/18 09:08:03 af 1.25.10.1: #i58057# For gluepointsobjectbar changed Visible to true and added ContextSensitive=true.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a22a7b6fbb99e6c5095d3911a1c19dd456796fe1]

        INTEGRATION: CWS viewswitch (1.41.12); FILE MERGED 2006/02/16 10:03:42 af 1.41.12.2: RESYNC: (1.41-1.42); FILE MERGED 2006/01/24 12:06:02 af 1.41.12.1: #i57551# When hidden, reset size of docking area to zero even when locked.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [90fe0840ca2a286898a1922a93bd5d31d4d81be1]

        INTEGRATION: CWS swqbf57 (1.46.166); FILE MERGED 2006/03/10 09:12:30 fme 1.46.166.2: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation 2006/03/01 15:08:25 fme 1.46.166.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [48bd3b9f67f05c11b4c49095fa1325b9010919ed]

        INTEGRATION: CWS swqbf57 (1.163.6); FILE MERGED 2006/03/01 15:09:06 fme 1.163.6.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [80fd2f1a10072d9c10b5afea77939685a350fa9c]

        INTEGRATION: CWS swqbf57 (1.56.6); FILE MERGED 2006/03/01 15:09:47 fme 1.56.6.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [08eb010b688c5f297ea907afc63bcb7a6dedd737]

        INTEGRATION: CWS swqbf57 (1.57.166); FILE MERGED 2006/03/01 15:12:37 fme 1.57.166.2: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation 2006/03/01 06:41:01 od 1.57.166.1: #i62440# <SwDoc::ClearDoc()> 	 - perform destruction of numbering rules and creation of new 	   outline numbering rule *after* the document content is destroyed.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [7c64770dcc54c7589c0d9d7ecdeb8e9fdf187cda]

        INTEGRATION: CWS swqbf57 (1.112.166); FILE MERGED 2006/03/01 15:13:06 fme 1.112.166.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [f5a06a17247245e8a26175f55b36290a9a1d90cc]

        INTEGRATION: CWS swqbf57 (1.52.234); FILE MERGED 2006/03/08 11:33:51 fme 1.52.234.2: #126177# Crash if RemoveCursor_Impl user event is posted if an other thread is waiting in the SwXTextCursor destructor 2006/03/08 09:23:55 fme 1.52.234.1: #126177# Crash if RemoveCursor_Impl user event is posted if an other thread is waiting in the SwXTextCursor destructor

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [10bd320ba7eb506692fd22773de6b5eaa47f6329]

        INTEGRATION: CWS swqbf57 (1.90.158); FILE MERGED 2006/03/08 09:23:55 fme 1.90.158.1: #126177# Crash if RemoveCursor_Impl user event is posted if an other thread is waiting in the SwXTextCursor destructor

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a0219877a90506e37f00fb5be30eb4dd70db82b2]

        INTEGRATION: CWS swqbf57 (1.8.238); FILE MERGED 2006/03/13 09:34:15 od 1.8.238.1: #i54336# <SwUndoFmtAttr::RestoreFlyAnchor(..)> 	 - consider case, that as-character anchor object has moved its 	   anchor position.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [b0d770e848ee694773657162ef4f2fe6aaa0bf86]

        INTEGRATION: CWS swqbf57 (1.59.32); FILE MERGED 2006/03/07 10:16:55 fme 1.59.32.1: #i62668# Delete empty ruby hint

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [cb0cff2b20d3a032ac6b63e34357bac772c8f4f7]

        INTEGRATION: CWS swqbf57 (1.41.134); FILE MERGED 2006/02/27 15:52:44 fme 1.41.134.1: #i58522# Do not trigger an underflow behind the tabulator character, if it is directly followed by a blank

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [80438a17df8d6588b4b0a5455727ab7c9b019182]

        INTEGRATION: CWS swqbf57 (1.58.98); FILE MERGED 2006/03/07 09:57:10 fme 1.58.98.4: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation - correction 2006/03/03 08:20:06 fme 1.58.98.3: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation 2006/03/02 12:03:41 fme 1.58.98.2: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation 2006/03/01 15:11:35 fme 1.58.98.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [d8c2e806d04a7b08b6b55ecf54387a3c26f11c91]

        INTEGRATION: CWS swqbf57 (1.21.240); FILE MERGED 2006/03/01 15:11:35 fme 1.21.240.1: #i3952# Compatibility option: Do not consider blanks and tabs for line height calculation

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [ae38435822cbab4db8c6f642c35f6e9b9e582cf9]

        INTEGRATION: CWS swqbf57 (1.12.164); FILE MERGED 2006/02/23 09:26:53 fme 1.12.164.1: #130940# Crash when exporting tagged pdf of documents starting with a numbered paragraph

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [545e96970a3a6beb73331da0abbc5bc6dfae1d09]

        INTEGRATION: CWS swqbf57 (1.85.32); FILE MERGED 2006/02/23 09:35:45 fme 1.85.32.1: #130744# Do not consider locked table frames in lcl_InnerCalcLayout

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [05e3db9e4c93c23805eac7af05da5ba9ba264a0e]

        INTEGRATION: CWS swqbf57 (1.54.32); FILE MERGED 2006/03/15 10:33:55 od 1.54.32.3: #133407# correction of fix for issue 125892: 	 <SwFlyAtCntFrm::Modify(..)> - consider that current anchor frame 	 is already the new anchor frame. 2006/03/06 10:03:15 od 1.54.32.2: #125892# - class <SwHandleAnchorNodeChg> has own header file 2006/02/28 13:24:07 od 1.54.32.1: #125892# - <SwFlyAtCntFrm::SetAbsPos(..) 	   - handle anchor node change via helper class <SwHandleAnchorNodeChg> 	 - <SwFlyAtCntFrm::Modify(..)> 	   - on anchor node change consider the case that at the found anchor 	     frame candidate already a fly frame of the given fly frame 	     format is registered.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [568e5e3e7ef7e7f36fae38e73a9423e83553696c]

        INTEGRATION: CWS swqbf57 (1.56.214); FILE MERGED 2006/03/06 10:03:14 od 1.56.214.2: #125892# - class <SwHandleAnchorNodeChg> has own header file 2006/02/28 13:21:36 od 1.56.214.1: #125892# implementation of new helper class <SwHandleAnchorNodeChg>

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [c73ae5874f773d153397cca2165d7652c3233342]

        INTEGRATION: CWS swqbf57 (1.43.44); FILE MERGED 2006/03/06 10:04:29 od 1.43.44.2: #125892# - class <SwHandleAnchorNodeChg> has own header file 2006/02/28 13:26:18 od 1.43.44.1: #125892# <SwFEShell::MoveAnchor(..)> 	 - handle anchor node change via helper class <SwHandleAnchorNodeChg>

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [a55cdd0dd0c15f26f2cc3842b878bb4a30e4ea01]

        INTEGRATION: CWS swqbf57 (1.28.84); FILE MERGED 2006/03/06 10:04:29 od 1.28.84.2: #125892# - class <SwHandleAnchorNodeChg> has own header file 2006/02/28 13:25:39 od 1.28.84.1: #125892# <SwFEShell::FindAnchorPos(..)> 	 - handle anchor node change via helper class <SwHandleAnchorNodeChg>

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [9d130dc7174bef53af2a2a4d9feccc465be2f5a0]

        INTEGRATION: CWS swqbf57 (1.32.164); FILE MERGED 2006/03/08 09:48:49 od 1.32.164.1: #131436# <SwNumRule::~SwNumRule()> 	 - call method <SwNodeNum::HandleNumberTreeRootNodeDelete(..)> 	   to assure consistent number tree.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [e38a30811a2152f3eb3a066e8eeab5210c6eafb1]

        INTEGRATION: CWS swqbf57 (1.26.238); FILE MERGED 2006/03/01 10:41:24 od 1.26.238.1: #i54336# <SwDoc::ChgAnchor(..)> 	 - keep a complete <SwPosition> instance for the previous 	   as-character anchor position instead of only the text node and 	   anchor position index, because the previous anchor position can move.

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [18d0b52992d1b9b9ed077de79943167cca9a41af]

        INTEGRATION: CWS swqbf57 (1.3.74); FILE MERGED 2006/03/08 09:46:42 od 1.3.74.1: #131436# <SwNumberTree::MoveChildren(..)> 	 - correct STL usage

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [331087e788e438f1d1a9eaa29e1a7064b2623c1c]

        INTEGRATION: CWS swqbf57 (1.4.32); FILE MERGED 2006/03/08 09:45:03 od 1.4.32.1: #131436# - implementation of <SwNodeNum::HandleNumberTreeRootNodeDelete(..)>

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [52cd091b31f994e9c5f259e5d02911fedbd0fbcc]

        INTEGRATION: CWS swqbf57 (1.40.44); FILE MERGED 2006/03/08 09:12:23 fme 1.40.44.1: #126177# Crash if RemoveCursor_Impl user event is posted if an other thread is waiting in the SwXTextCursor destructor

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [17fe2bc5941b03dfdbe0d72c9311eca98bac1b1c]

        INTEGRATION: CWS swqbf57 (1.3.150); FILE MERGED 2006/03/08 09:41:34 od 1.3.150.1: #131436# class <SwNodeNum> 	 - new static method <HandleNumberTreeRootNodeDelete(..)

2006-03-21  Oliver Bolte  <obo@openoffice.org>  [85e3c8da71d27cf51cc8b6282c2204c26a487437]

        INTEGRATION: CWS swqbf57 (1.1.2); FILE ADDED 2006/03/06 10:01:12 od 1.1.2.1: #125892# - new helper class <SwHandleAnchorNodeChg>

2006-03-17  Thorsten Behrens  <thb@openoffice.org>  [d318cba2627d9749c884c5309d94a2fd07f49ee8]

        #128078# Removed unused typedef; corrected example code

2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [cd14bc09e63b9428a074861a87cc99ad049f6965]

        #100000# restore the original SO classpath

2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [e5b83cf54fb5e67de7f20683aa0d15dab4582e2f]

        #i10000# solaris compiler is more nitpicking ...

2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [23f67fb203d752003f45ac94e152f0535d347c76]

        new version for SRC680

2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [00c7a1d2703be194486019e07d0899db1ba1f3b2]

        #100000# no const element type for stl containers

2006-03-17  Vladimir Glazounov  <vg@openoffice.org>  [ee47399606f589d27589f5c0e6099792fb0be393]

        #100000# more defensive using statement

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [47422064faaf7fbbcf50568c3cfd2bdd2b4f64db]

        new version for SRC680

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [53270bb6a2f53ea00e2fc876e90df39a61609607]

        new version for SRC680

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [630e63b1f4a7bba139c69d56626f4295b4b2585a]

        #100000# corrected typo

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b485af40aa64331cca5a12b3289fe8eee77d32ce]

        new version for SRC680

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6607cd2f7156ec7107d0d513f4adc1780a94e224]

        SRC680

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ff0c1b7ecdf23cf74dc69190c1b464dfec706d94]

        INTEGRATION: CWS tl16 (1.24.36); FILE MERGED 2005/10/06 08:13:56 tl 1.24.36.1: #i55525# performance for updating the linguistic configuration improved

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [97da3bc2a526c9ca0ef4a9a61b2368bb0913c5b1]

        INTEGRATION: CWS tl16 (1.8.6); FILE MERGED 2005/10/11 09:13:21 tl 1.8.6.2: #i55525# performance for updating the linguistic configuration improved 2005/10/06 08:12:31 tl 1.8.6.1: #i55525# performance for updating the linguistic configuration improved

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [675ee2db309cdb75e4eb9cbd6dd2d196fd2d6a11]

        INTEGRATION: CWS tl16 (1.20.6); FILE MERGED 2005/10/11 09:13:37 tl 1.20.6.3: #i55525# performance for updating the linguistic configuration improved 2005/10/10 08:07:56 tl 1.20.6.2: #i55525# performance for updating the linguistic configuration improved 2005/10/06 08:12:29 tl 1.20.6.1: #i55525# performance for updating the linguistic configuration improved

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [34748694637785585f1a30275c7a1b279d3542aa]

        INTEGRATION: CWS sixtyfour02 (1.68.28); FILE MERGED 2006/02/22 12:59:37 cmc 1.68.28.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [889f5aeaa146a1b8dc4a2512ffdc55e0980275d2]

        INTEGRATION: CWS sixtyfour02 (1.5.16); FILE MERGED 2006/02/21 12:04:20 cmc 1.5.16.1: #i62314# search lib64 on x86_64

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d2b25acee66e4495aeffe5478af6ece1c4c86510]

        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>  [002f230463d7034ae9701b00f99e69d0e0b73427]

        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>  [65ed487ba72c526a1a119f092a77b103efcad27c]

        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>  [47629fd06e82da54758a57e0f008a0cab555a922]

        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>  [39e5e8a5051b900dcfa7eb9957339c0a35de51a1]

        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>  [8ba98ae18ea56b0b497879d73ef37afa56cd5630]

        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>  [6e36c353ea813613f47e63b4dc3b4216d3f56299]

        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>  [9c35cf00ee594c22dec244edfe44f5bccd1849be]

        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>  [bb18a4e92f8bbd430274815aebfc02268457d5a6]

        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>  [15933a8ad2e8d5ae1e0753f5089014916fc6037a]

        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>  [de35b3fc7bd5dec2459c087c5e2b268f982f9f2c]

        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>  [992972de5eb278ef730b23e0507a66b89adf9320]

        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>  [9843e6ec4670691bf7d14add1a0afd1778dc260e]

        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>  [8428fc571837f6e7f0ca3782c06a3d3bbb825b8a]

        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>  [ea13642be897ca374785bbb2c936782718866509]

        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>  [50ce63ceaf5507f5e598ed52e464d5bb9a13515d]

        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>  [599858e2d97052fef2d22405542c8ec00022a6f8]

        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>  [20056840c13634604db1c778545c0b6197a616cd]

        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>  [6dffb3fb744943880e1eb41dc259a8f727a6168a]

        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>  [b60441d831f374d6053fb95a4772cd18f4f5fa8b]

        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>  [1089f57d0a14ab20875029241fbfe113cf62e748]

        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>  [77f2303d78d927b81dfda3e39e0524832c52685e]

        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>  [6ffe3ee895399d22159287eb24e3a0eca89b126b]

        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>  [495e0d99019b64d7605d4022cd39b01893dcd844]

        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>  [75fc17531d7817192e0edbaf187053ccf577e23d]

        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>  [5374d8ca3937077568791bacca2b469d40dba28c]

        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>  [6853d2c1bcf4556f1ebab75511c28fd6fb237a0c]

        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>  [0360c07bbce6795e2238495e9a07a6f458f14569]

        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>  [643e711e956a660e21290ee44624bb9b9ac025c1]

        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>  [7e4b20602f6b6f310131692e0310688e6bc48a6a]

        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>  [d0fe22d83de7f3f0222d89c5f874f97bac66dc43]

        INTEGRATION: CWS sixtyfour02 (1.10.102); FILE MERGED 2006/02/28 10:50:56 pjanik 1.10.102.1: #i62327#: Do not stream ULONGs to disk (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [190d9dd0e535e22df70079c4248a63b14a641f85]

        INTEGRATION: CWS sixtyfour02 (1.17.102); FILE MERGED 2006/02/28 10:50:56 pjanik 1.17.102.1: #i62327#: Do not stream ULONGs to disk (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [cc7210bd1b192cdbd879efd11f181b938cda3bd0]

        INTEGRATION: CWS sixtyfour02 (1.3.14); FILE MERGED 2006/02/25 12:52:53 cmc 1.3.14.1: #i62321 streaming ULONG -> sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0d0ddf4a11cf10d3b0abcb2fef5f966a7de18712]

        INTEGRATION: CWS sixtyfour02 (1.3.18); FILE MERGED 2006/03/08 09:48:28 cmc 1.3.18.2: #i62321# make uniqueid consistent 2006/02/25 12:52:52 cmc 1.3.18.1: #i62321 streaming ULONG -> sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [dc3d6ff6442173ab47609b014a44b64324e2dc1d]

        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>  [408cc49fed112878a1ae0a9beed70ff844149896]

        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>  [13b126f89a46767c03287ba01fa7d2c6b28b688a]

        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>  [36ccfe2064c6587c04efb599620118626aa5903b]

        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>  [b99d065f62b7230d0782d740af13cb062998cf6b]

        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>  [46a5734a0b281d61a08a2b60b96bbdbf7cc33269]

        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>  [3464dd3070f0f9525e7912d09a8255430adab725]

        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>  [0fa0069218d88f69d72eddbf27e690c59822450a]

        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>  [483052a5793e9a215e5892390ed4813121669bd2]

        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>  [9ce3ec01852509b585b79b44c636936b69ce1b98]

        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>  [f6738b70104d305476fc157028208adeee123d3b]

        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>  [c50ef4ffbf2cf7c90dd0c56749efe8b4aba122c2]

        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>  [50c637b5e286381d8e82d6992fde6e8795b8c4c6]

        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>  [635a7a67c5826e48883bb8eaa21f6842ed836288]

        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>  [1e7de165aabae96c5d19f14819cbd10506e5a02a]

        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>  [feb32ff3f191fc50808d2bab9e39c482998968c6]

        INTEGRATION: CWS sixtyfour02 (1.4.96); FILE MERGED 2006/02/22 10:46:23 cmc 1.4.96.1: #i62334# longs being streamed to disk

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c5d241998db51b24cb4162dff280e02a0cc377df]

        INTEGRATION: CWS sixtyfour02 (1.3.62); FILE MERGED 2006/02/21 12:15:02 cmc 1.3.62.1: #i62316# match parent signature

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [44219fb11df698dff19a9db104b9779afac58366]

        INTEGRATION: CWS sixtyfour02 (1.36.158); FILE MERGED 2006/03/03 09:15:07 cmc 1.36.158.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [83fc26b703aadce152df8a0010eb7f5678acd268]

        INTEGRATION: CWS sixtyfour02 (1.37.98); FILE MERGED 2006/03/03 09:15:07 cmc 1.37.98.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d0e3076b0ca6b1d910e0abd82d0eaed1c254af77]

        INTEGRATION: CWS sixtyfour02 (1.39.28); FILE MERGED 2006/03/03 09:15:06 cmc 1.39.28.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [71963c07b8871bc2da5c50752d3daa543eef995f]

        INTEGRATION: CWS sixtyfour02 (1.7.238); FILE MERGED 2006/02/20 17:30:32 pjanik 1.7.238.1: #i62107#: 32bit TWIP_TO_MM100 (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [9b2e4bb5f124e3bd337d11f6267ce26e05c793b7]

        INTEGRATION: CWS sixtyfour02 (1.9.234); FILE MERGED 2006/02/20 17:30:32 pjanik 1.9.234.1: #i62107#: 32bit TWIP_TO_MM100 (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e25d12a2227a1c28871293b4d7c159b561536046]

        INTEGRATION: CWS sixtyfour02 (1.29.238); FILE MERGED 2006/02/20 17:30:32 pjanik 1.29.238.1: #i62107#: 32bit TWIP_TO_MM100 (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [13961381bff044293737c974b0bb7b008fcae6ac]

        INTEGRATION: CWS sixtyfour02 (1.18.42); FILE MERGED 2006/02/20 17:30:32 pjanik 1.18.42.1: #i62107#: 32bit TWIP_TO_MM100 (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [cb540c97834181d7a3fc03b358021675540c4698]

        INTEGRATION: CWS sixtyfour02 (1.44.146); FILE MERGED 2006/03/03 09:15:06 cmc 1.44.146.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [00ca2d280b919a249c83a12ffa4e4eee8466e4ac]

        INTEGRATION: CWS sixtyfour02 (1.33.234); FILE MERGED 2006/03/03 09:15:06 cmc 1.33.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [89e9d8125889a0fd8bbb71c4f4a2f28352e9c466]

        INTEGRATION: CWS sixtyfour02 (1.3.212); FILE MERGED 2006/03/03 09:15:06 cmc 1.3.212.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [5639d8962b6c9acc0c59aeb0f23c403bef4b6ad2]

        INTEGRATION: CWS sixtyfour02 (1.14.234); FILE MERGED 2006/03/03 09:15:05 cmc 1.14.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a5c8837a75797e511193b43fd991f9101115a764]

        INTEGRATION: CWS sixtyfour02 (1.92.104); FILE MERGED 2006/03/03 09:15:05 cmc 1.92.104.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [eee19cb2ca9cb284c94b5842f3e37d6d7cff55bb]

        INTEGRATION: CWS sixtyfour02 (1.10.182); FILE MERGED 2006/03/03 09:15:05 cmc 1.10.182.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6be4d1ed52298d18b3738c2bc669259cd5c06d21]

        INTEGRATION: CWS sixtyfour02 (1.50.182); FILE MERGED 2006/03/03 09:15:05 cmc 1.50.182.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c1eb5d435e8eae80692e21d86ebb8bb2d973bd7a]

        INTEGRATION: CWS sixtyfour02 (1.33.64); FILE MERGED 2006/02/22 12:59:36 cmc 1.33.64.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a3ad218e7cb483ee5e395f9108e293ff915de1c9]

        INTEGRATION: CWS sixtyfour02 (1.76.2); FILE MERGED 2006/02/22 12:59:36 cmc 1.76.2.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6a5d7d48d02958b99efe93bd10540ffd46fef599]

        INTEGRATION: CWS sixtyfour02 (1.123.2); FILE MERGED 2006/02/22 12:59:36 cmc 1.123.2.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [392a47a8b5c6be3d06b7ac23dc23f77d986ea4e2]

        INTEGRATION: CWS sixtyfour02 (1.166.64); FILE MERGED 2006/02/22 12:59:36 cmc 1.166.64.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1a8942c7e3a3486db9d58e6f74a8a46237dd6f23]

        INTEGRATION: CWS sixtyfour02 (1.94.2); FILE MERGED 2006/02/22 12:59:35 cmc 1.94.2.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [027bd494514e5ad11128b3e00f912c1112a680cc]

        INTEGRATION: CWS sixtyfour02 (1.119.64); FILE MERGED 2006/02/22 12:59:35 cmc 1.119.64.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a55253286cc9734e6a352ca9e652937c629efd44]

        INTEGRATION: CWS sixtyfour02 (1.143.2); FILE MERGED 2006/02/22 12:59:35 cmc 1.143.2.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [37182a61a90b3153a6324da69ca75509e2c9821f]

        INTEGRATION: CWS sixtyfour02 (1.163.2); FILE MERGED 2006/02/22 12:59:34 cmc 1.163.2.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [9f544e6753b37592318e568de68b270b8967d714]

        INTEGRATION: CWS sixtyfour02 (1.138.152); FILE MERGED 2006/02/22 12:59:34 cmc 1.138.152.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [a690e78edf373d42fa62cbd179a7f04118dbb1fd]

        INTEGRATION: CWS sixtyfour02 (1.23.148); FILE MERGED 2006/02/22 12:59:34 cmc 1.23.148.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [af360e7a943f617b5b2d70943b936e26211a8d11]

        INTEGRATION: CWS sixtyfour02 (1.66.182); FILE MERGED 2006/02/22 12:59:34 cmc 1.66.182.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [54c5ecacad467a6d4e8bcb1cb1a194b91c4cd755]

        INTEGRATION: CWS sixtyfour02 (1.74.182); FILE MERGED 2006/02/22 12:59:34 cmc 1.74.182.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [87d0a334380ba3e2ae77a22f358313dc9ff0ce3b]

        INTEGRATION: CWS sixtyfour02 (1.36.148); FILE MERGED 2006/02/22 12:59:33 cmc 1.36.148.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [15604ca8ea33c940dc4665207bbd89c9ee2ec37a]

        INTEGRATION: CWS sixtyfour02 (1.87.40); FILE MERGED 2006/02/22 12:59:33 cmc 1.87.40.1: #i62431# stream the right size values to/from disk in ww8 filter

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d3b556b82c93ef0ddd46ef4c789f0ac3cfa971ba]

        INTEGRATION: CWS sixtyfour02 (1.13.236); FILE MERGED 2006/03/03 09:15:05 cmc 1.13.236.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b74278b4234008745f5a03456729118e2c03e21c]

        INTEGRATION: CWS sixtyfour02 (1.30.236); FILE MERGED 2006/03/03 09:15:04 cmc 1.30.236.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [980547b1d8d410246b11bd5149405d7027b2753d]

        INTEGRATION: CWS sixtyfour02 (1.11.236); FILE MERGED 2006/03/03 09:15:04 cmc 1.11.236.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [035f7c326eeed946482245fcc360c2047f5c2121]

        INTEGRATION: CWS sixtyfour02 (1.4.238); FILE MERGED 2006/03/03 09:15:04 cmc 1.4.238.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [491de4430cb39c502f1989c80cd19a30286afccf]

        INTEGRATION: CWS sixtyfour02 (1.10.234); FILE MERGED 2006/03/03 09:15:04 cmc 1.10.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0d69f86ea7e85e749766d75a12736466931382b9]

        INTEGRATION: CWS sixtyfour02 (1.13.238); FILE MERGED 2006/03/03 09:15:04 cmc 1.13.238.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [8c2c90b8de415c21aa67c499bc33b1213865053e]

        INTEGRATION: CWS sixtyfour02 (1.17.144); FILE MERGED 2006/03/03 09:15:04 cmc 1.17.144.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [79b119e9a349c76751e6faaf01444148298175b7]

        INTEGRATION: CWS sixtyfour02 (1.14.160); FILE MERGED 2006/03/03 09:15:03 cmc 1.14.160.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d2690d6b3d85929ee26f05240d24ae44cf7eac33]

        INTEGRATION: CWS sixtyfour02 (1.21.236); FILE MERGED 2006/03/03 09:15:03 cmc 1.21.236.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d1fb6636dda77ea859b5570a8c1eadaa5d3b39eb]

        INTEGRATION: CWS sixtyfour02 (1.18.234); FILE MERGED 2006/03/03 09:15:03 cmc 1.18.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d09052b10956454b01903f3caa0989698e1471b7]

        INTEGRATION: CWS sixtyfour02 (1.29.142); FILE MERGED 2006/03/03 09:15:03 cmc 1.29.142.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b98f88fffb1533f1b83013a7b138784315c0b7e7]

        INTEGRATION: CWS sixtyfour02 (1.30.232); FILE MERGED 2006/03/03 09:15:03 cmc 1.30.232.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1f9ef1d062d8ba55229293d95bae08d4b3cac1f6]

        INTEGRATION: CWS sixtyfour02 (1.45.162); FILE MERGED 2006/03/03 09:15:02 cmc 1.45.162.2: #i62466# consistently use ULONG and sal_uInt32 2006/02/20 17:30:31 pjanik 1.45.162.1: #i62107#: 32bit TWIP_TO_MM100 (patch from Caolan).

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d3aef2fca151e9ae0ab0aaacb311ebfba59c7c91]

        INTEGRATION: CWS sixtyfour02 (1.52.230); FILE MERGED 2006/03/03 09:15:02 cmc 1.52.230.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [571e7995379591c91da7859bd925d3bd13d7ee36]

        INTEGRATION: CWS sixtyfour02 (1.90.154); FILE MERGED 2006/03/03 09:15:01 cmc 1.90.154.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [f1af810f402225190f98899eacb931fd5a40e441]

        INTEGRATION: CWS sixtyfour02 (1.14.236); FILE MERGED 2006/03/03 09:15:01 cmc 1.14.236.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [e2b13650b2469413edb7c03ac56fe381e0b06af3]

        INTEGRATION: CWS sixtyfour02 (1.69.162); FILE MERGED 2006/03/03 09:15:01 cmc 1.69.162.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ade1387415daa458b29fa67e83b640b3404f5a02]

        INTEGRATION: CWS sixtyfour02 (1.48.28); FILE MERGED 2006/03/03 09:15:00 cmc 1.48.28.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [38cf83ce341db70a7e191439efda85d598bbe70a]

        INTEGRATION: CWS sixtyfour02 (1.23.234); FILE MERGED 2006/03/03 09:15:00 cmc 1.23.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0d084305e8a5fe421a7b23ec1273772383cd469e]

        INTEGRATION: CWS sixtyfour02 (1.87.2); FILE MERGED 2006/03/03 09:15:00 cmc 1.87.2.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [dd7a6261e8d02134bde9ea13d31531d2fa343d61]

        INTEGRATION: CWS sixtyfour02 (1.54.28); FILE MERGED 2006/03/03 09:15:00 cmc 1.54.28.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2d3c18ae0a811626de6ab497d91c86622d80fff1]

        INTEGRATION: CWS sixtyfour02 (1.38.232); FILE MERGED 2006/03/03 09:14:59 cmc 1.38.232.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d61fffd6bc918abc6b7a82661e3ea6061318e8f4]

        INTEGRATION: CWS sixtyfour02 (1.41.160); FILE MERGED 2006/03/03 09:14:59 cmc 1.41.160.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [06b2027a9e71ee096f08f35d640323afdfe043fb]

        INTEGRATION: CWS sixtyfour02 (1.39.210); FILE MERGED 2006/03/03 09:14:58 cmc 1.39.210.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [3f74a8a2ff76054f5649a593da53993f6ceaaa90]

        INTEGRATION: CWS sixtyfour02 (1.25.234); FILE MERGED 2006/03/03 09:14:58 cmc 1.25.234.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [ea5e5e1b4bc1e8e881dd24d8e5ff9c9b69f1f683]

        INTEGRATION: CWS sixtyfour02 (1.48.40); FILE MERGED 2006/03/03 09:14:58 cmc 1.48.40.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [f3c541cf4b18f95eb747e06cc07a2929d69c2158]

        INTEGRATION: CWS sixtyfour02 (1.25.84); FILE MERGED 2006/03/03 09:14:57 cmc 1.25.84.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [b9c9c8b492177fd9f7de49a90f692dbee970a7c6]

        INTEGRATION: CWS sixtyfour02 (1.41.140); FILE MERGED 2006/03/03 09:14:57 cmc 1.41.140.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c3d6854ad697ddce94b4a64ac32ab50ec88c199a]

        INTEGRATION: CWS sixtyfour02 (1.112.162); FILE MERGED 2006/03/03 09:14:57 cmc 1.112.162.1: #i62466# consistently use ULONG and sal_uInt32

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1545e6d22d7d9339c3770aa7de091f81aa57d13d]

        INTEGRATION: CWS sixtyfour02 (1.20.40); FILE MERGED 2006/02/21 12:28:06 cmc 1.20.40.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [754bdca9f7beaa0d05fc492be5f122a145873062]

        INTEGRATION: CWS sixtyfour02 (1.5.78); FILE MERGED 2006/02/21 12:28:06 cmc 1.5.78.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [9181147d646e6c31a7e1e828aa4e9948f3212ab9]

        INTEGRATION: CWS sixtyfour02 (1.36.76); FILE MERGED 2006/02/21 12:28:05 cmc 1.36.76.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6c50ab1eb9f07eb38b9c93180a0779cad8679844]

        INTEGRATION: CWS sixtyfour02 (1.15.78); FILE MERGED 2006/02/21 12:28:05 cmc 1.15.78.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [323784fa6f94f1a07dd1341d64ae10697531d200]

        INTEGRATION: CWS sixtyfour02 (1.5.78); FILE MERGED 2006/02/21 12:28:05 cmc 1.5.78.1: #i62331# match IMPL_CONTAINER_SORT argument of ULONG

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2760883f882500288c9b2ce9d9811dc3dc6e345a]

        INTEGRATION: CWS sixtyfour02 (1.37.28); FILE MERGED 2006/02/22 10:39:43 cmc 1.37.28.1: #i62322# fix longs being streamed to disk

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [8044fb56b3241386688a59a31f4c6c1de952556f]

        INTEGRATION: CWS sixtyfour02 (1.16.26); FILE MERGED 2006/02/22 10:39:43 cmc 1.16.26.1: #i62322# fix longs being streamed to disk

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1908701e2e4eaca9f43cc4de6ae40b0e5d26620d]

        INTEGRATION: CWS sixtyfour02 (1.12.68); FILE MERGED 2006/02/22 10:39:42 cmc 1.12.68.1: #i62322# fix longs being streamed to disk

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [fb26184c9d3b41ec645d1bdddd4d4d0a3c282c4b]

        INTEGRATION: CWS native42 (1.191.6); FILE MERGED 2006/03/15 15:47:32 is 1.191.6.1: #i63163# removing gdiplus.dll from OOo

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [712a8f2e1f66c23b37965fc203f8c8a73099d30b]

        #i58308# CWS jaxpapi:remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [0b9250d506014b92fec1147f45d0b59c333c8fa3]

        INTEGRATION: CWS jaxpapi (1.3.8); FILE MERGED 2006/01/17 10:55:13 cmc 1.3.8.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [33a3b177a610f2f07b8dd4c867774f78090999bb]

        INTEGRATION: CWS jaxpapi (1.1.24); FILE MERGED 2006/01/17 10:55:11 cmc 1.1.24.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [de5077f7bfd99472977b6119456cf2fef545e555]

        INTEGRATION: CWS jaxpapi (1.9.4); FILE MERGED 2006/01/17 10:55:05 cmc 1.9.4.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c6638e3ed6dfdd236792017acc23b7bdac494d77]

        INTEGRATION: CWS jaxpapi (1.2.4); FILE MERGED 2006/01/17 10:55:00 cmc 1.2.4.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [798a5d5df184aedb7f0818ebc41a7b185ec73657]

        INTEGRATION: CWS jaxpapi (1.2.4); FILE MERGED 2006/01/17 10:54:44 cmc 1.2.4.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6f75994a7fb3bca3548f960b342cbfd44e671a5d]

        INTEGRATION: CWS jaxpapi (1.21.2); FILE MERGED 2006/01/19 14:48:36 cmc 1.21.2.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [7bdd595b4db47e00bf262e7bc6a587743305532d]

        INTEGRATION: CWS jaxpapi (1.16.20); FILE MERGED 2006/01/17 11:20:47 cmc 1.16.20.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2dd1599c771f3df6ce022a6625ffe7c8c854f414]

        INTEGRATION: CWS jaxpapi (1.32.18); FILE MERGED 2006/01/17 11:15:56 cmc 1.32.18.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [d1e947a2cc6333ce0f33d29ff3dfe7ae612c1793]

        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-16  Vladimir Glazounov  <vg@openoffice.org>  [ea6b08200d42fb4ad4813c272989b93f927aab3f]

        INTEGRATION: CWS jaxpapi (1.10.56); FILE MERGED 2006/02/04 23:18:01 cmc 1.10.56.1: #i58308# jaxp->xml-apis.jar and parser.jar -> xercesImpl.jar

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [06c0331a938c115debccdb370d30ca686eff40f6]

        INTEGRATION: CWS jaxpapi (1.10.56); FILE MERGED 2006/02/04 23:17:23 cmc 1.10.56.1: #i58308# jaxp->xml-apis.jar and parser.jar -> xercesImpl.jar

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [2344f95f7979e2a54fa7e8b70e9c12139c1a0e58]

        INTEGRATION: CWS jaxpapi (1.4.88); FILE MERGED 2006/01/17 11:28:50 cmc 1.4.88.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [7ae817972439746fe9dfa13be4a51d7d7ece6cbd]

        INTEGRATION: CWS jaxpapi (1.2.902); FILE MERGED 2006/01/17 11:28:50 cmc 1.2.902.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [1c2d64dece332e86270f7fd0860db699cb44b54e]

        INTEGRATION: CWS jaxpapi (1.2.88); FILE MERGED 2006/03/15 13:59:04 ihi 1.2.88.2: windows path fix 2006/01/17 11:28:49 cmc 1.2.88.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [5412b8e934ec2155f80758b530e13377d17909f6]

        INTEGRATION: CWS jaxpapi (1.10.12); FILE MERGED 2006/01/17 11:15:07 cmc 1.10.12.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [6c481744d538505561905bdfaf85750242bd9ac6]

        INTEGRATION: CWS jaxpapi (1.6.184); FILE MERGED 2006/01/17 11:10:09 cmc 1.6.184.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [c6ac7b9bbcd529e6f76a1c3bd620ce2f0cd1a3b7]

        INTEGRATION: CWS jaxpapi (1.21.184); FILE MERGED 2006/01/18 12:05:44 cmc 1.21.184.2: RESYNC: (1.21-1.22); FILE MERGED 2006/01/17 11:10:07 cmc 1.21.184.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [56c4fa5b0d1bb7be4f4a737d439f7e2d7e687205]

        INTEGRATION: CWS jaxpapi (1.5.92); FILE MERGED 2006/01/17 11:03:44 cmc 1.5.92.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [f75b8b6204d90b3dd9757b626bd180ac663e2674]

        INTEGRATION: CWS jaxpapi (1.16.16); FILE MERGED 2006/01/17 11:03:31 cmc 1.16.16.1: #i58308# remove sun jaxp impl in favour of apache one

2006-03-16  Vladimir Glazounov  <vg@openoffice.org>  [eddd2c916c537e66f9c0db51369df462056ad928]

        INTEGRATION: CWS jsc6 (1.2.22); FILE MERGED 2006/03/15 12:25:17 jsc 1.2.22.1: #i63172# update reference type library to OOo2.0.2

2006-03-15  Thorsten Behrens  <thb@openoffice.org>  [9e8f0696de1703c29c580f99cc8c3a6256b22fca]

        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-15  Vladimir Glazounov  <vg@openoffice.org>  [8ba404221b7038d92e82fd23d74a533b2b46f936]

        INTEGRATION: CWS jsc3 (1.17.14); FILE MERGED 2006/03/07 13:44:16 jsc 1.17.14.1: #i62434# new rule for lib/*.a

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [78db38f87ccea3d15a1c2e6c718f94f81531a73b]

        INTEGRATION: CWS jsc3 (1.5.34); FILE MERGED 2006/02/22 14:30:20 jsc 1.5.34.2: #i60930# ifdef linker for GCC 2006/02/20 15:00:36 jsc 1.5.34.1: #i60930# cleanup link flags and libs

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [6db9c5af960f9787e33e4addc56bddbb1695a402]

        INTEGRATION: CWS jsc3 (1.18.4); FILE MERGED 2006/03/07 13:45:14 jsc 1.18.4.1: #i62434# extend link options for executbales to link libsalcpprt.a, LINUX only

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [c5f974287fd04bb529de145113133b9e35687702]

        INTEGRATION: CWS jsc3 (1.77.12); FILE MERGED 2006/03/07 13:43:45 jsc 1.77.12.1: #i62434# copy libsalcpprt.a

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [be9a23e7233c4157471827318e0fa87e9ce91d05]

        INTEGRATION: CWS jsc3 (1.4.4); FILE MERGED 2006/02/22 16:23:38 jsc 1.4.4.2: #i62443# insert workaround for touch problem with full qualified paths 2006/02/22 16:03:13 jsc 1.4.4.1: #i62443# insert workaround for touch problem with full qualified paths

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [ea00d9bf9ce2e695f2c91d65a6177716a1567101]

        INTEGRATION: CWS jsc3 (1.7.50); FILE MERGED 2006/02/24 08:46:17 jsc 1.7.50.1: #i62515# exchange pattern rules with explicit rules

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a88abc3aa3132bc7b3c904b2143a87be6bbfdc8c]

        INTEGRATION: CWS jsc3 (1.6.56); FILE MERGED 2006/02/23 14:55:29 jsc 1.6.56.1: #i62481# check user input

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [b4b2e13b8f99b335f85cf64693ca490c24796662]

        INTEGRATION: CWS jsc3 (1.6.56); FILE MERGED 2006/02/24 13:18:47 jsc 1.6.56.1: #i62481# check user input

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [2001da9854463679c6a47a04442b6edd9c161014]

        INTEGRATION: CWS jsc3 (1.3.34); FILE MERGED 2006/02/22 14:31:46 jsc 1.3.34.1: #i62418# insert use of AnyConverter

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a087939c8a7b28dab31edc0a3f83f1bfe7208486]

        INTEGRATION: CWS jsc3 (1.2.60); FILE MERGED 2006/02/22 15:21:42 fs 1.2.60.1: in the course of #i62418#: check boxes and radio buttons exchange their validatable value as boolean, if no external binding is set

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [d13de9b92d0ea00a45dfb91daec1b10d5a3789a9]

        INTEGRATION: CWS jsc3 (1.2.60); FILE MERGED 2006/03/07 12:04:51 jsc 1.2.60.2: #62504# use correct syntax for env variables 2006/02/24 08:48:22 jsc 1.2.60.1: #i62504# integrate patch

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [29428366fae2f9811d869689506694335993a02f]

        INTEGRATION: CWS jsc3 (1.3.222); FILE MERGED 2006/02/28 09:18:21 jsc 1.3.222.1: #i60691# replace getCppuType with UnoType

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [b40f94fb85140535879c5173b7a341503fdad4d2]

        INTEGRATION: CWS jsc3 (1.4.60); FILE MERGED 2006/02/28 09:18:20 jsc 1.4.60.1: #i60691# replace getCppuType with UnoType

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [7fd3d5a15e0ce0ad81659b5b08e1f5fe1b6719c1]

        INTEGRATION: CWS jsc3 (1.5.64); FILE MERGED 2006/02/22 15:23:34 fs 1.5.64.1: #i62418# correct translateControlValueToValidatableValue

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [ad0adcdb90c9a11eb95c2da5b9fd45c7aa21f7fc]

        INTEGRATION: CWS jsc3 (1.4.64); FILE MERGED 2006/02/22 15:23:34 fs 1.4.64.1: #i62418# correct translateControlValueToValidatableValue

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [62c45cfd13e8ebdce7151bc10293648206ed5d80]

        INTEGRATION: CWS jsc3 (1.11.64); FILE MERGED 2006/02/22 15:23:33 fs 1.11.64.1: #i62418# correct translateControlValueToValidatableValue

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [eff90dfc894d32efacbb7e7b22a81387a47391be]

        INTEGRATION: CWS jsc3 (1.18.64); FILE MERGED 2006/02/22 15:23:33 fs 1.18.64.1: #i62418# correct translateControlValueToValidatableValue

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [0b3b255829dfa17cd417fa0b9a4e373a80b5f233]

        INTEGRATION: CWS jsc3 (1.4.6); FILE MERGED 2006/02/17 16:02:04 jsc 1.4.6.2: #i56247# insert new command for calc addins 2006/01/20 13:05:37 jsc 1.4.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [e2b536a738c8d62a551eb24f130820707969bbc0]

        INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED 2006/02/17 16:02:03 jsc 1.3.6.2: #i56247# insert new command for calc addins 2006/01/20 13:05:36 jsc 1.3.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [ec6d9bef8c7deb03c6fa3fe6cce040c7850ba046]

        INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED 2006/02/17 16:02:02 jsc 1.3.6.2: #i56247# insert new command for calc addins 2006/01/20 13:05:35 jsc 1.3.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [cfe0d5d97c4ea6c0ee58c4bd205d297309a4decc]

        INTEGRATION: CWS jsc3 (1.4.2); FILE MERGED 2006/03/01 16:32:31 jsc 1.4.2.3: #i56247# made smaller adjustments 2006/02/17 16:02:01 jsc 1.4.2.2: #i56247# insert new command for calc addins 2006/01/20 13:10:02 jsc 1.4.2.1: #i53950# insert new option for calc add-ins

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [c23bd1c90c1e4702f171140611d31e37fecc58ba]

        INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED 2006/01/20 13:08:41 jsc 1.3.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a1d00f740b47fcaa4ba17941a406c10908657d66]

        INTEGRATION: CWS jsc3 (1.2.6); FILE MERGED 2006/02/17 16:02:01 jsc 1.2.6.2: #i56247# insert new command for calc addins 2006/01/20 13:17:24 jsc 1.2.6.1: #i53950# extend methods to support short type names

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [974e3a0677b5cd405511c585682ca15a41218f79]

        INTEGRATION: CWS jsc3 (1.3.2); FILE MERGED 2006/02/17 16:02:00 jsc 1.3.2.2: #i56247# insert new command for calc addins 2006/01/20 13:19:10 jsc 1.3.2.1: #i56247# extend new componenttype clac add-in

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [49a503f68df38248331ebca4a2bed72f5241b23c]

        INTEGRATION: CWS jsc3 (1.4.2); FILE MERGED 2006/03/01 16:32:30 jsc 1.4.2.4: #i56247# made smaller adjustments 2006/02/17 16:58:06 jsc 1.4.2.3: #i56247# remove wrong reference variable 2006/02/17 16:02:00 jsc 1.4.2.2: #i56247# insert new command for calc addins 2006/01/20 13:20:22 jsc 1.4.2.1: #i56247# new common functions for calc add-ins

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [e001117a36ffcb38e4bb5024c272053c24d1f916]

        INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED 2006/02/17 16:57:15 jsc 1.3.6.2: #i56247# adapt macros for static libs and APP1DEPN 2006/02/17 16:01:59 jsc 1.3.6.1: #i56247# insert new command for calc addins

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [50ae11326c5f7d79ace40baa9f5b1f40a9410697]

        INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED 2006/03/01 16:32:30 jsc 1.3.6.3: #i56247# made smaller adjustments 2006/02/17 16:01:58 jsc 1.3.6.2: #i56247# insert new command for calc addins 2006/01/20 13:12:29 jsc 1.3.6.1: #i53950# adapt printType for usage in components, correct member initialization

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [ef353d0145818052912a4c0afc2a3aec1a0190ef]

        INTEGRATION: CWS jsc3 (1.4.6); FILE MERGED 2006/03/01 16:32:30 jsc 1.4.6.3: #i56247# made smaller adjustments 2006/02/17 16:01:57 jsc 1.4.6.2: #i56247# insert new command for calc addins 2006/01/20 13:14:08 jsc 1.4.6.1: #i53950# special work for calc add-ins

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [888a3ceb450ef21d507026af17110ebe41d4d9eb]

        INTEGRATION: CWS jsc3 (1.4.2); FILE MERGED 2006/03/01 16:32:30 jsc 1.4.2.4: #i56247# made smaller adjustments 2006/03/01 12:34:12 jsc 1.4.2.3: #i56247# adadapt string construction for non literals 2006/02/17 16:01:57 jsc 1.4.2.2: #i56247# insert new command for calc addins 2006/01/20 13:15:03 jsc 1.4.2.1: #i53950# adapt printType for usage in components, correct member initialization

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [db4b02eea5b81b7be05fa8b1f18c9f423302a977]

        INTEGRATION: CWS jsc3 (1.4.2); FILE MERGED 2006/03/01 12:53:51 jsc 1.4.2.4: #i56247# adadapt comment 2006/03/01 12:34:12 jsc 1.4.2.3: #i56247# adadapt string construction for non literals 2006/02/17 16:01:56 jsc 1.4.2.2: #i56247# insert new command for calc addins 2006/01/20 13:14:39 jsc 1.4.2.1: #i53950# special work for calc add-ins

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [987dca57a62c807790e36cc03269b2da9d3610fc]

        INTEGRATION: CWS jsc3 (1.2.6); FILE MERGED 2006/01/20 13:04:31 jsc 1.2.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [98824bb600462184ca2754d8d72ce14e98dcfc59]

        INTEGRATION: CWS jsc3 (1.2.6); FILE MERGED 2006/01/20 13:04:30 jsc 1.2.6.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [3d4dfc3796b6e898ff2bf984fb4c2043e1248efa]

        INTEGRATION: CWS jsc3 (1.1.6); FILE MERGED 2006/02/17 16:57:14 jsc 1.1.6.1: #i56247# adapt macros for static libs and APP1DEPN

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [b11c66fb2525f853fda3198cc29e8c8015827de3]

        INTEGRATION: CWS jsc3 (1.12.10); FILE MERGED 2006/02/17 16:41:07 jsc 1.12.10.2: #i56247# refactor commonly used functions in static libs 2006/02/17 16:00:09 jsc 1.12.10.1: #i56247# refactoring and cosmetics

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [b2e50507a1b8613f3777bd85c21d5239e062f297]

        INTEGRATION: CWS jsc3 (1.2.16); FILE MERGED 2006/01/20 13:02:25 jsc 1.2.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [5d8992a058d5911b6a5becaa043f99477e29e93c]

        INTEGRATION: CWS jsc3 (1.7.16); FILE MERGED 2006/01/20 13:02:25 jsc 1.7.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [669af0f33d0bffb156b5373564ad5200a7307084]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:02:24 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a7b27d7c1a41034e69a6c50a24162334d5b402f6]

        INTEGRATION: CWS jsc3 (1.8.10); FILE MERGED 2006/02/17 16:41:06 jsc 1.8.10.3: #i56247# refactor commonly used functions in static libs 2006/02/17 16:00:09 jsc 1.8.10.2: #i56247# refactoring and cosmetics 2006/01/20 13:02:23 jsc 1.8.10.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [0f0f97c548d04625b24cd032adb72b9e10a20db6]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:39:29 jsc 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/20 13:02:23 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [fa462b186ec508b11577f2914818c44d092ffd5f]

        INTEGRATION: CWS jsc3 (1.4.4); FILE MERGED 2006/02/17 16:00:08 jsc 1.4.4.1: #i56247# refactoring and cosmetics

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [21c3f92bee60687b4e231651e9e6ad76cffe7536]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/02/17 16:00:08 jsc 1.3.16.2: #i56247# refactoring and cosmetics 2006/01/20 13:02:22 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [52206d14cfc8d1bfcf1a42ef4a9285b3c76044d3]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/02/17 16:00:07 jsc 1.3.16.1: #i56247# refactoring and cosmetics

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [5134565fcbc299c7a0dd4b73a2d902f2e4d34678]

        INTEGRATION: CWS jsc3 (1.8.14); FILE MERGED 2006/02/17 16:44:57 jsc 1.8.14.4: #i56247# exchange forward declaration with include 2006/02/17 15:58:18 jsc 1.8.14.3: #62183# re- declare ambiguous base interface methods 2006/01/20 13:39:08 jsc 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2006/01/20 13:01:46 jsc 1.8.14.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [f14849d7800f2d481f0b86b4bf99680083db3746]

        INTEGRATION: CWS jsc3 (1.35.14); FILE MERGED 2006/02/28 08:20:01 jsc 1.35.14.7: #i62183# change comment 2006/02/21 13:32:33 jsc 1.35.14.6: #i62183# resolve merge conflicts 2006/02/20 11:25:11 jsc 1.35.14.5: RESYNC: (1.36-1.37); FILE MERGED 2006/02/17 16:44:56 jsc 1.35.14.4: #i56247# exchange forward declaration with include 2006/02/17 15:58:17 jsc 1.35.14.3: #62183# re- declare ambiguous base interface methods 2006/01/20 13:39:00 jsc 1.35.14.2: RESYNC: (1.35-1.36); FILE MERGED 2006/01/20 13:01:47 jsc 1.35.14.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [2eaa59ef4a8fd7648fadb99885ea5dcb94b1b103]

        INTEGRATION: CWS jsc3 (1.2.16); FILE MERGED 2006/01/20 13:02:22 jsc 1.2.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [32a8093d04b2cd334efad66bc5a999fea55e6dec]

        INTEGRATION: CWS jsc3 (1.9.14); FILE MERGED 2006/03/03 11:25:53 jsc 1.9.14.2: #i60691# adapt command line help for -L and -C 2006/01/20 13:02:21 jsc 1.9.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [eaf58ac0963a896df40038dc6e718ba3b08de6e3]

        INTEGRATION: CWS jsc3 (1.8.16); FILE MERGED 2006/01/20 13:02:20 jsc 1.8.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [8e762960155c21715c864640590cde8fd7699dca]

        INTEGRATION: CWS jsc3 (1.3.4); FILE MERGED 2006/02/17 16:00:06 jsc 1.3.4.2: #i56247# refactoring and cosmetics 2006/01/20 13:01:45 jsc 1.3.4.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [c6905a1087fadd442ae7672cfff4dfc31853dc2e]

        INTEGRATION: CWS jsc3 (1.9.16); FILE MERGED 2006/01/20 13:02:20 jsc 1.9.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [de60118da24e02367d0499f181aeab486d4f7d50]

        INTEGRATION: CWS jsc3 (1.3.14); FILE MERGED 2006/01/20 13:02:19 jsc 1.3.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [47a5f5b4193278b2c9365d7a64854784348aee28]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:08 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [a85b675e0cc10919448ce68e130836fa971b0141]

        INTEGRATION: CWS jsc3 (1.8.14); FILE MERGED 2006/01/20 13:00:07 jsc 1.8.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [3998db49240053ae8a11d3a94ce43c5c70fa6054]

        INTEGRATION: CWS jsc3 (1.6.14); FILE MERGED 2006/01/20 13:00:06 jsc 1.6.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [4acd9b555eb26d915b94119b2d168d8179efc000]

        INTEGRATION: CWS jsc3 (1.10.14); FILE MERGED 2006/01/20 13:00:06 jsc 1.10.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [bf918d7c13d521089bda63c072d3002c05eb6f24]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:05 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [f3b23d3be60bdd8cbb7161a5e23fd87fe281167a]

        INTEGRATION: CWS jsc3 (1.5.14); FILE MERGED 2006/01/20 13:00:05 jsc 1.5.14.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [e4732e48fac5e5e0aaf49e56036e9b3bf25fda7c]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:04 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [0c3af4a28d9c4defd42f4952819a593cb4d0b721]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:03 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [b5d0eaea26bb03b071ea618b80dd62fcb2b8932a]

        INTEGRATION: CWS jsc3 (1.2.10); FILE MERGED 2006/02/17 16:00:03 jsc 1.2.10.2: #i56247# refactoring and cosmetics 2006/01/20 12:59:06 jsc 1.2.10.1: #i53950# refactor translateIdentifier to translateUnoToCppIdentifer

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [212bd1816a8aeeec209620dfe93c865471bbef49]

        INTEGRATION: CWS jsc3 (1.3.16); FILE MERGED 2006/01/20 13:00:02 jsc 1.3.16.1: #i56247# unify include guards

2006-03-15  Vladimir Glazounov  <vg@openoffice.org>  [efa0f03c91b0a40943fba63257271f1a4b6f0f4c]

        INTEGRATION: CWS jsc3 (1.2.10); FILE MERGED 2006/02/17 16:41:22 jsc 1.2.10.1: #i56247# refactor commonly used functions in static libs

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [54f81801d8e0d937499cdad88a3fd312bdf10aee]

        INTEGRATION: CWS skthes (1.1.2); FILE ADDED 2006/03/04 13:46:51 pjanik 1.1.2.1: #i41475#: Add Slovak thesaurus.

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [76d8304d809073e7291a514647d6c65752e38f64]

        INTEGRATION: CWS skthes (1.1.2); FILE ADDED 2006/03/04 13:46:50 pjanik 1.1.2.1: #i41475#: Add Slovak thesaurus.

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ece00981cee8cb2732868dcff3f0a8c5a7690848]

        INTEGRATION: CWS skthes (1.9.2); FILE MERGED 2006/03/04 13:43:09 pjanik 1.9.2.1: #i41475#: Build sk_SK directory.

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [abae5ecea68d99bfa0b3f55024f1647600c5d755]

        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>  [3a5f3404db8cb4d6269d6609c22bbb84ff2908df]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:39:35 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ad1455554b25ea76d079092234bb03258b9ff3ce]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:39:14 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c49687440262491ebc77127379e7dc27bc2de915]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:50:55 cn 1.1.2.2: #i57124# remove try...catch from getPropertyOrderIndex() 2006/01/30 13:41:05 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3127ada6737a39ceb0cfab5c75bde831ecf288a0]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:40:27 cn 1.1.2.3: #i57124# final version 2005/12/20 15:45:29 cn 1.1.2.2: #i54690# final version 2005/12/15 21:08:49 cn 1.1.2.1: #i57124# initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f6a4ee83bf594a46c95aa7eaf9b620ec88647522]

        INTEGRATION: CWS pbrwuno (1.4.4); FILE MERGED 2006/02/10 13:01:18 fs 1.4.4.3: #i10000# 2006/02/10 08:42:52 fs 1.4.4.2: RESYNC: (1.4-1.6); FILE MERGED 2006/01/30 13:44:48 cn 1.4.4.1: #i57124# new function 'createFloatingWindow()'

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [bd670debe4defb5722e9c6a52ea94d8a9e5c7548]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:35:08 cn 1.1.2.3: #i57124# documentation 2005/12/20 15:32:45 cn 1.1.2.2: #i57124# documentation 2005/12/15 20:56:11 cn 1.1.2.1: #i57124# initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d18b7a4308433518e1ef818da1d6edf637b2277d]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:36:23 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f2d2bb98e6483d3aaaab7123fc12d75e41c7a53e]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/14 15:28:46 fs 1.1.2.2: removed UnknownPropertyException from XObjectInspectorModel::getPropertyOrderIndex 2006/01/30 13:36:12 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [29f010af71ba552b228068f5a8f748a69a3d87b5]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:23:08 cn 1.1.2.2: #i57124 replacement for 'OPropertyBrowserController' 2005/12/20 15:59:00 cn 1.1.2.1: #i57124# initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [22b473a1c43d2696e519455895d85a374bea20dc]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:33:57 cn 1.1.2.1: #i57124 replacement for 'OPropertyBrowserController'

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [2b8218005176d79a5eb708224d7b7788b9275d52]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:34:21 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [78c1345876de7ae0edfab977f8f4b735e26f7800]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:34:11 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [29dc44e327c66d2f55c025f6943824efdfa65bda]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/30 13:31:31 cn 1.1.2.1: #i57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [01a7483219bfd0639c3645c4a1a0319be0bcbc89]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:34:01 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [577f61dd3b68c5685b093dfef7b733b3b7ca8206]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:33:51 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9d301352ace33cb24be9adfbea3368c734789baa]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:33:36 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [bb10fb6ee7bacbb9e37aed15cf4bc0493c7fabfd]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:33:20 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c8e6bc5e816b278307f5dc409ed4a6398961db78]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:33:10 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [94ec856945576a1f134ff78fe86b05055cebac3d]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:32:54 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [bfd653129a62ed753cd35bfffa7111e20d572084]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/15 07:32:39 cn 1.1.2.1: #57124# new initial version

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [6751b4c7345992601d4224c414e3529db9ed9aea]

        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>  [c37c18d88f4e81d5a39d703d771e961ad34187f0]

        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>  [c34d9eeb2ed745cb8d08f225a14e5f3d6aa68ae3]

        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>  [0677a563cd21a0762870289d1462f5496c150b92]

        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>  [0b4255dc5c2fc379d31c6405c25f6ea301a23f5c]

        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>  [e7fdddd88d8f91faea9f14083131c71b9357fa79]

        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>  [9f56e8f5561d386afaeac3f592cf661a5fdcee6e]

        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>  [54c3d2ef0a94c32c0001fbfb03f0e86f8b0247c8]

        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>  [52403389be09188a82f38de83a7ecf4e4c1ebe4e]

        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>  [9a3ec7b70b0784331350cde457354a8e8bd83939]

        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>  [45fe530d4ec65ecbe392abc0dbf9c2b174268ddf]

        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>  [df82b5326fcc682f4a95a369e266868378775d80]

        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>  [368ef10fae1e8745bc7f3575dcd28197b4dcbd49]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/11/02 11:43:48 fs 1.3.88.13: #i10000# exception specifications 2005/10/25 07:13:16 fs 1.3.88.12: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:11 fs 1.3.88.11: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:42 fs 1.3.88.10: #i53095# some cleanup of remaining TODOs 2005/10/13 13:01:12 fs 1.3.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:30:01 fs 1.3.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:16:22 fs 1.3.88.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:56 fs 1.3.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:36 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:09 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:16 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:48 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:10 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [8b285f5c28a81507e6e6f04b0bac21c732c0749f]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2006/03/13 07:35:15 fs 1.3.88.21: more help ids 2006/03/09 14:16:41 fs 1.3.88.20: Has*Button must be set, too, not only the images 2006/02/15 07:25:56 fs 1.3.88.19: don't access &(*foo.begin()) of empty STL containers 2005/11/02 12:17:22 fs 1.3.88.18: #i10000# exception specifications 2005/11/02 11:43:48 fs 1.3.88.17: #i10000# exception specifications 2005/10/25 07:13:16 fs 1.3.88.16: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:10 fs 1.3.88.15: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:40 fs 1.3.88.14: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:06 fs 1.3.88.13: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 09:48:45 fs 1.3.88.12: #i53095# make DateFields and TimeFields exchange their values as css.util.Date/Time 2005/10/17 08:58:21 fs 1.3.88.11: some mutex locking 2005/10/14 12:43:50 fs 1.3.88.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:12 fs 1.3.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:58 fs 1.3.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:16:07 fs 1.3.88.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:56 fs 1.3.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:36 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:08 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:16 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:48 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:09 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [70dc2ea58beca9ba12ea390547410c31559e9870]

        INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED 2005/10/17 13:19:05 fs 1.4.16.1: #i53095# proper listener administration: allow multiple listeners per handler

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [dbaaf530f22a1d6b66b25ec4d7132a2d7f97351d]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/10/17 13:19:05 fs 1.3.88.3: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/05 07:15:29 fs 1.3.88.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/09 14:00:09 fs 1.3.88.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [83d3bdf45b85da750657efc6d01661c158c5550e]

        INTEGRATION: CWS pbrwuno (1.3.294); FILE MERGED 2005/10/05 07:14:42 fs 1.3.294.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:56 fs 1.3.294.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 14:00:09 fs 1.3.294.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b6b0ccd0225e85a53464bd7046164e8d2f09e6f7]

        INTEGRATION: CWS pbrwuno (1.5.294); FILE MERGED 2005/10/05 07:14:31 fs 1.5.294.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/05 07:41:55 fs 1.5.294.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 14:00:09 fs 1.5.294.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cc38a9a2f0380137515371f90422e98569a60a3d]

        INTEGRATION: CWS pbrwuno (1.6.2); FILE MERGED 2005/10/24 08:42:10 fs 1.6.2.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3f12cffaf26658510d635de7a19002812ef41883]

        INTEGRATION: CWS pbrwuno (1.5.16); FILE MERGED 2005/10/24 08:42:09 fs 1.5.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7fb24653a55a5f680a9955dec58b25990bdcdb28]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/11/02 11:43:47 fs 1.3.88.15: #i10000# exception specifications 2005/10/25 07:13:16 fs 1.3.88.14: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:08 fs 1.3.88.13: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 08:48:44 fs 1.3.88.12: protect agains multiple inspection (more precise: properly deal with it) 2005/10/17 14:09:40 fs 1.3.88.11: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:04 fs 1.3.88.10: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/13 13:01:12 fs 1.3.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:55 fs 1.3.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:12:49 fs 1.3.88.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:55 fs 1.3.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:36 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:07 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:16 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:48 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:08 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cd5b956817d0a6585d44f50857d690e9dc58145e]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2006/03/10 11:32:29 fs 1.3.88.19: help ids 2006/03/10 09:43:46 fs 1.3.88.18: proper enum types 2006/02/15 07:25:55 fs 1.3.88.17: don't access &(*foo.begin()) of empty STL containers 2005/11/02 11:43:47 fs 1.3.88.16: #i10000# exception specifications 2005/10/25 07:13:15 fs 1.3.88.15: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/19 08:48:43 fs 1.3.88.14: protect agains multiple inspection (more precise: properly deal with it) 2005/10/17 14:09:39 fs 1.3.88.13: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:03 fs 1.3.88.12: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 08:58:20 fs 1.3.88.11: some mutex locking 2005/10/14 12:43:50 fs 1.3.88.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:11 fs 1.3.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:53 fs 1.3.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:12:16 fs 1.3.88.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:55 fs 1.3.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:35 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:07 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:16 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:48 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:08 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e12de8651253ef944bdf3e9c65ec5aad2928a7c4]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/12/19 12:22:19 fs 1.3.88.6: #i53095# also allow for BYTE sequences 2005/10/24 08:42:07 fs 1.3.88.5: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 12:20:20 fs 1.3.88.4: make StringListField exchange a sequence< string > 2005/10/05 07:11:39 fs 1.3.88.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 12:44:35 fs 1.3.88.2: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/09 14:00:08 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [50eb218c74ad3d72bcd94bd28ecadeb8f185dde4]

        INTEGRATION: CWS pbrwuno (1.5.158); FILE MERGED 2006/02/10 11:52:35 fs 1.5.158.10: NullPointerException is unusual at addFooListener methods 2005/12/20 10:54:54 fs 1.5.158.9: #i53095# new control type for editing hyperlinks 2005/10/19 07:48:06 fs 1.5.158.8: #i53095# knitting some loose ends 2005/10/17 12:20:19 fs 1.5.158.7: make StringListField exchange a sequence< string > 2005/10/17 10:28:01 fs 1.5.158.6: #i53095# make numeric field exchange its values as double 2005/10/17 07:17:06 fs 1.5.158.5: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:49 fs 1.5.158.4: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 07:10:54 fs 1.5.158.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/05 07:41:55 fs 1.5.158.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 14:00:07 fs 1.5.158.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [698af54e8ab23bc6b7c65b012abfab75b0c6bb8e]

        INTEGRATION: CWS pbrwuno (1.17.36); FILE MERGED 2006/02/13 07:28:41 fs 1.17.36.17: #i10000# 2006/02/10 11:51:46 fs 1.17.36.16: NullPointerException is unusual at addFooListener methods 2006/02/10 08:32:14 fs 1.17.36.15: RESYNC: (1.18-1.19); FILE MERGED 2005/12/20 10:54:54 fs 1.17.36.14: #i53095# new control type for editing hyperlinks 2005/12/19 12:23:15 fs 1.17.36.13: #i53095# don't produce an trailing empty line in multi line edits 2005/12/16 15:29:58 fs 1.17.36.12: ImplCalcLongValue: care for overflow 2005/10/26 14:03:33 fs 1.17.36.11: some cleanups for finalizing #i53095# 2005/10/24 08:42:07 fs 1.17.36.10: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 07:48:06 fs 1.17.36.9: #i53095# knitting some loose ends 2005/10/17 12:20:18 fs 1.17.36.8: make StringListField exchange a sequence< string > 2005/10/17 10:28:00 fs 1.17.36.7: #i53095# make numeric field exchange its values as double 2005/10/17 09:48:42 fs 1.17.36.6: #i53095# make DateFields and TimeFields exchange their values as css.util.Date/Time 2005/10/17 07:17:05 fs 1.17.36.5: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:49 fs 1.17.36.4: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 07:10:42 fs 1.17.36.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/05 07:41:54 fs 1.17.36.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 14:00:07 fs 1.17.36.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9f0c0cd510f6114acd2896104dc86028a81988de]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/13 13:01:11 fs 1.1.2.3: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:51 fs 1.1.2.2: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/08/12 16:30:15 fs 1.1.2.1: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5e86ffd3d3e4aef3b09ffeb8a6c6a727c824d104]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 08:42:06 fs 1.1.2.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:11 fs 1.1.2.2: #i53095# introduce an XObjectInspector/Model 2005/08/12 16:30:15 fs 1.1.2.1: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c18d5bbb1163419a8dc131e0be2511b4790b6f30]

        INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED 2005/10/24 08:42:05 fs 1.4.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [79aebcf7da684ccad4ac146e3fbc7a6a5e35e2a1]

        INTEGRATION: CWS pbrwuno (1.5.16); FILE MERGED 2005/10/24 08:42:04 fs 1.5.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a938bdb3dcae4339bcfc74f8cb3ca8646bd24ccf]

        INTEGRATION: CWS pbrwuno (1.2.16); FILE MERGED 2005/11/01 12:22:08 fs 1.2.16.1: remove history logs

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3688c0383e282dfa398e53798bead86a233fa41d]

        INTEGRATION: CWS pbrwuno (1.3.158); FILE MERGED 2005/10/11 13:29:49 fs 1.3.158.5: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:08:20 fs 1.3.158.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:54 fs 1.3.158.3: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/10 15:41:48 fs 1.3.158.2: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:07 fs 1.3.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [0aa84224eafa27390a89aa3f5bb3daad85b36f5c]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:18:12 fs 1.1.2.1: helper class for translating XPropertyChangeListener events

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [121af9c749ace1403e0990d1cf81ea5345e46ea9]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:18:11 fs 1.1.2.1: helper class for translating XPropertyChangeListener events

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [47d7c5fa05c3431aab727083f4cea11d3bb5ffbf]

        INTEGRATION: CWS pbrwuno (1.5.294); FILE MERGED 2005/10/05 07:08:08 fs 1.5.294.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/09 14:00:07 fs 1.5.294.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5ad884ff44b882e1f66dc9a91687f722f24b5786]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/11/02 12:17:21 fs 1.3.88.18: #i10000# exception specifications 2005/11/02 11:43:46 fs 1.3.88.17: #i10000# exception specifications 2005/10/31 13:45:59 fs 1.3.88.16: some cleanup 2005/10/25 07:13:15 fs 1.3.88.15: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:04 fs 1.3.88.14: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:38 fs 1.3.88.13: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:03 fs 1.3.88.12: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 08:58:20 fs 1.3.88.11: some mutex locking 2005/10/14 12:43:48 fs 1.3.88.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:10 fs 1.3.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:47 fs 1.3.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:07:58 fs 1.3.88.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:54 fs 1.3.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:35 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:06 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:15 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:47 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:06 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [1f71caef1e9d64cfc2355e7345359c4ac51b1e2b]

        INTEGRATION: CWS pbrwuno (1.4.88); FILE MERGED 2006/03/08 10:13:18 fs 1.4.88.21: describePropertyLine: always set a help id 2005/11/02 12:17:21 fs 1.4.88.20: #i10000# exception specifications 2005/11/02 11:43:45 fs 1.4.88.19: #i10000# exception specifications 2005/10/31 13:45:59 fs 1.4.88.18: some cleanup 2005/10/25 07:13:15 fs 1.4.88.17: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:03 fs 1.4.88.16: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 07:48:06 fs 1.4.88.15: #i53095# knitting some loose ends 2005/10/17 14:19:01 fs 1.4.88.14: #i53095# some cleanup of remaining TODOs 2005/10/17 14:09:37 fs 1.4.88.13: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:02 fs 1.4.88.12: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 08:58:19 fs 1.4.88.11: some mutex locking 2005/10/14 12:43:48 fs 1.4.88.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:10 fs 1.4.88.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:44 fs 1.4.88.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:07:45 fs 1.4.88.7: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 07:41:54 fs 1.4.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:34 fs 1.4.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:05 fs 1.4.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:15 fs 1.4.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:47 fs 1.4.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:06 fs 1.4.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [01635cdb82229adac4c7afc8267d8c28b2c3bc2e]

        INTEGRATION: CWS pbrwuno (1.10.158); FILE MERGED 2005/10/05 07:07:28 fs 1.10.158.5: RESYNC: (1.10-1.11); FILE MERGED 2005/09/05 07:41:54 fs 1.10.158.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:34 fs 1.10.158.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:14 fs 1.10.158.2: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/09 14:00:06 fs 1.10.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7f0ccd910a42e91f6eda6ab95f68ce6356d71a64]

        INTEGRATION: CWS pbrwuno (1.14.158); FILE MERGED 2005/12/19 12:21:59 fs 1.14.158.7: #i53095# InsertEntry: assert if the page is invalid 2005/10/31 13:45:59 fs 1.14.158.6: some cleanup 2005/10/05 07:07:14 fs 1.14.158.5: RESYNC: (1.14-1.15); FILE MERGED 2005/09/05 07:41:53 fs 1.14.158.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:34 fs 1.14.158.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:14 fs 1.14.158.2: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/09 14:00:05 fs 1.14.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cadea1175c712a30ab157ad20280ff9dfe79fa17]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/11/02 12:17:20 fs 1.3.88.13: #i10000# exception specifications 2005/11/02 11:43:45 fs 1.3.88.12: #i10000# exception specifications 2005/10/31 11:13:08 fs 1.3.88.11: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/25 07:13:14 fs 1.3.88.10: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 14:09:36 fs 1.3.88.9: #i53095# some cleanup of remaining TODOs 2005/10/13 13:01:09 fs 1.3.88.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:42 fs 1.3.88.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:07:01 fs 1.3.88.6: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:53 fs 1.3.88.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:34 fs 1.3.88.4: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:14 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:47 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:05 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [69e3b64bbdf6a692236d1be1c298a62235840944]

        INTEGRATION: CWS pbrwuno (1.4.88); FILE MERGED 2006/03/09 14:14:29 fs 1.4.88.15: #i62967# no UnknownPropertyExceptions at the XObjectInspectorUI anymore 2005/11/02 12:17:19 fs 1.4.88.14: #i10000# exception specifications 2005/11/02 11:43:44 fs 1.4.88.13: #i10000# exception specifications 2005/10/31 11:13:08 fs 1.4.88.12: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/25 07:13:14 fs 1.4.88.11: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 14:09:35 fs 1.4.88.10: #i53095# some cleanup of remaining TODOs 2005/10/17 08:58:18 fs 1.4.88.9: some mutex locking 2005/10/13 13:01:09 fs 1.4.88.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:39 fs 1.4.88.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:06:45 fs 1.4.88.6: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 07:41:53 fs 1.4.88.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:33 fs 1.4.88.4: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:14 fs 1.4.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:47 fs 1.4.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:05 fs 1.4.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [879473de578e3221fc50321c71bf1bfb70dd3947]

        INTEGRATION: CWS pbrwuno (1.27.38); FILE MERGED 2006/03/09 14:14:29 fs 1.27.38.23: #i62967# no UnknownPropertyExceptions at the XObjectInspectorUI anymore 2005/12/19 12:21:17 fs 1.27.38.22: #i53095# allow for the model's category description sequence to be empty - in this case, have a default fallback with using the property-handler-provided categories 2005/10/31 13:45:58 fs 1.27.38.21: some cleanup 2005/10/31 11:13:07 fs 1.27.38.20: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/26 14:03:33 fs 1.27.38.19: some cleanups for finalizing #i53095# 2005/10/25 11:52:44 fs 1.27.38.18: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/24 08:42:02 fs 1.27.38.17: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:19:01 fs 1.27.38.16: #i53095# some cleanup of remaining TODOs 2005/10/17 14:09:34 fs 1.27.38.15: #i53095# some cleanup of remaining TODOs 2005/10/17 08:17:02 fs 1.27.38.14: #i53095# 2005/10/14 12:43:47 fs 1.27.38.13: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 10:48:03 fs 1.27.38.12: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 09:37:22 fs 1.27.38.11: #i53095# let the ObjectInspectorModel provide relative property ordering 2005/10/14 08:40:43 fs 1.27.38.10: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:01:09 fs 1.27.38.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:36 fs 1.27.38.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:06:34 fs 1.27.38.7: RESYNC: (1.27-1.29); FILE MERGED 2005/09/05 07:41:53 fs 1.27.38.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:33 fs 1.27.38.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:04 fs 1.27.38.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:13 fs 1.27.38.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:47 fs 1.27.38.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:04 fs 1.27.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f6cc696bc7f337b2a4b9cbfa59c74c68d37a78f2]

        INTEGRATION: CWS pbrwuno (1.28.38); FILE MERGED 2006/03/09 14:31:15 fs 1.28.38.33: #i10000# 2006/03/09 14:14:29 fs 1.28.38.32: #i62967# no UnknownPropertyExceptions at the XObjectInspectorUI anymore 2006/02/15 08:08:49 fs 1.28.38.31: properly remember/restore last selected page 2006/02/13 07:33:02 fs 1.28.38.30: #i10000# 2006/01/18 09:55:30 fs 1.28.38.29: implementation name of the PropertyBrowserController changed to ObjectInspector for better clarity 2005/12/20 10:54:43 fs 1.28.38.28: #i53095# new control type for editing hyperlinks 2005/12/19 12:21:17 fs 1.28.38.27: #i53095# allow for the model's category description sequence to be empty - in this case, have a default fallback with using the property-handler-provided categories 2005/12/19 08:18:34 fs 1.28.38.26: dtor: acquire myself before doing anything else 2005/12/16 15:29:16 fs 1.28.38.25: activate first page only if there is one 2005/10/31 13:45:57 fs 1.28.38.24: some cleanup 2005/10/31 11:13:07 fs 1.28.38.23: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/26 14:03:33 fs 1.28.38.22: some cleanups for finalizing #i53095# 2005/10/25 11:52:43 fs 1.28.38.21: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:14 fs 1.28.38.20: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:01 fs 1.28.38.19: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:19:00 fs 1.28.38.18: #i53095# some cleanup of remaining TODOs 2005/10/17 14:09:33 fs 1.28.38.17: #i53095# some cleanup of remaining TODOs 2005/10/17 12:20:17 fs 1.28.38.16: make StringListField exchange a sequence< string > 2005/10/17 08:58:18 fs 1.28.38.15: some mutex locking 2005/10/17 08:17:01 fs 1.28.38.14: #i53095# 2005/10/14 12:43:47 fs 1.28.38.13: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 10:48:02 fs 1.28.38.12: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 09:37:21 fs 1.28.38.11: #i53095# let the ObjectInspectorModel provide relative property ordering 2005/10/14 08:40:43 fs 1.28.38.10: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:01:08 fs 1.28.38.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:33 fs 1.28.38.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:06:23 fs 1.28.38.7: RESYNC: (1.28-1.29); FILE MERGED 2005/09/05 07:41:52 fs 1.28.38.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:33 fs 1.28.38.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:04 fs 1.28.38.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:13 fs 1.28.38.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:46 fs 1.28.38.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:04 fs 1.28.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3227618bd6e32fa1370cc2e78dcc7016eb522dd7]

        INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED 2005/10/24 08:42:00 fs 1.3.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5f7e1d934e88e5cba579f271890baaca73da5bc3]

        INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED 2005/10/25 07:13:13 fs 1.4.16.3: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:42:00 fs 1.4.16.2: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:08 fs 1.4.16.1: #i53095# introduce an XObjectInspector/Model

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [71f49f2d12da49a480776a52aac0490f5b31ac12]

        INTEGRATION: CWS pbrwuno (1.6.16); FILE MERGED 2005/10/13 13:01:07 fs 1.6.16.1: #i53095# introduce an XObjectInspector/Model

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [93f416f6cb5c36fdb3331fd1706c5c52b11becc9]

        INTEGRATION: CWS pbrwuno (1.5.16); FILE MERGED 2006/03/10 09:43:34 fs 1.5.16.5: #i63001# also create reg info for SubmissionPropertyHandler 2005/12/19 12:21:42 fs 1.5.16.4: #i53095# +ObjectInspectorModel 2005/10/25 07:13:13 fs 1.5.16.3: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:59 fs 1.5.16.2: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:07 fs 1.5.16.1: #i53095# introduce an XObjectInspector/Model

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b1291358b65925167cc06870f7a0f02e0b1d9f99]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 08:41:58 fs 1.1.2.4: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:18:59 fs 1.1.2.3: #i53095# some cleanup of remaining TODOs 2005/10/13 13:01:07 fs 1.1.2.2: #i53095# introduce an XObjectInspector/Model 2005/08/18 12:44:33 fs 1.1.2.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b26a04ce79ad4894d67284c46747d57ecf48bd6a]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 08:41:58 fs 1.1.2.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:06 fs 1.1.2.2: #i53095# introduce an XObjectInspector/Model 2005/08/18 12:44:32 fs 1.1.2.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [1b362a9304634769d2c7f37ec4fc1091cc3f8dfa]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/13 13:01:06 fs 1.1.2.2: #i53095# introduce an XObjectInspector/Model 2005/08/18 12:44:32 fs 1.1.2.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e2d34ad6e928bdb1806dfda0e82d5b744f6d9553]

        INTEGRATION: CWS pbrwuno (1.3.158); FILE MERGED 2005/11/02 12:17:18 fs 1.3.158.14: #i10000# exception specifications 2005/10/26 14:03:33 fs 1.3.158.13: some cleanups for finalizing #i53095# 2005/10/25 11:52:43 fs 1.3.158.12: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:13 fs 1.3.158.11: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 10:28:00 fs 1.3.158.10: #i53095# make numeric field exchange its values as double 2005/10/17 07:17:05 fs 1.3.158.9: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:46 fs 1.3.158.8: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 08:40:43 fs 1.3.158.7: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:01:06 fs 1.3.158.6: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:28 fs 1.3.158.5: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 07:03:51 fs 1.3.158.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:52 fs 1.3.158.3: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:55 fs 1.3.158.2: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/18 12:44:32 fs 1.3.158.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [38c506808f95f5282e53aa65891fea2637acd011]

        INTEGRATION: CWS pbrwuno (1.2.490); FILE MERGED 2006/03/07 09:57:08 fs 1.2.490.6: correct :getHelpId 2005/10/17 10:27:59 fs 1.2.490.5: #i53095# make numeric field exchange its values as double 2005/10/17 07:17:04 fs 1.2.490.4: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:46 fs 1.2.490.3: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 07:03:31 fs 1.2.490.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/05 07:41:52 fs 1.2.490.1: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous.

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [049c4c9ab4448f2d4ec309c66a0e530a00b9e3e4]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/18 09:55:29 fs 1.1.2.3: implementation name of the PropertyBrowserController changed to ObjectInspector for better clarity 2005/12/19 12:20:26 fs 1.1.2.2: #i53095# +ObjectInspectorModel 2005/12/12 11:06:24 fs 1.1.2.1: #i57124# component description for PCR library

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [81b2fb95d0cef591f24aede7599ab757e426aa08]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/18 11:15:38 fs 1.1.2.3: no UnkwnonPropertyException in getPropertyOrderIndex, to ease implementations of this interface 2006/01/18 10:16:12 fs 1.1.2.2: no UnkwnonPropertyException in getPropertyOrderIndex, to ease implementations of this interface 2005/12/19 12:19:14 fs 1.1.2.1: a generic ObjectInspectorModel

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a600d4ab542d14176ab54b1c0f4893d82c588d3e]

        INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED 2005/10/24 08:41:57 fs 1.3.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f1d0ef2ed3722d72e1dc75ef941888d2f17f0564]

        INTEGRATION: CWS pbrwuno (1.5.16); FILE MERGED 2005/10/24 08:41:57 fs 1.5.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9fc8135767d7f50bfc229d987470675e667e5531]

        INTEGRATION: CWS pbrwuno (1.6.16); FILE MERGED 2005/10/24 08:41:56 fs 1.6.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [72dd88cda5b4e4cc73ef6954dda68d3cdc1d304f]

        INTEGRATION: CWS pbrwuno (1.15.52); FILE MERGED 2005/12/19 12:20:10 fs 1.15.52.10: #i53095# +objectinspectormodel 2005/10/25 07:13:12 fs 1.15.52.9: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:55 fs 1.15.52.8: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:05 fs 1.15.52.7: #i53095# introduce an XObjectInspector/Model 2005/10/05 07:01:17 fs 1.15.52.6: RESYNC: (1.15-1.16); FILE MERGED 2005/09/26 09:06:16 fs 1.15.52.5: #i10000# some rearrangements 2005/09/05 07:41:52 fs 1.15.52.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:31 fs 1.15.52.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:12 fs 1.15.52.2: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/09 14:00:04 fs 1.15.52.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f05f0cd2a5d4fd2d2df581d029dcb3cd53c55d93]

        INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED 2005/10/24 08:41:55 fs 1.3.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d02d479bf3681198a432e23b20043dd16f36bf12]

        INTEGRATION: CWS pbrwuno (1.6.158); FILE MERGED 2005/10/19 07:48:05 fs 1.6.158.6: #i53095# knitting some loose ends 2005/10/14 12:43:46 fs 1.6.158.5: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/11 13:29:26 fs 1.6.158.4: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:59:46 fs 1.6.158.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 07:41:52 fs 1.6.158.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 14:00:03 fs 1.6.158.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c9da02e7590e1b833a6c6a073097d639a70d11e9]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/17 13:19:02 fs 1.1.2.7: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/13 13:01:05 fs 1.1.2.6: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:25 fs 1.1.2.5: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:51 fs 1.1.2.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:31 fs 1.1.2.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/10 15:41:46 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:03 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [03d2da9007c6dd4ea725655398fb79f32dfc8607]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 08:41:54 fs 1.1.2.9: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 13:19:01 fs 1.1.2.8: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/14 12:43:46 fs 1.1.2.7: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:04 fs 1.1.2.6: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:24 fs 1.1.2.5: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:51 fs 1.1.2.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:31 fs 1.1.2.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/10 15:41:46 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:03 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [586e13d7fd03fa013ebc9f2bd930b1ec474ebd34]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/19 12:19:52 fs 1.1.2.14: #i53095# extended implementation to work with an XIntrospectionAccess component 2005/11/02 12:17:17 fs 1.1.2.13: #i10000# exception specifications 2005/11/02 11:43:43 fs 1.1.2.12: #i10000# exception specifications 2005/10/25 12:09:28 fs 1.1.2.11: #i53095# cache the enum converters 2005/10/25 07:13:12 fs 1.1.2.10: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:53 fs 1.1.2.9: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:32 fs 1.1.2.8: #i53095# some cleanup of remaining TODOs 2005/10/13 13:01:04 fs 1.1.2.7: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:22 fs 1.1.2.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:51 fs 1.1.2.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:31 fs 1.1.2.4: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:12 fs 1.1.2.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:46 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:02 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [55fd4e5c1ecd2f2a913d1e451a6e4ed43511dcfd]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/20 10:54:23 fs 1.1.2.17: #i53095# special handling for URL properties: use a hyperlink control 2005/12/19 12:19:52 fs 1.1.2.16: #i53095# extended implementation to work with an XIntrospectionAccess component 2005/11/02 12:17:17 fs 1.1.2.15: #i10000# exception specifications 2005/11/02 11:43:43 fs 1.1.2.14: #i10000# exception specifications 2005/10/25 12:09:28 fs 1.1.2.13: #i53095# cache the enum converters 2005/10/25 07:13:12 fs 1.1.2.12: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 14:09:30 fs 1.1.2.11: #i53095# some cleanup of remaining TODOs 2005/10/17 08:58:17 fs 1.1.2.10: some mutex locking 2005/10/14 12:43:45 fs 1.1.2.9: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:04 fs 1.1.2.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:20 fs 1.1.2.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:51 fs 1.1.2.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:30 fs 1.1.2.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:03 fs 1.1.2.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:12 fs 1.1.2.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:46 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 14:00:02 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [dbcf9ac39e512b887bc64b8f769e2dfe9ddf5bbd]

        INTEGRATION: CWS pbrwuno (1.29.38); FILE MERGED 2005/10/26 14:03:32 fs 1.29.38.4: some cleanups for finalizing #i53095# 2005/10/13 13:01:03 fs 1.29.38.3: #i53095# introduce an XObjectInspector/Model 2005/10/05 06:59:28 fs 1.29.38.2: RESYNC: (1.29-1.30); FILE MERGED 2005/08/09 14:00:01 fs 1.29.38.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c800bcf44ee5c84bbc84be020aa7e6bdeff0a3cd]

        INTEGRATION: CWS pbrwuno (1.26.38); FILE MERGED 2005/10/24 08:41:52 fs 1.26.38.7: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/11 13:29:18 fs 1.26.38.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:58:14 fs 1.26.38.5: RESYNC: (1.26-1.27); FILE MERGED 2005/09/05 07:41:51 fs 1.26.38.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:30 fs 1.26.38.3: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/12 16:30:12 fs 1.26.38.2: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/09 14:00:01 fs 1.26.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b382056dc3ca863c860dbe941013f12e288bc649]

        INTEGRATION: CWS pbrwuno (1.33.38); FILE MERGED 2005/10/31 11:13:06 fs 1.33.38.7: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/24 08:41:52 fs 1.33.38.6: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/11 13:29:16 fs 1.33.38.5: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:58:01 fs 1.33.38.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/05 07:41:50 fs 1.33.38.3: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:30 fs 1.33.38.2: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/09 14:00:00 fs 1.33.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a3a008c40d685e03a3708f9f15fac5eb425f559b]

        INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED 2005/11/01 12:22:07 fs 1.3.16.1: remove history logs

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c9090b5fcc4065a896265c10acd30351cb575802]

        INTEGRATION: CWS pbrwuno (1.4.96); FILE MERGED 2005/10/24 08:41:51 fs 1.4.96.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/05 06:56:33 fs 1.4.96.2: RESYNC: (1.4-1.6); FILE MERGED 2005/08/09 14:00:00 fs 1.4.96.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cc1c7011d195cb2844cf5bcdc984aaac4e4e5fd2]

        INTEGRATION: CWS pbrwuno (1.14.206); FILE MERGED 2005/10/17 14:09:27 fs 1.14.206.3: #i53095# some cleanup of remaining TODOs 2005/10/05 06:56:21 fs 1.14.206.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/18 12:44:29 fs 1.14.206.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [22a46072d389cd50e250d689a5ab1331efeee0a1]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/24 08:41:50 fs 1.1.2.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/14 10:48:02 fs 1.1.2.2: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/13 13:00:30 fs 1.1.2.1: #i53095# (slightly) specialized version of the ObjectInspector which does the legacy implementation of css.form.PropertyBrowserController

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [78f5e4cfcbfc0305f5508b6220c43430fb31367e]

        INTEGRATION: CWS pbrwuno (1.85.88); FILE MERGED 2006/02/10 08:30:34 fs 1.85.88.14: RESYNC: (1.87-1.88); FILE MERGED 2005/11/01 11:09:46 fs 1.85.88.13: RESYNC: (1.85-1.87); FILE MERGED 2005/10/26 14:49:35 fs 1.85.88.12: #i53095# 2005/10/25 07:13:11 fs 1.85.88.11: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:49 fs 1.85.88.10: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:22 fs 1.85.88.9: #i53095# some cleanup of remaining TODOs 2005/10/14 10:48:00 fs 1.85.88.8: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/13 13:00:29 fs 1.85.88.7: #i53095# (slightly) specialized version of the ObjectInspector which does the legacy implementation of css.form.PropertyBrowserController 2005/09/05 07:41:50 fs 1.85.88.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:29 fs 1.85.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:02 fs 1.85.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:11 fs 1.85.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:45 fs 1.85.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:59 fs 1.85.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b14f632a9b3563b2ccffeb45c6a2edfdf427b135]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/03/09 13:22:52 fs 1.1.2.15: #i62965# release own mutex before executing a modal dialog 2005/11/02 11:43:42 fs 1.1.2.14: #i10000# exception specifications 2005/10/31 13:45:57 fs 1.1.2.13: some cleanup 2005/10/25 07:13:10 fs 1.1.2.12: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:48 fs 1.1.2.11: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:21 fs 1.1.2.10: #i53095# some cleanup of remaining TODOs 2005/10/14 12:43:45 fs 1.1.2.9: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:03 fs 1.1.2.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:15 fs 1.1.2.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:49 fs 1.1.2.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:28 fs 1.1.2.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:01 fs 1.1.2.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:11 fs 1.1.2.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:45 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:59 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c926f0b43c800aad168e0ca1669fa8f2c02a5dd9]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/03/09 13:22:52 fs 1.1.2.33: #i62965# release own mutex before executing a modal dialog 2006/03/08 10:12:20 fs 1.1.2.32: varname typo 2006/03/07 20:01:33 fs 1.1.2.31: properly en/disable TARGET_FRAME, also for forms 2006/02/15 07:25:53 fs 1.1.2.30: don't access &(*foo.begin()) of empty STL containers 2006/02/10 07:53:48 fs 1.1.2.29: manual RESYNC to m156 2005/11/02 12:17:16 fs 1.1.2.28: #i10000# exception specifications 2005/11/02 11:43:42 fs 1.1.2.27: #i10000# exception specifications 2005/10/31 13:45:57 fs 1.1.2.26: some cleanup 2005/10/26 14:49:34 fs 1.1.2.25: #i53095# 2005/10/26 14:03:32 fs 1.1.2.24: some cleanups for finalizing #i53095# 2005/10/25 12:23:00 fs 1.1.2.23: misc cleanup 2005/10/25 11:52:41 fs 1.1.2.22: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:10 fs 1.1.2.21: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:47 fs 1.1.2.20: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:19 fs 1.1.2.19: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:00 fs 1.1.2.18: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 10:27:59 fs 1.1.2.17: #i53095# make numeric field exchange its values as double 2005/10/17 09:48:36 fs 1.1.2.16: #i53095# make DateFields and TimeFields exchange their values as css.util.Date/Time 2005/10/17 08:58:17 fs 1.1.2.15: some mutex locking 2005/10/17 08:38:37 fs 1.1.2.14: implement auto-firing for ComposedUIUpdate 2005/10/17 08:17:00 fs 1.1.2.13: #i53095# 2005/10/17 07:17:03 fs 1.1.2.12: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 12:43:45 fs 1.1.2.11: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 08:40:43 fs 1.1.2.10: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:01:02 fs 1.1.2.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:13 fs 1.1.2.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/07 12:25:14 fs 1.1.2.7: #i53095# also set the HasFooButton properties at the descriptor 2005/09/05 07:41:49 fs 1.1.2.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:28 fs 1.1.2.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:39:00 fs 1.1.2.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:10 fs 1.1.2.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:44 fs 1.1.2.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:59 fs 1.1.2.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [932f8ba410963216dea0f86411cf1ac8420657c5]

        INTEGRATION: CWS pbrwuno (1.3.158); FILE MERGED 2005/10/31 11:13:06 fs 1.3.158.3: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/05 06:56:08 fs 1.3.158.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/09 13:59:58 fs 1.3.158.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d312bfc779d7c17d65ace5e0ea3457a5e4b4d697]

        INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED 2005/10/24 08:41:47 fs 1.4.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [14a2505e872d956e010be8cdafc7359027cfa8fb]

        INTEGRATION: CWS pbrwuno (1.10.266); FILE MERGED 2005/10/24 08:41:46 fs 1.10.266.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/05 06:54:49 fs 1.10.266.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/10 15:41:44 fs 1.10.266.1: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [132231c58dcb71fb9363fb9b7edc07a0b81c8d6b]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/11/02 12:17:15 fs 1.1.2.10: #i10000# exception specifications 2005/11/02 11:43:41 fs 1.1.2.9: #i10000# exception specifications 2005/10/25 07:13:10 fs 1.1.2.8: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:45 fs 1.1.2.7: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:18 fs 1.1.2.6: #i53095# some cleanup of remaining TODOs 2005/10/17 13:19:00 fs 1.1.2.5: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/13 13:01:02 fs 1.1.2.4: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:11 fs 1.1.2.3: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:49 fs 1.1.2.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:28 fs 1.1.2.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [876ed1d35736e26548c15c15da9a82e6db613f2a]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/11/02 11:43:40 fs 1.1.2.15: #i10000# exception specifications 2005/10/31 11:13:06 fs 1.1.2.14: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/25 07:13:09 fs 1.1.2.13: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:45 fs 1.1.2.12: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:16 fs 1.1.2.11: #i53095# some cleanup of remaining TODOs 2005/10/17 13:18:59 fs 1.1.2.10: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 08:58:16 fs 1.1.2.9: some mutex locking 2005/10/14 12:43:45 fs 1.1.2.8: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 09:37:21 fs 1.1.2.7: #i53095# let the ObjectInspectorModel provide relative property ordering 2005/10/14 08:40:35 fs 1.1.2.6: typo in interface name 2005/10/13 13:01:02 fs 1.1.2.5: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:09 fs 1.1.2.4: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/07 12:25:15 fs 1.1.2.3: #i53095# also set the HasFooButton properties at the descriptor 2005/09/05 07:41:48 fs 1.1.2.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:28 fs 1.1.2.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d8c859ba51c0ae4bf62dd5cf1d49ef88441efdc0]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/13 13:01:01 fs 1.1.2.4: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:07 fs 1.1.2.3: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/09/05 07:41:48 fs 1.1.2.2: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/09 13:59:58 fs 1.1.2.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [dd6d5fcddf6d6e75a77478a224c6cf94e757f907]

        INTEGRATION: CWS pbrwuno (1.4.38); FILE MERGED 2005/11/02 11:43:40 fs 1.4.38.13: #i10000# exception specifications 2005/10/25 07:13:09 fs 1.4.38.12: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:44 fs 1.4.38.11: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 14:09:15 fs 1.4.38.10: #i53095# some cleanup of remaining TODOs 2005/10/13 13:01:01 fs 1.4.38.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:05 fs 1.4.38.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:54:38 fs 1.4.38.7: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 07:41:48 fs 1.4.38.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:27 fs 1.4.38.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:59 fs 1.4.38.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:10 fs 1.4.38.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:44 fs 1.4.38.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:57 fs 1.4.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d0b8efb3cc2a53803ac8888bd8da6f58ccee1c0e]

        INTEGRATION: CWS pbrwuno (1.4.38); FILE MERGED 2006/03/13 07:35:14 fs 1.4.38.17: more help ids 2006/02/15 07:25:53 fs 1.4.38.16: don't access &(*foo.begin()) of empty STL containers 2005/11/02 11:43:39 fs 1.4.38.15: #i10000# exception specifications 2005/10/25 07:13:09 fs 1.4.38.14: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 14:09:13 fs 1.4.38.13: #i53095# some cleanup of remaining TODOs 2005/10/17 13:18:58 fs 1.4.38.12: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/17 08:58:16 fs 1.4.38.11: some mutex locking 2005/10/14 12:43:44 fs 1.4.38.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/13 13:01:01 fs 1.4.38.9: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:03 fs 1.4.38.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:54:27 fs 1.4.38.7: RESYNC: (1.4-1.5); FILE MERGED 2005/09/05 07:41:48 fs 1.4.38.6: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/18 12:44:27 fs 1.4.38.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:59 fs 1.4.38.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:10 fs 1.4.38.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:44 fs 1.4.38.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:57 fs 1.4.38.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [0af8c282d5387c3e7ac9e96b1294f24ab8b6ce8e]

        INTEGRATION: CWS pbrwuno (1.3.38); FILE MERGED 2005/10/25 07:13:08 fs 1.3.38.4: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 13:18:58 fs 1.3.38.3: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/05 06:54:04 fs 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/09 13:59:57 fs 1.3.38.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [bd0585d094f42da7bdd682f24f071e495c3defc0]

        INTEGRATION: CWS pbrwuno (1.3.38); FILE MERGED 2005/10/31 11:13:05 fs 1.3.38.6: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/25 07:13:08 fs 1.3.38.5: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:43 fs 1.3.38.4: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 13:18:57 fs 1.3.38.3: #i53095# proper listener administration: allow multiple listeners per handler 2005/10/05 06:53:53 fs 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/09 13:59:57 fs 1.3.38.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [54264b34c5ff6d934e2bb3e55e1420925f411087]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2005/11/02 11:43:39 fs 1.3.88.11: #i10000# exception specifications 2005/10/25 07:13:08 fs 1.3.88.10: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:43 fs 1.3.88.9: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:01:00 fs 1.3.88.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:29:01 fs 1.3.88.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:53:41 fs 1.3.88.6: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 12:44:27 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:58 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:09 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:44 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:56 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e322eb9039ef86d65383e61d2f904be8d1306777]

        INTEGRATION: CWS pbrwuno (1.3.88); FILE MERGED 2006/02/15 07:25:52 fs 1.3.88.13: don't access &(*foo.begin()) of empty STL containers 2005/11/02 11:43:38 fs 1.3.88.12: #i10000# exception specifications 2005/10/26 14:03:32 fs 1.3.88.11: some cleanups for finalizing #i53095# 2005/10/25 07:13:07 fs 1.3.88.10: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 08:58:15 fs 1.3.88.9: some mutex locking 2005/10/13 13:01:00 fs 1.3.88.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:59 fs 1.3.88.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:53:25 fs 1.3.88.6: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 12:44:26 fs 1.3.88.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:57 fs 1.3.88.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:09 fs 1.3.88.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:43 fs 1.3.88.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:56 fs 1.3.88.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7b47747eb7f839e8e5d2cca993f5367996a19dd7]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/18 10:16:10 fs 1.1.2.6: no UnkwnonPropertyException in getPropertyOrderIndex, to ease implementations of this interface 2005/10/24 08:41:42 fs 1.1.2.5: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/14 10:47:59 fs 1.1.2.4: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 09:37:20 fs 1.1.2.3: #i53095# let the ObjectInspectorModel provide relative property ordering 2005/10/14 08:40:42 fs 1.1.2.2: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 12:59:41 fs 1.1.2.1: #i53095# default ObjectInspectorModel for inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [17d28bff313b3ba97576537b261f4a64a7ff6bd5]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/18 10:16:08 fs 1.1.2.10: no UnkwnonPropertyException in getPropertyOrderIndex, to ease implementations of this interface 2005/10/26 14:03:31 fs 1.1.2.9: some cleanups for finalizing #i53095# 2005/10/25 11:52:40 fs 1.1.2.8: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:07 fs 1.1.2.7: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:41 fs 1.1.2.6: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 07:48:05 fs 1.1.2.5: #i53095# knitting some loose ends 2005/10/14 10:47:59 fs 1.1.2.4: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 09:37:19 fs 1.1.2.3: #i53095# let the ObjectInspectorModel provide relative property ordering 2005/10/14 08:40:42 fs 1.1.2.2: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 12:59:40 fs 1.1.2.1: #i53095# default ObjectInspectorModel for inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [756fdbaf429ade9e096b84fbf371a432e6207a37]

        INTEGRATION: CWS pbrwuno (1.3.16); FILE MERGED 2005/10/24 08:41:41 fs 1.3.16.1: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [8c90788963030da23fefdbcbc6efe9ebf9e31466]

        INTEGRATION: CWS pbrwuno (1.4.16); FILE MERGED 2005/10/25 07:13:06 fs 1.4.16.3: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:40 fs 1.4.16.2: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:00:59 fs 1.4.16.1: #i53095# introduce an XObjectInspector/Model

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9425ac1354dca39be226e35c169f53e1a3fc336e]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/03/09 14:14:29 fs 1.1.2.6: #i62967# no UnknownPropertyExceptions at the XObjectInspectorUI anymore 2005/10/31 11:13:05 fs 1.1.2.5: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/17 08:38:37 fs 1.1.2.4: implement auto-firing for ComposedUIUpdate 2005/10/13 13:00:59 fs 1.1.2.3: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:58 fs 1.1.2.2: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/08/12 16:30:09 fs 1.1.2.1: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cb749022f3bae63a2764cb85658008ccd220474a]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/03/09 14:14:29 fs 1.1.2.10: #i62967# no UnknownPropertyExceptions at the XObjectInspectorUI anymore 2005/11/02 12:17:15 fs 1.1.2.9: #i10000# exception specifications 2005/10/31 13:45:56 fs 1.1.2.8: some cleanup 2005/10/31 11:13:04 fs 1.1.2.7: teach the ComposedPropertyUIUpdate to handle missing properties 2005/10/17 14:09:12 fs 1.1.2.6: #i53095# some cleanup of remaining TODOs 2005/10/17 08:38:36 fs 1.1.2.5: implement auto-firing for ComposedUIUpdate 2005/10/17 08:17:00 fs 1.1.2.4: #i53095# 2005/10/13 13:00:59 fs 1.1.2.3: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:56 fs 1.1.2.2: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/08/12 16:30:09 fs 1.1.2.1: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f685bb4194dfe66b6071843375de26e81dc39feb]

        INTEGRATION: CWS pbrwuno (1.4.158); FILE MERGED 2005/10/19 07:48:05 fs 1.4.158.7: #i53095# knitting some loose ends 2005/10/14 12:43:44 fs 1.4.158.6: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 06:52:23 fs 1.4.158.5: RESYNC: (1.4-1.5); FILE MERGED 2005/09/26 09:06:15 fs 1.4.158.4: #i10000# some rearrangements 2005/09/05 07:41:47 fs 1.4.158.3: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:54 fs 1.4.158.2: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/09 13:59:56 fs 1.4.158.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [881d954877fa6d1b04c8a10cb9a8a03d402d2052]

        INTEGRATION: CWS pbrwuno (1.3.158); FILE MERGED 2005/10/14 12:43:44 fs 1.3.158.5: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/05 06:52:13 fs 1.3.158.4: RESYNC: (1.3-1.4); FILE MERGED 2005/09/05 07:41:47 fs 1.3.158.3: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/10 15:41:43 fs 1.3.158.2: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:56 fs 1.3.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [65e5029f4a940306c4e09f8ccee9872334dd4658]

        INTEGRATION: CWS pbrwuno (1.2.158); FILE MERGED 2005/11/02 11:43:37 fs 1.2.158.11: #i10000# exception specifications 2005/10/25 12:13:05 fs 1.2.158.10: #i53095# cache the enum converter 2005/10/24 08:41:39 fs 1.2.158.9: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:00:58 fs 1.2.158.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:54 fs 1.2.158.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:51:30 fs 1.2.158.6: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 12:44:26 fs 1.2.158.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:57 fs 1.2.158.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:08 fs 1.2.158.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:43 fs 1.2.158.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:56 fs 1.2.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [6d4201494bbd2e1da61ff3830625064589406151]

        INTEGRATION: CWS pbrwuno (1.2.158); FILE MERGED 2006/02/15 07:25:51 fs 1.2.158.15: don't access &(*foo.begin()) of empty STL containers 2005/11/02 11:43:37 fs 1.2.158.14: #i10000# exception specifications 2005/10/31 13:45:56 fs 1.2.158.13: some cleanup 2005/10/25 12:22:58 fs 1.2.158.12: misc cleanup 2005/10/25 12:12:35 fs 1.2.158.11: #i53095# cache the enum converter 2005/10/24 08:41:38 fs 1.2.158.10: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/17 08:58:15 fs 1.2.158.9: some mutex locking 2005/10/13 13:00:58 fs 1.2.158.8: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:51 fs 1.2.158.7: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:51:16 fs 1.2.158.6: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 12:44:26 fs 1.2.158.5: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:56 fs 1.2.158.4: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/12 16:30:08 fs 1.2.158.3: - more fine-grained control in the IPropertyBrowserUI which elements
          to enable or disable
        - moved designing the SQL command into a dedicated handler
        - some more reactions on actuating properties move to dedicated handlers
        - *nearly* completed implementation of the "composed browser UI", which
          collects and combines UI change requests (IPropertyBrowserUI)
          (still missing: proper auto-firing)
        2005/08/10 15:41:43 fs 1.2.158.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:56 fs 1.2.158.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [6ed9914258c1aefdd173411499b951e3146464ab]

        INTEGRATION: CWS pbrwuno (1.3.130); FILE MERGED 2005/11/02 11:43:36 fs 1.3.130.11: #i10000# exception specifications 2005/10/25 11:52:40 fs 1.3.130.10: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:06 fs 1.3.130.9: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/24 08:41:38 fs 1.3.130.8: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/13 13:00:58 fs 1.3.130.7: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:50 fs 1.3.130.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:51:03 fs 1.3.130.5: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 12:44:26 fs 1.3.130.4: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:55 fs 1.3.130.3: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/10 15:41:43 fs 1.3.130.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:55 fs 1.3.130.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e3c976a4d62e41f401a03c23b77ecaeaf84cb577]

        INTEGRATION: CWS pbrwuno (1.3.130); FILE MERGED 2006/02/15 07:25:51 fs 1.3.130.12: don't access &(*foo.begin()) of empty STL containers 2005/11/02 11:43:36 fs 1.3.130.11: #i10000# exception specifications 2005/10/25 11:52:39 fs 1.3.130.10: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 07:13:05 fs 1.3.130.9: #i53095# knitting lose ends (amongst others, make the handlers available as service) 2005/10/17 08:58:14 fs 1.3.130.8: some mutex locking 2005/10/13 13:00:57 fs 1.3.130.7: #i53095# introduce an XObjectInspector/Model 2005/10/11 13:28:48 fs 1.3.130.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:50:45 fs 1.3.130.5: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 12:44:26 fs 1.3.130.4: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)
        2005/08/16 05:38:55 fs 1.3.130.3: #i53095# completely moved the handling of actuating properties into dedicated handlers
        2005/08/10 15:41:43 fs 1.3.130.2: #i53095#
        get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked,
        and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:55 fs 1.3.130.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5aa2dff8036e64bc619d9ca0a640c626715c69b4]

        INTEGRATION: CWS pbrwuno (1.8.16); FILE MERGED 2005/12/19 12:19:21 fs 1.8.16.1: #i53095# removed obsolete ctor

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9b83d801f90c371593245d002ea89b96e3630e31]

        INTEGRATION: CWS pbrwuno (1.9.158); FILE MERGED 2005/12/19 12:19:21 fs 1.9.158.3: #i53095# removed obsolete ctor 2005/10/05 06:50:04 fs 1.9.158.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/18 12:44:25 fs 1.9.158.1: #i53095#, phase 2
        
        moved (nearly) all property handling to dedicated handlers, the controller is
        now simply managing a set of handlers
        
        open issues for making the property browser completely generic:
        - target page for a property - at the moment, the pbrw uses form-specific
          knowledge
        - relative position of properties. Again, the pbrw uses the OPropertyInfoService
          which is not generic
        - isComposeable for a given property. Also OPropertyInfoService-dependent ATM
        - help ids of pages and the pbrw as a whole. They're hard-coded at the moment
        
        other open issues:
        everything in the code which is tagged with TOD/UNOize. Those are items which
        do not immediately hinder phase 3 (real UNOization, i.e. definition of new
        UNO interfaces for the handlers, the controller, and so on), but need to be
        addressed in phase 4 (knit lose ends)

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e181e96e1379bbb9252b193f13935fccc8588635]

        INTEGRATION: CWS pbrwuno (1.6.156); FILE MERGED 2005/10/24 08:41:37 fs 1.6.156.11: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.* 2005/10/19 07:48:04 fs 1.6.156.10: #i53095# knitting some loose ends 2005/10/14 12:43:44 fs 1.6.156.9: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/11 13:28:46 fs 1.6.156.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/07 12:24:19 fs 1.6.156.7: #i53095# notifications to the IControlContext are asynchronous now - this prevents problems if such a notification causes the exchange of control/windows 2005/10/05 06:49:24 fs 1.6.156.6: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 07:41:47 fs 1.6.156.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:54 fs 1.6.156.4: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/12 16:30:07 fs 1.6.156.3: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing) 2005/08/10 15:41:42 fs 1.6.156.2: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:54 fs 1.6.156.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [2c02212cd4eefdd88c9fae3b5ce6f6a171f25cab]

        INTEGRATION: CWS pbrwuno (1.12.136); FILE MERGED 2005/12/20 10:53:49 fs 1.12.136.13: removed unnecessary include 2005/11/02 12:17:14 fs 1.12.136.12: #i10000# exception specifications 2005/10/19 08:30:03 fs 1.12.136.11: make IEventProcessor ref-counted 2005/10/14 12:43:43 fs 1.12.136.10: #i53095# properly care for MAYBEVOID properties and AMBIGUOUS property values 2005/10/14 08:40:42 fs 1.12.136.9: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/11 13:28:44 fs 1.12.136.8: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/07 12:24:17 fs 1.12.136.7: #i53095# notifications to the IControlContext are asynchronous now - this prevents problems if such a notification causes the exchange of control/windows 2005/10/05 06:49:08 fs 1.12.136.6: RESYNC: (1.12-1.13); FILE MERGED 2005/09/05 07:41:46 fs 1.12.136.5: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:53 fs 1.12.136.4: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/12 16:30:07 fs 1.12.136.3: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing) 2005/08/10 15:41:42 fs 1.12.136.2: #i53095# get rid of nearly all [1] the implementations in OPropertyBrowserController::Clicked, and move them to a FormComponentHandler
        
        [1] still to migrate:
        - browsing for events (needs a dedicated event property handler)
        - handling for clicking the button of the Command property - this
          is kind of asynchronous, and IPropertyHandler is not yet prepared for this
        2005/08/09 13:59:54 fs 1.12.136.1: #i53095# phase 1:
        - don't use strings to transver values between controls and introspectee, but Anys
        - first version of a dedicated property handler for form-component-related properties
          (not yet completed)
        known regressions over previous phase:
        - handlers for events not yet implemented, thus some assertions
        - click handlers for form-component-related properties do not yet work,
          thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [63039a39f189712799438a6722996bc372552447]

        INTEGRATION: CWS pbrwuno (1.6.158); FILE MERGED 2005/10/11 13:28:42 fs 1.6.158.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:48:56 fs 1.6.158.5: RESYNC: (1.6-1.7); FILE MERGED 2005/09/05 07:41:46 fs 1.6.158.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:52 fs 1.6.158.3: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/12 16:30:07 fs 1.6.158.2: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing) 2005/08/09 13:59:54 fs 1.6.158.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [1e9005daebd53ef60b5e38695e500b3e15541188]

        INTEGRATION: CWS pbrwuno (1.9.96); FILE MERGED 2005/10/11 13:28:40 fs 1.9.96.6: #i53095# phase 3: introduced XPropertyHandler and XObjectInspectorUI same open issues as in previous phase (plus probably some more, since not everything is tested, yet :-\) 2005/10/05 06:48:43 fs 1.9.96.5: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 07:41:46 fs 1.9.96.4: #i53095# phase 3, part 1: introduced XPropertyControl and relatives, describing one control in the ObjectInspector, responsible for one property known issues: - rebuildPropertyUI can cause problems now: If the user clicks into   the control for property A, which causes property B to be committed,   which causes the UI for property A to be rebuilt, then this will   crash currently. Reason: rebuildPropertyUI now synchronously replaces   the VCL-Window of the rebuilt control, which is exactly the one   which is still in some MouseButtonDown-handler.   possible solutions:   - see if rebuiltPropertyUI can be obsoleted - handlers should be able     to just obtain the XPropertyControl from the PropertyUI, and     re-initialize the control. Shouldn't they?`   - make one of the steps in the chain (mouse-click, handler-call,     rebuildPropertyUI-callback) asynchronous. 2005/08/31 08:28:50 fs 1.9.96.3: #i53095# get rid of Set/GetPropertyName at the IBrowserControl 2005/08/12 16:30:06 fs 1.9.96.2: - more fine-grained control in the IPropertyBrowserUI which elements   to enable or disable - moved designing the SQL command into a dedicated handler - some more reactions on actuating properties move to dedicated handlers - *nearly* completed implementation of the "composed browser UI", which   collects and combines UI change requests (IPropertyBrowserUI)   (still missing: proper auto-firing) 2005/08/09 13:59:54 fs 1.9.96.1: #i53095# phase 1: - don't use strings to transver values between controls and introspectee, but Anys - first version of a dedicated property handler for form-component-related properties   (not yet completed) known regressions over previous phase: - handlers for events not yet implemented, thus some assertions - click handlers for form-component-related properties do not yet work,   thus the browse buttons mostly do not work

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [852009f9d0d429b18e9e643e30edc79248a2d31e]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/15 09:52:12 fs 1.1.2.1: running UNO API tests

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [92b826563a398da1776ff51d789ad8f02352d9a2]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/15 09:52:40 fs 1.1.2.1: scenario file for UNO API tests in module 'extensions'

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [824b0d390649cf1e530df125e200ca9763223585]

        INTEGRATION: CWS pbrwuno (1.17.76); FILE MERGED 2005/12/12 11:06:53 fs 1.17.76.1: #i57124# deliver pcr.xml

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7914c3f10cb469b78bb71b3bc5ab8f5f9d5e86bc]

        INTEGRATION: CWS pbrwuno (1.19.16); FILE MERGED 2005/10/13 12:58:11 fs 1.19.16.1: #i53095# adjust to the slightly changed API of the PropertyBrowserController

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a1282d4bdd67886022fd57f52308920d3f0e528c]

        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>  [70bda62b941d523cd43ac49c05694153336cc341]

        INTEGRATION: CWS pbrwuno (1.38.68); FILE MERGED 2005/10/17 14:17:19 fs 1.38.68.1: removed some unneeded ids in the course of #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3ce8f1bc108fd76551504943cb79f85223574d0f]

        INTEGRATION: CWS pbrwuno (1.9.68); FILE MERGED 2005/10/26 14:04:34 fs 1.9.68.1: #i53095# re-create the property browser controller when the ContextDocument changes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ab0c8c73c8525670ed1fc89fc884a4ba66691733]

        INTEGRATION: CWS pbrwuno (1.21.64); FILE MERGED 2005/10/26 14:04:38 fs 1.21.64.3: #i53095# re-create the property browser controller when the ContextDocument changes 2005/10/14 10:47:28 fs 1.21.64.2: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/13 12:46:18 fs 1.21.64.1: #i53095# adjust to slightly canged API of the property browser controller

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [15e7af7fcffa67ef0c6678f82ee9a1253cb4d8da]

        INTEGRATION: CWS pbrwuno (1.72.66); FILE MERGED 2006/02/10 06:53:20 fs 1.72.66.2: RESYNC: (1.72-1.73); FILE MERGED 2005/10/17 14:20:06 fs 1.72.66.1: comphelper/datetime is dead

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5cc69bae5d58e3d404ed8d346fac84c0e637cac6]

        INTEGRATION: CWS pbrwuno (1.44.32); FILE MERGED 2006/02/10 06:53:11 fs 1.44.32.2: RESYNC: (1.44-1.45); FILE MERGED 2005/10/17 14:20:05 fs 1.44.32.1: comphelper/datetime is dead

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [898fa6d3f9dde303d7624a0302d6cfa76f1bcefa]

        INTEGRATION: CWS pbrwuno (1.14.68); FILE MERGED 2005/10/17 14:16:54 fs 1.14.68.1: removed some unneeded ids in the course of #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ca9998f9e805d35becbf958a2063cd8f6cb584e2]

        INTEGRATION: CWS pbrwuno (1.89.42); FILE MERGED 2006/02/09 15:55:51 fs 1.89.42.4: RESYNC: (1.90-1.93); FILE MERGED 2005/12/19 08:48:59 fs 1.89.42.3: also form css.form.inspection 2005/10/05 03:34:51 fs 1.89.42.2: RESYNC: (1.89-1.90); FILE MERGED 2005/09/05 08:16:41 fs 1.89.42.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3ca9de507eca4f7a63609be957c3b872e6d8e104]

        INTEGRATION: CWS pbrwuno (1.74.42); FILE MERGED 2005/10/25 07:14:33 fs 1.74.42.3: #i53095# +css.form.inspection 2005/10/19 08:06:06 fs 1.74.42.2: #i53095# form depends on inspection 2005/09/05 08:16:33 fs 1.74.42.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [be736df16054e554220ebf3337effc89dafead72]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/20 10:52:55 fs 1.1.2.8: #i53095# new control type for editing hyperlinks 2005/12/19 12:18:13 fs 1.1.2.7: #i53095# some new files 2005/10/17 07:10:25 fs 1.1.2.6: replace MeasurementUnit with css.util.MeasureUnit 2005/10/14 10:46:16 fs 1.1.2.5: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 08:40:50 fs 1.1.2.4: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:14:24 fs 1.1.2.3: #i53095# 2005/10/11 13:19:41 fs 1.1.2.2: more UNOized property browser interfaces 2005/09/05 07:58:14 fs 1.1.2.1: *** empty log message ***

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [502603eae9267eafb349ead877a98f5bc5025e6b]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:17:09 fs 1.1.2.3: proper licence header 2005/10/14 12:43:09 fs 1.1.2.2: #i53095# 2005/09/05 07:54:16 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [352a9134fad85ac7697f41cd6f54b008a7d2ed58]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:19:18 fs 1.1.2.9: corrected typos found by juergen.schmidt@sun.com - thanks 2005/12/21 14:16:55 fs 1.1.2.8: new-style service 2005/12/21 08:34:38 fs 1.1.2.7: documentation issues 2005/11/02 11:39:16 fs 1.1.2.6: more exception specifications 2005/10/25 11:51:49 fs 1.1.2.5: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/25 06:58:46 fs 1.1.2.4: clarified addPropeertyChangeListener constraints 2005/10/19 07:50:45 fs 1.1.2.3: #i53095# some exceptions 2005/10/13 13:14:35 fs 1.1.2.2: #i53095# +inspect 2005/10/11 13:20:38 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [06e28b8ddc8a72429e4d7f67456be99b02acd09e]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/10 12:01:32 fs 1.1.2.5: reverted previous change 2006/02/10 11:58:51 fs 1.1.2.4: property control type is a long instead of short 2005/12/21 14:17:07 fs 1.1.2.3: proper licence header 2005/10/13 13:14:10 fs 1.1.2.2: #i53095# 2005/09/05 07:54:15 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [587ef065bebe8e9bca3c20aebc6d5162999e9e31]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/01/13 11:29:08 fs 1.1.2.3: notification methods oneway 2005/12/21 14:17:05 fs 1.1.2.2: proper licence header 2005/09/05 07:54:15 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a40feb03a5896ee31aa04663a25a8d825a71f0b0]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/10 11:49:16 fs 1.1.2.3: any can be VOID, but not NULL 2005/12/21 14:17:05 fs 1.1.2.2: proper licence header 2005/09/05 07:54:14 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [88c4daeaff4435ccc3ceb337a5aec62dd74ea1ec]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/03/09 14:07:12 fs 1.1.2.8: #i62967# no UnknownPropertyExceptions anymore 2005/12/21 14:19:17 fs 1.1.2.7: corrected typos found by juergen.schmidt@sun.com - thanks 2005/12/21 14:17:04 fs 1.1.2.6: proper licence header 2005/10/31 13:46:27 fs 1.1.2.5: UnknownPropertyException also for getPropertyControl 2005/10/25 11:51:49 fs 1.1.2.4: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/17 08:15:37 fs 1.1.2.3: +XObjectInspectorUI::getPropertyControl 2005/10/14 08:40:50 fs 1.1.2.2: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/11 13:20:12 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [1c1677812a4e38646ffd46515b1da3926b7377a0]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/10 11:56:59 fs 1.1.2.8: don't mention XSingleServiceFactory anymore, since it's deprecated 2006/01/18 09:59:26 fs 1.1.2.7: no UnkwnonPropertyException in getPropertyOrderIndex, to ease implementations of this interface 2005/12/19 12:17:59 fs 1.1.2.6: #i53095# explicitly allow empty category sequence 2005/10/25 11:51:49 fs 1.1.2.5: #i53095# some exception specifications, and some conceptual changes for multiple handlers supporting the same property 2005/10/14 10:46:15 fs 1.1.2.4: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/14 09:35:43 fs 1.1.2.3: #i53095# getPropertyOrderIndex 2005/10/14 08:40:49 fs 1.1.2.2: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:13:17 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [53efaf0e433086e493d099c2ce4741100e5414ad]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:19:17 fs 1.1.2.4: corrected typos found by juergen.schmidt@sun.com - thanks 2005/12/21 08:34:38 fs 1.1.2.3: documentation issues 2005/10/14 10:46:15 fs 1.1.2.2: #i53095# replace InspectorModel::InspectedObjects with Inspector::inspect 2005/10/13 13:13:00 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [d24789f7096cb2daac8c4fd7e5f1c9cb111bb3b5]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:17:04 fs 1.1.2.4: proper licence header 2005/10/17 08:15:36 fs 1.1.2.3: +XObjectInspectorUI::getPropertyControl 2005/10/17 07:10:24 fs 1.1.2.2: replace MeasurementUnit with css.util.MeasureUnit 2005/09/05 07:54:14 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [078faf7839d4b74004c284c590d5a09590ed0f7a]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/10 11:55:59 fs 1.1.2.5: state that value exchange type is string 2006/02/10 11:55:48 fs 1.1.2.4: state that value exchange type is string 2006/02/10 11:50:12 fs 1.1.2.3: NullPointerException is unusual at addFooListener methods 2005/12/21 14:17:04 fs 1.1.2.2: proper licence header 2005/12/20 10:52:16 fs 1.1.2.1: control for editing hyperlinks

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [0a60b1bae45fc0cc25f66a0c3dc9846e3c2c425e]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/11 13:19:50 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5dc8514f4c463d119e999b9e0960a415da22141f]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2006/02/10 12:01:32 fs 1.1.2.7: reverted previous change 2006/02/10 11:58:14 fs 1.1.2.6: long instead of short 2005/12/21 14:17:03 fs 1.1.2.5: proper licence header 2005/12/20 10:52:54 fs 1.1.2.4: #i53095# new control type for editing hyperlinks 2005/10/14 12:43:08 fs 1.1.2.3: #i53095# 2005/10/13 13:14:02 fs 1.1.2.2: #i53095# 2005/09/05 07:54:13 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [2a2fd40eea446bc0de20c84e9558e9a560660800]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:19:17 fs 1.1.2.2: corrected typos found by juergen.schmidt@sun.com - thanks 2005/10/14 08:42:27 fs 1.1.2.1: meta info about a property category

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [36d9d58447aa774438aee38c1845edd9bcd83336]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/19 12:17:40 fs 1.1.2.1: service description for a generic ObjectInspectorModel

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [34dc09c561e464a3203c9336fcd4a8a0a983f3a2]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:16:54 fs 1.1.2.3: new-style service 2005/12/21 08:34:37 fs 1.1.2.2: documentation issues 2005/10/13 13:12:41 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a417899fd0548c4122c1b80c0dde586a9d41a3e0]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 08:34:36 fs 1.1.2.5: documentation issues 2005/10/14 08:40:49 fs 1.1.2.4: #i53095# let the XObjectInspectorModel provide category meta information part 2005/10/13 13:12:54 fs 1.1.2.3: #i53095# +Category 2005/10/11 13:18:59 fs 1.1.2.2: some more documentation 2005/09/05 07:54:12 fs 1.1.2.1: #i53095# phase 3, part1: introducing XPropertyControl and relatives

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e86b9926701b5e837683b5e2111386ae88169597]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/11 13:19:30 fs 1.1.2.1: #i53095#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [21f3e05361d401b521d99fae7dd67cba6aeea60b]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/12/21 14:17:03 fs 1.1.2.2: proper licence header 2005/12/19 12:16:57 fs 1.1.2.1: service description for a general-purpose property handler

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [2c0276fc2c8e7b80593ef3351ce8040c28542373]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:58 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b2a375ab1752a2193b37a3d919191f2914399d8d]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:46 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [8ea1d2e5a317042cd684e90ad72141c4a60278f2]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:45 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [06405bb912a553618e82d290d3edef515c9c7d5a]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:44 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [293e0714081dd719672bf9853367530b2080702c]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:43 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [108b98d33ebcde31c824cb6526601dc7c474da6b]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:42 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [36836dfd64708ac9b404b0b592198a00f839d87b]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:41 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a7b28a1e53b9e13f6ebca4c7a90723dc50e633fa]

        INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED 2005/10/25 07:08:40 fs 1.1.2.1: #i53095# services related to inspecting form components

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [9233cb49eec031be035346c170576889f245daa3]

        INTEGRATION: CWS pbrwuno (1.6.26); FILE MERGED 2005/10/25 07:04:05 fs 1.6.26.2: #i53095# moved DefaultFormComponentInspectorModel to sub module inspection 2005/10/19 07:51:57 fs 1.6.26.1: #i53095# deprecated

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [b71f238f1ec8d2c954b1c7f3c587d9109287b2b2]

        INTEGRATION: CWS pbrwuno (1.18.14); FILE MERGED 2005/10/17 12:20:15 fs 1.18.14.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [eee1ccec5f5b3373c6b41be2d603225a562bfff0]

        INTEGRATION: CWS pbrwuno (1.13.14); FILE MERGED 2005/10/07 12:21:41 fs 1.13.14.1: AsyncEventNotifier was reworked in the course of #i53095#, adjusted the usage

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [668da511e188fe9fe4dfef5abd7c3aa4567fd71f]

        INTEGRATION: CWS pbrwuno (1.40.14); FILE MERGED 2006/02/09 15:45:29 fs 1.40.14.4: RESYNC: (1.40-1.41); FILE MERGED 2005/10/19 08:26:24 fs 1.40.14.3: make IEventProcessor ref-counted 2005/10/17 12:20:14 fs 1.40.14.2: removed some obsolete includes 2005/10/07 12:21:39 fs 1.40.14.1: AsyncEventNotifier was reworked in the course of #i53095#, adjusted the usage

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [8baf41bf15fb3c94bcbc89f78e3b47568171a055]

        INTEGRATION: CWS pbrwuno (1.28.12); FILE MERGED 2006/02/09 15:43:13 fs 1.28.12.2: RESYNC: (1.28-1.30); FILE MERGED 2005/10/17 12:20:13 fs 1.28.12.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7c030fbb0b00562650b1c1529e447a28c4ea6a22]

        INTEGRATION: CWS pbrwuno (1.18.14); FILE MERGED 2005/10/17 12:20:06 fs 1.18.14.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7ffbd1205a86c734ce32309f308406b483e2d42a]

        INTEGRATION: CWS pbrwuno (1.29.14); FILE MERGED 2005/10/17 12:19:58 fs 1.29.14.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [8b3ca1c4c6cc4e6baa5b3be5dc5b7c152296998e]

        INTEGRATION: CWS pbrwuno (1.59.18); FILE MERGED 2005/09/05 07:57:34 fs 1.59.18.1: #i53095# deliver css.inspection.*

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [e29420dd38bd2b16396572c502b014bedc5f76d4]

        INTEGRATION: CWS pbrwuno (1.100.16); FILE MERGED 2006/02/09 17:33:16 fs 1.100.16.3: RESYNC: (1.103-1.105); FILE MERGED 2005/11/01 09:03:53 fs 1.100.16.2: RESYNC: (1.100-1.103); FILE MERGED 2005/10/31 15:27:11 fs 1.100.16.1: #i53095# getXForms: care for being disposed

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [35a77565772cec4d9fbff17f7afad627dcffa685]

        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>  [27d3cd4e447fa2a42a99baf700574f92b4064933]

        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>  [33e79dd1b1d55555df69a83606f1b4392994d5ea]

        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>  [5206fd5c29a5d8bf6084bc904d82fb3188dd10e6]

        INTEGRATION: CWS pbrwuno (1.6.12); FILE MERGED 2005/11/02 07:58:05 fs 1.6.12.1: #i10000#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [a25d2aba17b16cca8ab2c51f1a097a1e3b7e1e22]

        INTEGRATION: CWS pbrwuno (1.4.14); FILE MERGED 2005/10/19 07:45:15 fs 1.4.14.1: removed dead comphelper/datetime.hxx

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [4156c239a87acb05cf5925aa468e825315ae8d6e]

        INTEGRATION: CWS pbrwuno (1.4.14); FILE MERGED 2005/10/19 07:45:14 fs 1.4.14.1: removed dead comphelper/datetime.hxx

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [ae3dece9aaec60ace01165d838692f453be1d0e3]

        INTEGRATION: CWS pbrwuno (1.5.12); FILE MERGED 2005/10/19 07:45:13 fs 1.5.12.1: removed dead comphelper/datetime.hxx

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [251331248845f9b10b8398d7e0091e1e03208623]

        INTEGRATION: CWS pbrwuno (1.6.118); FILE MERGED 2005/10/04 08:46:27 fs 1.6.118.2: RESYNC: (1.6-1.8); FILE MERGED 2005/09/26 06:24:16 fs 1.6.118.1: link to UNOTOOLS

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [749eb6252395a8c7e162420aebe7847d53585092]

        INTEGRATION: CWS pbrwuno (1.14.16); FILE MERGED 2005/10/17 13:11:26 fs 1.14.16.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [6a9874e5281e25f29b2568e5fa73bd8366aed587]

        INTEGRATION: CWS pbrwuno (1.55.60); FILE MERGED 2006/02/09 15:05:22 fs 1.55.60.4: RESYNC: (1.57-1.58); FILE MERGED 2005/10/17 13:11:25 fs 1.55.60.3: removed some obsolete includes 2005/10/04 08:41:06 fs 1.55.60.2: RESYNC: (1.55-1.57); FILE MERGED 2005/08/05 10:40:11 fs 1.55.60.1: copying the change from CWS dba201b, which consolidates the methods for connection retriebal

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [557e92ade2f50b65c6ce572ad6c150209488c046]

        INTEGRATION: CWS pbrwuno (1.23.16); FILE MERGED 2005/10/17 13:11:24 fs 1.23.16.1: removed some obsolete includes

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [08fa223bce0bb47e1fb39e34d5b3be802afac2f7]

        INTEGRATION: CWS tl19 (1.125.54); FILE MERGED 2006/03/10 09:55:06 tl 1.125.54.5: #i61994# text selection fixed 2006/03/01 09:29:53 tl 1.125.54.4: #i61994# solve trouble with auto-correction 2006/02/28 13:20:30 tl 1.125.54.3: #i61994# solve trouble with auto-correction 2006/02/24 14:23:47 tl 1.125.54.2: #i61994# make sure the pushed cursor gets popped 2006/02/23 14:53:05 tl 1.125.54.1: #i61994# apply input sequence checking/correction to keyboard input only; have Undo working

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [42afd399c88d806ffea3cba22ef359583ca36293]

        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>  [d502d1bbaf8f1da0bad5e2b45fa4fc86d207f5a3]

        INTEGRATION: CWS tl19 (1.105.28); FILE MERGED 2006/02/13 10:55:38 tl 1.105.28.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f7a847281a6a36c7aaf5f65c864c2db5bb568203]

        INTEGRATION: CWS tl19 (1.106.28); FILE MERGED 2006/02/21 08:53:58 tl 1.106.28.2: #i61397# input sequnce checking for dialogs 2006/02/13 10:55:37 tl 1.106.28.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [c16eafd4cd63bfb7dca3993034985395df3456b8]

        INTEGRATION: CWS tl19 (1.75.58); FILE MERGED 2006/02/13 10:55:37 tl 1.75.58.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [98d4643466566fd6432b964981c8f97b768a119d]

        INTEGRATION: CWS tl19 (1.96.54); FILE MERGED 2006/02/13 10:55:36 tl 1.96.54.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [cbca67cd327d0bbeef9322d32d29101865f0ffe7]

        INTEGRATION: CWS tl19 (1.23.58); FILE MERGED 2006/02/13 10:55:36 tl 1.23.58.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [5de665083efe7482c6e9fb1cf2324a41897dbf43]

        INTEGRATION: CWS tl19 (1.41.60); FILE MERGED 2006/02/13 10:55:35 tl 1.41.60.1: #i54913# (Thai) inout sequence checking for EditEngine

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [81cdd2b4594dcd6485b0ebc2a332614121d2c770]

        INTEGRATION: CWS tl19 (1.22.40); FILE MERGED 2006/02/23 14:53:35 tl 1.22.40.1: #i61994# apply input sequence checking/correction to keyboard input only; have Undo working

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3e5fe1f1b256f74c28f47e2325435b1a4dae4ec8]

        INTEGRATION: CWS tl19 (1.57.20); FILE MERGED 2006/02/23 14:52:13 tl 1.57.20.1: #i61994# apply input sequence checking/correction to keyboard input only; have Undo working

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [7e28e369fdaf2f17a034557163987088dd58d9ea]

        INTEGRATION: CWS tl19 (1.4.116); FILE MERGED 2006/02/23 14:51:45 tl 1.4.116.1: #i61994# apply input sequence checking/correction to keyboard input only; have Undo working

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [f2694e06326755d5da708291487ff1e11e941225]

        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>  [4cdcf28cebd75df35115e81f49ffd5ff1b62c1ae]

        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-14  Vladimir Glazounov  <vg@openoffice.org>  [2a774ceb825ad4cb0f9d1141cde301d725b97bee]

        INTEGRATION: CWS dbo603 (1.3.10); FILE MERGED 2006/03/13 15:32:30 dbo 1.3.10.1: #i63007# Issue number: Submitted by: Reviewed by:

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [44248f4674bfed1dfd87527fc4c2f9b2c5bc2a1f]

        INTEGRATION: CWS dbo603 (1.10.102); FILE MERGED 2006/03/13 16:21:35 dbo 1.10.102.1: #i63007#

2006-03-14  Vladimir Glazounov  <vg@openoffice.org>  [3963554439c49fe8bd97d31e30ca6f19a4ae281c]

        INTEGRATION: CWS dbo603 (1.24.50); FILE MERGED 2006/03/13 16:21:35 dbo 1.24.50.1: #i63007#

2006-03-13  Vladimir Glazounov  <vg@openoffice.org>  [559896968ae893f8c1f1c4b89a121a9c17bcded6]

        INTEGRATION: CWS hcpatch01 (1.23.10); FILE MERGED 2006/03/07 11:29:56 ufi 1.23.10.1: math/file_math.scp reedited

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [3e8fc40214fe89357f3e565bac74b4ce7a9b3beb]

        INTEGRATION: CWS impress87 (1.141.22); FILE MERGED 2006/03/09 09:50:16 sj 1.141.22.1: #i60074# fixed eps export

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [b991fdd57ab48fad640ae51959365db91fb58273]

        INTEGRATION: CWS impress87 (1.140.78); FILE MERGED 2006/03/01 11:57:03 cl 1.140.78.1: #i62670# make loop variables exception safe for multi property access

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [1b266a617520a278863b293f2b1d3729f3305a8e]

        INTEGRATION: CWS impress87 (1.26.172); FILE MERGED 2006/02/24 09:53:39 sj 1.26.172.1: #i62526# fixed memory leak in SdrObjCustomShape::BegDrag

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [366b9abe46ce5aed4898e7ca890d1d03575cbee6]

        INTEGRATION: CWS impress87 (1.7.270); FILE MERGED 2006/03/06 17:52:59 sj 1.7.270.1: #i61331# TextFrame status has not been updated properly

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [95bfaaab453076ceb7af0bcef793103ca6ce832e]

        INTEGRATION: CWS impress87 (1.7.290); FILE MERGED 2006/03/01 13:11:25 sj 1.7.290.1: #i62145# secondary extrusion color is now taken from style

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [38de0bf8a95e2f65887985cd97216bbfdc0c3c74]

        INTEGRATION: CWS impress87 (1.5.270); FILE MERGED 2006/03/06 17:53:22 sj 1.5.270.1: #i61331# TextFrame status has not been updated properly

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [be9e799c32ace1d7ac48f83592d7c64f8964d6f5]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [b2added9ed6cab9942340536196798c4739590f0]

        INTEGRATION: CWS impress87 (1.70.46); FILE MERGED 2006/03/01 13:35:05 cl 1.70.46.1: #i62651# support preview and show also for alien formats

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [a389cc39b0c3457584acabcc6d67ca53fc93a11e]

        INTEGRATION: CWS impress87 (1.18.68); FILE MERGED 2006/03/02 16:26:14 cl 1.18.68.1: #i62299# if no effect selected, clear listboxes

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [0b4a490a95d920e26d07e65b589ae87367289dc9]

        INTEGRATION: CWS impress87 (1.8.134); FILE MERGED 2006/03/01 15:34:39 cl 1.8.134.1: #131650# fixed the code to remove after effect user types

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [c35fc87c68f2e573dc6b9543ce57ca22f3e04daa]

        INTEGRATION: CWS impress87 (1.3.82); FILE MERGED 2006/02/22 14:35:41 cl 1.3.82.1: #i59403# also convert child elements for event element

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [7ee071a0afed34fe7cc63f7ac52ef1cd613b7a9a]

        INTEGRATION: CWS impress87 (1.4.82); FILE MERGED 2006/03/08 14:34:49 cl 1.4.82.2: fixed unix build problem 2006/02/22 14:35:40 cl 1.4.82.1: #i59403# also convert child elements for event element

2006-03-10  Rüdiger Timm  <rt@openoffice.org>  [0ed4273d1bd9d5644db8e962339547c2fb519c5c]

        INTEGRATION: CWS hr32 (1.7.254); FILE MERGED 2006/03/06 17:38:45 hr 1.7.254.1: #i62815#: Scrambled CVS passwords may contain one or more '#'. Do not parse the rest of the password as comment

2006-03-09  Vladimir Glazounov  <vg@openoffice.org>  [4301cb7e4caea1d3cadaee66da9d2672799d2369]

        new version for SRC680

2006-03-09  Vladimir Glazounov  <vg@openoffice.org>  [3c1ef6458703f4ee79f4cab82f7c05f96ff98744]

        new version for SRC680

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [abb9ba9048a2d5af272c4f0dfd2d3c044c10f227]

        SRC680

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [3a35448cee3b717a28c92cb60dcaa304fa3d4eaf]

        INTEGRATION: CWS rowkeep (1.46.138); FILE MERGED 2006/02/17 15:09:46 fme 1.46.138.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [59496979877815c217bc79280580d24a11d2bb06]

        INTEGRATION: CWS rowkeep (1.161.14); FILE MERGED 2006/02/17 15:09:32 fme 1.161.14.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [dc3c9fb1510b85d597c1bb86026be41c1e26dc23]

        INTEGRATION: CWS native41 (1.31.2); FILE MERGED 2006/03/01 15:42:06 is 1.31.2.1: #i56770# no more english language module

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [d9a2f65a324f3fc9311263296ed8778396e580ca]

        INTEGRATION: CWS rowkeep (1.54.2); FILE MERGED 2006/02/17 15:09:30 fme 1.54.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [aaf338d3e40e57cd41f5fde20ccdf7920f6fbd6b]

        INTEGRATION: CWS native41 (1.32.28); FILE MERGED 2006/03/01 15:41:35 is 1.32.28.1: #i56770# no more english language module

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [4751a00526b0fa6bc6743d45f102e03a061df55d]

        INTEGRATION: CWS rowkeep (1.85.2); FILE MERGED 2006/02/20 05:20:52 fme 1.85.2.2: #131283# Table rows can keep together - correction 2006/02/17 15:09:27 fme 1.85.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [a8998df6bb12cdd218fecd67b30fd8e8fe1d6960]

        INTEGRATION: CWS rowkeep (1.44.2); FILE MERGED 2006/02/17 15:09:26 fme 1.44.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [cc8a47f5c0f89c1e60c177693f94a4cca759b0c6]

        INTEGRATION: CWS native41 (1.9.34); FILE MERGED 2006/03/01 15:04:53 is 1.9.34.1: #i62585# bilingual breton

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [dbd0ac971a02cabdbf17b459c4e8c99b71477d26]

        INTEGRATION: CWS rowkeep (1.94.134); FILE MERGED 2006/02/17 15:09:24 fme 1.94.134.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2e9c7a671186501c884907adb8d66182c31ca504]

        INTEGRATION: CWS native41 (1.34.2); FILE MERGED 2006/03/01 15:12:03 is 1.34.2.1: #i62678# admin installation for sdk in correct directory

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [622c97c009d7f705416cee372988b7b9c8149624]

        INTEGRATION: CWS rowkeep (1.56.12); FILE MERGED 2006/02/17 15:09:23 fme 1.56.12.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [b6a2332a742931d28754e46d13776c480bf4bcf3]

        INTEGRATION: CWS rowkeep (1.30.2); FILE MERGED 2006/02/17 15:09:22 fme 1.30.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [68bd11d9924078524f73faa0005548ae1c231237]

        INTEGRATION: CWS native41 (1.49.42); FILE MERGED 2006/03/01 15:06:13 is 1.49.42.1: #i62585# bilingual breton

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [fd25319b0aea4ad753b7984775c3e10b44e2ac60]

        INTEGRATION: CWS rowkeep (1.86.12); FILE MERGED 2006/02/17 15:09:21 fme 1.86.12.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e1551c1d34d2047200383cba507713c3cafe898c]

        INTEGRATION: CWS rowkeep (1.73.2); FILE MERGED 2006/02/17 15:09:20 fme 1.73.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f50f98860a088bdd9132f631b43256132d504757]

        INTEGRATION: CWS rowkeep (1.53.2); FILE MERGED 2006/02/17 15:09:19 fme 1.53.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2ab0652195d64728044d40be8c615b1ae690e5f5]

        INTEGRATION: CWS rowkeep (1.36.2); FILE MERGED 2006/02/17 15:09:18 fme 1.36.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [74ed8c43fa5fccac7be75fc0c00e7d6beda0b323]

        INTEGRATION: CWS rowkeep (1.15.214); FILE MERGED 2006/02/17 15:09:17 fme 1.15.214.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [60c97a7474836c549dce6ff7eaaf212914e5a92a]

        INTEGRATION: CWS rowkeep (1.60.2); FILE MERGED 2006/02/17 15:09:16 fme 1.60.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [d842b47f8589fa561dd21e67e0fff7d6aa092ef8]

        INTEGRATION: CWS rowkeep (1.15.54); FILE MERGED 2006/02/17 15:09:15 fme 1.15.54.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [264acd2abf3dfd5ebe7e9b8de0db994e555369e0]

        INTEGRATION: CWS rowkeep (1.7.216); FILE MERGED 2006/02/17 15:09:14 fme 1.7.216.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [245a296c77a87de9ecff7ed3ae9623cdaa709783]

        INTEGRATION: CWS rowkeep (1.14.2); FILE MERGED 2006/02/17 15:09:14 fme 1.14.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [b91c3d32fb59bce6f47054a815bc2f589bbad9c3]

        INTEGRATION: CWS rowkeep (1.47.12); FILE MERGED 2006/02/17 15:08:56 fme 1.47.12.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [54a6bfd09830b7a059052ed89c7fa8a1e31a139f]

        INTEGRATION: CWS rowkeep (1.11.2); FILE MERGED 2006/02/17 15:08:55 fme 1.11.2.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [8cc88da6b6a0d8dd83e58c6b6b864850d2e7bf4f]

        INTEGRATION: CWS rowkeep (1.6.214); FILE MERGED 2006/02/17 15:08:55 fme 1.6.214.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e41cfb8d82f1860b9fc46172310fb08b5e2943f9]

        INTEGRATION: CWS rowkeep (1.57.138); FILE MERGED 2006/02/17 15:08:54 fme 1.57.138.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [6b98e7a7be164d536a05e822637af827cad486d0]

        INTEGRATION: CWS vq29 (1.14.8); FILE MERGED 2006/03/07 18:32:05 vq 1.14.8.1: #i62624# Fix parallel building for W32.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [4e9fe1891180d7f7e5a4b095e1d6245c8491db5c]

        INTEGRATION: CWS rowkeep (1.16.138); FILE MERGED 2006/02/17 15:08:53 fme 1.16.138.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [022757485644170a23822a7abe570de442f9540f]

        INTEGRATION: CWS rowkeep (1.15.164); FILE MERGED 2006/02/17 15:08:52 fme 1.15.164.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [7af441be236bf20cf18e5aacfe720dfc23484260]

        INTEGRATION: CWS rowkeep (1.112.138); FILE MERGED 2006/02/17 15:05:43 fme 1.112.138.1: #131283# Table rows can keep together

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [36d1222ffe318c29fa1cb061c88cfa49245e1b89]

        INTEGRATION: CWS vq29 (1.162.126); FILE MERGED 2006/03/08 05:01:42 vq 1.162.126.1: #i62796# Remove obsolete REMOTE* macros.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e11286bfaff5ae97eba08b9254075b20c31c9361]

        INTEGRATION: CWS vq29 (1.186.24); FILE MERGED 2006/03/08 05:01:41 vq 1.186.24.3: #i62796# Remove obsolete REMOTE* macros. 2006/03/07 18:23:31 vq 1.186.24.2: #i62467# Remove unused DATESTRING macro. Patch by: mmeeks. 2006/03/07 18:19:15 vq 1.186.24.1: #i62795# Fix "rebuild" problem for W32-tcsh plus clean-up.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [806fd77336da9b320891752ae0122e938d46fd2b]

        INTEGRATION: CWS jl31 (1.184.16); FILE MERGED 2006/03/08 09:26:44 jl 1.184.16.2: #130857# deliver sunjavaplugin.dll in patch 2006/02/20 13:46:20 jl 1.184.16.1: #62141 facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [a8b7bd9d348f27d6755432197d1a4478acc38a70]

        INTEGRATION: CWS jl31 (1.6.22); FILE MERGED 2006/02/09 10:28:47 jl 1.6.22.2: #130857# Prevent trailing : in classpath 2006/02/09 10:07:23 jl 1.6.22.1: #130857# Prevent trailing : in classpath

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f540acea0e3fd9b8925ba5753cf6f760edf85b69]

        INTEGRATION: CWS jl31 (1.18.22); FILE MERGED 2006/02/09 09:58:23 jl 1.18.22.1: #130857# Prevent trailing : in classpath

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [a4cb0d969901a7bb9968bb118f7e795861c48d2c]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 11:32:03 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2ae0e5dae81088a98f15a7d45b71b7b60e85667b]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 13:40:05 jl 1.1.2.3: #62141 facilitate version changes 2006/02/20 11:40:10 jl 1.1.2.2: #i62141# facilitate version changes 2006/02/20 11:03:15 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2ad0847f785634f362459c5da571e579859413bd]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 11:11:23 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e50c66845e18e4bd55cfdbd4e05f2341dbc57f77]

        INTEGRATION: CWS jl31 (1.14.4); FILE MERGED 2006/02/20 11:58:49 jl 1.14.4.1: #62141 facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [02f8b295f0e0168405734d003c7bbb7c00c8c3e5]

        INTEGRATION: CWS jl31 (1.15.4); FILE MERGED 2006/02/20 11:58:08 jl 1.15.4.1: #62141 facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [287ed29a16a809faaaffd5cacd79d1fe96c89e8d]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 11:58:08 jl 1.1.2.1: #62141 facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [d9b42220c7a34e08f140922cbe7c763e9e2beb6f]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 12:12:03 jl 1.1.2.2: #62141 facilitate version changes 2006/02/20 11:46:35 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [461ab818a0675672584ac7d9b9c7a1d64b944086]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/21 11:49:32 jl 1.1.2.3: #i62141# 2006/02/20 13:40:05 jl 1.1.2.2: #62141 facilitate version changes 2006/02/20 11:46:44 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f1dd8348e192dae8ccd2c3170df10d6ab5bf2b6f]

        INTEGRATION: CWS jl31 (1.14.4); FILE MERGED 2006/02/21 15:30:28 jl 1.14.4.3: #i62141# 2006/02/21 15:25:45 jl 1.14.4.2: # 2006/02/20 11:51:55 jl 1.14.4.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [a1de18df26444713c6b8ad66abac25634c720608]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 11:51:01 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f627e6ebf6d8c7f10898f3b19095cd5bc06aff1e]

        INTEGRATION: CWS jl31 (1.30.14); FILE MERGED 2006/02/17 13:13:13 is 1.30.14.1: #i62140# substitution of variables defined in include files

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [875ce54350ac70bac44282fbf2dd402bc3a9c969]

        INTEGRATION: CWS jl31 (1.10.20); FILE MERGED 2006/02/21 11:49:32 jl 1.10.20.1: #i62141#

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [1284f2395d16ff7ac5e599e09a0b011821af1c95]

        INTEGRATION: CWS jl31 (1.7.26); FILE MERGED 2006/02/03 16:37:50 jl 1.7.26.1: #i61436# generated service code contained bugs, in particular when polymorphic structs are used

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f9077c218b90903ddf2b326376b502b672ca8b15]

        INTEGRATION: CWS jl31 (1.12.26); FILE MERGED 2006/02/03 16:37:50 jl 1.12.26.1: #i61436# generated service code contained bugs, in particular when polymorphic structs are used

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [d7aca34802e47d04af3be83ed7333261a2685ae2]

        INTEGRATION: CWS jl31 (1.3.26); FILE MERGED 2006/02/08 11:39:53 jl 1.3.26.3: #61436# GetCustomAttributes and IsDefined did not delegate to the base type 2006/02/08 11:29:56 jl 1.3.26.2: #61436# adapted documentation 2006/02/03 16:37:49 jl 1.3.26.1: #i61436# generated service code contained bugs, in particular when polymorphic structs are used

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [71cb84fe21217775d0d1a57946b4d3fcad22a194]

        INTEGRATION: CWS jl31 (1.5.20); FILE MERGED 2006/02/20 11:49:50 jl 1.5.20.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [8ae594ef93d6bf4db38ef905b535980d0f8d9431]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/20 11:48:27 jl 1.1.2.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [4b2c076147eb1b9cd60d6b0e9e5d278f42d330e9]

        INTEGRATION: CWS jl31 (1.2.4); FILE MERGED 2006/02/20 16:56:45 jl 1.2.4.1: #i62317# tests for new assembly versions

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [7520961b6111e2ea8c0dba70af07c3160d872d52]

        INTEGRATION: CWS jl31 (1.2.4); FILE MERGED 2006/03/01 12:24:43 jl 1.2.4.2: #i62317# 2006/02/20 16:56:45 jl 1.2.4.1: #i62317# tests for new assembly versions

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [c47ca4093e8ac1680d9db483f10f743f099f2884]

        INTEGRATION: CWS jl31 (1.3.20); FILE MERGED 2006/02/03 16:37:49 jl 1.3.20.1: #i61436# generated service code contained bugs, in particular when polymorphic structs are used

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f9e584f4d290747ad9671d25916d75174bcd16c3]

        INTEGRATION: CWS jl31 (1.6.14); FILE MERGED 2006/02/20 11:42:51 jl 1.6.14.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [a4a2a3f43db1d4705be91d471095b6d2ad909fde]

        INTEGRATION: CWS jl31 (1.8.36); FILE MERGED 2006/02/20 11:42:48 jl 1.8.36.1: #i62141# facilitate version changes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [18f8c7ea80b57211e8e594e1376861e4feaa55a3]

        INTEGRATION: CWS jl31 (1.3.14); FILE MERGED 2006/03/01 09:59:05 jl 1.3.14.4: #i62317# 2006/02/21 15:25:45 jl 1.3.14.3: # 2006/02/21 11:49:31 jl 1.3.14.2: #i62141# 2006/02/20 16:57:52 jl 1.3.14.1: #i62141#

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [ba006595e482dc428168e2162e0baaef3b5bdb3d]

        INTEGRATION: CWS jl31 (1.4.14); FILE MERGED 2006/03/01 09:57:05 jl 1.4.14.1: #i62317#

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [69115760bdbd4bfeef4e4ad8cb545be9a6a86da7]

        INTEGRATION: CWS jl31 (1.4.18); FILE MERGED 2006/02/20 15:58:28 sb 1.4.18.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [29d668206f1c6ea7c8eaaf0abbcbe04671feb6eb]

        INTEGRATION: CWS jl31 (1.12.16); FILE MERGED 2006/02/20 15:58:28 sb 1.12.16.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f7136990bc4080bf3c28e20cb0763387aaa4d9d4]

        INTEGRATION: CWS jl31 (1.10.16); FILE MERGED 2006/02/20 15:58:28 sb 1.10.16.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [d246a0aef9c12fae10310457c6e3e9c44137611b]

        INTEGRATION: CWS jl31 (1.3.18); FILE MERGED 2006/02/20 15:58:27 sb 1.3.18.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f970b9fb783f9a439c6bdd87b5ebe65136b2e83b]

        INTEGRATION: CWS jl31 (1.2.18); FILE MERGED 2006/02/20 15:58:27 sb 1.2.18.1: #i62339# Forbid any unsigned types (i.e., not just UNSIGNED SHORT/LONG/HYPER, but also sequences of such) as type arguments of instantiated polymorphic struct types.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e8b072f7dfa87234a327e752a6e5337737f934a6]

        INTEGRATION: CWS jl31 (1.59.34); FILE MERGED 2006/02/17 13:13:11 is 1.59.34.1: #i62140# substitution of variables defined in include files

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [e1db6b48650398e18c636f5f0f19e4c3e22d1ccf]

        INTEGRATION: CWS jl31 (1.6.2); FILE MERGED 2006/02/09 16:26:39 jl 1.6.2.2: #i61436# 2006/02/08 10:22:17 jl 1.6.2.1: #61436# extending tests for generated service classes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [0e0aa3998581f0d517fba369f6adb609c339e834]

        INTEGRATION: CWS jl31 (1.10.2); FILE MERGED 2006/02/09 16:26:39 jl 1.10.2.2: #i61436# 2006/02/08 10:22:11 jl 1.10.2.1: #61436# extending tests for generated service classes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [0f299e4482758c679f26577eddc8648a37431522]

        INTEGRATION: CWS jl31 (1.8.2); FILE MERGED 2006/02/20 15:50:33 sb 1.8.2.2: #i62339# Enabled previously commented-out test (now that the test should work). 2006/02/08 10:21:17 jl 1.8.2.1: #61436# extending tests for generated service classes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [86271a64a4747fb8d2faeeeba72de0472fa4e9a1]

        INTEGRATION: CWS jl31 (1.2.2); FILE MERGED 2006/02/10 09:44:20 jl 1.2.2.3: #61436# make buildable on linux 2006/02/09 16:26:38 jl 1.2.2.2: #i61436# 2006/02/08 10:17:29 jl 1.2.2.1: #61436# extending tests for generated service classes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2755ade5822058387f5d7696915b65b1b4e90fda]

        INTEGRATION: CWS jl31 (1.9.2); FILE MERGED 2006/02/20 15:50:32 sb 1.9.2.2: #i62339# Enabled previously commented-out test (now that the test should work). 2006/02/08 10:15:46 jl 1.9.2.1: #61436# extending tests for generated service classes

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [572179c6ac717dc66da369248005830c13c5b176]

        INTEGRATION: CWS jl31 (1.3.38); FILE MERGED 2006/02/20 16:00:31 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2cf3ab0e32708121d2beb8cbc15314c599335509]

        INTEGRATION: CWS jl31 (1.2.14); FILE MERGED 2006/02/20 16:00:31 sb 1.2.14.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [44b58396a90dd52e71feba87c154d25f161ef120]

        INTEGRATION: CWS jl31 (1.3.38); FILE MERGED 2006/02/20 16:00:30 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [bd314b878a7177e4ad086e81e33e8af2b514e0a3]

        INTEGRATION: CWS jl31 (1.3.8); FILE MERGED 2006/02/20 16:00:30 sb 1.3.8.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [1177131400952f99d876efa9082e740f217ff0c3]

        INTEGRATION: CWS jl31 (1.14.14); FILE MERGED 2006/02/20 16:00:30 sb 1.14.14.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [6d94da0a6a9c7143ca4a8160a76d19d6658ae42c]

        INTEGRATION: CWS jl31 (1.21.14); FILE MERGED 2006/02/20 16:00:30 sb 1.21.14.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [46d5f903cd7e74bf53f9b481871f04e26f9fc138]

        INTEGRATION: CWS jl31 (1.33.18); FILE MERGED 2006/02/17 13:19:22 is 1.33.18.1: #i62140# substitution of variables defined in include files

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [36e55b1beed88c23da9aa3459dacc0430aec8697]

        INTEGRATION: CWS jl31 (1.93.10); FILE MERGED 2006/02/17 14:58:20 jsc 1.93.10.1: #i62141# insert new target for UNO type statistics

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [bbdd3fe352b320e7183ae18449e15ac517269b55]

        INTEGRATION: CWS jl31 (1.1.2); FILE ADDED 2006/02/17 14:57:43 jsc 1.1.2.2: #i62141# filter modules 2006/02/17 14:26:14 jsc 1.1.2.1: #i62141# new script to prepare some uno type statistics

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [2ead6e06e86b400d40878d378a6bb3606e0ea329]

        INTEGRATION: CWS jl31 (1.73.106); FILE MERGED 2006/02/17 15:10:53 jsc 1.73.106.1: #i62141# deliver UNO type statistics

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [de8e8e17ce446ea31558870c747240aa0a780d6f]

        INTEGRATION: CWS jl31 (1.4.74); FILE MERGED 2006/02/17 13:56:55 jsc 1.4.74.1: #i61620# cosmetics, to ensure rebuild

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [1a0f53fdd306b420a89b551a8f97aaef0729a496]

        INTEGRATION: CWS jl31 (1.2.50); FILE MERGED 2006/02/17 13:55:48 jsc 1.2.50.1: #i61620# remove SISSL

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [1fc56dead304524e7cf89e15c6f670d571beb23d]

        INTEGRATION: CWS jl31 (1.3.74); FILE MERGED 2006/02/17 13:56:55 jsc 1.3.74.1: #i61620# cosmetics, to ensure rebuild

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [b9c9de3c828cbb7a8d5104054a9342d26912a6c7]

        INTEGRATION: CWS jl31 (1.4.74); FILE MERGED 2006/02/17 13:56:54 jsc 1.4.74.1: #i61620# cosmetics, to ensure rebuild

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [c15a864436b60609c16265d2c5f0cb230180c58c]

        INTEGRATION: CWS jl31 (1.2.48); FILE MERGED 2006/02/17 13:55:47 jsc 1.2.48.1: #i61620# remove SISSL

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [ccbd8fd7f36ca86ffcf76b0d73f69e0fc8f2134c]

        INTEGRATION: CWS jl31 (1.30.8); FILE MERGED 2006/02/20 15:52:06 sb 1.30.8.1: #i62339# Missing comma when generating names of UNO instantiated polymorphic struct type templates.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [496e736cbb4940080d28aedebb947c5bc77caf1c]

        INTEGRATION: CWS jl31 (1.37.6); FILE MERGED 2006/02/20 15:56:18 sb 1.37.6.1: #i62339# Use new getTypeFavourChar instead of getCppuType for the type parameters of UNO polymorphic struct type templates.

2006-03-09  Rüdiger Timm  <rt@openoffice.org>  [f88ebde641fb47cc3a0e79c1a0e8fd8367f8f2ea]

        INTEGRATION: CWS jl26 (1.8.2); FILE MERGED 2006/02/24 16:47:50 jl 1.8.2.3: #i57942# 2006/02/17 08:23:35 jl 1.8.2.2: RESYNC: (1.8-1.12); FILE MERGED 2005/11/15 16:32:22 jl 1.8.2.1: #i57942# win98 signature check failed

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [58d04575732992f0ac6a13401a8f41a2917586d0]

        INTEGRATION: CWS pj50 (1.21.30); FILE MERGED 2006/02/20 17:39:15 pjanik 1.21.30.2: RESYNC: (1.21-1.22); FILE MERGED 2006/02/17 07:10:01 pjanik 1.21.30.1: #i61961#: save one uname execution for all unx systems

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [c39a61b56dfa6522eb36ef308f7c5eece9247046]

        INTEGRATION: CWS pj50 (1.5.36); FILE MERGED 2006/02/17 06:55:41 pjanik 1.5.36.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [f1ca6b526305e6e59c20aa15e0566b5bfd533f8b]

        INTEGRATION: CWS pj50 (1.12.98); FILE MERGED 2006/02/17 06:56:05 pjanik 1.12.98.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [836757415e6396185f09762a79191e493cc168e1]

        INTEGRATION: CWS pj50 (1.9.36); FILE MERGED 2006/02/17 06:56:32 pjanik 1.9.36.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [cee7b1964b053eebd3acc35e84db3cabd122fdb4]

        INTEGRATION: CWS pj50 (1.9.36); FILE MERGED 2006/02/17 06:56:49 pjanik 1.9.36.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [3932c93c22e145da44415d494eeb52d2a0b67d6a]

        INTEGRATION: CWS pj50 (1.2.144); FILE MERGED 2006/02/06 20:25:43 pjanik 1.2.144.1: #i61622#: Remove reference to SISSL.

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [6bb050cd22a1e2991255f2597d4507300e078ffc]

        INTEGRATION: CWS pj50 (1.139.8); FILE MERGED 2006/02/20 17:33:51 pjanik 1.139.8.2: RESYNC: (1.139-1.142); FILE MERGED 2006/02/17 06:52:03 pjanik 1.139.8.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [569277cb95a539992ac1e6809dfa9befa4dc43a6]

        INTEGRATION: CWS pj50 (1.182.2); FILE MERGED 2006/02/20 17:33:45 pjanik 1.182.2.2: RESYNC: (1.182-1.186); FILE MERGED 2006/02/17 06:53:32 pjanik 1.182.2.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [702e4b89afa71682419ac0a523f723dd5a0465f7]

        INTEGRATION: CWS pj50 (1.28.18); FILE MERGED 2006/02/20 20:25:41 pjanik 1.28.18.1: #i61480#: Do not redefine ETIME on Mac OS X Tiger.

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [2239ca41f42e3470fe8ba7b0467fc430b4404308]

        INTEGRATION: CWS pj50 (1.10.14); FILE MERGED 2006/02/20 18:21:21 pjanik 1.10.14.1: #i62324#: Fix typo (patch from Fridrich Strba).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [ddfb3b30e516af10e51a6372912c08561a19f62c]

        INTEGRATION: CWS pj50 (1.30.4); FILE MERGED 2006/02/26 13:39:01 pjanik 1.30.4.1: #i62419#: export LDFLAGS only when set to prevent conflicts with user  environment (patch by Mox).

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [ec7e5ab8090ca1609e243d7dd1772f52a0fee8f3]

        INTEGRATION: CWS pj50 (1.57.184); FILE MERGED 2006/02/25 13:53:03 pjanik 1.57.184.1: #i62562#: Use common makefile for Mac OS X.

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [b9232aa6e22e22550aa5c05b79a3e14221830d36]

        INTEGRATION: CWS pj50 (1.2.28); FILE MERGED 2006/02/25 13:52:31 pjanik 1.2.28.1: #i62562#: Use common makefile for Mac OS X.

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [bd43c075da96b08a3d35e4b3d749478916492723]

        INTEGRATION: CWS pj50 (1.1.2); FILE ADDED 2006/02/25 13:51:27 pjanik 1.1.2.1: #i62562#: Common makefile for Mac OS X on Intel and PowerPC.

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [702b7dd96bc2eec3fdd428173d8bae0f5612cad7]

        INTEGRATION: CWS ause048 (1.181.24); FILE MERGED 2006/02/22 09:33:46 hjs 1.181.24.2: RESYNC: (1.181-1.186); FILE MERGED 2006/02/06 15:03:31 hjs 1.181.24.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [12d6e5f5a627df0a6e0eff0745f7eb1bc947fa14]

        INTEGRATION: CWS ause048 (1.14.336); FILE MERGED 2006/02/06 15:03:30 hjs 1.14.336.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [59f10221b2d524fa7bfdd9ea9ac8a2ad8f978d07]

        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>  [0dac04bacea2f081102016439849a819bbd8f0e9]

        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>  [161cb89a65e43fb5c5a5c1bf8525ca84d9e9ef76]

        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>  [2c10e4853a2174506d0f3773878137ca6bc89efe]

        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>  [86c074d5c38daad82dde48caa0c3720239d49586]

        INTEGRATION: CWS ause048 (1.14.6); FILE MERGED 2006/02/06 15:34:41 hjs 1.14.6.1: #i61263# disable static lib

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [c4976c4c3d7aea50eb50f953e9f918b2b908a460]

        INTEGRATION: CWS ause048 (1.86.14); FILE MERGED 2006/02/22 09:24:39 hjs 1.86.14.2: RESYNC: (1.86-1.91); FILE MERGED 2006/02/06 14:36:30 hjs 1.86.14.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [a91e4f1008d13be9d1fb136515046f623f260d49]

        INTEGRATION: CWS ause048 (1.3.30); FILE MERGED 2006/02/06 14:38:50 hjs 1.3.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [425a590070d6e2b532bd226501d1ef056e0adb17]

        INTEGRATION: CWS ause048 (1.25.30); FILE MERGED 2006/02/06 14:38:48 hjs 1.25.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [d6c8d150bc334d68c271d2ce033263815e3e4ba1]

        INTEGRATION: CWS ause048 (1.10.30); FILE MERGED 2006/02/06 14:38:48 hjs 1.10.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [d12d5797ccfab022ac9262a202863ada3324755d]

        INTEGRATION: CWS ause048 (1.3.30); FILE MERGED 2006/02/06 14:38:48 hjs 1.3.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [dfbcec1f87985febe3efb88a3bb70fea0fcc3fa0]

        INTEGRATION: CWS ause048 (1.3.30); FILE MERGED 2006/02/06 14:38:47 hjs 1.3.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [b767b1b9b7ec127a629322cd56e6279cd8540a0c]

        INTEGRATION: CWS ause048 (1.14.30); FILE MERGED 2006/02/06 14:38:46 hjs 1.14.30.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [5bc17be461854c169aafe4c282413c9e37d1d080]

        INTEGRATION: CWS ause048 (1.8.380); FILE MERGED 2006/02/06 15:03:10 hjs 1.8.380.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [728a0d558ae5db1ed033173f1729c1c84b359f5e]

        INTEGRATION: CWS ause048 (1.185.22); FILE MERGED 2006/02/17 18:08:54 hjs 1.185.22.1: #i60091# applied patch

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [194a94bf7ab947ed6e3021ca47fb192bb40dd77b]

        INTEGRATION: CWS ause048 (1.64.210); FILE MERGED 2006/02/06 15:03:10 hjs 1.64.210.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [31eda5b23921ced806ba0ef1523f5addb8c47af6]

        INTEGRATION: CWS ause048 (1.38.24); FILE MERGED 2006/02/06 15:03:09 hjs 1.38.24.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [2bcbd54ecc592232a92a589792e380235d41ede1]

        INTEGRATION: CWS ause048 (1.11.24); FILE MERGED 2006/02/06 15:03:08 hjs 1.11.24.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [021ca521c1e8fe09836725a152c832be70003669]

        INTEGRATION: CWS ause048 (1.145.84); FILE MERGED 2006/02/06 15:03:07 hjs 1.145.84.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [e0221413f7c2915a0cfbec3ac2e6c69fb0274d4b]

        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>  [848900fa9f843557793d0261d99542cc4eeb7420]

        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>  [00ad5934dbb571eb18af76d73300e87cc1d1050a]

        INTEGRATION: CWS ause048 (1.2.40); FILE MERGED 2006/02/08 16:27:01 hjs 1.2.40.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [239c85c18fabc5eebb1b1efef9a489b2cf12a0c6]

        INTEGRATION: CWS ause048 (1.5.16); FILE MERGED 2006/02/06 14:44:50 hjs 1.5.16.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [79ce6f86d332c2659dfac878c120b9b7aed6cec3]

        INTEGRATION: CWS ause048 (1.9.16); FILE MERGED 2006/02/06 14:44:48 hjs 1.9.16.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [a60e0317dc995f33d0365bc5af867d99402028e7]

        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>  [7f3a59b1114bac881254ec556ee6cebd810313be]

        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>  [673cab95541936942267246956c260997f47701a]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [1e58604b215763b911aafb138f8f702118772352]

        INTEGRATION: CWS ause048 (1.52.28); FILE MERGED 2006/02/14 16:38:22 hjs 1.52.28.1: #i59674# remove hack that is no longer required

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [9ac6790a16379b905a9f5de39fe0c78803bb8110]

        INTEGRATION: CWS ause048 (1.3.186); FILE MERGED 2006/02/06 14:37:02 hjs 1.3.186.1: #i61266# DLLSUFFIX is obsolete. use DLLPOSTFIX instead

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [956e4988fec13356451d2fbdf16375e8d3d287eb]

        INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED 2006/03/06 11:27:37 kendy 1.3.32.3: #i62810# x86-64 bridge improvements: more x86-64 ABI improvements 2006/03/06 11:18:56 kendy 1.3.32.2: #i62810# x86-64 bridge improvements: conform to x86-64 ABI 2006/03/06 11:13:50 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [4ab1e26fdd6e220e20814d6297e4f06944aa5cbd]

        INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED 2006/03/06 11:08:58 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: slightly better debug

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [e6fe152f076ffe2a80f17dfb255ef3d83e737d49]

        INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED 2006/03/06 11:18:56 kendy 1.3.32.2: #i62810# x86-64 bridge improvements: conform to x86-64 ABI 2006/03/06 11:13:50 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [d2670e854586f8e4ae1e6e3f28d529ebad063802]

        INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED 2006/03/06 11:13:50 kendy 1.3.32.2: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions) 2006/03/06 11:08:58 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: slightly better debug

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [68f89d32e3d8003dbab49f4958c18c89f7e7f8d4]

        INTEGRATION: CWS sixtyfour03 (1.3.32); FILE MERGED 2006/03/06 11:27:36 kendy 1.3.32.3: #i62810# x86-64 bridge improvements: more x86-64 ABI improvements 2006/03/06 11:18:56 kendy 1.3.32.2: #i62810# x86-64 bridge improvements: conform to x86-64 ABI 2006/03/06 11:13:50 kendy 1.3.32.1: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [0cdb72e0a9afe34252ac45129f588d07ca71fce7]

        INTEGRATION: CWS sixtyfour03 (1.1.2); FILE ADDED 2006/03/06 11:18:56 kendy 1.1.2.2: #i62810# x86-64 bridge improvements: conform to x86-64 ABI 2006/03/06 11:16:23 kendy 1.1.2.1: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [16c6b86a739e4dcd5fa24e1afc7d4d54f6340547]

        INTEGRATION: CWS sixtyfour03 (1.1.2); FILE ADDED 2006/03/06 11:27:36 kendy 1.1.2.2: #i62810# x86-64 bridge improvements: more x86-64 ABI improvements 2006/03/06 11:25:23 kendy 1.1.2.1: #i62810# x86-64 bridge improvements: conform to x86-64 ABI

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [b8679daf33a02698fff7b432a3a96f41c6b42799]

        INTEGRATION: CWS sixtyfour03 (1.1.2); FILE ADDED 2006/03/06 13:47:57 kendy 1.1.2.3: #i62810# x86-64 bridge improvements: fprintf -> OSL_TRACE. 2006/03/06 11:27:36 kendy 1.1.2.2: #i62810# x86-64 bridge improvements: more x86-64 ABI improvements 2006/03/06 11:25:23 kendy 1.1.2.1: #i62810# x86-64 bridge improvements: conform to x86-64 ABI

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [f52c51a4fc00ec68b1aa464525d5446ce6cba11e]

        INTEGRATION: CWS sixtyfour03 (1.33.8); FILE MERGED 2006/03/06 11:13:50 kendy 1.33.8.1: #i62810# x86-64 bridge improvements: code snippet must be in a separate assembler function to have debug info (necessary for exceptions)

2006-03-08  Rüdiger Timm  <rt@openoffice.org>  [6f335e555da5c14e43d3fdaeb90bcecc80ea4272]

        INTEGRATION: CWS sixtyfour03 (1.5.76); FILE MERGED 2006/03/06 11:47:01 kendy 1.5.76.1: #i62814# x86-64: -O2 instead of -Os for the optimized builds

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [98800b7ae330ac721ba8a207b56ae09ace697915]

        INTEGRATION: CWS ause049 (1.10.42); FILE MERGED 2006/02/16 17:17:47 hjs 1.10.42.1: #i61875# applied patch

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [e3e653d0faf87599ab0a5c401eca6220378c58c3]

        INTEGRATION: CWS ause049 (1.43.22); FILE MERGED 2006/02/21 16:59:31 hjs 1.43.22.1: #132001# use gnu grep

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [0a0c430881834be341c4ed64d45b5b1c74ef2573]

        INTEGRATION: CWS ause049 (1.93.104); FILE MERGED 2006/02/16 15:35:16 hjs 1.93.104.1: #i62030# give _version.h unique names

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [54cef42e081bddbc4a1a3377e227b93b96766e5d]

        INTEGRATION: CWS ause049 (1.162.100); FILE MERGED 2006/02/16 15:35:15 hjs 1.162.100.1: #i62030# give _version.h unique names

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [18b31d77705b2e8b376800f8ec16e92962d254f8]

        INTEGRATION: CWS ause049 (1.90.104); FILE MERGED 2006/02/16 15:35:13 hjs 1.90.104.1: #i62030# give _version.h unique names

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [8cbec73f7f7b22131c326d06965587970bed1799]

        INTEGRATION: CWS ause049 (1.28.14); FILE MERGED 2006/02/16 18:30:08 hjs 1.28.14.1: #i62152# fixed but keeping functionality

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [6625510f8a6762db68ce71ea77ba2643e1278a2e]

        INTEGRATION: CWS c09v003 (1.33.14); FILE MERGED 2006/03/01 10:30:35 os 1.33.14.1: #132598# repositioning of component buttons fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [b0220dcd3f068377b75e43f5852fe332c1cad13c]

        INTEGRATION: CWS os77 (1.55.110); FILE MERGED 2006/02/28 08:06:44 os 1.55.110.1: #i35777# close page preview on Escape

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [9181e564f170dce11743795fa5f28adceb0db3b9]

        INTEGRATION: CWS os77 (1.26.128); FILE MERGED 2006/02/28 08:09:13 os 1.26.128.1: #i46976# close page preview on Escape

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [61bd41caa8a0ce3cb164b1065c69a93f156dd4fd]

        INTEGRATION: CWS sw8pp2utf8 (1.169.20); FILE MERGED 2006/02/01 13:49:16 tl 1.169.20.3: RESYNC: (1.169-1.181); FILE MERGED 2006/01/10 10:52:00 tl 1.169.20.2: #i53960# adding OOo thesaurus to patch 2006/01/10 10:28:28 tl 1.169.20.1: #i53960# adding OOo thesaurus to patch

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [618556b1b9c4afbf53f4aae72bf3fd64c9c99567]

        INTEGRATION: CWS sw8pp2utf8 (1.21.180); FILE MERGED 2006/02/21 10:58:26 tl 1.21.180.2: #i59442# adding starmath binfilter resource to patch 2006/01/10 10:26:49 tl 1.21.180.1: #i59442# adding resource to patches

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [6f83ae1267e3f8adcc1d8e481989a2670c202df6]

        INTEGRATION: CWS sw8pp2utf8 (1.65.186); FILE MERGED 2005/12/21 14:25:12 tl 1.65.186.1: #i59443# broken UTF-8 strings fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [69742dae0b0be661562609042ec0c5c99b4b15af]

        INTEGRATION: CWS sw8pp2utf8 (1.3.20); FILE MERGED 2005/12/23 10:59:14 tl 1.3.20.1: #i22591# hyphenation problem with words from user-dictionaries fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [7740d2260c25666d520d4a93e3eb8adb5f97cccc]

        INTEGRATION: CWS sw8pp2utf8 (1.17.20); FILE MERGED 2005/12/23 10:59:15 tl 1.17.20.1: #i22591# hyphenation problem with words from user-dictionaries fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [2d1dd7a07d4fa5755fabf2888742c0d665898791]

        INTEGRATION: CWS sw8pp2utf8 (1.5.10); FILE MERGED 2006/01/09 15:26:35 tl 1.5.10.1: #53960# patch applied: Wrong case, when replacing word with synonym list from thesaurus

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [f5120b61b85d5cf8ec0d45065dd933c2945eec6a]

        INTEGRATION: CWS sw8pp2utf8 (1.50.36); FILE MERGED 2005/12/21 12:44:20 tl 1.50.36.1: #i59442# fixed strings that got broken when converted to UTF-8

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [2b9dfe5bef48587a782454b213dcc433852374ff]

        INTEGRATION: CWS sw8pp2utf8 (1.26.34); FILE MERGED 2005/12/21 13:55:57 tl 1.26.34.1: #i57582# using #include <vector> and not #include <stl/vector>

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [4fc1c5ce14a746eb424396f36b98c042a90a4ce7]

        INTEGRATION: CWS sw8pp2utf8 (1.113.36); FILE MERGED 2006/01/03 08:44:54 tl 1.113.36.1: #i59603# typo fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [0dfbc530975f7814516c7f04caff8efbe580b45c]

        INTEGRATION: CWS sw8pp2utf8 (1.10.22); FILE MERGED 2005/12/21 13:55:54 tl 1.10.22.1: #i57582# using #include <vector> and not #include <stl/vector>

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [57c9029cf2902a4cc342beb2c38bd1065ec01360]

        INTEGRATION: CWS sw8pp2utf8 (1.4.56); FILE MERGED 2006/02/14 14:59:21 tl 1.4.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [95797a24dd85736c377d52d661a0faf11de7deaf]

        INTEGRATION: CWS sw8pp2utf8 (1.7.56); FILE MERGED 2006/02/14 14:59:21 tl 1.7.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [aa3b7b757505f1ddf402b1ec5b1361c6762db222]

        INTEGRATION: CWS sw8pp2utf8 (1.4.52); FILE MERGED 2006/02/21 14:10:23 tl 1.4.52.3: #i59442# fixing encoding problems 2006/02/14 09:49:56 tl 1.4.52.2: #i59442# some resources that got broken during UTF-8 conversion fixed 2006/02/13 15:42:51 tl 1.4.52.1: #i59442# symbol resources fixed

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [801a2de33e839280d82d16966f3784f15d97fc85]

        INTEGRATION: CWS sw8pp2utf8 (1.7.56); FILE MERGED 2006/02/14 15:00:30 tl 1.7.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [d438c156be2e95322b2d730d1ef1503cbb7f51e4]

        INTEGRATION: CWS sw8pp2utf8 (1.7.56); FILE MERGED 2006/02/14 15:00:29 tl 1.7.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [7944704889f052268f82a3575db13c9359604be4]

        INTEGRATION: CWS sw8pp2utf8 (1.4.56); FILE MERGED 2006/02/14 15:00:28 tl 1.4.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [533a4f5cc79b1b03fe9c98b134626ef2eccc5363]

        INTEGRATION: CWS sw8pp2utf8 (1.5.56); FILE MERGED 2006/02/14 15:00:28 tl 1.5.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [e5fe0bd4d8d52ba81f2bd78b752a2a968430daf8]

        INTEGRATION: CWS sw8pp2utf8 (1.5.56); FILE MERGED 2006/02/14 15:00:27 tl 1.5.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [e56687d22085d21537422e4895195b1c7a490d1f]

        INTEGRATION: CWS sw8pp2utf8 (1.3.56); FILE MERGED 2006/02/14 15:00:27 tl 1.3.56.1: #i51685# remove unused code from starmath binfilter

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [66152e1e52c3537afabefebcec09e8b338592447]

        INTEGRATION: CWS aquacolors (1.44.26); FILE MERGED 2006/03/05 20:20:05 ericb 1.44.26.3: #i61174# aquacolors : use macosxrc.txt only for deliver 2006/03/03 12:43:03 ericb 1.44.26.2: #i61174# change delivered config file name for macosxrc.txt, more easy to read 2006/02/14 21:57:03 ericb 1.44.26.1: #i61174# deliver macosxrc

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [aed2fde0c0cc57b4ae70ef33734a34020762ee4e]

        INTEGRATION: CWS aquacolors (1.32.90); FILE MERGED 2006/02/14 21:56:33 ericb 1.32.90.1: #i61174# add misc macosxrc in build.lst

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [62b16da119e46fe4a229995cc356aabb5ca186ea]

        INTEGRATION: CWS aquacolors (1.32.52); FILE MERGED 2006/03/03 12:49:05 ericb 1.32.52.1: #i61174# aquacolors ;5Cadd key for MacOSXIntegrator()

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [73c5b52ee4a46bbca746062dc229cab902f481f2]

        INTEGRATION: CWS aquacolors (1.141.14); FILE MERGED 2006/03/03 12:47:11 ericb 1.141.14.2: #i61174# aquacolors change config file name for macosxrc.txt, more easy to open 2006/02/14 21:42:39 ericb 1.141.14.1: #i61174# package macosxrc for aquacolors

2006-03-07  Rüdiger Timm  <rt@openoffice.org>  [051f524242db1e18fd741300c80b157aa0281aee]

        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>  [b7752e74d838e408181b3812ab1abb1e8305a90e]

        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>  [decdd24e6bd22f99692db2a64ba8c1d63d57e0fa]

        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>  [9b75e7a6504294e6b9bc7ecb5e5856a11e497797]

        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>  [f84476a3768bed31083a2d7e448a0e6e8fd2a4eb]

        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>  [1c9e475e029f6b98d4c379b4db935e523a279754]

        INTEGRATION: CWS native36 (1.3.92); FILE MERGED 2006/02/20 11:34:52 is 1.3.92.2: RESYNC: (1.3-1.5); FILE MERGED 2006/02/16 14:22:54 is 1.3.92.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [baf04058fdb67bbd5dc151fd2641e8a540cd8737]

        INTEGRATION: CWS native36 (1.182.4); FILE MERGED 2006/02/20 11:33:49 is 1.182.4.2: RESYNC: (1.182-1.186); FILE MERGED 2006/02/13 16:56:39 is 1.182.4.1: #i54418# gdiplus.dll required for OOo

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [cd0a6c82d55262a5725ac1c57e9f70fb95e0ded4]

        INTEGRATION: CWS native36 (1.3.50); FILE MERGED 2006/01/17 13:12:16 is 1.3.50.1: #i60456# custom action in repair mode

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [f89c2f80b0e3a52e63a4dbc118c08f394d3bae23]

        INTEGRATION: CWS native36 (1.1.154); FILE MERGED 2006/01/17 13:12:16 is 1.1.154.1: #i60456# custom action in repair mode

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [7c2ab3a04a0c92f6ee40439d2f1f5e6d273a5c98]

        INTEGRATION: CWS native36 (1.2.142); FILE MERGED 2006/01/17 13:12:16 is 1.2.142.1: #i60456# custom action in repair mode

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [2521869690771c7af094520edf92ee8d2c5573a1]

        INTEGRATION: CWS native36 (1.7.4); FILE MERGED 2006/02/20 11:31:13 is 1.7.4.3: RESYNC: (1.7-1.8); FILE MERGED 2006/02/20 10:30:01 is 1.7.4.2: #131293# correct text encoding 2006/02/16 14:25:06 is 1.7.4.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [8caf6d961bab51e5d70da051f782ca8a0292adfc]

        INTEGRATION: CWS native36 (1.5.42); FILE MERGED 2006/02/20 11:30:56 is 1.5.42.2: RESYNC: (1.5-1.6); FILE MERGED 2006/02/16 14:24:55 is 1.5.42.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3c5ade80b1b7c8532d7e3b0c41d4acd2885245fa]

        INTEGRATION: CWS native36 (1.33.6); FILE MERGED 2006/02/08 13:39:05 is 1.33.6.2: #130847# setting patch level 3 2006/01/31 13:27:18 is 1.33.6.1: #i59187# allowing relative pathes in ddf files

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3a43acf01d9724862d30f75d1b2202e77d1e0570]

        INTEGRATION: CWS native36 (1.4.170); FILE MERGED 2006/02/08 14:11:07 is 1.4.170.1: #i48393# german license string with dot at end

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3c7251093832dff39a71f160b4f9c5b6214f6087]

        INTEGRATION: CWS native36 (1.15.68); FILE MERGED 2006/02/23 16:01:43 is 1.15.68.3: #131293# feature setting in property table in patch 2006/02/21 11:09:13 is 1.15.68.2: #131293# module settings in patch 2006/02/16 14:28:19 is 1.15.68.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [89c0b3e83d24d7ff28e1eae9cb3e718a72c7fc6f]

        INTEGRATION: CWS native36 (1.30.44); FILE MERGED 2006/01/31 14:17:43 is 1.30.44.2: RESYNC: (1.30-1.31); FILE MERGED 2006/01/31 13:29:33 is 1.30.44.1: #i59187# allowing relative pathes in ddf files

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [d6d0dad4323c11a90a8d7dd353d51beacfe9fee2]

        INTEGRATION: CWS native36 (1.11.14); FILE MERGED 2006/02/21 11:09:13 is 1.11.14.3: #131293# module settings in patch 2006/02/20 11:26:50 is 1.11.14.2: RESYNC: (1.11-1.12); FILE MERGED 2006/02/16 14:28:20 is 1.11.14.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [9aa631c73c14961d23b442dcfa1b5a0f775ff22a]

        INTEGRATION: CWS native36 (1.17.72); FILE MERGED 2006/01/25 11:00:29 is 1.17.72.1: #i61140# setting TARGETDIR subdirectories also for language packs

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [029a2788cbda50b02132dd2e292220da659d0424]

        INTEGRATION: CWS native36 (1.22.18); FILE MERGED 2006/02/08 14:34:08 is 1.22.18.1: #130874# better rpm logging for java installer

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [e3b724bdd4e967341595f9086f51b7858283f6be]

        INTEGRATION: CWS native36 (1.49.6); FILE MERGED 2006/02/21 11:09:13 is 1.49.6.2: #131293# module settings in patch 2006/02/16 14:28:17 is 1.49.6.1: #131293# new CustomAction to set feature states in patch

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [61cd94da602a9f0e62678f0a2f6276521461d24b]

        INTEGRATION: CWS native36 (1.58.20); FILE MERGED 2006/01/31 14:15:52 is 1.58.20.2: RESYNC: (1.58-1.59); FILE MERGED 2006/01/31 13:29:32 is 1.58.20.1: #i59187# allowing relative pathes in ddf files

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [5888692af0afb711dc49b049502c4cde71302a8a]

        INTEGRATION: CWS cwsqueryenhance (1.9.22); FILE MERGED 2006/03/01 11:53:55 hr 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2006/03/01 11:34:13 hr 1.9.22.1: #i62652#: add query for 'planned' state

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [77b54da3666282777242bea25de62d9caf3231b8]

        INTEGRATION: CWS swqbf56 (1.105.152); FILE MERGED 2006/03/02 12:38:57 od 1.105.152.1: #b6382898# <SwXTextDocument::createInstance(..)> 	   - provide com.sun.star.drawing.OLE2Shape for service name 	     com.sun.star.drawing.temporaryForXMLImportOLE2Shape. 	     Used to import Draw OLE objects via XML import in order to 	     convert these into graphic objects. 	   <SwXTextDocument::getAvailableServiceNames(..)> 	   - follow-up of i33294: 	     remove com.sun.star.drawing.OLE2Shape from the list of 	     available service names.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [2fe3ae62d5e0ee3a008a8acf44d2be9f636bb433]

        INTEGRATION: CWS swqbf56 (1.68.30); FILE MERGED 2006/03/02 12:45:14 od 1.68.30.1: #b6382898# <XMLReader::Read(..)> 	   - convert Draw OLE objects into Draw graphic objects after 	     the intrinsic import.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [432a8f924076aa64284d7a9e0fd61f684004efec]

        INTEGRATION: CWS swqbf56 (1.36.158); FILE MERGED 2006/03/02 12:48:33 od 1.36.158.1: #b6382898# <SwFEShell::Paste( SvStream&, USHORT, const Point* )> 	   - Instead of removing the OLE objects in the pasted <SdrModel> 	     replace them by graphic objects.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [a55cee59b76718d241c7c6aa2eebfad98f544875]

        INTEGRATION: CWS swqbf56 (1.17.238); FILE MERGED 2006/03/02 12:43:12 od 1.17.238.1: #b6382898# - implementation of <SwDrawDocument::createUnoModel()>: 	     Model of <SfxObjectShell> is returned.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [e6bdac42650b71ae37bb450ff9aa57edfcace931]

        INTEGRATION: CWS swqbf56 (1.2.238); FILE MERGED 2006/03/02 12:41:52 od 1.2.238.1: #b6382898# class <SwDrawDocument> 	   - overload method <createUnoModel()> from class <SdrModel>. 	     Needed for XML import of Draw OLE objects.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [fe669a0ec72da4681b555c22fe01b8c6f99dadd6]

        INTEGRATION: CWS swqbf56 (1.108.6); FILE MERGED 2006/03/02 13:28:53 od 1.108.6.2: RESYNC: (1.108-1.109); FILE MERGED 2006/03/02 12:34:10 od 1.108.6.1: #b6382898# <SdXMLShapeContext::AddShape( const char* ) 	   - The Writer model (XTextDocument) no longer support service 	     com.sun.star.drawing.OLE2Shape since fix for issue i33294. 	     To handle Draw OLE objects in Writer documents it has been 	     decided to import these as OLE object convert them after 	     the import into graphic objects. 	     Thus, if service com.sun.star.drawing.OLE2Shape is requested 	     for a Writer document, use temporary service name 	     com.sun.star.drawing.temporaryForXMLImportOLE2Shape to 	     retrieve such a service from the Writer model. 	     The conversion into graphic objects is performed after the 	     intrinsic XML import.

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [02b82100bf566bf704abb959c51cb71e1a05a657]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2005/11/10 15:48:56 dbo 1.8.40.2: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:16:01 dbo 1.8.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [5d06610ae7d2d5d0a248d5b9451fb1c8a51c8453]

        INTEGRATION: CWS dbo510 (1.6.40); FILE MERGED 2005/11/10 15:48:55 dbo 1.6.40.2: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:16:00 dbo 1.6.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [69244deab0790e6cdc768d9bf6dfe6b89fbbe00a]

        INTEGRATION: CWS dbo510 (1.7.40); FILE MERGED 2006/02/15 10:40:37 dbo 1.7.40.2: #i59034# using containerToSequence() 2005/11/01 22:16:00 dbo 1.7.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [0e72caec2403b7c43a1bce4304a7b401cd9e08de]

        INTEGRATION: CWS dbo510 (1.9.40); FILE MERGED 2005/11/01 22:16:00 dbo 1.9.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b34e92982df177620f72214e2de927e73a7abd4f]

        INTEGRATION: CWS dbo510 (1.7.40); FILE MERGED 2005/11/10 15:48:54 dbo 1.7.40.2: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:15:59 dbo 1.7.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [e0abd78739fcd208afa4a027475e0af2a7d4626f]

        INTEGRATION: CWS dbo510 (1.9.38); FILE MERGED 2006/02/15 10:40:36 dbo 1.9.38.4: #i59034# using containerToSequence() 2005/11/21 10:30:58 dbo 1.9.38.3: #i49437# prefixed bootstrap variables with PKG_ to avoid clashes with unorc Issue number: Submitted by: Reviewed by: 2005/11/10 15:48:53 dbo 1.9.38.2: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:15:59 dbo 1.9.38.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [913e19586fed32b46dbeba43b3a3af5b00c70c7f]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2006/02/15 10:40:36 dbo 1.8.40.1: #i59034# using containerToSequence()

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [eb294a67cc462e3c5192595b8bdb3349e460e09b]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2005/11/10 15:48:52 dbo 1.8.40.3: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:43:56 dbo 1.8.40.2: corrected minor build issues 2005/11/01 22:15:58 dbo 1.8.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [135dcc19ed56c6f632be537605853199ea1b2a12]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2005/11/01 22:20:52 dbo 1.8.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [4db690088364040283323967d9b61a57383e50d6]

        INTEGRATION: CWS dbo510 (1.5.40); FILE MERGED 2005/11/10 15:48:51 dbo 1.5.40.3: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/02 15:40:18 dbo 1.5.40.2: avoiding use of anonymous namespaces with service decl objects Issue number: Submitted by: Reviewed by: 2005/11/01 22:16:39 dbo 1.5.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [4c594a0e5eb5e3d6b7f1929fdb2683b69385a7b2]

        INTEGRATION: CWS dbo510 (1.5.40); FILE MERGED 2005/11/10 15:48:51 dbo 1.5.40.2: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/01 22:14:05 dbo 1.5.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [5691f11e362a298e368cd8047e452996602aa3a6]

        INTEGRATION: CWS dbo510 (1.9.40); FILE MERGED 2006/02/15 10:40:35 dbo 1.9.40.2: #i59034# using containerToSequence() 2005/11/01 22:14:04 dbo 1.9.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b1b924f81d570b7f12e3a2c915d1e79309dd7d14]

        INTEGRATION: CWS dbo510 (1.4.40); FILE MERGED 2005/11/01 22:19:11 dbo 1.4.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [1c0e2b49fea1ea175fbc9eeacf2d930c4a4ca386]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2005/11/10 15:48:50 dbo 1.8.40.3: adopted to revised SreviceDecl Issue number: Submitted by: Reviewed by: 2005/11/02 15:40:17 dbo 1.8.40.2: avoiding use of anonymous namespaces with service decl objects Issue number: Submitted by: Reviewed by: 2005/11/01 22:19:11 dbo 1.8.40.1: adopted to ServiceDecl Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [26ef1c1cb1a8c78b1347bd5351af36826fc85d15]

        INTEGRATION: CWS dbo510 (1.10.38); FILE MERGED 2006/02/22 11:59:42 dbo 1.10.38.4: #i62333# using inout_by_ref 2006/02/15 10:40:34 dbo 1.10.38.3: #i59034# using containerToSequence() 2006/02/14 11:48:52 dbo 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/02 13:20:38 dbo 1.10.38.1: adopted to vcl::solarthread::syncExecute() Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [4b58684fc9a314fb592728c1cb745dd606a252e5]

        INTEGRATION: CWS dbo510 (1.4.40); FILE MERGED 2005/12/19 14:12:59 dbo 1.4.40.1: #i59034# destroying dialog window within solar thread Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [ef383b75d7209acf67668bce43f0237f2d9f59df]

        INTEGRATION: CWS dbo510 (1.5.40); FILE MERGED 2005/12/19 14:12:56 dbo 1.5.40.1: #i59034# destroying dialog window within solar thread Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [6da6ad9a0fe3446b46b415049f9e0b137250226d]

        INTEGRATION: CWS dbo510 (1.8.40); FILE MERGED 2006/02/22 11:59:41 dbo 1.8.40.2: #i62333# using inout_by_ref 2005/11/02 13:20:38 dbo 1.8.40.1: adopted to vcl::solarthread::syncExecute() Issue number: Submitted by: Reviewed by:

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3d95ab3848084ed3199624144cdccd38a0b478ce]

        INTEGRATION: CWS dbo510 (1.29.2); FILE MERGED 2006/02/14 11:44:11 dbo 1.29.2.2: RESYNC: (1.29-1.32); FILE MERGED 2005/11/25 10:10:37 dbo 1.29.2.1: #i49437# changed package related UNO_SERVICES, UNO_TYPES, UNO_JAVA_CLASSPATH prefixed with PKG

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b4f7d5b587af30aa84c2aaca76b9a59e6fb7b62a]

        INTEGRATION: CWS dbo510 (1.30.8); FILE MERGED 2005/11/18 12:21:42 dbo 1.30.8.1: additoinal test

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [e6299f31527929fb42ca8a52b1bb35570cce8cbd]

        INTEGRATION: CWS dbo510 (1.31.6); FILE MERGED 2005/11/18 12:25:10 dbo 1.31.6.1: #i56799# optimized object entry insertion

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [972fc603c7967db22e07ca58ca971d04ef6353b1]

        INTEGRATION: CWS dbo510 (1.16.6); FILE MERGED 2005/10/31 14:16:56 dbo 1.16.6.1: #i56799# postponing interface release calls after assignment #i44541# fixed assignData() self assignment MSVC alloca(0) returns same address for two subsequent calls

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b01acca6a596a0770c00323ec176e280669b5862]

        INTEGRATION: CWS dbo510 (1.14.8); FILE MERGED 2006/02/14 11:34:17 dbo 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/31 10:01:28 dbo 1.14.8.1: missing undef

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b5a03fa8036739be0b570a1bd6bd78aad76e0b95]

        INTEGRATION: CWS dbo510 (1.23.8); FILE MERGED 2005/10/31 10:59:45 dbo 1.23.8.1: #i56799# fixing reentrance problem when releasing interface

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [28b13292c378a99f968c08c4497fa0f0672a92cb]

        INTEGRATION: CWS dbo510 (1.6.10); FILE MERGED 2005/10/31 11:00:53 dbo 1.6.10.1: #i56799# fixing reentrance problem when releasing interface

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [1b43307b0c0a3ad6a2e5b20a139bd0801f9e0874]

        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>  [778e4a4ea1604d83a983655c8af4fc82388c9d34]

        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>  [a8f9df96721d93404a7b4b2151edccc411ef735b]

        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>  [67a43df67a1b616471bdcc1db68b7aefa5d8c83f]

        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>  [ec7bafc811643010e8bfa90bc2a9f38b58a52163]

        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>  [e6a32ec279edd834988d05e62dcaf1e07747fd02]

        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>  [56df932f66a436719f15b4f431307fc58106a115]

        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>  [8248b410cbd5286d0ef104c3f35c76069d9fadb4]

        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>  [b5062dd6331c64107b412b378052796c0998b317]

        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>  [e9c015dbcda235e39924ce5e800a107d9d6f1def]

        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-06  Rüdiger Timm  <rt@openoffice.org>  [599e017ace5bff4ec1192febb985d475bb8d3aa6]

        INTEGRATION: CWS dbo510 (1.24.22); FILE MERGED 2006/02/15 10:53:50 dbo 1.24.22.1: #i59034# making Sequence construction robust for non-pro

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3ea4cc4e88264806eef45363023b331fa26924a6]

        INTEGRATION: CWS dbo510 (1.7.20); FILE MERGED 2006/02/15 10:53:50 dbo 1.7.20.1: #i59034# making Sequence construction robust for non-pro

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b88d12c01bb68105a2f3dd7aaa8b9ab252a06c49]

        INTEGRATION: CWS dbo510 (1.9.14); FILE MERGED 2005/11/21 15:33:46 dbo 1.9.14.1: #i58248# fixing Weak[Agg]ComponentImplHelperBase::release(), documenting OWeakObject::release()

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [198646715b2f0f2809717be288430f11a657dfa8]

        INTEGRATION: CWS dbo510 (1.15.14); FILE MERGED 2005/11/21 15:33:46 dbo 1.15.14.1: #i58248# fixing Weak[Agg]ComponentImplHelperBase::release(), documenting OWeakObject::release()

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [15f42e28fc374a067d72f029ed42c40a96b26c25]

        INTEGRATION: CWS native40 (1.33.22); FILE MERGED 2006/02/22 14:47:04 is 1.33.22.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [8201e164c78733f7b6239dc5cd0ed61a67c74d4d]

        INTEGRATION: CWS native40 (1.30.16); FILE MERGED 2006/02/22 14:57:36 is 1.30.16.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [48f484a191f1b28af5d6d50fa9bbee24395ce49e]

        INTEGRATION: CWS native40 (1.7.234); FILE MERGED 2006/02/22 14:57:36 is 1.7.234.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [820a1bcf5713ff8847868d1c7e36fe67c0f9a420]

        INTEGRATION: CWS native40 (1.49.22); FILE MERGED 2006/02/22 14:57:36 is 1.49.22.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [3afde32fda7cdff5b4ed5fa0b24e3fbf64b620d1]

        INTEGRATION: CWS native40 (1.25.160); FILE MERGED 2006/02/22 14:57:36 is 1.25.160.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [d379c0b356523f23a13a975e1ef14095083fe94e]

        INTEGRATION: CWS native40 (1.59.36); FILE MERGED 2006/02/22 14:57:35 is 1.59.36.1: #i62313# new OOo downloads

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [29194816a45012714c37d676bb9fbd4f2b313267]

        INTEGRATION: CWS impress85 (1.21.18); FILE MERGED 2006/02/17 13:15:06 sj 1.21.18.1: #i39006# adding more defaults to Fontwork gallery

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [96681e9d53559c7c6f14cfc7b0d7535cbc6ba6c6]

        INTEGRATION: CWS impress85 (1.26.134); FILE MERGED 2006/02/09 11:04:07 sj 1.26.134.1: #61108# creating temporary rectangle to prevent valgrind memory problem

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [612b80794c9cb94c7ff367075d84b2f3a15e7d53]

        INTEGRATION: CWS impress85 (1.9.52); FILE MERGED 2006/02/15 16:00:48 sj 1.9.52.1: #i61492# now using SdrDragMove for CustomShapes to allow grid snaping when moving

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [34936b2b30eb2b90518f8ab11b7d0748dfa8e86c]

        INTEGRATION: CWS impress85 (1.128.84); FILE MERGED 2006/02/16 12:12:36 sj 1.128.84.1: #i59807# applying graphic attributes also for calc

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [a1f8f494b0a4f892f1a23aada2c8ed25aaad7b94]

        INTEGRATION: CWS impress85 (1.57.224); FILE MERGED 2006/02/08 16:14:27 sj 1.57.224.1: #i61567# fixed export of transparency

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [d6b962401dde909559727ab454195b93a8413a9b]

        INTEGRATION: CWS impress85 (1.5.88); FILE MERGED 2006/02/17 12:53:21 sj 1.5.88.1: #i39006# adding more defaults to Fontwork gallery

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [6d568486e106d23bca5f7efde521447e817589c7]

        INTEGRATION: CWS impress85 (1.5.88); FILE MERGED 2006/02/17 12:53:18 sj 1.5.88.1: #i39006# adding more defaults to Fontwork gallery

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [b8c36fb1f039c8581c1ad323d66dbe650bf4bf62]

        INTEGRATION: CWS impress85 (1.5.88); FILE MERGED 2006/02/17 12:53:20 sj 1.5.88.1: #i39006# adding more defaults to Fontwork gallery

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [c99f2a4098e1222dbeaee373b1a01a4395045b2a]

        INTEGRATION: CWS impress85 (1.33.112); FILE MERGED 2006/02/15 15:25:13 cl 1.33.112.1: #i61853# init missing SdOptionsMisc items in ctor

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [210309619877eca57c7abb92243c4b0381ed5771]

        INTEGRATION: CWS impress85 (1.1.2); FILE ADDED 2006/02/10 17:04:55 sj 1.1.2.1: #i58428# initial version

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [2734cfdf5c15b76e5349ca20b7806dac28d0bf0f]

        INTEGRATION: CWS impress85 (1.1.2); FILE ADDED 2006/02/10 17:04:46 sj 1.1.2.1: #i58428# initial version

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [29fda6ced3793e1bdf4ef226817259e21dfea27a]

        INTEGRATION: CWS impress85 (1.6.18); FILE MERGED 2006/02/10 17:04:07 sj 1.6.18.1: #i58428# added audio export

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [9d99632f6206476c49a5619d8edd412a7132a2d1]

        INTEGRATION: CWS impress85 (1.8.42); FILE MERGED 2006/02/14 16:18:28 sj 1.8.42.3: #58428# improved sound export, now they can be heard also in ppt properly 2006/02/10 17:04:07 sj 1.8.42.2: #i58428# added audio export 2006/02/10 17:01:30 sj 1.8.42.1: initial version

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [e8aaff50a27a9952c4a527ca13a480820fd00090]

        INTEGRATION: CWS impress85 (1.8.122); FILE MERGED 2006/02/10 17:04:06 sj 1.8.122.1: #i58428# added audio export

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [6f10ee6e56f1ca68f939d5f8512320f3a81f7f06]

        INTEGRATION: CWS impress85 (1.87.112); FILE MERGED 2006/02/10 17:04:06 sj 1.87.112.1: #i58428# added audio export

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [a90e12b2270faa1fe8c5b77c663638211a520233]

        INTEGRATION: CWS impress85 (1.41.122); FILE MERGED 2006/02/10 17:04:05 sj 1.41.122.1: #i58428# added audio export

2006-03-06  Rüdiger Timm  <rt@openoffice.org>  [641e49171c894036e366904d9b700a6bd4d0b728]

        INTEGRATION: CWS impress85 (1.51.120); FILE MERGED 2006/02/10 17:04:05 sj 1.51.120.1: #i58428# added audio export

2006-03-03  Vladimir Glazounov  <vg@openoffice.org>  [7d388e02903a4e71a346cd0811d3dc83180a1921]

        new version for OOB680

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [1cbaf8136d9ae613beab741657ad49690f1ec47f]

        SRC680

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [25c5c528834d9fc1371eac2b8ab726179e287469]

        #i10000#,#i62535# fix logic problem with PPDS and AFMS configuration (hr)

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6beb13795d8bea224d672cdc3e3a8ea35608956d]

        #i10000#,#i62535# fix logic problem with PPDS and AFMS configuration (hr 1.153.2.5)

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [9d363f73642d2bd5e8ba9c42d0cc1a8e8825d6c0]

        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>  [9810dcec33c423f8457be0d32e2477d9736102f3]

        INTEGRATION: CWS formkeyconfig (1.28.150); FILE MERGED 2006/02/27 10:43:16 fs 1.28.150.1: #i62548# InitAccCfg: use externally-provided XFrame, preferred over Desktop's ActiveFrame

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [11a4a45d72c7efc46728d28a299acd0017d49f91]

        INTEGRATION: CWS formkeyconfig (1.30.8.1.6); FILE MERGED 2006/02/27 10:35:31 fs 1.30.8.1.6.2: #i62548# reverted previous fix, instead propagate the SvxConfigDialog's XFrame also to the RID_SVXPAGE_KEYBOARD page 2006/02/27 09:25:08 fs 1.30.8.1.6.1: #i62548# no 'Keyboard' page in the 'Customize' dialog for sub documents of database documents

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [593648a4b4d596bcd564fcf0f843f55f6365bfee]

        INTEGRATION: CWS killablesoffice (1.6.78); FILE MERGED 2006/02/20 17:06:54 hro 1.6.78.1: #i62312# Attach to parent process und synchronize process lives

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f05ab1a5936938bf44173f6468b45e188a7ff077]

        INTEGRATION: CWS killablesoffice (1.23.68); FILE MERGED 2006/02/21 18:07:18 hro 1.23.68.2: #i62313# Hint to corresponding source code, fix pot. atol exception 2006/02/20 17:06:25 hro 1.23.68.1: #i62312# Attach to parent process und synchronize process lives

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [664bf1dd79bc18d08182dba0db9f72f530ade4b9]

        INTEGRATION: CWS obo04 (1.12.152); FILE MERGED 2006/02/09 14:11:01 obo 1.12.152.1: #i61848# merge actual changes into cwsanalyze.pl

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [67d9a40aaf4ae4665a3407f2590669771bfa787d]

        INTEGRATION: CWS cairocanvas (1.123.10); FILE MERGED 2006/01/27 12:12:33 thb 1.123.10.2: RESYNC: (1.123-1.133); FILE MERGED 2005/11/09 15:42:19 radekdoulik 1.123.10.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik checks for cairo library (with version >= 1.0.2)

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f9473389dedf31502be16ad93ed21c535e546329]

        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>  [cb3b577dd0b8e2d02d78ac040c24866a4dd82caa]

        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>  [df3ab09c40a13b606495b3b3f64ed16d1486b1f0]

        INTEGRATION: CWS cairocanvas (1.24.108); FILE MERGED 2006/01/27 13:22:33 thb 1.24.108.3: RESYNC: (1.27-1.29); FILE MERGED 2005/12/12 19:05:54 thb 1.24.108.2: RESYNC: (1.24-1.27); FILE MERGED 2005/11/09 13:00:28 radekdoulik 1.24.108.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik scp2 changes to include cairo canvas component in serveces.rdb

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [df6004340d7f2535c64901694ce2ce051ecb809b]

        INTEGRATION: CWS cairocanvas (1.35.76); FILE MERGED 2006/01/27 13:19:45 thb 1.35.76.2: RESYNC: (1.35-1.38); FILE MERGED 2005/11/09 13:00:28 radekdoulik 1.35.76.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik scp2 changes to include cairo canvas component in serveces.rdb

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [1e200d8219983beaf346322e3021824b5732dc83]

        INTEGRATION: CWS cairocanvas (1.2.112); FILE MERGED 2006/01/27 13:16:41 thb 1.2.112.2: RESYNC: (1.2-1.3); FILE MERGED 2005/11/09 13:00:27 radekdoulik 1.2.112.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik scp2 changes to include cairo canvas component in serveces.rdb

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [9deea54b161e9ff63867f56613448f56e6b95937]

        INTEGRATION: CWS cairocanvas (1.1.2); FILE ADDED 2005/11/09 13:00:27 radekdoulik 1.1.2.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik scp2 changes to include cairo canvas component in serveces.rdb

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [509cad20937c6bd82306835f3a791b4c32d1ff0e]

        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>  [073ca574707e11b1246058dacd686b44d62d70cc]

        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>  [539b20c8f636944220335f2c25c819c03c5cc971]

        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>  [80e4436f2b7bf752409e485d680317afd5f263cd]

        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>  [d7426f41ba32f5f3029c43bb2fe8b570a7f4f55a]

        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>  [9d2ed3abf8582b96d97f22df424cf34b4e69a5df]

        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>  [2f1351f29ebda0ce09a63bbabd0868224d55ac0a]

        INTEGRATION: CWS cairocanvas (1.58.114); FILE MERGED 2006/01/12 17:28:53 mba 1.58.114.1: #i53104#: SaveDocView no longer used. apps will decide themselves what to do

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [ca17ea2a2650a710542478b545f8e51006f38536]

        INTEGRATION: CWS cairocanvas (1.18.100); FILE MERGED 2006/01/27 12:27:54 thb 1.18.100.5: RESYNC: (1.19-1.21); FILE MERGED 2005/12/13 17:25:52 thb 1.18.100.4: #i59119#, #i53104# Dialog reworked (unused stuff removed, hw accel checkbox moved to the right column) 2005/12/12 18:43:06 thb 1.18.100.3: RESYNC: (1.18-1.19); FILE MERGED 2005/11/22 13:25:14 radekdoulik 1.18.100.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik reverted UI changes, so that cairo canvas cws is accepted easier 2005/11/09 15:12:08 radekdoulik 1.18.100.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik accelerated checkbutton in options/view to enable cairo canvas on unix boxes

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f837c1c6c3790e05dbeae7a1e805b618d534a51c]

        INTEGRATION: CWS cairocanvas (1.15.130); FILE MERGED 2006/01/27 12:27:34 thb 1.15.130.6: RESYNC: (1.16-1.17); FILE MERGED 2005/12/14 11:50:52 thb 1.15.130.5: #i59119# Removed unused controls (needs to be truly removed for next incompatible build); removed HW accel controls from control shift list 2005/12/13 17:25:50 thb 1.15.130.4: #i59119#, #i53104# Dialog reworked (unused stuff removed, hw accel checkbox moved to the right column) 2005/12/12 18:42:46 thb 1.15.130.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/22 13:25:13 radekdoulik 1.15.130.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik reverted UI changes, so that cairo canvas cws is accepted easier 2005/11/09 15:12:08 radekdoulik 1.15.130.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik accelerated checkbutton in options/view to enable cairo canvas on unix boxes

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [fb1f9e7c0399a65c76591a6cecdc9a90060c8988]

        INTEGRATION: CWS cairocanvas (1.25.76); FILE MERGED 2006/01/27 12:27:22 thb 1.25.76.6: RESYNC: (1.27-1.28); FILE MERGED 2005/12/14 11:50:51 thb 1.25.76.5: #i59119# Removed unused controls (needs to be truly removed for next incompatible build); removed HW accel controls from control shift list 2005/12/12 18:42:35 thb 1.25.76.4: RESYNC: (1.25-1.27); FILE MERGED 2005/11/29 14:28:18 thb 1.25.76.3: #i51657# Enabling hw accel checkbox for Cairo again 2005/11/22 13:25:13 radekdoulik 1.25.76.2: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik reverted UI changes, so that cairo canvas cws is accepted easier 2005/11/09 15:12:07 radekdoulik 1.25.76.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik accelerated checkbutton in options/view to enable cairo canvas on unix boxes

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6e93bedad4d3a761eab1a16dd0e5677d3b71f82b]

        INTEGRATION: CWS cairocanvas (1.78.8); FILE MERGED 2006/01/27 12:13:17 thb 1.78.8.2: RESYNC: (1.78-1.86); FILE MERGED 2005/11/09 15:42:26 radekdoulik 1.78.8.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik checks for cairo library (with version >= 1.0.2)

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f4866f7855671e8722e979197d019d53f7452fca]

        INTEGRATION: CWS cairocanvas (1.139.8); FILE MERGED 2006/01/27 12:12:55 thb 1.139.8.2: RESYNC: (1.139-1.150); FILE MERGED 2005/11/09 15:42:25 radekdoulik 1.139.8.1: Issue number:  #51657 Submitted by:  radekdoulik Reviewed by:   radekdoulik checks for cairo library (with version >= 1.0.2)

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [a1895eccb36bcb04707a52e1b92c35d34cc86b21]

        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>  [84e00b67d307e0a177ce2a1f3d5bc06e05fcb0f9]

        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>  [aa31964754c34f18ccfead6247da9187bd42af63]

        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>  [b8021615a50280c8757e341cd5d0beaaf969c6b1]

        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>  [08b78bd2ee418970f8e25ca66aba61f04520caa9]

        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>  [8d51dafe1a18d733f8a551b3911b2b282af270ff]

        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>  [193c975eb4f7ee12dbc52bb02ee186e491f7013b]

        INTEGRATION: CWS evo2fixes (1.8.44); FILE MERGED 2006/02/20 12:11:19 mmeeks 1.8.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [605390fe2b343dd4c028bb848df300655831511a]

        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>  [573cc66d247df67d3de900e9a6f9cc854315b838]

        INTEGRATION: CWS evo2fixes (1.9.44); FILE MERGED 2006/02/22 12:34:56 cmc 1.9.44.2: #i62318# fix system-mozilla case for not showing mozilla addressbooks 2006/02/20 12:11:18 mmeeks 1.9.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d37867a88b0861edac51eadec23009c9774e1748]

        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>  [34c02168795291624599db5198268d5e72459ce3]

        INTEGRATION: CWS evo2fixes (1.9.44); FILE MERGED 2006/02/22 12:34:55 cmc 1.9.44.1: #i62318# fix system-mozilla case for not showing mozilla addressbooks

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [635da41450e3edae866066a951a29524367dd693]

        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>  [52076ae0012314748428b12a1a944bed3b0fdb2a]

        INTEGRATION: CWS evo2fixes (1.7.44); FILE MERGED 2006/02/20 12:11:18 mmeeks 1.7.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [e95a76f05ba114ef9738727b73594ee9574dd055]

        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>  [d6eb23738d4750fe310c79cf992f30602fa7d191]

        INTEGRATION: CWS evo2fixes (1.9.44); FILE MERGED 2006/02/20 12:11:18 mmeeks 1.9.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d10492eb0026e5c4a5f9f500b8af23e44fdd581f]

        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>  [cf04891b4570184edafa62438901d646f5fe05aa]

        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>  [a2f78dd559a2e66b887596b5aec3c53c2f84e20c]

        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>  [67e85117893349aab387a3e2e3a1a9774ac35415]

        INTEGRATION: CWS evo2fixes (1.54.44); FILE MERGED 2006/02/20 12:11:18 mmeeks 1.54.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [7df5841a060eaa6ed4d1d5969181ad5a114572e0]

        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>  [ce0e369a2d421bb2c4519d0c15b2c2d4b88d41f9]

        INTEGRATION: CWS evo2fixes (1.13.44); FILE MERGED 2006/02/23 10:45:41 mmeeks 1.13.44.2: Issue number:  i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Undo defaults breakage.
        2006/02/20 12:11:17 mmeeks 1.13.44.1: Issue number: i#62138#
        Submitted by: mmeeks
        Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [671489298444f4df725fdfcd22106256c0d31f46]

        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>  [5492744ca9384797ba3c5df7051bb57dc4fc485f]

        INTEGRATION: CWS evo2fixes (1.10.44); FILE MERGED 2006/02/20 12:11:17 mmeeks 1.10.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fs
        
        Re-factor & add support for updated Evolution, LDAP & Groupwise accounts.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d9a99ec698e2dbccd5ea30533db8be2217322f20]

        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>  [eaa46e3d388e0e21f2b7d62268d98574e48b9cfc]

        INTEGRATION: CWS evo2fixes (1.28.40); FILE MERGED 2006/02/20 13:04:32 mmeeks 1.28.40.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fr
        
        Add Evo G/W, LDAP backends to UI.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d2545bd04955adce96ec0fcb4d2651d011828bd0]

        INTEGRATION: CWS hr30 (1.7.214); FILE MERGED 2006/02/06 18:16:02 hr 1.7.214.1: #i60776#: remove -fno-access-control special handling for gcc3. Thanks to shinra@openoffice.org for spotting this

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [99e5dc6889c4c06d9219476ad48421fb4669f7c5]

        INTEGRATION: CWS evo2fixes (1.70.44); FILE MERGED 2006/02/20 13:04:32 mmeeks 1.70.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fr
        
        Add Evo G/W, LDAP backends to UI.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [58a6de851a12077645ed9f7e1c8a92877eaceae4]

        INTEGRATION: CWS evo2fixes (1.8.44); FILE MERGED 2006/02/20 13:04:31 mmeeks 1.8.44.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fr
        
        Add Evo G/W, LDAP backends to UI.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [1cb2182dcf28fda01cc8b7f4a1231768e55aa752]

        INTEGRATION: CWS evo2fixes (1.15.40); FILE MERGED 2006/02/20 13:04:30 mmeeks 1.15.40.1: Issue number: i#62138# Submitted by: mmeeks Reviewed by:  fr
        
        Add Evo G/W, LDAP backends to UI.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [aa288bc40352b7481235517e5d46eda454989b6b]

        INTEGRATION: CWS gslpatches07 (1.54.36); FILE MERGED 2006/02/14 15:23:56 fs 1.54.36.1: #i52747# export osl_setDetailedDebugMessageFunc

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [a4cc79e157f0bd7311ded6686de34c057b8d5750]

        INTEGRATION: CWS gslpatches07 (1.11.68); FILE MERGED 2006/02/14 15:23:40 fs 1.11.68.1: #i52747# +osl_setDetailedDebugMessageFunc

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [226ced6948ec4ac39d125024ce2a050a88c599c3]

        INTEGRATION: CWS gslpatches07 (1.17.66); FILE MERGED 2006/02/14 15:23:40 fs 1.17.66.1: #i52747# +osl_setDetailedDebugMessageFunc

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d46018564fa60a348afa0524229529dae44be9b2]

        INTEGRATION: CWS gslpatches07 (1.7.66); FILE MERGED 2006/02/14 15:23:31 fs 1.7.66.1: #i52747# +osl_setDetailedDebugMessageFunc

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [e74ccfeef66b14514e84808bc8a8831a6bdce5cf]

        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>  [3553fde2bac56abe699ad2789144760b5d1b57b3]

        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>  [6c19c7609ba39f8485980980e46821cb8d22c160]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:37 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [7c000c531b5e6177e3b4e3366fe29ff1870e83f3]

        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>  [312bbb353ad69bd1bd89c298a465f827f12c24d0]

        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>  [2b24fa19b9205be2a31326aacb11b88d90b92a72]

        INTEGRATION: CWS evo2fixes (1.1.2); FILE ADDED 2006/02/15 12:15:36 mmeeks 1.1.2.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f381b6fef0b719b54cf1a75bb2e68d998fe65f9a]

        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>  [350724f6559c6aa27de9ab78b36548558e64ee0f]

        INTEGRATION: CWS evo2fixes (1.1.2); FILE ADDED 2006/02/15 12:15:35 mmeeks 1.1.2.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [7763013d64978f95e6e474fe17385c6a28591fb8]

        INTEGRATION: CWS gslpatches07 (1.1.2); FILE ADDED 2005/12/15 17:13:36 kz 1.1.2.1: #i59302# new fileformat

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6f0bed9c056e57135eab3043dcebf1c2618bd04a]

        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>  [4b6541147e9bc6d3b4322ef7be71b55a7060fffb]

        INTEGRATION: CWS hr30 (1.7.52); FILE MERGED 2006/02/06 18:14:10 hr 1.7.52.1: #i60776#: Clean up conditional code by placing the code in the proper namespace. Thanks to shinra@openoffice.org for spotting this

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [8a228f51d40a851a014454f5a18976439b5b4776]

        INTEGRATION: CWS sixtyfour01 (1.11.10); FILE MERGED 2006/01/14 13:13:27 pjanik 1.11.10.1: #i59448#: trivial sal_Int32 -> long fixes
        
        Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [a5d6d2eb0afcda9a15fecb17a4854f299909f0f8]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:33 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [2926bdd3390432d44879fe71c5503284b90b5030]

        INTEGRATION: CWS gslpatches07 (1.16.8); FILE MERGED 2005/12/15 18:05:09 kz 1.16.8.1: #i59302# adjust smoketest to new fileformat

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [1b77f1b36ef9b9e27d235c7549b325373f385576]

        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>  [ff275aa79ee8209cac4ceadf7b900619739abae9]

        INTEGRATION: CWS hr30 (1.4.52); FILE MERGED 2006/02/06 18:15:30 hr 1.4.52.1: #i60776#: remove -fno-access-control special handling for gcc3. Thanks to shinra@openoffice.org for spotting this

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [e02a49f16d0529302f98ba0570fe76801821318a]

        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>  [8c5f6305219c622bfbed9aa55b1f8eb59bf83bbe]

        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>  [6abb62fe9c826cde4293e74e36ab37b824be9e20]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:32 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [790df2281ae76deb48ea57611c178f2a6838be7b]

        INTEGRATION: CWS sixtyfour01 (1.27.40); FILE MERGED 2006/01/14 12:57:50 pjanik 1.27.40.1: #i57893#: 64bit fixes for module sal. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [137eec3727a17fd6dfc85761c3e6e837d9317da2]

        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>  [87b8934e4dfca8b9d51e9fd2336cba1de110fe65]

        INTEGRATION: CWS sixtyfour01 (1.4.60); FILE MERGED 2006/01/14 12:57:49 pjanik 1.4.60.1: #i57893#: 64bit fixes for module sal. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f582732ea0bdaa239ac052106c7b31dc6285db40]

        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>  [2e1a8cd1538ab3d36d6e1d566ebf51c03ad1e78a]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:31 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [7b2441c3869603bfe5dee92ce7f851f5ee05c8ce]

        INTEGRATION: CWS evo2fixes (1.5.24); FILE MERGED 2006/02/15 12:15:30 mmeeks 1.5.24.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [a4bcfff36261cf435605c66365afbec559760e24]

        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>  [efedd642059c3d09f938ffe35f163e51163dc7d5]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:29 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [6dcc275f9c2403c77376312451b78777e193e9e1]

        INTEGRATION: CWS sixtyfour01 (1.5.14); FILE MERGED 2006/01/14 12:48:38 pjanik 1.5.14.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d77315495ddc2bed810d8f6f95eac59d4f8182b9]

        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>  [0f94eb516a52b88e59283f2a661da1a4dd6c5118]

        INTEGRATION: CWS sixtyfour01 (1.3.14); FILE MERGED 2006/01/14 12:48:37 pjanik 1.3.14.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [65974a1731203a27f2b7b4a883b5b42b3df2355f]

        INTEGRATION: CWS evo2fixes (1.1.2); FILE ADDED 2006/02/15 12:15:29 mmeeks 1.1.2.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [07387628f3fd60a13bb4188ffb32e08416e4916e]

        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>  [4b536e4d17576a5a5adbd04063cb96b77edf8933]

        INTEGRATION: CWS evo2fixes (1.1.2); FILE ADDED 2006/02/15 12:15:28 mmeeks 1.1.2.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [eddd9371d18705cce623e8dfc7c923f53b650de7]

        INTEGRATION: CWS sixtyfour01 (1.4.12); FILE MERGED 2006/01/14 12:48:36 pjanik 1.4.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f22c4fc218112c01971a2687b6a5631638d973ea]

        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>  [d53457a44f02858d6bb095bb5b42f4bdc68b629a]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:26 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [7f5a66f54085066cdd803fa89370e908dc3dfdba]

        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>  [78b609d1aabbfdec0aa7ec5f247e92f66229fe0d]

        INTEGRATION: CWS sixtyfour01 (1.5.12); FILE MERGED 2006/01/14 12:48:35 pjanik 1.5.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [fb0868151c0bfad8d7505485058a5dffc3a63f80]

        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>  [1fa265876fbcab5e94ab1c0baa3c8d09b494d569]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:25 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [bd4e0dac9a2f8bf25e15d364f218453c52a4cf69]

        INTEGRATION: CWS sixtyfour01 (1.3.12); FILE MERGED 2006/01/14 12:48:34 pjanik 1.3.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f3428c02446156e637b31ca9d0170560c92f1b04]

        INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:24 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by:   mmeeks
        
        Fix a number of bugs, make it work with evo 2.4 & 2.6.

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [0b5d291c72e2cd203cd42738f4311e353111fd3d]

        INTEGRATION: CWS sixtyfour01 (1.7.12); FILE MERGED 2006/01/14 12:48:34 pjanik 1.7.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [e7a446530b9686f8b0dfa5e65963a6d8743de858]

        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>  [87ad7008d65fa4ea5bca6f4522f097f3bcc54fa9]

        INTEGRATION: CWS sixtyfour01 (1.8.12); FILE MERGED 2006/01/14 12:48:33 pjanik 1.8.12.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [d969877f984c85cef33f0ed26f6032909da8f007]

        INTEGRATION: CWS sixtyfour01 (1.6.14); FILE MERGED 2006/01/14 12:48:32 pjanik 1.6.14.1: #i57737#: 64bit fixes for module store. Patch from Jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [19cf997102c533e48bacda46c7be0372d67cfdf3]

        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>  [d0f04650e46ea80a7195d74435085d2bac89f1f4]

        INTEGRATION: CWS jw1 (1.3.28); FILE MERGED 2006/02/13 20:08:25 sparcmoz 1.3.28.1: #i53393 VendorBase::compareVersions must be overridden in derived class

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [03d6b7d815a05fdd0a027480372fa50e92336c0d]

        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-28  Kurt Zenker  <kz@openoffice.org>  [e3afe740ce22d5bc8b7d229d1c0dd771806aa2a5]

        INTEGRATION: CWS sixtyfour01 (1.3.18); FILE MERGED 2006/01/14 13:04:57 pjanik 1.3.18.1: #i59252#: Fix the usage of PacketHandler::ReceiveData according to its declaration. Patch from jan Holesovsky (JCA).

2006-02-28  Kurt Zenker  <kz@openoffice.org>  [f340f8b3357fd1e4dd6a3d2fcc00a3c2278f4c1b]

        INTEGRATION: CWS jw1 (1.5.12); FILE MERGED 2006/02/13 20:08:10 sparcmoz 1.5.12.1: #i53393 VendorBase::compareVersions must be overridden in derived class

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [e5012c3f394133c1332e529ce7a3e1e505986180]

        INTEGRATION: CWS c09v002 (1.33.2); FILE MERGED 2006/02/21 15:26:14 os 1.33.2.1: #i62354# depend visibility of component search buttons on configuration data

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [1dc47907873c841184158deb7ec21c4a601beff7]

        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>  [4c866ae8a24c9d528b372aa4bf49bf8a29f7e47f]

        INTEGRATION: CWS native38 (1.33.10); FILE MERGED 2006/02/09 16:30:24 is 1.33.10.1: #i61842# new include path for ooo dev bitmaps

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [4d05aa1e3143ad792198f7e163692ac7dde87da2]

        INTEGRATION: CWS pngmagic_SRC680 (1.5.188); FILE MERGED 2006/02/23 15:02:20 hro 1.5.188.1: #i49284# Test for crash data availability before showing error report wizard pages

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [1f1354bbb0f1257fa3e3c1244984499159717f68]

        INTEGRATION: CWS native38 (1.115.80); FILE MERGED 2006/02/09 16:58:13 is 1.115.80.2: #i61842# new path for ooo dev bitmaps 2006/02/09 16:35:15 is 1.115.80.1: #i61842# new include path for ooo dev bitmaps

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [009847235ecbfc617491ae9c3bca44bda69601e2]

        INTEGRATION: CWS docprop_SRC680 (1.161.24.2.2); FILE MERGED 2006/02/20 17:20:29 flr 1.161.24.2.2.1: problem in document variable import

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [f38e3f0014602008c4d595d529ecbe0be26ebb51]

        INTEGRATION: CWS ause050_SRC680 (1.1.2); FILE ADDED 2006/02/23 14:24:45 hjs 1.1.2.1: #i62473# locale independent sort

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [e38c48ac99a81eb529f7f40f6413197998f6a164]

        INTEGRATION: CWS ause050_SRC680 (1.12.222.1.2); FILE MERGED 2006/02/23 16:20:05 hjs 1.12.222.1.2.2: #i62473# check for successfull open() - cosmetic 2006/02/23 16:15:21 hjs 1.12.222.1.2.1: #i62473# check for successfull open()

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [97de922739f84de532e28f714640bed63bf6bb4d]

        INTEGRATION: CWS impress88 (1.42.78); FILE MERGED 2006/02/21 13:48:39 cl 1.42.78.1: #i62385# do not delete default attributes for page shapes

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [b0d3252a041b7cf2eb6d53fb483eb00567842897]

        INTEGRATION: CWS fwk35 (1.43.4); FILE MERGED 2006/02/22 15:37:53 cd 1.43.4.1: #i62436# Check model for preview mode inside createNonContextSensitiveToolbars

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [dba45d1a2a1801fb61f05cdbc980d2eaadf53f88]

        INTEGRATION: CWS impress88 (1.108.4); FILE MERGED 2006/02/21 13:48:39 cl 1.108.4.1: #i62385# do not delete default attributes for page shapes

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [a966a3b53b38a21ad1271b3cb64cc3d18d43217c]

        INTEGRATION: CWS sfxviewfix_SRC680 (1.115.10.4.2); FILE MERGED 2006/02/23 11:02:48 mba 1.115.10.4.2.1: #i62450#: GetWindow must be called early

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [fc4e71e707e0e505e3a0b916727d519c0b8c8ee8]

        INTEGRATION: CWS sfxviewfix_SRC680 (1.15.140.1.2); FILE MERGED 2006/02/23 11:02:13 mba 1.15.140.1.2.1: #123828#: wrong define for Windows used

2006-02-27  Kurt Zenker  <kz@openoffice.org>  [c02398248e28a8bb1ddd73f27638ba31a1f08013]

        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-21  Rüdiger Timm  <rt@openoffice.org>  [c71a12dce1146202ec195c4a8d52349f4017ebfa]

        #i62376# In SUN environment we depend on internal module 'officenames'.

2006-02-20  Rüdiger Timm  <rt@openoffice.org>  [ff96aad1dbe7747607bb2737e071c873c3ab4371]

        #100000# More descriptive error message in case master ws cannot be found.

2006-02-18  Vladimir Glazounov  <vg@openoffice.org>  [c28c6f7dd186a6741487a7dd20ee4d8833920f1b]

        new version for SRC680

2006-02-18  Vladimir Glazounov  <vg@openoffice.org>  [a54257f0f291479070828a58ef621185d8e16a82]

        new version for SRC680

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b2565443296cac026ef0b13b96b88b572445c9b]

        #i62088#: fix transaction count

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3771c1d049faf064de64e752c349ce5def910707]

        #i10000# cTabSep replaced by cThousandSep and cThousandSep2

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dca5b6c730ffc2a49c191556cf0520bd02e89c5d]

        SRC680

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [619c1fd9d1822645f69d5fcc8ddcc2c76aee1be1]

        #i62129#: add patch flag to three styles

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [514e5fcc2e44cd44748b52e152100ffe0d17b01f]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.15.32.1.2); FILE MERGED 2006/02/16 09:15:40 mav 1.15.32.1.2.1: #i62002# let the dependency be more correct

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8961ae23dc7d439c61f41fa86541a8e2fa08d7f]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.6.60.1.2); FILE MERGED 2006/02/15 11:40:36 mav 1.6.60.1.2.1: #i62002# make implementation cleaner

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4427e61ad6488ea10cdf6504bac35b11c56e0246]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.11.60.1.2); FILE MERGED 2006/02/15 11:40:35 mav 1.11.60.1.2.1: #i62002# make implementation cleaner

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [26d4bcf66d50bf9a4049cac4f26c77e70e0bff97]

        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>  [85668aa9cd3eac69717396067481c7bc442a9077]

        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-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [174f6becce23afc1809c339810f694d7c578bd3e]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.58.4.3.2); FILE MERGED 2006/02/15 12:41:15 mba 1.58.4.3.2.1: #i62084#: old ViewShell was not accessible inside SwitchToViewShell

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [2715d3f809e07bb1189817a74dae81e9a4ad9b09]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.115.10.3.2); FILE MERGED 2006/02/15 12:41:16 mba 1.115.10.3.2.1: #i62084#: old ViewShell was not accessible inside SwitchToViewShell

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7c04445b2ecbdf253f590128dedcf5c12b14088]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.15.148); FILE MERGED 2006/02/15 12:42:05 mba 1.15.148.1: #i60509#: don't abort job that is not already started

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f627b086df6abfcb04931da2cc9d6dfafa9d4b3d]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.25.222.1.2); FILE MERGED 2006/02/16 16:43:31 flr 1.25.222.1.2.1: #131205# shape II

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [64cd4fbe7069c110857b58502b6052273193c4b3]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.54.10.1.2); FILE MERGED 2006/02/16 16:43:30 flr 1.54.10.1.2.4: #131205# shape II 2006/02/16 16:23:59 mba 1.54.10.1.2.3: #131303#: consider different order of colw and colstr 2006/02/15 15:46:49 flr 1.54.10.1.2.2: swparrtf.cxx 2006/02/15 08:24:17 fme 1.54.10.1.2.1: #131200# Do not delete last paragraph if there are objects anchored at it

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [e69001ab0fed446354b4b44834e5835874051332]

        INTEGRATION: CWS fwkshowstop2_SRC680 (1.23.58); FILE MERGED 2006/02/16 16:43:29 flr 1.23.58.1: #131205# shape II

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc18c3a83cca0b6a2e1fefdcb0e2fe2fb6a26b89]

        INTEGRATION: CWS calcnotify_SRC680 (1.53.10.1.2); FILE MERGED 2006/02/14 18:15:06 nn 1.53.10.1.2.1: #i62045# #i62046# register as listener for SfxApplication again

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b80edfb8cd5f54678632eee404d4ad68196332e]

        INTEGRATION: CWS calcnotify_SRC680 (1.25.114.1.2); FILE MERGED 2006/02/14 18:15:06 nn 1.25.114.1.2.1: #i62045# #i62046# register as listener for SfxApplication again

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [692f93725760b537665b1b139dd65abc686518d6]

        INTEGRATION: CWS stlusagefix02 (1.159.96); FILE MERGED 2006/01/19 14:05:05 ama 1.159.96.1: #i60827# <SwWW8ImplReader::InEqualOrHigherApo(..)> 	 - Assure that iterator on <maApos> doesn't exceed its end.

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d1063fcb03514dc6b18b803dea2a52c07e74a9b]

        INTEGRATION: CWS stlusagefix02 (1.31.32); FILE MERGED 2006/01/19 08:36:02 ama 1.31.32.1: Fix #i60760#: Do not use an erased iterator...

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [594e012e6cb343557b7caac46e0b1cff6c5a78f8]

        INTEGRATION: CWS hro03 (1.3.100); FILE MERGED 2006/02/14 11:00:50 is 1.3.100.2: #b6369183# check running office also at deinstallation 2006/02/13 13:57:02 is 1.3.100.1: #b6369183# no patching if office runs

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a87fab1b2433309e9e74650983f3b2aa5599da8]

        INTEGRATION: CWS hro03 (1.7.10); FILE MERGED 2006/02/14 16:02:13 hro 1.7.10.3: #b6369183# Fix Win9x MoveFileEx Emulation 2006/02/13 13:47:09 hro 1.7.10.2: #b6369183# Test wether office process is running by trying to rename vcl resource files 2006/02/13 13:10:17 hro 1.7.10.1: #b6369183# Test wether office process is running by trying to rename vcl resource files

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [a93955227afe194a0e764a9e0c9788dcd932b5aa]

        INTEGRATION: CWS hro03 (1.6.42); FILE MERGED 2006/02/13 13:10:14 hro 1.6.42.1: #b6369183# Test wether office process is running by trying to rename vcl resource files

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dfc10901561c4533d3a7cd0c2cf595aa8dd4137]

        INTEGRATION: CWS hro03 (1.5.44); FILE MERGED 2006/02/13 13:10:13 hro 1.5.44.1: #b6369183# Test wether office process is running by trying to rename vcl resource files

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [3092ec7d35d8cc76e13dd94d52789ccbcf04223c]

        INTEGRATION: CWS hro03 (1.16.44); FILE MERGED 2006/02/13 13:10:37 hro 1.16.44.1: #b6369183# Test wether office process is running by trying to rename vcl resource files

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfece12d768ab3ce4b38e11c6c1ad91e517b4ae6]

        INTEGRATION: CWS hro03 (1.43.10); FILE MERGED 2006/02/13 15:31:33 hro 1.43.10.1: #i61955# Resolved broken merge conflict

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [61fc512d57547698f3066c57ce137af3eebc6a22]

        INTEGRATION: CWS extras25 (1.1.2); FILE ADDED 2006/02/13 11:26:50 va 1.1.2.1: #i61982# Initial Revision.

2006-02-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c81a56b0bc4c7dd9cfa53b46347d73db6e9c1e5b]

        INTEGRATION: CWS extras25 (1.1.2); FILE ADDED 2006/02/13 11:26:49 va 1.1.2.1: #i61982# Initial Revision.

2006-02-17  Rüdiger Timm  <rt@openoffice.org>  [cd43f03efde8ee89f6759bb329d55d27f9293995]

        #i62068# PPD/AFM check broken (logic, output) (patch by rene).

2006-02-15  Rüdiger Timm  <rt@openoffice.org>  [7dfa2299c5e91b0d7391b45eb25dbe99d7c81afb]

        #i62057# Mozilla changed directory structure on FTP (patch by pjanik).

2006-02-15  Rüdiger Timm  <rt@openoffice.org>  [e786b69b799ee5936eea750d37ace67332bcf364]

        #i10000# Freshly generated after integrations for SRC680 m157

2006-02-14  Rüdiger Timm  <rt@openoffice.org>  [1ee1e87657a27b3a0cf8d7cf9eb01f73d262778f]

        #i62021# Remove unsetting of 'SOLARINC' variable.

2006-02-10  Vladimir Glazounov  <vg@openoffice.org>  [a921d938f99788581ac6f0798e6548704d6a4138]

        new version for OOB680

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [718632a35184ee0ff45b8e71c135c2b4b1f84a64]

        INTEGRATION: CWS swqbf55 (1.73.6); FILE MERGED 2006/02/09 19:57:55 od 1.73.6.1: #130878# <SwFlyFrm::Format(..)> 	 Do not keep old height, if content has no height.

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [fd64d8b447b44b5b464baf65074133fc268648b6]

        INTEGRATION: CWS letterwizardpp2 (1.13.6); FILE MERGED 2006/02/10 10:23:28 bc 1.13.6.1: #i61817# problem with startup under OpenOffice solved Issue number: Submitted by: Reviewed by:

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [dcbe7e636f5fd7d8fa165a0d2f9f90487c7ebd34]

        INTEGRATION: CWS ooo202dicts02 (1.5.28); FILE MERGED 2006/02/09 00:18:05 nemeth 1.5.28.1: i48060 i54505 i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8d1fd8b8bec3df6aed2a549b396ced5e9b544a9a]

        INTEGRATION: CWS ooo202dicts02 (1.88.6); FILE MERGED 2006/02/08 02:20:35 nemeth 1.88.6.1: i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [81dc34193ea68052d98036010eebbf616fc9d9ca]

        INTEGRATION: CWS fwkshowstopper (1.21.140); FILE MERGED 2006/02/09 11:20:43 mba 1.21.140.1: #126156#: avoid crashing if dialog was not destroyed before bindings

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [84b874ad9aaa1da5802c6de0c1857341777ae4ee]

        INTEGRATION: CWS ooo202dicts02 (1.7.2); FILE MERGED 2006/02/08 02:12:02 nemeth 1.7.2.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [3780659baa7d42f836848aa7ebdd3291a640c622]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/09 00:18:07 nemeth 1.1.2.2: i48060 i54505 i61261 2006/02/08 02:27:59 nemeth 1.1.2.1: i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [6a9a3a6275787a19c4973c076aca5ba8837ab5f6]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/08 02:27:58 nemeth 1.1.2.1: i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [3875f72806ea8819c597df65e390d29735205d61]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/08 02:27:57 nemeth 1.1.2.1: i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [c28a9bf622ac993efc6a1d8cca87967d20cddb40]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/08 02:27:56 nemeth 1.1.2.1: i61261

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [6c2616ad5800db49ba341b657f2db12e1a0ab66e]

        INTEGRATION: CWS ooo202dicts02 (1.4.78); FILE MERGED 2006/02/08 09:23:59 nemeth 1.4.78.2: i56389 2006/02/08 02:12:01 nemeth 1.4.78.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [9c8318cade93dc7d71cbd23b6612c47c4f638e3f]

        INTEGRATION: CWS ooo202dicts02 (1.1.142); FILE MERGED 2006/02/08 02:12:01 nemeth 1.1.142.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [47545642ac60688d9a8cd90852357c0b61cfe3eb]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/08 02:12:01 nemeth 1.1.2.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [f2c46b7aa776bdb73d1f18cb6d3bb6b63227e4a0]

        INTEGRATION: CWS ooo202dicts02 (1.1.142); FILE MERGED 2006/02/09 00:18:05 nemeth 1.1.142.2: i48060 i54505 i61261 2006/02/08 02:11:59 nemeth 1.1.142.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [c705c93a45457b143db3129771e4fcf6a208540a]

        INTEGRATION: CWS ooo202dicts02 (1.1.142); FILE MERGED 2006/02/08 02:11:59 nemeth 1.1.142.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [81010f5ec2b36425637691bd9dbaa011252e481b]

        INTEGRATION: CWS ooo202dicts02 (1.1.142); FILE MERGED 2006/02/08 02:11:58 nemeth 1.1.142.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [facbc2dfb75cc94b27f35a09c043c8330499ffcb]

        INTEGRATION: CWS ooo202dicts02 (1.1.2); FILE ADDED 2006/02/08 02:11:58 nemeth 1.1.2.1: i25797, i48060, i29112, i55498, i56755, i50616, i56389, i29110, i58468, i58708, i60240

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [d19182443dfe1877324295a461925faa054daae0]

        INTEGRATION: CWS mh20137 (1.18.98); FILE MERGED 2006/01/13 13:19:36 mh 1.18.98.2: RESYNC: (1.18-1.20); FILE MERGED 2005/11/04 14:01:19 mh 1.18.98.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [0c53ca049d67d332ac97440501fdd5911d4a4991]

        INTEGRATION: CWS mh20137 (1.13.100); FILE MERGED 2006/02/09 14:12:38 mh 1.13.100.2: add: version number into about box, #i58850# 2006/02/06 15:03:39 mh 1.13.100.1: set year of copyright to 2006

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [a7aeac6ab010fc5f0dfc26ef5626547d6c89ee15]

        INTEGRATION: CWS mh20137 (1.9.242); FILE MERGED 2006/02/06 13:49:43 mh 1.9.242.1: update of contributors list, #i55663#

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [ea9447c929e0b5ec2b7dce9f8670629baf62f889]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [103c7b083a5ab697e399c09d1ead626982fe2b5a]

        INTEGRATION: CWS mh20137 (1.78.2); FILE MERGED 2006/02/09 15:51:29 hr 1.78.2.5: #i50989#: fix logic 2006/02/09 15:22:35 mh 1.78.2.4: chg: build condition, #i50989# 2006/01/13 13:12:40 mh 1.78.2.3: RESYNC: (1.78-1.85); FILE MERGED 2005/11/04 14:57:27 mh 1.78.2.2: i56949: FreeBSD porting : Add conditional the case of @GCCVER@ >= 30401 2005/11/04 14:00:46 mh 1.78.2.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e7cd777ea8d149f1d927aa22df7e1b8f55e2d664]

        INTEGRATION: CWS mh20137 (1.139.4); FILE MERGED 2006/02/09 15:51:12 hr 1.139.4.4: #i50989#: fix logic 2006/02/09 15:27:28 mh 1.139.4.3: chg: build condition, #i50989# 2006/01/13 13:12:19 mh 1.139.4.2: RESYNC: (1.139-1.147); FILE MERGED 2005/11/04 14:00:45 mh 1.139.4.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [391cb3a5d55d10c84a22d1a5375839588e1680f5]

        INTEGRATION: CWS mh20137 (1.6.8); FILE MERGED 2006/02/06 15:22:11 mh 1.6.8.1: set year of copyright to 2006

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [9d7c958407b05c9793f04fce1db1733a3a455444]

        INTEGRATION: CWS mh20137 (1.5.8); FILE MERGED 2006/02/06 15:22:11 mh 1.5.8.1: set year of copyright to 2006

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [917a714fb28ea5ea7593a9785ab7bbee816805e3]

        INTEGRATION: CWS mh20137 (1.5.8); FILE MERGED 2006/02/06 15:22:10 mh 1.5.8.1: set year of copyright to 2006

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [6da5ef0149a4eeba98842f951e306541291e2b1d]

        INTEGRATION: CWS mh20137 (1.3.104); FILE MERGED 2006/02/09 13:30:20 mh 1.3.104.1: update of 3rd party licenses, #i60324# add: WordNet license for English dictionaries add: OASIS distribution for German dictionaries

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [7605e3af27f3b9f5e09ffcf0279c844b48fe6e84]

        INTEGRATION: CWS mh20137 (1.24.10); FILE MERGED 2006/02/06 15:48:21 mh 1.24.10.1: remove NT4 from the list of supported platforms, #i58713#

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [515a7a7ede8dc39d227296af692f0a76728a1fb0]

        INTEGRATION: CWS ooo202dicts (1.6.4); FILE MERGED 2006/01/30 13:12:39 tl 1.6.4.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [7b200b2d1db6d0a8821e420983798881ad53e5e3]

        INTEGRATION: CWS ooo202dicts (1.5.26); FILE MERGED 2006/01/30 13:12:27 tl 1.5.26.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [7d7858d066fb2794668ced8f5f0e4a77e2f87e68]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:05:02 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [af1939390d7600bb117d6ed4480282dc39f2f24e]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:02:12 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [eae8453f4452e4007d51a5299686050907ad24e8]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:01:58 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [5026514f2b8824274455238973623fa678f6a899]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:01:48 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e5f59ae37a56031dfeefc3ba98d5bc27f702f3e2]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:01:10 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8f4fea2f4d2e6739a2c5ac74f446f736cab477d7]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:00:41 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [7ad511a24280fdfebb0c8fc9416fc3609d108c00]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:00:26 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [9582102367c7368719db02d2947db9905030a22b]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 13:11:46 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [148e286832411f7c955534bd96b651a545bb5c79]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:29:17 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [3643d9d048d29c9da432f2dcfcafb8cb08c35eb1]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:21:05 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [76e597560e33f6598d4c7d94cf3c97563de80dd9]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:29:07 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [95e0c65ccdcada97f301c2d7b14f57f1e4d23869]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:21:18 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [9dff546b0865c637242c692424f65ab446af78b3]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:20:53 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [b047d5f5cbfb0f7f532a4ce63e39d2004d95d8b7]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:20:41 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [29bde86edd76d8b9deff3c8f77ea794d8e8888f5]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:20:28 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e821240ba4cf8eaf1b8865df5af685093d9724f1]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 13:10:32 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8036e9f90707423bd9b62270360da7f7e281f2d5]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:30:14 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [09c53054d26eb9c37d34a2b029b659f9c9c5bbad]

        INTEGRATION: CWS c0301 (1.57.134); FILE MERGED 2006/02/08 12:23:35 mba 1.57.134.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [dd3d2b0bd80b277c59d21b8a7497bc09245d97dc]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:14:36 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [22f818761492546ffb7d2d03ff9d5244fbc3f01f]

        INTEGRATION: CWS c0301 (1.115.2); FILE MERGED 2006/02/08 12:23:34 mba 1.115.2.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [bd688d0f99eebfdb7bf440c329087a8ee589b9e7]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:30:02 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e9c7b8b8c502179b058bb8b7b02b33b191ac7f19]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:14:48 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [ea095f22ea1e6ca77032a41fedb26df4d3632441]

        INTEGRATION: CWS c0301 (1.78.90); FILE MERGED 2006/02/10 09:10:24 rt 1.78.90.2: RESYNC: (1.78-1.80); FILE MERGED 2006/02/08 12:23:34 mba 1.78.90.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [dbe136bfeb8a11179848baa7390b9deed1e99f63]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:14:15 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [f868e149a739c4e0fdc91732acc1d7bec8a92da8]

        INTEGRATION: CWS c0301 (1.80.134); FILE MERGED 2006/02/10 09:15:54 rt 1.80.134.2: RESYNC: (1.80-1.82); FILE MERGED 2006/02/07 07:58:52 as 1.80.134.1: #121119# add some debug code to clarify situation around dead pFrame on loading time

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [1d15571385f9b21d6e54fa2cdb590689ac52eae5]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:14:02 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [5e2f33ab8c474766bcbd4524a645b39f26026542]

        INTEGRATION: CWS c0301 (1.55.2); FILE MERGED 2006/02/07 15:36:01 cd 1.55.2.1: #126569# Sub toolbar must be disposed when responsible controller gets dispose call

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e8828053e6895e87e0de6dd7839b19eaead5514a]

        INTEGRATION: CWS ooo202dicts (1.1.2); FILE ADDED 2006/01/30 12:13:18 tl 1.1.2.1: #i60727# adding German spellchecking dictionaries (de_DE, de_CH, de_AT)

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [61ee2b11cc648520b401ead2c62913d3896f7458]

        INTEGRATION: CWS c0301 (1.69.92); FILE MERGED 2006/02/07 09:46:43 pb 1.69.92.1: fix: #120971# MenuConfig==FALSE of SID_PICKLIST and SID_FORMATMENU

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [08d98337b957ca896eafebd26146bd123c240b21]

        INTEGRATION: CWS c0301 (1.28.46); FILE MERGED 2006/02/07 09:36:19 pb 1.28.46.1: fix: #120971# special handling of '.uno.formatmenu' removed

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [23784b6f838f79783a938a9e4ba8e14a5a578489]

        INTEGRATION: CWS c0301 (1.92.126); FILE MERGED 2006/02/08 12:24:19 mba 1.92.126.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [1fe121185dd9011f53f64b20ed7d2ec62e7a1ba0]

        INTEGRATION: CWS c0301 (1.44.206); FILE MERGED 2006/02/08 12:24:19 mba 1.44.206.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [6cb784a1bae36862c3ba8a8edd0348e894644592]

        INTEGRATION: CWS c0301 (1.53.2); FILE MERGED 2006/02/08 12:24:07 mba 1.53.2.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [29a58027de61a817cb1fafb3b3ff019349ce9fda]

        INTEGRATION: CWS c0301 (1.25.110); FILE MERGED 2006/02/08 12:24:06 mba 1.25.110.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [a3868a91d34fc8da943587249443a9b0aca6bb9e]

        INTEGRATION: CWS c0301 (1.27.22); FILE MERGED 2006/02/08 12:24:32 mba 1.27.22.1: #130815#: make code robust against hanging ViewShells

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [7c45ee7260ddf935c41839abe54bbbb564fe7806]

        INTEGRATION: CWS c0301 (1.88.58); FILE MERGED 2006/02/07 08:18:00 as 1.88.58.1: #130812# dont use double-async operation to close frame via windowClosing()

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8d3f6fe99ea850d5e6575cc52d04a3e36de66e64]

        INTEGRATION: CWS c0301 (1.34.88); FILE MERGED 2006/02/07 08:17:59 as 1.34.88.1: #130812# dont use double-async operation to close frame via windowClosing()

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [52baa99ebede7d8404335f19eb98bd393067e47d]

        INTEGRATION: CWS c09v001 (1.124.54); FILE MERGED 2006/02/02 11:05:12 rt 1.124.54.3: RESYNC: (1.124-1.125); FILE MERGED 2006/01/26 08:53:10 os 1.124.54.2: #130415# handling of extended context menu unified 2006/01/19 10:42:17 os 1.124.54.1: #130415# enable component access to the context menu

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [8e70c2408a952122e758d610a10cfd832bbd285a]

        INTEGRATION: CWS c09v001 (1.70.182); FILE MERGED 2006/01/19 10:43:52 os 1.70.182.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [53f6feeda1dc2839e5e92fe90e93106e7731f03f]

        INTEGRATION: CWS c09v001 (1.7.206); FILE MERGED 2006/01/19 10:43:51 os 1.7.206.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [de1ef72359722e15752ba63a3c7c5327d5672928]

        INTEGRATION: CWS c09v001 (1.32.206); FILE MERGED 2006/01/19 10:43:50 os 1.32.206.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [e8b55545a087d9d926c10445515c99dc3d1364a2]

        INTEGRATION: CWS c09v001 (1.46.174); FILE MERGED 2006/01/19 10:43:53 os 1.46.174.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [46e29b39143b285ed9fcace57dac28a7dfdb1eb4]

        INTEGRATION: CWS c09v001 (1.14.204); FILE MERGED 2006/01/19 10:44:07 os 1.14.204.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [5ade7b6b7072f0287da88cc1e061d680f0f5467e]

        INTEGRATION: CWS c09v001 (1.16.158); FILE MERGED 2006/01/27 07:22:59 os 1.16.158.1: #130415# handling of extended context menu unified

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [89d3d3dcdb803cbf3bf14745fa3d351fdc9a9822]

        INTEGRATION: CWS c09v001 (1.25.120); FILE MERGED 2006/01/26 08:53:12 os 1.25.120.2: #130415# handling of extended context menu unified 2006/01/19 10:42:17 os 1.25.120.1: #130415# enable component access to the context menu

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [cc87c67b79a16bbdc7e0960cd50ce72d0b8a1470]

        INTEGRATION: CWS c09v001 (1.23.158); FILE MERGED 2006/01/19 10:42:16 os 1.23.158.1: #130415# enable component access to the context menu

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [1a34fe1ff3418384732f1d0084c502ab0b06cacd]

        INTEGRATION: CWS c09v001 (1.9.158); FILE MERGED 2006/01/27 07:22:34 os 1.9.158.1: #130415# handling of extended context menu unified

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [0698ce6798c7b321aef661bef73b5e9195a2e672]

        INTEGRATION: CWS c09v001 (1.5.158); FILE MERGED 2006/01/19 10:42:15 os 1.5.158.1: #130415# enable component access to the context menu

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [0bb13e70f8ed7626f236ff5440c4037002476ba6]

        INTEGRATION: CWS c09v001 (1.110.18); FILE MERGED 2006/02/02 10:33:17 rt 1.110.18.2: RESYNC: (1.110-1.112); FILE MERGED 2006/01/19 10:45:27 os 1.110.18.1: #130414# extend search dialog to support two external commands

2006-02-10  Rüdiger Timm  <rt@openoffice.org>  [78f919399d0d27f4ac5bb0f86ccca4dc2394022d]

        INTEGRATION: CWS c09v001 (1.6.8); FILE MERGED 2006/02/02 10:28:25 rt 1.6.8.3: RESYNC: (1.6-1.7); FILE MERGED 2006/01/31 14:35:11 os 1.6.8.2: #130742# provide ItemId to toolbar controllers; enable 'createItemWindow' (impl. by CD) 2006/01/27 13:00:47 cd 1.6.8.1: #130742# Addons should be able to use own toolbar controllers

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c12810bda8bd7cd80fdfcdbd75fbf1ed7305be71]

        INTEGRATION: CWS impress86 (1.14.24); FILE MERGED 2006/02/08 16:15:46 af 1.14.24.1: #i61768# Reinserted code that was accidentally removed.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [905d3201c516a5308dbcf1010bb641d6bda5b981]

        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>  [ed93c202b76a74b244438b2f11557342f4b008a4]

        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>  [325393973bc689c8ec26af627daa026ccfa4bf4a]

        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>  [634214e7e57d4efeef2586f14e636db6fae2f07a]

        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>  [d5ac1b02ad955bfdc9c61f0edbc1ac3576521a09]

        INTEGRATION: CWS hro02 (1.20.20); FILE MERGED 2006/02/07 14:22:25 hro 1.20.20.1: #i59521# Make it easy to disable OpenGL support in start script

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [29640f9b7698c98e4c3afff34c19da3f962194fa]

        INTEGRATION: CWS hro02 (1.31.12); FILE MERGED 2006/02/07 14:16:39 hro 1.31.12.1: #128675# Don't create an error report server entry for non SUN builds as debug information is not available

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fb7c781d41b2f40b784d275ecfea9bf70340bc8d]

        INTEGRATION: CWS hro02 (1.38.32); FILE MERGED 2006/02/07 14:16:16 hro 1.38.32.1: #128675# Don't create an error report server entry for non SUN builds as debug information is not available

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [cff43f72de1680b26ce3782615eb14ee5c219e83]

        INTEGRATION: CWS hro02 (1.26.64); FILE MERGED 2006/01/24 14:57:34 cp 1.26.64.1: #127814# #b6348442# don't copy more bytes than allocated in the source

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8887093e7976ff54123ee27858d7bdd1e00b7f9b]

        INTEGRATION: CWS hro02 (1.5.64); FILE MERGED 2006/02/06 14:53:07 hro 1.5.64.1: #i44627# Consolidate cross platform implementations for osl conditions

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [66c54865d1fbd76948430b24c72133061cb3f207]

        INTEGRATION: CWS hro02 (1.6.64); FILE MERGED 2006/02/06 14:38:37 hro 1.6.64.1: #56946# Backtrace implementation on FreeBSD

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ae64b544f8839aca2cc9ff9a352ff90dc7b093ce]

        INTEGRATION: CWS hro02 (1.7.62); FILE MERGED 2006/02/06 14:38:37 hro 1.7.62.1: #56946# Backtrace implementation on FreeBSD

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5588783e920088446348c6a90c2b3fe14859ad82]

        INTEGRATION: CWS hro02 (1.39.20); FILE MERGED 2006/02/07 14:11:51 hro 1.39.20.1: #i59361# Threat all file system on Windows as case insensitive

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7bdb76b3fb5dfb744a0e47eabf6d41d01ae186ff]

        INTEGRATION: CWS hro02 (1.11.34); FILE MERGED 2006/02/06 15:12:20 hro 1.11.34.1: #122828# #122884# #124842# Initialize OLE/COM in every STA thread

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d0844b9e8653559e6c635f00f08a0c0b6b3f4ad6]

        INTEGRATION: CWS hro02 (1.5.34); FILE MERGED 2006/02/06 15:12:19 hro 1.5.34.1: #122828# #122884# #124842# Initialize OLE/COM in every STA thread

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [63d68d9d074e31e84b1f5d5dc1b2960cbc753ebb]

        INTEGRATION: CWS msvcstandard (1.11.4); FILE MERGED 2006/01/26 03:04:05 vq 1.11.4.3: #i60754# Use dmake 4.1 syntax. 2006/01/25 02:49:40 vq 1.11.4.2: #i60754# Reset to original version. Only add $(SVTOOLLIB) for MSVC. 2006/01/23 03:58:32 vq 1.11.4.1: #i60754#, #i51169# Fix MSVC Standard build problem.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [350c7252d64e78a120e0da0bcfb26ca28f8d27c7]

        INTEGRATION: CWS msvcstandard (1.22.50); FILE MERGED 2006/01/23 04:00:18 vq 1.22.50.1: #i60754#, #i57951# Fix MSVC Standard build issue.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [dd61ac2963b235a633368c599148fac8638cb207]

        INTEGRATION: CWS msvcstandard (1.7.48); FILE MERGED 2006/01/27 15:53:03 hjs 1.7.48.1: #i58181# avoid referencing obsolete stream operators

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0124849bbb79fab70d864068984b00a64f9db040]

        INTEGRATION: CWS msvcstandard (1.8.6); FILE MERGED 2006/01/27 15:51:48 hjs 1.8.6.1: #58181# avoid referencing obsoltete stream operators

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [59c7964b5195a04ce76aeb4354561cdb957ec1bb]

        INTEGRATION: CWS msvcstandard (1.7.6); FILE MERGED 2006/01/27 15:51:52 hjs 1.7.6.1: #58181# avoid referencing obsoltete stream operators

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3cd7815f4cdb63f5875eb3cdbce94ad1469b7d78]

        INTEGRATION: CWS fix61515 (1.14.14); FILE MERGED 2006/02/07 14:34:15 pl 1.14.14.1: #i61515# back out fix for i51570

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e34f70046854e762713a8e8be33d5bd18bebfed3]

        INTEGRATION: CWS fix61515 (1.6.14); FILE MERGED 2006/02/07 14:34:14 pl 1.6.14.1: #i61515# back out fix for i51570

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3bdbfe668f6ce5504ad2dea128a8bbddff7debb9]

        INTEGRATION: CWS fix61515 (1.15.14); FILE MERGED 2006/02/07 14:34:14 pl 1.15.14.1: #i61515# back out fix for i51570

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [322e378500c76cfef7be479b709c19b42e6415de]

        INTEGRATION: CWS fix61515 (1.6.14); FILE MERGED 2006/02/07 14:34:13 pl 1.6.14.1: #i61515# back out fix for i51570

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c06cbe688e28166715b622afda212930def4cd30]

        INTEGRATION: CWS swqbf54 (1.13.46); FILE MERGED 2006/02/07 13:21:53 fme 1.13.46.1: #126092# Omit cells in follow flow rows in SetTabBorders

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [23638249e7c65d4c3cd10759d3058571305493e8]

        INTEGRATION: CWS os76 (1.30.200); FILE MERGED 2006/02/03 19:25:24 os 1.30.200.1: #126939# lcl_ConvertToCols: check size of both arrays to prevent a crash

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c314238b91a91cc708579895af932a62af7ec454]

        INTEGRATION: CWS os76 (1.85.124); FILE MERGED 2006/02/03 15:58:36 fme 1.85.124.1: #127369# GetFrmOfModify can return an already deleted frame - introduction of mpWatchClient at SwClientIter

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [03d97ffbd2a7636ab1b40b011e5b8085edf5397d]

        INTEGRATION: CWS os76 (1.6.200); FILE MERGED 2006/02/03 15:58:59 fme 1.6.200.1: #127369# GetFrmOfModify can return an already deleted frame - introduction of mpWatchClient at SwClientIter

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7ea14101e67b00fbca6669f14958e5bfb77bfc15]

        INTEGRATION: CWS os76 (1.3.200); FILE MERGED 2006/02/03 15:57:58 fme 1.3.200.1: #127369# GetFrmOfModify can return an already deleted frame - introduction of mpWatchClient at SwClientIter

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e4bffbf60bd0f3a50f8842a66edde146893b5e1e]

        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>  [507177e5baea4538cf6c6bcf39c08813e79fb40f]

        INTEGRATION: CWS thbpp2 (1.5.28); FILE MERGED 2006/01/27 13:56:39 thb 1.5.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5a60538f30b0656c2029777831883a6186940118]

        INTEGRATION: CWS thbpp2 (1.5.28); FILE MERGED 2006/01/27 13:56:38 thb 1.5.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0b5a59c1354bd22651a486af232cf2276fb2da9a]

        INTEGRATION: CWS thbpp2 (1.8.28); FILE MERGED 2006/01/27 13:56:31 thb 1.8.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [06ea7382003de6f542b52ae8411ca9acb3e79d49]

        INTEGRATION: CWS thbpp2 (1.6.28); FILE MERGED 2006/01/27 13:56:29 thb 1.6.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7a084c86aae3fbeee15ff4e3f3e1ee1ed2f5235a]

        INTEGRATION: CWS thbpp2 (1.12.102); FILE MERGED 2006/01/31 15:05:01 thb 1.12.102.2: RESYNC: (1.12-1.13); FILE MERGED 2006/01/20 22:41:04 thb 1.12.102.1: #128078# MetaAct destructor is supposed to be private - lifetime should always be handled via Delete

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [df64a9f2a22e2691d2f89308d7e5d5784a72ebdb]

        INTEGRATION: CWS nfslockproblem (1.21.224); FILE MERGED 2006/02/03 09:50:22 abi 1.21.224.1: adding ht-files to patch

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1dcbf9908456e2302f8a419d4d482c392566b5b3]

        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>  [32b8a949d10159b1f6d4c08e2becd2f20eff973b]

        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>  [011733e0b557683bac996fdf18e5f61dadf09d4b]

        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>  [f69df2e61c520f0c19f21b2189cc4994dbb7f0a9]

        INTEGRATION: CWS nfslockproblem (1.48.32); FILE MERGED 2006/02/01 10:09:44 abi 1.48.32.2: using macro for XInterface-Definition 2006/01/31 12:58:42 abi 1.48.32.1: #i59142# work around using a special command environment in queryInterface

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9a8281995a5825321ade7d0b1d59bdb0bad83299]

        INTEGRATION: CWS nfslockproblem (1.26.18); FILE MERGED 2006/01/26 16:21:16 kso 1.26.18.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ab81b91f98c874a224cf78b63b687d1d5af25543]

        INTEGRATION: CWS nfslockproblem (1.7.32); FILE MERGED 2006/02/01 08:20:59 abi 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 16:21:15 kso 1.7.32.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7e7586b3bb7fa104f0098808c4895707fc8e5a48]

        INTEGRATION: CWS nfslockproblem (1.23.26); FILE MERGED 2006/01/26 16:21:15 kso 1.23.26.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ae43ee436dab48e5f833f144456a5626aef827cc]

        INTEGRATION: CWS nfslockproblem (1.36.26); FILE MERGED 2006/02/01 08:20:32 abi 1.36.26.2: RESYNC: (1.36-1.37); FILE MERGED 2006/01/26 16:21:14 kso 1.36.26.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b12d6d6d59602b0c6dc42c25a8c567496d152d4f]

        INTEGRATION: CWS iconswitching2 (1.54.10); FILE MERGED 2006/01/17 07:31:15 kendy 1.54.10.1: #i15208# Resize the new toolbar icons according to the icon set size.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6c59b333c3de1329ee4fd8ac1ebbfea0650f24bd]

        INTEGRATION: CWS nfslockproblem (1.3.32); FILE MERGED 2006/01/26 16:21:14 kso 1.3.32.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6ebce809112555c87e440c5c78668fec671e0ce7]

        INTEGRATION: CWS nfslockproblem (1.7.32); FILE MERGED 2006/02/01 08:20:24 abi 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 16:21:13 kso 1.7.32.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1adfd981aefe8e57f4a73197f58aa140a705ae07]

        INTEGRATION: CWS nfslockproblem (1.6.32); FILE MERGED 2006/02/01 08:20:16 abi 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2006/01/26 16:21:13 kso 1.6.32.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e3a4987814ac7f5e80fdb1c661f7185cb0c17efe]

        INTEGRATION: CWS nfslockproblem (1.6.32); FILE MERGED 2006/02/01 08:20:08 abi 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2006/01/26 16:21:12 kso 1.6.32.1: #i61178# - conditional compile time support for neon 0.25.x            (neon API has again changed incompatible).

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2f033826560d267e5d405eef2146e2f0f74b4f66]

        INTEGRATION: CWS nfslockproblem (1.20.18); FILE MERGED 2006/01/05 11:14:25 abi 1.20.18.2: i54586 changed mapping of osl-error no lock 2006/01/05 09:21:06 abi 1.20.18.1: i54586 changed mapping of osl-error no lock

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [eb92a065e6e84cf3f7cf3298fae3b1581a8f8a72]

        INTEGRATION: CWS iconswitching2 (1.21.26); FILE MERGED 2006/01/16 18:20:58 kendy 1.21.26.1: #i60434# Make use of Crystal icons.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fda118c126137db40f2c48a9c59d181a05c04793]

        INTEGRATION: CWS iconswitching2 (1.28.26); FILE MERGED 2006/01/16 18:20:58 kendy 1.28.26.1: #i60434# Make use of Crystal icons.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d0db937c6ef0b8eed90919b3fa09b92dac0799b3]

        INTEGRATION: CWS hr31 (1.12.148); FILE MERGED 2006/02/06 17:29:42 hr 1.12.148.1: #i61703#: cws branch root detection: exit on CVS error; do no longer print messages about skipped def-files

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e0e77f0e67350ab37b660e97021ba40221a76f3b]

        INTEGRATION: CWS iconswitching2 (1.112.8); FILE MERGED 2006/01/31 20:01:34 kendy 1.112.8.2: #i60434# Changed the configuration key name from SymbolsStyle to SymbolStyle. 2006/01/16 18:20:54 kendy 1.112.8.1: #i60434# Make use of Crystal icons.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [aac338b1302acaae0b7141ce9cda8d2d1b9d7c4d]

        INTEGRATION: CWS iconswitching2 (1.25.8); FILE MERGED 2006/01/31 20:01:33 kendy 1.25.8.1: #i60434# Changed the configuration key name from SymbolsStyle to SymbolStyle.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [cd19027985434361437eb72ac547ea3b14611c99]

        INTEGRATION: CWS iconswitching2 (1.183.8); FILE MERGED 2006/01/16 18:20:53 kendy 1.183.8.1: #i60434# Make use of Crystal icons.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6b92823a28cf28bd18203facdaaebbe969f67e8d]

        INTEGRATION: CWS iconswitching2 (1.12.182); FILE MERGED 2006/01/16 14:01:55 kendy 1.12.182.1: #i60237# Fix creation of the HiContrast theme.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [cc6b799c75a53844772d0a1597640c25bd164aa3]

        INTEGRATION: CWS iconswitching2 (1.22.8); FILE MERGED 2006/01/31 10:52:50 hjs 1.22.8.1: #i60434# add external_images to obligatory modules

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [22616a1e5ae2cfd43e1ca07df067a010c1c6954c]

        INTEGRATION: CWS iconswitching2 (1.17.8); FILE MERGED 2006/01/31 10:52:49 hjs 1.17.8.1: #i60434# add external_images to obligatory modules

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2de984d39a12098fc8e03fc774301846a803ad6f]

        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>  [9f4e2ca346582e615817560406116db86db07044]

        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>  [27c8d328e97fc39598114580307ffd145df21dea]

        INTEGRATION: CWS hcpatch (1.19.136); FILE MERGED 2006/01/24 15:46:39 ufi 1.19.136.2: PATCH2 2006/01/09 15:11:47 ufi 1.19.136.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e18fbd775d2df7c093d89d2d70f27d2661ea2268]

        INTEGRATION: CWS hcpatch (1.134.4); FILE MERGED 2006/01/24 15:46:37 ufi 1.134.4.2: PATCH2 2006/01/09 15:11:47 ufi 1.134.4.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8852affe73791190b86c64194faee91f7c1c2583]

        INTEGRATION: CWS hcpatch (1.21.176); FILE MERGED 2006/01/09 15:11:46 ufi 1.21.176.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fbfa4fbab9b52734f7e13473fb612685cfdee880]

        INTEGRATION: CWS hcpatch (1.20.176); FILE MERGED 2006/01/24 15:46:36 ufi 1.20.176.2: PATCH2 2006/01/09 15:11:46 ufi 1.20.176.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2d33ef2ebaab9d7383e510869572d47037163552]

        INTEGRATION: CWS hcpatch (1.17.176); FILE MERGED 2006/01/24 15:46:35 ufi 1.17.176.2: PATCH2 2006/01/09 15:11:45 ufi 1.17.176.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9a722670bce5530457e9ec40d82ad78b73320dc0]

        INTEGRATION: CWS hcpatch (1.26.88); FILE MERGED 2006/01/24 15:46:34 ufi 1.26.88.2: PATCH2 2006/01/09 15:11:45 ufi 1.26.88.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e5e898927a71d0abb52596a4293f125ae87dd331]

        INTEGRATION: CWS hcpatch (1.9.18); FILE MERGED 2006/01/24 15:46:33 ufi 1.9.18.2: PATCH2 2006/01/09 15:11:44 ufi 1.9.18.1: i57452

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e8c1a3a61e83af48406daf0cba00e86e2aa3e591]

        INTEGRATION: CWS impress84 (1.80.130); FILE MERGED 2006/02/01 11:13:29 mba 1.80.130.2: #i58580#: typo 2006/02/01 11:08:58 mba 1.80.130.1: #i58580#: remove created SfxFrame when creating of document fails

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [46fd2f696376ff5d778a5332bf6136af49148f7e]

        INTEGRATION: CWS fwk32 (1.3.78); FILE MERGED 2006/02/02 13:20:55 is 1.3.78.2: #i47369# no CustomAction regactivex in patch 2006/02/01 13:22:40 is 1.3.78.1: #i47369# soactivex registration in patch

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2a4e6006d95044eb06f0bcee319d5f02d31e5941]

        INTEGRATION: CWS fwk32 (1.181.18); FILE MERGED 2006/01/30 11:27:16 mav 1.181.18.1: #i59437# add hatchwindowfactory.uno into the patch

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e621a05857c5a5978de5de9141282fee5f26268b]

        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>  [11fae79cf2e6e1c004800c3c65f26ef8ece6ba1e]

        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>  [f2835a5b31a8411b1d28e17c2fe1dc6c12adc04b]

        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>  [38d57523fe03aaeb5654db42913ab703e07a7baa]

        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>  [db01cbeabc777dba879fffb5f4037ba9b20bc6d5]

        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>  [4ab5d7248182c02d0f8c0741b9a5724037d6c2cf]

        INTEGRATION: CWS fwk32 (1.57.120); FILE MERGED 2006/01/23 17:18:33 mba 1.57.120.1: #124861#: check ViewFrame ptr before usage

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1e10a9bbdf504596bc9eabf6febee61a431d7520]

        INTEGRATION: CWS impress84 (1.134.204); FILE MERGED 2006/01/31 15:38:56 sj 1.134.204.2: #120860# fixed problems when deleting SdrObjects which were part of the background colored object list 2006/01/30 15:41:47 sj 1.134.204.1: #127936# fixed gpf if loading invalid Text document

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8868592ef675f3a936c0d5e2792deca00789e909]

        INTEGRATION: CWS fwk32 (1.114.68); FILE MERGED 2006/01/31 09:37:29 as 1.114.68.2: #125432# Workaround: restore old EnableInput value instead of reseting it hardly 2006/01/20 13:38:57 mba 1.114.68.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c18625bf8d2ba9ea2a71a0789870695e286028cd]

        INTEGRATION: CWS fwk32 (1.78.74); FILE MERGED 2006/01/20 13:38:56 mba 1.78.74.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a6ff3cd5161b05430eaaaa5bc1c536bf3c65bab8]

        INTEGRATION: CWS impress84 (1.48.38); FILE MERGED 2006/01/31 16:04:18 sj 1.48.38.1: #129071# fixed gllery crash

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c1446bb83328cb4bd013ace8f01b684e23fce0ed]

        INTEGRATION: CWS fwk32 (1.63.76); FILE MERGED 2006/01/20 13:38:55 mba 1.63.76.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3512f42104ab879dbe5fb7795a7980854d9a5942]

        INTEGRATION: CWS fwk32 (1.80.120); FILE MERGED 2006/01/20 13:37:49 mba 1.80.120.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells; #126412#: guard against invalid filter

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1598607b8d809b70226899ae48a9810422699413]

        INTEGRATION: CWS fwk32 (1.42.12); FILE MERGED 2006/01/20 13:38:39 mba 1.42.12.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells; #128853#: while reloading ViewFrame may have no ViewShell

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0519275ca157045e7fc4555b4f1a39ea1cb40891]

        INTEGRATION: CWS fwk32 (1.104.10); FILE MERGED 2006/01/30 15:38:33 mba 1.104.10.1: #127149#: avoid storing own format with pFilter==0

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9b98ff67f2af76437a6ecb62ea4ee995050f3030]

        INTEGRATION: CWS fwk32 (1.88.70); FILE MERGED 2006/01/27 11:13:04 mav 1.88.70.1: #i59437# the model must not be closed while UI saving is in progress

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [697548804c6babfb9b30db486e3194860a729c86]

        INTEGRATION: CWS fwk32 (1.58.120); FILE MERGED 2006/01/20 13:36:59 mba 1.58.120.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b50871372a10a09f3720b1919399fd3a1bcd0833]

        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>  [92571b08fb16122cba4c78fa57c6b0e1c69f9c85]

        INTEGRATION: CWS fwk32 (1.17.120); FILE MERGED 2006/01/30 15:38:32 mba 1.17.120.1: #127149#: avoid storing own format with pFilter==0

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [104b881daa0d6d25cc7101897d9c4f8ceb4b16a5]

        INTEGRATION: CWS fwk32 (1.37.114); FILE MERGED 2006/01/20 13:36:32 mba 1.37.114.1: #126110#: it seems to be possible to dispatch key events without getting an activation, so CurentViewShell can be NULL

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0caef2aa00269aac10761f8c58b1aa3c6163d284]

        INTEGRATION: CWS fwk32 (1.21.120); FILE MERGED 2006/01/20 13:36:31 mba 1.21.120.1: #126110#: it seems to be possible to dispatch key events without getting an activation, so CurentViewShell can be NULL

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3f8b9ed94b3dec79188bba604bb1ec7b6c2a09fb]

        INTEGRATION: CWS impress84 (1.5.2); FILE MERGED 2006/01/26 15:56:22 af 1.5.2.1: #130645# Made calling XFrame::isActive() more robust.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [f3ca729704e9b2d773c9696ed83498ef960cc1e8]

        INTEGRATION: CWS fwk32 (1.100.68); FILE MERGED 2006/01/20 13:01:23 mba 1.100.68.1: #128153#: sfx was not aware of exceptions thrown in ctor of ViewShells

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a3034fe2df03ea3b9b74648d477cecb82b14368b]

        INTEGRATION: CWS impress84 (1.10.2); FILE MERGED 2006/01/25 13:14:01 af 1.10.2.1: #130558# QueueProcessor now holds shared_ptr to BitmapCache.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [691b3ae23d37f2ecd3250ad83f0c83dd71f862b7]

        INTEGRATION: CWS impress84 (1.7.2); FILE MERGED 2006/02/01 14:20:30 sj 1.7.2.2: #130558# QueueProcessor now holds shared_ptr to BitmapCache. 2006/01/25 13:08:32 af 1.7.2.1: #130558# QueueProcessor now holds shared_ptr to BitmapCache.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [bf3fe89fc814944eb4e496db7e3a4bb8b2a0e7da]

        INTEGRATION: CWS impress84 (1.37.112); FILE MERGED 2006/02/03 08:42:56 cl 1.37.112.2: #i58580# get correct dispatcher and some cleanup 2006/02/01 11:22:04 cl 1.37.112.1: #i58580# get correct dispatcher and some cleanup

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [28152a3c70bf400b5c1793a90e688ea0a608a8a5]

        INTEGRATION: CWS impress84 (1.87.104); FILE MERGED 2006/02/01 16:30:42 sj 1.87.104.1: #i54159# added patch to export default bullets to ppt properly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [da514a94ddbfdd038e08cef53e959375dca1f835]

        INTEGRATION: CWS fwk32 (1.1.110); FILE MERGED 2006/01/19 17:01:11 mav 1.1.110.1: #129241# use Mozilla1.0 sources

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d46bae697330681764e1709aaeb5f06b9b927a87]

        INTEGRATION: CWS fwk32 (1.2.110); FILE MERGED 2006/01/19 17:13:22 mav 1.2.110.1: #129241# use Mozilla1.0 sources

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a0cf494de1159cbda93f4cbdec811f696e46edc5]

        INTEGRATION: CWS impress84 (1.80.12); FILE MERGED 2006/01/31 15:38:40 sj 1.80.12.1: #120860# fixed problems when deleting SdrObjects which were part of the background colored object list

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [29da6f209c1147bd9a924fbf4e6014e7eb6f8b35]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 17:03:20 mav 1.1.2.2: #129241# adopt for windows build 2006/01/19 16:48:01 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [efa5f0e5c46115dc18c74d40a473f4986e8daa20]

        INTEGRATION: CWS impress84 (1.24.112); FILE MERGED 2006/02/01 11:22:40 cl 1.24.112.1: #i58580# get correct dispatcher and some cleanup

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2c148b25934fe3ae72dfb5d2dd72024358312e03]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 17:03:20 mav 1.1.2.2: #129241# adopt for windows build 2006/01/19 16:48:00 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5ed8eba3b48a35a027b044a6787415d90b20e748]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/27 13:32:50 mav 1.1.2.2: #129241# adopt to OJI dependent build 2006/01/19 16:47:59 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [da816838af8de23ab5293479a785ba53fcefc41c]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 17:03:19 mav 1.1.2.2: #129241# adopt for windows build 2006/01/19 16:47:58 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8e674a114bdd8336c3712bd4d47afe6a11ad6dfb]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 16:58:55 mav 1.1.2.1: #129241# initial version

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d0ecbad0c7032826c60cfe30bf618b70b0a435fa]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 17:03:19 mav 1.1.2.2: #129241# adopt for windows build 2006/01/19 16:47:42 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [f781419d3f7eb26da8ad2d0104c0f46ec55197df]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 17:03:18 mav 1.1.2.2: #129241# adopt for windows build 2006/01/19 16:47:43 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [91c494dabf66700da161feb6a8d5aba794fb34bb]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 16:47:41 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8019ebe95e3836d1aed3bd288f6e16ceecd39115]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 16:57:43 mav 1.1.2.1: #129241# initial version

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [16abdc0d8beb9d6cc0ac0a99f978339556bf9b50]

        INTEGRATION: CWS impress84 (1.107.60); FILE MERGED 2006/02/01 13:34:54 cl 1.107.60.2: #i32217# remove default attributes from newly created non placeholder shapes 2006/01/31 09:36:16 cl 1.107.60.1: #i32217# remove default attributes from newly created non placeholder shapes

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [19e7e17a78eb4ce49f3e558ccb5571a0a88b2502]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 16:47:28 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5f5304c07d5f6cb949816bb587611d46584c1bfb]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/19 16:47:27 mav 1.1.2.1: #129241# the original files from the Mozilla1.0 source trees

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c1de83986f390aef7145d1c3d716dac5892dbff8]

        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>  [815c30114a2f67c36d5a0b9a9e63a8f70daaa2af]

        INTEGRATION: CWS fwk32 (1.150.12); FILE MERGED 2006/01/30 13:02:33 cmc 1.150.12.1: #129241# NP_SDK conditional is now defunct

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8f3a85c871603be200ef981e8edaa78134e70f62]

        INTEGRATION: CWS fwk32 (1.133.12); FILE MERGED 2006/01/30 13:02:28 cmc 1.133.12.1: #129241# NP_SDK conditional is now defunct

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1e4322e61ff1ceca2e59d2769adfefb79d41ca5b]

        INTEGRATION: CWS fwk32 (1.7.78); FILE MERGED 2006/02/01 17:26:22 is 1.7.78.1: #i47369# preparing patch assignments

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [20ac780fe04730b113d862ab8adb055db9153592]

        INTEGRATION: CWS fwk32 (1.27.76); FILE MERGED 2006/02/01 13:16:19 is 1.27.76.1: #i47369# soactivex registration in patch

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fcf6d79a857ea15ea4f7c342f59b5bd44572b005]

        INTEGRATION: CWS fwk32 (1.11.8); FILE MERGED 2006/02/01 13:16:19 is 1.11.8.1: #i47369# soactivex registration in patch

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1abcec9f6b863d4f85016fd5fc7b2f62c7925f07]

        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>  [effb97f3ea267cdee46f7ee0c2bac8d0427ec4e9]

        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>  [9b2a0e4f02f7d56fbb97b49807c5f335397c8fca]

        INTEGRATION: CWS rtfpp2 (1.57.102); FILE MERGED 2005/12/14 13:28:12 mba 1.57.102.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e8a07928edfd71520623a3e40fba90cf9a656da9]

        INTEGRATION: CWS rtfpp2 (1.114.44); FILE MERGED 2005/12/21 10:19:04 mba 1.114.44.2: #i18807#: SfxViewFrame::IsVisible() now is a private method of SFX2 2005/12/14 13:28:12 mba 1.114.44.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fe9e4bc3ad2d498bee3b5e191dc9266a14c08168]

        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>  [ecd49d5d89121c087428488c1af413c0c18d98b1]

        INTEGRATION: CWS rtfpp2 (1.78.48); FILE MERGED 2005/12/14 13:28:11 mba 1.78.48.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [809bb8081c12032abf886284d9e17d2dbf48fe8a]

        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>  [751a27e10a2e1c918447783a66503d3af3f39862]

        INTEGRATION: CWS rtfpp2 (1.29.46); FILE MERGED 2005/12/14 13:28:11 mba 1.29.46.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0cb6c8951633e9209e1bb91af7a760db76b482dd]

        INTEGRATION: CWS rtfpp2 (1.74.44); FILE MERGED 2005/12/14 13:28:11 mba 1.74.44.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [52bdc1216d667dec3d6c1821d17c202db3342258]

        INTEGRATION: CWS rtfpp2 (1.30.104); FILE MERGED 2005/12/22 14:42:01 mba 1.30.104.1: #129054#: don't remove all metadata when creating a document from template

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8ed351e40de900151db0436215022616c2756ee4]

        INTEGRATION: CWS rtfpp2 (1.14.102); FILE MERGED 2005/12/14 13:28:10 mba 1.14.102.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a26f3bf22a6301f27314bcacb5025d6132bc2e0c]

        INTEGRATION: CWS rtfpp2 (1.21.100); FILE MERGED 2005/12/14 13:28:10 mba 1.21.100.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ebf16b36dd7cf2a38e5b1930e09cb8a1ce739ad8]

        INTEGRATION: CWS rtfpp2 (1.24.102); FILE MERGED 2005/12/14 13:28:09 mba 1.24.102.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d7badaae7cdf7a19eb4336aa95b5a09ff73ebfb4]

        INTEGRATION: CWS fwk32 (1.58.46); FILE MERGED 2006/01/30 14:46:20 mav 1.58.46.1: #120410# fix from AS: controller should reactivate the window if closing failed

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9d0614eef80f5ac8c3d700c7cd452206408ffa55]

        INTEGRATION: CWS rtfpp2 (1.100.44); FILE MERGED 2005/12/22 14:42:37 mba 1.100.44.2: #129054#: don't remove all metadata when creating a document from template 2005/12/14 13:28:09 mba 1.100.44.1: #i18807#: allow to make a frame visible after loading in hidden mode

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e1b5a6d0e013560b85be5e096cb86728e8c41753]

        INTEGRATION: CWS fwk32 (1.21.46); FILE MERGED 2006/02/01 08:33:52 as 1.21.46.1: #i57403# repair JumpToMark

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2637df060560ffd95a59a828f5d4859a636c4ea6]

        INTEGRATION: CWS fwk32 (1.41.10); FILE MERGED 2006/01/26 12:38:53 cd 1.41.10.1: #i60882# Wrong order of calls can result in misplaced toolbars

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ad2ef7f36fe0c54aba2ab6424a9277f1ecfa25af]

        INTEGRATION: CWS fwk32 (1.10.46); FILE MERGED 2006/02/01 08:36:03 as 1.10.46.1: #i57403# repair JumpToMark

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6988efa7a54d669e68b582f44925a98bf11f0e49]

        INTEGRATION: CWS fwk32 (1.3.78); FILE MERGED 2006/01/30 12:42:39 mav 1.3.78.2: #120410#,#i59437# add header 2006/01/30 11:02:35 mav 1.3.78.1: #120410#,#i59437# let the document be locked from closing while the control is running, use DocumentCloser to close the frame, fix SetWindow call

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b24ecbdcc9eb943a27b80ca173770b05c458799f]

        INTEGRATION: CWS fwk32 (1.5.50); FILE MERGED 2006/01/30 14:00:34 mav 1.5.50.3: #120410# listen on the frame instead of document 2006/01/30 11:02:34 mav 1.5.50.2: #120410#,#i59437# let the document be locked from closing while the control is running, use DocumentCloser to close the frame, fix SetWindow call 2006/01/25 11:59:44 mav 1.5.50.1: #129241# fix the possible crash

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8285f8445f0ab3ca0db55c420ff149f9d6392ca6]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:03:30 mav 1.1.2.1: #120410# let the document be locked from closing while the control is running

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0385a6cee777486d3c0dad47ef18b43225523867]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:03:20 mav 1.1.2.1: #120410# let the document be locked from closing while the control is running

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [f4449219c7619273dd2dd5bd6df3b1b936a06592]

        INTEGRATION: CWS fwk32 (1.11.80); FILE MERGED 2006/01/31 13:20:34 mav 1.11.80.3: #129241# adopt to unix 2006/01/27 12:29:50 mav 1.11.80.2: #129241# adopt to unix 2006/01/25 11:59:44 mav 1.11.80.1: #129241# fix the possible crash

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [60e1b90c8e61ec347f861f3f1b775d9db937ad26]

        INTEGRATION: CWS fwk32 (1.15.16); FILE MERGED 2006/01/30 11:02:34 mav 1.15.16.3: #120410#,#i59437# let the document be locked from closing while the control is running, use DocumentCloser to close the frame, fix SetWindow call 2006/01/27 13:34:47 mav 1.15.16.2: #129241# adopt to unix 2006/01/19 17:16:01 mav 1.15.16.1: #129241# use np_sdk sources

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b47281494fb508314b40827c68e6a505fa6af932]

        INTEGRATION: CWS fwk32 (1.2.630); FILE MERGED 2006/01/30 10:58:35 mav 1.2.630.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2d32a218b80435253b9851b3831ae6bb7886e503]

        INTEGRATION: CWS fwk32 (1.12.162); FILE MERGED 2006/01/30 10:58:35 mav 1.12.162.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3d563ba543ffa40511cb500e11dda81e381aaba3]

        INTEGRATION: CWS fwk32 (1.3.434); FILE MERGED 2006/01/30 10:58:34 mav 1.3.434.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b792249fa4c5b239fd9797979e5c419c7d9c7bb8]

        INTEGRATION: CWS fwk32 (1.11.6); FILE MERGED 2006/01/30 10:58:34 mav 1.11.6.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [50cde25bec7315446fb89d552efc10ad84c372dd]

        INTEGRATION: CWS fwk32 (1.6.48); FILE MERGED 2006/01/30 10:58:34 mav 1.6.48.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a4283712d8d4f26520cd5ec9ca02525365c719e3]

        INTEGRATION: CWS fwk32 (1.11.48); FILE MERGED 2006/02/02 13:27:41 mav 1.11.48.2: #120410# provide the approver correctly 2006/01/30 10:58:34 mav 1.11.48.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5b6939ccbb2fb0fa4614246f41c7c387a27c44f1]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:00:32 mav 1.1.2.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6b75042decfe7e08b46b7240facadee29f48f956]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:00:24 mav 1.1.2.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [962f3d941958bc8414096d3e63710f9076a11b48]

        INTEGRATION: CWS rtfpp2 (1.33.38); FILE MERGED 2005/12/21 10:18:17 mba 1.33.38.1: #i18807#: SfxViewFrame::IsVisible() now is a private method of SFX2

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c1b9ea53cdd5a7c23fe6d23bc8608a4c0fc36cda]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:00:15 mav 1.1.2.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0c7fbe8bef5acff2c88e0fb27dd46e63242d80c2]

        INTEGRATION: CWS rtfpp2 (1.55.48); FILE MERGED 2006/01/31 12:09:46 flr 1.55.48.1: #129881# crash when no reader was found

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b9b41892c129c90e801a64c0b590554df44f4e98]

        INTEGRATION: CWS fwk32 (1.32.12); FILE MERGED 2006/01/30 08:44:10 mav 1.32.12.1: #129241# introduce the dependency from np_sdk back

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1bbd92e7fc3af20cbead39dc7172eff6ff5e25e8]

        INTEGRATION: CWS rtfpp2 (1.74.38); FILE MERGED 2005/12/16 10:29:05 flr 1.74.38.1: #129053# import document variables as meta information

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7fe4711b2c57512c5907e7a547fa65ba0502b6c6]

        INTEGRATION: CWS rtfpp2 (1.120.38); FILE MERGED 2005/12/16 10:29:04 flr 1.120.38.1: #129053# import document variables as meta information

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [415a71303ab6ad855ecb47e0e8964102b3e05a68]

        INTEGRATION: CWS rtfpp2 (1.91.50); FILE MERGED 2006/01/30 11:45:15 mba 1.91.50.2: RESYNC: (1.91-1.92); FILE MERGED 2005/12/16 15:21:42 os 1.91.50.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c60f527fd5b97e88a2690b45bf18432086535ae1]

        INTEGRATION: CWS rtfpp2 (1.139.38); FILE MERGED 2006/01/30 11:44:52 mba 1.139.38.2: RESYNC: (1.139-1.140); FILE MERGED 2005/12/16 10:29:02 flr 1.139.38.1: #129053# import document variables as meta information

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ce18f1a74761184912f451a29936ea97fa1e3f6a]

        INTEGRATION: CWS rtfpp2 (1.159.48); FILE MERGED 2005/12/16 10:29:00 flr 1.159.48.1: #129053# import document variables as meta information

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [5f135a31c19737b8b3bafe676d6412a80dd8bc62]

        INTEGRATION: CWS rtfpp2 (1.25.146); FILE MERGED 2006/01/31 16:18:28 flr 1.25.146.2: 130171 missing import of some shape types in RTF filter 2005/12/16 09:19:13 flr 1.25.146.1: #127429#. Very basic support for the Buchhalternase.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [32c39b716701f8cf5e031075cc226d5ca2dc14d2]

        INTEGRATION: CWS rtfpp2 (1.53.56); FILE MERGED 2006/01/31 16:18:28 flr 1.53.56.3: 130171 missing import of some shape types in RTF filter 2005/12/16 10:26:01 flr 1.53.56.2: #127429#. Very basic support for the Buchhalternase. 2005/12/16 09:19:13 flr 1.53.56.1: #127429#. Very basic support for the Buchhalternase.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ee31547391a391ced5968489981980fe30bfc8ec]

        INTEGRATION: CWS rtfpp2 (1.27.144); FILE MERGED 2006/01/18 15:16:56 ama 1.27.144.1: Fix #127425'. Do not crash with strange(non-standard) RTF documents

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [117496738fa103e8c9c006d20b99bcb8bf8d0ac4]

        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>  [d72bfecdd6ce029217805e76e6d7feae0b03a57e]

        INTEGRATION: CWS rtfpp2 (1.117.50); FILE MERGED 2006/01/30 13:27:31 mba 1.117.50.2: RESYNC: (1.117-1.118); FILE MERGED 2005/12/16 15:21:16 os 1.117.50.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [bb50fb7130f3c291abfbe72f051b0e17860605f6]

        INTEGRATION: CWS rtfpp2 (1.183.50); FILE MERGED 2005/12/16 15:21:15 os 1.183.50.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d83137c3aa71f7b8c18ffea9f6a418f182a2e0af]

        INTEGRATION: CWS rtfpp2 (1.23.146); FILE MERGED 2006/01/06 11:52:35 fme 1.23.146.2: #127428# More tab stop compatibility 2006/01/06 11:46:19 fme 1.23.146.1: #127428# More tab stop compatibility

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b6ca60184d5d59016df259d3b3570d82d0316c68]

        INTEGRATION: CWS rtfpp2 (1.5.148); FILE MERGED 2006/01/06 11:46:18 fme 1.5.148.1: #127428# More tab stop compatibility

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3d37a22eada7aa99fd10d2adb9ef72c5207b6ea0]

        INTEGRATION: CWS fwk32 (1.12.50); FILE MERGED 2006/01/30 11:18:09 mav 1.12.50.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [143813ed0110b22688df9ecbedd67a605cda30c0]

        INTEGRATION: CWS rtfpp2 (1.14.38); FILE MERGED 2006/01/06 11:46:15 fme 1.14.38.1: #127428# More tab stop compatibility

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e883ecd702791867d9a4cb62832aa30f09dcff1d]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:16:58 mav 1.1.2.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d87ede68521e1a792f4e6e5575ba093c80eb05e1]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:16:43 mav 1.1.2.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [080e97f8b3d26c3d0639a4e0fc2add955645d29f]

        INTEGRATION: CWS rtfpp2 (1.95.38); FILE MERGED 2006/01/10 15:25:30 mba 1.95.38.2: #127428#: syntax error only cought in gcc 2006/01/06 11:46:13 fme 1.95.38.1: #127428# More tab stop compatibility

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [bfbb9ff225e40cf2a7bfac4928bd9567d5a070c3]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:16:28 mav 1.1.2.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6f610e9978353e607cbe933746d076c4ba38127a]

        INTEGRATION: CWS rtfpp2 (1.48.108); FILE MERGED 2006/01/06 11:52:35 fme 1.48.108.2: #127428# More tab stop compatibility 2006/01/06 11:45:55 fme 1.48.108.1: #127428# More tab stop compatibility

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [7ae7c8c1ef62d37386294eedb2c5329e0b4a3de3]

        INTEGRATION: CWS fwk32 (1.1.2); FILE ADDED 2006/01/30 11:16:04 mav 1.1.2.1: #120410#,#i59437# allow to lock a document from closing without exceptions support, allow to close document frame correctly

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [129883cad397ad65ff17851ad4c6325f2f9ab068]

        INTEGRATION: CWS rtfpp2 (1.100.38); FILE MERGED 2006/01/13 08:27:32 fme 1.100.38.1: #130210# Wrong behaviour of decimal tab stop at portion change

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [db5ba1436e43aa2144656e2f7ba31f9e4aee91d5]

        INTEGRATION: CWS rtfpp2 (1.19.146); FILE MERGED 2006/01/30 11:34:39 mba 1.19.146.2: RESYNC: (1.19-1.20); FILE MERGED 2005/12/16 15:20:13 os 1.19.146.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d945e8725d9422e88b11b62020164696c7ac73f0]

        INTEGRATION: CWS rtfpp2 (1.111.52); FILE MERGED 2006/01/30 13:27:23 mba 1.111.52.2: RESYNC: (1.111-1.112); FILE MERGED 2005/12/16 15:22:00 os 1.111.52.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c9d46a789ad38613ca943b8cd2455b04e3a84617]

        INTEGRATION: CWS rtfpp2 (1.7.148); FILE MERGED 2005/12/16 15:22:11 os 1.7.148.1: #129052# property FieldCode added to SwDBField

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ec8c4daee93444e0897820bdd62fbbe8bfcab944]

        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>  [107cfdc1ceb345c0b8c274f3eb1b9ea60a274857]

        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>  [40235891359182effac29e5966bea704f7acf964]

        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>  [cbe35838aa69855a1ff92e29e2bed52a1cb8c658]

        INTEGRATION: CWS rtfpp2 (1.93.24); FILE MERGED 2006/01/30 11:21:00 mba 1.93.24.2: RESYNC: (1.93-1.94); FILE MERGED 2006/01/05 10:43:10 nn 1.93.24.1: #129050# broadcast any change of the range address to modify listeners

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9bff0fc8e68d66eeef1bf4e0c06b0c428faf29c5]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:16 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6e3fcfd714323b2d0fe20a0db35a5f8eadce36a7]

        INTEGRATION: CWS rtfpp2 (1.11.12); FILE MERGED 2006/02/06 16:30:48 mba 1.11.12.1: #128676#: superfluous notification of DataChanged after saving

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [126bfffb9d4d84e09945824b8d8927dd510edc17]

        INTEGRATION: CWS rtfpp2 (1.14.12); FILE MERGED 2006/02/06 16:13:05 mba 1.14.12.2: #128676#: wrong dirty flag implementation 2005/12/09 11:29:50 mav 1.14.12.1: #128676# truncate the stream before writing

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [883a7fde4a5d1c2071b5cc74c27a7d559163ed79]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:13 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [b02489faea987d1fb4c4fc2358287600f72a5bd2]

        INTEGRATION: CWS rtfpp2 (1.14.12); FILE MERGED 2006/02/06 16:30:39 mba 1.14.12.1: #128676#: superfluous notification of DataChanged after saving

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ecea4611e0fa5eb7529e69ecc4b9f3566d4bc8d1]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:12 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [58d6a4f7f2a409ceb78f84316984e5dcdf536495]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:10 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [79c683e8f508ba7bef85656fdc781ab66d78faca]

        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>  [80141d23869438062d2119e6710adaf72bb00fa3]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:09 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d1dfb367d00534f5b973886169574b4986c74633]

        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>  [730ec6691ec37ba693c2b3da9f3f2d3af3789e95]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:07 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9e8fd442c6e548c20f5397e034087ff98673a5f7]

        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>  [d9daa099502e20152becc42e969b2e403d2fe2b4]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:06 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [112f7ebb09708781543e95a93f51a038371143ee]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:04 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [739d4974e9bed2db6b8fb6408ff5288d088ddc98]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:03 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9333c29b1399f3eb5d3017b000d6fdca51e384bf]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:01:00 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [66dd0e28ac14795644bb0a307a357f138bd5ac1f]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:59 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0b1e7309374d47797d8d02dc8418767eb94b7c1d]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:58 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [dff448941ac9db00b590ce8729cec4cad0756ea8]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:56 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [0c5ab28ba83d6517a80dd438c8441708bac9a79a]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:55 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [334e1de6df348917856fe23d6d814ae49a5be180]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:54 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [4ac5afe893f475bf25c1e5796158c0ad841dde5b]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:53 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [715fa5071d2709062db5aaef581e6d1133eb658e]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:52 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a7191eff95b280467b0d63dbbaa3974ce9514af8]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:51 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [43c067635564ef0ec466a5946d4ecd80b0ca7e91]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:50 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a757a7cc35a6820e245ca9343aa35994c2ec7cbd]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:49 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8b8aa45fa29b94f42cdc9093b9680a095cf9e4f6]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:48 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [541d7b9d5400552a827259dafb7c87df61c974de]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:47 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [731e5faf5e62adad8f3a693446d6bc10d99474a6]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:46 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [05777192247f148d8edf7cfe270615be64778070]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 16:00:45 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [28861a550f7bdb0c63a706d157e7a2addbd7e793]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:59:01 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a14909b751607feb20cf5e87dd395391d60ebaed]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:59:00 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [4b5e91aafb8e97b1bda21e63a77ad4894dfb4365]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:58:59 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [4ec32dbc28a32f31e1f4bd8f29ffb96558f50649]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:58:58 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3daaca15e75231bb087a2bc368bcd04871dfb582]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:58:57 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [cc5d8a2517714f66f264c6a4e59aa2d07a302353]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:33 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [426a5188a0421a748cf8f98b815345cd88971424]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:32 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [736dfe37bfcb19f47a4c2d6e690480682f081caf]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:31 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [de114007c6aea27968ed986de6ce301de0ea59ab]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:30 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9d9bca7c5b8228234cce67b3bb2432a2a89db8b2]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:29 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [65e69694ed2e69622f0b1012e2af53876f67e59f]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:57:28 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [184aeeefc23ae1c44a1f9cc9aee2d47bda040fe6]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:28 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [f3dfe082b2b56436c25364997a92e0a78bb0ad3b]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:27 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [98c67b46d5672e999418a8a7b0b73d2a47efe4eb]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:26 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [981cc98cbbd57f085a46cd9c1f5b3a770cad7ad8]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:25 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d70c7db9ac8c40775f2bf875f80c7ad4b31b80ca]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:24 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2e40da979a1faac292b20b8fd0397aa5e48383aa]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:23 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [aa77c134e9fcef7aeeb8c8622675a6d68eb92ed6]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:22 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [6c60eec770a4731a0529712bde55582ad35af6a5]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:21 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [3512d1d6272f65e9f6c4b7bb060a8e8912e9c88b]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:20 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [9f5614ee3a0a18255696cfda0830e9264c370bb2]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:19 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [aa20af664aa3989dc4c01ed4113772a68b140553]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:18 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [d3530bc21a870b4a3b7126efc642c7aa49cdc2bb]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:17 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [677a16b33912da47529978f3eb586ef16fe67895]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:16 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c6d04e87aaef1d712c0241b0256fdf94690a2201]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:15 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [fcaae0cc2dc8ae8badd132380984c0329b670e36]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/01/30 15:55:14 va 1.1.2.1: #130739# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [e40231d33c0afa65edf19741140c60b67e8ca1cc]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/02/03 15:13:14 va 1.1.2.2: #130741# Corrected Title Frame. 2006/01/30 15:45:25 va 1.1.2.1: #130741# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [ee75589dd931f902a889ca090a84490274de6b31]

        INTEGRATION: CWS extras4ru (1.1.2); FILE ADDED 2006/02/03 15:13:13 va 1.1.2.2: #130741# Corrected Title Frame. 2006/01/30 15:45:25 va 1.1.2.1: #130741# Initial Revision.

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [28aecb177f46015240e7e0e1a3fca1599c4e013a]

        INTEGRATION: CWS extras4ru (1.2.144); FILE MERGED 2006/01/30 13:33:44 va 1.2.144.1: #130739# Checked in English Autotexts. Issue number: Submitted by: Reviewed by:

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a3d1454e41b95f268f19235cbc7df2f09dc4efee]

        INTEGRATION: CWS extras4ru (1.2.144); FILE MERGED 2006/01/30 13:33:43 va 1.2.144.1: #130739# Checked in English Autotexts. Issue number: Submitted by: Reviewed by:

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [8f9c3791b6f577dbdf4a2591d26394b6b68fb9c0]

        INTEGRATION: CWS extras4ru (1.2.144); FILE MERGED 2006/01/30 13:33:42 va 1.2.144.1: #130739# Checked in English Autotexts. Issue number: Submitted by: Reviewed by:

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [2397f837f7057fcf04d0ba997eb05f31f5e69213]

        INTEGRATION: CWS ab24 (1.8.50); FILE MERGED 2006/02/02 16:43:18 ab 1.8.50.1: #i59791# Fixed compiler expression optimization

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [101803e37587fb4fe87e03e0e8ad7fff8c4fcc50]

        INTEGRATION: CWS ab24 (1.11.48); FILE MERGED 2006/02/02 16:43:17 ab 1.11.48.1: #i59791# Fixed compiler expression optimization

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [1132c16932f8dc4631888650551bb3bd64e9e699]

        INTEGRATION: CWS ab24 (1.12.46); FILE MERGED 2006/02/02 16:43:17 ab 1.12.46.1: #i59791# Fixed compiler expression optimization

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [278155dc90577dc13f548f527db8c209d0beefe9]

        INTEGRATION: CWS ab24 (1.12.48); FILE MERGED 2006/02/02 16:43:17 ab 1.12.48.1: #i59791# Fixed compiler expression optimization

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [aed04be270a95ab3229f61ad30eb4d32de812382]

        INTEGRATION: CWS ka008 (1.6.268); FILE MERGED 2006/02/07 13:52:51 sj 1.6.268.1: #i61633# do not create SvtGraphicFill if FillStyle is Transparent

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [c8659eef016fedee5ee79a38e55c43c2d18a531b]

        INTEGRATION: CWS ka008 (1.36.32); FILE MERGED 2006/02/06 15:56:14 ka 1.36.32.1: #i61235#: reusing sal_uInt32 for 64bit architecture

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [a9ffc3a5359d17a13895d65d4d6e64282a3c6d7f]

        INTEGRATION: CWS ka008 (1.12.270); FILE MERGED 2006/02/06 15:53:09 ka 1.12.270.1: #130533#: removal of GrabFocus method

2006-02-09  Rüdiger Timm  <rt@openoffice.org>  [674daee1e7bfacb2de8031eb012a8862a408ebb7]

        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>  [7f142276948d57538ddd3d7c17d09f773e318807]

        new version for SRC680

2006-02-07  Vladimir Glazounov  <vg@openoffice.org>  [4745f1e825dfe70ffa6572305da2daf44b839cc3]

        new version for SRC680

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [ccf16927dcd59ea18ceb45d5c5ea8b43cb1b5ac7]

        #i10000# oo_product.bmp still required for packing.

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [4a154de894c26d9a112fd995e145845d3ff7db42]

        #i10000# Comma added (got lost in resolving merge conflict).

2006-02-07  Vladimir Glazounov  <vg@openoffice.org>  [27069d72c8d8c222b649f810741eba6e0686b563]

        new version for SRC680

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [aaab5abcc14d37b118469d16eb7c056a4f6b785d]

        #i10000# Add preventGetVersionColumns() to OConnection (as in CWS nomysqlversion, has been forgotten to commit there).

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [354e035cc4fadb052ac1d35a18febedb4de1d45f]

        INTEGRATION: CWS fwk29 (1.8.24); FILE MERGED 2006/01/06 14:07:25 as 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2005/12/15 13:40:41 as 1.8.24.1: #i59081# repair session save/restore

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [c3d90d87fbb38ef96008c6e7c2d884bdb5103fe5]

        INTEGRATION: CWS fwk31 (1.57.108); FILE MERGED 2006/01/19 09:44:23 mba 1.57.108.1: #124785#: avoid superfluous notification actions

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [c0cc90d1a2d0f3c772d8e7fee8295437072e8037]

        INTEGRATION: CWS fwk31 (1.67.8); FILE MERGED 2006/01/18 09:48:11 pb 1.67.8.1: fix: #i57912# Chart no longer a valid help module

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [657d1ad05b8c6139847a6351cfbafd8af0cbb241]

        INTEGRATION: CWS fwk31 (1.33.108); FILE MERGED 2006/01/18 14:08:20 cd 1.33.108.1: #123501# Comment out SetViewFrame(0) as it makes no sense to call in SfxApplication::Deinitialize. All view frames should be closed at that time

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [4da9e99913e9c5b985ab762b93270ad49c504124]

        INTEGRATION: CWS fwk29 (1.25.92); FILE MERGED 2006/01/05 14:07:40 as 1.25.92.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [219a4e0a7676a4c5c8c79ccbd53fed9ecf93c825]

        INTEGRATION: CWS fwk29 (1.48.96); FILE MERGED 2006/01/11 12:05:10 as 1.48.96.3: #i59272# hide empty frame reference 2006/01/11 08:54:34 as 1.48.96.2: #i59272# provide frame context for every Execute() 2006/01/05 14:07:40 as 1.48.96.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [a3a65c388430ab18a376923034bf9863f22a44b3]

        INTEGRATION: CWS fwk29 (1.14.660); FILE MERGED 2006/01/25 10:14:42 as 1.14.660.2: #i59272# fix design problem of SfxRequest(args) in combination with slot .uno:Exit where the application pool was already destructed but used 2006/01/05 14:07:40 as 1.14.660.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [e0939ca7afadedf15b7adfc21f191fb84f6c6a7d]

        INTEGRATION: CWS fwk29 (1.39.94); FILE MERGED 2006/01/11 12:04:34 as 1.39.94.2: #i59272# remove debug code 2006/01/05 14:07:39 as 1.39.94.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [51497cdd3abfcefbd9e214e169bc61656a4d949e]

        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>  [f67b59078e41070af7a2697c795722712c017e05]

        INTEGRATION: CWS fwk29 (1.112.94); FILE MERGED 2006/01/05 14:07:39 as 1.112.94.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [650b07e94601578a4451f5ff3ea4aee7da7f0843]

        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>  [ed996b3d404fe189d31977b9d8ce2ec44d8aeacf]

        INTEGRATION: CWS fwk29 (1.58.96); FILE MERGED 2006/01/25 10:14:41 as 1.58.96.3: #i59272# fix design problem of SfxRequest(args) in combination with slot .uno:Exit where the application pool was already destructed but used 2006/01/11 12:01:38 as 1.58.96.2: #i59272# remove debug code 2006/01/05 14:07:38 as 1.58.96.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [f0be175bb15c3cddff99a01260f99b0fa2adc67f]

        INTEGRATION: CWS fwk29 (1.33.96); FILE MERGED 2006/01/31 08:52:16 as 1.33.96.1: #i61403# dont remove global pool as workaround for TestTool->FileExit() use case

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [2cbf6396859e9041d22531b07be0430e7241c7ed]

        INTEGRATION: CWS fwk31 (1.73.40); FILE MERGED 2006/01/13 10:18:39 cd 1.73.40.2: #126086# Only context menu command with an active inplace object should leave the inplace mode! 2006/01/13 08:34:25 cd 1.73.40.1: #126086# Ignore mouse button down, if context menu is open and an inplace object is active. Otherwise we would crash as the context menu execute remains on the stack and later calls on dead objects

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [10a254de3c7f8e0617476e19d83b3b4f94f0c7c4]

        INTEGRATION: CWS fwk31 (1.3.34); FILE MERGED 2006/01/16 10:35:10 pb 1.3.34.1: fix: #i48253# HID_XMLSEC_TREE_SIGNATURESDLG added

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [2cf79290e580029827a3efa7e9b5fd327aaa8674]

        INTEGRATION: CWS fwk31 (1.23.14); FILE MERGED 2006/01/16 10:37:43 pb 1.23.14.1: fix: #i48253# set unique id for TabListBox

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [c47a2364ee21c946e95831e14bcac393266c19ea]

        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>  [bdd44d9ec821b05f7d0a6d012b4e74a38ea6a9c0]

        INTEGRATION: CWS fwk29 (1.88.24); FILE MERGED 2006/02/01 11:36:54 as 1.88.24.2: #120310# prevent from using ThreadHelpBase and TransactionBase more then once 2005/12/12 09:41:59 as 1.88.24.1: #120310# use right TransactionManager instance ... and use it right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [9c588a34c59773ba736823572e7b89adcbf48c09]

        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>  [90b7d228148a24a517940cea5e0e3820d0050452]

        INTEGRATION: CWS fwk29 (1.13.24); FILE MERGED 2006/01/06 14:08:22 as 1.13.24.3: RESYNC: (1.13-1.14); FILE MERGED resolve merge conflicts 2005/12/15 14:07:10 as 1.13.24.2: #i59081# use close() instead of dispose() for session close 2005/12/15 13:40:56 as 1.13.24.1: #i59081# repair session save/restore

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [ce32bfbfd8ab7077d309d5eb8e35396317fa2db1]

        INTEGRATION: CWS fwk29 (1.21.24); FILE MERGED 2005/12/15 14:21:55 as 1.21.24.1: #i59137# check suspend() on a controller BEFORE a frame will be reused for _default

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [cd94f4b787daba05d5b462c6b0edd8f5416e213c]

        INTEGRATION: CWS fwk29 (1.4.24); FILE MERGED 2005/12/12 09:41:59 as 1.4.24.1: #120310# use right TransactionManager instance ... and use it right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [d37c83703afb06e472f13cc7b64732a8ce0b5064]

        INTEGRATION: CWS fwk29 (1.7.66); FILE MERGED 2005/12/12 08:03:15 as 1.7.66.1: #120446# workaround missing (but important)  UNO service

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [2157d6b494a8ae3222f6c61e38b488d7e78c08b3]

        INTEGRATION: CWS fwk29 (1.34.66); FILE MERGED 2005/12/12 09:41:58 as 1.34.66.1: #120310# use right TransactionManager instance ... and use it right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [b4a275335b0e653469523e15d9be4702b3e75ca2]

        INTEGRATION: CWS fwk31 (1.6.74); FILE MERGED 2006/01/06 13:27:42 cd 1.6.74.1: #i56623,i60118# Fix wrong search in hasByName and fix missing assignment

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [811e10efe900597f4536536ee31e793cf4768f4e]

        INTEGRATION: CWS fwk31 (1.14.2); FILE MERGED 2006/01/24 11:41:35 as 1.14.2.3: #i60753# improve using of external/internal progress; repair detection of saved documents 2006/01/18 13:31:42 as 1.14.2.2: #i60753# handle progress right 2006/01/16 09:56:48 as 1.14.2.1: #i60266# handle modified state right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [ecd30eff1b902822f0ecaa8fb00cc3b5efba1449]

        INTEGRATION: CWS fwk29 (1.4.24); FILE MERGED 2005/12/12 09:41:57 as 1.4.24.1: #120310# use right TransactionManager instance ... and use it right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [d534663e719af48cc74770beea7e54ba568a4810]

        INTEGRATION: CWS fwk31 (1.40.32); FILE MERGED 2006/01/26 19:36:01 mav 1.40.32.2: RESYNC: (1.40-1.41); FILE MERGED 2006/01/09 12:05:00 cd 1.40.32.1: #i54161# Method which checks for non-context sensitive toolbars must filter out custom toolbars

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [172197adb251958739048b58fa33e0b17d5818af]

        INTEGRATION: CWS fwk31 (1.9.2); FILE MERGED 2006/01/24 11:41:34 as 1.9.2.2: #i60753# improve using of external/internal progress; repair detection of saved documents 2006/01/18 13:31:41 as 1.9.2.1: #i60753# handle progress right

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [9afe238ada9ae1f4bf6c42e6637c84e8dcc236aa]

        INTEGRATION: CWS fwk31 (1.17.52); FILE MERGED 2006/01/12 12:18:31 as 1.17.52.1: #i55122# preferr explicit preselections a'la filter/type instead of document service preselection

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [b14daf45ccf6223180c4a393b952aca50ca4bf51]

        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-07  Rüdiger Timm  <rt@openoffice.org>  [5cecdfc8ef251a99639ea6e411c26f35ca2fc987]

        INTEGRATION: CWS fwk29 (1.8.46); FILE MERGED 2006/01/04 15:27:49 mav 1.8.46.1: #i57588# deregister starmath as well

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [603bca66ff0777f6ff35a4ad94a9d9929f21cb54]

        INTEGRATION: CWS fwk29 (1.16.6); FILE MERGED 2006/01/10 10:46:35 as 1.16.6.1: #i59272# remove frame from desktop tree ALWAYS

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [7aec971807b37d3663c4240df1bedeebc4fc609c]

        INTEGRATION: CWS fwk29 (1.32.6); FILE MERGED 2006/01/31 15:32:40 as 1.32.6.4: RESYNC: (1.33-1.34); FILE MERGED solve merge conflicts 2006/01/10 10:46:16 as 1.32.6.3: #i59272# remove frame from desktop tree ALWAYS 2006/01/06 13:43:14 as 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED 2006/01/06 07:16:08 as 1.32.6.1: #i59272# views of DB are not part of the desktop tree any longer

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [df2a8db30835981859707d9b1877db8c5fb0d6c9]

        INTEGRATION: CWS fwk31 (1.26.232); FILE MERGED 2006/01/16 08:59:16 pb 1.26.232.3: fix: #123474# disable HyperLinkDlg: fix improved, 2. Edition 2006/01/16 06:52:49 pb 1.26.232.2: fix: #123474# disable HyperLinkDlg: fix improved 2006/01/13 10:59:32 pb 1.26.232.1: fix: #123474# disable HyperLinkDlg for input while MacroAssignDlg

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [d0c5c160c0e1e53ce415297247897c0fef88ae0c]

        INTEGRATION: CWS fwk29 (1.7.6); FILE MERGED 2006/01/12 08:16:36 fs 1.7.6.1: #i60398# better defined ownership of m_xForms/m_xReports: now owned by the model exclusively, properly parented all the time, and properly disposed when document is closing

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [d5717221daaf3feba1cc9af4884f34f11a26914b]

        INTEGRATION: CWS fwk29 (1.23.4); FILE MERGED 2006/01/31 15:31:56 as 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2006/01/12 08:17:28 fs 1.23.4.1: #i60398# better defined ownership of m_xForms/m_xReports: now owned by the model exclusively, properly parented all the time, and properly disposed when document is closing

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [3dda7ceb11abdb9401ba41079fc96d18662081f4]

        INTEGRATION: CWS fwk29 (1.9.6); FILE MERGED 2006/01/12 08:15:37 fs 1.9.6.1: #i60398# ownership of m_xForms/m_xReports moved to Document (not shared between Document and DataSource)

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [0546af5c3e436bb8af10ca326909f713582fe9af]

        INTEGRATION: CWS fwk29 (1.66.214); FILE MERGED 2006/01/02 15:40:00 cd 1.66.214.1: #i58471# Don't disable fontname box when docshell is not available but we have a valid font list

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [22f78eec112e265112708b90d23e61fd8330e23c]

        INTEGRATION: CWS fwk29 (1.16.214); FILE MERGED 2006/01/05 14:12:04 as 1.16.214.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [e45f71d2ce88669cb8b0eceb3608c070f4c6fc4e]

        INTEGRATION: CWS fwk29 (1.23.94); FILE MERGED 2006/01/05 14:12:03 as 1.23.94.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [4c996177225ca0c8de29ff1fca45f95703d661d0]

        INTEGRATION: CWS fwk29 (1.10.104); FILE MERGED 2006/01/05 14:12:03 as 1.10.104.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [7ff84753083548cd4f57928baf15cea34da4f29e]

        INTEGRATION: CWS fwk31 (1.124.72); FILE MERGED 2006/01/26 17:49:23 mav 1.124.72.4: RESYNC: (1.124-1.125); FILE MERGED 2006/01/17 08:08:30 cd 1.124.72.3: #126086# Changed comment 2006/01/13 10:25:15 cd 1.124.72.2: #126086# Only context menu command with an active inplace object should leave the inplace mode! 2006/01/13 08:30:15 cd 1.124.72.1: #126086# Ignore mouse button down, if context menu is open and an inplace object is active. Otherwise we would crash as the context menu execute remains on the stack and later calls on dead objects

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [4c1ab207e29060fe7f25b161c45c41c27c7e4838]

        INTEGRATION: CWS fwk29 (1.25.34); FILE MERGED 2006/01/31 14:47:22 as 1.25.34.4: RESYNC: (1.26-1.28); FILE MERGED 2006/01/24 15:23:56 cd 1.25.34.3: #i59226# Use provided frame to identify module instead using getActiveFrame() 2006/01/06 13:25:43 as 1.25.34.2: RESYNC: (1.25-1.26); FILE MERGED 2006/01/05 14:12:03 as 1.25.34.1: #i59272# set frame explicitly on Customize-Toolbar-Menu dialog

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [b77f42c95bdc20e3fe8f479aa6e8bf13fda7456b]

        INTEGRATION: CWS fwk31 (1.29.8); FILE MERGED 2006/01/26 17:01:49 mav 1.29.8.3: RESYNC: (1.29-1.30); FILE MERGED 2006/01/13 10:20:51 cd 1.29.8.2: #126086# Only context menu command with an active inplace object should leave the inplace mode! 2006/01/13 08:30:54 cd 1.29.8.1: #126086# Ignore mouse button down, if context menu is open and an inplace object is active. Otherwise we would crash as the context menu execute remains on the stack and later calls on dead objects

2006-02-07  Rüdiger Timm  <rt@openoffice.org>  [0a9145f06c489b7a92d03ebac8f4148233401439]

        INTEGRATION: CWS fwk31 (1.35.8); FILE MERGED 2006/01/26 16:39:19 mav 1.35.8.2: RESYNC: (1.35-1.36); FILE MERGED 2006/01/13 08:30:53 cd 1.35.8.1: #126086# Ignore mouse button down, if context menu is open and an inplace object is active. Otherwise we would crash as the context menu execute remains on the stack and later calls on dead objects

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [0e062f1834e8428a2f46e49bbc77893583d3e9a2]

        SRC680

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [168cb4ce7fdbc4f8051131c28784321ed6947dc9]

        INTEGRATION: CWS localisation05 (1.105.82); FILE MERGED 2006/01/30 10:11:45 vg 1.105.82.1: #130748#,#130747# Wrong encoding (german)

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [fbfc4381fb6ee260bb7d97c9dd10a2ea2f20aa43]

        INTEGRATION: CWS localisation05 (1.2.36); FILE MERGED 2006/01/30 10:10:56 vg 1.2.36.1: #130748#,#130747# Wrong encoding (german)

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [f65bc97ba18f9245cc13537b969d037100abcdc9]

        INTEGRATION: CWS swqbf51 (1.45.20); FILE MERGED 2006/01/23 15:24:33 od 1.45.20.1: #124157# class <SwDrawContact>: 	 - setting of new member <mbConnectedToLayout> in methods 	   <ConnectToLayout(..)> and <DisconnectFromLayout(..)> 	 - no further notification in method <Modify>, if drawing 	   object isn't connected to the layout.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [cedbacd2ba4136dc9a492575c7a32e2fdc523ec7]

        INTEGRATION: CWS swqbf51 (1.61.92); FILE MERGED 2006/02/03 13:01:56 od 1.61.92.2: #125842# correct fix: 	 - move link for <UpdatePercentHdl> also to class <SwView> 2006/01/30 11:26:32 tl 1.61.92.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [e813562a14634090e883e8c79faae521b52ffc5b]

        INTEGRATION: CWS swqbf51 (1.7.180); FILE MERGED 2006/01/30 11:26:31 tl 1.7.180.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [66a3aa3da24b648131aa16d79671056c37d403e8]

        INTEGRATION: CWS swqbf51 (1.48.8); FILE MERGED 2006/01/30 11:25:12 tl 1.48.8.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7c48d701b3d2a3a374e8b7804b5885226d45ccb2]

        INTEGRATION: CWS swqbf51 (1.46.78); FILE MERGED 2006/01/30 11:25:11 tl 1.46.78.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [c8321d96bc454de4ea21f311de098f5dc3ac669d]

        INTEGRATION: CWS swqbf51 (1.14.176); FILE MERGED 2006/01/30 11:25:09 tl 1.14.176.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [f019f0e888de58cd5887580127f99948357f1250]

        INTEGRATION: CWS swqbf51 (1.71.78); FILE MERGED 2006/02/03 13:02:27 od 1.71.78.2: #125842# correct fix: 	 - move link for <UpdatePercentHdl> also to class <SwView> 2006/01/30 11:25:07 tl 1.71.78.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [59da24467630d7fea647dcf91ff65389fa4c53a1]

        INTEGRATION: CWS swqbf51 (1.37.88); FILE MERGED 2006/02/03 13:01:29 od 1.37.88.3: #125842# correct fix: 	 - move link for <UpdatePercentHdl> also to class <SwView> 2006/01/30 13:38:12 ama 1.37.88.2: RESYNC: (1.37-1.38); FILE MERGED 2006/01/30 11:24:18 tl 1.37.88.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [0a4d528ab62962fc78a6a41936ef2ead4c41c5c2]

        INTEGRATION: CWS swqbf51 (1.12.178); FILE MERGED 2006/01/30 11:24:17 tl 1.12.178.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [6b42353623b3bf81ff28a7dc1b1e49de5072c962]

        INTEGRATION: CWS swqbf51 (1.9.176); FILE MERGED 2006/02/03 13:01:32 od 1.9.176.2: #125842# correct fix: 	 - move link for <UpdatePercentHdl> also to class <SwView> 2006/01/30 11:24:17 tl 1.9.176.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a588490daeb42252ab1e5df27ea38a9690fc3ac3]

        INTEGRATION: CWS swqbf51 (1.53.96); FILE MERGED 2006/01/20 14:28:51 ama 1.53.96.1: #128602# More column width attributes than columns causes crash.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2f2322a564eec8eada426e8cc4e7ba6d41d3f2f6]

        INTEGRATION: CWS swqbf51 (1.58.94); FILE MERGED 2006/01/30 13:29:59 ama 1.58.94.2: RESYNC: (1.58-1.59); FILE MERGED 2006/01/16 11:21:28 ama 1.58.94.1: #127543# Crash during rtf export when graphics do not have a height or width

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2468b478076e5468977b24732e8352a98115a657]

        INTEGRATION: CWS swqbf51 (1.56.72); FILE MERGED 2006/01/30 13:28:42 ama 1.56.72.2: RESYNC: (1.56-1.57); FILE MERGED 2006/01/17 09:14:43 od 1.56.72.1: #i60395# <SwTxtNode::SyncNumberAndNumRule()> 	 - Apply correct numbering level at numbered paragraph. 	 <SwTxtNode::_GetNumRule(..)> 	 - Assert, if the outline numbering rule is found as a hard 	   attribute at the paragraph.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a9882a7143c721f53930bfb1ee5eb2697a7b6806]

        INTEGRATION: CWS swqbf51 (1.47.126); FILE MERGED 2006/01/24 14:35:40 od 1.47.126.1: #123908# <SwRootFrm::CalcFrmRects(..)> 	 - introduce robust code

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [849520ac985ae7ce8c1f8c5571cb2a684bd213e2]

        INTEGRATION: CWS swqbf51 (1.36.94); FILE MERGED 2006/01/31 09:25:29 fme 1.36.94.1: #i60340# FollowFlowLine flag has to be set to FALSE in DelFrms()

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [5af238ec0bfe5ac9679b4cd6233ab03969acf1b3]

        INTEGRATION: CWS swqbf51 (1.18.72); FILE MERGED 2006/01/25 16:29:46 ama 1.18.72.1: #130650#: Table in table causes table content outside a table, corrupted layout structure

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [e0ce3441ffb1f43a14b08927e22ce36ebc3bb366]

        INTEGRATION: CWS swqbf51 (1.31.28); FILE MERGED 2006/01/19 13:20:06 fme 1.31.28.1: #i60818# GetTabRows: rFill can may have only one entry if row height < ROW_FUZZY

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [cf8019557c1bcc58776adaa8cad6a0d3e15eb8fc]

        INTEGRATION: CWS swqbf51 (1.53.94); FILE MERGED 2006/01/17 09:11:39 od 1.53.94.2: #i60359# <SwDoc::SetNumRule(..)> 	 - Do not apply the outline numbering rule as hard attribute 	   to document content, namely paragraphs. 2006/01/16 15:45:43 od 1.53.94.1: #126588# - <SwDoc::PropagateOutlineRule()> 	   - Do not set numbering level at text node, if text node has 	     no numbering rule. 	 - <lcl_FindOutlineNum(..)> 	   - refine assertion condition.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [891220b9a073c76d569d0c31e6b67cc054ff01f5]

        INTEGRATION: CWS swqbf51 (1.41.88); FILE MERGED 2006/01/16 09:20:51 fme 1.41.88.1: #129473# Consider removal of notes at the beginning of the document in RemoveInvisibleContent

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [66e9e6c61cbc573a919292fa7368fcd443f4cb3d]

        INTEGRATION: CWS swqbf51 (1.25.160); FILE MERGED 2006/01/30 11:22:44 tl 1.25.160.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [173768372a8df8b820a787e438a4936564779b9f]

        INTEGRATION: CWS swqbf51 (1.34.8); FILE MERGED 2006/01/30 11:22:43 tl 1.34.8.1: #125842# moving InsertGraphicDlg to SwView

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [70d032f25ac62d224cc6700d31a72c35d530effe]

        INTEGRATION: CWS swqbf51 (1.16.174); FILE MERGED 2006/01/23 15:21:18 od 1.16.174.1: #124157# class <SwDrawContact> 	 - introduce new member <mbConnectedToLayout> to indicate that 	   the drawing object is connected to the layout.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [540ad9c02d8d333b188f6e4866ed3323072d7986]

        INTEGRATION: CWS dba202f (1.9.56); FILE MERGED 2006/01/19 07:52:42 oj 1.9.56.1: #130323# add patch flag

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2b1ecedd96d6e10271b3ffa1036085ef6a9f0da1]

        INTEGRATION: CWS dba202f (1.76.62); FILE MERGED 2006/01/27 11:00:06 fs 1.76.62.1: #i56698#

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [143dee1ac679cd48735e696cd892b600bbbc5eca]

        INTEGRATION: CWS dba202f (1.35.64); FILE MERGED 2006/01/27 11:00:06 fs 1.35.64.1: #i56698#

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [046f855de77b1209936c0ae6ab7822acb4041c6a]

        INTEGRATION: CWS dba202f (1.7.72); FILE MERGED 2006/01/30 09:14:02 oj 1.7.72.2: #i61052# fix for updates, deletes and moves 2006/01/20 14:51:48 fs 1.7.72.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [5c8630843f544e67fa2a221451ee0e8f5111cbce]

        INTEGRATION: CWS dba202f (1.10.4); FILE MERGED 2006/01/30 09:14:02 oj 1.10.4.2: #i61052# fix for updates, deletes and moves 2006/01/20 14:51:47 fs 1.10.4.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ad4ec3e6dac3815f1298e94aa274a7d4e36dd9ee]

        INTEGRATION: CWS dba202f (1.25.72); FILE MERGED 2006/01/30 09:14:01 oj 1.25.72.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:54:10 fs 1.25.72.2: RESYNC: (1.25-1.27); FILE MERGED 2006/01/20 14:51:46 fs 1.25.72.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [d57e07113fd8376528def1fd26fd53e39153b605]

        INTEGRATION: CWS dba202f (1.80.8); FILE MERGED 2006/01/30 09:14:00 oj 1.80.8.4: #i61052# fix for updates, deletes and moves 2006/01/27 09:17:28 fs 1.80.8.3: #i10000# 2006/01/27 06:54:02 fs 1.80.8.2: RESYNC: (1.80-1.83); FILE MERGED 2006/01/20 14:51:46 fs 1.80.8.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [bca70b5a781ecd5ae0cdf355c8c181ba1d2fd9e3]

        INTEGRATION: CWS dba202f (1.32.70); FILE MERGED 2006/01/30 09:13:59 oj 1.32.70.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:53:51 fs 1.32.70.2: RESYNC: (1.32-1.34); FILE MERGED 2006/01/20 14:51:45 fs 1.32.70.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [3aa6fe1ed2cfcc24aea51744456dad0825319976]

        INTEGRATION: CWS dba202f (1.80.8); FILE MERGED 2006/01/30 09:13:58 oj 1.80.8.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:53:42 fs 1.80.8.2: RESYNC: (1.80-1.83); FILE MERGED 2006/01/20 14:51:44 fs 1.80.8.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ee3cc8936d109d308799b172ef22606b853e2dd9]

        INTEGRATION: CWS dba202f (1.139.12); FILE MERGED 2006/01/30 09:13:56 oj 1.139.12.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:53:23 fs 1.139.12.2: RESYNC: (1.139-1.141); FILE MERGED 2006/01/20 14:51:43 fs 1.139.12.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [30ead1d8c96c30ebb9b025376d6c8058f8b2b542]

        INTEGRATION: CWS dba202f (1.30.14); FILE MERGED 2006/01/30 10:07:26 fs 1.30.14.3: #i10000# 2006/01/30 09:13:53 oj 1.30.14.2: #i61052# fix for updates, deletes and moves 2006/01/20 14:51:41 fs 1.30.14.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [650de73b6367779001d3a250a547531f6c7f106a]

        INTEGRATION: CWS dba202f (1.5.2); FILE MERGED 2006/01/30 09:28:03 oj 1.5.2.1: #i61052# fix for updates, deletes and moves

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [6ef0c9873a72a8b6bc0392d9df84131b3ebfa524]

        INTEGRATION: CWS oo202thes (1.3.56); FILE MERGED 2006/01/16 12:09:23 tl 1.3.56.1: #i58412# fixed several potential problems in the thesaurus code

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [b0d7f51d23cc76db2bb32de32a2a3c13a418b83e]

        INTEGRATION: CWS oo202thes (1.4.8); FILE MERGED 2006/01/16 12:09:22 tl 1.4.8.1: #i58412# fixed several potential problems in the thesaurus code

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [71e4fd86c1b321b55f96733b2f2de114e5086c66]

        INTEGRATION: CWS dba202f (1.4.48); FILE MERGED 2006/01/30 08:33:22 fs 1.4.48.1: #i61047#

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [14efc505b3429d4f1f47c76cc425a223e066ca1d]

        INTEGRATION: CWS dba202f (1.3.48); FILE MERGED 2006/01/24 13:59:32 fs 1.3.48.1: +isInteractiveTest (for 'dmake show_targets')

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [1b9aeb242880fbda56354e0f5ea658cefca407d4]

        INTEGRATION: CWS dba202f (1.3.48); FILE MERGED 2006/01/24 14:00:07 fs 1.3.48.1: whitespaces cvs diff FormControlTest.java

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [4f3bc54525f0c38c6b62850deb2477b5bb36943d]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/24 14:43:46 fs 1.1.2.2: output layout 2006/01/24 14:00:35 fs 1.1.2.1: helper class for 'dmake show_targets'

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a73b52e74a4ff9f20945e59412bc23cf7e0bc70a]

        INTEGRATION: CWS dba202f (1.4.48); FILE MERGED 2006/01/24 14:00:01 fs 1.4.48.1: removed obsolete import

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [01922e954715b453d271ca2667898698799e6e44]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/24 12:09:48 fs 1.1.2.3: some enhancements to checkMultipleKeys 2006/01/23 16:22:44 fs 1.1.2.2: checkMultipleKeys: check all records of the master form 2006/01/23 16:16:29 fs 1.1.2.1: initial test case for checking master-detail forms

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [c20b53279c987b1a904ab95b3926c453aa2686b0]

        INTEGRATION: CWS dba202f (1.2.130); FILE MERGED 2006/01/23 16:17:14 fs 1.2.130.1: only 10 runs by default, else you wait 'til death ...

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a19d5b07c1ca7cd297aa9bf22adf3bfcfc3bdd4f]

        INTEGRATION: CWS dba202f (1.2.230); FILE MERGED 2006/01/23 16:17:32 fs 1.2.230.1: removed obsolete import

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7fe53f4bbaaaeda55d2b25856875acf2f0b57021]

        INTEGRATION: CWS dba202f (1.5.48); FILE MERGED 2006/01/24 14:00:06 fs 1.5.48.3: whitespaces cvs diff FormControlTest.java 2006/01/23 16:18:02 fs 1.5.48.2: slightly changed HsqlDatabase API 2006/01/23 12:16:58 fs 1.5.48.1: FormControlTest now working with an (self-contaqined) HSQLDB, not with a MySQL DB anymore

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [9e5f08655c88602271167943a15bb084e9e7cc32]

        INTEGRATION: CWS dba202f (1.3.48); FILE MERGED 2006/01/24 13:59:33 fs 1.3.48.1: +isInteractiveTest (for 'dmake show_targets')

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2907acbd43c51534f014359e1a5d4b211245132c]

        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  Rüdiger Timm  <rt@openoffice.org>  [e3f1b501ccd1f4240a4321513ac4fed47adad198]

        INTEGRATION: CWS dba202f (1.2.156); FILE MERGED 2006/01/23 12:20:53 fs 1.2.156.1: removed obsolete import

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [979291db081f6c9c00d59f074c3caf5c5765a9f1]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/23 16:15:44 fs 1.1.2.2: make JAVAFILES find new files automatically 2006/01/23 12:17:00 fs 1.1.2.1: makefile

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [fec8fb32c2d02cbbc86c13734d3c0eab639dd19b]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/23 16:14:32 fs 1.1.2.1: lean class for creating HSQLDB tables

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ede79839b3ecb5acc27d980a7d2619674923c32f]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/23 16:15:19 fs 1.1.2.2: +closeAndDelete / +createTable 2006/01/23 12:16:49 fs 1.1.2.1: small wrapper around an ODB document file representing an embedded HSQL DB

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [1f1454e48621e597b3e4fd3ad53251dbb0c46a79]

        INTEGRATION: CWS dba202f (1.1.2); FILE ADDED 2006/01/23 16:14:14 fs 1.1.2.1: lean column descriptor for creating tables in a HSQLDB database

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [97db6ea68930caf74c805ee1971c48d69939facb]

        INTEGRATION: CWS cloph02 (1.22.22); FILE MERGED 2006/01/13 19:59:42 cloph 1.22.22.3: Issue number: #i57871# Submitted by: cloph gtk-update-icon-cache not in rpm's install_script_path & touch the dir just to be sure... 2005/12/12 19:40:35 cloph 1.22.22.2: Issue number: #i57871# Submitted by: cloph did not take installation dirs into account... 2005/12/12 19:27:10 cloph 1.22.22.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [0b9ad96b61451d5356c61d10994e3881bb040129]

        INTEGRATION: CWS cloph02 (1.21.22); FILE MERGED 2006/01/14 01:32:36 cloph 1.21.22.2: Issue number: #i57871# Submitted by: cloph Don't assume the script can find the binary to update the icon-cache.. Check for existence of the cache, then touch the theme-dir to invalidate the cache and then try to update the cache. 2005/12/12 19:27:09 cloph 1.21.22.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [1af128cfb6f6097be0bf8fe50b7b50e1105b9df0]

        INTEGRATION: CWS cloph02 (1.11.22); FILE MERGED 2006/01/14 01:32:35 cloph 1.11.22.2: Issue number: #i57871# Submitted by: cloph Don't assume the script can find the binary to update the icon-cache.. Check for existence of the cache, then touch the theme-dir to invalidate the cache and then try to update the cache. 2005/12/17 12:15:40 cloph 1.11.22.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [84d2e75e4b3b46d8d320269b9d26b0b286768778]

        INTEGRATION: CWS cloph02 (1.12.22); FILE MERGED 2006/01/14 01:32:33 cloph 1.12.22.2: Issue number: #i57871# Submitted by: cloph Don't assume the script can find the binary to update the icon-cache.. Check for existence of the cache, then touch the theme-dir to invalidate the cache and then try to update the cache. 2005/12/12 19:27:08 cloph 1.12.22.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [1d85fe3cb9eb0ee734d817ef9ed7bc0911dcf248]

        INTEGRATION: CWS cloph02 (1.3.46); FILE MERGED 2006/01/14 01:32:26 cloph 1.3.46.2: Issue number: #i57871# Submitted by: cloph Don't assume the script can find the binary to update the icon-cache.. Check for existence of the cache, then touch the theme-dir to invalidate the cache and then try to update the cache. 2005/12/12 19:27:07 cloph 1.3.46.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ec877fb88e1577d83e4eb94cf7db4fcf013e0303]

        INTEGRATION: CWS cloph02 (1.3.46); FILE MERGED 2006/01/14 01:31:53 cloph 1.3.46.2: Issue number: #i57871# Submitted by: cloph Don't assume the script can find the binary to update the icon-cache.. Check for existence of the cache, then touch the theme-dir to invalidate the cache and then try to update the cache. 2005/12/12 19:27:06 cloph 1.3.46.1: Issue number: #i57871# Submitted by: cloph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [5fabea1f7a57c29d6b0dd62f4647945e16aeadff]

        INTEGRATION: CWS swqbf53 (1.125.38); FILE MERGED 2006/02/01 09:28:39 od 1.125.38.1: #i58776#,#b6341339# <SwEditWin::KeyInput(..)> 	- On key input <backspace> no reset of the numbering rule 	  at current paragraph is intended.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [67f3388b7406affd8e6e00caaa3f8c12f46a2c1e]

        INTEGRATION: CWS swqbf53 (1.67.4); FILE MERGED 2006/02/01 14:36:57 od 1.67.4.1: #130797# - correct fix for issue 126020

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [4a6cf9ce150bdf13463829f87fa5a9e63bb17b0f]

        INTEGRATION: CWS swqbf53 (1.83.4); FILE MERGED 2006/02/01 14:36:56 od 1.83.4.2: #130797# - correct fix for issue 126020 2006/02/01 12:00:25 fme 1.83.4.1: #i58806# No vertical alignment in table cell if object does not follow text flow

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [34935f8eceb11ee95ca91440516f629ebbd6fd6f]

        INTEGRATION: CWS swqbf53 (1.42.4); FILE MERGED 2006/02/01 14:36:56 od 1.42.4.1: #130797# - correct fix for issue 126020

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [036de13f5d1b7beafd4e4d1ae5473153531bffd1]

        INTEGRATION: CWS swqbf53 (1.8.168); FILE MERGED 2006/02/02 10:19:32 od 1.8.168.1: #i57917# <SwObjectFormatter::_FormatObj(..)> 	 - stop format of fly frame, if restart of layout process is requested.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7d5a75ca424f8cdec4e18a1f7503d4112dafc0dd]

        INTEGRATION: CWS swqbf53 (1.28.168); FILE MERGED 2006/02/02 10:21:24 od 1.28.168.1: #i57917# - adjust introduction of formatting of anchored object in the 	   format algorithm of footnote frames and its content.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [033ce056411f1f4d7588c63b8d7479bdbd9fd22d]

        INTEGRATION: CWS swqbf53 (1.51.4); FILE MERGED 2006/02/01 14:36:55 od 1.51.4.1: #130797# - correct fix for issue 126020

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [72c775bc665a86ce3a4f33d8362bb201a6a695df]

        INTEGRATION: CWS swqbf53 (1.34.196); FILE MERGED 2006/02/01 14:33:46 od 1.34.196.1: #130797# <SwLayoutFrm::ContainsAny()> 	 - implement handling of new parameter <_bInvestigateFtnForSections>

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [977531608e77c4c381feb5d5c4e8fd6987c0f0fe]

        INTEGRATION: CWS swqbf53 (1.13.194); FILE MERGED 2006/02/01 14:30:50 od 1.13.194.1: #130797# method <SwLayoutFrm::ContainsAny()> 	 - add optional parameter <_bInvestigateFtnForSections>

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [9f87288deeb63a073fbfe80f2ef169e3d5641dd7]

        INTEGRATION: CWS hyphenator2 (1.3.126); FILE MERGED 2006/01/27 00:44:15 nemeth 1.3.126.1: i61214 i58558

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [093700f602d50b31985fedfb77f682150a49cadb]

        INTEGRATION: CWS hyphenator2 (1.6.28); FILE MERGED 2006/01/27 00:44:15 nemeth 1.6.28.1: i61214 i58558

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ced4a7f4855392a64f679c05f61efcdaccfdbadd]

        INTEGRATION: CWS hyphenator2 (1.14.28); FILE MERGED 2006/01/27 13:57:26 nemeth 1.14.28.2: i58558 i61214 2006/01/27 00:50:47 nemeth 1.14.28.1: i61214 i58558

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [bac3739d835628b92073a101c5f866fd90ac032f]

        INTEGRATION: CWS vq28 (1.20.6); FILE MERGED 2006/01/23 00:44:33 vq 1.20.6.1: #i61017# Fix re-build issue in odk.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [97bbbe987713561358c778048dc3acd42f57fa1c]

        INTEGRATION: CWS vq28 (1.15.266); FILE MERGED 2006/02/05 04:18:39 vq 1.15.266.3: #i61212# Don't overwrite the PWD macro if it's not needed. 2006/02/03 14:12:07 vq 1.15.266.2: #i61212# Revert changes. 2006/01/30 01:53:03 vq 1.15.266.1: #i61212# Remove code that overrides dmake's PWD macro.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [89ba47c4a935ab27600a8cf12d9e72e9d47b8886]

        INTEGRATION: CWS vq28 (1.66.68); FILE MERGED 2006/02/05 04:18:38 vq 1.66.68.4: #i61212# Don't overwrite the PWD macro if it's not needed. 2006/02/03 14:11:22 vq 1.66.68.3: #i61212# Revert changes. 2006/01/30 02:05:53 vq 1.66.68.2: RESYNC: (1.66-1.67); FILE MERGED 2006/01/30 01:53:03 vq 1.66.68.1: #i61212# Remove code that overrides dmake's PWD macro.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2648943ec6678f26c780a107a6c10f15c5adaf1b]

        INTEGRATION: CWS os75 (1.29.76); FILE MERGED 2006/02/03 08:44:02 os 1.29.76.1: #128121# crash in SvxRuler::TabMenuSelect fixed

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [43eace9d37635ad58f93de77c1c21744f651ef2f]

        INTEGRATION: CWS os75 (1.7.198); FILE MERGED 2006/02/02 10:21:24 os 1.7.198.1: #i59454# AutoText entries should be cashed with _weak_ references

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [6a3d6af782ba5d706fb6ddf5e01f43a8d96083ef]

        INTEGRATION: CWS os75 (1.10.50); FILE MERGED 2006/02/02 12:34:03 os 1.10.50.1: #i61519# create only one hidden paragraph field per paragraph

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [cf52ae29ee646206e24ef531e648159e7ef5b733]

        INTEGRATION: CWS os75 (1.29.196); FILE MERGED 2006/02/03 08:40:10 os 1.29.196.1: #i59454# DocShell reference has to be clearded in D'tor

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [873af04f9a711e4deda0336a1c931f7402622fb3]

        #i56517# removed testshl

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [385ffee4da4dfc663bdef09cb9f3ebd473681700]

        INTEGRATION: CWS c05v002followup (1.33.130); FILE MERGED 2006/02/03 08:30:31 hro 1.33.130.1: #130172# Use per installation trigger for quickstarter installation check

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a4ab3deec7bb85c5a29c4eb37b7b222992dabf97]

        INTEGRATION: CWS c05v002followup (1.29.52); FILE MERGED 2006/02/01 11:20:49 is 1.29.52.1: #130172# assigning quickstarter.exe to module

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2527257c173fb9d7a5013d99d8a9db57ef9c63fc]

        INTEGRATION: CWS c05v002followup (1.7.216); FILE MERGED 2006/02/01 11:20:48 is 1.7.216.1: #130172# assigning quickstarter.exe to module

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [91f22d138772648da3ec073ed6cb9d1683476c40]

        INTEGRATION: CWS c05v002followup (1.7.216); FILE MERGED 2006/02/01 11:20:47 is 1.7.216.1: #130172# assigning quickstarter.exe to module

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [0676de9688577d85fd1c5c12e568d404752c3391]

        INTEGRATION: CWS c05v002followup (1.3.216); FILE MERGED 2006/02/01 11:20:46 is 1.3.216.1: #130172# assigning quickstarter.exe to module

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [d532d0efbcb7cd0046d50620f8d237d8bf5f8b92]

        INTEGRATION: CWS c05v002followup (1.29.32); FILE MERGED 2006/02/01 11:20:45 is 1.29.32.1: #130172# assigning quickstarter.exe to module

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [9809d34e04726ac2b7064c94de48adee1067d259]

        INTEGRATION: CWS c05v002followup (1.134.30); FILE MERGED 2006/02/01 11:20:43 is 1.134.30.1: #130172# assigning quickstarter.exe to module

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [f9d218858b01b00fdedeba0f126c25272248c18a]

        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>  [141f4c5fbdbd804ffdf179a15697e947fa28a1fa]

        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>  [1df0db5a28c6cbb8cf234e0f94568a2612ac4786]

        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>  [9a056b0953bd7b3f6f7996b8375ae3b13ff912f1]

        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>  [81e112f6987ead90a8f067ac088abf20124d512e]

        INTEGRATION: CWS pb11 (1.4.162); FILE MERGED 2006/01/30 10:50:28 pb 1.4.162.2: fix: #i48648# acc children not transient 2006/01/25 08:34:44 pb 1.4.162.1: fix: #i48648# now SvxSimpleTable is a HeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [c48d3354c21b6fab28be613370493d7f93ff02c8]

        INTEGRATION: CWS pb11 (1.5.32); FILE MERGED 2006/01/26 12:04:40 pb 1.5.32.2: RESYNC: (1.5-1.6); FILE MERGED 2006/01/25 09:03:04 pb 1.5.32.1: fix: #i48648# support for VCLEVENT_CHECKBOX_TOGGLE

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [93f0755004af19b69d4702b8be1a129250d80b0f]

        INTEGRATION: CWS pb11 (1.3.162); FILE MERGED 2006/01/25 09:03:03 pb 1.3.162.1: fix: #i48648# support for VCLEVENT_CHECKBOX_TOGGLE

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [ba66b8f1ccf4ee12637a847fdc79263390ca9a5a]

        INTEGRATION: CWS pb11 (1.24.42); FILE MERGED 2006/01/26 11:58:04 pb 1.24.42.2: RESYNC: (1.24-1.28); FILE MERGED 2006/01/23 13:02:55 pb 1.24.42.1: fix: #126459# GetSaveInData() can be NULL

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [ff128be8fc2378325a5c1419cfc68a1ae9ad76d2]

        INTEGRATION: CWS pb11 (1.7.30); FILE MERGED 2006/01/25 08:38:02 pb 1.7.30.1: fix: #i48648# support for VCLEVENT_CHECKBOX_TOGGLE

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [8c38d064057f407df792fbf5a3192ae2bcb2b79c]

        INTEGRATION: CWS pb11 (1.5.10); FILE MERGED 2006/01/31 14:54:13 obr 1.5.10.1: #i48648# map table cells without children to LABEL and minor logging enhancements

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [f9b1bb8e896d6672e04f5afc30d855cfc38e949a]

        INTEGRATION: CWS pb11 (1.10.10); FILE MERGED 2005/12/21 07:56:46 obr 1.10.10.1: #i48638# only expose AccessibleTable for UNO objects that implement XAccessibleTable

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [6809665e47f0e983bbff14cef4d57c6f0c3fe71a]

        INTEGRATION: CWS pb11 (1.20.10); FILE MERGED 2006/01/31 14:54:13 obr 1.20.10.1: #i48648# map table cells without children to LABEL and minor logging enhancements

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [c3fa0185d756443e5a84a39b5a5261a6893df457]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:40 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [b053161507ad066321001b781c1d9fd1d6f16b45]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:39 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [822e46a172e1e13bd6ddd4d02129aed3e31cd766]

        INTEGRATION: CWS pb11 (1.4.196); FILE MERGED 2006/02/02 10:29:44 pb 1.4.196.1: fix: #i48648# SvxRedlinTable now SvHeaderTabListBox

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [ea737aabb2da0c759e63033841de056eb03cf43c]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:38 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [451ba7387604fd4e977327dce5d7d67f47e6052c]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:37 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [8d37756719d269f59ab402c8344391af01bf5a95]

        INTEGRATION: CWS pb11 (1.6.104); FILE MERGED 2006/02/02 10:30:56 pb 1.6.104.1: fix: #i48648# SvxRedlinTable now SvHeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [52811a1f5b5094592b17394bed60739222c41af6]

        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>  [a195ee4c0086664128425c2e6805349f76c80131]

        INTEGRATION: CWS pb11 (1.12.40); FILE MERGED 2006/02/02 10:33:03 pb 1.12.40.1: fix: #i48648# SvxSimpleTable now SvHeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [643a5dcf23ed5c56184f6e9a30f4b6434cee066a]

        INTEGRATION: CWS pb11 (1.8.20); FILE MERGED 2006/02/02 10:33:02 pb 1.8.20.1: fix: #i48648# SvxSimpleTable now SvHeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [72385decc0e666a184c0deea79abd20ada0bc07d]

        INTEGRATION: CWS pb11 (1.11.20); FILE MERGED 2006/02/02 10:33:02 pb 1.11.20.1: fix: #i48648# SvxSimpleTable now SvHeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [7de746b729287d4573799105240a14ffac8b7ade]

        INTEGRATION: CWS pb11 (1.3.40); FILE MERGED 2006/02/02 10:33:01 pb 1.3.40.1: fix: #i48648# SvxSimpleTable now SvHeaderTabListBox

2006-02-06  Kurt Zenker  <kz@openoffice.org>  [9c355f156c00b342af64762f11089aa8e8c13e37]

        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>  [b4a5c358f46759c55d02cfeddae551c8e368bfdd]

        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>  [b776c31ea9e965a5b56ab7330871725c5ac6bb44]

        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-06  Rüdiger Timm  <rt@openoffice.org>  [13a939090b0e2431ec4c7d9c66bbc7bd3c1012f9]

        INTEGRATION: CWS c05v002 (1.6.96); FILE MERGED 2006/01/12 11:25:47 lo 1.6.96.1: #130209# allow NoEvalText when checking for eval

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [12a07da1efb4860a8937fc74dde4d266eb4d9b2e]

        INTEGRATION: CWS c05v002 (1.9.94); FILE MERGED 2006/01/12 11:25:47 lo 1.9.94.1: #130209# allow NoEvalText when checking for eval

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [958b7dfe4df20b8775876c0559e04ee199fc7b30]

        INTEGRATION: CWS extras23 (1.29.28); FILE MERGED 2006/01/13 18:09:20 va 1.29.28.2: RESYNC: (1.29-1.39); FILE MERGED 2005/12/13 11:32:53 ih 1.29.28.1: patch flag set for importwiz and euro res

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7dbcd103e23e57f9b2ef1ed49fc857d0bb51c5af]

        INTEGRATION: CWS c05v002 (1.33.114); FILE MERGED 2006/01/11 12:42:12 is 1.33.114.1: #130127# no quickstart for c05eval

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [235a7e0a01d9dea41965f83c6da97136a47fd7b2]

        INTEGRATION: CWS extras23 (1.118.10); FILE MERGED 2006/01/13 18:09:12 va 1.118.10.3: RESYNC: (1.118-1.134); FILE MERGED 2005/12/21 10:49:42 ih 1.118.10.2: #i59542, i59544# patch flag set for euro and import wizard 2005/12/13 11:33:25 ih 1.118.10.1: patch flag set for basic tools lib

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7d608bad2f3e23c3c34d54c1fd5ffa185cf56374]

        INTEGRATION: CWS c05v002 (1.42.112); FILE MERGED 2006/01/11 12:42:13 is 1.42.112.1: #130127# no quickstart for c05eval

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a460ae48aad1dfe21a102796672b7e43d21f590c]

        INTEGRATION: CWS extras23 (1.18.162); FILE MERGED 2006/01/30 10:39:49 va 1.18.162.5: #130671# Removed PATCH and DONTSHOW flag. 2006/01/25 10:05:58 va 1.18.162.4: #130671# Set DONTSHOW-flag. 2006/01/13 18:08:43 va 1.18.162.3: RESYNC: (1.18-1.20); FILE MERGED 2005/12/19 12:58:11 va 1.18.162.2: #i46773# Set Patch Flag. 2005/12/19 12:48:20 va 1.18.162.1: #i58244# Set Patch Flag.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [96670cf353a5aeff328d95a38de5385f9999f427]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:44 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7c02f6e9a63459c75afc464625d352938e452ed6]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:43 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2179e55c55076a30e7d1a8657aa165c53bc950d6]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:42 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a81b7f0cd23b5be86c12698f5518461fceeb92af]

        INTEGRATION: CWS extras23 (0); FILE ADDED

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [fa3138a9be89b038617b7dbb002cee3c307f63e2]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:36 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a8245fbf8a96d6c2fb7580debe781445bc5c5415]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:35 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [08114b4dfdc89a810093c93b42716fbcdd049dbb]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:34 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [4f10f638b118f80765994f327b4a6fe0fc3d2e33]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:33 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [be024d3b6f2c017a2e7c92bc7eadcc6e3a75ed42]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:32 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [a19548130760ddc857871b88af5a413e1626976f]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:31 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [70d984a8b2aad376c20d3622af9b45f2b9c739b5]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:30 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [2fe5cee65b51f86abdbbdb49b348343ee7c85ed8]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:29 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [c4f09259f5149012b89c76dfbfa98ec711bf9582]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:28 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [bc4f7ab9d45a5b72cdb18e155b431b5b7402d94e]

        INTEGRATION: CWS extras23 (1.1.2); FILE ADDED 2005/10/28 12:34:27 va 1.1.2.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [9cd1edb612ca35e3eaab2bdcd3609f600afe8447]

        INTEGRATION: CWS extras23 (1.1.1.1.226); FILE MERGED 2005/10/28 12:34:26 va 1.1.1.1.226.1: #i46773# Converted to OASIS file format.

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [6a8921245e0a3e93ab0410b4837450aaa64ddc0a]

        INTEGRATION: CWS extras23 (1.13.20); FILE MERGED 2005/12/13 11:06:02 ih 1.13.20.1: #i56759# Dim->Public

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [f73e611d91b56d16d16a3507fe85de44db4f2223]

        INTEGRATION: CWS extras23 (1.51.20); FILE MERGED 2005/12/13 11:03:16 ih 1.51.20.1: #i48742# grammar errors corrected

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [4d883e72a384408b2910e9af1e6ae13a33485625]

        INTEGRATION: CWS extras23 (1.59.20); FILE MERGED 2005/12/13 11:02:39 ih 1.59.20.1: #i51108# strings corrected: Autopilot->Wizard

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [577900d430d23a8166b41a5c6921c7bd18ccd068]

        INTEGRATION: CWS extras23 (1.7.370); FILE MERGED 2005/12/21 10:47:54 ih 1.7.370.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [99bb5dd186828a588d7dd2b6cc1bd612cd2b50aa]

        INTEGRATION: CWS extras23 (1.19.336); FILE MERGED 2005/12/21 10:47:54 ih 1.19.336.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [203b910d8eae4ad7faae9217f663a021fa4731c1]

        INTEGRATION: CWS extras23 (1.18.158); FILE MERGED 2005/12/21 10:47:53 ih 1.18.158.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [4b7780b251565076908f556b6a4bfe13b4449363]

        INTEGRATION: CWS extras23 (1.25.136); FILE MERGED 2005/12/21 10:47:53 ih 1.25.136.1: #i59542, i59544# function call tools.getDocumentType changed and MIMI Type changed to vnd.oasis.opendocument.XXX

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [8795a0e249af15a586d5a7ce062b2b669d72d954]

        INTEGRATION: CWS extras23 (1.64.36); FILE MERGED 2006/01/17 12:42:42 os 1.64.36.1: #i46773# load idxexample as .odt, too

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [7bfd8ac712dbc2c034e3ccf97e7ec1cc26dc206a]

        INTEGRATION: CWS extras23 (1.28.4); FILE MERGED 2006/01/25 11:47:27 is 1.28.4.1: #130671# preparing file extension dontshow

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [44462c4a502a0a559ba8551cfeca12088190f893]

        INTEGRATION: CWS neon025checkfix (1.151.2); FILE MERGED 2006/02/03 17:35:55 rene 1.151.2.1: #i61178# allow neon 0.25.x

2006-02-06  Rüdiger Timm  <rt@openoffice.org>  [89cfb3610bc9d91ce02c97af038fbb672cb86048]

        INTEGRATION: CWS neon025checkfix (1.134.2); FILE MERGED 2006/02/03 17:35:48 rene 1.134.2.1: #i61178# allow neon 0.25.x

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [2c6b122f695a8caa9cb6555c8b1295debf9ed48e]

        INTEGRATION: CWS calc35 (1.14.140); FILE MERGED 2006/01/30 17:18:34 dr 1.14.140.1: #117490# assert catch(...), needs to be removed

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [3306badd21139b1ec6eb6799b8688126ca0b49d7]

        INTEGRATION: CWS calc35 (1.24.30); FILE MERGED 2006/01/30 17:17:51 dr 1.24.30.1: #117490# consider substream size of embedded controls; correct stream alignment when reading images

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [ac12707c1c6f1c53550dfb0f8418c6589309e91e]

        INTEGRATION: CWS calc35 (1.118.2); FILE MERGED 2006/01/27 17:19:51 nn 1.118.2.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [4090d5ebb4aa10195a23cce6c83603010f235b3b]

        INTEGRATION: CWS calc35 (1.56.28); FILE MERGED 2006/01/27 17:19:31 nn 1.56.28.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [5a09498fba4b18745f041942a1230901693d7c7c]

        INTEGRATION: CWS calc35 (1.43.98); FILE MERGED 2006/01/27 17:19:52 nn 1.43.98.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [5f18ef13cac5aa3d8b344b27dba11fbc6e437b89]

        INTEGRATION: CWS calc35 (1.26.98); FILE MERGED 2006/01/27 17:19:52 nn 1.26.98.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [33ab6b8e9312396a44cfa5508fcb9f40bc1dcf7f]

        INTEGRATION: CWS calc35 (1.58.96); FILE MERGED 2006/01/27 17:19:51 nn 1.58.96.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [8bde4c343179105a76ad17e58b009e5feb31d706]

        INTEGRATION: CWS calc35 (1.26.4); FILE MERGED 2006/01/27 17:19:50 nn 1.26.4.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [d4ba8ce44ad7c2fb4581dcbe491ff1afd961d85e]

        INTEGRATION: CWS calc35 (1.82.4); FILE MERGED 2006/01/31 17:04:25 dr 1.82.4.1: form controls

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [fe4a73e023099ffbffdbde935eb547c152c240c0]

        INTEGRATION: CWS calc35 (1.18.4); FILE MERGED 2006/01/31 12:55:59 nn 1.18.4.1: #i61216# RGetVariances: use PopMatrix to get the ScMatInv result

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [6fadb15d514b50457a5a5708e13d29f46a1ad55b]

        INTEGRATION: CWS calc35 (1.15.4); FILE MERGED 2006/01/27 17:19:24 nn 1.15.4.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [74a4689bceffce2f049ae5f693e7e95206b9d8d6]

        INTEGRATION: CWS calc35 (1.68.28); FILE MERGED 2006/01/27 17:19:24 nn 1.68.28.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [b799191ac8ea9116152edb10b04dcbf16df235ea]

        INTEGRATION: CWS calc35 (1.29.94); FILE MERGED 2006/01/27 17:19:25 nn 1.29.94.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [1a2d7b8badc04e9e5fc6c18f5ff54175c3210f9e]

        INTEGRATION: CWS calc35 (1.28.98); FILE MERGED 2006/01/27 17:19:08 nn 1.28.98.1: #i57869# background color in table styles, apply before content

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [ec045bfe8a86c9ec20b7c1a9cd82b25ed522e7db]

        INTEGRATION: CWS macintel01 (1.177.4); FILE MERGED 2006/01/27 23:42:52 ericb 1.177.4.2: RESYNC: (1.177-1.181); FILE MERGED 2006/01/23 00:29:14 ericb 1.177.4.1: #i61029# fix libsalextra_x11 name on Mac OS X for both Intel and PowerPC architectures

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [54a2ef9794494a67e47c14301cdf778ddf067998]

        INTEGRATION: CWS macintel01 (1.26.62); FILE MERGED 2006/01/27 23:03:27 ericb 1.26.62.4: #i61029# deleting UB stuff 2006/01/27 22:50:43 ericb 1.26.62.3: #i61029# more simple change 2006/01/27 22:44:36 ericb 1.26.62.2: #i61029# adapt libsalextra for both Mac Intel PowerPc and future universal Binaries 2006/01/23 14:45:33 ericb 1.26.62.1: #i61029# adapt libsalextra name to architecture for Mac OS X

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [dea4367cce25ef97240acf35a15aab27cecefafb]

        INTEGRATION: CWS macintel01 (1.14.2); FILE MERGED 2006/01/27 21:12:13 ericb 1.14.2.4: #i60958# remove useless UB changes in curl 2006/01/21 21:29:28 ericb 1.14.2.3: #i60958# delete CXXFLAGS because no need to use it in curl 2006/01/21 21:00:35 ericb 1.14.2.2: #i60958# fix typo correct name is  UNIVERSAL_CFLAGS 2006/01/21 20:55:47 ericb 1.14.2.1: #i60958# add UNIVERSL_FLAG for curl on Mac OS X Intel

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7d5e8a72b3c88da554293d89fad1d1928b8e5ae2]

        INTEGRATION: CWS macintel01 (1.86.4); FILE MERGED 2006/01/28 19:50:08 ericb 1.86.4.2: #i61265# macintel01 separate environment files for Intel and PPC based Macs 2006/01/21 20:36:40 ericb 1.86.4.1: #i60955# add unxmacxi architecture for Mac Intel

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [09a9b294549e805449ad1f272937aad9e38198fd]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 07:52:18 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:02:31 ericb 1.1.2.1: #i61027# new bridge for Mac Intel. Add uno2cpp.cxx

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [07a36489f808de9c1f3aa9382d491aefbae22af2]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 07:51:52 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:03:17 ericb 1.1.2.1: #i61027# new bridge for Mac Intel. Add share.hxx

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [4dc3041518e61073a5e87709acd9349655432883]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 21:47:53 ericb 1.1.2.3: #i61027# deleted useless UNIVERSAL_CFLAGS variable 2006/01/24 07:51:42 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:06:56 ericb 1.1.2.1: #i61027# new bridge for Mac Intel add makefile.mk

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [0eb94f05a7318429f096da476ed2699f207f78d0]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 07:51:32 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:06:31 ericb 1.1.2.1: #i61027# new bridge for Mac Intel add except.cxx

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [f342cca7e8cca11c5583604750f975500271398c]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 07:51:18 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:06:07 ericb 1.1.2.1: #i61027# new bridge for Mac Intel add cpp2uno.cxx

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [6e245f9b1361989416cc7a5e71c0d8b293d7464a]

        INTEGRATION: CWS kabrefine (1.150.6); FILE MERGED 2006/01/26 13:25:27 ebischoff 1.150.6.1: Fixed bug #60248: check for a maximum KDE version before enabling support for the KDE address book to protect us from future KDE API changes.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [d970d34b86318161ac5ccf7a8a8a526c1f303f58]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/24 08:01:40 ericb 1.1.2.4: #i61027# code cleanup in call.s 2006/01/24 07:58:48 ericb 1.1.2.3: #i61027# add license in call.s 2006/01/24 07:51:05 ericb 1.1.2.2: #i61027# code cleanup for Macintel bridge 2006/01/23 00:05:46 ericb 1.1.2.1: #i61027# new bridge for Mac Intel add call.s

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [d5007e2a5f8d5a0477c0277ef552a857e4e1503e]

        INTEGRATION: CWS kabrefine (1.133.6); FILE MERGED 2006/01/26 13:25:10 ebischoff 1.133.6.1: Fixed bug #60248: check for a maximum KDE version before enabling support for the KDE address book to protect us from future KDE API changes.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [4a08a587b6bc72060fc9fef02f10fdf456d91db1]

        INTEGRATION: CWS macintel01 (1.32.62); FILE MERGED 2006/01/23 00:36:32 ericb 1.32.62.1: #i61027# build macosx_intel project on Mac OS X Intel

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [48fac76d74426648e3386a158a71d25b353cc3f7]

        INTEGRATION: CWS kabrefine (1.2.10); FILE MERGED 2006/01/25 06:13:40 fs 1.2.10.4: RESYNC: (1.2-1.4); FILE MERGED 2006/01/06 09:14:21 fs 1.2.10.3: ask for ENABLE_KDE instead of ENABLE_KAB, again. ENABLE_KAB is introduced with CWS configure13 only, which is not yet integrated. Will have to revert this change once we've resynced to a version including configure13 2006/01/05 09:47:02 ebischoff 1.2.10.2: Issue number: 59727 Submitted by: rene Reviewed by: ebischoff Testing agains ENABLE_KAB (already implemented in CWS configure13;  done here once again to avoid integration conflict) 2006/01/04 11:22:59 fs 1.2.10.1: #i59673# split into two libraries, one small independent UNO component, and one implementation library

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [18906f753c1604aae11358d3c3537cf80bb5bbc9]

        INTEGRATION: CWS kabrefine (1.2.10); FILE MERGED 2006/01/05 09:49:50 ebischoff 1.2.10.1: Issue number: 59900 Submitted by: mkretzschmar Reviewed by: thb Not making assumptions whether internal or external STLP

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [a4009ddb2f882c502fb267ace2f4844003d95cb6]

        INTEGRATION: CWS macintel01 (1.1.2); FILE ADDED 2006/01/22 23:45:03 ericb 1.1.2.2: #i61026# add new architecture : Mac Intel 2006/01/22 23:43:18 ericb 1.1.2.1: add new architecture : Mac Intel

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [a95a66f867fb6cba07d507bfb7fbfd5cddd3447d]

        INTEGRATION: CWS macintel01 (1.31.62); FILE MERGED 2006/01/22 23:46:26 ericb 1.31.62.1: #i61026# add unxmacxi for unx macosx and intel

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [d6e415294dfc222ff59ab44b2d63f1c44980f540]

        INTEGRATION: CWS swnum202 (1.3.90); FILE MERGED 2006/01/26 08:15:52 od 1.3.90.1: #i59559# <SwNodeNum::IsCounted()> 	 - for text nodes <SwTxtNode::IsCounted()> determines, if the 	   text node is counted for numbering.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [d47fac1cb070f95b5abc111953990622234d960f]

        INTEGRATION: CWS kabrefine (1.2.10); FILE MERGED 2006/01/30 07:37:29 fs 1.2.10.7: #i61335# NOW loading of the impl-module, not LAZY 2006/01/09 09:14:04 fs 1.2.10.6: #i60062# configuration setting determining whether to disable the check for a maximum version 2006/01/06 15:16:46 fs 1.2.10.5: #60062# don't shutdown the KApplication if OOo itself is currently being shut down - this might crash. 2006/01/06 15:09:24 fs 1.2.10.4: add a maximum supported version (not finished, yet) 2006/01/06 08:56:21 fs 1.2.10.3: #i60062# some version checks for the proper KDE version 2006/01/04 11:33:55 fs 1.2.10.2: #i59673# don't attempt to load the impl lib more than once, if the first attempt failed 2006/01/04 11:22:58 fs 1.2.10.1: #i59673# split into two libraries, one small independent UNO component, and one implementation library

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [4a61348c5917d471338720056f142e3649363fa4]

        INTEGRATION: CWS kabrefine (1.2.10); FILE MERGED 2006/01/05 09:52:31 ebischoff 1.2.10.1: Issue number: 59912 Using localized table name

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [277b2a1d4b99e7da38595892cb74b53d68a60694]

        INTEGRATION: CWS macintel01 (1.28.32); FILE MERGED 2006/01/21 20:45:22 ericb 1.28.32.1: #i60956# add Mac OS X for Intel cpu for alignment

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [9365ff75a4bfaeae7804d28fa53db37e6925f322]

        INTEGRATION: CWS swqbf52 (1.67.94); FILE MERGED 2006/01/27 10:26:48 ama 1.67.94.1: #i58251#: SO7 import needs a dynamic default for RES_ROW_SPLIT

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [df5d2e903e928664d12f12ccf31e4a9c7f5b3133]

        INTEGRATION: CWS swqbf52 (1.56.152); FILE MERGED 2006/01/30 13:25:51 od 1.56.152.2: #i57062# <SwTxtFly::GetTop(..)> 	 - suppress wrapping of text inside a to-paragraph/to-character 	   anchored fly frame around another to-paragraph/to-character 	   anchored fly frame. 2006/01/20 13:37:46 od 1.56.152.1: #i58642# <SwTxtFly::ForEach(..)> 	 - On ignoring anchored object of current frame consider follow frames.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [6441098a33bc8022574e85a8bd45785392edfe5b]

        INTEGRATION: CWS swqbf52 (1.100.82); FILE MERGED 2006/01/23 11:24:24 fme 1.100.82.1: #i45951# German (Switzerland) uses apostrophe as thousand separator

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [f63ae9b7c342adcc8d2eeb2034daeea25377b261]

        INTEGRATION: CWS swqbf52 (1.11.178); FILE MERGED 2006/01/30 12:45:21 od 1.11.178.1: #129959# <SwAnchoredObjectPosition::_AdjustVertRelPos(..)> 	 - do mix usage of <top + height> and <bottom> of rectangles.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [2200e1209f802add5a2fd84845457ebfa9e4517f]

        INTEGRATION: CWS swqbf52 (1.81.120); FILE MERGED 2006/01/31 08:30:05 od 1.81.120.5: RESYNC: (1.81-1.83); FILE MERGED 2006/01/26 11:41:46 fme 1.81.120.4: #i58182# New follow table should get initial left margin before splitting the line 2006/01/24 11:55:25 fme 1.81.120.3: #i56115# CalcHeightWidthFlys: New calculation of nFlyAdd consideres printing area of anchor frame 2006/01/23 09:39:41 fme 1.81.120.2: #i54861# Do not move backward if pNewUpper->Prt has not height 2006/01/19 15:08:20 od 1.81.120.1: #i56146# <lcl_ArrangeLowers(..)> 	 - No invalidation of position for undersized paragraph inside 	   a fly frame.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7b91eec4a4d9c85e4a940ae44e9ff9a6214a236b]

        INTEGRATION: CWS swqbf52 (1.7.78); FILE MERGED 2006/01/27 08:46:46 od 1.7.78.1: #i58182# class <SwObjectFormatterTxtFrm> 	 - replace private method <_CheckMovedFwdCondition(..)> by 	   a corresponding static public one, because it's needed 	   for the iterative positioning algorithm.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [e7ba37923b5cea447007cd36b28fa27d0fd313a8]

        INTEGRATION: CWS swqbf52 (1.16.78); FILE MERGED 2006/01/27 08:49:12 od 1.16.78.1: #i58182# class <SwObjectFormatterTxtFrm> 	 - replacement of method <_CheckMovedFwdCondition(..)>

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [6a933b9ead6278bca960b05749e7bf6a7d73a9bf]

        INTEGRATION: CWS swqbf52 (1.52.76); FILE MERGED 2006/01/31 08:29:18 od 1.52.76.2: RESYNC: (1.52-1.53); FILE MERGED 2006/01/27 08:50:44 od 1.52.76.1: #i58182# <SwFlyAtCntFrm::MakeAll> 	 - usage of new method <SwObjectFormatterTxtFrm::CheckMovedFwdCondition(..)>

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [3e6d49a7a7a1fbe40fb6413b365e7aee7f9b29c6]

        INTEGRATION: CWS swqbf52 (1.71.118); FILE MERGED 2006/01/31 11:23:32 od 1.71.118.3: #i53298# - add missing include 2006/01/27 12:36:51 od 1.71.118.2: #i57765# <CalcCntnt(..)> 	 - adjust the condition to continue with previous frame due to 	   its keep attribute: 	   do not continue with previous frame, if current frame has 	   column/page break before attribute. 2006/01/19 10:47:40 od 1.71.118.1: #i53298# <SwFlyFrm::ChgSize(..)> 	 - Assure that the new size fits into the current clipping area     	   of the fly frame, if the fly frame anchored at-paragraph or at-character 	   contains an OLE object. 	 - No tolerance in setting height attribute of fly frame.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [9db3b3e77e12527b8359104e5d6c137df1766a45]

        INTEGRATION: CWS swqbf52 (1.50.154); FILE MERGED 2006/01/31 08:29:09 od 1.50.154.2: RESYNC: (1.50-1.51); FILE MERGED 2006/01/27 12:31:20 od 1.50.154.1: #i57765# class <SwFlowFrm> 	 - implementation of new methods <HasAttrPageBreakBefore(..)> 	   and <HasAttrColBreakBefore(..)> 	 - use the new methods in methods <IsPageBreak(..)> and <IsColBreak(..)>

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [02654d2c9f78709384cb662da6c99c633027f8d9]

        INTEGRATION: CWS swqbf52 (1.58.76); FILE MERGED 2006/01/31 08:28:49 od 1.58.76.3: RESYNC: (1.58-1.59); FILE MERGED 2006/01/27 08:52:31 od 1.58.76.2: #i58182# <SwCntntFrm::MakeAll()> 	 - Adjustment of conditions for moving forward a paragraph, 	   which is moved forward due to the positioning of its anchored objects. 2006/01/23 10:21:31 od 1.58.76.1: #i59341# <SwCntntFrm::MakeAll(..)> 	 - Workaround for inadequate layout algorithm: 	   suppress invalidation and calculation of paragraph inside 	   footnote, if it already formatted itself STOP_FLY_FORMAT times 	   and has anchored objects. Thus, the format of the anchored 	   object could take place and probably solve the layout loop.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [97cc5ff28e9df58d862abe919a0b6461f8444388]

        INTEGRATION: CWS jl30 (1.181.14); FILE MERGED 2006/01/31 14:46:46 jl 1.181.14.1: #61051# new versions for assemblies

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [c9e55e39b67535a8a51a96374583189c68b74db2]

        INTEGRATION: CWS swqbf52 (1.9.182); FILE MERGED 2006/01/31 08:27:47 od 1.9.182.2: RESYNC: (1.9-1.10); FILE MERGED 2006/01/27 12:19:06 od 1.9.182.1: #i57765# class <SwFlowFrm> 	 - introduce new method <HasAttrPageBreakBefore(..)> and 	   <HasAttrColBreakBefore(..)>

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7681c15c26412dd286d97af9c143ab9f00272137]

        INTEGRATION: CWS swqbf52 (1.32.154); FILE MERGED 2006/01/30 09:36:36 od 1.32.154.1: #b6364738# <SwGrfNode::_GetStreamForEmbedGrf(..)> 	   - assure that <GraphicObject::GetUniqueID()> isn't called recursive.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [bfa7db2a26a0404493d52d8dde72ce6795c12abc]

        INTEGRATION: CWS jl30 (1.8.20); FILE MERGED 2006/01/26 08:50:47 jl 1.8.20.2: #i56953# 2006/01/23 13:20:56 jl 1.8.20.1: #i56953# patch applied

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [6c67e3d2fd0482ca5341b2ccda142695a64b0242]

        INTEGRATION: CWS swqbf52 (1.36.98); FILE MERGED 2006/01/25 12:54:34 fme 1.36.98.1: #i55421# Reduced value of nLoopMax from 100 to 10

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [62fa8ff57627e07cd6a7a7f7c48e3a90c62677e6]

        INTEGRATION: CWS jl30 (1.13.14); FILE MERGED 2006/01/27 15:16:54 jl 1.13.14.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7946cf623f4e36858bae1053102906f5e64ebd84]

        INTEGRATION: CWS swqbf52 (1.45.24); FILE MERGED 2006/01/18 13:37:17 od 1.45.24.1: #129959# <SwDrawContact::_Changed(..)> 	 - introduce handling of nested <SdrObjUserCall> events. 	 - do not reset positioning attribute flag on object geometry 	   changes, when object isn't yet positioned. It's not necessary 	   and causes defects.

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [639c991feadb117752ba02aec2d0e77918cf937b]

        INTEGRATION: CWS swqbf52 (1.22.92); FILE MERGED 2006/02/02 12:31:40 ama 1.22.92.3: #i58710#: Insertion of illegal sections, Part II: start before table, end inside table 2006/01/31 08:27:05 od 1.22.92.2: RESYNC: (1.22-1.23); FILE MERGED 2006/01/18 16:07:14 ama 1.22.92.1: Fix #i58710#: Section break inside a table cell causes crash

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7d106316a52ef8f2d3e906ceb3384ef8707c1268]

        INTEGRATION: CWS jl30 (1.14.12); FILE MERGED 2006/01/27 15:15:41 jl 1.14.12.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [dc9112484b780a42a58969efde14ac27b2a6df8d]

        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>  [cdd73e411b441515ca778edf87268b035e266863]

        INTEGRATION: CWS swqbf52 (1.16.176); FILE MERGED 2006/01/18 13:34:31 od 1.16.176.1: #129959# class <SwDrawContact> 	 - introduce data member for nested <SdrObjUserCall> events in 	   method <_Changed(..)>

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [173fb137abd6757866f6b9df53bc52a9e3bed5c0]

        INTEGRATION: CWS jl30 (1.13.10); FILE MERGED 2006/01/27 15:14:14 jl 1.13.10.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [69fe0c3e4b2bfbce7f43ea851e8507a4b8e1998c]

        INTEGRATION: CWS jsc5 (1.17.14); FILE MERGED 2006/02/01 09:18:51 jsc 1.17.14.1: #i61438# extend compiler flags for Windows

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [92741826edf0f4bc527650e7f5ecc60c894cb206]

        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-03  Kurt Zenker  <kz@openoffice.org>  [de8972745d9e76e589349ad0f5376273bce37ccb]

        INTEGRATION: CWS jsc5 (1.7.46); FILE MERGED 2006/02/02 12:15:39 jsc 1.7.46.1: i59703# adapt makefile to be prepared for full qualified paths

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7fb1f32403a01e4631527379803c66e7bc2e7c68]

        INTEGRATION: CWS nomysqlversion (1.29.66); FILE MERGED 2006/02/01 08:38:43 fs 1.29.66.1: #i60273# optional driver setting to prevent calls to getVersionColumns

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [a80325cfcf353f8ea926220edf3a8571246db489]

        INTEGRATION: CWS jsc5 (1.3.46); FILE MERGED 2006/02/02 12:15:37 jsc 1.3.46.1: i59703# adapt makefile to be prepared for full qualified paths

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [7966eece1997e7aa059d2a01fdba350ceec485ec]

        INTEGRATION: CWS nomysqlversion (1.33.8); FILE MERGED 2006/02/01 08:38:42 fs 1.33.8.1: #i60273# optional driver setting to prevent calls to getVersionColumns

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [3b1aadb861fe9eb1153321975bd68086b41fe6c7]

        INTEGRATION: CWS jsc5 (1.5.56); FILE MERGED 2006/02/02 14:36:31 jsc 1.5.56.1: #i61438# remove warning

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [629a3ecb18ae9d85cd6c524b20ded8996f60f432]

        INTEGRATION: CWS nomysqlversion (1.13.64); FILE MERGED 2006/02/01 08:39:55 fs 1.13.64.1: #i60273# when running the ODBC driver, prevent calls to getVersionColumn

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [41c9e44ff7020748c600b8246a9f4177550a7aa1]

        INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006/01/31 10:28:05 jl 1.1.2.2: #61051# 2006/01/27 15:20:51 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [746ad49cfae3690469dd5b1ff0368255a29c2238]

        INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006/01/27 15:20:34 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [27a59b1ffca8a993cb1be7bc17a0a18f71c5ca85]

        INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006/01/27 15:47:33 jl 1.1.2.2: #61051# new versions offor assemblies and qa/versions test 2006/01/27 15:21:36 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [53a447744a09ea6d6131874c33b85c469800f980]

        INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006/01/27 15:54:00 jl 1.1.2.2: #61051# new versions offor assemblies and qa/versions test 2006/01/27 15:21:17 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [b526deda6d9a2f182cccbf5a69d3f2e577f75f66]

        INTEGRATION: CWS hr29 (1.13.86); FILE MERGED 2006/01/31 17:52:50 hr 1.13.86.1: #i52898#: more query modes

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [4c3f4960968168a489665f9cb054831ec6388f03]

        INTEGRATION: CWS jl30 (1.1.2); FILE ADDED 2006/01/27 15:21:03 jl 1.1.2.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [1ac79a7484733983a3fe97656effae13433923e0]

        INTEGRATION: CWS hr29 (1.9.38); FILE MERGED 2006/01/31 17:52:49 hr 1.9.38.1: #i52898#: more query modes

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [afa9ed30acc4dd3408dc32aac5a40af42db0b1d2]

        INTEGRATION: CWS vcl53 (1.49.28); FILE MERGED 2006/01/25 14:31:23 pl 1.49.28.1: #61102# add a substitution entry for din font

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [ed4a951d4bfd667534c58b1ae92cc506b46de3e9]

        INTEGRATION: CWS jl30 (1.3.18); FILE MERGED 2006/01/27 16:10:59 jl 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED 2006/01/27 15:12:57 jl 1.3.18.1: #61051# new versions offor assemblies and qa/versions test

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [3d3831325ba820b951c8ead9416c64b5d141ac65]

        INTEGRATION: CWS hr29 (1.17.38); FILE MERGED 2006/01/31 16:52:20 hr 1.17.38.2: ##i60709#: better error messages 2006/01/31 16:31:40 hr 1.17.38.1: #i60709#: fetch VCSID from config file

2006-02-03  Kurt Zenker  <kz@openoffice.org>  [23ed788f1337e6b6f83422829a61c27f1f8a2d6b]

        INTEGRATION: CWS jl30 (1.23.4); FILE MERGED 2006/01/31 10:38:43 jl 1.23.4.1: #i61417# wrong parameters when starting office

2006-02-03  Rüdiger Timm  <rt@openoffice.org>  [478558f33f44c80477bd0f0d4b94d325f54a80c6]

        #i10000# Move implementation of 'GetSequenceClassID' from olecomponent.cxx into olepersist.cxx. It is needed on all platforms, but olecomponent.cxx gets compiled for windows only.

2006-02-03  Rüdiger Timm  <rt@openoffice.org>  [c793eef27e2e70d460cfc368e5b5cf86a700cc70]

        #i10000# Make OnViewChanged_Impl public

2006-02-02  Kurt Zenker  <kz@openoffice.org>  [7a312102bb6ebb4158a5a6782494d8d12c583253]

        #i10000# build error fixed (mav)

2006-02-02  Kurt Zenker  <kz@openoffice.org>  [182150713d927693edf0fe94c119c168a1a578d6]

        #i10000# fix for windows 4nt build

2006-02-01  Vladimir Glazounov  <vg@openoffice.org>  [5ebf174874031db6062bcff3909357a210697d93]

        new version for SRC680

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [56c276f661df44e806648b5512ed13bbd4f3f9db]

        SRC680

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2d366fab97b997887fa05d0dcaab78eeca31d45d]

        INTEGRATION: CWS mav19 (1.18.10); FILE MERGED 2006/01/10 13:41:23 mav 1.18.10.7: #i52224# avoid using of STAMPIT workaround for other objects 2005/12/12 12:23:53 mav 1.18.10.6: #i52224# fix typo 2005/12/09 13:33:35 mav 1.18.10.5: #i52224# handle the STAMPIT case correctly 2005/12/08 15:27:03 mav 1.18.10.4: #i52224# handle STAMPIT correctly 2005/12/02 09:44:38 mav 1.18.10.3: #i52224# add method 2005/11/17 18:16:25 mav 1.18.10.2: RESYNC: (1.18-1.19); FILE MERGED 2005/11/16 10:03:27 mav 1.18.10.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [0635120bc459d02193eb2bb40d0717e064d92aca]

        INTEGRATION: CWS mav19 (1.28.8); FILE MERGED 2006/01/03 13:23:25 mav 1.28.8.11: #i59147# use central helper 2006/01/03 13:21:42 mav 1.28.8.10: #i59147# use central helper 2005/12/22 14:37:04 mav 1.28.8.9: #i52224# header is required for correct handling 2005/12/12 17:01:53 mav 1.28.8.8: #i52224# use enchanced metafile as default 2005/12/09 13:33:36 mav 1.28.8.7: #i52224# handle the STAMPIT case correctly 2005/12/08 10:49:32 mav 1.28.8.6: #i52224# no need to have internal scaling currently 2005/12/08 08:34:48 mav 1.28.8.5: #i52224# correct internal scaling of the object 2005/12/02 09:46:56 mav 1.28.8.4: #i52224# execute notifications in the main thread always 2005/11/17 18:16:38 mav 1.28.8.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/16 10:03:27 mav 1.28.8.2: #i52224# handle object size and resizing correctly 2005/11/14 13:02:16 mav 1.28.8.1: #i52224# there is no need in the workaround for 106272 any more

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2ae1174674c17a75c8db04e6038b9c8aa92d00b7]

        INTEGRATION: CWS mav19 (1.21.12); FILE MERGED 2006/01/13 13:16:55 mav 1.21.12.12: #130174# avoid unnecessary regeneration of replacement 2006/01/10 13:41:25 mav 1.21.12.11: #i52224# avoid using of STAMPIT workaround for other objects 2006/01/03 13:21:43 mav 1.21.12.10: #i59147# use central helper 2005/12/22 14:56:16 mav 1.21.12.9: #i52224# header is required for correct handling 2005/12/09 17:10:38 mav 1.21.12.8: #i52224# correct STAMPIT classid's for assertion 2005/12/09 13:33:36 mav 1.21.12.7: #i52224# handle the STAMPIT case correctly 2005/12/08 15:27:05 mav 1.21.12.6: #i52224# handle STAMPIT correctly 2005/12/08 10:52:30 mav 1.21.12.5: #i52224# the size should be changed only on saving 2005/12/02 09:47:51 mav 1.21.12.4: #i52224# handle replacement image correctly 2005/11/29 15:14:14 mav 1.21.12.3: #i52224# fix one inconsistency 2005/11/17 18:17:28 mav 1.21.12.2: RESYNC: (1.21-1.23); FILE MERGED 2005/11/16 10:03:28 mav 1.21.12.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [aa4422acd28c460df6810bd12d4c521d7a193aeb]

        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>  [0fc036137dd5dda489d7daee3535a89067a49248]

        INTEGRATION: CWS mav19 (1.21.6); FILE MERGED 2006/01/03 13:16:35 mav 1.21.6.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [53948a432d9b85ac131c222ff9ba81413db66c2c]

        INTEGRATION: CWS mav19 (1.4.18); FILE MERGED 2006/01/03 13:15:59 mav 1.4.18.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f5beb98843b2b9899504fa519345ee081a1397bb]

        INTEGRATION: CWS mav19 (1.45.8); FILE MERGED 2006/01/03 13:14:56 mav 1.45.8.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [662e39c0a51707d2ea7f622ec8616a47a2d3cc0f]

        INTEGRATION: CWS mav19 (1.102.2); FILE MERGED 2006/01/03 13:14:16 mav 1.102.2.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [87e93dd939c3677910567d6eba6601b803224582]

        INTEGRATION: CWS mav19 (1.3.10); FILE MERGED 2006/01/03 13:17:39 mav 1.3.10.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [8977b68c0c93957c8876b68e8cb45abac846f601]

        INTEGRATION: CWS mav19 (1.13.6); FILE MERGED 2006/01/03 13:17:06 mav 1.13.6.1: #i59147# use central helper

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [5ab56eb4c19cd1cac250edb434d57cc3c5d51da0]

        INTEGRATION: CWS mav19 (1.11.6); FILE MERGED 2005/11/24 12:12:14 mav 1.11.6.1: #i58055# do not add DTD information for oasis format

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [43e91813307ae4e52f0bec0e7cf2ed4bc6bcee8c]

        INTEGRATION: CWS mav19 (1.8.8); FILE MERGED 2005/11/24 12:16:23 mav 1.8.8.1: Extend the regression tests.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [4c4c1191804ebf57e60b606dc36416496ca0e807]

        INTEGRATION: CWS mav19 (1.7.8); FILE MERGED 2005/11/24 12:16:23 mav 1.7.8.1: Extend the regression tests.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [b41f9a33871fa59acbf38d012af156cd807c1e3a]

        INTEGRATION: CWS mav19 (1.1.2); FILE ADDED 2005/11/24 12:15:59 mav 1.1.2.1: Extend the regression tests

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [cf439300dbb3d6485d944965a975204645d33f00]

        INTEGRATION: CWS mav19 (1.1.2); FILE ADDED 2005/11/24 12:15:38 mav 1.1.2.1: Extend the regression tests

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f38ec7d2a005916eea1be9b4df0ce3f87f635540]

        INTEGRATION: CWS mav19 (1.114.6); FILE MERGED 2005/11/23 16:47:38 mav 1.114.6.1: #i58357# Use general storage change notification

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [4e08ecbe2fe492c3620c659ae80466c6cbda7485]

        INTEGRATION: CWS mav19 (1.16.8); FILE MERGED 2006/01/10 14:09:27 mav 1.16.8.1: #i52224# lock solar mutex on notification

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [7ae45c09f6f62c6bc29748faa84ed06ae8995b03]

        INTEGRATION: CWS mav19 (1.103.6); FILE MERGED 2005/11/24 15:02:20 mav 1.103.6.2: #126228# improve storing of own objects inserted from file 2005/11/23 16:45:56 mav 1.103.6.1: #i58357# Use storage change notification

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [62cb14ac8306c79743c0330b66151f4b7ca29ab4]

        INTEGRATION: CWS mav19 (1.172.6); FILE MERGED 2006/01/10 19:05:54 mav 1.172.6.3: RESYNC: (1.172-1.174); FILE MERGED 2006/01/03 15:47:19 mav 1.172.6.2: #i58884# use correct storage in case of saveAs to the same location in alien format 2005/11/23 16:43:26 mav 1.172.6.1: #b6337950#,#i58357# catch the exception, send the notification

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [48110a0052dd20406cecd6c7b60906c35581eedd]

        INTEGRATION: CWS mav19 (1.174.6); FILE MERGED 2005/11/23 16:34:34 mav 1.174.6.1: #i56642# avoid crash

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [47ba5286466c7567bf1876fe11464b20893f4909]

        INTEGRATION: CWS mav19 (1.100.6); FILE MERGED 2005/11/24 17:59:32 mav 1.100.6.1: #i58357# use the general notification

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [15cae24d6c4d24fc810c51bd0c82c4973e0cbc01]

        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>  [84e130be4bb491c51cd864f3101b1f768202037f]

        INTEGRATION: CWS mav19 (1.22.44); FILE MERGED 2005/11/11 13:18:41 mav 1.22.44.1: #i57728# get replacement image from clipboard

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [854f7400511c0215b7fb114a3d273e5bba160ade]

        INTEGRATION: CWS mav19 (1.38.16); FILE MERGED 2005/11/17 18:46:32 mav 1.38.16.3: RESYNC: (1.38-1.39); FILE MERGED 2005/11/11 13:18:41 mav 1.38.16.2: #i57728# get replacement image from clipboard 2005/11/01 14:08:39 mav 1.38.16.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [df7899cb3df8599eaee5a5f68ec3e105637bbae8]

        INTEGRATION: CWS mav19 (1.26.32); FILE MERGED 2005/11/01 16:25:56 mav 1.26.32.1: #i57138# use setting of object area after scaling setting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [7598414a3b8c7aa407545a9d7a4014844fee30f3]

        INTEGRATION: CWS mav19 (1.26.48); FILE MERGED 2005/11/11 13:18:40 mav 1.26.48.1: #i57728# get replacement image from clipboard

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3867bf4b4caf7d1b82b2bd7f5ad82ee1ef0159dc]

        INTEGRATION: CWS mav19 (1.20.42); FILE MERGED 2006/01/26 18:26:28 mav 1.20.42.1: #130736# switch floating frames, applets and plugins to running state when necessary

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [7c518c7223d200c45d111773d6b529116ff4ba64]

        INTEGRATION: CWS mav19 (1.27.44); FILE MERGED 2005/11/10 13:58:54 mav 1.27.44.1: #i50429# allow to copy nonpersistent objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [15badd0b25d640a13b82a633370abc7481c1f92e]

        INTEGRATION: CWS mav19 (1.38.32); FILE MERGED 2005/12/07 12:20:53 sj 1.38.32.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2879a265efa338feb962f4e0ee9098fc6dfcbe97]

        INTEGRATION: CWS mav19 (1.9.10); FILE MERGED 2005/12/08 15:27:05 mav 1.9.10.6: #i52224# handle STAMPIT correctly 2005/12/08 10:53:20 mav 1.9.10.5: #i52224# the size should be changed only on saving 2005/12/08 08:34:22 mav 1.9.10.4: #i52224# correct internal scaling of the object 2005/11/24 17:43:17 mav 1.9.10.3: #i52224# on initialization try the size of replacement image 2005/11/17 18:17:41 mav 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/16 10:03:28 mav 1.9.10.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [6271ecebee776287df584be0ea02597bfd2bcdef]

        INTEGRATION: CWS mav19 (1.19.12); FILE MERGED 2005/11/17 18:17:18 mav 1.19.12.2: RESYNC: (1.19-1.20); FILE MERGED 2005/11/16 10:03:28 mav 1.19.12.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f6a5a045dce8be160975dd98e2a4a3f7f2972743]

        INTEGRATION: CWS mav19 (1.13.18); FILE MERGED 2006/01/17 10:14:07 mav 1.13.18.5: #i56586# use correct operation 2006/01/17 10:01:16 mav 1.13.18.4: #i56586# allow to identify the objects that need size after loading 2005/12/08 15:27:04 mav 1.13.18.3: #i52224# handle STAMPIT correctly 2005/11/17 18:17:03 mav 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/16 10:03:28 mav 1.13.18.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [5671cd1d0f48d87d769b8517fe26e5ee765da06d]

        INTEGRATION: CWS mav19 (1.16.10); FILE MERGED 2005/12/08 10:49:33 mav 1.16.10.4: #i52224# no need to have internal scaling currently 2005/12/08 08:34:49 mav 1.16.10.3: #i52224# correct internal scaling of the object 2005/11/17 18:16:46 mav 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/11/16 10:03:27 mav 1.16.10.1: #i52224# handle object size and resizing correctly

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [8c7edca5e90f5a6b708a955883395a776e28a4c1]

        INTEGRATION: CWS mav19 (1.1.2); FILE ADDED 2005/12/02 09:46:04 mav 1.1.2.1: #i52224# execute notifications in the main thread always

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e5676ca1047e02ffcdad67df368dbaf1f99ca07b]

        INTEGRATION: CWS mav19 (1.6.20); FILE MERGED 2005/12/02 09:45:32 mav 1.6.20.1: #i52224# execute notifications in the main thread always

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [240e5d577ff93ce3fadddc93a1307198b9312875]

        INTEGRATION: CWS mav19 (1.15.20); FILE MERGED 2005/11/24 15:09:49 mav 1.15.20.1: #126228# improve storing of own objects inserted from file

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d526714f9ac0671841d6f38832f12a97aafdbe00]

        INTEGRATION: CWS mav19 (1.21.2); FILE MERGED 2005/11/24 15:09:47 mav 1.21.2.1: #126228# improve storing of own objects inserted from file

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [45eaae1413e49752911fa45338938c99022c33aa]

        INTEGRATION: CWS mav19 (1.16.2); FILE MERGED 2006/01/09 12:00:12 mav 1.16.2.1: #126520# avoid crash

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e0301fd47ccbc483ceb6bcf8481d373c0f18f7ee]

        INTEGRATION: CWS mav19 (1.61.44); FILE MERGED 2005/11/17 17:27:45 mav 1.61.44.5: RESYNC: (1.61-1.63); FILE MERGED 2005/11/11 13:28:18 mav 1.61.44.4: #i57728# get replacement image from clipboard 2005/11/08 14:50:58 mav 1.61.44.3: #i50429# let nonpersistent objects stay in running state 2005/11/08 14:44:22 mav 1.61.44.2: #i50429# let nonpersistent objects stay in running state 2005/11/01 14:06:31 mav 1.61.44.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [86e414f8ff7ab0d58ff1a0591f4d638db9545f96]

        INTEGRATION: CWS mav19 (1.76.112); FILE MERGED 2005/12/14 15:03:18 mav 1.76.112.1: #i52224# get BLIP size on import

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3cd3fdb0158711e40f7fdca77e2db4f0173ed5bb]

        INTEGRATION: CWS mav19 (1.134.62); FILE MERGED 2005/12/07 12:18:56 sj 1.134.62.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [ccd4c4f6bcad2fdf8ddac8bcd24bd3943b06aefc]

        INTEGRATION: CWS mav19 (1.127.16); FILE MERGED 2006/01/10 18:40:48 mav 1.127.16.3: RESYNC: (1.127-1.128); FILE MERGED 2005/12/14 15:03:17 mav 1.127.16.2: #i52224# get BLIP size on import 2005/12/07 12:18:55 sj 1.127.16.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2427d18c9e247965397d6658cb855e3db783ec5b]

        INTEGRATION: CWS mav19 (1.57.76); FILE MERGED 2005/12/08 16:09:24 sj 1.57.76.1: #i52224# restoring correct visarea if possible

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [98028d9647978307fc62166606a24a5bce2f59cd]

        INTEGRATION: CWS mav19 (1.5.60); FILE MERGED 2006/01/17 09:10:25 mav 1.5.60.3: #i56586# allow to identify the objects that need size after loading 2006/01/17 08:52:08 mav 1.5.60.2: #i56586# allow to identify the objects that need size after creation/loading 2006/01/17 08:39:04 mav 1.5.60.1: #i56586# allow to identify the objects that need size after creation/loading

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [b90731a419e3a95397f2bbc273281ebc4517b667]

        INTEGRATION: CWS mav19 (1.46.8); FILE MERGED 2006/01/26 18:05:59 mav 1.46.8.1: #130736# switch floating frames, applets and plugins to running state when necessary

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [8e54fd380631a8bc2198526177b404a89ed12eb9]

        INTEGRATION: CWS mav19 (1.95.70); FILE MERGED 2006/01/10 18:20:25 mav 1.95.70.5: RESYNC: (1.96-1.97); FILE MERGED 2006/01/10 10:24:47 mav 1.95.70.4: #i56586# let object get the size after insertion 2005/11/17 16:31:15 mav 1.95.70.3: RESYNC: (1.95-1.96); FILE MERGED 2005/11/11 13:09:57 mav 1.95.70.2: #i57728# get replacement image from clipboard 2005/11/01 14:11:41 mav 1.95.70.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [53868b4e0713aa2a779fc0937425ebb2dcbfd7ab]

        INTEGRATION: CWS mav19 (1.51.8); FILE MERGED 2005/12/14 15:10:18 mav 1.51.8.2: #i52224# get BLIP size on import 2005/12/07 12:26:01 sj 1.51.8.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [983a4a57049927746cef904784d14a74e2bfb5f5]

        INTEGRATION: CWS mav19 (1.139.8); FILE MERGED 2006/01/10 18:16:24 mav 1.139.8.3: RESYNC: (1.139-1.140); FILE MERGED 2005/12/14 15:10:15 mav 1.139.8.2: #i52224# get BLIP size on import 2005/12/07 12:26:00 sj 1.139.8.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [27de6864970f96e807cd5b1dba17a62089674dd4]

        INTEGRATION: CWS mav19 (1.159.12); FILE MERGED 2005/12/07 12:25:59 sj 1.159.12.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2bb25c403c793f676587f3b21ba2da4c0c29189d]

        INTEGRATION: CWS mav19 (1.65.8); FILE MERGED 2005/12/14 15:10:13 mav 1.65.8.1: #i52224# get BLIP size on import

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [eb191c4469b6649e2b25798b0104a722f68eac71]

        INTEGRATION: CWS mav19 (1.43.10); FILE MERGED 2005/12/07 12:25:59 sj 1.43.10.1: #i52224# using correct visarea when importing ole objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [1db709d17aa287f21a9af6dbfccff9fd263c3413]

        INTEGRATION: CWS mav19 (1.86.32); FILE MERGED 2005/12/12 16:08:54 mav 1.86.32.2: #i52224# provide the size of the embedded object for export 2005/12/08 15:43:50 sj 1.86.32.1: #i52224# restoring correct visarea if possible

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [70c6b39c823663aa83fbd6f90ce6b6b5c2bf6e99]

        INTEGRATION: CWS mav19 (1.14.8); FILE MERGED 2005/12/12 16:08:53 mav 1.14.8.1: #i52224# provide the size of the embedded object for export

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [0e90192682e1c39ec23eaeb39d16d5ecce23632b]

        INTEGRATION: CWS mav19 (1.22.78); FILE MERGED 2006/01/26 17:20:08 mav 1.22.78.1: #130736# switch the floating frame to running state when necessary

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [545716c0c8632b0e1fe919b9958d07ebafab92dd]

        INTEGRATION: CWS mav19 (1.11.76); FILE MERGED 2006/01/26 18:05:58 mav 1.11.76.1: #130736# switch floating frames, applets and plugins to running state when necessary

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [09137cdb881a15657269cb35022ec6d6fc598708]

        INTEGRATION: CWS mav19 (1.29.76); FILE MERGED 2005/11/17 15:59:02 mav 1.29.76.3: RESYNC: (1.29-1.30); FILE MERGED 2005/11/08 15:03:39 mav 1.29.76.2: #i50429# let nonpersistent objects stay in running state 2005/11/01 14:11:40 mav 1.29.76.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [000bff578263bd811dbc41a7b92927f55c856297]

        INTEGRATION: CWS mav19 (1.11.74); FILE MERGED 2005/11/01 14:11:38 mav 1.11.74.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [095ceacd189170eebfc598d54fe533a16a40724b]

        INTEGRATION: CWS mav19 (1.39.12); FILE MERGED 2006/01/10 17:46:50 mav 1.39.12.3: RESYNC: (1.40-1.41); FILE MERGED 2005/11/17 15:32:52 mav 1.39.12.2: RESYNC: (1.39-1.40); FILE MERGED 2005/11/01 16:10:06 mav 1.39.12.1: #i57138# use setting of object area after scaling setting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2aee0d40ffc9dcfecf0472cdb9fcb439d0a479a3]

        INTEGRATION: CWS mav19 (1.60.10); FILE MERGED 2005/11/17 15:32:40 mav 1.60.10.3: RESYNC: (1.60-1.61); FILE MERGED 2005/11/11 13:23:43 mav 1.60.10.2: #i57728# get replacement image from clipboard 2005/11/01 14:05:36 mav 1.60.10.1: #i57128# unload object after pasting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f761bf6c0b50c4c81ae3bf587c9d25aeabe587c3]

        INTEGRATION: CWS mav19 (1.45.18); FILE MERGED 2006/01/10 17:45:22 mav 1.45.18.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/17 15:32:23 mav 1.45.18.2: RESYNC: (1.45-1.46); FILE MERGED 2005/11/10 13:57:26 mav 1.45.18.1: #i50429# allow to copy nonpersistent objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f101f3aa15f5eab351cecadb0e9b0a436fa0c046]

        INTEGRATION: CWS mav19 (1.43.36); FILE MERGED 2006/01/10 17:44:57 mav 1.43.36.2: RESYNC: (1.43-1.44); FILE MERGED 2005/11/01 16:10:05 mav 1.43.36.1: #i57138# use setting of object area after scaling setting

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [0793dccac6602c76cd297911a505f9173e71e017]

        INTEGRATION: CWS mav19 (1.22.34); FILE MERGED 2005/11/17 15:31:45 mav 1.22.34.2: RESYNC: (1.22-1.24); FILE MERGED 2005/11/10 13:57:26 mav 1.22.34.1: #i50429# allow to copy nonpersistent objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [a4ccd10fb6cd97255a7246cb0c2ff3478573cca8]

        INTEGRATION: CWS mav19 (1.34.18); FILE MERGED 2006/01/26 18:37:51 mav 1.34.18.1: #130736# switch floating frames, applets and plugins to running state when necessary

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e2f036f7360c077bb454db965f6da7c97d5ba0c4]

        INTEGRATION: CWS mav19 (1.43.10); FILE MERGED 2005/11/17 15:03:51 mav 1.43.10.2: RESYNC: (1.43-1.45); FILE MERGED 2005/11/10 13:57:25 mav 1.43.10.1: #i50429# allow to copy nonpersistent objects

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [be3fc8a9a6363c1a94313edac1a02fdccf2dc096]

        INTEGRATION: CWS mav19 (1.87.34); FILE MERGED 2005/12/08 15:40:23 sj 1.87.34.1: #i52224# restoring correct visarea if possible

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f0aca0c22bb9f9c60d6b45104eeae3bd4944edc2]

        INTEGRATION: CWS mav19 (1.7.36); FILE MERGED 2005/11/08 14:30:11 mav 1.7.36.1: #i50429# let nonpersistent objects stay in running state

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [b1b386eb29473c39abfd3fee77f3c4b538531384]

        INTEGRATION: CWS mav19 (1.5.24); FILE MERGED 2005/11/11 07:49:23 mav 1.5.24.1: #i55789# use correct storage version

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [4500bb52605b59ab368487516016e1e999af25c9]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:25 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2a4ea7d8edbaa8612622b9bce452b507f6aa6331]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:24 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [84763e27cda10f186780cfa2c568cd0894899a3d]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:23 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [a29952c6330968ba19f76c95afdba52a96f7f61b]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:22 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [8f617bf73d2bf5fdafe16581ac01d3653b33401e]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:21 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [480c5d636c90837ce6f238745a57778ffd3a82b9]

        INTEGRATION: CWS winicons01 (1.2.154); FILE MERGED 2006/01/30 14:04:20 pjanik 1.2.154.1: #i42912#: New icons for Windows desktop (contributed by Szalai Kalman - JCA).

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [88f5bc103b2431e29690766f69e046c4c747a2ee]

        INTEGRATION: CWS britishthesau (1.3.18); FILE MERGED 2006/01/31 01:07:39 nemeth 1.3.18.2: i44793 2006/01/19 11:46:09 nemeth 1.3.18.1: i44793

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f0e76a0179fa11244eb4416274b1a7981852ebf3]

        INTEGRATION: CWS britishthesau (1.5.2); FILE MERGED 2006/01/18 02:50:11 vq 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2005/12/04 02:26:45 nemeth 1.5.2.1: i44793

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [528c231ac1d499bbea752a902d2e7f02afca0d89]

        INTEGRATION: CWS britishthesau (1.15.18); FILE MERGED 2006/01/19 11:46:09 nemeth 1.15.18.2: i44793 2005/12/04 02:26:45 nemeth 1.15.18.1: i44793

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [58fa3624056d191d9d91680ee3ba6e9028928500]

        INTEGRATION: CWS britishthesau (1.2.44); FILE MERGED 2005/12/04 02:26:45 nemeth 1.2.44.1: i44793

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [4cd0235d2d84c12e307a23c702f5bcd34147eaa9]

        INTEGRATION: CWS britishthesau (1.1.2); FILE ADDED 2006/01/31 01:07:39 nemeth 1.1.2.1: i44793

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [75dac78c3324dc3c11a12edf8c86a359c17e739a]

        INTEGRATION: CWS swqbf49 (1.38.188); FILE MERGED 2005/12/19 11:49:18 od 1.38.188.2: #i27299# <AccessibleTextHelper_Impl::Notify(..)> 	 - process events, if no open block exist. 2005/12/16 15:04:06 od 1.38.188.1: #i27299# method <AccessibleTextHelper_Impl::UpdateSelection()> 	 - submit event TEXT_SELECTION_CHANGED instead of SELECTION_CHANGED 	 - use method <ESelection::HasRange()> 	 - submit no event, if last and new selection have no range 	 - submit only events for the difference between last and new 	   selection

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f1bc4d6a312d31ce9c8cc1fa22bff9a345ac4984]

        INTEGRATION: CWS swqbf49 (1.43.192); FILE MERGED 2006/01/11 12:26:40 od 1.43.192.1: #i27138# - provide relations CONTENT_FLOWS_FROM and CONTENT_FLOWS_TO for 	   <AccessibleEditableTextPara> instances.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [aeecfca5aa168e990019cb7acb2bc56e05021c0e]

        INTEGRATION: CWS swqbf49 (1.74.144); FILE MERGED 2005/12/19 11:46:06 od 1.74.144.2: #i27299# - undo previous change: 	   method <_NotifyTextViewSelectionChange()> not needed 2005/12/16 14:57:42 od 1.74.144.1: #i27299# class <ImpEditView> - new method <_NotifyTextViewSelectionChange()>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [9b94e30044f12ea9b2d6be5d41a8ee2dcf15eaf7]

        INTEGRATION: CWS swqbf49 (1.55.190); FILE MERGED 2005/12/19 11:48:06 od 1.55.190.2: #i27299# - new method <_NotifyTextViewSelectionChange()> 2005/12/16 15:00:23 od 1.55.190.1: #i27299# - implementation of method 	   <ImpEditView::_NotifyTextViewSelectionChange()> 	 - method <ImpEditView::SetCursorAtPoint(..)> 	   - notify selection change, needed for accessibility API

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [cb85de8cc88d2a614a2d1a44a26f168a5726a602]

        INTEGRATION: CWS swqbf49 (1.10.192); FILE MERGED 2006/01/11 12:26:41 od 1.10.192.1: #i27138# - provide relations CONTENT_FLOWS_FROM and CONTENT_FLOWS_TO for 	   <AccessibleEditableTextPara> instances.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [84b277f24a0f926d1509b296dddb329df29fb922]

        INTEGRATION: CWS swqbf49 (1.18.192); FILE MERGED 2006/01/11 12:26:39 od 1.18.192.1: #i27138# - provide relations CONTENT_FLOWS_FROM and CONTENT_FLOWS_TO for 	   <AccessibleEditableTextPara> instances.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e8dc66c9921a0c91f7f353ff1f4149eb9994887b]

        INTEGRATION: CWS swqbf49 (1.8.14); FILE MERGED 2006/01/09 10:51:50 obr 1.8.14.1: #i27292# mapping flows from/to relations to Java

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [9f07ee3608d1251bacf5a55b38ccd09d558ca7bc]

        INTEGRATION: CWS swqbf49 (1.7.14); FILE MERGED 2006/01/09 10:51:50 obr 1.7.14.1: #i27292# mapping flows from/to relations to Java

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [a7a0e338ccd123668fd8c7fde2beeb9a2498b5c4]

        INTEGRATION: CWS swqbf49 (1.10.14); FILE MERGED 2006/01/06 14:56:36 obr 1.10.14.1: #i27298# map TEXT_SELECTION_CHANGED events to property change events for SELECTION_PROPERTY

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d8c92b24a4e1e67928d8d39d1195478526c4ab4e]

        INTEGRATION: CWS swqbf49 (1.12.14); FILE MERGED 2006/01/06 14:56:38 obr 1.12.14.1: #i27298# map TEXT_SELECTION_CHANGED events to property change events for SELECTION_PROPERTY

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [22defe4cc80ed6aa44b1603c71b489db0a7e1467]

        INTEGRATION: CWS swqbf49 (1.8.14); FILE MERGED 2006/01/06 12:32:53 obr 1.8.14.1: #i48645# make sure the send out KEY_TYPED events for <tab>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e2806960fc4789488d156c06bba2b45043ba4b6a]

        INTEGRATION: CWS swqbf49 (1.7.46); FILE MERGED 2005/12/05 13:09:28 od 1.7.46.1: #i27138# - adjust description for CONTENT_FLOWS_FROM_RELATION_CHANGED            and CONTENT_FLOWS_TO_RELATION_CHANGED: 	   <NewValue> and <OldValue> currently not used.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [9f638aed566e6c517a4643ca2b77c118e6100f35]

        INTEGRATION: CWS swqbf49 (1.21.130); FILE MERGED 2005/12/05 10:41:21 od 1.21.130.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [5ddf14a1d35f99fefdf466cc630cd0f7a6728217]

        INTEGRATION: CWS swqbf49 (1.124.22); FILE MERGED 2005/12/05 10:41:21 od 1.124.22.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [793ee3242edc83a7256173f1089e071d235d5018]

        INTEGRATION: CWS swqbf49 (1.62.30); FILE MERGED 2005/12/14 12:51:27 od 1.62.30.3: #i27301# - implementation of method 	   <ViewShell::InvalidateAccessibleParaTextSelection()> 2005/12/05 10:03:01 od 1.62.30.2: #i27138# - <ViewShell::InvalidateAccessibleParaFlowRelation(..)> 	   assure that layout (SwRootFrm instance) exists. 2005/12/05 09:40:39 od 1.62.30.1: #i27138# - implementation of method <ViewShell::InvalidateAccessibleParaFlowRelation(..)> 	 - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [b1a01648a62ca460c6f953ec05d66b10a1aff0a9]

        INTEGRATION: CWS swqbf49 (1.27.130); FILE MERGED 2005/12/14 12:52:13 od 1.27.130.2: #i27301# - implementation of method 	   <SwViewImp::_InvalidateAccessibleParaTextSelection()> 2005/12/05 09:42:03 od 1.27.130.1: #i27138# - implementation of method <SwViewImp::_InvalidateAccessibleParaFlowRelation(..)> 	 - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d707a9fe20a25ea233fd11794cec927b6a3c1717]

        INTEGRATION: CWS swqbf49 (1.56.12); FILE MERGED 2005/12/05 10:45:21 od 1.56.12.1: #i27138# remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2746dac26421bce4222105c396a96eb869d19eae]

        INTEGRATION: CWS swqbf49 (1.61.40); FILE MERGED 2005/12/05 10:44:19 od 1.61.40.1: #i27138# <SwTxtFrm::JoinFrm()> and <SwTxtFrm::SplitFrm(..) 	 - notify accessible paragraphs about changed relation.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [62bd138c2625c668d641614875daabe69dc6ceac]

        INTEGRATION: CWS swqbf49 (1.41.102); FILE MERGED 2005/12/05 10:38:44 od 1.41.102.2: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)>            only if accessible shell exists. 2005/12/05 09:49:17 od 1.41.102.1: #i27138# <SwSectionFrm::DelEmpty(..)> - notify accessible paragraphs 	 about changed relation

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [76c404e437261234ddf2409f14e95b38acca3bff]

        INTEGRATION: CWS swqbf49 (1.21.130); FILE MERGED 2005/12/05 09:45:49 od 1.21.130.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [877e081508816a368dac65fc9b6250270a02c9ae]

        INTEGRATION: CWS swqbf49 (1.54.74); FILE MERGED 2005/12/05 09:45:48 od 1.54.74.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [07d92d6435db5175f7801e4bac2363f553d158f8]

        INTEGRATION: CWS swqbf49 (1.28.102); FILE MERGED 2005/12/05 09:47:37 od 1.28.102.1: #i27138# - implementation of method <SwFtnFrm::FindLastCntnt()>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d4fafc6961c1748ffcaa0937850777d91f6310ea]

        INTEGRATION: CWS swqbf49 (1.85.38); FILE MERGED 2005/12/05 10:38:43 od 1.85.38.2: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)>            only if accessible shell exists. 2005/12/05 09:51:52 od 1.85.38.1: #i27138# - method <_InsertCnt(..)> - notify accessible paragraphs about 	   changed relation.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [c78416ee3857eaf5bfacf3e8228f6de0c74583ab]

        INTEGRATION: CWS swqbf49 (1.71.62); FILE MERGED 2005/12/05 09:45:47 od 1.71.62.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [1621828b1cdb45cd783add625870eb118b1c1375]

        INTEGRATION: CWS swqbf49 (1.34.134); FILE MERGED 2005/12/05 09:44:19 od 1.34.134.1: #i27138# - implemenation of method <SwFrm::_FindPrevCnt(..)> 	 - <SwFrm::_FindNextCnt(..)> - add handling of optional 	   parameter <_bInSameFtn>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [53a8fbb76004198866abe0042afb6496689698b5]

        INTEGRATION: CWS swqbf49 (1.30.130); FILE MERGED 2005/12/14 12:50:08 od 1.30.130.2: #i27301# class <SwViewImp> 	 - new method <_InvalidateAccessibleParaTextSelection()> 2005/12/05 09:27:58 od 1.30.130.1: #i27138# class <SwViewImp> - new method <_InvalidateAccessibleParaFlowRelation(..)>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3103fa1fafeeee92fb93a1d00a1bd1c108973979]

        INTEGRATION: CWS swqbf49 (1.17.132); FILE MERGED 2005/12/05 09:29:29 od 1.17.132.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT> and <#ifndef VERTICAL_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [13ea1ed1b887972210e2ff6d369fe842519b23ee]

        INTEGRATION: CWS swqbf49 (1.7.106); FILE MERGED 2005/12/05 09:26:11 od 1.7.106.1: #i27138# class <SwFtnFrm> - new method <FindLastCntnt()>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [1b31056ab7d9ee59944c064a97d2303401e57892]

        INTEGRATION: CWS swqbf49 (1.45.76); FILE MERGED 2005/12/05 09:24:48 od 1.45.76.1: #i27138# class <SwFrm>: 	 - introduce optional parameter <_bInSameFtn> to methods 	   <FindNextCnt(..)> and <_FindNextCnt(..)> 	 - new methods <FindPrevCnt(..)> and <_FindPrevCnt(..)>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [edf927db5745fe738a4a8c15648e5cad97861bee]

        INTEGRATION: CWS swqbf49 (1.42.100); FILE MERGED 2005/12/05 10:39:48 od 1.42.100.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [6c1a5fa664e6e81a616a231ed59720df024ea904]

        INTEGRATION: CWS swqbf49 (1.25.38); FILE MERGED 2005/12/05 12:42:15 od 1.25.38.4: #i27138# - include frmsh.hxx for <SwFrm::GetShell()> 2005/12/05 10:35:22 od 1.25.38.3: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)>            only if accessible shell exists. 2005/12/05 10:10:06 od 1.25.38.2: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)> 	   only if accessible shell exists. 2005/12/05 09:59:13 od 1.25.38.1: #i27138# - <SwCntntNode::MakeFrms(..)> and <SwCntntNode::DelFrms()> 	   notify accessible paragraphs about changed relation

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [7ae12e61837dd0732df2f195effaed2906b23038]

        INTEGRATION: CWS swqbf49 (1.30.64); FILE MERGED 2005/12/22 10:45:21 od 1.30.64.5: RESYNC: (1.30-1.31); FILE MERGED 2005/12/05 12:42:14 od 1.30.64.4: #i27138# - include frmsh.hxx for <SwFrm::GetShell()> 2005/12/05 10:35:21 od 1.30.64.3: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)>            only if accessible shell exists. 2005/12/05 10:10:05 od 1.30.64.2: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)> 	   only if accessible shell exists. 2005/12/05 09:57:29 od 1.30.64.1: #i27138# - <SwTableNode::MakeFrms(..)> and <SwTableNode::DelFrms()> 	   notify accessible paragraphs about changed relation.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [a22424f836d92b5b9c41db2ba61aaccb20bd210c]

        INTEGRATION: CWS swqbf49 (1.22.32); FILE MERGED 2005/12/05 12:42:13 od 1.22.32.3: #i27138# - include frmsh.hxx for <SwFrm::GetShell()> 2005/12/05 10:10:05 od 1.22.32.2: #i27138# - call <ViewShell::InvalidateAccessibleParaFlowRelation(..)> 	   only if accessible shell exists. 2005/12/05 09:55:22 od 1.22.32.1: #i27138# <SwSectionNode::MakeFrms(..)> - notify accessible paragraphs 	 about changed relation.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [97576cc3aa840322a65056f950e3363cfd44b2f8]

        INTEGRATION: CWS swqbf49 (1.56.38); FILE MERGED 2005/12/14 12:54:51 od 1.56.38.2: #i27301# <SwCrsrShell::UpdateCrsr(..)> 	 - notify accessibility about invalid text selections. 2005/12/05 09:50:34 od 1.56.38.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [bc3b185ec5fc5341ae4729f2d96ed03aa490e79d]

        INTEGRATION: CWS swqbf49 (1.33.132); FILE MERGED 2005/12/20 09:12:50 od 1.33.132.2: #i27301# paragraphs inside a table selection - <SwCrsrShell::IsTableMode() == true> - 	 are also selected. 2005/12/05 09:38:34 od 1.33.132.1: #i27138# class <SwAccessibleParagraph> 	 - own implementation of method <getAccessibleRelationSet()>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [4322becba6190980446e97119bb59e5a118e6df3]

        INTEGRATION: CWS swqbf49 (1.62.32); FILE MERGED 2005/12/20 09:12:49 od 1.62.32.3: #i27301# paragraphs inside a table selection - <SwCrsrShell::IsTableMode() == true> - 	 are also selected. 2005/12/14 10:40:56 od 1.62.32.2: #i27301# - <SwAccessibleParagraph::GetSelection(..)>: 	   correct assertion condition 2005/12/05 09:38:34 od 1.62.32.1: #i27138# class <SwAccessibleParagraph> 	 - own implementation of method <getAccessibleRelationSet()>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [940de174a83ca1d5a7b926b967201e1b061e0a4f]

        INTEGRATION: CWS swqbf49 (1.50.102); FILE MERGED 2005/12/14 13:33:05 od 1.50.102.2: #i27301# - apply new type definition <tAccessibleStates> 	 - new data structure <SwAccessibleSelectedParas_Impl> 	 - <SwAccessibleMap::FireEvent(..)> 	   - handle changed text selection. 	 - class <SwAccessibleMap> 	   - implementation of methods <InvalidateParaTextSelection(..)>, 	     <_BuildSelectedParas()> and <InvalidateTextSelectionOfAllParas()> 2005/12/05 09:36:42 od 1.50.102.1: #i27138# - <SwAccessibleMap::FireEvent(..)> - both events CONTENT_FLOWS_FROM 	   and CONTENT_FLOWS_TO are possible. 	 - implementation of method <SwAccessibleMap::InvalidateParaFlowRelation(..)> 	 - minor refactoring of code

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [302a565220f07cc89539e798ee6bad5c02cae8d7]

        INTEGRATION: CWS swqbf49 (1.15.132); FILE MERGED 2005/12/05 09:32:21 od 1.15.132.1: #i27138# - minor re-factoring of code

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [e709045966cb65da90c5ae829d1009f3a0bec95b]

        INTEGRATION: CWS swqbf49 (1.21.132); FILE MERGED 2005/12/05 09:32:21 od 1.21.132.1: #i27138# - minor re-factoring of code

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f53d7ed90f31de24592cf247a6d915c936d01856]

        INTEGRATION: CWS swqbf49 (1.35.132); FILE MERGED 2005/12/14 13:34:13 od 1.35.132.3: #i27301# class <SwAccessibleContext> - new method <InvalidateTextSelection()> 2005/12/14 12:57:00 od 1.35.132.2: #i27301# class <SwAccessibleContext> 	 - apply new type definition <tAccessibleStates> 2005/12/05 09:30:55 od 1.35.132.1: #i27138# - minor re-factoring of code

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [cfb01c636aecd65bf3531df279474204a5718cf3]

        INTEGRATION: CWS swqbf49 (1.50.130); FILE MERGED 2005/12/14 13:34:13 od 1.50.130.2: #i27301# class <SwAccessibleContext> - new method <InvalidateTextSelection()> 2005/12/14 12:57:01 od 1.50.130.1: #i27301# class <SwAccessibleContext> 	 - apply new type definition <tAccessibleStates>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [c11c7ddba851b5727940e5158310887a886a4b9c]

        INTEGRATION: CWS swqbf49 (1.1.2); FILE ADDED 2006/01/03 16:57:24 sw 1.1.2.1: #i58792#

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [14b57ff96111fa118e42f490f7951627d849116a]

        INTEGRATION: CWS swqbf49 (1.1.2); FILE ADDED 2006/01/05 10:14:26 od 1.1.2.2: #i58792# - enhance complex test 2006/01/03 16:57:03 sw 1.1.2.1: #i58792#

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [1f16a4eb39d3730f0cf341b8c63c8dce52cb630e]

        INTEGRATION: CWS swqbf49 (1.47.130); FILE MERGED 2005/12/14 12:44:35 od 1.47.130.2: #i27301# class <ViewShell> 	 - new method <InvalidateAccessibleParaTextSelection()> 2005/12/05 09:19:52 od 1.47.130.1: #i27138# class <ViewShell> - new method <InvalidateAccessibleParaFlowRelation(..)>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f29e73e38985e6de4bab4d44f3878e0cb312cbb8]

        INTEGRATION: CWS swqbf49 (1.52.128); FILE MERGED 2005/12/05 09:18:43 od 1.52.128.1: #i27138# - remove <#ifdef ACCESSIBLE_LAYOUT>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [46b4de558476a6db5561bba1e3d74ca9e83b5b25]

        INTEGRATION: CWS swqbf49 (1.25.132); FILE MERGED 2005/12/14 12:48:56 od 1.25.132.2: #i27301# - new pseudo state <ACC_STATE_TEXT_SELECTION_CHANGED> for event 	   TEXT_SELECTION_CHANGED. 	 - type definition <tAccessibleStates> for state bit field. 	 - class <SwAccessibleMap> 	   - new member <mpSelectedParas> for accessible selected paragraphs 	   - new methods <_BuildSelectedParas()>, <InvalidateParaTextSelection(..)> 	     and <InvalidateTextSelectionOfAllParas()> 2005/12/05 09:17:30 od 1.25.132.1: #i27138# class <SwAccessibleMap> - new method <InvalidateParaFlowRelation(..)>

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [280ee344cbf16d0299c01f13acfb8eca4cef042f]

        INTEGRATION: CWS swqbf49 (1.54.72); FILE MERGED 2005/12/22 09:14:02 od 1.54.72.1: #i49561# - add comment about consideration of the set offset at visible 	   area of EditView in the accessibility API.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [be01b627b90d60726a7453e55e42129678d4872f]

        INTEGRATION: CWS swqbf49 (1.31.82); FILE MERGED 2005/12/22 13:30:28 od 1.31.82.2: #i49561# improvement: 	 declare <ScEditObjectViewForwarder::mpEditView> as constant. 2005/12/22 09:11:10 od 1.31.82.1: #i49561# class <ScEditObjectViewForwarder> 	 - consider set offset of visible area of EditView in the methods 	   <LogicToPixel(..)> and <PixelToLogic(..)>. 	   Needed for <AccessibleTextHelper_Impl::UpdateVisibleChildren(..)> 	   to determine correct visibility of paragraphs in edit mode.

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [46940056c7d7c334c1fbf17f22cf347948272a85]

        INTEGRATION: CWS os74 (1.9.28); FILE MERGED 2006/01/25 14:15:56 os 1.9.28.1: #i58944# clear connection in ::DisposeResultSet to unlock the .csv-file

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [d1e04a89ff03e6badfbcb9376ca8245528c956c3]

        INTEGRATION: CWS os74 (1.11.28); FILE MERGED 2006/01/25 14:12:55 os 1.11.28.1: #i58944# catch exceptions

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3dbd064a91a2fc7fcc7c1e57c98ead2234bb4cdd]

        INTEGRATION: CWS os74 (1.103.38); FILE MERGED 2006/01/25 14:05:22 os 1.103.38.1: #i58944# catch exceptions

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [19f415c83f3111b1f9e3153ef5836bd3a4cd8eae]

        INTEGRATION: CWS os74 (1.13.28); FILE MERGED 2006/01/25 14:15:07 os 1.13.28.1: #i58944# correctly dispose/clear resultset and connections to unlock the .csv-file

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3d2b470d2b117c2cb5c8d0cb6cf1a278117bb075]

        INTEGRATION: CWS os74 (1.17.92); FILE MERGED 2006/01/27 10:44:09 os 1.17.92.1: #i59410# Thai font height 4/3 of Western text size (instead of 3/2)

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [ceecac2976cb5bd7f89fbb6878cf3feb8e765686]

        INTEGRATION: CWS os74 (1.54.164); FILE MERGED 2006/01/25 14:03:31 os 1.54.164.1: #i59242# MailMergeWizard: re-create result set after return from editing

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [26bbfffeb75680573e5f967a654ede2dbc37c8bf]

        INTEGRATION: CWS os74 (1.6.4); FILE MERGED 2006/01/25 14:18:56 os 1.6.4.1: forward declaration fixed - SwPosition is a struct

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [31ae201e177ba8951ee37ac8d06e8afed9c4a807]

        INTEGRATION: CWS impress83 (1.55.240); FILE MERGED 2006/01/19 16:32:38 cl 1.55.240.1: #i60833# added BeginDropHdl and EndDropHdl for impress outliner view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [9e3d44214be5c9e046617369803262bdc5d660b1]

        INTEGRATION: CWS dr45 (1.13.100); FILE MERGED 2006/01/30 16:16:32 dr 1.13.100.2: #i10000# auto_ptr usage 2006/01/25 15:00:34 dr 1.13.100.1: #i54814# activate edit object for cell

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3b7a1232c3572aa20affa98d068d16625b4408a6]

        INTEGRATION: CWS impress83 (1.54.14); FILE MERGED 2006/01/20 10:38:40 cl 1.54.14.2: #i52254# search for correct slot id before searching generic factory 2006/01/19 16:49:01 cl 1.54.14.1: #i52254# search for correct slot id before searching generic factory

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [82a06bddc9b302fa27a882f33f0696bac6643c19]

        INTEGRATION: CWS impress83 (1.8.240); FILE MERGED 2006/01/19 16:46:04 cl 1.8.240.1: #i52254# use correct slot type for extrusion color

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [2a336ca3eae567ad45e12aeea8d0af14d7eb5bee]

        INTEGRATION: CWS impress83 (1.63.8); FILE MERGED 2006/01/19 16:32:50 cl 1.63.8.1: #i60833# added BeginDropHdl and EndDropHdl for impress outliner view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [b05430250d2811759508e80f4bb53e073d0a7b9c]

        INTEGRATION: CWS impress83 (1.7.240); FILE MERGED 2006/01/19 10:59:43 sj 1.7.240.1: #i60764# fixed gpf when exiting office under solaris (after using the gallery)

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [cbdd12b2fc3af44647f0879bdd6cb349d0d877b3]

        INTEGRATION: CWS impress83 (1.26.240); FILE MERGED 2006/01/19 10:59:43 sj 1.26.240.1: #i60764# fixed gpf when exiting office under solaris (after using the gallery)

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [acf1ed1fd393c58b0a65e9c9e633ac15515af01d]

        INTEGRATION: CWS impress83 (1.105.8); FILE MERGED 2006/01/19 16:32:39 cl 1.105.8.1: #i60833# added BeginDropHdl and EndDropHdl for impress outliner view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [45ae8a7669952e219186cb870487cd114f652c87]

        INTEGRATION: CWS impress83 (1.75.12); FILE MERGED 2006/01/19 16:32:39 cl 1.75.12.1: #i60833# added BeginDropHdl and EndDropHdl for impress outliner view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [39464df858e38f4563b1e6230fb4ecf93b9ede2d]

        INTEGRATION: CWS impress83 (1.96.10); FILE MERGED 2006/01/19 16:32:38 cl 1.96.10.1: #i60833# added BeginDropHdl and EndDropHdl for impress outliner view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [a018cbc9d195bc5535c93915e103181f4c64466b]

        INTEGRATION: CWS impress83 (1.68.118); FILE MERGED 2006/01/19 16:45:13 cl 1.68.118.1: #i52254# use correct slot type for extrusion color

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [7e5f0b9fc0f0809b935e767359f6b9af8698432e]

        INTEGRATION: CWS impress83 (1.5.48); FILE MERGED 2006/01/23 11:14:21 cl 1.5.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [ed3c794a42a8adc8c1802279f02bf99fed384ff1]

        INTEGRATION: CWS impress83 (1.5.48); FILE MERGED 2006/01/23 11:14:20 cl 1.5.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [ce8c1b7a6972a58711398dde6b005dfe54e1445e]

        INTEGRATION: CWS impress83 (1.5.48); FILE MERGED 2006/01/23 11:14:17 cl 1.5.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [04934355d73ea9b649f65dc936061d42336514c7]

        INTEGRATION: CWS impress83 (1.3.48); FILE MERGED 2006/01/23 11:14:16 cl 1.3.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [1efa6b750272f09004e74356023b104a0ecc70c8]

        INTEGRATION: CWS impress83 (1.3.48); FILE MERGED 2006/01/23 11:14:15 cl 1.3.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [15ac89f63c4f8dc844c325443a62ae5b982b9377]

        INTEGRATION: CWS impress83 (1.4.48); FILE MERGED 2006/01/23 11:14:14 cl 1.4.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [5834ecee089ce1b9d7f3ebdb65b4e8c662002a56]

        INTEGRATION: CWS impress83 (1.3.48); FILE MERGED 2006/01/23 11:14:14 cl 1.3.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f934eda55136230c2124b81287b3109df3931a82]

        INTEGRATION: CWS impress83 (1.3.48); FILE MERGED 2006/01/23 11:14:13 cl 1.3.48.1: removed duplicate accelerator

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [785c0547d9ebe5bc059dde143db7a4797f9d5311]

        INTEGRATION: CWS impress83 (1.39.6); FILE MERGED 2006/01/19 16:35:13 cl 1.39.6.1: #i60833# added BeginDropHdl and EndDropHdl for impress outline view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [59115622188d64b1842a3770c2155d601d530f31]

        INTEGRATION: CWS impress83 (1.77.6); FILE MERGED 2006/01/19 16:35:13 cl 1.77.6.1: #i60833# added BeginDropHdl and EndDropHdl for impress outline view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [bb7b70b4b930f339dc62552ba55b88a45987cb78]

        INTEGRATION: CWS impress83 (1.21.104); FILE MERGED 2006/01/20 10:29:15 cl 1.21.104.1: #126947# check current page for 0 in RenameSlideHdl

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [3bb238b9e88c8ba2ffb4a938bb132d198caafb3d]

        INTEGRATION: CWS impress83 (1.7.108); FILE MERGED 2006/01/18 11:18:31 cl 1.7.108.1: #128150# lock dialog closing during playback

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [82688cc8ae18804d712e51f64bcfad1484d5685f]

        INTEGRATION: CWS impress83 (1.9.6); FILE MERGED 2006/01/19 16:34:11 cl 1.9.6.1: #i60833# added BeginDropHdl and EndDropHdl for impress outline view undo

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [f6b09e1f2651232d7cd38065719ffa158ce8bac1]

        INTEGRATION: CWS impress83 (1.20.6); FILE MERGED 2006/01/18 11:18:50 cl 1.20.6.1: #128150# lock dialog closing during playback

2006-02-01  Kurt Zenker  <kz@openoffice.org>  [be089e5c15f4db767441d815ce9da8b96c0678b4]

        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>  [a0a0b99ba3ab01c598e21c4d5a6a7a63d3601642]

        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>  [a51d2b612df4e4776bcba4d1714a6c8a376f237f]

        #i10000# Fixed a warning

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6db9211df2fae600162784c05c0251d80245a721]

        INTEGRATION: CWS i18n24 (1.27.54); FILE MERGED 2006/01/12 02:43:44 khong 1.27.54.2: RESYNC: (1.27-1.29); FILE MERGED 2006/01/10 23:21:45 khong 1.27.54.1: #i60331 create data libraries for i18npool

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [60ce9f5333a38ea042b57eb1db55ef99c429008c]

        INTEGRATION: CWS i18n24 (1.168.16); FILE MERGED 2006/01/12 02:42:37 khong 1.168.16.2: RESYNC: (1.168-1.173); FILE MERGED 2006/01/10 23:21:44 khong 1.168.16.1: #i60331 create data libraries for i18npool

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f4705bf0a3efeebfe74568abb355ad60621300dd]

        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>  [80f009e09e68e7b79135c297d732ddd745b9478c]

        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>  [89692eafa7b85816dc9bd7ebbe75704d96c38221]

        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>  [80e77a6b83712fac4f1993f9549312b6d1b9853f]

        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>  [9056cb0d8fade6be1606ab41ce0475b752d2e6cc]

        INTEGRATION: CWS dba202d (1.1.2); FILE ADDED 2005/12/13 15:49:46 oj 1.1.2.1: #i57406# ant.mk patched by ause. thx

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [39023d61ef9acb14980f60d0b61b960da3493514]

        INTEGRATION: CWS dba202d (1.29.102); FILE MERGED 2005/12/13 15:49:26 oj 1.29.102.1: #i57406# ant.mk patched by ause. thx

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [417682b145da10ac64c3e4bd0888015332e8811b]

        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>  [f54b87dba76cbb15c7db943a9afe64397a236bdc]

        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>  [94e2dd5b95c672e1a946df16d6ee914f1a15af73]

        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>  [8eb4b061118906e0f55ceebcb23a179571aa3523]

        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>  [d9d37bc21b9f4ab968c2b6d2812eb781b645839c]

        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>  [8678840230abdf7c4f40e84b091ccac481e0d4ca]

        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>  [92ef62d126ca304b49c11182c87dbfe92ac31dd2]

        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>  [5607818ef0e4d618a9d6c4a97760ad7c499893c3]

        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>  [2d00bdf1ef6ee401dc1b333ea5faaa5fb636bccd]

        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>  [bdcc917710e1427ae198548aca43df97cfce2f8f]

        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>  [8586872dd5ff6ab7d92485a29545d1ef9f5d84be]

        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>  [caa2f00fa023609d2160e5a02671d4f4ddd46dc9]

        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>  [3c7e0337659b6f9da9c5bdcaffce5892175c8337]

        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>  [8a852fb7762401c0904bd93796c0bb8976ed77d2]

        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>  [f196b0a211316e8d265c460869bda0758aa7871b]

        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>  [3958d5b704fc2e68de3df4cb32c9685b2d189793]

        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>  [f0de231abc2357e69d413731da6e0b7c5e407d60]

        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>  [5d39e449f8a9f72a3eccfba1e21700a9dcceee0d]

        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>  [0e876bcb2b5f655beb2567c7cda64e61afedcb46]

        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>  [2aa588d0815ea62057107b2e4f4e37fdceeb5955]

        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>  [10eeed53997cf2f7f774feb8d6d32f842233741a]

        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>  [2fc9fb270afe825f78c50d14ae352fdacc6b5a03]

        INTEGRATION: CWS dba202d (1.10.8); FILE MERGED 2005/12/27 12:21:33 oj 1.10.8.2: #i58184# fix for ON DELETE SET DEFAULT 2005/12/13 15:48:51 oj 1.10.8.1: #i57406# makefile patched

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [083723d0b757e02178720affa9680658f589c788]

        INTEGRATION: CWS dba202d (1.3.60); FILE MERGED 2005/12/13 12:09:00 oj 1.3.60.1: #i58948# push and pop font

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [daade87d12cc19f0879e3f2c34ea8acb5827a486]

        INTEGRATION: CWS dba202d (1.4.60); FILE MERGED 2006/01/23 11:47:08 oj 1.4.60.1: #i48614# send somevents

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3bd9181ae69020e962feb015de2cad06d88bfcf1]

        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>  [e0aaeb38204a330ceccba1fa6844dad7e390eccb]

        INTEGRATION: CWS dba202d (1.6.52); FILE MERGED 2006/01/24 10:02:39 fs 1.6.52.2: RESYNC: (1.6-1.7); FILE MERGED 2006/01/23 11:47:06 oj 1.6.52.1: #i48614# send somevents

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [52e9fb2ba94f6ed22537d4a9c436006a81720f3f]

        INTEGRATION: CWS dba202d (1.12.52); FILE MERGED 2006/01/24 10:02:18 fs 1.12.52.2: RESYNC: (1.12-1.14); FILE MERGED 2006/01/23 11:47:02 oj 1.12.52.1: #i48614# send somevents

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b1f649f59fe1ddab7c3d4bf73f9377ce70fe1883]

        INTEGRATION: CWS dba202d (1.24.24); FILE MERGED 2006/01/24 10:01:34 fs 1.24.24.2: RESYNC: (1.24-1.25); FILE MERGED 2005/12/27 12:54:25 oj 1.24.24.1: #i45749# only commit connection when metadata says it is not read only

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3d24249c3b962c8067d6663af35d75abfeb928a2]

        INTEGRATION: CWS dba202d (1.15.50); FILE MERGED 2006/01/24 10:00:38 fs 1.15.50.2: RESYNC: (1.15-1.16); FILE MERGED 2005/12/13 09:14:26 oj 1.15.50.1: #i59271# do not insert the impl struct when creating a new object

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [03eda7dcc6bce22ca888ee35974983243edeb286]

        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>  [67b1adf53f37a0ca0289f02dc2366feba471c5ef]

        INTEGRATION: CWS dba202d (1.9.24); FILE MERGED 2006/01/24 09:59:22 fs 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2005/12/27 12:53:00 oj 1.9.24.1: #i45749# only commit storage when in write mode

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b172ed0f7b325e8bc77c8717dcea28be1c206464]

        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>  [434b42165e90d233b18315d38a2aaa0539004ff3]

        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>  [f56a45fd3d14057e03c96bfca8b6e62285407b68]

        INTEGRATION: CWS dr44 (1.51.82); FILE MERGED 2006/01/23 15:11:54 dr 1.51.82.2: RESYNC: (1.51-1.52); FILE MERGED 2006/01/20 14:23:56 nn 1.51.82.1: #128314# PrepareClose: clean end of text edit

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [332d80ee8f01e9f1c8820f3127a73c5ab19dce63]

        INTEGRATION: CWS os73 (1.45.90); FILE MERGED 2006/01/06 10:32:41 os 1.45.90.1: #i58666# getSupportedNumberingTyps(): always ask for all supported types

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [4ab7fa74aff39ac810bec2bb07fb2e6e6446a716]

        INTEGRATION: CWS dba202d (1.46.136); FILE MERGED 2006/01/24 09:52:52 fs 1.46.136.2: RESYNC: (1.46-1.48); FILE MERGED 2006/01/09 19:54:05 fs 1.46.136.1: #60260# Any>>=XFoo does not reset XFoo to NULL if not successfull ...

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [195ae6d2b9fcc096ea1a851ec76e7a3a4962f8bf]

        INTEGRATION: CWS dr44 (1.43.84); FILE MERGED 2006/01/09 14:59:01 er 1.43.84.1: #i53558# AdjustPrintArea: Crop entire column of old row limit to real print area with some fuzzyness

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0bc62727e6e1ff5bf0952b34387e9e303f08efc7]

        INTEGRATION: CWS dr44 (1.21.86); FILE MERGED 2006/01/20 16:55:55 nn 1.21.86.1: #121612# SetMarkedOriginalSize: check if ObjRef is NULL

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [54369f082a393296ac948ab289fe83f97c200c8c]

        INTEGRATION: CWS dr44 (1.52.38); FILE MERGED 2006/01/20 17:42:20 nn 1.52.38.2: #i57867# import row background color as cell formats 2006/01/12 14:22:06 nn 1.52.38.1: #b6355215# no DoHardRecalc for doc options while loading XML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e85df3ed8aa8724f69a06038f6dd509bd650ed6c]

        INTEGRATION: CWS dr44 (1.39.78); FILE MERGED 2006/01/18 13:09:18 nn 1.39.78.1: #i59445# removed obsolete string with wrong encoding

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0d23e3007c4dfaf26de70f78939be6ca50cf5838]

        INTEGRATION: CWS dr44 (1.61.10); FILE MERGED 2006/01/23 13:51:01 dr 1.61.10.2: RESYNC: (1.61-1.62); FILE MERGED 2006/01/17 15:37:47 nn 1.61.10.1: #123169# don't modify pActiveViewSh in ShowRefFrame

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [fa4abbf260b6c54bf657c83502ea5ab8b1ce13d2]

        INTEGRATION: CWS dr44 (1.26.88); FILE MERGED 2006/01/20 17:47:23 nn 1.26.88.1: #i57867# import row background color as cell formats

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ddb9d09a6004cf25b1647da403f50b876fb7f4f0]

        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>  [2304b25080b6fe198e2f4cf3e9730836c5d65d03]

        INTEGRATION: CWS dr44 (1.58.86); FILE MERGED 2006/01/20 17:47:23 nn 1.58.86.1: #i57867# import row background color as cell formats

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7e377ad5ff89f6a6fec2d32cb78519f4c606bac5]

        INTEGRATION: CWS tl17 (1.17.14); FILE MERGED 2005/12/09 10:01:51 tl 1.17.14.1: #128362# SpellCheckerDispatcher::spellInAny fixed (pointer increment removed)

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [69ef8c36bfed93f7d11d329123b8080f9fbe654d]

        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>  [51fa8694c8d2cb751713f1718a1635353eeeb504]

        INTEGRATION: CWS dr44 (1.117.76); FILE MERGED 2006/01/23 13:49:35 dr 1.117.76.2: RESYNC: (1.117-1.118); FILE MERGED 2006/01/20 17:47:24 nn 1.117.76.1: #i57867# import row background color as cell formats

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [84ccc51a44e4390fa0f3f86dd1065d48bbd6eed6]

        INTEGRATION: CWS tl17 (1.14.14); FILE MERGED 2005/12/09 12:00:50 tl 1.14.14.1: #127056# added check for a possible bufferflow that may only happen if the header of the '.dic' files does match the expectations

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a17dcc5a32fb57335fc4350e5e78d7d513c72e35]

        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>  [20a59cf1593053586c298dcbedcf300938a80a81]

        INTEGRATION: CWS dr44 (1.81.78); FILE MERGED 2006/01/06 19:03:59 nn 1.81.78.1: #123981# set last column/row for detective operations, assert valid last row

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [54fa72ae4f3a0d5688cc1b1bcaddf1a21f980717]

        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>  [48482d3a3186347e66da7bd50422d9038a6ce188]

        INTEGRATION: CWS tl17 (1.37.140); FILE MERGED 2006/01/09 13:31:58 tl 1.37.140.1: #124042# avoid possible division by zero

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b6215cd97c6f9ac969130f73a0ab7cf8822436d7]

        INTEGRATION: CWS dr44 (1.198.52); FILE MERGED 2006/01/20 14:25:43 nn 1.198.52.2: #i60851# SetLastColumn/SetLastRow for note caption objects 2006/01/06 19:03:48 nn 1.198.52.1: #123981# set last column/row for detective operations, assert valid last row

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d319c4611e932b286c0bef14387382da0f2e92d2]

        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>  [c1f4d9d6a296b4d4f87b55bd7856ed46cced1cdf]

        INTEGRATION: CWS os73 (1.7.162); FILE MERGED 2006/01/06 10:32:57 os 1.7.162.1: #i58666# getSupportedNumberingTyps(): always ask for all supported types

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [bfd21703c1d20d61a52dc6363166b997eca2f56a]

        INTEGRATION: CWS dba202d (1.19.42); FILE MERGED 2006/01/06 13:02:20 fs 1.19.42.1: #i60126# LineEndFormat re-used a foreign property id ...

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3b0c20a069d3c5da120877c2b6c55e7fb9bb5f00]

        INTEGRATION: CWS tl17 (1.12.52); FILE MERGED 2005/12/08 12:44:51 tl 1.12.52.1: #225938# added some extra if to make sure we just return when no text node was found

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d522bb2262b5f0c2f3b9cd3082d599f1d94ef8cc]

        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>  [73be6e6876418a98c299e6a38b0302e0abddcf2e]

        INTEGRATION: CWS dr44 (1.44.86); FILE MERGED 2006/01/06 19:03:59 nn 1.44.86.1: #123981# set last column/row for detective operations, assert valid last row

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a7a54868e8007c8a339ef08334e28701e0cb2bb0]

        INTEGRATION: CWS os73 (1.13.162); FILE MERGED 2005/12/19 14:46:18 os 1.13.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9e0c9da0b8d148e26c55a9d62fd75bba5e97676e]

        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>  [f91d60f7e071cf6898b4e194b7e1c8a27245ec68]

        INTEGRATION: CWS dba202d (1.4.42); FILE MERGED 2006/01/09 13:25:44 fs 1.4.42.1: #i60261# removed wrong (unnecessary) assertion from statusChange - inconsistency is already indicated by assertion at the end of the method

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6af6c4ae846c74556ab4448a81a80d1be46e74fc]

        INTEGRATION: CWS tl17 (1.15.138); FILE MERGED 2006/01/06 13:57:20 tl 1.15.138.2: #128159# checking for 0 pointer added 2006/01/06 13:48:33 tl 1.15.138.1: #128159# checking for 0 pointer added

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3e9f7cf8d86895f11800a2f39fe44a594e9cd92f]

        INTEGRATION: CWS dr44 (1.11.86); FILE MERGED 2006/01/09 13:28:36 nn 1.11.86.1: #126338# check for valid format index

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [64cfa532184e259ca15f41480130257a919e4e92]

        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>  [5288a8cb74f796255cd521e47fb9d7bd5208b988]

        INTEGRATION: CWS os73 (1.15.162); FILE MERGED 2005/12/19 14:46:17 os 1.15.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [50f1be599a625992c810552a1540f63870e456d2]

        INTEGRATION: CWS dr44 (1.56.12); FILE MERGED 2006/01/11 15:58:13 nn 1.56.12.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [59e56c34217672325ede5e71ccd3d984ade7fb87]

        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>  [27611c47bc37267bdc169622389cf01993bfb6fe]

        INTEGRATION: CWS os73 (1.7.164); FILE MERGED 2005/12/19 14:46:17 os 1.7.164.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c861b3bfb30669049049309aea403b6beb85c7d2]

        INTEGRATION: CWS dr44 (1.11.36); FILE MERGED 2006/01/23 12:48:20 nn 1.11.36.1: #i59408# no different default font size for Thai

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e180d84a8ad0a4750920a7d3b4053a4ac409caee]

        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>  [94c22df86d4fa5fc97081cc1c5d35b0d9c6a8276]

        INTEGRATION: CWS os73 (1.4.164); FILE MERGED 2005/12/19 14:46:17 os 1.4.164.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c6abe74ca203d112e361fcd0f950a781f7373921]

        INTEGRATION: CWS dba202d (1.42.40); FILE MERGED 2006/01/24 09:15:49 fs 1.42.40.3: RESYNC: (1.42-1.45); FILE MERGED 2006/01/23 13:26:17 fs 1.42.40.2: #i61048# #i61049# translateControlValueToValidatableValue: only use external value if we have an external binding 2006/01/04 11:02:14 fs 1.42.40.1: #i59877# better (assertion) diagnostics when catching an exception

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f529787879f2d68e0311735c132fff8aa0142798]

        INTEGRATION: CWS os73 (1.14.162); FILE MERGED 2005/12/19 14:46:16 os 1.14.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0704448d2e9c664b846c0af52873a17bded06c64]

        INTEGRATION: CWS dr44 (1.19.88); FILE MERGED 2006/01/11 15:57:53 nn 1.19.88.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e84b6756255aa6b04491b9b6cfe68bd70a3d0191]

        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>  [de7990502c97c092f250246fd244bd1f42128cb4]

        INTEGRATION: CWS dr44 (1.68.12); FILE MERGED 2006/01/11 15:57:43 nn 1.68.12.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [e9d471c88a23fbf45a1371b67412b8ad2e72853a]

        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>  [e5b5f6b056d387f2d35d3de10066540a02c9364a]

        INTEGRATION: CWS os73 (1.43.162); FILE MERGED 2006/01/06 10:33:07 os 1.43.162.1: #i58666# getSupportedNumberingTyps(): always ask for all supported types

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c9d9007ec4948695156712cfbd9a21ebf61243c3]

        INTEGRATION: CWS os73 (1.16.104); FILE MERGED 2005/12/19 14:46:16 os 1.16.104.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [beef71174f7823a2a934c60d559aa7902f0b2d3a]

        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>  [6a30d368616c6d6162df968c5344f82661e759ad]

        INTEGRATION: CWS dr44 (1.53.12); FILE MERGED 2006/01/11 15:57:46 nn 1.53.12.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [18d7f72e7de53063bc9437ece0901def4415e81b]

        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>  [21b96c4744bc33c7d4b216aefe3ba0deb5f69dda]

        INTEGRATION: CWS os73 (1.12.162); FILE MERGED 2005/12/19 14:46:16 os 1.12.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [369784c6efd391bed142bcbf2350563b43a1b38d]

        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>  [4707f9724c2556558b3463fc3fe6bedce536628e]

        INTEGRATION: CWS dr44 (1.1.2); FILE ADDED 2006/01/11 15:57:51 nn 1.1.2.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a7da91b50c9d0d95c63867c0cc2e8c18e7b40df9]

        INTEGRATION: CWS dr44 (1.89.12); FILE MERGED 2006/01/11 15:56:56 nn 1.89.12.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3eb63a66ce18b703447bf14e3edb93d0b8996102]

        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>  [fc0619dec897540cf44166e6045a099d7bcc61a9]

        INTEGRATION: CWS os73 (1.10.162); FILE MERGED 2005/12/19 14:46:15 os 1.10.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3d45adf781d47a4482a7a599080d2532738c78bf]

        INTEGRATION: CWS tl17 (1.23.10); FILE MERGED 2006/01/09 15:31:21 mav 1.23.10.1: #124042# use more valuable minimal object size

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7f8b30097f8340082d24196c716513bafb79b8cb]

        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>  [3324cdaf0d137a47775e59ebe55ceb5ee2be2a2e]

        INTEGRATION: CWS dr44 (1.1.2); FILE ADDED 2006/01/11 15:56:58 nn 1.1.2.1: #b6355215# cache string occurences for automatic label lookup during CompileXML

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [2374365d9e621026358149e2daf3c5e475c0f2cc]

        INTEGRATION: CWS os73 (1.8.164); FILE MERGED 2005/12/19 14:46:15 os 1.8.164.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6730ef88746db8fabc3c4805f1eceb765bfad065]

        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>  [8489f75a799b105b68ffa8a04865f1ecc5e8e59d]

        INTEGRATION: CWS dr44 (1.1.1.1.1032); FILE MERGED 2006/01/09 19:05:31 er 1.1.1.1.1032.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [c3d0c2b0a3f24c7beb84f225bf6b7051d43c077e]

        INTEGRATION: CWS os73 (1.16.162); FILE MERGED 2005/12/19 14:46:14 os 1.16.162.1: #126473# field edit dialog must not rely on the 'active view'

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [2e57a73bad6a97aea8c92d57a18c2394e35a5901]

        INTEGRATION: CWS tl17 (1.6.40); FILE MERGED 2006/01/02 13:55:37 tl 1.6.40.2: #120812# code for clipboard listener improved 2006/01/02 13:50:35 tl 1.6.40.1: #120812# code for clipboard listener improved

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9b94a92b1ea3d0970470b5c0078827ec140f2963]

        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>  [48715ad5094b9398aeffbe172b1a66b4e3bd14ac]

        INTEGRATION: CWS dr44 (1.20.86); FILE MERGED 2006/01/09 19:05:30 er 1.20.86.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [57d456b92b4437343564c3299cc11df861b3b0c6]

        INTEGRATION: CWS os73 (1.6.158); FILE MERGED 2006/01/24 15:54:09 os 1.6.158.2: RESYNC: (1.6-1.7); FILE MERGED 2005/12/30 13:47:27 os 1.6.158.1: #i59289# reset result set position to prevent exception in XColumn->getString()

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [95037d24ec0d6a261d22ca32d156eb0d6aefcadd]

        INTEGRATION: CWS tl17 (1.39.38); FILE MERGED 2006/01/06 07:25:45 tl 1.39.38.1: #127959# replaced all calls to SfxViewShell::Current with the respective GetView() calls

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [633f455b4a013a3bc654e446dd82f0fccca4130f]

        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>  [e8a0f2dc1e15ecac227a20c39265e72baffd2b85]

        INTEGRATION: CWS dr44 (1.1.1.1.1032); FILE MERGED 2006/01/09 19:05:30 er 1.1.1.1.1032.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b6dce222833cb8a221d7fcbb42c469a8f149b36f]

        INTEGRATION: CWS tl17 (1.24.38); FILE MERGED 2006/01/05 15:01:37 tl 1.24.38.1: #128227# enable exception handling

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1f1e487347f0b24617b18a7c6cebec9b7a76190e]

        INTEGRATION: CWS os73 (1.8.104); FILE MERGED 2005/12/30 13:49:49 os 1.8.104.1: #i59289# catch SQLException from XColumn->getString()

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7dacc23ad2beafb75a92a57f31a38f40fa19371b]

        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>  [a863aa521897ecb95d55562b2c816f8e2e869a32]

        INTEGRATION: CWS dr44 (1.31.76); FILE MERGED 2006/01/23 13:29:20 dr 1.31.76.2: RESYNC: (1.31-1.32); FILE MERGED 2006/01/09 19:05:26 er 1.31.76.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b9fc32f0a7b11aaff276918b0c7539fe8c22dae7]

        INTEGRATION: CWS tl17 (1.34.38); FILE MERGED 2006/01/11 09:15:44 tl 1.34.38.2: #127959# added pointer check just to be ont the safe side 2006/01/06 07:25:45 tl 1.34.38.1: #127959# replaced all calls to SfxViewShell::Current with the respective GetView() calls

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [de95ab2f8d0951f3f2f93cafb4dc99d6be87182a]

        INTEGRATION: CWS os73 (1.51.108); FILE MERGED 2005/12/29 14:24:02 os 1.51.108.1: #i57684# SwXTextSection and SwClient separated

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3f634ec882f4a1bcd77f3ae8020202a37e5e4cf2]

        INTEGRATION: CWS dr44 (1.1.1.1.1032); FILE MERGED 2006/01/09 19:05:25 er 1.1.1.1.1032.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a6c8c01f2750acbee701ed821ca1e234f86971be]

        INTEGRATION: CWS tl17 (1.80.26); FILE MERGED 2006/01/06 06:51:08 tl 1.80.26.2: #121842# providing a device to be used to get the FontList avoid call to SmGetActiveView 2006/01/02 14:22:24 tl 1.80.26.1: #128227# catch uno::Exception when calling OStorageHelper::GetStorageFromInputStream

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b2265b485cb5acf3b1e2c21a79942e6be860de8a]

        INTEGRATION: CWS os73 (1.28.124); FILE MERGED 2005/12/29 14:23:59 os 1.28.124.1: #i57684# SwXTextSection and SwClient separated

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b29c974cd034152c89a9901966f8d6df34c211fc]

        INTEGRATION: CWS tl17 (1.32.28); FILE MERGED 2006/01/06 06:51:07 tl 1.32.28.1: #121842# providing a device to be used to get the FontList avoid call to SmGetActiveView

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [85d4db0828fe81f89400332275ee8450974b8fa8]

        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>  [bd0bd65f758cb1966d02ce1718103d8ebcfefee4]

        INTEGRATION: CWS os73 (1.38.160); FILE MERGED 2006/01/24 15:03:33 os 1.38.160.2: RESYNC: (1.38-1.39); FILE MERGED 2005/12/29 14:23:47 os 1.38.160.1: #i57684# SwXTextSection and SwClient separated

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [33ced467ac52c02b28a003873aba57b6a743df4c]

        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>  [c4cc7a93c99f50bc1448c2a7d7f30b934422bdea]

        INTEGRATION: CWS tl17 (1.15.38); FILE MERGED 2006/01/06 06:51:07 tl 1.15.38.1: #121842# providing a device to be used to get the FontList avoid call to SmGetActiveView

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [911103d16f492b69f478b90ad57493e4b5023bf5]

        INTEGRATION: CWS ab23pp2 (1.50.6); FILE MERGED 2006/01/20 11:11:46 ab 1.50.6.1: #i60626# Prevent Basic IDE from crashing when source is modified in spite of read only

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [540b769e4f7b4289939675b1b6eef6bfa4b3dc1d]

        INTEGRATION: CWS os73 (1.16.126); FILE MERGED 2006/01/25 08:59:14 os 1.16.126.2: #i57684# '<::' -> '< ::' 2005/12/29 14:26:21 os 1.16.126.1: #i57684# SwXTextSection and SwClient separated

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [89b81d503dce96b24292513b51fdac839b0098bd]

        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>  [ee0d68d42762d43d6fe87d96a11e52b20d0b903c]

        INTEGRATION: CWS ab23pp2 (1.13.38); FILE MERGED 2006/01/26 15:14:34 ab 1.13.38.1: #i60306# Allow access over invocation in parallel to access using XTypeProvider

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [56d8d84aacfc0d8636d39f084ca55e9c698ee6f0]

        INTEGRATION: CWS ab23pp2 (1.16.38); FILE MERGED 2006/01/23 10:52:33 ab 1.16.38.1: #i59790# Continuation of comment lines only for option compatible

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3f2ac341fb1684fb35b3afcb920f9777d70b34e8]

        INTEGRATION: CWS configure14 (1.22.56); FILE MERGED 2006/01/07 17:44:22 rene 1.22.56.1: #i59160# allow usage of tcmalloc and system-malloc

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1cfe5d49a55d856a9799efc607d565d99995e914]

        INTEGRATION: CWS ab23pp2 (1.35.36); FILE MERGED 2006/01/26 15:14:33 ab 1.35.36.1: #i60306# Allow access over invocation in parallel to access using XTypeProvider

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [bc00cbaffc40e7f19c12fdf8c981fc8c544aab59]

        INTEGRATION: CWS ab23pp2 (1.11.26); FILE MERGED 2006/01/26 14:00:13 ab 1.11.26.1: #i58527# TitleChanged event requires updating the storage because of template scenario

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [34b480686171ae0471a84501e9fcd972c638dde9]

        INTEGRATION: CWS configure14 (1.84.2); FILE MERGED 2006/01/26 12:07:53 rene 1.84.2.4: #i61185# fix hunspell check for system-hunspell 2006/01/23 19:20:16 rene 1.84.2.3: RESYNC: (1.85-1.86); FILE MERGED 2006/01/07 18:40:30 rene 1.84.2.2: cross-merge cws configure13 2006/01/07 17:44:21 rene 1.84.2.1: #i59160# allow usage of tcmalloc and system-malloc

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [691f53a95919e2bcf9ec6068a7f296252ac880c2]

        INTEGRATION: CWS vcl52 (1.11.74); FILE MERGED 2006/01/13 13:25:31 pl 1.11.74.1: #128840# initialize variable, ignore plugins without mime and/or extension info

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [708b6d4246de915ac960c7b90ee8bb2d966c7d17]

        INTEGRATION: CWS configure14 (1.146.2); FILE MERGED 2006/01/26 12:07:53 rene 1.146.2.13: #i61185# fix hunspell check for system-hunspell 2006/01/26 11:10:50 rene 1.146.2.12: #i61183# fix myspell dicts check 2006/01/23 19:20:05 rene 1.146.2.11: RESYNC: (1.147-1.150); FILE MERGED 2006/01/23 12:38:49 rene 1.146.2.10: fail if neon is 0.25.x 2006/01/22 13:31:05 pjanik 1.146.2.9: #i60580#: Use Python from Python framework when system-python should be used on Mac OS X. 2006/01/22 11:48:35 rene 1.146.2.8: system-zlib only default on Darwin, Sun might want to postpone this cws otherwise.... *sigh* 2006/01/18 01:35:00 rene 1.146.2.7: quote $DB_JAR in db check 2006/01/07 18:58:34 rene 1.146.2.6: fix system-python check 2006/01/07 18:40:29 rene 1.146.2.5: cross-merge cws configure13 2006/01/07 18:10:49 rene 1.146.2.4: #i60119# make --with-system-zlib default on Darwin and Linux 2006/01/07 17:53:31 rene 1.146.2.3: #i60090# fix --with-myspell-dicts 2006/01/07 17:44:21 rene 1.146.2.2: #i59160# allow usage of tcmalloc and system-malloc 2006/01/07 17:32:53 rene 1.146.2.1: #i53414# use AC_LANG_CPLUSPLUS at the system-boost check

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7ebc1e69c3a69186bceefda9a58ea40c502a750f]

        INTEGRATION: CWS freebsd04 (1.4.18); FILE MERGED 2006/01/19 11:14:14 maho 1.4.18.1: #i56951# javavendors_linux.xml can be used for FreeBSD as well

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [0abd71b44144220d2aeec58601929fd0cd1914d6]

        INTEGRATION: CWS configure14 (1.130.2); FILE MERGED 2006/01/26 12:07:49 rene 1.130.2.13: #i61185# fix hunspell check for system-hunspell 2006/01/26 11:10:45 rene 1.130.2.12: #i61183# fix myspell dicts check 2006/01/23 19:19:40 rene 1.130.2.11: RESYNC: (1.131-1.133); FILE MERGED 2006/01/23 12:38:38 rene 1.130.2.10: fail if neon is 0.25.x 2006/01/22 16:22:04 rene 1.130.2.9: #i10000# regenerate configure 2006/01/22 11:48:31 rene 1.130.2.8: system-zlib only default on Darwin, Sun might want to postpone this cws otherwise.... *sigh* 2006/01/16 09:56:30 rene 1.130.2.7: RESYNC: (1.130-1.131); FILE MERGED 2006/01/07 18:58:28 rene 1.130.2.6: fix system-python check 2006/01/07 18:40:23 rene 1.130.2.5: cross-merge cws configure13 2006/01/07 18:10:47 rene 1.130.2.4: #i60119# make --with-system-zlib default on Darwin and Linux 2006/01/07 17:53:02 rene 1.130.2.3: #i60090# fix --with-myspell-dicts 2006/01/07 17:44:19 rene 1.130.2.2: #i59160# allow usage of tcmalloc and system-malloc 2006/01/07 17:32:44 rene 1.130.2.1: #i53414# use AC_LANG_CPLUSPLUS at the system-boost check

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [a6d8757a6d3812a6435a58e5c12f3abbe2d4c553]

        INTEGRATION: CWS dr44 (1.49.14); FILE MERGED 2006/01/23 13:18:10 dr 1.49.14.2: RESYNC: (1.49-1.50); FILE MERGED 2006/01/19 15:26:23 dr 1.49.14.1: #i57411# fixed/added: lbf, flb, uk_pt, yd2, Morgen, ar, acre, ha

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [54efc5ed83890f0a1166ece3b1e4942bb7922ff7]

        INTEGRATION: CWS configure14 (1.16.136); FILE MERGED 2006/01/23 19:17:57 rene 1.16.136.2: RESYNC: (1.16-1.17); FILE MERGED 2006/01/07 17:44:23 rene 1.16.136.1: #i59160# allow usage of tcmalloc and system-malloc

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b0a3f074e009a52cdc26c9bb1d836c29296f5de0]

        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>  [a8194cff701740851b0bc58dad85c19e3cb64e4e]

        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>  [d01913cb14fa7465da77acaab0e9d0e3cd498f67]

        INTEGRATION: CWS freebsd04 (1.7.4); FILE MERGED 2006/01/27 21:42:06 maho 1.7.4.2: better method of passing $$ORIGIN
        
        Issue number:  #i56954#
        Advised by:  pjanik
        2006/01/24 23:48:04 maho 1.7.4.1: #i56954#
        FreeBSD porting : Passing 3270ORIGIN to linker for libxmlsec project

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f63ffaf3667e218be3538e84e6becc18d5de4334]

        INTEGRATION: CWS configure14 (1.36.138); FILE MERGED 2006/01/23 19:17:40 rene 1.36.138.2: RESYNC: (1.36-1.37); FILE MERGED 2006/01/07 17:44:22 rene 1.36.138.1: #i59160# allow usage of tcmalloc and system-malloc

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d9e7a48a693045a01e07e8a20f18bd1a3a644c82]

        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>  [532d124249b29ea545ae54e028ccace0969677e5]

        INTEGRATION: CWS freebsd04 (1.9.2); FILE MERGED 2006/01/19 01:36:26 maho 1.9.2.1: #i53287# Python support for FreeBSD 6 and 7

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1322d33d2217ddf5062bd257863862362e7783c3]

        INTEGRATION: CWS freebsd04 (1.86.2); FILE MERGED 2006/01/19 01:44:49 maho 1.86.2.1: #i56949#  Add conditional the case of @GCCVER@ >= 30401 for FreeBSD as well

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ec71a87e6310138b7e59566a52a22b860db1e1fb]

        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>  [53f910d556777feb704db46171f866359d89b784]

        INTEGRATION: CWS freebsd04 (1.6.22); FILE MERGED 2006/01/19 01:40:04 maho 1.6.22.1: #i56947# Catch up to recent version of bridge project of GNU/Linux intel

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9171dfe96ec23133505ddb9c383027d6e0f81cce]

        INTEGRATION: CWS freebsd04 (1.2.48); FILE MERGED 2006/01/19 01:40:04 maho 1.2.48.1: #i56947# Catch up to recent version of bridge project of GNU/Linux intel

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [18b4323dfba8671e95a50251c820e3d0ff1864d9]

        INTEGRATION: CWS jsc4 (1.92.30); FILE MERGED 2006/01/25 12:40:18 jsc 1.92.30.1: #i61138# cleanup check against reference type library

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [85a7f7b42d736c59a643e17cd88573f8824d967b]

        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>  [6dd0745e7e47667c7a6d6231ed89908839ae5b33]

        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>  [e18b44ea9fcf3c9e298852f432c77a24d9143a8a]

        INTEGRATION: CWS freebsd04 (1.19.158); FILE MERGED 2006/01/19 01:25:30 maho 1.19.158.1: #i56956# catch up to recent version of solenv/inc/unxlngi6.mk

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6f311df58747f19e14c6190db022b6c5751ee702]

        INTEGRATION: CWS freebsd04 (1.30.56); FILE MERGED 2006/01/24 13:36:02 maho 1.30.56.3: RESYNC: (1.30-1.32); FILE MERGED 2006/01/19 12:03:50 maho 1.30.56.2: Fix typo 2006/01/19 01:18:35 maho 1.30.56.1: #i53288# remove circular dependency for FreeBSD packaging

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b8998ad60219989f3e719830182ac1469f2225e8]

        INTEGRATION: CWS freebsd04 (1.48.54); FILE MERGED 2006/01/19 01:18:34 maho 1.48.54.1: #i53288# remove circular dependency for FreeBSD packaging

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f816134049160c79d515cd9a00befe5f530b94d2]

        INTEGRATION: CWS freebsd04 (1.46.6); FILE MERGED 2006/01/19 01:18:34 maho 1.46.6.1: #i53288# remove circular dependency for FreeBSD packaging

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [848e480451206032bed445d5860474bf9f9480a8]

        INTEGRATION: CWS accessalert (1.18.18); FILE MERGED 2006/01/18 10:15:15 obr 1.18.18.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d1c22ab694610d5d41ef2063468ce924b129f4d1]

        INTEGRATION: CWS pj49 (1.7.14); FILE MERGED 2006/01/21 17:57:54 pjanik 1.7.14.1: #i49044#: gcc-3.3 on Mac OS X Panther is searching for include files in different location.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9068b3324cb1eb10ce4352ba9d87265dd1c2c02d]

        INTEGRATION: CWS accessalert (1.1.2); FILE ADDED 2006/01/18 10:15:13 obr 1.1.2.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [cd53449842bdb8a9f36fd700c0fa5750f39fb493]

        INTEGRATION: CWS accessalert (1.20.18); FILE MERGED 2006/01/18 10:15:11 obr 1.20.18.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b098e94c1b5effa2e943c9eef4fc59ee80e07ddf]

        INTEGRATION: CWS accessalert (1.19.18); FILE MERGED 2006/01/18 10:15:09 obr 1.19.18.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [390c7851ec2efb9b01a6e75e80f7896af77824f3]

        INTEGRATION: CWS jsc4 (1.1.2); FILE ADDED 2006/01/25 12:38:32 jsc 1.1.2.2: #49101# adapt com.sun.star.text.GenericTextDocument service 2006/01/25 11:56:37 jsc 1.1.2.1: #i61138# new, moved from OO_20

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [32a31d64e39fe2155dd28e8aa5104f7720506b94]

        INTEGRATION: CWS jsc4 (1.6.64); FILE MERGED 2006/01/26 12:30:26 jsc 1.6.64.2: #i49101# correct typo 2006/01/25 13:17:07 jsc 1.6.64.1: #i61138# insert support of XMultiServiceFactory

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [3b9d0412d890bddb4e62f6e981031f2e57b8bf99]

        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-31  Kurt Zenker  <kz@openoffice.org>  [ee5da176621d33886896a75ea85b1e80d707cc05]

        INTEGRATION: CWS jsc4 (1.5.34); FILE MERGED 2006/01/25 14:03:19 jsc 1.5.34.1: #61060# correct minor docu errors

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6e9c48033eefc71780670ad9be136bea6f1cc8ff]

        INTEGRATION: CWS jsc4 (1.3.30); FILE MERGED 2006/01/26 12:49:59 jsc 1.3.30.2: #i61069# change docu type tag to member tag 2006/01/25 14:03:18 jsc 1.3.30.1: #61060# correct minor docu errors

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [8f0f2ee5d6cc038d16a0334f5d8c3104920af93e]

        INTEGRATION: CWS ause047 (1.11.4); FILE MERGED 2006/01/27 10:41:29 obr 1.11.4.2: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks 2006/01/24 15:34:23 obr 1.11.4.1: #i60869# check for $(RPM) instead of $(OS) and added missing mkdirs

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [7727bac7765e0daabcb16a39a556921b501e8ecf]

        INTEGRATION: CWS jsc4 (1.12.14); FILE MERGED 2006/01/25 09:49:06 mba 1.12.14.1: #i60317#: add documentation that explains filter name problems when storing

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [f469937acbc261a2dc9a42c4f58030564f6167d1]

        INTEGRATION: CWS ause047 (1.19.4); FILE MERGED 2006/01/27 10:41:26 obr 1.19.4.2: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks 2006/01/24 15:34:22 obr 1.19.4.1: #i60869# check for $(RPM) instead of $(OS) and added missing mkdirs

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1c900444e00218e127285b21aa97fa3d79bea504]

        INTEGRATION: CWS jsc4 (1.4.64); FILE MERGED 2006/01/25 14:02:44 jsc 1.4.64.1: #61060# correct minor docu erros

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [6aa4ad9e6971889c874e054ed50edac4cedfea22]

        INTEGRATION: CWS ause047 (1.10.32); FILE MERGED 2006/01/27 10:41:25 obr 1.10.32.1: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [68062c5167482eec7a054b65004fabb92600b774]

        INTEGRATION: CWS ause047 (1.18.4); FILE MERGED 2006/01/27 10:41:24 obr 1.18.4.2: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks 2006/01/24 15:34:21 obr 1.18.4.1: #i60869# check for $(RPM) instead of $(OS) and added missing mkdirs

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [5908c17044ea09efcf19ffb7c3dbfb7a0407b8c6]

        INTEGRATION: CWS ause047 (1.7.4); FILE MERGED 2006/01/27 10:41:23 obr 1.7.4.2: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks 2006/01/24 15:34:20 obr 1.7.4.1: #i60869# check for $(RPM) instead of $(OS) and added missing mkdirs

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [d4e8cfa7bc308094b76e2f9eef1e93d413c126ba]

        INTEGRATION: CWS ause047 (1.7.4); FILE MERGED 2006/01/27 10:41:22 obr 1.7.4.2: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks 2006/01/24 15:34:20 obr 1.7.4.1: #i60869# check for $(RPM) instead of $(OS) and added missing mkdirs

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [90a598db800bf406aecd5c0c5fcba7ef16c2868e]

        INTEGRATION: CWS ause047 (1.10.4); FILE MERGED 2006/01/27 10:41:21 obr 1.10.4.1: #i60869# replaces checks for RPM and DPKG with PKGFORMAT checks

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b80fd9956bb01b3224fd61140e0e6aec1a45b9ae]

        INTEGRATION: CWS pj49 (1.12.2); FILE MERGED 2006/01/25 19:48:29 pjanik 1.12.2.1: #i61137#: pyuno.so is a loadable module, not shared library -> link with -bundle instead of -dynamiclib.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [863820a7031c7c27710a9cd69d5838916ee467fd]

        INTEGRATION: CWS pj49 (1.8.2); FILE MERGED 2006/01/27 18:51:13 pjanik 1.8.2.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [1db54d34799aec96b23d9c1c1b19cd8090368281]

        INTEGRATION: CWS pj49 (1.10.2); FILE MERGED 2006/01/27 18:51:12 pjanik 1.10.2.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [9784fb8d5f1facf7b2d92d9f531f723e8cda0e1b]

        INTEGRATION: CWS pj49 (1.11.4); FILE MERGED 2006/01/27 18:51:12 pjanik 1.11.4.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [ae84990bc7542b0dba155974a4b346a51ade7b6e]

        INTEGRATION: CWS pj49 (1.37.2); FILE MERGED 2006/01/27 18:51:12 pjanik 1.37.2.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [b0573befc6c0f163a28c5ec0021414bf1d0ddf09]

        INTEGRATION: CWS pj49 (1.8.2); FILE MERGED 2006/01/27 18:51:12 pjanik 1.8.2.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [8741fb9989b79fb9096cf807bec1ab8f8abaf3d8]

        INTEGRATION: CWS pj49 (1.7.2); FILE MERGED 2006/01/27 18:51:11 pjanik 1.7.2.1: #i61188#: Include system neon really properly.

2006-01-31  Kurt Zenker  <kz@openoffice.org>  [562736c914ea1fb9383704678c01fb519a8e5db6]

        INTEGRATION: CWS jsc4 (1.12.10); FILE MERGED 2006/01/25 11:36:19 jsc 1.12.10.1: #i61138# include singleton type info in normal type library

2006-01-27  Vladimir Glazounov  <vg@openoffice.org>  [557fa343c2caa23fc080f8bd40e445cc8cc40c07]

        new version for SRC680

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [128af0a4b6cadf95f4816eb4707590380feb5828]

        #i10000#: missing namespace qualification added

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [02f5223fcad55d29234b19c609505a6f77f5336e]

        SRC680

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33c5095f80e2939786720742c63fd63bf6f2cf9e]

        INTEGRATION: CWS lo11 (1.16.30); FILE MERGED 2005/12/20 11:43:22 lo 1.16.30.1: #i35963# make sure dtor is called

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5254a7164e4b35a918b675810d73f8fc0b1e0a]

        INTEGRATION: CWS lo11 (1.8.90); FILE MERGED 2005/12/20 11:43:22 lo 1.8.90.1: #i35963# make sure dtor is called

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0b2e290efebc3e518bb8c4447c27794fc460ff4]

        INTEGRATION: CWS lo11 (1.8.56); FILE MERGED 2005/12/20 12:05:00 lo 1.8.56.2: #i45849# more space for push button 2005/12/20 11:44:47 lo 1.8.56.1: #126254# check oem

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd57f509322dcb0aa09f407f7992d8c951e981cf]

        INTEGRATION: CWS lo11 (1.9.88); FILE MERGED 2005/12/20 11:44:46 lo 1.9.88.1: #126254# check oem

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [66cf694e8712431566b258f4a1a63399277d9cc9]

        INTEGRATION: CWS lo11 (1.3.90); FILE MERGED 2006/01/18 16:22:40 lo 1.3.90.1: #i59599# only run migration once ,#122215# language/locale option migration fix

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44350428c3b8f96b03a0a1ef325dfe23f04a19d1]

        INTEGRATION: CWS lo11 (1.6.90); FILE MERGED 2006/01/18 16:22:40 lo 1.6.90.1: #i59599# only run migration once ,#122215# language/locale option migration fix

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8ea2ac4e36b6b98729aa5ca0fc418078f1c2fa6]

        INTEGRATION: CWS lo11 (1.4.90); FILE MERGED 2005/12/20 11:44:46 lo 1.4.90.1: #126254# check oem

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [661acaee72d074870fd6c8a010434da9121508e2]

        INTEGRATION: CWS lo11 (1.187.36); FILE MERGED 2006/01/18 16:22:39 lo 1.187.36.1: #i59599# only run migration once ,#122215# language/locale option migration fix

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [87476748158fe994e575c8060f140684bb5a1770]

        INTEGRATION: CWS lo11 (1.7.10); FILE MERGED 2005/12/20 13:02:22 lo 1.7.10.1: #125365# check for NULL content

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f32b0dfb29748c6f56ec98c517cbd04834bc94d]

        INTEGRATION: CWS lo11 (1.15.28); FILE MERGED 2006/01/18 16:14:47 lo 1.15.28.1: #122215# refresh everything in the cache

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2daff6b26a57d84d06ee2acd930c0737f4d2ce38]

        INTEGRATION: CWS lo11 (1.47.24); FILE MERGED 2006/01/19 13:26:27 lo 1.47.24.2: RESYNC: (1.47-1.48); FILE MERGED 2006/01/11 14:40:32 lo 1.47.24.1: #i59599# added property to  store migration state: MigrationCompleted

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e694bafe880b23439c66161d8815f9fcdbfce3f]

        INTEGRATION: CWS qpro03 (1.29.88); FILE MERGED 2005/09/21 03:24:52 er 1.29.88.3: RESYNC: (1.30-1.31); FILE MERGED 2005/05/13 16:34:28 mmeeks 1.29.88.2: RESYNC: (1.29-1.30); FILE MERGED 2005/04/14 08:09:19 mnicel 1.29.88.1: Issue Number: 41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3242bf4f2f5651380966f6509224da7a6f96fae2]

        INTEGRATION: CWS qpro03 (1.14.8); FILE MERGED 2005/09/21 03:06:04 er 1.14.8.3: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 11:53:56 er 1.14.8.2: #i41688# filter is specific to Quattro Pro 6.0 2005/04/14 08:09:18 mnicel 1.14.8.1: Issue Number: 41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [899e96ebadbcddc91ab3bb9c300c04d8c98ee284]

        INTEGRATION: CWS qpro03 (1.80.8); FILE MERGED 2005/10/17 18:56:39 er 1.80.8.5: #i41688# set row heights for beautification 2005/09/21 01:34:34 er 1.80.8.4: RESYNC: (1.80-1.81); FILE MERGED 2005/09/01 14:43:24 er 1.80.8.3: #i41688# filter is specific to Quattro Pro 6.0 2005/09/01 14:40:46 er 1.80.8.2: #i41688# filter is specific to Quattro Pro 6.0 2005/04/14 08:09:17 mnicel 1.80.8.1: Issue Number: 41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [527490cd79af17702a9d99d066dd0e7450779675]

        INTEGRATION: CWS qpro03 (1.1.2); FILE ADDED 2005/10/17 18:25:26 er 1.1.2.5: #i41688# identifier mismatch in initialization; remove superfluous array of String init 2005/10/14 15:11:09 mmeeks 1.1.2.4: Issue i#41688#
        
        Fix some silly bugs, init the QProStyle members, import font heights.
        2005/09/21 13:23:48 er 1.1.2.3: change license header: remove SISSL
        2005/06/13 11:13:13 mmeeks 1.1.2.2: Issue: #i41688
        Submitted by: sshilpa
        Approveed by: mmeeks
        
        Fix a number of formula problems, remove some more cruft.
        2005/05/13 16:47:50 mmeeks 1.1.2.1: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [94112984df579e17c9a13cb643948878dddd4b1e]

        INTEGRATION: CWS qpro03 (1.1.4); FILE ADDED 2006/01/24 17:22:01 er 1.1.4.12: #i41688# set 3D flag on references to other sheets so it's visible in the formula and gets saved to ODF 2005/09/22 11:56:49 er 1.1.4.11: #i41688# on behalf of Shilpa: received patch removing the last 8 assertions when loading issue's NUMFUN.WB2 sample document 2005/09/21 13:23:46 er 1.1.4.10: change license header: remove SISSL 2005/09/20 19:56:07 er 1.1.4.9: #i41688# on behalf of Shilpa: received patch removing assertions when loading issue's formulat.wb2 sample document 2005/06/13 11:13:13 mmeeks 1.1.4.8: Issue: #i41688 Submitted by: sshilpa Approveed by: mmeeks
        
        Fix a number of formula problems, remove some more cruft.
        2005/05/27 14:10:19 mmeeks 1.1.4.7: Issue number: #i41688#
        Submitted by: sshilpa
        Reviewed by:  mmeeks
        Added numbering to the functions table, fixed silly '=' vs '==' comparison
        2005/05/26 09:45:03 er 1.1.4.6: #i41688# don't duplicate parentheses in case of ocNoName
        2005/05/25 11:36:11 er 1.1.4.5: #i41688# some corrections from Shilpa
        2005/05/24 10:44:02 er 1.1.4.4: #i41688# received from Shilpa: better mapping of unsupported/unknown function codes; cp1252 encoding
        2005/05/20 12:38:46 mmeeks 1.1.4.3: Issue number: i#41688#
        Submitted by: sshilpa
        Reviewed by:  mmeeks
        
        Misc. fixes for erAck.
        2005/05/13 16:47:49 mmeeks 1.1.4.2: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.
        2005/04/14 08:09:16 mnicel 1.1.4.1: Issue Number: 41688
        QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [93cb7ab52bb884b6a7500f366493b8621cbb8589]

        INTEGRATION: CWS qpro03 (1.1.4); FILE ADDED 2006/01/24 17:22:00 er 1.1.4.9: #i41688# set 3D flag on references to other sheets so it's visible in the formula and gets saved to ODF 2005/10/18 11:20:36 er 1.1.4.8: #i41688# get rid of 'Sheet1' and rename it instead of inserting the very first sheet 2005/10/17 18:23:24 er 1.1.4.7: #i41688# delete new'ed; style: pointers start with 'p' 2005/10/14 15:11:09 mmeeks 1.1.4.6: Issue i#41688#
        
        Fix some silly bugs, init the QProStyle members, import font heights.
        2005/09/21 13:23:43 er 1.1.4.5: change license header: remove SISSL
        2005/06/13 11:13:13 mmeeks 1.1.4.4: Issue: #i41688
        Submitted by: sshilpa
        Approveed by: mmeeks
        
        Fix a number of formula problems, remove some more cruft.
        2005/05/26 09:22:21 er 1.1.4.3: #i41688# operator delete mismatch
        2005/05/13 16:47:49 mmeeks 1.1.4.2: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.
        2005/04/14 08:09:16 mnicel 1.1.4.1: Issue Number: 41688
        QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d96a8f4bed9c9fd2c0421c1c0667635207c8a51]

        INTEGRATION: CWS qpro03 (1.1.4); FILE ADDED 2005/09/21 13:23:43 er 1.1.4.5: change license header: remove SISSL 2005/09/01 12:19:16 er 1.1.4.4: broken header 2005/05/18 07:56:37 mmeeks 1.1.4.3: fix broken entry 2005/05/13 16:47:49 mmeeks 1.1.4.2: Issue number: i#41688# Submitted by: shilpa Reviewed by:  mmeeks
        
        More qpro cleanup.
        2005/04/14 08:09:16 mnicel 1.1.4.1: Issue Number: 41688
        QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f54e2ba4780a85a0361a8ffda9b3e82461944aad]

        INTEGRATION: CWS qpro03 (1.1.2); FILE ADDED 2005/09/21 13:23:42 er 1.1.2.4: change license header: remove SISSL 2005/05/24 10:44:02 er 1.1.2.3: #i41688# received from Shilpa: better mapping of unsupported/unknown function codes; cp1252 encoding 2005/05/20 12:38:45 mmeeks 1.1.2.2: Issue number: i#41688# Submitted by: sshilpa Reviewed by:  mmeeks
        
        Misc. fixes for erAck.
        2005/05/13 16:47:48 mmeeks 1.1.2.1: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce4c456cc52570cbd17c232f0158231848719d0]

        INTEGRATION: CWS qpro03 (1.1.2); FILE ADDED 2005/10/14 15:11:09 mmeeks 1.1.2.4: Issue i#41688#
        
        Fix some silly bugs, init the QProStyle members, import font heights.
        2005/09/21 13:23:41 er 1.1.2.3: change license header: remove SISSL
        2005/06/13 11:13:12 mmeeks 1.1.2.2: Issue: #i41688
        Submitted by: sshilpa
        Approveed by: mmeeks
        
        Fix a number of formula problems, remove some more cruft.
        2005/05/13 16:47:48 mmeeks 1.1.2.1: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [066d9f2940ce7d627888563e96651822ce071052]

        INTEGRATION: CWS qpro03 (1.1.4); FILE ADDED 2006/01/24 17:22:00 er 1.1.4.5: #i41688# set 3D flag on references to other sheets so it's visible in the formula and gets saved to ODF 2005/09/21 13:23:41 er 1.1.4.4: change license header: remove SISSL 2005/05/24 10:44:01 er 1.1.4.3: #i41688# received from Shilpa: better mapping of unsupported/unknown function codes; cp1252 encoding 2005/05/13 16:47:47 mmeeks 1.1.4.2: Issue number: i#41688# Submitted by: shilpa Reviewed by:  mmeeks
        
        More qpro cleanup.
        2005/04/14 08:09:15 mnicel 1.1.4.1: Issue Number: 41688
        QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d52c337e9a5ebe5ba8ec8aab7caaebec00b84125]

        INTEGRATION: CWS qpro03 (1.1.4); FILE ADDED 2005/10/14 15:11:08 mmeeks 1.1.4.5: Issue i#41688#
        
        Fix some silly bugs, init the QProStyle members, import font heights.
        2005/09/21 13:23:41 er 1.1.4.4: change license header: remove SISSL
        2005/06/13 11:13:12 mmeeks 1.1.4.3: Issue: #i41688
        Submitted by: sshilpa
        Approveed by: mmeeks
        
        Fix a number of formula problems, remove some more cruft.
        2005/05/13 16:47:47 mmeeks 1.1.4.2: Issue number: i#41688#
        Submitted by: shilpa
        Reviewed by:  mmeeks
        
        More qpro cleanup.
        2005/04/14 08:09:15 mnicel 1.1.4.1: Issue Number: 41688
        QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d973f9ecbc6f962f49ed924f8870a2f146bdc4fd]

        INTEGRATION: CWS qpro03 (1.1.2); FILE ADDED 2005/09/21 13:23:39 er 1.1.2.2: change license header: remove SISSL 2005/05/13 16:47:47 mmeeks 1.1.2.1: Issue number: i#41688# Submitted by: shilpa Reviewed by:  mmeeks
        
        More qpro cleanup.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a11f2dffff5198589283179c079f06a7d157163c]

        INTEGRATION: CWS qpro03 (1.9.438); FILE MERGED 2005/09/20 23:47:53 er 1.9.438.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/14 08:09:14 mnicel 1.9.438.1: Issue Number: 41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [da2b24592641675839c89e3f2e742763b0b6c6b5]

        INTEGRATION: CWS qpro03 (1.5.98); FILE MERGED 2005/09/20 23:30:33 er 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/14 08:09:13 mnicel 1.5.98.1: Issue Number: 41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [052a47a562ef6fe5a0d7d114e6307d39be2d9150]

        INTEGRATION: CWS qpro03 (1.1.6); FILE ADDED 2005/08/31 11:52:54 er 1.1.6.3: #i41688# filter is specific to Quattro Pro 6.0 2005/05/26 08:50:48 er 1.1.6.2: #i41688# beautified (indentation) because the fragment is copied as is into the configuration file 2005/04/14 08:06:04 mnicel 1.1.6.1: Issue number:  41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fff948eb75cfb8fb7d128456a6ea19c482ae49e]

        INTEGRATION: CWS qpro03 (1.1.6); FILE ADDED 2005/08/31 11:52:54 er 1.1.6.3: #i41688# filter is specific to Quattro Pro 6.0 2005/05/26 08:48:42 er 1.1.6.2: #i41688# UIName needs xml:lang attribute, otherwise the filter is not included in the filter selection. Removed USESOPTIONS as there are no options associated with this filter. Aligned order to other filter fragments for easier comparison. Beautified (indentation) because the fragment is copied as is into the configuration file. 2005/04/14 08:06:02 mnicel 1.1.6.1: Issue number:  41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc195890814a4334c3ce04f72269ea165610d3b]

        INTEGRATION: CWS qpro03 (1.5.14); FILE MERGED 2005/08/31 12:52:45 er 1.5.14.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/13 16:23:09 mmeeks 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/14 08:06:00 mnicel 1.5.14.1: Issue number:  41688 QPro Filter implementation

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [52fc9f3230c2cee37816600f89e75c320b9cdf38]

        INTEGRATION: CWS swqbf50 (1.82.62); FILE MERGED 2005/12/22 16:57:27 ama 1.82.62.1: #126181# Conversion from Writer table model into row/col-span table model caused crashes

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7649510d069c8368cf4fa43d588ef4295b184469]

        INTEGRATION: CWS swqbf50 (1.10.164); FILE MERGED 2005/12/22 16:56:17 ama 1.10.164.1: #126181# Conversion from Writer table model into row/col-span table model caused crashes

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5432c29f56e13f83fc91f7583af939ccf89f5eeb]

        INTEGRATION: CWS swqbf50 (1.21.74); FILE MERGED 2006/01/11 12:45:19 ama 1.21.74.1: #126506# Crash in RTF import caused by empty frame (->i42153)

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d00b80c214aa045a3d03a97c33ec4fa1caeefdb9]

        INTEGRATION: CWS swqbf50 (1.58.78); FILE MERGED 2005/12/22 16:54:55 ama 1.58.78.1: #126181# Conversion from Writer table model into row/col-span table model caused crashes

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4163172b7445e848c9027b4f1518f3073fa12bed]

        INTEGRATION: CWS swqbf50 (1.14.78); FILE MERGED 2005/12/20 12:41:40 hbrinkm 1.14.78.2: #128785# SwChgFmtColl::SetInDoc: check pCntntNd for null 2005/12/20 09:56:40 hbrinkm 1.14.78.1: Ã#125801# SwHstryResetAttrSet::SetInDoc: robustness: check for null pointer

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8750c8f991d8abd81d94a4a7b47bfe102a7b632]

        INTEGRATION: CWS swqbf50 (1.56.54); FILE MERGED 2006/01/06 13:35:21 fme 1.56.54.1: #i59659# Call correctInputSequence with correct position index. Thank you, James.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [887738493850be9a6607d15841045f5531d3d2b9]

        INTEGRATION: CWS swqbf50 (1.52.140); FILE MERGED 2006/01/11 09:58:13 fme 1.52.140.1: #i59759 Erase control characters from field string

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59120af8fe98ffcc41899d66050cca7b036771be]

        INTEGRATION: CWS swqbf50 (1.66.78); FILE MERGED 2006/01/04 15:55:31 od 1.66.78.1: #126020# adjust check for empty section from <SwLayoutFrm::ContainsCntnt()> 	 to <SwLayoutFrm::ContainsAny()> before deleting section as empty 	 by calling <SwSectionFrm::DelEmpty(..)>.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4f4ff23755e25581b3c2078dc2e6e5ed766cbb4]

        INTEGRATION: CWS swqbf50 (1.81.102); FILE MERGED 2006/01/10 14:57:54 fme 1.81.102.2: #125926# lcl_MoveRowContent crashes is master of nested follow flow row cannot be found 2006/01/04 15:55:29 od 1.81.102.1: #126020# adjust check for empty section from <SwLayoutFrm::ContainsCntnt()> 	 to <SwLayoutFrm::ContainsAny()> before deleting section as empty 	 by calling <SwSectionFrm::DelEmpty(..)>.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [48816597bb3616020567cbd0091914c6c1394cf4]

        INTEGRATION: CWS swqbf50 (1.41.138); FILE MERGED 2006/01/04 15:55:28 od 1.41.138.1: #126020# adjust check for empty section from <SwLayoutFrm::ContainsCntnt()> 	 to <SwLayoutFrm::ContainsAny()> before deleting section as empty 	 by calling <SwSectionFrm::DelEmpty(..)>.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a31ec55300aa36c533fe4faa6b71a9429b3e7fc9]

        INTEGRATION: CWS swqbf50 (1.52.54); FILE MERGED 2006/01/02 13:23:42 od 1.52.54.1: #125977# <SwFlyAtCntFrm::MakeObjPos()> 	 - before checking for cleared environment check, if member 	   <mpVertPosOrientFrm> is still set.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [91a9fda39e407ca83c1b42c40e0d16e944a08a59]

        INTEGRATION: CWS swqbf50 (1.50.138); FILE MERGED 2006/01/04 15:55:27 od 1.50.138.1: #126020# adjust check for empty section from <SwLayoutFrm::ContainsCntnt()> 	 to <SwLayoutFrm::ContainsAny()> before deleting section as empty 	 by calling <SwSectionFrm::DelEmpty(..)>.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [35888c6165d1ec2f66983dede2b04dd89710502b]

        INTEGRATION: CWS swqbf50 (1.58.54); FILE MERGED 2006/01/03 12:51:51 od 1.58.54.1: #125452# <SwCntntFrm::MakeAll()> 	 - invalidate printing area flag, changes frame area width 	   from 0 to something greater than zero and current printing 	   area width is also zero.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [acd7eaa1e2e48699901bcefec7ea0f610c262cfc]

        INTEGRATION: CWS swqbf50 (1.17.102); FILE MERGED 2006/01/02 13:21:45 od 1.17.102.1: #125977# <SwAnchoredObject::SetPageFrm(..)> 	 - clear member <mpVertPosOrientFrm>, if it doesn't fit to new 	   page frame.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33d82ea6b383fbd9099d0fa507b9c67591253ed8]

        INTEGRATION: CWS swqbf50 (1.34.160); FILE MERGED 2006/01/06 12:33:22 od 1.34.160.2: #123831# <SwFEShell::IsFrmVertical(..)> 	 - make code robust. 2006/01/02 14:11:02 od 1.34.160.1: #125800# <SwFEShell::CalcBoundRect(..)> 	 - (proposed) anchor frame for at-character respectively as-character 	   anchored object doesn't have to be a text frame.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e291d8b0f7bc02cf4112ca787edd5013ac86e6]

        INTEGRATION: CWS swqbf50 (1.18.78); FILE MERGED 2006/01/04 16:04:27 od 1.18.78.1: #i59964# <SwDoc::_CopyFlyInFly(..)> 	 - correction of determination of new anchor position for 	   at-paragraph and at-character anchored objects.

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6041312ca067b74641265ef41f6171ed2e7ce6c8]

        INTEGRATION: CWS swqbf50 (1.11.4); FILE MERGED 2005/12/22 16:51:04 ama 1.11.4.1: #126181# Conversion from Writer table model into row/col-span model caused crashes

2006-01-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b34a07ee94dcfbb1f9544cdf17737f9a06b2697b]

        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>  [25fcce602efdeab599963d34d9c9c9fedeadba1d]

        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>  [11df3ef7672de6b80fa91a3ea7ae528dda5bfc16]

        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>  [5083f863d28e78c12d17e618b5529ec86d4d1f6f]

        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>  [dd245a3290d8d08f50b6696433af3b310462fef9]

        INTEGRATION: CWS wordtwo01 (1.30.90); FILE MERGED 2005/11/04 10:48:07 cmc 1.30.90.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4fcb598929f0bdf60c4395541d35845a83757c3]

        INTEGRATION: CWS wordtwo01 (1.71.90); FILE MERGED 2005/12/21 12:19:10 cmc 1.71.90.2: RESYNC: (1.71-1.74); FILE MERGED 2005/11/04 10:48:06 cmc 1.71.90.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [174ba6e9f83b88bc5098ec327afaed24878548bf]

        INTEGRATION: CWS wordtwo01 (1.117.88); FILE MERGED 2006/01/04 14:18:27 cmc 1.117.88.3: #i2535# fixup ww2 import 2005/12/21 12:20:42 cmc 1.117.88.2: RESYNC: (1.117-1.120); FILE MERGED 2005/11/04 10:48:05 cmc 1.117.88.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0da25334edd94effc5c99e2a59bb8befb505d970]

        INTEGRATION: CWS wordtwo01 (1.164.16); FILE MERGED 2006/01/04 14:18:24 cmc 1.164.16.3: #i2535# fixup ww2 import 2005/12/21 12:22:01 cmc 1.164.16.2: RESYNC: (1.164-1.165); FILE MERGED 2005/11/04 10:48:04 cmc 1.164.16.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8158c0222e408d4ecbff02fffbc7853b9f658c9a]

        INTEGRATION: CWS wordtwo01 (1.92.8); FILE MERGED 2006/01/04 14:18:23 cmc 1.92.8.1: #i2535# fixup ww2 import

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8954769ff0548757454541b78dae6bb8db7a5a0e]

        INTEGRATION: CWS wordtwo01 (1.69.86); FILE MERGED 2005/12/21 12:19:51 cmc 1.69.86.2: RESYNC: (1.69-1.72); FILE MERGED 2005/11/04 10:48:03 cmc 1.69.86.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e9881ed5ad78f661c0e3cbd70e9b6d7f3c0baa7]

        INTEGRATION: CWS wordtwo01 (1.39.88); FILE MERGED 2005/11/04 10:48:03 cmc 1.39.88.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [484228904bbe2c01cd692353717d76c9e119e385]

        INTEGRATION: CWS wordtwo01 (1.114.84); FILE MERGED 2006/01/04 14:18:22 cmc 1.114.84.3: #i2535# fixup ww2 import 2005/12/21 12:19:41 cmc 1.114.84.2: RESYNC: (1.114-1.118); FILE MERGED 2005/11/04 10:48:02 cmc 1.114.84.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcae6927db0aab8eb06f137254c6d8e28cbc5bff]

        INTEGRATION: CWS wordtwo01 (1.136.86); FILE MERGED 2005/12/21 12:19:18 cmc 1.136.86.2: RESYNC: (1.136-1.140); FILE MERGED 2005/11/04 10:48:01 cmc 1.136.86.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [297f7db7f23a2893390fd402538b609418cf1f75]

        INTEGRATION: CWS wordtwo01 (1.157.54); FILE MERGED 2006/01/23 12:38:02 cmc 1.157.54.4: #i2535# pIn is gone if refstem is cleared 2006/01/04 14:18:20 cmc 1.157.54.3: #i2535# fixup ww2 import 2005/12/21 12:18:00 cmc 1.157.54.2: RESYNC: (1.157-1.159); FILE MERGED 2005/11/04 10:48:00 cmc 1.157.54.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1232bbc63782e306b28a0fa7d8a89058918d0066]

        INTEGRATION: CWS wordtwo01 (1.14.88); FILE MERGED 2005/12/21 12:20:22 cmc 1.14.88.2: RESYNC: (1.14-1.17); FILE MERGED 2005/11/04 10:48:00 cmc 1.14.88.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [71a41d8019f37fd882cc6425d39be007b53076cc]

        INTEGRATION: CWS wordtwo01 (1.6.90); FILE MERGED 2005/11/04 10:47:59 cmc 1.6.90.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [39d943e42c79d1ef4f17193ff0fbb588d202c4b4]

        INTEGRATION: CWS wordtwo01 (1.3.90); FILE MERGED 2005/11/04 10:47:59 cmc 1.3.90.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e2747c9d5a1a1b8b606e7b88f0557b20316fcac]

        INTEGRATION: CWS wordtwo01 (1.1.2); FILE ADDED 2005/11/04 10:47:59 cmc 1.1.2.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e95737795fbde9ed18f8028a57edc0ad3dde04]

        INTEGRATION: CWS wordtwo01 (1.3.92); FILE MERGED 2005/11/04 10:47:58 cmc 1.3.92.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0fd9bf9eb9b702c30c4393661e0ccd2070053bc]

        INTEGRATION: CWS wordtwo01 (1.11.90); FILE MERGED 2005/11/04 10:47:57 cmc 1.11.90.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [821f9a01c9426af42b3069548ce6c70bf6c469c0]

        INTEGRATION: CWS wordtwo01 (1.24.92); FILE MERGED 2005/12/21 12:47:37 cmc 1.24.92.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/04 10:47:56 cmc 1.24.92.1: #i2535# add word 2 import support

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f76a90141f761d83ed8eaf1953f52b3bccb7971d]

        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>  [466dc7da62b64b6ae3e62b3ae9da27438a799d49]

        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>  [3a8bdc3d95474a9da4455e8478adb8f110498f5e]

        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>  [f1ff8d8737165da366630c69d0c99f14b864cbf8]

        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>  [9f0c6194195142c27a124f2e3aa496313d13edcb]

        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>  [530e6a013407ee1b2122a6ad3fd2975af2451615]

        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>  [631a9628f56e91749b4d76581e34a31b99452df5]

        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>  [250b492d24692e0d3bb034d7e19cf2f7f7cdb167]

        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>  [9edb82ed44f53418988113db12478d9b7a9e38e6]

        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>  [b2039e6bcbec68efbc3815903c3d06bedc385570]

        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>  [315b1dc0fa0b0b9e7e30e3e6d969332fde7a3edf]

        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>  [27ef1c97b8067fcd503b6d02b618783d9c4d522e]

        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>  [1e6ff3c03337a6cff7400bf2e31f394af6e0dd87]

        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>  [d5aa320930655c6cb789421550aba5a6c07923ab]

        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>  [25b81c59b57d67306ca6b535426bac3700fa8bd0]

        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>  [5bb1ae132b0950ab9898e96571da02adedb57a41]

        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>  [26db39e0e0bf6a6cc1ca7999b99290191e2dba5e]

        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>  [9e42e325bd0ba18e69b7e27dea469f177f22f44d]

        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>  [ab5cd27ae7302a68e1a42a68506b09fae6ec14d8]

        INTEGRATION: CWS vcl47 (1.34.160); FILE MERGED 2005/11/25 10:49:48 hdu 1.34.160.1: #i51037# fix off by one

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [989f7d0e1b68038eeb916e2c46670033273a3004]

        INTEGRATION: CWS vcl47 (1.5.16); FILE MERGED 2006/01/12 15:17:33 obr 1.5.16.1: #i48361# Buttons can have children now

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6e6ea55c3f3b9620961fbb749c1d2be7497acf9]

        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>  [b9c5b3ed2475abe132459015f775c88998ec0953]

        INTEGRATION: CWS vcl47 (1.44.16); FILE MERGED 2005/11/30 11:31:43 pl 1.44.16.1: #i55764# use SetDigitLanguage

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d756a1598af47ac63d6c49006eaeb6dba91b55c2]

        INTEGRATION: CWS sb46 (1.8.100); FILE MERGED 2006/01/17 10:51:58 dbo 1.8.100.1: #i49437# - assume no office running when user installation path does not exist - reject to create folder when invalid url is given Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [83b22dd6a7f7909976e3a9df9fa371db82e011ac]

        INTEGRATION: CWS sb46 (1.10.100); FILE MERGED 2006/01/17 10:51:50 dbo 1.10.100.1: #i49437# - assume no office running when user installation path does not exist - reject to create folder when invalid url is given Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ef40d7d967781cd8b32e9a1fbc8fd91b532872c]

        INTEGRATION: CWS sb46 (1.134.28); FILE MERGED 2006/01/17 10:53:14 dbo 1.134.28.1: #i49437# PATH for unopkg, pkgchk

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e7990f8f3cccbfdf38409f86153cf2c9d2ce79c]

        INTEGRATION: CWS sb46 (1.2.2); FILE MERGED 2006/01/17 13:15:13 sb 1.2.2.1: #i60701# Added missing @since tags.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f6908edd53d92ec16a26a2e4a3ff360c778b633]

        INTEGRATION: CWS sb46 (1.2.16); FILE MERGED 2006/01/19 09:22:53 jsc 1.2.16.1: #i52168# adapt since tag to the correct UDK version

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [42b90a51e8971ad6d79ec34d21c1cbe0bfb744f9]

        INTEGRATION: CWS sb46 (1.42.184); FILE MERGED 2006/01/17 14:17:19 sb 1.42.184.1: #i60706# Merged in 1.39.180.1.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [23886db7f6b697de531fe743dee22e7e620f9e5b]

        INTEGRATION: CWS sb46 (1.29.6); FILE MERGED 2006/01/13 11:56:09 sb 1.29.6.1: #i60341# Fixed ANY-related problems in the generated service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e578d58658f5135932751b08deaad60cf263551c]

        INTEGRATION: CWS sb46 (1.35.18); FILE MERGED 2006/01/13 14:18:45 sb 1.35.18.2: RESYNC: (1.35-1.36); FILE MERGED 2006/01/13 11:56:09 sb 1.35.18.1: #i60341# Fixed ANY-related problems in the generated service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [016a65ca63a7e26c5051be0c77228a7e4c6f77c8]

        INTEGRATION: CWS sb46 (1.4.8); FILE MERGED 2006/01/13 11:53:23 sb 1.4.8.1: #i60341# Enforce that an Any does not wrap another Any.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7714457c3fb398d095b01f5bf0a682d5fe23373]

        INTEGRATION: CWS sb46 (1.1.2); FILE ADDED 2006/01/13 11:53:49 sb 1.1.2.1: #i60341# Enforce that an Any does not wrap another Any.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6337eb13097eacbe77dedde1111b2663fc9a488d]

        INTEGRATION: CWS sb46 (1.8.8); FILE MERGED 2006/01/13 11:53:22 sb 1.8.8.1: #i60341# Enforce that an Any does not wrap another Any.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d5262a40c473c15623557365b778fdd9d20b5b]

        INTEGRATION: CWS sb46 (1.5.16); FILE MERGED 2006/01/13 11:58:45 sb 1.5.16.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf5f54ab4566972e07923693b9dc6cab2a603c3]

        INTEGRATION: CWS sb46 (1.9.16); FILE MERGED 2006/01/23 16:28:18 sb 1.9.16.2: #i60341# Commented out new test until JL has done the necessary fixes to CLI UNO. 2006/01/13 11:58:43 sb 1.9.16.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab9b80d7017b19259165a95f86e0effeb743f499]

        INTEGRATION: CWS sb46 (1.8.14); FILE MERGED 2006/01/13 11:58:41 sb 1.8.14.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e403c496a9f97073c68e7e754a43b6302ffffd0c]

        INTEGRATION: CWS sb46 (1.23.16); FILE MERGED 2006/01/13 11:58:40 sb 1.23.16.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d4be30e2f85f498f86ba7cc41bd1f95fcf7bcb0]

        INTEGRATION: CWS sb46 (1.7.32); FILE MERGED 2006/01/13 11:58:39 sb 1.7.32.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5debb246b5274a7df0c194e6f85b97c62977dcf4]

        INTEGRATION: CWS sb46 (1.1.2); FILE ADDED 2006/01/13 12:01:44 sb 1.1.2.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e1825732d0585d923efbabd529ec769df14e22]

        INTEGRATION: CWS sb46 (1.14.32); FILE MERGED 2006/01/13 11:58:28 sb 1.14.32.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8327a067065783fe3b54e611278d7fa37c2a67e]

        INTEGRATION: CWS sb46 (1.8.16); FILE MERGED 2006/01/13 11:58:19 sb 1.8.16.1: #i60341# Test service constructors.

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [3156164df74769076a3a1b8fc0ba3c9dfa28e330]

        INTEGRATION: CWS qwizardspp2 (1.10.2); FILE MERGED 2006/01/12 16:15:37 bc 1.10.2.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [33b53fee15814d6b30b294608d3b74677cc982f9]

        INTEGRATION: CWS qwizardspp2 (1.14.18); FILE MERGED 2006/01/12 16:15:34 bc 1.14.18.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b2ce2ee59c6f4f0bffd370546c785311d0e56b4]

        INTEGRATION: CWS qwizardspp2 (1.11.24); FILE MERGED 2006/01/12 16:15:31 bc 1.11.24.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [45547a38f53054dd7fee2a1a7861f768c8596e84]

        INTEGRATION: CWS qwizardspp2 (1.7.2); FILE MERGED 2006/01/12 16:15:27 bc 1.7.2.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e1fb98a156e4254c8f5e3d8041c76b0780c536]

        INTEGRATION: CWS qwizardspp2 (1.7.24); FILE MERGED 2006/01/12 16:15:25 bc 1.7.24.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc8a3fcb6e32644d803daacde74d79ead13e451c]

        INTEGRATION: CWS qwizardspp2 (1.66.2); FILE MERGED 2006/01/12 16:15:20 bc 1.66.2.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e49e9a94bcedaa3706cb466a31ad4150c1a42e00]

        INTEGRATION: CWS qwizardspp2 (1.8.2); FILE MERGED 2006/01/13 11:46:44 bc 1.8.2.1: #i55714#initializing of Numberformat changed

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba1e9f2766066e18f6b9d5ed3f5696734e9204a0]

        INTEGRATION: CWS qwizardspp2 (1.7.2); FILE MERGED 2006/01/12 16:15:17 bc 1.7.2.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [20de988a9f020f87912ff4b3a44d15ca4ec15819]

        INTEGRATION: CWS qwizardspp2 (1.12.4); FILE MERGED 2006/01/18 08:45:01 tv 1.12.4.2: #i58297# correct handling of language pack installation directory 2006/01/12 16:15:14 bc 1.12.4.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f59e00cbb06c2465888696bae5ae7fd3242ef3d]

        INTEGRATION: CWS qwizardspp2 (1.9.2); FILE MERGED 2006/01/12 16:15:12 bc 1.9.2.1: #i59756# new Itemlistener added to WWD_Startup.java

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [84d57835d5f374d1d9accae51ea1a89115f25c50]

        INTEGRATION: CWS qwizardspp2 (1.5.4); FILE MERGED 2006/01/10 16:51:25 tv 1.5.4.1: #i58297# correct HIDs Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [328230cafd6e617ff9a95a83b6c034381afe75b8]

        INTEGRATION: CWS qwizardspp2 (1.3.128); FILE MERGED 2006/01/10 16:51:25 tv 1.3.128.1: #i58297# correct HIDs Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e69b9afe34e64c739667ec0b0a679b7920f13a12]

        INTEGRATION: CWS qwizardspp2 (1.4.24); FILE MERGED 2006/01/11 16:47:44 bc 1.4.24.1: #i55714#fallback for Datatype.Boolean added Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [63f73cc363ccb42777fc94c179d630277be23116]

        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>  [a5a1599b7b7b6a3d551d2b41d87960d099710b2a]

        INTEGRATION: CWS qwizardspp2 (1.4.24); FILE MERGED 2006/01/11 16:47:43 bc 1.4.24.1: #i55714#fallback for Datatype.Boolean added Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a47a124ff58d4d7d3e9cece02def9a38dba324b]

        INTEGRATION: CWS qwizardspp2 (1.8.2); FILE MERGED 2006/01/19 11:07:24 bc 1.8.2.1: #i55714#when querying short name void is considered

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [e379e3bf89fbca5a83f9781d592272e6fe46458f]

        INTEGRATION: CWS qwizardspp2 (1.8.4); FILE MERGED 2006/01/10 16:50:29 tv 1.8.4.1: #i59233# fixed problem with reloading the generated template Issue number: Submitted by: Reviewed by:

2006-01-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dd3fc1e1b8ddb727f43cd0b7f7c0282922de51d]

        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>  [778db5e3e4cf21e5a1b65b39f0f58369c7255863]

        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>  [12000c019772872739843cd5809b2fccd0c2fdbf]

        new version for SRC680

2006-01-25  Vladimir Glazounov  <vg@openoffice.org>  [770c8b796267497d450ca1d8fb1725b72bccf950]

        new version for SRC680

2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [20d9324fa786000e8d243b3ef8f1b08d2b31d7ca]

        Initial revision. Note that tests for template tools are run during the normal build.

2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [560b68bb63b6777ba7357fc23089b02835596a10]

        Initial revision

2006-01-25  Thorsten Behrens  <thb@openoffice.org>  [8709627cb8b7eda309202bc2f3a8b13dbe14f1c3]

        Initial revision. To be used for our standard, pimpled copy-on-write pattern.

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a31ddd7223d1a4e3ae85068bc47aab94ef566e5]

        SRC680

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [e80a9242bf62a9e1c396d6a1087a308aafc79555]

        INTEGRATION: CWS rowsetdel (1.2.12); FILE MERGED 2006/01/20 10:07:46 fs 1.2.12.1: #i55731# DB test previously relied on an implementation detail of the RowSet service, which now changed (as is well-defined at the API)

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [45faa4d7bf5ef6d744228002b916cd462761100f]

        INTEGRATION: CWS rowsetdel (1.9.72); FILE MERGED 2006/01/25 14:53:46 fs 1.9.72.2: manual RESYNC to HEAD 2006/01/19 09:04:09 fs 1.9.72.1: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5a7e41d5793c731979e28426cb4242ec526e11c]

        INTEGRATION: CWS rowsetdel (1.25.76); FILE MERGED 2006/01/25 14:47:26 fs 1.25.76.5: manual RESYNC to HEAD 2006/01/20 09:01:24 fs 1.25.76.4: #i55731# deleteRows now implemented in the RowSet itself 2006/01/19 09:04:09 fs 1.25.76.3: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies 2006/01/19 07:12:27 fs 1.25.76.2: #i55731# removed some unused code from the cache 2006/01/16 10:12:23 fs 1.25.76.1: #i55731# fixed the handling for deleting rows. In particular, remove m_bDeleted, since this is an attribute of the RowSet/Clone now, not the cache

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [354358d02fb4f5485aa61e69fd5d3a2751a18523]

        INTEGRATION: CWS rowsetdel (1.80.12); FILE MERGED 2006/01/25 14:46:53 fs 1.80.12.9: #i10000# clearModified was duplicate 2006/01/25 14:44:20 fs 1.80.12.8: manual RESYNC to HEAD 2006/01/25 12:59:11 fs 1.80.12.7: RESYNC: (1.80-1.81); FILE MERGED 2006/01/20 09:01:23 fs 1.80.12.6: #i55731# deleteRows now implemented in the RowSet itself 2006/01/19 09:04:08 fs 1.80.12.5: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies 2006/01/19 07:12:27 fs 1.80.12.4: #i55731# removed some unused code from the cache 2006/01/18 13:59:17 fs 1.80.12.3: #i55731# moveToInsertRow must also fire a RowCountChange - might happen in case the current row is deleted 2006/01/16 10:16:01 fs 1.80.12.2: #i10000# 2006/01/16 10:12:21 fs 1.80.12.1: #i55731# fixed the handling for deleting rows. In particular, remove m_bDeleted, since this is an attribute of the RowSet/Clone now, not the cache

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e5f3f398acede13a299e015d8313a87d9059fd6]

        INTEGRATION: CWS rowsetdel (1.32.74); FILE MERGED 2006/01/20 12:09:19 fs 1.32.74.4: #i55731# slightly corrected onDeleteRow/onDeletedRow 2006/01/20 09:02:51 fs 1.32.74.3: #i55731# deletion of rows even more refined 2006/01/19 09:04:07 fs 1.32.74.2: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies 2006/01/16 10:10:23 fs 1.32.74.1: #i55731# fixed the handling when deleting records

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8afdc5f39df77735cb52f9409c711b05b0d1e4b4]

        INTEGRATION: CWS rowsetdel (1.80.12); FILE MERGED 2006/01/20 12:09:18 fs 1.80.12.8: #i55731# slightly corrected onDeleteRow/onDeletedRow 2006/01/20 09:02:50 fs 1.80.12.7: #i55731# deletion of rows even more refined 2006/01/19 09:04:07 fs 1.80.12.6: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies 2006/01/19 08:27:04 fs 1.80.12.5: #i55731# previous now also fires RowCount Changes - can happen whe moving away from a deleted row 2006/01/19 07:12:26 fs 1.80.12.4: #i55731# removed some unused code from the cache 2006/01/18 14:50:28 fs 1.80.12.3: #i55731# some more fine-tuning to the behaviour when deleting a row 2006/01/18 13:58:39 fs 1.80.12.2: #i55731# impl_getRowCount: rowDeleted is not true when we're on the insert row 2006/01/16 10:09:54 fs 1.80.12.1: #i55731# fixed the handling when deleting records

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [094d142894e4fedd4122569d3f1684be4b223b55]

        INTEGRATION: CWS rowsetdel (1.41.74); FILE MERGED 2006/01/20 12:09:18 fs 1.41.74.3: #i55731# slightly corrected onDeleteRow/onDeletedRow 2006/01/20 09:02:49 fs 1.41.74.2: #i55731# deletion of rows even more refined 2006/01/16 10:12:37 fs 1.41.74.1: #i55731# fixed the handling when deleting records

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [751687101ec03a6fb9687bc0a550b0e4b779da95]

        INTEGRATION: CWS rowsetdel (1.139.16); FILE MERGED 2006/01/25 14:51:10 fs 1.139.16.7: manual RESYNC to HEAD 2006/01/20 12:09:17 fs 1.139.16.6: #i55731# slightly corrected onDeleteRow/onDeletedRow 2006/01/20 09:02:48 fs 1.139.16.5: #i55731# deletion of rows even more refined 2006/01/19 09:04:06 fs 1.139.16.4: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies 2006/01/18 14:50:28 fs 1.139.16.3: #i55731# some more fine-tuning to the behaviour when deleting a row 2006/01/18 13:57:33 fs 1.139.16.2: #i55731# moveToInsertRow must also fire a RowCountChange - might happen in case the current row is deleted 2006/01/16 10:12:36 fs 1.139.16.1: #i55731# fixed the handling when deleting records

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [078b3440d7a3bb38aa8ec8ef1969e725c9815f5e]

        INTEGRATION: CWS rowsetdel (1.3.76); FILE MERGED 2006/01/20 07:38:05 fs 1.3.76.1: allow running single tests

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [856c4f625edb900fa0aa3598e071e3395452d0a6]

        INTEGRATION: CWS rowsetdel (1.6.74); FILE MERGED 2006/01/18 14:59:41 fs 1.6.74.1: allow fine-tuned test runs (not only everything)

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [85ff0bd81c7a22b1d42f8dd632ac2de562c23e8a]

        INTEGRATION: CWS rowsetdel (1.4.68); FILE MERGED 2006/01/19 07:13:51 fs 1.4.68.3: #i55731# more tests. Some of the currently fail and have to be fixed separately 2006/01/18 15:25:42 fs 1.4.68.2: #i55731# 2006/01/18 14:58:58 fs 1.4.68.1: #i55731# extended the RowSet test - now also caring for deleteRow with all (hopefully) its consequences

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [61fcc5ffa5104431c64b67f25e47a22ad7e34ad2]

        INTEGRATION: CWS rowsetdel (1.72.236); FILE MERGED 2006/01/16 10:08:11 fs 1.72.236.1: #i55731# slightly fixed the deletetion handling

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd137ca53430b0e96aee21399b7fbda8cf395a1e]

        INTEGRATION: CWS rowsetdel (1.51.212); FILE MERGED 2006/01/20 09:00:39 fs 1.51.212.2: #i55731# during don't update while doing a deleteRows 2006/01/16 10:08:11 fs 1.51.212.1: #i55731# slightly fixed the deletetion handling

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a0d373381f9b24de29ff7daed8ff30fd3bde48a]

        INTEGRATION: CWS rowsetdel (1.19.62); FILE MERGED 2006/01/19 08:26:18 fs 1.19.62.1: #i55731# extended the documentation to cover deletions of rows

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3607dc952ef22099b274fe28e05afb1aecf49bad]

        INTEGRATION: CWS rowsetdel (1.14.22); FILE MERGED 2006/01/16 09:51:35 fs 1.14.22.1: #i55731# +StandardSQLState and friends

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba4b2fe8e34d079cb6388f2ec4f349c25076d423]

        INTEGRATION: CWS rowsetdel (1.13.22); FILE MERGED 2006/01/16 09:51:25 fs 1.13.22.1: #i55731# +StandardSQLState and friends

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd8a6cfd15b4ee925e54885cd829ce833b31303c]

        INTEGRATION: CWS ka006 (1.37.134); FILE MERGED 2006/01/04 14:57:40 ka 1.37.134.1: #120142#: making theme locking safe

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [97015f5cd1f51aa69e4d7bee4ced458aef225d1b]

        INTEGRATION: CWS ka006 (1.34.208); FILE MERGED 2006/01/04 14:52:00 ka 1.34.208.1: #i48062#: added support for old XML format

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a19ff5772a3a9f8ccc377253749224d718b557f6]

        INTEGRATION: CWS ka006 (1.20.138); FILE MERGED 2006/01/04 14:57:39 ka 1.20.138.1: #120142#: making theme locking safe

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [fae9f39c411c7a11583d6c8a358e37f26b52efff]

        INTEGRATION: CWS ka006 (1.9.90); FILE MERGED 2006/01/04 14:57:39 ka 1.9.90.1: #120142#: making theme locking safe

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [85716b239dd07a0deb4044c82e5cf653b4d6975f]

        INTEGRATION: CWS ka006 (1.7.138); FILE MERGED 2006/01/04 14:57:39 ka 1.7.138.1: #120142#: making theme locking safe

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0ad24b3ffced13b5b3dfad516b51fab0f757714]

        INTEGRATION: CWS ka006 (1.9.210); FILE MERGED 2006/01/13 15:38:32 ka 1.9.210.2: RESYNC: (1.9-1.10); FILE MERGED 2006/01/04 14:47:57 ka 1.9.210.1: #i48062#: added support for old XML format

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a79f1cf19220dc3097b57401503e7c63272302a4]

        INTEGRATION: CWS stlusagefix01 (1.3.2); FILE MERGED 2006/01/16 14:48:09 rt 1.3.2.1: #i60482# Activated database test again.

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [d14e37d08f19ba701335ffef0e8dce20686fb569]

        INTEGRATION: CWS stlusagefix01 (1.65.16); FILE MERGED 2006/01/17 09:00:21 oj 1.65.16.1: #i60480# stl usage corrected

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [59c361d0fbd28fc35d5c84303c3308b6ffde369c]

        INTEGRATION: CWS stlusagefix01 (1.7.74); FILE MERGED 2006/01/16 13:47:17 oj 1.7.74.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [163fc55b2253b017e2ce7297e6e925792e145a67]

        INTEGRATION: CWS stlusagefix01 (1.10.2); FILE MERGED 2006/01/17 09:00:20 oj 1.10.2.2: #i60480# stl usage corrected 2006/01/16 13:47:16 oj 1.10.2.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0100b8751809215f21f5bd12630638ae14aa4b0b]

        INTEGRATION: CWS stlusagefix01 (1.25.74); FILE MERGED 2006/01/17 09:00:19 oj 1.25.74.2: #i60480# stl usage corrected 2006/01/16 13:47:16 oj 1.25.74.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3649a9cfeac39b374ad4510f1e7f53fda5f29c66]

        INTEGRATION: CWS stlusagefix01 (1.80.10); FILE MERGED 2006/01/17 09:00:17 oj 1.80.10.3: #i60480# stl usage corrected 2006/01/17 06:55:27 oj 1.80.10.2: #i60480# stl calc corrected 2006/01/16 13:47:16 oj 1.80.10.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b23d0c035be021d1822d20ca1939af4cf5e22a7]

        INTEGRATION: CWS stlusagefix01 (1.32.72); FILE MERGED 2006/01/16 13:47:16 oj 1.32.72.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a3dea132ebc29041254a32e73e046d47862fad5]

        INTEGRATION: CWS stlusagefix01 (1.80.10); FILE MERGED 2006/01/17 09:00:13 oj 1.80.10.2: #i60480# stl usage corrected 2006/01/16 13:47:16 oj 1.80.10.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2add0c0aace2b7cae066f641819b22dd0817e1ba]

        INTEGRATION: CWS stlusagefix01 (1.139.14); FILE MERGED 2006/01/17 09:00:09 oj 1.139.14.2: #i60480# stl usage corrected 2006/01/16 13:47:15 oj 1.139.14.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [053db0f26ecf7162988d0fad4ad0e0a564e71604]

        INTEGRATION: CWS stlusagefix01 (1.14.16); FILE MERGED 2006/01/16 13:47:15 oj 1.14.16.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf6697dfbac97d706a2fe0c051fa76e6ee4a777]

        INTEGRATION: CWS stlusagefix01 (1.30.16); FILE MERGED 2006/01/16 13:47:15 oj 1.30.16.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3727798ace7f6f68f0bcd5c2842984a851343591]

        INTEGRATION: CWS stlusagefix01 (1.8.16); FILE MERGED 2006/01/16 13:47:15 oj 1.8.16.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [33979da0f9e962a1bec181b5db274a0d9fb9876c]

        INTEGRATION: CWS stlusagefix01 (1.13.16); FILE MERGED 2006/01/16 13:47:15 oj 1.13.16.1: #i60480# fix stl usage

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b70deec58e9257dbc395762908bfbf12d04c0a09]

        INTEGRATION: CWS stlusagefix01 (1.72.82); FILE MERGED 2006/01/16 15:43:27 od 1.72.82.2: #i60633# - add additional comment to a suspect code-snip 2006/01/16 13:09:13 od 1.72.82.1: #i60633# <WW8ListManager::ReadLVL(..)>          - suppress access on <aOfsNumsXCH.end()>

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [33777becb3fe5c77af98535b95b271cb587860e9]

        INTEGRATION: CWS stlusagefix01 (1.2.106); FILE MERGED 2006/01/17 11:42:01 od 1.2.106.1: #i60652# class <SwNumberTreeNode>          - assure that, before elements are deleted from STL:set            <mChildren>, member <mItLastValid> is adjusted.            Otherwise, the element, which is referenced by <mItLastValid>, 	   is destroyed.

2006-01-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [570e0dc77fc163bec3b2985740e76b131555901a]

        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>  [93dbbc2bd11a6f1023b103503fce305d3fa663d0]

        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>  [cd0db0ec46062197e29bb38678e93be23bf7e23d]

        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>  [7114ac062430e8216d0f495aa28e2d8495fb5133]

        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>  [664056e28aeafa9bf5f4b122a18b2629ad961a60]

        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>  [b971aa7fb3fef610ba9feadfbbb997a1556b3653]

        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>  [e6ee7bf677281e7c8cb6ee612464ece377a8c1bd]

        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>  [45f48c3ec4ceebff7520a05dd87d3ada80ed48cc]

        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>  [56a61adc3f72c8922256e81f7aa203a81b522c92]

        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>  [c55be0fbecc4efa8b97f0934e033dbfa5eeaac32]

        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>  [46c753af6ba1a44b4ea7039536b8828f3d07caeb]

        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>  [bc96b5ecb7e771547dcd7b2a36b951b2deb53e2a]

        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>  [0affad5f671f6e2dc6f6985e86c302d65eb042e1]

        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>  [8782c48d0af8eb9a6a6c1faffabf24c7caf16d43]

        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>  [ee80e3ea457a8a0e4532cca1688c3dc61aaaaa6e]

        INTEGRATION: CWS editengss01 (1.62.42); FILE MERGED 2006/01/16 14:49:15 mt 1.62.42.2: RESYNC: (1.62-1.63); FILE MERGED 2005/12/07 09:59:29 mt 1.62.42.1: #126385# Just a comment for a bug fix done in m139

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ddede6268fbfa4312b5c26ac48850f9ed6015e9]

        INTEGRATION: CWS editengss01 (1.60.90); FILE MERGED 2006/01/16 14:39:58 mt 1.60.90.2: RESYNC: (1.60-1.61); FILE MERGED 2005/12/09 12:16:02 mt 1.60.90.1: #127913# Execption for clipboard content, and avoid assertion from OnlineSpelling...

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12b425e41cdd17b0f24160cf7e4b59d92ecf561]

        INTEGRATION: CWS editengss01 (1.104.40); FILE MERGED 2006/01/16 14:39:45 mt 1.104.40.2: RESYNC: (1.104-1.105); FILE MERGED 2005/12/09 12:16:02 mt 1.104.40.1: #127913# Execption for clipboard content, and avoid assertion from OnlineSpelling...

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [987288c44728a494cd6acadee482bb534daef4a4]

        INTEGRATION: CWS editengss01 (1.55.168); FILE MERGED 2005/12/07 17:13:00 mt 1.55.168.1: #123688# Don't crash if pDragAndDropInfo doesn't exist...

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e28c15b333f3077b630ac53f9b805d277a3cd1]

        INTEGRATION: CWS sb42 (1.4.34); FILE MERGED 2005/12/19 09:23:00 sb 1.4.34.1: #i55733# Avoid final : in LD_LIBRARY_PATH etc.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d8c754ad6c8fa7a47b129e2f094264288e4ce8d]

        INTEGRATION: CWS sb42 (1.19.34); FILE MERGED 2006/01/11 09:40:18 sb 1.19.34.2: RESYNC: (1.19-1.20); FILE MERGED 2005/12/19 09:23:48 sb 1.19.34.1: #i55733# Avoid consecutive :s in LD_LIBRARY_PATH etc; patch supplied by pmladek.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3cd3716980b2eced19d7c6e6c61342e362a86e4]

        INTEGRATION: CWS sb42 (1.129.42); FILE MERGED 2006/01/11 09:39:14 sb 1.129.42.2: RESYNC: (1.129-1.134); FILE MERGED 2005/12/19 09:52:03 sb 1.129.42.1: #i55733# Avoid final : in LD_LIBRARY_PATH etc. in various start scripts.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9b82f342a8eafa9147f7a49728deb4d881c1311]

        INTEGRATION: CWS sb42 (1.8.26); FILE MERGED 2006/01/04 15:48:21 sb 1.8.26.1: #i55137# Made member function const.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fab7a005101de8c16083903c3efecf7de3e3f47c]

        INTEGRATION: CWS sb42 (1.3.12); FILE MERGED 2005/12/01 16:58:34 jl 1.3.12.1: #58239# test did not build

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d652a997308e285d9a141771e247f58e793904f]

        INTEGRATION: CWS sb42 (1.3.26); FILE MERGED 2006/01/04 15:51:33 sb 1.3.26.1: #i55137# When a corrupted configuration has been detected, while calling the interaction handler to ask whether to repair it, the interaction handler might try recursively a second time to create a view on the corrupted data.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a8a08048684f1609475fb68c4954c947861da07]

        INTEGRATION: CWS sb42 (1.8.26); FILE MERGED 2006/01/09 14:13:06 sb 1.8.26.1: #i49572# Fixed memory leak and remove unused local function.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a728efba3b402b921f91e74d22c5610e2a8a1a]

        INTEGRATION: CWS sb42 (1.3.26); FILE MERGED 2006/01/11 11:02:22 sb 1.3.26.2: #i55137# missing friend declaration 2006/01/04 15:51:33 sb 1.3.26.1: #i55137# When a corrupted configuration has been detected, while calling the interaction handler to ask whether to repair it, the interaction handler might try recursively a second time to create a view on the corrupted data.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6b4eab231c405b83cd108a35773732e5d1b1263]

        INTEGRATION: CWS sb42 (1.8.26); FILE MERGED 2006/01/04 15:51:32 sb 1.8.26.1: #i55137# When a corrupted configuration has been detected, while calling the interaction handler to ask whether to repair it, the interaction handler might try recursively a second time to create a view on the corrupted data.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4bafe978e11cc90b1f5bbc271b8802c1aac3878]

        INTEGRATION: CWS sb42 (1.23.26); FILE MERGED 2006/01/04 15:51:32 sb 1.23.26.1: #i55137# When a corrupted configuration has been detected, while calling the interaction handler to ask whether to repair it, the interaction handler might try recursively a second time to create a view on the corrupted data.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8742f444b23a4615a6786f2c0507e5b66062b99b]

        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>  [b801da1b2a0542bca5f9a701284e33f05319e6ff]

        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>  [0bef07d1a60526f0d606e544f064c2f89810c385]

        INTEGRATION: CWS sb42 (1.24.6); FILE MERGED 2005/12/02 08:30:26 jl 1.24.6.1: #128637# check if XStorage is != null when signature is verified

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e106077acad40fa81ddc4a20c2047d013bc81564]

        INTEGRATION: CWS c08v001 (1.55.66); FILE MERGED 2006/01/10 16:38:14 rt 1.55.66.3: #i46964# new desktop integration packaging (taken from CWS sysui12) 2006/01/04 14:35:57 is 1.55.66.2: #129362# no adabas for c08office 2006/01/04 14:22:22 is 1.55.66.1: #129362# no adabas for c08office

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fb30b0fa0a1c8f83824b947ce1ac420bb1965e1]

        INTEGRATION: CWS c08v001 (1.43.10); FILE MERGED 2006/01/10 16:38:15 rt 1.43.10.2: #i46964# new desktop integration packaging (taken from CWS sysui12) 2006/01/09 10:32:47 obr 1.43.10.1: #129470# back-porting changes from sysui12

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4be012825d4d9171fe36cd2b52c7e32fe07010fd]

        INTEGRATION: CWS c08v001 (1.8.68); FILE MERGED 2006/01/04 14:40:47 is 1.8.68.3: #129362# no adabas for c08office 2006/01/04 14:36:01 is 1.8.68.2: #129362# no adabas for c08office 2006/01/04 14:22:23 is 1.8.68.1: #129362# no adabas for c08office

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebc41420264bf3ebe897845f6d3f4f3c391a481e]

        INTEGRATION: CWS c08v001 (1.60.62); FILE MERGED 2006/01/17 17:16:19 hro 1.60.62.2: #129366#, #129509# New icons for IGOS office 2006/01/04 15:53:00 hro 1.60.62.1: #129509# #129366# Added new customized icons and bin targets

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f16d3fe9f60a68f649125e4efa20478a0c7c2bf8]

        INTEGRATION: CWS c08v001 (1.43.70); FILE MERGED 2006/01/17 17:15:45 hro 1.43.70.2: #129366#, #129509# New icons for IGOS office 2006/01/04 15:52:31 hro 1.43.70.1: #129509# #129366# Added new customized icons and bin targets

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b48f6c7a347d15002cea8c249239d1ad1c6f242]

        INTEGRATION: CWS c08v001 (1.129.24); FILE MERGED 2006/01/05 12:29:14 cd 1.129.24.1: #129365# Added Controller.xcs/xcu

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [09997a0803f4138c8472d8bfe35066f7a09bfd4f]

        INTEGRATION: CWS c08v001 (1.28.68); FILE MERGED 2005/12/20 14:40:55 is 1.28.68.1: #129362# new c08office, msi productversion < 256

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2d283fb04677b01cd74a5832e6035a645d47d6]

        INTEGRATION: CWS c08v001 (1.10.70); FILE MERGED 2005/12/20 10:14:04 is 1.10.70.1: #129362# removing adabas module

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [176600981155799a725b38d2760abfafaf5425b1]

        INTEGRATION: CWS c08v001 (1.100.34); FILE MERGED 2006/01/05 12:18:26 cd 1.100.34.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [368e2d72870f5330b5f0c50025d138e4f502afcf]

        INTEGRATION: CWS c08v001 (1.4.72); FILE MERGED 2006/01/05 12:12:38 cd 1.4.72.1: #129365# Added value property for controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cf7c65b5b41c5440c7c0d0ff5a3af7719cff673]

        INTEGRATION: CWS c08v001 (1.1.2); FILE ADDED 2006/01/05 12:11:51 cd 1.1.2.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ed4209a3473a730720fc36e3fdafa9902545e21]

        INTEGRATION: CWS c08v001 (1.9.68); FILE MERGED 2006/01/05 12:18:25 cd 1.9.68.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [86829c1d767684f440b1b06740a29875fdc00d4b]

        INTEGRATION: CWS c08v001 (1.32.72); FILE MERGED 2006/01/05 12:18:24 cd 1.32.72.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01646217667b899af922a6ace9855057fcc007f0]

        INTEGRATION: CWS c08v001 (1.1.2); FILE ADDED 2006/01/05 12:11:28 cd 1.1.2.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [51621477772ee304ce9757d23e9352fc44714c64]

        INTEGRATION: CWS c08v001 (1.37.36); FILE MERGED 2006/01/05 12:18:23 cd 1.37.36.1: #129365# Added simple text statusbar controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e0f67912b1c52f664a6b4682d2a07cba3792b29]

        INTEGRATION: CWS c08v001 (1.9.72); FILE MERGED 2006/01/05 12:25:31 cd 1.9.72.1: #129365# Added value property for controller

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f7e19ead3520f07c50616e84d483c966a0c5b9]

        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>  [5be1dab47564e9b871cccb2f0b07f4f66edeeb12]

        INTEGRATION: CWS impress82 (1.103.106); FILE MERGED 2006/01/13 13:51:05 mt 1.103.106.1: #b6371400# ImplCreateLines: Don't evaluate line spacing item when bSameLineAgain

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d6f2c9e4d0ec0a5daf2254e7fa8428f31c69163]

        INTEGRATION: CWS impress82 (1.54.12); FILE MERGED 2006/01/13 09:27:49 af 1.54.12.1: #i59323# Ending text editing mode when ViewShell is being shut down.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c5beca1653a268e78203e6dc0ba03702109fe8f]

        INTEGRATION: CWS impress82 (1.22.14); FILE MERGED 2006/01/18 09:59:52 af 1.22.14.2: #i59323# Moved meOriginalEditMode into Implementation class. 2006/01/13 09:26:51 af 1.22.14.1: #i59323# Introduced Implementation class.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a920a6fdbff03ff3420f31e4be9386d4f5883b6]

        INTEGRATION: CWS impress82 (1.91.46); FILE MERGED 2006/01/17 15:38:43 cl 1.91.46.1: #130231# do not call dispose in d'tor, call it during last release call

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa092fe054ca27c8cf3f379382e53b4f5742d3f9]

        INTEGRATION: CWS impress82 (1.13.94); FILE MERGED 2006/01/17 10:53:34 af 1.13.94.2: #129025# Using SlideSorterViewShell::GetSlideSorter(). 2006/01/11 12:41:36 af 1.13.94.1: #128348# Using the right SfxDispatcher.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [90d12540cc9c922f13cf3ad6b7da6c7dde6c0328]

        INTEGRATION: CWS impress82 (1.3.104); FILE MERGED 2006/01/16 16:19:19 af 1.3.104.1: #126734# Listening for ViewShell being destroyed.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [de8b858508a3ce2c0289f0fe3de3f2a59c351fed]

        INTEGRATION: CWS impress82 (1.3.104); FILE MERGED 2006/01/16 16:19:03 af 1.3.104.1: #126734# Listening for ViewShell being destroyed.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8700a360b31254bcc1431a20d9f86da96380f11]

        INTEGRATION: CWS impress82 (1.36.12); FILE MERGED 2006/01/13 10:01:19 af 1.36.12.1: #126494# Added checking file filters to ScanDocmenu.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b524ef3790e4dfd2dda6ac8ec434dbf88dcc122]

        INTEGRATION: CWS impress82 (1.11.104); FILE MERGED 2006/01/18 10:00:30 af 1.11.104.2: #i59323# Moved meOriginalEditMode into Implementation class. 2006/01/13 09:22:58 af 1.11.104.1: #i59323# Introduced Implementation class.

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [91ee939678568accdfa9b0fbfba8eadc83e81fbd]

        INTEGRATION: CWS impress82 (1.91.42); FILE MERGED 2006/01/17 15:36:28 cl 1.91.42.1: #130231# release open contexts if there was an exception during import

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e241121a3cb23f453ef928cee37fce87a8319916]

        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>  [d76126f681c0b6ba424e751efe0cb6ae21849328]

        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>  [aa5a6da991063e381d0d13cdc3c1118f0b0b81fe]

        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>  [8bf94e9463375edb732b04d7f60fd5a820eaf9d5]

        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-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4723e963e4fb62e623db628ee443b2c7b0eaa440]

        INTEGRATION: CWS impress82 (1.44.40); FILE MERGED 2006/01/13 13:28:28 sj 1.44.40.1: #i55992# solid polygon fillings are now saved without losing bezier information

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab22f4128892ab22b2096637a3c292c492f2fda]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:09 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [07a174daa295160fc7597edd076683843f8f0a21]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:08 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff8a6dce83f147f6eacaccce7a44802baf608ae1]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:06 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [03099842270b05c1e3466fd1f1190956ae773d3b]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:05 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [30bc13ce4c15d6f8830988542cd2745443aecfec]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:04 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9dcf43ecf9d0a2435f1ef4cdd12e32a6edc630f]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:03 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fbcd7c6b8de0c0335d8929a0f4354388b929617]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:02 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b13b494a1e318bc2618c951d9a6c390b3d2c21]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:01 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [40c0f36e3352844743cc09c771e994f0ac519bb1]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:44:00 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9610b4126a84661f0d37eb9f5b0c3410b3cc7226]

        INTEGRATION: CWS impress82 (1.5.122); FILE MERGED 2006/01/17 14:43:59 sj 1.5.122.1: #i60704# added media type for ppt and excel

2006-01-23  Christian Lippka  <cl@openoffice.org>  [3e5f6834cd586d87cbd0a901aaec288907eddc35]

        #124697# fixed wrong OSL_PRECOND macros for linux nonpro build

2006-01-23  Oliver Bolte  <obo@openoffice.org>  [f65edbfa4490784e30f3900d0102ee977c49c981]

        #i10000# no return value for :GetCopyOfLastCommit( uno::Reference< io::XStream >& xTargetStream, const ::rtl::OUString& aPass ) method

2006-01-20  Vladimir Glazounov  <vg@openoffice.org>  [f363675c2142ebc65b248a7f658d8e0ced7adde1]

        new version for SRC680

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [574cd0fd1b7b8b7556046c04522ed46a0747e3dd]

        #i10000# generated with changes from cws cmcfixes23 and macosx20xfixes01

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [01f2a2badefd1f546a2d201b938d33b54881f23a]

        SRC680

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [c6692b647f5e46c3c7c4ffe8f39305c0d224d753]

        INTEGRATION: CWS pj48 (1.26.30); FILE MERGED 2006/01/08 08:45:22 pjanik 1.26.30.1: #i60036#: Mac OS X: make gcc silent about redefined endian macros

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [428343eca56cdabf9682842b70117448fdaddc49]

        INTEGRATION: CWS pj48 (1.7.56); FILE MERGED 2006/01/08 08:47:35 pjanik 1.7.56.2: #i60036#: Mac OS X: make gcc silent about redefined endian macros 2006/01/07 10:19:13 pjanik 1.7.56.1: #i60036#: Mac OS X: make gcc silent about redefined endian macros

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ada1a361bd853722cbfc0212ac59e0feac593e06]

        INTEGRATION: CWS pj48 (1.27.2); FILE MERGED 2006/01/20 11:26:47 pjanik 1.27.2.3: #i60088#: Use SVX_RESSSTR instead of SVX_RESSTR to prevent type casting. 2006/01/20 06:04:26 pjanik 1.27.2.2: #i60088#: using SVX_RESSTR is enough. 2006/01/07 09:53:04 pjanik 1.27.2.1: #i60088#: Fix gcc 3.3.x breakage.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [87b2280160399ad9e23b17948b88efc30d984fff]

        INTEGRATION: CWS pj48 (1.95.30); FILE MERGED 2006/01/07 10:07:13 pjanik 1.95.30.1: #i53270#: When using system libjpeg on Mac OS X (fink, ...), it is -ljpeg.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3cc42ecd9bd332be9e17e5d7779e0516f5af2388]

        INTEGRATION: CWS pj48 (1.7.34); FILE MERGED 2006/01/07 10:12:04 pjanik 1.7.34.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [cebe0b2667fd2db21053f59347461fe2f52a8380]

        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>  [a080aa666bc38373ce06b51edf37e0c25f6fc5e6]

        INTEGRATION: CWS pj48 (1.9.34); FILE MERGED 2006/01/07 10:12:04 pjanik 1.9.34.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7a31d688aefc3dc2bc4d9a95afe30cbdb9e0d954]

        INTEGRATION: CWS pj48 (1.10.34); FILE MERGED 2006/01/07 10:12:04 pjanik 1.10.34.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [343d1d7f0b59e21981f832183ea8b6bd0628287c]

        INTEGRATION: CWS bserver12 (1.8.46); FILE MERGED 2006/01/16 17:17:37 kz 1.8.46.1: #130263# fix broadcast of dynamical directories on cws

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [745e8baf61d8d28ae22c2336f5c0e47afb238756]

        INTEGRATION: CWS pj48 (1.36.28); FILE MERGED 2006/01/07 10:12:04 pjanik 1.36.28.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3ec2e05350220a6b6e302d353220d6599b67a8aa]

        INTEGRATION: CWS pj48 (1.7.34); FILE MERGED 2006/01/07 10:12:03 pjanik 1.7.34.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [fc107c3b2069fe01b238fa946213f965d244022e]

        INTEGRATION: CWS pj48 (1.6.34); FILE MERGED 2006/01/07 10:12:03 pjanik 1.6.34.1: #i53335#: Include system neon properly.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7b822f3035b2b44d7fd4cb4696970be5070205e3]

        INTEGRATION: CWS obo03 (1.3.46); FILE MERGED 2006/01/19 14:24:26 obo 1.3.46.1: #i56125# check file size

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3e9996b2ebb2eb8408f11fd2cda13e2e065a9cf3]

        INTEGRATION: CWS obo03 (1.1.2); FILE ADDED 2006/01/19 16:43:13 obo 1.1.2.2: Error: added to die call 2006/01/19 14:25:03 obo 1.1.2.1: #i56125# check file size

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [1dfd9be9c0999091de855972d45882ae92b8abd2]

        INTEGRATION: CWS obo03 (1.37.2); FILE MERGED 2006/01/19 16:59:28 rt 1.37.2.3: #i56125# Unify 'util' entry. 2006/01/19 16:53:22 obo 1.37.2.2: corrected and working now 2006/01/19 16:48:09 obo 1.37.2.1: #i56125# activate util/makefile.mk for check

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [87206de7557767c335f0f3869c5334cf4501fa88]

        INTEGRATION: CWS swqbf48 (1.35.16); FILE MERGED 2006/01/09 10:44:36 hbrinkm 1.35.16.3: #120719# Out_SwNum: insert assertion for invalid level 2005/12/05 13:38:57 hbrinkm 1.35.16.2: #120719# Out_SwNum: robustness: return false on impossible level of text node 2005/12/05 12:52:08 hbrinkm 1.35.16.1: #120719# Out_SwNum: robustness: return false on impossible level of text node

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [b97795f3198ac7b627cfba0f1448ea4642972d56]

        INTEGRATION: CWS swqbf48 (1.82.16); FILE MERGED 2005/11/30 10:36:48 flr 1.82.16.1: #124515# crash when importing complex tables

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e54aa6dd3e7e1f351dcbbcd59d44402727aabb6c]

        INTEGRATION: CWS swqbf48 (1.21.28); FILE MERGED 2005/12/14 15:06:42 ama 1.21.28.1: #i59345# cmc's patch moved to the correct position: SetFlysInDoc()

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4c3e0fb6093476c615d202a5100f30ebb7cc1f25]

        INTEGRATION: CWS swqbf48 (1.16.32); FILE MERGED 2006/01/03 15:06:34 hbrinkm 1.16.32.2: #127868# _SaveLine::CreateNew: C40INSERT seems to set pNew to NULL 2005/12/13 14:23:34 hbrinkm 1.16.32.1: #127868# _SaveLine::CreateNew: robustness, check if pNew is null

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3c285b637141897483f7920165afd66e15b1776a]

        INTEGRATION: CWS swqbf48 (1.13.34); FILE MERGED 2005/12/14 10:52:52 hbrinkm 1.13.34.1: #120328# SwUndoDelete::Undo: robustness: check for null pointer

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [c68196659ae9bc5fcd7f608ee4e196dbd3eea5e1]

        INTEGRATION: CWS swqbf48 (1.43.124); FILE MERGED 2005/11/30 09:24:41 fme 1.43.124.1: #i57555# Footnote should not be rotated in vertical layout

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [052d731e26a52847b7e44db455c92008853d7472]

        INTEGRATION: CWS swqbf48 (1.81.58); FILE MERGED 2005/12/07 11:13:57 fme 1.81.58.1: #124755# Make code robust for empty tables

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [f775f6d2658a9a6128b947513c7d18d78ec5790b]

        INTEGRATION: CWS swqbf48 (1.54.68); FILE MERGED 2005/12/14 15:09:56 ama 1.54.68.1: #i59345# Robust against defect document structure (caused by filter e.g.)

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ddefcdc2f0deb22efa94e7c59b2e260876fcbc57]

        INTEGRATION: CWS swqbf48 (1.27.122); FILE MERGED 2005/12/01 08:27:24 fme 1.27.122.1: #127787# ParkCrsr can delete the current cursor. We better not keep a reference to it

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [1f0524f838ff557e57682c8da975fd7e92f1737d]

        INTEGRATION: CWS swqbf48 (1.12.122); FILE MERGED 2005/12/02 12:16:06 fme 1.12.122.1: #127801# CalcOptimalWidth for tables containing other layout frames is buggy

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [1fba7c23a7b4cd0ad6aed3467dcdad8be671b105]

        INTEGRATION: CWS swqbf48 (1.56.32); FILE MERGED 2005/12/13 14:14:39 hbrinkm 1.56.32.4: #121647# lcl_PosOK friend of SwIndexReg => static impossible 2005/12/02 09:58:36 fme 1.56.32.3: #126107# Make UpdateCrsr robust: Table cursor may point to a table in a currently unused header 2005/12/01 11:43:47 fme 1.56.32.2: #121647# Make lcl_PosOK robust 2005/11/28 12:25:11 fme 1.56.32.1: #120360# Made code robust

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [721d296cd91f23f69a4c8bf74a0edeb796dd574e]

        INTEGRATION: CWS swqbf48 (1.5.124); FILE MERGED 2005/12/02 08:30:22 fme 1.5.124.2: #121647# Make lcl_PosOK robust 2005/12/01 11:43:24 fme 1.5.124.1: #121647# Make lcl_PosOK robust

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e38f146a2c965830558db00a51d1270d65ae68d7]

        INTEGRATION: CWS macosx20xfixes01 (1.29.74); FILE MERGED 2006/01/11 14:04:19 obr 1.29.74.1: #i57253# do not hide user directory on OS X

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e2c1842302de598e4ba0ad53aa61c473cd893a0b]

        INTEGRATION: CWS macosx20xfixes01 (1.26.6); FILE MERGED 2006/01/15 18:43:49 tra 1.26.6.1: #i55863# some code beautifying

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [547c1607caa3a283a5217c616c3482854de4f04f]

        INTEGRATION: CWS macosx20xfixes01 (1.15.34); FILE MERGED 2006/01/08 21:54:19 obr 1.15.34.1: #i57253# move config dir to ~/Library/Application Support for Mac OS X

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [8030afa8547ccdf343efe12dd476929f0fadfaa1]

        INTEGRATION: CWS macosx20xfixes01 (1.36.34); FILE MERGED 2005/11/06 06:03:30 tra 1.36.34.1: #i56734#

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [6d1a190f51cd4fdeaaba87725cb3c0dfa912fb02]

        INTEGRATION: CWS macosx20xfixes01 (1.31.34); FILE MERGED 2006/01/15 18:43:48 tra 1.31.34.4: #i55863# some code beautifying 2006/01/09 18:43:11 tra 1.31.34.3: #i55863#useless trace messages removed, debug messages consolidated 2005/10/29 13:37:58 tra 1.31.34.2: #i55863#Removed Mac OS X specific code in favor of the standard Unix dylib functions 2005/10/27 18:37:10 tra 1.31.34.1: #i55863# using the standard Unix dylib functions in favor of the Mac OS X specific APIs like NSAddImage etc. Apple has deprecated the use of the Mac OS X specific functions and suggests to use the standard functions on Mac OS X 10.3 and higher. See Apple developer documentation

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [f58d9e35317092f38212834bddce3c94f150b77b]

        INTEGRATION: CWS macosx20xfixes01 (1.12.34); FILE MERGED 2005/12/16 15:45:06 tra 1.12.34.2: #i55863# Mac OS X uses different constant for RTLD_GLOBAL 2005/10/29 13:37:27 tra 1.12.34.1: #i55863#Removed Mac OS X specific code in favor of the standard Unix dylib functions

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [fa7100eebfe4b3dcc7277618b5f2b35c93e4ffd7]

        INTEGRATION: CWS macosx20xfixes01 (1.8.12); FILE MERGED 2006/01/08 19:44:06 obr 1.8.12.2: #i57043# use open for any .app and capitalized thunderbird 2005/10/27 08:57:37 ericb 1.8.12.1: #i54948# change to make possible send active document on Mac OS X

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e7b3a23339d900437ea898e945792b9f4e11768c]

        INTEGRATION: CWS macosx20xfixes01 (1.10.20); FILE MERGED 2006/01/08 19:41:09 obr 1.10.20.3: #i57043# specify Mail without path 2005/10/27 09:40:28 ericb 1.10.20.2: #i54440# fix for non attached mails when using Send an email function 2005/10/27 08:56:52 ericb 1.10.20.1: #i54948# change to make possible send active document on Mac OS X

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [56dcf9acb5e40449eb3ba7a371866699d146a30c]

        INTEGRATION: CWS macosx20xfixes01 (1.8.6); FILE MERGED 2006/01/15 18:44:58 tra 1.8.6.2: #i55863# some code beautifying 2005/10/27 18:38:05 tra 1.8.6.1: #i55863# using the standard Unix dylib functions in favor of the Mac OS X specific APIs like NSAddImage etc. Apple has deprecated the use of the Mac OS X specific functions and suggests to use the standard functions on Mac OS X 10.3 and higher. See Apple developer documentation

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4943f76bab034168d2d6cf680375f2c93aa6eefa]

        INTEGRATION: CWS macosx20xfixes01 (1.139.2); FILE MERGED 2006/01/09 20:21:47 tra 1.139.2.3: RESYNC: (1.140-1.146); FILE MERGED 2005/12/16 16:17:40 tra 1.139.2.2: RESYNC: (1.139-1.140); FILE MERGED 2005/10/27 08:48:21 ericb 1.139.2.1: #i55093# fix typo external epm is used in Mac OSX build

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [d88aefb55ccf6ce218abf8dc31c2a4a2cdc8c04c]

        INTEGRATION: CWS macosx20xfixes01 (1.3.58); FILE MERGED 2006/01/18 16:56:52 tra 1.3.58.2: #i55073#revoking changes for this issue because issue will be removed from cws 2006/01/10 16:52:12 tra 1.3.58.1: #i55073#

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [9f911638579370fc21c5b7888cbb675eda789291]

        INTEGRATION: CWS vcl49 (1.29.114); FILE MERGED 2005/12/15 12:42:56 pl 1.29.114.1: #i56878# removed dependency on np_sdk

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [2c3b8575a81f85614a67437fe10ae3a0130d5c33]

        INTEGRATION: CWS vcl49 (1.4.60); FILE MERGED 2005/12/14 15:44:30 pl 1.4.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [d2a32f308ce25ed29fdd71cead9efced3325701c]

        INTEGRATION: CWS vcl49 (1.4.356); FILE MERGED 2005/12/14 15:44:30 pl 1.4.356.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [80a841184cd26384ce3a20a8cff949fe70b51c5f]

        INTEGRATION: CWS vcl49 (1.7.246); FILE MERGED 2005/12/14 15:44:29 pl 1.7.246.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [29279069c442e24d02164f939b6d1a19acc6946a]

        INTEGRATION: CWS vcl49 (1.8.60); FILE MERGED 2005/12/14 15:44:29 pl 1.8.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ac000d5cd58e7fbaac70efd2624c8a3f024a1486]

        INTEGRATION: CWS vcl49 (1.4.60); FILE MERGED 2005/12/14 15:44:29 pl 1.4.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [aa532dce5ab68f6a59388ef71d23a8e8c9339b74]

        INTEGRATION: CWS vcl49 (1.3.60); FILE MERGED 2005/12/14 15:44:29 pl 1.3.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7196510da6fd812ca7565d21ecddc6260f481f50]

        INTEGRATION: CWS vcl49 (1.7.58); FILE MERGED 2005/12/14 15:44:28 pl 1.7.58.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0382308333ab008450f24d239e508da1e4eb4030]

        INTEGRATION: CWS vcl49 (1.11.60); FILE MERGED 2005/12/14 15:44:28 pl 1.11.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [a53058d96521cade7ec2a15bddaff409745a8c98]

        INTEGRATION: CWS vcl49 (1.8.60); FILE MERGED 2005/12/14 15:44:28 pl 1.8.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7bc07363c8d36ad701b2962efbf661bba115d642]

        INTEGRATION: CWS vcl49 (1.35.32); FILE MERGED 2006/01/09 14:49:02 pl 1.35.32.1: #i52570# add xsltdlg resource to patch

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e027c233873eacc1a3355d7ffa5dd56f137fb9c2]

        INTEGRATION: CWS vcl49 (1.129.34); FILE MERGED 2005/12/15 15:57:30 pl 1.129.34.1: add patch flags for CWS vcl49

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [79f394b595fe538040a78a862d28c2669fed7f9b]

        INTEGRATION: CWS vcl49 (1.169.12); FILE MERGED 2005/12/15 15:57:30 pl 1.169.12.1: add patch flags for CWS vcl49

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [199f87358f3baa5410fcc0ab7e3924ccbd498ee4]

        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>  [5e2fbf787e9f38174d77c1ce6efeb1b7a56945c3]

        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>  [f72e66d677a6246d06a8d1fb1d7ff8a2291a7b91]

        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>  [156414411b8f8695bfdd1df3e9804bc95817b8b7]

        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>  [1805dcae7b1abdca8850595ab296f0bfa95f755c]

        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>  [310079347a11adcfc1b2e4cfc4edd79f5bd0f41a]

        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>  [2e3cf293a8080367fac85c4c5df728118ad0d870]

        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>  [73c480f36ba15d7cb60513914450c783aea6163e]

        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>  [a88e1f578fd36530b9ce56709c3c174a3f58cec8]

        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>  [e7ca3116009b825e8e55289976ebb640990eec72]

        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>  [523ba0ea319ca4fe1fc553cd783df28822a88b1b]

        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>  [f2de8f573a9d62ccb5b1063df731f78b16b23158]

        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>  [cc59ef8d9297dfa27f1865a15aaafe3802c7fb66]

        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>  [ef78368dd6015ef648d3e7be7176b7d8c252499d]

        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>  [8ca7f9395ca29d478a741a274f48e61965a624d5]

        INTEGRATION: CWS vcl49 (1.6.78); FILE MERGED 2005/12/14 11:48:15 pl 1.6.78.1: #i48124# appearance box should be using field color as background

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [9b5cd42320f26d2de5c3f0740f5180d56450c421]

        INTEGRATION: CWS vcl49 (1.10.48); FILE MERGED 2005/12/05 16:40:12 pl 1.10.48.1: #i56194# add: MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5c29a4ef3f95f6ecb9cabd867c937ca0f2b9641f]

        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>  [6ebc9d32d09fdb21d212b21d1bae0c2f48f02e9a]

        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>  [7799ff4621873a143260828928e76c3dc078261b]

        INTEGRATION: CWS vcl49 (1.6.60); FILE MERGED 2005/12/08 13:55:54 pl 1.6.60.1: #124987# initialize member pointers

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [c0d8edefd3fa5dc2269f3ec5c4bc4f5d912d7388]

        INTEGRATION: CWS vcl49 (1.3.60); FILE MERGED 2005/12/05 17:02:34 pl 1.3.60.1: #i56194# add: MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [8a0baf50f81a3651058454fe83afd12ff4a1bc3a]

        INTEGRATION: CWS vcl49 (1.12.60); FILE MERGED 2005/12/05 17:57:52 pl 1.12.60.2: #i56194# add: CONTEXTMENU, MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT 2005/12/05 16:51:04 pl 1.12.60.1: #i56194# add: MENU, HANGUL_HANJA, DECIMAL, TILDE, QUOTELEFT

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [b0c4cc5cf894837c1f7fa836a4a43878141b9e8f]

        INTEGRATION: CWS vcl49 (1.13.64); FILE MERGED 2005/12/09 10:14:41 pl 1.13.64.1: #i52570# a dialog should be a dialog, not a workwindow

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [a77d6f3557d2d01ade258a55669b1e0356acbcee]

        INTEGRATION: CWS vcl49 (1.5.80); FILE MERGED 2005/12/19 16:58:23 pl 1.5.80.2: #i52570# prevent accessing a dead dialog 2005/12/09 10:14:41 pl 1.5.80.1: #i52570# a dialog should be a dialog, not a workwindow

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [30f99658185f66efc7fcd1ad6d5e8c520ec1a50a]

        INTEGRATION: CWS vcl49 (1.14.80); FILE MERGED 2005/12/19 16:58:23 pl 1.14.80.2: #i52570# prevent accessing a dead dialog 2005/12/09 10:14:40 pl 1.14.80.1: #i52570# a dialog should be a dialog, not a workwindow

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [ee7bcaff004e6f8479e1a52654e66889f506e84c]

        INTEGRATION: CWS vcl49 (1.5.80); FILE MERGED 2005/12/19 16:58:23 pl 1.5.80.1: #i52570# prevent accessing a dead dialog

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [47816bc1b7ba5b7cf5556cc24fc11a08911112ee]

        INTEGRATION: CWS vcl49 (1.5.6); FILE MERGED 2005/12/08 14:37:43 pl 1.5.6.1: #i59041# solve a type mismatch by removing unused variable

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [da7c127e934e1a30e16fe0d01a7fa6211315f169]

        INTEGRATION: CWS vq27 (1.2.98); FILE MERGED 2006/01/17 03:35:43 vq 1.2.98.3: RESYNC: (1.2-1.4); FILE MERGED 2006/01/15 21:39:10 vq 1.2.98.2: #i57443# Reorganize the setting of compiler flags - No actual change. 2006/01/14 19:42:14 vq 1.2.98.1: #i57443# Clean-up for solenv/inc/.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [44437497a8bef05f1c29017bea8dc834fa09bf68]

        INTEGRATION: CWS vq27 (1.66.152); FILE MERGED 2006/01/12 04:43:43 vq 1.66.152.2: #i60339# Only rename when directory exists. 2006/01/11 05:20:11 vq 1.66.152.1: #i60339# Silence "mv: cannot stat ..." warnings.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [1f6a8af2f138b1cf22a96929e2da2ddb7ace005e]

        INTEGRATION: CWS vq27 (1.182.10); FILE MERGED 2006/01/17 03:35:36 vq 1.182.10.3: RESYNC: (1.182-1.183); FILE MERGED 2006/01/17 00:30:22 vq 1.182.10.2: #i57443# pre2par.pl has problems with DOS style delimiters in W32-tcsh builds. Don't do it - fixed. 2006/01/14 19:42:14 vq 1.182.10.1: #i57443# Clean-up for solenv/inc/.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [2714bd992028ec97a944e360dd3145c659a1ef1e]

        INTEGRATION: CWS vq27 (1.37.176); FILE MERGED 2006/01/14 19:42:13 vq 1.37.176.1: #i57443# Clean-up for solenv/inc/.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0763e527f1f3db61eac6cc3442e4c1c45dedac79]

        INTEGRATION: CWS sch13 (1.79.62); FILE MERGED 2005/12/20 11:03:41 bm 1.79.62.3: #i58457#, #i59288#, #i58458# Undo changes for these issues.
        
        Files created with SO8 and saved with PP2 will get corrupted due to a missing
        working fileformat versioning.  When a file is created with OOo 2.0 and loaded
        with a version containing these fixes and saved again, the files will get
        corrupted, because the OLE objects are just copied as they are (saved with OOo
        2.0), but the parent document is re-saved with the new version.  As OLE objects
        have no own meta information, they inherit it from their parent which in this
        case (the default) is wrong.
        2005/12/19 15:13:51 bm 1.79.62.2: #i59288# adapt axis properties for percent charts
        2005/12/15 14:57:34 bm 1.79.62.1: #i58457# write correct column repeat count

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4dae570356df2766b6513dac0ad3f06b2d2dac2d]

        INTEGRATION: CWS sch13 (1.8.64); FILE MERGED 2005/12/19 15:12:42 bm 1.8.64.1: #i59288# adapt axis properties for percent charts

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [8dd5ed51b0e4145790da6346ef5a16d0ec507903]

        INTEGRATION: CWS sch13 (1.3.38); FILE MERGED 2005/12/09 15:54:42 bm 1.3.38.1: #i56361# check the auto-style queue for emptiness before accessing via front()

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [55d1e270d1fc9f2256c2948cb8f45030e349a9eb]

        INTEGRATION: CWS sch13 (1.6.34); FILE MERGED 2006/01/05 13:24:53 iha 1.6.34.1: #i59992# SvxBrushItem::SetGraphic is still needed for symbol charts (gallery or bitmap symbols)

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [bd7257a96705dfcc8c875af27c44a253d7533164]

        INTEGRATION: CWS sch13 (1.8.38); FILE MERGED 2005/12/14 15:58:14 bm 1.8.38.1: #i56310# Save(): convert the MemChart\'s ChartRange into SomeData strings like it is done in SaveAs()

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [6a724df397601edcb2209baf3a87832beb48866c]

        INTEGRATION: CWS sch13 (1.7.40); FILE MERGED 2006/01/03 14:45:21 iha 1.7.40.1: #i59992# cannot link lib bf_sch with debug

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [279b0764d76bb50e66089fa1044c97859d4a689b]

        INTEGRATION: CWS sch13 (1.6.38); FILE MERGED 2006/01/03 14:39:31 iha 1.6.38.1: #i59992# binary export of symbol chart crashes

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [2bf8653fdab7907b17cdd614ecd8278d2b0e2445]

        INTEGRATION: CWS sch13 (1.6.40); FILE MERGED 2006/01/03 14:46:18 iha 1.6.40.1: #i59992# cannot link lib bf_sch with debug

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [b71f6f5b9e459f5172f0155a05be0bb76add4a08]

        INTEGRATION: CWS cmcfixes23 (1.9.52); FILE MERGED 2005/11/29 14:05:31 cmc 1.9.52.1: #i58621# openldap has deprecated some of its api

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0d191a0574684beb01858a5205b40654bdfd8200]

        INTEGRATION: CWS cmcfixes23 (1.29.108); FILE MERGED 2006/01/12 12:51:04 cmc 1.29.108.3: disable mozilla implies np_sdk 2006/01/12 11:14:20 cmc 1.29.108.2: RESYNC: (1.29-1.30); FILE MERGED 2005/11/30 12:52:44 cmc 1.29.108.1: add a TWAIN build_type

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [65d07176e1b84585630900277d6b2f61ff52bae1]

        INTEGRATION: CWS cmcfixes23 (1.13.26); FILE MERGED 2005/11/29 13:20:07 cmc 1.13.26.1: #i58137# move emailmerge component outside internal python only ifdef

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e8bdefe3592b96e640801fe35794a8b841ef8ed5]

        INTEGRATION: CWS cmcfixes23 (1.36.48); FILE MERGED 2005/11/29 13:56:17 cmc 1.36.48.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [95492a60e3443cd030c44b3a04b740d9baa87385]

        INTEGRATION: CWS cmcfixes23 (1.4.16); FILE MERGED 2005/12/05 13:34:53 cmc 1.4.16.1: #i58896# gcc 4.1 will change libgcj version to 7

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [02706ebc04583189d75da6c81e6e7478266eab43]

        INTEGRATION: CWS cmcfixes23 (1.24.4); FILE MERGED 2006/01/12 11:07:24 cmc 1.24.4.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/29 14:21:56 cmc 1.24.4.1: #i58622# if odk is disabled, so should sdk_oo

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [091188c5c29774a54b2a6ee7b9f9d6f244e2c9d5]

        INTEGRATION: CWS cmcfixes23 (1.139.20); FILE MERGED 2006/01/12 12:52:40 cmc 1.139.20.6: disable mozilla implies np_sdk 2006/01/12 10:52:35 cmc 1.139.20.5: RESYNC: (1.139-1.146); FILE MERGED 2005/12/19 10:05:52 cmc 1.139.20.4: #i58817# check for prelinked libgcc to avoid the md5sum mismatch error 2005/12/19 09:51:35 cmc 1.139.20.3: #i59537# nss is a standalone package in fedora core 5 2005/11/30 12:54:41 cmc 1.139.20.2: #i58675# add a TWAIN build_type 2005/11/29 13:56:08 cmc 1.139.20.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [c7af4bfa0d82e4766408551631006a121d7062d9]

        INTEGRATION: CWS cmcfixes23 (1.9.128); FILE MERGED 2005/11/29 13:56:45 cmc 1.9.128.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5bd21726930e431f706547342ddc52caf55814d9]

        INTEGRATION: CWS cmcfixes23 (1.3.36); FILE MERGED 2006/01/12 10:37:49 cmc 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2005/11/29 13:56:45 cmc 1.3.36.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [30e046a73d66b205169d26c809541784a7a6038c]

        INTEGRATION: CWS cmcfixes23 (1.12.92); FILE MERGED 2005/11/29 13:56:44 cmc 1.12.92.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [3c2672102379780f78f7e07ece8d58c25beda14e]

        INTEGRATION: CWS cmcfixes23 (1.15.92); FILE MERGED 2005/11/29 13:56:43 cmc 1.15.92.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [6d9bf00ebcca5e73b3dd1c7c69ea955611a38fd7]

        INTEGRATION: CWS cmcfixes23 (1.10.94); FILE MERGED 2005/11/29 13:56:42 cmc 1.10.94.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e8775efb20994d2b008b0d7400501b1433782405]

        INTEGRATION: CWS cmcfixes23 (1.20.92); FILE MERGED 2005/11/29 13:56:41 cmc 1.20.92.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [32992ace996f012f994603676d16adf3ab03bb38]

        INTEGRATION: CWS cmcfixes23 (1.20.90); FILE MERGED 2006/01/12 10:39:57 cmc 1.20.90.2: RESYNC: (1.20-1.21); FILE MERGED 2005/11/29 13:56:41 cmc 1.20.90.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [c32c444fe1f9ff954aa4a1fc46cb9a0d7aa704c0]

        INTEGRATION: CWS cmcfixes23 (1.8.128); FILE MERGED 2005/11/29 13:56:40 cmc 1.8.128.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e84d015306188a5c3dfbcc09b977d9703427ed9f]

        INTEGRATION: CWS cmcfixes23 (1.16.92); FILE MERGED 2005/11/29 13:56:39 cmc 1.16.92.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [4a9db4b474ef992a76ce6c9485d65907cf533e3f]

        INTEGRATION: CWS cmcfixes23 (1.36.92); FILE MERGED 2005/11/29 13:56:38 cmc 1.36.92.1: #i44027# enable building out of the box with ntpl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [8501b937f35da41faccaf87511f68a79c248d6e3]

        INTEGRATION: CWS tbe25 (1.11.8); FILE MERGED 2006/01/12 10:24:41 mav 1.11.8.1: #i58905# notify any modification

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0750741a6bd82bb056cc9c490076c9e44218de9e]

        INTEGRATION: CWS tbe25 (1.21.8); FILE MERGED 2006/01/12 10:24:39 mav 1.21.8.1: #i58905# notify any modification

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [98246a5ddd9fcf75d0dbb0caf26ea752c7ee1a5c]

        INTEGRATION: CWS tbe25 (1.5.8); FILE MERGED 2005/10/31 10:43:48 tbe 1.5.8.1: #i57018# extend UnoInfo with additional UNO types

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [22a8013e26cc9ff1d0ce827b11294fc85f9e8aa0]

        INTEGRATION: CWS tbe25 (1.13.8); FILE MERGED 2005/11/14 11:38:04 tbe 1.13.8.1: #i57511# API: SimpleUnoBootstap pops UI

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e960a9cc6ac9ae76657341d77d138c0b8977df96]

        INTEGRATION: CWS tbe25 (1.22.10); FILE MERGED 2005/11/14 11:41:31 tbe 1.22.10.1: #i57511# API: SimpleUnoBootstap pops UI

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [40ea4c93ce6c49449d5f10037db731a541e182ed]

        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>  [3599ff520563668605637935fff1af54739826fa]

        INTEGRATION: CWS tbe25 (1.3.4); FILE MERGED 2005/10/27 13:12:19 sb 1.3.4.1: #i56785# Fixed @since tag.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [938dcdbc554fa6b2b5a5c0ae623d8e2f543770f8]

        INTEGRATION: CWS tbe25 (1.3.4); FILE MERGED 2005/10/27 13:12:01 sb 1.3.4.1: #i56785# Added ctor with extraTypes; fixed @since tag.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [69708a7a460fbb0f57f21a8e2f9c08763ebd56d8]

        INTEGRATION: CWS fs05 (1.9.4); FILE MERGED 2005/12/06 14:37:59 fridrich_strba 1.9.4.1: Issue number:  n/a Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Initial commit for a cvs that aims to update the WP import filter to newest changes in libwpd code.

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [21c1645301971623bc51a4a92b650401e8751bd7]

        INTEGRATION: CWS optstor2 (1.169.10); FILE MERGED 2005/12/15 12:36:21 mav 1.169.10.1: #i55785# add sot to the patch

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [83de344a5c1d1149850d80b2d90dc1eb94fe6415]

        INTEGRATION: CWS optstor2 (1.8.34.1.2); FILE MERGED 2005/11/11 12:36:04 mav 1.8.34.1.2.2: RESYNC: (1.8.34.1-1.11); FILE MERGED 2005/10/13 15:13:09 mav 1.8.34.1.2.1: #i55785# allow to copy stream data

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [e651a826ae91f78fc9b0711f32e9612ee5a8b1f9]

        INTEGRATION: CWS optstor2 (1.18.18.1.2); FILE MERGED 2005/12/14 10:47:41 mav 1.18.18.1.2.4: RESYNC to m145 2005/11/11 12:35:56 mav 1.18.18.1.2.3: RESYNC: (1.18.18.1-1.21); FILE MERGED 2005/10/19 09:19:04 mav 1.18.18.1.2.2: #i55785# add loging 2005/10/13 15:13:06 mav 1.18.18.1.2.1: #i55785# allow to copy stream data

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [847476cac862bf1d9bc98d50107843bb6eaeec63]

        INTEGRATION: CWS optstor2 (1.8.28.1.2); FILE MERGED 2005/11/11 12:34:55 mav 1.8.28.1.2.2: RESYNC: (1.8.28.1-1.11); FILE MERGED 2005/10/13 15:13:04 mav 1.8.28.1.2.1: #i55785# allow to copy stream data

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [82d82e736d443b9f6c4e15280bf0a9bc5c0ab598]

        INTEGRATION: CWS optstor2 (1.10.18.1.2); FILE MERGED 2005/11/11 12:34:47 mav 1.10.18.1.2.3: RESYNC: (1.10.18.1-1.13); FILE MERGED 2005/10/19 09:19:04 mav 1.10.18.1.2.2: #i55785# add loging 2005/10/13 15:13:02 mav 1.10.18.1.2.1: #i55785# allow to copy stream data

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [46f2471863171d8d33a033dc56ac17bb5a8b23cc]

        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>  [dc65f73947717f6fba6d624e244a24b35e46f8fd]

        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>  [6f43e33036bdb219bd94a71241cdcf06111257c3]

        INTEGRATION: CWS optstor2 (1.167.48.1.2); FILE MERGED 2005/12/12 14:19:26 mav 1.167.48.1.2.4: RESYNC: (1.171-1.173); FILE MERGED 2005/11/11 10:53:26 mav 1.167.48.1.2.3: RESYNC: (1.167.48.1-1.171); FILE MERGED 2005/10/19 09:21:26 mav 1.167.48.1.2.2: #i55785# add loging 2005/10/13 15:18:50 mav 1.167.48.1.2.1: #i55785# use embedded object storing optimization only on document storing

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [97de8bf524f92d4635660c5e43cf162914f21852]

        INTEGRATION: CWS optstor2 (1.170.50.1.2); FILE MERGED 2005/12/12 14:17:14 mav 1.170.50.1.2.3: RESYNC: (1.172-1.174); FILE MERGED 2005/11/11 10:44:44 mav 1.170.50.1.2.2: RESYNC: (1.170.50.1-1.172); FILE MERGED 2005/10/19 09:21:24 mav 1.170.50.1.2.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [d4f2cbb7d85dc1c9a06a1b9577dcea551126f7d9]

        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>  [281a4fac91dc3f7e1ea569fb098f160c440d5a88]

        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>  [b96e9925c312b6c190369a08e54548f278b193dd]

        INTEGRATION: CWS optstor2 (1.1.4.1.2); FILE MERGED 2005/11/10 21:49:09 mav 1.1.4.1.2.2: RESYNC: (1.1.4.1-1.3); FILE MERGED 2005/10/13 15:02:52 mav 1.1.4.1.2.1: #i55785# allow to copy stream data

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [bca5f67cffabe49447f0c3e0aad3813970041eac]

        INTEGRATION: CWS optstor2 (1.14.8); FILE MERGED 2005/12/01 13:02:56 mav 1.14.8.2: #114656# avoid possibility of a crash 2005/12/01 12:51:09 mav 1.14.8.1: #128676# truncate the stream before writing

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [46cff4fa8894a4b22c12d1b373c8fc9d0ea9909e]

        INTEGRATION: CWS optstor2 (1.4.84); FILE MERGED 2005/11/10 17:15:36 mav 1.4.84.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/19 09:17:52 mav 1.4.84.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [842b4ae2b3c8acc452b19ca0a8680ddd79c69fc4]

        INTEGRATION: CWS optstor2 (1.8.18.1.2); FILE MERGED 2005/11/10 17:12:51 mav 1.8.18.1.2.2: RESYNC: (1.8.18.1-1.10); FILE MERGED 2005/10/19 09:17:52 mav 1.8.18.1.2.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [6ba1e932aeeae2a55dd01244d88b4c211b5cb6fd]

        INTEGRATION: CWS optstor2 (1.20.18.1.2); FILE MERGED 2005/12/14 11:57:08 mav 1.20.18.1.2.7: RESYNC to m145 2005/12/12 13:41:33 mav 1.20.18.1.2.6: RESYNC: (1.22-1.23); FILE MERGED 2005/11/10 17:12:12 mav 1.20.18.1.2.5: RESYNC: (1.20.18.1-1.22); FILE MERGED 2005/10/19 09:17:51 mav 1.20.18.1.2.4: #i55785# add loging 2005/10/14 08:56:05 mav 1.20.18.1.2.3: #i55785# use component only on windows 2005/10/14 08:49:00 mav 1.20.18.1.2.2: #i55785# let object own the temporary file 2005/10/13 14:57:58 mav 1.20.18.1.2.1: #i55785# let object own the temporary file

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [bd3363b0f2ae6777cd22768450d2d15955898419]

        INTEGRATION: CWS optstor2 (1.18.18.1.2); FILE MERGED 2005/11/10 17:11:53 mav 1.18.18.1.2.2: RESYNC: (1.18.18.1-1.20); FILE MERGED 2005/10/13 14:57:58 mav 1.18.18.1.2.1: #i55785# let object own the temporary file

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [b86fb80d2f085f26f55fb4aac6e18c6d9a823d21]

        INTEGRATION: CWS optstor2 (1.12.10); FILE MERGED 2005/12/12 13:41:22 mav 1.12.10.3: RESYNC: (1.13-1.14); FILE MERGED 2005/11/10 17:11:38 mav 1.12.10.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/19 09:17:50 mav 1.12.10.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [6146781cebbec90c6ea40d950556f8642f023dcf]

        INTEGRATION: CWS optstor2 (1.15.18.1.2); FILE MERGED 2005/11/10 17:11:20 mav 1.15.18.1.2.2: RESYNC: (1.15.18.1-1.17); FILE MERGED 2005/10/13 14:57:57 mav 1.15.18.1.2.1: #i55785# let object own the temporary file

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [8717f98f7be1be9629e3225a964f89d622cead77]

        INTEGRATION: CWS optstor2 (1.26.18.1.2); FILE MERGED 2005/11/10 17:11:02 mav 1.26.18.1.2.2: RESYNC: (1.26.18.1-1.29); FILE MERGED 2005/10/13 14:57:57 mav 1.26.18.1.2.1: #i55785# let object own the temporary file

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0dcdf0ccb50464d614eae860c7b5d14c92eefb63]

        INTEGRATION: CWS optstor2 (1.17.18.1.2); FILE MERGED 2005/11/10 17:08:35 mav 1.17.18.1.2.2: RESYNC: (1.17.18.1-1.19); FILE MERGED 2005/10/13 14:55:03 mav 1.17.18.1.2.1: #i55785# let object own the temporary file

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [9bd24cbbb4ef7855aeaa96bc687567d2215c7ac8]

        INTEGRATION: CWS optstor2 (1.9.32); FILE MERGED 2005/11/10 17:05:47 mav 1.9.32.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/19 09:15:22 mav 1.9.32.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [d12f2727188aa4169ca7ac1627f454c5e18693b2]

        INTEGRATION: CWS optstor2 (1.8.68); FILE MERGED 2005/11/10 17:03:29 mav 1.8.68.2: RESYNC: (1.8-1.9); FILE MERGED 2005/10/19 09:13:07 mav 1.8.68.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [f29dccd3b6c8e0292883d20f7f0981544cb2c1a3]

        INTEGRATION: CWS optstor2 (1.4.56); FILE MERGED 2005/11/10 17:03:17 mav 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/19 09:13:07 mav 1.4.56.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7c707c07e0daf7ec42f0274b950228205953ce78]

        INTEGRATION: CWS optstor2 (1.18.56); FILE MERGED 2005/12/12 13:40:45 mav 1.18.56.4: RESYNC: (1.20-1.21); FILE MERGED 2005/11/10 17:02:26 mav 1.18.56.3: RESYNC: (1.18-1.20); FILE MERGED 2005/10/19 09:13:06 mav 1.18.56.2: #i55785# add loging 2005/10/13 14:54:16 mav 1.18.56.1: #i55785# optimize storing of own objects

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [59416ef9487e0aa7fb58aeb73fda13cf94ad496f]

        INTEGRATION: CWS optstor2 (1.13.10); FILE MERGED 2005/12/12 13:40:25 mav 1.13.10.3: RESYNC: (1.14-1.16); FILE MERGED 2005/11/10 17:01:29 mav 1.13.10.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/19 09:13:05 mav 1.13.10.1: #i55785# add loging

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [069e54d23d4a68b19216ff4a9a578492a72b5ed2]

        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>  [d809b3de30f6ce3a2a0c888a5f57713f89ade266]

        INTEGRATION: CWS impress79 (1.175.6); FILE MERGED 2006/01/14 20:17:14 cl 1.175.6.1: added missing files for patch

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [12d70e9b5650c3de6545eee73b9c13c8b4ba4a35]

        INTEGRATION: CWS impress79 (1.139.34); FILE MERGED 2006/01/06 12:27:46 cl 1.139.34.1: #130018# make SvxShape::setPropertyValues() exception safe

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [089b51cec45db0c73b507eb2f91b612c4cd472f9]

        INTEGRATION: CWS impress79 (1.4.162); FILE MERGED 2005/12/20 10:38:50 cl 1.4.162.1: #124697# use weak reference for SdrObject

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [7166be0fa5f0a8ea6df84c06978b33aa8f27b422]

        INTEGRATION: CWS impress79 (1.31.84); FILE MERGED 2006/01/10 10:51:07 cl 1.31.84.1: #i60265# do not crash when window size is 0

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [02b5e53cdbd983749a0b3af773480b22a0b8ed76]

        INTEGRATION: CWS impress79 (1.25.2); FILE MERGED 2006/01/14 16:28:16 cl 1.25.2.3: RESYNC: (1.25-1.26); FILE MERGED 2006/01/13 09:27:01 cl 1.25.2.2: #128530# check pViewSh, it may be 0 2006/01/12 12:14:54 cl 1.25.2.1: #128530# catch possible exceptions from call to storeOwn

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [cd939d632e274a3ba480abe9dd892be89f81010f]

        INTEGRATION: CWS impress79 (1.26.20); FILE MERGED 2006/01/16 12:03:47 cl 1.26.20.2: fixed unix build problem 2006/01/10 10:51:07 cl 1.26.20.1: #i60265# do not crash when window size is 0

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [fcd5825ff68896c933ab6d3d5c9e84611de50553]

        INTEGRATION: CWS impress79 (1.31.84); FILE MERGED 2006/01/12 12:10:45 cl 1.31.84.1: #127605# do not crash when there is no view frame

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [5e1646a5284b23468c3b91d28f04c905abde5902]

        INTEGRATION: CWS impress79 (1.44.50); FILE MERGED 2006/01/06 14:55:58 cl 1.44.50.1: #121747# more robust error checking in SdModule::CalcFieldValueHdl

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [0cec6acf97b166610e41174fb4e324826f22c54f]

        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>  [7be38151ee2a22eb7ee0a298fdf1d8af1aa8fc34]

        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>  [65b170f42121907f8d0c1701ba187ccb92cdff66]

        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-20  Oliver Bolte  <obo@openoffice.org>  [28b1d64f83b9314b603a8fc614200e9d3dd85ea3]

        INTEGRATION: CWS dba202e (1.1.4); FILE ADDED 2006/01/20 08:35:27 fs 1.1.4.1: .

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [02a63b8eb164c359680a1961be73444eab154a3f]

        INTEGRATION: CWS dba202e (1.1.4); FILE ADDED 2006/01/20 08:32:27 fs 1.1.4.1: .

2006-01-20  Oliver Bolte  <obo@openoffice.org>  [aae386b95800480dece1ddf74a83a03927f07a8d]

        INTEGRATION: CWS dba202e (1.1.4); FILE ADDED 2006/01/20 08:32:16 fs 1.1.4.1: .

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d2aefe487033cc66d2855b9af9f8a3e31746e948]

        INTEGRATION: CWS gcc41 (1.103.30); FILE MERGED 2005/12/07 14:03:18 pmladek 1.103.30.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [604f3133f154d918c4d91385bbb33d4e7ce4f430]

        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>  [d5f3b7f85c5562e06758ea5f7a47e97460afac78]

        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>  [9c0f186e6c47d744c40a9df2d4ff9708f6d7b4ca]

        INTEGRATION: CWS gcc41 (1.66.76); FILE MERGED 2005/12/07 13:50:06 pmladek 1.66.76.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [6a505c70abd540ed621bfce71e923614d9e68ac7]

        INTEGRATION: CWS gcc41 (1.3.10); FILE MERGED 2005/12/07 15:13:54 pmladek 1.3.10.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f177218306e3b32129d72b010e9aee01f1633246]

        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>  [a0e4ee2182a0540d87e65b3c04c1e13971984d3e]

        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>  [78719623611ec69343b477642d2be16ecff8ef89]

        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>  [7a8ea2ceb9b92181b82fe57a5806adfee3bccb18]

        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>  [39b1bb1ae7cf4eb11370c4d3db19acb809e256e0]

        INTEGRATION: CWS gcc41 (1.6.28); FILE MERGED 2005/12/07 15:08:59 pmladek 1.6.28.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3196f446d73676dea2d27d2ff7d888e7dd9e9972]

        INTEGRATION: CWS gcc41 (1.3.28); FILE MERGED 2005/12/07 15:08:58 pmladek 1.3.28.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3190c803b9027c9edd5eae62b0763668a129ebed]

        INTEGRATION: CWS gcc41 (1.6.28); FILE MERGED 2005/12/07 13:17:02 pmladek 1.6.28.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d705436cea739c2332b0995c5bac28c440c3eedc]

        INTEGRATION: CWS gcc41 (1.14.28); FILE MERGED 2006/01/06 15:32:07 pmladek 1.14.28.1: #i59036# Enable build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [13bf69037ee5d2866e0631692361ba2db155a38c]

        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>  [2d12cd821a34e38fe67a42bc2c3d3aa3b08700f4]

        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>  [336ed719ad58e41487458b5330432c26997965ce]

        INTEGRATION: CWS gcc41 (1.26.36); FILE MERGED 2006/01/06 14:25:52 pmladek 1.26.36.2: RESYNC: (1.26-1.27); FILE MERGED 2005/12/07 13:05:07 pmladek 1.26.36.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4d568cbb1681666cda8b2e1fad2f0ee5b63e89a4]

        INTEGRATION: CWS gcc41 (1.17.8); FILE MERGED 2005/12/07 13:18:07 pmladek 1.17.8.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d5ae6457767556449edd8e56a1aa2ec6d4f68f47]

        INTEGRATION: CWS gcc41 (1.37.56); FILE MERGED 2005/12/07 14:56:34 pmladek 1.37.56.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c2513577c6242a799e02485ed1048c9924d44e28]

        INTEGRATION: CWS gcc41 (1.4.152); FILE MERGED 2005/12/07 14:56:34 pmladek 1.4.152.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [af1b469d6c2c40d6dc7c184987ab9f8ee06f086b]

        INTEGRATION: CWS gcc41 (1.21.148); FILE MERGED 2005/12/07 14:56:33 pmladek 1.21.148.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2835de69b66247127ed0a109f6f461003281e103]

        INTEGRATION: CWS gcc41 (1.11.150); FILE MERGED 2006/01/05 13:02:55 pmladek 1.11.150.1: #i58972# Some more fixes for gcc-4.1 by Stephan Bergmann <Stephan.Bergmann@sun.com>

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1d4cb2f88c4481c0b8f749e79fb701412b6e0f40]

        INTEGRATION: CWS gcc41 (1.38.120); FILE MERGED 2005/12/07 16:57:59 pmladek 1.38.120.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>  [02364a656833c775f33bfacc60c0fad7b22eb42b]

        INTEGRATION: CWS gcc41 (1.14.150); FILE MERGED 2005/12/07 14:56:33 pmladek 1.14.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e4478c015f1364fb08e5ff7609452f6f0caf1e5a]

        INTEGRATION: CWS gcc41 (1.13.110); FILE MERGED 2005/12/07 14:56:33 pmladek 1.13.110.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ad29f0cb27efbdede3a6f004f278271710234428]

        INTEGRATION: CWS gcc41 (1.17.150); FILE MERGED 2005/12/07 14:56:33 pmladek 1.17.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [fb2b0b1e6ee204ed1f959b834c274dcd1e6eda38]

        INTEGRATION: CWS gcc41 (1.23.86); FILE MERGED 2005/12/07 16:57:59 pmladek 1.23.86.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>  [19242f04f839ef7e466aa59cc1aa011b59d14982]

        INTEGRATION: CWS gcc41 (1.45.94); FILE MERGED 2005/12/07 14:56:32 pmladek 1.45.94.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2c86a26b0bea28cf6237ce2b21aaf37bda0d03ee]

        INTEGRATION: CWS gcc41 (1.9.152); FILE MERGED 2006/01/05 13:02:55 pmladek 1.9.152.1: #i58972# Some more fixes for gcc-4.1 by Stephan Bergmann <Stephan.Bergmann@sun.com>

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4824fc4538cb580f20c98a06298af9feabef1baa]

        INTEGRATION: CWS gcc41 (1.34.146); FILE MERGED 2005/12/07 16:57:58 pmladek 1.34.146.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>  [d5d1d641fbc90bfd21da0a747236efee52d54f41]

        INTEGRATION: CWS gcc41 (1.22.52); FILE MERGED 2005/12/07 16:57:57 pmladek 1.22.52.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>  [249b9d93015936f22b9c2cfa2e4c12ea08a79fb8]

        INTEGRATION: CWS gcc41 (1.35.150); FILE MERGED 2005/12/07 14:56:32 pmladek 1.35.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [9bdc5fc3cc15f90fe0aa4abd99c22e6eddd6b5cb]

        INTEGRATION: CWS gcc41 (1.9.152); FILE MERGED 2005/12/07 14:56:32 pmladek 1.9.152.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d2bf0766fb9e4cc0811934e4cbdd89c6df63ba38]

        INTEGRATION: CWS gcc41 (1.15.150); FILE MERGED 2005/12/07 14:56:32 pmladek 1.15.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e6068ae6911f7aa1a24a8f283f99ab3021c3b923]

        INTEGRATION: CWS gcc41 (1.38.148); FILE MERGED 2005/12/07 14:56:31 pmladek 1.38.148.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [33f50da8b3c8d76d380fdbdbc10b9140fde04013]

        INTEGRATION: CWS gcc41 (1.24.32); FILE MERGED 2005/12/07 14:56:31 pmladek 1.24.32.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [242b47b7f5bd0aeea6f6588f6740f3a76d560166]

        INTEGRATION: CWS gcc41 (1.7.10); FILE MERGED 2006/01/06 15:51:10 pmladek 1.7.10.1: #i60032# One more fix of extra qualifications for gcc-4.1. It has been necessary since m147.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1d5585dc797fbbcd1416b63ec312e84510bbbede]

        INTEGRATION: CWS gcc41 (1.2.152); FILE MERGED 2005/12/07 16:57:57 pmladek 1.2.152.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>  [38939f4dbf93e20ff9d82e377f842571aba7b61e]

        INTEGRATION: CWS gcc41 (1.9.150); FILE MERGED 2005/12/07 14:56:31 pmladek 1.9.150.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [aae4b1f04f0cda6a39a3e3e53baab620c4141e63]

        INTEGRATION: CWS gcc41 (1.5.52); FILE MERGED 2005/12/07 13:59:35 pmladek 1.5.52.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f5a3122e09f2014efb01c4642d95eb5fae14a7c3]

        INTEGRATION: CWS gcc41 (1.9.90); FILE MERGED 2005/12/07 13:59:34 pmladek 1.9.90.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [fcfb6fdf6b803ca1cde3bd02ae0f87ad2b7d210e]

        INTEGRATION: CWS gcc41 (1.5.82); FILE MERGED 2005/12/07 13:59:34 pmladek 1.5.82.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2d9e3b797be4e0b32d55fdb8e694c08a5166348e]

        INTEGRATION: CWS gcc41 (1.14.58); FILE MERGED 2005/12/07 15:27:23 pmladek 1.14.58.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [9c176ffc0f94a8017c53637a5bdbdc1141fc5321]

        INTEGRATION: CWS gcc41 (1.6.28); FILE MERGED 2005/12/07 15:27:23 pmladek 1.6.28.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [003a19eb18b9ba0b27c32215c0f05c46e7a1ad5a]

        INTEGRATION: CWS gcc41 (1.3.56); FILE MERGED 2005/12/07 15:27:22 pmladek 1.3.56.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [9a1307bb92ec81d40c351c9291f8df58c49d62b9]

        INTEGRATION: CWS gcc41 (1.29.58); FILE MERGED 2005/12/07 15:27:22 pmladek 1.29.58.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5f04cbb47df30f44d583dfd9436dbf500b60b16d]

        INTEGRATION: CWS gcc41 (1.6.56); FILE MERGED 2005/12/07 15:27:21 pmladek 1.6.56.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ced5fd9a7126e444bd9129c3616883dcf3139173]

        INTEGRATION: CWS gcc41 (1.10.80); FILE MERGED 2005/12/07 16:53:22 pmladek 1.10.80.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>  [5e707708a2245523980fe3407345b9293cc5be2c]

        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>  [3a221c4be1bb575fc5517836b8f7daf5d8b35bc6]

        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>  [a26a1bffa75b681bdabf467e2dbcc28a310908eb]

        INTEGRATION: CWS gcc41 (1.4.18); FILE MERGED 2005/12/07 14:05:01 pmladek 1.4.18.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [35bc51c7bd9fedd4bd9535c060c4cb58b07fc6b4]

        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>  [2ce1b82e580ae6b041cad9b52c6c97dc88608c67]

        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>  [f0b939a99b6fc0aae07b210c1c7655a08c6dc04d]

        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>  [993c3047fda7146d51a35281f12c7b68a243381b]

        INTEGRATION: CWS gcc41 (1.4.14); FILE MERGED 2005/12/07 12:31:05 pmladek 1.4.14.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [206fddda73a6dbebf98ee8e6b89830aad75f5465]

        INTEGRATION: CWS gcc41 (1.2.14); FILE MERGED 2005/12/07 12:31:04 pmladek 1.2.14.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a370f2e6c03b3c64020592f52dcaf146111d0f4e]

        INTEGRATION: CWS gcc41 (1.17.22); FILE MERGED 2005/12/07 16:51:14 pmladek 1.17.22.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>  [c6acb08695cd653161a2208cbaa4b5bf8132e784]

        INTEGRATION: CWS gcc41 (1.5.22); FILE MERGED 2005/12/07 12:37:43 pmladek 1.5.22.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ab456a33225d8437603ec5f5a9d17631ece1ff56]

        INTEGRATION: CWS gcc41 (1.6.22); FILE MERGED 2005/12/07 12:37:42 pmladek 1.6.22.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c257a32343c53e58107052dd51fe58df8d167f56]

        INTEGRATION: CWS gcc41 (1.4.64); FILE MERGED 2005/12/07 13:10:57 pmladek 1.4.64.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [8e87f6a879c4e39e0000c6916957e7cbc579ea8e]

        INTEGRATION: CWS gcc41 (1.8.64); FILE MERGED 2005/12/07 13:10:57 pmladek 1.8.64.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5d76a008eddd53a23ac2bfa416a719b61579f470]

        INTEGRATION: CWS gcc41 (1.3.64); FILE MERGED 2005/12/07 13:10:56 pmladek 1.3.64.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [38c09bc16cb1f45cd8c0652ee24a9828093f058f]

        INTEGRATION: CWS gcc41 (1.3.78); FILE MERGED 2005/12/07 13:02:26 pmladek 1.3.78.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [bc725d13a60ef256ddfb301c0b7a7a25747656a7]

        INTEGRATION: CWS gcc41 (1.4.78); FILE MERGED 2005/12/07 13:02:25 pmladek 1.4.78.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cab26fbc441eb4391bd5d252cc4080319134109b]

        INTEGRATION: CWS gcc41 (1.5.10); FILE MERGED 2005/12/07 12:19:41 pmladek 1.5.10.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [47ab8679a5e4f85e9b36f42ffc30e68036360087]

        INTEGRATION: CWS gcc41 (1.2.178); FILE MERGED 2005/12/07 14:35:41 pmladek 1.2.178.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2572ad7d3773828a452a7e02e0c1fc66e03306f4]

        INTEGRATION: CWS gcc41 (1.103.44); FILE MERGED 2005/12/07 14:35:40 pmladek 1.103.44.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ffe6fcbad003280d8a044aafc0db4bbdd36e2f62]

        INTEGRATION: CWS gcc41 (1.9.100); FILE MERGED 2005/12/07 14:35:38 pmladek 1.9.100.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [95c46056444e8da7b224acb4233b93bf4c4f4b09]

        INTEGRATION: CWS gcc41 (1.12.16); FILE MERGED 2005/12/07 13:23:35 pmladek 1.12.16.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5ca67f35bbca860d7e8113a6090c2200b07d8df9]

        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>  [7ba0874e341568f36b0a5f706c113ede27849944]

        INTEGRATION: CWS gcc41 (1.3.34); FILE MERGED 2005/12/07 18:01:39 pmladek 1.3.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c3766630ef3ad2f433ba1374bea3e824e9881f7c]

        INTEGRATION: CWS gcc41 (1.3.36); FILE MERGED 2005/12/07 18:01:39 pmladek 1.3.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a04ca3e27ff2e9461c645d675b75c6369532444f]

        INTEGRATION: CWS gcc41 (1.3.36); FILE MERGED 2005/12/07 18:01:38 pmladek 1.3.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [de2b16871828016bb373de6b8a305ce69f32a716]

        INTEGRATION: CWS gcc41 (1.4.36); FILE MERGED 2005/12/07 18:01:38 pmladek 1.4.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [682ae68d27005396363e707bdf56e73864347e8a]

        INTEGRATION: CWS gcc41 (1.3.34); FILE MERGED 2005/12/07 18:01:38 pmladek 1.3.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [82e068cd17f5de6d3d585d6eb51abd56c0439cc7]

        INTEGRATION: CWS gcc41 (1.5.34); FILE MERGED 2005/12/07 18:01:38 pmladek 1.5.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a5ee115ab35f00e10ff4c56f627fb97106b55db6]

        INTEGRATION: CWS gcc41 (1.4.36); FILE MERGED 2005/12/07 18:01:37 pmladek 1.4.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1ef7b265d8713bc7dd2475b5199c9de400e873de]

        INTEGRATION: CWS gcc41 (1.6.36); FILE MERGED 2005/12/08 10:13:40 pmladek 1.6.36.1: #i58937# 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>  [45d3ff56a0d9ecf7195beb2ada548880137b39a2]

        INTEGRATION: CWS gcc41 (1.3.34); FILE MERGED 2005/12/07 18:01:37 pmladek 1.3.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [bbc385c316b608ad9aa3c9240a0732e1dfdae505]

        INTEGRATION: CWS gcc41 (1.3.36); FILE MERGED 2005/12/07 18:01:37 pmladek 1.3.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5b40650d0c8295143be144844c29b11c43cb272a]

        INTEGRATION: CWS gcc41 (1.2.36); FILE MERGED 2005/12/07 18:01:37 pmladek 1.2.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ece54698498a41a8041e03ab770d0987c0891002]

        INTEGRATION: CWS gcc41 (1.4.36); FILE MERGED 2005/12/07 18:01:36 pmladek 1.4.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [b4054ea8e8d07171bceb08a9b615e2368c41fdda]

        INTEGRATION: CWS gcc41 (1.4.36); FILE MERGED 2005/12/08 10:13:40 pmladek 1.4.36.2: #i58937# Added missing declarations; It was necessary because friend function declaration did not longer invoked implicit declaration of the function in gcc-4.1 2005/12/07 18:01:36 pmladek 1.4.36.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e8fa7c66c1dc4f450f721009fb5810e9041d6f13]

        INTEGRATION: CWS gcc41 (1.4.36); FILE MERGED 2005/12/08 10:13:40 pmladek 1.4.36.1: #i58937# 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>  [f669427a205e917f88fa1610ed55a0228d6ef08c]

        INTEGRATION: CWS gcc41 (1.3.36); FILE MERGED 2005/12/08 10:13:39 pmladek 1.3.36.1: #i58937# 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>  [ef6b7b6e393f71fece4670a481859341b4399bee]

        INTEGRATION: CWS gcc41 (1.4.34); FILE MERGED 2005/12/07 18:01:36 pmladek 1.4.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [927b916c0e77af6dcc3a9065c5d254fde47f3c6c]

        INTEGRATION: CWS gcc41 (1.7.34); FILE MERGED 2005/12/07 18:01:35 pmladek 1.7.34.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [da9048f8d1494d34bcabc2b3ed0114d484ccdc0e]

        INTEGRATION: CWS gcc41 (1.9.16); FILE MERGED 2005/12/07 18:01:35 pmladek 1.9.16.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5e84152cd534b3a72c95fb665eefb409343c4489]

        INTEGRATION: CWS gcc41 (1.4.38); FILE MERGED 2006/01/06 13:15:48 pmladek 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2005/12/07 18:01:34 pmladek 1.4.38.1: #i58937# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [b56b1da5c1fb7245c86b3ad849f44afbe9aa7a56]

        INTEGRATION: CWS gcc41 (1.36.52); FILE MERGED 2005/12/07 12:51:47 pmladek 1.36.52.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e152e4009d7dffd75cab4d93baf492a41a9d6c21]

        INTEGRATION: CWS gcc41 (1.3.52); FILE MERGED 2006/01/05 13:02:53 pmladek 1.3.52.1: #i58972# Some more fixes for gcc-4.1 by Stephan Bergmann <Stephan.Bergmann@sun.com>

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [74ab0b88ba78187aeab29194d7dd94fc0fec56a8]

        INTEGRATION: CWS gcc41 (1.3.52); FILE MERGED 2006/01/06 13:08:19 pmladek 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/12/07 12:51:46 pmladek 1.3.52.1: #i58967# Removed extra qualification to fix build with gcc-4.1

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [44c1214cda451f714d64f01047c009d44eaffd68]

        INTEGRATION: CWS jl29jre (1.4.38); FILE MERGED 2005/12/05 12:24:00 is 1.4.38.1: #128699# new java 1.5.0 06

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [378c3db5f0c6898b5690f326c70308a7cc1a2681]

        INTEGRATION: CWS jl29jre (1.29.40); FILE MERGED 2005/12/05 12:25:26 is 1.29.40.1: #128699# new java 1.5.0 06

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1044a880bfb409c0a8985a052e1d92aae714ca1c]

        INTEGRATION: CWS mmeeks14 (1.30.54); FILE MERGED 2006/01/18 14:54:48 mmeeks 1.30.54.1: #i60763# fix trivial make_installer issue

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [923602541995a432692e6ca7b1a52cc160ffd5c7]

        INTEGRATION: CWS mmeeks13 (1.10.56); FILE MERGED 2006/01/18 12:42:47 mmeeks 1.10.56.1: #i56192# fix linkoo issues with m149 & add magic malloc checking env

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [450a22e8d095cfe4df01062140474bd414f03bd5]

        INTEGRATION: CWS dba202e (1.29.8); FILE MERGED 2006/01/10 12:16:05 fs 1.29.8.1: #i59673# KAB driver split into two separatelibs

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a47fb5d80e59ccdb98707ca91d91eac8e03c3d46]

        INTEGRATION: CWS dba202e (1.134.8); FILE MERGED 2006/01/10 12:16:57 fs 1.134.8.1: #i60062# DataAccess.xcs must be part of patch

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [234b01c0914c83be65a16b4741b3044ef8118f6f]

        INTEGRATION: CWS dba202e (1.173.8); FILE MERGED 2006/01/10 12:16:48 fs 1.173.8.1: #i59673# KAB driver split into two separatelibs

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [0cb4562ffcaad9239272e46750ccab5c3d81ff46]

        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>  [0a2cb4e851997cb0a5d64c44e4aa89cc889eec7b]

        INTEGRATION: CWS dba202e (1.5.56); FILE MERGED 2005/12/08 14:10:57 fs 1.5.56.1: #121295# RowsetOrderDialog::executedDialog: recognize a NULL dialog

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [547d188359a10cdc1801b898a12649d80abac0c9]

        INTEGRATION: CWS dba202e (1.91.56); FILE MERGED 2006/01/03 12:14:38 oj 1.91.56.1: #i59584# check if exception was thrown

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4af5b232d369ac159dc8a9f2efbb9379190c0af8]

        INTEGRATION: CWS dba202e (1.99.56); FILE MERGED 2006/01/03 12:14:33 oj 1.99.56.1: #i59584# check if exception was thrown

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [206abc1e6961a355677b82939b14219ba0e5a944]

        INTEGRATION: CWS dba202e (1.22.56); FILE MERGED 2006/01/03 09:43:29 oj 1.22.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [479e437b7a628d76cf0c6bf17aa152d2bc5af29f]

        INTEGRATION: CWS dba202e (1.41.56); FILE MERGED 2006/01/03 09:43:28 oj 1.41.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f2cd9a8510059b31422485e4f3d5eeefdcd326a8]

        INTEGRATION: CWS dba202e (1.16.64); FILE MERGED 2006/01/03 09:43:27 oj 1.16.64.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [49014bbcf7e2596bd2f39dd719f0b2f8962d3d1b]

        INTEGRATION: CWS dba202e (1.16.56); FILE MERGED 2006/01/03 09:43:27 oj 1.16.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [97d4443ddadfc46e160dbafe8e449b09660b26fb]

        INTEGRATION: CWS dba202e (1.20.56); FILE MERGED 2006/01/03 09:43:27 oj 1.20.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f7d623ea0cc78b01d118abcd5e1f68ea7b6329ed]

        INTEGRATION: CWS dba202e (1.26.56); FILE MERGED 2006/01/03 09:43:26 oj 1.26.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [296d802dee03550d5671316ce150ac9b2669061a]

        INTEGRATION: CWS dba202e (1.18.64); FILE MERGED 2006/01/03 09:43:11 oj 1.18.64.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [fbb71ad5a06b15a91ce595ef92183dd04f4d3730]

        INTEGRATION: CWS dba202e (1.9.56); FILE MERGED 2006/01/03 09:43:11 oj 1.9.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [581c4efb26896ed6985944d0e38975fc7fb3e492]

        INTEGRATION: CWS dba202e (1.13.56); FILE MERGED 2006/01/03 09:43:10 oj 1.13.56.1: #i59833# exception caught

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [24b17584362f44323042d4b5d7629beba430ffe0]

        INTEGRATION: CWS dba202e (1.5.186); FILE MERGED 2005/12/15 09:52:45 fs 1.5.186.1: #123011# FormControllerHelper::execute keep instance alive while we're in this method

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [255630e25069e6fe94927d4e24249bfabfe19327]

        INTEGRATION: CWS dba202e (1.46.156); FILE MERGED 2006/01/09 10:26:07 fs 1.46.156.2: RESYNC: (1.46-1.47); FILE MERGED 2005/12/15 14:48:37 fs 1.46.156.1: #i59395# dragging bindings into the document shouldn't crash

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [abbf6152cbf48625eb37f9f8870a21b858772959]

        INTEGRATION: CWS dba202e (1.69.158); FILE MERGED 2006/01/09 10:25:19 fs 1.69.158.2: RESYNC: (1.69-1.71); FILE MERGED 2005/12/08 15:08:03 fs 1.69.158.1: #114193# :disposing(): reset notifications at our configuration

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [caf35248d64a3aa45c9fec0c1e1d393658b53309]

        INTEGRATION: CWS dba202e (1.53.90); FILE MERGED 2005/12/13 14:25:36 fs 1.53.90.1: #120905# add/removeEventAttacher: check for NULL parameter

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [390498095651e526592dd4486025bcd461aef9d9]

        INTEGRATION: CWS dba202e (1.9.92); FILE MERGED 2005/12/15 14:48:37 fs 1.9.92.2: #i59395# dragging bindings into the document shouldn't crash 2005/12/15 14:22:30 fs 1.9.92.1: #129112# StartDrag: allow for empty entrie's UserData

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [6c2d5a2f59fd725ef2c279eaf74a606052d080da]

        INTEGRATION: CWS dba202e (1.10.38); FILE MERGED 2006/01/04 11:01:27 fs 1.10.38.2: #i59877# read: ensure that temporary reader objects are not destroyed too early 2005/12/08 13:44:42 fs 1.10.38.1: #114920# write: recognize inconsistencies between m_pEditPart and m_xFormattedPart, even if they should never happen ...

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a925efdce202032d2e97bb8b00e46ca93130d788]

        INTEGRATION: CWS dba202e (1.42.36); FILE MERGED 2006/01/09 10:06:42 fs 1.42.36.2: RESYNC: (1.42-1.44); FILE MERGED 2006/01/04 11:02:01 fs 1.42.36.1: #i59877# better (assertion) diagnostics when catching an exception

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [b8f2774646dc2bc1673db7c06e2a7b1d908a595a]

        INTEGRATION: CWS dba202e (1.28.36); FILE MERGED 2006/01/09 10:03:05 fs 1.28.36.2: RESYNC: (1.28-1.29); FILE MERGED 2006/01/04 11:02:01 fs 1.28.36.1: #i59877# better (assertion) diagnostics when catching an exception

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [25b12d9ae1e0aff566131e294519f06f83c0d735]

        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>  [9dab15ae62924cdd36255c66b1e73c607d98eda0]

        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>  [6298ad790d5efc85b659f551cf66a92a11386047]

        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>  [25228b0c0551755dd2d9679d68a06b64af0ec46f]

        INTEGRATION: CWS dba202e (1.35.8); FILE MERGED 2006/01/10 12:30:25 fs 1.35.8.1: #i60062# settings for the KAB driver

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cbc7acb4686d6b28f9414ac0db45b40f6fc27e84]

        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-19  Oliver Bolte  <obo@openoffice.org>  [54a06539f466f45783c41c10cb240557e86ea662]

        INTEGRATION: CWS dba202e (1.2.14); FILE MERGED 2006/01/18 08:04:16 fs 1.2.14.2: RESYNC: (1.2-1.3); FILE MERGED 2006/01/10 14:23:26 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to this (earlier) CWS

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a82850b0caa6d37e20ea78d1734d568b13ddc64a]

        INTEGRATION: CWS dba202e (1.2.14); FILE MERGED 2006/01/10 14:23:23 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to this (earlier) CWS

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d46329531bdbf73247d627de3b98536fe2668e52]

        INTEGRATION: CWS dba202e (1.2.14); FILE MERGED 2006/01/10 14:23:20 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to this (earlier) CWS

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7997f01e5d58d46f029ea1d3eb130e0c2ea9288b]

        INTEGRATION: CWS dba202e (1.2.14); FILE MERGED 2006/01/10 14:23:17 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to this (earlier) CWS

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2714279685ef127e3e3daffc50d8bb7bf460a94f]

        INTEGRATION: CWS dba202e (1.2.14); FILE MERGED 2006/01/10 14:23:16 fs 1.2.14.1: copying fixes for #i59673# and #i60062# to this (earlier) CWS

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5e731fbc1429d7c2eae1986239b716d70da27fd2]

        INTEGRATION: CWS dba202e (1.57.38); FILE MERGED 2005/12/08 13:37:24 fs 1.57.38.1: #114920# recognize empty source/dest set

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c1f1f6b23e1cf97c9a02aacc290dd445793a4266]

        INTEGRATION: CWS vq26 (1.8.4); FILE MERGED 2006/01/11 00:32:00 vq 1.8.4.2: #i49724# Change cygwin-wrapper to use only bash2 compatible scripting and reduce the use of grep to the minimum. 2006/01/07 00:49:03 vq 1.8.4.1: #i49724# Improve mozilla's wrapper script (cygwin-wrapper) to be able to cope with mounted paths (i.e. /usr/src vs. /cygdrive/c/cygwin/usr/src) and fix a bug in mozillas configure that lead to prepending the wrapper script twice.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [25eb2c15b4f896c6796519215715363805ece694]

        INTEGRATION: CWS qadev25 (1.6.6); FILE MERGED 2005/12/12 09:00:09 cn 1.6.6.1: #i59225# add new object relation 'XIndexAccess.getByIndex.mustBeNull'

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [63ea73dafea52d18c11a68c9d5548fe47667dddb]

        INTEGRATION: CWS qadev25 (1.9.6); FILE MERGED 2005/11/30 16:17:46 sw 1.9.6.1: #115092# added event to be fired

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [81087b769b9e3a7e73bea9e90a4681a7c87c62d6]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/11/21 15:17:02 sw 1.3.6.1: #114501# fixed wrong check in method removeByIndex

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [06d4f2197455ee6a2d3ae877e678a2a9e91100f0]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/11/24 10:23:35 sw 1.3.6.2: #115140# comparing getType properly 2005/11/24 09:50:03 sw 1.3.6.1: #i58120# replaces String to character array in toUpper and toLower

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1356191ea0d1e161d6c80f08cd4d7435aef0180f]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/21 14:42:11 sw 1.5.6.1: #114501# special for ScCellRanges

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [90a89b7d2eb1f8de4a5ab36fdba99142a0b9c7b4]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/12/12 10:54:14 cn 1.3.6.2: #i59225# add new object relation 'XIndexAccess.getByIndex.mustBeNull' 2005/11/21 15:32:39 sw 1.3.6.1: #114501# mightbeNull argument for SwXTableColumns

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f87e168d750791f17ef456318a29fef5f6b7716c]

        INTEGRATION: CWS qadev25 (1.16.2); FILE MERGED 2005/11/23 15:13:40 sw 1.16.2.1: #i27523# getByIndex now also takes left border into account

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3d13251698ef5e8b7738eb37a6a346f418da66cc]

        INTEGRATION: CWS qadev25 (1.9.6); FILE MERGED 2006/01/04 11:39:44 sw 1.9.6.1: #i29840#

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [bfbfde9590a7574f0570d27606a4cfd3d93b00ce]

        INTEGRATION: CWS qadev25 (1.5.2); FILE MERGED 2005/11/11 10:53:07 lla 1.5.2.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [f7ed0c240ee738e26c88ef7d612a6d40ba017e4e]

        INTEGRATION: CWS qadev25 (1.4.6); FILE MERGED 2005/12/07 14:37:29 lla 1.4.6.1: #127811# Logging without entry should possible

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e1040e73eff5108a44cb516111e41322e6433286]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/22 12:00:20 lla 1.5.6.1: #127811# AppKillCommand could hold more then one kill command, separator is ';'

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [812d0751dc36ec428b33f419c0f24a6849fea21a]

        INTEGRATION: CWS qadev25 (1.10.6); FILE MERGED 2005/11/14 15:06:25 cn 1.10.6.2: #i57883# secnario now from command line possible: -sce object1,object2 2005/11/14 14:41:43 cn 1.10.6.1: #i57883# scnario now from command line possible: -sce object1,object2

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [eb542e54d50c00a43ed93202378ddd57251c867f]

        INTEGRATION: CWS qadev25 (1.7.2); FILE MERGED 2005/11/15 13:58:50 lla 1.7.2.2: #127811# write into log instead System.out. 2005/11/11 10:53:07 lla 1.7.2.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2a4faef987a04e22e7e9eb50af37f174aae0541d]

        INTEGRATION: CWS qadev25 (1.1.2); FILE ADDED 2005/11/11 11:00:53 lla 1.1.2.1: #127811# db access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1487f13da8b5ae0be2b6b6c60e4ac64b48bbf152]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/11/15 13:58:50 lla 1.3.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [407a2b252262ac165dec70d6a78a9f29a5ed7813]

        INTEGRATION: CWS qadev25 (1.6.2); FILE MERGED 2005/11/22 11:59:17 lla 1.6.2.5: #127811# DB cleanups 2005/11/15 13:58:49 lla 1.6.2.4: #127811# write into log instead System.out. 2005/11/11 14:08:48 lla 1.6.2.3: #127811# DB access 2005/11/11 13:16:31 lla 1.6.2.2: #127811# database access 2005/11/11 10:53:07 lla 1.6.2.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [d0f75b999a3c61ae27fdf057e6ce3a451e7a5ec0]

        INTEGRATION: CWS qadev25 (1.5.2); FILE MERGED 2005/11/11 13:16:31 lla 1.5.2.1: #127811# database access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7b7dea06bc22bdaffb995f3746240738b902f66d]

        INTEGRATION: CWS qadev25 (1.2.2); FILE MERGED 2005/11/15 13:58:49 lla 1.2.2.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5bbdada48cb1e9bb229a90e889b707f3dd0820b6]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:48 lla 1.5.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [b83b9e3a3a2adda9c0b91076d7dc0d28d6dd724e]

        INTEGRATION: CWS qadev25 (1.6.2); FILE MERGED 2005/11/15 13:58:47 lla 1.6.2.3: #127811# write into log instead System.out. 2005/11/11 13:16:31 lla 1.6.2.2: #127811# database access 2005/11/11 10:53:06 lla 1.6.2.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [60dc5d85aa187272905eebca85cb93144042ca4e]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/11/15 13:58:47 lla 1.3.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c245abde40bc6dd43750da7759c691e9a93b0f50]

        INTEGRATION: CWS qadev25 (1.7.2); FILE MERGED 2005/11/15 13:58:46 lla 1.7.2.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cc5781ac2b945b8cfcc9f66542fbbcac5a753939]

        INTEGRATION: CWS qadev25 (1.3.2); FILE MERGED 2005/11/15 13:58:45 lla 1.3.2.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [e47e41f1e7ff95f734053320413579ac72d3adae]

        INTEGRATION: CWS qadev25 (1.4.6); FILE MERGED 2005/12/05 13:09:32 lla 1.4.6.4: #127811# inifile have to work with empty sections also. 2005/12/05 12:22:30 lla 1.4.6.3: #127811# can't handle Sections without sectionname 2005/11/15 13:58:44 lla 1.4.6.2: #127811# write into log instead System.out. 2005/11/11 13:16:31 lla 1.4.6.1: #127811# database access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [0da37398ad35fccaea18be54e9734a33a5ff4515]

        INTEGRATION: CWS qadev25 (1.3.6); FILE MERGED 2005/11/15 13:58:44 lla 1.3.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [0db0157a51ca68429e300d5c82993e2e2ecce05e]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:43 lla 1.5.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [9a2dc24a4b9eeaa4c89b91eb3349e55402ef2729]

        INTEGRATION: CWS qadev25 (1.7.2); FILE MERGED 2005/11/22 11:59:16 lla 1.7.2.4: #127811# DB cleanups 2005/11/15 13:58:43 lla 1.7.2.3: #127811# write into log instead System.out. 2005/11/11 13:16:31 lla 1.7.2.2: #127811# database access 2005/11/11 10:53:06 lla 1.7.2.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4abce814ebc96d78e57a7648a0bef7b2e36f52a3]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:42 lla 1.5.6.2: #127811# write into log instead System.out. 2005/11/11 10:53:06 lla 1.5.6.1: #127811# convwatch cleanups

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [38d4cca0ae72b3ec873a12579798dc3a41e93e3b]

        INTEGRATION: CWS qadev25 (1.1.2); FILE ADDED 2005/11/15 13:58:16 lla 1.1.2.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3f2fc002bb30fb07f4d35e1949fe72f4d8eca193]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:42 lla 1.5.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7157221ab2af0a7e3ad0da92df31cd7da4b8be67]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:41 lla 1.5.6.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c2f3012e97c957b6d2c900802cf502df254bd5da]

        INTEGRATION: CWS qadev25 (1.5.2); FILE MERGED 2005/11/15 13:58:41 lla 1.5.2.1: #127811# write into log instead System.out.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cee1e644b977b8439d4e0205918fb677c012a1c3]

        INTEGRATION: CWS qadev25 (1.1.2); FILE ADDED 2005/11/15 13:58:40 lla 1.1.2.3: #127811# write into log instead System.out. 2005/11/11 13:16:31 lla 1.1.2.2: #127811# database access 2005/11/11 11:00:22 lla 1.1.2.1: #127811# db access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ef65d15e6674a02be664a67fce8fe4c938c16d51]

        INTEGRATION: CWS qadev25 (1.1.2); FILE ADDED 2005/11/22 11:59:16 lla 1.1.2.5: #127811# DB cleanups 2005/11/15 13:58:39 lla 1.1.2.4: #127811# write into log instead System.out. 2005/11/11 14:08:47 lla 1.1.2.3: #127811# DB access 2005/11/11 13:16:30 lla 1.1.2.2: #127811# database access 2005/11/11 11:00:38 lla 1.1.2.1: #127811# db access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [50a9df3d82db26e88dcb5b9f90030d61d4f363fb]

        INTEGRATION: CWS qadev25 (1.6.2); FILE MERGED 2005/11/22 11:59:16 lla 1.6.2.3: #127811# DB cleanups 2005/11/15 13:58:39 lla 1.6.2.2: #127811# write into log instead System.out. 2005/11/11 13:16:30 lla 1.6.2.1: #127811# database access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a3b989ae7215b305ff2da9ebe2a9f155ff031be0]

        INTEGRATION: CWS qadev25 (1.5.6); FILE MERGED 2005/11/15 13:58:38 lla 1.5.6.2: #127811# write into log instead System.out. 2005/11/11 13:16:30 lla 1.5.6.1: #127811# database access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7d250def81156bd5418d536fafde700f5caaee21]

        INTEGRATION: CWS qadev25 (1.4.2); FILE MERGED 2005/11/15 13:58:37 lla 1.4.2.2: #127811# write into log instead System.out. 2005/11/11 13:16:30 lla 1.4.2.1: #127811# database access

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [cb021733d2bcec98f0fb16ef254ab23c95ecb17e]

        INTEGRATION: CWS localisation04 (1.33.88); FILE MERGED 2006/01/16 15:09:34 vg 1.33.88.1: #i60093#,#i60050#,#i58168#,#i60094#,#i59980#,#i60045#,#i60100#,#i60448#,#i60033#,#i57323#,#i60049#,#i60035#,#i60105#,#i60092#,#i60037#,#i59884#,#i60102#,#i60063#,#i60052#,#i59966# OOo 2.0.2 fixes and localisation

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a059c703fd9f134f425b1fb94f2a193ab55257a6]

        INTEGRATION: CWS localisation04 (1.3.90); FILE MERGED 2006/01/16 14:20:05 vg 1.3.90.1: #i57144# Corrected Hungarian mytexts.bau

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c2c24636a1da49134e67baa47c9d17a562919f38]

        INTEGRATION: CWS impress78 (1.75.46); FILE MERGED 2005/12/05 10:56:16 af 1.75.46.1: #i57755# Made getTypes() methods more robust.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [43bcadc677e5692df30c1cf69e5a2f8fe3c27072]

        INTEGRATION: CWS impress78 (1.16.46); FILE MERGED 2005/12/08 10:49:17 af 1.16.46.1: #i58768# Disabled Cut for master pages.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [3716e85f8e1267b967bfc929461b40feffc41c82]

        INTEGRATION: CWS impress78 (1.18.190); FILE MERGED 2005/12/12 14:52:00 af 1.18.190.1: #i58769# Do not call ActionChanged() from PageInDestruction().

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [80e67f7a9c1822e5b557428918bb801dfa279994]

        INTEGRATION: CWS impress78 (1.21.80); FILE MERGED 2006/01/11 10:28:36 af 1.21.80.1: #i57918# Calling new PageNameHasChanged() method.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5e78b7fd89e6e2fb9bf4e47ea848d98ea902c306]

        INTEGRATION: CWS impress78 (1.38.22); FILE MERGED 2005/12/08 09:42:22 af 1.38.22.1: #127723# Added maAsynchronousSwitchPageCall member.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [97ea58da072b3a4286db176d0bc04d260d256e70]

        INTEGRATION: CWS impress78 (1.61.42); FILE MERGED 2005/12/08 09:38:19 af 1.61.42.1: #127723# Execute SwitchPage asynchronously when called while painting.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [25c99d53f75adc556af8f031179eab8fa09907e4]

        INTEGRATION: CWS impress78 (1.15.82); FILE MERGED 2005/12/02 15:32:29 af 1.15.82.1: #120435# ProcessModifyPageSlot() can now be safely called with pCurrentPage being NULL.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [21811dd78d0ba2de24904ae47d7c2ef8de8b4f1c]

        INTEGRATION: CWS impress78 (1.7.84); FILE MERGED 2005/12/08 09:33:27 af 1.7.84.1: #127723# Added AsyncrhonousCall class.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ca02536678e67d7411a0eb65fbef89f803351631]

        INTEGRATION: CWS impress78 (1.4.50); FILE MERGED 2005/12/12 12:41:21 af 1.4.50.1: #127723# Take window painting into account.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [908c1e714d26536cf1235189d87dc99d49e32ba5]

        INTEGRATION: CWS impress78 (1.1.2); FILE ADDED 2005/12/08 09:21:10 af 1.1.2.1: #127723# Initial revision.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2b8fbb096da15b733ca94d92af9cfcda3af07815]

        INTEGRATION: CWS impress78 (1.9.82); FILE MERGED 2005/12/15 16:49:45 af 1.9.82.1: #i57884# Changed role to LIST_ITEM.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c63852512e3b7c6e368076a56d653097fa546bc7]

        INTEGRATION: CWS impress78 (1.13.44); FILE MERGED 2005/12/15 16:48:09 af 1.13.44.2: #i57918# Using correct box for focus indicator. 2005/12/08 09:32:38 af 1.13.44.1: #127723# Remove contact object from queue.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [96b4ee80f4f9214c27ab6aa06d9357f9513dab16]

        INTEGRATION: CWS impress78 (1.3.82); FILE MERGED 2005/12/12 13:07:57 af 1.3.82.1: #i58769# Added destructor.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [2f836308fe42c6e105b86a5c12e9399dec9f7934]

        INTEGRATION: CWS impress78 (1.13.44); FILE MERGED 2005/12/12 13:01:22 af 1.13.44.1: #i58769# PageNumberArea and ModelBorder stored in view instead of page objects.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [df5599d1b8ae483b3ad624e3509bf33cede565db]

        INTEGRATION: CWS impress78 (1.18.24); FILE MERGED 2005/12/02 15:31:04 af 1.18.24.1: #120435# Do not call ProcessModifyPageSlot() when there is no current page.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5d671c2f0af794d4503fdf402044532c68973d6f]

        INTEGRATION: CWS impress78 (1.4.84); FILE MERGED 2005/12/12 13:08:42 af 1.4.84.1: #i58769# Added destructor.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a843af8b4d6a961acf4580bc0a815f98e0df59ce]

        INTEGRATION: CWS impress78 (1.7.46); FILE MERGED 2005/12/12 13:18:39 af 1.7.46.2: #i58769# Added a comment. 2005/12/12 13:09:59 af 1.7.46.1: #i58769# PageNumberArea and ModelBorder stored in view instead of page objects.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [c8deff40fbc6804e6efac057499a54a90686e515]

        INTEGRATION: CWS impress78 (1.3.84); FILE MERGED 2005/12/12 13:02:33 af 1.3.84.1: #i58769# Made AdaptSize() and ClearDescriptorList() public.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [81bfb6df5488509b447e59963caa6f77d7c7892c]

        INTEGRATION: CWS impress78 (1.11.84); FILE MERGED 2006/01/11 10:24:46 af 1.11.84.2: #i57918# New PageNameHasChanged() method. 2005/12/12 12:56:58 af 1.11.84.1: #i58769# Code cleanup.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [a4dfc259a20e28662ecd54a850873ea04acc80e2]

        INTEGRATION: CWS impress78 (1.20.72); FILE MERGED 2006/01/11 10:23:59 af 1.20.72.2: #i57918# Calling new PageNameHasChanged() method. 2005/12/08 10:50:01 af 1.20.72.1: #i58768# Disabled Cut for master pages.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [7be06f40973a690dafce38fa7165bf2021eaa992]

        INTEGRATION: CWS impress78 (1.28.20); FILE MERGED 2006/01/11 10:23:12 af 1.28.20.2: #i57918# New PageNameHasChanged() method. 2005/12/12 12:56:11 af 1.28.20.1: #i58769# Code cleanup.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5404bd6021d5d0bd048afa9837c995b7806ac697]

        INTEGRATION: CWS impress78 (1.9.44); FILE MERGED 2005/12/12 12:54:44 af 1.9.44.3: #127723# Take window painting into account. 2005/12/12 12:53:40 af 1.9.44.2: #i58769# Calculating aDirtyRectangle before setting preview. 2005/12/08 09:25:52 af 1.9.44.1: #127723# Added assertions when exceptions are caught.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [91dd758ed5c9f494fc4a7e9ea583b0f146cc5c22]

        INTEGRATION: CWS impress78 (1.6.46); FILE MERGED 2005/12/12 12:46:18 af 1.6.46.2: #i58769# Reordered code in ReleasePreviewBitmap(). 2005/12/07 12:22:11 af 1.6.46.1: #127723# Check cached bitmap against being NULL.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [5bcdeccfbf495d365618cffb80115928e5245986]

        INTEGRATION: CWS impress78 (1.3.84); FILE MERGED 2005/12/12 12:43:13 af 1.3.84.1: #127723# Take window painting into account.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [96eff006c5fc7f699d3381fc50b8b7522891c468]

        INTEGRATION: CWS impress78 (1.1.2); FILE ADDED 2005/12/08 09:20:16 af 1.1.2.1: #127723# Initial revision.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [21c725f6e484ee2ec4b9500340c3045d0b738ab2]

        INTEGRATION: CWS impress78 (1.16.24); FILE MERGED 2005/12/08 09:24:20 af 1.16.24.1: #127723# Added maAsynchronousSwitchPageCall.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ea9f801cfde5d5c733297eda25d4bc0aa865ba3c]

        INTEGRATION: CWS impress78 (1.3.84); FILE MERGED 2006/01/11 10:21:53 af 1.3.84.1: #i57918# New GetAccessibleChildImplementation() method.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1a39578265d9560a8c70c5ce1e571ed8c4b68fe4]

        INTEGRATION: CWS impress78 (1.3.84); FILE MERGED 2006/01/11 10:21:05 af 1.3.84.1: #i57918# Made GetPage() public.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1919240e6495dd4ed00ffc57ad7634aa7f876208]

        INTEGRATION: CWS impress78 (1.8.82); FILE MERGED 2005/12/05 09:53:19 af 1.8.82.1: #124411# Checking ViewShell of DocShell in ~FuSearch.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [1f40a748ea6b9536bceb231d29d8ecb2908698a8]

        INTEGRATION: CWS impress78 (1.6.48); FILE MERGED 2006/01/11 10:17:27 af 1.6.48.2: #i57918# New GetAccessibleChildImplementation() method. 2005/12/15 16:45:45 af 1.6.48.1: #i57918# Changed role to PANEL and added state ACTIVE.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [4c55638f6221ac3b80c5390fd582f8d24eac4bd4]

        INTEGRATION: CWS impress78 (1.3.82); FILE MERGED 2005/12/15 16:44:18 af 1.3.82.1: #i57918# Changed role to LIST_ITEM and added some states.

2006-01-19  Oliver Bolte  <obo@openoffice.org>  [ca681c1b9671980134ac976ac4674886e0b950ad]

        INTEGRATION: CWS impress78 (1.11.84); FILE MERGED 2005/12/15 16:42:37 af 1.11.84.1: #i57918# Added guard against missing shape tree info.

2006-01-17  Vladimir Glazounov  <vg@openoffice.org>  [a6bba3a818df5b2baa67ebd4da34f4ad96bc5d84]

        #100000#,#128814# restore changes from CWS buildstatushtml2

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [b57712cd6b3af1121cdaaec4f8406ce493a21817]

        SRC680

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3cf9b5734a8237a5d514b7d7cfc4a2c169b72d3c]

        INTEGRATION: CWS impress81 (1.18.172); FILE MERGED 2005/12/16 10:48:49 sj 1.18.172.1: #i55615# for callout shapes the word wrap default is now on -> added some files of the gallsystem.zip archive

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [0666624278e75b7d2e75627f19d88492df752fd4]

        INTEGRATION: CWS macosxpython (1.13.80); FILE MERGED 2006/01/07 09:16:18 pjanik 1.13.80.1: #i60099#: Shared objects for Python have .so suffix on Mac OS X as well.

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [4d39d352177eeb41d8d84762f75d9ab6198b866c]

        INTEGRATION: CWS macosxpython (1.11.16); FILE MERGED 2006/01/07 09:15:13 pjanik 1.11.16.1: #i60099#: Shared objects for Python have .so suffix on Mac OS X as well.

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3e198590faa7288b8ee965c1ac5db39cc5eb7137]

        INTEGRATION: CWS macosxpython (1.7.10); FILE MERGED 2006/01/07 09:14:48 pjanik 1.7.10.1: #i60099#: Shared objects for Python have .so suffix on Mac OS X as well.

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [63046d260103b519feb824e5baabe2d8cc677ca1]

        INTEGRATION: CWS macosxpython (1.7.4); FILE MERGED 2006/01/11 20:03:34 pjanik 1.7.4.2: #i60099#: Install .dylib library so it can be delivered. 2006/01/07 09:13:44 pjanik 1.7.4.1: #i60099#: Shared objects for Python have .so suffix on Mac OS X as well.

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [d57fe10d501c48e7b40f60ebffa838d71e95a152]

        INTEGRATION: CWS dba202b (1.166.14); FILE MERGED 2005/12/27 11:29:22 oj 1.166.14.3: RESYNC: (1.169-1.171); FILE MERGED 2005/12/12 12:57:20 oj 1.166.14.2: RESYNC: (1.166-1.169); FILE MERGED 2005/11/29 06:57:07 oj 1.166.14.1: #126818# #128048# dbase and odbc added

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [7ab372eb3a6158813776a00aeb550969d643950c]

        INTEGRATION: CWS dba202b (1.16.54); FILE MERGED 2005/11/28 11:08:23 oj 1.16.54.1: #128264# check row field desc

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [ee7667a7f3e79c8edc41d9f1645df41f6bb3342f]

        INTEGRATION: CWS dba202b (1.44.42); FILE MERGED 2005/12/12 09:25:37 oj 1.44.42.2: #122561# check if we have a type info 2005/11/28 11:08:23 oj 1.44.42.1: #128264# check row field desc

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [b3ec28e023bcb1f43b7457ac7cb9511db371404e]

        INTEGRATION: CWS dba202b (1.64.16); FILE MERGED 2005/12/27 11:28:23 oj 1.64.16.2: RESYNC: (1.64-1.65); FILE MERGED 2005/12/27 10:24:50 oj 1.64.16.1: #129390# check aIter != aEnd

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [38adb0ed18183e08649e4c915cb6c6c52c4fc526]

        INTEGRATION: CWS dba202b (1.51.52); FILE MERGED 2005/12/13 15:18:16 oj 1.51.52.1: #128035# set LastFocusTbaWin to NULL when deleting all

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [373e7f2be39622d32050146626ff47cffe4d54d5]

        INTEGRATION: CWS dba202b (1.8.54); FILE MERGED 2005/11/28 10:29:05 oj 1.8.54.1: #125850# check if listbox is null!

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [58a599ee06e1ff696864c0434ddeb8c9c68e7353]

        INTEGRATION: CWS dba202b (1.58.46); FILE MERGED 2005/11/28 11:53:50 oj 1.58.46.1: #127608# convert type if it doesn't exist on dest db

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [52cef3b7cf0925def75b337c790b5cedc1b148e6]

        INTEGRATION: CWS dba202b (1.4.46); FILE MERGED 2005/12/27 06:13:19 oj 1.4.46.1: #129316# ctach exception

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [14ccf2a97abe106c16e2ab19e931d6929ade2d53]

        INTEGRATION: CWS dba202b (1.16.46); FILE MERGED 2005/12/27 06:13:18 oj 1.16.46.1: #129316# ctach exception

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [c7ab5974e97ce409c1a2713ba849f623ac9b4c61]

        INTEGRATION: CWS dba202b (1.20.46); FILE MERGED 2005/12/27 06:13:16 oj 1.20.46.1: #129316# ctach exception

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [4485fe0d3de5ab3690744aa36806bc996657a37f]

        INTEGRATION: CWS dba202b (1.26.46); FILE MERGED 2005/11/28 11:53:49 oj 1.26.46.1: #127608# convert type if it doesn't exist on dest db

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [38383369547c6fe5d26b570dbf6ff660692339e4]

        INTEGRATION: CWS dba202b (1.6.54); FILE MERGED 2005/11/28 11:08:22 oj 1.6.54.1: #128264# check row field desc

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [0b1e1626de6b75db009618c7b1c04292c42646f0]

        INTEGRATION: CWS dba202b (1.21.46); FILE MERGED 2005/12/16 07:37:00 oj 1.21.46.1: #129276# end() param for erase missing

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [915703d20bb4de23b71e5ea3a4957bd61677a7e2]

        INTEGRATION: CWS dba202b (1.12.46); FILE MERGED 2005/12/12 07:48:41 oj 1.12.46.1: adjust helptext when mouse was moved

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [c8584b03925ad3ed3c986331251a588825cda560]

        INTEGRATION: CWS dba202b (1.78.46); FILE MERGED 2006/01/12 13:06:31 fs 1.78.46.3: reverted incomplete fix for #i55731#, will be done in another CWS 2005/12/27 11:22:58 oj 1.78.46.2: RESYNC: (1.78-1.79); FILE MERGED 2005/12/12 07:50:21 oj 1.78.46.1: #i55731# correct postion when deleting a row

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [06bf51429010929ae7031b2f9a9a661f987cc558]

        INTEGRATION: CWS dba202b (1.79.26); FILE MERGED 2005/12/12 07:50:21 oj 1.79.26.1: #i55731# correct postion when deleting a row

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [c46f43847eaa23e3bf8e8224d61daf0be34f487c]

        INTEGRATION: CWS dba202b (1.69.162); FILE MERGED 2005/12/27 11:20:01 oj 1.69.162.2: RESYNC: (1.69-1.70); FILE MERGED 2005/12/12 13:53:52 oj 1.69.162.1: #120981# catch exception when movetobookmark

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [5f22829b8fcc129618c05caee91535b589183617]

        INTEGRATION: CWS impress81 (1.43.82); FILE MERGED 2005/12/29 00:17:02 cl 1.43.82.2: RESYNC: (1.43-1.44); FILE MERGED 2005/12/15 13:12:44 cl 1.43.82.1: #126224# do not crash in CreateVDev when not having a viewshell

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [52d6693573b6c640fe3c7c1385ef7af6a556a680]

        INTEGRATION: CWS impress81 (1.91.32); FILE MERGED 2005/12/20 13:53:53 cl 1.91.32.1: #i59282# only list standard pages when in draw in link document helper

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [63d71494c149ea95128e5484d3837db9efd323c7]

        INTEGRATION: CWS impress81 (1.26.34); FILE MERGED 2005/12/15 11:18:46 cl 1.26.34.1: #127482# do not cause an overflow when fUpdate is to big

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [7d327a11918539588c3610fdf0a84a11c4f40b1a]

        INTEGRATION: CWS impress81 (1.68.66); FILE MERGED 2005/12/28 23:47:25 cl 1.68.66.2: RESYNC: (1.68-1.69); FILE MERGED 2005/12/20 12:34:49 cl 1.68.66.1: #i59282# do not execute jumps to non standard pages ind draw

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [cb1c9f5c4ca1bce90b25ab7e145fbe2ef221d5fd]

        INTEGRATION: CWS impress81 (1.16.90); FILE MERGED 2005/12/29 15:11:51 cl 1.16.90.1: #128887# check for existing page

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [4babccd3b4abf2baeb4c270fb88b8df102c5b48e]

        INTEGRATION: CWS impress81 (1.45.32); FILE MERGED 2006/01/05 17:19:49 cl 1.45.32.2: #128300# listen to dyeing views and act accordingly 2005/12/29 13:47:05 cl 1.45.32.1: #128300# listen to dyeing views and act accordingly

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [2359445861e84510ab70bed94d6ae73c9f4526ba]

        INTEGRATION: CWS impress81 (1.12.88); FILE MERGED 2006/01/11 10:50:00 cl 1.12.88.2: #126224# FrameView can also be 0 2006/01/11 10:33:42 cl 1.12.88.1: #126224# PageView can be 0

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [5220442ef4877764efe1524a2685496b574f06fc]

        INTEGRATION: CWS impress81 (1.33.64); FILE MERGED 2005/12/29 14:57:38 cl 1.33.64.1: #120711# check if numbering rule exists

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [29a686ffc902eae5dbd4f354c47479f0e17c19ae]

        INTEGRATION: CWS impress81 (1.4.64); FILE MERGED 2005/12/29 14:56:52 cl 1.4.64.1: #120711# check if numbering rule exists

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [1c3b94c3b46a088a7c5c7e65a335702862e97eb5]

        INTEGRATION: CWS dba202b (1.37.40); FILE MERGED 2005/12/27 06:44:43 oj 1.37.40.1: #129348# check if child[0] is a leaf

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [e3a6e7e60c7397133ee92008a16927a56101a832]

        INTEGRATION: CWS dba202b (1.32.36); FILE MERGED 2005/11/28 08:34:06 oj 1.32.36.1: #126818# change buildTypeInfo

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [80d4ecf4eb8aa9f3bc3cd58534bf6908dcfbfe0d]

        INTEGRATION: CWS dba202b (1.90.20); FILE MERGED 2005/12/12 13:52:02 oj 1.90.20.2: #128925# check row length 2005/11/28 08:53:07 oj 1.90.20.1: #127372# check if buffer is not null at pos inside buffer length

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [bc8716dc89bd0fe632b8863050f460416c40ba9f]

        INTEGRATION: CWS dba202b (1.15.40); FILE MERGED 2005/11/28 08:52:35 oj 1.15.40.1: #128048# check if stream is valid

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [30e526eee84424f3c9b2ca0e5985ce1bdba78c5c]

        INTEGRATION: CWS impress81 (1.22.40); FILE MERGED 2005/12/12 15:23:37 cl 1.22.40.1: #i54009# fixed type from fontworkshapetypes to fontworkshapetype

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [8e23081289c7fd9930cdc1ef37e16f2cd1036cd2]

        INTEGRATION: CWS impress81 (1.21.40); FILE MERGED 2005/12/12 15:23:36 cl 1.21.40.1: #i54009# fixed type from fontworkshapetypes to fontworkshapetype

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [62cae8bba045efb6ef3efd78beda1a86740e9918]

        INTEGRATION: CWS impress81 (1.23.40); FILE MERGED 2005/12/12 15:23:36 cl 1.23.40.1: #i54009# fixed type from fontworkshapetypes to fontworkshapetype

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [812c4cb40fc3beb087d7c826fba59716bf7409be]

        INTEGRATION: CWS impress81 (1.24.40); FILE MERGED 2005/12/12 15:23:35 cl 1.24.40.1: #i54009# fixed type from fontworkshapetypes to fontworkshapetype

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [3a68d1919fd237abc6b7b108648f9244319936f1]

        INTEGRATION: CWS impress81 (1.21.38); FILE MERGED 2005/12/12 15:23:35 cl 1.21.38.1: #i54009# fixed type from fontworkshapetypes to fontworkshapetype

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [549af299eac83ae9c9607eb9e8c54f2e805e6a86]

        #i60648# msvc[r|p]71d.dll missing for _STLP_DEBUG mode

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [9c5090ae4bb8b2bfe13aeff38f60234b6d8d921e]

        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>  [23e12089c1cda79f0a639ef28f2d84de54eaa632]

        INTEGRATION: CWS allocacleanup (1.3.6); FILE MERGED 2005/11/06 09:15:07 maho 1.3.6.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [00fbbb5c29e92c749776cde8b873a5b3435206e8]

        INTEGRATION: CWS allocacleanup (1.2.6); FILE MERGED 2006/01/08 03:16:03 maho 1.2.6.1: alloca.h -> sal/alloca.h Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [c32ac2e46de484805d0a0181dc99859860a52a96]

        INTEGRATION: CWS allocacleanup (1.12.12); FILE MERGED 2005/11/06 09:34:15 maho 1.12.12.1: use sal/alloca.h instead od alloca.h Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [1b6e8d286fc33785339a3e9fa310ba17c1eb167c]

        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>  [dcc5fa7de68787cff66ffaec3d72b4449a386540]

        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>  [269217bdf530332e6dc7fcb5eed7280f0366119e]

        INTEGRATION: CWS allocacleanup (1.3.10); FILE MERGED 2005/11/06 08:52:21 maho 1.3.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [86df18aa08e07016f0fa786b0af20fce7bcca12c]

        INTEGRATION: CWS allocacleanup (1.3.12); FILE MERGED 2005/11/06 08:52:21 maho 1.3.12.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [a98244cc4b31ef5b3390c04f3d27d756cb3b1900]

        INTEGRATION: CWS allocacleanup (1.3.10); FILE MERGED 2005/11/06 08:52:20 maho 1.3.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [7b0d9c5115a27460892f025d3925ec357946bcc8]

        INTEGRATION: CWS allocacleanup (1.3.12); FILE MERGED 2005/11/06 08:52:20 maho 1.3.12.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [ad7947c485cc48e20e6aa0cf7adec99257ef1b98]

        INTEGRATION: CWS allocacleanup (1.17.10); FILE MERGED 2005/11/06 08:52:20 maho 1.17.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [f8fb1cbeada1509cdb11b8892a0a7e82122027e4]

        INTEGRATION: CWS allocacleanup (1.18.10); FILE MERGED 2005/11/06 08:52:19 maho 1.18.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [6a9f03b1e0b1473d6dafcda918118ca9c659eabe]

        INTEGRATION: CWS allocacleanup (1.13.10); FILE MERGED 2005/11/06 08:52:17 maho 1.13.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [1ee717b86918f13bfb0270f821731bd6fee18e69]

        INTEGRATION: CWS allocacleanup (1.11.10); FILE MERGED 2005/11/06 08:52:17 maho 1.11.10.1: use include <sal/alloca.h> instead of include <alloca.h> Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [68775446752071261a392b4a663321db8df38169]

        INTEGRATION: CWS allocacleanup (1.4.46); FILE MERGED 2005/11/06 09:11:56 maho 1.4.46.1: we use sal/alloca.h instead of alloca.h Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [fae5892484e7968dbc1219cff845e2b3bc9eb382]

        INTEGRATION: CWS allocacleanup (1.29.10); FILE MERGED 2005/11/06 08:59:10 maho 1.29.10.1: use #include <sal/alloca.h> instead of <alloca.h> or something like that.
        
        Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [8816fe9a3e55b9b31633835cc2563bb3d78ea4f5]

        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>  [0b5de4ff21fcb860a2b5ba4bfb3457e7fa8dbd4d]

        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>  [7c4f174affb72fbdeaaf1b561cff3ca12cf01040]

        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>  [a9123d7168aeb72d01629b37ccc182da951ee4f7]

        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>  [52309a02afd16a88f56d63e2c5570e1168061034]

        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>  [3c878874b85f344f5072831ab15e0d53497fffc9]

        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>  [92e234ec1f75d2c740ee701b9548cfa7a24e1dcd]

        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>  [1f0f4fa3d930589465ed35795fe584552eed17b2]

        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>  [57aac74417f1c67e7b59bd4dc97ed94d26e75a5d]

        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>  [cd5a3aa3fe9202d8307859bc712d899c89d8e443]

        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>  [9118a6b3763fe482dcdb56fac06c598923cbfc2c]

        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>  [0b260d127876e3df0dac81a4c14f627acc4ef410]

        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>  [50e873c54a82e0c2c5ddcffb71b5df3bb0ecca2f]

        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>  [d711940cb894e1ac42f763ea333ec8a927dddd9a]

        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>  [a61a49a72172cbce885de483af31a7761dc9018b]

        INTEGRATION: CWS allocacleanup (1.5.24); FILE MERGED 2005/11/06 09:56:58 maho 1.5.24.1: use sal/alloca.h instead of alloca.h Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [ce4b65fa401e6047c50651a4b32a58f6b9f818a4]

        INTEGRATION: CWS allocacleanup (1.24.34); FILE MERGED 2005/11/06 08:39:33 maho 1.24.34.1: use sal/alloca.h for alloca
        
        Issue number:  #i53286#

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [380614e67fc4774f2ee765372d4142e07360f6a8]

        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>  [21e29cec24f4d6b6c2120f8ff51fa6bd40ef8f3f]

        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>  [bdfdce2067e25609eb79930aced74c1ed3ab79c7]

        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>  [6972db4022a429c8f899424236d4b7c618249509]

        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>  [5441e73b6513f791ce5ded0fa0ce467bc2766fbd]

        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>  [7210e31ea6ca0ca7f5b1256b6845e54ee41b432b]

        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-16  Oliver Bolte  <obo@openoffice.org>  [f6212dcc14417e73520703fc13c21977cbbd375f]

        INTEGRATION: CWS hr28 (1.20.32); FILE MERGED 2006/01/11 17:01:51 hr 1.20.32.2: #i60366#: remove obsolete file 2006/01/11 16:18:18 hr 1.20.32.1: #i60366#: remove obsolete files, add FileURLStreamHandler.class, GCJFileURLStreamHandler.class, MemoryURLConnection.class, license header

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [1c2de9fdfa29d24855b834cf7a23fd5e19575fc4]

        INTEGRATION: CWS hr28 (1.12.150); FILE MERGED 2006/01/11 16:38:53 hr 1.12.150.1: #i60366#: remove helpserver.sh

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [a57b2536c739c5130cdbb4a7f2f2051ae1df9819]

        INTEGRATION: CWS hr28 (1.12.28); FILE MERGED 2006/01/06 18:09:54 hr 1.12.28.1: #i60141#: disable the evaluation of /home/jr93709/.cvsrc by the cvs binary

2006-01-16  Oliver Bolte  <obo@openoffice.org>  [820253d03f4cf779058220d4d431f8c83ca25b31]

        INTEGRATION: CWS hr28 (1.23.170); FILE MERGED 2006/01/06 18:09:53 hr 1.23.170.1: #i60141#: disable the evaluation of /home/jr93709/.cvsrc by the cvs binary

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [a74510ce3c62e7cb298ed01652f3d4bc444f3872]

        INTEGRATION: CWS dr43 (1.23.96); FILE MERGED 2005/10/25 10:20:12 dr 1.23.96.1: #i56383# crash when importing checkboxes

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [57f6e1347323f8e8d248b79db52c674a0205ab03]

        INTEGRATION: CWS dr43 (1.13.64); FILE MERGED 2005/12/13 14:22:51 iha 1.13.64.1: #i39396# Accessibility: Hangul/Hanja Conversion Dialog: Suggestions

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8edd94b9175ac1bd5bfdd3731e328a7877d77de6]

        INTEGRATION: CWS dr43 (1.6.98); FILE MERGED 2005/12/13 14:24:05 iha 1.6.98.1: #i39396# Accessibility: Hangul/Hanja Conversion Dialog: Suggestions

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [69b884b404614f7f1b5e1609350c96658e38d296]

        INTEGRATION: CWS dr43 (1.10.98); FILE MERGED 2005/12/13 14:23:27 iha 1.10.98.1: #i39396# Accessibility: Hangul/Hanja Conversion Dialog: Suggestions

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [28651ee4d48c08a8c640fb3594d7764a8ce38ffb]

        INTEGRATION: CWS dr43 (1.38.94); FILE MERGED 2005/11/15 16:29:00 dr 1.38.94.1: #111635# text paragraphs in Calc preview are transient

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [1885c50d3d31a4386a8f56c1e393b0cef3f8f8e0]

        INTEGRATION: CWS dr43 (1.9.98); FILE MERGED 2005/11/15 16:29:02 dr 1.9.98.1: #111635# text paragraphs in Calc preview are transient

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [3114c5bc5b3c62871f2f56bd129ed33f2db33ec1]

        INTEGRATION: CWS dr43 (1.10.98); FILE MERGED 2005/11/15 16:29:01 dr 1.10.98.1: #111635# text paragraphs in Calc preview are transient

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [21dc671bcb60825cd1223c583bb2e4d2a37a95f3]

        INTEGRATION: CWS dr43 (1.43.98); FILE MERGED 2005/12/19 12:19:21 dr 1.43.98.1: #i54814# wrong constant used

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [9f344d7d924afc8cee6f91d30a2695dcbe7a8d1b]

        INTEGRATION: CWS dr43 (1.4.404); FILE MERGED 2005/11/22 11:01:29 cn 1.4.404.1: #i58296# updated

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [40cbdb424cd5e3dd1f4b45465d9e142b453de46e]

        INTEGRATION: CWS dr43 (1.6.404); FILE MERGED 2005/11/22 11:01:28 cn 1.6.404.1: #i58296# updated

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [be6ef160a404025177d47c41a83f82f690d1af8c]

        INTEGRATION: CWS dr43 (1.51.36); FILE MERGED 2005/11/23 13:11:02 nn 1.51.36.1: #125841# call EnterHandler in PrepareClose

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8b618d03a2161fc7c4f20cf6fec77c6c36bbb745]

        INTEGRATION: CWS dr43 (1.48.2); FILE MERGED 2005/12/08 19:03:07 nn 1.48.2.1: #126115# handle zero text width in shrink to fit

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [bac0feac2a2837c670b1b62cc693d86e5689f909]

        INTEGRATION: CWS dr43 (1.26.2); FILE MERGED 2005/12/01 11:29:21 nn 1.26.2.1: #122057# clear the clipboard listener link in dtor

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [b0cbae958eed67f748fcc5a21ab077b6b7bec7ef]

        INTEGRATION: CWS dr43 (1.34.24); FILE MERGED 2005/11/23 17:15:21 nn 1.34.24.1: #i57619# diagonal borders and shrink to fit properties for the cell style

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [f0c8595a46dc4e045d8c59b864ea19110f435c46]

        INTEGRATION: CWS dr43 (1.15.40); FILE MERGED 2005/12/06 19:26:30 nn 1.15.40.1: #i57375# access fields by name and repeat count instead of index

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [2c0556c1ae8228d4411c8d8959b6fa7fdb8499e1]

        INTEGRATION: CWS dr43 (1.12.24); FILE MERGED 2005/12/21 11:53:44 nn 1.12.24.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [b5e3a07b36288ebe4fcea7a5b3ee10f00c5a50b3]

        INTEGRATION: CWS dr43 (1.3.42); FILE MERGED 2005/12/21 11:53:45 nn 1.3.42.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8da0d8e9836d0326d682ed481bf1711ee7798cb4]

        INTEGRATION: CWS dr43 (1.6.40); FILE MERGED 2005/12/21 11:53:42 nn 1.6.40.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [fbd4848b3826705229e5256cbe63542e42364953]

        INTEGRATION: CWS dr43 (1.9.40); FILE MERGED 2005/12/21 11:53:40 nn 1.9.40.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [43c63e03ab1c03cc4967bc8486cefffc868bcb07]

        INTEGRATION: CWS dr43 (1.15.40); FILE MERGED 2005/12/21 11:53:39 nn 1.15.40.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8c7c330c6ca7ce06f80d6a2f0ab218041380c49d]

        INTEGRATION: CWS dr43 (1.7.40); FILE MERGED 2005/12/21 11:53:37 nn 1.7.40.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [eaa6cc005ab2882625e36e1d6942957c88aff438]

        INTEGRATION: CWS dr43 (1.20.20); FILE MERGED 2005/12/21 11:53:35 nn 1.20.20.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [0592e90cba3acdf5cbe8b1d3d49d239242ecab6a]

        INTEGRATION: CWS dr43 (1.6.40); FILE MERGED 2005/12/21 11:53:33 nn 1.6.40.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e619d090fc9da8f304090038e8677ed2d9f1f97c]

        INTEGRATION: CWS dr43 (1.84.24); FILE MERGED 2005/12/13 15:18:08 er 1.84.24.3: #i54231# reverse description of RANK 3rd parameter 2005/11/17 13:04:08 dr 1.84.24.2: RESYNC: (1.84-1.85); FILE MERGED 2005/10/27 12:29:20 dr 1.84.24.1: #i53046# description of EVEN and ODD adjusted

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8f627d8fe96f1941a50a851ceb521207af090b76]

        INTEGRATION: CWS dr43 (1.2.42); FILE MERGED 2005/12/21 11:52:58 nn 1.2.42.1: #125875# ensure right draw page count after undo if there was no drawing layer before

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [22bbaee928ec4a6986b57ef41cdafa4a84ad4d02]

        INTEGRATION: CWS dr43 (1.13.42); FILE MERGED 2005/11/23 13:09:27 nn 1.13.42.1: #125841# StopInputWinEngine public

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [25a0f03cab2d36f6edd242d97e5fac352f4a6a2e]

        INTEGRATION: CWS dr43 (1.16.42); FILE MERGED 2005/11/15 15:56:37 dr 1.16.42.1: #111635# text paragraphs in preview are transient

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8b94f37d87a2bd0f9f6ee1e46bfa808b15a2b13e]

        INTEGRATION: CWS dr43 (1.25.2); FILE MERGED 2005/12/01 11:29:43 nn 1.25.2.1: #122057# clear the clipboard listener link in dtor

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [2e8dc3a17ccc3e9c6d7b3927a4ccfaa004d38516]

        INTEGRATION: CWS dr43 (1.21.22); FILE MERGED 2005/12/05 09:10:43 nn 1.21.22.1: #128113# handle focus on empty field

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [250940f9ce7b435024c92f221972c5c6d7271671]

        INTEGRATION: CWS dr43 (1.44.2); FILE MERGED 2005/11/23 13:10:13 nn 1.44.2.1: #125841# call StopInputWinEngine after SetInputWindow( NULL )

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [1498e82adcc12c418944d9c1d500475b7f7e3b9b]

        INTEGRATION: CWS dr43 (1.60.38); FILE MERGED 2006/01/04 16:41:34 dr 1.60.38.2: RESYNC: (1.60-1.61); FILE MERGED 2005/12/09 14:24:56 nn 1.60.38.1: #123344# reset pLastPattern in EnterHandler

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [85fdc226d0f5b72a7570a8c4ebafc3e36f04db8b]

        INTEGRATION: CWS dr43 (1.16.40); FILE MERGED 2005/11/15 15:56:04 dr 1.16.40.1: #111635# text paragraphs in preview are transient

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [1aa1a30672370863fb409e60f373fcd0725a43f2]

        INTEGRATION: CWS dr43 (1.24.42); FILE MERGED 2005/12/02 14:53:59 nn 1.24.42.1: #i56873# check if AutoStyles exists

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [d9e52d6048c8e9481be01f1d4b92690aa6b150f5]

        INTEGRATION: CWS dr43 (1.117.22); FILE MERGED 2005/12/02 14:54:00 nn 1.117.22.1: #i56873# check if AutoStyles exists

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [9a00138cfd13ce3a697054f06a4277e08d5970b8]

        INTEGRATION: CWS dr43 (1.22.10); FILE MERGED 2005/11/23 14:37:37 nn 1.22.10.1: #b6343997# GetCondition: always initialize type and operator

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [9a49a8f7b1fdc342e3405f30e3798e3a689a6eca]

        INTEGRATION: CWS dr43 (1.18.42); FILE MERGED 2005/12/02 14:53:58 nn 1.18.42.1: #i56873# check if AutoStyles exists

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [976e529f98603244064599b87f949abf60fd0823]

        INTEGRATION: CWS dr43 (1.25.42); FILE MERGED 2005/12/02 14:53:59 nn 1.25.42.1: #i56873# check if AutoStyles exists

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [7c692ee7c9bdd7997944870668c139cc7c920a21]

        INTEGRATION: CWS dr43 (1.17.24); FILE MERGED 2005/10/25 10:25:23 dr 1.17.24.1: #i56383# crash when importing checkboxes

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [5d8362c3ffe604305158b4c07731c423eaccb6ba]

        INTEGRATION: CWS dr43 (1.18.42); FILE MERGED 2005/11/29 20:10:43 dr 1.18.42.1: #124240# handle incomplete book streams and invalid cell addresses

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [a376da8e91687ab8661f9c25fbfc2fa195da065d]

        INTEGRATION: CWS dr43 (1.19.24); FILE MERGED 2005/10/25 10:25:23 dr 1.19.24.1: #i56383# crash when importing checkboxes

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e39feceaf793276d1299ae1cc5a759f7454ae282]

        INTEGRATION: CWS dr43 (1.34.42); FILE MERGED 2005/11/29 20:10:42 dr 1.34.42.1: #124240# handle incomplete book streams and invalid cell addresses

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [c05fc09ce9148dc737fd74a65e85b53440965d9b]

        INTEGRATION: CWS dr43 (1.62.24); FILE MERGED 2005/11/17 09:57:17 dr 1.62.24.1: #i55192# first set row height and flags, then insert drawing objects

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [165b1e6034e474da1211fe27c27d3922fc2d8ce9]

        INTEGRATION: CWS dr43 (1.20.42); FILE MERGED 2005/11/29 20:10:42 dr 1.20.42.1: #124240# handle incomplete book streams and invalid cell addresses

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [a242613ab4fbac2a66b819c242cd5e41f971b2ff]

        INTEGRATION: CWS dr43 (1.17.24); FILE MERGED 2005/10/25 10:22:42 dr 1.17.24.1: additions for form controls

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [058077b338bab47eb199d9fb8dc3d39a01068623]

        INTEGRATION: CWS dr43 (1.16.24); FILE MERGED 2005/10/25 10:25:00 dr 1.16.24.1: #i56383# crash when importing checkboxes

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [708f8303843e5b0f24cfd77947a62a9a3518ced4]

        INTEGRATION: CWS dr43 (1.24.22); FILE MERGED 2006/01/04 16:41:15 dr 1.24.22.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/29 20:10:19 dr 1.24.22.1: #124240# handle incomplete book streams and invalid cell addresses

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [3d1332107691872cef5d55360766596685306436]

        INTEGRATION: CWS dr43 (1.21.24); FILE MERGED 2006/01/05 12:24:09 dr 1.21.24.3: #i10000# missing void 2005/12/08 12:49:14 dr 1.21.24.2: #i59080# encode all characters in an URL... 2005/12/05 14:16:03 dr 1.21.24.1: #126855# encode special characters in URLs

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [6139f36b6aed68d4ec8185d59b67a98cc3f2a5d4]

        INTEGRATION: CWS dr43 (1.38.24); FILE MERGED 2005/10/25 10:25:00 dr 1.38.24.1: #i56383# crash when importing checkboxes

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [4d329f5c129dbf485219ac091faca50b6ff02a89]

        INTEGRATION: CWS dr43 (1.9.22); FILE MERGED 2005/12/02 11:15:35 dr 1.9.22.1: #128011# many macro calls in formula

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [9c56c65c796a2eb0a06b6aa0f96d8948bb003684]

        INTEGRATION: CWS dr43 (1.55.24); FILE MERGED 2005/11/29 20:10:18 dr 1.55.24.2: #124240# handle incomplete book streams and invalid cell addresses 2005/10/28 09:34:24 dr 1.55.24.1: #i56376# simulate missing EOF for workbook globals

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e7971b5d7b67594671c359de8f9c291d26d6f5da]

        INTEGRATION: CWS dr43 (1.76.24); FILE MERGED 2005/11/29 20:10:18 dr 1.76.24.2: #124240# handle incomplete book streams and invalid cell addresses 2005/11/17 09:57:03 dr 1.76.24.1: #i55192# first set row height and flags, then insert drawing objects

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [d9c7cb299ab8cdbb0f61dd5d75365658064c7d6c]

        INTEGRATION: CWS dr43 (1.38.40); FILE MERGED 2005/11/17 09:57:03 dr 1.38.40.1: #i55192# first set row height and flags, then insert drawing objects

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [bd58dd346ceafbdf39a1806283ea2fb9326e7b12]

        INTEGRATION: CWS dr43 (1.108.24); FILE MERGED 2005/11/29 20:10:18 dr 1.108.24.2: #124240# handle incomplete book streams and invalid cell addresses 2005/11/17 09:57:02 dr 1.108.24.1: #i55192# first set row height and flags, then insert drawing objects

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [d84df48b2b24f87feba46cddc1c303cc5258cbee]

        INTEGRATION: CWS dr43 (1.36.22); FILE MERGED 2005/11/29 20:10:17 dr 1.36.22.3: #124240# handle incomplete book streams and invalid cell addresses 2005/11/17 12:49:33 dr 1.36.22.2: RESYNC: (1.36-1.37); FILE MERGED 2005/11/11 14:21:04 dr 1.36.22.1: #i44280# map LOG with 1 param to LOG10

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [553ff32198a3b49d22625d0dfea96294644bfe35]

        INTEGRATION: CWS dr43 (1.80.22); FILE MERGED 2006/01/04 10:37:31 dr 1.80.22.3: loop in dumper 2005/11/17 12:49:08 dr 1.80.22.2: RESYNC: (1.80-1.81); FILE MERGED 2005/10/25 10:22:18 dr 1.80.22.1: additions for form controls

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [d1374a25bd24496a2e7eb8dc675b0406a67b2fc1]

        INTEGRATION: CWS dr43 (1.17.24); FILE MERGED 2005/11/23 13:09:11 er 1.17.24.1: #i58177# ScMatDet: a singular matrix isn't an error..

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [409ef61934804b2e574d842759c03935c9e259a9]

        INTEGRATION: CWS dr43 (1.25.20); FILE MERGED 2006/01/04 16:39:34 dr 1.25.20.4: RESYNC: (1.25-1.26); FILE MERGED 2006/01/04 15:02:48 dr 1.25.20.3: #i59335# handle rounding errors and values between 0 and 1 correctly 2005/12/14 13:18:07 dr 1.25.20.2: #i59335# correct placement of the 'million' particle 2005/11/23 15:21:03 er 1.25.20.1: #i54529# ScMod: use approxSub()

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [05be509aa00ec069b35f424d16220225f4710041]

        INTEGRATION: CWS dr43 (1.16.38); FILE MERGED 2006/01/04 16:38:30 dr 1.16.38.2: RESYNC: (1.16-1.17); FILE MERGED 2006/01/02 17:50:33 nn 1.16.38.1: #122816# right type in ScChartPositionMap dtor

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [284e3ee720b82cf5fafecc89b72ad56250c655fd]

        INTEGRATION: CWS dr43 (1.15.42); FILE MERGED 2006/01/03 17:27:37 nn 1.15.42.1: #i59984# Initialize: use XSingleComponentFactory

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [eb2bc2c886f339ce35d2535043b4288d345c7904]

        INTEGRATION: CWS dr43 (1.14.24); FILE MERGED 2005/11/23 16:42:37 nn 1.14.24.1: #121767# FillAnalyse: null pointer check before calling GetCellType

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [f63b76336390e88d6518ba807565926b6810b3a6]

        INTEGRATION: CWS dr43 (1.21.42); FILE MERGED 2006/01/04 16:38:00 dr 1.21.42.3: RESYNC: (1.21-1.22); FILE MERGED 2005/12/13 19:39:56 er 1.21.42.2: #i58354# CreateStarQuery: check for 4 columns width minimum 2005/12/09 18:01:41 nn 1.21.42.1: #124205# restore fix for i19390: treat notes like empty cells

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [57da096f60b41772bf82fdc72c4c7848aec8fce8]

        INTEGRATION: CWS dr43 (1.14.24); FILE MERGED 2005/12/21 11:55:02 nn 1.14.24.1: #125875# if no page was added, don't try to set its name/size

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [fa6b1a0992fd77c57105f1fde81fccf2fa0bb30e]

        INTEGRATION: CWS dr43 (1.41.4); FILE MERGED 2005/12/21 11:55:02 nn 1.41.4.1: #125875# if no page was added, don't try to set its name/size

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [fbd2ad4359024dd70b6ecbe416713fd12049ac4e]

        INTEGRATION: CWS dr43 (1.17.24); FILE MERGED 2005/12/06 19:26:53 nn 1.17.24.1: #i57375# access fields by name and repeat count instead of index

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [721eb7dd0f0e9cb532b0da28b970ff996053abca]

        INTEGRATION: CWS dr43 (1.15.42); FILE MERGED 2006/01/04 16:35:38 dr 1.15.42.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/22 18:37:57 er 1.15.42.1: #127775# BinarySearch: crash if cell in very first row==0 of LOOKUP range deleted (=> note cell as broadcaster present) and no match found => nMid underflow wrapped to max

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [48836db903e27ee1ea1feb0059faf4770432a5a5]

        INTEGRATION: CWS dr43 (1.18.24); FILE MERGED 2005/12/08 13:31:59 nn 1.18.24.1: #121990# MoveTo: iterate backwards over aEntries

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e3305853a429a4eaa31749c3e4947778da9596b9]

        INTEGRATION: CWS dr43 (1.16.4); FILE MERGED 2005/12/21 11:55:14 nn 1.16.4.1: #125875# if no page was added, don't try to set its name/size

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [839c7b5625b02be72885e33590dbd719545fbccc]

        INTEGRATION: CWS dr43 (1.8.42); FILE MERGED 2005/12/06 19:26:15 nn 1.8.42.1: #i57375# access fields by name and repeat count instead of index

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [6e98b75d7b828eb1bfe2561c6e614bfece58a424]

        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-13  Rüdiger Timm  <rt@openoffice.org>  [a8a3b781da57c6c8216320caf97919ef9ba91058]

        INTEGRATION: CWS dr43 (1.30.10); FILE MERGED 2005/11/15 19:31:30 nn 1.30.10.1: #i55735# ERF/ERFC improved again (Kohei Yoshida)

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [4adde8f01cd40a77a3277b1d2f9f7a4503a8d4e9]

        INTEGRATION: CWS dr43 (1.49.6); FILE MERGED 2005/11/15 19:31:29 nn 1.49.6.1: #i55735# ERF/ERFC improved again (Kohei Yoshida)

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [6c2e5fbae055013348780582d15ea40c691c453c]

        INTEGRATION: CWS dr43 (1.39.18); FILE MERGED 2005/11/15 19:31:27 nn 1.39.18.1: #i55735# ERF/ERFC improved again (Kohei Yoshida)

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [4a95bcab446fd79d8fa685e1c704aba768ae6787]

        INTEGRATION: CWS cmcfixes22 (1.123.18); FILE MERGED 2006/01/04 14:26:27 cmc 1.123.18.3: #i58292 ecj + gij != use gcj specific aot feature 2006/01/04 10:21:09 cmc 1.123.18.2: RESYNC: (1.123-1.127); FILE MERGED 2005/11/22 10:15:09 cmc 1.123.18.1: #i58292# move gcj configuration from solenv into config_office

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [1e3caa7e89f9774dcf15341715ef7b855e108892]

        INTEGRATION: CWS cmcfixes22 (1.2.2); FILE MERGED 2005/11/22 11:56:41 cmc 1.2.2.1: #i57545# import xalan unused

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [333eb526241c2e1172c71803b9613ca4ae032b99]

        INTEGRATION: CWS cmcfixes22 (1.2.2); FILE MERGED 2005/11/22 10:42:10 cmc 1.2.2.1: #i58294# allow using gnu classpath dom serializer

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e23812de33a9412daa8ad5cdeb48c1fbd4901be8]

        INTEGRATION: CWS cmcfixes22 (1.2.2); FILE MERGED 2005/11/22 10:42:05 cmc 1.2.2.1: #i58294# allow using gnu classpath dom serializer

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [ad748858bab9d01ab2f07ab35970cf5cbe8fc966]

        INTEGRATION: CWS cmcfixes22 (1.78.14); FILE MERGED 2006/01/04 14:26:34 cmc 1.78.14.3: #i58292 ecj + gij != use gcj specific aot feature 2006/01/04 10:20:42 cmc 1.78.14.2: RESYNC: (1.78-1.81); FILE MERGED 2005/11/22 10:15:14 cmc 1.78.14.1: #i58292# move gcj configuration from solenv into config_office

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [fb2b11feb9b0d9b6d6495e07891b9c8c97878fd7]

        INTEGRATION: CWS cmcfixes22 (1.139.16); FILE MERGED 2006/01/04 14:26:32 cmc 1.139.16.3: #i58292 ecj + gij != use gcj specific aot feature 2006/01/04 10:20:34 cmc 1.139.16.2: RESYNC: (1.139-1.143); FILE MERGED 2005/11/22 10:15:13 cmc 1.139.16.1: #i58292# move gcj configuration from solenv into config_office

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8435859de92eccd49b8ca4ab1bf9a237cfb7bd8f]

        INTEGRATION: CWS cmcfixes22 (1.178.16); FILE MERGED 2006/01/04 14:28:15 cmc 1.178.16.3: #i58292 ecj + gij != use gcj specific aot feature 2006/01/04 10:16:29 cmc 1.178.16.2: RESYNC: (1.178-1.181); FILE MERGED 2005/11/22 10:15:35 cmc 1.178.16.1: #i58292# move gcj configuration from solenv into config_office

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [89032caa2d458d7f3bdd93d8a9caa393d4658354]

        INTEGRATION: CWS cmcfixes22 (1.92.110); FILE MERGED 2006/01/04 14:28:15 cmc 1.92.110.3: #i58292 ecj + gij != use gcj specific aot feature 2006/01/04 10:17:25 cmc 1.92.110.2: RESYNC: (1.92-1.96); FILE MERGED 2005/11/22 10:15:34 cmc 1.92.110.1: #i58292# move gcj configuration from solenv into config_office

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [1f9f038fd9a2a2103e8bdad3ff1e7bc8a6cdbaf8]

        INTEGRATION: CWS ause046 (1.7.20); FILE MERGED 2006/01/06 12:44:25 hjs 1.7.20.1: #i59905# disable c++ part. not needed

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [9a4aea5cd873f066d6a5a69989e2e86fc3dbd38b]

        INTEGRATION: CWS ause046 (1.27.2); FILE MERGED 2006/01/06 12:43:45 hjs 1.27.2.1: #i59905# disable c++ part. not needed

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [e24381ab47eab67f4b4baa9e646e3c3bab870823]

        INTEGRATION: CWS ause046 (1.10.4); FILE MERGED 2005/12/20 12:01:15 hjs 1.10.4.1: #i59514# fix quoting for environment supplied vendor names

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [f573b48981f28821e937f707cde8925b3e524ed6]

        INTEGRATION: CWS ause046 (1.7.2); FILE MERGED 2006/01/05 16:16:14 hjs 1.7.2.1: #i60060# fix syntax

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [23ec9e9ec9991229a0b54647cb2b8087175298fb]

        INTEGRATION: CWS ause046 (1.22.18); FILE MERGED 2006/01/05 16:19:24 hjs 1.22.18.1: #i60082# SYSBASEINC isn't set at all

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [cb374e3a5adeda42a7e8bdc71666cda59f6101a1]

        INTEGRATION: CWS ause046 (1.14.18); FILE MERGED 2006/01/05 16:19:25 hjs 1.14.18.1: #i60082# SYSBASEINC isn't set at all

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [f3e7b3c425606f3a7c35ac5f456848deb6162c6b]

        INTEGRATION: CWS ause046 (1.96.18); FILE MERGED 2006/01/06 12:29:42 rt 1.96.18.1: #i60125# No stripping needed in case of '-delete'

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [56aa3ddbe8dda2c22a3b48a448c43dfb1ada78da]

        INTEGRATION: CWS sysui12 (1.26.4); FILE MERGED 2006/01/09 10:22:59 obr 1.26.4.4: RESYNC: (1.30-1.32); FILE MERGED 2005/12/19 14:34:43 obr 1.26.4.3: RESYNC: (1.27-1.30); FILE MERGED 2005/11/07 10:30:42 obr 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2005/10/06 12:42:26 is 1.26.4.1: #i46964# new desktop integration packaging

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [572bdf1922ba735f9bcdb873754f3e37ba153d17]

        INTEGRATION: CWS sysui12 (1.14.38); FILE MERGED 2005/10/06 12:44:03 is 1.14.38.1: #i46964# new desktop integration packaging

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [19f265c68f8b5ec9cd38a1b8fd8b5cca65f0470f]

        INTEGRATION: CWS sysui12 (1.23.30); FILE MERGED 2006/01/09 10:11:09 obr 1.23.30.3: RESYNC: (1.26-1.28); FILE MERGED 2005/12/19 14:18:04 obr 1.23.30.2: RESYNC: (1.23-1.26); FILE MERGED 2005/11/11 13:10:12 obr 1.23.30.1: gzcat seems not to be generally available

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [758b7d91b7b1a875128ca9d3d9fd6e258c30e2e6]

        INTEGRATION: CWS sysui12 (1.21.38); FILE MERGED 2005/10/10 09:12:05 is 1.21.38.1: #i46964# desktop versioning schema

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [abdbf200a5e7930a85899ac73c946c9667078f67]

        INTEGRATION: CWS sysui12 (1.41.2); FILE MERGED 2006/01/09 10:10:06 obr 1.41.2.4: RESYNC: (1.43-1.45); FILE MERGED 2005/12/19 14:16:21 obr 1.41.2.3: RESYNC: (1.41-1.43); FILE MERGED 2005/10/06 12:44:01 is 1.41.2.2: #i46964# new desktop integration packaging 2005/10/06 10:03:40 obr 1.41.2.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [3d692088e70debf1bd71850ec7b8f8b327ae2136]

        INTEGRATION: CWS sysui12 (1.51.2); FILE MERGED 2006/01/09 10:08:40 obr 1.51.2.4: RESYNC: (1.56-1.57); FILE MERGED 2005/12/19 14:14:54 obr 1.51.2.3: RESYNC: (1.52-1.56); FILE MERGED 2005/11/07 10:26:35 obr 1.51.2.2: RESYNC: (1.51-1.52); FILE MERGED 2005/10/06 12:43:32 is 1.51.2.1: #i46964# new desktop integration packaging

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [55500bb49c6bc62c6a83ac8853a63941c4cd791e]

        INTEGRATION: CWS sysui12 (1.28.46); FILE MERGED 2005/10/06 10:00:46 obr 1.28.46.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [929c1396439acf514525b5d57c87f9131106014a]

        INTEGRATION: CWS sysui12 (1.36.46); FILE MERGED 2005/10/06 10:00:45 obr 1.36.46.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [c988487edc2737c53d6cf4c8f5cb6e07d5aaa8a6]

        INTEGRATION: CWS sysui12 (1.1.2); FILE ADDED 2005/11/11 14:37:14 obr 1.1.2.2: sort by path, not by permissions 2005/11/08 07:54:30 obr 1.1.2.1: package diff tool for regression testing

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [0f4af4670dac0a5758561d6ada959d7406866867]

        INTEGRATION: CWS sysui12 (1.9.8); FILE MERGED 2006/01/09 10:06:46 obr 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/06 10:00:44 obr 1.9.8.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [12ebcfe90d9d6c2e77acbeb19fe5ade3a9a7be68]

        INTEGRATION: CWS sysui12 (1.16.8); FILE MERGED 2005/12/19 14:13:11 obr 1.16.8.5: RESYNC: (1.17-1.18); FILE MERGED 2005/10/26 11:52:53 obr 1.16.8.4: #i46964# made packages non phony targets 2005/10/11 11:54:02 obr 1.16.8.3: #i54236# fixed parallel build problem (hopefully) 2005/10/11 07:53:12 obr 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2005/10/06 10:00:28 obr 1.16.8.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [5e746ea67c4a7ffc7b666edf5c4a12971fb936ce]

        INTEGRATION: CWS sysui12 (1.11.10); FILE MERGED 2005/10/06 10:00:24 obr 1.11.10.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [946e406f9cfbc388407980c5148ff9ebf1131f49]

        INTEGRATION: CWS sysui12 (1.15.8); FILE MERGED 2005/12/19 14:12:43 obr 1.15.8.5: RESYNC: (1.16-1.17); FILE MERGED 2005/10/26 11:52:53 obr 1.15.8.4: #i46964# made packages non phony targets 2005/10/11 11:54:00 obr 1.15.8.3: #i54236# fixed parallel build problem (hopefully) 2005/10/11 07:51:36 obr 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2005/10/06 10:00:23 obr 1.15.8.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [8dcb630b3c5131eec55fe066823632c96f099096]

        INTEGRATION: CWS sysui12 (1.4.8); FILE MERGED 2005/12/19 14:12:29 obr 1.4.8.5: RESYNC: (1.5-1.6); FILE MERGED 2005/10/26 11:52:52 obr 1.4.8.4: #i46964# made packages non phony targets 2005/10/11 11:53:59 obr 1.4.8.3: #i54236# fixed parallel build problem (hopefully) 2005/10/11 07:51:13 obr 1.4.8.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/06 10:00:20 obr 1.4.8.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [a7b38bb11d6a4c092721bd86cfaf79e8502faaae]

        INTEGRATION: CWS sysui12 (1.5.8); FILE MERGED 2005/10/26 11:54:59 obr 1.5.8.5: #i46964# do not write into source tree 2005/10/26 11:52:52 obr 1.5.8.4: #i46964# made packages non phony targets 2005/10/11 11:53:56 obr 1.5.8.3: #i54236# fixed parallel build problem (hopefully) 2005/10/11 07:51:03 obr 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/06 10:00:18 obr 1.5.8.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [2a43cf078a054c1e6a21ccfa9f0605e646e394b5]

        INTEGRATION: CWS sysui12 (1.7.10); FILE MERGED 2005/12/19 14:12:19 obr 1.7.10.4: RESYNC: (1.8-1.9); FILE MERGED 2005/11/07 10:25:01 obr 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED 2005/10/26 11:52:51 obr 1.7.10.2: #i46964# made packages non phony targets 2005/10/06 10:00:17 obr 1.7.10.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [d36b9f6419fea1cf8593e652f59c273c4c8a4184]

        INTEGRATION: CWS sysui12 (1.8.2); FILE MERGED 2006/01/09 10:06:22 obr 1.8.2.6: RESYNC: (1.10-1.11); FILE MERGED 2005/12/19 14:12:11 obr 1.8.2.5: RESYNC: (1.9-1.10); FILE MERGED 2005/11/23 12:28:13 obr 1.8.2.4: #i46964# replaced _build_name_fmt with _rpmfilename in rpm options 2005/11/07 10:24:51 obr 1.8.2.3: RESYNC: (1.8-1.9); FILE MERGED 2005/10/11 11:53:54 obr 1.8.2.2: #i54236# fixed parallel build problem (hopefully) 2005/10/06 10:00:15 obr 1.8.2.1: #i46964# deliver desktop integration packages in version independant tgz

2006-01-13  Rüdiger Timm  <rt@openoffice.org>  [775d2cf9b2af5bf5a52daa230d5ca3427749d5b9]

        #i10000# Disable database test (temporary work around until i60480 is fixed. See i60482).

2006-01-12  Vladimir Glazounov  <vg@openoffice.org>  [b8eb2a8a247b023b00b624b9a8aed64622c29241]

        new version for SRC680

2006-01-12  Rüdiger Timm  <rt@openoffice.org>  [813bd57293d2d0a39d703d467adeab18e6b2f5a5]

        #i10000# Remove useless if-condition making wrong use of stl iterators.

2006-01-12  Rüdiger Timm  <rt@openoffice.org>  [0570dbe5bb3ac0ce3b47fe7bac782a4012e1394f]

        #i10000# Invalidated operator used.

2006-01-12  Rüdiger Timm  <rt@openoffice.org>  [431ac8c88e9434b6f70d2bf35189ecb43550356d]

        #i10000# On MacOS X dylib.* libs are needed, too.

2006-01-11  Rüdiger Timm  <rt@openoffice.org>  [e194310955af25f3c930d640a1ec032505d47ff6]

        #i10000# Do not deliver libs in three variants just to replace two of them with links afterwards.

2006-01-11  Vladimir Glazounov  <vg@openoffice.org>  [e07a169e0f003c0550dc1c0e162cf4b9032835a2]

        new version for SRC680

2006-01-11  Vladimir Glazounov  <vg@openoffice.org>  [09356be0e01b5a6a87f8e504881835c76b3c7a62]

        new version for SRC680

2006-01-11  Rüdiger Timm  <rt@openoffice.org>  [7c74cb1210c6000b41e4a0b6686b311bad8fdb2d]

        #i10000# #i57253# Undo last change which should not go into master workspace.

2006-01-11  Vladimir Glazounov  <vg@openoffice.org>  [92a0268b52552e72f93ded94bc9f353a35048e20]

        new version for SRC680

2006-01-11  Frank Meies  <fme@openoffice.org>  [9d2a1d1fc99e2f330aad86022ee14b0beca60808]

        #i60269# set patch flag for bf_sw and bf_sch

2006-01-11  Vladimir Glazounov  <vg@openoffice.org>  [da2637451838b05abf22f01c9c1642b962b2ef2c]

        new version for SRC680

2006-01-10  Vladimir Glazounov  <vg@openoffice.org>  [1ee6addeec62b4dad8ac7adee93f7e6b4d215ee0]

        new version for SRC680

2006-01-10  Vladimir Glazounov  <vg@openoffice.org>  [6cf706d9e468ec0d05636ba19443e30e37234bc4]

        new version for SRC680

2006-01-10  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6d38d11075d4d924cca606b7742225e147389191]

        #i10000# solve breakage when packing OOo on a CWS with linked ooo_custom_images

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [730553d86250bc4949ebddb39b1a682e24980519]

        #i60300# Correct behaviour for locally built CWS.

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [74f81fb7aa8b532ac9ecd9deec4b2861e8f0e92c]

        SRC680

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [7c2d50d6fcab30002f3dd57cd20159c69343ee6d]

        INTEGRATION: CWS stlpdbg (1.4.34); FILE MERGED 2005/10/20 10:09:50 obo 1.4.34.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [1c7d7ba0f25037eac59f526463497f7a9f7c0755]

        INTEGRATION: CWS stlpdbg (1.18.34); FILE MERGED 2005/10/20 10:09:06 obo 1.18.34.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [aeea0f13ebdcda1904f4f18463dce40da98bfef3]

        INTEGRATION: CWS stlpdbg (1.10.34); FILE MERGED 2005/10/20 10:07:38 obo 1.10.34.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [cbfdcef7b98263b7b2fd6beb5654902bf0e28bed]

        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>  [53cdc0c604d01ff3764ad014885bf6aaf2d38b71]

        INTEGRATION: CWS sb41 (1.1.2); FILE ADDED 2005/12/13 09:44:05 sb 1.1.2.2: #i57855# Improved tests. 2005/11/24 08:19:41 sb 1.1.2.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>  [13bfb9a2587067afb89a54d1f6b9ce31b4a3b3b9]

        INTEGRATION: CWS sb41 (1.3.18); FILE MERGED 2005/11/24 08:18:12 sb 1.3.18.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>  [8c6ba45b567c2b4c253645c301587469a5b941d0]

        INTEGRATION: CWS sb41 (1.15.46); FILE MERGED 2005/11/24 08:18:12 sb 1.15.46.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>  [45082ee96f205695a82bf361e3b2cf76296c2fa5]

        INTEGRATION: CWS sb41 (1.8.18); FILE MERGED 2005/11/24 08:18:11 sb 1.8.18.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>  [b290355ad557ee9ff4ffb9be29deed3524a055fa]

        INTEGRATION: CWS sb41 (1.1.2); FILE ADDED 2005/12/16 11:57:55 sb 1.1.2.2: #i57855# Some improvements. 2005/11/24 08:19:28 sb 1.1.2.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>  [20a456fb94a080a48b522b3de3cccd0c35dfe95b]

        INTEGRATION: CWS sb41 (1.12.18); FILE MERGED 2005/11/24 08:18:10 sb 1.12.18.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>  [02271e5dc915470bd19e90223ef51638e6dddc89]

        INTEGRATION: CWS sb41 (1.13.18); FILE MERGED 2005/11/24 08:18:09 sb 1.13.18.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>  [89cc85d495ea1b4cab3659a6c6f72ec41e9d9404]

        INTEGRATION: CWS sb41 (1.20.18); FILE MERGED 2005/11/24 08:18:09 sb 1.20.18.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>  [28c95c4d8c48cc38413326d724766a135ade59c9]

        INTEGRATION: CWS sb41 (1.16.18); FILE MERGED 2005/11/24 08:18:08 sb 1.16.18.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>  [11596cc0c5fafbf09cd6580e6c51ed9c4c5c9612]

        INTEGRATION: CWS sb41 (1.11.18); FILE MERGED 2005/11/24 08:18:07 sb 1.11.18.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>  [09f74f505c157fe9d4006c1d788b2ec2ba0b4a70]

        INTEGRATION: CWS stlpdbg (1.21.22); FILE MERGED 2005/10/20 10:05:24 obo 1.21.22.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5f02e77860b45b35f92be4ca9252f1f271b23410]

        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>  [ccc43c372bffae01a62facee00e7bc577f45426c]

        INTEGRATION: CWS stlpdbg (1.13.8); FILE MERGED 2005/10/20 09:48:40 obo 1.13.8.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d254e1e4faa3873f07d9ac459a6c15b0d94c0ee1]

        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>  [ec8d4d9d00c8e70d8ccba83d07a5e0ec72a5c0b4]

        INTEGRATION: CWS stlpdbg (1.2.96); FILE MERGED 2006/01/09 15:12:17 obo 1.2.96.1: #i53107# use STLport debug mode for nonpro builds

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [c1ea7aa3384667b87fe1f45eb1a4696b1856c47a]

        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>  [b247bf67548398c7eaa51a910db0f2e4759b433d]

        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>  [f19eed29d7262304278c78862a4b87c3d9db7784]

        INTEGRATION: CWS stlpdbg (1.176.44); FILE MERGED 2006/01/09 14:45:21 obo 1.176.44.2: RESYNC: (1.176-1.182); FILE MERGED 2005/10/20 15:21:28 obo 1.176.44.1: #i53107# STLport debug mode

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8932281bd56659680237be56e0e3f8a6eea596e7]

        INTEGRATION: CWS sb41 (1.1.2); FILE ADDED 2005/12/16 10:51:04 sb 1.1.2.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [9b2a51c749bc64db6f8205abaad63f656aeae848]

        INTEGRATION: CWS sb41 (1.3.18); FILE MERGED 2005/12/16 10:48:01 sb 1.3.18.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [2f26cde2de08d8e10c5ca7eee79ec62b6f33e7fe]

        INTEGRATION: CWS sb41 (1.7.16); FILE MERGED 2005/12/16 10:48:01 sb 1.7.16.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e6bd9d945864ba0b082b3cc7e3e9fe83381f209d]

        INTEGRATION: CWS sb41 (1.2.26); FILE MERGED 2005/12/13 09:29:16 sb 1.2.26.1: #i57855# Disable warning about ADL (that is triggered by cppu::UnoType::get).

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [22a36fdb5c2af5b3b1b043e30bcce0f96e2f63fc]

        INTEGRATION: CWS sb41 (1.3.12); FILE MERGED 2005/11/24 08:21:09 sb 1.3.12.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>  [70e0d26d23645b46cac25e4cfffb056bded7456c]

        INTEGRATION: CWS sb41 (1.8.10); FILE MERGED 2005/11/24 08:21:09 sb 1.8.10.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>  [6ccc5b9b3abbce93a83e99f1ecd2b1b0b70b7f35]

        INTEGRATION: CWS sb41 (1.35.10); FILE MERGED 2006/01/02 15:22:59 sb 1.35.10.3: #i57855# Added clarifying comment. 2005/12/13 09:42:49 sb 1.35.10.2: #i57855# Improved previous change. 2005/11/24 08:21:08 sb 1.35.10.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>  [8cef8f6eab3729f396becc52a05c89af9f4274f1]

        INTEGRATION: CWS sb41 (1.24.38); FILE MERGED 2005/12/13 09:22:16 sb 1.24.38.1: #i57855# At least for __SUNPRO_CC 0x550, makeAny etc. do not work for some C++ types derived from UNO types.

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [c18da3bb903dc416702536d59f93398add5189be]

        INTEGRATION: CWS native37 (1.1.2); FILE ADDED 2006/01/09 15:59:01 is 1.1.2.1: #i60260# new mailmerge module

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5b6f7c58e586b402fd294a4a1c44f19227bf65fc]

        INTEGRATION: CWS native37 (1.6.6); FILE MERGED 2006/01/09 16:00:02 is 1.6.6.1: #i60260# new mailmerge module

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [fd7467b7e392caad606db19bd747eedd94a3111f]

        INTEGRATION: CWS native37 (1.12.86); FILE MERGED 2006/01/09 15:59:57 is 1.12.86.1: #i60260# new mailmerge module

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [cb5882302c1a9c5eb023caf5d134493693da90a2]

        INTEGRATION: CWS impresspresobjs (1.12.138); FILE MERGED 2005/11/24 11:34:21 cl 1.12.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [2e30fd2ddc738d8738cd2382f4a91dc0a71f7577]

        INTEGRATION: CWS impresspresobjs (1.10.140); FILE MERGED 2005/11/24 11:34:20 cl 1.10.140.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [4e40e8e955b677bc8c09ec6e78a474a61fb13113]

        INTEGRATION: CWS impresspresobjs (1.29.138); FILE MERGED 2005/11/28 17:42:47 cl 1.29.138.2: RESYNC: (1.29-1.30); FILE MERGED 2005/11/24 11:49:48 cl 1.29.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [9976dcd4fbd48e79e56f404d62fdbc382215186c]

        INTEGRATION: CWS impresspresobjs (1.24.138); FILE MERGED 2005/11/24 11:39:10 cl 1.24.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [4a08921b1ccae6982d35d9260797762766f83196]

        INTEGRATION: CWS impresspresobjs (1.19.138); FILE MERGED 2005/11/24 11:41:08 cl 1.19.138.1: #123595# added SdrUndoFactory

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d73d8520acb829568481522fd458cbae7572caae]

        INTEGRATION: CWS impresspresobjs (1.5.138); FILE MERGED 2005/11/24 11:39:10 cl 1.5.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [67c815ebfdc17e88cfc102731f3d5fcd9413e430]

        INTEGRATION: CWS impresspresobjs (1.62.58); FILE MERGED 2005/11/28 17:42:11 cl 1.62.58.2: RESYNC: (1.62-1.63); FILE MERGED 2005/11/24 11:40:21 cl 1.62.58.1: #123595# added IsCalc()

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0cd6fdd0e92684528234cad673cbf85086d7412f]

        INTEGRATION: CWS impresspresobjs (1.24.138); FILE MERGED 2005/11/24 11:39:09 cl 1.24.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [93aa742ba3639d019e70d3d732f73c7cafe1fdb7]

        INTEGRATION: CWS impresspresobjs (1.61.138); FILE MERGED 2005/11/24 11:40:07 cl 1.61.138.1: #123595# added application undo manager and undo factory

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [f4d4e9ec56d4e21d11d520c466227f7bae869575]

        INTEGRATION: CWS configure13 (1.127.4); FILE MERGED 2006/01/03 11:02:59 rene 1.127.4.9: try to fix gcc/g++ handling 2006/01/03 09:21:38 rene 1.127.4.8: fix misplaced description 2006/01/01 23:00:51 rene 1.127.4.7: add missing conbditional in scp2's makefile.mk and make configure set ENABLE_KAB= wince we check for it with != "" 2006/01/01 22:33:08 rene 1.127.4.6: TRUE/FALSE instead of YES/NO, oops 2006/01/01 16:08:28 rene 1.127.4.5: #i59727# fix kab check: add new conditional and check for needed KDE version 2005/12/28 18:19:29 rene 1.127.4.4: #i59850# make --with-system-python default on Mac OS X 2005/12/28 18:07:29 rene 1.127.4.3: #i53943# fix spelling errors 2005/12/28 17:53:38 rene 1.127.4.2: #i52082# check for $MOZ_INC/ldap 2005/12/28 17:41:09 rene 1.127.4.1: #i10917# check for unzip

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8cfa34bbcf1c13085558ea3a2356e521537a8808]

        INTEGRATION: CWS impresspresobjs (1.19.138); FILE MERGED 2005/11/24 11:39:08 cl 1.19.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [f1f2f1677fb4d8da601ed2e0db61c795450b4d89]

        INTEGRATION: CWS impresspresobjs (1.5.140); FILE MERGED 2005/11/24 11:38:10 cl 1.5.140.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d8c4054e1972d94bfd7885a2b199c6098105ebcd]

        INTEGRATION: CWS impresspresobjs (1.48.90); FILE MERGED 2005/11/24 11:37:55 cl 1.48.90.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [7c1e2c8868d5713a84f3ddea4b10ea32fa22bb3a]

        INTEGRATION: CWS impresspresobjs (1.19.138); FILE MERGED 2005/11/24 11:37:25 cl 1.19.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [db594e703e1084aeb73d9144f2804835ebc6a931]

        INTEGRATION: CWS impresspresobjs (1.20.138); FILE MERGED 2005/11/24 11:36:58 cl 1.20.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8b3d845c2be340170b8bc70da631563e7e37643e]

        INTEGRATION: CWS impresspresobjs (1.14.136); FILE MERGED 2005/11/24 11:36:39 cl 1.14.136.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [276323dd4cec3620c3e688417c49930a2bb77e0e]

        INTEGRATION: CWS impresspresobjs (1.8.138); FILE MERGED 2005/11/24 11:36:01 cl 1.8.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [eefbe59ebc0cb86132d9a626675d539134ee546f]

        INTEGRATION: CWS impresspresobjs (1.8.138); FILE MERGED 2005/11/24 11:35:24 cl 1.8.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ccfc15aa8837355e9d601455bb81baaf7c3d554d]

        INTEGRATION: CWS impresspresobjs (1.62.28); FILE MERGED 2005/12/13 19:10:06 cl 1.62.28.2: #i58649# do not call callbacks while in undo 2005/12/09 15:01:30 cl 1.62.28.1: #i58649# do not call callbacks while in undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [86400352a21054ea3a2dc330857fd16e21312617]

        INTEGRATION: CWS impresspresobjs (1.20.138); FILE MERGED 2005/11/24 11:34:55 cl 1.20.138.1: #123595# use SdrUndoFactory for creating undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8508eafece5e44c8544c04edf9e479e14efd2946]

        INTEGRATION: CWS impresspresobjs (1.26.140); FILE MERGED 2005/12/09 15:09:26 cl 1.26.140.1: #i58649# export some implementation details to fix undo handling in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [96531f7c6716be7c53b126b0efe77b835c84f314]

        INTEGRATION: CWS impresspresobjs (1.104.26); FILE MERGED 2005/12/13 19:08:11 cl 1.104.26.2: #i58649# do call callbacks in undo if they are outliner callbacks 2005/12/09 15:08:49 cl 1.104.26.1: #i58649# do not call callbacks while in undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [9ae643b365ca4a9262964b06fde18765900f89ab]

        INTEGRATION: CWS impresspresobjs (1.74.88); FILE MERGED 2005/12/09 15:06:57 cl 1.74.88.1: #i58649# export some implementation details to fix undo handling in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [3bf859da03bacb7cc9587089cc821c3fd6441134]

        INTEGRATION: CWS impresspresobjs (1.6.140); FILE MERGED 2005/12/09 15:05:20 cl 1.6.140.1: #i58649# added operator== for undo in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [3b70543d629e8766d133f1bcaba626a9b8859a70]

        INTEGRATION: CWS impresspresobjs (1.20.140); FILE MERGED 2005/12/09 15:04:50 cl 1.20.140.1: #i58649# added operator== for undo in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [a82fc1408edc3829750d717bb5fb538ddd0c2082]

        INTEGRATION: CWS impresspresobjs (1.95.24); FILE MERGED 2005/12/09 15:04:20 cl 1.95.24.1: #i58649# export some implementation details to fix undo handling in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e9cb8951bf117e2536e17c9a3ac876cf9853b69b]

        INTEGRATION: CWS impresspresobjs (1.114.56); FILE MERGED 2005/11/24 11:32:30 cl 1.114.56.1: #123595# export undo strings to sd

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0e9a7fca6132b972c6c14a0fc935f882e2ff1fb4]

        INTEGRATION: CWS impresspresobjs (1.2.138); FILE MERGED 2005/12/09 14:46:59 cl 1.2.138.1: #i58649# export some implementation details to fix undo handling in impress outline view

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [6e1229f1e002581190d874403acd1ae59e3be773]

        INTEGRATION: CWS impresspresobjs (1.40.16); FILE MERGED 2005/12/27 13:36:04 cl 1.40.16.2: RESYNC: (1.40-1.41); FILE MERGED 2005/11/24 12:46:37 cl 1.40.16.1: #123595# added sd/source/undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [77c8a3ad7adf07189fdef33026a5eb7cb52b38ae]

        INTEGRATION: CWS impresspresobjs (1.51.14); FILE MERGED 2005/12/27 13:35:55 cl 1.51.14.5: RESYNC: (1.52-1.54); FILE MERGED 2005/12/09 15:18:53 cl 1.51.14.4: #i58649# reworked outline view undo handling 2005/12/01 11:08:36 cl 1.51.14.3: #i58649# get undo manager from textedit outliner when main view is in edit mode 2005/11/28 17:22:15 cl 1.51.14.2: RESYNC: (1.51-1.52); FILE MERGED 2005/11/24 12:42:37 cl 1.51.14.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [33c7362ab761afbac2bdc816bc20bd68e8719244]

        INTEGRATION: CWS impresspresobjs (1.47.16); FILE MERGED 2005/12/27 13:35:47 cl 1.47.16.2: RESYNC: (1.47-1.48); FILE MERGED 2005/11/24 12:42:37 cl 1.47.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [84f9c52880d0503d8465fd0ff5ba6433ffc7c4b9]

        INTEGRATION: CWS impresspresobjs (1.7.56); FILE MERGED 2005/11/24 12:42:36 cl 1.7.56.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [630637f5df4aa0d6b1bbcdeefdb0964f0795f488]

        INTEGRATION: CWS impresspresobjs (1.24.54); FILE MERGED 2005/12/27 13:35:15 cl 1.24.54.2: RESYNC: (1.24-1.25); FILE MERGED 2005/11/24 12:40:51 cl 1.24.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [67976ee6d927fb9f8af287c2ed09e42941007313]

        INTEGRATION: CWS impresspresobjs (1.61.16); FILE MERGED 2005/11/24 12:40:50 cl 1.61.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [735a81385ec3b3bc553ee3bcc8739c43f5613b25]

        INTEGRATION: CWS impresspresobjs (1.46.6); FILE MERGED 2005/12/27 13:35:08 cl 1.46.6.2: RESYNC: (1.46-1.47); FILE MERGED 2005/11/24 12:40:50 cl 1.46.6.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [76f8287352c1195739dd4e7220ee933bb6f6e876]

        INTEGRATION: CWS impresspresobjs (1.43.46); FILE MERGED 2005/12/27 13:35:02 cl 1.43.46.5: RESYNC: (1.43-1.44); FILE MERGED 2005/12/13 19:18:47 cl 1.43.46.4: #i58649# renamed isInUndo() to isRecordingUndo() 2005/12/09 15:18:53 cl 1.43.46.3: #i58649# reworked outline view undo handling 2005/12/01 11:09:34 cl 1.43.46.2: #i58649# do not set textedit undomanager at shell and listen to edit shape destruction 2005/11/24 12:40:50 cl 1.43.46.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [041ba291fe72405a59f940257d83e16c08d08db9]

        INTEGRATION: CWS impresspresobjs (1.37.54); FILE MERGED 2005/12/14 13:25:57 cl 1.37.54.5: #i58649# clear outliner undo stack on prepare close 2005/12/13 19:18:34 cl 1.37.54.4: #i58649# make outline view more resistent to async slide counts 2005/12/09 15:18:53 cl 1.37.54.3: #i58649# reworked outline view undo handling 2005/11/28 17:22:07 cl 1.37.54.2: RESYNC: (1.37-1.38); FILE MERGED 2005/11/24 12:39:23 cl 1.37.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0114b3219586ce32130794dbe376c8c0b19ccc6f]

        INTEGRATION: CWS impresspresobjs (1.75.12); FILE MERGED 2005/12/27 13:34:47 cl 1.75.12.3: RESYNC: (1.75-1.76); FILE MERGED 2005/12/13 19:17:55 cl 1.75.12.2: #i58649# make outline view more resistent to async slide counts 2005/12/09 15:18:53 cl 1.75.12.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e1429e36d9f914c5950c656e334af495f04f1386]

        INTEGRATION: CWS impresspresobjs (1.22.12); FILE MERGED 2005/12/27 16:21:34 cl 1.22.12.3: fixed merge problems 2005/12/27 13:34:40 cl 1.22.12.2: RESYNC: (1.22-1.23); FILE MERGED 2005/12/09 15:18:52 cl 1.22.12.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [fd5084e321697b9eb5ca2148297e1d7b8997feb2]

        INTEGRATION: CWS impresspresobjs (1.55.54); FILE MERGED 2005/12/30 10:53:20 cl 1.55.54.4: #i59838# first set FuText as actual function, then call DoExecute 2005/12/27 13:34:24 cl 1.55.54.3: RESYNC: (1.55-1.56); FILE MERGED 2005/12/01 11:07:18 cl 1.55.54.2: #i58649# removed unused function 2005/11/24 12:38:35 cl 1.55.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ac2bb9c2acb8b1f26acd22c603e07459c0b858a5]

        INTEGRATION: CWS impresspresobjs (1.62.12); FILE MERGED 2005/12/27 13:33:40 cl 1.62.12.3: RESYNC: (1.62-1.63); FILE MERGED 2005/12/01 13:48:48 cl 1.62.12.2: #i58649# removed unused function 2005/12/01 11:05:30 cl 1.62.12.1: #i58649# removed unused function

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8d3be344426e317c669ca4e7b0ff4c3de17a7358]

        INTEGRATION: CWS impresspresobjs (1.28.54); FILE MERGED 2005/12/27 13:33:11 cl 1.28.54.2: RESYNC: (1.28-1.29); FILE MERGED 2005/11/24 12:38:35 cl 1.28.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [08b1fc925b51eea11f2cdbb396c6bbd7eaae6643]

        INTEGRATION: CWS configure13 (1.36.6); FILE MERGED 2006/01/02 11:21:19 rene 1.36.6.2: missing . 2006/01/01 23:00:53 rene 1.36.6.1: add missing conbditional in scp2's makefile.mk and make configure set ENABLE_KAB= wince we check for it with != ""

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [28b36507cda9dcf41cb3b2e40224e1bfeedce95e]

        INTEGRATION: CWS impresspresobjs (1.41.54); FILE MERGED 2005/12/27 13:32:52 cl 1.41.54.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/24 12:38:34 cl 1.41.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [7f75cb3ee11801a4477dd04d8246e6060f7351c4]

        INTEGRATION: CWS configure13 (1.171.4); FILE MERGED 2006/01/01 16:08:36 rene 1.171.4.1: #i59727# fix kab check: add new conditional and check for needed KDE version

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e2200a3b77c75332f74a48a4f94c56e90a28290b]

        INTEGRATION: CWS impresspresobjs (1.61.6); FILE MERGED 2005/12/27 13:32:44 cl 1.61.6.2: RESYNC: (1.61-1.62); FILE MERGED 2005/11/24 12:38:34 cl 1.61.6.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [901d7cde35fa42ba70ff2fefabbf52921f00385c]

        INTEGRATION: CWS impresspresobjs (1.22.12); FILE MERGED 2005/12/27 13:32:35 cl 1.22.12.2: RESYNC: (1.22-1.23); FILE MERGED 2005/12/09 15:18:52 cl 1.22.12.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [00addb1112cb4affd3f455bbc66619a9c95242e9]

        INTEGRATION: CWS impresspresobjs (1.7.54); FILE MERGED 2005/12/27 13:32:27 cl 1.7.54.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/24 12:37:20 cl 1.7.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5ae173684afa6a71ec4689f8bb0e35d458995151]

        INTEGRATION: CWS configure13 (1.81.2); FILE MERGED 2006/01/03 08:34:42 rene 1.81.2.4: revert the whole SOLARVER sync completely for now 2006/01/02 21:30:32 rene 1.81.2.3: fix SOLARVER(SION) sync. again. 2006/01/01 16:18:32 rene 1.81.2.2: #i54961# /home/rene/OpenOffice.org/cws_src680_configure13/solver = /home/rene/OpenOffice.org/cws_src680_configure13/solver/680 2006/01/01 16:08:34 rene 1.81.2.1: #i59727# fix kab check: add new conditional and check for needed KDE version

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0d721c4b8dc3a98dcef3e54cd0c427077da5fbbf]

        INTEGRATION: CWS impresspresobjs (1.37.54); FILE MERGED 2005/11/24 12:36:59 cl 1.37.54.1: #123595# override DeleteMarked() to handle presobjects

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d4f87217a387bcda166f85b6ad5f4ed498184b64]

        INTEGRATION: CWS configure13 (1.143.4); FILE MERGED 2006/01/03 11:03:42 rene 1.143.4.9: try to fix gcc/g++ handling 2006/01/03 09:21:42 rene 1.143.4.8: fix misplaced description 2006/01/01 23:00:53 rene 1.143.4.7: add missing conbditional in scp2's makefile.mk and make configure set ENABLE_KAB= wince we check for it with != "" 2006/01/01 22:33:47 rene 1.143.4.6: TRUE/FALSE instead of YES/NO, oops 2006/01/01 16:08:33 rene 1.143.4.5: #i59727# fix kab check: add new conditional and check for needed KDE version 2005/12/28 18:19:36 rene 1.143.4.4: #i59850# make --with-system-python default on Mac OS X 2005/12/28 18:07:35 rene 1.143.4.3: #i53943# fix spelling errors 2005/12/28 17:53:45 rene 1.143.4.2: #i52082# check for $MOZ_INC/ldap 2005/12/28 17:41:11 rene 1.143.4.1: #i10917# check for unzip

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [9fa45e85578f8be454de80f541b4d6ee79fb1266]

        INTEGRATION: CWS impresspresobjs (1.15.56); FILE MERGED 2005/12/27 13:32:19 cl 1.15.56.2: RESYNC: (1.15-1.16); FILE MERGED 2005/11/24 12:36:38 cl 1.15.56.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5efdd9f7c4cc231ed76bb9e686131729fc329006]

        INTEGRATION: CWS impresspresobjs (1.51.16); FILE MERGED 2005/11/24 12:35:41 cl 1.51.16.1: #123595# new way of getting shape user data

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [93195345df09bcfd8a551d9ddafe960b43280c1d]

        INTEGRATION: CWS impresspresobjs (1.13.46); FILE MERGED 2005/11/24 12:34:41 cl 1.13.46.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [78138bd3253f3e5fe2e07ffada66d3327a4355ae]

        INTEGRATION: CWS impresspresobjs (1.27.6); FILE MERGED 2005/12/27 13:29:26 cl 1.27.6.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/28 17:18:38 cl 1.27.6.2: RESYNC: (1.27-1.28); FILE MERGED 2005/11/24 12:33:51 cl 1.27.6.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [58b4441e099f7307249061f9b79ef0682643176b]

        INTEGRATION: CWS impresspresobjs (1.7.54); FILE MERGED 2005/11/24 12:32:20 cl 1.7.54.1: #123595# override DeleteMarked() to handle presobjects

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [bc0b8f765a2a3a615c4184215e26d6d27e4fe294]

        INTEGRATION: CWS impresspresobjs (1.12.16); FILE MERGED 2005/12/27 13:18:13 cl 1.12.16.4: RESYNC: (1.12-1.13); FILE MERGED 2005/12/13 19:16:33 cl 1.12.16.3: #i58649# renamed isInUndo() to isRecordingUndo() 2005/12/09 15:16:25 cl 1.12.16.2: #i58649# reworked outline view undo handling 2005/12/01 11:02:29 cl 1.12.16.1: #i58649# derivate from sdr::SdrObjectUser

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [17101d548feda9bd2168d7a7f1d0ed03131ef398]

        INTEGRATION: CWS impresspresobjs (1.9.56); FILE MERGED 2005/12/09 15:16:25 cl 1.9.56.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [cb56fe5798098b7b4cb4155dd5fbd44ab5cc429a]

        INTEGRATION: CWS impresspresobjs (1.8.54); FILE MERGED 2005/12/13 19:17:04 cl 1.8.54.2: #i58649# make outline view more resistent to async slide counts 2005/12/09 15:16:25 cl 1.8.54.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [529e1ea01f5eba1065dd6a849466cfea93d004db]

        INTEGRATION: CWS impresspresobjs (1.6.56); FILE MERGED 2005/11/24 12:31:44 cl 1.6.56.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [c4963f9b9f75791b89ba384416e5acc6b7990e31]

        INTEGRATION: CWS impresspresobjs (1.6.4); FILE MERGED 2006/01/05 11:15:25 cl 1.6.4.1: #125932# do not start an undo action before dialog returns ok!

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5da2d40feb8b9d4c097339a63c496d43a8d5dbc9]

        INTEGRATION: CWS configure13 (1.2.4); FILE MERGED 2006/01/01 22:33:57 rene 1.2.4.2: TRUE/FALSE instead of YES/NO, oops 2006/01/01 16:08:35 rene 1.2.4.1: #i59727# fix kab check: add new conditional and check for needed KDE version

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [150df59088631f71bdf23e81b1430d5e939e403e]

        INTEGRATION: CWS impresspresobjs (1.50.54); FILE MERGED 2005/12/30 10:53:38 cl 1.50.54.3: #i59838# first set FuText as actual function, then call DoExecute 2005/12/27 13:16:58 cl 1.50.54.2: RESYNC: (1.50-1.51); FILE MERGED 2005/12/09 15:14:42 cl 1.50.54.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ca9344201eb238b663ad0983542171fd35fec550]

        INTEGRATION: CWS impresspresobjs (1.7.56); FILE MERGED 2005/12/27 13:16:41 cl 1.7.56.2: RESYNC: (1.7-1.8); FILE MERGED 2005/11/24 12:30:55 cl 1.7.56.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [4db8eb895d6d00cac62b09dc1ae95ecb73b5a1ee]

        INTEGRATION: CWS impresspresobjs (1.34.46); FILE MERGED 2005/12/27 13:15:39 cl 1.34.46.2: RESYNC: (1.34-1.35); FILE MERGED 2005/11/24 12:30:29 cl 1.34.46.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [4304b376c41edda3c040f45cdac8dc0655323131]

        INTEGRATION: CWS impresspresobjs (1.8.56); FILE MERGED 2005/12/27 13:14:11 cl 1.8.56.2: RESYNC: (1.8-1.9); FILE MERGED 2005/12/09 15:14:41 cl 1.8.56.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [caf14b1b807e85cb30ff8e80544a7c8a5d0b0df8]

        INTEGRATION: CWS impresspresobjs (1.10.54); FILE MERGED 2005/12/27 13:13:52 cl 1.10.54.2: RESYNC: (1.10-1.11); FILE MERGED 2005/11/24 12:30:14 cl 1.10.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [93a927955994a894f07beb7f4874540485d39f7d]

        INTEGRATION: CWS impresspresobjs (1.35.54); FILE MERGED 2005/12/27 13:12:52 cl 1.35.54.2: RESYNC: (1.35-1.36); FILE MERGED 2005/11/24 12:26:25 cl 1.35.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [b63d44ae5bbecdeaa0b179f94e779b5053820ccf]

        INTEGRATION: CWS impresspresobjs (1.12.56); FILE MERGED 2005/12/27 13:12:19 cl 1.12.56.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/24 12:26:01 cl 1.12.56.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [770379fbca015eb9002cba78105e70fe9dd9bdc0]

        INTEGRATION: CWS impresspresobjs (1.33.56); FILE MERGED 2005/12/27 13:09:47 cl 1.33.56.3: RESYNC: (1.34-1.35); FILE MERGED 2005/11/28 17:15:45 cl 1.33.56.2: RESYNC: (1.33-1.34); FILE MERGED 2005/11/24 12:25:32 cl 1.33.56.1: #123595# register undo manager and undo factory at drawing layer model

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0d0ec9c568a7d720f6de359ed6577ccdf6d7d120]

        INTEGRATION: CWS impresspresobjs (1.8.46); FILE MERGED 2005/11/24 12:24:44 cl 1.8.46.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [6918863a0318362d4b670b6a90860c87bceb380d]

        INTEGRATION: CWS impresspresobjs (1.35.6); FILE MERGED 2005/12/27 13:09:13 cl 1.35.6.2: RESYNC: (1.35-1.36); FILE MERGED 2005/11/24 12:24:11 cl 1.35.6.1: #123595# new presentation object list

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [94e29a40b3f81b6033c150839974bd5dc34384ab]

        INTEGRATION: CWS impresspresobjs (1.19.54); FILE MERGED 2005/11/24 12:23:39 cl 1.19.54.1: #123595# new way of getting shape user data

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5b809a50bf34ee33ea858711784fdf2100174321]

        INTEGRATION: CWS impresspresobjs (1.79.44); FILE MERGED 2005/11/24 12:22:24 cl 1.79.44.1: #123595# new way of getting shape user data

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [24cfae8623211d4490a4abe5de54dd4b5d5df45c]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 12:14:14 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [3fd776c0086cf082c3ffeb1693c994d91e54c6e3]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/12/13 19:14:49 cl 1.1.2.2: #i58649# added isInUndo() 2005/11/24 12:14:00 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d3d930022624785fd246b185c489201f19f3ff61]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 12:13:48 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5ca1905e5d282666989b9cb5eb99ac7b6b0815c0]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 12:14:25 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [99ac314cadc97e553a8167685c1bc598b7088c33]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 12:13:12 cl 1.1.2.1: #123595# new helper

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [a0d12e7ab4c585d2d2e1956e97ef1f45bd46f950]

        INTEGRATION: CWS impresspresobjs (1.12.16); FILE MERGED 2005/11/24 12:21:34 cl 1.12.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [553b97d0e3bac53d1849055cc01b3f376a96d899]

        INTEGRATION: CWS impresspresobjs (1.28.44); FILE MERGED 2005/11/28 17:12:58 cl 1.28.44.2: RESYNC: (1.28-1.29); FILE MERGED 2005/11/24 12:21:34 cl 1.28.44.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e8ad97e18c67de990e984e0d5160afdf9b1b775c]

        INTEGRATION: CWS impresspresobjs (1.51.16); FILE MERGED 2005/12/13 19:13:39 cl 1.51.16.3: #i58649# fixed undo for SetUserCall 2005/12/09 15:12:47 cl 1.51.16.2: #i58649# added RestoreDefaultText() 2005/11/24 12:21:33 cl 1.51.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [b44cc7b4be15994704f19ecb473b5637fe30fd8a]

        INTEGRATION: CWS impresspresobjs (1.3.58); FILE MERGED 2005/11/24 12:12:07 cl 1.3.58.1: #123595# cleanup and adding PresObjKind to animinfo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [b8beb629f70939fb1ebbc8df871e5b84d7241a0c]

        INTEGRATION: CWS impresspresobjs (1.11.58); FILE MERGED 2005/11/24 12:15:46 cl 1.11.58.1: #123595# added shapelist.cxx

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [9a6cb080d71826b5bf3d3b9f90471c881a49a92b]

        INTEGRATION: CWS impresspresobjs (1.41.52); FILE MERGED 2005/12/27 13:07:32 cl 1.41.52.2: RESYNC: (1.41-1.42); FILE MERGED 2005/11/24 12:20:22 cl 1.41.52.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [be5912bf6f20bcc40ad9650b7bc39a8d3c7b27d7]

        INTEGRATION: CWS impresspresobjs (1.40.16); FILE MERGED 2005/11/24 12:20:22 cl 1.40.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [a440f72ed63b8555f4739ad62daac0da6a61b7a1]

        INTEGRATION: CWS impresspresobjs (1.33.16); FILE MERGED 2005/11/24 12:20:21 cl 1.33.16.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d6e6208aa062cb3df2ecc7f5f6d2ea55073c8599]

        INTEGRATION: CWS impresspresobjs (1.74.54); FILE MERGED 2005/12/27 13:07:22 cl 1.74.54.2: RESYNC: (1.74-1.75); FILE MERGED 2005/11/24 12:20:20 cl 1.74.54.1: #123595# reworked presobj list and undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ca3e566cf96df7946f60e7f7e2c75af7b6ab5924]

        INTEGRATION: CWS impresspresobjs (1.10.54); FILE MERGED 2005/11/24 12:11:30 cl 1.10.54.1: #123595# cleanup and adding PresObjKind to animinfo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [b292836077a4a52e6fea724127dae9b3942e3649]

        INTEGRATION: CWS impresspresobjs (1.14.12); FILE MERGED 2005/12/09 15:13:18 cl 1.14.12.1: #i58649# reworked outline view undo handling

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [08277b3a374767fc612ad92dc084fd58bfed98e5]

        INTEGRATION: CWS impresspresobjs (1.12.360); FILE MERGED 2005/12/27 13:06:55 cl 1.12.360.2: RESYNC: (1.12-1.13); FILE MERGED 2005/11/24 12:46:12 cl 1.12.360.1: #123595# added sd/source/undo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [842a96034b050868bf9fe6f7efa494cede175ba2]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 11:59:38 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [c46f1385a1bdd667993e94349967725b56f13aad]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/12/13 19:12:53 cl 1.1.2.2: #i58649# added isInUndo() 2005/11/24 11:59:29 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [91b854d9a4525a3ea9cbcdcb213dfd874193da6c]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 11:59:19 cl 1.1.2.1: #123595# added application specific undo actions

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [0d1651bfe539d3ef79d44d43277bdebb42326cf2]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 11:58:19 cl 1.1.2.1: #123595# new helper

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [3362125802ee54b407b584b429d0769158db1dfe]

        INTEGRATION: CWS impresspresobjs (1.1.2); FILE ADDED 2005/11/24 12:00:21 cl 1.1.2.1: #123595# new helper

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e314f3784a63fa2896e2e676ddeaf10f01b61d03]

        INTEGRATION: CWS impresspresobjs (1.26.46); FILE MERGED 2005/12/09 15:12:29 cl 1.26.46.2: #i58649# added RestoreDefaultText() 2005/11/24 12:03:51 cl 1.26.46.1: #123595# reworked list of pres objs and SetAutoLayout

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8f61dfa475211e49f3b3a59d0890d879a894af5b]

        INTEGRATION: CWS impresspresobjs (1.5.58); FILE MERGED 2005/11/24 12:01:29 cl 1.5.58.1: #123595# moved PresObjKind enum to here

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [72c8204dc6b286368e982c86a5bf172c1b6f499b]

        INTEGRATION: CWS impresspresobjs (1.39.16); FILE MERGED 2005/11/24 12:02:48 cl 1.39.16.1: #123595# consolidated undo manager with drawing layer undo manager, moved away some undo stuff and removed deleted presobj list

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [692eae5ad4cd6c8f5b37c80d70382f40b5789cc4]

        INTEGRATION: CWS impresspresobjs (1.5.56); FILE MERGED 2005/11/24 12:00:57 cl 1.5.56.1: #123595# cleanup and adding PresObjKind to animinfo

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [8067fbcafbb51e4cf98420cd4702f4c61c9ac302]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [bfa7ce2a0fe92e7866121df79f89d20758ee78b7]

        INTEGRATION: CWS memory02 (1.4.10); FILE MERGED 2005/10/05 13:14:28 tbe 1.4.10.1: #i54860# MLK: memory leak in BasicLibbox::InsertEntries()

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ad2631a3de0ba016c252215fd11e69f5f574425c]

        INTEGRATION: CWS memory02 (1.8.8); FILE MERGED 2005/10/05 13:14:44 tbe 1.8.8.1: #i54860# MLK: memory leak in BasicLibbox::InsertEntries()

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [e936dc7d6a55c75c4156bb5d061afc260bed04d4]

        INTEGRATION: CWS memory02 (1.28.110); FILE MERGED 2005/11/28 12:11:57 mt 1.28.110.3: RESYNC: (1.29-1.30); FILE MERGED 2005/09/30 02:28:27 mt 1.28.110.2: RESYNC: (1.28-1.29); FILE MERGED 2005/06/29 06:18:01 mt 1.28.110.1: #i51271# SvxTabStop MLK...

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [5e612f460d307b635eea5163caa11bfd1e11f8b7]

        INTEGRATION: CWS memory02 (1.56.132); FILE MERGED 2005/11/28 11:50:53 mt 1.56.132.3: RESYNC: (1.57-1.60); FILE MERGED 2005/09/30 01:28:21 mt 1.56.132.2: RESYNC: (1.56-1.57); FILE MERGED 2005/06/29 06:19:27 mt 1.56.132.1: #i51273# MLK WrongList...

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [ce555109546aa38a456279da6ba6033fc2317c37]

        INTEGRATION: CWS memory02 (1.20.1034); FILE MERGED 2005/11/28 11:47:50 mt 1.20.1034.3: RESYNC: (1.21-1.22); FILE MERGED 2005/09/30 01:22:25 mt 1.20.1034.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/29 06:19:27 mt 1.20.1034.1: #i51273# MLK WrongList...

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [869042d51fc87dbf4d316144bebbcd12034d3ca4]

        INTEGRATION: CWS memory02 (1.38.134); FILE MERGED 2005/11/28 11:47:31 mt 1.38.134.3: RESYNC: (1.39-1.40); FILE MERGED 2005/09/30 01:22:11 mt 1.38.134.2: RESYNC: (1.38-1.39); FILE MERGED 2005/06/29 06:19:26 mt 1.38.134.1: #i51273# MLK WrongList...

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d7672a5c40779576439d4ef58100b5127c02ace4]

        INTEGRATION: CWS memory02 (1.4.1200); FILE MERGED 2005/09/30 12:48:17 mt 1.4.1200.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/21 07:02:41 fme 1.4.1200.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [f8fb5fb545b29009a20df8f5d1d858db79d1c9a3]

        INTEGRATION: CWS memory02 (1.84.132); FILE MERGED 2005/11/28 08:39:19 mt 1.84.132.3: RESYNC: (1.85-1.87); FILE MERGED 2005/09/30 12:47:29 mt 1.84.132.2: RESYNC: (1.84-1.85); FILE MERGED 2005/07/21 07:02:40 fme 1.84.132.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [2616380f36e9c960799444d1353e9fd0b09cc7cc]

        INTEGRATION: CWS memory02 (1.19.132); FILE MERGED 2005/11/28 08:36:43 mt 1.19.132.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/29 11:57:38 mt 1.19.132.2: RESYNC: (1.19-1.20); FILE MERGED 2005/07/21 07:02:40 fme 1.19.132.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [1eb1fc4cbaf296427e90b6d259f1517a8f803ee5]

        INTEGRATION: CWS memory02 (1.54.130); FILE MERGED 2005/11/28 08:36:35 mt 1.54.130.3: RESYNC: (1.55-1.57); FILE MERGED 2005/09/29 11:57:27 mt 1.54.130.2: RESYNC: (1.54-1.55); FILE MERGED 2005/07/21 07:02:39 fme 1.54.130.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [b33c9314ffab73022b3aa3611d58f55e8d518af2]

        INTEGRATION: CWS memory02 (1.41.542); FILE MERGED 2005/09/29 11:30:53 mt 1.41.542.2: RESYNC: (1.41-1.42); FILE MERGED 2005/07/21 07:02:38 fme 1.41.542.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [65cbd278e3fc1c5dced8944a9f20d43eb6f0aafd]

        INTEGRATION: CWS memory02 (1.45.132); FILE MERGED 2005/11/28 08:25:13 mt 1.45.132.3: RESYNC: (1.46-1.47); FILE MERGED 2005/09/27 15:29:58 mt 1.45.132.2: RESYNC: (1.45-1.46); FILE MERGED 2005/07/21 07:02:38 fme 1.45.132.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [29697d511e913822b54d6bcf4da90c01ef5ac868]

        INTEGRATION: CWS memory02 (1.11.130); FILE MERGED 2005/11/28 08:25:05 mt 1.11.130.3: RESYNC: (1.12-1.13); FILE MERGED 2005/09/27 15:23:50 mt 1.11.130.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/21 07:02:37 fme 1.11.130.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [2029d019a293b0ca0889e4530bce6675dac0b018]

        INTEGRATION: CWS hr27 (1.4.118); FILE MERGED 2006/01/03 16:58:40 hr 1.4.118.1: #i59926#: support SOAP::Lite >= 0.66

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [d030051da5838d99089bb3fecc4a1a8289fcad01]

        INTEGRATION: CWS hr27 (1.12.18); FILE MERGED 2006/01/05 15:37:34 hr 1.12.18.2: #129960# implement ring buffer for keeping the last lines of CVS output 2006/01/05 14:15:49 hr 1.12.18.1: #i10000#: redo lost changes from revision 1.10 and 1.11

2006-01-10  Rüdiger Timm  <rt@openoffice.org>  [2a40c4edc891ddd3ec7f28f52d5aea5817c26cf3]

        INTEGRATION: CWS hr27 (1.8.118); FILE MERGED 2006/01/03 17:06:50 hr 1.8.118.1: #i59851#: add query for new CWSs

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [ad21fa0d087b1c5aeb90e1aae1371e4915df15e9]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [d235e964755df4b8a51665884c8d1483952e7851]

        INTEGRATION: CWS mtg1 (1.9.8); FILE MERGED 2005/11/16 14:38:24 sb 1.9.8.1: #i57753# Avoid long-running finalize methods.

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [870a4401c05beec3d31c1f6055a64591edd0a9d9]

        INTEGRATION: CWS mtg1 (1.1.2); FILE ADDED 2005/11/16 14:39:56 sb 1.1.2.1: #i57753# Avoid long-running finalize methods.

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [7ddfece4ddf83c1eb08d4e69295f9dc1665c1aa8]

        INTEGRATION: CWS mtg1 (1.6.4); FILE MERGED 2005/11/16 14:38:23 sb 1.6.4.1: #i57753# Avoid long-running finalize methods.

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [e40da7961dc524f7d8a32a653f1d8ee804a27bd2]

        INTEGRATION: CWS mtg1 (1.7.14); FILE MERGED 2005/11/16 13:21:18 sb 1.7.14.1: #i57753# Avoid long-running finalize methods.

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [30ddec8f43e06e8ce090a93384c95ff3bcc1922d]

        INTEGRATION: CWS mtg1 (1.6.14); FILE MERGED 2005/11/16 16:11:44 mtg 1.6.14.2: i#57753# back out my changes for asynchronous finalization 2005/11/15 13:22:59 mtg 1.6.14.1: A possible fix for i#57753#. A bit too brute force, and needs to be finessed, but a suitable starting point for discussion

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [eb688e4c07bf3ccffccab6cd27295e79f5ea3456]

        INTEGRATION: CWS mtg1 (1.21.12); FILE MERGED 2005/11/16 16:11:44 mtg 1.21.12.2: i#57753# back out my changes for asynchronous finalization 2005/11/15 13:22:59 mtg 1.21.12.1: A possible fix for i#57753#. A bit too brute force, and needs to be finessed, but a suitable starting point for discussion

2006-01-09  Rüdiger Timm  <rt@openoffice.org>  [d992c7fe41dc921aef25af1b21cc7fa8fe301e17]

        #i10000# Last change did not work as expected - corrected.

2006-01-08  Oliver Braun  <obr@openoffice.org>  [24c4848917a4d900cebfb51ca642d76f77b8bda2]

        #i57253# do not hide user directory on OS X

2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [9e1f427118163ea3b4169a33e8a5d5bf0223d063]

        new version for SRC680

2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [a12ac920b25143204827d8781ce2c559701b8ca8]

        new version for SRC680

2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [4c4fda459095dd28eff446d2876a77fdc9436437]

        new version for SRC680

2006-01-06  Vladimir Glazounov  <vg@openoffice.org>  [c1c3dafe1ca7936a442ae71288fdfd04c04a50ad]

        #i59953#,#100000# changed Python-UNO Bridge module name and added description

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [744a127b6fad2afcdf14ad2480e0971c6fd88f69]

        SRC680

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [be88f6ed1b8c5e39cd5bc1183ff5aea6843ab3a1]

        INTEGRATION: CWS hunspell (1.118.8); FILE MERGED 2005/12/10 09:31:56 nemeth 1.118.8.2: RESYNC: (1.118-1.123); FILE MERGED 2005/09/20 12:48:28 rene 1.118.8.1: add --with-system-hunspell

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [ba8dab74f22aae9fd045d00db0726f64e6cdca36]

        INTEGRATION: CWS hunspell (1.25.12); FILE MERGED 2005/12/10 09:36:17 nemeth 1.25.12.2: RESYNC: (1.25-1.27); FILE MERGED 2005/11/30 14:54:24 nemeth 1.25.12.1: i58662

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [4d54e2d42798b6dc948e579d3329df3ec05d8902]

        INTEGRATION: CWS hunspell (1.35.112); FILE MERGED 2005/11/30 14:54:24 nemeth 1.35.112.1: i58662

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [a9c0dab6827c03746d3b6f81d18e10301d0b6de8]

        INTEGRATION: CWS hunspell (1.157.14); FILE MERGED 2005/12/10 09:35:42 nemeth 1.157.14.2: RESYNC: (1.157-1.169); FILE MERGED 2005/11/30 14:54:23 nemeth 1.157.14.1: i58662

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [49ec5942a8b4ce98304ac83fceacd4f153e57a56]

        INTEGRATION: CWS hunspell (1.74.8); FILE MERGED 2005/12/10 09:32:35 nemeth 1.74.8.2: RESYNC: (1.74-1.78); FILE MERGED 2005/09/20 12:48:35 rene 1.74.8.1: add --with-system-hunspell

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [045ead381fa863ebb12526aef3b018fd65e3a3c9]

        INTEGRATION: CWS hunspell (1.135.8); FILE MERGED 2005/12/10 09:32:23 nemeth 1.135.8.2: RESYNC: (1.135-1.139); FILE MERGED 2005/09/20 12:48:33 rene 1.135.8.1: add --with-system-hunspell

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [7ac428e23c242ddde9d41eaf82b6a54005b708cc]

        INTEGRATION: CWS hunspell (1.6.98); FILE MERGED 2005/09/19 22:13:18 nemeth 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/19 21:54:28 nemeth 1.6.98.1: i52383

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [f6047f1ec3845bc1f5f23c147b36a2cf2938df03]

        INTEGRATION: CWS hunspell (1.13.36); FILE MERGED 2005/09/19 22:13:09 nemeth 1.13.36.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/19 21:54:28 nemeth 1.13.36.1: i52383

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [887a2e4dd1d676f6dd02be2bfbec795e103fc1f7]

        INTEGRATION: CWS hunspell (1.9.12); FILE MERGED 2005/12/09 05:39:56 nemeth 1.9.12.3: i58337 2005/09/19 22:12:22 nemeth 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/19 21:54:28 nemeth 1.9.12.1: i52383

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [3057f2cc5dfadfbbbcca0a25b43b4f97df8c96c5]

        INTEGRATION: CWS hunspell (1.13.32); FILE MERGED 2005/09/19 21:54:16 nemeth 1.13.32.1: i52383

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [391e4012360821b772a01d9ed6306111b365286b]

        INTEGRATION: CWS hunspell (1.12.36); FILE MERGED 2005/11/24 12:02:14 nemeth 1.12.36.2: i58337 i58338 2005/09/19 21:54:16 nemeth 1.12.36.1: i52383

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b370d5927115e98dbe106f683ea0d46cfed36393]

        INTEGRATION: CWS os67 (1.43.454); FILE MERGED 2006/01/05 14:25:04 os 1.43.454.4: #i42356# restart numbering only if current numbering is available 2005/12/14 13:43:05 os 1.43.454.3: RESYNC: (1.44-1.47); FILE MERGED 2005/09/28 11:37:26 os 1.43.454.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/30 07:24:26 os 1.43.454.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [5881750257fa19cc0c0459959e4ff8008bb83279]

        INTEGRATION: CWS os67 (1.8.270); FILE MERGED 2005/12/14 12:40:54 os 1.8.270.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/28 07:28:46 os 1.8.270.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/30 07:24:25 os 1.8.270.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [79aefac4920ab264dbf562a6cf11300cdb149ecf]

        INTEGRATION: CWS os67 (1.5.92); FILE MERGED 2005/12/14 12:42:54 os 1.5.92.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/28 06:51:42 os 1.5.92.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/26 11:54:23 os 1.5.92.1: #i36696# MailMerge: hide empty Address lines; #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [6ed3c3a7caecb1d1d14e63459812db8cc513bdf1]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/12/14 13:05:10 os 1.3.270.3: RESYNC: (1.4-1.6); FILE MERGED 2005/09/28 08:36:21 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:34:24 os 1.3.270.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [348d40e00156c2950d759e7563393b88209ebffd]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/12/14 13:04:48 os 1.3.270.3: RESYNC: (1.4-1.6); FILE MERGED 2005/09/28 08:34:51 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:34:24 os 1.3.270.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [87e98e03b2cc7df108dcc1236ee0ee7120ee427e]

        INTEGRATION: CWS os67 (1.5.250); FILE MERGED 2005/12/14 13:04:40 os 1.5.250.3: RESYNC: (1.6-1.9); FILE MERGED 2005/09/28 08:33:10 os 1.5.250.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/26 12:34:24 os 1.5.250.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [229cbd60069f2dbb0668d581ace680fdc706fe3c]

        INTEGRATION: CWS os67 (1.8.250); FILE MERGED 2005/12/14 13:04:09 os 1.8.250.3: RESYNC: (1.9-1.12); FILE MERGED 2005/09/28 08:31:25 os 1.8.250.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/26 09:53:55 os 1.8.250.1: #i51949# hide e-Mail related pages/controls if e-Mail is not supported

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c8f803612c580bfc1e89c6c0c886ec9be425e13a]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/12/14 13:03:46 os 1.3.270.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/28 08:30:55 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:34:24 os 1.3.270.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [70da48c64a55d0946079bd47df62dcbba8c2e951]

        INTEGRATION: CWS os67 (1.4.250); FILE MERGED 2005/12/14 13:03:40 os 1.4.250.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/28 08:28:52 os 1.4.250.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/26 12:34:23 os 1.4.250.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [ec1332ac98961bc8123ce535546acf2855f5bca1]

        INTEGRATION: CWS os67 (1.7.284); FILE MERGED 2005/12/14 13:03:27 os 1.7.284.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/28 08:27:35 os 1.7.284.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/26 12:29:02 os 1.7.284.1: #i36696# hide empty address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [331f3c454f75a3b84d076bf08033b7bd3838aa4d]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/12/14 13:03:19 os 1.3.270.3: RESYNC: (1.4-1.6); FILE MERGED 2005/09/28 08:27:01 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:34:23 os 1.3.270.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [6467e29d2622b1002fc7c79313a9eba696eadf2c]

        INTEGRATION: CWS os67 (1.2.574); FILE MERGED 2005/09/28 08:26:38 os 1.2.574.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/26 12:26:52 os 1.2.574.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b935dee69232da2f384d0d3bff771c4c66c04386]

        INTEGRATION: CWS os67 (1.5.152); FILE MERGED 2005/09/28 08:25:59 os 1.5.152.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/26 12:26:26 os 1.5.152.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [3f9e4260e07d18a91a0ae64c1f0312d448f5d721]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/12/14 13:03:07 os 1.3.270.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/28 08:25:28 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:27:35 os 1.3.270.1: #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c7a4c3d359ff3cd4e6d174e4f86e866bb9820f03]

        INTEGRATION: CWS os67 (1.4.86); FILE MERGED 2005/12/14 13:02:45 os 1.4.86.3: RESYNC: (1.5-1.8); FILE MERGED 2005/09/28 08:23:53 os 1.4.86.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/26 11:56:15 os 1.4.86.1: #i36696# MailMerge: hide empty Address lines; #ii51947# work flow in address page changed

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c6fccb11e16a5e6c601b77e0fb20cdbde2b2b5b7]

        INTEGRATION: CWS os67 (1.7.76); FILE MERGED 2006/01/05 11:18:38 os 1.7.76.5: #i51947# German umlauts fixed 2006/01/05 09:50:32 os 1.7.76.4: #i51947# German umlauts fixed 2005/12/14 13:02:31 os 1.7.76.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/28 08:23:39 os 1.7.76.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/26 12:23:51 os 1.7.76.1: #ii51947# work flow in address page changed; #i36696# hide empty address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [bbc0cc76f7928ca68c8de714ca5ff4a65abd4803]

        INTEGRATION: CWS os67 (1.4.270); FILE MERGED 2005/09/28 08:23:20 os 1.4.270.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/26 12:23:51 os 1.4.270.1: #ii51947# work flow in address page changed; #i36696# hide empty address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [d7291f425e12a4719e482953c123dedbd58677b0]

        INTEGRATION: CWS os67 (1.3.270); FILE MERGED 2005/09/28 08:23:01 os 1.3.270.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 12:23:51 os 1.3.270.1: #ii51947# work flow in address page changed; #i36696# hide empty address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [498359e32465243946fa999e96addaac6dacfacb]

        INTEGRATION: CWS os67 (1.6.270); FILE MERGED 2006/01/05 09:42:04 os 1.6.270.4: #i51947# catch exception in MatchHdl_Impl; enable 'hide empty paragraphs' CheckBox correctly 2005/12/14 13:01:58 os 1.6.270.3: RESYNC: (1.7-1.10); FILE MERGED 2005/09/28 08:22:42 os 1.6.270.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/26 12:23:50 os 1.6.270.1: #ii51947# work flow in address page changed; #i36696# hide empty address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [904d04fa5dc9b0237928e0b1fd670c564882704d]

        INTEGRATION: CWS os67 (1.10.34); FILE MERGED 2006/01/05 09:43:47 os 1.10.34.1: #i51947# catch exception in MatchHdl_Impl

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [cbfa7476c727598ae891e383db1faa978a6977fb]

        INTEGRATION: CWS os67 (1.5.454); FILE MERGED 2005/09/28 08:21:32 os 1.5.454.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/26 11:58:53 os 1.5.454.2: #ii51947# work flow in address page changed 2005/08/26 09:53:55 os 1.5.454.1: #i51949# hide e-Mail related pages/controls if e-Mail is not supported

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [5db6a938880eda78316a82bc8aeccc0670c3ef67]

        INTEGRATION: CWS os67 (1.30.138); FILE MERGED 2006/01/05 15:10:48 os 1.30.138.1: #i51947# string changes in mail merge wizard

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [822e5d46b1dc8458dd921dcdd6a63cf006a9fbca]

        INTEGRATION: CWS os67 (1.2.574); FILE MERGED 2005/12/14 12:57:26 os 1.2.574.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/28 08:12:07 os 1.2.574.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/26 11:57:50 os 1.2.574.1: #i51946# usability improved

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [334e017e19a9ff4aceb8721e32942f6885d59025]

        INTEGRATION: CWS os67 (1.3.92); FILE MERGED 2005/12/14 12:57:03 os 1.3.92.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/28 08:11:28 os 1.3.92.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/26 11:57:49 os 1.3.92.1: #i51946# usability improved

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [0800e4406dbece494fd52102cfe840cee358a20c]

        INTEGRATION: CWS os67 (1.2.574); FILE MERGED 2005/09/28 08:11:18 os 1.2.574.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/26 11:57:48 os 1.2.574.1: #i51946# usability improved

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e13b66ebdb0700034dc0df085ecbf73f8cb431e2]

        INTEGRATION: CWS os67 (1.9.90); FILE MERGED 2006/01/05 15:11:12 os 1.9.90.5: #i51946# table selection fixed 2006/01/05 09:44:48 os 1.9.90.4: #i51946# table selection fixed 2005/12/14 12:56:39 os 1.9.90.3: RESYNC: (1.10-1.12); FILE MERGED 2005/09/28 08:10:58 os 1.9.90.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/26 11:57:48 os 1.9.90.1: #i51946# usability improved

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [20a4e11040a63113a53869cbbe5bed2a6f78ec77]

        INTEGRATION: CWS os67 (1.41.270); FILE MERGED 2005/12/14 12:38:37 os 1.41.270.3: RESYNC: (1.42-1.43); FILE MERGED 2005/09/28 06:14:57 os 1.41.270.2: RESYNC: (1.41-1.42); FILE MERGED 2005/08/30 07:24:24 os 1.41.270.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [346f59d34a1335264b493a6a7cd58865968b1713]

        INTEGRATION: CWS os67 (1.14.78); FILE MERGED 2005/12/14 11:27:29 os 1.14.78.3: RESYNC: (1.15-1.18); FILE MERGED 2005/09/27 11:11:13 os 1.14.78.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/30 07:24:23 os 1.14.78.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [5e609d0f5a9c0b97c32df7f433528a07b5184628]

        INTEGRATION: CWS os67 (1.122.454); FILE MERGED 2005/12/14 11:12:57 os 1.122.454.3: RESYNC: (1.123-1.125); FILE MERGED 2005/09/27 10:03:49 os 1.122.454.2: RESYNC: (1.122-1.123); FILE MERGED 2005/08/30 07:24:21 os 1.122.454.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [a5a8ad26266af15ec0bb7de099be4b9bcefe7adf]

        INTEGRATION: CWS os67 (1.59.250); FILE MERGED 2005/12/14 11:12:43 os 1.59.250.2: RESYNC: (1.59-1.62); FILE MERGED 2005/08/30 07:24:20 os 1.59.250.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [5edd624c2c45208cba9a30ae026fa76144c7500c]

        INTEGRATION: CWS os67 (1.31.250); FILE MERGED 2005/12/14 11:11:05 os 1.31.250.3: RESYNC: (1.32-1.33); FILE MERGED 2005/09/27 09:56:38 os 1.31.250.2: RESYNC: (1.31-1.32); FILE MERGED 2005/08/30 07:24:20 os 1.31.250.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [d30c74219562eba551943288294b8f3f34c29933]

        INTEGRATION: CWS os67 (1.46.210); FILE MERGED 2005/12/14 11:03:05 os 1.46.210.3: RESYNC: (1.47-1.51); FILE MERGED 2005/09/27 06:29:34 os 1.46.210.2: RESYNC: (1.46-1.47); FILE MERGED 2005/08/30 07:24:19 os 1.46.210.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e89db4efe56917b024c273317c35cbfa61eb0c71]

        INTEGRATION: CWS os67 (1.64.250); FILE MERGED 2005/12/14 11:00:50 os 1.64.250.3: RESYNC: (1.65-1.67); FILE MERGED 2005/09/27 06:21:43 os 1.64.250.2: RESYNC: (1.64-1.65); FILE MERGED 2005/08/30 07:24:19 os 1.64.250.1: #i42356# additional context menu entries for numberings

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [079e6789c33f8dd2c7e60419cceb340b18f22620]

        INTEGRATION: CWS os67 (1.37.102); FILE MERGED 2005/12/14 10:54:59 os 1.37.102.3: RESYNC: (1.38-1.39); FILE MERGED 2005/09/26 19:43:02 os 1.37.102.2: RESYNC: (1.37-1.38); FILE MERGED 2005/09/26 11:51:21 os 1.37.102.1: #i36696# MailMerge: hide empty Address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [732d0bf12818151755764ff469c2c3fc4b69785b]

        INTEGRATION: CWS os67 (1.22.70); FILE MERGED 2005/12/14 10:42:42 os 1.22.70.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/26 19:24:21 os 1.22.70.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/26 11:51:53 os 1.22.70.1: #i36696# MailMerge: hide empty Address lines

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [fddd9e5b904e91e7d9ff00588d6d37918a8df1b9]

        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-06  Kurt Zenker  <kz@openoffice.org>  [692c7755de6ff1118385e9fc98aba0e4a083c530]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:36 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e9a86002aa608b4f20040ec061ea9be5421133ac]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:35 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c94224b68b263707a3a56060df2794a9b58dce87]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:34 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [0893ac4a8663466f9e3439ac3844da3e1ec274ba]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:33 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [f4789e9f1b5535459e035631d4728e973c395636]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:32 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [28bab4ce69396a36638f73dc1fdaf8d870a9746f]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:31 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [84bf847d7017d1c0ad6e9da9452470fc9c909c61]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:30 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e20050429d65ebf24c4cd52ea065d03e4dea95fe]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:29 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b4ba0969b22c48113877bcf7dd98da372c44ef16]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:28 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [3c902a244e84f327ca92093995bbe722e8a1b71a]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:27 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [8608b11f7f69119772f203399c51b06c3acbc972]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:26 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e5c1910394b0ccfccd8b8375947124841a809563]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:23 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [3889083844ef9719a27cd522d0d35a378978a940]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:22 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [a448a7719adb5a61b033ed7a510dad0d13a8c1a9]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:21 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [16264b25a7a94d344a7bef9dd7f3aed6c36c6763]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:19 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [4d809773600ab411fd61a3074d50a7a10f8f477c]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:18 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [8596feb65ba7fa8646424ef765695f3593c8b87c]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:17 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [41a932d914b03fed486b5c113bcbe46ced9f2aec]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:16 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [87daac35a2aec4f9c425a260996c4edf7e2eb3ac]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:15 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [5030ed4ad52dd2d7d7695bd713b084633929fa64]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:14 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [3558848cff6e88a4198dbe8c68a2814fe7e47def]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:13 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [949af5dff85ed0f305db9788a81384476e78a1d1]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:12 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [9cf1661de514cc4c9aa060134c0772c79613ca3e]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:11 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [335ed2a2253cebeaa2201b229c871699132558b1]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:10 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [386a356c1fd33513e68ba5a6fb49bc788dd5e981]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:09 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [e64715fd7cc0ed312c988cc48078dc41257fd9f6]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:08 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [71b88bcdfdd020a5b2293f1df0c93e2ba9c8d67c]

        INTEGRATION: CWS pj46 (1.2.40); FILE MERGED 2005/12/25 22:22:08 pjanik 1.2.40.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [4edfa5b38cd9cfc7affe10ac32b45e13c60a88c1]

        INTEGRATION: CWS pj46 (1.2.40); FILE MERGED 2005/12/25 22:22:07 pjanik 1.2.40.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [ff8907411ab59e100bef7ae8b3c95b081049249d]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:07 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [662c227fd1d692344ab6957e43bd6db3573513d7]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:06 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c7dbf5eb8c74942d550e97883b0567e4aec750ab]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:05 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [19e768ad7b1e7b31e7cee9b629f8aa15d5094553]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:04 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [02df3a6df40ee14c2ea3e7e33d6f7c2fe753813e]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:03 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [151547f07dae4cc8ce4b2e60e283c630591d1f5b]

        INTEGRATION: CWS native35 (1.3.6); FILE MERGED 2006/01/05 12:52:43 is 1.3.6.2: #i46347# new strings for filetypedialog 2006/01/05 12:09:47 is 1.3.6.1: #i46347# new strings for filetypedialog

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [c48ff19827c83a64b20e0e89aa2dc011aa57fd82]

        INTEGRATION: CWS native35 (1.3.6); FILE MERGED 2006/01/05 12:52:42 is 1.3.6.2: #i46347# new strings for filetypedialog 2006/01/05 12:09:46 is 1.3.6.1: #i46347# new strings for filetypedialog

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [9bb85e6a172bd93d13a4765c60603b5ee1045c0b]

        INTEGRATION: CWS native35 (1.7.6); FILE MERGED 2006/01/05 12:52:42 is 1.7.6.2: #i46347# new strings for filetypedialog 2006/01/05 12:09:45 is 1.7.6.1: #i46347# new strings for filetypedialog

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [14c5af109e37f18d2113ce2fc59e5b8011a2c3d2]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:02 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [90bbad76b93eb14b6f2f2d5427b876e5a1ef2fa5]

        INTEGRATION: CWS native35 (1.9.6); FILE MERGED 2006/01/05 12:09:32 is 1.9.6.1: #i46347# new strings for filetypedialog

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b3ccfc7ba3b29516096b36b2aae569fefc485b58]

        INTEGRATION: CWS native35 (1.8.6); FILE MERGED 2006/01/05 12:52:41 is 1.8.6.2: #i46347# new strings for filetypedialog 2006/01/05 12:09:14 is 1.8.6.1: #i46347# new strings for filetypedialog

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [f363221ccb9ddd0e4835c968cc0519e30035f23c]

        INTEGRATION: CWS native35 (1.29.16); FILE MERGED 2006/01/05 15:02:18 is 1.29.16.1: #i60034# codepage problem in transforms

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [53bf60327f62cf2b113bd4da4ff124f2ac1b78f3]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:01 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b6d06785aac0ce7c7d0ac13ef91b1cb12fd45636]

        INTEGRATION: CWS native35 (1.8.84); FILE MERGED 2006/01/05 15:02:17 is 1.8.84.1: #i60034# codepage problem in transforms

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [1ad9eb3fe735a6325da3b5cf134778f1bfc0f6a8]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:22:00 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [875c20ee63ad8d9d9599b138b5c82441bda9ebd5]

        INTEGRATION: CWS pj46 (1.2.42); FILE MERGED 2005/12/25 22:21:59 pjanik 1.2.42.1: #i59591#: Update Bulgarian extras.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [dc47e6d1173163cc46395f9af55da3142500e01d]

        INTEGRATION: CWS vq25 (1.127.2); FILE MERGED 2005/12/26 20:15:11 vq 1.127.2.3: #i54285# Fix problems with $PSDK_HOME ending in a slash. 2005/12/26 18:45:58 vq 1.127.2.2: #i59595# Deal with possible backslash at the end. 2005/12/26 17:35:44 vq 1.127.2.1: #i59595# Make configure aware of the latest DirectX SDK version. (regenerate configure)

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [b69ca74a8b82046ee3b1fb27b94d1a77b39e66cb]

        INTEGRATION: CWS native34 (1.19.4); FILE MERGED 2006/01/03 11:40:53 is 1.19.4.2: #129792# patchfile list without complete dir 2006/01/03 10:40:40 is 1.19.4.1: #129792# selecting files for patch

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [eabdc79b440610fa513c7f09009280716b7062c9]

        INTEGRATION: CWS native34 (1.2.38); FILE MERGED 2005/12/22 13:25:42 is 1.2.38.1: #i57587# case insensitive registry search

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [80c170a20285c7162397df801c913b32b9baaa62]

        INTEGRATION: CWS native34 (1.2.36); FILE MERGED 2005/12/22 13:24:52 is 1.2.36.1: #i57587# case insensitive registry search

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [8f9fb57844f6e0b612770fe195972a0b905b4198]

        INTEGRATION: CWS native34 (1.6.6); FILE MERGED 2005/12/14 15:59:35 is 1.6.6.1: #127719# smaller patchlist.txt

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [61217f1c58416afabfc62bc2fd74b25f7cacd348]

        INTEGRATION: CWS native34 (1.29.16); FILE MERGED 2006/01/02 17:04:17 is 1.29.16.3: RESYNC: (1.29-1.30); FILE MERGED 2005/12/21 11:58:44 is 1.29.16.2: #129308# increasing productversion 2005/12/16 15:47:12 is 1.29.16.1: #i59447# beta is also an old product to update

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [8023e458ccfd4c60042dd9eefa52e7f931d4f438]

        INTEGRATION: CWS native34 (1.6.88); FILE MERGED 2005/12/16 15:47:13 is 1.6.88.1: #i59447# beta is also an old product to update

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [93c96284105dabf581542692e2103457fa782889]

        INTEGRATION: CWS native34 (1.8.94); FILE MERGED 2005/12/16 15:44:15 is 1.8.94.1: #i59447# beta is also an old product to update

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [616f7921a65896469ce69808ab9262262e29b72c]

        INTEGRATION: CWS native34 (1.26.32); FILE MERGED 2006/01/03 16:05:31 is 1.26.32.3: #127719# collecting patch files 2006/01/02 16:47:36 is 1.26.32.2: RESYNC: (1.26-1.27); FILE MERGED 2005/12/14 16:05:10 is 1.26.32.1: #127719# smaller patchlist.txt

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [2851c0e8352650edcbe48b1a5c6047a30f4dc9ce]

        INTEGRATION: CWS vq25 (1.78.24); FILE MERGED 2005/12/26 16:52:33 vq 1.78.24.2: RESYNC: (1.78-1.81); FILE MERGED 2005/12/17 23:59:09 vq 1.78.24.1: #i22030# Patch to check for the right cygwin vs. native build dmake version.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [77392f2cfb63b48fe651d104a89ba7d734945e8c]

        INTEGRATION: CWS vq25 (1.51.50); FILE MERGED 2005/12/26 17:56:54 vq 1.51.50.1: #i57756# Add check to toplevel makefile to check if all required (by build.pl) modules are present.

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [15efe1df91ff64adf1eaf438595b0e635cc0bd56]

        INTEGRATION: CWS native34 (1.10.2); FILE MERGED 2005/12/21 13:45:26 is 1.10.2.1: #129308# increasing product version

2006-01-06  Kurt Zenker  <kz@openoffice.org>  [9882f7a94a19f191bfa8f717cae586088d9fd3d5]

        INTEGRATION: CWS vq25 (1.143.2); FILE MERGED 2005/12/26 20:15:14 vq 1.143.2.3: #i54285# Fix problems with $PSDK_HOME ending in a slash. 2005/12/26 18:46:21 vq 1.143.2.2: #i59595# Deal with possible backslash at the end. 2005/12/26 17:35:49 vq 1.143.2.1: #i59595# Make configure aware of the latest DirectX SDK version. (regenerate configure)

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [9b39ba0c732c362631bead604055b38d32b10015]

        INTEGRATION: CWS iconswitching1 (1.110.4); FILE MERGED 2005/11/30 14:53:08 kendy 1.110.4.3: RESYNC: (1.122-1.123); FILE MERGED 2005/11/02 00:00:19 kendy 1.110.4.2: RESYNC: (1.110-1.122); FILE MERGED 2005/07/21 15:47:28 kendy 1.110.4.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [55eb656b63d05aefeaca6158a1b07f2cc558157f]

        INTEGRATION: CWS iconswitching1 (1.50.16); FILE MERGED 2005/11/30 15:00:51 kendy 1.50.16.3: RESYNC: (1.51-1.53); FILE MERGED 2005/11/02 01:28:51 kendy 1.50.16.2: RESYNC: (1.50-1.51); FILE MERGED 2005/07/20 13:48:39 kendy 1.50.16.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [01c105f07ca00dda57319122b6aeb8284b3abb85]

        INTEGRATION: CWS iconswitching1 (1.24.308); FILE MERGED 2005/11/02 01:28:10 kendy 1.24.308.2: RESYNC: (1.24-1.25); FILE MERGED 2005/07/20 13:48:38 kendy 1.24.308.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [caf325932f32ac248cfb12533c4f243bb7c2e940]

        INTEGRATION: CWS iconswitching1 (1.112.8); FILE MERGED 2005/11/30 14:57:10 kendy 1.112.8.3: RESYNC: (1.113-1.114); FILE MERGED 2005/11/02 00:40:34 kendy 1.112.8.2: RESYNC: (1.112-1.113); FILE MERGED 2005/07/20 13:48:37 kendy 1.112.8.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [a327a4883d30e387e35e26989d02c3ef32c17713]

        INTEGRATION: CWS iconswitching1 (1.62.120); FILE MERGED 2005/11/02 00:34:34 kendy 1.62.120.2: RESYNC: (1.62-1.63); FILE MERGED 2005/07/20 13:48:37 kendy 1.62.120.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [8dd78456e5d3dbcfd6c422be74d2a478270a6ec3]

        INTEGRATION: CWS iconswitching1 (1.15.258); FILE MERGED 2005/11/02 00:19:15 kendy 1.15.258.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/20 13:48:36 kendy 1.15.258.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [33e35e028bb8eefe6d94ea8c545d001eee2eff0c]

        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>  [b1e4d8ab556bb67c9c1983aa901322873b0b9818]

        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>  [83174efb88df19573c5065539c70cdbb76b4eb2f]

        INTEGRATION: CWS iconswitching1 (1.7.10); FILE MERGED 2005/11/02 00:12:04 kendy 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/20 14:29:04 kendy 1.7.10.1: #i36518# Icon switching for the help

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2fe932ab98b23e0fc5c00add7696ff127d8ef0b6]

        INTEGRATION: CWS iconswitching1 (1.17.44); FILE MERGED 2005/11/30 14:54:45 kendy 1.17.44.3: RESYNC: (1.18-1.19); FILE MERGED 2005/11/02 00:08:05 kendy 1.17.44.2: RESYNC: (1.17-1.18); FILE MERGED 2005/07/20 14:29:04 kendy 1.17.44.1: #i36518# Icon switching for the help

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [76837163c0482064d2e4a41ce878ca4ca8f10992]

        INTEGRATION: CWS iconswitching1 (1.41.10); FILE MERGED 2005/11/30 14:54:37 kendy 1.41.10.3: RESYNC: (1.42-1.43); FILE MERGED 2005/11/02 00:07:41 kendy 1.41.10.2: RESYNC: (1.41-1.42); FILE MERGED 2005/07/20 14:29:03 kendy 1.41.10.1: #i36518# Icon switching for the help

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [f24bd9a879a57ac53ed235fd895d2dd1a6726045]

        INTEGRATION: CWS iconswitching1 (1.8.154); FILE MERGED 2005/11/02 00:05:46 kendy 1.8.154.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/20 14:29:03 kendy 1.8.154.1: #i36518# Icon switching for the help

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [095a970e023162a94b76ff1c164686299ec5e5da]

        INTEGRATION: CWS iconswitching1 (1.70.2); FILE MERGED 2005/11/30 14:53:34 kendy 1.70.2.3: RESYNC: (1.76-1.78); FILE MERGED 2005/11/02 00:00:49 kendy 1.70.2.2: RESYNC: (1.70-1.76); FILE MERGED 2005/07/21 15:47:31 kendy 1.70.2.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [107d55228e431c36ada6b95f9224a07a586e5e41]

        INTEGRATION: CWS iconswitching1 (1.128.2); FILE MERGED 2005/11/30 14:53:24 kendy 1.128.2.3: RESYNC: (1.138-1.139); FILE MERGED 2005/11/02 00:00:30 kendy 1.128.2.2: RESYNC: (1.128-1.138); FILE MERGED 2005/07/21 15:47:30 kendy 1.128.2.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [11040c2870bb0d90ee737feed1ba3dd1939c3333]

        INTEGRATION: CWS iconswitching1 (1.172.14); FILE MERGED 2005/11/30 14:51:54 kendy 1.172.14.4: RESYNC: (1.176-1.178); FILE MERGED 2005/11/01 23:50:07 kendy 1.172.14.3: RESYNC: (1.172-1.176); FILE MERGED 2005/07/22 13:06:18 kendy 1.172.14.2: #i36518# Fixed quoting of CUSTOM_IMAGE_SETS. 2005/07/21 15:47:34 kendy 1.172.14.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [029b530a54717c2d684b0e594bd550e279baa895]

        INTEGRATION: CWS iconswitching1 (1.1.2); FILE ADDED 2005/11/11 12:06:40 kendy 1.1.2.2: #i36518# LGPL,SISSL -> LGPL 2005/07/21 15:47:34 kendy 1.1.2.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2b87f34d933947eb16a36479ad02359f2042e9a4]

        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>  [0e69fc40a47b17610e18b1cc67d39773b16fcf5c]

        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>  [31867022cb2385ec11b3820b9c9c90e93c425316]

        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>  [323879bb8a4460927ffd4c9a2a933f0fb4e10260]

        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>  [3a101e0c1beaed026d25eefeed26a15b2e390133]

        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>  [ee5541430ec320ab4006c838241e5c1c93e26fff]

        INTEGRATION: CWS iconswitching1 (1.19.4); FILE MERGED 2005/12/08 09:06:39 ka 1.19.4.5: RESYNC: (1.22-1.23); FILE MERGED 2005/11/30 14:30:40 kendy 1.19.4.4: RESYNC: (1.20-1.22); FILE MERGED 2005/11/01 21:12:53 kendy 1.19.4.3: RESYNC: (1.19-1.20); FILE MERGED 2005/07/20 14:04:05 kendy 1.19.4.2: #i36518# Implement the icon switching 2005/07/20 13:48:28 kendy 1.19.4.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [e706baf40f09daafa5f55e992f248764fe62f681]

        INTEGRATION: CWS iconswitching1 (1.26.52); FILE MERGED 2005/11/30 14:30:15 kendy 1.26.52.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/01 21:10:48 kendy 1.26.52.2: RESYNC: (1.26-1.28); FILE MERGED 2005/07/20 14:04:05 kendy 1.26.52.1: #i36518# Implement the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [119f3644ada4d9045912cbe8559df7e59c557892]

        INTEGRATION: CWS iconswitching1 (1.4.106); FILE MERGED 2005/11/30 14:30:07 kendy 1.4.106.3: RESYNC: (1.5-1.6); FILE MERGED 2005/11/01 21:08:41 kendy 1.4.106.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/20 13:48:27 kendy 1.4.106.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [48705b259902ac7341905242e4d0500b8ddfc79a]

        INTEGRATION: CWS iconswitching1 (1.10.10); FILE MERGED 2005/11/01 21:07:52 kendy 1.10.10.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/20 14:04:04 kendy 1.10.10.1: #i36518# Implement the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [7f768df41346d56c370453a3bb0169a844dd17e3]

        INTEGRATION: CWS iconswitching1 (1.35.4); FILE MERGED 2005/11/30 14:28:44 kendy 1.35.4.4: RESYNC: (1.37-1.40); FILE MERGED 2005/11/01 20:59:09 kendy 1.35.4.3: RESYNC: (1.35-1.37); FILE MERGED 2005/07/20 14:04:03 kendy 1.35.4.2: #i36518# Implement the icon switching 2005/07/20 13:48:27 kendy 1.35.4.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [1a8511c45b734e9913f0c512b0b2fd33b2b22b16]

        INTEGRATION: CWS iconswitching1 (1.10.4); FILE MERGED 2005/11/01 20:30:08 kendy 1.10.4.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/20 14:04:03 kendy 1.10.4.2: #i36518# Implement the icon switching 2005/07/20 13:48:26 kendy 1.10.4.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2dbe7c600df66ed85cdbf225c7bad3e75c8da9cf]

        INTEGRATION: CWS iconswitching1 (1.11.52); FILE MERGED 2005/11/30 14:25:47 kendy 1.11.52.3: RESYNC: (1.12-1.13); FILE MERGED 2005/11/01 20:28:22 kendy 1.11.52.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/20 14:04:02 kendy 1.11.52.1: #i36518# Implement the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [3be3e24bb0597688a396e3de59e2bb209f91119b]

        INTEGRATION: CWS iconswitching1 (1.3.106); FILE MERGED 2005/11/01 20:25:36 kendy 1.3.106.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/20 14:04:02 kendy 1.3.106.1: #i36518# Implement the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [f1b2af0f5e9c12e01a44cd4260f632bdf1e2c7b9]

        INTEGRATION: CWS iconswitching1 (1.21.18); FILE MERGED 2005/11/30 14:25:32 kendy 1.21.18.4: RESYNC: (1.22-1.24); FILE MERGED 2005/11/01 20:20:06 kendy 1.21.18.3: RESYNC: (1.21-1.22); FILE MERGED 2005/07/20 14:04:01 kendy 1.21.18.2: #i36518# Implement the icon switching 2005/07/20 13:48:26 kendy 1.21.18.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [428acfe962a2a45d28dbc6ff2df1d1a16f58d431]

        INTEGRATION: CWS iconswitching1 (1.7.234); FILE MERGED 2005/11/01 18:52:50 kendy 1.7.234.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/20 13:48:40 kendy 1.7.234.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2151144203a942be37666883df7198faa2326a5d]

        INTEGRATION: CWS iconswitching1 (1.14.154); FILE MERGED 2005/11/01 18:52:32 kendy 1.14.154.2: RESYNC: (1.14-1.16); FILE MERGED 2005/07/20 13:48:39 kendy 1.14.154.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [927ec1622ca137c3ffa3c3381b451669a92f264b]

        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>  [ffd4f550e55eff586caa96c5f53c44c93a21a852]

        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>  [e44ad2d51eecec1db2f41794151c3ae188330c08]

        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>  [6044227b4ad594369a78821a44b377b3a03e79e8]

        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>  [8e7d7d2646623d09fa82dd8c1353e1b245069954]

        INTEGRATION: CWS iconswitching1 (1.3.378); FILE MERGED 2005/11/01 16:03:27 kendy 1.3.378.2: RESYNC: (1.3-1.5); FILE MERGED 2005/07/20 13:48:36 kendy 1.3.378.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [1c72bd52d3e91fe8b73d3a130f201f56cb0c1a24]

        INTEGRATION: CWS iconswitching1 (1.19.76); FILE MERGED 2005/11/01 15:33:12 kendy 1.19.76.2: RESYNC: (1.19-1.23); FILE MERGED 2005/07/20 13:48:33 kendy 1.19.76.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [1b2abb3bdd9fc82440d37c440a120bed51bfdd19]

        INTEGRATION: CWS iconswitching1 (1.45.332); FILE MERGED 2005/11/30 13:37:25 kendy 1.45.332.3: RESYNC: (1.46-1.47); FILE MERGED 2005/11/01 13:13:35 kendy 1.45.332.2: RESYNC: (1.45-1.46); FILE MERGED 2005/07/20 13:48:33 kendy 1.45.332.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [93cb9c8eac7b137ccaa5a65c634311b64a23c8ee]

        INTEGRATION: CWS iconswitching1 (1.16.234); FILE MERGED 2005/12/16 14:40:35 ka 1.16.234.5: #i36518#: added check for OPENSOURCECONTEXT 2005/11/30 13:34:06 kendy 1.16.234.4: RESYNC: (1.18-1.19); FILE MERGED 2005/11/01 12:27:20 kendy 1.16.234.3: RESYNC: (1.16-1.18); FILE MERGED 2005/07/21 18:17:23 kendy 1.16.234.2: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:13:46 kendy 1.16.234.1: #i36518# GUI for the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [38761988028bc2744969a54652895b1a38839588]

        INTEGRATION: CWS iconswitching1 (1.13.270); FILE MERGED 2005/11/30 13:33:57 kendy 1.13.270.3: RESYNC: (1.14-1.15); FILE MERGED 2005/11/01 12:27:12 kendy 1.13.270.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/20 14:13:45 kendy 1.13.270.1: #i36518# GUI for the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [837513c32a657e301335741f2f600861e89bef4e]

        INTEGRATION: CWS iconswitching1 (1.14.234); FILE MERGED 2005/12/16 14:40:35 ka 1.14.234.4: #i36518#: added check for OPENSOURCECONTEXT 2005/11/30 13:33:46 kendy 1.14.234.3: RESYNC: (1.15-1.16); FILE MERGED 2005/11/01 12:27:04 kendy 1.14.234.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/20 14:13:45 kendy 1.14.234.1: #i36518# GUI for the icon switching

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [5a2fdb4cc60569529250cc114f1b72f718a13e8e]

        INTEGRATION: CWS iconswitching1 (1.23.180); FILE MERGED 2005/12/16 14:40:35 ka 1.23.180.6: #i36518#: added check for OPENSOURCECONTEXT 2005/11/30 13:33:35 kendy 1.23.180.5: RESYNC: (1.25-1.27); FILE MERGED 2005/11/01 12:26:47 kendy 1.23.180.4: RESYNC: (1.23-1.25); FILE MERGED 2005/07/21 18:17:23 kendy 1.23.180.3: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:13:44 kendy 1.23.180.2: #i36518# GUI for the icon switching 2005/07/20 13:48:32 kendy 1.23.180.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [4d5fd9308746792009c678b2b822248c33f1689a]

        INTEGRATION: CWS iconswitching1 (1.22.32); FILE MERGED 2005/12/16 15:29:07 ka 1.22.32.4: RESYNC: (1.24-1.25); FILE MERGED 2005/11/30 13:28:38 kendy 1.22.32.3: RESYNC: (1.23-1.24); FILE MERGED 2005/11/01 11:51:25 kendy 1.22.32.2: RESYNC: (1.22-1.23); FILE MERGED 2005/07/20 13:48:31 kendy 1.22.32.1: #i36518# Cleanup after cutnpaste in CWS oooicons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [fcfc18286ff0700e529b2c6ba4edc5f6e98acf62]

        INTEGRATION: CWS iconswitching1 (1.1.2); FILE ADDED 2005/07/22 13:06:19 kendy 1.1.2.3: #i36518# Fixed quoting of CUSTOM_IMAGE_SETS. 2005/07/21 18:17:21 kendy 1.1.2.2: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/21 15:47:33 kendy 1.1.2.1: #i36518# Remove --with-icons configure switch, build with custom icons by default. Create HiContrast icon set from the lch_*, sch_* etc. icons.

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [59e289c9d269791a5f2d5528a50556ab4c2cc382]

        INTEGRATION: CWS iconswitching1 (1.107.122); FILE MERGED 2005/11/30 13:19:59 kendy 1.107.122.5: RESYNC: (1.108-1.110); FILE MERGED 2005/11/04 14:56:01 kendy 1.107.122.4: #i36518# Save the names of the themes in the configuration file (instead of numbers). 2005/11/01 09:41:14 kendy 1.107.122.3: RESYNC: (1.107-1.108); FILE MERGED 2005/07/21 18:17:18 kendy 1.107.122.2: #i36518# Disabled the Crystal icon theme for now, it's not in the OOo CVS. 2005/07/20 14:23:19 kendy 1.107.122.1: #i36518# Saving of the state when switching icons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [8b9bca50377b4aafd7d5399475508dfd6bbf4346]

        INTEGRATION: CWS iconswitching1 (1.47.16); FILE MERGED 2005/12/16 14:48:00 ka 1.47.16.1: #i36518#: added OPENSOURCECONTEXT property

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [06d12ca451aa3c6d8422e0a879aefac110533d6a]

        INTEGRATION: CWS iconswitching1 (1.22.20); FILE MERGED 2005/12/16 14:47:59 ka 1.22.20.4: #i36518#: added OPENSOURCECONTEXT property 2005/11/30 13:14:49 kendy 1.22.20.3: RESYNC: (1.23-1.24); FILE MERGED 2005/11/01 09:30:08 kendy 1.22.20.2: RESYNC: (1.22-1.23); FILE MERGED 2005/07/20 14:23:18 kendy 1.22.20.1: #i36518# Saving of the state when switching icons

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [4cdf73b2f32e26a8f4bed38e8e16b12d0519c550]

        INTEGRATION: CWS os72 (1.7.224); FILE MERGED 2005/12/15 11:35:00 os 1.7.224.1: #i59358# tools/data sources removed

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [c1ecb491eca2e55fae9ebfa49aa9f72d31207e14]

        INTEGRATION: CWS os72 (1.33.64); FILE MERGED 2005/12/15 11:36:00 os 1.33.64.1: #i59358# re-enabled commands in toolbar

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [96d02419236771f19375c4534c537f7d28ab5976]

        INTEGRATION: CWS os72 (1.16.54); FILE MERGED 2005/12/15 12:05:33 os 1.16.54.1: #i59358# uncheck toolbox button after dialog execution

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [d03cfc4b1e40f08d37e97e96460455803086113f]

        INTEGRATION: CWS os72 (1.29.32); FILE MERGED 2005/12/15 11:35:35 os 1.29.32.1: #i59358# re-enabled commands in menu

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [b6afd3495c7000e6951009b5c053f96bd834c537]

        INTEGRATION: CWS os72 (1.39.54); FILE MERGED 2005/12/15 12:09:39 os 1.39.54.1: #127021# catch exception when calling ODatabaseContext::getRegisteredObject()

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [757ea94919651f4db93caba70e6e9b213c3c9625]

        INTEGRATION: CWS locales202 (1.126.2); FILE MERGED 2005/12/15 16:47:27 er 1.126.2.2: RESYNC: (1.126-1.129); FILE MERGED 2005/11/28 17:58:44 er 1.126.2.1: #i58238# add Nepali as CTL language

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [8691337fc3b635689c248dc6e7489a3c2ef25ff9]

        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>  [e6a47f00b7ba58879075f45b3b18d84ebfadaab0]

        INTEGRATION: CWS os72 (1.35.40); FILE MERGED 2005/12/16 16:25:30 os 1.35.40.1: bib-resource added

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [51c90d936c4dd5017ecc5478cb9af0ae6216ed61]

        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>  [f912b5fe520a41775b44c0d7209216306e599466]

        INTEGRATION: CWS os72 (1.129.40); FILE MERGED 2006/01/04 10:22:46 os 1.129.40.1: #i59358# bibliography menubar.xml added

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [fb4dd9ec61f32de790237f60d07e097d4d8c8f4e]

        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>  [8d8b072f7f9af1d01cf3a347e56997bdb30933b5]

        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>  [4315e3a6182989fd14f071dc9be99ca249d2c7a6]

        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>  [8d8b07765fbc7a4e0355b2608db4295d4da4958d]

        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>  [b07ca57f051691dffc1a6e5b5d06886d8988dd9c]

        INTEGRATION: CWS os72 (1.28.98); FILE MERGED 2005/12/12 08:38:01 os 1.28.98.1: #126721# crash report: make robust against invalid column item

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [728219003ba4f424a33de15cace16fda8cf8a9ed]

        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>  [5cdcd60cdfe4305fe9a16848b0886644cd1f40ac]

        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>  [5571e1c6c85b649a5833ec104ee811550280f3cb]

        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>  [2028bd7ad9a4b274e3b802af15f3d679567528ab]

        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>  [e3c97f6030acda9039744916184ae363d480ff9c]

        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>  [e7c25e6e834e01bad7fb58feb0fe49fd8d8fb83b]

        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>  [5f84b5b5217caaca2f9d030ab64f28e4e32dc48e]

        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>  [fb33cce0217585aab59993e8bc93eff56e124c73]

        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>  [4900ac3cb40a2258b4fc4453d8e5efcb0b4f3e79]

        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>  [ed30370832f3c0a9536598925f790c5e8547403a]

        INTEGRATION: CWS os72 (1.25.84); FILE MERGED 2005/12/09 12:11:04 os 1.25.84.1: #127088# set fnSetCrsr and fnKillSel on selecting table rows or columns

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [6438771747909a79e030d4de21035b9f8f09c355]

        INTEGRATION: CWS os72 (1.22.78); FILE MERGED 2005/12/12 10:57:46 os 1.22.78.1: #125881# context menu must not be called before initialization is finished

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [1a0f89b0826355b83797b5e85437a330463eb85b]

        INTEGRATION: CWS os72 (1.30.80); FILE MERGED 2005/12/07 07:59:31 os 1.30.80.1: #126062# prevent crashes in SwView::ExitDraw()

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [2fd6f5b9c69f0748c306ec8477ebf06dfcb94306]

        INTEGRATION: CWS os72 (1.35.46); FILE MERGED 2005/12/12 10:12:54 os 1.35.46.1: #127012# don't access SwTabShell's this pointer after executing FN_FORMAT_TABLE_DLG

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [4ef5c570a23e95de2b617f0afd062e61bf7d3bf7]

        INTEGRATION: CWS os72 (1.5.138); FILE MERGED 2005/12/12 09:37:09 os 1.5.138.1: #127440# check for the right type of the selected object

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [930361f97e527bb8510158849c6c6e054f035d2f]

        INTEGRATION: CWS os72 (1.124.30); FILE MERGED 2005/12/09 12:11:43 os 1.124.30.1: #127088# deselect objects before selecting table rows or columns

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [d1f454656232b8344dccb00fc2548729bfae1b98]

        INTEGRATION: CWS os72 (1.97.16); FILE MERGED 2005/12/12 12:47:06 os 1.97.16.1: #126398# make code more robust

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [89fd09bd3ce7e3144043969cf7e8a1ada8e85205]

        INTEGRATION: CWS os72 (1.28.48); FILE MERGED 2005/12/27 10:43:55 os 1.28.48.3: #125102# chg to bold/underlined: in some redline modes deleted characters are not removed from the node 2005/12/22 11:26:50 os 1.28.48.2: #125102# next loop fixed in ::BuildEnum 2005/12/14 13:02:42 os 1.28.48.1: #125102# additional loop exit

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [108a4883d05afde718668e8ad1b6a852aa1e3c5c]

        INTEGRATION: CWS os72 (1.41.46); FILE MERGED 2005/12/14 14:16:53 os 1.41.46.1: #126378# prevent crashes when accessing SwTOXMarks that are un-registered

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [110fa69c1650e556f73b6569f2af292eb609a02e]

        INTEGRATION: CWS os72 (1.11.138); FILE MERGED 2005/12/16 07:36:50 os 1.11.138.1: #126505# in ::DocumentDying() the LRU list has to be in sync with word list

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [661057389c786ad98316fc2668009365ad160017]

        INTEGRATION: CWS os72 (1.20.138); FILE MERGED 2005/12/14 13:03:26 os 1.20.138.1: #125102# cursor Ring can contain non-Cursors (in AutoFormat)

2006-01-05  Kurt Zenker  <kz@openoffice.org>  [571688a6a6a2a063bf48834377af42d292b180fe]

        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>  [13f9edfac9b5626336390947621a59872bd6c7ad]

        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>  [4ed966c1fcab0609473260fd1144d8c89825aa95]

        INTEGRATION: CWS dba202c (1.18.54); FILE MERGED 2005/12/05 14:28:32 fs 1.18.54.1: #i48619 OMultilineEditControl is a CompoundControl

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a4ed0e51c71c09a5020fdf1acdc72800f0063b08]

        INTEGRATION: CWS dba202c (1.41.74); FILE MERGED 2005/11/30 10:18:28 oj 1.41.74.1: #125804# catch exception when thrown

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [3c853dfe26991a67f61327734fc92a2614f2ccf1]

        INTEGRATION: CWS dba202c (1.27.48); FILE MERGED 2005/12/09 09:59:26 oj 1.27.48.1: #129042# if no columns use metadata

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [faa397038c643d743c3c01aee986ff43c2e2183f]

        INTEGRATION: CWS dba202c (1.6.48); FILE MERGED 2005/12/05 14:18:51 oj 1.6.48.1: #i54732# fix radiobutton behavior

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [f552397019efb9ab23a30b8ea7d80aa0637c41fb]

        INTEGRATION: CWS dba202c (1.2.230); FILE MERGED 2005/12/01 13:25:12 oj 1.2.230.1: #i52615# add some more info

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a97594c7cd2de2ddfff5e9a0b8212bd9380c3d7f]

        INTEGRATION: CWS dba202c (1.11.50); FILE MERGED 2005/12/05 10:20:08 oj 1.11.50.2: #i52615# system color 2005/12/01 13:23:21 oj 1.11.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [8542aa59898dcf37c56101dd09809232b328d3d4]

        INTEGRATION: CWS dba202c (1.6.50); FILE MERGED 2005/12/01 13:23:21 oj 1.6.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2c448b8f8d54d38354e03b705c21a1a1ffb80ac3]

        INTEGRATION: CWS dba202c (1.6.50); FILE MERGED 2005/12/05 10:20:07 oj 1.6.50.2: #i52615# system color 2005/12/01 13:23:21 oj 1.6.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [35e04407f835162f6d4c9617826c331a679ed4b2]

        INTEGRATION: CWS dba202c (1.10.50); FILE MERGED 2005/12/01 13:23:20 oj 1.10.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [960be25d944b19e35777b4310dfc69fc5db7fb6e]

        INTEGRATION: CWS dba202c (1.12.50); FILE MERGED 2005/12/05 10:51:49 oj 1.12.50.3: set background at fixedline 2005/12/05 10:20:07 oj 1.12.50.2: #i52615# system color 2005/12/01 13:23:20 oj 1.12.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [0fa4c2719f3974195e606dcbd2cd442e1ddc84a2]

        INTEGRATION: CWS dba202c (1.7.50); FILE MERGED 2005/12/01 13:23:20 oj 1.7.50.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [24e44836696bf8f9fdfc8eca6ee8b523efe7987e]

        INTEGRATION: CWS dba202c (1.10.38); FILE MERGED 2005/12/01 13:23:19 oj 1.10.38.1: #i52615# datachanged overload

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [d3fdf19a1b088681665e63cfe75be655d0a967e3]

        INTEGRATION: CWS dba202c (1.13.22); FILE MERGED 2005/12/05 10:20:06 oj 1.13.22.1: #i52615# system color

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [9c1d97642c1968822db8c8f6c6dc48e2ae3c0b24]

        INTEGRATION: CWS dba202c (1.16.48); FILE MERGED 2005/12/05 14:32:28 oj 1.16.48.1: #i55071# check mimetype to find correct type like all other apps do

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a61147b8e0a2b82d3a5e7bee85368fcb4aa2e676]

        INTEGRATION: CWS dba202c (1.32.12); FILE MERGED 2005/12/01 11:16:44 fs 1.32.12.1: #i57669# reset the logical form's data source property when inserting from existing external document

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [0196ca8eee81d47d0c4d632b2f5a128508b3189b]

        INTEGRATION: CWS dba202c (1.22.50); FILE MERGED 2005/12/05 12:16:58 oj 1.22.50.1: #128008 # check storage, wehn null throw IOException

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [3103d6ce1aa780f553ecc0ce8c18ef118146a610]

        INTEGRATION: CWS dba202c (1.25.58); FILE MERGED 2005/12/09 09:58:39 oj 1.25.58.1: #129042# create columns every time

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2815d608811bb75e874d43fbf9d78bcf7a32043f]

        INTEGRATION: CWS dba202c (1.6.58); FILE MERGED 2005/12/05 11:56:11 oj 1.6.58.1: #128689# check m_xRow if null throw an disposedexception

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [b07c428e4d93909f2b41ee46f8a68c1cb292f98d]

        INTEGRATION: CWS dba202c (1.78.50); FILE MERGED 2005/12/02 12:07:11 oj 1.78.50.1: #127795# default value of afterlast is false

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [6b300b34fb1bd83f9688de715858f375701bc450]

        INTEGRATION: CWS dba202c (1.79.30); FILE MERGED 2005/12/02 12:07:12 oj 1.79.30.1: #127795# default value of afterlast is false

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [1f3d7d76656149e6908a0d5be9a568090012ba77]

        INTEGRATION: CWS dba202c (1.69.136); FILE MERGED 2005/12/01 12:32:23 fs 1.69.136.1: perhaps some safety against the issue causing the crash reports of issue #128371#

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [c4d009e80fd8f3737a48b49d2e02137f044d6163]

        INTEGRATION: CWS dba202c (1.48.116); FILE MERGED 2005/12/09 09:37:05 fs 1.48.116.1: #128690# createPeer: catch cursor-related exceptions

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [5b7431e13bf3ce4a04c8120b28299c15e975d2f0]

        INTEGRATION: CWS dba202c (1.5.32); FILE MERGED 2005/12/09 14:32:23 fs 1.5.32.1: #i59135# don't access GetImageProducer if we're disposed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [f10a96d10deabfd386c5931d3035c0756ba153ec]

        INTEGRATION: CWS dba202c (1.5.32); FILE MERGED 2005/12/09 14:32:24 fs 1.5.32.1: #i59135# don't access GetImageProducer if we're disposed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [b020d7e47f6c7c170dd50480be7073635078a4d1]

        INTEGRATION: CWS dba202c (1.42.30); FILE MERGED 2005/12/01 10:50:19 fs 1.42.30.1: copying fix for #121127# into this CWS

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2eedfd14ab0ffc9b1526f37adfc19c4f7a7790ed]

        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>  [995a1764fa3689902dc24fb486e913bb88f44f30]

        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>  [498bdeaa2dbf7d2b50ff4c1c329edf5014fa1c12]

        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>  [d563b19cf68d5bb2e3eee2e64c07b3e86566446c]

        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>  [dbd4b94323767a14de4afb31bf6b1b6e9acdb004]

        INTEGRATION: CWS dba202c (1.24.44); FILE MERGED 2005/12/02 11:05:36 oj 1.24.44.1: #127795# new method for columnbinding

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [6404bcfcb2c4d85cb293c5ca533a53171297872c]

        INTEGRATION: CWS dba202c (1.26.44); FILE MERGED 2005/12/02 11:36:17 oj 1.26.44.1: #127795# new method for columnbinding

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a1595e045d3ab45716e60330a7a5b9c08e01a35a]

        INTEGRATION: CWS dba202c (1.61.28); FILE MERGED 2005/12/02 11:36:18 oj 1.61.28.1: #127795# new method for columnbinding

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [123cbecab4fc5c16d543c2765138423d6c4b2d8e]

        INTEGRATION: CWS ivo13 (1.6.92); FILE MERGED 2005/12/14 19:20:07 ihi 1.6.92.1: user langs removed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [512c7383eaf044475be22c942dcf25bcf5802765]

        INTEGRATION: CWS ivo13 (1.45.280); FILE MERGED 2005/12/11 01:11:02 ihi 1.45.280.2: RESYNC: (1.45-1.47); FILE MERGED 2005/09/14 16:37:33 ihi 1.45.280.1: #i54448# unmerge file

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [1d2290d292c577ab794e401204db92ffb0f368cb]

        INTEGRATION: CWS ivo13 (1.13.746); FILE MERGED 2005/12/10 23:27:48 ihi 1.13.746.2: RESYNC: (1.13-1.16); FILE MERGED 2005/09/14 16:48:40 ihi 1.13.746.1: #i54454# file unmerge

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [57123445971e92d26b5f07be53f68509596729b2]

        INTEGRATION: CWS ivo13 (1.19.58); FILE MERGED 2005/12/14 19:21:43 ihi 1.19.58.1: user langs removed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [9351a95b3eeed6dbcf0b0e79611fa1040f87541c]

        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>  [543cfe8c02786d1f85989af222a37ae627e26a77]

        INTEGRATION: CWS ivo13 (1.12.26); FILE MERGED 2005/12/14 16:38:11 ihi 1.12.26.1: #i54457# Don't merge binfilter

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [1cd301b040ee2484f4f204a2ed6e25776e32ad48]

        INTEGRATION: CWS ivo13 (1.19.334); FILE MERGED 2005/12/10 15:28:28 ihi 1.19.334.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/21 17:07:16 ihi 1.19.334.1: #i54927# tranlations removed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [d87e00d868fd4ec26c56d0871ac21cc47f466e62]

        INTEGRATION: CWS ivo13 (1.29.334); FILE MERGED 2005/12/19 18:52:49 hjs 1.29.334.2: RESYNC: (1.29-1.31); FILE MERGED 2005/09/21 17:08:41 ihi 1.29.334.1: #i54927# tranlations removed

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [aa43e2fc4a74fe113d7d94ea553db04b86dbc800]

        INTEGRATION: CWS sb44 (1.168.18); FILE MERGED 2005/12/12 16:03:47 sb 1.168.18.1: #i51419# juhx needed PATCH flag.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [23a08f0428dae6077bcf8bfe6f28eaab8503ed01]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 16:06:15 sb 1.1.2.1: #i53879# New bitmaps for URE Windows NSIS installer.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [0f84fdcac805d6375297d105dc98c8fa9626d6fd]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 16:06:00 sb 1.1.2.1: #i53879# New bitmaps for URE Windows NSIS installer.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [7f4eb91cc471a8ffb9497c68e06fb641404da9fe]

        INTEGRATION: CWS sb44 (1.29.10); FILE MERGED 2005/12/12 16:08:33 sb 1.29.10.1: #i59113# Changed URE version from 1.0 to 1.1.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [37fa3af6ecf4a25e534e97cfb685f78b3866212d]

        INTEGRATION: CWS sb44 (1.48.12); FILE MERGED 2005/12/12 16:08:33 sb 1.48.12.1: #i59113# Changed URE version from 1.0 to 1.1.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [f703ed14ea4d3e51ed540b9ea7501938147477b7]

        INTEGRATION: CWS sb44 (1.2.100); FILE MERGED 2005/12/12 16:08:33 sb 1.2.100.1: #i59113# Changed URE version from 1.0 to 1.1.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [19b6c09956d374d906e7abb66423567b57bc4cb0]

        INTEGRATION: CWS sb44 (1.2.100); FILE MERGED 2005/12/12 16:08:32 sb 1.2.100.1: #i59113# Changed URE version from 1.0 to 1.1.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [ad7eb954d451370ce63b5b7ee16c54867e671a7d]

        INTEGRATION: CWS sb44 (1.71.10); FILE MERGED 2005/12/12 16:02:56 sb 1.71.10.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2c3f9c5d914ecf158f8ee9eb91d364d6b7af2b82]

        INTEGRATION: CWS tbe26 (1.34.30); FILE MERGED 2005/12/19 11:08:21 tbe 1.34.30.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [af08b86652528e693378d5da44bf92880e4c2c2a]

        INTEGRATION: CWS tbe26 (1.36.30); FILE MERGED 2005/12/19 11:08:21 tbe 1.36.30.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [1fe109a1485155b142ad528e9b02ea8caf2a7d93]

        INTEGRATION: CWS sb44 (1.3.16); FILE MERGED 2005/12/12 16:00:07 sb 1.3.16.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [a423917ff71e3ddf254b58fccecd95170448aaa0]

        INTEGRATION: CWS tbe26 (1.45.22); FILE MERGED 2005/12/19 11:08:20 tbe 1.45.22.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [9fba77ad14aeb5beb5caf009d8b506d21fed9ca8]

        INTEGRATION: CWS sb44 (1.3.16); FILE MERGED 2005/12/12 16:00:06 sb 1.3.16.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [018cf9c5f66825c2d4be65633161ca5fd88feb11]

        INTEGRATION: CWS tbe26 (1.30.28); FILE MERGED 2005/12/19 11:07:37 tbe 1.30.28.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [1122c8757bcad5d93dd2ffdc2492d3e6ef8f5fd4]

        INTEGRATION: CWS sb44 (1.9.14); FILE MERGED 2005/12/12 16:00:05 sb 1.9.14.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [f32fe53ec2b71aa84cfb86c1febe24b8478600ec]

        INTEGRATION: CWS tbe26 (1.49.28); FILE MERGED 2005/12/19 11:07:36 tbe 1.49.28.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [2fc3c8a8e6b8dabb0cdefc6355013585d8fb85b6]

        INTEGRATION: CWS sb44 (1.9.14); FILE MERGED 2005/12/12 16:00:04 sb 1.9.14.1: #i51419# Transport complete jvmaccess::UnoVirtualMachine instance including UNO class loader from juh to javavm service.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [7723852c199e978a40341473a04d3c4837d1a077]

        INTEGRATION: CWS tbe26 (1.21.30); FILE MERGED 2005/12/19 11:07:35 tbe 1.21.30.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [13489ab0e283f31e189c85bfa47035691d6f247c]

        INTEGRATION: CWS tbe26 (1.36.28); FILE MERGED 2005/12/19 11:07:34 tbe 1.36.28.1: #122331# Stacktrace ID: 177533 BasicIDE::GetBindings( void )

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [f4908fd83926863ccf44147dff993f9fab0049db]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 15:57:16 sb 1.1.2.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [de30be95d9f9b728552fe791d61ff026827ed589]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 15:56:44 sb 1.1.2.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [0cb410c30b3e6f141b0dfcf3c6e4203517b3bf4d]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 15:57:00 sb 1.1.2.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [e56eadeeaffbe456677e832f103a016fdcb91b3b]

        INTEGRATION: CWS sb44 (1.5.8); FILE MERGED 2005/12/12 15:55:43 sb 1.5.8.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [5b7069275ccfb18e458cbd25d2a07d5936f64b4e]

        INTEGRATION: CWS sb44 (1.5.8); FILE MERGED 2005/12/12 15:55:42 sb 1.5.8.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [51864f6e188d2b2db777409cbdd1f0fab9b97b2a]

        INTEGRATION: CWS sb44 (1.7.8); FILE MERGED 2005/12/12 15:55:42 sb 1.7.8.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [17904fd9506188d9750ceb577cb23af67335f527]

        INTEGRATION: CWS sb44 (1.1.2); FILE ADDED 2005/12/12 15:56:27 sb 1.1.2.1: #i51419# Added javanative-test.

2006-01-03  Kurt Zenker  <kz@openoffice.org>  [e33d9d74f85069e007ae561fbd5d279bb7754f2e]

        INTEGRATION: CWS sb44 (1.2.8); FILE MERGED 2005/12/12 15:55:41 sb 1.2.8.1: #i51419# Added javanative-test.

2006-01-03  Rüdiger Timm  <rt@openoffice.org>  [b2d4b45c8fe52f7f42ad6bc4a65f0a633601edc8]

        #i10000# Made search pattern even saver to correctly identify module name on child workspaces with linked modules.

2006-01-03  Rüdiger Timm  <rt@openoffice.org>  [90ab8986865e0c2c9bb80c3b56e5b30dcbd0706b]

        #i10000# Added path separator to search pattern to correctly identify module name.

2006-01-02  Rüdiger Timm  <rt@openoffice.org>  [586adb2e88c13c969b60268efffee3542ee73d96]

        #i59882# cygwin perl in 4nt shell cannot work with backslashes in glob pattern (patch by vq).

2005-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3999725da1c3033f9c2822ff4bc99b15d78bf9fe]

        #i10000#: typo

2005-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [49d51e38219638ff4e62679cfcb1b40421ad8207]

        #i10000#: more C++ style comments in C file removed

2005-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [29fda21a551b2bc561f3e9af4f0e1684f29acec1]

        #i10000#: C++ style comments in C file removed

2005-12-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [fecaca6afdb9f4c7a2eb18b3f1b3f122abcd33e7]

        SRC680

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [23e789e01429bce5b8f97ac417e7ae2adee3956e]

        INTEGRATION: CWS jsc2 (1.19.4); FILE MERGED 2005/12/09 13:04:37 jsc 1.19.4.1: #i59122# intergate climaker in SDK (windows only)

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9cce0e5763a168e1b5304af5d8a9303c98e8d78]

        INTEGRATION: CWS jsc2 (1.14.24); FILE MERGED 2005/12/09 08:59:51 jsc 1.14.24.1: #i59020# improve dependencies on cpp.css

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b7ab84439d653e8301de4f1c7832568d0b29d3d]

        INTEGRATION: CWS jsc2 (1.76.4); FILE MERGED 2005/12/09 13:04:36 jsc 1.76.4.1: #i59122# intergate climaker in SDK (windows only)

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4212c2bfdc3cc5be7956feea0ab333500eb6306]

        INTEGRATION: CWS jsc2 (1.2.42); FILE MERGED 2005/12/09 08:58:39 jsc 1.2.42.1: #i59020# adapt styles

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da7b75c0ecd8ad7326c68cdcf7acf7d85a00b333]

        INTEGRATION: CWS jsc2 (1.8.8); FILE MERGED 2005/12/12 15:51:59 jsc 1.8.8.1: #i59249# shift first parameter when --force-configure is used

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6e1b1d3a42a82fe1182b38f4ae51129ed598914]

        INTEGRATION: CWS jsc2 (1.48.20); FILE MERGED 2005/12/19 12:08:23 jsc 1.48.20.1: #i59480# build only English SDK - sdkoo_en-US

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2002dccc3186ea0e367517bc3fc1e6ace75aeae8]

        INTEGRATION: CWS jsc2 (1.3.4); FILE MERGED 2005/12/15 16:55:43 jsc 1.3.4.1: #i58329# new option for short namespace in C++ dump mode

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e5353b251125bb1290172df90652946739bdb29]

        INTEGRATION: CWS jsc2 (1.2.4); FILE MERGED 2005/12/15 16:52:44 jsc 1.2.4.1: #i58329# dump abbreviated namespace

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ca836d841ababc427b2143e03efa66e558da507]

        INTEGRATION: CWS jsc2 (1.3.4); FILE MERGED 2005/12/15 16:52:43 jsc 1.3.4.1: #i58329# dump abbreviated namespace

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc65d628749cfd222637207ddbeb7937f7c1265a]

        INTEGRATION: CWS jsc2 (1.3.4); FILE MERGED 2005/12/15 16:51:00 jsc 1.3.4.1: #i58329# dump abbreviated namespace

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ac9e7f0d1c623c0572dba2617e4f58e3b5a571e]

        INTEGRATION: CWS jsc2 (1.3.4); FILE MERGED 2005/12/15 16:47:56 jsc 1.3.4.1: #i58329# prefix namespace rtl and cppu

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4a9c1ed2813f932a0dd51ea056635a3e0b68ae1]

        INTEGRATION: CWS jsc2 (1.28.12); FILE MERGED 2005/12/09 16:48:48 jsc 1.28.12.1: #i58243# remove check of reference count, not necessary here -> simpy do nothing for optional interfaces

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [314c2a7d8b088ed6aff4188ed2e302679235ce00]

        INTEGRATION: CWS jsc2 (1.2.8); FILE MERGED 2005/12/15 16:54:07 jsc 1.2.8.2: #i58329# return short name or default 2005/12/09 16:50:01 jsc 1.2.8.1: #i58320# prepare shortnames in dump cpp mode

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [76a85694027b25c701af28d8c887f09c8c7dcc1c]

        INTEGRATION: CWS pj43 (1.10.80); FILE MERGED 2005/12/07 19:54:40 pjanik 1.10.80.1: #i59039#: sal_Int32 -> long (unify the usage of SetTabs).

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [575f61be386f6a97aa0bf103368706d55f6b5149]

        INTEGRATION: CWS pj43 (1.9.20); FILE MERGED 2005/12/03 09:18:33 pjanik 1.9.20.1: #i57678#: sal_uInt32 -> sal_Size (patch from Kendy).

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9fd98a135f8aab9d424127cd983c10380a782ec]

        INTEGRATION: CWS pj43 (1.4.14); FILE MERGED 2005/12/03 09:14:12 pjanik 1.4.14.1: #i57424#: Add JFW_PLUGIN_ARCH for x86_64/AMD64/EMT64 architecture.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0177f40c576aaac25042f9c303acf27fb5ed3b04]

        INTEGRATION: CWS dbwizardpp1 (1.35.26); FILE MERGED 2005/12/22 11:38:38 bc 1.35.26.1: #i51334# resourcefile dbw* marked as patch

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da6b7ab2dfb7fde2de5adc0d0f05cb039f86a8c7]

        INTEGRATION: CWS pj43 (1.9.6); FILE MERGED 2005/12/03 09:15:20 pjanik 1.9.6.1: #i57424#: Blackdown's AMD64 Java port is using /server/.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a393c8b7bca0214773e60fe0a535f578e8073395]

        INTEGRATION: CWS dbwizardpp1 (1.129.28); FILE MERGED 2005/12/13 16:38:54 bc 1.129.28.1: #i37223#productpatcht tags for dbwizardpp1 added

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [05077d447e1fae57d18ff52409b414acf7690d5c]

        INTEGRATION: CWS pj43 (1.34.164); FILE MERGED 2005/12/06 12:28:27 pjanik 1.34.164.1: #i58947#: ResID are always 32bit, use sal_uInt32 instead of ULONG.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [100b91ebb62696ed3ee4669cba2be8dec57481ba]

        INTEGRATION: CWS dbwizardpp1 (1.18.154); FILE MERGED 2005/12/13 16:38:53 bc 1.18.154.1: #i37223#productpatcht tags for dbwizardpp1 added

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c519dca1b8f315a9007cee1fa84243c2dc4febd]

        INTEGRATION: CWS pj43 (1.46.138); FILE MERGED 2005/12/06 12:40:56 pjanik 1.46.138.1: #i58947#: remove unnecessary casting.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a56ebf5dbb01a42a57883127ae9cd3cafcdbbd70]

        INTEGRATION: CWS pj43 (1.5.72); FILE MERGED 2005/12/06 12:42:01 pjanik 1.5.72.1: #i58949#: use sal_IntPtr for integer pointer type.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [127bd51b0efbda96e65783820dd8176a20bf5831]

        INTEGRATION: CWS dbwizardpp1 (1.19.62); FILE MERGED 2005/12/13 15:52:26 bc 1.19.62.1: #i54486#setTypeName now also called in'FillFromTypeInfo' added

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c0b482b4561162c2d72edb8a53571a0b004d959]

        INTEGRATION: CWS pj43 (1.29.162); FILE MERGED 2005/12/06 12:33:48 pjanik 1.29.162.1: #i58949#: use sal_IntPtr for integer pointer type.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [099831a0ab22932267ccf409cd0da8a25395b856]

        INTEGRATION: CWS pj43 (1.4.40); FILE MERGED 2005/12/03 09:37:27 pjanik 1.4.40.1: #i58748#: sal_Int32 -> sal_IntPtr (patch from Kendy).

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [876d6f8dc65773ac2160787ab83ec75807706da0]

        INTEGRATION: CWS dbwizardpp1 (1.2.80); FILE MERGED 2005/08/16 15:02:08 ih 1.2.80.1: #i37223# form wizard styles corrected Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [447ec2e4f6e2d191879e37c47ac312329e165ab5]

        INTEGRATION: CWS pj43 (1.5.40); FILE MERGED 2005/12/03 09:37:52 pjanik 1.5.40.1: #i58748#: sal_Int32 -> sal_IntPtr (patch from Kendy).

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f189fb39a8c5056b86e7e3fe1dfe5dae8c6ee55]

        INTEGRATION: CWS dbwizardpp1 (1.2.80); FILE MERGED 2005/08/16 15:02:07 ih 1.2.80.1: #i37223# form wizard styles corrected Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b3c9238de4509b0c80dc3515ae84dfc43334f2a]

        INTEGRATION: CWS pj43 (1.9.166); FILE MERGED 2005/12/06 12:26:35 pjanik 1.9.166.1: #i58947#: ResID are always 32bit, use sal_uInt32 instead of ULONG.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4385eb47a1701260433086f87e96c02ca39023a]

        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>  [49818ab87693ace2d5b5e235d40b0638d4d8ee36]

        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>  [7d1a04d30d0b1bf65000490d1c236cbf998a1571]

        INTEGRATION: CWS pj43 (1.3.64); FILE MERGED 2005/12/05 08:22:21 kendy 1.3.64.1: #i58332# int -> sal_IntPtr fix for 64bit in Hash.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ed119cef9a3e6a625e18588c34ec70d2ffef269]

        INTEGRATION: CWS pj43 (1.5.18); FILE MERGED 2005/12/06 08:46:20 kendy 1.5.18.1: #i57694# sal_uInt32 -> sal_Size in memAlloc()

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [48f3abc10240cb82e506c8115f486dcc2cb335e3]

        INTEGRATION: CWS pj43 (1.6.20); FILE MERGED 2005/12/06 08:46:20 kendy 1.6.20.1: #i57694# sal_uInt32 -> sal_Size in memAlloc()

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e280c76ca35206d001f18795b0fa6e3e191d368f]

        INTEGRATION: CWS pj43 (1.2.18); FILE MERGED 2005/12/05 14:00:58 kendy 1.2.18.1: #i33644# "A less simple heap manager is needed": behave better on 64bit platforms.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dada6cf01068f1639f823a93fc7bee3638cebfb]

        INTEGRATION: CWS pj43 (1.4.18); FILE MERGED 2005/12/05 14:00:57 kendy 1.4.18.1: #i33644# "A less simple heap manager is needed": behave better on 64bit platforms.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f49084c98ba794c4b369094b7cc7a9a935acb14]

        INTEGRATION: CWS pj43 (1.3.46); FILE MERGED 2005/12/03 09:25:27 pjanik 1.3.46.1: #i10000#: Use -O0 instead of -O for no optimization.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [91745d4bd9aa1acdd70208db5ea9ca7a238188f8]

        INTEGRATION: CWS dbwizardpp1 (1.68.10); FILE MERGED 2005/12/06 01:43:11 bc 1.68.10.2: RESYNC: (1.68-1.71); FILE MERGED 2005/07/25 09:50:26 bc 1.68.10.1: #i51334# orthographical mistake in german resource corrected

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [61bf57f240d37e14c9fdc989216613385211eaae]

        INTEGRATION: CWS dbwizardpp1 (1.6.12); FILE MERGED 2005/12/13 16:46:40 bc 1.6.12.4: #i37223#several changes 2005/12/06 01:32:03 bc 1.6.12.3: RESYNC: (1.7-1.9); FILE MERGED 2005/08/15 16:04:43 bc 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/15 15:43:08 bc 1.6.12.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0717d8dc6c74e47a44901c1aab227e072dfecf3a]

        INTEGRATION: CWS dbwizardpp1 (1.4.30); FILE MERGED 2005/12/06 01:18:53 bc 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/25 09:52:50 bc 1.4.30.1: #i51912#Nullpointer excpeption now prevented Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fe3c2ad0e9456687d29897779c3b2d0db7b83f6]

        INTEGRATION: CWS dbwizardpp1 (1.6.30); FILE MERGED 2005/12/06 01:17:03 bc 1.6.30.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 08:30:59 bc 1.6.30.2: #44613# Relations now with own class retrieved 2005/08/15 15:42:17 bc 1.6.30.1: #i49208# integer type in queries now handled correctly Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [89f5f2e49068f34ea00667c26ec73c5f1296c4f6]

        INTEGRATION: CWS dbwizardpp1 (1.2.128); FILE MERGED 2005/12/06 01:12:00 bc 1.2.128.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/15 15:43:07 bc 1.2.128.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d3c4d0301df87ae5ad98b9fe671b3e9594ad50f]

        INTEGRATION: CWS dbwizardpp1 (1.7.44); FILE MERGED 2005/12/06 01:08:41 bc 1.7.44.2: RESYNC: (1.7-1.9); FILE MERGED 2005/05/27 13:54:18 bc 1.7.44.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [19207e17affbdce9ea83b23f80a4f095c5c6d38e]

        INTEGRATION: CWS dbwizardpp1 (1.5.26); FILE MERGED 2005/12/15 14:33:53 bc 1.5.26.6: #i49327# Shortname now alwas contatenated 2005/12/14 18:13:43 bc 1.5.26.5: ##Dataimport modified 2005/12/13 16:46:40 bc 1.5.26.4: #i37223#several changes 2005/12/06 01:08:15 bc 1.5.26.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/15 15:43:07 bc 1.5.26.2: ##several issues 2005/05/27 13:54:16 bc 1.5.26.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [feee7fce4cdd59ae0839def20d3855fc6e161951]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/15 14:33:52 bc 1.3.44.4: #i49327# Shortname now alwas contatenated 2005/12/06 01:07:57 bc 1.3.44.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/26 16:11:09 bc 1.3.44.2: #i49327#handling of special characters in fieldnames modified 2005/05/27 13:54:15 bc 1.3.44.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea926cf24d74ea22c5509a1462c0ad7698d65f16]

        INTEGRATION: CWS dbwizardpp1 (1.5.26); FILE MERGED 2005/12/15 18:09:59 bc 1.5.26.4: #i56509# label's width reduced Issue number: Submitted by: Reviewed by: 2005/12/13 16:46:40 bc 1.5.26.3: #i37223#several changes 2005/12/06 01:06:46 bc 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/27 13:54:15 bc 1.5.26.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [581a3f3ff4cf24ba608a8739fc6ee6a9f1b95fe5]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/15 14:33:52 bc 1.3.44.3: #i49327# Shortname now alwas contatenated 2005/12/06 01:06:29 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/26 16:11:08 bc 1.3.44.1: #i49327#handling of special characters in fieldnames modified

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fecfd411a04e7cdc8e4d5a7a63508c7575edbbad]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/06 01:05:47 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/27 13:54:14 bc 1.3.44.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0665928d26b3cf28fb530422095146b3a8458eeb]

        INTEGRATION: CWS dbwizardpp1 (1.64.26); FILE MERGED 2005/12/13 16:46:39 bc 1.64.26.4: #i37223#several changes 2005/12/06 01:04:39 bc 1.64.26.3: RESYNC: (1.64-1.65); FILE MERGED 2005/08/26 16:11:08 bc 1.64.26.2: #i49327#handling of special characters in fieldnames modified 2005/05/27 13:54:12 bc 1.64.26.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f72b62ac9eb4929ee12f8fd6bf0f424b4ddc33a]

        INTEGRATION: CWS dbwizardpp1 (1.34.30); FILE MERGED 2005/12/14 18:13:42 bc 1.34.30.3: ##Dataimport modified 2005/12/06 01:02:34 bc 1.34.30.2: RESYNC: (1.34-1.35); FILE MERGED 2005/05/25 18:03:38 bc 1.34.30.1: #i47639# empty database handling added

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59dedfc9347c7a8a882220a1f60c14e945f16646]

        INTEGRATION: CWS dbwizardpp1 (1.6.30); FILE MERGED 2005/12/13 16:46:39 bc 1.6.30.4: #i37223#several changes 2005/12/06 01:02:16 bc 1.6.30.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/26 16:11:07 bc 1.6.30.2: #i49327#handling of special characters in fieldnames modified 2005/08/15 15:43:06 bc 1.6.30.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9155071d06ad61fa43d5bbab683f4aff119260fb]

        INTEGRATION: CWS dbwizardpp1 (1.5.34); FILE MERGED 2005/12/13 16:46:39 bc 1.5.34.4: #i37223#several changes 2005/12/06 01:00:54 bc 1.5.34.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/26 16:11:07 bc 1.5.34.2: #i49327#handling of special characters in fieldnames modified 2005/08/15 15:43:05 bc 1.5.34.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [626e7b3fd10a9bfd2ee5dd435d0064e5c0b88cb9]

        INTEGRATION: CWS dbwizardpp1 (1.6.26); FILE MERGED 2005/12/13 16:46:38 bc 1.6.26.6: #i37223#several changes 2005/12/06 00:55:54 bc 1.6.26.5: RESYNC: (1.6-1.8); FILE MERGED 2005/08/26 16:11:06 bc 1.6.26.4: #i49327#handling of special characters in fieldnames modified 2005/08/18 08:30:59 bc 1.6.26.3: #44613# Relations now with own class retrieved 2005/08/12 15:05:00 bc 1.6.26.2: #i48763# controls now no longer added to form on 'Finalizecontrols' Issue number: Submitted by: Reviewed by: 2005/05/27 13:54:11 bc 1.6.26.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [390b34799fcbefe3695236372b47304d6dd13415]

        INTEGRATION: CWS dbwizardpp1 (1.6.4); FILE MERGED 2005/12/06 00:55:47 bc 1.6.4.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 08:30:57 bc 1.6.4.3: #44613# Relations now with own class retrieved 2005/08/12 15:05:00 bc 1.6.4.2: #i48763# controls now no longer added to form on 'Finalizecontrols' Issue number: Submitted by: Reviewed by: 2005/05/27 13:54:10 bc 1.6.4.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b72bc6c40f0d452b0db1151f9745bc57f8d2d14d]

        INTEGRATION: CWS dbwizardpp1 (1.4.30); FILE MERGED 2005/12/06 00:55:23 bc 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/15 15:43:05 bc 1.4.30.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [466acd32e98053a247648139a037b8542a94626d]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/06 00:55:09 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/18 08:30:57 bc 1.3.44.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b526ebfefedf9883526efc81745540f9c19b2ef]

        INTEGRATION: CWS dbwizardpp1 (1.2.90); FILE MERGED 2005/12/06 00:54:38 bc 1.2.90.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 08:30:57 bc 1.2.90.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b32fe5f5635287f9e179eb3411f629f91397b868]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/06 00:51:17 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/15 15:41:09 bc 1.3.44.1: #i48763# Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8167d37248fa2e310a54096a1b7c8978df83ab2]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/06 00:50:09 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/15 15:41:09 bc 1.3.44.1: #i48763# Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f75ef750b1f3a4d7da52fe8e4fc7528bcb72838b]

        INTEGRATION: CWS dbwizardpp1 (1.8.4); FILE MERGED 2005/12/06 00:49:44 bc 1.8.4.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/15 15:41:08 bc 1.8.4.1: #i48763# Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [247995b93b1bc23b4805e0bb9aab946fec1e0d8f]

        INTEGRATION: CWS dbwizardpp1 (1.3.44); FILE MERGED 2005/12/06 00:49:11 bc 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/05/27 13:54:09 bc 1.3.44.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [04004bc34b914788feb6476a5b6db8a45b4e9738]

        INTEGRATION: CWS dbwizardpp1 (1.4.30); FILE MERGED 2005/12/13 16:46:38 bc 1.4.30.4: #i37223#several changes 2005/12/06 00:48:38 bc 1.4.30.3: RESYNC: (1.4-1.5); FILE MERGED 2005/08/26 16:11:06 bc 1.4.30.2: #i49327#handling of special characters in fieldnames modified 2005/05/27 13:54:07 bc 1.4.30.1: #i48562# implemented Fallback for too long shortfieldnames

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4e1bcf1628caa28bf06e0a8b8cd8c33a491a64]

        INTEGRATION: CWS dbwizardpp1 (1.1.2); FILE ADDED 2005/08/18 08:26:34 bc 1.1.2.1: #i44613# RelationController to query database relations Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e8fcd7d17c71e7431ceb877683489617de589cd]

        INTEGRATION: CWS dbwizardpp1 (1.7.30); FILE MERGED 2005/12/06 00:47:59 bc 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/15 15:39:42 bc 1.7.30.1: #i47418# Datatype Boolean added Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f881270a442c7dc923390c63ba88b8eedd51eb18]

        INTEGRATION: CWS dbwizardpp1 (1.5.30); FILE MERGED 2005/12/13 16:46:38 bc 1.5.30.3: #i37223#several changes 2005/12/06 00:47:45 bc 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/26 16:11:05 bc 1.5.30.1: #i49327#handling of special characters in fieldnames modified

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66294aba05dff11c06b5f20b393f68eedef39d8]

        INTEGRATION: CWS dbwizardpp1 (1.7.30); FILE MERGED 2005/12/13 16:46:38 bc 1.7.30.3: #i37223#several changes 2005/12/06 00:47:28 bc 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/15 15:39:41 bc 1.7.30.1: #i47418# Datatype Boolean added Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffec50256f7a3e064e153aa5595e1ba4727a1576]

        INTEGRATION: CWS dbwizardpp1 (1.12.26); FILE MERGED 2005/12/13 16:46:38 bc 1.12.26.3: #i37223#several changes 2005/12/06 00:47:13 bc 1.12.26.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/15 15:39:41 bc 1.12.26.1: #i47418# Datatype Boolean added Issue number: Submitted by: Reviewed by:

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d2bfa9b3e2c2153109c2c8d9a4d4a1fdc0970c6]

        INTEGRATION: CWS dbwizardpp1 (1.2.46); FILE MERGED 2005/12/06 00:46:59 bc 1.2.46.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/18 08:30:57 bc 1.2.46.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b83995160d527fb8c3a6f8677e1e008fdef2cb17]

        INTEGRATION: CWS dbwizardpp1 (1.6.30); FILE MERGED 2005/12/06 00:46:51 bc 1.6.30.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 08:30:56 bc 1.6.30.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f480b13943d76acef2ce897b0c91a03b0f90b5c]

        INTEGRATION: CWS dbwizardpp1 (1.6.28); FILE MERGED 2005/12/06 00:44:08 bc 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 08:30:56 bc 1.6.28.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4476b25e6d04eea5ef0b950b291456d464a57acf]

        INTEGRATION: CWS dbwizardpp1 (1.6.34); FILE MERGED 2005/12/06 00:43:09 bc 1.6.34.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/15 15:43:04 bc 1.6.34.1: ##several issues

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [167592f42dec25760842be0a6d85dfb6051764cf]

        INTEGRATION: CWS dbwizardpp1 (1.6.28); FILE MERGED 2005/12/15 14:33:51 bc 1.6.28.3: #i49327# Shortname now alwas contatenated 2005/12/06 00:42:45 bc 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/26 16:11:05 bc 1.6.28.1: #i49327#handling of special characters in fieldnames modified

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [048f5683cb4e398183dbb263706ebcb6a3bdd2da]

        INTEGRATION: CWS dbwizardpp1 (1.9.26); FILE MERGED 2005/12/06 00:37:47 bc 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/18 08:30:55 bc 1.9.26.1: #44613# Relations now with own class retrieved

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0dba1ddef977a0bcfc7d642ac1da385c92af926]

        INTEGRATION: CWS dbwizardpp1 (1.66.206); FILE MERGED 2005/12/05 18:06:42 bc 1.66.206.2: RESYNC: (1.66-1.68); FILE MERGED 2005/08/16 12:37:04 od 1.66.206.1: #i53320# - <SwXShape::queryInterface(..)> 	   return own implementation, if interface ::XShape is requested 	 - <SwXShape::getPosition()> 	   relative position of group member object is given always in 	   horizontal left-to-right layout in order to get group objects 	   correctly loaded.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa86f5c2951f82801814165416a6f05a216ec0d1]

        INTEGRATION: CWS dbwizardpp1 (1.12.68); FILE MERGED 2005/12/05 16:41:43 bc 1.12.68.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/16 12:38:19 od 1.12.68.1: #i53320# class <SwAnchoredDrawObject> 	 - access member <mbNotYetAttachedToAnchorFrame> directly.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0c1f8ad1d64705e6ce500234129b0cd6c01381b]

        INTEGRATION: CWS dbwizardpp1 (1.42.206); FILE MERGED 2005/12/05 15:44:59 bc 1.42.206.2: RESYNC: (1.42-1.44); FILE MERGED 2005/08/16 12:32:23 od 1.42.206.1: #i53320# <SwDrawContact::_Changed(..)> 	 - no adjustment of positioning and alignment attributes, if 	   anchored object isn't yet positioned. 	 - reset of positioning attributes, if anchored object isn't 	   yet positioned, but its positioning attributes are allready set.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2b6fe3786782b895fb23a724e6b0ce572df3ef8]

        INTEGRATION: CWS dbwizardpp1 (1.32.64); FILE MERGED 2005/12/05 15:25:57 bc 1.32.64.2: RESYNC: (1.32-1.33); FILE MERGED 2005/08/16 12:34:01 od 1.32.64.1: #i53320# <SwDoc::GroupSelection(..)> 	 - no adjustment of positioning attributes of new group object, 	   if group members aren't yet positioned.

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b5cef53f20a389990a51eb41ad46aa9b4b7aefd]

        INTEGRATION: CWS dbwizardpp1 (1.8.210); FILE MERGED 2005/12/05 13:29:33 bc 1.8.210.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/16 12:29:06 od 1.8.210.1: #i53320# class <SwDrawFrmFmt> 	 - add method <ResetPosAttr()>

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1103cf6bb671bac54efdeff384f20455725cd1da]

        INTEGRATION: CWS dbwizardpp1 (1.7.212); FILE MERGED 2005/12/05 12:54:25 bc 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/16 12:27:54 od 1.7.212.1: #i53320# class <SwAnchoredDrawObject> 	 - remove method <NotYetAttachedToAnchorFrm()> 	 - add method <NotYetPositioned()>

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [523c4d7510d4dc21ac1659ca8b240f069163ac7b]

        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>  [6285a52d7b5a4276ae9410c8dab78785c6ad1dd1]

        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>  [d28c7d456dcb23dbbdfb5936966ec8226ab34280]

        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>  [25d4ebd46270ab56b76fe69932570e2ebf178049]

        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>  [12e9b4e69a598fec32ac83e69f3e01896f4c7bb9]

        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>  [4a5fdbd933cb1ef035500c6d4f31c5644e0d6164]

        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>  [bc2ab054bb37d5d4c47907682ea00cd04d43594e]

        INTEGRATION: CWS dbwizardpp1 (1.2.260); FILE MERGED 2005/12/05 11:47:03 bc 1.2.260.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/16 13:04:11 bc 1.2.260.1: #i49433#Styles now ready for GSI

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [06c40a3e6f7cc14ca382991c07984806d15fb9d6]

        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>  [9aa28b9d0eb861c17ef61aa6aec1f9f54882cd6e]

        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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d19ff35de77fa6667d2b16a2c989b03aff21cbcc]

        INTEGRATION: CWS sb37 (1.11.12); FILE MERGED 2005/09/12 18:12:23 hjs 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/12 12:54:32 hjs 1.11.12.1: #125477# add flags to prefer SYSBASE

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8af911020e06e196c714709f59c9f44ed5a8d72e]

        INTEGRATION: CWS sb37 (1.7.4); FILE MERGED 2005/09/12 13:31:43 hjs 1.7.4.1: #125477# C++ comment style causes errors when using restrictive C

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [95bf6da0ac16a439bc2e35e77a6fec54add993ef]

        INTEGRATION: CWS sb37 (1.5.8); FILE MERGED 2005/09/12 18:09:56 hjs 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/12 14:30:59 hjs 1.5.8.1: #125477# add flags to prefer SYSBASE

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b355efa5260150b7eb6a164425cd530890fa8b74]

        INTEGRATION: CWS sb37 (1.21.2); FILE MERGED 2005/09/15 08:48:55 hjs 1.21.2.1: #125477# SYSBASE support for python

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8735a8b4e929cac12634d4aef531278ff4187dbc]

        INTEGRATION: CWS sb37 (1.6.8); FILE MERGED 2005/09/15 08:50:56 hjs 1.6.8.1: #125477# changed detection of STDC extensions for SOLARIS

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ac132054bda9118408e233124d78a25beb69ad5]

        INTEGRATION: CWS sb37 (1.12.8); FILE MERGED 2005/09/12 18:09:17 hjs 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/12 12:40:05 hjs 1.12.8.1: #125477# add flags to prefer SYSBASE

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d67d237fbfea33327c5c857cd5e369495c2d343]

        INTEGRATION: CWS sb37 (1.19.70); FILE MERGED 2005/09/12 17:52:08 hjs 1.19.70.2: RESYNC: (1.19-1.21); FILE MERGED 2005/09/12 15:42:45 hjs 1.19.70.1: #125477# introduce C_RESTRICTIONFLAGS; supply SYSBASE define

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [09749d0373359e8a4e304ffb9d87d9d79827d82a]

        INTEGRATION: CWS sb37 (1.11.70); FILE MERGED 2005/09/12 18:00:56 hjs 1.11.70.2: RESYNC: (1.11-1.13); FILE MERGED 2005/09/12 15:42:46 hjs 1.11.70.1: #125477# introduce C_RESTRICTIONFLAGS; supply SYSBASE define

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c24d3652a3359c5e7503aeffa6d6ef871eb84e58]

        INTEGRATION: CWS sb37 (1.173.12); FILE MERGED 2005/09/12 18:05:59 hjs 1.173.12.2: RESYNC: (1.173-1.176); FILE MERGED 2005/09/12 15:43:48 hjs 1.173.12.1: #125477# set workstamp define to a value

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e3b4a7f27dadee095e044ef84170e8855e70f9]

        INTEGRATION: CWS sb37 (1.8.50); FILE MERGED 2005/09/12 17:01:06 hjs 1.8.50.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/12 16:22:58 hjs 1.8.50.1: #125477# soften C restrictions because of gnome inludes

2005-12-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7da2208259ef9047e3c1940e57daea517fd8ddf]

        INTEGRATION: CWS sb37 (1.26.4); FILE MERGED 2005/09/20 13:04:36 hjs 1.26.4.3: #125477# fix CPP/CXX fumbling 2005/09/12 16:58:17 hjs 1.26.4.2: RESYNC: (1.26-1.27); FILE MERGED 2005/09/12 12:41:31 hjs 1.26.4.1: #125477# add flags to prefer SYSBASE

2005-12-23  Vladimir Glazounov  <vg@openoffice.org>  [2c3d0326b8af37a3259df058f56cc74cad782091]

        #100000# test

2005-12-23  Vladimir Glazounov  <vg@openoffice.org>  [1177f7c6adfa3a477a91fe479003dea31cc85fe3]

        #100000# test

2005-12-23  Kurt Zenker  <kz@openoffice.org>  [0995047780c53b537fdef7afe3f79d830da2bb14]

        #i10000# fix build breaks on solaris

2005-12-23  Kurt Zenker  <kz@openoffice.org>  [d038c762d6d4c9557ffd4a7b5aacdfb145bbea5e]

        #i10000# adjust ReusableMutexGuard and OCountedMutex

2005-12-22  Rüdiger Timm  <rt@openoffice.org>  [d23e3b8741ecf9bf1607ff60e0480521999cd1dc]

        #i10000# '-Wl' for solaris breaks the build. For now completely commented out.

2005-12-22  Oliver Bolte  <obo@openoffice.org>  [b97c3b72caed98eaf82c9c301ea18eb999dd6c04]

        #i59674#,#i10000# workaround to survive registration of KDE addressbook

2005-12-22  Vladimir Glazounov  <vg@openoffice.org>  [5c47c9557f499ac38cee763eda0a15a2543bcdf0]

        #i57063# right initializing for strip

2005-12-21  Vladimir Glazounov  <vg@openoffice.org>  [d4bc8e3774ca582a7d5318cb9533cf561a4144be]

        new version for SRC680

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [497a8cee67f851885f3bcb1621379082c5dd3d5d]

        #i10000# contains changes from CWS kaddrbook,cmcfixes21,hr24

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [0d40d206ecdcd580be15a7068374c4548c4c6d30]

        SRC680

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5b8d88237ed01b352a06ae0190e7de66e4a7913a]

        INTEGRATION: CWS pj45 (1.19.18); FILE MERGED 2005/12/04 19:38:45 pjanik 1.19.18.1: #i57935#: do not read /etc/adabasrc for OpenOffice.org

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [90f453e4cc19b76877aad460ca1fb6869c06bb06]

        INTEGRATION: CWS pj45 (1.52.54); FILE MERGED 2005/12/17 18:34:27 pjanik 1.52.54.1: #i57120#: Fix typo (add missing dot).

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6b13de11972c1a15312d45ae9abf485db58a00f3]

        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>  [86621b7b92c3be5b6fcbb60734c6df60d5470d84]

        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>  [666c4ed03bf0baa00a6862c138ea14b5c37d8fde]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:05 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2b0b80b81d24d89c3e7b07338a8149303cc57bfd]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:04 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e9060920ea870bc17ece0e74d34f8a1c520fe5a5]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:03 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [b86aed3a7eb075abc15fc2e3a77e66d02d435069]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:02 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [3470b4c0c346256447ae2e891cf119af5df2e251]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:01 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [c823dce4d4ac80ec18f1c552b51df573f4f087ca]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:15:00 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bdef3b812796b664a9f6a1aec4b8159afe1a982f]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:14:59 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [4da9c44e50806ee3153f753c222bacb198957cdb]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:14:58 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a73d8b578ff87035b21773e0435fd41883eccbf4]

        INTEGRATION: CWS pj44 (1.4.36); FILE MERGED 2005/12/05 07:14:57 pjanik 1.4.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [805152f53b8f0484c87faf71b4a7ddd91fcc9d0b]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:13 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1139359058e3727a090838f817590371046c86a2]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:12 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [99643e194979ee27b84276b95b815a6ae4880f2a]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:11 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [211a3f70854677881be19a39f614dfc94e6aac10]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:10 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [473c88e9a5faede0432949a7aae8613d23342ea0]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:56 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7d1d2cf39471e90bdd9d1838e211c2e0eb14fd80]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:09 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7298cfcac8acfdf60b7e69ce8e6639b5889fea76]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:08 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e79c0e78d810ff01b9e9438256ad07148cae33d0]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:07 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d49ccddc25378464b439c381255369475c41f7c7]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:55 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d658460cd15365dab6efdce30bb96ca45c471583]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:54 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [519118dbf6c3c5d44b6c9093643a4d262912e1fe]

        INTEGRATION: CWS pj44 (1.2.134); FILE MERGED 2005/12/05 07:14:54 pjanik 1.2.134.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f1a4abb608e3b9f782e514508d8b78d34a708c30]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:06 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [dc16fc06811ad95aa9b0c437d8a5afdd2802cbf9]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:05 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [4468a2b17b5f7eaff9d2b8884b374795408ec23b]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:04 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ef89b58cf121a1fde95288e8bba234ad6cff0a79]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:03 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [3a76ffdec0d1eac403294b3a12bc0e7f506ec8ca]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:02 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ded6253de3dbbe34570258cefb48c0e69f51d26d]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:01 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e858f461e5d8723f7fcd0e49377bad3b33335131]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:53 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7986a7b36f72e3603311b25b2ef0c9e46c4584e7]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:52 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [411f7a35164aa1ae260494c221ce6a1a07ab4db1]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:51 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [528907ab701bb08e7c38e901b56e722cd46c883a]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:50 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1c62a6fd129fb4e8c1d2bc4260dd056eede86dd4]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 08:00:00 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [14db1fe0b533496dc343051232c4d67c9e6c47cf]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:59:59 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a0a6dbbec85e585b0ac537157bff31308f8f8435]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:49 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bd315d8bbe37446d68d6366d1184a783105b2f7f]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:51:07 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d6fd05b72d30ae47bb9cced0ab7a0fe91efe5492]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:51:06 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [b7768af8e1063063a77deab4b8ab886bb0d1f85c]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:51:05 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [df47dc69c27c5a991fd3b5607ade8c1fd709bf6a]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:51:04 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1f7b9edd520d457779701c2b5c19577643cfd049]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 07:51:03 pjanik 1.1.2.1: #i58031#: Add Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bdcc95ab7c82fd9e67ac530dabc95868ad416945]

        INTEGRATION: CWS pj44 (1.2.12); FILE MERGED 2005/12/05 07:14:49 pjanik 1.2.12.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7d7ee1ff8c15f7324a48bae0b28ea79944bbc7b8]

        INTEGRATION: CWS pj44 (1.2.36); FILE MERGED 2005/12/05 07:14:48 pjanik 1.2.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [245675437a653463377999f44db418ef3ff8a80b]

        INTEGRATION: CWS pj44 (1.2.12); FILE MERGED 2005/12/05 07:14:48 pjanik 1.2.12.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e8240fdd7536f5f4d548800392ba67ec54929d40]

        INTEGRATION: CWS pj44 (1.2.82); FILE MERGED 2005/12/05 07:55:12 pjanik 1.2.82.1: #i58031#: Update Turkish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [582e69adec4b305b70e151cc92a1282e9e087bc5]

        INTEGRATION: CWS pj44 (1.3.36); FILE MERGED 2005/12/05 07:14:47 pjanik 1.3.36.1: #i57799#: Update Danish extras.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [81f66a4590459ee0bb44440b738bcde06f6fa38d]

        INTEGRATION: CWS rt14 (1.94.4); FILE MERGED 2005/12/21 11:26:10 rt 1.94.4.3: #i59477# Turn back my last change (would ne more invasive changes, as 'is_newer' gives back the same return value regardless whether from-file is not newer or does not exist at all); fix Volkers patch ('maybedot' was added to the wrong variable). 2005/12/21 10:58:57 rt 1.94.4.2: #i59477# Removed the existence check in 'push_on_loglist' because it already gets checked in 'is_newer'. One check should be sufficient ... 2005/12/21 10:41:16 rt 1.94.4.1: #i59477# Cygwin needes a dot at the end of filenames to disable some .exe transformation magic. (Patch by vq)

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [296b1cde2c225fc743367cde77241d42f94293bd]

        INTEGRATION: CWS pj44 (1.5.4); FILE MERGED 2005/12/05 20:12:42 pjanik 1.5.4.1: #i52184#: Re-add Dutch directory.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d0f38db0ffbdab657ad388c812b95106701ad48c]

        INTEGRATION: CWS pj44 (1.1.6); FILE ADDED 2005/12/05 20:20:32 pjanik 1.1.6.1: #i52184#: Re-add Dutch dictionary, update.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [fd6aeb1b084daaa66956a144b96dc6581853f815]

        INTEGRATION: CWS pj44 (1.1.6); FILE ADDED 2005/12/05 20:20:31 pjanik 1.1.6.1: #i52184#: Re-add Dutch dictionary, update.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6d0c5c2bcabef0bf7eae049a212d6eb8e8b6ebfb]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 20:20:31 pjanik 1.1.2.1: #i52184#: Re-add Dutch dictionary, update.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1646ed86051938fc98e1a1bd75f043241600e715]

        INTEGRATION: CWS pj44 (1.1.2); FILE ADDED 2005/12/05 20:20:30 pjanik 1.1.2.1: #i52184#: Re-add Dutch dictionary, update.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [23303cead10f5018479ed64588f0532fe43514b4]

        INTEGRATION: CWS pj44 (1.48.14); FILE MERGED 2005/12/05 08:56:13 pjanik 1.48.14.1: #i57397#: Change the default Lao fonts (from Javier Sola).

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [9124f750e7cffe21f66e933fdbb459d62bd6bf6a]

        INTEGRATION: CWS hr24 (1.32.16); FILE MERGED 2005/12/13 15:05:27 hr 1.32.16.1: #i59294#: new makefile for Sun Studio 11

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2f3ca91a95e3307884bbbcae7970a7c9f8e3d08a]

        INTEGRATION: CWS hr24 (1.139.28); FILE MERGED 2005/12/20 14:49:42 pjanik 1.139.28.1: #i59476#: Allow SunONE 11 (5.8).

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [9306efd2e39ae30268e93149d317f3d17f41cf06]

        INTEGRATION: CWS hr24 (1.123.2); FILE MERGED 2005/12/20 14:58:11 pjanik 1.123.2.1: #i59476#: Allow SunONE 11 (5.8).

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [9b55b3ca1b244bc3613fd6037e6156fc19ee5015]

        INTEGRATION: CWS fwk27 (1.65.62); FILE MERGED 2005/11/30 15:13:00 cd 1.65.62.1: #113278# Detect runtime problems regarding path options - provide user information about problem

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e76ae1148e5618f8ab1369441f1749c6a489c049]

        INTEGRATION: CWS fwk27 (1.19.72); FILE MERGED 2005/11/30 15:13:00 cd 1.19.72.1: #113278# Detect runtime problems regarding path options - provide user information about problem

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [342152f3fbe48863713155f1496f8cd9b1b914b1]

        INTEGRATION: CWS fwk27 (1.24.72); FILE MERGED 2005/11/30 15:12:59 cd 1.24.72.1: #113278# Detect runtime problems regarding path options - provide user information about problem

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [3345033508745ff60fba3a2df5a8e4a9381c077d]

        INTEGRATION: CWS fwk27 (1.35.16); FILE MERGED 2005/12/07 12:00:19 as 1.35.16.1: #124610# set patch flag for few resource

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [13197862d919ecfd060209deeb0d656628d3c112]

        INTEGRATION: CWS fwk27 (1.58.70); FILE MERGED 2005/12/02 16:04:17 cd 1.58.70.1: #128307# Array entries must be reseted after members got destroyed. Reentrance is possible when calling pChild->Destroy due to VCL window notification

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [fdecdaafbaecc6c1c5956cefa1a57332260cd127]

        INTEGRATION: CWS fwk27 (1.9.184); FILE MERGED 2005/12/08 15:17:34 pb 1.9.184.1: fix: #i52740# Name dialog beautified

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ea14782e79b8e06ec334a15e4f474f3ea547ae48]

        INTEGRATION: CWS fwk27 (1.6.184); FILE MERGED 2005/12/09 06:30:41 pb 1.6.184.1: fix: #i52740# dynamic height of the description field

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [929605847981c33bf6a6c485fcc992d280b49aa1]

        INTEGRATION: CWS fwk27 (1.13.68); FILE MERGED 2005/12/08 15:16:05 pb 1.13.68.2: fix: #i52740# new strings for Customize dialog 2005/12/08 08:43:46 pb 1.13.68.1: fix: #i52740# RID_SVXSTR_ENTER_NEW_NAME added

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [82a4c7d1693fb0cc9d000bc522751a0a2671b92b]

        INTEGRATION: CWS fwk27 (1.24.66); FILE MERGED 2005/12/08 15:17:01 pb 1.24.66.3: fix: #i52740# new strings for Customize dialog 2005/12/08 09:57:47 cd 1.24.66.2: #i59075# Fixed using wrong resource ID for fixed text control 2005/12/08 08:43:15 pb 1.24.66.1: fix: #i52740# RID_SVXSTR_ENTER_NEW_NAME used

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [4db83deb25ca0748a24954bc002f0d0427c25059]

        INTEGRATION: CWS fwk27 (1.6.28); FILE MERGED 2005/12/07 12:01:27 as 1.6.28.1: #124610# new config items to specify the required minimum disc space needed by an AutoSave

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [881a73549098884b1998abcbd2a6001d3582a236]

        INTEGRATION: CWS fwk27 (1.45.24); FILE MERGED 2005/12/08 08:29:07 pb 1.45.24.1: fix: #i57026# mnemonic for Digital Signatures

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [3c7f431fa19b880178e29a6686b189b650c53900]

        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>  [c7ac5479afae0d868adf9479e66bf7cac95ab21c]

        INTEGRATION: CWS fwk27 (1.13.10); FILE MERGED 2005/12/12 06:44:25 as 1.13.10.4: #124610# disable debug mode 2005/12/09 07:00:22 as 1.13.10.3: #124610# add path information to message FULL DISC 2005/12/08 10:50:56 as 1.13.10.2: #124610# implement check for free disc space 2005/12/07 12:15:30 as 1.13.10.1: #124610# handle error: FULL_DISC during AutoSave and related operations

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [47bcbdd46698a5bfd8b67ac6d291d2ea5476142b]

        INTEGRATION: CWS fwk27 (1.29.52); FILE MERGED 2005/12/07 12:15:29 as 1.29.52.1: #124610# handle error: FULL_DISC during AutoSave and related operations

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6cf7bc19cf02e573016319b86c24abc6d5961db8]

        INTEGRATION: CWS fwk27 (1.8.10); FILE MERGED 2005/12/08 10:50:41 as 1.8.10.2: #124610# implement check for free disc space 2005/12/07 12:15:29 as 1.8.10.1: #124610# handle error: FULL_DISC during AutoSave and related operations

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1185329ef23ca4980fa70d25f5e2aad2bced0f51]

        INTEGRATION: CWS fwk27 (1.13.56); FILE MERGED 2005/12/07 12:15:29 as 1.13.56.1: #124610# handle error: FULL_DISC during AutoSave and related operations

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5198a42ce95ba8b8514eeb650fed3ef3130e96a9]

        INTEGRATION: CWS unxlngs04 (1.8.6); FILE MERGED 2005/09/23 11:40:28 sparcmoz 1.8.6.1: #51545#:GNU/Linux Sparc bridges gcc4 assembler error memory input 0 is not directly addressable

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ad3572335e60d9adedeeb516a04370c2d2e4e11e]

        INTEGRATION: CWS unxlngs04 (1.26.32); FILE MERGED 2005/11/13 01:26:20 sparcmoz 1.26.32.3: RESYNC: (1.28-1.29); FILE MERGED 2005/11/06 01:27:02 sparcmoz 1.26.32.2: RESYNC: (1.26-1.28); FILE MERGED 2005/09/24 09:08:34 sparcmoz 1.26.32.1: #i41114#: add rpm package feature for GNU/Linux Sparc

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [975480b5e53deebf8e53d84d5901cc9c417da617]

        INTEGRATION: CWS unxlngs04 (1.40.32); FILE MERGED 2005/11/13 01:26:04 sparcmoz 1.40.32.3: RESYNC: (1.41-1.42); FILE MERGED 2005/11/06 01:26:38 sparcmoz 1.40.32.2: RESYNC: (1.40-1.41); FILE MERGED 2005/09/24 09:09:20 sparcmoz 1.40.32.1: #i41114#: add rpm package feature for GNU/Linux Sparc

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ec66e3dc8336c410e8e1d6c894ab95e81c0c3e75]

        INTEGRATION: CWS emptypage (1.35.28); FILE MERGED 2005/12/15 07:59:18 fme 1.35.28.1: #b6354161# Feature - Print empty pages - Added PATCH for pdffilter resource

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d08510445149c91e044d9d2210bdee9ee29f8c01]

        INTEGRATION: CWS emptypage (1.129.30); FILE MERGED 2005/12/14 09:42:47 fme 1.129.30.1: #b6354161# Feature - Print empty pages - Added PATCH for Writer.xcs

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [193ac27dd372a02a1b21ede97b13d7e3e8756c48]

        INTEGRATION: CWS emptypage (1.10.50); FILE MERGED 2005/12/14 08:07:20 fme 1.10.50.2: #b6354161# Feature - Print empty pages - property is optional 2005/12/13 15:16:04 fme 1.10.50.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6ac60d47a1cac911ed5837ce1e105aab73a1be25]

        INTEGRATION: CWS emptypage (1.25.152); FILE MERGED 2005/12/13 15:27:29 fme 1.25.152.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [8f3a3314b90a02774195c17f4a22ea5ab12a5592]

        INTEGRATION: CWS emptypage (1.27.150); FILE MERGED 2005/12/13 15:27:28 fme 1.27.150.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [29185f08c71e7cd3c446f6aad7a2b9db36e4dae7]

        INTEGRATION: CWS emptypage (1.54.148); FILE MERGED 2005/12/16 10:48:51 fme 1.54.148.2: #b6354161# Feature - Print empty pages 2005/12/16 09:42:43 fme 1.54.148.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [098a7f00bf61e057aa5757b055a5fbbc8d9146a1]

        INTEGRATION: CWS emptypage (1.18.46); FILE MERGED 2005/12/13 15:27:28 fme 1.18.46.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [48e6d4976229205a09ef8003a4e589ceacde5333]

        INTEGRATION: CWS emptypage (1.11.150); FILE MERGED 2005/12/13 15:27:27 fme 1.11.150.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [648afe66e420a9a298ab7f5c2b78ee93b5495f44]

        INTEGRATION: CWS emptypage (1.102.56); FILE MERGED 2005/12/13 15:27:27 fme 1.102.56.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a3929d9f38a032a653663f0487b1235095159bb4]

        INTEGRATION: CWS emptypage (1.7.154); FILE MERGED 2005/12/13 15:27:26 fme 1.7.154.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1b44a8bdbf78eb3f507a625f0c53de8ec9478bea]

        INTEGRATION: CWS emptypage (1.47.46); FILE MERGED 2005/12/13 15:27:25 fme 1.47.46.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ddd5c19c086d521ddae1f67e5f4466ce320e3cae]

        INTEGRATION: CWS emptypage (1.101.46); FILE MERGED 2005/12/16 12:10:09 fme 1.101.46.2: #b6354161# Feature - Print empty pages 2005/12/13 15:27:25 fme 1.101.46.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d2fc23208e7db0e303bd7d3ffbb0a74f22410e9d]

        INTEGRATION: CWS emptypage (1.14.46); FILE MERGED 2005/12/13 15:27:24 fme 1.14.46.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a3033fd969918bad93818b25188cbf69c9582739]

        INTEGRATION: CWS emptypage (1.91.62); FILE MERGED 2005/12/13 15:27:24 fme 1.91.62.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [3026d911db208646a7849e7c1a91e31d751bcb2e]

        INTEGRATION: CWS emptypage (1.4.1074); FILE MERGED 2005/12/13 15:27:24 fme 1.4.1074.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [b4633606e94c27d8bfe2b72f6f712c0438535cb1]

        INTEGRATION: CWS emptypage (1.34.148); FILE MERGED 2005/12/13 15:27:23 fme 1.34.148.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [9f1b69020b57511dcf8a487fa13ffc812a77c040]

        INTEGRATION: CWS emptypage (1.23.152); FILE MERGED 2005/12/16 09:42:31 fme 1.23.152.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e1f79dcdc2c416d74c39b137073ffca64ac48948]

        INTEGRATION: CWS emptypage (1.8.152); FILE MERGED 2005/12/16 12:58:19 fme 1.8.152.3: #b6354161# Feature - Print empty pages 2005/12/16 09:42:30 fme 1.8.152.2: #b6354161# Feature - Print empty pages 2005/12/13 15:27:23 fme 1.8.152.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [8ac8ab2df7c290b797893c530fef26f67a16ea7b]

        INTEGRATION: CWS emptypage (1.117.58); FILE MERGED 2005/12/13 15:27:23 fme 1.117.58.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [eb73d75334e87071fe60ed6e78310739eaa77a72]

        INTEGRATION: CWS emptypage (1.111.58); FILE MERGED 2005/12/13 15:27:10 fme 1.111.58.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [202743a20d7ba9f22c23da34ca89c4069f65656a]

        INTEGRATION: CWS emptypage (1.3.152); FILE MERGED 2005/12/13 15:27:09 fme 1.3.152.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [abb09e330d35b2374e84468ee008d75b3ebc6abb]

        INTEGRATION: CWS emptypage (1.6.726); FILE MERGED 2005/12/16 09:40:54 fme 1.6.726.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [0ae66d90e1204187b5ac9dacf1e16c5dd9f13047]

        INTEGRATION: CWS emptypage (1.39.22); FILE MERGED 2005/12/13 15:25:19 fme 1.39.22.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bce69d94c93ecd43afeeec44bb35d34f2e43ff16]

        INTEGRATION: CWS emptypage (1.110.20); FILE MERGED 2005/12/13 15:25:06 fme 1.110.20.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [17aee9177e4278438635630b1022cc5597a6fbd8]

        INTEGRATION: CWS emptypage (1.6.82); FILE MERGED 2005/12/16 14:20:46 fme 1.6.82.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [560fa27df5135a98c3b7e07020424115888e3cdd]

        INTEGRATION: CWS emptypage (1.25.66); FILE MERGED 2005/12/13 15:17:18 fme 1.25.66.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d9fd63b108239c32c6595cc1a9e921c2453d6179]

        INTEGRATION: CWS emptypage (1.11.82); FILE MERGED 2005/12/13 15:17:17 fme 1.11.82.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1d730c32a5325dffb7eb7cb6a5b8d65bd33fce9d]

        INTEGRATION: CWS emptypage (1.7.82); FILE MERGED 2005/12/13 15:17:17 fme 1.7.82.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [25b571bc5d2e15747b4861abfda7ff48f0c9be15]

        INTEGRATION: CWS emptypage (1.13.32); FILE MERGED 2005/12/16 14:20:46 fme 1.13.32.2: #b6354161# Feature - Print empty pages 2005/12/13 15:17:16 fme 1.13.32.1: #b6354161# Feature - Print empty pages

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ffab3f0ad1c46d22a7f6f7d9df1c12ae1b724177]

        INTEGRATION: CWS dba202a (1.25.36); FILE MERGED 2005/11/24 14:56:27 fs 1.25.36.1: during #126615#: no sub-dmakes, instead proper build list

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [c7d12d8bb6b289a4466e4f48facf89718b42f18d]

        INTEGRATION: CWS dba202a (1.168.8); FILE MERGED 2005/12/02 10:16:36 oj 1.168.8.1: #127363# patch flag added for ado

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [51e55f02a9f2786c52034c430f16c528c35a12e2]

        INTEGRATION: CWS dba202a (1.6.6); FILE MERGED 2005/12/21 12:48:52 fs 1.6.6.2: RESYNC: (1.6-1.7); FILE MERGED 2005/11/24 10:00:09 fs 1.6.6.1: #i52789# small patch for building with gcc 4.0.1

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [68a5c827c656367c84a96dc3a99fd31e3e34e5c2]

        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>  [376ec293d7b72eee8b5f3099c1b016218dc84448]

        INTEGRATION: CWS dba202a (1.118.16); FILE MERGED 2005/11/28 12:07:23 fs 1.118.16.1: #i58413# +SetDisplayFolder/SetFileName

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1b4e7e4263cfe5808f3d62f36b59ae67a79b1330]

        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>  [015324e8a339483c077b2e7297abfa1ce1c8d177]

        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>  [534b84dcabc7a541038ac79e5190518f84db876c]

        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-21  Oliver Bolte  <obo@openoffice.org>  [26a6839fb3ec13d99af9a69c601e6cd2c6ca3ba5]

        INTEGRATION: CWS dba202a (1.4.34); FILE MERGED 2005/11/24 10:57:49 oj 1.4.34.1: #120227# set window to NULL before delteing

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6a583bd743d783dfd3c51670a445ecf2b7d9ba28]

        INTEGRATION: CWS dba202a (1.44.24); FILE MERGED 2005/11/21 07:17:41 oj 1.44.24.1: #i56333# check column id for invalid

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [173d48a972b4f84201870f5b5c3557972d9e2e19]

        INTEGRATION: CWS dba202a (1.64.14); FILE MERGED 2005/11/25 14:33:41 oj 1.64.14.2: #127169# check column pos 2005/11/25 12:19:17 oj 1.64.14.1: #127169# check column pos

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [337ca5e8351eac2482526cca14db5435bf6631c4]

        INTEGRATION: CWS dba202a (1.7.34); FILE MERGED 2005/11/28 12:16:21 fs 1.7.34.1: #i58413# createUniqueFileName signature changed

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [92a0346df7f01cac6ef6398ecd2bdda07dcb2595]

        INTEGRATION: CWS dba202a (1.13.32); FILE MERGED 2005/11/28 12:15:51 fs 1.13.32.1: #i58413# properly declare (at the FileDialogHelper) which part of the URL is a path, and which one a file name

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ecc390eea4e64a712a726eef3c18f5cf2544d60e]

        INTEGRATION: CWS dba202a (1.89.26); FILE MERGED 2005/11/24 14:15:31 fs 1.89.26.1: #127848# some exception safety

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [34b6b0e56e550cdb39c2dacb39682582cb2a84db]

        INTEGRATION: CWS dba202a (1.14.24); FILE MERGED 2005/11/24 16:33:49 fs 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2005/11/01 09:03:17 fs 1.14.24.1: #i57097# +getDefaultDocumentTypeClassId

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f1dc95fddca9d8f5cba11c2b1bb046810a792724]

        INTEGRATION: CWS dba202a (1.29.22); FILE MERGED 2005/11/24 16:33:31 fs 1.29.22.2: RESYNC: (1.29-1.32); FILE MERGED 2005/11/01 09:03:16 fs 1.29.22.1: #i57097# +getDefaultDocumentTypeClassId

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d268a91f65278336f76cb5a8cec6e22192580edc]

        INTEGRATION: CWS dba202a (1.15.24); FILE MERGED 2005/11/28 13:54:58 fs 1.15.24.2: #i57097# don't default ClassId if the new doc is to be inserted from an existent document 2005/11/01 09:03:15 fs 1.15.24.1: #i57097# +getDefaultDocumentTypeClassId

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [473bf7166a4f27c7375cd8453fcb64ed95e49114]

        INTEGRATION: CWS dba202a (1.33.12); FILE MERGED 2005/11/28 10:50:54 fs 1.33.12.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:23 fs 1.33.12.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [187b959b0338a131d667be7c72c4c5889f83504f]

        INTEGRATION: CWS dba202a (1.64.12); FILE MERGED 2005/11/28 10:50:53 fs 1.64.12.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:22 fs 1.64.12.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [15dbc57ecbd7587b82ba453fd7f8ad429f8edd4e]

        INTEGRATION: CWS dba202a (1.6.26); FILE MERGED 2005/11/28 10:50:53 fs 1.6.26.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:22 fs 1.6.26.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e12f93444b5872d7814f270017e797d8ecf5826e]

        INTEGRATION: CWS dba202a (1.22.26); FILE MERGED 2005/11/28 10:50:52 fs 1.22.26.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:21 fs 1.22.26.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5a798ec83b543774b2fa062d0c561f7646676bdf]

        INTEGRATION: CWS dba202a (1.8.32); FILE MERGED 2005/11/28 10:50:52 fs 1.8.32.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:21 fs 1.8.32.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [90c248c289e2eafdcf156fe8d687ba0407d74c1b]

        INTEGRATION: CWS dba202a (1.9.12); FILE MERGED 2005/11/28 10:50:51 fs 1.9.12.2: #126702# improve the previous fix: don't crash if components are destroyed in "wrong" order keep mutex alive as long as at least one of DataSource/DatabaseDocument/ModelImpl is alive 2005/11/25 13:37:20 fs 1.9.12.1: #126702# DatabaseDocument and DataSource share a common mutex instances now (held by ModelImpl) / DatabaseDocument::clearConnections more tolerant against re-entrance

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5f10ced671022864899cb575c2839d1bd6c1a2b3]

        INTEGRATION: CWS dba202a (1.11.32); FILE MERGED 2005/11/25 07:40:08 oj 1.11.32.1: #i56333# create columns even when no column exists

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [25679b71c6f42cbaa35cc15c775d1b5dc3617282]

        INTEGRATION: CWS dba202a (1.78.26); FILE MERGED 2005/11/25 07:40:08 oj 1.78.26.1: #i56333# create columns even when no column exists

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [12efa4f9f4d185cad2dc3eb9a548ad0df63f2aff]

        INTEGRATION: CWS dba202a (1.137.24); FILE MERGED 2005/11/25 07:40:07 oj 1.137.24.1: #i56333# create columns even when no column exists

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [04b1f61e34d5b025ee57d16f37c2d5de0bf285d4]

        INTEGRATION: CWS dba202a (1.29.110); FILE MERGED 2005/11/24 14:08:35 fs 1.29.110.1: #127848# some exception safety

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [90db1cf522f29876b130d6f814a60990984de93f]

        INTEGRATION: CWS dba202a (1.69.128); FILE MERGED 2005/11/25 12:35:38 fs 1.69.128.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [77d1941d22a4b7b6aadcadfd30397165d88e8283]

        INTEGRATION: CWS dba202a (1.55.132); FILE MERGED 2005/11/25 09:50:41 fs 1.55.132.2: minor, non-semantic correction 2005/11/24 14:08:00 fs 1.55.132.1: typo

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [36c00d9e76bd58dcd53d3f35e6b9f760b365b228]

        INTEGRATION: CWS dba202a (1.44.130); FILE MERGED 2005/11/24 14:07:15 fs 1.44.130.1: #127848# some exception safety

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [8dac547e86828063b246483638a8ccd276533207]

        INTEGRATION: CWS dba202a (1.5.28); FILE MERGED 2005/11/28 16:25:45 fs 1.5.28.1: copying fix for #i49579# into this CWS

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [1e6321af73261234efbe77abde9fa752a1b99e91]

        INTEGRATION: CWS dba202a (1.6.28); FILE MERGED 2005/11/28 16:25:44 fs 1.6.28.1: copying fix for #i49579# into this CWS

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [42a79be79a159641bc4644f64a46a7b33ad9d6b2]

        INTEGRATION: CWS dba202a (1.21.30); FILE MERGED 2005/11/25 13:42:24 fs 1.21.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2f35c804f87e777d11a5e375d009de4e43a1676a]

        INTEGRATION: CWS dba202a (1.9.30); FILE MERGED 2005/11/25 13:42:23 fs 1.9.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [545d76caa1370d56ef49a7bc0c25d9f678bae6b0]

        INTEGRATION: CWS dba202a (1.5.30); FILE MERGED 2005/11/25 13:42:22 fs 1.5.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [aea0c75bc38e82e1f4f60c75477f92d819fbfc02]

        INTEGRATION: CWS dba202a (1.40.30); FILE MERGED 2005/11/25 13:42:21 fs 1.40.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a4693700dbda4a5a7c116bcebfb7f06eb27af53a]

        INTEGRATION: CWS dba202a (1.40.26); FILE MERGED 2005/11/25 13:42:21 fs 1.40.26.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [77683bcb19743830f6abbc5145e7638869153bd1]

        INTEGRATION: CWS dba202a (1.36.28); FILE MERGED 2005/11/25 13:42:20 fs 1.36.28.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f45369f0c5c046ab3dc5a404bfaf74ae4eb43753]

        INTEGRATION: CWS dba202a (1.42.28); FILE MERGED 2005/11/25 13:42:20 fs 1.42.28.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5c9be067005a9fc8b6fcd2604360d3b216c5ee46]

        INTEGRATION: CWS dba202a (1.8.30); FILE MERGED 2005/11/25 13:42:19 fs 1.8.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [80e87a7d70a000445e52a1603134ab90828b531b]

        INTEGRATION: CWS dba202a (1.7.30); FILE MERGED 2005/11/25 13:42:18 fs 1.7.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f8ee5915c0b0de1295323a211fec5ed2ff951437]

        INTEGRATION: CWS dba202a (1.6.30); FILE MERGED 2005/11/25 13:42:18 fs 1.6.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5501b8e85552c9c1eba1a667d7cf9aa6f2e917d6]

        INTEGRATION: CWS dba202a (1.28.28); FILE MERGED 2005/11/25 13:42:18 fs 1.28.28.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [359d110c57c49eacd8f4f56235d1858d5a8b9da7]

        INTEGRATION: CWS dba202a (1.26.30); FILE MERGED 2005/11/25 13:42:17 fs 1.26.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [06c83bfa12a50954bed701253ea6dd6e6e45c88c]

        INTEGRATION: CWS dba202a (1.71.24); FILE MERGED 2005/11/25 13:42:11 fs 1.71.24.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a2c8e88278ed7d00c90cc7a6d83df4401d921f31]

        INTEGRATION: CWS dba202a (1.17.10); FILE MERGED 2005/11/28 14:49:21 fs 1.17.10.2: don't use OWeakObject::operator*, as per Daniel Boelzle's suggestion, but make casting explicit 2005/11/25 13:34:38 fs 1.17.10.1: +notifyEach: simplify calling forEach for a fixed-signature class of UNO listener methods

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [9508219a61fccf065f31b5f2e58d02b18e033929]

        INTEGRATION: CWS dba202a (1.45.36); FILE MERGED 2005/11/25 08:25:07 oj 1.45.36.1: #i57084# accept parameter in scalar expression list

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [55ef7b542ab91fbcb676cf6b1aff366cba52a8bd]

        INTEGRATION: CWS dba202a (1.13.36); FILE MERGED 2005/11/25 08:33:08 oj 1.13.36.1: #126933# check if char is > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [34565d90f06f22141bc228d508d5d6e0590495c8]

        INTEGRATION: CWS dba202a (1.8.36); FILE MERGED 2005/11/25 07:47:52 oj 1.8.36.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [b1494c3b3c175ffdbc44bfb0e9ca4a734818bdcf]

        INTEGRATION: CWS dba202a (1.4.36); FILE MERGED 2005/11/23 15:41:00 fs 1.4.36.1: #i52789#

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [607e1272bcead5ed84d690e0be11b67beb62fe47]

        INTEGRATION: CWS dba202a (1.3.36); FILE MERGED 2005/11/23 15:40:59 fs 1.3.36.1: #i52789#

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [63546e3a4fa7bd3bdf5c3c833e80104349b96e7e]

        INTEGRATION: CWS dba202a (1.20.36); FILE MERGED 2005/11/24 14:56:45 fs 1.20.36.1: during #126615#: no sub-dmakes, instead proper build list

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d256ed573835db806e3042ef49dbd47f2f356d9d]

        INTEGRATION: CWS dba202a (1.9.36); FILE MERGED 2005/11/24 14:57:32 fs 1.9.36.2: now a proper fix for 126615 - invalid m_pKeySet is in fact allowed in some situations (in opposite to what the previous fix assumed) 2005/11/23 15:43:31 fs 1.9.36.1: #121589# some more safety against an m_pKeySet which is NULL

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [c18025e6b6347742bef64fc8c7443794d5a8b670]

        INTEGRATION: CWS dba202a (1.22.36); FILE MERGED 2005/11/24 14:57:32 fs 1.22.36.3: now a proper fix for 126615 - invalid m_pKeySet is in fact allowed in some situations (in opposite to what the previous fix assumed) 2005/11/23 15:54:17 fs 1.22.36.2: #121589# some more safety against an m_pKeySet which is NULL 2005/11/23 15:43:31 fs 1.22.36.1: #121589# some more safety against an m_pKeySet which is NULL

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [98b68765cfe83444fbba9c789c2b0bd03591f48b]

        INTEGRATION: CWS dba202a (1.50.18); FILE MERGED 2005/11/25 08:32:08 oj 1.50.18.1: #126933# check if char if > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ec9b8756b69d59ed1f65a58133a00dcd50fb6c07]

        INTEGRATION: CWS dba202a (1.4.36); FILE MERGED 2005/11/25 08:34:40 oj 1.4.36.1: #126933# check if char is > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [cd96756269b23b8381a3275b0357a45b9a7d800d]

        INTEGRATION: CWS dba202a (1.10.36); FILE MERGED 2005/11/25 08:34:39 oj 1.10.36.1: #126933# check if char is > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [fe6ecc137012e8480ad2fc722c71d56dd017a980]

        INTEGRATION: CWS dba202a (1.3.36); FILE MERGED 2005/11/25 08:34:39 oj 1.3.36.1: #126933# check if char is > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2aab4b0ddaa4482c2ea90ba68963bab2b2be097d]

        INTEGRATION: CWS dba202a (1.7.36); FILE MERGED 2005/11/25 08:34:39 oj 1.7.36.1: #126933# check if char is > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [431b1fcadffd9d9534988977ccbb24811a28b328]

        INTEGRATION: CWS dba202a (1.16.28); FILE MERGED 2005/11/25 07:51:19 oj 1.16.28.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f6d1effc6fee193e2f02d9818c6ada27d4557b1e]

        INTEGRATION: CWS dba202a (1.21.36); FILE MERGED 2005/11/25 07:51:18 oj 1.21.36.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [8866b6fbd88bbc07fe588364a769a70e5188cda3]

        INTEGRATION: CWS dba202a (1.19.36); FILE MERGED 2005/11/25 07:51:18 oj 1.19.36.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [4c23175854df8e2e10927ff1386f617a7d54a846]

        INTEGRATION: CWS dba202a (1.17.20); FILE MERGED 2005/11/25 07:51:18 oj 1.17.20.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a4b1dac845d045bd2dd604b083f221d945459f5c]

        INTEGRATION: CWS dba202a (1.5.36); FILE MERGED 2005/11/25 07:51:17 oj 1.5.36.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e4f8c836b0e744a37f23403b32f4ccb8bd725555]

        INTEGRATION: CWS dba202a (1.18.28); FILE MERGED 2005/11/25 07:51:17 oj 1.18.28.1: #127363# new public method for late ctor

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e17d76e2e4876cb37b5fdfe6582b70753755cce8]

        INTEGRATION: CWS dba202a (1.13.36); FILE MERGED 2005/11/24 14:58:06 fs 1.13.36.1: #126615# some more throwFooException

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ba38266e59c30b5e1142309ce8dd5ad21fec7bad]

        INTEGRATION: CWS dba202a (1.20.28); FILE MERGED 2005/11/25 08:30:18 oj 1.20.28.1: #126933# check if char if > 127

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [46237e0ee721b7eff75b05031cc1f48f3a6dc53a]

        INTEGRATION: CWS dba202a (1.19.36); FILE MERGED 2005/11/25 08:25:58 oj 1.19.36.1: #i57084# accept parameter in scalar expression list

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d1e0100fc44e32ec0feef5b406abf8ed2bf21fdd]

        INTEGRATION: CWS dba202a (1.12.36); FILE MERGED 2005/11/24 14:58:05 fs 1.12.36.1: #126615# some more throwFooException

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [365533a9610571b1ab89b8c260f7c7694b1433f2]

        INTEGRATION: CWS dba202a (1.3.12); FILE MERGED 2005/10/24 08:30:20 fs 1.3.12.1: #i35830# only strip extensions which really are extensions - thanks to rvojta@openoffice.org for the patch

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [444f532a5c3c675be233ccbaee4005265550cfe8]

        INTEGRATION: CWS dba202a (1.4.10); FILE MERGED 2005/11/24 14:53:53 fs 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/24 08:30:19 fs 1.4.10.1: #i35830# only strip extensions which really are extensions - thanks to rvojta@openoffice.org for the patch

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [b49645efeb9d4a42a5ca3b0be35e3e12372cacdc]

        #i10000# gid_Customaction_MigrateInstallPath added

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bfcdb6ea6ce304529962a076fac71fede0588549]

        INTEGRATION: CWS nativefixer21 (1.50.8); FILE MERGED 2005/11/30 14:06:23 is 1.50.8.6: #127813# additional patch file info 2005/11/10 17:23:48 is 1.50.8.5: RESYNC: (1.52-1.53); FILE MERGED 2005/10/28 13:35:40 is 1.50.8.4: #i54688# windows custom actions into scp 2005/10/26 09:51:09 is 1.50.8.3: RESYNC: (1.51-1.52); FILE MERGED 2005/10/05 10:04:49 is 1.50.8.2: RESYNC: (1.50-1.51); FILE MERGED 2005/09/16 09:58:41 is 1.50.8.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [88a76cc6e47ba3851360ea6ec08f329e05b52d89]

        INTEGRATION: CWS nativefixer21 (1.24.2); FILE MERGED 2005/11/15 17:24:41 is 1.24.2.3: RESYNC: (1.25-1.27); FILE MERGED 2005/11/10 17:57:12 is 1.24.2.2: RESYNC: (1.24-1.25); FILE MERGED 2005/09/16 11:51:10 is 1.24.2.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [d319d039b42f108891c3a07599935e9f69aef2d2]

        INTEGRATION: CWS nativefixer21 (1.1.2); FILE ADDED 2005/11/09 17:16:54 is 1.1.2.4: #i54688# including Windows CustomActions into scp 2005/10/17 09:36:57 is 1.1.2.3: #i54688# new patch admin custom action 2005/10/06 11:25:22 is 1.1.2.2: #i54688# Windows CustomActions into scp2 2005/09/16 11:52:05 is 1.1.2.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [f0d12b578b126a24ccb13b8ea9658f2df08fb2c9]

        INTEGRATION: CWS nativefixer21 (1.34.2); FILE MERGED 2005/10/05 10:17:01 is 1.34.2.2: RESYNC: (1.34-1.35); FILE MERGED 2005/09/16 11:51:34 is 1.34.2.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [aff5df8f52f35f6264d5adcba0d9ca57cb9e6cc4]

        INTEGRATION: CWS nativefixer21 (1.7.26); FILE MERGED 2005/11/15 17:06:39 cp 1.7.26.1: #i57948# prevent directories without execute rights

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [44786c67b916a504446338ecaa6c2d301dcdef65]

        INTEGRATION: CWS nativefixer21 (1.42.2); FILE MERGED 2005/11/28 10:24:00 is 1.42.2.5: RESYNC: (1.47-1.48); FILE MERGED 2005/11/15 17:18:27 is 1.42.2.4: RESYNC: (1.46-1.47); FILE MERGED 2005/11/10 17:49:07 is 1.42.2.3: RESYNC: (1.43-1.46); FILE MERGED 2005/10/26 09:59:08 is 1.42.2.2: RESYNC: (1.42-1.43); FILE MERGED 2005/10/24 09:21:59 is 1.42.2.1: #i56369# usage of wrong ure idt files

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [33ce3f4ea4eb77cf65a54c384c69d698479d5472]

        INTEGRATION: CWS nativefixer21 (1.2.54); FILE MERGED 2005/11/29 13:49:06 is 1.2.54.1: #i58437# removing empty string

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [36a488fc04d75a0250efbfaf0555aacb8df7027a]

        INTEGRATION: CWS nativefixer21 (1.2.2); FILE MERGED 2005/11/29 13:49:04 is 1.2.2.1: #i58437# removing empty string

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [31f55fae7082b68a0b8f9e4169dab9d11eda9b13]

        INTEGRATION: CWS nativefixer21 (1.6.94); FILE MERGED 2005/11/29 13:49:03 is 1.6.94.1: #i58437# removing empty string

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [86a53943e792ea825897a15bdaecdd5f387c82ed]

        INTEGRATION: CWS nativefixer21 (1.8.40); FILE MERGED 2005/11/29 13:49:02 is 1.8.40.1: #i58437# removing empty string

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [cd35e9d7524765dd6c3656e8858b9fcc1569bfaf]

        INTEGRATION: CWS nativefixer21 (1.7.44); FILE MERGED 2005/11/29 13:48:53 is 1.7.44.1: #i58437# removing empty string

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [c2032f21d4895841c9394c2bc7fe88734afcb0fe]

        INTEGRATION: CWS nativefixer21 (1.6.4); FILE MERGED 2005/12/15 17:32:23 is 1.6.4.1: #i54688# no removal of whitespaces for assignments

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [7b28b6b3999457a9851b18af45325a764b0021f1]

        INTEGRATION: CWS nativefixer21 (1.9.8); FILE MERGED 2005/09/16 11:42:13 is 1.9.8.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [e9a815865523bdbf28c6de1d3e717b8cd70a656e]

        INTEGRATION: CWS nativefixer21 (1.6.8); FILE MERGED 2005/09/16 11:42:42 is 1.6.8.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [ce83ac3887fdbf7cc0c3fb9639028166ae76d2bf]

        INTEGRATION: CWS nativefixer21 (1.14.8); FILE MERGED 2005/11/21 09:44:44 is 1.14.8.1: #i54688# removing merge error double block

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a62c78255505a5edb7958b7c503bcca3c6fa6062]

        INTEGRATION: CWS nativefixer21 (1.25.8); FILE MERGED 2005/12/07 13:33:31 is 1.25.8.6: #i58875# calling makecab three times 2005/12/05 11:23:37 is 1.25.8.5: #i58875# calling makecab.exe three times 2005/11/15 17:14:54 is 1.25.8.4: RESYNC: (1.27-1.28); FILE MERGED 2005/11/10 17:28:44 is 1.25.8.3: RESYNC: (1.26-1.27); FILE MERGED 2005/10/05 10:08:43 is 1.25.8.2: RESYNC: (1.25-1.26); FILE MERGED 2005/09/16 10:01:41 is 1.25.8.1: #i54689# ddf file check

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [07065d669ff857a35c3a21026cfeec2a9af309ef]

        INTEGRATION: CWS nativefixer21 (1.25.8); FILE MERGED 2005/11/10 17:28:20 is 1.25.8.3: RESYNC: (1.25-1.26); FILE MERGED 2005/10/17 09:39:32 is 1.25.8.2: #i54688# new patch admin custom action 2005/09/16 10:00:17 is 1.25.8.1: #i54688# Windows CustomActions into scp2

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2a09c1ee232ec784fc4914eccbd0fe28a5c9394a]

        INTEGRATION: CWS nativefixer21 (1.26.4); FILE MERGED 2005/11/30 14:21:59 is 1.26.4.5: #127813# additional patch file info 2005/11/30 14:06:25 is 1.26.4.4: #127813# additional patch file info 2005/11/29 11:59:06 is 1.26.4.3: #127813# patch file list generation 2005/11/29 11:46:40 is 1.26.4.2: #127813# patch file list generation 2005/11/28 17:09:17 is 1.26.4.1: #127813# patch file list generation

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [cff8a13e25f029cdb67a0b6012868c593339d8f5]

        INTEGRATION: CWS nativefixer21 (1.47.2); FILE MERGED 2005/11/30 14:06:24 is 1.47.2.2: #127813# additional patch file info 2005/11/28 17:09:16 is 1.47.2.1: #127813# patch file list generation

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a21312ed5c379c38e817856bd30dbeb960269423]

        INTEGRATION: CWS nativefixer21 (1.42.2); FILE MERGED 2005/11/28 17:09:16 is 1.42.2.1: #127813# patch file list generation

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [2ed7d6106e3d2743c65cb90a70a274944023221a]

        INTEGRATION: CWS nativefixer21 (1.11.8); FILE MERGED 2005/11/30 14:06:24 is 1.11.8.5: #127813# additional patch file info 2005/11/16 17:50:08 is 1.11.8.4: #i54688# Windows customactions into scp 2005/11/10 17:24:39 is 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/10/19 13:20:07 is 1.11.8.2: #i54690# keeping unix rights in zip files 2005/09/16 10:02:19 is 1.11.8.1: #i54690# keeping unix rights in zip files

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [5ca13f7c0dada43109f8bb3f799a74e2abb66da8]

        INTEGRATION: CWS vq24 (1.5.2); FILE MERGED 2005/11/15 04:50:37 vq 1.5.2.1: #i57841# Fix the makefiles in the patches.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [eeb48185b9ca78bd2be2e332aabc8fc0e57ef681]

        INTEGRATION: CWS vq24 (1.7.6); FILE MERGED 2005/11/22 15:54:37 vq 1.7.6.1: #i57841# Remove offending lines in scripting/java/makefile.mk and scripting/examples/java/makefile.mk.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [27e97ae5219d268121d4ebf4765dc3c3b1d0b797]

        INTEGRATION: CWS vq24 (1.6.6); FILE MERGED 2005/11/22 15:54:36 vq 1.6.6.1: #i57841# Remove offending lines in scripting/java/makefile.mk and scripting/examples/java/makefile.mk.

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [fc5f97768d817d1a2ebd8f2bfe8562c52d855550]

        INTEGRATION: CWS cmcfixes21 (1.3.48); FILE MERGED 2005/11/10 16:17:52 cmc 1.3.48.1: #i53612# np_sdk optional on MOZ

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [fc89f419c84b84b8c298376aff5b456c5338a0d5]

        INTEGRATION: CWS cmcfixes21 (1.7.236); FILE MERGED 2005/11/10 16:17:52 cmc 1.7.236.1: #i53612# np_sdk optional on MOZ

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [6bed7725e81898c1ee7893069b299df2bb841b30]

        INTEGRATION: CWS cmcfixes21 (1.7.46); FILE MERGED 2005/11/10 16:17:51 cmc 1.7.46.1: #i53612# np_sdk optional on MOZ

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [48d7792919e011e6dacdf9d0d5214a71efb4f686]

        INTEGRATION: CWS cmcfixes21 (1.11.48); FILE MERGED 2005/11/10 16:17:51 cmc 1.11.48.1: #i53612# np_sdk optional on MOZ

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [4595d591f7f3d0a928a00a32ec83166321768e76]

        INTEGRATION: CWS cmcfixes21 (1.14.48); FILE MERGED 2005/11/10 15:57:08 cmc 1.14.48.1: #ii49720# some distros have a seperate nspr package instead of mozilla-nspr

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [bff65838aef949946b90be2516457ba0f54a00ab]

        INTEGRATION: CWS cmcfixes21 (1.29.104); FILE MERGED 2005/11/10 16:17:51 cmc 1.29.104.1: #i53612# np_sdk optional on MOZ

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [eb4ca355f76950c34604d983b268fb19786b8ab3]

        INTEGRATION: CWS cmcfixes21 (1.24.2); FILE MERGED 2005/11/10 16:14:58 cmc 1.24.2.1: #i51718# propogate rpath of ORIGIN to externals

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [380659e91c598db3906115ca6297db4fd43d4ebf]

        INTEGRATION: CWS cmcfixes21 (1.78.10); FILE MERGED 2005/11/10 15:51:12 cmc 1.78.10.1: #ii49720# some distros have a seperate nspr package instead of mozilla-nspr

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [a10b219f11f281c6449fbf1819e5c65d9aea291f]

        INTEGRATION: CWS cmcfixes21 (1.139.10); FILE MERGED 2005/11/10 15:51:09 cmc 1.139.10.1: #ii49720# some distros have a seperate nspr package instead of mozilla-nspr

2005-12-21  Oliver Bolte  <obo@openoffice.org>  [260d6cc6471444b4ef20ed6673831b0b12f96333]

        INTEGRATION: CWS mtg2 (1.30.120); FILE MERGED 2005/11/25 14:55:31 mtg 1.30.120.3: #i58438# Add comment, confirming that #i16896# was regression tested 2005/11/25 14:46:07 mtg 1.30.120.2: #i58438#, #i58436# Fix TextPortion enumeration of bookmarks fully - #i58436# was actually fixed in the commit before this, but this version has been tested properly :-) 2005/11/24 18:05:38 mtg 1.30.120.1: i#55624# correctly enumerate redline sections

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [32116d11b362897f190b8f08c05c602fdbd6a0bb]

        INTEGRATION: CWS kaddrbook (1.5.272); FILE MERGED 2005/11/30 04:35:42 kendy 1.5.272.2: RESYNC: (1.5-1.7); FILE MERGED 2005/08/29 08:55:14 ebischoff 1.5.272.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [c4f729e5e31b8ca168ad9a2aee7d5a59597bfa65]

        INTEGRATION: CWS kaddrbook (1.6.220); FILE MERGED 2005/12/06 09:58:28 ebischoff 1.6.220.7: Cosmetical change 2005/12/06 07:46:51 fs 1.6.220.6: don't provide Mozilla-based options if we're built without Mozilla support 2005/12/05 10:16:20 fs 1.6.220.5: #i52449# some changes to the code for hiding unavailable address book types - hopefull easier to extend this way 2005/12/02 22:49:32 ebischoff 1.6.220.4: Dixed placement problem 2005/12/02 09:59:45 ebischoff 1.6.220.3: Ooops 2005/11/30 04:35:30 kendy 1.6.220.2: RESYNC: (1.6-1.8); FILE MERGED 2005/08/29 08:55:14 ebischoff 1.6.220.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [5ab5abb68c9229ccf332c3abec4bee70aa420017]

        INTEGRATION: CWS kaddrbook (1.8.54); FILE MERGED 2005/12/06 07:46:51 fs 1.8.54.1: don't provide Mozilla-based options if we're built without Mozilla support

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f676371d3809206637fd19e751f80bc47e3ef106]

        INTEGRATION: CWS kaddrbook (1.4.220); FILE MERGED 2005/11/30 04:33:29 kendy 1.4.220.2: RESYNC: (1.4-1.6); FILE MERGED 2005/08/29 08:55:14 ebischoff 1.4.220.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [395472bca9bcf5df118fe542d02ccca800457aef]

        INTEGRATION: CWS kaddrbook (1.6.100); FILE MERGED 2005/11/30 04:33:16 kendy 1.6.100.2: RESYNC: (1.6-1.8); FILE MERGED 2005/08/29 08:55:13 ebischoff 1.6.100.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [364557527c470a94a7288a623c80ef9118d7aad2]

        INTEGRATION: CWS kaddrbook (1.4.220); FILE MERGED 2005/11/30 04:32:12 kendy 1.4.220.2: RESYNC: (1.4-1.6); FILE MERGED 2005/08/29 08:55:13 ebischoff 1.4.220.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [9728cf899b2129eb48135c540b22c8b480e07423]

        INTEGRATION: CWS kaddrbook (1.49.220); FILE MERGED 2005/11/30 04:32:01 kendy 1.49.220.2: RESYNC: (1.49-1.52); FILE MERGED 2005/08/29 08:55:13 ebischoff 1.49.220.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [a466941074166d1c54559e273f7813914f0b7976]

        INTEGRATION: CWS kaddrbook (1.4.54); FILE MERGED 2005/12/09 11:12:48 fs 1.4.54.1: #i52449# needManualFieldMapping: return |true| for KAB

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f6ec3fdd7f18997601352658b5f85883aadbf51e]

        INTEGRATION: CWS kaddrbook (1.10.142); FILE MERGED 2005/12/06 07:46:51 fs 1.10.142.3: don't provide Mozilla-based options if we're built without Mozilla support 2005/11/30 04:31:35 kendy 1.10.142.2: RESYNC: (1.10-1.12); FILE MERGED 2005/08/29 08:55:12 ebischoff 1.10.142.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [a641a1918dd08fe7412f8b196b16cc7a196dcee1]

        INTEGRATION: CWS kaddrbook (1.7.170); FILE MERGED 2005/11/30 04:30:30 kendy 1.7.170.2: RESYNC: (1.7-1.9); FILE MERGED 2005/08/29 08:55:12 ebischoff 1.7.170.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f89c8862b8e2e163bcde05a96136f32a220c23fb]

        INTEGRATION: CWS kaddrbook (1.21.48); FILE MERGED 2005/11/30 04:20:35 kendy 1.21.48.2: RESYNC: (1.21-1.27); FILE MERGED 2005/08/29 09:46:58 ebischoff 1.21.48.1: Changes needed by new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [b9e41a836ef17b775729beb9c3f6ebe71d43e9f1]

        INTEGRATION: CWS kaddrbook (1.127.16); FILE MERGED 2005/12/12 08:01:00 fs 1.127.16.1: #i52449# include DataAccess.xcu in SOPatch

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [d5423b3272344b0fc6d81628f19672e0250a3761]

        INTEGRATION: CWS kaddrbook (1.136.14); FILE MERGED 2005/12/12 08:00:35 fs 1.136.14.3: #i52449# include libkab in SOPatch 2005/11/30 04:19:12 kendy 1.136.14.2: RESYNC: (1.136-1.166); FILE MERGED 2005/08/29 09:46:58 ebischoff 1.136.14.1: Changes needed by new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [bed23a98391f210c4f09f8c6582cf7e99193129b]

        INTEGRATION: CWS kaddrbook (1.7.14); FILE MERGED 2005/12/12 08:01:16 fs 1.7.14.1: #i52449# include *abp* in SOPatch

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [a98965b78b2cc28dacaf85f967fec47f89cc9173]

        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>  [5797cf8d076fd4ff78b859615ad19b36543bed26]

        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-19  Oliver Bolte  <obo@openoffice.org>  [f5c6ddab653d9b6c29feab2859cb0218497e0c05]

        INTEGRATION: CWS kaddrbook (1.25.110); FILE MERGED 2005/11/30 01:08:56 kendy 1.25.110.2: RESYNC: (1.25-1.27); FILE MERGED 2005/08/29 08:51:35 ebischoff 1.25.110.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [ef6629bae714b1b962155471d96fa705f9d4108d]

        INTEGRATION: CWS kaddrbook (1.67.110); FILE MERGED 2005/11/30 01:08:18 kendy 1.67.110.2: RESYNC: (1.67-1.69); FILE MERGED 2005/08/29 08:51:35 ebischoff 1.67.110.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [2043c5df3f4407b71c862993087056ded0a5eb90]

        INTEGRATION: CWS kaddrbook (1.6.110); FILE MERGED 2005/11/30 01:08:07 kendy 1.6.110.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/29 08:51:34 ebischoff 1.6.110.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [dc973c5da3298e87e369e4862b1d169aaa673c96]

        INTEGRATION: CWS kaddrbook (1.8.46); FILE MERGED 2005/12/09 10:06:25 fs 1.8.46.4: removed unused string STR_ADDRESSBOOK_KAB 2005/11/30 00:52:14 kendy 1.8.46.3: RESYNC: (1.8-1.9); FILE MERGED 2005/11/24 14:02:29 ebischoff 1.8.46.2: Rabasing so much items was useless 2005/08/29 08:51:34 ebischoff 1.8.46.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [1af7afd4608803e0b2c6a6b18295d0dcaec567db]

        INTEGRATION: CWS kaddrbook (1.12.44); FILE MERGED 2005/12/03 11:32:58 ebischoff 1.12.44.3: Cosmetical change (whitespace alignement) 2005/11/30 00:21:44 kendy 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/29 08:51:33 ebischoff 1.12.44.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [84d1678e9f5d2341c5c5d9eeae1a2f5122cbd9da]

        INTEGRATION: CWS kaddrbook (1.7.46); FILE MERGED 2005/11/30 00:08:48 kendy 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/29 08:51:33 ebischoff 1.7.46.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [23dede7bb73774bf1817348b467651c740aa5548]

        INTEGRATION: CWS kaddrbook (1.4.110); FILE MERGED 2005/12/09 10:06:25 fs 1.4.110.5: removed unused string STR_ADDRESSBOOK_KAB 2005/12/03 00:54:34 ebischoff 1.4.110.4: Oops 2005/12/03 00:52:58 ebischoff 1.4.110.3: Fixing 2005/11/30 00:20:22 kendy 1.4.110.2: RESYNC: (1.4-1.6); FILE MERGED 2005/08/29 08:51:32 ebischoff 1.4.110.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [3866cca774c34c215843c7ff9f8513f704ff41cd]

        INTEGRATION: CWS kaddrbook (1.3.110); FILE MERGED 2005/11/30 00:14:58 kendy 1.3.110.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 08:51:32 ebischoff 1.3.110.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [e7d59c158c09251e71a81f3b08cf1f17ff38f2a7]

        INTEGRATION: CWS kaddrbook (1.10.94); FILE MERGED 2005/11/30 00:13:04 kendy 1.10.94.2: RESYNC: (1.10-1.12); FILE MERGED 2005/08/29 08:51:32 ebischoff 1.10.94.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [5fa55a6bc31faf71a66649f3c7ef024e88e6a696]

        INTEGRATION: CWS kaddrbook (1.5.44); FILE MERGED 2005/11/30 00:10:33 kendy 1.5.44.3: RESYNC: (1.5-1.7); FILE MERGED 2005/08/30 11:11:43 fs 1.5.44.2: removed some obsolete cases while I was here .... 2005/08/29 08:51:31 ebischoff 1.5.44.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [8d97857e45a3bdf848f344299f888b8975b73ae8]

        INTEGRATION: CWS kaddrbook (1.20.82); FILE MERGED 2005/12/05 13:23:59 fs 1.20.82.4: #i52449# oops, previous revision not intended to be checked in 2005/12/05 12:15:25 fs 1.20.82.3: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion 2005/11/29 23:54:39 kendy 1.20.82.2: RESYNC: (1.20-1.24); FILE MERGED 2005/08/29 08:51:30 ebischoff 1.20.82.1: Changes needed for new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [1e4a11cbde58a5cbd7a3cbe950df738dbdbccd62]

        INTEGRATION: CWS kaddrbook (1.13.56); FILE MERGED 2005/12/05 12:15:24 fs 1.13.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f863785cbf9dd953fb64b6fce49e10859010dc84]

        INTEGRATION: CWS kaddrbook (1.5.56); FILE MERGED 2005/12/05 12:15:24 fs 1.5.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [427b0c5fd30f8a07377c6b0d06fc971d8ef0a9c0]

        INTEGRATION: CWS kaddrbook (1.6.56); FILE MERGED 2005/12/05 12:15:24 fs 1.6.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [6927ebb6b46a47068902e380d2030d072e8881e9]

        INTEGRATION: CWS kaddrbook (1.11.56); FILE MERGED 2005/12/05 12:15:24 fs 1.11.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [ba53a40119a40ac7b4fd21f9991539bb2c508506]

        INTEGRATION: CWS kaddrbook (1.137.46); FILE MERGED 2005/12/05 12:15:23 fs 1.137.46.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [603c89bda53cb54a73e2b07f9b845cf288f247f0]

        INTEGRATION: CWS kaddrbook (1.13.56); FILE MERGED 2005/12/05 12:15:23 fs 1.13.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [be5f958315a0818c09e3d29527edb7f2e5bdbd0c]

        INTEGRATION: CWS kaddrbook (1.29.56); FILE MERGED 2005/12/05 12:15:23 fs 1.29.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [cdc4bceea0bfd57bf16ab54cd1754bd4e1b36117]

        INTEGRATION: CWS kaddrbook (1.7.56); FILE MERGED 2005/12/05 12:15:23 fs 1.7.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [02ca9ed5cae36ab208dd2973f1ae8a4d021f6421]

        INTEGRATION: CWS kaddrbook (1.12.56); FILE MERGED 2005/12/05 12:15:23 fs 1.12.56.1: #i58879# respect XDatabaseMetaData::getVersionColumns, and translate it into css.sdbcx.Column.IsRowVersion

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [1495ea29f7a8d0aab378fc0cea8464cc57cfb613]

        INTEGRATION: CWS kaddrbook (1.129.8); FILE MERGED 2005/11/29 22:56:39 kendy 1.129.8.2: RESYNC: (1.129-1.139); FILE MERGED 2005/08/26 14:53:46 kendy 1.129.8.1: #i52449# QT_NO_EMIT is not necessary and breaks KAB compilation; removed.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [850e155252c7b3e3d42023aacf467a840ff4de45]

        INTEGRATION: CWS kaddrbook (1.112.8); FILE MERGED 2005/11/29 22:56:16 kendy 1.112.8.2: RESYNC: (1.112-1.123); FILE MERGED 2005/08/26 14:53:44 kendy 1.112.8.1: #i52449# QT_NO_EMIT is not necessary and breaks KAB compilation; removed.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [a53258f9bb8dae868f0d0aae0f55f1c54cefebb3]

        INTEGRATION: CWS kaddrbook (1.32.228); FILE MERGED 2005/12/08 11:42:52 fs 1.32.228.3: removed superfluous KAB driver settings, in agreement with ebischoff 2005/11/29 22:35:39 kendy 1.32.228.2: RESYNC: (1.32-1.34); FILE MERGED 2005/08/29 09:21:24 ebischoff 1.32.228.1: Changes needed for the new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [4234c81c6391b80231c55bcc73cdfb8667037352]

        INTEGRATION: CWS kaddrbook (1.20.226); FILE MERGED 2005/11/29 22:20:22 kendy 1.20.226.2: RESYNC: (1.20-1.21); FILE MERGED 2005/08/29 09:21:23 ebischoff 1.20.226.1: Changes needed for the new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [cc310a300d59fa69feb365d968e9918cee2e700d]

        INTEGRATION: CWS kaddrbook (1.27.286); FILE MERGED 2005/11/29 22:06:42 kendy 1.27.286.4: RESYNC: (1.27-1.30); FILE MERGED 2005/08/31 16:01:01 ebischoff 1.27.286.3: #54014# It was breaking OOo builds 2005/08/31 12:42:28 ebischoff 1.27.286.2: Moving KDE stuff inside of "$(GUI)" == "UNX" test 2005/08/31 12:22:16 fs 1.27.286.1: #i54014#

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [78106b85bc8f33f52dfc00138f5e3b5358c05ea8]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/04 11:28:48 ebischoff 1.1.2.9: Removing unnecessary library 2005/12/01 09:58:19 ebischoff 1.1.2.8: Issue number: #52449 Unneeded dependancy towards file driver removed 2005/11/30 13:56:44 kendy 1.1.2.7: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:30 ebischoff 1.1.2.6: Handling ORDER BY clauses 2005/09/13 18:20:42 ebischoff 1.1.2.5: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/08/31 08:30:37 ebischoff 1.1.2.4: These lines have moved to solenv/inc/unxlngi6.mk as planned. 2005/08/31 08:14:05 ebischoff 1.1.2.3: Whoops, forgot about the libs. This KDE_ROOT hack will be removed once it goes into a central place (see issue #54014) 2005/08/30 15:36:26 ebischoff 1.1.2.2: Started applying Frank's remarks 2005/08/29 08:43:57 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f64da9c7e69c05456ba9705473b12ec256407190]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:19 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:44 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 13:02:31 ebischoff 1.1.2.2: Dixed 2005/11/28 10:59:30 ebischoff 1.1.2.1: Handling ORDER BY clauses

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [393114d9a9d9a7dfb7745baca4492b5e0a8f6396]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 22:21:27 ebischoff 1.1.2.5: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:19 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:44 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 13:02:31 ebischoff 1.1.2.2: Dixed 2005/11/28 10:59:30 ebischoff 1.1.2.1: Handling ORDER BY clauses

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [15dc03e3ef2cfcb9dd3387679cac3c150119b6ef]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 22:21:26 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:18 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:43 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/13 18:20:38 ebischoff 1.1.2.1: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [0613711ee4d20c67287bd66aa8db862030b04c64]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 22:21:26 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:18 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:43 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/13 18:20:37 ebischoff 1.1.2.1: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [d15321681cbb0da8636965262ef63f14da070ea8]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:18 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:43 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:55 ebischoff 1.1.2.2: Better variable naming and const'ness 2005/09/13 18:20:36 ebischoff 1.1.2.1: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [3b73c47f443ab95d6c55a2539b95f7cc1f3175d0]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 22:21:25 ebischoff 1.1.2.6: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:17 ebischoff 1.1.2.5: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:42 kendy 1.1.2.4: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:55 ebischoff 1.1.2.3: Better variable naming and const'ness 2005/09/14 07:44:37 ebischoff 1.1.2.2: Better timestamp handling, not completly correct though. 2005/09/13 18:20:36 ebischoff 1.1.2.1: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself.

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [1c1f5f22788a056c2e20797cb97297b29f16dc03]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/08/29 08:43:56 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [037eb9903fa5018d1d5384a6a4ad95d8a50e54ab]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:17 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:42 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/29 08:43:55 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [2cd7942985dceeff788821af973a6274a28c2f73]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:16 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:41 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/30 15:36:26 ebischoff 1.1.2.2: Started applying Frank's remarks 2005/08/29 08:43:55 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [ca122016f7911e4778d35393d7f827f5123d605a]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:16 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:41 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/30 15:36:25 ebischoff 1.1.2.2: Started applying Frank's remarks 2005/08/29 08:43:54 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [4a6069a1ea42601a291e6baf53f4748c79ee6c04]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:16 ebischoff 1.1.2.6: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:41 kendy 1.1.2.5: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:31 ebischoff 1.1.2.4: Handling ORDER BY clauses 2005/09/01 17:11:30 ebischoff 1.1.2.3: Simplifying the statements classes 2005/08/31 14:31:09 ebischoff 1.1.2.2: Continuing with code review 2005/08/29 08:43:54 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [321ef76b78f83323364c9f8458958695f73615a5]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:15 ebischoff 1.1.2.13: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:40 kendy 1.1.2.12: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 12:39:12 ebischoff 1.1.2.11: Fixing 2005/11/28 10:59:31 ebischoff 1.1.2.10: Handling ORDER BY clauses 2005/11/22 14:38:54 ebischoff 1.1.2.9: Using new cast syntax 2005/10/07 14:30:10 ebischoff 1.1.2.8: I can finally trigger syntax problems 2005/09/13 18:20:42 ebischoff 1.1.2.7: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/09/02 14:09:53 ebischoff 1.1.2.6: Diagnostics 2005/09/02 13:50:49 ebischoff 1.1.2.5: Cleanup 2005/09/01 19:39:11 ebischoff 1.1.2.4: Using OS_TRACE instead of printf 2005/09/01 17:11:30 ebischoff 1.1.2.3: Simplifying the statements classes 2005/08/31 14:31:09 ebischoff 1.1.2.2: Continuing with code review 2005/08/29 08:43:53 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [4671e8dc82fe80c9efe4c65b0ccd2a63526d3c84]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:15 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:40 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/29 08:43:53 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [8b1cd1676a8c14908967bcdc628322a30a0e6772]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:15 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:40 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/13 18:20:41 ebischoff 1.1.2.2: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/08/29 08:43:53 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [536cb613bbc2504235b1d6714fe4b2ab5a49556b]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 22:21:25 ebischoff 1.1.2.6: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:14 ebischoff 1.1.2.5: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:39 kendy 1.1.2.4: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/22 12:34:09 ebischoff 1.1.2.3: Putting table name in only one place as recommanded by Frank 2005/09/13 18:20:41 ebischoff 1.1.2.2: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/08/29 08:43:52 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [ab956c6ba46d70a88a7a63ac89a2d78b596ccfb8]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:14 ebischoff 1.1.2.7: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:39 kendy 1.1.2.6: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:31 ebischoff 1.1.2.5: Handling ORDER BY clauses 2005/11/22 10:52:46 ebischoff 1.1.2.4: Just adding comments 2005/09/02 15:22:52 ebischoff 1.1.2.3: Fixed statement ownership 2005/09/01 17:11:31 ebischoff 1.1.2.2: Simplifying the statements classes 2005/08/29 08:43:52 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [e462d5599510828dabba0ae258a6ff2a9a44e6ad]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/06 15:47:15 ebischoff 1.1.2.16: Disabling bookmarking as it currently crashes OOo (the problem is probably that 0-th element in rows should contain the bookmark,  which is not implemented yet) 2005/12/06 15:15:20 ebischoff 1.1.2.15: Reverting after an intense discussion with fs and kendy 2005/12/05 13:43:19 ebischoff 1.1.2.14: One more step towards bookmarking 2005/12/02 22:21:25 ebischoff 1.1.2.13: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:13 ebischoff 1.1.2.12: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:38 kendy 1.1.2.11: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 10:59:31 ebischoff 1.1.2.10: Handling ORDER BY clauses 2005/11/24 12:46:34 ebischoff 1.1.2.9: Raising exeptions for unimplemented functions 2005/11/22 14:38:54 ebischoff 1.1.2.8: Using new cast syntax 2005/09/13 18:20:39 ebischoff 1.1.2.7: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/09/02 15:22:52 ebischoff 1.1.2.6: Fixed statement ownership 2005/09/02 14:09:38 ebischoff 1.1.2.5: Ooops 2005/09/02 13:50:49 ebischoff 1.1.2.4: Cleanup 2005/09/02 04:25:13 ebischoff 1.1.2.3: Ooops 2005/09/01 17:11:31 ebischoff 1.1.2.2: Simplifying the statements classes 2005/08/29 08:43:51 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [5ff67c3669741f185df40f99a4b17fc9dddc45f6]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:13 ebischoff 1.1.2.10: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:38 kendy 1.1.2.9: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/28 11:00:42 ebischoff 1.1.2.8: Unused variable 2005/11/25 10:39:32 ebischoff 1.1.2.7: Changing type of reference to the meta data 2005/10/12 16:42:20 ebischoff 1.1.2.6: Fixed a bug 2005/09/12 12:10:06 ebischoff 1.1.2.5: Raising unsupported function exceptions when using XParameters interface 2005/09/02 02:42:03 ebischoff 1.1.2.4: Simplifying 2005/09/01 17:11:30 ebischoff 1.1.2.3: Simplifying the statements classes 2005/08/31 14:31:08 ebischoff 1.1.2.2: Continuing with code review 2005/08/29 08:43:51 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [059e9e2de888fb7179366fa8d90fead357c04d93]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:13 ebischoff 1.1.2.11: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:38 kendy 1.1.2.10: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/25 10:39:32 ebischoff 1.1.2.9: Changing type of reference to the meta data 2005/11/22 14:38:54 ebischoff 1.1.2.8: Using new cast syntax 2005/10/12 16:42:20 ebischoff 1.1.2.7: Fixed a bug 2005/09/12 12:10:05 ebischoff 1.1.2.6: Raising unsupported function exceptions when using XParameters interface 2005/09/02 13:50:50 ebischoff 1.1.2.5: Cleanup 2005/09/02 02:42:02 ebischoff 1.1.2.4: Simplifying 2005/09/01 17:11:30 ebischoff 1.1.2.3: Simplifying the statements classes 2005/08/31 14:31:07 ebischoff 1.1.2.2: Continuing with code review 2005/08/29 08:43:51 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f67d0ca3adc6ac3bf103a071cb0952e4be9683dd]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:12 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:37 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/29 08:43:50 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [df54bd2756d5d8b74c71a3ad608081afde8df433]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/06 15:15:19 ebischoff 1.1.2.7: Reverting after an intense discussion with fs and kendy 2005/12/06 14:48:55 ebischoff 1.1.2.6: Runtime check that the library is available. I'm wondering whether I should unload the library in disposing() method. 2005/12/02 20:19:12 ebischoff 1.1.2.5: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/12/01 17:38:22 ebischoff 1.1.2.4: Tested that the driver works even when OOo is running on display :1 2005/11/30 13:56:37 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/01 20:06:23 ebischoff 1.1.2.2: Code cleanup 2005/08/29 08:43:50 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [11ee85dab7087e5ce20fb18c12e5501f9f0d9ca1]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:12 ebischoff 1.1.2.7: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:37 kendy 1.1.2.6: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/24 12:40:26 ebischoff 1.1.2.5: Grmbl 2005/11/24 11:13:01 ebischoff 1.1.2.4: Cleaner code 2005/11/22 12:34:09 ebischoff 1.1.2.3: Putting table name in only one place as recommanded by Frank 2005/09/02 15:57:11 ebischoff 1.1.2.2: Fixing ownership of connection in database metadata 2005/08/29 08:43:49 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [815864bf0664736a3418f10e8a66e33dc0684237]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/05 12:16:30 fs 1.1.2.15: #i52449# getVersionColumns: 1-based column indexes, not 0-based 2005/12/02 22:21:24 ebischoff 1.1.2.14: Issue number: Submitted by: Reviewed by: Making "Unique identifier" a bookmark. This is not a field anymore. 2005/12/02 20:19:11 ebischoff 1.1.2.13: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:36 kendy 1.1.2.12: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/11/24 12:40:26 ebischoff 1.1.2.11: Grmbl 2005/11/24 12:04:55 ebischoff 1.1.2.10: Ooops 2005/11/24 11:13:01 ebischoff 1.1.2.9: Cleaner code 2005/11/22 12:34:08 ebischoff 1.1.2.8: Putting table name in only one place as recommanded by Frank 2005/10/11 15:43:29 ebischoff 1.1.2.7: Minor fix 2005/09/13 18:20:38 ebischoff 1.1.2.6: - Added two new fields: "identifier" and "revision date".   Now handling TIMESTAMP data type in addition to CHAR(256). - Renamed KCondition.* to kcondition.* so that my own files   are clearly distinguished from the driver itself. 2005/09/12 12:32:03 ebischoff 1.1.2.5: Informing better about concurrency 2005/09/02 15:57:11 ebischoff 1.1.2.4: Fixing ownership of connection in database metadata 2005/09/02 08:44:22 ebischoff 1.1.2.3: Fixes 2005/09/02 05:07:18 ebischoff 1.1.2.2: Simplifying 2005/08/29 08:43:49 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [f50ce849ab1a6fe24698dafb14ff6556666d1e88]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:11 ebischoff 1.1.2.6: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:36 kendy 1.1.2.5: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/02 15:57:12 ebischoff 1.1.2.4: Fixing ownership of connection in database metadata 2005/09/02 05:07:18 ebischoff 1.1.2.3: Simplifying 2005/09/02 02:42:02 ebischoff 1.1.2.2: Simplifying 2005/08/29 08:43:48 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [de3f4ef8f3d9ae5e4289a97ade140202d1e65a13]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:10 ebischoff 1.1.2.6: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:36 kendy 1.1.2.5: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/02 13:50:49 ebischoff 1.1.2.4: Cleanup 2005/09/02 05:07:18 ebischoff 1.1.2.3: Simplifying 2005/09/02 02:42:02 ebischoff 1.1.2.2: Simplifying 2005/08/29 08:43:48 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [613e623a7179a8998149f54a1a5312750e3fd90d]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:10 ebischoff 1.1.2.3: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:35 kendy 1.1.2.2: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/08/29 08:43:47 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [192c595ef84e6f2b00f3d1dc5d75b848761fdf99]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:09 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:35 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/02 08:04:22 ebischoff 1.1.2.2: Simplifying 2005/08/29 08:43:46 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [8b507faec0edcdf46b749fcaa610da8d6aa315b1]

        INTEGRATION: CWS kaddrbook (1.1.2); FILE ADDED 2005/12/02 20:19:09 ebischoff 1.1.2.4: Issue number: Submitted by: Reviewed by: Making "Revision date" a "version" field. Such fields are not displayed, by default. 2005/11/30 13:56:34 kendy 1.1.2.3: #i54170# SISSL/LGPL -> LGPL for the KDE AddressBook files. 2005/09/02 08:04:21 ebischoff 1.1.2.2: Simplifying 2005/08/29 08:43:46 ebischoff 1.1.2.1: Initial checkin of KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [1685f949533640acce2cf53055e3b8143360b076]

        INTEGRATION: CWS kaddrbook (1.22.36); FILE MERGED 2005/08/29 08:46:08 ebischoff 1.22.36.1: Changes needed by new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [4638a99095ccd48aaf7f77b23b32da7f14a74590]

        INTEGRATION: CWS kaddrbook (1.24.36); FILE MERGED 2005/12/01 10:00:34 ebischoff 1.24.36.4: The dependancy towards the file driver is not needed anymore now that I have removed it from my makefile as well. 2005/11/29 11:07:34 kendy 1.24.36.3: RESYNC: (1.24-1.25); FILE MERGED 2005/10/05 15:02:07 kendy 1.24.36.2: Fix parallel build of kab. 2005/08/29 08:46:07 ebischoff 1.24.36.1: Changes needed by new KDE address book driver

2005-12-19  Oliver Bolte  <obo@openoffice.org>  [701e22a0df7cb99f32002888c8d8f6f56a5b7c7f]

        INTEGRATION: CWS kaddrbook (1.10.104); FILE MERGED 2005/11/29 11:00:52 kendy 1.10.104.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/29 08:46:07 ebischoff 1.10.104.1: Changes needed by new KDE address book driver

2005-12-15  Vladimir Glazounov  <vg@openoffice.org>  [64212ab09f649c28a7cb18b2f0ba03b7031b6354]

        new version for SRC680

2005-12-15  Rüdiger Timm  <rt@openoffice.org>  [d61441831e88104eb6f047e303ef39352d3c2e4a]

        #129315# Add SUNW_PATCH_PROPERTIES to pkginfo

2005-12-15  Oliver Bolte  <obo@openoffice.org>  [360258f052d86eea2246e1bcf486af89bb80f740]

        #i10000# undo last change

2005-12-15  Oliver Bolte  <obo@openoffice.org>  [4a9b3738b10f083ac55e1c2b801fbb851a163c3a]

        #i56616# intel port

2005-12-15  Vladimir Glazounov  <vg@openoffice.org>  [6fa7d48a64ffd453226c3706ef8e0777ba2de653]

        new version for SRC680

2005-12-15  Rüdiger Timm  <rt@openoffice.org>  [d7cd64bd3954219b412145c7ec81bdf6c95b262d]

        #i10000# Back to normality, i.e. what we had before 2.0.1 release phase.

2005-12-15  Rüdiger Timm  <rt@openoffice.org>  [569d5f7d415bebcd28366434bf42fc0d41797fa6]

        SRC680

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [42882cd9dffd6a24bba885041d1ac976f0d447bf]

        INTEGRATION: CWS impressfunctions (1.39.40); FILE MERGED 2005/11/28 18:05:01 cl 1.39.40.2: RESYNC: (1.39-1.40); FILE MERGED 2005/10/28 10:52:35 cl 1.39.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [80cb4323618f459102f5978745ea1caa35f7cf86]

        INTEGRATION: CWS impressfunctions (1.50.40); FILE MERGED 2005/11/28 18:02:42 cl 1.50.40.2: RESYNC: (1.50-1.52); FILE MERGED 2005/10/28 10:58:32 cl 1.50.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7ad7a40f958fd8d2ff07eb5baa9213c5f90becce]

        INTEGRATION: CWS impressfunctions (1.46.38); FILE MERGED 2005/11/28 18:02:34 cl 1.46.38.2: RESYNC: (1.46-1.47); FILE MERGED 2005/10/28 10:58:32 cl 1.46.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [aea10fcdfe0ee40d5dc578faf9fb5e9cb956f456]

        INTEGRATION: CWS impressfunctions (1.39.40); FILE MERGED 2005/11/28 18:02:26 cl 1.39.40.2: RESYNC: (1.39-1.40); FILE MERGED 2005/10/28 10:58:31 cl 1.39.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1768b755a9c55a988805b0d4c81066df5d8766fc]

        INTEGRATION: CWS impressfunctions (1.24.38); FILE MERGED 2005/10/28 10:58:30 cl 1.24.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ef6a4033334a63cbeab0e8f0d15502bdbaeef4cb]

        INTEGRATION: CWS impressfunctions (1.45.12); FILE MERGED 2005/11/28 18:02:06 cl 1.45.12.2: RESYNC: (1.45-1.46); FILE MERGED 2005/10/28 10:58:30 cl 1.45.12.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1171e7fb01c4f032ba4ff32524b9912beff60a6f]

        INTEGRATION: CWS impressfunctions (1.43.28); FILE MERGED 2005/10/28 10:58:30 cl 1.43.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2e901bf9480e28cf375ccad15b90926e9448ea73]

        INTEGRATION: CWS impressfunctions (1.27.40); FILE MERGED 2005/10/28 10:58:30 cl 1.27.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b0a1957376c8cca87278b646f324b3fe20c12b28]

        INTEGRATION: CWS impressfunctions (1.73.38); FILE MERGED 2005/11/28 18:01:48 cl 1.73.38.3: RESYNC: (1.73-1.75); FILE MERGED 2005/10/28 13:01:28 cl 1.73.38.2: #125341# fixed unix build problems 2005/10/28 10:58:29 cl 1.73.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [90972d96f00c34f168fd0e87eab760617c312813]

        INTEGRATION: CWS impressfunctions (1.21.40); FILE MERGED 2005/11/28 18:01:39 cl 1.21.40.2: RESYNC: (1.21-1.22); FILE MERGED 2005/10/28 10:58:29 cl 1.21.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [04e85db14d431709805374af1e1ceb766d95f262]

        INTEGRATION: CWS impressfunctions (1.9.40); FILE MERGED 2005/10/28 10:58:29 cl 1.9.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [dc5479dcc39a9a86044018d351b298fe610478bc]

        INTEGRATION: CWS impressfunctions (1.55.38); FILE MERGED 2005/10/28 10:58:28 cl 1.55.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [29a69e05c7991b305e822fa13f7fb569ec7eb568]

        INTEGRATION: CWS impressfunctions (1.25.38); FILE MERGED 2005/10/28 10:58:28 cl 1.25.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d15d8fa31ef684efebca64497af9bc41d9f5d294]

        INTEGRATION: CWS impressfunctions (1.37.38); FILE MERGED 2005/11/28 18:01:22 cl 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2005/10/28 10:58:28 cl 1.37.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8015a8bdc2a65b76c00109461d8d305a2b45ffa1]

        INTEGRATION: CWS impressfunctions (1.14.38); FILE MERGED 2005/10/28 10:58:28 cl 1.14.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8439ea2d75c34319f9049e0eaaef71d21ac9ced4]

        INTEGRATION: CWS impressfunctions (1.13.38); FILE MERGED 2005/11/28 18:01:14 cl 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/28 10:58:27 cl 1.13.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [928298266ce7ec933dc9ba044c4dcfeffe3331a6]

        INTEGRATION: CWS impressfunctions (1.59.36); FILE MERGED 2005/11/28 18:01:05 cl 1.59.36.3: RESYNC: (1.59-1.62); FILE MERGED 2005/10/28 13:01:28 cl 1.59.36.2: #125341# fixed unix build problems 2005/10/28 10:58:27 cl 1.59.36.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [27a4533761471c84f4f9186f44a2118d744a17c5]

        INTEGRATION: CWS impressfunctions (1.20.38); FILE MERGED 2005/10/28 10:58:27 cl 1.20.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0b6c73c5904b38b9f9f4f9d73b0de26376e35387]

        INTEGRATION: CWS impressfunctions (1.43.40); FILE MERGED 2005/10/28 10:58:26 cl 1.43.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [12494257751bdfef43bbaf8631f64227b52a8527]

        INTEGRATION: CWS impressfunctions (1.28.38); FILE MERGED 2005/10/28 10:58:26 cl 1.28.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4446e63b71112be0b22ddb70cc65354d5131d06c]

        INTEGRATION: CWS impressfunctions (1.34.12); FILE MERGED 2005/10/28 10:58:26 cl 1.34.12.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [45771b3092919a468d8512700fd5664f00f53457]

        INTEGRATION: CWS impressfunctions (1.41.38); FILE MERGED 2005/10/28 10:58:25 cl 1.41.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d5b1a023b82d66e5461d52b0bda778df060ab827]

        INTEGRATION: CWS impressfunctions (1.59.12); FILE MERGED 2005/11/28 18:00:57 cl 1.59.12.2: RESYNC: (1.59-1.61); FILE MERGED 2005/10/28 10:58:25 cl 1.59.12.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [011c91b804f5478e6e4e38836f7f7e3d66cf8340]

        INTEGRATION: CWS impressfunctions (1.21.38); FILE MERGED 2005/11/28 18:00:49 cl 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2005/10/28 10:58:25 cl 1.21.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [16a9678883317df3181dd3142fee386687ef2502]

        INTEGRATION: CWS impressfunctions (1.7.38); FILE MERGED 2005/10/28 10:58:25 cl 1.7.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [536487b1379f3027805aac59529eeec4dc721e5b]

        INTEGRATION: CWS impressfunctions (1.4.42); FILE MERGED 2005/10/28 10:58:25 cl 1.4.42.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7319f301498c27cd5ff0bbc5a7cb72798ac0d395]

        INTEGRATION: CWS impressfunctions (1.21.16); FILE MERGED 2005/10/28 13:01:28 cl 1.21.16.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b361011e52996db30b27c02bb066606bfe20ab94]

        INTEGRATION: CWS impressfunctions (1.74.12); FILE MERGED 2005/11/28 17:59:44 cl 1.74.12.2: RESYNC: (1.74-1.75); FILE MERGED 2005/10/28 12:40:36 cl 1.74.12.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1f9f1797892e7da853b1bf1b943a86f6383105e6]

        INTEGRATION: CWS impressfunctions (1.29.42); FILE MERGED 2005/10/28 12:40:36 cl 1.29.42.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0b299d97ae203b276f9415b0b1ec9704e1125eb9]

        INTEGRATION: CWS impressfunctions (1.6.42); FILE MERGED 2005/10/28 12:40:35 cl 1.6.42.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3522128a3f75d7d25a7e72abe25cd76e5ebe340f]

        INTEGRATION: CWS impressfunctions (1.13.40); FILE MERGED 2005/11/28 17:58:45 cl 1.13.40.2: RESYNC: (1.13-1.14); FILE MERGED 2005/10/28 12:40:35 cl 1.13.40.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [429d025325dc2655da7e8c16d181df63c282eb2a]

        INTEGRATION: CWS impressfunctions (1.26.40); FILE MERGED 2005/10/31 08:59:34 cl 1.26.40.2: fixed unix build error 2005/10/28 12:40:34 cl 1.26.40.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2e861b24400a5035b4e38829a6ceee3eda984274]

        INTEGRATION: CWS impressfunctions (1.14.40); FILE MERGED 2005/11/28 17:58:38 cl 1.14.40.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/28 12:40:33 cl 1.14.40.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9b548f165bf5c85b12e0477abfd85e8b186d559c]

        INTEGRATION: CWS impressfunctions (1.6.42); FILE MERGED 2005/10/28 12:13:29 cl 1.6.42.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [073f45d2dc9d9fa72725fa6608d3c63136ebd981]

        INTEGRATION: CWS impressfunctions (1.16.28); FILE MERGED 2005/11/28 17:56:46 cl 1.16.28.2: RESYNC: (1.16-1.18); FILE MERGED 2005/10/28 11:00:54 cl 1.16.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [aacebd2b331ef2a61f9b8e86731267a2d8365121]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 11:00:54 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [404884308620653f7ee7bba800add36394c4c480]

        INTEGRATION: CWS impressfunctions (1.9.40); FILE MERGED 2005/10/28 11:00:53 cl 1.9.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [19fc9aa3b06260eadf2b2e4e1f2665ef966bfb2b]

        INTEGRATION: CWS impressfunctions (1.11.42); FILE MERGED 2005/10/28 11:00:53 cl 1.11.42.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a586f55b5234a21d3cdfa9eab3cf4ea86f774250]

        INTEGRATION: CWS impressfunctions (1.20.28); FILE MERGED 2005/10/28 11:00:53 cl 1.20.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [72661d6697ab79ad818cf3d5e7e60c8b1f0eec89]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 11:00:52 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8fad3420f265876d8a88f5ac2c8e6d3c9ecc994a]

        INTEGRATION: CWS impressfunctions (1.24.28); FILE MERGED 2005/10/28 11:00:52 cl 1.24.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [17f9bf8460aeff62478f64534b2356c8d12fba93]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 11:00:51 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d5fa0e7467d36bb377bd55b465d4a0bea4d2aca2]

        INTEGRATION: CWS impressfunctions (1.15.28); FILE MERGED 2005/11/28 17:56:09 cl 1.15.28.2: RESYNC: (1.15-1.16); FILE MERGED 2005/10/28 11:00:51 cl 1.15.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b4a5a699367c673f410845a63a7944b90a0bf889]

        INTEGRATION: CWS impressfunctions (1.25.26); FILE MERGED 2005/11/28 17:56:00 cl 1.25.26.2: RESYNC: (1.25-1.28); FILE MERGED 2005/10/28 11:00:51 cl 1.25.26.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cf6cff32661680fa6f0fe1292325703130daa8cf]

        INTEGRATION: CWS impressfunctions (1.10.12); FILE MERGED 2005/11/28 17:51:42 cl 1.10.12.2: RESYNC: (1.10-1.12); FILE MERGED 2005/10/28 12:18:05 cl 1.10.12.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8c20cd85c6853b73458cf2dc4fa33efbdbf38e4d]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:58 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7ba6387ba89e0a4ab9dd8256b22727aaefa89c3d]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:57 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [91463fdb460b8cb3dd7a3ee45680d8b2a9d31db4]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:56 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [02f9c093c8eb596b33ae4d36343cc4820f2b5047]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:56:56 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cceebe5bd765b89651400db56912ce4a4c9cab6a]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:55 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cac636c7b0f900f2a7fd24dfddc6731c4bb0c0fc]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:56:54 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a7507344df8c09bbe2171e2b4107834e4df25f72]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:54 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ed901657ea42beaf05fa41b9d31550dc8a9ec949]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:54 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2f1a4438378cc753b91af461ecb961c18332f603]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:56:53 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0cc960290e244882352e3dde51033fcab64f0ca3]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:53 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7c47b9d72cc03cccc59f0f1c5478d74b95469424]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:52 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cd49e4b48d503b90bb15bbf021c73a39921933d2]

        INTEGRATION: CWS impressfunctions (1.11.40); FILE MERGED 2005/10/28 11:26:06 cl 1.11.40.2: #125341# reworked FuPoor classes to use refcounting 2005/10/28 10:56:52 cl 1.11.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0a65c25e05597a8807de750a0eab5ef7fe452bfd]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:52 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9f474d6b63231adcf2eea36c6d39edc42251b233]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:51 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [deda9abf4a272dddcc9fbc491657b2e73a81c12c]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:51 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0df5688ce8625b091c7c4bc50661855e91a23097]

        INTEGRATION: CWS impressfunctions (1.3.38); FILE MERGED 2005/10/28 10:56:50 cl 1.3.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f1361d6565b923629108b9bcc0e7afc75c1d69a5]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:50 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [540a05b05adacb3debef98d509ad3365e03b4b27]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:49 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d9236a3b9ffa120e422d5412bb0ff8e7bd814a3c]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:56:49 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0d71e1fb67c32f96b082d4e69cc8b32b30da11dc]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:56:46 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f1f9cdc963906cdfcb599530eb19b73a04a0049b]

        INTEGRATION: CWS impressfunctions (1.5.16); FILE MERGED 2005/10/28 10:56:46 cl 1.5.16.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f738876c9f972196132904a2e72164ed54e3a514]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:45 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [de2de89347c4cf285b8a1efa56f529677d7fe6ed]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:44 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4c8b9d6be84c547b7347f210bcc1593ea4322a65]

        INTEGRATION: CWS impressfunctions (1.3.38); FILE MERGED 2005/10/28 10:56:44 cl 1.3.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ac3a759b3e667b9ee57fb85d6266ccb81cb159e9]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:56:44 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f6d8a7c800d3fcdd87d0794f2b4da7aca2adf745]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:43 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6472b8cf54f6a62a2cfe9bddcd1a001760acec16]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:42 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cade01f87fb102473b4fd65b66fdfa1f31850c90]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:42 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7765a74b1c5ae3e7cfec9ae5fe48e238f9a8469c]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:41 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [52692ee43a876e37aecade4f637490f13e2dbf91]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:41 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [30babca9edd87ca95bb01f73c091fe37497dce91]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:56:40 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [53126575906e114da30cb02a7e38cf4532e862cd]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:37 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [316f5ffe716b9064ec40900aa5c6c86ca737b7e6]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/11/29 16:04:28 cl 1.3.40.3: fixed merge conflict conflict 2005/11/28 17:50:41 cl 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/28 10:56:35 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [530b10d7ed98bb1775931dc9e2b84197af0904bf]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:56:32 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [88b98d36d81eec30de534bf24e286cb9aedb9d4f]

        INTEGRATION: CWS impressfunctions (1.16.28); FILE MERGED 2005/11/28 17:50:31 cl 1.16.28.2: RESYNC: (1.16-1.17); FILE MERGED 2005/10/28 10:56:31 cl 1.16.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6a5dbb2151d89077656bef0a8e3c306473325efe]

        INTEGRATION: CWS impressfunctions (1.11.38); FILE MERGED 2005/11/28 17:50:23 cl 1.11.38.2: RESYNC: (1.11-1.12); FILE MERGED 2005/10/28 10:56:30 cl 1.11.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [20fc88e410a2d727ce9660e1f01cb95d8c97d879]

        INTEGRATION: CWS impressfunctions (1.9.40); FILE MERGED 2005/10/28 10:56:28 cl 1.9.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c4faaff16d39c8f63d5b595df4547a10eb3b635a]

        INTEGRATION: CWS impressfunctions (1.7.38); FILE MERGED 2005/10/28 10:57:43 cl 1.7.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [06bd3199af4cb055d1e6c43579d04d3311fe8ec2]

        INTEGRATION: CWS impressfunctions (1.6.38); FILE MERGED 2005/10/28 10:57:43 cl 1.6.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [569fecd46240a2be4e4c08b4e8d8f164e5af14de]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:57:43 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0bc1a8629a7b5e6eb80cea6cf7af026d225fa05a]

        INTEGRATION: CWS impressfunctions (1.11.40); FILE MERGED 2005/10/28 12:03:14 cl 1.11.40.2: #125341# fixed unix build problems 2005/10/28 10:57:42 cl 1.11.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [452d014e32267098d4ba77be026ddeb39924a206]

        INTEGRATION: CWS impressfunctions (1.50.38); FILE MERGED 2005/10/28 12:03:14 cl 1.50.38.2: #125341# fixed unix build problems 2005/10/28 10:57:42 cl 1.50.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7f06393832148edfe531311d7f406cf27f6b43ac]

        INTEGRATION: CWS impressfunctions (1.21.40); FILE MERGED 2005/10/28 10:57:42 cl 1.21.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4c5b4636013d02b6aca825499a8a69de47eeb3e8]

        INTEGRATION: CWS impressfunctions (1.7.40); FILE MERGED 2005/10/28 10:57:42 cl 1.7.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [fa5939d1b8bed5a773211aac14fde4c24b2ee1da]

        INTEGRATION: CWS impressfunctions (1.7.40); FILE MERGED 2005/10/28 10:57:41 cl 1.7.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e7e70afdef850733b3366f50597c0382e72bb6a8]

        INTEGRATION: CWS impressfunctions (1.4.38); FILE MERGED 2005/10/28 10:57:41 cl 1.4.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e54f96b57c7952a2c1c4144a3c856de625da985a]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:57:41 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1b791fa19d647757968326cbb794fd78d725944d]

        INTEGRATION: CWS impressfunctions (1.34.28); FILE MERGED 2005/10/28 10:57:40 cl 1.34.28.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9dfe5700af45f5e60abe3035ea950dc7b72e2b3b]

        INTEGRATION: CWS impressfunctions (1.8.40); FILE MERGED 2005/10/28 10:57:40 cl 1.8.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0b7415ea753cdff22866d0a21bc6572a3dcab663]

        INTEGRATION: CWS impressfunctions (1.7.38); FILE MERGED 2005/10/28 10:57:40 cl 1.7.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f9761b3b6e08f8dbf8c51a68a5e21b7e0d7635c4]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:57:40 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a2fb4c511913c95d04645c347771d3ead6d9d68f]

        INTEGRATION: CWS impressfunctions (1.10.38); FILE MERGED 2005/10/28 10:57:40 cl 1.10.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [82be6099ef73d582e38f18a85309c3cc34b18fad]

        INTEGRATION: CWS impressfunctions (1.41.38); FILE MERGED 2005/10/28 10:57:39 cl 1.41.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9571eed539d9f9818b0bfb27ccce3574ddc382cc]

        INTEGRATION: CWS impressfunctions (1.11.40); FILE MERGED 2005/10/28 10:57:39 cl 1.11.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6cebd20feca472c8b49a1448d9e905dc8389fcd8]

        INTEGRATION: CWS impressfunctions (1.22.38); FILE MERGED 2005/10/28 10:57:39 cl 1.22.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [878c42d171b7a131644a0b3845f735068e2bff15]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 10:57:39 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a3c576ee70d0291a9bf49d8aa16f342bcba7ff89]

        INTEGRATION: CWS impressfunctions (1.8.40); FILE MERGED 2005/10/28 10:57:39 cl 1.8.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [de4a2b2d5e57f94398e3612371e849e7e00e0fc8]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:57:38 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bb5a3b2a5916a4698b53d738a0548d00c2947076]

        INTEGRATION: CWS impressfunctions (1.10.38); FILE MERGED 2005/10/28 10:57:38 cl 1.10.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bbe756a38fa12d2f6132427c3cac1c50fad2053e]

        INTEGRATION: CWS impressfunctions (1.11.26); FILE MERGED 2005/10/28 10:57:38 cl 1.11.26.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4a1e7293d1c5110ec5ab7fcfb527b8d167adaba9]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:57:38 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e0d0084f181a6354611300750698c24d44f713cc]

        INTEGRATION: CWS impressfunctions (1.6.38); FILE MERGED 2005/10/28 10:57:38 cl 1.6.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [fe2ff1f9fb18749063d86963f39426dafff766c3]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:57:37 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4539657d62e881e27a77d5ffd98710b109a3de83]

        INTEGRATION: CWS impressfunctions (1.35.38); FILE MERGED 2005/10/28 10:57:37 cl 1.35.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b4b06d917b009189816cfe550f85a29230918808]

        INTEGRATION: CWS impressfunctions (1.33.38); FILE MERGED 2005/10/28 10:57:37 cl 1.33.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0630b5f65ed74d9359890afaed81119985465bf9]

        INTEGRATION: CWS impressfunctions (1.7.16); FILE MERGED 2005/10/28 10:57:37 cl 1.7.16.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c34f4a9df2dd8ddd2795aa075c94ab97cab53859]

        INTEGRATION: CWS impressfunctions (1.4.40); FILE MERGED 2005/10/28 10:57:37 cl 1.4.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [24ba17870f6e09446743bf931e1591665fb3528c]

        INTEGRATION: CWS impressfunctions (1.12.40); FILE MERGED 2005/10/28 10:57:36 cl 1.12.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [283dbafda2af64dd0298ff1a1d8179ff3194b7ab]

        INTEGRATION: CWS impressfunctions (1.6.38); FILE MERGED 2005/10/28 10:57:36 cl 1.6.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5a2b7916dd56622021225bd1e18787762edad1ff]

        INTEGRATION: CWS impressfunctions (1.4.38); FILE MERGED 2005/10/28 10:57:36 cl 1.4.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [72bd10734592022f0a4e91958dfe9cec3dbd9280]

        INTEGRATION: CWS impressfunctions (1.23.38); FILE MERGED 2005/10/28 10:57:36 cl 1.23.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f1d09d83992e9e648ebe0b89f3a6ad794e2aca69]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:57:36 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cdb37c131909b836759d474d0a0d5f23b23b7558]

        INTEGRATION: CWS impressfunctions (1.7.38); FILE MERGED 2005/10/28 10:57:35 cl 1.7.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2c243169fb1a9aad39e6cb1ebf3e90df133457e0]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/10/28 10:57:35 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0b69984a6ffc7a305a72a23a6e1ccf6b7b036f55]

        INTEGRATION: CWS impressfunctions (1.11.38); FILE MERGED 2005/10/28 10:57:35 cl 1.11.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a16a755fab5c164507b882ab69d32653650b3262]

        INTEGRATION: CWS impressfunctions (1.23.38); FILE MERGED 2005/10/28 10:57:35 cl 1.23.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [fba8eca64f9b2ce9579d6656a55cdc721b423952]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:57:35 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f0fcdf87751e969356e8c108e446151800527b52]

        INTEGRATION: CWS impressfunctions (1.9.40); FILE MERGED 2005/10/28 10:57:35 cl 1.9.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3cc1210bbd1bab886a380db36ea47b0cb2e4b039]

        INTEGRATION: CWS impressfunctions (1.11.38); FILE MERGED 2005/10/28 10:57:34 cl 1.11.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f0deff052ef87690154a50c8ea792aea9c454e3b]

        INTEGRATION: CWS impressfunctions (1.10.38); FILE MERGED 2005/10/28 10:57:34 cl 1.10.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [98c2ddf375ab2993715c588b24a400116fae151e]

        INTEGRATION: CWS impressfunctions (1.14.38); FILE MERGED 2005/10/28 10:57:34 cl 1.14.38.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4ee864454cfee19c0ae3d46cbc9440b1c810b251]

        INTEGRATION: CWS impressfunctions (1.7.40); FILE MERGED 2005/10/28 10:57:34 cl 1.7.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [dcd545d8499449e45b51892bbd97515764ae007d]

        INTEGRATION: CWS impressfunctions (1.6.40); FILE MERGED 2005/11/28 17:49:17 cl 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/28 10:57:34 cl 1.6.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b6ddf11f2d2b7b390765f36a29e389a8c67c3cdd]

        INTEGRATION: CWS impressfunctions (1.5.40); FILE MERGED 2005/10/28 10:57:33 cl 1.5.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c3a7aa5f3a7f5a134fd7e8cf1ee99a5ef36e05a7]

        INTEGRATION: CWS impressfunctions (1.33.40); FILE MERGED 2005/11/28 17:49:06 cl 1.33.40.2: RESYNC: (1.33-1.34); FILE MERGED 2005/10/28 11:00:00 cl 1.33.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f3a7d89e98631f41b0cdcb475bf521a453b27472]

        INTEGRATION: CWS impressfunctions (1.13.16); FILE MERGED 2005/10/28 11:00:00 cl 1.13.16.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7d07013033e026cf9517105f36a22495b2f51247]

        INTEGRATION: CWS impressfunctions (1.27.40); FILE MERGED 2005/10/28 10:59:56 cl 1.27.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9f2fcd9417b866502d3557332bed291d3e123eb1]

        INTEGRATION: CWS impressfunctions (1.34.40); FILE MERGED 2005/11/28 17:48:20 cl 1.34.40.2: RESYNC: (1.34-1.35); FILE MERGED 2005/10/28 11:00:12 cl 1.34.40.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [26e57b53f046da8f1d789c987be83a42c99f50dc]

        INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 11:44:48 cl 1.3.40.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c4c6760c91617efd1d2518a5f1e7b63ff159067b]

        INTEGRATION: CWS impressfunctions (1.23.40); FILE MERGED 2005/10/28 11:44:48 cl 1.23.40.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a11abd7f8e9a600cac9575b32a1acd3452b85fe0]

        INTEGRATION: CWS impressfunctions (1.1.2); FILE ADDED 2005/10/28 11:38:22 cl 1.1.2.2: #125341# fixed unix build problems 2005/10/28 10:53:22 cl 1.1.2.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5497a6350dff7264bab3e09dc6b8ad7048317a2c]

        INTEGRATION: CWS impressfunctions (1.1.2); FILE ADDED 2005/10/28 10:53:09 cl 1.1.2.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [df26bcaec76e7155ab4f6ba80f03b717cdb7bb26]

        INTEGRATION: CWS impressfunctions (1.58.26); FILE MERGED 2005/11/28 17:45:07 cl 1.58.26.2: RESYNC: (1.58-1.59); FILE MERGED 2005/10/28 10:55:59 cl 1.58.26.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c209e368bc8ea8ef90c47524cd6fe1a919d312f9]

        INTEGRATION: CWS impressfunctions (1.22.28); FILE MERGED 2005/12/06 15:38:56 cl 1.22.28.2: fixed build problem 2005/11/29 14:01:00 cl 1.22.28.1: fixed unix compile error

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [41840f54461c7809999258abb4ce3d77310bacd0]

        INTEGRATION: CWS impressfunctions (1.41.36); FILE MERGED 2005/10/28 11:35:33 cl 1.41.36.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [08dec96f64ed14658b88b70008e9b0ab7297353c]

        INTEGRATION: CWS impressfunctions (1.74.38); FILE MERGED 2005/10/28 11:35:32 cl 1.74.38.1: #125341# fixed unix build problems

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7bf0a004502d858cec6cf4beb77a27c3a0a1e272]

        INTEGRATION: CWS impressfunctions (1.12.344); FILE MERGED 2005/10/28 10:50:38 cl 1.12.344.1: #56779# fixed restoring slide after normal slideshow ending

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c2b8a4b4b3d08f6ffbd1169eea5b8574aacb78dc]

        INTEGRATION: CWS impressfunctions (1.1.2); FILE ADDED 2005/10/28 10:50:14 cl 1.1.2.1: #125341# reworked FuPoor classes to use refcounting

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [01c90730614553f16f68f22c49c92314370d2911]

        #i58758# flush changes immediatly, because dtor is not guaranteed to be called

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b543ece52552314673a250eb8f0fb89253d0d3a2]

        INTEGRATION: CWS sj31 (1.51.74); FILE MERGED 2005/11/25 12:12:43 cl 1.51.74.1: #125797# invalidate members belonging to old model if model changes

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [dc57636cf260f3508492d235f8c39ed555e88679]

        INTEGRATION: CWS sj31 (1.127.26); FILE MERGED 2005/11/25 13:43:28 sj 1.127.26.1: #i56826# now setting the correct fittoshape property

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [dc66764be642ecfd27f474136c3189da5a1fcaf7]

        INTEGRATION: CWS sj31 (1.9.152); FILE MERGED 2005/11/30 17:17:25 sj 1.9.152.1: #128566# solved problem when storing customshapes without geometry (text is no longer lost)

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [83fb8c5edb2bb57f03ce96d7cf15af4dc626a63b]

        INTEGRATION: CWS sj31 (1.15.80); FILE MERGED 2005/12/01 10:58:49 af 1.15.80.1: #120247# Executing slot with dispatcher directly from frame instead of that from the SfxViewShell.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [951e9f15435f7cbdc8455f2d5c835556dff5d278]

        INTEGRATION: CWS sj31 (1.75.44); FILE MERGED 2005/12/01 10:44:29 cl 1.75.44.1: #128673# fixed ::getTypes(), array size was one to big

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6f575346a9da423dea53acc156ed20afc983f1df]

        INTEGRATION: CWS sj31 (1.13.80); FILE MERGED 2005/12/01 08:54:15 af 1.13.80.1: #i58376# Converted static Bitmaps into members of singleton.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4c14da0453576c31e4c4c73d16000fa9fa05ef51]

        INTEGRATION: CWS sj31 (1.16.46); FILE MERGED 2005/11/25 09:36:55 cl 1.16.46.1: #i58102# skip effecs without valid effect sequence and assert. just to be safe

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b1675c906465dcf03db90cc500986a21483ff4ee]

        INTEGRATION: CWS sj31 (1.7.24); FILE MERGED 2005/11/28 15:59:07 sj 1.7.24.1: #i58431# fixed gpf when saving certain kind of sound effects

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f2ef2440da07ef12bcaae3e52da811395fddfa70]

        INTEGRATION: CWS sj31 (1.9.80); FILE MERGED 2005/12/01 08:43:54 sj 1.9.80.1: #126917# fixed an out of memory problem

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d5e8d07d7f2f0063e56be822f793f5d752663cc8]

        INTEGRATION: CWS sj31 (1.11.74); FILE MERGED 2005/11/25 09:35:45 cl 1.11.74.1: #i58102# while cloning, also copie effect sequence. Do not crash if effect sequence is zero

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [59247e8533acb9243f63df023c0384e147fe0812]

        INTEGRATION: CWS sj31 (1.17.36); FILE MERGED 2005/11/25 10:03:58 cl 1.17.36.1: #i57690# applied 64bit patch

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [509c4da8c76a3050d3acab8987f95c07e588d687]

        INTEGRATION: CWS ause044 (1.10.12); FILE MERGED 2005/11/29 11:48:28 hjs 1.10.12.1: #i51169# added svt.lib for windows

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d2e1074257534607eba4385ef105e7ae00bd6aef]

        INTEGRATION: CWS ause044 (1.7.2); FILE MERGED 2005/12/05 17:43:12 hjs 1.7.2.1: #i58214# added dependency

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7bf13b22b2762ca84e69dd789210a2fb9cfe9396]

        INTEGRATION: CWS ause044 (1.78.12); FILE MERGED 2005/11/17 14:32:16 hjs 1.78.12.1: #i56611# no more environment variables set to empty

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f71143e606d9c2309479d055a9f6634bb792800e]

        INTEGRATION: CWS ause044 (1.26.38); FILE MERGED 2005/11/28 16:41:11 hjs 1.26.38.1: #i58256# new naming of temporary files

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c576ca24b0f17a2aaf127ca4cfbe8595b102d6a1]

        INTEGRATION: CWS ause044 (1.92.102); FILE MERGED 2005/11/28 18:54:15 hjs 1.92.102.1: #i58388# .INIT depends on version object; SHLnTARGETN doesn't any longer

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [55868b73fea31082e708651208c4424ec1e69385]

        INTEGRATION: CWS ause044 (1.17.104); FILE MERGED 2005/12/05 12:55:20 hjs 1.17.104.1: #i58798# add dependency

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3e22d317fefb7f9fb43e9768f7c4d7c7737ca5bb]

        INTEGRATION: CWS ause044 (1.161.20); FILE MERGED 2005/11/28 16:25:45 hjs 1.161.20.1: #i58578#, #i57357# fixes around comp_ver.mk

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [02645c718a5f7ab55daf885af274197bd39696ef]

        INTEGRATION: CWS ause044 (1.178.4); FILE MERGED 2005/11/28 16:24:53 hjs 1.178.4.1: #i58578#, #i57357# fixes around comp_ver.mk

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a375fff1055e29f5a467ea569447a30f42e56670]

        INTEGRATION: CWS ause044 (1.24.38); FILE MERGED 2005/11/28 16:41:10 hjs 1.24.38.1: #i58256# new naming of temporary files

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cb3202b6905d06587dba7ba98c511fcc0e888c48]

        INTEGRATION: CWS rt13 (1.22.138); FILE MERGED 2005/11/29 13:05:07 rt 1.22.138.1: #i58619# Deliver guistdio.exe as crashrep.com, too.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0c21fa4edd1fb0e027ff92128bc7786077a6d23b]

        INTEGRATION: CWS ause044 (1.89.170); FILE MERGED 2005/11/28 18:54:14 hjs 1.89.170.1: #i58388# .INIT depends on version object; SHLnTARGETN doesn't any longer

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [69789684d61996b581d48e8aa274c32e5d59f9b3]

        INTEGRATION: CWS rt13 (1.23.2); FILE MERGED 2005/12/02 12:49:13 rt 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2005/11/30 13:14:16 rt 1.23.2.1: #i58543# New subdirectory 'checkdeliver'

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a38ca8be4d3918c6768031d4f6abba187e949360]

        INTEGRATION: CWS rt13 (1.1.2); FILE ADDED 2005/11/30 12:20:30 rt 1.1.2.1: #i58543# Initial revision

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [27885b45c343a04c7aff8e8660c9e70e7ef4f8bf]

        INTEGRATION: CWS rt13 (1.1.2); FILE ADDED 2005/12/09 14:24:43 rt 1.1.2.5: #i58543# Again: special handling for SO CWSs. 2005/12/09 13:41:14 rt 1.1.2.4: #i58543# Special handling for SO CWSs on windows using nfs, where linked modules cannot be resolved. 2005/12/05 12:41:40 rt 1.1.2.3: #i58543# Better use UPDMINOREXT instead of UPDMINOR 2005/12/02 15:39:40 rt 1.1.2.2: Add minimal console output. 2005/11/30 12:19:06 rt 1.1.2.1: #i58543# Initial revision: scipt to compare delivered binaries on solver with those on SRC_ROOT.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4d240c4535597b194041d4351a891c973fb73737]

        INTEGRATION: CWS rt13 (1.5.8); FILE MERGED 2005/12/05 14:45:13 np 1.5.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6effa0d095fcb02ef6f744c5f8c2371da4223f46]

        INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:24:03 np 1.3.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7a57e96c11a865555537ea0008607502bebde6f8]

        INTEGRATION: CWS rt13 (1.2.8); FILE MERGED 2005/12/07 17:24:02 np 1.2.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cd02759da9c2bffb4fafe46376bb0f9105ee7091]

        INTEGRATION: CWS rt13 (1.2.8); FILE MERGED 2005/12/07 17:37:07 np 1.2.8.2: #i58717# 2005/12/07 17:24:02 np 1.2.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a6ae4cc78c16d3d8e44cecfc1c88fb50fe93e235]

        INTEGRATION: CWS rt13 (1.4.8); FILE MERGED 2005/12/07 17:24:02 np 1.4.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f3e6e146e8df2861dd5a661c6a328f8645615508]

        INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:24:01 np 1.3.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d42b34385127ee82a1e73a5add8f54de730916f7]

        INTEGRATION: CWS rt13 (1.5.8); FILE MERGED 2005/12/07 17:24:01 np 1.5.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c3417bc6ed8a9404298faae6a46f194af32ceaba]

        INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:24:00 np 1.3.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [37466f86d2bc29b301493aa303f1347e412b8624]

        INTEGRATION: CWS rt13 (1.6.8); FILE MERGED 2005/12/08 10:05:37 np 1.6.8.4: #i58717# 2005/12/07 17:24:00 np 1.6.8.3: #i58717# 2005/12/05 16:49:25 np 1.6.8.2: #i58717# 2005/12/05 14:45:12 np 1.6.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9175d5b26daa1f4dfdd22cdff404e3e193b8073d]

        INTEGRATION: CWS rt13 (1.2.8); FILE MERGED 2005/12/07 17:24:00 np 1.2.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cd1a4af8264c7d1601c147edb3150f7dfaacde64]

        INTEGRATION: CWS rt13 (1.3.8); FILE MERGED 2005/12/07 17:23:59 np 1.3.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d6f678e5b3d15cd651d22cea807f227685dd32b4]

        INTEGRATION: CWS rt13 (1.5.8); FILE MERGED 2005/12/07 17:23:59 np 1.5.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3e752879e5c006f0363071127913f5211dec090b]

        INTEGRATION: CWS rt13 (1.7.8); FILE MERGED 2005/12/07 17:23:59 np 1.7.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8f67a4790dd8ca2b96a6d705f6a95804d5e2fece]

        INTEGRATION: CWS rt13 (1.8.8); FILE MERGED 2005/12/08 10:05:37 np 1.8.8.5: #i58717# 2005/12/07 17:37:06 np 1.8.8.4: #i58717# 2005/12/07 17:23:58 np 1.8.8.3: #i58717# 2005/12/05 16:55:16 np 1.8.8.2: #i58717# 2005/12/05 16:49:25 np 1.8.8.1: #i58717#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0749795fcd7a26c2ebc410a662eac98c07bffdcf]

        INTEGRATION: CWS rt13 (1.7.68); FILE MERGED 2005/11/29 13:07:33 rt 1.7.68.1: #i58619# Do not copy from solver to solver, especially stuff built in an other module.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [46b085891e1b0a2b4fb5c4dc6d1086cb36613a62]

        INTEGRATION: CWS rt13 (1.92.82); FILE MERGED 2005/12/05 15:15:34 rt 1.92.82.5: #i55815# Beautified usage message 2005/12/01 10:47:17 rt 1.92.82.4: #i58690# On error exit with non zero error code. 2005/11/30 17:13:45 rt 1.92.82.3: #i58690# Disable copying from solver to solver. 2005/11/01 12:37:46 rt 1.92.82.2: #i56593# There are other compilers than MSC for windows OS which also do not need stripping of binaries. 2005/11/01 12:12:14 rt 1.92.82.1: #i55815# Stream line usage message.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2f0c26fb7788a19cc09f0cc87f54e57d466d05ba]

        INTEGRATION: CWS helpnotfoundmsg (1.66.68); FILE MERGED 2005/11/08 20:44:20 rene 1.66.68.1: #i55841# make error message when no help is found more clear

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1d88d72d8ddebfe0472dc4105d53d1fd2f730761]

        INTEGRATION: CWS numberformat (1.170.8); FILE MERGED 2005/10/26 17:53:00 kendy 1.170.8.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2c9c9bab0b9b87c83ef715d1935a7707e93a85b0]

        INTEGRATION: CWS numberformat (1.13.46); FILE MERGED 2005/10/26 17:52:47 kendy 1.13.46.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [10f93aa8738660bece42fae31158ff4f30914cdd]

        INTEGRATION: CWS ause042 (1.12.98); FILE MERGED 2005/10/26 08:58:44 hjs 1.12.98.1: #i55647# remove OO_LICENSE, cleanup OOO_VENDOR

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [946f6da27fe1201ed385deaeb5131b58f109809d]

        INTEGRATION: CWS ause042 (1.9.54); FILE MERGED 2005/10/26 11:06:42 hjs 1.9.54.2: #i55647# corrected comments 2005/10/26 08:58:44 hjs 1.9.54.1: #i55647# remove OO_LICENSE, cleanup OOO_VENDOR

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6b46a06c354f808dba8e73e3dc156bc512a44c95]

        INTEGRATION: CWS ause042 (1.20.2); FILE MERGED 2005/11/29 11:13:45 hjs 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED 2005/10/26 08:59:46 hjs 1.20.2.1: #i55647# remove OO_LICENSE, cleanup OOO_VENDOR

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9aa0ea5edc55008750be8572332788b4ef9d6d8a]

        INTEGRATION: CWS numberformat (1.29.26); FILE MERGED 2005/10/26 17:52:45 kendy 1.29.26.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9afc1a4029e0944a7e673c56308d9e1bc4558fc2]

        INTEGRATION: CWS numberformat (1.16.44); FILE MERGED 2005/10/26 17:52:45 kendy 1.16.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f451ae7bbcdfe4709c1a9d4eaf657d182d13094f]

        INTEGRATION: CWS numberformat (1.8.42); FILE MERGED 2005/10/26 17:52:45 kendy 1.8.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [674943769ce3d0a2d258e238cbc18d8e530a2c84]

        INTEGRATION: CWS numberformat (1.39.42); FILE MERGED 2005/10/26 17:52:44 kendy 1.39.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [91b21bd8c55d0bb00b6f52606dccf0092a07728a]

        INTEGRATION: CWS numberformat (1.93.28); FILE MERGED 2005/10/26 17:52:43 kendy 1.93.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b43f30c94c3473bf59f584c270cfdf14f7483ef8]

        INTEGRATION: CWS numberformat (1.8.44); FILE MERGED 2005/10/26 17:52:42 kendy 1.8.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [95e4b18e478fc9907a7a4007e77048554cd371de]

        INTEGRATION: CWS numberformat (1.5.44); FILE MERGED 2005/10/26 17:52:42 kendy 1.5.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4bf4c0475873762965342df861687f50dc606935]

        INTEGRATION: CWS numberformat (1.35.42); FILE MERGED 2005/10/26 17:52:41 kendy 1.35.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a07cee293e70c9def0259ca753eae0c1f8cce179]

        INTEGRATION: CWS numberformat (1.32.40); FILE MERGED 2005/10/26 17:52:41 kendy 1.32.40.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [91655b2ea9330bce091798bf7ba2bc1ed6fdec69]

        INTEGRATION: CWS numberformat (1.20.28); FILE MERGED 2005/10/26 17:52:40 kendy 1.20.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8f8e3ee6b971cb5f1ec3bbb66ca62214b5e7b658]

        INTEGRATION: CWS ause042 (1.176.64); FILE MERGED 2005/10/26 09:01:18 hjs 1.176.64.1: #i55647# remove OO_LICENSE, cleanup OOO_VENDOR

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8e188778981ce24161d96c16811271e76423f079]

        INTEGRATION: CWS numberformat (1.81.38); FILE MERGED 2005/10/26 17:52:40 kendy 1.81.38.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [365c4882cd7d31d7f007d258d71b7fe2ed1b278e]

        INTEGRATION: CWS numberformat (1.55.28); FILE MERGED 2005/10/26 17:52:33 kendy 1.55.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [502a6a840b98c8a5a32b93b5318a4ce995530537]

        INTEGRATION: CWS numberformat (1.60.40); FILE MERGED 2005/10/26 17:52:21 kendy 1.60.40.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bc0513b296a18bafb730bcb505d91a49fc7214e8]

        INTEGRATION: CWS numberformat (1.23.42); FILE MERGED 2005/10/26 17:51:56 kendy 1.23.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9d5552c1c2669de59a65dcaf9e25da74b1e5151e]

        INTEGRATION: CWS numberformat (1.20.26); FILE MERGED 2005/10/26 17:51:55 kendy 1.20.26.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bb9726c21f010fe45e6a6dde7237410e73cdc029]

        INTEGRATION: CWS numberformat (1.79.44); FILE MERGED 2005/10/26 17:51:54 kendy 1.79.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6bb54b866baf52d326ae7c7447cc90836c1ad80f]

        INTEGRATION: CWS numberformat (1.10.44); FILE MERGED 2005/10/26 17:51:53 kendy 1.10.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [67b52f8e7d7d2221c8aaf14804322cffca5fdb01]

        INTEGRATION: CWS numberformat (1.38.40); FILE MERGED 2005/10/26 17:51:52 kendy 1.38.40.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c96fd95eb3483c12cdca8d16251edbe16066c212]

        INTEGRATION: CWS numberformat (1.24.38); FILE MERGED 2005/10/26 17:51:52 kendy 1.24.38.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0ddec2e9b300c5e57b6863e10af984089a20da84]

        INTEGRATION: CWS numberformat (1.36.28); FILE MERGED 2005/10/26 17:51:51 kendy 1.36.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9a3c2756015de3ea27f7dc57a86c9c49616f598f]

        INTEGRATION: CWS numberformat (1.12.42); FILE MERGED 2005/10/26 17:51:50 kendy 1.12.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [58151aedf5579edac702c299e4739a99e9088b0f]

        INTEGRATION: CWS numberformat (1.54.28); FILE MERGED 2005/10/26 17:51:49 kendy 1.54.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f0a0b309c70f3852a98891bd81b0accae0df411c]

        INTEGRATION: CWS numberformat (1.16.40); FILE MERGED 2005/10/26 17:51:49 kendy 1.16.40.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4f97fe094206738a4742d0394b8d843577337414]

        INTEGRATION: CWS numberformat (1.15.28); FILE MERGED 2005/10/26 17:51:48 kendy 1.15.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [93f4e69d05035c80143e1bcb8df25886442c4848]

        INTEGRATION: CWS numberformat (1.21.44); FILE MERGED 2005/10/26 17:51:47 kendy 1.21.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a6edb931a4feff415208ba4f426e65b39ba77cf1]

        INTEGRATION: CWS numberformat (1.27.44); FILE MERGED 2005/11/01 14:00:52 kendy 1.27.44.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:47 kendy 1.27.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5ed2306cc7c46f9245eb3b7b2291a44b1e051446]

        INTEGRATION: CWS numberformat (1.6.44); FILE MERGED 2005/10/26 17:51:46 kendy 1.6.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f2f0b33244d2c7a17267045efd83c26d5b4a2c94]

        INTEGRATION: CWS numberformat (1.3.44); FILE MERGED 2005/10/26 17:51:46 kendy 1.3.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d82f298b3527ab6ffd2698d52ffc6a9528d86625]

        INTEGRATION: CWS numberformat (1.67.28); FILE MERGED 2005/11/01 14:00:51 kendy 1.67.28.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:45 kendy 1.67.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7667324612cceaff738eaf86f8c59b854c2e216b]

        INTEGRATION: CWS numberformat (1.40.28); FILE MERGED 2005/11/01 14:00:50 kendy 1.40.28.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:44 kendy 1.40.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [74a91c7511a7f3ed6a259ffe17d077db37a1cfb8]

        INTEGRATION: CWS numberformat (1.52.28); FILE MERGED 2005/11/01 14:00:49 kendy 1.52.28.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:44 kendy 1.52.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3568991eca39158ab5b9cd549f6b8b7a2bed5605]

        INTEGRATION: CWS numberformat (1.15.44); FILE MERGED 2005/10/26 17:51:43 kendy 1.15.44.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5ef146bb46a0ef8b9d8a5ae044284c25a52424dd]

        INTEGRATION: CWS numberformat (1.18.28); FILE MERGED 2005/10/26 17:51:43 kendy 1.18.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8ea552859516afc97c51110f8dc0646f77a87a12]

        INTEGRATION: CWS numberformat (1.88.28); FILE MERGED 2005/11/01 14:00:48 kendy 1.88.28.2: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable. 2005/10/26 17:51:42 kendy 1.88.28.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4805d7774cdca60573de810ca93ee6667a80cbc9]

        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>  [9ee657de674131fbb7e83ffef4fee574b1f618b2]

        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>  [2d64331e7a002f841f8e78ded31919daf4441aba]

        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>  [9e7825a198de9028f9d3807871348229e7e3b079]

        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>  [343800b97cdd01bf74f6aae2dcbd630d10559020]

        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>  [fde1f5cafadd3835f0fba736b6ce9b50528d78a7]

        INTEGRATION: CWS numberformat (1.80.8); FILE MERGED 2005/10/26 17:51:37 kendy 1.80.8.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bbcd7a886d13250aa3a7c3d62f64df849316385d]

        INTEGRATION: CWS numberformat (1.26.8); FILE MERGED 2005/10/26 17:51:36 kendy 1.26.8.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5ce20f5dbaad1a8f46fe77f7dc425fed04261734]

        INTEGRATION: CWS canvas04 (1.27.14); FILE MERGED 2005/11/21 17:27:05 thb 1.27.14.1: #i58257# Made inclusion of crashdebug solely dependant on ENABLE_CRASHDUMP

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3295c5e12bb6ae8ad80af88b6fa30fa5cea40ab9]

        INTEGRATION: CWS canvas04 (1.4.136); FILE MERGED 2005/11/21 17:27:04 thb 1.4.136.1: #i58257# Made inclusion of crashdebug solely dependant on ENABLE_CRASHDUMP

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a63e4fc258dc1d6e52fbb307ea7f8ab437cd41dd]

        INTEGRATION: CWS numberformat (1.3.16); FILE MERGED 2005/10/26 17:51:36 kendy 1.3.16.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [fd00fc1731477f29a9937468cd48e344d74cfbb9]

        INTEGRATION: CWS canvas04 (1.9.114); FILE MERGED 2005/11/24 17:16:47 thb 1.9.114.1: #i58254# Made missing platform output subdirs non-fatal.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [632bf174e8175b6175a170e3be1ef3de5a73c238]

        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>  [b466cba2deda177f973e31c58ec6b8d740fd2231]

        INTEGRATION: CWS numberformat (1.11.104); FILE MERGED 2005/11/15 14:18:55 kendy 1.11.104.1: #i55546# sal_uInt32 -> xub_StrLen for AddFormat.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7973a774fdfe0e3a380accb3593c9afe2354d898]

        INTEGRATION: CWS numberformat (1.19.32); FILE MERGED 2005/10/26 17:51:34 kendy 1.19.32.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e325822d88f0fb2e04dc54b1992d8364d9233f35]

        INTEGRATION: CWS numberformat (1.22.102); FILE MERGED 2005/11/15 14:18:54 kendy 1.22.102.2: #i55546# sal_uInt32 -> xub_StrLen for AddFormat. 2005/10/26 17:51:27 kendy 1.22.102.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3bc68e68a164854d223e4ae937ae05de6a7fa0c5]

        INTEGRATION: CWS numberformat (1.12.72); FILE MERGED 2005/10/26 17:50:52 kendy 1.12.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [542cd419d029feff26be5940065013b50a13ce92]

        INTEGRATION: CWS numberformat (1.15.74); FILE MERGED 2005/10/26 17:50:51 kendy 1.15.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9dcb9b8028a5e487887c5faff2fed41e8437826d]

        INTEGRATION: CWS numberformat (1.17.48); FILE MERGED 2005/10/26 17:50:51 kendy 1.17.48.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b5f4c769fafdbe2dec25080448dd1c2920e8bd37]

        INTEGRATION: CWS numberformat (1.34.70); FILE MERGED 2005/10/26 17:50:50 kendy 1.34.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2d60a947cb3307ff8b138891d446d7d575ea2849]

        INTEGRATION: CWS numberformat (1.9.74); FILE MERGED 2005/10/26 17:50:49 kendy 1.9.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [098716e74dc6e36f076f3803083369dfd52eb056]

        INTEGRATION: CWS numberformat (1.12.72); FILE MERGED 2005/10/26 17:50:48 kendy 1.12.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [24741e1e3f25c332ba6703130c0d9ec2cbb91a34]

        INTEGRATION: CWS numberformat (1.79.10); FILE MERGED 2005/10/26 17:50:47 kendy 1.79.10.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b85635fe63209ec49f8685207831af76a31fa541]

        INTEGRATION: CWS numberformat (1.90.38); FILE MERGED 2005/10/26 17:50:45 kendy 1.90.38.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [28f8a1602bca47f90bb79d9e5f76860604f1d635]

        INTEGRATION: CWS numberformat (1.136.68); FILE MERGED 2005/10/26 17:50:44 kendy 1.136.68.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0062183f99dd3e4c0bc044d905bad2b84b6cc6c6]

        INTEGRATION: CWS numberformat (1.14.70); FILE MERGED 2005/10/26 17:50:43 kendy 1.14.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bec6962e44d1c4d21f79848e1eb7823b2628197f]

        INTEGRATION: CWS numberformat (1.8.74); FILE MERGED 2005/10/26 17:50:41 kendy 1.8.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [296cfc502ca562b350d28b9a18a435bf67d97e2b]

        INTEGRATION: CWS numberformat (1.10.74); FILE MERGED 2005/10/26 17:50:38 kendy 1.10.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [902778d09374d55dae8d930ddcae2780f7235838]

        INTEGRATION: CWS fwk28 (1.2.12); FILE MERGED 2005/11/30 10:19:40 as 1.2.12.1: #i58618# solve ambigious problem with ThreadHelpBase class

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [62596611bd51cd0ac59db29f26627c42e7f152be]

        INTEGRATION: CWS numberformat (1.18.72); FILE MERGED 2005/10/26 17:50:38 kendy 1.18.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c4203c5603604927ded50cd3e4e1000678afc659]

        INTEGRATION: CWS fwk28 (1.2.12); FILE MERGED 2005/11/30 10:19:25 as 1.2.12.1: #i58618# solve ambigious problem with ThreadHelpBase class

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5a5c043e244d4294b0f535827abb416a2465757c]

        INTEGRATION: CWS numberformat (1.19.70); FILE MERGED 2005/10/26 17:50:37 kendy 1.19.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [97ea4537b51cbbde929e8f1e4c4f505a2d8ba384]

        INTEGRATION: CWS numberformat (1.7.70); FILE MERGED 2005/10/26 17:50:36 kendy 1.7.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [52b12889b72ec88bd9c937887d53f4918a890082]

        INTEGRATION: CWS fwk28 (1.5.10); FILE MERGED 2005/11/30 11:56:35 as 1.5.10.1: #128043# add dependencies between fcfg*.mk and makefile.mk

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0e3f7688f4537a900b98886a062737ff82f6729a]

        INTEGRATION: CWS numberformat (1.12.70); FILE MERGED 2005/10/26 17:50:35 kendy 1.12.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7744270a03acfec74baec901564dda63b079109a]

        INTEGRATION: CWS fwk28 (1.15.8); FILE MERGED 2005/11/30 11:56:36 as 1.15.8.1: #128043# add dependencies between fcfg*.mk and makefile.mk

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [faf2c6e65ed19b8a8286d75dae9b4cd63997f1d0]

        INTEGRATION: CWS numberformat (1.29.38); FILE MERGED 2005/10/26 17:50:34 kendy 1.29.38.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [861a7f12abb6e4687c3e70778ad88c1cc79ecef0]

        INTEGRATION: CWS numberformat (1.16.48); FILE MERGED 2005/10/26 17:50:34 kendy 1.16.48.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [28394789004d5f3fdec3981884dd3d8368824357]

        INTEGRATION: CWS numberformat (1.7.70); FILE MERGED 2005/10/26 17:50:32 kendy 1.7.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1fe67c25f4590225d79b97f1e577cb4666335305]

        INTEGRATION: CWS numberformat (1.4.74); FILE MERGED 2005/10/26 17:50:32 kendy 1.4.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d6a405799e54ef0a982865aa22edc739154abb6b]

        INTEGRATION: CWS numberformat (1.10.70); FILE MERGED 2005/10/26 17:50:31 kendy 1.10.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [31318175b2b08ef38463bcaf400cd358b7cbb0eb]

        INTEGRATION: CWS numberformat (1.6.72); FILE MERGED 2005/10/26 17:50:31 kendy 1.6.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8aff4a7518f6a9aeb9a8c9215794f3262af1d31f]

        INTEGRATION: CWS numberformat (1.11.72); FILE MERGED 2005/10/26 17:50:31 kendy 1.11.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c873ad4d0bb6affc8ca20ad082bd9d05205c6145]

        INTEGRATION: CWS numberformat (1.8.72); FILE MERGED 2005/10/26 17:50:31 kendy 1.8.72.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f3e2df7bdd7aed9cc7f61507b725578d14ed3b7f]

        INTEGRATION: CWS numberformat (1.31.70); FILE MERGED 2005/10/26 17:50:30 kendy 1.31.70.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d413630df03682d337b77be2101de86bc03229f3]

        INTEGRATION: CWS numberformat (1.4.74); FILE MERGED 2005/10/26 17:50:30 kendy 1.4.74.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0af3f4badd7745a77965e52e1dc40b467ccb6de4]

        INTEGRATION: CWS systemagg (1.2.6); FILE MERGED 2005/11/23 10:58:28 rene 1.2.6.1: #i58336# add --with-system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f0dd37a963cfcd0ecdaab54c1aa0de3f91815e9f]

        INTEGRATION: CWS systemagg (1.2.150); FILE MERGED 2005/12/01 23:13:20 rene 1.2.150.2: fix thinko 2005/12/01 21:19:14 rene 1.2.150.1: add missing scp2 bits for system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [2ed4e9a3362a114275062600e59450ed13a693a4]

        INTEGRATION: CWS systemagg (1.5.48); FILE MERGED 2005/12/01 21:19:13 rene 1.5.48.1: add missing scp2 bits for system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [37221f8809ef324424a95ad0a8b26b157f2b7a8a]

        INTEGRATION: CWS systemagg (1.78.16); FILE MERGED 2005/11/23 10:58:36 rene 1.78.16.1: #i58336# add --with-system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [898576f89b125eeca78ea35b8d4a9e802281e7e9]

        INTEGRATION: CWS systemagg (1.139.18); FILE MERGED 2005/11/23 10:58:35 rene 1.139.18.1: #i58336# add --with-system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b8a9ea081e51232e732461abc54c8b54ff7d5de3]

        INTEGRATION: CWS systemagg (1.123.20); FILE MERGED 2005/11/23 10:58:31 rene 1.123.20.1: #i58336# add --with-system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ab195c25bf59b294a42e4f7600e2e5a0e79b3ba6]

        INTEGRATION: CWS systemagg (1.94.32); FILE MERGED 2005/11/23 10:58:37 rene 1.94.32.1: #i58336# add --with-system-agg

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [69fd092592ac297589ef662c188d6f1a87ab9c90]

        INTEGRATION: CWS numberformat (1.9.42); FILE MERGED 2005/10/26 17:50:24 kendy 1.9.42.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [5864cc148db80a904aaccae56c756467a51e122a]

        INTEGRATION: CWS numberformat (1.68.16); FILE MERGED 2005/10/26 17:50:23 kendy 1.68.16.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b7ce6b3f103bfbf2f182a7a65f79149a247ed93c]

        INTEGRATION: CWS numberformat (1.3.20); FILE MERGED 2005/10/26 17:50:22 kendy 1.3.20.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7f4ae5f702652131af042a426b299f6249850acc]

        INTEGRATION: CWS numberformat (1.24.14); FILE MERGED 2005/10/26 17:50:21 kendy 1.24.14.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4ffaf544107d65c600b5749146f2d74f78e4299c]

        INTEGRATION: CWS numberformat (1.23.20); FILE MERGED 2005/10/26 17:50:20 kendy 1.23.20.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [26bb3599d5dcc3e8d8534608b7ef37735ae4c966]

        INTEGRATION: CWS numberformat (1.62.20); FILE MERGED 2005/10/26 17:50:20 kendy 1.62.20.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [89025a4da3b412c05984dedc5962e0d66c1ba965]

        INTEGRATION: CWS numberformat (1.25.14); FILE MERGED 2005/10/26 17:50:19 kendy 1.25.14.1: #i55546# The ULONG -> sal_uInt32 patches related to NumberFormat extracted from ooo64bit02 CWS.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f9799b85072f26b78b3a1b4090e6c46258a7bfbe]

        INTEGRATION: CWS numberformat (1.5.20); FILE MERGED 2005/11/01 14:00:41 kendy 1.5.20.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cf92112e3914339dec04302a34c231a5697efbef]

        INTEGRATION: CWS numberformat (1.3.18); FILE MERGED 2005/11/01 14:00:41 kendy 1.3.18.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [88649e60a824f8f091cdaf951148f2339def827c]

        INTEGRATION: CWS numberformat (1.5.20); FILE MERGED 2005/11/01 14:00:40 kendy 1.5.20.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ae16f5ad710a17d885ca94e5fe0ab5fd0b71eb47]

        INTEGRATION: CWS numberformat (1.5.20); FILE MERGED 2005/11/01 14:00:39 kendy 1.5.20.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [06b27d8f98437da2280d7cc282f003e931686a86]

        INTEGRATION: CWS numberformat (1.6.20); FILE MERGED 2005/11/01 14:00:38 kendy 1.6.20.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bf9424faa2b155da2a8c3029606aa9054da19522]

        INTEGRATION: CWS numberformat (1.5.20); FILE MERGED 2005/11/01 14:00:38 kendy 1.5.20.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c415654ff731f11f2b5a88dc63e7cd6c2afd2ad7]

        INTEGRATION: CWS numberformat (1.8.16); FILE MERGED 2005/11/01 14:00:37 kendy 1.8.16.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [820485bbbfb186cb56a4124d348253144e4d6bb9]

        INTEGRATION: CWS numberformat (1.10.6); FILE MERGED 2005/11/01 14:00:37 kendy 1.10.6.1: #i55546# Rename Svsal_uInt32Table and SvULONGTable to SvNumberFormatterIndexTable.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [051c5cf379276c06b9669d44550842c6af4c5afd]

        INTEGRATION: CWS cyb2 (1.15.36); FILE MERGED 2005/10/28 19:10:59 cyb 1.15.36.1: Issue number: #54433#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [105f06f3a443f072a2398dc886e690c00e553777]

        INTEGRATION: CWS cyb2 (1.9.62); FILE MERGED 2005/10/07 16:06:59 cyb 1.9.62.1: Issue number: #53300#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8af86fa40afb9ab28a23402fa75ed40d8bd6434c]

        INTEGRATION: CWS cyb2 (1.8.196); FILE MERGED 2005/10/07 16:01:27 cyb 1.8.196.1: Issue number: #52010#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [b0ac0a5cbf14b7a5f7862a239a119a69e4ee0150]

        INTEGRATION: CWS cyb2 (1.5.132); FILE MERGED 2005/10/22 19:46:38 cyb 1.5.132.1: Issue number: #56440#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6a6ec0c4616f7f612ddcaaa4c43c4efe0096e1b8]

        INTEGRATION: CWS cyb2 (1.10.196); FILE MERGED 2005/10/27 17:30:52 cyb 1.10.196.1: Issue number: #56640#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [9e3cb0ad9b41859cf7212057b4c8025098a6584d]

        INTEGRATION: CWS cyb2 (1.7.196); FILE MERGED 2005/10/17 19:16:03 cyb 1.7.196.2: Issue number: #54686# one more correction 2005/10/17 18:07:01 cyb 1.7.196.1: Issue number: #54686#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [8ffe38d9d1d0187c3f20aa0bf8bcc40be1008865]

        INTEGRATION: CWS pj41 (1.6.2); FILE MERGED 2005/11/08 20:04:10 pjanik 1.6.2.1: #i57409#: 64bit fixes for Mozilla.

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ea0eb7e27695947d1d6d32600bdbc71f3593b07a]

        INTEGRATION: CWS bserver09 (1.7.140); FILE MERGED 2005/12/06 14:21:32 kz 1.7.140.1: #128879# restrict pack jobs to nobase

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e26e5e4976390138166b989646d18dd3100d30a9]

        INTEGRATION: CWS native33 (1.1.2); FILE ADDED 2005/12/13 10:55:18 is 1.1.2.1: #i58847# setting default destination dir in update process

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [eed73e56767751e7f66b605f5c50a7d7d49fd646]

        INTEGRATION: CWS native33 (1.6.38); FILE MERGED 2005/12/13 10:53:19 is 1.6.38.1: #i58847# setting default destination dir in update process

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [e7affdb7c48c25578df5119b290632aa30ad3f02]

        INTEGRATION: CWS native33 (1.5.88); FILE MERGED 2005/12/13 10:53:19 is 1.5.88.1: #i58847# setting default destination dir in update process

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4bbd19f9827b62dfcd2dd9baf062bc432db76787]

        INTEGRATION: CWS native33 (1.29.6); FILE MERGED 2005/12/13 10:35:16 is 1.29.6.2: #i58845# file versioning 2005/12/07 16:08:07 is 1.29.6.1: #i58900# targetdir definition

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [020d54a06c792d2800dcd27ea5ce045aa061177b]

        INTEGRATION: CWS native33 (1.2.138); FILE MERGED 2005/12/13 10:36:05 is 1.2.138.1: #i58845# file versioning´inc_ooolangpack/windows/msi_templates/components.txt

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [4334c925e5fd2e265d5f08e54051ca49331b7b23]

        INTEGRATION: CWS native33 (1.2.138); FILE MERGED 2005/12/13 10:39:28 is 1.2.138.1: #i58847# setting default destination dir in update process

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [36c4251d57f7ca1702a85e7c3c295f24f8066981]

        INTEGRATION: CWS native33 (1.3.162); FILE MERGED 2005/12/07 16:07:11 is 1.3.162.1: #i58849# showing no product code if another installation was found

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [00d5c3ec25558f509268f64579cadc5b53a0e2fe]

        INTEGRATION: CWS native33 (1.2.138); FILE MERGED 2005/12/13 10:37:04 is 1.2.138.1: #i58845# file versioning

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bc349bc0d9ba4e3efca62ae55615bd599c1764de]

        INTEGRATION: CWS native33 (1.8.52); FILE MERGED 2005/12/13 10:30:31 is 1.8.52.1: #i58845# file versioning

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7f82b8ff7a07935b34264c3e6b39cae10b7ccdd3]

        INTEGRATION: CWS native33 (1.16.50); FILE MERGED 2005/12/07 16:09:07 is 1.16.50.1: #i58900# targetdir definition

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cce60440c71c72d7c4ceeaacd868de5d1564060a]

        INTEGRATION: CWS native33 (1.55.50); FILE MERGED 2005/12/13 10:29:24 is 1.55.50.1: #i58845# file versioning

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0be6bddfc0c123771890327ad03cdd897853f216]

        INTEGRATION: CWS buildstatushtml2 (1.10.6); FILE MERGED 2005/12/05 15:47:51 vg 1.10.6.2: #128814# implement summary in cwsview 2005/12/05 15:46:08 vg 1.10.6.1: #128814# implement summary in cwsview

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [c753404001f9dbcb8ce8b45668bcfe5f22d02709]

        INTEGRATION: CWS buildstatushtml2 (1.4.292); FILE MERGED 2005/11/07 12:58:09 vg 1.4.292.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/16 13:31:03 vg 1.4.292.1: #125903#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [bfe905d41239c2bc238fde12ae1cd481d40b996e]

        INTEGRATION: CWS buildstatushtml2 (1.91.100); FILE MERGED 2005/11/07 12:53:55 vg 1.91.100.2: RESYNC: (1.91-1.92); FILE MERGED 2005/11/03 15:55:13 vg 1.91.100.1: #i57063# mmeeks fix for more rigorous stripping under linux

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [7dac0660255152fc847233d78b90cf390d6565c2]

        INTEGRATION: CWS buildstatushtml2 (1.3.94); FILE MERGED 2005/12/08 15:17:42 vg 1.3.94.4: #128814# 2005/12/08 13:51:50 vg 1.3.94.3: #128814# 2005/12/05 15:47:50 vg 1.3.94.2: #128814# implement summary in cwsview 2005/12/05 15:46:08 vg 1.3.94.1: #128814# implement summary in cwsview

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f7da9bd41a60c24b9d6e6c4414d5ac471bfe5b48]

        INTEGRATION: CWS buildstatushtml2 (1.1.2); FILE ADDED 2005/12/08 13:51:49 vg 1.1.2.1: #128814#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a882a6bcc97df4b6adce19580a7be30e47274246]

        INTEGRATION: CWS buildstatushtml2 (1.143.6); FILE MERGED 2005/11/23 16:13:07 vg 1.143.6.8: #124601# remove redundant comment 2005/11/16 15:29:52 vg 1.143.6.7: #i57756# Move module check from toplevel makefile into build.pl 2005/11/16 14:46:19 vg 1.143.6.6: #125903# use full path for logs with --html_path switch 2005/11/14 10:58:59 vg 1.143.6.5: #i57756# Move module check from toplevel makefile into build.pl 2005/11/07 12:49:35 vg 1.143.6.4: RESYNC: (1.143-1.144); FILE MERGED 2005/11/03 16:20:40 vg 1.143.6.3: #125903# Impement log view and refresh rate change controls 2005/11/03 15:14:55 vg 1.143.6.2: #125903# Impement log view and refresh rate change controls 2005/09/16 13:31:03 vg 1.143.6.1: #125903#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [436a657f4d8b72e14d4d7e0ea0db51a17753104e]

        INTEGRATION: CWS cyb1 (1.10.40); FILE MERGED 2005/12/01 14:23:22 jsc 1.10.40.2: #i53576# correct typo decription -> description 2005/08/21 11:08:06 cyb 1.10.40.1: Issue number: #53576#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [3f678224f12c945f5df70f2fd51eff7e62b4c6be]

        INTEGRATION: CWS cyb1 (1.12.40); FILE MERGED 2005/08/17 13:42:16 cyb 1.12.40.1: Issue number: #53446#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a0c5a196a504dd52243f4a77357dba229602f0a3]

        INTEGRATION: CWS cyb1 (1.10.40); FILE MERGED 2005/08/08 17:35:22 cyb 1.10.40.1: Issue number: #53007

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [fb8e5ac63ebac6ce3f58a9085b80216620aee63c]

        INTEGRATION: CWS cyb1 (1.11.40); FILE MERGED 2005/08/12 11:43:28 cyb 1.11.40.1: Issue number: #53193#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ee31aadf51acc604d0b7608f9f5b9292352a0d3e]

        INTEGRATION: CWS cyb1 (1.9.226); FILE MERGED 2005/08/05 11:52:37 cyb 1.9.226.2: undoing wrong fix, see #35660# 2005/08/03 07:57:24 cyb 1.9.226.1: Issue number: #35660#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [ef116ca2d163e1c1ba2f13a8892ac8a4b142dd05]

        INTEGRATION: CWS cyb1 (1.11.226); FILE MERGED 2005/08/19 15:29:30 cyb 1.11.226.1: #29235#, fixed 1st example removed 2nd

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [18e8e297767f7677318b7b24403d90aff7786766]

        INTEGRATION: CWS cyb1 (1.3.226); FILE MERGED 2005/08/03 07:27:15 cyb 1.3.226.1: Issue number: #51098#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [76fa6185138fab8de7f4ae147539c418dec4bbd9]

        INTEGRATION: CWS cyb1 (1.3.226); FILE MERGED 2005/12/14 10:55:58 rt 1.3.226.2: Line ends corrected 2005/08/03 07:07:41 cyb 1.3.226.1: Issue number: #36030#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [6bfa0e691a01efb96ff1fd8b5362b5e188fba9ec]

        INTEGRATION: CWS cyb1 (1.10.226); FILE MERGED 2005/08/15 13:58:11 cyb 1.10.226.1: Issue number: #40559#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [f1639e66137380abdea864347a00a8d12e4f51a5]

        INTEGRATION: CWS cyb1 (1.6.226); FILE MERGED 2005/08/02 20:12:17 cyb 1.6.226.1: Issue number: 36476 Submitted by: cyb Reviewed by: Issue number: Submitted by: Reviewed by:

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1bd762dcdfb376f9e8032b9f86244c0f77d1b9ad]

        INTEGRATION: CWS cyb1 (1.13.114); FILE MERGED 2005/08/26 11:33:44 cyb 1.13.114.1: Issue number: #53443#

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cd2f7858b1314f576819c760aaf0f6b01799e7b1]

        INTEGRATION: CWS cyb1 (1.1.130); FILE MERGED 2005/08/23 07:20:29 sb 1.1.130.1: #i52998# Made rotting code compile again (patch supplied by cyb).

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [cb6e39af0b2cc8538f14d21151a6f21f649f1bf0]

        INTEGRATION: CWS cyb1 (1.2.88); FILE MERGED 2005/08/23 07:20:29 sb 1.2.88.1: #i52998# Made rotting code compile again (patch supplied by cyb).

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [0c1271bbd53092fe1f7b97c227fa4857a6f0d29c]

        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>  [10f89f059e0daee22baf9b6776f2a70e08a31fbe]

        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>  [fac79fbcae5aa828ba06fd2c3f9fe4a8bafcca1b]

        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>  [c1edf5c9f4fa4227e93847ebcef114dd0fa30273]

        INTEGRATION: CWS unxlngppc02 (1.10.138); FILE MERGED 2005/11/09 11:17:42 rene 1.10.138.2: merge the three identical NOOPTFILES... 2005/11/08 21:29:33 rene 1.10.138.1: work around GCC bug which OOMs out with -O2

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d95b24abd5c8636935565e22cb302ca506db13e3]

        INTEGRATION: CWS unxlngppc02 (1.20.56); FILE MERGED 2005/12/04 22:05:41 ericb 1.20.56.2: #i57895# fix flags for g++ 2005/11/08 21:27:30 rene 1.20.56.1: fix LINK

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [67d4a3fa454520a51ffceadf8c708ea84f36ffd4]

        INTEGRATION: CWS sdkinstaller2 (1.25.4); FILE MERGED 2005/11/11 12:19:13 jsc 1.25.4.1: #i57724# correct reference to user specific setsdkenv_windows.bat (windows only)

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [d5ccb39ad961608ce27a989fa98a2481fd7e5449]

        INTEGRATION: CWS sdkinstaller2 (1.17.4); FILE MERGED 2005/11/11 12:18:01 jsc 1.17.4.1: #i57723# remove echo

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [34e01876b9705b550e9e84c2a2f104824c4e9f84]

        INTEGRATION: CWS hr25 (1.12.68); FILE MERGED 2005/12/09 17:17:48 hr 1.12.68.1: #i59149#: implement the cloning of a CWS

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [55b57c9a0fef3686191102d9ee7357523fd98e2e]

        INTEGRATION: CWS cmcfixes20 (1.3.42); FILE MERGED 2005/10/28 08:04:19 cmc 1.3.42.1: #i55603# make mythes safe against empty thesasurus

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [abf29917ff83f09e05292da796369eda4052ff16]

        INTEGRATION: CWS cmcfixes20 (1.17.10); FILE MERGED 2005/10/28 08:12:16 cmc 1.17.10.1: normalize ln usage

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [09fba9bd91685a89c262bb10b32ac4b56cc15a7a]

        INTEGRATION: CWS cmcfixes20 (1.16.10); FILE MERGED 2005/10/28 08:12:15 cmc 1.16.10.1: normalize ln usage

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [515cfbc9ccba85259fd0014a0c0f83d1478848a5]

        INTEGRATION: CWS cmcfixes20 (1.5.10); FILE MERGED 2005/10/28 08:12:15 cmc 1.5.10.1: normalize ln usage

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [94e04a9f2b55e3bc3cdfff5d3059e15fd000bf12]

        INTEGRATION: CWS cmcfixes20 (1.8.6); FILE MERGED 2005/10/28 08:12:14 cmc 1.8.6.1: normalize ln usage

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [764bf1360d4f44b3326af0b7de33d060cc4298e7]

        INTEGRATION: CWS cmcfixes20 (1.3.24); FILE MERGED 2005/10/28 08:23:59 cmc 1.3.24.1: G_GNUC_CONST in evoadb2 problematic

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [1c67074fff657e9c0da036f5fcc2f3ac46df491c]

        INTEGRATION: CWS cmcfixes20 (1.3.24); FILE MERGED 2005/10/28 08:23:58 cmc 1.3.24.1: G_GNUC_CONST in evoadb2 problematic

2005-12-14  Rüdiger Timm  <rt@openoffice.org>  [a21f54863f8b3f952ca40dfcbace821f2e75f2a2]

        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>  [d396d6f389666ce72f9596c35201dbdf588dd641]

        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>  [b84727ea52fc7b3e5c8a973cce1bba433b17e816]

        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-12-14  Rüdiger Timm  <rt@openoffice.org>  [da6447917faac40e0ad6239ca0d39111f54f5b9f]

        #i10000# '-l X11' - found here as locally modified, just checking in. Who did that change?

2005-12-09  Rüdiger Timm  <rt@openoffice.org>  [265dc96c45a3fed0191ccd287a5d2e6a5c3e04c0]

        #i10000# Do not pack 'th' office sets, do 'en-US_th' instead.

2005-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [37f86e889596fa7644a2d270f411b1ad1c6284d0]

        SRC680

2005-12-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [44a88456b5cb2e645207832d7cb3c00c35d2006c]

        #i59075# Fixed using wrong resource ID for fixed text control

2005-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c4979f64c7604830098949337734fa04bccc95d]

        SRC680

2005-12-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [e96e3e02af1689e72dcb2db69bf4c2d89e724bb5]

        INTEGRATION: CWS impress80 (1.52.22); FILE MERGED 2005/12/07 15:59:24 af 1.52.22.1: #128397# Do not access CommandWheelData in HandleScrollCommand when that object is NULL.

2005-12-07  Frank Schönheit  <fs@openoffice.org>  [89e3e2475c60c6c72121b9d6466964e1f462d428]

        #i58899# add libpcr do the patch set

2005-12-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [69588c09a2f4e5f82a1902e6d9cf4a19880de35c]

        SRC680

2005-12-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb9f996de29b5b0d6d799a9c14fcf07532ba00aa]

        INTEGRATION: CWS asianbug (1.40.36); FILE MERGED 2005/12/06 14:04:55 fme 1.40.36.1: #i58907# Asian justification broke

2005-12-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b38681b7919e0d6f092e387721729f7baad01994]

        INTEGRATION: CWS hr23 (1.10.40); FILE MERGED 2005/11/24 15:07:28 hr 1.10.40.1: #i583125#: get_aliases_hash(): check for vcsid

2005-12-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [090685c0fdd0fde87bab03533955b871f046dfa0]

        INTEGRATION: CWS hr23 (1.20.34); FILE MERGED 2005/12/06 12:59:12 hr 1.20.34.1: #i58315#: fix call to CvsModule::get_aliases_hash()

2005-12-01  Rüdiger Timm  <rt@openoffice.org>  [3ea900223b8fb089caaf0c85259d86a69b052eb6]

        SRC680

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [7fc31fe1fe2be5143e17dfbb00a95d4ae0aba9c3]

        SRC680

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [1634ff68fb44767fc8573f1be788d1116d12bb66]

        INTEGRATION: CWS dba201g (1.94.30); FILE MERGED 2005/11/29 13:48:08 fs 1.94.30.1: #i58609# proper index check in insertByIndex

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [cb33b4c20e8bdb942a9216e31578229e6e3079b2]

        INTEGRATION: CWS native31 (1.28.8); FILE MERGED 2005/11/28 13:08:28 is 1.28.8.2: #i58540# setting ooo versions 2005/11/28 11:12:33 is 1.28.8.1: #i58540# setting ooo versions

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [97b28f0eb5b522e1fdda8049cb182b692835bfd7]

        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-30  Kurt Zenker  <kz@openoffice.org>  [c98f6e316cde1d04dc1b509448b89f69aa1d1646]

        INTEGRATION: CWS native31 (1.5.32); FILE MERGED 2005/11/28 15:23:50 pjanik 1.5.32.1: #i54734#: fix horizontal line and URL (re-merge from OOO680/prep2)

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [91f5eea8a449bfdc55118928ae78353a8252a048]

        INTEGRATION: CWS native31 (1.4.32); FILE MERGED 2005/11/28 15:23:40 pjanik 1.4.32.1: #i54734#: fix horizontal line and URL (re-merge from OOO680/prep2)

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [460de132bec46b4024233647a7cf3189bfb730c1]

        INTEGRATION: CWS native31 (1.4.32); FILE MERGED 2005/11/28 15:23:36 pjanik 1.4.32.1: #i54734#: fix horizontal line and URL (re-merge from OOO680/prep2)

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [389ce9a9147f5304ce7ad32003103ea4c1a73f57]

        INTEGRATION: CWS native31 (1.4.32); FILE MERGED 2005/11/28 15:23:30 pjanik 1.4.32.1: #i54734#: fix horizontal line and URL (re-merge from OOO680/prep2)

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [1aa0f51d4bf8ee5853a811d17ca449f125a619ec]

        INTEGRATION: CWS native31 (1.8.34); FILE MERGED 2005/11/28 11:24:28 is 1.8.34.1: #i58503# rename variable UNIXPRODUCTNAMEWITHOUTDOT to avoid conflicts

2005-11-30  Kurt Zenker  <kz@openoffice.org>  [06c2410f2c38d3c8afe7c84fd91bb07c1a620c0f]

        INTEGRATION: CWS native31 (1.9.12); FILE MERGED 2005/11/28 11:05:00 is 1.9.12.1: #i58540# setting ooo versions

2005-11-25  Rüdiger Timm  <rt@openoffice.org>  [edcff67820e8d447de3b7de70ee3c7eb0b4ffcc0]

        SRC680

2005-11-25  Rüdiger Timm  <rt@openoffice.org>  [2552d446ae2c3989539e113c0273140acd8de15e]

        INTEGRATION: CWS packrepair1 (1.172.14); FILE MERGED 2005/11/25 10:48:54 mav 1.172.14.1: #b6337950# catch the exception

2005-11-25  Rüdiger Timm  <rt@openoffice.org>  [9a5c9bd037e63ac97c90c05e8668eb88c8b278fd]

        INTEGRATION: CWS packrepair1 (1.96.54); FILE MERGED 2005/11/25 16:01:49 od 1.96.54.1: #i58448# <SwTrnsferDdeLink::Disconnect(..)> 	 - On <SwDoc::DelBookmark(..)> suppress <SetModified> calls to SwDocShell

2005-11-25  Oliver Bolte  <obo@openoffice.org>  [39226eb1c3cc95f2d3c56c63c72a75a988812756]

        SRC680

2005-11-25  Oliver Bolte  <obo@openoffice.org>  [a4d831aef19781af33704d5ce2b2326dfab06fa6]

        #i58366# textpositions in pdf export

2005-11-25  Oliver Bolte  <obo@openoffice.org>  [eaf59fd8376f5e75a1dd77874d71bcb0e2f6e3b9]

        #i10000# patch flag missing for bf_sw

2005-11-24  Rüdiger Timm  <rt@openoffice.org>  [4032be1b0441dfd52db92d000653aeb3956c5259]

        #i10000# Switch on full range of languages for OOo 2.0.1

2005-11-24  Oliver Bolte  <obo@openoffice.org>  [2dd78806c4d0103ffa42bc4bfa7380119b23fefa]

        #128302# office loops on save/reload pt-BR

2005-11-23  Rüdiger Timm  <rt@openoffice.org>  [2f400970ae5b38f88535fb6d78c0b33d926c3083]

        Flag file. Touch it to rebuild zip file from scratch instead of just updating it.

2005-11-23  Oliver Bolte  <obo@openoffice.org>  [ae00b70b9988d22f00ea0548f4581503c7ac13e9]

        INTEGRATION: CWS native30 (1.5.6); FILE MERGED 2005/11/23 15:31:18 is 1.5.6.1: #128299# reducing size of patchlist.txt

2005-11-23  Oliver Bolte  <obo@openoffice.org>  [7fa3f336db36e2bf44e9595d5e18519031c833fc]

        INTEGRATION: CWS native30 (1.25.24); FILE MERGED 2005/11/23 15:29:13 is 1.25.24.1: #128299# reducing size of patchlist.txt

2005-11-22  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec203cf3fefa961c326aa8cb34861cc6efb5b3f]

        SRC680

2005-11-22  Oliver Bolte  <obo@openoffice.org>  [02efe843322e8216af6143cb3522573ab2a9e326]

        #128244# gpf on printing twice

2005-11-22  Oliver Bolte  <obo@openoffice.org>  [1fe41e6b69e1ba579ba6b7e64b8257d26e1d4dd9]

        #i10000# patch flag missing thaiissues

2005-11-21  Oliver Bolte  <obo@openoffice.org>  [1af51c403f9818861f06b1169d9d55384e9cad32]

        SRC680

2005-11-21  Oliver Bolte  <obo@openoffice.org>  [5ba6ea1a419bfb9f7ee8beaff9cd506baf105a2b]

        #i58226# database not working after patch

2005-11-21  Oliver Bolte  <obo@openoffice.org>  [6aa7fb6ca162fb198cb554dd81ab13f3f27e15df]

        #i56955#,#i10000# python broken by CWS pythonlinkfix, this patch was delivered by JBU

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [cba1326fbe049546fb5f8f7d5a6569942ab69774]

        SRC680

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [a6988ba654aab18d44e209c2b2d0f8d5f8410508]

        INTEGRATION: CWS os70 (1.127.4); FILE MERGED 2005/11/18 14:56:41 os 1.127.4.1: #127672# Writer's menubar.xml files added to patch

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [c0bcd01cd490ac6b6d50cfc7dc2864be5928e099]

        INTEGRATION: CWS os70 (1.166.4); FILE MERGED 2005/11/18 14:58:21 os 1.166.4.1: #i58093##i58100# flat and jdbc2 libraries added

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [2a1f70de6a3fd9382063e58c4400851778ec38eb]

        INTEGRATION: CWS jl27 (1.166.2); FILE MERGED 2005/11/18 14:42:00 jl 1.166.2.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [0d0d2de80d851b813ac14703d855d3af5dbe717c]

        INTEGRATION: CWS jl27 (1.13.8); FILE MERGED 2005/11/18 14:39:39 jl 1.13.8.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [364985dd4261d3e29cbfe0908e44b79076a3b14e]

        INTEGRATION: CWS jl27 (1.12.8); FILE MERGED 2005/11/18 14:39:39 jl 1.12.8.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [74e42b5312f71f355ec9acdd82430bbb9e223332]

        INTEGRATION: CWS jl27 (1.5.2); FILE MERGED 2005/11/18 14:39:38 jl 1.5.2.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [80452310315db2226ebf54b9d6af97566c5db376]

        INTEGRATION: CWS jl27 (1.2.12); FILE MERGED 2005/11/18 14:39:38 jl 1.2.12.1: #58114# changed version of cli_ure.dll and cli_cppuhelper, added the respective policy assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [aa045a58992bdc92a261b8b183a24e4ddc848889]

        INTEGRATION: CWS jl27 (1.3.2); FILE MERGED 2005/11/18 16:16:01 jl 1.3.2.1: #i58114# added polic assemblies

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [99af5068204abd98db0e184bb434e313de4cdda9]

        INTEGRATION: CWS sj30 (1.25.64); FILE MERGED 2005/11/18 15:01:44 sj 1.25.64.1: #i57685# preventing recursion if text frame is not changed

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [63c285d7055708fa60dff4b8849ac03bec1901dc]

        INTEGRATION: CWS swqbf47 (1.14.20); FILE MERGED 2005/11/18 12:27:05 od 1.14.20.1: #128056# <SwRTFWriter::OutRTFListTab()> 	 - numbering string has to be restrict to the level currently 	   working on.

2005-11-19  Oliver Bolte  <obo@openoffice.org>  [bacd3e5cf65bfd6bdd80fdb0672654d5a91f1050]

        INTEGRATION: CWS swqbf47 (1.45.20); FILE MERGED 2005/11/18 12:21:25 od 1.45.20.1: #128056# <SwRelNumRuleSpaces::SetNumLSpace(..)> 	 - assure correct level for retrieving numbering format

2005-11-18  Thorsten Behrens  <thb@openoffice.org>  [50f62c2a9e140b2dd210be2f1236a028470c05e4]

        #128002# SpanIterator::Skip() reads two bytes of the next scanline - allocate a tad more, to avoid SEGV here.

2005-11-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [cc515817fc9c29c30d999d6a41cca4d66b52c32f]

        #128063# workaround dmake issue

2005-11-18  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d8851c1020e7caf1912a287dfc96ce0411ff3831]

        #i58050# no strip for win/msc

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4a00c0496fe2cbe82bc0cb600f38ca9e20167eb]

        SRC680

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [97d89862a2285071202cc8010d888ffcbf96279a]

        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>  [12d37e930b5b38531ebb618e50583c544c0876ab]

        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>  [03529f6e39873d87e9884127eea1be6f780d6789]

        INTEGRATION: CWS swqbf46 (1.31.12); FILE MERGED 2005/11/17 12:59:24 od 1.31.12.1: #128041# <NumberingPreview::Paint(..)> 	 - correct usage of method <SwNumRule::MakeNumString(..)>

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [492d977be7b2efc49bba81153315f743cdbef79e]

        INTEGRATION: CWS swqbf46 (1.54.10); FILE MERGED 2005/11/17 12:56:06 od 1.54.10.1: #128041# <SwTxtNode::GetNumString(..)> 	 - implement new parameter <_bInclPrefixAndSuffixStrings>

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [66baf637982640cfaaa57e7583e900b00f065f60]

        INTEGRATION: CWS swqbf46 (1.11.12); FILE MERGED 2005/11/17 12:57:47 od 1.11.12.1: #128041# <SwChapterField::ChangeExpansion(..)> 	 - retrieve numbering string with prefix and suffix strings

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [566708c94ffaa62cd2cb707d6b108973182cf399]

        INTEGRATION: CWS swqbf46 (1.40.10); FILE MERGED 2005/11/17 12:54:23 od 1.40.10.1: #128041# <SwTxtNode::GetNumString(..)> 	 - introduce parameter <_bInclPrefixAndSuffixStrings>

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae311315187a1e641902cc37f132465a4a49057]

        INTEGRATION: CWS aboutbox (1.28.6); FILE MERGED 2005/11/17 11:43:12 is 1.28.6.1: #127910# product update string

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [f88ac18f8b9a4a513eb1eb09dca93935e5d64e50]

        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>  [0e49205625b0c8638108c9564e1fb7f8900269a5]

        INTEGRATION: CWS aboutbox (1.25.12); FILE MERGED 2005/11/17 11:45:04 is 1.25.12.1: #127910# product update string

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [c09bda5cb8b2a26860cbccff8086b387d3663e71]

        INTEGRATION: CWS urgentfix01 (1.19.52); FILE MERGED 2005/11/17 17:04:26 flr 1.19.52.1: #i45472# and #i55551#: master-page-name problem

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb74fcf0b8cc109ba37b2f9529e62c3c0ccefaf8]

        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>  [5fd97c915d47e1389a80e850e8f0baf48db8d186]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ea0db5dc4fc96b5722eb5a2f6e91430a1c2463]

        INTEGRATION: CWS vclshowstop06 (1.22.4); FILE MERGED 2005/11/17 09:39:39 ssa 1.22.4.1: #i58007# set correct menu type right from the beginning to avoid toolbar reformatting

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [bebd114b7045542ecc9dd62d49c95398dace76b7]

        INTEGRATION: CWS vclshowstop06 (1.38.4); FILE MERGED 2005/11/17 10:53:37 cd 1.38.4.1: #i57805# Revert changes which have a dramatically performance impact on Win9x,ME

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [4cc5b4c0a0e96f557c0298becb05bccaf314e1ba]

        INTEGRATION: CWS native26 (1.4.4); FILE MERGED 2005/11/16 17:07:29 is 1.4.4.1: #128005# no line break after equal sign allowed

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [49c4147d1434042eafc15a789fbc1a969aa37f31]

        INTEGRATION: CWS native26 (1.5.108); FILE MERGED 2005/11/16 17:39:43 is 1.5.108.1: #128005# new scp syntax check

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [05bed5f8ce4242287a5e1f8e9944960d9a4594dc]

        INTEGRATION: CWS swqbf45 (1.6.110); FILE MERGED 2005/11/17 06:52:23 od 1.6.110.1: #i56300# class <SwObjectFormatterTxtFrm> 	 - new static method <FormatAnchorFrmAndItsPrevs(..)>

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [a99b2bcdbaa7a5bab438cc5a47708213e11c8798]

        INTEGRATION: CWS swqbf45 (1.15.80); FILE MERGED 2005/11/17 06:54:43 od 1.15.80.1: #i56300# - implementation of new method 	   <SwObjectFormatterTxtFrm::FormatAnchorFrmAndItsPrevs(::)>

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [0c4a1a91ab52e936797fdbc0778ee4135fe82f59]

        INTEGRATION: CWS swqbf45 (1.51.34); FILE MERGED 2005/11/17 06:56:53 od 1.51.34.1: #i56300# <SwFlyAtCntFrm::MakeAll()> 	 - use method <SwObjectFormatterTxtFrm::FormatAnchorFrmAndItsPrevs(..)> 	   in iterative object positioning process.

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [284339169c734a827de2c09f700d932a02e0b2bb]

        INTEGRATION: CWS swqbf45 (1.57.76); FILE MERGED 2005/11/17 06:46:08 od 1.57.76.1: #i56850# <SwFrm::MakePos()> 	 change condition on formatting upper frame: 	 - no format of upper fly frame, which is anchored to-paragraph 	   or to-character

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [909b0684985e3181f8b658572d20752c1a565a0f]

        INTEGRATION: CWS swqbf44 (1.15.6); FILE MERGED 2005/11/16 09:57:50 od 1.15.6.1: #i57919# - <SwHTMLNumRuleInfo::Set(..)> 	   member <bRestart> has only be set to true, if numbering is 	   restarted at text node and its start value equals <USHRT_MAX> 	 - <SwHTMLParser::NewNumBulListItem(..)> 	   restart numbering at text node correctly, only if start value 	   doesn't equal <USHRT_MAX>

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [534bf00a0f9c08c871658f2e127ab88870077ee8]

        INTEGRATION: CWS swqbf44 (1.28.6); FILE MERGED 2005/11/16 09:51:49 od 1.28.6.1: #i57919# <OutHTML_SwFmt(..)> 	 - write start value for numbering only, if numbering is restarted 	   at text node.

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [f294b6afc1a788309e823e56251cd7c46edba10d]

        INTEGRATION: CWS swqbf44 (1.17.6); FILE MERGED 2005/11/16 10:40:44 od 1.17.6.1: #i57920# <SwNodes::ChgNode(..)> 	 - do not call <SwTxtNode::SetLevel(NO_NUMBERING)>, because is 	   deprecated and set <IsCounted> state to <false>, which isn't 	   correct here.

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [978d57681fab9d3569ccf66b0c09364641cfcb81]

        INTEGRATION: CWS swqbf44 (1.2.6); FILE MERGED 2005/11/16 09:49:20 od 1.2.6.1: #i57919# <SwNodeNum::GetStart()> 	 - consider start value USHRT_MAX, if numbering is restarted at node.

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [8f953f65db83ad1dcb3df17d5d24b68a612dd8d0]

        INTEGRATION: CWS swqbf44 (1.23.6); FILE MERGED 2005/11/16 09:47:53 od 1.23.6.1: #i57919# - remove unused include of <SwNodeNum.hxx>

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [2dffeb42409fd13787ab2761a976638e229e1c1a]

        INTEGRATION: CWS swqbf44 (1.50.6); FILE MERGED 2005/11/16 09:47:52 od 1.50.6.1: #i57919# - remove unused include of <SwNodeNum.hxx>

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [619aa152c88a69afdf6393593cec08a6d275d165]

        INTEGRATION: CWS swqbf44 (1.2.6); FILE MERGED 2005/11/16 09:46:33 od 1.2.6.1: #i57919# class <SwNodeNum> 	 - introduce new method <GetStartValue()>, needed by HTML export

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [2b85f84e40cac465fcbc64a85b97c1854a383750]

        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>  [df806e6eb9bb263f153380a4d374b86fb06d8dfd]

        INTEGRATION: CWS canvas03 (1.9.66); FILE MERGED 2005/11/16 13:20:04 dbo 1.9.66.1: #i57975# uno process must not inherit from unorc Issue number: Submitted by: Reviewed by:

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [00c9539422336b2d6a1e9908f2bfe979397e3927]

        INTEGRATION: CWS canvas03 (1.6.10); FILE MERGED 2005/11/16 16:35:09 cl 1.6.10.2: #i57946# fixed unix build issues 2005/11/16 16:15:41 cl 1.6.10.1: #i57946# use weak references for view listener container to prevent refcount issue in slideshow project

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [eebaeda8e270d57a2eb0ae9e480615e83a97b04e]

        INTEGRATION: CWS canvas03 (1.11.10); FILE MERGED 2005/11/16 16:35:08 cl 1.11.10.2: #i57946# fixed unix build issues 2005/11/16 16:15:41 cl 1.11.10.1: #i57946# use weak references for view listener container to prevent refcount issue in slideshow project

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [5f82142e279a0c3d4f99c937919ef9ecba46341c]

        INTEGRATION: CWS canvas03 (1.16.32); FILE MERGED 2005/11/16 12:37:00 cl 1.16.32.1: #i57971# fix DropdownMenuBox d'tor order and reuse property controls

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [a071356e6078e700dbdc9064e08f46534d20a54e]

        INTEGRATION: CWS canvas03 (1.4.60); FILE MERGED 2005/11/16 12:37:00 cl 1.4.60.1: #i57971# fix DropdownMenuBox d'tor order and reuse property controls

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [1219f74d98533a265bfe64f0599db119f4747b56]

        INTEGRATION: CWS canvas03 (1.10.48); FILE MERGED 2005/11/16 12:36:59 cl 1.10.48.1: #i57971# fix DropdownMenuBox d'tor order and reuse property controls

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [e23dc72bb4de08ba8b8939dac1146a178864aaf4]

        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>  [589b2cc9eed882fee994f44cfbaa63acd1f3e9a6]

        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>  [57b83971c003da809ec6c6d96416978c030d501f]

        #i10000# encpding fixed

2005-11-17  Jens-Heiner Rechtien  <hr@openoffice.org>  [fad4046390a54641658f77731b5b5152e8528c47]

        #i10000# encpding fixed

2005-11-17  Oliver Bolte  <obo@openoffice.org>  [b9d9eec517619b6bf99468f7a0b178633e8dee60]

        #i58048# fix for gcc 3.3 problem on mac os x

2005-11-16  Vladimir Glazounov  <vg@openoffice.org>  [ba5e8a5e2c6b2bac6a7d688dc7ae095e9bae80fc]

        new version for SRC680

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b493b96f9736be3d6fb438701d41cb0ec96d17cd]

        SRC680

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e69d43c9b1e2ea9553fb192b2a93682f5057e44a]

        #i10000# undo negative merges from CWS thaiissues integration

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7429fb70c873a32ac23fd8b00c7033a1e59ba7a3]

        INTEGRATION: CWS thaiissues (1.16.40); FILE MERGED 2005/11/09 13:48:25 sb 1.16.40.4: #i42730# Make sure config caches are consistent across the setLocale. 2005/11/04 10:46:55 os 1.16.40.3: #i42730 merge issue fixed 2005/11/01 09:33:55 fme 1.16.40.2: RESYNC: (1.16-1.17); FILE MERGED 2005/10/27 09:04:41 os 1.16.40.1: #i42730# apply windows system locale if available

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1af0826693d8ef329de960c6af947774e70ab133]

        INTEGRATION: CWS thaiissues (1.114.12); FILE MERGED 2005/11/15 13:13:01 fme 1.114.12.6: RESYNC: (1.119-1.123); FILE MERGED 2005/11/10 12:11:38 os 1.114.12.5: #i48117# Common.xcu/xcs added to patch 2005/11/08 19:47:02 os 1.114.12.4: #i55716# 2005/11/01 09:31:50 fme 1.114.12.3: RESYNC: (1.114-1.119); FILE MERGED 2005/10/27 14:28:56 dr 1.114.12.2: #i42660# include uiconfig.zip 2005/10/26 12:34:38 ssa 1.114.12.1: #i55555# support query for system default locale, useful on Windows

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [44e6eb766588ec355c0e88058c3a5127822df3a7]

        INTEGRATION: CWS thaiissues (1.150.8); FILE MERGED 2005/11/01 09:31:37 fme 1.150.8.2: RESYNC: (1.150-1.156); FILE MERGED 2005/10/26 12:34:37 ssa 1.150.8.1: #i55555# support query for system default locale, useful on Windows

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [56dad432009302bdb35388607fb2765111287875]

        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>  [2dc627781a8155fcc2bd65c2a6ceb259c6bf09a1]

        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>  [bba94fe4acf6887cb29a2cb715f15caa3881bb70]

        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>  [05fadde6f025bcaafca4f3093e88be3cc1bb6836]

        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>  [a10b0e70c641d7438c557ef718c6942b3abffaec]

        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>  [4a1f1586173839d532f90507c72306bc9e2aec56]

        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>  [e2511428b34b9500886eab8375ba07ddc3a62692]

        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>  [856434114b860c91a05013f8f3b7658e85eedaba]

        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>  [d1b4f47cbbe02336ee83e8ca2fc91a8adce1ec30]

        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>  [51854bf5e4cc5f343bc3d8525a08655149356627]

        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>  [f6fcd8c8013886fb98e4e3361dd3afa09b83d7eb]

        INTEGRATION: CWS thaiissues (1.3.16); FILE MERGED 2005/10/26 12:09:05 ssa 1.3.16.1: #i55555# support query for system default locale, useful on Windows

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e7d236b7806eebbaba2d2f04b99e90ee011bed0d]

        INTEGRATION: CWS thaiissues (1.7.2); FILE MERGED 2005/10/26 12:09:05 ssa 1.7.2.1: #i55555# support query for system default locale, useful on Windows

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a48f153fe62fdeb570745c903705c88bd9cacc32]

        INTEGRATION: CWS thaiissues (1.20.222); FILE MERGED 2005/10/11 15:35:43 dr 1.20.222.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [45b4c8e3f3608e5c3a471dbacb0d171f7d9a556e]

        INTEGRATION: CWS thaiissues (1.10.18); FILE MERGED 2005/10/11 15:35:04 dr 1.10.18.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [043660a499eda8bd058f7a0f4493e1e84a104a53]

        INTEGRATION: CWS thaiissues (1.46.18); FILE MERGED 2005/10/25 10:03:48 fme 1.46.18.2: RESYNC: (1.46-1.47); FILE MERGED 2005/10/12 16:38:02 dr 1.46.18.1: #i42660# use edit engine to draw control chars

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c6a190ed1fe79e4a56481cf50706bfd8af5650e6]

        INTEGRATION: CWS thaiissues (1.72.26); FILE MERGED 2005/10/27 12:50:05 nn 1.72.26.1: #i55929# use script type from input language for font and font height when no text selected

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [f8016137859e1607e1ca0e3a69c10adfe8f03018]

        INTEGRATION: CWS thaiissues (1.24.18); FILE MERGED 2005/10/27 12:50:07 nn 1.24.18.3: #i55929# use script type from input language for font and font height when no text selected 2005/10/12 16:38:00 dr 1.24.18.2: #i42660# use edit engine to draw control chars 2005/10/11 15:35:03 dr 1.24.18.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [50066bf73ac04604861b2f3d37188e0060e28f89]

        INTEGRATION: CWS thaiissues (1.36.18); FILE MERGED 2005/10/11 15:35:03 dr 1.36.18.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [cdb9366c7d97a875230898bb0f58f50fda6bfece]

        INTEGRATION: CWS thaiissues (1.10.20); FILE MERGED 2005/10/11 15:33:09 dr 1.10.20.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [29fcc83ab5c29e26b252b63f10b59cbbf2e2806e]

        INTEGRATION: CWS thaiissues (1.24.18); FILE MERGED 2005/10/27 12:50:35 nn 1.24.18.2: #i55929# use script type from input language for font and font height when no text selected 2005/10/11 15:32:43 dr 1.24.18.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c3147767e4a4c2af0ad20b26bbf4a15f4497288a]

        INTEGRATION: CWS thaiissues (1.45.18); FILE MERGED 2005/10/12 16:35:46 dr 1.45.18.2: #i42660# use edit engine to draw control chars 2005/10/11 15:31:48 dr 1.45.18.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5ee04025eb9d0d8bb24e51c4116fab04d5a58d57]

        INTEGRATION: CWS thaiissues (1.43.18); FILE MERGED 2005/10/27 12:49:31 nn 1.43.18.1: #i55929# use script type from input language for font and font height when no text selected

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fb5a5795501cfbef149735d3762da11faf1fa4e4]

        INTEGRATION: CWS thaiissues (1.10.18); FILE MERGED 2005/10/11 12:10:58 nn 1.10.18.1: #i55300# CreateStandardStyles: for Thai, use a larger CTL font size

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [49b5a268eeb9ac84634594adc8883b6199e7ad9b]

        INTEGRATION: CWS thaiissues (1.8.20); FILE MERGED 2005/10/11 15:30:58 dr 1.8.20.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ecec8c9212514af1d6880a0ba24c7ecc903409c2]

        INTEGRATION: CWS thaiissues (1.6.20); FILE MERGED 2005/10/11 15:30:58 dr 1.6.20.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [15e622646b74278ecb2991bfcd206d212a0a0d7e]

        INTEGRATION: CWS thaiissues (1.18.20); FILE MERGED 2005/10/11 15:30:15 dr 1.18.20.1: #i42660# new menu entries to insert control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [449e087a7526e4235161c5ab1f145b1f85ba21ca]

        INTEGRATION: CWS thaiissues (1.43.20); FILE MERGED 2005/10/12 16:35:06 dr 1.43.20.1: #i42660# use edit engine to draw control chars

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9fcedc1568a89c21e04c89ada32d571673c6a298]

        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>  [cea7421abb8346bf91ef131fa97aaa462c84e63b]

        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>  [1b99b1b4b451f6fcf93e30c7a6638cd89c403b8d]

        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>  [777e110cee6520fcdcc50883feee16321cb53701]

        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>  [b3ca30bae14ecd5924aba30448b037a7f2c11492]

        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>  [59f1c5fd9308f868ee2843f4fc8e5b9d4b092b07]

        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>  [90365c4ac97d771fb7ead46669a82487453ad2c2]

        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>  [a701bc5e073ee8b8d6f92fd6d12ac969d825bbec]

        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>  [aa24482c086aafbb605ebc0adbd0fa723ee577c4]

        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>  [b1cf419e5ca5deb16a3c04bd94ff5838645c38db]

        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>  [2a842bdf57873a7ae9b75c0d6b8f65775278457a]

        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>  [1f26577f1ed9b5a72d1c22d1bf2e04eee257da20]

        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>  [9cc13230ed9e903db8ee5fd4f4d8a3740a7a549b]

        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  Oliver Bolte  <obo@openoffice.org>  [be95c0cbc326c6ebd162411d96037cc006dccfd4]

        INTEGRATION: CWS thaiissues (1.14.38); FILE MERGED 2005/10/25 12:17:17 fme 1.14.38.2: RESYNC: (1.14-1.15); FILE MERGED 2005/10/14 06:52:54 os 1.14.38.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [4038caa1bd89c4ffbdab42e35cda107ac3123460]

        INTEGRATION: CWS thaiissues (1.96.34); FILE MERGED 2005/10/25 12:06:22 fme 1.96.34.2: RESYNC: (1.96-1.102); FILE MERGED 2005/10/25 06:33:29 fme 1.96.34.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ab73e742cdb5ebc2f5d58e6fea83888586580a30]

        INTEGRATION: CWS thaiissues (1.2.894); FILE MERGED 2005/09/29 18:30:39 os 1.2.894.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/25 13:39:21 os 1.2.894.1: #i42965# enable more than 8 numbering/outline types

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0abdc620143de573de397d8e25d6b2f4783b2ef7]

        INTEGRATION: CWS thaiissues (1.24.38); FILE MERGED 2005/10/25 11:57:46 fme 1.24.38.2: RESYNC: (1.24-1.25); FILE MERGED 2005/10/14 06:52:40 os 1.24.38.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [821ca55bd919eb29862fb4a830a6220a19585ea3]

        INTEGRATION: CWS thaiissues (1.4.40); FILE MERGED 2005/10/14 06:51:19 os 1.4.40.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [efcf22d0c929a8ec108304d40e295bdaac579856]

        INTEGRATION: CWS thaiissues (1.5.40); FILE MERGED 2005/10/25 06:29:51 fme 1.5.40.2: #i55716# Feature - Control characters 2005/10/14 06:51:19 os 1.5.40.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ccf368defade697b4b0ea97d33e97bedb3ba5fc0]

        INTEGRATION: CWS thaiissues (1.2.894); FILE MERGED 2005/09/29 17:49:04 os 1.2.894.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/25 13:39:21 os 1.2.894.1: #i42965# enable more than 8 numbering/outline types

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a46dd13fd1fd0bfa7c4381a48863e13b493ce9aa]

        INTEGRATION: CWS thaiissues (1.43.428); FILE MERGED 2005/09/29 17:48:19 os 1.43.428.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/25 13:39:20 os 1.43.428.1: #i42965# enable more than 8 numbering/outline types

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [46cf386070b76f65b0dbf3ccbc6f51bf2a480f76]

        INTEGRATION: CWS thaiissues (1.67.40); FILE MERGED 2005/10/05 13:11:37 os 1.67.40.1: #i42660# Insert/Formatting Marks: globally available

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c63b0bf16cf7bab108f88d0ad2665051d0cd8808]

        INTEGRATION: CWS thaiissues (1.4.40); FILE MERGED 2005/10/14 06:50:45 os 1.4.40.1: #i48117# 'type and replace' added - default sequence checking for some CTL languages

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c94fca564d96cb66c3c03cbb86ff658aa3b06fa8]

        INTEGRATION: CWS thaiissues (1.19.534); FILE MERGED 2005/09/28 17:14:35 os 1.19.534.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/27 00:10:26 khong 1.19.534.1: #i42661# add new interface for input sequence correction method

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9443b25a0e7a2de7b86592542fd9c7df0eb69425]

        INTEGRATION: CWS thaiissues (1.1.2); FILE ADDED 2005/08/27 00:10:26 khong 1.1.2.1: #i42661# add new interface for input sequence correction method

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [99f9507840885f4e3da5c6a2d695ae6dd3467d7c]

        INTEGRATION: CWS thaiissues (1.5.174); FILE MERGED 2005/09/28 17:09:58 os 1.5.174.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/27 00:10:25 khong 1.5.174.1: #i42661# add new interface for input sequence correction method

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ec42272efb2d09a73a7e48dc0d86b19c226f3922]

        INTEGRATION: CWS thaiissues (1.19.226); FILE MERGED 2005/10/05 13:34:56 os 1.19.226.2: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added 2005/09/22 06:38:53 os 1.19.226.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [738daef806e57de2737f9913bf2b2645288eebbf]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:11:17 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:54 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [64889809f95a5ec7a777b40650c2f3ac976b0d1c]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:11:10 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:51 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [42577f6829c32b98243f424c336d33e000f4d594]

        INTEGRATION: CWS thaiissues (1.5.248); FILE MERGED 2005/10/25 11:11:02 fme 1.5.248.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/05 13:34:48 os 1.5.248.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5082fdf092f86536bfe4f7dd7174fb6497332899]

        INTEGRATION: CWS thaiissues (1.2.104); FILE MERGED 2005/10/25 11:10:53 fme 1.2.104.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:47 os 1.2.104.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d9f76023d7c35cae832bfd182b0953e664abae08]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:10:45 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:46 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fb2b6a15126dc3b2c0deefad9c73cd2c69d26db9]

        INTEGRATION: CWS thaiissues (1.17.226); FILE MERGED 2005/10/05 13:45:35 os 1.17.226.2: #i42660# Insert/Formatting Marks: InsertHardHyphen added 2005/09/22 06:38:52 os 1.17.226.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [17102f1e25f395e91d40eb397e7c9e2962b3b1e4]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:10:27 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:43 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bfefb65bbb2c65d4fbeea858fb5ecc773f7a43d6]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:10:19 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:40 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3ab14867774bef2f3802f5e369f4d6b91e19ff49]

        INTEGRATION: CWS thaiissues (1.5.248); FILE MERGED 2005/10/25 11:10:09 fme 1.5.248.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/05 13:34:38 os 1.5.248.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d87d86a5f353cad4ceef1d5c2bbd5f3744264b3a]

        INTEGRATION: CWS thaiissues (1.2.104); FILE MERGED 2005/10/25 11:09:56 fme 1.2.104.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:36 os 1.2.104.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7ae56b42a38c18edeb7dc522dc0ae4f4f449acee]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:09:48 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:33 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [98de3a735e68eae228c4d897a1461a33b7aa0393]

        INTEGRATION: CWS thaiissues (1.18.226); FILE MERGED 2005/10/05 13:45:32 os 1.18.226.2: #i42660# Insert/Formatting Marks: InsertHardHyphen added 2005/09/22 06:38:51 os 1.18.226.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1f13505b3dbc836583888c3210d0310583212483]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:09:28 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:31 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3dc9c95dc2828f73b1454c48c1af516bdabc5728]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:09:20 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:27 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8ab3026769ac77e5e83fd64059d7ff3881d10573]

        INTEGRATION: CWS thaiissues (1.5.248); FILE MERGED 2005/10/25 11:09:11 fme 1.5.248.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/05 13:34:24 os 1.5.248.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ec1201ad51a4dd28fa73dad8bf9d1386f6b93816]

        INTEGRATION: CWS thaiissues (1.2.104); FILE MERGED 2005/10/25 11:09:03 fme 1.2.104.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:22 os 1.2.104.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ff06294c4438c900af7d89a45cbf740e42c3674e]

        INTEGRATION: CWS thaiissues (1.2.292); FILE MERGED 2005/10/25 11:08:51 fme 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/05 13:34:21 os 1.2.292.1: #i42660# Insert/Formatting Marks: accelerator Ctrl+DIVIDE added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [25a0f482d8e29151791114c506e2245befe4ecba]

        INTEGRATION: CWS thaiissues (1.43.452); FILE MERGED 2005/10/25 11:00:33 fme 1.43.452.5: RESYNC: (1.44-1.45); FILE MERGED 2005/10/11 05:53:43 os 1.43.452.4: #i42660# break added 2005/10/05 13:32:09 os 1.43.452.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 13:27:00 os 1.43.452.2: RESYNC: (1.43-1.44); FILE MERGED 2005/09/22 06:38:51 os 1.43.452.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [dd887684779b4b0140cd10da3c1b2bb2b1685180]

        INTEGRATION: CWS thaiissues (1.43.184); FILE MERGED 2005/10/05 13:32:07 os 1.43.184.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 13:26:32 os 1.43.184.2: RESYNC: (1.43-1.44); FILE MERGED 2005/09/22 06:38:50 os 1.43.184.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fe36d5ac7452c7d928d14ef615189fd5925f18bf]

        INTEGRATION: CWS thaiissues (1.29.30); FILE MERGED 2005/10/26 13:51:30 fme 1.29.30.2: #i55716# Feature - Control characters 2005/10/25 06:41:33 fme 1.29.30.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [43ced319c16249858efc85edde5d34637d068a30]

        INTEGRATION: CWS thaiissues (1.68.28); FILE MERGED 2005/11/08 19:21:25 os 1.68.28.6: #i42725# default height values now complete 2005/10/27 12:08:28 os 1.68.28.5: #i42732# font height status/execute depending on the input language 2005/10/25 11:00:12 fme 1.68.28.4: RESYNC: (1.68-1.69); FILE MERGED 2005/10/14 14:47:16 os 1.68.28.3: #i42732# apply font type depending on the input language 2005/10/13 14:45:40 os 1.68.28.2: #i42732# show state of font name depending on the input language 2005/10/13 13:49:45 os 1.68.28.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e628f258609381574da6359f6d5a62a1b06fe103]

        INTEGRATION: CWS thaiissues (1.17.34); FILE MERGED 2005/10/13 13:49:45 os 1.17.34.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [03dbc3f123e231d5c658421344343b341480f436]

        INTEGRATION: CWS thaiissues (1.6.36); FILE MERGED 2005/11/10 12:04:06 os 1.6.36.3: #i42725# font default height fixed 2005/11/08 19:18:59 os 1.6.36.2: #i42725# default height values now complete 2005/10/13 13:49:44 os 1.6.36.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [446b0e68da3c4a9082487478e25481090694dfa2]

        INTEGRATION: CWS thaiissues (1.117.24); FILE MERGED 2005/11/01 08:46:37 fme 1.117.24.4: RESYNC: (1.119-1.120); FILE MERGED 2005/10/27 12:09:12 os 1.117.24.3: #i42732# invalidate font height status if input language is changed 2005/10/25 10:45:56 fme 1.117.24.2: RESYNC: (1.117-1.119); FILE MERGED 2005/10/13 14:46:11 os 1.117.24.1: #i42732# show state of font name depending on the input language

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [124de6695867221fbd4e7f2235fcbaf2a0c10df1]

        INTEGRATION: CWS thaiissues (1.45.32); FILE MERGED 2005/11/14 09:37:54 os 1.45.32.5: #i42725# heading/list typo fixed 2005/11/11 10:03:17 os 1.45.32.4: #i42725# StandardHdl fixed 2005/11/08 19:21:16 os 1.45.32.3: #i42725# default height values now complete 2005/10/25 10:36:16 fme 1.45.32.2: RESYNC: (1.45-1.46); FILE MERGED 2005/10/13 13:49:44 os 1.45.32.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0ea676855a948b91d53e05f807d840746e80b446]

        INTEGRATION: CWS thaiissues (1.99.36); FILE MERGED 2005/10/25 10:35:42 fme 1.99.36.2: RESYNC: (1.99-1.100); FILE MERGED 2005/10/13 13:49:43 os 1.99.36.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [f9dfe33ebc614ce254fd2ac8f92d18294c53172a]

        INTEGRATION: CWS thaiissues (1.13.36); FILE MERGED 2005/10/13 13:49:42 os 1.13.36.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [773d8070ced38036ce2464631431d56e2e6710a8]

        INTEGRATION: CWS thaiissues (1.16.34); FILE MERGED 2005/11/08 19:19:07 os 1.16.34.2: #i42725# default height values now complete 2005/10/13 13:49:42 os 1.16.34.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8fd8d87f9f8128ccd84cc7c8228afdfe65ae468d]

        INTEGRATION: CWS thaiissues (1.2.1440); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [86a4ad2d48f4940f71d9188787250227b451f6d9]

        INTEGRATION: CWS thaiissues (1.22.282); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c2e4c984aab892cffce749dd7f651637139773de]

        INTEGRATION: CWS thaiissues (1.8.718); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [824343845b199353d6071203ff0c9b9e88b0b2b4]

        INTEGRATION: CWS thaiissues (1.10.588); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a9acb44e0f495f85d699dd2a194a24e93a433208]

        INTEGRATION: CWS thaiissues (1.4.592); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [4e4ba56bf3d9b1b39a54424bcc3c762feaf3d128]

        INTEGRATION: CWS thaiissues (1.4.1246); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [29ec379051c29551cb3e5577d4509d34a0a286c0]

        INTEGRATION: CWS thaiissues (1.3.592); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5ceb21ffef9a27bf35ab1e85f8c5815ee0dd5eeb]

        INTEGRATION: CWS thaiissues (1.4.1166); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bb736a71d337370655f83171d0bb9a4555b42479]

        INTEGRATION: CWS thaiissues (1.3.1246); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8dadb94b9cccf6efa3bc443f747506369070c275]

        INTEGRATION: CWS thaiissues (1.30.218); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e5096d163213831db156fb69bb61d0dd221b8aba]

        INTEGRATION: CWS thaiissues (1.14.478); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [6928e8581a2a31a6e73648e180c70d20e8b91f3c]

        INTEGRATION: CWS thaiissues (1.15.76); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7b83c908801e7c863d2f5941661f607e81746e7b]

        INTEGRATION: CWS thaiissues (1.6.592); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [36e252dde561ef740254287be3b25600c1e3a5bf]

        INTEGRATION: CWS thaiissues (1.19.86); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1d9ffd62f27f3aefb9e84fab17281ca1fbc29b9b]

        INTEGRATION: CWS thaiissues (1.21.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e9b45504d37431c51c1a0eb94c57648824aa2891]

        INTEGRATION: CWS thaiissues (1.49.268); FILE MERGED 2005/11/08 19:48:49 os 1.49.268.2: #i42725# default height values now complete 2005/10/13 13:49:41 os 1.49.268.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b0fb28e29b05b8567cd5f9c2133e208bd05c2d6f]

        INTEGRATION: CWS thaiissues (1.6.848); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [509bebe65f02600e489d080f8713eac9d3fe9f4a]

        INTEGRATION: CWS thaiissues (1.27.572); FILE MERGED 2005/11/11 10:24:41 os 1.27.572.1: #i42725# CTL language supported

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b4178dcc0e9c348c8a3883e41f7c591074f57042]

        INTEGRATION: CWS thaiissues (1.22.452); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bc21e05fb47d9607f3f7c7c6c146c69ae67688a1]

        INTEGRATION: CWS thaiissues (1.6.470); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [71b7ee0a4ff5c84110741d1310c6602088a2353f]

        INTEGRATION: CWS thaiissues (1.23.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b06a10023a0488618d6f3c33fb911589ff549c90]

        INTEGRATION: CWS thaiissues (1.41.152); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fce7b84df70bbec28615f037ebdea8ceeb3db678]

        INTEGRATION: CWS thaiissues (1.7.268); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3d5f5b3092eb0dc4cf7c3d10fab043328b586ade]

        INTEGRATION: CWS thaiissues (1.14.268); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e3e3a133fe76207036111072abce08957221de9f]

        INTEGRATION: CWS thaiissues (1.29.470); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0e35a5a43df8fb509e8d2255cc4b5e88cce27d30]

        INTEGRATION: CWS thaiissues (1.76.226); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d434028d15ae0b1b4267e4b0327147717566b086]

        INTEGRATION: CWS thaiissues (1.2.1440); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fb6e662733eaa3285ad949c4b4d19883b0ad6006]

        INTEGRATION: CWS thaiissues (1.2.1450); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d6f77fbe376db20365b74d0942466b7bf515c687]

        INTEGRATION: CWS thaiissues (1.9.470); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0dc8fc4dd559ff855f474974ae06ce2ec816fc70]

        INTEGRATION: CWS thaiissues (1.15.568); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [628289000f3cd894d8e6bd158337c8165e334cd2]

        INTEGRATION: CWS thaiissues (1.5.1428); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3ebf885e956e363f3d57de7fe8a2ad74ad940997]

        INTEGRATION: CWS thaiissues (1.17.656); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bfb74775d06edabeda30e3ecc53ea7269244fa56]

        INTEGRATION: CWS thaiissues (1.1.1444); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [06359de7228e70bc43693ecf2e732b87593e59ac]

        INTEGRATION: CWS thaiissues (1.4.688); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [62ca5b408ea9e85c2edb44e3a3ce30096642bb2e]

        INTEGRATION: CWS thaiissues (1.4.848); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [84c1dbd755c93c0258720db71d67eb9da750fc99]

        INTEGRATION: CWS thaiissues (1.8.688); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [316cae0753018019a560443fb223879c72da18a7]

        INTEGRATION: CWS thaiissues (1.1.1.1.1454); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9a1b3b65c1a04c94c132e90bcf7c407cf56b918e]

        INTEGRATION: CWS thaiissues (1.3.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7d184242de71ab6a2ea11d435964827804ddad7a]

        INTEGRATION: CWS thaiissues (1.3.1432); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1d63179f911ac05cf63b6d7f8895652153dad649]

        INTEGRATION: CWS thaiissues (1.2.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1c9ef080e52f69351df99402581766998b2a24e0]

        INTEGRATION: CWS thaiissues (1.2.802); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c041301fa746f75c4a032481b45350ba8589b31f]

        INTEGRATION: CWS thaiissues (1.7.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [baeeed3d4c01fd7663e5693e81723b7f71be1ff9]

        INTEGRATION: CWS thaiissues (1.4.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [cab7c3e1c036e8503b5025607b8a87efa631afd9]

        INTEGRATION: CWS thaiissues (1.29.656); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [37d01efee34c14a6bdeff3364fef54b00ef86e78]

        INTEGRATION: CWS thaiissues (1.70.176); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [52411407106636b7223be843cd33d3572a6b4f8d]

        INTEGRATION: CWS thaiissues (1.116.176); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8f5a51837abf3c15746df2034d07fa3c58d8d9fa]

        INTEGRATION: CWS thaiissues (1.48.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bf9d2e2cc922f8932b03762fa8568502b5b2ee36]

        INTEGRATION: CWS thaiissues (1.68.72); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ab830f05d924b7d8b5cb8fc35c8442a504feb530]

        INTEGRATION: CWS thaiissues (1.38.398); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bd0cf358b55e91cd7e46c95d6183918dd5662932]

        INTEGRATION: CWS thaiissues (1.113.218); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [03e3c89cd476e847e406405390c76236de1ec9b9]

        INTEGRATION: CWS thaiissues (1.135.376); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7d83e14e61fe75e9e4af6ad797d4bca354051d5c]

        INTEGRATION: CWS thaiissues (1.62.298); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [851a444fe17feaeaf629f8856bf4467dce22ce16]

        INTEGRATION: CWS thaiissues (1.15.398); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [dab4ffd868b97bc6d42e3d6b90c4416ec0482576]

        INTEGRATION: CWS thaiissues (1.10.570); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a33783b4ed253700d9831be6d8f55c86ebfdfa0f]

        INTEGRATION: CWS thaiissues (1.20.376); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [23521d11424f3d2d8fef90e8f7774b4e0c49c393]

        INTEGRATION: CWS thaiissues (1.33.712); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [72b6d4b6940fbbb4995b67fe8ed2cfe0ed2a637b]

        INTEGRATION: CWS thaiissues (1.31.154); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c5c50f52a4051918920ef03324ebd5aadb481efc]

        INTEGRATION: CWS thaiissues (1.77.178); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b2711af762281f83dc58caafc710ffedcbb090aa]

        INTEGRATION: CWS thaiissues (1.4.808); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [25297b6dee437a0273728639a231ba1961da1dd7]

        INTEGRATION: CWS thaiissues (1.13.452); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [4b5bd70fde66da3fde89f964053ff981ef689dd8]

        INTEGRATION: CWS thaiissues (1.14.206); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5827c64a30b872fa38f0427740677f048597f3ee]

        INTEGRATION: CWS thaiissues (1.2.948); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [6a653d7fb341644471f038f629c84d3d2f62b3b0]

        INTEGRATION: CWS thaiissues (1.5.870); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [3c03600024746818379b747df84a8bb37575bbdf]

        INTEGRATION: CWS thaiissues (1.4.846); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [383261d5915fd00776db216cdaa75f8db4fde0f8]

        INTEGRATION: CWS thaiissues (1.5.846); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5f1ec43dfa32c583845f73853235d15677fa1cab]

        INTEGRATION: CWS thaiissues (1.2.888); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [319a71a69e2248aaba904e7efda62bacd4ae3151]

        INTEGRATION: CWS thaiissues (1.4.888); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8a0ae01e4c69f3e5bbfdca8f9c20fea6e108a44b]

        INTEGRATION: CWS thaiissues (1.16.452); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ba9b860653e103abb409d718bf2ea280a82ec0a2]

        INTEGRATION: CWS thaiissues (1.2.934); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [dfd9e58948b9bb126309311fda67d7aeb41d2b76]

        INTEGRATION: CWS thaiissues (1.11.364); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fa60f80f59f6ce7522441e5043a4d7f6997f9980]

        INTEGRATION: CWS thaiissues (1.1.1.1.1454); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [fabfa54500c63ffe74a222c06bef4ce2ed97703e]

        INTEGRATION: CWS thaiissues (1.6.870); FILE MERGED

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [dc911dda4c46af3d542e5483aeb4af0b3e6c9841]

        INTEGRATION: CWS thaiissues (1.51.70); FILE MERGED 2005/11/15 13:11:16 fme 1.51.70.5: RESYNC: (1.52-1.54); FILE MERGED 2005/10/25 06:44:52 fme 1.51.70.4: #i55716# Feature - Control characters 2005/09/28 06:11:43 os 1.51.70.3: RESYNC: (1.51-1.52); FILE MERGED 2005/08/31 08:22:00 fme 1.51.70.2: #i42661# Feature - Sequence Input Correction 2005/08/30 15:02:33 fme 1.51.70.1: #i42661# Feature - Sequence Input Correction

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [8aac9a3fdc1e2d6562df6050688631774a90e98d]

        INTEGRATION: CWS thaiissues (1.39.34); FILE MERGED 2005/10/25 06:46:21 fme 1.39.34.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c1e6894f29cb497effbc3005cc811cb5f7126856]

        INTEGRATION: CWS thaiissues (1.16.34); FILE MERGED 2005/10/25 06:46:21 fme 1.16.34.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [04a96e1dc1691a2276163e7a4928a66cd4379071]

        INTEGRATION: CWS thaiissues (1.36.32); FILE MERGED 2005/10/25 06:46:20 fme 1.36.32.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [57c985ff0ec593e5b4dee72b8eb1990f0bca231b]

        INTEGRATION: CWS thaiissues (1.13.36); FILE MERGED 2005/10/25 06:46:20 fme 1.13.36.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b03bc063b910a674a551ce9583f5c1b065242a9f]

        INTEGRATION: CWS thaiissues (1.93.32); FILE MERGED 2005/10/25 06:46:19 fme 1.93.32.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [2968b6a993fbaeb109677688dd2ed3ab11a50899]

        INTEGRATION: CWS thaiissues (1.99.34); FILE MERGED 2005/10/25 06:46:18 fme 1.99.34.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [2026958f0f16afa551132f34aaef66d861624c96]

        INTEGRATION: CWS thaiissues (1.4.38); FILE MERGED 2005/10/25 06:44:02 fme 1.4.38.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9c99b7fe872b1101a08910cf12608e066f3d72d7]

        INTEGRATION: CWS thaiissues (1.3.1242); FILE MERGED 2005/09/28 04:01:58 os 1.3.1242.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/30 15:02:07 fme 1.3.1242.1: #i42661# Feature - Sequence Input Correction

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a5ffb6417d91b1e8f1b3a897db2b96af4c6d675f]

        INTEGRATION: CWS thaiissues (1.122.452); FILE MERGED 2005/10/25 10:11:59 fme 1.122.452.3: RESYNC: (1.123-1.124); FILE MERGED 2005/09/28 03:43:54 os 1.122.452.2: RESYNC: (1.122-1.123); FILE MERGED 2005/09/22 06:38:48 os 1.122.452.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c71d951a2d8b4c648185cd9c8c89999f87216ca1]

        INTEGRATION: CWS thaiissues (1.59.248); FILE MERGED 2005/11/01 08:39:04 fme 1.59.248.4: RESYNC: (1.60-1.61); FILE MERGED 2005/10/25 10:11:48 fme 1.59.248.3: RESYNC: (1.59-1.60); FILE MERGED 2005/10/05 13:53:17 os 1.59.248.2: #i42660# Insert/Formatting Marks: globally available 2005/09/22 06:38:48 os 1.59.248.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9cef2e08f84c04d035c4563e0ebb53c9a7999777]

        INTEGRATION: CWS thaiissues (1.15.38); FILE MERGED 2005/10/25 06:39:39 fme 1.15.38.1: #i55716# Feature - Control characters

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [f331b78ac68bac6a63f5d91b76a7890cb672592b]

        INTEGRATION: CWS thaiissues (1.31.248); FILE MERGED 2005/10/05 13:13:03 os 1.31.248.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 03:39:33 os 1.31.248.2: RESYNC: (1.31-1.32); FILE MERGED 2005/09/22 06:38:47 os 1.31.248.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [6c890774bcf19eeb2acab56f80592b9711babd52]

        INTEGRATION: CWS thaiissues (1.19.226); FILE MERGED 2005/09/28 03:22:17 os 1.19.226.3: RESYNC: (1.19-1.20); FILE MERGED 2005/09/23 11:34:49 os 1.19.226.2: #i42660# CHAR_ZWNBSP changed to 0x2060 2005/09/22 06:38:47 os 1.19.226.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [122c1a2b7e1c06d46b0667cfd5cffa31d597fa4f]

        INTEGRATION: CWS thaiissues (1.64.248); FILE MERGED 2005/10/05 13:12:19 os 1.64.248.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 02:41:47 os 1.64.248.2: RESYNC: (1.64-1.65); FILE MERGED 2005/09/22 06:38:46 os 1.64.248.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [1466badfd3f5a33f721108b08be91b7c57aa00ec]

        INTEGRATION: CWS thaiissues (1.2.1242); FILE MERGED 2005/09/28 02:41:03 os 1.2.1242.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/30 15:01:35 fme 1.2.1242.1: #i42661# Feature - Sequence Input Correction

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [85a91646267a669db9f161579cd212bc0287ec07]

        INTEGRATION: CWS thaiissues (1.23.322); FILE MERGED 2005/10/14 15:34:07 cl 1.23.322.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [cd32cefd677395d91c7da2f24522e916aebcdfca]

        INTEGRATION: CWS thaiissues (1.3.98); FILE MERGED 2005/10/25 09:22:21 fme 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/14 16:21:36 cl 1.3.98.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [54d70b6c1949e811809bee54eac96635c0b29257]

        INTEGRATION: CWS thaiissues (1.3.98); FILE MERGED 2005/10/25 09:22:13 fme 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/14 16:21:36 cl 1.3.98.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [152ef974f1576882ef5caeb976f25428919ca97d]

        INTEGRATION: CWS thaiissues (1.3.98); FILE MERGED 2005/10/25 09:21:47 fme 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/14 16:21:35 cl 1.3.98.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7d1d9d19131ba983eb26d2486a04e74e89899334]

        INTEGRATION: CWS thaiissues (1.21.262); FILE MERGED 2005/10/14 15:32:52 cl 1.21.262.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [d4c1cbafd78a5b17546bb6d93fefd6eb68f56879]

        INTEGRATION: CWS thaiissues (1.2.230); FILE MERGED 2005/10/14 16:27:42 cl 1.2.230.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [e76053d51e71b96ea125140218c653e62abe7b85]

        INTEGRATION: CWS thaiissues (1.2.230); FILE MERGED 2005/10/14 16:27:41 cl 1.2.230.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [a80de3aeb1a4d9a4cdeb26ed37ac4ecf7a8289d2]

        INTEGRATION: CWS thaiissues (1.3.344); FILE MERGED 2005/10/14 16:27:41 cl 1.3.344.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [2b0f0aef7416963b27709b431481835ec2300103]

        INTEGRATION: CWS thaiissues (1.2.110); FILE MERGED 2005/10/14 16:27:40 cl 1.2.110.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [bdb396f3577f6376590fabd091e0443d3388abbc]

        INTEGRATION: CWS thaiissues (1.2.230); FILE MERGED 2005/10/14 16:27:40 cl 1.2.230.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [24820f8992f631828a3e7128e96817454a162fc6]

        INTEGRATION: CWS thaiissues (1.50.12); FILE MERGED 2005/10/26 11:04:19 cl 1.50.12.3: #i42732# update font height when changing input language 2005/10/25 09:21:28 fme 1.50.12.2: RESYNC: (1.50-1.51); FILE MERGED 2005/10/14 17:26:06 cl 1.50.12.1: #i55928# prefer input language for font listbox when no text selected

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ac89bf7266a46f652eeba1fde3507155bd78a8e2]

        INTEGRATION: CWS thaiissues (1.73.10); FILE MERGED 2005/10/17 14:05:26 cl 1.73.10.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [07de63a6213cfc5c118f343bc5e200cf508c8e79]

        INTEGRATION: CWS thaiissues (1.21.12); FILE MERGED 2005/10/14 15:32:08 cl 1.21.12.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ee8a20982747e1809ced3550b7e2103c79b854c3]

        INTEGRATION: CWS thaiissues (1.13.10); FILE MERGED 2005/10/14 15:31:30 cl 1.13.10.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [6e9c1310f8422dcb15d3be1c77801a4884382016]

        INTEGRATION: CWS thaiissues (1.59.10); FILE MERGED 2005/10/17 14:05:25 cl 1.59.10.2: #i55135# added FormattingMark menu 2005/10/14 15:30:30 cl 1.59.10.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [b989af0ef3add4d4b066b16d4c31286f7fca3cfb]

        INTEGRATION: CWS thaiissues (1.21.10); FILE MERGED 2005/10/26 11:05:11 cl 1.21.10.1: #i42732# use script type from input language for font and font height when no text selected

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [28431bdfa996a424a70e84266aab6761a93d81ee]

        INTEGRATION: CWS thaiissues (1.20.12); FILE MERGED 2005/10/26 11:05:11 cl 1.20.12.2: #i42732# use script type from input language for font and font height when no text selected 2005/10/14 17:24:48 cl 1.20.12.1: #i55928# prefer input language for font listbox when no text selected

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [34712035bcc5f72e48c3ad60e697f73c52c2cccb]

        INTEGRATION: CWS thaiissues (1.21.12); FILE MERGED 2005/10/25 09:19:18 fme 1.21.12.2: RESYNC: (1.21-1.23); FILE MERGED 2005/10/17 14:05:24 cl 1.21.12.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [496886d4b7c975065ad1fc07e5fdadb064007f5d]

        INTEGRATION: CWS thaiissues (1.3.12); FILE MERGED 2005/10/17 13:59:30 cl 1.3.12.2: #i55135# added FormattingMark menu 2005/10/14 15:26:43 cl 1.3.12.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [2c54a19a37224843f51ac6e1eef5c3261c94170d]

        INTEGRATION: CWS thaiissues (1.6.12); FILE MERGED 2005/10/17 14:03:07 cl 1.6.12.2: #i55135# added FormattingMark menu 2005/10/14 15:27:40 cl 1.6.12.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [7e30416cdf84fdf339240fc0087de2af2996591f]

        INTEGRATION: CWS thaiissues (1.13.14); FILE MERGED 2005/10/17 13:57:56 cl 1.13.14.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9d531f04870edfc012c68724d561cda2bd11bc13]

        INTEGRATION: CWS thaiissues (1.34.14); FILE MERGED 2005/10/14 15:24:38 cl 1.34.14.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [de087108bd4c5f58a261197f219eb0837aefc8a7]

        INTEGRATION: CWS thaiissues (1.9.14); FILE MERGED 2005/10/25 08:52:10 fme 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/17 13:57:55 cl 1.9.14.1: #i55135# added FormattingMark menu

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [5520c046ba1db46e10a64a26d5a4bde5150490ec]

        INTEGRATION: CWS thaiissues (1.38.10); FILE MERGED 2005/11/08 19:14:42 os 1.38.10.2: #i42725# data type fixed 2005/10/13 13:50:42 os 1.38.10.1: #i42725# font height defaults configurable

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [9e797fb4e38bbd9f7b8563904c5c7b9b1b3791e9]

        INTEGRATION: CWS thaiissues (1.108.12); FILE MERGED 2005/09/28 07:30:08 os 1.108.12.1: #i48117# 'CTLSequenceCheckingTypeAndReplace' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [ddbee9c9452093c8cda4f609731e5f3a9d46f554]

        INTEGRATION: CWS thaiissues (1.3.12); FILE MERGED 2005/10/26 12:10:45 ssa 1.3.12.1: #i55555# support query for system default locale, useful on Windows

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [0baa8366e686e6b76198c819ad76030b028b0b27]

        INTEGRATION: CWS thaiissues (1.20.64); FILE MERGED 2005/10/25 08:50:09 fme 1.20.64.3: RESYNC: (1.20-1.21); FILE MERGED 2005/10/05 13:10:17 os 1.20.64.2: #i42660# Insert/Formatting Marks: globally available 2005/09/22 06:43:12 os 1.20.64.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [c9b9622c3b0c8859294b43e599aa8a34e861fbf3]

        INTEGRATION: CWS thaiissues (1.41.54); FILE MERGED 2005/10/25 08:49:35 fme 1.41.54.5: RESYNC: (1.42-1.43); FILE MERGED 2005/10/18 13:22:32 fme 1.41.54.4: #i42660# Strings adjusted according to spec 2005/10/05 13:10:33 os 1.41.54.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 02:04:34 os 1.41.54.2: RESYNC: (1.41-1.42); FILE MERGED 2005/09/22 06:43:10 os 1.41.54.1: #i42660# sub menu 'Insert/Formatting Mark' added

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [52557873ec87cc48aa2bd377936eb396dcf37897]

        INTEGRATION: CWS thaiissues (1.33.12); FILE MERGED 2005/11/14 13:45:43 fme 1.33.12.1: #i48117# Enable Type and Replace

2005-11-16  Oliver Bolte  <obo@openoffice.org>  [869969164a4e95fffea9d670b9499c8adbcfc994]

        INTEGRATION: CWS thaiissues (1.45.12); FILE MERGED 2005/10/25 08:47:42 fme 1.45.12.4: RESYNC: (1.45-1.46); FILE MERGED 2005/10/18 08:59:17 hdu 1.45.12.3: #i56145# add fallbacks from/to popular Thai fonts 2005/10/18 08:34:31 hdu 1.45.12.2: #i56145# prefer Angsana New over Angsana UPC 2005/10/18 08:19:51 hdu 1.45.12.1: #i56145# for Thai the default CTL font for all applications is Angsana New

2005-11-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [27b1b2fd82c438db2b426fbc759f5c54c5f73bdd]

        #i57954# fix include statemenr

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [3c42c4a0a70db16fc7794e8b9fe7e8d021d30fe9]

        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>  [61edb5db300cd30e89c03286afd457f3a6b5c8b6]

        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>  [b3b899474127c8c4da71fad53822ccd7a0867e97]

        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>  [e12ddf3fe008d4ba1aa031535a55da8e1338a88b]

        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>  [bbe63ecd7e49977fbc6104d217be48f21fecd814]

        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-15  Oliver Bolte  <obo@openoffice.org>  [a9f371a745fa4db2e006698c490d1ddcf815ee8d]

        INTEGRATION: CWS localisation02 (1.32.12); FILE MERGED 2005/11/15 13:59:22 vg 1.32.12.2: Localisation of OOo 2.0.1: #i57523# #i57178# #i57369# #i57354# #i57246# #i57231# #i57153# #i57107# #i56227# #i57221# #i57199# #i57373# #i57104# #i56231# #i57278# #i55871# #i57240# #i57056# #i56232# #i57111# #i57234# #i56170# #i56740# #i57241# #i57044# #i57195# #i57149# #i57230# #i57257# #i57329# #i57372# #i57264# #i56971# #i57183# #i53092# #i57067# #i57110# #i56089# #i57029# #i57233# #i57031# #i56714# #i57201# #i57101# #i57038# #i57319# #i57239# #i56797# #i56234# #i57515# #i57509# #i57171# #i52667# #i57327# #i57061# #i56795# #i56572# #i57506# #i52671# #i57069# #i57342# #i57058# #i57173# #i57112# #i57161# #i57102# #i57328# #i55810# #i57333# #i57045# #i52659# #i56973# #i56485# #i57502# #i52715# #i52706# #i57449# #i57202# #i57325# #i52708# #i57483# #i57065# #i57210# #i57106# #i52709# #i57193# #i52705# #i55622# #i57236# #i57213# #i57192# #i56965# #i56331# #i57170# #i56245# #125982# #i57280# #i57473# #i56794# #i56664# #125992# #i57281# #i56728# #i56481# #i57479# #i57180# #i57225# #i52663# #i56729# #i56444# #i57324# #i56901# #i52710# #i57504# #i57054# #i57204# #i57237# #i57187# #i53428# #i57481# #i57147# #i57114# #i56876# #i57256# #125983# #i56792# #i57134# #i57279# #i57066# #125989# #i57033# #i55866# #i56791# #i57140# #i57238# #i57036# #i57326# #i57073# #i56962# #i57222# #i57185# 2005/11/04 13:50:07 vg 1.32.12.1: #i56971# bs-BA added

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [72934a55e2f521e64c8329e407e0b26ce00c963e]

        INTEGRATION: CWS localisation02 (1.7.4); FILE MERGED 2005/11/15 13:58:21 vg 1.7.4.1: Localisation of OOo 2.0.1: #i57523# #i57178# #i57369# #i57354# #i57246# #i57231# #i57153# #i57107# #i56227# #i57221# #i57199# #i57373# #i57104# #i56231# #i57278# #i55871# #i57240# #i57056# #i56232# #i57111# #i57234# #i56170# #i56740# #i57241# #i57044# #i57195# #i57149# #i57230# #i57257# #i57329# #i57372# #i57264# #i56971# #i57183# #i53092# #i57067# #i57110# #i56089# #i57029# #i57233# #i57031# #i56714# #i57201# #i57101# #i57038# #i57319# #i57239# #i56797# #i56234# #i57515# #i57509# #i57171# #i52667# #i57327# #i57061# #i56795# #i56572# #i57506# #i52671# #i57069# #i57342# #i57058# #i57173# #i57112# #i57161# #i57102# #i57328# #i55810# #i57333# #i57045# #i52659# #i56973# #i56485# #i57502# #i52715# #i52706# #i57449# #i57202# #i57325# #i52708# #i57483# #i57065# #i57210# #i57106# #i52709# #i57193# #i52705# #i55622# #i57236# #i57213# #i57192# #i56965# #i56331# #i57170# #i56245# #125982# #i57280# #i57473# #i56794# #i56664# #125992# #i57281# #i56728# #i56481# #i57479# #i57180# #i57225# #i52663# #i56729# #i56444# #i57324# #i56901# #i52710# #i57504# #i57054# #i57204# #i57237# #i57187# #i53428# #i57481# #i57147# #i57114# #i56876# #i57256# #125983# #i56792# #i57134# #i57279# #i57066# #125989# #i57033# #i55866# #i56791# #i57140# #i57238# #i57036# #i57326# #i57073# #i56962# #i57222# #i57185#

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [5c42e3050732feb043d86c9e4849ebba2db9cc15]

        INTEGRATION: CWS localisation02 (1.10.8); FILE MERGED 2005/11/08 15:23:03 ihi 1.10.8.1: #i57372# typo

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [915fd7252ce02ed5f52c4477161742b11e835536]

        INTEGRATION: CWS localisation02 (1.23.4); FILE MERGED 2005/11/08 14:23:46 vg 1.23.4.3: #i56664# 2005/11/07 18:21:51 ihi 1.23.4.2: #i57372# XDarwin1.0 -> XDarwin 1.0 2005/11/04 17:00:41 vg 1.23.4.1: #i56245# readme section about Synapics in wrong place

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [243d8c502aa06d034100543d8c8a44a1bde0d949]

        INTEGRATION: CWS lo9 (1.159.4); FILE MERGED 2005/11/14 16:56:33 lo 1.159.4.1: #i56837# patch file

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [fffb90162d5f96dfeb8374ddb9c2b7574125f20d]

        INTEGRATION: CWS lo9 (1.15.10); FILE MERGED 2005/11/14 16:57:05 lo 1.15.10.1: #i56837# use entity resolver

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [c6cd7addd66c364fa5fc5257511b852d8d09f8d3]

        INTEGRATION: CWS swqbf43 (1.15.4); FILE MERGED 2005/11/14 10:52:11 od 1.15.4.1: #i57656# - <SwHTMLParser::NewNumBulListItem(..)>: on setting numbering/bullet 	   level of text node, adjust <IsCounted> state accordingly. 	 - <SwHTMLParser::SetNodeNum(..)>: consider usage of NO_NUMLEVEL 	 - remove unused code

2005-11-15  Oliver Bolte  <obo@openoffice.org>  [29bec1a9c4c9e50ec3238dfb44210ec5d797c785]

        INTEGRATION: CWS swqbf43 (1.17.4); FILE MERGED 2005/11/14 11:53:36 od 1.17.4.1: #i57956# <SwEditShell::MoveNumParas(..)> 	 - correction: re-factoring of code forgot determination of loop

2005-11-15  Frank Schönheit  <fs@openoffice.org>  [67b3e2b54cfa3739b7e6cfc4e8805a7ecd2510e2]

        #i57925#

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [6d5cf704f397befb19a7efc49c80589b3fcca1c0]

        #i10000# Syntax (comma)

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [743d31086ad3a1d8fe704368be8a9b6c15ac662b]

        #i10000# include algorithm (needed for find_if).

2005-11-14  Vladimir Glazounov  <vg@openoffice.org>  [1a142398baaa1d33d18852124b112f760eea0fae]

        new version for SRC680

2005-11-14  Vladimir Glazounov  <vg@openoffice.org>  [526eaf99dbb9ec6359e6388662695359a3763c57]

        new version for SRC680

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [3565c12552c7775516314310ac80e0f247fbbb2f]

        #i10000# Since integration of CWS perform06 ItemHolder1 does not have a member getGlobalItemHolder any more.

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [b824f0bb224a21d3b97c4f88e9f60d99a608202a]

        SRC680

2005-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [5d9f360adbf2de4d204b2e6369cdc43928705329]

        #i57388# remove dependencies on module sal

2005-11-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [94efa2483b35ab6ee3eeb6c8d4375b36c0d7e3db]

        #i57775# fix breakage in win/tcsh build

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [5609789035dc3b0b2cf83d6b3bed3e1926659764]

        INTEGRATION: CWS c05v001 (1.25.304); FILE MERGED 2005/08/26 12:56:01 fs 1.25.304.2: #124937# show database options only if there's at least one application with database integration installed 2005/08/15 09:21:06 pb 1.25.304.1: fix: #124957# use new methods of SvtModuleOptions

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [d477d61f261c0ec9aab291b9085e7c7e832f013f]

        INTEGRATION: CWS knumber (1.95.44); FILE MERGED 2005/11/14 08:58:49 flr 1.95.44.1: #i52127# implement first step of numbered-paragraph

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [f18f2a0befbbc22fedbc0512322ee02c8464a7fe]

        INTEGRATION: CWS knumber (1.6.42); FILE MERGED 2005/11/14 08:58:53 flr 1.6.42.1: #i52127# implement first step of numbered-paragraph

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [ebe09eceaf8aa9cd82d5bfe54cee9eb678066e35]

        INTEGRATION: CWS knumber (1.52.42); FILE MERGED 2005/11/14 08:58:53 flr 1.52.42.1: #i52127# implement first step of numbered-paragraph

2005-11-14  Rüdiger Timm  <rt@openoffice.org>  [e7701a4fa248dfd04a537bf6b86dd2ef83a999b4]

        INTEGRATION: CWS knumber (1.117.40); FILE MERGED 2005/11/14 08:58:52 flr 1.117.40.1: #i52127# implement first step of numbered-paragraph

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [17862d01f72614389466229bbbe757a99808f150]

        INTEGRATION: CWS os69 (1.34.36); FILE MERGED 2005/11/10 11:09:30 os 1.34.36.1: #127770# reset void value

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [8b340bd5c17f25d782e3a0001681f5c2e31b99ab]

        INTEGRATION: CWS os69 (1.9.38); FILE MERGED 2005/11/10 11:10:06 os 1.9.38.1: #127770# reset void value

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [0ef4306532a740d732c04e6cd35fd02a84247b2e]

        INTEGRATION: CWS c05v001 (1.19.2); FILE MERGED 2005/09/26 13:58:11 is 1.19.2.4: #125914# new startmenu entries for deinstallation and html files 2005/09/23 10:03:10 is 1.19.2.3: #125510# preparing cws patch 2005/09/19 08:52:20 is 1.19.2.2: #125510# preparing patch updates 2005/09/12 09:57:18 is 1.19.2.1: #125510# setting windowsfilespatchlevel

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [343e117739bec1f331a16b353709828d9f71c27b]

        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  Kurt Zenker  <kz@openoffice.org>  [73df3a699ae9fd4a08a638d33eb2183b354a4117]

        INTEGRATION: CWS c05v001 (1.4.406); FILE MERGED 2005/09/07 07:19:24 pb 1.4.406.1: fix: #125489# show only groups which are installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [013f881b76c4622c2b209b0250dce74dd66847d7]

        INTEGRATION: CWS c05v001 (1.21.58); FILE MERGED 2005/08/29 10:51:01 fs 1.21.58.1: #124934# some few files not installed when no Base is installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [a65bf729a053756a30ae9873b3727640c5a9cfff]

        INTEGRATION: CWS c05v001 (1.24.2); FILE MERGED 2005/08/29 10:51:01 fs 1.24.2.1: #124934# some few files not installed when no Base is installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [5327676fb6758e5695d2936630e5899d8a2b5470]

        INTEGRATION: CWS c05v001 (1.136.18); FILE MERGED 2005/08/29 10:51:01 fs 1.136.18.1: #124934# some few files not installed when no Base is installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [43e3e4bb6c44eb2d4b231f37d8a549eb01037738]

        INTEGRATION: CWS c05v001 (1.2.84); FILE MERGED 2005/08/29 10:51:00 fs 1.2.84.2: #124934# some few files not installed when no Base is installed 2005/08/25 15:09:59 fs 1.2.84.1: #124936# loaders/types whose availability depend on the 'Base' module being installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [82f59c2586ff23c1929106a251c915092a7e1181]

        INTEGRATION: CWS c05v001 (1.2.84); FILE MERGED 2005/08/29 10:51:00 fs 1.2.84.1: #124934# some few files not installed when no Base is installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [635002de71deb7c870a909b35fa901f15174b0ab]

        INTEGRATION: CWS c05v001 (1.3.44); FILE MERGED 2005/08/29 10:51:00 fs 1.3.44.2: #124934# some few files not installed when no Base is installed 2005/08/25 15:09:59 fs 1.3.44.1: #124936# loaders/types whose availability depend on the 'Base' module being installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [2a9b1df60e5ef521e6d27022b7f57b8d7b026c78]

        INTEGRATION: CWS c05v001 (1.50.44); FILE MERGED 2005/08/15 13:50:16 ssa 1.50.44.1: #124966# synchronous update for toolboxes that will open in popup mode

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [1d300875465b984e2c83921410fc22bf68d014a4]

        INTEGRATION: CWS c05v001 (1.39.84); FILE MERGED 2005/09/07 07:02:44 pb 1.39.84.3: fix: #125490# dynamic list of extensions 2005/08/29 07:32:10 obo 1.39.84.2: RESYNC: (1.39-1.40); FILE MERGED 2005/08/25 14:51:09 fs 1.39.84.1: #124967# if no Base is installed, don't show the 'Address book' button

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [e7484b9b6165ca668e17a9e6014c7988f7901844]

        INTEGRATION: CWS c05v001 (1.31.96); FILE MERGED 2005/10/10 09:33:46 ih 1.31.96.2: #125491# Function CheckInstalledModule() changed 2005/09/09 11:21:16 ih 1.31.96.1: #125491# ToggleCheckbox Function extended for module recognition

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [823e2421e5766d00c80d5e4caa5e2423caa100e8]

        INTEGRATION: CWS c05v001 (1.38.68); FILE MERGED 2005/10/10 12:23:36 ih 1.38.68.2: #125491# global doc filter disabled if no global doc module is installed 2005/10/06 15:45:35 kz 1.38.68.1: #125491# Standalone impress: Wizards - Document converter doesn't check installed modules (BC)

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [06179519271f15c085765c0c4f0a1f9784a67573]

        INTEGRATION: CWS c05v001 (1.9.22); FILE MERGED 2005/09/26 13:58:15 is 1.9.22.1: #125914# new startmenu entries for deinstallation and html files

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [3301852b97c310662b278a0ec99a1304463231a9]

        INTEGRATION: CWS c05v001 (1.11.22); FILE MERGED 2005/11/07 16:14:25 is 1.11.22.3: #127628# remove quickstarter link 2005/09/21 09:48:06 is 1.11.22.2: #125917# extension also in nsis 2005/09/12 10:59:58 is 1.11.22.1: #125510# Windows patch

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [e15779e20134e969dbbd47305d6c2e81a755680d]

        INTEGRATION: CWS c05v001 (1.24.18); FILE MERGED 2005/09/09 13:56:39 is 1.24.18.1: #125510# preparing c05patch

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [e34ffdadedc9e50f8dc606cf812bada0da3904d7]

        INTEGRATION: CWS c05v001 (1.6.172); FILE MERGED 2005/10/21 13:30:27 is 1.6.172.1: #126263# neutral codepage for en-US in c05office

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [c890c7dce8114f0528d4ff71772ea8bc595e880f]

        INTEGRATION: CWS c05v001 (1.8.172); FILE MERGED 2005/07/15 09:28:22 is 1.8.172.1: #124333# new impress office

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [059970d994d1954bf5bf806c721d0176318a4970]

        INTEGRATION: CWS c05v001 (1.48.18); FILE MERGED 2005/10/21 13:29:21 is 1.48.18.3: #126261# no default for powerpoint 2005/09/12 14:48:29 is 1.48.18.2: #125510# Windows patch 2005/09/12 09:57:17 is 1.48.18.1: #125510# setting windowsfilespatchlevel

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [047be4e096a7f15ab5e871ce593343f8d560fa13]

        INTEGRATION: CWS c05v001 (1.97.26); FILE MERGED 2005/09/29 09:27:30 as 1.97.26.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [637b32bbfd7e941c36e1428eb8137b745f3f4802]

        INTEGRATION: CWS c05v001 (1.3.118); FILE MERGED 2005/08/15 14:04:37 ssa 1.3.118.1: #124966# synchronous update for toolboxes that will open in popup mode

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [b7039686a74c9a2a26992fa7c18c52301a85e3df]

        INTEGRATION: CWS c05v001 (1.8.90); FILE MERGED 2005/08/15 14:04:36 ssa 1.8.90.1: #124966# synchronous update for toolboxes that will open in popup mode

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [2b680e4114c3a57dfdd5f0821915b250c6fee0aa]

        INTEGRATION: CWS c05v001 (1.19.26); FILE MERGED 2005/08/15 14:04:35 ssa 1.19.26.1: #124966# synchronous update for toolboxes that will open in popup mode

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [40f0afdabbdca88329ac6798683b5567135bab7e]

        INTEGRATION: CWS c05v001 (1.2.96); FILE MERGED 2005/09/29 09:27:29 as 1.2.96.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [c8c1b573272e9c4359b1bad9a6f553cfec1f87df]

        INTEGRATION: CWS c05v001 (1.1.2); FILE ADDED 2005/10/05 13:15:29 as 1.1.2.2: # 125916# support path variables inside URLs 2005/09/29 09:24:54 as 1.1.2.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [d108af903f8386612a00b5f4166a58570de3fb3a]

        INTEGRATION: CWS c05v001 (1.7.180); FILE MERGED 2005/09/29 09:27:26 as 1.7.180.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [faba71b5d92c0c97e75fa114e878d5aad28400f8]

        INTEGRATION: CWS c05v001 (1.1.2); FILE ADDED 2005/09/29 09:24:24 as 1.1.2.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [d057a30ebac284d5033a1f32890494b315cd4119]

        INTEGRATION: CWS c05v001 (1.35.26); FILE MERGED 2005/09/29 09:27:22 as 1.35.26.1: #125916# new helper to forward URL's to the underlying OS

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [36df6c209af369b8c5fa79adef5d4851c6e5a6db]

        INTEGRATION: CWS c05v001 (1.3.110); FILE MERGED 2005/08/25 15:07:00 fs 1.3.110.1: #124936# +fcfg_database*

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [222ff2e022e9e489e6f05346dc9488f55d03b08e]

        INTEGRATION: CWS c05v001 (1.11.48); FILE MERGED 2005/08/25 15:05:37 fs 1.11.48.1: #124936# +fcfg_database_*

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [4adf25795bd3d6838a9fc23ed547faa2ff4d25ba]

        INTEGRATION: CWS c05v001 (1.6.32); FILE MERGED 2005/10/11 08:53:07 as 1.6.32.1: #125995# add missing cross-type draw8 to impress package

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [b94353b2a919709fd787b9878b46b64a89f107ef]

        INTEGRATION: CWS c05v001 (1.1.2); FILE ADDED 2005/08/25 15:06:38 fs 1.1.2.1: #124936# loaders/types whose availability dependd on the 'Base' module being installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [56a151991cc570e7e084edf3ce555eafb288eca5]

        INTEGRATION: CWS c05v001 (1.5.110); FILE MERGED 2005/08/25 15:05:45 fs 1.5.110.1: #124936# moved loader and type for Base related formats to fcfg_database.mk

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [e6a4f5ab516ad38c4c66017be664a4ea8b74368e]

        INTEGRATION: CWS c05v001 (1.85.104); FILE MERGED 2005/08/29 10:48:09 fs 1.85.104.1: #124939#

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [e4963363159d3546d75ed7180303ee9120fb5270]

        INTEGRATION: CWS c05v001 (1.2.94); FILE MERGED 2005/11/07 16:12:05 is 1.2.94.1: #127628# remove quickstarter link

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [55cd8244be119726d5933e5109caaeaffd9aa575]

        INTEGRATION: CWS c05v001 (1.2.94); FILE MERGED 2005/11/07 16:12:04 is 1.2.94.1: #127628# remove quickstarter link

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [891cff629b2271c60a7f07f31ab44dfb58b10762]

        INTEGRATION: CWS c05v001 (1.3.92); FILE MERGED 2005/11/07 16:12:04 is 1.3.92.1: #127628# remove quickstarter link

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [ac40e2a9844146efa1d805485e040e505ebcb126]

        INTEGRATION: CWS c05v001 (1.63.84); FILE MERGED 2005/08/26 13:14:01 fs 1.63.84.1: #125322# do not show NavigationBar and TableControl icons if no Base is installed !!DO NOT COPY FIX INTO THE MASTER, it's intended for this branch only!!

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [6e2c200e3daca503a30d555a45fdffed82161851]

        INTEGRATION: CWS c05v001 (1.9.372); FILE MERGED 2005/08/15 09:20:20 pb 1.9.372.1: fix: #124957# use new methods of SvtModuleOptions

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [f3ce04f4889f68a9d52b055e20acea80d102235c]

        INTEGRATION: CWS c05v001 (1.8.406); FILE MERGED 2005/08/15 09:17:32 pb 1.8.406.1: fix: #124957# remove autotext entry if writer module isn't installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [5ab845e3ce173182b2acfcb922188d07b9cd543b]

        INTEGRATION: CWS c05v001 (1.2.1020); FILE MERGED 2005/08/15 09:09:51 pb 1.2.1020.1: fix: #124969# #124970# OfaMSFilterTabPage2::GetEntry4Type() added

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [0fd48f5e450a4787c846abcc68ad62f7d03087c5]

        INTEGRATION: CWS c05v001 (1.3.406); FILE MERGED 2005/08/15 09:11:32 pb 1.3.406.1: fix: #124969# #124970# OfaMSFilterTabPage2: remove entry if module isn't installed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d8738a5d3a7dcc262eae1deae46876bb7e6cf89b]

        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>  [672edb50445535656b6833964f75a61ace7113ea]

        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>  [8baa13bc1c0e4c1972aff1197aa03b31e9b6dd5c]

        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>  [2000c3e7154f1f616d1fda7163f96dae2e125dc0]

        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  Kurt Zenker  <kz@openoffice.org>  [d72c96f4e14dae2730d59dc4c2b95776eed83417]

        INTEGRATION: CWS c05v001 (1.58.164); FILE MERGED 2005/08/15 11:14:30 cd 1.58.164.1: #124964# Make menu entry 'insert spreadsheet' invisible, if calc is not installed

2005-11-11  Kurt Zenker  <kz@openoffice.org>  [9860ca3e87ab281af1067977c2b8d0647548fd26]

        INTEGRATION: CWS c05v001 (1.7.224); FILE MERGED 2005/10/12 11:47:21 sj 1.7.224.1: #126003# fixed graphic filter detection if draw module is not installed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e81cdf1481370c2b16c23d8a99d2e3d5d01fc1cc]

        INTEGRATION: CWS tl14 (1.112.148); FILE MERGED 2005/10/26 13:19:17 tl 1.112.148.5: #106739# broken entry fixed 2005/10/26 12:49:24 tl 1.112.148.4: #106739# broken entry fixed 2005/10/25 14:04:20 tl 1.112.148.3: RESYNC: (1.113-1.114); FILE MERGED 2005/09/22 16:36:20 tl 1.112.148.2: RESYNC: (1.112-1.113); FILE MERGED 2005/07/22 09:50:14 tl 1.112.148.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b2a3d2739363a2675aa76879bcaadcfaca7caf7f]

        INTEGRATION: CWS tl14 (1.177.8); FILE MERGED 2005/10/25 14:03:40 tl 1.177.8.6: RESYNC: (1.179-1.180); FILE MERGED 2005/09/22 16:34:22 tl 1.177.8.5: RESYNC: (1.178-1.179); FILE MERGED 2005/08/23 09:19:31 tl 1.177.8.4: RESYNC: (1.177-1.178); FILE MERGED 2005/08/01 13:48:39 tl 1.177.8.3: #106739# properperty set/map for conditional paragraph styles fixed 2005/08/01 11:17:34 tl 1.177.8.2: #106739# properperty set/map for conditional paragraph styles fixed 2005/07/22 09:49:33 tl 1.177.8.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f8e9144bd9f0ea77d8eb05f4b8f4c07d61e1a8f1]

        INTEGRATION: CWS tl14 (1.107.148); FILE MERGED 2005/10/26 12:48:01 tl 1.107.148.4: #106739# double entry of 'SW_PROPNAME_END' fixed 2005/10/25 13:35:24 tl 1.107.148.3: RESYNC: (1.108-1.109); FILE MERGED 2005/09/22 13:19:30 tl 1.107.148.2: RESYNC: (1.107-1.108); FILE MERGED 2005/07/20 14:32:40 tl 1.107.148.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c78862842c1b5fef45d85415d4617384d98ef41d]

        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>  [1c9af1205394d5fcb7f12e8dd87a9a55ed6dfb2e]

        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>  [167d6f306565bd10b88ff329ecdc66bae4b1b904]

        INTEGRATION: CWS tl14 (1.102.24); FILE MERGED 2005/10/27 11:41:53 tl 1.102.24.1: #i55578# fixed off by 1 index when getting the language

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [fb30c67c7be64729a5cc035ba6e6cd4c798ab4ac]

        INTEGRATION: CWS tl14 (1.9.148); FILE MERGED 2005/09/23 06:45:46 tl 1.9.148.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/13 14:59:05 tl 1.9.148.1: #i50417# changed property type of NumberFormat to 'long'

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b747aecc549abf1066d504fb8a491a8951524430]

        INTEGRATION: CWS tl14 (1.9.212); FILE MERGED 2005/09/23 06:36:26 tl 1.9.212.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/14 13:11:01 tl 1.9.212.1: #i27268# added some comments about anchors of text tables

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8d41d2cd3beb79ff2a930264adb017a0ba1c3751]

        INTEGRATION: CWS tl14 (1.14.180); FILE MERGED 2005/09/23 06:24:46 tl 1.14.180.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/14 13:11:01 tl 1.14.180.1: #i27268# added some comments about anchors of text tables

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6291d519636b247586860cb3a06bc6d6b98a58c1]

        INTEGRATION: CWS tl14 (1.7.212); FILE MERGED 2005/09/23 05:47:04 tl 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/25 11:57:22 tl 1.7.212.1: #i23386# add comment about exception for index/count being out of bounds

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9600e383ca7ca71a18e5a6b20d8222155f8adbda]

        INTEGRATION: CWS tl14 (1.7.212); FILE MERGED 2005/09/23 05:46:55 tl 1.7.212.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/25 11:57:21 tl 1.7.212.1: #i23386# add comment about exception for index/count being out of bounds

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d4dfba7b00f99cd0835dcbf8c372fc8c81acaab0]

        PATCH flag set for bf_xo library (on request by AW).

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a7277a04f6a111d38a2b3f3b8b23b59b7cc039c6]

        INTEGRATION: CWS tl14 (1.11.528); FILE MERGED 2005/10/26 12:25:10 tl 1.11.528.3: #106739# XStyleCondition.idl added to makefile again 2005/09/23 05:31:15 tl 1.11.528.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/01 11:07:23 tl 1.11.528.1: #106739# XStyleCondition removed (was never used or implemented)

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c680405f0597c74aff992ce7b99cbd91ccf788a6]

        INTEGRATION: CWS tl14 (1.7.212); FILE MERGED 2005/10/26 12:16:29 tl 1.7.212.2: #106739# reopen IDL file and mark it as deprecated 2005/08/01 11:08:29 tl 1.7.212.1: #106739# XStyleCondition removed (was never used or implemented)

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6868baff8f2d5e63893c44aa6a038dc780ccea16]

        INTEGRATION: CWS tl14 (1.6.212); FILE MERGED 2005/09/23 05:30:46 tl 1.6.212.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/20 14:22:44 tl 1.6.212.1: #106739# DocMerge comments removed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6736c06917d06420a3cc5708bf87996bdad8e0e1]

        INTEGRATION: CWS tl14 (1.7.212); FILE MERGED 2005/09/23 05:23:44 tl 1.7.212.4: RESYNC: (1.7-1.8); FILE MERGED 2005/07/26 08:01:06 tl 1.7.212.3: #i25406# spelling error corrected 2005/07/20 14:26:21 tl 1.7.212.2: #106739# property 'ParaStyleConditions' added 2005/07/20 14:22:32 tl 1.7.212.1: #106739# DocMerge comments removed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c61f7f484ef56e16c5f3e771a2eaab9bdbd10f87]

        INTEGRATION: CWS tl14 (1.17.200); FILE MERGED 2005/09/23 05:27:19 tl 1.17.200.2: RESYNC: (1.17-1.18); FILE MERGED 2005/07/26 08:00:36 tl 1.17.200.1: #i25406# 'maybevoid' flag added to attributes describing header or footer properties

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9c676863d887e7d364b5362a170f72364a5bf91c]

        INTEGRATION: CWS tl14 (1.3.212); FILE MERGED 2005/09/23 05:24:48 tl 1.3.212.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/26 08:36:02 tl 1.3.212.1: #i25472# removed some incorrect listed properties

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c83c4693cc872541a36924ed6348274c19e5245f]

        INTEGRATION: CWS tl14 (1.8.660); FILE MERGED 2005/09/22 18:13:06 tl 1.8.660.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/01 11:13:46 tl 1.8.660.1: #106739# moved to main include directory

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [904d699f6d76154e541c35395c69d6c85712ec2a]

        INTEGRATION: CWS tl14 (1.91.168); FILE MERGED 2005/09/22 16:38:47 tl 1.91.168.7: RESYNC: (1.92-1.93); FILE MERGED 2005/08/23 09:21:03 tl 1.91.168.6: RESYNC: (1.91-1.92); FILE MERGED 2005/08/08 09:13:01 tl 1.91.168.5: #i23386# insert/removeByIndex with count 0 just return now. 2005/08/01 09:52:36 tl 1.91.168.4: #113692#, #i23386# SwTextCursorItemSet_Impl removed 2005/07/25 12:00:23 tl 1.91.168.3: #i23386# add comment about exception for index/count being out of bounds 2005/07/22 09:56:16 tl 1.91.168.2: #113692# 'DropCapCharStyleName' for SwXTextTableCursor fixed 2005/07/13 13:37:25 tl 1.91.168.1: #i21669# SwXTableColumns::getByIndex returns an empty XInterface now

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a76dd6294559bcd98526ec9913ef5ca83b9af0ed]

        INTEGRATION: CWS tl14 (1.60.312); FILE MERGED 2005/11/08 11:11:20 os 1.60.312.4: #i106739# smoketest issue fixed 2005/09/22 16:38:33 tl 1.60.312.3: RESYNC: (1.60-1.61); FILE MERGED 2005/08/01 13:48:41 tl 1.60.312.2: #106739# properperty set/map for conditional paragraph styles fixed 2005/07/22 09:53:20 tl 1.60.312.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a69e99be6c76b707fadbaa5149195dd9d364cc11]

        INTEGRATION: CWS tl14 (1.84.238); FILE MERGED 2005/10/25 14:04:00 tl 1.84.238.5: RESYNC: (1.87-1.88); FILE MERGED 2005/09/22 16:34:35 tl 1.84.238.4: RESYNC: (1.86-1.87); FILE MERGED 2005/08/23 09:19:49 tl 1.84.238.3: RESYNC: (1.84-1.86); FILE MERGED 2005/08/02 09:12:10 tl 1.84.238.2: #i52323# be sure to use a text node even if a non text node (e.g. graphic) is selected. 2005/08/01 09:52:36 tl 1.84.238.1: #113692#, #i23386# SwTextCursorItemSet_Impl removed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6c5e95803a1dbbd48d71011405205b0a57f9e989]

        INTEGRATION: CWS tl14 (1.51.148); FILE MERGED 2005/09/22 13:18:00 tl 1.51.148.3: RESYNC: (1.51-1.52); FILE MERGED 2005/08/01 11:17:18 tl 1.51.148.2: #106739# properperty set/map for conditional paragraph styles fixed 2005/07/20 14:32:40 tl 1.51.148.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9cb9e81c587a3499bfdcbc51e65a773949c4ab09]

        INTEGRATION: CWS tl14 (1.64.190); FILE MERGED 2005/09/22 11:41:28 tl 1.64.190.2: RESYNC: (1.64-1.65); FILE MERGED 2005/07/20 14:32:39 tl 1.64.190.1: #106739# new property 'ParaStyleConditions' for conditional paragraph styles added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0ab64361172cc0f82f88a7b8c861b1602a8a110f]

        INTEGRATION: CWS tl14 (1.1.2); FILE ADDED 2005/11/03 11:45:29 tl 1.1.2.3: #106739# license header fixed after resyncing 2005/08/01 11:13:26 tl 1.1.2.2: #106739# moved to main include directory 2005/08/01 10:08:36 tl 1.1.2.1: #106739# moved to main include directory

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [ff95700a658024c61df910e33aa0696554acfa45]

        INTEGRATION: CWS c06 (1.3.82); FILE MERGED 2005/11/08 09:55:41 hro 1.3.82.3: #i54955# Always pass image name as first argument in command line 2005/11/08 09:47:07 hro 1.3.82.2: #i54955# Always pass image name as first argument in command line 2005/09/28 13:37:27 hro 1.3.82.1: #i54955# On restart after a crash forward bootstrap args

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b4a412e1044fd2dcb0a325a1179663944a34040b]

        INTEGRATION: CWS c06 (1.5.64); FILE MERGED 2005/09/15 11:53:16 tv 1.5.64.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e17a681b95007d16b8fd9c9c17df92118e04a0c6]

        INTEGRATION: CWS c06 (1.5.42); FILE MERGED 2005/09/15 11:53:14 tv 1.5.42.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b98a455451428c36e0bdfe425e17e2bbf0650208]

        INTEGRATION: CWS c06 (1.21.40); FILE MERGED 2005/08/31 14:52:44 cd 1.21.40.2: #i53937# Added support to remove custom button at the end of a toolbar when customization is not allowed 2005/08/23 12:34:03 cd 1.21.40.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c01ffffa75c336547bdd30d854903dbd19ff03be]

        INTEGRATION: CWS c06 (1.5.382); FILE MERGED 2005/09/19 08:52:18 cd 1.5.382.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [57b513a279cd2d96a6381a91b0be0fde812afbbf]

        INTEGRATION: CWS c06 (1.25.314); FILE MERGED 2005/08/31 08:15:10 pb 1.25.314.1: fix: #i53479# OptionsDialog customizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [26f54fb2c5c54725b0dccde937b58881ca146caa]

        INTEGRATION: CWS c06 (1.7.238); FILE MERGED 2005/09/19 08:39:31 cd 1.7.238.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0b46b8fb441ac6b04cdc7e43fe56839c37e7306c]

        INTEGRATION: CWS c06 (1.4.382); FILE MERGED 2005/09/19 08:39:31 cd 1.4.382.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2fa41c8d3b5ac35a8d41456148632266ca6204c4]

        INTEGRATION: CWS c06 (1.6.230); FILE MERGED 2005/09/19 08:39:30 cd 1.6.230.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5039f33181f29e7285e94a494e02259e9d42c5c8]

        INTEGRATION: CWS c06 (1.13.78); FILE MERGED 2005/08/23 12:59:04 kso 1.13.78.1: #i53361# - intro.bmp now first searched via $CustomDataUrl Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [7819d1ed4765b8977f0f449525f87a71c7f61547]

        INTEGRATION: CWS c06 (1.182.24); FILE MERGED 2005/09/29 11:01:31 hro 1.182.24.2: #i53531# Disable error reporting in signal handler if crash reporting is disabled in configuration 2005/09/19 08:25:45 cd 1.182.24.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2a835ac857b4f46e28006421757e4978da74885a]

        INTEGRATION: CWS c06 (1.2.300); FILE MERGED 2005/08/26 15:31:12 kso 1.2.300.1: #i53834# - pass bootstrap vars to javaldx.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c78a5da7c41d2220507b2fac5d7d1f889e97b839]

        INTEGRATION: CWS c06 (1.17.50); FILE MERGED 2005/09/22 07:56:01 kso 1.17.50.2: #i53834# - bootsrap params must too be passed to office on restart after crash. 2005/08/26 15:31:11 kso 1.17.50.1: #i53834# - pass bootstrap vars to javaldx.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [ef49c27b33b75fe9e03f58857f98ad90a145aff8]

        INTEGRATION: CWS c06 (1.7.24); FILE MERGED 2005/08/26 16:23:13 kso 1.7.24.1: #i53834# - corrected dependencies for $(MISC)/so/soffice.sh

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9f3f667b4082eefd877f358616421bf5b0dee8c1]

        INTEGRATION: CWS c06 (1.26.218); FILE MERGED 2005/09/19 08:25:23 cd 1.26.218.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b32493c2f46785eb82bd89082ad570071930d4b7]

        INTEGRATION: CWS c06 (1.24.80); FILE MERGED 2005/08/31 12:05:34 kso 1.24.80.3: #i53371# - added new optional layer for custom modules to configmgrrc. 2005/08/22 11:49:22 kso 1.24.80.2: #i53371# - configmgrrc: Changed location of custom data layer. 2005/08/22 09:11:09 kso 1.24.80.1: #i53371# - configmgrrc: Added configuration layer for custom data.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [00b1789cedb66e61d6c74b374ae90a42c60603a8]

        INTEGRATION: CWS c06 (1.6.40); FILE MERGED 2005/08/22 11:50:16 kso 1.6.40.1: #i53371# = configmgrrc must be included in patch.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [998d7b2db3fdfb81e5ecb36c79d5dcab6d5272ef]

        INTEGRATION: CWS c06 (1.21.32); FILE MERGED 2005/09/01 14:41:39 kso 1.21.32.2: #i53479# - Added gid_File_Oo_Office_OptionsDialog_Xcs 2005/08/23 15:48:02 cd 1.21.32.1: #i53493# Added new GlobalSettings schema

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [54f63b8da1136d6f58d2cac901ccb38a5db8120f]

        INTEGRATION: CWS c06 (1.24.36); FILE MERGED 2005/09/19 13:07:09 as 1.24.36.1: #i53536# set PATCH flags for enhancement: MaxOpenDocs

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6b873b075cde789005de328ec31f248217e2fb89]

        INTEGRATION: CWS c06 (1.107.32); FILE MERGED 2005/09/19 13:07:09 as 1.107.32.5: #i53536# set PATCH flags for enhancement: MaxOpenDocs 2005/09/01 14:41:39 kso 1.107.32.4: #i53479# - Added gid_File_Oo_Office_OptionsDialog_Xcs 2005/08/26 15:39:21 kso 1.107.32.3: #i53834# - marked soffice script and unopkg script for PATCH. 2005/08/24 15:13:35 abi 1.107.32.2: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false 2005/08/23 15:48:02 cd 1.107.32.1: #i53493# Added new GlobalSettings schema

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c3f6c78720ec03c8a45463986557610bde46c854]

        INTEGRATION: CWS c06 (1.136.8); FILE MERGED 2005/08/25 16:11:52 kso 1.136.8.3: #i53486# - marked lib cui as PATCH. 2005/08/24 15:13:35 abi 1.136.8.2: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false 2005/08/23 13:03:32 kso 1.136.8.1: #i53361# - marked 'spl' library as PATCH relevant.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8139014124c343c5a5ef0be643fddf5f94683fe6]

        #i57713# sdk_oo added as dependency

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [72e2a1c4d6b12b4d495fb3d8b66e9adff813337e]

        INTEGRATION: CWS c06 (1.53.38); FILE MERGED 2005/09/29 11:01:56 hro 1.53.38.1: #i53531# Disable error reporting in signal handler if crash reporting is disabled in configuration

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c23ace75308d41fc4ae5b643cd3b75a577db0b1f]

        INTEGRATION: CWS c06 (1.8.88); FILE MERGED 2005/09/29 11:02:31 hro 1.8.88.1: #i53531# Disable error reporting in signal handler if crash reporting is disabled in configuration

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1d6e6f7d0a1ff7c7d694350947e99a62801604eb]

        INTEGRATION: CWS c06 (1.27.38); FILE MERGED 2005/09/29 11:02:29 hro 1.27.38.1: #i53531# Disable error reporting in signal handler if crash reporting is disabled in configuration

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [fe6422a481edeb2110a1fc889799b8c807505066]

        INTEGRATION: CWS c06 (1.3.446); FILE MERGED 2005/09/29 11:02:15 hro 1.3.446.1: #i53531# Disable error reporting in signal handler if crash reporting is disabled in configuration

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2a0442051d24441237335c2ba176cf7e3bb8a229]

        INTEGRATION: CWS c06 (1.111.76); FILE MERGED 2005/10/13 13:16:54 mav 1.111.76.2: #125985# the warning should be shown when the macro execution is requested 2005/09/19 07:36:58 as 1.111.76.1: #i53536# disable slot SID_NEWWINDOW in case max count of open documents was reached

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6b96e0b953d1ccac3d17d882d5f37fe511ecd8eb]

        INTEGRATION: CWS c06 (1.27.32); FILE MERGED 2005/10/11 13:32:02 mav 1.27.32.1: #125985# introduce possibility to switch macros off

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [870a566508c94a4bd506288018e66ac4df753bf5]

        INTEGRATION: CWS c06 (1.70.38); FILE MERGED 2005/10/13 13:16:54 mav 1.70.38.3: #125985# the warning should be shown when the macro execution is requested 2005/10/12 13:15:02 mav 1.70.38.2: #125985# output warning on loading only if macro is in document 2005/10/11 13:32:01 mav 1.70.38.1: #125985# introduce possibility to switch macros off

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8bb27dd08eaeab4a2ab2549f210cb7491c1c33da]

        INTEGRATION: CWS c06 (1.16.114); FILE MERGED 2005/10/19 07:33:06 mav 1.16.114.6: #126243# allow to create versions 2005/10/12 11:20:44 mav 1.16.114.5: #125987# show warning only for documents with persistence 2005/10/11 13:31:59 mav 1.16.114.4: #125985# introduce possibility to switch macros off 2005/10/10 10:12:00 mav 1.16.114.3: #125987# if saving restricted by configuration, show the warning even in case of saveAs 2005/09/20 09:56:08 mav 1.16.114.2: #i53496# check possibility of the save operation correctly 2005/09/09 10:11:09 mav 1.16.114.1: #i53496# new option to trigger SaveAs always

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [38d04b1f36aa45e257dd7fb96fd26f2447d23714]

        INTEGRATION: CWS c06 (1.80.162); FILE MERGED 2005/10/13 13:18:43 kso 1.80.162.5: #125985# - string review (STR_MACROS_DISABLED). 2005/10/12 15:49:27 kso 1.80.162.4: #125985# - More meaningful text for STR_MACROS_DISABLED. 2005/10/11 13:31:56 mav 1.80.162.3: #125985# introduce possibility to switch macros off 2005/09/19 15:08:37 kso 1.80.162.2: #53490# - string review. 2005/09/09 10:11:09 mav 1.80.162.1: #i53496# new option to trigger SaveAs always

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5eafb66346b7317245d4dbb6c875522c6abc89e6]

        INTEGRATION: CWS c06 (1.15.144); FILE MERGED 2005/10/11 13:31:55 mav 1.15.144.2: #125985# introduce possibility to switch macros off 2005/09/09 10:11:09 mav 1.15.144.1: #i53496# new option to trigger SaveAs always

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5c5822d899de38878d18d166eed9d08551f97eb0]

        INTEGRATION: CWS c06 (1.115.200); FILE MERGED 2005/10/07 15:30:00 kso 1.115.200.1: #125964# - Fixed FileDialogHelper::SetDisplayDirectory(). Exceptions from            UCB must be taken into account.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3d5b5dac4d47a7375a4379f43c3f2ad129507a00]

        INTEGRATION: CWS c06 (1.96.32); FILE MERGED 2005/09/27 07:56:24 as 1.96.32.4: #i53536# wrap might existing interaction handler 2005/09/27 05:51:21 as 1.96.32.3: #i53536# new helper to prevent duplicate interactions during same transactions 2005/08/26 08:53:54 mba 1.96.32.2: #i53789#: always execute hyperlinks in Help 2005/08/23 15:47:37 mba 1.96.32.1: #i53490#: warning when hyperlinks are not executed at all

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d9f9b27f0c9298686b18b084c032a8b9ed937fd5]

        INTEGRATION: CWS c06 (1.102.126); FILE MERGED 2005/09/19 15:16:13 kso 1.102.126.2: #i53490# - string review. 2005/08/23 15:47:36 mba 1.102.126.1: #i53490#: warning when hyperlinks are not executed at all

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [bfdd5839226bc51ba414e0b2509d4bec25103ba0]

        INTEGRATION: CWS c06 (1.34.154); FILE MERGED 2005/08/23 15:47:36 mba 1.34.154.1: #i53490#: warning when hyperlinks are not executed at all

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9bfd27ce2b229a9fa0b93be562f13b3bc5c7c578]

        INTEGRATION: CWS c06 (1.5.182); FILE MERGED 2005/09/09 10:11:08 mav 1.5.182.1: #i53496# new option to trigger SaveAs always

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6d448608b0f3f8bc387b678c4a3e617f20a60463]

        INTEGRATION: CWS c06 (1.7.90); FILE MERGED 2005/09/15 11:53:26 tv 1.7.90.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d806c21529d49b968b97ace5ded17cc86e909058]

        INTEGRATION: CWS c06 (1.10.52); FILE MERGED 2005/09/15 11:53:24 tv 1.10.52.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b07cd95e41d3b15f6221f97e8309ef101ec93423]

        INTEGRATION: CWS c06 (1.6.90); FILE MERGED 2005/09/15 11:53:22 tv 1.6.90.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [285a161ea9c8af1160e50a53b0266ddae8764ef3]

        INTEGRATION: CWS c06 (1.4.90); FILE MERGED 2005/09/15 11:53:20 tv 1.4.90.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a5196f03b2225203dee1c54e658b167c7b5947de]

        INTEGRATION: CWS c06 (1.5.120); FILE MERGED 2005/09/15 11:53:18 tv 1.5.120.1: #53536# make sure wizards with live previews behave correctly in terms of attaching and removing a termination listener and being openend via dispatch rather than loadComponentFromURL

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b4977fc4a95ca1ad48b5b361f13b66cc30e6bfe4]

        INTEGRATION: CWS c06 (1.10.170); FILE MERGED 2005/08/24 14:59:54 abi 1.10.170.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [21725aecb2d6778da0d5cbb191a6ab56d968f2c1]

        INTEGRATION: CWS c06 (1.16.14); FILE MERGED 2005/08/24 14:59:54 abi 1.16.14.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8020163e4405b1155c7a30ad98433fab49265567]

        INTEGRATION: CWS c06 (1.17.48); FILE MERGED 2005/08/24 14:59:54 abi 1.17.48.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2670b025782f1d7488e294ca0db72f0b0641a385]

        INTEGRATION: CWS c06 (1.41.14); FILE MERGED 2005/08/24 14:59:54 abi 1.41.14.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e08589ef46137f43c01af82c337ed6d59bca1534]

        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>  [993e3d91cfcc8544c9728edc1e80d395b778616d]

        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>  [f978ba6122f78348712cdc00fde24f35a5b088a9]

        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>  [4e5644ac3e3cb85fa8e01816bdee55112f2c56f8]

        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>  [176a28a67aa011b23a37b1cf2733be604f21d2f3]

        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>  [4c3bf0a148ef57e5be635513b49e77db9d7aa2f4]

        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>  [176621435fbad14e5d8209ce7a74407aa963386c]

        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>  [dcccbcb111be098ed384280026b4c8bb921f5b50]

        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>  [f5473fe8b1dcd5657b3e84e93df22ff4a5b11031]

        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>  [3d4928cec766400386b33b9d916004c298202c9b]

        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>  [952e21fa380e51abb02a8c985031573b7de019de]

        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>  [881aa9d39defefc5f8a72f689d6b773d48adb023]

        INTEGRATION: CWS c06 (1.97.32); FILE MERGED 2005/09/27 05:41:33 as 1.97.32.2: #i53536# new helper to prevent duplicate interactions during same transaction 2005/08/23 12:34:55 cd 1.97.32.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2a2879630619b402ad3250fa43f774b8e81fe973]

        INTEGRATION: CWS c06 (1.12.32); FILE MERGED 2005/09/05 06:58:41 cd 1.12.32.2: #i54095# module identifier must be resolved before fillpopupmenu is called 2005/09/01 15:35:41 cd 1.12.32.1: #i54095# Remove customize menu item if customization is disabled by disabled commands

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [91f0d4f4796478ef9c4c7daf6a9412e18b5889fc]

        INTEGRATION: CWS c06 (1.19.32); FILE MERGED 2005/08/31 14:59:48 cd 1.19.32.2: #i53937# Added support to remove custom button at the end of a toolbar when customization is not allowed 2005/08/23 15:20:02 cd 1.19.32.1: #i53527# Hide disabled commands from toolbars/menus

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5c693a636649c7118ba7969e30fc9b7734e47223]

        INTEGRATION: CWS c06 (1.9.92); FILE MERGED 2005/09/01 11:25:03 cd 1.9.92.1: #i54030# Remove empty popups if the commands are disabled by disabled command feature

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d5ed2f543b212447cfd0f5084ccc9c22e364a53c]

        INTEGRATION: CWS c06 (1.27.26); FILE MERGED 2005/09/01 11:25:02 cd 1.27.26.2: #i54030# Remove empty popups if the commands are disabled by disabled command feature 2005/08/23 15:20:01 cd 1.27.26.1: #i53527# Hide disabled commands from toolbars/menus

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1a07c9ab61ed166319e2d2b92aeb15054f758864]

        INTEGRATION: CWS c06 (1.4.122); FILE MERGED 2005/08/31 14:59:48 cd 1.4.122.1: #i53937# Added support to remove custom button at the end of a toolbar when customization is not allowed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [dba9a80021916c49a75d60744871782091719d6d]

        INTEGRATION: CWS c06 (1.4.184); FILE MERGED 2005/08/23 12:34:45 cd 1.4.184.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e13de1e5e59399e479a3a153fbd1f4e7673ffc4f]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/08/24 08:01:58 cd 1.1.2.3: #i53493# Add listener to configuration access to get notified when it is disposed 2005/08/23 15:17:59 cd 1.1.2.2: #i53493# Remove obsolete local variable 2005/08/23 12:33:39 cd 1.1.2.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [42f1a865854bd7c882f1dc8582dde5c9c4b6dd6d]

        INTEGRATION: CWS c06 (1.85.32); FILE MERGED 2005/09/15 06:37:45 as 1.85.32.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c4505c2efa3b4ba14b2a87342b0f39f87e33132e]

        INTEGRATION: CWS c06 (1.55.76); FILE MERGED 2005/09/15 06:37:44 as 1.55.76.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [48b5d571b84cdf1f7d014a57e3c7511550dd2980]

        INTEGRATION: CWS c06 (1.9.32); FILE MERGED 2005/09/19 08:23:21 cd 1.9.32.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [7c80942c692678ea7a5ae28793d161d9dd5abc37]

        INTEGRATION: CWS c06 (1.19.76); FILE MERGED 2005/09/15 06:37:43 as 1.19.76.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [da0cd9e30a159a6ffcece9661b0c522e2e4358a2]

        INTEGRATION: CWS c06 (1.35.28); FILE MERGED 2005/08/31 14:59:35 cd 1.35.28.2: #i53937# Added support to remove custom button at the end of a toolbar when customization is not allowed 2005/08/23 12:34:22 cd 1.35.28.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [55030578a15c676c858ba9978e11f25069d4988f]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/09/27 07:56:44 as 1.1.2.2: #i53536# wrap might existing interaction handler 2005/09/27 05:41:06 as 1.1.2.1: #i53536# new helper to prevent duplicate interactions during same transaction

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [06544aea7fec180d0a7ce002d44786d51bb909c4]

        INTEGRATION: CWS c06 (1.1.554); FILE MERGED 2005/09/27 05:41:33 as 1.1.554.1: #i53536# new helper to prevent duplicate interactions during same transaction

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e246b702ab0ab4534f3a065b87051082fafd8456]

        INTEGRATION: CWS c06 (1.8.94); FILE MERGED 2005/09/15 06:37:42 as 1.8.94.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f695f9bc1056c5f439e31a6e76a9b5c55cf304a4]

        INTEGRATION: CWS c06 (1.10.32); FILE MERGED 2005/09/15 06:37:41 as 1.10.32.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3149fc9db2ac363539dc72a505ad927932213426]

        INTEGRATION: CWS c06 (1.14.122); FILE MERGED 2005/09/15 06:37:41 as 1.14.122.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d056d6bbbe88681a15152a1a18833d4bdb1d98ec]

        INTEGRATION: CWS c06 (1.34.92); FILE MERGED 2005/09/27 05:41:32 as 1.34.92.1: #i53536# new helper to prevent duplicate interactions during same transaction

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [466805297c8574e03e0e0243848d1f4af512a97e]

        INTEGRATION: CWS c06 (1.11.68); FILE MERGED 2005/09/01 11:24:41 cd 1.11.68.1: #i54030# Remove empty popups if the commands are disabled by disabled command feature

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [22278b8515e7d5c52cc2baa45f27d3384e851571]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/08/23 12:33:05 cd 1.1.2.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a6f86c46eb13cad15791f1d0a8969b680d1ab4aa]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/09/27 07:56:44 as 1.1.2.2: #i53536# wrap might existing interaction handler 2005/09/27 05:40:41 as 1.1.2.1: #i53536# new helper to prevent duplicate interactions during same transaction

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [765975e1702b77cf0e646dc07e46cdccaee9720f]

        INTEGRATION: CWS c06 (1.4.496); FILE MERGED 2005/09/15 06:37:40 as 1.4.496.1: #i53536#, #i53630# limitate max count of open documents; mark windows as 'document windows' so vcl can handle it different

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1fdc3eaed24b5c16a77c1002ca7b7a8d1691cc1d]

        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>  [97dc144d6a3fa11609162e3c9a5274d8b66687e9]

        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>  [58a88fd7cce2d37e67ee96b9556e02f134fd764b]

        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>  [db5282bb20b9f987772e1868ac23aa52f58bd9dc]

        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>  [95654abc13cdd54922602a933b0572294c3d9ee4]

        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>  [9c23388bab1f1f3a5a956e882fefe648668e1d04]

        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>  [9d159b50f4944758c493b7a7ce085efbf7ed5be8]

        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>  [1e0ed622427d36cd76e7a547c85e345eb034dc4e]

        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>  [d3ca44adfab9db729f9248789677cb5a05a96937]

        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>  [11a17115e271ec85bfb5b016eeb961e5ad7e8e8d]

        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>  [23aae3c8f7b35be9f6df3c5e094bb4d5b5ae78e3]

        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>  [955bee78ba65afc631aa82732790c0cfc63766e6]

        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>  [7d009024b3a7ce288ef5595fbfb8976b5ca82cf5]

        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>  [266b77cadd04d1709b8fe67afc06fb856bdb4f83]

        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>  [c11dd0fef4cc503888c93e9f71a4f59ec482ecf9]

        INTEGRATION: CWS c06 (1.3.382); FILE MERGED 2005/09/19 08:53:00 cd 1.3.382.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [904ebf853bb5653c62446f8bb1e671f60bf0c955]

        INTEGRATION: CWS c06 (1.13.224); FILE MERGED 2005/10/11 13:44:20 mav 1.13.224.3: #125985# introduce possibility to switch macros off 2005/08/29 10:30:09 pb 1.13.224.2: fix: #i53486# rearrange controls if necessary 2005/08/25 16:05:52 kso 1.13.224.1: #i53486# - hide macro security controls in case all controls of            macro security dialog are disabled.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [3a7b0c4a5a99b6df7bd6a4f4f077c357a8b1f183]

        INTEGRATION: CWS c06 (1.16.280); FILE MERGED 2005/08/29 10:10:07 pb 1.16.280.1: fix: #i53484# resource for ReadOnlyImage added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b02a8de5076bdb8a378d054b8ba447c67e742c2e]

        INTEGRATION: CWS c06 (1.13.316); FILE MERGED 2005/08/29 10:01:55 pb 1.13.316.1: fix: #i53484# ReadOnlyImage for 'Use Office FilePicker' added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [edacc8f83beddc643d6fc111839d5fa7379a163c]

        INTEGRATION: CWS c06 (1.14.280); FILE MERGED 2005/08/29 10:03:58 pb 1.14.280.1: fix: #i53484# id for ReadOnlyImage added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2324821910df0771dbba35f536feba334d36262e]

        INTEGRATION: CWS c06 (1.23.226); FILE MERGED 2005/08/29 10:25:41 pb 1.23.226.2: fix: #i53484# rearrange controls if necessary 2005/08/29 10:05:26 pb 1.23.226.1: fix: #i53484# ReadOnlyImage for 'Use Office FilePicker' added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [77b860555f2ba90e54adf980ff78757c786631de]

        INTEGRATION: CWS c06 (1.7.250); FILE MERGED 2005/09/02 13:51:44 kso 1.7.250.1: #i54105# - Visibility of "internet Search" button now according to            command options.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [eba4aa91b2839672bb7ae17591fb8691f84f4e00]

        INTEGRATION: CWS c06 (1.14.6); FILE MERGED 2005/10/19 12:30:26 kso 1.14.6.1: #126241# - Presence of Database tabpage now configurable via config item.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0bca02a16b582f2848d59ce200042d9fda484ea8]

        INTEGRATION: CWS c06 (1.7.6); FILE MERGED 2005/10/19 07:44:38 kso 1.7.6.1: #126240# - printer section now removed if "Print" slot is disabled.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f83ac7aa1a639c0b342fcf29edb2520254e6ec65]

        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>  [08b40f245b04090c1e35524704cd6bde305859fa]

        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>  [d54c398d4fc77d588a1f18564f64774d501a6c27]

        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>  [d67a45437ee5b57ab5aab2ac08f4073b6ed0ff42]

        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>  [fff2bfe691c5a09ee84a50273523f958e6568944]

        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>  [6ec5ef87ffabb58fe3cc3ae7a6e84288c4c1e106]

        INTEGRATION: CWS c06 (1.8.80); FILE MERGED 2005/08/23 12:29:33 cd 1.8.80.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8b003b6ff0160e906554dfd13431b37823dc97f7]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/08/23 12:30:12 cd 1.1.2.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [15852f30ccfc8b20679e6a4a5448e4d9fb86f3a1]

        INTEGRATION: CWS c06 (1.8.80); FILE MERGED 2005/08/31 07:24:11 pb 1.8.80.1: fix: #i53479# OptionsDialog.xcs added

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [216cad9f3a3b8e7080d7bf92cbb546e6993e3945]

        INTEGRATION: CWS c06 (1.4.64); FILE MERGED 2005/09/19 08:14:16 cd 1.4.64.1: #i53531# Make crash reporter optional

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0a8621af67f5fec663549608a2af3c40b9a319a1]

        INTEGRATION: CWS c06 (1.1.2); FILE ADDED 2005/09/07 08:35:27 pb 1.1.2.3: fix: #i53479# new copyright header 2005/09/02 13:29:48 pb 1.1.2.2: fix: #i53479# set '0ptionsGroups' removed; set 'Groups' renamed to 'OptionsDialogGroups' 2005/08/31 07:25:51 pb 1.1.2.1: fix: #i53479# new configuration: OptionsDialogGroups

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [29bc7f6cf1769658bf28f109aa89957b910d50d0]

        INTEGRATION: CWS c06 (1.32.224); FILE MERGED 2005/10/19 12:35:29 kso 1.32.224.1: #126241# - Added ApplicationIntegration/InstalledFeatures/Writer/DatabaseFields

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [53a09691bd04ace5005fe14a0c96527778623938]

        INTEGRATION: CWS c06 (1.107.144); FILE MERGED 2005/10/11 14:01:34 mav 1.107.144.4: #125985# introduce possibility to switch macros off 2005/09/15 06:41:19 as 1.107.144.3: #i53536# limitate max count of open documents 2005/09/09 10:06:32 mav 1.107.144.2: #i53496# new option to trigger SaveAs always 2005/08/24 15:00:31 abi 1.107.144.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2a7bc3e9399db0ae42c555e373b7c083f0002c00]

        INTEGRATION: CWS c06 (1.10.80); FILE MERGED 2005/08/23 12:29:31 cd 1.10.80.1: #i53493# Make toolbar state globally custimizable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [34ce0ecff143d4054e05aeb6ffa0c79d391c7d3b]

        INTEGRATION: CWS c06 (1.41.74); FILE MERGED 2005/09/02 13:50:02 kso 1.41.74.1: #i54105# - Added command "InternetSearch".

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b03c85b2ad611580e61ebfb619802056998af41e]

        INTEGRATION: CWS c06 (1.42.24); FILE MERGED 2005/08/23 16:19:19 ssa 1.42.24.1: #i53529# make display of accelerators configurable

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6a5c7600c5cf135d28c6176056bcf0631e9722b5]

        INTEGRATION: CWS c06 (1.2.40); FILE MERGED 2005/10/19 12:05:37 fs 1.2.40.3: #126247# outsourced the RestrictedPath implementation into a dedicated class (now used in 'Documents&Templates', too) 2005/10/07 15:32:17 kso 1.2.40.2: #125964# - Better handling of non-existing directories/files. Issue number: Submitted by: Reviewed by: 2005/08/30 07:08:46 kso 1.2.40.1: #i53939# - newfolder button now disabled when in a retricted directory. Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [41f6275f9d9f7ae389e70c8755bbde5dbb548262]

        INTEGRATION: CWS c06 (1.3.12); FILE MERGED 2005/10/19 12:05:37 fs 1.3.12.7: #126247# outsourced the RestrictedPath implementation into a dedicated class (now used in 'Documents&Templates', too) 2005/10/12 15:39:15 kso 1.3.12.6: #125964# - fixed regression introduced by first fix attempt. Issue number: Submitted by: Reviewed by: 2005/10/07 15:32:16 kso 1.3.12.5: #125964# - Better handling of non-existing directories/files. Issue number: Submitted by: Reviewed by: 2005/08/31 09:59:52 kso 1.3.12.4: #i54021# - display error message in case URL was entered for which no            protocol handler (UCP) exists. Issue number: Submitted by: Reviewed by: 2005/08/30 07:08:46 kso 1.3.12.3: #i53939# - newfolder button now disabled when in a retricted directory. Issue number: Submitted by: Reviewed by: 2005/08/23 07:57:12 kso 1.3.12.2: #i53649# - Fixed CheckURLAllowed: URL checking algorithm. Issue number: Submitted by: Reviewed by: 2005/08/22 16:29:13 kso 1.3.12.1: #125082# - Fixed string matching in CheckURLAllowed. Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c3fce5cdf4097c0888b2a1e3ad670170c3cfc484]

        INTEGRATION: CWS c06 (1.2.40); FILE MERGED 2005/08/31 09:59:51 kso 1.2.40.1: #i54021# - display error message in case URL was entered for which no            protocol handler (UCP) exists. Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f3e6fe361daac9977e0a35da726bf4e0b4f22907]

        INTEGRATION: CWS c06 (1.2.40); FILE MERGED 2005/10/07 15:32:16 kso 1.2.40.1: #125964# - Better handling of non-existing directories/files. Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [abfbc03b4ffd4c519529ebc9d2728b97f3a4490a]

        INTEGRATION: CWS c06 (1.2.40); FILE MERGED 2005/10/07 15:32:15 kso 1.2.40.1: #125964# - Better handling of non-existing directories/files. Issue number: Submitted by: Reviewed by:

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [830a1fc9a84153e58dbeb0628c8c6a937422aa79]

        INTEGRATION: CWS czechthesaurus (1.4.14); FILE MERGED 2005/10/18 21:52:35 pjanik 1.4.14.1: #i34322#: Add Czech thesaurus database.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0ca0baa8befd024e94ac7efd2c9a6e990d63e6e8]

        INTEGRATION: CWS czechthesaurus (1.1.2); FILE ADDED 2005/10/18 21:52:33 pjanik 1.1.2.1: #i34322#: Add Czech thesaurus database.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6a0807f30ac50224096f2b6df6098fae44590869]

        INTEGRATION: CWS czechthesaurus (1.1.2); FILE ADDED 2005/10/18 21:52:32 pjanik 1.1.2.1: #i34322#: Add Czech thesaurus database.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b5107b8a0e01747042d5918ae05d8b3837e0402c]

        INTEGRATION: CWS ka004 (1.7.44); FILE MERGED 2005/11/03 18:38:11 ka 1.7.44.1: #b6242738#: code cleanup

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5ca589e136b5390edb38c9bac3563356d673fe24]

        INTEGRATION: CWS ka004 (1.150.4); FILE MERGED 2005/11/03 18:43:45 ka 1.150.4.1: #b6242738#: added scn library to patchset

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [01503dcb2cb73499ae71b07408bc0c94f54a30af]

        INTEGRATION: CWS ka004 (1.9.46); FILE MERGED 2005/10/12 14:51:39 ka 1.9.46.1: #i42827#: added svgfilter to patch set

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [2a229c7e5f30a2a47a7e4f9c682d0d97febaf109]

        INTEGRATION: CWS ka004 (1.29.44); FILE MERGED 2005/10/18 13:37:12 ka 1.29.44.1: #123481#: check for number of marked objs in mark list before accessing the object

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1197f8c133e39e46b6159b62b9ab4c720b387ab1]

        INTEGRATION: CWS ka004 (1.8.48); FILE MERGED 2005/10/10 10:20:28 ka 1.8.48.1: #124809#: added Guard for static methods

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [316a815484267a40f5c2a0e872df0f7a50d93f73]

        INTEGRATION: CWS ka004 (1.46.46); FILE MERGED 2005/10/20 15:01:52 ka 1.46.46.1: #126155#: check for valid in ::ImplGetSeelectedItemId

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9ca943309bae5319827608e87271df2730cb1598]

        INTEGRATION: CWS pj42 (1.16.2); FILE MERGED 2005/11/10 21:43:59 pjanik 1.16.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [cab5b3dcba04f7c44f894554adb181a67179e97e]

        INTEGRATION: CWS pj42 (1.47.2); FILE MERGED 2005/11/10 21:43:54 pjanik 1.47.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [95e4751f483ae008be520d0169efaf1d6f723bea]

        INTEGRATION: CWS pj42 (1.18.2); FILE MERGED 2005/11/10 21:43:49 pjanik 1.18.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [628055a8d62c7097bd852bbdb63a606d3d8e2cb6]

        INTEGRATION: CWS ka004 (1.5.38); FILE MERGED 2005/10/26 07:11:19 ka 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/12 14:50:21 ka 1.5.38.1: #i42827#: added svg and xlink namespace to svg element

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a12d88f81a667097098601cf3e66301e994bb055]

        INTEGRATION: CWS pj42 (1.14.2); FILE MERGED 2005/11/10 21:43:45 pjanik 1.14.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d900633944e1191bb01a2e87f3f65e7a6cc16051]

        INTEGRATION: CWS ka004 (1.5.40); FILE MERGED 2005/10/28 12:23:17 ka 1.5.40.1: #i42827#: don't export empty pathes

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [364e37905c7acab36c643ab83d2b31af884de3ea]

        INTEGRATION: CWS pj42 (1.75.2); FILE MERGED 2005/11/10 21:43:40 pjanik 1.75.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [aa0e7821572aa00136b5bbc503027e17b511fcff]

        INTEGRATION: CWS ka004 (1.11.38); FILE MERGED 2005/10/28 12:25:54 ka 1.11.38.2: #i42827#: write version attribute 2005/10/12 14:50:21 ka 1.11.38.1: #i42827#: added svg and xlink namespace to svg element

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [aa81948977f2b62a087d5628201d41ea3c0fdae3]

        INTEGRATION: CWS pj42 (1.2.2); FILE MERGED 2005/11/10 21:45:16 pjanik 1.2.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1e0e0bcdc4c502b51e548a58225b4897d0cb71ad]

        INTEGRATION: CWS pj42 (1.2.4); FILE MERGED 2005/11/10 21:40:28 pjanik 1.2.4.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [482076251214694639fcfa7ad3aca8fc9df3118d]

        INTEGRATION: CWS pj42 (1.2.2); FILE MERGED 2005/11/10 21:14:46 pjanik 1.2.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e6f3b5d86b77aa72131274318f4be05bcaa84021]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:38 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [98a3b3b1b9fabb3e1f7f07cd3b3a7ca3b00d1cb5]

        INTEGRATION: CWS pj42 (1.3.2); FILE MERGED 2005/11/10 21:59:33 pjanik 1.3.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [85178f1cdd5dd4ec4bc28fb6fa9b7130607fffcd]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:27 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [094e888ccf62818e497e1ffe7e1383a4e3d46e78]

        INTEGRATION: CWS pj42 (1.3.2); FILE MERGED 2005/11/10 21:59:22 pjanik 1.3.2.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [85555af97ab71caa46cbfd9317a5482951073753]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:16 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [84ab7c72b0a79a7d901c43726095ee3b27f07777]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:11 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0874f9adcc4680873814f5496790f033913f2561]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:07 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b71c3caadb965cb77f9621cc63df8eb31a8f381a]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:59:02 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5d2f6f08a808314f73e78d507c5c78b4ee70b4c2]

        INTEGRATION: CWS pj42 (1.2.20); FILE MERGED 2005/11/10 21:58:58 pjanik 1.2.20.1: #i57567#: Remove SISSL license.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [15995a7c1881f92d3a6fc3895711d24d5b7ff9da]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:41 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [fffea59873d60055e9834c3439ec3214a0de16b5]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:40 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [59c3303cca8c8826b5a3693f3d930596e13262ba]

        INTEGRATION: CWS oooemailmerge (1.10.234); FILE MERGED 2005/09/09 13:33:56 cmc 1.10.234.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b4d05df363ec4f1cdce0c68627b5a8bbb1927d46]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:39 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8d8d5d1c1035e65d2197cc608be2abce560cba0e]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:38 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [52503c1858a52b5b0180862c102f2b044a14960e]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:37 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [21a1c8889a14ad05ea0ec63c4f7bd1869c765904]

        INTEGRATION: CWS oooemailmerge (1.23.116); FILE MERGED 2005/09/09 13:33:58 cmc 1.23.116.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c718b2e057ca237013db069af294637b938d70cd]

        INTEGRATION: CWS oooemailmerge (1.1.2); FILE ADDED 2005/09/12 12:35:13 cmc 1.1.2.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9edffa1fcc793a54dfb27e8529444e47980e1e85]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:37 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5725a3a0394b7c5572c56f0a783d84f71fb18c87]

        INTEGRATION: CWS oooemailmerge (1.3.508); FILE MERGED 2005/09/09 13:33:57 cmc 1.3.508.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5cb812eafb7a55d9af69f8e5a92b65f3756b1232]

        INTEGRATION: CWS oooemailmerge (1.9.320); FILE MERGED 2005/09/09 13:33:57 cmc 1.9.320.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [dc669d89a5dc49c1a3714c5b25c00bfce2c7f025]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:35 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [83c3c7a41ceeff7a153da6368f95607e1daafb64]

        INTEGRATION: CWS oooemailmerge (1.40.6); FILE MERGED 2005/09/09 13:01:58 cmc 1.40.6.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c0e26c4c0fc9b4bc813ef8df7f239e64133cf19b]

        INTEGRATION: CWS oooemailmerge (1.5.24); FILE MERGED 2005/09/09 12:59:05 cmc 1.5.24.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [840bb6ceb87cce7b97d4c460d55c684a3614c106]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:34 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e36f81e520b3128e288acb3e7a1e9070d4a9c3e4]

        INTEGRATION: CWS oooemailmerge (1.1.2); FILE ADDED 2005/09/09 12:59:26 cmc 1.1.2.1: #i51638# add python emailmerge backend

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e5ae1aeffba6a5ea5c6d90b539e192675eb377f7]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:33 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [569a46de29ec6a87d93431479b8343fc0488e793]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:32 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c122a9a45985c079cb3c399de0e7bd0742a04190]

        INTEGRATION: CWS oooemailmerge (1.20.100); FILE MERGED 2005/09/09 14:15:01 cmc 1.20.100.1: #i51638# limit simultaneous python component registration to 1 until #i51637# is fixed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [32edfa0ff5f865b7755c1411c8d0347cf9b153de]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:31 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1d201dc9bf94828c5d6c71669bf65fafe37680af]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:30 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [cd6ccb68b689fadfdc1b34a00e6ad3c5a5f90af2]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:29 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [61cb4dd7efb1f5ae27ede04dedef898a1ed55b28]

        INTEGRATION: CWS pj42 (1.1.2); FILE ADDED 2005/11/10 21:54:28 pjanik 1.1.2.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f29399fe155e146d2ceb8894b52c28d5bb64d851]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:28 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b86285f0bdcbdd9fee6606d700ded9312629c87f]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:27 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [03754498d1a9102df737da1f411647d561a02f23]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:26 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b5e5dfd6e63fd50b91a33498b451ca4d5a6d509f]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:25 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [70681fdbb38379467985d6e5294317c02ab421df]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:24 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [4cbc08ea0ceca1c2eb2b4b44f6974b604058e75d]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:23 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c77e71719244af18d01618c6a58e24c906438d97]

        INTEGRATION: CWS pj42 (1.1.104); FILE MERGED 2005/11/10 21:54:22 pjanik 1.1.104.1: #i57465#: Add/fix Czech, Slovak and Estonian icons.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c0c0558125130eda14428a5494160b23648d44be]

        INTEGRATION: CWS xmlsec13 (1.152.6); FILE MERGED 2005/11/02 11:13:48 jl 1.152.6.2: #54495# 2005/11/02 10:28:01 jl 1.152.6.1: #54495# changed version number of cli_types, added policy.1.1.cli_types.dll

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [ba2a3072efd5d78cfc39efa85b67336b1ad75917]

        INTEGRATION: CWS xmlsec13 (1.12.4); FILE MERGED 2005/11/02 10:24:38 jl 1.12.4.1: #54495# changed version number of cli_types

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1a002a1d076ae6db1e59cbabebf588cd142d86a2]

        INTEGRATION: CWS xmlsec13 (1.4.46); FILE MERGED 2005/11/02 16:36:03 jl 1.4.46.1: #54495# deliver cli_types.config and policy assembly

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [50a049361b001b19cb802f7b574e8c00c610931e]

        INTEGRATION: CWS xmlsec13 (1.2.46); FILE MERGED 2005/11/08 09:03:37 jl 1.2.46.1: #i54495# added policy.1.1.cli_types.dll

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9b66c4b88939c717037074db2a7ceaa4cc12a45b]

        INTEGRATION: CWS xmlsec13 (1.86.28); FILE MERGED 2005/11/01 05:44:08 jl 1.86.28.4: RESYNC: (1.86-1.87); FILE MERGED 2005/10/28 07:30:50 pb 1.86.28.3: fix: #i54495# consider new signature status 2005/10/27 11:23:12 pb 1.86.28.2: fix: #i54495# new signature status 2005/10/25 08:09:58 jl 1.86.28.1: #54495# adapt to use DocumentSignatureInformation

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [129f5a8cddfcea76ffca60a3ecc317edefa84855]

        INTEGRATION: CWS xmlsec13 (1.70.36); FILE MERGED 2005/11/01 05:44:00 jl 1.70.36.3: RESYNC: (1.70-1.72); FILE MERGED 2005/10/28 07:30:52 pb 1.70.36.2: fix: #i54495# consider new signature status 2005/10/25 08:09:58 jl 1.70.36.1: #54495# adapt to use DocumentSignatureInformation

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [849428fcf700e058aa4d04528acc355dc1467498]

        INTEGRATION: CWS xmlsec13 (1.170.6); FILE MERGED 2005/11/01 05:39:23 jl 1.170.6.2: RESYNC: (1.170-1.172); FILE MERGED 2005/10/25 08:09:57 jl 1.170.6.1: #54495# adapt to use DocumentSignatureInformation

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1b1ce97c0112f2a3f283e1119c59feb08d541c9f]

        INTEGRATION: CWS xmlsec13 (1.29.148); FILE MERGED 2005/11/01 05:27:04 jl 1.29.148.2: RESYNC: (1.29-1.30); FILE MERGED 2005/10/25 08:10:45 jl 1.29.148.1: #54495# adapt to use DocumentSignatureInformation

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [811634a4323e9149877616eb88e3306ca5b041df]

        INTEGRATION: CWS xmlsec13 (1.1.2); FILE ADDED 2005/10/24 15:49:18 jl 1.1.2.1: #54495# Replacement for DocumentSignaturesInformation. New member that represents the validity of the certificate.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a567ad1de9e7754d85d527a5e3fdebb88f39a3ca]

        INTEGRATION: CWS pythonlinkfix (1.24.102); FILE MERGED 2005/11/06 02:17:58 maho 1.24.102.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [217fb4f01275d5c7ad82be2531c5a455dc48455f]

        INTEGRATION: CWS pythonlinkfix (1.8.104); FILE MERGED 2005/11/06 02:17:57 maho 1.8.104.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [91abbff075fd5e752caa3c8dfac63da6b7e8444a]

        INTEGRATION: CWS pythonlinkfix (1.11.104); FILE MERGED 2005/11/06 02:17:57 maho 1.11.104.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c48adbf76c8641009ac7a6ee201f21b5f77b11bb]

        INTEGRATION: CWS pythonlinkfix (1.10.104); FILE MERGED 2005/11/06 02:17:57 maho 1.10.104.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a394f5e8ad735e08f9a17bf2048347d500f95dbb]

        INTEGRATION: CWS xmlsec13 (0); FILE MERGED

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [9e8295e1edfb4b8840b6baa690da430027fd6084]

        INTEGRATION: CWS xmlsec13 (1.7.16); FILE MERGED 2005/11/02 12:44:23 jl 1.7.16.1: #54495#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [de4370433bf7ba84e9cabb196a218dda4b624763]

        INTEGRATION: CWS xmlsec13 (1.2.12); FILE MERGED 2005/10/31 13:46:20 jl 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/17 11:37:12 mt 1.2.12.1: small bug fix...

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [699d26c6fdca9609624d94c662b08736ce5b3935]

        INTEGRATION: CWS pythonlinkfix (0); FILE MERGED

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b8bcfeaac04c635074e72684465206e0d8f87308]

        INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED 2005/10/31 13:44:06 jl 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 10:59:34 jl 1.4.28.1: #i54495 errorhandling for verification and signing fixed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [77ff5c70d001b52bcd8796a4fdb400a6d87c52e1]

        INTEGRATION: CWS pythonlinkfix (1.6.34); FILE MERGED 2005/11/06 02:17:59 maho 1.6.34.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [ce32648a698305d1f3ce70e9ff1e947f59ab1620]

        INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED 2005/10/31 13:43:22 jl 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 10:59:33 jl 1.4.28.1: #i54495 errorhandling for verification and signing fixed

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c8da3e59406c3bf9a5ec81d8a806601275fe885a]

        INTEGRATION: CWS pythonlinkfix (1.6.24); FILE MERGED 2005/11/06 02:17:58 maho 1.6.24.1: Don't use postscript for pyuno project
        
        Issue number: #i56955#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [79a462d0a66a51bb754eb6b6c381cac656d8ee5c]

        INTEGRATION: CWS xmlsec13 (1.12.12); FILE MERGED 2005/11/02 15:21:56 jl 1.12.12.5: #i54495# 2005/11/02 09:30:42 jl 1.12.12.4: #i54495# check for more certificateUsage cases 2005/10/31 13:42:15 jl 1.12.12.3: RESYNC: (1.12-1.13); FILE MERGED 2005/10/26 12:36:35 jl 1.12.12.2: #54495# fixed verifyCertificate 2005/10/25 08:19:20 jl 1.12.12.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e5984ba7bf0405b98f5f9530ea263f767e9c3e5c]

        INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED 2005/10/31 13:41:50 jl 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 08:19:20 jl 1.4.28.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [1139ced54fa574098c714407ade3a0ad3bca0d28]

        INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED 2005/10/31 13:41:10 jl 1.4.28.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/25 08:19:20 jl 1.4.28.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [813e1f5a8ae4800e8a11c612de4e3b0a97f1368d]

        INTEGRATION: CWS xmlsec13 (1.9.24); FILE MERGED 2005/11/07 15:27:25 jl 1.9.24.3: #i54495# verification checks additional error codes 2005/10/31 13:40:17 jl 1.9.24.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/25 08:19:19 jl 1.9.24.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [7bada1819d0b6fa49f38692993233f04850e93c7]

        INTEGRATION: CWS xmlsec13 (1.2.48); FILE MERGED 2005/10/31 13:37:55 jl 1.2.48.2: RESYNC: (1.2-1.3); FILE MERGED 2005/10/25 08:19:19 jl 1.2.48.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [57cde025da9e36afde712489c830ac2216c59a0b]

        INTEGRATION: CWS xmlsec13 (1.3.28); FILE MERGED 2005/10/31 13:37:47 jl 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/25 08:19:19 jl 1.3.28.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0e2341d732823827014adee2f3c0976eaa18c247]

        INTEGRATION: CWS xmlsec13 (1.3.24); FILE MERGED 2005/10/31 13:37:40 jl 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/25 08:19:19 jl 1.3.24.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0ad333df3880d0b2828072b32e442d3b47ea5700]

        INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED 2005/10/26 12:48:58 pb 1.4.28.1: fix: #i54495# new status: certificate could not validated

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [bcd50746030fd3de8507c353d552a4d344fd44a2]

        INTEGRATION: CWS xmlsec13 (1.20.12); FILE MERGED 2005/11/01 16:42:09 jl 1.20.12.5: #54495# We use first the embedded certificate and if that is not available then the one from the store 2005/10/31 14:19:54 jl 1.20.12.4: RESYNC: (1.20-1.22); FILE MERGED 2005/10/26 12:48:58 pb 1.20.12.3: fix: #i54495# new status: certificate could not validated 2005/10/25 08:19:18 jl 1.20.12.2: #54495# #54047# extra verification of certificates, better errorhandling 2005/08/17 11:37:47 mt 1.20.12.1: small bug fix to make demo program work again...

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [a26d6eb1e0651820de2b41083a190e11739e7501]

        INTEGRATION: CWS xmlsec13 (1.13.28); FILE MERGED 2005/10/26 12:48:57 pb 1.13.28.1: fix: #i54495# new status: certificate could not validated

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e626d49144c1e48c5764291ee49975a8bebbcf96]

        INTEGRATION: CWS xmlsec13 (1.8.44); FILE MERGED 2005/11/01 16:41:59 jl 1.8.44.3: #54495# We use first the embedded certificate and if that is not available then the one from the store 2005/10/31 14:19:43 jl 1.8.44.2: RESYNC: (1.8-1.11); FILE MERGED 2005/10/26 12:48:57 pb 1.8.44.1: fix: #i54495# new status: certificate could not validated

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [50fce8c383a47a8e554700f55d7bbd0c168920d6]

        INTEGRATION: CWS xmlsec13 (1.18.24); FILE MERGED 2005/10/31 14:19:35 jl 1.18.24.3: RESYNC: (1.18-1.19); FILE MERGED 2005/10/26 12:48:56 pb 1.18.24.2: fix: #i54495# new status: certificate could not validated 2005/10/25 08:19:18 jl 1.18.24.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [03a7834e228f0ba3c4757b9307b5de0f5ffb397c]

        INTEGRATION: CWS xmlsec13 (1.5.28); FILE MERGED 2005/10/31 13:29:21 jl 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/10/25 08:19:18 jl 1.5.28.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [abb7b60ee12270d0c61f908f645fda87476254c0]

        INTEGRATION: CWS xmlsec13 (1.21.12); FILE MERGED 2005/11/02 15:21:55 jl 1.21.12.3: #i54495# 2005/10/31 13:28:59 jl 1.21.12.2: RESYNC: (1.21-1.23); FILE MERGED 2005/10/25 08:19:17 jl 1.21.12.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5474ccb836257844f5943ca266065e7cebb680c9]

        INTEGRATION: CWS xmlsec13 (1.6.28); FILE MERGED 2005/10/31 13:27:26 jl 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/10/26 12:47:51 pb 1.6.28.1: fix: #i54495# new status: certificate could not validated

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [8beb216f8e5e22ef377fc12f155847a6e2c80553]

        INTEGRATION: CWS xmlsec13 (1.9.28); FILE MERGED 2005/10/31 13:27:04 jl 1.9.28.3: RESYNC: (1.9-1.10); FILE MERGED 2005/10/26 12:47:51 pb 1.9.28.2: fix: #i54495# new status: certificate could not validated 2005/10/25 08:19:17 jl 1.9.28.1: #54495# #54047# extra verification of certificates, better errorhandling

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [e7992805242e53929d400a870c5d788497675edd]

        INTEGRATION: CWS xmlsec13 (0); FILE MERGED

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f457ae51c12c66d415bf52c16f8ba36eda7db4c5]

        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>  [18864978926832e661f4a733c43f0b4a99953afe]

        INTEGRATION: CWS xmlsec13 (1.4.16); FILE MERGED 2005/11/01 03:58:42 jl 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/27 11:35:09 pb 1.4.16.1: fix: #i54495# new signature status

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [97b916954efa3b20541c8704346594d2d4038f38]

        INTEGRATION: CWS xmlsec13 (1.26.16); FILE MERGED 2005/10/27 11:32:37 pb 1.26.16.1: fix: #i54495# new signature status

2005-11-11  Daniel Rentz  <dr@openoffice.org>  [15dc7c28dc3d2a808af713a13970e4902d95154e]

        #i10000# restore changes from 1.12 deleted in 1.13

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c9e39b22dd88580aa2fe5929fb29ca73a465fd45]

        INTEGRATION: CWS xmlsec13 (1.90.34); FILE MERGED 2005/11/01 12:44:03 jl 1.90.34.1: #i54495# regcompare was used with u switch, which led to an error because I modified unpublished types.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b0728d9fb4c3386b724bde4fd670711efc6b0fde]

        INTEGRATION: CWS xmlsec13 (1.3.14); FILE MERGED 2005/10/31 20:06:42 jl 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 15:59:36 jl 1.3.14.1: #54495# new DocumentSignatureInformation.idl

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c329e2eb355e60debdcfae4ca0fb2b064baa0f56]

        INTEGRATION: CWS xmlsec13 (1.3.14); FILE MERGED 2005/10/31 20:06:34 jl 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 15:55:35 jl 1.3.14.1: #54495# implementation uses now DocumentSignatureInformation rather then DocumentSignaturesInformation

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [529e12c5396a40b2fecc3a217a67050d53771141]

        INTEGRATION: CWS perform06 (1.114.10); FILE MERGED 2005/11/08 12:07:38 as 1.114.10.1: #i56527# forgot patch flag for Setup configuration

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c23e73985f175d572323af332b1253773b86a4bd]

        INTEGRATION: CWS xmlsec13 (1.3.14); FILE MERGED 2005/10/31 20:04:41 jl 1.3.14.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/24 15:53:47 jl 1.3.14.1: #54495# added new members.

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [4f2782f07b99b68e872b85444e74af332d934bb2]

        INTEGRATION: CWS perform06 (1.101.6); FILE MERGED 2005/10/27 12:54:16 mav 1.101.6.1: #120150# the temporary file from crashrecovery is not owned by document

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [779f37e69529f5c0f73bbb237365eaed7bc2111e]

        INTEGRATION: CWS perform06 (1.60.16); FILE MERGED 2005/10/26 10:19:00 mav 1.60.16.1: #120150# document owns the provided temporary storage in case of crashrecovery scenario

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [f117fe35e35020ebdb25862e1e5552ed285387e5]

        INTEGRATION: CWS perform06 (1.172.6); FILE MERGED 2005/10/27 12:54:14 mav 1.172.6.2: #120150# the temporary file from crashrecovery is not owned by document 2005/10/26 10:19:00 mav 1.172.6.1: #120150# document owns the provided temporary storage in case of crashrecovery scenario

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [b6fc114d9d9dd10688f6696411de7e3ffe6f3239]

        INTEGRATION: CWS xmlsec13 (1.7.8); FILE MERGED 2005/10/25 14:25:03 jl 1.7.8.2: #54495# commented out the verification of certificates 2005/10/24 15:29:01 jl 1.7.8.1: #i54495# removed verification of certificates during signing and signature verificateion on Windows

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [c3be06d8e215e45e6532655193a3dc262f181dba]

        INTEGRATION: CWS xmlsec13 (1.1.2); FILE ADDED 2005/10/27 12:36:49 jl 1.1.2.3: #54495# 2005/10/25 14:42:11 jl 1.1.2.2: #54495# 2005/10/24 15:39:31 jl 1.1.2.1: #i54495#

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [d5b6233ed95cd377764b4f5313934962d69addde]

        INTEGRATION: CWS perform06 (1.6.116); FILE MERGED 2005/10/31 13:09:22 as 1.6.116.1: #i55429# recovery UI sometimes remove to much AutoRecovery entries from config

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [154b9eefd827f8eab6044898a1b4cb70d893124c]

        INTEGRATION: CWS perform06 (1.7.116); FILE MERGED 2005/10/31 13:11:25 as 1.7.116.1: #i55429# recovery UI sometimes remove to much AutoRecovery entries from config

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [0458e9dcd74008627361fae711abf7c22e7e754e]

        INTEGRATION: CWS perform06 (1.46.40); FILE MERGED 2005/10/24 09:30:54 as 1.46.40.1: #i56527# register the (own default / most actual) filter for every office module

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [6fa8f316c2727401c571d23af0876a95d183f253]

        INTEGRATION: CWS perform06 (1.23.38); FILE MERGED 2005/10/26 08:03:51 as 1.23.38.2: #i55429# empty document url's must work without any UI 2005/10/24 09:30:53 as 1.23.38.1: #i56527# register the (own default / most actual) filter for every office module

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [5ff585db3d41a8128bbf31b40474572c74ed7ad3]

        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>  [103c5bd1c85292c312c127d4a3cc17fb6c779393]

        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>  [c3db1ad987f9d1f0d1c9e9180633bc7e466b520b]

        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>  [7e7a7cecd889ff859e28603dd47a6abdb0b6fe04]

        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>  [73186f001c4848efbfcb987165e551abb651f145]

        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>  [f29c5a807e7e8593c34f6d8640fcada0e268f603]

        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>  [6daf5ea43fa5619b743a76980292ece0d4e59594]

        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>  [d3a23295b9967c8366abff861a89e831a2188eed]

        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>  [fe9f47f9005f642a270b11a0d7a43791ce129244]

        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>  [bfcd673ec1c0ada8dc7cf6f35d59354e55f0b456]

        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>  [a8c11bbd296edd0fd277d972fe69e594f4b6871b]

        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>  [58bfa05b9d6161001863c035897176cfa6cee4c9]

        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>  [6cef114512432c25ad43176b08c959f2bb7d9dc5]

        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>  [a9f7f52a119537d361642a813a8dfa022133ff75]

        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>  [19928d396e0b8a1c63485da4cc57860a4623eea6]

        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>  [8a54dbeb37823e0418edb4fcf2ad7ef2998d4927]

        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>  [c08a7da9c4d274915f5fb432dc4112775a15e0ef]

        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>  [83c147c81e9467f06ffa2f35a88c0f69778fcaf6]

        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>  [364bb2d1e27daa43f6e8393012725287aeb7811a]

        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>  [29de2c2ac3b67877689e1c5ed5008af4c06f10c7]

        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>  [376c00e0fe3ed1053b733efb6fa6fe841f0f6081]

        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>  [190aedffa271da64881ff36371e8d769b5bd56eb]

        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>  [cf03d0bdff7da442b87bb25cc0eb6ca1fbbc13ae]

        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>  [f23073bad2b6150be38922c41b13c9ebab1db85e]

        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>  [ef2c49c9a5788e35249d8d5406a09c84ecd062ee]

        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>  [ca34339d994ff3a3e2f8971f46ba0db6dd93b20a]

        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>  [bc9f27f7a9d267c817a85c4f18fbcb29e4dd6535]

        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>  [a55eb9725edf2f4067c471b61e663f472b807a85]

        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>  [a08e7d6252678b177d033d67f453ed021c0651e1]

        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>  [b8a492837375e778dcdf48764eb57eed98d1c22f]

        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>  [c1a4cbacd5c56de6558f5104bc8de5f630051b7f]

        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>  [4a019ea24ea368ebeccc04645ad562deb34e15b4]

        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>  [c5446daacf60e0382d69827ca11a9d41e142262b]

        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>  [3e5cb83ee596f54f97533bb1469b10ac01be46dc]

        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>  [5cda2dc65c9d2be38c824dc5bd03c4bb33c2e04d]

        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>  [f406baa28d28756895c1089d49ddad48ba9338b6]

        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>  [10ab4939ede94c3702ab1a26e9f6c61ea20bc995]

        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>  [e4f6588a83eb83ac18fd1d2cdaa721d3db7e2d57]

        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>  [be4be4a4bbedf5f034a7e2286985b2a53a97d344]

        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>  [2ea5d5e22e5dd64afaed1d8ebe494f5a737501bd]

        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>  [b85a1430536d63d582a67faa2cb37cb3a7e2d2de]

        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>  [427a350da68520f7e88407169d9f02c3731be216]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [157d98666a71cec867e25c5e970662264f3ad13e]

        INTEGRATION: CWS perform06 (1.10.30); FILE MERGED 2005/11/08 08:57:14 as 1.10.30.6: #i55429# redesign MODIFY_SINCE_LAST_AUTOSAVE feature again 2005/11/07 11:56:36 as 1.10.30.5: #i55429# differ between modified documents in general and modified since last AutoSave 2005/10/27 12:50:31 as 1.10.30.4: #120150# show assertion in case temp. files could not be removed 2005/10/27 07:39:55 as 1.10.30.3: #120150# AutoRecovery owns ALL temp files again 2005/10/26 13:13:40 as 1.10.30.2: #120150# forward ownership of temp files to document (excepting DB); #i55429# supress unnecesarily save operations 2005/10/24 09:25:40 as 1.10.30.1: #i56527# dont iterate over whole filter config on office startup

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [421281a94589d728730d0f3cab554faf13436768]

        INTEGRATION: CWS perform06 (1.7.30); FILE MERGED 2005/11/08 08:57:13 as 1.7.30.4: #i55429# redesign MODIFY_SINCE_LAST_AUTOSAVE feature again 2005/11/07 11:56:35 as 1.7.30.3: #i55429# differ between modified documents in general and modified since last AutoSave 2005/10/26 13:13:39 as 1.7.30.2: #120150# forward ownership of temp files to document (excepting DB); #i55429# supress unnecesarily save operations 2005/10/24 09:25:39 as 1.7.30.1: #i56527# dont iterate over whole filter config on office startup

2005-11-11  Rüdiger Timm  <rt@openoffice.org>  [174afe164add46973b019b27f63dbe14fa622e24]

        INTEGRATION: CWS perform06 (1.12.50); FILE MERGED 2005/10/24 09:24:17 as 1.12.50.1: #i56527# improve performance check for FILTER_LATE_INIT

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [2f2795aad2c3da1c340a99f5ac59ce6b08cca228]

        INTEGRATION: CWS impress77 (1.53.32); FILE MERGED 2005/11/09 12:10:51 cl 1.53.32.1: #127720# do not throw UnknownPropertyException in get&setPropertyValues(), also working with non sorted sequences now

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [173c45f64a4c357bcd186d0c53f5ccd258e37c6e]

        INTEGRATION: CWS impress77 (1.138.54); FILE MERGED 2005/11/09 12:23:27 cl 1.138.54.1: #127720# do not throw UnknownPropertyException in get&setPropertyValues()

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [ac2130958f529363fbd4d0de27b3f2e4291634fd]

        INTEGRATION: CWS spreadsheetml02 (1.121.12); FILE MERGED 2005/11/09 21:24:58 sus 1.121.12.1: #i33940# marking spreadsheetml import export filter files for patch

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [b2aab8449d2a889989b42eafb1d5af2ac02ce691]

        INTEGRATION: CWS spreadsheetml02 (1.2.2); FILE MERGED 2005/11/09 11:05:17 sus 1.2.2.26: RESYNC: (1.2-1.3); FILE MERGED 2005/11/07 18:25:38 sus 1.2.2.25: #i56495# fixing style inheritance 2005/11/07 16:05:23 sus 1.2.2.24: #i56495# cells with a style:default-cell-style set at their column, won't inherit from their style from the row or table 2005/11/07 09:11:07 sus 1.2.2.23: #i57455# fixing style for multiple roundtrip 2005/11/03 21:34:59 sus 1.2.2.22: #i33940# Formular fix 2005/11/03 01:34:14 sus 1.2.2.21: #i33940# Date format fixed, etc. 2005/11/01 16:35:34 sus 1.2.2.20: #i33940# Row styles will be inherited to cell styles, identical cells will be packed to one 2005/10/31 19:58:51 sus 1.2.2.19: #i56495# exchanging spaces to tabs 2005/10/31 19:24:01 sus 1.2.2.18: #i56495# In the import all styles will inherit from 'Default', in the export this inheritance will be removed as it is implicit 2005/10/31 18:41:35 sus 1.2.2.17: #i56495# Spaces are no longer repaced in style names AND style:rotation-angle is fixed 2005/10/31 17:53:46 sus 1.2.2.16: #i56495# Style display names are correctly mapped 2005/10/31 16:46:11 sus 1.2.2.15: #i44999# columns starting with an index did not work 2005/10/31 14:21:33 sus 1.2.2.14: #i56495# enabled styles by default 2005/10/27 19:22:54 sus 1.2.2.13: #i45000# fixed missing dependency of style:text-align-source to fo:text-align 2005/10/27 18:07:00 sus 1.2.2.12: #i45000# fixed missing dependency of style:text-align-source to fo:text-align 2005/10/26 22:19:41 sus 1.2.2.11: #i45000# inheritance of conditional styles changed, exchanging leading spaces to tabs 2005/10/18 17:25:20 sus 1.2.2.10: #i45000# table:table-cell must not take the style of their parent row in case they have no style, otherwise the default cell style won't work 2005/10/18 12:08:56 sus 1.2.2.9: #i45000# Cells won't be explicitly repeated if they are empty, instead the column-repeated attribute is being used 2005/10/18 09:14:31 sus 1.2.2.8: #i31760# Adding number format in conjunction with conditional formatting and various minor fixes 2005/10/10 12:13:10 sus 1.2.2.7: #i55726# Row height attributes are being added 2005/10/07 14:28:23 sus 1.2.2.6: #i55619#,#i55620# enhanced grid handling, create background color by repeatition of a single row till possible end of space 2005/10/06 15:13:45 sus 1.2.2.5: #i41356# Fixing configuration import 2005/10/06 14:13:43 sus 1.2.2.4: #i41356# Fixing configuration import 2005/09/26 19:34:58 sus 1.2.2.3: #i33940# Instead of default no style is given for empty cells, so the column cell default style is taken by default 2005/09/26 18:25:59 sus 1.2.2.2: #i33940##i41356# Refactored and fixed row and cell creation 2005/09/26 11:01:22 sus 1.2.2.1: #i33940# rows will be repeated by attribute no longer explicit

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [8b2605f30022648ac4d038ffd698999a1353304a]

        INTEGRATION: CWS spreadsheetml02 (1.3.100); FILE MERGED 2005/11/09 11:05:07 sus 1.3.100.16: RESYNC: (1.3-1.4); FILE MERGED 2005/11/08 16:41:07 sus 1.3.100.15: #i56495# fixing cell repetition 2005/11/08 02:38:34 sus 1.3.100.14: #i56495# fixing formula dependencies 2005/11/07 18:26:12 sus 1.3.100.13: #i56495# fixing style inheritance 2005/11/03 21:36:00 sus 1.3.100.12: #i56326# improve performance and minor fixes 2005/11/03 01:49:34 sus 1.3.100.11: #i56326# improve performance and minor fixes 2005/10/31 17:04:44 sus 1.3.100.10: #i56495# Columns are not repeated, if @table:number-columns-repeated did not exist 2005/10/27 13:55:58 sus 1.3.100.9: #i45000# fixing default time setting using 00:00:00 instead of earlier 12:00:00 2005/10/26 22:20:25 sus 1.3.100.8: #i45000# fixing configuration and changing leading spaces to tabs 2005/10/18 12:36:21 sus 1.3.100.7: #i45000# Matching cells beyond covered table cells 2005/10/18 11:07:44 sus 1.3.100.6: #i45000# various enhancements 2005/10/07 14:18:18 sus 1.3.100.5: #i33890# enhance cell handling 2005/09/26 19:35:32 sus 1.3.100.4: #i33940# removing debug output 2005/09/26 19:19:15 sus 1.3.100.3: #i33940# Empty cells, which are not the last are written out 2005/09/26 18:24:52 sus 1.3.100.2: #i33940# Added comment 2005/09/22 15:52:27 sus 1.3.100.1: #i33940# Empty cells are no longer  explicit repeated, but now using ss:Index, which repeates the preceding row's style

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [a85a2b8ac64b113c069e749e56151dff18e1d017]

        INTEGRATION: CWS spreadsheetml02 (1.3.100); FILE MERGED 2005/11/09 11:05:00 sus 1.3.100.10: RESYNC: (1.3-1.4); FILE MERGED 2005/11/07 18:26:13 sus 1.3.100.9: #i56495# fixing style inheritance 2005/11/07 09:07:17 sus 1.3.100.8: #i57455# fixing styles for multiple roundtrip 2005/11/03 21:35:59 sus 1.3.100.7: #i56326# improve performance and minor fixes 2005/11/03 01:49:33 sus 1.3.100.6: #i56326# improve performance and minor fixes 2005/10/31 19:24:00 sus 1.3.100.5: #i56495# In the import all styles will inherit from 'Default', in the export this inheritance will be removed as it is implicit 2005/10/31 17:53:45 sus 1.3.100.4: #i56495# Style display names are correctly mapped 2005/10/26 22:20:24 sus 1.3.100.3: #i45000# fixing configuration and changing leading spaces to tabs 2005/10/18 16:32:18 sus 1.3.100.2: #i45000# grid value enabling, ss:Bold taking from inheritance tree (Excel issue workaround) 2005/10/18 15:35:56 sus 1.3.100.1: #i45000# various enhancements

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [e2fecff8811cfb0f4f7fb789b8cb67fd907642eb]

        INTEGRATION: CWS spreadsheetml02 (1.3.100); FILE MERGED 2005/11/09 11:04:52 sus 1.3.100.4: RESYNC: (1.3-1.4); FILE MERGED 2005/11/07 18:26:13 sus 1.3.100.3: #i56495# fixing style inheritance 2005/11/07 09:07:16 sus 1.3.100.2: #i57455# fixing styles for multiple roundtrip 2005/10/26 22:20:24 sus 1.3.100.1: #i45000# fixing configuration and changing leading spaces to tabs

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [eb2ebed8a542e2229c4dd73753c57f23fa661fd5]

        INTEGRATION: CWS spreadsheetml02 (1.3.100); FILE MERGED 2005/11/09 11:04:45 sus 1.3.100.6: RESYNC: (1.3-1.4); FILE MERGED 2005/11/03 21:36:01 sus 1.3.100.5: #i56326# improve performance and minor fixes 2005/10/26 22:20:24 sus 1.3.100.4: #i45000# fixing configuration and changing leading spaces to tabs 2005/10/18 16:32:18 sus 1.3.100.3: #i45000# grid value enabling, ss:Bold taking from inheritance tree (Excel issue workaround) 2005/10/18 15:35:55 sus 1.3.100.2: #i45000# various enhancements 2005/10/06 15:13:04 sus 1.3.100.1: #i41356# Added various configuration items

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [bc2ce4fc2c5d521caac9d1709c096b257626c9a7]

        INTEGRATION: CWS spreadsheetml02 (1.2.2); FILE MERGED 2005/11/09 11:04:38 sus 1.2.2.8: RESYNC: (1.2-1.3); FILE MERGED 2005/11/08 02:38:34 sus 1.2.2.7: #i56495# fixing formula dependencies 2005/11/03 21:35:58 sus 1.2.2.6: #i56326# improve performance and minor fixes 2005/11/03 01:49:33 sus 1.2.2.5: #i56326# improve performance and minor fixes 2005/10/26 22:22:48 sus 1.2.2.4: #i45000# fixing configuration and changing leading spaces to tabs 2005/10/26 22:20:23 sus 1.2.2.3: #i45000# fixing configuration and changing leading spaces to tabs 2005/10/18 11:07:43 sus 1.2.2.2: #i45000# various enhancements 2005/10/07 14:08:12 sus 1.2.2.1: #i55618# Enabling absolute cell reference & references to external sheets

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [a9ee43c1982f403fec032980df1f4c2877044379]

        INTEGRATION: CWS impress76 (1.65.58); FILE MERGED 2005/11/08 09:17:11 cl 1.65.58.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [bacf298ae4c0d7d35fb9168aeeadbeb7d7e3fc0c]

        INTEGRATION: CWS systemlibxmlfix (1.25.10); FILE MERGED 2005/11/08 12:47:02 kso 1.25.10.1: #i56546# - now builds with system libxml.

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [73e4684b357a1d6dd475cb6f3476f3b7cdd97304]

        INTEGRATION: CWS impress76 (1.62.52); FILE MERGED 2005/11/08 15:12:25 cl 1.62.52.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [26f3a79c85d855056184dc6047f03333097f9d3c]

        INTEGRATION: CWS impress76 (1.103.28); FILE MERGED 2005/11/08 09:17:35 cl 1.103.28.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [442b19e626cc73bac72d46784a3f5dfab986edd6]

        INTEGRATION: CWS impress76 (1.114.50); FILE MERGED 2005/11/07 18:26:10 cl 1.114.50.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [66b195981c301df083bb89595ac750a0a801d0bc]

        INTEGRATION: CWS impress76 (1.180.46); FILE MERGED 2005/11/07 18:26:08 cl 1.180.46.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [25902eeec9f623f836a8c23b2ef86412b14eb461]

        INTEGRATION: CWS impress76 (1.18.32); FILE MERGED 2005/11/07 18:25:20 cl 1.18.32.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [1732ac82c3e05d223f7a02bc4e4cd40e8c8db26c]

        INTEGRATION: CWS impress76 (1.109.50); FILE MERGED 2005/11/07 18:25:19 cl 1.109.50.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [95ec7138b73bc9f0846f81059a8a1464d0bc1471]

        INTEGRATION: CWS impress76 (1.52.90); FILE MERGED 2005/11/07 18:25:18 cl 1.52.90.1: #i56896# tunnel BuildId from xml loading to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [d66804066d4a582dbf7ff956c489cbba36fd4f2a]

        INTEGRATION: CWS javapatch (1.10.324); FILE MERGED 2005/10/14 08:51:32 flr 1.10.324.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/12 10:50:00 flr 1.10.324.1: #i52606# no need to split Macros in 64KB blocks any more!

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [80ac96eab53b2cc9b4e8e9e498cef77f201e696c]

        INTEGRATION: CWS impress76 (1.51.54); FILE MERGED 2005/11/08 09:25:50 cl 1.51.54.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [206f038340b1e9c4a0bcc2a1bae61b6eb0809a55]

        INTEGRATION: CWS javapatch (1.24.324); FILE MERGED 2005/10/14 10:06:11 flr 1.24.324.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/12 12:10:00 flr 1.24.324.1: #i52542# patch from cmc.

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [f09b5e1b09ffaff3e967bf843fd7ab9e8a8c81a8]

        INTEGRATION: CWS impress76 (1.61.8); FILE MERGED 2005/11/08 09:23:07 cl 1.61.8.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [d16b4b8ee7270cc2223001eb1adbb7419be97033]

        INTEGRATION: CWS impress76 (1.40.56); FILE MERGED 2005/11/08 10:56:28 cl 1.40.56.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [f866ed623d51116c92843135d3331b1204018ee3]

        INTEGRATION: CWS javapatch (1.5.1602); FILE MERGED 2005/10/14 07:06:17 flr 1.5.1602.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/17 09:59:42 flr 1.5.1602.1: #i29453# ignore \*\pgdsctbl destination

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [243c0fd0a14a405f430830b0c91ffd61f051f200]

        INTEGRATION: CWS impress76 (1.15.56); FILE MERGED 2005/11/08 10:56:15 cl 1.15.56.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [58d0b91f25ec7886fe4d8a565904c645638f7b6d]

        INTEGRATION: CWS impress76 (1.21.58); FILE MERGED 2005/11/08 09:22:45 cl 1.21.58.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [de2c4565f56dce299953eb36b25157ae07c8dd9b]

        INTEGRATION: CWS javapatch (1.52.40); FILE MERGED 2005/10/13 22:21:44 flr 1.52.40.2: RESYNC: (1.52-1.54); FILE MERGED 2005/08/15 11:18:13 flr 1.52.40.1: #i45333# save sot storage ref in case of recursive calls

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [c440ffdcd3d596bd23a3748d96c48a1fa45a516f]

        INTEGRATION: CWS javapatch (1.71.58); FILE MERGED 2005/11/01 13:13:57 flr 1.71.58.1: fix for stacktrace #125180#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [3431927a84bf0fd237a9b833f23cf31661e49d4a]

        INTEGRATION: CWS javapatch (1.117.56); FILE MERGED 2005/11/01 13:13:56 flr 1.117.56.1: fix for stacktrace #125180#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [97ec40732f5d7955bc656250ab892a9f350aee11]

        INTEGRATION: CWS javapatch (1.162.58); FILE MERGED 2005/10/13 21:45:34 flr 1.162.58.2: RESYNC: (1.162-1.163); FILE MERGED 2005/08/12 13:19:58 flr 1.162.58.1: patch from cmc for #i52786#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [4c35e85119660898f8ce2bbfee2ffede9aeb5396]

        INTEGRATION: CWS impress76 (1.90.54); FILE MERGED 2005/11/08 09:50:56 cl 1.90.54.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [b5fc221bdaac67b88d35b382bfaefca145b0b28c]

        INTEGRATION: CWS javapatch (1.88.190); FILE MERGED 2005/10/31 07:54:58 flr 1.88.190.5: #i56768# only remove 0x01 chars for the MACROBUTTON field, since DropListFields need the 0x01 2005/10/13 21:45:20 flr 1.88.190.4: RESYNC: (1.88-1.90); FILE MERGED 2005/09/02 11:47:06 flr 1.88.190.3: #124725# field codes which contain '/' or '.' are not displayed in WinWord 2005/09/01 12:52:21 flr 1.88.190.2: #124716#: do not recurse into nested page fields 2005/08/26 09:35:50 flr 1.88.190.1: #124710#: table index imported with wrong page number format

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [b99109dbf890df697bf3f06596403c7d45fb1f43]

        INTEGRATION: CWS impress76 (1.28.66); FILE MERGED 2005/11/08 09:49:15 cl 1.28.66.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [1ed4a96ea85a1175e857f25da6b59ff8faa766e9]

        INTEGRATION: CWS javapatch (1.113.192); FILE MERGED 2005/10/13 21:44:18 flr 1.113.192.2: RESYNC: (1.113-1.114); FILE MERGED 2005/08/12 13:19:58 flr 1.113.192.1: patch from cmc for #i52786#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [64df313852c63adab15ac279170f1fe39c3c82f6]

        INTEGRATION: CWS impress76 (1.58.52); FILE MERGED 2005/11/08 09:48:55 cl 1.58.52.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [07e7bb40952e75f634fedf656b7285da00c4dfb9]

        INTEGRATION: CWS javapatch (1.155.34); FILE MERGED 2005/10/13 21:43:55 flr 1.155.34.2: RESYNC: (1.155-1.157); FILE MERGED 2005/08/12 13:19:57 flr 1.155.34.1: patch from cmc for #i52786#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [2cc80dcb5994af728cef7925e2513eb8e45836bc]

        INTEGRATION: CWS javapatch (1.135.44); FILE MERGED 2005/10/13 21:43:08 flr 1.135.44.2: RESYNC: (1.135-1.137); FILE MERGED 2005/08/18 11:05:39 flr 1.135.44.1: #i52825#: need to test for NULL for fix #i44344#, #i44681#

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [30deee7a4f6ebf09494c6e6bcf6254e84ad9f4c8]

        INTEGRATION: CWS javapatch (1.40.352); FILE MERGED 2005/10/13 21:42:15 flr 1.40.352.2: RESYNC: (1.40-1.42); FILE MERGED 2005/08/11 14:39:49 flr 1.40.352.1: #i51670# ole objects lost

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [038ed04663f0fdf824b93bc88b3eacd23dcede23]

        INTEGRATION: CWS javapatch (1.77.152); FILE MERGED 2005/10/13 21:41:07 flr 1.77.152.2: RESYNC: (1.77-1.78); FILE MERGED 2005/08/22 12:20:41 flr 1.77.152.1: #i52048# convert field name INHALT to TC

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [8d629ff64b34748ba9b44d5a711d8b5f894f2fa7]

        INTEGRATION: CWS javapatch (1.19.324); FILE MERGED 2005/10/13 21:27:33 flr 1.19.324.4: RESYNC: (1.19-1.20); FILE MERGED 2005/08/17 13:51:07 flr 1.19.324.3: #i42153: Adjusted fix for #i52542# to also handle this issue 2005/08/12 13:22:08 flr 1.19.324.2: patch from cmc for #i52542# 2005/08/12 11:40:30 flr 1.19.324.1: #i38227# leave drop caps with no content as fly frames

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [eb73df384a68e011089a4c61ff1d7e3d973ffd67]

        INTEGRATION: CWS javapatch (1.178.40); FILE MERGED 2005/10/13 21:01:05 flr 1.178.40.2: RESYNC: (1.178-1.180); FILE MERGED 2005/08/19 14:40:16 flr 1.178.40.1: #i52583# SnapToGrid property in case of Styles was not exported

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [cef83f47a637b0acababad3c6278ad1a2ec4ccbc]

        INTEGRATION: CWS javapatch (1.28.334); FILE MERGED 2005/10/13 17:45:38 flr 1.28.334.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/15 11:19:05 flr 1.28.334.1: #i45333# save sot storage ref in case of recursive calls

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [aa2a8b6d55cfcebfde2e7c96e0524039f0094cc8]

        INTEGRATION: CWS impress76 (1.22.10); FILE MERGED 2005/11/08 11:39:00 cl 1.22.10.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [0d3fd337e660b75221c930652c3e7ef11c80ce20]

        INTEGRATION: CWS impress76 (1.20.6); FILE MERGED 2005/11/08 11:27:29 cl 1.20.6.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [272aabf8607a38a53bb737f8db7c3295c2d99b19]

        INTEGRATION: CWS impress76 (1.14.16); FILE MERGED 2005/11/08 11:27:28 cl 1.14.16.1: #i56896# tunnel BuildId from meta.xml to ole objects

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [e007fc20b1dbfc7b7cbbe1ae91785336b9d608e4]

        INTEGRATION: CWS javapatch (1.22.98); FILE MERGED 2005/10/13 16:24:56 flr 1.22.98.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/01 09:01:50 flr 1.22.98.1: #i54023#: writer fields in svx objects are not allowed

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [41bf5cc878a2abfa432ab124e50777aebd7c9d50]

        INTEGRATION: CWS native25 (1.8.112); FILE MERGED 2005/11/09 14:17:19 is 1.8.112.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [8017a89c176d004315fd4bb53fc47e3982e18bdc]

        INTEGRATION: CWS native25 (1.8.112); FILE MERGED 2005/11/09 14:17:18 is 1.8.112.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [6f1800364d1f0d0c12a58d0305c5b3bf7a628240]

        INTEGRATION: CWS native25 (1.9.112); FILE MERGED 2005/11/09 14:17:18 is 1.9.112.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [d30c7c941f4242017c566809682b1deaa4c13171]

        INTEGRATION: CWS native25 (1.8.114); FILE MERGED 2005/11/09 14:17:17 is 1.8.114.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [cf544cf03d47b3bf961057db001f1837bb829ade]

        INTEGRATION: CWS native25 (1.3.114); FILE MERGED 2005/11/09 14:17:17 is 1.3.114.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [efd4e271139d60253b9318f664e101f50988b059]

        INTEGRATION: CWS native25 (1.52.36); FILE MERGED 2005/11/09 14:14:40 is 1.52.36.1: #127671# complete Windows registry cleanup

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [4493636b98ee73cd2f4fdbcc050d1852f1dc1b19]

        INTEGRATION: CWS stacks01 (1.15.62); FILE MERGED 2005/11/07 07:53:44 mav 1.15.62.1: #i57349# do not all allow to change the client in active state

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [400e994cde19a46c7066ff238320afa45a153497]

        INTEGRATION: CWS stacks01 (1.51.58); FILE MERGED 2005/11/04 09:52:30 cd 1.51.58.1: #122235# Use task pane list from top system window parent

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [5aff184d1f242be344e6209ee69a5e3c2bed6cf5]

        INTEGRATION: CWS stacks01 (1.13.14); FILE MERGED 2005/11/07 07:40:51 mav 1.13.14.1: #i57349# do not allow to change client site in active state

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [3a49c1b772acea77de0a99ac1f95d9abd330b70f]

        INTEGRATION: CWS stacks01 (1.14.14); FILE MERGED 2005/11/07 07:40:50 mav 1.14.14.1: #i57349# do not allow to change client site in active state

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [5ae51990b866f9fadbb8bb4d5c2f60522a960730]

        INTEGRATION: CWS stacks01 (1.10.44); FILE MERGED 2005/11/03 13:35:05 as 1.10.44.1: #125528# add some catch-exception statements and some assertions to find the real problem behind

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [2bf08411d4c08662e48e411ca328c82a10209010]

        INTEGRATION: CWS stacks01 (1.7.44); FILE MERGED 2005/11/03 08:08:36 as 1.7.44.1: #114142# HelpAgentDispatcher use ref counted objects instead pointer; it uses vcl timer instead of osl-threaded timer; remove status listener support (not needed)

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [4aa03bf69dab52bd71356af24ad5929d2a78c5b2]

        INTEGRATION: CWS stacks01 (1.7.44); FILE MERGED 2005/11/03 14:07:50 as 1.7.44.1: #121559# corrupted document accelerator configurations shouldnt crash the office .. so we catch all exceptions

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [c7f6d48e41b07d853deb85f68f011ed8e63c7760]

        INTEGRATION: CWS stacks01 (1.3.44); FILE MERGED 2005/11/03 08:08:35 as 1.3.44.1: #114142# HelpAgentDispatcher use ref counted objects instead pointer; it uses vcl timer instead of osl-threaded timer; remove status listener support (not needed)

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [2663c2f50db32bd712fc0477ff7ae732a0545b07]

        INTEGRATION: CWS os68 (1.44.44); FILE MERGED 2005/10/11 12:26:29 os 1.44.44.1: #i55269# call SfxRequest::Done() to enable recording

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [d7e14a21c66b2acfe17f816d94deedad5166aa75]

        INTEGRATION: CWS os68 (1.118.10); FILE MERGED 2005/10/31 12:33:43 os 1.118.10.3: RESYNC: (1.118-1.120); FILE MERGED 2005/10/13 13:59:15 os 1.118.10.2: #125456# syntax 2005/10/07 14:18:49 os 1.118.10.1: #125456# always call SwView::StopShellTimer after SelectMenuPosition

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [8049f37b13073d11005e753cb0dfa26650e60d11]

        INTEGRATION: CWS os68 (1.98.44); FILE MERGED 2005/10/31 12:28:07 os 1.98.44.2: RESYNC: (1.98-1.100); FILE MERGED 2005/10/10 12:27:26 os 1.98.44.1: #i55595# mailmerge: convert header/footer fields to text

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [f9ac64227e4786eed7cfadfb59c1df289b279b80]

        INTEGRATION: CWS os68 (1.61.44); FILE MERGED 2005/10/10 07:34:15 os 1.61.44.1: #125243# prevent crash on invalid ViewShell

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [692177e1fdafa6e9b75f9cce16dd6fde6468ffad]

        INTEGRATION: CWS os68 (1.29.48); FILE MERGED 2005/10/13 13:37:55 os 1.29.48.1: #i44725# ::IsOLEObjectDeleted() fixed

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [f83e3f023f9e5406250bde1a629b566234785944]

        INTEGRATION: CWS os68 (1.21.48); FILE MERGED 2005/10/25 13:55:11 os 1.21.48.1: #126178# start and end of undo need to be paired

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [d3b9126b423f52670ebcbe2703df19c459264a2e]

        INTEGRATION: CWS os68 (1.38.44); FILE MERGED 2005/10/31 12:13:38 os 1.38.44.3: RESYNC: (1.38-1.39); FILE MERGED 2005/10/26 07:52:37 os 1.38.44.2: #i55595# page number and some other fields mustn't be converted to text in headers/footers 2005/10/10 12:28:03 os 1.38.44.1: #i55595# mailmerge: convert header/footer fields to text

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [c40e5f717cc694d0a9ebf19e8b950a5203328a58]

        INTEGRATION: CWS os68 (1.60.46); FILE MERGED 2005/10/14 08:41:06 tl 1.60.46.1: #b6244313# spanning UnoPortion over character to be checked now

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [5bcc7ccaaf3ab9cf11ce6ec65ff73c92c2a65d86]

        INTEGRATION: CWS os68 (1.27.18); FILE MERGED 2005/10/31 12:03:59 os 1.27.18.2: RESYNC: (1.27-1.28); FILE MERGED 2005/10/13 10:23:00 tl 1.27.18.1: #i55411# disable Notify in ~SmTextForwarder

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [c8c5951dd79e02fcaa11cf1af2c86a7322c839d5]

        INTEGRATION: CWS vcl48 (1.79.2); FILE MERGED 2005/11/03 14:11:40 mav 1.79.2.2: #125570# do not delete object after it is not owned 2005/11/03 13:22:54 mav 1.79.2.1: #125570# do not delete object after it is not owned

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [0ec5ddea8c65dd04a355b5e427d57b911ff58ab7]

        INTEGRATION: CWS vcl48 (1.101.4); FILE MERGED 2005/11/04 09:56:47 mav 1.101.4.1: #125919# if an empty stream is changed the corruption should be notified as well

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [66cc77c57b39518fe3437094ef74caf80f324bd3]

        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>  [04dd3d0192f7e911e1fbb2083feda513d8c0864b]

        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>  [d00b1099373d43d8f211ad090fae0f35d76ca2ea]

        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>  [ddc5cb1551223db633d9538fa247912382042e85]

        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>  [f579cbed51c1f1ba5fe898e59ff7d397141c74c6]

        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>  [1358db56d120514ca7ced287cae212bdcfa8a7fc]

        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>  [df02116f268e46355088bcef7ac83848cd0c3ebd]

        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>  [e6d90f75f1417b47950565a86ecbb4cd0fb2b2bb]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [063124bafe594ed9ada3c66c0927cd42edd69e7e]

        INTEGRATION: CWS impress75 (1.2.14); FILE MERGED 2005/11/07 16:20:49 af 1.2.14.1: #i57228# Removed assertion from ReleaseCache().

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [32d3f4bf3d2ffae56fd4cdd806ce9c3738296771]

        INTEGRATION: CWS impress75 (1.33.60); FILE MERGED 2005/11/07 16:49:45 af 1.33.60.1: #126296# Made GetState() code for SID_CHINESE_CONVERSION and SID_HANGUL_HANJA_CONVERSION more robust (and less deprecated).

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [5ef713b262960f63de1ab4bfef0206da4fa4d285]

        INTEGRATION: CWS nativefixer24 (1.4.26); FILE MERGED 2005/11/08 16:52:17 is 1.4.26.1: #127623# patching also for Win98

2005-11-10  Rüdiger Timm  <rt@openoffice.org>  [03f579be559c99aa7bdec445839d339c00946db3]

        INTEGRATION: CWS nativefixer24 (1.23.36); FILE MERGED 2005/11/08 16:53:47 is 1.23.36.1: #127623# patching also for Win98

2005-11-10  Juergen Schmidt  <jsc@openoffice.org>  [aa7c603e60c68734616a0f8943a30c4ed842c177]

        #i10000# improve find filter to collect header

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [e13dbee2662cf5382b96f7654f3691e084a679e0]

        #i10000# OD: adapt to changes from CWS swnumtree. TOTO: code needs some optimizations, it probably is not very efficient yet. Just changed to make it compile again.

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c4b7ef3eb32f6c394ac9dd865a1ba804d56dbc49]

        INTEGRATION: CWS pj40 (1.2.2); FILE MERGED 2005/11/07 17:14:25 thb 1.2.2.1: #i57388# No need to generate (default) description for an external module. Disabled that.

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [615009b4d7111b336e782632961c6a5f0bd26cf5]

        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>  [7321383ba5ca87c125fbdac1d0845c566d1ff89c]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [85c16f82bfc220105d09113de2a55d5a34acfea2]

        SRC680

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [6f1171d5867dc560dcb7837891f402e4a4306880]

        INTEGRATION: CWS swqbf41 (1.52.80); FILE MERGED 2005/11/03 15:03:31 od 1.52.80.1: #125329# <SwNodes::MakeTxtNode(..)> and <SwTxtNode::Modify(..)> 	 - call method <UpdateOutlineNode(..)> only for the document nodes array

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [4f6f55fd13c2ea6657e6085610aa841c0766adf8]

        INTEGRATION: CWS swqbf41 (1.37.84); FILE MERGED 2005/11/02 13:34:07 os 1.37.84.1: #i125788# make SwEditShell::GetAttr() more robust

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [04e835f0cab4054769dd39338b5955d37468356f]

        INTEGRATION: CWS swqbf41 (1.15.84); FILE MERGED 2005/11/03 15:00:40 od 1.15.84.1: #125329# <SwNodes::UpdateOutlineNode(..)> 	 - assure that text node is in the correct nodes array.

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [85868ad9bd26b50c0bdf206eff025e42942d4afc]

        INTEGRATION: CWS swqbf41 (1.31.82); FILE MERGED 2005/11/02 13:02:56 os 1.31.82.1: 125356# check Request's arguments

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [436f1357ecb12e55354714220254c7f15e0e8076]

        INTEGRATION: CWS swqbf41 (1.120.8); FILE MERGED 2005/11/03 12:10:39 fme 1.120.8.1: #125036# Delete pNumRuleNodeFromDoc pointer if necessary.

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [2be88427aed10664bad79e8816e1d07ed08b4f50]

        INTEGRATION: CWS swqbf41 (1.84.6); FILE MERGED 2005/11/02 11:39:31 os 1.84.6.1: #i57085# check availability of a layout in _InsertCnt()

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [dc5d5f83e4b98b1d538145251eab8602165d3bd6]

        INTEGRATION: CWS swqbf41 (1.35.6); FILE MERGED 2005/11/03 09:31:10 fme 1.35.6.2: #125288# Check for empty table cells in GetMergeSel() 2005/11/01 16:04:02 fme 1.35.6.1: #i56193# Check if table cell has a lower

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [40007f2227f8ef3122a4eab0012a7f055a529aa2]

        INTEGRATION: CWS sdkinstaller (1.40.4); FILE MERGED 2005/10/28 10:53:11 is 1.40.4.6: #i56804# new ooo dev product 2005/10/24 09:29:51 is 1.40.4.5: #124595# using variable for msitemplate include path 2005/10/18 12:52:17 is 1.40.4.4: #124595# new sdkso 2005/10/17 11:02:36 is 1.40.4.3: #124595# dontstrip for sdk 2005/10/14 12:36:31 jsc 1.40.4.2: RESYNC: (1.40-1.42); FILE MERGED 2005/09/08 10:31:03 is 1.40.4.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [f5ec4d898569830d3697b287ff3e3b74a0f1652c]

        INTEGRATION: CWS sdkinstaller (1.113.18); FILE MERGED 2005/11/04 11:16:58 is 1.113.18.4: #i56703# special files into patch 2005/10/27 15:52:46 is 1.113.18.3: #i56703# calc file also in patch 2005/10/27 14:24:23 is 1.113.18.2: #i56703# calc file also in patch 2005/10/26 14:22:33 is 1.113.18.1: #i56703# selecting PATCH files from archive files

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [064c5cf21da2098b2268d9082b0044d6e35bb669]

        INTEGRATION: CWS sdkinstaller (1.23.112); FILE MERGED 2005/10/28 13:22:03 is 1.23.112.3: #i56859# java product for all platforms 2005/10/14 13:40:30 jsc 1.23.112.2: RESYNC: (1.23-1.24); FILE MERGED 2005/09/08 10:22:56 is 1.23.112.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [f6191e1f875a58ade22e069bb8eeaedf4cdc8953]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/10/17 14:31:00 is 1.1.2.2: #124595# new sdk products 2005/09/08 10:24:01 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [09ae41b701a1af910cd187a3453ef66ae2a3bdf1]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:23:47 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1676e8b644930ea9e42097cafb459fcbf8515348]

        INTEGRATION: CWS sdkinstaller (1.3.48); FILE MERGED 2005/10/28 13:22:02 is 1.3.48.1: #i56859# java product for all platforms

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ab7be3c8a7e59220e1f9f46b5b10d7dea24262dd]

        INTEGRATION: CWS sdkinstaller (1.3.48); FILE MERGED 2005/11/02 13:00:58 is 1.3.48.1: #127423# Crash reporter into patch

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [63ca1e152478c16c897e39be44fdad9d55432259]

        INTEGRATION: CWS sdkinstaller (1.5.156); FILE MERGED 2005/10/28 13:22:01 is 1.5.156.2: #i56859# java product for all platforms 2005/09/08 10:22:26 is 1.5.156.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [70d53c400cff3ca0e959eb795fb5816e6ee5eaac]

        INTEGRATION: CWS sdkinstaller (1.18.54); FILE MERGED 2005/09/08 10:22:26 is 1.18.54.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [09b711aceebcd20567182960349f19e9aad6cbed]

        INTEGRATION: CWS sdkinstaller (1.15.10); FILE MERGED 2005/10/18 11:38:02 jsc 1.15.10.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [0d24fb62f87699b1e40baaa27830b3cb88a7d4ae]

        INTEGRATION: CWS sdkinstaller (1.45.10); FILE MERGED 2005/10/18 11:38:01 jsc 1.45.10.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [674923e36a7446a571f0ab5da1dcbfecc8f17dfe]

        INTEGRATION: CWS sdkinstaller (1.19.32); FILE MERGED 2005/10/18 11:38:00 jsc 1.19.32.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ec41d205b037d8616db6709ca3940d71a8bffd96]

        INTEGRATION: CWS sdkinstaller (1.17.10); FILE MERGED 2005/10/18 11:38:00 jsc 1.17.10.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [53660859bf6652b9f553476b3bf190b34de7668a]

        INTEGRATION: CWS sdkinstaller (1.8.14); FILE MERGED 2005/10/18 11:37:59 jsc 1.8.14.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [5a35efd038f615c6f93f6b18c8404b8aea6804e7]

        INTEGRATION: CWS sdkinstaller (1.16.14); FILE MERGED 2005/10/28 13:59:46 jsc 1.16.14.2: #i52510# integrate patch for Mac OS X support 2005/10/13 14:33:56 jsc 1.16.14.1: #i54411# adapt gcc settings, set UNO relevant variables simply to gcc3

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [b6e9759d63e48a9cace6cf7fd4d1a9394d9ca0b1]

        INTEGRATION: CWS sdkinstaller (1.11.32); FILE MERGED 2005/10/18 11:37:58 jsc 1.11.32.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [dc37356f4a4a0252d9c2a2647c87fe01ebc136c9]

        INTEGRATION: CWS sdkinstaller (1.28.32); FILE MERGED 2005/10/18 11:37:58 jsc 1.28.32.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c2e83c618b327e19c523664969032874ea7d10d9]

        INTEGRATION: CWS sdkinstaller (1.13.10); FILE MERGED 2005/10/18 11:37:57 jsc 1.13.10.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [2dc5aa86160603280693dfc72b04b30817f97133]

        INTEGRATION: CWS sdkinstaller (1.74.10); FILE MERGED 2005/10/18 11:37:56 jsc 1.74.10.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [3253f79d589542e2b8811db8d92af18cc6b3c8fa]

        INTEGRATION: CWS sdkinstaller (1.18.2); FILE ADDED 2005/10/14 15:54:05 jsc 1.18.2.1: #124595# new

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [d7a35aea43ef19b63ce18880ef58039990ec694d]

        INTEGRATION: CWS sdkinstaller (1.24.14); FILE MERGED 2005/10/20 14:32:08 jsc 1.24.14.1: #124595# reviewed

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [9bfcd9bf424ad486a161cd79241af9a2d2764a8f]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/10/14 15:53:51 jsc 1.1.2.1: #124595# new

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [313d7d9ad6a1e029c2f4dac657c4322e9af0260a]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/10/17 16:09:21 jsc 1.1.2.1: #124595# new setsdkenv template for windows

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [af86589d84a4f4943cc55a3ef76fa3977a2e1c56]

        INTEGRATION: CWS sdkinstaller (1.16.20); FILE MERGED 2005/11/03 15:15:19 jsc 1.16.20.2: #124595# modified help option 2005/10/18 11:37:55 jsc 1.16.20.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [4aabf255dd1d23f0266d0677fff929c256e26313]

        INTEGRATION: CWS sdkinstaller (1.7.14); FILE MERGED 2005/10/28 13:59:45 jsc 1.7.14.2: #i52510# integrate patch for Mac OS X support 2005/10/18 11:37:55 jsc 1.7.14.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [a645655a7883a9c205436f41645087a15968ce42]

        INTEGRATION: CWS sdkinstaller (1.7.14); FILE MERGED 2005/10/28 13:59:45 jsc 1.7.14.1: #i52510# integrate patch for Mac OS X support

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1a1df6ec69981bb971b3994f77db2459d480aaa1]

        INTEGRATION: CWS sdkinstaller (1.7.32); FILE MERGED 2005/11/03 15:14:59 jsc 1.7.32.2: #124595# modified for Solaris 2005/10/18 11:37:54 jsc 1.7.32.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [95072ad0d513ca1fccd73f390e1819d46246cad6]

        INTEGRATION: CWS sdkinstaller (1.13.14); FILE MERGED 2005/11/02 06:36:17 jsc 1.13.14.2: #124595# change ussage of sdkname from dk.mk 2005/10/18 11:37:54 jsc 1.13.14.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [8fad15f146c7da2e42142da428ce47d3a318af1f]

        INTEGRATION: CWS sdkinstaller (1.6.14); FILE MERGED 2005/10/18 11:37:53 jsc 1.6.14.1: #124595# adapted for new installer

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [8fb85aa737eb67225d2764a8eb389991a2016eff]

        INTEGRATION: CWS sdkinstaller (1.4.8); FILE MERGED 2005/10/26 16:05:53 is 1.4.8.2: #126357# including help page 2005/10/24 15:45:09 is 1.4.8.1: #126357# new nsis parameters

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [e20e97d6f3a4814170505f2141723dc1159eda16]

        INTEGRATION: CWS sdkinstaller (1.8.20); FILE MERGED 2005/11/02 08:54:51 jsc 1.8.20.1: #124595# support of SDK

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ad4b81ec5aca7543c94e810e3690964a01aa6b99]

        INTEGRATION: CWS sdkinstaller (1.5.8); FILE MERGED 2005/11/03 14:14:58 obr 1.5.8.1: #i57294# some rpm versions report wrong paths in --list

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c9c1ee56a3b1709df8cf29d61dd22c8fda6beb7a]

        INTEGRATION: CWS sdkinstaller (1.14.8); FILE MERGED 2005/10/31 12:19:01 obr 1.14.8.1: made user install scripts work with SDK and URE packages as well

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [9fddd798a7087d2a09e955d96f67c3a6bc345b3e]

        INTEGRATION: CWS sdkinstaller (1.11.12); FILE MERGED 2005/10/28 10:53:12 is 1.11.12.2: #i56804# new ooo dev product 2005/10/17 14:29:37 is 1.11.12.1: #124595# new sdk products

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1b2486028d49b7d5c9defaaf1bb15d071f52799f]

        INTEGRATION: CWS sdkinstaller (1.23.34); FILE MERGED 2005/10/28 13:25:04 is 1.23.34.10: #i56859# java product for all platforms 2005/10/28 11:03:49 is 1.23.34.9: #i56804# new ooo dev product 2005/10/28 10:53:11 is 1.23.34.8: #i56804# new ooo dev product 2005/10/24 10:00:56 is 1.23.34.7: #126345# cancel button problem inc_ooolangpack/windows/msi_templates/ControlE.idt 2005/10/18 12:37:52 is 1.23.34.6: #124595# new sdkso 2005/10/18 12:19:10 is 1.23.34.5: #124595# new sdkoo 2005/10/18 09:46:09 is 1.23.34.4: #124595# new sdkso products 2005/10/17 14:29:36 is 1.23.34.3: #124595# new sdk products 2005/10/14 12:36:45 jsc 1.23.34.2: RESYNC: (1.23-1.27); FILE MERGED 2005/09/08 10:31:03 is 1.23.34.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [dcbaf4575e6e55ac2b9b94c27e06a7de06cb5b34]

        INTEGRATION: CWS sdkinstaller (1.2.42); FILE MERGED 2005/09/08 10:31:02 is 1.2.42.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [a77fc4a0f35eb6b149d62a3e29bbc2f295b0a12f]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:38:45 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [56b92ba2fed956fad2cdec203681211bcee559e7]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:38:31 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [bb0aee24920d23acd35a3d73c645d640715da937]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:38:17 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [7c8698df261dc2a192c75ab4ad0c24923f8f2002]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:37:55 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [a376004ee532e339878f115746bb4906520994cf]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:37:42 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [01430033ebc0484e2ca245933e8ba90faebf700c]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:37:28 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [8225441b6e9ad0fcf41bcb3008ca4c83e2266eb1]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:37:17 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [cf817217bb87574175fd2f5f58c93a4d9ecd178e]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:36:56 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1a18144033fab327fcecfc52141468c08b188848]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:36:43 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [614cfe811d7cad43e58aeda6b43eee5690b39826]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:36:30 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [86ae316b80dab6316c56f5e6a4c78025cc4f81d6]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:36:16 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [a39f3ce5003a4a063ee7470f173e71e4c126f4d5]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:36:02 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [229b1dfe4782bc313a742e675a181c89f79eed39]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:35:39 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [94cc5b64d9899ae2d8bc027992b09ade3cb43067]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:35:27 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [01242881408e33275329331aa4285cb31aacd32b]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:35:15 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [78ba966fa444a17bf94a23e6b7ffafbd9989edee]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:46:12 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [0ed19fc5b0d619f2af19e0d4ed4d84cda0dc94d7]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:45:45 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1829e85a8621cc8922ef54887cd4c207f9a1c662]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:45:33 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ef34597c53db6b51d189ced857a4d04e49259a9d]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:45:20 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [d91d2bd8d80ea86c1f66c67ddf55a1f8a183c6d4]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:45:08 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [4ee865f8b1d54409a56d06e2a935b3523f9f98d5]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:44:57 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [645208aa28d1773cc86d831765ff8d7db3d0a77c]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:44:44 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [82029f671d1ab9c5fae09da95e8198864a3a5cff]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:44:31 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c0b1de55641d198e9b9ac7188101795b43eb639c]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:44:17 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [4a0050017d4494bc0b82c24d899aa8c106f3584a]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:44:04 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [66bea1d6c951bcf0312bfd830e03d33e3b090412]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:43:51 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [7c9bd6abe388ec69595610164543a0c514d2e66e]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:43:35 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1eb1786e9c33b8d873e384ea410cc2175377092a]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:43:22 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [60064ac1eae8b5bd8830c1e7e42189a2146769dc]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:43:04 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [aa5b6c1faf33c06d21dd93cffda99dad30493cc2]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:42:47 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [8dc0ebd5acd5ea3d4935b7a7f0ea3cc189bdb2ca]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:42:22 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1c8bc299728e2cf14473e35bae489261e60fd180]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:42:34 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [98410e550cdf1ccaebaad4e6ab89f2142e1f6fbd]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/10/18 11:59:49 is 1.1.2.2: #124595# new sdk products 2005/09/08 10:42:08 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [47d65f4d7f715750f1a17131d9ea3a45d029ed9e]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:41:57 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [cea657f6d3a8ee9ada6f4c443f81e234acdb5b66]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:41:45 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [9c8504361c861c4b656289c0cde84eaf433cf762]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:41:30 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ffc2844bf4de15cd7ba53476974f0f02d8bc322f]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:41:18 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [d59c0e9fee4d39ced06084b26ce258019e3881f7]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:41:04 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [185bcadc301288aa5fd7576aee80e3ae2e1992eb]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/09/08 10:40:51 is 1.1.2.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [ac2b0e80f786af93fe1ea72b32f59ebd70f936a1]

        INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED 2005/10/28 10:54:30 is 1.1.2.1: #i56804# new ooo dev product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [d8d59468f2e1c81afda58bcf0dd514110a9e7643]

        INTEGRATION: CWS sdkinstaller (1.4.34); FILE MERGED 2005/10/24 10:00:55 is 1.4.34.1: #126345# cancel button problem inc_ooolangpack/windows/msi_templates/ControlE.idt

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [2342432b5ca09627b66549626f80b49d9e3872d7]

        INTEGRATION: CWS sdkinstaller (1.6.48); FILE MERGED 2005/11/03 14:26:59 is 1.6.48.1: #124595# solving merge conflict

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [98496c7b14b2d5ccc2083f453d5934c9a9090598]

        INTEGRATION: CWS sdkinstaller (1.24.78); FILE MERGED 2005/10/28 10:52:10 is 1.24.78.4: #i56804# new ooo dev product 2005/10/14 11:55:34 jsc 1.24.78.3: RESYNC: (1.24-1.26); FILE MERGED 2005/10/13 16:16:23 is 1.24.78.2: #124595# improve pack performance for sdk products 2005/09/08 13:58:04 is 1.24.78.1: #120096# new sdk product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [1431ad2d0fd31d6017104609237aae707ece928d]

        INTEGRATION: CWS sdkinstaller (1.3.56); FILE MERGED 2005/10/28 13:30:08 is 1.3.56.1: #i56859# java product for all platforms

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [77bb5ff851cc2cf51404f0c4e4848817eee1ae77]

        INTEGRATION: CWS sdkinstaller (1.24.96); FILE MERGED 2005/11/03 12:07:32 is 1.24.96.4: #127472# absolute path for Java and Adabas 2005/10/28 13:30:08 is 1.24.96.3: #i56859# java product for all platforms 2005/10/14 11:54:33 jsc 1.24.96.2: RESYNC: (1.24-1.25); FILE MERGED 2005/10/13 16:16:22 is 1.24.96.1: #124595# improve pack performance for sdk products

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c4aee00ca4e6cd90caaf3d8b1b6f8c94a1e3e3be]

        INTEGRATION: CWS sdkinstaller (1.5.186); FILE MERGED 2005/10/14 11:53:42 jsc 1.5.186.2: RESYNC: (1.5-1.7); FILE MERGED 2005/10/13 16:16:22 is 1.5.186.1: #124595# improve pack performance for sdk products

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [12d8b19113280b78cbdfc520fb87f4b67bbe41ed]

        INTEGRATION: CWS sdkinstaller (1.13.60); FILE MERGED 2005/10/17 15:00:53 is 1.13.60.3: #124595# new sdk products 2005/10/14 11:53:06 jsc 1.13.60.2: RESYNC: (1.13-1.14); FILE MERGED 2005/09/08 10:29:43 is 1.13.60.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [2ab3efd595f22e1c00bd296838bd88527c3862cf]

        INTEGRATION: CWS sdkinstaller (1.18.136); FILE MERGED 2005/10/14 11:51:03 jsc 1.18.136.2: RESYNC: (1.18-1.20); FILE MERGED 2005/09/08 13:58:03 is 1.18.136.1: #120096# new sdk product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c4724ec79556bb0c03983a69129c671c4f8cacfb]

        INTEGRATION: CWS sdkinstaller (1.7.56); FILE MERGED 2005/10/28 10:52:09 is 1.7.56.1: #i56804# new ooo dev product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [c805fd6ebe0e2038aed976bcfbad6c847e7f9c4e]

        INTEGRATION: CWS sdkinstaller (1.24.12); FILE MERGED 2005/11/03 10:40:40 is 1.24.12.2: #124595# problems with files with $ in their name 2005/10/28 13:28:34 is 1.24.12.1: #i56859# java product for all platforms

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [748d23353b824e18d3fe62ba4ce6d8bf7b60ccc0]

        INTEGRATION: CWS sdkinstaller (1.25.16); FILE MERGED 2005/10/28 10:52:09 is 1.25.16.4: #i56804# new ooo dev product 2005/10/17 11:09:26 is 1.25.16.3: #124595# dontstrip for sdk 2005/10/14 11:48:14 jsc 1.25.16.2: RESYNC: (1.25-1.28); FILE MERGED 2005/09/08 10:29:41 is 1.25.16.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [a10e333642fd1ea5d5a3b62bbc9ccca13f8f1ddd]

        INTEGRATION: CWS sdkinstaller (1.41.16); FILE MERGED 2005/10/28 13:28:33 is 1.41.16.3: #i56859# java product for all platforms 2005/10/14 11:46:25 jsc 1.41.16.2: RESYNC: (1.41-1.45); FILE MERGED 2005/10/13 16:16:47 is 1.41.16.1: #124595# improve pack performance for sdk products

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [fc91ba2b21eec1b16618a551fa12b072b370099a]

        INTEGRATION: CWS sdkinstaller (1.41.24); FILE MERGED 2005/11/03 10:40:39 is 1.41.24.1: #124595# problems with files with $ in their name

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [7931faadcdf23f433e71006f94879ab4318de763]

        INTEGRATION: CWS sdkinstaller (1.24.14); FILE MERGED 2005/10/18 12:15:11 is 1.24.14.1: #124595# new sdk products

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [28f49778fb9a63ab9122e9e69614544faf572f25]

        INTEGRATION: CWS sdkinstaller (1.10.56); FILE MERGED 2005/10/26 14:24:15 is 1.10.56.1: #i56703# selecting PATCH files from archive files

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [b62807d0e31c6e62dbbd30dc37c08a7b58035f7e]

        INTEGRATION: CWS sdkinstaller (1.23.16); FILE MERGED 2005/10/14 11:43:50 jsc 1.23.16.2: RESYNC: (1.23-1.26); FILE MERGED 2005/09/08 10:29:41 is 1.23.16.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [88e0a343d40e7dbdfa53d67ed93dd85cc642afc2]

        INTEGRATION: CWS sdkinstaller (1.10.180); FILE MERGED 2005/10/26 14:23:31 is 1.10.180.5: #i56703# selecting PATCH files from archive files 2005/10/17 11:09:26 is 1.10.180.4: #124595# dontstrip for sdk 2005/10/14 11:43:22 jsc 1.10.180.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/08 13:58:03 is 1.10.180.2: #120096# new sdk product 2005/09/08 10:29:40 is 1.10.180.1: #120096# new sdkoo product

2005-11-09  Rüdiger Timm  <rt@openoffice.org>  [7717c888cbcb3e29a3e9fc1c48a899a99ddffb5f]

        INTEGRATION: CWS sdkinstaller (1.51.12); FILE MERGED 2005/11/03 10:40:39 is 1.51.12.2: #124595# problems with files with $ in their name 2005/10/28 13:27:38 is 1.51.12.1: #i56859# java product for all platforms

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [276f681c041d1d7bcdc9ed98afa62e554dae103b]

        INTEGRATION: CWS swnumtree (1.48.120); FILE MERGED 2005/10/26 12:01:10 od 1.48.120.4: RESYNC: (1.51-1.52); FILE MERGED 2005/09/14 02:15:26 hbrinkm 1.48.120.3: RESYNC: (1.50-1.51); FILE MERGED 2005/08/25 11:26:25 hbrinkm 1.48.120.2: RESYNC: (1.48-1.50); FILE MERGED 2005/06/22 10:25:16 hbrinkm 1.48.120.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [357dfc46ddc75b9d525e9006b7c33c8dd54f8790]

        INTEGRATION: CWS swnumtree (1.50.24); FILE MERGED 2005/10/26 09:33:13 od 1.50.24.5: #b6340308# <SwWrtShell::NumOrBulletOn(..)> 	   completely re-work the functionality of this method: 	   - Only change automatic numbering/bullet lists. 	   - Only continue (no change) of found previous numbering/bullet rule. 	   - For the outline numbering rule distinguish between 	     activating a certain outline level label or continuing it the rule. 2005/10/25 05:48:48 od 1.50.24.4: #126346# <SwWrtShell::NumOrBulletOff()> 	 - Reset <IsInFrontOfLabel>, because after a numbering/bullet is 	   switched off the cursor can not be in front of a numbering/bullet 2005/09/14 02:13:58 hbrinkm 1.50.24.3: RESYNC: (1.50-1.51); FILE MERGED 2005/08/16 15:42:11 hbrinkm 1.50.24.2: #i51089# NumOrBulletOn: use new bullet chars 2005/06/22 10:25:15 hbrinkm 1.50.24.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [1905d6370243cb5c574a8c859536425875bc15cf]

        INTEGRATION: CWS swnumtree (1.34.456); FILE MERGED 2005/09/14 02:01:58 hbrinkm 1.34.456.2: RESYNC: (1.34-1.35); FILE MERGED 2005/06/22 10:25:15 hbrinkm 1.34.456.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6778a1f9acca233fc9e63a621e2782f2b5b32e74]

        INTEGRATION: CWS swnumtree (1.99.104); FILE MERGED 2005/10/26 11:54:23 od 1.99.104.3: RESYNC: (1.100-1.103); FILE MERGED 2005/09/14 02:00:13 hbrinkm 1.99.104.2: RESYNC: (1.99-1.100); FILE MERGED 2005/06/22 10:25:14 hbrinkm 1.99.104.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [b9673bbcffd736406b3a41ec9fd222d3b3d9545e]

        INTEGRATION: CWS swnumtree (1.42.40); FILE MERGED 2005/10/26 11:53:56 od 1.42.40.3: RESYNC: (1.43-1.45); FILE MERGED 2005/09/14 01:56:05 hbrinkm 1.42.40.2: RESYNC: (1.42-1.43); FILE MERGED 2005/08/04 09:42:10 hbrinkm 1.42.40.1: #121445# OutlineLevelYieldsNumbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e1b4f58d894ddab15c815b8df15e97d9725add28]

        INTEGRATION: CWS swnumtree (1.43.336); FILE MERGED 2005/10/26 11:48:10 od 1.43.336.4: RESYNC: (1.44-1.45); FILE MERGED 2005/09/19 15:50:58 hbrinkm 1.43.336.3: #i51089# Execute: default start value for restart is 1 now 2005/09/14 01:40:37 hbrinkm 1.43.336.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/26 13:47:21 hbrinkm 1.43.336.1: #i51089# Execute: numbering restart value does not state anything about if the numbering is restarted or not anymore

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [43432318340b2a6399ac342075ba2edd6b58500b]

        INTEGRATION: CWS swnumtree (1.67.130); FILE MERGED 2005/10/26 11:47:44 od 1.67.130.3: RESYNC: (1.68-1.69); FILE MERGED 2005/09/14 01:35:43 hbrinkm 1.67.130.2: RESYNC: (1.67-1.68); FILE MERGED 2005/09/01 14:58:29 hbrinkm 1.67.130.1: #i51089# ExecDelete: always use DelLeft

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [a96c4c66756385b47322a7a39fdf172b5a9f60e1]

        INTEGRATION: CWS swnumtree (1.29.32); FILE MERGED 2005/09/14 01:27:46 hbrinkm 1.29.32.3: RESYNC: (1.29-1.30); FILE MERGED 2005/08/16 15:41:20 hbrinkm 1.29.32.2: #i51089# SwOutlineTabDialog::Ok: only reset numbering attributes for outline numbering rule 2005/06/22 10:25:14 hbrinkm 1.29.32.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [041b93228c48e555475431a708e02cac9fc73785]

        INTEGRATION: CWS swnumtree (1.19.244); FILE MERGED 2005/10/26 11:38:25 od 1.19.244.3: RESYNC: (1.20-1.21); FILE MERGED 2005/09/14 01:10:59 hbrinkm 1.19.244.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/22 10:25:13 hbrinkm 1.19.244.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [b7e91179345feaaa4107c1f7bfa1834f50efc3da]

        INTEGRATION: CWS swnumtree (1.117.2); FILE MERGED 2005/11/03 11:57:57 od 1.117.2.3: RESYNC: (1.119-1.120); FILE MERGED 2005/10/26 11:32:54 od 1.117.2.2: RESYNC: (1.117-1.119); FILE MERGED 2005/09/21 11:11:31 fme 1.117.2.1: #i51089# Do not delete numbering if there are still some characters in the buffer left

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [85cdef3c6eebb73d63fb373340be8e666fee7661]

        INTEGRATION: CWS swnumtree (1.21.244); FILE MERGED 2005/10/26 11:20:55 od 1.21.244.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/14 00:23:44 hbrinkm 1.21.244.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/22 10:25:12 hbrinkm 1.21.244.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [8b48d87157f4378ab3905581df65b839576d39c5]

        INTEGRATION: CWS swnumtree (1.7.470); FILE MERGED 2005/09/14 00:18:30 hbrinkm 1.7.470.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/26 13:46:32 hbrinkm 1.7.470.1: #i51089# Reset: numbering restart value does not state anything about if the numbering is restarted or not anymore

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [eca81fb2e695973fd35055fb3e8b39876e83bbc1]

        INTEGRATION: CWS swnumtree (1.88.28); FILE MERGED 2005/10/26 11:16:06 od 1.88.28.3: RESYNC: (1.89-1.90); FILE MERGED 2005/09/13 23:19:34 hbrinkm 1.88.28.2: RESYNC: (1.88-1.89); FILE MERGED 2005/08/04 09:40:25 hbrinkm 1.88.28.1: #121445# SetConfigurationSetting: bOutlineLevelYieldsOutlineRule

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [04ff75a25418ef19a2251c8b2414815a954de234]

        INTEGRATION: CWS swnumtree (1.77.6); FILE MERGED 2005/11/01 16:13:45 od 1.77.6.1: remove unused code

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0c24798556b3ebb87d468364eb2e922d88b9ee32]

        INTEGRATION: CWS swnumtree (1.61.120); FILE MERGED 2005/10/26 11:15:56 od 1.61.120.5: RESYNC: (1.64-1.65); FILE MERGED 2005/09/13 23:16:22 hbrinkm 1.61.120.4: RESYNC: (1.62-1.64); FILE MERGED 2005/09/07 10:31:28 od 1.61.120.3: #i44177# <XMLReader::Read(..)> 	 - adjust relation between outline numbering rule and styles 	   for documents in OpenOffice.org file format. 2005/08/03 12:33:51 hbrinkm 1.61.120.2: RESYNC: (1.61-1.62); FILE MERGED 2005/07/07 12:58:56 hbrinkm 1.61.120.1: #i51089# Read: call PropagateOutlineRule to ensure all paragraph styles with outline level have a numbering rule

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [f17163cb8f2cf8e054a31a4fc976757d18d454c5]

        INTEGRATION: CWS swnumtree (1.67.58); FILE MERGED 2005/11/07 07:52:19 od 1.67.58.7: #127520# <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)> 	 - correct condition for unchanging set numbering rule 	 <SwWW8ImplReader::SetTxtFmtCollAndListLevel(..)> 	 - correction: use outline level set at style info 2005/11/02 10:29:21 od 1.67.58.6: #126924# <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)> 	 - update <IsCounted()> state at text node accordingly, when 	   its numbering/bullet level is set. 2005/10/21 08:25:58 od 1.67.58.5: #i54393# <SwWW8ImplReader::Read_LFOPosition(..)> 	 - correct handling of outline paragraphs, whose numbering is switched off 2005/10/18 14:38:38 od 1.67.58.4: #126238# <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)> 	 - Re-introduce fix for issue i49037 into cws swnumtree. Fix got 	   lost during cwsresync 2005/09/13 23:11:17 hbrinkm 1.67.58.3: RESYNC: (1.68-1.69); FILE MERGED 2005/09/07 11:52:36 hbrinkm 1.67.58.2: #i51089# GetNumRuleForActive...: Set level on node, ReadLFOPosition: always set hard default numrule if pAktColl is NULL 2005/06/22 10:25:11 hbrinkm 1.67.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [5f00e8bbdc49fb20c782077b1d9e600371e7be4a]

        INTEGRATION: CWS swnumtree (1.113.98); FILE MERGED 2005/09/13 23:10:46 hbrinkm 1.113.98.3: RESYNC: (1.113-1.114); FILE MERGED 2005/09/07 11:47:42 hbrinkm 1.113.98.2: #i51089# NextAnlLine: NO_NUMLEVEL is deprecated 2005/06/22 10:25:10 hbrinkm 1.113.98.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0c5ffa825565e179e26ee5a45c8e9be93435a377]

        INTEGRATION: CWS swnumtree (1.135.260); FILE MERGED 2005/09/13 23:10:35 hbrinkm 1.135.260.2: RESYNC: (1.135-1.136); FILE MERGED 2005/06/22 10:25:10 hbrinkm 1.135.260.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [83709d316bad1d94441bd5b0a0063d124d5a6b7d]

        INTEGRATION: CWS swnumtree (1.153.96); FILE MERGED 2005/11/07 07:54:37 od 1.153.96.6: #127520# <SwWW8ImplReader::SetOutLineStyles()> 	 - assure that always the same numbering rule is chosen as the 	   Writer numbering rule. 2005/10/26 11:15:30 od 1.153.96.5: RESYNC: (1.156-1.157); FILE MERGED 2005/10/18 14:20:20 od 1.153.96.4: #i53044#,#i53213# <SwWW8ImplReader::SetOutLineStyles()> 		  - member variable <mpChosenOutlineRule> has to point 		    to local variable <aOutlineRule>, because its compared 		    to <&aOutlineRule> during the process of this method. 		    But at the end of this method <mpChosenOutlineRule> 		    has to be set to <rDoc.GetOutlineNumRule()>, if it 		    still points to the local variable. 2005/09/13 23:10:23 hbrinkm 1.153.96.3: RESYNC: (1.155-1.156); FILE MERGED 2005/08/03 12:33:22 hbrinkm 1.153.96.2: RESYNC: (1.153-1.155); FILE MERGED 2005/06/22 10:25:09 hbrinkm 1.153.96.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9bd4b6f28520ed625f16c003ff0280f41151d502]

        INTEGRATION: CWS swnumtree (1.88.98); FILE MERGED 2005/10/26 11:15:05 od 1.88.98.3: RESYNC: (1.89-1.90); FILE MERGED 2005/09/13 23:09:08 hbrinkm 1.88.98.2: RESYNC: (1.88-1.89); FILE MERGED 2005/06/22 10:25:09 hbrinkm 1.88.98.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [42133e7f07bf84c36ce018df993e2071e830805f]

        INTEGRATION: CWS swnumtree (1.31.24); FILE MERGED 2005/10/18 14:55:40 od 1.31.24.3: #126238# <SwWW8Writer::GetId(..)> 	 - on filling member <pUsedNumTbl> assure that the outline 	   numbering rule is only inserted once. 	 <SwWW8Writer::OutListTab()> 	 - restrict numbering label string to the level currently working on. 2005/09/13 23:07:57 hbrinkm 1.31.24.2: RESYNC: (1.31-1.32); FILE MERGED 2005/06/22 10:25:08 hbrinkm 1.31.24.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [28fa9872a04328b4eec26bc22db5832de45d194c]

        INTEGRATION: CWS swnumtree (1.77.58); FILE MERGED 2005/10/18 14:50:06 od 1.77.58.3: #126238# <OutWW8_SwTxtNode(..)> 	 - correct handling of numbered, but not counted paragraphs 2005/09/13 23:07:48 hbrinkm 1.77.58.2: RESYNC: (1.77-1.78); FILE MERGED 2005/06/22 10:25:08 hbrinkm 1.77.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [12797b707fb6515de889c0ebec9085f6c4ad6f47]

        INTEGRATION: CWS swnumtree (1.10.454); FILE MERGED 2005/09/13 23:07:05 hbrinkm 1.10.454.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/22 10:25:08 hbrinkm 1.10.454.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [2e002e7d63f93995ec0d58336ce3ee257362da08]

        INTEGRATION: CWS swnumtree (1.14.86); FILE MERGED 2005/09/13 23:06:56 hbrinkm 1.14.86.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/22 10:25:08 hbrinkm 1.14.86.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [f78aea6db1af685701c96d089ae939362b39dc95]

        INTEGRATION: CWS swnumtree (1.49.232); FILE MERGED 2005/10/26 11:14:08 od 1.49.232.4: RESYNC: (1.51-1.52); FILE MERGED 2005/09/13 22:57:25 hbrinkm 1.49.232.3: RESYNC: (1.50-1.51); FILE MERGED 2005/08/03 12:32:35 hbrinkm 1.49.232.2: RESYNC: (1.49-1.50); FILE MERGED 2005/06/22 10:25:06 hbrinkm 1.49.232.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [631783f6fb8969194bbc535489788127a9b5d1c0]

        INTEGRATION: CWS swnumtree (1.12.58); FILE MERGED 2005/09/13 22:56:57 hbrinkm 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/22 10:25:06 hbrinkm 1.12.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9c7d0b9ab1a2666ae9f64c9dc75cddd1a04b243b]

        INTEGRATION: CWS swnumtree (1.56.32); FILE MERGED 2005/09/13 22:56:24 hbrinkm 1.56.32.2: RESYNC: (1.56-1.57); FILE MERGED 2005/06/22 10:25:06 hbrinkm 1.56.32.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [2378f6c6a0caaf305d3f5cc545d28e99a4a52bf1]

        INTEGRATION: CWS swnumtree (1.33.182); FILE MERGED 2005/11/01 18:00:36 od 1.33.182.4: remove unused code 2005/10/26 11:13:54 od 1.33.182.3: RESYNC: (1.34-1.35); FILE MERGED 2005/09/13 22:51:12 hbrinkm 1.33.182.2: RESYNC: (1.33-1.34); FILE MERGED 2005/06/22 10:25:05 hbrinkm 1.33.182.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [aeb844b815677a05a73ccc218875e3830cc50347]

        INTEGRATION: CWS swnumtree (1.13.58); FILE MERGED 2005/11/03 10:38:17 od 1.13.58.3: #i51089# improve performance - consider change of <SwTxtNode::GetNum()> 2005/09/13 22:48:34 hbrinkm 1.13.58.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/22 10:25:05 hbrinkm 1.13.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [c914a2045042a4660c19bd847f5cd5aab3983806]

        INTEGRATION: CWS swnumtree (1.15.58); FILE MERGED 2005/09/13 22:48:25 hbrinkm 1.15.58.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/22 10:25:05 hbrinkm 1.15.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e09b781d4611119dbb3408c74205df98e9207535]

        INTEGRATION: CWS swnumtree (1.13.6); FILE MERGED 2005/11/01 18:00:36 od 1.13.6.1: remove unused code

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [8b5d753aeb87517bd6e2a897e28a0bfacb3ce242]

        INTEGRATION: CWS swnumtree (1.15.6); FILE MERGED 2005/11/01 18:00:36 od 1.15.6.1: remove unused code

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [4221c591de741372a51379e81f08f6bcf4811600]

        INTEGRATION: CWS swnumtree (1.26.282); FILE MERGED 2005/11/01 18:00:36 od 1.26.282.3: remove unused code 2005/09/13 22:45:27 hbrinkm 1.26.282.2: RESYNC: (1.26-1.27); FILE MERGED 2005/06/22 10:25:04 hbrinkm 1.26.282.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [545b97b40fd30e76b052adda3184e8a01a68b112]

        INTEGRATION: CWS swnumtree (1.39.130); FILE MERGED 2005/10/06 08:39:26 hbrinkm 1.39.130.5: #i51089# Read: Call InvalidateNumRules/UpdateNumRule to be sure 2005/09/30 15:48:22 hbrinkm 1.39.130.4: #i54903# Read: Sync numbers before checking conditional paragraph styles 2005/09/13 22:40:33 hbrinkm 1.39.130.3: RESYNC: (1.39-1.40); FILE MERGED 2005/09/07 11:46:33 hbrinkm 1.39.130.2: #i51089# Read: Use SyncNumRulesAndNodes 2005/08/16 15:36:54 hbrinkm 1.39.130.1: #i51089# Read: call ChkCondColls

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d7fbd054f363b58eb6d1c84772dfce64dd186a39]

        INTEGRATION: CWS swnumtree (1.42.88); FILE MERGED 2005/11/03 11:50:16 od 1.42.88.3: RESYNC: (1.43-1.44); FILE MERGED 2005/09/13 22:40:12 hbrinkm 1.42.88.2: RESYNC: (1.42-1.43); FILE MERGED 2005/06/22 10:25:04 hbrinkm 1.42.88.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d6a67446a301feb3e099a107472655704154449a]

        INTEGRATION: CWS swnumtree (1.40.326); FILE MERGED 2005/10/26 11:13:22 od 1.40.326.5: RESYNC: (1.43-1.44); FILE MERGED 2005/10/25 11:25:42 od 1.40.326.4: #126347# <SwXNumberingRules::getName()> 	 - consider the chapter numbering instance of <SwXNumberingRules> 2005/09/13 22:35:20 hbrinkm 1.40.326.3: RESYNC: (1.42-1.43); FILE MERGED 2005/08/03 12:31:42 hbrinkm 1.40.326.2: RESYNC: (1.40-1.42); FILE MERGED 2005/06/22 10:25:03 hbrinkm 1.40.326.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [3980dfc4ffc8a0ae804990f9e6b905a7f5761f3c]

        INTEGRATION: CWS swnumtree (1.84.180); FILE MERGED 2005/10/26 11:12:41 od 1.84.180.8: RESYNC: (1.87-1.88); FILE MERGED 2005/09/27 14:52:22 hbrinkm 1.84.180.7: #i54903# getCrsrPropertyValue: reflect new mimic for start value and restart of numbering 2005/09/13 21:59:47 hbrinkm 1.84.180.6: RESYNC: (1.86-1.87); FILE MERGED 2005/09/08 13:15:09 hbrinkm 1.84.180.5: #i51089# Do not use SetOutlineLevel 2005/09/08 13:00:12 fme 1.84.180.4: #i53198# Revert last changes, SwTxtNode::mnOutlineLevel will not be used for OOo 2.0 2005/09/01 14:24:37 od 1.84.180.3: #i53198# <lcl_setCrsrPropertyValue(..)> on setting outline level: 	 - call method <UpdateOutlineNode(..)> after setting the outline 	   level at a text node. 2005/08/03 12:30:36 hbrinkm 1.84.180.2: RESYNC: (1.84-1.86); FILE MERGED 2005/06/22 10:25:03 hbrinkm 1.84.180.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [128c9c6e3c54f02618c3fb2a0b57ea475ebb9e00]

        INTEGRATION: CWS swnumtree (1.19.262); FILE MERGED 2005/09/27 14:47:30 hbrinkm 1.19.262.3: #i54903# getCrsrPropertyValue: reflect new mimic for start value and restart of numbering 2005/09/13 21:58:10 hbrinkm 1.19.262.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/22 10:25:03 hbrinkm 1.19.262.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [4ec1005b54d655a62d5fbce686ae869ac94789f7]

        INTEGRATION: CWS swnumtree (1.14.98); FILE MERGED 2005/09/13 21:55:43 hbrinkm 1.14.98.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/03 10:26:55 hbrinkm 1.14.98.1: #117654#: SwUndoAttrTbl::Undo: robustness

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [806fafdcf321e4f406092eb6785ebc28bd9dffdf]

        INTEGRATION: CWS swnumtree (1.8.150); FILE MERGED 2005/11/02 10:45:34 od 1.8.150.3: #i51089# - remove unused code 2005/09/13 21:54:20 hbrinkm 1.8.150.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/22 10:25:01 hbrinkm 1.8.150.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [5b95025d12fce9842441ed52ff63f7edc80dba4d]

        INTEGRATION: CWS swnumtree (1.11.248); FILE MERGED 2005/09/13 21:52:41 hbrinkm 1.11.248.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/03 10:34:13 hbrinkm 1.11.248.1: #11765# SwUndoDelete::Undo: robustness

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [1da21f021beaf9fb92fd7ceeb6c0f1f43e55bbf5]

        INTEGRATION: CWS swnumtree (1.12.458); FILE MERGED 2005/09/13 21:52:06 hbrinkm 1.12.458.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/22 10:25:01 hbrinkm 1.12.458.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [2149cde9f3657bd2c5873ea1eea2a2d674c40190]

        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>  [6b9aa1524d027a16ee6e0a4b4f1000cdae710105]

        INTEGRATION: CWS swnumtree (1.49.32); FILE MERGED 2005/11/03 10:33:50 od 1.49.32.32: #i51089# improve performance 	 - refine member <SwNodeNum aNdNum> to <SwNodeNum* mpNodeNum> 2005/10/26 09:53:49 od 1.49.32.31: #b6340308# <SwTxtNode::SyncNumberAndNumRule()> 	   - For the case that the correct numbering rule is the outline 	     numbering rule, use the outline level to add the text node 	     to the correct numbering. 2005/10/25 11:24:22 od 1.49.32.30: #126347# <SwTxtNode::_GetNumRule(..)> 	 - correct determination of hard set numbering/bullet attribute. 2005/10/25 06:27:36 od 1.49.32.29: #i51089# - delete unused code. 2005/10/20 08:34:57 od 1.49.32.28: #126009# <SwTxtNode::SplitNode(..)> 	 - improvement: first set level at new node 	 <SwTxtNode::SetCounted(..)> 	 - improvement: invalidations only on state change 	 - correction: invalidation of children 	 - correction: invalidation of not counted parent 	 - correction: notification of siblings of not counted parent 2005/10/18 13:58:17 od 1.49.32.27: #i55459# <SwTxtNode::SplitNode(..)> 	 - remember <IsCounted()> state before calling method 	   <SwTxtNode::_MakeNewTxtNode(..)> 	 <SwTxtNode::_MakeNewTxtNode(..)> 	 - correction: reset <IsCounted()> state only, if called by method 	   <SwTxtNode::SplitNode(..)> - parameter <bNext> = FALSE. 2005/10/14 06:17:22 od 1.49.32.26: #125993# <SwTxtNode::_GetNumRule(..)> 	 - It has been decided that the outline numbering rule isn't 	   allowed to be derived from a parent paragraph style to a 	   derived one. Thus, the outline numbering rule isn't returned, 	   if it's derived from a parent paragraph style. 2005/09/26 11:04:12 hbrinkm 1.49.32.25: #i54903# ChgFmt: #if 0 remained accidently 2005/09/19 15:49:32 hbrinkm 1.49.32.24: #i51089# IsContinous: use SwTxtNode internal call _GetNumRule, SetCounted: NotifyInvalidSiblings 2005/09/16 08:06:16 hbrinkm 1.49.32.23: #i51089# SwTxtNode::SwTxtNode: set bNotifiable true _after_ sync 2005/09/14 13:56:10 hbrinkm 1.49.32.22: #i51089# uups, no lcl_break 2005/09/14 13:42:13 hbrinkm 1.49.32.21: #i51089# IsOutline: no outlines in redlines 2005/09/13 21:48:29 hbrinkm 1.49.32.20: RESYNC: (1.51-1.52); FILE MERGED 2005/09/12 15:22:22 hbrinkm 1.49.32.19: #i51089# _GetNumRule: length of numrule name only relevant if hard item present 2005/09/08 13:07:26 hbrinkm 1.49.32.18: #i51089# SplitNode: only propagate level to nodes with the same numbering rule 2005/09/08 11:38:58 hbrinkm 1.49.32.17: #i51089# Do not use SetOutlineLevel 2005/09/07 15:40:51 hbrinkm 1.49.32.16: #i51089# _GetNumRule: if the numbering rule is not set at the node and is not turned off by setting the default SwNumRuleItem, fall back to the paragraph's numbering rule or outline numbering rule 2005/09/07 12:04:00 hbrinkm 1.49.32.15: #i51089# SplitNode/_MakeNewTxtNode: Adjustments moved to SplitNode, _GetNumRule: mind hard NONE numrule 2005/09/02 10:43:32 fme 1.49.32.14: #i51089# Set first line offset to 0 if paragraph has num rule set but label has been disabled 2005/09/01 14:51:25 hbrinkm 1.49.32.13: #i51089# _GetNumRule: new parameter bInParent 2005/08/31 13:38:49 hbrinkm 1.49.32.12: #i51089# GetNumRule et. al.: bInParent: search in parent (default) 2005/08/31 11:32:28 hbrinkm 1.49.32.11: #i51089# new member: bNotifiable, IsNumbered: get numrule from number, _MakeNewTxtNode: propagate IsCounted/level/outline level 2005/08/26 16:36:03 hbrinkm 1.49.32.10: #i51089# SplitNode: copy restart properties 2005/08/24 08:39:28 hbrinkm 1.49.32.9: #i51089# _MakeNewTxtNode: when setting the level set the outline level, too 2005/08/23 08:18:15 hbrinkm 1.49.32.8: #i51089# _GetNumRule: hard numrule wins every time, even if outline level indicates outline 2005/08/19 15:20:05 hbrinkm 1.49.32.7: #i51089# ChkCondColl: use GetNumRuleSync 2005/08/18 14:48:20 hbrinkm 1.49.32.6: #124641# _GetNumRule: outline wins 2005/08/16 15:35:03 hbrinkm 1.49.32.5: #i51089# ChgFmtColl: use FindNumRuleWithPool, SwTxtNode::IsOutline 2005/08/10 12:56:20 hbrinkm 1.49.32.4: #123307# SwTxtNode/MakeTxtNode/_MakeNewTxtNode: Register node in constructor 2005/08/10 08:08:49 hbrinkm 1.49.32.3: #121445#,#i52888# 2005/08/03 12:28:56 hbrinkm 1.49.32.2: RESYNC: (1.49-1.51); FILE MERGED 2005/06/22 10:25:00 hbrinkm 1.49.32.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [68274d84eeead55ca4976652788c6d053a1f9ea6]

        INTEGRATION: CWS swnumtree (1.22.818); FILE MERGED 2005/11/03 10:39:02 od 1.22.818.3: #i51089# improve performance - consider change of <SwTxtNode::GetNum()> 2005/09/13 21:45:58 hbrinkm 1.22.818.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/22 10:25:00 hbrinkm 1.22.818.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d2b51bb94b946a24966f7d159dbdce8c87f05552]

        INTEGRATION: CWS swnumtree (1.18.568); FILE MERGED 2005/10/26 11:08:29 od 1.18.568.5: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 21:42:24 hbrinkm 1.18.568.4: RESYNC: (1.18-1.19); FILE MERGED 2005/08/30 13:03:57 hbrinkm 1.18.568.3: #i51089# NewNumberPortion: Use GetNumRule instead of GetNumRuleSync, use IsNumbered and IsCounted to check if a number is present 2005/08/10 08:08:28 hbrinkm 1.18.568.2: #121445# SwTxtFormatter::NewNumberPortion: use GetNumRuleSync 2005/06/22 10:24:59 hbrinkm 1.18.568.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [cc892b54733131b300674f18f12d7e8cf4b59cc7]

        INTEGRATION: CWS swnumtree (1.35.288); FILE MERGED 2005/09/13 21:39:18 hbrinkm 1.35.288.2: RESYNC: (1.35-1.36); FILE MERGED 2005/06/22 10:24:59 hbrinkm 1.35.288.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [10f951f652b334d4704e01e6f9b3883998ff8c52]

        INTEGRATION: CWS swnumtree (1.92.58); FILE MERGED 2005/09/13 21:33:44 hbrinkm 1.92.58.2: RESYNC: (1.92-1.93); FILE MERGED 2005/06/22 10:24:59 hbrinkm 1.92.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [5326bebc660543f17d1fce5fa2c17011ab3e9696]

        INTEGRATION: CWS swnumtree (1.58.58); FILE MERGED 2005/10/26 11:06:40 od 1.58.58.3: RESYNC: (1.59-1.60); FILE MERGED 2005/09/13 21:31:32 hbrinkm 1.58.58.2: RESYNC: (1.58-1.59); FILE MERGED 2005/06/22 10:24:58 hbrinkm 1.58.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [fbfb29d4f73563b656b9365c1ab46878dc023bfb]

        INTEGRATION: CWS swnumtree (1.8.150); FILE MERGED 2005/10/26 11:06:53 od 1.8.150.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 21:30:33 hbrinkm 1.8.150.3: RESYNC: (1.9-1.10); FILE MERGED 2005/08/03 12:28:20 hbrinkm 1.8.150.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/22 10:24:58 hbrinkm 1.8.150.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e95c9e7046acc30b344a53509fbfb53ead888e64]

        INTEGRATION: CWS swnumtree (1.63.182); FILE MERGED 2005/10/26 11:06:13 od 1.63.182.3: RESYNC: (1.64-1.65); FILE MERGED 2005/09/13 21:21:42 hbrinkm 1.63.182.2: RESYNC: (1.63-1.64); FILE MERGED 2005/08/19 12:39:52 fme 1.63.182.1: #i51089# SetCompletePaint if numrule is set to paragraph

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6d5cc91d90e5acf8ed0acd81792aa7c8789c7de3]

        INTEGRATION: CWS swnumtree (1.33.46); FILE MERGED 2005/10/26 10:49:13 od 1.33.46.3: RESYNC: (1.34-1.35); FILE MERGED 2005/09/13 20:49:30 hbrinkm 1.33.46.2: RESYNC: (1.33-1.34); FILE MERGED 2005/07/07 12:57:21 hbrinkm 1.33.46.1: #i51089# Paste: create PaM from node indices not positions, call MakeUniqueNumRules on SwDoc of created PaM

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [edf83e6bf4d758123bc1253b0ca75f26829f3dbe]

        INTEGRATION: CWS swnumtree (1.21.336); FILE MERGED 2005/11/03 10:39:01 od 1.21.336.3: #i51089# improve performance - consider change of <SwTxtNode::GetNum()> 2005/09/13 20:46:14 hbrinkm 1.21.336.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/22 10:24:57 hbrinkm 1.21.336.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [11058ef30ef89da8c350344045cdecd04d3c4423]

        INTEGRATION: CWS swnumtree (1.9.568); FILE MERGED 2005/09/13 20:44:53 hbrinkm 1.9.568.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/22 10:24:56 hbrinkm 1.9.568.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d1c70b0a9731280f0afdcc2fc01054c3e7bf1442]

        INTEGRATION: CWS swnumtree (1.13.150); FILE MERGED 2005/11/03 11:47:38 od 1.13.150.10: RESYNC: (1.15-1.16); FILE MERGED 2005/10/26 09:56:25 od 1.13.150.9: #b6340308# <SwEditShell::HasNumber()> 	   - special case for handling action 'Numbering On/Off': 	     outline numbered, but not counted text node reveals that  	     there is no number at current cursor position. 2005/10/25 05:49:48 od 1.13.150.8: #126346# <SwEditShell::DelNumRules()> 	 - Reset <IsInFrontOfLabel>, because after a numbering/bullet is 	   deleted, the cursor can not be in front of a numbering/bullet. 2005/09/20 10:58:24 fme 1.13.150.7: #i54693# UpdateMaredNumLevel after promoting/demoting level 2005/09/13 20:41:24 hbrinkm 1.13.150.6: RESYNC: (1.14-1.15); FILE MERGED 2005/08/31 13:35:55 hbrinkm 1.13.150.5: #i51089# IsNoNum: true when txtnode is NOT counted 2005/08/26 13:44:51 hbrinkm 1.13.150.4: #i51089# Set{NumRule|NodeNum}Start: bool <-> BOOL 2005/08/04 09:35:59 hbrinkm 1.13.150.3: #i51089# GetCurOutlineLevel 2005/08/03 12:24:23 hbrinkm 1.13.150.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/22 10:24:56 hbrinkm 1.13.150.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [f11b66ec7b53c180f67b4f726e15706a064765de]

        INTEGRATION: CWS swnumtree (1.36.476); FILE MERGED 2005/09/13 20:39:01 hbrinkm 1.36.476.2: RESYNC: (1.36-1.37); FILE MERGED 2005/06/22 10:24:56 hbrinkm 1.36.476.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [3e292db7904852f10e030598a411dac06a7a9d99]

        INTEGRATION: CWS swnumtree (1.26.254); FILE MERGED 2005/09/13 20:38:40 hbrinkm 1.26.254.2: RESYNC: (1.26-1.27); FILE MERGED 2005/06/22 10:24:55 hbrinkm 1.26.254.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0184d36f70f3a8b1620a29bd34cefec489c5575f]

        INTEGRATION: CWS swnumtree (1.14.98); FILE MERGED 2005/10/06 08:37:28 hbrinkm 1.14.98.6: #i51089# ChgNode: UnregisterNumber befor Move 2005/09/13 20:35:44 hbrinkm 1.14.98.5: RESYNC: (1.15-1.16); FILE MERGED 2005/09/12 15:20:39 hbrinkm 1.14.98.4: #i51089# ChgNode: propagate level information to destination 2005/08/03 12:23:56 hbrinkm 1.14.98.3: RESYNC: (1.14-1.15); FILE MERGED 2005/07/08 14:46:49 hbrinkm 1.14.98.2: #i51089# ChgNode: unregister/register SwTxtNode before/after Move 2005/06/22 10:24:55 hbrinkm 1.14.98.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9cc4347b0cf18129ad80e472ec4fc4e1fde32f44]

        INTEGRATION: CWS swnumtree (1.22.58); FILE MERGED 2005/10/26 07:11:17 od 1.22.58.12: #126367# <SwCntntNode::SetAttr( const SfxPoolItem& )> and 	 <SwCntntNode::SetAttr( const SfxItemSet& )> 	 - synchronize number and numbering rule, if attributes are set 	   during locked modifier. 2005/10/25 11:22:07 od 1.22.58.11: #126347# <SwCntntNode::GetNoCondAttr(..)> 	 - Undo change made by issue i51029, because an attribute has to 	   be searched even if no hard attributes are set at the text node. 2005/09/14 13:40:03 hbrinkm 1.22.58.10: #i51089# IsInRedlines 2005/09/13 20:33:30 hbrinkm 1.22.58.9: RESYNC: (1.23-1.24); FILE MERGED 2005/09/07 11:39:44 hbrinkm 1.22.58.8: #i51089# Modify: SyncNumberAndNumrule before handling the rest 2005/09/01 12:08:46 fme 1.22.58.7: #i51089# Only call SyncNumAndNumRule if content node is a text node 2005/08/30 13:00:26 hbrinkm 1.22.58.6: #i51089# Modify: call SyncNumAndNumRule every time (does only do a change if needed) 2005/08/19 15:21:04 hbrinkm 1.22.58.5: #i51089# ChkCondColl: use GetNumRuleSync 2005/08/16 15:33:19 hbrinkm 1.22.58.4: #i51089# IsAnyCondition: refactoring for better understanding 2005/08/09 12:41:55 hbrinkm 1.22.58.3: #121445# SwCntntNode::Modify: do not overwrite present level 2005/08/03 12:23:45 hbrinkm 1.22.58.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/22 10:24:54 hbrinkm 1.22.58.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e78eeacc81d671fe97de40b752be3e6dccd2ba44]

        INTEGRATION: CWS swnumtree (1.13.32); FILE MERGED 2005/11/01 18:07:56 od 1.13.32.7: #i51089# - remove unused code 2005/09/13 20:34:40 hbrinkm 1.13.32.6: RESYNC: (1.14-1.15); FILE MERGED 2005/09/01 08:04:49 hbrinkm 1.13.32.5: #i51089# UpdateOutlineNodes() not needed anymore 2005/08/23 07:36:29 hbrinkm 1.13.32.4: #i51089# UpdateOutlineNode: remove call of ChkCondColls that lead to a loop 2005/08/16 15:31:53 hbrinkm 1.13.32.3: #i51089# UpdateOutlineNode: call ChkCondColls 2005/08/03 12:23:35 hbrinkm 1.13.32.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/22 10:24:54 hbrinkm 1.13.32.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [aacb5812b8327dcf83bf560b8a83a0e9c5e3e3dd]

        INTEGRATION: CWS swnumtree (1.16.580); FILE MERGED 2005/11/03 10:39:01 od 1.16.580.4: #i51089# improve performance - consider change of <SwTxtNode::GetNum()> 2005/11/01 18:10:30 od 1.16.580.3: #i53235# <SwTxtNode::MakeCopy(..)> - correction: 	 call method <SwTxtNode::CopyNumber(..)> at correct text node and 	 only if it has a numbering/bullet rule set. 2005/09/13 20:33:57 hbrinkm 1.16.580.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/22 10:24:54 hbrinkm 1.16.580.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [80667a5c870a33db1dbd0ad7c64eec4d9ac13d1c]

        INTEGRATION: CWS swnumtree (1.37.166); FILE MERGED 2005/09/13 20:31:45 hbrinkm 1.37.166.2: RESYNC: (1.37-1.38); FILE MERGED 2005/08/09 12:38:50 hbrinkm 1.37.166.1: #121445# lcl_SetHeadline: observe IsOutlineLevelYieldsOutlineRule

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6a29d5acfbd9dfac8eb651de8c2b9f5d0cc35cbc]

        INTEGRATION: CWS swnumtree (1.29.106); FILE MERGED 2005/11/01 18:07:21 od 1.29.106.11: #i51089# - remove unused code 2005/10/21 11:20:55 od 1.29.106.10: #i51089# - Only the counting of phantoms of the outline numbering rule 	   depends on <SwDoc::IsOldNumbering()> 2005/10/18 14:59:23 od 1.29.106.9: #126238# <SwNumRule::MakeNumString(..)> 	 - restrict returned numbering string to level given by 	   parameter <_nRestrictToThisLevel> 2005/09/20 11:16:56 hbrinkm 1.29.106.8: #i51089# -Invalidate 2005/09/19 15:48:06 hbrinkm 1.29.106.7: #i51089# SetInvalidRule: invalidate numbering trees, Invalidate: do not call SetInvalidate to prevent loop 2005/09/14 13:39:35 hbrinkm 1.29.106.6: #i51089# ToString 2005/09/13 20:31:19 hbrinkm 1.29.106.5: RESYNC: (1.30-1.31); FILE MERGED 2005/09/12 15:16:24 hbrinkm 1.29.106.4: #i51089# AddNumber: check for nodes array, too 2005/08/09 12:37:12 hbrinkm 1.29.106.3: #i51089# Invalidate 2005/08/03 12:23:16 hbrinkm 1.29.106.2: RESYNC: (1.29-1.30); FILE MERGED 2005/06/22 10:24:53 hbrinkm 1.29.106.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [5ad61d8ce0a681ac7f4b918ff8a9ec39ad4686e5]

        INTEGRATION: CWS swnumtree (1.12.98); FILE MERGED 2005/10/26 10:47:34 od 1.12.98.5: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 20:29:29 hbrinkm 1.12.98.4: RESYNC: (1.13-1.14); FILE MERGED 2005/09/07 12:00:52 hbrinkm 1.12.98.3: #i51089# Modify: removed NOP debug code 2005/08/04 09:34:40 hbrinkm 1.12.98.2: #121445# lcl_SetHeadline: only set outline numrule if IsOutlineLevelYieldsOutlineRule returns false 2005/07/07 12:55:18 hbrinkm 1.12.98.1: #i51089# SetOutlineLevel: do not set numbering rule

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ea0ad7ab430d16679c483fe4cda302690573dc42]

        INTEGRATION: CWS swnumtree (1.39.282); FILE MERGED 2005/09/13 20:28:46 hbrinkm 1.39.282.2: RESYNC: (1.39-1.40); FILE MERGED 2005/06/22 10:24:53 hbrinkm 1.39.282.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6566b9f3ba352c04fff95ac96e0b034929fefbc0]

        INTEGRATION: CWS swnumtree (1.34.6); FILE MERGED 2005/09/14 13:38:05 hbrinkm 1.34.6.1: #i51089# SyncNumRulesAndNodes: IsInRedlines

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [f917bb6900bad2c9382374a2cbc5678b278dde2e]

        INTEGRATION: CWS swnumtree (1.49.32); FILE MERGED 2005/11/03 10:35:51 od 1.49.32.28: #i51089# improve performance 	 - method <SwDoc::GetOutlineNumRule> now inline implemented. 	 - consider change of <SwTxtNode::GetNum()> 2005/11/01 18:07:21 od 1.49.32.27: #i51089# - remove unused code 2005/10/26 10:47:23 od 1.49.32.26: RESYNC: (1.51-1.52); FILE MERGED 2005/10/26 09:34:37 od 1.49.32.25: #b6340308# <SwDoc::SetNumRule(..)> 	   - Only clear numbering rule attribute at current text node, 	     if its paragraph style already contains the new numbering rule. 2005/10/25 06:20:54 od 1.49.32.24: #i51089# - delete unused code. 2005/10/25 05:44:01 od 1.49.32.23: #i55391# <SwDoc::SearchNumRule(..)> 	 - Investigate given start node, if requested. Request is indicated 	   by new parameter <_bInvestigateStartNode> 2005/10/21 11:20:54 od 1.49.32.22: #i51089# - Only the counting of phantoms of the outline numbering rule 	   depends on <SwDoc::IsOldNumbering()> 2005/10/21 08:33:31 od 1.49.32.21: #i55391# <SwDoc::SearchNumRule(..)> 	 - start node has also been investigated. 2005/09/20 14:13:24 fme 1.49.32.20: #i51089# Removed compiler warnings 2005/09/20 11:16:23 hbrinkm 1.49.32.19: #i51089# SwNumRule::Invalidate->SwNumRule::SetInvalidRule(TRUE) 2005/09/14 13:37:29 hbrinkm 1.49.32.18: #i51089# SyncNumRulesAndNodes: UpdateOutlineNode 2005/09/13 20:27:33 hbrinkm 1.49.32.17: RESYNC: (1.50-1.51); FILE MERGED 2005/09/12 15:15:29 hbrinkm 1.49.32.16: #i51089# AddNumRuleRanges 2005/09/07 11:29:02 hbrinkm 1.49.32.15: #i51089# SyncNumRulesAndNodes 2005/09/01 14:46:47 hbrinkm 1.49.32.14: #i51089# NumOrNoNum: only remove hard numbering 2005/08/31 13:34:47 hbrinkm 1.49.32.13: #i51089# NumOrNoNum: Only touch paragraphs with hard numbering that shows number 2005/08/30 12:58:49 hbrinkm 1.49.32.12: #i51089# PropagateOutlineRule: SyncNumAndNumRule after setting of outline level 2005/08/26 13:43:44 hbrinkm 1.49.32.11: #i51089# SetNumRuleStart: bool <-> BOOL 2005/08/23 07:35:20 hbrinkm 1.49.32.10: #i51089# {Outline|Num}UpDown: call ChkCondColls if modified 2005/08/16 15:31:02 hbrinkm 1.49.32.9: #i51089# FindNumRulePtrWithPool 2005/08/11 09:27:49 hbrinkm 1.49.32.8: #i51089# SetNumRule: do not access zero pointer to numrule 2005/08/10 08:07:25 hbrinkm 1.49.32.7: #121445# PropagateOutlineRule: UpdateOutlineNode 2005/08/09 12:36:44 hbrinkm 1.49.32.6: #i51089# 2005/08/04 09:27:27 hbrinkm 1.49.32.5: #121445# PropagateOutlineRule: only propagate numrule if IsOutlineLevelYieldsOutlineRule returns false, #i51089# 2005/08/03 12:22:55 hbrinkm 1.49.32.4: RESYNC: (1.49-1.50); FILE MERGED 2005/07/11 09:14:57 hbrinkm 1.49.32.3: #i51089# NumOrNoNum: only succeed if a real change is made 2005/07/07 12:49:41 hbrinkm 1.49.32.2: #i51089# PropagateOutlineRule: If a paragraph style has outline level and no numbering rule, set the documents's outline numbering rule, MakeUniqueRules: do not alter outline numbering rules 2005/06/22 10:24:52 hbrinkm 1.49.32.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [62d99a4f5a15832a3f9aeb382ca7fb9691ac9b1c]

        INTEGRATION: CWS swnumtree (1.53.40); FILE MERGED 2005/10/26 10:47:10 od 1.53.40.4: RESYNC: (1.54-1.56); FILE MERGED 2005/10/21 11:20:53 od 1.53.40.3: #i51089# - Only the counting of phantoms of the outline numbering rule 	   depends on <SwDoc::IsOldNumbering()> 2005/09/13 20:27:16 hbrinkm 1.53.40.2: RESYNC: (1.53-1.54); FILE MERGED 2005/08/04 09:18:35 hbrinkm 1.53.40.1: #121445# SwDoc: bOutlineLevelYieldsOutlineRule

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [13aef250538494c47bfcc8975c92bd6aec20cb29]

        INTEGRATION: CWS swnumtree (1.35.150); FILE MERGED 2005/10/25 05:51:18 od 1.35.150.5: #126346# <InsAttr(..)> 	 - make code robust: If cursor is in front of label, assure that 	   numbering rule is found at text node. 2005/09/13 20:25:58 hbrinkm 1.35.150.4: RESYNC: (1.35-1.36); FILE MERGED 2005/09/07 11:27:35 hbrinkm 1.35.150.3: #i51089# lcl_SetTxtFmtColl: do not reset hard numbering 2005/08/23 07:33:19 hbrinkm 1.35.150.2: #i51089# lcl_SetTxtFmtColl: Reset numrule in node if SwTxtFmtColl set carries a numrule 2005/06/22 10:24:52 hbrinkm 1.35.150.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [4c3d46db4194b8c1edfba444d42bf7a9e7bb0122]

        INTEGRATION: CWS swnumtree (1.37.98); FILE MERGED 2005/11/01 18:07:19 od 1.37.98.7: #i51089# - remove unused code 2005/10/26 10:46:05 od 1.37.98.6: RESYNC: (1.38-1.39); FILE MERGED 2005/10/21 11:20:53 od 1.37.98.5: #i51089# - Only the counting of phantoms of the outline numbering rule 	   depends on <SwDoc::IsOldNumbering()> 2005/09/13 20:22:12 hbrinkm 1.37.98.4: RESYNC: (1.37-1.38); FILE MERGED 2005/09/01 08:03:56 hbrinkm 1.37.98.3: #i51089# UpdateOutlineNodes() not needed anymore 2005/08/16 15:30:02 hbrinkm 1.37.98.2: #i51089# ChkCondColls 2005/06/22 10:24:51 hbrinkm 1.37.98.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [28a04974560538d16af5fbf3339bcd3ae387f083]

        INTEGRATION: CWS swnumtree (1.13.180); FILE MERGED 2005/11/03 10:37:58 od 1.13.180.8: #i51089# improve performance - consider change of <SwTxtNode::GetNum()> 2005/10/26 10:45:55 od 1.13.180.7: RESYNC: (1.14-1.15); FILE MERGED 2005/09/13 20:22:54 hbrinkm 1.13.180.6: RESYNC: (1.13-1.14); FILE MERGED 2005/09/07 15:35:26 hbrinkm 1.13.180.5: #i51089# show if numbering rule is hard 2005/08/19 15:19:16 hbrinkm 1.13.180.4: #i51089# correctly position lcl_dbg_out_SvPtrArr to enable compile with debug on Solaris 2005/08/16 15:29:20 hbrinkm 1.13.180.3: #i51089# output of SwNode: enhancement for outline level and style names 2005/07/07 12:45:49 hbrinkm 1.13.180.2: #i51089# output serial number of nodes 2005/06/22 10:24:51 hbrinkm 1.13.180.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [6e78e2078cdfc786850041ce32ee2934c792a090]

        INTEGRATION: CWS swnumtree (1.53.182); FILE MERGED 2005/09/13 20:17:50 hbrinkm 1.53.182.2: RESYNC: (1.53-1.54); FILE MERGED 2005/06/22 10:24:50 hbrinkm 1.53.182.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [f16cac3b3d0ed608a87e53a612e8a588f570ac2b]

        INTEGRATION: CWS swnumtree (1.59.288); FILE MERGED 2005/09/13 20:07:24 hbrinkm 1.59.288.2: RESYNC: (1.59-1.60); FILE MERGED 2005/06/22 10:24:50 hbrinkm 1.59.288.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [915a6751b67823a334862a8c22796bc72af35b9f]

        INTEGRATION: CWS swnumtree (1.1.2); FILE ADDED 2005/06/23 08:58:08 hbrinkm 1.1.2.1: #i51089# new makefile

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [cec3424a87048d6131d70fc9bd56f35e4cfa27fe]

        INTEGRATION: CWS swnumtree (1.1.2); FILE ADDED 2005/11/02 10:34:51 od 1.1.2.23: #126009# - further adjustments are needed to consider phantoms, which are 	   children of not counted text nodes. 2005/10/21 11:17:50 od 1.1.2.22: #126009# <SwNumberTreeNode::AddChild(..)> 	 - consider not counted phantoms correctly. 2005/10/20 08:41:59 od 1.1.2.21: #126009# <SwNumberTreeNode::ValidateHierarchical(..)> 	 - correction: consider case that parent node isn't counted and 	   isn't the first child. 	 - correction: only node, which are counted, restart the numbering 	 <SwNumberTreeNode::AddChild(..)> 	 - correction: invalidation of not counted parent and notification 	   of its siblings. 	 <SwNumberTreeNode::SetLastValid(..)> 	 - correction: invalidation of children of next node, if next node 	   is not counted. 	 <SwNumberTreeNode::NotifyInvalidChildren()> 	 - correction: nofication of children of next node, if next node 	   is not counted. 2005/10/14 12:03:26 od 1.1.2.20: #125991# <SwNumberTreeNode::MoveGreaterChildren(..)> 	 - add parameter <_rCompareNode> to distinguish between 	   the compare node and the destination node 	 <SwNumberTreeNode::AddChild(..)> 	 - move greater childrens of previous node recursively through 	   the children levels. 2005/10/06 08:35:39 hbrinkm 1.1.2.19: #i51089# GetIterator: prevent crash when creating string for assertion 2005/10/05 09:00:27 hbrinkm 1.1.2.18: #i51089# ValidateHierarchical: first increase aIt then increase number 2005/09/28 07:55:12 hbrinkm 1.1.2.17: #i54903# license changed 2005/09/21 16:42:07 hbrinkm 1.1.2.16: #i54903# MoveGreaterChildren: removed unnecessary assertion 2005/09/20 11:14:36 hbrinkm 1.1.2.15: #i51089# RemoveChild: call NotifyChildren on correct node 2005/09/19 15:46:11 hbrinkm 1.1.2.14: #i51089# ValidateHierarchical: handle uncounted nodes at beginning correctly, NotifyInvalidSiblings 2005/09/16 08:04:02 hbrinkm 1.1.2.13: #i51089# Validate: only validate invalid nodes, IsValid: ask for correct parent 2005/09/14 13:58:02 hbrinkm 1.1.2.12: #i51089# 2005/09/14 13:34:59 hbrinkm 1.1.2.11: #i51089# -m[bn]Level{Valid}, ValidateHierarchical: Set number on every node, GetFirstNonPhantomChild, MoveGreaterChildren: handle nodes only containing phantom children, MoveChildren: SetLastValid, AddChild: invalidate on phantom insert, ValidateMe, deconst Notify... 2005/09/12 14:38:56 hbrinkm 1.1.2.10: #i51089# ValidateHierarchical: reimplementation, SetLastValid: new parameter bValidating 2005/08/30 12:53:44 hbrinkm 1.1.2.9: #i51089# ValidateHierarchical: Get start value from the numbered node not from its parent 2005/08/26 13:39:55 hbrinkm 1.1.2.8: #i51089# ValidateHierarchical: use child when reading restart properties 2005/08/19 15:18:01 hbrinkm 1.1.2.7: #i51089# only compile IsSane if __SW_NUMBER_TREE_SANITY_CHECK is set 2005/08/09 12:35:35 hbrinkm 1.1.2.6: #i51089# IsFirst 2005/07/08 14:34:27 hbrinkm 1.1.2.5: #i51089# Solaris compiler does not like sDefaultIndent 2005/07/07 13:49:22 hbrinkm 1.1.2.4: #i51089# ifdef missing 2005/07/07 12:45:00 hbrinkm 1.1.2.3: #i51089# IsCounted: Phantoms without counted children are not counted 2005/06/23 09:16:43 hbrinkm 1.1.2.2: #i51089# replace ifdef DEBUG by ifndef PRODUCT 2005/06/22 09:27:54 hbrinkm 1.1.2.1: #i51089# a numbering tree

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [fac085f1b411035681fcac2663ed1f72dee798b9]

        INTEGRATION: CWS swnumtree (1.1.2); FILE ADDED 2005/10/20 09:24:50 od 1.1.2.14: #126009# <SwNodeNum::SetRestart(..)> and <SwNodeNum::SetStart(..)> 	 - improvement: invalidation and notification only if state has 	   changed. 2005/09/28 07:55:13 hbrinkm 1.1.2.13: #i54903# license changed 2005/09/19 15:45:12 hbrinkm 1.1.2.12: #i51089# SetRestart/SetStart: NotifyInvalidSiblings 2005/09/16 08:00:52 hbrinkm 1.1.2.11: #i51089# SetLevel: only act on changes 2005/09/14 13:57:45 hbrinkm 1.1.2.10: #i51089# 2005/09/14 13:24:20 hbrinkm 1.1.2.9: #i51089# GetNumRule: return member, NotifyNode: ValidateMe 2005/09/12 14:36:00 hbrinkm 1.1.2.8: #i51089# GetStart: robustness 2005/09/08 11:34:06 hbrinkm 1.1.2.7: #i51089# SetLevel: Do not set illegal levels. 2005/09/01 14:42:34 hbrinkm 1.1.2.6: #i51089# GetNumRule: phantoms get their rule from their parents, GetStart: get the numbering rule by GetNumRule 2005/08/26 16:34:44 hbrinkm 1.1.2.5: #i51089# NotifyNode: use NumRuleChgd to trigger painting of label 2005/08/26 13:38:56 hbrinkm 1.1.2.4: #i51089# NotifyNode: invalidate numrule 2005/07/07 12:42:57 hbrinkm 1.1.2.3: #i51089# RemoveChild: first deregister at numrule then remove, IsCounted: not numbered if numbering type is SVX_NUM_NUMBER_NONE 2005/06/23 09:09:46 hbrinkm 1.1.2.2: #i51089# remove debug code that should not have been checked in 2005/06/22 09:29:07 hbrinkm 1.1.2.1: #i51089# a number of a text node (a node of a numbering tree)

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [78dd4b6a031f7026700d54c3305999f29f7fe043]

        INTEGRATION: CWS swnumtree (1.8.454); FILE MERGED 2005/09/13 19:58:55 hbrinkm 1.8.454.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/22 10:24:49 hbrinkm 1.8.454.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [3d298bd6a9eb2cad8220e21df606e4c52f903cd7]

        INTEGRATION: CWS swnumtree (1.15.354); FILE MERGED 2005/06/22 10:24:49 hbrinkm 1.15.354.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [2fe8e815f928c3608cfb34fa215715ca45830c1e]

        INTEGRATION: CWS swnumtree (1.21.98); FILE MERGED 2005/09/13 19:37:00 hbrinkm 1.21.98.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/22 10:24:48 hbrinkm 1.21.98.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [95e187b70b1cc4fcbb5939f485431a8060025dbb]

        INTEGRATION: CWS swnumtree (1.13.6); FILE MERGED 2005/09/14 13:18:40 hbrinkm 1.13.6.1: #i51089# ContainsPosition

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [8e7f4ab0f14f377f141540b5630d609f26e925ef]

        INTEGRATION: CWS swnumtree (1.23.182); FILE MERGED 2005/10/18 14:57:37 od 1.23.182.7: #126238# class <SwNumRule> 	 - extend method <MakeNumString(..)> by optional parameter 	   <_nRestrictToThisLevel> in order to restrict return numbering 	   string to the given level. 2005/09/20 11:12:46 hbrinkm 1.23.182.6: #i51089# -Invalidate, subsumed by SetInvalidRule 2005/09/14 13:45:57 hbrinkm 1.23.182.5: #i51089# ToString 2005/09/13 19:16:16 hbrinkm 1.23.182.4: RESYNC: (1.24-1.25); FILE MERGED 2005/08/09 12:34:49 hbrinkm 1.23.182.3: #i51089# Invalidate 2005/08/03 12:20:21 hbrinkm 1.23.182.2: RESYNC: (1.23-1.24); FILE MERGED 2005/06/22 10:24:48 hbrinkm 1.23.182.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [dee821f2ba240cd053dc3d72d7beb22df24febb3]

        INTEGRATION: CWS swnumtree (1.12.150); FILE MERGED 2005/09/14 13:17:59 hbrinkm 1.12.150.3: #i51089# IsInRedlines 2005/09/13 19:16:00 hbrinkm 1.12.150.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/07 12:40:16 hbrinkm 1.12.150.1: #i51089# GetSerial

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d979e747f8c84367f788a017e3d2310a5e230422]

        INTEGRATION: CWS swnumtree (1.36.106); FILE MERGED 2005/11/03 10:31:40 od 1.36.106.12: #i51089# improve performance 	 method <SwDoc::GetOutlineNumRule()> 	 class <SwTxtNode> - refine member <SwNodeNum aNdNum> to <SwNodeNum* mpNodeNum> 2005/10/26 10:41:44 od 1.36.106.11: RESYNC: (1.38-1.39); FILE MERGED 2005/09/13 19:15:05 hbrinkm 1.36.106.10: RESYNC: (1.37-1.38); FILE MERGED 2005/09/08 11:30:18 hbrinkm 1.36.106.9: #i51089# Do not use SetOutlineLevel 2005/09/07 11:24:38 hbrinkm 1.36.106.8: #i51089# SyncNumRulesAndNodes 2005/08/31 13:32:51 hbrinkm 1.36.106.7: #i51089# GetNumRule et. al.: bInParent: search in parent (default) 2005/08/30 12:52:36 hbrinkm 1.36.106.6: #i51089# new member: bNotifiable 2005/08/10 08:06:00 hbrinkm 1.36.106.5: #121445# GetNumRuleSync 2005/08/09 12:34:22 hbrinkm 1.36.106.4: #i51089# IsFirstOfNumRule 2005/08/04 09:16:51 hbrinkm 1.36.106.3: #121445# nOutlineLevel 2005/08/03 12:20:01 hbrinkm 1.36.106.2: RESYNC: (1.36-1.37); FILE MERGED 2005/06/22 10:24:47 hbrinkm 1.36.106.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [375dd51ccdf295faa1567e609c2be618b07ff56f]

        INTEGRATION: CWS swnumtree (1.10.22); FILE MERGED 2005/09/13 19:13:30 hbrinkm 1.10.22.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/01 08:03:17 hbrinkm 1.10.22.2: #i51089# UpdateOutlineNodes() not needed anymore 2005/08/04 09:16:18 hbrinkm 1.10.22.1: #121445# UpdateOutlineNode

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [556f6b6465c60c96ab0010fae9c12973f6cdd18c]

        INTEGRATION: CWS swnumtree (1.46.88); FILE MERGED 2005/10/26 10:41:02 od 1.46.88.4: RESYNC: (1.47-1.48); FILE MERGED 2005/09/13 18:55:29 hbrinkm 1.46.88.3: RESYNC: (1.46-1.47); FILE MERGED 2005/08/04 09:13:16 hbrinkm 1.46.88.2: #121445# GetCurOutlineLevel 2005/06/22 10:24:47 hbrinkm 1.46.88.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [32b62818b661a2e47fa25368ee97704fa764d5a6]

        INTEGRATION: CWS swnumtree (1.107.88); FILE MERGED 2005/11/03 10:31:39 od 1.107.88.13: #i51089# improve performance 	 method <SwDoc::GetOutlineNumRule()> 	 class <SwTxtNode> - refine member <SwNodeNum aNdNum> to <SwNodeNum* mpNodeNum> 2005/10/26 10:40:52 od 1.107.88.12: RESYNC: (1.110-1.111); FILE MERGED 2005/10/25 06:18:29 od 1.107.88.11: #i51089# - delete unused code. 2005/10/25 05:41:14 od 1.107.88.10: #i55391# class <SwDoc>, method <SearchNumRule(..)> 	 - add optional parameter <_bInvestigateStartNode> 2005/10/13 14:21:50 od 1.107.88.9: correct documentation about compatibility flag <bOldNumbering> 2005/09/14 13:17:58 hbrinkm 1.107.88.8: #i51089# IsInRedlines 2005/09/13 18:52:44 hbrinkm 1.107.88.7: RESYNC: (1.109-1.110); FILE MERGED 2005/09/12 14:19:22 hbrinkm 1.107.88.6: #i51089# AddNumRuleRanges 2005/09/07 11:26:02 hbrinkm 1.107.88.5: #i51089# SyncNumRulesAndNodes 2005/08/16 15:27:44 hbrinkm 1.107.88.4: #i51089# pNumRuleTbl now mutable, ChkCondColls, FindNumRulePtrWithPool 2005/08/04 09:12:18 hbrinkm 1.107.88.3: #121445# {Is|Set}OutlineLevelYieldsOutlineRule 2005/08/03 12:19:15 hbrinkm 1.107.88.2: RESYNC: (1.107-1.109); FILE MERGED 2005/06/22 10:24:47 hbrinkm 1.107.88.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [92285d78bbe3fbcf86e2372acbe47593aab51b1b]

        INTEGRATION: CWS swnumtree (1.12.182); FILE MERGED 2005/09/13 18:50:47 hbrinkm 1.12.182.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/04 10:25:38 hbrinkm 1.12.182.2: RESYNC: (1.12-1.13); FILE MERGED 2005/06/22 10:24:47 hbrinkm 1.12.182.1: #i51089# new implementation of numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ff79c1db5b6d2623459dd8f87c9c9a56915c4735]

        INTEGRATION: CWS swnumtree (1.32.4); FILE MERGED 2005/10/26 10:40:03 od 1.32.4.2: RESYNC: (1.32-1.33); FILE MERGED 2005/09/20 13:58:23 fme 1.32.4.1: #i54693# UpdateMaredNumLevel after promoting/demoting level

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d16e48e9677247501f47975f60ab5a9ac2c1f08c]

        INTEGRATION: CWS swnumtree (1.1.2); FILE ADDED 2005/11/02 10:37:04 od 1.1.2.14: #126009# class <SwNumberTree> - new method <HasPhantomCountedParent()> 2005/10/20 08:31:09 od 1.1.2.13: #126009# class <SwNumberTreeNode> 	 - add public methods <InvalidateChildren()>, <InvalidateNotCountedParent()> 	   and <NotifyNotCountedParentSiblings()> 2005/10/18 14:08:01 od 1.1.2.12: #125991# class <SwNumberTreeNode> - adjust method <MoveGreaterChildren(..)> 2005/09/28 07:54:35 hbrinkm 1.1.2.11: #i54903# license changed 2005/09/19 15:43:53 hbrinkm 1.1.2.10: #i51089# NotifyInvalidSiblings 2005/09/14 13:16:37 hbrinkm 1.1.2.9: #i51089# -m[nb]Level{Valid}, -const on Notify... 2005/09/12 14:18:12 hbrinkm 1.1.2.8: #i51089# SetValid: new parameter: bValidating 2005/08/26 13:37:55 hbrinkm 1.1.2.7: #i51089# GetStart has to be virtual 2005/08/19 15:17:32 hbrinkm 1.1.2.6: #i51089# place SW_DLLPUBLIC correctly, only compile IsSane if __SW_NUMBER_TREE_SANITY_CHECK is set 2005/08/09 12:34:06 hbrinkm 1.1.2.5: #i51089# IsFirst 2005/07/08 14:34:46 hbrinkm 1.1.2.4: #i51089# Solaris compiler does not like sDefaultIndent 2005/07/07 12:39:54 hbrinkm 1.1.2.3: #i51089# HasCountedChildren 2005/06/23 09:17:08 hbrinkm 1.1.2.2: #i51089# replace ifdef DEBUG by ifndef PRODUCT 2005/06/22 09:23:17 hbrinkm 1.1.2.1: #i51089# a numbering tree

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [62900f9142ca882ce0ed3d8a10ab48b9885050a5]

        INTEGRATION: CWS swnumtree (1.1.2); FILE ADDED 2005/09/28 07:54:34 hbrinkm 1.1.2.7: #i54903# license changed 2005/09/14 13:15:04 hbrinkm 1.1.2.6: #i51089# NotifyNode: no const 2005/08/19 15:16:39 hbrinkm 1.1.2.5: #i51089# place SW_DLLPUBLIC correctly 2005/07/08 14:42:48 hbrinkm 1.1.2.4: #i51089# SW_DLLPUBLIC 2005/07/07 12:39:25 hbrinkm 1.1.2.3: #i51089# GetNumFmt 2005/06/29 07:56:13 hbrinkm 1.1.2.2: #i51089# SwPosition is a struct 2005/06/22 09:25:51 hbrinkm 1.1.2.1: #i51089# the number of a node (a node of a numbering tree)

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [eb9acc0acca54dcddf5cfe67e1a31b15904803c8]

        INTEGRATION: CWS swnumtree (1.6.2); FILE MERGED 2005/09/27 15:30:25 hbrinkm 1.6.2.1: #i45784# ~XMLParaContext: import restart of numbering in headers

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [28bf5f571871623860937fc8035c1a09c8280a47]

        INTEGRATION: CWS swnumtree (1.52.2); FILE MERGED 2005/09/27 15:30:01 hbrinkm 1.52.2.1: #i45784# ~XMLParaContext: import restart of numbering in headers

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [771e439b12e205f5edb4a7291d0ad4724c356fac]

        INTEGRATION: CWS swnumtree (1.124.2); FILE MERGED 2005/09/27 15:29:10 hbrinkm 1.124.2.1: #i45784# exportParagraph: export restart of numbering in headers

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [849078cd4336ed904c8b7683d5f0d761ea3788a1]

        INTEGRATION: CWS swnumtree (1.116.82); FILE MERGED 2005/10/25 11:19:07 od 1.116.82.4: #126347# <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - Do not remove numbering/bullet rule from paragraph, if 	   it isn't inside a list, but its style has a numbering/bullet 	   rule, which is the outine numbering rule. 2005/09/27 15:28:06 hbrinkm 1.116.82.3: #i45784# restart-numbering/start-value in text:h 2005/09/13 18:07:14 hbrinkm 1.116.82.2: RESYNC: (1.116-1.117); FILE MERGED 2005/09/01 14:28:09 od 1.116.82.1: #i53198# <XMLTextImportHelper::SetStyleAndAttrs(..)> 	 - complete rework and correction of handling outline level

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [499cc520318a38b11dd8891543ed07deea2a1d0b]

        INTEGRATION: CWS swnumtree (1.95.2); FILE MERGED 2005/10/10 11:31:10 od 1.95.2.2: #i45784# - adjustment to make this change compatible 2005/09/27 15:26:42 hbrinkm 1.95.2.1: #i45784# restart-numbering

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d1f81c1dfd2c8429cdf69be97ae06962c9f38d0e]

        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>  [ce3260125f05008078b1eee7b5b890997802829c]

        INTEGRATION: CWS siloch (1.114.18); FILE MERGED 2005/11/07 16:24:42 er 1.114.18.1: #i57398# add Lao to CTL

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [88c7f01f1e2cef6c498326015fde237677a70c5e]

        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>  [7fef86488f33e51e6fa5c8cf6867ec5c0acf9d02]

        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>  [dcc68965acff7fc043024e53fde6d0e10a0d04bb]

        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>  [6ee4e30fbb9cbbb5b7918805f0524a253f28741b]

        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>  [1002f7954d05267a701c527a698cddca9011bfaa]

        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>  [beb2a536738ba761a92f8266570f1859c85f94ae]

        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>  [5c461bdc002ee673fa8bf72d364f038b852bb5ce]

        INTEGRATION: CWS extras24 (1.2.6); FILE MERGED 2005/11/03 13:22:07 va 1.2.6.3: #126348# Corrected typos. Issue number: Submitted by: Reviewed by: 2005/10/27 11:18:29 va 1.2.6.2: #126348# Corrected typos. Issue number: Submitted by: Reviewed by: 2005/10/26 08:45:14 ih 1.2.6.1: #126348# dutch translation corrections Issue number: Submitted by: Reviewed by:

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0864547fec1af05b63352b2cc34d36ff36bf71b0]

        INTEGRATION: CWS impress74 (1.8.54); FILE MERGED 2005/10/27 13:05:21 dbo 1.8.54.1: #i52526# shield against Notify when in destruction Issue number: Submitted by: Reviewed by:

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [04184a06c3d12befed882370ed108fcdf8e932ef]

        INTEGRATION: CWS impress74 (1.29.14); FILE MERGED 2005/11/02 12:45:41 af 1.29.14.1: #i57186# Added sd resource.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [68f50c0fc2a421e5ebafea4ea4dd6b81d4ed6e28]

        INTEGRATION: CWS impress74 (1.152.8); FILE MERGED 2005/11/02 12:56:49 dbo 1.152.8.1: #126013# cppu PATCH

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [95d15907300e85a000c3eede345b29f7ad9f313c]

        INTEGRATION: CWS impress74 (1.31.8); FILE MERGED 2005/11/02 12:47:01 dbo 1.31.8.1: #126013# fixed inout ppEnv

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ba213dbfee79e063889e0dd6660dda92286b208a]

        INTEGRATION: CWS impress74 (1.61.72); FILE MERGED 2005/11/01 16:18:52 cl 1.61.72.1: #125453# check if outliner and editengine has the same number of paragraphs

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ec727885829bbdddd11f7e038f754fce2ca8adfd]

        INTEGRATION: CWS extras24 (1.13.362); FILE MERGED 2005/10/26 12:20:40 va 1.13.362.1: #126352# Corrected typos.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [698cc8d97325f3e62e3da41efbc624b5c3d51a44]

        INTEGRATION: CWS impress74 (1.23.4); FILE MERGED 2005/11/01 15:20:06 af 1.23.4.1: #i57048# Added the slide sorter includes.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d42ce8b124b12ad5b8a0144eeedc88080a65182b]

        INTEGRATION: CWS impress74 (1.23.38); FILE MERGED 2005/11/01 15:21:46 af 1.23.38.1: #i57048# Hold instance to slide sorter page cache manager for life time control.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [694b5f9ed5f4bc9889a7f611d5ca77c215628627]

        INTEGRATION: CWS impress74 (1.17.10); FILE MERGED 2005/10/27 09:42:50 af 1.17.10.1: #i56372# Added an explicit call to SlideSorterController::Rearrange().

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [471e66454c1d0d8eec81fdb3a7502885e4d9b7c0]

        INTEGRATION: CWS impress74 (1.2.4); FILE MERGED 2005/11/01 15:20:43 af 1.2.4.1: #i57048# Make mpInstance a weak pointer.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [ac8760aee941be3531600bece4f0ad4bc970354d]

        INTEGRATION: CWS impress74 (1.27.4); FILE MERGED 2005/10/31 16:39:29 af 1.27.4.1: #125530# Replaced call to MakeSelectionVisible by setting the mbIsMakeSelectionVisiblePending flag to true in Init().

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e8611ecd3eeb3342c0c05aa8d79d0568595597d3]

        INTEGRATION: CWS impress74 (1.2.4); FILE MERGED 2005/11/01 15:20:58 af 1.2.4.1: #i57048# Make mpInstance a weak pointer.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [db6084bddceb9043e490648f0bdafb84cc3ea9f2]

        INTEGRATION: CWS impress74 (1.24.24); FILE MERGED 2005/10/28 09:34:37 cl 1.24.24.1: #56779# fixed restoring slide after normal slideshow ending

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [284e6af8c11218a87b4a6a54417aa750f8fe970d]

        INTEGRATION: CWS impress74 (1.26.220); FILE MERGED 2005/10/28 08:44:59 af 1.26.220.1: #i56800# Set ReadOnlyDoc to TRUE for the SID_CLOSE_MASTER_VIEW slot.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e714b2f699d273f669779ba20a8cd3a2ee57d69d]

        INTEGRATION: CWS impress74 (1.10.38); FILE MERGED 2005/10/28 08:44:15 af 1.10.38.1: #i56800# Set ReadOnlyDoc to TRUE for the SID_NORMAL_MULTI_PANE_GUI slot.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9e882be774f4cff386be4be4b2e44e9ed12153cb]

        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>  [d0be779ef7f279dd2cbe5613415a10e5fa873023]

        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>  [78eb0f9aa6155474f17c109217d81f7014bd4540]

        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>  [1094f343e956f73d360b78a99226f4583292db60]

        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>  [85d4e7cac7975b80857d11c320fa850453050080]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [f9a94eb324d63a642eeafe6644b05171ce658ff0]

        INTEGRATION: CWS textconversion (1.5.168); FILE MERGED 2005/10/26 21:35:47 tl 1.5.168.3: RESYNC: (1.5-1.7); FILE MERGED 2005/09/09 12:56:33 tl 1.5.168.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/16 09:21:59 tl 1.5.168.1: #124006# manual resync to CWS tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0e4d010993dce872792387b2757e4dc9045bfcef]

        INTEGRATION: CWS textconversion (1.38.168); FILE MERGED 2005/10/26 21:27:01 tl 1.38.168.2: RESYNC: (1.38-1.39); FILE MERGED 2005/09/09 12:56:32 tl 1.38.168.1: #124006# keep attributes as much as possible in Chinese text conversion

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [77492985487ddfe67af58841da6200024805f20b]

        INTEGRATION: CWS textconversion (1.8.168); FILE MERGED 2005/10/26 20:10:11 tl 1.8.168.3: RESYNC: (1.8-1.10); FILE MERGED 2005/09/09 12:56:30 tl 1.8.168.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/16 09:21:41 tl 1.8.168.1: #124006# manual resync to CWS tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0277cad66593dbdcc4d2183a8e2da357509da2db]

        INTEGRATION: CWS textconversion (1.7.168); FILE MERGED 2005/10/26 18:07:49 tl 1.7.168.3: RESYNC: (1.7-1.9); FILE MERGED 2005/09/09 12:55:08 tl 1.7.168.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/16 09:21:23 tl 1.7.168.1: #124006# manual resync to CWS tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9422fc3516a9c543d316a7e5d8ee17bbd6353e95]

        INTEGRATION: CWS textconversion (1.19.512); FILE MERGED 2005/10/26 05:53:26 tl 1.19.512.2: RESYNC: (1.19-1.20); FILE MERGED 2005/07/18 20:43:45 khong 1.19.512.1: #124006# add extended text conversion API

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [e267ce5177086e4714a04bdcaa2e30be7795b1f0]

        INTEGRATION: CWS textconversion (1.1.2); FILE ADDED 2005/08/15 18:23:27 khong 1.1.2.2: #124006# update description 2005/07/18 20:43:46 khong 1.1.2.1: #124006# add extended text conversion API

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [92d5508fc44dd0e7c185fc670c7c1d8ec3a521f1]

        INTEGRATION: CWS impress73 (1.101.30); FILE MERGED 2005/11/03 11:23:56 af 1.101.30.2: RESYNC: (1.101-1.102); FILE MERGED 2005/10/21 13:25:55 cl 1.101.30.1: #i56371# format text if unformated when completing online spelling

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [a0074dcc0d7c27c52d5ea037fc3ddc3239ceef6b]

        INTEGRATION: CWS impress73 (1.2.90); FILE MERGED 2005/10/21 15:47:32 cl 1.2.90.1: #i54233# applied patch from issue

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [566ebb307c86d9e7f4b286097cf1f2e546b43556]

        INTEGRATION: CWS impress73 (1.94.84); FILE MERGED 2005/10/21 13:25:54 cl 1.94.84.1: #i56371# format text if unformated when completing online spelling

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [511c8a423b2c6b4331e8e53b7d690390f9323d65]

        INTEGRATION: CWS impress73 (1.37.34); FILE MERGED 2005/10/19 11:17:03 af 1.37.34.1: #125416# Checking page pointer against being NULL.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [eac38c40de174d26ef821cd737d59722bbed3cc4]

        INTEGRATION: CWS textconversion (1.9.154); FILE MERGED 2005/10/25 22:54:47 tl 1.9.154.3: RESYNC: (1.9-1.11); FILE MERGED 2005/09/09 12:58:42 tl 1.9.154.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/23 13:47:40 tl 1.9.154.1: resyncing from m117 with some updates from tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [aaa307d9b2dd943485f8cddc9248f7bfb3b58e0f]

        INTEGRATION: CWS impress73 (1.73.34); FILE MERGED 2005/10/19 11:20:45 af 1.73.34.1: #126246# Checking view frame pointer against NULL and using alternative if so.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [66d2c9052e0b894f78dce0ca08725791a02d21be]

        INTEGRATION: CWS textconversion (1.66.122); FILE MERGED 2005/10/25 18:46:27 tl 1.66.122.3: RESYNC: (1.66-1.68); FILE MERGED 2005/09/15 14:43:58 tl 1.66.122.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/16 09:29:17 tl 1.66.122.1: #124006# manual resync to CWS tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [c66c804a0f40338963432cbe65fbef0481de3d64]

        INTEGRATION: CWS impress73 (1.37.34); FILE MERGED 2005/10/25 13:17:40 af 1.37.34.1: #126202# Added mpCurrentClipboardFormats member.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d51d59296d65e8ace8f2d898e757267d25f871b2]

        INTEGRATION: CWS impress73 (1.59.32); FILE MERGED 2005/10/25 14:30:54 af 1.59.32.3: #126202# Fixed a compiler problem. 2005/10/25 13:18:38 af 1.59.32.2: #126202# Moved code for determining clipboard formats to its own function that is only called when clipboard changes. 2005/10/21 14:06:07 af 1.59.32.1: #126202# Added two assertions with returns against pDrView being NULL.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [b0071494c1607bc7b9a4e17bb2d7e44154430efe]

        INTEGRATION: CWS textconversion (1.38.124); FILE MERGED 2005/10/25 18:45:30 tl 1.38.124.2: RESYNC: (1.38-1.39); FILE MERGED 2005/09/15 12:52:24 fme 1.38.124.1: #i54656# Attribute merging with prev does not work if previous merging with next changes the index of the attribute in the array

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [8cfab36b479a23a3fea3996c01419d67e66bd9f6]

        INTEGRATION: CWS impress73 (1.23.24); FILE MERGED 2005/10/20 08:28:32 af 1.23.24.1: #i56267# Added missing break.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [a7271b77da9de42a02901b6f221f3eba92baf002]

        INTEGRATION: CWS impress73 (1.13.36); FILE MERGED 2005/10/27 09:00:19 af 1.13.36.2: #126153# Added a guard against exceptions from the destructor. 2005/10/24 14:23:01 af 1.13.36.1: #126153# Changed mpCurrentPage into UNO reference mxCurrentPage.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [0bf8ef7bf83d96fd3ae02cfba7b507c270e99ab9]

        INTEGRATION: CWS impress73 (1.7.24); FILE MERGED 2005/11/03 11:08:04 af 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2005/10/19 14:11:12 af 1.7.24.1: #123738# Added some guards to properly release the SdDrawDocument listener.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [9a4657e1c83595a1db4969b912073b810476baa5]

        INTEGRATION: CWS textconversion (1.3.154); FILE MERGED 2005/10/25 15:17:49 tl 1.3.154.3: RESYNC: (1.3-1.5); FILE MERGED 2005/09/09 12:54:00 tl 1.3.154.2: #124006# keep attributes as much as possible in Chinese text conversion 2005/08/16 09:26:00 tl 1.3.154.1: #124006# manual resync to CWS tl12

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [15bcaeee41d4c9783c013c1b5c89a195136a11fa]

        INTEGRATION: CWS impress73 (1.15.24); FILE MERGED 2005/10/19 12:09:53 af 1.15.24.1: #124366# Checking for NULL pointer in GetSelectedAutoLayout().

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [fb0824a84326022b185a68c4a2c5d3f980319bf7]

        INTEGRATION: CWS impress73 (1.15.38); FILE MERGED 2005/10/21 16:51:27 cl 1.15.38.1: #i56370# listen for deleted source documents

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [586ede43a223c560db1e63ec399e10b56fc4d0da]

        INTEGRATION: CWS impress73 (1.11.38); FILE MERGED 2005/10/24 14:25:32 af 1.11.38.1: #126153# Changed mpCurrentPage into UNO reference mxCurrentPage.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [5e655ec443a1cf6dd023d504542e23c0a400e1ef]

        INTEGRATION: CWS impress73 (1.15.34); FILE MERGED 2005/10/25 13:17:11 af 1.15.34.1: #126202# Added mpCurrentClipboardFormats member.

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [c163d943da35de927457e33bdae65f6ee40f8790]

        INTEGRATION: CWS impress73 (1.43.34); FILE MERGED 2005/11/03 10:51:27 af 1.43.34.2: RESYNC: (1.43-1.44); FILE MERGED 2005/10/21 16:51:17 cl 1.43.34.1: #i56370# listen for deleted source documents

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [a1e33b5d0b2080d113515aa6e9604cf5e37a9f7e]

        INTEGRATION: CWS impress73 (1.28.22); FILE MERGED 2005/10/21 16:53:27 cl 1.28.22.1: #i56370# use target page as new usercall for cloned shapes

2005-11-08  Rüdiger Timm  <rt@openoffice.org>  [d10fbccab3a049ac58fb147821f030b3f6be021e]

        INTEGRATION: CWS textconversion (1.3.32); FILE MERGED 2005/10/24 08:06:40 tl 1.3.32.1: #54268# UTF-8 support added

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [8d1906a3f545383c2caab8b60e438772f84de08a]

        #i10000# use Carp

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [57b6c4ea2992bad698569bb89a09106bbf20c746]

        INTEGRATION: CWS optstor1a5 (1.167.48.1.4); FILE MERGED 2005/10/14 14:50:58 mav 1.167.48.1.4.1: #126031# use optimization only in case of storing container document

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [1fe83b72de668cc285306c6af7eedc710bb3d1ab]

        INTEGRATION: CWS optstor1a5 (1.20.18.1.4); FILE MERGED 2005/10/14 14:56:13 mav 1.20.18.1.4.1: #126031# use optimization only in case of storing container document

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [c7c73f6e116ea624c344bd2812bb8a45190fb0e0]

        INTEGRATION: CWS calc34 (1.25.10); FILE MERGED 2005/11/01 14:18:55 nn 1.25.10.1: #i49161# bf_sc in patch

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [1c8d3bb015eb0d2237c10c59c46d2414b4aa7bb5]

        INTEGRATION: CWS calc34 (1.9.56); FILE MERGED 2005/11/01 14:08:54 nn 1.9.56.1: #i55962# data layout field also can't be moved to page fields

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [d15a5d98b4d4b785e337555cbdfdcfe36416b558]

        INTEGRATION: CWS calc34 (1.54.40); FILE MERGED 2005/11/01 13:09:01 er 1.54.40.1: #i55769# en_US character classification for parseAnyToken during load

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [14da09792799e89bde9be7194e35bdf923ac3e10]

        INTEGRATION: CWS calc34 (1.13.40); FILE MERGED 2005/11/01 14:10:52 nn 1.13.40.1: #i55962# data layout dimension must be at columns or rows

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [38e2132f2e56156987531c49b449cfe5475d8740]

        INTEGRATION: CWS calc34 (1.24.56); FILE MERGED 2005/11/01 13:09:00 er 1.24.56.1: #i55769# en_US character classification for parseAnyToken during load

2005-11-07  Kurt Zenker  <kz@openoffice.org>  [50a10e32685f72ace17505e57a8dcb097982ed29]

        INTEGRATION: CWS vq23 (1.1.2); FILE ADDED 2005/11/04 15:54:18 vq 1.1.2.6: #i56984# Remove more obsolete macros and consolidate a little more. 2005/10/31 21:10:36 vq 1.1.2.5: #i56984# Move generic WNT parts from wntmsci10.mk to wnt.mk. 2005/10/31 01:59:37 vq 1.1.2.4: #i56984# Remove more unneeded conditionals. 2005/10/31 00:41:18 vq 1.1.2.3: #i56984# Remove unused parts from wnt.mk 2005/10/30 20:51:54 vq 1.1.2.2: #i56984# Removed unneeded checks for $(GUI)" == "UNX" or == "WNT". 2005/10/30 19:30:37 vq 1.1.2.1: #i56984# Change wnt.mk to use a similar structure as the unx system dependent makefiles. wntmsci10.mk is a copy of wnt.mk revision 1.75 to make it easier to track and verify changes and to merge changes to wnt.mk in other CWSs.

2005-11-07  Kurt Zenker  <kz@openoffice.org>  [38924c24b7da33d8e57f14bba3618593bf705217]

        INTEGRATION: CWS vq23 (1.1.2); FILE ADDED 2005/10/30 19:30:37 vq 1.1.2.1: #i56984# Change wnt.mk to use a similar structure as the unx system dependent makefiles. wntmsci10.mk is a copy of wnt.mk revision 1.75 to make it easier to track and verify changes and to merge changes to wnt.mk in other CWSs.

2005-11-07  Kurt Zenker  <kz@openoffice.org>  [185bca6fcc45c3feb894e37ababe2996511250c5]

        INTEGRATION: CWS vq23 (1.75.76); FILE MERGED 2005/11/04 15:54:18 vq 1.75.76.4: #i56984# Remove more obsolete macros and consolidate a little more. 2005/10/31 21:10:36 vq 1.75.76.3: #i56984# Move generic WNT parts from wntmsci10.mk to wnt.mk. 2005/10/30 20:51:54 vq 1.75.76.2: #i56984# Removed unneeded checks for $(GUI)" == "UNX" or == "WNT". 2005/10/30 19:30:36 vq 1.75.76.1: #i56984# Change wnt.mk to use a similar structure as the unx system dependent makefiles. wntmsci10.mk is a copy of wnt.mk revision 1.75 to make it easier to track and verify changes and to merge changes to wnt.mk in other CWSs.

2005-11-07  Kurt Zenker  <kz@openoffice.org>  [d4022f95bcbe80b38f857f49ec07ba2ca79cb7aa]

        INTEGRATION: CWS vq23 (1.29.36); FILE MERGED 2005/11/04 15:54:18 vq 1.29.36.3: #i56984# Remove more obsolete macros and consolidate a little more. 2005/10/31 21:10:36 vq 1.29.36.2: #i56984# Move generic WNT parts from wntmsci10.mk to wnt.mk. 2005/10/30 20:51:53 vq 1.29.36.1: #i56984# Removed unneeded checks for $(GUI)" == "UNX" or == "WNT".

2005-11-07  Kurt Zenker  <kz@openoffice.org>  [c525e9b88a37d3fed0254a58463fafb7d01ae280]

        INTEGRATION: CWS vq23 (1.176.72); FILE MERGED 2005/11/04 15:54:17 vq 1.176.72.2: #i56984# Remove more obsolete macros and consolidate a little more. 2005/10/30 20:10:39 vq 1.176.72.1: #i56984# Remove check for inclusion of as4.mk.

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [90bac82fb7f80dc109ae3272948be2e3e2a31d27]

        INTEGRATION: CWS pj39 (1.43.6); FILE MERGED 2005/11/03 19:43:51 pjanik 1.43.6.1: #i57302#: Add $PKGFORMAT to the path of the packages.

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [c1e81e7c39d4dbfb4e5aec07360ab7e8dd234b51]

        INTEGRATION: CWS pj39 (1.20.42); FILE MERGED 2005/11/03 19:34:11 pjanik 1.20.42.1: #i57305#: Add missing dependencies on projects configmgr, ucb and fileaccess.

2005-11-07  Rüdiger Timm  <rt@openoffice.org>  [cc40601b57fee642cd856a9d34c5672ebeb4c1c8]

        INTEGRATION: CWS pj39 (1.2.50); FILE MERGED 2005/11/05 22:48:36 pjanik 1.2.50.1: #i57410#: Use -fno-use-cxa-atexit for C++ code only.

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [c745459e3ac2b36b1bf286493c48fec514cd84e3]

        INTEGRATION: CWS tl15 (1.38.222); FILE MERGED 2005/10/25 14:53:56 os 1.38.222.3: RESYNC: (1.39-1.40); FILE MERGED 2005/09/23 04:25:06 tl 1.38.222.2: RESYNC: (1.38-1.39); FILE MERGED 2005/09/06 07:58:27 os 1.38.222.1: #125488# call of SfxObjectShell::IsAbortingImport removed

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ea4b18a7134bfb7c8f7c4c4d9cfb668ca2383bc5]

        INTEGRATION: CWS tl15 (1.22.30); FILE MERGED 2005/09/27 10:31:30 os 1.22.30.1: #i50386# directly execute database options dialog

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [63a59e26276fbbf01ea5870e744d0bcee8dd0dbd]

        INTEGRATION: CWS tl15 (1.2.1048); FILE MERGED 2005/09/23 01:35:43 tl 1.2.1048.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/16 10:07:00 os 1.2.1048.1: #i53347# SvxAutoCorrect* mustn't be a member of a dialog page

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [0bf67a7040b1ebae7b44f492dc5848a3c274eafb]

        INTEGRATION: CWS tl15 (1.5.434); FILE MERGED 2005/09/23 01:35:21 tl 1.5.434.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/16 10:07:01 os 1.5.434.1: #i53347# SvxAutoCorrect* mustn't be a member of a dialog page

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [6fbfd9fd206b9084152e83c3b336658d85a7ab43]

        INTEGRATION: CWS tl15 (1.58.22); FILE MERGED 2005/10/25 13:58:38 os 1.58.22.3: RESYNC: (1.58-1.60); FILE MERGED 2005/10/06 08:31:51 os 1.58.22.2: #b6330459# re-enable jump-to-bookmark 2005/09/27 10:33:27 os 1.58.22.1: #i50386# warning 'data source unavailable' improved

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [8ad9bae5910296bcba2b95ac6b43121e6667a25d]

        INTEGRATION: CWS tl15 (1.11.28); FILE MERGED 2005/10/06 08:31:27 os 1.11.28.1: #b6330459# re-enable jump-to-bookmark

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [71c3fb420881202c7d93e79336a7c6d9ad982590]

        INTEGRATION: CWS tl15 (1.90.22); FILE MERGED 2005/10/25 13:58:17 os 1.90.22.2: RESYNC: (1.90-1.91); FILE MERGED 2005/10/06 08:31:05 os 1.90.22.1: #b6330459# re-enable jump-to-bookmark

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [42128137d8c95decbdf45eabdcae4f2b25550eab]

        INTEGRATION: CWS tl15 (1.33.464); FILE MERGED 2005/09/22 21:28:28 tl 1.33.464.2: RESYNC: (1.33-1.34); FILE MERGED 2005/09/12 09:03:54 os 1.33.464.1: #124829# check table format in SwTableShell::GetState()

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [8189a7a5a063d87cba6de7416c3aedb840c593c8]

        INTEGRATION: CWS tl15 (1.35.22); FILE MERGED 2005/10/25 13:45:05 os 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED 2005/10/06 08:29:49 os 1.35.22.1: #b6330459# re-enable jump-to-bookmark

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [44528a3f18da3b90e91d8db5afbee25b46b33cee]

        INTEGRATION: CWS tl15 (1.15.28); FILE MERGED 2005/09/27 10:33:25 os 1.15.28.1: #i50386# warning 'data source unavailable' improved

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [95ba6d459e68305d2770dfef8da8a0de54640127]

        INTEGRATION: CWS tl15 (1.43.28); FILE MERGED 2005/10/25 13:33:39 os 1.43.28.2: RESYNC: (1.43-1.44); FILE MERGED 2005/09/26 06:57:16 os 1.43.28.1: #i83815# '#ifdef WNT' removed

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [50240ac0d04dc9159a6ff3812849a453dd3de3ff]

        INTEGRATION: CWS tl15 (1.98.22); FILE MERGED 2005/10/25 13:19:48 os 1.98.22.2: RESYNC: (1.98-1.100); FILE MERGED 2005/10/06 14:33:59 os 1.98.22.1: #i55121# MailMerge with numberings: SetNumberingRestart() to restart all numberings with each new 'document'

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [61e0b5ae842c388edd8c10a16190cc2823c011b6]

        INTEGRATION: CWS tl15 (1.51.202); FILE MERGED 2005/09/22 18:49:13 tl 1.51.202.2: RESYNC: (1.51-1.52); FILE MERGED 2005/09/15 06:53:34 os 1.51.202.1: #i54550# align data fields according to current NullDate when inserting as field

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [1062079c5e32036ab3d1394a24b3238896d26ad3]

        INTEGRATION: CWS tl15 (1.76.80); FILE MERGED 2005/10/25 13:18:52 os 1.76.80.3: RESYNC: (1.77-1.79); FILE MERGED 2005/09/22 18:41:51 tl 1.76.80.2: RESYNC: (1.76-1.77); FILE MERGED 2005/09/14 09:44:39 os 1.76.80.1: #i54278# SID_TEMPLATE_LOAD: don't load after 'Cancel'

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [aa29be18224852ad8faf363f7141b756c6330c9a]

        INTEGRATION: CWS tl15 (1.113.28); FILE MERGED 2005/10/27 09:41:14 os 1.113.28.4: #i50386# German umlauts corrected 2005/10/25 13:17:38 os 1.113.28.3: RESYNC: (1.113-1.114); FILE MERGED 2005/10/11 14:17:16 os 1.113.28.2: #i50386# button size increased 2005/09/27 10:33:23 os 1.113.28.1: #i50386# warning 'data source unavailable' improved

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [40c01b498ff45b5dc937f7b4de50f6e523cc7386]

        INTEGRATION: CWS tl15 (1.89.68); FILE MERGED 2005/10/25 12:58:41 os 1.89.68.3: RESYNC: (1.91-1.93); FILE MERGED 2005/09/22 16:25:06 tl 1.89.68.2: RESYNC: (1.89-1.91); FILE MERGED 2005/09/06 08:02:05 os 1.89.68.1: #125488# load background graphic synchronously in PDF export

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [69a6c868e412e90bb9b782a378b8ff0dc0bb38f9]

        INTEGRATION: CWS tl15 (1.16.202); FILE MERGED 2005/10/25 12:49:48 os 1.16.202.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/22 15:21:37 tl 1.16.202.2: RESYNC: (1.16-1.17); FILE MERGED 2005/09/16 09:36:59 os 1.16.202.1: #125786# break in SpellSentence iteration if the cursor cannot be moved further

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [3fc79c14276dd898ad727a57431548a6c2837fbb]

        INTEGRATION: CWS tl15 (1.39.20); FILE MERGED 2005/10/06 14:33:28 os 1.39.20.1: #i55121# MailMerge with numberings: SetNumberingRestart() to restart all numberings with each new 'document'

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [f19ae46ab73213be5e61bf4d7ea4a6d8ad997f87]

        INTEGRATION: CWS tl15 (1.30.22); FILE MERGED 2005/10/25 12:47:06 os 1.30.22.2: RESYNC: (1.30-1.31); FILE MERGED 2005/09/30 10:37:36 os 1.30.22.1: #i49739# set the default page format to Letter for Spanish/Mexican

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [3e7284fa5f29ae403669854a697371db2dcf7118]

        INTEGRATION: CWS tl15 (1.24.26); FILE MERGED 2005/09/26 09:32:37 tl 1.24.26.1: #i45007# patch applied (checking for NULL pointer in 'IsFilter')

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [08549968d7af9ae6f54a30b33b47aaf51cb11906]

        INTEGRATION: CWS tl15 (1.47.18); FILE MERGED 2005/10/25 12:41:22 os 1.47.18.2: RESYNC: (1.47-1.48); FILE MERGED 2005/10/06 14:32:15 os 1.47.18.1: #i55121# MailMerge with numberings: SetNumberingRestart() to restart all numberings with each new 'document'

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [2d508583543cbc85f46df497d56f0539e2d197ee]

        INTEGRATION: CWS tl15 (1.3.8); FILE MERGED 2005/09/28 11:50:31 ab 1.3.8.1: #i54610# Fixed special handling of string/number operands in SbxValue::Compare()

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [d07775db4b0233df497e2dc7c751c24bf2d9b536]

        INTEGRATION: CWS fwk25 (1.145.8); FILE MERGED 2005/11/01 12:09:53 as 1.145.8.5: #i56543# add missing patch flag for new svtmisc.uno.dll 2005/10/27 10:45:30 abi 1.145.8.4: #i34255# patching libucpfile 2005/10/27 10:34:24 mav 1.145.8.3: #126265# add emser library to the patch 2005/10/25 09:33:22 as 1.145.8.2: RESYNC: (1.145-1.150); FILE MERGED 2005/10/17 11:11:26 cd 1.145.8.1: #i56131# Added missing cui library to patch

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [c802fa01c00b67dfd014e135ac69b3a0ca2b3793]

        INTEGRATION: CWS fwk25 (1.113.30); FILE MERGED 2005/10/27 06:58:23 as 1.113.30.2: #i55528# remove some debug statements 2005/10/17 09:56:04 as 1.113.30.1: #i55528# workaround for resize problem

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [6b36e9cc9577bd97786f11ff1c3694cee2c0a9a3]

        INTEGRATION: CWS fwk25 (1.98.16); FILE MERGED 2005/11/01 17:36:52 mba 1.98.16.3: #i55787#: storage change wasn't notified 2005/10/31 16:21:09 mba 1.98.16.2: #i55787#: no OwnerLock used anymore for hidden documents 2005/10/17 09:31:52 mba 1.98.16.1: #i55787#: SID_OPENDOC can return two types of items

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [c2b2e3f19e4a7f30bd5c2f71e1fa3dcc2cc3ca83]

        INTEGRATION: CWS fwk25 (1.50.28); FILE MERGED 2005/10/17 10:55:08 as 1.50.28.1: #126011# broadcast OnCloseApp event

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [bff1ee701fb596b61a190a97b16d6b657f5f25c1]

        INTEGRATION: CWS fwk25 (1.10.88); FILE MERGED 2005/10/20 08:41:10 cd 1.10.88.1: #122984# Check SfxPoolItem pointer before use

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [e66310b728be2a9f2d763ebecf44b66cdb77e8c3]

        INTEGRATION: CWS fwk25 (1.19.2); FILE MERGED 2005/10/21 14:25:49 mav 1.19.2.1: #126265# do not allow to trigger backing component from OLE embedded object

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ec9632bb61f306a14e6cd260fb030d3f065b9084]

        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>  [b67b80aec2fdb73d64fde48283d69de656f4a420]

        INTEGRATION: CWS fwk25 (1.86.22); FILE MERGED 2005/10/17 08:05:34 as 1.86.22.1: #i55902# add event source for PropertyChange events on frame service

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ec2ce8edaa81aa94afcfcaabd9af6f2ab7181095]

        INTEGRATION: CWS fwk25 (1.18.500); FILE MERGED 2005/10/17 10:15:34 mba 1.18.500.1: #i54702#: wrong array index used in case of invalid parameters

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [e575cfb5f5b2276ebd6b06a347ff6a1a420e55d8]

        INTEGRATION: CWS fwk25 (1.5.22); FILE MERGED 2005/10/27 12:30:13 as 1.5.22.2: #126011# inform job about logical doc events instead of showing him the real triggered event 2005/10/19 08:11:56 as 1.5.22.1: #126011# repair job binding for onDocumentOpened; add event onDocumentAdded

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [e9ed8c5fb49ec56164cac4a77e980be06ccd27bd]

        INTEGRATION: CWS fwk25 (1.6.22); FILE MERGED 2005/10/27 12:30:07 as 1.6.22.2: #126011# inform job about logical doc events instead of showing him the real triggered event 2005/10/19 08:11:55 as 1.6.22.1: #126011# repair job binding for onDocumentOpened; add event onDocumentAdded

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [99489207902af87f2fb8fe2d38f53806bf58c928]

        INTEGRATION: CWS padminhc (1.29.4); FILE MERGED 2005/10/31 11:44:35 pl 1.29.4.1: #i48643# add spa resource to pp

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [90f63d4b2617e019891636946082a04de955677d]

        INTEGRATION: CWS fwk25 (1.4.22); FILE MERGED 2005/10/14 14:03:42 cd 1.4.22.1: #126010# Use self-defined XBitmap references from context menu interceptor

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [ebece222575829d444046dfe4b6a52113276e7c0]

        INTEGRATION: CWS fwk25 (1.3.22); FILE MERGED 2005/10/17 08:05:32 as 1.3.22.1: #i55902# add event source for PropertyChange events on frame service

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [0c39852115fa2f3506e8602efaa4147fa20f7020]

        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>  [316de1f6dd0e406f5310e3e74fc7a3746de16b79]

        INTEGRATION: CWS fwk25 (1.1.2); FILE ADDED 2005/10/17 07:17:35 cd 1.1.2.1: #126010# Added test to check context menu interceptor implementation (including self-defined bitmaps)

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [eeb40f7e58f3ed6cec943f063462b9fdb4348a60]

        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>  [813820f468092e07a599d8bb4c8e7a2d46cf9423]

        INTEGRATION: CWS fwk25 (1.1.2); FILE ADDED 2005/10/17 07:17:18 cd 1.1.2.1: #126010# Added test to check context menu interceptor implementation (including self-defined bitmaps)

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [c160419d995103980bdf85c08a2cd0bce314e341]

        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>  [6d6d253b2530c92bd691a8be84b3f99327c6e1db]

        INTEGRATION: CWS fwk25 (1.1.2); FILE ADDED 2005/10/17 07:16:55 cd 1.1.2.1: #126010# Added test to check context menu interceptor implementation (including self-defined bitmaps)

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [66a0a48e0250409901c8ee1eb3c1b0392d3fb5a8]

        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>  [ea0f28ba110e40736411981f2d959eeafc000732]

        INTEGRATION: CWS fwk25 (1.5.22); FILE MERGED 2005/10/27 12:30:25 as 1.5.22.2: #126011# inform job about logical doc events instead of showing him the real triggered event 2005/10/19 08:11:53 as 1.5.22.1: #126011# repair job binding for onDocumentOpened; add event onDocumentAdded

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [4eedcf0f433299bba307b545caf2f12e0ad103bf]

        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>  [87271fb602c3298e6953ed181e21a2e1d2a95a9b]

        INTEGRATION: CWS fwk25 (1.3.22); FILE MERGED 2005/10/28 05:39:43 as 1.3.22.2: #i55902# make incomptaible change compatible 2005/10/17 08:05:31 as 1.3.22.1: #i55902# add event source for PropertyChange events on frame service

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [212b4076afb3fc545e3b2c6b104b25775eadf1f0]

        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>  [818e24ace0dc0ce6a6212669113ea874d2af335a]

        INTEGRATION: CWS fwk25 (1.37.12); FILE MERGED 2005/10/27 10:32:57 abi 1.37.12.1: #i34255# merged from abi14 into this cws

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [cca5e1a16b5b2e3a79d94ef70bda553f0f13534c]

        INTEGRATION: CWS padminhc (1.1.2); FILE ADDED 2005/10/31 11:37:35 pl 1.1.2.1: #i48643# high contrast images for printer admin

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [59573e7ae025a7a738b094cea84415d9addceea2]

        INTEGRATION: CWS fwk25 (1.19.12); FILE MERGED 2005/10/27 10:32:47 abi 1.19.12.1: #i34255# merged from abi14 into this cws

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [d34d8d895ae9cbec4a2169088c14f5bfd60c02bd]

        INTEGRATION: CWS padminhc (1.1.2); FILE ADDED 2005/10/31 11:37:33 pl 1.1.2.1: #i48643# high contrast images for printer admin

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [83e8f6070161df28b891eddce7ae80472a3b274a]

        INTEGRATION: CWS fwk26 (1.8.16); FILE MERGED 2005/10/27 09:59:19 mba 1.8.16.1: #123105#: remove superfluous and harmful code

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [9eb07b10d22202a67e82b550b684124273a7744a]

        INTEGRATION: CWS ab22 (1.24.12); FILE MERGED 2005/10/26 15:06:27 ab 1.24.12.1: #b6335225# #i50147# New wildcard handling

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [3bd1331a83c10b2232d38f6c6a04ef1b99f2d3d1]

        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>  [aa2beecbf63b64cb5d7fd96804b5084764084794]

        INTEGRATION: CWS ab22 (1.62.18); FILE MERGED 2005/10/31 08:49:50 ab 1.62.18.2: #i50147# implSetupWildcard(): Initialise SbiRTLData::pWildcard 2005/10/26 15:06:26 ab 1.62.18.1: #b6335225# #i50147# New wildcard handling

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [939e7c2bc93c13b6740051beeb08c5883b65ffce]

        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>  [1aefb330d6f5232a1b29cbf2ff212ec3720026c6]

        INTEGRATION: CWS ab22 (1.25.12); FILE MERGED 2005/10/26 14:58:15 ab 1.25.12.1: #b6335225# #i50147# New wildcard handling

2005-11-04  Kurt Zenker  <kz@openoffice.org>  [51594ef552a872b9868e5c7a025a68665488a016]

        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>  [f4fe39909c7ed645a8b387cf66de249572226ad6]

        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>  [7f8af14611e66655ea7354083eafd71afc9703e3]

        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-04  Armin Weiss  <aw@openoffice.org>  [32d995ef34b00641d23d0259f7d6681707292b22]

        #i39532#

2005-11-04  Rüdiger Timm  <rt@openoffice.org>  [c5c4df8ab93665e37f6c3315057f34e29ad94981]

        #i10000# iso8859_1.py has to be treated like cp1251.py (note: iso8859_1.pyc gets created by solaris builds, cp1251.pyc by windows ones).

2005-11-04  Rüdiger Timm  <rt@openoffice.org>  [79b4b7c9cfa7c6e021ad78a7e46b0b12cb17037f]

        #i10000# Syntax

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [1dc5db8326f8cf8a8c4e0df61afe4d0027d97eb0]

        #i10000# add tools lib

2005-11-03  Rüdiger Timm  <rt@openoffice.org>  [357c69694572e7edc4a926ffdfaa573bf6be3cad]

        License header corrected (SISSL removed)

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [a27bcbba7c404375ba8946ef0aa036c5aa168088]

        #i10000# fixed undefined rPolyPoly

2005-11-03  Rüdiger Timm  <rt@openoffice.org>  [ba014fdbf8b7e405c355a1f0721fbeaf12a50d8f]

        #i10000# License header corrected (SISSL removed)

2005-11-03  Rüdiger Timm  <rt@openoffice.org>  [071c877c552dc1214edb032adb19aa0b345dac55]

        #i10000# Needs module 'soltools'.

2005-11-03  Vladimir Glazounov  <vg@openoffice.org>  [8fd8e9ade1a93f20a46b23b23b74f2a7f6598690]

        new version for SRC680

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [d0e0f55ce3eb57a628d784c06801838a1331311d]

        #i10000# chg. Count -> count (hdu)

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [239bd55e9e74b35c175f7542a7176ab2eb71661e]

        #i10000# remove -u switch

2005-11-03  Rüdiger Timm  <rt@openoffice.org>  [9b1a231572b0a1a2e21e8588111ccfeee144729d]

        #i10000# Correct license header (remove SISSL)

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [f3482bc062f69e3915592a387b64109d716699e3]

        #i10000# use (TOUCH) variable instead of touch command (HJS)

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [e29113381b627e6f03cd78039d9c34443853e8c8]

        SRC680

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [4262c344d19819b029534873483dae25c9a8b2d3]

        INTEGRATION: CWS fwk23 (1.8.22); FILE MERGED 2005/10/17 08:58:49 abi 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/28 14:31:58 kso 1.8.22.1: #i53788# - now reacts on "TitleChanged" event. Issue number: Submitted by: Reviewed by:

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [323c28b0bb45cc0f5e78abd440a2bd994599cb06]

        INTEGRATION: CWS fwk23 (1.27.8); FILE MERGED 2005/10/18 04:32:43 abi 1.27.8.2: RESYNC: (1.27-1.29); FILE MERGED 2005/10/12 05:53:59 as 1.27.8.1: #124984# dont remove frame from the global desktop tree

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [c6e1d528582b55d36569a8d21d7e1bad19db88fd]

        INTEGRATION: CWS fwk23 (1.26.2); FILE MERGED 2005/10/27 08:20:58 pb 1.26.2.1: fix: #i44251# xmlsec resource needs patch flag

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [3ae08b338055a0cae408a28de7f0d36a151da821]

        INTEGRATION: CWS fwk23 (1.9.20); FILE MERGED 2005/10/18 12:59:54 abi 1.9.20.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/08 08:56:27 mav 1.9.20.1: #i54327# write correct namespace in case of templates, use SO6 namespace as a default one

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [1a8b2972bcc9c499b2ed1d25a1407a936ddc999b]

        INTEGRATION: CWS fwk23 (1.75.144); FILE MERGED 2005/10/18 09:32:17 abi 1.75.144.2: RESYNC: (1.75-1.76); FILE MERGED 2005/08/31 13:42:34 cd 1.75.144.1: #i53651# Force resize for OLE server mode to fix layout problems of writer and math

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [de94e889ff1f8f91684403e6358ed6953bb71a60]

        INTEGRATION: CWS fwk23 (1.61.126); FILE MERGED 2005/10/18 09:31:53 abi 1.61.126.2: RESYNC: (1.61-1.62); FILE MERGED 2005/08/25 10:05:25 mba 1.61.126.1: #i52257#: don't send OnUnload when ViewShell is switched inside a ViewFrame

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [20bbeba82064c4fb1ae6a6882b6f710191254229]

        INTEGRATION: CWS fwk23 (1.98.42); FILE MERGED 2005/10/18 08:33:40 abi 1.98.42.3: RESYNC: (1.98-1.100); FILE MERGED 2005/09/27 12:36:55 mav 1.98.42.2: #i54188# disconnect the opened from template document from original location 2005/09/08 11:53:25 mav 1.98.42.1: #i45723# notify about change of the document title

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [34d4ee3df1e5d7a89e8c66322a4f254bb9ff41fc]

        INTEGRATION: CWS fwk23 (1.58.46); FILE MERGED 2005/10/18 08:32:35 abi 1.58.46.2: RESYNC: (1.58-1.60); FILE MERGED 2005/09/08 11:53:25 mav 1.58.46.1: #i45723# notify about change of the document title

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [d9b0158d715a75f1d51685be2d70277613946b9a]

        INTEGRATION: CWS fwk23 (1.49.46); FILE MERGED 2005/10/18 07:45:20 abi 1.49.46.2: RESYNC: (1.49-1.50); FILE MERGED 2005/09/08 11:53:24 mav 1.49.46.1: #i45723# notify about change of the document title

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [c2e4b6de0a185e4143dd8ace6a7abf5b70235175]

        INTEGRATION: CWS fwk23 (1.67.150); FILE MERGED 2005/10/18 07:41:15 abi 1.67.150.2: RESYNC: (1.67-1.68); FILE MERGED 2005/09/29 10:39:45 mav 1.67.150.1: #i55222# sending as email functionality is related to the container

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [e7a1f435b481f230ce1a7e24cb0629dbe8dddc9e]

        INTEGRATION: CWS fwk23 (1.5.56); FILE MERGED 2005/10/25 08:23:53 cd 1.5.56.4: #i44251# Make string changes UTF-8 complient 2005/10/24 14:16:01 cd 1.5.56.3: #i44251# Make string changes UTF-8 complient 2005/10/19 13:29:13 abi 1.5.56.2: RESYNC: (1.5-1.7); FILE MERGED 2005/08/24 07:35:41 pb 1.5.56.1: fix: #i44251# new strings for MacroSecurity dialog

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [b21654cf56ea639354531ae98551436df797c7cf]

        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>  [79661538298b51165e96f0377f500eb8eef43272]

        INTEGRATION: CWS fwk23 (1.3.124); FILE MERGED 2005/10/17 11:10:50 abi 1.3.124.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/22 07:39:03 cd 1.3.124.2: #124671# Controller must use image id from bookmark menu factory to retrieve the correct image 2005/08/19 15:11:32 cd 1.3.124.1: #124671# Controller must use image id from bookmark menu factory to retrieve the correct image

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [9dcb986e987abd55de18edf39ec59d6fdc931c01]

        INTEGRATION: CWS fwk23 (1.55.78); FILE MERGED 2005/10/17 10:55:57 abi 1.55.78.2: RESYNC: (1.55-1.56); FILE MERGED 2005/10/12 05:59:25 as 1.55.78.1: #124984# react right for DisposedExceptions

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [f2bca52cdca5e8bfc4c99643f903a60788e36339]

        INTEGRATION: CWS fwk23 (1.35.30); FILE MERGED 2005/10/17 10:51:20 abi 1.35.30.2: RESYNC: (1.35-1.37); FILE MERGED 2005/09/01 15:55:07 cd 1.35.30.1: #i54092# Don't call setParent if not necessary

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [3dac7dd2374eedac4c2193866e2cbb58d26e426a]

        INTEGRATION: CWS fwk23 (1.3.124); FILE MERGED 2005/10/17 10:02:00 abi 1.3.124.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 15:11:31 cd 1.3.124.1: #124671# Controller must use image id from bookmark menu factory to retrieve the correct image

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [0090b098a6c600393bf2456835c4e595831a151c]

        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-03  Kurt Zenker  <kz@openoffice.org>  [e45deeb359b622b093cea3741a2c91a8c98f77e4]

        INTEGRATION: CWS fwk23 (1.22.8); FILE MERGED 2005/10/18 06:43:29 abi 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2005/10/14 12:40:47 abi 1.22.8.1: #b6272670# added 185 compatibility api

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [0d7146315a0be5055c98c2fd69c9039214548b01]

        INTEGRATION: CWS fwk23 (1.5.392); FILE MERGED 2005/10/18 02:38:41 abi 1.5.392.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/29 09:50:23 cd 1.5.392.1: #i51464# Adapted description text to new spec and description is now changed according to spec

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [c3c54e6ab981bdd3f4385976463027933d06bf51]

        INTEGRATION: CWS fwk23 (1.7.248); FILE MERGED 2005/10/24 14:11:01 cd 1.7.248.3: #i51464# Make string changes UTF-8 complient 2005/10/19 13:29:26 abi 1.7.248.2: RESYNC: (1.7-1.9); FILE MERGED 2005/08/29 09:50:22 cd 1.7.248.1: #i51464# Adapted description text to new spec and description is now changed according to spec

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [283649cda8e399131a647a4a0e8ff589b6a977a3]

        INTEGRATION: CWS fwk23 (1.4.392); FILE MERGED 2005/10/18 00:58:31 abi 1.4.392.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/29 09:50:22 cd 1.4.392.1: #i51464# Adapted description text to new spec and description is now changed according to spec

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [a88ea44cce754bc0931f364c3991d6314132376c]

        INTEGRATION: CWS fwk23 (1.6.240); FILE MERGED 2005/10/18 00:58:23 abi 1.6.240.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/29 09:50:21 cd 1.6.240.1: #i51464# Adapted description text to new spec and description is now changed according to spec

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [c619d992fb794e3e3225e23c2824a49324b0c12b]

        INTEGRATION: CWS fwk23 (1.10.210); FILE MERGED 2005/10/18 00:41:24 abi 1.10.210.2: RESYNC: (1.10-1.12); FILE MERGED 2005/08/24 09:23:35 pb 1.10.210.1: fix: #124600# MultiLineEdit instead of FixedText for description

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [0c5bfc55cf2de46387246a96ae93324b178add6c]

        INTEGRATION: CWS fwk23 (1.8.112); FILE MERGED 2005/10/18 00:41:17 abi 1.8.112.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/24 09:20:56 pb 1.8.112.1: fix: #124600# MultiLineEdit instead of FixedText for description

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [b8d4056d4a41feac4d66b69b16e564565b310598]

        INTEGRATION: CWS fwk23 (1.4.556); FILE MERGED 2005/10/18 00:41:07 abi 1.4.556.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/24 09:19:05 pb 1.4.556.1: fix: #124600# new ids for MultiLineEdit

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [921aaf1a10be65a2f88aeceb7196b70a9931f767]

        INTEGRATION: CWS fwk23 (1.22.112); FILE MERGED 2005/10/18 00:35:26 abi 1.22.112.3: RESYNC: (1.22-1.23); FILE MERGED 2005/09/29 11:35:16 pb 1.22.112.2: fix: #124984# SfxViewFrame::Current() can be NULL 2005/08/24 09:23:36 pb 1.22.112.1: fix: #124600# MultiLineEdit instead of FixedText for description

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [a99af32a2e41b4ba2df06b265d34c61924aaed38]

        INTEGRATION: CWS fwk23 (1.37.74); FILE MERGED 2005/10/17 22:15:00 abi 1.37.74.2: RESYNC: (1.37-1.38); FILE MERGED 2005/08/24 06:11:23 pb 1.37.74.1: fix: #i53333# don't show help pages

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [4693f5f5b2f77977434cce60f9aa31b5b5f295fb]

        INTEGRATION: CWS hr22 (1.11.68); FILE MERGED 2005/11/02 16:36:53 hr 1.11.68.1: #i57217#: cache tag lookups

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [e49898778c2992a8140c36a1d5a1226017dd49ae]

        INTEGRATION: CWS hr22 (1.9.68); FILE MERGED 2005/11/02 16:09:31 hr 1.9.68.1: #i57216#: enhanced CVS failure detection; first cut at introducing an exception style error handling

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [5444b02166d0d0175057889b0623afbe89d53d85]

        INTEGRATION: CWS hr22 (1.18.68); FILE MERGED 2005/11/02 16:09:31 hr 1.18.68.1: #i57216#: enhanced CVS failure detection; first cut at introducing an exception style error handling

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [579ead5fe573be37858eca25fee76e312aeb8e80]

        INTEGRATION: CWS hr22 (1.4.68); FILE MERGED 2005/11/02 16:10:47 hr 1.4.68.1: #i57216#: enhanced CVS failure detection; first cut at introducing an exception style error handling

2005-11-03  Kurt Zenker  <kz@openoffice.org>  [c414f0bd4b45916c44d5e6931588de0dbb32fa1b]

        INTEGRATION: CWS hr22 (1.10.68); FILE MERGED 2005/11/02 16:09:30 hr 1.10.68.1: #i57216#: enhanced CVS failure detection; first cut at introducing an exception style error handling

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a716887b6f7a2e4859ee6f6efe1f4401ce283cdc]

        INTEGRATION: CWS qadev24 (1.3.98); FILE MERGED 2005/09/19 17:29:56 cn 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 07:40:06 cn 1.3.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [682c6ad7a17298f57ae148e5d585e2147b7d8553]

        INTEGRATION: CWS qadev24 (1.4.22); FILE MERGED 2005/09/19 17:23:52 cn 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:06 cn 1.4.22.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8b1e2bf684daf55ee69e202bbe982677db83c981]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:29:10 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:05 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9654cc55524356f17e8c5eddb1bdddc9de327dc6]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:28:59 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:05 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e834bf9bffc837526a689b97b1eda2e64bcbb1a7]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:20:12 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:05 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [163365b9a0318a6eef0d3f86789996176b03a8c9]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:18:02 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:04 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a92e23dbb687abcd28ce21a94bbadda5a4934ef7]

        INTEGRATION: CWS qadev24 (1.5.72); FILE MERGED 2005/09/19 17:20:01 cn 1.5.72.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 07:40:04 cn 1.5.72.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6efae1eeb847e5c6a6de5093ae97e9c64a7c210f]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:22:13 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:04 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [49e8b258eebab37eba7f873502c791cb854d5e6b]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:24:52 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:04 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [db6b33a3089f9f503f0f6babfd0df6eaf6f4b391]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:27:51 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:03 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [34f9998b81403b161a9ebd1d2b6019c8f2cbbc3d]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:22:37 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:03 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3b0a456c4e2637fe5e11828cb86789a44066ba7e]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:25:25 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:03 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f7bb4db2c95b67caf7d35d85ee0cc9983fa2b1dd]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:24:15 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:03 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [459e583af33154871afbe429de6688afcc1625f5]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:26:57 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:03 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cbab17e7b18f916ee0d31756a38120214970c4c8]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:18:22 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:02 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2b80fc52452b61fb3e103a795fc6a961265dafec]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:21:53 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:02 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4e8fa8ed7b730167d16d2f8bb8cb09413bb81fe5]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:20:53 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:02 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [df189822ff1206394f08e30c22b0d8889508fbd7]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:24:42 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:40:01 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e4f716d78eed7997b7e4aca4ff4a153caf9b856f]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:27:41 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:59 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [69f2c2e55c233a83b9ba5366779f29e548a1ed7e]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:25:37 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:59 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a292269ff8b6e40e452f6be55af45c7f8d066d7a]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 17:26:41 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:58 cn 1.6.16.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a58dc7e0cf2b52c5984d166ef35ed580c2af0a79]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:22:04 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:58 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [df60331c9c097ca97a44ce17e2fcc3506dbe0f0f]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:28:03 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:58 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [87523a0b23f77fa56dd29ba7df6a54606e9d2cbf]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:19:27 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:58 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [aaadd0d3f2e43eb060543397caab4ae4e319923d]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:25:13 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:57 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [11128af3a1d5ce31089c477f2e447604356a8695]

        INTEGRATION: CWS qadev24 (1.6.56); FILE MERGED 2005/09/19 17:18:31 cn 1.6.56.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:57 cn 1.6.56.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e1a3f620609ec9c7af39befe428e57ce385a1a57]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:26:04 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:57 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [af5996d5423ce5b74eb43c59b37e92ef8bafdffa]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:19:04 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:57 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3d503aaa6e8ed67bce2dbbaf0b5735264335df38]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:30:24 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:56 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [eea1af5b2b68ae00acd8738171fee273a670b70a]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:28:45 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:56 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [07e9b9eb9ec658d16eda347872a29fc283a3c0fb]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:25:03 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:56 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [dc5f1b332e30e1015d699eb8a95ebb8d580198c4]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:17:54 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:55 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cd6efdad21990a69a4976555e67308aa23f9c2be]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:21:42 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:55 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [33bc5ab6ee8247460b3ec8adda9b2fc264c4917d]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 17:21:20 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 07:39:55 cn 1.4.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a223bd1d263fb402d3d4068932950f3351bd432e]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 17:22:47 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 07:39:55 cn 1.5.98.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [34414e209cc92fd97d0a53fa36e953803ca746dd]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 17:20:43 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:54 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c0f74a6632f8871e6a215cbe48966e58157a00ef]

        INTEGRATION: CWS qadev24 (1.13.12); FILE MERGED 2005/09/19 17:18:12 cn 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/19 07:39:54 cn 1.13.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [063712fe5189ed910202891be38f5adf7fdb276e]

        INTEGRATION: CWS qadev24 (1.10.12); FILE MERGED 2005/09/19 17:24:03 cn 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/19 07:39:54 cn 1.10.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7ec738d77553fd2458ccc80ef53a690f9151433b]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 17:21:10 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:53 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [793d0172697f61c174f03ec92e7ed80ac4482446]

        INTEGRATION: CWS qadev24 (1.6.12); FILE MERGED 2005/09/19 17:17:23 cn 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:53 cn 1.6.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [82f9edcb6edbecbe908e0f6e9dc0f8c0ca831ab0]

        INTEGRATION: CWS qadev24 (1.11.12); FILE MERGED 2005/09/19 17:27:08 cn 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/19 07:39:53 cn 1.11.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [794cdcc250153ae5cb7d9800a84c359616bd6dda]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 17:30:10 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:53 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5b5bb53c620fcdcefcb34d4eea604ba2be003d7c]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 17:28:12 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:53 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6323aa5bab112f73fc92a50a5d900abd78efdb05]

        INTEGRATION: CWS qadev24 (1.11.12); FILE MERGED 2005/09/19 17:23:41 cn 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/19 07:39:52 cn 1.11.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b48b45a4b1bcd0e09c91f1779ecee7f1c5ad14f4]

        INTEGRATION: CWS qadev24 (1.5.22); FILE MERGED 2005/09/19 17:24:31 cn 1.5.22.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 07:39:52 cn 1.5.22.2: #i52213# declare instance variables as 'privte static' 2005/08/17 10:22:36 cn 1.5.22.1: #i52213# release the popup menu if test is finished

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d3ef2daf135fb54445ec27ff60d8c88e87a83712]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 17:27:19 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:52 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3b25c220dcf9c8cfbbae0a0f88da0b470e1c8c32]

        INTEGRATION: CWS qadev24 (1.13.12); FILE MERGED 2005/09/19 17:26:30 cn 1.13.12.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/19 07:39:52 cn 1.13.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0d2c84fb810f878d76c80b63f971c8e9f21b0d33]

        INTEGRATION: CWS qadev24 (1.8.12); FILE MERGED 2005/09/19 17:23:31 cn 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/19 07:39:52 cn 1.8.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d0c3fc8fc0f70405b480183d77ca174e672bd639]

        INTEGRATION: CWS qadev24 (1.12.12); FILE MERGED 2005/09/19 17:17:13 cn 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/19 07:39:52 cn 1.12.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [935754eab59a09ba81e190e4694879fa95f53323]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 17:25:52 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:51 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1b90f12faadd214d39e8e519f33c8811e8a92530]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 17:20:33 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:51 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1ee4a52de5935b1bf57c5f49c2d6302ade9f0b83]

        INTEGRATION: CWS qadev24 (1.6.28); FILE MERGED 2005/09/19 17:18:51 cn 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:51 cn 1.6.28.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b13ac1e5468f2a7c466a4d0bc3a6289fd64d837a]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 17:21:31 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:51 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a4b7c206ebcdcca52220631593856d63a85a6462]

        INTEGRATION: CWS qadev24 (1.6.12); FILE MERGED 2005/09/19 17:28:21 cn 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:50 cn 1.6.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a45a209c61be469ae744ed5376e15452c3d3804a]

        INTEGRATION: CWS qadev24 (1.6.12); FILE MERGED 2005/09/19 17:20:23 cn 1.6.12.3: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 07:39:50 cn 1.6.12.2: #i52213# declare instance variables as 'privte static' 2005/07/20 09:08:56 cn 1.6.12.1: #i52213# dock the stylist

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [01a1470da112b82ca61f4b5919680328d4e56d90]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 17:28:33 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/19 07:39:50 cn 1.7.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7a942b2d2c4b16a44f1a180b2f7686f8958f5f44]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 17:30:34 cn 1.9.12.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/19 07:39:50 cn 1.9.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ccb9a596db2f8f5b6bc46886effa4c0a0e352728]

        INTEGRATION: CWS qadev24 (1.11.12); FILE MERGED 2005/09/19 17:27:29 cn 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/19 07:39:50 cn 1.11.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ca8f1e03a51204d12cde7fdba873852445eac2da]

        INTEGRATION: CWS qadev24 (1.10.12); FILE MERGED 2005/09/19 17:29:33 cn 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/19 07:39:48 cn 1.10.12.1: #i52213# declare instance variables as 'privte static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f8e66fd708be031f5da6615971bd7d0f684230d5]

        INTEGRATION: CWS qadev24 (1.8.22); FILE MERGED 2005/09/19 15:54:26 cn 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/07 12:49:47 cn 1.8.22.1: #i54317# revoke and remove of temporary databases

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d3fc79a979003f48b29f20fc5f7a0e2be157fdf1]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:35:37 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/24 12:23:27 cn 1.5.16.1: #i53720# new object relation 'CRDESC' for com::sun::star::chart::XChartDataArray since #i51627

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cd97dd3935b2448e8e93bb0c6491e5d0d8c5feb5]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/08/19 14:00:56 cn 1.1.2.2: #i46734# new object relation 'XUserInputInterception.XModel' 2005/08/10 07:47:14 sw 1.1.2.1: #i46734# initial version

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4357cd7dbb16d45e795b3c49b70b83136de7c217]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:31:26 cn 1.5.98.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 10:53:39 cn 1.5.98.2: #i54543# new object relation XComponent.disposeThis 2005/08/19 14:00:57 cn 1.5.98.1: #i46734# new object relation 'XUserInputInterception.XModel'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2241912ea0a8902ad24de23661db62ceb6844e3b]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:30:11 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/19 14:00:57 cn 1.4.98.1: #i46734# new object relation 'XUserInputInterception.XModel'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [839c83f5bc895dabc9f0aa05a6bb8fa6e5941ede]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:28:21 cn 1.5.98.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 10:53:38 cn 1.5.98.3: #i54543# new object relation XComponent.disposeThis 2005/09/13 10:47:48 cn 1.5.98.2: #i54543# new object relation XComponent.disposeThis 2005/08/19 14:00:56 cn 1.5.98.1: #i46734# new object relation 'XUserInputInterception.XModel'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d7acdd5a236dc227d045a3f6de435e05dc142b21]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:16:55 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:59:13 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [59416aa1f32a6b29568cd646e79a08c3a960a67b]

        INTEGRATION: CWS qadev24 (1.6.2); FILE MERGED 2005/09/22 12:04:42 cn 1.6.2.4: #i54796# insert some content into document, logging enhancement 2005/09/22 09:48:47 cn 1.6.2.3: #i54796# insert some content into document 2005/09/19 15:03:52 cn 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:59:13 cn 1.6.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ba8f25f6a46de45fe5537db0421fc78d0e7269c1]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:08:22 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:59:07 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2855b1e78045b7adeb9a8c521fccbe9027fc9eb2]

        INTEGRATION: CWS qadev24 (1.6.2); FILE MERGED 2005/09/22 09:48:47 cn 1.6.2.3: #i54796# insert some content into document 2005/09/19 15:15:39 cn 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:59:06 cn 1.6.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [29513e63601916055b078e3cf561145ffd849022]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:22:29 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:59:06 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b8d16475f6b181ae7a19dfadd6c55794153e8594]

        INTEGRATION: CWS qadev24 (1.6.2); FILE MERGED 2005/09/22 12:04:42 cn 1.6.2.4: #i54796# insert some content into document, logging enhancement 2005/09/22 09:48:46 cn 1.6.2.3: #i54796# insert some content into document 2005/09/19 15:07:34 cn 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:59:05 cn 1.6.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [89901b2e01fc6c18d5e3eef6d7ad51adf4f140af]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:17:59 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:59:05 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3ecb4a33b15453f445fafeb43c0c192a22701381]

        INTEGRATION: CWS qadev24 (1.7.2); FILE MERGED 2005/09/22 12:04:42 cn 1.7.2.4: #i54796# insert some content into document, logging enhancement 2005/09/22 09:48:46 cn 1.7.2.3: #i54796# insert some content into document 2005/09/19 15:05:52 cn 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:57 cn 1.7.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [34428bdea67209689ea3b88bc2de14cbac0000bb]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:23:05 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:48 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1da40206c412d5b0481ebd42305093f836b2c578]

        INTEGRATION: CWS qadev24 (1.7.2); FILE MERGED 2005/09/22 12:04:41 cn 1.7.2.4: #i54796# insert some content into document, logging enhancement 2005/09/22 09:48:45 cn 1.7.2.3: #i54796# insert some content into document 2005/09/19 15:08:40 cn 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:47 cn 1.7.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8ef1f56d13f165330ac8c051b4c781388d38bf22]

        INTEGRATION: CWS qadev24 (1.6.98); FILE MERGED 2005/09/19 15:18:41 cn 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:46 cn 1.6.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fed80f8ddb369593efe9b99c581d177772b629cc]

        INTEGRATION: CWS qadev24 (1.2.4); FILE MERGED 2005/09/19 15:06:02 cn 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:58:46 cn 1.2.4.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [66da0515c1c5c68a44cfcfd965fcc5befdfa7da9]

        INTEGRATION: CWS qadev24 (1.2.4); FILE MERGED 2005/09/19 15:06:13 cn 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:58:45 cn 1.2.4.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [84c1a82aadd18e7c656c4a2a953cc4668cacb7f4]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:27:36 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:40 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [07ec0183e847cc160b48447651ec54f8f5fc5a68]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:09:24 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:39 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [39f7b9e55dedd3b1ad71bbf9b54844e74dfcf9fe]

        INTEGRATION: CWS qadev24 (1.10.12); FILE MERGED 2005/09/19 15:11:45 cn 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 07:58:38 cn 1.10.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [37aa47e712e7110202bbe26bb3032dc8dfbc51ad]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:10:34 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:38 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fa940c181962a669117107a841253b9455e6bfac]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:08:13 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:38 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a6fcb19a04f1c847a3a7b865c06e901555995702]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:04:59 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:37 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2c8f38fd0915e0db51bc68c9ea535b643cdc8b0b]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:17:33 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:37 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3c5ab50d64a673fc5b85cba83a7bf3909398d708]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:06:58 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:37 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0d6e05b5aee53b229758cadb2189af4533aadde9]

        INTEGRATION: CWS qadev24 (1.9.12); FILE MERGED 2005/09/19 15:11:56 cn 1.9.12.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 07:58:36 cn 1.9.12.2: #i54533# define class variables for documents as 'static' 2005/08/19 14:01:55 cn 1.9.12.1: #i46734# new object relation 'XUserInputInterception.XModel'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a73aecfe550e7f2f6b58984334a202bc8d4b8e26]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:08:50 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:34 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9ec1de30de5240ff33f79b723df1b9eb22943f80]

        INTEGRATION: CWS qadev24 (1.6.98); FILE MERGED 2005/09/19 15:07:07 cn 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:33 cn 1.6.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e815b10b251892ca3ad8d4a2797ec78d704c5985]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:25:12 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:32 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2e9e2b83e514eb312d13cb05edaa384f7db8c202]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:22:39 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:32 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bad45cb4fb443a5902fbf711acaa6ef59ad12c6d]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:15:20 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:31 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [224146b9d59280bb1b849981faefdef5a9bc1d43]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:11:22 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:31 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [486ec0e783c127829313c3d37c8f2977e5ff526b]

        INTEGRATION: CWS qadev24 (1.3.98); FILE MERGED 2005/09/19 15:24:46 cn 1.3.98.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 07:58:30 cn 1.3.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9cb9fcd6694d6982411cf91dee80ed76151d5292]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:17:13 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:29 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3b07cf703e52bc5d77a7a0320b5ec334f3cc1e59]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:06:45 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:27 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e8bb799d529de5baacb5a81682f611c8c5c4bad2]

        INTEGRATION: CWS qadev24 (1.2.72); FILE MERGED 2005/09/19 15:14:13 cn 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:58:26 cn 1.2.72.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1cdf7ac91bb964aad2724c5d4ac64c2046edd370]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:20:32 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:26 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7f75d2ab5f8d4df55612be0a68a4e8f7fdc9219c]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:24:36 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:26 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0d65fa73ce4556f6d346d7e7a56fd4a7bf384257]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:26:48 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:25 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [18a6a2306fddbdd4d8def9dda614529012151864]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:14:41 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:24 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [de3559b9aca60bd27627dc8ed017b087ee0064c2]

        INTEGRATION: CWS qadev24 (1.8.12); FILE MERGED 2005/09/19 15:14:32 cn 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:58:23 cn 1.8.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8ea9d5ea86a6f04e1d9c4283478f425b30d62388]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:24:57 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:58:22 cn 1.4.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [adae623f7c6501bc47ec94d0344073ad7cb3eb72]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:09:05 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:21 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e20e63bcd2b079dba380c8e494fff3811a8a5484]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:13:07 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:19 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fd79f956966df9046c52f1bc841e2e988d84dee9]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:16:46 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:19 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0cc9f482d3c781e9bb395cf89a69550fe9ebcded]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:15:48 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:18 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0350e2268c017cdd4469557c8c5e542641e9711c]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:09:14 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:17 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [47161ddff67339d0214f55bab3ded05e365f59ba]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:20:08 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:58:16 cn 1.4.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a85302981f14337b28480172bbe9e510bc849dbf]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:12:45 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:16 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [56a834fff83e559406de84a32367708b99eaa1d3]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:13:34 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:16 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7d0404b5273c7231775b2fa78994616e0f8dce85]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:05:09 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:58:15 cn 1.4.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [aac96bba474ff4c19ca7454b6b1d9bf8e71c1d59]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:21:11 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:15 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3d6ecd599c55327452841e9c74444417a8419db7]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:07:25 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:15 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [13afa6953e1b5ce915de2759ad51190f34be4df2]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:19:34 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:13 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9934f027bbc0c77ea09db568b1d685ed8a973301]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:17:49 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:12 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8a233cb017c65d28a2ccfa24763857550f886fbb]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:18:09 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:12 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c8749add169e8374cd9717f7f3486eea82d647be]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:09:59 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:58:11 cn 1.4.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [71d35a01b2fbfae3f05aad4e8a61581c0ed84d95]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:13:16 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:09 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [823f8bed7b2aced77d1f1a7abf8c3b54e8f8b07d]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:19:05 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:08 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6a41a331447ca6dd1d67be7965e9267bbee73d8b]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:18:55 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:07 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b076717b23492c414d7fc2057e58cfa869314482]

        INTEGRATION: CWS qadev24 (1.3.16); FILE MERGED 2005/09/19 15:19:58 cn 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 07:58:06 cn 1.3.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6c21dc9cc467e80a0712d1851edd42cc325232de]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:08:04 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:05 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a36fac903c5e314452d509afac790e7d1efa4125]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:16:27 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:58:05 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ce273d417f555f097e7b49f395189209d405cc16]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:04:49 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:58:05 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4ade527c75b8b3cb2bcd79508440799c5c0f5ecf]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:17:05 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:04 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d03990e18f7987a612bbf4314c29839cb6d9d2c2]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:21:43 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:03 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1a3afaeb947f0a4cc88a4d46391cdd4ce27925f4]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:14:52 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:02 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [89118637b3339ca0252566bd05466a2fd5359a37]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:22:02 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:02 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [61c71b8329bb12a884ef2157e5e4a82fab578b64]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:24:03 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:02 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ecc66272c798bf4416dfc54d107162eb203a5883]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:22:16 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:01 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bf0fa7c3cb025832a01ad464767da3fdf4abcc3a]

        INTEGRATION: CWS qadev24 (1.5.16); FILE MERGED 2005/09/19 15:18:31 cn 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:58:00 cn 1.5.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5e8be3eba1e71a44867683f2861d25c0cba20199]

        INTEGRATION: CWS qadev24 (1.4.16); FILE MERGED 2005/09/19 15:04:01 cn 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:57:58 cn 1.4.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [28b03d45744cc4d8a872b8b669d76834895d8016]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:07:52 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:57 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a824a295e9920c6ea8af3bacf0c41427c9617f9c]

        INTEGRATION: CWS qadev24 (1.4.98); FILE MERGED 2005/09/19 15:13:25 cn 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:57:55 cn 1.4.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f345edf81c4222a05d99b3f465a5655c6f550b68]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:15:29 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:53 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bbd73805ca023a98f10b718453a8361d65ec952f]

        INTEGRATION: CWS qadev24 (1.2.72); FILE MERGED 2005/09/19 15:23:19 cn 1.2.72.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:57:51 cn 1.2.72.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [dd55b166e319ed587194ef955363e54889ece341]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:13:49 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:50 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9aab0714f1b262a7a7f8853737a9931b8ac36296]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:17:23 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:49 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a29ac6f978a7ba7f67431e83684ff7d6c56a2809]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:09:39 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:49 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b115a5d05f32caa39946d2a4c51b4ab8cb460754]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:15:11 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:48 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3a302cd60501f4be4079db8a50209fe76efa0d88]

        INTEGRATION: CWS qadev24 (1.3.16); FILE MERGED 2005/09/19 15:16:17 cn 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 07:57:48 cn 1.3.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [699a26c8c1eb85dbd046e9576f0046e3aaaabb98]

        INTEGRATION: CWS qadev24 (1.3.16); FILE MERGED 2005/09/19 15:25:50 cn 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 07:57:47 cn 1.3.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6ff070f6ff128fd1bc46c8b2377c1ac16ad8a709]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:10:50 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:46 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5fb5a26978cdcaaccae6652e6c104ad8fffdbe6f]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:10:20 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:46 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bf7243431ff64cdac2e224213dcc2e5d868f3eb4]

        INTEGRATION: CWS qadev24 (1.2.4); FILE MERGED 2005/09/19 15:08:31 cn 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:57:45 cn 1.2.4.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [90074d015caa546debcf826f9b320d4ec7b670d0]

        INTEGRATION: CWS qadev24 (1.2.4); FILE MERGED 2005/09/19 15:19:23 cn 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:57:45 cn 1.2.4.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [540c81d64a22f38b99a9c7549d940e7987d762d9]

        INTEGRATION: CWS qadev24 (1.2.4); FILE MERGED 2005/09/19 15:26:30 cn 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 07:57:44 cn 1.2.4.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a968e6fa6d2f098c6c7894d35baf623d1b0b241e]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:12:05 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:43 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [95bcb9a184467a7a38da2ab846f1f6b88b00076f]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:13:59 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:42 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [67ca31c30bfb156e33b55873085ab9dee75a6ab3]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:25:39 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:42 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9bca467ff8037ea811dafde90cd060fbfff2fa2b]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:19:14 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:40 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4c3dbae6b1035f1ee984820d550c9302f689d82b]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:05:18 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:39 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c9af1ce7bcf8334e467ce51087dfa14471f019ca]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:15:02 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:39 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e6bb953b773fa0f9450a24543d774689f2373fd9]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:03:43 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:38 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d8b483777f3405b5fbc79ba63d709c458f0c9bf1]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:06:35 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:38 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ff9a5f4cda605f7ad2a047c9c5194593831fac8e]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:04:14 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:37 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [32fbc9e4973e3eb2b4c81b406d292cdf9370e0c3]

        INTEGRATION: CWS qadev24 (1.6.98); FILE MERGED 2005/09/19 15:11:36 cn 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:36 cn 1.6.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2c4b2efe856d4c006d58a4301c3909e6b946bb3a]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:20:48 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:36 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a7ab32fcbdc58f40933179b20a21d6b18f5c6cea]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:27:21 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:35 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ea950371568d7276b4dae8e9837811383f3f6d83]

        INTEGRATION: CWS qadev24 (1.5.98); FILE MERGED 2005/09/19 15:21:00 cn 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:34 cn 1.5.98.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [adf097dc8d79266d2cd754b9fd45e3f883fc1721]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:22:51 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:34 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [81adceeecd073746d92226cd5a3dd755c81fe17f]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:12:26 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:33 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [13dbe53a3a567eceb919c80b96057cc25e75a09b]

        INTEGRATION: CWS qadev24 (1.8.16); FILE MERGED 2005/09/19 15:12:15 cn 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:33 cn 1.8.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4c064d03c7fdb92d02854ef30e1919adb9a27c80]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:09:49 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:32 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b74b7c389f512f86053d7d7f8e146a26c412fff2]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:14:22 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:32 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1022a975c804da60ed7789a1fdb52a97e4f27960]

        INTEGRATION: CWS qadev24 (1.7.16); FILE MERGED 2005/09/19 15:04:38 cn 1.7.16.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:31 cn 1.7.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a54596c8aec8d5c367ed6726560609aeaecfe777]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:07:16 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:30 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a0c5f237e9d876dedfeae6eabb97076ea4eace39]

        INTEGRATION: CWS qadev24 (1.4.16); FILE MERGED 2005/09/19 15:20:22 cn 1.4.16.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:57:29 cn 1.4.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [dde800da57dfbfbc82077b1b31e92c3c1092e0a7]

        INTEGRATION: CWS qadev24 (1.3.6); FILE MERGED 2005/09/19 15:21:21 cn 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 07:57:28 cn 1.3.6.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [16b7e9b702a2f70bc11ff95ecbf4178944735f8d]

        INTEGRATION: CWS qadev24 (1.6.16); FILE MERGED 2005/09/19 15:07:44 cn 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 07:57:27 cn 1.6.16.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [3812b1b1d8faed90a9db0dccbb2d33d71006b7b7]

        INTEGRATION: CWS qadev24 (1.7.12); FILE MERGED 2005/09/19 15:23:51 cn 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/13 07:57:27 cn 1.7.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bbbd3c8f42c300c9fa72a90a5d8f6d2042983393]

        INTEGRATION: CWS qadev24 (1.10.12); FILE MERGED 2005/09/19 15:10:58 cn 1.10.12.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 07:57:26 cn 1.10.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [d008bb2f88ccc8f85987c7239f12b82bbfd58def]

        INTEGRATION: CWS qadev24 (1.8.12); FILE MERGED 2005/09/19 15:26:18 cn 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:25 cn 1.8.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6609f005a9a41ee6851d940a195c494b95490276]

        INTEGRATION: CWS qadev24 (1.8.12); FILE MERGED 2005/09/19 15:15:57 cn 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:25 cn 1.8.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [173665546df5bba452bb5970573081d08219b781]

        INTEGRATION: CWS qadev24 (1.10.2); FILE MERGED 2005/09/19 15:26:04 cn 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 07:57:24 cn 1.10.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [006ebf00e3e8ec56de5fb1020462595083095da7]

        INTEGRATION: CWS qadev24 (1.8.2); FILE MERGED 2005/09/19 15:16:07 cn 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:24 cn 1.8.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [066340cd57b4b4fe3256c0a67497c14ab5532015]

        INTEGRATION: CWS qadev24 (1.10.2); FILE MERGED 2005/09/19 15:16:36 cn 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 07:57:23 cn 1.10.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [53dd38063797b943c58ccec143149ebde04569f5]

        INTEGRATION: CWS qadev24 (1.8.2); FILE MERGED 2005/09/19 15:12:54 cn 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:22 cn 1.8.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8465fcf9a36c03b8953c026ed83e2c25dea3f08b]

        INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED 2005/09/19 15:21:31 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 07:57:22 cn 1.9.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c159af6a392873679ffa0da1e42eddb03c7e0dbb]

        INTEGRATION: CWS qadev24 (1.8.2); FILE MERGED 2005/09/19 15:05:35 cn 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 07:57:22 cn 1.8.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [932e1296e703d6583093f7441a495672e50cdd18]

        INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED 2005/09/19 15:12:36 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 07:57:22 cn 1.9.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fa2565b857c97622fbb6438106bded5c2d2f9089]

        INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED 2005/09/19 15:18:20 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 07:57:21 cn 1.9.2.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6d64aea483d53f96f1196e68ca856755ff4eb0ec]

        INTEGRATION: CWS qadev24 (1.4.72); FILE MERGED 2005/09/19 15:23:38 cn 1.4.72.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 07:57:20 cn 1.4.72.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [12f89b80a4ae3bece58d6f6d1f3428ca5e6f4497]

        INTEGRATION: CWS qadev24 (1.5.12); FILE MERGED 2005/09/19 15:04:28 cn 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 07:57:20 cn 1.5.12.1: #i54533# define class variables for documents as 'static'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b11bebdbec1e6b5b86ef2a74025d6bb9d7ab5405]

        INTEGRATION: CWS qadev24 (1.6.12); FILE MERGED 2005/09/19 16:52:06 cn 1.6.12.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/08 14:39:01 cn 1.6.12.1: #i52275# enhance logging

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f0f86744bfd94c3c70d84695389aa29d5ceff107]

        INTEGRATION: CWS qadev24 (1.4.2); FILE MERGED 2005/09/19 13:27:01 cn 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/10 07:50:39 sw 1.4.2.1: #i46734# removed superfluous comperator

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [35477b8bca77e0bc20eb66e2e31d5dee7128b95c]

        INTEGRATION: CWS qadev24 (1.3.114); FILE MERGED 2005/09/19 13:27:13 cn 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/16 09:05:21 cn 1.3.114.1: #i52275# use XSimpleFileAccess to locaate printed file

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5ac1fc81ee896d0c7aea7c9d4812eafe58cde9cb]

        INTEGRATION: CWS qadev24 (1.3.114); FILE MERGED 2005/09/19 12:14:48 cn 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 10:25:35 cn 1.3.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [76f314ef8285eecccd24452e0a712afa28c0db8a]

        INTEGRATION: CWS qadev24 (1.3.102); FILE MERGED 2005/09/19 12:17:13 cn 1.3.102.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 10:25:35 cn 1.3.102.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [575e22b05aa90abf74431fd96f31e45e76b23b32]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 14:07:03 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:34 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4dcf97870392cadca5c1858a9606c2bda3eb4787]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 14:04:26 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:33 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cc66f1c6a6a84b889b67a7345fed7f570b99d788]

        INTEGRATION: CWS qadev24 (1.4.76); FILE MERGED 2005/09/19 15:03:23 cn 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 10:25:32 cn 1.4.76.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [56131ecdd919fc959a6c125ac6bc46976ae3f96b]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/08/22 09:51:57 sw 1.1.2.1: #i46734#

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [626e02d52a6e672efb284c06861e5d1bb79c5edc]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/08/05 12:46:48 sw 1.1.2.1: #i22891# initial version

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a7b05573ee345692502c9bd1c41e158c00d512af]

        INTEGRATION: CWS qadev24 (1.3.114); FILE MERGED 2005/09/19 14:54:54 cn 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 10:25:30 cn 1.3.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [91298f74b23686b44fc4d3ac704460809656a142]

        INTEGRATION: CWS qadev24 (1.4.2); FILE MERGED 2005/09/19 13:01:15 cn 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 10:25:28 cn 1.4.2.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f1c02b1b70c877e247a0fef685f82904f7175cba]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:11:39 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:27 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e32f69079c988d23c421c8034f316969f48204fb]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:12:36 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:26 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5492f66758ca76d2b7dbe0f427bea542c3ecf908]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:11:17 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:26 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9b32cdbe03ae029ed32ee76a753fd0a30463e8c9]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:12:27 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:26 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2fb5c9275cc8547e00c26bf513c7dd3ac2a9d8f5]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:10:59 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:25 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [985398793fae658476154b5a1e54d475ae7a5fed]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:10:48 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:25 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [46abae76305979c9250dea0c8e328520cb0c01bd]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:11:08 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:25 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8df0b4a86ce3e898d85a148edec1ecba17ce4fce]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:11:47 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:23 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a1f61aba8f1aec66a0b8077cd8c7e5bc8e77cf2d]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 12:12:45 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:23 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4313d936b8efe7dc9dfb9a4078997c01dd7e854d]

        INTEGRATION: CWS qadev24 (1.5.2); FILE MERGED 2005/10/06 13:30:03 cn 1.5.2.1: #i55556# the october was not assignet to the 4th quater, that is fixed now

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8af292ca6b3db633f07f7ea3150de53065187e36]

        INTEGRATION: CWS qadev24 (1.4.76); FILE MERGED 2005/09/19 13:48:46 cn 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/08 08:19:55 cn 1.4.76.1: #i51717# adopt test because of bug i51665. The method initialize() now could handle an uno.runtimeException with a special error text

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f9fb932c9532001557228c2b0950b56e0428dbc2]

        INTEGRATION: CWS qadev24 (1.4.76); FILE MERGED 2005/09/19 13:50:45 cn 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/15 12:46:26 cn 1.4.76.1: #i52579# UNO-API calls must recorded

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f021fdbcd7291e07807af43f4bf1b2de736b2c3b]

        INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED 2005/09/19 14:35:04 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/05 12:03:58 sw 1.2.114.1: #i22888#

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7a22390725f038d90f192e534e97dce8683a13d4]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/08/19 13:57:19 cn 1.1.2.2: #i46734# fixed imports 2005/08/19 13:48:05 cn 1.1.2.1: #i46734# new initial version

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [81f0ef4bf7b1a3b8fe1049ea7dca668153bbe0e6]

        INTEGRATION: CWS qadev24 (1.5.2); FILE MERGED 2005/11/02 10:09:16 sw 1.5.2.1: #111721# special for Scrollbar

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8b932be545540701cc0ba589d1c1833ad80deb09]

        INTEGRATION: CWS qadev24 (1.14.114); FILE MERGED 2005/09/19 14:44:34 cn 1.14.114.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/05 09:46:02 sw 1.14.114.1: #111638#

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a02ca058fb2984c08a3b117fbd65c597b00c7fb9]

        INTEGRATION: CWS qadev24 (1.3.114); FILE MERGED 2005/09/19 14:43:42 cn 1.3.114.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/24 09:40:17 cn 1.3.114.1: #i52275# enhance logging

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6a13284f4bdce19a7ca17be6f7ac2d6083f8bac6]

        INTEGRATION: CWS qadev24 (1.4.2); FILE MERGED 2005/08/30 13:09:33 cn 1.4.2.4: #i53977# the closing time for a self closing of the office get a new parameter 'OfficeCloseTimeOut' which is 5000 ms by default 2005/08/26 09:27:57 cn 1.4.2.3: #i52275# KEEP_DOCUMENT added 2005/08/15 13:18:30 cn 1.4.2.2: #i52234# new parameter NewOfficeInstance 2005/07/20 15:13:49 cn 1.4.2.1: #i52234# new property 'NewOfficeInstance'

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5f942c35bba220c281b2e9e939a84c1307a2b5e8]

        INTEGRATION: CWS qadev24 (1.3.16); FILE MERGED 2005/09/19 21:48:54 cn 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 13:58:42 cn 1.3.16.2: #i46734# new function 'bringWindowToFromt()' 2005/07/20 09:10:52 cn 1.3.16.1: #i52213# add dockStylist()

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [57a363d19bc8c42281e24c193b10086592737592]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/09/22 10:19:56 cn 1.1.2.1: #i54796# new initial version

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5396c0d07406d0118c355f77bcdde062701c0d8b]

        INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED 2005/09/19 21:42:13 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/30 13:09:33 cn 1.9.2.1: #i53977# the closing time for a self closing of the office get a new parameter 'OfficeCloseTimeOut' which is 5000 ms by default

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5552c4417429cbc58fef2d95b4eaacc869885fc4]

        INTEGRATION: CWS qadev24 (1.9.2); FILE MERGED 2005/09/19 22:07:58 cn 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/09 13:52:54 sg 1.9.2.1: #i53977#added c'tor for handling the office start

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [94366d5c86cf6e5052e049a061911cdb257f7f17]

        INTEGRATION: CWS qadev24 (1.17.2); FILE MERGED 2005/09/19 22:08:19 cn 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/30 13:09:32 cn 1.17.2.1: #i53977# the closing time for a self closing of the office get a new parameter 'OfficeCloseTimeOut' which is 5000 ms by default

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a6aae258ce4ddb3ec68c815dbbb451a93f66d5b8]

        INTEGRATION: CWS qadev24 (1.3.2); FILE MERGED 2005/10/04 10:41:51 lla 1.3.2.1: #i52275# better recursive directory cleaning software

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bc8e26686f2b8b65c2143e7daa85b31295222f57]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/07/20 09:09:55 cn 1.1.2.1: #i52213# new initial version

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [633ba86b451a5c378204c6e8ff06e886051b7c48]

        INTEGRATION: CWS qadev24 (1.5.6); FILE MERGED 2005/09/19 22:02:55 cn 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/18 11:33:27 lla 1.5.6.1: #124348# status changes

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c48b4d16ca58471608fb60373bb6cf60580310a5]

        INTEGRATION: CWS qadev24 (1.4.12); FILE MERGED 2005/10/04 10:02:59 lla 1.4.12.7: #i52275# add some more times 2005/09/30 10:30:37 lla 1.4.12.6: #i52275# compile failure 2005/09/30 10:21:12 lla 1.4.12.5: #i52275# start office only if really need 2005/09/19 22:02:46 cn 1.4.12.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/12 07:07:32 lla 1.4.12.3: #124348# prepare source for use of leave out lists 2005/08/08 12:33:40 lla 1.4.12.2: #124348# add the feature to leave out files 2005/08/08 10:56:56 lla 1.4.12.1: #124348# problems with Referencebuilds fixed

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c94c0b65929ac9b5982df2e67ae563fb70eb15d8]

        INTEGRATION: CWS qadev24 (1.3.22); FILE MERGED 2005/09/19 22:06:17 cn 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 12:33:40 lla 1.3.22.1: #124348# add the feature to leave out files

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4c08aef121721358ec8abbb860d82f9e9bb8cec1]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/10/04 10:02:58 lla 1.1.2.6: #i52275# add some more times 2005/09/30 11:10:51 lla 1.1.2.5: #i52275# handle version 2005/09/30 10:27:24 lla 1.1.2.4: #i52275# speedup 2005/09/29 14:03:17 lla 1.1.2.3: #i52275# word performance 2005/09/29 12:45:09 lla 1.1.2.2: #i52275# nullpointer exception because array too small 2005/09/27 11:19:58 lla 1.1.2.1: #i52275# PerformanceContainer

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e5672257b1720a9ec690edf03411fa6589c98d60]

        INTEGRATION: CWS qadev24 (1.4.12); FILE MERGED 2005/10/04 10:02:58 lla 1.4.12.9: #i52275# add some more times 2005/09/30 11:28:21 lla 1.4.12.8: #i52275# add some returns 2005/09/30 11:10:50 lla 1.4.12.7: #i52275# handle version 2005/09/30 10:25:06 lla 1.4.12.6: #i52275# beautify info file 2005/09/27 11:20:25 lla 1.4.12.5: #i52275# PerformanceContainer 2005/09/19 22:04:04 cn 1.4.12.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/12 11:37:12 lla 1.4.12.3: #124348# give reason why wait. 2005/08/12 06:45:14 lla 1.4.12.2: #124348# leave out picture files 2005/07/18 11:33:27 lla 1.4.12.1: #124348# status changes

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [67b3a96a615cf4672c54083de353f8918142a862]

        INTEGRATION: CWS qadev24 (1.5.2); FILE MERGED 2005/09/30 11:10:50 lla 1.5.2.10: #i52275# handle version 2005/09/30 10:24:23 lla 1.5.2.9: #i52275# problem with nullpointer fixed 2005/09/29 14:03:16 lla 1.5.2.8: #i52275# word performance 2005/09/29 12:44:07 lla 1.5.2.7: #i52275# printViaWord.pl changes 2005/09/27 11:20:25 lla 1.5.2.6: #i52275# PerformanceContainer 2005/09/19 22:02:38 cn 1.5.2.5: RESYNC: (1.5-1.6); FILE MERGED 2005/08/12 11:37:12 lla 1.5.2.4: #124348# give reason why wait. 2005/08/12 06:46:30 lla 1.5.2.3: #124348# handle dot and rtf also as Microsoft documents 2005/08/08 10:49:03 lla 1.5.2.2: #124348# problems with Office2003, after print, document needs to save again. Fixed 2005/07/18 11:33:27 lla 1.5.2.1: #124348# status changes

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9cac2d20cc1920b34f52f48b6fb84e817d7dbe9a]

        INTEGRATION: CWS qadev24 (1.1.2); FILE ADDED 2005/07/18 11:33:05 lla 1.1.2.1: #124348# create a list output file

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1c91ee139860ebaf62ecabd9ed559bf153cc200f]

        INTEGRATION: CWS qadev24 (1.5.4); FILE MERGED 2005/09/30 10:26:54 lla 1.5.4.5: #i52275# handle NoOffice Parameter 2005/09/27 11:20:24 lla 1.5.4.4: #i52275# PerformanceContainer 2005/09/19 22:03:41 cn 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/26 07:14:06 lla 1.5.4.2: #124348# filter some pictures out 2005/08/08 12:33:40 lla 1.5.4.1: #124348# add the feature to leave out files

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [29f2e04cb256066bdd511294f53210f47206ceca]

        INTEGRATION: CWS qadev24 (1.3.12); FILE MERGED 2005/09/19 22:01:21 cn 1.3.12.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/12 11:37:12 lla 1.3.12.2: #124348# give reason why wait. 2005/08/08 10:55:48 lla 1.3.12.1: #124348# wait a second

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [adff2466301dadf2e5803275caf442c7c140e88a]

        INTEGRATION: CWS qadev24 (1.3.12); FILE MERGED 2005/09/19 22:02:04 cn 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/12 07:44:07 lla 1.3.12.1: #124348# prepare source for use of leave out lists

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4c8b41fdc60824618404c828d1a18cb923dbef80]

        INTEGRATION: CWS qadev24 (1.4.12); FILE MERGED 2005/10/04 10:02:56 lla 1.4.12.6: #i52275# add some more times 2005/09/30 10:21:12 lla 1.4.12.5: #i52275# start office only if really need 2005/09/19 22:03:33 cn 1.4.12.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/12 07:44:06 lla 1.4.12.3: #124348# prepare source for use of leave out lists 2005/08/08 10:47:25 lla 1.4.12.2: #124348# problems with directory usage fixed 2005/07/18 11:33:27 lla 1.4.12.1: #124348# status changes

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c9ed55e6ecfb9881db29a28112a18620c7bf8d84]

        INTEGRATION: CWS qadev24 (1.2.28); FILE MERGED 2005/09/19 22:01:51 cn 1.2.28.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/18 11:33:26 lla 1.2.28.1: #124348# status changes

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [5a5e4eaf7e81d3471e024029cadadd3f53d0f16a]

        INTEGRATION: CWS qadev24 (1.11.28); FILE MERGED 2005/09/19 21:45:17 cn 1.11.28.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/20 15:15:48 cn 1.11.28.1: #i52234# if parameter 'NewOfficeInstance' is given, every test job gets a new office instance

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [44ff7c9f00a00c799f393d874e7fdaff835c9f05]

        INTEGRATION: CWS qadev24 (1.9.16); FILE MERGED 2005/09/19 21:46:26 cn 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/26 07:15:48 lla 1.9.16.1: #124348# remove TimeOut=0 so it is possible to set timeout via parameter

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ae4135276486adfffdce766cf8f5e865a4a06e72]

        INTEGRATION: CWS qadev24 (1.10.2); FILE MERGED 2005/09/30 08:45:28 lla 1.10.2.1: #i52275# compile speedup, no longer output of whole list of added files to jar

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [07c11f29994db0a0f69d1e6c9743f00865dc0f67]

        INTEGRATION: CWS qadev24 (1.5.34); FILE MERGED 2005/08/24 12:22:03 cn 1.5.34.1: #i53720 add com::sun::star::chart::XChartDataArray since #i51627

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [435b2e48d025a716a4b10bb0eb4abf0606f2537c]

        INTEGRATION: CWS calc33 (1.24.48); FILE MERGED 2005/10/26 17:59:17 nn 1.24.48.1: #125326# don't access EditView when it isn't inserted into the EditEngine

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [7745df6ae4dbf7f1c8eea0ff90dda73fe0565a15]

        INTEGRATION: CWS qadev24 (1.2.74); FILE MERGED 2005/08/19 13:46:38 cn 1.2.74.1: #i46734# objdsc for com::sun::star::awt::XUserInputInterception added

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4716c6a24c0deba9d0d0a6c24c688ede01985a3f]

        INTEGRATION: CWS calc33 (1.21.50); FILE MERGED 2005/10/26 18:14:40 nn 1.21.50.1: #i56720# ignore all namespaces in formulas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [bdeec254d4bfda77168e8203493766d5a2220e1a]

        INTEGRATION: CWS qadev24 (1.2.12); FILE MERGED 2005/09/30 09:31:07 lla 1.2.12.1: #i52275# debug switch

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b768f4c18d835624322c6351b99f4a57371e5865]

        INTEGRATION: CWS calc33 (1.87.34); FILE MERGED 2005/10/26 18:14:40 nn 1.87.34.1: #i56720# ignore all namespaces in formulas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6fca20d33f1a90db788ddc290e7e8ff726693ca3]

        INTEGRATION: CWS calc33 (1.24.50); FILE MERGED 2005/10/26 18:14:41 nn 1.24.50.1: #i56720# ignore all namespaces in formulas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1e88ccfa2ea91189384b1fc766ec8fb14b3b3d66]

        INTEGRATION: CWS qadev24 (1.2.320); FILE MERGED 2005/10/13 11:35:18 lla 1.2.320.1: #i52275# fix problems with new format

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c5e6591689cfad9d39ab5143194e6d7b9b40cb40]

        INTEGRATION: CWS qadev24 (1.3.320); FILE MERGED 2005/10/13 11:35:17 lla 1.3.320.1: #i52275# fix problems with new format

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [31920656e97091070dd2b88dbe1f388ef35ff48e]

        INTEGRATION: CWS qadev24 (1.3.320); FILE MERGED 2005/10/13 11:36:29 lla 1.3.320.1: #i52275# add object directory parameter

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1dec8ac174dbd2ec7af1c4426f23bb1b07bc984a]

        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>  [e8341ee911bbc5800e1a308f4cf1dfb8fda91e31]

        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>  [b4c83f7ec52a869c615462143f4fa3a38354d1c8]

        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>  [f4dd4f36b30a03e6df24b872c8765107cdc68d2d]

        INTEGRATION: CWS canvas02 (1.23.38); FILE MERGED 2005/10/27 13:38:51 thb 1.23.38.1: #i48939# Changed agg module to now provide a dynamic lib (here: of course, a dll needs to be packed)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [76279cb6cb2803e9db8bf84fd1d45614e5bb72ff]

        INTEGRATION: CWS canvas02 (1.113.28); FILE MERGED 2005/10/25 22:31:04 thb 1.113.28.1: #i48939# #i50201# #i51362# #i52235# #i52876# #i53461# #i53538# #i53964# #i54035# #i54960# #i55166# #i55756# #i56205# #118732# #122302# #124780# #i50485# #125760# #i56550#: Added patch flags for CWS canvas02

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [de9be8753572793f1032612d524f383194f5906d]

        INTEGRATION: CWS canvas02 (1.146.24); FILE MERGED 2005/10/25 22:31:03 thb 1.146.24.1: #i48939# #i50201# #i51362# #i52235# #i52876# #i53461# #i53538# #i53964# #i54035# #i54960# #i55166# #i55756# #i56205# #118732# #122302# #124780# #i50485# #125760# #i56550#: Added patch flags for CWS canvas02

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [e838919d425116dbcdb941d1d5b112dc808c4153]

        INTEGRATION: CWS canvas02 (1.2.70); FILE MERGED 2005/10/25 22:31:02 thb 1.2.70.1: #i48939# #i50201# #i51362# #i52235# #i52876# #i53461# #i53538# #i53964# #i54035# #i54960# #i55166# #i55756# #i56205# #118732# #122302# #124780# #i50485# #125760# #i56550#: Added patch flags for CWS canvas02

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6ed3f7ab8109aa8b04d174c6072bf20dbaea4f7a]

        INTEGRATION: CWS canvas02 (1.4.52); FILE MERGED 2005/10/27 13:38:51 thb 1.4.52.3: #i48939# Changed agg module to now provide a dynamic lib (here: of course, a dll needs to be packed) 2005/10/26 19:23:56 thb 1.4.52.2: #i48939# Now needing agg for canvas 2005/10/25 22:31:02 thb 1.4.52.1: #i48939# #i50201# #i51362# #i52235# #i52876# #i53461# #i53538# #i53964# #i54035# #i54960# #i55166# #i55756# #i56205# #118732# #122302# #124780# #i50485# #125760# #i56550#: Added patch flags for CWS canvas02

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c6088a38603d0512cb6d22067d47fe897d7e13de]

        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>  [14d453b92315be06bd9e33be88114187b8487a42]

        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>  [99b0d1955b0ea926b56a86ea00cb4ecddb501785]

        INTEGRATION: CWS canvas02 (1.6.2); FILE MERGED 2005/10/19 14:41:26 thb 1.6.2.1: #i48939# Moved ValueMap from slideshow; adapted AttributeMap accordingly; added debug trigger code, which initiates a screen dump, after an animation batch has completed

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [29d23369174ea90d87c2431fa19fb6931dcdda99]

        INTEGRATION: CWS canvas02 (1.2.34); FILE MERGED 2005/10/25 13:53:51 thb 1.2.34.4: #i56550# Fixed the problem that background shape and first master page shape shared the 0 shape prio; smallish clean-ups 2005/10/17 12:22:24 thb 1.2.34.3: RESYNC: (1.3-1.4); FILE MERGED 2005/10/09 04:39:18 thb 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/31 21:33:21 thb 1.2.34.1: #122302# Added new Shape::getDOMBounds() method, to retrieve unmodified shape bounds

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ba1e7358bbbfe14c19384b3c4242aa02528921aa]

        INTEGRATION: CWS canvas02 (1.8.2); FILE MERGED 2005/10/30 00:48:41 thb 1.8.2.1: #i56941# Corrected check for 'empty' transition

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c250fc9649b0cfa0b23aefd45b0a862eec83e092]

        INTEGRATION: CWS canvas02 (1.2.34); FILE MERGED 2005/10/17 12:21:07 thb 1.2.34.3: RESYNC: (1.3-1.4); FILE MERGED 2005/10/09 04:21:18 thb 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/01 14:01:29 thb 1.2.34.1: #122302# Using new Shape::getDOMBounds() method to determine size of the clip polygon, instead of the former getUpdateArea(). This is because, the sprite clip is transformed by the sprite transformation, which in turn contains the _full_ shape transform, relative to the DOM values

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ea66e7f41b7648ab20fb4cd2c9a860c2f62a535b]

        INTEGRATION: CWS canvas02 (1.3.22); FILE MERGED 2005/10/17 12:14:33 thb 1.3.22.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/09 03:59:41 thb 1.3.22.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:22:01 thb 1.3.22.1: #i48939# Adaptions to moved code (factored out clamp())

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [03051a1995b011bd8f1d0755d58ccf1653f16a6d]

        INTEGRATION: CWS canvas02 (1.3.8); FILE MERGED 2005/10/17 12:12:15 thb 1.3.8.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/09 03:56:14 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 14:08:58 thb 1.3.8.1: #i10000# Include math.h before everything else (to get the M_* constants)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1569a27e26fa01c8e860b7689c2221445a66b64a]

        INTEGRATION: CWS canvas02 (1.3.4); FILE MERGED 2005/10/19 14:41:25 thb 1.3.4.1: #i48939# Moved ValueMap from slideshow; adapted AttributeMap accordingly; added debug trigger code, which initiates a screen dump, after an animation batch has completed

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [0f89a42316a995213373b40b8d0e610c7e2dd2ac]

        INTEGRATION: CWS canvas02 (1.8.2); FILE MERGED 2005/10/20 16:10:44 thb 1.8.2.1: #i52235# AnimatedSprite now sets the sprite clip in pixel; modified ViewShape such that it correctly adapts the clip to the added antialiasing size

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b22ce870589eff02254d4e9fc548561d4d3b12fd]

        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>  [cf2a65c4f40cf6d83a636e5f98378a17aba4ea1d]

        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>  [221805dc83a1a95e2abcd111cb6b9c1d2849babc]

        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>  [507ff1b5df1597177cdc88ca808c57329f83438f]

        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>  [5710be892ee0a9b75e9d7818b1a37fe018c863a6]

        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>  [c2834d28631daffd141e4261710463294fd8573b]

        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>  [927fad7930429f0630bfc575f5e2b9b826642ff5]

        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>  [cbd32fec97a61e10d7b0f2086a15a3a9e8d60b55]

        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>  [50d720696f065983a620f83fbe4d3cc656ca05f3]

        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>  [6c9402381b252ce138f9abb13667ecccad5f09eb]

        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>  [f4212a0611e90ba7fcc60d1884916183f9b989d5]

        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>  [2eaa5ccc378433ad1291940249abf54f0d0e0291]

        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>  [a896ce2c3f5bbc0cbf97c75154e02dd4426aacab]

        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>  [3d5eb8a5491f7f6cc03623c352521776b34f8389]

        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>  [679e109653b00e78637ba56d5f4eaee8fbf47815]

        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>  [44392fb2000289f66968fcc901b2860a1368e695]

        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>  [b62bca7a2c2e30fefcc0e8ddce3f5b440ab13080]

        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>  [6a16e9b41217e6cc15b708988140b3b350c380a4]

        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>  [5d0c305e3869b29e2afd472f0276adc6dc72029b]

        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>  [d59d62c7e47a81433482a2e85636cc966dbd08f0]

        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>  [57fedca0475ab984abcd0dcfa3d918cc3dd53055]

        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>  [ad0ef45048fa7667f4a7d541f487263f55fcd76e]

        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>  [e895ac9c6843b8d61cd1cda6a6a202f97a2e4a9d]

        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>  [79125407aee6bf798eeeb2030ce25b4b38de6e9a]

        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>  [28abc01932c39e6e485f50273decf76494dc17e6]

        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>  [507a25b2141749c01423d882632bd28151a4e3b4]

        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>  [b68c2177db61636c19ad3447cb565b977ad17882]

        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>  [e4d165e2bd249a654476874e89c46c7939f41107]

        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>  [4b5aba906334d9959e95bf34a19accd0b83d7cf2]

        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>  [412a75790f51d3c5f12380503ece4f733aeef944]

        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>  [5ef4d26b3cba160753740fae06b909b94fdc3f02]

        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>  [7492538b42701a38a1d2e9e9858f3571ac74c4a9]

        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>  [00fcf1d4c5ebdd1e531905cef34c110e94dcf45f]

        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>  [e49560c2ddca1b1489e3870b5de6d99c99a6d971]

        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>  [d3ce3931e4451374dcfb07ff3923144f08be5cdc]

        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>  [c0f93813b31e9bf1d751ce618e1c8c3bc6d87d95]

        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>  [44fe542a7b01996e3b2587686597ea2aeed8bac0]

        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>  [83a5fd5d1c880a1689bb15f9253a9eddbb9e683b]

        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>  [e73c742fa5d8b278a04315ae8331a22537a1fe78]

        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>  [38206efdd0c425e0fe84620c47fb8ca949cbf840]

        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>  [f2ccf1c16b83ec9894fd9f6e6d53badcf0a4dbff]

        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>  [36eb4a27aa201fae3f9c35350ff268b9eaac2e7e]

        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>  [ec6d04eb0467e27ca82f4a4d46a00c63a869aafb]

        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>  [ead8b19215fa34a44ba78032c21f8991ef472c7b]

        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>  [b85df3cd19456ab39dd92acf36c2dbf0525ea72e]

        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>  [5c9d19c7a097d777207b0761db42be36a4b4325d]

        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>  [842382acff4abd153813700583ae3d3f3c0566a2]

        INTEGRATION: CWS canvas02 (1.93.74); FILE MERGED 2005/10/26 19:35:57 thb 1.93.74.1: #i48939# Changed agg module to now provide a dynamic lib (here: added AGGLIB define)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f7120ec36560dad13d946fcd276eb2049711deb0]

        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>  [697d2e6fe4d28a32a9d15bd2dcd04f7d4fc2568b]

        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>  [03385d9c7d4dbe3d8faccb7442022744dd60b25f]

        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>  [c2824cdcba28d3394dbc3ed0361ee9c9d99fabb7]

        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>  [58213878cec089dfebdfdfea7be3034987fe544f]

        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>  [c571b8b359566a07c005ee84345d15505a24bb02]

        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>  [36f9a4d595182183397c4b433a20624cceaebe5e]

        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>  [8bb32b9831eb5b322e9463a2dfeafc451cf8de9c]

        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>  [a9581edb320994cb990d4d6334ae13cbbdfe00a8]

        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>  [f221d52d2ec751a3888c590f4ef20ced8d2eb1bf]

        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>  [692ab6aecf8dbc625e258005c2bea2d22a58a486]

        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>  [43a79af89b077fc7760e462b7555fe30773e13d7]

        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>  [d81cb0595f63ab988ff19e176b5b14424a486f54]

        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>  [0bcb1e71def75a38d6f72d5dbd0c1d25ff828133]

        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>  [4e7c9b9c9f9c3c079b65e54fac5fc74ee4c4b322]

        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>  [5a6f30514bb5d763e9b98c767b26f13d835681a6]

        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>  [af427b9ddd04ec0ff1800986404329466327f82f]

        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>  [f136e867736ba8264cdf81303f9cf7e19a10e8b3]

        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>  [015efe95f3be2da3d0b049553824a4c65885c31c]

        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>  [b2346685003edbed32e066e32f28f86e15b5bfd8]

        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>  [5d130f53c857bfe9075fdce6f0f10664934c600d]

        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>  [43bb76375449067a7f15a42b8160957ff73dea6a]

        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>  [883d95ea485db7c93b628712c4e0c2eb635b0f38]

        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>  [7edcea3c4f8aee2a4306681d4d38dac1cae729af]

        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>  [96dc30f601ed6fcae9bf0924bae76d0c7134afa5]

        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>  [28fe9ef14229ffa9de6c9f34bf93f2683fd5af84]

        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>  [61f87fd6a477ed3d2a9b7780858c7faeb25ceb49]

        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>  [ec88e9f464df1fb1ac363b3558307b0a929b62a9]

        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>  [4fcebb2c1f62e9f79a0f35028db4da6dd2bc3737]

        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>  [08601e9bfaf5cc6ba13d49d0b2079099f6eb47fd]

        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>  [761ad51e2a1a07d568ce1eb4b8a6d86245d2acc5]

        INTEGRATION: CWS canvas02 (1.8.12); FILE MERGED 2005/07/29 14:44:12 thb 1.8.12.3: #i48939# Also exporting tuple now 2005/07/28 14:27:02 thb 1.8.12.2: Merged in changes from CWS glcanvas: added boost-pool 2005/07/21 14:35:18 thb 1.8.12.1: #i48939# Need polymorphic_downcast for fast downcasting in VCL canvas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [579c95fb426921697b477ce0849196cec8fc8fa6]

        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>  [38d924addcead0b3195a8b3a8b29cfc17ad49763]

        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>  [0f1a0371bb66b033fae37404832197a352ae16ac]

        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>  [f8658267684072df675600ae82e50d9c2fda27e9]

        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>  [fcac9e47f55b3955eef0c41d7224c386592a5c07]

        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>  [2cf6a3140a24923e81d1a325c0c9def34cd2e794]

        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>  [a2d7553687edc9b8b3f698aea55a123039e4703a]

        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>  [a762dc38e507ee1038b2746a24ad631b7a9970d6]

        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>  [0cb3c33d7bd668e6d6b529ec1400661f7859c3d2]

        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>  [eabbc65f37eb091bcf9bbab85bed66d76fbdb6f4]

        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>  [43edb56b4b61ddd3553d5c8b635f557d343b2d75]

        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>  [99c3de7ba7ba15396123546ac247090c040fc904]

        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>  [b44cc50a1e566427ccd76f2c0a77e97fa5a94724]

        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>  [d7f77f24c575ed436a2271b3950024b9d31972e1]

        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>  [b4fb313e21d2e6008efd0b330e4c610d287c2e34]

        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>  [018d08609bf1688915fe7086c517f67a97261a8b]

        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>  [c0b2276325b2c69389fa396a1704dbf65b0414e4]

        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>  [e17ff6f02cf4128d7f62b40d045af41add6ea295]

        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>  [c9a4f56a939f85b20b29c969e9ff25c7cfb65897]

        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>  [bf6709c2edcae4af6508e859d888d8a462a94a2c]

        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>  [ddc744c9bae52b4b6a4a485b2ee1babeb1016618]

        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>  [2ba194c8fc9c2774345befb82b434100897ddd9c]

        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>  [f8626f8d2df4a22291b5b76b0966951179ecb596]

        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>  [6c7bce568366e0776a37098d437a9437fb428a98]

        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>  [8cd9295affa16ede888c0c7bf7e95f50d998d54b]

        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>  [7fb7a608a10b515a822aefca7c94b9295fe46156]

        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>  [47f16bb9f0ed213c702e03a8291c9b57bdf10e81]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:49:55 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:18 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [86f673fbb024c061887d6dafd16ec3157fe96730]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:49:42 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:18 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [2cad2855b164e38322bb6e7c84e28d529fc4205e]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:48:44 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:17 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6317718b2482cdd14ac5b853a7c656f8b5e0b306]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:48:14 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:17 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [fd9df7cd6bd955aea51bfe5d0e6dbdac72cf2a4b]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:48:06 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:17 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b0b811d57ea66d2aee5d71e1eba01d869e468182]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:47:57 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:16 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [cefc619084b84ff32bf933f5c338388be16174be]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:47:19 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:16 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [57fc9dbd361569dd1296bf16cc1b01fcfe437700]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:45:47 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:16 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b519bc20f4110fbc3f32905cd5234d1473a670fa]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:45:38 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:15 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [f31033bb25c8a1a97dbcdf1653a10dcb8f3d59ad]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:45:17 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:15 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [a93c7fc035a0acbe133021f44d9a3612dc47fdac]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:44:39 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:15 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [4c1f7061f40eec27da24bbaa37328ffb638a31ab]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:44:13 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:15 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [c1357ecb1c4fb33068dfa7e5eea6f17fe675acbe]

        INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED 2005/10/08 20:42:53 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:14 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9c4023744cc7bb05b9e15e2993900f97697fb383]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:41:45 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:14 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [ef8402a42542f8cf7db153983a7d1d0d31992c01]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:38:01 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:14 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [10aecb65f376572873f7765d6856f65d683616f1]

        INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED 2005/10/08 20:36:52 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/17 23:31:13 thb 1.3.16.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [8b3b0b64aa997fb421656691b51b8b223c60701b]

        INTEGRATION: CWS canvas02 (1.5.40); FILE MERGED 2005/10/19 16:52:02 thb 1.5.40.1: #i48939# When running fullscreen, enabling the scroll optimization in VCL canvas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [1dc9c8187dc69bb60fbb9ae5375268530362785d]

        INTEGRATION: CWS canvas02 (1.10.10); FILE MERGED 2005/10/19 16:52:02 thb 1.10.10.1: #i48939# When running fullscreen, enabling the scroll optimization in VCL canvas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [6cfb72a53acc8e80127d031ebde3e2fe4e5430bd]

        INTEGRATION: CWS canvas02 (1.24.10); FILE MERGED 2005/10/19 16:52:01 thb 1.24.10.1: #i48939# When running fullscreen, enabling the scroll optimization in VCL canvas

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [628820c311a9e36f3d77dc9dcc9da11d4b1fccb2]

        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>  [77c27e95bc9615fbc4d335750bdf89ecbae933f4]

        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>  [09d79b93efba6884feebae0d154f607bc4d48269]

        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>  [b12095385e462a77fa9d7a7604abb08f34499ddf]

        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>  [8855922d5c283533b4660ab6d05c1f3a458870ec]

        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>  [7e32040dabb163c0a7de6ba9fb244e4e1611ebfe]

        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>  [0565f6b78e04cdb5828bf9d6abcd369d811da6cd]

        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>  [aaf62231a75359d356d04ab26fbee69ce8d5d371]

        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>  [8d9949c7798774746e75e033448628ab96e7e543]

        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>  [f4d78a48b916eccc69d0e5ae9b7cada93492b1e9]

        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>  [09550491c6c7ac2b65d8f63b4cab329f4fa85171]

        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>  [5eb61d1234566521fb1571753e5b27f9cff83b66]

        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>  [a360ee6ea290b6aa2264fa8eb1856d3b5f2df109]

        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>  [7db0325d8947c8afaaf5f37d8f5580791913b1aa]

        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>  [d233847d740154dda5dec66dbf6ac2b9ec59d46e]

        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>  [e9d24106ba8c816ff55e8041818f5b52e03665d3]

        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>  [a6b8e3df54600ed7fe87895de5021917c76c823b]

        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>  [f78b58e46bd4b2cbeb5038592e52c253dae1de50]

        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>  [f11e31ff126a8f6523d865cc299c1eb525438c17]

        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>  [647d92ae26af9a18b80ec4833482f7d81eeef679]

        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>  [5ea7ce72e15e628b2d88b27bac6b92ea3ae2be7d]

        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>  [ba57f8148d1f7f19542a641c29ce31f3b1b16429]

        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>  [4e75a4a810974d57a39c82b94c47cabdab6884a1]

        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>  [8b45f633cbed1945a0b18bcd2d8d7e1ec38602f6]

        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>  [b981b0f0514f69e1c86dd7983de7e6f4c8b2b834]

        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>  [e11e9e595fcbd284d6bec667da90efc528a489ee]

        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>  [b6b5a7a015ce0830277da291a02bbaaf46a94269]

        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>  [444872f50d1ecf149364e4525543bd9cc701ecca]

        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>  [2eb92dae04442e7a708378322046b8a0055ddda4]

        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>  [d4abafd04c8ec5f2002fe039cc45ae00d38c9501]

        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>  [239e5172bbad8fc5338f3bcaa48bbf383e63bf60]

        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>  [6c808e1182e151150d2dc998b232fa6355c2f7a1]

        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>  [9e2bf1d54a6e92dcfa3076bf4d7cc623ace87cd3]

        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>  [34b2e3f8d8cdb9313cacbf0c1433a0119f735329]

        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>  [8d0448dbace44d7b6c16b3ce4644a0a38943300f]

        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>  [7b6baf36f4a430f3b46601d7c7b3cd7f14c8457f]

        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>  [db7ee9b3c7b9dddad81937cee92649719d233fe4]

        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>  [2518d8979a761cfb89f1fa0ac3cdb31226f66106]

        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>  [45d53a75ba86743af8ecdc1cf5db1752ca3136c4]

        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>  [5b833dc4c79ee8048e2f3791260074e2ffad63b6]

        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>  [2819e9eb89c99e7c462e7b0feead7db96150c9ee]

        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>  [8574ae6db61c2a121eb1fa3e74ba614fe17c6a7c]

        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>  [d0ca801b1ebf8e6e13a31e11cfc81fc0e816b0e0]

        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>  [d4f714345ab5875b1668d1df50fe5207175dfe04]

        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>  [c0958748d1dc1cf24cb2e9b62663e91df341ff56]

        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>  [0c8179777a83e89b896a7bbd628c6fff78472312]

        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>  [9635c00e308bbc49e9d1aa7d35b6ebd3dc27af22]

        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>  [2c5a7ea8b1d18ba584551258a066de2b79afb2f2]

        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>  [0e80e9faa8af5fbe0151964f10d63ed7d80bfcc8]

        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>  [14789ce35c88382cf214734d788fd766e3c51fdb]

        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>  [002a9a56ec3bf4286e472f1e8310aa354d999620]

        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>  [e23167ddb95e6b1f480ede97b54514066f1deedf]

        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>  [822b288ddd972fe987415b42af0c7b3f3f7ebd84]

        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>  [f724e9d3cd9a2aa6aa270a763cc6a3088aac96a0]

        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>  [3c9f08944de826438ca2d7b882f8d820cf9b87bc]

        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>  [9c24ad30d93eab8a560776c8202a188427ad49dd]

        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>  [9bd69f51ba22f65f5e7128e445ecc7e1a98abed4]

        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>  [5e9163f46a72d21d59e0db8339e3cc491e70b8f6]

        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>  [bf709c2b07a4c007c38a87e10c79300d0e031b4c]

        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>  [9f455297811d6dccae2843b857db0ded7c5016be]

        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>  [ca4eef47ec2273ccc67ee1794de92d0be5e6c896]

        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>  [51ac3abc5c6003addd6f703f1fca23dbe9332f14]

        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>  [8d4c9be91dd0e5aac0fab886bd2840fa8a3aefd8]

        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>  [2cbfb941776a058d10f20efbd0d004cf25c8dc34]

        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>  [7e949bf6374ce58f47ee5e0fc9f75f063324e9e1]

        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>  [e6659f0aedd36406f42564273020b6b874b449c1]

        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>  [0ce19cf95a429a73785a3e27848dcbad548a4a30]

        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>  [d25b7085221378bfab4df5cef931fae078dad8f8]

        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>  [37ea0af0d28b661ca7d937af3460268726ce1fa3]

        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>  [02f4d3c31894b219b117c827c649ffb833a633a5]

        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>  [4d009c015f0a126be883a4162def00a4913f4ea1]

        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>  [1a6b2ffbc4e290e605f57d9a11e3f1ec0aa9d642]

        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>  [302cd193d5dc7ce0a25565f17cadd2b15df5abda]

        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>  [493b8be0e9afd68d6c7dc5b6324f408b61bb923c]

        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>  [5ddbb682a6e7cba8cc8f1f35d0a28a59a9cfd9cb]

        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>  [db75d2b9156f89884e02a4d18355fd227bbcb1a5]

        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>  [31972ba675ee6911ce180d8f5e3242cf22aad1f2]

        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>  [e6a834659bc9d479c9ac5ce597cac0ff5a1c4b87]

        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>  [731770612eb1cb3462dd8c101d4249fe246b0d03]

        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>  [c7a7b75e90cb6a03e33c989afeb5deee2f87972a]

        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>  [d0dd889c3daba31c2350d85323a9452ed00da730]

        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>  [c88e51de5f51cee96bbabc741b49ad936247f332]

        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>  [e92b2bbbc0acbc120452ec6b3b2c1c3507fd640e]

        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>  [e4290b8347b4df79dacebb27e51b05dc0b8281be]

        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>  [7e3b799c63cc0e06b4d427d04015a98df4733860]

        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>  [e313561314b34bb776976538d97f644553a85bad]

        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>  [7f27bf521f7747ebc5fd068876eb153f6fc56d9a]

        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>  [015751c4872dff8d0015f45e5791bc86bf1ec0c4]

        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>  [5c5e584c8f22c09cb999d7543a9415349910fa06]

        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>  [058bc4350d187fe332373758b7b72f0d18a511f5]

        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>  [fde201e53c82b2bc55ea98606f64501a86dc713b]

        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>  [67238dde54d41af43fbad6c3e721249a3ec7e11d]

        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>  [5af6d77868308c858f1f7824efb3391ef0db56ff]

        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>  [f87a3910b3c405e63dd8090424136d844248a005]

        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>  [47b985ea67c39c75c7bb8eb86adb7ad5a7408abb]

        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>  [75f0e636a568f1030acd904455b36ece3d992e74]

        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>  [4f885049d84cef74b4bf48af3452117fdf21942b]

        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>  [3daae1b3dd46fba5e9f39ad2238d755c7323dd99]

        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>  [fe52840eee1ac80e760343d9d1ec6e9e2e6461dc]

        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>  [8c94aeb1d2c26102bd2ce88169c85498fbe77950]

        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>  [154a1ae33073d5a7f303b42257d73ac3cb980d09]

        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>  [bd3857fd34eafb4742ff62783efad61ad61b0388]

        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>  [b2d3623e782f66c12a6f0b4d5362524a672dec75]

        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>  [1fe560b44ca86f2e8308fb7abe0d680b2ba28a80]

        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>  [a643e18f5885420643b5abb8d28392a7f252f730]

        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>  [1709b6d41d16a8a8b69f1022d05239c2c91ab405]

        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>  [e902203ee093df4eba66c685a3bdac96eae97705]

        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>  [1008a83653b9497dd207d75834486a899de04772]

        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>  [6b671a7c2df2c477f529a949784e258892753a36]

        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>  [f8f339b56f87b97bea11a919399ecd6c5eba9622]

        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>  [7f1c7ddf36bfe18da12aaf38b06a09e7823c9c41]

        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-02  Kurt Zenker  <kz@openoffice.org>  [149eb73073df1fb851dbe7a1cfca39093d26bd51]

        INTEGRATION: CWS sj29 (1.5.98); FILE MERGED 2005/10/26 12:49:11 aw 1.5.98.1: #121905#

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [45667e5b896742c22852d7dd4a165bce5af7fb3b]

        INTEGRATION: CWS sj29 (1.126.8); FILE MERGED 2005/10/26 13:59:52 sj 1.126.8.1: #i55484# only using link if graphc is not embedded

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [9449b219c6309a6ad66dd705c5686f9ebe9923d7]

        INTEGRATION: CWS sj29 (1.3.100); FILE MERGED 2005/10/25 17:48:15 sj 1.3.100.1: #i55538# now using the correct font by supporting the script type

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [b2219ef295d8abaffc214db7ef1ea7eae20342e2]

        INTEGRATION: CWS sj29 (1.10.42); FILE MERGED 2005/10/25 17:48:14 sj 1.10.42.1: #i55538# now using the correct font by supporting the script type

2005-11-02  Kurt Zenker  <kz@openoffice.org>  [77957bbfb3ec02d7bdc58412080bdfa9a4a5b293]

        INTEGRATION: CWS sj29 (1.6.42); FILE MERGED 2005/10/31 11:51:30 sj 1.6.42.1: #125929# fixed crash if exporting unknown AnimationNode properties

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [4b77e07d401b698c30ad44bd913e11dca33ab10d]

        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>  [f1a2e342ebb3c3c207fd390ecef5ebc0462e0781]

        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>  [e3bf6f4ccf1bfe668f1c1044813271510ca59156]

        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>  [44d756b2ca8d6b7f5b5dc3dac93077d9568dd31e]

        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>  [97ffe7bdecf33ecb7fa8f5b3fe0d2461b3698e7c]

        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>  [e5fb13c630ff632575e005473e30692b3fdd7daf]

        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>  [ba862b97b88c45a2bd92f58c7969fdf0fc8f06de]

        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>  [5cce0b2a0c59226bbb6899051421b98ed2f94d0e]

        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>  [eec76ffb6cea9f901381df2d550961ee90657e18]

        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>  [d0e793a70f57319fd0dad09a7a6d7bdc39c5d753]

        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>  [90b3c4c2db9ec1131a0ebcca76242654a98d88a0]

        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>  [0826c3f6968dcf6d4f0d22fa3ac5dc82d9d7ede7]

        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>  [8e4672f44c6fbee3e9f3f301ab79864f20853cbf]

        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>  [17f05e4b1507063b2217aa4a21dfaed3aaf4804d]

        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>  [e41e589675decfa0dc0e487c0affbbc54c3856be]

        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>  [c0db81f6f66952d8ad01864eaa697e9e611d022f]

        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>  [7a84092a3d3ab9c7025f7e0df8a40875ce8cb5d7]

        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>  [cf452aa36a2d4ade97f11192bd438b1ac8178c5d]

        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>  [54b4891fe0eb65a0a917565108d9a35e28a8d2fd]

        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>  [917c2634e0809f7cccc9ad99f2162e336a6eceeb]

        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>  [37ee98cb150c84b238a1fad9cf45c06652af4bba]

        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>  [48c240f19efc37de18525f09730451a56dc98c73]

        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>  [7cf98e84a6a9f67dad6ccb10e2224a769095a920]

        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>  [402507a14e3784d650537c2d8fb73f981d1c9bc6]

        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>  [28c1be97ec27e95a3697f4882ed3e6019d205e50]

        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>  [6c7267b6f3ef95c59ff75ee4fac54fc27c3d2eaa]

        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>  [51ceba8f169ef85e055c6edaa15942e055e03416]

        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>  [0926d538630ffb2af2c20c1c1f2dbab07d7c0b21]

        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>  [66bbcdf6c744edd804a90434e638dc86e6c69ef5]

        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>  [cc385a85b53861ef71bd44496c27ab9d3e705496]

        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>  [4b75ed131b0a525a48324cdcf72278666d0d4a0b]

        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>  [7510268247df5395e9536ab414d8065ce3428a87]

        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>  [61fc68d5935b0f9d9a49f5c47340c0a9f2e4f9c0]

        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>  [a74d582800c2653e3e4999a853a80735590e568f]

        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>  [e9d63d9ab16c02773d0b5fde7257b801ef262c89]

        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>  [27d73f181f8481cdee060f069e14616800f8f027]

        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>  [e21505d94e03b8068e8db67b3b313acff298e879]

        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>  [5a09630749169982b8a98c59476312e03a6074af]

        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>  [6de045ec0a5892d859893f05d544241e108a96a3]

        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>  [b78e3b126d659431c0c56255a21da114452dcc01]

        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>  [8401866aaab7da7a795b9cb534148f3e5614a514]

        INTEGRATION: CWS locales201 (1.4.26); FILE MERGED 2005/10/08 08:43:35 er 1.4.26.2: RESYNC: (1.4-1.6); FILE MERGED 2005/09/12 14:43:55 er 1.4.26.1: #i48948# add br Breton

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [1025904c1b5ebf3ad903a15b244b99ba1141bdbe]

        INTEGRATION: CWS locales201 (1.11.160); FILE MERGED 2005/10/07 21:12:50 er 1.11.160.4: RESYNC: (1.11-1.12); FILE MERGED 2005/08/15 15:03:11 er 1.11.160.3: #i52837# Lao alphabet numbering 2005/08/09 18:16:40 er 1.11.160.2: #i49476# add Khmer alphabet numbering 2005/08/09 15:23:15 er 1.11.160.1: #i50577# add Nepali alphabet numbering

2005-11-01  Oliver Bolte  <obo@openoffice.org>  [e9d608161ce5bf299cd208edda3cd32d2117832e]

        #i57071# interrupt handler declaration removed

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [5cfffee7f71cc6dbc5a8a8538e5273ed01b80133]

        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>  [b6932cfda6865bba22af86e2e207d4f5e0f268e9]

        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>  [25cc4d937f994a510eead4eb7b77e4166c8c3c0c]

        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>  [5be4805d50db2f0807cfec641d3253b7d75a4958]

        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>  [cf66025aca9d801a7d29572f9c98e85588957557]

        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>  [12d6a438992624e6c48ee0ff57ea70d5c04a03fa]

        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>  [439b7fe573df9d685f7613201f96ffc5b08d2b6f]

        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>  [fca43a22133cce100252a7e00eb4d635552f9a1e]

        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>  [255214a8b6a469cb0f8232bf4bb94819db626833]

        INTEGRATION: CWS dba201f (1.114.2); FILE MERGED 2005/10/25 08:16:34 fs 1.114.2.3: #i56359# 2005/10/24 09:19:37 fs 1.114.2.2: #i56359# DbuCommands in patch 2005/10/21 11:02:32 fs 1.114.2.1: #i56359# uiconfig/dbbrowser/menubar/menubar.xml needs the PATCH flag

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [2b1fa4a9784e179e58b6ec7b70ee0e9cd9e353eb]

        INTEGRATION: CWS dba201f (1.148.26); FILE MERGED 2005/10/21 11:21:34 fs 1.148.26.1: #i53264# some WORDBREAK=TRUE flags on some FixedTexts

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [abad9ed6078aadfb961bc85e724e6616d3c6de34]

        INTEGRATION: CWS pj38 (1.7.56); FILE MERGED 2005/10/27 18:18:25 pjanik 1.7.56.1: #i56653#: not only sxi, but all presentations are acceptable for "-show" command line argument

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [65805874d7ebe6e1c96a346b8ba436a4e2d4e94c]

        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>  [2a3979b0ee580a8fd0700de2d6e270338366d54b]

        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>  [3ebbaa3ba51191c929b2ada018fef35e51ffab40]

        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>  [df17ff0d990a023135a5189499d38aa5fb685fb0]

        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>  [0e7cf9fcc59ac9cbc17dbd11aa10072898f94bd3]

        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>  [90994c68455f442907ec79a42618c04559f6acf5]

        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>  [a84445f4b9443ecd5d36ed167de90cc01dd9b8d8]

        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>  [ecb73f7101cfa699e54b7aff13c5fbcdf3e90ce4]

        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>  [c1eede5b89a9b793825801e28071dc0253edbfae]

        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>  [f370c1d53a301d55b2bf6e04295c755f44e68fff]

        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>  [c32eeda6f3aaccfd45bc2579b4aa2eb578fec3e3]

        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>  [3ec7651b1b50e7064ffc86c8555995a3cb7289b5]

        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>  [9dd0c57a1896f34d8c8347a367b0a68ae8080d97]

        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>  [176794a47ce43e4fb775f25bc69629b618c605f9]

        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>  [2e36b1c5dc559305fdee78ed44690ad6902e1039]

        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>  [b69ea2478d633d0cca217b1b7c15e6a2ce38f716]

        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>  [d807e6bf984c3efe3ff37e65050f1f4cd2664478]

        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>  [edc0a4c468bfdc34fd1ee3f23c9870ca74d86eb6]

        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>  [6a5351d47a95e1c2f1afb562c1c89faa89f1c3b8]

        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>  [938aef274493a1baee28a3f4f7f426013a7ff5ee]

        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>  [d4012dd5d0a865145d60389c0e37772b667ff38a]

        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>  [6d60a1f692af3167bbbc8e1a800aac4d07f16c43]

        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>  [56272d720ef93b9d36f8bc85ba2c28ca5049b643]

        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>  [f5fd3e32af6e47bf16647cebda12fc393ef85200]

        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>  [a4d252502be2f43130351e8cd3e18d7b5ec4c3f8]

        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>  [8f9a271c21302532c663e1f87853d711e1b93c99]

        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>  [1e19c0770bc0c6025b319be9465b2ef543eb6d00]

        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>  [f86c7bef9b922737ba1f9d58c7fc56ebecd0602d]

        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>  [170d67268278a14883a1356b08118af1ca7bae54]

        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>  [b47f1753ec5b47d649703599b4c6ae13f723729a]

        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>  [4dcf62bb809584a6da989305c344eac29c05d639]

        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>  [50f15e8b3fdf689d9e0a87c1ba6a07e11f66bb76]

        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>  [8a11af4ac1218d4954237aafbb4523bdbd3f0228]

        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>  [cba9d08edb7a80fe1444e6fc4488faf0524caeb1]

        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>  [ba165873f1e134725288162d5b19470c6da90525]

        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>  [ddd7f2a3fca7b24b83834b77d83a65a98bae7c77]

        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>  [ad8b710afd9585c040f39d9fddf54a36496b5512]

        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>  [f1b13466d93b39dd006f85bed4ed9009401ef89e]

        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>  [a102dbc55ceab1a161ab13f0d81d09660e7e696d]

        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>  [8af793b3b86631ea166e6977cb9332cf0327be56]

        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>  [01d299239f67bf3f6cd0cb8f70e8e1656b4077d2]

        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>  [b1d6f770e5e83d35c74b96be26e2d24abe5cd82c]

        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>  [b3446f4d71728fda90c898ddfa6473f10c509310]

        INTEGRATION: CWS vcl42 (1.53.274); FILE MERGED 2005/10/06 00:01:18 pl 1.53.274.2: RESYNC: (1.53-1.54); FILE MERGED 2005/08/11 12:28:57 pl 1.53.274.1: #i48001# default respect system cursor blink time (also if switched off)

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [884b18d5057d4083fc03ae49b6a1da8412e2edba]

        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>  [a5e1ad4d12bcf14e1703174962614d7398e2f5c0]

        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>  [71e29cacd7d641aa0f04ba88ebd537428826c491]

        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>  [4b4156fc20234999bd4ed1496d0477d541f455b5]

        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-11-01  Kurt Zenker  <kz@openoffice.org>  [9e368b3521b95246e32ccfc10ed78285c1a77934]

        INTEGRATION: CWS vcl42 (1.39.12); FILE MERGED 2005/10/05 16:22:34 pl 1.39.12.2: RESYNC: (1.39-1.41); FILE MERGED 2005/08/01 14:33:06 pl 1.39.12.1: #i52438# enable submit format functionality

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [3e94c4c0081d149787a7b83e35c861875c2000cf]

        INTEGRATION: CWS vcl42 (1.11.182); FILE MERGED 2005/10/05 16:20:37 pl 1.11.182.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/01 14:33:06 pl 1.11.182.1: #i52438# enable submit format functionality

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [728c94dfaf2802f5b77222116f233f044015cc0a]

        INTEGRATION: CWS fs04 (1.2.10); FILE MERGED 2005/08/26 13:33:34 fridrich_strba 1.2.10.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Work around for the current impossibility of having tables in footnotes and endnotes; Convert list styles more faithfully; Convert correctyl page/column breaks before tables.

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [194ca6698781e24b5ccad530fdf440e65e8bafa1]

        INTEGRATION: CWS fs04 (1.2.10); FILE MERGED 2005/08/26 13:33:33 fridrich_strba 1.2.10.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Work around for the current impossibility of having tables in footnotes and endnotes; Convert list styles more faithfully; Convert correctyl page/column breaks before tables.

2005-11-01  Kurt Zenker  <kz@openoffice.org>  [b62ec946e57b0bc0739ba92f1b177113ce3013a3]

        INTEGRATION: CWS fs04 (1.7.4); FILE MERGED 2005/08/31 16:24:26 fridrich_strba 1.7.4.2: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Fix a small problem with double foot/endnote reference 2005/08/26 13:37:05 fridrich_strba 1.7.4.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Get ready for a new release of libwpd when it happens

2005-10-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a67cca38ad6199e110451e8ccce12fa3d571d124]

        #i10000#: add missing dependency on cppuhelper

2005-10-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [33159902428f72a3149fe1256754d016f2b73149]

        #i10000#: add ommitted patch flag to libj680_g.so

2005-10-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf061eacdd5e1cb72cfb1186be8b2b24e0efbdde]

        SRC680

2005-10-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [660accce61a05b2bfa3b5209e5347079851710af]

        INTEGRATION: CWS hr20 (1.142.10); FILE MERGED 2005/10/28 12:10:29 hr 1.142.10.1: #i55602#: add libgcc_s.so.1 to patch list

2005-10-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d220eccfc55b6c24ca449d3262bca69e922e1f0e]

        INTEGRATION: CWS vq22 (1.76.2); FILE MERGED 2005/10/25 22:34:49 vq 1.76.2.1: #i56512# Prepare config_office for future dmake versions.

2005-10-28  Armin Weiss  <aw@openoffice.org>  [ee4dec7a59e281f538859cfbca333782e3bdd04b]

        #i39532#

2005-10-28  Daniel Boelzle  <dbo@openoffice.org>  [38b752e9b5c7278ebe6c7d107d869ea3c5378487]

        #i56716# supporting EXCEPTIONS_OFF

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01775660206a3330dfadeb94a140c3cb8b13984d]

        INTEGRATION: CWS skeletonmaker (1.2.4); FILE MERGED 2005/10/14 15:26:42 jsc 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/11 12:24:30 jsc 1.2.4.1: #i52208# improve error output

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f3f6022ddb48b0605a2aff132a8a8f84b3903f2]

        INTEGRATION: CWS skeletonmaker (1.20.8); FILE MERGED 2005/10/25 13:38:45 jsc 1.20.8.1: #i52208# insert unodevtools

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f69a068140834a71a2919e212e6fca64295e5340]

        INTEGRATION: CWS skeletonmaker (1.146.10); FILE MERGED 2005/10/17 08:54:18 jsc 1.146.10.1: #51720# PropertySetMixin helper moved from comphelepr to cppuhelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de221e3d5d414c9a5c2c6581ac085e1b592e1617]

        INTEGRATION: CWS skeletonmaker (1.6.140); FILE MERGED 2005/10/24 15:42:09 jsc 1.6.140.3: #i53955# remove unnecessary include 2005/10/14 18:29:06 jsc 1.6.140.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/31 11:38:13 jsc 1.6.140.1: #i53955# remove macro exansion for normal app commandline args

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b87b56ccf800d0bc96bb69aa2a6384ee4deb19c3]

        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>  [577ac71a5c06180289197fe1997929bbf32800ac]

        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>  [2f991bd927b569a4186638d71fe88f29f6a9a5d0]

        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>  [f616f71b74483d6e5091f321dbb573b6ee675743]

        INTEGRATION: CWS skeletonmaker (1.8.10); FILE MERGED 2005/10/25 08:13:04 jsc 1.8.10.2: #i52167# remove ...lib.uno.helper.draft from build list 2005/07/19 13:28:21 jsc 1.8.10.1: #i52167# move PropertySetMixin from css.lib.uno.helper.draft to css.lib.uno.helper - no draft type currently

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c990896d1c0bffb2d706a0ec031f32015faf13be]

        INTEGRATION: CWS skeletonmaker (1.5.20); FILE MERGED 2005/10/14 16:09:43 jsc 1.5.20.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/18 09:52:29 sb 1.5.20.3: #i53316# Clean-up. 2005/07/20 11:31:26 jsc 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/19 13:25:34 jsc 1.5.20.1: #i52167# move PropertySetMixin from css.lib.uno.helper.draft to css.lib.uno.helper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6bdd0326fe2e8bbb08c9054bdd5d3bfae0ed9d9]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/10/25 08:15:58 jsc 1.1.2.5: #i52167# remove not longer necessary import of WeakBase 2005/08/18 09:52:15 sb 1.1.2.4: #i53316# Documentation fixes. 2005/08/17 15:39:20 sb 1.1.2.3: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/22 08:15:33 jsc 1.1.2.2: #i52167# rename package 2005/07/19 13:24:34 jsc 1.1.2.1: #i52167# move from css.lib.uno.helper.draft to css.lib.uno.helper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [424f13a0b126b7d8c766fe2e12a3f0d92ee9ea95]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:47 jsc 1.1.2.4: #i51720# change licence header 2005/09/02 14:25:38 jsc 1.1.2.3: #i51720# change namespace from cppuhelper to cppu 2005/08/17 15:40:11 sb 1.1.2.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:18:30 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [363679188449554791d6facaa9d61099ba9c07fb]

        INTEGRATION: CWS skeletonmaker (1.14.20); FILE MERGED 2005/09/02 14:25:38 jsc 1.14.20.3: #i51720# change namespace from cppuhelper to cppu 2005/08/18 09:53:41 sb 1.14.20.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:20:21 jsc 1.14.20.1: #i51720# new symbols for propertysetmixin

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b336c1259a129c0a84ba203d3f44c808f31144f]

        INTEGRATION: CWS skeletonmaker (1.39.18); FILE MERGED 2005/10/14 15:55:58 jsc 1.39.18.2: RESYNC: (1.39-1.40); FILE MERGED 2005/07/20 08:19:46 jsc 1.39.18.1: #i51720# new propertysetmixin.[h|c]xx

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33fe691f0ec8114440716b4efe8e92f392cf66b0]

        INTEGRATION: CWS skeletonmaker (1.13.20); FILE MERGED 2005/09/02 14:25:37 jsc 1.13.20.3: #i51720# change namespace from cppuhelper to cppu 2005/08/18 10:22:01 sb 1.13.20.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:20:21 jsc 1.13.20.1: #i51720# new symbols for propertysetmixin

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [14afa426c9925e044f615d1d10f948a11bef3990]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:47 jsc 1.1.2.3: #i51720# change licence header 2005/08/17 15:40:11 sb 1.1.2.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:23:39 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a14dc5653e96e54a6b09a51e00e2a997fb8474]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:46 jsc 1.1.2.5: #i51720# change licence header 2005/08/18 09:54:11 sb 1.1.2.4: #i53316# Minor fixes. 2005/08/17 15:40:11 sb 1.1.2.3: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/22 13:48:21 jsc 1.1.2.2: #51720# adapt to work in this module, bootsatrap is tricky becasue of searching through the rpath 2005/07/20 08:23:28 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0affed2139a4cf305537bdcc0ec7d9981ffe7525]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:46 jsc 1.1.2.2: #i51720# change licence header 2005/07/20 08:23:15 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [530a5aab0891aaa7668812fed3c9e9a74a158f3b]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/07/20 08:22:52 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [64bc871ffdab83ca7287907047d491d839d9d1c9]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:45 jsc 1.1.2.4: #i51720# change licence header 2005/08/18 09:54:11 sb 1.1.2.3: #i53316# Minor fixes. 2005/07/22 13:48:21 jsc 1.1.2.2: #51720# adapt to work in this module, bootsatrap is tricky becasue of searching through the rpath 2005/07/20 08:22:37 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc5c9e4b87624f2e575d31792362947e187116d1]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/10/25 08:06:46 jsc 1.1.2.4: #i51720# correct service helper array entries 2005/09/05 16:02:52 jsc 1.1.2.3: #i51720# change namespace from cppuhelper to cppu 2005/08/17 15:40:10 sb 1.1.2.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:22:24 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bee7818c2b909b41e2c96d42b7bcd46023de8135]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:45 jsc 1.1.2.2: #i51720# change licence header 2005/07/20 08:22:12 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d531a05e991420ae8b96503894cd27c0a51a6e6]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:45 jsc 1.1.2.4: #i51720# change licence header 2005/08/17 15:40:10 sb 1.1.2.3: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/22 13:48:20 jsc 1.1.2.2: #51720# adapt to work in this module, bootsatrap is tricky becasue of searching through the rpath 2005/07/20 08:21:59 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57288abfe04c8f75e80e1f57a5598a79c1702093]

        INTEGRATION: CWS skeletonmaker (1.19.14); FILE MERGED 2005/09/06 15:27:10 jsc 1.19.14.2: #i52208# introduce new mutex helper, used in generated C++ component skeletons 2005/07/20 08:19:47 jsc 1.19.14.1: #i51720# new propertysetmixin.[h|c]xx

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [249fc56867bdf8d07e35b66cb8b93a3b1e106044]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 16:07:44 jsc 1.1.2.5: #i51720# change licence header 2005/09/02 14:25:37 jsc 1.1.2.4: #i51720# change namespace from cppuhelper to cppu 2005/08/18 09:53:15 sb 1.1.2.3: #i53316# Documentation fixes. 2005/08/17 15:40:10 sb 1.1.2.2: #i53316# Added absentOptional; added oldValue/newValue to prepareSet; fixed handle numbering. 2005/07/20 08:18:19 jsc 1.1.2.1: #i51720# new, moved from comphelper

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f2670dcb971d666406e9e6a9b3a93ac7570b78e]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:34 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:42:28 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:01 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [605212b58d7393e82c9a7e7ee2b984c61f775a39]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:34 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:42:16 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:01 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [de82a6b0fda882c446cde7c9b9588d94f8bd386d]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:34 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:42:05 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:01 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [357c0e524f231194a8936e97133e6ca49d6e1902]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:33 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:41:52 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:00 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db503b5c23280a7e6ba09733542b618733fb2836]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:33 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:41:37 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:00 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [748fb77b0027dfbc2627b5f101518b372d00c7af]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:33 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:41:28 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:00 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [094fc188dc45fb9eb53fc629f209497591a5375e]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:32 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:41:13 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:07:00 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [306282131517bd2573d5aa8ae637826e0470d907]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:32 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:41:02 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:06:59 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fdb9cf7561771bb7319b067b490233b54a9822d]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:35 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:40:54 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:06:59 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b9698baad0e65c3b6d33a3a8b541741d482f0a8]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:35 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:40:39 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:06:59 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b134b25e9ed5b1f78843a0d59f5ae000774c6ef3]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:34 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:40:30 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:06:59 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [101125cdb7335b9d1cfcf72542f5c5a347178928]

        INTEGRATION: CWS skeletonmaker (1.10.36); FILE MERGED 2005/10/25 08:47:32 jsc 1.10.36.3: #i52170# adapt docu for autodoc 2005/10/14 15:40:17 jsc 1.10.36.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/19 13:06:58 jsc 1.10.36.1: #i51721# forward XComponent methods to base class to avoid ambigious error messages

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [960fee18e5fc6b4066632a9d7eca0eb6bccb481c]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/10/25 08:46:03 jsc 1.1.2.6: #i52169# adapt docu for autodoc 2005/10/21 13:27:45 jsc 1.1.2.5: #i52169# remove needless include 2005/10/21 13:11:29 jsc 1.1.2.4: #i52169# rename member variable to m_aMutex 2005/10/20 08:09:51 jsc 1.1.2.3: #i52169# adapt docu 2005/09/06 16:07:43 jsc 1.1.2.2: #i51720# change licence header 2005/07/19 13:09:34 jsc 1.1.2.1: #i52169# insert new BaseMutex helper for usage with WeakComponentImplHelperXX

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7253193112aa3b7f3fe56e8d74efed2b43a5bc86]

        INTEGRATION: CWS skeletonmaker (1.11.6); FILE MERGED 2005/10/19 08:48:08 jsc 1.11.6.1: #i52208# use new variables for static libs

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [edeaaae5b499d03d7b0f5bbfe5df0957c6f7a706]

        INTEGRATION: CWS skeletonmaker (1.7.6); FILE MERGED 2005/10/19 08:48:07 jsc 1.7.6.1: #i52208# use new variables for static libs

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8312b43cd730161e40d305a619611f31015607f]

        INTEGRATION: CWS skeletonmaker (1.3.6); FILE MERGED 2005/10/19 08:47:23 jsc 1.3.6.1: #i52208# create static libs which can be used in other modules

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [351c2b874733df6bc9393a43599420ecbf665399]

        INTEGRATION: CWS skeletonmaker (1.2.4); FILE MERGED 2005/10/14 15:28:55 jsc 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 08:39:07 jsc 1.2.4.1: #i52208# refacturing of some common usable functions

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c100f07159aa4befabaebb9459e7cbf423005961]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/10/19 08:47:22 jsc 1.1.2.3: #i52208# create static libs which can be used in other modules 2005/09/06 07:54:51 jsc 1.1.2.2: #i52208# insert new license header 2005/07/20 08:36:26 jsc 1.1.2.1: #i52208# new

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bceb680a29371c0be19da6c84340e209f406199]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 07:54:50 jsc 1.1.2.2: #i52208# insert new license header 2005/07/20 08:36:15 jsc 1.1.2.1: #i52208# new

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59113afbd476a68b0da357f84ff78540f1ef0912]

        INTEGRATION: CWS skeletonmaker (1.5.6); FILE MERGED 2005/10/19 08:47:22 jsc 1.5.6.1: #i52208# create static libs which can be used in other modules

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5419717d677b64233937b9e40e48b68a3a6600b5]

        INTEGRATION: CWS skeletonmaker (1.23.6); FILE MERGED 2005/10/14 15:27:38 jsc 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/20 08:39:06 jsc 1.23.6.1: #i52208# refacturing of some common usable functions

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c38742efa0fbb04949c30ccf9ed885101438e81]

        INTEGRATION: CWS skeletonmaker (1.9.4); FILE MERGED 2005/10/19 08:44:24 jsc 1.9.4.5: #i52208# deliver staic libs with archives 2005/08/23 08:38:03 jsc 1.9.4.4: #i52208# remove uno-skeletonmaker, tool has moved to unodevtools 2005/08/11 12:45:45 jsc 1.9.4.3: #i52208# new uno-skeletonmaker 2005/08/11 12:23:56 jsc 1.9.4.2: #i52208# new uno-skeletonmaker 2005/07/20 08:39:05 jsc 1.9.4.1: #i52208# refacturing of some common usable functions

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0bf7efdaded2216e91b6d121a4baec79f427c66]

        INTEGRATION: CWS skeletonmaker (1.2.4); FILE MERGED 2005/08/23 11:10:36 jsc 1.2.4.3: #i52208# remove skeletonmaker directory 2005/08/11 12:23:56 jsc 1.2.4.2: #i52208# new uno-skeletonmaker 2005/07/20 08:39:05 jsc 1.2.4.1: #i52208# refacturing of some common usable functions

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f73461694e484bee793ded67ab7a957e0e0e02]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/09/06 07:54:49 jsc 1.1.2.2: #i52208# insert new license header 2005/07/20 08:35:34 jsc 1.1.2.1: #i52208# new

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5554efd6317e61ac9dd552e336cdba07cb443c05]

        INTEGRATION: CWS skeletonmaker (1.1.2); FILE ADDED 2005/10/19 08:43:14 jsc 1.1.2.1: #i52208# new, new defined variables for local static libs

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c623be0cdfc1ad37354a2c498b645ed743d240e0]

        INTEGRATION: CWS swqbf40 (1.48.84); FILE MERGED 2005/09/29 10:14:40 od 1.48.84.3: #125370# <SwFlyAtCntFrm::MakeAll()>          - directly mark anchor text frame as moved forward by object            positioning, if condition occurs. 2005/09/21 13:19:34 fme 1.48.84.2: RESYNC: (1.48-1.49); FILE MERGED 2005/08/30 06:23:16 od 1.48.84.1: #125370# <SwFlyAtCntFrm::MakeAll()> 	 - No format of anchor frame before the fly frame is been formatted.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d44abb615cb7b1cc425144a88a30ac459cbc0f3]

        INTEGRATION: CWS swqbf40 (1.162.88); FILE MERGED 2005/09/21 15:30:06 fme 1.162.88.2: RESYNC: (1.162-1.163); FILE MERGED 2005/08/24 14:21:23 od 1.162.88.1: #i53725# <WW8SwFlyPara::WW8SwFlyPara(..) 	 - anchor absolute positioned object at-paragraph to assure 	   correct anchor position.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a9753a1c89bef7f9315eeccdbf72e5fe3a3b59f]

        INTEGRATION: CWS swqbf40 (1.84.176); FILE MERGED 2005/10/11 10:33:09 od 1.84.176.3: RESYNC: (1.85-1.86); FILE MERGED 2005/09/21 13:57:56 fme 1.84.176.2: RESYNC: (1.84-1.85); FILE MERGED 2005/09/06 13:02:12 od 1.84.176.1: #i54031# <SwTxtFrm::CalcFitToContent()> - assure minimum of MINLAY twips

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [91b5db6c05f7d01c3b9bb4dc863b0594a1a2194b]

        INTEGRATION: CWS swqbf40 (1.78.16); FILE MERGED 2005/10/11 10:29:42 od 1.78.16.3: RESYNC: (1.78-1.79); FILE MERGED 2005/10/11 08:38:21 fme 1.78.16.2: #i54908# ShouldBwdMove() should stop at this frame during remaining space calculation. This is necessary if there temporarily is a pFollow = pNext situation 2005/09/28 10:53:38 od 1.78.16.1: #b6329202# <SwTabFrm::MakeAll()>            - adjust format of next frame to assure keep attribute              considering table-in-table layout situation.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7681d1795d566ac2e040dd36301cd5bf1a909376]

        INTEGRATION: CWS swqbf40 (1.81.82); FILE MERGED 2005/10/13 10:49:55 fme 1.81.82.5: #125337# Make code robust: Check if box pointer is deleted during GetTblSel() 2005/10/12 12:09:41 fme 1.81.82.4: #121591# Check if pBoxFrm is destroyed during GetTblSel 2005/10/11 10:27:03 od 1.81.82.3: RESYNC: (1.82-1.83); FILE MERGED 2005/09/21 13:20:44 fme 1.81.82.2: RESYNC: (1.81-1.82); FILE MERGED 2005/09/05 10:07:05 od 1.81.82.1: #i54138# <SwFlyNotify::~SwFlyNotify()> 	 - suppress restart of the layout process, if fly frame size 	   has changed.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [76baf24186e3fd608206c3c0cc8195495d84d9c1]

        INTEGRATION: CWS swqbf40 (1.68.80); FILE MERGED 2005/10/11 10:26:26 od 1.68.80.5: RESYNC: (1.69-1.70); FILE MERGED 2005/10/10 13:47:06 od 1.68.80.4: #i55416# <SwFlyFrm::_Grow(..)> and <SwFlyFrm::_Shrink(..)> 	 - suppress format of width for autowidth frame. 2005/09/29 10:13:38 od 1.68.80.3: #125370# - undo changes for this issue.            layout loop has to be fixed in <SwFlyAtCntFrm::MakeAll()> 2005/09/21 13:19:19 fme 1.68.80.2: RESYNC: (1.68-1.69); FILE MERGED 2005/08/29 09:46:15 od 1.68.80.1: #125370# refinement of fix for issue i37068:          <SwFlyFrm::_Grow(..)>/<SwFlyFrm::_Shrink(..)>          - only prevent movement of fly frame in method <CheckClip(..)>

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0715824e0b9c04a3056892124e0e654307955600]

        INTEGRATION: CWS swqbf40 (1.15.16); FILE MERGED 2005/10/11 10:25:40 od 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2005/09/29 11:50:00 od 1.15.16.1: #i55204# <SwAnchoredObject::ConsiderObjWrapInfluenceOnObjPos()> 	 - correction: wrapping style influence has been considered, 	   if condition <IsTmpConsiderWrapInfluence()> is hold.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce3231dbb598d0317dcd66884bb795e8499d523]

        INTEGRATION: CWS swqbf40 (1.22.14); FILE MERGED 2005/10/13 10:49:53 fme 1.22.14.2: #125337# Make code robust: Check if box pointer is deleted during GetTblSel() 2005/10/12 12:09:40 fme 1.22.14.1: #121591# Check if pBoxFrm is destroyed during GetTblSel

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3102bb490269fb8796b4acc2ab77134bdaa3e75]

        INTEGRATION: CWS swqbf40 (1.32.214); FILE MERGED 2005/10/13 10:49:52 fme 1.32.214.4: #125337# Make code robust: Check if box pointer is deleted during GetTblSel() 2005/10/11 10:22:50 od 1.32.214.3: RESYNC: (1.33-1.34); FILE MERGED resolve merge conflict. 2005/09/21 12:48:22 fme 1.32.214.2: RESYNC: (1.32-1.33); FILE MERGED 2005/08/24 13:22:20 fme 1.32.214.1: #i53647# Split cell in row behind follow flow row

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44bedf2562b9d4862e25c914d703cf2cdd4e711a]

        INTEGRATION: CWS swqbf40 (1.14.74); FILE MERGED 2005/09/21 12:35:55 fme 1.14.74.2: RESYNC: (1.14-1.15); FILE MERGED 2005/09/12 11:05:44 fme 1.14.74.1: #124972# Strange situation: GetNumLevel without text node. Make code robust.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e70e65aa742aa6252f1b740d010adbc9ab14246c]

        INTEGRATION: CWS swqbf40 (1.27.214); FILE MERGED 2005/10/12 12:09:38 fme 1.27.214.4: #121591# Check if pBoxFrm is destroyed during GetTblSel 2005/10/11 10:21:26 od 1.27.214.3: RESYNC: (1.28-1.29); FILE MERGED resolve merge conflict. 2005/09/21 12:27:29 fme 1.27.214.2: RESYNC: (1.27-1.28); FILE MERGED 2005/09/12 10:05:03 fme 1.27.214.1: #121591# There seem to be a case where ImplFindTabFrm in GetTabRows returns 0. Make code robust

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0cdf5fb68cbd860bfc58f5ae604e923c951fca63]

        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>  [b6ea26db01ddcfa6b9dbb867653d79e12aac24d7]

        INTEGRATION: CWS swqbf40 (1.9.24); FILE MERGED 2005/10/17 12:54:08 tl 1.9.24.1: #i55936# calling of SaveOther/SaveForamt fixed. Configuration will now be updated (again).

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [44ca1e32d3bba34348d06c9aeeb5cfd2e13fc8f4]

        INTEGRATION: CWS swqbf40 (1.9.4); FILE MERGED 2005/10/17 12:54:08 tl 1.9.4.1: #i55936# calling of SaveOther/SaveForamt fixed. Configuration will now be updated (again).

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2258e7e328ee4b3120704853db26fa20fd6f796]

        INTEGRATION: CWS swqbf40 (1.14.4); FILE MERGED 2005/10/17 12:54:07 tl 1.14.4.1: #i55936# calling of SaveOther/SaveForamt fixed. Configuration will now be updated (again).

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4680f74ff19cf372d8cf42c57e395cab021cde2]

        INTEGRATION: CWS mib02 (1.16.32); FILE MERGED 2005/09/28 21:19:23 mib 1.16.32.2: RESYNC: (1.16-1.17); FILE MERGED 2005/08/23 06:13:38 mib 1.16.32.1: #i50288#: Limit encoded style name length and avoid memory overflow

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3bf09f0b8aa568f3b3fbf760b6d4a7450354959]

        INTEGRATION: CWS mib02 (1.2.292); FILE MERGED 2005/09/28 21:11:18 mib 1.2.292.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/23 07:54:24 mib 1.2.292.1: #i45212#: transform all <meta:user-defined> elements

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4bc8c8d05681d84ab58171e5a4cd0be8a47d402]

        INTEGRATION: CWS mib02 (1.7.290); FILE MERGED 2005/09/28 20:38:19 mib 1.7.290.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/23 06:11:52 mib 1.7.290.1: #i50288#: Set index template style only if it exists

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b71918447e4216dec0052e62710866aa79b8760]

        INTEGRATION: CWS mib02 (1.43.86); FILE MERGED 2005/09/28 20:19:35 mib 1.43.86.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/23 11:53:20 mib 1.43.86.1: #i48731#: resolve name clashed for prefixes of unknown attributes

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfc8d742c456119fb096dd74841c7550e5d66a22]

        INTEGRATION: CWS mib02 (1.38.148); FILE MERGED 2005/09/28 19:19:11 mib 1.38.148.2: RESYNC: (1.38-1.39); FILE MERGED 2005/08/23 06:12:55 mib 1.38.148.1: #i50288#: Limit encoded style name length and avoid memory overflow

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e736d9eae67135db2163fea8a752b360440eaf5]

        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>  [f39eff65b6386e846911634211eec9d57ff96ec7]

        INTEGRATION: CWS smoketest6 (1.2.2); FILE MERGED 2005/10/24 14:06:12 kz 1.2.2.1: #125501# improve exception handling

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a9d0afe6e310e5179c51e16461d30f8a4b7ad0]

        INTEGRATION: CWS smoketest6 (1.3.2); FILE MERGED 2005/10/26 08:35:59 kz 1.3.2.2: #125501# show missing logfiles only if necessary 2005/10/24 11:29:13 kz 1.3.2.1: #125501# improve error output

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0308489f8d22a450c181790f9d05e2532805fb68]

        INTEGRATION: CWS pj35 (1.43.38); FILE MERGED 2005/10/18 20:01:37 pjanik 1.43.38.2: Revert mk. Macedonian is supported. 2005/10/04 13:56:36 pjanik 1.43.38.1: #i55257#: Macedonian is not supported on all Windows. #i55449#: Welsh is not supported on all Windows.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a42e9ea6dd39195f40c33961c101b0e98e7d6a46]

        INTEGRATION: CWS pj35 (1.30.38); FILE MERGED 2005/10/03 06:38:51 pjanik 1.30.38.1: #i48948#: Add Breton (br) ISO code (from locales201). #i54872#: Add Macedonian (mk) ISO code. #i54872#: Add Latvian (lv) ISO code.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e8821809668da0424529e6992a23cb33083ecc2]

        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>  [068239baf6d61be8a53d659cca02449c505b3d7c]

        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>  [ba583d927b116a8190e912d1d5855563ec4aaddd]

        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>  [3c1ddfcdea158eaaba70abaeb70612fadfb12bbc]

        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>  [b127b0b814af347aaec3b517256705d81e4b7699]

        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>  [4d04d5ac2796d95148b578f47d4185fe82a18840]

        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>  [0337c059c50d74094974709aeadb4a788a79508f]

        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>  [bc9f5ae2747cb7e76a0521afa40e7e89f1743826]

        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>  [03a9fb320459661fe2429e825514fae13d33002e]

        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>  [510180b0d94278edfe9b4ea5379534ce970f3f2f]

        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>  [f08243107b14aad86bc89a328e06cece304e06d4]

        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>  [70d2c6c22459269d07a00f4c7bb0b11da558ad96]

        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>  [b2e0432f287aa13fbc924328104b271de93d5502]

        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>  [ecf10cc59c8b0e02b5c3bce4946fdccd39c8901a]

        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>  [fac0dfc463717b7eda7972013c9102565583f9f1]

        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>  [95bcff2664af62a4e2db4002ac39312bda577549]

        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>  [916eda9b4edffcf6bac9dc15349d6510a1b52579]

        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>  [d2bc82936018bbe4cc2f7f36a21bd169d5d3109d]

        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>  [fee445d1fcbcf98aceed0c2e0d395ce6d26a0922]

        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>  [0935756203b97b69b0caea5c6e790277cf0869c9]

        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>  [3db814062d1a98e53cb7744936a043e410f6cc7d]

        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>  [f7f9016da7dd46db8ae79d754e8e3faa47d62d36]

        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>  [602db488464b829cfee33ed8e06f936c31a9107b]

        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>  [838bec79c1c7307189923ea7fa029c4a70b959e0]

        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>  [dfa81c695576d1cef91696aeda32aa38b36e25eb]

        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>  [c0e65c6fcedc589d3d48da7f837a8334d305f15c]

        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>  [8745c8743f4c5a5cada10a6efe78128f24174071]

        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>  [cd1881862746d5b13d5520d0778b05310abf01ec]

        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>  [a3e92b59b641e99e3a5f4cd7dcf3d216eb97ef8c]

        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>  [557c11a3412b322addeb220758120d6ebd1b9a38]

        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>  [5723f19c2520f0cbab4e1fbdcf67f0b3f1063ae2]

        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>  [a3fd6e9ef13677faf826e39964675d1413d7ccfa]

        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>  [40c79daeff914227b424e683af098e055d101ffe]

        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>  [2f431d78bfcf897a39b76064d5831927bbc7b66c]

        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>  [863c0ee398be9c688bd81621d3ea59356830252c]

        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>  [a5656b6218d0c464e38d7230d89e7da9a153da38]

        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>  [fa2d84a1ca59421dc019bdb427373d4bbbe103f3]

        INTEGRATION: CWS pj35 (1.5.8); FILE MERGED 2005/10/18 20:20:11 pjanik 1.5.8.2: #i55257#: Add Macedonian. 2005/10/03 06:51:00 pjanik 1.5.8.1: #i54240#: Add Irish language.

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [c86ae23230b1d7205ae9d1a53bd30ce089c20c41]

        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>  [224d2b471b1500273eaff4c4193642fa1afdc936]

        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>  [0c6820bc8664b612cb2e83173121be297ffaf068]

        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>  [f4d42f8a66936297dc238f55219f71eb83bac4c8]

        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>  [acce395b47ccb062e8592d62d230d28c72251aea]

        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>  [0569edead65e5774484a4a79f4e838bcf520603a]

        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>  [d1eef19fac268e75c55a61927dcf43e2c883a871]

        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>  [7e06d83beaa183d44d7fa7cce9cc14911d76ae53]

        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>  [0167f40e13bfd4314f73962053da44b2891a2bd2]

        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>  [237666c32e77e49206d2cb7a9f53500b7d896905]

        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>  [a4e34ae39abded3172924eda8dc789a48f00254e]

        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>  [019cca8194f42473ba98f999e8abdf65c16dc0ce]

        INTEGRATION: CWS idlcpp1 (1.4.2); FILE MERGED 2005/10/26 12:39:49 jsc 1.4.2.1: #i56422# take care of last option when EOF is directly behind them

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f026caaebc9445840f01b022d6447337a785865]

        INTEGRATION: CWS idlcpp1 (1.12.2); FILE MERGED 2005/10/26 12:39:49 jsc 1.12.2.1: #i56422# take care of last option when EOF is directly behind them

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a965a356cabf8f85408a13154374006065124808]

        INTEGRATION: CWS idlcpp1 (1.5.30); FILE MERGED 2005/10/26 12:29:26 jsc 1.5.30.1: #i56632# remove module_description.dtd from deliver list

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f33d739b9b25172c3ba63ffb3412840a72bb811]

        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>  [6c39465d15eff404b58f3d805f2fee4c59ee0731]

        INTEGRATION: CWS fwk24 (1.77.2); FILE MERGED 2005/10/13 13:57:58 mav 1.77.2.1: #i55821# second commit of a storage with encrypted entries

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8089798a47e825a99dce830001910df2e8e9d164]

        INTEGRATION: CWS emblock1 (1.123.8); FILE MERGED 2005/09/09 09:09:44 mav 1.123.8.3: #i51893# add X11 dtrans fix to the patch 2005/08/29 16:02:02 mav 1.123.8.2: RESYNC: (1.123-1.136); FILE MERGED 2005/07/12 12:47:45 mav 1.123.8.1: #i51738# add embedded object lib

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d612c170f0797af9c39e94d96010442c83028a75]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d0b37a78ff041247184f8f915488cc002ba953b]

        INTEGRATION: CWS fwk24 (1.4.26); FILE MERGED 2005/10/12 09:18:02 cd 1.4.26.1: #i55566# Inform layout manager to not automatically show non-context sensitive toolbars

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [0978a449217f660f36d69642d25bf39346e6a674]

        INTEGRATION: CWS fwk24 (1.5.14); FILE MERGED 2005/10/12 09:18:02 cd 1.5.14.1: #i55566# Inform layout manager to not automatically show non-context sensitive toolbars

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42fa6488dcc92e5531d18ca21cca12876e20801a]

        INTEGRATION: CWS emblock1 (1.8.394); FILE MERGED 2005/09/06 12:20:14 mav 1.8.394.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ade81c825107bb42b0e30e1654264ab97a2c1a97]

        INTEGRATION: CWS fwk24 (1.10.14); FILE MERGED 2005/10/12 09:18:01 cd 1.10.14.1: #i55566# Inform layout manager to not automatically show non-context sensitive toolbars

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [46c2d71fb5169dfcad81f80d1c254fa80094f7b9]

        INTEGRATION: CWS emblock1 (1.48.394); FILE MERGED 2005/10/07 13:41:48 mav 1.48.394.2: #i125969# fix crash 2005/09/06 12:20:14 mav 1.48.394.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [01c609ac8bfed23784d3cbafcf6b92a1a47a8493]

        INTEGRATION: CWS emblock1 (1.64.392); FILE MERGED 2005/09/06 12:20:13 mav 1.64.392.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d80bc92e31708114c95c253032ff080feb261c0]

        INTEGRATION: CWS fwk24 (1.110.10); FILE MERGED 2005/10/12 13:13:14 cd 1.110.10.1: #i55566# Added plugin and activex control to patch

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [640e69b00913f18b2d68f6c123970e26885a38e5]

        INTEGRATION: CWS emblock1 (1.72.232); FILE MERGED 2005/10/07 13:41:45 mav 1.72.232.3: #i125969# fix crash 2005/09/12 08:39:58 mav 1.72.232.2: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one 2005/09/06 12:20:13 mav 1.72.232.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [09654d787a79cfbc1c11d650c0511d580379b082]

        INTEGRATION: CWS fwk24 (1.6.44); FILE MERGED 2005/10/12 13:13:14 cd 1.6.44.1: #i55566# Added plugin and activex control to patch

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fcfb63844acf1f9fcb3a22d0a5515bb45e1999c]

        INTEGRATION: CWS emblock1 (1.17.430); FILE MERGED 2005/10/07 13:41:44 mav 1.17.430.2: #i125969# fix crash 2005/09/06 12:20:12 mav 1.17.430.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [d64b27d316411c0acc1a86221489be9eaf7f8bd8]

        INTEGRATION: CWS emblock1 (1.42.224); FILE MERGED 2005/09/06 12:20:12 mav 1.42.224.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [57f00896d3ad1a02dad865a12d652fddbc9286b9]

        INTEGRATION: CWS emblock1 (1.28.376); FILE MERGED 2005/10/07 13:41:42 mav 1.28.376.2: #i125969# fix crash 2005/09/06 12:20:11 mav 1.28.376.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4af60bff1178fb7f0ea1795bea75fcdfb46436]

        INTEGRATION: CWS fwk24 (1.7.2); FILE MERGED 2005/10/13 13:57:57 mav 1.7.2.1: #i55821# second commit of a storage with encrypted entries

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [442717be3770f5efa39c13e9cc6540d3ea9887c3]

        INTEGRATION: CWS fwk24 (1.6.2); FILE MERGED 2005/10/13 13:57:57 mav 1.6.2.1: #i55821# second commit of a storage with encrypted entries

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0b4e37a9e9304f6a7ec1e68e963e807acd21f45]

        INTEGRATION: CWS fwk24 (1.1.2); FILE ADDED 2005/10/13 13:58:29 mav 1.1.2.1: #i55821# second commit of a storage with encrypted entries

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb5c3aec8d732d48df260589ddaefbd1406244a]

        INTEGRATION: CWS fwk24 (1.76.18); FILE MERGED 2005/10/12 08:31:41 cd 1.76.18.1: #i55566# Layout manager must be informed that no user interface should be visible in presentation mode

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [31f301f0d379e2866a6af5fd402980dee1d96500]

        INTEGRATION: CWS fwk24 (1.168.18); FILE MERGED 2005/10/04 14:00:11 mav 1.168.18.1: #i55295# mark document as unsigned after saving

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e68474e4c0b078c1d23e881899e7f2600371b6a]

        INTEGRATION: CWS emblock1 (1.56.120); FILE MERGED 2005/09/06 12:22:56 mav 1.56.120.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [db38dfa9a8db962dd2ae72a9a3de1a12bc554425]

        INTEGRATION: CWS fwk24 (1.37.10); FILE MERGED 2005/10/12 09:13:38 cd 1.37.10.1: #i55566# Layot manager needs a new property to turn off automatic non-context sensitive toolbar visibility

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a182f4642aa95814b0ed61c42a580baded9a1029]

        INTEGRATION: CWS fwk24 (1.22.18); FILE MERGED 2005/10/12 09:13:18 cd 1.22.18.1: #i55566# Layot manager needs a new property to turn off automatic non-context sensitive toolbar visibility

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1f6539ffed2b29f414d0f33072a1d536118b085]

        INTEGRATION: CWS fwk24 (1.10.20); FILE MERGED 2005/10/12 09:13:17 cd 1.10.20.1: #i55566# Layot manager needs a new property to turn off automatic non-context sensitive toolbar visibility

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2fee88763bd17e354ca834118c9e0e41af3fe324]

        INTEGRATION: CWS emblock1 (1.10.172); FILE MERGED 2005/09/06 12:20:58 mav 1.10.172.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one

2005-10-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ec1819a96b3a7a0ed1a592cf88788a7d54dea54]

        INTEGRATION: CWS emblock1 (1.18.38); FILE MERGED 2005/07/12 12:52:24 mav 1.18.38.1: #i51738# unlock own mutex while making call to the document

2005-10-27  Lars Oppermann  <lo@openoffice.org>  [72f4cd8fd5735bdf1308baee23454966ffae69b5]

        #i56731# correct dependencies, P1 fix

2005-10-27  Rüdiger Timm  <rt@openoffice.org>  [fc2469dec3479bb8b946abf97fe2186cb6ac7e04]

        #i54458#, #i10000#: Correct my last changes

2005-10-27  Rüdiger Timm  <rt@openoffice.org>  [ee8506ec1f5be2776ccde76f4165526f0e46e8d5]

        #i54458# Correct my last changes

2005-10-26  Thorsten Behrens  <thb@openoffice.org>  [29a9eb87814ff669dd4fa011689b0d1967e155b2]

        #i48939# Changed agg to now provide a dynamic lib

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80b2244be6e4b58a78292d571ac0bccfd70179f]

        #i10000#: enable exceptions for PaneManager.cxx

2005-10-25  Lars Oppermann  <lo@openoffice.org>  [8c4d6d39897b4fb77c35c05f10e69a64859241ce]

        #10000# java 1.3

2005-10-25  Vladimir Glazounov  <vg@openoffice.org>  [2fa142a189caaf054bc6e2f074d919cf385e181a]

        new version for SRC680

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ffdbb5766421c53ad7d23c1fce2ad04f4666526]

        #i10000#: regenerate configure

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [218ea6ce24ee6da6c368b15c5e48dc6872a10bdb]

        SRC680

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3edda6a47cef014aa09c558702341a5ff6f97ec7]

        INTEGRATION: CWS calc201fix (1.3.88); FILE MERGED 2005/10/19 11:04:17 dr 1.3.88.1: #i56235# wrong Set function used

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b383cb9f2c314d7e268df79d45551c6936182737]

        INTEGRATION: CWS calc201fix (1.6.38); FILE MERGED 2005/10/18 19:50:54 er 1.6.38.1: #i56218# Remove: combine adjacent equal entries

2005-10-25  Juergen Schmidt  <jsc@openoffice.org>  [9e2a3ff7c01bace1785cffb31fe9511221372a27]

        #i52208# correct typeblob for exceptions/strcuts

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd3937d3f676ab3c43a98452dc6e9b1cbd89e6c]

        #i10000#: do not pack crimson.jar

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3de4d7dbec445f16aa879347b7902503077505a0]

        #i10000#: remove crimson.jar from classpath

2005-10-25  Juergen Schmidt  <jsc@openoffice.org>  [5876043501ea104705a5b8170f5a56ef58f34795]

        #i52208# change command help

2005-10-25  Juergen Schmidt  <jsc@openoffice.org>  [9f626a1d88a45db91c73aad22c8dd8900a16d9bb]

        #i52208# change exit code

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc1c4e5d368ba8a730d925d159c77664f151bbc9]

        INTEGRATION: CWS morejava (1.107.54); FILE MERGED 2005/08/26 15:27:40 fridrich_strba 1.107.54.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building OOo with jdk1.3.1 that needs javax.xml.*, not implemented in jdk1.3.1 itself

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [38054a8198594a19b1dc2dbea8d4d9e050132cc0]

        INTEGRATION: CWS impress72 (1.5.62); FILE MERGED 2005/10/11 14:35:58 cl 1.5.62.1: #i55625# do not crash if there is no background object while painting

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfc9dbfb6d627c50317aa6ec6218a9a93663ddf8]

        INTEGRATION: CWS morejava (1.11.52); FILE MERGED 2005/08/26 14:26:43 fridrich_strba 1.11.52.1: Issue number: Submitted by:  fridrich_strba, cyrillem Reviewed by:   fridrich_strba Allow building with jdk1.3.1 (java.lang.StringBuffer does not contain methods indexOf and lastIndexOf in 1.3.1; javax.xml.transform.* are not implemented in 1.3.1, so the need of xalan.jar, xml-apis.jar and crimson.jar)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dea934cc862e4d31835426377b817e8db663064]

        INTEGRATION: CWS impress71 (1.44.4); FILE MERGED 2005/09/21 14:25:11 af 1.44.4.1: #i54616# Fixed test that prevents objects being pasted on master pages.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [f815910865889ba3f0669343d314026f6accf995]

        INTEGRATION: CWS impress71 (1.58.6); FILE MERGED 2005/10/25 11:05:45 af 1.58.6.2: RESYNC: (1.58-1.60); FILE MERGED 2005/09/29 09:03:03 af 1.58.6.1: #i55212# Fix for i54071 and correction of page name.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad9ba6f797a39c2b6551d0f5c73cca798d889b68]

        INTEGRATION: CWS impress71 (1.34.6); FILE MERGED 2005/10/11 14:53:23 af 1.34.6.1: #b6332272# Do not include non-existing files into file list.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [95b3c9b7481283403305ed1fb0864ef99d0bd4ab]

        INTEGRATION: CWS impress71 (1.5.224); FILE MERGED 2005/10/21 12:08:44 sw 1.5.224.2: #i55781# 2005/10/11 13:21:30 cn 1.5.224.1: #i55781# update lists for UNO-API-Tests

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [233c13941f98f60b4996372b5e37a719bfd322de]

        INTEGRATION: CWS impress71 (1.6.224); FILE MERGED 2005/10/21 12:33:06 sw 1.6.224.3: #i55781# 2005/10/21 12:09:15 sw 1.6.224.2: #i55781# 2005/10/11 13:21:28 cn 1.6.224.1: #i55781# update lists for UNO-API-Tests

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [60e474f05bfe055532c55368660d9c4594782afd]

        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>  [53db8821bde01abec889ee5e20375043c48b68bc]

        INTEGRATION: CWS ause041 (1.21.4); FILE MERGED 2005/10/18 16:51:57 ihi 1.21.4.1: #i56159# System requirements update

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0706331fae12a7f672598da9a3b865f70db584e]

        INTEGRATION: CWS morejava (1.3.2); FILE MERGED 2005/08/29 14:08:30 fridrich_strba 1.3.2.2: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building OOo out-of-the-box with jdk 1.3.1 2005/08/26 13:45:16 fridrich_strba 1.3.2.1: Issue number: Submitted by:  cyrillem, fridrich_strba Reviewed by:   fridrich_strba Avoid wildcard imports in order to prevent conflicts with classes with the same name, but from different package (jdk1.5.0)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [85f6ebe6d29365a3a1de6dd9f0a775758bf49478]

        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>  [86cd211e2d95b9e82f9c3c26786c11a77dac031e]

        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>  [736d3e129a1197415becf9b5b35be1b5ef6fa8b0]

        INTEGRATION: CWS morejava (1.4.26); FILE MERGED 2005/08/26 13:55:41 fridrich_strba 1.4.26.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Add JRE of BEA Systems, Inc. among supported java virtual machines

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2dcc8650fd31b8097c7efb0bf107db755b1fbe0]

        INTEGRATION: CWS morejava (1.7.2); FILE MERGED 2005/08/26 13:55:41 fridrich_strba 1.7.2.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Add JRE of BEA Systems, Inc. among supported java virtual machines

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfb6c6834f9a2a37c56af3d0a604b76f6bb9546a]

        INTEGRATION: CWS morejava (1.8.24); FILE MERGED 2005/08/26 13:55:40 fridrich_strba 1.8.24.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Add JRE of BEA Systems, Inc. among supported java virtual machines

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad70fded380e3c20066001cac92684ff9ce173e9]

        INTEGRATION: CWS morejava (1.6.10); FILE MERGED 2005/08/26 13:55:40 fridrich_strba 1.6.10.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Add JRE of BEA Systems, Inc. among supported java virtual machines

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [42a7392e9c9dba4cdf5b44f6ff5f7f5f8f88e384]

        INTEGRATION: CWS morejava (1.1.48); FILE MERGED 2005/08/29 14:12:44 fridrich_strba 1.1.48.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building of OOo with jdk 1.3.1 out-of-the-box (crimson.jar provided necessary classes that are not present in jdk 1.3.1)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff7fbc0b44c477c77207c3d006ecd2a1719af512]

        INTEGRATION: CWS morejava (1.7.44); FILE MERGED 2005/08/26 13:54:29 fridrich_strba 1.7.44.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Enable compilation with jdk1.5.0 ("enum" is a reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [6afa8837ec26f2c98f9d48a508eebff4a58a1bdf]

        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-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c534a81689373a42026e9c1fbf352d5a44ac992]

        INTEGRATION: CWS morejava (1.3.14); FILE MERGED 2005/08/26 14:03:43 fridrich_strba 1.3.14.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow building with jdk 1.5.0 ("enum" is a reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [f05211c97d411d7f3685c7342c5d2a983ee10820]

        INTEGRATION: CWS morejava (1.5.14); FILE MERGED 2005/08/26 14:03:42 fridrich_strba 1.5.14.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow building with jdk 1.5.0 ("enum" is a reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf8b5e18db54bf4003dfb63d322fb9554aab93f1]

        INTEGRATION: CWS morejava (1.1.14); FILE MERGED 2005/08/26 14:03:42 fridrich_strba 1.1.14.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow building with jdk 1.5.0 ("enum" is a reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e5d238a21cc2d7522de448b465fe1224f623cb2]

        INTEGRATION: CWS impress72 (1.3.10); FILE MERGED 2005/10/13 16:28:50 aw 1.3.10.1: #i55761#

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [00d132125c7a4e2533e2d51fdfa8600061a3d70c]

        INTEGRATION: CWS impress72 (1.3.10); FILE MERGED 2005/10/13 16:28:25 aw 1.3.10.1: #i55761#

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d6ccdacfc1a887bb0af93592b1ef272c5ad4f2c]

        INTEGRATION: CWS morejava (1.14.12); FILE MERGED 2005/08/26 14:05:45 fridrich_strba 1.14.12.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Enable build with java 5 ("enum" is reserved word in jdk 1.5.0)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf5cbb5a71c60f56a4f7193533fda3c9966a89e6]

        INTEGRATION: CWS morejava (1.72.8); FILE MERGED 2005/08/26 13:47:19 fridrich_strba 1.72.8.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building OpenOffice.org with java5 (jdk1.5.0); add JRE from BEA Systems, Inc. among jres supported by OOo

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [db38491cbece3d2acdf20f87c440f867dfd0fb90]

        INTEGRATION: CWS morejava (1.132.8); FILE MERGED 2005/08/26 13:47:18 fridrich_strba 1.132.8.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building OpenOffice.org with java5 (jdk1.5.0); add JRE from BEA Systems, Inc. among jres supported by OOo

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a936099626758cab34e44cec2318891366edcd6b]

        INTEGRATION: CWS morejava (1.8.114); FILE MERGED 2005/08/26 15:35:36 fridrich_strba 1.8.114.2: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allowing building with jdk1.3.1 (crimson.jar is needed for javax.xml.* that is not implemented in 1.3.1 java sdk) 2005/08/26 14:26:44 fridrich_strba 1.8.114.1: Issue number: Submitted by:  fridrich_strba, cyrillem Reviewed by:   fridrich_strba Allow building with jdk1.3.1 (java.lang.StringBuffer does not contain methods indexOf and lastIndexOf in 1.3.1; javax.xml.transform.* are not implemented in 1.3.1, so the need of xalan.jar, xml-apis.jar and crimson.jar)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [809b33330a673d4a065d49ef3d586ec54cc49050]

        INTEGRATION: CWS morejava (1.12.2); FILE MERGED 2005/08/26 15:35:35 fridrich_strba 1.12.2.2: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allowing building with jdk1.3.1 (crimson.jar is needed for javax.xml.* that is not implemented in 1.3.1 java sdk) 2005/08/26 14:26:43 fridrich_strba 1.12.2.1: Issue number: Submitted by:  fridrich_strba, cyrillem Reviewed by:   fridrich_strba Allow building with jdk1.3.1 (java.lang.StringBuffer does not contain methods indexOf and lastIndexOf in 1.3.1; javax.xml.transform.* are not implemented in 1.3.1, so the need of xalan.jar, xml-apis.jar and crimson.jar)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b561ed3335fe5062574394012eb9b43cfee18369]

        INTEGRATION: CWS morejava (1.2.6); FILE MERGED 2005/08/29 14:08:31 fridrich_strba 1.2.6.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building OOo out-of-the-box with jdk 1.3.1

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee04a4dfa2b4af718b5f74707f26aece20c2da36]

        INTEGRATION: CWS morejava (1.5.10); FILE MERGED 2005/08/26 14:01:38 fridrich_strba 1.5.10.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow building with java 5 (HttpClient.proxyPort is deprecated in 1.4.x and removed in 1.5.0)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [74cf6627ed760d15310a3f91fcbb25cf7626b7b0]

        INTEGRATION: CWS ause039 (1.20.2); FILE MERGED 2005/10/17 11:59:54 hjs 1.20.2.1: #i56070# add sysui to dependencies

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4dd5b0306ae7a57d395cc579eb6506351808138]

        INTEGRATION: CWS morejava (1.1.1.1.162); FILE MERGED 2005/08/26 14:01:37 fridrich_strba 1.1.1.1.162.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow building with java 5 (HttpClient.proxyPort is deprecated in 1.4.x and removed in 1.5.0)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [e514d5b8bb291c034c13312ded38149649636327]

        INTEGRATION: CWS morejava (1.4.88); FILE MERGED 2005/08/26 13:59:08 fridrich_strba 1.4.88.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow compiling with jdk1.5.0 ("enum" is reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2143d4beac42eb77ec27932bb878658f64e17148]

        INTEGRATION: CWS morejava (1.10.70); FILE MERGED 2005/08/26 13:59:08 fridrich_strba 1.10.70.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow compiling with jdk1.5.0 ("enum" is reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf3ec3995c9cc0a710be8ba4dd380ada72afe720]

        INTEGRATION: CWS morejava (1.6.88); FILE MERGED 2005/08/26 13:59:08 fridrich_strba 1.6.88.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow compiling with jdk1.5.0 ("enum" is reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [61a111668903cb6e4a014a383fad102dcd94dc6c]

        INTEGRATION: CWS morejava (1.8.62); FILE MERGED 2005/08/26 13:59:07 fridrich_strba 1.8.62.1: Issue number: Submitted by:  kendy Reviewed by:   fridrich_strba Allow compiling with jdk1.5.0 ("enum" is reserved word in java 5)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a725081810bb832e60c57ebfc4992c5d02e8145]

        INTEGRATION: CWS morejava (1.5.6); FILE MERGED 2005/08/29 14:22:24 fridrich_strba 1.5.6.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building of OOo out-of-the-box with jdk 1.3.1

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6c9ae8043fbff66420ea3dba92585f3c1dd167]

        INTEGRATION: CWS morejava (1.4.14); FILE MERGED 2005/08/29 14:22:23 fridrich_strba 1.4.14.1: Issue number: Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Allow building of OOo out-of-the-box with jdk 1.3.1

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b6841f364b3b63cb041947846273906346a6d45]

        INTEGRATION: CWS ause039 (1.4.170); FILE MERGED 2005/10/24 14:34:33 hjs 1.4.170.4: #i55878# list OBJFILES to get them built even withou apps 2005/10/14 12:12:42 hjs 1.4.170.3: #i55878# include all apps in .IF 2005/10/14 03:06:50 hjs 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2005/10/13 11:21:09 hjs 1.4.170.1: #i55878# added build dependencies; restrict APPnTARGETS

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ef186e60362c1f82cc06e722ab6439aa87b5682]

        INTEGRATION: CWS ause039 (1.29.100); FILE MERGED 2005/10/14 03:03:39 hjs 1.29.100.2: RESYNC: (1.29-1.30); FILE MERGED 2005/10/13 11:21:09 hjs 1.29.100.1: #i55878# added build dependencies; restrict APPnTARGETS

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0275f12de93f9361685a1d829d36669c1b186ca0]

        INTEGRATION: CWS ause039 (1.3.42); FILE MERGED 2005/10/14 02:57:36 hjs 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 13:49:57 hjs 1.3.42.1: #i54541# fix makefiles

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fafb207e6b0c6f73bd8ebe8a715cfe635f4afee]

        INTEGRATION: CWS ause039 (1.11.10); FILE MERGED 2005/10/14 02:58:43 hjs 1.11.10.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 13:49:56 hjs 1.11.10.1: #i54541# fix makefiles

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c6a4f956e2700bec288c57087079e3b788461d3]

        INTEGRATION: CWS ause039 (1.10.8); FILE MERGED 2005/10/14 03:01:48 hjs 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 13:49:55 hjs 1.10.8.1: #i54541# fix makefiles

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7e57879349a9a6f3b9acf62791fc5ffa81b55c6]

        INTEGRATION: CWS ause039 (1.8.14); FILE MERGED 2005/10/14 03:02:05 hjs 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 13:49:55 hjs 1.8.14.1: #i54541# fix makefiles

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [46692abfd9c04b72892c5f04cc957d1960f940ab]

        INTEGRATION: CWS ause039 (1.3.10); FILE MERGED 2005/10/14 02:59:42 hjs 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 13:49:54 hjs 1.3.10.1: #i54541# fix makefiles

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [08cc74969b437d12008b3ccbd61d95297920d51d]

        INTEGRATION: CWS ause039 (1.23.198); FILE MERGED 2005/10/13 21:21:40 hjs 1.23.198.2: RESYNC: (1.23-1.25); FILE MERGED 2005/09/13 15:17:11 hjs 1.23.198.1: #i53841# do not ommit useless warnings if directories do not yet exist

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [4228716b3abd49fc6eb3c1d89a1e1ffb419f2ee5]

        INTEGRATION: CWS ause039 (1.155.36); FILE MERGED 2005/10/13 21:33:57 hjs 1.155.36.2: RESYNC: (1.155-1.158); FILE MERGED 2005/09/29 17:32:33 hjs 1.155.36.1: #i35627# make generation of UNO header MP safe

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [931dec02c52cd4b23e0df96dbdd41a62450cb7bc]

        INTEGRATION: CWS ause039 (1.22.198); FILE MERGED 2005/10/13 21:25:59 hjs 1.22.198.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/13 15:17:10 hjs 1.22.198.1: #i53841# do not ommit useless warnings if directories do not yet exist

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [20687e16cd8741993ad5dec868f02bcc682e452a]

        INTEGRATION: CWS ause039 (1.1.1.1.72); FILE MERGED 2005/10/13 17:54:26 hjs 1.1.1.1.72.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/29 16:24:42 hjs 1.1.1.1.72.1: #i55253# fix makefile

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [63a5fba009257fde8ccd2624cf9ba9bfe172be2c]

        INTEGRATION: CWS ause039 (1.7.30); FILE MERGED 2005/09/09 15:42:53 hjs 1.7.30.1: #125478# supply templates of inaktiv languages - required for SO

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [56658950ab180fc15df7ff4874deb33f642b95e8]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:46 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [33a151ac21554a7406ff0cc6faee7d02342a8aa9]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:45 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d59bf8cbae630b1d38c515f8a58710524012c5b]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:44 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [dadc6b28c00a1053398bc16b699f85d0e9256d69]

        INTEGRATION: CWS ause039 (1.2.20); FILE MERGED 2005/10/13 11:01:44 va 1.2.20.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ba87e578fc5987b6359e4f17c3a07201ed5087c]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:43 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c4f6fb7fda0a59316aac0fc6ccdb7fad1fd07b]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:40 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [50b02090e3fa5ad9f76c39a62e5957bddcda6243]

        INTEGRATION: CWS ause039 (1.2.14); FILE MERGED 2005/10/13 11:01:38 va 1.2.14.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a191e226a9a103bd4307ea198865f85b1f8ef4a]

        INTEGRATION: CWS dr42 (1.23.12); FILE MERGED 2005/10/07 11:31:58 dr 1.23.12.1: #i19991#

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [31fcc771248ee03b6c90bbd8a7d297e529d08471]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:38 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [480073156d74837a8b8f2e95c62d623ad785597e]

        INTEGRATION: CWS dr42 (1.16.18); FILE MERGED 2005/10/05 10:32:30 nn 1.16.18.1: #i53407# allow empty name for member

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [1156eed9c3fd2fee5f25a2831860dfb24c6b635f]

        INTEGRATION: CWS ause039 (1.2.20); FILE MERGED 2005/10/13 11:01:35 va 1.2.20.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5982ea236f45f5eb65d7290919693e3cdd7034d]

        INTEGRATION: CWS dr42 (1.21.18); FILE MERGED 2005/10/05 10:32:31 nn 1.21.18.1: #i53407# allow empty name for member

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [73205b9bedb7225e1ee63916fbd3aa769acd7207]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:34 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bc7616412db24d8202a8b50263de64ade0d79fa]

        INTEGRATION: CWS dr42 (1.8.18); FILE MERGED 2005/10/06 08:33:17 nn 1.8.18.1: #i53253# whitespace handling when XMLParaContext is used

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [66f6a85c90b2778eeea4a5e2e9425788ec3f0f8d]

        INTEGRATION: CWS dr42 (1.7.16); FILE MERGED 2005/10/05 14:43:52 dr 1.7.16.2: #b6332843# corrected array usage... 2005/10/05 12:53:42 dr 1.7.16.1: #b6332843# crash in token pool

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d42ea468aac59a59ffd828d1646068b80ec5d02]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:33 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [821eec05d10b76b471026967fdd314cec4da6a04]

        INTEGRATION: CWS dr42 (1.14.2); FILE MERGED 2005/10/11 18:21:19 nn 1.14.2.1: #i26836# new gaussinv implementation from psiplus (Martin Eitzenberger)

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [006d203353a20e49de4bf434b0bb24dfe0a0e47d]

        INTEGRATION: CWS dr42 (1.5.146); FILE MERGED 2005/10/05 10:57:40 cn 1.5.146.1: #i55494# update of sc.sce and knownissues.xcl

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [7529df3b76d3779a7a93d0a6288926193c4cbe62]

        INTEGRATION: CWS ause039 (1.2.20); FILE MERGED 2005/10/13 11:01:32 va 1.2.20.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [58d21ab61219227d2ad99ffb403b26fb04b7c1b7]

        INTEGRATION: CWS dr42 (1.5.146); FILE MERGED 2005/10/21 11:18:35 sw 1.5.146.2: #i55494# 2005/10/05 10:57:41 cn 1.5.146.1: #i55494# update of sc.sce and knownissues.xcl

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [fcc0c1be3b1a3d45a15bc4f0e13470a5a93ef5dd]

        INTEGRATION: CWS ause039 (1.2.118); FILE MERGED 2005/10/13 11:01:31 va 1.2.118.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [3525cd0f92e899be4f9cf5c83fd9a0ed4169f7ed]

        INTEGRATION: CWS ause039 (1.2.56); FILE MERGED 2005/10/13 11:01:31 va 1.2.56.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [94372864968c8090dc61ae4801a9b76357e00568]

        INTEGRATION: CWS ause039 (1.2.20); FILE MERGED 2005/10/13 11:01:30 va 1.2.20.1: #i21832# Corrected the string StarOffice/StarSuite to OpenOffice.org.

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [86cbdaf961ca0c5e2d862ce5eb83e4d4d11dcf86]

        INTEGRATION: CWS dr42 (1.48.8); FILE MERGED 2005/10/07 10:39:20 dr 1.48.8.1: #i19991# ERF and ERFC, patch by Kohei Yoshida

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8650e2d8280288c9cc103380d377eaa8c047988c]

        INTEGRATION: CWS ause039 (1.8.740); FILE MERGED 2005/10/13 14:55:50 hjs 1.8.740.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 15:25:05 hjs 1.8.740.1: #i54557# take *.jar files from solver

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3fe95acee6b4018c07ae1860de1a370bb7f8462]

        INTEGRATION: CWS ause039 (1.8.740); FILE MERGED 2005/10/13 14:54:08 hjs 1.8.740.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/13 15:25:03 hjs 1.8.740.1: #i54557# take *.jar files from solver

2005-10-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a1f2eef4612d105e39ab146f5debaa57f989e7]

        INTEGRATION: CWS ause039 (1.7.6); FILE MERGED 2005/10/13 14:51:53 hjs 1.7.6.2: RESYNC: (1.7-1.9); FILE MERGED 2005/09/13 15:23:52 hjs 1.7.6.1: #i54557# take *.jar files from solver

2005-10-25  Frank Schönheit  <fs@openoffice.org>  [57941122f873653aacf5760e405f79d344a9c3d1]

        #i56543#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6cac17cb2196a680b3131d1821525a97c97e61c9]

        INTEGRATION: CWS lo8 (1.5.50); FILE MERGED 2005/10/18 17:20:09 lo 1.5.50.2: RESYNC: (1.5-1.7); FILE MERGED 2005/08/23 09:01:01 lo 1.5.50.1: #124644# resource text updated

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7874408ba1062d64ece38d251a36f3a352d27e4d]

        INTEGRATION: CWS lo8 (1.9.156); FILE MERGED 2005/10/18 16:58:08 lo 1.9.156.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 10:14:09 lo 1.9.156.1: #i32939# use system locale to set up default document language

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b00576c00c16a34b344a495839e99ee71bf40a46]

        INTEGRATION: CWS lo8 (1.16.72); FILE MERGED 2005/10/18 16:58:00 lo 1.16.72.2: RESYNC: (1.16-1.17); FILE MERGED 2005/06/07 10:14:09 lo 1.16.72.1: #i32939# use system locale to set up default document language

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad4340edbb199953f727f80f9b528512f240df07]

        INTEGRATION: CWS lo8 (1.15.22); FILE MERGED 2005/10/20 15:10:51 lo 1.15.22.4: #i32939# always set western docuenet language 2005/10/19 15:00:37 lo 1.15.22.3: remove debug output 2005/10/18 16:53:39 lo 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2005/06/07 10:14:08 lo 1.15.22.1: #i32939# use system locale to set up default document language

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6003acc52b701dc7da6bf873055d8a1c8d3303ff]

        INTEGRATION: CWS lo8 (1.178.8); FILE MERGED 2005/10/18 16:48:31 lo 1.178.8.4: RESYNC: (1.182-1.184); FILE MERGED 2005/08/09 11:45:43 lo 1.178.8.3: RESYNC: (1.178-1.182); FILE MERGED 2005/06/07 10:14:08 lo 1.178.8.2: #i32939# use system locale to set up default document language 2005/06/06 14:54:25 lo 1.178.8.1: #i18970# exit cleanly when possible

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3309edfa5db4612e30adb95ce20631766173237]

        INTEGRATION: CWS lo8 (1.26.166); FILE MERGED 2005/10/18 16:36:54 lo 1.26.166.2: RESYNC: (1.26-1.27); FILE MERGED 2005/06/06 14:54:37 lo 1.26.166.1: #i18970# exit cleanly when possible

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [79399f075654c054042d9abe0f619810cb015cd8]

        INTEGRATION: CWS lo8 (1.38.250); FILE MERGED 2005/10/18 15:36:37 lo 1.38.250.2: RESYNC: (1.38-1.40); FILE MERGED 2005/08/23 08:55:13 lo 1.38.250.1: #124644# resource text updated

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [41439a6cfd09444c86eb1c3df660d74651d60c62]

        INTEGRATION: CWS lo8 (1.26.36); FILE MERGED 2005/10/19 09:41:34 lo 1.26.36.1: #i48274# docbook.jar and XFlat.jar not needed

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b57dbbb185b4e10d26c8abc267ebeb603edd1f7]

        INTEGRATION: CWS lo8 (1.26.58); FILE MERGED 2005/10/20 15:21:01 lo 1.26.58.1: patch files for CWS lo8

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8307c98a6f40a612e683ef19b2feaa4f701cd824]

        INTEGRATION: CWS lo8 (1.113.34); FILE MERGED 2005/10/20 15:21:00 lo 1.113.34.1: patch files for CWS lo8

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6fd94fdac9de19cdbc5b41a3a8b0a48a17dd7f2]

        INTEGRATION: CWS lo8 (1.146.20); FILE MERGED 2005/10/20 15:21:00 lo 1.146.20.1: patch files for CWS lo8

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfd93ee7b47a778cbc4dab3563d157b4aabc57d5]

        INTEGRATION: CWS lo8 (1.10.62); FILE MERGED 2005/10/20 15:20:58 lo 1.10.62.4: patch files for CWS lo8 2005/10/18 14:16:20 lo 1.10.62.3: RESYNC: (1.11-1.12); FILE MERGED 2005/08/09 11:09:07 lo 1.10.62.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/10 13:43:03 lo 1.10.62.1: remove unused filter jars from intallation

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0fce195fffbfd8592f7ac16b027015ec0eaae5a]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffd3c1f6ce1629c80346169aaec1e9539d835977]

        INTEGRATION: CWS lo8 (1.2.28); FILE MERGED 2005/08/23 12:12:37 lo 1.2.28.1: #113679# master docuemnt and better oasis support

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c09e2f678268747f0dd3a81ab22abc0562d4ae75]

        INTEGRATION: CWS lo8 (1.2.28); FILE MERGED 2005/08/23 12:12:36 lo 1.2.28.1: #113679# master docuemnt and better oasis support

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [223e87524f9250ca350666f81ecea60c35456001]

        INTEGRATION: CWS lo8 (1.5.28); FILE MERGED 2005/08/23 12:12:26 lo 1.5.28.1: #113679# master docuemnt and better oasis support

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6759b452e489b7324017cb9cf2774c005e304305]

        INTEGRATION: CWS lo8 (1.2.28); FILE MERGED 2005/08/23 12:12:25 lo 1.2.28.1: #113679# master docuemnt and better oasis support

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [36191fc328b5fde82e96214895fd1fc9880efb2d]

        INTEGRATION: CWS lo8 (1.20.6); FILE MERGED 2005/10/20 09:13:19 lo 1.20.6.1: #i48274# build xmerge

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fcb26efc44549924b7e665c70b9c002464d18b4]

        INTEGRATION: CWS lo8 (1.7.12); FILE MERGED 2005/10/19 09:01:21 lo 1.7.12.3: fix main target 2005/10/18 13:41:11 lo 1.7.12.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/08 16:38:13 lo 1.7.12.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4dbd6201db9a441c27a36f243ff9903ecebb095]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:24 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fc447f5587721048899f23023003d11d73c7dea]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:23 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [77cc16215faa7acce4954e2081b974ef43bdcd7b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:22 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [625c353f4e26baf3755932b98954531586238522]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:21 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [379b123270939571017fc0b9e4907c9aa7d27a30]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:20 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [15ad241e8f1734f237a5eea37f10b2909476e846]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8673db5d3bd988e033515e2f705633c67233a6e8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:18 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2952c43aeda00ebbb3d05fb05ee168956bcd9463]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:17 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [921b4baa332690fccec351025440356237517dc6]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:16 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9529a906cc34058750641b0cc2dbf91ffe0f5e0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:15 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6b26a167ff1bf4e91561c1b2892524ce9a0a490]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:14 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [29eb01e03aa6c1ee0434e174fed48276022073af]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:13 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [31c13a0eb33870c78a77b03a5e6a02577971cac8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2f8c660e79ab5d727aeb8e53147daa5ccac1a12]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:11 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b750c2b7e1a2edfeb872f168e4151074c0d7eb25]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:10 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [39dbf2b557d34413c2504140337fc9e0f7f21d65]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:09 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [887a38aecacdc6c0f458fa46ce76866d265d286c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:08 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4b1b47901741ee1965433e74a7966ac121caf85]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:07 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5de8a59ff712efbc672ccf596c56e18ab8c0186]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:06 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [85fca94016289c9896f6ee397f5f339f70a6c47e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:05 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0bf462d0d8b4b733569d56e208fe3d8fee293c5]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:04 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [70246181054bd660b06dc9f245c57d0b77bb7e5d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:03 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c57d818dd65198ee162a44b2a16a0c35012ebac9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:02 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9567b6d3903adfa944a52f41e69ebb7eda6fd44]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/09 10:12:56 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [07b36908e044c1e1ce35b3c1bbad097ce197996d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/09 10:12:55 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf702e8342c2ba540d9220749cec50146f4d8d72]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/09 10:12:54 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b7bc9e40639a273f1cdfef029715e6597e4206b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/09 10:12:53 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ddeb7313c4ef639c9a2c011891c666b59db044e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:01 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [eff6bff31947b74bf2233722ead09992cc971d2c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:31:00 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9258a0ef0419bbd627f3569bb54b51d9d305e97]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:59 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [261e9d1c782cad194f91d883310d4c4a1e95e314]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:58 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c7bf23d8a19805e2a19fd2cc9d0ad14ab310c27]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:57 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9320558a5e53135b74aa62030cb4661dba7c0d30]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:56 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c5d2f33d768efbb5367d747768c3f115409d505]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:55 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d1de7f7bb26a3ece55709843960695a5b8fcf44]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:54 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e447f78b8a8b91c94b7a6a335e8cbbbeed22d351]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:53 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [824697714bad7d125fcbed40d8755f60c8678c7d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:52 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [093c0a34f69ab0a1a9b026bad92d38a69d58a62b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:51 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [997c5c6bd56251c39619a571223ba809681197ea]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:50 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [17a04d8fd56d87e6080b74af1f422d08fa8e7409]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:49 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c7cb14021e99d38c803844e86e746dcb5acf79d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:48 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c96a88a9009e49bd6ff68d7b3e8d370227ef1851]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:47 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [952a7d524b9499c659cb29a3ee63f8a2357a577b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:46 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7804e1db74bfe0b98cb870888166ed15ab31251d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:45 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f9be11aff2ed5405fa8820e0f10fb100297e7b8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:44 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e91e493771c00eff8d4b283d7ac103b4f3dc1632]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:43 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e784d417c8e64eb39022812206972c90e86b50f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:42 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2008d527dfc181dcc5bb0fcc6d9141691faa40c7]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:41 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1634e95ec3532e0427e255b187bf639ed181bdfe]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:40 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [46ba1dfe8ce1d702b8399902cda027e93cf72030]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:39 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cca7359a01b782ea277466bd19e27dbf223e69b9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:38 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bbfadbf69f18d6516033e292c4c11010bf183bf]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:37 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2818481a4c7fc515806ac826cf031e98faa81a08]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:36 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7324b0936efc98c3a3203cf46644429f315ff853]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:35 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [45ade6f8ad2232dcec6273cd543d19f7168507d2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:34 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfaf0fd33c7d546da92c88505515a8672a43d6d5]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:33 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [25138c93a590b8c4376e3b66a6f135bb0cf1876c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:32 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [325591871c84635dee23284dad5ce0102dd0ab28]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:31 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [480445fdaacb0d19f760c3cd91a3a5e3d5d84989]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:30 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2172007c83715c2345ab7aa09b60afd7932b4f52]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/10 09:48:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1565794eb6b0e9c5494147235c0c4404212a9b8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:29 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4284be5c352c871d1d381e31f45a67c617e7dc35]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:28 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3bd70d6be6565047fbe71e3b02b86c8e63641cb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:27 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9bcdef43da22070d6108cd6556f61cea8b5ca3c0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:26 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [28559b6e06f99ab3c8c35397febae5d523853c3c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:25 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3851bc38c1b57d69537263529d189b04052c1eb5]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:24 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a06279116114df8efc981686f17fbe53c54ec518]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:23 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c14170892843a4ee4fdba1b3d1a1ebb9ec1d93e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:22 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0dc3d5c21a5da9518835d62b76ec70edc08e3a3]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:21 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [da1f3174bbd1178ea799ae4eb79afdd5b979724d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:20 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cb747a040e9cdda6f32d12f0ce2e555b16a1dc6]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1c1764ad29595292ccc38f56673152634900a60]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:18 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b51057037e73f083abf9f45a2b668b37187d8072]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:17 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bca15d41bf1a0deef1a88e3b1c591abb85422ec5]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:16 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [06b65dfcaaf51e4f7ff06af2513c5dfea269d9c7]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:15 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf6342bb04af3ab8d960db4fa26d4c86b5864ddd]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:14 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3dee47e9b4afd89d6bd1f39c14f38048e28549e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:13 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6ec1791021e8350d2106acbba2975ce8d3ee18f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [46d40b0f80ed42a352715fba8f708a473fe6553f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:11 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [95ba3b392278963f963b1eac710618d3e677a84f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:10 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [44556899fa3b2e29244feb74c0f27223670f413b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:09 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5f7b4a5b195721d4a18ea05f951f0a9ddb4e34e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:08 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [53846785d71f06ef658c249a58c2efc15fdbad57]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:07 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [90675a26c0648e4299d784a2e7531be6efb92434]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:06 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2437cd317a9f51212ca229143774eda627a14052]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:05 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [83284c93b85c4473db17a28ad7922b7321e7c752]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:04 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbf21edeb79fe1a4370aebd4d153a2726cbea550]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:03 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b876fd3b337623ff2573fa096ead901a44f6b38b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:02 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d51ead3bc56b6c5860c56bc967c270fde3a1ee8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:01 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f1dd8f842705610ce133ceec0e4ad046b9408a9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:30:00 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [743484b55892468706ef5f58bde7e3c7513dc93b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:59 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f62720e9c9ab769e0592a1709714287147cb608]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:58 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a27f8a5f7e38e923fe726e0ce2523e6075e9ce9f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:57 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6f66bf4baa585b579345f5de7818b264d64ce2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:56 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2ad948388d0fe0fc85ef03bd7975d9fe8d644db]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:55 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1884a896ffb24e8360a3e8474d272f5c6c83a88c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:54 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e525a3542554cf53b2beee5bce94a6666c0b999]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:53 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e50dbadbc694c8465cc7d95d5528ce1546a1e581]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:52 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6db6c04501780dec11de62df392c89ecf66b1c50]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:51 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d59072ae508cb32b3b76d2964c3afecbd37b83b0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:50 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [21ffd953bb2973f54c794f7d6aa0a55d5a6f39cb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:49 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9657dbb3f2f4ae582df111631db4adcc3456def]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:48 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9fca81d6704f0f36a230dd1dde480aebc654cbfd]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:47 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea4336053991ad92562fc878b9adf2296a7e22b8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:46 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d7fae991637ec7bfc336371678a46b9c10bef3]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:45 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d5a81327f7824900bbcc94fac1c864cfe867ed1]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:44 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf9ab1cb2d4170d9feae2201ad101bd0e4784a0e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:43 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [da31cc8d0ef0e28e02e434ba25a2087bd5badd5b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:42 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1ff2d59f575b35ba0cc54c9d8d7103f3b84a35b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:41 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ed337de30da19c2b492f0b0c2e56a71e96f8ff]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:40 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [41f87bcf592e75b24ae5910ffb4ecec11cd38365]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:39 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c606bb6ff3966a535c230c57b8b583e962b87138]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:38 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [00ef0ff904223e02032c4902f887e745f6d9e4fc]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:37 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fca7c6fb86acc1bccc80331180ebefe7d3b0e18]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:36 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bed48e6757271312a90ec8957e5f0025aa060a4]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:35 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4b95bfd9d5ff9a197cbdcc6bcfffbcfb2407436]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:34 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [38e2fce2fbff55a6579fe52c7b32980db8b4bb35]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:33 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3dde97437211f8856c85454d6751b56e99716f50]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:32 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef3aa906f0938aab7ef2dc0685ba592c98a51ddd]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:31 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d733b66c11992c364cdc81f5a2798fbb2d092259]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:30 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80421bb2a8f070d9d75309accf1c3f5ca3b2464]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:29 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a52d486e49319928669ea8a65dd45435abcfe641]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:28 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [76c4009b577788d6671ea7c86b1546d176766356]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:27 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c38e2a4891e52d2237d24f9fdc3ed3b4c809aea0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:26 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ef4e8c76e7d7f252160a99c37fe2066cc79c1db]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:25 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [551948e092dc3296b0fd536029cd2035bb527766]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:24 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b335a3b7cc4f0384d29ba5f65186cc6e6035a34]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:23 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a89bb622bb1d8e1c8c7e0d936f18610e8745f655]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:22 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d576b977207b28df7d82985ce805f86abdaaf20]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:21 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b425e73df816251d1e80760caaeb5337de504f56]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:20 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [10bc7d2c13657436ef39d2bf728d544ea1937b13]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [32ff0c20f0f37adc68b2b7d6aec8c6d8fb9f7da3]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:18 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7db49074318725dff26ac59e2dec8faac783ced4]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:17 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d0eceb12f0d14afda08090711dbce7aa57a17ca]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:16 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [65d3657cc51a4f122e0b3c8c837b4f1e4a68f919]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:15 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [375c33768efb0d823e7e6988173ee7ef005a4dbb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:14 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4be434cb73ff80b289f1f509f4f26a5ebec003f0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:13 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb639ee6aaa8242cdf030c73e41a6e2a77d10b5a]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [816db76bdfc0bfb08bdcf3a094f936ec6b89967b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:11 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [99a512c8b4f2ded0d04f4ef67595e9d0c0a22141]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:10 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f09ad74432f88313f1b8e1f5ac615cae5826c3b1]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:09 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce94b45b18336d4df2a02769db07973f05fe8b8a]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:08 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a96bbe5c00e096dfccc9c2e74992a302fb41c908]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:07 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [39630ff5858837e5880a81a235bd691316f2f06e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:06 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [515694fdb70b43e257f27fd97fe38cd021a3885d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:05 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8f87038761816c870317efcb6e48892a40623fa]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:04 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c73d854d41fa2486937a08e13a4e22f1b3169771]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:03 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4a75cefd9505c1f195ca157a047d8641e4a26eb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:02 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0705cfd9fc8718d93a616e6c132f4d9efe23dbe]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:01 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d7a9d0590f991a60f45c4245ffed7dba75e9e01]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:29:00 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [26670c6908968b4200e73ed96736de6ff27326d2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:59 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [413b08004cb6cd2e9ae579bc8d5573b3c4363d24]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:58 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aa8bb5e555b382847269f9b09c97cba4fb2c96f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:57 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [95cefeffd31c6f33b9b4c3c199265476a8651a74]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:56 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [74afcde345929d90d7518ff1e95e6057bcbedc14]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:55 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a460e6259d25dc24d948163104a6ee91e00a189a]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:54 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [10986be1e22e25c85df863a1db8b7b903768ae3b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:53 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01955b80f863ea5538ff8ca8cc3076a7891436f8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:52 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7847a3d8fed196903280edc97acddcf62e982b75]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:51 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cf0e8c845b89a298cbd6b7d56657ae9f291dac2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:50 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b3cfad28593a0f4467f588b57256229fa671697]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:49 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a175fd7cd307d30f65926f079776a0b4ec0faea9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:48 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ee82ea266dc9cac8a56b7871f270d4ee542a173]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:47 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [57807e75350e3d57e491bd540acaac878e9e9f66]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:46 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d7eb3d27213397d55787b6c52d46b882710913b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:45 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9834fcd26d932b1050c7fc5e2a6605b0daba1be1]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:44 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5562ad1d77e60eb67c452d5b94aded4e774ee4ad]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:43 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [12bf350f9a2b69d5f181b17929a18f34221aae2e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:42 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d5c8a5702b3c10638343ea2667e5fccc7e273ce]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:41 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae72d7dd9ada0ab7795639fe49abd4cf8f1559d9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:40 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [569a0e9ce80a276d0d40032ec385ccc37d6aedb8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:39 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [03d8081b698ed2ced064ed1d071bab4cd2690b5b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:38 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [483e993bcc545142413ab722cf4936ebc059b491]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:37 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [acf01a8b560b4f2bcf531e0d5a14d533fc8aeb88]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:36 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d80bce942df7030895111bbfa9831c78523366]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:35 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed942fb2233451d85bccf7660dd7bc92f523e1bd]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:34 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [19f08633595161b5cef717b69349e13f9c09184f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:33 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a5f60878dc2b8f2e7310626c079394b251b32e3]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:32 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d7ffbc4b0ee6acfd20f6184991680df8a64b048]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:31 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d04ec42790e880303a01611eb1c1f49dc5a578ef]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:30 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbd9286fbd6fc9732eb0c847f40b704851676100]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:29 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [005688875695922486f7cfb6722cca6cfe065a46]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:28 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5af47595a670f2c1bd5bdb46b6b305e841c3c23d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:27 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b38aefdebdcfaa6ff3970823bfd6ccc5886fa875]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:26 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b571ed0685a796c2ee638ec5393ff9d3946c262]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:25 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bf7eb528d7dfc668eae460d84a67733ece5fd71]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:24 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01d3a5bc157a0a02dd1c7b84f746bc8e3f89ee61]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:23 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d011d4420759f62dfa6ee42639ebc44cd85e282]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:22 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [54025c9e2949a09310a3727ead4ce690fe570583]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:21 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [769c5945b21c53db7048eac1d5fb23e62b27f959]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:20 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [01b742cfb31f9e1d70523e5dd8567928af7a15a7]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aaefb49d13597c3432fffb182acebea45facc6b]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:18 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [97dba3199183f0a93ea17fc0723d4ef7ebd5f640]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:17 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8d0bc035eeae393aea673dc8f3d04bbd6160efa]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:16 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3f9388a5218dab602d9f36d2dfb5df0b409c60]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:15 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [163a6d203445e1fcf209125ebdedb144028c0b21]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:14 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [852f74a8c6d15d3cedf0a866c0c85b666bc8f26c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:13 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [68c7b80f9a3c0555717701d0f64dce140821b9b9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [657eb8a911f6f6a8a4cd748c6d5e31ca9d094d74]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:11 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5735ce55a7c21e5622a0a9101435608ce830962c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:10 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [93e3d23099b8e48fda7eaa9a2032a9f012b5d53f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:09 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4430b730bbe2aabe18e65b61118d51268b90b01]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:08 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c155e1bfe26b19fb64d0346316b5307c0fce59ba]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:07 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e90fd71515951fa21885799a3da2811b94a9ed1]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:06 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc95e45efdb92fc9cef9871879537a260bc8d034]

        INTEGRATION: CWS mmeeks11 (1.11.14); FILE MERGED 2005/10/21 11:41:59 mmeeks 1.11.14.1: Issue i#53556# Fix native file-selector icons Add 'ShowBookView' icons

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6cd89b3db34a45401704ce1e7ae9c3177d2ae14]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:05 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6ffe69f756c6369b2aea1a8dce7ac82132d9c78]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:04 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1bff42f16fc674866cdd41675cd8bfb1902ca18]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:03 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5da6b0a1fc1a5f5a8dfa2d2461ab664ab3648f9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:02 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e752e51ab2a4b7e15ab16420f0769c69d1ad6deb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:01 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [85898aa0360566e8fe5f3794ee0b3fb2592b8bd2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:28:00 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [87e151490cfa00aba84b051578e389a5dd77ccd6]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:59 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [24002f94924c2135f1d8ebb39fdc278a2637f181]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:58 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1a910b95647a92c90c4fa8c430c0473c952a6b8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:57 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cfca87f87d1ae3fc1b1c4a73eef063def9eaf45]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:56 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d5bb23cb7c2f9adf37ceeb9f4eae489cb844268]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:55 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [387ced5719101a4385d828515ec1e599d98ba5b1]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:54 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dbba325f4619e610225fb9e5d9896c7cc65354c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:53 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee3df4b679f5da7716dba77f18ca64e6c6c60922]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:52 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe08d933bea281ef6036f891326364af1a753c7]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:51 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [666324ec509f8230256b717de7c09e1e1ea011ff]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:50 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c641cced222bf856855afc16b74ee3cd543e3fb0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:49 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e1a0f00308f978b5b71279381fe71dff38a7d47]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:48 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [37e560d9e8cada32443c4f950aeb2994d6c9ca78]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:47 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6d08a45ef5809e4211edcf2d94940415c52644d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:46 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [24c4d068df59d4ddfa359c395f2bdce006a892e4]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:45 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ecf111726b35d249415deea077ee9825cfb14aa]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:44 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [86ebdd6c9a530707e844d7f886058f5a13de7bbe]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:43 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f4e091dbcfe6f59803415b6847cda9a871e5815]

        INTEGRATION: CWS impress66 (1.7.80); FILE MERGED 2005/10/10 14:36:24 af 1.7.80.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/08 11:38:19 af 1.7.80.1: #i48402# Added argument for docking window title to constructor.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [668e2d44a18c02b53863809f2994d993fbeadd5e]

        INTEGRATION: CWS impress66 (1.2.392); FILE MERGED 2005/10/10 14:36:07 af 1.2.392.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/08 11:37:31 af 1.2.392.1: #i48402# Added id for new Draw pane docking window title.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1af0f5e901187317de24215781e02b15631e4e3a]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:42 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [321f1de68bc0faf03309a10cc49e9249dbb043a4]

        INTEGRATION: CWS impress66 (1.8.206); FILE MERGED 2005/10/10 13:04:11 af 1.8.206.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/08 09:21:50 af 1.8.206.1: #i51175# Fixed a slide/page string bug.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5358cd5fa7e9f3c8d447a275cee01220a0c87f86]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:41 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ea23f8e71c7dd76ac21d9ef0d6ca915c260232e]

        INTEGRATION: CWS impress66 (1.44.104); FILE MERGED 2005/10/10 12:57:40 af 1.44.104.2: RESYNC: (1.44-1.47); FILE MERGED 2005/10/10 09:01:29 af 1.44.104.1: #b6235454# Renamed two german occurances of 'Folie'.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [2522686c80b9a9a0bc6efe4acab7ba3b8163d276]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:40 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f6904fc54e17bdfda7a7c1dadffa7a62c6fb25da]

        INTEGRATION: CWS impress66 (1.3.392); FILE MERGED 2005/10/10 12:51:40 af 1.3.392.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 11:36:18 af 1.3.392.1: #i48402# Fixed and added docking window titles.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [71678f7aa009256764bb6b3ee7bfc901736695e3]

        INTEGRATION: CWS impress66 (1.10.80); FILE MERGED 2005/10/10 12:50:42 af 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/08 11:33:41 af 1.10.80.1: #i48402# Added docking window title.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d190fa736336abd608b0c14710374653927fafa0]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:39 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [57a4870fb38dc82fa5dec77f8d77ab3cd96369ba]

        INTEGRATION: CWS impress66 (1.3.332); FILE MERGED 2005/10/10 12:50:32 af 1.3.332.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/08 11:32:09 af 1.3.332.1: #i48402# Added docking window title to initialization of PaneDockingWindows.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [5169647ba7e948f10ac57efed9ccf39aa78e68e3]

        INTEGRATION: CWS impress66 (1.110.86); FILE MERGED 2005/10/10 12:46:09 af 1.110.86.2: RESYNC: (1.110-1.112); FILE MERGED 2005/08/08 11:29:58 af 1.110.86.1: #i48402# Corrected german string.

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea1678182ba3a66e0a80d665e21389b964504d98]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:38 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9464435ad19a8099fcb76234a66ba30c8f6737ed]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:37 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a875ef2dc5880ffea8cdb716844a165ad0b8e1c2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:36 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9e4eb4baab200f4fee407f593a5eb6744329595]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:35 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf845941cc4a21caaf5cde294cc198bc12a6b857]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:34 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [80fbf7fdc214ed90885db914b024a8c84ef82c11]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:33 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [812985f311a1299012814df109b9ebc7662fd945]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:32 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac46db5d706eb84921053533a3c1b87e3a928e5d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:31 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f6d0f69dbad77ac26204bc98c9aff590d0c32e9]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:30 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [500c9960e0c5ecdaa49c91a2a2d8997aed7cd947]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:29 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1b0b487e681a57e003882f19834c990e76785d6]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:28 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ff0744846d0649809a56ac02059406e32e975e2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:27 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [05ed6361e6b451577d65d4fc2ceeaaf2c467773c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:26 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa4eb446a72e41003874a71c43b595b6c1d7cfbb]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:25 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [af811e1fba8bb577564532eb9a2525f3e69ed996]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:24 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4373c655ee72973e90c0bc58c87147fe773e7e95]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:23 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3966437244a9c51ec07218b471213d8678c5b43]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:22 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf8d8cebf3c37d6184a4b05f926ed13e9cbf6f8]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:21 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3b419715b8b7d2d88ec95b81746e190e6d5d8f]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:20 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [732a02c32c5e7217f3446c3d5ee3bfd7f5a6e2bf]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18122eafbc3376ba5e5c791279606abc4c80003]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/10/19 17:03:50 lo 1.1.2.3: close output when document is finished 2005/10/19 17:01:16 lo 1.1.2.2: close output when document is finished 2005/06/08 16:27:19 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [978dec078f0c7e318cded8261da24c078f04e1f2]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:18 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e20f83fad9e840e2f46055d7862b69bef5932646]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:17 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [eca52043e3c9a4a8c8d9be75a7216d26f7db3427]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:16 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f68ee925737b6583e29a6ce022fbb8e48c4d65ca]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:15 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc05d83cb9588bdaf9d43935dbe181b0e16e133e]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:14 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [48e641ffda40bf03e5be66ba52fbdf0bf8496564]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:13 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [002d497fa083eb02e7268d85d1d81d194278504a]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:27:12 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c3ee7242c46539b9c514a042f755c55ac5c8b39]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/10/19 09:24:18 lo 1.1.2.1: xmergesync binary to use until build is fixed

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ae8b7a284a8f94619d678b63a098731e92a51d7]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/10/19 09:45:07 lo 1.1.2.4: xmergesync binary to use until build is fixed 2005/08/12 14:14:07 hjs 1.1.2.3: #i48274# find SDK includes 2005/06/10 09:46:37 lo 1.1.2.2: restructuring of project and fix for #i44847# 2005/06/09 10:53:29 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f8d93fbb2e587f8262b01d39ae8f284db180e3d]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/09 10:53:28 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4919e1f1fc579063ce87066a56d4e2b14291401f]

        INTEGRATION: CWS lo8 (1.1.12); FILE MERGED 2005/10/19 09:45:06 lo 1.1.12.2: xmergesync binary to use until build is fixed 2005/08/12 14:14:08 hjs 1.1.12.1: #i48274# find SDK includes

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9963ff2ba3af485ac2f419420d9060f3934a0a6a]

        INTEGRATION: CWS lo8 (1.6.12); FILE MERGED 2005/06/10 09:46:36 lo 1.6.12.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c03149971dc63bc14f2eb38f6213546e608a77d4]

        INTEGRATION: CWS lo8 (1.3.12); FILE MERGED 2005/10/19 09:43:19 lo 1.3.12.2: deliver xmergesync 2005/10/19 09:07:19 lo 1.3.12.1: fix list of jars

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e76229c34f7a232d9a6c04907d2feff4b7f8dc6]

        INTEGRATION: CWS lo8 (1.3.12); FILE MERGED 2005/10/19 11:21:54 lo 1.3.12.2: xmergesync binary to use until build is fixed 2005/06/08 16:38:35 lo 1.3.12.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [f059bca31c81730cee931459575a7470ff31b454]

        INTEGRATION: CWS lo8 (1.5.12); FILE MERGED 2005/10/18 12:21:15 lo 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/08 16:39:58 lo 1.5.12.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cdde458de83a810c6d2751959ee201db066257c]

        INTEGRATION: CWS lo8 (1.1.2); FILE ADDED 2005/06/08 16:42:50 lo 1.1.2.1: restructuring of project and fix for #i44847#

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f0e4b037a8cc33ad46679666e9265701368be63]

        INTEGRATION: CWS lo8 (1.12.14); FILE MERGED 2005/10/19 15:15:26 lo 1.12.14.3: remove debug output 2005/10/18 12:19:51 lo 1.12.14.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/24 09:49:50 lo 1.12.14.1: #i51830# reduce buffer memory usage by streaming data directly into transformer

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [99c373e3dd6b0b628801ed0c85d1ccca10bd2c84]

        INTEGRATION: CWS lo8 (1.7.46); FILE MERGED 2005/10/18 12:18:59 lo 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/24 09:49:50 lo 1.7.46.1: #i51830# reduce buffer memory usage by streaming data directly into transformer

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f8928dec7e21114a2b5fc65b7baae2d1148d585]

        INTEGRATION: CWS lo8 (1.22.106); FILE MERGED 2005/10/18 10:56:39 lo 1.22.106.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/10 10:06:29 lo 1.22.106.1: jars are build in xmerge now

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [73c912f7a0f0d2344fe39776e84fbd9521b57dc3]

        INTEGRATION: CWS os57 (1.18.62); FILE MERGED 2005/09/14 00:45:30 os 1.18.62.3: RESYNC: (1.19-1.20); FILE MERGED 2005/06/16 10:26:48 os 1.18.62.2: RESYNC: (1.18-1.19); FILE MERGED 2005/04/21 13:16:57 os 1.18.62.1: #i44258# cut/copy/paste works in menu, now

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [36c5bc3bb0cb02c7a81aeb3a21caa5420c56e89b]

        INTEGRATION: CWS os57 (1.25.76); FILE MERGED 2005/10/06 08:09:00 os 1.25.76.3: RESYNC: (1.26-1.27); FILE MERGED 2005/09/14 00:44:03 os 1.25.76.2: RESYNC: (1.25-1.26); FILE MERGED 2005/04/21 13:16:54 os 1.25.76.1: #i44258# cut/copy/paste works in menu, now

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c5ca67a1df95eb84cbb20211469fcc9fe2411f3]

        INTEGRATION: CWS os57 (1.27.1210); FILE MERGED 2005/09/13 22:57:50 os 1.27.1210.3: RESYNC: (1.28-1.29); FILE MERGED 2005/05/04 12:55:16 os 1.27.1210.2: RESYNC: (1.27-1.28); FILE MERGED 2005/03/31 09:01:33 os 1.27.1210.1: #i46286# leading values are now converted from/to twips

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [4549d9b0f6693346cb0abbd063d5ba6eb9c275a1]

        INTEGRATION: CWS os57 (1.4.30); FILE MERGED 2005/09/13 17:32:56 os 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/31 09:25:09 os 1.4.30.1: #i45542# label width increased

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cc15aae3d39a251ec44784103a9e8a698748e03]

        INTEGRATION: CWS os57 (1.19.350); FILE MERGED 2005/09/13 16:28:02 os 1.19.350.3: RESYNC: (1.20-1.21); FILE MERGED 2005/06/16 10:20:50 os 1.19.350.2: RESYNC: (1.19-1.20); FILE MERGED 2005/04/20 11:17:06 os 1.19.350.1: #i47813# setting the window size before loading the document prevents illegal preview size

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [d39b4467c12ceddef6aca7db2a75e46d8cb071b2]

        INTEGRATION: CWS os57 (1.4.352); FILE MERGED 2005/09/13 15:55:21 os 1.4.352.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/26 14:28:27 os 1.4.352.1: #i48045# custom shape type shoulnd't be copied

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac067ffaa21d95bbccfb310654879587d5365c47]

        INTEGRATION: CWS os57 (1.16.366); FILE MERGED 2005/09/13 15:20:01 os 1.16.366.2: RESYNC: (1.16-1.17); FILE MERGED 2005/04/28 14:27:47 os 1.16.366.1: #i46933# conversion of URLs to UI strings added

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [348b78de3f98c230dc9fd53809c9aeee0c94581e]

        INTEGRATION: CWS os57 (1.14.366); FILE MERGED 2005/09/13 13:54:01 os 1.14.366.2: RESYNC: (1.14-1.15); FILE MERGED 2005/04/28 10:20:40 os 1.14.366.1: #i47664# show/hide 'name' FixedText correctly

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7f5af4b3c3a20553a35f774aff402066af9597f]

        INTEGRATION: CWS os57 (1.114.42); FILE MERGED 2005/09/13 13:37:59 os 1.114.42.3: RESYNC: (1.115-1.117); FILE MERGED 2005/05/04 12:45:16 os 1.114.42.2: RESYNC: (1.114-1.115); FILE MERGED 2005/05/03 08:19:09 os 1.114.42.1: #i42333# hit type doesn't matter at context menu creation

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [511b8ba433a72c66ae32167c08eca8e8cf65aafe]

        INTEGRATION: CWS os57 (1.94.44); FILE MERGED 2005/09/13 13:36:08 os 1.94.44.2: RESYNC: (1.94-1.95); FILE MERGED 2005/04/25 12:35:02 os 1.94.44.1: #i46904# additional bookmark type to prevent unnecessary document modifies

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [c40b7bfdd73e5d579c58f8b8e49a957b76a67975]

        INTEGRATION: CWS os57 (1.3.28); FILE MERGED 2005/10/06 06:31:50 os 1.3.28.3: RESYNC: (1.4-1.5); FILE MERGED 2005/09/13 13:06:41 os 1.3.28.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/28 10:48:38 os 1.3.28.1: #i47449# fixed text sizes adjusted

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5676a42fc1745cbb95e2869aa68345e621af308]

        INTEGRATION: CWS os57 (1.5.6); FILE MERGED 2005/10/06 06:31:27 os 1.5.6.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 13:04:38 os 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/28 10:48:38 os 1.5.6.1: #i47449# fixed text sizes adjusted

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0118e09caddd2d7ee9f6ec610f2b3ccad603b91]

        INTEGRATION: CWS os57 (1.8.6); FILE MERGED 2005/09/13 13:03:57 os 1.8.6.2: RESYNC: (1.8-1.9); FILE MERGED 2005/04/29 14:13:07 os 1.8.6.1: #i45304# counter insertion fixed

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0ba286eaaff15d4b2afb9c176be4b53a000e2d]

        INTEGRATION: CWS os57 (1.3.228); FILE MERGED 2005/10/06 06:29:49 os 1.3.228.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/13 12:59:07 os 1.3.228.2: RESYNC: (1.3-1.5); FILE MERGED 2005/04/25 06:53:46 os 1.3.228.1: #i44371# setting filter works now

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8be8c7e87fce52b654a6b67e5369049b024e489]

        INTEGRATION: CWS os57 (1.6.28); FILE MERGED 2005/09/13 12:57:29 os 1.6.28.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/02 13:32:51 os 1.6.28.1: #i45421# select added address block

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d8ad60f21e6cbd77ebebe552bd6aff9eaa90f11]

        INTEGRATION: CWS os57 (1.5.28); FILE MERGED 2005/10/06 06:29:04 os 1.5.28.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/13 12:55:51 os 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/02 13:32:52 os 1.5.28.1: #i45421# select added address block

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9938f166ea00b2dd7768afbd80fe32e11d448a4]

        INTEGRATION: CWS os57 (1.7.6); FILE MERGED 2005/10/06 06:26:44 os 1.7.6.3: RESYNC: (1.10-1.11); FILE MERGED 2005/09/13 12:45:26 os 1.7.6.2: RESYNC: (1.8-1.10); FILE MERGED 2005/04/25 06:52:55 os 1.7.6.1: #i44371# setting filter works now

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [327670b945a57609f155a63708abb875e83566ef]

        INTEGRATION: CWS os57 (1.74.64); FILE MERGED 2005/09/13 12:40:04 os 1.74.64.3: RESYNC: (1.75-1.77); FILE MERGED 2005/04/14 14:35:20 os 1.74.64.2: RESYNC: (1.74-1.75); FILE MERGED 2005/03/31 10:33:31 os 1.74.64.1: #i44055# preselect open document filter

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [50edec50591cbfef8f2cb5edcef33645c099c005]

        INTEGRATION: CWS os57 (1.14.28); FILE MERGED 2005/09/13 09:17:21 os 1.14.28.2: RESYNC: (1.14-1.15); FILE MERGED 2005/04/25 12:34:50 os 1.14.28.1: #i46904# additional bookmark type to prevent unnecessary document modifies

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b8939a37d556fc2d277235010bfdf571d49662d]

        INTEGRATION: CWS os57 (1.59.6); FILE MERGED 2005/04/01 11:17:42 os 1.59.6.1: #i45980# navigation popup works again

2005-10-24  Jens-Heiner Rechtien  <hr@openoffice.org>  [025095adfb3d6c845ae18995444193381a1b1f3b]

        INTEGRATION: CWS os57 (1.4.680); FILE MERGED 2005/09/13 07:34:37 os 1.4.680.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/25 12:34:17 os 1.4.680.1: #i46904# additional bookmark type to prevent unnecessary document modifies

2005-10-24  Frank Schönheit  <fs@openoffice.org>  [d31c2c9d0caa46a583315fc9e43e3068cde5985f]

        #i10000# checkin on head authorized by RT (this change to make it compile on Linux lingered on my CWS and had not been checked in there before integration)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [29040312cee2bec4afd89bd6726706bc335d42eb]

        INTEGRATION: CWS dba201d (1.34.20); FILE MERGED 2005/10/07 07:17:15 fs 1.34.20.1: #i55587# is COMPOSEABLE

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [c1a24728323bf6f41e86bae1a3fcaaa9b1940cb7]

        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>  [974c947615cbf39afeec39f14295458e9fa767a7]

        INTEGRATION: CWS dba201d (1.5.10); FILE MERGED 2005/10/04 05:45:12 oj 1.5.10.1: commit from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [48284640d124f7b272c6aaf6644ff5efc3789f6a]

        INTEGRATION: CWS dba201d (1.94.2); FILE MERGED 2005/10/04 05:45:11 oj 1.94.2.1: commit from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [fe5a6e489f6612a1461d855af407e725cc18f312]

        INTEGRATION: CWS dba201d (1.11.8); FILE MERGED 2005/10/12 06:51:06 oj 1.11.8.1: #i26348# show tableconnection by default

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [3e707abf3670c74f185cf4261dbcf0bb2e7c2434]

        INTEGRATION: CWS dba201d (1.63.2); FILE MERGED 2005/10/04 05:45:11 oj 1.63.2.1: commit from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [c007db7c6285ed95a36ed7832df1151db002ba07]

        INTEGRATION: CWS dba201d (1.62.2); FILE MERGED 2005/10/05 10:21:18 fs 1.62.2.1: #i55493# +impl_releaseConnection

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [34743016127ea93e968752e9f2b878230212f317]

        INTEGRATION: CWS dba201d (1.44.8); FILE MERGED 2005/09/27 11:57:37 fs 1.44.8.1: #i55125# don't sort the 'types' list box alphabetically, but have a fixed order

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [5b715742a8116c8560926603433e28c8a9943fb2]

        INTEGRATION: CWS dba201d (1.147.10); FILE MERGED 2005/09/30 16:28:52 fs 1.147.10.2: RESYNC: (1.147-1.148); FILE MERGED 2005/09/27 11:57:36 fs 1.147.10.1: #i55125# don't sort the 'types' list box alphabetically, but have a fixed order

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [c48ef8bcde07bcd01d624c9eea521a27ca3e0af7]

        INTEGRATION: CWS dba201d (1.172.2); FILE MERGED 2005/10/05 10:20:38 fs 1.172.2.1: #i55493# flush the connection before disconnecting, if possible

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [8b386be8fe175e3af707ed0491d3733e4b12e1b4]

        INTEGRATION: CWS dba201d (1.71.2); FILE MERGED 2005/10/05 10:21:08 fs 1.71.2.1: #i55493# flush the connection before disconnecting, if possible

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [7564fa4777d2abd26cd65f55b7bb0a642ea1d1bd]

        INTEGRATION: CWS dba201d (1.14.2); FILE MERGED 2005/10/05 10:22:15 fs 1.14.2.1: #i55493# flush the connection before disconnecting, if possible / no code multiple connections anymore (dead code)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [e483a16f54e916d186a1c80f555e6d2ba1b0d615]

        INTEGRATION: CWS dba201d (1.12.2); FILE MERGED 2005/10/05 10:22:14 fs 1.12.2.1: #i55493# flush the connection before disconnecting, if possible / no code multiple connections anymore (dead code)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [214019cccafc5a4ac985562856a9c13fbab9b6ca]

        INTEGRATION: CWS dba201d (1.12.2); FILE MERGED 2005/10/05 10:22:12 fs 1.12.2.1: #i55493# flush the connection before disconnecting, if possible / no code multiple connections anymore (dead code)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [c2008eb97bd669b4d9aaab58f84abf646e6dcc3d]

        INTEGRATION: CWS dba201d (1.22.2); FILE MERGED 2005/10/05 13:20:04 fs 1.22.2.2: small correction to previous changes for #i55493# 2005/10/05 10:22:11 fs 1.22.2.1: #i55493# flush the connection before disconnecting, if possible / no code multiple connections anymore (dead code)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [c759aab2b368a345e2e66dcdef22e551a51a72f8]

        INTEGRATION: CWS dba201d (1.4.2); FILE MERGED 2005/10/04 05:45:11 oj 1.4.2.1: commit from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [b66de4797a0ecad44b07fc4ab64b3bbfa16e24fc]

        INTEGRATION: CWS dba201d (1.3.10); FILE MERGED 2005/10/07 06:23:00 fs 1.3.10.1: remove the unused implementation of XComponent

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [f0fa468c533255111bef9f576ab27906c1d8b3c9]

        INTEGRATION: CWS dba201d (1.5.2); FILE MERGED 2005/10/07 06:24:04 fs 1.5.2.2: remove the unused implementation of XComponent / supersede DisconnectContentHolder by calling dispose -> no leaking instances anymore 2005/10/06 14:09:26 fs 1.5.2.1: #i52649# when dispatching a close request, keep our m_pContentHolder alive. Else, the EmbeddedObject implementations strangely crash

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [6e401754ec93a3f629bd581ab74da2208cb7b252]

        INTEGRATION: CWS dba201d (1.14.2); FILE MERGED 2005/10/06 14:07:18 fs 1.14.2.1: #i52649# +impl_onActivateEmbeddedObject/impl_initObjectEditView

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [7ba1e5f86fad801f77a2bd17edcfbecf697623e0]

        INTEGRATION: CWS dba201d (1.29.2); FILE MERGED 2005/10/07 06:24:28 fs 1.29.2.2: no leaking OInterceptor instances anymore 2005/10/06 14:08:37 fs 1.29.2.1: #i52649# introduce lifetime coupling between an XFrame displaying an embedded object, and the document definition. The latter is kept alive as long as the former is not closed.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [2a13147eaddd0dc1f78df0074ab55bc57b40078d]

        INTEGRATION: CWS dba201d (1.32.2); FILE MERGED 2005/10/05 10:18:58 fs 1.32.2.1: #i55493# be an XFlushListener at an embedded connection

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [a711dce61b935746b622a25cc24fd748d15bb38d]

        INTEGRATION: CWS dba201d (1.63.2); FILE MERGED 2005/10/05 10:18:56 fs 1.63.2.1: #i55493# be an XFlushListener at an embedded connection

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [478d3dfeda4cc9b83613e84eb95d751f0f8d052a]

        INTEGRATION: CWS dba201d (1.44.2); FILE MERGED 2005/10/05 10:17:29 fs 1.44.2.1: #i55493# corect getTypes to also include types from the aggregate

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [63ce44f97df1df9d937643508fd04f8c30f3d0b7]

        INTEGRATION: CWS dba201d (1.7.10); FILE MERGED 2005/10/07 06:08:09 fs 1.7.10.1: also dispose m_pStorageAccess when the model is disposed (was a resource leak)

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [bdf02613fe455963dbcb4ee8f85da628856b146c]

        INTEGRATION: CWS dba201d (1.4.28); FILE MERGED 2005/10/04 05:48:06 oj 1.4.28.1: commit from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [3ac7c91814e962539d755cba20ccffeb3c458c27]

        INTEGRATION: CWS dba201d (1.52.28); FILE MERGED 2005/09/27 13:47:56 fs 1.52.28.2: #i54874# start/stopFiltering: work on a copy of m_aControls, since it's modified within the loop 2005/09/26 13:47:47 fs 1.52.28.1: #i54874# toggleAutoFields: work on a copy of m_aControls, since it's modified within the loop

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [6c378dd1f8156c40c5e297fa4ad084cc907dff38]

        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>  [4e33ca2e731d45be8e6bfc3a81ab64d469837177]

        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>  [eb241ffbac837ae1b9f5b63f8c394338f9298211]

        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>  [713ef1d88d344e8640745ae7f995a97463b50689]

        INTEGRATION: CWS dba201d (1.21.6); FILE MERGED 2005/10/06 10:41:40 fs 1.21.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [dc1c867886cf837e09c09e18387481de263f23b5]

        INTEGRATION: CWS dba201d (1.20.6); FILE MERGED 2005/10/06 10:41:40 fs 1.20.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [49553bf582f066917a0ab1860e2d7d29c9d9683a]

        INTEGRATION: CWS dba201d (1.22.6); FILE MERGED 2005/10/06 10:41:39 fs 1.22.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [6fa5036165c5f0ed20df1da604be9af55d56024f]

        INTEGRATION: CWS dba201d (1.23.6); FILE MERGED 2005/10/06 10:41:38 fs 1.23.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [04d94cea675745b65127961dfae2cb92b6022bf1]

        INTEGRATION: CWS dba201d (1.24.6); FILE MERGED 2005/10/06 10:41:38 fs 1.24.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [67089331bc4d26bf1d1bfdf3a2a7b437a50b779d]

        INTEGRATION: CWS dba201d (1.20.6); FILE MERGED 2005/10/06 10:41:37 fs 1.20.6.1: #i54492# formsfilterbar has NoClose=true

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [0306eb8f582738fc8bc47bc5e9185296bc6d8396]

        INTEGRATION: CWS dba201d (1.3.12); FILE MERGED 2005/10/05 10:51:32 fs 1.3.12.1: #i55493# +XFlushable, -XTransactedObject

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [8d0433fc64bd0a8633c2be73fb02c37533cc3d8b]

        INTEGRATION: CWS dba201d (1.8.10); FILE MERGED 2005/09/27 08:12:34 oj 1.8.10.1: commits from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [66cccb91978b4a210454795ffc8eece7c4db1cf0]

        INTEGRATION: CWS dba201d (1.3.12); FILE MERGED 2005/10/05 10:51:20 fs 1.3.12.1: #i55493# +XFlushable, -XTransactedObject

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [f4a2c2d566bac768be0c421dfa280528e0daec37]

        INTEGRATION: CWS dba201d (1.41.10); FILE MERGED 2005/10/10 06:43:58 fs 1.41.10.3: #i10000# previous commit was wrong 2005/10/04 10:52:45 oj 1.41.10.2: commit from dba201c 2005/09/27 08:12:33 oj 1.41.10.1: commits from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [bc695a139afdcc0507d8c404b33129340db52fd1]

        INTEGRATION: CWS dba201d (1.89.12); FILE MERGED 2005/10/12 07:40:58 oj 1.89.12.1: #i35859# correct textencoding handling

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [0b63596e84396457d27b8ed38c5de6405c2e268b]

        INTEGRATION: CWS dba201d (1.16.10); FILE MERGED 2005/09/27 08:12:29 oj 1.16.10.1: commits from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [0e649604b829506228a94a348e0a748a01bfff19]

        INTEGRATION: CWS dba201d (1.13.10); FILE MERGED 2005/09/27 08:12:26 oj 1.13.10.1: commits from dba201c

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [bf00a4af1f0720436a5a26c835475a1d9718036d]

        INTEGRATION: CWS impress69 (1.8.74); FILE MERGED 2005/10/14 11:05:43 af 1.8.74.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/14 11:24:15 af 1.8.74.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [19d010bea9bb61cf4ad861ad9e1de5f4e721418f]

        INTEGRATION: CWS impress69 (1.113.30); FILE MERGED 2005/10/18 08:35:53 af 1.113.30.1: #i56147# Added PATCH flag for GenericCommands.xcu and Impress.xcs.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [25ee55f91cc29e5797268ef22e96a7a0d72d59ba]

        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>  [741b5a479a571967433d1eaea165627a1cf849de]

        INTEGRATION: CWS impress69 (1.9.128); FILE MERGED 2005/10/14 19:32:31 af 1.9.128.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/22 11:47:55 af 1.9.128.1: #i54964# Clip RedrawArea against visible area.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [d696376d7d3837ded6f695779c1c8d7215aff5ed]

        INTEGRATION: CWS impress69 (1.4.72); FILE MERGED 2005/10/14 11:28:55 af 1.4.72.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/22 09:17:47 af 1.4.72.1: #i54916# Added visualization for slide sorter cache.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [0f8d2c409faf6795cafef5f6159a2f53027e5cf2]

        INTEGRATION: CWS impress69 (1.11.70); FILE MERGED 2005/10/14 11:25:37 af 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/22 09:20:40 af 1.11.70.1: #i54916# Added visualization for slide sorter cache.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [de1545052aba1ecebf352a13644dad616079d7af]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/22 09:19:16 af 1.1.2.1: #i54916# Added visualization for slide sorter cache.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [12543a0429d139da5046aa039ccbc132b161ff8b]

        INTEGRATION: CWS impress69 (1.10.72); FILE MERGED 2005/10/18 09:39:26 af 1.10.72.4: #i54589# ActionChanged() now invalidates the cached bitmap always. 2005/10/14 11:19:28 af 1.10.72.3: RESYNC: (1.10-1.12); FILE MERGED 2005/09/22 08:09:25 af 1.10.72.2: #i54916# Support for bitmap compression. 2005/09/14 11:39:53 af 1.10.72.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [380106af96e4cc67daf85a10779b1c3ef38fd94c]

        INTEGRATION: CWS impress69 (1.6.76); FILE MERGED 2005/10/14 11:18:39 af 1.6.76.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/14 11:38:36 af 1.6.76.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [a809c762dde9546258fb964caa28408cd7f73a2e]

        INTEGRATION: CWS impress69 (1.11.70); FILE MERGED 2005/10/14 11:18:11 af 1.11.70.7: RESYNC: (1.11-1.12); FILE MERGED 2005/09/22 15:35:20 af 1.11.70.6: #i54916# Fixed Solaris compiler problem. 2005/09/22 09:25:59 af 1.11.70.5: #i54916# Added visualization for slide sorter cache. 2005/09/22 08:16:56 af 1.11.70.4: #i54916# Support for bitmap compression. 2005/09/14 11:37:45 af 1.11.70.3: #i54589# Added support for persistent caches. 2005/09/01 15:35:50 af 1.11.70.2: #i54118# Added mbModelChangeWhileModifyEnabled flag and SFX_NOTIFY() method. 2005/09/01 14:34:51 af 1.11.70.1: #i54034# Extended request priority classes.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [a7a8cec005fb86f78c156bce7e5a4d1b8b191b87]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:14:31 af 1.2.434.3: RESYNC: (1.2-1.4); FILE MERGED 2005/09/22 09:25:39 af 1.2.434.2: #i54916# Added visualization for slide sorter cache. 2005/09/14 11:36:03 af 1.2.434.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [32a44858265c29a340710b47535e5ab183bdc50b]

        INTEGRATION: CWS impress69 (1.8.76); FILE MERGED 2005/10/14 11:13:29 af 1.8.76.3: RESYNC: (1.8-1.9); FILE MERGED 2005/09/22 08:09:49 af 1.8.76.2: #i54916# Support for bitmap compression. 2005/09/14 11:34:46 af 1.8.76.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [df3a977a77e49f66842e39c586b776e77911ab0f]

        INTEGRATION: CWS impress69 (1.4.96); FILE MERGED 2005/10/14 11:12:33 af 1.4.96.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/14 11:33:36 af 1.4.96.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [f903d6fb40b99cfb649d0c9a7c83b77f6997657e]

        INTEGRATION: CWS impress69 (1.5.72); FILE MERGED 2005/10/14 11:12:10 af 1.5.72.4: RESYNC: (1.5-1.6); FILE MERGED 2005/09/22 15:33:43 af 1.5.72.3: #i54916# Fixed Solaris compiler problem. 2005/09/14 11:32:14 af 1.5.72.2: #i54589# Added support for persistent caches. 2005/09/01 15:36:05 af 1.5.72.1: #i54118# Added mbModelChangeWhileModifyEnabled flag and SFX_NOTIFY() method.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [1600744c6e47ac301d2de43ccb5463efcd3c0722]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:10:21 af 1.2.434.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/14 11:31:25 af 1.2.434.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [22b160c2cc77a9aa47ceae86ecd47b9d1f9c99d9]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/22 08:07:16 af 1.1.2.2: #i54916# Support for bitmap compression. 2005/09/14 11:01:21 af 1.1.2.1: #i54589# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [e9978de176805ace699b06eeeb83e1e38684ec57]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:08:56 af 1.2.434.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/22 07:59:54 af 1.2.434.3: #i54916# Support for bitmap compression. 2005/09/14 11:30:15 af 1.2.434.2: #i54589# Added support for persistent caches. 2005/09/01 14:34:33 af 1.2.434.1: #i54034# Extended request priority classes.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [fdce3fe59c29974571494833b2cff13d64e0f5c4]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:06:21 af 1.2.434.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/14 11:24:59 af 1.2.434.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [95cb420e58df7c45a02b7c1e765fd9a6fa389ccc]

        INTEGRATION: CWS impress69 (1.22.28); FILE MERGED 2005/10/14 11:04:21 af 1.22.28.2: RESYNC: (1.22-1.25); FILE MERGED 2005/09/14 11:23:21 af 1.22.28.1: #i54589# Added support for persistent caches.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [9dc8e82f8a3f5cf9211e037cc1dfee68da00cc8b]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:04:04 af 1.2.434.4: RESYNC: (1.2-1.3); FILE MERGED 2005/09/22 07:57:32 af 1.2.434.3: #i54916# Support for bitmap compression. 2005/09/14 11:22:09 af 1.2.434.2: #i54589# Added support for persistent caches. 2005/09/01 13:31:56 af 1.2.434.1: #i54028# Added SlsCacheConfiguration.cxx.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [4e2e5d4e186827b2281d47d3191be0ddb0867778]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/02 08:26:53 af 1.1.2.1: #i54034# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [46dca0d3e5dbc423750fac058ef1cc7f3094a781]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:03:47 af 1.2.434.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/22 07:56:34 af 1.2.434.2: #i54916# Support for bitmap compression. 2005/09/01 14:34:03 af 1.2.434.1: #i54034# Extended request priority classes.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [e5dd64209f0f9fb113f456499078ca72e6f5185b]

        INTEGRATION: CWS impress69 (1.7.74); FILE MERGED 2005/10/14 11:03:18 af 1.7.74.7: RESYNC: (1.7-1.8); FILE MERGED 2005/09/22 14:23:21 af 1.7.74.6: #i54916# Fixed Solaris compiler problem. 2005/09/22 09:24:35 af 1.7.74.5: #i54916# Added visualization for slide sorter cache. 2005/09/22 07:55:33 af 1.7.74.4: #i54916# Support for bitmap compression. 2005/09/14 11:21:14 af 1.7.74.3: #i54589# Added support for persistent caches. 2005/09/01 14:33:47 af 1.7.74.2: #i54034# Extended request priority classes. 2005/09/01 13:33:45 af 1.7.74.1: #i54028# Modified type of some members.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [cb580f7ca63207767cd16be2e0f1fc00e8ddb33a]

        INTEGRATION: CWS impress69 (1.4.204); FILE MERGED 2005/10/14 11:03:07 af 1.4.204.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 13:35:17 af 1.4.204.1: #i54028# Changed times between requests.  Looking into configuration for these values as well.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [fefbd6ce4dc3630c1f62e7ecf429c9f43b84ed20]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/22 07:49:36 af 1.1.2.2: #i54916# Support for bitmap compression. 2005/09/14 11:00:50 af 1.1.2.1: #i54589# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [0766fe27979b4fa3094dc173ba111c7dda19ea04]

        INTEGRATION: CWS impress69 (1.3.374); FILE MERGED 2005/10/14 11:02:05 af 1.3.374.7: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 07:47:17 af 1.3.374.6: #i54916# Support for bitmap compression. 2005/09/14 11:18:59 af 1.3.374.5: #i54589# Added support for persistent caches. 2005/09/02 08:29:00 af 1.3.374.4: #i54034# Moved the RequestPriorityClasses enum from SlsPageCache.cxx to its own file and removed it as template argument. 2005/09/01 14:31:38 af 1.3.374.3: #i54034# Extended request priority classes. 2005/09/01 13:30:40 af 1.3.374.2: #i54028# Moved configuration code to SlsCacheConfiguration.cxx. 2005/09/01 12:04:50 af 1.3.374.1: #i54097# Processing new MultiPaneGUI/SlideSorter/PreviewCache/CacheSize configuration entry.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [af1a2146e084154ddd89b91f244487252ecd003e]

        INTEGRATION: CWS impress69 (1.4.334); FILE MERGED 2005/10/14 11:01:37 af 1.4.334.6: RESYNC: (1.4-1.5); FILE MERGED 2005/09/22 14:22:35 af 1.4.334.5: #i54916# Fixed Solaris compiler problem. 2005/09/22 07:29:50 af 1.4.334.4: #i54916# Support for bitmap compression. 2005/09/14 11:13:59 af 1.4.334.3: #i54589# Added support for persistent caches. 2005/09/02 08:28:38 af 1.4.334.2: #i54034# Moved the RequestPriorityClasses enum from SlsPageCache.cxx to its own file and removed it as template argument. 2005/09/01 14:31:01 af 1.4.334.1: #i54034# Extended request priority classes.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [ae2aa6c928d810605e8840b8febbb1b1aa88dd19]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/01 13:52:03 af 1.1.2.1: #i54028# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [cba72126028fa13b08677c06a6848ee76f9390b6]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/01 13:51:43 af 1.1.2.1: #i54028# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [211f4fa463bd154e546551b8290fb53bba132e92]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:01:29 af 1.2.434.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/21 15:49:25 af 1.2.434.1: #i54916# Support for bitmap compression.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [98ca1402d809c345ee53a9150fb5479fcf82fcc8]

        INTEGRATION: CWS eformspp1 (1.5.26); FILE MERGED 2005/10/18 00:05:06 lo 1.5.26.3: RESYNC: (1.7-1.8); FILE MERGED 2005/07/22 13:30:00 lo 1.5.26.2: RESYNC: (1.5-1.7); FILE MERGED 2005/04/28 11:39:32 dvo 1.5.26.1: #i36202# #i36453# issue warnings when changing linked instances or deleting bindings/submissions

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [6cf7d1a92386fa15e8a9dce5d36b850f8277dadf]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:01:20 af 1.2.434.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/21 15:54:45 af 1.2.434.2: #i54916# Support for bitmap compression. 2005/09/14 11:12:18 af 1.2.434.1: #i54589# Adaption to changes of the BitmapCache class.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [041ac7d3a91c920c6568a55c9994df7a9366addc]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/21 15:06:14 af 1.1.2.1: #i54916# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [db81ed98b0b67d4e25682ee0246d9cc8c6536222]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/21 15:06:41 af 1.1.2.1: #i54916# Initial revision.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [ee85ea9e26988da8f24931b0860f67295c7e1b4f]

        INTEGRATION: CWS impress69 (1.2.434); FILE MERGED 2005/10/14 11:01:12 af 1.2.434.3: RESYNC: (1.2-1.3); FILE MERGED 2005/09/21 15:35:11 af 1.2.434.2: #i54916# Support for bitmap compression. 2005/09/14 11:10:19 af 1.2.434.1: #i54589# Added IsEmpty() and Recycle() methods.  Keeping track of sizes for normal and precious bitmaps.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [3d87bd9cbc59b9fa00ba9c5ac06d82b10d5e7f8c]

        INTEGRATION: CWS impress69 (1.3.334); FILE MERGED 2005/10/14 11:00:58 af 1.3.334.6: RESYNC: (1.3-1.4); FILE MERGED 2005/09/23 07:47:59 af 1.3.334.5: #i54118# Recycle does not replace existing previews anymore. 2005/09/22 14:21:51 af 1.3.334.4: #i54916# Fixed Solaris compiler problem. 2005/09/22 09:23:50 af 1.3.334.3: #i54916# Added visualization for slide sorter cache. 2005/09/21 15:23:12 af 1.3.334.2: #i54916# Support for bitmap compression. 2005/09/14 11:04:25 af 1.3.334.1: #i54589# Added IsEmpty() and Recycle() methods.  Keeping track of sizes for normal and precious bitmaps.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [7892b79ea109a216a8532317c3c3cb339470ca58]

        INTEGRATION: CWS impress69 (1.1.2); FILE ADDED 2005/09/22 14:20:30 af 1.1.2.2: #i54916# Typo. 2005/09/22 09:22:08 af 1.1.2.1: #i54916# Added visualization for slide sorter cache.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [77edcebe6ae0a11414392d913f800f51f6859fcd]

        INTEGRATION: CWS eformspp1 (1.4.40); FILE MERGED 2005/10/17 18:33:18 lo 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/28 12:49:52 lo 1.4.40.1: #i50354#, #i50286# fix post submission

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [3cf15c02e0ec4bfd3534b028126bc9703ce75c1b]

        INTEGRATION: CWS eformspp1 (1.3.2); FILE MERGED 2005/10/17 18:32:38 lo 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/09/15 15:35:29 lo 1.3.2.1: fix get to file

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [6c930968e3f9a41ab99942421585eaa4471fc009]

        INTEGRATION: CWS eformspp1 (1.2.2); FILE MERGED 2005/10/17 18:30:16 lo 1.2.2.3: RESYNC: (1.2-1.3); FILE MERGED 2005/10/17 13:25:21 lo 1.2.2.2: #i50286# post/replace problems 2005/09/15 15:35:28 lo 1.2.2.1: fix get to file

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [17f717dc7bf6ac52f33ec71aa8b726ced6c1854e]

        INTEGRATION: CWS eformspp1 (1.4.2); FILE MERGED 2005/10/17 18:27:24 lo 1.4.2.4: RESYNC: (1.6-1.7); FILE MERGED 2005/08/19 10:50:45 fs 1.4.2.3: re-enable the original fix for #i36765# (was commented out) 2005/07/22 13:17:42 lo 1.4.2.2: RESYNC: (1.4-1.6); FILE MERGED 2005/04/28 11:38:24 dvo 1.4.2.1: #i36765# issue warning when attempting to submit invalid data Issue number: Submitted by: Reviewed by:

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [a4a916774b5c2fd9f23c9ed4a8aa4396d3816b54]

        INTEGRATION: CWS impress69 (1.24.174); FILE MERGED 2005/10/14 07:45:01 af 1.24.174.5: RESYNC: (1.24-1.25); FILE MERGED 2005/09/22 11:54:04 af 1.24.174.4: #i54916# Fixed typo. 2005/09/22 11:08:40 af 1.24.174.3: #i54916# Support for bitmap compression. 2005/09/01 13:26:54 af 1.24.174.2: #i54028# Added new entries to MultiPaneGUI/SlideSorter/PreviewCache. 2005/09/01 12:02:18 af 1.24.174.1: #i54097# Added CacheSize and CompressionPolicy entries to new MultiPaneGUI/SlideSorter/PreviewCache group.

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [384b62be71760cb8e2159da8402303df5b7a013b]

        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-24  Rüdiger Timm  <rt@openoffice.org>  [c30da72b3d99424d737f995c3ca7cd93b14ec0ca]

        INTEGRATION: CWS eformspp1 (1.5.10); FILE MERGED 2005/10/17 16:50:12 lo 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/27 07:54:15 lo 1.5.10.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [212003cfcfaf83f2b0e8435275cdf40094f452dc]

        INTEGRATION: CWS eformspp1 (1.6.2); FILE MERGED 2005/10/17 16:40:35 lo 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/27 07:54:15 lo 1.6.2.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [f80a795334a1105088bda29cdf582ad3215f2abe]

        INTEGRATION: CWS eformspp1 (1.2.10); FILE MERGED 2005/10/17 16:47:43 lo 1.2.10.3: RESYNC: (1.2-1.3); FILE MERGED 2005/07/26 11:08:07 lo 1.2.10.2: #i51843# only update node list if tree is changed 2005/07/26 10:13:47 lo 1.2.10.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [4d94818cd2aa3b213e6d8eaba2b8d7e2a944671b]

        INTEGRATION: CWS eformspp1 (1.2.10); FILE MERGED 2005/10/17 16:47:33 lo 1.2.10.6: RESYNC: (1.2-1.3); FILE MERGED 2005/07/27 07:54:15 lo 1.2.10.5: #i51843# only update node list if tree is changed 2005/07/26 14:28:04 lo 1.2.10.4: #i51843# only update node list if tree is changed 2005/07/26 14:23:39 lo 1.2.10.3: #i51843# only update node list if tree is changed 2005/07/26 11:08:06 lo 1.2.10.2: #i51843# only update node list if tree is changed 2005/07/26 10:13:46 lo 1.2.10.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [136997c178f9beca04ee3e0ecb666a53383d735c]

        INTEGRATION: CWS eformspp1 (1.5.10); FILE MERGED 2005/10/17 16:47:01 lo 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/27 07:54:14 lo 1.5.10.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [ec78da6b7176aa511f5cfadd20248f996a416afa]

        INTEGRATION: CWS eformspp1 (1.5.10); FILE MERGED 2005/10/17 16:40:08 lo 1.5.10.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/27 07:54:14 lo 1.5.10.1: #i51843# only update node list if tree is changed

2005-10-24  Rüdiger Timm  <rt@openoffice.org>  [ce399c34e2f08a2e0b2f19de7bb7f228dd3298ab]

        INTEGRATION: CWS eformspp1 (1.4.2); FILE MERGED 2005/10/17 16:38:12 lo 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/27 07:54:13 lo 1.4.2.1: #i51843# only update node list if tree is changed

2005-10-22  Eric Bachard  <ericb@openoffice.org>  [70040166d2d1edbe91ea79d086e49c4bd8ce9dde]

        #i55022# modified makefile to only take care of fondu binary

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [30a7c794dc9a46ccb36e3df9383ea2cb1e3ee2c8]

        INTEGRATION: CWS qwizardsbf7 (1.6.14); FILE MERGED 2005/10/18 14:17:17 tv 1.6.14.1: #i49215# now uses standard PathSelection control

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [d69c9e9bc257b01062034d5e109c0a7e8c720248]

        INTEGRATION: CWS qwizardsbf7 (1.4.8); FILE MERGED 2005/10/18 14:17:16 tv 1.4.8.2: #i49215# now uses standard PathSelection control 2005/10/18 13:17:34 tv 1.4.8.1: #i45776# correct help button Issue number: Submitted by: Reviewed by:

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [d26a33efd803b50a3966193301b6aa25c94b10c4]

        INTEGRATION: CWS qwizardsbf7 (1.23.34); FILE MERGED 2005/10/18 13:18:22 tv 1.23.34.1: #i49215# correct default paths

2005-10-21  Juergen Schmidt  <jsc@openoffice.org>  [b8f16352cf69e95a2bf7cc47bbdebcd4e255cf17]

        #i52208# adapt BaseMutex member from m_mutex to m_aMutex

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [c6c662bfc0e28b0d7e38df251a429f4676c778d0]

        INTEGRATION: CWS xmlsecui (1.28.58); FILE MERGED 2005/10/19 14:17:49 cd 1.28.58.1: #126245# Additional strings for signing

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [885d2866c267a74fd467fdab7e96c086eb3d3187]

        INTEGRATION: CWS xmlsecui (1.6.10); FILE MERGED 2005/10/19 14:09:27 cd 1.6.10.1: #126245# Additional strings for signing

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [f61a190094d5a6b39cadd6de344c7f4dc6608a38]

        INTEGRATION: CWS xmlsecui (1.14.12); FILE MERGED 2005/10/19 14:07:36 cd 1.14.12.1: #126245# Additional strings for signing

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [5b8b13074bee6f32593f98620933a3ba66e3d87a]

        INTEGRATION: CWS xmlsecui (1.10.10); FILE MERGED 2005/10/19 14:07:02 cd 1.10.10.1: #126245# Additional strings for signing

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [1dc15ec918fa90030026e949b9fdfc5869fced5c]

        INTEGRATION: CWS dr41 (1.23.16); FILE MERGED 2005/10/18 13:08:09 dr 1.23.16.2: #i53241# #i52850# missing entries for patch 2005/10/07 16:10:58 dr 1.23.16.1: #i10000#

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [75014c9a3aaadaf674dedec4e1861383cba1e1bb]

        INTEGRATION: CWS dr41 (1.51.188); FILE MERGED 2005/10/05 11:52:57 dr 1.51.188.2: RESYNC: (1.51-1.52); FILE MERGED 2005/08/16 15:41:08 sab 1.51.188.1: #i47046#; remove redundancy

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [3d53046a3f42147b0ce8c9b50541f213ce1a5076]

        INTEGRATION: CWS dr41 (1.10.320); FILE MERGED 2005/10/05 09:45:09 dr 1.10.320.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/11 11:39:15 dr 1.10.320.1: #124850# load original module names

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [b771ac6fca5b2aa20c3af6097a1414f23f3c88ee]

        INTEGRATION: CWS dr41 (1.21.230); FILE MERGED 2005/10/05 02:03:17 dr 1.21.230.2: RESYNC: (1.21-1.22); FILE MERGED 2005/08/25 14:27:45 dr 1.21.230.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [fab2ccc56d256748156512390a07ecca33fc6f35]

        INTEGRATION: CWS dr41 (1.27.316); FILE MERGED 2005/10/05 02:02:39 dr 1.27.316.2: RESYNC: (1.27-1.29); FILE MERGED 2005/09/16 17:51:17 nn 1.27.316.1: #i54480# handle merged cells in DeleteMulti

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [45ec631b499e199a160910e33ba9f4bc5d029b22]

        INTEGRATION: CWS dr41 (1.19.222); FILE MERGED 2005/10/05 01:57:27 dr 1.19.222.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/24 10:25:07 nn 1.19.222.1: #i52871# compare custom shape type to see if same function was selected again

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ba54f1dc51dc6b9713c73ffc1a11824267baf3a9]

        INTEGRATION: CWS dr41 (1.24.54); FILE MERGED 2005/10/05 01:41:31 dr 1.24.54.2: RESYNC: (1.24-1.25); FILE MERGED 2005/09/15 13:54:56 nn 1.24.54.1: i54201 FID_FILTER_OK: check if SCITEM_QUERYDATA item is there

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [799134d2dc088339e897a9db23b6549cbd7f44a4]

        INTEGRATION: CWS dr41 (1.14.104); FILE MERGED 2005/10/05 01:37:55 dr 1.14.104.4: RESYNC: (1.14-1.15); FILE MERGED 2005/08/24 11:33:42 er 1.14.104.3: I'm an illiterate imbecile unable to program in C++ 2005/08/23 19:55:15 er 1.14.104.2: we do have a 16bit buffer, use it 2005/08/23 19:33:59 er 1.14.104.1: #i52850# lcl_MayBeAscii: if no BOM is present, consider all null bytes being on either even or uneven offsets a Unicode file, only mixed positioning doesn't match

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [b72b00ea038eca71880eac46fd72aa8ae915a621]

        INTEGRATION: CWS dr41 (1.17.134); FILE MERGED 2005/10/05 01:27:00 dr 1.17.134.2: RESYNC: (1.17-1.19); FILE MERGED 2005/09/16 18:01:31 nn 1.17.134.1: #i54480# handle merged cells in DeleteMulti

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [df040bfbbb3f00d06cea6e6f6f54cee8543f823a]

        INTEGRATION: CWS dr41 (1.82.184); FILE MERGED 2005/10/05 01:22:11 dr 1.82.184.3: RESYNC: (1.82-1.84); FILE MERGED 2005/08/25 15:16:21 dr 1.82.184.2: #i42727# BAHTTEXT 2005/08/25 14:27:23 dr 1.82.184.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [cc21ce93bb11d7a6b754aa82cb22d2e4464af43c]

        INTEGRATION: CWS dr41 (1.10.180); FILE MERGED 2005/10/05 01:03:15 dr 1.10.180.2: RESYNC: (1.10-1.11); FILE MERGED 2005/08/19 12:30:44 dr 1.10.180.1: #i53241# also replace HTML filter name if URL is entered in edit field

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [5c15de3883d172818bb5e937b0be7beb81da6802]

        INTEGRATION: CWS dr41 (1.11.134); FILE MERGED 2005/10/05 00:55:54 dr 1.11.134.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/16 18:02:26 nn 1.11.134.1: #i54480# handle merged cells in DeleteMulti

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [0ffb50c1394d25d6373b41bca67d20cd3ccbda6c]

        INTEGRATION: CWS dr41 (1.21.134); FILE MERGED 2005/10/05 00:50:41 dr 1.21.134.2: RESYNC: (1.21-1.23); FILE MERGED 2005/08/24 10:24:48 nn 1.21.134.1: #i52871# compare custom shape type to see if same function was selected again

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ad3b7fa099ab3d7fa5b0b75f6ff19afc006bd75b]

        INTEGRATION: CWS dr41 (1.9.364); FILE MERGED 2005/10/05 00:39:39 dr 1.9.364.2: RESYNC: (1.9-1.10); FILE MERGED 2005/09/13 18:40:45 nn 1.9.364.1: #124828# update mnemonics and tab stop style bits in StateChanged/INITSHOW

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [6c756033f3913b2ad20519908923c6672f3b5df7]

        INTEGRATION: CWS dr41 (1.11.440); FILE MERGED 2005/10/05 00:19:56 dr 1.11.440.2: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 18:40:43 nn 1.11.440.1: #124828# update mnemonics and tab stop style bits in StateChanged/INITSHOW

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ba04f7df675cdb60dcba9c2ce75c787752cb7fde]

        INTEGRATION: CWS dr41 (1.43.88); FILE MERGED 2005/10/04 23:45:00 dr 1.43.88.2: RESYNC: (1.43-1.44); FILE MERGED 2005/09/29 17:13:59 nn 1.43.88.1: #b5091760# with a selected range, the page count for the sheets is different

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [3e696b66e79c06a58fd0f840bd7bb74e214d0d8c]

        INTEGRATION: CWS dr41 (1.22.142); FILE MERGED 2005/10/04 23:44:45 dr 1.22.142.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/02 10:46:39 nn 1.22.142.1: #i54081# PostPaint: with locked paint, still broadcast PAINT_EXTRAS

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [a92e5103e7ebd88a30fed798ea87f9ad39b2b13e]

        INTEGRATION: CWS dr41 (1.19.164); FILE MERGED 2005/10/04 23:39:35 dr 1.19.164.2: RESYNC: (1.19-1.20); FILE MERGED 2005/09/13 18:41:04 nn 1.19.164.1: #124828# update mnemonics and tab stop style bits in StateChanged/INITSHOW

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [531270977d718f4628f5f127b028ad44560a0211]

        INTEGRATION: CWS dr41 (1.15.246); FILE MERGED 2005/10/04 23:35:19 dr 1.15.246.2: RESYNC: (1.15-1.16); FILE MERGED 2005/09/13 18:41:03 nn 1.15.246.1: #124828# update mnemonics and tab stop style bits in StateChanged/INITSHOW

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [107354b580bcc6c55adc0af167066239542b51da]

        INTEGRATION: CWS dr41 (1.194.40); FILE MERGED 2005/10/04 23:11:46 dr 1.194.40.2: RESYNC: (1.194-1.197); FILE MERGED 2005/09/29 14:44:58 nn 1.194.40.1: #i53940# merge error from calcuno01 caused duplicate callout shapes

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [f5cbf3c89871be7d2e41c4928406918ae906bbd2]

        INTEGRATION: CWS dr41 (1.4.244); FILE MERGED 2005/10/04 22:41:54 dr 1.4.244.2: RESYNC: (1.4-1.6); FILE MERGED 2005/08/25 14:26:50 dr 1.4.244.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [771bfaa3468097fb5be258f7aa4fcc8d7c26a0d3]

        INTEGRATION: CWS dr41 (1.3.134); FILE MERGED 2005/10/04 22:35:30 dr 1.3.134.2: RESYNC: (1.3-1.5); FILE MERGED 2005/08/25 14:26:50 dr 1.3.134.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [e287bab4a1149756f39b303a72f43fadc7e3ba7e]

        INTEGRATION: CWS dr41 (1.6.440); FILE MERGED 2005/10/04 22:32:49 dr 1.6.440.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/25 14:26:49 dr 1.6.440.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ecfa2119f0902a62e8e02391c5ec5a399bc29297]

        INTEGRATION: CWS dr41 (1.16.102); FILE MERGED 2005/10/04 22:19:06 dr 1.16.102.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/20 17:52:06 er 1.16.102.3: #i53826# Thai T speciality 2005/08/26 14:18:38 dr 1.16.102.2: #i42727# more built-in formats 2005/08/26 00:35:20 dr 1.16.102.1: #i42727# biltin format table for Thai

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [9e866656f1d7f194ce27ae751a1dde005f65398c]

        INTEGRATION: CWS dr41 (1.8.134); FILE MERGED 2005/10/04 22:17:14 dr 1.8.134.2: RESYNC: (1.8-1.10); FILE MERGED 2005/08/25 14:25:00 dr 1.8.134.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [e5d5ac9ba57d665c03b03978562be4d76e98177a]

        INTEGRATION: CWS dr41 (1.22.102); FILE MERGED 2005/10/04 22:16:12 dr 1.22.102.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/26 11:24:34 dr 1.22.102.1: #i55068# Thai is CTL

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [56ec16b75b3c541bd991db63f3a2cc420e3fec91]

        INTEGRATION: CWS dr41 (1.17.102); FILE MERGED 2005/10/04 22:13:38 dr 1.17.102.2: RESYNC: (1.17-1.19); FILE MERGED 2005/09/22 10:58:05 dr 1.17.102.1: #i54261# don't insert hyperlinks into empty cells

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [4f505761daeb8607b4adcb913ca29b4fb7c5fa17]

        INTEGRATION: CWS dr41 (1.18.132); FILE MERGED 2005/10/04 22:12:45 dr 1.18.132.2: RESYNC: (1.18-1.20); FILE MERGED 2005/09/20 17:52:06 er 1.18.132.1: #i53826# Thai T speciality

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [72de7faa2312695561a17cfa2ea23b4d939cdb9e]

        INTEGRATION: CWS dr41 (1.3.134); FILE MERGED 2005/10/04 22:10:56 dr 1.3.134.2: RESYNC: (1.3-1.5); FILE MERGED 2005/08/25 14:25:00 dr 1.3.134.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [7b90899169c52a1579919a6edac3f88b85178e05]

        INTEGRATION: CWS dr41 (1.5.134); FILE MERGED 2005/10/04 22:10:21 dr 1.5.134.2: RESYNC: (1.5-1.7); FILE MERGED 2005/08/25 14:24:59 dr 1.5.134.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [499a445e950a97f3f4e579c0a4f71d5b212e5031]

        INTEGRATION: CWS dr41 (1.11.104); FILE MERGED 2005/10/04 22:10:10 dr 1.11.104.2: RESYNC: (1.11-1.13); FILE MERGED 2005/08/25 14:24:59 dr 1.11.104.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [15eb2ec04e42622195e49f3b660a08f466f78926]

        INTEGRATION: CWS dr41 (1.6.356); FILE MERGED 2005/10/04 22:09:43 dr 1.6.356.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/25 14:24:59 dr 1.6.356.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ed228ce5078c4f338be8d0cd289feff11d221b82]

        INTEGRATION: CWS dr41 (1.35.46); FILE MERGED 2005/10/04 22:07:03 dr 1.35.46.2: RESYNC: (1.35-1.37); FILE MERGED 2005/09/28 08:42:21 dr 1.35.46.1: #i55144# internal references with/without sheet names

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [fdaada09a985aabaaa9338ff393bade79b7f6a23]

        INTEGRATION: CWS dr41 (1.34.134); FILE MERGED 2005/10/04 22:06:54 dr 1.34.134.3: RESYNC: (1.34-1.36); FILE MERGED 2005/09/28 08:42:20 dr 1.34.134.2: #i55144# internal references with/without sheet names 2005/08/25 14:24:58 dr 1.34.134.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [e08081a7e2fbb3c8831445d0544766ea047df915]

        INTEGRATION: CWS dr41 (1.19.104); FILE MERGED 2005/08/19 13:29:48 dr 1.19.104.1: rec name

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [d6f6a11939cd8b21a32507598dd6ee8004c78ffc]

        INTEGRATION: CWS dr41 (1.78.104); FILE MERGED 2005/10/04 22:05:25 dr 1.78.104.3: RESYNC: (1.78-1.80); FILE MERGED 2005/08/25 13:37:12 dr 1.78.104.2: chart level counter for all BOFs 2005/08/11 14:30:25 dr 1.78.104.1: link in TXO

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [9eed58d3692dd468ea4baf2cdb34f38332d2f14e]

        INTEGRATION: CWS dr41 (1.37.88); FILE MERGED 2005/10/04 21:56:17 dr 1.37.88.2: RESYNC: (1.37-1.38); FILE MERGED 2005/08/25 14:15:19 dr 1.37.88.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [2f35964a63ead56a3749a067d62806c116fd4b9b]

        INTEGRATION: CWS dr41 (1.12.230); FILE MERGED 2005/10/04 21:56:05 dr 1.12.230.2: RESYNC: (1.12-1.14); FILE MERGED 2005/09/19 10:40:42 nn 1.12.230.1: #i47296# better implementation of HYPGEOMDIST (from Kohei Yoshida)

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [b38f88f0a7ff2a1cf1e1bd9e12def82267448154]

        INTEGRATION: CWS dr41 (1.23.230); FILE MERGED 2005/10/04 21:55:55 dr 1.23.230.3: RESYNC: (1.23-1.24); FILE MERGED 2005/08/25 16:18:41 dr 1.23.230.2: #i42727# BAHTTEXT 2005/08/25 14:15:19 dr 1.23.230.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [17b1776617e486480bc4878a182c9fd99036ec25]

        INTEGRATION: CWS dr41 (1.45.422); FILE MERGED 2005/10/04 21:47:49 dr 1.45.422.2: RESYNC: (1.45-1.47); FILE MERGED 2005/08/25 14:13:34 dr 1.45.422.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [8e9790937da60e2c8fcba1d09a81883512afa258]

        INTEGRATION: CWS dr41 (1.21.78); FILE MERGED 2005/10/04 21:45:08 dr 1.21.78.2: RESYNC: (1.21-1.23); FILE MERGED 2005/08/25 14:13:00 dr 1.21.78.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [4a924b91e1d3cf173fb4405766e7038702e0a03f]

        INTEGRATION: CWS dr41 (1.29.104); FILE MERGED 2005/10/04 21:28:19 dr 1.29.104.2: RESYNC: (1.29-1.30); FILE MERGED 2005/09/07 11:11:51 er 1.29.104.1: #i54276# include string results in iteration convergence tests

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [833cc46be97bc35be763a8439275c2a7f0a69fc4]

        INTEGRATION: CWS dr41 (1.7.422); FILE MERGED 2005/10/04 21:08:35 dr 1.7.422.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/25 14:12:34 dr 1.7.422.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [73ed423191555c5278959a9b7332a890230e598f]

        INTEGRATION: CWS dr41 (1.2.118); FILE MERGED 2005/10/04 21:05:54 dr 1.2.118.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/07 11:11:50 er 1.2.118.1: #i54276# include string results in iteration convergence tests

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [97c092757d7a782954f0f046f94e9e8778f92c39]

        INTEGRATION: CWS dr41 (1.11.142); FILE MERGED 2005/10/04 21:01:12 dr 1.11.142.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/25 14:12:34 dr 1.11.142.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ad64228fda7b008c3994d603416f07929f606607]

        INTEGRATION: CWS dr41 (1.9.142); FILE MERGED 2005/10/04 20:41:38 dr 1.9.142.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/25 14:12:33 dr 1.9.142.1: #i42727# BAHTTEXT

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [ee8af0efc6d6f38c086f68a7fd277cfefc4aec37]

        INTEGRATION: CWS dr41 (1.6.102); FILE MERGED 2005/10/04 20:35:40 dr 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/21 19:10:25 er 1.6.102.1: get rid of the confusing remainders of the SC_ROWLIMIT_TYPECONVERSION_NOCONVPASS block; and also of SC_ADDRESS_BITS_USED stuff now that binary file format is gone

2005-10-21  Rüdiger Timm  <rt@openoffice.org>  [1e4f320e7335c0af012883487b503d093151c4ef]

        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>  [034b8d8a688fc7e7574286842f281a65bd513623]

        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>  [86954b9edd8e5de0c6631bb180df84d382032509]

        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>  [9f3cff9ee4459e90642ea600e495834fb574aba1]

        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-20  Rüdiger Timm  <rt@openoffice.org>  [fa1c3a9f3174dafdfb57034fd09d7400f9b3ac33]

        #i10000# 'Dispose' is not a member of 'accessbility::AccessibleSlideSorterView::Implementation' any more.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6d2ec7e4c36d08dbc75d5e3858b4f92b554ca1ad]

        #i10000# Changed _oslModule into oslModule (there is no _oslModule except for MACOSX)

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8d8373083d2ebe05583fc6c4ec6e2db4830c6385]

        Correct license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0c38a372e80d63e287197e492df1d1c5b3ac4f98]

        Correct license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [04e06b7a9a1c5e0ef61a37d9458a55e1fd35f8ed]

        #i10000# Use parentheses to avoid blank

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4e58a7ddf1c5b41ffaacc0347029ba85f6c92ced]

        #i10000# Correct license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [19e92fd6bea2424bf543e9d429fe6b0125ef2d6c]

        #i10000# Correct license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ef21d91582859b729255a694430a7007926b8375]

        SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7e07059d18c1a3a7cfab46ed368c94712e721f89]

        INTEGRATION: CWS cov2src (1.20.4); FILE MERGED 2005/10/18 09:50:27 rt 1.20.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2c8d03d361a33f44d5740ad5aa41e9ead0fb01b5]

        INTEGRATION: CWS cov2src (1.44.4); FILE MERGED 2005/10/18 09:50:27 rt 1.44.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [521ffd4772437cac8f673f74d3d64f85fd829d8f]

        INTEGRATION: CWS cov2src (1.77.4); FILE MERGED 2005/10/18 09:50:26 rt 1.77.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [fde7538982f7b64b652ba6de76128e538d5b4d5a]

        INTEGRATION: CWS cov2src (1.100.6); FILE MERGED 2005/10/18 09:50:26 rt 1.100.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8ae0cf48a61fb3d4ff004ddbe6a59f827a455ae6]

        INTEGRATION: CWS cov2src (1.10.4); FILE MERGED 2005/10/18 09:49:11 rt 1.10.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e524e9c6161f3ad778d85ea1f55f39fed7030055]

        INTEGRATION: CWS cov2src (1.20.4); FILE MERGED 2005/10/18 09:49:10 rt 1.20.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [65c7f4ee1f60933106db862d0ee8dbcf8bd3bc04]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 09:49:10 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9246b9aa517f4e7683fbf524e9013ad8ded556e1]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 09:49:09 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [012541502d7f7fbea0c12b74c71f0f29601d198c]

        INTEGRATION: CWS cov2src (1.10.4); FILE MERGED 2005/10/18 09:49:08 rt 1.10.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d275102c648bd80a1a3c31f8a2ea604fd3c9bde2]

        INTEGRATION: CWS cov2src (1.12.4); FILE MERGED 2005/10/18 09:49:07 rt 1.12.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a2ec58256b6d77df36e8eff0a311eff8212cd870]

        INTEGRATION: CWS cov2src (1.5.8); FILE MERGED 2005/10/18 09:49:05 rt 1.5.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2ec957c6674f80948916fc1c2681a2e9f9125c97]

        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>  [13014a4325ac15335d9fd068c6ea4e6e1c384752]

        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>  [fc5184d52a2ebc4037e6e1f28d3a1143a7a62ab8]

        INTEGRATION: CWS cov2src (1.112.32); FILE MERGED 2005/10/18 13:04:01 rt 1.112.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [70279ce5df8e7ee5771d496bd6a1b6adb561e5eb]

        INTEGRATION: CWS cov2src (1.100.8); FILE MERGED 2005/10/18 13:03:59 rt 1.100.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [5ac499015686d71834fece1642fec1492cd55b71]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 13:03:58 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d63a547cfe591fa3c93e0dbd47f0be2999022eca]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 13:03:57 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9dd9d7dbbdc20a2915d186d5e3092e6c9ab808a6]

        INTEGRATION: CWS cov2src (1.169.20); FILE MERGED 2005/10/18 13:03:56 rt 1.169.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e66b229f2413530be3f11e0df1714713b75a441b]

        INTEGRATION: CWS cov2src (1.22.38); FILE MERGED 2005/10/18 13:03:55 rt 1.22.38.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [135171a99784f8bf8490d3d08f5fe8dddf963530]

        INTEGRATION: CWS cov2src (1.171.36); FILE MERGED 2005/10/18 13:03:54 rt 1.171.36.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [53782d5435be1524eb16ed10251a211c6c7c9899]

        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>  [51b5e5ce4e744c9e35b7557733c48bf329d8479e]

        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>  [3af741b135a723462aa8044c5073d216dbd99d42]

        INTEGRATION: CWS cov2src (1.38.32); FILE MERGED 2005/10/18 10:11:24 rt 1.38.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [590dd7e343bcbd32031f9021bd83e99ffa1852a4]

        INTEGRATION: CWS cov2src (1.9.8); FILE MERGED 2005/10/18 08:43:09 rt 1.9.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ff94845a735aba6061709ee0ec0f308d12966c2b]

        INTEGRATION: CWS cov2src (1.21.8); FILE MERGED 2005/10/18 08:43:09 rt 1.21.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8a514aac7bfc03784397c60895c0f597c07bc304]

        INTEGRATION: CWS cov2src (1.19.8); FILE MERGED 2005/10/18 08:43:08 rt 1.19.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a935a886fe5a9833ed2914d9329af67e25b487e1]

        INTEGRATION: CWS cov2src (1.16.8); FILE MERGED 2005/10/18 08:43:07 rt 1.16.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [71f942bdf3099bd41a531b742d0370b8aae4a6dd]

        INTEGRATION: CWS cov2src (1.28.6); FILE MERGED 2005/10/18 08:43:07 rt 1.28.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [25973b247bc7d16645102efb3c56753fc891789e]

        INTEGRATION: CWS cov2src (1.18.8); FILE MERGED 2005/10/18 08:43:06 rt 1.18.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [525860693fd8e5e95dd71ca918cf021c1cd28a69]

        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>  [e96f51c50769dea0aca17f85147dd2b25f3d1c6b]

        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>  [9658da60496ea76c773a1347f72b0021425cde71]

        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>  [9adb7d5e25ac3a8a579008f40e3f576509904979]

        INTEGRATION: CWS cov2src (1.50.68); FILE MERGED 2005/10/19 08:35:02 rt 1.50.68.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [17d36784725061993009bd7bfe4532c348a00a03]

        INTEGRATION: CWS cov2src (1.79.26); FILE MERGED 2005/10/19 08:35:01 rt 1.79.26.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a282c4519124b2306a51f82122fcfb5801c3f61f]

        INTEGRATION: CWS cov2src (1.92.28); FILE MERGED 2005/10/19 08:35:01 rt 1.92.28.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d99f217af06cb06ad28e23ada4a25ef139335481]

        INTEGRATION: CWS cov2src (1.10.68); FILE MERGED 2005/10/19 08:35:00 rt 1.10.68.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [00f4b74bac8e93b677f164ede8a0e1d310178c4d]

        INTEGRATION: CWS cov2src (1.53.26); FILE MERGED 2005/10/19 08:35:00 rt 1.53.26.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3e8164f3e209b0937256d0557584ad107176fa8c]

        INTEGRATION: CWS cov2src (1.49.64); FILE MERGED 2005/10/19 08:34:58 rt 1.49.64.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [eb0ecd28411cdd4db3138d2071133d771cd693c4]

        INTEGRATION: CWS cov2src (1.44.66); FILE MERGED 2005/10/19 08:34:57 rt 1.44.66.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b4ea19e414f99340be400c874928ddded6607857]

        INTEGRATION: CWS cov2src (1.55.26); FILE MERGED 2005/10/19 08:34:57 rt 1.55.26.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c4a96a138674357481a84b4187439bb2ed1b8ac1]

        INTEGRATION: CWS cov2src (1.38.62); FILE MERGED 2005/10/19 08:34:56 rt 1.38.62.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4dd36a5d083300470814dfaa0cdf3f1251bb2082]

        INTEGRATION: CWS cov2src (1.50.32); FILE MERGED 2005/10/18 12:38:53 rt 1.50.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8d8b9cc2ff24f36bf9bd646175c2843da894630f]

        INTEGRATION: CWS cov2src (1.46.30); FILE MERGED 2005/10/18 12:38:52 rt 1.46.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f819730cfe2b1b4ac41a530c8edd57abe1d5621c]

        INTEGRATION: CWS cov2src (1.39.32); FILE MERGED 2005/10/18 12:38:51 rt 1.39.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [fe4fdae3a90ad2fecb0b6881940cb30dfe00c182]

        INTEGRATION: CWS cov2src (1.60.30); FILE MERGED 2005/10/18 12:38:49 rt 1.60.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6d370782245e37e1d87e64bf8fa7dd7150466168]

        INTEGRATION: CWS cov2src (1.59.4); FILE MERGED 2005/10/18 12:38:47 rt 1.59.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [21d6304d725f00308f3fbca348ccac3648de612a]

        INTEGRATION: CWS cov2src (1.13.34); FILE MERGED 2005/10/18 12:38:45 rt 1.13.34.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [488cf1910f478631a7fc32a63ff256dc5016dac1]

        INTEGRATION: CWS cov2src (1.74.4); FILE MERGED 2005/10/18 12:38:44 rt 1.74.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d5af6decab3cb108c4c16d02e1c1b9917d863afd]

        INTEGRATION: CWS cov2src (1.11.34); FILE MERGED 2005/10/18 12:38:44 rt 1.11.34.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [116ab6b464169a624689ad774009fee5905e0978]

        INTEGRATION: CWS cov2src (1.50.8); FILE MERGED 2005/10/18 12:38:43 rt 1.50.8.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [80ad8945eb23034710fbfb590e374d33d50e3352]

        INTEGRATION: CWS cov2src (1.8.34); FILE MERGED 2005/10/18 12:38:42 rt 1.8.34.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c6aefcc41375cb29fe824c16b97025a4600632aa]

        INTEGRATION: CWS cov2src (1.14.32); FILE MERGED 2005/10/18 12:38:41 rt 1.14.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [58794cf7210638d73cb49c3f147b1c056b8f0e91]

        INTEGRATION: CWS cov2src (1.3.32); FILE MERGED 2005/10/18 12:38:41 rt 1.3.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b764ba07d39ef86a542218445b83c6dc8e8ae169]

        INTEGRATION: CWS cov2src (1.7.20); FILE MERGED 2005/10/18 12:38:40 rt 1.7.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e65f62beeda99348f099926e30b66c5db591ca8d]

        INTEGRATION: CWS cov2src (1.16.20); FILE MERGED 2005/10/18 12:38:38 rt 1.16.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ccac62033e1748faf944a07a963bbfc5584d1cea]

        INTEGRATION: CWS cov2src (1.9.30); FILE MERGED 2005/10/18 12:38:37 rt 1.9.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a96937341d1f10c130c30ed4166d9f697676a132]

        INTEGRATION: CWS cov2src (1.15.20); FILE MERGED 2005/10/18 12:38:37 rt 1.15.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3537d519d0cb530df618067be5f298d8c4918fd8]

        INTEGRATION: CWS cov2src (1.25.18); FILE MERGED 2005/10/18 12:38:36 rt 1.25.18.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [533e43694e54fa33fae82e770539e1c0a26d00a7]

        INTEGRATION: CWS cov2src (1.7.4); FILE MERGED 2005/10/18 12:38:35 rt 1.7.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a4f13e58af06f6473ca9ac1d01771dda61cfb931]

        INTEGRATION: CWS cov2src (1.16.20); FILE MERGED 2005/10/18 12:38:34 rt 1.16.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f6bb6a1452823d4f71ed270a2cec28d45e9cc48a]

        INTEGRATION: CWS cov2src (1.11.30); FILE MERGED 2005/10/18 12:38:34 rt 1.11.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8d99a38df111983b9f5e4a4297cb1486998f4e47]

        INTEGRATION: CWS cov2src (1.43.30); FILE MERGED 2005/10/18 12:38:33 rt 1.43.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [92baa74ac00520c1f565857af78ed59ec7374959]

        INTEGRATION: CWS cov2src (1.43.30); FILE MERGED 2005/10/18 12:38:32 rt 1.43.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a8a02d13fe01a57beb81fc5e2aefb70c26f0511c]

        INTEGRATION: CWS cov2src (1.9.4); FILE MERGED 2005/10/18 12:38:31 rt 1.9.4.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [689c93e933c7f6b7455de742677ad7af94f899c6]

        INTEGRATION: CWS cov2src (1.15.20); FILE MERGED 2005/10/18 12:38:30 rt 1.15.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3b2acecacd75381feb8a4b5354bec029e391dd67]

        INTEGRATION: CWS cov2src (1.4.20); FILE MERGED 2005/10/18 12:38:29 rt 1.4.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c4b440ae7829c2a59687d604fb46b68e21bbab7f]

        INTEGRATION: CWS cov2src (1.50.28); FILE MERGED 2005/10/18 12:38:28 rt 1.50.28.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a4b5c81b28ca648172db270a6fa8d84fc935b2f4]

        INTEGRATION: CWS cov2src (1.39.18); FILE MERGED 2005/10/18 12:38:27 rt 1.39.18.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2a61d0dde0ad9a4491ed882f172636d0006f21bb]

        INTEGRATION: CWS cov2src (1.32.28); FILE MERGED 2005/10/18 12:38:26 rt 1.32.28.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [90c146697b2a117ac18d18b0af26a3402532d848]

        INTEGRATION: CWS cov2src (1.6.20); FILE MERGED 2005/10/18 12:38:26 rt 1.6.20.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9171f3eecdadeaa81fdad41023e1f7ffb2b21265]

        INTEGRATION: CWS cov2src (1.38.30); FILE MERGED 2005/10/18 12:38:25 rt 1.38.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [5268f66fbf50455b8bd27799ec8231282a00a3b8]

        INTEGRATION: CWS cov2src (1.48.30); FILE MERGED 2005/10/19 09:32:18 rt 1.48.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [38b0b297ae4a739f2e4ce689ceabbc6a770e7a87]

        INTEGRATION: CWS cov2src (1.5.30); FILE MERGED 2005/10/19 09:32:18 rt 1.5.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [47fa4448eb7fbb5a4119bdccb9a684d198ada55b]

        INTEGRATION: CWS cov2src (1.3.30); FILE MERGED 2005/10/19 09:32:17 rt 1.3.30.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e3eecbfeb639529f3a15c0acfe4697a619d454fb]

        INTEGRATION: CWS cov2src (1.4.36); FILE MERGED 2005/10/18 08:36:10 rt 1.4.36.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b92c130f082a2a0921065e144c6c10f11aca5a35]

        INTEGRATION: CWS cov2src (1.6.22); FILE MERGED 2005/10/18 10:07:17 rt 1.6.22.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [73b216e9dbae4505157ecf74710603f1f53864f6]

        INTEGRATION: CWS cov2src (1.58.36); FILE MERGED 2005/10/18 08:36:09 rt 1.58.36.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9277dc7501f70d80ea1302c128c2786c01b69706]

        INTEGRATION: CWS cov2src (1.49.36); FILE MERGED 2005/10/18 08:36:08 rt 1.49.36.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8a9d865b32b760804adf53b0d68fd74785890915]

        INTEGRATION: CWS cov2src (1.184.18); FILE MERGED 2005/10/18 08:36:07 rt 1.184.18.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [34e06f7520c7fd20ded08f3ad41c8a4058034633]

        INTEGRATION: CWS cov2src (1.27.34); FILE MERGED 2005/10/18 08:36:06 rt 1.27.34.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [14e21202b5a7284cab18ee1ec3d2d8470b9d0544]

        INTEGRATION: CWS cov2src (1.23.42); FILE MERGED 2005/10/18 10:15:19 rt 1.23.42.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [50736fc22f0a26dbb5c375aa9d07fb79c75cfa53]

        INTEGRATION: CWS cov2src (1.113.32); FILE MERGED 2005/10/18 10:15:17 rt 1.113.32.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0dd1deeba85e5200b14feb2faa6951f66845b68b]

        INTEGRATION: CWS cov2src (1.5.14); FILE MERGED 2005/10/18 08:10:34 rt 1.5.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3bed768797a5b7b107c1c4f5de7b97daafa1303e]

        INTEGRATION: CWS cov2src (1.25.14); FILE MERGED 2005/10/18 08:10:33 rt 1.25.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [5018e1c56828772858e2e1d9c0876f3380878e2e]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 08:10:32 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a3fb89a366803924fd9e7a48b8d7ad9666828373]

        INTEGRATION: CWS cov2src (1.4.14); FILE MERGED 2005/10/18 08:10:31 rt 1.4.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [40bada1430932f4167980265496c8fe9e5a847e1]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 08:10:30 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a961ebf6f9c82c1f6ab0bc102cb48ca710c23b4f]

        INTEGRATION: CWS cov2src (1.9.14); FILE MERGED 2005/10/18 08:10:29 rt 1.9.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0b391a7a3c00a5cde42b2d26be6b51025e3c5ee7]

        INTEGRATION: CWS cov2src (1.5.14); FILE MERGED 2005/10/18 08:10:27 rt 1.5.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b191ca4149ba6f25164d39e109e2043097fd8b3b]

        INTEGRATION: CWS cov2src (1.6.14); FILE MERGED 2005/10/18 08:10:26 rt 1.6.14.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a3569c3e8e34824c12433cc19e8f562dbac03658]

        INTEGRATION: CWS cov2src (1.7.6); FILE MERGED 2005/10/18 13:41:21 rt 1.7.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8dd4adc38bb6ec983cbda31bd4e77779b3deb167]

        INTEGRATION: CWS cov2src (1.22.24); FILE MERGED 2005/10/18 13:41:19 rt 1.22.24.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8c6cbd644c3e01f5f8871fc751da1c450b2009b8]

        INTEGRATION: CWS cov2src (1.16.46); FILE MERGED 2005/10/18 08:46:57 rt 1.16.46.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7e575c7c501fa126f45fd1052b4be3cfab276e54]

        INTEGRATION: CWS cov2src (1.5.6); FILE MERGED 2005/10/18 12:27:26 rt 1.5.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [734d01f729603fc36234becf27aa576c5aeebd18]

        INTEGRATION: CWS cov2src (1.7.26); FILE MERGED 2005/10/18 08:28:45 rt 1.7.26.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6fd369b288c726b452d947dd997057214826269e]

        INTEGRATION: CWS cov2src (1.24.82); FILE MERGED 2005/10/18 14:14:36 rt 1.24.82.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6b107f6e039127a5aa8355aca867b57a5aa3788f]

        INTEGRATION: CWS cov2src (1.50.80); FILE MERGED 2005/10/18 14:14:32 rt 1.50.80.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6c993c206bcee6da4743b50780d4325107c33f17]

        INTEGRATION: CWS cov2src (1.137.48); FILE MERGED 2005/10/18 14:14:31 rt 1.137.48.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6d314cc428988750d136d698d023f1cbb88a4792]

        INTEGRATION: CWS cov2src (1.32.80); FILE MERGED 2005/10/18 14:14:30 rt 1.32.80.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8699ed6f0bf93c8784cfd382be3c3f6c9cdbdc47]

        INTEGRATION: CWS cov2src (1.45.78); FILE MERGED 2005/10/18 14:14:29 rt 1.45.78.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a5f6ef60223ba2a9f9b9f3b17135351e2a793ecf]

        INTEGRATION: CWS cov2src (1.50.40); FILE MERGED 2005/10/18 14:14:28 rt 1.50.40.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2b699282d99c5e3f73afca3d784d4804bd2dd62a]

        INTEGRATION: CWS cov2src (1.61.78); FILE MERGED 2005/10/18 14:14:27 rt 1.61.78.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3cedc16ff3dc6293169948bbd0c1f0da2c3da77f]

        INTEGRATION: CWS cov2src (1.68.50); FILE MERGED 2005/10/18 14:14:26 rt 1.68.50.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b5647e4b09b0f8a00a53729256f2537a220d6052]

        INTEGRATION: CWS cov2src (1.24.40); FILE MERGED 2005/10/18 14:14:25 rt 1.24.40.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a34c54e754f6c24b29d5dde8044ca719a8237afb]

        INTEGRATION: CWS cov2src (1.8.84); FILE MERGED 2005/10/18 14:14:24 rt 1.8.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3d92774cc72b15e000ef9342d868c736b6770494]

        INTEGRATION: CWS cov2src (1.7.84); FILE MERGED 2005/10/18 14:14:23 rt 1.7.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2eb4e8d707025323fa58ad42c0955f388e39d9a3]

        INTEGRATION: CWS cov2src (1.39.80); FILE MERGED 2005/10/18 14:14:22 rt 1.39.80.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ffbe01bcb174bdced70257ce55cfc1844b2bdc09]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 14:14:21 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [1c6c9b9fa5f7a9177714e592eda3bfc81941d764]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 14:14:20 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0cc0b043a05af4e1f81cab9df7e036b721f85fb3]

        INTEGRATION: CWS cov2src (1.36.80); FILE MERGED 2005/10/18 14:14:19 rt 1.36.80.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [78e01b89aa24c4c06d2c928f0499ad57ebd2ceff]

        INTEGRATION: CWS cov2src (1.19.82); FILE MERGED 2005/10/18 14:14:18 rt 1.19.82.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [1524af4f823f565d06b9b78457e4d582c5752a6d]

        INTEGRATION: CWS cov2src (1.19.84); FILE MERGED 2005/10/18 14:14:17 rt 1.19.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [68f0263f6afc85e17bb3658c65b8607fab705791]

        INTEGRATION: CWS cov2src (1.101.24); FILE MERGED 2005/10/18 14:14:16 rt 1.101.24.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ce0cf1f0392e5e013b0cf04972322e51a32e52f7]

        INTEGRATION: CWS cov2src (1.113.250); FILE MERGED 2005/10/18 14:14:15 rt 1.113.250.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [88d35be556f27b988ba213c9e0420217410fee36]

        INTEGRATION: CWS cov2src (1.19.618); FILE MERGED 2005/10/18 14:14:14 rt 1.19.618.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6c6711827baa359a2323cb3816d93128eff9fa30]

        INTEGRATION: CWS cov2src (1.7.82); FILE MERGED 2005/10/18 14:14:13 rt 1.7.82.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [32fb802dd047ffc1ad34b760d7f9b5e803e52daa]

        INTEGRATION: CWS cov2src (1.8.82); FILE MERGED 2005/10/18 14:14:12 rt 1.8.82.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a8d0bc40192468d61d86c87af31e47f737d84c89]

        INTEGRATION: CWS cov2src (1.4.84); FILE MERGED 2005/10/18 14:14:09 rt 1.4.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9db4d5ed6c4ee3acb5e933cbf1a43622714a978e]

        INTEGRATION: CWS cov2src (1.6.84); FILE MERGED 2005/10/18 14:14:09 rt 1.6.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [62778ea1f7e33eafefd3294dc1e6543bc88e4a28]

        INTEGRATION: CWS cov2src (1.3.84); FILE MERGED 2005/10/18 14:14:08 rt 1.3.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [cb715cfc91e70d45ca43f58c94d89cc8dacf6295]

        INTEGRATION: CWS vq21 (1.4.34); FILE MERGED 2005/10/17 03:51:08 vq 1.4.34.1: #i56063# Choose parallel build save intermediate resource file name.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [58af5598f9bc81f81aa45a4bc23d137b9750353f]

        INTEGRATION: CWS cov2src (1.4.84); FILE MERGED 2005/10/18 14:14:07 rt 1.4.84.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0b88482dbf60fd57f72cff6b97dbd4e6d53c5dc1]

        INTEGRATION: CWS vq21 (1.5.32); FILE MERGED 2005/10/17 03:51:08 vq 1.5.32.1: #i56063# Choose parallel build save intermediate resource file name.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4167fdd0d8d24892fb78f79e38d0ede14b8273d2]

        INTEGRATION: CWS vq21 (1.58.34); FILE MERGED 2005/10/18 13:56:00 vq 1.58.34.1: #i56196# Use unambigous filenames for parallel build.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [16d703ac556615e32f3dda51889aaad4be82eaaf]

        INTEGRATION: CWS vq21 (1.39.30); FILE MERGED 2005/10/17 03:44:04 vq 1.39.30.1: #i56092#  Add parallel build dependency.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8aafee7a142b09ea89cf8f3b25f81f34ab7ddf66]

        INTEGRATION: CWS cov2src (1.11.36); FILE MERGED 2005/10/18 09:01:21 rt 1.11.36.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [77553784f024cf9af6502705787d140ba30adddb]

        INTEGRATION: CWS vq21 (1.51.64); FILE MERGED 2005/10/17 15:01:11 vq 1.51.64.1: #i56067# Choose unambiguous filename for map files.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7fb12d5ff4087a0c77d2e70bb1e27b08490676e2]

        INTEGRATION: CWS cov2src (1.1.6); FILE ADDED 2005/10/18 09:01:20 rt 1.1.6.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f84e32a84dc12ebff8bcac8bf006d50f0f23c34a]

        INTEGRATION: CWS vq21 (1.49.134); FILE MERGED 2005/10/17 15:01:10 vq 1.49.134.1: #i56067# Choose unambiguous filename for map files.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a4ceb03d3110d0ce9f98d2cd5f57e3ac43a117c2]

        INTEGRATION: CWS vq21 (1.19.2); FILE MERGED 2005/10/17 03:34:47 vq 1.19.2.1: #i55931# Add parallel build dependency.

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [aa49a471e2b77770f6d1968d123e1b9845ed051c]

        INTEGRATION: CWS cov2src (1.5.34); FILE MERGED 2005/10/18 09:14:54 rt 1.5.34.1: #126234# Join MWS COV680 m4 into SRC680

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [52f1d8a368478166adb030eabac6df2a6d7978dc]

        INTEGRATION: CWS sj28 (1.124.26); FILE MERGED 2005/10/14 09:12:22 sj 1.124.26.1: #i55917# fixed some kind of connector problem

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [75c5fa045645a904d34214e74393f344c05f5afb]

        INTEGRATION: CWS sj28 (1.7.64); FILE MERGED 2005/10/13 10:38:09 sj 1.7.64.1: #i55614# fixed viewbox offset problem

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [507fdc55f5d72b22fe8322c183d0c2df41336d51]

        INTEGRATION: CWS sj28 (1.15.60); FILE MERGED 2005/10/13 10:38:08 sj 1.15.60.1: #i55614# fixed viewbox offset problem

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [54ae438dff049f7a8cdddf3c887a378f926bb30b]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:22 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8e5a912c45acabc61da742f6d159975cfdaa0ca9]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:21 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ca990fabc16e61f788785f53e114925ef2d4826b]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:20 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [fa042d607fb452a33643f45c901440ce9da5d125]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:19 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f20cae5965fa9788a53d261366eacac6182b9f33]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:18 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [1856bb1f812307b4379c53baa7e878801ebbaaf1]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 16:03:17 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ab69b4bca960f89c2b5f6d7d86b2df553fc9e4eb]

        INTEGRATION: CWS hr21 (1.2.4); FILE MERGED 2005/10/18 16:01:00 hr 1.2.4.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [ff9db6b096e2516b665b56b0434f58f42e9225b5]

        INTEGRATION: CWS hr21 (1.2.4); FILE MERGED 2005/10/18 16:00:59 hr 1.2.4.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c3ec9987efef70dfcf18a4beec7a12762b9b1909]

        INTEGRATION: CWS hr21 (1.2.4); FILE MERGED 2005/10/18 16:00:58 hr 1.2.4.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d548e544c796f5cee69c4ebe5d544ecd9d32e921]

        INTEGRATION: CWS hr21 (1.2.24); FILE MERGED 2005/10/18 15:49:15 hr 1.2.24.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e882aa75f67d36288d7f0756259ac5817092fdd9]

        INTEGRATION: CWS hr21 (1.2.4); FILE MERGED 2005/10/19 09:08:25 hr 1.2.4.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d1c5760b19dd8df1c5512903be4179ac06a9baf6]

        INTEGRATION: CWS hr21 (1.2.52); FILE MERGED 2005/10/18 15:52:15 hr 1.2.52.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c5014d0b979267b960baf88f5b21881d0d749ada]

        INTEGRATION: CWS hr21 (1.2.52); FILE MERGED 2005/10/18 15:52:14 hr 1.2.52.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d1e2c3d8e3260136fc1bf8c111c32ab6394fb917]

        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>  [498b812bf446ccb1861584de6a6924321d202534]

        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>  [2bd663c12a6cafcb54d9108585f6cada2ea7752b]

        INTEGRATION: CWS hr21 (1.2.32); FILE MERGED 2005/10/18 15:55:09 hr 1.2.32.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2ddd8f5aeaeaf947fcae8b7ee71b2272ae5467a2]

        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-19  Rüdiger Timm  <rt@openoffice.org>  [faf19f6aac436045cb9f96529a7b5a8c9df5721f]

        INTEGRATION: CWS vcl45 (1.41.8); FILE MERGED 2005/10/17 09:28:19 pl 1.41.8.2: RESYNC: (1.41-1.42); FILE MERGED 2005/10/12 11:40:19 pl 1.41.8.1: #i44496# handle meta action setfillcolor in XPATHSTROKE

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [33eec553c6c6ca5e045d135df1fa97b5a87aa39d]

        INTEGRATION: CWS hr21 (1.8.22); FILE MERGED 2005/10/18 15:54:00 hr 1.8.22.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b86d2697b54c482a92b1f80c10f446c8ab5d2de8]

        INTEGRATION: CWS hr21 (1.11.22); FILE MERGED 2005/10/18 15:53:52 hr 1.11.22.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4aabbe9b74ace3fa86fba20549131d981fbf7f16]

        INTEGRATION: CWS hr21 (1.2.2); FILE MERGED 2005/10/18 15:58:08 hr 1.2.2.1: #i55503#: fix license header

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f6e5484fb8fb83547ab24c4a41e1303552aad6b6]

        INTEGRATION: CWS smoketest8 (1.1.30); FILE MERGED 2005/10/18 16:09:27 kz 1.1.30.1: #126242# implementation of a database test

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [310d7868b028aefd2a31179bbd4c56c9c371be00]

        INTEGRATION: CWS smoketest8 (1.1.2); FILE ADDED 2005/10/18 16:09:27 kz 1.1.2.1: #126242# implementation of a database test

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [8d721f61a04f4e1726a11a28e303b6e9be62cf1f]

        INTEGRATION: CWS smoketest8 (1.1.30); FILE MERGED 2005/10/18 16:09:26 kz 1.1.30.1: #126242# implementation of a database test

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [fa72f398ef9c2244bc9e655e5fa928601712b0c5]

        INTEGRATION: CWS smoketest8 (1.1.30); FILE MERGED 2005/10/18 16:09:25 kz 1.1.30.1: #126242# implementation of a database test

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [82c890f97a829038b3863204c8f7db1bb904821b]

        INTEGRATION: CWS smoketest8 (1.2.8); FILE MERGED 2005/10/18 16:10:02 kz 1.2.8.1: #126242# add check of a database test

2005-10-19  Eric Bachard  <ericb@openoffice.org>  [e2f44961f61de1dbafb1d8fdf9e5d4aaa9061c53]

        #i55022# add build.lst and d.lst for fondu on Mac OS X

2005-10-19  Eric Bachard  <ericb@openoffice.org>  [fb8b2a4ccd85d53d31844fa9fefd6088adc0d237]

        #i55022# add the makefile (fondu for Mac OS X)

2005-10-19  Juergen Schmidt  <jsc@openoffice.org>  [e0c9d71b22ed056f70dd10f780768368ff1edaec]

        #i52208# correct error message

2005-10-19  Juergen Schmidt  <jsc@openoffice.org>  [f58122939240bde55524e6a49cf154c633a8c21f]

        #i52208# create static libs which can be used in other modules

2005-10-19  Juergen Schmidt  <jsc@openoffice.org>  [d36e89186eb4136f93fed2846f3ed36e321cad88]

        #i52208# use new variables for static libs

2005-10-19  Juergen Schmidt  <jsc@openoffice.org>  [784182d852cfd6f840b0515047b4aff31610b517]

        #i52208# new, new defined variables for local static libs

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [95f07235ddcdcde8cd21fef739b680c14ac478d3]

        INTEGRATION: CWS os64 (1.25.164); FILE MERGED 2005/10/14 19:19:37 os 1.25.164.2: RESYNC: (1.25-1.27); FILE MERGED 2005/08/24 14:22:33 os 1.25.164.1: #i51283# change of database table fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c258340b167f3d89c360c0895e1e83e3fa9178c2]

        INTEGRATION: CWS os64 (1.16.66); FILE MERGED 2005/10/14 18:56:54 os 1.16.66.2: RESYNC: (1.16-1.18); FILE MERGED 2005/08/31 09:12:02 os 1.16.66.1: WriterCommands.xcu added to patch

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7c4f022989080397ca820a52d0f877e979200a65]

        INTEGRATION: CWS os64 (1.24.48); FILE MERGED 2005/10/14 18:44:20 os 1.24.48.2: RESYNC: (1.24-1.26); FILE MERGED 2005/08/31 09:13:15 os 1.24.48.1: sch, sfx, svt and sw added to patch

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [eb98462e0422ae781b9fe452843dec2aa7765f61]

        INTEGRATION: CWS os64 (1.136.20); FILE MERGED 2005/10/14 18:43:38 os 1.136.20.2: RESYNC: (1.136-1.146); FILE MERGED 2005/08/31 09:13:49 os 1.136.20.1: bib and cui added to patch

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [5f6d679f2aac4c141693903af8c7701513f4cddb]

        INTEGRATION: CWS os64 (1.26.608); FILE MERGED 2005/10/14 11:53:07 os 1.26.608.2: RESYNC: (1.26-1.27); FILE MERGED 2005/08/22 14:50:38 os 1.26.608.1: #i50211# single row table resizes fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f6dceed9e8246b292a58ef518a483b2f57e0b22c]

        INTEGRATION: CWS os64 (1.13.228); FILE MERGED 2005/10/14 11:28:37 os 1.13.228.2: RESYNC: (1.13-1.15); FILE MERGED 2005/08/26 10:14:06 os 1.13.228.1: #124347# security page: set value of disabled CheckBoxes

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7a18fec1bf64a1ceb197bd5619524591981c2f86]

        INTEGRATION: CWS os64 (1.5.138); FILE MERGED 2005/08/16 13:04:45 os 1.5.138.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3d29392593e356273ea1a8d77da8d4f9b3d996b2]

        INTEGRATION: CWS os64 (1.5.138); FILE MERGED 2005/08/16 13:04:56 os 1.5.138.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [095a1ad03f001944d52fca272519a16ea750ab78]

        INTEGRATION: CWS os64 (1.5.138); FILE MERGED 2005/08/16 13:05:07 os 1.5.138.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [aa4eadfd616532e372a4ae8504169652e8b5e2b2]

        INTEGRATION: CWS os64 (1.23.308); FILE MERGED 2005/10/14 05:36:03 os 1.23.308.2: RESYNC: (1.23-1.24); FILE MERGED 2005/08/22 10:10:15 os 1.23.308.1: #i50156# added missing MV_KONTEXT() to SelectTableRowCol() to initiate SwView::SelectShell()

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7e7e3bccfaabbb16888a84a36cef1dd4044b6501]

        INTEGRATION: CWS os64 (1.28.272); FILE MERGED 2005/10/14 05:13:42 os 1.28.272.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/04 09:47:45 os 1.28.272.1: #i52828# switch draw functions: check for string parameter, too

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9e8f7d129d307cdf0bc85f9f24b9d79f44ae0cba]

        INTEGRATION: CWS os64 (1.9.308); FILE MERGED 2005/10/14 04:42:51 os 1.9.308.3: RESYNC: (1.9-1.10); FILE MERGED 2005/09/05 08:12:32 os 1.9.308.2: #i50026# convert flag correctly used 2005/06/20 11:19:19 os 1.9.308.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b7a2c4851101b16de215aed5acfed8810efd6f2f]

        INTEGRATION: CWS os64 (1.43.362); FILE MERGED 2005/10/14 04:40:17 os 1.43.362.2: RESYNC: (1.43-1.44); FILE MERGED 2005/08/16 12:55:57 os 1.43.362.1: #i52976# inserting 'all' headers/footers works again

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7a31b3cadcd09da79bddb38f8ee2caa1ff5344b2]

        INTEGRATION: CWS os64 (1.67.158); FILE MERGED 2005/10/14 04:34:52 os 1.67.158.2: RESYNC: (1.67-1.68); FILE MERGED 2005/06/20 11:19:17 os 1.67.158.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [203c580884347e7471599cfff06313b91d18d326]

        INTEGRATION: CWS os64 (1.34.116); FILE MERGED 2005/10/14 02:24:36 os 1.34.116.2: RESYNC: (1.34-1.35); FILE MERGED 2005/08/04 09:47:54 os 1.34.116.1: #i52828# switch draw functions: check for string parameter, too

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [019eb086bc026898e8512ecb69c88dd08f850e24]

        INTEGRATION: CWS os64 (1.4.1320); FILE MERGED 2005/10/14 02:14:34 os 1.4.1320.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/25 13:33:17 os 1.4.1320.1: #i50859# store lable config item completely

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [9c0b90e1fc33f912709a7393fc8fbd077a72ac8c]

        INTEGRATION: CWS os64 (1.5.308); FILE MERGED 2005/10/14 02:02:24 os 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/20 11:19:12 os 1.5.308.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [09ac63a285317e6701bac01514f4799736b0dcb5]

        INTEGRATION: CWS os64 (1.30.380); FILE MERGED 2005/10/14 03:30:50 os 1.30.380.2: RESYNC: (1.30-1.31); FILE MERGED 2005/08/24 12:11:25 os 1.30.380.1: #i50859# store lable config item completely

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2a91fbdebea85e13741afa1889421b05c28d5eda]

        INTEGRATION: CWS os64 (1.5.480); FILE MERGED 2005/10/14 03:19:46 os 1.5.480.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/25 13:32:49 os 1.5.480.2: #i50859# store lable config item completely 2005/06/20 11:19:15 os 1.5.480.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a4d437395c2e8cb3ed4b71a41425158d3ff865b5]

        INTEGRATION: CWS os64 (1.8.480); FILE MERGED 2005/10/14 03:19:33 os 1.8.480.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/25 13:32:49 os 1.8.480.2: #i50859# store lable config item completely 2005/06/20 11:19:14 os 1.8.480.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0481c5bd8099efe61e646e574e6216f95b98851f]

        INTEGRATION: CWS os64 (1.3.178); FILE MERGED 2005/10/14 03:12:09 os 1.3.178.2: RESYNC: (1.3-1.5); FILE MERGED 2005/08/02 08:30:43 os 1.3.178.1: #i48578# FixedText height increased

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [3ae82285e8f5f21d10a93ecf9f83c2f55dce60e8]

        INTEGRATION: CWS os64 (1.5.158); FILE MERGED 2005/10/14 03:11:14 os 1.5.158.2: RESYNC: (1.5-1.7); FILE MERGED 2005/08/03 13:49:25 os 1.5.158.1: #i51090# list of printers now sorted

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [70cad42ed050ff5775336ecf2750d4a57a125138]

        INTEGRATION: CWS os64 (1.4.192); FILE MERGED 2005/10/14 03:11:06 os 1.4.192.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/22 11:22:41 os 1.4.192.1: #i50640# added ClickHdl to selction RadioButtons

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [10da09587af1fcc3640d876b2906cf786d85b8bb]

        INTEGRATION: CWS os64 (1.8.158); FILE MERGED 2005/10/14 03:10:44 os 1.8.158.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/23 13:37:12 os 1.8.158.2: #i52628# use the document printer to transport settings correctly 2005/08/22 11:22:41 os 1.8.158.1: #i50640# added ClickHdl to selction RadioButtons

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [896170497c8a9357328c3958d05d6133324f90ce]

        INTEGRATION: CWS os64 (1.7.192); FILE MERGED 2005/10/14 03:08:47 os 1.7.192.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/05 10:18:45 os 1.7.192.1: #i51354# add 'DOCUMENTBORDER' to left position in call of SetShadowCrsrPos

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [a402ff916f4ffa3442165e38bfae039c44d64b23]

        INTEGRATION: CWS os64 (1.3.362); FILE MERGED 2005/10/14 03:06:28 os 1.3.362.3: RESYNC: (1.4-1.6); FILE MERGED 2005/08/16 12:09:43 os 1.3.362.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/20 12:53:04 os 1.3.362.1: #i50534# index error in ::ExcludeRecord() fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b82af649bf44380e6913fa919e4aecc15e50e91c]

        INTEGRATION: CWS os64 (1.4.88); FILE MERGED 2005/10/14 03:04:03 os 1.4.88.3: RESYNC: (1.4-1.6); FILE MERGED 2005/09/08 06:39:02 os 1.4.88.2: #i47943# spelling fixed, again 2005/08/02 08:37:34 os 1.4.88.1: #i47943# status ttext changed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0df60852e16d6cd9f67bcf59cb3fc840b19a25f8]

        INTEGRATION: CWS os64 (1.96.76); FILE MERGED 2005/10/14 03:01:33 os 1.96.76.5: RESYNC: (1.97-1.98); FILE MERGED 2005/08/23 13:45:00 os 1.96.76.4: #i51359# add second paragraph to enable exporting of objects bound to the first paragraph 2005/08/23 11:39:18 os 1.96.76.3: #i48403# create RowSet only if not already available 2005/08/16 12:09:10 os 1.96.76.2: RESYNC: (1.96-1.97); FILE MERGED 2005/08/05 09:01:53 os 1.96.76.1: #i51035# the calculator should not evaluate database expressions if this database is not active

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6965f85d320a6f5af9f3fae7245350876efb91c8]

        INTEGRATION: CWS os64 (1.24.362); FILE MERGED 2005/10/14 01:40:58 os 1.24.362.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/24 12:11:04 os 1.24.362.1: #i50859# store lable config item completely

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [d72347ccb105dee912c0f48ae3efda6415b47654]

        INTEGRATION: CWS os64 (1.40.352); FILE MERGED 2005/10/14 00:41:24 os 1.40.352.4: RESYNC: (1.42-1.43); FILE MERGED 2005/08/22 08:03:28 os 1.40.352.3: #i51842# when a character style is set at an outline numbering rule the related name array element has to be erased 2005/08/16 12:03:48 os 1.40.352.2: RESYNC: (1.40-1.42); FILE MERGED 2005/06/21 11:27:56 os 1.40.352.1: #i50955# SolarMutex locking in destructors

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [55e1b61ed01a6a09aa164eaa25b9e5c12c795d12]

        INTEGRATION: CWS os64 (1.49.288); FILE MERGED 2005/10/14 00:41:10 os 1.49.288.2: RESYNC: (1.49-1.50); FILE MERGED 2005/08/03 12:54:07 os 1.49.288.1: #i50900# solar mutex lock added to ::~SwXTextSection

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [b1aa299255caa8e51e1797d7b41ac2cbcbb743c4]

        INTEGRATION: CWS os64 (1.19.126); FILE MERGED 2005/10/13 23:03:31 os 1.19.126.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/16 08:38:56 os 1.19.126.1: #i48455# to support versions correctly the related attribute has to be set before the filter detection takes place

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [7af4e28c81c711456dca9be85003abfeb3b49335]

        INTEGRATION: CWS os64 (1.22.480); FILE MERGED 2005/10/13 22:51:47 os 1.22.480.3: RESYNC: (1.23-1.24); FILE MERGED 2005/08/16 11:55:34 os 1.22.480.2: RESYNC: (1.22-1.23); FILE MERGED 2005/08/05 09:01:42 os 1.22.480.1: #i51035# the calculator should not evaluate database expressions if this database is not active

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [e8ad31beda47196e1d91d469cf50a37bb5295c3b]

        INTEGRATION: CWS os64 (1.32.76); FILE MERGED 2005/10/13 22:38:37 os 1.32.76.2: RESYNC: (1.32-1.33); FILE MERGED 2005/08/05 09:01:32 os 1.32.76.1: #i51035# the calculator should not evaluate database expressions if this database is not active

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6aafb8533abb8d8fe9dd402ff6e544a8275059dd]

        INTEGRATION: CWS os64 (1.59.158); FILE MERGED 2005/08/05 08:57:55 os 1.59.158.1: #i45424# mail merge wizard disabled for readonly documents

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [fb6ae3ec874cb5c86b5b2d5cae151f8ebd4d8dcb]

        INTEGRATION: CWS os64 (1.8.482); FILE MERGED 2005/10/13 21:34:51 os 1.8.482.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/25 13:32:24 os 1.8.482.2: #i50859# store lable config item completely 2005/06/20 11:19:10 os 1.8.482.1: #i50026 convert to table now also possible inside of a table

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [f8aefe5ef75082f68006214cb78fdd045dcf1faf]

        INTEGRATION: CWS os64 (1.28.178); FILE MERGED 2005/10/13 21:02:44 os 1.28.178.2: RESYNC: (1.28-1.29); FILE MERGED 2005/08/05 09:01:24 os 1.28.178.1: #i51035# the calculator should not evaluate database expressions if this database is not active

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [2cd3adcadb1a2bc28cb2539096e256d084698136]

        INTEGRATION: CWS os64 (1.7.94); FILE MERGED 2005/10/13 20:51:08 os 1.7.94.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/05 09:01:24 os 1.7.94.1: #i51035# the calculator should not evaluate database expressions if this database is not active

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c9caefdf77ad519071722641e0508feea4c4c40f]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:54:41 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Eric Bachard  <ericb@openoffice.org>  [8934a6f9a7bf26f29cc5a0f0c456db588f449f3d]

        #i55022# fondu sources

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [6497ba95f536bbdb3833913df09db96f2583745e]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:58:16 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [85a4ae8e668eb58aea77783e43bf4c03c20b764b]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:58:25 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [0f7bd653264fdf8ed270ffea77833a647690a59c]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:58:07 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [c92c8e0461931995e444c728fca74f1fab62738b]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:58:34 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [1b5b812432a052e4982cfee8eb527cc43f37fb60]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:53:48 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4eb7119ec317f3bc518fa09a7817ef1122b8ac76]

        INTEGRATION: CWS os64 (1.1.2); FILE ADDED 2005/08/17 05:53:39 os 1.1.2.1: #i51498# sorting in table object bar fixed

2005-10-19  Rüdiger Timm  <rt@openoffice.org>  [4e9d7b38c8d3c02e6c7f717b4e3a5cd04a124165]

        INTEGRATION: CWS os64 (1.20.24); FILE MERGED 2005/08/17 05:59:37 os 1.20.24.1: #i51498# sorting in table object bar fixed

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [598ef2d83e0bffd5af08726cfe1c10382ff41b63]

        INTEGRATION: CWS os62 (1.99.82); FILE MERGED 2005/09/13 20:29:36 os 1.99.82.2: RESYNC: (1.99-1.100); FILE MERGED 2005/05/11 13:04:12 os 1.99.82.1: #i33900# create a hidden view to enable PDF export in page preview mode

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [251a8851bf8e87038ac4f92176c54cac595de453]

        INTEGRATION: CWS os62 (1.26.38); FILE MERGED 2005/10/11 11:11:30 os 1.26.38.1: files added to patch

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [c69f269fda284493431597865217a4b91276033c]

        INTEGRATION: CWS os62 (1.139.2); FILE MERGED 2005/10/11 11:11:28 os 1.139.2.1: files added to patch

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [5f955aee637abd3e54fbaa7afa2d3c172861683d]

        INTEGRATION: CWS os62 (1.22.246); FILE MERGED 2005/09/16 08:57:58 os 1.22.246.3: #i43196# each substorage has to be committed and closed after writing a graphic 2005/09/14 03:40:59 os 1.22.246.2: RESYNC: (1.22-1.24); FILE MERGED 2005/05/12 08:45:32 os 1.22.246.1: #i43196# open graphic storage element additionally in readonly mode

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [c258553745f22249af808f238fc1a59a4dc98c25]

        INTEGRATION: CWS os62 (1.56.68); FILE MERGED 2005/09/14 01:36:32 os 1.56.68.2: RESYNC: (1.56-1.57); FILE MERGED 2005/06/15 13:42:52 os 1.56.68.1: #i49921# prevent endless loop in case of '...'

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [322f5d32ef32ef60f9e38491abd328ea3cf1f74a]

        INTEGRATION: CWS os62 (1.98.302); FILE MERGED 2005/09/14 01:36:06 os 1.98.302.2: RESYNC: (1.98-1.99); FILE MERGED 2005/06/15 07:49:47 os 1.98.302.1: #i50710# convert 0x01 character to linefeed(0x0a)

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [dd0593e0a4a1abbace2026dc224895d0716ccbda]

        INTEGRATION: CWS os62 (1.9.84); FILE MERGED 2005/09/13 23:59:03 os 1.9.84.3: RESYNC: (1.9-1.10); FILE MERGED 2005/06/28 13:30:55 os 1.9.84.2: #i49921# invalid assertion removed 2005/06/15 13:43:42 os 1.9.84.1: #i49921# remove error when word is automatically replaced

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [a34836f4554424db0dadff46d7eb1de7076e2642]

        INTEGRATION: CWS os62 (1.14.6); FILE MERGED 2005/09/16 08:58:27 os 1.14.6.1: #i43196# each substorage has to be committed and closed after writing a graphic

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [a00706660beb3c798aafffad79f008472d9f0f96]

        INTEGRATION: CWS os62 (1.53.86); FILE MERGED 2005/09/13 19:31:39 os 1.53.86.2: RESYNC: (1.53-1.54); FILE MERGED 2005/06/15 13:56:07 os 1.53.86.1: #i50242# prevent multiple control moves

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [383a44f1cf8271567d61047a33ce16d92850699d]

        INTEGRATION: CWS os62 (1.115.36); FILE MERGED 2005/09/13 19:05:36 os 1.115.36.2: RESYNC: (1.115-1.117); FILE MERGED 2005/05/18 10:36:24 os 1.115.36.1: #i42932# prevent insertion of Ctrl(+Shift) + char as simple characters

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [9a8aae7d65d85a05292503a32bae7705ce2d4694]

        INTEGRATION: CWS os62 (1.21.234); FILE MERGED 2005/09/13 19:05:24 os 1.21.234.2: RESYNC: (1.21-1.23); FILE MERGED 2005/05/13 13:50:15 os 1.21.234.1: #i43742# DragAndDrop-Cursor now visible again

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [999bb4cd6a6c67c622889b0344918a7664c86cf3]

        INTEGRATION: CWS os62 (1.3.172); FILE MERGED 2005/09/13 18:54:39 os 1.3.172.3: RESYNC: (1.3-1.4); FILE MERGED 2005/05/19 10:33:01 os 1.3.172.2: #i40142# continue spellcheck dialog at the current text position 2005/05/11 10:33:43 os 1.3.172.1: #i48417# ::GetInfo(): set bVisible to FALSE to prevent unwanted opening

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [0fff619a85e4d45660a92a060767359ca9fd6cc7]

        INTEGRATION: CWS os62 (1.8.110); FILE MERGED 2005/09/13 18:50:17 os 1.8.110.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/15 10:30:33 os 1.8.110.1: #i49840# show/hide source document while the saveas dialog is visible

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [20baa88c120aead0be5438d6a198bdb0543cfda9]

        INTEGRATION: CWS os62 (1.3.132); FILE MERGED 2005/09/13 18:47:59 os 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/15 09:50:22 os 1.3.132.1: #i49449# added missing [de] to enable translation

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [47a2ec188baed043ab96056117c86ccf5f2817d4]

        INTEGRATION: CWS os62 (1.6.132); FILE MERGED 2005/09/13 18:45:16 os 1.6.132.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/15 09:11:27 os 1.6.132.1: #i48067# superflous Modified() call removed

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [124e797cefafefbeccf6c556a27193d1c722347e]

        INTEGRATION: CWS os62 (1.96.16); FILE MERGED 2005/09/13 18:40:48 os 1.96.16.2: RESYNC: (1.96-1.98); FILE MERGED 2005/05/17 12:14:16 os 1.96.16.1: #i122799# copy compatibility options to the resulting document

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [c4c4b5cf9da7b33a1b9a5366461cfaa881990a52]

        INTEGRATION: CWS os62 (1.75.72); FILE MERGED 2005/09/13 17:16:07 os 1.75.72.2: RESYNC: (1.75-1.77); FILE MERGED 2005/05/13 13:43:03 os 1.75.72.1: #i49152# get the correct file filter to send to master documents

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [76b9d86556fa33b84e15f06a9b19ac8dcdac043b]

        INTEGRATION: CWS os62 (1.44.82); FILE MERGED 2005/09/13 15:13:38 os 1.44.82.2: RESYNC: (1.44-1.46); FILE MERGED 2005/05/13 13:08:36 fme 1.44.82.1: #i43742# New function for SwContentAtPos: SW_CONTENT_CHECK

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [586f62ec8b350be46857ed50604cb7e5c49d25d9]

        INTEGRATION: CWS os62 (1.16.64); FILE MERGED 2005/09/13 14:26:42 os 1.16.64.2: RESYNC: (1.16-1.17); FILE MERGED 2005/05/19 10:32:38 os 1.16.64.1: #i40142# continue spellcheck dialog at the current text position

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [ffeb88948e8b650bfdde5bd2186ed75ecfe67c0b]

        INTEGRATION: CWS os62 (1.13.440); FILE MERGED 2005/09/13 13:57:59 os 1.13.440.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/13 13:07:41 fme 1.13.440.1: #i43742# New function for SwContentAtPos: SW_CONTENT_CHECK

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [91dd33bfbea3bcb1b0b6241cfad6a12cdf1b31b7]

        INTEGRATION: CWS os62 (1.16.318); FILE MERGED 2005/09/13 13:19:25 os 1.16.318.2: RESYNC: (1.16-1.17); FILE MERGED 2005/05/11 13:03:25 os 1.16.318.1: #i33900# create a hidden view to enable PDF export in page preview mode

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [44fba0b876fed9129988d3b7c0dd907d4ee7f3e8]

        INTEGRATION: CWS os62 (1.46.64); FILE MERGED 2005/09/13 11:52:30 os 1.46.64.2: RESYNC: (1.46-1.47); FILE MERGED 2005/05/19 10:32:05 os 1.46.64.1: #i40142# continue spellcheck dialog at the current text position

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [a7b28e163928b3d9a633fff81c4219c0b6bd1735]

        INTEGRATION: CWS os62 (1.13.578); FILE MERGED 2005/09/13 11:38:53 os 1.13.578.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/13 13:05:01 fme 1.13.578.1: #i43742# New function for SwContentAtPos: SW_CONTENT_CHECK

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [2acfd53a1852e8a1f230ffb9ec3413f7fc2cdb45]

        INTEGRATION: CWS os62 (1.31.164); FILE MERGED 2005/09/13 11:38:29 os 1.31.164.2: RESYNC: (1.31-1.32); FILE MERGED 2005/05/13 13:05:00 fme 1.31.164.1: #i43742# New function for SwContentAtPos: SW_CONTENT_CHECK

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [2828b490fcd76f4fcba71f445843b45c75783f4d]

        INTEGRATION: CWS readmedupeids (1.21.2); FILE MERGED 2005/10/17 17:46:05 pjanik 1.21.2.2: Fix typos in English string. 2005/10/17 17:18:13 pjanik 1.21.2.1: #i56103#: Remove duplicate IDs (from Eric Bachard).

2005-10-18  mbu  <mbu@openoffice.org>  [96894657740fe6c9fb2fb79320577b020ff511be]

        added antigrain, see legal review #3236

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [3fb8815e885f9aa2b3bb7827f97b1c5c818582f3]

        INTEGRATION: CWS kso201bugs01 (1.137.4); FILE MERGED 2005/10/06 11:13:49 kso 1.137.4.3: RESYNC: (1.137-1.145); FILE MERGED 2005/10/05 17:35:45 kso 1.137.4.2: #i49238#, #i49951# PATCH flag for ucbhelper and ucptdoc 2005/08/24 11:36:20 kso 1.137.4.1: #122205# - library ucpdav now has PATCH flag.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [f6b55a9f1f5771e5617287d6887835c701a9e99b]

        INTEGRATION: CWS kso201bugs01 (1.11.8); FILE MERGED 2005/10/06 10:40:23 kso 1.11.8.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/24 11:37:44 kso 1.11.8.1: #122205# - Windows debug build now possible.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [1b4f07f8c201edb0827448af230677c85dcff0b7]

        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-18  Rüdiger Timm  <rt@openoffice.org>  [7b7971e02b87ce6a279225534f4760b7c72d2a13]

        INTEGRATION: CWS kso201bugs01 (1.23.30); FILE MERGED 2005/10/06 10:01:35 kso 1.23.30.2: RESYNC: (1.23-1.24); FILE MERGED 2005/08/24 11:39:26 kso 1.23.30.1: #122205# - libxml2 must be initialized before it can be used safely by            multithreaded applications.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [56195d2245b67fa4fa5582b86d18b8184564cb77]

        INTEGRATION: CWS kso201bugs01 (1.21.104); FILE MERGED 2005/10/06 09:57:55 kso 1.21.104.2: RESYNC: (1.21-1.22); FILE MERGED 2005/08/24 11:39:25 kso 1.21.104.1: #122205# - libxml2 must be initialized before it can be used safely by            multithreaded applications.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [11de6fb6a6682e42e1d6046436ad40be70279af7]

        INTEGRATION: CWS kso201bugs01 (1.34.32); FILE MERGED 2005/10/06 09:55:57 kso 1.34.32.2: RESYNC: (1.34-1.35); FILE MERGED 2005/08/24 11:39:25 kso 1.34.32.1: #122205# - libxml2 must be initialized before it can be used safely by            multithreaded applications.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [ebad3b20d2518436b358457650682406e336fe31]

        INTEGRATION: CWS kso201bugs01 (1.8.24); FILE MERGED 2005/10/06 09:35:10 kso 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/24 15:31:43 kso 1.8.24.1: #i49951# - now reacts on OnCreate/OnLoadFinished events instead of OnNew/OnLoad Issue number: Submitted by: Reviewed by:

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [501444250ca810f6cd958509c33104215ae70796]

        INTEGRATION: CWS kso201bugs01 (1.1.2); FILE ADDED 2005/09/28 14:49:53 sg 1.1.2.1: #i51584#added test documents

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [9e7c2c0ac5f8c7923a3c92458acf7fd9ef37e05c]

        INTEGRATION: CWS kso201bugs01 (1.1.2); FILE ADDED 2005/09/28 14:50:31 sg 1.1.2.1: #i51584#added test documents

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [4272a674f48710d1437c81ab75772363c3027e42]

        INTEGRATION: CWS kso201bugs01 (1.1.2); FILE ADDED 2005/09/28 14:51:17 sg 1.1.2.1: #i51584#added test documents

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [138ec19dc505813e9ce4e02e2d24126632e0feb4]

        INTEGRATION: CWS kso201bugs01 (1.2.52); FILE MERGED 2005/09/28 15:01:17 sg 1.2.52.1: #i51584#added test document path to runner execution

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [e1724a6c8de4777ade8e102ceaf374bee457bceb]

        INTEGRATION: CWS kso201bugs01 (1.2.52); FILE MERGED 2005/10/06 08:21:39 kso 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/28 14:47:29 sg 1.2.52.1: #i51584#corrected wrong numbering in test

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [ead0845a1d1a0faa730d982e8781af9782eac4a4]

        INTEGRATION: CWS kso201bugs01 (1.19.26); FILE MERGED 2005/08/24 11:39:24 kso 1.19.26.1: #122205# - libxml2 must be initialized before it can be used safely by            multithreaded applications.

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [771d0eb095eaae225b2f6b5f3eb2fab5b119c389]

        INTEGRATION: CWS nativefixer22 (1.4.4); FILE MERGED 2005/10/14 15:15:52 is 1.4.4.1: #i55343# three lines for nsis title

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [a8a21907c6f3cc95788493ab2be143aa42c3c084]

        INTEGRATION: CWS nativefixer22 (1.14.56); FILE MERGED 2005/10/17 09:12:21 is 1.14.56.1: #i55921# patching with user privileges

2005-10-18  Rüdiger Timm  <rt@openoffice.org>  [46c6721d551d9b063fd0dc7556b5dafb92716f37]

        INTEGRATION: CWS nativefixer22 (1.51.14); FILE MERGED 2005/10/17 09:11:52 is 1.51.14.1: #i55921# patching with user privileges

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [967fecee033224a4d9e95dbc3780f2f3d215a9e6]

        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>  [44685573f49e557bf4031e64b859cbfaafd48d95]

        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>  [24071e6e863070c0d34265aeed7ad5b1a77fadcf]

        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>  [477468420dd5291d42b0315a93380707c16fc028]

        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>  [599c26fdcfad81c17258ba39ea89e88a60c403e9]

        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>  [1ac6f0d90df2432d036a8e1dbff76da9a343be8f]

        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>  [924e158b9d871fbf7500e9215540e26aa95b3b20]

        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>  [268567aa88a991e055c41d9115bccce951f7e308]

        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>  [a428a8927006a10ccfe7182e6fe5a8b677281eca]

        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>  [f518f78557931b81e06fd7b31bb22c6639e5e553]

        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>  [8cd93ee778875a8532a7d746e0f19c38436d7cca]

        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>  [c893ce18bbab6760bf971fd9a3020852e8bacffc]

        INTEGRATION: CWS i18n20 (1.3.240); FILE MERGED 2005/08/30 17:04:53 khong 1.3.240.2: #i45171# add new collation option for index grouping 2005/08/26 22:18:15 khong 1.3.240.1: #i45171# add new collation option for index grouping

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [52f9d5bc62f1edd8f2176eb81540fff1dd1587d8]

        INTEGRATION: CWS perform05 (1.18.88); FILE MERGED 2005/09/30 20:55:33 mt 1.18.88.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/21 10:53:08 mt 1.18.88.1: RTL_LOG

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [73cd79644d4355de483b0d0c04fba034ac02795b]

        INTEGRATION: CWS perform05 (1.5.52); FILE MERGED 2005/09/30 20:54:45 mt 1.5.52.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/22 07:34:32 mt 1.5.52.2: #i52303# Removed all GetCaseCorrectPathName, discuss with HRO later! 2005/07/13 08:45:25 mt 1.5.52.1: #i51876# Remoce (hopefully) unnecessary function call...

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [2274e48d2a42eb012e2abf8956989dd444941eb9]

        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>  [93e9ff83324c1f758a085f7d196a285ed979a34f]

        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>  [57ce0f81c6039f5068bbf2b48ff1030bd0446c38]

        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>  [e332db1999aa7f20884b3b4ee40f77dc484bbcb4]

        INTEGRATION: CWS macosxgcc4 (1.24.76); FILE MERGED 2005/09/20 03:40:34 fheckl 1.24.76.2: RESYNC: (1.24-1.25); FILE MERGED 2005/09/19 19:39:21 fheckl 1.24.76.1: Adding some casts necessary for compilation to succeed with gcc4 on MacOSX (i49046)

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [e333f5f61b6aa4ff6abc800af35dd59db6d6a17a]

        INTEGRATION: CWS macosxgcc4 (1.8.64); FILE MERGED 2005/09/20 03:34:38 fheckl 1.8.64.2: RESYNC: (1.8-1.9); FILE MERGED 2005/09/19 19:39:21 fheckl 1.8.64.1: Adding some casts necessary for compilation to succeed with gcc4 on MacOSX (i49046)

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [020992ad3c9e3ee22e3864f3767e9a1f2e835a0c]

        INTEGRATION: CWS macosxgcc4 (1.4.10); FILE MERGED 2005/10/03 18:54:38 fheckl 1.4.10.5: Still resolving the conflictwith m131 2005/10/03 15:40:57 fheckl 1.4.10.4: Resolved a conflict by merging two patches that involved roughly the same area of a file 2005/10/03 15:32:54 fheckl 1.4.10.3: Resolved a conflict by merging two patches that involved roughly the same area of a file 2005/10/03 15:19:54 fheckl 1.4.10.2: Resolved a conflict by merging two patches that involved roughly the same area of a file 2005/09/17 23:14:54 fheckl 1.4.10.1: adding necessary casts for compilation to succeed using gcc4 on MacOSX

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [945f89e1e1aee7ccee3d2188ac35bda2eff9b82f]

        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>  [d895db57a7e5f9f6da0ffb23a89d93e1e3c80232]

        INTEGRATION: CWS macosxgcc4 (1.6.6); FILE MERGED 2005/09/23 19:59:04 fheckl 1.6.6.2: Fixing i49044 (previous patch was partially wrong) 2005/09/19 19:32:38 fheckl 1.6.6.1: Making stlport compatible with gcc4 on MacOSX (i49044)

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [17d52d6d747ae7434b19abdd1e8a56f64be68e04]

        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>  [e2ada9f4d5fe81cdaa7f93a41b9c1f062c775921]

        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>  [22519591a7ed4047ca562cca0ac72d3e43637e02]

        INTEGRATION: CWS macosxgcc4 (1.12.38); FILE MERGED 2005/09/20 00:04:17 fheckl 1.12.38.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/17 23:20:32 fheckl 1.12.38.1: change linked libs for use with gcc4 on MacOSX (i54460)

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [6b9be75f01457d48f69c8617a20992fcf4148f90]

        INTEGRATION: CWS macosxgcc4 (1.55.68); FILE MERGED 2005/09/19 23:54:46 fheckl 1.55.68.2: RESYNC: (1.55-1.56); FILE MERGED 2005/09/19 19:41:27 fheckl 1.55.68.1: Adding necessary changes to enable visibility feature in gcc4 on MacOSX (i54451)

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [d0ef42efe96d554a4d773c35ce0f5f571dd84f4d]

        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>  [dd47adce8542f8366c833131b675265f77dcc6bc]

        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-17  Rüdiger Timm  <rt@openoffice.org>  [4ef2332adef0a5d5c59a2619a26147f716ee4125]

        INTEGRATION: CWS merge20to201v3 (1.16.30); FILE MERGED 2005/10/14 15:04:57 hr 1.16.30.1: #i55999#: merge OOO680 CWS ooo20m2 to SRC680

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [777327a2e4a2b59029b2f0732d88211cbc257391]

        INTEGRATION: CWS merge20to201v3 (1.8.30); FILE MERGED 2005/10/14 15:04:56 hr 1.8.30.1: #i55999#: merge OOO680 CWS ooo20m2 to SRC680

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [b016e81976bac2cbfd673d5b1e71dcb9587661e2]

        INTEGRATION: CWS merge20to201v3 (1.90.28); FILE MERGED 2005/10/14 15:04:55 hr 1.90.28.1: #i55999#: merge OOO680 CWS ooo20m2 to SRC680

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [22c04080876ac8e8fb0d6ec36f8b4b500a8ad435]

        INTEGRATION: CWS jscpp1 (1.137.6); FILE MERGED 2005/08/26 14:03:04 jsc 1.137.6.1: #i53830# insert PATHC flag for typemgr.uno.dll

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [af91f9416d98ab31e1a89f7e54f1d2a2bdaa02e8]

        INTEGRATION: CWS jscpp1 (1.3.12); FILE MERGED 2005/08/10 07:39:41 jsc 1.3.12.1: #i41875# integrate patch, use osl::FileBase::createTempFile

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [2b69089ecca62b4484197e77a8ac4df292f6f98d]

        INTEGRATION: CWS jscpp1 (1.9.74); FILE MERGED 2005/08/10 07:39:41 jsc 1.9.74.1: #i41875# integrate patch, use osl::FileBase::createTempFile

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [29e6bec904092f10273497ccbe613d03c3d7b14c]

        INTEGRATION: CWS jscpp1 (1.18.40); FILE MERGED 2005/08/26 14:10:14 jsc 1.18.40.1: #i53830# check if inserted TypeDescriptionProvider is valid

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [9e3089be1527e0e015c4f04f9d80b7471b55dea0]

        INTEGRATION: CWS jscpp1 (1.2.98); FILE MERGED 2005/08/09 11:47:09 jsc 1.2.98.1: #i52596# improve reading command line option

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [bdfbf7b573eb9241213fc56041b46e3054031619]

        INTEGRATION: CWS jscpp1 (1.10.24); FILE MERGED 2005/08/09 11:47:09 jsc 1.10.24.1: #i52596# improve reading command line option

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [b8245aaa3b46c5baf4b5de55240c68869f13309e]

        INTEGRATION: CWS jscpp1 (1.16.8); FILE MERGED 2005/08/09 11:47:09 jsc 1.16.8.1: #i52596# improve reading command line option

2005-10-17  Rüdiger Timm  <rt@openoffice.org>  [fd2fdef2d4dfe4b836eb971caf453a96a487a303]

        INTEGRATION: CWS jscpp1 (1.2.8); FILE MERGED 2005/08/10 09:46:30 jsc 1.2.8.1: #i52598# improve error output

2005-10-14  Hans-Joachim Lankenau  <hjs@openoffice.org>  [50dd7da73ed7f12909ca8c693778f633f6f56b00]

        #i55502# replace / with - in switches

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8be2135a2ef00451421a1b9636966ddfbeff9bd]

        SRC680

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9f8324c2815debb9ac6cdc2f4582ee39cc684a5]

        INTEGRATION: CWS dba201e (1.78.14); FILE MERGED 2005/10/12 11:36:13 oj 1.78.14.1: #i55743# check beforefirst and afterlst

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [e23a638af9d7c1c847619d486f029914ca794764]

        INTEGRATION: CWS dba201e (1.49.20); FILE MERGED 2005/10/11 12:26:24 oj 1.49.20.1: #i55738# set the 2nd pos to the old one

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [31549afcc4752557ad15213ad1224888937c4bc8]

        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>  [ad4247410ad06028d9b6f1a4fb0fdfcfe9a84207]

        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>  [33bdbaab2548301abfaaa3be2b8a013369c4819d]

        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>  [1e336f55ec6f12d27d57cc5b89a673498aff10e8]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfaa362629d74a4f2a1e1683137df2267a0d003e]

        INTEGRATION: CWS vcl44 (1.25.4); FILE MERGED 2005/10/05 10:58:07 pl 1.25.4.1: #b6255778# fix applet appearing in own frame with gtk plugin

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [2cf21ca032d653ee3a202a85ac6051c1bded0779]

        INTEGRATION: CWS vcl44 (1.31.36); FILE MERGED 2005/09/29 13:48:16 pl 1.31.36.1: #i54900# listboxes cannot be switched to not being dropdown anymore

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c435b2b4fbb82b323f29a67e8df19a412384326]

        INTEGRATION: CWS ause035 (1.154.46); FILE MERGED 2005/08/16 14:22:48 hjs 1.154.46.1: #i53404# rmove obsolete target

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b9b1c452428e1ab6427d71e2ee3453a0d2780ed]

        INTEGRATION: CWS ause035 (1.27.170); FILE MERGED 2005/08/10 16:21:52 hjs 1.27.170.1: #i53180# use -env to convert env variables too

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [574313d175464c88314e99d4a9e20cc6fc2d1ef1]

        INTEGRATION: CWS ause035 (1.24.54); FILE MERGED 2005/08/10 12:44:17 hjs 1.24.54.1: #i53160# ignore defines for rc

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c3d807067d36dbcac29de5b8b2fe1e9bc057de]

        INTEGRATION: CWS hr14 (1.2.128); FILE MERGED 2005/10/13 12:57:51 hr 1.2.128.1: #i53211#: force detection of Crypt::SSLeay for https connections

2005-10-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [658addc94ea65cd736cd460ff7face4433b3bd0f]

        INTEGRATION: CWS hr14 (1.6.8); FILE MERGED 2005/09/22 16:50:10 hr 1.6.8.2: #i54843# fix check for childworkspace environment 2005/09/21 17:09:34 hr 1.6.8.1: #i54843#: implement integrated|approved|nominated|ready query modes

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [e1283df548614d2d1c737b1865594985ca091019]

        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>  [9c677ed69bdae2ae18b8cc7b9126a404c9a373f2]

        INTEGRATION: CWS gslpatches6 (1.44.6); FILE MERGED 2005/09/19 10:01:08 hdu 1.44.6.4: #i54091# add fallbacks for Nimbus fonts, clean up the big three font entries 2005/09/19 09:34:29 hdu 1.44.6.3: #i54091# undo patch rejected by QA 2005/09/01 13:45:48 hdu 1.44.6.2: #i53889# get rid of empty font names 2005/09/01 13:44:11 hdu 1.44.6.1: #i54091# apply CMC patches

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [0803f0dc191e6d2853ce66796168d12000194a77]

        INTEGRATION: CWS merge20to201v2 (1.120.2); FILE MERGED 2005/10/07 14:06:25 hr 1.120.2.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [4adcb618e52ff1e25c5109147d36a6aa440298f3]

        INTEGRATION: CWS merge20to201v2 (1.5.36); FILE MERGED 2005/10/07 13:59:12 hr 1.5.36.1: #i55617: merge OOO680 CWS hr19

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [56ba05dd92c1555ca639c464e4412a0934b23995]

        INTEGRATION: CWS merge20to201v2 (1.42.54); FILE MERGED 2005/10/07 14:16:59 hr 1.42.54.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [7f8b11d7af874291be841bddeefbd98e5d299e6d]

        INTEGRATION: CWS merge20to201v2 (1.30.4); FILE MERGED 2005/10/07 14:16:59 hr 1.30.4.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [d18c68061c51706268bcc0c17abc0c3aac84602a]

        INTEGRATION: CWS merge20to201v2 (1.5.6); FILE MERGED 2005/10/07 14:20:58 hr 1.5.6.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [6a452499a411e5e350d4189410c90694b8949c18]

        INTEGRATION: CWS merge20to201v2 (1.4.8); FILE MERGED 2005/10/07 14:04:32 hr 1.4.8.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [cb893b74831943f9c70c0d11fb01bf5b85fd25eb]

        INTEGRATION: CWS merge20to201v2 (1.2.8); FILE MERGED 2005/10/07 14:04:31 hr 1.2.8.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [3a17826acfbad2851aac246b539cccd297bcb075]

        INTEGRATION: CWS merge20to201v2 (1.136.2); FILE MERGED 2005/10/07 14:07:29 hr 1.136.2.2: #i55617: merge OOO680 CWS macosx11 2005/10/07 14:06:30 hr 1.136.2.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [92c6209b0d40966074be4df8430be7d64752e3cd]

        INTEGRATION: CWS merge20to201v2 (1.2.10); FILE MERGED 2005/10/07 14:44:39 hr 1.2.10.1: #i55617: merge OOO680 CWS ooo680m2masterfix

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [c0d3df3031cf3a05aa3bb54f5ba22425f6fc3e79]

        INTEGRATION: CWS merge20to201v2 (1.6.30); FILE MERGED 2005/10/07 14:01:51 hr 1.6.30.1: #i55617: merge OOO680 CWS ooo20m1

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [fe6cd582bf70f5fb1bf209e8fdae3e5748885ad9]

        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>  [ca47fcfd76f3f4902531e3cc6bcbb3608ee55f0e]

        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>  [8ef6f49690547f2f1c5cbbd85d3b47d8d2e0af78]

        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>  [b88549bbe05a0f2cba1064daf002a949f357f5ae]

        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>  [c63bbac5282922293658c4a3f2b63376959cc6a9]

        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>  [ef99207385cc07078e96c3c9f309daa95f1a1626]

        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-13  Oliver Bolte  <obo@openoffice.org>  [baaef2f8a2a507596762d6ce8732b6af54e48bfb]

        INTEGRATION: CWS merge20to201v2 (1.42.6); FILE MERGED 2005/10/07 14:17:49 hr 1.42.6.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [e4f439cdd3c28fe2e18b35896627ab49d9968844]

        INTEGRATION: CWS merge20to201v2 (1.20.14); FILE MERGED 2005/10/07 14:19:06 hr 1.20.14.1: #i55617: merge OOO680 CWS macosx11

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [474c21db30a76c359e85926edd48acea5a8eec02]

        INTEGRATION: CWS merge20to201v2 (1.7.14); FILE MERGED 2005/10/07 14:03:13 hr 1.7.14.1: #i55617: merge OOO680 CWS ooo20m1

2005-10-13  Oliver Bolte  <obo@openoffice.org>  [460e3a7d1bd086b1341010d58010a577f5979bc9]

        INTEGRATION: CWS merge20to201v2 (1.8.4); FILE MERGED 2005/10/07 14:03:11 hr 1.8.4.1: #i55617: merge OOO680 CWS ooo20m1

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [b48d52a21a97b4302cbb781f25d0f38bf1b3a3fe]

        INTEGRATION: CWS swqpp1bfixes (1.15.462); FILE MERGED 2005/08/23 14:14:48 tra 1.15.462.2: #i46421#commiting dvo's fix 2005/08/23 14:02:05 tra 1.15.462.1: #i46421#commiting dvo's fix

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [23a3133597b585d5fbcba130f3258dda13f32789]

        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>  [aff0b6f1185ae7825e6052f82b9cccbe19a9a90b]

        INTEGRATION: CWS presfixes08 (1.15.54); FILE MERGED 2005/09/14 16:27:56 dbo 1.15.54.1: #i46618# added get_pointer: support for boost::mem_fn and boost::bind

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e6ffb3773e49898b79f3ed3abc4424b091c8ad14]

        INTEGRATION: CWS presfixes08 (1.4.250); FILE MERGED 2005/09/14 16:29:23 dbo 1.4.250.1: #i46618# added get_pointer: support for boost::mem_fn and boost::bind

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [0f52b2d2838a484d8aebe6a6ac0b4e46f4dcc347]

        INTEGRATION: CWS presfixes08 (1.2.16); FILE MERGED 2005/09/14 16:25:46 dbo 1.2.16.1: #i46618# patched in BOOST_MEM_FN_ENABLE_CDECL support; removed old patch file

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [1081df0884149ea73f90268c3a8ce5b720b821be]

        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>  [5d928b25987820d05fec602093b397e22c05a1a3]

        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>  [9ad2ee575a413bcb31f0ac390983ab9fab3d7755]

        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-11  Oliver Bolte  <obo@openoffice.org>  [56f51b8981c7be3cafc2ca93b97e51f23ef382c3]

        INTEGRATION: CWS presfixes08 (1.3.12); FILE MERGED 2005/08/02 08:07:54 dbo 1.3.12.1: #i37786# disable inlining for MSVC debug builds Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [96942f8cea705a41b47a4243e12f065427eb697e]

        INTEGRATION: CWS presfixes08 (1.4.30); FILE MERGED 2005/09/01 09:24:48 dbo 1.4.30.1: sp_debug.cxx left over only for debugging purposes in api.lib Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [9394f39cc4008135efa569b9cd33dc7bc2d0c60d]

        INTEGRATION: CWS presfixes08 (1.4.6); FILE MERGED 2005/07/15 12:57:19 dbo 1.4.6.1: #i45197# cleanup, next effect prio Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [14ca845bf2f532294349f57bcf09b926b982d19d]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/08 10:42:35 dbo 1.2.36.2: #i45197# added rewind effect Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:20 dbo 1.2.36.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e2c789156d1e754b1af49fdb8a98bbe9751764f2]

        INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED 2005/09/01 08:57:29 dbo 1.4.16.2: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/08/02 08:15:08 dbo 1.4.16.1: #i37786# missing const Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [3ec6f7fbd0a222f2c36446aaab52ccc0914eeb54]

        INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED 2005/08/29 13:34:50 dbo 1.4.10.4: #i46618# Issue number: Submitted by: Reviewed by: 2005/08/26 11:56:18 dbo 1.4.10.3: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/02 08:16:11 dbo 1.4.10.2: #i37786# missing const, DBG_UTIL Issue number: Submitted by: Reviewed by: 2005/07/15 12:59:58 dbo 1.4.10.1: #i37786# drawing layer animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [93e1a4b266263ffdb0c029b9fac6cbde30172023]

        INTEGRATION: CWS presfixes08 (1.5.24); FILE MERGED 2005/09/06 09:02:04 dbo 1.5.24.5: workaround for CC compiler problems Issue number: Submitted by: Reviewed by: 2005/09/01 08:57:28 dbo 1.5.24.4: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/08/31 16:05:01 dbo 1.5.24.3: #i51786# API changes Issue number: Submitted by: Reviewed by: 2005/08/26 11:56:17 dbo 1.5.24.2: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/11 13:31:50 dbo 1.5.24.1: #i46618# hyper link support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [bdcd0da88deea8990288a51528498151cdc73480]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/10 09:08:00 dbo 1.2.36.1: #i48113# fixed, implementing a stack of XShapes for traversal Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e7268adaf3ac4735c2d5438a27adb75f014162db]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/09/01 08:57:28 dbo 1.3.16.2: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/07/15 12:59:58 dbo 1.3.16.1: #i37786# drawing layer animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [993c326aa2998ff0ee06e4ac6ad6fcf44ff8bccc]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/26 11:56:17 dbo 1.2.36.1: #i46618# hyperlink support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [41e89f9b185ea9a9c4d5e81477388eec1b39bb03]

        INTEGRATION: CWS presfixes08 (1.4.18); FILE MERGED 2005/08/29 14:43:19 dbo 1.4.18.7: #i46618# Issue number: Submitted by: Reviewed by: 2005/08/29 12:11:03 dbo 1.4.18.6: #i46618# revising eventmultiplexer: less code Issue number: Submitted by: Reviewed by: 2005/08/26 11:56:16 dbo 1.4.18.5: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/23 13:29:05 dbo 1.4.18.4: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/11 13:31:50 dbo 1.4.18.3: #i46618# hyper link support Issue number: Submitted by: Reviewed by: 2005/07/15 12:57:18 dbo 1.4.18.2: #i45197# cleanup, next effect prio Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:20 dbo 1.4.18.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [10c51f4b4e08a281bea99795a410785e35bfb4c7]

        INTEGRATION: CWS presfixes08 (1.4.6); FILE MERGED 2005/08/02 08:16:11 dbo 1.4.6.2: #i37786# missing const, DBG_UTIL Issue number: Submitted by: Reviewed by: 2005/07/15 12:51:55 dbo 1.4.6.1: #i45197# added debugging support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [089380a56d46b12942983548d6f0a078bed8e6c8]

        INTEGRATION: CWS presfixes08 (1.21.32); FILE MERGED 2005/09/05 15:06:01 dbo 1.21.32.6: missing exception clause 2005/09/05 11:46:15 cl 1.21.32.5: #i51786# changed slideshow api to support hidden slides during slideshow 2005/09/02 13:06:59 cl 1.21.32.4: #i46618# slideshow hyperlink support 2005/09/01 14:55:29 cl 1.21.32.3: #i51786# changed slideshow api to support hidden slides during slideshow 2005/08/31 14:23:10 cl 1.21.32.2: #i51786# changed slideshow api to support hidden slides during slideshow 2005/08/11 13:53:41 dbo 1.21.32.1: #i46618# slideshow hyperlink support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [980e3559fa4754d428a44af5f9c5c32ee671b4a6]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/07/15 12:59:57 dbo 1.3.16.1: #i37786# drawing layer animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [1e58599c4074060031ca01b8a5bcb02c31662610]

        INTEGRATION: CWS presfixes08 (1.3.6); FILE MERGED 2005/08/08 09:42:27 dbo 1.3.6.2: #i45197# based on boost::function now, decreasing possibility of ring references Issue number: Submitted by: Reviewed by: 2005/07/15 12:51:56 dbo 1.3.6.1: #i45197# added debugging support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e2b5f6436b458b5ba62819d2fee25f3299ac9f2d]

        INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED 2005/07/15 12:59:56 dbo 1.4.10.1: #i37786# drawing layer animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [a23a2963bfd0b705c8f04101d584a16d4e03e778]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/02 11:30:09 dbo 1.2.36.1: #i45197# cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [7b05e3720787305bd7f503b4a1dc9fd4be3b7cd8]

        INTEGRATION: CWS presfixes08 (1.3.10); FILE MERGED 2005/09/01 08:57:27 dbo 1.3.10.1: #i51786# code cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c18a3410677983c4cfad3e6edd8d12eb721c870d]

        INTEGRATION: CWS presfixes08 (1.3.24); FILE MERGED 2005/08/08 09:39:29 dbo 1.3.24.1: #i45197# added end() boost::optional Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [7dc0532d5d9ea6d3f80be364a652944b18eddb77]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/08 09:39:29 dbo 1.2.36.1: #i45197# added end() boost::optional Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [cc753a9202643ae8252d8cb233b5c1bf854851fc]

        INTEGRATION: CWS presfixes08 (1.6.6); FILE MERGED 2005/09/09 14:41:54 dbo 1.6.6.3: #i50492# more robustness 2005/09/02 13:22:46 dbo 1.6.6.2: #i50492# slide transition sound 2005/09/01 08:57:27 dbo 1.6.6.1: #i51786# code cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [cf1fe683585461c809564706ee393d340e59497a]

        INTEGRATION: CWS presfixes08 (1.2.24); FILE MERGED 2005/09/09 14:48:50 dbo 1.2.24.3: Issue number: Submitted by: Reviewed by: 2005/09/09 14:41:54 dbo 1.2.24.2: #i50492# more robustness 2005/09/02 13:02:53 dbo 1.2.24.1: #i50492# no stopping of slide transition sound Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [ce2293dd9f41d2c8e42cb76ce196a69e5a9b1d9c]

        INTEGRATION: CWS presfixes08 (1.2.24); FILE MERGED 2005/09/09 14:41:53 dbo 1.2.24.2: #i50492# more robustness 2005/09/02 13:02:52 dbo 1.2.24.1: #i50492# no stopping of slide transition sound Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [476185bff30a66cda8315ee8ca2e36f5d9c6836c]

        INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED 2005/08/08 09:52:45 dbo 1.2.36.2: #i45197# calling end() upon destruction Issue number: Submitted by: Reviewed by: 2005/08/02 08:02:44 dbo 1.2.36.1: #i37786# missing const Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c6b0c7feac2d36a651703202cc187439d1f57007]

        INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED 2005/08/08 11:14:37 dbo 1.4.10.1: #i45197# end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [07598784a296b0cb9139e99a8cb4ad6085c678fe]

        INTEGRATION: CWS presfixes08 (1.2.30); FILE MERGED 2005/07/15 13:11:02 dbo 1.2.30.1: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [467939abcf3c0569316310d10b39a763b2c606c8]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/07/21 16:13:45 dbo 1.3.16.2: #i45197# some cleanup Issue number: Submitted by: Reviewed by: 2005/07/15 13:11:02 dbo 1.3.16.1: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [3d45aeb1fbfc3766f09812121306201aed4a4e55]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/06/13 08:55:20 dbo 1.3.16.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [3169645fcc95db1113adadf61fc101fe3a295f0c]

        INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED 2005/09/06 08:56:23 dbo 1.4.16.4: #i54019# cancelled repeat fix: no good fix 2005/09/05 13:55:05 dbo 1.4.16.3: #i54019# incorp repeat of time containers 2005/07/21 16:13:45 dbo 1.4.16.2: #i45197# some cleanup Issue number: Submitted by: Reviewed by: 2005/07/15 13:11:02 dbo 1.4.16.1: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [480d1cd5e4e43cb99a3bcdce6492e0091ab9f014]

        INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED 2005/09/06 08:56:22 dbo 1.4.10.5: #i54019# cancelled repeat fix: no good fix 2005/09/05 13:55:04 dbo 1.4.10.4: #i54019# incorp repeat of time containers 2005/07/21 16:13:45 dbo 1.4.10.3: #i45197# some cleanup Issue number: Submitted by: Reviewed by: 2005/07/15 13:11:02 dbo 1.4.10.2: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:19 dbo 1.4.10.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [358d8c44498c9fc5448a25499f3418f8651fe7fd]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/07/21 16:13:45 dbo 1.3.16.2: #i45197# some cleanup Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:19 dbo 1.3.16.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [2c914ed7a49c27cd7d0d206d1ebf2234c43b0b45]

        INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED 2005/07/21 16:13:44 dbo 1.3.16.4: #i45197# some cleanup Issue number: Submitted by: Reviewed by: 2005/07/20 16:05:59 dbo 1.3.16.3: #i45197# Issue number: Submitted by: Reviewed by: 2005/07/15 13:11:01 dbo 1.3.16.2: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:19 dbo 1.3.16.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [228e3f4ad980cc6ea1526a277832ff595bd1737c]

        INTEGRATION: CWS presfixes08 (1.2.30); FILE MERGED 2005/07/15 13:11:01 dbo 1.2.30.1: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [519cb657140bd190972590551048da024676d265]

        INTEGRATION: CWS presfixes08 (1.6.6); FILE MERGED 2005/09/12 12:26:41 dbo 1.6.6.6: missing parenthesises Issue number: Submitted by: Reviewed by: 2005/09/06 08:56:22 dbo 1.6.6.5: #i54019# cancelled repeat fix: no good fix 2005/09/05 13:55:04 dbo 1.6.6.4: #i54019# incorp repeat of time containers 2005/09/01 08:57:26 dbo 1.6.6.3: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/08/08 11:23:29 dbo 1.6.6.2: #i45197# Issue number: Submitted by: Reviewed by: 2005/07/15 13:11:00 dbo 1.6.6.1: #i45197# skipping animations, cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [4e5f86658588ad47844eebc2cb7773a64534288b]

        INTEGRATION: CWS presfixes08 (1.3.24); FILE MERGED 2005/08/08 09:36:54 dbo 1.3.24.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [13f5fe6d93a22abbe1470206ded9fdc13f27c555]

        INTEGRATION: CWS presfixes08 (1.5.10); FILE MERGED 2005/08/08 09:36:53 dbo 1.5.10.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c9d936051893b53912edfd342e7716129b327e22]

        INTEGRATION: CWS presfixes08 (1.3.24); FILE MERGED 2005/08/08 09:36:53 dbo 1.3.24.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [482bf3735689b13ef1de245bdb9cd2a714d38d11]

        INTEGRATION: CWS presfixes08 (1.3.24); FILE MERGED 2005/08/08 09:36:52 dbo 1.3.24.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c17633a6d010c00039b2e7d5e56e7372c0daeb28]

        INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED 2005/09/07 14:03:16 dbo 1.4.16.4: #i50492# made more robust when disposing slideshow 2005/09/01 08:57:25 dbo 1.4.16.3: #i51786# code cleanup Issue number: Submitted by: Reviewed by: 2005/08/08 11:23:28 dbo 1.4.16.2: #i45197# Issue number: Submitted by: Reviewed by: 2005/08/08 09:36:51 dbo 1.4.16.1: #i45197# dequeued() -> ActivityBase added end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [4450c701a89e4f0cf734d523f1722adcc729d36c]

        INTEGRATION: CWS presfixes08 (1.5.16); FILE MERGED 2005/08/02 08:24:44 dbo 1.5.16.2: #i37786# cleanup, minor corrections Issue number: Submitted by: Reviewed by: 2005/07/15 13:19:16 dbo 1.5.16.1: #i37786# drawing layer animations, cleanup, misc Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [66ed759508415c9c916e56206f66b015e1ccc33d]

        INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED 2005/08/02 08:24:44 dbo 1.4.16.2: #i37786# cleanup, minor corrections Issue number: Submitted by: Reviewed by: 2005/07/15 13:19:15 dbo 1.4.16.1: #i37786# drawing layer animations, cleanup, misc Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c44662d8f85aa512435c56c5602d533a81cf5cbc]

        INTEGRATION: CWS presfixes08 (1.4.6); FILE MERGED 2005/08/29 14:32:46 dbo 1.4.6.4: #i46618# fix: order by shape priority Issue number: Submitted by: Reviewed by: 2005/08/08 10:41:40 dbo 1.4.6.3: #i45197# added rewind effect Issue number: Submitted by: Reviewed by: 2005/07/15 13:05:22 dbo 1.4.6.2: #i45197# next effect Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:18 dbo 1.4.6.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [56f83a67cc805c09cfbfc0e99e66601e669ab618]

        INTEGRATION: CWS presfixes08 (1.3.10); FILE MERGED 2005/08/26 11:56:15 dbo 1.3.10.3: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/02 08:16:34 dbo 1.3.10.2: #i37786# missing const Issue number: Submitted by: Reviewed by: 2005/07/15 13:19:15 dbo 1.3.10.1: #i37786# drawing layer animations, cleanup, misc Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e44a7964d33cdcd29268c181b49e6509f316f482]

        INTEGRATION: CWS presfixes08 (1.5.16); FILE MERGED 2005/08/08 09:50:41 dbo 1.5.16.2: #i45197# boost::optional Activity::end() Issue number: Submitted by: Reviewed by: 2005/08/02 08:24:44 dbo 1.5.16.1: #i37786# cleanup, minor corrections Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [e18adde22ec58f4eb7c19783a42cc6119caea891]

        INTEGRATION: CWS presfixes08 (1.5.16); FILE MERGED 2005/08/08 09:50:40 dbo 1.5.16.4: #i45197# boost::optional Activity::end() Issue number: Submitted by: Reviewed by: 2005/08/02 08:24:43 dbo 1.5.16.3: #i37786# cleanup, minor corrections Issue number: Submitted by: Reviewed by: 2005/07/15 14:17:43 dbo 1.5.16.2: #i37786# Issue number: Submitted by: Reviewed by: 2005/07/15 13:19:12 dbo 1.5.16.1: #i37786# drawing layer animations, cleanup, misc Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [a7a02e40add422d153b94b57851e900e1de07e28]

        INTEGRATION: CWS presfixes08 (1.11.12); FILE MERGED 2005/08/08 09:43:14 dbo 1.11.12.2: #i45197# revised delayevent Issue number: Submitted by: Reviewed by: 2005/07/15 13:19:11 dbo 1.11.12.1: #i37786# drawing layer animations, cleanup, misc Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [3e23e280fb8e1a478b01a6f7b01b3a2a8b1161aa]

        INTEGRATION: CWS presfixes08 (1.5.16); FILE MERGED 2005/08/29 12:11:01 dbo 1.5.16.8: #i46618# revising eventmultiplexer: less code Issue number: Submitted by: Reviewed by: 2005/08/26 11:56:12 dbo 1.5.16.7: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/23 13:29:05 dbo 1.5.16.6: #i46618# hyperlink support Issue number: Submitted by: Reviewed by: 2005/08/11 13:35:15 dbo 1.5.16.5: #i46618# hyper link support Issue number: Submitted by: Reviewed by: 2005/08/08 10:41:39 dbo 1.5.16.4: #i45197# added rewind effect Issue number: Submitted by: Reviewed by: 2005/07/15 14:17:42 dbo 1.5.16.3: #i37786# Issue number: Submitted by: Reviewed by: 2005/07/15 13:03:34 dbo 1.5.16.2: #i45197# fixed next effect prio handling, cleanup Issue number: Submitted by: Reviewed by: 2005/06/13 08:55:18 dbo 1.5.16.1: #i45197# skip effect event Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [7743bf1cdbb679106cea0872677ba9849b824b73]

        INTEGRATION: CWS presfixes08 (1.1.2); FILE ADDED 2005/08/08 09:43:15 dbo 1.1.2.1: #i45197# revised delayevent Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [aeae94cb0285289daf24a65e6a3cf71d1fd1adc7]

        INTEGRATION: CWS presfixes08 (1.4.16); FILE MERGED 2005/08/08 09:50:40 dbo 1.4.16.1: #i45197# boost::optional Activity::end() Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [8018de66ab3f551bf4049cfd150dc3e68d56f39c]

        INTEGRATION: CWS presfixes08 (1.6.10); FILE MERGED 2005/09/01 08:57:24 dbo 1.6.10.1: #i51786# code cleanup Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [7df4c2a26d90faf431bfd144c31c150922da34b0]

        INTEGRATION: CWS presfixes08 (1.22.164); FILE MERGED 2005/07/11 16:50:42 dbo 1.22.164.1: #i37786# scroll text comments XTEXT_SCROLLRECT, XTEXT_PAINTRECT

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [7bbd76bf714013344da723b4f134ee2e07f88af3]

        INTEGRATION: CWS presfixes08 (1.17.352); FILE MERGED 2005/08/23 11:34:29 thb 1.17.352.1: #i46618# Outputting actual URL target alongside field begin comment

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [83ad3990372b41a33be707ac9ca39db28a4c8f01]

        INTEGRATION: CWS presfixes08 (1.14.28); FILE MERGED 2005/09/01 09:09:46 dbo 1.14.28.1: #i51786# added forEach()

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [61f8abe7abe7f6601131d3b9688899200eab5684]

        INTEGRATION: CWS presfixes08 (1.43.40); FILE MERGED 2005/08/24 14:13:09 cl 1.43.40.1: #i51786# handle bookmarks that contain '#' signs correctly

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [d1fb0bb10d2c18f324b1084292c5bbe26f5fab78]

        INTEGRATION: CWS presfixes08 (1.32.130); FILE MERGED 2005/08/23 14:40:08 cl 1.32.130.1: #i51786# do not remove '#' from bookmark

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [471417566b74453b5ce88dfed0020a12db6b037a]

        INTEGRATION: CWS presfixes08 (1.57.90); FILE MERGED 2005/09/05 14:43:01 cl 1.57.90.1: #i54071# fixed SwitchPage() to detect already visible master page > 0

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [c1cde3df1d495638e025d1fc2d294b6236cfbdbd]

        INTEGRATION: CWS presfixes08 (1.71.32); FILE MERGED 2005/08/24 14:11:38 cl 1.71.32.1: #i51786# handle bookmarks that contain '#' signs correctly

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [f605e33995966ef7e4d7af39f01dffbf2607ccc2]

        INTEGRATION: CWS presfixes08 (1.8.112); FILE MERGED 2005/09/01 15:17:33 dbo 1.8.112.3: #i51786# send a disposing to all listeners when going down Issue number: Submitted by: Reviewed by: 2005/08/30 15:19:28 cl 1.8.112.2: #i51786# check for empty pointers during dispose 2005/08/30 15:15:32 cl 1.8.112.1: #i51786# check for empty pointers during dispose

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [93df82accdb5052cc603a5c84a519aef4b05b377]

        INTEGRATION: CWS presfixes08 (1.13.38); FILE MERGED 2005/09/02 13:07:00 cl 1.13.38.4: #i46618# slideshow hyperlink support 2005/09/01 14:55:29 cl 1.13.38.3: #i51786# changed slideshow api to support hidden slides during slideshow 2005/08/31 14:23:11 cl 1.13.38.2: #i51786# changed slideshow api to support hidden slides during slideshow 2005/08/11 13:53:41 dbo 1.13.38.1: #i46618# slideshow hyperlink support Issue number: Submitted by: Reviewed by:

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [60306086774fa3ff05e8ce1f8293d013b34a4a1c]

        INTEGRATION: CWS presfixes08 (1.4.132); FILE MERGED 2005/09/02 13:06:59 cl 1.4.132.2: #i46618# slideshow hyperlink support 2005/08/31 14:23:10 cl 1.4.132.1: #i51786# changed slideshow api to support hidden slides during slideshow

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [45586fea10654be9283aa9fcb5dc4eb59caa728d]

        INTEGRATION: CWS presfixes08 (1.5.130); FILE MERGED 2005/09/05 11:46:14 cl 1.5.130.1: #i51786# changed slideshow api to support hidden slides during slideshow

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [89e49319d1e2a85d26599bb2fe3f10b60c07226b]

        INTEGRATION: CWS presfixes08 (1.66.208); FILE MERGED 2005/08/23 14:30:14 cl 1.66.208.1: #i51786# do not remove '#' from bookmark

2005-10-11  Oliver Bolte  <obo@openoffice.org>  [fe53cf638805634fba43bba8fddf268f6fcec714]

        INTEGRATION: CWS presfixes08 (1.7.136); FILE MERGED 2005/08/23 12:37:40 cl 1.7.136.1: #i53210# use 0, not -1, as no transition and no subtype

2005-10-11  Rüdiger Timm  <rt@openoffice.org>  [c081e8eb0a0d79c92e472a397875679411b1fd09]

        #i10000# Typo corrected.

2005-10-10  Rüdiger Timm  <rt@openoffice.org>  [245d8a9629efa0b749d9f679d8b4eaec5e091326]

        SRC680

2005-10-10  Carsten Driesner  <cd@openoffice.org>  [c1b2578f43011bad6cdfce4a69109037ce31a027]

        #125979# configmgr must be part of the patch

2005-10-07  Rüdiger Timm  <rt@openoffice.org>  [6856754dbf3cb188da8f30be79c31f2467574dde]

        Correct license header.

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [0c9b75db030d48335cc588385b37a6f72ebef83f]

        SRC680

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [185e54135211d38a919ae2adf8ef1d3a8bf7277b]

        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>  [a174a9e0cc195b47150c3cd7ae8d2990c16aa1af]

        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>  [b702489ff3306e2ee03969aeac7382d0cedec533]

        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>  [cc723c0f3c3634415b6d6b2cc9bdb1ca667d8faf]

        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>  [e838447dc98c70b984618ad450cb99f0d22be0de]

        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>  [a80ca6e43d7195b0b9c95a492e3892ed415026e1]

        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>  [cc35550586435a9744a85460a2d14f5e007cc1e9]

        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>  [0ea30a3cb0073e2485c8068cf2c626cf8c733f25]

        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>  [965827fe1aa5bb981144593d24744d18d6b6b647]

        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>  [6363e4e84b24a2fed9dfd7ff432bd10ea5b3f866]

        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>  [e0912a2a28751a328bfe4f3c72a6225c743b4d3a]

        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>  [872ef98dcfffb6c14a8fe21e9f6deed46f5ff89c]

        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>  [c97764236d738b98ba24969cf7c1c97d6ea52e10]

        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>  [5ef569f3e859a9441a598a9845b7f5f854040e27]

        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>  [8c3550a76eeaf590cc609093673537ae485fbd40]

        INTEGRATION: CWS gh11 (1.2.346); FILE MERGED 2005/09/21 12:45:40 gh 1.2.346.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/03 11:02:15 gh 1.2.346.1: removed testtool miniapp, since it moved to automation ages ago

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [c76e225a99f0fca9a78df1d7392d3c7ad9fd3cca]

        INTEGRATION: CWS gh11 (1.15.48); FILE MERGED 2005/09/21 12:44:36 gh 1.15.48.3: RESYNC: (1.15-1.16); FILE MERGED 2005/08/25 15:02:05 gh 1.15.48.2: revert fix till i53795 is fixed 2005/08/04 13:35:45 gh 1.15.48.1: No! sbx resources are not needed in stt?????.res

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [5ca2f633585177aec458a974ceaded85ebceca42]

        INTEGRATION: CWS gh11 (1.5.78); FILE MERGED 2005/09/21 10:52:25 gh 1.5.78.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/31 15:13:01 gh 1.5.78.1: #125372# defining the objectfile for windows got lost somewhere - reinserted

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [100484b28dee101708d95fb582de30c9e6cd85f7]

        INTEGRATION: CWS gh11 (1.16.10); FILE MERGED 2005/09/21 10:43:16 gh 1.16.10.3: RESYNC: (1.17-1.18); FILE MERGED 2005/09/16 08:02:25 gh 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/25 11:10:42 gh 1.16.10.1: added dependencies to relink testtool when communication libs changed

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [7992c52cb4f888836791f2b6e1e757eaf7599d60]

        INTEGRATION: CWS gh11 (1.10.56); FILE MERGED 2005/09/21 10:41:19 gh 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED 2005/09/01 12:39:54 gh 1.10.56.1: remove unused member

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [cc886ebe3a05eb8c8b699ae1ccb3e7b7bb9919e4]

        INTEGRATION: CWS gh11 (1.18.12); FILE MERGED 2005/09/21 10:41:02 gh 1.18.12.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/04 13:40:16 gh 1.18.12.1: #i50168#problem reusing variables

2005-10-06  Kurt Zenker  <kz@openoffice.org>  [11a5abb0021ff5219a2889823276c7d5859873cb]

        INTEGRATION: CWS intptr (1.19.16); FILE MERGED 2005/09/13 14:51:14 kendy 1.19.16.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>  [741be403910bfc8fc33f59e5b3e55e94bd4300b4]

        INTEGRATION: CWS intptr (1.98.58); FILE MERGED 2005/09/13 14:51:12 kendy 1.98.58.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>  [e7fe4313b91fe8740d50e1016996ae3072e04a9e]

        INTEGRATION: CWS intptr (1.58.62); FILE MERGED 2005/09/13 14:51:12 kendy 1.58.62.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>  [b636ac0cd733b8fcd713b184847b0169bdfacfcc]

        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>  [9695ef576200a7efe90902bb3f19404012a588ba]

        INTEGRATION: CWS intptr (1.76.156); FILE MERGED 2005/09/13 14:51:10 kendy 1.76.156.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>  [ad0c3ef264d7846b79944008fdd46d6481c8d7f3]

        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>  [7bbd98ab32b94eb987fd78b84bb5dc6c0a2843d1]

        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>  [7fd39c6b078b19ebd85bd2aa74269e5bb82e1164]

        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>  [f2a15b9b93e5d9ceff7eb282d0da2d211cbd2a72]

        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>  [8c41a3893404dad05b805d597207a8ffc6f10136]

        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-06  Kurt Zenker  <kz@openoffice.org>  [68010ba467362d42cf4fbdf8dd788cd182a496e0]

        INTEGRATION: CWS intptr (1.22.228); FILE MERGED 2005/09/13 14:50:59 kendy 1.22.228.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>  [100b51835aafa4e0c5d8d96dd51fffb61694da2a]

        INTEGRATION: CWS intptr (1.28.608); FILE MERGED 2005/09/16 09:30:22 kendy 1.28.608.2: #i54498# Forgotten sal_IntPtr -> sal_uIntPtr. 2005/09/13 14:50:58 kendy 1.28.608.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>  [b60be765dd84a0d2c701d8e06e405a97d03fc112]

        INTEGRATION: CWS intptr (1.7.868); FILE MERGED 2005/09/13 14:50:56 kendy 1.7.868.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>  [a3fef95dff8738a860fee5832cbe07a1fff29ae6]

        INTEGRATION: CWS intptr (1.62.398); FILE MERGED 2005/09/13 14:50:55 kendy 1.62.398.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>  [a8424a2ad908de95972230368b848459b32ce42d]

        INTEGRATION: CWS intptr (1.19.380); FILE MERGED 2005/09/13 14:50:54 kendy 1.19.380.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>  [c543a7f40dcdec2031ec46cf330945820ade828c]

        INTEGRATION: CWS intptr (1.27.608); FILE MERGED 2005/09/13 14:50:54 kendy 1.27.608.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>  [d338b5f2acb4a1561a3a84b759e64bbde5f0c1c4]

        INTEGRATION: CWS intptr (1.6.288); FILE MERGED 2005/09/13 14:50:52 kendy 1.6.288.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>  [47813353d65348434be5f9ce57be904d2582cf9b]

        INTEGRATION: CWS intptr (1.4.246); FILE MERGED 2005/09/13 14:50:51 kendy 1.4.246.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>  [99c4647efd89563bdf6d2eb3a184e2c88dca277c]

        INTEGRATION: CWS intptr (1.44.328); FILE MERGED 2005/09/13 14:50:50 kendy 1.44.328.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>  [e09bf65c719583c97eac6645e1ec7161b87bcbc8]

        INTEGRATION: CWS intptr (1.21.380); FILE MERGED 2005/09/13 14:50:49 kendy 1.21.380.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>  [30996a048325c315ee441096652e5d4d08b05576]

        INTEGRATION: CWS intptr (1.40.398); FILE MERGED 2005/09/13 14:50:48 kendy 1.40.398.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>  [5137358b1133a81a839a5ff0305f9c53a33c05fe]

        INTEGRATION: CWS intptr (1.84.236); FILE MERGED 2005/09/13 14:50:47 kendy 1.84.236.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>  [3ec7c33ed805d61394c0f1c64e6b4c3015e54376]

        INTEGRATION: CWS intptr (1.46.198); FILE MERGED 2005/09/13 14:50:46 kendy 1.46.198.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>  [b1526cdced2b7a88e87bcc6e81c283b92c1bfffa]

        INTEGRATION: CWS intptr (1.13.316); FILE MERGED 2005/09/13 14:50:44 kendy 1.13.316.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>  [5420a9f8cda63d2d2b0b1e36cd49140778733005]

        INTEGRATION: CWS intptr (1.48.170); FILE MERGED 2005/09/13 14:50:43 kendy 1.48.170.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>  [3a2b8e6663f73cbad56872b267beb95952d1d83a]

        INTEGRATION: CWS intptr (1.8.258); FILE MERGED 2005/09/13 14:50:40 kendy 1.8.258.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>  [62cc0621dae4355297c97a18ffa97632628a27cd]

        INTEGRATION: CWS intptr (1.7.150); FILE MERGED 2005/09/13 14:50:39 kendy 1.7.150.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>  [b7985ac2e7f2281c9783da73d00406d761cd53e9]

        INTEGRATION: CWS intptr (1.2.50); FILE MERGED 2005/09/13 14:50:37 kendy 1.2.50.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>  [ec39b1f017e6cd6116b3f197a2add7bea0bc4181]

        INTEGRATION: CWS tl12 (1.16.12); FILE MERGED 2005/09/27 01:47:42 tl 1.16.12.2: RESYNC: (1.16-1.17); FILE MERGED 2005/05/02 08:44:10 tl 1.16.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [92810de63a848529541a785db64ce4d0f067cfa4]

        INTEGRATION: CWS tl12 (1.12.12); FILE MERGED 2005/09/27 01:49:27 tl 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED 2005/05/27 11:31:24 tl 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/02 08:44:11 tl 1.12.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [51554752c85b318ef2d1788d7f395a62345d89c5]

        INTEGRATION: CWS tl12 (1.31.12); FILE MERGED 2005/09/27 01:49:20 tl 1.31.12.3: RESYNC: (1.32-1.33); FILE MERGED 2005/05/27 11:31:16 tl 1.31.12.2: RESYNC: (1.31-1.32); FILE MERGED 2005/05/02 08:44:11 tl 1.31.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [f333a2953be544cc2082ec2be4f476cec812fa23]

        INTEGRATION: CWS tl12 (0); FILE MERGED

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [9c434f566b5c410d9866b68efaed4664096451ce]

        INTEGRATION: CWS tl12 (1.15.2); FILE MERGED 2005/09/27 01:46:43 tl 1.15.2.2: RESYNC: (1.15-1.16); FILE MERGED 2005/05/02 08:44:10 tl 1.15.2.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [aaf175cf2de427a5d40b560fd080c3e5e04e511b]

        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>  [4e69b4073a40a1a30b6650d6f3f8f954c7fbb469]

        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>  [3d4ca8ed64ec40559b0c9e5b286e89dc7132b1e2]

        INTEGRATION: CWS tl12 (1.34.30); FILE MERGED 2005/09/27 01:46:27 tl 1.34.30.3: RESYNC: (1.35-1.36); FILE MERGED 2005/05/27 11:31:08 tl 1.34.30.2: RESYNC: (1.34-1.35); FILE MERGED 2005/05/02 08:44:10 tl 1.34.30.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [745d4257e5cc87d544c21b7b7835fb54c2473983]

        INTEGRATION: CWS intptr (1.25.110); FILE MERGED 2005/09/13 14:50:34 kendy 1.25.110.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>  [15c22907f558fdc1bbd0cfbb533e00e03695ac36]

        INTEGRATION: CWS tl12 (1.32.8); FILE MERGED 2005/09/27 01:45:53 tl 1.32.8.3: RESYNC: (1.33-1.34); FILE MERGED 2005/08/08 12:32:38 tl 1.32.8.2: #i33842# attribute position over sub-/superscripted text fixed 2005/06/23 09:35:39 tl 1.32.8.1: #i46175# implement version detection for MathType

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [2f49892bd60424d98cffd87f2b8b2b763e9a478d]

        INTEGRATION: CWS tl12 (1.26.86); FILE MERGED 2005/09/27 01:45:38 tl 1.26.86.2: RESYNC: (1.26-1.27); FILE MERGED 2005/08/03 08:46:57 tl 1.26.86.1: #i52044# export SmBlankNode objects as empty <mi/> tag now

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [120192f07a87fa618bf5106687a6e5c97eb4cff4]

        INTEGRATION: CWS tl12 (1.76.14); FILE MERGED 2005/09/27 01:45:29 tl 1.76.14.2: RESYNC: (1.76-1.77); FILE MERGED 2005/08/03 08:46:56 tl 1.76.14.1: #i52044# export SmBlankNode objects as empty <mi/> tag now

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [e6bb6194ba8618b51ea7b518871072f221364012]

        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>  [ab607f6be277f1dcd36314525fbf389b572d869e]

        INTEGRATION: CWS intptr (1.68.22); FILE MERGED 2005/09/13 14:50:33 kendy 1.68.22.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>  [db2a09d5de5b6cd9de49b60677c337d1d4e50070]

        INTEGRATION: CWS tl12 (1.75.12); FILE MERGED 2005/09/27 01:44:08 tl 1.75.12.4: RESYNC: (1.78-1.79); FILE MERGED 2005/08/16 15:35:14 tl 1.75.12.3: RESYNC: (1.77-1.78); FILE MERGED 2005/05/27 11:30:15 tl 1.75.12.2: RESYNC: (1.75-1.77); FILE MERGED 2005/05/02 08:44:10 tl 1.75.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [4a995ba6c323eab2e0d012fd103ddc45ce189054]

        INTEGRATION: CWS tl12 (1.29.30); FILE MERGED 2005/09/27 01:43:41 tl 1.29.30.3: RESYNC: (1.30-1.31); FILE MERGED 2005/05/27 11:30:07 tl 1.29.30.2: RESYNC: (1.29-1.30); FILE MERGED 2005/05/02 08:44:09 tl 1.29.30.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [82dff5c8a1525a265b92085a1ef81b03d6ef21df]

        INTEGRATION: CWS tl12 (1.7.384); FILE MERGED 2005/09/27 01:42:34 tl 1.7.384.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/02 08:44:09 tl 1.7.384.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [49f5255c11b65860c66818ec98eb0d6124462bbe]

        INTEGRATION: CWS tl12 (1.12.300); FILE MERGED 2005/09/27 01:42:25 tl 1.12.300.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/02 08:44:09 tl 1.12.300.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [6b5649f37a783abab15ff092eb08ee53f47d6e24]

        INTEGRATION: CWS tl12 (1.26.194); FILE MERGED 2005/09/27 01:41:41 tl 1.26.194.2: RESYNC: (1.26-1.27); FILE MERGED 2005/08/09 09:51:24 tl 1.26.194.1: #i52938# SmGraphicAccessible::setCaretPosition now throws IndexOutOfBoundsException

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [8e775b7b252c06a7623b56727c1807ab2b07c1ea]

        INTEGRATION: CWS tl12 (1.5.12); FILE MERGED 2005/09/27 01:39:49 tl 1.5.12.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/27 11:29:50 tl 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/02 08:34:56 tl 1.5.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [31a626897a18371d0610e2b0032db2c0407ea22e]

        INTEGRATION: CWS tl12 (1.11.12); FILE MERGED 2005/09/27 01:39:05 tl 1.11.12.3: RESYNC: (1.12-1.13); FILE MERGED 2005/06/30 13:36:15 tl 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/02 08:34:56 tl 1.11.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [7b924dda259c09b873c9233b12cebdd6c8e72c52]

        INTEGRATION: CWS tl12 (1.11.210); FILE MERGED 2005/09/27 01:38:49 tl 1.11.210.3: RESYNC: (1.11-1.12); FILE MERGED 2005/05/02 08:42:36 tl 1.11.210.2: #i44468# have all documents use the same SmSymSetManager 2005/05/02 08:34:55 tl 1.11.210.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [76c394f4fce50d4eaaa0c22e56ec42e8b0cfc0e9]

        INTEGRATION: CWS tl12 (1.22.12); FILE MERGED 2005/09/27 01:37:22 tl 1.22.12.3: RESYNC: (1.24-1.25); FILE MERGED 2005/05/27 11:29:42 tl 1.22.12.2: RESYNC: (1.22-1.24); FILE MERGED 2005/05/02 08:34:55 tl 1.22.12.1: #i44468# have all documents use the same SmSymSetManager

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [f451508b64988eca13b1df7bcaf4505178a060c7]

        INTEGRATION: CWS intptr (1.23.48); FILE MERGED 2005/09/13 14:50:31 kendy 1.23.48.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>  [b8b0cb4cbdbb2830f5c6a4f43855330dbd2f0371]

        INTEGRATION: CWS intptr (1.20.42); FILE MERGED 2005/09/13 14:50:31 kendy 1.20.42.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>  [698ced7eef2e5b1abff4981aaeef5f6bb07fbf0e]

        INTEGRATION: CWS intptr (1.7.42); FILE MERGED 2005/09/13 14:50:31 kendy 1.7.42.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>  [27b34dec0636c75d70e39e980e115f50b40ec552]

        INTEGRATION: CWS intptr (1.3.454); FILE MERGED 2005/09/13 14:50:30 kendy 1.3.454.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>  [01c1b357c6ef6eae73191bc3d3900645e4a5c602]

        INTEGRATION: CWS tl12 (1.36.40); FILE MERGED 2005/09/27 01:04:05 tl 1.36.40.3: RESYNC: (1.39-1.40); FILE MERGED 2005/08/16 14:58:27 tl 1.36.40.2: RESYNC: (1.36-1.39); FILE MERGED 2005/05/26 14:33:16 tl 1.36.40.1: #i49005# property names changed

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [7b2e557a6b96205b04c252dc24e3fe71f0c12b30]

        INTEGRATION: CWS intptr (1.28.38); FILE MERGED 2005/09/13 14:50:28 kendy 1.28.38.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>  [475b0d4a83f10bed9be18b1d7690cc3415b609ea]

        INTEGRATION: CWS intptr (1.3.358); FILE MERGED 2005/09/13 14:50:28 kendy 1.3.358.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>  [1d9fa83a4753bbcba7319b0d7ddd1a6759ca99ca]

        INTEGRATION: CWS intptr (1.12.128); FILE MERGED 2005/09/13 14:50:27 kendy 1.12.128.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>  [2a881e168efc950b35a8d8fcc83be087b284a3ef]

        INTEGRATION: CWS intptr (1.11.114); FILE MERGED 2005/09/13 14:50:26 kendy 1.11.114.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>  [b05b76ba886b4e9fcc523a948df002a877a33120]

        INTEGRATION: CWS intptr (1.20.4); FILE MERGED 2005/09/13 14:50:26 kendy 1.20.4.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>  [716c9cf2be7599cdf9b7a3290ebec0cbd4dd815d]

        INTEGRATION: CWS intptr (1.43.52); FILE MERGED 2005/09/13 14:50:25 kendy 1.43.52.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>  [fbbc6850b6cab22dd5dfd9d981f4d8c5d6b26dae]

        INTEGRATION: CWS intptr (1.26.150); FILE MERGED 2005/09/13 14:50:24 kendy 1.26.150.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>  [e69e260149bf4dbc485ae0fdd9a46a9b10d788a7]

        INTEGRATION: CWS intptr (1.7.106); FILE MERGED 2005/09/13 14:50:23 kendy 1.7.106.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>  [9809f12597e56ac0fbcafc2b072b9d22503717ca]

        INTEGRATION: CWS intptr (1.20.96); FILE MERGED 2005/09/13 14:50:22 kendy 1.20.96.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>  [63b6ca4873b7c53b676e9ed2ccfec4e291811012]

        INTEGRATION: CWS tl12 (1.5.16); FILE MERGED 2005/05/10 13:58:02 tl 1.5.16.1: #i47503# using css.text.TextGraphicObject now

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [0b6b5bd3dd945878c4a1c4b6c113573696950b86]

        INTEGRATION: CWS intptr (1.4.804); FILE MERGED 2005/09/13 14:50:21 kendy 1.4.804.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>  [64f234d4b1412fd955340674d4e9dd28871890fe]

        INTEGRATION: CWS intptr (1.132.114); FILE MERGED 2005/09/13 14:50:20 kendy 1.132.114.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>  [e539a64e1d1950f00a81b2843ea3cc958ae7da15]

        INTEGRATION: CWS tl12 (1.46.32); FILE MERGED 2005/09/26 20:21:26 tl 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED 2005/08/16 07:56:24 cl 1.46.32.1: #i51153# grab focus early in ::BegTextEdit as it can cause a call to ::EndTextEdit

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [ff750243f4aa7c0a6d56aea38745372fe7eb860b]

        INTEGRATION: CWS intptr (1.122.110); FILE MERGED 2005/09/13 14:50:17 kendy 1.122.110.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>  [72058f209f87e4b1f107f4cda72eeda0aae49cf1]

        INTEGRATION: CWS tl12 (1.5.96); FILE MERGED 2005/09/26 18:18:47 tl 1.5.96.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/22 11:15:18 tl 1.5.96.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [48c816063a9ce38c4bb6daee94d7d7c653d8c042]

        INTEGRATION: CWS tl12 (1.14.326); FILE MERGED 2005/09/26 18:18:03 tl 1.14.326.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/22 11:15:18 tl 1.14.326.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [468b97314494a827efd48aea28308983aca41f68]

        INTEGRATION: CWS intptr (1.24.164); FILE MERGED 2005/09/13 14:50:16 kendy 1.24.164.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>  [a7052b3f36ebeac3247e2edf7b953a64e4d39b2c]

        INTEGRATION: CWS tl12 (1.56.96); FILE MERGED 2005/09/26 18:17:13 tl 1.56.96.3: RESYNC: (1.56-1.57); FILE MERGED 2005/08/15 11:18:41 tl 1.56.96.2: #i44567# index position for checking language attribute fixed 2005/06/22 11:15:17 tl 1.56.96.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [047c0c2129617acbca60afe3c5473446755e6a9a]

        INTEGRATION: CWS intptr (1.27.572); FILE MERGED 2005/09/13 14:50:15 kendy 1.27.572.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>  [64fdf01bbce1866a4ffc47cb84d6f7bf167d3793]

        INTEGRATION: CWS tl12 (1.71.96); FILE MERGED 2005/09/26 18:16:30 tl 1.71.96.2: RESYNC: (1.71-1.72); FILE MERGED 2005/06/22 11:15:17 tl 1.71.96.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [6075ed86792e3c2efd96c63457586a98d4003d31]

        INTEGRATION: CWS intptr (1.46.292); FILE MERGED 2005/09/13 14:50:14 kendy 1.46.292.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>  [564ad97c2a93cb8c03bd290bf0a82f4c720120cf]

        INTEGRATION: CWS tl12 (1.8.96); FILE MERGED 2005/09/26 16:30:53 tl 1.8.96.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/22 11:15:16 tl 1.8.96.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [ff28428eabcb467c6e8d0b45e73040ae4c6c41d9]

        INTEGRATION: CWS intptr (1.56.248); FILE MERGED 2005/09/13 14:50:13 kendy 1.56.248.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>  [40e95651fcf156b42e40c84b5545b1c7c75912ad]

        INTEGRATION: CWS tl12 (1.7.96); FILE MERGED 2005/09/26 13:47:01 tl 1.7.96.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/22 11:14:52 tl 1.7.96.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [aab62f22f2362613a6718778e765e60fb9d3efb2]

        INTEGRATION: CWS intptr (1.95.254); FILE MERGED 2005/09/13 14:50:12 kendy 1.95.254.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>  [6ecd1d21e262c852bd9d8d118285259c52fc79df]

        INTEGRATION: CWS intptr (1.11.206); FILE MERGED 2005/09/13 14:50:11 kendy 1.11.206.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>  [11f83b1a7382cc57cb2d90f0abcf3cc43232f270]

        INTEGRATION: CWS intptr (1.23.252); FILE MERGED 2005/09/13 14:50:11 kendy 1.23.252.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>  [f5375d7684b8fb9e8746bf0740b1423a848a3838]

        INTEGRATION: CWS intptr (1.3.1670); FILE MERGED 2005/09/13 14:50:10 kendy 1.3.1670.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>  [5cc61c22ab0578907a839d9a16b8ad518fa74d28]

        INTEGRATION: CWS intptr (1.2.768); FILE MERGED 2005/09/13 14:50:10 kendy 1.2.768.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>  [ae9d19605829999c2d8ca884b9fb3720755c57d4]

        INTEGRATION: CWS tl12 (1.8.136); FILE MERGED 2005/09/23 11:58:55 tl 1.8.136.2: RESYNC: (1.8-1.9); FILE MERGED 2005/05/26 14:31:22 tl 1.8.136.1: #i49005# documentation added

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [c14c2349684566b4ff12861258edd7b0751ceaf0]

        INTEGRATION: CWS tl12 (1.8.200); FILE MERGED 2005/09/23 09:49:10 tl 1.8.200.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/06 13:41:59 tl 1.8.200.1: #120321# new properties added

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [ae404006fb5508b0dbefef2c0664392918e56d50]

        INTEGRATION: CWS tl12 (1.9.200); FILE MERGED 2005/09/23 09:46:37 tl 1.9.200.2: RESYNC: (1.9-1.10); FILE MERGED 2005/05/10 08:53:27 tl 1.9.200.1: #i43967# removed duplicate reference to XEnumerationAccess.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b59a6b30cdea735758e6e3520cb326529887f905]

        INTEGRATION: CWS tl12 (1.5.200); FILE MERGED 2005/09/23 09:28:15 tl 1.5.200.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/10 08:59:59 tl 1.5.200.1: #i41877# service DocumentIndexFormat declared deprecated.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [e32a51e2f9e926c8aa0065c646e71b81c712318c]

        INTEGRATION: CWS intptr (1.10.26); FILE MERGED 2005/09/13 14:50:07 kendy 1.10.26.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>  [ae8b75c1e0728da6485b8ae9c3ce5b21b249e73a]

        INTEGRATION: CWS tl12 (1.12.200); FILE MERGED 2005/09/23 09:24:56 tl 1.12.200.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/07 11:03:06 tl 1.12.200.1: #i51627# added missing interface as optional

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [db123af89ac87980fcc4a63852b89fe5a6e4c387]

        INTEGRATION: CWS intptr (1.3.32); FILE MERGED 2005/09/13 14:50:06 kendy 1.3.32.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>  [d31e0d21840234c7289163aeb7459947d3dd6b85]

        INTEGRATION: CWS tl12 (1.5.200); FILE MERGED 2005/09/23 03:04:09 tl 1.5.200.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/03 12:02:13 tl 1.5.200.1: #i43431# documentation updated

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [8f17d6ff5277d4908112acb477309db343af8ad8]

        INTEGRATION: CWS intptr (1.4.30); FILE MERGED 2005/09/13 14:50:06 kendy 1.4.30.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>  [6a4cacf30f8832e8b61313d75ef13b669b204c6c]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:06 kendy 1.13.30.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>  [1f435ac55812db805a4b7a2c9eabda2a42a7112b]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:05 kendy 1.13.30.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>  [efc0c2d727c71a1d0e76785a403af64148e981b0]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:04 kendy 1.13.30.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>  [e59459385e8e3341ed8fc129381711a8ac89467f]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:03 kendy 1.13.30.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>  [5d54aa7cdb3d28bfb64fb17a2554e71d8188e303]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:02 kendy 1.13.30.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>  [0fd304376183cd25dc6227be8dccea869b5a2ac3]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:01 kendy 1.13.30.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>  [77226af43144a1c4a8a490ff1fe64bdf7a3f2ffe]

        INTEGRATION: CWS intptr (1.13.30); FILE MERGED 2005/09/13 14:50:00 kendy 1.13.30.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>  [daad0307afd2cee8e86cc3afef9ee35bcf53147d]

        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>  [31c546be68532319655c696d610c2f110f6ee3d5]

        INTEGRATION: CWS intptr (1.58.114); FILE MERGED 2005/09/13 14:49:54 kendy 1.58.114.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>  [30aa726e827dec743c80e5d4fb57be0617d91b41]

        INTEGRATION: CWS dxarray (1.96.10); FILE MERGED 2005/09/19 11:41:35 kendy 1.96.10.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>  [8d1b02183f0c0ca214b17b23cb0560da8eb93e26]

        INTEGRATION: CWS dxarray (1.3.6); FILE MERGED 2005/09/19 11:41:39 kendy 1.3.6.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>  [93cfede62261620e3adb640d1803291da98b193b]

        INTEGRATION: CWS dxarray (1.8.6); FILE MERGED 2005/09/19 11:41:38 kendy 1.8.6.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>  [89ab29f84b918b4c9cf60b125487ef077a2b129e]

        INTEGRATION: CWS dxarray (1.60.12); FILE MERGED 2005/09/19 11:41:37 kendy 1.60.12.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>  [90e988e6cca76515a2ed08c55ac46c5a9ba9bc3f]

        INTEGRATION: CWS dxarray (1.8.12); FILE MERGED 2005/09/19 11:41:37 kendy 1.8.12.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>  [17fca378b723809c4a9f183a51b2d69777237961]

        INTEGRATION: CWS tl12 (1.53.52); FILE MERGED 2005/09/23 00:14:29 tl 1.53.52.2: RESYNC: (1.53-1.54); FILE MERGED 2005/05/31 10:43:17 tl 1.53.52.1: #122451# return value selction of shapes fixed

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [970a97e1079e36e3c2c585fc0150b74c05b79e13]

        INTEGRATION: CWS dxarray (1.10.12); FILE MERGED 2005/09/19 11:41:36 kendy 1.10.12.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>  [eec216d61fe13b0698a962c8cc2ff80536ead489]

        INTEGRATION: CWS tl12 (1.99.70); FILE MERGED 2005/09/23 00:14:14 tl 1.99.70.2: RESYNC: (1.99-1.100); FILE MERGED 2005/05/26 14:35:40 tl 1.99.70.1: #i49005# property names changed

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [8c60a7b4559254f7a3e72ee2af7a797736d1001b]

        INTEGRATION: CWS dxarray (1.8.12); FILE MERGED 2005/09/19 11:41:36 kendy 1.8.12.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>  [e8efdfc714fbf412ee3134dc3338818a16606d1b]

        INTEGRATION: CWS tl12 (1.41.306); FILE MERGED 2005/09/23 00:08:50 tl 1.41.306.3: RESYNC: (1.42-1.43); FILE MERGED 2005/08/16 11:52:00 tl 1.41.306.2: RESYNC: (1.41-1.42); FILE MERGED 2005/05/03 07:35:38 tl 1.41.306.1: #i42890# another read-only flag removed

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [5e127e0025ed1b3076c9ec39ad623cbd328967f5]

        INTEGRATION: CWS dxarray (1.99.8); FILE MERGED 2005/09/19 11:41:35 kendy 1.99.8.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>  [c4e4787de9932675674d838a3d3fbd7e913561a3]

        INTEGRATION: CWS tl12 (1.22.52); FILE MERGED 2005/09/23 00:07:11 tl 1.22.52.2: RESYNC: (1.22-1.23); FILE MERGED 2005/08/02 14:39:25 tl 1.22.52.1: #i52323# be sure to use a text node even if a non text node (e.g. graphic) is selected.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [cd5cdb46c949ead91a0006de4ef82f69e40162b4]

        INTEGRATION: CWS dxarray (1.72.12); FILE MERGED 2005/09/19 11:41:35 kendy 1.72.12.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>  [c76d319dbef7ae92841997e91bb69b05bc6a965b]

        INTEGRATION: CWS tl12 (1.3.424); FILE MERGED 2005/09/22 23:27:59 tl 1.3.424.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/22 11:17:16 tl 1.3.424.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [30895e174e72abc0eaa8fb2cbe7fe3225cba3615]

        INTEGRATION: CWS dxarray (1.12.10); FILE MERGED 2005/09/19 11:41:34 kendy 1.12.10.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>  [1dd2ced8002107c038d88000ea39b4cba981567a]

        INTEGRATION: CWS tl12 (1.9.52); FILE MERGED 2005/09/22 23:26:48 tl 1.9.52.4: RESYNC: (1.9-1.10); FILE MERGED 2005/08/02 14:39:24 tl 1.9.52.3: #i52323# be sure to use a text node even if a non text node (e.g. graphic) is selected. 2005/07/04 10:05:58 tl 1.9.52.2: #i44567# set default CJK font as well 2005/06/22 11:17:16 tl 1.9.52.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [fcaa1a0f02906ed9a2b6839f4ee4ac44a441857d]

        INTEGRATION: CWS dxarray (1.21.12); FILE MERGED 2005/09/19 11:41:34 kendy 1.21.12.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>  [e134a5409533c8825b0b8b3ac1cdd0e91f7334e9]

        INTEGRATION: CWS tl12 (1.112.52); FILE MERGED 2005/09/22 20:21:31 tl 1.112.52.2: RESYNC: (1.112-1.113); FILE MERGED 2005/07/06 13:44:23 tl 1.112.52.1: #120321# new properties added to SwXTextField

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [722f47a09d1d9fe21419644120aa148fb43da2f6]

        INTEGRATION: CWS dxarray (1.8.10); FILE MERGED 2005/09/19 11:41:33 kendy 1.8.10.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>  [788da72325efd8750ced7e36e0dc5171abbf6616]

        INTEGRATION: CWS tl12 (1.84.150); FILE MERGED 2005/09/22 20:20:17 tl 1.84.150.3: RESYNC: (1.86-1.87); FILE MERGED 2005/08/16 11:40:42 tl 1.84.150.2: RESYNC: (1.84-1.86); FILE MERGED 2005/05/03 07:59:14 tl 1.84.150.1: #i42366# check for pointer to removed bodytext inserted

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [7070dae3c7f0f00935c8f627bae91376003405c4]

        INTEGRATION: CWS tl12 (1.176.52); FILE MERGED 2005/09/22 20:20:06 tl 1.176.52.3: RESYNC: (1.178-1.179); FILE MERGED 2005/08/16 11:40:28 tl 1.176.52.2: RESYNC: (1.176-1.178); FILE MERGED 2005/07/06 13:44:23 tl 1.176.52.1: #120321# new properties added to SwXTextField

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [4a94529395ae0a88dc9b9532c3df5ef3069c7864]

        INTEGRATION: CWS tl12 (1.88.120); FILE MERGED 2005/09/22 20:18:59 tl 1.88.120.3: RESYNC: (1.89-1.90); FILE MERGED 2005/08/16 11:40:18 tl 1.88.120.2: RESYNC: (1.88-1.89); FILE MERGED 2005/07/06 13:44:22 tl 1.88.120.1: #120321# new properties added to SwXTextField

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [319ded47807bf961c0d7151dbdc1202023e082bd]

        INTEGRATION: CWS tl12 (1.25.444); FILE MERGED 2005/09/22 20:17:34 tl 1.25.444.3: RESYNC: (1.26-1.27); FILE MERGED 2005/08/16 11:40:07 tl 1.25.444.2: RESYNC: (1.25-1.26); FILE MERGED 2005/05/10 13:53:44 tl 1.25.444.1: #i47503# document factory now also works with 'com.sun.star.text.TextGraphicObject'

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [963b4d464cac4e5fa8c48d5ae16f8487fbecf7e4]

        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>  [0ae08d26356c6b3a9b4b3f1d1e9468e98107e760]

        INTEGRATION: CWS tl12 (1.66.18); FILE MERGED 2005/09/22 20:07:49 tl 1.66.18.2: RESYNC: (1.66-1.67); FILE MERGED 2005/06/22 11:17:15 tl 1.66.18.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [2641cd31b6af02beb9e47335b02da6397a446cbc]

        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>  [266854536a03b372a9437e0081f6378bf1cc105e]

        INTEGRATION: CWS tl12 (1.5.1094); FILE MERGED 2005/09/22 20:07:24 tl 1.5.1094.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/22 11:17:14 tl 1.5.1094.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [043076c0bdd80095e53f13f8bb9029295149d7ff]

        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>  [e44888b55a9797563d7c7a528de11bd0f9902021]

        INTEGRATION: CWS tl12 (1.4.476); FILE MERGED 2005/09/22 19:23:30 tl 1.4.476.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/06 13:44:22 tl 1.4.476.1: #120321# new properties added to SwXTextField

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [9a4c5027da26ff672ca795c34d6a5ce545824b14]

        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>  [9537d24ea9d7f72240fd62f52b6e8d62c60f865a]

        INTEGRATION: CWS tl12 (1.13.50); FILE MERGED 2005/09/22 18:39:13 tl 1.13.50.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/19 12:11:20 tl 1.13.50.1: #i48681# take care of bad outline level values

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [357ffb020f49fb280d6906d1b902c2ab163bb2db]

        INTEGRATION: CWS tl12 (1.107.52); FILE MERGED 2005/09/22 17:49:05 tl 1.107.52.2: RESYNC: (1.107-1.108); FILE MERGED 2005/07/06 13:43:30 tl 1.107.52.1: #120321# new properties added to SwXTextField

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [44d05822fdcb5979af8418489ee48b95bd9dc1c2]

        INTEGRATION: CWS tl12 (1.14.444); FILE MERGED 2005/09/22 17:44:55 tl 1.14.444.2: RESYNC: (1.14-1.15); FILE MERGED 2005/05/10 13:53:41 tl 1.14.444.1: #i47503# document factory now also works with 'com.sun.star.text.TextGraphicObject'

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [81343ae76bca5242cef90ae184e539648e4256db]

        INTEGRATION: CWS tl12 (1.3.1262); FILE MERGED 2005/09/22 17:41:29 tl 1.3.1262.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/22 11:16:52 tl 1.3.1262.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [973db3f8649a4f0fc77942286a9a0686e3bb7af3]

        INTEGRATION: CWS tl12 (1.2.52); FILE MERGED 2005/09/22 17:26:46 tl 1.2.52.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/22 11:16:52 tl 1.2.52.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [d996ecbf06cd6ef0d2aa6651b73bae02344453cc]

        INTEGRATION: CWS tl12 (1.36.70); FILE MERGED 2005/09/22 17:16:23 tl 1.36.70.3: RESYNC: (1.37-1.38); FILE MERGED 2005/08/16 11:32:20 tl 1.36.70.2: RESYNC: (1.36-1.37); FILE MERGED 2005/06/22 11:16:51 tl 1.36.70.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [2b9652e8f9ac15cd5561c4250dfd77b44c834b6e]

        INTEGRATION: CWS tl12 (1.3.52); FILE MERGED 2005/09/22 17:10:27 tl 1.3.52.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/22 11:16:51 tl 1.3.52.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [0f09dd8f819da5f235bc6609687bd3cd87a52477]

        INTEGRATION: CWS dxarray (1.80.12); FILE MERGED 2005/09/19 11:41:30 kendy 1.80.12.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>  [270b820ca7af0bf0162f08c7dc1a03b8259e8a29]

        INTEGRATION: CWS dxarray (1.55.10); FILE MERGED 2005/09/19 11:41:29 kendy 1.55.10.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>  [aeef615264c3d8b76a2ea35e246bd28662fd6e49]

        INTEGRATION: CWS dxarray (1.12.12); FILE MERGED 2005/09/19 11:41:29 kendy 1.12.12.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>  [1d6e3a2b90a1e156afbf98765950778749b2fd64]

        INTEGRATION: CWS tl12 (1.19.64); FILE MERGED 2005/09/22 16:05:16 tl 1.19.64.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/15 16:40:22 cl 1.19.64.1: #i51153# call setupdatemode before check of convertable objects

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [2e8388d6b5d7a688f858fabfa6c906a7e3110ff6]

        INTEGRATION: CWS tl12 (1.3.300); FILE MERGED 2005/09/22 14:20:20 tl 1.3.300.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/15 16:39:38 cl 1.3.300.1: #i51153# changing styles also on chinese conversion

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [638be3fe4559e5183ba76f17731cb225f3c26bca]

        INTEGRATION: CWS tl12 (1.17.220); FILE MERGED 2005/09/22 13:25:30 tl 1.17.220.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/15 16:39:28 cl 1.17.220.1: #i51153# adding exception support for all files

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [11f04b71de678516a15e9649ed69298216a33afb]

        INTEGRATION: CWS tl12 (1.5.226); FILE MERGED 2005/09/22 13:14:26 tl 1.5.226.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/18 10:15:13 tl 1.5.226.2: #i51153# include statement fixed 2005/08/15 16:39:10 cl 1.5.226.1: #i51153# changing styles also on chinese conversion

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [15acef394fdbc00e215839b9e741ba3c33af67ea]

        INTEGRATION: CWS tl12 (1.11.218); FILE MERGED 2005/09/22 13:06:00 tl 1.11.218.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/15 16:38:36 cl 1.11.218.1: #i51153# moved chinese conversion dialog implementation to fuhhconv.cxx

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [aec413946d35a1657767031dffc98f5f5ef024e1]

        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>  [6603bae56275bdbf13daef50ac51ba42248a3784]

        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-10-05  Kurt Zenker  <kz@openoffice.org>  [9b8c179517f073da6079d6ff89c4fbec353bd06e]

        INTEGRATION: CWS dxarray (1.46.2); FILE MERGED 2005/09/19 11:41:27 kendy 1.46.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>  [39d92971c07da4d28e8eea03f3f349ea851ee322]

        INTEGRATION: CWS sysui11 (1.18.2); FILE MERGED 2005/09/13 06:31:30 obr 1.18.2.4: RESYNC: (1.20-1.21); FILE MERGED 2005/09/01 05:58:04 obr 1.18.2.3: RESYNC: (1.19-1.20); FILE MERGED 2005/08/24 08:54:29 obr 1.18.2.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/16 13:21:13 obr 1.18.2.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b544dcedf2555020742e0ff9202aef1ed7c30884]

        INTEGRATION: CWS sysui11 (1.15.16); FILE MERGED 2005/09/13 06:31:21 obr 1.15.16.2: RESYNC: (1.15-1.16); FILE MERGED 2005/08/16 13:21:11 obr 1.15.16.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [2ea8b7a1515c7c365b21639bd44dfe4b7dcc5363]

        INTEGRATION: CWS sysui11 (1.3.60); FILE MERGED 2005/09/05 09:23:09 obr 1.3.60.1: #i53648# symlink should be relative

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [372628a74b4ec7b69886cc111d8a623dd8f8e4c7]

        INTEGRATION: CWS sysui11 (1.7.16); FILE MERGED 2005/09/13 06:30:45 obr 1.7.16.2: RESYNC: (1.7-1.9); FILE MERGED 2005/08/16 13:21:09 obr 1.7.16.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b47c72ae184047e091536ea009668c5a07f87000]

        INTEGRATION: CWS sysui11 (1.1.2); FILE ADDED 2005/08/16 13:21:09 obr 1.1.2.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [37f09dbfd1a8bb224c352fee61b3e3e9bd9867f3]

        INTEGRATION: CWS sysui11 (1.17.2); FILE MERGED 2005/09/13 06:30:06 obr 1.17.2.4: RESYNC: (1.19-1.20); FILE MERGED 2005/09/01 05:57:54 obr 1.17.2.3: RESYNC: (1.18-1.19); FILE MERGED 2005/08/24 08:54:12 obr 1.17.2.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/16 13:21:08 obr 1.17.2.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [45604c60cb0cf93de11ceaed5e9bb6c619ff0012]

        INTEGRATION: CWS sysui11 (1.14.16); FILE MERGED 2005/09/13 06:29:54 obr 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/16 13:21:07 obr 1.14.16.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [88a0125198f9ced22738b1a1245735784cc14a5d]

        INTEGRATION: CWS sysui11 (1.7.2); FILE MERGED 2005/09/13 06:29:44 obr 1.7.2.4: RESYNC: (1.9-1.10); FILE MERGED 2005/09/01 05:57:45 obr 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED 2005/08/24 08:54:05 obr 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/16 13:21:05 obr 1.7.2.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [6d975bf0938d4839d7313c34a3e066bce291973b]

        INTEGRATION: CWS sysui11 (1.3.16); FILE MERGED 2005/09/13 06:29:33 obr 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/16 13:21:05 obr 1.3.16.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [8fb75f66a3387f6172f351bc5bf2ae535008831b]

        INTEGRATION: CWS sysui11 (1.4.50); FILE MERGED 2005/09/13 06:29:04 obr 1.4.50.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/16 13:21:04 obr 1.4.50.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [f621a67eb4ec959ecbadcf26c95cfec7aa83c017]

        INTEGRATION: CWS sysui11 (1.8.2); FILE MERGED 2005/09/13 06:28:53 obr 1.8.2.4: RESYNC: (1.10-1.11); FILE MERGED 2005/09/01 05:57:38 obr 1.8.2.3: RESYNC: (1.9-1.10); FILE MERGED 2005/08/24 08:53:58 obr 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/08/16 13:21:03 obr 1.8.2.1: #i52807# triggerin now runs only for initial install, updates are handled by new triggerpostun

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [d120b7520f3bcedb99ede4b80782b3d46b558dd3]

        INTEGRATION: CWS dxarray (1.4.6); FILE MERGED 2005/09/19 11:41:24 kendy 1.4.6.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>  [27fc6eef894e3dab71a09e5a81de5beb1a50f4f5]

        INTEGRATION: CWS dxarray (1.5.6); FILE MERGED 2005/09/19 11:41:24 kendy 1.5.6.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>  [2a3a987ba0b6ebafef6fc8097efce4d3f5b6b8cb]

        INTEGRATION: CWS dxarray (1.16.6); FILE MERGED 2005/09/19 11:41:23 kendy 1.16.6.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>  [37d6e4ad35a39a261760bfc53ec3ad207bccb783]

        INTEGRATION: CWS dxarray (1.6.6); FILE MERGED 2005/09/19 11:41:23 kendy 1.6.6.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>  [9753770bb41cc0347cd2e60615edb097f5de93c3]

        INTEGRATION: CWS pj34 (1.4.14); FILE MERGED 2005/09/23 08:00:22 pjanik 1.4.14.1: #i30479#: Add AMD64's THIS_ARCH macro.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [71f7ace8f91e7fc079c323585cbedadb7520f093]

        INTEGRATION: CWS pj34 (1.74.12); FILE MERGED 2005/09/21 19:20:40 pjanik 1.74.12.1: #i54619#: rename AMD64's makefile and output tree to unxlngx6

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [69881fc4bd6ccaf20625a7c3c79aaa4db6c84421]

        INTEGRATION: CWS pj34 (1.1.2); FILE ADDED 2005/09/21 19:19:38 pjanik 1.1.2.1: #i54619#: Align AMD64's unxlngx4.mk with unxlngi6.mk and rename it to unxlngx6.mk

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b92eaaf0d60c8ed59baf144ef9bb07a6d2e1b3cb]

        INTEGRATION: CWS pj34 (1.11.24); FILE MERGED 2005/09/21 19:09:49 pjanik 1.11.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [57b5097640d328368f970aa72a6d887c8c633cb1]

        INTEGRATION: CWS pj34 (1.14.24); FILE MERGED 2005/09/21 19:10:05 pjanik 1.14.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [eefbc820990d5bf7abb19cc4ce17ecb214f2e2ae]

        INTEGRATION: CWS pj34 (1.9.24); FILE MERGED 2005/09/21 19:09:22 pjanik 1.9.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [fb4e35bd0045b426a6bd56369c83825053031c07]

        INTEGRATION: CWS pj34 (1.19.24); FILE MERGED 2005/09/21 19:09:03 pjanik 1.19.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [9125dbdeb94cfa39250be0bbda6f4eaad93cc606]

        INTEGRATION: CWS pj34 (1.19.24); FILE MERGED 2005/09/21 19:12:39 pjanik 1.19.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [7a1f692c6a6b95cc91c5cd8b912d6fd3ce1a9105]

        INTEGRATION: CWS pj34 (1.15.24); FILE MERGED 2005/09/21 19:08:46 pjanik 1.15.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [ee2fe570972506be2cf3e564fb957daf53512b43]

        INTEGRATION: CWS pj34 (1.35.24); FILE MERGED 2005/09/21 19:07:44 pjanik 1.35.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [0b3703256163b9b3ea9191eabc4fd2dcbbc87cbe]

        INTEGRATION: CWS pj34 (1.18.24); FILE MERGED 2005/09/21 19:07:08 pjanik 1.18.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [b7200293bdb94612de0b7cc7e1e0f880d475c0f7]

        INTEGRATION: CWS pj34 (1.12.24); FILE MERGED 2005/09/21 19:04:58 pjanik 1.12.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [0e94d17bae9f29889998f01a7e6f100bdc3207ab]

        INTEGRATION: CWS pj34 (1.8.24); FILE MERGED 2005/09/21 19:03:46 pjanik 1.8.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [c577452db40aa9eb630ea2a45469704f75a932cb]

        INTEGRATION: CWS pj34 (1.11.24); FILE MERGED 2005/09/21 19:04:28 pjanik 1.11.24.1: #i54621#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [fbfd7a427092339880b847e79c4876132be1ad2b]

        INTEGRATION: CWS pj34 (1.28.24); FILE MERGED 2005/09/21 19:17:32 pjanik 1.28.24.1: #i54619#: fix common typo.

2005-10-05  Kurt Zenker  <kz@openoffice.org>  [24891a28055145c5aeb4fe43ed31c55eb21db6fa]

        INTEGRATION: CWS pj34 (1.157.20); FILE MERGED 2005/09/21 19:03:11 pjanik 1.157.20.1: #i54621#: fix common typo.

2005-10-05  Vladimir Glazounov  <vg@openoffice.org>  [fd7da2305662532d986a67bbcb0e46f74526243a]

        new version for OOO680

2005-10-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [484928b52c190aad879aae7ca2e0352e23dbc681]

        #i10000#:#i52188#: fix merge conflict resolution

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [6af627be0fefbaff41a7649b38427c38fe7de30e]

        SRC680

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a2334a2211b3ac02e04d8181046b79549fc13a2]

        INTEGRATION: CWS ivo14 (1.57.2); FILE MERGED 2005/09/29 11:31:47 as 1.57.2.1: #125954# react for disposing of the broadcaster too!

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc744e4c26bbb3f1c2b0af31082ead9eddd9b9fc]

        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>  [9b168731f9e780d0a7bcdfd36b8d0ee60d5d2365]

        INTEGRATION: CWS fwk21 (1.182.26); FILE MERGED 2005/08/16 15:58:01 cd 1.182.26.1: #i53374# ReplaceStringHookProc must be available before splash screen is created

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2606ea27a09060bb5e3d9a8fe399c3348d8d389]

        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>  [261ad2b6d84067dc2ca36f63eaba922eb97e5126]

        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>  [6bf1fca6748088af8909b1173dc81823ba637b90]

        INTEGRATION: CWS fwk21 (1.167.10); FILE MERGED 2005/08/18 16:04:31 mav 1.167.10.2: #125175# handle private:stream correctly 2005/08/18 10:48:51 mav 1.167.10.1: #120162# try to handle the case when savecompleted has failed

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [63679581bbf9585cbdbd6c3632d2959a73925abe]

        INTEGRATION: CWS fwk21 (1.70.18); FILE MERGED 2005/08/15 16:20:45 mba 1.70.18.2: #i51197#: fallback if title empty 2005/08/15 16:16:36 mba 1.70.18.1: #i51197#: always return real title if explicitly asked for

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [754fbfc387945608cfc52712114fd04e6d9abbe5]

        INTEGRATION: CWS fwk21 (1.16.102); FILE MERGED 2005/08/16 13:47:33 mav 1.16.102.1: #i51727# use user selected location second time

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5069f3bf75de472e0fd2cddee6af24835d6cc28]

        INTEGRATION: CWS fwk21 (1.63.266); FILE MERGED 2005/08/22 14:55:54 mba 1.63.266.1: i53462: templates must be opened readwrite

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [1796679a4c5cdfc4a90e0ac95d709010ea55130d]

        INTEGRATION: CWS fwk21 (1.46.274); FILE MERGED 2005/08/15 15:35:56 mba 1.46.274.1: #i51835#: superfluous resources removed

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [7545ae3c0f14933a1e9616fe450d76ac586fa3e5]

        INTEGRATION: CWS fwk21 (1.22.224); FILE MERGED 2005/08/15 15:35:55 mba 1.22.224.1: #i51835#: superfluous resources removed

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [70b80e75f397d698f3264fa1bd9ebec7626881bb]

        INTEGRATION: CWS fwk21 (1.26.170); FILE MERGED 2005/08/10 11:02:14 as 1.26.170.1: #i51881# synchronize UI and config before storing it to an external file

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6d424199e6ef6959abd0fdf8570f44c956fcabe]

        INTEGRATION: CWS fwk21 (1.56.104); FILE MERGED 2005/08/16 14:46:14 mba 1.56.104.1: #i51000#: set StreamRelPath only if medium contains one

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9f2ec91f12f1256358edc39e77c440eb5410959]

        INTEGRATION: CWS fwk21 (1.26.90); FILE MERGED 2005/08/30 11:57:35 cd 1.26.90.1: #i53966# Use view strategy to retrieve data segment for update

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bc365dee3d48a5e2ca1b7710dcd7f47b1f5ef98]

        INTEGRATION: CWS fwk21 (1.21.30); FILE MERGED 2005/08/17 09:14:57 mav 1.21.30.1: #i44245# if casesensitive comparing fails compare normalized pathes

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd1fdda5425d8c1a5fcb0b53d0a65c37f57af169]

        INTEGRATION: CWS fwk21 (1.26.10); FILE MERGED 2005/08/16 11:10:22 mav 1.26.10.1: #i52106# do not cache the supported replacement formats

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [80dd0b2a020428fdcce5e6907e1a88e001d72e0d]

        INTEGRATION: CWS fwk21 (1.19.26); FILE MERGED 2005/08/15 15:50:51 mav 1.19.26.1: #i53031# when object is UI activated the window must get the focus

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [c412210eca20808a9d804c65f12341ffe54419a5]

        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>  [fa51def1fa8d225cc2af1dee342157d99a95a688]

        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>  [b436945264129cf9c6c2e4cca7ba9565dbf1fdb6]

        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>  [ef733946f71f333c7cf970c31340fc866f0669cc]

        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>  [c8a34493b7bef0fa1ff99d9bebf1754b37d81632]

        INTEGRATION: CWS fwk21 (1.3.168); FILE MERGED 2005/08/10 10:57:48 as 1.3.168.1: #i51881# user layer is the only valid layer for documents; allow fallback to READONLY mode in case storage could not be opened READWRITE

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [275300624b4a84021712923618f894b8d3a856b7]

        INTEGRATION: CWS fwk21 (1.10.20); FILE MERGED 2005/08/10 10:57:48 as 1.10.20.1: #i51881# user layer is the only valid layer for documents; allow fallback to READONLY mode in case storage could not be opened READWRITE

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [f381dae7eda9dd2a86c5840218ca524d31223bc5]

        INTEGRATION: CWS fwk21 (1.3.14); FILE MERGED 2005/08/16 14:28:43 abi 1.3.14.1: i38897# no assertion necessary in case of missing non-required properties

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [528aa5cc93f858b92c3adabec9021cedf4212d43]

        INTEGRATION: CWS fwk21 (1.4.96); FILE MERGED 2005/08/16 14:12:07 abi 1.4.96.1: #i47166# assertion wrong in case of no provider, because schemes are not determined during configuration time

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ccee1478e62223cbf35ecaba2096f7fd9badf0c]

        INTEGRATION: CWS fwk21 (1.25.198); FILE MERGED 2005/08/15 15:58:03 mba 1.25.198.1: i49676: inherit UpdateDocMode from document containing the link

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [772862bc0bdbec6fef4192f30314d28d574ec5d3]

        INTEGRATION: CWS fwk21 (1.25.308); FILE MERGED 2005/08/19 04:53:30 pb 1.25.308.1: fix: #i46148# detect if draw or impress is the current module

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [71e90a5287d0bef624f37e4c91cf04d05c847faf]

        INTEGRATION: CWS fwk21 (1.44.388); FILE MERGED 2005/08/25 11:28:37 cd 1.44.388.1: #i10000# treeopt must be added to exception files as it uses exception code

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [e01f4adac331ce29fec63a59d04d8a4cafdd328e]

        INTEGRATION: CWS fwk21 (1.62.62); FILE MERGED 2005/08/16 14:10:21 mba 1.62.62.1: #i51000#: set StreamRelPath only if medium contains one

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [198cf4c32aba7d5277611145e907235639802483]

        INTEGRATION: CWS fwk21 (1.5.580); FILE MERGED 2005/09/13 13:37:59 cn 1.5.580.1: #i54553# update

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [80e63703047df62220da7ea63f7f4b771c1cf974]

        INTEGRATION: CWS fwk21 (1.5.580); FILE MERGED 2005/09/13 13:37:57 cn 1.5.580.1: #i54553# update

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [160df95a01c4089559afd1c7100148c531121ad1]

        INTEGRATION: CWS fwk21 (1.55.52); FILE MERGED 2005/08/16 14:17:58 mba 1.55.52.1: #i51000#: set StreamRelPath only if medium contains one

2005-09-30  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc116f8da2c1bc28b19c0f36fb584dfb76a488e2]

        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>  [587f949b31ed9102458e6064f341dc6424570eef]

        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-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f9c5eea76f289c20eaa301d17c111620ad81ca6]

        INTEGRATION: CWS ab17fixes (1.2.8); FILE MERGED 2005/09/29 18:24:33 hr 1.2.8.3: #i10000: manual resync; repair broken CWS 2005/09/15 15:59:55 ab 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/08/26 14:11:20 ab 1.2.8.1: #i53799# Get sbx format resources from stt resource file

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea6fefa5338f2734be6d2ade0a9383e292767e89]

        INTEGRATION: CWS ab17fixes (1.22.8); FILE MERGED 2005/09/29 18:29:47 hr 1.22.8.2: #i10000: manual resync; repair broken CWS 2005/06/01 10:01:18 ab 1.22.8.1: #i48868# SbiRuntime: Block execution according to block flag

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b4d2780d309311a1bd4400694c89ce4f16643de]

        INTEGRATION: CWS ab17fixes (1.6.34); FILE MERGED 2005/09/29 18:22:39 hr 1.6.34.2: #i10000: manual resync; repair broken CWS 2005/08/04 12:39:34 ab 1.6.34.1: #124674# Flag to save previous line comment status

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [daba58f15a236f55b2270c52506f33a978ca4134]

        INTEGRATION: CWS ab17fixes (1.21.10); FILE MERGED 2005/09/29 18:21:07 hr 1.21.10.2: #i10000: manual resync; repair broken CWS 2005/06/01 08:40:00 ab 1.21.10.1: #i48868# SbiRuntime: Block flag to be used from next call level

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [04e9e0835a3e7b7ac347d9a4af6584bc543542fd]

        INTEGRATION: CWS ab17fixes (1.11.52); FILE MERGED 2005/09/29 18:28:53 hr 1.11.52.2: #i10000: manual resync; repair broken CWS 2005/08/04 13:29:28 ab 1.11.52.1: #124674# Take comment status into the next line for lines ending on _

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [056ac9c66dd16728d185060369d26bb81ae3ab71]

        INTEGRATION: CWS ab17fixes (1.3.18); FILE MERGED 2005/09/29 18:28:52 hr 1.3.18.2: #i10000: manual resync; repair broken CWS 2005/08/16 10:13:49 ab 1.3.18.1: 125046# Support On Error Goto -1

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [970312b249ff579c241597672dd9d7af7b2a13b2]

        INTEGRATION: CWS ab17fixes (1.2.282); FILE MERGED 2005/09/29 18:28:52 hr 1.2.282.2: #i10000: manual resync; repair broken CWS 2005/08/17 11:18:44 ab 1.2.282.1: #125043# Also accept ; after channel

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f6c0c813150eaa75626499d2e766720fc4650d6]

        INTEGRATION: CWS ab17fixes (1.7.8); FILE MERGED 2005/09/29 18:28:52 hr 1.7.8.2: #i10000: manual resync; repair broken CWS 2005/08/18 09:11:04 ab 1.7.8.1: #125044# Fixed with handling

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7135093986831a7664ccd18a5377eca0c7a81cdf]

        INTEGRATION: CWS ab17fixes (1.8.10); FILE MERGED 2005/09/29 18:28:52 hr 1.8.10.2: #i10000: manual resync; repair broken CWS 2005/05/04 14:16:27 ab 1.8.10.1: #i45570# SbiExprNode::FoldConstants(): Block large strings

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed00d2c7c2fb45561c95dabb0de5583031ce67c9]

        INTEGRATION: CWS ab17fixes (1.22.8); FILE MERGED 2005/09/29 18:31:11 hr 1.22.8.3: #i10000: manual resync; repair broken CWS 2005/08/23 11:35:01 ab 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/01 10:06:54 ab 1.22.8.1: #i48868# Block execution of previous call level

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [be4ac035e00a7aa5fedfae56918b50b9e3078c3e]

        INTEGRATION: CWS ab17fixes (1.13.8); FILE MERGED 2005/09/29 18:31:11 hr 1.13.8.3: #i10000: manual resync; repair broken CWS 2005/06/20 11:17:24 ab 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/04 14:12:40 ab 1.13.8.1: #i45570# SbiImage::AddString(): Fixed overflow problem

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cef8ad253f7fabe950b7690ab69d899882314da7]

        #i10000#: Integration of CWS ab17fixes was broken. Reverse changes.

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [230a4146019cfcc4b41832b8daf3c16e902d9db3]

        #i10000#: Integration of CWS ab17fixes was broken. Reverse changes.

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b2cd8de224956580f67062e512c1ae9456f7977]

        #i10000#: Integration of CWS ab17fixes was broken. Reverse changes.

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [126f8dd419b223dc03b15e8a9478ddc5d6e4cbf1]

        #i10000#: Integration of CWS ab17fixes was broken. Reverse changes.

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fd5e7ac4adbd52e585b980271b2f5c91c06491f]

        #i10000#: Integration of CWS ab17fixes was broken. Reverse changes.

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f24283429730ff198097189e6e0bfd88200ddf9c]

        INTEGRATION: CWS ab17fixes (1.6.34); FILE MERGED 2005/08/04 12:39:34 ab 1.6.34.1: #124674# Flag to save previous line comment status

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c79c3a25f39134bcb60d18add7d659c3ce901ea5]

        INTEGRATION: CWS ab17fixes (1.10.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [857534f14fdc146a8112c83cb625323f17a5b478]

        INTEGRATION: CWS ab17fixes (1.1.1.1.326); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [121f98d63bbad15292167d5e07154ce0de9b7abb]

        INTEGRATION: CWS ab17fixes (1.9.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [74566c94bb79e36b949985bd2e0b12ac950369e9]

        INTEGRATION: CWS ab17fixes (1.21.10); FILE MERGED 2005/06/01 08:40:00 ab 1.21.10.1: #i48868# SbiRuntime: Block flag to be used from next call level

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aa7fee6c778fa5be5a97c702b13cab8d7b96551]

        INTEGRATION: CWS ab17fixes (1.2.304); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc8d5f66a0a14109b6e28c3bbe5dc893b0ae9422]

        INTEGRATION: CWS ab17fixes (1.5.10); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [edcad82382305f615f3b02a9bbf8847ce37a8be9]

        INTEGRATION: CWS ab17fixes (1.7.10); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2922974f5b822e83244e6709ff9e2635b417ba0]

        INTEGRATION: CWS ab17fixes (1.3.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [de780849b836c36e61a4119cb0abffdedcc780ef]

        INTEGRATION: CWS ab17fixes (1.2.22); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e135883f21c11787c1ccf2e9e3e7c75c7aa5776d]

        INTEGRATION: CWS ab17fixes (1.5.34); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [99a586d7fee67e8a19331fc2d494e3a9a9d75131]

        INTEGRATION: CWS ab17fixes (1.2.20); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c93acf9a6e33df2d2445ab4eff17b179b7fc60ad]

        INTEGRATION: CWS ab17fixes (1.2.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda29913cfa79f8f63d3dd8cb5e72d325208a6e7]

        INTEGRATION: CWS ab17fixes (1.2.18); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a3c4f8f49520a3feb071d7cb7ce916a5a2f6315]

        INTEGRATION: CWS ab17fixes (1.10.10); FILE MERGED 2005/06/02 11:10:44 ab 1.10.10.1: #i46586# SbiTokenizer::Next(): Save symbol in special handling for LINE INPUT

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [875f33cc9aa1a0598e74aee9865c843c3a66f374]

        INTEGRATION: CWS ab17fixes (1.10.18); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7557bd35fc5308fbc858f8e96410a6736118470]

        INTEGRATION: CWS ab17fixes (1.11.52); FILE MERGED 2005/08/04 13:29:28 ab 1.11.52.1: #124674# Take comment status into the next line for lines ending on _

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3f259f8e9d64b1aebe7e94fb92d5f52471cb188]

        INTEGRATION: CWS ab17fixes (1.8.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [80699e6b182eb63b655cd34a49a7bf25eed0fed2]

        INTEGRATION: CWS ab17fixes (1.10.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f592a4fe2eb300b2732873e2f1eb8ba627b1fcd]

        INTEGRATION: CWS ab17fixes (1.1.1.1.326); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e21342b5f420aee98d3a620911dea68a4e6b22]

        INTEGRATION: CWS ab17fixes (1.3.18); FILE MERGED 2005/08/16 10:13:49 ab 1.3.18.1: 125046# Support On Error Goto -1

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae67984ac11b13d02d2d735610856eff6ee1a0ce]

        INTEGRATION: CWS ab17fixes (1.2.282); FILE MERGED 2005/08/17 11:18:44 ab 1.2.282.1: #125043# Also accept ; after channel

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3f3acd7426e4b8c0e96744f36edcad76844ade7]

        INTEGRATION: CWS ab17fixes (1.7.8); FILE MERGED 2005/08/18 09:11:04 ab 1.7.8.1: #125044# Fixed with handling

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [54e1c865975e3f281a182a245e533ee4d6c95cf2]

        INTEGRATION: CWS ab17fixes (1.8.10); FILE MERGED 2005/05/04 14:16:27 ab 1.8.10.1: #i45570# SbiExprNode::FoldConstants(): Block large strings

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [014819d7d1c2f1e6d772e8f3dd86f2e2c8ca2f4a]

        INTEGRATION: CWS ab17fixes (1.9.10); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d391e71d35e158592e944495aecbbc85767e8ef2]

        INTEGRATION: CWS ab17fixes (1.18.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b93100c5a4ca3032829a9f11994fc49982b6f7]

        INTEGRATION: CWS ab17fixes (1.4.38); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [24af3817e774122107bdde433456759458a92cab]

        INTEGRATION: CWS ab17fixes (1.22.8); FILE MERGED 2005/08/23 11:35:01 ab 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED 2005/06/01 10:06:54 ab 1.22.8.1: #i48868# Block execution of previous call level

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [992167007b716d5c45629b5c83e13dcef0be646c]

        INTEGRATION: CWS ab17fixes (1.32.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8e6e142bdf94f843544d5c5df455557a664daf1]

        INTEGRATION: CWS ab17fixes (1.6.38); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [c43669097376babc24220ced06e44c948967d97a]

        INTEGRATION: CWS ab17fixes (1.40.76); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [449932c30359aeaad3611d466ed65c382fbb3441]

        INTEGRATION: CWS ab17fixes (1.23.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f2f06810d9d8212ab92099518faa082019c77d0]

        INTEGRATION: CWS ab17fixes (1.5.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [97b1ba12d74239b5b3111d14231718eafd1da901]

        INTEGRATION: CWS ab17fixes (1.11.144); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4c5efd362705a3ca8f3ea4d5a80e8d89c3290c5]

        INTEGRATION: CWS ab17fixes (1.13.8); FILE MERGED 2005/06/20 11:17:24 ab 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/04 14:12:40 ab 1.13.8.1: #i45570# SbiImage::AddString(): Fixed overflow problem

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [2589711957c5c746cfa48fcbfff6622d6be5a814]

        INTEGRATION: CWS ab17fixes (1.21.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee64c617478666c154825ad0237cf2951441ec08]

        INTEGRATION: CWS ab17fixes (1.15.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ab89bb59fcbe04afb7235d963a2f951477cc53a]

        INTEGRATION: CWS ab17fixes (1.2.310); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dfa223fa3df6d1a7ae5dad695ed5d9161d948bd]

        INTEGRATION: CWS ab17fixes (1.29.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [350b8fa2b8db95cd739dafcadc066e132fc79f71]

        INTEGRATION: CWS ab17fixes (1.41.10); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7568f8018f7308cf77e08eb43e2245b8ec162a81]

        INTEGRATION: CWS ab17fixes (1.1.1.1.326); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [29821a84ea735a130d291f2aad5f5de94d5c36e9]

        INTEGRATION: CWS ab17fixes (1.2.326); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4026d4fd0df6896a836d909d5c1be0a5c403b1c]

        INTEGRATION: CWS ab17fixes (1.4.254); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [9662ca62b18191296e4950efa6e30a9f454ce9e3]

        INTEGRATION: CWS ab17fixes (1.14.8); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8b5027fd0680bbb8ed416914b16fdea8f5552aa]

        INTEGRATION: CWS ab17fixes (1.22.38); FILE MERGED

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ef65d56e4454d3c6ad7009cc0cd868fb7c1967]

        INTEGRATION: CWS tbab (1.5.212); FILE MERGED 2005/09/26 10:17:46 fs 1.5.212.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/31 11:27:27 fs 1.5.212.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd73730f4ed8cef3a9d36213437a55f5905c1188]

        INTEGRATION: CWS tbab (1.6.160); FILE MERGED 2005/09/26 10:17:33 fs 1.6.160.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/31 11:27:27 fs 1.6.160.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [604562941e896900eac3a6f4e8943da22522c743]

        INTEGRATION: CWS tbab (1.4.160); FILE MERGED 2005/09/26 10:10:35 fs 1.4.160.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/31 11:27:26 fs 1.4.160.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [e71366a48b00d5a203fdcd01f33a38fc84e63bff]

        INTEGRATION: CWS tbab (1.6.38); FILE MERGED 2005/09/26 10:08:07 fs 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/31 11:27:26 fs 1.6.38.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [7685b7868b84144aa260a2f396e6151ce32faa8c]

        INTEGRATION: CWS tbab (1.4.160); FILE MERGED 2005/09/26 10:04:29 fs 1.4.160.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/31 11:27:26 fs 1.4.160.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddf6b900e81be5e819d2c678b1163c5b9c0620c8]

        INTEGRATION: CWS tbab (1.49.160); FILE MERGED 2005/09/26 10:04:18 fs 1.49.160.2: RESYNC: (1.49-1.50); FILE MERGED 2005/05/31 11:27:26 fs 1.49.160.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebecc936f0db2acf1c8936a39fc5b1eca20f9f97]

        INTEGRATION: CWS tbab (1.10.82); FILE MERGED 2005/09/26 10:03:47 fs 1.10.82.2: RESYNC: (1.10-1.11); FILE MERGED 2005/05/31 11:27:25 fs 1.10.82.1: #i46390# Thunderbird support

2005-09-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c553b6c67cc4afcfc4811c4b1e76b2bd994fd70]

        INTEGRATION: CWS tbab (1.7.110); FILE MERGED 2005/09/26 10:01:29 fs 1.7.110.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/31 11:27:25 fs 1.7.110.1: #i46390# Thunderbird support

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [57dcaec5f082435ac441a0282875aa626530c3b2]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:34:04 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [24144a6cb1eb8ce79e078b617a2b06ffadf8eeb4]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:34:02 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad59e4d1afd622465dba853c9a76efe18bc54f3f]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:34:01 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d74921b3b66eee53d0d509a3e43d4bcbc442bc53]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:34:00 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d914e04cfee3a22d91ae5456415e7a814eafd66]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:59 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [307f99bd2d19dd056707082d5177d55fa48cc86a]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:58 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0faa8e8fea58cad0ba30734c10a3ab395df4dd2]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:57 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dc02f5de2f8e6e51dab4f23d38fc1dfd10e766f]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:56 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b13dea25e489192edc15058eaa3bce853e49d73]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:55 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [82bf9915780444392a44e62154fdf4308720a960]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:54 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [28a396a3a037ec85a8658f2c7ec4552651b3f5ee]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:53 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1d3affa3e5100e819ab0948d58a0b745302f7bd]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:52 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a20a08ce8f821a6b6f38b1563c48da3ed75fb6b2]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:51 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ebfb59a7ebd094f79b10abfa785a88af144f4b]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:50 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [953b7400a8d12c0992076a4603cdc01408e4c253]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:49 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4494241ffddffb59645d29e755f4e902e86a55a]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:48 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [48bc8d69cd178e9d99ade7503e524f032af4a435]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:47 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7a5f318d2cc543d84d73609aa38c439b5dcb200]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:46 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ecb84997bba2001491022fd861bedd3e6be2062]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:33:45 ih 1.5.28.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d198816ec781ea7e033cef1c2665922299912fd3]

        INTEGRATION: CWS extras22 (1.6.22); FILE MERGED 2005/08/29 09:33:44 ih 1.6.22.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5661222fcaddd54995ebfa2641f95b8b70853889]

        INTEGRATION: CWS extras22 (1.6.22); FILE MERGED 2005/08/29 09:33:43 ih 1.6.22.1: #i47887# data source removed in private letter templates

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [23b3c6ec3bad4fb60d67c86af5ab2740d4c5cdea]

        INTEGRATION: CWS extras22 (1.5.28); FILE MERGED 2005/08/29 09:18:19 ih 1.5.28.1: #i48974# red and green agenda fixed Issue number: Submitted by: Reviewed by:

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [86c87f9746fb4417799dadeb3b4333139d68a325]

        INTEGRATION: CWS extras22 (1.2.22); FILE MERGED 2005/08/23 15:07:40 va 1.2.22.1: #i53524# Corrected Translation. Issue number: Submitted by: Reviewed by:

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f77e93b3d616181b9440e5bca0748e7d488ac08]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:17 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4449f344ff8d1a53d85b069edee0e45f19548cd7]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:16 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfb7d234aea643620dc187fcb0058800f35225e0]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:15 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5673c98cb38d107e09ade9e889483a8a6e129980]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:14 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [109e650cf35409eee3fe0665c22a6bad8aff3142]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:13 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e09818359d8f99aae9fa5dc671b60de7f999e3c2]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:12 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b4c232cf70a6a3baf7a4f80c5fe58f6f5c07292]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:11 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b01999203bb1b3bf89591967e016b8928ff0910d]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:10 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfcda9d19a906db14af7b0b01c567f0c5fdcc8c8]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:09 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [058aede561581e4ec2b75b4c768a102411d9b0f5]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:08 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [317bf1398008a23ca52854307b092aa8bbdc17b9]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:05 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e81422d8cbc6724069f5735ae7c56ccc1dcb235]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:04 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5911d6f9a6fc8c3a73df04e352922053012df71]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:03 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [051a02fd8e10aa216ab504f4063b17f08994eb07]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:02 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d05f8e9f72170ad7e8448b1379eb2303bef239c]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:01 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b8cfebe55c3d11a8c5065f72a5e911b19d04e24]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:34:00 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0098ce1afa06b25f069c0fcf97944a2c97afe4b]

        INTEGRATION: CWS cmcfixes19 (1.118.16); FILE MERGED 2005/09/23 09:28:38 cmc 1.118.16.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [098e73071de2219b3f352192135b7d655c1bbd3f]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:59 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad8d7979c42ed59d26ece8d1b869a06f7e8f4d72]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:58 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee66d5b122699ca9e7f1d4f24fc0eeeb2d286456]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:57 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0c85c987407359a053bfcd43a50c1b98583d5b9e]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:56 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8449d298859d9c593c2269c6416b64fa6b4c9be8]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:55 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b2f8b01046f8c77204947fe263028f24b3404241]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:54 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2751221d60913a47423f3eeb9355ec3d4557938]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:53 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7bdad6797d2dfa6953a65653c50d2fefd1f6d38e]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:52 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb60985165c8b7512d501001e38d39da09c52cbb]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:51 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [740dcb63239f62d86178763b7ec96446643c1b59]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:50 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fac2e517e6e256e7567b60cd490fb770511b6eb0]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:49 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f53a6ba79bb5512d924ab19f6e9d0f182b80e44d]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:48 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb74f440c704ff3bdf5d521d16b5312de1cfa531]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:47 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [85806969b04176527862346874f9280aab7c2c55]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:46 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f112a4adf3a4d92836125b55d5b3dfdea43a14f]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:45 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5fb5b4c339701d1cf4070c4e70a5c82142a510b]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:44 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a45954f282b6c85026d7dd7e5ffb05ce4e752e6b]

        INTEGRATION: CWS cmcfixes19 (1.34.10); FILE MERGED 2005/09/23 08:24:19 cmc 1.34.10.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca98feefa03e7175811e58e813e996509f5885ad]

        INTEGRATION: CWS cmcfixes19 (1.109.8); FILE MERGED 2005/09/23 08:24:17 cmc 1.109.8.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7b7bd90b1e7c002ccf032469373e653cd96e64]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:43 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2068fd32d38741c9038c8b9f17bd3de158452e4]

        INTEGRATION: CWS cmcfixes19 (1.6.24); FILE MERGED 2005/09/22 15:27:56 cmc 1.6.24.1: #i54963# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [863034965fb5b34593422691dc89d2ef0098213f]

        INTEGRATION: CWS cmcfixes19 (1.8.24); FILE MERGED 2005/09/22 15:27:55 cmc 1.8.24.1: #i54963# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [43399ee3e2e8bbcfad55bd6f4c6d97aecd1244b6]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:42 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b990983096b07a103c22af6bda1573c094fe77c]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:41 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ab9063f0e0db2a1fa6cdcf710f4ad4125c53f95]

        INTEGRATION: CWS cmcfixes19 (1.39.14); FILE MERGED 2005/09/23 08:14:20 cmc 1.39.14.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d1720bf6c0d72a0e7a95d7f9728a76f544df0f6]

        INTEGRATION: CWS cmcfixes19 (1.51.18); FILE MERGED 2005/09/22 13:00:54 cmc 1.51.18.1: #i54963# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d48497838e32f165b909f8f0178ebd9f6b18a77]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:40 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b73f5aced4d77a5eb097994c4cfc8293cd460bd]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:39 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a0a2da85b29c211c9f67032a93adff1e815879f]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:38 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59a31bf080d7634a852a59e438f8c74fa168949f]

        INTEGRATION: CWS cmcfixes19 (1.31.8); FILE MERGED 2005/09/22 11:57:00 cmc 1.31.8.1: #i54963# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8ee9dff81ae0a19d4e0b7bc357927043642cdb3]

        INTEGRATION: CWS cmcfixes19 (1.6.12); FILE MERGED 2005/09/22 11:55:34 cmc 1.6.12.1: #i54708# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [74e1b9694da8e45e9210080dc4e423ffcbe50da7]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:37 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf171408cc70f8932fc42cfc38a5bae5f24a94c]

        INTEGRATION: CWS cmcfixes19 (1.5.12); FILE MERGED 2005/09/22 11:55:33 cmc 1.5.12.1: #i54708# add dependancies for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4dbddec25f6b2d49e52b68381952b2d1a7a02547]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:36 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3bfcca1651879470ec105234c193a8cd0234d47]

        INTEGRATION: CWS cmcfixes19 (1.135.16); FILE MERGED 2005/09/23 09:28:40 cmc 1.135.16.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6b5a396a1e24f715c2a558f55d3c89998170a00]

        INTEGRATION: CWS cmcfixes19 (1.8.10); FILE MERGED 2005/09/22 15:41:07 cmc 1.8.10.1: #i54963# fix for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0f6fe2551240541a04e59bfcd1a190ccf1e8b6f]

        INTEGRATION: CWS cmcfixes19 (1.3.192); FILE MERGED 2005/09/22 15:41:06 cmc 1.3.192.1: #i54963# fix for parallel build

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [280dd79eaa98e8cd0119cb6b7e42b79678c003fe]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:35 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f02ce0a65612a3f37d4da60785f1e6e10aed0a16]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:34 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1209d4488e9dc46015ed36415014013d0e92b15]

        INTEGRATION: CWS cmcfixes19 (1.12.18); FILE MERGED 2005/09/23 09:27:33 cmc 1.12.18.1: #i54996# use JAVAI to get gcj dbpath advantages

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a06006f8cb32b4fcb26052cccce47883ef5e241]

        INTEGRATION: CWS cmcfixes19 (1.22.170); FILE MERGED 2005/09/23 08:19:54 cmc 1.22.170.1: #i54996# add xalan BUILD_TYPE

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [23390fb8749ac61e3f070fa472b3834077a5be08]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:33 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1d7f13b1496270ddcaa61ca937dfc82aff8d0b9]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:32 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f342e7bf05bc1972d9425abfa17d8db197d93b0]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:30 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e1fdf7857a2dc7ff39df7edb94bba9216303abe]

        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>  [36967dbad3fbf67b33b114de6ad42a51b890121a]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:29 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c884cefb39ecad50694e5d5072178afc44d24453]

        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>  [8f7fdac5280c018da469c9ee387566014a844827]

        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>  [81c69be52c19acb482ff3e0f6c3067d3245a19e7]

        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>  [ac13409d0455a6c7f54504280276b30fc4330526]

        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>  [4a2d2cfef684a3c48572909eab048f3ae8001e9a]

        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>  [a991a7f24660cc5be81eba2f6400fc3dddf03421]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:28 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0707ce87f89216018f4be4fdfaea050a872afd0]

        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>  [043cc9be0060cbbda23cc10dec6d61640f6f2135]

        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>  [1e3f5bda70b4a4c21fdbb47480a6c45fc94781fd]

        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>  [85f7e1694dc96b70b0de16f1b5d24af15781a33e]

        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>  [cbe420b8c50b1964dffc54d710319f67b0465da3]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:27 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [618097d9cf5bb0484bb28a592e5ea07c6b0eefef]

        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>  [420256919d1b4e5719e0dcadf850ce983676e6cb]

        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>  [4cd8d1fe30f29b7f38d5d8b46f4674faaf795f82]

        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>  [499f24e0360dc325b3f831d07f65becba9f2d94f]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:26 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [012e56bede12638a0d45cd341be29fa9af787bdf]

        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>  [078aef7d334eac840049dd2c52c01002c28c644e]

        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>  [f0089bbc7e51ef69efa87cab98f812890fab54a3]

        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>  [edd027287a44f52a63a5ec2d5fda5d28d812e15c]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:25 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebae47202c6372971d5793bb791b9d8d5e657a18]

        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>  [ee20b9b51c6bd9ca9f511e6f4ea299fbd8ee3330]

        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>  [1ee791d9afa13d56b48ce9ea7628307b018d3d3f]

        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>  [b421b36687ea9fa15d3bc3714409bbc1e184c899]

        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>  [54fb7b62d94473027c2431aabdadad01f489897f]

        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>  [afde9a7f783c95a6e9223f1ff5853fc9c050671c]

        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>  [0194d6cbc67c7235ebc16e35366118830760d992]

        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>  [fca08dc1d035dff844c086dadccf52b889ab7b61]

        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>  [5a26d1e6181906061a829501a669d8d1690fee0b]

        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>  [9fc4002cd47e2729d4a2a52dbc40a868d426adee]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:22 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4658887c27c62821192c411222d8c3b58859ceac]

        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>  [2696c9da47f81acc76005d8a34d20e2018c7c768]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:20 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d71912f4b0df436f45513778d47580fb2c0c4c16]

        INTEGRATION: CWS nativefixer19 (1.14.6); FILE MERGED 2005/09/23 14:16:29 kz 1.14.6.1: #i53658# adjust smoketest to the new path structure

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6aff1d971512dbb9709b0bf663e791c627a4ad75]

        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>  [6cf6bd578d42c15dbfcccfe30c419187069707ca]

        INTEGRATION: CWS extras22 (1.1.2); FILE ADDED 2005/08/25 12:33:19 va 1.1.2.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8def4102366b7c8b0a40327f1c268b0eb26c7e5a]

        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>  [e77ea784b55ef2e0c421627029f7b0ff519012e1]

        INTEGRATION: CWS nativefixer19 (1.19.4); FILE MERGED 2005/09/13 12:32:58 is 1.19.4.1: #i53658# new package type subdirectory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [72425c250209fc08be953098365e9aff0f798bd7]

        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>  [150071b95db33b2c628ffd63b327c2e119a190d7]

        INTEGRATION: CWS nativefixer19 (1.26.4); FILE MERGED 2005/09/15 10:19:15 is 1.26.4.2: #i53658# new package type subdirectory 2005/09/13 12:32:56 is 1.26.4.1: #i53658# new package type subdirectory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c3a44e341d7af2fad7f9ac1513599aea32264b7]

        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>  [21829d86ecbfbc62d0daa82ed768e0ee2aa8ffbe]

        INTEGRATION: CWS nativefixer19 (1.43.4); FILE MERGED 2005/09/15 10:19:13 is 1.43.4.2: #i53658# new package type subdirectory 2005/09/13 12:32:54 is 1.43.4.1: #i53658# new package type subdirectory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c3376086fc77a08246b3231f517cbc8df0e9ccd]

        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>  [ba8efabf9dafc3b942346a3d546049ab51f912e6]

        INTEGRATION: CWS nativefixer19 (1.24.4); FILE MERGED 2005/09/15 10:19:12 is 1.24.4.2: #i53658# new package type subdirectory 2005/09/13 12:32:53 is 1.24.4.1: #i53658# new package type subdirectory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e998caf68239fbfbc1133c96de5caa1915f3c9d6]

        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>  [75f360d7507cfe15b84e3d12cd911f8da401b582]

        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>  [a8253aa8688c236878d62c325fd79e813686984e]

        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>  [3d7b8e3cb71b0af3cc11d61d21427238fc8cada0]

        INTEGRATION: CWS extras22 (1.1.1.1.270); FILE MERGED 2005/09/14 11:29:49 va 1.1.1.1.270.2: #i37323# Renamed Palettes Files. 2005/08/25 12:21:24 va 1.1.1.1.270.1: #i37323# Renamed files to name_ISO-Code.so*.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [25179a7363e788664e3cd066ee6abc027f742b12]

        INTEGRATION: CWS extras22 (1.4.104); FILE MERGED 2005/09/20 11:28:22 va 1.4.104.1: #i54691# Corrected Font in Table Autoformats (Times -> Thorndale).

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8deb749a7d50f5c06b9ceef70b7976da53c487c5]

        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>  [60e18d731ac8431518be21b7ac2799ccda00d184]

        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>  [a1ce9145c00cc29d834662643d9e69cb86d29ac3]

        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>  [34a3bf5f62039241241fc5ead94cc6754e3f8d29]

        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>  [eb24aaccccddf5959d69fb334e85c8001666259f]

        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>  [a2dcba5a48e0ea7a739890d73fc7b16cf70f7a9b]

        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>  [6c7d7f8fc66557b56ef72703c8f4c484a4165cd6]

        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>  [4e4021433a8c9e089edb1cd2da8e0a6f9b30884a]

        INTEGRATION: CWS extras22 (1.12.162); FILE MERGED 2005/09/22 15:25:44 va 1.12.162.2: #i35052# System Folder Problem fixed. 2005/08/29 09:36:43 ih 1.12.162.1: #i35052# exception for system folders added

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [782d0568ea3c34456cce4bfb57a6be50e9d5d799]

        INTEGRATION: CWS extras22 (1.4.78); FILE MERGED 2005/08/23 15:42:28 va 1.4.78.1: #i46418# Corrected orthographical mistakes in German Tablescenarios.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe42e3f998431fec742a4beeb7e19fb6c6312d5d]

        INTEGRATION: CWS cmcfixes17 (1.8.2); FILE MERGED 2005/09/05 09:51:37 cmc 1.8.2.3: typo 2005/09/05 08:49:35 cmc 1.8.2.2: #i51002# set default expansion to that of the gimp, i.e. nothing expanded 2005/09/05 08:21:19 cmc 1.8.2.1: #i54008# uninitialized variable

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4212d648e062a4caaf5fd5b20d888080ddffe6a5]

        INTEGRATION: CWS nativefixer18 (1.24.54); FILE MERGED 2005/09/26 17:22:44 is 1.24.54.7: RESYNC: (1.24-1.25); FILE MERGED 2005/09/23 15:06:14 hro 1.24.54.6: #i54684# Configuration uses version.ini for buuild id 2005/09/19 12:09:00 is 1.24.54.5: #125778# new source key for version file 2005/09/13 09:42:56 is 1.24.54.4: #124120# new version-ini file 2005/09/08 13:23:36 is 1.24.54.3: #124120# productkey also in bootstrap file 2005/09/06 10:32:11 is 1.24.54.2: #124120# shifting entries from bootstrap file to version file 2005/08/05 14:51:52 is 1.24.54.1: #124120# new version.ini file

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5f0d9f963fbf7e5d7eba4f9267af4e7462d5b7a]

        INTEGRATION: CWS nativefixer18 (1.6.16); FILE MERGED 2005/09/26 17:22:35 is 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/05 14:51:52 is 1.6.16.1: #124120# new version.ini file

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9e6d8d7c33a308f6f1c15929dd839de2abae3b5]

        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>  [e05fef41544bbec7842d9d36cc4faf71e0fd4371]

        INTEGRATION: CWS nativefixer18 (1.28.40); FILE MERGED 2005/09/26 12:49:13 is 1.28.40.6: RESYNC: (1.28-1.30); FILE MERGED 2005/08/17 08:46:28 is 1.28.40.5: #i51124# using st instead of sx for southern sotho 2005/08/10 10:48:25 is 1.28.40.4: #i53147# adding Swahili 2005/08/03 15:02:57 is 1.28.40.3: #i52650# adding Bengali 2005/08/03 08:51:45 is 1.28.40.2: #i52803# adding Lao 2005/08/01 14:10:36 is 1.28.40.1: #i51124# adding southern sotho (Sutu), 1072, sx

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [111ff3229486d94ed62fe8f426cbb71b71e139f0]

        INTEGRATION: CWS nativefixer18 (1.5.228); FILE MERGED 2005/09/26 12:43:52 is 1.5.228.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/29 14:07:51 is 1.5.228.1: #124717# defaulting to english in setup script

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c49745e9142ef86b62eacb6bc50f342f55d662d]

        INTEGRATION: CWS nativefixer18 (1.4.36); FILE MERGED 2005/09/26 12:36:02 is 1.4.36.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/16 10:03:48 is 1.4.36.3: #124911# Windows patch has to remove older patches 2005/08/16 09:56:50 is 1.4.36.2: #124911# Windows patch has to remove older patches 2005/08/15 15:05:54 is 1.4.36.1: #124911# no upgade table for Windows patch

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f94941993a9b753c10108b13c39fcbae3abf73d]

        INTEGRATION: CWS nativefixer18 (1.11.36); FILE MERGED 2005/09/26 12:34:18 is 1.11.36.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/21 09:02:56 is 1.11.36.3: #124911# preparing postversionextension 2005/09/20 15:49:07 is 1.11.36.2: #124911# patch info into comment field 2005/09/16 12:40:25 is 1.11.36.1: #125776# unique temporary installation directory for all download installation sets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d07acb43d7d8d957224b0ecef9bb0faf2909b050]

        INTEGRATION: CWS nativefixer18 (1.24.32); FILE MERGED 2005/09/26 12:33:49 is 1.24.32.3: RESYNC: (1.24-1.25); FILE MERGED 2005/09/06 12:20:43 is 1.24.32.2: #124120# replacement in version.ini 2005/08/15 15:30:44 is 1.24.32.1: #124120# new version.ini file

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb86538aadfe6354bdda10d5004597810a8bd1f5]

        INTEGRATION: CWS nativefixer18 (1.19.16); FILE MERGED 2005/09/26 12:28:23 is 1.19.16.5: RESYNC: (1.19-1.20); FILE MERGED 2005/09/23 09:59:19 is 1.19.16.4: #124911# preparing patch in cws 2005/09/19 08:34:35 is 1.19.16.3: #124911# solving patch on patch problem 2005/08/16 14:57:49 is 1.19.16.2: #124911# Windows patch has to find older patches 2005/08/16 10:30:23 is 1.19.16.1: #124911# logging ship test directory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cb1b42ffb3e409730091525525e525a58175def]

        INTEGRATION: CWS nativefixer18 (1.22.36); FILE MERGED 2005/09/26 12:26:41 is 1.22.36.2: RESYNC: (1.22-1.23); FILE MERGED 2005/09/19 12:10:11 is 1.22.36.1: #125778# new source key for version file

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ead41056a62882b13be7fe625e9470e7973b760]

        INTEGRATION: CWS nativefixer18 (1.24.16); FILE MERGED 2005/09/26 12:24:57 is 1.24.16.3: RESYNC: (1.25-1.26); FILE MERGED 2005/09/05 13:33:02 is 1.24.16.2: RESYNC: (1.24-1.25); FILE MERGED 2005/08/01 12:54:26 is 1.24.16.1: #i48814# no stripping for simple installer

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [925947b3fafa48ed2bd113a5901d701e9f670232]

        INTEGRATION: CWS nativefixer18 (1.40.16); FILE MERGED 2005/09/26 12:23:00 is 1.40.16.6: RESYNC: (1.41-1.43); FILE MERGED 2005/09/05 13:32:41 is 1.40.16.5: RESYNC: (1.40-1.41); FILE MERGED 2005/08/16 14:57:48 is 1.40.16.4: #124911# Windows patch has to find older patches 2005/08/04 07:41:29 is 1.40.16.3: #i52839# Lao not suppoted by Windows 2005/08/03 15:03:16 is 1.40.16.2: #i52650# adding Bengali 2005/08/01 12:54:26 is 1.40.16.1: #i48814# no stripping for simple installer

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4f19be249d418cf9609182e6fbee343b97e1469]

        INTEGRATION: CWS nativefixer18 (1.19.40); FILE MERGED 2005/09/26 12:20:30 is 1.19.40.4: RESYNC: (1.20-1.22); FILE MERGED 2005/09/16 12:40:21 is 1.19.40.3: #125776# unique temporary installation directory for all download installation sets 2005/09/05 13:32:11 is 1.19.40.2: RESYNC: (1.19-1.20); FILE MERGED 2005/08/01 11:25:14 is 1.19.40.1: #i51749# english nsis installer

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab778c176dfb162592cde5f227c38959ccafd15d]

        INTEGRATION: CWS nativefixer18 (1.22.14); FILE MERGED 2005/09/26 12:19:47 is 1.22.14.3: RESYNC: (1.23-1.24); FILE MERGED 2005/09/05 13:31:52 is 1.22.14.2: RESYNC: (1.22-1.23); FILE MERGED 2005/08/16 10:30:23 is 1.22.14.1: #124911# logging ship test directory

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef1626a5ec5163caf7cf0da3941b068967ae28c4]

        INTEGRATION: CWS nativefixer18 (1.48.12); FILE MERGED 2005/09/26 12:13:28 is 1.48.12.4: RESYNC: (1.49-1.50); FILE MERGED 2005/09/05 13:31:41 is 1.48.12.3: RESYNC: (1.48-1.49); FILE MERGED 2005/08/16 14:57:12 is 1.48.12.2: #124911# Windows patch has to find older patches 2005/08/01 12:54:25 is 1.48.12.1: #i48814# no stripping for simple installer

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f2149d3b5eff8bb3cce825777969b8eef0e6851]

        INTEGRATION: CWS nativefixer18 (1.3.6); FILE MERGED 2005/09/16 12:38:12 is 1.3.6.1: #125776# unique temporary installation directory for all download installation sets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3d64de4c8531069e2ff134bd27d034ecbd00aff]

        INTEGRATION: CWS nativefixer18 (1.4.6); FILE MERGED 2005/09/26 11:56:18 is 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/16 14:59:07 is 1.4.6.1: #124911# Windows patch has to find older patches

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b10987227dff7f7676738c7602b203870e8e9f9]

        INTEGRATION: CWS nativefixer18 (1.4.6); FILE MERGED 2005/08/16 14:59:06 is 1.4.6.1: #124911# Windows patch has to find older patches

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9d86a2d662f38aa0473211fbf3ef2241b1c9c93]

        INTEGRATION: CWS nativefixer18 (1.3.2); FILE MERGED 2005/09/26 11:56:05 is 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/15 11:58:25 is 1.3.2.1: #124342# using version.ini instead of bootstrap.ini

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e312de0379c6634d367d1cf734ab4ca5f5185ed0]

        INTEGRATION: CWS nativefixer18 (1.4.8); FILE MERGED 2005/09/26 11:52:38 is 1.4.8.4: RESYNC: (1.4-1.5); FILE MERGED 2005/08/17 08:45:46 is 1.4.8.3: #i51124# using st instead of sx for southern sotho 2005/08/03 15:34:31 is 1.4.8.2: #i52650# adding bengali 2005/08/03 08:55:08 is 1.4.8.1: #i52803# adding Lao

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [16bcc8e89037e43b6866bbe9d28cf5ba1c1e2893]

        INTEGRATION: CWS nativefixer18 (1.4.2); FILE MERGED 2005/09/13 08:53:10 obr 1.4.2.5: #124120# message clearification 2005/09/12 12:53:18 obr 1.4.2.4: #124120# workaround for rpm upgrade bug with --prefix and switch to long options 2005/08/26 06:59:29 obr 1.4.2.3: #124120# cosmetic output change 2005/08/26 06:56:13 obr 1.4.2.2: #124120# preserve UserInstallation value when patching 2005/08/15 10:57:03 obr 1.4.2.1: #124009# do not run (buggy) trigger script since we have install into the same place anyway

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3acf1351c0de3e47b7192271940657a6e62793f]

        INTEGRATION: CWS nativefixer18 (1.12.2); FILE MERGED 2005/09/05 13:38:01 is 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/31 06:09:25 obr 1.12.2.1: remove zone lock in /tmp also

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4971e36844b7b1faf7f97dcc4dba156101fec5a3]

        INTEGRATION: CWS nativefixer18 (1.12.6); FILE MERGED 2005/09/05 13:37:50 is 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2005/08/11 07:10:29 obr 1.12.6.1: #124959# version information moved to versionrc

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3fe55730f9f1ef8c579852f27e2881727de434e7]

        INTEGRATION: CWS nativefixer18 (1.15.6); FILE MERGED 2005/09/05 15:51:45 is 1.15.6.1: #124717# windows patch dependent from shellextensions

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [81bf25794efd6804a7ac83ed88343f5a4a63e413]

        INTEGRATION: CWS nativefixer18 (1.16.24); FILE MERGED 2005/09/26 11:46:16 is 1.16.24.4: RESYNC: (1.16-1.17); FILE MERGED 2005/09/19 13:59:33 hro 1.16.24.3: #124960# ProductKey still resides in bootstrap.ini 2005/08/25 10:01:46 hro 1.16.24.2: #124960# User version.ini for build id 2005/08/25 09:38:33 hro 1.16.24.1: #124960# User version.ini for build id

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2262b5aee4aa5218180472588dfa5ef0ff68f88]

        INTEGRATION: CWS nativefixer18 (1.21.28); FILE MERGED 2005/09/26 11:43:22 is 1.21.28.3: RESYNC: (1.21-1.22); FILE MERGED 2005/09/19 13:59:58 hro 1.21.28.2: #124960# ProductKey still resides in bootstraprc 2005/08/25 10:08:18 hro 1.21.28.1: #124960# Use versionrc for build id

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf5cabf3e6ae696062d2b67ecdb09e58af904ed]

        INTEGRATION: CWS sj24 (1.107.64); FILE MERGED 2005/09/05 13:04:05 sj 1.107.64.1: #b6247218# added dxf import filter and ppt export filter for pp1

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4462086c632660fb5712896158b796d22161670]

        INTEGRATION: CWS sj24 (1.1.1.1.1654); FILE MERGED 2005/09/02 17:21:28 sj 1.1.1.1.1654.1: #i52486#,#i47293# CustomShapes should be resizable like normal shapes, callout objects should have a fixed handle when resized

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b9c3de1e0763afb5f02087955087b01d4e423c2]

        INTEGRATION: CWS sj24 (1.22.84); FILE MERGED 2005/09/02 17:20:52 sj 1.22.84.2: #i52486#,#i47293# CustomShapes should be resizable like normal shapes, callout objects should have a fixed handle when resized 2005/08/18 14:10:59 sj 1.22.84.1: #i52486# fixed resize problem

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [64450006a75ad9dd41bcf0bebc25b7d75aebb340]

        INTEGRATION: CWS sj24 (1.28.84); FILE MERGED 2005/09/06 15:10:19 sj 1.28.84.2: #b6247218# fixed export of two problematic custom shapes 2005/09/06 13:32:41 sj 1.28.84.1: #b6247218# fixed export of two problematic custom shapes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [94cb28cb8cef4332166773f1fa77ef0421d19bbb]

        INTEGRATION: CWS sj24 (1.54.82); FILE MERGED 2005/09/06 10:44:53 sj 1.54.82.1: #b6247218# fixed export of two problematic custom shapes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c8aec506ebabecfae0b1dcd7a6d5de6cdfd1ae4]

        INTEGRATION: CWS dr37 (1.3.56); FILE MERGED 2005/06/16 12:34:23 dr 1.3.56.1: #i50822# place the 'minus' between language and country correctly

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bbbf499edf0429eff78cea985fac4c18086251e]

        INTEGRATION: CWS dr37 (1.27.222); FILE MERGED 2005/07/28 08:43:28 nn 1.27.222.1: #i52120# prevent duplicate linked areas in the same cell

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7388e2e5fc356a1f27bade2c055695da7e71a753]

        INTEGRATION: CWS dr37 (1.26.46); FILE MERGED 2005/07/28 08:43:29 nn 1.26.46.2: #i52120# prevent duplicate linked areas in the same cell 2005/04/22 14:38:59 nn 1.26.46.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [10816ecc79aaf624840cea007f9848cc915449b5]

        INTEGRATION: CWS dr37 (1.51.4); FILE MERGED 2005/04/19 14:52:14 dr 1.51.4.3: #i47435# set automatic grid color 2005/04/19 14:49:44 dr 1.51.4.2: #i47426# copy view options to document 2005/04/19 14:40:32 dr 1.51.4.1: #i46820# set pagebreak mode via SetPagebreak() function

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [47655ba154a16c8f86c7181d99c7d65e2af7e6f0]

        INTEGRATION: CWS dr37 (1.9.8); FILE MERGED 2005/07/19 10:11:25 nn 1.9.8.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8cefc1542ccabb03016656c441ff9c31ec4611b6]

        INTEGRATION: CWS dr37 (1.24.8); FILE MERGED 2005/07/19 10:11:25 nn 1.24.8.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [45052a64a0df2fe1dfc7ac54dc9a3049295fe4ee]

        INTEGRATION: CWS dr37 (1.25.34); FILE MERGED 2005/04/27 18:16:10 nn 1.25.34.1: #i46796# RepeatResize: call UpdateShow before UpdateFixX/UpdateFixY

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6640139d22430e295192c7db8d17d5a21f111e80]

        INTEGRATION: CWS dr37 (1.10.220); FILE MERGED 2005/07/19 10:11:25 nn 1.10.220.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39c00539fb4d9363af0261375643f0148ab4a43]

        INTEGRATION: CWS dr37 (1.10.2); FILE MERGED 2005/07/15 14:43:14 dr 1.10.2.1: #i51970# correct X position in mirrored sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1e1df036990b14e34733245230fe21107557d53]

        INTEGRATION: CWS dr37 (1.26.216); FILE MERGED 2005/05/12 09:39:11 nn 1.26.216.1: #i45033# VDev as text formatting reference for inplace editing with different zoom factors

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2860137413dbbe5e22dea1300f714851d305c1]

        INTEGRATION: CWS dr37 (1.11.260); FILE MERGED 2005/07/19 10:11:24 nn 1.11.260.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6095f882f9cc86b83ef7553df4420091cf7d7b5]

        INTEGRATION: CWS dr37 (1.68.16); FILE MERGED 2005/08/10 16:25:22 dr 1.68.16.2: RESYNC: (1.68-1.70); FILE MERGED 2005/07/26 17:46:26 nn 1.68.16.1: #i52307# ExecDataSelect: call CellContentChanged

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [676c5a0631d3f3f5767eb28c82039a07a3412246]

        INTEGRATION: CWS dr37 (1.32.4); FILE MERGED 2005/04/21 10:37:20 sab 1.32.4.1: #i38317#; remove scalling items before set new

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1408c372c89c8597e2e599880c7006407b9423d9]

        INTEGRATION: CWS dr37 (1.10.346); FILE MERGED 2005/04/22 14:38:43 nn 1.10.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [14fb8d58bf8efaaa24c2ae8ab9dfedd562ddc3c3]

        INTEGRATION: CWS dr37 (1.17.36); FILE MERGED 2005/07/28 08:43:51 nn 1.17.36.2: #i52120# prevent duplicate linked areas in the same cell 2005/07/04 13:30:41 nn 1.17.36.1: #i51445# handle merged cells extending from the deleted cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08698fd0753e7f8dc02a7e842c55c409ad2168ce]

        INTEGRATION: CWS dr37 (1.3.220); FILE MERGED 2005/04/22 14:38:43 nn 1.3.220.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [72b7d1e9ae723abf60c3347b305b3861338f2afc]

        INTEGRATION: CWS dr37 (1.21.36); FILE MERGED 2005/07/19 10:11:04 nn 1.21.36.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6082d82b162f051269396d7fb6f180d34012d23a]

        INTEGRATION: CWS dr37 (1.3.36); FILE MERGED 2005/05/12 15:20:07 dr 1.3.36.1: #i42981# do not close new note object when clicked on its border

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0072d61c6a615ff3d782f4bd13fb094ed9eb63ee]

        INTEGRATION: CWS dr37 (1.2.346); FILE MERGED 2005/04/22 14:38:30 nn 1.2.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [635f3f3ae0762ee2aee7a59a337e91e15cabb0aa]

        INTEGRATION: CWS dr37 (1.20.34); FILE MERGED 2005/05/12 15:20:20 dr 1.20.34.1: #i42981# do not close new note object when clicked on its border

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3da17f9e3e6c9aeb7f2ffd7f31f8345ab861d7a6]

        INTEGRATION: CWS dr37 (1.14.36); FILE MERGED 2005/05/12 15:20:19 dr 1.14.36.1: #i42981# do not close new note object when clicked on its border

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca13c622acbe9f6726c67295727901b25a07dc55]

        INTEGRATION: CWS dr37 (1.16.66); FILE MERGED 2005/07/19 10:11:45 nn 1.16.66.1: #i52073# deactivate ole inplace for sheet tab context menu

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a26f91330234942bb588207d30be58f748a446f]

        INTEGRATION: CWS dr37 (1.18.18); FILE MERGED 2005/07/19 11:24:29 er 1.18.18.1: #i51680# DBaseExport also needs a decoded URI

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c37e7f13e86ccef3e557dd97e3c020d8a826cc86]

        INTEGRATION: CWS dr37 (1.53.18); FILE MERGED 2005/07/28 08:42:43 nn 1.53.18.4: #i52120# prevent duplicate linked areas in the same cell 2005/07/05 11:32:10 dr 1.53.18.3: #i10000# don't pass temporary as non-const reference 2005/07/04 13:30:09 nn 1.53.18.2: #i51445# handle merged cells extending from the deleted cells 2005/04/22 14:38:16 nn 1.53.18.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2695a285f25f3aedab3e202f98b949803c268299]

        INTEGRATION: CWS dr37 (1.6.202); FILE MERGED 2005/03/23 11:56:05 dr 1.6.202.1: #i41550# first update checkbox, then update preview

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [51da24613944f69237f17c2e799970fe408b1baa]

        INTEGRATION: CWS dr37 (1.55.8); FILE MERGED 2005/04/06 09:03:31 dr 1.55.8.2: RESYNC: (1.55-1.56); FILE MERGED 2005/03/24 17:38:50 nn 1.55.8.1: #i37799# StyleNames/StyleFamilies in aExportInfoMap

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [57c1b3470402416152c4820d788fe6f402661e8d]

        INTEGRATION: CWS dr37 (1.54.4); FILE MERGED 2005/07/18 14:43:16 sab 1.54.4.2: #i52124#; don't add numberformat again and again 2005/05/10 13:43:12 sab 1.54.4.1: #i46996#; disable not needed properties

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebce4433d44e08940d10f42ef8f3ac6e9d3f6010]

        INTEGRATION: CWS dr37 (1.87.4); FILE MERGED 2005/07/21 15:34:20 sab 1.87.4.1: #i52188#; set old note rectangle after UpdateRowHeights

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3dd7087dee2d2df2bc2f001c92217be1fd5f195]

        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>  [7580df6b3f67b5840933515c5f9fdac83619e0f0]

        INTEGRATION: CWS dr37 (1.114.4); FILE MERGED 2005/07/21 15:34:19 sab 1.114.4.1: #i52188#; set old note rectangle after UpdateRowHeights

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [08834455e81676872919774cebe25219ee2c4b96]

        INTEGRATION: CWS dr37 (1.190.18); FILE MERGED 2005/07/04 13:57:31 dr 1.190.18.3: RESYNC: (1.193-1.194); FILE MERGED 2005/04/06 08:59:51 dr 1.190.18.2: RESYNC: (1.190-1.193); FILE MERGED 2005/04/01 15:36:53 sab 1.190.18.1: #i24932#; last changed row/column has to be different from the number given back is completly run through

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e277b4e106cf065f57addf57c290afc00bc2e256]

        INTEGRATION: CWS dr37 (1.83.4); FILE MERGED 2005/09/28 09:44:41 sab 1.83.4.2: RESYNC: (1.83-1.85); FILE MERGED 2005/07/21 15:34:19 sab 1.83.4.1: #i52188#; set old note rectangle after UpdateRowHeights

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [365843d55ccb76135b8e9fc19af7c33d2ff8fecf]

        INTEGRATION: CWS dr37 (1.39.4); FILE MERGED 2005/07/20 13:30:24 sab 1.39.4.1: #i52120#; handle double linked ranges on one cell

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6ed0a9e027994fd94b406e1c1ad15cc3bb8139]

        INTEGRATION: CWS dr37 (1.76.34); FILE MERGED 2005/08/09 16:30:18 dr 1.76.34.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f45cc4f07bf6bd4eccd6aa5226398804dde489e]

        INTEGRATION: CWS dr37 (1.15.36); FILE MERGED 2005/06/06 15:07:41 dr 1.15.36.1: #i48139# import/export doc option 'Calc as shown'

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce7e3bb347d42b06fbef3423fbd4842eac96d6a]

        INTEGRATION: CWS dr37 (1.2.36); FILE MERGED 2005/08/10 14:41:14 dr 1.2.36.1: #i52955# set displayed sheet from WINDOW1 record

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d17e95e2b5de85ee832f19702757716eded0a5a9]

        INTEGRATION: CWS dr37 (1.21.4); FILE MERGED 2005/04/19 14:25:48 dr 1.21.4.1: #i46627# use default script type for blank cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f7bfdd4c52fdbc595620e55b34efc5b7c85ea4f]

        INTEGRATION: CWS dr37 (1.11.84); FILE MERGED 2005/08/09 16:29:56 dr 1.11.84.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [656280bd00daa2a9bd4539a41376ce7210993d53]

        INTEGRATION: CWS dr37 (1.4.150); FILE MERGED 2005/04/19 14:47:17 dr 1.4.150.1: #i47228# svExternal/ocMacro tokens can be macro calls or missing defined names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [feb218b302569d79e3996058ab972efb05a792e8]

        INTEGRATION: CWS dr37 (1.15.4); FILE MERGED 2005/08/09 16:29:56 dr 1.15.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fc40b8447327c01982b00eecdaba4a83af9d100]

        INTEGRATION: CWS dr37 (1.24.36); FILE MERGED 2005/08/09 16:29:55 dr 1.24.36.2: #i47246# drawing layer import reworked 2005/07/20 15:41:42 dr 1.24.36.1: dump workspace files

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [79defc812b1357468d6a67f7953c77f164adddfc]

        INTEGRATION: CWS dr37 (1.2.4); FILE MERGED 2005/08/09 16:29:55 dr 1.2.4.3: #i47246# drawing layer import reworked 2005/07/06 15:43:46 dr 1.2.4.2: #i51639# attach data point formats after loading all series 2005/05/13 16:17:14 dr 1.2.4.1: #i49241# import pie-to-pie and pie-to-bar as pie chart

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e8d1a814f294dee0d329e59844e918c347c6b2c]

        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>  [9ee75cd51c05fd64e279d9ad8f600b61e1c9940a]

        INTEGRATION: CWS dr37 (1.16.4); FILE MERGED 2005/08/10 14:41:13 dr 1.16.4.1: #i52955# set displayed sheet from WINDOW1 record

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [66d69d83fd2e2798193b6e66bea9fdd88c5ed149]

        INTEGRATION: CWS sj24 (1.84.60); FILE MERGED 2005/09/06 10:43:41 sj 1.84.60.1: #b6247218# fixed export of two problematic custom shapes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b38bc8587bf0f98c4659dac688a9f92eeeff18c]

        INTEGRATION: CWS dr37 (1.2.84); FILE MERGED 2005/06/23 11:48:25 dr 1.2.84.1: #i38718# find module for macros without module name

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [72807b778d8dbeb986d1d4b19d2a3bdc0ee1b99b]

        INTEGRATION: CWS dr37 (1.17.4); FILE MERGED 2005/08/09 16:29:55 dr 1.17.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee033a227c7471108fe69e125dda434ffbbfb8f6]

        INTEGRATION: CWS dr37 (1.2.4); FILE MERGED 2005/08/09 16:29:54 dr 1.2.4.7: #i47246# drawing layer import reworked 2005/08/08 16:08:51 dr 1.2.4.6: #i49218# delay loading of point labels 2005/07/11 16:31:32 dr 1.2.4.5: #i49218# load legend from primary or secondary axes set 2005/07/08 14:28:20 dr 1.2.4.4: #i51639# last changes 2005/07/08 07:28:26 dr 1.2.4.3: #i51639# create default series formatting if missing in file 2005/07/06 15:43:45 dr 1.2.4.2: #i51639# attach data point formats after loading all series 2005/04/19 13:56:08 dr 1.2.4.1: #i47745# support for invisible plot frame

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d371b56fb3079cfe510086311972f2db54c463]

        INTEGRATION: CWS dr37 (1.3.36); FILE MERGED 2005/04/19 14:47:16 dr 1.3.36.1: #i47228# svExternal/ocMacro tokens can be macro calls or missing defined names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8aef386a0ab86b0437df2403ca2d9b2b2170d536]

        INTEGRATION: CWS dr37 (1.42.36); FILE MERGED 2005/08/09 16:29:54 dr 1.42.36.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bbd63bb63088cfd06c81cc2f167481c2f5b81cf]

        INTEGRATION: CWS dr37 (1.9.150); FILE MERGED 2005/06/07 18:52:33 dr 1.9.150.1: #i50248# speed up shared formula import (by jodygoldberg)

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [01dc76ed142bbc5c7f0d535f5a42c98293f056b2]

        INTEGRATION: CWS dr37 (1.11.88); FILE MERGED 2005/08/05 13:22:10 er 1.11.88.1: #i52266# a single table doesn't need a large pixel tolerance

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [61392f39147ffd2b857fe7e8dff6bb986a09b26c]

        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>  [3b54eab4805b6e92f352aea9565551bba21ed7e0]

        INTEGRATION: CWS dr37 (1.4.222); FILE MERGED 2005/08/09 16:29:54 dr 1.4.222.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6feafd15472e72624f6eb7edafe9debc0a84dfb]

        INTEGRATION: CWS dr37 (1.60.4); FILE MERGED 2005/06/06 15:07:18 dr 1.60.4.1: #i48139# import/export doc option 'Calc as shown'

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [78081120a40344d1866fdd5b3f41f564e6ae491a]

        INTEGRATION: CWS dr37 (1.13.36); FILE MERGED 2005/06/20 13:12:40 dr 1.13.36.1: #i48496# convert cell:cell to single range

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [886b15faf3e1b7e0fe0d006ce555b84d8bbbb094]

        INTEGRATION: CWS dr37 (1.4.88); FILE MERGED 2005/08/05 13:20:16 er 1.4.88.1: get rid of warnings: order of initalization

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f7ca2de9c5b564a45a47a6188046db2fad3396f]

        INTEGRATION: CWS dr37 (1.15.108); FILE MERGED 2005/08/09 16:29:53 dr 1.15.108.2: #i47246# drawing layer import reworked 2005/07/20 15:41:42 dr 1.15.108.1: dump workspace files

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [da92b46fe9e3b0a72d980c28ddb5da4032abf17d]

        INTEGRATION: CWS dr37 (1.24.34); FILE MERGED 2005/08/05 13:22:08 er 1.24.34.1: #i52266# a single table doesn't need a large pixel tolerance

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebb32619134b26d5ab7c227af786bd18b62921d7]

        INTEGRATION: CWS dr37 (1.11.196); FILE MERGED 2005/05/10 16:42:01 dr 1.11.196.2: #i48491# convert to valid sheet names 2005/05/10 16:29:37 dr 1.11.196.1: #i48491# convert to valid sheet names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3ee41804fc3bb0c676799088652a81491d69cac]

        INTEGRATION: CWS dr37 (1.4.222); FILE MERGED 2005/08/09 16:30:08 dr 1.4.222.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [591959487ec1aa747463dfa044db0705e1719f2e]

        INTEGRATION: CWS dr37 (1.2.36); FILE MERGED 2005/08/10 14:41:42 dr 1.2.36.1: #i52955# set displayed sheet from WINDOW1 record

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d52bfa4dc51ad5f5466e0ac75c3ef24328f0f41e]

        INTEGRATION: CWS dr37 (1.22.4); FILE MERGED 2005/06/17 10:02:35 dr 1.22.4.1: #i50253# import/export error codes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5bb6e6faac14b2723313a265046631332094dce]

        INTEGRATION: CWS dr37 (1.21.36); FILE MERGED 2005/06/14 13:50:52 dr 1.21.36.2: #i48717# do not return character width 0 2005/04/19 14:25:47 dr 1.21.36.1: #i46627# use default script type for blank cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3294d0fda9c196f86dc13a6c0fef26462536537a]

        INTEGRATION: CWS dr37 (1.14.4); FILE MERGED 2005/08/09 16:29:40 dr 1.14.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f63adbe099165a6aaca04d24da9b41981a838832]

        INTEGRATION: CWS dr37 (1.8.36); FILE MERGED 2005/04/19 14:47:16 dr 1.8.36.1: #i47228# svExternal/ocMacro tokens can be macro calls or missing defined names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0000da0718585fc44b65e963c6e5145e436572ff]

        INTEGRATION: CWS dr37 (1.8.4); FILE MERGED 2005/08/09 16:29:40 dr 1.8.4.2: #i47246# drawing layer import reworked 2005/06/23 11:48:40 dr 1.8.4.1: #i38718# find module for macros without module name

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9565e1d9e14bc8575227b453e222edd5d0a74018]

        INTEGRATION: CWS dr37 (1.2.4); FILE MERGED 2005/07/06 15:43:31 dr 1.2.4.1: #i51639# attach data point formats after loading all series

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [221ce6490733944b2425381bb591354f01b4ad77]

        INTEGRATION: CWS dr37 (1.2.36); FILE MERGED 2005/08/09 16:29:39 dr 1.2.36.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6365be65b0423792047f281da645642f92041eb0]

        INTEGRATION: CWS dr37 (1.2.36); FILE MERGED 2005/08/10 14:41:41 dr 1.2.36.2: #i52955# set displayed sheet from WINDOW1 record 2005/08/09 16:29:39 dr 1.2.36.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3af23d9f309837cb2cc227ffc1ad1fb0f600d7ad]

        INTEGRATION: CWS dr37 (1.12.4); FILE MERGED 2005/08/09 16:29:38 dr 1.12.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e1f935ebe519246417dadbdf767703f03078dd]

        INTEGRATION: CWS dr37 (1.15.36); FILE MERGED 2005/08/10 14:41:41 dr 1.15.36.1: #i52955# set displayed sheet from WINDOW1 record

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5e9f8141b1551e296c9167e93a8ba7386ec303a]

        INTEGRATION: CWS dr37 (1.8.36); FILE MERGED 2005/08/09 16:29:38 dr 1.8.36.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7306f8fd86c2a69db6d4d8dc8e715bfc4da15fd]

        INTEGRATION: CWS dr37 (1.3.36); FILE MERGED 2005/07/19 10:18:15 dr 1.3.36.3: #i52060# do not ignore names of sheet macros 2005/06/23 11:48:40 dr 1.3.36.2: #i38718# find module for macros without module name 2005/03/23 13:28:52 dr 1.3.36.1: #i44019# BIFF5: correct name appendix for local names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c23933686b5183c13173882122c354632ec4a0e]

        INTEGRATION: CWS dr37 (1.19.4); FILE MERGED 2005/07/12 15:28:29 dr 1.19.4.1: #122185# remove wrong assertions

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dff95414577ac41116c5ccbbd4b2b1fde07c0bd0]

        INTEGRATION: CWS dr37 (1.35.4); FILE MERGED 2005/09/20 16:22:20 dr 1.35.4.8: #i54221# stop reading control name at NUL char 2005/08/11 08:31:10 dr 1.35.4.7: #i10000# 2005/08/10 16:22:15 dr 1.35.4.6: RESYNC: (1.35-1.36); FILE MERGED 2005/08/10 12:24:58 dr 1.35.4.5: #i47246# drawing layer import reworked 2005/08/10 10:19:38 dr 1.35.4.4: #i47246# drawing layer import reworked - don't use empty charts 2005/08/09 16:29:37 dr 1.35.4.3: #i47246# drawing layer import reworked 2005/06/23 12:03:11 dr 1.35.4.2: #i38718# remove unneeded include 2005/06/23 11:48:40 dr 1.35.4.1: #i38718# find module for macros without module name

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0883438443279b041db39811558b118d182cb6]

        INTEGRATION: CWS dr37 (1.17.4); FILE MERGED 2005/08/09 16:29:37 dr 1.17.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b44176166c1c70d9c743e66a82dfdace4e25c0c]

        INTEGRATION: CWS dr37 (1.2.4); FILE MERGED 2005/08/09 16:29:36 dr 1.2.4.11: #i47246# drawing layer import reworked 2005/08/08 16:08:32 dr 1.2.4.10: #i49218# delay loading of point labels 2005/07/14 15:51:10 dr 1.2.4.9: #i49218# comments 2005/07/11 16:31:01 dr 1.2.4.8: #i49218# load legend from primary or secondary axes set 2005/07/08 14:28:12 dr 1.2.4.7: #i51639# last changes 2005/07/08 07:28:16 dr 1.2.4.6: #i51639# create default series formatting if missing in file 2005/07/06 15:43:31 dr 1.2.4.5: #i51639# attach data point formats after loading all series 2005/06/27 16:31:04 dr 1.2.4.4: #i51270# attached label types: missing 'value only' in pie charts 2005/05/13 16:15:44 dr 1.2.4.3: #i49241# import pie-to-pie and pie-to-bar as pie chart 2005/04/26 16:54:59 dr 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/19 13:56:08 dr 1.2.4.1: #i47745# support for invisible plot frame

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2adedcaa28318f9553f04501019c2609b1e5411]

        INTEGRATION: CWS dr37 (1.8.4); FILE MERGED 2005/07/12 14:53:56 dr 1.8.4.3: #i48185# assertion removed 2005/04/21 10:57:14 dr 1.8.4.2: #i46627# 2005/04/19 14:25:47 dr 1.8.4.1: #i46627# use default script type for blank cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b8fdae8fd79d2851f7756d1bb1ca8d0a4eea45d]

        INTEGRATION: CWS dr37 (1.18.34); FILE MERGED 2005/05/10 14:19:27 dr 1.18.34.1: #i46627# use default script type for blank cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [aaea9070aeb252eaba9c94770ed88b5af9f77b5a]

        INTEGRATION: CWS dr37 (1.3.36); FILE MERGED 2005/04/19 14:47:16 dr 1.3.36.1: #i47228# svExternal/ocMacro tokens can be macro calls or missing defined names

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5a4a9bea899bdb781363acb54c73a544d58131d]

        INTEGRATION: CWS dr37 (1.5.36); FILE MERGED 2005/07/25 12:18:21 dr 1.5.36.5: #i52444# handle empty error cells 2005/06/17 12:13:23 dr 1.5.36.4: #i50253# add spaces before token 2005/06/17 10:02:35 dr 1.5.36.3: #i50253# import/export error codes 2005/04/19 14:47:15 dr 1.5.36.2: #i47228# svExternal/ocMacro tokens can be macro calls or missing defined names 2005/03/23 16:14:43 dr 1.5.36.1: #i44907# do not delete formula if ocStop token follows

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [547c16a6c0f7fcf9dfc02c45a9ee2159e3d01d73]

        INTEGRATION: CWS dr37 (1.11.4); FILE MERGED 2005/08/09 16:29:36 dr 1.11.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [661c2839696f8ae315c1ce75df009facbe1bbff7]

        INTEGRATION: CWS dr37 (1.53.4); FILE MERGED 2005/08/09 16:29:36 dr 1.53.4.2: #i47246# drawing layer import reworked 2005/06/06 15:06:50 dr 1.53.4.1: #i48139# import/export doc option 'Calc as shown'

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [84f601e6360b03cc7cefde669817aaf587ef2165]

        INTEGRATION: CWS dr37 (1.20.36); FILE MERGED 2005/06/07 18:52:25 dr 1.20.36.1: #i50248# speed up shared formula import (by jodygoldberg)

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dec96ad8626e2fbebd978d3763215feb41bc387a]

        INTEGRATION: CWS dr37 (1.74.4); FILE MERGED 2005/08/10 14:41:41 dr 1.74.4.2: #i52955# set displayed sheet from WINDOW1 record 2005/08/09 16:29:35 dr 1.74.4.1: #i47246# drawing layer import reworked

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7f22bc17226e9a506afa71500c278745c64d487]

        INTEGRATION: CWS dr37 (1.54.4); FILE MERGED 2005/08/10 11:56:25 dr 1.54.4.1: #i53062# endless loop with outline in row 65536

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb6d3d2d581b435100116140347b01da7b3b337c]

        INTEGRATION: CWS dr37 (1.106.4); FILE MERGED 2005/08/09 16:29:35 dr 1.106.4.2: #i47246# drawing layer import reworked 2005/06/06 15:06:50 dr 1.106.4.1: #i48139# import/export doc option 'Calc as shown'

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cae251b509c9d2ec537ed84c3a9d86b85669250b]

        INTEGRATION: CWS dr37 (1.34.36); FILE MERGED 2005/06/20 13:12:30 dr 1.34.36.3: #i48496# convert cell:cell to single range 2005/06/17 10:02:34 dr 1.34.36.2: #i50253# import/export error codes 2005/05/20 12:14:25 dr 1.34.36.1: #122885# skip invalid sheet references

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [45924f146261437f47017fb37160ff1ee2320d0a]

        INTEGRATION: CWS dr37 (1.34.36); FILE MERGED 2005/06/20 13:18:34 dr 1.34.36.3: #i48496# comment 2005/06/20 13:12:29 dr 1.34.36.2: #i48496# convert cell:cell to single range 2005/06/17 10:02:34 dr 1.34.36.1: #i50253# import/export error codes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e803545765d25e95c48b7f51f619b9095b461d34]

        INTEGRATION: CWS dr37 (1.59.36); FILE MERGED 2005/06/06 15:06:49 dr 1.59.36.1: #i48139# import/export doc option 'Calc as shown'

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9fb69fd2945717db336245e28ba1b41d5461803]

        INTEGRATION: CWS dr37 (1.27.4); FILE MERGED 2005/04/19 14:53:26 dr 1.27.4.1: #i47438# hide remaining rows in sheet

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eae3d540179108348db5083e2d8e88eacdc01ffb]

        INTEGRATION: CWS dr37 (1.78.4); FILE MERGED 2005/08/10 14:41:40 dr 1.78.4.7: #i52955# set displayed sheet from WINDOW1 record 2005/08/09 16:29:34 dr 1.78.4.6: #i47246# drawing layer import reworked 2005/07/26 12:49:06 dr 1.78.4.5: dump MsofbtSp 2005/07/20 15:42:12 dr 1.78.4.4: dump workspace files 2005/04/18 15:46:43 dr 1.78.4.3: trend lines 2005/04/13 09:08:12 dr 1.78.4.2: error bars 2005/04/08 14:02:13 dr 1.78.4.1: #i46839# INT8!=sal_Int8 for unx* (signed char vs. char) but equal for wnt* (signed char both), patch by mmeeks

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8fc51091671e2a60c7f20eee280aed060d72b44]

        INTEGRATION: CWS dr37 (1.3.346); FILE MERGED 2005/07/15 10:15:11 er 1.3.346.1: #i51309# update absolute (and only absolute) references of shared formulas also if mixed relative/absolute

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [99cc4a806db063bf5a4dfd68fb9e0f4212aa063c]

        INTEGRATION: CWS dr37 (1.5.346); FILE MERGED 2005/04/22 14:37:56 nn 1.5.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [67a143226d09af0828333e395dfbaf44e4eb0a6f]

        INTEGRATION: CWS dr37 (1.15.4); FILE MERGED 2005/05/31 18:48:31 er 1.15.4.2: #i50145# correct use of obtaining error code values of ScMatrix 2005/05/03 12:15:03 er 1.15.4.1: #i31574# proper LUP decomposition according to 'Introduction to Algorithms' by Cormen, Leiserson, Rivest, Stein.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9b8e62346f3bb6d7a700307e069e7e18823af8b]

        INTEGRATION: CWS dr37 (1.12.136); FILE MERGED 2005/07/20 15:20:22 er 1.12.136.1: #i26022# ScPoissonDist: use a different numerical approach; patch contributed by Kohei Yoshida <kohei@ooo>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7391dc9c85e015285fc99fb5e6558331b94f148]

        INTEGRATION: CWS dr37 (1.34.4); FILE MERGED 2005/08/08 12:38:09 er 1.34.4.2: #i52584# ScIfJump: don't override number format with NUMBERFORMAT_UNDEFINED in paths 2005/05/26 13:20:47 er 1.34.4.1: #i49906# ScRow, ScColumn: create matrix if in matrix and no parameter given

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba097316a816c869f61232b7b9db7f9b10d93107]

        INTEGRATION: CWS dr37 (1.3.346); FILE MERGED 2005/04/22 14:37:56 nn 1.3.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [368b9412b2c01267cfb9b79b9a51e474a6cb625a]

        INTEGRATION: CWS dr37 (1.12.84); FILE MERGED 2005/04/22 14:37:56 nn 1.12.84.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [98a37fff2e226cdd11fd7dcbdcbb32a611cb3d6b]

        INTEGRATION: CWS dr37 (1.52.136); FILE MERGED 2005/07/15 10:15:10 er 1.52.136.1: #i51309# update absolute (and only absolute) references of shared formulas also if mixed relative/absolute

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec9a52591251810b1e37108853d87683b0d9992e]

        INTEGRATION: CWS dr37 (1.2.346); FILE MERGED 2005/07/15 10:15:10 er 1.2.346.1: #i51309# update absolute (and only absolute) references of shared formulas also if mixed relative/absolute

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b98b59bbbc007ed8383885b9867fa48525425bad]

        INTEGRATION: CWS swqbf35 (1.107.38); FILE MERGED 2005/09/23 05:02:54 fme 1.107.38.4: RESYNC: (1.136-1.141); FILE MERGED 2005/08/19 09:47:17 od 1.107.38.3: RESYNC: (1.134-1.136); FILE MERGED 2005/08/01 16:37:24 fme 1.107.38.2: RESYNC: (1.107-1.134); FILE MERGED 2005/07/04 10:18:09 fme 1.107.38.1: Added patch flag to pdffilter, svx, sw

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4d037d70af48940f6e22548972fab1377c74325]

        INTEGRATION: CWS dr37 (1.20.4); FILE MERGED 2005/05/18 11:15:39 dr 1.20.4.2: RESYNC: (1.20-1.21); FILE MERGED 2005/05/03 12:22:51 er 1.20.4.1: #i31574# local LUP decomposition

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [52bed0663640ff9619d840f007be8787f6c7bf15]

        INTEGRATION: CWS dr37 (1.13.8); FILE MERGED 2005/07/15 16:36:24 er 1.13.8.1: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [df77274fabaf0109e6932784e3468e15b525e181]

        INTEGRATION: CWS swqbf35 (1.95.152); FILE MERGED 2005/09/23 02:39:11 fme 1.95.152.2: RESYNC: (1.95-1.96); FILE MERGED 2005/07/04 08:19:00 fme 1.95.152.1: #i37132# RTL portions should not paint compressed blanks because this moves the text right in x direction by the amount of the width of the blank

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [59433cfbff6eba5a13051945f34b827ddc66917e]

        INTEGRATION: CWS dr37 (1.11.150); FILE MERGED 2005/04/27 18:19:38 nn 1.11.150.1: #i48009# calculate value for lcl_ValueString outside of if-statement

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a4f19b27d2baf7a0505dee13e891f8227f30d14]

        INTEGRATION: CWS dr37 (1.32.4); FILE MERGED 2005/07/04 13:31:04 nn 1.32.4.1: #i51445# handle merged cells extending from the deleted cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5606c87eef0801bdef8afd93648b51d1735bebd6]

        INTEGRATION: CWS dr37 (1.12.4); FILE MERGED 2005/06/07 12:29:53 dr 1.12.4.1: #i49783# initialize vars

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [224d4f2109caba50491aca7f4aeb75cc83de5d54]

        INTEGRATION: CWS dr37 (1.11.68); FILE MERGED 2005/07/28 12:30:40 nn 1.11.68.1: #i52547# don't use the incomplete date hierarchy implementation

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8dc76bcf1d8d9ea44e6bb3e0e5ef3cb8b0045bb]

        INTEGRATION: CWS dr37 (1.15.68); FILE MERGED 2005/04/22 14:37:34 nn 1.15.68.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [57fb55f3f60fd26da1a2340bff3a6faa93045c62]

        INTEGRATION: CWS dr37 (1.64.44); FILE MERGED 2005/07/15 16:36:24 er 1.64.44.6: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries 2005/05/10 16:41:43 dr 1.64.44.5: #i48491# convert to valid sheet names 2005/05/10 16:29:12 dr 1.64.44.4: #i48491# convert to valid sheet names 2005/04/22 14:37:34 nn 1.64.44.3: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets 2005/04/06 08:36:43 dr 1.64.44.2: RESYNC: (1.64-1.65); FILE MERGED 2005/04/01 15:36:22 sab 1.64.44.1: #i24932#; last changed row/column has to be different from the number given back is completly run through

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3120bb1dba698928a180b0e3a2b03a5100d99fd7]

        INTEGRATION: CWS swqbf35 (1.99.150); FILE MERGED 2005/09/22 21:24:13 fme 1.99.150.3: RESYNC: (1.99-1.100); FILE MERGED 2005/08/08 10:50:00 od 1.99.150.2: #i52858# <SwXDocumentPropertyHelper::GetDrawTable(..)> 	 - assure that Draw model is created, if it doesn't exist. 2005/07/04 07:49:46 fme 1.99.150.1: #122919# Update fields before pdf export

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8d58662b03e927fe3cf2f7d772d7c839a385a54]

        INTEGRATION: CWS dr37 (1.38.108); FILE MERGED 2005/07/28 08:42:59 nn 1.38.108.3: #i52120# prevent duplicate linked areas in the same cell 2005/05/03 16:11:55 nn 1.38.108.2: #i48433# ContinueOnlineSpelling: set bInsertingFromOtherDoc flag 2005/04/22 14:37:33 nn 1.38.108.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4443416a467cd5b03fc4290b17a85328c9bd15dd]

        INTEGRATION: CWS swqbf35 (1.4.772); FILE MERGED 2005/09/22 21:22:23 fme 1.4.772.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/08 11:00:16 od 1.4.772.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb32512c423d0ac8909dc070416d101abab57d98]

        INTEGRATION: CWS dr37 (1.27.36); FILE MERGED 2005/07/15 16:36:23 er 1.27.36.1: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e59ff2e67902c7c5ee296973bdae560756295917]

        INTEGRATION: CWS swqbf35 (1.42.36); FILE MERGED 2005/09/22 21:20:05 fme 1.42.36.2: RESYNC: (1.42-1.43); FILE MERGED 2005/08/12 05:10:27 fme 1.42.36.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9fa2b819b83f51996ac1502f028076eee56bd2f]

        INTEGRATION: CWS dr37 (1.50.18); FILE MERGED 2005/07/15 16:36:23 er 1.50.18.1: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [995e8b3de0a278438c116036123c59b6eacca620]

        INTEGRATION: CWS swqbf35 (1.57.276); FILE MERGED 2005/09/22 21:16:24 fme 1.57.276.2: RESYNC: (1.57-1.58); FILE MERGED 2005/08/08 11:00:16 od 1.57.276.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6211f5b5e4220c5068c2a0edaf09f38e673e4f08]

        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>  [7242064242cbb26d6a9d9229b90c842c934ab633]

        INTEGRATION: CWS dr37 (1.16.88); FILE MERGED 2005/07/26 16:35:54 nn 1.16.88.1: #i52342# CloneCell: create notes with destination document

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [25cf3c0100a18b0af070e1d4f1977080dcf91257]

        INTEGRATION: CWS swqbf35 (1.115.104); FILE MERGED 2005/09/22 18:59:59 fme 1.115.104.3: RESYNC: (1.116-1.117); FILE MERGED 2005/08/01 15:48:56 fme 1.115.104.2: RESYNC: (1.115-1.116); FILE MERGED 2005/07/04 08:26:44 fme 1.115.104.1: #i47138# Draw objects anchored as character should not be moved horizontally

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c226e65a3f379bf537b961fb1d1354735ecbb72]

        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>  [fa673697f15f7db0b1d4c3dafb526706417bd80f]

        INTEGRATION: CWS swqbf35 (1.76.36); FILE MERGED 2005/09/22 18:18:01 fme 1.76.36.2: RESYNC: (1.76-1.77); FILE MERGED 2005/08/02 09:24:03 od 1.76.36.1: #i48748# <SwDocShell::ReloadFromHtml(..)> 	 - on reload of HTML document the reader has to apply the base URL 	   from the original document and not from the temporary file.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [839efa1b8baf0ba4fcbc69023e589128a56e9a3b]

        INTEGRATION: CWS dr37 (1.16.4); FILE MERGED 2005/04/27 18:20:39 nn 1.16.4.1: #i48051# UpdateInsertTab: also update pAttrArray

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c63b2073f596181e166d6687e11f7ada5e8e2df0]

        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>  [e193f383b7bd147beccb23dd703604d484e6d9ca]

        INTEGRATION: CWS dr37 (1.8.18); FILE MERGED 2005/07/15 16:36:23 er 1.8.18.1: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49a4b282a9ecfe4ee9e08b8710ca88e3fa09392]

        INTEGRATION: CWS swqbf35 (1.52.22); FILE MERGED 2005/09/22 18:17:50 fme 1.52.22.3: RESYNC: (1.52-1.53); FILE MERGED 2005/08/18 12:58:34 fme 1.52.22.2: #i51737# Check if notes are in undo array in GetHiddenInformationState 2005/08/02 07:32:06 fme 1.52.22.1: #i50703# Update footnotes after binfilter import

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [10673ed381f81d3d888e89689a48276ef0cfac81]

        INTEGRATION: CWS dr37 (1.5.18); FILE MERGED 2005/05/31 18:48:30 er 1.5.18.1: #i50145# correct use of obtaining error code values of ScMatrix

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c769de6cae783f5df2e188cfcbd76fd62852e8e]

        INTEGRATION: CWS swqbf35 (1.1.1364); FILE MERGED 2005/09/22 18:13:05 fme 1.1.1364.2: RESYNC: (1.1-1.2); FILE MERGED 2005/08/02 07:34:46 fme 1.1.1364.1: #i52047# Do not forget the 0.5pt borders

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5902ebd3b142ccdd5cc0f35aa950f48136d9d2b]

        INTEGRATION: CWS dr37 (1.3.346); FILE MERGED 2005/04/22 14:37:08 nn 1.3.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [42bf2cdf5e2b2fd3fedde139552d97062bef06c0]

        INTEGRATION: CWS swqbf35 (1.88.26); FILE MERGED 2005/09/22 18:11:06 fme 1.88.26.3: RESYNC: (1.88-1.89); FILE MERGED 2005/08/12 05:09:22 fme 1.88.26.2: #i53199# New compatibility option: DoNoResetParaAttrForNumFont 2005/08/08 11:00:14 od 1.88.26.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d0077575338b8ffb7cbaa7790e879b21180f248]

        INTEGRATION: CWS dr37 (1.9.68); FILE MERGED 2005/04/22 14:37:07 nn 1.9.68.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e44038e423e3f566281999a2453dd6de24e90d2e]

        INTEGRATION: CWS swqbf35 (1.88.142); FILE MERGED 2005/09/22 18:02:52 fme 1.88.142.2: RESYNC: (1.88-1.89); FILE MERGED 2005/08/02 08:35:48 od 1.88.142.1: #i51312# <SwWW8ImplReader::Read_Field(..)>          - graphics inside field code not supported by Writer. Thus,            delete character 0x01, which stands for such a graphic from            the field code.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cf10acb678c172fde2444b5a44b58b6d60ae676]

        INTEGRATION: CWS dr37 (1.86.18); FILE MERGED 2005/05/10 16:28:47 dr 1.86.18.2: #i48491# convert to valid sheet names 2005/04/22 14:37:07 nn 1.86.18.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bb7e72df41e535d38bf48afed3ad65a1c428a6f]

        INTEGRATION: CWS swqbf35 (1.155.16); FILE MERGED 2005/09/22 18:01:36 fme 1.155.16.2: RESYNC: (1.155-1.156); FILE MERGED 2005/08/12 05:09:11 fme 1.155.16.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3caca090a737dca0fcd69a0d30e7f1c45c5a0b1]

        INTEGRATION: CWS dr37 (1.3.346); FILE MERGED 2005/04/22 14:37:07 nn 1.3.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff0698243df9f2ca29db5a38a14487dad378a2e3]

        INTEGRATION: CWS swqbf35 (1.135.26); FILE MERGED 2005/09/22 18:01:00 fme 1.135.26.5: RESYNC: (1.135-1.136); FILE MERGED 2005/08/22 10:07:20 od 1.135.26.4: #124722# <SwWW8ImplReader::SetAttributesAtGrfNode(..)>          - use correct types for the calculation of the cropping values. 2005/08/10 10:40:46 od 1.135.26.3: #124714# <SwWW8ImplReader::Read_GrafLayer(..)> 	 - undo change made for issue i33442 2005/08/08 11:00:15 od 1.135.26.2: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()> 2005/08/04 11:56:11 od 1.135.26.1: #i52565# <SwWW8ImplReader::ProcessEscherAlign(..)> 	 - correction of the condition checking for overwrite <nXRelTo> 	   and <nYRelTo> values by the FSPA.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5db04abe2532f20ded241c3a3bf93a32c93d1557]

        INTEGRATION: CWS dr37 (1.8.84); FILE MERGED 2005/04/22 14:37:06 nn 1.8.84.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4636bcb11f96433fe047539b8ec0abe78875ded]

        INTEGRATION: CWS swqbf35 (1.88.144); FILE MERGED 2005/09/22 18:00:18 fme 1.88.144.2: RESYNC: (1.88-1.89); FILE MERGED 2005/06/30 09:37:24 od 1.88.144.1: #i43956# export of reference fields containing hyperlinks          - write hyperlink character into the field code including            appropriate attributes and binary data.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6150c97ced39b90c90f63a8aad06bffe01e56629]

        INTEGRATION: CWS swqbf35 (1.4.796); FILE MERGED 2005/09/22 17:55:34 fme 1.4.796.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/30 09:40:54 od 1.4.796.1: #i43956# - field <eFOOTREF> is mapped to "REF"

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [44acad971ded620bc5c1c661695d8d698e4f6d0d]

        INTEGRATION: CWS swqbf35 (1.50.36); FILE MERGED 2005/09/22 17:48:09 fme 1.50.36.2: RESYNC: (1.50-1.51); FILE MERGED 2005/08/12 05:09:01 fme 1.50.36.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce6d226560c178139e25226fccddd449a19f1e41]

        INTEGRATION: CWS swqbf35 (1.33.224); FILE MERGED 2005/09/22 17:44:33 fme 1.33.224.2: RESYNC: (1.33-1.34); FILE MERGED 2005/08/18 13:06:06 fme 1.33.224.1: #i47907# Notify parser if document has already been deleted

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4a020f6b1d45befa5a88b21e84ed175fe9eae20]

        INTEGRATION: CWS swqbf35 (1.11.612); FILE MERGED 2005/09/22 17:37:48 fme 1.11.612.2: RESYNC: (1.11-1.12); FILE MERGED 2005/08/08 11:00:15 od 1.11.612.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1ac534e4ec51006814f5c9d975422d4ce85b5b1]

        INTEGRATION: CWS swqbf35 (1.99.134); FILE MERGED 2005/09/22 17:17:00 fme 1.99.134.2: RESYNC: (1.99-1.100); FILE MERGED 2005/08/08 11:00:14 od 1.99.134.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a76024842002c2633882f3c1c91b4658b7adff8]

        INTEGRATION: CWS swqbf35 (1.66.148); FILE MERGED 2005/09/22 17:15:57 fme 1.66.148.2: RESYNC: (1.66-1.67); FILE MERGED 2005/08/08 11:00:14 od 1.66.148.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ed5e0fb0255dddb90171951a050f719f01a0651]

        INTEGRATION: CWS swqbf35 (1.7.630); FILE MERGED 2005/09/22 16:59:55 fme 1.7.630.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/04 07:50:58 fme 1.7.630.1: #122919# Missing invalidation if page count field changes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb058405337c7e97e857d4e750aca0cbbc54755d]

        INTEGRATION: CWS swqbf35 (1.17.104); FILE MERGED 2005/09/22 16:56:12 fme 1.17.104.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/02 07:40:01 fme 1.17.104.1: #i50633# Only replace hyphen by 0xad during tagged pdf export

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [34dae53a0c81f1921767048a7983dac9b4173047]

        INTEGRATION: CWS swqbf35 (1.84.104); FILE MERGED 2005/09/22 16:55:40 fme 1.84.104.3: RESYNC: (1.84-1.85); FILE MERGED 2005/07/04 08:32:13 fme 1.84.104.2: #i49177# Call ChgThisLines in RecalcAllLines 2005/06/30 10:28:15 od 1.84.104.1: #i47162# <SwTxtFrm::_CalcHeightOfLastLine>          - handle new optional parameter <_bUseFont>          - do not consider fly content portions and the line portion            for the calculation of the height of the last line.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [76f981b666780a9a97f28b392a82f5c3a68e6e0e]

        INTEGRATION: CWS swqbf35 (1.54.102); FILE MERGED 2005/09/22 16:55:13 fme 1.54.102.2: RESYNC: (1.54-1.55); FILE MERGED 2005/06/30 10:34:19 od 1.54.102.1: #i47804# <SwTxtFly::DrawFlyRect(..)> - consider transparent graphics and          OLE objects.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d65c9d67d2ec460756f3a862a9a5e59b1ab4d180]

        INTEGRATION: CWS swqbf35 (1.18.610); FILE MERGED 2005/09/22 16:55:01 fme 1.18.610.2: RESYNC: (1.18-1.19); FILE MERGED 2005/08/12 05:07:53 fme 1.18.610.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e1b80d036e0f75a9e5330d785ba617dfe6021b1]

        INTEGRATION: CWS dr37 (1.37.24); FILE MERGED 2005/07/26 14:56:12 sab 1.37.24.3: #i52317#; correct comparison 2005/03/31 12:57:58 nn 1.37.24.2: #i22394# enquote thousands separator in number style's text element 2005/03/23 18:27:57 nn 1.37.24.1: #i43959# AddNumber: no '#' for scientific number with no integer digits

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7bbf30cb3cebd701d309906f46a28cf2720c200]

        INTEGRATION: CWS swqbf35 (1.19.104); FILE MERGED 2005/09/22 16:45:52 fme 1.19.104.2: RESYNC: (1.19-1.20); FILE MERGED 2005/06/30 10:23:38 od 1.19.104.1: #i47162# <SwLineLayout::MaxAscentDescent(..)>          - add new optional parameter <_bNoFlyCntPorAndLinePor>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0388afdbc25827dd756fbaa93360f43cef920c1]

        INTEGRATION: CWS dr37 (1.40.136); FILE MERGED 2005/03/31 12:58:22 nn 1.40.136.2: #i22394# decimal separator without decimal digits is written as text 2005/03/23 18:28:42 nn 1.40.136.1: #i43959# count '#' and '0' as integer digits for scientific number

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [b37dae5672ed9efc288fabcbc3ec120be59fbff2]

        INTEGRATION: CWS swqbf35 (1.54.102); FILE MERGED 2005/09/22 16:45:36 fme 1.54.102.2: RESYNC: (1.54-1.55); FILE MERGED 2005/06/30 10:24:57 od 1.54.102.1: #i47162# <SwLineLayout::MaxAscentDescent(..)>          - handle new parameter <_bNoFlyCntPorAndLinePor>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [21012675988fde7ecaa8c3203f2e60d24e841fb4]

        INTEGRATION: CWS dr37 (1.4.122); FILE MERGED 2005/08/10 16:02:59 dr 1.4.122.2: RESYNC: (1.4-1.5); FILE MERGED 2005/05/11 09:05:01 bm 1.4.122.1: #i47104# don't use header include guards for STL headers

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcae866b116857c1d362b6967c3b9d9b7b891be5]

        INTEGRATION: CWS swqbf35 (1.50.36); FILE MERGED 2005/09/22 16:42:49 fme 1.50.36.2: RESYNC: (1.50-1.51); FILE MERGED 2005/08/12 05:07:53 fme 1.50.36.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1541d4e9e24d76e7c8eeace56531949bb44b621e]

        INTEGRATION: CWS dr37 (1.40.188); FILE MERGED 2005/05/11 09:06:05 bm 1.40.188.1: #i47104# do not transform help step for logarithmic scaling

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [076c4da53acff525ecdc65de61765ad3a155606f]

        INTEGRATION: CWS swqbf35 (1.68.36); FILE MERGED 2005/09/22 16:39:29 fme 1.68.36.2: RESYNC: (1.68-1.69); FILE MERGED 2005/08/10 10:51:45 fme 1.68.36.1: #i53066# Do not 'hide' numbering portions with large labels in small table cells

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d28d90e6e6a5ae911fbb8fb8e832a2bd05504801]

        INTEGRATION: CWS dr37 (1.19.188); FILE MERGED 2005/05/11 09:06:04 bm 1.19.188.1: #i47104# do not transform help step for logarithmic scaling

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b05c01e6c7c98bb57738afa2cddcab1a9922ea]

        INTEGRATION: CWS swqbf35 (1.42.104); FILE MERGED 2005/09/22 16:37:31 fme 1.42.104.3: RESYNC: (1.42-1.43); FILE MERGED 2005/07/01 14:00:24 fme 1.42.104.2: #i48035# CalcFitToContent with italic font and manual line break 2005/07/01 13:54:25 fme 1.42.104.1: #i46524# LineBreak bug with italics

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e0dd0617f08cb325f84f38b402ca59230e2a23f]

        INTEGRATION: CWS swqbf35 (1.58.104); FILE MERGED 2005/09/22 16:36:41 fme 1.58.104.2: RESYNC: (1.58-1.59); FILE MERGED 2005/07/01 13:56:30 fme 1.58.104.1: #i46560# Start formatting at previous line if reformat position is <= end of first word + 1

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f58021cd3a454d5b2f6683c0db453b5cf805117]

        INTEGRATION: CWS swqbf35 (1.9.36); FILE MERGED 2005/09/22 16:35:40 fme 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2005/08/02 07:40:01 fme 1.9.36.1: #i50633# Only replace hyphen by 0xad during tagged pdf export

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f7e9fe9a214ab0b008ec8c98424723102525e97]

        INTEGRATION: CWS swqbf35 (1.14.36); FILE MERGED 2005/09/22 16:22:56 fme 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/02 08:40:59 od 1.14.36.1: #i51474# <SwToCntntAnchoredObjectPosition::CalcPosition()>          - do not set member <mpVertPosOrientFrm> to current known one.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4cd0913cd5af7b46c1ecc026d73fed3bf4bdcb9]

        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>  [c4af8b0f106f31b6e79a145bc4ab83bb6a55c808]

        INTEGRATION: CWS swqbf35 (1.63.224); FILE MERGED 2005/09/22 16:20:35 fme 1.63.224.2: RESYNC: (1.63-1.64); FILE MERGED 2005/08/03 13:54:59 fme 1.63.224.1: #i52253# If a cell frame becomes empty in SwCntntFrm::Cut(), trigger the removing of the follow flow line

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [292a69baef1a0b566d2fa31a970eae69e46a76ef]

        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-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc2ac1f1d018bc7c3bbbfe5acfabd96f006206de]

        INTEGRATION: CWS swqbf35 (1.76.110); FILE MERGED 2005/09/22 16:19:00 fme 1.76.110.5: RESYNC: (1.77-1.78); FILE MERGED 2005/08/09 07:14:12 od 1.76.110.4: #i52904# method <lcl_ArrangeLowers(..)> 	 - re-introduce correct movement of anchored objects. 2005/08/03 11:35:59 fme 1.76.110.3: #i52781# Table row resize with mouse did not work correctly with nested tables 2005/08/01 15:33:04 fme 1.76.110.2: RESYNC: (1.76-1.77); FILE MERGED 2005/06/30 08:39:42 od 1.76.110.1: #i44910# <SwTabFrm::MakeAll()> - suppress format of lower frames, if          table doesn't fit and isn't allowed to split.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [45eb3adfbb2e2d035eef861353e6c37a36267db9]

        INTEGRATION: CWS swqbf35 (1.3.370); FILE MERGED 2005/09/22 16:18:25 fme 1.3.370.3: RESYNC: (1.3-1.4); FILE MERGED 2005/08/22 06:49:11 od 1.3.370.2: #i51941# - syntax correction 2005/08/19 06:22:09 od 1.3.370.1: #i51941# <SwSortedObjsImpl::Insert(..)> 	 - check, if anchored object is already in the list.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7dce3f6893109baf6b496ec375dcb6e72aaf182]

        INTEGRATION: CWS swqbf35 (1.39.224); FILE MERGED 2005/09/22 16:17:23 fme 1.39.224.2: RESYNC: (1.39-1.40); FILE MERGED 2005/08/02 08:46:27 od 1.39.224.1: #i51474# <SwSectionFrm::Format(..)>          - perform extra format for object positioning only for balanced sections          - reset flag at anchored objects, that object has cleared its            environment for the extra format.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5880ae19cfab81d90c4e498e443ceffd4961dcb]

        INTEGRATION: CWS swqbf35 (1.88.192); FILE MERGED 2005/09/22 16:17:06 fme 1.88.192.5: RESYNC: (1.89-1.91); FILE MERGED 2005/08/01 15:32:50 fme 1.88.192.4: RESYNC: (1.88-1.89); FILE MERGED 2005/07/04 07:09:29 od 1.88.192.3: #123196# - undo changes for issue 123196 2005/06/30 13:46:16 od 1.88.192.2: #123196# <SwRootFrm::Paint(..)> - indicate for all paint actions that 	 paint action is in progress. 2005/06/30 10:31:51 od 1.88.192.1: #i47804# adjust background painting of fly frames          - distinguish between complete background paint and margin paint          - no paint of background for transparent graphics in layer Hell          - paint of background of parent fly frame for transparent            graphics in layer Hell only of the intersected area and            if parent fly frame isn't in layer Hell.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f7afc46e4e32fe39b7867c3800fc11bce1b0e9d]

        INTEGRATION: CWS swqbf35 (1.36.446); FILE MERGED 2005/09/22 16:16:12 fme 1.36.446.2: RESYNC: (1.36-1.37); FILE MERGED 2005/07/04 08:29:39 fme 1.36.446.1: #i47580# Check for empty table frame before removing superflous page

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8923aeefe302bdf2d45104ad5124eccffdf0f823]

        INTEGRATION: CWS swqbf35 (1.13.38); FILE MERGED 2005/09/22 16:15:10 fme 1.13.38.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/02 08:31:24 od 1.13.38.1: #124218# object positioning algorithm          - consider set flag <bAgain> at layout action

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec6d8032686f95177b5b6f7824d73d241d107b15]

        INTEGRATION: CWS swqbf35 (1.5.290); FILE MERGED 2005/09/22 16:14:36 fme 1.5.290.3: RESYNC: (1.5-1.6); FILE MERGED 2005/08/19 06:25:54 od 1.5.290.2: #i51941# <SwObjectFormatterLayFrm::_AdditionalFormatObjsOnPage()> 	 - no format of anchored object, which are anchored inside or 	   at a fly frame. 2005/08/02 08:31:25 od 1.5.290.1: #124218# object positioning algorithm          - consider set flag <bAgain> at layout action

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a15ee37524a1e7265810a35ed47143b94401272]

        INTEGRATION: CWS swqbf35 (1.6.290); FILE MERGED 2005/09/22 16:14:25 fme 1.6.290.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/02 08:31:24 od 1.6.290.1: #124218# object positioning algorithm          - consider set flag <bAgain> at layout action

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [e42cbaacdbc250acad7646271b9d7213bdc7d4b2]

        INTEGRATION: CWS swqbf35 (1.51.108); FILE MERGED 2005/09/22 16:11:22 fme 1.51.108.3: RESYNC: (1.51-1.52); FILE MERGED 2005/06/30 09:30:18 od 1.51.108.2: #121980# <SwLayAction::IsShortCut(..)> - no shortcut, if at previous          page are registered an anchored object, whose anchor is the          first body content on the current page. 2005/06/30 09:21:09 od 1.51.108.1: #i50432# <SwLayAction::InternalAction(..)>          - adjust interrupt formatting to normal page formatting

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [38962a8111dbd5f5cc29e159ed88b6cb6f8f589a]

        INTEGRATION: CWS swqbf35 (1.26.612); FILE MERGED 2005/09/22 16:10:51 fme 1.26.612.5: RESYNC: (1.26-1.27); FILE MERGED 2005/08/16 09:49:58 od 1.26.612.4: #i49383# class <SwFtnFrm> - initialize new member <mbUnlockPosOfLowerObjs> 2005/08/10 14:21:26 od 1.26.612.3: #i49383# correction of fix: consider deleted footnote frames. 2005/07/29 10:24:05 od 1.26.612.2: #i49383# - consider that frame passed to <SwFrmNotify> instance is deleted. 2005/06/30 08:48:20 od 1.26.612.1: #i49383# - disable unlock of position of lower objects of footnote            during format of its content.          - format anchored objects of footnote content. 	 - perform locking of footnote frame for disable unlock of            lower object positions.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [5939b31118a1962ca3aa2f2c8cb0bac27ccd5337]

        INTEGRATION: CWS swqbf35 (1.80.94); FILE MERGED 2005/09/22 16:10:38 fme 1.80.94.8: RESYNC: (1.81-1.82); FILE MERGED 2005/08/19 06:24:45 od 1.80.94.7: #i51941# <Notify(..)> - consider case, that fly frame isn't registered 	 on the old page frame. 2005/08/03 11:35:58 fme 1.80.94.6: #i52781# Table row resize with mouse did not work correctly with nested tables 2005/08/01 15:31:40 fme 1.80.94.5: RESYNC: (1.80-1.81); FILE MERGED 2005/07/29 10:27:07 od 1.80.94.4: #i51303# <SwLayNotify::~SwLayNotify()> - no unlock of object positions for sections. 2005/07/29 10:24:04 od 1.80.94.3: #i49383# - consider that frame passed to <SwFrmNotify> instance is deleted. 2005/07/29 08:58:10 od 1.80.94.2: #i50668#,#i50998# <SwFrmNotify::~SwFrmNotify()> 		  Do not invalidate position of upper autowidth fly frame, 		  because it's not needed and causes layout loops. 2005/06/30 08:49:44 od 1.80.94.1: #i49383# <SwLayNotify::~SwLayNotify()> - control unlock of position          of lower object of footnote frames.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf479de88b54462b8e55b69719b4649e5ac27664]

        INTEGRATION: CWS swqbf35 (1.42.134); FILE MERGED 2005/09/22 16:09:15 fme 1.42.134.2: RESYNC: (1.42-1.43); FILE MERGED 2005/06/30 09:14:38 od 1.42.134.1: #i50432# <SwPageFrm::PlaceFly(..)>          - adjust synopsis of method          - consider the case the page frame is an empty page            --> append fly frame at next page frame.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [41ecae993fcc487aa1cb6136a226329fd52111eb]

        INTEGRATION: CWS swqbf35 (1.67.148); FILE MERGED 2005/09/22 16:08:21 fme 1.67.148.5: RESYNC: (1.68-1.69); FILE MERGED 2005/08/08 11:00:13 od 1.67.148.4: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()> 2005/08/02 08:44:55 od 1.67.148.3: #i51474# - <SwFlyFrm::Modify(..)>: reset flags for the layout process          - <SwFrm::InvalidateObjs(..)>: consider anchored objects, which            are marked that it clears the environment. 2005/08/01 15:30:37 fme 1.67.148.2: RESYNC: (1.67-1.68); FILE MERGED 2005/06/30 08:53:46 od 1.67.148.1: #i49383# <SwFrm::InvalidateObjs(..)> - remove wrong assertion.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6ed19026f47a09e8ced4e1c23a4a9126f950d94]

        INTEGRATION: CWS swqbf35 (1.48.96); FILE MERGED 2005/09/22 16:08:08 fme 1.48.96.3: RESYNC: (1.48-1.49); FILE MERGED 2005/08/16 12:14:37 od 1.48.96.2: #i53323# <SwFrm::GetLeaf( MakePageType, BOOL )> 	 - consider that a frame could be inside a table AND inside a section. 2005/07/04 08:24:30 fme 1.48.96.1: #i46683# No WrongPageDesc check in BroseMode

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b5fcf590302e031a0e198964de35fbe384d3cef]

        INTEGRATION: CWS swqbf35 (1.55.152); FILE MERGED 2005/09/22 16:07:09 fme 1.55.152.2: RESYNC: (1.55-1.56); FILE MERGED 2005/07/01 13:17:42 fme 1.55.152.1: #i46181# Frames with upper spacing sometimes don't move backward

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2aa5553f245c6a7bc4475fad7880f74eab9f739]

        INTEGRATION: CWS swqbf35 (1.54.110); FILE MERGED 2005/09/22 16:06:23 fme 1.54.110.2: RESYNC: (1.54-1.55); FILE MERGED 2005/06/30 09:18:17 od 1.54.110.1: #i50432# <SwPageFrm::PlaceFly(..)>          - adjust synopsis of method          - consider the case the page frame is an empty page            --> append fly frame at next page frame.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b1449da289496dcc26f95f880f0a5c1831d550]

        INTEGRATION: CWS swqbf35 (1.14.144); FILE MERGED 2005/09/22 16:06:51 fme 1.14.144.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/09 07:15:24 od 1.14.144.1: #i52904# class <SwObjPositioningInProgress> 	 - consider nested usage of this class

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc16ff6610720ae207db580fb3467e8947608c6f]

        INTEGRATION: CWS swqbf35 (1.45.104); FILE MERGED 2005/09/22 16:04:19 fme 1.45.104.2: RESYNC: (1.45-1.46); FILE MERGED 2005/06/30 10:26:14 od 1.45.104.1: #i47162# class <SwTxtFrm::_calcHeightOfLastLine>          - add optional parameter <_bUseFont>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [47726e7ce743415b52f2c423384ef4482a6dda5c]

        INTEGRATION: CWS swqbf35 (1.14.548); FILE MERGED 2005/09/22 15:56:25 fme 1.14.548.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/30 09:04:19 od 1.14.548.1: #i50432# <SwPageFrm::PlaceFly(..)>          - adjust synopsis of method          - consider the case the page frame is an empty page            --> append fly frame at next page frame.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8f4e33a25b2c66834eaae2ddeb573873cba6968]

        INTEGRATION: CWS swqbf35 (1.4.290); FILE MERGED 2005/09/22 15:56:14 fme 1.4.290.2: RESYNC: (1.4-1.5); FILE MERGED 2005/08/02 08:25:34 od 1.4.290.1: #124218# class <SwObjectFormatter> - make several method inline.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b44771918d44bd692f9630d794a13c75d07b484]

        INTEGRATION: CWS swqbf35 (1.5.518); FILE MERGED 2005/09/22 15:52:22 fme 1.5.518.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/30 08:43:34 od 1.5.518.1: #i49383# class <SwFtnFrm> - new member <mbUnlockPosOfLowerObjs> to control          unlock of position of lower objects.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [342f90e61ec106555a6b8cfe47732b05d68d3601]

        INTEGRATION: CWS swqbf35 (1.20.358); FILE MERGED 2005/09/22 15:51:54 fme 1.20.358.3: RESYNC: (1.20-1.21); FILE MERGED 2005/08/03 11:35:57 fme 1.20.358.2: #i52781# Table row resize with mouse did not work correctly with nested tables 2005/07/29 10:21:59 od 1.20.358.1: #i49383# - consider situation that frame of <SwFrmNotify> instance is deleted.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [644561df76e5ee653b86150912c998f333c0b52b]

        INTEGRATION: CWS swqbf35 (1.30.36); FILE MERGED 2005/09/22 15:39:38 fme 1.30.36.2: RESYNC: (1.30-1.31); FILE MERGED 2005/08/17 09:56:35 od 1.30.36.1: #i53025# method <SwGrfNode::_GetStreamForEmbedGrf(..)> and its usage 	 - correction: provide storage containing the embedded graphic 	   stream via parameter 	 method <SwGrfNode::_GetStreamStorageNames(..)> 	 - improvement: stream couldn't be inside a 3.1 - 5.2 storage any more

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [80564a1d2778a68307e0f43303d593dedecab4e3]

        INTEGRATION: CWS swqbf35 (1.32.142); FILE MERGED 2005/09/22 15:38:49 fme 1.32.142.2: RESYNC: (1.32-1.33); FILE MERGED 2005/08/02 10:33:15 fme 1.32.142.1: #i52189# MakeNewFrms and MakeFrms did not work correctly with multiple repeated headline rows

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [382c68f461b8c6a40d3e1541994d563d86ceb88f]

        INTEGRATION: CWS swqbf35 (1.35.194); FILE MERGED 2005/09/22 15:38:01 fme 1.35.194.2: RESYNC: (1.35-1.36); FILE MERGED 2005/08/03 11:35:57 fme 1.35.194.1: #i52781# Table row resize with mouse did not work correctly with nested tables

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccfb19218757c75394cddb40234efd89cf1eda40]

        INTEGRATION: CWS swqbf35 (1.40.32); FILE MERGED 2005/09/22 15:37:48 fme 1.40.32.2: RESYNC: (1.40-1.41); FILE MERGED 2005/08/08 11:00:12 od 1.40.32.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb73bfb923f1337f68ca92e71535ced5680f47c4]

        INTEGRATION: CWS swqbf35 (1.33.92); FILE MERGED 2005/09/22 15:36:32 fme 1.33.92.4: RESYNC: (1.33-1.34); FILE MERGED 2005/09/01 11:30:50 od 1.33.92.3: #i52780# <SWFEShell::Paste(..)> 	 - drawing object has to be made visible on paste 2005/08/03 12:52:57 od 1.33.92.2: #i50824# correct minor typo error in method name 2005/08/03 12:45:59 od 1.33.92.1: #i50824# <SwFEShell::Paste( SvStream, USHORT, const Point* ) 	 - remove all embedded objects from the draw model, which 	   will be pasted into the Writer document.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [4555fa5ff1646fd4b860e99adbc437e7f04fe7e2]

        INTEGRATION: CWS swqbf35 (1.42.148); FILE MERGED 2005/09/22 15:18:47 fme 1.42.148.3: RESYNC: (1.42-1.43); FILE MERGED 2005/08/02 08:42:25 od 1.42.148.2: #i51474# <SwDrawContact::Modify(..)> - reset layout process flags 2005/06/30 10:19:26 od 1.42.148.1: #i46297# <SwContact::MoveObjToInvisibleLayer(..)> - notify background          of object about its leaving. 	 <SwContact::MoveObjToVisibleLayer(..)> - notify background of          object about its arriving and invalidate its position. 	 - assure that notification of background on moving anchored object            to visible/unvisible layer is only done, if it's needed.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [f335146ab4d01136c22b99c78aa34965332c0e8c]

        INTEGRATION: CWS swqbf35 (1.27.142); FILE MERGED 2005/09/22 15:16:57 fme 1.27.142.2: RESYNC: (1.27-1.28); FILE MERGED 2005/08/03 11:35:56 fme 1.27.142.1: #i52781# Table row resize with mouse did not work correctly with nested tables

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd0897d4539be4fadb0927da81f23c6ab9555825]

        INTEGRATION: CWS swqbf35 (1.50.18); FILE MERGED 2005/09/22 15:06:20 fme 1.50.18.2: RESYNC: (1.50-1.51); FILE MERGED 2005/08/02 14:20:22 fme 1.50.18.1: #i52775# Update of chapter footnotes after update of outline nodes

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd0de3ead49ea71d81a9fcc4d9873965aa99f068]

        INTEGRATION: CWS swqbf35 (1.53.36); FILE MERGED 2005/09/22 15:06:08 fme 1.53.36.2: RESYNC: (1.53-1.54); FILE MERGED 2005/08/12 05:07:52 fme 1.53.36.1: #i53199# New compatibility option: DoNoResetParaAttrForNumFont

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b2288a699efe512b934b1574742d8ccf62cb29d]

        INTEGRATION: CWS swqbf35 (1.37.36); FILE MERGED 2005/09/22 15:05:57 fme 1.37.36.5: RESYNC: (1.37-1.38); FILE MERGED 2005/08/08 11:00:12 od 1.37.36.4: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()> 2005/08/02 14:36:07 fme 1.37.36.3: #i52775# Call UpdateAllFtn instead of UpdateFtn 2005/08/02 14:19:25 fme 1.37.36.2: #i52775# Call UpdateAllFtn instead of UpdateFtn 2005/08/02 12:25:02 od 1.37.36.1: #i52780# <SwDoc::CopyLayoutFmt(..)> - moving of drawing object to visible 	 layer not needed.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f7732aebd28e3a01dd1ce293c1e7fb8fc58cd06]

        INTEGRATION: CWS swqbf35 (1.29.82); FILE MERGED 2005/09/22 15:03:48 fme 1.29.82.2: RESYNC: (1.29-1.30); FILE MERGED 2005/07/01 13:12:16 fme 1.29.82.1: #i45539# Copy dynamic header spacing attribute in lcl_DescSetAttr

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [d94ab85a4823306198ac348409f0d22152c67b30]

        INTEGRATION: CWS swqbf35 (1.48.518); FILE MERGED 2005/09/22 14:43:31 fme 1.48.518.2: RESYNC: (1.48-1.49); FILE MERGED 2005/08/08 11:00:13 od 1.48.518.1: #i52858# - method name <SwDoc::MakeDrawModel()>  	   changed to <SwDoc::GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2abc7bfceabfc80c4d806205f6badf4a488cd44]

        INTEGRATION: CWS swqbf35 (1.15.34); FILE MERGED 2005/09/22 13:28:53 fme 1.15.34.2: RESYNC: (1.15-1.16); FILE MERGED 2005/08/17 09:54:43 od 1.15.34.1: #i53025# method <SwGrfNode::_GetStreamForEmbedGrf(..)> and its usage 	 - correction: provide storage containing the embedded graphic 	   stream via parameter 	 method <SwGrfNode::_GetStreamStorageNames(..)> 	 - improvement: stream couldn't be inside a 3.1 - 5.2 storage any more

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f432dc6e856265dc003f001c0990c8273e75b2e]

        INTEGRATION: CWS swqbf35 (1.109.18); FILE MERGED 2005/09/22 12:50:46 fme 1.109.18.3: RESYNC: (1.109-1.110); FILE MERGED 2005/08/12 05:04:39 fme 1.109.18.2: #i53199# New compatibility option: DoNoResetParaAttrForNumFont 2005/08/08 10:52:43 od 1.109.18.1: #i52858# class <SwDoc> 	 - rename method <MakeDrawModel()> to <GetOrCreateDrawModel()>

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a1b3405ab1c848cc01b0dc83c276cf1489e3c56]

        INTEGRATION: CWS swqbf35 (1.13.134); FILE MERGED 2005/09/22 12:27:00 fme 1.13.134.2: RESYNC: (1.13-1.14); FILE MERGED 2005/08/09 07:03:10 od 1.13.134.1: #i52904# class <SwObjPositioningInProgress> 	 - consider nested usage of this class

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f492e9432123c7c462498243fb0b45fea93c9e2]

        INTEGRATION: CWS swqbf35 (1.5.38); FILE MERGED 2005/09/22 12:08:44 fme 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/02 07:40:13 fme 1.5.38.1: #i50633# Only replace hyphen by 0xad during tagged pdf export

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [2b7ce2a552e511e87d8f83233d086db5daa89fe9]

        INTEGRATION: CWS swqbf35 (1.6.62); FILE MERGED 2005/09/22 05:18:52 fme 1.6.62.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/04 09:42:41 od 1.6.62.1: #i47323#,#i51938# <BinFilterDetect::detect(..) 		  - restrict returned filters to the one the binfilter 		    modul is responsible for.

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1e08b44c79adbcda49a8aab1dbba4c204069d42]

        INTEGRATION: CWS swqbf35 (1.5.98); FILE MERGED 2005/09/21 06:16:34 fme 1.5.98.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/04 07:46:16 fme 1.5.98.1: #122919# Avoid claling getRendererCount() twice

2005-09-28  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb61871b1410016dfa1f5d5d7108ab596f180609]

        INTEGRATION: CWS swqbf35 (1.36.62); FILE MERGED 2005/09/21 06:16:25 fme 1.36.62.3: RESYNC: (1.39-1.40); FILE MERGED 2005/08/01 14:37:41 fme 1.36.62.2: RESYNC: (1.36-1.39); FILE MERGED 2005/07/04 07:46:15 fme 1.36.62.1: #122919# Avoid claling getRendererCount() twice

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [06004e15637c16e6f59f363d37a2751c303e75cf]

        INTEGRATION: CWS tbe23 (1.136.12); FILE MERGED 2005/08/16 14:54:49 tbe 1.136.12.2: #i49388# office crashes when executing BeanShell macro from command line 2005/08/16 14:52:51 tbe 1.136.12.1: #i46468# Basic IDE allows file insertion when locked

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [8485c13c23dc0e3b53d561ed1d8f27a0bcfc9af2]

        INTEGRATION: CWS tbe23 (1.19.8); FILE MERGED 2005/05/18 14:16:19 tbe 1.19.8.1: #i49239# multiple entries in Basic Macro organizer for identical document names

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bc929b2200df13a98ac74742a4b7b737f2a599f]

        INTEGRATION: CWS tbe23 (1.43.8); FILE MERGED 2005/08/04 13:56:50 tbe 1.43.8.2: #i51227# After leaving the API and the components focus, component library initialization fails 2005/05/20 09:24:36 tbe 1.43.8.1: #i46468# Basic IDE allows file insertion when locked

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [42d952a84a4d98e2bfa78d4ffa44fd5c1aa687ef]

        INTEGRATION: CWS shellfix03 (1.107.16); FILE MERGED 2005/08/09 13:31:38 obr 1.107.16.2: #i44886# reworked temp file code in cde-open-url 2005/08/04 11:36:47 obr 1.107.16.1: #i51006# added patch flag for open-url.sh

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [58ea9fa06cfa0154ecb82654fac7261b3a09bb7e]

        INTEGRATION: CWS tbe23 (1.22.18); FILE MERGED 2005/05/18 15:00:12 tbe 1.22.18.1: #i49388# office crashes when executing BeanShell macro from command line

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [92a9431c7f88d4311a8c3e38036d4b2aef347d35]

        INTEGRATION: CWS shellfix03 (1.135.4); FILE MERGED 2005/08/17 07:18:47 obr 1.135.4.1: #i48802# urls containing \'&\' need to get escaped

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [e74c72557455fcc20656b4a115885510ff634593]

        INTEGRATION: CWS shellfix03 (1.7.28); FILE MERGED 2005/08/23 13:35:45 obr 1.7.28.1: #i51006# ignore directories in which sub

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [47e5abb71fe62cb9e82e0f74e3e39d43c9f8ee63]

        INTEGRATION: CWS shellfix03 (1.2.118); FILE MERGED 2005/08/23 13:35:45 obr 1.2.118.3: #i51006# ignore directories in which sub 2005/08/23 10:04:10 obr 1.2.118.2: #i51006# -z argument needs quoting 2005/08/04 11:33:28 obr 1.2.118.1: #i51006# search for uptodate products first

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b37864c789b48e846e7084abb7e043d47fadc026]

        INTEGRATION: CWS shellfix03 (1.2.114); FILE MERGED 2005/08/09 13:30:36 obr 1.2.114.1: #i44886# reworked temp file code

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f28dc8748d26404c0a8d6a595fc53f0d7fa7cc9]

        INTEGRATION: CWS shellfix03 (1.11.44); FILE MERGED 2005/08/17 07:16:18 obr 1.11.44.1: #i48802# urls containing \'&\' need to get escaped

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [959daf4bc0ccc5eb2369dae95ed653110e1d38be]

        INTEGRATION: CWS calcbinfilter (1.4.96); FILE MERGED 2005/05/19 10:23:25 nn 1.4.96.1: #i49161# re-enable xml loading of tracked changes

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [59d36dfb248eeb2f523ef2c785f69ea8d16156c1]

        INTEGRATION: CWS calcbinfilter (1.5.96); FILE MERGED 2005/05/19 10:24:44 nn 1.5.96.1: #i49161# re-enable xml loading of tracked changes

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [253ecfff8a177e3fba56833326cc9a97c43d1eca]

        INTEGRATION: CWS calcbinfilter (1.4.96); FILE MERGED 2005/05/19 10:24:18 nn 1.4.96.1: #i49161# re-enable xml loading of tracked changes

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [3acae81815152a564bcb2b4b64788ee3df0fb345]

        INTEGRATION: CWS calcbinfilter (1.8.16); FILE MERGED 2005/05/19 10:23:55 nn 1.8.16.1: #i49161# re-enable xml loading of tracked changes

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b18cefb3889eafa4f432ff0c6d33511d78feb333]

        INTEGRATION: CWS aw032 (1.48.386); FILE MERGED 2005/08/03 16:29:49 aw 1.48.386.1: #i48535#

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [f599f014dfd189150b5fcaa13b4b485ebc6bac7f]

        INTEGRATION: CWS aw032 (1.5.558); FILE MERGED 2005/08/03 17:16:44 aw 1.5.558.1: #i51163#

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e4b4ed649efa3f0064cfef8ff9160062c7a2ff1]

        INTEGRATION: CWS aw032 (1.13.252); FILE MERGED 2005/08/03 16:57:28 aw 1.13.252.1: #i51798#

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0894b3abca1f93205e69f109ba6db6322a9fa95]

        INTEGRATION: CWS aw032 (1.9.278); FILE MERGED 2005/08/03 17:45:28 aw 1.9.278.1: #i48168#

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cb7ac69fa7bec93e1e8e907aeb33d6e11beabfe]

        INTEGRATION: CWS aw032 (1.7.122); FILE MERGED 2005/08/15 13:00:46 aw 1.7.122.1: #i27418#

2005-09-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [efb2725b524de3463e57a31e8421836aeaed86e2]

        #i10000#: uncommitted changes from CWS impress49

2005-09-26  Vladimir Glazounov  <vg@openoffice.org>  [112b2a106c6cd85c992855e2e2abfc799f947012]

        new version for SRC680

2005-09-26  Vladimir Glazounov  <vg@openoffice.org>  [6b162498de56472c1908dbc90ee13a781111d75a]

        new version for SRC680

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [22c6d91719e35d4f370b279a672c0d423a80c600]

        #i10000#: regenerate configure

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f38ac068e1322bd119b2c0089f90f2e00e1f026]

        #i52395#,#i10000#: FontWork -> Fontwork, change was missing from CWS integration

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b4a17883c4122c52089d01e12c5402a263183c]

        SRC680

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [51460c49a1762e18ae59a89fe3ea86f98495c17a]

        INTEGRATION: CWS merge20to201 (1.4.14); FILE MERGED 2005/09/23 10:01:09 hr 1.4.14.1: #i54997#: merge CWS pj33

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [21526913249e73637cf6954afc4b96096578f564]

        INTEGRATION: CWS merge20to201 (1.69.4); FILE MERGED 2005/09/23 09:55:21 hr 1.69.4.1: #i54997#: merge CWS pj33

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [75b501e057b968a5e4252b7eedc59755639023da]

        INTEGRATION: CWS merge20to201 (1.74.14); FILE MERGED 2005/09/23 10:12:59 hr 1.74.14.1: #i54997#: merge CWS dicconfigure

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2f983cf72902c86f273c861a93e330bfe924627]

        INTEGRATION: CWS merge20to201 (1.3.10); FILE MERGED 2005/09/23 10:12:09 hr 1.3.10.1: #i54997#: merge CWS dicconfigure

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c5f621b9458e94439bf65a027d1986df3d9fc23]

        INTEGRATION: CWS merge20to201 (1.65.26); FILE MERGED 2005/09/23 10:14:22 hr 1.65.26.1: #i54997#: merge CWS vq20

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc53274373d7d6a63a34c11aaa1616439485e48e]

        INTEGRATION: CWS merge20to201 (1.40.26); FILE MERGED 2005/09/26 11:40:31 hr 1.40.26.1: #i54997#: merge OOO680 master fixes to SRC680 #i10000# move {milestone} to 2.0

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e12ecda177aa27ce57535554aa122250f4a4879]

        INTEGRATION: CWS merge20to201 (1.22.26); FILE MERGED 2005/09/23 10:14:21 hr 1.22.26.1: #i54997#: merge CWS vq20

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [10eb61b5d6eddb017da44d7ba976b0777609ec28]

        INTEGRATION: CWS merge20to201 (1.2.50); FILE MERGED 2005/09/23 09:59:27 hr 1.2.50.1: #i54997#: merge CWS pj33

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [18d2dd0b2ab473365d7991ba8e89993a61c66fff]

        INTEGRATION: CWS merge20to201 (1.25.6); FILE MERGED 2005/09/26 11:33:08 hr 1.25.6.1: #i54997#: merge OOO680 masterfixes to SRC680 update to final version 2.0. #i43709# #i10000# move {milestone} to 2.0

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [ace479eafecd4ff0391bb2e34349abb3aef1d02d]

        INTEGRATION: CWS merge20to201 (1.41.8); FILE MERGED 2005/09/23 09:58:31 hr 1.41.8.1: #i54997#: merge CWS pj33

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [6077ad21190d90d59779fd5953cdec73da10eccf]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:54 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [af6ad6f470ff89d4a65d4315bc8f7c47ad337bc3]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:53 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f721824c39ae0d67622defdcd9179e82e0731c9]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:52 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d84af4315269cd8a2cb9e83acd514533fbd67f31]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:51 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ed8933898a81e1b881524da4f67a1e708d5d26f]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:50 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [7aeb752a32fda3849f2b8bf1b3c4118b28667498]

        INTEGRATION: CWS merge20to201 (1.1.8); FILE ADDED 2005/09/23 10:06:49 hr 1.1.8.1: #i54997#: merge CWS rt12

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [0150a0525628426bf1f28d66735bbf620f79fe32]

        INTEGRATION: CWS merge20to201 (1.21.8); FILE MERGED 2005/09/23 10:14:58 hr 1.21.8.1: #i54997#: merge CWS vq20

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3111c1d820c806fd7cb228a2af84d4ba6973361]

        INTEGRATION: CWS merge20to201 (1.7.8); FILE MERGED 2005/09/26 11:36:17 hr 1.7.8.1: #i54997#: merge OOO680 master fixes to SRC680 #i10000# change naming from 1.9 to 2.0

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [d18b99cafadb27dd300d02a015b06a9caf065eb4]

        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>  [f754f0920f507a3dab64d163c035e910196af970]

        INTEGRATION: CWS qwizardsbf6 (1.68.20); FILE MERGED 2005/07/19 11:52:45 tv 1.68.20.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [94e90ed0aac995852ab62c557a0ca4e60e0ee888]

        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>  [472da7a7fb139a255cb04e5b22cef1e2266812cc]

        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-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [879d30a9fc72f00b92f39426b062b29f91a7c263]

        INTEGRATION: CWS encup (1.22.152); FILE MERGED 2005/04/29 16:01:25 ihi 1.22.152.1: #i40603# German strings now UTF8 encoded

2005-09-26  Jens-Heiner Rechtien  <hr@openoffice.org>  [bff915c9f498ab20e4c198494df9743b2c508167]

        INTEGRATION: CWS encup (1.8.44); FILE MERGED 2005/04/29 16:01:19 ihi 1.8.44.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a3574f75f6fbbac695ea1ac55703b996414dd66]

        INTEGRATION: CWS fwk20 (1.16.54); FILE MERGED 2005/08/25 07:46:47 cd 1.16.54.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [98928c14ae8f9cb24760444bfca6dd6c3db886d1]

        INTEGRATION: CWS fwk20 (1.107.50); FILE MERGED 2005/08/25 07:46:47 cd 1.107.50.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4e462ece9100798fc443bf3e977775d63fd8f0d]

        INTEGRATION: CWS fwk20 (1.18.52); FILE MERGED 2005/08/25 07:46:46 cd 1.18.52.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e262510ffd7a6fc400c6f37e6da5e3bee58402eb]

        INTEGRATION: CWS fwk20 (1.18.54); FILE MERGED 2005/08/25 07:46:46 cd 1.18.54.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [06362cb0c955c878b4ae8cee71939f0cd0ebe487]

        INTEGRATION: CWS fwk20 (1.15.54); FILE MERGED 2005/08/25 07:46:45 cd 1.15.54.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [065323061c8f5a9032c3245448d39b14b158cec1]

        INTEGRATION: CWS fwk20 (1.20.54); FILE MERGED 2005/08/25 07:46:44 cd 1.20.54.1: #i32241# Added patch flag for window state configuration files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbfc1d0cc19a0f878af1348f7e993d894248220b]

        INTEGRATION: CWS fwk20 (1.18.4); FILE MERGED 2005/08/03 08:38:09 mav 1.18.4.1: #i51806# close used streams in time

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc2b56453d9cfb0afaf8e68673914a0e47618e69]

        INTEGRATION: CWS fwk20 (1.41.4); FILE MERGED 2005/08/03 08:38:08 mav 1.41.4.1: #i51806# close used streams in time

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8673fb489497b68784ee11723649cd95fae3ec3c]

        INTEGRATION: CWS fwk20 (1.74.4); FILE MERGED 2005/08/03 08:38:08 mav 1.74.4.2: #i51806# close used streams in time 2005/08/02 09:32:48 mav 1.74.4.1: #i51352# handle empty folders more correct

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e8062a115fcc9e8005c1b54bc6588cae904a5a2]

        INTEGRATION: CWS fwk20 (1.8.24); FILE MERGED 2005/08/08 09:13:29 mav 1.8.24.1: #i52822# unlock mutex before notifications

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a88888a295f8e1df612509b1b342245dd860c5]

        INTEGRATION: CWS fwk20 (1.18.4); FILE MERGED 2005/08/08 09:13:28 mav 1.18.4.3: #i52822# unlock mutex before notifications 2005/08/02 09:32:47 mav 1.18.4.2: #i51352# handle empty folders more correct 2005/08/02 07:19:04 mav 1.18.4.1: #i46848# changing of the media type modifies the storage

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ab49ade7879be9298372d361a903df11a69acf8]

        INTEGRATION: CWS fwk20 (1.8.18); FILE MERGED 2005/08/08 09:13:28 mav 1.8.18.1: #i52822# unlock mutex before notifications

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f5a4e6c0d3e0a41d1c99701f1a3b96b2969a436]

        INTEGRATION: CWS fwk20 (1.10.4); FILE MERGED 2005/08/08 09:13:27 mav 1.10.4.2: #i52822# unlock mutex before notifications 2005/08/02 07:32:58 mav 1.10.4.1: #i46848# the parent is modified when the stream is modified

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d0122129551ed1ead7476d6a376b6fee99aa416]

        INTEGRATION: CWS fwk20 (1.5.4); FILE MERGED 2005/08/02 09:25:31 mav 1.5.4.1: #i46848# new tests

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [41254b6afc041cf32a0aca28a263f44759e768be]

        INTEGRATION: CWS fwk20 (1.4.4); FILE MERGED 2005/08/02 09:25:30 mav 1.4.4.1: #i46848# new tests

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [813ba363fc139838e6ccb1f7d2af73ea75ada2fd]

        INTEGRATION: CWS fwk20 (1.1.2); FILE ADDED 2005/08/02 09:26:14 mav 1.1.2.1: #i46848# new tests

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7079d7f13c7a19e380af404efc16bb21ed1f1b8f]

        INTEGRATION: CWS fwk20 (1.1.2); FILE ADDED 2005/08/02 09:28:56 mav 1.1.2.2: #i51352# this fix is also tested 2005/08/02 09:26:00 mav 1.1.2.1: #i46848# new tests

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a56acb6ceef362403c518aa610e8ce2a564a8997]

        INTEGRATION: CWS fwk20 (1.39.110); FILE MERGED 2005/08/12 08:12:44 mav 1.39.110.2: #i52479# check whether there is a controller 2005/08/12 07:57:55 mav 1.39.110.1: #i52479# check whether there is a controller

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9bbf8b7e4c1de5fc71fb38bf41ad68eb4bdf757]

        INTEGRATION: CWS fwk20 (1.20.112); FILE MERGED 2005/08/16 13:40:32 cd 1.20.112.2: #i52713# Use notifications about visible and invisible state of layout manager container window to switch off child windows 2005/08/04 05:45:23 cd 1.20.112.1: #i49599# Provide method to retrieve InternalDockingMode from SfxWorkWindow

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3fd1cd853ad6c4415a9cc953b958145e659483f]

        INTEGRATION: CWS fwk20 (1.33.166); FILE MERGED 2005/07/21 06:58:02 pb 1.33.166.1: fix: #i51099# String DLG_STYLE_DESIGNER removed

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b9403e99da95c4a38be4e8a739577dbe77d80d7]

        INTEGRATION: CWS fwk20 (1.35.88); FILE MERGED 2005/08/01 14:39:46 cd 1.35.88.1: #i49599# Docking window must float when OOo is running as embedded object in OLE container

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [51ba61c238016d55134903cf2cab7a707da0aa54]

        INTEGRATION: CWS fwk20 (1.55.112); FILE MERGED 2005/08/31 08:53:47 cd 1.55.112.3: #i53949# Added support for SFX_CHILDWIN_FORCEDOCK to hide non-floatable child windows in the OLE server mode 2005/08/16 13:40:48 cd 1.55.112.2: #i52713# Use notifications about visible and invisible state of layout manager container window to switch off child windows 2005/08/01 14:14:13 cd 1.55.112.1: #i49599# Docking window must float when OOo is running as embedded object in OLE container

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a6211b13c6cf7435c93914ac0b18bd6086868cc]

        INTEGRATION: CWS fwk20 (1.20.88); FILE MERGED 2005/08/31 08:53:47 cd 1.20.88.1: #i53949# Added support for SFX_CHILDWIN_FORCEDOCK to hide non-floatable child windows in the OLE server mode

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f78d69ee94c951d78676ef0f176457b333ff2a]

        INTEGRATION: CWS fwk20 (1.96.8); FILE MERGED 2005/08/15 09:49:56 pb 1.96.8.1: fix: #i49802# security warning removed

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2eb3f21940760571e63e43d30db8a38177106f4d]

        INTEGRATION: CWS fwk20 (1.30.116); FILE MERGED 2005/08/31 09:09:34 cd 1.30.116.1: #i53949# Added SFX_CHILDWIN_FORCEDOCK to mark non-floatable child windows

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d679970d0db625f24963c26595431b5d168ee13f]

        INTEGRATION: CWS fwk20 (1.17.4); FILE MERGED 2005/08/24 14:05:51 cd 1.17.4.1: #i52713# Make layout manager visible/invisible in OLE activate/deactivate to notify status indicator that it shouldn't make window visible again

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec13b074b3ce48d38244950a4a40d260e4127ed4]

        INTEGRATION: CWS fwk20 (1.19.24); FILE MERGED 2005/08/10 09:46:06 mav 1.19.24.1: #i53144# deregister as terminate listener when requested

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e07a779e7511bd4d65fa51ccdc1bd511bf18b2c]

        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>  [6226e53b86db4d2f9d07307140b59efa9f1a15f9]

        INTEGRATION: CWS fwk20 (1.8.98); FILE MERGED 2005/07/08 11:42:32 cd 1.8.98.2: #122192# Check configuration access reference before usage 2005/07/08 11:32:17 cd 1.8.98.1: #122192# Check configuration access reference before usage

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [021fbcaff1d2b15e6dc264e29a335ed93b715086]

        INTEGRATION: CWS fwk20 (1.35.6); FILE MERGED 2005/08/16 13:35:22 cd 1.35.6.3: #i52713# New notifications about visible and invisible state of layout manager container window 2005/08/02 11:48:01 cd 1.35.6.2: #i32241# Enable creation of visible non context sensitive toolbars 2005/08/01 15:00:42 cd 1.35.6.1: #i52243# Position data must be set at local object to make it persistent

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [efa1a9eadb60236e406c9b410e00320a85194aea]

        INTEGRATION: CWS fwk20 (1.19.6); FILE MERGED 2005/08/24 14:04:29 cd 1.19.6.1: #i52713# Don't show parent window when layout manager is set to invisible - OOo is used as embedded object

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd73fd45df20075685f36754b267941f2ba61cb5]

        INTEGRATION: CWS fwk20 (1.4.486); FILE MERGED 2005/08/01 14:58:22 mav 1.4.486.1: #i19510# Let MSIE download the stream

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea69fe6d9211234ce64e7a5243453549df79e861]

        INTEGRATION: CWS fwk20 (1.9.104); FILE MERGED 2005/08/01 14:58:22 mav 1.9.104.1: #i19510# Let MSIE download the stream

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db0123cc1fbc743ab7b432d872b7a85d419a9052]

        INTEGRATION: CWS fwk20 (1.3.38); FILE MERGED 2005/08/15 10:52:46 pb 1.3.38.1: fix: #i51988# [de] AutoPilot -> Assistent fix: #i52395# [de] FontWork -> Fontwork

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b97566eac4bda2adf46baa48c842d1343c2772]

        INTEGRATION: CWS qwizardsbf6 (1.2.138); FILE MERGED 2005/08/17 09:28:43 tv 1.2.138.1: fixed event bindings, crash when ending tutorial and focus problems Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [72167557234f5beba95b26ccc1556f4c7275fd7f]

        INTEGRATION: CWS qwizardsbf6 (1.2.138); FILE MERGED 2005/08/17 09:28:42 tv 1.2.138.1: fixed event bindings, crash when ending tutorial and focus problems Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [37b27b5f5d8f3ae6865e3437da5ea58cdb83d1e2]

        INTEGRATION: CWS qwizardsbf6 (1.2.138); FILE MERGED 2005/08/17 09:28:41 tv 1.2.138.1: fixed event bindings, crash when ending tutorial and focus problems Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9933d17106b9c872dcb8ea865ba1a40fc81b43f2]

        INTEGRATION: CWS fwk20 (1.3.40); FILE MERGED 2005/08/16 13:28:55 cd 1.3.40.1: #i52713# Added new constants to notify visible and invisible state of layout manager container window

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ba37873f16dc010ea24521e6f5ff7da16ae8714]

        INTEGRATION: CWS qwizardsbf6 (1.12.22); FILE MERGED 2005/07/19 11:52:42 tv 1.12.22.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1eabfecb1aafbf5bbd5eb7f7911ad14acca37d07]

        INTEGRATION: CWS qwizardsbf6 (1.3.104); FILE MERGED 2005/07/18 09:22:22 tv 1.3.104.2: correct property 'Enabled' instead of 'ReadOnly' 2005/07/14 11:07:05 tv 1.3.104.1: #i49215# Path text box read-only now

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f6ee8e40f485754c6d94e9b73836991d1dbb653]

        INTEGRATION: CWS qwizardsbf6 (1.2.18); FILE MERGED 2005/07/19 11:52:41 tv 1.2.18.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ac66897410622c1901480c1311db388ca9ebd21]

        INTEGRATION: CWS encup (1.46.50); FILE MERGED 2005/04/29 16:07:41 ihi 1.46.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b9de8be619b567db321e96e5310acd9f86be518]

        INTEGRATION: CWS qwizardsbf6 (1.5.20); FILE MERGED 2005/07/19 11:52:40 tv 1.5.20.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [79a5be91e6e44c9c38682e8b6ea87e675779accc]

        INTEGRATION: CWS qwizardsbf6 (1.10.14); FILE MERGED 2005/09/20 14:07:23 tv 1.10.14.4: #i47887# suppress macro attaching when creating personal letters Issue number: Submitted by: Reviewed by: 2005/08/30 14:25:06 tv 1.10.14.3: #i53714# activate dialog after exchanging content in the preview frame - to avoid focus problems Issue number: Submitted by: Reviewed by: 2005/08/15 15:31:56 tv 1.10.14.2: #i49215# correct default path
        
        Issue number:
        Submitted by:
        Reviewed by:
        2005/07/19 11:52:40 tv 1.10.14.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c31fed32e6443f95167bbbdb3eb3690dd1b37003]

        INTEGRATION: CWS qwizardsbf6 (1.4.40); FILE MERGED 2005/07/19 11:52:40 tv 1.4.40.2: #i48944# dynamically check installed letter wizard template and display the languages accordingly 2005/07/14 11:06:17 tv 1.4.40.1: #i45112# corrcetde UI issue Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [04b9f04e690c4b37403eb06d821979886f6a5d03]

        INTEGRATION: CWS qwizardsbf6 (1.6.54); FILE MERGED 2005/07/19 11:52:39 tv 1.6.54.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3336fe3d596779b27d5e416bb6522006dfe4a70]

        INTEGRATION: CWS qwizardsbf6 (1.3.40); FILE MERGED 2005/07/19 11:52:38 tv 1.3.40.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c725ac3f20fd6deeede6ceca7ce79bc0f6845a4]

        INTEGRATION: CWS qwizardsbf6 (1.4.54); FILE MERGED 2005/07/19 11:52:38 tv 1.4.54.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [060563b679f2a9af327a5c9b9dc800c073a500eb]

        INTEGRATION: CWS qwizardsbf6 (1.3.54); FILE MERGED 2005/07/19 11:52:37 tv 1.3.54.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [42749cea06e7e785641570c53d076efa322c6eb8]

        INTEGRATION: CWS encup (1.26.390); FILE MERGED 2005/04/29 16:07:38 ihi 1.26.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b78668de0db195cfd5ef34563b7ac40cd77dadb]

        INTEGRATION: CWS qwizardsbf6 (1.7.40); FILE MERGED 2005/07/15 09:37:15 tv 1.7.40.1: #i48610# sanity check with the retrieval of the Office path

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e93e432db6d640c7486e65215b52426cad420b8]

        INTEGRATION: CWS fwk20 (1.51.230); FILE MERGED 2005/08/31 08:59:50 cd 1.51.230.1: #i53949# Added SFX_CHILDWIN_FORCEDOCK to mark non-floatable child windows

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f26dab653cb0dbb4fa8cd980a4cc79f0c9cdbccf]

        INTEGRATION: CWS qwizardsbf6 (1.2.106); FILE MERGED 2005/07/14 11:02:01 tv 1.2.106.1: #i45112# corrected ui issue Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [beaf315573602c265ba73795cf2b1c5ef73e7af8]

        INTEGRATION: CWS qwizardsbf6 (1.5.4); FILE MERGED 2005/07/19 11:52:35 tv 1.5.4.1: #i48944# dynamically check installed letter wizard template and display the languages accordingly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c71566bf829930c0acde947cc18bd7f333e3595]

        INTEGRATION: CWS encup (1.27.390); FILE MERGED 2005/04/29 16:07:36 ihi 1.27.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2b90bf8d93887bce48b9a169a9753e83c68e0d8]

        INTEGRATION: CWS encup (1.41.390); FILE MERGED 2005/04/29 16:07:36 ihi 1.41.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1bb5f768c9fbc7dbe4a097bdc0a7bd4211c6a75]

        INTEGRATION: CWS encup (1.30.390); FILE MERGED 2005/04/29 16:07:36 ihi 1.30.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f12c95db0109cb27c335ef740ec38f7a47939ad7]

        INTEGRATION: CWS encup (1.80.50); FILE MERGED 2005/04/29 16:07:35 ihi 1.80.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [102a32c9cbdd23c8a27d37d9496c2a1de1c58adf]

        INTEGRATION: CWS encup (1.33.390); FILE MERGED 2005/04/29 16:07:34 ihi 1.33.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8215862f91cb45358093252d3a68e437a2d49dc]

        INTEGRATION: CWS encup (1.33.90); FILE MERGED 2005/04/29 16:07:34 ihi 1.33.90.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [90e9bca89c64cb9ea4871c68d7f90e7b80df7350]

        INTEGRATION: CWS encup (1.4.390); FILE MERGED 2005/04/29 16:07:34 ihi 1.4.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [18714f9b5dd31d40b42b38c54983e2b031521467]

        INTEGRATION: CWS encup (1.37.232); FILE MERGED 2005/04/29 16:07:33 ihi 1.37.232.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1bc705d7cca0da3321a47db97ed8c104e67a7e0]

        INTEGRATION: CWS encup (1.25.390); FILE MERGED 2005/04/29 16:07:33 ihi 1.25.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [09c2e8f1c82a4a3d92e57dd58854f3ff16976bd2]

        INTEGRATION: CWS encup (1.20.390); FILE MERGED 2005/04/29 16:07:33 ihi 1.20.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fdb814fb21dfcb84469bac2a51be8d7c0e83136]

        INTEGRATION: CWS encup (1.29.390); FILE MERGED 2005/04/29 16:07:33 ihi 1.29.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Vladimir Glazounov  <vg@openoffice.org>  [4d3be0c9d0dde2ea734a994f6ce7d92c3bfc9da0]

        new version for SRC680

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6fff4251370183206f6b3ff05c592c02b81eef0a]

        INTEGRATION: CWS encup (1.23.390); FILE MERGED 2005/04/29 16:07:32 ihi 1.23.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c72049db9cf2adceba5d1c69f1fd9edcd97d6190]

        INTEGRATION: CWS fwk20 (1.23.144); FILE MERGED 2005/08/31 09:18:33 cd 1.23.144.1: #i53949# Added SFX_CHILDWIN_FORCEDOCK to mark non-floatable child windows

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f853a701cd007dca986f8375fb9aaad3b1b20b4]

        INTEGRATION: CWS encup (1.45.150); FILE MERGED 2005/04/29 16:07:31 ihi 1.45.150.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [639285c6be70b481072572ae8e6b81425832152f]

        INTEGRATION: CWS fwk20 (1.8.148); FILE MERGED 2005/08/15 10:58:46 pb 1.8.148.1: fix: #i52395# [de] FontWork -> Fontwork

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f4ce2059626aa1945900531ee39c1f7f467bec27]

        INTEGRATION: CWS encup (1.46.176); FILE MERGED 2005/04/29 16:07:31 ihi 1.46.176.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6352bc0c3671cb68e198bdd182e47844043dd05e]

        INTEGRATION: CWS fwk20 (1.61.188); FILE MERGED 2005/08/15 10:59:58 pb 1.61.188.1: fix: #i52395# FontWork -> Fontwork

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [04320cbc80ee007cb416daae8b490950e84ab290]

        INTEGRATION: CWS encup (1.41.8); FILE MERGED 2005/04/29 16:07:31 ihi 1.41.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fad67da702c111d49ad42ea9e0424a13651146f]

        INTEGRATION: CWS encup (1.3.26); FILE MERGED 2005/04/29 16:07:30 ihi 1.3.26.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4460ebfb48a35ba9abd55f9631c7611a2ecf0116]

        INTEGRATION: CWS encup (1.40.390); FILE MERGED 2005/04/29 16:07:29 ihi 1.40.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [591ba287f149d69f96c38bdcbe55a08c44572987]

        INTEGRATION: CWS encup (1.25.92); FILE MERGED 2005/04/29 16:07:28 ihi 1.25.92.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [51600a2ddbe23b8b66f1bd7e0af58d4fec308b02]

        INTEGRATION: CWS encup (1.29.314); FILE MERGED 2005/04/29 16:07:28 ihi 1.29.314.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e88e7aea568bc878e0c5cb36ecec2ea55004cd6]

        INTEGRATION: CWS encup (1.39.390); FILE MERGED 2005/04/29 16:07:27 ihi 1.39.390.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2d0beee25921915e420b9a4588cd1cded5b7c94]

        INTEGRATION: CWS encup (1.91.26); FILE MERGED 2005/04/29 16:07:27 ihi 1.91.26.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e292f10e6bf0fee3c3451c9501173d985d1dac2b]

        INTEGRATION: CWS fwk20 (1.19.64); FILE MERGED 2005/08/02 11:50:50 cd 1.19.64.1: #i32241# Set contextsensitive property for toolbars correctly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [37aa8864360a127c91838f10fda9e09784844b8b]

        INTEGRATION: CWS fwk20 (1.18.64); FILE MERGED 2005/08/02 11:50:49 cd 1.18.64.1: #i32241# Set contextsensitive property for toolbars correctly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b0304208e53e9b92bdc5359e9d877acefb1e36]

        INTEGRATION: CWS encup (1.2.314); FILE MERGED 2005/04/29 16:07:26 ihi 1.2.314.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f5c0961e23e3e2ec6c4c56f74d91ff259dbf4be]

        INTEGRATION: CWS fwk20 (1.20.64); FILE MERGED 2005/08/02 11:50:49 cd 1.20.64.1: #i32241# Set contextsensitive property for toolbars correctly

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7349b11ee9413f0a16026c21e6e5f34b916d0d0]

        INTEGRATION: CWS encup (1.102.14); FILE MERGED 2005/04/29 16:07:25 ihi 1.102.14.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a80bead3dab4c78ff9eb12b712cf8242faf557f9]

        INTEGRATION: CWS fwk20 (1.4.64); FILE MERGED 2005/08/04 06:05:30 cd 1.4.64.1: #i32241# Change properties to support persistent toolbar visibility

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [da92f41d80bf3e7bb2a7868474bf3318d7b9a2b7]

        INTEGRATION: CWS fwk20 (1.21.58); FILE MERGED 2005/08/10 13:56:58 cd 1.21.58.2: #i32241# Options toolbar shouldn't be context sensitive on startup 2005/08/04 06:05:29 cd 1.21.58.1: #i32241# Change properties to support persistent toolbar visibility

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd413523b0531838505be3718b8cc6b9e10afef5]

        INTEGRATION: CWS fwk20 (1.22.58); FILE MERGED 2005/08/10 13:56:57 cd 1.22.58.2: #i32241# Options toolbar shouldn't be context sensitive on startup 2005/08/04 06:05:29 cd 1.22.58.1: #i32241# Change properties to support persistent toolbar visibility

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a74e2569427864cb7a60192913a0fd3b0eda70b2]

        INTEGRATION: CWS fwk20 (1.3.104); FILE MERGED 2005/08/19 09:30:41 cd 1.3.104.2: #i53528# Database toolbar also must be context sensitive 2005/08/19 06:31:04 cd 1.3.104.1: #i53500# Make object bars in database context sensitive

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [572fa0b2315f1c78710e43b14b088b6304ef12b8]

        INTEGRATION: CWS fwk20 (1.3.104); FILE MERGED 2005/08/19 09:30:40 cd 1.3.104.2: #i53528# Database toolbar also must be context sensitive 2005/08/19 06:31:04 cd 1.3.104.1: #i53500# Make object bars in database context sensitive

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [14cb53a9dd6dcf64d6e233456189173736331111]

        INTEGRATION: CWS fwk20 (1.3.204); FILE MERGED 2005/08/19 09:30:40 cd 1.3.204.2: #i53528# Database toolbar also must be context sensitive 2005/08/19 06:31:04 cd 1.3.204.1: #i53500# Make object bars in database context sensitive

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d76e87f4d4bfbe00e9c8d3bf218d8b791f21b63f]

        INTEGRATION: CWS fwk20 (1.6.64); FILE MERGED 2005/08/19 09:30:40 cd 1.6.64.2: #i53528# Database toolbar also must be context sensitive 2005/08/19 06:31:03 cd 1.6.64.1: #i53500# Make object bars in database context sensitive

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [211fe2773fc62ee61259d7ba9db5793c787ecf21]

        INTEGRATION: CWS fwk20 (1.18.64); FILE MERGED 2005/08/04 06:05:28 cd 1.18.64.1: #i32241# Change properties to support persistent toolbar visibility

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e627d7ecfad1f94889261422ec28ae4a0788b6cd]

        INTEGRATION: CWS fwk20 (1.3.204); FILE MERGED 2005/08/19 09:30:39 cd 1.3.204.2: #i53528# Database toolbar also must be context sensitive 2005/08/19 06:31:03 cd 1.3.204.1: #i53500# Make object bars in database context sensitive

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [579c5206ae546bbfa85e74bd2276ff054b392a8d]

        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>  [ab3d18da20472132e265507e112503807f3b2c0a]

        INTEGRATION: CWS encup (1.45.100); FILE MERGED 2005/04/29 16:06:46 ihi 1.45.100.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d846c83d3164dea56ad0f1fb0db68716725b284]

        INTEGRATION: CWS encup (1.43.100); FILE MERGED 2005/04/29 16:06:45 ihi 1.43.100.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7727f749d87870963c736f08daf15321f939b9b3]

        INTEGRATION: CWS encup (1.49.12); FILE MERGED 2005/04/29 16:06:44 ihi 1.49.12.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75b36dcc7336564378c793c4829c89f75deaac7b]

        INTEGRATION: CWS encup (1.67.12); FILE MERGED 2005/07/04 20:50:47 ihi 1.67.12.2: RESYNC: (1.67-1.68); FILE MERGED 2005/04/29 16:06:42 ihi 1.67.12.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7eef5a36f454811bbac476f66082f4708350014a]

        INTEGRATION: CWS encup (1.57.100); FILE MERGED 2005/04/29 16:06:39 ihi 1.57.100.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [93fec15a8631c0fc9790b1ccb1f064b96c91f03a]

        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>  [ed6114f7901569b5145867af7eb811c6bf772c7e]

        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>  [8e5f2d89236ced4491bd4dfb2013b439ec6c72aa]

        INTEGRATION: CWS shiftf5 (1.67.148); FILE MERGED 2005/08/19 09:21:18 af 1.67.148.1: #i50901# Added SID_RESTORE_EDITING_VIEW.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ea095bdc5c8d41ea6adaffc011feb95728e920]

        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>  [4d8482c8f342467525acbada5413db103bcd5606]

        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>  [0f41d1266d3b736dbd78deacf425d6ebbdd64733]

        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>  [655f5f26cf2ca2f7aba440ba5c04bf86265932fc]

        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>  [f7b7d41545bafff7870ea5518a12e7afa4a69b3e]

        INTEGRATION: CWS dutchextras (1.1.1.1.230); FILE MERGED 2005/07/07 15:29:42 va 1.1.1.1.230.1: #123999# Dummy Change.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c0dd278f36a45c9fa85164504f2963589d7ebb0]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:09 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7e132374f17b3aa34824f7d5b50db90650c6407]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:08 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c51e665399442a5f17978392dbb41ca01bcebc5c]

        INTEGRATION: CWS encup (1.33.350); FILE MERGED 2005/04/29 16:05:58 ihi 1.33.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db8e0cfe4ac88070d4d9c6ad34767f5f03d93c27]

        INTEGRATION: CWS shiftf5 (1.5.214); FILE MERGED 2005/08/25 08:19:07 os 1.5.214.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a182e1d0494e9f70512d8aa7254ad19d2dc9b78a]

        INTEGRATION: CWS encup (1.72.156); FILE MERGED 2005/04/29 16:05:54 ihi 1.72.156.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a32dc0a6d4fe237338116178d9c62f7cc97c4052]

        INTEGRATION: CWS shiftf5 (1.2.66); FILE MERGED 2005/08/25 08:19:07 os 1.2.66.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f8f0a77408f50a1773d7d71ffc70485c5c817d1]

        INTEGRATION: CWS encup (1.26.350); FILE MERGED 2005/04/29 16:05:54 ihi 1.26.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [60bd2c14f512c595eeeca0bc69ed497184a2ad11]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:06 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [49f5f8f8286d27b15a28a2e8a0bf01e676fc1806]

        INTEGRATION: CWS encup (1.37.350); FILE MERGED 2005/04/29 16:05:53 ihi 1.37.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9cacb6e5d72e6dcb685e4f4760d526bbdcba184]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:05 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1bec74c2188ad6a41548dc1ce38910a9c0dfc15]

        INTEGRATION: CWS encup (1.26.28); FILE MERGED 2005/04/29 16:05:53 ihi 1.26.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [426043e00916cec8d9978374debd4f04dda03161]

        INTEGRATION: CWS shiftf5 (1.5.214); FILE MERGED 2005/08/25 08:19:05 os 1.5.214.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a1049066e86873925d711707fd551ab427a1732]

        INTEGRATION: CWS encup (1.20.350); FILE MERGED 2005/04/29 16:05:52 ihi 1.20.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b18f109cef1ea85db571b7e9e09136350bab3c0]

        INTEGRATION: CWS shiftf5 (1.2.66); FILE MERGED 2005/08/25 08:19:04 os 1.2.66.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1fa4a720030d48a6d8d2ffa58ccdf18b2b230600]

        INTEGRATION: CWS encup (1.82.70); FILE MERGED 2005/04/29 16:05:52 ihi 1.82.70.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d867940d7f1d0573e4ca6048425d0730575c25ab]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:03 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c52fe5e2d3eb17fb4a60e5d75cb79999c282d1de]

        INTEGRATION: CWS encup (1.82.112); FILE MERGED 2005/04/29 16:05:47 ihi 1.82.112.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7ddbfe327476722d718242b1211678e6dd0d822]

        INTEGRATION: CWS encup (1.44.270); FILE MERGED 2005/04/29 16:05:46 ihi 1.44.270.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [57a9a19c887e604f853f5bd8071669c992a5eca4]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:02 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c878f827f2946ba37115d0c2509ca2ee8c77d67]

        INTEGRATION: CWS shiftf5 (1.5.214); FILE MERGED 2005/08/25 08:19:01 os 1.5.214.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4351e09552f275a1266f532298184f1483a7c08]

        INTEGRATION: CWS encup (1.52.350); FILE MERGED 2005/04/29 16:05:46 ihi 1.52.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [00436c4804e3f88e95f504ed63d532e45bd6b65e]

        INTEGRATION: CWS shiftf5 (1.2.66); FILE MERGED 2005/08/25 08:19:01 os 1.2.66.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e47ad06b2fb585cd1a9ff5fbece4634129ac0bb6]

        INTEGRATION: CWS encup (1.61.62); FILE MERGED 2005/04/29 16:05:45 ihi 1.61.62.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6f3c0f1f2309919c277d8802b30278516370651]

        INTEGRATION: CWS shiftf5 (1.2.258); FILE MERGED 2005/08/25 08:19:00 os 1.2.258.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd09eaf1cde18e7938351a0115acff3bfcb6b8dd]

        INTEGRATION: CWS encup (1.33.350); FILE MERGED 2005/04/29 16:05:44 ihi 1.33.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d35e774ea212440de8513e17ff2eb05435e3134]

        INTEGRATION: CWS shiftf5 (1.57.316); FILE MERGED 2005/08/25 08:19:00 os 1.57.316.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a604fec5033ab452cdca15ee3aa4da9810cf78e7]

        INTEGRATION: CWS encup (1.32.28); FILE MERGED 2005/04/29 16:05:44 ihi 1.32.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dce63e990cd1c1898c55cff4a9db0055861f46bb]

        INTEGRATION: CWS shiftf5 (1.89.30); FILE MERGED 2005/08/25 08:18:59 os 1.89.30.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d87c7ec220a2373cdfd79808919f8f6905325e]

        INTEGRATION: CWS encup (1.69.350); FILE MERGED 2005/04/29 16:05:43 ihi 1.69.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b39cf82fca688fa7394674cf4b3ada36175c1873]

        INTEGRATION: CWS shiftf5 (1.18.468); FILE MERGED 2005/08/25 08:18:59 os 1.18.468.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3deafcea40f737f1d95804b6f90617c9ab436729]

        INTEGRATION: CWS shiftf5 (1.10.536); FILE MERGED 2005/08/25 08:18:58 os 1.10.536.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3027523c7fe8a94826457c3a4035c1289d1b8352]

        INTEGRATION: CWS encup (1.31.350); FILE MERGED 2005/04/29 16:05:42 ihi 1.31.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [466ada535d0da60f185212fd7e89c15bd538e8ac]

        INTEGRATION: CWS shiftf5 (1.23.192); FILE MERGED 2005/08/25 08:18:58 os 1.23.192.1: #ii33307# restore editing view with Shift+F5

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cca83ff7dd7c59440cfff6ac1f95b825c2b8688]

        INTEGRATION: CWS encup (1.61.108); FILE MERGED 2005/04/29 16:05:41 ihi 1.61.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c69c44bc418a68deb2732381f41efdbc4aa9ad9]

        INTEGRATION: CWS encup (1.54.28); FILE MERGED 2005/04/29 16:05:40 ihi 1.54.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c3ba2d2e1082aff7415b4084d3d11731fab32cc]

        INTEGRATION: CWS encup (1.42.28); FILE MERGED 2005/04/29 16:05:40 ihi 1.42.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [954509bbb2f9a6192af9b3dac874972649f583da]

        INTEGRATION: CWS encup (1.41.28); FILE MERGED 2005/04/29 16:05:40 ihi 1.41.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a687529d63a4e84f77d0114c6cd426fb07ae02]

        INTEGRATION: CWS encup (1.28.28); FILE MERGED 2005/04/29 16:05:39 ihi 1.28.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac24c3bd9494ecfee7d54fdd9ec3255f57aad87f]

        INTEGRATION: CWS encup (1.40.350); FILE MERGED 2005/04/29 16:05:38 ihi 1.40.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75fe1593b79b12115952936bbc8e852bef8ecbc5]

        INTEGRATION: CWS encup (1.52.350); FILE MERGED 2005/04/29 16:05:38 ihi 1.52.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3522c4ebc6dee814797ea668df90464186b49396]

        INTEGRATION: CWS encup (1.50.28); FILE MERGED 2005/04/29 16:05:37 ihi 1.50.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea01ef2ae22f9224234fa94883cc2e3411c59702]

        INTEGRATION: CWS encup (1.42.108); FILE MERGED 2005/04/29 16:05:37 ihi 1.42.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c181b4b40031e032f27aa4b4977d742959b04eff]

        INTEGRATION: CWS encup (1.41.350); FILE MERGED 2005/08/06 00:08:30 ihi 1.41.350.2: RESYNC: (1.41-1.42); FILE MERGED 2005/04/29 16:05:36 ihi 1.41.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [63566c4be3b48a0d7fc7f20b9605fe82f154eb01]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:38 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cc221d3dca08972c8e0d39152fec60dc58a97f4]

        INTEGRATION: CWS encup (1.27.350); FILE MERGED 2005/04/29 16:05:35 ihi 1.27.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d421fb9a824a7a1039bc95c406760c0ec33fad5]

        INTEGRATION: CWS encup (1.32.108); FILE MERGED 2005/04/29 16:05:35 ihi 1.32.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [289ac7aa9a58681aa2ca2e95bae3685ceb1e2adc]

        INTEGRATION: CWS encup (1.29.28); FILE MERGED 2005/04/29 16:05:35 ihi 1.29.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3c1a3432f7252d502c653672e496ae7363f117c]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:33 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bfb36d59f8014b4f31e12897c6ced3c6057f050]

        INTEGRATION: CWS encup (1.31.28); FILE MERGED 2005/04/29 16:05:34 ihi 1.31.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [34b365df3a660ba2eb0540f64adbd48a1ddeb883]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:31 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bc231147acb5f85f0958e1398eb2efdd2b6a81f]

        INTEGRATION: CWS encup (1.26.28); FILE MERGED 2005/04/29 16:05:34 ihi 1.26.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd1d8ecb15d69bd03e4ac8a009dedeebcb600a64]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:29 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec8a2c9675d6aa5ab22cfbf56934e08a84b31971]

        INTEGRATION: CWS shiftf5 (1.3.38); FILE MERGED 2005/08/22 12:51:35 af 1.3.38.1: #i50901# Added Shift+F5 for RestoreEditingView.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ec1c7c12028f70b7cb5a0feb5c3fe0f264da8ef]

        INTEGRATION: CWS encup (1.45.28); FILE MERGED 2005/04/29 16:05:33 ihi 1.45.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c8e73d3eebf5bf9e5a49397f3b2d3d14e655c20a]

        INTEGRATION: CWS encup (1.31.28); FILE MERGED 2005/04/29 16:05:33 ihi 1.31.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6afd5e1450e8d7ba0cd22245f09785c4809f10c9]

        INTEGRATION: CWS shiftf5 (1.3.38); FILE MERGED 2005/08/22 12:51:23 af 1.3.38.1: #i50901# Added Shift+F5 for RestoreEditingView.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [048a63bb44d5f8c38ea970d9623d83c0f5a9cdd6]

        INTEGRATION: CWS encup (1.63.270); FILE MERGED 2005/04/29 16:05:32 ihi 1.63.270.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ceffab64abb71691ceb4858dbde1d1bfb08b707a]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:26 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [68b04f574858a819a5ea85aa3a598c59acbc0dd1]

        INTEGRATION: CWS encup (1.23.70); FILE MERGED 2005/04/29 16:05:31 ihi 1.23.70.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e016849a94bd6edd8621abec6003cd83bd8460d2]

        INTEGRATION: CWS shiftf5 (1.3.38); FILE MERGED 2005/08/22 12:50:34 af 1.3.38.1: #i50901# Added Shift+F5 for RestoreEditingView.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [95fa94ff47caf25447d180d0ea5ac55814722ba7]

        INTEGRATION: CWS encup (1.41.350); FILE MERGED 2005/04/29 16:05:30 ihi 1.41.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f79dc9cd808d7b8bb3d233f5082c0e6443de7efb]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:23 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [375f8f607344b21d26c28ae57e8f47e1e7f1a6db]

        INTEGRATION: CWS shiftf5 (1.20.130); FILE MERGED 2005/08/22 12:40:33 af 1.20.130.1: #i50901# Enabled exception handling for ViewShellBase.cxx

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [515616587c54f3c01ff2dd48111af5b64b0e4389]

        INTEGRATION: CWS encup (1.40.108); FILE MERGED 2005/04/29 16:05:30 ihi 1.40.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b786728236ba8b7fa5b304b8770f4514780a3845]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:21 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [de59d0ab808647e8c8cf08d1819abd1604296a86]

        INTEGRATION: CWS shiftf5 (1.27.32); FILE MERGED 2005/08/22 12:39:37 af 1.27.32.1: #i50901# Added more attributes to be saved on load.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [35d98e56b951e8ec8eb3abc34bc32d918cb16a04]

        INTEGRATION: CWS encup (1.35.292); FILE MERGED 2005/04/29 16:05:30 ihi 1.35.292.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [696c07c6585b69ac70bdde771ae47d66a4320ed9]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:19 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e9850446c18f7a080936e06e4a1155844f562eb]

        INTEGRATION: CWS encup (1.56.28); FILE MERGED 2005/04/29 16:05:29 ihi 1.56.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b45d02a8916d471189dd039855c8af1eba7a806e]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:17 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3589e69812dacc1590ab05dc41db3d486a5315ba]

        INTEGRATION: CWS shiftf5 (1.20.110); FILE MERGED 2005/08/22 12:36:57 af 1.20.110.1: #i50901# Added Implementation inner class with ProcessRestoreEditingViewSlot() method.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ace5b5e71ea4b0a34526ea7823497a4db6873352]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:16 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8485688b10dd47e5840be6e79bff50496581adbd]

        INTEGRATION: CWS encup (1.34.350); FILE MERGED 2005/04/29 16:05:29 ihi 1.34.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c031351702e3f6f05356878df1be6ab56fbed23f]

        INTEGRATION: CWS shiftf5 (1.12.130); FILE MERGED 2005/08/22 12:35:39 af 1.12.130.1: #i50901# Added Implementation inner class.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab1a90e64efa95b99497418fc7f7fe5649274b8]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:15 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b6fe4efde62e68a6d8b4e80ffa5cd2805f46447]

        INTEGRATION: CWS encup (1.35.28); FILE MERGED 2005/04/29 16:05:28 ihi 1.35.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [52f06fb95316ab3d4c6678bf3daaaf203df6022c]

        INTEGRATION: CWS shiftf5 (1.4.38); FILE MERGED 2005/08/22 12:34:36 af 1.4.38.1: #i50901# Added more attributes to be saved on load.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [48b1cd78748fa03ada80751b6770ed50320fbe5b]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:14 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [356fc76d6c4331ee9b1d5035e87f84a3b417acea]

        INTEGRATION: CWS encup (1.45.350); FILE MERGED 2005/04/29 16:05:27 ihi 1.45.350.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e30f2b4897b56ce71712780d4c49e24dcd47df6]

        INTEGRATION: CWS shiftf5 (1.8.154); FILE MERGED 2005/08/22 12:28:45 af 1.8.154.1: #i50901# Added SID_RESTORE_EDITING_VIEW.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [98198c0c5936607b68258d53cf3ae97c241a7c9f]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:13 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [efd4496f78d0534ceeb9abe8d51d937be71bba59]

        INTEGRATION: CWS encup (1.29.348); FILE MERGED 2005/04/29 16:05:27 ihi 1.29.348.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [045113b981362831138b78a600780cb6a003d100]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:10 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d5cfb0bd463663faaa1c9a790e778dfed681f21]

        INTEGRATION: CWS shiftf5 (1.41.64); FILE MERGED 2005/08/19 07:13:43 af 1.41.64.1: #i50901# Added RestoreEditingView command.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f98fe1df18f3f54b9834fc09a8e40254b39a9a5a]

        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>  [35c4e02b91bbee2696239b5c8d2a4acfe5f05657]

        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>  [ccb5041362c171cfa4c71caee4b5b68a54879f41]

        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>  [62c72fa175f0e85c86ec7e19ddedd006b0280b41]

        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>  [1c6512489cf1a592c7c0822a33c7ad9059742012]

        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>  [dddc28223dcf2972ee9a6bddee9da4da6a7059e5]

        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>  [2e56a79949addc78c9ba1b589f74da0545fa8ed2]

        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>  [6100c686dceb009d1303489a3d0196d943b8f399]

        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>  [63d377d4f84bd15e3d8c41fb7dbbd6d9e46b1a1d]

        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>  [2e3c4f01ed83f4aff281cf370caf0980918728ce]

        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>  [0282d08f51517f8e0ffab1e22bffe79be2faf749]

        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>  [d11dca44009e60957437801724247ff35f8d66ec]

        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>  [b189272923fd38cbd20ba39ded468de0450c30e6]

        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>  [6e3e81a5517852c7af39a974064cafa751c3f309]

        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>  [119422550fcf2f2881e3f762b03bb90c213a1eb0]

        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>  [062fbd3c1f424d063d8256d22cf9e2c4683dac9e]

        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>  [6f942114a0b413be37c9e135d091599c287cc9a7]

        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>  [79c8e08000a78476d151decd256b063e174c073a]

        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>  [2dc52717b7d21145da0fcf921a99bd8c6155aaa5]

        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>  [c7cb9e741e5cb55cdec07a9cf348892134ce597c]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:09 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8f94aea69dc584e9e8b88b6c2c5bdbcd8447ce5]

        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>  [900bf1bb7be487d33eae57164811ceb4d79c5ec7]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:08 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [77c1b6bd2a2ee3b415a815834e261e399d777b4e]

        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>  [49f8b69245198b1ee8ae9922ec7238a7cb2bc193]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:06 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [deabb155aa465eec61a9c678356db93295f6fefb]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:04 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9b35353c18efb9703928ea8188490892764669ec]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:03 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [155299d8f1c00ea323c3ae1fdc8e5223977c2459]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:02 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1422e8875b214e379d0ef5c5deefa8ea135af716]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:17:00 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e274b92e65c5f2a61dc10bd24dc9334bd2231e86]

        INTEGRATION: CWS dutchextras (1.3.16); FILE MERGED 2005/06/30 13:16:58 va 1.3.16.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [55bf29685e62b3a8a86af9ab68a1efd80ad55d4f]

        INTEGRATION: CWS encup (1.2.52); FILE MERGED 2005/04/29 16:03:49 ihi 1.2.52.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [85a628052342c6c1f7b5994b2236a4b93f7566c3]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:53:50 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ab326c2e117ae0d527672088c1e5914357b679d]

        INTEGRATION: CWS encup (1.3.52); FILE MERGED 2005/04/29 16:03:49 ihi 1.3.52.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2540790c7a3173b8ede3746a01e3a817555c8f5b]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:53:48 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebebfa0597b9f8189af53135fa712093ab7d34e9]

        INTEGRATION: CWS encup (1.2.50); FILE MERGED 2005/04/29 16:03:49 ihi 1.2.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [784d27f5487293b68f2837b63c451a1cd0be6bf1]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:53:47 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [29cf2cd5308ec708c14d1fcd7a2a6c843f403956]

        INTEGRATION: CWS encup (1.3.32); FILE MERGED 2005/04/29 16:03:49 ihi 1.3.32.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [aad68d3a944915881baa540da52572f24fb89580]

        INTEGRATION: CWS encup (1.4.50); FILE MERGED 2005/04/29 16:03:48 ihi 1.4.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [16f27e3e03aedd3066cf535f0d9fc0bbcebe7bd0]

        INTEGRATION: CWS encup (1.3.50); FILE MERGED 2005/04/29 16:03:48 ihi 1.3.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c05ff396f1eb40d51a7187b7daa7b1dde343361]

        INTEGRATION: CWS encup (1.2.50); FILE MERGED 2005/04/29 16:03:47 ihi 1.2.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [60043b9c9b6923f7762e71ad72dbf876335cbeff]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:51:38 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2ae91207de98e7f7df922ba6c8bce102339069e]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:51:39 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ab8b14c35bb298363f3e965958d0f90d65a57eea]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:51:40 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1172ec70b04921966a8b1f02a9bf448dc89dffe9]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:51:36 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [02263c54bbaea0397f8d65b41106d6adce37cab6]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:51:37 ih 1.1.2.1: #123998# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4f31a1c458ef49cba9f88ffdabda3e740fc6b65c]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/07 15:31:55 va 1.1.2.1: #123999# New file name.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d711301d6e9ee811ad122cc8a57c64e59384077]

        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>  [adf4e14fdc7d1a63d735b2acf2da37271dd216b1]

        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>  [4ab3ca688440538a45a3d15c44d29c10b5f9dd29]

        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>  [12da56fe0aad1823ea819718848ed3b9c988ea90]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:05 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:33 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [43a7da5b689123dc566757a4a3a89fd838060f50]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:05 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:30 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c17d549e7090a07e911e739a61036b4cbaf4348a]

        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>  [b87529fe6170a42ce90866f70f323d907164a75f]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:04 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:27 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed46877e4cfe43815b959affb319a20ab43b48e5]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:04 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:25 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [96872b7c0526cc17b2c95038dc6217616422f891]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:03 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:21 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [713d5eb5a9a73dfae3eed267d111a6b98d69f383]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:03 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:18 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff3fe03d2c595b8b786135c1cd6fa9ee76d97501]

        INTEGRATION: CWS encup (1.40.74); FILE MERGED 2005/04/29 16:03:13 ihi 1.40.74.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8a6e216da6ab7148447b1687320dc997a7041ef4]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:02 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:14 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [79edcb856b9bfcb0dc8252d2319eaa31263ef0c7]

        INTEGRATION: CWS encup (1.41.6); FILE MERGED 2005/04/29 16:03:10 ihi 1.41.6.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [055ee5c242173a060aaace50564b38191bdc5831]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:01 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:12 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [19d471af6238f076cbd14709c7feda5c5272d7de]

        INTEGRATION: CWS encup (1.22.36); FILE MERGED 2005/04/29 16:03:10 ihi 1.22.36.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec28b80e1678fcbaf6ac7c6c9e50cbc106f5aa10]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:01 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:10 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e22437388dce0dd249175cc88bc26d49a3967b60]

        INTEGRATION: CWS encup (1.69.6); FILE MERGED 2005/04/29 16:03:10 ihi 1.69.6.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e9aa4737a31434a49b4ac0b700a6f3684de2797]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:01 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:09 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [baa4d1747d21fcf45e4b9f7388b5a0ffcb8798ab]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:50:00 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:07 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7142d9a02c899a57be7730a1a9a38e6c8b7c50db]

        INTEGRATION: CWS encup (1.58.6); FILE MERGED 2005/04/29 16:03:09 ihi 1.58.6.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ee2d76082d7b8e597c85300a9a88ccd385612cd]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:58 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:07 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3bb2779910d518f477ca1fa7af9a8eac5b7a0aab]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:58 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:06 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af420ee9f0390db60efb89491d3c3a05ebd83c53]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:58 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:05 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9254c32c30d8d073ccfbd0823d41f8c6db5ff552]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:54 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:02 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4cd6adcdb4bf49dfc9c4c37c3d6d36198fd39a76]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:53 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:02 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [40138df826f37e3793f24a4655db8d1e810a4952]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:53 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 13:00:00 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa85333292e282818e4430be8d414273c788345]

        INTEGRATION: CWS oj15 (1.134.2); FILE MERGED 2005/09/14 06:15:02 oj 1.134.2.1: #i54394# current row doesn't have to be empty

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57ec23c6738d0e6f32bf17eb561995ddd0b4247]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/07/21 09:49:50 ih 1.1.2.2: resaved due to wrong mimetype Issue number: Submitted by: Reviewed by: 2005/06/30 12:59:58 va 1.1.2.1: #123998# Initial Revision.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [83887862e0245e82d59075fee80efca113b4f881]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:49:48 ih 1.1.2.1: #123997# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5fee4a4fa80e31bafc3f3fb5f6fe9844c813cbc]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:47:47 ih 1.1.2.1: #123997# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd765e9cbfe3bbfecf2f571f6c384dc8cd1de5a3]

        INTEGRATION: CWS encup (1.5.20); FILE MERGED 2005/04/29 16:02:44 ihi 1.5.20.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [205ebdc393cb54bf167315c9d0f196be4a2692b7]

        INTEGRATION: CWS dutchextras (1.1.2); FILE ADDED 2005/06/29 14:47:48 ih 1.1.2.1: #123997# dutch templates initial revision

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f3c639d8b1644480ce0df2a43f5c2fe60aac95]

        INTEGRATION: CWS encup (1.3.212); FILE MERGED 2005/04/29 16:02:42 ihi 1.3.212.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d53577c14d8be66bd3b8610010c30e6ba46af8]

        INTEGRATION: CWS smoketest7 (1.14.4); FILE MERGED 2005/09/21 13:43:10 kz 1.14.4.1: #125499# do not check mount file systems

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3a4421164d6e591290923827776488f4ceaf5e4]

        INTEGRATION: CWS encup (1.3.212); FILE MERGED 2005/04/29 16:02:41 ihi 1.3.212.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6811148fdfa9899cd2c05e0a64d580e0a7b0ab3]

        INTEGRATION: CWS encup (1.4.172); FILE MERGED 2005/04/29 16:02:41 ihi 1.4.172.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d88362eb1b63c7e715e6a77c1faf4d552576df55]

        INTEGRATION: CWS encup (1.62.126); FILE MERGED 2005/08/09 14:05:53 ihi 1.62.126.3: resync merge error 2005/08/08 16:55:57 ihi 1.62.126.2: RESYNC: (1.62-1.63); FILE MERGED 2005/04/29 16:02:40 ihi 1.62.126.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [849bcb946ff548c2ceda47e94aff64f707696e21]

        INTEGRATION: CWS dutchextras (1.2.98); FILE MERGED 2005/06/30 12:03:19 va 1.2.98.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9d89f4a7a020588dcd1a6bef40d9eeade61c983]

        INTEGRATION: CWS dutchextras (1.2.98); FILE MERGED 2005/06/30 12:03:18 va 1.2.98.1: #123998# Modified file for SO8. Issue number: Submitted by: Reviewed by:

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6d935804866aaa84db5be788b63298f52a76e3d]

        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>  [50651fec39026b0aa7e8b5efe65e9a4279794174]

        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>  [663a6245d70c23e4ec76f65464c739bdc34e7be2]

        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>  [5a4a42e63eaadea498bbdb0e0f1ef3d2558298b9]

        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>  [7ac00ce9ed3c290c478b4b89126f5a025adf4296]

        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>  [5c5f49f9d96537e79f83ca7e843b60e892712549]

        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>  [5c1fc49a32a960d6f3d148d0b51b620b83dd5bc5]

        INTEGRATION: CWS thb09 (1.2.408); FILE MERGED 2005/09/12 15:58:58 thb 1.2.408.1: #i51558# Added patch flag for cppcanvas lib

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d639d2c5ba9b8933cc778dfde0698af9ac64eb9]

        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>  [30f8b1e05df60b7ae76a45722ba887493db4e5e7]

        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>  [41f39f89a036460969aadcdf773e26936c749666]

        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>  [a7e1db21cc10ebdf92b1ef711a67905beb79d7a1]

        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>  [6427ff2395712567389aeb4328f1c11eefe99ef0]

        INTEGRATION: CWS encup (1.13.338); FILE MERGED 2005/07/12 12:18:51 ihi 1.13.338.1: #i40603# de -> utf8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bc2fabe3089f197b390ec23499810dabc26b715c]

        INTEGRATION: CWS thb09 (1.95.234); FILE MERGED 2005/08/22 19:42:59 thb 1.95.234.1: #114278# Setting and restoring layout mode for EditEngine

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [545a9a735b8281f9216615aa6743c3bd7a74c306]

        INTEGRATION: CWS encup (1.48.124); FILE MERGED 2005/04/29 16:02:16 ihi 1.48.124.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [badc85046d19ef67e3112946bc5e8d11827d7f5b]

        INTEGRATION: CWS thb09 (1.98.456); FILE MERGED 2005/08/22 19:42:58 thb 1.98.456.1: #114278# Setting and restoring layout mode for EditEngine

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d30c82a2ab12daeb6c9c7a09d1df8e16b32c895f]

        INTEGRATION: CWS calcsoli (1.11.252); FILE MERGED 2005/08/26 10:44:43 nn 1.11.252.1: #i53728# workaround for solaris/x86 compiler problem

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e372655b59a8dee0bf61faf3041bf1c5ae88ee2f]

        INTEGRATION: CWS encup (1.110.10); FILE MERGED 2005/08/05 22:45:35 ihi 1.110.10.2: RESYNC: (1.110-1.111); FILE MERGED 2005/04/29 16:02:15 ihi 1.110.10.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead95c8e743ca14174dda9677d336769308a0907]

        INTEGRATION: CWS encup (1.26.124); FILE MERGED 2005/04/29 16:02:14 ihi 1.26.124.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7ed2b4b4e31e275bdccb1ea8479522c84a12e70]

        INTEGRATION: CWS encup (1.8.196); FILE MERGED 2005/04/29 16:01:58 ihi 1.8.196.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [860abf6c57fd6c4e32012323e9984ddf85eed329]

        INTEGRATION: CWS encup (1.9.196); FILE MERGED 2005/04/29 16:01:58 ihi 1.9.196.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e053d9929247f91b9c7918ea7b01f6ca99156e6]

        INTEGRATION: CWS dutchextras (1.26.90); FILE MERGED 2005/08/15 12:56:29 ih 1.26.90.1: Date format for dutch changed

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [934fe4d8bdbca0e9346aa6a0beb72b14c9ca2820]

        INTEGRATION: CWS encup (1.11.196); FILE MERGED 2005/04/29 16:01:58 ihi 1.11.196.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [40052e2f1319fb202f8656fd262e2f0f002ca6f1]

        INTEGRATION: CWS encup (1.12.32); FILE MERGED 2005/04/29 16:01:58 ihi 1.12.32.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9897f9d79b78d3b344e2b94f5048e4eec061b6ae]

        INTEGRATION: CWS encup (1.23.58); FILE MERGED 2005/04/29 16:01:57 ihi 1.23.58.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5b3667db52aea763be39d071e271f13ffc34dd6]

        INTEGRATION: CWS encup (1.12.196); FILE MERGED 2005/04/29 16:01:57 ihi 1.12.196.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d685544b54c170b0c95ceab34b8843945ee20d5]

        INTEGRATION: CWS encup (1.89.30); FILE MERGED 2005/04/29 16:01:31 ihi 1.89.30.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6c68c73268b164f80ca3ed6ee1d6ef9333e56d3]

        INTEGRATION: CWS encup (1.57.122); FILE MERGED 2005/04/29 16:01:30 ihi 1.57.122.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f677965f9ae2ae9cbd86b01e52de4116462ca236]

        INTEGRATION: CWS encup (1.45.152); FILE MERGED 2005/04/29 16:01:30 ihi 1.45.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cfe6245543d28c9e363be4678a1a5e11d8f0116]

        INTEGRATION: CWS encup (1.92.122); FILE MERGED 2005/04/29 16:01:29 ihi 1.92.122.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [76c9b9613c3132bd09436e9f9393e4007ccef768]

        INTEGRATION: CWS encup (1.67.42); FILE MERGED 2005/04/29 16:01:29 ihi 1.67.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc62782bd14ba701a4216f8232e40324e21aabc5]

        INTEGRATION: CWS encup (1.42.122); FILE MERGED 2005/04/29 16:01:28 ihi 1.42.122.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [665d073cd0ace7dc96d32e7abadba5911e6e6257]

        INTEGRATION: CWS encup (1.4.82); FILE MERGED 2005/04/29 16:01:28 ihi 1.4.82.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec8493861bb8a7f136a50f87a028238179cbe9dc]

        INTEGRATION: CWS encup (1.43.82); FILE MERGED 2005/04/29 16:01:27 ihi 1.43.82.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cba7dc9c58f2bfb43acf5bc9fec3897a2431abc7]

        INTEGRATION: CWS encup (1.30.152); FILE MERGED 2005/04/29 16:01:27 ihi 1.30.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b5f49101af0362bdc6d0e86a10e9f8376a33adf]

        INTEGRATION: CWS encup (1.32.70); FILE MERGED 2005/04/29 16:01:27 ihi 1.32.70.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89a3dc8d38e6a782de1896d28f66a54b11fd93f5]

        INTEGRATION: CWS encup (1.33.132); FILE MERGED 2005/04/29 16:01:27 ihi 1.33.132.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a006b08f1a7be480609073cfd813a15a42940f51]

        INTEGRATION: CWS encup (1.43.22); FILE MERGED 2005/04/29 16:01:26 ihi 1.43.22.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf3d31574e86f7f5427b94b83bcc693e678c2210]

        INTEGRATION: CWS encup (1.40.132); FILE MERGED 2005/04/29 16:01:26 ihi 1.40.132.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d718857a2b311425285476eb0b3ac17d7ed3de]

        INTEGRATION: CWS encup (1.28.152); FILE MERGED 2005/04/29 16:01:26 ihi 1.28.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e517949ad10ecf247a95f378f1dfdd7cac9d73c2]

        INTEGRATION: CWS encup (1.41.132); FILE MERGED 2005/04/29 16:01:26 ihi 1.41.132.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4820d74a26baa5fde706a0f5ff9ae5ec0893433e]

        INTEGRATION: CWS encup (1.29.152); FILE MERGED 2005/04/29 16:01:25 ihi 1.29.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5fd4bdda6372fe5acedc76c160fea2b96f6df92]

        INTEGRATION: CWS encup (1.6.24); FILE MERGED 2005/08/05 20:07:53 ihi 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/29 16:01:25 ihi 1.6.24.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f77115eb67658be2141594187907c53a785aa910]

        INTEGRATION: CWS encup (1.4.42); FILE MERGED 2005/04/29 16:01:25 ihi 1.4.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [83123b3a1f9dc4b69ca8dec740c630bf3b65a623]

        INTEGRATION: CWS encup (1.144.42); FILE MERGED 2005/08/18 16:30:47 ihi 1.144.42.4: #i40603# utf8 char fixed 2005/08/09 12:54:29 ihi 1.144.42.3: resync merge error 2005/08/08 16:55:47 ihi 1.144.42.2: RESYNC: (1.144-1.146); FILE MERGED 2005/04/29 16:01:24 ihi 1.144.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d51071f6613a0f03651812d9afe1439179a33d0]

        INTEGRATION: CWS encup (1.28.152); FILE MERGED 2005/04/29 16:01:23 ihi 1.28.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0251c5bb4c6c4c413117fc2b85c68e049a108ef0]

        INTEGRATION: CWS encup (1.22.132); FILE MERGED 2005/04/29 16:01:23 ihi 1.22.132.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [58b7cd0fed74645b032a49a75428f379418c12fa]

        INTEGRATION: CWS encup (1.38.152); FILE MERGED 2005/04/29 16:01:23 ihi 1.38.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3f67ac3f7bba5ca3d9bceec19151fda27836bd2]

        INTEGRATION: CWS encup (1.3.74); FILE MERGED 2005/04/29 16:01:23 ihi 1.3.74.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d87a9c6718e78765d032ab1f2823aa272a21a68c]

        INTEGRATION: CWS encup (1.6.22); FILE MERGED 2005/04/29 16:01:22 ihi 1.6.22.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9be7feaa4bf00bd5f59cafb7d9f86c5d44eb5d7c]

        INTEGRATION: CWS encup (1.3.42); FILE MERGED 2005/04/29 16:01:22 ihi 1.3.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f65c3f6bef4dce95449c26526de18a16ea66578f]

        INTEGRATION: CWS encup (1.31.152); FILE MERGED 2005/04/29 16:01:22 ihi 1.31.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03e91be487747c27823555ad95a844fa65cb0d92]

        INTEGRATION: CWS encup (1.40.132); FILE MERGED 2005/04/29 16:01:21 ihi 1.40.132.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [762c2005af3edc2f259803debd1d5cf9ffaf0c37]

        INTEGRATION: CWS encup (1.14.152); FILE MERGED 2005/04/29 16:01:21 ihi 1.14.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [23b46b0f6ab73aafecbc1bbee04d6aed7593c99b]

        INTEGRATION: CWS encup (1.53.152); FILE MERGED 2005/04/29 16:01:20 ihi 1.53.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b49909292c0f8da8efb4fccfda5c26bb9135449]

        INTEGRATION: CWS encup (1.99.70); FILE MERGED 2005/04/29 16:01:20 ihi 1.99.70.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e431911287605f847062be029e243f67cb4d5b1]

        INTEGRATION: CWS encup (1.46.44); FILE MERGED 2005/04/29 16:01:17 ihi 1.46.44.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6ff0db67a361373018317f0349a23f058f61b790]

        INTEGRATION: CWS encup (1.3.376); FILE MERGED 2005/04/29 16:00:43 ihi 1.3.376.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [967deee266ad22fd06c8b04c414e222300b833ab]

        INTEGRATION: CWS encup (1.2.270); FILE MERGED 2005/04/29 16:00:43 ihi 1.2.270.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1fc1b702f634852e901937b849bf762e9fa4a26]

        INTEGRATION: CWS encup (1.2.518); FILE MERGED 2005/04/29 16:00:43 ihi 1.2.518.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1648b9a73706cec7a38befc3d53adfd30c5e73c]

        INTEGRATION: CWS encup (1.4.46); FILE MERGED 2005/04/29 16:00:42 ihi 1.4.46.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6c379dfc39e98f490915a00d0d6be70ddac3271]

        INTEGRATION: CWS encup (1.4.484); FILE MERGED 2005/04/29 16:00:42 ihi 1.4.484.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [950e621c5dcd9251c1fe6e46b9a4fcf7685749b6]

        INTEGRATION: CWS encup (1.41.224); FILE MERGED 2005/04/29 16:00:41 ihi 1.41.224.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b008104f68c551022b80655722fe385eb0689b8b]

        INTEGRATION: CWS encup (1.24.652); FILE MERGED 2005/04/29 16:00:41 ihi 1.24.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [21431c44dd7b1060a7567449d9cf72373a841775]

        INTEGRATION: CWS encup (1.20.652); FILE MERGED 2005/04/29 16:00:41 ihi 1.20.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af7f1114869e189a796f18f3371372c292a6f061]

        INTEGRATION: CWS encup (1.5.66); FILE MERGED 2005/04/29 16:00:40 ihi 1.5.66.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3bf85faea4b2206c910ab5fff279dee17e76a71]

        INTEGRATION: CWS encup (1.20.652); FILE MERGED 2005/04/29 16:00:40 ihi 1.20.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [42488270f4163b2781bdef84ca4ba0553bbdb214]

        INTEGRATION: CWS encup (1.86.92); FILE MERGED 2005/04/29 16:00:37 ihi 1.86.92.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dfcb43f49d154e6bf411fdaa15522acecf64143]

        INTEGRATION: CWS encup (1.26.92); FILE MERGED 2005/04/29 16:00:36 ihi 1.26.92.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6615f67ae2f3837ef273f9246053f50ec5a372a]

        INTEGRATION: CWS encup (1.14.376); FILE MERGED 2005/04/29 16:00:36 ihi 1.14.376.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b169df3637e21beab574cfcdbfd2beb1419dddf]

        INTEGRATION: CWS encup (1.15.652); FILE MERGED 2005/04/29 16:00:35 ihi 1.15.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f4fd9fa90bfe07543a0eca349334f737affe9b3]

        INTEGRATION: CWS encup (1.30.650); FILE MERGED 2005/04/29 16:00:34 ihi 1.30.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b60c4859f8c204b16839f23a6f047bf0aeb2cb]

        INTEGRATION: CWS encup (1.73.210); FILE MERGED 2005/04/29 16:00:34 ihi 1.73.210.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6db7d403a6020a59f450f933ea159aefbc9d0122]

        INTEGRATION: CWS encup (1.28.650); FILE MERGED 2005/04/29 16:00:34 ihi 1.28.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e50d98d4328005f10fed6032d0a44b406dfd4bb]

        INTEGRATION: CWS encup (1.43.412); FILE MERGED 2005/04/29 16:00:33 ihi 1.43.412.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce3b072d23b279add6b697d4e5acec967d58f18e]

        INTEGRATION: CWS encup (1.35.650); FILE MERGED 2005/04/29 16:00:33 ihi 1.35.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef85ccf9de769d3c2873105d87aa2fe60375581c]

        INTEGRATION: CWS encup (1.89.8); FILE MERGED 2005/04/29 16:00:32 ihi 1.89.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [91797a454c4e272ed6368c351e50a691428572ca]

        INTEGRATION: CWS encup (1.54.60); FILE MERGED 2005/04/29 16:00:31 ihi 1.54.60.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [79de81852841edb6fbfe0847e1e30b981b29d422]

        INTEGRATION: CWS encup (1.51.130); FILE MERGED 2005/04/29 16:00:31 ihi 1.51.130.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [838271747c889299c6bf15bd2a615ddda84b2cb4]

        INTEGRATION: CWS encup (1.26.650); FILE MERGED 2005/04/29 16:00:30 ihi 1.26.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf43779898783b11f9c9b5234b44fdd4023f4910]

        INTEGRATION: CWS encup (1.13.546); FILE MERGED 2005/04/29 16:00:30 ihi 1.13.546.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0fbf4069c78b39d30cddcf588fefefc523c104a0]

        INTEGRATION: CWS encup (1.37.162); FILE MERGED 2005/04/29 16:00:29 ihi 1.37.162.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b099ebfeb93f680112b96cef229ce07e8bf30d9]

        INTEGRATION: CWS encup (1.31.586); FILE MERGED 2005/04/29 16:00:29 ihi 1.31.586.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [62c1344b9dbd068a29342bbf503ac06d74542cf1]

        INTEGRATION: CWS encup (1.34.650); FILE MERGED 2005/04/29 16:00:28 ihi 1.34.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e83e550424329781a011ec0d0b546fbd322654ae]

        INTEGRATION: CWS encup (1.76.522); FILE MERGED 2005/04/29 16:00:27 ihi 1.76.522.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1761317c29cf2c68628f51e3bc81238d4b0cafa]

        INTEGRATION: CWS encup (1.49.154); FILE MERGED 2005/04/29 16:00:26 ihi 1.49.154.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [111f515a107684465580560756773bf089f8cd4c]

        INTEGRATION: CWS encup (1.10.8); FILE MERGED 2005/04/29 16:00:26 ihi 1.10.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1729118494bb3ffb5a423c762d645f3172380971]

        INTEGRATION: CWS encup (1.6.8); FILE MERGED 2005/07/04 18:41:27 ihi 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/29 16:00:25 ihi 1.6.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d6982d84cc6397243dbbe80669794c88b7720fd5]

        INTEGRATION: CWS encup (1.54.484); FILE MERGED 2005/04/29 16:00:24 ihi 1.54.484.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ddbff9c6f6b8102718b1c470ec3f92ab4185fd1]

        INTEGRATION: CWS encup (1.73.172); FILE MERGED 2005/04/29 16:00:24 ihi 1.73.172.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e536d52612b6fd832781f6434b21168f67510aa7]

        INTEGRATION: CWS encup (1.5.522); FILE MERGED 2005/04/29 16:00:23 ihi 1.5.522.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [758d96cef648181943429b48fa05cc92059593fa]

        INTEGRATION: CWS encup (1.63.376); FILE MERGED 2005/04/29 16:00:22 ihi 1.63.376.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f98287ab3a18921b25399b414c8f46025e042f0a]

        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>  [aee888262658dea39662677f3bff2e0e0e1a2953]

        INTEGRATION: CWS cmcfixes18 (1.18.2); FILE MERGED 2005/09/05 09:26:46 cmc 1.18.2.1: #i54220# add CRASHREP build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [601707dd75f3779879a9be55023f32a12fe98907]

        INTEGRATION: CWS encup (1.53.244); FILE MERGED 2005/04/29 16:00:22 ihi 1.53.244.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7e27684c82bdafa2ec98f887f6400e8ca1d2770]

        INTEGRATION: CWS encup (1.41.646); FILE MERGED 2005/04/29 16:00:21 ihi 1.41.646.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9f2e3f475d0cb508ab76fd8424685d651c57bf3]

        INTEGRATION: CWS encup (1.8.652); FILE MERGED 2005/04/29 16:00:21 ihi 1.8.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89623a54b84a4a22c3ec232b12fbe7462c1260d2]

        INTEGRATION: CWS encup (1.4.60); FILE MERGED 2005/04/29 16:00:21 ihi 1.4.60.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [56f9731a5ba6a9d63819c7b4e977a945c3992924]

        INTEGRATION: CWS sj22 (1.115.162); FILE MERGED 2005/06/30 08:31:31 sj 1.115.162.1: #i29843# fixed selection problem

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c75f551a6dd3f5c0ad8a34493803a6fb514d234a]

        INTEGRATION: CWS encup (1.23.652); FILE MERGED 2005/04/29 16:00:20 ihi 1.23.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [73f61fa81bb133c4605bc4132537afd5e1fe9cba]

        INTEGRATION: CWS encup (1.29.172); FILE MERGED 2005/04/29 16:00:20 ihi 1.29.172.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1380f90f40729eb360d7fa52f781339244e45f4]

        INTEGRATION: CWS encup (1.28.652); FILE MERGED 2005/04/29 16:00:19 ihi 1.28.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cda26ee6a519a969e468860e4bcf9d7e46a4e6f7]

        INTEGRATION: CWS encup (1.60.66); FILE MERGED 2005/04/29 16:00:18 ihi 1.60.66.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [635441064ce54c13505db28ef06acc14cfc3d5fc]

        INTEGRATION: CWS encup (1.43.652); FILE MERGED 2005/04/29 16:00:18 ihi 1.43.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0acc65ede14e2157b27431c83aeaa4f8720888]

        INTEGRATION: CWS encup (1.24.652); FILE MERGED 2005/04/29 16:00:13 ihi 1.24.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [65e65c5f747d13e7b39fcf7e15bcda40567fd677]

        INTEGRATION: CWS sj22 (1.133.114); FILE MERGED 2005/08/08 12:25:28 sj 1.133.114.2: RESYNC: (1.133-1.135); FILE MERGED 2005/06/30 02:30:27 sj 1.133.114.1: #120406# now ole objects may contain also bitmap graphics

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [12a788657bc6bde32edf9a6e8e42870949414cbf]

        INTEGRATION: CWS encup (1.44.376); FILE MERGED 2005/04/29 16:00:13 ihi 1.44.376.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [53e701d923fe1c7f1570547d53e7bd939516c240]

        INTEGRATION: CWS sj22 (1.65.364); FILE MERGED 2005/08/08 12:22:33 sj 1.65.364.2: RESYNC: (1.65-1.66); FILE MERGED 2005/07/20 15:11:58 sj 1.65.364.1: #i52183# fixed problem if exporting graphics with mapmode pixel to pdf

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [53a9c3e44319452c009d295c6e0b6fcce9ec4937]

        INTEGRATION: CWS encup (1.13.130); FILE MERGED 2005/04/29 16:00:12 ihi 1.13.130.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [80790b6ae5bc3556815612c9fe6b3635579434a4]

        INTEGRATION: CWS sj22 (1.5.462); FILE MERGED 2005/06/30 10:20:22 sj 1.5.462.2: #48499# fixed customshape update problem 2005/06/30 03:25:57 sj 1.5.462.1: #i48499# fixed customshape update problem

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bfeb2b3fc445e6113bb24a7094d1eb24fa9ded2]

        INTEGRATION: CWS encup (1.52.650); FILE MERGED 2005/04/29 16:00:12 ihi 1.52.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dcdeeb9f430c445ff941ec57604f2de605732e1]

        INTEGRATION: CWS sj22 (1.120.80); FILE MERGED 2005/08/08 12:19:33 sj 1.120.80.4: RESYNC: (1.120-1.122); FILE MERGED 2005/07/20 11:56:56 sj 1.120.80.3: #i51997# fixed problem with mirrored graphics 2005/06/30 03:14:08 sj 1.120.80.2: #i46923# added import of system colors (at least some of them) 2005/06/30 03:00:44 sj 1.120.80.1: #i45545# added support of italic and bold fontwork export

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [65f8a54e4ca107782f0b9ff03a691028fa700038]

        INTEGRATION: CWS encup (1.18.652); FILE MERGED 2005/04/29 16:00:12 ihi 1.18.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec2e6a409591e07f96ddf7f42be54755a4fc79e0]

        INTEGRATION: CWS sj22 (1.53.154); FILE MERGED 2005/08/08 12:19:04 sj 1.53.154.2: RESYNC: (1.53-1.54); FILE MERGED 2005/06/30 02:52:58 sj 1.53.154.1: #i45545# added support of italic and bold fontwork export

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfd2c66ece1ba2c9ba43fe4a27d6217972f1c391]

        INTEGRATION: CWS encup (1.28.224); FILE MERGED 2005/04/29 16:00:11 ihi 1.28.224.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0c6d0947662077d649a2f8a853c89abf69c96d9]

        INTEGRATION: CWS sj22 (1.95.144); FILE MERGED 2005/07/19 16:10:47 sj 1.95.144.1: #i51995# fixed actual text tagging problem fpr pdf

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [725fa9347a7493e9c18cd4c464d6f624751e1a84]

        INTEGRATION: CWS encup (1.33.652); FILE MERGED 2005/04/29 16:00:11 ihi 1.33.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a6c95b7c700a327d8ed0dfe9eeb83d351f8d8f9c]

        INTEGRATION: CWS encup (1.27.270); FILE MERGED 2005/04/29 16:00:10 ihi 1.27.270.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1325b1d76a93e53458efe034c2611ef77b7ab5d4]

        INTEGRATION: CWS sj22 (1.11.332); FILE MERGED 2005/07/19 11:58:27 sj 1.11.332.1: #i51520# fixed gpf when trying to load invalid component

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c436a3988a75e63a65e091c623bcca0c0f3937e6]

        INTEGRATION: CWS cmcfixes18 (1.29.128); FILE MERGED 2005/09/05 09:44:55 cmc 1.29.128.1: #i54220# add BERKELEYDB build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5fdc8eab2884d6016d3056ea184fd2607fe1c4ef]

        INTEGRATION: CWS encup (1.26.162); FILE MERGED 2005/04/29 16:00:10 ihi 1.26.162.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3304948798dcf186c3c1248e92e1004722f30fb2]

        INTEGRATION: CWS encup (1.39.572); FILE MERGED 2005/04/29 16:00:09 ihi 1.39.572.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab3dc685acf88e87a1102f0c50e03f6cada0288]

        INTEGRATION: CWS sj22 (1.13.154); FILE MERGED 2005/06/30 02:41:39 sj 1.13.154.1: #i41798# fixed connector pts for connectors

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [10b8f9779d9237dcedf444079171815827f5786d]

        INTEGRATION: CWS encup (1.60.108); FILE MERGED 2005/04/29 16:00:09 ihi 1.60.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1cf7cdea19f409d568274a29169ee1af99bb7317]

        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>  [9c54fa72e911d71dbd5a0f7682ceff77514066a4]

        INTEGRATION: CWS encup (1.4.652); FILE MERGED 2005/04/29 16:00:08 ihi 1.4.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [73515a6f39232b14277ec7e00c4b482bcafac95a]

        INTEGRATION: CWS sj22 (1.7.236); FILE MERGED 2005/06/30 03:05:10 sj 1.7.236.1: #i45545# added support of italic and bold fontwork export

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e01a32341b20ab23fe2cc96bae05fd619b4508a]

        INTEGRATION: CWS encup (1.4.548); FILE MERGED 2005/04/29 16:00:08 ihi 1.4.548.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9844b0914497f011ea1d5692f0850738da90f104]

        INTEGRATION: CWS sj22 (1.3.570); FILE MERGED 2005/06/30 03:26:19 sj 1.3.570.1: #i48499# fixed customshape update problem

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7be9a789154d160afc28c488d188a0be1a477fd]

        INTEGRATION: CWS encup (1.4.8); FILE MERGED 2005/04/29 16:00:08 ihi 1.4.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffa2a21c17422bd1ffb816dd82530e3b977c03df]

        INTEGRATION: CWS cmcfixes18 (1.25.60); FILE MERGED 2005/09/05 09:22:44 cmc 1.25.60.1: #i54220# add EXPAT build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f607170cb8d78afd16e601e42e9bf2dc9de7798]

        INTEGRATION: CWS encup (1.47.652); FILE MERGED 2005/04/29 16:00:07 ihi 1.47.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d7f833990292acc4387ad0e4176d9c33c09aa4a]

        INTEGRATION: CWS cmcfixes18 (1.8.164); FILE MERGED 2005/09/05 09:51:08 cmc 1.8.164.2: #i54220# add SABLOT build types 2005/09/05 09:45:12 cmc 1.8.164.1: #i54220# add BERKELEYDB build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5a68e11a9797bc61b4977a7e93bf4e7b138aede]

        INTEGRATION: CWS encup (1.68.146); FILE MERGED 2005/04/29 16:00:07 ihi 1.68.146.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [949274c47ef9966f3f13e547b5ff0c3df0d51840]

        INTEGRATION: CWS encup (1.7.8); FILE MERGED 2005/04/29 16:00:06 ihi 1.7.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [782a14148cc291a846b16340562f47801014fb4f]

        INTEGRATION: CWS cmcfixes18 (1.135.4); FILE MERGED 2005/09/05 09:48:48 cmc 1.135.4.3: #i54220# add SABLOT build types 2005/09/05 09:41:49 cmc 1.135.4.2: #i54220# add BERKELEYDB build types 2005/09/05 09:29:42 cmc 1.135.4.1: #i54220# add CRASHREP build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eaf71990f028d04fb5f979498ebef1f722146bbb]

        INTEGRATION: CWS encup (1.36.652); FILE MERGED 2005/04/29 16:00:06 ihi 1.36.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbcee58117fbec71d6d30d6ef281698331fe34d9]

        INTEGRATION: CWS cmcfixes18 (1.118.4); FILE MERGED 2005/09/05 09:48:43 cmc 1.118.4.3: #i54220# add SABLOT build types 2005/09/05 09:41:46 cmc 1.118.4.2: #i54220# add BERKELEYDB build types 2005/09/05 09:29:37 cmc 1.118.4.1: #i54220# add CRASHREP build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f05b08b452c18c36233993ec634803c2b25476df]

        INTEGRATION: CWS encup (1.8.8); FILE MERGED 2005/04/29 16:00:05 ihi 1.8.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [265352a61e369e966a620042366cfa1f4e6e1d41]

        INTEGRATION: CWS encup (1.19.652); FILE MERGED 2005/04/29 16:00:05 ihi 1.19.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9652f936c9d996f8a328672b39ba6072c84456f5]

        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>  [76fa8e3cfdc6d2c05784ccb2daeca4a3195a4932]

        INTEGRATION: CWS encup (1.37.518); FILE MERGED 2005/04/29 16:00:05 ihi 1.37.518.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4389fbdbc8f7ab3c229f6fde791647af596bc975]

        INTEGRATION: CWS encup (1.22.652); FILE MERGED 2005/04/29 16:00:04 ihi 1.22.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f604186a260cdcbb89985ef6ec3a5e282115c0ff]

        INTEGRATION: CWS encup (1.21.652); FILE MERGED 2005/04/29 16:00:04 ihi 1.21.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd23f7637d8e360b0424d59d516de5b49096c1df]

        INTEGRATION: CWS encup (1.79.236); FILE MERGED 2005/04/29 16:00:04 ihi 1.79.236.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2565f03257a02dc61df3d830a1225cccdd5d55d]

        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>  [582710d5dd051927007d5fae77965fa74d316a34]

        INTEGRATION: CWS encup (1.63.522); FILE MERGED 2005/04/29 16:00:03 ihi 1.63.522.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ad5c8cfcba0c783983a5ce597415de289854f45]

        INTEGRATION: CWS cmcfixes18 (1.6.6); FILE MERGED 2005/09/05 09:22:03 cmc 1.6.6.1: #i54220# add EXPAT build types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1210e94372fef91c3c21cd5e3141bf45657b9964]

        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>  [076c5fded65b5de41a5b29417e3ba5948dea27be]

        INTEGRATION: CWS encup (1.4.544); FILE MERGED 2005/04/29 16:00:03 ihi 1.4.544.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6588f0fd496a28e464451b782645f2ba8870a018]

        INTEGRATION: CWS encup (1.5.332); FILE MERGED 2005/04/29 16:00:02 ihi 1.5.332.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [77e3cf500186f635d0bbae6e6258023238adb51b]

        INTEGRATION: CWS sj22 (1.88.76); FILE MERGED 2005/06/30 02:46:03 sj 1.88.76.1: #43399# now properly supporting page effect none if exporting to pdf

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a360d4110b1483afceeed1f36baec60ba50bba0]

        INTEGRATION: CWS encup (1.3.652); FILE MERGED 2005/04/29 16:00:02 ihi 1.3.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b0dd5534f5ab5c94da79b708b3841d3fb395a3e]

        INTEGRATION: CWS sj22 (1.82.100); FILE MERGED 2005/08/08 11:42:36 sj 1.82.100.3: RESYNC: (1.82-1.84); FILE MERGED 2005/07/27 14:11:14 sj 1.82.100.2: #i17122# fixed stylesheet problem with center title layout 2005/07/27 10:27:39 sj 1.82.100.1: #124352# fixed stylesheet problem for text having a depth of 1 and greater

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [17fa77e67525c14572284e1875476046569319be]

        INTEGRATION: CWS encup (1.16.108); FILE MERGED 2005/04/29 16:00:02 ihi 1.16.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8629ea8485837e97802c0229f1e7567847bcb7]

        INTEGRATION: CWS sj22 (1.76.100); FILE MERGED 2005/08/08 11:42:16 sj 1.76.100.2: RESYNC: (1.76-1.77); FILE MERGED 2005/07/22 12:59:47 sj 1.76.100.1: #i51188# fixed gpf (no longer freeing memory twice

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb480c076814afff91ad221c645a01c3f9c1bd40]

        INTEGRATION: CWS encup (1.54.650); FILE MERGED 2005/04/29 16:00:01 ihi 1.54.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdc0bb23658d3a139d51f8134ce7b6fd3dc8f10f]

        INTEGRATION: CWS encup (1.45.518); FILE MERGED 2005/04/29 16:00:01 ihi 1.45.518.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a12de936e7fa6da8be0d93d4de92ac82df91ad65]

        INTEGRATION: CWS encup (1.25.108); FILE MERGED 2005/04/29 16:00:00 ihi 1.25.108.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0078006e127b3ce163db9787c6046f19e4340e06]

        INTEGRATION: CWS encup (1.6.302); FILE MERGED 2005/04/29 16:00:00 ihi 1.6.302.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c358b39c472a8af0898777590f7c968e1bd534eb]

        INTEGRATION: CWS encup (1.28.652); FILE MERGED 2005/04/29 16:00:00 ihi 1.28.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bf5c74172f33fe14bc2745969156454215129e0]

        INTEGRATION: CWS encup (1.30.572); FILE MERGED 2005/04/29 15:59:58 ihi 1.30.572.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4f78fe262a7d7d9b608a2308b69a46ef6fa728a]

        INTEGRATION: CWS encup (1.3.652); FILE MERGED 2005/04/29 15:59:57 ihi 1.3.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [303cd887b9e6530d48b03c8361ddee5ca6f916ac]

        INTEGRATION: CWS encup (1.24.652); FILE MERGED 2005/04/29 15:59:57 ihi 1.24.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [31b0d25691e4436dfaa6b680c56d3d96ad63d7e7]

        INTEGRATION: CWS encup (1.46.652); FILE MERGED 2005/04/29 15:59:57 ihi 1.46.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [95a3fcad380b7d7dc9a6f176bfa9c500f871a483]

        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>  [798b6023ab40194c4e8b3c68e76c41ffef5e34ff]

        INTEGRATION: CWS encup (1.14.652); FILE MERGED 2005/04/29 15:59:56 ihi 1.14.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6ea7a7e31eb3539bb3cf57348f7efec808ba9e0]

        INTEGRATION: CWS encup (1.31.652); FILE MERGED 2005/04/29 15:59:56 ihi 1.31.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4fb3fca6f6e62290f4a60efbec8abf62317d555]

        INTEGRATION: CWS encup (1.72.8); FILE MERGED 2005/04/29 15:59:55 ihi 1.72.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c8add8fa30737572867c79b85fb37fc8d58b0ae]

        INTEGRATION: CWS encup (1.22.652); FILE MERGED 2005/04/29 15:59:55 ihi 1.22.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8725c65a9221b130f14414b9f5e059205070c6cd]

        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>  [d2d903ff1120644bbe2ce9bdb70de706c63270ae]

        INTEGRATION: CWS encup (1.47.572); FILE MERGED 2005/04/29 15:59:55 ihi 1.47.572.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e1054641ab4f5f7f8f8272b6da6e900291a8912]

        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>  [7bfaa9ca688c89a9398e0e2b3bff4ee30494c375]

        INTEGRATION: CWS encup (1.11.366); FILE MERGED 2005/04/29 15:59:55 ihi 1.11.366.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a16eaec9364d0c880858108e764c510aba8c7ed6]

        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>  [248159340680f488b97e395af85f95e1d734ded9]

        INTEGRATION: CWS encup (1.25.652); FILE MERGED 2005/04/29 15:59:54 ihi 1.25.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a69e9b61c5b6ad30f091ecee120b74d4bb3724a8]

        INTEGRATION: CWS encup (1.40.652); FILE MERGED 2005/04/29 15:59:54 ihi 1.40.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1302b49242a26b3269386e27f291062a593cb863]

        INTEGRATION: CWS encup (1.9.652); FILE MERGED 2005/04/29 15:59:54 ihi 1.9.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8771335ef19a29efcd5ecfa80c30ef608ddc3a61]

        INTEGRATION: CWS encup (1.35.650); FILE MERGED 2005/04/29 15:59:53 ihi 1.35.650.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [180a2053bd50e179215bf8468e2aab4c2778d78e]

        INTEGRATION: CWS encup (1.5.652); FILE MERGED 2005/04/29 15:59:53 ihi 1.5.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [961ab3af12a458396e0988672a5c4f45ba3ed01b]

        INTEGRATION: CWS encup (1.7.60); FILE MERGED 2005/04/29 15:59:53 ihi 1.7.60.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [261334c371603e66fc4fc8292bad71a427c3bea2]

        INTEGRATION: CWS encup (1.3.8); FILE MERGED 2005/04/29 15:59:53 ihi 1.3.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3b52d4bf3832222d28a4fcb47c9f422dc346c3d]

        INTEGRATION: CWS encup (1.2.572); FILE MERGED 2005/04/29 15:59:52 ihi 1.2.572.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9955f384385d779a1cb8b0b9a8e566a45a5a293d]

        INTEGRATION: CWS encup (1.43.66); FILE MERGED 2005/04/29 15:59:52 ihi 1.43.66.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce4af57f0d95dcf02c26d56f36fa9302850a8e59]

        INTEGRATION: CWS encup (1.35.652); FILE MERGED 2005/04/29 15:59:51 ihi 1.35.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [afb1cbef57d1fdf9e100f7ae776071d1595924ef]

        INTEGRATION: CWS encup (1.11.366); FILE MERGED 2005/04/29 15:59:51 ihi 1.11.366.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f485b21fdeaa9c20dd7f6effdfe9e2bd6ad780]

        INTEGRATION: CWS encup (1.52.652); FILE MERGED 2005/04/29 15:59:51 ihi 1.52.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [197615e406722c2bb665f37c892411ec57bb7598]

        INTEGRATION: CWS encup (1.71.652); FILE MERGED 2005/04/29 15:59:50 ihi 1.71.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [096049351f779e39db7d7e5a9b941c4156d0e4e2]

        INTEGRATION: CWS encup (1.10.8); FILE MERGED 2005/04/29 15:59:50 ihi 1.10.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c48a1af879fd5afd01116a35c13e90e463888c73]

        INTEGRATION: CWS encup (1.59.58); FILE MERGED 2005/04/29 15:59:49 ihi 1.59.58.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f823c43db79041fe15627d97e191a72c497e8c99]

        INTEGRATION: CWS encup (1.35.300); FILE MERGED 2005/04/29 15:59:49 ihi 1.35.300.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [35464d161506835446961a1966ae5dcd29c5edcd]

        INTEGRATION: CWS encup (1.5.522); FILE MERGED 2005/08/05 19:55:14 ihi 1.5.522.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/29 15:59:49 ihi 1.5.522.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9f36d4f6ab5445882546db2deb987c2a465627b]

        INTEGRATION: CWS encup (1.50.570); FILE MERGED 2005/04/29 15:59:48 ihi 1.50.570.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9840e6a9baa867a0f3ef1680ae5aad62446f22ce]

        INTEGRATION: CWS encup (1.2.518); FILE MERGED 2005/04/29 15:59:48 ihi 1.2.518.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [df051e08d39fc209822bd12d31fa4f1ac6d8da1a]

        INTEGRATION: CWS encup (1.30.652); FILE MERGED 2005/04/29 15:59:47 ihi 1.30.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75be7880397e2424c9fee2fe3b6d166310abd794]

        INTEGRATION: CWS encup (1.2.652); FILE MERGED 2005/08/05 19:45:37 ihi 1.2.652.2: RESYNC: (1.2-1.3); FILE MERGED 2005/04/29 15:59:47 ihi 1.2.652.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf3bb6c2de10d9d945ccdc3a6f231fc62bf5ac52]

        INTEGRATION: CWS encup (1.2.26); FILE MERGED 2005/06/21 12:35:26 ihi 1.2.26.1: fixed

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4101eee265f2716dfd53e8da9b6029d6164f4c35]

        INTEGRATION: CWS encup (1.2.10); FILE MERGED 2005/04/29 15:58:12 ihi 1.2.10.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bbeeb8e4b778eb79a11303eab295fbe02b9e344]

        INTEGRATION: CWS encup (1.2.10); FILE MERGED 2005/04/29 15:58:09 ihi 1.2.10.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c769582a438c028764078681dd0a89cc5c17a426]

        INTEGRATION: CWS encup (1.1.2); FILE ADDED 2005/05/26 15:57:09 ihi 1.1.2.1: #i49922# Source language detection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6363eeb71d5ad32abb0dfc8ce00a709a5c57d291]

        INTEGRATION: CWS encup (1.1.2); FILE ADDED 2005/05/26 15:56:07 ihi 1.1.2.1: #i49922# Source language detection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [85eceec18735703ad28ee926776a1f40f550ee67]

        INTEGRATION: CWS encup (1.46.124); FILE MERGED 2005/04/29 15:57:52 ihi 1.46.124.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [676892635ebeacc5225ab88194b8392b4ad0fc86]

        INTEGRATION: CWS encup (1.56.38); FILE MERGED 2005/04/29 15:57:52 ihi 1.56.38.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd43115478ba420fcd72b7d5591161197f71019c]

        INTEGRATION: CWS encup (1.55.124); FILE MERGED 2005/04/29 15:57:52 ihi 1.55.124.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c49088aaa4b427d4e87e241dd46cc775771c19d2]

        INTEGRATION: CWS encup (1.23.124); FILE MERGED 2005/04/29 15:57:52 ihi 1.23.124.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [886acaf60ae665082c3c279375f452dd969be161]

        INTEGRATION: CWS encup (1.101.12); FILE MERGED 2005/04/29 15:57:51 ihi 1.101.12.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03cf723d26b7d7844cc8a9f9aff0b39222917f06]

        INTEGRATION: CWS encup (1.3.14); FILE MERGED 2005/04/29 15:57:39 ihi 1.3.14.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ae784893cabe10a3bc8b741606a988506b145a6]

        INTEGRATION: CWS encup (1.44.88); FILE MERGED 2005/04/29 15:57:39 ihi 1.44.88.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3ce1fadd70e261af4e56ee901355a73533a5238]

        INTEGRATION: CWS encup (1.42.530); FILE MERGED 2005/04/29 15:57:04 ihi 1.42.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c56aaec3c211db8f509cf4cdfbb1374a57d52897]

        INTEGRATION: CWS encup (1.47.418); FILE MERGED 2005/04/29 15:57:03 ihi 1.47.418.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [53972dccdb9170fd65eb2335a2df4cad823cbaf6]

        INTEGRATION: CWS encup (1.20.530); FILE MERGED 2005/04/29 15:57:03 ihi 1.20.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [955935eb7b938fb8acd3c14f4e887281d9176953]

        INTEGRATION: CWS encup (1.46.530); FILE MERGED 2005/04/29 15:57:02 ihi 1.46.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [182b1cb2ba68b4a1679a88f6a217a086d6b77b13]

        INTEGRATION: CWS encup (1.55.296); FILE MERGED 2005/04/29 15:57:02 ihi 1.55.296.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d6f9d991b0e34986dec0d07463bcf89dadff6d4]

        INTEGRATION: CWS encup (1.36.530); FILE MERGED 2005/04/29 15:57:00 ihi 1.36.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6322532594af1e8227588de1e53742a849f84682]

        INTEGRATION: CWS encup (1.20.530); FILE MERGED 2005/04/29 15:57:00 ihi 1.20.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [89ed10808bc2a6ae7eb0b77d322f3a8d5d11d78e]

        INTEGRATION: CWS encup (1.40.528); FILE MERGED 2005/04/29 15:56:59 ihi 1.40.528.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa1933b00da1b5815b33a53d9cec51af9ac37410]

        INTEGRATION: CWS encup (1.47.416); FILE MERGED 2005/04/29 15:56:57 ihi 1.47.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbf17221a3adf48e613c4d7ffeb250597920a40d]

        INTEGRATION: CWS encup (1.31.530); FILE MERGED 2005/04/29 15:56:57 ihi 1.31.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2ce8a13ea5d8452579956a1414e942fd0a9a2997]

        INTEGRATION: CWS encup (1.33.530); FILE MERGED 2005/04/29 15:56:55 ihi 1.33.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0acdbd6091835c2cee74b3d556cee892521cc76]

        INTEGRATION: CWS encup (1.33.530); FILE MERGED 2005/04/29 15:56:54 ihi 1.33.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5d2d80e6a49a56fee3758be322e16dad1b7baff]

        INTEGRATION: CWS encup (1.21.530); FILE MERGED 2005/04/29 15:56:53 ihi 1.21.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9e55efc2fe8c8fa7b3e2e63333670df5ac224da]

        INTEGRATION: CWS encup (1.22.530); FILE MERGED 2005/04/29 15:56:52 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [681fd747c56bd08df205af07350d7e71d123e3f4]

        INTEGRATION: CWS encup (1.28.466); FILE MERGED 2005/04/29 15:56:51 ihi 1.28.466.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d38e4d7e7986d2b22953205d2b7a2b0bef68006]

        INTEGRATION: CWS encup (1.27.530); FILE MERGED 2005/04/29 15:56:51 ihi 1.27.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [17db557b5c9aaba5265bbf88f2abff2568d6ccb1]

        INTEGRATION: CWS encup (1.25.242); FILE MERGED 2005/04/29 15:56:51 ihi 1.25.242.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e340753a37f31e23c2b688a441fa3f42da8a6ff]

        INTEGRATION: CWS encup (1.32.530); FILE MERGED 2005/04/29 15:56:50 ihi 1.32.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd775c2b3fd2c5bd42400c8c0e56658acb476a3]

        INTEGRATION: CWS encup (1.47.134); FILE MERGED 2005/04/29 15:56:50 ihi 1.47.134.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cbda3a7e19a2937cd18005080e4c19bdf604d9d6]

        INTEGRATION: CWS encup (1.49.530); FILE MERGED 2005/04/29 15:56:48 ihi 1.49.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7758ef220bca670c0127c909d4b0db84e770fc4]

        INTEGRATION: CWS encup (1.22.530); FILE MERGED 2005/04/29 15:56:48 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [64c78d8765d58baaa12ebe62b21c8ffc15c2eab3]

        INTEGRATION: CWS encup (1.31.194); FILE MERGED 2005/04/29 15:56:47 ihi 1.31.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [07e62b9134f89b50a439c6ada2c376a01198c018]

        INTEGRATION: CWS encup (1.27.530); FILE MERGED 2005/04/29 15:56:46 ihi 1.27.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [24b40defd4c7470703e153c6d098085765ade010]

        INTEGRATION: CWS encup (1.20.530); FILE MERGED 2005/04/29 15:56:46 ihi 1.20.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [319f8c0f36daa0288f030fd9ee803100b655104d]

        INTEGRATION: CWS encup (1.28.194); FILE MERGED 2005/04/29 15:56:45 ihi 1.28.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9cabd3ac478fd337dd1ea0b071d2633483fdf3a]

        INTEGRATION: CWS encup (1.30.530); FILE MERGED 2005/04/29 15:56:45 ihi 1.30.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5d2d5a7516225547db24d7c6020fd421a8c3b36c]

        INTEGRATION: CWS encup (1.34.152); FILE MERGED 2005/04/29 15:56:45 ihi 1.34.152.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9881dc1cfbc4a6011a444360f4a881e736aaa5f]

        INTEGRATION: CWS encup (1.30.156); FILE MERGED 2005/04/29 15:56:44 ihi 1.30.156.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6069a55a6558d59f3ebc861b865ea6de89a6f3ae]

        INTEGRATION: CWS encup (1.17.530); FILE MERGED 2005/04/29 15:56:44 ihi 1.17.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38cbe6c793021a3705ee949e331b47164b7e04dd]

        INTEGRATION: CWS encup (1.22.530); FILE MERGED 2005/04/29 15:56:43 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b18a1cee35a697a8943fb191013be624ab8332d]

        INTEGRATION: CWS encup (1.38.530); FILE MERGED 2005/04/29 15:56:43 ihi 1.38.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5d5c6a1f0062b3f8bc141d2feabb76b25e6c414]

        INTEGRATION: CWS encup (1.18.530); FILE MERGED 2005/04/29 15:56:42 ihi 1.18.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [19a9cbc6c1796920a73c10040b7a2c4769ce571c]

        INTEGRATION: CWS encup (1.32.194); FILE MERGED 2005/04/29 15:56:42 ihi 1.32.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a63324c62f6c8dd25fe0479c342ce67eaaaac5ea]

        INTEGRATION: CWS encup (1.22.530); FILE MERGED 2005/04/29 15:56:42 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ff0ec760a4bbc507f3d4773d4d18a923b11b80e]

        INTEGRATION: CWS encup (1.35.530); FILE MERGED 2005/04/29 15:56:41 ihi 1.35.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2aa551e3f6e813ae0a8d6e930163ddbf9ef9c32]

        INTEGRATION: CWS encup (1.40.64); FILE MERGED 2005/04/29 15:56:40 ihi 1.40.64.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b25f736f73618cf2c9ffe23213cc9b7b1eee2eb2]

        INTEGRATION: CWS encup (1.72.530); FILE MERGED 2005/04/29 15:56:39 ihi 1.72.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e03400b12164563c14e4f5829d4600256791d4b]

        INTEGRATION: CWS encup (1.8.110); FILE MERGED 2005/04/29 15:56:39 ihi 1.8.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed0f314b978049619a4063c5aa21091b13eed22c]

        INTEGRATION: CWS encup (1.34.530); FILE MERGED 2005/04/29 15:56:38 ihi 1.34.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [545237427987bb97c3a52e035d059a2d26864510]

        INTEGRATION: CWS encup (1.35.528); FILE MERGED 2005/04/29 15:56:37 ihi 1.35.528.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d59a48afc19b52ac9bd2f7a703ed58255503a458]

        INTEGRATION: CWS encup (1.62.136); FILE MERGED 2005/04/29 15:56:37 ihi 1.62.136.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ff0150991f9610ed20a9266667451079116ee7]

        INTEGRATION: CWS encup (1.39.194); FILE MERGED 2005/04/29 15:56:36 ihi 1.39.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03b9a3ea7685da5df297ca1b37413a128bba2f5a]

        INTEGRATION: CWS encup (1.51.530); FILE MERGED 2005/04/29 15:56:36 ihi 1.51.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [183977e58ab41718f9ff033e5181794f350b9ac2]

        INTEGRATION: CWS encup (1.48.530); FILE MERGED 2005/04/29 15:56:35 ihi 1.48.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6f97606956c93f342b1d47b3ae82fbca59de40e9]

        INTEGRATION: CWS encup (1.8.530); FILE MERGED 2005/04/29 15:56:35 ihi 1.8.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c0d94438dd5ba05363dedc5fd959737948a9734]

        INTEGRATION: CWS encup (1.23.530); FILE MERGED 2005/04/29 15:56:34 ihi 1.23.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c896e04e7bc7062f7404349c8399de7cda9132e]

        INTEGRATION: CWS encup (1.24.530); FILE MERGED 2005/04/29 15:56:34 ihi 1.24.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b120d8b63b8e94aa4623326dec5d97fc57850623]

        INTEGRATION: CWS encup (1.49.530); FILE MERGED 2005/04/29 15:56:33 ihi 1.49.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f8fcef49dd85c797777f6a78518dadb72f81dcc]

        INTEGRATION: CWS encup (1.22.530); FILE MERGED 2005/04/29 15:56:33 ihi 1.22.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e85c34e3a4058bad95ce6d9ddad8b9b89a6194a8]

        INTEGRATION: CWS encup (1.24.530); FILE MERGED 2005/04/29 15:56:32 ihi 1.24.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [29123e2a1207a3256c2050d1403e035668263886]

        INTEGRATION: CWS encup (1.20.530); FILE MERGED 2005/04/29 15:56:32 ihi 1.20.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [faba9c1369609ceed1b3fe71b5dbaf8d3ae87cd5]

        INTEGRATION: CWS encup (1.31.194); FILE MERGED 2005/04/29 15:56:32 ihi 1.31.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [940ed5bc17c2a05685421d63d762e70012c04671]

        INTEGRATION: CWS encup (1.31.466); FILE MERGED 2005/04/29 15:56:31 ihi 1.31.466.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb5877c0f9500f0c7760d177fd631d50d72a5291]

        INTEGRATION: CWS encup (1.7.530); FILE MERGED 2005/04/29 15:56:31 ihi 1.7.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [474063d4e6bcaebbafb4a8f36472dd1c2bdc5bf8]

        INTEGRATION: CWS encup (1.38.530); FILE MERGED 2005/04/29 15:56:29 ihi 1.38.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dd5541caa8c79b9f81a763f20e8fc650d718683]

        INTEGRATION: CWS encup (1.25.530); FILE MERGED 2005/04/29 15:56:29 ihi 1.25.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [799e0061f883eee68f2cecf0bdc006e429d7f2b6]

        INTEGRATION: CWS encup (1.54.530); FILE MERGED 2005/04/29 15:56:28 ihi 1.54.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b546cec3bf10ee4c2c8fe9572bd2b0d3d8a66748]

        INTEGRATION: CWS encup (1.34.530); FILE MERGED 2005/04/29 15:56:28 ihi 1.34.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af659b7e5f876edfabd277e6289f73aa9de3f1a2]

        INTEGRATION: CWS encup (1.25.530); FILE MERGED 2005/04/29 15:56:28 ihi 1.25.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c3e1a4656edb531e8afc8743a822ce4440c11b4]

        INTEGRATION: CWS encup (1.31.530); FILE MERGED 2005/04/29 15:56:27 ihi 1.31.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [28c0474e5f49a56707ec36d85a43e0af506822ab]

        INTEGRATION: CWS encup (1.42.418); FILE MERGED 2005/04/29 15:56:27 ihi 1.42.418.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0c43a814342bbc8885d0672e58e10bb09a362ec]

        INTEGRATION: CWS encup (1.23.314); FILE MERGED 2005/04/29 15:56:26 ihi 1.23.314.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b895bb685959c9d67f6c01b8e81410a1e2c5dd47]

        INTEGRATION: CWS encup (1.24.530); FILE MERGED 2005/04/29 15:56:26 ihi 1.24.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [02cca15c7ca8fbfe7e6a62662bc66a1dd6875918]

        INTEGRATION: CWS encup (1.44.60); FILE MERGED 2005/04/29 15:56:25 ihi 1.44.60.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe25b05753eedf0543c5f14f95591b2dbcc94e9a]

        INTEGRATION: CWS encup (1.3.530); FILE MERGED 2005/04/29 15:56:25 ihi 1.3.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f10d77ee9094e2c10a926026038871d1556109b]

        INTEGRATION: CWS encup (1.55.110); FILE MERGED 2005/04/29 15:56:24 ihi 1.55.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1d4796d7b959b66aa7712ca019f4b6191343dab]

        INTEGRATION: CWS encup (1.30.530); FILE MERGED 2005/04/29 15:56:24 ihi 1.30.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [df3d753571ec57e7fff862c0caf43ee6846c6d1f]

        INTEGRATION: CWS encup (1.26.416); FILE MERGED 2005/04/29 15:56:23 ihi 1.26.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a84207f4339e0f284020b67fa99ee078eb1d7d80]

        INTEGRATION: CWS encup (1.26.530); FILE MERGED 2005/04/29 15:56:23 ihi 1.26.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [61727b8acebf128b1b7a7d2f6a07839b4fd3bedf]

        INTEGRATION: CWS encup (1.2.416); FILE MERGED 2005/04/29 15:56:20 ihi 1.2.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d73446133a5c90792bb113facd1b7aabed627b6f]

        INTEGRATION: CWS encup (1.3.110); FILE MERGED 2005/04/29 15:56:20 ihi 1.3.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd4bd1b8538f85539f84ac4a5c7bc876f690b6f3]

        INTEGRATION: CWS encup (1.5.88); FILE MERGED 2005/04/29 15:56:20 ihi 1.5.88.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [626d32627785f13c768972980d49fb00139a35f0]

        INTEGRATION: CWS encup (1.3.110); FILE MERGED 2005/04/29 15:56:19 ihi 1.3.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [48bf600c826419b60bc637e96fa5a780e84f3427]

        INTEGRATION: CWS encup (1.4.88); FILE MERGED 2005/04/29 15:56:19 ihi 1.4.88.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0b929847da92b538866862c888017225180079da]

        INTEGRATION: CWS encup (1.3.110); FILE MERGED 2005/05/18 11:22:31 gh 1.3.110.2: #i49143# #i48232# fix generating of hid.lst entries 2005/04/29 15:56:19 ihi 1.3.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd77d9b4a3c9e86a99dd11d98a4266f6bc24f963]

        INTEGRATION: CWS encup (1.6.42); FILE MERGED 2005/08/08 16:55:33 ihi 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2005/04/29 15:56:18 ihi 1.6.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e0f6094abb30fa98953b59a17beabd0872c614b]

        INTEGRATION: CWS encup (1.2.416); FILE MERGED 2005/04/29 15:56:18 ihi 1.2.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [04cb0a788bd95d2709175f17efda7ae9143572de]

        INTEGRATION: CWS encup (1.4.8); FILE MERGED 2005/04/29 15:56:18 ihi 1.4.8.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4248e1951057448ad4209e43ab844b09bf9127d]

        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>  [cb6a08108000c321bcf01c92dfdc926b8bba287b]

        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>  [a5c0ae7855197070bda9f9f6623808f933eded2d]

        INTEGRATION: CWS encup (1.28.88); FILE MERGED 2005/04/29 15:56:17 ihi 1.28.88.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d882ff2ad5faad0db489eee5cafba8dfbaaa7515]

        INTEGRATION: CWS encup (1.2.416); FILE MERGED 2005/04/29 15:56:17 ihi 1.2.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d036173c42836ca133681dc24c9eab0f7e06ebc1]

        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>  [e42fe358e577ecd3c7545b64a5d878f94647877b]

        INTEGRATION: CWS encup (1.44.530); FILE MERGED 2005/04/29 15:56:16 ihi 1.44.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a5d18ce0035d5fbbb2bd6b853d110bb0645054b]

        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>  [7a83f8a85511e64500a35b34e2d7d158440839d4]

        INTEGRATION: CWS encup (1.2.416); FILE MERGED 2005/04/29 15:56:16 ihi 1.2.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b9c9e15ace8e74c536ac6e71f0a3601756dd03]

        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>  [0d8a3115de720f74247875379def2eb609cfc032]

        INTEGRATION: CWS encup (1.4.194); FILE MERGED 2005/04/29 15:56:16 ihi 1.4.194.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [705258e774f8ddd4c911555fbbf6354d5276fa60]

        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>  [4fa9eff6510331281bc2954d8f0e00a7740d4c8e]

        INTEGRATION: CWS encup (1.2.416); FILE MERGED 2005/04/29 15:56:15 ihi 1.2.416.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c34115b75352b3274f7aefe90ca93f4d3ade26f9]

        INTEGRATION: CWS encup (1.49.530); FILE MERGED 2005/04/29 15:56:15 ihi 1.49.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [866384a5d7069ccb21c4c3e3411605b556316ac6]

        INTEGRATION: CWS encup (1.71.136); FILE MERGED 2005/04/29 15:56:14 ihi 1.71.136.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b36aa2e8f7500738a958a84065d6e6668883a1f]

        INTEGRATION: CWS encup (1.98.110); FILE MERGED 2005/04/29 15:56:14 ihi 1.98.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac0bbe32a4bfffd18c8b47f6cbd04859db71d286]

        INTEGRATION: CWS encup (1.9.466); FILE MERGED 2005/04/29 15:56:13 ihi 1.9.466.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8dd815d74676042dd7067fc95c679c5bfacc25ab]

        INTEGRATION: CWS dba201b (1.27.12); FILE MERGED 2005/09/21 08:14:49 oj 1.27.12.2: RESYNC: (1.27-1.28); FILE MERGED 2005/07/21 12:03:56 fs 1.27.12.1: refined connection handling in the course of #i52255#, where the semantics of ::dbtools::connectRowset was extended to also care for connections of the rowset is embedded in a database form document

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ea328a78f3efe12c362e991a1363093d1df42cba]

        INTEGRATION: CWS encup (1.4.110); FILE MERGED 2005/04/29 15:56:13 ihi 1.4.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec15a78b9bc2c17678f10b6d4aa1d44b54acec4b]

        INTEGRATION: CWS dba201b (1.4.76); FILE MERGED 2005/09/21 08:01:00 oj 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/21 12:03:56 fs 1.4.76.1: refined connection handling in the course of #i52255#, where the semantics of ::dbtools::connectRowset was extended to also care for connections of the rowset is embedded in a database form document

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [208d0ca2946d28cc913d9000b3f138fd81271ff8]

        INTEGRATION: CWS encup (1.22.322); FILE MERGED 2005/04/29 15:56:12 ihi 1.22.322.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af0af67036baa5d3a0e67d9f5909af830bf61b55]

        INTEGRATION: CWS dba201b (1.85.68); FILE MERGED 2005/09/21 08:00:25 oj 1.85.68.2: RESYNC: (1.85-1.86); FILE MERGED 2005/07/21 12:03:54 fs 1.85.68.1: refined connection handling in the course of #i52255#, where the semantics of ::dbtools::connectRowset was extended to also care for connections of the rowset is embedded in a database form document

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f28ef3cf48370cc5bf2c5f506f3f8c1b21929ff]

        INTEGRATION: CWS encup (1.31.530); FILE MERGED 2005/04/29 15:56:12 ihi 1.31.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [65f81bcf01a67349c3d66f7b492c2ca029f6e6bf]

        INTEGRATION: CWS dba201b (1.14.144); FILE MERGED 2005/09/21 06:55:29 oj 1.14.144.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/11 13:56:12 fs 1.14.144.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ec66cd3c0e252dff28641049c2e1e92d09c1fea]

        INTEGRATION: CWS encup (1.37.530); FILE MERGED 2005/04/29 15:56:11 ihi 1.37.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f98910a952054fb4b69a5e2c8c6597af2b39b2b]

        INTEGRATION: CWS dba201b (1.25.134); FILE MERGED 2005/09/21 06:51:32 oj 1.25.134.2: RESYNC: (1.25-1.26); FILE MERGED 2005/07/11 13:56:12 fs 1.25.134.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5b5ec9110eb08bdd19ce7fb1c5319fc79fa3191]

        INTEGRATION: CWS encup (1.23.530); FILE MERGED 2005/04/29 15:56:10 ihi 1.23.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5101c9c5abdb9577d798c2e75052c5cb00933e8]

        INTEGRATION: CWS dba201b (1.37.90); FILE MERGED 2005/09/21 06:50:10 oj 1.37.90.2: RESYNC: (1.37-1.38); FILE MERGED 2005/07/27 08:48:52 fs 1.37.90.1: #i10000#

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d79b0df5ca91c38b3359626f69ae09dc43e5ca12]

        INTEGRATION: CWS encup (1.48.530); FILE MERGED 2005/04/29 15:56:10 ihi 1.48.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ede80b3f0a5b0a6075b46a8bcdc5737b54cd8647]

        INTEGRATION: CWS dba201b (1.20.86); FILE MERGED 2005/09/21 06:47:44 oj 1.20.86.2: RESYNC: (1.20-1.21); FILE MERGED 2005/07/11 13:56:11 fs 1.20.86.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [da6dc6653bce0a4e3fe2d64322f972853cd55c2e]

        INTEGRATION: CWS encup (1.40.530); FILE MERGED 2005/04/29 15:56:10 ihi 1.40.530.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce528ec7f25fdc88bb142432dbf4c23885b06038]

        INTEGRATION: CWS dba201b (1.5.470); FILE MERGED 2005/09/21 06:45:02 oj 1.5.470.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:25 fs 1.5.470.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4af8a63278449d07ee6cc942a3523f5d03611b68]

        INTEGRATION: CWS autocurrency (1.18.154); FILE MERGED 2005/06/13 19:08:27 er 1.18.154.1: #i40902# patch libsc

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dfa30e86d2f9b162739b9ebe89d3597df5fb74f8]

        INTEGRATION: CWS encup (1.41.110); FILE MERGED 2005/04/29 15:56:09 ihi 1.41.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [708ccf3d7a24fc511a6d914e9d7f70cea5528b26]

        INTEGRATION: CWS dba201b (1.6.470); FILE MERGED 2005/09/21 06:44:45 oj 1.6.470.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:37:25 fs 1.6.470.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [da577a5f696c19d8eab13d002512d907372e6142]

        INTEGRATION: CWS encup (1.47.242); FILE MERGED 2005/04/29 15:56:08 ihi 1.47.242.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a0eb02a34545d7fb66f3e5719c2b671ccdc9eb2]

        INTEGRATION: CWS dba201b (1.6.188); FILE MERGED 2005/09/21 06:41:51 oj 1.6.188.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/18 10:51:14 fs 1.6.188.1: #i51833# also pass the XDataSource object around - the field mapping dialog needs it, since the data source is not registered at the database context

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [16fcc7af18c34282f9fb373ace6d4a484906fc03]

        INTEGRATION: CWS encup (1.112.136); FILE MERGED 2005/04/29 15:56:07 ihi 1.112.136.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d167539c596fa30030e028a287de81b286c080]

        INTEGRATION: CWS dba201b (1.2.470); FILE MERGED 2005/09/21 06:41:37 oj 1.2.470.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/18 10:51:13 fs 1.2.470.1: #i51833# also pass the XDataSource object around - the field mapping dialog needs it, since the data source is not registered at the database context

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a316f162823f08ecd043760c066ea19428c5410b]

        INTEGRATION: CWS encup (1.6.242); FILE MERGED 2005/04/29 15:56:07 ihi 1.6.242.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8c137b3efd4e5a6d3baced06f69e985f62a57255]

        INTEGRATION: CWS dba201b (1.3.470); FILE MERGED 2005/09/21 06:41:27 oj 1.3.470.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/18 10:51:13 fs 1.3.470.1: #i51833# also pass the XDataSource object around - the field mapping dialog needs it, since the data source is not registered at the database context

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1c1b4a54e3951b1ae8f5256b3fee4329bffdc06]

        INTEGRATION: CWS encup (1.122.296); FILE MERGED 2005/04/29 15:56:04 ihi 1.122.296.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [992e5653cf8525d4824c71bbaac696cbbf5dc0cd]

        INTEGRATION: CWS dba201b (1.15.38); FILE MERGED 2005/09/21 10:45:39 oj 1.15.38.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 13:37:30 fs 1.15.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b7b97ca8cf65bdc2b4c7b182cb1c83aa27f3434]

        INTEGRATION: CWS dba201b (1.3.38); FILE MERGED 2005/09/21 10:45:02 oj 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:30 fs 1.3.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c0e882b1a4e4273b91f42df08ba9788479625457]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 10:42:44 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:30 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [74703d5f8b491f019cb848608cc6554b390860dd]

        INTEGRATION: CWS dba201b (1.23.136); FILE MERGED 2005/09/21 10:29:29 oj 1.23.136.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/11 13:37:29 fs 1.23.136.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a3da49ae47787a25957883828b175852e7620c1]

        INTEGRATION: CWS dba201b (1.6.146); FILE MERGED 2005/09/21 10:28:48 oj 1.6.146.3: RESYNC: (1.6-1.7); FILE MERGED 2005/07/14 07:05:19 oj 1.6.146.2: #i51894# change command for editdoc 2005/07/11 13:37:29 fs 1.6.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb187b2b3d0cab195bb812cfff55c651d391d42a]

        INTEGRATION: CWS dba201b (1.97.26); FILE MERGED 2005/09/21 10:27:53 oj 1.97.26.2: RESYNC: (1.97-1.98); FILE MERGED 2005/07/11 13:37:29 fs 1.97.26.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fb008647666be5fd33846f001fb60ef81a5dfdb]

        INTEGRATION: CWS dba201b (1.42.42); FILE MERGED 2005/09/21 10:27:08 oj 1.42.42.2: RESYNC: (1.42-1.43); FILE MERGED 2005/07/11 13:37:28 fs 1.42.42.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [be00bbc0f28f9810b20bad3adbc125f960c8eaf5]

        INTEGRATION: CWS dba201b (1.18.136); FILE MERGED 2005/09/21 10:24:30 oj 1.18.136.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/06 09:28:56 oj 1.18.136.1: #123660# use erase of vector only in conjunction with remove and not find

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [29f1c340a9a6a3786887c269114dafa0144c5d69]

        INTEGRATION: CWS dba201b (1.40.38); FILE MERGED 2005/09/21 10:23:49 oj 1.40.38.2: RESYNC: (1.40-1.41); FILE MERGED 2005/07/11 13:37:28 fs 1.40.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0d1f8c8f546c1ac366dadfe9c3bb785f9f936e4]

        INTEGRATION: CWS dba201b (1.5.136); FILE MERGED 2005/09/21 10:21:58 oj 1.5.136.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:27 fs 1.5.136.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [468701da8d4b3b8703af1320d1c63aeffbca6c88]

        INTEGRATION: CWS dba201b (1.99.44); FILE MERGED 2005/09/21 10:20:11 oj 1.99.44.3: RESYNC: (1.100-1.101); FILE MERGED 2005/07/26 13:14:41 fs 1.99.44.2: RESYNC: (1.99-1.100); FILE MERGED 2005/07/11 13:37:27 fs 1.99.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e075cf19b749cf1901f14ab5fd579bf8f457265]

        INTEGRATION: CWS calcperf01 (1.90.54); FILE MERGED 2005/07/26 14:00:41 sab 1.90.54.2: RESYNC: (1.90-1.91); FILE MERGED 2005/06/03 13:20:18 sab 1.90.54.1: #i50282#; make GetInputString and GetOutputString static, so I can use them in XML filter

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9a88938a7cf6a74ea1b873cf0f70862d49b1582]

        INTEGRATION: CWS dba201b (1.21.44); FILE MERGED 2005/09/21 10:13:52 oj 1.21.44.2: RESYNC: (1.21-1.22); FILE MERGED 2005/07/06 10:36:26 oj 1.21.44.1: #123168# check if we are in undo mode

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e79f418cce237bdb76e82d6d9d2cd28bbb639f7c]

        INTEGRATION: CWS calcperf01 (1.34.54); FILE MERGED 2005/06/23 15:19:27 sab 1.34.54.1: #i50282#; call Progressbar more seldom

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [67102c0d7c20373b8f4e81ffdd64b57f6ed4507d]

        INTEGRATION: CWS dba201b (1.61.44); FILE MERGED 2005/09/21 10:13:27 oj 1.61.44.2: RESYNC: (1.61-1.62); FILE MERGED 2005/07/06 10:36:26 oj 1.61.44.1: #123168# check if we are in undo mode

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0ecf562f2221d1a8bb07a33b39b9b2cedd88fad9]

        INTEGRATION: CWS calcperf01 (1.87.56); FILE MERGED 2005/06/23 15:19:26 sab 1.87.56.1: #i50282#; call Progressbar more seldom

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bbacd0d3ae47a9592612735c0e05f8cfa733895]

        INTEGRATION: CWS dba201b (1.33.136); FILE MERGED 2005/09/21 10:12:28 oj 1.33.136.2: RESYNC: (1.33-1.34); FILE MERGED 2005/07/06 09:28:56 oj 1.33.136.1: #123660# use erase of vector only in conjunction with remove and not find

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f5791d0bfb1e84e639799186e13bbc9a07375b3]

        INTEGRATION: CWS calcperf01 (1.114.54); FILE MERGED 2005/06/23 15:19:26 sab 1.114.54.1: #i50282#; call Progressbar more seldom

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b77d63415f964db5d9a803e4133f073115926e80]

        INTEGRATION: CWS dba201b (1.8.146); FILE MERGED 2005/09/21 10:11:49 oj 1.8.146.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/06 10:36:26 oj 1.8.146.1: #123168# check if we are in undo mode

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [62040e3d54212d28ea773c37229553a520576769]

        INTEGRATION: CWS calcperf01 (1.79.56); FILE MERGED 2005/06/23 15:19:26 sab 1.79.56.2: #i50282#; call Progressbar more seldom 2005/06/03 13:20:50 sab 1.79.56.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0dec7db0912fbe4a29543e568234e5004c30669d]

        INTEGRATION: CWS dba201b (1.74.20); FILE MERGED 2005/09/21 10:08:53 oj 1.74.20.2: RESYNC: (1.74-1.75); FILE MERGED 2005/07/11 13:37:27 fs 1.74.20.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a8d31eb0b317cd15188bcc7da96c9f0e826d6f75]

        INTEGRATION: CWS calcperf01 (1.193.52); FILE MERGED 2005/07/26 13:54:33 sab 1.193.52.3: RESYNC: (1.193-1.194); FILE MERGED 2005/06/23 15:19:25 sab 1.193.52.2: #i50282#; call Progressbar more seldom 2005/06/03 13:20:49 sab 1.193.52.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5cba70c61dc9e2eab1f6a34ac67895608f994d8]

        INTEGRATION: CWS dba201b (1.6.376); FILE MERGED 2005/09/21 10:08:16 oj 1.6.376.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/06 10:36:26 oj 1.6.376.1: #123168# check if we are in undo mode

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f23d0162d83628bd387386caa49643768bf0747d]

        INTEGRATION: CWS calcperf01 (1.21.56); FILE MERGED 2005/06/03 13:20:48 sab 1.21.56.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [84ca250270c7346e65d724c018facd138617469d]

        INTEGRATION: CWS calcperf01 (1.83.56); FILE MERGED 2005/06/23 15:19:25 sab 1.83.56.2: #i50282#; call Progressbar more seldom 2005/06/03 13:20:48 sab 1.83.56.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [815284d3e03bc5b86144940d9b447dee29628060]

        INTEGRATION: CWS dba201b (1.15.36); FILE MERGED 2005/09/21 10:03:40 oj 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 13:37:26 fs 1.15.36.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d05ded82bdc4f1b8ad86eca39e8536d74ee583c]

        INTEGRATION: CWS calcperf01 (1.28.56); FILE MERGED 2005/06/03 13:20:47 sab 1.28.56.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a798bdfe0b5e4326f274e1656e95ed3037099baf]

        INTEGRATION: CWS dba201b (1.33.36); FILE MERGED 2005/09/21 10:03:26 oj 1.33.36.3: RESYNC: (1.33-1.34); FILE MERGED 2005/07/11 13:37:26 fs 1.33.36.2: merging CWS dba201 into CWS dba201b 2005/07/06 09:28:56 oj 1.33.36.1: #123660# use erase of vector only in conjunction with remove and not find

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e8dfff655c345910f5d5d474c4222f8cd0494f7]

        INTEGRATION: CWS calcperf01 (1.39.56); FILE MERGED 2005/06/03 13:20:46 sab 1.39.56.1: #i50282#; use Core instead of API

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eeb331106c33bdbeaa19505184a0db06f993f335]

        INTEGRATION: CWS dba201b (1.14.44); FILE MERGED 2005/09/21 10:00:40 oj 1.14.44.3: RESYNC: (1.14-1.15); FILE MERGED 2005/07/22 07:02:39 fs 1.14.44.2: #i10000# 2005/07/20 09:57:48 fs 1.14.44.1: #i51255# XConnection (partly) replaced with SharedConnection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f10db3ad5ad24e36ee4822bfa2a1701788c9e43]

        INTEGRATION: CWS calcperf01 (1.21.56); FILE MERGED 2005/06/03 13:20:01 sab 1.21.56.1: #i50282#; make GetInputString and GetOutputString static, so I can use them in XML filter

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7819a5a06bc9f2b1c55ec5c240f8418e33a95ce]

        INTEGRATION: CWS dba201b (1.2.376); FILE MERGED 2005/09/21 09:59:46 oj 1.2.376.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:25 fs 1.2.376.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9d92ac972f29cb2e7aaff510a2706c9701fb83db]

        INTEGRATION: CWS dba201b (1.23.6); FILE MERGED 2005/09/21 09:59:33 oj 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/20 10:16:19 fs 1.23.6.1: #i51255# +documentcontroller

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [21b99d9337e7d4bde6d45844c0c3185f1d5aa5b7]

        INTEGRATION: CWS dba201b (1.15.20); FILE MERGED 2005/09/21 09:58:51 oj 1.15.20.2: RESYNC: (1.15-1.16); FILE MERGED 2005/07/11 13:37:25 fs 1.15.20.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [684ee29329a84a3ba5521f3ce0fe16cf2bdad8fd]

        INTEGRATION: CWS dba201b (1.25.56); FILE MERGED 2005/09/21 09:58:15 oj 1.25.56.2: RESYNC: (1.25-1.26); FILE MERGED 2005/07/11 13:37:25 fs 1.25.56.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [18413b3f0bcece97fe28b02ea19c0e6a36a4d232]

        INTEGRATION: CWS dba201b (1.1.2); FILE ADDED 2005/07/20 10:15:33 fs 1.1.2.1: #i51255# helper class for connecting a controller to a model

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3025425b6c6a585e6c06e66cb89c6f5d66305442]

        INTEGRATION: CWS dba201b (1.20.146); FILE MERGED 2005/09/21 09:54:28 oj 1.20.146.2: RESYNC: (1.20-1.21); FILE MERGED 2005/07/11 13:37:25 fs 1.20.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c412ddb8388e53858e5adcabc6806d2a74a1e97f]

        INTEGRATION: CWS dba201b (1.39.84); FILE MERGED 2005/09/21 09:53:27 oj 1.39.84.2: RESYNC: (1.39-1.40); FILE MERGED 2005/07/11 13:37:24 fs 1.39.84.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6dc18d99018231a226aabd3388b02a5a81b5af3b]

        INTEGRATION: CWS dba201b (1.56.44); FILE MERGED 2005/09/21 09:52:32 oj 1.56.44.2: RESYNC: (1.56-1.57); FILE MERGED 2005/07/11 13:37:24 fs 1.56.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a2c109d0fcc7e097ad23cd096f061d982d0a2eb]

        INTEGRATION: CWS dba201b (1.3.340); FILE MERGED 2005/09/21 09:52:16 oj 1.3.340.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:24 fs 1.3.340.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e021d7eaa100d828ec4d60e8c80a75ba30418d33]

        INTEGRATION: CWS encup (1.23.340); FILE MERGED 2005/04/29 15:55:05 ihi 1.23.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a2009509fc6a249280570fc4f55aa0a94f1413]

        INTEGRATION: CWS encup (1.50.250); FILE MERGED 2005/04/29 15:55:05 ihi 1.50.250.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5ce2139836306d058e317b42e43d45a051b9e59b]

        INTEGRATION: CWS dba201b (1.25.22); FILE MERGED 2005/09/21 09:52:01 oj 1.25.22.4: RESYNC: (1.25-1.26); FILE MERGED 2005/07/21 14:50:27 fs 1.25.22.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/21 14:37:44 fs 1.25.22.2: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 09:56:52 fs 1.25.22.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b6acbc24ddcefde3efed603fef123f55b07fbea]

        INTEGRATION: CWS encup (1.26.340); FILE MERGED 2005/04/29 15:55:05 ihi 1.26.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b86e29b3a72739b39ead4b0363ff91608bba48a8]

        INTEGRATION: CWS dba201b (1.2.84); FILE MERGED 2005/09/21 09:51:40 oj 1.2.84.4: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 09:56:52 fs 1.2.84.3: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel 2005/07/11 13:37:23 fs 1.2.84.2: merging CWS dba201 into CWS dba201b 2005/07/06 08:20:48 oj 1.2.84.1: #i48851# store default for bool as string

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2baa4fd7afc9324f399c8d285704ad036140f884]

        INTEGRATION: CWS dba201b (1.14.146); FILE MERGED 2005/09/21 09:51:22 oj 1.14.146.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/20 09:56:51 fs 1.14.146.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4637f7d75425fb63ec9b3eca388707aa81aea26]

        INTEGRATION: CWS encup (1.20.340); FILE MERGED 2005/04/29 15:55:04 ihi 1.20.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b13f38f4dd723ee61fa9b39cc18802336ae3189e]

        INTEGRATION: CWS dba201b (1.8.58); FILE MERGED 2005/09/21 09:51:07 oj 1.8.58.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/01 06:46:18 oj 1.8.58.1: #122995# check that resultsetmetadata isn't null

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d77e1c11574caf7c9e3af669ea882c3b5abc7d8]

        INTEGRATION: CWS dba201b (1.18.146); FILE MERGED 2005/09/21 09:50:40 oj 1.18.146.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/20 09:56:50 fs 1.18.146.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf18979f1b2834c1b726e3d506577e75e027c173]

        INTEGRATION: CWS encup (1.36.58); FILE MERGED 2005/04/29 15:55:04 ihi 1.36.58.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [69c16440bc369c972772c45c88b09ac173331527]

        INTEGRATION: CWS dba201b (1.24.94); FILE MERGED 2005/09/21 09:50:23 oj 1.24.94.3: RESYNC: (1.24-1.25); FILE MERGED 2005/07/20 09:56:49 fs 1.24.94.2: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel 2005/07/11 13:37:23 fs 1.24.94.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d25c6888f68171b62bb30d7d6d62518d885597b5]

        INTEGRATION: CWS encup (1.26.340); FILE MERGED 2005/04/29 15:55:03 ihi 1.26.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c91fa9c4a9d041e31364a75d9af2fe912e9bdf31]

        INTEGRATION: CWS dba201b (1.60.2); FILE MERGED 2005/09/21 09:49:51 oj 1.60.2.3: RESYNC: (1.60-1.61); FILE MERGED 2005/07/20 10:10:03 fs 1.60.2.2: #i51255# XConnection replaced with SharedConnection 2005/07/15 06:06:58 oj 1.60.2.1: #i51888# allow the remove of a filter if the statement contains an error

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [72ab33506667b3de523e35d43d73fec8b3499ba2]

        INTEGRATION: CWS encup (1.23.170); FILE MERGED 2005/04/29 15:55:03 ihi 1.23.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [811b57d6c775bb1972ea4661c4c89bacb73bf5b6]

        INTEGRATION: CWS encup (1.43.102); FILE MERGED 2005/04/29 15:55:03 ihi 1.43.102.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6687dc9dba278b1dcd72fa97f6c1c2c3fe31e87]

        INTEGRATION: CWS dba201b (1.10.26); FILE MERGED 2005/09/21 09:38:49 oj 1.10.26.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/11 13:37:22 fs 1.10.26.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe046d08cdc565cc25522c746eab95a8b9501569]

        INTEGRATION: CWS encup (1.24.340); FILE MERGED 2005/04/29 15:55:03 ihi 1.24.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [77272f52b796ad8a42fbfab5e105a34068e845b7]

        INTEGRATION: CWS dba201b (1.3.376); FILE MERGED 2005/09/21 09:22:50 oj 1.3.376.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/20 09:57:16 fs 1.3.376.1: #i51255# +SharedConnection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1bb59a10ccb676aeae9d6d81882236e52edf5cc]

        INTEGRATION: CWS encup (1.32.170); FILE MERGED 2005/04/29 15:55:02 ihi 1.32.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ad4d6f6469934b87923f28e4c13706afea0ca74]

        INTEGRATION: CWS dba201b (1.31.52); FILE MERGED 2005/09/21 09:21:42 oj 1.31.52.2: RESYNC: (1.31-1.32); FILE MERGED 2005/07/15 06:06:57 oj 1.31.52.1: #i51888# allow the remove of a filter if the statement contains an error

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5f99ceac532c26ba4d0a7390f646f0ecfc1f6d1]

        INTEGRATION: CWS encup (1.21.340); FILE MERGED 2005/04/29 15:55:02 ihi 1.21.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfe0eb7352cc49566bc39b8699bc9c21d9b75645]

        INTEGRATION: CWS dba201b (1.13.146); FILE MERGED 2005/09/21 09:15:45 oj 1.13.146.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/20 09:56:41 fs 1.13.146.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3923f40216b3c787fbe5031b470f7d3bc2c8633c]

        INTEGRATION: CWS encup (1.4.250); FILE MERGED 2005/04/29 15:55:02 ihi 1.4.250.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9ffc942ca52553d2bc8ced40de592f4ba722660]

        INTEGRATION: CWS dba201b (1.2.84); FILE MERGED 2005/09/21 09:10:32 oj 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 09:56:41 fs 1.2.84.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [594f43e1f06c78cc55d00cefd60c21abcb942f69]

        INTEGRATION: CWS encup (1.27.340); FILE MERGED 2005/04/29 15:55:01 ihi 1.27.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [99e2bdf2c7abf83510d6f058ae91114f189d4193]

        INTEGRATION: CWS dba201b (1.6.420); FILE MERGED 2005/09/21 09:08:16 oj 1.6.420.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/20 09:56:40 fs 1.6.420.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1b013cc68013cc4f567d77a90f10e34c50805b6]

        INTEGRATION: CWS encup (1.11.340); FILE MERGED 2005/04/29 15:55:01 ihi 1.11.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [328051b6a47ae0c7422e277ccf9800068d93cab9]

        INTEGRATION: CWS dba201b (1.7.420); FILE MERGED 2005/09/21 08:58:12 oj 1.7.420.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/20 09:56:40 fs 1.7.420.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4352a4850ba8ab2309da428bd826ef24162361b5]

        INTEGRATION: CWS dba201b (1.12.114); FILE MERGED 2005/09/21 08:56:56 oj 1.12.114.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:22 fs 1.12.114.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0043f0b064728a488e3d6fb9196f2d6847b1992]

        INTEGRATION: CWS encup (1.3.340); FILE MERGED 2005/04/29 15:55:01 ihi 1.3.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [35fbf45df06a286af2a82baf42f48f5c40c5bcb3]

        INTEGRATION: CWS dba201b (1.11.146); FILE MERGED 2005/09/21 08:56:06 oj 1.11.146.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/20 09:56:39 fs 1.11.146.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ab2ae745928b448319355c9509ca610ee65bb09]

        INTEGRATION: CWS encup (1.27.340); FILE MERGED 2005/04/29 15:55:00 ihi 1.27.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa856cd5c22eb8c02b486cca69bf813462511ca6]

        INTEGRATION: CWS dba201b (1.22.44); FILE MERGED 2005/09/21 08:49:34 oj 1.22.44.2: RESYNC: (1.22-1.23); FILE MERGED 2005/07/11 13:37:21 fs 1.22.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3421d5bd0cf01a348f709db87081d00cc72961f0]

        INTEGRATION: CWS encup (1.23.340); FILE MERGED 2005/04/29 15:55:00 ihi 1.23.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ee7c82bd7c56bac6a9e9969bbae824c78f2cc8f]

        INTEGRATION: CWS dba201b (1.18.58); FILE MERGED 2005/09/21 08:48:12 oj 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/11 13:37:21 fs 1.18.58.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e31c24eebb0502d6d81cc0a8d195dbd956b06a60]

        INTEGRATION: CWS encup (1.28.276); FILE MERGED 2005/04/29 15:55:00 ihi 1.28.276.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [04f1a317dd6ea58226c20a45b99c7cf9af00a3ae]

        INTEGRATION: CWS dba201b (1.9.376); FILE MERGED 2005/09/21 08:44:45 oj 1.9.376.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 13:37:21 fs 1.9.376.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b314765a3380faf3b502bfcdeeeac43f7184cf7b]

        INTEGRATION: CWS encup (1.44.14); FILE MERGED 2005/04/29 15:54:59 ihi 1.44.14.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [68a39b1e916c025866e9d2390cebaa395d0e7f3d]

        INTEGRATION: CWS dba201b (1.12.136); FILE MERGED 2005/09/21 08:44:10 oj 1.12.136.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:21 fs 1.12.136.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [be706b3721c80187404dca302fbd1754043129f2]

        INTEGRATION: CWS encup (1.25.340); FILE MERGED 2005/04/29 15:54:59 ihi 1.25.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [96997bd28988a1f32bc156aa8fb3388ff27d1ad0]

        INTEGRATION: CWS dba201b (1.12.376); FILE MERGED 2005/09/21 08:42:37 oj 1.12.376.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:21 fs 1.12.376.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4af072e006d4de0daa3d8c842d2c4c4a3e64d5b]

        INTEGRATION: CWS encup (1.26.340); FILE MERGED 2005/04/29 15:54:59 ihi 1.26.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f910b51308f72e26dc509e2190e508e406d293f6]

        INTEGRATION: CWS dba201b (1.19.36); FILE MERGED 2005/09/21 08:41:35 oj 1.19.36.2: RESYNC: (1.19-1.21); FILE MERGED 2005/07/11 13:37:21 fs 1.19.36.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [67dcee1205caeefc4f5c7bdbbf805381d0d2beb1]

        INTEGRATION: CWS encup (1.36.340); FILE MERGED 2005/04/29 15:54:59 ihi 1.36.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [391696d83e326b41a20e858ca556d36dd4779e36]

        INTEGRATION: CWS dba201b (1.3.418); FILE MERGED 2005/09/21 08:37:37 oj 1.3.418.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:20 fs 1.3.418.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0132de6558787a73ef6512d0f30bcd8eb2343894]

        INTEGRATION: CWS encup (1.11.340); FILE MERGED 2005/04/29 15:54:58 ihi 1.11.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [beb414ea589901b3c86b9b492ca56325a70cffe5]

        INTEGRATION: CWS dba201b (1.5.146); FILE MERGED 2005/09/21 08:34:51 oj 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:20 fs 1.5.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4bb8a93aaf5ed9cc3a594a3e75620277bc7d7335]

        INTEGRATION: CWS encup (1.32.340); FILE MERGED 2005/04/29 15:54:58 ihi 1.32.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0aed49c07d55eea85308aaaf3d508c2e47454338]

        INTEGRATION: CWS dba201b (1.3.376); FILE MERGED 2005/09/21 08:33:56 oj 1.3.376.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:20 fs 1.3.376.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [56eafc25ceb43db509ecc24b4f751185edcbf0db]

        INTEGRATION: CWS encup (1.31.262); FILE MERGED 2005/04/29 15:54:56 ihi 1.31.262.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd462218748e108c19cdb23d7cc3a6f95282e9f5]

        INTEGRATION: CWS dba201b (1.36.44); FILE MERGED 2005/09/21 08:33:19 oj 1.36.44.2: RESYNC: (1.36-1.37); FILE MERGED 2005/07/11 13:37:20 fs 1.36.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [90c6b1d1ab2541da402148a694982283aeddad58]

        INTEGRATION: CWS encup (1.109.78); FILE MERGED 2005/07/04 17:01:33 ihi 1.109.78.2: RESYNC: (1.109-1.110); FILE MERGED 2005/04/29 15:54:55 ihi 1.109.78.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ae911d9dc23440c60a723b521942d214062e4cce]

        INTEGRATION: CWS dba201b (1.18.146); FILE MERGED 2005/09/21 08:31:42 oj 1.18.146.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/11 13:37:19 fs 1.18.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8526e66f929b06df168cb684214f5bf0eee81c41]

        INTEGRATION: CWS encup (1.27.338); FILE MERGED 2005/04/29 15:54:54 ihi 1.27.338.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a94b16d2178e3d62c983a7d7031b88a855f45ba]

        INTEGRATION: CWS dba201b (1.93.6); FILE MERGED 2005/09/21 08:29:16 oj 1.93.6.2: RESYNC: (1.93-1.94); FILE MERGED 2005/07/11 13:37:19 fs 1.93.6.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e30dd9d8dd8db0cbffec184e4f9ae89592e65bb8]

        INTEGRATION: CWS encup (1.47.310); FILE MERGED 2005/04/29 15:54:54 ihi 1.47.310.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a8d8731c1852c2e6d9212eabf56e948b520e1a3]

        INTEGRATION: CWS dba201b (1.19.136); FILE MERGED 2005/09/21 08:28:19 oj 1.19.136.2: RESYNC: (1.19-1.20); FILE MERGED 2005/07/11 13:37:19 fs 1.19.136.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2f9cc39368c2883277d9c3e35b388541f5c5dedb]

        INTEGRATION: CWS encup (1.34.80); FILE MERGED 2005/04/29 15:54:53 ihi 1.34.80.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3865734257073ab9b53eca996c6442a8686509ca]

        INTEGRATION: CWS dba201b (1.2.198); FILE MERGED 2005/09/21 08:27:32 oj 1.2.198.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:56:45 fs 1.2.198.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3279100a30a4d34c738a5edc798312bc73c908ba]

        INTEGRATION: CWS encup (1.8.36); FILE MERGED 2005/04/29 15:54:53 ihi 1.8.36.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a722b3dbdaf638cd20b836ebe4d19a45fbdfae96]

        INTEGRATION: CWS dba201b (1.39.38); FILE MERGED 2005/09/21 08:26:57 oj 1.39.38.2: RESYNC: (1.39-1.40); FILE MERGED 2005/07/11 13:37:18 fs 1.39.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8e0716d4c31c38de887d66ab17bd11bb861da870]

        INTEGRATION: CWS pl03 (1.6.506); FILE MERGED 2005/05/31 16:04:35 pl 1.6.506.1: #i48941# implement string lists

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9164c31fd74738a2c00de425b8bfc9ffa670306f]

        INTEGRATION: CWS dba201b (1.5.6); FILE MERGED 2005/09/21 08:25:59 oj 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:18 fs 1.5.6.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed3bdcea2fda36b3703d700836d7ef1aa3ea4f62]

        INTEGRATION: CWS encup (1.4.170); FILE MERGED 2005/04/29 15:54:53 ihi 1.4.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [15467a3e679fdf2ae3d73b80b79d48f752b6978c]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 08:23:26 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:18 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c071d2ca2c468a1f5d4b4cebe5772237f034a04b]

        INTEGRATION: CWS encup (1.3.170); FILE MERGED 2005/04/29 15:54:52 ihi 1.3.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38f3551a1b11df95484c871ed1c406b2cf5e155a]

        INTEGRATION: CWS pl03 (1.103.8); FILE MERGED 2005/06/06 10:53:10 pl 1.103.8.2: use correct name macro 2005/06/06 09:26:37 pl 1.103.8.1: add patch flag to res service library

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7cbff08c0ec3cbef2d3f1c175f75ba4252ef9b48]

        INTEGRATION: CWS dba201b (1.18.198); FILE MERGED 2005/09/21 08:22:31 oj 1.18.198.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/11 13:37:18 fs 1.18.198.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd65992611c7483e7f43dabfeaae6d69702ad0a2]

        INTEGRATION: CWS encup (1.5.36); FILE MERGED 2005/04/29 15:54:52 ihi 1.5.36.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb64cb327f1079fd10c4c720dcc6d7d5ed15c115]

        INTEGRATION: CWS dba201b (1.2.116); FILE MERGED 2005/09/21 08:20:55 oj 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/06 08:20:11 oj 1.2.116.1: #i48453# disable table wizard when open of db app is not checked

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e9f448eefd91ec229b84c0df10ee176630ecfb4]

        INTEGRATION: CWS encup (1.3.170); FILE MERGED 2005/04/29 15:54:51 ihi 1.3.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [588d31ea3e6e6d730de75806628bdec293d9b9a5]

        INTEGRATION: CWS dba201b (1.4.44); FILE MERGED 2005/09/21 08:20:37 oj 1.4.44.4: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:18 fs 1.4.44.3: merging CWS dba201 into CWS dba201b 2005/07/06 11:02:49 oj 1.4.44.2: #i49690# check if jvm is null 2005/07/06 08:20:11 oj 1.4.44.1: #i48453# disable table wizard when open of db app is not checked

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a92f5211c357ae4add694dc4972c2123617d43a2]

        INTEGRATION: CWS encup (1.4.112); FILE MERGED 2005/04/29 15:54:51 ihi 1.4.112.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5720667283bd49b7d6e1655d43938747976b329]

        INTEGRATION: CWS dba201b (1.10.38); FILE MERGED 2005/09/21 08:18:38 oj 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/11 13:37:17 fs 1.10.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a835960a44287851a787add713765c96406b5ff5]

        INTEGRATION: CWS encup (1.4.110); FILE MERGED 2005/04/29 15:54:51 ihi 1.4.110.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6be0ca5e7aca5092fedf3ad92d7199f074158f36]

        INTEGRATION: CWS dba201b (1.6.42); FILE MERGED 2005/09/21 08:18:00 oj 1.6.42.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:37:17 fs 1.6.42.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [54fce2dce23e4ece6b4cc12b9312bd6c38d24edc]

        INTEGRATION: CWS encup (1.2.170); FILE MERGED 2005/04/29 15:54:50 ihi 1.2.170.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d11ba2cdc5a24ef68a63860c3873bccfd4d754a]

        INTEGRATION: CWS encup (1.3.112); FILE MERGED 2005/04/29 15:54:50 ihi 1.3.112.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d58733269356ddce5cfcdfcd8f7de22daea6c4ff]

        INTEGRATION: CWS dba201b (1.5.6); FILE MERGED 2005/09/21 08:13:42 oj 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:17 fs 1.5.6.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d86233c9a04f3b161ad2e0fd1b00d9e01dbb18e]

        INTEGRATION: CWS encup (1.12.102); FILE MERGED 2005/04/29 15:54:49 ihi 1.12.102.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a44d23debf342f1c8fd486021644e41137b2eec8]

        INTEGRATION: CWS dba201b (1.6.38); FILE MERGED 2005/09/21 08:08:50 oj 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/25 11:19:41 fs 1.6.38.1: #i46726# no DROPDOWNONLY for .uno:Refresh

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [754e0f8d477e89e12c06af1d315034d2efd3301c]

        INTEGRATION: CWS encup (1.15.340); FILE MERGED 2005/04/29 15:54:49 ihi 1.15.340.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd52184775c4eae48450276891fed4826e5a46e9]

        INTEGRATION: CWS dba201b (1.12.146); FILE MERGED 2005/09/21 08:05:39 oj 1.12.146.2: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:16 fs 1.12.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [029f65b712e65a36e181be9db26f93f1b41b47a2]

        INTEGRATION: CWS encup (1.61.80); FILE MERGED 2005/04/29 15:54:47 ihi 1.61.80.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c7d7c6c341fbd964bb07287566ee6dc2671b2cb]

        INTEGRATION: CWS dba201b (1.7.44); FILE MERGED 2005/09/21 08:04:07 oj 1.7.44.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:16 fs 1.7.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c2a8d7986467fb9041495a863543f38da9015158]

        INTEGRATION: CWS dba201b (1.2.420); FILE MERGED 2005/09/21 08:01:31 oj 1.2.420.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:16 fs 1.2.420.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [22cf4bd52e8c68a1920b07d800fde977ab30d301]

        INTEGRATION: CWS dba201b (1.13.146); FILE MERGED 2005/09/21 08:01:16 oj 1.13.146.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/11 13:37:15 fs 1.13.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b4d1d8c6b10f25c24a26ae9dbe8b277212570f69]

        INTEGRATION: CWS dba201b (1.38.58); FILE MERGED 2005/09/21 08:01:00 oj 1.38.58.5: RESYNC: (1.39-1.40); FILE MERGED 2005/08/12 11:20:41 oj 1.38.58.4: #i48851# set default value to empty when string is zero 2005/07/11 13:37:15 fs 1.38.58.3: merging CWS dba201 into CWS dba201b 2005/07/11 07:21:49 oj 1.38.58.2: RESYNC: (1.38-1.39); FILE MERGED 2005/07/05 13:35:47 oj 1.38.58.1: #i48851# store default for bool as string

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [394de06116baf2cf6381367239f5fe7c9e73f2cb]

        INTEGRATION: CWS dba201b (1.4.2); FILE MERGED 2005/09/21 08:00:45 oj 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:15 fs 1.4.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8900d7bced5f3a54d6617958da3594632207abba]

        INTEGRATION: CWS dba201b (1.170.20); FILE MERGED 2005/09/21 08:00:15 oj 1.170.20.7: RESYNC: (1.170-1.171); FILE MERGED 2005/07/22 07:02:38 fs 1.170.20.6: #i10000# 2005/07/21 14:37:25 fs 1.170.20.5: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/21 08:14:08 fs 1.170.20.4: #i51255# 2005/07/20 10:11:01 fs 1.170.20.3: #i51255# XConnection replaced with SharedConnection 2005/07/15 06:06:56 oj 1.170.20.2: #i51888# allow the remove of a filter if the statement contains an error 2005/07/11 13:37:14 fs 1.170.20.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a3267a651218e9df0eeb6ed23ce22508ad093b1]

        INTEGRATION: CWS dba201b (1.71.36); FILE MERGED 2005/09/21 07:59:07 oj 1.71.36.2: RESYNC: (1.71-1.72); FILE MERGED 2005/06/01 06:46:17 oj 1.71.36.1: #122995# check that resultsetmetadata isn't null

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5576a62467686bfa1e96c4d7fab676335cb99c1]

        INTEGRATION: CWS dba201b (1.64.2); FILE MERGED 2005/09/21 07:57:50 oj 1.64.2.3: RESYNC: (1.64-1.65); FILE MERGED 2005/07/29 09:23:54 fs 1.64.2.2: #i52602# lock SolarMutex in ::dispatch 2005/07/11 13:37:14 fs 1.64.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4d0d65a7c17cdb24b4d2572f51e365bfc238216]

        INTEGRATION: CWS dba201b (1.7.136); FILE MERGED 2005/09/21 07:57:35 oj 1.7.136.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:14 fs 1.7.136.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b6a961fc6c18dbc26fe16a0a32bc7b1ef2a7e2bb]

        INTEGRATION: CWS dba201b (1.26.146); FILE MERGED 2005/09/21 07:57:08 oj 1.26.146.2: RESYNC: (1.26-1.27); FILE MERGED 2005/07/11 13:37:14 fs 1.26.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc9100b856e82d27b4ac334d9998dd01b71dd010]

        INTEGRATION: CWS dba201b (1.69.38); FILE MERGED 2005/09/21 07:56:45 oj 1.69.38.4: RESYNC: (1.69-1.70); FILE MERGED 2005/07/22 07:02:38 fs 1.69.38.3: #i10000# 2005/07/20 10:13:15 fs 1.69.38.2: #i51255# XConnection replaced with SharedConnection 2005/07/11 13:37:13 fs 1.69.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [01e4ba9179ecbaabb9b0d7b2e8d637867af3a006]

        INTEGRATION: CWS dba201b (1.14.118); FILE MERGED 2005/09/21 07:55:16 oj 1.14.118.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/20 10:12:11 fs 1.14.118.1: #i51255# xObject replaced with 3 typed members, plus a ModelControllerConnector to ensure that a model stays alive as long as the respective data source is connected

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6513b3362505ccec6be93396e9207bf5e33eafa3]

        INTEGRATION: CWS dba201b (1.22.22); FILE MERGED 2005/09/21 07:54:37 oj 1.22.22.3: RESYNC: (1.22-1.23); FILE MERGED 2005/07/20 10:10:48 fs 1.22.22.2: #i51255# no explicit dis/connectController from the outside - controllers are now responsible for this themself, including life time control of the model 2005/07/11 13:37:13 fs 1.22.22.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [32098fffc00d8fdb0e71498670210a0aad530d4e]

        INTEGRATION: CWS autocurrency (1.15.458); FILE MERGED 2005/05/17 14:48:58 er 1.15.458.1: #i40902# use SvNumberFormatter::GetIndexPuttingAndConverting; convert legacy 'automatic' currency formats to new fixed currency formats

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd007823614f61ca6f50f9163b136335f065dffa]

        INTEGRATION: CWS dba201b (1.21.96); FILE MERGED 2005/09/21 07:53:34 oj 1.21.96.2: RESYNC: (1.21-1.22); FILE MERGED 2005/07/11 13:37:13 fs 1.21.96.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4ee9519773ca892ac3a4f0d95e6f5f6e4faa598]

        INTEGRATION: CWS autocurrency (1.14.248); FILE MERGED 2005/05/17 14:48:55 er 1.14.248.1: #i40902# use SvNumberFormatter::GetIndexPuttingAndConverting; convert legacy 'automatic' currency formats to new fixed currency formats

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [09d392cf45d2d995170dc4506c8a3511c74d61f4]

        INTEGRATION: CWS dba201b (1.87.2); FILE MERGED 2005/09/21 07:53:21 oj 1.87.2.3: RESYNC: (1.87-1.88); FILE MERGED 2005/07/15 06:06:56 oj 1.87.2.2: #i51888# allow the remove of a filter if the statement contains an error 2005/07/11 13:37:13 fs 1.87.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2684ebf0129a7d13b06bc075252de2b6093916c]

        INTEGRATION: CWS encup (1.2.4); FILE MERGED 2005/04/29 15:53:52 ihi 1.2.4.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9dbb41b555481ed06daaa899f787db29cd75849b]

        INTEGRATION: CWS dba201b (1.2.450); FILE MERGED 2005/09/21 07:52:43 oj 1.2.450.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:12 fs 1.2.450.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aceeba6171f0f7f3206a763c0dd52b0a10544d7]

        INTEGRATION: CWS encup (1.2.4); FILE MERGED 2005/04/29 15:53:51 ihi 1.2.4.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [17872f56dd38ea7c16594a0bc6442f56dfb21eca]

        INTEGRATION: CWS dba201b (1.8.58); FILE MERGED 2005/09/21 07:45:25 oj 1.8.58.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/05 12:46:32 oj 1.8.58.1: #i51336# change string

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [25868d37467afc0bfacd8efc58b1f563870204d1]

        INTEGRATION: CWS dba201b (1.6.84); FILE MERGED 2005/09/21 07:51:07 oj 1.6.84.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:37:12 fs 1.6.84.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [902e9f85f55299ac654026b8308f35a7bcb67e04]

        INTEGRATION: CWS dba201b (1.9.22); FILE MERGED 2005/09/21 07:50:54 oj 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 13:37:11 fs 1.9.22.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [79ba1e6f98f178c5daeaf0c29dfd5c3c2dca80e1]

        INTEGRATION: CWS dba201b (1.4.22); FILE MERGED 2005/09/21 07:49:55 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:11 fs 1.4.22.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [579bd99d523b00ee53616169bce3100967405fed]

        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>  [a4e539808e52473cc6cf8b70e4b7632bd4d237f7]

        INTEGRATION: CWS autocurrency (1.3.252); FILE MERGED 2005/05/17 14:46:18 er 1.3.252.1: #i40902# use SvNumberFormatter::GetIndexPuttingAndConverting; convert legacy 'automatic' currency formats to new fixed currency formats

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6496ed74972191b3030ff2466975020f8861ef32]

        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>  [fbb5c35447376cc0083264f8e2e91ac248d81370]

        INTEGRATION: CWS dba201b (1.4.22); FILE MERGED 2005/09/21 07:49:14 oj 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:11 fs 1.4.22.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2fdb550f576267a86abf58b38693640753f6c3c]

        INTEGRATION: CWS dba201b (1.5.22); FILE MERGED 2005/09/21 07:48:30 oj 1.5.22.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:11 fs 1.5.22.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb7a200264d532033efca0c3557b9d9b4c4ccee6]

        INTEGRATION: CWS dba201b (1.8.2); FILE MERGED 2005/09/21 07:48:13 oj 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/11 13:37:11 fs 1.8.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f93f0eec493279d230ef5eb931912843fd0e5a82]

        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>  [de56cb8e66af795ad66b04d28d3efb075b3c4f83]

        INTEGRATION: CWS dba201b (1.10.2); FILE MERGED 2005/09/21 07:47:57 oj 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/11 13:37:10 fs 1.10.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ef23bc6af0e2aa4feb8cc654c4b48d8da7da2688]

        INTEGRATION: CWS dba201b (1.5.84); FILE MERGED 2005/09/21 07:47:41 oj 1.5.84.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:37:10 fs 1.5.84.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75ea8939479b7055c5fada183e593aa1af64cd3b]

        INTEGRATION: CWS dba201b (1.7.38); FILE MERGED 2005/09/21 07:47:22 oj 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:10 fs 1.7.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [812e990c13912281e3a0ad436a9e4dde4842a1d5]

        INTEGRATION: CWS dba201b (1.12.38); FILE MERGED 2005/09/21 07:47:00 oj 1.12.38.4: RESYNC: (1.12-1.13); FILE MERGED 2005/07/21 14:35:55 fs 1.12.38.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 10:13:48 fs 1.12.38.2: #i51255# XConnection (partly) replaced with SharedConnection 2005/07/11 13:37:10 fs 1.12.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3343c256c54e1fc665990bd639d1d589a0b5a0b1]

        INTEGRATION: CWS dba201b (1.10.38); FILE MERGED 2005/09/21 07:46:45 oj 1.10.38.4: RESYNC: (1.10-1.11); FILE MERGED 2005/07/21 14:35:55 fs 1.10.38.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 10:14:08 fs 1.10.38.2: #i51255# XConnection (partly) replaced with SharedConnection 2005/07/11 13:56:44 fs 1.10.38.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [070eeae710613a45cfb46efe4448afea84cb64df]

        INTEGRATION: CWS dba201b (1.10.44); FILE MERGED 2005/09/21 07:46:11 oj 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/20 10:12:50 fs 1.10.44.1: #i51255# use a ModelControllerConnector to connect ourself to the model, and to keep it alive as long as we ourself live

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe2d565b7bb0707095b96084f265c7dc59dec9b0]

        INTEGRATION: CWS dba201b (1.20.26); FILE MERGED 2005/09/21 07:45:52 oj 1.20.26.10: RESYNC: (1.20-1.21); FILE MERGED 2005/08/08 12:28:34 fs 1.20.26.9: merging a (lost) fix from CWS dba201(a) 2005/08/08 12:27:20 fs 1.20.26.8: merging a (lost) fix from CWS dba201a 2005/08/08 12:23:14 fs 1.20.26.7: merging a (lost) fix from CWS dba201a 2005/08/08 12:04:58 oj 1.20.26.6: #i43965# remove DBNewViewAutoPilot 2005/07/22 07:02:37 fs 1.20.26.5: #i10000# 2005/07/21 14:35:54 fs 1.20.26.4: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 10:13:27 fs 1.20.26.3: #i51255# use a ModelControllerConnector to connect ourself to the model, and to keep it alive as long as we ourself live 2005/07/11 13:37:09 fs 1.20.26.2: merging CWS dba201 into CWS dba201b 2005/05/31 13:29:35 oj 1.20.26.1: #123000# check if vector is empty

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee346df1ea60aadbc9cbbb908e6e725792c48a4c]

        INTEGRATION: CWS encup (1.9.50); FILE MERGED 2005/04/29 15:53:19 ihi 1.9.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [94a8b2314f9a212ca319cc58c9c5d82763164680]

        INTEGRATION: CWS dba201b (1.7.118); FILE MERGED 2005/09/21 07:40:48 oj 1.7.118.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:09 fs 1.7.118.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4085b0e122ae7c19d42cfb6e93da83506877258]

        INTEGRATION: CWS dba201b (1.9.38); FILE MERGED 2005/09/21 07:35:06 oj 1.9.38.4: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 13:56:43 fs 1.9.38.3: merging CWS dba201a into CWS dba201b 2005/07/11 13:37:07 fs 1.9.38.2: merging CWS dba201 into CWS dba201b 2005/06/06 06:47:19 oj 1.9.38.1: #i50347# insert unit convert for 10thmm

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3a33450e860535f381af7bee6d8079dd7dac6eb]

        INTEGRATION: CWS encup (1.18.50); FILE MERGED 2005/04/29 15:53:18 ihi 1.18.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd5f9fa25005446dc2d325d7d3996acba7928466]

        INTEGRATION: CWS encup (1.8.50); FILE MERGED 2005/04/29 15:53:18 ihi 1.8.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ea317d8ca9273624bdf8f8608a9396409d5c042]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:34:36 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:07 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ba1ff88c77776c2f4f7608d8441f36cd3331e77]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 07:33:50 oj 1.3.44.2: RESYNC: (1.3-1.5); FILE MERGED 2005/07/11 13:37:07 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1b7505dec4f3edc7b8d5a9e8eda30ae1395c0491]

        INTEGRATION: CWS encup (1.38.50); FILE MERGED 2005/04/29 15:53:18 ihi 1.38.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38592cf3a27fdb577e06225937c631d0b0e8e8e8]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:33:01 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:07 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf5e0a5cf28e877c7e5c85cdca07b5186b693458]

        INTEGRATION: CWS encup (1.58.6); FILE MERGED 2005/04/29 15:53:17 ihi 1.58.6.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [82d33c42d6a9586bcfa8580a7551619b4be25862]

        INTEGRATION: CWS encup (1.29.50); FILE MERGED 2005/04/29 15:53:17 ihi 1.29.50.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [149696c30fc6982f7f3f245f43b5bc1d0c9d86f7]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:32:33 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:07 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [aabda345ba4922b48a6938b8917a603fcc1c935f]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:31:57 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:06 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [339637689b8bafaa9a7d1e8a66df0998f27f53fa]

        INTEGRATION: CWS encup (1.5.20); FILE MERGED 2005/04/29 15:53:07 ihi 1.5.20.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [43d5e51394cca2438d2ee76c166641a2463c34c1]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 07:31:27 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:06 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [975b6499bfb19bfcd46bc68b9bce28ccc43d0e3c]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:30:41 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:06 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c458f0c24e8463d469a2dda202436446de91751]

        INTEGRATION: CWS encup (1.4.12); FILE MERGED 2005/04/29 15:53:06 ihi 1.4.12.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [38bd423ba980dabe85ecda7f49c6370afa606fa2]

        INTEGRATION: CWS encup (1.8.28); FILE MERGED 2005/04/29 15:53:06 ihi 1.8.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5c8d9a18f6ef74811974ba1bdee23a0437a5e69]

        INTEGRATION: CWS dba201b (1.3.88); FILE MERGED 2005/09/21 07:29:54 oj 1.3.88.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:06 fs 1.3.88.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e3c4c5c799e577b723a6c141b4b14af08a962c3]

        INTEGRATION: CWS encup (1.4.28); FILE MERGED 2005/04/29 15:53:05 ihi 1.4.28.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [611af8617917f958822a921b640e665d24c6fc01]

        INTEGRATION: CWS dba201b (1.6.38); FILE MERGED 2005/09/21 07:29:08 oj 1.6.38.4: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:37:06 fs 1.6.38.3: merging CWS dba201 into CWS dba201b 2005/06/06 06:47:18 oj 1.6.38.2: #i50347# insert unit convert for 10thmm 2005/06/03 09:59:50 oj 1.6.38.1: #i50273# export fo_compat name

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d9fa6cad828ff8f0469df7dd107787c8bfb69d9]

        INTEGRATION: CWS encup (1.2.12); FILE MERGED 2005/04/29 15:52:59 ihi 1.2.12.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [155649028ba0b8e806efb2c256b9473600641579]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:28:10 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:06 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe4fd8afa0d5fc0f70323b349d8dbadd85af247d]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 07:27:31 oj 1.3.44.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:05 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1aa37928eff9ccbf9af934a08a88a562598fbd95]

        INTEGRATION: CWS dba201b (1.3.94); FILE MERGED 2005/09/21 07:26:45 oj 1.3.94.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:05 fs 1.3.94.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1f2ce8d5dc13f9b326639d4bac72201ff8499ed]

        INTEGRATION: CWS dba201b (1.5.44); FILE MERGED 2005/09/21 07:26:08 oj 1.5.44.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:56:42 fs 1.5.44.2: merging CWS dba201a into CWS dba201b 2005/07/11 13:37:05 fs 1.5.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [588dfb6560d1db68d42dc07ec7c5705121dff58a]

        INTEGRATION: CWS dba201b (1.4.102); FILE MERGED 2005/09/21 07:25:31 oj 1.4.102.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/11 13:37:05 fs 1.4.102.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a46e4b9ebb5909d1529c063de9c990d84fc824a]

        INTEGRATION: CWS encup (1.27.6); FILE MERGED 2005/04/29 15:52:48 ihi 1.27.6.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [986bd070d1d9833211846100c01ee3e8c775e423]

        INTEGRATION: CWS dba201b (1.3.44); FILE MERGED 2005/09/21 07:24:58 oj 1.3.44.3: RESYNC: (1.3-1.5); FILE MERGED 2005/07/13 06:07:00 oj 1.3.44.2: compile error under sols 2005/07/11 13:37:05 fs 1.3.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d1b170ada1a4fc5eba040fe6ed5a11a377d77398]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:24:20 oj 1.2.146.3: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 10:16:10 fs 1.2.146.2: spelling 2005/07/11 13:37:04 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [06d8ac2c306d39b7dc732f019781f24803360c9d]

        INTEGRATION: CWS dba201b (1.3.38); FILE MERGED 2005/09/21 07:23:51 oj 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:04 fs 1.3.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cf25a1ab4d177e1439289212ea5c6702ed947be1]

        INTEGRATION: CWS dba201b (1.3.88); FILE MERGED 2005/09/21 07:23:17 oj 1.3.88.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:04 fs 1.3.88.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5eb84651a52bbce250f773a5fe56a50c2189823]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:22:56 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:56:42 fs 1.2.146.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c66bd7a8a6187ee10c3ea36f96e9e33e17cc2bc6]

        INTEGRATION: CWS encup (1.22.42); FILE MERGED 2005/04/29 15:52:37 ihi 1.22.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a7fa74df1ed425179581b4f6b31e2fbb93a957ea]

        INTEGRATION: CWS dba201b (1.13.6); FILE MERGED 2005/09/21 07:22:39 oj 1.13.6.4: RESYNC: (1.14-1.15); FILE MERGED 2005/07/26 13:08:08 fs 1.13.6.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/20 10:15:26 fs 1.13.6.2: #i51255# no explicit dis/connectController from the outside - controllers are now responsible for this themself, including life time control of the model 2005/07/11 13:37:03 fs 1.13.6.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03427eb0bdd27f0989df9e9fd87395b62237a579]

        INTEGRATION: CWS encup (1.25.42); FILE MERGED 2005/04/29 15:52:36 ihi 1.25.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [872ed9ae78cce6602bcd540f2cd83df7c17b7e9a]

        INTEGRATION: CWS dba201b (1.8.36); FILE MERGED 2005/09/21 07:21:39 oj 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2005/07/11 13:37:02 fs 1.8.36.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [545745781e1020548d47eba06e9a5432e15b8105]

        INTEGRATION: CWS encup (1.64.32); FILE MERGED 2005/04/29 15:52:33 ihi 1.64.32.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e23b9c8d3e72fcf9488bfa46fe020e61d84af1b]

        INTEGRATION: CWS dba201b (1.2.146); FILE MERGED 2005/09/21 07:04:39 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:37:02 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [efeaedfa5a13cc655af9bf26adebc225d0dba8ea]

        INTEGRATION: CWS dba201b (1.3.58); FILE MERGED 2005/09/21 07:03:41 oj 1.3.58.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:02 fs 1.3.58.2: merging CWS dba201 into CWS dba201b 2005/06/09 08:55:16 fs 1.3.58.1: #i49370# do a prepareClose/suspend when a close-command is intercepted

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1bfa96a544a1a7424e48d2ec3435053d900be5c3]

        INTEGRATION: CWS encup (1.27.174); FILE MERGED 2005/04/29 15:52:12 ihi 1.27.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [92dfb4317e705c15c975089e99189c30986e3075]

        INTEGRATION: CWS dba201b (1.12.36); FILE MERGED 2005/09/21 07:03:21 oj 1.12.36.3: RESYNC: (1.12-1.13); FILE MERGED 2005/07/11 13:37:01 fs 1.12.36.2: merging CWS dba201 into CWS dba201b 2005/06/09 08:55:15 fs 1.12.36.1: #i49370# do a prepareClose/suspend when a close-command is intercepted

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8eda4e7f97f292af35c5208dd60ada042d623cd]

        INTEGRATION: CWS encup (1.4.90); FILE MERGED 2005/04/29 15:52:10 ihi 1.4.90.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9cfe62966ff1e0039d95a07d0c613675a53e3075]

        INTEGRATION: CWS dba201b (1.26.18); FILE MERGED 2005/09/21 07:03:07 oj 1.26.18.8: RESYNC: (1.27-1.28); FILE MERGED 2005/07/29 10:04:30 fs 1.26.18.7: #i52603# suspend(false) if suspend(true) was successful, but closing needed to be cancelled for other reasons 2005/07/26 07:51:47 fs 1.26.18.6: #i52479# execute: be more tolerant: accept OpenCommandArgument, OpenCommandArgument2, and no OpenCommandArgument at all 2005/07/11 13:37:01 fs 1.26.18.5: merging CWS dba201 into CWS dba201b 2005/07/11 07:19:16 oj 1.26.18.4: RESYNC: (1.26-1.27); FILE MERGED 2005/06/09 08:55:15 fs 1.26.18.3: #i49370# do a prepareClose/suspend when a close-command is intercepted 2005/06/08 14:48:11 fs 1.26.18.2: still #i50475#: copyTo requires to open the storage not-readonly, since the parent storage might be implicitly opened with the same permissions 2005/06/08 14:06:45 fs 1.26.18.1: #i50475# be more conservative with the readonly flag, don't switch to not-readonly if not necessary

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [841230847b001636f6faf49f8bf863621b09aa79]

        INTEGRATION: CWS encup (1.3.16); FILE MERGED 2005/04/29 15:52:10 ihi 1.3.16.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [58a2847b3a48c58d7659f652620a0c210c8c12d8]

        INTEGRATION: CWS dba201b (1.13.2); FILE MERGED 2005/09/21 07:02:30 oj 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 06:02:06 oj 1.13.2.1: #i52171# don't insert impl struct in createInstance call

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9959096fcdc7c06e39d63c5c9aa719c235416e33]

        INTEGRATION: CWS encup (1.2.90); FILE MERGED 2005/04/29 15:52:10 ihi 1.2.90.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d3aeb155c6d084b2d2d29651b91f18e10bb4d90]

        INTEGRATION: CWS dba201b (1.18.36); FILE MERGED 2005/09/21 07:02:17 oj 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/06 07:46:54 oj 1.18.36.1: #i48015# throw illegalargument exception when object is inserted twice with different name

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff4cfa045b7d691f1ca990372bf18afd111b0042]

        INTEGRATION: CWS encup (1.2.90); FILE MERGED 2005/04/29 15:52:09 ihi 1.2.90.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a5fc8fbaa4de65bb15b388e412da47a32e55ac6]

        INTEGRATION: CWS dba201b (1.30.2); FILE MERGED 2005/09/21 07:01:54 oj 1.30.2.2: RESYNC: (1.30-1.31); FILE MERGED 2005/07/20 10:17:22 fs 1.30.2.1: #i52171# better control over model ownership

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [942033a6c8b70ffc3b6b1ec143ed228196ada2ed]

        INTEGRATION: CWS encup (1.70.62); FILE MERGED 2005/04/29 15:52:08 ihi 1.70.62.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b318f2c8c9dccbf80cf9ceab9666cb3319844937]

        INTEGRATION: CWS dba201b (1.60.2); FILE MERGED 2005/09/21 07:01:40 oj 1.60.2.4: RESYNC: (1.60-1.62); FILE MERGED 2005/07/21 14:35:03 fs 1.60.2.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 10:17:21 fs 1.60.2.2: #i52171# better control over model ownership 2005/07/11 13:37:00 fs 1.60.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b5134853037e58924ebfe64d8ee0f117398bfbc2]

        INTEGRATION: CWS encup (1.4.90); FILE MERGED 2005/04/29 15:52:07 ihi 1.4.90.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c1b5ddc0614c97f4c6d9b31d3f42743dd85f0b79]

        INTEGRATION: CWS dba201b (1.4.2); FILE MERGED 2005/09/21 07:01:24 oj 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/20 10:17:53 fs 1.4.2.1: #i52171# +impl_closeControllerFrames

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a54ba71e7a328d3d90b25662495f30f36c5abea]

        INTEGRATION: CWS encup (1.38.174); FILE MERGED 2005/04/29 15:52:06 ihi 1.38.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e9a7c5456390ca24070d0a52f4871b4d48f89393]

        INTEGRATION: CWS dba201b (1.19.10); FILE MERGED 2005/09/21 07:01:01 oj 1.19.10.5: RESYNC: (1.20-1.21); FILE MERGED 2005/07/20 10:18:08 fs 1.19.10.4: #i52171# better control over model ownership 2005/07/11 13:37:00 fs 1.19.10.3: merging CWS dba201 into CWS dba201b 2005/07/11 07:18:20 oj 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2005/05/27 10:32:23 oj 1.19.10.1: #i49860# don't clear connection when storeToUrl is called

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c8ab453b9eeaac6c7271278e552303847129a67]

        INTEGRATION: CWS dba201b (1.30.2); FILE MERGED 2005/09/21 07:00:27 oj 1.30.2.4: RESYNC: (1.30-1.31); FILE MERGED 2005/07/21 14:35:02 fs 1.30.2.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 10:19:46 fs 1.30.2.2: #i52171# better control over model ownership 2005/07/11 13:37:00 fs 1.30.2.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [beddefefaa084f1cdbbfdf93f5a0ba8e29eb740d]

        INTEGRATION: CWS encup (1.37.174); FILE MERGED 2005/04/29 15:52:03 ihi 1.37.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7c80668cae185f5cf258ff3ddd990be4a547472c]

        INTEGRATION: CWS dba201b (1.42.38); FILE MERGED 2005/09/21 06:59:20 oj 1.42.38.2: RESYNC: (1.42-1.43); FILE MERGED 2005/07/11 13:37:00 fs 1.42.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [08b2f607b43f57a5484ee8ec18838dcbdf73c43f]

        INTEGRATION: CWS encup (1.26.174); FILE MERGED 2005/04/29 15:52:03 ihi 1.26.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0b05c0c7f5bd06300687faf78c0b26187e33ffe]

        INTEGRATION: CWS dba201b (1.3.118); FILE MERGED 2005/09/21 06:55:11 oj 1.3.118.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 13:37:00 fs 1.3.118.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [10df04f296f90d98e2b8fb05ea93cc85c830c9cb]

        INTEGRATION: CWS encup (1.29.174); FILE MERGED 2005/04/29 15:52:02 ihi 1.29.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a1e0275b2ae056f7471947f16fca438cca1a79c0]

        INTEGRATION: CWS encup (1.37.140); FILE MERGED 2005/04/29 15:52:02 ihi 1.37.140.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a912de4eb67140d4374986c81ea2eba1d5fac1f6]

        INTEGRATION: CWS dba201b (1.20.44); FILE MERGED 2005/09/21 06:54:59 oj 1.20.44.2: RESYNC: (1.20-1.21); FILE MERGED 2005/07/11 13:36:59 fs 1.20.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [aadd0bf4a76bd89bc38203bc551b7222ca61611f]

        INTEGRATION: CWS encup (1.35.42); FILE MERGED 2005/04/29 15:52:01 ihi 1.35.42.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a1e162f80de6ee7af0cbc56842f3bcc310dd59a]

        INTEGRATION: CWS dba201b (1.75.38); FILE MERGED 2005/09/21 06:46:13 oj 1.75.38.3: RESYNC: (1.75-1.77); FILE MERGED 2005/07/11 13:36:59 fs 1.75.38.2: merging CWS dba201 into CWS dba201b 2005/06/02 12:15:30 oj 1.75.38.1: #i50181# check if key columns are empty

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cb0674e8008145028bdc1e002624ad4fbdb414cc]

        INTEGRATION: CWS encup (1.47.174); FILE MERGED 2005/04/29 15:52:01 ihi 1.47.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [668fb56a6f298dfd11409b1b2cdd1b8257373c9a]

        INTEGRATION: CWS dba201b (1.75.38); FILE MERGED 2005/09/21 06:45:41 oj 1.75.38.2: RESYNC: (1.75-1.77); FILE MERGED 2005/07/11 13:36:58 fs 1.75.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b33fcefbb9cdcdda5279c4e6bf1d4d38c4683604]

        INTEGRATION: CWS encup (1.28.174); FILE MERGED 2005/04/29 15:52:00 ihi 1.28.174.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [317f433283291fd7062434ebf38d40db3845813d]

        INTEGRATION: CWS dba201b (1.133.44); FILE MERGED 2005/09/21 06:45:08 oj 1.133.44.3: RESYNC: (1.133-1.135); FILE MERGED 2005/07/26 10:50:32 oj 1.133.44.2: #i52440# throw exception when only select is allowed and an update or insert is executing 2005/07/26 10:48:19 oj 1.133.44.1: #i52440# throw exception when only select is allowed and an update or insert is executing

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c473db1afe7c80d99b4fe0d9d7f41b1830855ab2]

        INTEGRATION: CWS encup (1.49.140); FILE MERGED 2005/04/29 15:51:59 ihi 1.49.140.1: #i40603# German strings now UTF8 encoded

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e10dd16ca8578c77f52ce9192fea469fa802a55]

        INTEGRATION: CWS dba201b (1.21.38); FILE MERGED 2005/09/21 06:44:56 oj 1.21.38.2: RESYNC: (1.21-1.22); FILE MERGED 2005/07/11 13:36:58 fs 1.21.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee6115795f2edfe6b611a8649ceacfce86a1da68]

        INTEGRATION: CWS dba201b (1.57.38); FILE MERGED 2005/09/21 06:44:44 oj 1.57.38.2: RESYNC: (1.57-1.58); FILE MERGED 2005/07/11 13:36:58 fs 1.57.38.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [43f6144b7e0b6c95f0317a49c0027901b29a21b2]

        INTEGRATION: CWS dba201b (1.16.146); FILE MERGED 2005/09/21 06:43:36 oj 1.16.146.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/11 13:36:58 fs 1.16.146.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [748f19c29e53594fa2968995c7b91660cd4dd705]

        INTEGRATION: CWS dba201b (1.38.58); FILE MERGED 2005/09/21 06:43:24 oj 1.38.58.3: RESYNC: (1.38-1.39); FILE MERGED 2005/07/26 10:48:19 oj 1.38.58.2: #i52440# throw exception when only select is allowed and an update or insert is executing 2005/07/11 13:36:58 fs 1.38.58.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [801eddd94fc338cbceca7bcd5d4cc74a8e010adc]

        INTEGRATION: CWS dba201b (1.13.44); FILE MERGED 2005/09/21 06:40:00 oj 1.13.44.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/11 13:36:57 fs 1.13.44.1: merging CWS dba201 into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [00bf477197d918e860da17ff22fd562267b2a382]

        INTEGRATION: CWS dba201b (1.2.38); FILE MERGED 2005/09/21 06:36:05 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/05 12:58:56 oj 1.2.38.1: #i51571# fix test to new api

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4dd17aa1a2c6dd2aaeab6db433f9937dbb78714]

        INTEGRATION: CWS dba201b (1.9.268); FILE MERGED 2005/09/21 17:58:28 oj 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/21 14:25:31 fs 1.9.268.1: #i52267# also hold a connection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [105b421a7203c4cfd8c11ec6d99ccf2f70bfbd5b]

        INTEGRATION: CWS dba201b (1.9.268); FILE MERGED 2005/09/21 17:43:38 oj 1.9.268.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/21 14:25:08 fs 1.9.268.1: #i52267# SharedConnection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa9803cbac42b5c685cf0a18accf599af82be721]

        INTEGRATION: CWS dba201b (1.19.266); FILE MERGED 2005/09/21 17:31:05 oj 1.19.266.6: RESYNC: (1.19-1.20); FILE MERGED 2005/07/21 14:48:43 fs 1.19.266.5: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/21 14:40:01 fs 1.19.266.4: typo 2005/07/21 14:22:49 fs 1.19.266.3: #i52267# typo 2005/07/21 14:22:09 fs 1.19.266.2: #i52267# also pass a connection in DnD operations 2005/07/21 12:02:19 fs 1.19.266.1: #i52255#

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [75bd8d645061b742d50b36f7ed567b3c5424a45b]

        INTEGRATION: CWS dba201b (1.44.170); FILE MERGED 2005/09/21 17:27:44 oj 1.44.170.3: RESYNC: (1.44-1.45); FILE MERGED 2005/07/21 14:23:26 fs 1.44.170.2: #i52267# implCreateFieldControl: also recognize connections which are part of the descriptor 2005/07/21 08:52:17 fs 1.44.170.1: forgot createFieldControl: forgot initializations of some control models

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [036003c69a754f37d120389a12f578fffa3ddf58]

        INTEGRATION: CWS dba201b (1.67.4); FILE MERGED 2005/09/21 17:24:36 oj 1.67.4.2: RESYNC: (1.67-1.68); FILE MERGED 2005/07/11 14:00:47 fs 1.67.4.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [216a3843c1e3b5f4cf6c5d2aacd7c9c7f079520e]

        INTEGRATION: CWS dba201b (1.42.4); FILE MERGED 2005/09/21 17:12:46 oj 1.42.4.2: RESYNC: (1.42-1.43); FILE MERGED 2005/07/11 14:00:47 fs 1.42.4.1: merging CWS dba201a into CWS dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [40bbc02981deb95ef799046c9a232dba8f375fe0]

        INTEGRATION: CWS dba201b (1.49.116); FILE MERGED 2005/09/21 17:12:21 oj 1.49.116.2: RESYNC: (1.49-1.50); FILE MERGED 2005/07/21 14:24:31 fs 1.49.116.1: #i52267# DnD: also recognize connections which are part of the descriptor

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f90f399befdefdc684316ffb42abdc9d484e901]

        INTEGRATION: CWS dba201b (1.2.678); FILE MERGED 2005/09/21 17:12:04 oj 1.2.678.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:36:36 fs 1.2.678.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd4ad7b666276371f664ee952cd5d6a83f4c977a]

        INTEGRATION: CWS dba201b (1.13.678); FILE MERGED 2005/09/21 17:11:52 oj 1.13.678.2: RESYNC: (1.13-1.14); FILE MERGED 2005/07/21 14:24:13 fs 1.13.678.1: #i52267# additional ctor taking a DataAccessDescriptor - allows transfering XConnections, too

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [552e8f180e2d937a1b45377fbc4db53f740c4bf1]

        INTEGRATION: CWS encup (1.1.2); FILE ADDED 2005/05/26 15:56:33 ihi 1.1.2.1: #i49922# Source language detection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c6c8db36fb8da834bf7a07e64d827a6b8aefb0b4]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:18 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c7d7b0d62a7bc1cbc05567d7acc649f54c711da]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:17 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5bfebe03e7225874d175fcc41d084017ead7df13]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:54:16 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d7b1126825f2e059494ebb323b8487402a4c9985]

        INTEGRATION: CWS jl16 (1.21.24); FILE MERGED 2005/08/08 12:27:16 is 1.21.24.1: #i47140# assigning components to files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [17933bfb7f4c81356f5745f5b0bbee76ae0f8888]

        INTEGRATION: CWS encup (1.4.74); FILE MERGED 2005/05/17 18:54:15 ihi 1.4.74.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2806d7f20efc1f4f8dc154d69efe583c5ff5757b]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:12 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0a1c7b4ee14f4e29ae5e96b1b4ccd379faad41d]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/07/01 07:49:17 jl 1.1.2.1: #i50243# short OOoBean test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [99846ba1337aa9017d7bb38a99916a868ddf844f]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:11 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f92e8514c7492e2c5834e8771b90226529bf62a4]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/07/01 07:49:07 jl 1.1.2.1: #i50243# short OOoBean test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ec9f9d42c62fb48683ee72d468986a62ddf0725]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/06/02 14:18:41 jl 1.1.2.1: #50243# new complex test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab7803ca47ce2e81647ac9d5144e3a28a028d0d]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:10 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a130f5bf0a691cc704def48667faa28fb414468]

        INTEGRATION: CWS dba201b (1.2.34); FILE MERGED 2005/09/22 18:01:40 oj 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 11:15:19 fs 1.2.34.1: #i51255# explicitly state the the DatabaseDocument attribute contains an OfficeDatabaseDocument

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [87649fea91e1be32b13c3e55175542b3f0c904e8]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/06/02 14:19:23 jl 1.1.2.1: #50243# new complex test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fffadd5a343b09ac3108dda48b601ec7c6c864b4]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:08 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a4fa6a95df234ecdca21a4ddc81fe9f9d79b3982]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/06/02 15:36:11 jl 1.1.2.2: #50243# diff images have now a diff in the name 2005/06/02 14:19:10 jl 1.1.2.1: #50243# new complex test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b80dd5f978829e973c789946d022e26f5c784464]

        INTEGRATION: CWS dba201b (1.3.34); FILE MERGED 2005/09/22 17:52:57 oj 1.3.34.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/20 11:14:37 fs 1.3.34.1: #i51255# +XCloseable, for life time control

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bdf00464f1c1aa6ea1e982e6ee3c7afb22426649]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:07 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0a307f907edeb4194b7716e30845f93add7dedfd]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/08/29 09:59:29 jl 1.1.2.9: #i50243 2005/08/22 13:11:00 jl 1.1.2.8: #50243# 2005/08/22 13:02:13 jl 1.1.2.7: #50243# 2005/08/17 12:24:01 jl 1.1.2.6: #i50243# 2005/07/07 09:29:36 jl 1.1.2.5: #50243# 2005/06/29 15:21:52 jl 1.1.2.4: #50243# 2005/06/06 11:12:32 jl 1.1.2.3: #50243# 2005/06/06 11:01:42 jl 1.1.2.2: #50243# 2005/06/02 14:18:53 jl 1.1.2.1: #50243# new complex test

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f8dc63c1c9d2e49a2051271ac6876c02bd3c8f1d]

        INTEGRATION: CWS jl16 (1.3.2); FILE MERGED 2005/08/22 08:58:26 sb 1.3.2.1: #i52831# Hack so that Wrapper objects are detected as proxies by the java_remote_bridge in jurt (a bit fragile, but works, see comment in java_remote_bridge.mapInterfaceTo).

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a924fbc82d2cd1bdfac2e4dbef35dcb91c492e01]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:05 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2a0367409b3a01ddcb0a8f5c111bc8ba6342fac6]

        INTEGRATION: CWS jl16 (1.9.8); FILE MERGED 2005/08/10 08:54:29 jl 1.9.8.1: #i47140# policy.1.1.cli_types.dll is build

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8572a2a8c78b93247891035689bb47f2f63db9f8]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:54:01 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ad11794828a28ddeed24522c39de46f0d625dae]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:57 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ed5641f559f1eb481f76c019013a8135c0f21cb1]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/01/19 14:17:57 jl 1.1.2.1: #i38590# automated tests for generated cli types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a741a8ba041a65925a74dad3f29e027a51431dc4]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/01/19 14:17:46 jl 1.1.2.1: #i38590# automated tests for generated cli types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f9aeccb2be05af4d5b47b4bd3c2426387430fc0]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/02/25 12:19:44 jl 1.1.2.2: #i38590# 2005/01/19 14:18:20 jl 1.1.2.1: #i38590# automated tests for generated cli types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [beb83a98588d06f5309ec0e8e94b16c0fedfa45f]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/01/19 14:17:33 jl 1.1.2.1: #i38590# automated tests for generated cli types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f799664d54038d427bfaa5b8e8e2ba8ad5a3fe35]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/08/29 09:43:57 jl 1.1.2.3: #i38590# 2005/04/21 09:24:41 jl 1.1.2.2: #i47674# output and error stream are read and discarded in separate thread 2005/01/19 14:18:09 jl 1.1.2.1: #i38590# automated tests for generated cli types

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [741b06e956ae1eed8e4bdee1063a4eb9b776ec76]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/08/10 08:00:30 jl 1.1.2.1: #i47140# contains infos about how assemblies are added to scp2 and their versions

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b958e8f3e9727e4ac03586c66f23d18dd0460373]

        INTEGRATION: CWS dba201b (1.69.32); FILE MERGED 2005/09/21 06:45:36 oj 1.69.32.2: RESYNC: (1.69-1.70); FILE MERGED 2005/07/21 12:01:28 fs 1.69.32.1: #connectRowset now also takes into account connections from the outer database

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [09db6141a38dffa6a03495015c25decddd7f572b]

        INTEGRATION: CWS jl16 (1.41.6); FILE MERGED 2005/08/22 08:56:15 sb 1.41.6.1: #i52831# Added comments explaining why the hack to fix this error in the bean module works.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [adc976a427ea243cfe59d7584d552185f777742d]

        INTEGRATION: CWS jl16 (1.4.58); FILE MERGED 2005/08/22 08:56:15 sb 1.4.58.1: #i52831# Added comments explaining why the hack to fix this error in the bean module works.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f2d1157b82b66d8b408c0b6503d7bf44113942f]

        INTEGRATION: CWS encup (1.4.92); FILE MERGED 2005/05/17 18:53:50 ihi 1.4.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b5ed4356918b6ce297a8c8e6d92673d2e837b54]

        INTEGRATION: CWS encup (1.4.92); FILE MERGED 2005/05/17 18:53:49 ihi 1.4.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3462cdf904f9abe2c57eb7f952c1274d8119884b]

        INTEGRATION: CWS dba201b (1.10.24); FILE MERGED 2005/09/21 16:53:26 oj 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/20 12:43:51 fs 1.10.24.1: #i51255# sharedunocomponent moved to unotools

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2251e44940f4839f23bfa2077284c38f87b7c57]

        INTEGRATION: CWS jl16 (1.5.150); FILE MERGED 2005/08/08 12:28:45 is 1.5.150.1: #i47140# assigning components to files

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [81bafb7cf22554be441356e03d0dba3032c03763]

        INTEGRATION: CWS dba201b (1.16.196); FILE MERGED 2005/09/21 16:47:01 oj 1.16.196.4: RESYNC: (1.17-1.18); FILE MERGED 2005/07/26 13:36:17 fs 1.16.196.3: RESYNC: (1.16-1.17); FILE MERGED 2005/07/21 14:27:00 fs 1.16.196.2: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/20 12:44:53 fs 1.16.196.1: #i51255# sharedunocomponent moved to unotools

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a51fdeba3f648a62792a2d580c180e6a8d60ae3]

        INTEGRATION: CWS jl16 (1.19.24); FILE MERGED 2005/08/09 14:30:06 is 1.19.24.1: #ii47140# not renaming all files in windows patch

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e49baa9645df21a94c6fb4dc82eb928dc00a918]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:53:46 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd0768b4013441c65dc84435cd7b2f36b1f17239]

        INTEGRATION: CWS dba201b (1.1.2); FILE ADDED 2005/07/20 12:47:25 fs 1.1.2.1: #i51255# +SharedConnection, based on ::utl::SharedUNOComponent

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb8793b5308384c6f58c9f2f3827cc8ff326fe22]

        INTEGRATION: CWS jl16 (1.4.24); FILE MERGED 2005/04/21 08:56:56 jl 1.4.24.1: #i47674# adapted code for automatic test. There is now a folder qa in this project.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1095931ffb5a9f6b5a27466f55eab9b49bcaafec]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:45 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [52cc43763ce4bee4e9910ae9d6918b7e8a5b1bc9]

        INTEGRATION: CWS dba201b (1.5.24); FILE MERGED 2005/09/21 15:15:14 oj 1.5.24.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/20 12:44:37 fs 1.5.24.1: #i51255# sharedunocomponent moved to unotools

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d3bbd493fdeba191c0c4832126c6eae3ff64c5c6]

        INTEGRATION: CWS jl16 (1.6.2); FILE MERGED 2005/04/21 08:56:56 jl 1.6.2.1: #i47674# adapted code for automatic test. There is now a folder qa in this project.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [752c1f68c15166693b05b3b5384fbe4f2d57ceca]

        INTEGRATION: CWS dba201b (1.4.22); FILE MERGED 2005/09/21 13:16:31 oj 1.4.22.3: RESYNC: (1.4-1.5); FILE MERGED 2005/07/22 07:16:43 fs 1.4.22.2: #i10000# 2005/07/21 14:27:03 fs 1.4.22.1: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5c3adb384d8cfcd64f4413c6daf85c291c083595]

        INTEGRATION: CWS jl16 (1.4.24); FILE MERGED 2005/04/21 08:56:55 jl 1.4.24.1: #i47674# adapted code for automatic test. There is now a folder qa in this project.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9befd6c6aea6eb2f53b9f093f0d502f4826426f]

        INTEGRATION: CWS dba201b (1.5.224); FILE MERGED 2005/09/21 13:13:53 oj 1.5.224.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/20 12:46:31 fs 1.5.224.1: #i51255# including another file which includes rtl/reference, don't do a 'using namespace rtl' since this conflicts now

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [748334e9a23dce45066859ebdeb3570af7cec069]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:44 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b9e6d19503ec26acea00e0da23530b105033a394]

        INTEGRATION: CWS jl16 (1.5.24); FILE MERGED 2005/04/21 08:56:55 jl 1.5.24.1: #i47674# adapted code for automatic test. There is now a folder qa in this project.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2169342c57dc3a22c98c17457018692d20652700]

        INTEGRATION: CWS dba201b (1.4.182); FILE MERGED 2005/09/21 13:06:33 oj 1.4.182.2: RESYNC: (1.4-1.5); FILE MERGED 2005/07/20 12:46:04 fs 1.4.182.1: #i51255# including another file which includes rtl/reference, don't do a 'using namespace rtl' since this conflicts now

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f33b5bf2dc8ce27729c80cabe88d833861445dda]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:53:44 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e8980493f3ff1369ed7442d840cb36b36ae46cb1]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/04/21 09:22:21 jl 1.1.2.2: #i47674# only test on windows 2005/04/21 09:04:28 jl 1.1.2.1: #i47674# Testing cli bridge

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [09ffb99fa03c38d72c66a3830955eb3ee55d90b0]

        INTEGRATION: CWS dba201b (1.3.24); FILE MERGED 2005/09/21 13:05:59 oj 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2005/07/20 12:45:31 fs 1.3.24.1: #i51255# sharedunocomponent moved to unotools

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a25df5b441f38dc409677586fa81eb6176d974d]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:42 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ec7736b705b035ca1b0962fb2c604ec6c62e7dff]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/04/21 09:22:21 jl 1.1.2.2: #i47674# only test on windows 2005/04/21 09:04:17 jl 1.1.2.1: #i47674# Testing cli bridge

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d04503e6888d309c96499b68c05584a91d075702]

        INTEGRATION: CWS dba201b (1.9.22); FILE MERGED 2005/09/21 13:05:21 oj 1.9.22.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/20 12:45:31 fs 1.9.22.1: #i51255# sharedunocomponent moved to unotools

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [23149d7365e9bb75534e7993f0192fc31dff6cc6]

        INTEGRATION: CWS jl16 (1.1.2); FILE ADDED 2005/04/21 09:04:06 jl 1.1.2.1: #i47674# Testing cli bridge

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb1132e92d46da295d880a55c9eafc9c368d1cd3]

        INTEGRATION: CWS dba201b (1.52.22); FILE MERGED 2005/09/21 12:58:07 oj 1.52.22.2: RESYNC: (1.52-1.53); FILE MERGED 2005/07/21 14:26:06 fs 1.52.22.1: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c648f741076c85aebb0f8e94c2850247e36aada]

        INTEGRATION: CWS encup (1.5.68); FILE MERGED 2005/05/17 18:53:39 ihi 1.5.68.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a877a5cedee08f6edeffa53211de168b561e3ef]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:39 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [386934f02ea0a814cf5979b9fc25cd7592366f58]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:37 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3b957df21f8fca5831013e9090628b96138b3afd]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:36 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [53ff6a7dd6e60488a6dcfc98f58be223f8c57904]

        INTEGRATION: CWS dba201b (1.7.252); FILE MERGED 2005/09/21 07:51:14 oj 1.7.252.2: RESYNC: (1.7-1.8); FILE MERGED 2005/06/06 06:47:06 oj 1.7.252.1: #i50347# insert unit convert for 10thmm

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [03a212bb2cf9546b5a607fbbf6b08fd6983c20f4]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:53:32 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [817751cb5a83b4596f86d8a5999e8198951d3610]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:31 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1174db6855b182a902fb0315aa4837e8bf9bcd2]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [3f7fac64c59eae16b5f17c08fbff8acb189298b4]

        INTEGRATION: CWS dba201b (1.27.112); FILE MERGED 2005/07/05 12:26:08 oj 1.27.112.1: #i50727# check for utf8 chars as well

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffcc5cda2435e997028d13c8ac9a85b521d06019]

        INTEGRATION: CWS dba201b (1.2.38); FILE MERGED 2005/09/21 10:04:36 oj 1.2.38.3: RESYNC: (1.3-1.4); FILE MERGED 2005/07/11 07:13:15 oj 1.2.38.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/05 07:45:11 oj 1.2.38.1: #i51335# if table is a view remove the xrename interface

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d0dbb7bd114e82c39121266022b60f037e91ec6a]

        INTEGRATION: CWS dba201b (1.58.90); FILE MERGED 2005/09/21 09:03:21 oj 1.58.90.2: RESYNC: (1.58-1.59); FILE MERGED 2005/07/11 13:56:42 fs 1.58.90.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ca60450b8a94d97d14897ef9239957431935ebdc]

        INTEGRATION: CWS dba201b (1.11.58); FILE MERGED 2005/09/21 08:28:31 oj 1.11.58.2: RESYNC: (1.11-1.12); FILE MERGED 2005/07/11 13:27:06 fs 1.11.58.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7fb028f4895f915ff40fbd9762be81c8d5addc33]

        INTEGRATION: CWS dba201b (1.2.42); FILE MERGED 2005/09/21 08:18:44 oj 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:56:41 fs 1.2.42.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4240e7cbca953ed1a38b00336ebe35b4bb73d4bb]

        INTEGRATION: CWS dba201b (1.2.42); FILE MERGED 2005/09/21 08:18:27 oj 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:56:41 fs 1.2.42.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2884fe3dd96943a19a806a90ad0807cf5713286a]

        INTEGRATION: CWS dba201b (1.6.38); FILE MERGED 2005/09/21 08:18:07 oj 1.6.38.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/11 13:56:41 fs 1.6.38.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [828d75b8b58dc7feaca1310ee2817d237cddb6e9]

        INTEGRATION: CWS dba201b (1.5.40); FILE MERGED 2005/09/21 08:17:47 oj 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:56:40 fs 1.5.40.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a39fc0aa84bf814068d0c4ca52481f8ccc38bc8c]

        INTEGRATION: CWS dba201b (1.5.38); FILE MERGED 2005/09/21 08:17:27 oj 1.5.38.2: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 13:56:40 fs 1.5.38.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b620344599fc574e8517aa49f832a0139aa7572d]

        INTEGRATION: CWS dba201b (1.2.38); FILE MERGED 2005/09/21 08:14:58 oj 1.2.38.3: RESYNC: (1.5-1.6); FILE MERGED 2005/07/11 07:11:55 oj 1.2.38.2: RESYNC: (1.2-1.5); FILE MERGED 2005/07/05 07:48:58 oj 1.2.38.1: #i51335# if table is a view remove the xrename interface

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d308e9d63ae7ccce492aa26405881acd4756a99]

        INTEGRATION: CWS dba201b (1.7.38); FILE MERGED 2005/09/21 08:14:21 oj 1.7.38.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:56:39 fs 1.7.38.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [769f62c17d61aae00a55aa2beab88ade84515071]

        INTEGRATION: CWS dba201b (1.12.12); FILE MERGED 2005/09/21 08:12:50 oj 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/12 07:06:56 oj 1.12.12.2: #i51821# increment pLookup by 2 2005/07/11 13:56:39 fs 1.12.12.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a0b06e5154659248fbaec8b8cf485d851dda675]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:12 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f9163312046601d844801521c15a2c892aa29b4]

        INTEGRATION: CWS dba201b (1.36.46); FILE MERGED 2005/09/21 08:01:00 oj 1.36.46.2: RESYNC: (1.36-1.37); FILE MERGED 2005/07/11 13:27:06 fs 1.36.46.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f9e54fae80b35c6530a7d3fdbabc48608d0eb2a0]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:53:11 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [404bf8d2604dde0fb8325c50611d71b770863a3a]

        INTEGRATION: CWS dba201b (1.92.58); FILE MERGED 2005/09/21 08:00:16 oj 1.92.58.2: RESYNC: (1.92-1.93); FILE MERGED 2005/07/11 13:27:06 fs 1.92.58.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d56e0dbbae95f2e6e23e588a737c23cba7145801]

        INTEGRATION: CWS encup (1.4.90); FILE MERGED 2005/05/17 18:53:10 ihi 1.4.90.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [39fb3fe8d2d2476dacbceb8a95f13718a3c5aeb1]

        INTEGRATION: CWS dba201b (1.34.58); FILE MERGED 2005/09/21 07:59:58 oj 1.34.58.2: RESYNC: (1.34-1.35); FILE MERGED 2005/07/11 13:27:05 fs 1.34.58.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [86d67dd8c3b5ea9b47d0e7c0ed065ec177c2b5e5]

        INTEGRATION: CWS dba201b (1.14.122); FILE MERGED 2005/09/21 07:22:49 oj 1.14.122.2: RESYNC: (1.14-1.15); FILE MERGED 2005/07/11 13:56:38 fs 1.14.122.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a5bbbaaf652cd4dc8d2c9c174c36f874ad92d879]

        INTEGRATION: CWS dba201b (1.9.236); FILE MERGED 2005/09/21 07:22:18 oj 1.9.236.2: RESYNC: (1.9-1.10); FILE MERGED 2005/07/11 13:56:38 fs 1.9.236.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7b62c646c20f3cad65cbd28665b76e9c055de5b]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:53:04 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8abc60478f0060af8a6725b943dba9c7426655a3]

        INTEGRATION: CWS dba201b (1.16.54); FILE MERGED 2005/09/21 07:15:17 oj 1.16.54.2: RESYNC: (1.16-1.17); FILE MERGED 2005/07/11 13:56:37 fs 1.16.54.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [de23abd5ce78071f2216bacffc75efab15ce2032]

        INTEGRATION: CWS dba201b (1.6.112); FILE MERGED 2005/09/21 07:02:19 oj 1.6.112.2: RESYNC: (1.6-1.7); FILE MERGED 2005/07/21 12:01:45 fs 1.6.112.1: #i52255# +UNOTOOLSLIB

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [68f928e8474a0842c4d78cac97e98112442d10d2]

        INTEGRATION: CWS dba201b (1.24.112); FILE MERGED 2005/09/21 06:57:57 oj 1.24.112.2: RESYNC: (1.24-1.25); FILE MERGED 2005/07/20 09:45:42 fs 1.24.112.1: #i51255# DataSourceHolder removed, superseded by unotools/sharedunocomponent.hxx

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c86cafd95c64e085f912fffbeb30c4f4937626b]

        INTEGRATION: CWS dba201b (1.55.54); FILE MERGED 2005/09/21 06:56:53 oj 1.55.54.4: RESYNC: (1.55-1.56); FILE MERGED 2005/07/21 14:20:54 fs 1.55.54.3: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code 2005/07/21 12:00:33 fs 1.55.54.2: #i52255# +ensureRowSetConnection 2005/07/11 13:56:36 fs 1.55.54.1: merging CWS dba201a into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8327cef2c5f6fa38d998386e1fa550b37fb3187]

        INTEGRATION: CWS dba201b (1.27.46); FILE MERGED 2005/09/21 06:50:04 oj 1.27.46.2: RESYNC: (1.27-1.28); FILE MERGED 2005/07/11 13:27:04 fs 1.27.46.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [db4b2ae1ddbdf626507131f4e1a394727348d9ae]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:58 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [390d133a4801651977a14a88a96bf4e850644bb2]

        INTEGRATION: CWS dba201b (1.18.58); FILE MERGED 2005/09/21 06:50:33 oj 1.18.58.2: RESYNC: (1.18-1.19); FILE MERGED 2005/07/06 11:03:05 oj 1.18.58.1: #i49690# check if jvm is null

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [95879ed9f306fc571d9a1667895e449e24a61425]

        INTEGRATION: CWS dba201b (1.27.58); FILE MERGED 2005/09/21 06:41:56 oj 1.27.58.2: RESYNC: (1.27-1.28); FILE MERGED 2005/07/21 12:00:27 fs 1.27.58.1: #i52255# +ensureRowSetConnection

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [efeeaf6eae07df1810fc6796e748a10932636fab]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:54 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [30b00e9309d0343c6f413d57d77ea20d5ec56d29]

        INTEGRATION: CWS dba201b (1.10.124); FILE MERGED 2005/09/21 06:36:38 oj 1.10.124.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/11 13:27:03 fs 1.10.124.1: merging CWS dba201 into dba201b

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [c87bd18272a429002fff85b913bbcbe5bef8f8b8]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:52:52 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [105c1029c7c46628091aaea775716832421c446a]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:51 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bd3e9d1c8411622ff36bfab1f7df938d4d5693dd]

        INTEGRATION: CWS impress57 (1.41.60); FILE MERGED 2005/07/27 12:24:23 af 1.41.60.1: #i51969# Reordering code in EndTextEdit() to always have valid undo manager.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4052e20d671218e625b4f9cda8997ada5dda3902]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:48 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9934a13cb885c5b58c72718d6f002dc4ea6c4bbb]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:46 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [029a10017dec9062a0d71ac4f1c250c2aec018d3]

        INTEGRATION: CWS impress57 (1.20.44); FILE MERGED 2005/05/27 10:55:08 af 1.20.44.1: #i47265# Forwarding the Activate() and Deactivate() calls to base class.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4048b6817087ee67e18d66e8baa47e9d1cea3ba8]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:52:43 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b820a179f763bb8d7627a1113f72f3c0ee94b97]

        INTEGRATION: CWS impress57 (1.4.22); FILE MERGED 2005/06/01 09:02:22 af 1.4.22.2: #i41306# Removed generation of debug output. 2005/05/25 16:10:46 af 1.4.22.1: #i43497# Fixed the ConnectToController() and DisconnectFromController() methods to properly handle failed connects.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [36b1175133747c7a2e13362d27b996dbbe8d31f7]

        INTEGRATION: CWS encup (1.3.92); FILE MERGED 2005/05/17 18:52:40 ihi 1.3.92.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [491cc8bfc36150d9956c9f6add984d3f0821b714]

        INTEGRATION: CWS impress57 (1.10.100); FILE MERGED 2005/07/20 08:33:17 af 1.10.100.2: RESYNC: (1.10-1.11); FILE MERGED 2005/06/07 16:08:41 af 1.10.100.1: #i44823# Remove background object before assigning a master page.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8461981855ff1006d20d28f29fbcd4e3da5094e0]

        INTEGRATION: CWS impress57 (1.6.66); FILE MERGED 2005/07/20 08:32:26 af 1.6.66.2: RESYNC: (1.6-1.7); FILE MERGED 2005/06/10 12:43:07 af 1.6.66.1: #i41224# Setting the help id at the TitledControl instead of its TitleBar child.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5aca70b2c9c4e9d4cebf95275179fae961d9bee3]

        INTEGRATION: CWS impress57 (1.4.68); FILE MERGED 2005/07/20 08:31:09 af 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/10 12:48:39 af 1.4.68.1: #i41224# Setting the help id at the TitledControl instead of its TitleBar child.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d06e8986159606ff56e72cb2fc2455b8a2a244bc]

        INTEGRATION: CWS impress57 (1.13.8); FILE MERGED 2005/07/27 12:11:38 af 1.13.8.1: #i52104# In CreateRequest() the ID_VAL_PAGENAME argument is left empty so that new page is named automatically.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fdd0378d3c940c10f2053a313543fa54d04fda3e]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:52:35 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [bcb6001e04b8c545a22aef44fe4e2d3cf3816939]

        INTEGRATION: CWS impress57 (1.12.64); FILE MERGED 2005/08/01 08:15:30 af 1.12.64.5: #i39866# Calls to SetZoom() are ignored. 2005/07/20 08:28:33 af 1.12.64.4: RESYNC: (1.12-1.14); FILE MERGED 2005/06/17 13:33:48 af 1.12.64.3: #i50909# Move the SelectedPage index of the FrameView into the valid range. 2005/06/01 08:44:19 af 1.12.64.2: #i41306# Added ImpGetUndoManager(). 2005/05/31 11:49:03 af 1.12.64.1: #i47538# Do not set 0 as value of SlidesPerRow at the FrameView.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1dcad1471907d93077da28c9e79460663b210d7f]

        INTEGRATION: CWS impress57 (1.2.340); FILE MERGED 2005/06/01 09:01:41 af 1.2.340.1: #i41306# Removed generation of debug output.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b464380108b9a31188dd073892743ac5138b836]

        INTEGRATION: CWS encup (1.2.106); FILE MERGED 2005/05/17 18:52:25 ihi 1.2.106.1: #i40603# de encoding conversation to UTF8

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6bd16c15a3d56a48a528c9acadf041003a3af562]

        INTEGRATION: CWS impress57 (1.5.44); FILE MERGED 2005/05/30 15:27:24 af 1.5.44.2: #i40631# Added ExecuteOrAcceptShapeDrop() method. 2005/05/27 09:43:40 af 1.5.44.1: #i49761# Added IsDropAccepted() method.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [61d59f45f7865f1eab0bda2c1e3139f663ad6aac]

        INTEGRATION: CWS impress57 (1.16.28); FILE MERGED 2005/06/01 09:17:31 af 1.16.28.4: #i49782# Fixed the renaming of slides and master pages. 2005/05/27 09:45:47 af 1.16.28.3: #i49761# Disbled copy-and-paste of master pages. 2005/05/26 09:16:01 af 1.16.28.2: #i39866# Removed support for zoom related slots SID_ATTR_ZOOM,SID_ZOOM_{IN,OUT,PREV,NEXT},SID_SIZE_{REAL,ALL,PAGE}. 2005/05/25 16:08:21 af 1.16.28.1: #i43497# Adapted the ShowSlideShow() method to properly use the PaneManager.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e325558da2e1b062b5c00cfb5ccf9f0b47d7c19e]

        INTEGRATION: CWS impress57 (1.21.2); FILE MERGED 2005/08/01 08:17:27 af 1.21.2.3: #i39866# Removed handling + and - keys. 2005/07/20 08:27:03 af 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED 2005/06/01 09:00:30 af 1.21.2.1: #i41306# Removed generation of debug output.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3437816e0a0ad17534255cafe6b9e733dc0f367f]

        INTEGRATION: CWS impress57 (1.12.42); FILE MERGED 2005/05/30 15:52:50 af 1.12.42.2: #i40631# Added support for drag-and-drop of shapes into the slide sorter. 2005/05/27 09:44:33 af 1.12.42.1: #i49761# Disbled copy-and-paste and drag-and-drop of master pages.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2a74d042adf689321cffe3b27fb6510162f4be0]

        INTEGRATION: CWS impress57 (1.18.42); FILE MERGED 2005/07/27 12:41:52 af 1.18.42.3: RESYNC: (1.20-1.21); FILE MERGED 2005/07/20 08:26:14 af 1.18.42.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/26 09:24:12 af 1.18.42.1: #i39866# Ignoring the COMMAND_WHEEL command.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [af9189429e3d18701c70f89aadc5dcdae01d042e]

        INTEGRATION: CWS impress57 (1.14.110); FILE MERGED 2005/06/01 08:43:12 af 1.14.110.1: #i41306# Made ImpGetUndoManager() virtual.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [4eb907899e9285185cb0bd99b83307e986e27f15]

        INTEGRATION: CWS impress57 (1.5.110); FILE MERGED 2005/07/20 08:24:03 af 1.5.110.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/01 08:41:33 af 1.5.110.1: i41306# Overloading ImpGetUndoManager().

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [01ccc4bb91dcdfb513c2f6908b0264fa1ec79801]

        INTEGRATION: CWS impress57 (1.44.50); FILE MERGED 2005/05/30 16:40:12 af 1.44.50.1: #i39260# Setting the AutoHScroll flag to TRUE for the LB_PAGE1_OPEN list box.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [df0780077ff0c2495666329a23612491fdead6e1]

        INTEGRATION: CWS impress57 (1.2.8); FILE MERGED 2005/07/26 15:41:06 af 1.2.8.1: #i52492# Removed call to ReleaseListeners from ~Implementation().

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1b6ccb03782c7437d7e43c6b2eb848ec2ab4e45]

        INTEGRATION: CWS impress57 (1.9.30); FILE MERGED 2005/05/26 08:58:16 af 1.9.30.1: #i39866# Removed zoom related slots SID_ATTR_ZOOM,SID_ZOOM_{IN,OUT,PREV,NEXT},SID_SIZE_{REAL,ALL,PAGE}.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2b3c5c39e36f3c286c572f3f4df282f2d10e231]

        INTEGRATION: CWS impress50 (1.8.36); FILE MERGED 2005/08/01 14:48:13 af 1.8.36.3: RESYNC: (1.8-1.10); FILE MERGED 2005/04/26 09:17:40 af 1.8.36.2: #i44827# Corrected the interpretation of the transition type in PaintFadeEffectIndicator. 2005/04/25 11:52:26 af 1.8.36.1: #i47879# Catching exceptions when rendering page objects.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [8180bf26c9b0b15ddf81d05f87d6f6be3c60a3d5]

        INTEGRATION: CWS impress50 (1.15.14); FILE MERGED 2005/08/01 14:42:07 af 1.15.14.2: RESYNC: (1.15-1.17); FILE MERGED 2005/04/25 15:06:28 af 1.15.14.1: #i47207# Fixed GetStatusBarState() to work correctly with empty, single, and multi selection.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dcfa77b5ef8b061a3f7d29ec4249650872cf1731]

        INTEGRATION: CWS impress50 (1.31.132); FILE MERGED 2005/08/01 14:32:07 af 1.31.132.2: RESYNC: (1.31-1.32); FILE MERGED 2005/04/25 13:55:32 af 1.31.132.1: #i47332# Casting verb to correct signed short int.

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [2327e80ebbfdf145bcf0d23f254a95547528ef28]

        INTEGRATION: CWS impress49 (1.18.10); FILE MERGED 2005/07/19 08:47:24 cl 1.18.10.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/20 13:19:58 cl 1.18.10.1: catch a potential crash in SlideSorterController::GetCtrlState

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [d959b2f2b9d726062fa576167e974bbf52bbde6e]

        INTEGRATION: CWS impress49 (1.31.110); FILE MERGED 2005/05/19 12:27:35 cl 1.31.110.1: #i44843# use safer dynamic_cast in SdOptionsPrintItem::operator==

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad0d4b7ea6508e481c885add0d8329f23e1acebc]

        INTEGRATION: CWS impress49 (1.20.104); FILE MERGED 2005/08/01 12:10:51 cl 1.20.104.3: #i45837# fixed html lists 2005/07/14 15:01:43 cl 1.20.104.2: #i45837# use LIFO not FIFO for html attributes 2005/04/22 17:16:55 cl 1.20.104.1: #i45837# patched export to be html 4.01 compliant

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [587fdfd0a03aa24b2531a65fdae27ffcd17b839c]

        INTEGRATION: CWS impress49 (1.1.2); FILE ADDED 2005/07/15 13:44:36 cl 1.1.2.1: new ms storage viewer helper app

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c703a2fda6b0dd536739b682749ed38d64db7af]

        INTEGRATION: CWS impress49 (1.1.2); FILE ADDED 2005/07/15 13:44:18 cl 1.1.2.1: new ms storage viewer helper app

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [126c363e11d2809b5d133ec51508e96d037da85b]

        INTEGRATION: CWS impress49 (1.1.2); FILE ADDED 2005/07/15 13:44:06 cl 1.1.2.1: new ms storage viewer helper app

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e34dd5c7c3fb9ed1ee02996cb2f0c92ec135e98b]

        INTEGRATION: CWS impress49 (1.1.2); FILE ADDED 2005/07/15 13:43:53 cl 1.1.2.1: new ms storage viewer helper app

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f3044b4ea734ab239dbafa81ef1de744aed8ee6]

        INTEGRATION: CWS impress49 (1.1.2); FILE ADDED 2005/07/15 13:43:41 cl 1.1.2.1: new ms storage viewer helper app

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [271a05ca7319d798c6270c3dc1de8f0edc597ad6]

        INTEGRATION: CWS impress49 (1.22.94); FILE MERGED 2005/04/26 11:45:29 cl 1.22.94.1: #i38575# fixed return value of filter() method

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5499961afb75243220a2fa71808b589dd1125650]

        INTEGRATION: CWS impress49 (1.3.172); FILE MERGED 2005/05/02 16:34:39 cl 1.3.172.1: #i39788# make ctl buttons visible by default

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [14dc549a1ef3f5fc7449c368d22447aec9b0ada3]

        INTEGRATION: CWS impress49 (1.3.172); FILE MERGED 2005/05/02 16:34:25 cl 1.3.172.1: #i39788# make ctl buttons visible by default

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [dc8ea63335fb1163d0ea759c0e1575b25f20ea22]

        INTEGRATION: CWS impress49 (1.70.80); FILE MERGED 2005/06/10 15:51:50 cl 1.70.80.2: #i41546# reworked after effects 2005/05/20 11:38:53 cl 1.70.80.1: #120379# check for disposed page when creating a xshape

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [05eb9e07db6a6953cf5ca7c508023cc4ce847ef3]

        INTEGRATION: CWS impress49 (1.3.442); FILE MERGED 2005/04/26 15:58:04 cl 1.3.442.1: #i47960# fixed queryDispatch() to always return a valid reference

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f41d396d6cf152f8ecfbdf9659906515ee7d7f2e]

        INTEGRATION: CWS impress49 (1.18.10); FILE MERGED 2005/07/19 08:46:50 cl 1.18.10.4: RESYNC: (1.20-1.21); FILE MERGED 2005/05/25 13:12:57 cl 1.18.10.3: #i38488# disable drawing layer animation on underlying view while slideshow 2005/05/18 11:21:22 cl 1.18.10.2: RESYNC: (1.18-1.20); FILE MERGED 2005/04/22 15:39:02 cl 1.18.10.1: #i46149# allow go to previous slide for slides with only one slide on end slide

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6606f6c21c808d2945f7386aac58b7373ad1a30d]

        INTEGRATION: CWS impress49 (1.6.252); FILE MERGED 2005/05/02 16:14:01 cl 1.6.252.1: #i34321# reenable editing master placeholder in slide view

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e567dec88f2448c1c6f7ae82c63b25de364e5e63]

        INTEGRATION: CWS impress49 (1.12.10); FILE MERGED 2005/06/10 15:51:41 cl 1.12.10.3: #i41546# reworked after effects 2005/05/19 13:29:31 cl 1.12.10.2: #i47309# normalize start and end for text selections 2005/05/19 11:40:52 cl 1.12.10.1: #i44633# ignore end text edit notifies when there is no text object

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e505f5f7787f55d91bba42ca4a13d24c88f7af7]

        INTEGRATION: CWS impress49 (1.2.172); FILE MERGED 2005/06/10 15:51:40 cl 1.2.172.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [35f50b2e4aa05caec1733d353aaf416de5a818e4]

        INTEGRATION: CWS impress49 (1.7.10); FILE MERGED 2005/06/10 15:51:40 cl 1.7.10.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [6d6aeabfbaf572680eb802d895a4ffcd433862db]

        INTEGRATION: CWS impress49 (1.6.32); FILE MERGED 2005/06/15 16:36:26 cl 1.6.32.2: #i41546# export after effect nodes on correct position, try 1 2005/06/10 15:51:31 cl 1.6.32.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f57bdad612d21351d7b95603667df5968da9eed3]

        INTEGRATION: CWS impress49 (1.3.10); FILE MERGED 2005/06/10 15:51:31 cl 1.3.10.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [e5447cec03d03e6e9c3caa51de23951169182de4]

        INTEGRATION: CWS impress49 (1.8.104); FILE MERGED 2005/04/22 17:16:55 cl 1.8.104.1: #i45837# patched export to be html 4.01 compliant

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb5e3147954683c71fbc47eab747b63355c3b101]

        INTEGRATION: CWS impress49 (1.3.82); FILE MERGED 2005/07/18 17:20:30 cl 1.3.82.3: #i41546# export after effect nodes with correct triggers and events, try 3 2005/07/15 13:42:13 cl 1.3.82.2: #i41546# export after effect nodes with correct triggers and events, try 2 2005/06/15 16:35:22 cl 1.3.82.1: #i41546# export after effect nodes on correct position, try 1

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [44465a64079ac3d791811c0d70cf5938c48b1837]

        INTEGRATION: CWS impress49 (1.4.38); FILE MERGED 2005/07/18 17:20:30 cl 1.4.38.3: #i41546# export after effect nodes with correct triggers and events, try 3 2005/07/15 13:42:12 cl 1.4.38.2: #i41546# export after effect nodes with correct triggers and events, try 2 2005/06/15 16:35:21 cl 1.4.38.1: #i41546# export after effect nodes on correct position, try 1

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [043d14c9e6a9c37aed37652ab47feb0b78d97e72]

        INTEGRATION: CWS impress49 (1.4.70); FILE MERGED 2005/05/19 11:31:07 cl 1.4.70.1: #i44633# added correct cloning of animations

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [80692160f8f672ca47ec7aad3b286c8b782055c3]

        INTEGRATION: CWS impress49 (1.7.10); FILE MERGED 2005/07/19 08:38:59 cl 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/19 11:31:06 cl 1.7.10.1: #i44633# added correct cloning of animations

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e3e96aeecd94a29e4cb5f109892835c5686dc27]

        INTEGRATION: CWS impress49 (1.24.38); FILE MERGED 2005/07/19 08:38:50 cl 1.24.38.5: RESYNC: (1.24-1.26); FILE MERGED 2005/06/01 10:39:37 cl 1.24.38.4: #i48799# restore user call after clone operation 2005/05/19 12:54:16 cl 1.24.38.3: #i48798# copy header&footer and anim settings for duplicated slides 2005/05/19 11:31:06 cl 1.24.38.2: #i44633# added correct cloning of animations 2005/05/18 13:21:10 cl 1.24.38.1: #i40637# remove empty presentation objects when importing impress slides into draw

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b1e56221730b64e75edf5f2987a8a1ec8fd83eb]

        INTEGRATION: CWS impress49 (1.37.10); FILE MERGED 2005/05/18 13:18:41 cl 1.37.10.1: #i40637# remove empty presentation objects when importing impress slides into draw

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [874c3258b0144536ca4646f9a245544ec77ad9db]

        INTEGRATION: CWS impress49 (1.3.32); FILE MERGED 2005/06/10 15:51:17 cl 1.3.32.2: #i41546# reworked after effects 2005/05/19 14:45:19 cl 1.3.32.1: #i48848# fixed some timing issues when importing old presentations

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [640726fda3470ffe14b7780dc1db515e1ca79e4f]

        INTEGRATION: CWS impress49 (1.9.32); FILE MERGED 2005/06/10 15:51:17 cl 1.9.32.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [9ab6e6e405fe93637167cbef44695b0f4f43dd91]

        INTEGRATION: CWS impress49 (1.22.82); FILE MERGED 2005/07/19 08:17:15 cl 1.22.82.3: RESYNC: (1.22-1.24); FILE MERGED 2005/05/19 11:30:14 cl 1.22.82.2: #i44633# added correct cloning of animations 2005/05/18 13:16:23 cl 1.22.82.1: #i40637# remove empty presentation objects when importing impress slides into draw

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [764ec723a1d2ee6ee1daeefd3737356414a9b5e1]

        INTEGRATION: CWS impress49 (1.2.172); FILE MERGED 2005/06/10 15:51:07 cl 1.2.172.1: #i41546# reworked after effects

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [b098483e2d4a81a3fe5aa003ba74a2fa6f19182b]

        INTEGRATION: CWS impress49 (1.7.32); FILE MERGED 2005/06/10 15:51:07 cl 1.7.32.2: #i41546# reworked after effects 2005/05/19 11:30:14 cl 1.7.32.1: #i44633# added correct cloning of animations

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [f45b5609c4062dab2d9fc388b527776f0f6a4833]

        INTEGRATION: CWS impress49 (1.11.46); FILE MERGED 2005/06/01 09:38:21 cl 1.11.46.2: RESYNC: (1.11-1.12); FILE MERGED 2005/04/22 16:02:53 cl 1.11.46.1: #i46045# fixed a copy'n'paste error where bMoveProtect should have been bSizeProtect

2005-09-23  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f5127680ca2bcd7ac86a31e58e5540cbf9a45eb]

        INTEGRATION: CWS impress49 (1.105.6); FILE MERGED 2005/08/02 15:17:32 cl 1.105.6.1: #i34321# load header&footer placeholder from handout page as presentation objects even if handout has no presentation styles

2005-09-23  Vladimir Glazounov  <vg@openoffice.org>  [75a57ede74052666bbafc0fd4d5e033d9d23ad13]

        new version for SRC680

2005-09-22  Rüdiger Timm  <rt@openoffice.org>  [cea5778c4bdb5f752bbecca1dec90c5ee7f6495f]

        Switch off full install sets again.

2005-09-16  Kurt Zenker  <kz@openoffice.org>  [99cd5b58284ed16a2c509c5e80a20573c398c5a3]

        #i54694# unzip removed

2005-09-14  Rüdiger Timm  <rt@openoffice.org>  [b276214af18c5d8d663e5530c52a25914517b9dd]

        #i10000# Full install sets for all languages.

2005-09-14  Rüdiger Timm  <rt@openoffice.org>  [6d4135f5a4aac05de7c32b2816c07b4f56bd2a4e]

        #i10000# Download sets for OpenOffice_wJRE

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [8b096242ffe5a837d85dc98768a4e324e34ca1b6]

        SRC680

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [a942fc01b1e0102731f58dbbdfe420728177a943]

        INTEGRATION: CWS swahilidict (1.2.106); FILE MERGED 2005/08/22 09:50:21 tl 1.2.106.1: #i53546# adding Swahili dictionary

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [cd87977aadd6eafa8ee85db5b9f30561b5ebe917]

        INTEGRATION: CWS swahilidict (1.1.2); FILE ADDED 2005/08/22 09:56:55 tl 1.1.2.1: #i53546# adding Swahili spellchecker dictionary

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [20f3aa129171b4831cdb7f1d3c7f5cd66b321c57]

        INTEGRATION: CWS swahilidict (1.1.2); FILE ADDED 2005/08/22 09:56:07 tl 1.1.2.1: #i53546# adding Swahili spellchecker dictionary

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [c4f613db72352d3b460681e9465a74abeffb6257]

        INTEGRATION: CWS swahilidict (1.1.2); FILE ADDED 2005/08/22 09:53:23 tl 1.1.2.1: #i53546# adding Swahili spellchecker dictionary

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [2eaf2ead63a06fb1d7e8995207856f3684e3152a]

        INTEGRATION: CWS swahilidict (1.1.2); FILE ADDED 2005/08/22 10:56:45 tl 1.1.2.2: #i53546# adding Swahili dictionary 2005/08/22 09:53:11 tl 1.1.2.1: #i53546# adding Swahili spellchecker dictionary

2005-09-14  Kurt Zenker  <kz@openoffice.org>  [3f075cd1b52b462dee8b2f1629f0ddaeaf256802]

        INTEGRATION: CWS swahilidict (1.1.2); FILE ADDED 2005/08/22 09:53:52 tl 1.1.2.1: #i53546# adding Swahili spellchecker dictionary

2005-09-14  Rüdiger Timm  <rt@openoffice.org>  [15e374192e916e18a70943870a2ad65b751b25dd]

        #i10000# Retry after 5 seconds?

2005-09-13  Martin Hollmichel  <mh@openoffice.org>  [a6231e5abdacf7a5868d6c2fd8f235cb4f087156]

        #i10000#, #54463#, change typos

2005-09-13  Kurt Zenker  <kz@openoffice.org>  [3c919fe00a6cb44393a58bb1935c3a36c37196da]

        INTEGRATION: CWS ause038 (1.137.12); FILE MERGED 2005/09/06 11:52:47 hjs 1.137.12.1: #i53699# remove unused library originating from module unzip

2005-09-13  Kurt Zenker  <kz@openoffice.org>  [68fed089043bfb3ed00033b8cc16e0926a416f0c]

        INTEGRATION: CWS ause038 (1.18.4); FILE MERGED 2005/09/06 11:48:26 hjs 1.18.4.1: #i53699# remove unzip from dependencies

2005-09-13  Kurt Zenker  <kz@openoffice.org>  [339512d030cc34f3e36e46992312c29b0783b33d]

        INTEGRATION: CWS mhu10 (1.135.6); FILE MERGED 2005/08/05 15:37:34 mhu 1.135.6.1: #i52956# #b6271301# Added style flag PATCH to gid_File_Lib_Store.

2005-09-13  Kurt Zenker  <kz@openoffice.org>  [29c4371a08118dd6fd5eadcc2b26681de70445f6]

        INTEGRATION: CWS mhu10 (1.4.10); FILE MERGED 2005/08/05 15:29:21 mhu 1.4.10.1: #i52956# #b6271301# Removed 'fcntl(...,F_SHARE,...)' workaround for SunOS <= 5.7 due to missing support in NFSv4.

2005-09-13  Rüdiger Timm  <rt@openoffice.org>  [e4d39dc6f228a3b642d6609f3ca6319ae0deec11]

        #i10000# util depends on source/java

2005-09-12  Vladimir Glazounov  <vg@openoffice.org>  [1c68933176d6bb37d95fb665e6c5065989e4e5dd]

        new version for COV680

2005-09-12  Rüdiger Timm  <rt@openoffice.org>  [4ec13368ea3b686bbb22ab86895b36e666a0bd09]

        #i54153# Fix multiprocess breakage

2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [7dfd4c46d468b7add834555278db2130ffe93b8f]

        new version for SRC680

2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [54b779a5374f77ea40130a8badd389bc9a4807da]

        new version for SRC680

2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [a0d8024f8d23d0b24f46513425e816e3c2fac1f8]

        new version for SRC680

2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [57016f14b07d6b25cd63fc1bb6c39608f4531936]

        new version for SRC680

2005-09-11  Vladimir Glazounov  <vg@openoffice.org>  [6f6bab72e563d83f209b52f2adabc3bd71ef121f]

        new version for SRC680

2005-09-10  Rüdiger Timm  <rt@openoffice.org>  [ffdd3ff2c92048cfa85b9552bff3c0f568de52f5]

        SRC680

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf7cba28dfe2489debb939fb80ad6769b9fa97c0]

        INTEGRATION: CWS ooo19126 (1.9.4); FILE MERGED 2005/09/07 09:49:16 obr 1.9.4.1: #i54306# no more SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13bca3b64b32e2fbe000b3e252ad6c34c4a5c2f6]

        INTEGRATION: CWS ooo19126 (1.6.44); FILE MERGED 2005/09/05 17:02:19 rt 1.6.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df0dade06145e71da7c45d33ba6b22edb80cceb4]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 17:02:19 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65f195d7c75afbb1514a72a992606da710c45a19]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:02:19 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16addc6bb93798f3a15be93ab3a459ce8e007ed0]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 11:50:54 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f81a16b656d448878f9734acdcc9521814fa29f]

        INTEGRATION: CWS ooo19126 (1.17.48); FILE MERGED 2005/09/05 17:02:18 rt 1.17.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0744285d4a397e3495fd8b4d6b980d36f34611ed]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 11:50:53 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e374f8e2c52e17a9a2d6422c2bebdc78e65e809]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:17 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19171c0aaff878ec157043cff25008e0c8f00990]

        INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 11:50:53 rt 1.6.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fe489d93364de72df092ec526d2413778bcbbd3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34b7524962d3f795cabb5cc8b4db0612f3031b02]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:02:17 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4549920f6bb2bc0a89bec91cdda316042440225b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:16 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd9ed6be964581d995dc03b17d95f242bd270d6c]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:50:44 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68ee88702995c68a9003cd2e581d9b38e5273bc7]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:02:16 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [119d7699abd8b4d8467ea27089c0ff075b5237d3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca332c98a260577c18035c1f0d30a74a061ce27d]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:02:15 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a32c2b623e12d1ee05b67223cb9ac2642142dec5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5979b87df273c3eafaacb0cdae2f2af16469da9f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:15 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5b4dc768db8b1a8e51295c31b92be73ff98643c]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:50:42 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48eedb8eef4746b9a500213ddcd6c87dca91e55e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e06a7572b256257c287771b0511beaffa0f3fd5]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:02:14 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f9731d43eeedf7a2fcaefaf24a672a69c569184]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ed12414293533c4f40132012f486c411bfa8800]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:14 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8345533eb6a0a4c2b9e63167da5522457c61f0fb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c0b192afe9a6a0b75ecdcb2f099ef0dec93c1b2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:13 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [313cd53646f9c52969c96877a15ae77fed9a81a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5efdf29b9f85548fcf7c1656b795bd72aa0effc]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:02:12 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b7c80509e99b0f6d7c12b1d75cb0dcfa0755e0c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:11 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [443c9c281772d2c4da02a3604c21dadc003afc0b]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:02:11 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d52e970529d1af33b939aa386eca7ed667cb0fbb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [817cb072193c1a02f303f500cc0f63f60bd69968]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:02:11 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f9350d9080452c65cff6b5b7a50265430fd0d0f]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:02:11 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11f11569c6dd0e70ce80d2a5cfb4e40847cd78d5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:10 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e76685ac2eb0355e5dd449e7d5e123fdfe78b84]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:50:37 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bc7e1d2f8b82eef14d8e76116a50e2ab502623b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1005f957acffe3d3097286ee34737768a2ef4df]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:02:10 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f50a74600a5fff1030d349129b080c3406fec327]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [021af5d3bc56eb1c953808708c0ca8ddc7c34451]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2ebef6b3dedc698dfadf647ef2d5852c273678c]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 17:02:09 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e7253132760d72c0e3f308c8786d7f338537530]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [015a1c1c425db3633e65a90c5b49870bc04c464a]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 17:02:08 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2501d879cb764ab8db6c297f7c2035ae6f83884]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 11:50:35 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ba6096ae026e3aa0777880deaf79f10ad1aa26b]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:02:08 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [100e74d503435bf73ae0c6bb2b4401d502b1b83d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f0d4f67815536d63eb0114742a8e034d2fe0501]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40895171b83d3b2f91ad3d9b55eb56b2eadf0c70]

        INTEGRATION: CWS ooo19126 (1.10.38); FILE MERGED 2005/09/05 17:02:07 rt 1.10.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1ef3b59fd4f96e56405dc1163f6e056e2041536]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58b862ba65223ced6dd2bb6a7887bb71cc1c1476]

        INTEGRATION: CWS ooo19126 (1.9.38); FILE MERGED 2005/09/05 17:02:07 rt 1.9.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2985ade0975b4574471522ab106a87e632ed4c6]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:02:07 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffb9f779398c5a7abee3f04f757a876a7779b2e0]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 17:02:07 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e77a5f666adce9b7e42e5f1c4e57185d313942a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a62dc786722a2accc6c49a83ff0995c358438b07]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:02:06 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ba9b033a1428c6fbcfb60c337c86edb758e9b45]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:50:32 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad70a4cbe94f7ff14922d746c280c521f54d1e22]

        INTEGRATION: CWS ooo19126 (1.8.38); FILE MERGED 2005/09/05 17:02:05 rt 1.8.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [132ad7e7961f3629a38751ad006fbab47c3b370f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8ee93b069d828a77e27f4f439e5b56b13c461a4]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:02:05 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bf527130811cb7dffb2257cbb7200f8d942a3dc]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:05 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da0fe2f5305791d8de9af66dae09f108cf2ce494]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbd12304e174e077d823a520eb732c71ed53bdba]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:02:04 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [361b87e85f25cd3c9ef6046037472ad2f58aa371]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:50:31 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4dc45bd9b67db2c51e0da0f764f8a0aab247f7e]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:02:04 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85c52e37454b758731dbe0eb9de03a1c572bb086]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d69284b5856f6c136985ee07106656f65b2014c]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:02:04 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bcf3eea06610525857b79b0a69759e8d8b9f20f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c4482c274cd7470ffc94bdd672cf266cc134787]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:02:03 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44cafa85fa4abe45610ab5ffa3da420fbe7d5900]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:02:03 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c7710f53f625e6bf045b1bf0e49f51bb821f0b8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:50:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95af585ed950532a90c679ae9bfb8432b82c9512]

        INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 17:02:03 rt 1.7.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25579d27d86bfc98d88052b7777f03bcf160ef97]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35e5ffb99c0b0b54008c62aa6d0301589885f20]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:03 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f022b7af885dd3bbaff40763a8d73b24f1cafda]

        INTEGRATION: CWS ooo19126 (1.14.38); FILE MERGED 2005/09/05 17:02:02 rt 1.14.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e8bfa4666c9101d6262e01105a76059ab06d92f]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:02:02 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0aa1cb1e1e6f22a3a7b3b19e8ff1ff9b3a90e8a8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f04051f86597c2db6bf516a3cbc207fec206540b]

        INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGED 2005/09/05 17:02:02 rt 1.12.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [446a886c07642a723158403f5df268e7f227f48e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [742320ce4ad62e28b15ea5e81a66084a7c5478ac]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 17:02:01 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5b671f97cb18e1450dff5f2072e7708ba31a932]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:02:01 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61d7d2931912a3eaf7c5bb6f2b44c8d5cb5daf85]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0b91d0e6d976604593bd08a48d5448a666c637e]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:02:00 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcc4bbfc0a377c417a785d3a57cbe7a3bb4202c1]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:02:00 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b79d2845e44f2a790510dc4eb9509d6f2ebc8021]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4589e2e6c901889c6399cfbf5fe475c3ff4de643]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:02:00 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d529f1c75e8050d43de8506053c9b7a27c8c3a4]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 11:50:26 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fb015c0f8b118041c242d26e8d65072696f729f]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:59 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f4318fc519e9876b3c2e535c305e71ddf91ab14]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e16887dd4978e358aaafe3219192da4136613e5]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:01:59 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12426b038edb2cd7dfb30c32dd3aad06089656a8]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:01:59 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc8ec224864e1b410a06fed185415acec6e156dd]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 17:01:59 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b0e73859d6f3cf6322a2941684057b5b0f9c708]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c5de684efde0b77b98c009989dd463b61999692]

        INTEGRATION: CWS ooo19126 (1.8.48); FILE MERGED 2005/09/05 17:01:58 rt 1.8.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1155ed8235629193f4dff90b526677bbd7f77016]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:57 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bca77dcdb74f8872ef71ff9a9f116a466980508f]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:57 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf8a3df9add75e7faaa5100f881cca5006f6d3b2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85339fd674247933b92182eab9b20874ae5a0255]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:01:56 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f07c52be9b00609eab8e85dd1ff0b517f291d87a]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 11:50:23 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7ca33f2a23105676261c1135a2ff0c0d77ee714]

        INTEGRATION: CWS ooo19126 (1.9.48); FILE MERGED 2005/09/05 17:01:56 rt 1.9.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffddf8909c91b451964bf919e4d67382feeaabe1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7efa0ca51fcef96997fb8e98fbc2bc1e088ea414]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:01:55 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b14bb5ea6266c893ac4cc8efe0bc5920128d0c6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7603a8ff2598deefc57f7bb2ba9ad45f1aa4b71d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:55 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd27c48f7bd4622554c33bd2edc6d53f8105ae2f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47c58a4eb0eb76039b2c2a6cdffeeb970b94ee99]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:54 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06e12f86f858df0495985d07df2e18ca73ec3ba4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23cba76576c8f7e4f5156a485129b67d94dfb722]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:53 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f23fe74bf7fd68d003388d2d4902527f902f7c3a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8544cf15cefb7a95cccbe93f97fae6e54bc22532]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:53 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbd04c06ec2060a07a86ed60d9c26d72b2866c42]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23adaf4ebb172938293b7ca19f84b445757157f1]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:01:53 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a742ea9f17ee86a3e0d6dc0a8526aad613f227d0]

        INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 17:01:53 rt 1.7.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [029aa1ff068956e1e5363e114ab690128b400794]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [035f779f348cde7f5864f2566ba34b45689cf10a]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:01:53 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6524309f11ee492abafcffd6b6c0dae7960c859c]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:01:52 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a4dbba02da787612f0237126024ab5a65203073]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aac166e642aef45de2647219b21a020a4b13e763]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:01:52 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3350039b0935dd9f413f3d4fa35dd28477f25fb2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2eac5c004ea1f6265fbb532d4a27cc99d20caa5]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:01:52 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5b2df68085f03f7accccfa11e2b5333ae666022]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6588bf11e543efa0b914c491c07528b6f2aad5fb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [915fae3dd10d956c9639b0518320e2e1dc67957e]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:01:51 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6ec59e5189a33837aa0b75fa7a75293ac68a139]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a88f2dd251f077aa069ef40941ea274f0daaf62d]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:01:51 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42a03248f94d4ced73d5707a7ae14c47e3d103b8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae1cb1bf28e03d10b29210a7a8cfa45140eaebab]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:01:50 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07086671b93e3c072b6afb907f406fb3855dbf81]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:01:50 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00769865d710b6e9c693673cfde2e25d0fbbc965]

        INTEGRATION: CWS ooo19126 (1.8.32); FILE MERGED 2005/09/05 17:01:50 rt 1.8.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7efb4e21ce08709b5254843df28ef9e9d242bf9b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab2247ae4ca65730d57b37c75c74c24f697a7846]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:01:50 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a123813418de16c8eea85a6ef0bee99cb3aa91b]

        INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGED 2005/09/05 17:01:49 rt 1.4.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [664124c82d3e708b7eb65423f55c27bc1a07827a]

        INTEGRATION: CWS ooo19126 (1.5.72); FILE MERGED 2005/09/05 17:01:49 rt 1.5.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ca4e8c3b7635003827762d9e90f67cee6957c6d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b78b1c9c2b382ef4406c82b3140d149fd35e6580]

        INTEGRATION: CWS ooo19126 (1.22.38); FILE MERGED 2005/09/05 17:01:49 rt 1.22.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d57ea7610c3e64aaf4f54ed9280e150f1b269bf]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:01:48 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cec6ed4b6e201ffe6ff11b28843390ddb686f3c2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc2bb40e68c1914d4e654dafb18345348f041fcf]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 17:01:48 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [214daece0a4b1204a911861fcd69c783ac4e908d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:47 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f789d04dde58e72065d6ad81ac3bb7629dcb55c]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:01:47 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1c3c8c8faf854ff8e864209cb1862826eacd9e1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a006e97f52736be38079e150630286c63ab18923]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:01:47 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0abf6a512abcf78b7b45ac041353810441b4f1fb]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:01:46 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba3aab263ad7b4334e937e27e3d0549fcbe9fbca]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:01:46 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b32af209b27f68f9d8d7e4ec46cb5c1fafd835c4]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:46 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e6d1b7664dfd3c0eda28717518da4caee2c75b9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a3505849c91c4f6d777470f0172fc08ea34c96d]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:01:45 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed3746dee42fc33b8cb960bc9a6af29534f0fb65]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:45 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d834d6148d2dfd65ff2b76f31723c0b1de4bc9e3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:50:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5cf9be42dadbe7355650e1c516e8a914f04ed44]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3c9471d68217103f3abfb178b6c829768b3acf3]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:44 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ece274efd30125b427628ee3817c17c8976091f7]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:01:44 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a692e2ea81788fa3c6c2697943fea1696fbe7387]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72d017860f536b502769a8aca7940ec118702518]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:01:44 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7259758d446425a20ed138d242e3d6c521b63c4]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:01:44 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c055256564bbd32d080093df396c927405d42a1f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d4e8bbbd9cffc47f3ccc49f717bb4f1a51133e9]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:01:43 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd08dc19abf04b31668a85ec7c9bea64045e62fc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b22cd808ad840e919aac7a857546af67667a3c79]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:43 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f007de8489ddbaacc3bcd98f0d9a7ac51a7333a]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:43 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a122d8f93a38a67d4f67c7065a0019231d97a9b]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:01:42 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5904f7f860f03cecafa634262d2cc81c23e11e69]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:42 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77c557f646df6274f7a4082debd3f1a41ec3b416]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:50:05 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e4fd3a7e356de530f87ada43b702142be98a3a1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9135ecc587d95539337b803c4e6b11a6c3722ff9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7157ae5cabc31bbc6d8995a66258a5f4f3f71ff5]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:01:42 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd4fae1a7dd38c443892722cc8ea9a023e341aa5]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:01:41 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [781bc05ac293d26d71bf6f89617a14207eaf578b]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:41 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1e3255335f02a5f156cff8208bdb47a32d96e9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b5f0fef61bd387bd67d682507d9ee1af227ac43]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:01:41 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74539959e81ca1539ea4dcec82eb674290a20796]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11f11d89e133b3663b6df83fd9a014e62ed1e097]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:41 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4947373fd5b4e72e393af4179479ba1fa0cb4ee]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e11b5a7de6c2deabdcc814688eab865af587144]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:01:40 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cd15ceb183513b479f74cee568aa150227b3fd5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:50:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6ce6d24e52db3a1c7923dc814d2d767fec883f6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [860db57bc634b62dc0c383dc591abaa35da24d49]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:01:40 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fc1c9d1b92c04c8c2bc3813bbb2d5660013c69e]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:01:39 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84f214d97da3851788eb6eb22fe0ef9048b980a9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cae8c97d334ec2d1abda289c275943db86d63e87]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:39 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [067544111a73a66269d3fb8943ac0aafcedff50e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [232b73e062bc726b806b29bef1c425544b1b0433]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4da512acac1f1c1e81d0f09f81564eb7cb9af53b]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 17:01:38 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cf81311cf71cf327b11eab6af94c52c53bf7d4a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0a4fec0e906ad4f94c790efecb8f3cc2e8bd5b7]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 17:01:38 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b21d4ea5029f5ca1457aa1b6e1a375daa1a6cdf9]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 17:01:37 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41892552812ca7eb0876864aa797ee2b9f5cc492]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02eb963634c02474ac941fb418d788f28077b064]

        INTEGRATION: CWS ooo19126 (1.23.44); FILE MERGED 2005/09/05 17:01:37 rt 1.23.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [685273bb11f30cdc99edc80984f63d29b161e005]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [badf3630071b3b1700d34a9480186c72c5974550]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:01:36 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da4fe212efbfff6dadc846c442d54e4e18b09d7f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [548dde5a5dafcf2ec10e19ed8407964c71d2d220]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:01:35 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [569c624edd2c14a36eeabf59a70e201b4b1d9ec8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:52 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29dc5a024cd52ca18b92461ac8245c6b15ccd3c1]

        INTEGRATION: CWS ooo19126 (1.20.38); FILE MERGED 2005/09/05 17:01:35 rt 1.20.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcd9f2b77f04d7f15290345f3709e6f3bfc007bf]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce66a60b8cce99980357530c64dda0cc1f38325c]

        INTEGRATION: CWS ooo19126 (1.13.52); FILE MERGED 2005/09/05 17:01:35 rt 1.13.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fa171a0472d0569b88138c3dd6431edfcb104b2]

        INTEGRATION: CWS ooo19126 (1.8.68); FILE MERGED 2005/09/05 17:01:35 rt 1.8.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09c91996af20938dc2d327505830886b14212dbb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c14e73055585a83268a3df60cc9b096f954a1ce]

        INTEGRATION: CWS ooo19126 (1.18.48); FILE MERGED 2005/09/05 17:01:34 rt 1.18.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [107bf88084a489f0b6e56ea1eb3a65f6c3232c2d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [993281e1052d0f2af47e3c929320c76ad5b83162]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 17:01:34 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f225442d5df6bb14b7f8c2aa0be9c5605daa19e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fbf60c1012e4c84492a77fd7a753c3432fdcdeb]

        INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 17:01:34 rt 1.7.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [330d89669f195521d3484ef1b39b92e088e91ce5]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:33 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50c75850939df844642a9d82d6fb5eafaf3dd8c5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [477c72396e3c87cda859b8236d067b44e43f8ae6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:33 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c313d6f51c771105dbf3257c2937c8aa8784836c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5653406b396f47c290f52f0f0c09d9b4a689793]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df5def9db3e0a83ba76e4a4f365e33ae046954e3]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 17:01:32 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ed4744fd419de7985befabbeda6925fc2c51d62]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf244da1b896c036a8685d85865d36f3655c07e3]

        INTEGRATION: CWS ooo19126 (1.21.38); FILE MERGED 2005/09/05 17:01:32 rt 1.21.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9194aa1d0d146368f23c5e7e23c15663e193f268]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6888b60f23097100a80ca3abd142be63a0e07c17]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 17:01:31 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed45384487ffa57128833dc5ceaba8c32c01d9a1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b7865c382594749791b87422309164feeade560]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:01:31 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e92504536a66a7e6acf7321c3a8aecf766df0b61]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:49:09 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c86a1d2ff121ea2865ee1465ffb3cb59ced83aac]

        INTEGRATION: CWS ooo19126 (1.1.1.1.86); FILE MERGED 2005/09/05 17:01:31 rt 1.1.1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [733b7795a9bf238a92e757982abaab58732d283f]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:01:30 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d13d51d14c99bc9ed57e370cc1b954ceeece5812]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 17:01:30 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7e52839e230459b93947432c51d13e9954d335e]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:01:30 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fafcdb964003443879f5ba4dc359b3df83c6a92]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:01:30 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfc82a32adb0d893b2456d496f315d6411f1d970]

        INTEGRATION: CWS ooo19126 (1.6.52); FILE MERGED 2005/09/05 17:01:30 rt 1.6.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ce4694eaf9090e0e1d140af2dc7d86171b81b4e]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:01:30 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e74c2fa7f513922fa41d912271cdecdd81083d01]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 17:01:29 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a6ba863c3ebc1561903b7bb8b669287ddc8f086]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:01:29 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52de6243f9eeec2b12068c00a604224357d1a0e8]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:01:29 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5aa114f3271607e3c094d30f3c08532ba5f4bda7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:49:09 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c551b5c8f0a65ce792babbf2e6de7e591552503]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55d686ef17ad2d0f1e7318c992d8ab2344b7d659]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7732127f06d3cd2095e72906331f50d2417243a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f543101936a6cb174bd2c00f7072c624eee868d]

        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>  [4f63ac507835eef6b8731ec6c700e85b92c2d92c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b78ced53bf950ab669f3d11d80647b33ed4b912]

        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>  [c8467fd15e2def66caa967593218ccc5916b331d]

        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>  [dce5aba8228e9d2a0b3e4a811af4d84b12f813f0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3ed81584a3bbd1e17963ea9fa0f54a1c79806b4]

        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>  [0ada0e91a28f47156726df6ee7ad6a00e0484f5e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [221ba1899146329a107eb0f894d213ceee176d78]

        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>  [a8a8e4d6d723119c3fb4dfaad999de709043527a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74baa347b8e38824cb1cfbbaeeb0629f7b3f86d8]

        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>  [455d83fab2cae15f2a72791b7f856d449b4069f0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e85ad137d4d78bd396b5be1c228bf368af5b4f8c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:49:03 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97d337cf82e2058c90034eeee5eaa7b7ecf95975]

        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>  [524b6013264a36ce36f051456c020bbeca86fd98]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db3454b77e65250666bc367c6fe7ff881318e0fc]

        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>  [f6ba3ddd80253b67d2b83592b288b4d9f9d4ea80]

        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>  [5f832484210b5fe72409639ae109ad9df279a7d5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcf72fcfb9662b745ab7314d75ba97178220b05d]

        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>  [f17fdbafb9e83b9aa00299ae7cf970a2bd16a843]

        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>  [879545e2548451fdb6f19cf240508732d9dab9e2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:49:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fab7cd0b4e96dc89a151c6e6f21db96f9fb8e82d]

        INTEGRATION: CWS ooo19126 (1.4.150); FILE MERGED 2005/09/05 14:08:04 rt 1.4.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a7e1703aaa40d6c64acda621317cfe4666b8490]

        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>  [036450fb1bfcd13a7341b50d7b69e82e9a65d612]

        INTEGRATION: CWS ooo19126 (1.5.150); FILE MERGED 2005/09/05 14:08:03 rt 1.5.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5483f14a5609b6709b167f5dc63ae5ab647d87e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:49:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [300c191021945d18652a07832370346594bf60af]

        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>  [10d62de43d46185409ac5bc2d272a485df5efc4c]

        INTEGRATION: CWS ooo19126 (1.15.56); FILE MERGED 2005/09/05 14:08:03 rt 1.15.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76ecd74e7e41dadc8e857c70c3fcca6cbb02ffce]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [744f3f0d8e06e73fd2ab7f9e5ad563f9eb8d6c17]

        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>  [be497f893dd4dd16f97c109e22e8cdadf271a16d]

        INTEGRATION: CWS ooo19126 (1.4.150); FILE MERGED 2005/09/05 14:08:03 rt 1.4.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e267b9ed77be815441a2472e94836c1de05f3933]

        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>  [a600e12b56d658fc5f0091308a329f95abc56ca5]

        INTEGRATION: CWS ooo19126 (1.5.150); FILE MERGED 2005/09/05 14:08:02 rt 1.5.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba9011920539d2531587f2083566ad305d2a6392]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c2507f712b75417658c35a4827f5b30022fa070]

        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>  [faff2455a5cca41d0ca937bf1aa727f65bafac1a]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:08:02 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d671e3031886eeddbe8c65398703a62e5d94285]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b9a9d0b119a2c3fc71e2acbd483c82d6f50508e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6c6f2524041f124ddf803f60ff5d0ed3f690676]

        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>  [326fde9abba84f106cb6605c53e5d766cf621cc3]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:08:02 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [479887fad8f8121edaf6e66386488e1667d297f1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee70b12ffcef26445eb21d34d7eec74c4f6044ba]

        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>  [98525e04095d2bad005007a097187985c997505c]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:08:01 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a778ff256fb7ac41d6c91cd39e3ff448d1611948]

        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>  [f1c4ce951dabecb3bce6cd33760fe28beb1ba622]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2eeb68759ca34023075f8d9ad6b8f1b8e6d9403]

        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>  [1a471ed495bcc35ad15a846b42ac72474f0eefa4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57f6e38f1bb46994add51ab362d318a224305be3]

        INTEGRATION: CWS ooo19126 (1.3.150); FILE MERGED 2005/09/05 14:08:01 rt 1.3.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d98d16d541c33ed81780fafd8d945cbeeff4b1b]

        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>  [1e245646807ebbe18b67277ae4e890abef392e2f]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:08:00 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [798556e9497922f4fff188959376452d3d879265]

        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>  [c45c0cc3725c642564bdd1e94cff97b0512f88d2]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:08:00 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b43e8ec149344d828a8d8baa50ee07a220effade]

        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>  [92ed3dbc16f0aad0d778f481ef3ea99fae408cb9]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:48:54 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7bcb6dcbf4bc9d7b4fae7f800d93e8141fdc647]

        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>  [6f9aa19050a1edb89ce2e86ee2a74db1df698bad]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edb99d9a8ba171aac3fc04a9e2df3e57ca905c26]

        INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 14:07:59 rt 1.4.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb03ab2a29ecc252e12ef15109685af22e5516a1]

        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>  [d1e9b1419e3bf03f474e8d219eb4f7188d8fd79b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c37697cd48ee63028b6a9a636d25b32ed5cd0d91]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 14:07:59 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cc4a207afb2d47f0bd8efece8e7d2aa05dd72ba]

        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>  [27810cdbc9584e19f66caab7a4b7c8b0d000893a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:52 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a91bcaa2f8321c6defaa17bc00f55da3ddc19b7]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:07:59 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d7347010178b366e1cd8ec34125eb212b756f3a]

        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>  [f6b6773c707a67003facdd5218b5eb114d5adc38]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:59 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4be7d7e7821794804348ba46a12e7b0c02e5f3f7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70cf4992a1891eb372bfda32f19e1435bec5bdd1]

        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>  [4cfde603630e093724b1946262352faa27fda3e2]

        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>  [3262426b4dc05d2c820d5f14f86478c82a13a22e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8279af374ae32f73cdb6c71620cd196326ab0d9d]

        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>  [2fe5da3702e0f32e464e91313d9774a679880c80]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:07:58 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c3d8999f69b17ef620788cbcefb25c2a9ad3c32]

        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>  [ed12f06d1221edb4bdb6245141531c3a634abcbd]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:58 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a5de37174abfb70b53dd88306673fc31b6960f3]

        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>  [4c9361f5dbde6f86845934bc970614c6d44cacb7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:50 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b26de4eafa68354bd85aac2f539d6e4af68b37c]

        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>  [721f756fb679b9892daf479f25f8ae09c9b316e0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4df24d35c6860b9233da889bb7ce02650ff36e4c]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:58 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72f0ab91ed49ac1c80d8a34810f6742b5192d33d]

        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>  [d107ff7db0684710e7dbe7ae9e7e2e35d1e231ec]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:07:57 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45d3ceb95dd9901b1960d9d01f226f89c9a7f8d1]

        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>  [1bdab7ff2d5bcff86246f91f55ee595490291c0b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:49 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7c4d372d0147eed3f4de440397205ac35a7322e]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:07:57 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [398b87b066b2721658bfff9a5782f2f9cd477895]

        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>  [f7a8ab5e22e621fd0836e69003bbb743dd83c8c9]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:57 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da21cda76f3b6f4d698ee6f9ca52fb1abc3b722d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ec06040c6d40ac1d65dc0f1d21210916b076420]

        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>  [9b584e8a96593c9cf4676cbef298e5b8d02017ae]

        INTEGRATION: CWS ooo19126 (1.12.150); FILE MERGED 2005/09/05 14:07:57 rt 1.12.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18751b11c7212f861002d114f3830ab577e284b8]

        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>  [bc803e5764434ae991cdff68a830766f0b561ed4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd89822ec41187feddd5c9a03451bc02928d8d56]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:56 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0559e446c055978d1712bfee9fc5a4617caa306]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58285d89b418863e52edcbfb722f213750ae28e0]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 14:07:56 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85ad31f95e648a2950e690a614b9286defcf0d56]

        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>  [0eecab4714235a2c2bd2e36da083b96805779bbe]

        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>  [c2a7c31091c9cfd16db7bd23f8a941c042d2ede1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c54469bf8e979800d4d4ebe15c878dc00d8cb01]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:56 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [491bedc045dd965c08659e36d556622f76412667]

        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>  [330de719a42c475cd4c902e4f71a028c55f0221f]

        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>  [f7c26de0c01d38a7ea6c9a070338a82da1e7be0f]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:55 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1001b1041e72ae071399f5af3e7fb85c10ca30df]

        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>  [0b1dc1aad07015682f77193c3e4227e7408e769f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:45 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02bb090abe257d1479c3ac91924d184c4a282dc0]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:55 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3dd346b7534829208c3a614fc585b3edf1cb5a50]

        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>  [974c4e96115ddfda9d14d80278217749b693225f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c49eb4815d115f72bcc954a4fd06bb4b93265b02]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:55 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af1d358318865ee746368b1b702e01ed7cbb8c08]

        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>  [a5f53c23b945a7b3a80cf826c653c23688c6f37f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12e03d6d4b445909f526a64b161bb88e4d8156f3]

        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>  [fbbc48a27b4344f0f1d005207c944da82250df40]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:54 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2824b12da58400ead722375a4a6c01fd278f799d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:44 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26e15d84f56b2ce5577cf90ae09911cb7f873b4e]

        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>  [50daabc5890bf7788595d6c93e199abf5bcc78aa]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:54 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72a786552cd6732a361542fca586dd0fbd7969f9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53101ed8dc9238a28fc8de857dc86bc019b14957]

        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>  [aecbf2929559a2744e26c8c0133327f24c867b29]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 14:07:54 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3575d8278a478c85fc703e140363ca359bc5f914]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47d78a34e417eddf52a0e30e091088e9e5e31378]

        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>  [2671dfc1a1423437591b7b64a9a68b30a1e1224a]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:53 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4243968dd04ea0c9a28d91a07e2cbfd4b201fd0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67e8c9f54a3cf1769535623a803cf31b4e55bd0b]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:53 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e69753f58e31219f5401f6b49522552f015e97cb]

        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>  [c02f882fb306848e1e360f6ad12914e65554ba37]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:42 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49dde82db8383fb770bb142f25b1c636c78296f7]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:53 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d108b9ed26064c5abae9089c47af0b4299cc8409]

        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>  [dd6f1cc15722dcd2f9cf1e5dafea64e3e8302598]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3851a955ac55204a00b86a462e536063edbbfa6b]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:07:52 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [058bd50509e345fef6fdd2180346a9ff19b6862e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b90ab67fc113033cf0a9e1727333ba0b87d69002]

        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>  [078558d00ff01b58baa0a68fdc8c38e6505d0f35]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:52 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a99fa2a3db7075f8ed84a514f1da4dfa7e5e703]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03f7beebee276c6123dc11b87eb606d52e854b02]

        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>  [dd8c90c81801f0536bf478761744b94f32692b3e]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:51 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec4dfa180b0afc6419bb75748503a803ad4104ad]

        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>  [13ff4990df9e56d7ae6552f188d1e46afc2a6148]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a26443788883306451c1277b2367fd469d2900b]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:07:51 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5aa27e7851a27ae25f7505d87a759d0ef67c5e4d]

        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>  [c7f8ce6dbed3bfdcd5686d71abc7a606e0ba316f]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:50 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e8ce26b5b5c36bf71fd480d31df2d7876e39490]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:40 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63e8bc447b17a42f2364168985fb152ce2e21ec4]

        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>  [c600bfe137c2c9599a34f0236f108817ed71c80e]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:50 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdc1cc1c56cf326e8e63b702fcea02c678f09f1a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f098fdd1ac196f78b3af23728b5a45dbe454498e]

        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>  [5a8d45f8a1a78af08274da8ed3f9fc41716dc39a]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:50 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a313c926f7dc19b79dd7806f466b3d2fa1232ac]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:39 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [183ff376029f913eed905ff8cb5d631be98b3f77]

        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>  [8f8352eadbbdf9ded2540189554108408037186b]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:50 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [399ab0c6c048b76f98a89b4659ebb2d8f5e3e649]

        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>  [9a737edf1e5e3a5fb4dd57fa48b07c1809dc3ea6]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:49 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99dc04e5d7238a2715b431075ccb1b308f4694ca]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60689fa57e0dcafa87fc21f6ea03fdacd68fa13c]

        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>  [e448e26db3fad51b04e9bbd07b0c1df415c3f48f]

        INTEGRATION: CWS ooo19126 (1.3.150); FILE MERGED 2005/09/05 14:07:49 rt 1.3.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39f71388ac703e44819f730898e2ade452fc728e]

        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>  [3f2285f085dd5583843663cc0158103240a981aa]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95796c02b11b31926b75800cece277dcb9cc2314]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:49 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ef71170a605d51c6f91b69b1986db0e5863f7cd]

        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>  [da0057015bfe2521362be509abf7a94d7388c06e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [291d4e439368086c9d1a6b82d96d0cdbf88d6727]

        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>  [95a9cd4599be0d9b27ebc7b984581075e1045341]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:48 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [500afc4edfbeca7667cf521e582bed8a76d11df1]

        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>  [0163d05a0f9f32b45303e55f3d27f4934438f7a1]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:48 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b419147ee73f9e88b59f493893dbdd44868bdebd]

        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>  [755788e1abbb9ec9eaed62b5f139a534cf43ed5a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab3cb6ca97b29f8a93db7fa62eb546dddb2adcaf]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:47 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5677384de39e0078900b07298c2bca56ecd8ba03]

        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>  [053a7f5c473def2f0caebfeffeb1c309725b1c0f]

        INTEGRATION: CWS ooo19126 (1.10.150); FILE MERGED 2005/09/05 14:07:45 rt 1.10.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b22212ceef368e4d9cd3a5679c9fea598b4ee8c]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:48:36 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dc8bb264053d7ea70ceb52bcce404d83b7597a5]

        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>  [d0f631803646b6561b464ba9f0b8a523e45ad1a4]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:07:45 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9214c8486c821cd073a1ce5a21ee8d622ce2196]

        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>  [c38b54727940b1abbc09ea9fcc0597dba541bf4c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:35 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23d34e887bd6843127159dc700d11922302c1aa5]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:45 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [631cce991df633bb626fc3d27a7330831b92f6d9]

        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>  [95e4f0047054382cdd2c80251dbc2e32d2e6e4b9]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:48:35 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97085f9753b99b57dafebaf4e60bef8efbc90987]

        INTEGRATION: CWS ooo19126 (1.17.16); FILE MERGED 2005/09/05 14:07:45 rt 1.17.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7b1ee7527cf916922e3fab2f1c220316d0cfbc4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [419b5ebb236c209b94bb6f9ceeb85bb752662cdb]

        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>  [05bf4e7f3dff98942ef09bbafd931c63b722b181]

        INTEGRATION: CWS ooo19126 (1.14.16); FILE MERGED 2005/09/05 14:07:44 rt 1.14.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbf9febd390a27b87275fb9e229e9b36d307f94e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fe5e86336b20edd79965b9eb499723eeea1225d]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:07:44 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69780062a713d6b53dc1573fd543664df664c3e2]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [322131884a891afc0a4f0faf289f82fbdd96d3d4]

        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>  [9b305d4171932659af96a7465df534ad08ea6ad8]

        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>  [ecfdb2f715cf9ed7006f891410a011bf044e1cfb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84714c9d57723f863502e5879807c65674171e07]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:43 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bf2ac6a55cd512ed3ab0bb00e56daf39a373a5d]

        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>  [319e8f02733a8bc7274bc56ab917acf27cd09d37]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 14:07:43 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c24dfc1324de2ed9bd5ca64167408562a281eab]

        INTEGRATION: CWS ooo19126 (1.13.16); FILE MERGED 2005/09/05 14:07:43 rt 1.13.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [425428297dbed433ffbbf9f7b0c9d9f6ed43a660]

        INTEGRATION: CWS ooo19126 (1.16.118); FILE MERGED 2005/09/05 18:45:44 rt 1.16.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da7b206b62cbaed246574ac1500f0464c137ebe5]

        INTEGRATION: CWS ooo19126 (1.6.22); FILE MERGED 2005/09/05 11:48:32 rt 1.6.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c04b455579bb96843b8ec1fcc317b3b6990bddc7]

        INTEGRATION: CWS ooo19126 (1.9.18); FILE MERGED 2005/09/05 14:07:42 rt 1.9.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a92c6e2f528cee5ae835800aeb5d3e10964be8c]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:45:44 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da1824da64425ed9e02ee66be7de103d1bdb4d98]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bea175cf6ecc1b5bd58cdba45e7a28f474856ae]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:42 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adfacdee169dc3145d2bf0c69c2fc2d7d0a3bf87]

        INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 18:45:44 rt 1.2.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [366cc58a41f5be74b6f3bcb0ca5f3606b0dafd4d]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:42 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [188899f97ce67be51c3040748c072dcf624f5056]

        INTEGRATION: CWS ooo19126 (1.3.272); FILE MERGED 2005/09/05 18:45:44 rt 1.3.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b2200f206153efc5dbdd50b7e6f91e801950c3a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ae90efcec26cffb4b1c2c49c59c57f76a61607e]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:41 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7834e0acb80b1c69b0e610063975baf879bc47b]

        INTEGRATION: CWS ooo19126 (1.1.278); FILE MERGED 2005/09/05 18:45:43 rt 1.1.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6966ced00e6f0cf175524e9d5e2d8c3529a6cf74]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:31 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42436c65371c59918a5d28e9d2796dd78fc85e16]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:43 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a86ca73269295374dd9645959610d29062bdbc58]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:30 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [227dbfc91671622efa343f41f8d36494c2881d76]

        INTEGRATION: CWS ooo19126 (1.1.278); FILE MERGED 2005/09/05 18:45:42 rt 1.1.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b1af4c985a00e023459b7bc72e60fbae93277c1]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:48:30 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1306fe998004cab7d37ea9577462d78d9495b9b]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:41 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c4a277894569823261bbad7df1838e1dcc92967]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d71f0debc58a93bd3f112fbcbb3e44e96a79a19e]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 14:07:41 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82857b92fd8a1e6932bb9050bc29560b013e679a]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:42 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d16fee96925ef4c6fb7bcf7fd852fe288e191d9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:29 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b603f87b9b4fcc0010f8d39e2df423afc8750e0]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:40 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d5f49eee847cd6b9d24f2157ecb03b9a15df668]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15a52e2a4b1e091aa9c7aa8b961d1669034f5175]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:41 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4905b337b5f487402a30c43ff590188ed6429d7e]

        INTEGRATION: CWS ooo19126 (1.1.148); FILE MERGED 2005/09/05 18:40:27 rt 1.1.148.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4f657306e2bbb4b6ab0769c29f89b41e627cb85]

        INTEGRATION: CWS ooo19126 (1.1.278); FILE MERGED 2005/09/05 18:45:41 rt 1.1.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07d26bbb95751041e3309d70d68e69cb144d483b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c88909ca944171bcf8ce4eef59103f0468bfc51e]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:39 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eec944914880a519d071bb81882a27fc175ae1d5]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 18:40:27 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [173ff0f26e2978d77bfa5e8dc27962c9dabe6e5d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:27 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e10f1d9f3f1412156665a3115af6d835b40296d8]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:39 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31b303bbf3f8222126c4f9b52fd8804ae6d29277]

        INTEGRATION: CWS ooo19126 (1.5.134); FILE MERGED 2005/09/05 18:40:26 rt 1.5.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fb04922be24225ec3d420b5d690fa10e13aa0df]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:40 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68c00260e39b7ceb03e0290f607db1502cb87e30]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f63e584a6f0718e6c61739cffd001dcd3558b5cf]

        INTEGRATION: CWS ooo19126 (1.17.52); FILE MERGED 2005/09/05 18:40:26 rt 1.17.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c773af03a279c00799312c28175ee6842afedd2a]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:48:26 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cb6069a06f9922ae5effdde62f70e51e8a2e3c2]

        INTEGRATION: CWS ooo19126 (1.7.10); FILE MERGED 2005/09/05 18:40:25 rt 1.7.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0d1bc6e201918846927cb253bf137d4c6c2c7ea]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:39 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a8402fb5b7f673519190cb835cc4ea526e8620c]

        INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 18:45:40 rt 1.4.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55eb967d67aae9dbc53d3f6a1d6aa72914db92fa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f05dba68a5aad27706177412ba9fa526afc3a72]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 18:40:25 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8e99aa9199751e77cdac8791da4ec28c3414fec]

        INTEGRATION: CWS ooo19126 (1.3.278); FILE MERGED 2005/09/05 18:45:39 rt 1.3.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c7727ff5c46ff96dc6ef18d3fc82ce6743b3049]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:38 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [843747ffa89220b503b3d6f607de62790c3af032]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:40:25 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c77e0f5054aefea279fdb823e1a3cf8d22253661]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f9c31f2ec188e8f9522f10c2a77e6cf5a21d8f4]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:38 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3956a8e41cc9cde115dfa750c7f8f060b5869fe2]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 18:40:24 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c43ee526a1734ae37c67bb9e16b919c6a8c027c]

        INTEGRATION: CWS ooo19126 (1.7.68); FILE MERGED 2005/09/05 18:45:39 rt 1.7.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [393608c59895591832a4ceb2d1559c9894db770f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [267c5ba8d9fba71ca1d74ce402d7cce87651f270]

        INTEGRATION: CWS ooo19126 (1.10.10); FILE MERGED 2005/09/05 18:40:24 rt 1.10.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03911b2fb665d01559014c14cbf33bb8e9af7844]

        INTEGRATION: CWS ooo19126 (1.15.260); FILE MERGED 2005/09/05 18:45:39 rt 1.15.260.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b71e26b0930836b48683eec0baea87c4a220abfa]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:48:23 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efec4becc0ce4e5f0c78d5a1d0300f6305c8302a]

        INTEGRATION: CWS ooo19126 (1.9.8); FILE MERGED 2005/09/05 18:40:24 rt 1.9.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0943df3ecda5eecd5a8f3d013128353785319e8]

        INTEGRATION: CWS ooo19126 (1.5.278); FILE MERGED 2005/09/05 18:45:39 rt 1.5.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c346fc5da751147f0da4eaf7bd95b62662888164]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d250148a410d260e1e6d1be2c650bb99f384362]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:37 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [745aee9d027083d36c46d7ba0da055174aa92707]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:40:23 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9eab727682b3948ba1965a47f75035d891bc03c3]

        INTEGRATION: CWS ooo19126 (1.12.68); FILE MERGED 2005/09/05 18:45:39 rt 1.12.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6effd12e40fea3c90c6914f90de6b5094ff1f5a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21eab2d319b27263667e7dfb5e3ae3e8fadfc3ed]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:37 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08bf7297398de65402b260a46e2cad3724102f67]

        INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 18:40:23 rt 1.6.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da2c555edd5c28038ad2e27af89eabbc31c99270]

        INTEGRATION: CWS ooo19126 (1.17.20); FILE MERGED 2005/09/05 18:45:38 rt 1.17.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1645a3e9c915a851194ec54b912adf4d7978352]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ea5ecb6e6affa00471d355cc7bc52150abf5031]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:37 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7801379ac5904dafc1d977b181b6b3c35e3f8cb1]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 18:40:23 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14f5acd80418a9714217bb0193780bd26448ec9b]

        INTEGRATION: CWS ooo19126 (1.18.80); FILE MERGED 2005/09/05 18:45:38 rt 1.18.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21d23fd3540ed02d5c501e6b4a469c1639b859c7]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 18:40:22 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98cb64b1088b365528ea3951ecacb5b127a1170d]

        INTEGRATION: CWS ooo19126 (1.47.24); FILE MERGED 2005/09/05 18:45:38 rt 1.47.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b908e8ec5913dfe9d82a67d977e45574635c21e3]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:48:21 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a33376e4f5271f01391cabc54b4ccc822359dba8]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:37 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3124e4acaddba9ae37275c7697537974443fe37e]

        INTEGRATION: CWS ooo19126 (1.23.32); FILE MERGED 2005/09/05 18:45:38 rt 1.23.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28cdea7f2e070401615ce421aa5471ec24e90de5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9ad3d561e5017429c6485ec1492bb680252e042]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:36 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [932043c428ab2e197c6b56671d4ddbfe29d4e538]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 18:45:37 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcc63d1ec74957af62186bba95a6be343d050abf]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 18:45:37 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f883c678c268dfd017e75d43aea04e06e9f04bd1]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:48:19 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7de74764628994ac872a8e1f5d71055b452c526]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:36 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4756ea163e6e305c66b6b8dbd8aabcbf244f8e8c]

        INTEGRATION: CWS ooo19126 (1.30.6); FILE MERGED 2005/09/05 18:40:21 rt 1.30.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc639ac95aae5105869d7b79810fb2dc6461d071]

        INTEGRATION: CWS ooo19126 (1.1.282); FILE MERGED 2005/09/05 18:45:37 rt 1.1.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [679106cc71b4ed07bd79a0fd657744e8eeaf5dd1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b76d7972f132b7fb08751f0ae890a82974758c01]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:36 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a6765ef05bae539c41babf1f9a52c2621fdd5c2]

        INTEGRATION: CWS ooo19126 (1.33.6); FILE MERGED 2005/09/05 18:40:21 rt 1.33.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5acbc5daabdcdff96e7a66962f67c536677cf739]

        INTEGRATION: CWS ooo19126 (1.8.254); FILE MERGED 2005/09/05 18:45:37 rt 1.8.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f1b4b719f02e3adc5a95923b0fc3e0791b2fccd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [715eaaec70a3cada465ecaa2260737a5ba9f655e]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:35 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c06441656a52b04c4cdaa10719fc67f29658d6c]

        INTEGRATION: CWS ooo19126 (1.13.54); FILE MERGED 2005/09/05 18:45:37 rt 1.13.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c33289b7089fa08d3adbc68ca81986465f1c58c2]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:35 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d19f86816165964e7a2f414e5527775cfe0ba1c7]

        INTEGRATION: CWS ooo19126 (1.25.6); FILE MERGED 2005/09/05 18:40:20 rt 1.25.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea6713e49e2bcffc2738bd27c6adcf8098324912]

        INTEGRATION: CWS ooo19126 (1.9.34); FILE MERGED 2005/09/05 18:45:37 rt 1.9.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d153437914beebd07c94ea8758d3bfa4c13c56e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab83e1b8790118c69c4e1f045d2afeb3e3ea94a6]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:35 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f9995e0b6be4f32f38d8e89693b34fac8f26c7b]

        INTEGRATION: CWS ooo19126 (1.4.134); FILE MERGED 2005/09/05 18:40:20 rt 1.4.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d2e9eda6b5428881cf5d5c9b613d14e3646571d]

        INTEGRATION: CWS ooo19126 (1.21.106); FILE MERGED 2005/09/05 18:45:36 rt 1.21.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45770de2faef9b4b3eabcb270573abac51333366]

        INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 18:40:20 rt 1.4.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00000aa6f0e462c2fb916a75101ffa87c48be1f6]

        INTEGRATION: CWS ooo19126 (1.34.34); FILE MERGED 2005/09/05 18:45:36 rt 1.34.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb468d70fd851f15cb293cd83d3b8fe6c6060ffb]

        INTEGRATION: CWS ooo19126 (1.24.6); FILE MERGED 2005/09/05 18:40:20 rt 1.24.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48130fde6d534ba3a6e652c3ea581c6fe1527cc2]

        INTEGRATION: CWS ooo19126 (1.5.252); FILE MERGED 2005/09/05 18:45:36 rt 1.5.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c49688d4fbefa75a6da03e51c606ec463ea7c8eb]

        INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 11:48:16 rt 1.5.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab9140e790ee5d07a9d7cb4486368679996de192]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:34 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [077c1b428ff84e6c3973576c7108c333c7d60226]

        INTEGRATION: CWS ooo19126 (1.13.124); FILE MERGED 2005/09/05 18:45:36 rt 1.13.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e07f52d32aaea5f852130a6acdf63b04acc834b7]

        INTEGRATION: CWS ooo19126 (1.16.6); FILE MERGED 2005/09/05 18:40:20 rt 1.16.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43423189142ce66bb798312dbebefb50a1502472]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:34 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ab5a841bd8225c31be3c1b0da60d0c822ca1abf]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb0da298c4b0003fbe802e033454865fe0592b0c]

        INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 18:40:19 rt 1.2.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a47a1ae2e2b093e1d0c7c8563e93055bdd2ccc7]

        INTEGRATION: CWS ooo19126 (1.5.270); FILE MERGED 2005/09/05 18:45:35 rt 1.5.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [958fd4d0552bfa06ee97f086d6987555ae0e7135]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 18:40:19 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f0e90a938366756cd223bdb93846d4041db97cd]

        INTEGRATION: CWS ooo19126 (1.7.254); FILE MERGED 2005/09/05 18:45:35 rt 1.7.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2008a8796f770d79b8df54b7cdd05a5398e7b9b8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8eaac53be6ffe53934b8ce3fb3c27fecba0f18f]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:34 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13e691563221798d2a55513a53cfbc2c1cb1d065]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 18:40:18 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c599c9eb505c81274b82b5598cb62a99d09ed82]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 18:45:35 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e5f32010bc694a6e07b03af0dce378d14781595]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:48:15 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [274cf54a59112b11e7c2563da893b4e83b6e9ab9]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:34 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc9ec6222b3f1891373ce560ab9da4fc77cef163]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 18:40:18 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e60fee29fa05fb9a3462943bb95f6756c3654c3d]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:33 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52fce7e687a333827b3e7751b485bd6b8f2ecbdf]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 18:40:18 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7dffed87ceec27d9709650ee7aa370896d7fd7a]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 18:45:35 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ebd397e4f73d91c404204a8f0f2cad7753ab5350]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c612f15200009287f2e963eba2c09a26f12ec677]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 14:07:33 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2dcae873e5862da8d147110a3a314aee5d17a5f]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 18:45:35 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3c22c8cc51d909454e1368e74980eff1fd0b443]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:33 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cec6742f0d279550cc31659313cb5c5c21dbe24]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 18:40:17 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9b465d55ea5e4514bedf8c640cc4021ab121c87]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 18:45:34 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a5641a73792071de5d2a56e1f27b5b17723d144]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:33 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1df636ab183cd423be8d1c452f61f0de70a5f44a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ff0ecd583c403a7575925fbb1026e942ece87d2]

        INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 18:45:34 rt 1.5.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f30f8255d84fdf5cc98ac2a94843cfc4da4e289]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f832ebb76ab6298aa6d997b59ddb5a6cd47c6571]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:07:32 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f4dccf104cdc58864d606c8b584476806d90284]

        INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 18:40:16 rt 1.2.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5948dddf3fe04afe2c1f099a123b40da86747078]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:48:12 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0028004ee447615ae7738b914bf15233d7f8d7f]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:32 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18f623bbb68af2383dd92bdde6b7f471f69dedde]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 18:40:16 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9b6e8065bd1bed8c7a0d674dc58149ddea9d3ad]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:32 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64172df86766ee94658b800d711cd0ea5c09e313]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:48:12 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05c54f08b4d2f9bdf9b812e9d84a3a4dbca0f8af]

        INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 18:40:16 rt 1.5.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2014f50506d18fd57730a02a4a32e39a3f146fc]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 18:45:34 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [063c2336db2044227f03ad8d4e3884901f909d83]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:32 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [caccdae4e212e0a89b3a875c05921a159851a9ff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecf3c410b08fdbbee609fee7cb8bc385ee45965b]

        INTEGRATION: CWS ooo19126 (1.10.10); FILE MERGED 2005/09/05 18:40:16 rt 1.10.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0c7ecf154d4671a9c58ee2b4b9e486eadf2a3f3]

        INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 18:45:33 rt 1.4.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe815c1087a5c5273824c9ac06d7f69b9a59b89c]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:31 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a54bf539f7ef57ac0b0c36f4fb70a1b6fe664ed]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:48:11 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a94b3720d9fa0f00915567f12d7765d139305cc5]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 18:40:15 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce2eb1a700b651259612a7005f3dc93521b2b18c]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 18:45:33 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4968f9f4081b6ebc4fff688e86ca7361ce2dc1f5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:48:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bccaef0bcb7ad1ce226bbd60826b6eef04ad325]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 18:40:15 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c11f2ac862a9fb82f7fbe77ca538deac1fdc45af]

        INTEGRATION: CWS ooo19126 (1.8.250); FILE MERGED 2005/09/05 18:45:33 rt 1.8.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b82f1910679af0e757310cbb8e4117feffee745]

        INTEGRATION: CWS ooo19126 (1.9.8); FILE MERGED 2005/09/05 18:40:15 rt 1.9.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20daa6b5552d508b21b04bc430909af0c7b578b7]

        INTEGRATION: CWS ooo19126 (1.10.106); FILE MERGED 2005/09/05 18:45:33 rt 1.10.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b98674cbf50af1c847e524c80a3d6842401a6574]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:31 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf62a85f15531a93d348be3b8fc51ed33a174dd4]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:48:10 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e870610e76eda35f5b7197b6948e28a1e4ef3438]

        INTEGRATION: CWS ooo19126 (1.16.128); FILE MERGED 2005/09/05 18:45:33 rt 1.16.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7636ee027ff0a690e8abceafd353d2d0d46ece0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cdfe4c0fd89a4aa3fc8d6a879e3ae998c4b99aa]

        INTEGRATION: CWS ooo19126 (1.1.142); FILE MERGED 2005/09/05 18:40:14 rt 1.1.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5005897ff237bec0a8ccec0bc9fc17360341702]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:30 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9ce2372a58efe3d6f637497dc3f27621299dcb2]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 18:40:14 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6a19e3a58ab6a4b9cf0904300bdd1dceeb58525]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dc577252e82fcd4e29ec98e43762ff318a20611]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 18:40:14 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ce04a2abad9f477d9c65115fb6d5ca9a7ae5f28]

        INTEGRATION: CWS ooo19126 (1.12.24); FILE MERGED 2005/09/05 18:45:32 rt 1.12.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdeb2071f2e37716f9ffd1d6eb1c0f3410259a74]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:30 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bf6b7b5c74b2cffc2aa6841276a6dabc1877b54]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdd59836e0ba77ee2b0688d8cda92dfc98887f4a]

        INTEGRATION: CWS ooo19126 (1.24.6); FILE MERGED 2005/09/05 18:40:14 rt 1.24.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acb9e78d80be5b0b1c50555ce9afb23d52b35097]

        INTEGRATION: CWS ooo19126 (1.18.24); FILE MERGED 2005/09/05 18:45:32 rt 1.18.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f113fd812e218f1a770c321dc31e52a4da59ad7]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 11:48:07 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8268fdfd9cad48a56da3f4c5df8bbb74d6365280]

        INTEGRATION: CWS ooo19126 (1.5.250); FILE MERGED 2005/09/05 18:45:32 rt 1.5.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc341cee9f42d38a9caad141719b8af680a849ed]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 11:48:06 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f1953357c13a21a1e8d6705e3b2d2d2f39acf0c]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 14:40:40 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2057b5d746ae9303f07f07ac99f1a79f7577d562]

        INTEGRATION: CWS ooo19126 (1.4.212); FILE MERGED 2005/09/05 18:45:31 rt 1.4.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09e3489427b93581e4130be51a6e33e8c339b7b5]

        INTEGRATION: CWS ooo19126 (1.16.34); FILE MERGED 2005/09/05 14:07:29 rt 1.16.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a27acf6c71508414feebc506c7e9015f4ff7d378]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6bfc09a60a40a8db2334bcb1c0f65c0bb89d6b9]

        INTEGRATION: CWS ooo19126 (1.20.168); FILE MERGED 2005/09/05 14:40:39 rt 1.20.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0544641b1eae1982b5c29fea794f9c68404636c]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 18:45:31 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [996ea6b0e45915fac8d3d75ecb305f2f8a56e725]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:29 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e2a5ef93307ee0daed9e18f5e2b02be529bb118]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6a9a422be76712f9811ced2b7bf04a19a1e886d]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:40:39 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74f6e727e4287c74481c091760a297b46eb44921]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 18:45:31 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2f54ad2534f18ee9d8ee6e2c08967fb1a1c4d6e]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 14:07:29 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e376e70b952780f78d2d9bf8eb7817172f5f1e91]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d4cfdd8d08ad44d142eef41c8f786d64437ff52]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 14:40:39 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c8e548a2b93765f426ba0cfdc5253bfdaf04e17]

        INTEGRATION: CWS ooo19126 (1.6.212); FILE MERGED 2005/09/05 18:45:31 rt 1.6.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [596c25b7dea3fe7726e5bd5a0c7a2408cb189157]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:29 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cfb28da58017eb585ca03746377415c912512f3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf32c5001fdbc46298f9668c123cdf75306c837c]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 14:40:39 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55c12879a408c948c177db905a0fcf3cfd6ac4d8]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 18:45:31 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [438e0a07371a034faf8db1bd62b9a6dbc64059c3]

        INTEGRATION: CWS ooo19126 (1.12.34); FILE MERGED 2005/09/05 14:07:28 rt 1.12.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7cff4fc06395a11ac32f51f1d4e99400a914b1c]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 11:48:04 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [653006e6da25b7b8fcbfaaddba893ac30acc7643]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 14:40:38 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f91cb7f5f771ea5706b9b8f28e4f2329d667b5b6]

        INTEGRATION: CWS ooo19126 (1.5.250); FILE MERGED 2005/09/05 18:45:31 rt 1.5.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e379215baa5fb26ce33a72e9a5b8dcb6351f702]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:28 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1410ea192562d01977f653d1ad372ac078710ceb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [964bac3178d9ed7980b17ee963406f19bc4ac835]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 14:40:38 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ef50bd33e0ccc4c8f7b67ba63d9755a69937886]

        INTEGRATION: CWS ooo19126 (1.8.212); FILE MERGED 2005/09/05 18:45:30 rt 1.8.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48f5192340a8640f4574f84009a77202def20a32]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:07:28 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f6694a676b087ca21591d677796c2190a7de905]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:48:03 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ff83fc9808804312b62c33cdc350d60011d568b]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:40:38 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a40d8534778fae37bdcac18b7f595d45efed2331]

        INTEGRATION: CWS ooo19126 (1.6.250); FILE MERGED 2005/09/05 18:45:30 rt 1.6.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52c83da8b2f56f51a3ef223aea9b486453fee1f8]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:07:28 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5496d125666da703fb78808ac65f15d8fb190599]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:48:02 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb79935ea031cdcbd85d891557994911debcde08]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:30 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [278ebafa4d0723b7ed8e30cec2c73157d328de86]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:07:28 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8ed23ae61b18b67a93636d075cc991cb81ab4cb]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 11:48:02 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c0e6aeee26a25ba2a6a49daf4b9a5fa36b2d80b]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:07:28 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e986231c7b25605f0cf7f43e2ba9972e1d56e67]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:48:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [639cbff004e0f01f21e56c616d05405a2ef1cb90]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:40:37 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90c7d7eb9fe421d87b38ae4fd708db27adf7efd1]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 18:45:29 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfb4782135236f1b9fcbba75867b9b1c59fdd6b8]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:07:27 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce454d2e7b7fa29cbad41a81b92d1d835328d5b6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:48:00 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c252c4a64ee58c418d60aaffded26f4796e2d5a]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:27 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38dd2ed38145b74af04cf69566a98bb6350db62e]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:48:00 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0283859881dbd9748b2cac1a8e7cd28aaefe6d76]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:27 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85e773f1ee6aed7b77b6b40be09cc78c10e5b82f]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 18:45:29 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dc8c1f4c81a15c1dae1a736aaad1f76e097870d]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:47:59 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe35d35d38abe9a9310169f03990efeb67f768de]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:27 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9655c158f70af92bcee97022caacdc72f90ea7fe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d616f19b6efbbb833812ba079e2ba5be20543475]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:29 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [244cb1c96a3f07e764bd0ce6afe6352b1fa26bae]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:58 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5c50a73b3c08f50e89280c0157227c2a0b6218c]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:40:36 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [227bde553429d593b94a1d90c8d9b0c17e676965]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:26 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [759b66c1e6fb875f486f1efdc0c5dd502a5576d2]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:28 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81a0bfd9fd4421cc0d12c9140af91828fbe17a47]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d74e1a72bdfbda082bd4bd9e439de1cf95822be]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:26 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b587b1ea17578dbc5ecf861ac48db5c9100d78fe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:57 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95ea17507b598afebb166d7953d51b737294219a]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 18:45:28 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcf49d876401f79d16a92e615285aa108bc1d8ea]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:07:26 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad496b1d80a338844f5c9793005cd19f98b02b75]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:47:57 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3232c80c127af697ccad0efd324782e4cb729d8a]

        INTEGRATION: CWS ooo19126 (1.6.54); FILE MERGED 2005/09/05 18:45:28 rt 1.6.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de9264f00b3ba7ff8cb5dd998895ba8e8d53c438]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:26 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1abb7fcb87fdba92a0ee7d87acfe0b4167885365]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f83e597ffe708129342d4acfc3b36f573d79de6]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:26 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18a7976de03ff7b22f3a850a1495c6320a2cdd91]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6c6cfbd7e04d709fd32a0a7f82e7a510d148ef0]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:40:35 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14d7013769bf08fb64d050e760ccd0a235341bc1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85a93814a73b5675dccd11a38b102bacada438b2]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 14:40:35 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [511fe0eb1f6b122a549bf4d774d95273ff7085d8]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:25 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5d8c67700988fd63eb3695eceb8443f157d39ce]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:27 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bf823dff534fec7b5e618b72dbb04315fc65587]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:25 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5384a0862095ba73a38198f35475031e2cb770ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0e922f4f1f808dcafa2357b94b2229a26bfe0ad]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 18:45:27 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bf397d1ee3cb9cb6ef05372d405a3b94a7c530f]

        INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 18:45:27 rt 1.8.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d0ddead15ce86b8cebe7c256736024113ebb809]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 14:40:33 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9771ab525fa8519d617965ef6990adb1788542ef]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:25 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70c1c4ee8306fe7fff30edf06a90f23925350556]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:40:32 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88438a877df6c237ff5dda350813e9806810064a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:53 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bcc6bffa620895f9a26114b0b076f9f2b2a478d]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:24 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b698a9e42d5fa9fb9b036f50edf215860fabbff8]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:45:26 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33db1e38c3e09114c9b4372c663069159f7096d1]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:32 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [239b075d3106b9d0e73a6e8138bfda2c1f113cf8]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 11:47:52 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf9d6fe64ac3ef841a89b584b824d63e09b40e90]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:24 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94151e8515c583e221dc22afa6e7215cddcc4631]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 18:45:26 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6e8d1955bbd229ffaacd5e05e6e3348acdd79e8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bca3485579ffa2388d3fb481f2409c5de27c4887]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 18:45:26 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c021b869315f4ab4810af50915b717c961f5431a]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 14:40:32 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dad7aa18277761554698fead5c7202d52a7723d0]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 11:47:51 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c205f41c635ac252ad95e7cb0873695d87cc989]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:24 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bce0d105b5165c90f24c2d5ad97f6c821a7a5a1d]

        INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 18:45:26 rt 1.8.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0979052fd26dcf48ad5816a7daa9896d5ebc55d1]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a266586be30824db495afdc5f36f619cd8d306a]

        INTEGRATION: CWS ooo19126 (1.6.202); FILE MERGED 2005/09/05 14:40:31 rt 1.6.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [982c7aa579b76be110a0e03829b61bff20bf01fd]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 18:45:26 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [518d41acd920e0ca7f864c0b5b9d6f0d8e74ad08]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:47:50 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fd7d323f319f98e9a9eb9ff74172bf360244ddc]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:23 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a1a00d56fe9be82c512b2c633219e567c6c5a4b]

        INTEGRATION: CWS ooo19126 (1.7.68); FILE MERGED 2005/09/05 18:45:25 rt 1.7.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d37829c33d6d5cce3c5dfe23b43ae3f82dde9748]

        INTEGRATION: CWS ooo19126 (1.16.40); FILE MERGED 2005/09/05 14:40:31 rt 1.16.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8440b355137ee9d46b8306c07e293c3b869d8fb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:47:50 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87bcc2a3ea5783de8726d57eb3d2b04cf3f91420]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:23 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30a2860b3b21e935c37b2cf38437765207d2fb1a]

        INTEGRATION: CWS ooo19126 (1.14.54); FILE MERGED 2005/09/05 18:45:25 rt 1.14.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f25f78d8a1b86ce4df66764b65ec5db079bdb929]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:31 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c63ad4a38caeea923d3e01104691e6d27796e69]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:23 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d3d70edf91441610c83ec9f15e9e7a38b0a3cd7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:49 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a876170557e0e2486597a538bee2004eeaf135f]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 18:45:25 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [377a1016521876a93d7b83b13014b2a42c5e424b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a3767add74b416cd622f5a4f598754fc174ebe7]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:24 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f532a3875e24e4b8c2e8cec79e8e3cc43dda8f26]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:49 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dcd2bdc2514f2fccb3c72386b0fcfd59ea324f1]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:30 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8aeef2c304fa9f38562b721cb3439321c99f5769]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:22 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eed768b824b579eeaa0e93cc6815aad0ce9cb672]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 18:45:24 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6e8cfb24b694f7d7beab916e670042b8ea0e581]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:40:30 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38f6c0ddb9d7318c38fcc6f6f2e0d94547de7340]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:22 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59cceb24694bb106f7aab6272c33c85fbc6cee11]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14059ba07a241077c7d324aba31fffb84b6f3904]

        INTEGRATION: CWS ooo19126 (1.17.212); FILE MERGED 2005/09/05 18:45:24 rt 1.17.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3347935ec4e5b2379585ad37cb5f257777896507]

        INTEGRATION: CWS ooo19126 (1.17.16); FILE MERGED 2005/09/05 14:07:22 rt 1.17.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba0171855a395be219e88490c8192aa50dcbfca2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1b23493dee2157c1089b2043b25a17e7848fcf9]

        INTEGRATION: CWS ooo19126 (1.3.212); FILE MERGED 2005/09/05 18:45:23 rt 1.3.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3fad3df79175ffed7ac058b728fb09603108af3]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:30 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc58ffdb12e861bdfc07257498f1e8f30c2c9b7c]

        INTEGRATION: CWS ooo19126 (1.19.16); FILE MERGED 2005/09/05 14:07:22 rt 1.19.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3489f5b9d805d6699fce018421288d6cd4d9502]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9aaf45436e58bba2744c5db5287600c9813775b2]

        INTEGRATION: CWS ooo19126 (1.10.102); FILE MERGED 2005/09/05 18:45:23 rt 1.10.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d64f706d8d0edc046af397722872f78e49394120]

        INTEGRATION: CWS ooo19126 (1.12.64); FILE MERGED 2005/09/05 14:40:29 rt 1.12.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c18ffee9ce45cd6deffc8ed46405f1c278bcea3]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:22 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a26c62b1c7dd91e0d5456a8faf84fce0266ecce0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1bd18fd9c4ecebea606eed6e924570cfa07467d]

        INTEGRATION: CWS ooo19126 (1.17.102); FILE MERGED 2005/09/05 18:45:23 rt 1.17.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [796b3bf49a9d24c1221818d4829c388c499de61c]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:40:29 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c49b05302a0f43a468a5d964fd0bdac24017245d]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:21 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67fc4a0d03d30b8b8140bbbe22c7a2d51db29d99]

        INTEGRATION: CWS ooo19126 (1.28.68); FILE MERGED 2005/09/05 18:45:22 rt 1.28.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80bbc48ec9ab188ecaf9cbc2b416cf9a068e4b2a]

        INTEGRATION: CWS ooo19126 (1.10.66); FILE MERGED 2005/09/05 14:40:29 rt 1.10.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b76224cfb35e506f6c37cf59cdda68705f1a8901]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9113e076222f794483f6639ce50af8442a122d57]

        INTEGRATION: CWS ooo19126 (1.51.68); FILE MERGED 2005/09/05 18:45:22 rt 1.51.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [806b7775138180d2acf1bbdad3238adc0da08358]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:29 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d70b88d180ff3838001675054a078c2e45ec472b]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:21 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4db2b6af94c81f805420bcd3544db888713a56d3]

        INTEGRATION: CWS ooo19126 (1.6.112); FILE MERGED 2005/09/05 18:45:21 rt 1.6.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a906ad5c4accfe8fdabcf6365ac93fafb25cfc3c]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:28 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4850080924633579072df371840f55ee4b920bd]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:21 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ba7a0360c50833e753bf4fac31e766755d53ba6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:46 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9dd4f9b33b8f2080acef9d4f44c8a7fdcec40ec]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 18:45:21 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7011afb5115017d192e6c6255e389c6efcd61203]

        INTEGRATION: CWS ooo19126 (1.8.40); FILE MERGED 2005/09/05 14:40:28 rt 1.8.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db19bb6fe3a7921296353b253205790f7d24a626]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:20 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3563987c25debab5db96447f4356f8c1bd7ead4f]

        INTEGRATION: CWS ooo19126 (1.5.142); FILE MERGED 2005/09/05 11:47:45 rt 1.5.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [282dcad237ee582c55c52863272528f81ea5e5b0]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:20 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d83c8816d9177242e06c098faaca006892b2f835]

        INTEGRATION: CWS ooo19126 (1.14.66); FILE MERGED 2005/09/05 14:40:28 rt 1.14.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54ab049f3a9069301d35862f47a8d196e8016c49]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [624a3f8e5701daf251ad7ae5d23a48d41f5898c7]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 18:45:20 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ddc2f13a60e1b86ee16b5c2fd2efa812fdf2592]

        INTEGRATION: CWS ooo19126 (1.7.202); FILE MERGED 2005/09/05 14:40:28 rt 1.7.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a31e27061a352863db9311ac58d25418046d6b7]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:20 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2e2eb20d626ecbb43046989c97ed9626af6d518]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c00b60e2f28e67446c5cdc986e98a8c10b7d4f6a]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:07:20 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6307c216ad462af1b263c2d97c7fa65d1fea3026]

        INTEGRATION: CWS ooo19126 (1.14.94); FILE MERGED 2005/09/05 14:40:28 rt 1.14.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95e5336bcff5c89583f3317f8f10c3ac060f24ab]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:44 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cd44ae4b9e0d6178ce63178eeefa9bfe43e32c6]

        INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 14:07:19 rt 1.6.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4315e499b343abe333fdaa1638be9dc7a02b7384]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e82ca1db8e5492d2eaae6cdf655833ad3de3cddb]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:19 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e67723d27693cb4b4fb9437774a7e5798506e206]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:27 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d01733f8f840a6d0e6b1e9fb9ed96295b3f4727]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2631340729d77d93e825ee22e1850fde3fd6143]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:19 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e86517dfbc67fc4476d0d7780edb9e4cc0babc1]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46dcc0fa8b7c02ffe418d237bd6d4bad5efc9f15]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 18:45:19 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c20a22cd39006c0028dbbc8857cdace549184cb0]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:18 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81482bc96468e12539faa01a317540efb1edc8ff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bbf01b8fd7b731488604a83e3493f933d3a44d7]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:18 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91a637ce5909a995d82c0e0a7b019f9db48f50a8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f511bded3b505487ec9063775951645580f6e3a3]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 18:45:19 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78e1bb045b3b5d8e4bb3e97699f9d3a88a9245fd]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:18 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [895c4347cb0c193fd2efee7ab0cd75c70309a8f1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e0e7c9c2faf397384356523e4f1447a03128094]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:18 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [350d8a13fa96f2737474d1c91d0ff7c8530577fb]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:47:39 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b24b522617dcaccc35455d8c8074389a56cf9b5a]

        INTEGRATION: CWS ooo19126 (1.7.182); FILE MERGED 2005/09/05 14:07:17 rt 1.7.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e686d27861a33183f476c703b3ae20f5742a283]

        INTEGRATION: CWS ooo19126 (1.4.220); FILE MERGED 2005/09/05 14:40:26 rt 1.4.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b9814b75d12ea3d56ecc571fed5eb880e1bd690]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:47:39 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [226db5cc63af4bd5a33ee127a3e8aacf73cccec1]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:17 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2bdbdbbb1ee910765e6aad660e02d48c023878d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:47:39 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a432d30a1a25ea63f99f82de63012caa838734fb]

        INTEGRATION: CWS ooo19126 (1.3.270); FILE MERGED 2005/09/05 14:40:26 rt 1.3.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4f3c4f6eb6de645a37133456dd81c06d5ce4381]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 18:45:18 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98e782d92aed72e0babf69c0e7e8b680d10055db]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:16 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [144771a26c4be719bd626d11d4d65d9c1c34bccc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa3973ef0917e4b556e618725b5569096fff448]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 14:40:26 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54d040ec675170bae6ab448054d05cba2178edf5]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:16 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a1f9a0f0af339f894eb58d75c27bf1e6d259d41]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8b871b9891326a8acbb9fc5071c547e511b96f9]

        INTEGRATION: CWS ooo19126 (1.18.36); FILE MERGED 2005/09/05 14:40:26 rt 1.18.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02e9727ed27558f8c5e5c497816df991ce8254dd]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:07:16 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [142210d3a7e8829a9fd578c35769c6533a52dac1]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:40:26 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfa7ee250919fbebac9b55730534e2523872b7cc]

        INTEGRATION: CWS ooo19126 (1.16.36); FILE MERGED 2005/09/05 14:40:25 rt 1.16.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f5357973643116df31eac990e9a9c8a0f70a9ac]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95545ac0fc8036f6c400607fed37a26d47cd2a11]

        INTEGRATION: CWS ooo19126 (1.10.94); FILE MERGED 2005/09/05 18:45:17 rt 1.10.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5f4d763aec16de1026cae922ed95f5eb84fb967]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:16 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90aa90e35c7594e9482e4b359f64a1cd08482f14]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a0aa2e94b5e9f8d24ffd88e7db73be70db0f9c7]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 14:40:25 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0a0cce42b522e2012c5b4c1d90fd7ad4b89a25a]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:17 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fba4b3db2218cfe9f3ac4a9a24f763a84d22740d]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:16 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dcdbc68124bfe1a20f5478953602ab0b9383c24]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:35 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7843691b909e7b04b93b050e393c729ef98ff17]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 14:40:25 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [464208af1df3772d71cc7885bdc190dfc5382809]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 18:45:17 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1265fb9b93ffae4e3fe2690d75ae18f022455d83]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:15 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [924f9899f65c80b472e19cd725582c2e7b6222eb]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:25 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9078b133c2bd325067db431379606ed8b20f288]

        INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 18:45:17 rt 1.4.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [440a8d1120bb202ea2b45ba66843e188df35c9e2]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:15 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d72bdd9998442ba218ac9865740e94aa4c9ad41d]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 11:47:35 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82afaaf10ced751723840223ec35949f328b2c78]

        INTEGRATION: CWS ooo19126 (1.4.202); FILE MERGED 2005/09/05 14:40:24 rt 1.4.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f98aa98f00688c155bc670688a944b17f822c468]

        INTEGRATION: CWS ooo19126 (1.6.94); FILE MERGED 2005/09/05 18:45:17 rt 1.6.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a21d6e380a44ea203411670bd771aecbe5886d4e]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:15 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7b8c40526c13b2e55167acb990399e2355a1ade]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c315bd67c9fd285850667a2d1c15fcca669bcf9]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:24 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9829357ef7fc9647ab243cb2080a5b1dc1488b29]

        INTEGRATION: CWS ooo19126 (1.12.94); FILE MERGED 2005/09/05 18:45:17 rt 1.12.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d3f0a10daa3c7243a8612fe166da20ed8e2bbf8]

        INTEGRATION: CWS ooo19126 (1.3.250); FILE MERGED 2005/09/05 18:45:16 rt 1.3.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65369c6d06464102faaeda4d7a0b7a21e954d72f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f317b530161a37648ac9d07ed1f39c8b6b1297c]

        INTEGRATION: CWS ooo19126 (1.7.250); FILE MERGED 2005/09/05 18:45:16 rt 1.7.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9996305cdd5cc679a19cbf66aadb9662c12dea79]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:47:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c47b803cf8a6d1041eff61a2322b78138c2db3df]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 14:40:24 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b11143ae3e4bf36f819362c32205f6280b80b1ac]

        INTEGRATION: CWS ooo19126 (1.1.278); FILE MERGED 2005/09/05 18:45:16 rt 1.1.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e69b78cb6d1fe63a725b593695f8fcee070d007a]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:07:14 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37d891bb12cdb051127a31ba0e9bde2dd54143af]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3e2dde205b144c8a4d8bf883f2512d1d5293fcd]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 14:40:24 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cffdb171d60f08f25734db7f96bd80bd3bd2a82]

        INTEGRATION: CWS ooo19126 (1.6.52); FILE MERGED 2005/09/05 18:45:16 rt 1.6.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11db419fc2286db51eae440051e503e2d277f15d]

        INTEGRATION: CWS ooo19126 (1.14.42); FILE MERGED 2005/09/05 14:07:14 rt 1.14.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79d05e68a83369d76ef99bc13cf18ed7da0cc663]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:47:32 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b278883e02e1cc36001eb7121d467099bf2fdac2]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 14:40:23 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1312e0077bea858bfda99f37926ad1a2a58214a]

        INTEGRATION: CWS ooo19126 (1.12.94); FILE MERGED 2005/09/05 18:45:16 rt 1.12.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29811aa894ebbacc515bf4a323ddb232762c8a34]

        INTEGRATION: CWS ooo19126 (1.16.42); FILE MERGED 2005/09/05 14:07:14 rt 1.16.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7defe866064beecaaaa10c69bd741248f65ad318]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:47:31 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9d68231612b29792ba470e3f4320e2cc0e9b2b4]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:23 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc276e3ff9906313b20f7a2cc06340b82189d7c7]

        INTEGRATION: CWS ooo19126 (1.23.94); FILE MERGED 2005/09/05 18:45:15 rt 1.23.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cc481060a9db7028bc791f002cd6d5261b2a698]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:07:14 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fb8b111cb1f3a0b5bff5bde95891b7f3bc736bd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f684643eabf098a4e7067d9c6861b6e168c541d3]

        INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 18:45:15 rt 1.4.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fff98a78e6a4b6eb472c076f4cd025afcb10b0cd]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:14 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b98b912ba1076f33666ed662f259a509b0d3bd6]

        INTEGRATION: CWS ooo19126 (1.4.202); FILE MERGED 2005/09/05 14:40:23 rt 1.4.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [041531fe9d736eb7e199a585e8e37153ef42a419]

        INTEGRATION: CWS ooo19126 (1.10.250); FILE MERGED 2005/09/05 18:45:15 rt 1.10.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53ef4ea090562ac30b6180f3d41899b521d8cef2]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:13 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27038ca27b9366ee354667623112813c13304589]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0949602ada58e74e533b24ab54662a0b045abfa4]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 14:40:23 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d4bd0094ca11fc2e8d0ae6e180aa5e836d7f1cb]

        INTEGRATION: CWS ooo19126 (1.23.190); FILE MERGED 2005/09/05 18:45:15 rt 1.23.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d91d2895382a803d378d1c52b2fa6b5093c19cc]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:13 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85abae90409ab69d83b44c6df9366c2be5aa9964]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:47:29 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eacf11bacb66a9421d78baa8240ffb7ddf2374ae]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:15 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b5f2d74473bcde516cefca13d26783675655229]

        INTEGRATION: CWS ooo19126 (1.14.42); FILE MERGED 2005/09/05 14:07:13 rt 1.14.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [362c0d9696c972c6e8b12c418557b375246aa33d]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:22 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e9f61d170fb64c5a94cf175d816b558844b36bd]

        INTEGRATION: CWS ooo19126 (1.2.278); FILE MERGED 2005/09/05 18:45:14 rt 1.2.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [997ad47cb6be4c26c4eb4b989ebfd6f237afea82]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:13 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4fbcb738b6e22a8a93c605056b8f4e32aec618b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:47:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d628c8509ccd7151273a4b954ed5b029744702a2]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 18:45:14 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a57a895ad3e7c3ff18a885423823b5d371c58ac6]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:22 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a78a451bac6b304c24e9b2ebe383422810601de]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:47:28 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab1a1e3722c063dd26e7c7c2dd4a70f523d461ef]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:07:12 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f25d383ff644df827c346bf556d96e66aa221ce5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [270dd83f3d494628d4ac18d0a759ecde610aad5d]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:12 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a5b1820ad5d7e7ededdac79c947ba635cfae9f4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:47:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cb28727120fef8102671b17e64ac70f51b599a4]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 18:45:13 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b06b43c220460e2f9645e544176429a1e5bed9f]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 18:45:13 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d732ad6809a3d4c1b9265a8769e373769e436d3]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:07:12 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [645c404c8aaae8baa07373772d997c6ba3afcda1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41a0a0763e7c08c037c58317963bb0155b6880a8]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:21 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e82f5020371c272a8cd2497436c8447201198600]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:11 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcf8a9e87046a54badfbb44cd250c8da799b3d5b]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 14:40:21 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dafea21cfae7685d61985b02ab3163caf684a6d]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:11 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73bf15f0c531b0f43a0aa38b45982c854aa464d6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c83abe75b9a608cbec4001d58bc8a990a6c59df]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:45:12 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a37347b9a5f4b319450a1e2c71eadb72273864e7]

        INTEGRATION: CWS ooo19126 (1.4.202); FILE MERGED 2005/09/05 14:40:21 rt 1.4.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9de3576574cdda9a5dde11379242d9b61ffa329]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e131a0b784bc2d311e01e2dabeb4eaa448b8ede2]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 18:45:12 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [200e987ac7b2a6dee5396e92363c610e4df06b9b]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:10 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be9027814cd385fa924edd9ba698c2cfee9f6d36]

        INTEGRATION: CWS ooo19126 (1.2.254); FILE MERGED 2005/09/05 18:45:12 rt 1.2.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80fae1ce689eca8b0297602e096e2fc823430d3f]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:10 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [540bab4b8b93875c710e4648729be9c2b0425a0a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:45:17 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89dfb2b9fd54fbbcabd5126082cfad45107c3cce]

        INTEGRATION: CWS ooo19126 (1.1.252); FILE MERGED 2005/09/05 18:45:12 rt 1.1.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [835afa02ce1d08482ee6b1908ff2dfa963ff353f]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 14:40:20 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [591d4e4d4d2d68cfd2df432b8d78380c77436fba]

        INTEGRATION: CWS ooo19126 (1.3.254); FILE MERGED 2005/09/05 18:45:11 rt 1.3.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8bd34c6e773173c0e867367233a54800d717c58]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:20 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a294cba1eaa294c6e7af38dc5cecfac625c7c6f6]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:10 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ff8ea20e6e0b6709c2f1750883459f4e3d71a38]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77b8579e04ab8a4dab202549bb59e5ca7ea065b3]

        INTEGRATION: CWS ooo19126 (1.2.254); FILE MERGED 2005/09/05 18:45:11 rt 1.2.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4af4dbf421c92016e37035a461d50e76444e9771]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:09 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb6f089bca0b7bef298cdecef6f7a2eb703f5f5b]

        INTEGRATION: CWS ooo19126 (1.5.252); FILE MERGED 2005/09/05 18:45:11 rt 1.5.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0c99e5c6ee6aeb72b408708af8212532ff4e3d3]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:40:20 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1257327583ab6af788a56956293563badc7a0af]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59509adc8534790b88aa9673478e185ea1574734]

        INTEGRATION: CWS ooo19126 (1.13.66); FILE MERGED 2005/09/05 18:45:11 rt 1.13.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b59304d25dd5368b56c65d646017dc4dc3a5ca60]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:08 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c8c6e281276e23444d7be0655178856d077b4dd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:45:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [403f1417fe525e4afe1e9ed7244895319d46c592]

        INTEGRATION: CWS ooo19126 (1.12.34); FILE MERGED 2005/09/05 18:45:11 rt 1.12.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f52bfb1d1128267ec691f16e91df5f45b51360d4]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:19 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0be108f4fdf46281e3b74c8641aace6cd1789cc7]

        INTEGRATION: CWS ooo19126 (1.17.10); FILE MERGED 2005/09/05 14:07:08 rt 1.17.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2fd4fcb877291c4fb89e1009bba5777a601b4ec]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [593b01422ca930348a85a25ccbc26954a61ad8da]

        INTEGRATION: CWS ooo19126 (1.19.34); FILE MERGED 2005/09/05 18:45:11 rt 1.19.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e0f630ddd291a08737e521843a651d83ce3df8f]

        INTEGRATION: CWS ooo19126 (1.3.270); FILE MERGED 2005/09/05 14:40:19 rt 1.3.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8ececdc81b6c5b4209dbbd012c13fc28b8f8837]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:08 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da6c645d7cbfff77acba7362d8add18085021094]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 11:45:14 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [295c1397237d15757031890595186826a52ab4a6]

        INTEGRATION: CWS ooo19126 (1.3.124); FILE MERGED 2005/09/05 18:45:10 rt 1.3.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a39f32f4d0992459c765c5fe8ccad42041db7e66]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:07:08 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [559e08c52a28385d04005b2e43d531a6fd49ce4c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:45:14 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4913881971a110c76c4a30cfc85b3c0763b65df6]

        INTEGRATION: CWS ooo19126 (1.2.254); FILE MERGED 2005/09/05 18:45:10 rt 1.2.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d96a689b9f17b983629444e778ad8031c057e93]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:07 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b558565ba1253554daa6a5e23422cffedfd1cd5b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:45:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65909e3edb392042c71ccf6ca5a02c5d835802b7]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:19 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44b07e99a8c99b763884c13309c08e64d3107eae]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:07 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcf504d2c61880fba4131284da637c855dfb4e67]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [303eb405066040df815bac74153f14ff0f00e458]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:07 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53ddf53301dfa1a373120f4f73c71eff06b723b0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d169b7cb055f2e7e240115714775a3da5ebec08]

        INTEGRATION: CWS ooo19126 (1.1.254); FILE MERGED 2005/09/05 18:45:10 rt 1.1.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [194036caafeec3fdfbad78536d24b50396be37ef]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:18 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c73305204211b69fc44496871b4850b5fbd08c9]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:07:07 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1dc9e3daa2768e1c88e7db45df6308b4757385a1]

        INTEGRATION: CWS ooo19126 (1.1.254); FILE MERGED 2005/09/05 18:45:09 rt 1.1.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6669aa759f2a58f2a3ae2ea6b9858479f159367]

        INTEGRATION: CWS ooo19126 (1.3.206); FILE MERGED 2005/09/05 14:40:18 rt 1.3.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad98945eef03416cb880194c438a1ff8a0cb854b]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 18:45:09 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c04dd420e165a2f3ec5cacea5da4c2e4820fc22]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bbe6f2bd61cf2ad36ab5e4c906c64b211eabd7c]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:40:18 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aefbc7973a2f2db2bc7f7e2d36c2ffc729dc1570]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:07:06 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [045e0e105103af3ed0bf66bcb090aae1cb10dc16]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 18:45:09 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6c9215a640f48724a8660e0ba86a552b918d768]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:07:06 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d04b81a5eb09eb42eefa96aba0448f6521f6470]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 18:45:09 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b42c1cfebc52ab0e7c62d7efdef8cf27f984bfe1]

        INTEGRATION: CWS ooo19126 (1.3.206); FILE MERGED 2005/09/05 14:40:17 rt 1.3.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb9612b6341172224766de8918e1d8030492e775]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc002db038998595cc4b74cb7e9a866ea85f0296]

        INTEGRATION: CWS ooo19126 (1.2.212); FILE MERGED 2005/09/05 18:45:09 rt 1.2.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a990c632717b473e59c36913c1534cba0fae49e8]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:17 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0906f7ca75a773fafe4f34bd56accf25dcea7616]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 14:07:05 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9dbd229d44c461cf7db93da576ff8dd6aa44389a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 14:40:17 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b313ee9c811fbe6864d582c4a015fa23f52b721]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 18:45:08 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efe9ff30acca94fea09e4dafe9105e6ab9654604]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:05 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dae6edf49ccfc3804de00adef1dcc018797b9190]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddc5317e9087c5c6218858c6e2d8a9daa6c9df89]

        INTEGRATION: CWS ooo19126 (1.2.300); FILE MERGED 2005/09/05 14:40:17 rt 1.2.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a7c52d36a916a0f01d3a2eebc15c78d22aa90c6]

        INTEGRATION: CWS ooo19126 (1.5.212); FILE MERGED 2005/09/05 18:45:08 rt 1.5.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3c9aafd20e25f2e573aad7ca09d714786eb23fa]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:07:05 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b25a11baf2b154c603af5f81eb97df5a799eeb8f]

        INTEGRATION: CWS ooo19126 (1.2.254); FILE MERGED 2005/09/05 18:45:08 rt 1.2.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c504815f0d96089b01639a6a7b3f1d661980320]

        INTEGRATION: CWS ooo19126 (1.4.200); FILE MERGED 2005/09/05 14:40:16 rt 1.4.200.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1101aa82fcb8a2cbac48d5879dd240472963c5b]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:05 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2724e0bc225a74cb678cca09c187a81e5985dc04]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [595a74e8182b04c1b03cfbe2d00adfa42db24b71]

        INTEGRATION: CWS ooo19126 (1.9.66); FILE MERGED 2005/09/05 14:40:16 rt 1.9.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [617cd5e932251eb8f93a8f58496f90c40ffa12ec]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:07:05 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a05f338f4737d56982cab7d7d9973f940ff554e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [238fcbc098c074167ac6c9a86d2b6a16934102d1]

        INTEGRATION: CWS ooo19126 (1.6.202); FILE MERGED 2005/09/05 14:40:16 rt 1.6.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81fb7614613e346e51ddbba78d1d7285a34dd24b]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:04 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f325520eab6fa35335db2d2b9f2b5f93312ddf5c]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 14:40:16 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9e5f2349eedb2068eb671bc11aa26be6a410ce9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:45:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a49ff8d1a37f48f03a91e98204b33b9fbb1f16e]

        INTEGRATION: CWS ooo19126 (1.22.112); FILE MERGED 2005/09/05 14:40:12 rt 1.22.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6abdb50a6ebdb4dc9749edf2f3f041140fa5ff2a]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 18:45:07 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1550ffb9f93e1170c4f2d0c201a8b1fd7c0aa0e1]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:04 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7580ee48da40282dc8b3f558987d85c88deab06e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61ec626466821921d6c40ce56887ce073af84497]

        INTEGRATION: CWS ooo19126 (1.25.94); FILE MERGED 2005/09/05 14:40:12 rt 1.25.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf8fb31766c06f5fe5cd88e66e2a240864e8102f]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 18:45:07 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7442e3809e4d65366c16f1abd4f22df39d38740]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:07:04 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6986725dd006a0b605f3ea5b1a9dbfb764f344bc]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:45:05 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22e5bceb603eb727fb93358e0463b7aa19e5510d]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:04 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecc0437bbdb5fed967010a989ed9fd9d5f5fe4ec]

        INTEGRATION: CWS ooo19126 (1.8.212); FILE MERGED 2005/09/05 18:45:07 rt 1.8.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc2448ea345a7901eab9478c10980c74b0a63f1e]

        INTEGRATION: CWS ooo19126 (1.18.94); FILE MERGED 2005/09/05 14:40:11 rt 1.18.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45d2f0e54eeea99ab20d22e460135e2c3dbde0d5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff7bf8d7ad2f45b3141008a607579d2f59df3569]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 14:07:03 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [236063f0db39f41f67815b85d3bafe737abecc03]

        INTEGRATION: CWS ooo19126 (1.9.212); FILE MERGED 2005/09/05 18:45:07 rt 1.9.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4934060fd5f2e4489e49ec3341ae5b259daf70c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:45:04 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81b8e089601c22c0667e0b879af483a13649020e]

        INTEGRATION: CWS ooo19126 (1.14.94); FILE MERGED 2005/09/05 14:40:11 rt 1.14.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5dab490fe178e3d9fee2998839ce1a9d892fa42]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:03 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e52e7551bf59e254e32583fd64cb3e30e7618e5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3dce8700ea3689eaf2be718bdbf1e6ea1467661d]

        INTEGRATION: CWS ooo19126 (1.94.112); FILE MERGED 2005/09/05 14:40:11 rt 1.94.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acca768b481419e3e800b7196308ade5a9ba7464]

        INTEGRATION: CWS ooo19126 (1.5.250); FILE MERGED 2005/09/05 18:45:07 rt 1.5.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e657c50567ee1f3318ca770644bc3988ef48e05c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [046d726cbb466826554210b6df114bc22777e6d5]

        INTEGRATION: CWS ooo19126 (1.6.250); FILE MERGED 2005/09/05 18:45:06 rt 1.6.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a91358b3259ddfef756977168eb0ed1af8c78086]

        INTEGRATION: CWS ooo19126 (1.1.1.1.654); FILE MERGED 2005/09/05 14:40:11 rt 1.1.1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24c32fb3c870b744d678aaa18b10a5889c90d02a]

        INTEGRATION: CWS ooo19126 (1.31.66); FILE MERGED 2005/09/05 14:40:11 rt 1.31.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97715b0b3a65133b859f61b57b407778fd8e55fa]

        INTEGRATION: CWS ooo19126 (1.6.212); FILE MERGED 2005/09/05 18:45:06 rt 1.6.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b018a3a8536fa98092c25c2d83df512f43dbccfa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c5bf9e268577ee4e1cc6c88aa79cc32cac96720]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:07:03 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4caa3ad2144b0ef1abf08abb652c7612028783d4]

        INTEGRATION: CWS ooo19126 (1.5.264); FILE MERGED 2005/09/05 14:40:10 rt 1.5.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f16aeaeed5a4bd445e67eb722c84b2e5ae16847]

        INTEGRATION: CWS ooo19126 (1.10.252); FILE MERGED 2005/09/05 18:45:06 rt 1.10.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f14e2a329614656530c817e2b65634a67f801f8c]

        INTEGRATION: CWS ooo19126 (1.15.42); FILE MERGED 2005/09/05 14:07:03 rt 1.15.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddb8d957674a833b4dd2a2f2eb214d52e50850e7]

        INTEGRATION: CWS ooo19126 (1.23.34); FILE MERGED 2005/09/05 18:45:06 rt 1.23.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [422a4153517c8c0b6ea5874cba44800a9baa6d57]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95ecb7cc05ad403b0bbe319e000b7fc0d0545606]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 14:40:10 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed6d8f8a80e3980025e8304a57d2682e785f7835]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:02 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82910a52f022655c19b62f7c35627544c7153ce7]

        INTEGRATION: CWS ooo19126 (1.51.78); FILE MERGED 2005/09/05 14:40:10 rt 1.51.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [542139a6db0b9fa395c23bb6f4b3ec25ceb63beb]

        INTEGRATION: CWS ooo19126 (1.3.46); FILE MERGED 2005/09/05 18:45:05 rt 1.3.46.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [527288bef46d3b935fb06c4c35820f2ed8b46d29]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:02 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c2ab85e823f1a452fedd5de15ce4986a0495d92]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:45:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [642a1de98f7a78778ed400fe557b1a0becc9f1f9]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 18:45:05 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [283dfd7b6e6940a7580fa69d61672e79c66dd035]

        INTEGRATION: CWS ooo19126 (1.123.36); FILE MERGED 2005/09/05 14:40:10 rt 1.123.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42a2e3a54779437b173f83cc850b18c05b29aefc]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 18:45:05 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17e5a63265030d9955e808dbc72bd0163172d62e]

        INTEGRATION: CWS ooo19126 (1.16.264); FILE MERGED 2005/09/05 14:40:09 rt 1.16.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c38b9b732819726cfa83d88e0998a76ef1973a4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e68c9de32e494711005e97b8d9650de382d02104]

        INTEGRATION: CWS ooo19126 (1.116.78); FILE MERGED 2005/09/05 14:40:09 rt 1.116.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [193e2ab116ab9b793251c3d776617c04cf309693]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:07:01 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9725e6465623c0f45c84c2293a7945b01b86f754]

        INTEGRATION: CWS ooo19126 (1.20.68); FILE MERGED 2005/09/05 18:45:04 rt 1.20.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82d074c9adc105b7adcb6c8ae6ff60a43e72eb67]

        INTEGRATION: CWS ooo19126 (1.14.298); FILE MERGED 2005/09/05 14:40:09 rt 1.14.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b3f148ccdd2748176a6a9be3c20a2610916d36b]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:07:01 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d5055aa56a6a7ae1fe6a24a210f9c1688d03f6a]

        INTEGRATION: CWS ooo19126 (1.83.36); FILE MERGED 2005/09/05 18:45:04 rt 1.83.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [385d1890fd83453f5185d145e51f018e17e6314b]

        INTEGRATION: CWS ooo19126 (1.56.112); FILE MERGED 2005/09/05 14:40:08 rt 1.56.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07e856bd742ad2b5680b9a7be5e4e5e1b5a5638e]

        INTEGRATION: CWS ooo19126 (1.12.94); FILE MERGED 2005/09/05 18:45:04 rt 1.12.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79b27072807550f9fcd988f4d9fcb81f59653362]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1be2122496412c41c41cf08b7029814e7c13a5a]

        INTEGRATION: CWS ooo19126 (1.63.38); FILE MERGED 2005/09/05 14:40:08 rt 1.63.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af3c4d3fca75670f13a7396644ab467636a77a17]

        INTEGRATION: CWS ooo19126 (1.36.94); FILE MERGED 2005/09/05 18:45:04 rt 1.36.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90054f121d0646d0030011cfdee183366b16c884]

        INTEGRATION: CWS ooo19126 (1.5.628); FILE MERGED 2005/09/05 14:40:08 rt 1.5.628.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d05835d80e807f50975b91b8d07059e7924788f7]

        INTEGRATION: CWS ooo19126 (1.12.112); FILE MERGED 2005/09/05 18:45:04 rt 1.12.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [242959ed4a1838b1417ed4264387bef20b34e3bd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [199cb837cf64a3fa0071c83de4a4ad0305525754]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:07:01 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [396458a06097f69727c29a5294f143d974837a92]

        INTEGRATION: CWS ooo19126 (1.28.112); FILE MERGED 2005/09/05 14:40:07 rt 1.28.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1009f165f0d306b76e7f446b5e06a08ea40a57e]

        INTEGRATION: CWS ooo19126 (1.12.68); FILE MERGED 2005/09/05 18:45:03 rt 1.12.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb71ada0a72686da573202a7fe42dc14dd29d417]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:07:00 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bbe8c46ddfca026358133ea9638d3f59d76b4de]

        INTEGRATION: CWS ooo19126 (1.1.1.1.654); FILE MERGED 2005/09/05 14:40:07 rt 1.1.1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ace02c48385eab28202a0bbeaaa6297b8d61e0d]

        INTEGRATION: CWS ooo19126 (1.10.212); FILE MERGED 2005/09/05 18:45:03 rt 1.10.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [173197e13d3bc4b477adfb0f16ec83172604dd88]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43daa368b98e5f9d49c41dbc9cd72e5ca8df5165]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:40:07 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93f102d829925e48406d115eaa013cc870652d88]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 14:07:00 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c14e0b2b24c17956e68ad6f9fc0e43aa96d11333]

        INTEGRATION: CWS ooo19126 (1.9.34); FILE MERGED 2005/09/05 18:45:03 rt 1.9.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec22668a993157f6865d424f881eda8084600f12]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfc92c1083ffbb5e97afd338c9a4ef2bd466248c]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 14:40:07 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fae95a70ee628c678f6124efa9326f815923152d]

        INTEGRATION: CWS ooo19126 (1.19.34); FILE MERGED 2005/09/05 18:45:03 rt 1.19.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [006285c2920048674cdf0ef3eb14802eca2fa39b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [837d3144e148295da44bfd1f45c4d731d91bb044]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:40:07 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c412163309317e6b40bdf36109c29596773661a8]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:07:00 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1b7b0b20d7d7bbbfe7e6b76adcbf0e6ba65903e]

        INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 18:45:03 rt 1.8.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4ae0eae825aa6ab3fc9cdb5101710aef196e718]

        INTEGRATION: CWS ooo19126 (1.33.170); FILE MERGED 2005/09/05 14:40:06 rt 1.33.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17124abca13bf8c2cc7aa6b55998751c3498562a]

        INTEGRATION: CWS ooo19126 (1.16.94); FILE MERGED 2005/09/05 18:45:02 rt 1.16.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ea92eead3f46fe9182dd5a9582447238afec3fe]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29404a68f26a5fc79d8892274bcfd72aa5632ac5]

        INTEGRATION: CWS ooo19126 (1.2.640); FILE MERGED 2005/09/05 14:40:06 rt 1.2.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a48cd9b83769026a68f1f6cc45ff20b83c1660fb]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 14:06:59 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8a22a0d5926818649b11c24619b7b89408c69ab]

        INTEGRATION: CWS ooo19126 (1.3.272); FILE MERGED 2005/09/05 18:45:02 rt 1.3.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1987703289b1791e2ac17ebcaeeda7c26f96a973]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:40:06 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a023545f3555f0b1e12cbfca1ad32d556bf218e]

        INTEGRATION: CWS ooo19126 (1.5.268); FILE MERGED 2005/09/05 18:45:02 rt 1.5.268.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c2ae364aba232b004178411b5adb14276ed9a33]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:59 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [422b65c637044eb683f02a1748ee8548789583f6]

        INTEGRATION: CWS ooo19126 (1.1.652); FILE MERGED 2005/09/05 14:40:06 rt 1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3087d57dc042bb62172f1e13f05f52519bcc5254]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7df2974d1d2984ee0cbd43cd9c4f3fe2b6e1ae13]

        INTEGRATION: CWS ooo19126 (1.7.298); FILE MERGED 2005/09/05 14:40:06 rt 1.7.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d18539426e2253d25c5bfee3404ef6184b12fa33]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:59 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f81747c5bf0f9a296cee9364c21f86ce0a33580f]

        INTEGRATION: CWS ooo19126 (1.5.272); FILE MERGED 2005/09/05 18:45:02 rt 1.5.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0b4306eb7c6f3720feedac3ab0c9901e2447ac1]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 14:40:06 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7861895e4b6a78da138d16e826d85bad70c04367]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 18:45:01 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [754d4cb20ba9057eef6f23e7a87e4f1d7e93abd5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5fa0c16827bc2f29d9013a9c503ae43656bdd14]

        INTEGRATION: CWS ooo19126 (1.10.300); FILE MERGED 2005/09/05 14:40:05 rt 1.10.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34743ab5f926357f3cf1301870dad19bfa404b7f]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 18:45:01 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [353a3ff34ba525ddf041c9e3279e4bbaa4a75052]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:58 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bf36f482403f01c515f1ab2d10de59315543deb]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:40:05 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac0454b40167cb7ee3594fd895bed92ab55232d8]

        INTEGRATION: CWS ooo19126 (1.2.212); FILE MERGED 2005/09/05 18:45:01 rt 1.2.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0da6d2f8c3b68b3e8e7b71f6f1dcb70297985a73]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 14:06:58 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26221c40f1786158f0c0067943e7f4cc044e3247]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05529ad08506a9ce9d15ec8de47bb2482b06ef48]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 18:45:01 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32e024b3252d162f7f43c3e5a3a7795d9e4ad328]

        INTEGRATION: CWS ooo19126 (1.10.220); FILE MERGED 2005/09/05 14:40:05 rt 1.10.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84225646d92a3990480bfc8c44d62201960c64fc]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:58 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e246127188caa97f15d74d2f6dbfcd6c659b6c59]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64a8a0c50592bbe7939643091ee1be89f143e064]

        INTEGRATION: CWS ooo19126 (1.4.202); FILE MERGED 2005/09/05 14:40:05 rt 1.4.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b33b14912d42f74a1477510d4e198b505dd0d6c8]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:06:58 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b87e8ab1527e42cff7039ac19ad68f86f94b655]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 18:45:01 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1b45018cdb264ca3b3f761d419842d04d9505b4]

        INTEGRATION: CWS ooo19126 (1.7.202); FILE MERGED 2005/09/05 14:40:05 rt 1.7.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68df65acd6b269ce4bac34d36b287c21039d1471]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:57 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6f104d5a0452a442e02f3cfc3a3e3c96e2a46ad]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 18:45:01 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31aab58da4e115ec276750ee6210da76f424eea4]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:40:04 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8583103f5d7d0f0a250e99a03385b98d2f6c3a94]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:06:57 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bff72454d5308b6ff267fb5f8860dfe8450aa04a]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:45:00 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3e9997db966cfb5e32687464d2653a90be3aedb]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:44:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53258242e6d5380b4aaec747c4bdb729773fdc66]

        INTEGRATION: CWS ooo19126 (1.6.630); FILE MERGED 2005/09/05 14:40:04 rt 1.6.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10ac05ea471a163faaa3d8a471491af6cbfaa1ce]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:57 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40c6c69953e462f7d550d589cf7773a0f3326b42]

        INTEGRATION: CWS ooo19126 (1.3.272); FILE MERGED 2005/09/05 18:45:00 rt 1.3.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7af27d888664950106efe566e9fbf02e671aae85]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00d47c08b09a97f42e99246c85ae2e883eb6dd41]

        INTEGRATION: CWS ooo19126 (1.9.270); FILE MERGED 2005/09/05 14:40:04 rt 1.9.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1e125f9d92fbcad7aa0d6b8fe31cc7bd8a6c82e]

        INTEGRATION: CWS ooo19126 (1.5.94); FILE MERGED 2005/09/05 18:45:00 rt 1.5.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8dcf47ba846fab689bb63c53d59de0b31d129ce3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:44:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ee28295036b020771aa0eb98765a3ae2f0e8774]

        INTEGRATION: CWS ooo19126 (1.3.652); FILE MERGED 2005/09/05 14:40:04 rt 1.3.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d11b8657fd56f5d2b31d41c24d3b1ff619a5ec9]

        INTEGRATION: CWS ooo19126 (1.8.250); FILE MERGED 2005/09/05 18:45:00 rt 1.8.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [639f58ce4345a0df2cb208419fd6e82632fa601a]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:56 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8935475561cd4440736f7176113684110e86d025]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [265f8287ee160d638b05f90066b6fd45385abc10]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 14:40:04 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74a580c40854a0896f8461a297e83893995dde1f]

        INTEGRATION: CWS ooo19126 (1.18.80); FILE MERGED 2005/09/05 18:45:00 rt 1.18.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [080c55c5d9b81fd162b255bb778a6e5205a30f6f]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 14:06:56 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84fc93cab7829ff8d203be8436d859cb37509a38]

        INTEGRATION: CWS ooo19126 (1.1.1.1.654); FILE MERGED 2005/09/05 14:40:04 rt 1.1.1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a2e079d8810caa4e1dda6c76232603380dffa4a]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 18:45:00 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55930a335a7f6a5f611d7f0a484a747abb6aaf8d]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:56 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ab9360d7326b44d4939901c5fe3ec1814a666b5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95b0fabf4aee9a3db268f35f224e66a89e557234]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:40:03 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1beef09a79be70915a082c094ea6b35239645b7]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 18:44:59 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f216353badc45de9499f0cd551c1524121525ae6]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:40:03 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1e2054b8dbaf7ddd292d50b3d2dd19cd75f86cb]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:06:55 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04d3f43f4cfd804d531f2df79ba3d0977ac8d520]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:44:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b83f9d772b3b06b233d4acb2c2351a3d71c1836d]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:40:03 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2eb37edf0995abbd708a2536dd3f6b4bb520ef17]

        INTEGRATION: CWS ooo19126 (1.10.272); FILE MERGED 2005/09/05 18:44:59 rt 1.10.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82aaf79e07628eb991f083b7160e899020690071]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:55 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f798ed53c04df55395743820e29013ea950d08da]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:44:42 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f3596b45d69471ba0dac95a2eff4f2f8eea5236]

        INTEGRATION: CWS ooo19126 (1.4.532); FILE MERGED 2005/09/05 14:40:03 rt 1.4.532.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71406b15c2f05ec4ab3f451fa02ddb1809cb97ae]

        INTEGRATION: CWS ooo19126 (1.33.88); FILE MERGED 2005/09/05 18:44:59 rt 1.33.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd486d2e679452dd636001ce80ae9449238aecb6]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:06:54 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24f2ddeabb3a64f0b66b8f5945dbd182da39d600]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f3ba4c8dd20c7b083ad3936ed31d9e8d4f9818e]

        INTEGRATION: CWS ooo19126 (1.7.636); FILE MERGED 2005/09/05 14:40:03 rt 1.7.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21f3204759754c2459a582372ead46bc62af1a37]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 18:44:58 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a56b2e68f924ddcb05bd403504939892c7a76b53]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:54 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [532d243c1a3b8d0bbf2179012f51ea69b2728955]

        INTEGRATION: CWS ooo19126 (1.5.264); FILE MERGED 2005/09/05 14:40:02 rt 1.5.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33091bf3f95b72faaa263e97c4a64eff4f9d582e]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:06:53 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [399f96f0bd5c8f83776d209c5081462a54ff4458]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [532668a64912efe23481b71063768fe32cf25009]

        INTEGRATION: CWS ooo19126 (1.9.264); FILE MERGED 2005/09/05 14:40:02 rt 1.9.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f1c56e4e42f968689e1571c6be456e05a7d8421]

        INTEGRATION: CWS ooo19126 (1.5.286); FILE MERGED 2005/09/05 18:44:58 rt 1.5.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3974f1ffc1af457fd6ead911268474541a2e121]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:53 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2f8e9ab4b15e31be330e534540787d8646d9d7a]

        INTEGRATION: CWS ooo19126 (1.21.202); FILE MERGED 2005/09/05 14:40:02 rt 1.21.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21950622bef88ba01bf650d00594ec071811dd43]

        INTEGRATION: CWS ooo19126 (1.10.68); FILE MERGED 2005/09/05 18:44:58 rt 1.10.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9003cf88d3f0d10a32503245dca4c14ec46dd5c]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 14:06:52 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9eade708e8201824b24d1174dafe6d817368b20c]

        INTEGRATION: CWS ooo19126 (1.65.98); FILE MERGED 2005/09/05 14:40:02 rt 1.65.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [146771602a35b1135cff0f527a19bbadf201585e]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 18:44:58 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d55582fcd51f1c2655a0ed4620f63d7028e7f5db]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:52 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc0797db2012354eff718e48e969608aab77b1dc]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 14:40:02 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdf8d6c80e053c364577ff54c1d632b56cddd675]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc66b149e30a0ab6fab868a2e5a496ea34decc6e]

        INTEGRATION: CWS ooo19126 (1.3.286); FILE MERGED 2005/09/05 18:44:57 rt 1.3.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f274212e7df15c05ba83d1bfc291e98c0630aa70]

        INTEGRATION: CWS ooo19126 (1.8.170); FILE MERGED 2005/09/05 14:06:51 rt 1.8.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6182ff6d9aa7c6932381496e1b8b649fa309bd3b]

        INTEGRATION: CWS ooo19126 (1.12.298); FILE MERGED 2005/09/05 14:40:01 rt 1.12.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66c3be95989340f727dc4fd1005f4e12599e4a34]

        INTEGRATION: CWS ooo19126 (1.7.272); FILE MERGED 2005/09/05 18:44:57 rt 1.7.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a4239af4606e160b8745442685dec7d50a4f3b0]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:51 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5dc3d732eed20f4d2a967b0cd68fd48475128930]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:40:01 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a96886e80e31e4a1851fdaf6f4c2c0bc87135f99]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52cdd04e2e80afb8ea3180983e2bd4b89add1c7f]

        INTEGRATION: CWS ooo19126 (1.9.112); FILE MERGED 2005/09/05 18:44:57 rt 1.9.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18fb2960c6b24987e6d66010e9cbb230da3eb8ca]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:51 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d7c6690f9155b634d26a365e8285edd8ff00d62]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:40:01 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c9e4d417937ce099b51df6a4a9c1eac04ed1f60]

        INTEGRATION: CWS ooo19126 (1.3.270); FILE MERGED 2005/09/05 18:44:57 rt 1.3.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b3e81c3625bea4fef80e5db45cba7869d73b751]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:50 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91f443b21893b41e60e3ced735be7d59dcbbfc1b]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:40:01 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c74a4da498983f5d6a39db0651a197f9f1a6844]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87371aa90984006a8f20dc03e8f668d416a9c787]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:44:56 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe6dd5bba4becdbd7774948c1a537acb66303f57]

        INTEGRATION: CWS ooo19126 (1.1.654); FILE MERGED 2005/09/05 14:40:01 rt 1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf1a0b99d5d2b3d07d4db7a894a5f2b4a1aeba27]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f67bac31bb4967a2ab35102a857c8d6c530f9bad]

        INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGED 2005/09/05 18:44:56 rt 1.4.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6e7820ff30af6dadf2a7db8cdb85f76756603e3]

        INTEGRATION: CWS ooo19126 (1.5.638); FILE MERGED 2005/09/05 14:40:00 rt 1.5.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d9d431e21c98abfe606764ca24316462fc0079f]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:44:37 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1c3f44dda76531f83d01f02c466c1e44659dbcb]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 18:44:56 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d422e98aab7b5fa147dd1052e8ee8beaa1918570]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:49 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a9d913f87d95ab6ceef69deac1367e0f55785c6]

        INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:40:00 rt 1.2.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e082dc5fc525afeed0f24dfdfa4b6673c4f2f386]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ddb173684ddd24d99b3ce605a28a9070241ba7b]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:49 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2cbef309922caeb975233102ce3a660caf3f63e]

        INTEGRATION: CWS ooo19126 (1.6.638); FILE MERGED 2005/09/05 14:40:00 rt 1.6.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e24e14595c09928361546d29a375c176b1a8977]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94bb4b576098e0ba8665096a3c61ddf379bba42b]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 18:44:55 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [068dd3302f0db8f9693071c5dcbcb3eec4d32957]

        INTEGRATION: CWS ooo19126 (1.9.616); FILE MERGED 2005/09/05 14:40:00 rt 1.9.616.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e1dce2f8bd2d2efde8e6ac68c91f7ace3745113]

        INTEGRATION: CWS ooo19126 (1.13.186); FILE MERGED 2005/09/05 18:44:55 rt 1.13.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8469c1fa410f57c35156f00149abc397b5bdf2de]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:49 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6682b860e03d7f61ba1e409b4d73c2d7e8ca0b17]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ae0c53db61c58746ab16060085b1713fb66d9b5]

        INTEGRATION: CWS ooo19126 (1.21.112); FILE MERGED 2005/09/05 14:39:59 rt 1.21.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c97fc8df29cac5695de0618c972acd626b077ae]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:06:48 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c12a7afe87df7a6f40454d3a553a31a3188b910f]

        INTEGRATION: CWS ooo19126 (1.7.138); FILE MERGED 2005/09/05 18:44:55 rt 1.7.138.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc64d5d0ebcf86bc3ac5004980f9e50a69ec0bd3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9243954c9c7842d1f01373096f6574c060f2c53]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 14:39:59 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [232a99daf80aa31b7457575b95adf4c041a83064]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:44:55 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77a0e68172c82cc1a0ee054ffd9b4c56942ef1b7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [528d0664ef4d0f8684a778f3a534fda551fb03f7]

        INTEGRATION: CWS ooo19126 (1.5.220); FILE MERGED 2005/09/05 14:39:59 rt 1.5.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14c1ff7cc555ce97e070791fc79478b175cf2120]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 18:44:54 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ff81ef52e185486313bc46fefea75e25a922bd9]

        INTEGRATION: CWS ooo19126 (1.3.644); FILE MERGED 2005/09/05 14:39:59 rt 1.3.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [315bb47acd2cb79d942376a6cbda287a389365f3]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:48 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b84ca5a20d409efe77f4b4387a71ff8bbe18983b]

        INTEGRATION: CWS ooo19126 (1.1.286); FILE MERGED 2005/09/05 18:44:54 rt 1.1.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d18565763d13884fdacdd71ad19808f266d7d3c6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f1fe885680a501d0dcd9014df5067dca8436f82]

        INTEGRATION: CWS ooo19126 (1.7.220); FILE MERGED 2005/09/05 14:39:59 rt 1.7.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4a6dfec3ca1a4f4eb84aa18fd69d353ebdd39b2]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:47 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81d8ec5aed0274cef63ac8e89dc65f5bb9083ead]

        INTEGRATION: CWS ooo19126 (1.13.86); FILE MERGED 2005/09/05 18:44:54 rt 1.13.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fabf67288b0e36edf935238a4a8b2734f9242fd3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:44:33 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8973451ece422dd70e0ca0f396d5555215c4017c]

        INTEGRATION: CWS ooo19126 (1.19.608); FILE MERGED 2005/09/05 14:39:58 rt 1.19.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa4e0ce1dbf2f31e90bce2644d559a814e7bee5]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:06:47 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e3dd20671a68768f58205203a0fc8b045cf3470]

        INTEGRATION: CWS ooo19126 (1.3.268); FILE MERGED 2005/09/05 18:44:54 rt 1.3.268.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51d6d3240c23b1b07f26113d9070b3f8126b31f0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6eb48843e9f812b1d471a9de4728fad0e440458b]

        INTEGRATION: CWS ooo19126 (1.38.110); FILE MERGED 2005/09/05 14:39:58 rt 1.38.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b003c9a142084f80c7085f1a88d40af22a9738e6]

        INTEGRATION: CWS ooo19126 (1.7.268); FILE MERGED 2005/09/05 18:44:54 rt 1.7.268.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73b581c0b80c033846f3b8bc5957386769147a9d]

        INTEGRATION: CWS ooo19126 (1.8.626); FILE MERGED 2005/09/05 14:39:58 rt 1.8.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0359e13ef6d11ffe9d95d77ef6f19f6c3c803c2c]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:44:53 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0a33d60aeea648cdeeaaacf087c36b33f3e4af5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [598e0fca2fb353e51b23259016dfecbbdec33699]

        INTEGRATION: CWS ooo19126 (1.14.298); FILE MERGED 2005/09/05 14:39:58 rt 1.14.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cf0724c87b5da54a6bdabb7da2a59c2891ab200]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:46 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3288a117fca050a824e2f62f030cff317d976db]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 18:44:53 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad63ace81c321c6bb3f67677296ef9fe8875d50d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb66d0cf26403201abcb3510090e8d15f77693b5]

        INTEGRATION: CWS ooo19126 (1.4.640); FILE MERGED 2005/09/05 14:39:57 rt 1.4.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f831a1e2b7ed239fc1235705eb5efd0d4ccc65c]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:46 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d80f2c38c4a26738169fe3296f585ceccf68f28]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4894bb961007672ee9b0bf88e339613ca19d3d34]

        INTEGRATION: CWS ooo19126 (1.4.654); FILE MERGED 2005/09/05 14:39:57 rt 1.4.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fed2f8f8efe046965ab126ac6055f5eb26ea6210]

        INTEGRATION: CWS ooo19126 (1.16.112); FILE MERGED 2005/09/05 18:44:53 rt 1.16.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [382d4598d0a83747131a50f7cb507ac2d324ee47]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7f278414babfbadfe7236271f38e59d27a2cd72]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 14:39:57 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c13ad3e2148ee6db562e40199147bdfc4e9870b]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:46 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9cbc3b501667c65ebf4fc9807152a9e11d26e4ad]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:57 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d506f8b31eba2070fd433a413036d9ef4d675c82]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:06:45 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44db26c7844b8fd60d5572a64d7079add77be8cc]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 18:44:52 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22e10cb8fdfcab7e847e37c42a32c195edcf7a3a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cf195eacf723055f5d3a31c4c602b14d64e18de]

        INTEGRATION: CWS ooo19126 (1.9.298); FILE MERGED 2005/09/05 14:39:56 rt 1.9.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4877c0d3d46c4d06ce8aa4f84c5ddddae4866d4]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:45 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e39fa94f9f757a69d38ed84116cbffb7c32cc930]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 11:44:27 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a378e70168615651f09ce793cbbbf27ff354c8a]

        INTEGRATION: CWS ooo19126 (1.8.112); FILE MERGED 2005/09/05 18:44:52 rt 1.8.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5cedef97d4e6c0db806a276be74463ddb724def]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 14:39:56 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16e3d7e25f1ca6b769517258a1c810374608020e]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:06:45 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [807fe9fef07d7adc3a1c0ab8a1160aeac91ab2a5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:44:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64caa0394db2c0cf573f9d11ea0c421fe2d972de]

        INTEGRATION: CWS ooo19126 (1.2.294); FILE MERGED 2005/09/05 18:44:52 rt 1.2.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05ba7d5321729974a759d14a58a687e2e9d33412]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 14:39:56 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4569655964bad1ade71a1366852c6107dd358391]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:44 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea63dbc24dff595fc3497da81121726111c9a630]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69d2429f8a23b1e64a33a192ee85b785de1adb49]

        INTEGRATION: CWS ooo19126 (1.3.286); FILE MERGED 2005/09/05 18:44:52 rt 1.3.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [085244d90b18409dca55707173dc7e3440cb6e76]

        INTEGRATION: CWS ooo19126 (1.3.620); FILE MERGED 2005/09/05 14:39:56 rt 1.3.620.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1984882bfd0167f882519e62a38c23063b32e2c2]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:44 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac36d0c05592c9e83e9fbee46e7ea322a9ee3931]

        INTEGRATION: CWS ooo19126 (1.4.286); FILE MERGED 2005/09/05 18:44:51 rt 1.4.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12fd6733e1b8cda2217746fee52b3ce8802d4b85]

        INTEGRATION: CWS ooo19126 (1.4.620); FILE MERGED 2005/09/05 14:39:56 rt 1.4.620.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8049aa0c6cab3cee50f3fd2c7154f539c789606]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b90f4b616ef5c1ee5c57eb1981b26bb61a686308]

        INTEGRATION: CWS ooo19126 (1.1.652); FILE MERGED 2005/09/05 14:39:56 rt 1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d62e6ec3cf4994448a256bde80f0e1c6fe132ed]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:44 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a34c6f0be0c36e8d111baa9620763c7c78b3fcfa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:44:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6b22710a871fdb4438167fe90afd3bb999aa0ac]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 18:44:51 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [985ce7b3d42352428d4d199442c95ee9722713c0]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:55 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [398d569960e4aaafaa23d13bc697407e3dbd48e7]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:43 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d43a7621cd57e6f3f4185f8289ce950c6a980f8]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:44:22 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14e9d5adc9ee71de969f98b3bf28506da04285f6]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 18:44:51 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cde7e88fc68935458d369aefb772581b3d5d31a8]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:55 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ced546d82135e8efb2091ec3ba1fafd07a064a7]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:43 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f58b59532c6f28daefc859bb785682a7b745ca76]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00429888f37af8806c92b26a2a3304d8bc8a3f83]

        INTEGRATION: CWS ooo19126 (1.4.282); FILE MERGED 2005/09/05 18:44:51 rt 1.4.282.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f73cf711dcfc820314cc73b1e29a7f8def168150]

        INTEGRATION: CWS ooo19126 (1.7.298); FILE MERGED 2005/09/05 14:39:55 rt 1.7.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e23219cffd1344e7a9fdce7e0413ea8b5fb8728]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:42 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [463f958c248c3a4bad84a7100ad8a4bac82ea25b]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:39:55 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [172e2e18cc5293f05c986d2bb6bbe5a33584d90c]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:42 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3941243494fd9b8eaa43a37b6954d584b10854a]

        INTEGRATION: CWS ooo19126 (1.4.270); FILE MERGED 2005/09/05 18:44:50 rt 1.4.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [763cd4c6a433a320e2526abc43e579464d5ee5a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a42d640dcadf606202b2b94a9030ed16e6a3ba79]

        INTEGRATION: CWS ooo19126 (1.8.150); FILE MERGED 2005/09/05 14:06:41 rt 1.8.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9361332329ba9c6fd6deb11c86056b064d990e0a]

        INTEGRATION: CWS ooo19126 (1.6.636); FILE MERGED 2005/09/05 14:39:55 rt 1.6.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [092cfb86a1fffaa86450b52e66da21c8f8e3aa03]

        INTEGRATION: CWS ooo19126 (1.2.284); FILE MERGED 2005/09/05 18:44:50 rt 1.2.284.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edf44b33631d4fe0b7e6b3b872fa0fcb07a2bf90]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:40 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54a865edcc5f5f02ca91cebd74caaff2e4a2127c]

        INTEGRATION: CWS ooo19126 (1.3.320); FILE MERGED 2005/09/05 14:39:55 rt 1.3.320.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2c69d16e30aee944bc06f1140efc49652893634]

        INTEGRATION: CWS ooo19126 (1.8.270); FILE MERGED 2005/09/05 18:44:50 rt 1.8.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [223b7039f5ed5831172975f7ce4e08c70af6725d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:44:18 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [092475cb98972580a29f819c699c9fe2cb3f1693]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:40 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9391237ac50040eb39f83a067de1391d8a975848]

        INTEGRATION: CWS ooo19126 (1.5.320); FILE MERGED 2005/09/05 14:39:54 rt 1.5.320.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [477525175c12f34f623548002d5e641c9691e325]

        INTEGRATION: CWS ooo19126 (1.3.270); FILE MERGED 2005/09/05 18:44:50 rt 1.3.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23e7888501d15a9beb7111205e5a09302139d08f]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 11:44:17 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7e51e1370518b451633ae02aa4277e7691cc83a]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:06:39 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1866888369469e023951bede6b3f8b99fc5a7dbb]

        INTEGRATION: CWS ooo19126 (1.3.650); FILE MERGED 2005/09/05 14:39:54 rt 1.3.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c7697020b43a1cfab8161f7658044555fc9ecfa]

        INTEGRATION: CWS ooo19126 (1.8.124); FILE MERGED 2005/09/05 18:44:49 rt 1.8.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa415b186323ac7e92dcee3f401af8ee857de825]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [676b1df6d3e23d9866c4dc67ddd54c56ca798308]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:39 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5beef6addfa132d82fe058c0772b466a09e28075]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:54 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b1b41c7a64b619328b9abc15f542e949f59448e]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 18:44:49 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7c397144c1dc2c9df36ea99d608583b070f6b6e]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:38 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d9a105700d5acbebb9b4c9d784d7f63d53786bd]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:44:49 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bbe9541f811f5fb301b08faabaf4f966e356770]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:06:38 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dffeadc35c8f878e67684395fcd62e5faa215ff9]

        INTEGRATION: CWS ooo19126 (1.7.298); FILE MERGED 2005/09/05 14:39:54 rt 1.7.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5847d0a9b207dbe5e9b1351e445a72a31d11c8d7]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:44:48 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f2a17b6ed9122630aaae052d63b2d38373914e0]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:38 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [435b62c984939139fb33868b76b7dcd8cc675ed1]

        INTEGRATION: CWS ooo19126 (1.6.630); FILE MERGED 2005/09/05 14:39:53 rt 1.6.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbaa964ba2b0434f7cd08cde17d43d6e55ccad9e]

        INTEGRATION: CWS ooo19126 (1.8.34); FILE MERGED 2005/09/05 14:06:38 rt 1.8.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d519d96113aed9814bb4b4e78693ad1bf13aa3b]

        INTEGRATION: CWS ooo19126 (1.13.298); FILE MERGED 2005/09/05 14:39:53 rt 1.13.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f12c8243379f8d06c9d6b529fc4a843342e261d5]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:37 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [414de1dd33b0f93efb64a0b8a9b8ece8351528ba]

        INTEGRATION: CWS ooo19126 (1.1.652); FILE MERGED 2005/09/05 14:39:53 rt 1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32d53c9edb9eb68b15bdb3d1574527a2ff63518f]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:37 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [647e2b78d25ac0f3bb0e7976c809b944f6c7f82a]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:44:47 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc3d93d0a7258cd206c53fe7af6ba9839958d06e]

        INTEGRATION: CWS ooo19126 (1.8.34); FILE MERGED 2005/09/05 14:06:36 rt 1.8.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a69378e9f9c0a52949dd8c2ebbe578599965faa]

        INTEGRATION: CWS ooo19126 (1.7.538); FILE MERGED 2005/09/05 14:39:53 rt 1.7.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc2c20230d83c20c8a892333bb69b712a9dac39e]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:06:36 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae3d73a5e6a15bf5440d5bb84e47e84bc3c3f5d0]

        INTEGRATION: CWS ooo19126 (1.10.538); FILE MERGED 2005/09/05 14:39:53 rt 1.10.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa486b4974734da2194ef01b5b04cef3a5d1210e]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:06:36 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4171a8ad2b0148be219578498937ccaeebac93b2]

        INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:39:52 rt 1.2.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6e4e036d11a7361c559112bdfd3f568bfce8deb]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:06:35 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d80807471656eb437b6ddd3068813fcb3b2562a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc895f39725813d4cf52b215375e2cb134c72db8]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:52 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd7429e9598a916deab5a9a0fb5cd16e5e7070fb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b022ac1dcf3cc887c55452c28f27236dd48c026]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:52 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16531ddd0fe2aff17d68fdadfcbe9386b3f85d79]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:44:46 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99b46c475c08b162732611edb60caa3b8649d20d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac75e29ad26ca2021b21f0bf4df4b55ad2b5f378]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:06:35 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c6a342b9676f89b9caa9a2cc9179dfa3bc9fe3e]

        INTEGRATION: CWS ooo19126 (1.3.538); FILE MERGED 2005/09/05 14:39:51 rt 1.3.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07c175649ce73684e1252db6b0c827ce44c5e590]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d58d542c9850f8d8e4f5271dda89d1d1992a3a4]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:06:34 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54d994c07011159d3ee87144d0d99efdcfb94af9]

        INTEGRATION: CWS ooo19126 (1.7.302); FILE MERGED 2005/09/05 14:39:51 rt 1.7.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a35b951d5827fe123b5dfb4c1428de885e12fd4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23fa1bacc0fc3d1db193acd8370cb2b2e8032e1c]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:06:33 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a141302342939b432c1b3d6dc99b0f2e708d9d3d]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:39:51 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acb61c328eddb88f43291f3f9055f8e90ac96e2b]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:51 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c225d8b64a4d7e5ec679e5f4d977ee74bbb38dfc]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:44:45 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73c51f88513fc1f54f957734324dbcab06b7c48c]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:06:33 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b103693df29aabb868cdfe1ef8d50ef601ad6631]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:44:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [208e524a71f2fcf36a99a4d0edcaaefa7cb047cc]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:39:50 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23a78fc45da89af0517625df7e66d33b1a1a550d]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:06:32 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89fcc24d9edc11df8267f8df1899f6f6843ff5b4]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:50 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92445eb9e9a4e7653dcc8d038a95ef6010e14243]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84f5bde7e0182ab6924ef88fdae47bde7e001bda]

        INTEGRATION: CWS ooo19126 (1.7.150); FILE MERGED 2005/09/05 14:06:32 rt 1.7.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b32aad9f6b30bca2b41f53726d5502a27f58055]

        INTEGRATION: CWS ooo19126 (1.2.638); FILE MERGED 2005/09/05 14:39:49 rt 1.2.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a27e16563466d63f7f9bf5ec620f80a2893c4739]

        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>  [efadc309df620e3e669d5c060aeddf85dc36fcd6]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:31 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3927c9c2730ad7a650943d52627fc4d17cd8faab]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:49 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cc98920f55a4c83513c7637abe0e6ff5e98007b]

        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>  [c1227c894ddf2141ac452c03d7bb0de9dc8f2b34]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2e7840de639b74b854bbd24a047a9114e422f79]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:31 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7dc78f42530b305dd4c4991afd8669719d6def5]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:39:49 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b832c1c12dbeab40f828799acf3b0f7e7e1d3b99]

        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>  [61b78d262a4e6ab6e1f51dda929518f60f641c0e]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:31 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d100253d6e336d6e20244064b0ac8210b203dd39]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4b1ac69d6cffe0bbb96c6b99840d051b78db71a]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:49 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b549eb393024606373d97283ffcc516fd67d559e]

        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>  [b2910b019955136bbeec7434007d0925d04ec69f]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:06:30 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc10ffad81d1bc9114ec2362fa9cd8e95c538bf9]

        INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:39:48 rt 1.2.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f25f5bb4c9982750531f67ec1383ea73a4dfe7e]

        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>  [ac22785dd1f5cf72a0adcfe180b0183d709933c4]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:30 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e8b877e1346962c4f2e99c1dd015f91a17814d2]

        INTEGRATION: CWS ooo19126 (1.7.620); FILE MERGED 2005/09/05 14:39:48 rt 1.7.620.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f972ae1e28077e8d5e9a65500c9a45af251d69d2]

        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>  [6b2cdd74c79088ef52cd1337cab54b5c96ddbf12]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [295b1efdf89ce04d036e63ddc5f4f865bec8a2a9]

        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>  [eca8c8038474589de87f26e654093708607d17d5]

        INTEGRATION: CWS ooo19126 (1.8.608); FILE MERGED 2005/09/05 14:39:48 rt 1.8.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7750904f1632490107cc47297bb4ded7fab0dc5]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:29 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e175b255e5b3d7660a0681843e31392eb11a4b7b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e80978cfbdf5b31f49727c8d42dde569fc792e6b]

        INTEGRATION: CWS ooo19126 (1.3.638); FILE MERGED 2005/09/05 14:39:48 rt 1.3.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10c579d1eb10ce5f571574989f170ec26d3ed0a5]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:29 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3ddc6eb3be28567cf154df447d46c31c3d342a3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [874558b039d450cdc07840db4875815f47e4f567]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:47 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d2f8ab580c6045d21a298cfeb0ac320e7956065]

        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>  [c5a1256d3d0e1e3172a9d78f61b0146d8034c02d]

        INTEGRATION: CWS ooo19126 (1.10.34); FILE MERGED 2005/09/05 14:06:29 rt 1.10.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8be8afb06a335e4a786e3b85323193f8ed92ece5]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:47 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [328048caff125b3c6bba3e703eaea70bad4c0a3d]

        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>  [7895adcf994ccab6b99b0419b054bc63d514b1b3]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:29 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ec92f4a3e2210707d01b8d0e804cf744770b15d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b810d7e1c0df22a3d255e37f0a27374310cf9e75]

        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>  [0308bc76f9af5d872c46d442c4e3773d895387f2]

        INTEGRATION: CWS ooo19126 (1.8.298); FILE MERGED 2005/09/05 14:39:47 rt 1.8.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b91e956973ee4c2f90516498a4e6e34cded472c]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:06:29 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f8e5865f9b7e705c9bae2dffdbf53a051a0224b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a148372e2fef872fa9294a089ef63dff9ca0efb]

        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>  [230bd4826b352400240bd7a66fe58c5123aad14f]

        INTEGRATION: CWS ooo19126 (1.14.126); FILE MERGED 2005/09/05 14:39:47 rt 1.14.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9e5e608c15b039f87473988c8ce6b152f9d22b8]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:28 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa8f489353db2cd528809108411094f1038e2f7f]

        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>  [b661c6fca9793a059eee5cdd8aa76148824e609e]

        INTEGRATION: CWS ooo19126 (1.1.654); FILE MERGED 2005/09/05 14:39:46 rt 1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [875ef6c6ee1a0991111c11b4943adf01e3c72ae7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6d9f5d31bbb135ff63e2d0f4fb7f3d961fd586a]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:28 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1925209abdd33d2980ea638c09c87c6e7648ec3f]

        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>  [a43c8d21af1f96d197d1209da0bd849a61145864]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:46 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41890cfe1887241aeb054cbb97ce51528a8f6346]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:28 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [530015c5b895f6c54428b570b6fed088ac666a6b]

        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>  [1fed746ff76bdd254739fbaa50b20208c96867b3]

        INTEGRATION: CWS ooo19126 (1.2.626); FILE MERGED 2005/09/05 14:39:46 rt 1.2.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a251af0c2861f49435b8247eb70fc22c248af59f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcb9ede87ba5e79a08a9104e0d66380ddce4df27]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:06:27 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a5a40eda2d1886caee1e468f95a21e81a5035e0]

        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>  [079655d939c2a5daa86a88b7d0dd1ca4e690f125]

        INTEGRATION: CWS ooo19126 (1.8.498); FILE MERGED 2005/09/05 14:39:46 rt 1.8.498.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bf1fe51311c391821f86ec9e8f8e4f9a4f76ead]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e234c8272495ebb7af615eb855739190f9cdc8d]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:27 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [321a2a33ad9fd021ce6f0f70e2f483c2f7a1cf6e]

        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>  [e590dca956483129c7ece55987ebfaefd25380e8]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:39:45 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ca4ef8dba9880b480ed72286c42f8e9a0a906b2]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:27 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bd2ae6ed72fd5aeb3b765cd4f0836f399b19eb5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a53786de54439b2c1187ffda37ef51ae00fcbf5]

        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>  [ff56cd8427a9832e8e2d58fb298554d057334346]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:45 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af86dfdad327f2de07e79368bc61da47a82b5d91]

        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>  [35a24af142d69f6206a47fe484baefa4b33d0e24]

        INTEGRATION: CWS ooo19126 (1.2.648); FILE MERGED 2005/09/05 14:39:45 rt 1.2.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3196fd94caa1fa6418e8109e0aae0287523aa856]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:26 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f2dc7b9726ba915bb3f5e0f1ba1c3a01a3b80f8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbb7e32b99b5ea4bec7c8db87ac829a0f6c66f6c]

        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>  [11ce330e2ca983bea1af6ec1027a864cd6711369]

        INTEGRATION: CWS ooo19126 (1.8.498); FILE MERGED 2005/09/05 14:39:45 rt 1.8.498.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96cb2c7643ecf8175d04a71bbfb200d1a4cfab20]

        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>  [bacc36696aa9f6d913c9c82be5578a2f3faede6f]

        INTEGRATION: CWS ooo19126 (1.2.532); FILE MERGED 2005/09/05 14:39:44 rt 1.2.532.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38f209d0018af448509328d76b5a33a8cf30ec81]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:26 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95060dbc656af860f6b400f9acc2a332ea9c7fae]

        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>  [6afe1a09533d64ab813ee9911f6c51c8f65cb2a6]

        INTEGRATION: CWS ooo19126 (1.4.532); FILE MERGED 2005/09/05 14:39:44 rt 1.4.532.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1c0470808b24122ece0ffa3739fa5ea75ec1ef7]

        INTEGRATION: CWS ooo19126 (1.11.40); FILE MERGED 2005/09/05 14:06:25 rt 1.11.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b322e45c988d166c7b21e681a7adbf523c74d3a5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6723dc879674ef02acd381240cb9f5f1b7d06cad]

        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>  [20f9a4541c4654044e2b1a08d48060e508efb7b1]

        INTEGRATION: CWS ooo19126 (1.1.642); FILE MERGED 2005/09/05 14:39:44 rt 1.1.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc573dddeea3bdd27b9ad52725ff424a9b49ebb5]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:25 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e646cfdc805c8fc8b94214cde02df2900b7bfba]

        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>  [a660ca11c4f837502755cc589356468795006972]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:44 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfa2d0b0eeddf6a659d48448fdb5f07025fb4ed7]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 14:06:24 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27ecea6b858338cb67b487ceb45bdcd1aefe0ae0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bfdc05e060ad6b6b9090315b74f1f529af2c50a]

        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>  [c5d291665715e97d61636a806472e348e243b927]

        INTEGRATION: CWS ooo19126 (1.4.330); FILE MERGED 2005/09/05 14:39:43 rt 1.4.330.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f7c576f3083f68c4ff9cfa48e17da80d1fea695]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:24 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c358bdda4b2aeb65e1aeccf46face6c118b9831]

        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>  [b387cbab5ceb54cd1870928e27ada2f22f35a973]

        INTEGRATION: CWS ooo19126 (1.7.298); FILE MERGED 2005/09/05 14:39:43 rt 1.7.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74522829b36ef78c4cae48367bce4b5487da18f8]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:24 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [448b60e31061b643f70290e11518da69abeb3bba]

        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>  [429868fe80d628cb7968cddff08ab6c18b1dbed8]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 14:39:43 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d28aa461a7290df53aa4f987e9e1ec5d83faae13]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:06:24 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3823197d978986e79a5af8c8b2f046586692b42b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [623b87c05a1d5976c1ca1e4fd4e960695e70025f]

        INTEGRATION: CWS ooo19126 (1.10.298); FILE MERGED 2005/09/05 14:39:42 rt 1.10.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4d106b6815292674568a4d2271f81395b6e5ab1]

        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>  [3680db9c0c1c04d915ef4acda6ac0f62ffcb5fc1]

        INTEGRATION: CWS ooo19126 (1.2.644); FILE MERGED 2005/09/05 14:39:42 rt 1.2.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9de3e98f17f87b0838c273667c2ef3682cdc1e55]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:23 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25ad3bc49225fe962593bfdbf93db7f699d04031]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:42 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2971e05f840a0e6c0fb86f663e0bb9c5d8178be3]

        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>  [f6624105ecfcbec587598c7710dffdad26a04a85]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:23 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb3b123075def004929c6b8ba7e0004f48cfeb3e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c9add3ceada317d6e887012530e85e5be455fb3]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:39:41 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a61f08577e75aa642a45f5fd270fb9bd8d342340]

        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>  [70be552c83843beecbdc2a6b81fee1fea3ea5747]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:06:23 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4e8a7d776479f613a1ad5e3542532e52b04090a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e68976529df0589b98bcb8884ec539843d191f82]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:41 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d26767dead31e42be434e99611f585e3d15831e0]

        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>  [f0beb79eb87728419347eeac7f2b0a0e9a20fdbd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.654); FILE MERGED 2005/09/05 14:39:41 rt 1.1.1.1.654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69ad8066403c919f3c9caf19bacf7b3169fc0d55]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:23 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53b39636b371c3c85dea09c05bad660abaf9a662]

        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>  [0b312bd9d345f99b6e1b6273331a41663e8e80a4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0dcecd0199d10dcbf5b25004fcf94ca41ab2cce]

        INTEGRATION: CWS ooo19126 (1.11.298); FILE MERGED 2005/09/05 14:39:36 rt 1.11.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b2397db08c6e6c2ebf33d52062b1d60fe247aeb]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:22 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03387c443764ab0091a0a03b4507a1261ed7e292]

        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>  [716eca7a7551e3e5fd1446842e16796797cd1854]

        INTEGRATION: CWS ooo19126 (1.11.298); FILE MERGED 2005/09/05 14:39:35 rt 1.11.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e068eb1e6b51d5c7c083c743f42ed17e2b805cb9]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:22 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0aa751bd5e415bb3aa77ec6c6f81966228c4e1a4]

        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>  [1fe117037b52e68c305ef1976e7e92c080a4a987]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aaf00c98fd23809dc3c61806f79ec2d94aa8d492]

        INTEGRATION: CWS ooo19126 (1.35.200); FILE MERGED 2005/09/05 14:39:35 rt 1.35.200.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd75509fa884ba4a5d5d9956d95acd2f65bdf262]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:22 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0f725205c13617d60478e9712d993000df72e5b]

        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>  [82948802ecd9461d88d22a12b41bff40cb91f2ae]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9729f067dff87c892a554e0d7ea10079477483d]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 14:39:35 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a28a0cf427d9d8b1a846585e77fad7b4dcdb852f]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:22 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ebecdadea6060f704fbe13315266d7ce1478b169]

        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>  [317899b9388f56eae82e4f842583bd9c0dc4b2a0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d825dd3b8f4e807563456758bb7459b55f69c8b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:35 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e45873ebed9edda034dd14f8e90d0fb688cc7c11]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:35 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [527232186bae4d0d68ededc367dd56761dd7288d]

        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>  [8f3af97b3f4a1c835ca22dea96443aa2c850579b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74a40a71f63adef9fb068a1c07006e0ee7127761]

        INTEGRATION: CWS ooo19126 (1.13.42); FILE MERGED 2005/09/05 14:06:21 rt 1.13.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec274eff48e36a2473dc15debe7c3abf64700e60]

        INTEGRATION: CWS ooo19126 (1.32.294); FILE MERGED 2005/09/05 14:39:34 rt 1.32.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50360e671212e5241feec416ef1b82f17711bcef]

        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>  [3d037a75cb49087f041b10aa55e4dd48a977ee36]

        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>  [063398cccff95003a97555d40bcf7200f53b6d09]

        INTEGRATION: CWS ooo19126 (1.37.112); FILE MERGED 2005/09/05 14:39:34 rt 1.37.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad713adb0c089ddbfc96af7611c3d2c127b9679f]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:21 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40f6ec9346bf0e1fcc8e4711aa20bed5caee1fc1]

        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>  [c752c014c58b4f068f21ee49ec29b7b1c8a328c9]

        INTEGRATION: CWS ooo19126 (1.40.218); FILE MERGED 2005/09/05 14:39:34 rt 1.40.218.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e38ecfc171726dfad4d4143c34d67a6a1dfbe2c]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:21 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4acf2900dd15005a8cac0133014fe5e592ef0e1]

        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>  [db6e3d4204b5febfc884b81b9f3e65866ef87b3e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:43:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a515901cc2710613c15f4592a7b2968b5ddffaa8]

        INTEGRATION: CWS ooo19126 (1.22.200); FILE MERGED 2005/09/05 14:39:34 rt 1.22.200.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c526d64945c68cc9fd65e94a8daf46a84e6b63e]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:20 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7538aa61993bef9a6b716381b5571e1dce77ad4]

        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>  [09526d3cd95337d27aaa8a899e2c2fab931a7aaa]

        INTEGRATION: CWS ooo19126 (1.34.94); FILE MERGED 2005/09/05 14:39:33 rt 1.34.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16905a75de1aca1c5f8547073c10f2025919f4a9]

        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>  [4be4a8ed7618269e28c0e29771a6872cf493ded2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:43:25 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c14095ceb8615c3a9d081b9a5d397c668b22431]

        INTEGRATION: CWS ooo19126 (1.43.94); FILE MERGED 2005/09/05 14:39:33 rt 1.43.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a14a2113c6ee9457312653648e684af519a63566]

        INTEGRATION: CWS ooo19126 (1.12.42); FILE MERGED 2005/09/05 14:06:20 rt 1.12.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9555400ceefd44bf9e980e8755db024c3ece259]

        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>  [9da6169dc8f1668f26b82c33c5f5e33d0eb3258b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc13b35a96af3d14b6a98adc8442f93afcf62250]

        INTEGRATION: CWS ooo19126 (1.12.202); FILE MERGED 2005/09/05 14:39:33 rt 1.12.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b34556e1ddcdfad75973bca1a4eae6e34a46d420]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:43:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [854612f4157990e8297eddb0ecf933aad9ea6d2c]

        INTEGRATION: CWS ooo19126 (1.17.134); FILE MERGED 2005/09/05 14:39:33 rt 1.17.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f8e8b952fd1097bdeb3184975be6a1d32c7733e]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:20 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d0a1ff834b95f8b139a814e3549d95bb2837a33]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1d4db146af0d18e908e6f7f40fe78a3e0a23f44]

        INTEGRATION: CWS ooo19126 (1.19.180); FILE MERGED 2005/09/05 14:39:32 rt 1.19.180.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b20c9bb26c982a143b83ec95b722a739aa352d9d]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:19 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [513b04464b8bb5eff0b9e8ff2c46bc6f97fcbd64]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:32 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6a07316f0d65b1870a049928f66503932f0f378]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:32 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46fd197e29b20c7a3bb9d2bf82a76ba292bd102d]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:06:19 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8def6b725dae6415997c991ac252174d5155a99]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:06:19 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36658baf8c76243bc80d7384f70a4a240a693168]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4df69217cceacd24391292ccea3c8596ad9479b]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 14:06:19 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [973bef75523700cafa83ea3daa153eaf7374c089]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:39:31 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8bace130e27bd4507a9573bce356eb4f1c04b94]

        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>  [e97575fc21be57bc700fbf81b423ad6471706406]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:18 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [955e29dc01ca0fa2661580fa16b83b5aacc9692b]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:31 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21a83b5268b21f0cbf0dc6ed59a90111c80b627c]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 14:06:18 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7381db234871a1201e2358cd61b7a65c30053cf2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:31 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0aaa6c3f1ac9afde69e1a60924c1f7a89347abc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96e636f7d306d376e494924270d88f39b1675014]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:31 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [295dd1c993690d882d8bd5f5653170ccdc33680f]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:18 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e08969c4acbe612da64730431874dbd024274487]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 11:43:19 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29e246511bac725dd85cbb42741525504010723e]

        INTEGRATION: CWS ooo19126 (1.14.202); FILE MERGED 2005/09/05 14:39:31 rt 1.14.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c4a028448dd71b3928ba0111eb93ec74beb92bf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:30 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17165b72bdd066c2c2928fff84b387da31fc215d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef241df0c72ab5588938c6af1113889bbb0f05d7]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:17 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe84a00e05b9898c61b23d86dddfef8f9c5159f6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [249ed2a8eb402b4704b85f0e150473af108c90a6]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:30 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f296c3fa76cb046986dd30792ef0c7e011e9322a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5416baf84c20a90051ad3d3b74b3797b281fdb04]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:30 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e03ea77c39e3b489fc9ac090494b5a52827c8c32]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 14:06:17 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e538066454274da49715814ca4fc6161fb978e4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [836a5491feec14d243b9b22cc56ba27aac7cacf8]

        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>  [0b5f361675d6079ff7225fb5c1afbf3869b34b02]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:43:16 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [733f726b5b3b6991ef499210e18ee5ec33d57af8]

        INTEGRATION: CWS ooo19126 (1.12.202); FILE MERGED 2005/09/05 14:39:30 rt 1.12.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8de3ca92361c0de0b6af6753c7750713c992125]

        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>  [f3f6a320cf7255aa0d9bfd835cce9eb93c4027c4]

        INTEGRATION: CWS ooo19126 (1.24.202); FILE MERGED 2005/09/05 14:39:30 rt 1.24.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f156baf968cca3b6125cfed9fc71b0e9ae2de5a9]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 14:06:16 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ffca64bd2ecf5248734aacaf2dadf70e92f5c72]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd8b362edb7d4eca227beb1e535df6acda97c49f]

        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>  [a89b8603ac69bb7eead0b91c7e3409ddadd31c73]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:29 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [489d6bb2efa5f91d851cbf0b4ef0d30f107d909a]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:16 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [924f3b32e704cb1ceb560d9341d9a7a8688166a8]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:43:14 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30a3428f287786a90ae310e0ae5ff9b7c8e5021e]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:29 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fa4bbc87fb35ddec6a283fb307f550f2f183b5b]

        INTEGRATION: CWS ooo19126 (1.16.16); FILE MERGED 2005/09/05 14:06:16 rt 1.16.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfe58e749caab4092f3aa390cda82f47a756cd8e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:43:14 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90baefa20464f4cd36089d0eee2cdfbca07fa9f4]

        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>  [f1db7086e2e7539b23abbfd4403263d9e688f011]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 14:06:16 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [585b7d38f54a141931a3b3d9ad1130c7a5ce9f31]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3fe4180c0dce4771be6b3fbf94e3da21b68b156]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:28 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aac6f6f60b2720994fc7b4bed38cc83e30f468d7]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 14:06:15 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80e71d9a0283efcec4601a299c2afdc741cf59d1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3fa0bbfaac5c8248de43bb222e6e095b37511c45]

        INTEGRATION: CWS ooo19126 (1.20.94); FILE MERGED 2005/09/05 14:39:28 rt 1.20.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a73357208f344c5af726e34066dcb3448dfc3d2e]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:15 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3aa9e709ec2ddf4575b8fed57b0a4853ffa6592]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e42a1b3a14e1d3e9aa5efa1c6edbe87826887ed]

        INTEGRATION: CWS ooo19126 (1.29.170); FILE MERGED 2005/09/05 14:39:28 rt 1.29.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9dcd19d484938ac2eb92079eeef833984d4c0165]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 14:06:15 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c46fe317f8961e7ea3194c5ef1e51b2fe16b0fc6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b53087f8dac5f26484d325a95c67b911e0b0339]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:28 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1f9e385dbb35b1dfc3639cd156f9e3ea19da2b5]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 14:06:15 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5755e5239bcff503e720c09e0361d3d744c41e3b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb376f5d82da5af630552b0e61a070dca9b4acc9]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:27 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [129841f339981d19da3b60efc1c4f76fc7ccde83]

        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>  [7f04e6ae6ef2a8c8c8966c39f30391d9d1de1ff2]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:06:14 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ec8e493808a4b08f2057b17f0e7d728ede5c176]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:43:09 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78cc91720d1ddc4bd6f8df75e0fbfcffb5cea337]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:27 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a949a7bbd8a3b5b3b8fb308f9132875577de8e94]

        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>  [e0061ac9b39ef3106c65a9db7e95c38eccaa4565]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:43:08 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f622dfe22df53c37823f80643e6d3ec592ca093]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:27 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [627eedf140a7d67127434433c02042c94133caa3]

        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>  [376e063b415f530ba0b051ced6c999af31126638]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 14:06:14 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8dfeb1eb3901c7bc55439c8903ac6e52d25b8dd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98e551255bde0e55e993b25df2a7694df5672b2b]

        INTEGRATION: CWS ooo19126 (1.9.180); FILE MERGED 2005/09/05 14:39:26 rt 1.9.180.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85eac0d98f2886431935d4c6d8cf7031ea900dbc]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 14:06:14 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41e3b423e528491cbc51e86fb82ff18761aa9526]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [551338bf753ad082f67435dd4412b6e907609a19]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 14:39:26 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac18f52015634bb89a036a7826187de9cac62c4a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8333cb85b4ee89b058d7e436a9e8227c1312ebe]

        INTEGRATION: CWS ooo19126 (1.2.404); FILE MERGED 2005/09/05 14:39:26 rt 1.2.404.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [551f0be1ba8c761f0aa7ab302eefd7e42bb5dbc2]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 14:06:14 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b500ab3456f669176318df5170551423c1c2ef9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8d00b693cbf9c410df4a334127a42f96c952347]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:25 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8c5ded4fcbfea2c943ccbca453565a8cfb70c52]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 14:06:13 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f421583173fb06256f44bf4afb900872d5a3c4f9]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:43:01 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0429efe66c51f8174de918d7db3be569a368b1a1]

        INTEGRATION: CWS ooo19126 (1.4.648); FILE MERGED 2005/09/05 14:39:25 rt 1.4.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3b0060f0b16c59bf833d20569e0be17921712ce]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 14:06:13 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e124496f570f5b2718a0a2543bfdf9d14201843]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:43:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c95ff54054f7c8e15e1f9b3e82f690700828f7ed]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 14:06:12 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [771300396bf0b3b2e3b85000c2587845e99ecedd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b1d1eff6cf37579cb13d803e5bd88083725fa20]

        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>  [e1393e5c14849a90969547b7fb25997b27a930f7]

        INTEGRATION: CWS ooo19126 (1.7.264); FILE MERGED 2005/09/05 14:39:25 rt 1.7.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5e8fbb959cb752dda164522fc8c8853b6a4d120]

        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>  [d49e63d8f02d0a580652a9726a8332b0ffd6aa52]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:24 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59e1f577c5d4df9987c4e99fde9fd367631af947]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85ae5483ec80627b14fa7c2f4867ba8be39a6a32]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:24 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5653d2412199420705814b60421641c43e5dce1e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3dce79b3c6067cb93e319ebcf18358c06c5e6f4d]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:39:24 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3b9355b553e23ad8043e117d50ef83cce5278cb]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 13:53:18 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36f309fba899a4399e436d092abd437a3be1d0f1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28a83b6a0320b63487b24171a02dfd6554459b68]

        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>  [f8ccf2f332ff890ad9353f873b71063582ed521c]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 13:53:17 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bdb04c624d4a05db2356d40c1f098e1bfb3f10b]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 11:42:53 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c6754564061e40044472c37bb41f437a44d0b11]

        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>  [92eca169e9fa59e7fc34ce79b86bd924d95bcbab]

        INTEGRATION: CWS ooo19126 (1.1.1.1.104); FILE MERGED 2005/09/05 13:53:17 rt 1.1.1.1.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6819d50946537296bbccd6dac347f0c7f9d32b41]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b0f0d46cec81862415ad40c26ba39c3639928c7]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:23 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a7504e4fe22e69239ce2436f9d7e809b7b32b1d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.104); FILE MERGED 2005/09/05 13:53:16 rt 1.1.1.1.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [433201cd0fd7035fe61bc58fa994a0376ee2fc19]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f76446ea2cb8ec45240b9a12bddc3589f3cdab3e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:23 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0879aea87eaa7f92cccace734a6e728868871037]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:53:16 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0f6112e9c2e6c23f96d5446ebf5dfebbb388572]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 11:42:51 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50259b4a97b45d714f1689188db688656e03a901]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:23 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [330cbad8ab15fb60c60536ecdcc12720d2ab71d7]

        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>  [ff2a114b43ff62859d96512ef403a7d83131b4a4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bc1e1f83a38651fdacd1cb369bc3698f2d0bc90]

        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>  [9b8eee30692da8dab903ad13bb31156f01fabff3]

        INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:39:23 rt 1.2.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8938f8a579eb26f7f1d9692d4c40078ceffdb2cb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55da0659cf04112bbd8993f8bb37d200c7de490b]

        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>  [fa81518c4dc4d5e537be37181884c2052402b205]

        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>  [a44f27b6bbe1f266f7077a1e3d1fa2a7314b7db7]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:39:23 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [238fd7faf7300891f95153dc0d0761e491b680df]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 11:42:49 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e5492ef45c3b5d988c7432f2a7f6fc09fc1740a]

        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>  [e5dac2f5bc305baa3fc0236906b649e3d713a9aa]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:22 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45bd1cb588ea977473e537348bba539796eebb59]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b82402fd938522b58303151f52a2de5407fed90e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:22 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea320a83bd7653e52bc99177f9ca2feca2aef427]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2657787ff611f5addf356e1937937286f9bd1fc8]

        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>  [df0715f29c38f2bffe8a1d56a5f274090c98d0c5]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:22 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e01dd011b1338e995fe120a9a58f7a6b0c1a17a0]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 11:42:48 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab0ba603ff6e5bfdf90a791828b575ebca97c645]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00783b8f66d86c456a0ff2fb26d262fb7b9e48ed]

        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>  [799493f3ac768b9fe0fe0a9638c7f758563d2e58]

        INTEGRATION: CWS ooo19126 (1.4.626); FILE MERGED 2005/09/05 14:39:21 rt 1.4.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d60cfbe95cf981b256b4414d7a5c256e9ec0dab1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4396f79a3cb4c0a3cab6f86dd09770a89d93e06b]

        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>  [b8adf8d1a092179cc89934d002c52b87b570c543]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:21 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0a305ace17436c0cafb85c65e72c21f15af4531]

        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>  [4391a18498f8f7a7ae911114444225ac0d544726]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:21 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4276c1c20859c953c8beba8a0d05bade91646ca2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:42:44 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e82b861977b62eabc733638f13a10bda07d1d60]

        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>  [a485946bd9c63949c0d1c2e7a6609b1bb32751d9]

        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>  [893fc9e23429e30e03beb8a0a47d6a883c7e3ec4]

        INTEGRATION: CWS ooo19126 (1.5.608); FILE MERGED 2005/09/05 14:39:21 rt 1.5.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89a46eea4487817584a255a7e0968b25657afaec]

        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>  [0e969e8ca4e154400470dd07c18c3e021e59e5f6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:42:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b90d57cea1b4c31b78242e1f3dd67050cb721cc4]

        INTEGRATION: CWS ooo19126 (1.4.264); FILE MERGED 2005/09/05 14:39:20 rt 1.4.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a254bb2729b37dfa409353dd2fb60df6fad56755]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:42:42 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f251b726af31541c267e36a5fbfe354571bf5164]

        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>  [162329478560350bd05f4870896fd701305a00c0]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:39:20 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dd4e64ce617dc33f435620eb0c96d96e9d60663]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cae550a954311559e90053927f80859d6bc4e78]

        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>  [f269e53c2d02f18a9e519807d64f88f778b3f65a]

        INTEGRATION: CWS ooo19126 (1.12.298); FILE MERGED 2005/09/05 14:39:20 rt 1.12.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28a31fd5cd8a759747e3d5020a187807073a101f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:42:40 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9f9f898158027333df58d4d8ccc8e29287ce6f8]

        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>  [c8cfc3e0eabd39df0acf9ba44c00bf1a4b594764]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f17380c49dbff2147b1be5fe5ec9220b86e44cce]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 13:53:10 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [872d818c3d3dea9be68ef6544ffd2536f02ec01b]

        INTEGRATION: CWS ooo19126 (1.2.640); FILE MERGED 2005/09/05 14:39:20 rt 1.2.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [111be0319b21fe4347c984e37e2e8ea622c5787b]

        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>  [baa8394a2214281621f9a2375af7374cb77689b6]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 13:53:09 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [846f3f3b403f345fa0b7a98e01323f6ecc7c4108]

        INTEGRATION: CWS ooo19126 (1.5.636); FILE MERGED 2005/09/05 14:39:19 rt 1.5.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b03e02be9cfaecddc4e0310bf57c6e69f3f5d8a6]

        INTEGRATION: CWS ooo19126 (1.1.644); FILE MERGED 2005/09/05 14:39:19 rt 1.1.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac79cff018a2434bcfd3d1b200cbbba0e166ac35]

        INTEGRATION: CWS ooo19126 (1.1.1.1.104); FILE MERGED 2005/09/05 13:53:09 rt 1.1.1.1.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0767cb1bb5cc8029ddd0f392005dc9c87c417396]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:42:37 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7188a8fbd9467f9b970f072810af2befda99c93b]

        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>  [d17c21ec1e6734178a02ed935a355aaa04398046]

        INTEGRATION: CWS ooo19126 (1.7.354); FILE MERGED 2005/09/05 14:39:19 rt 1.7.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af7b0a572aa5569a107bec5b0d40a09ac08c30cd]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 13:53:08 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a108cc21bcb96b37a30b3dbaffe662a1a9934d61]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 11:42:37 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83eb6a37171e86e09e2e860c50f40617942c4c81]

        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>  [37abf0eb8d1983d01039ccf32a5b596fe408ce51]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:19 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b23e47f2602eda5ffd3858e53f7168ded763718f]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 13:53:08 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d266b30f07a8c0d72b8a182c04b972b2840599ec]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85258ee595057a99558976788e329f99f7022d92]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:39:19 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b8dc27b4c2c405a775708992df2143e65e3edbc]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 13:53:07 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13cf7c82590f3f441166b5e1902a2966ba3efc0b]

        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>  [720617ad6a2751c64b4156dd35a229f0cb61af17]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:18 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42419243676354da3954a0a90524190be1b3dec4]

        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>  [39f143cc22fe6ed87ebefd7578b9216fd6b2e85a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:39:18 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94b6c0d2d4886b3c1c7843f3dc1ef28a499bf760]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:42:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea3c20fbe6b1b602692457612c8fd97243c71834]

        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>  [21df8a5dfd26fabf32b0e97ad36b24cd044d990d]

        INTEGRATION: CWS ooo19126 (1.3.612); FILE MERGED 2005/09/05 14:39:18 rt 1.3.612.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a63c95ebccf78890a6165b58b6352f2d1bf42857]

        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>  [73de44871a982342e80d14b6fbeb4d97f06614f0]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:39:18 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c86c1d7c4dbe656d6218276168fcba26b1cec4c5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aad74aed605e3c7f6de6eaaf057d4c1d1f02a011]

        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>  [aa4267e985f5bf67573f4298417bd1f3a6777bf4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54dcf9f2469aef39cff88ad386b6c18c33dcf974]

        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>  [53af83437f98bef792e3ec589fed936246528584]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:17 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be2b6b8229db3763c795fbbfaebdefde404687b2]

        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>  [08c575e5dbc5fa1a7afe5805151a43f337a680fb]

        INTEGRATION: CWS ooo19126 (1.8.298); FILE MERGED 2005/09/05 14:39:17 rt 1.8.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bcc20c2a71ef5b3b35478c8b4e1887210c3d737]

        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>  [c9ff96baea349dcb469f9e1d5e1e6192b3a20db4]

        INTEGRATION: CWS ooo19126 (1.10.296); FILE MERGED 2005/09/05 14:39:17 rt 1.10.296.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34d0abc41c5be9b15787b97ad4685d4bf0e4d471]

        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>  [4b39367653cd76744b07775cffb363fec5f0d9bd]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:39:16 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07c3878414ed4513e1d2f211b3526af541660edf]

        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>  [94433c6d0595319d8aad964b7a1da9288c281087]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:16 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a85c4d46f958719ef20c46907a6d9166208979d2]

        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>  [8a4a0abe367ab85237aaaf416e2576a6b50aedcc]

        INTEGRATION: CWS ooo19126 (1.11.298); FILE MERGED 2005/09/05 14:39:16 rt 1.11.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [516f26e4631f93d6b9f3c1af430c37baa46be8b2]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:39:16 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04bb806c8734789b27c3bd0caa736b9faf5f7f5c]

        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>  [b3e40a8a2f6825b54effb7b48da9514f76aa0b15]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:39:15 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [868b13161856ba2ff58e9c0568df9febf4409765]

        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>  [e9715c46730907bcddb4d40e9b373cf7eda59870]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1f2639ea68076b0d6f856652e69a2723d976b00]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:39:15 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a487783e9848c78621c463d3d1f07b736764a93]

        INTEGRATION: CWS ooo19126 (1.9.298); FILE MERGED 2005/09/05 14:39:15 rt 1.9.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0af228d608565cb948529cf45f9d022fb499b9d0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5794ce7c1020f84b317d9ed60059babd003fae3]

        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>  [087c2dbf45928d560ecb04d58e7400bf8e74fa1a]

        INTEGRATION: CWS ooo19126 (1.27.206); FILE MERGED 2005/09/05 14:39:15 rt 1.27.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afe6ba1759dfdf2acd16d91563789eb23c03e93a]

        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>  [4e84f6e300427aca8762886534117951bd5ca04f]

        INTEGRATION: CWS ooo19126 (1.5.650); FILE MERGED 2005/09/05 14:39:15 rt 1.5.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54010d3febb003d9169e07cac661be1fa64838b3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59cc60b0f0196281b1d50d1b7948bbd245aba354]

        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>  [f91ab5f693e47f951c1e3c6ca0c4aeafddbd0e80]

        INTEGRATION: CWS ooo19126 (1.10.650); FILE MERGED 2005/09/05 14:39:14 rt 1.10.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0f4609550610532848e16b5ceab744fd19c97ba]

        INTEGRATION: CWS ooo19126 (1.2.650); FILE MERGED 2005/09/05 14:39:14 rt 1.2.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9351c594e08503eb8e78a6f365263206846e8c4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41cb8887f578876fcd74a35e2a89741daa6d1f86]

        INTEGRATION: CWS ooo19126 (1.7.616); FILE MERGED 2005/09/05 14:39:14 rt 1.7.616.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f2c7b4f21fbccfde0a20edc6439c310d60506e0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:42:25 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f741629f309c9a89d64a4e89a7dccdd3e4075dc]

        INTEGRATION: CWS ooo19126 (1.5.636); FILE MERGED 2005/09/05 14:39:14 rt 1.5.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a52d891b66bd114651799283ab6a7ecad5ddaaf9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2db17f4d1e767eccb040e13813b0b684f1c6bf0a]

        INTEGRATION: CWS ooo19126 (1.8.636); FILE MERGED 2005/09/05 14:39:14 rt 1.8.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52e166402b2a000dd030d9855437c9a3e7970217]

        INTEGRATION: CWS ooo19126 (1.6.644); FILE MERGED 2005/09/05 14:39:13 rt 1.6.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d6cca8d1e031e92e114708982357c1d1498fedb]

        INTEGRATION: CWS ooo19126 (1.13.264); FILE MERGED 2005/09/05 14:39:13 rt 1.13.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de68f3d6b77e4cb28434e0c1bfd00a7476509745]

        INTEGRATION: CWS ooo19126 (1.9.298); FILE MERGED 2005/09/05 14:39:13 rt 1.9.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80217fb696d5550a55e4ba7ba7c8df23e3a2aa28]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e7d655c7987b68c30e3b4d790afb14557a2ae8c]

        INTEGRATION: CWS ooo19126 (1.6.628); FILE MERGED 2005/09/05 14:39:13 rt 1.6.628.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4413a867aa69fad952bb82aa05b2d6ca4b285b09]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b0342dc72778796bf03641100a5b6165ac590e4]

        INTEGRATION: CWS ooo19126 (1.15.264); FILE MERGED 2005/09/05 14:39:13 rt 1.15.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e8343ca90c5118daa620f3a17df3c1101dffadb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [299f11d3ad58a5005153731ab55ea00676850839]

        INTEGRATION: CWS ooo19126 (1.5.642); FILE MERGED 2005/09/05 14:39:12 rt 1.5.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7208b0506f71b3f574b671501eea6fb01f6967f3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b949366b83268efa4fc8cfbfbd41549bae69388]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:12 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27f3a84a19d7ba44d99c5890432d6af5eb901b5c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85a785f11b71ddc4beae3293586f601e8f84306d]

        INTEGRATION: CWS ooo19126 (1.2.642); FILE MERGED 2005/09/05 14:39:12 rt 1.2.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abec69d2ba4ab1cbb68c4f4e542976508f1c5e1a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3cf097ed9bf5b14f81861aa1ab4cfd2361bc2c8]

        INTEGRATION: CWS ooo19126 (1.4.404); FILE MERGED 2005/09/05 14:39:12 rt 1.4.404.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0066bb7ed44f450abb4723229ee07d858d8c859]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35ad10947c72ee85d382e960198dbf21808c6a44]

        INTEGRATION: CWS ooo19126 (1.9.298); FILE MERGED 2005/09/05 14:39:11 rt 1.9.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e168060a501ca289c9c4fdf4da2648e5002cebe]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d15f0e144a4ffdc333ea02e7c2dfb423dec922c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2de9a251648e6d64bac3ab33692506c1040d90d5]

        INTEGRATION: CWS ooo19126 (1.10.298); FILE MERGED 2005/09/05 14:39:11 rt 1.10.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74a37027091f64b6cdf9374940ec2f8cc29c85db]

        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>  [3a1d75f48f646966c829f518fbf06b35a50ed13d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d90ecf1334c27cbf40f7902fb70be131999c8d7b]

        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>  [11aa25ffb07ab58b60ecbb93b765073bf931d251]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [250f1f0efc3c3b3cee28af2c12f37e99a4f35801]

        INTEGRATION: CWS ooo19126 (1.3.614); FILE MERGED 2005/09/05 14:39:11 rt 1.3.614.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [588ea3b5f66b992d97dc2c99a9cd032a23c0e46f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9b740a20b9f58586c4db901aa63fb6df6f4e5cf]

        INTEGRATION: CWS ooo19126 (1.8.264); FILE MERGED 2005/09/05 14:39:10 rt 1.8.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6354a3e9728be6e4a67bbe90be94659cd48b93d]

        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>  [d9598f7dca0d44afe0157df23d93a48be82bf2cb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a88f224be05d492a2487525c838188b5b473b3d]

        INTEGRATION: CWS ooo19126 (1.3.642); FILE MERGED 2005/09/05 14:39:10 rt 1.3.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c5f131578eef28bca8a8713b541cad2a1d53348]

        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>  [c2619a4b416a66faeb6d1039ec46929983575b9f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ece733fd4fcd961659a41ecb9c7fe7d32ff69e84]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:39:10 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80bab9c39398fd4fe70ebdb3bd03eaaeed6e5403]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed02079f9d7910d6a66cc80a20fb490301f568a2]

        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>  [85049a46efcf7135158ede0aa7289dcf23890650]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:39:10 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5976ee0313cb9d2e889d9033d6394416d1f2843f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6bebe568d97a1f156a82ffc233a7f8f2e947799]

        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>  [ce8417deeb85ddc9dbbccd28995b7e0b8c9f415a]

        INTEGRATION: CWS ooo19126 (1.11.298); FILE MERGED 2005/09/05 14:39:10 rt 1.11.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d804e130311a83a8b4e884aeed094165cebd2802]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:42:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [624cdc92097dfdc2f42800b84d4ded0f85f45ba0]

        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>  [640021f522437b50d2eb75a59710b16ef0355caa]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:39:09 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e65e71fef206a3222d6ed67d4731ded23087fc0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b82a8e5915daca15922fd5522bc06db6d1873a3]

        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>  [23b25c49859968e81adf65df9de3081c1714e0ea]

        INTEGRATION: CWS ooo19126 (1.10.220); FILE MERGED 2005/09/05 14:39:09 rt 1.10.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e45df52cfa274675ecc6b80f6b374b018e094f21]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdfa5ca2c6fcef6087b0b9e2ffb6c13fbb42f52f]

        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>  [9fe3910f0525c1b27b9faaf67f177d54492cf421]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:39:09 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7da7741c253def183fbcbcb8d2e701dc1d17148c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f2e54a0ccf8609562ec9d4d632e0b9c2de4c8d3]

        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>  [a4e2157c110bd3a4d085505c7b8b8ad749d57cc7]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:39:08 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e100c6fa7a4b17ce1893ec6b943037207704f2d]

        INTEGRATION: CWS ooo19126 (1.9.170); FILE MERGED 2005/09/05 14:39:08 rt 1.9.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b44726edefdd52bddb7e02aa09cdda29787eaf05]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [491cf5a3ebdfcfb338e5c27c0e1b2b2503b3eafd]

        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>  [ce9a20bd31f93d9c3cb5fad0d7798457b86989da]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 14:39:08 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e10e63c7237ef1bd67414e139f854d60816cc58]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [230eb3dd79613703e01456b444a096361fab728f]

        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>  [049e946c5695e64c390724c892771a9db362a7dd]

        INTEGRATION: CWS ooo19126 (1.5.298); FILE MERGED 2005/09/05 14:39:08 rt 1.5.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c71edf7a678e4c42e323d585d9eee8957241ef3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76f4d0caa015e7ed5b5a56cd5185b80515a78a9f]

        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>  [8d3986e16a807d78474c7cfb810dd9bc057abf1e]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:39:07 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [275b3597c4d9c9b6dce05f539b3a6b270ee17fff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08270062cf23a9e99ec47af62c6c758fe0120165]

        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>  [25556a6776eeb221a85eb8ab711a5878e5d66851]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9e21474b6a8dac452faad8fdfc4c7fb25308c7f]

        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>  [4cc206abbc1260085e0cdbf0c9afb31e8f36ce4b]

        INTEGRATION: CWS ooo19126 (1.6.608); FILE MERGED 2005/09/05 14:39:07 rt 1.6.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c56dcee0354478034493372fe09cae2fcea4ef11]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd8b03bcff652e857f838f61c4227372f1f250a0]

        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>  [6c6e01405a1c8fd2538d070051f2e85c94df5e92]

        INTEGRATION: CWS ooo19126 (1.7.298); FILE MERGED 2005/09/05 14:39:07 rt 1.7.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d73eb46afd84c84a46d3e579d955902c59a7d7d8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34ccbdc3ccc3ddf34192585ae44f143d181240e8]

        INTEGRATION: CWS ooo19126 (1.14.262); FILE MERGED 2005/09/05 14:39:06 rt 1.14.262.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0eca28f5ec977300d620c31b38f1ccc30eef7b69]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72e3cf27ebf2cacbe2f8b4ae91200ab1fbcb535e]

        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>  [7b0aec38416e56598733d61c77955727a531e9e8]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 14:39:06 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a06fa03fd045fa505b70ffb16a19610cfde859a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0849742862f1384a0b9a10b6dc586650bd9f8f13]

        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>  [0ec65b4f2932e3f7c4db5548250edee839f0fc52]

        INTEGRATION: CWS ooo19126 (1.14.202); FILE MERGED 2005/09/05 14:39:06 rt 1.14.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c0ca4e124db485d2d18528b1c27e777de981770]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29dc885e58bfa1c9f0989bff3a10c0c3d1c8b5e0]

        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>  [71438967da2c8fd8d275ad2ccd08640d1b6b7809]

        INTEGRATION: CWS ooo19126 (1.13.202); FILE MERGED 2005/09/05 14:39:06 rt 1.13.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1e732e8ee8d71fb19ddc82680427272b28b0958]

        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>  [d21dc559f6648f081f63ed4bd67e01609f150a38]

        INTEGRATION: CWS ooo19126 (1.9.126); FILE MERGED 2005/09/05 14:39:05 rt 1.9.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fc00e498f89dd3b54b9f7e85b39dd1e3ccedde9]

        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>  [4138a5ab5101abdb906d167f0ff56102eb353694]

        INTEGRATION: CWS ooo19126 (1.8.270); FILE MERGED 2005/09/05 14:39:05 rt 1.8.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65e37897d8cf8414144ea4b2dacf93cabfe205c7]

        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>  [2c2579d38ce5d5cfb27c290678c0666cd2a6a1ec]

        INTEGRATION: CWS ooo19126 (1.11.270); FILE MERGED 2005/09/05 14:39:05 rt 1.11.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6f8cde06bfcadf68bc8ccef5f12d26944f887d7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb0e563823edbf21b568f34c917ff79101297705]

        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>  [d2321166ea2fb4eaac337e732a07634173c97b3e]

        INTEGRATION: CWS ooo19126 (1.3.538); FILE MERGED 2005/09/05 14:39:05 rt 1.3.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5a07d7afb6ad03be78df46fbf06f56852336c5f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c2ad74b650f125b2b33ca0074cc34f359cc1109]

        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>  [825299b24970e132d9480d3c1a84f4032266c2a3]

        INTEGRATION: CWS ooo19126 (1.6.402); FILE MERGED 2005/09/05 14:39:04 rt 1.6.402.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfa5b471da40008e966f40ed946df4d736ae3993]

        INTEGRATION: CWS ooo19126 (1.16.302); FILE MERGED 2005/09/05 14:39:04 rt 1.16.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c9ebefc95153cf62c5d277bcee47e9f3d44f5aa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1d01f6cd97af7f8cba7796320490553cd1750d6]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:39:04 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8410100b4f66297b2cb5e1fddd31a76ea937f53a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:41:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a5b51106b47682f471338cc19525ca24f0694f7]

        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>  [f44f79565ce8dfe89ea66fc3691990f008291466]

        INTEGRATION: CWS ooo19126 (1.15.298); FILE MERGED 2005/09/05 14:39:04 rt 1.15.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58e7c59b2406fbaa2b2ddee84df98f977f5afffc]

        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>  [f96ac54563744babd7470b31a8b097e5f61b4676]

        INTEGRATION: CWS ooo19126 (1.21.206); FILE MERGED 2005/09/05 14:39:03 rt 1.21.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [364d389c2aac07ea9381fe1120b41c3b2b0a9d3a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8feb9c91029fc4cc95ddfcba2a104cafe3c04ebd]

        INTEGRATION: CWS ooo19126 (1.21.280); FILE MERGED 2005/09/05 14:39:03 rt 1.21.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72d41f227f197ec376bc1c53b20733659eff5d85]

        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>  [5f117d730acde181e8206227868c4b17a927b40b]

        INTEGRATION: CWS ooo19126 (1.28.94); FILE MERGED 2005/09/05 14:39:03 rt 1.28.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8736bd3135b4941783e946d5ff6b1180c9f262f8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39b45d9584257b8fc303588e823dfb5226da6e05]

        INTEGRATION: CWS ooo19126 (1.4.280); FILE MERGED 2005/09/05 14:39:03 rt 1.4.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [579839d589c8e1db407257c821eab1d06a327d5b]

        INTEGRATION: CWS ooo19126 (1.7.280); FILE MERGED 2005/09/05 14:39:02 rt 1.7.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5352714f80554e8b81c86cb74092f96ce1b79227]

        INTEGRATION: CWS ooo19126 (1.21.170); FILE MERGED 2005/09/05 14:39:02 rt 1.21.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7493aa59004ecbd25b0a4e3794bf88b8d297144e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f9ec3110b984063c47241f26c759ddd4b8ba84d]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:39:02 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b5b9c72dc21b2c11a159854b185c089b701ebc6]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:41:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2502b1851f12a2c6a34e8bb60eeccd93266e5f1]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 14:39:02 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11b2043fe75d59699a52abedfab8e6fe281c179d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5ebbe755a995ec1c0c4246ee03a6ecd76e06ce8]

        INTEGRATION: CWS ooo19126 (1.16.98); FILE MERGED 2005/09/05 14:39:01 rt 1.16.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66ccb7ce81b28bf08dfac4541e37171987005bf7]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:41:28 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c165f748e84b040a8cbc6a4ebbfac73b45700974]

        INTEGRATION: CWS ooo19126 (1.26.98); FILE MERGED 2005/09/05 14:39:01 rt 1.26.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49a7898a94d12fdd8ccdebb60313dfdda595d9a7]

        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>  [b6cfd6bf1cb5b521aaec6adb8963e75b2c9bb363]

        INTEGRATION: CWS ooo19126 (1.15.78); FILE MERGED 2005/09/05 14:39:01 rt 1.15.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [230f2c33914bc09f4b59a7300359e84f0450aed5]

        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>  [55ef396303257f13afcd187fed5344023782813e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:41:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [147e0614b0bc45d2242862a02e282b83fcd8d24b]

        INTEGRATION: CWS ooo19126 (1.29.78); FILE MERGED 2005/09/05 14:39:01 rt 1.29.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71c706cf72e44ee99baaa5aa731b93a71994124a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45e1f97497a429ee78c8f1adcceb2605f5fd79bc]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:39:00 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [003d3db505efad213419a1fe2240e2376c99bd62]

        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>  [38cf0fef7508ea6937b1d69b2a896d95246430e6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [806e465da3e6a15025c01a7bf45d14931bd37812]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:39:00 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b73ba2524c02c01ef29ff19bfab96ace39a59aae]

        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>  [6916ec3f665c45518ebad470547636dc0908f30e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8511d254f87c587b489a547def72f75f913bd23b]

        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>  [427b2b28ceb1187dd4106cd833fa7bd636864237]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd5d9a24a0b160e6c2bfdcc3b24e66a071fbc8b6]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:39:00 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89d09152189d93d49390761d622925c2d6f48be8]

        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>  [f6882c47803bbbf1c65ade1b0aa4ea3bf4b587f3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf19946ef912097cc15e8e8aa3b640ee631b7572]

        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>  [05e402589a5c729a58bd1bd79aed2407a92f547c]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:38:59 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e288a50a6efcfec0b5368e29fbdec048280fbd0c]

        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>  [ade73f9e0c0d9fdc3059fd95ae078623b9085278]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3b5a4f30fedfa73380d0bc4440fc8e25e383824]

        INTEGRATION: CWS ooo19126 (1.12.298); FILE MERGED 2005/09/05 14:38:59 rt 1.12.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fa5d1735c5fd5b8c3e01125079cfbe2358305e3]

        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>  [cb98fa4e636489ca4ffc4a63aeff41d0e23b733e]

        INTEGRATION: CWS ooo19126 (1.14.94); FILE MERGED 2005/09/05 14:38:59 rt 1.14.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6515f8a6e90f0057031ae703c76aea92e820b68e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4facd0923f4d268d52e6fd26b655f0a07c56628]

        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>  [bcca5057f60e5398f44e2985a0881de4e630717e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8648fa0f3fb8ec4d518a69c64f6483754ae391f1]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 14:38:59 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97509418f4bd1c9dc31d6f6fd668e02cc1879bd1]

        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>  [57962aed4321e0c1ac929da92802dafabb6dc040]

        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>  [7735486d627cc3c60c2633dc9a68aaff0ab91314]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:38:59 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29bc54f89a1fb38d32adafbe5069d2bbf3fc3de2]

        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>  [76758040b606d0667dd749457d376eea39de2ae0]

        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>  [48643418151e31f53af6a6d5a127ca5986ed7972]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8c3dd2ed5efb3414ad7ce6a8d56946fc819face]

        INTEGRATION: CWS ooo19126 (1.10.302); FILE MERGED 2005/09/05 14:38:59 rt 1.10.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [219db4d21e3488435c78299b8d36761cb443b484]

        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>  [f5ed621c95370aef2226bbfb2e7076362dde63d0]

        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>  [da137d687ad9e116c74b273b75f4e9e20afce9a1]

        INTEGRATION: CWS ooo19126 (1.12.302); FILE MERGED 2005/09/05 14:38:58 rt 1.12.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7051145615dccd754382004541160d87289ad15]

        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>  [05b96c0c4bbec2be4e3767668fa223925657c231]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a54feb2bbabffef9c55e5d8473be680003974fe]

        INTEGRATION: CWS ooo19126 (1.3.354); FILE MERGED 2005/09/05 14:38:58 rt 1.3.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e11d02b16877b1205e1a27dc8a6cedb7b4f3f126]

        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>  [c1b4c274291ce4e1e3eca5106c5a01d583990536]

        INTEGRATION: CWS ooo19126 (1.4.354); FILE MERGED 2005/09/05 14:38:58 rt 1.4.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b5dc40d6f33ad8ec8584fdaa6704dd6e8eba44a]

        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>  [9ced692f2f71c90445334ac461c27079a8977035]

        INTEGRATION: CWS ooo19126 (1.12.206); FILE MERGED 2005/09/05 14:38:58 rt 1.12.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e7787505e307ab949cdc645faae2838951b64d3]

        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>  [f831c4926550ead0ff739c4d71cb6e65297d4739]

        INTEGRATION: CWS ooo19126 (1.16.280); FILE MERGED 2005/09/05 14:38:57 rt 1.16.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8817360a1db4459fd80f7fe59d037c031362fe1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcc35e1f094e748ac9d1b95706048fb0dfaa277f]

        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>  [b54592c44f056e0642393a824de8b4273f08357d]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:57 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ae315736ebd196641e65aa092e3f8a0d516ce98]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:41:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6602a88735b94d105f21626f5e040fb2ba55b557]

        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>  [c68d8ff34e74191c021c89a18c8fd5c5acfde0a2]

        INTEGRATION: CWS ooo19126 (1.7.408); FILE MERGED 2005/09/05 14:38:57 rt 1.7.408.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b2cce6480df91e6646adde38ffef37225ff667b]

        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>  [c1caf0a9afcd51fb56643f1b6ac17af0b8c4c9b1]

        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>  [c1aee91aa25600f79ec8b219938b52d2f91b8d2f]

        INTEGRATION: CWS ooo19126 (1.6.408); FILE MERGED 2005/09/05 14:38:56 rt 1.6.408.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e6b9239b423c505d3f93745bb9dd5deff6e3aa9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:41:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc68acc3fd86b5c35cd90a51ec3dce6ec63b0892]

        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>  [82b5fb412dded3dca20fed53d19b13e07dc8edae]

        INTEGRATION: CWS ooo19126 (1.6.220); FILE MERGED 2005/09/05 14:38:56 rt 1.6.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59fbb7cc0afe3c4f88baf15f90ad3fb831306e97]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:58 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bc83e302540fcd9e00d7e594671ae7f6c0c3a1e]

        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>  [f24dd3232b70576c47438f3b0279639b3469ee25]

        INTEGRATION: CWS ooo19126 (1.28.202); FILE MERGED 2005/09/05 14:38:56 rt 1.28.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20d4a241b569c6a7ae223794b335e198d3f95613]

        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>  [bbd7d3052e35d97cc3eb797721174a0a571cfbed]

        INTEGRATION: CWS ooo19126 (1.48.112); FILE MERGED 2005/09/05 14:38:56 rt 1.48.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a91faef9dae5d8cd36ec95755979962f91a436f]

        INTEGRATION: CWS ooo19126 (1.13.206); FILE MERGED 2005/09/05 14:38:55 rt 1.13.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [027887290c8eb3ebd165ca7cd68841aea3b715f9]

        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>  [0ea79881159a5b5f20de40b937839ba67715d7cc]

        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>  [5316bb247b03415f1bb992ab8b3bab6336c60514]

        INTEGRATION: CWS ooo19126 (1.39.94); FILE MERGED 2005/09/05 14:38:55 rt 1.39.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cd8d12395c53090cd02f42bb857ef91c8b18f72]

        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>  [1531eac512ae89579076cf11aee8b98087847018]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 14:38:55 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8728c6d67ef44012558fdd7cde620f53b3885362]

        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>  [e273c96ee94324f6a5c85f0af2c961620ede88a4]

        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>  [944851529dc0bb68b71422e998c1893777259ef0]

        INTEGRATION: CWS ooo19126 (1.21.220); FILE MERGED 2005/09/05 14:38:55 rt 1.21.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e2502de9d618267aed571830d47055c2f21a2a9]

        INTEGRATION: CWS ooo19126 (1.11.302); FILE MERGED 2005/09/05 14:38:54 rt 1.11.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e070b0dcd436def235025f0f1ddf00f2f19ab539]

        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>  [e754b91ffb987bb2457e34a2fbd234b88418b386]

        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>  [fe36d24e30ca7ff2a22a086431e716e9a33122c8]

        INTEGRATION: CWS ooo19126 (1.4.402); FILE MERGED 2005/09/05 14:38:54 rt 1.4.402.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c7133d3f641102ff8a6a7d909d2b92fe7996580]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7987adcbbd176bf843909bced3cf63ff7c239e06]

        INTEGRATION: CWS ooo19126 (1.12.206); FILE MERGED 2005/09/05 14:38:54 rt 1.12.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cf539e05c507b287900fdbdaea943b7f06588da]

        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>  [90f3be849b34ad2e99f09841e871d4a0923eaa3c]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:54 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf5d631304b43e4776e9d98694f288b49e151707]

        INTEGRATION: CWS ooo19126 (1.2.404); FILE MERGED 2005/09/05 14:38:53 rt 1.2.404.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc290b0b77082c83c0fee3b80cc4869b589fc41f]

        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>  [b935ca1e6be79c2ee48fca790acc2b9acead97bf]

        INTEGRATION: CWS ooo19126 (1.10.222); FILE MERGED 2005/09/05 14:38:53 rt 1.10.222.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc325c3b8f5f7b0dd45bfe40171d61bb27aa4698]

        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>  [7a7345318091cc03f638dd9103096cdf3c24c8fe]

        INTEGRATION: CWS ooo19126 (1.45.202); FILE MERGED 2005/09/05 14:38:53 rt 1.45.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a10da6589f56e8ed21455e04e2f0ab9602c1df6]

        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>  [034adcb7e9a46433a065d41a53e89954d5ceceef]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:52 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [339aa301ce0467f59dd62b43d71db43d7e4baccc]

        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>  [bb102f0a810e237097cf5b6f4027a3a450fd3e94]

        INTEGRATION: CWS ooo19126 (1.7.626); FILE MERGED 2005/09/05 14:38:52 rt 1.7.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5e388d5a98257554e38fe8b8b2043d533672ecc]

        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>  [aacf265d44c7ff0481b52167415f5b903585b1e5]

        INTEGRATION: CWS ooo19126 (1.41.202); FILE MERGED 2005/09/05 14:38:52 rt 1.41.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9764a360e583cd287883fae541b61e2062134eb4]

        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>  [880b89de5ddcde13afcd42f4a2698e3b6d3d6224]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd489adbf90dfa8decbfc1332f355427db624dbf]

        INTEGRATION: CWS ooo19126 (1.105.76); FILE MERGED 2005/09/05 14:38:52 rt 1.105.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a146a6a809a0b7e2a6c02563193b00aebe215323]

        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>  [5335f065e1f6fdb3d3ace1805bbba2c20355b9bd]

        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>  [535708ec03602f5327fea55704ecfc7bfeac0c47]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01424fd1d3a172ce45b0b9646864a63c089d5447]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 14:38:51 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4517f04d450db52a89d1fd852c4441a80bb03dd]

        INTEGRATION: CWS ooo19126 (1.14.90); FILE MERGED 2005/09/05 14:38:51 rt 1.14.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67440c599c4b89f0001dffa95f8f47f9faf02e4a]

        INTEGRATION: CWS ooo19126 (1.7.610); FILE MERGED 2005/09/05 14:38:51 rt 1.7.610.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba668edc90da17b888aafc32c56e177cea6ba9df]

        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>  [baaf28ff3326f8418d0ff8ee6826d0b8ccb4b8aa]

        INTEGRATION: CWS ooo19126 (1.8.222); FILE MERGED 2005/09/05 14:38:51 rt 1.8.222.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b59da031f66c1dd8e90f0ea1d7f85752cc445f26]

        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>  [0cbaa1708540d864daf68661cf75bcbb789722c2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04174f3e40ee12ff9de2c891694ec887b07a88ce]

        INTEGRATION: CWS ooo19126 (1.5.234); FILE MERGED 2005/09/05 14:38:50 rt 1.5.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bab3a258ff050fd2776caa823c9758ce1659402]

        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>  [57b3fe786b7eb0ba5a5ba21adce654c7813c62e9]

        INTEGRATION: CWS ooo19126 (1.13.234); FILE MERGED 2005/09/05 14:38:50 rt 1.13.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfe08047755ecb911e5de97e9d9fad3cbc21a382]

        INTEGRATION: CWS ooo19126 (1.7.78); FILE MERGED 2005/09/05 14:38:50 rt 1.7.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5256a00b3fb9fa8fb03f5af29e20766fe42fb773]

        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>  [0b4c0bb91694b2dc176821b4ddd3178488f2b9aa]

        INTEGRATION: CWS ooo19126 (1.10.64); FILE MERGED 2005/09/05 14:38:50 rt 1.10.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8a0494bb2e67a8c4d1444cd4c2806606136b980]

        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>  [9245b74b743ed8c51ccd135b38e7468d407f5180]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:40:43 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a1fd1ddd245e5ee233472587f427a6c0486bdb7]

        INTEGRATION: CWS ooo19126 (1.7.354); FILE MERGED 2005/09/05 14:38:50 rt 1.7.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec7541b4579611e82dcec86a06d58005371f06ee]

        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>  [fd7a11ffc29638524926ecc20543da7ae3ab8d55]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [458fe14a5ead0da33f47080d57397b3ab4b5c831]

        INTEGRATION: CWS ooo19126 (1.28.76); FILE MERGED 2005/09/05 14:38:49 rt 1.28.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6342350d8c1a32887a2e79914720f02d70d76213]

        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>  [653441aa232b57df25e9970325e859881c9fab8c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6ac7bdb757994231bcd544eb7c28185359f85d6]

        INTEGRATION: CWS ooo19126 (1.7.234); FILE MERGED 2005/09/05 14:38:49 rt 1.7.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c48ee74694657b2f02737493c6b5b3e1a28318a]

        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>  [53e12ba21ad07a67cf7e13b200557642d17741b3]

        INTEGRATION: CWS ooo19126 (1.16.234); FILE MERGED 2005/09/05 14:38:49 rt 1.16.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a12955bbca4f6a1c3c6412bb24246405947e53a]

        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>  [4e90eff42ebc84bf123de5b06c9d3d2b410523fd]

        INTEGRATION: CWS ooo19126 (1.5.234); FILE MERGED 2005/09/05 14:38:49 rt 1.5.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f112e0fb0ae56cb4538835d7fbf5859e5361c2d2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d207142eacbe7965f50d3c245b4bf35c1f958077]

        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>  [804f8a6b95cace1dd1124671ecd814819317c8fa]

        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>  [5b7a56cfd620220bf729a3e87c18200e3ba13c4c]

        INTEGRATION: CWS ooo19126 (1.18.72); FILE MERGED 2005/09/05 14:38:48 rt 1.18.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51bcd2cbcdea805d82722e35c7f26dae8d81d995]

        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>  [edeef5e74e8a22592a6c02719c70046e1aa05e78]

        INTEGRATION: CWS ooo19126 (1.1.644); FILE MERGED 2005/09/05 14:38:48 rt 1.1.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ac61769464b44ae4e1dcce5753ad3f2c84f2ec7]

        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>  [a33332e2c04022e561593165ed4a2241ab1f9631]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:38:48 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2535a958fe891a0e71d7fa5c6951f599ff48baa]

        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>  [b6d665cd5639ca847d601b867ddba3e696f51289]

        INTEGRATION: CWS ooo19126 (1.59.66); FILE MERGED 2005/09/05 14:38:48 rt 1.59.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce750315291c7b965a3d6c838a7b163d58dfdabb]

        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>  [7c2adb7ccb3a3b8b87a50f2aee78585e391492c5]

        INTEGRATION: CWS ooo19126 (1.8.76); FILE MERGED 2005/09/05 14:38:47 rt 1.8.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba4041c2a8393f2b06ff4dbcf17467abf286357a]

        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>  [6ebfdba975ccab146420e711386e177ff874c0d2]

        INTEGRATION: CWS ooo19126 (1.12.264); FILE MERGED 2005/09/05 14:38:47 rt 1.12.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b262dbcc64c0ab5444336b7044cef600b3286ec]

        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>  [b935b10b172b611291ea81ef6f1f98f882a6e7ff]

        INTEGRATION: CWS ooo19126 (1.47.96); FILE MERGED 2005/09/05 14:38:47 rt 1.47.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdf550eaf3b1706d25fe61192823d5479b61c031]

        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>  [2b2681e3e0d1d154a4fe7ff8f1fa4721f20b3967]

        INTEGRATION: CWS ooo19126 (1.70.66); FILE MERGED 2005/09/05 14:38:46 rt 1.70.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ca2d4800f4e1edccf0a462a5e2d7766189a8471]

        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>  [bcd42c3e5be0f24403632e87e835dd880fafc150]

        INTEGRATION: CWS ooo19126 (1.26.170); FILE MERGED 2005/09/05 14:38:46 rt 1.26.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Juergen Schmidt  <jsc@openoffice.org>  [98dc77900b49216ac2b4523f1f6958bbf6369a94]

        #i52208# integrate new license header

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [506b3f899eaf7eeb484985c1eaf36503906fade5]

        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>  [66f335319b4f87d087a744bec7b752e9a63f1b06]

        INTEGRATION: CWS ooo19126 (1.48.112); FILE MERGED 2005/09/05 14:38:46 rt 1.48.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ba9738f177e94c556ce17bcfd4e61537b347852]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e95665b26b50df6c9b7c2b744068b3cd60ccd12a]

        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>  [5e87745183bb8def04e213ed22774997b715cb71]

        INTEGRATION: CWS ooo19126 (1.25.222); FILE MERGED 2005/09/05 14:38:46 rt 1.25.222.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93393d652b000f24d40e81f4a5e2304cdcb5ce5f]

        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>  [50504543aa8a9a79baf416754378a6c6a8af9c9e]

        INTEGRATION: CWS ooo19126 (1.100.34); FILE MERGED 2005/09/05 14:38:45 rt 1.100.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bd587eae023567535c0a3913d80ac64c42d2e97]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be90757512d7ed056945e393c712bd18f95a5e2a]

        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>  [63ced14160cac57f08541d432009bcc4e6989336]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74e1c3c7d276899e825b62c568615c633ead1b6e]

        INTEGRATION: CWS ooo19126 (1.32.158); FILE MERGED 2005/09/05 14:38:45 rt 1.32.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [676a30e86199a7b96a8e78e888adf38ace739021]

        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>  [c64ca82355402ae1f0e9ee1ab49a3a4a577ef0dc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e979916350da6fee75f34066fa787cec65977b47]

        INTEGRATION: CWS ooo19126 (1.84.90); FILE MERGED 2005/09/05 14:38:45 rt 1.84.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae3c6013bdf60e2f201a3103890e960c1713c0ed]

        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>  [9d163e6b0e2ecd02e0b76a93933a79f026cb0760]

        INTEGRATION: CWS ooo19126 (1.5.354); FILE MERGED 2005/09/05 14:38:44 rt 1.5.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e5f540e0cbc47e135e686f9281af5eded423cd7]

        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>  [a1d948f52fc9df7fde3742419222583059c8d1ef]

        INTEGRATION: CWS ooo19126 (1.6.354); FILE MERGED 2005/09/05 14:38:44 rt 1.6.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2473a4ce0ac952fe8e7f122d785c10a6fea2b5c7]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 14:38:44 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c13c954877e81477f8f8b6858ba328b2b70d19e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80c56501db45cfed06baa5c1d539e0aeb9c1819d]

        INTEGRATION: CWS ooo19126 (1.19.170); FILE MERGED 2005/09/05 14:38:44 rt 1.19.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d1ccd905dd53c0e59f6cb426c8ddcb00c349958]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:44 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1b1c023e1698cbaa8f73ba296bf8f8e91fb55b7]

        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>  [82b02b07c8822d457af4f36e9de811dff7083a7b]

        INTEGRATION: CWS ooo19126 (1.5.636); FILE MERGED 2005/09/05 14:38:43 rt 1.5.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf8258620a3f3d171d4802c276606e8082cfc76c]

        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>  [b7cd646ff6f99055583c37c35c7dfc50e4d4ad4a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f50a57ba3b72d86b65f11b9bdfbe3ed170f03855]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:43 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00dcc7fc5e09e1d4135571c225b6d024e51d3e64]

        INTEGRATION: CWS ooo19126 (1.4.636); FILE MERGED 2005/09/05 14:38:43 rt 1.4.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [885c217746a53238d9db66f6ff6a4e39979aabb6]

        INTEGRATION: CWS ooo19126 (1.1.644); FILE MERGED 2005/09/05 14:38:43 rt 1.1.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f48d19f4344392e7e49a2a79e4f058e0a1f3e20c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:26 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9562ec56d7232ce68f6383e0de4f7d4e3940624]

        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>  [670d8b9855e34b38020656c4c183dc5d35737658]

        INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED 2005/09/05 14:38:43 rt 1.10.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [641d5a32c3f58f8537df08a21c373d55b9d6fb09]

        INTEGRATION: CWS ooo19126 (1.14.120); FILE MERGED 2005/09/05 14:38:42 rt 1.14.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08e2c0ec7e2d16325c56db3e6c2def9af032bfdb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cddaaf401724453e843c5b79b75315b5ef8ad9a6]

        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>  [a140e14504f0be6c77b4f8a83728231bf602e7e8]

        INTEGRATION: CWS ooo19126 (1.15.90); FILE MERGED 2005/09/05 14:38:42 rt 1.15.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68a20356121363c2c125fe67dc2d432309ace264]

        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>  [5ac7340d198465e71127ef50ad54a5567981ae8a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72af72a12045bb33843dbd689e246f05367aae51]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 14:38:42 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d88592f6f8c24978b75c985763806f40645c46e8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a43a2695912217a1a75a0d9ede4df5d4826c184f]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 14:38:42 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65c693caa8afa2f60d52c84f99696600b14a37ee]

        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>  [5d60c4cb156652ce2713baef92474c83b599f049]

        INTEGRATION: CWS ooo19126 (1.12.220); FILE MERGED 2005/09/05 14:38:42 rt 1.12.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5719403502a3deede603cc1d8e58e5be91373e3]

        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>  [a95eee6863f292347a00bdf16ff2b4a9b81c88d9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f77936fde91f70977528cdd5a12ccdbde7c74833]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:38:41 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0defde392a7d9cfa2f423ebd8dd9e335256cc733]

        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>  [deb37b4473c09d1ba194b35b146b93f3d9776abb]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 14:38:41 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a790734c33eca281d3285b659af78fc028979b55]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:38:41 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a63fabac95d6cb8651498d639a83a81a4dff0657]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66a2efa19f0c29f9919405f1d639b7a2141f5b6d]

        INTEGRATION: CWS ooo19126 (1.8.170); FILE MERGED 2005/09/05 14:38:41 rt 1.8.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d8888110fd766d05558320fd28eb6cb939fca33]

        INTEGRATION: CWS ooo19126 (1.8.158); FILE MERGED 2005/09/05 14:38:40 rt 1.8.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abf604563d59aae99ea688457ac179120a633823]

        INTEGRATION: CWS ooo19126 (1.8.202); FILE MERGED 2005/09/05 14:38:40 rt 1.8.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc5fbbe5a54bfe814fe282f56fc345e2bee6e30f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04c70f48f34f6c3cdd07a100a13e2020a90c0bc4]

        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>  [95e17b2c66b700cdf5dd616db91f51f755589bdf]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:38:40 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c20e2269a1b2d67fbc7d532c2ed81aedd75ff702]

        INTEGRATION: CWS ooo19126 (1.6.126); FILE MERGED 2005/09/05 14:38:40 rt 1.6.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbaa33f1b75f7ed447283b91cf7103e3f64b9446]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:40:18 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5af01dce173c13bf9868a56f633db948c9b87cba]

        INTEGRATION: CWS ooo19126 (1.38.156); FILE MERGED 2005/09/05 14:38:39 rt 1.38.156.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2df5c06f5371047271a6191d63fb22bcd09413c]

        INTEGRATION: CWS ooo19126 (1.94.66); FILE MERGED 2005/09/05 14:38:38 rt 1.94.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f92b33b5340e72c826e14cb4958d1d25641d271]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4fc8a39b0c9c09f316222ce00a56f135c0adc1f]

        INTEGRATION: CWS ooo19126 (1.3.206); FILE MERGED 2005/09/05 14:38:38 rt 1.3.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12ffee08373bf7ebd84576266b5490161d1b5fd1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3bae704f5ebb7b75b54f8eeddc586f3c99cf51a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:38:38 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27279afa2056d810c8acd8bca79248563b396917]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac62d022f1af90b14feaa3cc476aa74bec946c84]

        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>  [b49a9a1d4c131c22249bec7ed2411d0388e3e682]

        INTEGRATION: CWS ooo19126 (1.88.78); FILE MERGED 2005/09/05 14:38:38 rt 1.88.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a278e32c0c88b1a049276d24b20761a455c3d759]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:40:15 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ec239cad039b7b69af3a1d944cc637b9b18a0b9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:38:37 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0fee4da576e9482d7a5cc7834c36f0fb2da9973]

        INTEGRATION: CWS ooo19126 (1.119.98); FILE MERGED 2005/09/05 14:38:37 rt 1.119.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ea60a706159076051cfdabfd47b3f38f08df2c8]

        INTEGRATION: CWS ooo19126 (1.4.626); FILE MERGED 2005/09/05 14:38:37 rt 1.4.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9986db6b823684a09f83eb15c718d74a8cfd00fa]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:38:36 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c65a662a3e5133a42242feeb1cee2a00265fd237]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4dec903f80e395f5a6d8c70c636e3db7cd4527dd]

        INTEGRATION: CWS ooo19126 (1.7.296); FILE MERGED 2005/09/05 14:38:36 rt 1.7.296.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3078c9dbb2b067e7d0c0839a5a667c6cc5f04ea7]

        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>  [23168519d00d082c24e998e77b415556444fd92c]

        INTEGRATION: CWS ooo19126 (1.6.538); FILE MERGED 2005/09/05 14:38:36 rt 1.6.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cba1f47d7029fdb7fd487f37333eb75dfb0cb38f]

        INTEGRATION: CWS ooo19126 (1.3.636); FILE MERGED 2005/09/05 14:38:36 rt 1.3.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41cc5bd0463310ddc2b4aca2aea1f8822b0fda46]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e34c169186d9b5c777a23ff7d313dc92f984a7e3]

        INTEGRATION: CWS ooo19126 (1.15.94); FILE MERGED 2005/09/05 14:38:35 rt 1.15.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [203ceaf271c76cb012ab393cdc1080a521c62d2f]

        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>  [27b80170963a29fd19e46cf9d572d101431a1213]

        INTEGRATION: CWS ooo19126 (1.24.170); FILE MERGED 2005/09/05 14:38:35 rt 1.24.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b75ecd7e46a34908e568316cb04a1ebeea07238]

        INTEGRATION: CWS ooo19126 (1.1.1.1.652); FILE MERGED 2005/09/05 14:38:35 rt 1.1.1.1.652.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e843204afdc9f65f9a340636dbfc930ccb36ca50]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:40:09 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [220b4baef0df0ed1d796e9dd05a2479df382c6e3]

        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>  [b13aed71ea3a30635d4cc00317f11f5bda0d93be]

        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>  [c3d101fe3ac2758637b52b803133afe84e6b3d5d]

        INTEGRATION: CWS ooo19126 (1.21.126); FILE MERGED 2005/09/05 14:38:35 rt 1.21.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52e3ba18f3d42f44ba71cafea080be621b606c08]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:40:08 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c47f8035e077f3daac49f0b1ea72993b0d1540a]

        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>  [fca25b88fa383287b8cec698f873c40f3f0efd6f]

        INTEGRATION: CWS ooo19126 (1.8.298); FILE MERGED 2005/09/05 14:38:35 rt 1.8.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fea43ef7757900a833b211483bc39c76d3c3ddb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff58535288bf5769c6a1a8ee384fa6f4a86a64c2]

        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>  [bd2883218facdd355094f14ac3ac83a391cae0d6]

        INTEGRATION: CWS ooo19126 (1.10.202); FILE MERGED 2005/09/05 14:38:34 rt 1.10.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5edb18ff5b26882aad3b477b530f5e96d7df3e5e]

        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>  [7c29e8fa55970694c72e167692cfc76f42f28863]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:40:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90c452b2979add8a83200f6520a328b80061f8e5]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:38:34 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f55df248facfc8e87ce4c6f7326ac7dece489ccc]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:38:34 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea01fba37da8a6401d395215b2078b261038f41]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f14163c050bfeed62eaa76bb9663cb99d8db7030]

        INTEGRATION: CWS ooo19126 (1.1.638); FILE MERGED 2005/09/05 14:38:34 rt 1.1.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3aea25fb91082b8b19033dd1fb36476918f6a1f8]

        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>  [af0a798c8e96d18a399c47d05859aca788f52c16]

        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>  [e5674eb38a53b93e83c42361efede698ebb56139]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 14:38:33 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6eeb19f49eedc86acec08aee9a19a8f1485c637a]

        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>  [c5c709ce95f764acdb1aa455b8119a9e8761829b]

        INTEGRATION: CWS ooo19126 (1.22.280); FILE MERGED 2005/09/05 14:38:33 rt 1.22.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d616c62001374a5942a9aa2c01c701915aa191d]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:38:33 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [634a615cbf6bd86947a0cefa8b0a5a23d0bb7a74]

        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>  [bac5a4ae497a6e0e88f4564b12a148a8e1829e3d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [576c2aee224f8b3406abdde2ee59be2421e68916]

        INTEGRATION: CWS ooo19126 (1.17.90); FILE MERGED 2005/09/05 14:38:32 rt 1.17.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [567f73ae6afdccfb0779f763126ed0e5d57c1234]

        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>  [0bf21543210414b8137cf5b42a45e1f66b5b87f1]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:38:32 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [823da58c449524a564b3c61a6b2d75b0daa2e4c7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:40:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b89b1ed294338c1aa8d27b727ddd65c5d5706f77]

        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>  [0f7da6431cc5b8eb0dd947af24a04bcce0c8ab4c]

        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>  [92d8b6f878ffcf5d1a62a0c3d5ca02f0b5692fd5]

        INTEGRATION: CWS ooo19126 (1.20.298); FILE MERGED 2005/09/05 14:38:31 rt 1.20.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94563a140161b875e07ffb437480168f9c5f65ca]

        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>  [940d6bf0070b6565b12c3084b026767bf1bee306]

        INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGED 2005/09/05 14:38:31 rt 1.5.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7b9e92f01e7dc4fecbb48392456060edfa3d543]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:57 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90ded666ef449d88bd1bb70a8f3f943190f0e060]

        INTEGRATION: CWS ooo19126 (1.9.170); FILE MERGED 2005/09/05 14:38:31 rt 1.9.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36b47afbbd97851b69c3cdf4d5c02aad1d289bdd]

        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>  [e4cf4eb29cde5876ccb93a663a4962aecd61de38]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 14:38:31 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54bb4fe81ae275c49150899195a5d047862e095e]

        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>  [f0a3483fdd1bb52ade1f524741b51fe806dbadb5]

        INTEGRATION: CWS ooo19126 (1.8.202); FILE MERGED 2005/09/05 14:38:30 rt 1.8.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23cf2d27107dc6b13f9cf07d96bf6ad9e746916b]

        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>  [38b31d25361e3e93feb4ea24fd7e66750a1f5ed8]

        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>  [9d0477265c25e4c2584e90cd1578e539c1481af7]

        INTEGRATION: CWS ooo19126 (1.1.628); FILE MERGED 2005/09/05 14:38:30 rt 1.1.628.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed847366bb2196f5739c350d2fa8776e99e252e5]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 11:39:55 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f42fdbbf2d3b0cbbd34101858d5621a9a0dc667]

        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>  [d3f0394a227332f123715845ff58d8d2e41d07e0]

        INTEGRATION: CWS ooo19126 (1.2.270); FILE MERGED 2005/09/05 14:38:30 rt 1.2.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c9c2e1fbb6a4d6e1bac9fc6a57960b0c029d25e]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3a08ad0da8fed9b5777070c23318498cb08334a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a86790be2301f3a03b1540bc255b39a72796986]

        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>  [201100b4065d9a709d968092106c98f2226410e6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [700ccc550b336bb6087db5d54f7b59b0c094c114]

        INTEGRATION: CWS ooo19126 (1.1.634); FILE MERGED 2005/09/05 14:38:29 rt 1.1.634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe1a65c62a754a6fef220975055cea3dbab313dc]

        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>  [15fd1500a58023f7254da1828a394d49ece2ad45]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [317a577256fc6f9492136d2fb27ae6cbb1af6790]

        INTEGRATION: CWS ooo19126 (1.2.634); FILE MERGED 2005/09/05 14:38:29 rt 1.2.634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fe6683593944ced3446bd6c0545b977b2edca86]

        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>  [7920a9490d268f001fa0c083607e007e7dfc4602]

        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>  [c9461681c6c00c0f845408e67b7ed77e5d0e1d70]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3e68e91024e6908bd09fd1653dcb55f729938fc]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:29 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9d539ebd851f143fba6b6aa85091b5ba32c7065]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:39:51 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ad50887772442d2d61c04979c8635a270b48b68]

        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>  [2a875a1b0c7509f9c47e93bb8a67eba5ffb08f14]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32273bcaa710bef8e7c82d687c37b4a9ecf50963]

        INTEGRATION: CWS ooo19126 (1.7.270); FILE MERGED 2005/09/05 14:38:29 rt 1.7.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8fb0b33cc9aad633fc0cf91195b42ab4a30a0c9]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:38:28 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [636ac38d60be79002004321f03d04eb3ca7f1b66]

        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>  [97a59a9a1ad65990004fd8ff691f0e7caeff5dff]

        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>  [4ba9b54c97ff5ff2c07d7c09fc243f8df63ac844]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ced08dc2e5095660ea97fb811b10aa5999069e00]

        INTEGRATION: CWS ooo19126 (1.2.642); FILE MERGED 2005/09/05 14:38:28 rt 1.2.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d2dce781c4bc70c53b742282e75a214ad6a74ce]

        INTEGRATION: CWS ooo19126 (1.13.280); FILE MERGED 2005/09/05 14:38:28 rt 1.13.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3abddaaae69721852252a7b2a8dd446cdc1b3499]

        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>  [89794dc4373031a582897db927e71dcad01654b5]

        INTEGRATION: CWS ooo19126 (1.19.38); FILE MERGED 2005/09/05 14:38:28 rt 1.19.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9480bb79abf8f6203ffdd750b6f0847c49995d12]

        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>  [7275b98b43774ed5513f3031106bd1d585829540]

        INTEGRATION: CWS ooo19126 (1.33.34); FILE MERGED 2005/09/05 14:38:27 rt 1.33.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ab15f1f0212df464b38dcc50ad16711d8d427c6]

        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>  [f7281f57f6c68492ef64a5b967603855291281b4]

        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>  [bbd25aa47ac80c3880cf641423b4bf7bbb1f9c09]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 14:38:27 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db037a024d1cc5b6af5127994203bb065475d7a5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:39:48 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca13e25aea99002a3c6b0c51f9f679a68d00bcdf]

        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>  [2ec3f83d2d840adde9bc6d9f6a23a603521af96a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:39:47 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e9c295d90e6943a29ba94cb9794e9cedb085938]

        INTEGRATION: CWS ooo19126 (1.31.38); FILE MERGED 2005/09/05 14:38:26 rt 1.31.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e03169bc990748821f3051e9ad64676d407ed59]

        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>  [8904791dab194d19d149fc1d9db77036e48cd3e0]

        INTEGRATION: CWS ooo19126 (1.78.76); FILE MERGED 2005/09/05 14:38:26 rt 1.78.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f01ecfcce0d491b1c5909bf0e0a31623f7b2636b]

        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>  [ba670622e6c64791044d38bd92c910195227fa70]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9debbf219f1d16a9048d91bdb8b348ef34687671]

        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>  [1c55b12352c95655ce80ab55a5e58e4d63ffd11a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a078242736b7ca4c273fdf5786a6e8ab0862f81]

        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>  [a84811a04bcfc1084c82133729b0d3b1c4bee730]

        INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGED 2005/09/05 14:38:26 rt 1.12.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [850adee917b5052fefba56e3633472e329a1da2b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c2f41cb5f6808612c5f3a2083bd2bd125f25505]

        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>  [318b75eee524993a350330e6f39414fa65cf9839]

        INTEGRATION: CWS ooo19126 (1.31.36); FILE MERGED 2005/09/05 14:38:26 rt 1.31.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db7834d1a332495ab03c6552c2560c34ba6285ae]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecf418065a2c46df839ecf4660dcd338dbb8fbe0]

        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>  [1b83867dd119ee95a02f7ae3da38546731fdd68b]

        INTEGRATION: CWS ooo19126 (1.3.436); FILE MERGED 2005/09/05 14:38:25 rt 1.3.436.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78da4725ac3da1cca64cb2b14d17f4e1e620d6a0]

        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>  [744d1e1bb446c1f009fce649963fc2e2be3b15ff]

        INTEGRATION: CWS ooo19126 (1.6.354); FILE MERGED 2005/09/05 14:38:25 rt 1.6.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [712e0bb722dde53b59a2cd77194afc6ffaf07b4c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0103d18531668aeaa4ec8a4ff129fd9009c66de0]

        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>  [3e93795109f5d68bdf21985ef91db1d4989473f3]

        INTEGRATION: CWS ooo19126 (1.40.270); FILE MERGED 2005/09/05 14:38:25 rt 1.40.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ac30e5fdd6983b278cbfdb87c20cdb077278dee]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdd8393dd81997ca59357a890424860529e19913]

        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>  [010b46d038e4de8128f59ac75800d333ac4d09ca]

        INTEGRATION: CWS ooo19126 (1.19.270); FILE MERGED 2005/09/05 14:38:25 rt 1.19.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [736460abc8925a42309cc560e5a635b43ef4e133]

        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>  [f54678ed0581596bb232d41ac2726647706a355c]

        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>  [4acd025ff4e2b635d581ad380a38b7b817682225]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:42 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18653bee69c167d162e6c6b2f17706552cf29c3e]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 14:38:24 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecc398e1ceb2359836c139b89446c9be78e61e63]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2252743a3af50c19b315627ae7d2c5658a26c6f]

        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>  [c7b153ba29674bafe42671e5c8d01186966842ce]

        INTEGRATION: CWS ooo19126 (1.2.400); FILE MERGED 2005/09/05 14:38:22 rt 1.2.400.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fde08b1897105d8c14e119814e22a58da9ed639]

        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>  [dc7dff7a93ece4d95864ded4cf71b5085e08fe57]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 14:38:22 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ac302227998127bb5881affaf48ed29c0222fa7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2af71b24141b3d7e8b7a2af869ac25763cd1ce7a]

        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>  [ee6e0b836163ae3de8a7db5bdc9c671cfdd58777]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 14:38:17 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc02f164ff6551cb306e529db3fff78786003077]

        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>  [759493303ee5e5fc7b257fc704bd23b35bb3708b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88107381caf4fd391b61b38f8d66bbcb7ddc491f]

        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>  [ec1607c8b47a2bfc0df5cbb4dd35da839115b872]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:39 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7de26a0164722e607349d7412ee4118388687799]

        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>  [076e52b6a70e6fb5a087fd5537d46a0e3dee44a5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [374bdbfcc25b914b3bc4b2bcff346c862bb5728b]

        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>  [6f27902d5fee371cdfeafbe3064093414cf4f524]

        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>  [ffea40d6547a858a05e8051a151ccc2abdfd22e7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [786668497e3bce2e560c0f5979207af274517cba]

        INTEGRATION: CWS ooo19126 (1.1.1.1.650); FILE MERGED 2005/09/05 14:38:16 rt 1.1.1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f4001cf132e7db19db5a29ea1fa7bde3fbfa7c5]

        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>  [a018945987e3bdb7f5b1ac17d16ff1778b4fb7d2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be488175312a6037681202f62351cc7dfdadfefd]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 14:38:16 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bf3d3ed50dd836ea9477995ad4acd19f31baf46]

        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>  [42f2e9322c26038e6849b0a46c4e48c7ab074759]

        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>  [7cf8f3dc8c7a4994c9c90d0d0488f0eb4a781f12]

        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>  [6099ae8325154b24eaaa9719f8decb6e18a5eae8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cee68b17401024acfe18660dcad9dc949726b7c]

        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>  [8394b67c7949f56fefb9f04782950b09abe85219]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1e82f5e57b06b80501c0a8dcaff49b7243623a1]

        INTEGRATION: CWS ooo19126 (1.1.636); FILE MERGED 2005/09/05 14:38:15 rt 1.1.636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9d7e555e6c2b99a1300f529612c201a2838e104]

        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>  [138828b9205b723160f7753efae7d78c6324802c]

        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>  [384cfd6991aee02f9e4246cdf2524f8322977e12]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92cce94167bff072480f371f899ec2aaa28d78e7]

        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>  [2e802fe56949317151c5d6b8a3de37785d6ce49c]

        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>  [65b1deff7a8f7e8d22e404bdb29128f415e6e929]

        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>  [f4fb1869af2eb14e054d4e1275d27d3824063462]

        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>  [c81b67ff79597dcf2c532eed3a834b929547c416]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [429a546764cebc4b098642e41e4b75f830c4d7fa]

        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>  [e0c231ded68512b317686094c3371d1fe1d5d8f4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4333814bbdf5c6d7450c1fd73333c9aa030675a5]

        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>  [971192bb114648e1d97f51d6212c29bee6b2807c]

        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>  [098da94589e48837dcd7d5c5fa50baf7050e861d]

        INTEGRATION: CWS ooo19126 (1.15.202); FILE MERGED 2005/09/05 14:38:13 rt 1.15.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3999503ee45e4711a567e94fcc1b9b31b560b11d]

        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>  [4401a9abcbe2ad27bf54e93b218ab596d56e6349]

        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>  [b74e3f3de6901adabebf17b6a38da2213f7dfc67]

        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>  [6902f9e47a87fb5a08eb7421481f3a307eba8b39]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 11:39:33 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93a890804f5b90a49e3f3a799656cc33f145b0a7]

        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>  [050e984cc0c0ba7909dfacadf6d287c689bc01e1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [440b0621cea774ffbbd5b0f9fd25fc0b6068dc71]

        INTEGRATION: CWS ooo19126 (1.169.202); FILE MERGED 2005/09/05 14:38:12 rt 1.169.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91ed8d11ed533cb0a5682a19cb875d27beb34f07]

        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>  [91991e89cef184e9793469c64f934a71070f1e0d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [398b3973213f6a9dbab8a52100868618b9011893]

        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>  [adbb4c5f552c5d4356e83bf64ff6e599817e60ba]

        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>  [b370d4d674a36c8fcc46d5ea8fccc630f3e29c74]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d147f76890e2c938af734b9a75ea109141ce6a75]

        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>  [6faa77b0461a940e4a8483a5f87bd676acec8e5c]

        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>  [c255b162415cae1793b97c0bdfd208bf160123c8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f35d37b827e016099bbabe6a5b369f6bb000492]

        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>  [98f79301d49005e4711ec54228d0cf13a14cb9a6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:39:29 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d149414d0b78b0f68a5e392ad257616213d59a3]

        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>  [a76d8387857886ef5d06ff2639094bcc08297153]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [570787d73904e77c3d98070cde9ca736d02f585b]

        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>  [b59f1477b943d5b994dbfd3c39b51114a14d3507]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:28 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57059efd1237ce135a3735aa3e45cbef5974b387]

        INTEGRATION: CWS ooo19126 (1.11.202); FILE MERGED 2005/09/05 14:38:11 rt 1.11.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca62899796c9bd97e7fac0274fd48911e5bb9f2d]

        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>  [0ce9d2dac76808c332926c0aa884ee0070287db1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ed945129b1b4ff89fae590ecee7560411bd1e67]

        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>  [d579cabbac58cf3f8cef5785a737d77e5b920237]

        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>  [b6b09adc04043006a6c25081a1066259bc1d017a]

        INTEGRATION: CWS ooo19126 (1.3.642); FILE MERGED 2005/09/05 14:38:10 rt 1.3.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5e39992012ce62d587bc96de0003e5c4dda7291]

        INTEGRATION: CWS ooo19126 (1.2.640); FILE MERGED 2005/09/05 14:38:10 rt 1.2.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b3d11a06ebeefb11ec8ad08a3aa1814d11a16e9]

        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>  [763f91378501eb74710fec7aa5e427da97f01c19]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb374a0404162d9c5f0fb0b69894fe65c54c18c3]

        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>  [fd8a29dc75f75bef271d9797063775403da90fdf]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:39:26 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e65e5626bfaa27f0c429e83be75181ec90d5bfa0]

        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>  [12f62dd3869952137a738453c335e43e9fa39cb0]

        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>  [b1dd28076e3fcd4538f4f98c9b122ee439bd3cae]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 14:38:09 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12a04dffffeecbf8fabf635ea590735a6e98c538]

        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>  [5650827e2fb991ed86e0daeab992173f7942dac3]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 14:38:09 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82975b0284525fd7ee54c4b79dadb05e02ee171b]

        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>  [5395c164d92cca926495ffca8fddc79680bf3d5b]

        INTEGRATION: CWS ooo19126 (1.5.626); FILE MERGED 2005/09/05 14:38:09 rt 1.5.626.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e49bad340ddbc5d57dd8299fcc52fe427f41e9c]

        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>  [f0efa4e453eaf96200bcbecc65b889af086639c0]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:39:22 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [485b8c33a216aaec216830e6fac717317e5ba9b6]

        INTEGRATION: CWS ooo19126 (1.8.522); FILE MERGED 2005/09/05 14:38:08 rt 1.8.522.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0336b166d1e3586fd3be87c1a6e410566bc4447f]

        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>  [1a86be3401109294d8f15d0dacdd27159b13bbf8]

        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>  [f456774e7ea22c398e76eb2dd3c9717b9eed6529]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9ebff5b21362115140e17dfa6382e486bbf874b]

        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>  [80ef36fef5057f75acae8da139a8f7e2a9c2d395]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad564b7bd038fcef8b1028f253e573f25cb38923]

        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>  [e25acbd1d524790762baad7c1cf08ac0d0d9d376]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da53bc6903ef0f4570259453b5838d638020657a]

        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>  [75bc223024d6c018019ab7d32cfb515f9d645fa3]

        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>  [25e4e95401c889a1e0342e4cff4f7ece2ac357f1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45c12422040fa8ed09ee7d12743bebfa90c5b4fc]

        INTEGRATION: CWS ooo19126 (1.28.220); FILE MERGED 2005/09/05 14:38:07 rt 1.28.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c690f89a8657051fd11421836c72591beb916b7]

        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>  [03188b57d6facefd50c91be9f75b0b928666e15d]

        INTEGRATION: CWS ooo19126 (1.28.280); FILE MERGED 2005/09/05 14:38:07 rt 1.28.280.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78ab01bea71192eee43b1fc3d2d68f0b7276e72a]

        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>  [97c33e20af9493ac345a534418557e9cd863f9f8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83c9607f78c35a8d71589ab2e9be2cc68789a940]

        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>  [5f8fe366d1b489872e543b279c5386e17f4e1ddb]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 11:39:18 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3f39f18be19b3da034c694c28528fc84c30a11f]

        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>  [764807682b68134c44513d4744a9fc971df1e163]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98f4fc1f3dfd6a220cf89c9b5caad168b3fe16f9]

        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>  [efcc4002479eabd7588419cd53775ac6334a4049]

        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>  [436013540231f8fdcb12ac646798fa98e8e35d07]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da73afbcb46d32d346c0c80b987b43e8514d7004]

        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>  [a1634bb353ecd56392a04c8807a2d02b4187a0f1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a092533384c69a5cc7caac0d232ee18fb7017000]

        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>  [6912fe90c3b6e37da67e57f2f1681a289a855681]

        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>  [54faad39a0e327fb895ac7f221ca000e06b9f3c4]

        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>  [bb5c244cc2df93455f491a38083287268779e472]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9691a5e0741e67120ef171fb1f1acfbb1fdea0bb]

        INTEGRATION: CWS ooo19126 (1.9.94); FILE MERGED 2005/09/05 14:38:05 rt 1.9.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35090b4d3469459552150230e8b91c5fb360485b]

        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>  [5ae402d1e4997d1826f4029d8b54edefafb345f1]

        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>  [67c821f4cb434b390a703443276c155d5c232cab]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ff806d49d7393a013b43c7a4f1d868adeee8627]

        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>  [955125d129de4f6487cbd45570df034b66e8437f]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 14:38:04 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd88fd23e8797adef0c894ae298998278eb6321f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74d3b4707fa563efd638467bdda33b35375d7758]

        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>  [874cd942b346137998836c9777a2faa6df325f8e]

        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>  [8f11dc51b5d88f035aaa0afd1cb629b65812b225]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25032c963918fcda55c23d172c7fc41bef7d1f31]

        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>  [0021ff738158ca93123136c85bc868af94683121]

        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>  [601fe4e8b35fd7e32b5686bb0d006479be9102b7]

        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>  [de580d27671f67800abc86aefc6ca829ff6f433f]

        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>  [d15e5e832e6670781ed5f8b61bb73ecab5379fdf]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2d16700a4d9b9c9cf25d73a56adb175744b94bd]

        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>  [6664486683f9f77a9240ccb816eee682a248c772]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:38:03 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [673308b7c1b857f481740849f9ec949526777358]

        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>  [f7bc76ab060ede01da7502c5f89f7679c431e6ee]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f32bb2e1cef791e66856026d3e377f012fbe742]

        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>  [ef2fcc6c9d962f5bbf2ccbd05534a51762f0306b]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 14:38:02 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ff136b3a6fa183c9b87a95099425f0a3475158f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:39:08 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89c9fa8195308009fc32d8c3ede91f07b3444c9d]

        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>  [c17b2d29426e19c707ab9999d69dc69e81a785d8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33134464dfdbaf73b10e0dcfefa8e9aae958fd2f]

        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>  [e9b09a46e62773f732dcab586238476d65b4075e]

        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>  [a5ef8a986918279e17b4f9b3766f8c1164d41910]

        INTEGRATION: CWS ooo19126 (1.3.644); FILE MERGED 2005/09/05 14:38:02 rt 1.3.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [120bedf728344f118abe3c1105ca9c53a8bc6de5]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:39:06 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee3238d041d00e7bc426dea4154ae127de329b58]

        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>  [3b27d7579e65b628c73dd3fe426ac174df9a0c54]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [237b1e33a154448c13e38e3560654f3fe41298b9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c8cdfd9897c9f4cc27aa743a2033205188750d4]

        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>  [049fb18ea20e1d01868963c2ee242cdd12059f6e]

        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>  [4a1b24c824fda08f492e0bb14df746f0df60202f]

        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>  [316176c3d4410010b1a4c1d7b45756542d6580fd]

        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>  [d69068bbcc8e08ecace3301f047501d3271acd39]

        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>  [4538c9fe842c311a085bff11c8dd576e1685c6bc]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 14:38:01 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea3c36ac68f0612f40652ea606fe937c8e033e7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c146775dfc01e95fd22384a42563ea7281254d1]

        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>  [cd11a5113373359ad5da6aba2f67b3aee26b70fb]

        INTEGRATION: CWS ooo19126 (1.3.644); FILE MERGED 2005/09/05 14:38:01 rt 1.3.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fca5c5ae4a161d2710acd539c640d11b49642525]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:39:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [907642f1e51ab51f5a66400bfacf760c867f548f]

        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>  [1ce588fbe02d4bf9e343524aaf6e7a4d304bbdbc]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:38:00 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3e03399c9da2c5511f4034ac4cf045d3499ad7b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:39:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b103abe08a54486ad79619d3a48e2972e689f92]

        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>  [7f6ea7bb9ab1074d26b80d5ec2fd40677defae32]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:38:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf999978e806a76c1a1727d658589e7aec19db99]

        INTEGRATION: CWS ooo19126 (1.3.640); FILE MERGED 2005/09/05 14:38:00 rt 1.3.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f98c44961ac396eeb587de6770c50a0fa232eb4f]

        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>  [c7f6e9c1c3f50782e4112a8838bddf2d86ef7cb1]

        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>  [3f5638d92341096dbaf7596cb20685a20d1ec996]

        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>  [31c1404a422c2cbd74f5402517644f3b5220067a]

        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>  [b2e117286e107af7821b84003bc95679aa55ce26]

        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>  [9ff4b30fed6ef1fbfea4266baa25db60090900ed]

        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>  [dfc3cec0c766dcfe81d209ab3d78de79fd055a86]

        INTEGRATION: CWS ooo19126 (1.1.642); FILE MERGED 2005/09/05 14:38:00 rt 1.1.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d5628fe4d86c658831466e23edcbe99725185e2]

        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>  [a07c5f70000a8ab8c144d863789735bb8db77117]

        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>  [9b91498ad0cebe579e2d95326fb80284642a96b5]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 14:37:59 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e049878d43e3411848323096d1f8b1dcda62cc7b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:38:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c463ad9c991c8d3ee886ebfa5568aa1475994ae9]

        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>  [37e4e4a3fef4714f808a3ad91db729b60e3cf8df]

        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>  [9a065406ba64ecfd7e902d6da2b12a7d18c440c2]

        INTEGRATION: CWS ooo19126 (1.2.634); FILE MERGED 2005/09/05 14:37:59 rt 1.2.634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c2d21fc17f79adaa22cd74d93f28ec0125ddbf6]

        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>  [dff0b6508a4fdaa5033b1ef7dc3e472b57638d91]

        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>  [bd394039884b7ef145c0294ca226038f6810f2c9]

        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>  [0094da814ff7a3f65016fba22747eddc53f3393a]

        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>  [085fc1da19460ad590f4f3d8cebb6ac951832e16]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:37:59 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56db5f5ecb59de45ee8f3afdac1cadd05081c645]

        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>  [89aa211180751fed3a296644625238fa95227383]

        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>  [b527411caee2899b01d563c60fb43e9e11c703c6]

        INTEGRATION: CWS ooo19126 (1.1.608); FILE MERGED 2005/09/05 14:37:59 rt 1.1.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2677132002609c8e991cefdd7c2f0d13a83978e7]

        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>  [db72286220e4d774af4b01a08982de541c6d0d98]

        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>  [7c1bf2f3aa39753709957d2ded90a9c4268c2aaa]

        INTEGRATION: CWS ooo19126 (1.1.608); FILE MERGED 2005/09/05 14:37:58 rt 1.1.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62734e3efcc1e3e7c98919bb9922c6da17429d0d]

        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>  [a388b69377767f095f62dbce353ec5dce01eba10]

        INTEGRATION: CWS ooo19126 (1.3.202); FILE MERGED 2005/09/05 14:37:58 rt 1.3.202.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12eab0f54940cda8694f3b5c7e15dc8002ecba35]

        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>  [ec6bd9066519a04c8210d784793ada34cb053896]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:37:58 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e237a5b028452df8f0d4077836f3968cc3a08256]

        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>  [1575c419515fd3cb2551607907658663e06def90]

        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>  [abf913b173a6a74eb9406d76660246f9679ff0fa]

        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>  [b2fd1df1af41a6561718cf2254e92c8e7d80c655]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:38:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a74d5af57d47828bb3dab9a0291377e3062a2e33]

        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>  [2a25c1c07650cc7bcce137f70a18d99809af7a86]

        INTEGRATION: CWS ooo19126 (1.3.354); FILE MERGED 2005/09/05 14:37:58 rt 1.3.354.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7ea02443545caf42cf8ba649604d687dcc3937c]

        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>  [779e313ff066be1d252ae59d55b3ddcc47ffef45]

        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>  [81f749dae919a8efb0b3c1a62fee981d14156dd3]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 14:37:57 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9ff6611aefd5206975574a3b31b8d982e8cd6a0]

        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>  [b8ad2216f9d15155775496a819cac60ae3c57cbe]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:38:49 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2e42eb587659351a3f252e81b28d29b688b5ae8]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:37:57 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94cd41cb2bcab01eb5dbbbcb8880e3c766bfae8e]

        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>  [12a2e5e52372798b1c37154ea50358ae0bf92b9f]

        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>  [f5dec5e9011b03bb44c597ad931eedefcca4802a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b22135d1a985894479dd3e5da32e2b665af8408]

        INTEGRATION: CWS ooo19126 (1.3.638); FILE MERGED 2005/09/05 14:37:57 rt 1.3.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b2f6d31bcccc041cb857a4d5e9703bed5b0217f]

        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>  [fe3c37177a2e320484451e3fdc225283beeb14fe]

        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>  [65fad8eb4da1d63a8a01afb0e50b6641f5835200]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de60551b56917f042832fb7eb49d972777c01226]

        INTEGRATION: CWS ooo19126 (1.2.642); FILE MERGED 2005/09/05 14:37:57 rt 1.2.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1568ddb5824d6d36d7d8b098c1bdda59b41652d0]

        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>  [c53b234fd68a41a0b4830d94b4027a85c9545e7c]

        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>  [a4f71c9394f2af6e5dad508641a526c04a51b624]

        INTEGRATION: CWS ooo19126 (1.1.642); FILE MERGED 2005/09/05 14:37:56 rt 1.1.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b034255057dad3b189d491656ab6bde08b3fdd62]

        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>  [eeb920d764b2c7434a3adfdb8512826e074c8190]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:38:42 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1081b1f0b47f71a9294ad929e8c67d1c20c5fc5f]

        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>  [d2a0d5de16083c33ba0b4f59da0759984696ee5c]

        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>  [abf3dac4134653362a6d289a68b6418972bc653a]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:38:41 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60842a2e433c50724b562bc5e033e3e407883059]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 14:37:56 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0efd08b016d337caaed2e570a863202a391f99c0]

        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>  [73e8d0b684db3428da3ac97e1174495ef7b8fa55]

        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>  [a5865dd8a41841f3a9965c3d175d9787715ac14f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cac337d0a9be5a78ec158d570dbbed26659e992]

        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>  [8b8da01de3458a68aee5e5c00c483d18f2581c04]

        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>  [3b1e255810e225893645e7017ef8ebe213002718]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21e8825361df188ff117c62560bdf0fb03fa6dcc]

        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>  [214d75d677534dde9ab22f92bbaa56752f4533a5]

        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>  [70ac8f90a1b37517242b09f264e01918615c6274]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:37:56 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80183727a76eb831e506ac84f029f9cdf60bfc61]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54cd4a780a0ef44b73da2c56fbde4b5f0808f1c7]

        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>  [90484158c422d1433b521fb8128b08918b0a2ebe]

        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>  [7165a64f6a8665759b64f815ba5cc4a996bb8117]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:37:55 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b07954a4629a1b48d04d174f1e136b78690cceb]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:38:36 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [436d44afe7687f9c873e9a520a58e5402b7b2ab3]

        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>  [76f56939178b0621e2df13dc9f7cba00cd0738d5]

        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>  [794c55bb0629ca115e4cec03cc8a8ecbae02ab68]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:38:36 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [176a6e58b4508212471acb066648805d52767670]

        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>  [87b1e5a75fc5e033e3ee9ec18580b0d8d4893d4e]

        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>  [e0d7895a8bd53e07ac2cbc4137efbec6fdcb2a18]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 14:37:55 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c236020526be7aa8ef0113a5c2855c7e69cc690]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:38:35 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cb5fc1f5d03b291d5cb830d984451880670a7f5]

        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>  [d5eda7ac691f9b013db99fcbefd3c7ee46b6984e]

        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>  [3678136624a8b155061941beaed54bc17be3a927]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:38:34 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a2aafa398678753730ab4d75000130e81c3a908]

        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>  [5b0bbc8403f4a305ed702588720ccb2aa3208a8b]

        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>  [52f96789f2a6813f770f51e4343fa7e85bdc6d06]

        INTEGRATION: CWS ooo19126 (1.3.608); FILE MERGED 2005/09/05 14:37:55 rt 1.3.608.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bec9031c3eca829db51b9536ffc2935600cacc05]

        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>  [47bc4fc72a97daaae44cae81357ecabf2c4e0e5c]

        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>  [3558d429f92e49098d8420aa18b56a112516f43a]

        INTEGRATION: CWS ooo19126 (1.1.640); FILE MERGED 2005/09/05 14:37:54 rt 1.1.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [016ae84879f521bcbc57059aeb2c8c36181eb72a]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:38:32 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f4a2dc3c411d59df6cd1a3dde929559c28e13c3]

        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>  [437aa1f757b55508411df445d72bf02eaf849b10]

        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>  [797674cd9f49f258dd6fe4b5f72d0fc48f44ae40]

        INTEGRATION: CWS ooo19126 (1.1.1.1.650); FILE MERGED 2005/09/05 14:37:54 rt 1.1.1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [449b79c3468c11ae138f8044de4dfb17b8c7cfb9]

        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>  [386a22707c50e7f8eeb8dc265ffa1410fe73fcfb]

        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>  [4df8f361dd392431f02c28c57b5b10a88d680982]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b98eb9ccb540880144783df10e8935b33d31e6c8]

        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>  [589bcb1704ea850e2ce03794e07cec16bb214eba]

        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>  [a079213440422c9cb3382b770b69aed679ceda5e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:38:30 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e7c94de1d1a4afea8a83b96b2e9b09d3bfa27dc]

        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>  [5f370beb145c46e7538ca77178e6ecfd7fbbd62a]

        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>  [f546b2d18c7875c4c467c5f2f6d9c20d65185c5e]

        INTEGRATION: CWS ooo19126 (1.5.270); FILE MERGED 2005/09/05 14:37:54 rt 1.5.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfc50d01b088f7d3b01bce23d68943b77eb23f88]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:38:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86bf556e054c1c1b7c601c18dd47983d486ea55d]

        INTEGRATION: CWS ooo19126 (1.7.538); FILE MERGED 2005/09/05 14:37:54 rt 1.7.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4b29835be35b6eacd4a17614cd09a87c7a053d3]

        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>  [68792e9bd822fce2090b081201346c1ffb039cf1]

        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>  [2396f0ff730b939e9e36afde855410a21caa0504]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:38:19 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8544951090f9279b3ed95269bc4c92f3e7b128b]

        INTEGRATION: CWS ooo19126 (1.1.646); FILE MERGED 2005/09/05 14:37:53 rt 1.1.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [301154b3b09a83c3cd7a26796b6541c5c65c6222]

        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>  [27352b3b9c1020d70d4d4eee2e2b140a224937d1]

        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>  [443784c13a1b33062905f05f77ecea302f1c9f67]

        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>  [e94c0f583301ad6e5ca89a1bcc54bdf46d7b7da5]

        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>  [f89eac7de60288d08785b2f1fb9d99988661537a]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 14:37:53 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26246f3767b666b41708130736ccc837006fb189]

        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>  [1be5481cd67418f714d9b3aa9cd89cbaee104010]

        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>  [673b352cf62e26eedd0641f48b8057f62be86391]

        INTEGRATION: CWS ooo19126 (1.2.638); FILE MERGED 2005/09/05 14:37:53 rt 1.2.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d844c7745cfb26a469ea25d59670258328690e39]

        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>  [c512cc63482aa143d588b3c2063d4fd4060327a9]

        INTEGRATION: CWS ooo19126 (1.2.610); FILE MERGED 2005/09/05 14:37:52 rt 1.2.610.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb2d54691e4e746dae3f7927918ed0c41d3dbebd]

        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>  [897f7eeb4ac1dad933311f878a46f87e6c913da0]

        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>  [0e3d963a621f61f69ff4884bc2ab7517c4a2535d]

        INTEGRATION: CWS ooo19126 (1.3.610); FILE MERGED 2005/09/05 14:37:52 rt 1.3.610.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60ec1f2752dd1cc9fa2df723cd54fbff119a34af]

        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>  [140dadc11d5af1a6c30517973d9c3b0be89a631e]

        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>  [a79061b99673da99ab58ec84b074d20d35880c6e]

        INTEGRATION: CWS ooo19126 (1.2.644); FILE MERGED 2005/09/05 14:37:52 rt 1.2.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9097570ab5ae0f2f853da60c0d35823df16d4ed]

        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>  [2f6d2709de72c1c5d2640a42123419ed8b0f155e]

        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>  [e756cef6e9bdf4c42297142267dfe5b6db3d4a92]

        INTEGRATION: CWS ooo19126 (1.4.642); FILE MERGED 2005/09/05 14:37:52 rt 1.4.642.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4370c715f7ff773c0072af6d44d680811416f38]

        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>  [6ea8726f5a62f3cdce408b484caad3019eaaa34e]

        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>  [e1aeaa4253a60f5f15d29510d7797a295d455aae]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 14:37:52 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f92ee18aa087f7960aa83b88541165c03dcd3079]

        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>  [5cfcceceee057d121f0039cadf767fce6b5153b7]

        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>  [00d9752070fd23188d56d567c7798e7c71a6bfd1]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:37:51 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43703e2cdcdea3140901da3aee80b2ea679d8eb0]

        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>  [dd83bdfd3803c2d2df42528ca722e35ee63a358a]

        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>  [58408741a45d960ee6109e5094a170d8bfd14cba]

        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>  [8a9fccba8a93f7a8960e1457c5a3053ca50b991e]

        INTEGRATION: CWS ooo19126 (1.23.40); FILE MERGED 2005/09/05 14:37:50 rt 1.23.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [408bbcef70b0c25115aff27c797ba505fe43f69d]

        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>  [09d6c44353a34578856938afcd7fb94ea63b8316]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [037b518c390deb505a0fa397b91437b565cb5f7c]

        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>  [c28b375cfb062129c2b03f7b14c4164183c5a7f4]

        INTEGRATION: CWS ooo19126 (1.8.330); FILE MERGED 2005/09/05 14:37:50 rt 1.8.330.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07ddadb4ffbeee6d174c7d702ee5f10bb22a2521]

        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>  [67595d3d3d4f38d8181b5220d5384076c6331ea7]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:37:50 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [652485ebaed11c834a2a30e162c317f215aa15bd]

        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>  [9c9a31f9dd04ebb75e245c7d6fbe8704d142d468]

        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>  [8156f4c91082ecc51bc497bc6aa52d4d277487da]

        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>  [266e23ee7ecfca2e410e760785e6d38276b869a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d9dd62723dc1e1e45b050f145a013b901f3ca0d]

        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>  [12517efeb53666d3cf0974d453d4c49ccc89724a]

        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>  [43d55078977e9b917ffdc1b5e62255509614d1e6]

        INTEGRATION: CWS ooo19126 (1.3.648); FILE MERGED 2005/09/05 14:37:49 rt 1.3.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f468c984b6dc90354e7ee5a2b4c64ded480d9c6e]

        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>  [51edec0dab8e9e70a6a4eeb16d9ea5a12ba5d85f]

        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>  [ef7cb823fce9a6d01345b6b76727d379f06d0740]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:38:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b45e782292d149f90e31cd4bb43af2d1e521f956]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 14:37:48 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11c7ab4da6ec8d9c0a3435814d80627bdc6af5eb]

        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>  [bfca62b39d0e9f7e0d73423653ee9b05e16cfcb6]

        INTEGRATION: CWS ooo19126 (1.4.330); FILE MERGED 2005/09/05 14:37:48 rt 1.4.330.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [070fe737578b88987c93ebf31102d23e7f31699d]

        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>  [011ec744d6c51fd7dd592a583e91f19ab93c2499]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:38:04 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19120182c150ad36a60a685db04313c1a4204c6b]

        INTEGRATION: CWS ooo19126 (1.5.270); FILE MERGED 2005/09/05 14:37:48 rt 1.5.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f460fd25b366a0c08f4c0574ef0b1ee76af676b]

        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>  [2585911ec5eeca9f36298b212f44d387d5a3e87b]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 14:37:48 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57fb004bda07c9d53d06bbcec3328e54380ab3f6]

        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>  [3dad2402e63a09de12fe4241141808d785b0bff4]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 14:37:48 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c429a409c660c830eacd4c904dd98797da278e90]

        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>  [764b00257beefef5e88f502cf0fc2e5abf31ec72]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 14:37:47 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a2c969c34d59056c536d683dac9684d6331a44d]

        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>  [9417d422b3f05cc3673e3d75a3ca27a373382c3c]

        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>  [ca855b71997faeb053da5be3d5c70c04844f2371]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:38:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93d76535bd343ac7f95f08f7891ef911aefc49f4]

        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>  [90af626806c8b7f44453a2a61180f907ce022488]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 14:37:47 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a2190f0ff1231192fdd88508b34a1571c415629]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:37:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1b1225cdcf87978a4ae6c3d2d62482c8f456d68]

        INTEGRATION: CWS ooo19126 (1.2.206); FILE MERGED 2005/09/05 14:37:46 rt 1.2.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bd8d8a07a2fd5fd48425a104fb824d072442ea2]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:37:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cb1b1ed0ee1745a0c6098e852571a082d88bf3f]

        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>  [c00d70258d30ea2c0f2ba942109db04179843578]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b40a72d3cdaf23e5f2400021badefeaba8da2d64]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 14:37:46 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3a0d43d3683685d7e8e11478a4dfbcad39f2299]

        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>  [f6c5f89aaaae0c6366b478ad30bbb6a72235ab35]

        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>  [cb17747c284e65a26dd073e4a0007c5ca56ab157]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:37:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45b3ba57978b1ea5c1f21bf2e4100efcfbc54103]

        INTEGRATION: CWS ooo19126 (1.1.650); FILE MERGED 2005/09/05 14:37:45 rt 1.1.650.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fc6cf1d74302280b523cd9d3eb324ef2f1de142]

        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>  [fb42543023d54ec53fbc648c6df17a113fdd8786]

        INTEGRATION: CWS ooo19126 (1.57.220); FILE MERGED 2005/09/05 14:37:45 rt 1.57.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ddd5ae17151d3a6a6c9b055354155d61b605503]

        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>  [c31510acee51b1e309a8cefc15092d29e35036af]

        INTEGRATION: CWS ooo19126 (1.44.404); FILE MERGED 2005/09/05 14:37:44 rt 1.44.404.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a086d3665559177032347639a0ec3a88eaddf4ed]

        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>  [97060ca7aeb28a98f874be48201c94e134b4a712]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac91ee07edc2c4d39fcee432f2a3e4ac4d881744]

        INTEGRATION: CWS ooo19126 (1.62.158); FILE MERGED 2005/09/05 14:37:43 rt 1.62.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e2fa6faec5c1ffe8ccb65419c174d89d25a6bdf]

        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>  [7567f3b1892cb5625119628a3f454be2ed643acf]

        INTEGRATION: CWS ooo19126 (1.2.640); FILE MERGED 2005/09/05 14:37:43 rt 1.2.640.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f8aab4f0c6d906b7001689fae8d50a5bdb63513]

        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>  [9652c8ff895ce8175f9ac960aa61dbf64170cfa2]

        INTEGRATION: CWS ooo19126 (1.9.168); FILE MERGED 2005/09/05 14:37:43 rt 1.9.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d33b5db8dfa7795e81cd26bf56220d77d491a1ea]

        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>  [5dd4ab3eda2cabbf939fdea7216afbc829f3acd4]

        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>  [fe2ffa4e0a7a6f72c23f9a01ebe7fe367bac77a5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 14:37:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5388fe591b10cbded79729b9c27f85574b9fb7f2]

        INTEGRATION: CWS ooo19126 (1.50.158); FILE MERGED 2005/09/05 14:37:42 rt 1.50.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f31f7dabba5d4fd2bc8cc42371ebd21cd76a750]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d81185e5ec6a371e1c213325063e7c5db3f6c5a]

        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>  [b781cdcc3fd3ae4fa47d0e1b4673cb4a2b3c9936]

        INTEGRATION: CWS ooo19126 (1.7.616); FILE MERGED 2005/09/05 14:37:42 rt 1.7.616.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [616191b903b452803d2dcb92e5ef18a5161bee0a]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:01:03 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d169b8d6ef0c6ddc54fd01ebc578f2984181b3da]

        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>  [7960b1661566c2080cb62bd2b5cf92d5b772a003]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 17:01:02 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d97b6924462eee2a3390f0d2f364b53e4ec926e7]

        INTEGRATION: CWS ooo19126 (1.6.158); FILE MERGED 2005/09/05 14:37:42 rt 1.6.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00805c1b191064f5a15ae3cd0aa2f31690485502]

        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>  [bd56e14732f69ed4aa530959c417a48164bfb28c]

        INTEGRATION: CWS ooo19126 (1.4.646); FILE MERGED 2005/09/05 14:37:42 rt 1.4.646.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75f7cd50996f962f2b4f1226be8632ec207a01d5]

        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>  [28592d43a074d01022147239d4b735e8bf662caa]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 17:01:01 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6196492f840e578d9df9e14bde62fade1e5c3340]

        INTEGRATION: CWS ooo19126 (1.21.102); FILE MERGED 2005/09/05 14:37:42 rt 1.21.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3aa66223fbcaba61223b71285d20965a7c52e23]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bca42bb3fc233311e01f888a40f2de065c1edbb5]

        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>  [a2e3ea7ad9f98fd24e1371295ff8927715af59d8]

        INTEGRATION: CWS ooo19126 (1.16.304); FILE MERGED 2005/09/05 14:37:41 rt 1.16.304.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c486bd9f953fbd006f51e8ba67af8d2ac24050e]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 11:37:49 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [203e632742d17192747d8971ecc07eba47db58d7]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 17:01:00 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd07f0fa6e48ffd7eb0b9a1dae7b85f5cd73d7ac]

        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>  [f9a89add88d46fa36674c4d70d5f9035212b52fd]

        INTEGRATION: CWS ooo19126 (1.89.112); FILE MERGED 2005/09/05 14:37:41 rt 1.89.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad9e123e3655efcbcf9b90f2b24dbc9a8fd35b9a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5a0520f7e6a76b1dbe6e6b6be7d1cdd0388521f]

        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>  [7c9c15564d090ac3121f5348753ff85d83781bc6]

        INTEGRATION: CWS ooo19126 (1.2.610); FILE MERGED 2005/09/05 14:37:41 rt 1.2.610.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcf340f091a0898cb7c1b1d7054fcaed1fe3c2db]

        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>  [96c741384e637d9345a225921551b36759e3206e]

        INTEGRATION: CWS ooo19126 (1.12.220); FILE MERGED 2005/09/05 14:37:41 rt 1.12.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92f5d9ccaf2b5c25ba0d6ff73985a2758b7d84f7]

        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>  [e21a1d215104252f720e4cad88b55319dc23117f]

        INTEGRATION: CWS ooo19126 (1.33.538); FILE MERGED 2005/09/05 14:37:41 rt 1.33.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a8d26a2af31b864be60486d648df90ae003db1f]

        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>  [2f39232a36380866dc55cb437462ae159dab9b24]

        INTEGRATION: CWS ooo19126 (1.2.644); FILE MERGED 2005/09/05 14:37:40 rt 1.2.644.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78f3d654e07ae7a775b1dbc9b6c4d8e06eab0550]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:00:59 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bee2e6902ec1162eed0ed8caff678d99c1735b5]

        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>  [91b0af957f145815e6f28687ea3852e2de8fef7a]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 17:00:59 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdb4f7edfb67d4b85df674afaeeb8f7bf1c98cdf]

        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>  [7ee44d4fae8c59055ae3f30f31d06e88fe304863]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:00:58 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31bf113ad7d0bbf44c2b221816155e1e8a7e2075]

        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>  [62e7481e5352765d40beeddaf635b3a441301be5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:37:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [624666785e61857afed620de030c564a81450c8a]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:00:58 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ca3b855994dcba268b6ea5484802882fcd3d3c9]

        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>  [d6f02b8c03c24142b6ed267988db242728da21a6]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 17:19:39 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7af78f28548e6c296d9e18df659609442d5ecf1d]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:00:57 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [008f247d3a32ab21f7d6eb4ff675b2af3dab43bc]

        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>  [d39906d35e6e24c5221d1fa1d5e78b03f2bb3e98]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 17:19:38 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4aa7b041b6978f91c094b8b69553bc6925f960fd]

        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>  [2ad429977aba9c42db90581dba40101bc9b21d0d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e69322dc40675012973baf95c950b83217a81a63]

        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>  [d3356433f3888fe253882ca36969704b5c38db4f]

        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>  [019064a43268bb9783eaa4e5370a703fa38a284e]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:00:56 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b94f9fe48864a4940dfd9bc06d58e82d62e6056b]

        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>  [22ec10ab8d70edb0e07451a193519927f566fa8d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec8aeb2ac874b22602edabc62f639c4e6855186d]

        INTEGRATION: CWS ooo19126 (1.7.138); FILE MERGED 2005/09/05 17:19:37 rt 1.7.138.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bda75b20eb9c51b5a8c28d86e7f293c33b2ec626]

        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>  [d6b1c569f630f066be92bcab3e4c97e628a60484]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:00:56 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [549f92a2bae4593106f1ec37392fc6618335bf4e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:37:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1b2a42a709fe0991b0ed7fc4ef5a5c0da1cc157]

        INTEGRATION: CWS ooo19126 (1.5.184); FILE MERGED 2005/09/05 17:19:37 rt 1.5.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22d4e744ee20d38b1a0894a06f073ce78ed708a1]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 17:00:56 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86d99b06f02166edb08f6e3587bb40b08df31704]

        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>  [3646756d29aafdee2369fa34e3da28b9825f2493]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 17:19:37 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [100604192d51e5456820178bb2d4385955545a69]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:00:55 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [266711d889c384ad4a31d0e04f436f125becfbf0]

        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>  [242479d219fdcab9c5669948184c8f36934f89d2]

        INTEGRATION: CWS ooo19126 (1.4.182); FILE MERGED 2005/09/05 17:19:36 rt 1.4.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b48c06324327caf6f19e3ea24c34b196b5fc5e7c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3693bc553db3ac14b4d773b5bbdf63ab8cc53efa]

        INTEGRATION: CWS ooo19126 (1.11.22); FILE MERGED 2005/09/05 17:00:55 rt 1.11.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e00830646ff2f681db4e4c1d2c76ec752a98264e]

        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>  [28d7fd15a38be73ab3fed31e33f0dc050ff11823]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 17:19:36 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35fd28cfd9f14108f17133b7940dfe410c217a75]

        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>  [d61ade8c72463987b046f2401fb5589655d978f4]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:00:55 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d1c52a6c2e36a79b69b617ffc96adc16efe6cbc]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:19:36 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b7f3e11cb3fe8e99c68baca3e5ef60864b98a15]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 17:00:54 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [790731ce932d8c310f42f58f95fa8c9c6bb4df59]

        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>  [d8fd6fb1ee369e86374fb4008a4d045f2408280d]

        INTEGRATION: CWS ooo19126 (1.7.138); FILE MERGED 2005/09/05 17:19:35 rt 1.7.138.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [333992669a5bb93441804a8228a68547a9b51d3b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a18029c1a7a4b674e2d56069b00f5cc78934c0d]

        INTEGRATION: CWS ooo19126 (1.8.18); FILE MERGED 2005/09/05 17:00:54 rt 1.8.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd718a97364006b98bb1b87874ec1f8847caddd]

        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>  [331b974fa196aa1e5f866f6dd701459e2024626a]

        INTEGRATION: CWS ooo19126 (1.12.52); FILE MERGED 2005/09/05 17:19:35 rt 1.12.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc3cd3ff7437560b9cc8620b42711f4644e56295]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:00:54 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0df19a26209f251916dad886296e268861dd68cb]

        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>  [6c644915fa8a4397f05f9065d53ad5660c6768e6]

        INTEGRATION: CWS ooo19126 (1.6.182); FILE MERGED 2005/09/05 17:19:35 rt 1.6.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb2fb6668946da54783a24b11e645481282d829c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf39185cb07ce1ff777f4d8caa4dd023c4583bf1]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 17:00:54 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41d86108ae73b4fe6f7252f7aadbf88180037d7a]

        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>  [61a9ec73518d6ce0c7db6f35474cd1a894a94a7b]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 17:00:53 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f5733bc8ce1abde062f223b96aeb441a14c928f]

        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>  [2a625cebc924705de256de279935180288255f2e]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:19:35 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64d2fbf1d64e40cbe29516485029dbea6b54e412]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 17:00:53 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d544bf5eb69cbf1b246cbed3169e34fedc7e221b]

        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>  [a92c6bd3902e67a563c66683a70d2ad526a812f8]

        INTEGRATION: CWS ooo19126 (1.5.182); FILE MERGED 2005/09/05 17:19:35 rt 1.5.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b339819d2cd742c076b104bc8028d34677dd22f6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89069f44f2fdb566abf13805b4c6d3e06bd3a2c2]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:00:53 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfa05e31435f507262eab8f035c25d57f0fce978]

        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>  [ca016a4a9c1d241a9b608f55a5f650d35dd20904]

        INTEGRATION: CWS ooo19126 (1.5.182); FILE MERGED 2005/09/05 17:19:34 rt 1.5.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22f2505c35e253e3561ea4d73e6e06de91f620b6]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:00:52 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a79237a888074a9b0061241de6087c57b7f94ef]

        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>  [dc61a6c4bb84a893ceffb3acfdb06c4747afaf17]

        INTEGRATION: CWS ooo19126 (1.4.182); FILE MERGED 2005/09/05 17:19:34 rt 1.4.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33ff5bf8f468fab3b7c8a09f1c44f1f48dc3b0ab]

        INTEGRATION: CWS ooo19126 (1.22.6); FILE MERGED 2005/09/05 17:00:52 rt 1.22.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [193675f089804a7940d18d90da41dd15493bfd66]

        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>  [930be341d56b4002c96e767a2deb7cb44dde8089]

        INTEGRATION: CWS ooo19126 (1.36.18); FILE MERGED 2005/09/05 17:19:34 rt 1.36.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bc8d00cd7ae7178bd3a26c7652cebf23cd8130d]

        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>  [76f14d85dc6efa86d3aaf20e983066ca4e1f3c83]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 17:19:33 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83a5a60c7074d8a032c2ce8fd58b2f86dcee9a32]

        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>  [8a1bec7efe5dcceafe795b1ab34b2a1338fe44e2]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 17:00:51 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bac0ac1d94b36eb044bf88bfb823b6906d08fcd]

        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>  [36a7947c1ff5483b938e28a9ca617ef4cede6582]

        INTEGRATION: CWS ooo19126 (1.10.40); FILE MERGED 2005/09/05 17:19:33 rt 1.10.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd12611b8a34c0546b3c9434b611f60b46aad0ad]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:00:50 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7da5957c69243c8d95900a6832b6be436a76325]

        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>  [510f90c876284b9c85aaa1eff33371337f806b4f]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 17:19:33 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fba7395dc69410c8a6d37046f49fb8949f091e7b]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 17:00:50 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4c81d33df880d342c501d375b874b54e051095d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [437d57d576a7833ce920fe1e72594b31966fd6a7]

        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>  [3cc243b5f3a6078e3c0853edd2e989faa6ed7ec4]

        INTEGRATION: CWS ooo19126 (1.1.184); FILE MERGED 2005/09/05 17:19:33 rt 1.1.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f368b934c21e723780beeb0b01b788185693e97]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59227acfeb77961db05806d2d8031d41cf22e655]

        INTEGRATION: CWS ooo19126 (1.17.52); FILE MERGED 2005/09/05 17:19:33 rt 1.17.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e529fd211fd0d4059af0a7c54c7cc0ee5334add5]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 17:28:59 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1926ae6e759fc7a746c8a5ed719a5521648d2d55]

        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>  [b404c5394cd510fbda42dc8780d2451a74b4969d]

        INTEGRATION: CWS ooo19126 (1.16.12); FILE MERGED 2005/09/05 17:19:32 rt 1.16.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ccbf4f78c367b9be046373cbfccc3298e921e91]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:28:58 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41e8e870b52ab13d0ba997415c297d8195dcdeaf]

        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>  [d92c89153cf1c400ceb0d91a85a8788c43decb88]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:19:32 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f908a63190814ac5e9be0c44f207227086519a04]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:58 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79031f2ddd26c666f72eaa0c14592c5436a494d7]

        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>  [152f1a43c2ad9499e55a0fae26594e47eeb57361]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:19:32 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c00d39be3efbb58c3f96f5887b436cacba76b66c]

        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>  [3778ec071a7c3e2e7c186dd09bc5e6044814e9f1]

        INTEGRATION: CWS ooo19126 (1.41.18); FILE MERGED 2005/09/05 17:19:32 rt 1.41.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b901496716b6e72d231efd2c81790f1c721e931]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 17:28:57 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08825960eee33bc1ba7885013d842c22b1364395]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 17:19:31 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e4592f2f85ad01b8ffc9aeaa27e477b3632d282]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68d6a8975de681c8f5fa4829e28994cfb6499544]

        INTEGRATION: CWS ooo19126 (1.15.154); FILE MERGED 2005/09/05 17:19:31 rt 1.15.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a10a9ac68499bd84031bc98dd2b5d86b6ea4fd3d]

        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>  [e23892b6d813b00e3adbc75bf98c615d9a3afef2]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:56 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84b9a1356d4109a08698369af95a95b28a3e8d78]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:37:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42de852e338a3ae9d4ef6e2e75eb65c5f843b258]

        INTEGRATION: CWS ooo19126 (1.6.158); FILE MERGED 2005/09/05 17:19:31 rt 1.6.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [658bb2a8bf98498544f2515756c8c70283a40623]

        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>  [74582eb47379fae9511d1e7f816fc3f8e3f95fa6]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:28:56 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c72da495c4003e67d6625a05f33085c0ca5284b6]

        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>  [eeaea42d2626ea1124e4870604124b0405a92600]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:28:56 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c78e57a0022b329bc7cb45c4ab1df87bf34b9bc9]

        INTEGRATION: CWS ooo19126 (1.11.174); FILE MERGED 2005/09/05 17:19:31 rt 1.11.174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a6d7b7c3f77596acd14ef99079460568b692c59]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:28:55 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf6b1a54f6639e759f5d20e220657fe7a2e92676]

        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>  [00898e3c21b419b2556f276f8449ed34c351179f]

        INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 17:19:30 rt 1.3.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fcd24d3cb9d41e378edb2c893de54d4d5b444c9]

        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>  [9c9a5acafe37b36384e428ade608409e9355d4db]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:55 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0187b1821611cba8bcc3c068928459f0019aeee6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a440581e3784f0b08aed9bf028b1d2c26b754f64]

        INTEGRATION: CWS ooo19126 (1.3.182); FILE MERGED 2005/09/05 17:19:30 rt 1.3.182.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [317e6f5fd4f8a0eaa6e6fff181c200c0262301eb]

        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>  [2c24c828c36873a7483ad9c21bd8eb876137d73f]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:54 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0adf7ca9ce47dba39c6da4a79d92d0bd1f5f88e7]

        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>  [124725084b2bd3fbebfd576beeb0eb43e6ce4b84]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:28:54 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38eba34430116e3fde8e122fcdcdacf6d6848b4d]

        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>  [04a81268b4f45dcca07a5ea001fcc97f476a8df5]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 17:28:54 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fb63dabdee581ae7ca5c238f2bbebab9cbe238d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8553af9f4c9e933f3bd3022a5fb439dfa8cd1813]

        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>  [fa41df06c267b3b747f141451d3c9808e4e437f4]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:28:53 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b73c439bae88d36e02345dd641cf5c4c40285de]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a696694ef51dd27ebcad41a9373a2e4d4fc5d77]

        INTEGRATION: CWS ooo19126 (1.14.14); FILE MERGED 2005/09/05 17:19:29 rt 1.14.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afbe6969761ff84aa43688fd39565e57cab36e53]

        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>  [00343c2784a086d2ea8dbec75ed9655317c96297]

        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>  [07946bf6ca5be2d5c0164948ca0932806bf798e0]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 17:28:53 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a30ecbf58beb553369e8fa201883aa4938b4db8]

        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>  [f9b30299e6fd7cbcb569e4367c24efaecae4a4a3]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:52 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7c8450fbba579fe969f8821de3dbf54af04148e]

        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>  [101244ebef47c1776cb4a20ce52313f960033cf4]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:28:52 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00bb518d159fb01b96d00c5eca72262690c79cee]

        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>  [f69272003a70fbe65024a6b8a4d874f6434caa34]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 11:37:18 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45236d9b9dca6d75deafe7ba78b8d1d5e0c69ef9]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 17:28:51 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8251a10d96820ae926522b9935818b878fce7016]

        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>  [61b253dbd5a2dc6b9ecd071e8b507afb3a318a88]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87192259f42a9bc7d38557bc8abe17c635c972d1]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 11:37:17 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [867608f87f40803fc137a69e696743f2b5fe935e]

        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>  [5e427ef1c8fe81a6175dcb1d718287d1c0ad17fc]

        INTEGRATION: CWS ooo19126 (1.1.86); FILE MERGED 2005/09/05 17:28:51 rt 1.1.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec0c947d15716e64b88dfc41203faeab2edaaf0d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3be4e63d88f8a44f5ea374131c7ee5074dd0642e]

        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>  [371fd10fa35ee9e1d44b566ab296d8e7af2dbb8d]

        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>  [1a73b4642793cfcb46437a50ae5ac885eaa65a4e]

        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>  [e5982a546573fce1285fae7b8cfc851a430139a1]

        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>  [8d9f578396b08c5504fcfddba0e39c9ede4f5dcc]

        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>  [3ed5b00feddae0ee0da400c39c527799155a8cab]

        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>  [d7eb1390190c7488e22d503804dd289c821fd201]

        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>  [85562243e9c3b373486f12f7d6a19a964ea5296d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:37:11 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cb95227b11ba78bacfe85894a7a442f3e462030]

        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>  [da236e860e1306c86982d4e09ced177868523fa2]

        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>  [08bb13d9a5bc1b7c657f24c4b0497d601cabe212]

        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>  [37d036a232f2574bc98eac4f79ec3c1ba435707d]

        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>  [f03175ec792afc60067af87c57551e9faee5c852]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98d76952a9cae6f76ca23dbac5296d0d0f37efb0]

        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>  [ae148d0db066b041e97cd1525f7718539601847a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [225ed04244dcf7f3a43b1895936365fb073d0484]

        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>  [21a367e53fa119040e3e2fe822628ed214d13ffc]

        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>  [d1368716f4d29dbd959cde8773baed7e0e5d20c5]

        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>  [191b3fb790c3b5f06c17ed76fdef966a321172b1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8c33be7cab0088e18517c5c0e04d7b937b403ad]

        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>  [6faff3be5529297a70e83b6074947ee0ff7b7940]

        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>  [c46fe5180d1c6abbe2eb8542c99d313fb049a36b]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 17:28:46 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73d33d39a87a09098bbd5a4635c8f9321b7cc099]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:37:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02a982bdeab79f9cf1d63cd9fd0e4b9eda2eb4b7]

        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>  [361180ce1f2b734ce6846973548161e97f6f4b34]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 17:28:45 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82aff70f75c579ecfa72e5d9458cb0d34282802c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:37:02 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33189f46dfa36811621ce7f207929b6edddcb597]

        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>  [3821618dff7cf0d97aa29f7356c222b75f9e1a88]

        INTEGRATION: CWS ooo19126 (1.5.70); FILE MERGED 2005/09/05 17:28:45 rt 1.5.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3fb34feb967e8e8a506038d7ea58d6564611dea8]

        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>  [01fd9fba86741d4d20f44fcfaedc2252b87bfb76]

        INTEGRATION: CWS ooo19126 (1.17.6); FILE MERGED 2005/09/05 17:28:45 rt 1.17.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [637ef2354b85111da80938a7ab26ed6876534103]

        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>  [19093b1218fa86ab2e57e0fd4e0e00d6a00f33fb]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 17:28:45 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a50fd4ca6d230a5966e9544fb19612218e5798b0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:58 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e52744540ae2bdffee2910e2eab509e813efb00]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 17:28:44 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7981e5e4cf52eb4c9e9605c565367abff15f8c5b]

        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>  [6d5b255ec7a362b9e6692eb499c625a5d80812ff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef5234b608c955ed24f12d5f5d3df41f0eaf6c35]

        INTEGRATION: CWS ooo19126 (1.5.2); FILE MERGED 2005/09/05 17:28:44 rt 1.5.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c25b63b25ddb240115923833f0eb8cefc9b7c98]

        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>  [d078b3b7b036c934b5ef1cb15a836fceef95ffe2]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:28:44 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41829b04dc992039b8267b4d707fed3f5409f623]

        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>  [bd0ab419215f5569692ece1d8a405439d8abcdf0]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:28:44 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf41393ea0a415d00a8658f9a8c9b50147697bc6]

        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>  [59e2922ac5bb1409009f51018f075bd2f2637929]

        INTEGRATION: CWS ooo19126 (1.5.4); FILE MERGED 2005/09/05 17:28:44 rt 1.5.4.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a52e3800b53d176a7d84260056e77dae6c512532]

        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>  [fa9b417070efefcd3c758dc2c5afcbd33de59b58]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 17:28:43 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11604094dcbc619945a8a220d7837e1a68bf5c4f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a60833ca98f2616ff596f2d9094188e6854420b2]

        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>  [a6e58692d71f055a1bb740628d5e3c13c4dd9b10]

        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>  [e0ae097223d4b081a4c39f20b37907475dfc0ced]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 14:47:42 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [554d71176378200a08872a6302667daa0beac280]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:55 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fb8193fe15862466d1cc92e60ee2d28e6aebd44]

        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>  [8bc1e41732cdc39aee8f40783b31ed851bd85ef3]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 14:47:41 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0458046cba90aa24978972512a9c22f29c67f560]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:36:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cafcef8b42d4199402ab0fe82c1b7fc47833b526]

        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>  [7eb9bddf16ede3feb13b793b456eae2e67cbd7fa]

        INTEGRATION: CWS ooo19126 (1.1.118); FILE MERGED 2005/09/05 14:47:41 rt 1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9180e3a1fca7d8ad1237a8688a39fec443690ba0]

        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>  [5b43f4e6824333c82c20885c9b78af70e7b24a30]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 11:36:50 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1eb857ab99d0445915bb79e562707f2488bbba76]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 14:47:40 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d9c7d0ba7dd9710aa8f3472ef98de1e36d01692]

        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>  [6784d1190fb92c6f90fb67472172145e480ee90d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5c84f95b4b26924d2ee2b660c444e652479e8b1]

        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>  [f67fb0eb021db5673bd1a505e3ac856f37c45384]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 14:47:40 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7442ef7fe54b6b5c298f9ae71c1276561b43792a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [552661a97e8b55127b71bb9196139276bec7d826]

        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>  [7fc3faeebd052d4cb6f5b5459eec6cba9f140b08]

        INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 14:47:40 rt 1.8.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd9f0eb04755db871a11c45b53ab577fa352f8a4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:36:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [249a8dc6992a6b0ef21011525267380ab28d0ece]

        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>  [62cc11733056294b672ec18f55da1bde843adaa8]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 14:47:39 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef41fa2a1789638db0fd733a24160a1b5f771a2c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [094477e30b12d0b274c6a9efc9ce50237679cce7]

        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>  [c6e8088f66b0861d982fd4289d67e9f954dc5775]

        INTEGRATION: CWS ooo19126 (1.9.92); FILE MERGED 2005/09/05 14:47:39 rt 1.9.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0f0c2248b644d802491ae280f9c275135dccfe1]

        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>  [fef2f7e526f8c72db37fe2991e338bf8bb77689f]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 14:47:39 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8d729bd4c1e1c60e4b8f89062be11df806c6f29]

        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>  [3fe050604ac1b97c43a40ef613e755be77f01ccd]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:45 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9e097c184bf901b479a53c1041b6969a8cda7cd]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 14:47:39 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [976a9a0069bd5d3dfc6f5ac792507212fa30e41d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aff586cba6ae7496e592eb474b9023dfd8c799bf]

        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>  [ce065385824589e3d105c25237118ac58f1f0774]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f9c9dc7e3dc91ec0f3c83a9ada3fe2d57070e6c]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:47:38 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7b9a9a12ceb1dbfe49b8e8f25fb84790e664e42]

        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>  [c4a504967f683b9f5bc32538a7eed8c5a89a3f98]

        INTEGRATION: CWS ooo19126 (1.5.112); FILE MERGED 2005/09/05 14:47:38 rt 1.5.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8754aa14c0a7ab7ce0100caaf0176c98d266462]

        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>  [b23cbc241310e018a82567d13d67036bd45995d1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cba89d2b2b247bebda273a2193c45d69b854c39b]

        INTEGRATION: CWS ooo19126 (1.8.72); FILE MERGED 2005/09/05 14:47:38 rt 1.8.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8909190741cbc4ce6adc9d3ac41001ff4b57311f]

        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>  [08b8771037120d752f33642769cc4620603fed9f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19bc4523a3db4b3857d3f145a0e43df0a33f062b]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 14:47:38 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d87f9bdbc33a1ee263b20009071d79dc6e6ed4a3]

        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>  [0473a745e37da438f372af281392012974b6af2c]

        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>  [87d121d11473d46f5f8033fe1acd48d59e2456ef]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a35f85355c10c2ce16e8a2039418244e1cea9f67]

        INTEGRATION: CWS ooo19126 (1.1.1.1.128); FILE MERGED 2005/09/05 14:47:37 rt 1.1.1.1.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3dcf3526a18d5e54672b4850739f94ef0c4d1f99]

        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>  [8a5123d739c0e830a8a6d7f587a84d026717eab0]

        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>  [c96f31348cde2c9e835f4cf9752edb84f09ec10b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.128); FILE MERGED 2005/09/05 14:47:36 rt 1.1.1.1.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cf74495a284ed933992e2806fe05ba7f8002a70]

        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>  [1838d9bf2bb79c822605f9041b713067421137e8]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:36:36 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b5ff5f9f8168ac7523e29db3cbd0b4e5ce3c89f]

        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>  [b46c4c373cae3a9ebe7c45a6cf797984fe213643]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:36 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bde9fe588ca3f3403efeb1845fd66100d8240deb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d8e54ab8d19f204d06344d70eb3a7c7c2f61171]

        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>  [8bccfa4eb92d7db68d5de1de52db85358d061f81]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 14:47:35 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [897cf191b7a8306f9dcb8f5d67c598d092b5fcea]

        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>  [10ec4dc5c1637eddb80d6bde39d59df9ba6cdd7e]

        INTEGRATION: CWS ooo19126 (1.9.72); FILE MERGED 2005/09/05 14:47:35 rt 1.9.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39e183bbc0eba9578886f014d88c4631e191c5b0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:36:35 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16a599cf402611d25ee2447f6d55fb37a899a038]

        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>  [3d8ad6951b3e3d1ee86a18ad7385719506bcdd02]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 14:47:35 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f4613b9ac87716bad7de440057d58014324b046]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:34 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e8e17b6da6829a09197fb5cb66492f758f48d74]

        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>  [1ba4cf748e3bf9d76a0b11f6260d03688247d729]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82fe90dc0e34ade3d1795ced5a01b2af73130f4e]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 14:47:35 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9b3f024c144c4cc9a3c770a0b44fb4c3d6fb4d8]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 11:36:33 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72cfe60cef8cdfbde42c343db933b5fcabe58844]

        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>  [db96551c5299c6e78614340d1f5d6f14557c396b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:33 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [772dd03a0c228124e35c5b93553ba4308a50820a]

        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>  [375e34bcdd50f1f20448a14e988b1b742fd98506]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 14:47:34 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a6bee503a1d7d110308aa60df4ffa152e0fecf5]

        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>  [ff8539795fa59eebe1b6cf64ebf4b8bf6c6b360b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [026a8a62aacc8b0a9dd69ff6cc3a4cabb480181b]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 14:47:34 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfd7724990999d237b4c000b22f6ccbedf80817e]

        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>  [3bb39bbaabb03cd1816efe1de3c55e503e216817]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:47:34 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0e101e92e5904fe82f2e055bcbb60c2f62198fc]

        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>  [462d80ecfd30f5b0129b5d8e113a2e4b771deaf6]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:36:31 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed057db19d7cace10d3fc0b24d2844a9dbbb4b30]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:47:34 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [415d8c9034b4a2e179112f12cf3c5b33caebcd69]

        INTEGRATION: CWS ooo19126 (1.1.88); FILE MERGED 2005/09/05 14:47:33 rt 1.1.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b62262770f5db41dfa010f40109e73edb00c3f3]

        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>  [eb8ed370d4193f77c9bff0ab22c0b21e55b9f64e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.128); FILE MERGED 2005/09/05 14:47:33 rt 1.1.1.1.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f14960f80868724e2a1401c4883fc54ac20141b2]

        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>  [b9297e49a35b7ae540030301e917d127c1d114f8]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 18:38:57 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41bf3ef09696d51b0cbb2f16e5d6a893da6197bc]

        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>  [1e2fc20b797eec59761ab30051500c35358fb8ba]

        INTEGRATION: CWS ooo19126 (1.1.310); FILE MERGED 2005/09/05 18:38:57 rt 1.1.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0124fe2c8298568beaf932af2ff8da3f9bd95e94]

        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>  [c2808d862559f861422911cd30df4bc5e2d1798e]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 18:38:57 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80508eb9798416d23c5cdf43f31716872b9c8139]

        INTEGRATION: CWS ooo19126 (1.1.1.1.128); FILE MERGED 2005/09/05 14:47:32 rt 1.1.1.1.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9da0140c511f87db666270efa70326676a0407b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa80698945531bed640ea324dd62e3ac69356ca]

        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>  [a5deba0cbafc1e1746e6b069ffd31785d11e6efb]

        INTEGRATION: CWS ooo19126 (1.4.310); FILE MERGED 2005/09/05 18:38:57 rt 1.4.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc716f2f7d46bebd53b730a5b9a20bebec66c47f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:36:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fefe8e69ad5954e322cbaab965a5fb6520365c3]

        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>  [7ffdb0b302da1e97b7033d642b219f58aed7635e]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 18:38:57 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c112d0447e5d9408bd5aa33ed01fb51825f84fd]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [439438dc5ac854d26c563a54eb14844fea4b10b6]

        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>  [068beb540c45c55983bd459b98a1e223a5bf86ed]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 14:47:31 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba27b02478e0e3b8142e393ad0fa20f5e791dad9]

        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>  [0a73507ab58b96e4711485830d50ec3b34cbc765]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 18:38:56 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f532d9aa3a850234323540746ab2aeb1fe1d568c]

        INTEGRATION: CWS ooo19126 (1.1.118); FILE MERGED 2005/09/05 14:47:31 rt 1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7db1e6dc4f554056b71397878f08cdc509cd5a47]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a38e61221db2ad4699fc03951141bfe285bd865]

        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>  [68a77dba7e9a842f6ce71f7ee19e4fbdcafb127b]

        INTEGRATION: CWS ooo19126 (1.1.312); FILE MERGED 2005/09/05 18:38:56 rt 1.1.312.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fee8d1b16b1fdebad546e477c9bc9f994c6b600]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5008a87897910ce3aba079388f27a8d2d6089bec]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:47:31 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8ace60ebdf06c820d3e118247b9cb232b1ad629]

        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>  [2f647f899d361dedec58052d59cc30db607130c2]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 18:38:56 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [086aff4159a9edfed1800d2562dc6ad5091ff34e]

        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>  [b411b2365f445beef4d8117284010f0ea879cc51]

        INTEGRATION: CWS ooo19126 (1.5.252); FILE MERGED 2005/09/05 18:38:55 rt 1.5.252.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [692710d9d9adb877b320e184dfab617fc4ccb95b]

        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>  [75200a93bde4508a8d0b7c5f10c8c5db8d33a7e6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [817ee56835c0dc919fb32506140cac77486c0c1d]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:26 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0672e5f95ae9aa26790149b6e37d8fada7bdb022]

        INTEGRATION: CWS ooo19126 (1.8.48); FILE MERGED 2005/09/05 18:38:55 rt 1.8.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5db004b8eb584ac29a26b17c3f39e2c19cbf968a]

        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>  [c1b5aedf3b7eebfa0d0b9d5674c18c263c24a65d]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:26 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7802f12a0894656e69c1aa4a8b64152b84dd142]

        INTEGRATION: CWS ooo19126 (1.19.4); FILE MERGED 2005/09/07 09:49:17 obr 1.19.4.1: #i54306# no more SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [711600f65727cd40ce53b4b10c6b9b48953ff40a]

        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>  [3ee69d8a8d0ca0b5334b183ab228a0aafad60196]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [007aace21f1eb16ef389468a4cb17ee1bd0037c6]

        INTEGRATION: CWS ooo19126 (1.15.20); FILE MERGED 2005/09/05 18:38:54 rt 1.15.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0b96d8238c6ab67b64294c1ccbe077b94ba5d5c]

        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>  [fe11ad2ab362657212a7c2a2b2b82d98fe8afc90]

        INTEGRATION: CWS ooo19126 (1.10.38); FILE MERGED 2005/09/05 18:38:53 rt 1.10.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d83d2bb7ea2ea510248f8f948b912dc555e15890]

        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>  [a219e0425b57daec6d25388245e645f3cdcbd3f7]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:25 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a4b6ee076abb200ee11737b5bc5c5b6b89b7489]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 18:38:53 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24becc56b726da2b79b59a1c2f972fe184605f46]

        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>  [8787051fb8aa010a6c10916c5c36e4360c62a46e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e251c7075b395ea4b8646792a8728ddbfb52543d]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:03:25 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8244012539f273a76d6465cab353c90c00c7154]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 18:38:53 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ccefb0622ace02c4a939c07719fd0a5ab0a2ed3c]

        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>  [06dc2ef0cb37757bca3edde28ba142acc44d86a2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5b85611efa895d5841a4b3cca074e782f54e8f4]

        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>  [bc7e3be7443ccbcccb30dfdd4903440994ac0a7c]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 18:38:52 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90e38198f13f195401456b459320fe95bed51d67]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:24 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4df8591033c111418a5daf421008dc88ee05f328]

        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>  [61721dc1e43fb2032af8c1e7dc353e280609bc6d]

        INTEGRATION: CWS ooo19126 (1.18.4); FILE MERGED 2005/09/07 09:49:17 obr 1.18.4.1: #i54306# no more SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45464cb9e9d780661f1180e9c3c50d286a9724e1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [709a99d24f3b49fd6d88e018283f558d8d48a9f8]

        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>  [0314cccc286421c3ecc32897f10c44ad76d88b9a]

        INTEGRATION: CWS ooo19126 (1.14.20); FILE MERGED 2005/09/05 18:38:52 rt 1.14.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7f71f2f1fb4336fb0ff5324195b7f0a50adde6b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:23 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e48ee1b613063942255c3b3848c1882d85c515e3]

        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>  [7da0382170aacbb5f3b2558e4a2352996439fac2]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 11:36:21 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b01c9046b42c097454d445d86b450aefce95d89]

        INTEGRATION: CWS ooo19126 (1.8.4); FILE MERGED 2005/09/07 09:49:17 obr 1.8.4.1: #i54306# no more SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34fe4255609a3f8798e9181b1d6e37b363c814d7]

        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>  [70125a0aa29b48efb934485684476c8a634e542f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [096d4fc2a556e804b86c57533b920ebeac8cb4df]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 18:38:51 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [547e616b39c789bafbab19f57016b2ed7d853285]

        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>  [d564b0b5a344c036767cbb605f1e5dde3658e311]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 18:38:51 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10cd230d50e83be2d9c01926c42f7ae3d44f5f66]

        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>  [0460b3cbfd7b2840870c214fc5ac1cab9d74a808]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 18:38:51 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65be2c62ba505bdd99ec736cecda0dddf7d1df1f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c95391a944c28ac97585ee3488aee53e4c878f55]

        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>  [e35e8b2f86b17c48bea706f9e70c565e94b1b3cc]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:22 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bfce1bc64ea7c23412f1ba1959700b09a1f6172]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:03:22 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25b6e037146e325e5ab930d1a2ef35c0b631149c]

        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>  [edf5c68dacd70969ab75faff02fbd89e36dcf551]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c427df6776c1cc9ba99b81f5e3a661b7d967dcc1]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 18:38:50 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9c7434248f05feaa472a6bbefd772f613ae0ada]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:36:19 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [badebdb78803f6bd7efef71a20696d31939eb4fd]

        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>  [767c2b9f7e265b60090072ff70a19fa523990cec]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:21 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bbb1aa395f9b4f55fb0eafb33d184e238961a32]

        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>  [915c67bd9efd7023ab17fdf244e462be2a8c14c5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc5b342aaa6afdd4610a786831122a496b3d5d9e]

        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>  [8ba788a720e2f15be8df71c3c8d1da91b8e33bed]

        INTEGRATION: CWS ooo19126 (1.16.16); FILE MERGED 2005/09/05 14:03:21 rt 1.16.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0654cf12d44fecef8f683845dd8e15d2fb601f3d]

        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>  [336e45f3ab12ba971231f49f8dbea3bcad7034c3]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:20 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5d7f220699f2fedef156d57a36d0424160d7afa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d83d70a1382011bd9a9259cb18e17a78d58a961f]

        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>  [ab0f734cf5be7d8a654ee8158708871f87e26a57]

        INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGED 2005/09/05 18:38:49 rt 1.6.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa331c47586c5fdcd02d1c48256f6630eb145ce5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a39c53ac8e274b8e6e8ba87292b38598b42c892]

        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>  [94556f66008685e7251ef326bfcd5282b0cf7252]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:19 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1066e8b4ac07a603858287e80a1cffe276244f7f]

        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>  [a5627574a8f72d8c9f544c15947ed7a719d7d95a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f8f69cff877412a7670438a3925ebc31cfe3615]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:19 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c429f533fa123d3dc58ddf9fd405ff3ee1552ab8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eedb1a373b4db6b96a1c9919e24a3c753a86aa8e]

        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>  [651ce397bc2d1e6c2f58beb2f9f67bcf4d56514c]

        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>  [3c4168f18246c458992fa1b3a26ef3b88e8414c6]

        INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 11:36:14 rt 1.4.122.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc2ea7bc75d1d3ecf03d5537dbf771e6813c0d13]

        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>  [c8850b47b76b843779acbb9dd8e50dd302774f3f]

        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>  [6a9b517346c5ed97c9c092cc1c7a0a668b560e6a]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 14:03:18 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e72e7c3e89838f6c9acf092a59d6462cd7a850f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8726fa4c7e64335cd606c599930b2e2ddeb140f9]

        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>  [a58f1d049926b8b2f273d44fea3ed33902bcc0f6]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:18 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ee475b07fe294bef3c27beeca9f54c07fe28bf3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58abe87718a66c0c6d18f71b31aa2956c6fd6d2c]

        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>  [9d67881bf15e7b1e25aca502ba4ad3af216e65ab]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [717000cb1f73af47723cde9fa9b9bd0fdade9625]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:17 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2e14db0394deff9c72ed02a5440923c582e53ff]

        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>  [1e9cc6cf2a8ee1746e53acfcfb449fc6532d7d84]

        INTEGRATION: CWS ooo19126 (1.50.22); FILE MERGED 2005/09/05 13:48:38 rt 1.50.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbc28fcf6eae86fd49562672295d5e2cdca67a6e]

        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>  [55b79014513e6b204559a65ea836f7bd5f15e250]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0063ae9f0d8c958c571cdb9262dd4bb517f7f31b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:16 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5da5271617e35c6077b31ae0b90d34e3cca993c4]

        INTEGRATION: CWS ooo19126 (1.15.126); FILE MERGED 2005/09/05 13:48:38 rt 1.15.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dff6309c70a6c76f4840546153625bb98f647ffb]

        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>  [033eac18a0931997a3ca14c6fca81b26058a5637]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:03:16 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d98f28029911243074a12673351cc4fcacf98731]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:48:37 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c052c9136639df22ea9b25dbf1cc070bf538970]

        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>  [806201e2660968f051470b4239a5265d2ae23837]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [596d86cda5c4a917dcb6cd76578b6a12393b5add]

        INTEGRATION: CWS ooo19126 (1.8.704); FILE MERGED 2005/09/05 13:48:37 rt 1.8.704.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a13312ca2d57e8f89dfa3b3c09e3415f267a670]

        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>  [c3e337bad3f799b08019b513df444bbaa7e5ebd2]

        INTEGRATION: CWS ooo19126 (1.5.358); FILE MERGED 2005/09/05 13:48:36 rt 1.5.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [889192d6c0a4d08bbed972a2769497fe98430384]

        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>  [9314c37e72d37d9b646ab24a11871762f13ef072]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6396574fcc13fd48d909c8cab0c146abc3b7e6de]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:48:36 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [336863571296361d5b4cb01f98c0efa7a60b3e75]

        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>  [c5f64a8820574003ab332c94fa0b175566c2d9af]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:15 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1b8b2061e4592e094d8ece57f9b8e70eb324916]

        INTEGRATION: CWS ooo19126 (1.23.226); FILE MERGED 2005/09/05 13:48:36 rt 1.23.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b73638ce6bfd175d383ccd2b3e8864f780334242]

        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>  [48f26cd1ed27763a4a659d9db50e250d9cc7d541]

        INTEGRATION: CWS ooo19126 (1.50.162); FILE MERGED 2005/09/05 13:48:35 rt 1.50.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b03a4bbe763b7e6c5375fa211c237334e96cbc1a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [348975943f276cf1f014c00aa4c16dd856be4ace]

        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>  [11179f27173563ebe7a5241539f07159a19d0b75]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:03:15 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c478de0740f8d39097caa65b8af5956edf7746d8]

        INTEGRATION: CWS ooo19126 (1.42.694); FILE MERGED 2005/09/05 13:48:34 rt 1.42.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e28d0a2e0905e404a2eabd1e23e927df451ba91]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:36:08 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d07321cac230aabfdd5154d7c0317c1b76792bd]

        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>  [53769ff6df6c654d93e498eb9e028118e69f8234]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:03:15 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b089c3f089467ae8dbe8965739e594510be37a42]

        INTEGRATION: CWS ooo19126 (1.5.720); FILE MERGED 2005/09/05 13:48:34 rt 1.5.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5bbda80179d33bc2742ba58e4a25903fd920e90]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f49d7014767ced5a0e613be2c7f434fe47920c07]

        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>  [715bc1f1e8ed8a0428724f391b37e034e7c8d7cd]

        INTEGRATION: CWS ooo19126 (1.23.406); FILE MERGED 2005/09/05 13:48:33 rt 1.23.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bb25394ea038e4c28ecdc3b4341fb022db25a47]

        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>  [c767db85cb59e742c365fb10782ae2ac7dc4da0c]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:15 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fe0240038280da0b9371e05de6adf040262b6c3]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:48:33 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [971e160619963febb0fbe0f59cb818dc4300dcc2]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:14 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10a747e56a5fec551efc2006634e6f96212a4f50]

        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>  [0c07b798c89763fe0bcc362b79c316859b27c634]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 13:48:32 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3bbcd44ff5348f549e41ff3e4889e8d4976fd7d]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:14 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb394608b49618e0436dbf52b0f58ffa09969acb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:36:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edbe6e2e90d7a372d919df526d4c5dbf5973dc1e]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:13 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f3765161d6cb10fabf0f3d8a11603bae5a6ecd7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52736e45108242c8c306c167ff599ca8955b5c26]

        INTEGRATION: CWS ooo19126 (1.12.306); FILE MERGED 2005/09/05 13:48:31 rt 1.12.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39d9be4aa4be961a57ca34a6d33b8a8e0054b10b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:13 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8429709b2a651cbc1a47eec8920bdd33cbf50ac6]

        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>  [2e996746797003a86e2e3ca437c9fc826bd0bc0d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [504b79d360dfea7a78b10767b8bbded0e8fe0313]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:36:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0ba395401c1bad34d21c6303600d55f68fb83e5]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:12 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ff013f26aa995c3f0a4cbea95effbf9412e09b9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95b50cf32d0c21a6aa04ef4a162e5e3367caec74]

        INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED 2005/09/05 13:48:26 rt 1.10.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b581f4e6aa7cf264a8598625ca7c7798791c8f54]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67c24d3dbfabb10db2912bf783782162d1ad6132]

        INTEGRATION: CWS ooo19126 (1.6.192); FILE MERGED 2005/09/05 13:48:25 rt 1.6.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [128e89f83a02d9e93c7951a922f21c0c67a1b606]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:12 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49e167627af51751f96b8ad2547125968559d226]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:48:25 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [317bed7ba93169c8ca3e1087df0250dfe2358055]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [008abe0db069b899e3770dfcb2ed21ac51c8bb56]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 13:48:24 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d049bf0b0c2a541926324d196425aefe896f8eb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0cf1ca260684ea9f5ff564a141c168f172e6763]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:11 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7abb68467893b3aa7bda5a81e648b562f106ce75]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 13:48:24 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a0646902d1ee187f46478c69aa6df1bc6987f52]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:35:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [173cebc86b43c351236b390c4535cb3bf135ed71]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:48:23 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4394991259fbe40ba9f8347ba3b99c25129017f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07dd2c1c207753bbf5e1db6bf4c815d3c60c5727]

        INTEGRATION: CWS ooo19126 (1.5.314); FILE MERGED 2005/09/05 13:48:23 rt 1.5.314.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5588790f126af54a59df1b51591063f9c1dbca6f]

        INTEGRATION: CWS ooo19126 (1.35.460); FILE MERGED 2005/09/05 13:48:22 rt 1.35.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e23ff7d172bb18f5b1466459a1da7e63b85807b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e7309250f8616737bfef19bf232a92073d09ff7]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:10 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a2a02c7ff1005ac4196c76806f03903b9fa6345]

        INTEGRATION: CWS ooo19126 (1.11.578); FILE MERGED 2005/09/05 13:48:21 rt 1.11.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70e87c9527ea643f4d6775f5d80a1f179aa7278b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e83d8fcde662ddd36dcffee090238a1f9e0d3112]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:10 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21996d66127d303678f451e4590e655af9eb0571]

        INTEGRATION: CWS ooo19126 (1.4.528); FILE MERGED 2005/09/05 13:48:21 rt 1.4.528.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1047210c4ee15a4369ea60b68a179ffa2c99a6e1]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:48:20 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e186575dd4e90771e397a9414dd7780d2c9190a8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ed094ea7e5246bffa640d7cc8ade289699047e0]

        INTEGRATION: CWS ooo19126 (1.47.582); FILE MERGED 2005/09/05 13:48:19 rt 1.47.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66ec65d5a2db35c1cb9a9c22f81c7db75e002a52]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b55ac26fade134ef9e2cebcd62a90466980b1d0]

        INTEGRATION: CWS ooo19126 (1.20.694); FILE MERGED 2005/09/05 13:48:19 rt 1.20.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5f539bda3f16b1a4315ea1999d407818e88f62b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1eef86fcb6c688d40c86ec71a0dc2efdd406015]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:09 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e957ae5943eefd781f3429fa8dbff87cbc226bdb]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:48:19 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f44e0b6aad12df6c7b8e43cf0a894f5452d040f3]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:35:36 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [119a1c95832eb9d4385640e6e435ad008d0d0c21]

        INTEGRATION: CWS ooo19126 (1.20.162); FILE MERGED 2005/09/05 13:48:18 rt 1.20.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9173861d4530108956a47c92901112b4e62aab4]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 11:35:36 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [532c2f1cc7e4c1a4e869e63fd9f3a897548804d9]

        INTEGRATION: CWS ooo19126 (1.15.386); FILE MERGED 2005/09/05 13:48:18 rt 1.15.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96e82d2d6e02e9d4c26cabb955d84860efcb8467]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd7702fcd910cb25d44113fa6a911ed81d483d7b]

        INTEGRATION: CWS ooo19126 (1.7.600); FILE MERGED 2005/09/05 13:48:18 rt 1.7.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f5f7cfe730312ed75aad3743aa44ca8f85e3103]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f957fe90a3902052fbd67ff2838fe0af1c78a6b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:08 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e374c6f40341e5bf7daedde5ca66e040d3b1d434]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:48:17 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cc8fb56bfeec7114595a79c7ff0df40d522f743]

        INTEGRATION: CWS ooo19126 (1.2.732); FILE MERGED 2005/09/05 13:48:17 rt 1.2.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83c8377c1a967bd002db00779a5e2c10f3f6cd5c]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:48:16 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66ed646ac51b053e4e164fcaf1bbea024ed89446]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:07 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea3f2a4e81fdf3b50d93566e1b846edf14d8ae88]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:48:16 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a564251b6ad2fb22d74e76151fde3eabf8d4e97e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13d3caca94ecc2799f579e1ff9532de00b25e16e]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:07 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcdf45d9a92a229c85ae98fc01c6eeddebe8dbd9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0925491449ebfe138eca48e3f816cd18039c9df3]

        INTEGRATION: CWS ooo19126 (1.5.1276); FILE MERGED 2005/09/05 13:48:16 rt 1.5.1276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75bbb58faea1cb0fcfdcf4fefc629fbcb8a4e245]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [201bca4bc0c8261bd8abb41bbc09369e7a9281c0]

        INTEGRATION: CWS ooo19126 (1.46.694); FILE MERGED 2005/09/05 13:48:15 rt 1.46.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09157a6e12362d721b08579c163b0aef111bf9f4]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 11:35:32 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb5d68240f84da55ab857e8189b988295f1cc78a]

        INTEGRATION: CWS ooo19126 (1.14.600); FILE MERGED 2005/09/05 13:48:14 rt 1.14.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f9ab6c6b3befbfe94bc9eded936852e1f4bacbf]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:06 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f0200cb5db8fa21d4016778cb40357f6558e975]

        INTEGRATION: CWS ooo19126 (1.55.460); FILE MERGED 2005/09/05 13:48:14 rt 1.55.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5617f8ae616fc5a8d51cbf725f44790a06e8b0ed]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:48:14 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ad98c256533d6a0f3ff2013d448bb90c618cbe7]

        INTEGRATION: CWS ooo19126 (1.37.86); FILE MERGED 2005/09/05 13:48:13 rt 1.37.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6be53955bb693c303179db50f34ebd0316be2b83]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cce0079d12706b6e20b0dcff083b306f96ae5916]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:03:05 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1af5548764f966c4d4a1d60bf629e7b1cbfc1cd1]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:48:13 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a6e7a6971e11cab7698b1897bba4465f343b675]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d9e61b35416986db683f0ad1bd0d0e4904456b2]

        INTEGRATION: CWS ooo19126 (1.10.98); FILE MERGED 2005/09/05 13:48:12 rt 1.10.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d9f58f5168aa63d0ebff087fc3fa66004c5d7f8]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:05 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [335116d48c16dd88272bf4e019f38ab63f7e4e17]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dda2122ecd13381b8da67f0f7cc01568186b77a]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:03:05 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00c3ad23f04fd23a0ee1a6b14f4bb39c06e87450]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:03:04 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c55cc93b11788b75071cda31d448b8a12b281b5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0ae65bc85f54abffffeb7be3039bbbb2d424f58]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:04 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cf5e69472381279405529c4f82b797bf5626a2a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:35:27 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e3273cdd27012f52e0bd88c5d3340ff1090295a]

        INTEGRATION: CWS ooo19126 (1.36.694); FILE MERGED 2005/09/05 13:48:06 rt 1.36.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [951fb453f60db426f5a489dc49acabf0e9803c74]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:03 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [408eda3552fdc45ffc436cb3b461322f76203a3c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fdc4d40dd4af6fc2543cfdba96e69d458f5fd9b]

        INTEGRATION: CWS ooo19126 (1.2.1456); FILE MERGED 2005/09/05 13:48:05 rt 1.2.1456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [789a4d6ed7593b58cf28725b368c975d70a67357]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:03 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76a4e52cc1a7281560dfe87e740268de4b5c80ae]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:35:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d54e44decc6b2b5fc2b9ffd2d5f25a8a278dee4a]

        INTEGRATION: CWS ooo19126 (1.9.726); FILE MERGED 2005/09/05 13:48:05 rt 1.9.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6b45618c6a6959493353496d3699a02199df6e7]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:03:03 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16b92253a2b96e0bf5e5e1c389a90c9632b20475]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f41e4b3ecdc2f149940c51181d8871a93a1920a4]

        INTEGRATION: CWS ooo19126 (1.20.694); FILE MERGED 2005/09/05 13:48:05 rt 1.20.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94db3910c15510dab8f4a114d57c29eb62a584cd]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:48:04 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da55092c0c96645998847b97224d47a84cbf7141]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d6927bb263a52e4ddcea80898c5dc2804e22e5f]

        INTEGRATION: CWS ooo19126 (1.10.696); FILE MERGED 2005/09/05 13:48:04 rt 1.10.696.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cde2115d7110d4a267f306ce99efb457b1234cc7]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:03:02 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fe3553062b0961acb86e2ee4b31d59ff2d9ab62]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b639b8f5f3175d3df7434b451482ade52a22204]

        INTEGRATION: CWS ooo19126 (1.27.290); FILE MERGED 2005/09/05 13:48:03 rt 1.27.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [318fa2a4b609ea39fc7b0efe22c65e3d18b4f7d4]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:03:02 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58b82d9b73d53f612fca503139eebf87730f510a]

        INTEGRATION: CWS ooo19126 (1.34.580); FILE MERGED 2005/09/05 13:48:02 rt 1.34.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8080f26de11b6dee08615b10b93461401636682]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b09264eaa2383cade35908ba5553b42b468d83b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:02 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18ff580b765aebfd9cf7a4a0c5d71f5349433262]

        INTEGRATION: CWS ooo19126 (1.8.630); FILE MERGED 2005/09/05 13:48:02 rt 1.8.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea91b7b7b1a54d8ba40055831b9c1b8279420318]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:03:01 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53bd6683d1631c936a74362a27305ac420506d89]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:48:01 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efae2f7a3374686950012aa29e9e26e02ca20cbc]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 11:35:22 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1582b5dfe3465b90cfe26dddaecfcde18df610a0]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:01 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df7c6a7a0f11f788994f7908cba89c9256ef5da1]

        INTEGRATION: CWS ooo19126 (1.40.692); FILE MERGED 2005/09/05 13:48:01 rt 1.40.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3bd360f5b00d799a316ccfb4e138589e312f11f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de85f0e028561c0c1952103293d1d01c47dc85ea]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:03:00 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f214cff01c4ba54bb791cbf522bc85312cde4c5]

        INTEGRATION: CWS ooo19126 (1.4.810); FILE MERGED 2005/09/05 13:48:01 rt 1.4.810.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e3b085fa9b5ba9ff631541e27dc5471436af89d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [332185d19a3567e7cc3ab602647d86523e9f9c03]

        INTEGRATION: CWS ooo19126 (1.17.316); FILE MERGED 2005/09/05 13:48:00 rt 1.17.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54808be81209815718a2a76680c201761bdf831f]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:35:20 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d62cdb14e45841b87d50fdff41a3b8d33061a34e]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:48:00 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35563610aea75f0d102c64deb46c3371b06989d0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae677564753bef0b6866293535de54125a29bf91]

        INTEGRATION: CWS ooo19126 (1.53.214); FILE MERGED 2005/09/05 13:47:59 rt 1.53.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f94ca60a05c7f6431ef05b275d6ad25843d9c59f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4201ec1e13aeac8c645cf17f3b4d017efa0ee027]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:59 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad24881559f9a9f4ed868f663c3e02189042aea5]

        INTEGRATION: CWS ooo19126 (1.99.232); FILE MERGED 2005/09/05 13:47:59 rt 1.99.232.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [327386bc29d4261f44e089272e1c3cb623a6379b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:18 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fec705278fce15b12a7576eed01170afa2f169e]

        INTEGRATION: CWS ooo19126 (1.3.862); FILE MERGED 2005/09/05 13:47:59 rt 1.3.862.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [894a7e5d0c6c92389cce82434e42d5553f8748f2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a6c53412d51e134e342d56701fff2fae9ed6f35]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:58 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [170dc72c0e6649f0f660759b8a81fbb80ac1163f]

        INTEGRATION: CWS ooo19126 (1.3.862); FILE MERGED 2005/09/05 13:47:58 rt 1.3.862.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9f767cf9383405d85c16f8c295a36372c5446be]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:35:16 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ff309847ed88c8eb48c59e493d0660d9c49b7dc]

        INTEGRATION: CWS ooo19126 (1.24.630); FILE MERGED 2005/09/05 13:47:58 rt 1.24.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e7d2705773295f399924001964d3e8a8af927e4]

        INTEGRATION: CWS ooo19126 (1.17.82); FILE MERGED 2005/09/05 13:47:58 rt 1.17.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e71838fc5f1cff4d9e68b2c59417360720d71180]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae6016bc6aa3ca3865c6b577e041c14208a9692b]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 13:47:58 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c88ac263d52ff34dfdaa2d1907510aebf39ad06b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcf1ce8199a2ff7f2a27cc05dce18c83cb808f3a]

        INTEGRATION: CWS ooo19126 (1.4.860); FILE MERGED 2005/09/05 13:47:57 rt 1.4.860.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3a8413fc0b5c9ddaa6d949ffe097df64fb8b798]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:57 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e691c32ff29c36bd9921a60f50571940d9055fb2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76cfa33215b8f56c0c36b91b01b2617ee02b5406]

        INTEGRATION: CWS ooo19126 (1.16.358); FILE MERGED 2005/09/05 13:47:57 rt 1.16.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3fc358fc7a848cec2d36110aae9af4315dab8970]

        INTEGRATION: CWS ooo19126 (1.1.1454); FILE MERGED 2005/09/05 13:47:57 rt 1.1.1454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [940b29da67ccc8bbea242304817f6e57846e2f1f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [569783af56554d36979b9631c76ef892b8dfed76]

        INTEGRATION: CWS ooo19126 (1.4.854); FILE MERGED 2005/09/05 13:47:57 rt 1.4.854.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cc612ab4f0ff58f28f7b7278b7d8881edc78504]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb95c5bc76789bb08688132a3299566d1e9a462f]

        INTEGRATION: CWS ooo19126 (1.31.386); FILE MERGED 2005/09/05 13:47:56 rt 1.31.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d909cb78078edffc01afbfd309f6f899a7ff2bd]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:56 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ccd7edbb271ae0ed3a94cda4953ab8627a2d2e44]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [485d0d08e53e51d0ccd95175a9feefc5b7e62f9b]

        INTEGRATION: CWS ooo19126 (1.2.944); FILE MERGED 2005/09/05 13:47:56 rt 1.2.944.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e04122c5d50555b2a567caf41e7d9643a9fc45d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06964d31d2b446a1a65e3d6553e12ecc4f1e5e75]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 13:47:55 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e895158e832107aab4b2a77f221daa491b71c234]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a9239303d0c44893918c48394c4344b682fd5cf]

        INTEGRATION: CWS ooo19126 (1.8.460); FILE MERGED 2005/09/05 13:47:55 rt 1.8.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f858965b5940b5e201edd801b2dcee9ad92a2930]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:55 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf43cd024248503c1d1dc3da9e6b929070f9be82]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ac7f64996bbb2f88e5ef7b2a776e6e35b604fd2]

        INTEGRATION: CWS ooo19126 (1.17.460); FILE MERGED 2005/09/05 13:47:55 rt 1.17.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6bda2447276a9111c8266aa405bd7dfb3a768f3]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:55 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da086d2d1334fa4e55abad859f34b00d36e4efc2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [077e8c47c90b639bf9a910a8203b7f8dfc9806f2]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:47:55 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da9bcc8e2808c9b52d110fa90fa63d5a627f8979]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:54 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d73d87bef0ebe157f03ecbd97a6917c2ad03b641]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63b73bd82231745890127af8430bfe83d29f4cb9]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:47:54 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2efd8ed2542a9149ffa6fea44c6e86a46ef79b0]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 14:02:54 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a713b8b98deb0b7ed57b2d3a6170003578b130bf]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7df3b24d4502fcbe932059073989338b5a5e5f40]

        INTEGRATION: CWS ooo19126 (1.5.1288); FILE MERGED 2005/09/05 13:47:54 rt 1.5.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6574f929da8fdd24d64a0498772a08274aca409b]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:54 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63d644c066dc1044445a07065a888446f3208cde]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:35:07 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10b80d77eff6d037c557e9f61584024473e82415]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:47:54 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e7ec151428c12bcee3fe323c16aba863e1f0f48]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22ead86d78a40ce873dd92e0fb5d8cef6d475aa4]

        INTEGRATION: CWS ooo19126 (1.6.726); FILE MERGED 2005/09/05 13:47:53 rt 1.6.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [178d1bad685fd2f61ec43ea5e4d35a36021fc749]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:53 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66eebd719660d2a68e81592d204892906baf698f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d73376066c619634298b8da72dd643a28fae142d]

        INTEGRATION: CWS ooo19126 (1.6.1288); FILE MERGED 2005/09/05 13:47:53 rt 1.6.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0389c31584e9b226a4d204a5f64e43b120f4a7f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:35:05 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4b49bc48bfae4da8516cb493e5e9bd3a2c1ed7a]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:02:53 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a379907451e746b7a0c2dd0743062e084c461fca]

        INTEGRATION: CWS ooo19126 (1.42.94); FILE MERGED 2005/09/05 13:47:53 rt 1.42.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07677b5e629cdf84955c228bdea68f1a0851974c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:35:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e150b5517136b3cc39c04b6ccd8d669619cb3c63]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:53 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03eec13e0ab5345a41c35c6826dfb2eecd81f5cf]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:47:52 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb11581efa15b234d20e4911a432724fdcd42e7e]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 11:35:03 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22b0812a54004e69fc5e997c8a41f156276d850a]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:53 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [303594ca0e3d6b769344e2bfeeb2b3ec1808b983]

        INTEGRATION: CWS ooo19126 (1.29.234); FILE MERGED 2005/09/05 13:47:51 rt 1.29.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8beb1dab3f18490ef9342e0d2fe3108281517b2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55effad0ea66ff059b579d63c0565be9b4bdfbed]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:52 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37df34566d3fe3bf451c0fbe466c99c47a652bb5]

        INTEGRATION: CWS ooo19126 (1.34.122); FILE MERGED 2005/09/05 13:47:51 rt 1.34.122.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7833db4266fd5c58cb0d1a4954ea9734095cdbfe]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:52 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [302f2220b6af59c4781ad747da0337cfdcf969d4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:35:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efc2ee8e98d9c589d2db2e8b7966de1ed1a0854f]

        INTEGRATION: CWS ooo19126 (1.22.582); FILE MERGED 2005/09/05 13:47:50 rt 1.22.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53caf4f758dd466182b2170c83cb58f973f8a6bf]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:35:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [830a40c4275c09aec55767407236ac4cfc175d0c]

        INTEGRATION: CWS ooo19126 (1.26.234); FILE MERGED 2005/09/05 13:47:50 rt 1.26.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78c98519ed474b56b2a63ca2673e33f43ee2e506]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:51 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8808c88967bb8533e28f066a33b7b7e84f4eded]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7aae04169a25254cf44a5d5033e4f9aed7c8894]

        INTEGRATION: CWS ooo19126 (1.36.378); FILE MERGED 2005/09/05 13:47:49 rt 1.36.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24c862b17c5a552cf7d0eb125edfc9b136370bd7]

        INTEGRATION: CWS ooo19126 (1.14.578); FILE MERGED 2005/09/05 13:47:49 rt 1.14.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94997860db5d051bec3be89e93dbe9c212d99e06]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:50 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1e2956a8ae4f10a6959954865a52d0b86146008]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7899854179e381bdfc3b24a5175e3d37a9e3664d]

        INTEGRATION: CWS ooo19126 (1.22.216); FILE MERGED 2005/09/05 13:47:49 rt 1.22.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43216dcc924ba53ed7c24cf606c340d58bf5f1bf]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdcba502e413c68cf1caaf84f9f6400844a5180a]

        INTEGRATION: CWS ooo19126 (1.5.1418); FILE MERGED 2005/09/05 13:47:49 rt 1.5.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b7ffa3d6987f0c7146089353cce8c9b2b06afb4]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:50 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ca5c3f3f07305b4839ab958951a836cd9b7d2aa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f105952c9ab6eb7b8fd4a55b227d59a1d46087d]

        INTEGRATION: CWS ooo19126 (1.28.370); FILE MERGED 2005/09/05 13:47:48 rt 1.28.370.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [941079ef23583d5b629fd8fe5a79dc4b4e10acd9]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:50 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0acdad035410baad05b008e30e35427beddf3e93]

        INTEGRATION: CWS ooo19126 (1.8.368); FILE MERGED 2005/09/05 13:47:48 rt 1.8.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cab24bc4951c21ee1ba3727e18557d50cd5cfd4]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:49 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [398a64154575d65131bd08c6f4850ef9caca3fe6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f79ee483fa09ad28d74a65761a424897678e9969]

        INTEGRATION: CWS ooo19126 (1.4.726); FILE MERGED 2005/09/05 13:47:47 rt 1.4.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38fe8216775b1bdf6cbfbfeeb13577cef781cce0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [937539f979df9c9eded9e57fee2227d2b5e4eaca]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:47:47 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28f80f49ad57c8854b6a1da0132cc295b2d931b4]

        INTEGRATION: CWS ooo19126 (1.57.358); FILE MERGED 2005/09/05 13:47:46 rt 1.57.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d028dfa0fad2c441bcc759f32c8c2db82e0d9113]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5ce57e9f5cc665d4d4db45f369e95d97e086c64]

        INTEGRATION: CWS ooo19126 (1.10.578); FILE MERGED 2005/09/05 13:47:46 rt 1.10.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3af16e8231d22b51c05eed5b3f746cb262e5f265]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:48 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [351864d28c59ae6c91b99699c2025a8b01b95c8c]

        INTEGRATION: CWS ooo19126 (1.16.578); FILE MERGED 2005/09/05 13:47:45 rt 1.16.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e50212d2a327c35a9384beb099275ce0be2a7c16]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35f9ebd0fd703b38901b0c5fd2ab9fac5552b31]

        INTEGRATION: CWS ooo19126 (1.47.580); FILE MERGED 2005/09/05 13:47:45 rt 1.47.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b090dd29f7caf28f1329455be6f7fdc21e8f5f20]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d73a9dddad8b2eff4525c9e03bcaa5b6ea1f1b3]

        INTEGRATION: CWS ooo19126 (1.3.1454); FILE MERGED 2005/09/05 13:47:44 rt 1.3.1454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1359a592b01d6eda644d74b9f9d6ae43f58dca2]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:48 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b763a19c464381a06d08cff39538fd7fb48b7c17]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [570a1f8fc652d355ff3005ae7ebbdf74ecb76719]

        INTEGRATION: CWS ooo19126 (1.89.82); FILE MERGED 2005/09/05 13:47:44 rt 1.89.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [192ca5f489296f739446ebc9a4a28151ac10bcca]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:47 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [944b981a801609e1672f4347fcb0ec65124e85ef]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b9566155337af099dd7d49db165d511ae50bdf8]

        INTEGRATION: CWS ooo19126 (1.18.510); FILE MERGED 2005/09/05 13:47:44 rt 1.18.510.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f546dda063d9a5e1dfccc7470fb014a27c1c976e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:49 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38baf959d5eb3ef253d39728c85353271d635835]

        INTEGRATION: CWS ooo19126 (1.8.246); FILE MERGED 2005/09/05 13:47:43 rt 1.8.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8e0ceadafa0940c3aeaabf050a8f5f579af8dbc]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:47 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0ec0bf01ff2844f6951a544d2d4602638401fad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a089470f4691d1d5020454cc861d4e49227aa53a]

        INTEGRATION: CWS ooo19126 (1.43.78); FILE MERGED 2005/09/05 13:47:43 rt 1.43.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c78e3715e70e119f379865b4188b11c6d2a054c6]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:46 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d84f8233d0a6d25f9d30b3eba17ec2c52d0c9e0a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:46 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26f68921399bedadbbfc08b3a1b9aee624662cc1]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:47:43 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4569a879e1ba7e6486d1e1acc4d97aa906a0435]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b63367490340b5e350beb1ffe9b2d9029a736423]

        INTEGRATION: CWS ooo19126 (1.31.694); FILE MERGED 2005/09/05 13:47:42 rt 1.31.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40a6d65baa287c3bcaa1e05d9c9c9d44199903e5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [093104ee7a69d9a4384d71fa42a2d9009f4649a4]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:41 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33e5e0e4d9be6bbc99b08fa5513de10c4c677ca7]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:46 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ed8dcdc85a67631613e586e87a7e19620b1c1b7]

        INTEGRATION: CWS ooo19126 (1.53.214); FILE MERGED 2005/09/05 13:47:40 rt 1.53.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f80e8ee64bfb31e7f4edd7aa8e599eb5ef7d5a06]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:02:46 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cd3fb9db6a6ae52c8bd7e547dcfb9def455d010]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:34:43 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d380d5b24fef872e891f812374fcd25e4598d8d7]

        INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 13:47:39 rt 1.6.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b37fa21daaa7ec935fba702bc862a68969bdffd]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:02:45 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aff98df0306e71d499f57c80bb7e6113dc6e453b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecd7362892445a04a0830319a61ef2a4ec23015e]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:45 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b4e5eed691729fc202381ac3ac16a552b888b63]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:42 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ea757f6f6c13593cf53260c5fcdf48da8444457]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:45 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [182ccda95833a440385d27a1c841b6fb4795fdd5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c14c73c5d6596a05dee4ef1cde991e5edd295d08]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:47:38 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fef04673276a78b6fee9acef7696b843e8c8ed97]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:45 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [568446a394b2390e1f9ee61bb85a168edc42e36d]

        INTEGRATION: CWS ooo19126 (1.33.694); FILE MERGED 2005/09/05 13:47:37 rt 1.33.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba6a85502dc902dbd425e8a5a228c77bc4c8f9f5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [560d80872d81b0842db725e74c5531dd2c5850e2]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:45 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f7fc59d23158ce0f77c16d0e98cea862ed78afa]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:47:37 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39c69fcf28a4a178304e9a441a581c380f630f1a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:40 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [030de48660d83e18843178ca099580a0ffe2f11a]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:44 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd817f89af1d952acd63460837a7305678abf5db]

        INTEGRATION: CWS ooo19126 (1.15.596); FILE MERGED 2005/09/05 13:47:37 rt 1.15.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac0e9405966281896d1d184ed9edaa200ee24901]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:44 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84988bce64fda833460775a1d85e39fe5a557f20]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6aab1a9f564638ffb3b42b6fc5ae7a6010eccfdc]

        INTEGRATION: CWS ooo19126 (1.9.316); FILE MERGED 2005/09/05 13:47:37 rt 1.9.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55544a470d5c6bfc9a27645a12919623886f43ed]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:44 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65a0f4d53ef6e2bdd27cf68dbc3c98ca6b24c58d]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:47:36 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6191522f995d52c51afd44dc53569e9849f75528]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:02:44 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22c6ad858e12a009596cfe96d4f2bcd4e186e6fc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd28cb901535b9d6b2a92c54b8d383b9ce112ba9]

        INTEGRATION: CWS ooo19126 (1.33.694); FILE MERGED 2005/09/05 13:47:36 rt 1.33.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f076abbd1f561db217c60a32aa42b1b42562700a]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:43 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3045c1b5918126bb5c23e155584756e04ed167ab]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37e068cafc59906835a35f79e492ccc5ae64877e]

        INTEGRATION: CWS ooo19126 (1.7.732); FILE MERGED 2005/09/05 13:47:35 rt 1.7.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf380a097a80f44d32435cc75934cb365bed6b44]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:02:43 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37fa4f9c8851ba884db7f3c2e9fe2aadd8229abb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14a2aeecea78eb1a9a96b778e742bffd60d3dbff]

        INTEGRATION: CWS ooo19126 (1.28.596); FILE MERGED 2005/09/05 13:47:34 rt 1.28.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1525fb3ddd3b625e0957a331ae29cdac7e924d58]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:43 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71d972169e75c7485066da2827452eb1e17ff221]

        INTEGRATION: CWS ooo19126 (1.17.694); FILE MERGED 2005/09/05 13:47:33 rt 1.17.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7476f32dc47fc43febed4626ed6d509d09eb92e]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:43 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e312dfc81ee8f404a793eb95e52608a0d919c8b4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d210679dfbed83065ee69def78219c5f26fdf1bb]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:47:32 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61d2e8d9e35090d7736a8e2d510a5f1b29add69f]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:42 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d64c48877c081a02feb4293047bfd46a8c81501]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ddf89a59110d0e413436169124570ab13657cdc]

        INTEGRATION: CWS ooo19126 (1.21.694); FILE MERGED 2005/09/05 13:47:32 rt 1.21.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff962383c515a0029c534d8823ee4912b3d1fd06]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:42 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8cb01dd71d4d6cac5709b1bc062db4ca83e68fa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4804c80e675ca53db2aa0a56b85602c35a1020b3]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:31 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e07b3c5f195b79330938ffe28e9fdcf35b0d1685]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 14:02:41 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b9fc96d2d3c7631ad7833fb49aef50b3c753a13]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:47:31 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5121aa22463cc04139453228474cf14bc227072a]

        INTEGRATION: CWS ooo19126 (1.15.16); FILE MERGED 2005/09/05 14:02:41 rt 1.15.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c49989e93fe21d28310db64564497618fb76792f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c75774f5fd66fe2ebeb0013d487a79ced2d2627]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:41 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27368c33a04578bc9e946922adf1e35d2839fe9b]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 11:34:33 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d31bfb69cff94f4c20f6a66938d846b362499cd5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:34:32 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8f04a077ee8af448fcecdef2c6f5d6f49482cf3]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:40 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e0e972025b5696a1edd9a0d0bef08250946a965]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a583aae03924e6930f8e6f415c0278550dfbb3b1]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:47:30 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07161204239f9d0d678110b1132c9f26ee43b498]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:40 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd9b3e8a4982336230052b405f7050d4a5f052ca]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:31 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b0592e812fee55a6282f197fcda745942c3fbcb]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:30 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38471109254378dc7c01a63b7dfe3cfd84a39e71]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:40 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83ce4dfcc4d4e834de6b3ea43686e2d002fe946f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:34:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d562835a990e730918e3b1640042751b5237a40]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:47:29 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cd2f0ec119a0bca33807b5f9becd7f2ee8d5781]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:34:30 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3fcb804bc81659c1293c9179d19eda24549594c0]

        INTEGRATION: CWS ooo19126 (1.21.694); FILE MERGED 2005/09/05 13:47:29 rt 1.21.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7964e5cf9882886cb82a01eaa683de8085814fa0]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:39 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a98a961564c251d9d2a906648b74147bbf7fe8dd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1fa0eebf265573e007c7ea8dfdd01f77c5416fe]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:39 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eed9c56bbe01c133276abc7bb1327f4c160399cf]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:29 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d24d9d42adc9676d3c42036cdbb92d2863d60c8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cadc2510c68fab66a39254fe1eae5dcda5b5578]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:39 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75a80da3a31e562e5e7bc549cf21e75f53b48db9]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:47:28 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93b979c2fd57c4cac31fd563d54143e384f7945e]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:02:39 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f77610db80100c8537af580bdcc521e183e2df91]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffadbf5fd0dfa05fc206a870968b70d11bf640a7]

        INTEGRATION: CWS ooo19126 (1.4.726); FILE MERGED 2005/09/05 13:47:28 rt 1.4.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a9a4d38b8eabb2a3284cc8b6e9d84f108bf3aba]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:34:28 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce94c40972d1f9e1a27a59a442a66bf39d272bc7]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:38 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97e730ef3c16e31b5800a7afbdfe73df27b84e80]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39de7a7c846f3d9e3192eb0080fc54f3666b1031]

        INTEGRATION: CWS ooo19126 (1.28.630); FILE MERGED 2005/09/05 13:47:25 rt 1.28.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bdf6e59b1a904aa68f0a918b77b36f27093fe4e]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 14:02:38 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de3779f666fadaaf981e0e1a6b3d969db73bbeed]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7e2f44da52c1e902692858b74b9e7bba2c7d9cd]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 13:47:25 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d0cc6699fd417b5fd9cb6b067b9b52f7e65ff19]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:38 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cb57f1d9e861918d1eb20922fbe5969e39c2c74]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3663bb99af9981b66d1443261f53229074c5239]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 13:47:24 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3acf68b365a86dddf92e8f4266c50fe19abc558e]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:38 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfc50fe9a75030b870d5bc4c4310a2822cde4bff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c37009b929dbdc6e208d2aa088636cabd44aff8]

        INTEGRATION: CWS ooo19126 (1.27.694); FILE MERGED 2005/09/05 13:47:24 rt 1.27.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b7884144498ef8b99239adc91affdc59e66ec84]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:37 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84ddcc68e046ad1dc30bf1e755c18f980f4f5436]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2eeb2368b78a73e6594ffd57fb9448e9bf3b364f]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:23 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bcecb908cbb4d43d30bd87b119835c33a453ceb]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:47:23 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f300cfe6aed8dea6661ea410f80dfe7b0fae086]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:02:37 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d32059a9f4a20deb4006af027267597ed7d24655]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:34:24 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33456d24e773a909778f6c1d8aefa4f4e2460d7d]

        INTEGRATION: CWS ooo19126 (1.25.406); FILE MERGED 2005/09/05 13:47:23 rt 1.25.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a4bf7fa7f80abd62f6c68f4df812aaace9c9255]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70e8dc87becc748dc465ccf5141784185c09e5a1]

        INTEGRATION: CWS ooo19126 (1.4.406); FILE MERGED 2005/09/05 13:47:22 rt 1.4.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97a0953ac0b3e5f7d10c5d6a84193907449bdb11]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:36 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d77cab8208750264fc10d1e62a957d5fb00b256c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:34:23 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [272a100e87f4291ad31bdd5ff38a6b10830ed1dd]

        INTEGRATION: CWS ooo19126 (1.9.406); FILE MERGED 2005/09/05 13:47:22 rt 1.9.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4eb10cd9ad50e0a7f3255a32098ed9e103bfdac8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:23 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a38133f22d338f4f2b3552bae393f8f510961622]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:36 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89ccc918a9d863dff8db70d3026c52392b3ddad9]

        INTEGRATION: CWS ooo19126 (1.18.694); FILE MERGED 2005/09/05 13:47:22 rt 1.18.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b39d979ee46d80ae25c40377586c2bde4c6e5ae8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:34:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c26f4d5c6c3a9e429288507ce8cbde176f3c12ec]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:47:21 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7761e80c7a20d983552c0a0d35efe7a625e79326]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:35 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd865ec850fca7398a226e95885693a5aa64e81d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [797e2eadaf078b53b2596ccd08fb432f95bfecc5]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:47:21 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c96e5200944b6ad67866bc01cc9a675fe9be44e]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:34:21 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e40c189f66688788ba11c3160abba632bbcf3f7f]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:34 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e25dcf83c46ae9c7dc33c3513d3754be952ea2b]

        INTEGRATION: CWS ooo19126 (1.32.694); FILE MERGED 2005/09/05 13:47:21 rt 1.32.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4906fa4afeb212b286eab424565207b25d4d3184]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cfdbf1bf9908a3862acd7a538929c83414f014b]

        INTEGRATION: CWS ooo19126 (1.3.1446); FILE MERGED 2005/09/05 13:47:20 rt 1.3.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22b4874f7ac8f5c7cfc0d07e1fb3c893e381a3e6]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:34 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3496bfd11d2ca374097745f76323f7226cffa3a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:34:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b76780a1c6aaed43027529fe51cc0c0cccccd859]

        INTEGRATION: CWS ooo19126 (1.12.450); FILE MERGED 2005/09/05 13:47:20 rt 1.12.450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ba48b9290b22119a603aebd0e1021926e2c280d]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:34:18 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dd7f2202526ece2f4e88c5fb0d7695773a28586]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:33 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d32c1e49416f15a8159a3183bd45ca49f538f5d8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:34:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c8d83cc8c622a57c13d459363eae6196bdd10b5]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:33 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b89a3d75e358e96d7e1f06b3e702fdc151210d34]

        INTEGRATION: CWS ooo19126 (1.10.306); FILE MERGED 2005/09/05 13:47:19 rt 1.10.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d9f9ff0a0fb2a2ad0e5a4d25b9b80708100ad78]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:33 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8339baa7d4d171014f7f866ab26f661dacf11b3]

        INTEGRATION: CWS ooo19126 (1.13.192); FILE MERGED 2005/09/05 13:47:19 rt 1.13.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0acf81e26722482148386ca38c728c4bd06e3292]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:33 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b768a6dd58071e4709a239e0b20c2dba5d661f7]

        INTEGRATION: CWS ooo19126 (1.18.256); FILE MERGED 2005/09/05 13:47:19 rt 1.18.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47d6c99ca8c2f9342ec7b9cd929179cafca4070d]

        INTEGRATION: CWS ooo19126 (1.15.16); FILE MERGED 2005/09/05 14:02:33 rt 1.15.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [277b056e6a7b6c4b73c49d2a35bf469eae208cc8]

        INTEGRATION: CWS ooo19126 (1.21.358); FILE MERGED 2005/09/05 13:47:18 rt 1.21.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0216da451d7a59438a90539a9d37304ccc532b88]

        INTEGRATION: CWS ooo19126 (1.43.460); FILE MERGED 2005/09/05 13:47:18 rt 1.43.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01a7cb589c3b4b32caf24b8bb57eb104ccb8598b]

        INTEGRATION: CWS ooo19126 (1.21.16); FILE MERGED 2005/09/05 14:02:33 rt 1.21.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [448c65b981d5a1c28d0c5cf210a942c159720e67]

        INTEGRATION: CWS ooo19126 (1.43.192); FILE MERGED 2005/09/05 13:47:18 rt 1.43.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff7aa9dc57dd9e0c9c35f730a73d14d938ace0d9]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:32 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [223db2ce2ec7c9360b1806065d800f0cc1615dd7]

        INTEGRATION: CWS ooo19126 (1.7.726); FILE MERGED 2005/09/05 13:47:18 rt 1.7.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35f51508c7bd3c020a3223224b2278a4c13a2b41]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:32 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b68849158d3ce77df3cf76551293d39d4461e1ed]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:47:17 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a11377bdbeaee519865afdebefa067e5505a109c]

        INTEGRATION: CWS ooo19126 (1.27.378); FILE MERGED 2005/09/05 13:47:17 rt 1.27.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84423f225a7af4a34b939556db09f201d9e4a10b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:31 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b406ec82dc03053322a4e8242a68f0dc98b2d30]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:47:17 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0f6515cf6ec80d43af818884e14f607d3d6dfe4]

        INTEGRATION: CWS ooo19126 (1.33.478); FILE MERGED 2005/09/05 13:47:16 rt 1.33.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7841b71fc9d57951c4c6e7ec68cb0ad44f766a52]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:31 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1101aa852a62d56c3dad561efcb8cbad03230e]

        INTEGRATION: CWS ooo19126 (1.22.600); FILE MERGED 2005/09/05 13:47:16 rt 1.22.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [398635a36b05cfa6cca57155da709ec9fc3c04d9]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:30 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cadaa7ea7dbaf8af404c32addd1f49a5e1ac9b69]

        INTEGRATION: CWS ooo19126 (1.47.298); FILE MERGED 2005/09/05 13:47:15 rt 1.47.298.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c98bd4a11e08dbdc4c16c434844b279a18026d2b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:30 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a9d155aad8a4aee608ce2d4131f180b15355030]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 13:47:15 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f875cda665bde99b78fc0368a194dfb5efc62b8]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:47:14 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d492126267defb65f7848b514e5bda8ffdb9ff31]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:29 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a757e86964f7b435d648c70a16908f06fcd3384]

        INTEGRATION: CWS ooo19126 (1.10.452); FILE MERGED 2005/09/05 13:47:14 rt 1.10.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e978c358844fcf394b4f913a8d2e624fe491d9b5]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:29 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c202a62badff3593108c5aaae666ff080e49c846]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:28 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8531fadacb3b9fb103fb92b6cf6b9f228e567222]

        INTEGRATION: CWS ooo19126 (1.9.80); FILE MERGED 2005/09/05 13:47:13 rt 1.9.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e55b3cd29456160a154914f593f689e6c510915]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:28 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90296b8c37948a870b4b2b971bd98512b7e118c3]

        INTEGRATION: CWS ooo19126 (1.13.406); FILE MERGED 2005/09/05 13:47:12 rt 1.13.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d5d0c543ff4dbb37cb07f6883c05572803947a3]

        INTEGRATION: CWS ooo19126 (1.22.346); FILE MERGED 2005/09/05 13:47:12 rt 1.22.346.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30f24610918c9477fe4a5ead9e5d2c6a8d3f95a8]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:27 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab6c771fee3c7133ebff56a7e6458327ef611999]

        INTEGRATION: CWS ooo19126 (1.16.478); FILE MERGED 2005/09/05 13:47:12 rt 1.16.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d0d41db28afe448938308a5f911a18325972425]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:33:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79fc4d137cc8d26584bfa96ec840bfaa6218d0c7]

        INTEGRATION: CWS ooo19126 (1.28.450); FILE MERGED 2005/09/05 13:47:11 rt 1.28.450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68aee4426bce21c8e3d9d67206cab8593fa910c1]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 14:02:26 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65d5aa16a5448b8e020ddb4f3a2b0f889e15e5eb]

        INTEGRATION: CWS ooo19126 (1.30.458); FILE MERGED 2005/09/05 13:47:11 rt 1.30.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [367eb65c74ea173d9e3778c5786cbca891c72449]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [211d0bb33d84538979773320f081bbcaff434b02]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:26 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cfeac729834d55199d97607cb51e486a41951b9]

        INTEGRATION: CWS ooo19126 (1.19.578); FILE MERGED 2005/09/05 13:47:11 rt 1.19.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46fde13b365095f919ffabe0931e656828508a1d]

        INTEGRATION: CWS ooo19126 (1.20.16); FILE MERGED 2005/09/05 14:02:26 rt 1.20.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f57b16f0551e571436d20042ff8a90c8185e103]

        INTEGRATION: CWS ooo19126 (1.10.314); FILE MERGED 2005/09/05 13:47:10 rt 1.10.314.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3196eb72261cec3a9ae365d30830733d49c1e10d]

        INTEGRATION: CWS ooo19126 (1.12.10); FILE MERGED 2005/09/05 14:02:26 rt 1.12.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e048ec43c539b40cccd2a7c1e5f15bab712856a]

        INTEGRATION: CWS ooo19126 (1.13.224); FILE MERGED 2005/09/05 13:47:10 rt 1.13.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f92ed8e695086d70b8b79a2d7f1286db20f9f4a]

        INTEGRATION: CWS ooo19126 (1.7.664); FILE MERGED 2005/09/05 13:47:09 rt 1.7.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abb74ec0368c6cfaed7be9dd9211f313f6326ec0]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:25 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e075534bbef02218b679ecc4fcea350697b91dd1]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 13:47:09 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adb6ed7b1f2ada977d9ee59786aef264fc8869f1]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:25 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6ec68c935ad5826c6cab0e0c9634c2dbc015b92]

        INTEGRATION: CWS ooo19126 (1.67.256); FILE MERGED 2005/09/05 13:47:09 rt 1.67.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f7ab0a6bfa02b721af0762be579e7c21e0b7156]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:02:25 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d51b7bb39f1efef2bcaa558815feb6f1a079df5c]

        INTEGRATION: CWS ooo19126 (1.49.694); FILE MERGED 2005/09/05 13:47:08 rt 1.49.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cd8fb17992211020c22fc0985d07ca6941bca71]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:25 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bff26b0e13c2c443bba829e27160f74d118e4764]

        INTEGRATION: CWS ooo19126 (1.4.1424); FILE MERGED 2005/09/05 13:47:07 rt 1.4.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd08519f80f7851b4f944431ecbdd4ae6cdcc89]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:24 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [764b0b429b10d504c876dd8b135eda6781f1e6e4]

        INTEGRATION: CWS ooo19126 (1.26.290); FILE MERGED 2005/09/05 13:47:07 rt 1.26.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72aee3978b4b1f30104826b0274ba7a701b522f3]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:23 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc049b5443f8194a62874e78f144ce840966b39d]

        INTEGRATION: CWS ooo19126 (1.4.692); FILE MERGED 2005/09/05 13:47:07 rt 1.4.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5000f0cbf88fdd07dbf3bec452170d48840f0057]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 14:02:23 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41d3828abc69c73c1f8f02ac46e266576e95c4f9]

        INTEGRATION: CWS ooo19126 (1.17.694); FILE MERGED 2005/09/05 13:47:06 rt 1.17.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc06bcacff1944b294c8a67087cf428337eee4dc]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:23 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6585e0d5373e64be5e8e9821264d4b80b41aea5]

        INTEGRATION: CWS ooo19126 (1.8.246); FILE MERGED 2005/09/05 13:47:05 rt 1.8.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af1f2ebf392c596763d09c5aa86ba569e92c04a2]

        INTEGRATION: CWS ooo19126 (1.14.694); FILE MERGED 2005/09/05 13:47:04 rt 1.14.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86523f710a775aa55868392b0d21e46bcf5a2a76]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:22 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9032f7dfa180d70b02eeaf5396ff865abbc5e97a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:47:04 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44b0b85b166ab267bb4ee44c23c810bb854afda6]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 14:02:22 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d654427911191a0c8378edc3ced37c3e44ed4972]

        INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 13:47:04 rt 1.6.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fde6194d47f6aad980c111920a53a04a3e9688ae]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:22 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0e1bfdd68e6c058b09cdeee3b92dd700210b06a]

        INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 13:47:03 rt 1.5.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6451f26ed748f8e42d04f7ae378e1f0f79a91e79]

        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>  [fd6f714a63ca7e89db047807f2df326cf8c3df12]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:21 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cc890dc910990aa0bc9efa4f3e6767ff46dd97d]

        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>  [70aa008473871e115aa123819ad359ab12d9d982]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:21 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f4fd5432d9c6e4dfc8dfebeb8c4398a8e6365c6]

        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>  [29586b95634a32c5cc708a0277989ee1569884f5]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:46:59 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a1d4271cf704bda74efe0e966236766fceda60a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:46:59 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3355bcda596ae783c234bf45530705d5b4dad257]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:20 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a79ee36a01f0920e1b7b351b47b17b7f3cac75d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:33:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb9c512e37181c5ce72778dd31850bfb24f9db69]

        INTEGRATION: CWS ooo19126 (1.12.246); FILE MERGED 2005/09/05 13:46:59 rt 1.12.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53d6d589b02ae1417fe01b3f881f8739c0025dd8]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:46:58 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9917fe406c0835234ad9276f6e3e7cec3bb323dd]

        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>  [be2e984d282a48fdf987edbb3b49637d00cc7ff4]

        INTEGRATION: CWS ooo19126 (1.13.458); FILE MERGED 2005/09/05 13:46:58 rt 1.13.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc3a065d5ef2c261c5221a9798b996ed943821c7]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:02:20 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f33b72217e1fba38abe81fd013feabc31a87c4c]

        INTEGRATION: CWS ooo19126 (1.9.662); FILE MERGED 2005/09/05 13:46:57 rt 1.9.662.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf6b4b011ac8b36a5cdb58f746135c0c795e8429]

        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>  [2d5efd599ef61eb6b71e6ac14d060cb69c2c2c8c]

        INTEGRATION: CWS ooo19126 (1.4.664); FILE MERGED 2005/09/05 13:46:57 rt 1.4.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0839d4cf49f59622d49b4f11b5b84ae273913158]

        INTEGRATION: CWS ooo19126 (1.16.8); FILE MERGED 2005/09/05 14:02:19 rt 1.16.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bb04458fe6e97002869d16a2fdc82ceb0b0fb8c]

        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>  [372ce3f29891b4e87f2ab99b1e4124484c285eb0]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:46:56 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7bb204b6b4abecb507662eb7c5b9b8873be98eb]

        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>  [03cd7c2b73f27b960e9978350df2cce4578b621d]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 14:02:19 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bd9782074e09a9a044400f6a6ff4ad5e036ea01]

        INTEGRATION: CWS ooo19126 (1.8.224); FILE MERGED 2005/09/05 13:46:56 rt 1.8.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87c2ef003e882106a1ed3590c398f03423b7bac9]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:02:19 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a987a6c4ae1b801d1b1ccad1a103040b687f62f]

        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>  [3288954b7fd59fd3370f583defb4f9c487f688e8]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 11:33:42 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c301a94e196a9767473152de6bc4b63781761782]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:19 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0103cec62d1c73d70b17649ea48dee7e0f8854dd]

        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>  [81b2c2772608277ae8e2de0186fef28c933cdc51]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:33:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acd1a8f698a5d9071d2c0cf7eeeb3d422a7ef71f]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:46:55 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42d78f19f2d6b7bf01c1dab1546a073b7a55f5eb]

        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>  [9c194c3ce01260c67a9704120a983195c1ed230b]

        INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 11:33:40 rt 1.5.122.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d21d586630ec47cc97102abe9a0e67e2d6bd6fe7]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:46:53 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [700d84281d9f47c960f4156499aeda3b17323d99]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:18 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23a0d7cdc3fcb41e7f8ca18b9cc76d0539d20eaa]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 11:33:36 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3aca52939ce6d36a76613ed53ce282084250b91]

        INTEGRATION: CWS ooo19126 (1.31.358); FILE MERGED 2005/09/05 13:46:53 rt 1.31.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b3f118f86d756ad10ec119fe3e5d1f7b80e26fb]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:17 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d3da2f6fbcd1edbcc2f43e6d46c58c870a51f9c]

        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>  [13f791a6843f9816fd2357afe98a990b4f1c79ee]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:33:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6686a6a11c1e12357415ed4f7ccc6cb8b2074428]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:46:53 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [756d2f8013742a39400bab7b8fae6f020b841964]

        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>  [fd391946478733ae4c1a421b8c3c00bdcdf62dd8]

        INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 11:33:34 rt 1.6.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b15c3c6babf0afaf4471d90f203316ad8e3f2ce]

        INTEGRATION: CWS ooo19126 (1.13.596); FILE MERGED 2005/09/05 13:46:52 rt 1.13.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d219ebacc94c2b4285f0bc58c7db540bd23ccdf0]

        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>  [928c45da4be458e5c6730b3258be450b08772404]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:33:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c2fc9deb5c9de011b9b4d31a8c1a6be323f3ad2]

        INTEGRATION: CWS ooo19126 (1.27.694); FILE MERGED 2005/09/05 13:46:52 rt 1.27.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a06ab420a3c1fee223c35b8c070bd98e86d4355d]

        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>  [82f33505aa01d9eb15ea40cd2a85bf8429215bfa]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 11:33:33 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b26fddbefd22193ba5ca9a3f98662762fd499969]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:16 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28a33a9b31e72546841d768beee08fbeee7f9e83]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:46:52 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b0dc692f25ec025e8323e71efb862080c536c87]

        INTEGRATION: CWS ooo19126 (1.3.70); FILE MERGED 2005/09/05 11:33:32 rt 1.3.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [789ade787a48ac62c27f8cbb43dc6a0b1db4cbec]

        INTEGRATION: CWS ooo19126 (1.18.378); FILE MERGED 2005/09/05 13:46:51 rt 1.18.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3d35b8f232d835001d98fea4417fcdfef532983]

        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>  [17534909b75a47c727280f3faf3440946a78229d]

        INTEGRATION: CWS ooo19126 (1.6.70); FILE MERGED 2005/09/05 11:33:31 rt 1.6.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdc22d92943fd304e6de2babfa346d84e97cf01d]

        INTEGRATION: CWS ooo19126 (1.20.694); FILE MERGED 2005/09/05 13:46:51 rt 1.20.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3dab527fad958a8935e86915e31b1bc22b51a27]

        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>  [04662849ce6d2756a8cf477335bfab01b7b7d451]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 11:33:20 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f56dbc1f0ef02d1760af5570196676e9a93acf02]

        INTEGRATION: CWS ooo19126 (1.1.1430); FILE MERGED 2005/09/05 13:46:51 rt 1.1.1430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1d98e35adf54a59bf43caccb5f6a7710e151d85]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:33:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ed60c6f7bd3ea22b21e8400982ce06dad39e81f]

        INTEGRATION: CWS ooo19126 (1.11.596); FILE MERGED 2005/09/05 13:46:50 rt 1.11.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faff1ef23ceb5fd7ea42925554b4ac015e044d17]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:06 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a85abcbb3441eb12893a6149b8bcdebf92da2ee]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:15 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [831a79a338d28c85283347d17938c6fb91971825]

        INTEGRATION: CWS ooo19126 (1.28.358); FILE MERGED 2005/09/05 13:46:50 rt 1.28.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d290e25011926be2f6ecc35f236d37c1484ae619]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:05 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c156c6e550cb4817b67ae6898fb9722d18b315b]

        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>  [ef590243f907458ae03464b9bcfaa21b329ec6ca]

        INTEGRATION: CWS ooo19126 (1.2.1452); FILE MERGED 2005/09/05 13:46:50 rt 1.2.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0bc73b7494b627abadad893808b94977d759694]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bbba02891e7f37a37d993c7f079f1141d764d24]

        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>  [5ba4b0cb7e1e7ce277ae94bec09e6a510dd50122]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:46:50 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05dc2f7b204d448479a2e23a013236a67f12e42c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:03 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3657d58797d22761b50eb43ebfc8d8966f9e69d1]

        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>  [ac5c98e4c7ccd1722d418e88978235099290b0fe]

        INTEGRATION: CWS ooo19126 (1.30.694); FILE MERGED 2005/09/05 13:46:49 rt 1.30.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f0c45dfb7cc100536e2c6ebbebdb7d4de4eed9f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:33:02 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11d00f52a3d297b56cc4fc53a25b41021a58b8c3]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:14 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9ed188dd750da7542e58d6255e1850e67d68a4b]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:49 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0d3712bb038e05cae814a33dc38e71b3029efe3]

        INTEGRATION: CWS ooo19126 (1.29.168); FILE MERGED 2005/09/05 13:46:49 rt 1.29.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b7d2d4c90be8b3027f4a83e24f010837640f4e9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:33:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd6f9397bbc0573a009770a40cedccfb83c49a49]

        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>  [4977147404214a6f5a88e3098ece8423a3b10229]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:33:00 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c33cfae870dd0c51effce7b6a5f528330b01c8e4]

        INTEGRATION: CWS ooo19126 (1.16.694); FILE MERGED 2005/09/05 13:46:48 rt 1.16.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b09874777305f590c007e79200b66f2d17f69e29]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9121544de7e1b2a33b9de4489e60a671cddcdcff]

        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>  [5cebf57fbcc993b8c834908379b2ce4e288b21eb]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:13 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16397a3129474e89a0a42c41b6f53d61157b8cfe]

        INTEGRATION: CWS ooo19126 (1.6.1254); FILE MERGED 2005/09/05 13:46:48 rt 1.6.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [927bf7ff3093fdbed72a359ae391d2b2e18eeb20]

        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>  [4e35b11223d62c22a96f76e47218dce7e70b5ba8]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cef77bf4b90986860398a189acc84ff6d7d58681]

        INTEGRATION: CWS ooo19126 (1.34.316); FILE MERGED 2005/09/05 13:46:47 rt 1.34.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c196207c32859b59ac63638add509e68d69bd412]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:32:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2450d087239c64272176b1d58a3df78f1630488e]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:12 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd6e83acb67b53b096cd822e998baeb0ff2e5205]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:47 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6513fe3b6103cfb8859adcae4692a282a2a2faa]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:32:57 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f081e6c6e455b4c3bf835d36cea51b71f158e517]

        INTEGRATION: CWS ooo19126 (1.11.290); FILE MERGED 2005/09/05 13:46:47 rt 1.11.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32f240a84a423844eedd2c1b0ba1ead6e7acf377]

        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>  [2a5c2814576086a4149cf8c7fdaa3807f5e5f635]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 11:32:57 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [365fcfec94752941e58c90557e44b93a1ecd1cdd]

        INTEGRATION: CWS ooo19126 (1.11.478); FILE MERGED 2005/09/05 13:46:46 rt 1.11.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ffdbedb2c50afa05a375c56a7cafd2fbbdfa323]

        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>  [22dd599cee27e677f4388eb17a6df7fe7e762eb2]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:56 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffa45883393236e7925a2c0900e30a0141d7c80d]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:11 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [585c3128d5213bd248939b06fcb1601a653eb60f]

        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>  [f777a7828b2ab20f96448c0a3c5edc346f81b93e]

        INTEGRATION: CWS ooo19126 (1.30.320); FILE MERGED 2005/09/05 13:46:42 rt 1.30.320.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9253bbb89c454a9df362b1380888c97f10d5e973]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:55 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20947601421be696d54ca457d3235dafbf9ccd5b]

        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>  [0edb478d20bf4160de11fffedc4c9347bafad3a3]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:42 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [056a2b35728e10a064e016bbddf0bf51dc23aa9d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:55 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ac3f14dec8deb4ddc349c06d217b5a3adf52716]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:46:41 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b777ed727f0adf0a4bcbd695c50d10e58838fc62]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:54 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1269ebab22dcfb0c0a2966f3808612242a5b403e]

        INTEGRATION: CWS ooo19126 (1.17.694); FILE MERGED 2005/09/05 13:46:41 rt 1.17.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7944ab739585592f3bca88b1dff8a5862019acf]

        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>  [03f08009ab0e70abe83da34c2e6dca2a9a74a450]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:10 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5891e3427c72310294ea32f19c1e77ea250f58d7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:54 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0892b5a1f0e910137bb160a1dea53ef17d298949]

        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>  [1dd1777f3b86241284142f3519fb87875b4a0043]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:41 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36c1c8b0d8492a97971beb33f08692fbf8388aff]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:53 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38078b55c294d1e738475bc72bd24b5dec9e3e50]

        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>  [235dbf1b04fbb9b1a5f25463126a9644fec4f804]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:46:40 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f681cd90b447c168c0e7f28a842726cd67f72dd4]

        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>  [8fce6bff1f2d089794f8f99456b2c003693384ab]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:46:40 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df3dd415971f2ed3107e166b0f920c3c69ead43d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:51 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7effcc143ef6ed394dd8f4569a064b3f003986d6]

        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>  [68c4219851d6e6ec072a236038ecb8d1f391bece]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:40 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de14da7133a2a8020b865bb6854be0ea0d74591f]

        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>  [d91ba104f27b579e31e012c9ceaf2182da5ea9ea]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:09 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e43d12291ad1662cfeb25248686ec76b8985f390]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:46:40 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c15a64042fc650e032f271d76abf87f7b8376fc4]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:50 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a36855eac15f1dec88e2d2606ecd1b65ce1bb662]

        INTEGRATION: CWS ooo19126 (1.6.1440); FILE MERGED 2005/09/05 13:46:39 rt 1.6.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04a96f3bdb9bc2c9fb3faf5c3e63bbf4c0aabbb1]

        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>  [53ce7a6f73dc89d4a2d77f0993516cf00d7b27c7]

        INTEGRATION: CWS ooo19126 (1.10.578); FILE MERGED 2005/09/05 13:46:39 rt 1.10.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35ceabe2a88024bb919279539ad0f0b7139a11b0]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:08 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f03c8bec75161e6b03f0bcbc298cc47358dd8e24]

        INTEGRATION: CWS ooo19126 (1.38.694); FILE MERGED 2005/09/05 13:46:39 rt 1.38.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [216504012cfde254308519f29be4457301f2e9ed]

        INTEGRATION: CWS ooo19126 (1.5.1446); FILE MERGED 2005/09/05 13:46:38 rt 1.5.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d8cbe221072971ee045044b6e19d4128f5d8aed]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:49 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a00be3fe31e81cc215b7218a54d47c2ffac7b40]

        INTEGRATION: CWS ooo19126 (1.38.386); FILE MERGED 2005/09/05 13:46:38 rt 1.38.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3fc73f9c34d5aab6b67b9171742f422d68aaed9]

        INTEGRATION: CWS ooo19126 (1.19.386); FILE MERGED 2005/09/05 13:46:37 rt 1.19.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0dbbfd2ccf087f86c8c637fd059cf0bbca72216b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:48 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85599ed8f1231a82528910f6700d950beb237b86]

        INTEGRATION: CWS ooo19126 (1.18.694); FILE MERGED 2005/09/05 13:46:37 rt 1.18.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b24cc23edb34eac0adb02c0dfa4dae0d7ebb2fd6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:47 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [289a98178883025a7dff70d597ea9865c66a071b]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:07 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54d347db4779e57e8d614b83b3e93ee743dcb005]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:36 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44c93a34bb9d0954af3eacd5e82e0c665a492af9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:32:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e3bcc17b229c5e5926cbfdaeb6083ed7de23a19]

        INTEGRATION: CWS ooo19126 (1.16.596); FILE MERGED 2005/09/05 13:46:36 rt 1.16.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b0c7e45d6207818fc19d2895db982e1a5e3e491]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:47 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80cbe3f16d026cb417893963c80c86e3bac3b22b]

        INTEGRATION: CWS ooo19126 (1.32.358); FILE MERGED 2005/09/05 13:46:35 rt 1.32.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b36d5b46b41415dbdc885c6237e440bf1aa1a66e]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:46 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [442157b26c2ef188dde572fa6b57ec6e0f1c7262]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:46:35 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa2cb928b6ca111e6ee0abaf96ba54a3d93ce6da]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:45 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bc6b76af15c4be85589236edcd94cd4690b6d51]

        INTEGRATION: CWS ooo19126 (1.14.596); FILE MERGED 2005/09/05 13:46:35 rt 1.14.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d21067bcc26d35843f6128385e66c9ebdf22dbf]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:06 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18c413d79ecd185b749cfb195429320b1357020d]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 17:09:53 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64df73403d647a7475bbd657900f2546bf7b1bf6]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:46:34 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90301a21b9d97cfc192573c08fa6a3efb2514738]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:43 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a282b8e296c717a1719142080f0b916b421a7e7]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:34 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c44b5b4bb257975b47f7271ac156646b3bb21d4]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:46:33 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf1a5b40d2cb0d63da10a9e8ba27930283a6887d]

        INTEGRATION: CWS ooo19126 (1.5.246); FILE MERGED 2005/09/05 17:09:52 rt 1.5.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d82178a3b88e019a2f93538acabfc5480f772358]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:42 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fe634d74f6d20a7ad8ab8bf9fef6d7f1a5530c8]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:05 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc6a3dfa5265e6a5584a2b1f3d851972d6e9de4b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:46:33 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [543dbcb6db0d5cf6ba1e375702994e348ef2e210]

        INTEGRATION: CWS ooo19126 (1.9.70); FILE MERGED 2005/09/05 17:09:51 rt 1.9.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09b897acba764f431f0a3b6a6bdc61a7c8176433]

        INTEGRATION: CWS ooo19126 (1.39.44); FILE MERGED 2005/09/05 17:09:51 rt 1.39.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55bfa654fcad77c806b6c506c8081069fec7fc40]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:46:32 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7685adf55be6f9372a29c5ea68d15884534aed3c]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 17:09:51 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [179fc8036b6a4db62bc67cf3cc59897ea81f5a65]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:41 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e408ded848140fa2abd68da8d2ce31a169547cc2]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:04 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a59b974796a2effb985724cebd67e21f6f426e34]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 13:46:31 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af48b3b988db7640ce593732c72e54da54c3b244]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 17:09:50 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f62cf9750167920a00a78551a2803b0258b87036]

        INTEGRATION: CWS ooo19126 (1.35.694); FILE MERGED 2005/09/05 13:46:31 rt 1.35.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b8e0d42ecf7a809bc96367a5299d531020a0ab6]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 17:09:50 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d3cd02768e5954cd434e29bb057b4f9f830e3ec]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:46:31 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df5c63f5482f82c787e1664e51284779261e65fb]

        INTEGRATION: CWS ooo19126 (1.18.70); FILE MERGED 2005/09/05 17:09:50 rt 1.18.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2461bc061b44dfecb9e7b944a4ad3cf3ee720398]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:40 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [add49ce0426492c3f8386608dc8832dd271cd7c3]

        INTEGRATION: CWS ooo19126 (1.22.176); FILE MERGED 2005/09/05 13:46:30 rt 1.22.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4846089140d708d289e6b72afc99d6d5fa76f1bb]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 17:09:49 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [179084c4e00c9196a3c27ae5dbfd813068757302]

        INTEGRATION: CWS ooo19126 (1.6.580); FILE MERGED 2005/09/05 13:46:30 rt 1.6.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ccd33ba9c5a40c3b04e3dbf1bb01786e9fcb609f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:39 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f73b2f7eedd6ca55d04f03f72b696936df313a27]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:03 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3af1e0ba5feb1c85dbac90e74a92e30c32921c79]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 17:09:49 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [603dc1a30a445cef089d98180913f91bf8a6f677]

        INTEGRATION: CWS ooo19126 (1.7.856); FILE MERGED 2005/09/05 13:46:29 rt 1.7.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fca928c97f1ef4d562d57d0659fad208fa40865a]

        INTEGRATION: CWS ooo19126 (1.1.250); FILE MERGED 2005/09/05 17:09:49 rt 1.1.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0eef706dfb1c5f9380d26656d849b6066572f59]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:38 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a18b9bfa017204f1bbca592d6d0fb3cc7a868f12]

        INTEGRATION: CWS ooo19126 (1.9.216); FILE MERGED 2005/09/05 13:46:28 rt 1.9.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba0ba2a5fba7bccc54a88d25c494358f7d4a4876]

        INTEGRATION: CWS ooo19126 (1.8.70); FILE MERGED 2005/09/05 17:09:48 rt 1.8.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d76ecd7dbb5f507a0a5d6fc4b86e6698a9a63c20]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:01 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3662c1906ca3dd52adff1727fbf8b713a1b2fc4b]

        INTEGRATION: CWS ooo19126 (1.11.226); FILE MERGED 2005/09/05 13:46:27 rt 1.11.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26aaf796bbda6998ba0a587bfbadaa917a909e70]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:37 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [660a9112eec62b5021db7aca4fde97736dfbcd39]

        INTEGRATION: CWS ooo19126 (1.1.220); FILE MERGED 2005/09/05 17:09:48 rt 1.1.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14d52bbadb4e15e29d7b1ba6b6d3db342f7042d8]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:46:27 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f3369a547353a5a691bc752996589a179db87c1]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:02:00 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0857d19b4a5f6794f3725c601b3d5e3f9d32e06]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:36 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01031ce9d36bec6de17680a3c8ab6555f1be8a75]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:09:47 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b015eb3a22319d45fdcc4930fe0afad16388914]

        INTEGRATION: CWS ooo19126 (1.16.694); FILE MERGED 2005/09/05 13:46:26 rt 1.16.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb6c1e6924040c2c8d1357cb574c927a41630e6c]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:02:00 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdc739b0a58ca951e3687b271e0d3599137537d2]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:46:26 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89ab1add7b75aa93ffc4975eca67372bea4db564]

        INTEGRATION: CWS ooo19126 (1.8.70); FILE MERGED 2005/09/05 17:09:47 rt 1.8.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68e1ef7563c1ecb34be90bd87b584a60db9b61a1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:35 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a2a87f93883e66e3bb2efffe768c63710f362b0]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:46:26 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e2500728ae38d6a04bd837f0e3e58c7789da036]

        INTEGRATION: CWS ooo19126 (1.1.220); FILE MERGED 2005/09/05 17:09:47 rt 1.1.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6698a0d6710ec9181280c7dcfd93db1899835d7a]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:01:59 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f886ed96aaa3fc8155eb83cca8749f27e112989]

        INTEGRATION: CWS ooo19126 (1.6.726); FILE MERGED 2005/09/05 13:46:25 rt 1.6.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7dd35217dea79e5f93c5aa39af005b3c4214c46]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 14:01:59 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afa2dd89cb1afa337a98eadbb4d963ef840c95df]

        INTEGRATION: CWS ooo19126 (1.1.220); FILE MERGED 2005/09/05 17:09:46 rt 1.1.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a47722f1974caf2a0fae0bd8481820fe44e01d67]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:34 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9aa611928f973892ef3ca7f024c4aa913b85b44]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 17:09:46 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65906bd77b2993e0aa5dcc8b3c17539dbf14ca8b]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 14:01:59 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10cda2fd710d8046a8fe81ac422a8347dc80e033]

        INTEGRATION: CWS ooo19126 (1.40.236); FILE MERGED 2005/09/05 13:46:22 rt 1.40.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [890d05149fb805052ecd0b26f7a5936e8cee5611]

        INTEGRATION: CWS ooo19126 (1.38.70); FILE MERGED 2005/09/05 17:09:46 rt 1.38.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f47f827f2a014b48efffe9f15e7c078a832f4a39]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:33 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [744a61be2b180729ba63dfaa1ce57c77137e0c2b]

        INTEGRATION: CWS ooo19126 (1.5.1422); FILE MERGED 2005/09/05 13:46:22 rt 1.5.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cd751dead92472a64cedbc5e72884ced4d62eca]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:09:45 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4c5077af0b98f876fc23f73dda4249ff34425e7]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:01:58 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [919c7299758a5d780a696fed0edc9cc52717447b]

        INTEGRATION: CWS ooo19126 (1.31.726); FILE MERGED 2005/09/05 13:46:22 rt 1.31.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [137abb4fe442810d24a841e27389b9fc2a75ff9a]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 14:01:58 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11cc8a37074e2bd0a364075285fb9251d666594c]

        INTEGRATION: CWS ooo19126 (1.72.694); FILE MERGED 2005/09/05 13:46:21 rt 1.72.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee7a1736a658a9425cec7ebb5e5081405cc35346]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:09:45 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b708eea58458342274f34dfd0335f2befa4ad2c5]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:32 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd1f9a5dbe41a190b1e619c3c4c7d33a093e675a]

        INTEGRATION: CWS ooo19126 (1.7.1418); FILE MERGED 2005/09/05 13:46:20 rt 1.7.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f778a6d6f00ea557576cd3318d254287af8bdf7]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:30 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cafe3654ddb6a12df77b6e4b38d7614f4b4a7424]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:01:57 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12447947d4d1a7e6ff76d6a1db1fc0a75efa8e09]

        INTEGRATION: CWS ooo19126 (1.62.386); FILE MERGED 2005/09/05 13:46:20 rt 1.62.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04de010008ac47aa248f3ae43e6d707873e8ba0e]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:29 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0412d0ecd155ae46d204fe61c1f816d46d9193ba]

        INTEGRATION: CWS ooo19126 (1.58.26); FILE MERGED 2005/09/05 17:09:42 rt 1.58.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c770f9a3c322fb06fe1fa4b54a14977807d8388]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:46:19 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1940bc4b4c50a3dbaf9f72fec3d8dd270bdcf8f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b71071ccfac12ad7509ede19e3f0f6efa82cc385]

        INTEGRATION: CWS ooo19126 (1.19.26); FILE MERGED 2005/09/05 17:09:41 rt 1.19.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f244fc4ccdf7d1a0dd5a277a3b6b6e0ffacb140]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 13:45:59 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34433411cac095d487ecde57d552a9ba21c18bc7]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 14:01:57 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab5ec9a11769df94672963c5e64ae01e4175ac8a]

        INTEGRATION: CWS ooo19126 (1.13.26); FILE MERGED 2005/09/05 17:09:41 rt 1.13.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e60543a7e64440faffeb8315758430ab2b6a046]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:45:59 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5915c835d35d19d61c7b5c7cc6ede9e684d8816]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:01:56 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [093818c0bc15ef865ed34386e1e935349d4c9647]

        INTEGRATION: CWS ooo19126 (1.47.26); FILE MERGED 2005/09/05 17:09:41 rt 1.47.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c90de7293e4164b81103bb0115d3422bb7eb45de]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:58 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d791a104246429aeefa1885929eec8b37ae9c95]

        INTEGRATION: CWS ooo19126 (1.14.70); FILE MERGED 2005/09/05 17:09:40 rt 1.14.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5aec8f53ecaca2eedc9bf20348722ed48b52a461]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:27 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aab1f641d3de240b2b26231cc05ea4f4ed03fb34]

        INTEGRATION: CWS ooo19126 (1.1.240); FILE MERGED 2005/09/05 17:09:40 rt 1.1.240.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f4ce064d046d29bd676dff37b3117f36a77bba8]

        INTEGRATION: CWS ooo19126 (1.31.216); FILE MERGED 2005/09/05 13:45:57 rt 1.31.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c20db2601f56f05f122e7e79b6e73fe7e5fea7a]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:09:39 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3ae1ff68fee282f90e85fb59a3e87678d7df6ea]

        INTEGRATION: CWS ooo19126 (1.4.1426); FILE MERGED 2005/09/05 13:45:57 rt 1.4.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ff7dcef8f77a33d5db53feeb6a55d069629d40b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a717be239b80bc6b25322b299f80d220d1910334]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 14:01:55 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f792956ffd4a1f5b2b4d22e86f534c4f667a500]

        INTEGRATION: CWS ooo19126 (1.1.240); FILE MERGED 2005/09/05 17:09:39 rt 1.1.240.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0a78fc8b047e9b0f7013d14689d20b90792f603]

        INTEGRATION: CWS ooo19126 (1.8.692); FILE MERGED 2005/09/05 13:45:56 rt 1.8.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0700e43ceb8ce71a60ec034dfd11f480b5dd651c]

        INTEGRATION: CWS ooo19126 (1.29.70); FILE MERGED 2005/09/05 17:09:38 rt 1.29.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87cb68f164dcba00ff21a7c0750e4a9d940d887a]

        INTEGRATION: CWS ooo19126 (1.2.742); FILE MERGED 2005/09/05 13:45:56 rt 1.2.742.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16d9dd9a9df51d02e82884d2edeb12140a2b28d1]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 14:01:55 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9f0e26bfc6f0a48a52482ca775cd9f27eb35b04]

        INTEGRATION: CWS ooo19126 (1.1.1.1.264); FILE MERGED 2005/09/05 17:09:38 rt 1.1.1.1.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f70ec16198eadd5b4721a44612a8f2a87b262a9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:56 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2836d194c7dca69571ae597789b580b507e1659a]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 14:01:54 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c749c1d6a16d97f00e6301c3444f37546855bd11]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:55 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c440f3f3c9d91c1001989d437763bf58c01487c9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.264); FILE MERGED 2005/09/05 17:09:37 rt 1.1.1.1.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbfcadcdd20074efdb03624d620ebfb5d04add41]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 14:01:53 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e65e317a2d943bf435a65141c5082515689f99b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:54 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb857060e547a3e74c24a4fceead309c6dbcb1d1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:24 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4d458c9a1b5d2f96a56c9230cfd975683fd614e]

        INTEGRATION: CWS ooo19126 (1.1.2); FILE MERGED 2005/09/05 17:39:13 rt 1.1.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88176de3e8379d691ea978fda7fbee420c871b9d]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:24 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed85986fd7c10eed72e40daac244a4614eb3d69a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:23 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77f0d34f01387f042aa93df247d5e2c95784a91f]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 13:45:54 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb1266d4d523e89566e0beb31cafa81d3bc4fa05]

        INTEGRATION: CWS ooo19126 (1.1.2); FILE MERGED 2005/09/05 17:39:12 rt 1.1.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89c7a0dcde3180ad95978b71795697b7fcb878ca]

        INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGED 2005/09/05 17:39:12 rt 1.3.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1aa250d9abaae8b653ee6969bb8cc5e22fb113e7]

        INTEGRATION: CWS ooo19126 (1.34.214); FILE MERGED 2005/09/05 13:45:53 rt 1.34.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed9063fed56fd5f82145a3444633db8950e32863]

        INTEGRATION: CWS ooo19126 (1.8.160); FILE MERGED 2005/09/05 15:17:31 rt 1.8.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [012d71b281dcdd217a21323be74bf3e64a5e8ac9]

        INTEGRATION: CWS ooo19126 (1.5.1422); FILE MERGED 2005/09/05 13:45:53 rt 1.5.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [278de180d1f26ac02c7fad716b6c9a241cd25c27]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 17:39:12 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36390f4d2a864a819d9d0af72ea570f71fe027f3]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:22 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59333672f9e65912e9284866fae4848677bbd2b9]

        INTEGRATION: CWS ooo19126 (1.8.302); FILE MERGED 2005/09/05 15:17:31 rt 1.8.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41d043b32101bc2dadf79803146e778257b4906e]

        INTEGRATION: CWS ooo19126 (1.9.1446); FILE MERGED 2005/09/05 13:45:52 rt 1.9.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed9aea231a1f351dd783216fd17cc9a1ae3aae5c]

        INTEGRATION: CWS ooo19126 (1.17.68); FILE MERGED 2005/09/05 15:17:30 rt 1.17.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e6e18882851824d0aa8cde4e2b6af9656e451aa]

        INTEGRATION: CWS ooo19126 (1.11.216); FILE MERGED 2005/09/05 13:45:51 rt 1.11.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [428a5fea071eff9523cd5a5a4b6e4c2cbd056613]

        INTEGRATION: CWS ooo19126 (1.6.2); FILE MERGED 2005/09/05 17:39:12 rt 1.6.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0941cff8893b1e0bac52799c66e7ae69e1ee279]

        INTEGRATION: CWS ooo19126 (1.20.152); FILE MERGED 2005/09/05 15:17:29 rt 1.20.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f2bb3d042cfab68f87176dda2eff69fab62f495]

        INTEGRATION: CWS ooo19126 (1.10.580); FILE MERGED 2005/09/05 13:45:50 rt 1.10.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9f789f56a1f6fbc99b099d0ef6d4fc474e01765]

        INTEGRATION: CWS ooo19126 (1.1.2); FILE MERGED 2005/09/05 17:39:11 rt 1.1.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6b1fcfdbe2a1b76477aed10ea5f3405d660bff2]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:21 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e42664f210c1931d2c7f06eb3194a44768f2dc46]

        INTEGRATION: CWS ooo19126 (1.4.356); FILE MERGED 2005/09/05 15:17:29 rt 1.4.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd38df73a83edab88b6618acfcf16c5dd3137294]

        INTEGRATION: CWS ooo19126 (1.7.1420); FILE MERGED 2005/09/05 13:45:49 rt 1.7.1420.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec237e887f689efd865b943d9feca8e2af84ff11]

        INTEGRATION: CWS ooo19126 (1.10.578); FILE MERGED 2005/09/05 13:45:49 rt 1.10.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec95bcdb8cb8dedc263cff65ce2fb2f901155aa4]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:21 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be0ed92e1a1a7215e66d4bf1085f76b8688cb73f]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:17:28 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc2f9e9d3bcc1dd02e5365b5fc61a75a73be608f]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:45:48 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73676d2fd6b6b286fb2dd919aef8c417dddbefce]

        INTEGRATION: CWS ooo19126 (1.1.2); FILE MERGED 2005/09/05 17:39:10 rt 1.1.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [833f718ca00ecaf552c58fa2e503e1472cb4c4d8]

        INTEGRATION: CWS ooo19126 (1.4.160); FILE MERGED 2005/09/05 15:17:27 rt 1.4.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd5587e70e2e4270e80e0adb9b8730a4e91299d6]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:20 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eeaa5cdb522f8b104314b4f5d686647276f986a1]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:45:48 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e93712b3ecd7746e907d80745b8b205891ba0715]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:19 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08e1a2d0211d7ab33869429b898681fb3321fa62]

        INTEGRATION: CWS ooo19126 (1.8.2); FILE MERGED 2005/09/05 17:39:10 rt 1.8.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fe51c71f8330f75529dfaecf0aae02e92adb13f]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:47 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62e4179412325c9e4bb9bd7cbba1e01710cb2d24]

        INTEGRATION: CWS ooo19126 (1.45.152); FILE MERGED 2005/09/05 15:17:26 rt 1.45.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54e7dbec79e29d5c0a9a163bf77a2dcabf62f595]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:18 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9f48e78479ea6ddbe053c03b522d12cdbd5f675]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:47 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33d063ceb047deb65f3fb5f0b902fdf75d5b86fb]

        INTEGRATION: CWS ooo19126 (1.3.356); FILE MERGED 2005/09/05 15:17:25 rt 1.3.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c09ef339403c915c41fd601363e0a7dc137d87cc]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:18 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5a52505787f65aad402d0888c7b8429c504d5de]

        INTEGRATION: CWS ooo19126 (1.2.694); FILE MERGED 2005/09/05 13:45:47 rt 1.2.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2e3e452aabd898530d1e63f0b57b99a7d92553e]

        INTEGRATION: CWS ooo19126 (1.1.356); FILE MERGED 2005/09/05 15:17:23 rt 1.1.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26d10670228c5385d0577bbd78e14f1c039d1ba4]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:17 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd9eefc13c6f56e6f54e18e4d64befdb018faa71]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 13:45:46 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [330116f9c77c51d6cec2637bf1c0bf526e179f51]

        INTEGRATION: CWS ooo19126 (1.43.152); FILE MERGED 2005/09/05 15:17:22 rt 1.43.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [276fc6b9151ec99ba94fd52594a0e074b1c30ec3]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:45:46 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49734e7e50c22d7a49fed88680edf92204a3e187]

        INTEGRATION: CWS ooo19126 (1.3.356); FILE MERGED 2005/09/05 15:17:22 rt 1.3.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2f88d506394c0ae0ff84f78ec50b63f0bb64cc1]

        INTEGRATION: CWS ooo19126 (1.11.600); FILE MERGED 2005/09/05 13:45:46 rt 1.11.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8836a48e7d04e638e7187d197a8dc62d6dc87086]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:16 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f54353a0ba7974f8b26be6ab9232923d39dab5f1]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:46 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97c5a13a1694ea2fea7a508195f7356641c024ae]

        INTEGRATION: CWS ooo19126 (1.3.100); FILE MERGED 2005/09/05 15:17:20 rt 1.3.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40f26de2dc962fd332062f083a87a0f1b7dfc6b2]

        INTEGRATION: CWS ooo19126 (1.2.692); FILE MERGED 2005/09/05 13:45:45 rt 1.2.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10f95ecc59e1e34089b84cd934dc4d4e2ff65a74]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:08 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [742344c9ce5cd1033f5b080fdb0c3f9ae8fb2315]

        INTEGRATION: CWS ooo19126 (1.4.356); FILE MERGED 2005/09/05 15:17:19 rt 1.4.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71dd8f02014b1313bad25bef0d8c538098bd9974]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:15 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74bdc03dad337870af691b39fd2cff7c10a13cd1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:45 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b0c259fc1896ea7126aad0bc89e89457fe1b94d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:14 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5925632d92a9170aa5cdd89cbb1e52cad18ba613]

        INTEGRATION: CWS ooo19126 (1.2.692); FILE MERGED 2005/09/05 13:45:44 rt 1.2.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51fe028a8529a124d22473e43a2aae0fded6c53d]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:07 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f659e32edd5818f77ac223704ee7517204a71590]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:14 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f444bbcd44b298f17821aac0df257882003c44b]

        INTEGRATION: CWS ooo19126 (1.49.64); FILE MERGED 2005/09/05 15:17:16 rt 1.49.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [799aa5d9caecfcce9adfff835ee233ddc07f49a5]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:45:44 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e6fbef5e8198f98cfe66877fa70cb544e4c135c]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:13 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [408e985f58e5903ad11a45fc91d427cc9823664e]

        INTEGRATION: CWS ooo19126 (1.2.64); FILE MERGED 2005/09/05 15:17:15 rt 1.2.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a41c01766ae62e20574594b17276e8416b611e2]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:45:44 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9367d511e06c36956601f9ef74adb0618341d5f0]

        INTEGRATION: CWS ooo19126 (1.2.64); FILE MERGED 2005/09/05 15:17:14 rt 1.2.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [725306f0713b64e4551b78b8ddf441218a925d26]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 17:20:06 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47b5427aec521dfee8c852f149f66239cbe50a60]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:43 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9961b0138f6f51ec606cfaaf9926901e188e4d87]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:12 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [076760f1608f4dea099d333ccf44cd88fe1d0a0e]

        INTEGRATION: CWS ooo19126 (1.2.356); FILE MERGED 2005/09/05 15:17:13 rt 1.2.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1cdccbb29ec97fb3609e843002eb6298a2e8e24]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:20:06 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e1f19c97fb4e8583be58e63b0b39e3d361a1551]

        INTEGRATION: CWS ooo19126 (1.2.356); FILE MERGED 2005/09/05 15:17:11 rt 1.2.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8ea913b52320f3b8ab2415827c4301c115c5e56]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 17:20:05 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b26d3f22fabd6754c05d7881a17a069eb35acd2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:43 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4cc93ee3d85f5c5f29a87f7f35430b5512471a5]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:20:04 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7dea9e16e892ca401011d0a14d7ca61cae45798]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1454); FILE MERGED 2005/09/05 13:45:42 rt 1.1.1.1.1454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b792f5c0dcae34e9407a98311a9c51ccc24cd41]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:11 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73e6e3323cf6ed09925221ab4d01c06c4f14cc09]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:45:42 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b62eb922ae885e538d9ffc6d76c88ed4ed747486]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:20:03 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfea02fd2aafaee3f768d382aaa8bbd3c61a2ffa]

        INTEGRATION: CWS ooo19126 (1.2.1426); FILE MERGED 2005/09/05 13:45:42 rt 1.2.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [666cd2307c6081ce70e57f25730413f9265ae283]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:09 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7133ca5af0caa0fd6614bbca341e330710f4aea9]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:20:03 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [871f4b056d1a5caac6712608fbd892ebbe3b31a2]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:45:42 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44ce98651f5b8f4fa91b99ed6d3be21a266e0bec]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:20:02 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bd96c0b9e3fbaf50da9d0c9900bf74544262ece]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:45:41 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7375cfd9ca07e98b0bb036a7cafe9f806dca6af5]

        INTEGRATION: CWS ooo19126 (1.68.44); FILE MERGED 2005/09/05 15:17:00 rt 1.68.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bb154502b7a6172377a012de7a1278303837a36]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:02 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d82fc67950308c41cdeca164191e2a8fe2959a9b]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:08 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90dc3f9d2688be774e67e37b8440e6dec7b5c98e]

        INTEGRATION: CWS ooo19126 (1.3.356); FILE MERGED 2005/09/05 15:16:58 rt 1.3.356.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [858a8c1c3fb7eaa0443eb409bc932e033575286e]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:07 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [477c5599cf7ee2c3893e2e6d6f14c7174083f247]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:45:40 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea21ce15044127f1b410f96f59fa7c222bc9380f]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:20:01 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a108e725f2980e45184fa3c6d971f97af2880dd]

        INTEGRATION: CWS ooo19126 (1.57.152); FILE MERGED 2005/09/05 15:16:55 rt 1.57.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb3c84531e5fc946856909e94a816e3d56fc0350]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:32:05 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03cc9e136c66de3f0c1df668b81694bcbf3f372f]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:01 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20f990e580baa0dba513214cea6bec63be4e5497]

        INTEGRATION: CWS ooo19126 (1.1.346); FILE MERGED 2005/09/05 15:16:55 rt 1.1.346.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8284267d672fdcb45489ab2bd6bcf62ebb009ba8]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:05 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [918cbca5dbc542bcc53de3e006bfebab57969b36]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:45:40 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [839ead284cb4b5b6d739126008e9dbf3b2f8250e]

        INTEGRATION: CWS ooo19126 (1.1.370); FILE MERGED 2005/09/05 15:16:55 rt 1.1.370.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11cf776ec1e768117c287a24add8ad5050de0da9]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:04 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42f841054c7a7336cafe884100ca379c6030eb9f]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:20:01 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9610926dce0b9a68e2dcf7a4fd9869ad93bd62a0]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 15:16:54 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e990dff585bb6cda50d12a2bbf347af77da73c01]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 13:45:39 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d26c275fc8d443208617058caea1f31cdca0c49]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:03 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37121ef3fb46a1ec8339651e0ef9a733d21545fb]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:54 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d677776f8d8b448974fe7d9c0783014e9ae9e3c8]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:39 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd0bc8d308bcf0565ed3844f606401f48ffc690b]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:20:00 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01a56fe1e7d462dc02fe4827b6473813eb3a67d1]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:16:54 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e605f7db786cdefb26639be570a802d8a0cda055]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:38 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c395789b418142ddba66a985450b9bc001048d07]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:02 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75fe028a0756d1722a4f75ef3baad492a5def970]

        INTEGRATION: CWS ooo19126 (1.6.4); FILE MERGED 2005/09/05 17:20:00 rt 1.6.4.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4186a02f279c71a08b25c3fcd882ffeb43899e7]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 15:16:53 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9dc4d2b8b4d8dfdfe4d295ac15833e631bef0a0]

        INTEGRATION: CWS ooo19126 (1.14.578); FILE MERGED 2005/09/05 13:45:38 rt 1.14.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f69effd70c40a77128b29b84b780a6f96cecf697]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:20:00 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffb78be243e22053f698a12c7dacf8f8c8619b12]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:53 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e17d1ff9457a16cc3e6222efd38d1cf7777515ba]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:32:01 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0463ed2bb34be56f95d6d470a6412fbdac5622e2]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:20:00 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be703f3c28a492f6ec442d1431565ff973d27c7d]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:45:38 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e948d95574a5a01fa3c1b4ec1f7b60cb4329be12]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:00 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fc4bbb4d3295d7f9d05b1e38c2e5f35ad16d1e4]

        INTEGRATION: CWS ooo19126 (1.4.1448); FILE MERGED 2005/09/05 13:45:38 rt 1.4.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58ca4b12e24b1e3f2688dbc982322098439847e6]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:59 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b8fe66f7056dee3e26388ad50b6bd8f0d7ba7e6]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:19:59 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc0380b4354c98cc55e0a686daf3e2bd058dc093]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:45:37 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c36a5b8a63adcbdd096ef7a51a1747794250c044]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:52 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04a67433921c171f1353a5bd06142623e645bcbb]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:59 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35dda74a069b3504233f0a5256f67316ba2fadcc]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:52 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e7ee667a010d7c265bbec69e8da04ac50183cc7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:58 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9eafe59a5923291806e84f3c1b8dfd144dfa86a]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:37 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78a3ccfa0b779fd925a5134d33c4e23888cfb2d9]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:52 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad2d11056be45b2d59b2f8c84eeea0c60de78f03]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:57 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c76f6ed05f8e9f4febb3d13cb9eea015154bef78]

        INTEGRATION: CWS ooo19126 (1.4.1418); FILE MERGED 2005/09/05 13:45:37 rt 1.4.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53d45322de49a7947a799761841b22eb88c3ed88]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:56 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24035f27dc5b2b31a2756e51f0358e6b674cf6f8]

        INTEGRATION: CWS ooo19126 (1.8.314); FILE MERGED 2005/09/05 13:45:36 rt 1.8.314.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b275f404633d081074682370cea922ddf9b6b76]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:16:52 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f4d7a25a6764b6258e940f40c4f76ad9aad7df5]

        INTEGRATION: CWS ooo19126 (1.2.884); FILE MERGED 2005/09/05 13:45:36 rt 1.2.884.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8450b5e0d489dc3676383ef0e500100355e952fd]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:51 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8627b36185bcc64a054784ad2a172c9ce97d8346]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:19:58 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4917594b57230b8209ac10e7bee79679fdd5233a]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:51 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db30d91dfa375529c56b7aebffd6d34229471b8d]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:19:58 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c1e43abb8df438a77d83f3ddffe019d1d01e17b]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:35 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9601dae1a8870777e002431bed51b5e6ad682781]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:51 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f199b069ed90d83fe669b0417d51d3f1819b26d0]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:54 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25d9485c3111d4772f6734e1b7666dca25f137dc]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:58 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ac4f651c31bcb800ceac159c14b3763b6fe776d]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:50 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1d3848851410d975fb64a9841e3814bf8ab7b69]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:53 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a0e10d32c6bea3b5dd27d8a61841f4637e77b75]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:45:35 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e0f80d52c6013e720412efbe4fce168466b793e]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:41 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54c7e43f1ee0413b02eaab91f3a48a71c4ea451b]

        INTEGRATION: CWS ooo19126 (1.7.30); FILE MERGED 2005/09/05 15:16:49 rt 1.7.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce113655d4edc82286e5db42d0e5e1127fe4b16c]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:57 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7713a258491c43be4a09a88f72e2ed01528cc70f]

        INTEGRATION: CWS ooo19126 (1.2.1418); FILE MERGED 2005/09/05 13:45:34 rt 1.2.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2108a36fd6836f48693527b4c7b6d42d4feaafc]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:49 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [316883818463b1d36e0e855feae2b45ce200d89f]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:19:57 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [604de9b3123ca322c88a6bb101f82e94c9a25bdd]

        INTEGRATION: CWS ooo19126 (1.11.460); FILE MERGED 2005/09/05 13:45:34 rt 1.11.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b27597ad04d77e15c4d5502a10f1c4a451baaaa]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 11:31:40 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65b69dfd12face466551a3669f2c64d657ecca37]

        INTEGRATION: CWS ooo19126 (1.8.2); FILE MERGED 2005/09/05 15:16:49 rt 1.8.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1792ded73a4a3aac6db15b5da8a6c2ff1e46d0e6]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:34 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [079207c4b2a17444b8853ff61eede9eab03cc6cf]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:40 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a0c843235c2991cfc0de67f2d81138c8d259401]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:49 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4eeff3b5be74ecd67d53a5c3a94a65e6c0cdf9b8]

        INTEGRATION: CWS ooo19126 (1.17.596); FILE MERGED 2005/09/05 13:45:33 rt 1.17.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31dfd283a05b6ed9455e8e5017a0c84b318840b8]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:40 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1aa4fc8a919a155a0369c98ef891b11b7d424d53]

        INTEGRATION: CWS ooo19126 (1.6.70); FILE MERGED 2005/09/05 15:16:48 rt 1.6.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01ae0045d07c939f63c4d5fcb09dbd9f47cdd8b8]

        INTEGRATION: CWS ooo19126 (1.5.1444); FILE MERGED 2005/09/05 13:45:33 rt 1.5.1444.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1349bb2f79fb1e316f1e971dcb0ef06ed1ab58a7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:39 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cffe7bc8ff80b239dcb46a9f8f42a71571cbf09]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 15:16:47 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba7e9e2ad445b8b31696f20fdecbc017e15c4ae9]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:19:56 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb611075097b6d73c5909174cca443106d73e683]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:33 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9324030d9295fb580673a5e21acd710f701aabff]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:38 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5011aa4cda9dda73a20232f8c6af6a7e36ba72e0]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:47 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84089b70631a6116fb027a1009c02d125ee83752]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 17:19:56 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d4d0273f25ffd02bf3d8e62c9cfb4143ed2be71]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:45:33 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4484f5724824627f27c388ae531106422ab36ecf]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 15:16:47 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [723a16018faa0fec911e4ad9fa7cfe78c4277c98]

        INTEGRATION: CWS ooo19126 (1.3.1446); FILE MERGED 2005/09/05 13:45:32 rt 1.3.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51bc3d93d1f9d095e016ae43e9888eff09b9c0d7]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:19:56 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2b0becdbc8c95569a065105b7540379cf1100dc]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:46 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [275599b9d64f67085116a118b6d68579eaceb503]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:37 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a32bf64ceec005d836b0cf7a0e2a6e721cd613d]

        INTEGRATION: CWS ooo19126 (1.5.1428); FILE MERGED 2005/09/05 13:45:32 rt 1.5.1428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d156104e729dd1243462d9e0adcaf564699fd008]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:56 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a038a33a9d0f3b72e4a51f0eb8a1e19afcd790f3]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:31:37 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21afc099182ce742c96b2e856e2770e55bb9fd8e]

        INTEGRATION: CWS ooo19126 (1.4.1440); FILE MERGED 2005/09/05 13:45:32 rt 1.4.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea03a88769fd3ef96836974107688c1075e66d6c]

        INTEGRATION: CWS ooo19126 (1.4.50); FILE MERGED 2005/09/05 11:31:37 rt 1.4.50.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8e27f07f95f9d36e0fa9c40d5cb7e34fdf38dcb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:31 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d600b7cefa8d22fa9191858638022bea9ececaab]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 15:16:45 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0324afce802597841942be9829db2cbf39944194]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:31:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b759d0f1ab3a27039f9af60018020fa03f0cb33f]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:45:31 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1de7080ae075c37b245319a100089ae6b2f6e73e]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:45 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24246a5bb5a96236282ec2561668d8e8b3e424c8]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:19:55 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddd9d61eb91bd848a7935eddb61c85fac4e007a2]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:31:36 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5019584d91423c1b63ecc40a772de53731a07479]

        INTEGRATION: CWS ooo19126 (1.5.290); FILE MERGED 2005/09/05 13:45:31 rt 1.5.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8dcba7d64233d1c90f9c80b4195438539a6f6702]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:45 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f58d5e9303c11455231f0267604d8b1f9307c13]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:36 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07c8795510b1c210dccf765f37b42d71e4fdbb9c]

        INTEGRATION: CWS ooo19126 (1.16.726); FILE MERGED 2005/09/05 13:45:31 rt 1.16.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34d66472cd63ebb043c4b0b2394b24cd91aa2c2f]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:19:55 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1491aaaabfb9341d46c3cb6709a074c6c333939e]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:45 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ccb1dc02dd0f179c8d61940f4a91d39fc21914b9]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:35 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [445218b32ab48d66ed7d432dde18ef0223f391d3]

        INTEGRATION: CWS ooo19126 (1.8.580); FILE MERGED 2005/09/05 13:45:30 rt 1.8.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39d29b1e7ee273216cda4881d6490b46a33f20b1]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 15:16:44 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb8818ce775eda4983faeb7369ea0702f06630f7]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:55 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70d4ac18fc9296bfefd7cef035dbdc651ce457e3]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:35 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc675513d34566d7ae01296cde279e7bc9b45b20]

        INTEGRATION: CWS ooo19126 (1.3.816); FILE MERGED 2005/09/05 13:45:30 rt 1.3.816.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4bc4b3b58dcf2051141dbda6ba1f048a05659de]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:44 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb868636155de248999a9a630cedc942b3a4c99d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:34 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ecaa204f22bb39c5421ecabef17f75ae6f22ee7]

        INTEGRATION: CWS ooo19126 (1.4.720); FILE MERGED 2005/09/05 13:45:29 rt 1.4.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20387fd3cf10aff31fb842efe51c18eba37690d8]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:19:54 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8997ba04226e1c4fa331fa23dbc08f54fb16aaa1]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:33 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4be1e2af6580890e675131a9906999b5fa9a253b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:29 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88b63f38eb5f1204486ef1abe3c7918df32282a6]

        INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 15:16:44 rt 1.6.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e32730ae528566fc96637d7fa6ab51c3f7769496]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:19:54 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [768acb54760467a8297c7c543a52403bdab08472]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:31:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69eff9c039b81616b15cffac44a00012acaa9f4f]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:43 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a14011b70752bd326e827fd731a40aa6dbba8e3]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 17:19:54 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a20e41f46e31ac87af0bb3b923ffa78c9fb176fe]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:32 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1403f52271a1b827e124b40906c2501780cb9351]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:45:29 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe8a5bb39a0d980c54c92c55965982cac149c3ae]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:16:43 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ec26e0fb31cb0f889e6a04af19d5d660ef28ebe]

        INTEGRATION: CWS ooo19126 (1.1.26); FILE MERGED 2005/09/05 17:19:54 rt 1.1.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e666ff47bb7a1ac2b853387301add1cdc45c276]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:28 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c44c1842e942e8ff625c4dc962e43c44f710b282]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:16:43 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b05d66c6b466c503bc075b01206d792c5307267]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:31 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7d8e5f6b5d89a1d3d5f2a0c26b44eede49b42cd]

        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>  [d38a9efe31955a6633b776c5971dcde5c8029dec]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:42 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a8932e71886b3b834a99e1f8d23e748c2250886]

        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>  [ce69fcf6ef02733271fd14b070f7116af1d27f35]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:45:28 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d5ad6af39e233153b9b492a8d1c1dcfad418cb7]

        INTEGRATION: CWS ooo19126 (1.5.726); FILE MERGED 2005/09/05 13:45:28 rt 1.5.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dc5c7a08a669ce220f3767270f429a9a4bff7b0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:30 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [597f694e44081603a1910b976c059829e70bfcb8]

        INTEGRATION: CWS ooo19126 (1.3.70); FILE MERGED 2005/09/05 15:16:42 rt 1.3.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f36335a1c12f2c75d74576ff614514529a5db86c]

        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>  [0014aece04bc8b2644853dc414e8d136c1800f2d]

        INTEGRATION: CWS ooo19126 (1.12.600); FILE MERGED 2005/09/05 13:45:27 rt 1.12.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c829951611cafa07cf5581f8b54ec4f644ad37f3]

        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>  [ad8c769ee3a38e15b79e297d34805a7cafb981d9]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:45:27 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06731dfb16a5d9a718f2d9f1f44fc5dfbf3cebc6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:29 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a15d98b0dfea90780cfee1de3edfe976d6e5524]

        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>  [08ac842353113fb7cc5e108beaa7d72175ea8c07]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:27 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adf18a081dd7f38aba8a004afeeb3182ca12d70f]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:16:41 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c174fcf08294cb68fd989657ed6453ba98377a8]

        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>  [7cb3c0048f5cae4a2ba99a1c381419ae158578cc]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:27 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4613f85eb872ae64eb3bf5ffdf9c79852ff83b71]

        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>  [c6e13a105d5fd68a7ee3af1abbc0b08bb1fc6d22]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3fbf07f7ab894529f336c21545c96ea81ad36bd]

        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>  [0bb1c3cc6e084d01bc0bd29cf112bbaf19ffba5e]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 13:45:26 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8289bad2becbeae3ba3074aff113c2b0c3ebfba4]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 11:31:28 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20570c2e40cafa1421d44ea5b663614bafdfae5a]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:16:41 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be5e119ab4c62b689494230bd49d1d5ad2778036]

        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>  [8cb6a0cee59f5e44fafd3217d12ee7b1b2f29cfa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:31:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a2f34eea6a3ddb973146f88db9bb8c480c0676]

        INTEGRATION: CWS ooo19126 (1.4.1424); FILE MERGED 2005/09/05 13:45:26 rt 1.4.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41d34afa1013c5a8f37c3b2a25a3bd7581a315db]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:16:40 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80255aa92115f02b70df1c00bccf0b3af8f29c72]

        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>  [3fd79d3e829c73668104665369e3567ceb359262]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:27 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [388960e185a1d1c6145c0a2ae28520971fa2ec52]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:16:40 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc09f783c5b5060f43811438863c879eead8ac19]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:25 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a47937e6daafeb7cd18b39cf7a08053b2aeb9de1]

        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>  [4b10da29d89a2d4d50fd0ff9b280f4ec096ab073]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:45:25 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77e972fbb73bd19bf1900210f4c591cf87f716fb]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 15:16:40 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f21660f1c760d17c32f4777a50e52792058eb11e]

        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>  [3e7d064ba23010043bc394c70629a501fb3c5b3b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [928cd71155e492e3db78ae67e112f2fde1eea39c]

        INTEGRATION: CWS ooo19126 (1.3.478); FILE MERGED 2005/09/05 13:45:25 rt 1.3.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d209dda0f82b0a41cab0fa5123e538cc20efdda5]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 15:16:38 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a891dfbc41638078c45f88a452d95f859b2de638]

        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>  [a0f229d7e55a1879f12a2660b3372a8619855d10]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:25 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [daf446b3bd3337e5d8566242cf6a09999c121752]

        INTEGRATION: CWS ooo19126 (1.12.48); FILE MERGED 2005/09/05 15:16:38 rt 1.12.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d147bb4927b53038cd822c7ca4be3c41c20322f1]

        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>  [d4ac90ae5dabc090490f29a6870c9945bcf5ec1c]

        INTEGRATION: CWS ooo19126 (1.11.1288); FILE MERGED 2005/09/05 13:45:24 rt 1.11.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c507b2f8ead932cbe631c4ea0d3d3305806dce80]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:24 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91835e8e6546652331f89a23141bc71877b5bc65]

        INTEGRATION: CWS ooo19126 (1.8.30); FILE MERGED 2005/09/05 15:16:37 rt 1.8.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24fb3463076c68be6e8b8e37e77819936ffd5094]

        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>  [71ba0e2bc1e260d50ba5e5a70cb55387d1710e6c]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 13:45:24 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [864154264955976c0f3bea9c2368890d54c81fc6]

        INTEGRATION: CWS ooo19126 (1.10.2); FILE MERGED 2005/09/05 15:16:37 rt 1.10.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42c793660092bc66b45ed9f37532e22060358502]

        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>  [9221fac72468bfaa85caf80ae6f44ebc5e9407ed]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:23 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80620a106a4564245d2f7b8b632fd16f1203798e]

        INTEGRATION: CWS ooo19126 (1.5.276); FILE MERGED 2005/09/05 13:45:24 rt 1.5.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1d1fdea376088556f317598586072bd6c4bf60a]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:36 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f0b5bfdc95fed3407540f9fc5eee6f4292c8b11]

        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>  [bdca78b0917b848851ab2f42fc9ffae44fe183b7]

        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>  [55c1c8c101fc3df4566077638482b22bb154cef8]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:16:36 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95faafd0f31b2cb092be084d28c4301429544822]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:22 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60d7d06ae288a0b8fdc86a3436aba381c63e5cdf]

        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>  [1f265051531ec5612b615ec1d6c67e5fa373f3d4]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:36 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [632adeee2ecb869c4e0b994dbd22e47bea43d6b5]

        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>  [77400c4ae0e2056567d97579d1d3045ba57c55b5]

        INTEGRATION: CWS ooo19126 (1.7.2); FILE MERGED 2005/09/05 15:16:35 rt 1.7.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [726ed93262b46df43801e87f78a0b2be92230e9a]

        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>  [b323fd346d02cd099a71da73311b3a1fda7a416c]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 11:31:22 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efeb10f4d668d769f1b039d0644951bf73fa62e5]

        INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGED 2005/09/05 15:16:35 rt 1.6.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d4505938de9b44e6f47624b0633e66ab6935d0d]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 11:31:21 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af98386bcd93d303e8aee8f9f81f3ce95c9da32a]

        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>  [d07fcfb7776bd5f4bf7012f0a10e564790bc39b8]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:16:35 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d059cead22c77e8f0921dde61826b9d4d63b9c9]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:21 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a792b3f222ee05656bdf5834375f68b2fd8e2eea]

        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>  [568be9ffd39f8d4914bf6f978159f40079843cfa]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:34 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d5f2a8e4946fd888214f9d6fdffa66a701c435b]

        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>  [abd76684d3c961dcc96ae88739260ffb4096dbe2]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:34 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [091542e47a52bc0836ee3a308f36da97044afa93]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:20 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f46e1aff6008c4d97b203bac6f9468fae03f2229]

        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>  [0f209e4116d02c899dd23c75350526a4558dbf41]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:16:34 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8f8740bb4a3c9800d85c7fac8be944cb58bcaaf]

        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>  [571072d3e13cf3283ed27e7f73a2ef0b3114d043]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:16:33 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [203c8e75b1657880ce2c56527f58bcaadbc0eba3]

        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>  [970a2bb283677a3e07ea1a0f4ce697542e235e88]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:18 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [553ce86efd052b7adc098a59e08a4ebe5ac406db]

        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>  [3ccb81ffb1b52ebf3aed57f438c264f8004a71e6]

        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>  [7f56a12caa5d1d5af973b453818cc286b8d40028]

        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>  [693a7a76cf4c44adf0e4c68b7da8ac4ff853edc2]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:17 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c62cab9ecb82126cd2dac824a94057318cff72e4]

        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>  [133aac160a874c2b088d64893ffff038efc97457]

        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>  [3eb23652f78bcdee4142758c2c1697cac06ec65c]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:16 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4d3537e5357d084711b7dcf224beb31631c9715]

        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>  [898777da531f838577ca57ac779be63d74cc5cb6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:16 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73c5a9468e929c45c3651218ff4955aec7539695]

        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>  [e92438c3c986f907b1cf0dbe8a2f0694cbd8cb74]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:15 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbcd68ac04405e5b3cc2ab3730467f395e8fa51c]

        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>  [7c82258bd636558b559d36895df6c67962fc183d]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:27 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6a1a4b7815bc27bb37c507b9099ed4df339b614]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:27 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6d40a4722555f548ae0854d36e3916731c75029]

        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>  [1da5040be1a0d8eef83daad4c4394508120d52f7]

        INTEGRATION: CWS ooo19126 (1.3.124); FILE MERGED 2005/09/05 15:16:26 rt 1.3.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec849d75a7b3dcbbe4565d31090badbb6b2776d8]

        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>  [58eec9d0c83b565bc474ce67d70219b6b3c19706]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:14 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40ebaff0776efc9e9340db5218a6315ee98e11a1]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:26 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de047674a2c1ebad83de9520f19b3fbffe133f30]

        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>  [8c3f824a66f6b5f588ab47f92c4fe8289a584033]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 11:31:14 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c0e24c47b80880e68d8470de30b87df8a41f777]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 15:16:26 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9460aa5d6c56451d896949e7ed7cd731c2ca670a]

        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>  [ce137054c0741944c1226ecd711ce6ea351dd153]

        INTEGRATION: CWS ooo19126 (1.7.78); FILE MERGED 2005/09/05 15:16:25 rt 1.7.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [183a2ef63f5fe6f72ec92f172039350323a90749]

        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>  [42efd4528f0b234da9de410f1e0968dc5b3caf2e]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:13 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97ee3c0e96aa1d02e0fbf648f216b04f5443cdce]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 15:16:25 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ab7368dc7bcdf74bcc08f2f1fa1f6e283c0f1ff]

        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>  [ac8d3e020538ecf0cc4b1cdc9886c4baee6845dd]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:12 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39e5c482e02a7e578a4bcc4855fef602e7dfa067]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 15:16:25 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85001e7b5178356892db78161df2fc18646796c8]

        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>  [24c6fa6a75cfac5987fe238f01480afbdc5232d1]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:12 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [988f628943897d4902ee5d55cc9d7ae83b889f52]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:24 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec3ed1d3cdd607117a401707596537bd80b12ea0]

        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>  [b03f3afe875405f41d9e7c207c500e71ad03f7c5]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 15:16:24 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1a9df58986463951164873423adbc07bcdc1675]

        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>  [ff73deadcd2a8c8ec241c12de45868719421113e]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:11 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3014eeec22b109fa5fcf55dc154bc66e0923c6c4]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 15:16:24 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0259e523ce5c160f776d131268b2ca2e0129f4b1]

        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>  [4bf5b860602050da92ae87c6e76f15f6a050cf14]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:31:09 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [924f3efae14438d78e102fd8db80718b1bfbb659]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 15:16:23 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [191d3babef5ccffc5ab110fade86365b5eb22b9a]

        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>  [14c8020e4947bff291fac0ae998b6af0e277e818]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:09 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c3d64a2ec2801894bce5a273f4dde5c07426335]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:23 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44557d89bdb4dda70deda802535c844b0dafef0c]

        INTEGRATION: CWS ooo19126 (1.4.290); FILE MERGED 2005/09/05 13:45:23 rt 1.4.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a3a88d9f47b8f01b66a87a0bc4d3bbef4c439f1]

        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>  [46f4549b8542262aed28e1b75e41c419bb61597e]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:23 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bf201731ebf8f2bc00a3de2e111a90ad32e3f23]

        INTEGRATION: CWS ooo19126 (1.3.290); FILE MERGED 2005/09/05 13:45:23 rt 1.3.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3b35733635f795fba1547ffd80585990bc21881]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 11:31:08 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [991ced581aa634f1e832cb43c2010a94d9ec1b08]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:22 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c54c71dc4b0fe2aea73b963694a2f3f2e751381]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 13:45:23 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5963d2c1c492d42cef25e26479bdf7152717ae0]

        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>  [06e3ef755379791825f63e493fc3c4254114f9d1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:08 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9a4934b2ec9ecd1b621aff1eb3f34a940eb7314]

        INTEGRATION: CWS ooo19126 (1.2.1422); FILE MERGED 2005/09/05 13:45:23 rt 1.2.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c27d7f2c6b88e61effea19d29e22e8b8209adb39]

        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>  [7ecb8c1d5312c381b37ec8e86f40d92e0533ad0b]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:31:08 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89faceb5475f61fc9c289a79f917f6db8e318e72]

        INTEGRATION: CWS ooo19126 (1.13.60); FILE MERGED 2005/09/05 15:16:21 rt 1.13.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [563e5bd8d7e378f5c30638e9543bbe16fa6f54e9]

        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>  [0c9f583cb88cb80f6cd607cc788f4b085f140559]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:07 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [163ee749f6664c4ca9cd3567eeb7a5a88c06a7ac]

        INTEGRATION: CWS ooo19126 (1.64.60); FILE MERGED 2005/09/05 15:16:21 rt 1.64.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b26874e1822e4aa891699ff44f6207e660674eb0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:06 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [946e4644c21c9536973b4a0db1a3d16b6cd1c6a4]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:20 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a04ebadccfd938d124221aca915d242dd8fb9b13]

        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>  [c9d321541f26e52a1e293ab0801971ca1ee73438]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:31:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e3cb332b6ae97d5ab7c8e7e245f9cdd926f86cc]

        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>  [3f93f3dc11a2a6611f2b1e9964d21868f992fc6c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fc09052481b5f4ff757f7ebee7607db117fb397]

        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>  [33c3f32d3a954d84979e5a7ecb468b6f29086e2d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:03 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9dc6e75b2d86dabd0084ce8f08e89279788c51a8]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:19 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ee672ea2ce39514bf626826d9d5b25c228a2d08]

        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>  [7ab637a70ee54165986f55148b9ed777be031e3c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:02 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4a5c176f57afdc82beae1f1d93b2fe153fd41ed]

        INTEGRATION: CWS ooo19126 (1.34.64); FILE MERGED 2005/09/05 15:16:19 rt 1.34.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3929c4f996ff18daf832b4db85777bb995c640a]

        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>  [db485683c3f11795b57d8315e237b4f1884e9735]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:31:01 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fc7b2c4121e4aceb25596c250ed03cb721dd44d]

        INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGED 2005/09/05 15:16:19 rt 1.6.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12c0a66d30aa6a82ef3d53e8cc547204df2b0143]

        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>  [bca6db0b12adaa755bb32f28b46e78b8d43acc24]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:57 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1d4b9a5c55e9bc4f337633966a839d20c28df3e]

        INTEGRATION: CWS ooo19126 (1.20.60); FILE MERGED 2005/09/05 15:16:18 rt 1.20.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25734dcb825043ef57483aac59a55936cb0501fc]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:56 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a7302a91d0c990e4d331b3d85a45ad92d76b362]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 15:16:18 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9146a3a3c4f820e430c4e390a53030d4305bfac]

        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>  [31ccf165882e57c964c808d07410eaf5968943f2]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 15:16:17 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5150766407d9df98be0727ea6be5bdbffc0540c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:55 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c981aeaccdab27140f7996d09ed7ade9968d175]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:17 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4542f687163b7fbc909c83d4adac0d11dfce2a99]

        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>  [61aa2e7c760992822fed5c0926415777551f2e36]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:55 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4048122c94a753a57893418d92f1e376a6c20e04]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:17 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f6584bb4f0a806b94caec1102ef741705814d0d]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:54 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56337d7f2fb658b776be46de7f7681bb0f998dd2]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:16 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f31d3a5afed4c44cef137825fad3f6163ad7a6ab]

        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>  [dc8574adba977bcd344ffd3ebba08792c4ab8b99]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 15:16:16 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [840b146e982fb31622e22d3bce11cb459e31acdf]

        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>  [a434eff79a261625de099651feb6229524ba82b3]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:15 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [045806be441defda70858b9afc2ab5be076e4213]

        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>  [8c920b9c16f15ff6b53d9abcf82ebacc7609470f]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:52 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3b2fa3f42896c9498db8875948a40e25914d8b3]

        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>  [8db6a3dc10c551a629c9549f6ff9e7297b0facb7]

        INTEGRATION: CWS ooo19126 (1.7.2); FILE MERGED 2005/09/05 15:16:14 rt 1.7.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [468cc153e1e799a7d9f77be363239931463400c6]

        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>  [c41cbf70ef2046fd5a1211e1a19eb77430c1bfe4]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:51 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c1e8d74feec43ce8bc343c94951a2970c6c9ba5]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:14 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0aee5c7eeeebcee5697385b0b4fe346f0ae79c38]

        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>  [4f9589c05d5c9d4fe2e9edad4d46c2b074b7ab74]

        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>  [626daef56bd540d5f9dca05479e9ad5d5c2fcd0e]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 15:16:13 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7172d728006ce53afe9b577cc991a885d5812d3]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:50 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cb438ad9cc102b1152c101b31760e8761b81219]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:13 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df39428f5c4c40d9b7ea0a16bbd73fab4486a552]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:13 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3acab958d65783942b475eac836d7d4a8818ab95]

        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>  [f6d72ee82bab2ae39a347e773cd4335e88d2d9c8]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:12 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e6863e3074ce0a88bc7a3f34a17b37cce432b5f]

        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>  [8d0457ee1b9f92f3056ae779412826f717d769a0]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:11 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a5fcfede23f631aa664fa742f18e2c8c2e04a3f]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:49 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa53b7834b2207831dcc5fbb8f131088017d32e]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:11 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b07eba9a4eee10c253de705d2a961dcc322651d3]

        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>  [1ad55a751bed30c5908fa9a127b9786b1072b339]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 15:16:10 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [660ba7f2262bd88acccb0b00e8b9f1ce186476fb]

        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>  [7794fe2e1d976d592d39a68cc56716ea10458c8a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:48 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [329fb032f9477288f0427d390c1a7f2b888c3b0d]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:16:10 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1906617c42fa9fda549b1bb97f499ffc0ef33930]

        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>  [03daeea2a85d740c4a031c34742ed4dd5499c08a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:47 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ecfcfbb7ca6ff535230f5cd1b630020c3cebdda]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:09 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [429cc456a5db2ece27e23084e9ef605ae5a5f8d8]

        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>  [74b40183ed0999409272522a559a2d1546ffa909]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:16:09 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [687f6e401a2cad48a55f6548135b4d000bfd9d19]

        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>  [9cc12f6ac5043532bcdc877a3637b69b6275749e]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 15:16:08 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [766f03cc8fa562cd5ac706011e77728e659bc9b4]

        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>  [0c530fe5f5656cffaa4f75f20d8c0902ee2ebc93]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:46 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8b0bedea0897024dc93a62cbddfe5e08290827e]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:08 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0727277178a8199814079b3942033203fbe20ef5]

        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>  [21d6fc622db5d19013016656a33006fe004afdd6]

        INTEGRATION: CWS ooo19126 (1.8.40); FILE MERGED 2005/09/05 15:16:08 rt 1.8.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76a9f8544bd58a1e45a55b57ef205e35fc4abcf4]

        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>  [5cbe17ee7120a918d8953416755b9332b83e40de]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:45 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdf63547d6e7deb0a251a15ed55fac113ff451ea]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 15:16:07 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cec5fa4ebe3fc2aa725a6e6c4eb2d385ca95057e]

        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>  [6af546e2ada5ee234445aafb8b521615a249acc9]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:07 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c1d0f80c4c846abeac01291b2158b54cc2d2eb7]

        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>  [dd61e53d57ff179582c8ab900523994ba840142c]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:44 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a0b4e0758856c3192c6155f276e6198db150104]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 15:16:06 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3b70d467249876ea2c3bdba797091742c684fcd]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 15:16:06 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c4a114f6f176d3e9dd2222d161cf5ff0fcdcfcd]

        INTEGRATION: CWS ooo19126 (1.2.218); FILE MERGED 2005/09/05 17:14:12 rt 1.2.218.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [baf08e877cae5f9b72df31c27c52f9812af77e76]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:43 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7716135ddf3eb06c8bc68a638432e5d322859f0f]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/05 15:16:06 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25620b8ce3892219b90c1a3650e3eeedc7c8a9a9]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:14:11 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c766d40ca91d65a435f99cdfff66cf63ecc7bdf3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:20 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcac229de32c17871e8f95f3e8b00c6ff2ff5314]

        INTEGRATION: CWS ooo19126 (1.7.64); FILE MERGED 2005/09/05 15:16:06 rt 1.7.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d39faf61710309a376ba7c7db3fe9d9cd337c45e]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:45:20 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b11e88b347011fa51c4c1b01baeeeae03a68efb]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:14:11 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffe14938f40dfed441109c6df39d5a7d377102f2]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 15:16:05 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e915969b1b3fc39b8ebfc2e5f55869ea8cb669b7]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:20 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e85163ce12be4cf5153ae781952daf3564e0540]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 17:14:10 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29c4b37a4550f6a180dc727312fcfa6be683a134]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:42 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1337576fbe2e2cfd5b4c1d7933e9809dad626759]

        INTEGRATION: CWS ooo19126 (1.7.64); FILE MERGED 2005/09/05 15:16:05 rt 1.7.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54572e72151e2e7beef6a6e39bee1245d59ca621]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:45:19 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [324d89fccddc70b3ef4b4bf1cb6f46f486ed7985]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 17:14:09 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3bc81edb1011fb5adeac779d46be2bf34c8451d]

        INTEGRATION: CWS ooo19126 (1.4.1420); FILE MERGED 2005/09/05 13:45:19 rt 1.4.1420.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb33067a25d5e724bc8e5eae4be116f6c34dbeb8]

        INTEGRATION: CWS ooo19126 (1.12.60); FILE MERGED 2005/09/05 15:16:05 rt 1.12.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91e489428a8e64ab73e10e2fe06b39952e16244d]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:14:09 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faa3b22c9caccd20fc69a386becd10be3bb87752]

        INTEGRATION: CWS ooo19126 (1.4.1424); FILE MERGED 2005/09/05 13:45:19 rt 1.4.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2009d6f416a384c7f09f5fec4e65ae280fc7ba25]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 15:16:04 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bac96f20a8c346f8961273e116b3d26b7ea8c9ba]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 17:14:08 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7028a579f7a295fae81e9fddea21a7eb15a51f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:19 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f99f9499d7ed331bfd5d5810fc83e43dd8f74cc]

        INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGED 2005/09/05 15:16:04 rt 1.6.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6634a57cb53bf7fa90773d6b13f6533ae9626557]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:41 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1861984bc3fc12cbe7fbf1b5dcb3a3bbd99ce5b]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:14:07 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c429e5082b2bdc08566a104c0b8d94132df31a27]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:45:18 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21490f1775cf571aa81a7de101561c6b228d836f]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:40 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3dd9fffc93745171ad39ff44ef16488c3d8621fc]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 15:16:04 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c89b583ae73775431a47ee77cc1657e2aa6ddc7]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:45:18 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [757cd23a4c6a0bdd8eb211e88adc2b0c2004fa66]

        INTEGRATION: CWS ooo19126 (1.1.1.1.134); FILE MERGED 2005/09/05 16:59:21 rt 1.1.1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a10cca5d0479aa9c5db87796741b355ec9e2c578]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 15:16:03 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95bc452c966d885ee20d2dcb790bd1b8262f3216]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:18 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [217e50550991f1a147a70f57729d37335aa19b40]

        INTEGRATION: CWS ooo19126 (1.1.1.1.134); FILE MERGED 2005/09/05 16:59:20 rt 1.1.1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16571557927650e72fc278db3ccc08f8c582dce9]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:39 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [096688bd708678cd19aa534f8f01b66d870618b7]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 15:16:03 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf935fc5d639c00365c12d6de9e76ba86d98f8c4]

        INTEGRATION: CWS ooo19126 (1.3.1424); FILE MERGED 2005/09/05 13:45:18 rt 1.3.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a5b8008f10b4b587c3898e2c46c96d073c6ea92]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:30:37 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07157effc57cabd8de3eb262d92c173cf0f66159]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 16:59:20 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b801bcbd65880245a923ec79b48171daba809d64]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:16:02 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d32c6a8ce50de4c49725b3eed5eb389c7b357b6]

        INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 13:45:18 rt 1.3.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d60b8f21ee8b96d6cffcdc1ae358803c9f53cae]

        INTEGRATION: CWS ooo19126 (1.2.160); FILE MERGED 2005/09/05 15:16:02 rt 1.2.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cdb4684e854edcd35e9bffee5b307b358e546cf]

        INTEGRATION: CWS ooo19126 (1.3.1440); FILE MERGED 2005/09/05 13:45:17 rt 1.3.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f48c00e1f5ec49638fdc5d9505bb97aecc60367]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 16:59:19 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39e8e1ceb49e72457c8b45f435ee822b9a7f0d53]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:30:37 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc7d71d96e4d16dc6d6022a96b2d8503d00675a7]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 15:16:02 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bba746203b3b7e2656347be2fd3dc26e092a265]

        INTEGRATION: CWS ooo19126 (1.4.422); FILE MERGED 2005/09/05 13:45:17 rt 1.4.422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c3206a6476a13b0f07e5fa923ffbcbc1002af4d]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 16:59:19 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2a41e7d1b30cadf9f71f463f08bb22a2addd624]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:36 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d033a8c635dd6607c830df784509ee2f1583824e]

        INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 15:16:01 rt 1.6.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93ee6d28cdb95a0a830f12415f575de38e17fdc3]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:45:17 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dc55673cf32ae6b3605e4c652b9186fe6e9063f]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 16:59:19 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [176e6c687089bd66999988e62a9eb0cf22572232]

        INTEGRATION: CWS ooo19126 (1.10.726); FILE MERGED 2005/09/05 13:45:16 rt 1.10.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [833a4b9608e6c858ad40b5fdab58b9a633d811fd]

        INTEGRATION: CWS ooo19126 (1.7.64); FILE MERGED 2005/09/05 15:16:00 rt 1.7.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [355ca06eb52662fbfa94304e622e61ee16b66290]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:45:16 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faa48e14a334ddd79a6a8c42054f60ebcebbb7d4]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 16:59:18 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [beee7d5e30917617dbc981b51b1c698fbbb3a5de]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:35 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [412fed4318d486dffeb8e0100e2081e7f067e57c]

        INTEGRATION: CWS ooo19126 (1.6.68); FILE MERGED 2005/09/05 15:16:00 rt 1.6.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e96719af982b45ed8971a37f64fe23f6fc62ce5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:16 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50a4d584d5c0e36a40c362fb3985416d594d7398]

        INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 15:16:00 rt 1.6.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c98cfdd6fd6b123aa0031f5f10311fe78c9aa5a7]

        INTEGRATION: CWS ooo19126 (1.2.1462); FILE MERGED 2005/09/05 13:45:16 rt 1.2.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb17b94ea14b524afe2019ced0e963074c689a80]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 16:59:18 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c96f74f5014c3dd9d5b632b0e6a443d2b9a28852]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 15:15:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad62d3ba55761051f801f3b6e6366643e39a8681]

        INTEGRATION: CWS ooo19126 (1.2.1450); FILE MERGED 2005/09/05 13:45:15 rt 1.2.1450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06fe0479e3579ef13dab902a160c466a3fcbd38c]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 16:59:17 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c381671c6ce427e392e0f23fd8026d9a84ca19f6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:34 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1654ccfe724c2feedc3f2950253f26fe2a078b5d]

        INTEGRATION: CWS ooo19126 (1.7.902); FILE MERGED 2005/09/05 13:45:15 rt 1.7.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d389734e2fafb8cc6cf7a0f88421693ceab5e94]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 16:59:17 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50aa05b71cbf00300fff5baa7a4b1d13984985d5]

        INTEGRATION: CWS ooo19126 (1.2.160); FILE MERGED 2005/09/05 15:15:59 rt 1.2.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f6108ccac645ec218a267912a1b4ff52931b306]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:30:33 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd060d7527f6051bc9d12b54a94f8ea1a2f32fbf]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 15:15:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d37a22fec744a7aa3e0b9917989d999ba5cc76cc]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 16:59:17 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [432324913181cf63b7e0fdb0d4415e68d644f362]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:15 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eddbcad75b2db971563f0f91cd552de7c8566bfa]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:30:32 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [056c025169cffb27e8f9199a773b69949bc13191]

        INTEGRATION: CWS ooo19126 (1.4.112); FILE MERGED 2005/09/05 16:59:17 rt 1.4.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdde4b8767370f636dfa1ed230efc4ec5a61edaf]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:15:57 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10e71924959a93acdf72df3430980bebfc8dab8e]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:15 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23fb1272b45d733e9e119e7711f0e00e3cbf3e78]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:31 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce0e5d2e9e4656a1423d85c94df37d8b865452d0]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:45:14 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3724e6e5043cbddd7740546e97ddaeb3e81296b]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:15:56 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a83b3933b5a1c01cc90e5d0ad6134a89668ccdcd]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:30:30 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94586b0761630b4d2309fb1187a47c2adaf918d6]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 16:59:16 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91e3ac583442b54345eb4821b966b9a83ced55cd]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:45:14 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17f2fb0f6d8f215a2dd38d51e317c5aadf54d11b]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:15:56 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [185de9f58aa56b22882c3a88140fef2ea95b5399]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:29 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2d52ff7ca96f77b0009c7c2700a092572308ef0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1eb70aaa53d0bd2b6bc170e64b924fb145204be]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:45:14 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e21916bfe39bd51c0c9a7b970ab8b02f50284ee]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 16:59:16 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ceeda7254b2f8a032f46c0542d37e698661cb4b6]

        INTEGRATION: CWS ooo19126 (1.2.1418); FILE MERGED 2005/09/05 13:45:14 rt 1.2.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e25a43fd40190d7d36b77048886d7c7f48a089a5]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:28 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bb82cfdd7313305b26b903974f2e2227f933b90]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:15:55 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4e586f4ca695fc4a16ae3449975af049f150b50]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 16:59:16 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4fb72a55319d05f67d0e4aed14d2ef10ad2832a]

        INTEGRATION: CWS ooo19126 (1.5.692); FILE MERGED 2005/09/05 13:45:13 rt 1.5.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46978c9499032e002bc4d396960e4c4f94103dbd]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:27 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [616a4aad42b62fe3b5c4d0887cee49527476dd52]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 16:59:15 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adacb95ebf78c4507b9668a3a8c6d8661fbd5cb8]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:45:13 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adb0a77def08c2d87b7dc40edf620a54128ef768]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:26 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3535d70ecbf73d3abf831244b4834f7dcc07780b]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 15:15:55 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9185c4c4eae86a2b908c2e714d5f2fb354484710]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 16:59:15 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44d46a7a507704c1d8336408cff2d36a5cc5afa3]

        INTEGRATION: CWS ooo19126 (1.17.630); FILE MERGED 2005/09/05 13:45:13 rt 1.17.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a8f2f91729a3d11918b11831cfc3401ec7e2800]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b5165bb9683668648cab91b4aeef38c0e5e92cc]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 15:15:54 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a89e40c907978a927d506c9789355196fe28cd45]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:45:12 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01a38aa9f08edcf0388ff130a4660eb7ffe6e2c0]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:15:54 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9847183922ce1191a18ea080e5b31f0b135bc378]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:30:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ddd77da5102076191a2892ad75b1f58eb9e4c4f]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 16:59:15 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1f3d5b7e8c33b4864d38e6ec0e3b37edfc5ac57]

        INTEGRATION: CWS ooo19126 (1.2.1420); FILE MERGED 2005/09/05 13:45:12 rt 1.2.1420.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53c3eb808910f8c33e6fd06bdb068f2e83b0d3ea]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:15:53 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ed7a68f3e63d1a2504b0128cd68e79c4108b304]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:24 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29eccecc04028b9d0f4bf34d5506a9cd9f4e6f89]

        INTEGRATION: CWS ooo19126 (1.1.1.1.136); FILE MERGED 2005/09/05 16:59:14 rt 1.1.1.1.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b52c342e9c411efdb51962739ba62879469643d2]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:12 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a93a6e64958c04b7737fd3f93f992bfd96d3901f]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 15:15:53 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f3ced2e8bc0f8ec57679d8f52f0d65439f18810]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:24 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ea7ec8c078cfecf608405a1151c63aa92718714]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 16:59:14 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dc7a494527b375950576e80b479c7e8f73afb52]

        INTEGRATION: CWS ooo19126 (1.2.630); FILE MERGED 2005/09/05 13:45:12 rt 1.2.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b66c997c7e0ad221018b71741e2d4fd006f630e0]

        INTEGRATION: CWS ooo19126 (1.9.60); FILE MERGED 2005/09/05 15:15:51 rt 1.9.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1373b23b20280a3c8cd05b446cf266f58d8b1d1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:23 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ad1b0211c181cb617e7d9668be46bcab52fd14f]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:11 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20cb2456c2cd7b29b70adacb6a1d7864674d8083]

        INTEGRATION: CWS ooo19126 (1.3.726); FILE MERGED 2005/09/05 13:45:11 rt 1.3.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a801f6de4424b8efe946b6163a60e2d2c30398f5]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:22 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ceda8d6584c71646d20d3f698ad5afb17e11f29]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 16:59:14 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [035c9c5f6fd494a4847c5b7292afab357fbd0213]

        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>  [098fd8312107d50f7186cb924a21b85e8fa8b9ff]

        INTEGRATION: CWS ooo19126 (1.3.902); FILE MERGED 2005/09/05 13:45:11 rt 1.3.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b73d4233e41adcb03c0694dce275f23e760dcd52]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 13:45:11 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d9341b1de8b53e7a41e4816a4d394d912330d08]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:22 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0cd170b245dba72236efb5515161e1fe49d566e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:10 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [931bcce7ac859ad5c19c9f179acfb2722cd6ce21]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:21 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [992189e20060fd4e8d719d5fb4d4983065f21a46]

        INTEGRATION: CWS ooo19126 (1.3.1424); FILE MERGED 2005/09/05 13:45:10 rt 1.3.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4895aff3990bfb1b5d059f9548583f9d8635f7f0]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:45:09 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fd5918e158ba4d1f8ef4b0b55453e017bc3cc26]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:20 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5b808556b021dff56c89681d175f81a889b6d7e]

        INTEGRATION: CWS ooo19126 (1.20.86); FILE MERGED 2005/09/05 13:45:09 rt 1.20.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88223b8ec96cc2a3f62644d8d6a143f3a4a72a9c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:09 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dabf2f64a307f3f3d6dd36a5b60029e2da8ac538]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:20 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a326c43ddbdfb4e36659f8d969200648a98ba20d]

        INTEGRATION: CWS ooo19126 (1.4.580); FILE MERGED 2005/09/05 13:45:08 rt 1.4.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ffd70f8ef79ed9b8836c65faa41c98158aedea5]

        INTEGRATION: CWS ooo19126 (1.4.692); FILE MERGED 2005/09/05 13:45:08 rt 1.4.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d05e7086fe719880f1b242c96645719a3dafb5a5]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:19 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd68cb9b764d45a32d54e1c49bf413905d42a9a2]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:08 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9356589c7bc990cecd5e2a078b61bd8069857f7f]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:30:19 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d46396c63b1a502939f22f01c457c7df5fa97216]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:07 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8943988fe0bf045393706521a48ea77069a2d2c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:30:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61da46a4cfd1e411511098aedce7ed36b4dfdfbc]

        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>  [6da79f4fd98912336f5ac3adb693184ac246b39f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:30:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aac41cd352fff56131f5babdf27cf637f14f18b4]

        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>  [9eb9a74e6ac49da8d83ade2cb905f264cf85d9f2]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 13:45:07 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bc4b5bdf0482e41c3384682c54c2ec992370642]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:17 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5649d31506770a7537117ca480c53eb95d996daf]

        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>  [98d162d1a8e70f9ebdc4bd891e1f337b715b2d13]

        INTEGRATION: CWS ooo19126 (1.2.1422); FILE MERGED 2005/09/05 13:45:07 rt 1.2.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b8f35f1209af5554a807961ea0c8a739123ece1]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:17 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b3880c8ad292e3f3e6300c5e2e3bd88382b922f]

        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>  [87889ccb1fa307497f91fe734f6def70fb0806e2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:30:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8b3343b951972a813ca7ab491efb923363ab37e]

        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>  [41404bff8e930924267fa6cd83abea47d7ee0df7]

        INTEGRATION: CWS ooo19126 (1.2.1458); FILE MERGED 2005/09/05 13:45:06 rt 1.2.1458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6840b6d4bfab4c8718492b65dfe1b29a79c7e6d]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:16 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d1cefbe87323625a8d9adfd5474d0d549be7c31]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:45:06 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd4c50322bdb88b86e45541d8eeaa589e6116b49]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 13:45:06 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6023997ed009fbc43f726e9b9dd3c1424115bb4b]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:15 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ef513043fb6514f880b30762597d306daba2459]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 13:45:05 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0f47bdd7832c30b2d5fceef277225dd630d7f93]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:15 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e96b5b3114affc212bbdddbcffec55a71c6a2dc]

        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>  [4947d5801abda4bdbdcba449c27e0f38f5dec573]

        INTEGRATION: CWS ooo19126 (1.8.1448); FILE MERGED 2005/09/05 13:45:05 rt 1.8.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72c3b09fa2fc1087526925f3d5589c52ee14f183]

        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>  [a64ae81d7cbcf9c89535108f36e556ff27236f52]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:45:05 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3456cc7025c86888d98796e38d95130b44a8a37b]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:30:14 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2684739db7817206810a5e1ec3874a9b2cd14996]

        INTEGRATION: CWS ooo19126 (1.7.368); FILE MERGED 2005/09/05 13:45:04 rt 1.7.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4047499900c6d8b3e3fdaccd2c9908c716b7ef97]

        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>  [57b0056a3f003bdb7d5fc6a46d858770bf550ac5]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:13 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d3a79aac3ff35cf738606396b326526730d948f]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:45:04 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d839606cfdae13328813533ca7c68c8f8afa8cdc]

        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>  [18e2571221c67caa619f6457733d8d0437aeca48]

        INTEGRATION: CWS ooo19126 (1.4.720); FILE MERGED 2005/09/05 13:45:04 rt 1.4.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54ca67c7dc667f08aafd57db53a6817c8a4000f6]

        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>  [7c982a981d1daf05bd3ff9df8272cc5ddac8a5fe]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:12 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43d1bc702efa51911ca0e21eb1ad8cbfc32616d4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:03 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10ae561484ff19c3d62d80887689fbcae5eb005a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:12 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f61fdf97b52ced13e359afb0ef050ee0d56f9117]

        INTEGRATION: CWS ooo19126 (1.3.1438); FILE MERGED 2005/09/05 13:45:03 rt 1.3.1438.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b982886d7d4c557a3bc96eed11be9b2728e9297f]

        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>  [3610beeca6fd42f3aefbd3297fd02b990678a3a7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:11 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6417bda67c8d18b17fe262271832f96f05e753e]

        INTEGRATION: CWS ooo19126 (1.2.1426); FILE MERGED 2005/09/05 13:45:03 rt 1.2.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8794fabf998aeceffa52283fcbd68a110851cb5]

        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>  [3d205aeb3466ef6d9e1ea26304e3cd0a020522d5]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:45:03 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [729b113dcbf295c5f26e41d9a1a23306534113c6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:10 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6dac2bd23216febaa46b24fa909086e4d7b585a]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:45:02 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d4608bc8eda3887c1097be70b7fc1da6aac8705]

        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>  [8d1ed6569806ceb0c2350f4835f1267319d6fe9d]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:09 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eccf0c8da3a90b321a0905d4ededed7361d086f5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:02 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6989d1e70a5d5a446e236479a7150c2898471212]

        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>  [e12d3989be28064c14e003b9afacd93f32288ab7]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:09 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c9dc4e42d068947c069bbbbc436c3b7af0fcba7]

        INTEGRATION: CWS ooo19126 (1.7.902); FILE MERGED 2005/09/05 13:45:02 rt 1.7.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [613e85fc8def6bdd7509c9dbb03e12e4cf44d0b4]

        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>  [3ad98f78601bf8e42d82bb077db0f635fc6eca2f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:08 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfcb8cc633a57144fd81841eb19c020371c57ef7]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:45:01 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aab472393818c3d2a364efce0c5d3036a469009d]

        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>  [397a381c5942f4a55125e4622510f96304c8375a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:08 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f2a804e8c28c76f07cadef37539eddf76e4685b]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:45:01 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c765b894eaa18406a5d4e5684df8d6036914fd3]

        INTEGRATION: CWS ooo19126 (1.13.720); FILE MERGED 2005/09/05 13:45:01 rt 1.13.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b50fac4513c3737cf7242d09479bb4fddab7f80]

        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>  [62035f21c0d00d14d0e66c190ad22b1e67c088dc]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:45:00 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e86e307fae72b49d31e64ac146e2de2244d3bd28]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:30:07 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cdf356b8779eeb90c5e50a1477f887d2f49614e]

        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>  [a62540c4bc39da6d234054cc526c24df55f5e94e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:45:00 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be2d908f2f4f42b52b14dcfdee8dca452aefb63b]

        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>  [dc160509992baa73a9549f47f73a7b643e8dabdb]

        INTEGRATION: CWS ooo19126 (1.5.1288); FILE MERGED 2005/09/05 13:45:00 rt 1.5.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b25b5f6ab802c317829f5ffd8f003b6ed9e0dcd0]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 13:45:00 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09ed342bc4c66f700162ef303deda4082bcad7a0]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 13:44:59 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [951c574ccf86dfa85c375ff256e81f58748f45be]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:06 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bccb846daeb94946539e7fff83b2cb6b0d0e2353]

        INTEGRATION: CWS ooo19126 (1.5.528); FILE MERGED 2005/09/05 13:44:59 rt 1.5.528.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c80762445607f457b5c86d6fba2fc6035587afff]

        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>  [4ac23f22edf911f81100b543d6937060176458a4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:59 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [175e6abb5f97dc4b2320c3dea1ba5b0d8065f661]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:05 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8b9bc2d27f324f4a17566b7d28b3e63d7b242fb]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:44:58 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a486703619a9899d55e83133c5cab420f24cdaf6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff4c53412d2625fefe165f725375ae28979b7b46]

        INTEGRATION: CWS ooo19126 (1.3.1424); FILE MERGED 2005/09/05 13:44:58 rt 1.3.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87ca695aa448744b15f08399c35ded4e65c8fa1f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:03 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f5cdab2b5b9025c0ac866a85e15091dec076171]

        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>  [d48f810e69ff12ffd3d8ca9f0e12ba1a2a04e37d]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:44:57 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3691bf9dd7a8af03c7387481bb96f6fea52568b]

        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>  [a37508029f2a6ccb50b6e94d153738404dad4331]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:02 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12c81a79f527623a7b1c1a94a29de3a07c876e8e]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 13:44:57 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ba408f972f43834270f940a93aef7233be1bd2a]

        INTEGRATION: CWS ooo19126 (1.2.1436); FILE MERGED 2005/09/05 13:44:57 rt 1.2.1436.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67e51f78e542bdbe7a908ddaa3ec5d7025aad549]

        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>  [a6e86811026bf4478748f9e4e071198ecacb7ad8]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:01 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f922b3ac9fdaab70e9dd87f586cd795624d8b3fd]

        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>  [06c5e9caebd9910086b06c965c0feca0ca29313d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:57 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8ab554a35e4fef6573e5b5ff22d23ee515bca17]

        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>  [0406f509a93f96936ffb63e9295ecf63a83e51b6]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:44:56 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01ce04dff738d76400c8e26c4de77a8d3fa8d3f4]

        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>  [e35298da85641b7265fc0c342fba0b0f3eee1e2e]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:30:00 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ffd12b09174b6dbbd8b9f7c9af77177ec777d7e]

        INTEGRATION: CWS ooo19126 (1.3.1462); FILE MERGED 2005/09/05 13:44:56 rt 1.3.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af5cccc7c4e410b397329d6c8194d89c196e2c00]

        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>  [574420bfd73834c4bbab7380b89dc4b1477ab5d1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:56 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [902d6ab9b7ac245dcacd86f05234376e9dec3035]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8670f779282c1aa723b6c7b12aba8adbc111bcc9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:29:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be6ce194906bbef287e2326624c043fe830caac4]

        INTEGRATION: CWS ooo19126 (1.4.1448); FILE MERGED 2005/09/05 13:44:56 rt 1.4.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe223e28075f096f5d1e6191b2cb5974c1f636bb]

        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>  [2cd7c092aff8ea66debf5d57e577917394e41cae]

        INTEGRATION: CWS ooo19126 (1.14.300); FILE MERGED 2005/09/05 13:44:55 rt 1.14.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6878529e8ff8acd696fe32d388d964dc44579fd9]

        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>  [a73fa9c349ab0a99d19c2a8740d83a7f9f30039d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:57 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69bcd753bc7e9bb88deca4ab8263bc54c1619779]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:55 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da5553d718c06b2c7d3bff282ffcd5a24a6b0ee3]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 13:44:55 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2461d8b4ca8e29cf8b1fd6a76984e58a13a096a7]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:56 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85d5dd2754f5b5737c05797b9b5d8742895a7219]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:55 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be127147acebebc175132b99c250de2b47d1f937]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:55 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bc621d93116092f33203babdaf62295619b34c5a]

        INTEGRATION: CWS ooo19126 (1.1.1426); FILE MERGED 2005/09/05 13:44:54 rt 1.1.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71f3aee3600c9e8e7505ca40e3c6669ef22594bc]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 11:29:54 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38ef8ec90b761ebbbbab734d2d9da32a71ebe06b]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:44:54 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a7a7152c3c765957bc25d369dd1c73a709592c2]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:54 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50155524128844f7cf9b0e6f587a34242c654302]

        INTEGRATION: CWS ooo19126 (1.2.1174); FILE MERGED 2005/09/05 13:44:54 rt 1.2.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8940922533edd4cc03a6d351cd2001ff43d7891d]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:52 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17114fcdde544eda329451bd0a6b4fa817b607fa]

        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>  [d0801f07826861d1f42f3718b78235bd169719c2]

        INTEGRATION: CWS ooo19126 (1.3.962); FILE MERGED 2005/09/05 13:44:53 rt 1.3.962.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6ad3ad71b355372589ce50e8fcd6166ce1657e1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:51 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e539a9d532036b6b031dbab5e6cc0e84e6c6836]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 11:29:51 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6897f3161d5ca8a36bcd3904ddc9453c0b78c9fb]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:50 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3198e7301efbecdcddb8dcfdb2fd01d234e4acf]

        INTEGRATION: CWS ooo19126 (1.23.460); FILE MERGED 2005/09/05 13:44:52 rt 1.23.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2c489c7acd64009e3ea8074c902b34ba661c8d1]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:48 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d58bb84104e7c6ca4323b855f14a01f8eea34018]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:47 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cf94f25f54e3f26d639de3616223d7048b3db88]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:47 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [383ae8cf74b6458c1c5b11bb53001311ca91c5d4]

        INTEGRATION: CWS ooo19126 (1.11.578); FILE MERGED 2005/09/05 13:44:52 rt 1.11.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaa52c95c1c2067c95b5fa4b8443b0053a68d0d7]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:46 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [619afa883055f1b170b733407331cea04739e92e]

        INTEGRATION: CWS ooo19126 (1.34.694); FILE MERGED 2005/09/05 13:44:52 rt 1.34.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53460e73987dbb5b360e3727b810bc0cfef9d299]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:43 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d2775010bc886e4bedade1c56982e7a49c95a36]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:44:51 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf78ecfb9eac9bc3f68976b96b86a0a793b16223]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 13:44:51 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34cd8bbfecd24affbd9bc6a2fa0cfb7ff7c12793]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:44:51 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [820dd63fcb1447cb7ea73644b75c0b61b144afdc]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:43 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6a929193559fd084d69f7c0964a236dd178601d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:50 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [daf20deafd09d557d062f301802fccbbea965ac7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:42 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6a57a1feabca605a8f1b0c5f2aceba18a77db1d]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:44:50 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e3829c0068ca2d5420b8fbd9696fa337a568276]

        INTEGRATION: CWS ooo19126 (1.12.478); FILE MERGED 2005/09/05 13:44:50 rt 1.12.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9cafa46e340d6fefd42354fd0a6eb92f029bfb32]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:41 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16b95cbdf70766a1db19f1ee7b3ac2f07fafe549]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:40 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d709c454ab6cbc9387a3fd987a90b45ed48188c]

        INTEGRATION: CWS ooo19126 (1.35.692); FILE MERGED 2005/09/05 13:44:47 rt 1.35.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [453fd67a4f3ea6b2bf3e582bd822507105c4a055]

        INTEGRATION: CWS ooo19126 (1.62.300); FILE MERGED 2005/09/05 13:44:46 rt 1.62.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3044b9c0a9066686c3a7fc08d77ea79f424bdeb8]

        INTEGRATION: CWS ooo19126 (1.8.720); FILE MERGED 2005/09/05 13:44:46 rt 1.8.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d53fe3408988103ca31000dc540ef8dd7a29f149]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 16:58:45 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4883264069a22748b2cecaa06038b12ffa0fbc9b]

        INTEGRATION: CWS ooo19126 (1.53.236); FILE MERGED 2005/09/05 13:44:45 rt 1.53.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fcad0d3677daa6ad769c84f7d0dd2e7cb76fee5]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:39 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29a671f9a9c135d43eb9910e92cc315fe26ea732]

        INTEGRATION: CWS ooo19126 (1.14.600); FILE MERGED 2005/09/05 13:44:45 rt 1.14.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e06f35d498215114feb6a09ea0590403cb5c3ea5]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:44:45 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f3d1b82621fa25773a4c363d94d77b2cd4e94af]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:38 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f16c49ffe6c450e0ee65742f4f1679f48220e7c]

        INTEGRATION: CWS ooo19126 (1.39.358); FILE MERGED 2005/09/05 13:44:44 rt 1.39.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35d249030aff1ae4bbdd29a574f3e04e986f6cbc]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:36 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8046f71192724410af46658963a84f4cb589603]

        INTEGRATION: CWS ooo19126 (1.4.580); FILE MERGED 2005/09/05 13:44:44 rt 1.4.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d69a2d7281a703d7d748bcd488a1d81101146652]

        INTEGRATION: CWS ooo19126 (1.19.368); FILE MERGED 2005/09/05 13:44:44 rt 1.19.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [905e18797666b8e293f3f9283c743b1caf8f69bf]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:35 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22299f1aaa8de5b8b716eb470aadcb27496f8030]

        INTEGRATION: CWS ooo19126 (1.51.694); FILE MERGED 2005/09/05 13:44:43 rt 1.51.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a521b23aba6a9113b1ce112921950a3960add44a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:31 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abc47e8e4946fb6e1d3ad0ae3c06f87913dad90b]

        INTEGRATION: CWS ooo19126 (1.9.1424); FILE MERGED 2005/09/05 13:44:43 rt 1.9.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57561c6b088acccf54640f7e2ccee6c5b2d9734c]

        INTEGRATION: CWS ooo19126 (1.27.596); FILE MERGED 2005/09/05 13:44:43 rt 1.27.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34c799a9340ba1fed5b0a0045317e87fdcce51e4]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:28 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b472c3937c785a1e587bb4ce78b9c4631226799a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:27 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e56e9f3ebcbc108e6f71c0856807f2b4f8fa1bf5]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:44:42 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [754f1f575103dce676e44a28767b8c28e8e1652a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:26 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b88e2b5bc8e7046328fc72f18c0573b09b387d5f]

        INTEGRATION: CWS ooo19126 (1.14.902); FILE MERGED 2005/09/05 13:44:42 rt 1.14.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06650721183630691a7f4de742734bcf4568ce17]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:24 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9160d1353d471c80fc7c9859f93b526db417975d]

        INTEGRATION: CWS ooo19126 (1.48.694); FILE MERGED 2005/09/05 13:44:41 rt 1.48.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb1b1b3de193379cc1fdf3e647e4931cad036bca]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:29:24 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e12ea45cfa809d46f36d13c8bbf267ee7021fd79]

        INTEGRATION: CWS ooo19126 (1.20.596); FILE MERGED 2005/09/05 13:44:41 rt 1.20.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9a10486c4b7aca7ef3cecee08c184affbf78346]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:23 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a140efe1a874c753bb405897708c103a4ddaf039]

        INTEGRATION: CWS ooo19126 (1.4.726); FILE MERGED 2005/09/05 13:44:40 rt 1.4.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa213bfd507a8c6307dd687e442797299eb14a0a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:23 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c944b7f5d25d2e44d97f33cd71f131bb5cff9b10]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:29:22 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e80d4af1455790720d65c56cba62aff4e816fde]

        INTEGRATION: CWS ooo19126 (1.8.694); FILE MERGED 2005/09/05 13:44:39 rt 1.8.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dde30f604016bae553d193a1c7d9f4aac280f186]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:21 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [734761d8ae0128a4e51c56f4b985ed96c85a757b]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 11:29:20 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6497d747c40304b83ad18a43660dc8b8742310cf]

        INTEGRATION: CWS ooo19126 (1.6.316); FILE MERGED 2005/09/05 13:44:38 rt 1.6.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1c2fcc28f739aba250fc74e3fd072826b025939]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:19 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91d1415a4a032c8e917272dbe2e57d7587ae562d]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:44:38 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0aa39f67121acb3fef1b4bc2848199f5093e394a]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:18 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c16a81a3bdd8b00431662da3ea1f1fec672ee5ce]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:17 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05c63af77bb85d29316a586858316652daa17573]

        INTEGRATION: CWS ooo19126 (1.23.694); FILE MERGED 2005/09/05 13:44:35 rt 1.23.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c955b627c08e2206332c6c7f6da8e413aaa253e5]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:34 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9fac148cf884a139e1693e7aea3e6f933b760b9]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:16 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b2493db92a77cf1134e9b7a72d4af8f6db17971]

        INTEGRATION: CWS ooo19126 (1.10.386); FILE MERGED 2005/09/05 13:44:34 rt 1.10.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3b338454ba7bf1035f07410be5fa9d2cda7805d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:16 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bd76d0bf79529ca3dbca17c87d0c44aced849e6]

        INTEGRATION: CWS ooo19126 (1.21.694); FILE MERGED 2005/09/05 13:44:34 rt 1.21.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c620779038534ba4a3877a9f7291a5f8d38fe259]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:29:14 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f53e8a981dca7984840fb26a0b5a0f9609fbed6f]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:33 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3143fdd7ee04f6258cd55fd155f4bb0e49abb39]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:14 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b37a5945b6da0266a374e82d7ed97f1c2748879]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:44:33 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40392f410e539224686099d57fe1bd8d83e13ea9]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:13 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b4f04dd5a64014c0c1d393f31a6cf5397eea37c]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:44:33 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97ca31c523e2aed918da7202d4b146aeb0344c95]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 11:29:12 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [630de270efbfde61b7ae445b0ef5ae1a723d634d]

        INTEGRATION: CWS ooo19126 (1.24.694); FILE MERGED 2005/09/05 13:44:33 rt 1.24.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c771bdba4b36290d751a5ffffce7d9a481f649b]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:11 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [531b3081a21806b697bf934cf61d481d99b09fdf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:32 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6995157aa1591dbd7ffe48cbdb861d8441dd9152]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:11 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d7418997429f4e01bc3f2ac03c1e7afd02c8f3f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:10 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50c9966d6ebccb8ac5ad8195ddec99663d81e641]

        INTEGRATION: CWS ooo19126 (1.14.578); FILE MERGED 2005/09/05 13:44:32 rt 1.14.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [022b1c1f2aa7e83c717ff55ea08a494abcb238af]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:10 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ef22b2a7d77492518b0c5009f08b7bf8ae2b236]

        INTEGRATION: CWS ooo19126 (1.49.694); FILE MERGED 2005/09/05 13:44:31 rt 1.49.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2df804dc6f41b4d127897454d0b8785ae925f4b3]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:09 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7f398d8dcce1ed3b06ac6c49516118ce7456882]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:44:31 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7cd9739054f77e0052e26581495df6446179ec7]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:08 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8148ccedf1db699196ef4c3ee89f6cc1bbf63de5]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:44:30 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ed4904f9c924ab06e639426c1f043a38f99a5dc]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:07 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bebb4d1782b4da5de0b9ed498831583194baeff]

        INTEGRATION: CWS ooo19126 (1.14.596); FILE MERGED 2005/09/05 13:44:30 rt 1.14.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24004da9dc2e80d646ffd7b686bb1c8411099f61]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 11:29:07 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c58f6f1c8040da637b51b05992042683e22d651]

        INTEGRATION: CWS ooo19126 (1.24.694); FILE MERGED 2005/09/05 13:44:30 rt 1.24.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5252f40a1e63401dc315bb0942d7484cd4911c03]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:05 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a81d62c691cccc6c89203194c95e7dbc64822f5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:30 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [564b642bf6b029cdaf360a9c0772e1e43be9a07b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21bd84675d5bcaff04445b36e25328fbb1e8559e]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:44:29 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [928875760842b018351e713e514c55a34f661660]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:03 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbc7ed850bdbe99e34e30d8d6371451359b392b5]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:44:29 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3fd170b923d4cafd3ac640bf754c75997d1fad0]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:02 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85359249a871c9b6a8fc23bfdcfd1b8891757f8c]

        INTEGRATION: CWS ooo19126 (1.13.596); FILE MERGED 2005/09/05 13:44:29 rt 1.13.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb1b36f5059bcb80cdb32280cda3089ca4be91b0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:29:00 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48d149cae784cea76fd30e15a21174420a210d76]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:29:00 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da4b92ae8f520506268ea9e4abed9d0c97dd1429]

        INTEGRATION: CWS ooo19126 (1.42.192); FILE MERGED 2005/09/05 13:44:28 rt 1.42.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fcc8373f3d504164fea5dc5814f87b11ba3a2e4]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a1ac21a5c976a4d636acd6f8fa81e3f0e80839f]

        INTEGRATION: CWS ooo19126 (1.20.694); FILE MERGED 2005/09/05 13:44:28 rt 1.20.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a346af64d9112230cc4e1b38bd7ec59d62c9d9e]

        INTEGRATION: CWS ooo19126 (1.3.1174); FILE MERGED 2005/09/05 13:44:28 rt 1.3.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69580c60d70db42d9a4cdf65fe514f59e57c8fbc]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a25cc381b5581524c649a26c55a1567eb02f4c4]

        INTEGRATION: CWS ooo19126 (1.14.596); FILE MERGED 2005/09/05 13:44:27 rt 1.14.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecdeba376c02afd99d7b0b9d58e282377221c66c]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:56 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b10376793907e3bf0fe82ac7ead48326f2b7e2e2]

        INTEGRATION: CWS ooo19126 (1.11.596); FILE MERGED 2005/09/05 13:44:27 rt 1.11.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae76b000357497e9d35e1e24fbdfc4d52b8c105d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:55 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7070d8e75632b8a4cab7f370cc34bc058831159b]

        INTEGRATION: CWS ooo19126 (1.22.694); FILE MERGED 2005/09/05 13:44:27 rt 1.22.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3405786a11103306b67178a82851a8f61489eece]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:53 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb4c7b94b0ee764759ef450da727dae4a27a9eb9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:26 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aaf1ec7620f0acdbd0c4ba0a2c139b58f7193330]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:44:26 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c68e3b98088ab1855a2314bc32042431fd4f4483]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 11:28:53 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03589b8e42b4de9d120cd44edc845dc544d5bd90]

        INTEGRATION: CWS ooo19126 (1.23.694); FILE MERGED 2005/09/05 13:44:26 rt 1.23.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c938dc1c66cfefa111195a8063c977949b86a57b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:28:52 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00556270ae1e60d0774b4e51067e3db0614d8964]

        INTEGRATION: CWS ooo19126 (1.2.1424); FILE MERGED 2005/09/05 13:44:25 rt 1.2.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d02b94a3232545902b81d2fc1e01897407427cb8]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:52 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70b08e3bd809abea690e4fd68e70c9fe9cb5cd3b]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:44:25 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [feb68dc4af5779b6a46b84e2dd97fbde3baa553a]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:51 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31618f4253120eb76d7a5758fa10464bef438aee]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:50 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9252af23b44ae885c297450c45296882337b024]

        INTEGRATION: CWS ooo19126 (1.31.358); FILE MERGED 2005/09/05 13:44:25 rt 1.31.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fa60b66cf3ad3d4883e45573414982339c9bb9b]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:49 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dababf3757cc8f2080013c65e34b0d14dacf3259]

        INTEGRATION: CWS ooo19126 (1.6.630); FILE MERGED 2005/09/05 13:44:24 rt 1.6.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40c1101641703d9cae719905d158cb2e732420d5]

        INTEGRATION: CWS ooo19126 (1.15.596); FILE MERGED 2005/09/05 13:44:24 rt 1.15.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e88094da0ec968fbb5b4e4abd133e0ca03b33649]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:48 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f24040c8f85c529a88744699195154ff693e1752]

        INTEGRATION: CWS ooo19126 (1.31.630); FILE MERGED 2005/09/05 13:44:23 rt 1.31.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b40f775d7836e323ecfd8aba130230da4353216e]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:44:23 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b884aa11d1d72363aac45e870fa3e2ae572f55e2]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:46 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [babefbf8425c4a79ee68e153a2f37b83bcc19968]

        INTEGRATION: CWS ooo19126 (1.15.596); FILE MERGED 2005/09/05 13:44:23 rt 1.15.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1703503386b6ff331277b5454839561f2424cce]

        INTEGRATION: CWS ooo19126 (1.7.694); FILE MERGED 2005/09/05 13:44:22 rt 1.7.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21863bdee6075695eb3b00b522b6fc85c6937ac5]

        INTEGRATION: CWS ooo19126 (1.2.1174); FILE MERGED 2005/09/05 13:44:22 rt 1.2.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d35fbd087f65f8f5ec9fafb900e96bea5bc5fee5]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:45 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae53a16318da55863dff29b3532a5c53b7762d17]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 13:44:22 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c392bb10c4038cac93f35fafad939539a53b5946]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:44:21 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4602bc2ae9a3f1dd0345e929c76cf69569b7a5bd]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:44 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [477e181b0e963e5fe9f9bbc852555436ad1d9ce2]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:44:21 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25bbe7a03c06255535202c5ff3aa20b4f3e2e3b7]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:28:43 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [640c5846ca1c8c6820dd599918da9d1725bad62a]

        INTEGRATION: CWS ooo19126 (1.8.726); FILE MERGED 2005/09/05 13:44:21 rt 1.8.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a0ea1df3e1f37bb6daf28a39e806a393b05acc7]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:28:40 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a9d43cc94b734fa91455ecc3e15d1afae9d8982]

        INTEGRATION: CWS ooo19126 (1.38.694); FILE MERGED 2005/09/05 13:44:20 rt 1.38.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca79630ba1893b4c90e733ff91adb19c8718a216]

        INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 11:28:40 rt 1.6.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8711f6590f0c1a2e57222f41546e84d0b034a87e]

        INTEGRATION: CWS ooo19126 (1.6.1288); FILE MERGED 2005/09/05 13:44:20 rt 1.6.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fe0011a646864d173a649238a8d067e34027d59]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:28:39 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45f2cbf420c001a997aebbbc4dbf0637588082c9]

        INTEGRATION: CWS ooo19126 (1.31.386); FILE MERGED 2005/09/05 13:44:20 rt 1.31.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [568c3cfa0ccad8b9c014f44e54c0839c3983c445]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:28:37 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [571128acc556cbf8887907f133f1ea0162638939]

        INTEGRATION: CWS ooo19126 (1.32.694); FILE MERGED 2005/09/05 13:44:18 rt 1.32.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e9b79723bfa15bfbdf6a50768ba415ab08fe203]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:28:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa206bf6c2bfcca37e68a8d76ea3ec05e1c5b5d6]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:18 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48e1c432ac3b8e8f68eecb4cc39057fadb6eece9]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:17 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c1ed427a2ca76c9f56efc9ed908ccaa58aa418d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:28:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5692e005458f96e5e0dd86b2c6b3002d01b787f9]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:44:17 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97119bf9d42eab55a35fd9e60e66e62edccbe6d2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:28:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b52b4b005925e87b4670b792d1618bdad5869b26]

        INTEGRATION: CWS ooo19126 (1.9.726); FILE MERGED 2005/09/05 13:44:17 rt 1.9.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d7ea6f3212c4c478d83eaa29c2e7da3104ee693]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:28:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc5b19f14724111750edf2e4541d6389a2179a71]

        INTEGRATION: CWS ooo19126 (1.6.732); FILE MERGED 2005/09/05 13:44:16 rt 1.6.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b292a67fa8083489129d90d98d0bb2dc81de686]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:28:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cb195ecfa00b11ef6c728d188d7dda79cb0431a]

        INTEGRATION: CWS ooo19126 (1.25.694); FILE MERGED 2005/09/05 13:44:16 rt 1.25.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8919e1e8ec9925b9dba190f9b16a1a15ae1794f6]

        INTEGRATION: CWS ooo19126 (1.5.726); FILE MERGED 2005/09/05 13:44:16 rt 1.5.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0ac27b0f9891b25966e4cdb6be76b0e898f2695]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:28:25 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c62fac0aef79dcda22f0505867a56ff93c6abf71]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:44:15 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cecb688c9d2def9eddba3494c16cb21862fdd74e]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:44:15 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bf0cf19b9eb35d12815e384d765bea0e8c205a5]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:44:15 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05aae07696ac55f8bedc78489810ec32bc7f5de3]

        INTEGRATION: CWS ooo19126 (1.9.1254); FILE MERGED 2005/09/05 13:44:15 rt 1.9.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0bf9aa0b931f0f0455210959aceaf5e25bfbf98]

        INTEGRATION: CWS ooo19126 (1.30.478); FILE MERGED 2005/09/05 13:44:14 rt 1.30.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1611f53ca486b2806e10ca258feec8437dd67ba9]

        INTEGRATION: CWS ooo19126 (1.54.694); FILE MERGED 2005/09/05 13:44:14 rt 1.54.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73de017788d16d0b89488380d10684b830876c40]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:44:13 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13db2f5785156e6dff4ceb6a17cb09b2a68e55b9]

        INTEGRATION: CWS ooo19126 (1.31.358); FILE MERGED 2005/09/05 13:44:13 rt 1.31.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b53984513bff439fba462ff63b57ae3c185ceba3]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:13 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0405ae5e7128d4b7387a55f23edeabcf10019bb0]

        INTEGRATION: CWS ooo19126 (1.3.1424); FILE MERGED 2005/09/05 13:44:13 rt 1.3.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee218a5206703bc16a2f04255fc2b4cfb47dc9db]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:44:12 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c56b5f588da95ca142a6e34fe848acf5de7f8b45]

        INTEGRATION: CWS ooo19126 (1.15.596); FILE MERGED 2005/09/05 13:44:12 rt 1.15.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6b128241b545295cfddf121d5fabc5e8e7d36f2]

        INTEGRATION: CWS ooo19126 (1.34.694); FILE MERGED 2005/09/05 13:44:12 rt 1.34.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25748c5ce6fc3ee38c9c1cebfee00bb7d82cf2de]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:44:12 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4accdacfdc8bf4eb265f46334d46a60b35af749]

        INTEGRATION: CWS ooo19126 (1.8.732); FILE MERGED 2005/09/05 13:44:11 rt 1.8.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64400b4c8706d0d8de67fa9e2cbb6078c00d699e]

        INTEGRATION: CWS ooo19126 (1.25.694); FILE MERGED 2005/09/05 13:44:11 rt 1.25.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [029be6aa41ecc8755501c36db79a40afac326596]

        INTEGRATION: CWS ooo19126 (1.4.966); FILE MERGED 2005/09/05 13:44:11 rt 1.4.966.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7136aeedbee5dd7c6e6e357579d503204bbe5b9a]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:44:11 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1decde6dc6c222cf5a32625e940abce9ef284fda]

        INTEGRATION: CWS ooo19126 (1.11.596); FILE MERGED 2005/09/05 13:44:10 rt 1.11.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ef85ff3de8b29c0e6a9a809714740f12845ab5d]

        INTEGRATION: CWS ooo19126 (1.31.694); FILE MERGED 2005/09/05 13:44:10 rt 1.31.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79c44b4ece4ce1ed17a912e6fe0fede1be94dd26]

        INTEGRATION: CWS ooo19126 (1.15.580); FILE MERGED 2005/09/05 13:44:10 rt 1.15.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [099669ca797ba6f85452b977b55ba84f272c947d]

        INTEGRATION: CWS ooo19126 (1.3.694); FILE MERGED 2005/09/05 13:44:09 rt 1.3.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75d32178487e73dfbe6f719d595071a3ce488410]

        INTEGRATION: CWS ooo19126 (1.17.600); FILE MERGED 2005/09/05 13:44:09 rt 1.17.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf58d54fae1aaa585d01afb2cb1dc2a45c0f74ef]

        INTEGRATION: CWS ooo19126 (1.4.962); FILE MERGED 2005/09/05 13:44:09 rt 1.4.962.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d849fcb3088f054a06689c05caa4b38fbf2aa8b]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 13:26:12 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7e27e8fdb8ba90219884015dffd77210d6dea06]

        INTEGRATION: CWS ooo19126 (1.9.276); FILE MERGED 2005/09/05 13:44:08 rt 1.9.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd6d5e89f88eb342c2002a3b1b88a1bb989c6e66]

        INTEGRATION: CWS ooo19126 (1.38.170); FILE MERGED 2005/09/05 13:26:11 rt 1.38.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aca3d3c543493e1a067f5c017e5cbc094d87f292]

        INTEGRATION: CWS ooo19126 (1.14.576); FILE MERGED 2005/09/05 13:44:07 rt 1.14.576.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5262ce082a42386ce77ee7a0b3f39df8d479210f]

        INTEGRATION: CWS ooo19126 (1.14.86); FILE MERGED 2005/09/05 13:26:11 rt 1.14.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f3126ef8c7fd5f4ad46853479036181c0589c54]

        INTEGRATION: CWS ooo19126 (1.116.82); FILE MERGED 2005/09/05 13:44:07 rt 1.116.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7057688b584b79d11cc37d8ceb5bb9ec8f1e4ac6]

        INTEGRATION: CWS ooo19126 (1.3.380); FILE MERGED 2005/09/05 13:26:10 rt 1.3.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d52753c5fbada55aab9f26aa5754463f90dc390]

        INTEGRATION: CWS ooo19126 (1.22.78); FILE MERGED 2005/09/05 13:44:06 rt 1.22.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [021f722162f56c5743dbdf3ca8f7aa6f5e957f88]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:26:10 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1908946375da2cd411e5befc1ba5832dd09f8e90]

        INTEGRATION: CWS ooo19126 (1.42.582); FILE MERGED 2005/09/05 13:44:06 rt 1.42.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46e6d6501dc39a11fb090e70bf57a0a00c3e1f43]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:26:09 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6105c5777043de4f9323b2aef0c467473c7335ae]

        INTEGRATION: CWS ooo19126 (1.6.582); FILE MERGED 2005/09/05 13:44:06 rt 1.6.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce3752f19f86cc61f0077bd32580d3a3b07a8b5e]

        INTEGRATION: CWS ooo19126 (1.49.54); FILE MERGED 2005/09/05 13:26:08 rt 1.49.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2fe267c9b6a75bda2708a74b5c14b1de8eb8f97]

        INTEGRATION: CWS ooo19126 (1.23.478); FILE MERGED 2005/09/05 13:44:05 rt 1.23.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2325aa2b3efa266aac29b58bd884ee4cd27e22c0]

        INTEGRATION: CWS ooo19126 (1.45.62); FILE MERGED 2005/09/05 13:26:08 rt 1.45.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29462307789b777940f238f973054b215918fe69]

        INTEGRATION: CWS ooo19126 (1.94.232); FILE MERGED 2005/09/05 13:44:05 rt 1.94.232.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffeffa7996738cb985073d8479481e1db255f162]

        INTEGRATION: CWS ooo19126 (1.38.162); FILE MERGED 2005/09/05 13:26:08 rt 1.38.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4faf12ab24476fa79d7bc43a0af2b5038f0c8136]

        INTEGRATION: CWS ooo19126 (1.24.694); FILE MERGED 2005/09/05 13:44:04 rt 1.24.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [392a9563cdfdc319be083d33db4e756b54b2339e]

        INTEGRATION: CWS ooo19126 (1.6.428); FILE MERGED 2005/09/05 13:26:07 rt 1.6.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b202206eea5cd19a4a68d8186f27c7e2ded999d2]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:44:04 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ca43fb5acddd386f43c620bb64cecfa1842c483]

        INTEGRATION: CWS ooo19126 (1.15.362); FILE MERGED 2005/09/05 13:26:07 rt 1.15.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7fbf4424f071775a4d3be4a430d72ccf713911b7]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:44:04 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf1c95e8234a5deda9f1b141331c23c2a861fe54]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:44:04 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a123ad7eb1c6a68e039b1be6b925e92187358a9]

        INTEGRATION: CWS ooo19126 (1.7.426); FILE MERGED 2005/09/05 13:26:06 rt 1.7.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [236686fe01aef190e9dbc5c16351569db4808e4a]

        INTEGRATION: CWS ooo19126 (1.21.368); FILE MERGED 2005/09/05 13:44:03 rt 1.21.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9082ca10058d9314f72f6da889db0f70f319ee0]

        INTEGRATION: CWS ooo19126 (1.30.220); FILE MERGED 2005/09/05 13:26:05 rt 1.30.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d90ad662d2e2ff4a7f5020f48ccfcb70274443ca]

        INTEGRATION: CWS ooo19126 (1.44.234); FILE MERGED 2005/09/05 13:44:02 rt 1.44.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba1f73eb753ceef5bce61e28d84337131be3af36]

        INTEGRATION: CWS ooo19126 (1.6.922); FILE MERGED 2005/09/05 13:26:04 rt 1.6.922.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b7b39de99f33bfbc4feee8668feacc7a58574a2]

        INTEGRATION: CWS ooo19126 (1.3.694); FILE MERGED 2005/09/05 13:44:02 rt 1.3.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ffd560752f317cfe6dd29b72cc6735279b4f0c9]

        INTEGRATION: CWS ooo19126 (1.23.150); FILE MERGED 2005/09/05 13:26:04 rt 1.23.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da7e1122dec6f55a9dc385917cf759b610844b42]

        INTEGRATION: CWS ooo19126 (1.59.160); FILE MERGED 2005/09/05 13:26:03 rt 1.59.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff55c5e6844bf09cccb90380b5c6cb7bd6258131]

        INTEGRATION: CWS ooo19126 (1.2.742); FILE MERGED 2005/09/05 13:44:02 rt 1.2.742.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5af58f065ff2c24dbb15460ccd2b7530bc52397]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:44:01 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa7d97479d1b6e327d3c651dcf0d40329f3a290c]

        INTEGRATION: CWS ooo19126 (1.43.66); FILE MERGED 2005/09/05 13:26:03 rt 1.43.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94e1c815235e7c66bf642fd1965dc4b0b8655b73]

        INTEGRATION: CWS ooo19126 (1.12.386); FILE MERGED 2005/09/05 13:44:00 rt 1.12.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a63c218ef6bf34272a3b9380bab97e87e113beb]

        INTEGRATION: CWS ooo19126 (1.41.150); FILE MERGED 2005/09/05 13:26:01 rt 1.41.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5727e04af230c6906d004b7d4a23506eda163f1a]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 13:44:00 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23ee44ae85565b44674cace7354efcb0613c54ac]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:26:01 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed05243ead7c79d80094ce68f85260b5cc2343a7]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:43:59 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72a3f049c9ab33d217d334e0ff3bdfb6c3336c2d]

        INTEGRATION: CWS ooo19126 (1.26.154); FILE MERGED 2005/09/05 13:25:59 rt 1.26.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26a59eecbb24b6648ca239d75382d1d77aad9bc4]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 13:43:59 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9456dbdadebbaa141b736c6e3d94adf2a79e0b91]

        INTEGRATION: CWS ooo19126 (1.36.22); FILE MERGED 2005/09/05 13:25:57 rt 1.36.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56b8c8b65bed47762ba24150842c2db1294789a0]

        INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED 2005/09/05 13:43:59 rt 1.8.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [716fe7b7b471453c9bef4c631195fa2e72f2d5cd]

        INTEGRATION: CWS ooo19126 (1.72.22); FILE MERGED 2005/09/05 13:25:56 rt 1.72.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9dcd106f3428da4bcbf16faa7a927e834887f93]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:43:58 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f13bdf34d9bb6abf9746d76b3859dbecdc4854ab]

        INTEGRATION: CWS ooo19126 (1.20.68); FILE MERGED 2005/09/05 13:25:56 rt 1.20.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a86a5485e8f1586680b196f9b636bef3b235962a]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:43:58 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bcc0430a804f873b0f5f1325a489380e0ce3ae93]

        INTEGRATION: CWS ooo19126 (1.20.154); FILE MERGED 2005/09/05 13:25:55 rt 1.20.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e467b482c4e936b71d7807576b554d96b913f99]

        INTEGRATION: CWS ooo19126 (1.55.276); FILE MERGED 2005/09/05 13:43:58 rt 1.55.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ea14d15ba7f25644458cf551aaae0d0c39483c8]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 13:25:54 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac7588c7406f55960662f71dbda2f5763ebe9e43]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 13:43:57 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41cd46a44758d3b022952c9fab62145091eb0570]

        INTEGRATION: CWS ooo19126 (1.27.60); FILE MERGED 2005/09/05 13:25:53 rt 1.27.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7dd90365b06462cadc96c4d12ecc44cb4fca443]

        INTEGRATION: CWS ooo19126 (1.33.460); FILE MERGED 2005/09/05 13:43:57 rt 1.33.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [708b7b60c6b13d762f5ba5b360a8338829bfa22a]

        INTEGRATION: CWS ooo19126 (1.15.228); FILE MERGED 2005/09/05 13:25:53 rt 1.15.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [633da3dcd4bceddd6439dbb813328f36b37d79e6]

        INTEGRATION: CWS ooo19126 (1.16.580); FILE MERGED 2005/09/05 13:43:57 rt 1.16.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bb0033132587f15d9bc493a6663b04eb1f44f72]

        INTEGRATION: CWS ooo19126 (1.14.364); FILE MERGED 2005/09/05 13:25:52 rt 1.14.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54993d13700b3edeb7546ae5a2db0b51c6bc250b]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:43:57 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [497679103bed733277cd710655ea148d231b5375]

        INTEGRATION: CWS ooo19126 (1.16.228); FILE MERGED 2005/09/05 13:25:50 rt 1.16.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03e878a318eaefc900a5d6b12ca0c39d827a7cbd]

        INTEGRATION: CWS ooo19126 (1.8.268); FILE MERGED 2005/09/05 13:25:50 rt 1.8.268.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf392c7070ad016724ca6cb56511955ae6b6b676]

        INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 13:25:50 rt 1.8.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acf894046d25c1126729a7e57e9bebe18dc921e9]

        INTEGRATION: CWS ooo19126 (1.30.694); FILE MERGED 2005/09/05 13:43:55 rt 1.30.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9ca64e5ad5576a93aacea375ec32a88e308dcfb]

        INTEGRATION: CWS ooo19126 (1.13.228); FILE MERGED 2005/09/05 13:25:49 rt 1.13.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2ef46822ee22eafa457f242be3c68d30b0a9337]

        INTEGRATION: CWS ooo19126 (1.2.1422); FILE MERGED 2005/09/05 13:43:55 rt 1.2.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6817f8a5be014cc72313e28e95fe15b92952051]

        INTEGRATION: CWS ooo19126 (1.54.66); FILE MERGED 2005/09/05 13:25:48 rt 1.54.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53f70b294a6cb4646fa6b7268b05a8f13f359ad7]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 13:43:55 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42b7b97ee1edd1a21dd323b70a80613f96ecea05]

        INTEGRATION: CWS ooo19126 (1.7.152); FILE MERGED 2005/09/05 13:25:48 rt 1.7.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [665878349f3d421cb739ed4066efa667df5d57e5]

        INTEGRATION: CWS ooo19126 (1.26.580); FILE MERGED 2005/09/05 13:43:54 rt 1.26.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4873a7a1ddfbe88c67300628b2bd6193bdc0e425]

        INTEGRATION: CWS ooo19126 (1.24.316); FILE MERGED 2005/09/05 13:43:54 rt 1.24.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75823c69a1b0aff29e00f24c810d4db69843f8f8]

        INTEGRATION: CWS ooo19126 (1.24.362); FILE MERGED 2005/09/05 13:25:48 rt 1.24.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [606dba104bd1dc259bdfe587e2bb176ab10b1ca2]

        INTEGRATION: CWS ooo19126 (1.20.362); FILE MERGED 2005/09/05 13:25:47 rt 1.20.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5393f0585fd09ed92cb23da09b401ff1fe402417]

        INTEGRATION: CWS ooo19126 (1.3.1448); FILE MERGED 2005/09/05 13:43:54 rt 1.3.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c37438eec973ec291b8a11b4a7d1ff6d96c95cf]

        INTEGRATION: CWS ooo19126 (1.36.66); FILE MERGED 2005/09/05 13:25:47 rt 1.36.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a743ee52edb7596d1146b00f513a7edc5677f1a]

        INTEGRATION: CWS ooo19126 (1.17.596); FILE MERGED 2005/09/05 13:43:54 rt 1.17.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6781e5fb6141f5d0b897d11d1238caa93f3e6db6]

        INTEGRATION: CWS ooo19126 (1.13.362); FILE MERGED 2005/09/05 13:25:46 rt 1.13.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [058b805d278100ae1a02653a075adabbdcc6774c]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:43:53 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91023aecf193a27107d06ede63dd57d253541624]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e57df67c092c93845712da0ed287df1c93ac3f8a]

        INTEGRATION: CWS ooo19126 (1.12.150); FILE MERGED 2005/09/05 13:25:46 rt 1.12.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ad7ec3486e913ea25ba32f63c0b91c86ca43d96]

        INTEGRATION: CWS ooo19126 (1.26.694); FILE MERGED 2005/09/05 13:43:53 rt 1.26.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9a1fe94badb6e946a7488cb6950227264306dcf]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:27:31 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce5238198f9960e516860290cac226281452b057]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:53 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c9577f850ffb035a81b12a54e81fbcfddb14f7b]

        INTEGRATION: CWS ooo19126 (1.58.176); FILE MERGED 2005/09/05 13:25:46 rt 1.58.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de87675fbdae87c757fd7c3ec482e42d3342b78a]

        INTEGRATION: CWS ooo19126 (1.19.152); FILE MERGED 2005/09/05 13:25:44 rt 1.19.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [256a76bded6fb1c1f45d3877cf8ecbccd992b7f8]

        INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 13:43:52 rt 1.3.314.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9358d4063d24ca295f91c1f4d710e5be76397f24]

        INTEGRATION: CWS ooo19126 (1.42.114); FILE MERGED 2005/09/05 13:25:43 rt 1.42.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8df290291703901142e8216c1ec6032e140b267b]

        INTEGRATION: CWS ooo19126 (1.4.694); FILE MERGED 2005/09/05 13:43:52 rt 1.4.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2624817bc53e4b79fb42122e6f3378f68ade60c]

        INTEGRATION: CWS ooo19126 (1.27.170); FILE MERGED 2005/09/05 13:25:43 rt 1.27.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [514bc2ff37f39c32b952348a392e4213a2b3a107]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73e916c79f0e5cb6682743b056ea521962445035]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:51 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a750dd7e7620f71d4b229ab7955440eb3eca50e2]

        INTEGRATION: CWS ooo19126 (1.32.152); FILE MERGED 2005/09/05 13:25:42 rt 1.32.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef237e57a13d98ca48591f85f3dbcfec40df79bf]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 13:43:51 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1c0857de9b3b70d478dc0fcc8197f55481e956e]

        INTEGRATION: CWS ooo19126 (1.40.226); FILE MERGED 2005/09/05 13:25:42 rt 1.40.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9615ae7d395ab236af26c4cbec499b222943c5b]

        INTEGRATION: CWS ooo19126 (1.57.112); FILE MERGED 2005/09/05 13:25:41 rt 1.57.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [953504d8691ce91807dac54a7a7fd7866c1e7448]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 13:43:51 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a388d8406f10033f6bd48706324b6227f8afaedc]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:27:26 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [548fbf8bc933f3b96b8613d9aa92c451fa53f413]

        INTEGRATION: CWS ooo19126 (1.20.562); FILE MERGED 2005/09/05 13:25:40 rt 1.20.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c416d0f77ce74758bc31f351957cf05b8eb98ff8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd7e65cca170e5b614773026c1f708f16b08dc74]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:43:50 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f15c021d8929ef080b86a386d82dfce32638ebf]

        INTEGRATION: CWS ooo19126 (1.19.364); FILE MERGED 2005/09/05 13:25:39 rt 1.19.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c48d009feb088155927ff704d9b2a43732a7a39e]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:50 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee53d8d287814f259fb249554b6018e54f49e529]

        INTEGRATION: CWS ooo19126 (1.6.364); FILE MERGED 2005/09/05 13:25:37 rt 1.6.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce04a3a63f0afb3aa94d65a3346728da64d9640e]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 13:43:50 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff3faf55772b8fa8e040131787cc16e5243b081a]

        INTEGRATION: CWS ooo19126 (1.36.226); FILE MERGED 2005/09/05 13:25:36 rt 1.36.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a55b9837e8f6fc4b7bddac5a8e6396112050e4f]

        INTEGRATION: CWS ooo19126 (1.4.426); FILE MERGED 2005/09/05 13:25:35 rt 1.4.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a126ea538c80e218d1ef1bfbb08dabaed7da0bd]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:27:22 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0bd38a779f53192e3e298ba098d1726f0da767b]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:49 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [684c06478c3f79c38fcafee54108f5ec9ab19992]

        INTEGRATION: CWS ooo19126 (1.2.908); FILE MERGED 2005/09/05 13:25:35 rt 1.2.908.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3d48a4a1ea9e38d5fa225726149ebe2f4136c53]

        INTEGRATION: CWS ooo19126 (1.6.228); FILE MERGED 2005/09/05 13:25:33 rt 1.6.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0764e714ba14b6f613c4fac37cdb5b834eaf4925]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae667fb477611370e5ccf0e40cdca08d71b65c40]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:43:49 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7f815d7883cce8d65fa71dde375113c6c325a0b]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 13:25:32 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77e9473dbefb833dd11c7dcd07b2d3b0bd2e1284]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 13:43:49 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e496704ffe641df832b2c7078258a17a56760d76]

        INTEGRATION: CWS ooo19126 (1.13.62); FILE MERGED 2005/09/05 13:25:32 rt 1.13.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97388fce6a48f1e735f0b7bad460ff3e04a8690c]

        INTEGRATION: CWS ooo19126 (1.4.290); FILE MERGED 2005/09/05 13:43:48 rt 1.4.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c21f8d265f92e954362f94553fbcccac2d8d8a78]

        INTEGRATION: CWS ooo19126 (1.14.154); FILE MERGED 2005/09/05 13:25:31 rt 1.14.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94fc771973a928c4fbc7d3267a8312a88faed1ff]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:48 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9defccb947d1f2b9a28a4e25ccfb398ef70342aa]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:27:19 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa8592fbf4bc9a25484d091bf48a7f1fc77fcbe1]

        INTEGRATION: CWS ooo19126 (1.2.328); FILE MERGED 2005/09/05 13:25:31 rt 1.2.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8a2c914f93e2c25135ec80f09273a39d544c4e6]

        INTEGRATION: CWS ooo19126 (1.8.256); FILE MERGED 2005/09/05 13:43:48 rt 1.8.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [175cf4c8f6f4f52ba6a0a4a9feced8e7b4074c5b]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:43:48 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ff2e9c75796778ab15efd72d866209ecba170e8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [487575cca9b15706c869187a5439c6302724a59c]

        INTEGRATION: CWS ooo19126 (1.20.134); FILE MERGED 2005/09/05 13:25:29 rt 1.20.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13efdac7a0e43268819d48c52e261782c1cddc90]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 13:43:47 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b304e44263266c09374f2d3692d100400a90368]

        INTEGRATION: CWS ooo19126 (1.3.362); FILE MERGED 2005/09/05 13:25:28 rt 1.3.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffc3d08d93bdbc82e9ee453da064a85a3fa2a497]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:47 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7eaad923058bdd42a6224c82b42581a0e3b8382c]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 13:43:47 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe5b5932c7b6f1682330cb87880c883175cba1f5]

        INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 13:25:28 rt 1.3.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [573eae2b9188bdb3f6f3f3165944610cb25ee5a4]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 13:43:47 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60038ea0b4b30cb33501dc63772e24db6837f56d]

        INTEGRATION: CWS ooo19126 (1.3.294); FILE MERGED 2005/09/05 13:25:27 rt 1.3.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57645b8ad30f09cf05e483d96641e2a533bcf916]

        INTEGRATION: CWS ooo19126 (1.7.196); FILE MERGED 2005/09/05 13:25:27 rt 1.7.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [326d45ea7abb7f3e05607cca89b2b10eb8467308]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:46 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdd98b7a91cacd407f535ad3be27174bc5975dce]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 13:25:26 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63afdbc8871c8c6bf5a4d3d060821a0b03dcdff6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6ff17225341fc449bb3a41097da506c63ae38dd]

        INTEGRATION: CWS ooo19126 (1.7.290); FILE MERGED 2005/09/05 13:43:46 rt 1.7.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71407aee2d3de77d637089baf34de18a8b9bd0dd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:27:14 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e917d1eb4240eb70e55b120974680bc67322aa74]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:43:46 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42c511883147ab7c18aef5863d393b307341597a]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:25:26 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2d830588371987dcb8e0f427476b05cbcf1a2b1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:27:14 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29422ef25c9fcb6e043cec010d1b10a8dd7a5260]

        INTEGRATION: CWS ooo19126 (1.19.132); FILE MERGED 2005/09/05 13:25:25 rt 1.19.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c426dd92bbd0c3719966b54f0f4802f7884ab8c5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:27:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [440cae5ac5addd38511f98bbc828f3281fea4808]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:25:25 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f12e24136a471dc5bb00725544d933d07067309c]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 13:43:45 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8610f6843ca038b53fec86c0ea7d8a780d5518d1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:27:11 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b7a577a4f8d92a59233d935b9c502e139f83a9e]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:43:45 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f489c818acca263abd8d919a031d25454ab07491]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 13:25:24 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faaa54cf5c5a91a5b0c9198244a6300cf47690a3]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:45 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c5166c57ae7cece510f0d985aed138cdda34289]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:27:10 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67a90c9f8ebb9e0c0730de68806173cb1da0a7f3]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:25:24 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99d6171dc6d6acd6ebc651e496905ca460bf8e35]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:27:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bea8235a3978cd7f3f006a34d07ad14f3cefec0]

        INTEGRATION: CWS ooo19126 (1.5.276); FILE MERGED 2005/09/05 13:43:45 rt 1.5.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8eb0bb6c4facab248364508757250763aee1eb6e]

        INTEGRATION: CWS ooo19126 (1.4.362); FILE MERGED 2005/09/05 13:25:24 rt 1.4.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca673e5d1e1dcb27aa587d61d82374178c3a8bf0]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 13:43:44 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b97382b6771374b9a6014f4a27c11b1c401b6e99]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:25:23 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6419cc0bf9f4449cf753873ef1f7db6d5fac47c9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:27:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a1928507840a9c162be29c9848c6bc3d3c6227a]

        INTEGRATION: CWS ooo19126 (1.7.82); FILE MERGED 2005/09/05 13:43:44 rt 1.7.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72a51fc74457479d31253259366022dd489d7b7e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d3b367be7d17367f955950625e2b4a1a86bd687]

        INTEGRATION: CWS ooo19126 (1.4.276); FILE MERGED 2005/09/05 13:43:44 rt 1.4.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a8280789ba576dae0efca06c22e8d6775b463f4]

        INTEGRATION: CWS ooo19126 (1.2.518); FILE MERGED 2005/09/05 13:25:22 rt 1.2.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [719dcc235dc411460be57d171389f867f438dfb0]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:43:43 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ae2102233dc5dac26c87b6387668b84b26fb2b8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:27:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ad72e657f0d52e92e143f0ffa7c7b9cc8be227f]

        INTEGRATION: CWS ooo19126 (1.6.276); FILE MERGED 2005/09/05 13:43:43 rt 1.6.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a29674559dabec9f9b207eabeec6af4e53948391]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:27:06 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efa54225a62b798ddaa8faa2f79224e6a5a95880]

        INTEGRATION: CWS ooo19126 (1.5.286); FILE MERGED 2005/09/05 13:25:22 rt 1.5.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [179c5c31d5972ec6f901c9ac17f40a56587df8c6]

        INTEGRATION: CWS ooo19126 (1.9.358); FILE MERGED 2005/09/05 13:43:43 rt 1.9.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4864807e683a8eccc4c34e9d9e1f5da23451902]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:42 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88dffcd0c00bff14e5e903f27d86a25893448413]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2addd350e77f1eaf7e6f6b30086ac83841a30e60]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:41 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c5b04dd802f572ee3d8c5b4f63d31b4205a6181]

        INTEGRATION: CWS ooo19126 (1.6.894); FILE MERGED 2005/09/05 13:25:21 rt 1.6.894.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ac948eb5409db9e93b302c5c6f76a8342e97c45]

        INTEGRATION: CWS ooo19126 (1.5.460); FILE MERGED 2005/09/05 13:43:41 rt 1.5.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fdb735ab05885c7b8ac4844243466a426bc8fa7]

        INTEGRATION: CWS ooo19126 (1.5.276); FILE MERGED 2005/09/05 13:43:41 rt 1.5.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12b9dca849db32c57bc8be07e1afd8b905627024]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfa9170f663f8d8479fa72f3718c3392d7e08c4e]

        INTEGRATION: CWS ooo19126 (1.4.186); FILE MERGED 2005/09/05 13:43:40 rt 1.4.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60ba867c18317215a2942ceb13be904aaa808112]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:27:04 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a395eb8e3ad5e089da4258243bc7ec238c916ed7]

        INTEGRATION: CWS ooo19126 (1.3.290); FILE MERGED 2005/09/05 13:43:40 rt 1.3.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27564c124a58197e78f40716812b134f2936720b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7ca64fa5a0a2f74ba39a47c0dd7190807168a77]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 13:43:40 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0ee431025e6a7ece139a45151d16c2526add52f]

        INTEGRATION: CWS ooo19126 (1.3.290); FILE MERGED 2005/09/05 13:43:39 rt 1.3.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c83447e630b0ffb3db2614ded59b9d3313babe02]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:27:02 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa6b4288c28b2a778ef662aa59c3ad4851c5ccc5]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:25:18 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b5b5908ae41a43a79613078052a0f6508efeca9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:27:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf72b1cd226f4dd0ddf30cacbaa87f2eb7e2af61]

        INTEGRATION: CWS ooo19126 (1.3.926); FILE MERGED 2005/09/05 13:25:18 rt 1.3.926.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [674bf82a03e0de09dccaff1a45f6bd550c5dfd21]

        INTEGRATION: CWS ooo19126 (1.12.310); FILE MERGED 2005/09/05 13:25:18 rt 1.12.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [205d084eab6f604cb1f1aac7cc5f1cb13515c072]

        INTEGRATION: CWS ooo19126 (1.28.256); FILE MERGED 2005/09/05 13:43:37 rt 1.28.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0e1ff44b061f489a350affaf7e9d2f03a63dd49]

        INTEGRATION: CWS ooo19126 (1.12.198); FILE MERGED 2005/09/05 13:25:17 rt 1.12.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d0aaf74a9106819f7714c6ba4c07856f241e8c4]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:27:00 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72f7e2b74e19112472ee523e98cb03ddc9ab7409]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 13:43:37 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ca099eaf8bf649eb027060034a5b3eb54d45f97]

        INTEGRATION: CWS ooo19126 (1.71.58); FILE MERGED 2005/09/05 13:25:17 rt 1.71.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7016398fee2391d0a20978de4956b1d4ec574cba]

        INTEGRATION: CWS ooo19126 (1.21.600); FILE MERGED 2005/09/05 13:43:37 rt 1.21.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc853ccaea9ea7fc41ce35c88b132bf96e48c718]

        INTEGRATION: CWS ooo19126 (1.10.156); FILE MERGED 2005/09/05 13:25:17 rt 1.10.156.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70900f02f20d59e6c5637547b95d6f7deca13f71]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:36 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31ffad868b101c16b7b5dfeeb309618c7eac26a2]

        INTEGRATION: CWS ooo19126 (1.48.154); FILE MERGED 2005/09/05 13:25:16 rt 1.48.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6b3a50fda26d03aea5829f0fd90d7769f62685e]

        INTEGRATION: CWS ooo19126 (1.3.558); FILE MERGED 2005/09/05 13:25:16 rt 1.3.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [777add8499f2eacbd30a637eff0450ae907c1189]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:43:36 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da8e5e0b96c72f91656e22815b0d18ebd0d1a9db]

        INTEGRATION: CWS ooo19126 (1.3.558); FILE MERGED 2005/09/05 13:25:15 rt 1.3.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [193a0daa911c2a829769f35e7208ea2a19fb83c6]

        INTEGRATION: CWS ooo19126 (1.97.78); FILE MERGED 2005/09/05 13:43:35 rt 1.97.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4673cc96ecdfcf8a60739e2c41e7f728203e2548]

        INTEGRATION: CWS ooo19126 (1.88.130); FILE MERGED 2005/09/05 13:25:15 rt 1.88.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ada0aaeda828878bc6c23051961e7688d14f4e6]

        INTEGRATION: CWS ooo19126 (1.44.694); FILE MERGED 2005/09/05 13:43:35 rt 1.44.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63cc843fc79ee43d7ce3b58b848abc229a2e72ce]

        INTEGRATION: CWS ooo19126 (1.6.518); FILE MERGED 2005/09/05 13:25:15 rt 1.6.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f2a91bfc9521a06c37e79e84014e108346db52b]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:35 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf06d01a974713ea024d8d5f150dd0c9961f9d6a]

        INTEGRATION: CWS ooo19126 (1.8.426); FILE MERGED 2005/09/05 13:25:14 rt 1.8.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4606b076911bd2afff77306ad1919cfd072a7b04]

        INTEGRATION: CWS ooo19126 (1.51.216); FILE MERGED 2005/09/05 13:43:34 rt 1.51.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b53893638e98123e9fc196f4882643a84088c99]

        INTEGRATION: CWS ooo19126 (1.2.924); FILE MERGED 2005/09/05 13:25:14 rt 1.2.924.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1830f3c9450dc26396c231c37212bf2905c41347]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:34 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da20580b6c10643b819d76f3ce449280fc94971e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:25:14 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08aa4f33a467d68f864ad5181aa4bf5929ad14cb]

        INTEGRATION: CWS ooo19126 (1.4.290); FILE MERGED 2005/09/05 13:43:33 rt 1.4.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [731d3075a52f7a481f4fe71dc1ef3d4b80b15c9d]

        INTEGRATION: CWS ooo19126 (1.4.358); FILE MERGED 2005/09/05 13:43:33 rt 1.4.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a377b92493cab19536f0293a3e7603e771b5e8ee]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:33 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d6c69f7abc6d230feb508d7bd9422cd3d3e6831]

        INTEGRATION: CWS ooo19126 (1.7.540); FILE MERGED 2005/09/05 13:25:12 rt 1.7.540.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8498eb68a83dfb9d11d31d1b690e37b342c620d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:26:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fc0befed1ef346102ed661eab475435806d31d0]

        INTEGRATION: CWS ooo19126 (1.2.924); FILE MERGED 2005/09/05 13:25:12 rt 1.2.924.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45d056ec041c7b88f7082da206da317ad1917a54]

        INTEGRATION: CWS ooo19126 (1.4.234); FILE MERGED 2005/09/05 13:43:32 rt 1.4.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fffcc7784abeaa9d710ede9834ddaf0f7eaefb3]

        INTEGRATION: CWS ooo19126 (1.7.518); FILE MERGED 2005/09/05 13:25:12 rt 1.7.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c18c15048679b987c4f56414682d708b8977c58b]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:43:32 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [652dcc510f62557b8f3a4be8aa69a078f8bf47e8]

        INTEGRATION: CWS ooo19126 (1.2.602); FILE MERGED 2005/09/05 13:25:11 rt 1.2.602.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ad9ce2f5798eb1c43ab103a1849cc938acc1ec7]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 13:43:32 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3fca197ec545f9f524b9104b73a512ae0592f982]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 13:25:11 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [122735f81861cbb0a0f4ee66776b147103f1e4c8]

        INTEGRATION: CWS ooo19126 (1.15.288); FILE MERGED 2005/09/05 13:25:11 rt 1.15.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3348fce934b9e6c24972544c074aaeb9be18c758]

        INTEGRATION: CWS ooo19126 (1.9.96); FILE MERGED 2005/09/05 13:43:31 rt 1.9.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [313d2953beaf60593357a50cb16dcf90b92d7181]

        INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 13:25:11 rt 1.8.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f3854dc6b16b589c61d951e94032ff82cceff97]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:26:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40a085a64645a100b7837db91b97b2826f81b07f]

        INTEGRATION: CWS ooo19126 (1.23.460); FILE MERGED 2005/09/05 13:43:31 rt 1.23.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21ac5feb6402c4ed5c0956d9e7f2c6c54feefe37]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:25:10 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d37edf2405e55a968a963ca70786eb64e7658f3]

        INTEGRATION: CWS ooo19126 (1.28.818); FILE MERGED 2005/09/05 13:43:30 rt 1.28.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02b573863a5e428b3dbaaf1b6bb872e6b75cb652]

        INTEGRATION: CWS ooo19126 (1.1.920); FILE MERGED 2005/09/05 13:25:10 rt 1.1.920.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e5353c735b14b76d4e983556a52833b24a1cd28]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:26:46 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [522be2e035dcd643c05b41f97423cb24053f22a0]

        INTEGRATION: CWS ooo19126 (1.10.386); FILE MERGED 2005/09/05 13:43:30 rt 1.10.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [862619d78e7cf8a4ceb520a6fe0c353e9d21447e]

        INTEGRATION: CWS ooo19126 (1.28.372); FILE MERGED 2005/09/05 13:25:10 rt 1.28.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [824fe9d176018f4bcd1357a610de3ecd28995791]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:26:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11eb4f797852185d07d5043454d33164f95c36d6]

        INTEGRATION: CWS ooo19126 (1.2.1276); FILE MERGED 2005/09/05 13:43:30 rt 1.2.1276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d629b395ec7caf805ca006ed9435be20139a94dc]

        INTEGRATION: CWS ooo19126 (1.9.472); FILE MERGED 2005/09/05 13:25:10 rt 1.9.472.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f87078c885f17970569e8a6768435c854945a91]

        INTEGRATION: CWS ooo19126 (1.49.694); FILE MERGED 2005/09/05 13:43:29 rt 1.49.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a53a78e09f66a3a6cd3f1a686b1ee1f983202b09]

        INTEGRATION: CWS ooo19126 (1.5.472); FILE MERGED 2005/09/05 13:25:09 rt 1.5.472.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aff80d561172e31583cc9a3f7c6ab98e870b28e3]

        INTEGRATION: CWS ooo19126 (1.4.1448); FILE MERGED 2005/09/05 13:43:29 rt 1.4.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c20b518c7f22efe449f8ece354d208451ce958b2]

        INTEGRATION: CWS ooo19126 (1.12.150); FILE MERGED 2005/09/05 13:25:08 rt 1.12.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0aee21d6b383e87da67eea9c60f81a726ea0e58]

        INTEGRATION: CWS ooo19126 (1.6.1254); FILE MERGED 2005/09/05 13:43:29 rt 1.6.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f9e22ecc73402cae60796eccf26fdc73bf50d91]

        INTEGRATION: CWS ooo19126 (1.25.62); FILE MERGED 2005/09/05 13:25:08 rt 1.25.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08bb951dc46e528d333ccf6130b714c3618bd7df]

        INTEGRATION: CWS ooo19126 (1.44.316); FILE MERGED 2005/09/05 13:43:29 rt 1.44.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [502f42de3fbd1d6a3179b7fcc0c0464dd4b1ae32]

        INTEGRATION: CWS ooo19126 (1.13.70); FILE MERGED 2005/09/05 13:25:08 rt 1.13.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [656475e34b342c2ba152c088229ac0cedf48df56]

        INTEGRATION: CWS ooo19126 (1.71.300); FILE MERGED 2005/09/05 13:43:28 rt 1.71.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [799c3e9d8faa8e30ca313cacf857c4dbbb647ee9]

        INTEGRATION: CWS ooo19126 (1.6.158); FILE MERGED 2005/09/05 13:25:07 rt 1.6.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70533eec3bb73cee4997ea95755a04e7bf5d7907]

        INTEGRATION: CWS ooo19126 (1.7.580); FILE MERGED 2005/09/05 13:43:28 rt 1.7.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08b18cb153059ff20d779607d7290039740b787c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:25:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90d23422daea55f74c2e31edd00a4e0840fe56af]

        INTEGRATION: CWS ooo19126 (1.21.368); FILE MERGED 2005/09/05 13:43:27 rt 1.21.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cef903964351612730152dccb95f71ef2085c220]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:25:06 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24aea598cb4d12d48ed5354c1b2afc4f371cc213]

        INTEGRATION: CWS ooo19126 (1.98.276); FILE MERGED 2005/09/05 13:43:27 rt 1.98.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51ac7c36569faa771c441d7e7ec9baf6691d595a]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 13:25:06 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0c108937c2f1283cc471c56f901a03bb405805d]

        INTEGRATION: CWS ooo19126 (1.12.818); FILE MERGED 2005/09/05 13:43:27 rt 1.12.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b27ee8a4c65adf97cadb26ab74566472e1b85e0]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 13:25:06 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcd8a4debf48b3a3b67fe63e5d768337bc443000]

        INTEGRATION: CWS ooo19126 (1.9.630); FILE MERGED 2005/09/05 13:43:26 rt 1.9.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96e26a9e909de6c69a41ae2d7a453bce0c9d6147]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:25:05 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [473c0c12bd7ed00f9358b0abcfe79b67169e0b94]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 13:25:05 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4bc7bb7315628d372b72576177512d55d0cbbc1]

        INTEGRATION: CWS ooo19126 (1.7.630); FILE MERGED 2005/09/05 13:43:26 rt 1.7.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [783f6e35c7486e0b569b321f52e0581d08a8cfa6]

        INTEGRATION: CWS ooo19126 (1.5.198); FILE MERGED 2005/09/05 13:25:04 rt 1.5.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ca11030d3d430d1f1cbd9ef7ac0727e67034a11]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:43:26 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d039a6c43bb0cf4db749db68af09366547ae621]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:25:04 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35a32bd990f7e433577c7dd7a4151fa965774037]

        INTEGRATION: CWS ooo19126 (1.23.578); FILE MERGED 2005/09/05 13:43:25 rt 1.23.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [480422a3c060b146bce2a831c7119e474ce52438]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:25:03 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02a18d7cf8368e60bbaf32dc39be658384a79033]

        INTEGRATION: CWS ooo19126 (1.11.580); FILE MERGED 2005/09/05 13:43:25 rt 1.11.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10ae1c2fd2636dee38317317d3599030dc57e426]

        INTEGRATION: CWS ooo19126 (1.5.198); FILE MERGED 2005/09/05 13:25:03 rt 1.5.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51179113ae2a9fcd1b4be97f65c52d535eb4b4a5]

        INTEGRATION: CWS ooo19126 (1.4.276); FILE MERGED 2005/09/05 13:43:25 rt 1.4.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df4fb3d91ffb4f8c265184ab407584a0eb70fe6d]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 13:43:25 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02a581e52253a1b82a89e414d8a2b1aa7b1f8d3c]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:25:02 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [471a3a71bb0ca3d443ad212731e4f9801679729d]

        INTEGRATION: CWS ooo19126 (1.4.316); FILE MERGED 2005/09/05 13:43:24 rt 1.4.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15458121460bd47a062c6a7d9e4e39ca66c15bff]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 13:25:02 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4629c075b0b7597dfb85e5aac0a044ab44ff6750]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 13:25:01 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0875bc40c9ef928b8d062a359c24e2a60fc387b]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:25:01 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [358054b89f03c140d71c5560cf8193ef7b50d2ca]

        INTEGRATION: CWS ooo19126 (1.15.1174); FILE MERGED 2005/09/05 13:43:21 rt 1.15.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80a99a0c696ebe12cc24d9a2ca4040dcae832326]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:43:21 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e2529e7addbb5b1469fe57347e1f8e8b1a784c1]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:43:21 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fce6e894abbdbd4028163c11493716925b88ca6b]

        INTEGRATION: CWS ooo19126 (1.7.64); FILE MERGED 2005/09/05 13:24:59 rt 1.7.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2e6e065ce3ee0cdca0bbf241428162ddbd10e9e]

        INTEGRATION: CWS ooo19126 (1.11.192); FILE MERGED 2005/09/05 13:43:21 rt 1.11.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8b04297c6315cf84200ccbd8b73fd53bb0fad24]

        INTEGRATION: CWS ooo19126 (1.11.62); FILE MERGED 2005/09/05 13:24:58 rt 1.11.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c14923fb4ccd7e0b6cdd66020c44d42944fdf400]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:43:20 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a91355a854be19e31594376b9d320d7f335d80bc]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 13:24:58 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb26e75cec09e01ca7ece1660da070bc9d240c97]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:43:20 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e18b1bf8e52af3e87b28d699ca0ca4c8b9a1ffea]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 13:24:57 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddf0aa1eb00ed0b4cc74112f8f7a8b8e4a313786]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:43:19 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cee188a6c6c37d26a32eac835ad8811333072c70]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:43:19 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9503d2d0c4830ed21d09de58ff70248729e5c3c0]

        INTEGRATION: CWS ooo19126 (1.22.486); FILE MERGED 2005/09/05 13:43:19 rt 1.22.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e5c818e0a1be79bbea944dd5de518a79c1a694d]

        INTEGRATION: CWS ooo19126 (1.3.394); FILE MERGED 2005/09/05 13:24:55 rt 1.3.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6e73a33caa718abbec0b3199fe24cc38878b25a]

        INTEGRATION: CWS ooo19126 (1.11.406); FILE MERGED 2005/09/05 13:43:19 rt 1.11.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [967b4f2940c9c9f227a4c477d11acae70db1bd6d]

        INTEGRATION: CWS ooo19126 (1.4.198); FILE MERGED 2005/09/05 13:24:55 rt 1.4.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34f7359ba52dd91da49a62c68b4ef4f77c944b7e]

        INTEGRATION: CWS ooo19126 (1.31.694); FILE MERGED 2005/09/05 13:43:18 rt 1.31.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fda0e5a67de9866e0715e0d9c44db45de9282dda]

        INTEGRATION: CWS ooo19126 (1.12.154); FILE MERGED 2005/09/05 13:24:55 rt 1.12.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b054f412dad7a5083e7ea314f012391489faa1a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:43:18 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9552b7dd8e22da825969f095df6f7763a64f22af]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:24:54 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd133e573e26944e350bf0cd0554000f6970e6e]

        INTEGRATION: CWS ooo19126 (1.37.694); FILE MERGED 2005/09/05 13:43:18 rt 1.37.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1473d3e5856529c930b4bb5808e957f12b292ce1]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:43:17 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb7b5fe5e42f3f69dc704beb34e31a7b5de72fa3]

        INTEGRATION: CWS ooo19126 (1.3.198); FILE MERGED 2005/09/05 13:24:54 rt 1.3.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4932bfe66168e8ae9b6c5b33489b02d08e47e41]

        INTEGRATION: CWS ooo19126 (1.7.594); FILE MERGED 2005/09/05 13:43:17 rt 1.7.594.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd1b5d16f1db5c3161e4c1ecdfc3f6b94d8ced60]

        INTEGRATION: CWS ooo19126 (1.4.198); FILE MERGED 2005/09/05 13:24:54 rt 1.4.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d2f989def10c59e8e03d4764ce1262b4b991593]

        INTEGRATION: CWS ooo19126 (1.4.726); FILE MERGED 2005/09/05 13:43:17 rt 1.4.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a928a6e9e4c525152b342d02e50f1c68562abb75]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 13:24:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [279c06dbaa1337c766023985e4a2c36c19fe0e36]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:24:53 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82f1a6985e218e64bee17661c7ead7080c78605d]

        INTEGRATION: CWS ooo19126 (1.3.198); FILE MERGED 2005/09/05 13:24:53 rt 1.3.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1806171d269195b123a42a8ab22de1e3aba9c0]

        INTEGRATION: CWS ooo19126 (1.36.694); FILE MERGED 2005/09/05 13:43:15 rt 1.36.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d9798631a350ad9a639e1206b9f64c31798a9e6]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:15 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [452f98c6b338db305cc21fb7adcfe7fc9dcf0476]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:24:52 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4910f6f438f64a74bb8c64b1fa0b85bcb0bb0f2]

        INTEGRATION: CWS ooo19126 (1.15.580); FILE MERGED 2005/09/05 13:43:15 rt 1.15.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca4881cad374abb18a2531e21b8fa80b6d2778c0]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:52 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa6e5fe660941e5dc002b774ae921dde7c4bb2e4]

        INTEGRATION: CWS ooo19126 (1.23.694); FILE MERGED 2005/09/05 13:43:15 rt 1.23.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d6398ddc062184fb75be9119bb3548703b9a183]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:51 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c515b7544af73515b2062f3a0062f984e695e2e]

        INTEGRATION: CWS ooo19126 (1.48.694); FILE MERGED 2005/09/05 13:43:14 rt 1.48.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbc24d5679fda8775c8180b9ceebf8373c59fcbc]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:14 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60056bab1d2861652cf2d4b6840492afa188f341]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 13:24:51 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae4fe74588a6dc7bf4dcf5f7480eb0e030c9357e]

        INTEGRATION: CWS ooo19126 (1.22.290); FILE MERGED 2005/09/05 13:43:13 rt 1.22.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47461bc569e08d94a4016f57294519d8a616735c]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 13:24:51 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3313bf02c534d64c7ce447f6993be68bc00ee333]

        INTEGRATION: CWS ooo19126 (1.40.694); FILE MERGED 2005/09/05 13:43:13 rt 1.40.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dec63be04002e7a36d64f2c60a7bce0b07a45f17]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:50 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acb1005b4e16c5f644c8de020908bb5696b990e4]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:13 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c188b14ab6a68b8702a2cfb0ae251f49e325878]

        INTEGRATION: CWS ooo19126 (1.8.726); FILE MERGED 2005/09/05 13:43:12 rt 1.8.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [632bfd69ce5c57256acb58512c37b7e650637ae3]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 13:24:50 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee1a1d0a7e07f07b08e48b310c9d2f9450e03e3a]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 13:24:49 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ceec4c500632387ccd2113ce8887a29a6c4fd2d]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:43:12 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94b47c10ea3cb376a07a49fd84cc89c190775ec1]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 13:43:12 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0bfaac15b93ffbb5af4f309c6d4a7138078e870]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 13:24:49 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85b39ee41e264bde86e160d31852fd34461def1b]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:43:11 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26c73a1ea9891aa0615b3b56bfd83bd9a9a2aa63]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:43:11 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4dcc16100c0d96a1317f066bae0a3fdb79d6d72]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 13:24:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12a1090f1dfd21b054593d1f241b5466d3b7b4b1]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:43:11 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78f0b302105d40e77075ba02e4620cbb691239e3]

        INTEGRATION: CWS ooo19126 (1.11.64); FILE MERGED 2005/09/05 13:24:48 rt 1.11.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [541f002fc39753fe80dad16167adb2b579c6276d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:26:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b03df838cbee5eb720cdbd0ad295ccfdd7d56e83]

        INTEGRATION: CWS ooo19126 (1.4.1174); FILE MERGED 2005/09/05 13:43:10 rt 1.4.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a9b357984217a7cf5df105ae486fb32b65b7337]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 13:24:48 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38b670dc7a91af894cff39803ec2a3d21564274d]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:26:24 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c23b4c57c473ec1cd21f98903002bf8a54ae1381]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:43:10 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [465f920df9512d12776a5f685f4dbe02aaf125bf]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:48 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2623046e8e1ea3ee5891d47aa66a79ef8736cb3d]

        INTEGRATION: CWS ooo19126 (1.51.226); FILE MERGED 2005/09/05 13:43:09 rt 1.51.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c274036159bb7fbe730adbc28acabbc7a3db6d6]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 13:24:48 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78fe4e835f78f149fc19d3366e8bdc5c163048d6]

        INTEGRATION: CWS ooo19126 (1.30.226); FILE MERGED 2005/09/05 13:43:09 rt 1.30.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a17558d3aeda0aed07e83103dc34f702ff5b408d]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 13:24:47 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [413396139fbaf874c923d49b37021762a1ec8c50]

        INTEGRATION: CWS ooo19126 (1.14.486); FILE MERGED 2005/09/05 13:43:09 rt 1.14.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [059b45306a32d68c2f57b2488abe8c058d1b3c19]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 13:24:47 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94d4f4cd241bee6d9162f6d20dd6d26e1c50291d]

        INTEGRATION: CWS ooo19126 (1.41.276); FILE MERGED 2005/09/05 13:43:08 rt 1.41.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ba25f2f0fd6d283e98f3afc38f8587812ed8464]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:24:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [793b0c214f38bfe0e7d1fb07ed0d4f5808335fe6]

        INTEGRATION: CWS ooo19126 (1.15.84); FILE MERGED 2005/09/05 13:43:08 rt 1.15.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfbb4a8df1608b3e0fd82dc5b2551171fa5e39bd]

        INTEGRATION: CWS ooo19126 (1.5.62); FILE MERGED 2005/09/05 13:24:47 rt 1.5.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c53a897d45017ae5e99e0f6367673f4ee90012a]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:43:08 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [399d5636a45ad8736206d36d8def96c3f2962925]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 13:24:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80b34661fa9e9f5732862c4aa75da72ce4e10c6e]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:46 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee7f006808bfca07ec513511513921f2111adc50]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 13:24:46 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab170a63b061a318948a4c5627fceec98c49a86c]

        INTEGRATION: CWS ooo19126 (1.47.406); FILE MERGED 2005/09/05 13:43:03 rt 1.47.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b4a3269ba7af295cd530953c2af0f31221b88b4]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 13:24:46 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c09685af57725518cc5303298a9e32ee2b376610]

        INTEGRATION: CWS ooo19126 (1.19.94); FILE MERGED 2005/09/05 13:43:03 rt 1.19.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d468e9304bf468d534588ff2cec3e2b90a931341]

        INTEGRATION: CWS ooo19126 (1.13.62); FILE MERGED 2005/09/05 13:24:45 rt 1.13.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc0257dad4d2c3709539836403809316db009019]

        INTEGRATION: CWS ooo19126 (1.21.578); FILE MERGED 2005/09/05 13:43:03 rt 1.21.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f01ca59ed0023aa8318fcc3669828d2aa8f23fdf]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:45 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aaf38bb702745f9d166841811715cc5d7f9f41cb]

        INTEGRATION: CWS ooo19126 (1.49.276); FILE MERGED 2005/09/05 13:43:02 rt 1.49.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd1a67cf81b7320ddbbdad94b7f26c0802921712]

        INTEGRATION: CWS ooo19126 (1.6.856); FILE MERGED 2005/09/05 13:43:02 rt 1.6.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0eb9c47c8a8ca6f8fe29136226dd136b0cf3ec4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:26:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [476f33c1e56a6ef1d4a3da9ae51cd7f6572bc137]

        INTEGRATION: CWS ooo19126 (1.76.94); FILE MERGED 2005/09/05 13:43:02 rt 1.76.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce6db40fb7d44e441a8e76d28a3b2c1757d27993]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:44 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1508520ea6d578d11f32a7815fdd486a3ff96ee7]

        INTEGRATION: CWS ooo19126 (1.52.84); FILE MERGED 2005/09/05 13:43:01 rt 1.52.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b41410427052ae7d2c2913f6bcf95ea9b43353eb]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:24:44 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faf6094693a1dd08bdd499b6553d54c3b3a3941f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:26:13 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cd489ccbafb35f71e21d975aa13614551e2c550]

        INTEGRATION: CWS ooo19126 (1.27.580); FILE MERGED 2005/09/05 13:43:01 rt 1.27.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [767b4d8e88242e39a365aa0da5910be13ab28bc7]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 13:24:44 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f44fe44323ed776afdb62c085a3d79408e38f483]

        INTEGRATION: CWS ooo19126 (1.24.460); FILE MERGED 2005/09/05 13:43:01 rt 1.24.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f339680a3cda1ead7e48f754458da98095cfea7d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:26:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b4412d36d29c78278433126af5389d68c20cf2d]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:43 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c434b1dd32eabd04db9a0aac69976130205bf57]

        INTEGRATION: CWS ooo19126 (1.52.94); FILE MERGED 2005/09/05 13:43:00 rt 1.52.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8031f20dcdae16f5a08928bb5315019b92e9a781]

        INTEGRATION: CWS ooo19126 (1.22.460); FILE MERGED 2005/09/05 13:43:00 rt 1.22.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9664e1765822e1c4a558f013383ec133c8f87ea5]

        INTEGRATION: CWS ooo19126 (1.5.70); FILE MERGED 2005/09/05 13:24:42 rt 1.5.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9dcdecb3dc821568c0b0a67e6258ef7ec120a5c]

        INTEGRATION: CWS ooo19126 (1.112.300); FILE MERGED 2005/09/05 13:42:59 rt 1.112.300.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa397ff7e4a158891f4b35fcec61db2dd51d13c8]

        INTEGRATION: CWS ooo19126 (1.7.132); FILE MERGED 2005/09/05 13:24:42 rt 1.7.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f4e2c8707b33893d8763c1ee64f95b48a2fc8f1]

        INTEGRATION: CWS ooo19126 (1.6.478); FILE MERGED 2005/09/05 13:42:58 rt 1.6.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e912365a0fc9d9f26d0c3f31ca38a2c866880b4a]

        INTEGRATION: CWS ooo19126 (1.10.66); FILE MERGED 2005/09/05 13:24:42 rt 1.10.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8cd03e5dd21e48856e31edadbf4e8ee822aabf0]

        INTEGRATION: CWS ooo19126 (1.23.578); FILE MERGED 2005/09/05 13:42:57 rt 1.23.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d51eca882edec45cae2488da35298cbb26275f61]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:41 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f20cb65055ae6d2a22cfe9380d9e826f6fafd04]

        INTEGRATION: CWS ooo19126 (1.41.160); FILE MERGED 2005/09/05 13:42:57 rt 1.41.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e050a90a7fe6363ddca81e21945ff4cbb2e8114d]

        INTEGRATION: CWS ooo19126 (1.15.452); FILE MERGED 2005/09/05 13:42:57 rt 1.15.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af6969efb9852a0a2cc34f775a56ac68c11260e1]

        INTEGRATION: CWS ooo19126 (1.37.246); FILE MERGED 2005/09/05 13:42:57 rt 1.37.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f89a3c50dc8440c8931df0d1959f574ac1b51be4]

        INTEGRATION: CWS ooo19126 (1.6.70); FILE MERGED 2005/09/05 13:24:40 rt 1.6.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b3899352e47a380cfa13861082a028c422481c1]

        INTEGRATION: CWS ooo19126 (1.11.452); FILE MERGED 2005/09/05 13:42:56 rt 1.11.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3670b012edc3cafeddece8842c67f40eb56337b5]

        INTEGRATION: CWS ooo19126 (1.3.70); FILE MERGED 2005/09/05 13:24:40 rt 1.3.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d5e6c3f9ec1aa65f2bcd97d671ebe6871b84363]

        INTEGRATION: CWS ooo19126 (1.13.732); FILE MERGED 2005/09/05 13:42:56 rt 1.13.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c2547e2e5e61c8f0e786b12f84176801cf8d4a4]

        INTEGRATION: CWS ooo19126 (1.11.64); FILE MERGED 2005/09/05 13:24:39 rt 1.11.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7332e62d9f15c230e9af3063c9f5ddd59b93b6c0]

        INTEGRATION: CWS ooo19126 (1.49.276); FILE MERGED 2005/09/05 13:42:56 rt 1.49.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39f3427c1cc82c0d0544077827a47368bbe7f688]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:38 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eda38e5e00d0d47590f1753eaf3fefaf0b8f9670]

        INTEGRATION: CWS ooo19126 (1.32.274); FILE MERGED 2005/09/05 13:42:55 rt 1.32.274.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [613cbb8bbc2c09581962834aae9484c65520d9ed]

        INTEGRATION: CWS ooo19126 (1.14.62); FILE MERGED 2005/09/05 13:24:38 rt 1.14.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38d33b3e8262f7f4b4d61710aef8feed71c22a16]

        INTEGRATION: CWS ooo19126 (1.4.478); FILE MERGED 2005/09/05 13:42:55 rt 1.4.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d85b3e392d0f41198b0f668cf0ac8f02d13246c]

        INTEGRATION: CWS ooo19126 (1.12.1254); FILE MERGED 2005/09/05 13:42:55 rt 1.12.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [478dfad3f8140ef4f90ed50e3d6d99f5c5ac8465]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:37 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d950a4588a934b9e2d1b6a3d967c3bc1e229964]

        INTEGRATION: CWS ooo19126 (1.1.1446); FILE MERGED 2005/09/05 13:42:55 rt 1.1.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15526292d04ae16a1abb7ddab94ac066a0aeda9d]

        INTEGRATION: CWS ooo19126 (1.3.276); FILE MERGED 2005/09/05 13:42:54 rt 1.3.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d602d489611438278c4365f31218bee538a844b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:26:05 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b19113fc749fa24097e0b36317f804f620c7790b]

        INTEGRATION: CWS ooo19126 (1.2.1446); FILE MERGED 2005/09/05 13:42:54 rt 1.2.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eff6d40e7687f476187332c7b22f3d0eea3ccccf]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:36 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a146a01c229b484203caf0e11e2a476e2cca1d6f]

        INTEGRATION: CWS ooo19126 (1.1.1446); FILE MERGED 2005/09/05 13:42:54 rt 1.1.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4d47e95b2e73e4dbe67e332918e04bd360c9e25]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:26:04 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d76161b381c4b29b599c9fc3aca56f8baa719ad]

        INTEGRATION: CWS ooo19126 (1.13.478); FILE MERGED 2005/09/05 13:42:54 rt 1.13.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9c760e3478d9051435309783063516e0cd9ffda]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 13:24:35 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e3c0872cc24e091369954c6b8bc7d2adc2f1287]

        INTEGRATION: CWS ooo19126 (1.7.478); FILE MERGED 2005/09/05 13:42:53 rt 1.7.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8176747cb6eb38b9db9ae6cfae948116873f0261]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:35 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b399cd0ab1345164b96617182ba1f563ad6f189b]

        INTEGRATION: CWS ooo19126 (1.13.276); FILE MERGED 2005/09/05 13:42:53 rt 1.13.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8dd8c2fedb5a746567e60905488bfbd8d0211e9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:26:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77b373864bd3d133f1c40fc3c02d8676566f3d51]

        INTEGRATION: CWS ooo19126 (1.5.198); FILE MERGED 2005/09/05 13:24:34 rt 1.5.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [922c37991c31ec8b85abd36bbdea2ea3c61b7821]

        INTEGRATION: CWS ooo19126 (1.2.478); FILE MERGED 2005/09/05 13:42:53 rt 1.2.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [019ad094ea61c9ee62fe774b59ffc091d46697bf]

        INTEGRATION: CWS ooo19126 (1.8.70); FILE MERGED 2005/09/05 13:24:34 rt 1.8.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5d7f5ab920bba262dd52f7ada7e0415eac4b101]

        INTEGRATION: CWS ooo19126 (1.3.394); FILE MERGED 2005/09/05 13:24:34 rt 1.3.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77075468d417430077ce430263ef8c4c19c445d3]

        INTEGRATION: CWS ooo19126 (1.4.478); FILE MERGED 2005/09/05 13:42:53 rt 1.4.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96ede7dc72557a8d09a2c946eb471093b058d52f]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:34 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4c4a2097a4abd6d6d6adafca1d449bb0d1093ba]

        INTEGRATION: CWS ooo19126 (1.13.274); FILE MERGED 2005/09/05 13:42:52 rt 1.13.274.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15c1edf4f91a7d7c852a8124cca13d7a5e4c84ac]

        INTEGRATION: CWS ooo19126 (1.30.460); FILE MERGED 2005/09/05 13:42:52 rt 1.30.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [635dfb81420707cca51f029344e4e08d95086d30]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 13:24:33 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edb27f30d543365d044c9c3cbee89f8f3c60cca4]

        INTEGRATION: CWS ooo19126 (1.88.86); FILE MERGED 2005/09/05 13:42:52 rt 1.88.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ff92456ef3e9e74d5afd9b1c0debe647d9c3b5b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:24:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49a94881737a84532e1660d33953fc8ddffb1fa8]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:42:51 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9ea8a06e1171cc7bddfb238304c203bee6d0208]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 13:24:33 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30f257aab01239cf4dc6bc010cf4fac3589dded7]

        INTEGRATION: CWS ooo19126 (1.41.662); FILE MERGED 2005/09/05 13:42:51 rt 1.41.662.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ee3f009d65e7c0dfcbd3ef288064de79474496a]

        INTEGRATION: CWS ooo19126 (1.29.276); FILE MERGED 2005/09/05 13:42:51 rt 1.29.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ebde4a3b33cfc238f6833d94d3428b5187fc5d8]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:32 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65e2bbe21ad85e425c011366d6fee40ea0910863]

        INTEGRATION: CWS ooo19126 (1.7.276); FILE MERGED 2005/09/05 13:42:51 rt 1.7.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f2c139ebe3a93c31833deea1433ee79d4f62d69]

        INTEGRATION: CWS ooo19126 (1.5.70); FILE MERGED 2005/09/05 13:24:32 rt 1.5.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae6410da451788ace00570db23138b75ac98cac0]

        INTEGRATION: CWS ooo19126 (1.14.276); FILE MERGED 2005/09/05 13:42:50 rt 1.14.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25228bdb6d35362c100b419c01ff7500b687941c]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:31 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cdc637e924e7c0e871437eece58ca1439bf2e62]

        INTEGRATION: CWS ooo19126 (1.29.478); FILE MERGED 2005/09/05 13:42:50 rt 1.29.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07317adf805986ffd175b34e3b4cec2e4753a739]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:30 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [911ba6c34d677a9dc49fd13d9a60d97c870ca9a4]

        INTEGRATION: CWS ooo19126 (1.76.234); FILE MERGED 2005/09/05 13:42:50 rt 1.76.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4432f2fcd1a21688334a0de404220c7b371ec99c]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 13:24:30 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7091bfdd9078be99e167e1bf721506460e5567e]

        INTEGRATION: CWS ooo19126 (1.2.1448); FILE MERGED 2005/09/05 13:42:50 rt 1.2.1448.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3c17409cd4ef6199426a2aeae373f0292748728]

        INTEGRATION: CWS ooo19126 (1.4.134); FILE MERGED 2005/09/05 13:24:29 rt 1.4.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3de7b243694041590ca08b24422caa91312ad3e0]

        INTEGRATION: CWS ooo19126 (1.2.1458); FILE MERGED 2005/09/05 13:42:49 rt 1.2.1458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a55bced0a45b8d80f2abc2102a23e32289474c2b]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 13:24:29 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [303d1b54253de41f71255fec74fb7e27d4c337b0]

        INTEGRATION: CWS ooo19126 (1.9.478); FILE MERGED 2005/09/05 13:42:49 rt 1.9.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20c8089640b5ecd7d6445025e96f6076fa3c76e7]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:29 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97467c6b603e258f1ee8a91606efa2234b96d2a1]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:42:49 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [450ccb179c0264fc1a7569c1dd2f53b5dba07f33]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 13:24:27 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ef080552a01b15159da8770cb0b31d1ec0f58d2]

        INTEGRATION: CWS ooo19126 (1.48.386); FILE MERGED 2005/09/05 13:42:49 rt 1.48.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c559346aa37612124d3feb29bd04dcffe6b1a05]

        INTEGRATION: CWS ooo19126 (1.6.70); FILE MERGED 2005/09/05 13:24:26 rt 1.6.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d43ba1cbb578e6d4cbf795ceeb53686a7a5827dc]

        INTEGRATION: CWS ooo19126 (1.10.70); FILE MERGED 2005/09/05 13:24:26 rt 1.10.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be08d3b87def6a79a6e2bcbae937b1ef2f8b04ec]

        INTEGRATION: CWS ooo19126 (1.62.86); FILE MERGED 2005/09/05 13:42:48 rt 1.62.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2073784d520cacddca75354ebfba70253b07c701]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:25 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b45331c14c6108bf4f586fae8f76281c3e732ce]

        INTEGRATION: CWS ooo19126 (1.15.576); FILE MERGED 2005/09/05 13:42:48 rt 1.15.576.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [388c2e27e2c6b3765dccbaf06ac54579bb77a57e]

        INTEGRATION: CWS ooo19126 (1.5.70); FILE MERGED 2005/09/05 13:24:24 rt 1.5.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f28506d0a2e5b3dc1bb39c6e232f8178d1bb7b91]

        INTEGRATION: CWS ooo19126 (1.5.1436); FILE MERGED 2005/09/05 13:42:47 rt 1.5.1436.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fa413cc57450032a1fa553b2f6227d61859e699]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:24 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d06918b701dad38fe7a6447c2ee3f8f6ece9819d]

        INTEGRATION: CWS ooo19126 (1.17.664); FILE MERGED 2005/09/05 13:42:47 rt 1.17.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d747431c3d5977a786f2b270cef90ad49dbc39b4]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:23 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84b354cfd14fc396d615bd3631f8a31ad9dc662f]

        INTEGRATION: CWS ooo19126 (1.1.1452); FILE MERGED 2005/09/05 13:42:47 rt 1.1.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6c374c6ec7a21af3cfce2f7e95c46727df9aa21]

        INTEGRATION: CWS ooo19126 (1.4.696); FILE MERGED 2005/09/05 13:42:46 rt 1.4.696.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e170cb879ba234789ebdcd5d246a4177c127ecb4]

        INTEGRATION: CWS ooo19126 (1.17.64); FILE MERGED 2005/09/05 13:24:23 rt 1.17.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7abb6a4679863328ee1d8a992bea1283bbbdfc9]

        INTEGRATION: CWS ooo19126 (1.4.856); FILE MERGED 2005/09/05 13:42:46 rt 1.4.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f40d0d92e17e2f86a290a6b6e61457c0cac60918]

        INTEGRATION: CWS ooo19126 (1.8.696); FILE MERGED 2005/09/05 13:42:45 rt 1.8.696.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3d166830f0c71b6fb9f7acdf2370cf5650fd3fe]

        INTEGRATION: CWS ooo19126 (1.22.58); FILE MERGED 2005/09/05 13:24:22 rt 1.22.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8293ec7d27dbf999b3da724ab2c337ef05c90247]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:45 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b662f6e0c1b6654b1ddb4668a4c54a46900de1d4]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:24:22 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af7df58a62e599be8f7bc8bb4f3a535b5ddd5d9b]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 13:42:45 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fd2e1807bfe028e32253680f317ae57039375b7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:44 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7b5cc7921c901096dca4c1315d0f93ca4f971e5]

        INTEGRATION: CWS ooo19126 (1.5.70); FILE MERGED 2005/09/05 13:24:22 rt 1.5.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92fdd65c24b81f8e8c0768dee13ccc35a8a4d998]

        INTEGRATION: CWS ooo19126 (1.3.1440); FILE MERGED 2005/09/05 13:42:44 rt 1.3.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4faacf4ab4813f6d5cf5714bad9e1867b1f8aa4]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 13:24:21 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca2e85f926cfa55ac316184868efe84b9a5f4753]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 13:42:44 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e400d42b044f70e0d491eed650591b950f9498d7]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:21 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d30214d76ac7936ccb396e948d4a793608545456]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:25:45 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [454390583299005875c405a340d1cf2bf7714a63]

        INTEGRATION: CWS ooo19126 (1.3.1440); FILE MERGED 2005/09/05 13:42:43 rt 1.3.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a71465bbbebc955b197c706e11334968c03d297]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 13:24:21 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0c413ecc56713bc78643808879a8a3c87a25044]

        INTEGRATION: CWS ooo19126 (1.2.810); FILE MERGED 2005/09/05 13:42:43 rt 1.2.810.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11e4a3cd6ef8984b6c2d130f310d86f32a304893]

        INTEGRATION: CWS ooo19126 (1.8.68); FILE MERGED 2005/09/05 13:24:21 rt 1.8.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4e648fd5a3c49a80e0dd10a2a3a4a2ab3d34793]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:42:43 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb7ebd02096a74a6befd7db7f6fbb40e752b8b41]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:20 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2793ee9a806e88147203ef99500dc42abaab1fa0]

        INTEGRATION: CWS ooo19126 (1.4.578); FILE MERGED 2005/09/05 13:42:43 rt 1.4.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3dd287a1576850a0d908e80abc752182010988b]

        INTEGRATION: CWS ooo19126 (1.29.664); FILE MERGED 2005/09/05 13:42:42 rt 1.29.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [525840832303a5b9132802e0453a2616d6e1ab8a]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 13:24:20 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b664f51c89d4cd2b449f52476b66c8bc7dc546e2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:25:44 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abf47391e1ed0cebf48443bd4b2409f12709c07f]

        INTEGRATION: CWS ooo19126 (1.70.184); FILE MERGED 2005/09/05 13:42:41 rt 1.70.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d28246b585139c40ec4e1ca509f2fff9834a07b0]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:24:20 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4506fb3b071a37223cc95046fa1d414cb587fd1e]

        INTEGRATION: CWS ooo19126 (1.116.184); FILE MERGED 2005/09/05 13:42:41 rt 1.116.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb2b634f781219341daf11db8a21dfbadcd5ed21]

        INTEGRATION: CWS ooo19126 (1.13.68); FILE MERGED 2005/09/05 13:24:20 rt 1.13.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60332fcbea13ead32d8ddfe4b05df1722a2b7db8]

        INTEGRATION: CWS ooo19126 (1.162.98); FILE MERGED 2005/09/05 13:42:40 rt 1.162.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fd12a7803d6335dcdd63294dad0e25ac9a7c290]

        INTEGRATION: CWS ooo19126 (1.22.22); FILE MERGED 2005/09/05 13:24:19 rt 1.22.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3273a9b89cbb461523570297457c10b4a4891e16]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:18 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7f7125990017e48b9a9c11f7d529e9e2150b124]

        INTEGRATION: CWS ooo19126 (1.88.224); FILE MERGED 2005/09/05 13:42:39 rt 1.88.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [932b0562c4b0d8cfe5405b1b4d94726c77033a1d]

        INTEGRATION: CWS ooo19126 (1.48.578); FILE MERGED 2005/09/05 13:42:39 rt 1.48.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82afe7b41c61a96a56543c1711bd76621970ac28]

        INTEGRATION: CWS ooo19126 (1.68.80); FILE MERGED 2005/09/05 13:42:39 rt 1.68.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2366ff8446906140f805bae8232191880b4f4c70]

        INTEGRATION: CWS ooo19126 (1.7.68); FILE MERGED 2005/09/05 13:24:17 rt 1.7.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e9c79498f810a4fc5ff1c806467348e75830a02]

        INTEGRATION: CWS ooo19126 (1.38.406); FILE MERGED 2005/09/05 13:42:38 rt 1.38.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4de1cea99cc01cf71e35846383a775550432019]

        INTEGRATION: CWS ooo19126 (1.113.226); FILE MERGED 2005/09/05 13:42:38 rt 1.113.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12c7bd40145d9d683dbc7d098273e6992e3e8ff9]

        INTEGRATION: CWS ooo19126 (1.4.198); FILE MERGED 2005/09/05 13:24:17 rt 1.4.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb2a1c4a548f68774a8b2cbe626432f9ac7fe5fd]

        INTEGRATION: CWS ooo19126 (1.135.384); FILE MERGED 2005/09/05 13:42:37 rt 1.135.384.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [becc8a475da989b6be2a7c514faee4244f47e887]

        INTEGRATION: CWS ooo19126 (1.155.78); FILE MERGED 2005/09/05 13:42:36 rt 1.155.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e12f7b494ea2045a1624c0853f6fd5227caa95d9]

        INTEGRATION: CWS ooo19126 (1.62.306); FILE MERGED 2005/09/05 13:42:36 rt 1.62.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e69d8b4ed6a93f2dac9fa752a440b0ec633bb45]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 13:24:16 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7fae993e128b22673bb68a412f56449a5d1c28b]

        INTEGRATION: CWS ooo19126 (1.15.406); FILE MERGED 2005/09/05 13:42:36 rt 1.15.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6c76a8e483aacf3a6d7fae0aa0785cc4b0fa573]

        INTEGRATION: CWS ooo19126 (1.135.86); FILE MERGED 2005/09/05 13:42:35 rt 1.135.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35e6c43aaee8f1bed716635ad551df2f635be36]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 13:24:15 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0601cb4cebebeca546eecb2f85b5d112582f37d5]

        INTEGRATION: CWS ooo19126 (1.10.578); FILE MERGED 2005/09/05 13:42:35 rt 1.10.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c34ce03a62c7777c0c4d3a4d74286e56df359979]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:15 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27b222d109a7566ced76440e8871cf854c18be40]

        INTEGRATION: CWS ooo19126 (1.20.384); FILE MERGED 2005/09/05 13:42:35 rt 1.20.384.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b400f4b12456db1f0c874c171787a852c6e05304]

        INTEGRATION: CWS ooo19126 (1.88.226); FILE MERGED 2005/09/05 13:42:34 rt 1.88.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d162fe5c1cf6d859cab71eebb037c7126f942b3]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:14 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29b1c7dcf79ac385226dfd401caa72f5f9a85ea4]

        INTEGRATION: CWS ooo19126 (1.40.386); FILE MERGED 2005/09/05 13:42:34 rt 1.40.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a986b4cd54e850607efe29ec24218083d8e2796]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:25:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c9542a8a2d7a9c528a6d0b97e61767749ecedd5]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 13:24:14 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1506cfd62f450915396d041bd1ba0be66ff306cf]

        INTEGRATION: CWS ooo19126 (1.64.384); FILE MERGED 2005/09/05 13:42:34 rt 1.64.384.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27c89ffaaf2d252044006a06fdc1cb672ce4aad3]

        INTEGRATION: CWS ooo19126 (1.1.542); FILE MERGED 2005/09/05 13:24:14 rt 1.1.542.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9079189b37932aafeac1c9ac51dc8ebb1a721ca4]

        INTEGRATION: CWS ooo19126 (1.72.224); FILE MERGED 2005/09/05 13:42:33 rt 1.72.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df22377baebcfd62ff1fad63a77388059527dacf]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:24:13 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [670760c699824997076503e3e6456d473bd19e1a]

        INTEGRATION: CWS ooo19126 (1.33.720); FILE MERGED 2005/09/05 13:42:33 rt 1.33.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8baa04a43effef4823bb7dd497f7d5705257baf3]

        INTEGRATION: CWS ooo19126 (1.8.134); FILE MERGED 2005/09/05 13:24:13 rt 1.8.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9cf795cd85552a4500b873a35e03ae2b028af3fd]

        INTEGRATION: CWS ooo19126 (1.31.162); FILE MERGED 2005/09/05 13:42:32 rt 1.31.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c4db40e9c46dc657b48374676951fb9d24312ef]

        INTEGRATION: CWS ooo19126 (1.13.64); FILE MERGED 2005/09/05 13:24:12 rt 1.13.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72422aa6d7434edc182e2afcb0f6cc9f2bfd845a]

        INTEGRATION: CWS ooo19126 (1.77.186); FILE MERGED 2005/09/05 13:42:32 rt 1.77.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffc04d89fa5a50ce767ba08ca03c4fe258d3b25e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:25:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b55f64087d3ae61ade3b348cffcdb6cc39452520]

        INTEGRATION: CWS ooo19126 (1.21.58); FILE MERGED 2005/09/05 13:24:12 rt 1.21.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44c26f52af98feb270e624296d54abf803640edc]

        INTEGRATION: CWS ooo19126 (1.84.224); FILE MERGED 2005/09/05 13:42:31 rt 1.84.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1950ae627f68934c2213fba496b9e73ad559e0d]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 13:24:12 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8abea5f1299dc5cd5cb412b3564469d115aaa67c]

        INTEGRATION: CWS ooo19126 (1.4.816); FILE MERGED 2005/09/05 13:42:31 rt 1.4.816.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7edaf63684660172442ecd30eed6cf2e80711a4d]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 13:24:12 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53e120791f0f9653a88f690b6002b2b37afcb4e8]

        INTEGRATION: CWS ooo19126 (1.13.460); FILE MERGED 2005/09/05 13:42:31 rt 1.13.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d0a9d1f955bfa02d0946408065c43fe37d7a6a3]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 13:24:11 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49772db2f89a93f1fa1f1f4e89b3a51dcf160df8]

        INTEGRATION: CWS ooo19126 (1.10.578); FILE MERGED 2005/09/05 13:42:31 rt 1.10.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d40e6a8751bcf92310ff40af5dedf2b4d4fa2032]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:24:11 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e6dcbcdec41107d26674f8cf5e9bc6e5cecefc3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:25:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3ef5a1f6e560a6a195ad7c2ed6b6e0cb2a1baee]

        INTEGRATION: CWS ooo19126 (1.14.214); FILE MERGED 2005/09/05 13:42:30 rt 1.14.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5885fd236a780ec72e1d86c1c0b909367383ffbd]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:10 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0df4b8e747cc31aa8b528fd343966fd90d001ee7]

        INTEGRATION: CWS ooo19126 (1.2.956); FILE MERGED 2005/09/05 13:42:30 rt 1.2.956.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5129b2870643714785715fae1b228d3df9550e2f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:25:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4919d44b832973419cc08a88f4715aa2c11386a6]

        INTEGRATION: CWS ooo19126 (1.5.878); FILE MERGED 2005/09/05 13:42:30 rt 1.5.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5058daf75f3c505a22a07e56e4b041c82a0556c6]

        INTEGRATION: CWS ooo19126 (1.4.854); FILE MERGED 2005/09/05 13:42:30 rt 1.4.854.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c3ad7add61b5836fa78c4e0a5e66511cf433a9d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:25:27 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [357f9bbf100ee6a89e2d10e8622ab22bd760c6ef]

        INTEGRATION: CWS ooo19126 (1.5.854); FILE MERGED 2005/09/05 13:42:29 rt 1.5.854.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79f883794681ec1df77dd5eb3e346d6a5d4eb1cc]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:24:09 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [049f5623e88c498b56829df2d94dc8f859bacd11]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5db669a0097cbeea3da6bcf44d2060bcf3a07e84]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 13:42:29 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec249548875986d8e0d9c22ac2daaf2deb438a46]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:24:09 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9242533dd0d154b0af6ed042eef7a525b566dd9d]

        INTEGRATION: CWS ooo19126 (1.4.896); FILE MERGED 2005/09/05 13:42:29 rt 1.4.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d874ca84cc3b3614e233a766bbee4d2c06a4a22]

        INTEGRATION: CWS ooo19126 (1.2.956); FILE MERGED 2005/09/05 13:42:29 rt 1.2.956.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c780b4d2860906e7eac78b35f3492d88cd08c158]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbf760ef1fe1652c58a3c28ed30cd51d9b72aad7]

        INTEGRATION: CWS ooo19126 (1.16.460); FILE MERGED 2005/09/05 13:42:29 rt 1.16.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73908f14bbb132c86b98e797236aeb88b048f350]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:24:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [685037534722c3090932c0dec16f6b10e3400f83]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:25:03 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [916adab9d0354d6b872f77696a377a719165edb5]

        INTEGRATION: CWS ooo19126 (1.2.942); FILE MERGED 2005/09/05 13:42:28 rt 1.2.942.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10d8bbdf3095b4f322469a5b653e0f9ad3b5a025]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:24:08 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e84f7038681f501f97cc29c85edac77720bc9f8b]

        INTEGRATION: CWS ooo19126 (1.4.878); FILE MERGED 2005/09/05 13:42:28 rt 1.4.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d510338ca7b484dff6df30f32caa30c20bf6835]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 13:24:08 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f987ff420b8bd4c76c7bdb0636d9281c9bbb355]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7ec1ffdbf5de5dee44b501a67d6c1822acb615d]

        INTEGRATION: CWS ooo19126 (1.11.372); FILE MERGED 2005/09/05 13:42:28 rt 1.11.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c739855e3d64fb4d7748b378c268d15844c0e18]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:24:07 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c01e63114cd77a569f8b4a60b873e66c458eb1f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e38d5430c75ded314539c6a1bf0f492898d9045]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:27 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5acfb2ecb04c547e241d4ff22b1b5651b8163b9]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:24:07 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4dbd781c007a55aaedad27215405d2ed57a098dd]

        INTEGRATION: CWS ooo19126 (1.6.878); FILE MERGED 2005/09/05 13:42:27 rt 1.6.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dfd1493a9385de9ec18341d8582445c224b94b2]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:24:06 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d313e57ac926c837d6dd1fd2d0b8253846b3dfdd]

        INTEGRATION: CWS ooo19126 (1.2.386); FILE MERGED 2005/09/05 13:42:27 rt 1.2.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [865f29eb15ab60c30c88cd9521c9f15941a55c60]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea0b93b8d957acf1183bb21d70fd4ba12d9ea4f]

        INTEGRATION: CWS ooo19126 (1.5.386); FILE MERGED 2005/09/05 13:42:27 rt 1.5.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [306555aed9b729b0d8e49f164129eb6dff077fd5]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:24:06 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6fb74201fe17240170005c67cfe923c417717f4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:25:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9eae662c8159633f8b316b072040a725c0854274]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:42:26 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33a68544d50a9cd7919de34dc4905532493ce6a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:24:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [638d7be5cbe68086d0e4ff40d152600e73b7ba78]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a554facb4abeec4b7fc013d399d0f4778ab92e2]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:42:26 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f690a258b4cc57aae9474941e0c7f09b9646e8b0]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 13:24:05 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e24e1a25fe3491512a5981f4db338f47f1555cd0]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:24:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d901b537dcd6c6d08ce5845536751e3118ed8c23]

        INTEGRATION: CWS ooo19126 (1.8.206); FILE MERGED 2005/09/05 13:42:26 rt 1.8.206.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [705d049c60a3ebadaeb876fbbb9575d946a92c04]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 13:24:04 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac4588eeb03a651c6bfb95f940790351f5bef18e]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:42:26 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ed5ba0160faeb89288742e51cbe4e77acf3eebb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:24:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [162d0c8bbc23bbe94ff971c7180d030d64cbd0ba]

        INTEGRATION: CWS ooo19126 (1.17.386); FILE MERGED 2005/09/05 13:42:25 rt 1.17.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e0085a68fb0d24dd70f80d5d624fac3a7429bff]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:24:04 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [162c6bcd8b2e7677d0c7494746c5a94d526f772d]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:24:57 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efb679aa2b70547a87ce659d8dd3b943d23db691]

        INTEGRATION: CWS ooo19126 (1.9.96); FILE MERGED 2005/09/05 13:42:25 rt 1.9.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c8c628bc16c681dfb9a6f2e451bd502e895677d]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:34 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6018659bb817247b617e7e36e830f66582a316e1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e26e23edf44b55e10144ce8c4f9120ecacfa4650]

        INTEGRATION: CWS ooo19126 (1.4.878); FILE MERGED 2005/09/05 13:42:24 rt 1.4.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [caf2c9bac9e589e9c763538adb6a57f7ba7b9846]

        INTEGRATION: CWS ooo19126 (1.17.422); FILE MERGED 2005/09/05 13:42:24 rt 1.17.422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e99535ed4674221bdc68c02ee901781c9334144]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:33 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aaace51948b0d1c647524c0d753c4ee12ff33602]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:42:24 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a678e37e6aa3b0495ea2067b02fcd9a72408773]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:24:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fa878252bd7d36856319d4ccd42062bae48d0a3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [025dea8805a4897540ef4c6f7a6424d2ddb60d75]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:24:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56d57846a8cd83a3031f2cc9c6b26499ec1fdd6d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e8a772c23e6246905de0485f1e8b8e52247be86]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:23:33 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d15c568eef8d32e2f0700589d869a5fe28d460a1]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06c73c2a6282521d5b587c5ef8a2fbde5b862730]

        INTEGRATION: CWS ooo19126 (1.27.288); FILE MERGED 2005/09/05 13:23:32 rt 1.27.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7018eb9293eb3de01ab1ecb3339a69cd080f2424]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cde448633e443297df11c38887479a56ecca1e2]

        INTEGRATION: CWS ooo19126 (1.17.512); FILE MERGED 2005/09/05 13:23:32 rt 1.17.512.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [426097109ce91c844750cd466c0b6cc201a5f699]

        INTEGRATION: CWS ooo19126 (1.2.572); FILE MERGED 2005/09/05 13:23:32 rt 1.2.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25ca98140a6d283e0aacf4fcb8db3a9823d70dd2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:32 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4af930d6f6a07af529399619429678fe23210522]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:24:52 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bebc16fd618462ed607ae5901f57bdb36958a86]

        INTEGRATION: CWS ooo19126 (1.2.914); FILE MERGED 2005/09/05 13:23:32 rt 1.2.914.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [611e80b36a914df1157bfe705873957e9f20e78f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c88fd47cdec6bfc773dfe5a0cf6672e6aca2cca]

        INTEGRATION: CWS ooo19126 (1.2.908); FILE MERGED 2005/09/05 13:23:31 rt 1.2.908.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1901893540d774e7d2b31e71badaee505034f3d]

        INTEGRATION: CWS ooo19126 (1.1.886); FILE MERGED 2005/09/05 13:23:31 rt 1.1.886.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [852bdd04a1a09d1968c8cecab836d83dc0662502]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:51 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f39318baa785c3681ecff30a7419bf836a9dd5ee]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:23:31 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c7bb8830c5a9cb012a85269f2843e4f19734d05]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 13:23:31 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c4a2d83f890a8f31546957e995fcc93535d5be8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09bfc0bc7ffc933633e9ea0d8997289f733a93aa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:30 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f8bd81eb548cc84824d7eddcbdfab048db724d06]

        INTEGRATION: CWS ooo19126 (1.8.486); FILE MERGED 2005/09/05 13:23:30 rt 1.8.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab12f14985f63f6a13c28f31eea097025c4a965a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b42b5166b54e4b1ec2dff907772c7bc431807747]

        INTEGRATION: CWS ooo19126 (1.5.792); FILE MERGED 2005/09/05 13:23:30 rt 1.5.792.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77d6b2595fadf3a9043b9418d112f48a7abdb64b]

        INTEGRATION: CWS ooo19126 (1.8.228); FILE MERGED 2005/09/05 13:23:30 rt 1.8.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0df26d0f8c9f6f5ee11083b9b99a0db7bc9c011d]

        INTEGRATION: CWS ooo19126 (1.11.386); FILE MERGED 2005/09/05 13:42:19 rt 1.11.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d6cf63d0e0a99b2a9c8826d34b2abc33e4a7bff]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [145fd83284c471478671fb9c091381e8538fc186]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 13:23:30 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eef22be6b9dcfd4a1b951c94bbab05eb4f5b960f]

        INTEGRATION: CWS ooo19126 (1.31.168); FILE MERGED 2005/09/05 13:42:18 rt 1.31.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19e96a92048373ed19894f0598efac0ad8d3fca4]

        INTEGRATION: CWS ooo19126 (1.5.236); FILE MERGED 2005/09/05 13:23:29 rt 1.5.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f947943490e28f62e1eff9065985c6b39b6fcd73]

        INTEGRATION: CWS ooo19126 (1.24.358); FILE MERGED 2005/09/05 13:42:18 rt 1.24.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d23703898054fe650694b6d6e84d0b030d12d2c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:29 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f67b646f2f803c95a007327484271b8a0c406b9c]

        INTEGRATION: CWS ooo19126 (1.50.94); FILE MERGED 2005/09/05 13:42:18 rt 1.50.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d0d9a15a0e23b1d16d15250547e532902dfd6e9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:46 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bfa29fb9cdf43fb3d0312b8c220fb26c9af2874]

        INTEGRATION: CWS ooo19126 (1.26.358); FILE MERGED 2005/09/05 13:42:17 rt 1.26.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21abaed450750449192e395507ab2932f8580890]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efa357952f53c5cbd12b46718c39fa24461fd28e]

        INTEGRATION: CWS ooo19126 (1.12.186); FILE MERGED 2005/09/05 13:42:17 rt 1.12.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [173ae1b1035882a6b2cbe8c288f038c10f91b8cf]

        INTEGRATION: CWS ooo19126 (1.28.196); FILE MERGED 2005/09/05 13:23:29 rt 1.28.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abf8c4b0ba64dc1257bc539034cdaf88e48c6370]

        INTEGRATION: CWS ooo19126 (1.19.358); FILE MERGED 2005/09/05 13:42:17 rt 1.19.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e4591699ae967cf34c98dc909842bd1f495d1a6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74053b25266940e128812f102c6e544fb7efdc29]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:29 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea5e9fb40b92fd4d9b3048e30062ee59e903154]

        INTEGRATION: CWS ooo19126 (1.26.386); FILE MERGED 2005/09/05 13:42:17 rt 1.26.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca97e7588798be01c6fdb9f7e4d8945783ccdf54]

        INTEGRATION: CWS ooo19126 (1.3.230); FILE MERGED 2005/09/05 13:23:28 rt 1.3.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3afbc02c2983b0b9debaed74699407797ce3672f]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:24:43 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e0913a85d80e9a2e884b7b436d54818efc60230]

        INTEGRATION: CWS ooo19126 (1.56.168); FILE MERGED 2005/09/05 13:42:16 rt 1.56.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d69f84845e459233afb343843d82d20b9670af4]

        INTEGRATION: CWS ooo19126 (1.4.426); FILE MERGED 2005/09/05 13:23:28 rt 1.4.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c93f87991f6b1fea997ab20b285d84bebc404704]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:42:16 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7bd3166e9a17d4a533e68ca1e16a65850800c45]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:24:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5a4cd7c17ed9b2683c126cf5e7420ae07d34375]

        INTEGRATION: CWS ooo19126 (1.14.364); FILE MERGED 2005/09/05 13:23:28 rt 1.14.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0427340287ab69dac4c567e97b455e6172931cb]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:23:28 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f896fc6f7459515ef2ddd162bbf8f97e365a35df]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:24:42 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6451491e6f54c79d7edd07c1d9654df471798215]

        INTEGRATION: CWS ooo19126 (1.11.236); FILE MERGED 2005/09/05 13:23:28 rt 1.11.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c06c1f2a3c6dfaac8401fa035c80e525b2c64047]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07097d4a8ae78b4c3047ac01ae268a9881e77c18]

        INTEGRATION: CWS ooo19126 (1.5.368); FILE MERGED 2005/09/05 13:23:27 rt 1.5.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a565788b367ea2826529f6c104c8c0cad07018e]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:24:41 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cedb4857da9985ce73856aeddea4b05be06c65b]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:27 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d13c01bcefd3aab5ee91f35e8764bfc46d8f5cbe]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:27 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd9d754aa45bbcaf67ef1bd5a7dcc4c1e64e128c]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 13:42:13 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [195aa9f63bbe8a1881fca5f73a2d78d0b8af02d7]

        INTEGRATION: CWS ooo19126 (1.2.892); FILE MERGED 2005/09/05 13:23:26 rt 1.2.892.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2af87c5d6aad12100bf45862d919865ed18181e]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:42:12 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b6984894524fc7e63b4b60a124f449f0d702079]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:24:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d9b311106bddc30eddcaf93de774112049c9f56]

        INTEGRATION: CWS ooo19126 (1.16.326); FILE MERGED 2005/09/05 13:23:26 rt 1.16.326.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59b764ca66c73c1dcdbbd03057917661a6d4cb59]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:12 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da590fc11b115b36ef2ba22877bf09be06088bfd]

        INTEGRATION: CWS ooo19126 (1.8.374); FILE MERGED 2005/09/05 13:23:26 rt 1.8.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07216965f5550bda1486585ba6441b9b3c778b9b]

        INTEGRATION: CWS ooo19126 (1.5.374); FILE MERGED 2005/09/05 13:23:26 rt 1.5.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [907667a7697b41cbb8f4af49daef6ff9da6f9bbf]

        INTEGRATION: CWS ooo19126 (1.7.486); FILE MERGED 2005/09/05 13:23:25 rt 1.7.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b413de237a87fc8d12c3867d81e34d660023147b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:24:38 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [913c27af7cc5a8181a13bc2b3a214e2b1e96ac1a]

        INTEGRATION: CWS ooo19126 (1.2.918); FILE MERGED 2005/09/05 13:23:25 rt 1.2.918.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64ac790c74ffbac8ad2e5c654d3c5e7c6755064d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:11 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83b63b73412f16d1f7cad333488759cbf1dabdab]

        INTEGRATION: CWS ooo19126 (1.2.294); FILE MERGED 2005/09/05 13:23:25 rt 1.2.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d48e2856c0e48a28e0c84af1143054da824a8506]

        INTEGRATION: CWS ooo19126 (1.10.460); FILE MERGED 2005/09/05 13:42:11 rt 1.10.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f1a951e6491f5318732cb7eb93fa758a7b11e3e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:25 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8e0d2130dae761c3879b90b32c8365c21b2da9e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1429170d583fc8c8ef230fd657c9be68c22f471b]

        INTEGRATION: CWS ooo19126 (1.2.916); FILE MERGED 2005/09/05 13:23:24 rt 1.2.916.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee775ae3dad6330bf9df1f0ebf4b32c81ced60e2]

        INTEGRATION: CWS ooo19126 (1.12.386); FILE MERGED 2005/09/05 13:42:11 rt 1.12.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1af03104034d32f4d1ca99f09c757db96402a636]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:24 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5387d22ddb0b3201e5be3724aaf668988b53a809]

        INTEGRATION: CWS ooo19126 (1.9.386); FILE MERGED 2005/09/05 13:42:10 rt 1.9.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44856176aaa19635065510ed2d773e161d35e036]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:35 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6aa347f0f2946ead7890de79a041fa35271ccf4]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:42:10 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f2dd5e33403e08bcd98a56738346c9fce0b9564]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:10 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d12ae5a64b10b2cf643f6fa05144518101791a68]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:33 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b19ddc5786d1aba59fa4502a9dfabc7c46bb45cc]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:23 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f50e746b3ab265cdc08abf6d273498f54118a32b]

        INTEGRATION: CWS ooo19126 (1.12.386); FILE MERGED 2005/09/05 13:42:09 rt 1.12.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0b905b9f79248d45c77d254a2bfc38b513f99cd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb998fbf47758c9ad81cede4de774ed04e65090b]

        INTEGRATION: CWS ooo19126 (1.29.386); FILE MERGED 2005/09/05 13:42:09 rt 1.29.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e758b146fba142803f7a57ec82db2be8230de6eb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53cfa4fd4f6b3bd00f795bd5a3f3ab94a60949ff]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 13:23:23 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f1e4c95d9d3bc7a78bdc4a91a09079f01a5293f]

        INTEGRATION: CWS ooo19126 (1.10.386); FILE MERGED 2005/09/05 13:42:09 rt 1.10.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5e1ec0d577add4abfc616aeb7703aa5d558dc89]

        INTEGRATION: CWS ooo19126 (1.33.306); FILE MERGED 2005/09/05 13:42:08 rt 1.33.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52c690feb40070300430387ea23c63b4f94a52e5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:31 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44f06c9b35c9d17f6fc7d4c4facd96d36b136490]

        INTEGRATION: CWS ooo19126 (1.2.916); FILE MERGED 2005/09/05 13:23:22 rt 1.2.916.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4986ecc9f4c6145d4a16cdbeb4716aa49358f287]

        INTEGRATION: CWS ooo19126 (1.3.386); FILE MERGED 2005/09/05 13:42:08 rt 1.3.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [802944ac287e7ae618622d0616fe6d047aca1519]

        INTEGRATION: CWS ooo19126 (1.3.890); FILE MERGED 2005/09/05 13:23:22 rt 1.3.890.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b6a909f851185e42db2cf56c6b68767839b9355]

        INTEGRATION: CWS ooo19126 (1.22.228); FILE MERGED 2005/09/05 13:23:22 rt 1.22.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3bcc80195149a692c5f425adc8fddc7b028118b]

        INTEGRATION: CWS ooo19126 (1.9.184); FILE MERGED 2005/09/05 13:42:08 rt 1.9.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba27d5fa1011c1b3e6ede2eafa0545f23787dfbe]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:22 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2058b7a3b1658427585b618ab5c819bf59f2f769]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:07 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [620d4838d7447a884157e7cdf8eefb7df3d2a7c8]

        INTEGRATION: CWS ooo19126 (1.4.884); FILE MERGED 2005/09/05 13:42:07 rt 1.4.884.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [380d45a55e5f6d4c352b677666c61421fe4fd965]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:42:07 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [624534e083959b26d1d0d77b264c52baaeea9393]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 13:23:21 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eeaa5dda065bf0eedb6be9736c6ffc42840258c5]

        INTEGRATION: CWS ooo19126 (1.10.732); FILE MERGED 2005/09/05 13:42:06 rt 1.10.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86bc641b49cecc1f3da594f1284b359248438cce]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:23:21 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b36c63f5c245d04c369d097045f3c467fe573f5]

        INTEGRATION: CWS ooo19126 (1.15.186); FILE MERGED 2005/09/05 13:42:06 rt 1.15.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [352eaac0a6684df3d8c1c4053e47f03dfbf54e3e]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:20 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66944b186683382774d5350963ca93d0783a4d14]

        INTEGRATION: CWS ooo19126 (1.12.184); FILE MERGED 2005/09/05 13:42:06 rt 1.12.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74173a44744997a7051d06c397e1bda1ff9d99ff]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:20 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [894788ef74a9c5c29205921bf6f1cefbe80b04a4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93fe226b784d96372ae9060a760db7c66e92d963]

        INTEGRATION: CWS ooo19126 (1.21.306); FILE MERGED 2005/09/05 13:42:05 rt 1.21.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b30eecb206e5bdd94ee303ef5d9f43f89adaac18]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:23:20 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3f0ab0f41afd3c2e0d51f40ce404b3e2485d67d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:05 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [259789ebac1f8b5f91dcddc9d7097776e7e7fd61]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 13:23:19 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43a7a5042a3810a025395d193524fd61622e21f9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63217ab180eb9c737a65419f4a57fb76e22f5a41]

        INTEGRATION: CWS ooo19126 (1.13.184); FILE MERGED 2005/09/05 13:42:05 rt 1.13.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab8d687265db9245f736e9311123dc7a9e196998]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 13:23:19 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0005655a682218e87f8988fb2df5cb5c9a061b81]

        INTEGRATION: CWS ooo19126 (1.15.186); FILE MERGED 2005/09/05 13:42:05 rt 1.15.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b468974f054902673d04023c6ba922bf8622315]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:19 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cebc9cbb9f2aa016b93d7fa38667cde78fd9dcca]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:42:05 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69290a7e5b1973cd8614e8e3ff2324c468f8fdd4]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 13:23:18 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e42ea06587d26bb28e75d7903b6231f5b238d1a]

        INTEGRATION: CWS ooo19126 (1.12.386); FILE MERGED 2005/09/05 13:42:04 rt 1.12.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d45610e5dc3ae4724b90db0d87cc35807aeb168]

        INTEGRATION: CWS ooo19126 (1.1.896); FILE MERGED 2005/09/05 13:23:18 rt 1.1.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9e19b545f219e1296545b102b644b7c21e60d9e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:04 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c68588d430da7f8c76951979d59418adfdad439]

        INTEGRATION: CWS ooo19126 (1.14.186); FILE MERGED 2005/09/05 13:42:04 rt 1.14.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a373d6e0030ed633a6eb22ea271985d895d710d]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:42:03 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36c3916239a8e805cac810b50128cfbef48de5b6]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:23:17 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c59cf8db1528710b04fff69fce6b698341cff643]

        INTEGRATION: CWS ooo19126 (1.2.1288); FILE MERGED 2005/09/05 13:42:03 rt 1.2.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f32b3225f3f05b7249fcd1b40ebf0690114ec7e]

        INTEGRATION: CWS ooo19126 (1.2.518); FILE MERGED 2005/09/05 13:23:17 rt 1.2.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69239f49ab77c48128c7421e9d01576c141ff867]

        INTEGRATION: CWS ooo19126 (1.20.386); FILE MERGED 2005/09/05 13:42:03 rt 1.20.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [014b9b5c711f242661e747602db9a0b12a5e81c7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9fd41435fe8fe462aade2785addc7a80839c1a7f]

        INTEGRATION: CWS ooo19126 (1.9.386); FILE MERGED 2005/09/05 13:42:02 rt 1.9.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c14e23acaf03a3d5340f34680912d4baf2de835]

        INTEGRATION: CWS ooo19126 (1.2.458); FILE MERGED 2005/09/05 13:23:17 rt 1.2.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9504cb927799166c0c81722d4ba4606c190c9cee]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:16 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05f33c2e68e1768ae504f89a1bba5075cc7b07f4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:42:02 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5e03009af0280f67821608032afaf7b39fab1c2]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:16 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a62818b8580dcddfe108d1e9cccae16df0e75fa]

        INTEGRATION: CWS ooo19126 (1.7.902); FILE MERGED 2005/09/05 13:42:02 rt 1.7.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ca8dcc470261a913c1d13d1ab5e69eeda76f5bf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:15 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4bd5715a158fa86e218f760d2aa6c401e68dd1c]

        INTEGRATION: CWS ooo19126 (1.11.694); FILE MERGED 2005/09/05 13:42:02 rt 1.11.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8265432d4742b0fd43f63bacdacc5460959df611]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 13:42:01 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [337765a5df26145b1700449b442ea835581dfdf5]

        INTEGRATION: CWS ooo19126 (1.17.366); FILE MERGED 2005/09/05 13:42:01 rt 1.17.366.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd3d413283c5140269e3748c10d765786b5a3347]

        INTEGRATION: CWS ooo19126 (1.11.192); FILE MERGED 2005/09/05 13:42:01 rt 1.11.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40c18495fd74cfda42a68bd639ae8a48fcd00ee5]

        INTEGRATION: CWS ooo19126 (1.5.562); FILE MERGED 2005/09/05 13:23:15 rt 1.5.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1996ff491d905bef44c8352c432b5b125045b23c]

        INTEGRATION: CWS ooo19126 (1.26.406); FILE MERGED 2005/09/05 13:42:01 rt 1.26.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c05f3bf874daf4bae2afb7a12a6aa582782cf594]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:15 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6d3af660935359747a82cb0ba717939d4b999fa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e97667443b1ecf33f7ff480a0c228e67f0a82057]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:42:00 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58f0cf625442acc0e0a859d6b0a380b9c11e5f1f]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:42:00 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a01d40a315e6aaeb6073de2badee7377aaaba075]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:14 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a921895c89a584a58ba95611f1cad88a7ef71f1b]

        INTEGRATION: CWS ooo19126 (1.29.386); FILE MERGED 2005/09/05 13:42:00 rt 1.29.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f364cb0bcf3f6e91fdfd0cd6a27d4fdaa928e037]

        INTEGRATION: CWS ooo19126 (1.5.562); FILE MERGED 2005/09/05 13:23:14 rt 1.5.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8caa372075d808e777b93a62c5c5261d414f48d]

        INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED 2005/09/05 13:41:59 rt 1.10.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ccb24e4cd2b9fac4250bec432d41f6a2ee0ea960]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:13 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fb5a5465cfc1803b69c84eea9d89f35a384f72f]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:13 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c7adca5cfc74903182552b6707cc60f9da7dd68]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [063ae316a285a6b5737a0bbb6a3b08fda253be62]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:23:13 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9f314d7a63e5ce9804e4331fb335387683bd3c3]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:12 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4c4ca23053057b1e5a903e7430d940966dbe044]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46618b6facbc70a4ca5f1504951c0fe33e4a0c7b]

        INTEGRATION: CWS ooo19126 (1.10.294); FILE MERGED 2005/09/05 13:23:12 rt 1.10.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b7e97445edad90ae1c9d9e786598f3b2a5b628f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a05e7032f51b023812694d2ba1854fd5982518fc]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:11 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb778deaf2320c194c2305223816ae2ca583059b]

        INTEGRATION: CWS ooo19126 (1.3.198); FILE MERGED 2005/09/05 13:23:11 rt 1.3.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4329334eec253768d263c84618e53c9d10b65b43]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:05 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb2b88772327e8f8f200c2ae23c9824171489e84]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 13:23:10 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9954102cba97d701d89323799fed726e0f55004b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:03 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03feed739adc52bbd0741a9247fa0d8a5a9f2c35]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:09 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [761b4319917be112270aa149438cdb13ac0b045d]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:09 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52456d2abde4fb29d1dc6fab55559a371f2f47b4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04b223265df63c52bbf178fe5fb6b94f7f1e27a8]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:08 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ffedb9deca783395786ae8b1168d31efc552636]

        INTEGRATION: CWS ooo19126 (1.39.256); FILE MERGED 2005/09/05 13:41:54 rt 1.39.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25717518b04e65b3931e9681b01119bedb805478]

        INTEGRATION: CWS ooo19126 (1.9.24); FILE MERGED 2005/09/05 13:41:54 rt 1.9.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [131daf39bb1c855ffeda4477f74446cfb46ba45d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:24:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2232ddd7087ee6e28143a6f5bed6a529fb757831]

        INTEGRATION: CWS ooo19126 (1.42.216); FILE MERGED 2005/09/05 13:41:54 rt 1.42.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b1ff90f2285b2f5c72a92e3e756173e477c0dfb]

        INTEGRATION: CWS ooo19126 (1.5.600); FILE MERGED 2005/09/05 13:41:53 rt 1.5.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02f606c2cbe00b56734ab5cb0b3816f115063ed4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:24:01 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e446d436aea3f8948bff377789a89639c303b116]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:07 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c3075d46a853cb0eda7bbaf36a6062c9c39c38f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:41:53 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [592719ee3ad906f22f3060c9ce492efc718a7bc5]

        INTEGRATION: CWS ooo19126 (1.4.236); FILE MERGED 2005/09/05 13:23:07 rt 1.4.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1f9b8688b88078ad3e0e0413ae20b4f9be98d98]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:41:52 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56b4e8ec63a7e48154c1b69e0325866b5c1ad82e]

        INTEGRATION: CWS ooo19126 (1.4.380); FILE MERGED 2005/09/05 13:23:06 rt 1.4.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2711713641ebab186db55c016bb2a92af1b54c37]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:24:00 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d188e577df8bbcbb51305a14bdbcce0847251329]

        INTEGRATION: CWS ooo19126 (1.20.386); FILE MERGED 2005/09/05 13:41:52 rt 1.20.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bec5f50119d1150f0cf575a6a282dd7f10ded18d]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 13:23:06 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d1435561e577e67ea1661b0b0d6bd716793bae2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:23:59 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f65697dd8691d60afb813c40a632bbc8eba752ac]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:41:52 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bec8d476dfac46be10761395a3b4814c2faaef7]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:06 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a091783d175e34167c8f786154751d0453204136]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:23:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cca873fb9bd7e951545fad561fa24aba11b37586]

        INTEGRATION: CWS ooo19126 (1.5.878); FILE MERGED 2005/09/05 13:41:51 rt 1.5.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b19a6756e1072487d6f0ecbd88a89c89aaeb3083]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:23:06 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4b163b4c68f91d73af874fa3fb1e1f137d008c6]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:59 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a5d77ae5a2566a7e02bf956f3d8f791fc3e349f]

        INTEGRATION: CWS ooo19126 (1.5.856); FILE MERGED 2005/09/05 13:41:51 rt 1.5.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d270fe748e8e7c431194a2aafaf212eadee81c65]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:05 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8c548ef612778d2db28ea3f4e436e8adcd8ede6]

        INTEGRATION: CWS ooo19126 (1.33.234); FILE MERGED 2005/09/05 13:41:50 rt 1.33.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c862fe65517669c80cd9c1770b90234778dbf320]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [037cf541fe0bcc59e3fbf819485b82352c45ca29]

        INTEGRATION: CWS ooo19126 (1.22.226); FILE MERGED 2005/09/05 13:41:50 rt 1.22.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a6cc0b95d1db272064d1da8c6121817d8a452cc]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 13:23:05 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [490ad1e52f98f42d92ff79de8f20e310acf93b1a]

        INTEGRATION: CWS ooo19126 (1.60.92); FILE MERGED 2005/09/05 13:41:49 rt 1.60.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5a69d6684ac68f1626102857ebe9d2358616600]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:23:04 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ce92672a0322b61a106434626ca8c370c5df28c]

        INTEGRATION: CWS ooo19126 (1.22.902); FILE MERGED 2005/09/05 13:41:49 rt 1.22.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7d83df6a705b9f1c97480552a2aa834d1382c73]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e47fc5b22e62f1737e12c7f5cc8ab1e0083405e]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:04 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c1e8516ba33bfb4917570a440215503bdfdb80d]

        INTEGRATION: CWS ooo19126 (1.26.230); FILE MERGED 2005/09/05 13:41:49 rt 1.26.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e361c5259c13a0bc9f0f8571d51ac5cda5fc87e2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [936aa6eaf9fc3d37f07762bbc50b6f11e32b13f9]

        INTEGRATION: CWS ooo19126 (1.14.662); FILE MERGED 2005/09/05 13:41:49 rt 1.14.662.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [333fc43e614ced8ed99ea59d1154271879387918]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e935bcc01defe89d6f995eb0315a2730feb2cc5]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:03 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a02a91a1826d4d53ebf3f8e92aa261b8ab4ac8a]

        INTEGRATION: CWS ooo19126 (1.13.598); FILE MERGED 2005/09/05 13:41:48 rt 1.13.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae9387ddc3e0e10d8019e76a77f4973ac28cb3ad]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 13:23:03 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ba42a54969b2f83fee0250c02b7e3fb4322a32e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [279c62214a285f2b66b27806e315f3d5f64bac55]

        INTEGRATION: CWS ooo19126 (1.7.600); FILE MERGED 2005/09/05 13:41:48 rt 1.7.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42b624c49dac993d6c7f358933e2c431c48f7955]

        INTEGRATION: CWS ooo19126 (1.4.928); FILE MERGED 2005/09/05 13:41:48 rt 1.4.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f479e4a7a17167077f21e1cf712beb8193a7207f]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:03 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [437f3d884bce42356987d2aaa7f1516330db26f1]

        INTEGRATION: CWS ooo19126 (1.27.460); FILE MERGED 2005/09/05 13:41:47 rt 1.27.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3b3d6d3fd5836e272f2de1592c5e3ea4423925c]

        INTEGRATION: CWS ooo19126 (1.3.294); FILE MERGED 2005/09/05 13:23:02 rt 1.3.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b4789f56f94f9b49d43d15a509840a7cbcca073]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:23:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [171e0993e0c6994be87029295f192ac1d0fabbd1]

        INTEGRATION: CWS ooo19126 (1.92.80); FILE MERGED 2005/09/05 13:41:46 rt 1.92.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f89f7914259091945916e66327ad4b638d7ffbf]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:23:02 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0323ef28b997198ea9bf5c585bbb01779743ffda]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7871b19df01e3b5a5c877327194788708d2351e4]

        INTEGRATION: CWS ooo19126 (1.60.378); FILE MERGED 2005/09/05 13:41:46 rt 1.60.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [461c7051eb115f4abf14c1937d84d328a1fda78f]

        INTEGRATION: CWS ooo19126 (1.12.216); FILE MERGED 2005/09/05 13:41:46 rt 1.12.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48167034f98289de321a0211c4e0ed8c457616e7]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:23:53 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e2d9a9a63bbe8635eb722b1005549dc615ddf5b]

        INTEGRATION: CWS ooo19126 (1.42.82); FILE MERGED 2005/09/05 13:41:45 rt 1.42.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1988b254efaeabc766eaf8c08315d04c1390eb2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65b0640d9b2dd1f18744c99f90721cfbdec69886]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:23:01 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c16fc68a24ee0dea005468d3e9e60f728e3c47e]

        INTEGRATION: CWS ooo19126 (1.49.386); FILE MERGED 2005/09/05 13:41:45 rt 1.49.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c465ad414bd98a8c5c28b0b316bbf87690dcf85f]

        INTEGRATION: CWS ooo19126 (1.9.1254); FILE MERGED 2005/09/05 13:41:45 rt 1.9.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f890c28d789fa91558594af6f647d170ae00691b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:52 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [282016deb716d2cd4d2415719234d5eddd75eb95]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:41:44 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50d4353273416e07e6b949d2d00ca6d4053866c7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:51 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd39a07e77d6d07f788e01aad71d2e8ae69003b6]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:23:00 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08e3613467c61282ddc0ac9192cd9e22a38db0fc]

        INTEGRATION: CWS ooo19126 (1.25.600); FILE MERGED 2005/09/05 13:41:44 rt 1.25.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bf5e65077049e88910b5f3c0ca056038fb38a00]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:23:00 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8962e820448e9e24aebe5bce6f18f23ccc6e43e6]

        INTEGRATION: CWS ooo19126 (1.112.214); FILE MERGED 2005/09/05 13:41:43 rt 1.112.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3e864137738e9c43bbbc1fd76cd48e0e22ac61f]

        INTEGRATION: CWS ooo19126 (1.6.374); FILE MERGED 2005/09/05 13:23:00 rt 1.6.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8363ba92a5f78744984a3ee21956f2d005011eed]

        INTEGRATION: CWS ooo19126 (1.29.86); FILE MERGED 2005/09/05 13:41:43 rt 1.29.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f79549d6315c440d76438e416cca4bd84850c408]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a16046308e4342e03da98d25afcdec8e23b36062]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:59 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2d2484347ffe22a35decb5e77f1f93dcd84037c]

        INTEGRATION: CWS ooo19126 (1.33.86); FILE MERGED 2005/09/05 13:41:43 rt 1.33.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37e1cb254e4a86368b78934d3fc940d7c2283185]

        INTEGRATION: CWS ooo19126 (1.6.286); FILE MERGED 2005/09/05 13:22:59 rt 1.6.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8425da284e19cea8aeda8305411d730077537b6e]

        INTEGRATION: CWS ooo19126 (1.32.86); FILE MERGED 2005/09/05 13:41:42 rt 1.32.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc2d59d06e800e62938730a61d8b9023dd9b30be]

        INTEGRATION: CWS ooo19126 (1.7.154); FILE MERGED 2005/09/05 13:22:59 rt 1.7.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5450d2c051e4046bdb9fe3c26c51dbeafe6f733]

        INTEGRATION: CWS ooo19126 (1.51.84); FILE MERGED 2005/09/05 13:41:42 rt 1.51.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15919da1fa126acfeddaf15946bea34b75ac32f7]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:22:59 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [805bd79328d204a6ffb3f37b3eace9afb42c4209]

        INTEGRATION: CWS ooo19126 (1.86.78); FILE MERGED 2005/09/05 13:41:42 rt 1.86.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03e45424904607bd75c42fea49f2d5a4ef67c80c]

        INTEGRATION: CWS ooo19126 (1.3.894); FILE MERGED 2005/09/05 13:22:59 rt 1.3.894.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46f87938e97812ed31d482129911cd4b5f1e1793]

        INTEGRATION: CWS ooo19126 (1.178.80); FILE MERGED 2005/09/05 13:41:41 rt 1.178.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5d6b5ee9de15b7e4e3b92d05ae2e890cce3c6b4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:58 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcc790f923efded1f3265554fd3ddf48b72a106e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [050baf5e9954c23a3f8f2eae6a2e9f402164513a]

        INTEGRATION: CWS ooo19126 (1.57.216); FILE MERGED 2005/09/05 13:41:41 rt 1.57.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c7b17b8f08cc4c02bf27affa924e35d5e6f4cd7]

        INTEGRATION: CWS ooo19126 (1.21.1254); FILE MERGED 2005/09/05 13:41:40 rt 1.21.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [891c87a853e338589713e60b461ff47d33ead36f]

        INTEGRATION: CWS ooo19126 (1.99.216); FILE MERGED 2005/09/05 13:41:40 rt 1.99.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90df33a34e28c871f1ff85026deac33cd6d298c7]

        INTEGRATION: CWS ooo19126 (1.3.886); FILE MERGED 2005/09/05 13:22:58 rt 1.3.886.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [801848c0b5d57fa7ebafb787dd85065bc275782c]

        INTEGRATION: CWS ooo19126 (1.89.78); FILE MERGED 2005/09/05 13:41:39 rt 1.89.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2367d2cb69b8f4b7d480ad83b81fe21c859481e3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [889195d48713ba6f5507c5f592b957d3a2e7be56]

        INTEGRATION: CWS ooo19126 (1.2.886); FILE MERGED 2005/09/05 13:22:58 rt 1.2.886.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16900a05324c78e146314d81cc892191b4a94aeb]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:41:39 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34f5d6ecaba9e6244f379db60838d1e160381246]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:22:57 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2de64d0e017b93c63feae9546a52c8fe295251d1]

        INTEGRATION: CWS ooo19126 (1.12.256); FILE MERGED 2005/09/05 13:41:38 rt 1.12.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [469675117af2f7ecd35d1e17a3fcc495483d239b]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:22:57 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0aad13a00262d4127a91f09660c74837e068da14]

        INTEGRATION: CWS ooo19126 (1.66.230); FILE MERGED 2005/09/05 13:41:38 rt 1.66.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d7baaf019c7011d245d352b6d15043b6a9141b6]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 13:22:57 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa891741e079ef137ad9037aab4478bc0ca10d16]

        INTEGRATION: CWS ooo19126 (1.19.386); FILE MERGED 2005/09/05 13:41:37 rt 1.19.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [267744fef8f91e3b779748e3b9f7058096cfb5e9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:57 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8aa8398adc938d5353f1ad04b1cf2d7d10fa3708]

        INTEGRATION: CWS ooo19126 (1.26.76); FILE MERGED 2005/09/05 13:41:37 rt 1.26.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fde89008aceb52060f7b2c3ac535fa5956d52eae]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:41:37 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6f7ac198f1e8f48678e359cad0d3d63d87a1811]

        INTEGRATION: CWS ooo19126 (1.2.518); FILE MERGED 2005/09/05 13:22:56 rt 1.2.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc41cf811ac4415a217458a1e03c2b8dad7ab32d]

        INTEGRATION: CWS ooo19126 (1.9.478); FILE MERGED 2005/09/05 13:41:36 rt 1.9.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e5366b8375878c70cbc147cf420b3718ffbf78a]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:22:56 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a08ba398f3ee0632b883b6025251a4773111c80]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 13:56:30 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cf9c2d70bdd9bcca0d8c00099d824812968cb64]

        INTEGRATION: CWS ooo19126 (1.5.422); FILE MERGED 2005/09/05 13:41:36 rt 1.5.422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc6e1714bc05c82ae255e16a8da41ab220e34738]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:56 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6c76befc0bfba2ccfb2a3bdc8a87f198f346213]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 13:56:29 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf02f54b034eac8a4f9c74ae30a6f93b5209f3df]

        INTEGRATION: CWS ooo19126 (1.16.928); FILE MERGED 2005/09/05 13:41:36 rt 1.16.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c84160c80d98f1ccbe48fa42d71809ccea80f22]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 13:56:28 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30d06ae652972af01b61462c78cb416cb2492030]

        INTEGRATION: CWS ooo19126 (1.2.1288); FILE MERGED 2005/09/05 13:41:35 rt 1.2.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a607d7d343df8488e841c229b7d3aac720a5ebd4]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:22:55 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a98f6751849d352379a79bf12525a368dc84d380]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:56:28 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b3047f10ab6bd485e1844c6456333e116df113b]

        INTEGRATION: CWS ooo19126 (1.16.600); FILE MERGED 2005/09/05 13:41:35 rt 1.16.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5c283c628554d5c0d3ea611a2ce03c418aa0ad7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:55 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [643ecd4af0b0f2a74940f6313a180351d5a16cf7]

        INTEGRATION: CWS ooo19126 (1.6.118); FILE MERGED 2005/09/05 13:56:28 rt 1.6.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45107c9b22ba52e106409e0eb3bfa327d90e5e9b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7edcc424d9241ecd1a12a54385a710e283ef3e0]

        INTEGRATION: CWS ooo19126 (1.3.380); FILE MERGED 2005/09/05 13:22:55 rt 1.3.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09b7a2f1796202ef5459f6599e2f6b86540d3b46]

        INTEGRATION: CWS ooo19126 (1.10.78); FILE MERGED 2005/09/05 13:56:27 rt 1.10.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [158d53531f49b9beeb89c0ad2d8d7dd6fb360a1f]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:41:33 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52299a1a829d109f2ea94f91b23566c492b48f6c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [548e4e0a05a191801402efc7f25398cc84194374]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:22:55 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14520aba8c3977c6c29e26a4daa4ca0a6e255eb1]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 13:56:26 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01665a2e4b50494b8c43d0623389ddb2552c23e6]

        INTEGRATION: CWS ooo19126 (1.14.226); FILE MERGED 2005/09/05 13:41:32 rt 1.14.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [939341731396bbd5f52cb51dea68b344d2fd96f5]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 13:56:26 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9be1291ab514fe1f9fb3cd886468623ac35ea5c0]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:41:32 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f6fd925e0f595c18ce844d3072a7d6d86fcd916]

        INTEGRATION: CWS ooo19126 (1.2.908); FILE MERGED 2005/09/05 13:22:54 rt 1.2.908.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5458aa8c77736245a058a8b3474978efe2fee953]

        INTEGRATION: CWS ooo19126 (1.8.118); FILE MERGED 2005/09/05 13:56:25 rt 1.8.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0febd24bc8d59bca398d027641b0861a61eca30]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:23:37 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57d95afaac688938089f049f06b115b7ea76ceac]

        INTEGRATION: CWS ooo19126 (1.5.412); FILE MERGED 2005/09/05 13:41:31 rt 1.5.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6184b7d11b82e4039fcee29cdb6d5dd7e6bd52d]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:22:54 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a703326ebd5fc61468a2a4b2d26860bbe831ea3b]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 13:56:25 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68d3d7a8799bd63711dc174489dbda241ad6307c]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:41:31 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b79d074b20534ab736f8c5d0748f3b1c4c944ec8]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 13:22:54 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2dfc028d3407de7029b7a724817d7ef48a793ee]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 13:56:25 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [141e2dfe445a8c9729bcbbd4676fdf19e008faa9]

        INTEGRATION: CWS ooo19126 (1.7.582); FILE MERGED 2005/09/05 13:41:30 rt 1.7.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7a1cb55398bf36c376beaa00752a0b843efa926]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [260ca1a69b9c2608006c280f0324e0572032ac52]

        INTEGRATION: CWS ooo19126 (1.2.892); FILE MERGED 2005/09/05 13:22:54 rt 1.2.892.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [609fa29a9807388a0fd8b65c040c8035c36daa6c]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 13:56:24 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [591ace36dcbff16ae46ff99510e733e37af5ba10]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:23:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cc6e53e420bdfb0c72d34e10c43816665dd4d65]

        INTEGRATION: CWS ooo19126 (1.13.580); FILE MERGED 2005/09/05 13:41:30 rt 1.13.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d7ba960a7bce999ff40a8f53b003e913c38860b]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 13:56:24 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25ec2d3ef2865532c3436a581df561f97956e24f]

        INTEGRATION: CWS ooo19126 (1.5.228); FILE MERGED 2005/09/05 13:22:54 rt 1.5.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfe8fb3d9452d90e8e071ae56abe6ac1b58d36e0]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:41:29 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f522f4d9c5bd1b28562c3e0866c784fb1a3e9a85]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 13:56:23 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e04645a31993497be71072eb6d322e73e55e7a89]

        INTEGRATION: CWS ooo19126 (1.4.220); FILE MERGED 2005/09/05 13:22:53 rt 1.4.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9431854630baeb90f47b7bc4a41454c2008271fc]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 13:56:23 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdc8dcdcf2dacc03227e75546363479439e7af3f]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 13:41:29 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20294084b665b6ca8a977fcb764f718beecf3e70]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:53 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0e5223ed2fb1c5175b8cee79862a5b2e97f092d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3eb2ed6550371f6f5621ef9c7dfb7303432aa7f8]

        INTEGRATION: CWS ooo19126 (1.4.226); FILE MERGED 2005/09/05 13:41:29 rt 1.4.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0b73df30e1cc6c15f7b8bfa6a52ed4570520dc8]

        INTEGRATION: CWS ooo19126 (1.3.294); FILE MERGED 2005/09/05 13:22:53 rt 1.3.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06c08fb73167822c4a39364bff5ac5e53259ff6c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.162); FILE MERGED 2005/09/05 14:08:37 rt 1.1.1.1.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12125773f60c071400ba44ef7f898e085644c5ac]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:23:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fbf1c69c71faaae98501318b149a1a2d26a0ae9]

        INTEGRATION: CWS ooo19126 (1.19.234); FILE MERGED 2005/09/05 13:41:28 rt 1.19.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4180f585b9da398c8682578d13135c65dd7f3317]

        INTEGRATION: CWS ooo19126 (1.6.220); FILE MERGED 2005/09/05 13:22:53 rt 1.6.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [239479a731b53adb1f556cd19e73ba68cc3f0efc]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 14:08:37 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2a311fe6fd0631b2e2a25188a40c820a77deaaf]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:33 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b281c71b52886ebaa6d3e89d0971590cd82ec3e5]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:41:28 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b91655f98f059785d963f5ef56b8a78258e2077c]

        INTEGRATION: CWS ooo19126 (1.6.228); FILE MERGED 2005/09/05 13:22:52 rt 1.6.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa16edd421d2af20e5ba2dcf8aa60432669429ea]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 14:08:37 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9818d9c7388ff558bacf86da1fd2a8b61eef67f2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [231f9d4768449c3aa384fe8fe3a784dc23ac6b33]

        INTEGRATION: CWS ooo19126 (1.12.96); FILE MERGED 2005/09/05 13:41:28 rt 1.12.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cd46064220a4fab9e9b7f6a9c7a59386431f011]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 13:22:52 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77bd347fd02d4d7524ea19d40a887b0cd1e3b8c0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce3a48e5e7daceb229af77bb341f76542ddf0c07]

        INTEGRATION: CWS ooo19126 (1.9.306); FILE MERGED 2005/09/05 13:41:27 rt 1.9.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2d2d698c47453cd4ce90b825d70315b7bfc3d13]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 14:08:36 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c782c78773e99362b9d4ac42cae8af451f1b39ce]

        INTEGRATION: CWS ooo19126 (1.15.478); FILE MERGED 2005/09/05 13:41:27 rt 1.15.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab7e21fbbf7aaf400e798a8ef2493307db0f0619]

        INTEGRATION: CWS ooo19126 (1.12.154); FILE MERGED 2005/09/05 13:22:52 rt 1.12.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [daabd361647c23628a72da116ff4871e86428d1b]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 14:08:36 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3179c9a1b655205b4f105641574f479eb2123f4b]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:41:26 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e4b191441bfed59609bac2d75154d29ee5e829d]

        INTEGRATION: CWS ooo19126 (1.14.198); FILE MERGED 2005/09/05 13:22:51 rt 1.14.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93b726748cbd0cbbc6ddb7abdc03227bf08f4aca]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 14:08:36 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61d6949bc6ab94ed71624ab8b889da9a053e6d8b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:23:30 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5620a42e74b14f32fa94621ca4af00a22caf308]

        INTEGRATION: CWS ooo19126 (1.4.368); FILE MERGED 2005/09/05 13:41:26 rt 1.4.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5006c0741576e4aeb30424b1e7b8a6cb71a011b1]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:51 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afe3d53945ad9592950acfc9bb3af42b94f6f062]

        INTEGRATION: CWS ooo19126 (1.19.12); FILE MERGED 2005/09/05 14:08:35 rt 1.19.12.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74d1f6cb842ef0cb105282055580162b1fd9126d]

        INTEGRATION: CWS ooo19126 (1.11.372); FILE MERGED 2005/09/05 13:41:26 rt 1.11.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ef98a20d4308304ad9eba224d1ad3c81ab55611]

        INTEGRATION: CWS ooo19126 (1.10.152); FILE MERGED 2005/09/05 13:22:51 rt 1.10.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [499ae7bf107d6117bfa9f26dbeb22b8a8303ad30]

        INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 14:08:35 rt 1.6.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cebee1f72c8091307e5fd0b535ba6f4f9f6f809]

        INTEGRATION: CWS ooo19126 (1.4.720); FILE MERGED 2005/09/05 13:41:25 rt 1.4.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f198a289ff50d123654490f0f9c60dbe7e92eb66]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:22:50 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88442f10d389c7938c9d632ee2b77fe03165f397]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 14:08:35 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43a1e5fafd4927a38c48d149177c1e5c8084333b]

        INTEGRATION: CWS ooo19126 (1.7.460); FILE MERGED 2005/09/05 13:41:25 rt 1.7.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d96bd5ec3bd7292edbfd29c46c95b595f4166cf2]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:50 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93f8677884ce0c19391a8b5f42a935cfcd3a239d]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 14:08:34 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c46f2d01cf8f00487a15605feaed066d98d40f6d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:23:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6feb224954cd211b06e03d81cb36a980b1e0ee2]

        INTEGRATION: CWS ooo19126 (1.12.582); FILE MERGED 2005/09/05 13:41:25 rt 1.12.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [919ae72c827543676d6a8a9d4be55a15d594a6b8]

        INTEGRATION: CWS ooo19126 (1.6.106); FILE MERGED 2005/09/05 14:08:34 rt 1.6.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b05d339ce4957e59186ba2d194735be30a02a456]

        INTEGRATION: CWS ooo19126 (1.6.582); FILE MERGED 2005/09/05 13:41:24 rt 1.6.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2564ccb7a05545479a183f3ee7d44cc0493b1ed7]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 14:08:34 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c2a59319c0536222e670f1fb59ef118f715cc08]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:49 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f729711710bb705b8811bb3165692491a766e280]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:23:23 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88123ce2706d25330812675f86c88452c7ab70c5]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:49 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b0866d6d8d27a7210294124583fbba4a6c86153]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 14:08:33 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aee337588734ce395d2a11d1a89fcf3b4f61a0f5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:23 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ebad8e0c40e69cf156f397e5c1c1109a844b2826]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 14:08:33 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82d6d6ff760f823b98cfc43c03e5107151a66c2f]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:22:49 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1da606282900d92903f3dea9e21e5b92ca7807]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:23:22 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6051b29792fbcc63443dff6332e515f64f596a5a]

        INTEGRATION: CWS ooo19126 (1.17.306); FILE MERGED 2005/09/05 13:41:22 rt 1.17.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbe21561c12603e57cc93a1626f0cb5a62c917b6]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 13:22:49 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7f42e7ba3c35e4d1730aaaae582a112254a9be2]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 14:08:33 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b6e2a61cdffbf3125ea267c150eabd77af85f07]

        INTEGRATION: CWS ooo19126 (1.13.48); FILE MERGED 2005/09/05 14:08:32 rt 1.13.48.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [737de0fb2d8b43d5f7fe32ae8ef286a174ba2d81]

        INTEGRATION: CWS ooo19126 (1.3.226); FILE MERGED 2005/09/05 13:41:22 rt 1.3.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c9f7f48f007723b8c85340a2dc2490460b53189]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 14:08:32 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afdacd88670610760e276f7d6844eb38db5e849c]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 13:22:48 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7b09a6d65946b17e2b21e9653022b1afdd18268]

        INTEGRATION: CWS ooo19126 (1.5.168); FILE MERGED 2005/09/05 13:41:21 rt 1.5.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60e1eb8f39c5dfc370befed58e3fcc1779517bb3]

        INTEGRATION: CWS ooo19126 (1.19.30); FILE MERGED 2005/09/05 14:08:32 rt 1.19.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4640be1cb7be1cc378e99a5a0a8e00b8937c7731]

        INTEGRATION: CWS ooo19126 (1.6.196); FILE MERGED 2005/09/05 13:22:48 rt 1.6.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35364c405f75fd5f6e7b6525fbd6054592000c7]

        INTEGRATION: CWS ooo19126 (1.4.406); FILE MERGED 2005/09/05 13:41:21 rt 1.4.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b96298651729c031480978a1f3c525fe98b836f6]

        INTEGRATION: CWS ooo19126 (1.10.30); FILE MERGED 2005/09/05 14:08:31 rt 1.10.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e527608418e633c164272f8804e94a0c005c037f]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 13:22:48 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36ff560b93288ba99bb170e4fd6af8f2060bc562]

        INTEGRATION: CWS ooo19126 (1.4.598); FILE MERGED 2005/09/05 13:41:21 rt 1.4.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [816e5ddccf8a1ddf951668498ad0c24f020a89ef]

        INTEGRATION: CWS ooo19126 (1.14.14); FILE MERGED 2005/09/05 14:08:31 rt 1.14.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be067120cd2be84dfde766dafe6075d44d62f98e]

        INTEGRATION: CWS ooo19126 (1.2.472); FILE MERGED 2005/09/05 13:22:48 rt 1.2.472.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91829d68279ae76249e0df20f045238f9d4b5b7d]

        INTEGRATION: CWS ooo19126 (1.5.582); FILE MERGED 2005/09/05 13:41:20 rt 1.5.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86c5638a3e81dc9854a1a46393f50ac155577b79]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 14:08:31 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca07f419ccff6490d5bca982827f27eadcc57347]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 13:22:48 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d6e0f304e61aa62eb4c8c0292ee37d8d2fb526d]

        INTEGRATION: CWS ooo19126 (1.66.184); FILE MERGED 2005/09/05 13:41:20 rt 1.66.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e630c65fadb92a917939a6e5296b8bc246030bdc]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 14:08:31 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb45a3610de2f7e7f4e26b993b025466807cf9e2]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:47 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d25e1bcd393d7b52aa13b77e22c909b75f0f6c7a]

        INTEGRATION: CWS ooo19126 (1.13.1254); FILE MERGED 2005/09/05 13:41:19 rt 1.13.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c3695fe3fdaca54d907bcc1195bad523a8c1dba]

        INTEGRATION: CWS ooo19126 (1.1.1.1.162); FILE MERGED 2005/09/05 14:08:30 rt 1.1.1.1.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [887b998c7c4d6a8c414b3fbd9600e5afa425fb6a]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:41:19 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dff8f20a4b54a7d1e657019823f11d821e6e35fb]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 14:08:30 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57cddeb97e92d40af800b27d12ddd2e3f6330825]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:41:19 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [610b9ebd5cf19b07a583fdaf596c60159d3b32e9]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 14:08:30 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb8a80962a69e7041709e8b4e08290f10f6e50f5]

        INTEGRATION: CWS ooo19126 (1.3.426); FILE MERGED 2005/09/05 13:22:47 rt 1.3.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d263ced289d44318bf23456cf2052a14de8b48c0]

        INTEGRATION: CWS ooo19126 (1.38.186); FILE MERGED 2005/09/05 13:41:18 rt 1.38.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [677b1a53a031d248eb26b6411683fdd52ddc6b33]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 14:08:29 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [823ab5be0bc0bf6a46b30f8f93417966ff03c4fa]

        INTEGRATION: CWS ooo19126 (1.7.428); FILE MERGED 2005/09/05 13:22:47 rt 1.7.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4d2c09da4cb71551dfee0c643de20906aee1c87]

        INTEGRATION: CWS ooo19126 (1.51.186); FILE MERGED 2005/09/05 13:41:18 rt 1.51.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f818c1dad3c939dc98f73ac7c0a179fcc4d4ade]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 14:08:29 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [627265eba7f924da611427c8667b6f784d8fd171]

        INTEGRATION: CWS ooo19126 (1.4.472); FILE MERGED 2005/09/05 13:22:46 rt 1.4.472.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eef547a2828c7dd5f64ab5e9f13528587bbb6fbb]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:41:18 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [474768198f299bc54a1512305c4c1765e444ce8a]

        INTEGRATION: CWS ooo19126 (1.10.154); FILE MERGED 2005/09/05 13:22:46 rt 1.10.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40818dba5246356a82649617162d3c792951f190]

        INTEGRATION: CWS ooo19126 (1.51.78); FILE MERGED 2005/09/05 13:41:17 rt 1.51.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [522d55116a6f354b00726dd0d1a8ed77241561a5]

        INTEGRATION: CWS ooo19126 (1.5.136); FILE MERGED 2005/09/05 14:08:29 rt 1.5.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44fd9087ab0dccc59016784f3450d8e73b5db840]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:46 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d0ac91073ae91532fd7a30464cb3021e160a4cb]

        INTEGRATION: CWS ooo19126 (1.5.600); FILE MERGED 2005/09/05 13:41:17 rt 1.5.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8413b2da5eaadb0f54b783677aa7950496aac021]

        INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 14:08:29 rt 1.7.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [924f54b5774bc06c40ed5369237d747351f5290b]

        INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 13:22:46 rt 1.3.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c3bb68a48e5ef090cc67a4088efaee9c55f8de0]

        INTEGRATION: CWS ooo19126 (1.6.928); FILE MERGED 2005/09/05 13:41:16 rt 1.6.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe5871dd031e98b4c9d1ee6da673fe064b208cee]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 14:08:29 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c976b4900550aaac7d5aad1a2c6d8f1f7e1710c]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 13:22:45 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b87ad94de869dd920ae4faf8221815ef2382e1be]

        INTEGRATION: CWS ooo19126 (1.20.186); FILE MERGED 2005/09/05 13:41:16 rt 1.20.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [28de8ea06b7f65b082a897459ee9767b8ad8189c]

        INTEGRATION: CWS ooo19126 (1.8.18); FILE MERGED 2005/09/05 14:08:28 rt 1.8.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b46d21d630541b3ae7067af191f488844862d549]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:22:45 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfd6c82e777141cec9a2e9fe8d83f1e40c2b0b05]

        INTEGRATION: CWS ooo19126 (1.8.40); FILE MERGED 2005/09/05 14:08:28 rt 1.8.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84fcd330abd3e097ba212bd980f58b1b74b1892a]

        INTEGRATION: CWS ooo19126 (1.79.184); FILE MERGED 2005/09/05 13:41:16 rt 1.79.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4478eb794387692bfa6bc2c1c5564741bf8f81c]

        INTEGRATION: CWS ooo19126 (1.4.212); FILE MERGED 2005/09/05 13:22:45 rt 1.4.212.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [055650a336ef7e5545dbc5d3c890a979b40f5503]

        INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 14:08:28 rt 1.9.30.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66a6dcf1b8adc2b426263a0719b1ee0859d0be07]

        INTEGRATION: CWS ooo19126 (1.22.192); FILE MERGED 2005/09/05 13:41:15 rt 1.22.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7a887b00fb8bbb3f9cacd3ae45bf9d372b2ae29]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 14:08:28 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d59308489580cbeca718e5790dc0ab7522d40e4c]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:41:15 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b66768fce42dfc7006c1739ab5ed82fda83b5b96]

        INTEGRATION: CWS ooo19126 (1.7.118); FILE MERGED 2005/09/05 13:22:45 rt 1.7.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29c5ed343af30bade99a6144c72df7a8a05675c2]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 14:08:28 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [820b1994ea09fac2dd7fe25b96fdb4d1a3d01dce]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:44 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4ca59e56fa44eac66f56ef04e07375948109653]

        INTEGRATION: CWS ooo19126 (1.1.18); FILE MERGED 2005/09/05 14:08:27 rt 1.1.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [adfdc12a67f44be969d16229e699a441351d5508]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:41:14 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc8bd4e2d2da5b2ca92dcd2e4f2ed41823ffa4d9]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:44 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58e75e4b5fde70be344989ec4b4e16307ddae599]

        INTEGRATION: CWS ooo19126 (1.4.836); FILE MERGED 2005/09/05 13:41:13 rt 1.4.836.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c809204348e4bfde1f9ec9d1c46259b8bce35831]

        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>  [991237e0d93be45387dbc572a96c22d73f224f83]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 13:41:13 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04261698b676c3d6f80bd28223d2d9251dce80f8]

        INTEGRATION: CWS ooo19126 (1.8.154); FILE MERGED 2005/09/05 13:22:43 rt 1.8.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9314791f4f2784f7da2da7d3b6b0b8f72eef7d66]

        INTEGRATION: CWS ooo19126 (1.7.2); FILE MERGED 2005/09/05 13:17:47 rt 1.7.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41fa374c99c8fb722fbaebabf946182a100aa9b8]

        INTEGRATION: CWS ooo19126 (1.7.712); FILE MERGED 2005/09/05 13:41:13 rt 1.7.712.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [900bf1c836bb5fb0f2a29ee05aafd7c20e4c85cd]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 13:22:43 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [267dafc9cbae00125c656c6fb56175bd18195b53]

        INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGED 2005/09/05 13:17:46 rt 1.3.2.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [148f1ca08f871ee19ac74730efd96ef1a8c9fae5]

        INTEGRATION: CWS ooo19126 (1.22.942); FILE MERGED 2005/09/05 13:41:12 rt 1.22.942.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96ae1c5d264986b10f0d813fe24b91ecabf3c4f2]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:22:43 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92b47ecd0ce645b33daa43253b963b921ed29963]

        INTEGRATION: CWS ooo19126 (1.7.600); FILE MERGED 2005/09/05 13:41:11 rt 1.7.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77e54c3cf0501fcdc69c0fe531150aa7842c8ae7]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 14:40:49 mh 1.2.46.2: update license text, #i54228# 2005/09/05 13:17:45 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f558ae429a0f83798121f97a83f7a0171258b3e7]

        INTEGRATION: CWS ooo19126 (1.15.276); FILE MERGED 2005/09/05 13:41:11 rt 1.15.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cbb4e2919c2c6dfebafdaa8f632c9ee0c00fd69]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:43 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [040784c00cb4c29017098b36145565ea93cbed1a]

        INTEGRATION: CWS ooo19126 (1.4.928); FILE MERGED 2005/09/05 13:41:11 rt 1.4.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7814c5321dc70a592161e27338a414ec54c6fbc5]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:42 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bae114d79426c7f52691e1e8bc8e96175b28b81a]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 14:40:48 mh 1.2.46.2: update license text, #i54228# 2005/09/05 13:17:44 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9cfaf9f235ddb171fac8492348c0a43521316298]

        INTEGRATION: CWS ooo19126 (1.7.186); FILE MERGED 2005/09/05 13:41:10 rt 1.7.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b186ab96368ceb055adfb182909630c95904d0e3]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:42 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4992ef7a1cd976d22e5e199416f753d86ac508e]

        INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 13:17:42 rt 1.3.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [faf0bf7987441533e5f5dbb17b42c522a3aa6889]

        INTEGRATION: CWS ooo19126 (1.5.732); FILE MERGED 2005/09/05 13:41:10 rt 1.5.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efecca72b0d8c945898ee324061ae2e58251101f]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 13:17:41 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [278c2eef913160f2fb099c632827a03690714490]

        INTEGRATION: CWS ooo19126 (1.16.600); FILE MERGED 2005/09/05 13:41:09 rt 1.16.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82bfab49630fa7dccf19a935a632156e0eaedf34]

        INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 13:22:42 rt 1.2.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15b21fa0eceb21c88f31fcab1cd2ec5036384680]

        INTEGRATION: CWS ooo19126 (1.22.186); FILE MERGED 2005/09/05 13:41:09 rt 1.22.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5209e9af566698048eee1a2da6321d9d19206220]

        INTEGRATION: CWS ooo19126 (1.3.394); FILE MERGED 2005/09/05 13:22:42 rt 1.3.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbe3b68bf5fd9f168934d7f898448f25493304ad]

        INTEGRATION: CWS ooo19126 (1.5.932); FILE MERGED 2005/09/05 13:41:09 rt 1.5.932.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ddc21f6d53e25308bed34fadeafa2fbce983d32]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:22:41 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3767d85c0b5376e34dd8b77e527a44018c54177]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:41:09 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8b8ca453750c36aea77f1cbba074b4e0bb30a10]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:22:41 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4faf36ee7426b40e088941d3d5f175604a6258e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:23:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33bc2d817e8bc5872623f426d7d3633a9b237e71]

        INTEGRATION: CWS ooo19126 (1.11.600); FILE MERGED 2005/09/05 13:41:08 rt 1.11.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dca8271b57270cbfbeffcff3fb9c87d0c77e6a9]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 17:42:16 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73d1a720e69f17c45f2bd16c79765ff6b6acf0f1]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:41:08 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca0a00b72e7a924c90cadb92a74b2fe94c1c6644]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 17:42:15 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a0c821a9cfbf962903c9fd2d14eea0e0fcaf0cb]

        INTEGRATION: CWS ooo19126 (1.17.186); FILE MERGED 2005/09/05 13:41:08 rt 1.17.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ed07e1670c94335aa1739432e679100184fde62]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 17:42:15 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [672a2bfac53d747848acfa1a242c7d3a6881a6be]

        INTEGRATION: CWS ooo19126 (1.42.234); FILE MERGED 2005/09/05 13:41:07 rt 1.42.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db7f8decf7c1c681c8276e6938f508b9f8ce26be]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:22:40 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e321e06b2924b8a55912b8baaba5eb48eeefc4ba]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 17:42:15 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d81532fc495e56f4d1a07c08f497d05976e45cf3]

        INTEGRATION: CWS ooo19126 (1.84.186); FILE MERGED 2005/09/05 13:41:07 rt 1.84.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14468a2e75dc2e4b323c448f40348e88bfeb6a5b]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:22:40 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c89edd6d8ed08c77265bd276ea404d896b676018]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 17:42:15 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afa54b674404639e209f0f27d4c3493806f528cb]

        INTEGRATION: CWS ooo19126 (1.10.406); FILE MERGED 2005/09/05 13:41:06 rt 1.10.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e4718d5323bdac11b3debcd94ff191d28037bfa]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:40 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4301544531fcf7ab5c36088f50910b1d4efed8b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:23:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [442b0f3ebe8fa1694d57cce9c8569dfa032e0b04]

        INTEGRATION: CWS ooo19126 (1.1.1.1.136); FILE MERGED 2005/09/05 17:42:14 rt 1.1.1.1.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b6ded85d3410dd4f263eb658d13041da531c5ce]

        INTEGRATION: CWS ooo19126 (1.54.184); FILE MERGED 2005/09/05 13:41:06 rt 1.54.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd7e9817e8de13c100a9dade7b9b2ff91421d5e5]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 13:22:40 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ce0982e3bad88a4106e76b488865c9270377a38]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:42:14 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bf39c02fa445f33c98e8866c7c89b45361d0c4f]

        INTEGRATION: CWS ooo19126 (1.18.692); FILE MERGED 2005/09/05 13:41:06 rt 1.18.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [866bd2617b6608f1e6c9337245ffac6c480555d9]

        INTEGRATION: CWS ooo19126 (1.6.118); FILE MERGED 2005/09/05 17:42:14 rt 1.6.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [483c0dd07b955def15e017db8c33010a9ffda969]

        INTEGRATION: CWS ooo19126 (1.22.186); FILE MERGED 2005/09/05 13:41:05 rt 1.22.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9809b8679fde38a1380b23c909db60c18f84b201]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 13:22:39 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2882002a17eb21c957c8f4b00acecfccfd87b71]

        INTEGRATION: CWS ooo19126 (1.15.74); FILE MERGED 2005/09/05 17:42:13 rt 1.15.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf1ea770e1401331cd77838cb3c305ba3fdb0767]

        INTEGRATION: CWS ooo19126 (1.3.1264); FILE MERGED 2005/09/05 13:41:05 rt 1.3.1264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bac5cac2336c628acddb3098f8763d5066fab24]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:22:39 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8397ced4006ac29565e5762ae4c7acea6071bd8]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:42:13 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0732ba2ebefec450a3676bed7bbd844e092fbeed]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:41:05 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [826bf784615ccb79dfb5cdcffefeed821d4b8457]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:22:39 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae643de32a3fe747b01636a6443d70e940b711d5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.136); FILE MERGED 2005/09/05 17:42:12 rt 1.1.1.1.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02d55329f8dd66630b257fb2f6c73cd109ee9816]

        INTEGRATION: CWS ooo19126 (1.5.928); FILE MERGED 2005/09/05 13:41:04 rt 1.5.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09444b50e998a1b5244ef2d39980a4041cc72e3a]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 13:22:39 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a21041dcb60db6cb745801d7206ad11f000ab1b]

        INTEGRATION: CWS ooo19126 (1.7.1426); FILE MERGED 2005/09/05 13:41:04 rt 1.7.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c0d45074bae7b44a26bb49a8d0d045628b3e150]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 17:42:12 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ac628150abdef9f738abade06d15b0cbf84dded]

        INTEGRATION: CWS ooo19126 (1.36.186); FILE MERGED 2005/09/05 13:41:04 rt 1.36.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e6527b811bef1676bd17f25723eed60b8b4ec88]

        INTEGRATION: CWS ooo19126 (1.8.246); FILE MERGED 2005/09/05 13:22:38 rt 1.8.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c65751152300c062425e97a57c10e9764ce36bbf]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:42:12 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0feb469e3f1bfe52bd02a9983c07435163a3c39]

        INTEGRATION: CWS ooo19126 (1.2.1454); FILE MERGED 2005/09/05 13:41:03 rt 1.2.1454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aea3274f7568e026ca25f6abe2e5857ff30b70fd]

        INTEGRATION: CWS ooo19126 (1.9.70); FILE MERGED 2005/09/05 13:22:38 rt 1.9.70.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [999e6d7035c8b766e88427cdfc565a28011635ed]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:42:11 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [006e2a3f7052f2968f3c880ce3d36e5a4178828e]

        INTEGRATION: CWS ooo19126 (1.7.186); FILE MERGED 2005/09/05 13:41:03 rt 1.7.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e698f5db9b96e4f41a80bf2371af8e86d5b9672]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 13:22:38 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d41eb8578c02719028bdc6520efed6e60d34ce63]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 17:42:11 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9c72566203fd1fde36b8ebc096b07cb94c9f902]

        INTEGRATION: CWS ooo19126 (1.38.186); FILE MERGED 2005/09/05 13:41:03 rt 1.38.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20223b1b10a64bee0412fc63e18c14dece1b82d8]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:22:37 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37e9ad6efe159d9ee7b31535ccec3d58c5563616]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 17:42:11 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08b229145da06bbcedb28943f08b7aaca9684b4c]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:41:02 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea8ca8deea3046dc71d61110fd4aaa27da3acc08]

        INTEGRATION: CWS ooo19126 (1.3.426); FILE MERGED 2005/09/05 13:22:37 rt 1.3.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [098e49a62f336d742cabec134ca6557c855e0733]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 17:42:11 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87eac574a3e9f9c8ccf335f0d487377296d0448d]

        INTEGRATION: CWS ooo19126 (1.6.1254); FILE MERGED 2005/09/05 13:41:02 rt 1.6.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5e66a0fe38ba15b3dbcf6208588d825d13a09b9]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 17:42:10 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56a6955a7737f13b58e3539a68e3c9ab3bd42789]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 13:22:37 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94e237fd0741aceccde9778233232bafbc32d5b6]

        INTEGRATION: CWS ooo19126 (1.4.772); FILE MERGED 2005/09/05 13:41:02 rt 1.4.772.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9525f780672447e1eb5d3c654b2393c8828d002]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:37 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b65205a92c03af2ef4c424a1737e3a22871ca56]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:22:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db60bc03e2ca74a463b5af4c960091ad4efc9401]

        INTEGRATION: CWS ooo19126 (1.15.792); FILE MERGED 2005/09/05 13:41:01 rt 1.15.792.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7cb0234e773652ebac982e81a008df19e8fe30c]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:16 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd12da921a600371ce222c9047301ad93699e18]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:36 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e25f67183b4efb1af8198b46bb8daf3161ca6590]

        INTEGRATION: CWS ooo19126 (1.35.412); FILE MERGED 2005/09/05 13:41:01 rt 1.35.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae8ff94c94b0f42fccf7528f65899fa91572bdb9]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:41:00 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e80f06693f7fce43f42a4839b9aeed3a1d9aefb8]

        INTEGRATION: CWS ooo19126 (1.4.896); FILE MERGED 2005/09/05 13:22:36 rt 1.4.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddccd9a41de520cc26eff235feb966164121bf9e]

        INTEGRATION: CWS ooo19126 (1.6.1254); FILE MERGED 2005/09/05 13:41:00 rt 1.6.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b23b4843b8628647be3a1d25de2600b7466157a]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:22:36 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e71c7de9ac4fa0dc33520314c610e26fc8908d3]

        INTEGRATION: CWS ooo19126 (1.22.186); FILE MERGED 2005/09/05 13:41:00 rt 1.22.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a3e3242c0249d98819c8df5eede4b44ae9f8c45]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:15 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef240730e1c12241a94d9fe12ff584fec6759c53]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:22:53 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae3e7b6a09b4f335e3732b3aa89eaeade9994db6]

        INTEGRATION: CWS ooo19126 (1.82.186); FILE MERGED 2005/09/05 13:40:59 rt 1.82.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2890bd754ff53808596406f2b7957e2c2e3ca928]

        INTEGRATION: CWS ooo19126 (1.9.562); FILE MERGED 2005/09/05 13:22:35 rt 1.9.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c54d434933254a9fdd00456b8d2c9e73c9a58fd]

        INTEGRATION: CWS ooo19126 (1.12.186); FILE MERGED 2005/09/05 13:40:59 rt 1.12.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b76b3e2900651f385c340d0e6fe8142a87601ae4]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:22:35 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71d31f13a51e99ba737bbda002832f05773b9cc2]

        INTEGRATION: CWS ooo19126 (1.22.186); FILE MERGED 2005/09/05 13:40:58 rt 1.22.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd56da75693c09d5e2142daced44a5b88b2ca1ba]

        INTEGRATION: CWS ooo19126 (1.19.186); FILE MERGED 2005/09/05 13:40:58 rt 1.19.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1f06a443e8c643bd0fb3461a448dcf0a44c2532]

        INTEGRATION: CWS ooo19126 (1.54.184); FILE MERGED 2005/09/05 13:40:57 rt 1.54.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26554f359649290f1d183462865fa86c70ea4ce0]

        INTEGRATION: CWS ooo19126 (1.8.896); FILE MERGED 2005/09/05 13:22:34 rt 1.8.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04b2a87d3235bca707b23c16946439cd9a2dc461]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:14 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [966b8dba3f34d14fd2e87b9d9962ceba7feb6b4f]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:40:57 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e2b9373a6f13a53147988d40d7e6788a7025ca0]

        INTEGRATION: CWS ooo19126 (1.5.896); FILE MERGED 2005/09/05 13:22:34 rt 1.5.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9a6db77fdc135560e7a3c65c86f36b2f5edb441]

        INTEGRATION: CWS ooo19126 (1.5.1426); FILE MERGED 2005/09/05 13:40:57 rt 1.5.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74fb46ec5d708f8da7583238f3059cc002dab40d]

        INTEGRATION: CWS ooo19126 (1.8.818); FILE MERGED 2005/09/05 13:40:56 rt 1.8.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29e4a29c59f7af80f1fa175c8341f06db1fd044c]

        INTEGRATION: CWS ooo19126 (1.6.742); FILE MERGED 2005/09/05 13:22:34 rt 1.6.742.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e2930cf8b747da3c3121aa1dcc7730fec47a73c]

        INTEGRATION: CWS ooo19126 (1.7.460); FILE MERGED 2005/09/05 13:40:56 rt 1.7.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68da07928a7473c58caeaf39582b239be3818b22]

        INTEGRATION: CWS ooo19126 (1.6.562); FILE MERGED 2005/09/05 13:22:33 rt 1.6.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02795e64395f84877d1655a1d28696c6fe13387b]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:13 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2e1306cb67a6a360d0b6f7af6820ba81b95341a]

        INTEGRATION: CWS ooo19126 (1.11.600); FILE MERGED 2005/09/05 13:40:56 rt 1.11.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6080c5295007202b4c4252cbd4b759fbfc978b88]

        INTEGRATION: CWS ooo19126 (1.32.186); FILE MERGED 2005/09/05 13:40:55 rt 1.32.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bfdb878940b9f933d31520f47d5ae1b908ebef8]

        INTEGRATION: CWS ooo19126 (1.9.562); FILE MERGED 2005/09/05 13:22:33 rt 1.9.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3aab2609fe555e69f8fa73921973aa12599b6d1d]

        INTEGRATION: CWS ooo19126 (1.10.846); FILE MERGED 2005/09/05 13:40:55 rt 1.10.846.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df2a62d362c69049479c39cf26cbdbf271cd753f]

        INTEGRATION: CWS ooo19126 (1.10.562); FILE MERGED 2005/09/05 13:22:32 rt 1.10.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac9d39b49018f8000c0dcc5e53d76e43cde0b472]

        INTEGRATION: CWS ooo19126 (1.50.96); FILE MERGED 2005/09/05 13:40:55 rt 1.50.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87d297a43fea813c35104a344c9c232985a0ed92]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:12 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [468cef15ad62f2248a00cc3538b9a9cca24cc263]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:22:32 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e57dc838d162ffcaee885082eb99013c5eb6a12d]

        INTEGRATION: CWS ooo19126 (1.5.1426); FILE MERGED 2005/09/05 13:40:54 rt 1.5.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c4acb702f9b758a29315db2233daa293d3c9cbd]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 13:22:31 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a375a3eae59a510be269d5220fef53de26328d]

        INTEGRATION: CWS ooo19126 (1.11.1254); FILE MERGED 2005/09/05 13:40:54 rt 1.11.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03a456ade58ca53d9f7443ca9bc3a1a80c61701a]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 13:22:31 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a4fb195b3add7b00c89e493fbd46bf36dca7de4]

        INTEGRATION: CWS ooo19126 (1.5.896); FILE MERGED 2005/09/05 13:40:54 rt 1.5.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82a25598998bed14a14356cc771316919a7b8cfb]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:11 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42df9a6d2086c1c21122cdc9a694af51cec9ada7]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:22:31 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [123a0c628c239c4e1af380e2a48b007fa5036b2b]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:40:53 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35ff413958ff9071e5c8711aabce56e5619a9a3c]

        INTEGRATION: CWS ooo19126 (1.5.426); FILE MERGED 2005/09/05 13:22:30 rt 1.5.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47bbb67c182f662ea5d0fb890d33c59044cea909]

        INTEGRATION: CWS ooo19126 (1.11.276); FILE MERGED 2005/09/05 13:40:53 rt 1.11.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6486d485079b3ad967a620efab48aec75b36b83b]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:30 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbca20815a3c326e058be50a46dbc318558110d7]

        INTEGRATION: CWS ooo19126 (1.16.186); FILE MERGED 2005/09/05 13:40:53 rt 1.16.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [929503107bc9b0c0a0decce741ce7f3e86157a0b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:22:30 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d879edf0c5a4cbd41427dbebbe154662e8944ae]

        INTEGRATION: CWS ooo19126 (1.27.714); FILE MERGED 2005/09/05 13:40:52 rt 1.27.714.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25c0f08065d2a2f4b4480140d658d8a84cf096ed]

        INTEGRATION: CWS ooo19126 (1.3.584); FILE MERGED 2005/09/05 13:22:30 rt 1.3.584.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db8cf1e62797203cf3462511a174218b4b91297b]

        INTEGRATION: CWS ooo19126 (1.6.902); FILE MERGED 2005/09/05 13:40:52 rt 1.6.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6adbbc18128f425d92d138dd449f037f9ed8d7ae]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:10 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7692100504cfa4ca3997e630a0ad0ee78feefc43]

        INTEGRATION: CWS ooo19126 (1.39.186); FILE MERGED 2005/09/05 13:40:51 rt 1.39.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [952ec649e65c3adcf1b47e2e55056f7a279b2320]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:22:45 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9c15d1031a60a714c05a5028435b536267f2cb1]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:48:10 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de0592269749c69204f282904218a06f663c6379]

        INTEGRATION: CWS ooo19126 (1.4.798); FILE MERGED 2005/09/05 13:22:29 rt 1.4.798.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2782d95178c9830944f412307b22ab6253fd2799]

        INTEGRATION: CWS ooo19126 (1.14.186); FILE MERGED 2005/09/05 13:40:51 rt 1.14.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13f890150bfcebccf3abb3c2d0fcff7bbb8b67b0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:09 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [065219e1db39a157dcf8d30bbce1d10b2dee3474]

        INTEGRATION: CWS ooo19126 (1.2.908); FILE MERGED 2005/09/05 13:22:29 rt 1.2.908.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b1c295e3f1b65443704af0143a71fbf29bf5f95]

        INTEGRATION: CWS ooo19126 (1.92.186); FILE MERGED 2005/09/05 13:40:51 rt 1.92.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d595ac336cb37e436737374825904bd83b967a4c]

        INTEGRATION: CWS ooo19126 (1.68.96); FILE MERGED 2005/09/05 13:40:50 rt 1.68.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa27a9284f229f8092f80177246269303a6fc935]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:08 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ce73c77421338138ee7bf048a7fb1c336a899cf]

        INTEGRATION: CWS ooo19126 (1.11.562); FILE MERGED 2005/09/05 13:22:28 rt 1.11.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5001828f131e1e095b8a568ec63ad64e83e3666]

        INTEGRATION: CWS ooo19126 (1.16.600); FILE MERGED 2005/09/05 13:40:50 rt 1.16.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e1cbad32f0c22f7ff4556b5fcc835332cb2dd9d]

        INTEGRATION: CWS ooo19126 (1.17.288); FILE MERGED 2005/09/05 13:22:28 rt 1.17.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e753031f6f6b6f1ed93dfbb9c1e8d812f46d5513]

        INTEGRATION: CWS ooo19126 (1.33.372); FILE MERGED 2005/09/05 13:40:50 rt 1.33.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cfd995670e35c04cb1de2898038f62ac83541fe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:22:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f6905cb7e56238eb04238772ef49d6eb3605f3b]

        INTEGRATION: CWS ooo19126 (1.6.562); FILE MERGED 2005/09/05 13:22:28 rt 1.6.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26478f6ffbb215e250942c36cc4e9d7688c6b9a6]

        INTEGRATION: CWS ooo19126 (1.18.96); FILE MERGED 2005/09/05 13:40:50 rt 1.18.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a13ce894ee65b764fcbbe1eb0175a0bf743806f2]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:07 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed2c01d53b069439277f28873ad152198b75a50a]

        INTEGRATION: CWS ooo19126 (1.5.426); FILE MERGED 2005/09/05 13:22:28 rt 1.5.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b88088157d1831d88e83940d580940f712e647b1]

        INTEGRATION: CWS ooo19126 (1.46.186); FILE MERGED 2005/09/05 13:40:49 rt 1.46.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9646fb479af9b2de86e584aec81fc4b3085fc51b]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:22:28 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd320f158789586c35f9466eafe6f0d7714712ee]

        INTEGRATION: CWS ooo19126 (1.98.186); FILE MERGED 2005/09/05 13:40:48 rt 1.98.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1053bedf006f13a87e932c43aa44524b706429ba]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:06 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a42bf6cb190d30cb3059048093507d9522e2fa23]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 13:22:27 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8068e684c3690eb016b1a315a811fc0088c1a88a]

        INTEGRATION: CWS ooo19126 (1.8.1438); FILE MERGED 2005/09/05 13:40:48 rt 1.8.1438.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [846652eef0951bba2337dd09e7fd793095c2fc3b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:22:41 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c3b452f2575c5f4dd028a17638cf8bca0965663]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:48:06 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37dd6734f0e6e3625a74d8790493d5c91673b24c]

        INTEGRATION: CWS ooo19126 (1.10.428); FILE MERGED 2005/09/05 13:22:27 rt 1.10.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d805e041934f882e3feac1f3133fe23daea0f3d]

        INTEGRATION: CWS ooo19126 (1.42.186); FILE MERGED 2005/09/05 13:40:48 rt 1.42.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04598ae078c7e3fa547aaf224b1ff9787487505e]

        INTEGRATION: CWS ooo19126 (1.4.558); FILE MERGED 2005/09/05 13:22:27 rt 1.4.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76e970a4380be71f44e49c6ea175ad34e1a6997f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:05 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78723b50ace292c11fc659fc503817ad807617b7]

        INTEGRATION: CWS ooo19126 (1.47.186); FILE MERGED 2005/09/05 13:40:48 rt 1.47.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98d338fb2557989ccdfbf62badc0ad8e5522e24a]

        INTEGRATION: CWS ooo19126 (1.49.186); FILE MERGED 2005/09/05 13:22:27 rt 1.49.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05705e6c4a7c68e0f75c912709db143254e629cc]

        INTEGRATION: CWS ooo19126 (1.5.186); FILE MERGED 2005/09/05 13:40:47 rt 1.5.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fc0e68e29621bc964f52b046818963247d4511c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:48:04 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c85630c4120e54cd275cc13430c645da83124f22]

        INTEGRATION: CWS ooo19126 (1.20.364); FILE MERGED 2005/09/05 13:22:26 rt 1.20.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c158a74f8e98215dee117abd2b252d420173299]

        INTEGRATION: CWS ooo19126 (1.58.186); FILE MERGED 2005/09/05 13:40:47 rt 1.58.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdd811c0a3b266769d7883b5606625767d5d81b9]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:04 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb29af43a62c7ab9e6c5aa585cd9c6e4fa3af961]

        INTEGRATION: CWS ooo19126 (1.6.428); FILE MERGED 2005/09/05 13:22:26 rt 1.6.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad78fcf091f707d29af33e14c629eba327b5d4f9]

        INTEGRATION: CWS ooo19126 (1.39.186); FILE MERGED 2005/09/05 13:40:47 rt 1.39.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92daafc7df4c1c5756463b53d2c283c6a52d0366]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:48:03 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87ac34ca673171a577893cc104897af962f7895f]

        INTEGRATION: CWS ooo19126 (1.6.364); FILE MERGED 2005/09/05 13:22:26 rt 1.6.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ce107333a68037ad13d68499a434001d6aa929b]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:40:46 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [227acca4374dbe763b7f0ae8877d75bd979e6a7e]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:22:25 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ae2dad27f560dace9aa4f857cb7475c3b528a9c]

        INTEGRATION: CWS ooo19126 (1.20.510); FILE MERGED 2005/09/05 13:40:46 rt 1.20.510.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62211a7fc070b6727f34f48c8b1a5f148fbdab8b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:22:38 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a48b13f9d2472df1d9d69a3b3fa06c8fff9a4ba]

        INTEGRATION: CWS ooo19126 (1.9.92); FILE MERGED 2005/09/05 13:40:45 rt 1.9.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3eba8107331654ed58710d9bd7c40626ac27c37f]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:48:02 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca0b0df227025b104cd226d659cb2468aefb044c]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:22:24 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [988b0787634a253cce125bb1a76234384e45f34e]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 15:48:01 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d13352106a47010c4f528ef7cefdb33e6c42299f]

        INTEGRATION: CWS ooo19126 (1.32.106); FILE MERGED 2005/09/05 13:22:23 rt 1.32.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58dd20c1d6110296fcfc098c17ab66c91e1457a0]

        INTEGRATION: CWS ooo19126 (1.19.386); FILE MERGED 2005/09/05 13:40:44 rt 1.19.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8597b777a4c6929c2a7f0650d7e394f22d7c5b99]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 15:48:01 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86a954f899149640e52834c9bc5ece9238452bff]

        INTEGRATION: CWS ooo19126 (1.7.364); FILE MERGED 2005/09/05 13:22:23 rt 1.7.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae2e6f1a422ac61e207e1d5f77ce2d34f590c19b]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:48:00 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a10581bbef7ba16c2d33dbc40438279ea024ca3e]

        INTEGRATION: CWS ooo19126 (1.6.426); FILE MERGED 2005/09/05 13:22:23 rt 1.6.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75579a56489f12c7276704fad4af00f859975941]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 13:22:22 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00a7e95ae8385214ce218ab2206d591808a6e753]

        INTEGRATION: CWS ooo19126 (1.9.362); FILE MERGED 2005/09/05 13:22:22 rt 1.9.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39b00667e37b89014a83cba1747ba9de4b9f9728]

        INTEGRATION: CWS ooo19126 (1.40.226); FILE MERGED 2005/09/05 13:22:22 rt 1.40.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [916d5fe6b905775b9ff8fee968f77aa2afb3ccbc]

        INTEGRATION: CWS ooo19126 (1.10.486); FILE MERGED 2005/09/05 13:22:21 rt 1.10.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98b3bd6efa41d6105b81ef14ccf1890472468630]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:59 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [284728ba67eedb9b0c30e9a8afb2854771fc5d23]

        INTEGRATION: CWS ooo19126 (1.21.196); FILE MERGED 2005/09/05 13:22:21 rt 1.21.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c592182f8708f4e17c1d964d520888b84de34cae]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:22:20 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e48ea8ebae864628799f87df5407fde02f3ee485]

        INTEGRATION: CWS ooo19126 (1.7.220); FILE MERGED 2005/09/05 13:22:20 rt 1.7.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a85ef990ffcb2b555e7313ba34f5067e227ae6f9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 13:22:20 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7df47323b6959f2754534bf98fede289aa990bc]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 15:47:59 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56685c2568768b715fb5416d44115d5b229b868a]

        INTEGRATION: CWS ooo19126 (1.9.156); FILE MERGED 2005/09/05 13:22:19 rt 1.9.156.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd6651d80583487a1147d28c92298ed45eac6752]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:58 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [604e807c9c2d40a31ec1f5dc675cee728faef81e]

        INTEGRATION: CWS ooo19126 (1.9.308); FILE MERGED 2005/09/05 13:22:19 rt 1.9.308.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2f5d8bf054f97feb8e7d0f40726994cfa52f812]

        INTEGRATION: CWS ooo19126 (1.4.394); FILE MERGED 2005/09/05 13:22:18 rt 1.4.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05ad3eeda4370dc7fc5498bd63982424564482cb]

        INTEGRATION: CWS ooo19126 (1.5.364); FILE MERGED 2005/09/05 13:22:18 rt 1.5.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a829a2201f9633f96c399c88ba4ce02d9bdab55c]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 13:22:18 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d94c572cae32c8160aad0ebd59dedd8e53fb7b1]

        INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED 2005/09/05 13:40:39 rt 1.8.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47902f3ea327c0f2592f2b4ec5a0718d8ee699aa]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 11:22:26 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6197fae078b1732568d909aeb83834a392a42f0a]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 13:22:17 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7781e5bba56718004f514b2fd1d2b57408a8867]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:57 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [525dacd68019dccf9366853100b37746fadce02a]

        INTEGRATION: CWS ooo19126 (1.34.234); FILE MERGED 2005/09/05 13:22:17 rt 1.34.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3311d3636599d158bead6025b0b95b7989d8e787]

        INTEGRATION: CWS ooo19126 (1.10.378); FILE MERGED 2005/09/05 13:40:37 rt 1.10.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b3da3fc3f326e4f0a6435852b5910ceb3faba30]

        INTEGRATION: CWS ooo19126 (1.32.162); FILE MERGED 2005/09/05 13:22:17 rt 1.32.162.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f870248cee60a2b1c1cb70990570c1778d0e879]

        INTEGRATION: CWS ooo19126 (1.28.386); FILE MERGED 2005/09/05 13:40:35 rt 1.28.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c8af1e0577e1305685b85992845687fd1a0d1ec]

        INTEGRATION: CWS ooo19126 (1.5.294); FILE MERGED 2005/09/05 13:22:16 rt 1.5.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c96746089322e666a03f3f55c1fffe358e5b8904]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:40:35 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0c06b5ad21ee6500183ba275e5ff3570ca2bd78]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:22:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84f07758d741f249adc86f5f5054ee06cdd0602c]

        INTEGRATION: CWS ooo19126 (1.3.394); FILE MERGED 2005/09/05 13:22:16 rt 1.3.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21f06fc5ee2fa991d92737a91edbd91bd70c9c08]

        INTEGRATION: CWS ooo19126 (1.7.386); FILE MERGED 2005/09/05 13:40:34 rt 1.7.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d22348a1952345c7a0bbdbc6fd2e161c9a554cf8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:22:23 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54f8bceff521d514d841e8966fcc4adf1236d187]

        INTEGRATION: CWS ooo19126 (1.11.364); FILE MERGED 2005/09/05 13:22:16 rt 1.11.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44c5e8eee1d7f3ce75355e949198a3fca0622167]

        INTEGRATION: CWS ooo19126 (1.6.664); FILE MERGED 2005/09/05 13:40:34 rt 1.6.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [affeacc14f8ec6a0142bfd27a4278b7317b6b568]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:22:22 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1bcfe98b63f305699b978c7868adb5a6ff951af]

        INTEGRATION: CWS ooo19126 (1.5.176); FILE MERGED 2005/09/05 13:22:16 rt 1.5.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f31866a308787ed5a382f20cb8d757cf898481ae]

        INTEGRATION: CWS ooo19126 (1.9.664); FILE MERGED 2005/09/05 13:40:34 rt 1.9.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddfa0f2372fd04d7de36ccd7b3e81fdd62e858df]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:56 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [516b06daa0356cdba2f8932d2930d51d3af9ccca]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 13:22:15 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa7945c0dd9615ca909500cf8c432f164abf5b23]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:22:19 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [98f5cfb2086b9d04c365c911d4591a64fc0d15d9]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:40:33 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78248f6cd41d9dc2c842e6ee96d55698af8ebe2c]

        INTEGRATION: CWS ooo19126 (1.22.270); FILE MERGED 2005/09/05 13:22:15 rt 1.22.270.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [822c6ee21a832df0f359f592adcf64e8aeca53d3]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:40:33 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da914cbbbad5a35c9ab12ac5de713e08095406a0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:22:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4bf9d43ecdd2db80a45e50d2772f27ce9eeb033]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:22:14 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdc4c2654f2b40246fd947600e22d4801b99ddd8]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:40:33 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb107751e1cabb578554b24fe4e5d5256a1c1478]

        INTEGRATION: CWS ooo19126 (1.6.426); FILE MERGED 2005/09/05 13:22:14 rt 1.6.426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad50864f3a9980b32a457a24ddaef51912b4a64e]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:40:32 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e8934c3a7721e3b96068f5bf535b0b350dd935d]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:55 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10857980ac097cc7700159886db80c3152939d44]

        INTEGRATION: CWS ooo19126 (1.5.562); FILE MERGED 2005/09/05 13:22:14 rt 1.5.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d391fa295275991b506c7f0e32d297ad183e4b0a]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:40:31 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8d96b355db12cf9e23b1a1a10c3ef9bc6e28134]

        INTEGRATION: CWS ooo19126 (1.10.350); FILE MERGED 2005/09/05 13:22:13 rt 1.10.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cac8f741cb8a21b9b4c7f925b082151a4c0970ff]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:55 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d7920bfac58936489098e046fc3b7f49e3ce7cd]

        INTEGRATION: CWS ooo19126 (1.28.88); FILE MERGED 2005/09/05 13:40:31 rt 1.28.88.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05e615e5db7bba0e1d582904e8a021028e8f8174]

        INTEGRATION: CWS ooo19126 (1.22.350); FILE MERGED 2005/09/05 13:22:12 rt 1.22.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc9b4447787e30c9deeba348a0822a50022f99c8]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 13:40:30 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16e3cd92eafa56f86dfed637f9ec0ce6490495af]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:55 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be5fe523d198318f77392cf0502320ed5a1c8dc6]

        INTEGRATION: CWS ooo19126 (1.4.394); FILE MERGED 2005/09/05 13:22:12 rt 1.4.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f86a346382b221b5bc49013f2f05984c231e14d2]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 13:40:30 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c432c135d4014353f1a6e409e5c525e32881f92]

        INTEGRATION: CWS ooo19126 (1.8.66); FILE MERGED 2005/09/05 13:22:11 rt 1.8.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4a7b8051b983ff2abaa6a84d7d17a61d00649c0]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:54 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5497d6207f6ac0d1db2e059b8e36a09f6dca7c06]

        INTEGRATION: CWS ooo19126 (1.14.94); FILE MERGED 2005/09/05 13:40:30 rt 1.14.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afba126744e743612d26d22d157fd56f564fa534]

        INTEGRATION: CWS ooo19126 (1.10.176); FILE MERGED 2005/09/05 13:22:11 rt 1.10.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75f8e42375488b59834287c63f943493d20b1bdd]

        INTEGRATION: CWS ooo19126 (1.2.812); FILE MERGED 2005/09/05 13:40:29 rt 1.2.812.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13c1b399a2747e3986ad286154cf308e36f2f009]

        INTEGRATION: CWS ooo19126 (1.9.562); FILE MERGED 2005/09/05 13:22:11 rt 1.9.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecb8cbafbb639051a3decca0831aa93ec1f5cb07]

        INTEGRATION: CWS ooo19126 (1.4.316); FILE MERGED 2005/09/05 13:40:29 rt 1.4.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edf30d7a787b1c9952667a0eec3e2129303e8ef4]

        INTEGRATION: CWS ooo19126 (1.13.308); FILE MERGED 2005/09/05 13:22:10 rt 1.13.308.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88dc3dcfe1064a2a8a0e57de715f154ae74836c3]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 15:47:53 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3a5fe11533b0c23e8cf0252b6ea777083d35398]

        INTEGRATION: CWS ooo19126 (1.4.234); FILE MERGED 2005/09/05 13:40:29 rt 1.4.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d9f254d8d6c870499684d45105f48c675d71fd3]

        INTEGRATION: CWS ooo19126 (1.6.364); FILE MERGED 2005/09/05 13:22:10 rt 1.6.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4254ab47adefe52acf62808bcef15a4660e2b772]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:53 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [986046b0195bba5ea553f5dfd6262cf95dbe8eb2]

        INTEGRATION: CWS ooo19126 (1.5.134); FILE MERGED 2005/09/05 13:22:10 rt 1.5.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f7fee08be24e7cb49fb147acfe7ebb35703cb11]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:22:12 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1b3ed08194714e2005df561434d2b71368b8863]

        INTEGRATION: CWS ooo19126 (1.10.316); FILE MERGED 2005/09/05 13:40:29 rt 1.10.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7066afc4dd1a3c3eca5436c43a9cb340f01b61c8]

        INTEGRATION: CWS ooo19126 (1.4.558); FILE MERGED 2005/09/05 13:22:09 rt 1.4.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [360d7a666f6d4884d4384ad64c11900c58ac35e3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:22:12 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c736f6b14dae07b775341f63c1276c489eca0e9b]

        INTEGRATION: CWS ooo19126 (1.63.306); FILE MERGED 2005/09/05 13:40:28 rt 1.63.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f18caa85628776415702bede96f13654b19fb90]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:52 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2dd233948f3d926bcf580c70ec53141e05d77902]

        INTEGRATION: CWS ooo19126 (1.4.374); FILE MERGED 2005/09/05 13:22:09 rt 1.4.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71b33d882345a6f163df7e8aac0af5f9998b2acb]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 13:40:28 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63eeb382329c7abfd344edb65ffe4e3b2d295f98]

        INTEGRATION: CWS ooo19126 (1.12.132); FILE MERGED 2005/09/05 13:22:08 rt 1.12.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c72ed99be68628a095d55eaa540e6b717ca57fe6]

        INTEGRATION: CWS ooo19126 (1.9.578); FILE MERGED 2005/09/05 13:40:27 rt 1.9.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b98c49b470349d8cb74d7bde864205d874b92d37]

        INTEGRATION: CWS ooo19126 (1.4.394); FILE MERGED 2005/09/05 13:22:08 rt 1.4.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e3e3db6805f023b39cc29359e979b1aabc5fbbb]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:51 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fcad4592e6df0ffc5c68fa1fc2cf8a1e192ff0f9]

        INTEGRATION: CWS ooo19126 (1.4.718); FILE MERGED 2005/09/05 13:40:27 rt 1.4.718.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87e6f695783f9afad8c0dc014a98b277b149e82a]

        INTEGRATION: CWS ooo19126 (1.7.364); FILE MERGED 2005/09/05 13:22:08 rt 1.7.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b922d02d01b2aed4c59bb190abeaf7767068f4e]

        INTEGRATION: CWS ooo19126 (1.45.94); FILE MERGED 2005/09/05 13:40:27 rt 1.45.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc5deae3b06a85560b956815e3bd9736b940a505]

        INTEGRATION: CWS ooo19126 (1.4.272); FILE MERGED 2005/09/05 13:22:07 rt 1.4.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ed4799d1da42c797bae42ae4660acdb3eb4e46e]

        INTEGRATION: CWS ooo19126 (1.77.92); FILE MERGED 2005/09/05 13:40:26 rt 1.77.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8dc26baffe8420ac4afaa79ce8dd95249013e3e4]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:50 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [585d0e9199486fa2da628653ccd8ae1289a68f2b]

        INTEGRATION: CWS ooo19126 (1.32.228); FILE MERGED 2005/09/05 13:22:07 rt 1.32.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e48cb82caa9af890aa2a4af46bb510fb9bcdd88c]

        INTEGRATION: CWS ooo19126 (1.66.230); FILE MERGED 2005/09/05 13:22:06 rt 1.66.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6daed4cadad29e1e0a0a718aafe07543932407fa]

        INTEGRATION: CWS ooo19126 (1.41.596); FILE MERGED 2005/09/05 13:40:26 rt 1.41.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5254c41cfeb36447eccdcdf1e26bdb30b898788c]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:50 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5f9a0dee976984f8e68369945ab61ee7ced68f5]

        INTEGRATION: CWS ooo19126 (1.11.286); FILE MERGED 2005/09/05 13:22:06 rt 1.11.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c39893888669c305ca2cb4bcd717c8bdbdb9df8]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:50 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0ced0e636cd9911abcffa3a1001b8f808e0839d]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 13:40:25 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7c499461657aa1ba4fc30260b4aa3963181f1e0]

        INTEGRATION: CWS ooo19126 (1.26.362); FILE MERGED 2005/09/05 13:22:05 rt 1.26.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ee6282d1f27e42568cac63f47712f1bf7fe6280]

        INTEGRATION: CWS ooo19126 (1.13.16); FILE MERGED 2005/09/05 15:47:50 rt 1.13.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [385488088eb65dddb56e583a32249a5d202fd34c]

        INTEGRATION: CWS ooo19126 (1.2.630); FILE MERGED 2005/09/05 13:40:25 rt 1.2.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b19e4a8b5d0389f56aa87581172e5f31348a9559]

        INTEGRATION: CWS ooo19126 (1.39.306); FILE MERGED 2005/09/05 13:40:25 rt 1.39.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [737599c2f24f8067bdc46d15f5ac73a8a7f5593c]

        INTEGRATION: CWS ooo19126 (1.23.458); FILE MERGED 2005/09/05 13:22:04 rt 1.23.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14e5e75382e60172af5a62a59b51646f38b8132d]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 15:47:49 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e365861bf93322f0320525b3535e034930a84a5a]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:22:06 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1aa47b9478f5d38d79bb975ac1c33130b17a866b]

        INTEGRATION: CWS ooo19126 (1.89.82); FILE MERGED 2005/09/05 13:40:24 rt 1.89.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fedeb56f28de0ddfca8aba39957ef098db7f85d]

        INTEGRATION: CWS ooo19126 (1.6.374); FILE MERGED 2005/09/05 13:22:04 rt 1.6.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e898f7d5b62d322a17d1a2f982770dfa29ed7f0]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:49 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0036ee292e7ed2319d7336488bfbc0644d536633]

        INTEGRATION: CWS ooo19126 (1.4.310); FILE MERGED 2005/09/05 13:22:04 rt 1.4.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [897e49b2812322d1a7b8be78811971a0c3a6e682]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:47:49 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3daec8b6c15716166c8a9ccf13e8683b2fafc0ae]

        INTEGRATION: CWS ooo19126 (1.50.368); FILE MERGED 2005/09/05 13:22:03 rt 1.50.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cdfffc574ef0256803f60777573542a7106c21f]

        INTEGRATION: CWS ooo19126 (1.11.600); FILE MERGED 2005/09/05 13:40:23 rt 1.11.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10f7002e8e2cff9e52955bdadc661edf2da5936d]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 15:47:48 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab02a54f46e95e9d7f917698e11dd79ed08c79a1]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:22:04 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3db416f2c240b718e0462fcfbb575cae116dda63]

        INTEGRATION: CWS ooo19126 (1.19.374); FILE MERGED 2005/09/05 13:22:03 rt 1.19.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80d8bfe3a9b5ec67c96ecce215301d1b2aea98f7]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:48 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47e62cc4a99bab066ee7265e1b02228fd9db4cd7]

        INTEGRATION: CWS ooo19126 (1.36.528); FILE MERGED 2005/09/05 13:40:22 rt 1.36.528.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17ba5dbdc369e8387ab1e4fa52ce632a4ada00a5]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:47:48 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [853a6d18fc5a99ccf256bc2f3b13f45db3a40b1c]

        INTEGRATION: CWS ooo19126 (1.17.228); FILE MERGED 2005/09/05 13:22:03 rt 1.17.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd8bff58816dac7ec3cd89fda92cde22bf84c241]

        INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED 2005/09/05 13:40:22 rt 1.2.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d1b293326ca6992b33fbefd77cf9f04ed39aa36]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 15:47:47 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f90b060ddcab8cd17af8745ee18f15eee96284a]

        INTEGRATION: CWS ooo19126 (1.33.226); FILE MERGED 2005/09/05 13:22:03 rt 1.33.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45a20fbcc6dff055cbdba4549507e381f61183ef]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 15:47:47 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d880e984d2920b72d7517b57c8b8cf756df3366]

        INTEGRATION: CWS ooo19126 (1.26.458); FILE MERGED 2005/09/05 13:22:02 rt 1.26.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb9bbcbf9e73290e46585f4e085853219ee03434]

        INTEGRATION: CWS ooo19126 (1.5.216); FILE MERGED 2005/09/05 13:40:21 rt 1.5.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [905c0106352f921f032d151d0cc412f052fc64fc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:22:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3d806833cb6e0823d7251dfc1a109d98fccda7f]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:47 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d8fbb491f530dc1372fdc0c98aea613c4d4ab27]

        INTEGRATION: CWS ooo19126 (1.12.310); FILE MERGED 2005/09/05 13:22:02 rt 1.12.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [773df11655d63989f2ef27d2b86b2f8efeb8f42c]

        INTEGRATION: CWS ooo19126 (1.13.98); FILE MERGED 2005/09/05 13:40:21 rt 1.13.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76340eb655336760e0d0c969026e3d1bc38b6313]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:22:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36319de7eaf2e722e54fd594b3a8e54ddb22b5e8]

        INTEGRATION: CWS ooo19126 (1.13.16); FILE MERGED 2005/09/05 15:47:47 rt 1.13.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [725a81acb8e954f95c310d109555b382e6fbf8cb]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:22:02 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc2c336fc4e1fb754685e2cae2ebdc3fc46edc28]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:47:46 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [574ec18e3e5b1aad44f95bce972987f42a578fd0]

        INTEGRATION: CWS ooo19126 (1.3.372); FILE MERGED 2005/09/05 13:40:21 rt 1.3.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3afc494cc6a87c63cca65bd64985b947afbffc67]

        INTEGRATION: CWS ooo19126 (1.22.236); FILE MERGED 2005/09/05 13:22:02 rt 1.22.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54b7588e45a22871b36c457976ab900eeb0a598b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:21:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45304405c70cbf2f1d4079eb35595c6b87e8d2dc]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 15:47:46 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c684f9b4fc18bed62628bbf9a9841d3047bbef0]

        INTEGRATION: CWS ooo19126 (1.5.372); FILE MERGED 2005/09/05 13:40:21 rt 1.5.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9938cce1147ef67b62e515784824f44c27d59255]

        INTEGRATION: CWS ooo19126 (1.20.458); FILE MERGED 2005/09/05 13:22:01 rt 1.20.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95af3748e04f1a5bee34173f286c416f9c2adc98]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:47:46 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4a53cae41da04cd19400419601041a4d3042e31]

        INTEGRATION: CWS ooo19126 (1.6.372); FILE MERGED 2005/09/05 13:40:21 rt 1.6.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7003ac41c009279a20486ad690c1c8cdf1e31da3]

        INTEGRATION: CWS ooo19126 (1.7.374); FILE MERGED 2005/09/05 13:22:01 rt 1.7.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dacffa1cbb9fb11a264a1ceb836812b42aef5553]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a24faefed83e77d808c61c32fefd4795a17d5e64]

        INTEGRATION: CWS ooo19126 (1.20.94); FILE MERGED 2005/09/05 13:40:20 rt 1.20.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83902e587668f1cb454109a88a610544b2080225]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:46 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d7430e472fcfcd493428b0949c2c38378901618]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 13:22:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [954c9ecc847799d27af610a6341cb39796976d5a]

        INTEGRATION: CWS ooo19126 (1.6.306); FILE MERGED 2005/09/05 13:40:20 rt 1.6.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d33f2b98059de7c61a1ab22903f41cc1cb8318e4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a169411f3ec1311823093557af6db37bcb5a2592]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:47:45 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fbab36c7540ffa7b1f8674288a38714c2974659]

        INTEGRATION: CWS ooo19126 (1.11.460); FILE MERGED 2005/09/05 13:40:20 rt 1.11.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [687f972b193269709cef7d1fc5485aa52d717e1b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 13:22:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3053e4fa05381ff36a66c6502d32cdd337916de]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:47:45 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79fd4c512b356da765ab8cdcc19d0581e2a2c450]

        INTEGRATION: CWS ooo19126 (1.9.306); FILE MERGED 2005/09/05 13:40:20 rt 1.9.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ee5e70b3eae8e0477b4e52fb43b4ab67875d053]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 13:22:00 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c609859d41593650baef9310768d760339fd3320]

        INTEGRATION: CWS ooo19126 (1.36.178); FILE MERGED 2005/09/05 13:22:00 rt 1.36.178.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d493b732b9e3c9e4b5cbb213923f4cc7e4925e20]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:40:19 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6602a9d9224796985aab0e1cccdf3f6b9cbd5ca4]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:45 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39f619f6f039022c2e4d78cfe1caa4b86c42ecf3]

        INTEGRATION: CWS ooo19126 (1.10.374); FILE MERGED 2005/09/05 13:22:00 rt 1.10.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2dde74917c96a90fbf86b9f9ab723f8fc8dfea5]

        INTEGRATION: CWS ooo19126 (1.22.234); FILE MERGED 2005/09/05 13:40:19 rt 1.22.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55a256dab98a27952b0c2f3743869e747b28ce25]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f25b58a5c5d8467948344a932d01ebb6aa50781e]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:47:44 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4506abf87c9c5bfecf9897657c4c880c71da2139]

        INTEGRATION: CWS ooo19126 (1.26.458); FILE MERGED 2005/09/05 13:21:59 rt 1.26.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2cbcaa68711db7b82948dbfae466619a63f5418]

        INTEGRATION: CWS ooo19126 (1.51.190); FILE MERGED 2005/09/05 13:40:18 rt 1.51.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2f9cc7a4b09eee3ee84567794844dff05a97295]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:52 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1175f50a289e40e7a011f119bae791a436404d5]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 15:47:44 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c7303082b71ff3d50425697527ca4322b5a22c0]

        INTEGRATION: CWS ooo19126 (1.13.294); FILE MERGED 2005/09/05 13:21:59 rt 1.13.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcafe0336be3c1fac48468c60b7f29a6b40db6af]

        INTEGRATION: CWS ooo19126 (1.20.94); FILE MERGED 2005/09/05 13:40:18 rt 1.20.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70122df316d195aed003726cbc68278123b47988]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 15:47:44 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [caf8ebd6a1d4fd9954007492942056ff6ee6aafc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2537dd240effaa79ae5e072e6d59e22d272aee9]

        INTEGRATION: CWS ooo19126 (1.26.694); FILE MERGED 2005/09/05 13:40:17 rt 1.26.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23bf11e9eb5bd8710799ef0815a9db46dd5fad1f]

        INTEGRATION: CWS ooo19126 (1.23.288); FILE MERGED 2005/09/05 13:21:59 rt 1.23.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbef51ce02ec424fdf00d25fd67676cec6f248bc]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:43 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [941ef3e40eb89f66f47266f7c6e589cb4a6fa884]

        INTEGRATION: CWS ooo19126 (1.81.92); FILE MERGED 2005/09/05 13:40:17 rt 1.81.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91b3dc03e8f9dfc554fe5e7d1d548a4ef1bd5ab6]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:21:59 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf6cd09983feeeecf18f4490d8a093cb731d7540]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19ae2d59fd5c603d5089acdfce403fb0502c7538]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:40:16 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b186826423013bec65e6a083e903c125efbaba7]

        INTEGRATION: CWS ooo19126 (1.43.220); FILE MERGED 2005/09/05 13:21:58 rt 1.43.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a69cfaa67d47f317cb96e489b30208bc0decc206]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:42 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ebfe17d2dac90e0ef47ca5db685ee800defd79ad]

        INTEGRATION: CWS ooo19126 (1.42.216); FILE MERGED 2005/09/05 13:40:16 rt 1.42.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c287bfc93606f8722ed999abb81bfa5ae87eb97]

        INTEGRATION: CWS ooo19126 (1.5.374); FILE MERGED 2005/09/05 13:21:58 rt 1.5.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79ba2e3e1945bb40adb8a4b94e07931617040673]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:41 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d680c328001730f8e29e3c8cec7bac52892ff18]

        INTEGRATION: CWS ooo19126 (1.24.458); FILE MERGED 2005/09/05 13:21:58 rt 1.24.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9efbff79fbed5e489a9c60fe877fcfe491009ce4]

        INTEGRATION: CWS ooo19126 (1.12.412); FILE MERGED 2005/09/05 13:40:15 rt 1.12.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [056bcf4178dc6a984197cd0b3a19c9156dbb9944]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:21:48 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [825603016a78f36c1401a73abbaf46a6d247f45f]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 15:47:40 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19aa94cda6133ab56d52d238b3919cae7a6a9e31]

        INTEGRATION: CWS ooo19126 (1.48.94); FILE MERGED 2005/09/05 13:40:15 rt 1.48.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [485dfc8798bc64b017b8bee7fa09a5401c9d17d9]

        INTEGRATION: CWS ooo19126 (1.7.374); FILE MERGED 2005/09/05 13:21:58 rt 1.7.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe3339a028cd986a979707d90181c615fc8e506d]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:39 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [407c945bee5fc6f627e3cde13c57096215b18110]

        INTEGRATION: CWS ooo19126 (1.68.90); FILE MERGED 2005/09/05 13:40:14 rt 1.68.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1a1369d0a7ae769095e106ffb4a0d98dc331aba]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:21:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [800e280d702d320f75af3c209fcaca1379125a7a]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:35 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b896364a38c32959085e67ad29da1a02e60cc894]

        INTEGRATION: CWS ooo19126 (1.48.180); FILE MERGED 2005/09/05 13:40:14 rt 1.48.180.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91499049ebca76d50878c7c06c72f59cb602c785]

        INTEGRATION: CWS ooo19126 (1.32.288); FILE MERGED 2005/09/05 13:21:57 rt 1.32.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14accfd9b009e0b35fd99e69c13cb648d55352d5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:21:46 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f63976844886253b1bf4845f27dbd117468240f]

        INTEGRATION: CWS ooo19126 (1.33.306); FILE MERGED 2005/09/05 13:40:14 rt 1.33.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a536c8376e71b157ae01560870488b44368607d]

        INTEGRATION: CWS ooo19126 (1.30.158); FILE MERGED 2005/09/05 13:21:57 rt 1.30.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d4e7e680e019b46a03758fb59ad7b981648db1a]

        INTEGRATION: CWS ooo19126 (1.7.630); FILE MERGED 2005/09/05 13:40:13 rt 1.7.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e469a5f575c048b21830ca8c98eabf30c84a90af]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:34 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2947acdf4c96d49abcd12ab5ff314c610b4561b3]

        INTEGRATION: CWS ooo19126 (1.21.458); FILE MERGED 2005/09/05 13:21:56 rt 1.21.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2f64a5559d564e26cdd19580c9c9d44535511fb]

        INTEGRATION: CWS ooo19126 (1.14.600); FILE MERGED 2005/09/05 13:40:13 rt 1.14.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b374ad4803225d5485cf1e15eaeee9263c70069]

        INTEGRATION: CWS ooo19126 (1.9.310); FILE MERGED 2005/09/05 13:21:56 rt 1.9.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [601b26ececd21132bb5062a61d60907f3eb61456]

        INTEGRATION: CWS ooo19126 (1.55.234); FILE MERGED 2005/09/05 13:40:13 rt 1.55.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d7834ce86db855df3c4152eaf974119fe8bbc19]

        INTEGRATION: CWS ooo19126 (1.4.368); FILE MERGED 2005/09/05 13:21:56 rt 1.4.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [304f90509c3dc9e2e45acc19d1efdb7093a83f8c]

        INTEGRATION: CWS ooo19126 (1.54.192); FILE MERGED 2005/09/05 13:40:12 rt 1.54.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73260b0a9114d45a688aaab9cd30abc07b5e79c9]

        INTEGRATION: CWS ooo19126 (1.6.368); FILE MERGED 2005/09/05 13:21:56 rt 1.6.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca05018e296bf620d773fd6b0500704bc4663f4d]

        INTEGRATION: CWS ooo19126 (1.14.226); FILE MERGED 2005/09/05 13:40:12 rt 1.14.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68ee3ea757c93c7a7f360d43925156cc0d8e40b3]

        INTEGRATION: CWS ooo19126 (1.29.158); FILE MERGED 2005/09/05 13:21:56 rt 1.29.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed69f12395e3592690125a2c989c3fbd53f48461]

        INTEGRATION: CWS ooo19126 (1.12.96); FILE MERGED 2005/09/05 13:40:11 rt 1.12.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [caf5d9f2ed7fbdf6af4db376cc16989790d968b9]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:33 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3ccd0e1b79de4d40c0113d4c6c674d0c118623c]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:40:10 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd953ef0f7c196c9d76068c9215a74cf54f76734]

        INTEGRATION: CWS ooo19126 (1.27.458); FILE MERGED 2005/09/05 13:21:51 rt 1.27.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [934dd9a8b5b189c5c51ebd8b4f1ef6fcb9c25dcb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:10 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0da1315475de5f8dc5338d362c71ce1aff605bb3]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 13:21:51 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9135934e8d1d9a57363e54235850bdb40c593f5b]

        INTEGRATION: CWS ooo19126 (1.29.484); FILE MERGED 2005/09/05 13:40:09 rt 1.29.484.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [baa1f927e8ec846a6b2df1feb525e1cfdaee5225]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:40:09 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8e32b649e2ef5567a73ee021c11ac9aff4a1ecb]

        INTEGRATION: CWS ooo19126 (1.11.458); FILE MERGED 2005/09/05 13:21:50 rt 1.11.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5eb39a6bcd1f777f17b638fe56ccec0bb89cba7]

        INTEGRATION: CWS ooo19126 (1.3.1438); FILE MERGED 2005/09/05 13:40:09 rt 1.3.1438.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c77bcc27cd0e44f7688331b76e96d7c4742f7018]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:21:50 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c13c1a00876f5d407ba6fe80f4f87c9e80dc6776]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:32 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5d233a57bfaee372ee08b8ca3434946536ccddc]

        INTEGRATION: CWS ooo19126 (1.3.818); FILE MERGED 2005/09/05 13:40:09 rt 1.3.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97fd1f461cdf8744bf23d87190680186fee9ea4b]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:32 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cbbbc5c610a5f4b458d501e48e86c8ed05ee145]

        INTEGRATION: CWS ooo19126 (1.45.186); FILE MERGED 2005/09/05 13:40:09 rt 1.45.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54180475fa0ba140af83c8de8122b6df3dd4f6a7]

        INTEGRATION: CWS ooo19126 (1.3.458); FILE MERGED 2005/09/05 13:21:50 rt 1.3.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06eda60465c370d225e671c45eb27461bce29cb2]

        INTEGRATION: CWS ooo19126 (1.7.948); FILE MERGED 2005/09/05 13:40:08 rt 1.7.948.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [835705cdfd82a5918ac2f7cd7bcea509a5e48e3f]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 13:21:50 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba66dca4214055149fa24d4286f9cad743fd98c6]

        INTEGRATION: CWS ooo19126 (1.4.1250); FILE MERGED 2005/09/05 13:40:08 rt 1.4.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71e5477996c7fff9ecc9dfa8153cde9a58d60826]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:31 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [600035919df5b03eec784c1b6767f69b82b2b23e]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:40:08 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f4fd6f91b0154feb1fec432e5455123306d315d]

        INTEGRATION: CWS ooo19126 (1.5.458); FILE MERGED 2005/09/05 13:21:49 rt 1.5.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77883a19bce154e62a8b7413c859764f92a9a927]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:47:31 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87c22ccad2879725d4e82ec9dd47ed7995bf3713]

        INTEGRATION: CWS ooo19126 (1.4.692); FILE MERGED 2005/09/05 13:40:08 rt 1.4.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51e5d3118c18347cae45fba9d169f7c2837af983]

        INTEGRATION: CWS ooo19126 (1.12.886); FILE MERGED 2005/09/05 13:21:49 rt 1.12.886.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e712534540f5975c3272d3eb3325883edfff035]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:08 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b4337b326b55fea7574e565bb916331ee12460a]

        INTEGRATION: CWS ooo19126 (1.15.150); FILE MERGED 2005/09/05 13:21:49 rt 1.15.150.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c9fb2795ff18c8df8c743e40672970aee8c0c3e]

        INTEGRATION: CWS ooo19126 (1.13.460); FILE MERGED 2005/09/05 13:40:07 rt 1.13.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [278718625eb42b8b586d7d897be51aff0b828f65]

        INTEGRATION: CWS ooo19126 (1.27.458); FILE MERGED 2005/09/05 13:21:49 rt 1.27.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4020ea6eca27ac42b96850d0f5b7c35e7d3f1dcc]

        INTEGRATION: CWS ooo19126 (1.33.600); FILE MERGED 2005/09/05 13:40:07 rt 1.33.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13930b373c7b0f46a9186840d44c03602179e2da]

        INTEGRATION: CWS ooo19126 (1.6.374); FILE MERGED 2005/09/05 13:21:48 rt 1.6.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4142e22a44b5f326ed95887ccb0cfeb97731dccb]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:30 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a076e5dc0a8342478113bff8c5a1c1c3a44a4d0]

        INTEGRATION: CWS ooo19126 (1.5.818); FILE MERGED 2005/09/05 13:40:07 rt 1.5.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d592cdaceb7a1f65a987729204bd807ed3a67954]

        INTEGRATION: CWS ooo19126 (1.23.458); FILE MERGED 2005/09/05 13:21:48 rt 1.23.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [688cbc5859fce13e2feee304188fd17df2322767]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 13:40:07 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63974a6fceeffa4e0c14aaa383d584c80d91227d]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:30 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e13643d3baf4ce7a102ca89e9d0f416d96a63765]

        INTEGRATION: CWS ooo19126 (1.12.386); FILE MERGED 2005/09/05 13:40:07 rt 1.12.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b6b2bfd577137eb86ed1312c717247e2daabc78]

        INTEGRATION: CWS ooo19126 (1.28.394); FILE MERGED 2005/09/05 13:21:48 rt 1.28.394.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10b740c6da4ca89aa3c0029eeb9476e05e82c7e6]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 15:47:30 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9f25881753a91b636a390d45570df61024306b3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 13:21:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f94705cc34485850b5615ae08c1abffcbeb1b235]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:30 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa5333b6ba907974e5d967e7df262851787c03db]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 13:40:06 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7506983f19a56e7e2dd6e30476b5e5b8b8bc00a]

        INTEGRATION: CWS ooo19126 (1.31.458); FILE MERGED 2005/09/05 13:21:47 rt 1.31.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1436aaf74295d9ecf67500965cbf06e7ecd6ac6]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:29 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93950274e6bea28b95aa622a47f7c25686a54a6e]

        INTEGRATION: CWS ooo19126 (1.2.630); FILE MERGED 2005/09/05 13:40:06 rt 1.2.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bdc03293b0b5097fd821086e7b2aa19341e751a]

        INTEGRATION: CWS ooo19126 (1.10.364); FILE MERGED 2005/09/05 13:21:47 rt 1.10.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6777c7bba73a269ad2d9817ef98ced4dc55e754]

        INTEGRATION: CWS ooo19126 (1.1.1418); FILE MERGED 2005/09/05 13:40:06 rt 1.1.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1c56541bc0be27a97898a7406fb6ea6d4f88d92]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:21:46 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9423de8cf15dceb6739fd322852fe02e30365273]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:21:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c091b66e2e210e88d671982ac6cab32701b9d478]

        INTEGRATION: CWS ooo19126 (1.8.306); FILE MERGED 2005/09/05 13:40:06 rt 1.8.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfea1702445d4f78ffad9e34ed8b7eaf3f7b13c2]

        INTEGRATION: CWS ooo19126 (1.5.374); FILE MERGED 2005/09/05 13:21:46 rt 1.5.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71ace437dc7c7a586af4592b73666a9c4e0e985c]

        INTEGRATION: CWS ooo19126 (1.2.1428); FILE MERGED 2005/09/05 13:40:05 rt 1.2.1428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d6141bf7038249d39ea22960a9ba41ad90380cf]

        INTEGRATION: CWS ooo19126 (1.3.888); FILE MERGED 2005/09/05 13:21:45 rt 1.3.888.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a306c596fccc8ef132a8ab2f9a044e4bd17850c3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:21:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09644f35c7858dbea23ff6bb0276c12e1ac2ee85]

        INTEGRATION: CWS ooo19126 (1.11.184); FILE MERGED 2005/09/05 13:40:05 rt 1.11.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d86c0c4644c8d55804f5e0025e975d282eba29d9]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:47:29 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17cd35fa3d7b1162ccdb07aa367e2f5ac675d7a4]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:21:19 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2432178cb7137c09c472a8c3f194fd4429b871b]

        INTEGRATION: CWS ooo19126 (1.10.374); FILE MERGED 2005/09/05 13:21:45 rt 1.10.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80217b7fb7085f32307f84b06dce8683d1cba071]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:05 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3bf3ba1f832d195b480cf09574a71330a4fb41a]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:47:28 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b55d3dd48426f3322e2ad35889e08ad86a1ea38]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 11:21:18 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d617b69b260cdf7051b5f1a7e6953291dd47b5a]

        INTEGRATION: CWS ooo19126 (1.44.140); FILE MERGED 2005/09/05 13:21:44 rt 1.44.140.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68bf58f87454022d33d9a3595e8d02ed8b76cd80]

        INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 15:47:28 rt 1.7.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [979c4da11f4ff752c729c0e88897c72ff0c9000e]

        INTEGRATION: CWS ooo19126 (1.6.664); FILE MERGED 2005/09/05 13:40:04 rt 1.6.664.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b68404b14d7f366e57177b9b97229788e03f6aa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81fa2f9d3eaceb73769dc5af8768abcfb026a43a]

        INTEGRATION: CWS ooo19126 (1.33.154); FILE MERGED 2005/09/05 13:21:42 rt 1.33.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87a431ed63240565241a7c7ce814cf8a5484a938]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:28 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f6712a8b59dfa0512403801b7c33b6b6b5fb4e4]

        INTEGRATION: CWS ooo19126 (1.16.378); FILE MERGED 2005/09/05 13:40:04 rt 1.16.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db4095c007f6079c4d6eca1a1453814cd2c6a0a1]

        INTEGRATION: CWS ooo19126 (1.25.458); FILE MERGED 2005/09/05 13:21:42 rt 1.25.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de5b48cce96779e04fcb3bbf6a7b35a6cce9edd3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:03 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee047d25f1dee27867d3eee859ea67ea2c433de9]

        INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 13:21:42 rt 1.8.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [219122b3bf82e54b8c1be0b44d84e92b2e1b0dce]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:27 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27311591746163f43ec5f4b0f9d689d3473b5a62]

        INTEGRATION: CWS ooo19126 (1.5.818); FILE MERGED 2005/09/05 13:40:03 rt 1.5.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a59fe6fa3ac1e4cf4520c332728446a4cc5f7cb3]

        INTEGRATION: CWS ooo19126 (1.26.458); FILE MERGED 2005/09/05 13:21:41 rt 1.26.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2170d29d6e3b680b34d63f742a0bbf94851db7aa]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:27 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a11f981c88efb5c45ca3f9a973d3db912e0cce6]

        INTEGRATION: CWS ooo19126 (1.14.630); FILE MERGED 2005/09/05 13:40:02 rt 1.14.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27ea4c7ac7057cebdfa814868b2d1420dd16e282]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:21:11 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d576225c96c285b8fdb6d9dee5801ddb8335edf]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 13:21:41 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d143c9dbaa0d2a1fca465a5d76bb800e0c09f9c]

        INTEGRATION: CWS ooo19126 (1.4.372); FILE MERGED 2005/09/05 13:40:02 rt 1.4.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6a0cf98bd6022592af42ed266b2a810ec7af287]

        INTEGRATION: CWS ooo19126 (1.36.458); FILE MERGED 2005/09/05 13:21:40 rt 1.36.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e7186fc541209430bd865ce0edc36336c051c54]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17be7488ac15a12d72bee6faf62d9e4314228716]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:26 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e32c982141b4edbfa809aab87e105eeb3ce7b496]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:21:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c356aa079db4dddd8c7c4d8cbe53c29b6758dca]

        INTEGRATION: CWS ooo19126 (1.7.374); FILE MERGED 2005/09/05 13:21:40 rt 1.7.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aeb05ecbb17766de3627a5cea736eaecde1765f0]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:26 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6abd40024dddd297e6f9efc317bc36a902c81151]

        INTEGRATION: CWS ooo19126 (1.4.720); FILE MERGED 2005/09/05 13:40:02 rt 1.4.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4075c9265bae6d70abed04725ca9e1ee93a574a9]

        INTEGRATION: CWS ooo19126 (1.11.458); FILE MERGED 2005/09/05 13:21:40 rt 1.11.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da6ade41aa8f16de57c7188923aeb5e6e6f78d93]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:02 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [004209bfae33915eedf44e099928fa1856da8d55]

        INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 11:21:05 rt 1.7.50.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74bd2ce1fa5fe5ea8c5a1d1808869a440c014f27]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 13:21:40 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c0471c19fb7aa380e951c8959be09e6c37ffa2c]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:25 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [492153e41579cab7fafe95fda2bf9be60c20907d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:01 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea558060ed8be554877a4473cf99aa0ba25f27ac]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:21:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0da4ec7fe1c2306d4da18a3ede00eee1c85377b9]

        INTEGRATION: CWS ooo19126 (1.2.742); FILE MERGED 2005/09/05 13:21:39 rt 1.2.742.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03abb9cfb72cb613d05a7df237df0ebc394d14f5]

        INTEGRATION: CWS ooo19126 (1.4.1424); FILE MERGED 2005/09/05 13:40:01 rt 1.4.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3d9498b4c2220edc3fcbd212e16392a347a5229]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:25 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d47234def6c109d73eaa27d07c55563a0861a05]

        INTEGRATION: CWS ooo19126 (1.32.458); FILE MERGED 2005/09/05 13:21:38 rt 1.32.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3203c8e8c92b263f3330e1893d91d3e3f33020b]

        INTEGRATION: CWS ooo19126 (1.6.76); FILE MERGED 2005/09/05 11:21:01 rt 1.6.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e95c54025f3f2f81fd97236c7ae622b4dc2b78c5]

        INTEGRATION: CWS ooo19126 (1.5.306); FILE MERGED 2005/09/05 13:40:01 rt 1.5.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08f5f06e6fa9d3fa2d5abea781396dbdb6c8ee04]

        INTEGRATION: CWS ooo19126 (1.18.218); FILE MERGED 2005/09/05 13:21:38 rt 1.18.218.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a30aab16d5529790636d47c1a8de76db7f38528]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 11:21:00 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38730be83198db392e4f048bf1126cc3d05c2744]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:40:00 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18dc046ad63bfec488fecb56433f132094288ead]

        INTEGRATION: CWS ooo19126 (1.7.134); FILE MERGED 2005/09/05 13:21:38 rt 1.7.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37bf89bf1a2f5944eb693963b37d7f2d56b200d1]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:24 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d806510c6f2eeae617185ad1ab53e432b9f21118]

        INTEGRATION: CWS ooo19126 (1.5.306); FILE MERGED 2005/09/05 13:40:00 rt 1.5.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf1e9ffc4a5b1757822fb9fce9fb17067f3d2a44]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 13:21:37 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a05df57a78606664719b57538e24fc045c28f25]

        INTEGRATION: CWS ooo19126 (1.12.234); FILE MERGED 2005/09/05 13:40:00 rt 1.12.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b63db1b30ed3812efed370f13dfb8df5863e30fe]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:20:57 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [615f01e1695f882b786a6ee74406cc66e40634a6]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:21:37 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6583f0675bb0ffa127be1fbfe38af9fadb1b737f]

        INTEGRATION: CWS ooo19126 (1.2.1418); FILE MERGED 2005/09/05 13:40:00 rt 1.2.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f817b4a0f3c36c25e4d28df33b9fe60c31b12a64]

        INTEGRATION: CWS ooo19126 (1.10.118); FILE MERGED 2005/09/05 13:21:37 rt 1.10.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b655626e0bb5ca7bb250d7cd2f9d041cdf63a4aa]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:23 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53aa1ef6499ae64be5f0c4db62dd0cda1ed6739e]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 13:40:00 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b4f07adea6c9daf0664a08a25436401ce8e9627]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 13:21:36 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdae6cb21a564fea5726bde898b9b5767f55d725]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:20:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a92d27a370a38aed23c724135eff79003e6f45ca]

        INTEGRATION: CWS ooo19126 (1.4.1420); FILE MERGED 2005/09/05 13:39:59 rt 1.4.1420.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0a92cc4371699fd42858ebc84e655d47acb20a7]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:21:36 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94b71520d97749294bf53b6830776f1291221ae1]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:47:23 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [586f9a3cf8cc7bd4a6e1a97813dadec21986cddc]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:21:36 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d13f116fc950a3601051e1bc300274d6267609b]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 11:20:51 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce0844cc8e3b072aeb44cc1d8f746c3991ce52ce]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:23 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b34cc793905dc746a7b663e10f105ee9768d22d9]

        INTEGRATION: CWS ooo19126 (1.5.600); FILE MERGED 2005/09/05 13:39:58 rt 1.5.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d96a60711f7a66ff31420ed8df259ca63cb04dc4]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 13:21:35 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41b05c9290db2f6135669e634e20659ed4ae888c]

        INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 15:47:23 rt 1.8.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aebd19c673c0389af2885dd6947c09209c015420]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:39:58 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b2b46925a6e82a139a28bfd3d1822e8a0269411]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:22 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6cdf2f9a5b75349b6a89f493f523ff29922904aa]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd55a91205766ffca9c7a3b9d0652df76e78591f]

        INTEGRATION: CWS ooo19126 (1.20.440); FILE MERGED 2005/09/05 13:39:58 rt 1.20.440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c6f599f669ea101ba6d12f8abe9b9eb338b311b]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 13:21:35 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1bcecf03c9c8b6811f6f95fc67c70aa310a85ce]

        INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 15:47:22 rt 1.9.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d33ba3819265db8d83c2d410569fb9dae960420a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dad82b94a5dc8842e66edb575537889457bf3bf8]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:21:35 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f03647c0411b32d3dd58c8ada945b8f045fddc34]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:39:57 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61100d9988d4660e580ec2afd8853941a57a2c15]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:34 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f04dad69d8f93a803bcb9e72ffefb2eafd8654a3]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 11:20:45 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7be06fcc7e1e52ff861db8b1391b88f89cab4a5]

        INTEGRATION: CWS ooo19126 (1.43.306); FILE MERGED 2005/09/05 13:39:57 rt 1.43.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3237ed3ddf41b69d4539ec4c36b2af495b60607]

        INTEGRATION: CWS ooo19126 (1.18.288); FILE MERGED 2005/09/05 13:21:34 rt 1.18.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [230e0ce678b068ee5b3f1c84d186bf42e0d6761e]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d43fb944bdbe1ad728ad92aabe8e9bd97495e8ce]

        INTEGRATION: CWS ooo19126 (1.9.884); FILE MERGED 2005/09/05 13:39:57 rt 1.9.884.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd723525657f8bd7b1bcbc1cdacd66a8be893d52]

        INTEGRATION: CWS ooo19126 (1.18.236); FILE MERGED 2005/09/05 13:21:33 rt 1.18.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3d4d03851e2d43cd976227fcb08d2eeb427d955]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:21 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2369e9d86ce007f7f9ae7d2d00a201e08003bb34]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:44 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c40a361d6d4ca6b9e303425b5a42f8e9e3f2af64]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 13:21:33 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e74834825ff1595dd11c01c62106b3b0d1064bc1]

        INTEGRATION: CWS ooo19126 (1.11.234); FILE MERGED 2005/09/05 13:39:56 rt 1.11.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aeb3af0fb21c1b418b1a2ec1ef2366dc14c46184]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [884acaead1b5b4e3acb6736ee16215e05646ee40]

        INTEGRATION: CWS ooo19126 (1.31.380); FILE MERGED 2005/09/05 13:21:33 rt 1.31.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a791daf83a497b119af90e7cc3c13a00e1bd48a0]

        INTEGRATION: CWS ooo19126 (1.14.630); FILE MERGED 2005/09/05 13:39:56 rt 1.14.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [644e689c0391921f59880173070e3f58755ee43a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f51fdf2cc23e5dbc82677bcfd8fad02d7115b40]

        INTEGRATION: CWS ooo19126 (1.110.124); FILE MERGED 2005/09/05 13:21:31 rt 1.110.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cfa656ea3e04b9c7f44c713f9cdf221cd7a8a6b]

        INTEGRATION: CWS ooo19126 (1.8.234); FILE MERGED 2005/09/05 13:39:56 rt 1.8.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3065e53c37da5f0dd5be0058a4367beb3bff8ac8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:41 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1158fa5d16c4818f38adbb4b97cef2ec2f610057]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 13:39:56 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87312303c1ffac5895136d7b20a23e269cbbfb9d]

        INTEGRATION: CWS ooo19126 (1.42.56); FILE MERGED 2005/09/05 13:21:31 rt 1.42.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0691679701248b8a95469bfcb0b0cdb66fe55dfd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:40 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [211cdd753fcfd15807e874e1acedf564d3660751]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:20 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edad37c4aa6b4a431bb24ef4973c538b4bea3f78]

        INTEGRATION: CWS ooo19126 (1.6.582); FILE MERGED 2005/09/05 13:39:56 rt 1.6.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffcd78cce8818274731cd3c1c6b258cbd23c9c93]

        INTEGRATION: CWS ooo19126 (1.27.456); FILE MERGED 2005/09/05 13:21:31 rt 1.27.456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b76b91180334a491d4a6ffa05ccca349a3d1c5c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:39 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14ab9025f970ecca1333833c364bb6c80d1058e7]

        INTEGRATION: CWS ooo19126 (1.34.186); FILE MERGED 2005/09/05 13:39:55 rt 1.34.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0e04667934cc547e60989867e71517ef801e891]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:21:31 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91f508543efe7e857b1a43d40ff833a29cf887e3]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:20 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f89b7b8f130fc4a33843180fc7247c64c9be74d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:37 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [befd45707a7408c093a31ce6973d84330ae47264]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:39:55 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [729e9868f083cd13a7f2214d2714f88549fee256]

        INTEGRATION: CWS ooo19126 (1.8.494); FILE MERGED 2005/09/05 13:21:30 rt 1.8.494.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9251312982c364056f0f0faaf89c1d0cf74c03db]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d4f7bb3cac2ccbc46140ecdc86ab992c7aa97bd]

        INTEGRATION: CWS ooo19126 (1.6.126); FILE MERGED 2005/09/05 13:39:55 rt 1.6.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c6847492dc95b6ca26a3e04285bd4fd25110265]

        INTEGRATION: CWS ooo19126 (1.42.234); FILE MERGED 2005/09/05 13:21:30 rt 1.42.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90c1fbf9bfc977e59a7eff3dc6bb9d42a0e95d94]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:20:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad563a7f8ffb3ad926d73e0c5bd763e049a00f22]

        INTEGRATION: CWS ooo19126 (1.2.1450); FILE MERGED 2005/09/05 13:39:55 rt 1.2.1450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [733b7dfaef9e115ae470d62e32430576fa746cdd]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:19 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cdf04d7c1958c6ae1473b0a51de240766eaed3c]

        INTEGRATION: CWS ooo19126 (1.36.76); FILE MERGED 2005/09/05 13:21:30 rt 1.36.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ac193b3260d17f12942209b999b43d5d4843110]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 11:20:34 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a57845dd82bf587c73b7939cac75ff1a44ca924]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:19 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69d144707dad8980d934e5486f35d65493f26f66]

        INTEGRATION: CWS ooo19126 (1.28.134); FILE MERGED 2005/09/05 13:21:30 rt 1.28.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83f306f3947f721ff60887f7caae5d27614d74de]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:20:33 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2b6395a51fb73878e1cd6b32b2b660e189b789b]

        INTEGRATION: CWS ooo19126 (1.2.1426); FILE MERGED 2005/09/05 13:39:54 rt 1.2.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd7c889baa558a4be2e1f4745be1919a4eaeb70]

        INTEGRATION: CWS ooo19126 (1.23.154); FILE MERGED 2005/09/05 13:21:29 rt 1.23.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca7d77baff145407e6c8d7bac1ad6094c3914503]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:33 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a1473312d9137c4d80446a081f906df9e32c0c2]

        INTEGRATION: CWS ooo19126 (1.6.484); FILE MERGED 2005/09/05 13:39:54 rt 1.6.484.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7427cb60f3645c82f1cbbddce112b81e90a1cbc9]

        INTEGRATION: CWS ooo19126 (1.12.228); FILE MERGED 2005/09/05 13:21:29 rt 1.12.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd49378d9465047947b1265ad26ccd8ec95aed5f]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:20:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db1f6c99f929189dcd29c5886e12a6022919e1ce]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:39:54 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [557fa5c88e380b159d9728101f12e00d43d514bc]

        INTEGRATION: CWS ooo19126 (1.11.132); FILE MERGED 2005/09/05 13:21:29 rt 1.11.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46ced5730c322a4dfdcd484143d5d53a83042e39]

        INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 11:20:32 rt 1.6.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [157598d39f4955b462120925cab60e5d0dfe8ec6]

        INTEGRATION: CWS ooo19126 (1.3.1440); FILE MERGED 2005/09/05 13:39:54 rt 1.3.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c69c06b0342d50dd96ba8e332dbd1bf9f779cb8]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:47:18 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e15c3feae66a04b78b9df0daaa7906f360b7489d]

        INTEGRATION: CWS ooo19126 (1.47.428); FILE MERGED 2005/09/05 13:21:29 rt 1.47.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [080c0da2f7e600858257f30f3a9254866d86f357]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d40f8fef6b3173a5041749408ce06e35328087c]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:47:18 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be36b9c4dbe05c507a5c728b4b183a9ede0a1afc]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:39:53 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eac6bc05e77593faf2caf743872787adc0870741]

        INTEGRATION: CWS ooo19126 (1.6.220); FILE MERGED 2005/09/05 13:21:28 rt 1.6.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e524aabac93e31893101046406a4e8fdab4e5bc]

        INTEGRATION: CWS ooo19126 (1.6.878); FILE MERGED 2005/09/05 13:39:53 rt 1.6.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ceea72fce7abfc4b3589b7a9848f3d55c0ced89c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38f492e3b587dbb6fb28cb9fd10be52374db549b]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:47:18 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [453fa99ba1a6b67d22dbf058aebb02a364c41b13]

        INTEGRATION: CWS ooo19126 (1.34.198); FILE MERGED 2005/09/05 13:21:28 rt 1.34.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30f8f82ae04bdfccc08c0406f70d54a5dc2aee7a]

        INTEGRATION: CWS ooo19126 (1.5.720); FILE MERGED 2005/09/05 13:39:53 rt 1.5.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94cd6178746a33b78d045eec0d9f5958fecae0ea]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 11:20:28 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84b8a4f72fc6af98156d48ca440d9d14dea60e7c]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:17 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [568b0b06e4e3619e67618ce1f74ffa531e7cd7f1]

        INTEGRATION: CWS ooo19126 (1.31.226); FILE MERGED 2005/09/05 13:21:28 rt 1.31.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3eeb09eafd66d18f9cb6fa980d534bd934811c1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c16d53d46d7241954902a4f939611c721fda9bd]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:27 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fce89c20eeeb8b0a38091fb61f6ed84c2f47cf68]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [280321a1a53281d5fe05885014af568c3596dfa9]

        INTEGRATION: CWS ooo19126 (1.2.1418); FILE MERGED 2005/09/05 13:39:53 rt 1.2.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [feb021f46cee50e70bc6a989d17f769f4eb4a089]

        INTEGRATION: CWS ooo19126 (1.8.158); FILE MERGED 2005/09/05 13:21:27 rt 1.8.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff647cc6cd146148a7ab572d9a4ef79fb09dc043]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d755062560c05239aff4018a8c3f12561f5d9e7]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 13:21:27 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [026b6ec9c19cf4a546848c51cd5db7b45382896e]

        INTEGRATION: CWS ooo19126 (1.3.692); FILE MERGED 2005/09/05 13:39:52 rt 1.3.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2664eec7386704924010e8d5e79f6c26ed95fb9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:24 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6be232e352512a4377bf627ec3b858afbbaf15e6]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:16 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfa801b832d26b9bb2197c6f3f209f2fbd03cca1]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:21:27 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [106d881f0c5741a4217f9f0582020b432c61a1f2]

        INTEGRATION: CWS ooo19126 (1.8.460); FILE MERGED 2005/09/05 13:39:52 rt 1.8.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19d5da35f5b608dfbbcc713b43d73d17d5afbfeb]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 11:20:23 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b532e5c090f4d24d691873d31cb5d22efab0c088]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:47:16 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c15fdb4732b672310d7f4e38f99c8c8366770a1]

        INTEGRATION: CWS ooo19126 (1.3.702); FILE MERGED 2005/09/05 13:39:52 rt 1.3.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17597350efcfaf4967ebc1b7c61bf5c065352b84]

        INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 11:20:21 rt 1.6.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05d63ba907b9c2278aeb1a2985c6fe3d963e3085]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 13:21:26 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff42c25597d421bfd37b420ddbf1f779403a46fb]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 15:47:16 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2eafcd7ca0040ae4bc367e44d497e57e65dd842]

        INTEGRATION: CWS ooo19126 (1.2.1422); FILE MERGED 2005/09/05 13:39:51 rt 1.2.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae5317d0050744943136e876fc2c692212b13f07]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:21 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52d1ecad0d82d5573648f77be7e806be6d7723e3]

        INTEGRATION: CWS ooo19126 (1.13.272); FILE MERGED 2005/09/05 13:21:26 rt 1.13.272.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e2e100f35dfc4cb48e999c3d4b1adc2fc25419e]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:47:16 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a439b51ad000b1160247f90edb62f44a6e10952d]

        INTEGRATION: CWS ooo19126 (1.11.386); FILE MERGED 2005/09/05 13:39:51 rt 1.11.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74ef6a39d31c9f8a852f24e7577875ea6a637d35]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:19 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0739f6f9fb920775e65c3f173a529a2ba101cdbb]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:15 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42837134b28dc1a6a49eaf663f9902b5b542e921]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:17 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f64ed5446864290df80391e2b509207279a86d1]

        INTEGRATION: CWS ooo19126 (1.4.386); FILE MERGED 2005/09/05 13:39:51 rt 1.4.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bfcaf533693c97c42fe2bcf130d61e9c3481379]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:47:15 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19983ea68a96bad08c83a6e00745cef4fc774e9e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:15 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24210ea49f39671f4688d9641beda98bd8c6a8f1]

        INTEGRATION: CWS ooo19126 (1.5.732); FILE MERGED 2005/09/05 13:39:51 rt 1.5.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0824d6d5e19da625c6071a508c54d6223d46db16]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:20:14 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a052b29a226baf714ac028187c2b4775059b7c85]

        INTEGRATION: CWS ooo19126 (1.5.192); FILE MERGED 2005/09/05 13:39:50 rt 1.5.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb2930599eeba304189583d03b6e4a35ab26521b]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:14 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [465cbe0d5a4e592a9f5cc667682b6958fb69ec41]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:14 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99994b197301c1004c5c6ef5614b9f4616582755]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:13 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dea1b4644e2b0d17bdadaba8466d6d757629e83b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:20:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [020ff027222ae6839a656da051f538594bd63ca9]

        INTEGRATION: CWS ooo19126 (1.3.1428); FILE MERGED 2005/09/05 13:39:50 rt 1.3.1428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e015b4a3b443cd65c60e40031e4cc1c263496537]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:47:13 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fb9cc4ab1137154a12e347ef413eb77ed554f23]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:20:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6fd6aca3a8bffdc2f4b02c72aba3c250d1026a6]

        INTEGRATION: CWS ooo19126 (1.1.1438); FILE MERGED 2005/09/05 13:39:50 rt 1.1.1438.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ffd810218aa36618d3fb8edc951616a62d99fa1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:20:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a281171e2f0316825923e23bff0d2d574cd16bf]

        INTEGRATION: CWS ooo19126 (1.30.94); FILE MERGED 2005/09/05 13:39:49 rt 1.30.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13c4c9dbc90d49ae11ca52f8b0289b16ecbf9df1]

        INTEGRATION: CWS ooo19126 (1.27.294); FILE MERGED 2005/09/05 13:21:13 rt 1.27.294.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ecb21b9161489d8506cf7f0dd0d441195ac3190]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 15:47:12 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66cb6b87682e2c0cc4d8fee22e08eb5528f47543]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:20:10 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8949e15b78b7288df4398fb8276e0a0d5b917cf]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:39:49 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b00abf155a336932154ea41541c02a0bf629706]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 13:21:13 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59253139ead9ad2e48fb6ed8a6beab4f7bd1f8f0]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:47:12 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1dc18c7af92cbcc272087df64ee31267699a4c38]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:20:08 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [476ad99a3fc00989305fc0133c6f90abc64c11bb]

        INTEGRATION: CWS ooo19126 (1.10.1254); FILE MERGED 2005/09/05 13:39:49 rt 1.10.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a022e0c1c7425c907bc232c0c422c7272e84db2]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:12 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4bba1f6040c46c8fb3cade946c408bd2866f580]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:20:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf0e8456b627100ec38c27bf6a692f9d6a6ec797]

        INTEGRATION: CWS ooo19126 (1.32.224); FILE MERGED 2005/09/05 13:39:48 rt 1.32.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [396156d989106228f427aa0e7ed9926f82e1bbf8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:21:12 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9cfadf24aabbf6731524b4f54b1620ca0b4b258f]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:11 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1691e96f6e987952c81aeca28038ee2248d688f6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:20:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2133d332a8ccf70d45ff6253bf15a980ff671344]

        INTEGRATION: CWS ooo19126 (1.4.220); FILE MERGED 2005/09/05 13:21:11 rt 1.4.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7939dbc0fe4b6a81a94d19073bbe76155e3c6eb9]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:39:47 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96405e453ca4f921f6e66ba3fb6598a617a7eef8]

        INTEGRATION: CWS ooo19126 (1.33.314); FILE MERGED 2005/09/05 13:39:47 rt 1.33.314.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4636eead5a44f39dcab3117f1632459e894342c4]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:10 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [100570fb80ec27abdc66ce8f0a97d79d419f04d0]

        INTEGRATION: CWS ooo19126 (1.35.276); FILE MERGED 2005/09/05 13:39:47 rt 1.35.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ffda9d409b02199e142dd7b442b8637fbc6d4469]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 13:21:10 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c1a0fac888fe93e409c5c94ff56984c0a0d2112f]

        INTEGRATION: CWS ooo19126 (1.40.90); FILE MERGED 2005/09/05 13:39:46 rt 1.40.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d92d9857da497ee3608c91fbc4a6da46c4bf82b]

        INTEGRATION: CWS ooo19126 (1.5.220); FILE MERGED 2005/09/05 13:21:09 rt 1.5.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [edd4bc61f73f15162ffeae724d2f2881468744ae]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:10 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d528fb7b0f34b017aa53904770dc586540548428]

        INTEGRATION: CWS ooo19126 (1.8.452); FILE MERGED 2005/09/05 13:39:46 rt 1.8.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [233cc68f297909baf15d31fea532d7d4541331bb]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:09 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f81e8f1504293073feedafa4032f8796457ef097]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 15:47:10 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [777a0f08340b95ad182249372a30f6d915cc753d]

        INTEGRATION: CWS ooo19126 (1.26.370); FILE MERGED 2005/09/05 13:39:45 rt 1.26.370.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06cc3fe6e4508fa4f24b994968bf38207b10a995]

        INTEGRATION: CWS ooo19126 (1.7.158); FILE MERGED 2005/09/05 13:21:09 rt 1.7.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ceac636d9ca2559390ae110916d79f45e44df358]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 15:47:09 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [958ce122f3a6f8a17b2ca792160f57c1c9b72e39]

        INTEGRATION: CWS ooo19126 (1.5.720); FILE MERGED 2005/09/05 13:39:45 rt 1.5.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14a190f60778c7c6eafd1b1f7b96093e0a28ab89]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:08 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d71214d806571ec4535fae1ec9587e04764e4b8]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:09 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd77a46825a5e261c780a793fe46faa7f0b4c61b]

        INTEGRATION: CWS ooo19126 (1.33.176); FILE MERGED 2005/09/05 13:39:45 rt 1.33.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f296db2fadfc8d6df5619c0d4c3b07a2410f75f]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:21:08 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ef3e25dd8197d1161216a0bb36c0c3c9e92cc65]

        INTEGRATION: CWS ooo19126 (1.9.1254); FILE MERGED 2005/09/05 13:39:43 rt 1.9.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a39c6460f3d9d8381ebfd7305c171326c53a830]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 13:21:08 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [359b1c6603877a9c864e1b4e6ce2b7b6aa3e71a0]

        INTEGRATION: CWS ooo19126 (1.10.1254); FILE MERGED 2005/09/05 13:39:42 rt 1.10.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77eb65f420726a8bf7906a6af9aad10f44dd276f]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:08 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a331f2fbc42a04785e49c7b7a3d98ff0468875f]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:08 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2213c0a20061846fb941a8d4686274cd03a84c44]

        INTEGRATION: CWS ooo19126 (1.7.582); FILE MERGED 2005/09/05 13:39:42 rt 1.7.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d75bd850ee4fdc3617453677df1a4f4b387a1c91]

        INTEGRATION: CWS ooo19126 (1.2.392); FILE MERGED 2005/09/05 13:21:08 rt 1.2.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71a39f7a4f4e571f45934db454bfff01d04fb971]

        INTEGRATION: CWS ooo19126 (1.17.582); FILE MERGED 2005/09/05 13:39:42 rt 1.17.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f22d32918d7216d8048169fed5534de71c980e3]

        INTEGRATION: CWS ooo19126 (1.4.230); FILE MERGED 2005/09/05 13:21:07 rt 1.4.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ef06829b5ee5723be18a18109580a06e71a549f]

        INTEGRATION: CWS ooo19126 (1.5.1174); FILE MERGED 2005/09/05 13:39:41 rt 1.5.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [be449092eeadbb4cefc6a778510fd589a31aa030]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:07 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77f6d1bfba2cdca402aa846eccded32f8061e16a]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:47:08 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02ee073355c44b727ecc119f6cc7c4b787df7f61]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:07 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [183b39125ae75c212be482739e8bdaf9f3b4d605]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:07 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b50c11b77990ba6f3b1b8f669da819456637416]

        INTEGRATION: CWS ooo19126 (1.13.64); FILE MERGED 2005/09/05 13:21:07 rt 1.13.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75b8af1db712b727b2b039d06fb1c7a17fe21e89]

        INTEGRATION: CWS ooo19126 (1.8.720); FILE MERGED 2005/09/05 13:39:41 rt 1.8.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe2ce9c15c12952954ff442282f20e8ad20cc9fb]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:47:07 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a3a133479b11d31a39311db9c7efd71a9802f0d]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 13:21:06 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [252cf9aedbaa6d20fd403a411fa8b086eb246b18]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:07 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d0a2a13fa4de77775d3b015f515fa16a8523cf7]

        INTEGRATION: CWS ooo19126 (1.8.122); FILE MERGED 2005/09/05 13:21:06 rt 1.8.122.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31a382b5ef8e2e27aa8b6f876c5789395e95a91c]

        INTEGRATION: CWS ooo19126 (1.3.1174); FILE MERGED 2005/09/05 13:39:41 rt 1.3.1174.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff1f6137e7ee0247d6d74f96a95c20bb0e60563b]

        INTEGRATION: CWS ooo19126 (1.6.76); FILE MERGED 2005/09/05 15:47:07 rt 1.6.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b79d7e5076a7b1382b02464ee904847366e674f6]

        INTEGRATION: CWS ooo19126 (1.4.228); FILE MERGED 2005/09/05 13:21:06 rt 1.4.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77ea25950bb9445934d1b8117a63aa77148fffa2]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:39:41 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b679643f0ce1ccf5eed61dc372f45266f10c3ea3]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 15:47:06 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b33b0083f6f785a733ccfa00188dcc786e55ea9d]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:06 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4612ef8013e1925077a2644d3bf6c98c0d9b764]

        INTEGRATION: CWS ooo19126 (1.9.1254); FILE MERGED 2005/09/05 13:39:40 rt 1.9.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de2a7ed804808f01a34c29c6dbf517acd9db839c]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:06 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [700801e32a702aa8576d069d536eab9c30f322f4]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:06 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0751d118fe58f2e6d4fe4af5ecb9f2a67dcbb14]

        INTEGRATION: CWS ooo19126 (1.17.582); FILE MERGED 2005/09/05 13:39:40 rt 1.17.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aee90865fa38d471945eeffa703ca91d10c19758]

        INTEGRATION: CWS ooo19126 (1.7.134); FILE MERGED 2005/09/05 13:21:05 rt 1.7.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a246bc31e57196581514f80904de58585932856]

        INTEGRATION: CWS ooo19126 (1.21.460); FILE MERGED 2005/09/05 13:39:40 rt 1.21.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [611fc3f925f30113e9097a24c3113f488e47be99]

        INTEGRATION: CWS ooo19126 (1.4.228); FILE MERGED 2005/09/05 13:21:05 rt 1.4.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [269c4720ca05800d09bb9d88b539447f7b6036f0]

        INTEGRATION: CWS ooo19126 (1.37.422); FILE MERGED 2005/09/05 13:39:39 rt 1.37.422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7774d3628b92005f89fd03ff6bdd1367558e46c7]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:47:05 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c45e238d21e97b125903267a5a0d300871d1e07]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 13:21:05 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e5203c75255755dc487702285818d7197cab611]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:39:39 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f23708b651eeebac1ee6d26532534165b5139d0]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:47:05 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd4c820c19d3c8f220dfd95585772f303b0c9a4c]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:04 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e96c1eacb5adb3763b50e9b1f97e2bc068aefe62]

        INTEGRATION: CWS ooo19126 (1.11.578); FILE MERGED 2005/09/05 13:39:39 rt 1.11.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39cea98e4c45ae7186e583266341633b6529b36d]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 13:21:04 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cea487b13e619edf906cb345b183e9f64b4a6327]

        INTEGRATION: CWS ooo19126 (1.18.630); FILE MERGED 2005/09/05 13:39:38 rt 1.18.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3307d1ca59351ec5e45c162abf123b1679ffe336]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:04 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c33c72c1d32c68222a66e0238a3ec4b5e2c9f1d4]

        INTEGRATION: CWS ooo19126 (1.9.692); FILE MERGED 2005/09/05 13:39:38 rt 1.9.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35111815812afdda5d242d97f4ddb65379149baa]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:47:05 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e462bcf89b12bd73db491c896c2d4497ad2c0bd]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:21:03 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ff483ed6af0f92027a298acfdceafdcc205b14c]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:39:37 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d28f8b7c83cf560e1f0cdea94dc080b02417304]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 15:47:04 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0015c1cbd39fb284c151ed3e55bd18d9504a53a]

        INTEGRATION: CWS ooo19126 (1.3.230); FILE MERGED 2005/09/05 13:21:03 rt 1.3.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4c01e43b6f9a35c204b4b45beee343e837c4411]

        INTEGRATION: CWS ooo19126 (1.25.582); FILE MERGED 2005/09/05 13:39:37 rt 1.25.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa5a5677ccc52f689cc254aff1197b80a45ae260]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:47:02 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39c4590e80325525656f7104e8b9582adc258103]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:03 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8b61c0dadb547ab7e36eaae8c140f650417bfe2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:39:36 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [397c47617ffaf1db8444e1d2a3eaf640a5bd4927]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 15:47:02 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e3803d1fc2b3181be1f282413c5a79ccdfd971e]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:21:02 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53caf3b23380df9cce98d5ff6178c66ad6ffa4e5]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:39:36 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64a84c367ebfc264e26a69694d936e84515a760a]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 15:47:02 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8bc69da02714db7be275ffa615838dc9e8637f0]

        INTEGRATION: CWS ooo19126 (1.2.810); FILE MERGED 2005/09/05 13:39:35 rt 1.2.810.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [702c6a1f1f5bf9dedf710a381e2fd0045700c261]

        INTEGRATION: CWS ooo19126 (1.14.66); FILE MERGED 2005/09/05 13:21:01 rt 1.14.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed7de596df19788491add65fdee065134d6d4146]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:47:02 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7eae7bf394f883d5c79ae47104b61120c687b2b3]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 15:47:01 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1048f7fc720b46c2f3487d837cebc57b96ec97e]

        INTEGRATION: CWS ooo19126 (1.12.220); FILE MERGED 2005/09/05 13:21:00 rt 1.12.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc296de77decb2375594eff5b4306de1d2cc5cbf]

        INTEGRATION: CWS ooo19126 (1.6.630); FILE MERGED 2005/09/05 13:39:34 rt 1.6.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaddf3b9ab808aa87faec62421ab058c383e150e]

        INTEGRATION: CWS ooo19126 (1.1.894); FILE MERGED 2005/09/05 13:20:59 rt 1.1.894.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efd515944f46e23f33415fac48f3b237483c31dd]

        INTEGRATION: CWS ooo19126 (1.6.582); FILE MERGED 2005/09/05 13:39:34 rt 1.6.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f45781d4d218ce61ff77a8642eb77c939a2d1198]

        INTEGRATION: CWS ooo19126 (1.9.288); FILE MERGED 2005/09/05 13:20:58 rt 1.9.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad3c9713aea5580306ca2b1bd624344ec65f87b8]

        INTEGRATION: CWS ooo19126 (1.7.910); FILE MERGED 2005/09/05 13:39:34 rt 1.7.910.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5292f2d2c86dc0f75996844c9b7c00374583a964]

        INTEGRATION: CWS ooo19126 (1.5.886); FILE MERGED 2005/09/05 13:20:58 rt 1.5.886.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e878b0165774c6180ee5793356e4fed5e67e13fd]

        INTEGRATION: CWS ooo19126 (1.14.226); FILE MERGED 2005/09/05 13:39:34 rt 1.14.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97e7606da549f41612da4bf2beb2ab886766ed8d]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:47:01 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ab292b66eb2271d9f6386a762f44c24476a1973]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:20:57 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf2f1177a8c0e1a724e4a5350de63c3b931bc9ca]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:47:00 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [721ae63ecd69ef332a63cb8b69e57cba054bed83]

        INTEGRATION: CWS ooo19126 (1.11.528); FILE MERGED 2005/09/05 13:39:33 rt 1.11.528.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9e53431e90e7dc723e7a2eedf9225aca4ed5c18]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:47:00 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8a0276f15b10448257b95c3decbbf66f89ad3c4]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:39:33 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58ee38ae2370336546134ec51b3c1cc633eb461a]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:47:00 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1392bd446912d5fc612dd129742262415bdb4283]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:39:33 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d14ce4a903556167fda687cac25bf0701404252b]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 13:20:55 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8582ee682d2bd585a521a5564300eb10c5a11b20]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:59 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3327c3ec16d418bc44bc43dfa65a934a6d53f344]

        INTEGRATION: CWS ooo19126 (1.14.84); FILE MERGED 2005/09/05 13:39:33 rt 1.14.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db089761b74a5c0237ef79d4d5d4e435a980655f]

        INTEGRATION: CWS ooo19126 (1.16.216); FILE MERGED 2005/09/05 13:39:32 rt 1.16.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ad7b8c585626d2be97900f3e6e70cfe7bb2aa3d]

        INTEGRATION: CWS ooo19126 (1.38.86); FILE MERGED 2005/09/05 13:39:32 rt 1.38.86.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fa86146280dae1dd14ad0302e8c87494716547f]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:58 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab658a1b8ef6e34e36ff8a8555e1a7d4abbac268]

        INTEGRATION: CWS ooo19126 (1.8.386); FILE MERGED 2005/09/05 13:39:32 rt 1.8.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b326b30e3f0dd2d0c4ed7b2a28fa4de9dfa270d8]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:39:31 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0598112eedd29770e6e496c5696eb376c4aaeeb8]

        INTEGRATION: CWS ooo19126 (1.15.518); FILE MERGED 2005/09/05 13:20:54 rt 1.15.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c54c26a9774096825b694737a5758598c33623f2]

        INTEGRATION: CWS ooo19126 (1.11.778); FILE MERGED 2005/09/05 13:20:54 rt 1.11.778.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f88544f46663f368479872f9ec187abb21c411be]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:57 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21793916322db73645c52be1d7c38ff71d3ed9aa]

        INTEGRATION: CWS ooo19126 (1.2.630); FILE MERGED 2005/09/05 13:39:31 rt 1.2.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1ed0a5be030c9814da0b8f5a4a5c62735cd5034]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:19:16 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b1b919ba38fee9649e6a197b96ea8a0ac96f529b]

        INTEGRATION: CWS ooo19126 (1.11.778); FILE MERGED 2005/09/05 13:20:53 rt 1.11.778.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c623ff1f226441ad84c10f03f5c38445c93cb8ea]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:57 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3517ee35694b7531b240878cd67efd0ddf9afaa]

        INTEGRATION: CWS ooo19126 (1.12.580); FILE MERGED 2005/09/05 13:39:31 rt 1.12.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b96d8bc92cae236473fa39845d82f4a3502515fe]

        INTEGRATION: CWS ooo19126 (1.10.742); FILE MERGED 2005/09/05 13:20:53 rt 1.10.742.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6eca9d25f7ff918f6e63a4d4a58d026a75a3cbb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:19:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b617d1b60b2549773c1c2d31130434c677f894a0]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 13:39:30 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81fade032f2bb52e1d0f47c339416babb092b35a]

        INTEGRATION: CWS ooo19126 (1.11.132); FILE MERGED 2005/09/05 13:20:52 rt 1.11.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [127b9c8fb9214481021eaef5e91e4b4c6856eadf]

        INTEGRATION: CWS ooo19126 (1.9.276); FILE MERGED 2005/09/05 13:39:30 rt 1.9.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ef2ba83ec301a8bf92bede7231ea572aac6b6a0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:19:14 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afe781a9fef73009e9d06b0274c5c21617373dc4]

        INTEGRATION: CWS ooo19126 (1.7.560); FILE MERGED 2005/09/05 13:20:51 rt 1.7.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70791270e8ec551d7de0fe103367957e2954bfac]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:56 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [96600f903585df4af5a23a24a50f1875e50cb476]

        INTEGRATION: CWS ooo19126 (1.36.600); FILE MERGED 2005/09/05 13:39:30 rt 1.36.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0198a934c83c9c5cee05b17b5d12a48b1400475]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:19:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd03041cf29327ead9e1f7c7ef816726171b7456]

        INTEGRATION: CWS ooo19126 (1.23.132); FILE MERGED 2005/09/05 13:20:51 rt 1.23.132.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [161898163c5e741d97516a27be9e463371af86e1]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:39:29 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b275532bbda0555b25cede4a0f4f19d189797e4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:19:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a61cee41afd119e874c5fd444c640283764a771]

        INTEGRATION: CWS ooo19126 (1.22.368); FILE MERGED 2005/09/05 13:20:50 rt 1.22.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed919a872de984ee460f10a40bf15c6afa3279ec]

        INTEGRATION: CWS ooo19126 (1.26.378); FILE MERGED 2005/09/05 13:39:29 rt 1.26.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3f1afec65be9c5dcd78dc4d8d345788890441e1]

        INTEGRATION: CWS ooo19126 (1.55.60); FILE MERGED 2005/09/05 13:20:49 rt 1.55.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b785e43284a51eb5cff9be5005917010f1f3acf6]

        INTEGRATION: CWS ooo19126 (1.11.478); FILE MERGED 2005/09/05 13:39:28 rt 1.11.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a69905335b5ca7cc99665c49c4cc7ef88c445d3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:19:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45e81d7eae34f0ee5230738a778c99139f681efd]

        INTEGRATION: CWS ooo19126 (1.4.606); FILE MERGED 2005/09/05 13:20:48 rt 1.4.606.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12ddd324a97246571e1da6efe3ea847d8c1fc5f9]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 13:39:28 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a4d46a4542413f0bff72320a2d90bc1b45d59d8]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:46 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e455e4a8464ef07e419609f6e896e33d2ef2cbfb]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:55 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d763cab6ced53b23b62b6a071348380d5d23977]

        INTEGRATION: CWS ooo19126 (1.6.154); FILE MERGED 2005/09/05 13:20:45 rt 1.6.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [226e613f14765908c17f400349c191cc05d11b1d]

        INTEGRATION: CWS ooo19126 (1.20.404); FILE MERGED 2005/09/05 13:39:28 rt 1.20.404.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ece02172a5ad2ab311b165435d90353c3f809b8e]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 11:19:10 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a09cf29806fb78c07b4399bd20c214fc15088fcc]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:45 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [deaad96cac08edfb5887f82168505bab8f052f79]

        INTEGRATION: CWS ooo19126 (1.16.578); FILE MERGED 2005/09/05 13:39:27 rt 1.16.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec1dced919a5dca4c44647052305303a3cfe91c8]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 15:46:54 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [001af5af71cf1a43c440c6461f8ef52dba4aa07e]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 11:19:09 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e54c1addf34d7d4943d54c050940e9e4be174974]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:44 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5feb7cb643542578866ca19c5bfa03106af7f6bc]

        INTEGRATION: CWS ooo19126 (1.8.770); FILE MERGED 2005/09/05 13:39:27 rt 1.8.770.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93c2a0de0978f678c3337f61cdfaaee5cb0c2047]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:54 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46dafee35e45a7514ce3175855eb75748828ba76]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 13:20:44 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cd378244a800633e95140996268f2d59466a8f5]

        INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 11:19:07 rt 1.4.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26918603ae6b699bf497c60c7fd1071921212579]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:39:27 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d33a46939264e77e7b88d4c4521e14614aa09124]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:53 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fca4618fde172f03625c4b2424c83a046be75ee7]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:20:43 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d77b1bcb9eb0abcef1084fc2af4f2ecbbe0b61e]

        INTEGRATION: CWS ooo19126 (1.17.408); FILE MERGED 2005/09/05 13:39:26 rt 1.17.408.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38199db8ab6bcfec5cf230a053fba69411dc989e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:19:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1e6383a84097e28eadbf956d155a67906c831b5]

        INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 13:20:41 rt 1.3.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f80102649138907e5fd22525cadf96442ff76f9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:19:04 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e4b39b94c7656aa34f6ed51167835254af3f999]

        INTEGRATION: CWS ooo19126 (1.42.230); FILE MERGED 2005/09/05 13:39:26 rt 1.42.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0140b5bab649ed9ac8a6db60e14bba75c6e621b]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 13:20:41 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [021137e752e41270eb6b34d4f77266c13959f7b5]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 11:19:01 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a12c5cb3e59e6817e6884b0ea8e352d55a80a00]

        INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED 2005/09/05 13:39:25 rt 1.10.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80e520158d34f8912dc21564cd3d633ff128cc40]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 13:20:39 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a36839f923d2566dc0ce3d29ed5fe724829749d]

        INTEGRATION: CWS ooo19126 (1.19.224); FILE MERGED 2005/09/05 13:39:25 rt 1.19.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb2cfe0e59dc0b00b97b16ce395e2d2e340d9a23]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:19:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdb6012ed9f123c93abaee75e3037f2f4927a14b]

        INTEGRATION: CWS ooo19126 (1.15.458); FILE MERGED 2005/09/05 13:20:39 rt 1.15.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf8c8b724e5b1d36201a1d593b403d58e51f2b17]

        INTEGRATION: CWS ooo19126 (1.15.78); FILE MERGED 2005/09/05 13:39:25 rt 1.15.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [039b92dc5dfa0df14a4ded00d41110825e29fd4f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:18:59 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea424b5622fe2614b6062935b0336f0789f3e005]

        INTEGRATION: CWS ooo19126 (1.6.374); FILE MERGED 2005/09/05 13:20:38 rt 1.6.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7ccb7451a45af31bd7ebad2517c9d64ce1d1507]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:52 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [898843e676f4ed2301e94fd0b116944862f66112]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c6f52cf6db9e1c190f87658c46e49824243cc40]

        INTEGRATION: CWS ooo19126 (1.5.694); FILE MERGED 2005/09/05 13:39:24 rt 1.5.694.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f5b88bd6344af3245aafed4cc446700452e613d]

        INTEGRATION: CWS ooo19126 (1.7.374); FILE MERGED 2005/09/05 13:20:37 rt 1.7.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf46bf6ff61e2e9cf1b10a776d4c57ded69aa1d4]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:46:52 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc850497056fc08b1d3c71199de6582403dc80ba]

        INTEGRATION: CWS ooo19126 (1.23.78); FILE MERGED 2005/09/05 13:39:24 rt 1.23.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab8b7a4d6267cbc9fac0d0e620a878fec849bfcc]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:18:57 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0360aaa4496df33c0e431f474496b3320450cfa4]

        INTEGRATION: CWS ooo19126 (1.11.460); FILE MERGED 2005/09/05 13:39:24 rt 1.11.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4531bb18eebcd5ede4b976476e9a8cb3511a2d69]

        INTEGRATION: CWS ooo19126 (1.8.220); FILE MERGED 2005/09/05 13:20:36 rt 1.8.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [236bffa44212447e65ed51e76a6d552b1160dc03]

        INTEGRATION: CWS ooo19126 (1.27.224); FILE MERGED 2005/09/05 13:39:23 rt 1.27.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c94de318c52cc39434b5a8432b15371d4be6b60]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:51 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f2db0c220c336a945c9e351d10571347d246d0f]

        INTEGRATION: CWS ooo19126 (1.20.220); FILE MERGED 2005/09/05 13:20:35 rt 1.20.220.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a634c3fd5934285b1497d39ac7885febc1e0fe99]

        INTEGRATION: CWS ooo19126 (1.20.276); FILE MERGED 2005/09/05 13:39:23 rt 1.20.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f404fcf9065592464b293b1dee2138c0ab3b204]

        INTEGRATION: CWS ooo19126 (1.2.572); FILE MERGED 2005/09/05 13:20:35 rt 1.2.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ec3981fa975c81d51b6b48d74bc04afc9045d5a]

        INTEGRATION: CWS ooo19126 (1.14.80); FILE MERGED 2005/09/05 13:39:22 rt 1.14.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a606b965135015fbd008baf40710e9a7c0186bec]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:20:35 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca89a30f124b3ab3551964b03493905de3e6d6c9]

        INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED 2005/09/05 13:39:21 rt 1.8.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53e7ca63d091df9c1a0793dd053943a354890671]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:46:50 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b92c25115924901ac12ea7c573360e44a7059ab]

        INTEGRATION: CWS ooo19126 (1.11.240); FILE MERGED 2005/09/05 13:20:34 rt 1.11.240.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [acc53aeed752b533ae5b81e78e5e4d5d2349d5b7]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:39:21 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ee1059d6170488fad689db80898843b47c5b970]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:50 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86956f6db2ad5d683a465c8053f9100a4a38de1b]

        INTEGRATION: CWS ooo19126 (1.2.606); FILE MERGED 2005/09/05 13:20:34 rt 1.2.606.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae5f70e4bead0f4bc729e023f72fccc228928a21]

        INTEGRATION: CWS ooo19126 (1.16.704); FILE MERGED 2005/09/05 13:39:20 rt 1.16.704.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8db9883a05cb42e939db1105c752c3220cfc7c6f]

        INTEGRATION: CWS ooo19126 (1.3.198); FILE MERGED 2005/09/05 13:20:34 rt 1.3.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b81649c8b3abc60d4eb1eb25782c5920f241d94a]

        INTEGRATION: CWS ooo19126 (1.3.928); FILE MERGED 2005/09/05 13:39:20 rt 1.3.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32af993f540edfb6c7f4e03dd918dfc5dc07898c]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:46:49 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2b0b711529677bd2a8cb14968c68c6241a15481]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 13:20:33 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [857a2d554ad6c879d581cdaecb6c8c8739316b54]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:39:19 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e13689176dab383944359f465335d2b16a04400]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:49 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a5946956cd9873a7118715cde5400496b658240]

        INTEGRATION: CWS ooo19126 (1.7.288); FILE MERGED 2005/09/05 13:20:33 rt 1.7.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [252361f733050d5f224dcc8766c905cadd12ab62]

        INTEGRATION: CWS ooo19126 (1.14.478); FILE MERGED 2005/09/05 13:39:19 rt 1.14.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [558af082472ad218d10948b299d5e91d9ac9a737]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:46:49 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e555fac49a25603621b558934e8ee9adf54fa81]

        INTEGRATION: CWS ooo19126 (1.9.288); FILE MERGED 2005/09/05 13:20:33 rt 1.9.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b820358dac8de07309078c280a5eeb3f1c1a5511]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f4c77dec03d3e2ee3f42512e81ee38e69fe9d44]

        INTEGRATION: CWS ooo19126 (1.4.1254); FILE MERGED 2005/09/05 13:39:18 rt 1.4.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af9689824665cf126b9e0d2b546df873a3583f95]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:46:48 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c62af601b49d5ddce2bdca56417806d70511aa3]

        INTEGRATION: CWS ooo19126 (1.10.288); FILE MERGED 2005/09/05 13:20:32 rt 1.10.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f0573a784f5d725d1d5a3c0ff2052f0c5700a00]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5219904181b5f59339c5f010e2636362b6c977e]

        INTEGRATION: CWS ooo19126 (1.14.386); FILE MERGED 2005/09/05 13:39:18 rt 1.14.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9ca7466e7d2cef5467c82b0bf4d4083f2f0a474]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:48 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7640f1aaba176d9d15975a5a90e24dfeffa3062]

        INTEGRATION: CWS ooo19126 (1.84.64); FILE MERGED 2005/09/05 13:20:32 rt 1.84.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [344a516da5de29b489be7155b21975040e98eda0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2270b812835eb9a0a3492e4f4b81a837ca67e033]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:47 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73e4228dac40f33ab41b0c44ad2af2b929d6976b]

        INTEGRATION: CWS ooo19126 (1.2.518); FILE MERGED 2005/09/05 13:20:31 rt 1.2.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4bc185c2836fa9712ccfc0030c46f5baca0a506]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:18:41 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2513e74bb8a3621f2814cbe56774071d6ae272d7]

        INTEGRATION: CWS ooo19126 (1.5.386); FILE MERGED 2005/09/05 13:39:17 rt 1.5.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f72a4709e81d477a478b2fbfe807c6b16fe22fc]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:46:47 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6381c2b3ed8f826682c5a81bea98b53e8fbc0ba5]

        INTEGRATION: CWS ooo19126 (1.40.288); FILE MERGED 2005/09/05 13:20:31 rt 1.40.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29aa60ccb47f43bdceeb9a6565b3eb7702970d3a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9298f360eeaf748e537a73df28e381ad3f8dc54e]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:39:17 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8765a2f6e15eb0f72fa125fefc00b4d3aaf12794]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:46:47 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1a4f4d1dbe86167d4c6ad02efc959a4c4dacc62]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e91c666a82b1793c60ee93a2659c992c8fc46ccb]

        INTEGRATION: CWS ooo19126 (1.50.66); FILE MERGED 2005/09/05 13:20:31 rt 1.50.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73b59edebdd94666eb7e0108cc40316438bb290e]

        INTEGRATION: CWS ooo19126 (1.37.290); FILE MERGED 2005/09/05 13:39:16 rt 1.37.290.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb52269cdaa9edd5c55789c6cf40424bca715546]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:47 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2853f4a30798d0c6cee88cdc696473a08a58ffd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [351dbd2d642eeb614d656f66870a80d053a66d34]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0aa58084ed47ac14e8666d8bb6a97b11a8b5fd2]

        INTEGRATION: CWS ooo19126 (1.30.78); FILE MERGED 2005/09/05 13:39:16 rt 1.30.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [485da2919f3d1fc9d754c1e9cc802687a128d92b]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:46 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [95f5351cbe138ceb76295b3b51fdcffb508be8b7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bda5e4956e0ab766b8fb3bb43a7250acb7a9bb3e]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:20:30 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f0c5770c44c5b870167a815d716778b38e68348]

        INTEGRATION: CWS ooo19126 (1.30.274); FILE MERGED 2005/09/05 13:39:15 rt 1.30.274.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f80fb986c3bcafb1ef87a7106de5faaf4710771f]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:46 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c7d728178d6bba2ea9dba3f86e4a4e42b299a6a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cda302511c832dcf38254b035c825acb1ded1b2]

        INTEGRATION: CWS ooo19126 (1.2.606); FILE MERGED 2005/09/05 13:20:29 rt 1.2.606.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [721c7342c3e48f4a969ceb55497d8d6682392682]

        INTEGRATION: CWS ooo19126 (1.12.226); FILE MERGED 2005/09/05 13:39:15 rt 1.12.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [becafa07b560d0c7236df4d097a40bb2c862ae2a]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:39:15 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c7f20bffb3eeb93c226e0305cf2eadd15734382]

        INTEGRATION: CWS ooo19126 (1.7.600); FILE MERGED 2005/09/05 13:39:14 rt 1.7.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b57311c52cfe0b7adfee8e0aaebfad33d50e333e]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:45 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad12999e190ae8263127188049ac4d94a555ab71]

        INTEGRATION: CWS ooo19126 (1.11.362); FILE MERGED 2005/09/05 13:20:27 rt 1.11.362.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99ed2da1006f999002e859d571863c1b1267b06d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f0d13baac3681eee2c4ec804a40044657f14a827]

        INTEGRATION: CWS ooo19126 (1.10.164); FILE MERGED 2005/09/05 13:20:27 rt 1.10.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1eea38cf58ab10cfd07bc24775c3e67be9bbe1c0]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:39:14 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e2b9c467ce5ce7c57595b6cecea0d0d3faa0520]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:18:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26b0695cbc821f93972ffa343c53e2c43ebc8dcc]

        INTEGRATION: CWS ooo19126 (1.4.364); FILE MERGED 2005/09/05 13:20:26 rt 1.4.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [43ab3f305b539d66287ceb6df3e35fd6e5d7162b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:18:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abb89f6a43c955cecaa2ca195f333ee1c2719e15]

        INTEGRATION: CWS ooo19126 (1.8.154); FILE MERGED 2005/09/05 13:20:25 rt 1.8.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdbf68186d5377a7e60d40a593aeeba97e7fe5fc]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:44 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3163e4df09c1e968f26f732435160091ee2ab015]

        INTEGRATION: CWS ooo19126 (1.5.600); FILE MERGED 2005/09/05 13:39:13 rt 1.5.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2112f241e74ead5b3d6fed51f26eea7bd29cb0a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:18:30 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99efc685bc574ec07b74ae3f070100a0e4f89d57]

        INTEGRATION: CWS ooo19126 (1.6.154); FILE MERGED 2005/09/05 13:20:25 rt 1.6.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f93706c2159f7b34f5356df1387683ded82b42c]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:44 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b61b5e1c3436386bda8df1b078d11c749891da00]

        INTEGRATION: CWS ooo19126 (1.13.78); FILE MERGED 2005/09/05 13:39:13 rt 1.13.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1277bfa2ebbc0d7ba8c6d86b8f65745c0cd1feee]

        INTEGRATION: CWS ooo19126 (1.77.62); FILE MERGED 2005/09/05 13:20:24 rt 1.77.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0001f3c792b1300f668158bcb9ce76305b6b4add]

        INTEGRATION: CWS ooo19126 (1.11.276); FILE MERGED 2005/09/05 13:39:12 rt 1.11.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [124a97271363e5de6e49d2d99a9092a32286293d]

        INTEGRATION: CWS ooo19126 (1.6.140); FILE MERGED 2005/09/05 13:20:23 rt 1.6.140.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d5461e1bbc662d65639f85fc115e8dea911e670]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 15:46:44 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15cee5b8eeb4fc4ba08d9a3ca928bb431d05425b]

        INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED 2005/09/05 13:39:12 rt 1.2.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64f16ac9cc988fc89032fe357d395118ecb558e8]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 13:20:23 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [483625bf0085aaba56ffc1562ef231415a24240b]

        INTEGRATION: CWS ooo19126 (1.39.406); FILE MERGED 2005/09/05 13:39:12 rt 1.39.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d9f49f51a057346c029daff2a3ad0400282e193]

        INTEGRATION: CWS ooo19126 (1.9.380); FILE MERGED 2005/09/05 13:20:22 rt 1.9.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d4a9d9161f9945610b3847cb128f1ac3db10190]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 15:46:43 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fbc369837fae6ce2112d69a7e4ebb458931ca04]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:39:11 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [953d4554681451a508b1d902f5549dfbf07b267c]

        INTEGRATION: CWS ooo19126 (1.12.134); FILE MERGED 2005/09/05 13:20:22 rt 1.12.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26424d52a4acb9a50ccaa7951b179d78f2533d68]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:43 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1c1f0e102daf9d98897a9f796b349b9f5e37f87]

        INTEGRATION: CWS ooo19126 (1.12.412); FILE MERGED 2005/09/05 13:39:10 rt 1.12.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91206611cce25ad4b02db5760b24ad8ccd23a351]

        INTEGRATION: CWS ooo19126 (1.29.154); FILE MERGED 2005/09/05 13:20:22 rt 1.29.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb4fbf8fdb79765f326c0078adeffdf12dfa88a2]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:43 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c2264e3cdb1dd0123e3709fff3154797be0affd]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:39:10 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36db445c10fff8ee91882f05344b73e9d847d8bd]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 13:20:21 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d41e6841fe067db65aa0d45d89e947a98425c64a]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:42 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e605850f465a0a87805e541e18d18d6a1457bf49]

        INTEGRATION: CWS ooo19126 (1.33.186); FILE MERGED 2005/09/05 13:39:10 rt 1.33.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [00fbb27e41a9656bf292cccd3bb9f5e6a4a43696]

        INTEGRATION: CWS ooo19126 (1.26.60); FILE MERGED 2005/09/05 13:20:21 rt 1.26.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c515fb704ef4b307c576cb20f9a76d783402abf8]

        INTEGRATION: CWS ooo19126 (1.50.78); FILE MERGED 2005/09/05 13:39:09 rt 1.50.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [187ebb3d7567515121d73f43b743983052b18373]

        INTEGRATION: CWS ooo19126 (1.49.196); FILE MERGED 2005/09/05 13:20:21 rt 1.49.196.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f27b1d6448684136b411869e426a00f14df0b0b6]

        INTEGRATION: CWS ooo19126 (1.53.96); FILE MERGED 2005/09/05 13:39:09 rt 1.53.96.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5783c163e967e6bcf6c453efaadc569f3ae9846d]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:42 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f01ef79f93881030998d6c99257079c8a98c238d]

        INTEGRATION: CWS ooo19126 (1.2.134); FILE MERGED 2005/09/05 13:20:20 rt 1.2.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b8f9095b1166f57aa2c45974a2679625be8f480]

        INTEGRATION: CWS ooo19126 (1.37.94); FILE MERGED 2005/09/05 13:39:08 rt 1.37.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39e2de0a25106721d894d8c7ada1dbc5bd933bd7]

        INTEGRATION: CWS ooo19126 (1.2.310); FILE MERGED 2005/09/05 13:20:20 rt 1.2.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e8f25554c39a69ef0f301118fac302a2e91b5f7]

        INTEGRATION: CWS ooo19126 (1.3.718); FILE MERGED 2005/09/05 13:39:08 rt 1.3.718.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad0a55f733fcababe69fa2bbbc90f35cdf2f725a]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:41 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ab6e1b62cea884403063704d7145bb0f0b87846]

        INTEGRATION: CWS ooo19126 (1.3.458); FILE MERGED 2005/09/05 13:20:20 rt 1.3.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e52df8819fc3a82900cd34ca9135497a104a1222]

        INTEGRATION: CWS ooo19126 (1.14.386); FILE MERGED 2005/09/05 13:39:07 rt 1.14.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f736e9be3cd796c063ad57edac02f9c7a13f5d8]

        INTEGRATION: CWS ooo19126 (1.7.246); FILE MERGED 2005/09/05 13:20:19 rt 1.7.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4785ea24ab6921cd74d214f91db80c2e0ed029e6]

        INTEGRATION: CWS ooo19126 (1.5.702); FILE MERGED 2005/09/05 13:39:07 rt 1.5.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0a21d7dc892e7c50696e8ec1c72adafffc2171d]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 15:46:41 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2bfe4594d4fe893efaa0ad9a61cc0f71fa08f1f]

        INTEGRATION: CWS ooo19126 (1.10.64); FILE MERGED 2005/09/05 13:20:19 rt 1.10.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35c467d8b8dafd0d93c9c80000a393748b5cdd73]

        INTEGRATION: CWS ooo19126 (1.35.276); FILE MERGED 2005/09/05 13:39:06 rt 1.35.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf2cbba44fcf5b63857c51d63ed194cf8221f0f2]

        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>  [720aa621df73ef8edd7e27311488540ce23be377]

        INTEGRATION: CWS ooo19126 (1.25.372); FILE MERGED 2005/09/05 13:39:05 rt 1.25.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d350bebcf3a91fd98ebfcfd771ce0d07b77373c0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:40 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da3db4232d937f6d6acf172396147521ee33c885]

        INTEGRATION: CWS ooo19126 (1.61.198); FILE MERGED 2005/09/05 13:20:17 rt 1.61.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [366d8d488620738a30ac36823105193484381c0d]

        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>  [dfd48d8cb7a9f5d694908e54c473dcfcbcb257e3]

        INTEGRATION: CWS ooo19126 (1.23.78); FILE MERGED 2005/09/05 13:39:04 rt 1.23.78.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9ca9aebaad6623354a84a9d0bb6dd6d157f6d9b]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:16 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e96623ee77a2cf3fec43fb9c4366f1c6ae00d46]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:40 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [559c4eb4e62e91bdf224e1b31ef9cee613b99974]

        INTEGRATION: CWS ooo19126 (1.24.214); FILE MERGED 2005/09/05 13:39:03 rt 1.24.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c95d14251fbc2278bf333aa4f290702a7bd50e36]

        INTEGRATION: CWS ooo19126 (1.40.114); FILE MERGED 2005/09/05 13:20:16 rt 1.40.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c1bc771ad3e083846531f95f6d9842b8059ffd4]

        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>  [082e46050e2408ea4cb034a7dbda5488d65f8559]

        INTEGRATION: CWS ooo19126 (1.32.92); FILE MERGED 2005/09/05 13:39:03 rt 1.32.92.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b67aac048fdcda4adb00b7c85354897553bbb008]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:46:39 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5658255d04ef0042c62785d8fd1ecd3eb87c03f6]

        INTEGRATION: CWS ooo19126 (1.37.130); FILE MERGED 2005/09/05 13:20:15 rt 1.37.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9cd91a29fc783f43bb96a9f5b26e90456bda700]

        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>  [f412a2fe9935994cf87479534eb06580550b745b]

        INTEGRATION: CWS ooo19126 (1.29.166); FILE MERGED 2005/09/05 13:39:02 rt 1.29.166.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99b59c6c493a9a0acb595ef5932a192431d3e35d]

        INTEGRATION: CWS ooo19126 (1.31.58); FILE MERGED 2005/09/05 13:20:15 rt 1.31.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6a9ac7711383ea729cd7afc07394051f8697f22]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:39 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bdafd79191657badea7ea96148941cabc3ae9a13]

        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>  [07eb747bfb31ea1762bffebe992844d6a051d4b8]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 13:39:01 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae16d1363dd34286a01d983694051b92f0619265]

        INTEGRATION: CWS ooo19126 (1.73.288); FILE MERGED 2005/09/05 13:20:14 rt 1.73.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76f94c690fa7cf2d4fac3d259fa6aa3a3fffb81b]

        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>  [02f799c218105461986f272b767349a09410b123]

        INTEGRATION: CWS ooo19126 (1.5.1254); FILE MERGED 2005/09/05 13:39:01 rt 1.5.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3869c6763f1597fa8a9a301c96356fe0a6dd000]

        INTEGRATION: CWS ooo19126 (1.5.310); FILE MERGED 2005/09/05 13:20:14 rt 1.5.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7008e63c8852ef7e02d31e7ba618206df98e29b5]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:38 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bf8b8303a3f02cf1fb4a803887b266f38d5a77a]

        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>  [529392864b199b51fb373b4e5d7436e54649cc7a]

        INTEGRATION: CWS ooo19126 (1.9.156); FILE MERGED 2005/09/05 13:20:14 rt 1.9.156.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2597db34ac37ffc374c450052c8fb5f8a69fc2f2]

        INTEGRATION: CWS ooo19126 (1.13.702); FILE MERGED 2005/09/05 13:39:00 rt 1.13.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [665c1e4ed516854e4364436a4ff1ba87d080574e]

        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>  [45bed545ff151af159eba41089174ae2dc9f2661]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:13 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [092d336aaa6f76631467ca2c680925b8a12f7f77]

        INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED 2005/09/05 13:39:00 rt 1.8.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1610d22fe7910a9fe84a3ab238088dd12e778f67]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:46:38 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78fb84fcbaeaf4b264f4af7f85ae23a32a07c72e]

        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>  [c4773ac6fa7c0fbefa01c9a8349512c5a0010e92]

        INTEGRATION: CWS ooo19126 (1.2.562); FILE MERGED 2005/09/05 13:20:13 rt 1.2.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05183884fb3c6b3147740a1c77a3eb2821dcec3c]

        INTEGRATION: CWS ooo19126 (1.14.276); FILE MERGED 2005/09/05 13:38:59 rt 1.14.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2acebb92288d228fca85e8abfc2a8176157c8a7b]

        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>  [a255118a7aad9023a579bdbf27d48f82bbb86576]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 13:20:12 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f5ed35ed07b37439351567416480b28ef71fbab]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:46:37 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d224a8b1d21ee604dc4b74da96825f29d5fa8173]

        INTEGRATION: CWS ooo19126 (1.9.192); FILE MERGED 2005/09/05 13:38:57 rt 1.9.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d89b545b3ef7ac7631443f7089ff6a2ef9548c17]

        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>  [ca813637b1ae21d11356dade73d2976ed3190aa2]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 13:20:12 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d350f0f8ef0c05aeb01e1bb4ef0c2c14932d64a]

        INTEGRATION: CWS ooo19126 (1.37.226); FILE MERGED 2005/09/05 13:38:57 rt 1.37.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a0598b664f9189c40fdddd497bf03d452389ca1]

        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>  [3f4a5ae0874c5ab5986c1e27b4570a0d50478842]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:20:12 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a5ab7f86fe6379ca744293de86867cfec551b4d7]

        INTEGRATION: CWS ooo19126 (1.13.304); FILE MERGED 2005/09/05 13:38:56 rt 1.13.304.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b70e9b090abb5a3a474d1b9bd1f03f553299e05d]

        INTEGRATION: CWS ooo19126 (1.9.154); FILE MERGED 2005/09/05 13:20:11 rt 1.9.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe8080e01b1626feb5a47e1c44e1e29e0edecc47]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:37 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a18a26cc21217b46ae8302b8df2bdcf8f44202c2]

        INTEGRATION: CWS ooo19126 (1.10.600); FILE MERGED 2005/09/05 13:38:56 rt 1.10.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae6eb579a6a0c8de8525b016716694423989fd33]

        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>  [358854f5a7d81a6ffabb177e6ed54e6c7e07475a]

        INTEGRATION: CWS ooo19126 (1.2.64); FILE MERGED 2005/09/05 13:20:11 rt 1.2.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c42dccc2ee3341d4bf20be63998611e86e227581]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:46:36 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16670dc4a2cf7d9f0b1d6bdde0394c05566d2cfa]

        INTEGRATION: CWS ooo19126 (1.10.902); FILE MERGED 2005/09/05 13:38:55 rt 1.10.902.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5d8e04b8c9f0cbe9551211220c2a782ac9e91c5]

        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>  [24868e043192b5ef9bba2ed1f21dcc868d967e70]

        INTEGRATION: CWS ooo19126 (1.8.380); FILE MERGED 2005/09/05 13:20:10 rt 1.8.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6df86fd92de616f7e07f47e9b9c623708b70e956]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:30 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4bfae16419a496ce28540c20aac6ca6bceac7012]

        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>  [cea3b8043d03d8d6b1707250e6344cad1b24adb0]

        INTEGRATION: CWS ooo19126 (1.19.216); FILE MERGED 2005/09/05 13:38:54 rt 1.19.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f23708cf2358da324d4967fe7626954bd53f6a4]

        INTEGRATION: CWS ooo19126 (1.5.380); FILE MERGED 2005/09/05 13:20:10 rt 1.5.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44468c382498448b33be0aa7507bbe7541ec4591]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:46:30 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01da8fc1590511ac3bc59eb5ca730b6b77e54232]

        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>  [c05a951fa2971083d50dab5e6ebfbd3e7ec1d049]

        INTEGRATION: CWS ooo19126 (1.8.594); FILE MERGED 2005/09/05 13:38:54 rt 1.8.594.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90489850b4ab9a8e9d27a246b5f187831a126ef2]

        INTEGRATION: CWS ooo19126 (1.6.380); FILE MERGED 2005/09/05 13:20:10 rt 1.6.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5d5c0cf762cc20b9ef81e40cc072fb875d465f76]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:29 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e647d658f04c9b63800ba227e2aad6661562e2b2]

        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>  [945f1c36220922de62ee5c960c26484a46962c35]

        INTEGRATION: CWS ooo19126 (1.12.406); FILE MERGED 2005/09/05 13:38:53 rt 1.12.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7082ee49d44ae152d73b9c3c3cbb5333e8be6cdf]

        INTEGRATION: CWS ooo19126 (1.12.228); FILE MERGED 2005/09/05 13:20:10 rt 1.12.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7984b4e6d6c98fddffc5fa24d17f5a5879e71536]

        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>  [49de0820c5123feafdcd6a4ad4e6f82a120865fd]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:46:29 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec2a4ef27b220ebd24c66943c805f3da2ae4e724]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:53 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e342e22a5429ae05cd91ab82eb0c652ea8df8b5]

        INTEGRATION: CWS ooo19126 (1.8.236); FILE MERGED 2005/09/05 13:20:09 rt 1.8.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4209503b192c58192edea5b69e328afd1d44cea2]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:38:52 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [049540c9873f337aed6854c3afad718e8d233e4c]

        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>  [d26543088e5bef5b8f9dba7195ae7250d5092237]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:52 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76c329d4fd4c0de9a67e008e5af3b1aed3acd3e8]

        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>  [86d1fcaca2ffc5110e6bd2ad9dda7d5551f9ffcd]

        INTEGRATION: CWS ooo19126 (1.7.428); FILE MERGED 2005/09/05 13:20:07 rt 1.7.428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d6ca3a227f383478be40fea0364898ddd91f37e]

        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>  [d77622d8ff20df8bf03a74751f7b41a10d899903]

        INTEGRATION: CWS ooo19126 (1.46.234); FILE MERGED 2005/09/05 13:38:51 rt 1.46.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7de362c2cd7e3c1790d0c218c80187644a488ea1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cbf95f8ca2ee0136ba359e161e5caede27c29fd]

        INTEGRATION: CWS ooo19126 (1.5.562); FILE MERGED 2005/09/05 13:20:07 rt 1.5.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [719ab92a01deeb56ce1478d827db359e598beda4]

        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>  [8800e18570ac92728273da6c960e598a1d0f5ca0]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 15:46:28 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f4058d6639c3905eb84f3cb3bddc681ccab1f5f]

        INTEGRATION: CWS ooo19126 (1.9.580); FILE MERGED 2005/09/05 13:38:51 rt 1.9.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ca92681aecacc41f5ebc629f997c5300404b828]

        INTEGRATION: CWS ooo19126 (1.13.228); FILE MERGED 2005/09/05 13:20:07 rt 1.13.228.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e096dcf6b1341128325cad64d953491c82a62570]

        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>  [529101a49737b7115a9f0fc3b5c6194c7b2925f3]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:28 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe7f11a0bd85458b313cd9244ebf6d62ddb7a2a1]

        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>  [2db0f9b32f01db5a89b686b90db9910ab880248e]

        INTEGRATION: CWS ooo19126 (1.16.306); FILE MERGED 2005/09/05 13:38:50 rt 1.16.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4207248cad70ea1339e7e9cd9d407b55d5a55a6]

        INTEGRATION: CWS ooo19126 (1.6.562); FILE MERGED 2005/09/05 13:20:06 rt 1.6.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cff730c2d784214f274324d84631b9fad87de119]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 11:17:57 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [343bbe66de5a5d57d091af9652fc6ce28131de73]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:50 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [240ae31afacb672a38bd5b55800f4af983403095]

        INTEGRATION: CWS ooo19126 (1.33.154); FILE MERGED 2005/09/05 13:20:06 rt 1.33.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e84e9a9dedbb71c9abc0cf04bae981aee0e05de]

        INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 15:46:28 rt 1.6.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fc88c88a337b41bdc4b3d5e662f10d5ecbd0e8c]

        INTEGRATION: CWS ooo19126 (1.15.702); FILE MERGED 2005/09/05 13:38:49 rt 1.15.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [608b22a7345d09c0067a376abfea3e47f0e7843d]

        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>  [9cd2a82ad29649c8f07c172f6fb1443e2fef57c9]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 15:46:27 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4296de41d9343e3d8cb8ec55d02c5b9e0b7bda45]

        INTEGRATION: CWS ooo19126 (1.10.368); FILE MERGED 2005/09/05 13:20:05 rt 1.10.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d7845d08f5e9550c5abab126f3ce014da93fc9d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56e61e0c50eb5f7b39dc582a545123e765c0bfdb]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:49 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97f0a7a3bba1d5b27b243fae1eabcbf30f802fb5]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 13:20:05 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d37282b9b8651ddba869160ee4540e1537550d94]

        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>  [ad924f9a1d05edde2f42b7af8b766bb3c5386783]

        INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 11:17:56 rt 1.4.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37f07ecd8ad522b9b9fd9a2f9f25c487e58ac19b]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:27 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c5d1aa76d2d2ef99e8f1b2f998184bd008d82e8]

        INTEGRATION: CWS ooo19126 (1.5.582); FILE MERGED 2005/09/05 13:38:49 rt 1.5.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68697d0a2dbae3eeffdc964ca46e883773dcfa61]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 13:20:05 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9065e65657c3e9f00fa58c5bcf0ff232c960c9bf]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:17:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2140964750c922aacbe1649c5509db38dd4b1469]

        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>  [52f29bba068d23c5decb731d025681b2a42830a1]

        INTEGRATION: CWS ooo19126 (1.9.600); FILE MERGED 2005/09/05 13:38:48 rt 1.9.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bfa6d17b094f9f9c42ef8ff50451622910d74c1]

        INTEGRATION: CWS ooo19126 (1.9.124); FILE MERGED 2005/09/05 13:20:04 rt 1.9.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8eb076972a29f08fa5d530f61b534285e8fa9197]

        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>  [5eabb1a37538300a9b948963a142d0c4498c2650]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90b4252a1a562cd8298cf669759e7e93e739f57a]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 15:46:27 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [916e5184edc8ad219021ab58bbf7ec99ffa6c2fd]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:38:48 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [376d74ba6762a3248c8759481a42e8cef033383a]

        INTEGRATION: CWS ooo19126 (1.2.574); FILE MERGED 2005/09/05 13:20:04 rt 1.2.574.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eff7aa7442a4f87ff59d6af1ac4cce7a09aff881]

        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>  [227d5e8004fb54cae0defe9efd06f4c791ba4e3f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [374bb34b30e4e853c55c748c14e0af0e52a34adb]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:26 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3d01a2b04149c0d67383484673da3f539a455c8]

        INTEGRATION: CWS ooo19126 (1.3.230); FILE MERGED 2005/09/05 13:20:03 rt 1.3.230.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31e096ebd9abc9c86bbc81bc80459231076a645c]

        INTEGRATION: CWS ooo19126 (1.13.582); FILE MERGED 2005/09/05 13:38:48 rt 1.13.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0456f01e0033864f4cb1ac3bcdc08e9d93b2e80]

        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>  [ac234b659b77b30aa17d016836c67ba145065917]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:26 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ac16468a7f8cf0a09e7463141184ba9d9aa7ad2]

        INTEGRATION: CWS ooo19126 (1.3.922); FILE MERGED 2005/09/05 13:20:03 rt 1.3.922.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e67ad93bc162247ecc92e5a22204539caed4fe18]

        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>  [7466c2e62102e932d2b9fab470ac53c736e5d1bb]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 13:20:03 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7330d88dad3fb35c1045627f1f01247816cad7e]

        INTEGRATION: CWS ooo19126 (1.53.306); FILE MERGED 2005/09/05 13:38:47 rt 1.53.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9bb6d522b06163aac243d008cbd60e660c1e04d]

        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>  [501b82aa87d664f456e9dd27d729671e05f13706]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69b12babe40138ecc4739f4838bba6cab0f41863]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/05 13:20:03 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8178a5863d0314c4c20abc006bc0845d62893e83]

        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>  [80772d7cb204997aff6e9ca7011038452b8a2d2b]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:47 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d65e3652837e22de9a17765e21e1282a94272b2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe0b7b4e3593d9d7b1c11856d85d02a6b484b06c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:20:02 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd142ddc4d847afdb1f9ecd9894dacf225b9cd93]

        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>  [9d16116b3ba7658b543be1d167aff3ce53d736e9]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:46 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [115e9cbc092d917a54b449121fec11427b1b031b]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:25 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51832ce4c77a4d30b782379aed47f399fbb3065e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9763966a974ec2ab7adc2dc2472c0cd535e4142]

        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>  [9a75c428b8806918e8351ceeff6109fbcf13e66e]

        INTEGRATION: CWS ooo19126 (1.7.1254); FILE MERGED 2005/09/05 13:38:46 rt 1.7.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddcf6792f654ae7826e40b835f877e225aa9450d]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:46:25 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [763b36913b59bf8dd7b637170dd52a423d5e504d]

        INTEGRATION: CWS ooo19126 (1.6.364); FILE MERGED 2005/09/05 13:20:02 rt 1.6.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17696a81680671a1d0402b3502212485595812c9]

        INTEGRATION: CWS ooo19126 (1.6.578); FILE MERGED 2005/09/05 13:38:45 rt 1.6.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2014fc43e0f802522d0b91af27e48e542e727b8]

        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>  [21608f995adbd6394c275143b8afe4c0bcd76f8b]

        INTEGRATION: CWS ooo19126 (1.5.702); FILE MERGED 2005/09/05 13:38:43 rt 1.5.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a0208438b4288eff9c798ab8a03078f276b170e]

        INTEGRATION: CWS ooo19126 (1.4.374); FILE MERGED 2005/09/05 13:20:02 rt 1.4.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [471e908788023240bd1bb9c82000d53736fca482]

        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>  [4dcbea05bc3d076c499673454e717cb11592e36a]

        INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 15:46:25 rt 1.6.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4a635326607dc2cb91a8b80946263c78745e270]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 13:38:42 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6e12258a5b5408fef178def6bfe77b6953bae6e]

        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>  [b700b6208d82e9f9bdb8dab1757dba47d28cd53b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:20:01 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7193725e36d5a3885e77a961cbd19578050e7462]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:25 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69134953338c37c20b66a78c899eb87899ab399d]

        INTEGRATION: CWS ooo19126 (1.4.374); FILE MERGED 2005/09/05 13:20:01 rt 1.4.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [048de77f788f6c4f19a45b89fb80a2ef81584f4c]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:42 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ba5dc3899478a624dc6479841b706976aec7f13]

        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>  [174e54e19b4e3bbc518b9d6c7890e8bf6ddd22a8]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:24 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18bbb097534b66744af36db1b7e10d064f6bd4de]

        INTEGRATION: CWS ooo19126 (1.12.378); FILE MERGED 2005/09/05 13:38:42 rt 1.12.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ce1bdbf422ed8b85bba038f0e6d4dae947d32b0]

        INTEGRATION: CWS ooo19126 (1.6.364); FILE MERGED 2005/09/05 13:20:01 rt 1.6.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16eaa1e23fffd3b4e6858770be9c1b9344223ba6]

        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>  [8153a99f66de3f57514bad9bd8b9b09e2ac2cdf6]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:24 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78c7b09a469e3ae10caf03e47ee3e1a77ba3f9ba]

        INTEGRATION: CWS ooo19126 (1.8.702); FILE MERGED 2005/09/05 13:38:41 rt 1.8.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [57fed6a92e7656367e43d56efa599622fe0abec5]

        INTEGRATION: CWS ooo19126 (1.24.60); FILE MERGED 2005/09/05 13:20:01 rt 1.24.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a56d0bb3044906d873e373663fb23e44b2ade355]

        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>  [8800430b2d151be8a029dd399f41617b800254e3]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:41 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f267f4b61c4863da2e629c14f2fa4582f44d661]

        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>  [c63d6cf8bcbd785c045eca6c66ff4b11c48b96a5]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:46:24 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7da4e925b5187f584f9c5e2f43358bfa9edd033]

        INTEGRATION: CWS ooo19126 (1.4.720); FILE MERGED 2005/09/05 13:38:40 rt 1.4.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd1777b7ab8c81451203c0635dd79a9f238b96cd]

        INTEGRATION: CWS ooo19126 (1.23.364); FILE MERGED 2005/09/05 13:20:00 rt 1.23.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9e0b2d4baf00a32260213e91a12d1c65f7a171b]

        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>  [c5375dbf573c890488e220f9922275e9bb298a32]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 15:46:24 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47c84756984692aa2b22deba081e875b5673dffa]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ad97c12e285ba1655d177d71621cb62daa9eaed]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:20:00 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cbc927d666becb4e68a473086276ab8e4cc4b23]

        INTEGRATION: CWS ooo19126 (1.52.452); FILE MERGED 2005/09/05 13:38:40 rt 1.52.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fceb8c464a8f52e22e598a02255f65df6c968dd]

        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>  [0c7c8681a1114a6f8370c215caf6d628dc9acf2c]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:23 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [282a5fc3c4ebcf044d4d3bb7ec35d8f240194754]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 11:17:44 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39d520213e8a028bdb698bd3ff8fef38287279f7]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:38:39 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10d2db48244289328a7863b251554c6f7acfcbf6]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:20:00 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea3b9b9ade31198a126cdb3bc9c60d67f718824d]

        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>  [d585c5ee7f7b252e430368ecea6276af6cdfcef6]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:23 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f80dba0329c5d7d4616c69e1781aaf204c205571]

        INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 11:17:43 rt 1.6.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c72dc4ccdf55b1d73381036bca324e89d2b0388]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 13:20:00 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fda829ab6a6e1f0ea3b0617e6a1a357aace157b]

        INTEGRATION: CWS ooo19126 (1.3.1250); FILE MERGED 2005/09/05 13:38:39 rt 1.3.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4207f0d045a76a2e5a84b24ff7d69d589ec0cf9e]

        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>  [41ea36cebe957db05c002ba00385d84a6fcda6ac]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:46:23 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8dba0bdf5d31a2633b3fd211060bd627d9e26ca2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:42 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6047825d7b461e521c3a7fe0f353f176cff5a6d0]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:20:00 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a73263a427f447f8e1ad1369ee35121486d9412a]

        INTEGRATION: CWS ooo19126 (1.32.176); FILE MERGED 2005/09/05 13:38:39 rt 1.32.176.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a80315142812c56e5883d7f22b333fc80722823]

        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>  [e2d64db95ae457d184e0e6e1515253a5515e52e5]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:23 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [521ea7c5f62b426d0a7888669dc3bdcae7d5da31]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 11:17:40 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81bc27672c8a4998fa46c8be151ca532816c71a4]

        INTEGRATION: CWS ooo19126 (1.1.908); FILE MERGED 2005/09/05 13:19:59 rt 1.1.908.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4565c1fa9c9596398934e4c54177ca564031d633]

        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>  [3d877c04bdb9d3f4fa048a91f959153882091656]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 13:38:37 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [92e1f13c0ffe7437c9ed9ecb956b9c6382092700]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:23 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35a24e4100bf9d814a08f330328286ffeb1d700]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56cbd0ac578fb37fac5657829a794690d57bb7ad]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 13:19:59 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9f02b291c9e38190e4a221db7236c0bc1cbeebe]

        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>  [f8ec8268ca21728f2436a4ca7d832498278ca3cf]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:38:37 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f810607bdd41dc133833b11b47e27218ddb251b]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:22 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d64d65a52acc49978dd0c24464765e73a471765f]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:17:39 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a7912017204234c591aa0c67b7c7030b662d2a1]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 13:19:59 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1401ed1580c2097c444ad36109e0cbf5236da16]

        INTEGRATION: CWS ooo19126 (1.3.720); FILE MERGED 2005/09/05 13:38:37 rt 1.3.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7d94a444caaec9ab32cc935bb8bc685d1bb3d1d]

        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>  [cb8d1b6f857ed0ea6e6572eb2bdf4ebacc40b90c]

        INTEGRATION: CWS ooo19126 (1.5.364); FILE MERGED 2005/09/05 13:19:59 rt 1.5.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c193260cda7b9384dffe412fe7646c36de2a8305]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:38:35 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14a166e7135fa0ccca56256159377952844f1b10]

        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>  [7d7b586795c2723d750064035a64eed18e3b503e]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:46:22 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac2a82e216f6041d78f2cdb723d7d591e3db8490]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce56e2366ac6b20bbf658537dfe86ba294fd71c5]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 13:19:58 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e1823dccf22787787f1fc9f0f1d731a0ff4e16e]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:38:35 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afb79701740742d74ac5282803039f279c0d8f0f]

        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>  [84de36be0b172d7c7bbe7a60c696a7ac3d2a005f]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:22 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a51268b58dfdeb5cec2551ba7e41d9f99534fefa]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:17:36 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abbe3f99c66ff87b6ed348cb1902a39c067964a4]

        INTEGRATION: CWS ooo19126 (1.9.460); FILE MERGED 2005/09/05 13:38:33 rt 1.9.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6962f843875713b68d916e780ec0ce0cf8009f31]

        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>  [f3b7f82856abfafb085f32e517928dc5fef4f81d]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:22 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84207eeb6e4e02e6f099698bcfb259bed98c775c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:17:35 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [372b051f2fdc8a355c176c97e579ab27a41d6c06]

        INTEGRATION: CWS ooo19126 (1.2.458); FILE MERGED 2005/09/05 13:19:58 rt 1.2.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf40356dc987e999089b6a676ac589bec8655866]

        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>  [6507d3de08edbfbe427a7ccccbe0139b141ba23e]

        INTEGRATION: CWS ooo19126 (1.6.702); FILE MERGED 2005/09/05 13:38:33 rt 1.6.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14942b358df534545067dbd73e9bc6d6e9fd2d13]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:21 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [851c2281d14a3cac96bc7c67df5807c3863dff7c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ac4ac3f02faeffdb724f0a51268379f5881baff]

        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>  [b3a84b92eb3a1c566849a609b78dc4d7259f4183]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 13:38:32 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87b901e98714d542565683291eb3adea171cde4f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8c38fe4c5917a84b966430b50113a6d4468f3bd]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:19:57 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0231b189d18012a1a07300adde47d9e533719fdf]

        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>  [84a8eee147aeb468188272862c185c57ddace48c]

        INTEGRATION: CWS ooo19126 (1.2.854); FILE MERGED 2005/09/05 13:38:32 rt 1.2.854.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba0be9c39aa989c307f462ced0d4390b03e5f61b]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:21 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb4740b1bcea5270d99eb040d8028b7591fb2653]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:17:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86543b3f8176d72485c6929215ba9f4f36c77df5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:57 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c653445e011ee18a08dd505231dc5609198feec]

        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>  [21e2991ba94d7136ab4af2571fe272cb3883c075]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:38:32 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d28255ec5b067f77ac230abaef62faf10c978de]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 13:19:57 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab59bb6da89342a72e9e22922f4eab932f6147f0]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:38:31 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2b02a471bc6de97c05559daeab8c54db4753955]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:21 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [820aed092f82c5622a470e2dadd759f87516b02b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd68b2495e65f012593c73735e9dcff880483b51]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 13:19:56 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b18ae204b8cbc797c6e4d21bd4c661d4664f237e]

        INTEGRATION: CWS ooo19126 (1.12.928); FILE MERGED 2005/09/05 13:38:30 rt 1.12.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79d436e212fe83657f19b8862225d86b6e57c060]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:20 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [902d6382fef9240f353438ad0167de56f93af5b5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b1ab84131098ce68903bd0d2dc3ddd2b14acdce]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 13:19:56 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e715e4cd42a2a9a90a72a03fac9c7bb1b584c59f]

        INTEGRATION: CWS ooo19126 (1.5.1250); FILE MERGED 2005/09/05 13:38:30 rt 1.5.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01db1c0a3be063c48bcb0a690f14632a6b251f46]

        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>  [bc5a16a6893114b340429b07f778e067b32fcc3c]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:20 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [534ecc745928aade4d733107fc6313a00f46db51]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:17:29 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2705ad6467a0eb68f9159fc74f5b8368c470437b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:56 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c90f75c474d6ab0f3149693681db195b93ce658a]

        INTEGRATION: CWS ooo19126 (1.9.1250); FILE MERGED 2005/09/05 13:38:29 rt 1.9.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7d7dfde5fbee945882ff38cd6e3e1f99b274d5b]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:20 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8602404a6927b0f86975a7c50c5437c7c115f44a]

        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>  [3a9d742fb557022e20e608452f1b08e456d0ffdc]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:17:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2fe284c487afb27242bdecf62c87905db1200fa]

        INTEGRATION: CWS ooo19126 (1.13.412); FILE MERGED 2005/09/05 13:38:29 rt 1.13.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d57c733a2f66243c4e5d02e2f0b17e886ba49eac]

        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>  [28b9bce071b558ff49ebcfdd74e0e8ef3dbb0cdb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c94f7bb7b7251b8eb0812ccf00f57f48ef81c5be]

        INTEGRATION: CWS ooo19126 (1.3.244); FILE MERGED 2005/09/05 13:19:55 rt 1.3.244.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5c75a53883f9afec0eb9f4f07ab1b352f00f3b3]

        INTEGRATION: CWS ooo19126 (1.23.412); FILE MERGED 2005/09/05 13:38:29 rt 1.23.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fd29b84edd866eed806a223a5f1705296b1092f]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:20 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4213e0b62cdb4cdaa45537e167356e56fe795edc]

        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>  [c4992d9b66da8e17423ec0e4083e4f1bdb7b3d76]

        INTEGRATION: CWS ooo19126 (1.14.134); FILE MERGED 2005/09/05 13:19:55 rt 1.14.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7f16e2b8459a2bfc937c5c638506473aa201722]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:19 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f60794788e7e6d945abdbf203bea88cadbfe885e]

        INTEGRATION: CWS ooo19126 (1.6.412); FILE MERGED 2005/09/05 13:38:28 rt 1.6.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70cb9b7305223b0b42d1ee6f67ecf870eba86b56]

        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>  [38ae59b69540c2444ee9d8b02db7e3e6d76f8413]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d530d5f2178fc513076260661cad02748199813]

        INTEGRATION: CWS ooo19126 (1.8.380); FILE MERGED 2005/09/05 13:19:55 rt 1.8.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27674a0bf82f9e29db287562538ad9e86f51b2de]

        INTEGRATION: CWS ooo19126 (1.10.412); FILE MERGED 2005/09/05 13:38:27 rt 1.10.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63a930d89581e7cc4630a337c2e4bc872cfa8c3a]

        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>  [8759f2da34b24402a90ab4c4bff7e4fef0ac1b1a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19c0606539cb7d6f66aec5fb29b274a4ac03b507]

        INTEGRATION: CWS ooo19126 (1.17.198); FILE MERGED 2005/09/05 13:19:54 rt 1.17.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d34f3120013bb51180cac440cce9580b1beed92]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:19 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ba443f2ae246ac28856efd3fd37f1b5d3deb4f9]

        INTEGRATION: CWS ooo19126 (1.2.1424); FILE MERGED 2005/09/05 13:38:26 rt 1.2.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29bbaf0953fc3222f30af4a9d3047f9d518248df]

        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>  [1396f12479b1dbc15e85af4a7afeb828ce73a0f4]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 11:17:27 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d632378d0a2aac0ded82b1e210ecd8b33af577bb]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 13:19:54 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [448a12011a0cde9ce4b163fb8fbb85e4f7cd376e]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:19 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6252b6e597989e91e58f5ee561d295e82a25548]

        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>  [1784d446ad4edf99c108e88814b36f07236a388c]

        INTEGRATION: CWS ooo19126 (1.7.1250); FILE MERGED 2005/09/05 13:38:26 rt 1.7.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [153fda763678ff45e09d30095123d9b973247ad5]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 11:17:26 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e20dcd0ad5b3caa14bb17c0868fc6eeffe43151f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:53 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85b766e47aa8b72660ab46a310c750ffebee3d10]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:19 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddddfb691852d68f9954b864f3677014b57f95ca]

        INTEGRATION: CWS ooo19126 (1.14.600); FILE MERGED 2005/09/05 13:38:26 rt 1.14.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [303dc2be7a23ea4eba4f555b57b76300ebe562b9]

        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>  [249bac1ec059c8a7bbd05dce27a8e9bbacc21c6e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3ea06d257e71d9154bcf5ccface722bdc805ec7]

        INTEGRATION: CWS ooo19126 (1.37.114); FILE MERGED 2005/09/05 13:19:53 rt 1.37.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f2f46d8cb9a3e4ec29a08ea532726ab5aebacee]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:18 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [678918f25212de10f583c1c2656f81c8a1bce4da]

        INTEGRATION: CWS ooo19126 (1.28.600); FILE MERGED 2005/09/05 13:38:25 rt 1.28.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b70b037e925befb899a49aee4f1488b79198faad]

        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>  [58d2bd45dd945a5e5f6062ee7f789b00fb1681de]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:52 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da9af87ca184adcf72f0c0239dbfd19685056744]

        INTEGRATION: CWS ooo19126 (1.32.412); FILE MERGED 2005/09/05 13:38:25 rt 1.32.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d30b8f6f84b069c833a8e92e65a4d859f28009a3]

        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>  [74b8bba6fb0de774698f9bf13ffc4e7d68b1d749]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0d613b326b3b73b7fc572d55a5a717c90d39558]

        INTEGRATION: CWS ooo19126 (1.4.310); FILE MERGED 2005/09/05 13:19:51 rt 1.4.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5e68acadd4ce5c36eea32914bf2655c33957959]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:46:18 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [716391d4d526d9d7c1e5b0e6cb647e0c1029c0ba]

        INTEGRATION: CWS ooo19126 (1.59.412); FILE MERGED 2005/09/05 13:38:24 rt 1.59.412.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19d701c400ec7082dc66741242a762f302fdb225]

        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>  [b39e01e2bc2fe5c92c36a04eaf32f60db0721788]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:51 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [120767ea4f3ae4b37a870e64354b3e6fa41fff8d]

        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>  [89459357ce3c21761a4e37e94fad41fb484babf5]

        INTEGRATION: CWS ooo19126 (1.5.600); FILE MERGED 2005/09/05 13:38:24 rt 1.5.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7dec060bb20be08b0f2d2f592fce7e9b03e05f0]

        INTEGRATION: CWS ooo19126 (1.16.198); FILE MERGED 2005/09/05 13:19:50 rt 1.16.198.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [212f783d15147b2393d57cd726efc09bc7400832]

        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>  [721e9139617553657740509f7104d1accf10b768]

        INTEGRATION: CWS ooo19126 (1.10.600); FILE MERGED 2005/09/05 13:38:23 rt 1.10.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0751f5a14a0ddeaf8ce17fe38438aa8111cc051]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a48d6dbb3bb8eaff1e0595e4991381bc3308632]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 13:19:50 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ee7d44c59472b3456caf754e76bc9e8051273bb]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:17 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4be77de76ed2e9b104e3f78f36ea30e2fa3db934]

        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>  [47785b3a6e7dfb8be9d2649d9ebc99d3e05de445]

        INTEGRATION: CWS ooo19126 (1.5.1250); FILE MERGED 2005/09/05 13:38:23 rt 1.5.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9349355a406cbb2fd8b8747502ad05295d20304]

        INTEGRATION: CWS ooo19126 (1.1.1.1.930); FILE MERGED 2005/09/05 13:19:49 rt 1.1.1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84fef8b75f66be2dd5a8f918df3ee22cc407f90c]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:17 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d181ae8de602416c6562d0a95d800e7c8fd1922]

        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>  [dde27d3a359c891dcf355a51da4592cf02ccd6e6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:17:23 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aac0603e1e769ae71a71ff3bac5ae6ef8b674296]

        INTEGRATION: CWS ooo19126 (1.6.1250); FILE MERGED 2005/09/05 13:38:22 rt 1.6.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bd61aeedac74e35884947ad3ae8c4e87c2e08ec0]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:19:49 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b9c0c144cd7e750506970202f16b086a9831a46]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 15:46:17 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [154f6c44fe6d99b54e89fa0a902bfaecb3e96679]

        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>  [0ec50efaa143e9eb585afc41a8ce7dc9e94ce92b]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:17:23 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [607c8d723050ad85afc76214a267d91bb3995104]

        INTEGRATION: CWS ooo19126 (1.48.600); FILE MERGED 2005/09/05 13:38:22 rt 1.48.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86c6f4e7b5446a48caea060eea91113ceec51f0c]

        INTEGRATION: CWS ooo19126 (1.4.518); FILE MERGED 2005/09/05 13:19:49 rt 1.4.518.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22283e093de3457382b20b8e29df78d557ef6409]

        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>  [f6e4e3f33988b16734e5a3d8ff939f84230de20d]

        INTEGRATION: CWS ooo19126 (1.2.1200); FILE MERGED 2005/09/05 13:38:21 rt 1.2.1200.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5e28b980b86147e2df35b8be22e7f266d2ff396]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0c340c567429f3d246c7d14309e318cbf278322]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:19:49 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6838bb341ac7e056cdf67fa8991f2b0b0622c113]

        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>  [0bb61693194cc15fb12a264bc18bd30d5eea3f02]

        INTEGRATION: CWS ooo19126 (1.10.148); FILE MERGED 2005/09/05 13:19:48 rt 1.10.148.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [029784e40343444b7bf79178b69c3b7e46a2919a]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:16 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1c1fbb65d6f11bf761a8d4d3ab1e23e1b1afe2a]

        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>  [aaaf087a14f895f032b23bb8d7bbb81d7864f130]

        INTEGRATION: CWS ooo19126 (1.2.1200); FILE MERGED 2005/09/05 13:38:20 rt 1.2.1200.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34350822e8f340af8b99c1cbfa1bc2c8a3560e45]

        INTEGRATION: CWS ooo19126 (1.3.472); FILE MERGED 2005/09/05 13:19:48 rt 1.3.472.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e9d5c1877c2aa023771e672a5d35cce2c9bb123]

        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>  [b557c8862bcc2ee8c7786667f978f81276b9a1cb]

        INTEGRATION: CWS ooo19126 (1.3.702); FILE MERGED 2005/09/05 13:38:19 rt 1.3.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [700390fba99a036792003f1ea8f3dabb4a95d310]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 13:19:47 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc1df19e10a5daf05345ceca695ff77909f9b19d]

        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>  [758279dbac78eb938dfa75a5a19c596aab374834]

        INTEGRATION: CWS ooo19126 (1.5.1424); FILE MERGED 2005/09/05 13:38:18 rt 1.5.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee8589de99afeb5fc7601ea54ff9f88e46d3bdb3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:21 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a090193b520f4b4dcc429254db240963ec5206]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:19:47 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [557f7cda3815ce7489aa2fa8b790c1c9fa3881f4]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:46:16 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a498819d7997687fc3b76978399bbabf31074682]

        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>  [a2a2d9bfbac78f884b31fe23bd6266c6f17012f9]

        INTEGRATION: CWS ooo19126 (1.10.1250); FILE MERGED 2005/09/05 13:38:18 rt 1.10.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3f36f1440f825b7222dd1fee20a98ce84a5417a]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:17:21 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22116dd95c5048edf19dd66d2da9e12b9f0bd85f]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 13:19:46 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [663bcbc8d7b3407561b3e1f0fbaf7aa484451931]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:46:16 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44ec5f7d3c82a8d3d22d80e6bd86cc3591690ffe]

        INTEGRATION: CWS ooo19126 (1.2.1424); FILE MERGED 2005/09/05 13:38:17 rt 1.2.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a44d1b8975d7bacde5d221c1923cb8a351e47f]

        INTEGRATION: CWS ooo19126 (1.5.50); FILE MERGED 2005/09/05 11:17:20 rt 1.5.50.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [906156756696e8ae12045cdb10d94e230f2b027b]

        INTEGRATION: CWS ooo19126 (1.2.64); FILE MERGED 2005/09/05 13:19:46 rt 1.2.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff2e75089bdee620546b061f51c63eba080903fb]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:15 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74637d1714a9df7f0e30c386677caa26f4c9646c]

        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>  [e2ff436a7dc0470de8e3ec9faff9cf1dca9270a8]

        INTEGRATION: CWS ooo19126 (1.6.1250); FILE MERGED 2005/09/05 13:38:17 rt 1.6.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7f9834336e43081adfe4a6b54513e2528ab6f1b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3aa942cc8adecac0fee6730a5d9f8e2e4e02ca05]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 15:46:15 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [025eddd6a556e43aa5cc669ff916e5a87e916d36]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:38:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3262be3ae1259b74a7b62c085dee9f5329c4b255]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25dc27db5e309639c3e050973b65f91a125af653]

        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>  [08d1fa5607404f474e44f8b3641327312ba935fc]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:38:16 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71a25e74cd738fc4afc38301c6f77af5613cf647]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:46:15 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a76ce323d57e016d76cc2e761bfb655480f74a0]

        INTEGRATION: CWS ooo19126 (1.2.1428); FILE MERGED 2005/09/05 13:38:16 rt 1.2.1428.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1609d79208e41438d750cbfbaf1d8e14582dae86]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:17:18 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef168d5367046bb46a781b9f115b00cc5fe55c0e]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:15 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14176545eff2f319233e24548e038ef15ca64f74]

        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>  [897a79770d9356482068a1c4c6dc76aa126a5c1b]

        INTEGRATION: CWS ooo19126 (1.5.630); FILE MERGED 2005/09/05 13:38:15 rt 1.5.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8cceaa45c7949dd36fd67f6dac8e8c54c5aef3c1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9690b5bad0a006227f9c692adfd7337228466cbe]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:14 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e75184f22eb16db39ae1bbed46820bb3df039cf4]

        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>  [b0bd9e9e8bec4db91bd8546e0b6498ad965112d7]

        INTEGRATION: CWS ooo19126 (1.12.692); FILE MERGED 2005/09/05 13:38:15 rt 1.12.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [844674bbf8eabf63deefc725d540a041e2cd9158]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:14 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4f607ecfe1356a1993c1a3c1c35611410c4300e]

        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>  [eb6e1dd33277734b7d54a8fa13e65cbc687f0db1]

        INTEGRATION: CWS ooo19126 (1.3.1254); FILE MERGED 2005/09/05 13:38:14 rt 1.3.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11746dc799b668cbb2d58c6e351e5d1e121f020e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [808812df79b2cac8ba060eee5506843344e3861d]

        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>  [1c9ef389ec74b51d603c39ef4ea0d7f1964df7fc]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:38:14 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1070bd3b4a81fae56671b7242412b765ef034dc]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 11:17:17 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1c359f6b38e2b431f60d979c7933ba6358b37c4]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:46:14 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0f7c72b1acffcabddba4b24ce562687702bf76b]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:05:42 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f6bc282f46bc05e760fbdfa3aa34cd4ed73997c]

        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>  [6b940e418964d0698c594c0abaed11339499b384]

        INTEGRATION: CWS ooo19126 (1.7.1250); FILE MERGED 2005/09/05 13:38:14 rt 1.7.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05247d43b08be0b2d8683dec066ed554c6d35f96]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1a7f4336369ca5ba2a9e135cce9ec85143c9f31]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:41 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de10ab206e5b68ed63d6a97dd4515ce3568f21d3]

        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>  [1fe2fad994dd98d8747f3ba01b07450dbfa04b51]

        INTEGRATION: CWS ooo19126 (1.14.1424); FILE MERGED 2005/09/05 13:38:13 rt 1.14.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [391952e02c21c145a58d219a3d0983c9b44588a4]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:13 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc717c0a4b7c24c35de66cd5edc4626e6b55b8a6]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:41 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac841293846142eb62823d6916e1c2da431f4b5f]

        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>  [f11ce7d2330a2a70c5104741225fa3321ef7f4f9]

        INTEGRATION: CWS ooo19126 (1.20.692); FILE MERGED 2005/09/05 13:38:13 rt 1.20.692.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8114803528f0ea185f985eab1b2cc659c042f23c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:17:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d588fe1c549b922bb9310a1e1c5cefaa070f4fb]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:13 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a30131a4f8307be54e9f016f2c4e3e82c4cf1c8]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:41 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d88689fd76ca3e77d48ede8324989947c8cfd609]

        INTEGRATION: CWS ooo19126 (1.5.1424); FILE MERGED 2005/09/05 13:38:12 rt 1.5.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7bb6363a6d1dd6fe45d070e79d4b45af7634878]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 15:46:13 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7ab489608038c5acf85c3f04f5850a99325e27a4]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:41 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [124ff909078687274b48548d25074063abae2d48]

        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>  [7f8f6715ec1559e8fc3471c01798c90275fb8cc0]

        INTEGRATION: CWS ooo19126 (1.9.1250); FILE MERGED 2005/09/05 13:38:12 rt 1.9.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [027e769a48956bc895687f1b22cbecdadf67ba34]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:40 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [434c0e94669dac55dd2b40b7b713212537f50f9c]

        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>  [149a32015e36c5a11f8a0e59cb02b033255eca80]

        INTEGRATION: CWS ooo19126 (1.2.1424); FILE MERGED 2005/09/05 13:38:12 rt 1.2.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1f8784e281e9e844099491fd1429eec3c9743dc]

        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>  [56b21a3dc640907e7e949a2a01b4542518ea9148]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:40 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a5176039d8888a7fe30e33c710379ff1ea566a7]

        INTEGRATION: CWS ooo19126 (1.6.1250); FILE MERGED 2005/09/05 13:38:11 rt 1.6.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a16975587cc6f8f651fcbbdf7dad0bbcc17fb59]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:12 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb3c36812235af60ad59839eb97121407583e9fc]

        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>  [6850d32f364a04bf3a8e0d53834c3e7247849d46]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:05:40 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a59dc31ea29613ab8cfc6e385d279940929afbaa]

        INTEGRATION: CWS ooo19126 (1.17.410); FILE MERGED 2005/09/05 13:38:11 rt 1.17.410.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b8e75ce0a58fcc05404b4a1acc03910f369902b]

        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>  [a87eb41342e36e398f7fef93a34b8cfbabfad5d7]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:40 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee883098fcce1e9fe8905d5cd9f61adce84d944f]

        INTEGRATION: CWS ooo19126 (1.25.410); FILE MERGED 2005/09/05 13:38:11 rt 1.25.410.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [458d5e1a4be49dfbf7255b62d48550909c611ef9]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:12 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8d154c33432598d5b43f0325fc1ced0f6d9efee]

        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>  [20a9f83ccf9eef37f00c3692a11b083baa1ea9ee]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:39 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6839e7dda68817d84c2bbc37b1f64cb7f20eabc9]

        INTEGRATION: CWS ooo19126 (1.34.598); FILE MERGED 2005/09/05 13:38:10 rt 1.34.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f506b3a788b653447d236ee00f677d9feb7993c]

        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>  [88176bfb62c4341faf0d9c412ce211ee77d8b98f]

        INTEGRATION: CWS ooo19126 (1.49.438); FILE MERGED 2005/09/05 13:38:10 rt 1.49.438.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06b88d334c493b3f19cdc99a1c3af7eeb701875b]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:11 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03375fcf5dfdea4d799ab9c0d24a07b22cdbdd8d]

        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>  [e3cfa58d8a5149570e966f72201d9cc918496b69]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:39 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b046f73c303acf73b543b1f9af881b0f82eef032]

        INTEGRATION: CWS ooo19126 (1.6.1250); FILE MERGED 2005/09/05 13:38:10 rt 1.6.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a87a6a6d63719f3d127da95a19193dfcaeba65e]

        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>  [b1410980eb55dc03ff054333b4c0b657704f58b0]

        INTEGRATION: CWS ooo19126 (1.13.1250); FILE MERGED 2005/09/05 13:38:09 rt 1.13.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a43c66adefd07b9933a00b3b3be57f6d6fa7e60]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:11 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93017881615aeba0c0d809750bc02c3baafd61db]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:38 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f87e36beb8a7a2eb1826508d2c0fb1e7df7a21d7]

        INTEGRATION: CWS ooo19126 (1.8.578); FILE MERGED 2005/09/05 13:38:09 rt 1.8.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab86e2414b7a1127ab9ec632fcbb37d744bdc200]

        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>  [c8533b205df67a68c18cf4553c73c8481272ffe9]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:38 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c2ce14b9e68f4fb93cb390496251c7c0dc7e606]

        INTEGRATION: CWS ooo19126 (1.6.792); FILE MERGED 2005/09/05 13:38:08 rt 1.6.792.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [266917b3d2dcd63f76cb63dd7c9aae0c67cd63df]

        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>  [32789c27a0156e28f178e2ba3ed11888f6b1dfae]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:38 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b7d5e60d9900b40725539e0cf041f410adc236b]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:08 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e7d60f7bf62eb6eb68550767c236cfedfee6b7f]

        INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 15:46:10 rt 1.6.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75942867687fac03fcd99f001513f38052f0ef83]

        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>  [bbb414bff87ed1376dd16ffd342cb53f2907f35e]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:07 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9ccef25fd2fee59661dd584582848ff0b8e824a]

        INTEGRATION: CWS ooo19126 (1.8.20); FILE MERGED 2005/09/05 15:46:10 rt 1.8.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67c514c445452ba2d66cdbfe4fc0ca4b439fa2ef]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:37 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4891124b0b140dd6f9635548cbd2cf237cf7f2bc]

        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>  [86e4a0524828a2d43fdcf4bd610d950d3afdd962]

        INTEGRATION: CWS ooo19126 (1.13.460); FILE MERGED 2005/09/05 13:38:07 rt 1.13.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6308f9a466095f9cd71c8b581fad73c8da33fc4]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:10 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf46a90dfa38a19f96507375dbe111e700815ff7]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:05:37 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb0a7c356b8892dbd131f98d8b5335b4781de959]

        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>  [211904d8c3ae9e27cb29fc2b5bf977257c8c2d47]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:06 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c7981982eeb37bedf0da852a9a480b81a85606f]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:10 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8e57b1b69167b77d4057e3fe5b6ac9219d5b161]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:36 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a99c039b93336235440fa2bfbeb1d892d57668e]

        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>  [57914a35ab8d1925db260d5bc98e65907ad30eee]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 15:46:09 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf5b1be299dd0a335532cc072afad2b7719dbec4]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:36 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef59c9b2c84253f45a78efefae666ffa92e91d02]

        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>  [02150930752070b9697ccf572e3592ef0aea0884]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:09 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1110eff17684487443b52d4c9d74b1a5c1bde0a6]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:05:36 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65fa76f1a4fc763fc7e5f0231fc02fca744f117a]

        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>  [dd0a285b499988e0c907be9a033b3b8f18730e80]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:05:36 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b168bb57246d65dc9c62b813cf650b643712fdd]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:05 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [479e48803e2eb7837c889062d8dcffd544d36074]

        INTEGRATION: CWS ooo19126 (1.8.20); FILE MERGED 2005/09/05 15:46:08 rt 1.8.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [10c66042666584528c1dda73d217af04b84226e6]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:35 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8b0850930198ca29e8e3833adb84f32892458bad]

        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>  [2452fd18daac71223269ef0379e50b22136e077f]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:08 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2719ac68ce37c4ec217f406b68c5ba514936512]

        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>  [df0b7c1832d7b2b747cbb1086a3005931f202979]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:08 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ee99dea7196f5bf4fcad4c1d432465e07100162]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:04 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3c38b4f19425b6f2b80401024d9dbb51801325c]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:34 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecf82c0ac6cd333ce1984fa1a005f34f3f03da41]

        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>  [90a998e7634458354cc2ddd30a30d611888e6bc0]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 13:38:04 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [921fe46cb2cd2d4aa0fd64f6eb1cdaff280394cf]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:34 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e3be05d6a761191f7d773e431685f908c32e968]

        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>  [3257011ff1a16b16673a75e2f9bbbcaa46f0a04e]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 11:17:03 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ecec112bb396a82ed83ce0558f630b2ce4dfa70]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:46:07 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47ddcaddd1a7abcdbf0b1249cafa76152cd09122]

        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>  [8d7290940ef2384c917fadd7986bd9ce4b0cac7d]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:34 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9145990c35e58ed81bff80fde72dbe641b6dd119]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:17:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c897999f8a824c723f1680022ca32df253e0ea08]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:03 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f4cd196f2c11c9d67def3f56abc5f509fbe60314]

        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>  [ae10462429b508ecc4439623e675282ba26bd9fc]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:07 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [323c8d5c72c8588f1e9cecf4e01dee43be9880f7]

        INTEGRATION: CWS ooo19126 (1.11.560); FILE MERGED 2005/09/05 13:38:03 rt 1.11.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d69a38e9fb191d7ca5a0edc6da73e91bd476d0af]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:17:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2f7310ed99eb776a8c94dd0087888b8f24422df]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:46:07 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf5cbcee7ce02aafb80c76f5321252e67d6e488f]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:38:02 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85933152b0f46a24e5805813c36380c8667cd7f1]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:33 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24ba7643cd071c41999e5425ebcb58f09463b636]

        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>  [62b5b0155a40855165f370e84f92cbbb343bb0ac]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:17:00 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c73033496e3f0f12e701dbb2f8655e3c5a074838]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 15:46:07 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f477ed3e4c97d2bfa57924d00dfcd071a092369]

        INTEGRATION: CWS ooo19126 (1.29.56); FILE MERGED 2005/09/05 12:05:33 rt 1.29.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f43cfcf8d2e3b29464ebac3be7fc3c5cc773dcdf]

        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>  [d5d1d2fd6c5dc569a5f56d4f632f4d226a784962]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:16:58 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab4e35f7d2301999a24c2153e741bc8607b3f529]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:46:06 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05176e95ed6f0c6c27bc65ae9e4d97e58d76b87b]

        INTEGRATION: CWS ooo19126 (1.122.460); FILE MERGED 2005/09/05 13:38:00 rt 1.122.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85c50fae597e5b67fac18cd437a896030da20c06]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:32 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09828b16eeddd00a83c413e9ecad45809dbba327]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [371eb46fe725aa273d9f0c16024fbb5939faff4d]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 15:46:06 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [307c24f015a2cb2b4b75f2d1942a2c56e420da12]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:37:59 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20a641c3a6b9cbb9374555146eb68ace68e23966]

        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>  [74d3c49ab3a6e477086397f3d7a46972ac08a776]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 15:46:06 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c6534c4b1e76d6da3e495390ec9201d990e420a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9dd08a0297324ac800d82e4b16fbfe1e861b773]

        INTEGRATION: CWS ooo19126 (1.3.856); FILE MERGED 2005/09/05 13:37:58 rt 1.3.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba1e860f3e7e1d84b9a2954d7fd23d4f2b34c8fd]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 12:05:31 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [179b9533562753aebf865f54bd13c274c046df64]

        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>  [dbf2791b73b7bf225e064cbf1e927180912fe2ba]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:16:56 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99b398accde90a9ad1a4653c82b09908978f5e48]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 15:46:06 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4bca38bbe7dbddafb304964091f09f170ff13bc]

        INTEGRATION: CWS ooo19126 (1.10.1424); FILE MERGED 2005/09/05 13:37:57 rt 1.10.1424.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c1600da92605e23bb8a6e19cde6e67789d6920a]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 12:05:31 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c897fe93b431c83c58c5be233fc3b8d275c736e6]

        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>  [e50dd57d0275a8809f003271bbaa67d366f4bb2c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21c8b09dbed696b0550d2fd1c515e057292a211e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:37:57 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0c6dc6be799e97fa74afbca2fcbf6443a037221]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:31 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74370eeb84f1d02ece89dd6b188840ee76d2fbaa]

        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>  [a91d5d04f6bebc595eef82cdfa065d82c17b060b]

        INTEGRATION: CWS ooo19126 (1.10.6); FILE MERGED 2005/09/05 15:46:05 rt 1.10.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [49db1067182895978eb866c8ff034faa18c8124f]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 11:16:54 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bfed61b6ce6e30265e0187d7fd2dfe148e846a5]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:56 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cafd47442b56fbd4ca04852dc5f8d5252fa28e6]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:30 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73a55116bcc5bbffb27cb9ad30cf4f14b84ba570]

        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>  [2f0f946699c9671c43e19d12ff8f956d2172c062]

        INTEGRATION: CWS ooo19126 (1.8.6); FILE MERGED 2005/09/05 15:46:05 rt 1.8.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f706f030ab3b2eb9fb287ef796bb9a7c095935d]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:16:54 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [439cc31d22e63e4e11e364eb7bf68a62557fdfd7]

        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>  [8587c5ad27e15a3c6d1d24ca2f44db0b97d637f9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6af93cefdba09b9c1481258dcdc5413f489dfe24]

        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>  [563942762b10a0519aaf9726f5872874f574e141]

        INTEGRATION: CWS ooo19126 (1.8.6); FILE MERGED 2005/09/05 15:46:04 rt 1.8.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fbeb96733d74c170d616a58072306a1300c9789]

        INTEGRATION: CWS ooo19126 (1.8.90); FILE MERGED 2005/09/05 12:05:30 rt 1.8.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad791d4c2f569bd915a40e6437915b97715a5c86]

        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>  [8c477603319b65c54cd6c319c1b5a22efdaa3ebe]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:37:56 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [031903988021b5c75bb601b7b70aa027bfbdb908]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 15:46:04 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5039f6338b2650c1ebc34062f63584a2106b3b9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:52 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [821b610dccf6a059b616cbe3792132956bfeb788]

        INTEGRATION: CWS ooo19126 (1.7.378); FILE MERGED 2005/09/05 13:37:55 rt 1.7.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7db1c961f89b0a1d2ca998c4694614f339c93dbb]

        INTEGRATION: CWS ooo19126 (1.17.90); FILE MERGED 2005/09/05 12:05:29 rt 1.17.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [824dfbf0add7b92f18b103ab9bb6720b6ab34354]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:52 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7395bc46d92b0bd075b0086f701474721af848c3]

        INTEGRATION: CWS ooo19126 (1.29.90); FILE MERGED 2005/09/05 12:05:29 rt 1.29.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [944c59f4aa39066d006876a7d09913acdd7e1ad0]

        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>  [6011833a0d54b3d3e9325d8a6bdca23f1b4675db]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 15:46:03 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [592ed57c67fbf58b4f02ebbfa67dcf5cb03fcd0f]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 11:16:51 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [578a952d4c1f668b46158f5e2769592782d212d7]

        INTEGRATION: CWS ooo19126 (1.15.90); FILE MERGED 2005/09/05 12:05:29 rt 1.15.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19282d88f58a313bc96970470d0ba551e9a0ab78]

        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>  [218ed35ebccdd5a64e3b5dac62b6ac61ed7c6c66]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:51 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [785330579b7ccbe3f4127afc15c54489e603c7cf]

        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>  [71afe4880713c681ab93f18f0b7172ce0dfe05d3]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 15:46:03 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db675533f63329e942767e9ac344435853ce8ab4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:50 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [365753b78bd92ed9f56cb9facbbb44c522de53fb]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:49 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03da2136bc426dc8996f81bb5c98a16d8639d785]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 12:05:28 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2224def5d5a3997b3dd58a17835596f135314c19]

        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>  [d4c42a59884d8031e874a9aaf7da57b689277059]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 15:46:02 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c696008ff5dacfb496b7cbeafcf06a64529c26c7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77649d2b71139bc807379fe610b582fe1af57082]

        INTEGRATION: CWS ooo19126 (1.20.90); FILE MERGED 2005/09/05 12:05:28 rt 1.20.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bb9fb1ef0c5ae2e82324bab978a7e014230176a]

        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>  [ccb1124e860902ae723a26dfc07686e8426797b2]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:02 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2422488ed409d395562851500835aec148d25c50]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:16:48 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9984be7a7c57c53546ef4b0c6046e1ce4e1512c4]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 12:05:28 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [741b581842061ea2dec429bcf56b6a28befe6716]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:48 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f835dc21807401359ae36d5935da710aa7a07e8a]

        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>  [ff11a109f85a555f4a13e88bff3c64102f7537f8]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:46:01 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1e2aa789ff0ef617353252a930992a1590fbe69]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:16:48 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac65f55cdbe92f8d5027ea2638bce95e6944e405]

        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>  [e792e662c2192655e3f22ae119d50246f130d705]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:46:00 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a172eb5ccb1fd51ceb05471753e7abe68c931a9d]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:16:47 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b36089ee519def5be1047f32a3b8574f6a4ed6c4]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:28 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3351cf2f67c5068adcb5de97c395e045570fd5bd]

        INTEGRATION: CWS ooo19126 (1.14.580); FILE MERGED 2005/09/05 13:37:48 rt 1.14.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82ebafc0890dd1d61492513aa005da14ef00278e]

        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>  [ad702055576e765661513d928fb2531088adae8f]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:45:59 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [781635ccff91103165bdefcb498170c51959d3ad]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c548677280f620ffae0454a2b1ffbf71aee2daa]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:47 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b46a0cf8b5283314f7ca6b2568c24afc474e57ff]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 12:05:27 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f4ae3dfc66b5dd8fd2f0d3eb2b0542e9923ddf3]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:59 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34282344fbbf608bf5de6ffd92a77c2dbbef44d7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f7af4a7852806015173368382a3751030338903]

        INTEGRATION: CWS ooo19126 (1.7.226); FILE MERGED 2005/09/05 13:37:46 rt 1.7.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d67cc42d74fcf9e4baeec9a03c0be8587ed752f0]

        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>  [2578de361aa60fddc7e1bf9b61ae00902317671d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:44 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f6486fd4f0472e83c1c1670cab7c0a64e5f74af]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 12:05:27 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5ef6461750180d66fa5767c8e53e996313c5dc3]

        INTEGRATION: CWS ooo19126 (1.4.630); FILE MERGED 2005/09/05 13:37:46 rt 1.4.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [686c5e67de777354e5756462e1db2b7998e796b0]

        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>  [6a1aa3e68fa2701c75db31d06b69a78063bcf06b]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:58 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a7a3904ba08e9a43ada46d9e7f171e891574317d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1b144d1baf3f88e362a158404d03f7eeefede2f7]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:45 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ec3780b4aa6c648f8cbbffe424349b87b23600e]

        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>  [0a6a5df32c3a743576dc3c714ec9b24d2e8f9cb2]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:57 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48a2d4b35a97e97e57ee836c05cc650163c43526]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:16:43 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47b55b31ce1e0baabb41362bdebc46fd90f32a79]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:26 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18b583f70eda1d03e9845369d734c4ea41b48d56]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:56 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8d320905a2b8377b0c15043822df0a4f2766b16]

        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>  [54748abe3b2d6c780b4ef0249555368fc8e63135]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [866bb83311ab6cc9c096caccfb7ac5c291e60ece]

        INTEGRATION: CWS ooo19126 (1.10.90); FILE MERGED 2005/09/05 12:05:26 rt 1.10.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4dbeb35d7fc8808c380edad91a91863dfe2d0455]

        INTEGRATION: CWS ooo19126 (1.23.234); FILE MERGED 2005/09/05 13:37:45 rt 1.23.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd783fcae16fc7a190892961825ddf77fc5ae321]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:56 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e44caf2bb509f331a87ec72e697b6492f4f64e2a]

        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>  [7a7bdab6ddfb72295692fed08fdb944a41be9557]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:42 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aabb6806d9554f93be02b7236832bb33c9e31ed5]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:05:26 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08af9094fdeefb751914880eef2ff351f3dd3953]

        INTEGRATION: CWS ooo19126 (1.31.256); FILE MERGED 2005/09/05 13:37:44 rt 1.31.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b17e667032efb8fb83f63b5a4bb5da09b205048]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:55 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a16c63f4bb352e6103d8386bf0e441ed5ceb362]

        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>  [cf85730ae009a35326fee1384595a759dd32afd2]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 11:16:41 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [007628592c665912cec83e5085f79a9471b5fdd9]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:05:25 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea571391f9e27fccaacbd2dafc41591a1a6158eb]

        INTEGRATION: CWS ooo19126 (1.11.630); FILE MERGED 2005/09/05 13:37:44 rt 1.11.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0e35b7fc402abd5249b3e711f03fec7473754b9]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:55 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ced65dd8d11b20b7bb09cba98fabd3da58c70e24]

        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>  [4dde05390fdd712ec939ae236bfdd52f0381c3a8]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:16:41 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a36a85114aa54118c57a4a26ffd12fd310228f6]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 12:05:25 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [647c1bc0d7ea19f8f0409026014b5f5b99a76848]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:44 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [087e86c1a1ba171fbd7b80c1f34bc76baa0f4312]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:54 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b1157c533ff25446281607abe96aa4b3a404be0]

        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>  [89eec3489e74dd0f3f7d7fdbb3bff3546379cee7]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:37:43 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ebe5e6cc622b35d18e670a9e0322e66b9a67e12]

        INTEGRATION: CWS ooo19126 (1.10.90); FILE MERGED 2005/09/05 12:05:24 rt 1.10.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09541fae437b8b127b379931344d7de911fa2a56]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:16:39 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c6305486ec794d1358871b9309f20087dbb68441]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:37:43 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70563904f0eca206e080931fbc51055f9974ff79]

        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>  [3dd895193eecb885a90fbc384e608ffc4fde5029]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:53 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e9b5d094ddb67bbaa322cfd118469f52ee731b6]

        INTEGRATION: CWS ooo19126 (1.19.90); FILE MERGED 2005/09/05 12:05:24 rt 1.19.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc62c2dcd5ff9df97156564bf1d92d45c6b71ff6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0723e76d09e43dbd3c5a3f06318b673dae03d06c]

        INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 13:37:43 rt 1.5.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abc26b0b32c6ea4e6055773c1f9bb7c46ba9a251]

        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>  [f40491aa4f86b48235c73f7d59b4c51b4760dec3]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 15:45:53 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed52fff54867bb023cc59d646d7dae3fdac1b479]

        INTEGRATION: CWS ooo19126 (1.13.90); FILE MERGED 2005/09/05 12:05:23 rt 1.13.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8a1e31ffed7a650413452882610bba15b99f2d6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:39 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7768dc437b8765795ea11b2d0c074ece50aea4f2]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 13:37:42 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f5cde4d45d0df8fe6ca7a030cabf564caa07fbd6]

        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>  [51ecc4bf6c1224ef7828a08e7e9cb100d5c806d5]

        INTEGRATION: CWS ooo19126 (1.28.90); FILE MERGED 2005/09/05 12:05:23 rt 1.28.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f81f5798ccdf9e4756844454c910ae10c55bc226]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 11:16:38 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5ca1b621460bf2454307536e09a88f7ab65410c]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:42 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbed589dafebd902a5a43d7f53afd2b9267d6c55]

        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>  [678867311621ac653da3f894720e24191d48cfb0]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:23 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75d878b3dc47d1399da11bececc3b8bc939e492e]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:52 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f8bcc3ada91ca74ed91ac72314041bf089f66a8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81bd5ad57cdf9be44a40ecd510589f6b4726e2c2]

        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>  [6b94e6389bcfc8edb3709bb6aff2087dcb793a4c]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:16:37 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ea764be69b1a8c047a424c365c10141677cb659b]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:37:40 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06dd018dfcac2c6cf6a3ae446890c286a401b33e]

        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>  [39050576c10d7ac5376b25ac2873dccb0c748ec2]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 12:05:22 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [889f2b00255b09f857002c6cc1ee04c6e6cd0eac]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [48f8f8a207311d13e69b28b800d74e1714da04a7]

        INTEGRATION: CWS ooo19126 (1.7.406); FILE MERGED 2005/09/05 13:37:39 rt 1.7.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [909a64930a66fc256637813f0ce1102d58adf0d1]

        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>  [e8acf9e11d77536284d1a9fe440ec84a17c37132]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 12:05:21 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2dac40b614a827838b49a7b55a88f8aa1db6af9]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:51 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [da1ea8dcb2948f48fd8b33f3d3d1ad1d094cce98]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:37:39 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [860dd2d59fc0ad029b66b5ad3c174656540e787f]

        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>  [6587c18ab79f2ea007ffca8970b90fc15780d0e6]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 12:05:21 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f31466c375c2713b2dbafce1f9fe3c5a77c5c7f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbfdc35209964d69df55199c1c797b89bc0c1efc]

        INTEGRATION: CWS ooo19126 (1.14.460); FILE MERGED 2005/09/05 13:37:38 rt 1.14.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e785f34638cff7202d788077c0daa284c0e1c41e]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:50 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [25b5267fd69cf6b139d2082694f9dff66ba9224e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22b5f423d5aa39c9e53778bd950e43bea11d066e]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:37:37 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e73ec4e2c4ac5734227db5408c51f6604d43ffa8]

        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>  [3f07c0541520cbbbfd8af076f107d53f8e1e7976]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:05:20 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f51e087d681346732de560349c322a6441d0a05]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [09f19adb5fef7f7657286c54755228ae9ab03ee2]

        INTEGRATION: CWS ooo19126 (1.6.578); FILE MERGED 2005/09/05 13:37:04 rt 1.6.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef9d31fc0e14bd3fd07722bd19423906f0c0e0f4]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:05:20 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3aff5f85af83725663b03d89a125a0e02d86327]

        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>  [89c5b5743da0d3f166a325830e99f9856901c6e7]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:49 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef62eea426117de0dd9cb11dc136e7516fc0eaab]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31bbdb8a9a85fcf05f2de3f6474bff8a3aaf74b6]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:37:04 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6677faa013c75b8d90066374f8bcd228e18cbb8e]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:05:20 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f740c7c66c373ccda0bf2aa9566184d7565966f]

        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>  [9c9a1a8ee42f64f2a619279a05e159755a379518]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:32 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e22a98a7d21c79bcac6d7e6d4e804fb2a02e1782]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:49 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3bf75d53845f7f0fa300e5138f631c961c1b1740]

        INTEGRATION: CWS ooo19126 (1.3.702); FILE MERGED 2005/09/05 13:37:03 rt 1.3.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d23320fb6fbd7cdde6cef41f29655ed64508fec1]

        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>  [58706ec43090fda90e2d0a225d67179da49c3c27]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 12:05:20 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2c1f2b5f9762e74f95e86996a015849c86b3e23]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:48 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9904a43317d79229440c1785a20fa81a76f863f]

        INTEGRATION: CWS ooo19126 (1.46.94); FILE MERGED 2005/09/05 13:37:03 rt 1.46.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4eb434490cea0ba6f1d604f0f5f472694386ce0]

        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>  [ec31553fe8d60847c4a03413e146fa0d8789f293]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 12:05:20 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85769e5a7b9b284fe0851c8101b9fd2ae0de2a3d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b3986a469594e6bc2e1fa22c043a0fd021baf47]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:48 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73779a3086315870c6972162b83c8ace3f63220f]

        INTEGRATION: CWS ooo19126 (1.22.460); FILE MERGED 2005/09/05 13:37:02 rt 1.22.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb6dc6b585aa5529082442bb0a40671671a3903e]

        INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED 2005/09/05 12:05:19 rt 1.8.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbb65884d5c04e873e866d91580e6ac238a4c555]

        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>  [55f340c1691a961d981db5d7a4a8af42ea19c265]

        INTEGRATION: CWS ooo19126 (1.6.100); FILE MERGED 2005/09/05 11:16:31 rt 1.6.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca3fe8b0cc29498fa9d3baec83aa6610119c8e4f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:47 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37ed0195702f166479313344ee5a7319ae901503]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:37:01 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [146dc9ef8f8f3ea6904df2067dcfe8aa5040aaf5]

        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>  [4bf2ae289b0a332b2e872efd6a8986f598ac9dd1]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 12:05:19 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30b2df942a2634674abd885ade58d739d8c9d846]

        INTEGRATION: CWS ooo19126 (1.6.98); FILE MERGED 2005/09/05 11:16:30 rt 1.6.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [352f6013fb31f3cc7bc6d64b8de3739bdb8a35e3]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:47 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54a9ef920593e1659079db3390286e5aa2113f70]

        INTEGRATION: CWS ooo19126 (1.16.460); FILE MERGED 2005/09/05 13:37:01 rt 1.16.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de226c2db9c39c01b738f02d0f24a08307d8ce5c]

        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>  [df0ab392b7f52c0d6627bb637da9ee4f9e157fdf]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 12:05:19 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [62baf7d8285656e55a8e470c7ca9719875355068]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:16:30 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f3fd2dfaf14775fa5d790dca9a9dd38cfa99cd10]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:46 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4187cf497c07ccf1d40810448c60f54a94421783]

        INTEGRATION: CWS ooo19126 (1.16.598); FILE MERGED 2005/09/05 13:37:00 rt 1.16.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5750beb51c5b2d0b9d1820b8e00ce3aa53aa864b]

        INTEGRATION: CWS ooo19126 (1.11.24); FILE MERGED 2005/09/05 12:05:19 rt 1.11.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4963830fa428802309d730cea28719f5cf43c1a2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03fe0020843962ee4a588a475cb0848c7cb5239b]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:45 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06fd950f270dd49a47d598b6d8a837f867b328e3]

        INTEGRATION: CWS ooo19126 (1.12.600); FILE MERGED 2005/09/05 13:36:59 rt 1.12.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd98305333cf8adc06e0f9ba3518648d254b86c1]

        INTEGRATION: CWS ooo19126 (1.17.8); FILE MERGED 2005/09/05 12:05:18 rt 1.17.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdea21c2fee604700c9ff79e023e35af16d5f060]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [488fd4c05d1f02de319697cc967192a3ba48630b]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:45 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0405ff89d0a858c362f4d443657d3669d7010988]

        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>  [9d6712949c9006625d196b738368ec2d7916bf7a]

        INTEGRATION: CWS ooo19126 (1.3.1288); FILE MERGED 2005/09/05 13:36:59 rt 1.3.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4773d12b5eccfc7f3ead65a0b302b8964dd40c83]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45483b8a16cc13661894db429eac3645020292d0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:44 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4efa7606dbe0f7b4b2e434544e410b4d61f97ebe]

        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>  [f068602cab5c367a82ef4d74b6ad1715e91cd21a]

        INTEGRATION: CWS ooo19126 (1.8.600); FILE MERGED 2005/09/05 13:36:58 rt 1.8.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a636464c6c7ac760e58734a2c1b389e1cc71d908]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c9fe47ef39503b7b78a548f430b0db6f356394a]

        INTEGRATION: CWS ooo19126 (1.2.1288); FILE MERGED 2005/09/05 13:36:57 rt 1.2.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02f4a724621dd8379b27e96408387aac3dbd99d3]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 12:05:18 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7915ac21746cbc590f6682793d6ca912af0a8844]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 11:16:29 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89a808df26428fefb0598d4fa2d8bc4bb205bf4f]

        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>  [2a73ccbf8007625b681b0eb6f5bccb2859e845c3]

        INTEGRATION: CWS ooo19126 (1.9.1426); FILE MERGED 2005/09/05 13:36:57 rt 1.9.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb4d2f281b7af7ca72acf5369dee7f6e80d087f6]

        INTEGRATION: CWS ooo19126 (1.8.16); FILE MERGED 2005/09/05 12:05:17 rt 1.8.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8e3ef9c2719380a887724607be8b91ebdbd1051e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f485a437ae45636665c29b1b631e24d4c6c0e46]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:43 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70c1ece75877dfd1d7c59eb739f1dabfb50036b4]

        INTEGRATION: CWS ooo19126 (1.107.214); FILE MERGED 2005/09/05 13:36:56 rt 1.107.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e81a7ebcdd1e9b661f9685408cdd009026553c51]

        INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 12:05:17 rt 1.7.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [438e63b21d531aafc10f5aeffef77a5fefdbbcff]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 11:16:28 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bce07730b08d86618cfccd9e920aab136fc3e228]

        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>  [95ea4d320e213e84c1ed5fda85b11a01a1ff57c8]

        INTEGRATION: CWS ooo19126 (1.14.186); FILE MERGED 2005/09/05 13:36:56 rt 1.14.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [19837f730041633363ce29548de958382b4a77c7]

        INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 12:05:17 rt 1.11.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ec4d43ef3e458df52561dd13fd5d6ab2c98219b0]

        INTEGRATION: CWS ooo19126 (1.6.100); FILE MERGED 2005/09/05 11:16:27 rt 1.6.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [59eac943e8fc6e2a7848e02038634f918e4ffb74]

        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>  [19fedbb91b69ad1225080e7b02a9455ba245133d]

        INTEGRATION: CWS ooo19126 (1.37.186); FILE MERGED 2005/09/05 13:36:55 rt 1.37.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2dc92670c25c9973c83ae0f79ef9b176dd8ccd0]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 12:05:16 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f77203ed6e6ecc9a4b936963ceaa54a46bc4a1f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14ccb9febcc670ba090e274346acff2232491eea]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:42 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0ad8dfe1fb3c579157acc361e5819b8dd4ce6b4]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:16:26 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c57769164b4da5de39e29f2d74d38652af8f4d4e]

        INTEGRATION: CWS ooo19126 (1.9.1288); FILE MERGED 2005/09/05 13:36:55 rt 1.9.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69b88ebf31cffd2e36cbfe181b9a243ff1e747b5]

        INTEGRATION: CWS ooo19126 (1.22.24); FILE MERGED 2005/09/05 12:05:15 rt 1.22.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3a6c11891d23c3b636b507351aa33d912519177]

        INTEGRATION: CWS ooo19126 (1.15.630); FILE MERGED 2005/09/05 13:36:55 rt 1.15.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a6eb50eaad445776fa69288e60718443338eeb0e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbae702f882f9e8059b943b8053c14a57dfcb1b8]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 12:05:15 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d88d686fcce385519c2525ca75a2840927b6a41]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d9ff6c6eed4c4368651a06137b7d2f0bd0b9e9a]

        INTEGRATION: CWS ooo19126 (1.51.214); FILE MERGED 2005/09/05 13:36:54 rt 1.51.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fc832776900cbd03ad839b12d32e617459e2441]

        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>  [316fea2b42e85ab2dda83d5cc2c718253dc92d70]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 12:05:14 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [013498b2c3fca2343e24909c2d2bc25e0d0772d0]

        INTEGRATION: CWS ooo19126 (1.5.276); FILE MERGED 2005/09/05 13:36:54 rt 1.5.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [995742599faeed48b20cfa292ea06b893c29e64c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:24 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b2c4404c0e79dd938c92c3d975a9bcebcca7d18]

        INTEGRATION: CWS ooo19126 (1.10.6); FILE MERGED 2005/09/05 15:45:41 rt 1.10.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb877344745f10bc0bbf1fbb384d396eacd0ede6]

        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>  [01bb88fcf64dad3848cfae6c1edbe5ad0b1520cc]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 12:05:13 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9197f029f58d4e2c7a1c4a647676c591f0f3e9ae]

        INTEGRATION: CWS ooo19126 (1.7.1288); FILE MERGED 2005/09/05 13:36:54 rt 1.7.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [feff6f45a3862dc497d984006b5593ccee1c033d]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:45:41 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d8a9e27b8a4c91db48548b8ff9b188d96c09722]

        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>  [7474575ad91cfb8b0ab03a8774a77d20e67cb31d]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 12:05:13 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22b0dba2ce8543fe82ec1cc6510d07fbf486457e]

        INTEGRATION: CWS ooo19126 (1.18.600); FILE MERGED 2005/09/05 13:36:53 rt 1.18.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [915e1864a686edb2cc499f29d0291574184e2b4a]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 11:16:23 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56eacfedd35d91b174b3672b95947f6fca6ce24f]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:45:40 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60cd7a4f335bfa62c56ffa3ba8a9ae8bca47bdf7]

        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>  [0d85f85834d5ef9acee89e8bc105b25c4be526be]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 12:05:13 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d54ca25a5f7049347a07ce709adc62a6e65c80c9]

        INTEGRATION: CWS ooo19126 (1.15.630); FILE MERGED 2005/09/05 13:36:53 rt 1.15.630.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b712556ce5547305b7dabd2cc6bbbdb73c96e40]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 15:45:40 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c487755f1fba0b3bcfe9ae9241bfc73a762bd79b]

        INTEGRATION: CWS ooo19126 (1.6.4); FILE MERGED 2005/09/05 11:16:23 rt 1.6.4.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e2c05f9f63fdfcdd2f95527a8f431ea1591f802]

        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>  [4577a34140377d7e7020c66d876a6a8732de99f8]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 12:05:12 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32b08b097932577eed2b70d56ce3fba3fd857a42]

        INTEGRATION: CWS ooo19126 (1.2.1446); FILE MERGED 2005/09/05 13:36:53 rt 1.2.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db4437c5825c594a197d3c233cd749b9cc060ab7]

        INTEGRATION: CWS ooo19126 (1.7.40); FILE MERGED 2005/09/05 15:45:40 rt 1.7.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67faab17a1188e99e55cc5a2761f72f218df1da0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f78bf90f7f12c776298b65cb7dd4f3dae1147f1]

        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>  [e120d71c4b7e864c7c2cd55349ecfd89042d840d]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 12:05:12 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b82164bb8910c52d63f9ff256993e029697b0ef4]

        INTEGRATION: CWS ooo19126 (1.4.1288); FILE MERGED 2005/09/05 13:36:53 rt 1.4.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aca6dee9fc434f01cd11755b2867d70961cac69e]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 15:45:40 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [433e50cfe8224d6103d320a394a0ad7047850496]

        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>  [c4e0d2779a9d3c6ad391efd1c295bd07ed792b49]

        INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 12:05:12 rt 1.4.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad014809ea2251c9a04973c1814af7c3dab4baa1]

        INTEGRATION: CWS ooo19126 (1.13.234); FILE MERGED 2005/09/05 13:36:52 rt 1.13.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cb617794e618fb2aef55487a0d50a848d670547]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:39 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e97b18cfdb67b3b29f6d1ac8a8db086bed2a22e4]

        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>  [af5aa45c150d908d1d6c24c4033aea12902568e7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e336fb459b11aa730ec6aa4d4af9c8f9eb1a5fa0]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 12:05:11 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1399b4a31a2acc82bbe0f03e2d93268497c6f693]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:36:52 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84ea10b98f5a21b3404b6e9fd576da5c6e11a037]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:45:39 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac68d82c957c214afaccb36e759d7f7cc3875cc6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a00178f70264eb306bb013ebafbbe49c34a3d5e9]

        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>  [6d0356fb774c3c97895f7f06ffa092313789e13a]

        INTEGRATION: CWS ooo19126 (1.6.24); FILE MERGED 2005/09/05 12:05:11 rt 1.6.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce227f11a0e5170c3bb69ba94c8c4a259ae65150]

        INTEGRATION: CWS ooo19126 (1.4.594); FILE MERGED 2005/09/05 13:36:51 rt 1.4.594.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6b1a5b2b3026c9f50b6adad20ba1442104dd9f0]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:45:39 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82a9976e6060e469b4447241f4092155bd8258a5]

        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>  [037bd285abf14b65994c1215c2c28a906f955c7f]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 12:05:10 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0c38ab326993ec8d8aaa81bde1b456c8023d347b]

        INTEGRATION: CWS ooo19126 (1.14.598); FILE MERGED 2005/09/05 13:36:51 rt 1.14.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6bd51f03f2d19b02dd318e0a9149aae5155bf2c2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [997b2f6c6ec3367e4b4cdaa1f1c7bc672f6dee1d]

        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>  [77415f4a0d9b01abf4ac238a80b51ee03b8aca20]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 12:05:10 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c3f2309178ad282e5fd4ee580146f151fd7e877]

        INTEGRATION: CWS ooo19126 (1.1.1456); FILE MERGED 2005/09/05 13:36:51 rt 1.1.1456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [789fd578f9ecb892d341c36f6d9d27cdd53f3e09]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 15:45:38 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfdc7473528d8e093b91aebaf44b20b96cd472a3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d288f28d6674d2d0dbcfdfddcc391ac2de5aba7]

        INTEGRATION: CWS ooo19126 (1.10.8); FILE MERGED 2005/09/05 12:05:10 rt 1.10.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ed2080317b58d8cb6de546d0383ec4ed993a694]

        INTEGRATION: CWS ooo19126 (1.8.1288); FILE MERGED 2005/09/05 13:36:50 rt 1.8.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2088eada01e7c444370e77b78e77e67f76b80f64]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:19 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0aff5d0c4be8aad4cef4a751238ce0604b05bda]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 12:05:09 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb8b919688b39a3ef28299eab8ca3b7374a2c315]

        INTEGRATION: CWS ooo19126 (1.21.224); FILE MERGED 2005/09/05 13:36:50 rt 1.21.224.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99d501c944f792fb3fac8cc9e7a1e2e0400045b8]

        INTEGRATION: CWS ooo19126 (1.16.8); FILE MERGED 2005/09/05 12:05:09 rt 1.16.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e7e5f72a57f4291d083462f9e173cb232d871deb]

        INTEGRATION: CWS ooo19126 (1.2.1452); FILE MERGED 2005/09/05 13:36:50 rt 1.2.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a781c8ad80170646f110d33bc8a3c71f5651014e]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:45:38 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [42239d15393c19abd1a482de21f09433e83edebd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:18 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e702b64fc7f47c1afb51861e63b41a4c6f0733d]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 12:05:09 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cca07742d3b45afed0420867edeec11f025d1786]

        INTEGRATION: CWS ooo19126 (1.2.1452); FILE MERGED 2005/09/05 13:36:49 rt 1.2.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7adf0062c1091f0c76dffe66e118a19afb83906c]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:37 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4097eec4d2de19168d1bf2e02a208947b363cda7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d794763c3cc278763c76eafe80af2d439f5834a7]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 12:05:09 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dfc8c25a98d465830ef2ec1bafb04e6c87fc8c57]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:45:37 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4230cda2e895e548b5a184d2d9f0f9e58ef4b150]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:36:49 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20248952068557bf2a28580af816d882621cf2b4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2af9f0e355f42e601d7b081dd88b77df0d31ed3e]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 12:05:08 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ad792635f6918c830a26b2ead57b12e2f51a721]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:48 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44303fd1059e8e5d782e102b5fd70b6057064e11]

        INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGED 2005/09/05 12:05:08 rt 1.9.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af5fbe89d59456589b9c64dd2486221c11ca6e9a]

        INTEGRATION: CWS ooo19126 (1.5.720); FILE MERGED 2005/09/05 13:36:48 rt 1.5.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bd94602fedb2f19337336c22f6551c934169faa]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [029741ba52fa9b021b16ef071df65f2abe22fc54]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 12:05:08 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2d580a4909ba8eb215f5d23b7d52c7bc16f3dfb]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:45:36 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba0d3c4cb520478c72e48cbab145218b17ed5309]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:47 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [688fdce998cb18897e16c1b35853de92af4ad0eb]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:45:36 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35b88beca131f6decdd1a310c31da093cdec8673]

        INTEGRATION: CWS ooo19126 (1.8.1452); FILE MERGED 2005/09/05 13:36:47 rt 1.8.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [898ee07c2433546e2eb0793b57148b9e11d47e57]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8af55f4c4b6952c0bb27bdd5370c19820eca514e]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:45:36 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30a5e31755c569f93a61432f5b2c23e346c010bb]

        INTEGRATION: CWS ooo19126 (1.3.1422); FILE MERGED 2005/09/05 13:36:47 rt 1.3.1422.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08e63b2d2ec4903f408eb2e81f9595c3ae755326]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:14 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d94e42400e64d667d1a557317f4b6b8d1dd9ac52]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:36 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c51017fe253528f7ae7823156ee8c8769091e478]

        INTEGRATION: CWS ooo19126 (1.16.818); FILE MERGED 2005/09/05 13:36:46 rt 1.16.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [366f12ce1595a008a23cc3f55e899394292deb28]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93b74434cb95dbb49aad66285ff5c75a0218b38d]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 12:05:06 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c07b69f94eb550107b3520b0c09abda5a57af9a8]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:45:35 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd02eeaa09557b3588d9fe1557f0d2aaaf9680bd]

        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>  [88843098e9356064f1988b7203a08b52c455e98f]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:36:46 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ab9cbb3d1958de39baeba0f72a9e367ee5c0147]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:06 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f79fef89bcafc88aeaf4d323610e727f53c960b9]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:35 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4468a028f1711a7aa0e2da3b4de471fe5b59b28f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:45 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c048157b90c251eb53bcec7d8c920b58e77947f]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:05 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [706544c3e0d60404b9c8fe22be7309f0dbbe476e]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:45:34 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [841575ef015718cb95295c6c5c325e112eb67f1d]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:45:34 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [945920bdd2839fd20df41f7faa8ca9395bf8bd83]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:05 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [044c5b15ef3c05e2fd2395b3fec852fa0a160a9b]

        INTEGRATION: CWS ooo19126 (1.13.406); FILE MERGED 2005/09/05 13:36:45 rt 1.13.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e8140a9a27c0d8d55676992f2cada81cabc497c]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 12:05:05 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c729920567f84e6607d8fd1daa6f2aca98b37e53]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:45:34 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4303c492c2c431442e048b68aea15dd60b31686a]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:36:44 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4566941c2955ea7d86b765f2ed58409f6cb9122f]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 15:45:34 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b247c3cf9d190d5a95e29ca1f376f36058b4d9d5]

        INTEGRATION: CWS ooo19126 (1.6.64); FILE MERGED 2005/09/05 12:05:04 rt 1.6.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [abbaf833b0bc070c124bc76cfe9b87773ad8e844]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:45:33 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5c440fc15e4021da23ba0a6ca14fb7a16bb4928]

        INTEGRATION: CWS ooo19126 (1.7.406); FILE MERGED 2005/09/05 13:36:43 rt 1.7.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c78fd044e6594226b3b589d6dd5fd0cff6fb024]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:05:04 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a547ba0abe396528ce4c714e6bf3088a6f447af8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:43 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0b98331b1c675aca77c3ceb40752e8cd999e8c2]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:05:04 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe693cc760394525a16a686f28d98652a7dcafba]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:45:32 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [167dbbe22efa6abcf07f3c1e1340218e071a8ecc]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:36:42 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [402e3a95af812aa6ca3157bf7a86ff05fcfdebaf]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:05:03 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a78abf2f5e4565aacedd8d09f90b0618f48dd896]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:36:42 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7db188d246a73b1ab2458ffe2350f1e0f0ec3967]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:02 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ddd0c145c285e65a1db3ef85db40df6784f763c]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:36:42 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67d88c8f088bd3084e0cb2b5428a922e06a2a93b]

        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>  [a356dd1c99fe72b43fe7991bd7f617221eff0961]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:05:02 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bd6c2aa5bef28de1d7388072e4f6d4b7af73e8c]

        INTEGRATION: CWS ooo19126 (1.2.1450); FILE MERGED 2005/09/05 13:36:41 rt 1.2.1450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [293a660b0ac87dc301c3560d0620991f9e5fb744]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:32 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e3de02781768f4b2a01ce7117b9dcaea82827b88]

        INTEGRATION: CWS ooo19126 (1.7.580); FILE MERGED 2005/09/05 13:36:41 rt 1.7.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fdf03e23feb6c9ac1471595dbe58c1e681f4091]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:01 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [540db3acc4b0a2ae88bc6c811e37fb8130d86a16]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:31 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e6a8342c70771c82dfac0e9add3a017b3f7e6d56]

        INTEGRATION: CWS ooo19126 (1.1.1450); FILE MERGED 2005/09/05 13:36:41 rt 1.1.1450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5eb857e5f057bf2dc8bd2e6007a8df60aac8988c]

        INTEGRATION: CWS ooo19126 (1.8.6); FILE MERGED 2005/09/05 15:45:31 rt 1.8.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ae21491cb4c2ba8041e5b1ed569cf9631407345e]

        INTEGRATION: CWS ooo19126 (1.8.368); FILE MERGED 2005/09/05 13:36:40 rt 1.8.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d7340657b47199eec253ce0f5f254e4139d78ae]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:05:00 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2788b30c7b4d2238e0d61378edf7757accbd0a33]

        INTEGRATION: CWS ooo19126 (1.19.234); FILE MERGED 2005/09/05 13:36:40 rt 1.19.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d051744300c41f672535b755a52715e5e1e2db8]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:05:00 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4dd1ede5952285a48ca40147aacaad1330d7c387]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:45:30 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86bd2a94a94d3a7ffb8b4c9171c7769c02abe3af]

        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>  [34857a62f520ac1ca4b59ad1779e32f0507cef43]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:39 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [336a88f47ba627e2b16445bcb17c69f24895baa5]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:30 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78ec9acd38edaf1d22568731b27b5230b79ac601]

        INTEGRATION: CWS ooo19126 (1.9.94); FILE MERGED 2005/09/05 13:36:39 rt 1.9.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f9e7d6a7ac112e17b593d045bcd0fe915d88c749]

        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>  [fc199f658164834ae6f43c4af1a5da5b2af418fb]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:29 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82fa0891aa8a2bbb0d5dddd596c378cb889d23b2]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:04:59 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d01e0b67decc8c6bef2c6493695da3b122d14db]

        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>  [040956e0bb75ab195bf7670f1f61743a591e416d]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:28 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54d478887fa3e84fb6a37f00c6925393f553b255]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 13:36:38 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a425f856853de1ec9b4f0fd1b1e0e5b32180f3f]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:59 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3486c8f7b0d60597ab206fcd4d7a04dc61357c0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:27 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89ea86ea9ea0bb7c2c6db7fd86685d4db9488ab1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:38 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90ae6f64d3eab12d9bd6d3dfb0bc848eb813ab3f]

        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>  [9196cc9cd0f1b8bb6abeabf14e989588324a0f47]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:45:27 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a1da8865b2acf02b822bd3d4f044c51bc647ec1]

        INTEGRATION: CWS ooo19126 (1.9.378); FILE MERGED 2005/09/05 13:36:37 rt 1.9.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b8d0ee1bd90426e8eca3890742c2f2eb6c8d8f8c]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:45:26 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64d73d75811145df747920a850d581b6cc8239fd]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:58 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [780ea4f7cd3db7d1bbd723ed5ac309413b43ac09]

        INTEGRATION: CWS ooo19126 (1.3.1426); FILE MERGED 2005/09/05 13:36:36 rt 1.3.1426.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bc0d36f12c6f392fe8fe8c0f5fcd62d7c9bcd0e]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:26 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7e9c039896ea168a71ddb919197e7abb0ea374f]

        INTEGRATION: CWS ooo19126 (1.2.1254); FILE MERGED 2005/09/05 13:36:36 rt 1.2.1254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4422afc89a0e2bdc536970a484905ea6a7a3d5f6]

        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>  [28bcf53fa861ba5d19d2d6399634a85e095d7afd]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:26 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4d69de193456e8dcad49cf05c65f64b961afa8af]

        INTEGRATION: CWS ooo19126 (1.25.478); FILE MERGED 2005/09/05 13:36:36 rt 1.25.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88927ffa00921646d1dd4b7eb4d4a49531965667]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:04:58 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c55f77643d5b936a7710cf7d39d0cc74ef0b1d4d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:35 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fdf41f6d2e19053107fb098b76599c8045ec97e1]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:04:57 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5b728dc00bb2a5ebe9c72217b65298bddf6abc1]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:57 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e7ecd582bc78179a3d17e62b83ddc3deef418b1]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:25 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e927044fa727f10a520c2c7b480b6860c6f7c579]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:04:57 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed20ecbca5638b14c7425ba7fd13483caa512c39]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:45:25 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [746cc197a15f01fd7495a844759377c9ca77107d]

        INTEGRATION: CWS ooo19126 (1.2.1452); FILE MERGED 2005/09/05 13:36:34 rt 1.2.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca938676bbb6eb97e5406ae9404ccec61ab84ba2]

        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>  [88ee0d8174b20f6093573545b9ce736c5c8febd9]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 15:45:25 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93f0845ec38ca6153bd1475cc762aab09277aa5f]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 13:36:34 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8d67a6c54ab921b4fa99fe6d0556d6d9bf0467a1]

        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>  [26663f6b1cf22eeb11c48c2fc22a50f93329abb7]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:04:56 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76b9af574df0bd34cfed50f1b9632462353a5920]

        INTEGRATION: CWS ooo19126 (1.4.406); FILE MERGED 2005/09/05 13:36:33 rt 1.4.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9f3ed182a02b7dca215f476d35967e2cc390be5]

        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>  [bdf896775cdec461d5922fca6869dfc026f8bd4c]

        INTEGRATION: CWS ooo19126 (1.3.944); FILE MERGED 2005/09/05 13:36:33 rt 1.3.944.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [169f2929b93c2ddc6e465c09f493d5fd6f8ba7cc]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:45:24 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52268cf621d5f263dd64f7b3e89d4ef2801ba1fb]

        INTEGRATION: CWS ooo19126 (1.2.1456); FILE MERGED 2005/09/05 13:36:33 rt 1.2.1456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6b59884f018e3387cc02de16a1cd402c224058f]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:04:55 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f1502ef8d454302f90af8b45a8fe716c147571e6]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:24 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a9a4e3e030c45b3ae89214d69f4624b244337f5]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:36:32 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1e33199664fca1933f4b973e69043672b176b33]

        INTEGRATION: CWS ooo19126 (1.13.64); FILE MERGED 2005/09/05 12:04:54 rt 1.13.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f7456d06f712005036e3a0c38be653b10164dcb]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:24 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [821b93332f1bf99b86dc3dd1769b1bfe93953b6b]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 12:04:54 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f19ac76031a88aef891122f8ce7e55333bf7ec4b]

        INTEGRATION: CWS ooo19126 (1.2.1450); FILE MERGED 2005/09/05 13:36:32 rt 1.2.1450.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0429e4c55b35a37edc6cc5703e0ef566ffc9085]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:54 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2db96da9ee5bdca80376fbcb2a588b6cae01823]

        INTEGRATION: CWS ooo19126 (1.15.580); FILE MERGED 2005/09/05 13:36:32 rt 1.15.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e67b028e02444c98a0ae1f14435575b8464de7f]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:53 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6160f7445367e9590e122d4e49140e4d4ade3011]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 13:36:31 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16215bdb1c65866c02531f92625d02c09283a61c]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:45:23 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a0665b9400c2069d0a5132d1d4cfcb9693d5e6ee]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:36:31 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bb0347ee069944a4841e38b693bc923b4bef0dd]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:04:52 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8baba8d9208506f658a7cf12e5f50315232d1ad4]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:23 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afa96af478005ec1078b0f4fa4fd5abe73b1d85e]

        INTEGRATION: CWS ooo19126 (1.4.246); FILE MERGED 2005/09/05 13:36:31 rt 1.4.246.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cef02105be5d8ea0512e9193b89d62fef6b3a1e7]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:04:52 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb4a766a54146dab98a5bf07f78dd1971dfeb5ba]

        INTEGRATION: CWS ooo19126 (1.22.600); FILE MERGED 2005/09/05 13:36:30 rt 1.22.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64c7fc55ef6eb6f288ac6afcf2fb9950f03a1282]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:52 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [050213133d2b31a999e162e5b7fce4d1b17f9d95]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:45:23 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b6e628f6338dd39d2e92bdf7ee13cc4c2aba55b]

        INTEGRATION: CWS ooo19126 (1.5.386); FILE MERGED 2005/09/05 13:36:30 rt 1.5.386.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71c09633f61fa176dda2a0653896cc2d40001720]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 15:45:22 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3cc42918e83746cd229ea515ea9e56c7741d1fdd]

        INTEGRATION: CWS ooo19126 (1.8.580); FILE MERGED 2005/09/05 13:36:29 rt 1.8.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ac967d2fb20ec7044458c78ec7d5d44183fa1a7]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:51 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ca43e643b41877e156ff38854b6333c7dd30110]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:22 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f395133096b5e8cc34ef1bd4f0947b4efef80dcc]

        INTEGRATION: CWS ooo19126 (1.12.510); FILE MERGED 2005/09/05 13:36:29 rt 1.12.510.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c517bb8d38a58ce828e45f2f9571ca8c712d18d]

        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-09  Rüdiger Timm  <rt@openoffice.org>  [5b5f820bd1a707ccb9ebc33721bf39ab306c71b1]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 12:04:51 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0ccd6f6d8b16d124337d4f7e0a5679ed628e51a]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:22 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e3a44d8171f112b1b81050810c374e265d6458d]

        INTEGRATION: CWS ooo19126 (1.4.528); FILE MERGED 2005/09/05 13:36:29 rt 1.4.528.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [250ce4547c7a418c5052df4cf962e0b98f6b36ae]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 12:04:51 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cc2727d9c988b54b06044e93fd7b51d2e25ea647]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:28 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1346c7e8da6d4dc1816bfb8d80a1b86ddaf35f34]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:21 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [26149982150a89dfeecb9419454c3926c912d22b]

        INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 13:36:28 rt 1.2.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d8c0f97d6d33d5165d64114732fff42b8198e3b]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:21 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e743a96caf15d1880c82aa8c9528ff5dcdfff75]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 13:36:28 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e0c83e335859245f80453672b87dc3234ae00c0]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 12:04:50 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55d81e94110b670ac80fa634a77f1b7628b91e3f]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:07:36 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4cc75f1d25e872f0b83f8e0cf286f1c058a4cc85]

        INTEGRATION: CWS ooo19126 (1.2.1456); FILE MERGED 2005/09/05 13:36:27 rt 1.2.1456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3998a10323ce90adc5e54bf237fe2e93725334d1]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:04:50 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d6509a3d376bef52533790f549e5038bf258f7d6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.598); FILE MERGED 2005/09/05 13:07:33 rt 1.1.1.1.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2fe40c32527aaf78d358564e72ba0098dd8219a]

        INTEGRATION: CWS ooo19126 (1.28.368); FILE MERGED 2005/09/05 13:36:27 rt 1.28.368.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b9d653ce09d65b9d922039032a841290063ef99]

        INTEGRATION: CWS ooo19126 (1.10.64); FILE MERGED 2005/09/05 12:04:49 rt 1.10.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8f4f0e5dfbbc5113929e7e2bc91ab15f621f40b5]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:36:27 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cb194dbb36a09cb9b4cab8445f2ed8dc0cabf41a]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 12:04:48 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2ef1d4541690345ce1bd7ddaa5a87b5be1354997]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:45:21 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [295d23643f5115bc3b5c6408afaf54267fb7c2f1]

        INTEGRATION: CWS ooo19126 (1.97.38); FILE MERGED 2005/09/05 13:07:33 rt 1.97.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f9fb7981310db7495121038620ec4a4e9c2e63b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:27 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df0851754da6e06d640a927cdeb8763348cb4a5b]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 12:04:47 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [760e5a959dd1f16777d88382a4fee06824de65a7]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:45:20 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc6a957366e6850aca05324d2778fcc35f24e402]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:07:32 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e98c1145eb92e3188b65b93655193c29d6e5df3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:26 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [189538b3595f963fe1be3c2af88389f6f1ac64bd]

        INTEGRATION: CWS ooo19126 (1.9.64); FILE MERGED 2005/09/05 12:04:47 rt 1.9.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b18d33b3b2262f8cc46225ee8b2afb5cfe882e85]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:20 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e79607e00624de6c8679b715826c081faf6c2397]

        INTEGRATION: CWS ooo19126 (1.9.502); FILE MERGED 2005/09/05 13:07:32 rt 1.9.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c92ec742f51343efdf94a4c01cec893a9b37123b]

        INTEGRATION: CWS ooo19126 (1.9.126); FILE MERGED 2005/09/05 13:36:26 rt 1.9.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69a197f843fcd89a0f966e2104c2fbb7fdf8be91]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 12:04:47 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [699c6d1049a3c2650fb0ae5567b918882dcd1c7b]

        INTEGRATION: CWS ooo19126 (1.4.502); FILE MERGED 2005/09/05 13:07:31 rt 1.4.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bbd9a4c3048ba76966f59d23da0b74da2488c272]

        INTEGRATION: CWS ooo19126 (1.1.1456); FILE MERGED 2005/09/05 13:36:26 rt 1.1.1456.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a921a976b4dec331d51a3497653cbff277233f2b]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:04:46 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [08d48469b70dd0da2a2d241e220ec4add789a2f1]

        INTEGRATION: CWS ooo19126 (1.10.348); FILE MERGED 2005/09/05 13:07:31 rt 1.10.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31ae91e2a247ca4dd91353a7375364aabfbd2b30]

        INTEGRATION: CWS ooo19126 (1.5.582); FILE MERGED 2005/09/05 13:36:26 rt 1.5.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e5e11f9c62dc4c110233cd879fa4ff9811d722aa]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 12:04:45 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4fb5207b3ec65774a9a8c520ef5daaf991f8fb29]

        INTEGRATION: CWS ooo19126 (1.8.502); FILE MERGED 2005/09/05 13:07:30 rt 1.8.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7cb456192e9290b205e1c504387ff8229c80d182]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:25 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d79dd42045052172f4641f6902280c34110a7da]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:19 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e9df729f542623bbec9824828312e4344aa982a]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:07:29 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f90742463a066205acc6a737da5198d8806e48bd]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:36:25 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb9456d219ba59d2f2477d3246bda7a5718b5a6a]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 12:04:45 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d4266d3f65acbab55d3ddccd1ca781823d54809]

        INTEGRATION: CWS ooo19126 (1.5.348); FILE MERGED 2005/09/05 13:07:29 rt 1.5.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70f286a206e0c725d0e9c72c3754cefbf08e088d]

        INTEGRATION: CWS ooo19126 (1.2.884); FILE MERGED 2005/09/05 13:36:25 rt 1.2.884.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3a653029b630cf15dc3bb51771ff6ce5e520a38]

        INTEGRATION: CWS ooo19126 (1.6.502); FILE MERGED 2005/09/05 13:07:28 rt 1.6.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a219ccd3d3731f2de5fcc6f7cd327f6aa329d85b]

        INTEGRATION: CWS ooo19126 (1.8.186); FILE MERGED 2005/09/05 13:36:24 rt 1.8.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93acef293139012bc286da394aa701c8a0c224bf]

        INTEGRATION: CWS ooo19126 (1.10.72); FILE MERGED 2005/09/05 12:04:44 rt 1.10.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8ddc5f81b64eb1eb57ef7c5a4abbe80b2eb28c3]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 15:45:19 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [075e311624fc40c6716030fc3225fd172fb3943b]

        INTEGRATION: CWS ooo19126 (1.11.502); FILE MERGED 2005/09/05 13:07:28 rt 1.11.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e3c9ea93b54a345668fb09c75264a007e01ca29]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 12:04:44 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3daeed0ad64b08c3036d05304a03236ff99c0f50]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:18 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f8d36c20d653f5470ec32bb0f866fbcc423ee18]

        INTEGRATION: CWS ooo19126 (1.10.502); FILE MERGED 2005/09/05 13:07:27 rt 1.10.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [30f6a3e82806ebdcdbc6ea13cc8f336908d235b9]

        INTEGRATION: CWS ooo19126 (1.9.478); FILE MERGED 2005/09/05 13:36:24 rt 1.9.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b98413c65b542503f738524a33abbf8e5ede401]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:04:44 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d6814d7b23608e6e48c2eb8aa9f029f3693ed8d]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:07:27 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [101cb7d845e4a4b9cb92c3c8d542a1f6e4aa848f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:24 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [192ac10a2dbd160b6c2631974e3f88b833cc2f7b]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 12:04:44 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [669190627ceed5cca492c8dbfc391df145397894]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:17 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [332bb6c10026fcbe4d1689c7a7f0edbbe5bd1075]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:07:27 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5fd2c3444701cf033d969f2ffd76d9dac82f9d1]

        INTEGRATION: CWS ooo19126 (1.8.64); FILE MERGED 2005/09/05 12:04:43 rt 1.8.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [433192d107bf2bee0d2de2c412b88414397f18af]

        INTEGRATION: CWS ooo19126 (1.2.1444); FILE MERGED 2005/09/05 13:36:23 rt 1.2.1444.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b45508a99cc936efccf9dbc4a6630f15d3cd28a]

        INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 13:07:27 rt 1.7.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b41fe11358a8f5c7f7edd21487237865b43ba2bf]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 12:04:42 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d88dfbedf941dadeb2138ad4c4348f0d618739ee]

        INTEGRATION: CWS ooo19126 (1.5.1288); FILE MERGED 2005/09/05 13:36:23 rt 1.5.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [981a9912d922165e748656687c38a1ee812b4465]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:16 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e25c265e0fd2e6c4c9492ac6adcc4ae6d5923276]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:07:26 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9b9bd56823715c002330b76e3530fd2b965d1fb2]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:36:23 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ee156e0cce6e297a8d0d60bc668349ded7a1396]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:15 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de3266b7b92f1b343c4913804d55429f164a0efc]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:07:26 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4e80cc7d1daf7e887e09aedca28e9edfa94a810]

        INTEGRATION: CWS ooo19126 (1.12.226); FILE MERGED 2005/09/05 13:36:22 rt 1.12.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecfc5f98fc90da09dfdc42a39e0c8661c9032cac]

        INTEGRATION: CWS ooo19126 (1.6.42); FILE MERGED 2005/09/05 12:04:42 rt 1.6.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d435c75c1fd608ae2043f68b03118e01e7ab003b]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:07:25 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ebb175253342e48558bf1c9294c883516f125ba]

        INTEGRATION: CWS ooo19126 (1.12.306); FILE MERGED 2005/09/05 13:36:22 rt 1.12.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a71e2313e69184610619b9d9a9ced22e1e54555f]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:04:41 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [626d016713cef57d77dbfcbd85619b1aaa706124]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:14 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4f25ce50de9446d4cdb89ae453649762bd6a7a3]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:07:25 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [810d9d77da55bf01e7c40d4aac32238592709b35]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:22 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b76dda8b899227b2de5362aef6347d4fe4d66479]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:04:41 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c96cb35685e40582a1fa42ed94491e2fbd369f78]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:45:14 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94bacfc933949009809d116e481c3ea9c5c48a4c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:07:25 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53a60b0530a7ee356754448008360b540bf3a73b]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 13:36:21 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f5ab29c96f22f01b82a7e74a41a5e12d6178734]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 12:04:40 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03ae055a4d3f9a7f124241e6093e6c1bb98f20eb]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 15:45:13 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [17b207f4b995790bc1385aba5d63dc346177877a]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 13:07:24 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d031259658a953fd59b2c7c14e5484e283d9031]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 15:45:13 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8203d00de6c5f100a25555fd38ca81da82a51467]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:07:24 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4eeb8d1437b36244d7d46607bc159c257cbe6e5e]

        INTEGRATION: CWS ooo19126 (1.24.80); FILE MERGED 2005/09/05 13:36:21 rt 1.24.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8745fe09dcc69434b1b2031d5a71d602a56ed32]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:04:40 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb6ad611e4b404a6db473c16941bf98622049787]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 15:45:13 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e8b86d452d7ba31e03336dbeabcf482eaf100de6]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 13:07:23 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03a4d83815244e65a0a85b84e3144f19a2abdea7]

        INTEGRATION: CWS ooo19126 (1.12.276); FILE MERGED 2005/09/05 13:36:20 rt 1.12.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0481e2a4e6c26f205384c7f38135e080f9e82dc0]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:45:12 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66c7024fb7076b0232187ea9057494d2b728005c]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:07:23 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9682e1ac8f84ab77178994b5697b298e381bb66e]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 12:04:39 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8048b111c74b343f595db438e7b5c070f0a2be6e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:20 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5be480913f917524e6bbb3b888941e899c287bdf]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 15:45:12 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecab2a35aa001546946391da9421fb1d0266027c]

        INTEGRATION: CWS ooo19126 (1.7.24); FILE MERGED 2005/09/05 12:04:38 rt 1.7.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef82906501f03ab25399107ea01ac09727d45145]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 15:45:12 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f51503ff3211698f519bfbab2aee3fb0b8dc787f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:07:22 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb33c888f2aef65989321e596ab41c371304c111]

        INTEGRATION: CWS ooo19126 (1.37.74); FILE MERGED 2005/09/05 13:36:19 rt 1.37.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75c8ef1b3596f30ac6f318573ed5191df8c78157]

        INTEGRATION: CWS ooo19126 (1.8.20); FILE MERGED 2005/09/05 12:04:37 rt 1.8.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f76486e65a3d2f0f4457eac099c0636ccaf005ce]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:12 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a0dab318cc6b92afd3f04dd71f86ab93e49491d]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:07:21 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe2410c684cd36afa38c35be6057f47db7f51fa9]

        INTEGRATION: CWS ooo19126 (1.10.378); FILE MERGED 2005/09/05 13:36:19 rt 1.10.378.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ced2ee578e147299ab2263421ed4b61b169ff39]

        INTEGRATION: CWS ooo19126 (1.7.24); FILE MERGED 2005/09/05 12:04:37 rt 1.7.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [def816dcdddeeaf280ebe5d78850b2ba23c6b802]

        INTEGRATION: CWS ooo19126 (1.7.856); FILE MERGED 2005/09/05 13:36:19 rt 1.7.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [233cb2eda270681a1a1d97129e27e48d4466ed8f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:11 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [07a9d8d1ce710843029f9f4b06eb6b8a665c99c1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:07:20 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73d12fd034e67f4af15974e0eef5a2ec9db88276]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 12:04:37 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5790ebc1739bd09e92c26efdc36bb36f7907da27]

        INTEGRATION: CWS ooo19126 (1.2.1440); FILE MERGED 2005/09/05 13:36:18 rt 1.2.1440.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e8c2bda11fcf9ced20b07e539eafc41eaadb897]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 15:45:11 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13ad1eab889b4b772e0f5e4b6cd5345d938cbc5f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [680de07617783a49028c7b57b81a7f720a8969d4]

        INTEGRATION: CWS ooo19126 (1.9.24); FILE MERGED 2005/09/05 12:04:35 rt 1.9.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaeddc31c80277910f53f0ff64a28dff290826c2]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:36:18 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ddc63d224aae1ad1fab8ca0a2bfccb4f21836a7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3160ca4f30b835d673a57d4eb8922d4af5d1e62]

        INTEGRATION: CWS ooo19126 (1.15.94); FILE MERGED 2005/09/05 13:36:18 rt 1.15.94.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0449a0ac4b6b8d27092e882b3052b09ac8dfa009]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 12:04:35 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a11ef6fe187f57714d876033e18b069ac7dd39a]

        INTEGRATION: CWS ooo19126 (1.10.82); FILE MERGED 2005/09/05 13:36:17 rt 1.10.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c31bdd3517e737a6226c57d6700b06e5d017c8e]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 15:45:11 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e419878e10e0be2e5d1a3623441fc39d70ee80c3]

        INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 12:04:35 rt 1.6.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d60e74554d1bd490e1960052e6d90cc11fadec3a]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:36:17 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3790c7a0c0753edb038be5f046ac9856f56216cc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cab15a73076ec8fccb3f7386ce905e15a01c83f4]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 15:45:10 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf451ef83cf98c9e69bd409c52020e4fef8c4acf]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:04:34 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d303c222328bae6cede0aa03abd7d298914d1dfe]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:17 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65d0717182c256b071cf9052d9fef2e874bb89ee]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 15:45:10 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2843bb99e032b5315320ffe27c3906dba91bd988]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 12:04:34 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ca4b95f1127b3027cf654f5d6553854fe5df1f0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:10 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63221e4f746ca5148da05c3d95aa7f7e40ee21a3]

        INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 13:07:18 rt 1.5.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b86d49216e0eccbdd28b070b89b9ed7509c10c8c]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 12:04:34 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [545d15a514c5ac711539ac16bd587475fd57d43a]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:36:16 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8cf6ffae05e48524daa818ecbecb46f490b678c]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:09 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f529e4705887c81bf75dca8ab7f1336c1d0f2e96]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb6a388ead9be336c4550681112947975e75c6d2]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 12:04:33 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a13bd5be1e10c6c8b80deef7e21777272f5a479]

        INTEGRATION: CWS ooo19126 (1.2.732); FILE MERGED 2005/09/05 13:36:16 rt 1.2.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [76be0df422e4811873223a9641932e934058a5ed]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:09 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac0f50226994b84d36388bbc2c3dfade53fd742e]

        INTEGRATION: CWS ooo19126 (1.8.128); FILE MERGED 2005/09/05 13:07:17 rt 1.8.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eca2b26503ebd18f3ce0ffa9700905a5e8c03859]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:04:32 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f092f0a64f912ce3fcf7ceb8bbd898d30e4a069]

        INTEGRATION: CWS ooo19126 (1.23.226); FILE MERGED 2005/09/05 13:36:15 rt 1.23.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f33ac558a8f4414895d794368d593972ff58e4b]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:08 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5ee7ccd8e443fa1ec3bd88f781a3f5b79fe260b5]

        INTEGRATION: CWS ooo19126 (1.8.100); FILE MERGED 2005/09/05 13:07:16 rt 1.8.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d59ab6398246f34b1afc7251a3d78e65b8a296da]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:15 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a3b9451b3c0f541657578877d9227acbf6919d1]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:45:08 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [53bbb903211e275aedca390883ed7e350f50444e]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:04:32 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3c38c5d60a5ec8d4d3aa5626fe2446f176d7e407]

        INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGED 2005/09/05 13:07:16 rt 1.12.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23b73e258cddca43fd05a4f29aa3c57d1d0ad652]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:07 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e857034ada210faf6f7755cfa931ca2acd8c6908]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 12:04:32 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63a07033aa6f725ee7742960940b371569acaa94]

        INTEGRATION: CWS ooo19126 (1.19.38); FILE MERGED 2005/09/05 13:07:15 rt 1.19.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04e7cefda5e6492494e0f24d39c12c249b15c818]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 12:04:31 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ba8f78e3df47d0804e28268638c73a8c0c3c30b8]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:07:15 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b9fd59654ebc26e43b1f612f26f6bb0ffe44c4e]

        INTEGRATION: CWS ooo19126 (1.4.600); FILE MERGED 2005/09/05 13:36:14 rt 1.4.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [442eb83bdfd121a5b7cfb0c009803c9d71bcdbd5]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 12:04:31 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [574ff8d3deae163b05eb561df2f40188ac1d249d]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:07:15 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc46627eaffa512c22d42fa1844b973227facf77]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:36:14 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b590c8c6f70497602fa5e5707dd2521456b56e1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:14 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [69c068e28a580e5dd122df2f10b05b72ab9820a8]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 12:04:31 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7a236437cade537ef41af1633e35e3af51306436]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:45:06 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [75bfd20e0b3a72d944060df10f6c13fc1c3b70e0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:13 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fb342e42d1abed81865b68e9eb78e6927947ff69]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 13:07:14 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe8a332101f505d75841e3d92fc8722d8ec0ee29]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 12:04:31 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f60519145c871f04e3bf6f1c645f708f5959a786]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:45:06 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a4a615f54adb03213bbee89871fb867280a97b0]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 13:07:13 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bebb4230d406245627f435b1d1ed4c310200666]

        INTEGRATION: CWS ooo19126 (1.3.64); FILE MERGED 2005/09/05 12:04:30 rt 1.3.64.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f62b5cc500adae49cf946aeb90787c2df7b7f1eb]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:45:06 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c5eee14c630557323c75a05b48a69826070b53c]

        INTEGRATION: CWS ooo19126 (1.5.460); FILE MERGED 2005/09/05 13:36:13 rt 1.5.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7dca6fac140c5389a1ecc1a5d46fb7ae38ac7168]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:04:30 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6c3667fc7ee118e703a85b25a25417703d998acf]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 13:07:13 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d9ac7350167d2a34dc66461a63caeade3e6725d5]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:45:05 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9673606e218010f15b5dd5106f9ff3bfcf9b4aba]

        INTEGRATION: CWS ooo19126 (1.29.582); FILE MERGED 2005/09/05 13:36:12 rt 1.29.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3ed0f5e3677c691f48d887322283340b0a30797f]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 13:07:13 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [666d6e2d9f4e7604293c4b2412848cc3cee9c4b1]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 12:04:30 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b142334d2fb817bc612ee014994a1c4efcbc30c1]

        INTEGRATION: CWS ooo19126 (1.3.216); FILE MERGED 2005/09/05 13:36:12 rt 1.3.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [239cf7e3a5164f4bf08a98ae584c7601b081a907]

        INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 13:07:13 rt 1.4.122.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [700699e902f4bb871058e16618e6364ffef5aa12]

        INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED 2005/09/05 12:04:30 rt 1.8.24.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88f8f9ddc253b47872a08aa8df4a5cdc19b336b7]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:36:12 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b40221e1079987d5c6e370fd8a85e6834ac80f1]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 13:07:12 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a06aff22cf7e8fed9ccb39afc2fd4691b7e89850]

        INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 12:04:30 rt 1.5.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0985770f172925f88d4df1cb66f75a4e9eb2265d]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:45:05 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [72498af613c1a73d42eee80a2ae285cb78350980]

        INTEGRATION: CWS ooo19126 (1.27.160); FILE MERGED 2005/09/05 13:36:11 rt 1.27.160.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fde95d25971ffc2aacd24947f9cf6e6d01524d63]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:12 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7f0d5d64508b3be9b648108ed169ca1332e6ec53]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:04:29 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a1284acd317a3dca2f0ac83ef0027a17feb8024]

        INTEGRATION: CWS ooo19126 (1.8.406); FILE MERGED 2005/09/05 13:36:11 rt 1.8.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7e02940c8a9a09b1d407795484b83056f4b90ad6]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 15:45:05 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [02d34a36701784ef6a72340d4fbad33d587b6d2b]

        INTEGRATION: CWS ooo19126 (1.9.98); FILE MERGED 2005/09/05 13:07:12 rt 1.9.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de87c0635779501d5fe763e10d20210830055e6a]

        INTEGRATION: CWS ooo19126 (1.13.34); FILE MERGED 2005/09/05 12:04:29 rt 1.13.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e588ae51532f62ba112d8faa3529c2ed1665d0a3]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 13:36:11 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [df17f22fd9193dce89edcbecd066765e14db2318]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:45:04 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d0b36fc81e51c312907e8767fe4c411695d79a7]

        INTEGRATION: CWS ooo19126 (1.6.22); FILE MERGED 2005/09/05 12:04:28 rt 1.6.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f7fa8d382c8225fb163d769a3f3a3749e1f3b99]

        INTEGRATION: CWS ooo19126 (1.14.580); FILE MERGED 2005/09/05 13:36:10 rt 1.14.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2682edf6a3303d67fac20cb8f8660f2198dada6]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 12:04:28 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbbfb54c6cbe925840e68fe1c523de07d508ab07]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:36:10 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [981c2deed7b9e81b0bfafcde408cd3468f640975]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:45:04 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a470ca8f159eba2926b587d96265e99560d7b13]

        INTEGRATION: CWS ooo19126 (1.27.32); FILE MERGED 2005/09/05 13:07:11 rt 1.27.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a33dabb191df202a7f5237608526149b8313c79]

        INTEGRATION: CWS ooo19126 (1.9.42); FILE MERGED 2005/09/05 12:04:28 rt 1.9.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [948ee880410d8957da68208ecb2750e00d3ef7fd]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:36:10 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eda45a958a0dabd4edda23e192592cbc7174fbfc]

        INTEGRATION: CWS ooo19126 (1.8.106); FILE MERGED 2005/09/05 13:07:11 rt 1.8.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa55e403fbf1394445210fe590092923e232dc95]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 12:04:28 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aeabeac83a5b7d41cb16433f63ecf963df285f33]

        INTEGRATION: CWS ooo19126 (1.8.234); FILE MERGED 2005/09/05 13:36:09 rt 1.8.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ea3a55eabea71e191294e6779ca9d7940a748b7]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:45:04 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a320aa82f9369fc4a52e317853cd4884bb5ed4c]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 13:07:11 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [082aa0db18b23a06c075bb4f23553079ad318ce7]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 12:04:27 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [03e4aed900d3182bebb7aed325c38d39ac91fac2]

        INTEGRATION: CWS ooo19126 (1.5.856); FILE MERGED 2005/09/05 13:36:09 rt 1.5.856.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e9d891a6bf3169fef3dba368da352dc0d5a03b94]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:45:03 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f53609093a31eea7b330cb2cecacef88d7920650]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 12:04:26 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c567d95ff58bca4e20d09ab9d4d38e86436b2393]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 13:07:11 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab170a9e7b3c39cc47261352fe6270dc9e69d475]

        INTEGRATION: CWS ooo19126 (1.23.596); FILE MERGED 2005/09/05 13:36:09 rt 1.23.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6b080982d6d804db6a7a2d626b6dd237d76c12a]

        INTEGRATION: CWS ooo19126 (1.31.42); FILE MERGED 2005/09/05 12:04:26 rt 1.31.42.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e073392a6c7b3fff3fe08a25419fba74086354b1]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:45:03 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e15bc8fd67b28bccbb39f1ecfde73089b667e600]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 13:07:10 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db586720f5f5710bfc70750e6dd56d31a7cc60b8]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 12:04:25 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52a4a94351c22b8489d068d35f8e93deeb5ea057]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 13:36:09 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [efed132f5174ca42d92d97dde430c35b2c12322a]

        INTEGRATION: CWS ooo19126 (1.3.100); FILE MERGED 2005/09/05 13:07:10 rt 1.3.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ee7dd910e4d04db086d33a1e7ea053004ce09168]

        INTEGRATION: CWS ooo19126 (1.12.20); FILE MERGED 2005/09/05 12:04:25 rt 1.12.20.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [931dce7ff31c7c7fc0163bf04875d7d9ebfaa807]

        INTEGRATION: CWS ooo19126 (1.7.406); FILE MERGED 2005/09/05 13:36:08 rt 1.7.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c41b9ce2bb543125347292ebc5efbb9d19cfa17]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 13:07:10 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a3a0fe3298f6cf634aaa14635f635cfebc52720]

        INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED 2005/09/05 12:04:24 rt 1.1.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93e49184a77518ef4cece75827cacc929b36a47b]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:36:08 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c9e39473c20abda7092a409177dc634509ece5e4]

        INTEGRATION: CWS ooo19126 (1.12.32); FILE MERGED 2005/09/05 13:07:10 rt 1.12.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70dbdebe67586a8ef79030679139107851a15399]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:45:02 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af44911fc8df3d14482a676939a0e48b7c6f206d]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 13:07:09 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67bdf3fc23d8c272f610321596816344fbfb5996]

        INTEGRATION: CWS ooo19126 (1.10.16); FILE MERGED 2005/09/05 12:04:22 rt 1.10.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed48b136a887de20f31f6f0fe8150a42cf5d052f]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:36:07 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e788fc3fd313dc11021ab82b49a075100f38ee8f]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 15:45:02 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbc85aacef12be5c3a1ed40462369fbc736a2933]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:07:09 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c88d0f3e9046f8fbe8046864319dc2a755077801]

        INTEGRATION: CWS ooo19126 (1.4.406); FILE MERGED 2005/09/05 13:36:07 rt 1.4.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31eafa785bc54afe7a35834a97ee3017f572b382]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:07:08 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [db8ee3bcbd040e2b1949d90f5b534488c5557b38]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:36:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f2b178b294bfc73bfa6c9f168cb2228ad0a69fef]

        INTEGRATION: CWS ooo19126 (1.10.406); FILE MERGED 2005/09/05 13:36:07 rt 1.10.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7ced789e2c8d1ff062a980149cad09ffcfb392a]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:45:01 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55d9d540d4a1a8881cf841e2197897fa75dbc4fc]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 13:07:07 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb75f3d9e4eab1fdf1040644ae3326f6d277071b]

        INTEGRATION: CWS ooo19126 (1.23.100); FILE MERGED 2005/09/05 17:49:27 rt 1.23.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2de051d7d7f83934ce67948f2000e86825ce0690]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:07:06 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23dafe1935f4d35e69715e440791feaeec87f68e]

        INTEGRATION: CWS ooo19126 (1.9.406); FILE MERGED 2005/09/05 13:36:06 rt 1.9.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af33aecb779633ed33710d6a243c25d1366c56d3]

        INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 17:49:27 rt 1.2.546.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2b165d394edac6a1067a658b8ef8de373af589b]

        INTEGRATION: CWS ooo19126 (1.7.392); FILE MERGED 2005/09/05 17:49:26 rt 1.7.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b950cb4a6c905f838c63f014bf00d90f8832124e]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 13:07:05 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [904a3d1fb2c2fbca8d68f80414e266b9fd4c48fd]

        INTEGRATION: CWS ooo19126 (1.8.406); FILE MERGED 2005/09/05 13:36:06 rt 1.8.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e3810bc987d5cc3d54812c522b829f9f9326ba0]

        INTEGRATION: CWS ooo19126 (1.5.388); FILE MERGED 2005/09/05 17:49:26 rt 1.5.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0df7f8d11fddf4a3e136b136a5fbe1b8d18888d]

        INTEGRATION: CWS ooo19126 (1.13.44); FILE MERGED 2005/09/05 13:07:04 rt 1.13.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7870cc05398ca614c09053f0b1837d6ba2b05f4]

        INTEGRATION: CWS ooo19126 (1.6.124); FILE MERGED 2005/09/05 13:36:05 rt 1.6.124.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [607aaa97e5fbc663f586167f2b234a5512c96bcc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:07:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [638d9de6fa6e6a3a6f7d5791aa9cf86268c17c07]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:36:05 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85bcf8efd589341fd6a43463fe117b6f05683204]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:45:00 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0f2ec793d9cf68a61b3516dfb7cee19b2aba293d]

        INTEGRATION: CWS ooo19126 (1.10.60); FILE MERGED 2005/09/05 17:49:25 rt 1.10.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05bf294c38574cf3d3eadff646bf802904fd703f]

        INTEGRATION: CWS ooo19126 (1.13.126); FILE MERGED 2005/09/05 13:07:04 rt 1.13.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac0f1ddd21476aae4d7af245ca69415329df8d8c]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:36:05 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dcf8b50584afc2dd9105f9a8203742ce016ca57c]

        INTEGRATION: CWS ooo19126 (1.5.388); FILE MERGED 2005/09/05 17:49:24 rt 1.5.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4a2ae45c6d4910e15223524f485d8df70400249f]

        INTEGRATION: CWS ooo19126 (1.9.406); FILE MERGED 2005/09/05 13:36:05 rt 1.9.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4444935d0d86e5d8fda5555ba2fcd892efb644eb]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 13:07:03 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c7016716a33c59204abf9d724d57fa41b75028c1]

        INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 17:49:24 rt 1.7.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94829628efc2fdf78fc961d32444790fd58d0647]

        INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 13:07:03 rt 1.10.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6781a87de9d4a5c420769762dfc0bfa4e95a1cbb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:36:04 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e285cb39ab507640d0b6c6c5cc8d22150ab54ca4]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:23 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bde99b03c53302870da73c0e0a75476c5e270d7f]

        INTEGRATION: CWS ooo19126 (1.4.190); FILE MERGED 2005/09/05 13:07:03 rt 1.4.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54044d3c9115436ae3dada3b24ae50ba46e867bf]

        INTEGRATION: CWS ooo19126 (1.10.406); FILE MERGED 2005/09/05 13:36:04 rt 1.10.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [116fde1a55ecd5fd61f989dd126ea9a2c1652833]

        INTEGRATION: CWS ooo19126 (1.13.238); FILE MERGED 2005/09/05 17:49:23 rt 1.13.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecb8608aa9f98ac4ceb6bdc0e5130429aa0b8f73]

        INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGED 2005/09/05 15:44:59 rt 1.5.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [950a6690b6bf2638d875f2d4c60110123b01e08f]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:36:04 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0a6c3321c13de57c4d48683e1ba27f30b9084f8]

        INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 13:07:03 rt 1.7.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af31a76c4316744e3082ed1f3912fe668f6c5ac0]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 17:49:23 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b01ad4495be05456da340de52b333131c83cf75b]

        INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGED 2005/09/05 15:44:58 rt 1.5.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [44a87b0ac28489586d32edb1f0db9305e50acefc]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:36:03 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91a2d991c32602739bec2883a5bdf769897cb09b]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:07:02 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0a4a933c6037e135455aeba625c9b4e8282c87b]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 13:36:03 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f45b1654314c7634b874f5de079a63d44b3e715]

        INTEGRATION: CWS ooo19126 (1.3.586); FILE MERGED 2005/09/05 13:07:02 rt 1.3.586.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d59f937e5e77cea2e94142682a27756aff3248b5]

        INTEGRATION: CWS ooo19126 (1.3.392); FILE MERGED 2005/09/05 17:49:22 rt 1.3.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3c8bafa7cb21d42f518fa35b9a0585238b6b015]

        INTEGRATION: CWS ooo19126 (1.6.348); FILE MERGED 2005/09/05 13:07:01 rt 1.6.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [52c3a3a796ce108a6f927272590cbee0a4f05db9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:36:03 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bccb1261a9a102e68a942f05a76aa29bb8cb096]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:49:22 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a8bd8290d82bb459d2c999ca17bd573c579c2b5]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:44:57 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65cd5494b96ba5b815c7b7109f076bbaa7e3ecea]

        INTEGRATION: CWS ooo19126 (1.1.586); FILE MERGED 2005/09/05 13:07:01 rt 1.1.586.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dc066b073ecb7b5ecd89afd48a1580feef189672]

        INTEGRATION: CWS ooo19126 (1.7.406); FILE MERGED 2005/09/05 13:36:02 rt 1.7.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34db87ab31118dd653659d04f83d3cc9c0c38369]

        INTEGRATION: CWS ooo19126 (1.16.60); FILE MERGED 2005/09/05 17:49:22 rt 1.16.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [518a4cbfc88c3411766141b50427ef79ad54389d]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:57 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c082b8e69c3d657992690f164f126cb728d2043]

        INTEGRATION: CWS ooo19126 (1.1.588); FILE MERGED 2005/09/05 13:07:01 rt 1.1.588.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66c9260c72cdcc189539661e52e0bb5ccdd0800e]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 13:36:02 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddbde9b2eccbd7ba4a2b01c80392267403081736]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 17:49:21 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d6974133ee29600e43de7fb89cba69b231bbb77]

        INTEGRATION: CWS ooo19126 (1.5.406); FILE MERGED 2005/09/05 13:36:02 rt 1.5.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e249114c7541d1f101b44b595e9581e199d9ac1f]

        INTEGRATION: CWS ooo19126 (1.3.586); FILE MERGED 2005/09/05 13:07:00 rt 1.3.586.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [036e86df9a1095d1d7f74feae1debe330eff187b]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 17:49:21 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1e331c2abe8331c1a36fcb40213a7a49b30aa054]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:56 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5f79c8e90e81c508592fc69916968c812c91553e]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:36:01 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad09aab4b3b8f3d8fafe61251a85b8fb4663cfb3]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:06:59 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [691d9ecc8caff36019d9cee00c500fc83668ebc4]

        INTEGRATION: CWS ooo19126 (1.3.238); FILE MERGED 2005/09/05 17:49:21 rt 1.3.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9e1c2a640242e7e0e5a2513e3c740b50f1543df1]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:44:56 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a72ceabcd69378bed04d04bf2243806f50086f52]

        INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 13:06:59 rt 1.3.336.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3106a0d300888ca0f320a52e12788ec0395ee6a6]

        INTEGRATION: CWS ooo19126 (1.8.406); FILE MERGED 2005/09/05 13:36:01 rt 1.8.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5800aa6bfa2e695536628760f42b79aed1c45a07]

        INTEGRATION: CWS ooo19126 (1.3.406); FILE MERGED 2005/09/05 17:49:21 rt 1.3.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f3d075d991d84d8ec7238bd71332e407ba4bd27]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:55 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbebf8e86ef834a2e3d2060b95a889033625f700]

        INTEGRATION: CWS ooo19126 (1.7.406); FILE MERGED 2005/09/05 13:36:01 rt 1.7.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [46d79e016f82026c847459e88d506823e12c2c62]

        INTEGRATION: CWS ooo19126 (1.1.588); FILE MERGED 2005/09/05 13:06:58 rt 1.1.588.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1522f25f2dd9e5c87eaf8e606e3b341dd1104acc]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:44:54 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94f77fc3941ea2f76ada309a4e56bc4b68ac352a]

        INTEGRATION: CWS ooo19126 (1.8.406); FILE MERGED 2005/09/05 13:36:00 rt 1.8.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [32cf6b6440ab18b4f390e0cec4cc57c436fbc08f]

        INTEGRATION: CWS ooo19126 (1.4.586); FILE MERGED 2005/09/05 13:06:58 rt 1.4.586.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed33a057efc5b2d5a954cdc6723a3b92447d3720]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:49:20 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff1b71ad58b266be1af2fb7717acfa3a8650ee3a]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:54 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5ef45c616621a23395251daf28539b9fcb84be4]

        INTEGRATION: CWS ooo19126 (1.11.180); FILE MERGED 2005/09/05 13:06:56 rt 1.11.180.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fc0cd58ddba59cba95762244dbabb2b02b5a627]

        INTEGRATION: CWS ooo19126 (1.2.936); FILE MERGED 2005/09/05 13:36:00 rt 1.2.936.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [54b1fa07425e00f78cd74a431c33187f0cdebc35]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:53 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d16b06be2b3cfb6ca0c1ef42f388da9db1aa27c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:36:00 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2e697316ec8d0873ab1b8df3f5dbde7181b81820]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:44:53 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac7bc919f689aaa149c6a3ede2dceb8e88eeb853]

        INTEGRATION: CWS ooo19126 (1.2.490); FILE MERGED 2005/09/05 17:49:19 rt 1.2.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [baba3ca2fad09ad3104c4d0486e2467bdd7a21d7]

        INTEGRATION: CWS ooo19126 (1.10.170); FILE MERGED 2005/09/05 13:06:55 rt 1.10.170.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [71045523bb76d385052242f8229982092aaffec0]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:35:59 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6fdc0c5d9b55f1128ba67add463c0655defb5fa7]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:52 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8286b851da3404de18a8af7c699f840e53691ff]

        INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 17:49:19 rt 1.4.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b26b5aa1bb7caf661aeb30184e6b7ba852bede17]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:35:59 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3e07b39e103c17fc40d756e600c4f6915967fb44]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 13:06:55 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a69a51453fd4fa1a02626e7dd8897708d2d5450]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:52 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b12bbf0b45a41504fc2a54f43fb46776385f234]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:18 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cecfb36c9825652b30e8790e85efd291359b8165]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 13:35:59 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e0fde7d5283e4aa160279c7182bd5d27cead206]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:44:52 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [828b7dbf298c3d1485a6a94d7cd027325a2e9fe7]

        INTEGRATION: CWS ooo19126 (1.3.1288); FILE MERGED 2005/09/05 13:35:58 rt 1.3.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [56f102777e2460ddacf991a21a9c9ad8c6a6cbf7]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:51 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [658f38a0695951cfe67660a0551fb0af1f87660c]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:49:18 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [490bc46a67e62a91e7505623845ba8126f7f3797]

        INTEGRATION: CWS ooo19126 (1.10.582); FILE MERGED 2005/09/05 13:35:58 rt 1.10.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01e8182e297b44542fe92dd73840dec57286afab]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 13:06:54 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cd0a9fa4c4455ea84b1aaa3e3127f2c54832feb]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:44:51 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0686764db157f6f16fb74d54801ae33dee6e668]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 17:49:17 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79c297120f3521b5d39e9776d7c140f939998c38]

        INTEGRATION: CWS ooo19126 (1.51.274); FILE MERGED 2005/09/05 13:35:58 rt 1.51.274.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55157225f5109413b6539dbb92d8c964c8d000be]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:06:54 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd54494d05dc53b7958f5fdf80290ba6878a8cd4]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:51 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d16df94c24cf79891ec10d3971ac901b8599b6ae]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:17 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58420c8dc2dc3868bffb54e8252a9712062b0e2f]

        INTEGRATION: CWS ooo19126 (1.10.308); FILE MERGED 2005/09/05 13:06:54 rt 1.10.308.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18f626d43353c4aad76efc5910b3d1a29514efca]

        INTEGRATION: CWS ooo19126 (1.7.126); FILE MERGED 2005/09/05 13:35:57 rt 1.7.126.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [014b1f85e9cc731e0fab31a0c04d7bbe4571bd7d]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:44:50 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3437526f10ce8c47cbab62d5a9f00e3e1c5c793]

        INTEGRATION: CWS ooo19126 (1.6.216); FILE MERGED 2005/09/05 17:49:17 rt 1.6.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5fff10aa6ea186e7371069920bb8852d53f1f6f]

        INTEGRATION: CWS ooo19126 (1.6.502); FILE MERGED 2005/09/05 13:06:53 rt 1.6.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [271c59b600a57b453ec052e875c619c8d825d04d]

        INTEGRATION: CWS ooo19126 (1.6.600); FILE MERGED 2005/09/05 13:35:57 rt 1.6.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9bd2b063d15942adc8759aa8ba95586c734c7c27]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:50 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [578936ec913093540f3ef84dfd05a18571301e3d]

        INTEGRATION: CWS ooo19126 (1.6.288); FILE MERGED 2005/09/05 17:49:16 rt 1.6.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a2e094ab38cf5dbf6dc7f1b7923bb03e0f9d105]

        INTEGRATION: CWS ooo19126 (1.20.152); FILE MERGED 2005/09/05 13:06:53 rt 1.20.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [401cf154deff634ebd8c2c75470a4603622f3381]

        INTEGRATION: CWS ooo19126 (1.6.580); FILE MERGED 2005/09/05 13:35:57 rt 1.6.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b24de8cbeffbd6e5bf4710a31fe2b62532457f7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:35:56 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [527e4fbe1c037cb0df9f544454940ec324ba2b62]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:44:50 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [006b38c1b0753ea9149feb126741bb03f92adcd8]

        INTEGRATION: CWS ooo19126 (1.2.558); FILE MERGED 2005/09/05 17:49:16 rt 1.2.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9030d73c6ea9641b0e76e33488a1ff4ee8d3f02c]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:35:56 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b48732b7a6ed8996bcf5c3fe456801780aede9b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:49 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b2b3560d93ef184bf3699de73bbc89b5dfc6eff0]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:35:56 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c35b79b6b22cb0cd1eae4120c1d85e4c22dee3aa]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:44:49 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d7afad9cd6752e2f080746a3dfebe45cdd3c90c]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:49:15 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99bac09b95eab7c568bdb5289be1a768102dd57e]

        INTEGRATION: CWS ooo19126 (1.46.216); FILE MERGED 2005/09/05 13:35:55 rt 1.46.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f05100979df4046cdaac6e89e90deae5d841450]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 13:06:51 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6320152a26c4d6a36ac89318c1cbd14ccfd30dc1]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:15 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0557357f65830ec50540bfb8e00349a3e7eea1b7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:35:55 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [742de49c5f95f4071fe6b7be7da0e630871d8a60]

        INTEGRATION: CWS ooo19126 (1.7.388); FILE MERGED 2005/09/05 17:49:15 rt 1.7.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c129c01f4e651104c0d8ab67425613bc0093e5d2]

        INTEGRATION: CWS ooo19126 (1.85.38); FILE MERGED 2005/09/05 13:06:50 rt 1.85.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93ce158bd949a82335812c3cd5293fb137cd3156]

        INTEGRATION: CWS ooo19126 (1.2.358); FILE MERGED 2005/09/05 13:35:55 rt 1.2.358.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [917bab075061c4d43377e2a5105813c65e5deafb]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:44:49 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1babe57ed1db86d54dc91f8cd225cd8b18c5e4ba]

        INTEGRATION: CWS ooo19126 (1.9.302); FILE MERGED 2005/09/05 17:49:14 rt 1.9.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ccac1b53291cbefa4a0de9b6ac3af2941cdb557]

        INTEGRATION: CWS ooo19126 (1.1.1452); FILE MERGED 2005/09/05 13:35:54 rt 1.1.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0d4ab78b3fa1eba0ec3a4ef9eaea26bfcd54c2c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:48 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74586f8a2bf353d8306eb83d148592ec67e3e424]

        INTEGRATION: CWS ooo19126 (1.3.1288); FILE MERGED 2005/09/05 13:35:54 rt 1.3.1288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [543bd756b860c216fc7d0ea6c008793f864c7198]

        INTEGRATION: CWS ooo19126 (1.10.216); FILE MERGED 2005/09/05 17:49:14 rt 1.10.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5702ef560c68083879f0e813b84b017fcaeb4486]

        INTEGRATION: CWS ooo19126 (1.7.582); FILE MERGED 2005/09/05 13:35:53 rt 1.7.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3d7c9b2564c39dbdbbcb12b6137c841985607f2]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:49:13 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8870783660f5bfa43affac443e4a93fc6aef5aeb]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:35:53 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [716e10b42c4a4b75e7c74a78cd82ea45bfd8f47a]

        INTEGRATION: CWS ooo19126 (1.19.100); FILE MERGED 2005/09/05 17:49:13 rt 1.19.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1ef21408a51e6f8d1c0593e056e23f03f83784f3]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:35:53 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2a9f90d575e26955381ff06ff2ecd216af5600a9]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:49:13 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99331f40e7470fbe3ea5c2bad6d05a66df3a6f27]

        INTEGRATION: CWS ooo19126 (1.30.254); FILE MERGED 2005/09/05 13:35:52 rt 1.30.254.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [86b1ce8ba28b4291967a10ac4d09a400966dacc8]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 13:06:48 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24259d44891f3126a45ff22a550feabecab8968b]

        INTEGRATION: CWS ooo19126 (1.5.136); FILE MERGED 2005/09/05 17:49:13 rt 1.5.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c453d0542482489e55e963f39a6b8b10f55eef67]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:35:52 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f61f968e37d4e16bbd07f05b631956b54057f39]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:47 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7378aab27e7a092e18dfe40af0385b8b7fba317e]

        INTEGRATION: CWS ooo19126 (1.15.100); FILE MERGED 2005/09/05 17:49:12 rt 1.15.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1830ddeb0dbb8ffeca83486a6fd075515b29d9f]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:35:52 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2399a76f1ac16be9f572c7c965cfa2f37f1772ef]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 15:44:47 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2cab82e54bb2487e94930aa64dad375a2890ddef]

        INTEGRATION: CWS ooo19126 (1.55.82); FILE MERGED 2005/09/05 13:06:47 rt 1.55.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8eade75cc6e16c8b4438b8d962a3ded5bb8bad5]

        INTEGRATION: CWS ooo19126 (1.24.100); FILE MERGED 2005/09/05 17:49:12 rt 1.24.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [984349fdb97891385edde84e83df173286d5cba8]

        INTEGRATION: CWS ooo19126 (1.4.1452); FILE MERGED 2005/09/05 13:35:51 rt 1.4.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac02b25fe18b8831f09c9b7c8c2ba47902459d4b]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:49:12 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f485037afecc2e6241389d7f61af9cd9308369b3]

        INTEGRATION: CWS ooo19126 (1.109.80); FILE MERGED 2005/09/05 13:35:51 rt 1.109.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ddfb4134085f031d9525c440b6631faaa6dbcf79]

        INTEGRATION: CWS ooo19126 (1.18.128); FILE MERGED 2005/09/05 13:06:46 rt 1.18.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41b8c96a229bfa48b6bcda3c03113758cc7576b5]

        INTEGRATION: CWS ooo19126 (1.4.258); FILE MERGED 2005/09/05 17:49:12 rt 1.4.258.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b4ec4f787eb56cb2c65235a132f73b78ef54299]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:35:51 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [80c3f62aede84986e46973024ac07c07c4f6b67b]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:47 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de323a09282ed9478fe7e36149d6d08f1234a17b]

        INTEGRATION: CWS ooo19126 (1.9.38); FILE MERGED 2005/09/05 13:06:46 rt 1.9.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2f880b8309037868c4af8117bb7bbfb081dd21c]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:49:12 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4697313382d17dc7b0a5d7dcf76e28ad0acea9f1]

        INTEGRATION: CWS ooo19126 (1.4.1454); FILE MERGED 2005/09/05 13:35:50 rt 1.4.1454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a959872129c3e676df01985658b91bc41fcd327]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:46 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b2616b968a759836463ce4c565c2b56e79ed821]

        INTEGRATION: CWS ooo19126 (1.21.56); FILE MERGED 2005/09/05 17:49:11 rt 1.21.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [70adc9d0d976ac4899dc62774a2364a4d3da4287]

        INTEGRATION: CWS ooo19126 (1.4.580); FILE MERGED 2005/09/05 13:35:50 rt 1.4.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3a69199b0e445d809ba2a6f35fd70233efb9c4b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:46 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cea215e1316694b1b787697f3e3176e10a3be40c]

        INTEGRATION: CWS ooo19126 (1.33.144); FILE MERGED 2005/09/05 17:49:11 rt 1.33.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0746d84d7274cbfcdf20030b472170c7fd82e707]

        INTEGRATION: CWS ooo19126 (1.9.348); FILE MERGED 2005/09/05 13:06:45 rt 1.9.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bad14b2010bf5360baed3172e16bd79eff48aa9]

        INTEGRATION: CWS ooo19126 (1.6.578); FILE MERGED 2005/09/05 13:35:50 rt 1.6.578.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6384fef328568019810b39dba781a12b5a2e252e]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:46 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93dfa40c8ee67d62e7382af6cdc3349c34c10d87]

        INTEGRATION: CWS ooo19126 (1.31.106); FILE MERGED 2005/09/05 13:06:44 rt 1.31.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fbb35d53fb30401b96be5cab07c9364ec32e24cf]

        INTEGRATION: CWS ooo19126 (1.15.370); FILE MERGED 2005/09/05 13:35:49 rt 1.15.370.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3315461a9272bb7596f722620fed79cac41ae38f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:46 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2c347301806a8ea062b3a34996a1c107d2d9744]

        INTEGRATION: CWS ooo19126 (1.1.588); FILE MERGED 2005/09/05 13:06:44 rt 1.1.588.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [85ebce03b2ffdeb12bbd5d2a21bb80d10463e4be]

        INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 17:49:10 rt 1.4.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d170a9f771f702a3ddf04df5c9b22e9ea6c5a12]

        INTEGRATION: CWS ooo19126 (1.5.460); FILE MERGED 2005/09/05 13:35:49 rt 1.5.460.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8686abd9564bd08e5e42c5010df4654d699c3db6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:45 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c47de8666a58f3ab74b4f7a364b8cb5ed30f8d16]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 13:06:44 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41de3ef83744d038c6b781321eb8b5def6240e76]

        INTEGRATION: CWS ooo19126 (1.28.276); FILE MERGED 2005/09/05 13:35:48 rt 1.28.276.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20eb90276807b45810d2e0cd8a3a670970cebed1]

        INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 17:49:10 rt 1.4.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b6963b2790867ea03945dfd4ef463f5789d53159]

        INTEGRATION: CWS ooo19126 (1.6.106); FILE MERGED 2005/09/05 13:06:44 rt 1.6.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1da04dc8db9fd331be5d17321fbbf6891e4c14ea]

        INTEGRATION: CWS ooo19126 (1.5.136); FILE MERGED 2005/09/05 17:49:09 rt 1.5.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b66d8471ccb064171fd95d7da6100e26ab9e49c2]

        INTEGRATION: CWS ooo19126 (1.13.102); FILE MERGED 2005/09/05 13:35:48 rt 1.13.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5a3ff05e21c3e09de29c87a5c14be3469f719342]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:45 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [992196110715a6cee182301e85b5d7aa5cda8ef2]

        INTEGRATION: CWS ooo19126 (1.1.564); FILE MERGED 2005/09/05 13:06:43 rt 1.1.564.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [943fb16f1a42aeb610b6399a1ab6e6caa4850bca]

        INTEGRATION: CWS ooo19126 (1.2.558); FILE MERGED 2005/09/05 17:49:09 rt 1.2.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7d01f22b0e773cda58bc441cf607d79a4fcb121]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:35:48 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [258b0aa39bef01f6d44d9e514277b5e95a4b8cf9]

        INTEGRATION: CWS ooo19126 (1.2.556); FILE MERGED 2005/09/05 13:06:43 rt 1.2.556.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5e0791da0f3dd5f4f08ec0d3eb61b67cf2658079]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:44 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0bc419c2d712713fa9d84254f7f9283644830e00]

        INTEGRATION: CWS ooo19126 (1.25.14); FILE MERGED 2005/09/05 17:49:09 rt 1.25.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [34b96413d639ff83912eb26b207137f1c55e67c0]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:35:47 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1692d8ceef75229b6bd1f07f9e637cdf776458e1]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:42 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5944dc49d37b8fc42c5eb5a72e2570eae55cbdf8]

        INTEGRATION: CWS ooo19126 (1.107.56); FILE MERGED 2005/09/05 17:49:08 rt 1.107.56.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a34f300a887f4d341de1c99c40af79afc795ed75]

        INTEGRATION: CWS ooo19126 (1.13.720); FILE MERGED 2005/09/05 13:35:46 rt 1.13.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40913203f88d86dfd5dfe19a6c53db0b2b8eec0f]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 13:06:42 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [82d5884d56dd2da349c69391e62df36af56779d4]

        INTEGRATION: CWS ooo19126 (1.137.10); FILE MERGED 2005/09/05 17:49:08 rt 1.137.10.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0450b72fa3803362c633d0855b1ce907451f8e6]

        INTEGRATION: CWS ooo19126 (1.2.818); FILE MERGED 2005/09/05 13:35:46 rt 1.2.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [55b1091228268f2f28f20afa81a37b3bee105758]

        INTEGRATION: CWS ooo19126 (1.19.82); FILE MERGED 2005/09/05 13:06:42 rt 1.19.82.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [20cc4d28cd10ed62f30be8525aea0bad53edce01]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:44 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05fad51845caf01df97177fb9e7dc4bf6a3484d4]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 17:49:08 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e253aa79f4db991b22b4a1923fdd3f817165bae9]

        INTEGRATION: CWS ooo19126 (1.31.306); FILE MERGED 2005/09/05 13:35:46 rt 1.31.306.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67bfeaf46e1bd68f22f29d8c22afaf3087ef91fd]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:06:41 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9189b1ad7ef6aa63a0f9999d7d93512f3ff546bc]

        INTEGRATION: CWS ooo19126 (1.6.478); FILE MERGED 2005/09/05 13:35:45 rt 1.6.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7632f2badb4095fe5d996f6f0cc98f43e507be0a]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:06:41 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c8dae8065609940126cdfc19206a3037e4183f7c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:43 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31a18643ff54f958f117afdcfd7ebd22c2d62008]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:49:07 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d20cdf8fa2fbaf5765f21ed9225a620d380f432]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:35:45 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [93108006d0936b434a1076773e4c6310f2221ad8]

        INTEGRATION: CWS ooo19126 (1.35.34); FILE MERGED 2005/09/05 13:06:40 rt 1.35.34.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6f0d827d834e04d0585542fc6e0a7b8f8146c807]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:43 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cfb0a64c7907eebf79f7b66f1bd860afbf5c7269]

        INTEGRATION: CWS ooo19126 (1.17.184); FILE MERGED 2005/09/05 17:49:07 rt 1.17.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [195eedc7ba6c25726497bb5faa895e6967915a05]

        INTEGRATION: CWS ooo19126 (1.64.256); FILE MERGED 2005/09/05 13:35:44 rt 1.64.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [23a23fe51ff3eef641e49b0da04f20192fac2e45]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 13:06:40 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [45e0ee87a4d4e538811612c49ee7ad8b4fe45f13]

        INTEGRATION: CWS ooo19126 (1.3.510); FILE MERGED 2005/09/05 17:49:06 rt 1.3.510.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b66258d2b5b500e83a4466392963d5482b5277f]

        INTEGRATION: CWS ooo19126 (1.2.726); FILE MERGED 2005/09/05 13:35:44 rt 1.2.726.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed6ca6de7305040487c820ab2d69495a4d9fcb4e]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:06:40 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7c0250d417e8e066558a77d4d7c0f89cf3554265]

        INTEGRATION: CWS ooo19126 (1.31.58); FILE MERGED 2005/09/05 17:49:06 rt 1.31.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [491b2ba78e5d1d48d80c9d3b8ad9c7b21e5e7f04]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 13:35:44 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8fe6e207581996716a7bc5dc2386029710ef9c3e]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:42 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab643290099b40ec1fc005922a851c35317cbd65]

        INTEGRATION: CWS ooo19126 (1.3.458); FILE MERGED 2005/09/05 13:06:39 rt 1.3.458.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9c4601b89f067ef056f681aafa5b16a8ed6f9282]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:49:06 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [83841e33ef674bfaa1cfa3cd1e8f24fc47056558]

        INTEGRATION: CWS ooo19126 (1.2.1250); FILE MERGED 2005/09/05 13:35:43 rt 1.2.1250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18c502d2c2b19bfc7678384acc040c01487ebfa1]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:44:42 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [933d54b7fd5c40a5eb2c6b7fcd4bd299d01998e8]

        INTEGRATION: CWS ooo19126 (1.4.388); FILE MERGED 2005/09/05 17:49:05 rt 1.4.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f27112bb124a336866e6abff0dc1e5f4edeab652]

        INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 13:06:39 rt 1.4.474.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [18a90f7fd29a0aa867e3b799fed6d4bfea81a4d9]

        INTEGRATION: CWS ooo19126 (1.1.1452); FILE MERGED 2005/09/05 13:35:43 rt 1.1.1452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ec5a1f024c5481ec08070ee9e22d4e3350e213d]

        INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 13:06:38 rt 1.4.474.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9a6f66dd796304bacfacf4f2d7732de358b696a3]

        INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 17:49:05 rt 1.7.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a4a3ba490c2fd0f67d7c4d277f9de881aeee4957]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1462); FILE MERGED 2005/09/05 13:35:43 rt 1.1.1.1.1462.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbadc90c557b25af2676c9fe41c2d47c05bd424d]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:44:41 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [31648aac2d78e75793dbea5c29003f6d7291a11f]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:05 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2db92d8a8a1371f5606605d9036bbab8ce0d3f0]

        INTEGRATION: CWS ooo19126 (1.5.348); FILE MERGED 2005/09/05 13:06:37 rt 1.5.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ecf23b3b7555d0995ead67fa71b8ee82add06415]

        INTEGRATION: CWS ooo19126 (1.12.818); FILE MERGED 2005/09/05 13:35:42 rt 1.12.818.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [99b5e48cb0d8111dd50627bc44e9acee16a97148]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:44:41 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [87a4b6c80c71bfec2e9f755157c2eb3ee030fbc7]

        INTEGRATION: CWS ooo19126 (1.10.238); FILE MERGED 2005/09/05 17:49:04 rt 1.10.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2fcc3d477c3fec54b6dcac531e94cf90092d3970]

        INTEGRATION: CWS ooo19126 (1.7.106); FILE MERGED 2005/09/05 13:06:37 rt 1.7.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cad0ba1ff9255e03c9abcff35238ff08d740aac3]

        INTEGRATION: CWS ooo19126 (1.2.878); FILE MERGED 2005/09/05 13:35:42 rt 1.2.878.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [66e385d39778daf93f55d3c84acda336ae2b579b]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 15:44:41 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3eadc3b9f6558c0a9ec523f3cad5c454f9e40f97]

        INTEGRATION: CWS ooo19126 (1.7.302); FILE MERGED 2005/09/05 17:49:04 rt 1.7.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91e2b2ca5bee128a7cf5ad995d4493180d93057c]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 13:06:37 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d57452435ef07e1eba764317b3890435b8bec372]

        INTEGRATION: CWS ooo19126 (1.6.406); FILE MERGED 2005/09/05 13:35:41 rt 1.6.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7da7e1ebcbead46b9d531724de6a26237dc129c]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:06:36 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b88a88b44be77602ba082ce4f3ca6e4a0d67657]

        INTEGRATION: CWS ooo19126 (1.7.192); FILE MERGED 2005/09/05 13:35:41 rt 1.7.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [79410031dce102e7db80ebb2983fc5d30d629452]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:44:40 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b3fcc214cfa841daeca93cd1d9a5fa960ab61344]

        INTEGRATION: CWS ooo19126 (1.2.392); FILE MERGED 2005/09/05 17:49:03 rt 1.2.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8ce2e686b552d787efdfd61f48cf22d2be1ac50d]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 13:35:41 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04f26dfdeee00d788554415306538512b7c4e6f5]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:44:40 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e0443c429162016c80de873ee30a682321fb3615]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:49:03 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97c1e3cc54a00dfbfde9355bc5468d0f65aa2992]

        INTEGRATION: CWS ooo19126 (1.1.560); FILE MERGED 2005/09/05 13:06:35 rt 1.1.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b44708db6b68217d396712a14f116a953f9275c5]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 13:35:40 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2630db25c61979a13262cced8f554da9fa9c0718]

        INTEGRATION: CWS ooo19126 (1.18.58); FILE MERGED 2005/09/05 17:49:03 rt 1.18.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9982be400941c67f710baf7b284077fbd0ddb1ca]

        INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGED 2005/09/05 15:44:40 rt 1.5.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [930209ca4b7ac8e8d790eacd3bba541d216b8cba]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:35:40 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [147c9ed4709d0f62e0b96b8f3d1859bee66be30e]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:06:34 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cf6dcc0d1ca9947a429f0a4c4ab49db5e0fbc552]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:39 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2f43e85cc1493eb968b9d2fd2c2f1a188cbe1a22]

        INTEGRATION: CWS ooo19126 (1.4.910); FILE MERGED 2005/09/05 13:35:40 rt 1.4.910.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4b597cae20c30a8ff6c366ca4810371b545829e7]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:06:34 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14790c6d7ccb4d9b4e3e0f97d2d27062dfb2ed79]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 13:06:34 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [84775b73c5e1e536472ba42341b4a38ee00e9d03]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 13:35:39 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [991937aaf77ac1020186a86de747c0644d47be73]

        INTEGRATION: CWS ooo19126 (1.9.582); FILE MERGED 2005/09/05 13:35:39 rt 1.9.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef8c0baab38c03ee3f76ea5b180e9a1cd929ab3e]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:33 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce8710f8845b47cc6f5b702dfc95638b2164c9d4]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:38 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5140b073b0b334b2731269fd9ede542f24d11967]

        INTEGRATION: CWS ooo19126 (1.13.216); FILE MERGED 2005/09/05 13:35:38 rt 1.13.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [443b04952ada5e4fd9e6b7eaacddf224327cb6c1]

        INTEGRATION: CWS ooo19126 (1.3.392); FILE MERGED 2005/09/05 17:49:00 rt 1.3.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f613f633ca393e437ef02eff58d5b4cd54bd7f26]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 13:35:38 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc8ab5863099ab106ff36c40485b86ca7f5020d4]

        INTEGRATION: CWS ooo19126 (1.8.100); FILE MERGED 2005/09/05 13:06:32 rt 1.8.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8da5f0b666ed89ba22e77bb4db45193c39d61d1d]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:49:00 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1f63e781196ca3a447ee68df59dde0d129b918f3]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:35:38 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5aa13febc20294bb3f2ae6557c9d2ff5c4158b2e]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:06:32 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4ae313261bcca6b5da2db85178a1f078770be031]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:49:00 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c5b55a293d3025a4a3cb739adb66fd1aa4a653ab]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:38 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2bd22e0d74e7528e1c7e6ef2ec4154781492fc17]

        INTEGRATION: CWS ooo19126 (1.24.600); FILE MERGED 2005/09/05 13:35:37 rt 1.24.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [100178c268ccb731bdcad8c51127d5afee1f42fa]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:32 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [929465f3e2fe75ccb9111d9dcc96e2a675d60da7]

        INTEGRATION: CWS ooo19126 (1.5.238); FILE MERGED 2005/09/05 17:48:59 rt 1.5.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50b590108e5d89d570ffddf9482746e37b9d0db7]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:37 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ff2286486920886a67776c4bceeb8f8f927ce0ea]

        INTEGRATION: CWS ooo19126 (1.2.1418); FILE MERGED 2005/09/05 13:35:37 rt 1.2.1418.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [91484c604e43597e63415618b2bf4b49ed4da447]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:31 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e1fa819d0ced346999799ce68fcc6388f726d97b]

        INTEGRATION: CWS ooo19126 (1.6.250); FILE MERGED 2005/09/05 17:48:59 rt 1.6.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb8f11079ec5aac642a6423104870333f8fdf34a]

        INTEGRATION: CWS ooo19126 (1.7.478); FILE MERGED 2005/09/05 13:35:37 rt 1.7.478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce0ff11692e4da26eeaf1343d5ed56595d28cf93]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:37 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a36712e61ba2031ac79e71a803c7c1cfbdaf300c]

        INTEGRATION: CWS ooo19126 (1.3.936); FILE MERGED 2005/09/05 13:35:36 rt 1.3.936.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0fbc16cad88ac11f6736ed32ebf7d1e786d9d61]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:30 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [89609a937c70b69824dc21f878591e72a98c7c52]

        INTEGRATION: CWS ooo19126 (1.11.58); FILE MERGED 2005/09/05 17:48:58 rt 1.11.58.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac69bc78868327ba2c416dc586f1738c7fcd1b5a]

        INTEGRATION: CWS ooo19126 (1.4.732); FILE MERGED 2005/09/05 13:35:36 rt 1.4.732.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bcb77102d83090b230871e4df5ab4076754392e]

        INTEGRATION: CWS ooo19126 (1.4.388); FILE MERGED 2005/09/05 17:48:57 rt 1.4.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e81bd27df238fc62d3a52bd6d61a6e4c75ab76c6]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:44:36 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3b37e01cdb997b594af30d5f98a41913e380b3ad]

        INTEGRATION: CWS ooo19126 (1.3.226); FILE MERGED 2005/09/05 13:35:36 rt 1.3.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [642c88e86766878b46259c099b5a8abc6a0051a6]

        INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 17:48:57 rt 1.7.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [058f1f83443e94cb18d5200b87758d2d30e0be77]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:36 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b52230ff8700c5c828a3fabcbf70048ba147d488]

        INTEGRATION: CWS ooo19126 (1.3.582); FILE MERGED 2005/09/05 13:35:35 rt 1.3.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [24bc863d003ce29e774d400614de4edbade17c2c]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 13:06:29 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [21426aad9f5f8e79c2881201d1bf81c2c383afbc]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:48:57 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7807edd226ed106bc059d987e7bfd3df1eaca4e2]

        INTEGRATION: CWS ooo19126 (1.4.80); FILE MERGED 2005/09/05 15:44:36 rt 1.4.80.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1964b3c5d75a1d552f1a224da5cfdf9619cffc6c]

        INTEGRATION: CWS ooo19126 (1.3.406); FILE MERGED 2005/09/05 13:35:35 rt 1.3.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed36aed9c806b62561b31f4c99acd7d4ed256f30]

        INTEGRATION: CWS ooo19126 (1.6.44); FILE MERGED 2005/09/05 13:06:29 rt 1.6.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e1a2f49c33becb559d88b5b1e8768e7e11260d0]

        INTEGRATION: CWS ooo19126 (1.10.238); FILE MERGED 2005/09/05 17:48:57 rt 1.10.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c60bbf90112ba793387f8625d1c4d8bf1f26db7f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:36 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a80eb114c9c32029982c597d18bcd4129e279b45]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 13:35:35 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8faa1a9e966b81bb2d3dcea6e028aa495deda2c6]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:06:28 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c653a9eea962b042dfc930c614b83522eb5d309b]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 17:48:56 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [16164c54afb3d0cb53612b573fb056fc26b62363]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:35 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39471a46689a26919747cbb99bf4feea6c7550f2]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 13:35:35 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [36b409bedf7e0e368fc9ac77f7c1b89784f02d1f]

        INTEGRATION: CWS ooo19126 (1.6.582); FILE MERGED 2005/09/05 13:35:34 rt 1.6.582.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [af5b29fb69a776490c76e751c88053d61771b849]

        INTEGRATION: CWS ooo19126 (1.3.392); FILE MERGED 2005/09/05 17:48:56 rt 1.3.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0be1ce1ba2fef911a9afcc147d58080defa502b]

        INTEGRATION: CWS ooo19126 (1.1.1446); FILE MERGED 2005/09/05 13:35:34 rt 1.1.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05cb50581222381e4bd8b55e1f5ab62515e55aba]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:06:27 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [843d9d80e92163da448d18bfd9eab0fa74f371f9]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:34 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ef66e72b19eac87bd03ed9b7eae6d5a8a60de2e2]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:48:55 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a57e81a63e1c8d171f6b581004f9963916f2848f]

        INTEGRATION: CWS ooo19126 (1.3.720); FILE MERGED 2005/09/05 13:35:33 rt 1.3.720.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88a294f3071970c7d36c5017eb2739aa67078f4d]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:06:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac5be78277e4ce1465017786d8cc3e93bbd45269]

        INTEGRATION: CWS ooo19126 (1.18.60); FILE MERGED 2005/09/05 17:48:55 rt 1.18.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35e4af1df8fb153939180de08ccd517d93a4a685]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:33 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dd134e4f02394f84bbdf35e04288c1662b3103fd]

        INTEGRATION: CWS ooo19126 (1.6.192); FILE MERGED 2005/09/05 13:35:33 rt 1.6.192.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [920cb5f14c838115ec60dd56eefee2fff27f736c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:06:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4380ac60b11ebe4e222c2c69c68e0b1c556ab81]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:48:55 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [35072e7e53a563842e4f18fe8d645e4bce267aec]

        INTEGRATION: CWS ooo19126 (1.1.1446); FILE MERGED 2005/09/05 13:35:32 rt 1.1.1446.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c1ad75b613f458284bb76f4fe2c24bd86ca6f55]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:06:26 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [668ec219471b4788ae5ddb09ce399d0954247c8c]

        INTEGRATION: CWS ooo19126 (1.3.380); FILE MERGED 2005/09/05 17:48:55 rt 1.3.380.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b63e91d97235daa8487eeaaf555642534c9dbed]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 13:35:32 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aff36ae64bd94fdb7025363ff180915b38d8c406]

        INTEGRATION: CWS ooo19126 (1.3.546); FILE MERGED 2005/09/05 17:48:54 rt 1.3.546.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [455363397843f38e53d7bd4ad4cfe15ac8fce5f8]

        INTEGRATION: CWS ooo19126 (1.3.120); FILE MERGED 2005/09/05 13:06:26 rt 1.3.120.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d20426531c1915770cdf437382cbbcd303dc88a7]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:32 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [816094662c6202eb39f901a85f95c453c192d68d]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:06:26 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ed1a6681764be30d47e8db6a649a29b7656f0a21]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:06:25 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5984273054f2a81b8d15fdfa92b38e44fe64c9a4]

        INTEGRATION: CWS ooo19126 (1.8.60); FILE MERGED 2005/09/05 17:48:53 rt 1.8.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [73f96e02033154315a5b0eca478037f99da322ae]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 13:06:25 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fc1f89f43c55efcb3fd14c151e254fcba4fa305e]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 17:48:53 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7bcb8839db6af4a64482a3ab579eafd823aa0458]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:44:32 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b782e36413e8f29de52ced596aa0a94d818e488]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:06:25 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [145600b1268c97684dd2d269b89bd29fb64cf32c]

        INTEGRATION: CWS ooo19126 (1.3.332); FILE MERGED 2005/09/05 17:48:53 rt 1.3.332.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [950c8b344d6c0ab0b9dadab278c0f135d096f6d9]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:44:31 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd44e9793a01cdd4cd49f1e68487a7d669b1d053]

        INTEGRATION: CWS ooo19126 (1.19.18); FILE MERGED 2005/09/05 13:06:25 rt 1.19.18.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [aa9c55b00f67cc293f3957202d45fdb6826a3281]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:31 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [04f1d0302d45fec644b9ade4fc4d51eea1618bb8]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:06:24 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1335e89601253d262db581d86a65a837397b175c]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 17:48:52 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad7b51d0d25493c18846d45f0d43abd91425212c]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:44:31 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e4a697e4898b3b8fe9009ad90149c0d815ea1ddf]

        INTEGRATION: CWS ooo19126 (1.2.332); FILE MERGED 2005/09/05 13:06:24 rt 1.2.332.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [90f4fa8d02e3ee498d652004cb43d356a62d3321]

        INTEGRATION: CWS ooo19126 (1.4.388); FILE MERGED 2005/09/05 17:48:52 rt 1.4.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5cb17a4a8579ec368bf34d552bb48907dc0b7315]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:06:24 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [29d30ba4ed9b6ebaff68951b94e2a377830bac1a]

        INTEGRATION: CWS ooo19126 (1.8.184); FILE MERGED 2005/09/05 17:48:52 rt 1.8.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [15f29ec30bcabe77796c0a76e6e73570b34f33f4]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:44:31 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [67034714e73f68e57f5cf54999c2a529d131c416]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:06:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9538c86b4c26d77f34328bd0168196d1d44832ae]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:48:51 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3620f4127dc4beb1ec1a9e2d4e92122cb188770b]

        INTEGRATION: CWS ooo19126 (1.9.100); FILE MERGED 2005/09/05 13:06:24 rt 1.9.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8a5108e5cbac20f91b7012758a145b18ae71a199]

        INTEGRATION: CWS ooo19126 (1.9.238); FILE MERGED 2005/09/05 17:48:51 rt 1.9.238.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0e32a7e5f9c60750e2df06e3ed61d71002a56e15]

        INTEGRATION: CWS ooo19126 (1.4.896); FILE MERGED 2005/09/05 14:28:37 rt 1.4.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7c67fa661c223e5865784fab20df1336ad0e4d3]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:30 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2681746a6faa25a7f2deccf9a5a1a075dfe923d7]

        INTEGRATION: CWS ooo19126 (1.4.538); FILE MERGED 2005/09/05 17:48:51 rt 1.4.538.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78d8fbedcbe20abce1a7c3f3c15618140a576147]

        INTEGRATION: CWS ooo19126 (1.3.392); FILE MERGED 2005/09/05 17:48:50 rt 1.3.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e364b872f2c65d43547b93dcceedad3befd3e3a9]

        INTEGRATION: CWS ooo19126 (1.11.896); FILE MERGED 2005/09/05 14:28:36 rt 1.11.896.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [654883a0131fbdf12ae2f5f7ead4b50a795bd526]

        INTEGRATION: CWS ooo19126 (1.9.502); FILE MERGED 2005/09/05 13:06:23 rt 1.9.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eaaef36dab306e407d78a267c97ad12dc7f35e23]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:48:50 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [06f8dd03a2077d2386e56af81f3f09f2143d314b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:29 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9ffaac9b1643a60b9b2e886b1f1fcd064d6a8f8a]

        INTEGRATION: CWS ooo19126 (1.2.1668); FILE MERGED 2005/09/05 14:28:35 rt 1.2.1668.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [38976a67f1127374cc7f3ea7d94d72fc5715b59b]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:06:22 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fa69bc7c9c479573e4ab9a0072994dd865071965]

        INTEGRATION: CWS ooo19126 (1.15.60); FILE MERGED 2005/09/05 17:48:50 rt 1.15.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [411a39dd2fb0f46c7193a2f73659435997aa1034]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:28:35 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b05d785078f98b332f69a87e07883be16e1c74ad]

        INTEGRATION: CWS ooo19126 (1.3.366); FILE MERGED 2005/09/05 17:48:49 rt 1.3.366.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a0db300f8b7c5c8878054086ad3e9e17991d356]

        INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 13:06:22 rt 1.5.560.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e460bde902166c6eef9761636c816ea3ac021ae]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 15:44:29 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4c5abe51b77cb4c7495c20d1f33668b57d3cbd0b]

        INTEGRATION: CWS ooo19126 (1.43.234); FILE MERGED 2005/09/05 14:28:35 rt 1.43.234.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c61c750a2a3edbaa22dc12640b5d8821a9b36148]

        INTEGRATION: CWS ooo19126 (1.1.648); FILE MERGED 2005/09/05 17:48:49 rt 1.1.648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ce4e01c193f2ab3709db57b7ebb476eff33144ed]

        INTEGRATION: CWS ooo19126 (1.3.558); FILE MERGED 2005/09/05 13:06:22 rt 1.3.558.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12d2e5a40408e1dd98a3abc3dcf4f80e03101f41]

        INTEGRATION: CWS ooo19126 (1.37.502); FILE MERGED 2005/09/05 14:28:34 rt 1.37.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5fcb41b90a51b389f9ca95a985fb908fca72fa7c]

        INTEGRATION: CWS ooo19126 (1.2.366); FILE MERGED 2005/09/05 17:48:49 rt 1.2.366.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3282fc68b3bb85e81550057cc4f3536c35488378]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:28:34 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39caa7de78cd912bb3349f50398f2ca66e46c1f6]

        INTEGRATION: CWS ooo19126 (1.27.100); FILE MERGED 2005/09/05 13:06:21 rt 1.27.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [37fabea7ce80ab8e91f25c0276a27819e058a442]

        INTEGRATION: CWS ooo19126 (1.1.614); FILE MERGED 2005/09/05 17:48:48 rt 1.1.614.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [019a297f5b276b2bc19922cf1e64cd02400800f2]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:28 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [14a915ee6a2dda089fd900880c8eafcad0e7df94]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:06:21 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [871109cd32393e9b467b8adbfb688c7bd22f0866]

        INTEGRATION: CWS ooo19126 (1.12.516); FILE MERGED 2005/09/05 14:28:33 rt 1.12.516.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9eae36d678ccf69cab0e14b2f3b9e7138b43dba0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:06:21 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [51c3cac391b8c152a86a03ad874ea2abd8dd0908]

        INTEGRATION: CWS ooo19126 (1.2.1666); FILE MERGED 2005/09/05 14:28:33 rt 1.2.1666.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [11209ff598b624bdcd2200a4a6a3c0ec63d966c7]

        INTEGRATION: CWS ooo19126 (1.2.388); FILE MERGED 2005/09/05 17:48:48 rt 1.2.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fef8eb9505fb9be975bcca505d55f3443f198906]

        INTEGRATION: CWS ooo19126 (1.2.100); FILE MERGED 2005/09/05 13:06:21 rt 1.2.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6cfe2df1ed8e768bc3403c1c81ee93a7d373423]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:44:28 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6d2bb7315fe9a28deabc78a0d4c98ac41fab2525]

        INTEGRATION: CWS ooo19126 (1.14.516); FILE MERGED 2005/09/05 14:28:32 rt 1.14.516.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a31291f347ec44c25f2b484afca3f6fc2c80295]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 13:06:20 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1d2e393dc4929100c3ebb9530a9d9a38d7795cb4]

        INTEGRATION: CWS ooo19126 (1.4.388); FILE MERGED 2005/09/05 17:48:47 rt 1.4.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b4a0f12ad2d912d1c66cda321e40f71ede6c6424]

        INTEGRATION: CWS ooo19126 (1.13.516); FILE MERGED 2005/09/05 14:28:32 rt 1.13.516.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afd198dad0c9283bb74b90b2a9c15147dbd78b89]

        INTEGRATION: CWS ooo19126 (1.3.332); FILE MERGED 2005/09/05 13:06:20 rt 1.3.332.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a8017a5528b026a0f8ff7bb779363dae7f1ebf62]

        INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 17:48:47 rt 1.7.184.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de063ba02b914f290c6fc6be5724da5465a2390e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:27 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b56482cc8f4ea014d51505ddcfdf1dda049ff100]

        INTEGRATION: CWS ooo19126 (1.5.292); FILE MERGED 2005/09/05 17:48:47 rt 1.5.292.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1fa4eb413dea10daedaa0dc5c4c34fd5f1361fe6]

        INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 13:06:19 rt 1.5.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68a6107d5014d2b355330bd54ee28c1feb83bf24]

        INTEGRATION: CWS ooo19126 (1.12.216); FILE MERGED 2005/09/05 17:48:46 rt 1.12.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c23337995eb03706f9d940f5a24f668add11b1f6]

        INTEGRATION: CWS ooo19126 (1.10.516); FILE MERGED 2005/09/05 14:28:31 rt 1.10.516.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d1cddc93bdbc4fbcfc38d6bc76e7768cc58d8a86]

        INTEGRATION: CWS ooo19126 (1.5.302); FILE MERGED 2005/09/05 17:48:46 rt 1.5.302.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c05e538ccee475cc468e3d8d6c73af4dc6eec089]

        INTEGRATION: CWS ooo19126 (1.9.406); FILE MERGED 2005/09/05 14:28:31 rt 1.9.406.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c2d52d052b56533da069ba0ae6bb120228e2f5df]

        INTEGRATION: CWS ooo19126 (1.17.178); FILE MERGED 2005/09/05 13:06:19 rt 1.17.178.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [63cfc65d4e080b3bd7fa228950b98313a5276a73]

        INTEGRATION: CWS ooo19126 (1.3.392); FILE MERGED 2005/09/05 17:48:46 rt 1.3.392.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de5583206bd7add35976357b408bcf43c2d63e05]

        INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 13:06:18 rt 1.7.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6b21bf740fce20f6269ab5362a4fc7d8751b9b8d]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:26 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [64a2d0ac6ae983f81abe1d2580fbdfbaded44f8a]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 17:48:45 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a1fe7080354ec105506453d461edcfc7dd08d942]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:06:18 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cd95717798baf7b95d8edee64911424e25f3589b]

        INTEGRATION: CWS ooo19126 (1.20.60); FILE MERGED 2005/09/05 17:48:45 rt 1.20.60.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a94b0d5b6deb0e8bf7c2e91c86770bbe90527215]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 13:06:18 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eb482900c044140b0ae277466cffab8c77942d0c]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:44:26 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ab680f4a204e3b32cc1883eeb2d226cae97a7edf]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 13:06:18 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b595a1928edca9d8d8957b821f0493190310ccdd]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:48:45 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [41ae14141bba3e723f7501f07ae7ae86586a1909]

        INTEGRATION: CWS ooo19126 (1.2.572); FILE MERGED 2005/09/05 13:06:17 rt 1.2.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [78c8faf7ce7a6791a3255038b4d7e0f9ae10b03e]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:48:44 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b68c680f38656920494870f69e1d02af0d42f5e2]

        INTEGRATION: CWS ooo19126 (1.3.1654); FILE MERGED 2005/09/05 14:28:29 rt 1.3.1654.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f34452aa56a45ed07349bf4f5af2070414b88478]

        INTEGRATION: CWS ooo19126 (1.6.502); FILE MERGED 2005/09/05 13:06:17 rt 1.6.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [dbaca1752362610b893bb8071ca9e3d0bdb45d81]

        INTEGRATION: CWS ooo19126 (1.31.286); FILE MERGED 2005/09/05 13:06:16 rt 1.31.286.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [68515ab39e74a0a622ebd556a5fbdc4e87c3f88b]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:44:25 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4622169f4ad6fbead8f0c71a443af56b36e56559]

        INTEGRATION: CWS ooo19126 (1.12.502); FILE MERGED 2005/09/05 14:28:28 rt 1.12.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b85fe8c102dc0997d849320c468019b51039278]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:06:16 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0ebc9d718e19fb0b5ed8564aab6a5fca694bbd3f]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:48:43 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0cd67e0534ca19460eda4a1c26523974fe46bec6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:25 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f50a4a73a25737cb78fb1c1d0a4cc329b7958d25]

        INTEGRATION: CWS ooo19126 (1.3.1648); FILE MERGED 2005/09/05 14:28:28 rt 1.3.1648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c0b8c600b0f1b3c8705b421874faa8840aff729b]

        INTEGRATION: CWS ooo19126 (1.30.250); FILE MERGED 2005/09/05 14:28:27 rt 1.30.250.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5741a1ca6b40320b076a6491fa9b9533576f2548]

        INTEGRATION: CWS ooo19126 (1.10.38); FILE MERGED 2005/09/05 13:06:15 rt 1.10.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9694c9ebfd7b1239a6869af20ab32c68d9fdc54c]

        INTEGRATION: CWS ooo19126 (1.4.1112); FILE MERGED 2005/09/05 14:28:27 rt 1.4.1112.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [27d3dda99ef28932a7c56aa0cb6d5c4ca15840d2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:24 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [05a294a86a42177191ca7a6920444985a37682a2]

        INTEGRATION: CWS ooo19126 (1.9.548); FILE MERGED 2005/09/05 14:28:27 rt 1.9.548.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca5d3ae746df7ae0e4c391d2564d01b5f1d8260d]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 17:48:42 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d60de940376f0a97a3444ddaaedd5a022f698289]

        INTEGRATION: CWS ooo19126 (1.12.516); FILE MERGED 2005/09/05 14:28:26 rt 1.12.516.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13ec0250da618d3b7b77212defea8294850a0f1b]

        INTEGRATION: CWS ooo19126 (1.3.318); FILE MERGED 2005/09/05 13:06:14 rt 1.3.318.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [afca159074e7aa7438a63dd9a9a583d2c2a2f804]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 17:48:42 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1c3d8ac022663410f3b2d76c2a043de71d5aa21d]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:44:24 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [721988a30b5b2f79878fc9d97a59910bc32c5969]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 13:06:13 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2321f49cd669b016464a2ce94c783d6dcee96f69]

        INTEGRATION: CWS ooo19126 (1.3.372); FILE MERGED 2005/09/05 17:48:41 rt 1.3.372.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d2d434dcf35f2041e894467c8ce7c21fa84c9967]

        INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 15:44:24 rt 1.4.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [642a0fa50c1fdece96b5381249a66b5a2468ba37]

        INTEGRATION: CWS ooo19126 (1.4.388); FILE MERGED 2005/09/05 17:48:41 rt 1.4.388.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cdfcd7f61afea6296b1d3c2412a6f208f0d6bc89]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:24 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e48edf0a586e95c7b47fa3c81b992cd72f1e1562]

        INTEGRATION: CWS ooo19126 (1.12.454); FILE MERGED 2005/09/05 14:28:25 rt 1.12.454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3a6968406a05cccb256a631edb38fbf1ee751c10]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:44:23 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3f5e66a167923b171b1140b95095e8a25b821de0]

        INTEGRATION: CWS ooo19126 (1.15.100); FILE MERGED 2005/09/05 14:28:24 rt 1.15.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7ce813e83e1b7c4c0657f84809e538eaacf7ea8]

        INTEGRATION: CWS ooo19126 (1.5.216); FILE MERGED 2005/09/05 17:48:40 rt 1.5.216.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8015433c1881164430cd2c3b69875486092fbbc8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:23 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [797d150aee569def865aae3c06eff0364f689eb6]

        INTEGRATION: CWS ooo19126 (1.4.700); FILE MERGED 2005/09/05 14:28:24 rt 1.4.700.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d4f8e5271b07d68c3b8a686fa2831894bfe2b934]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 17:48:39 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [74d8c1aa0b7fe9c934a9ccbab53ffbc49a135ac9]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:23 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [867753ea9d7c8a68c0be55782116db42c8ef668f]

        INTEGRATION: CWS ooo19126 (1.8.700); FILE MERGED 2005/09/05 14:28:24 rt 1.8.700.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bb085596a49fd2e1355866b74325b1c4ffb1e18b]

        INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGED 2005/09/05 17:48:39 rt 1.4.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b5307682da6f2209cdbc739310994fa569981b17]

        INTEGRATION: CWS ooo19126 (1.23.102); FILE MERGED 2005/09/05 14:28:23 rt 1.23.102.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [58427045d0f4d818cd20a8aa4a53e07f577a1ce3]

        INTEGRATION: CWS ooo19126 (1.7.638); FILE MERGED 2005/09/05 14:28:23 rt 1.7.638.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [698ac7d706a75b487f188091c9da6b57548d2759]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:22 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [454ab6da1f466ebf02f68c8b194100618b3b143a]

        INTEGRATION: CWS ooo19126 (1.14.128); FILE MERGED 2005/09/05 13:06:11 rt 1.14.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9921dcb8311d8eb6c346c4f19575954dfdcb1277]

        INTEGRATION: CWS ooo19126 (1.17.420); FILE MERGED 2005/09/05 14:28:23 rt 1.17.420.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5c5feaea90dacf1913c3e95d4cc1535ff16ee6d8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:22 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [22032e75e3fd704a1ef456d805e2bb715173f70a]

        INTEGRATION: CWS ooo19126 (1.9.348); FILE MERGED 2005/09/05 13:06:11 rt 1.9.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9324c46ecd288f3b69d5629f04e72f180300e811]

        INTEGRATION: CWS ooo19126 (1.9.430); FILE MERGED 2005/09/05 14:28:22 rt 1.9.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d545bdef77a73ee1afede9714a430d72e3f3ccc5]

        INTEGRATION: CWS ooo19126 (1.5.1634); FILE MERGED 2005/09/05 14:28:22 rt 1.5.1634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [751431b0bfa42dfd1db6b8941c05d432a18cc316]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:06:10 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a71279fd3f1b7e1064fd9369a43451e2339b4e4f]

        INTEGRATION: CWS ooo19126 (1.2.712); FILE MERGED 2005/09/05 14:28:21 rt 1.2.712.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5321f52c00ea6f344535ae8a4d556c4cb4f968b6]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 15:44:22 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1a6290a3c1b71393472cbd8e1bce640501a10667]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:21 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [81b2284364ff00866a053a738a1ab5ac00c0fedd]

        INTEGRATION: CWS ooo19126 (1.4.348); FILE MERGED 2005/09/05 13:06:10 rt 1.4.348.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [88ab206a4a9e73fd5ab2d0fd446597f76df4b186]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 15:44:21 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01b3413fde250ab3c5f75bcc84a3d4f8a6618889]

        INTEGRATION: CWS ooo19126 (1.27.84); FILE MERGED 2005/09/05 13:06:09 rt 1.27.84.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [97798985e7b332efcdd12a5422d1916f88ab0ccb]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 13:06:09 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f946e1122e487a83c18983008c00143b136cb85a]

        INTEGRATION: CWS ooo19126 (1.2.712); FILE MERGED 2005/09/05 14:28:20 rt 1.2.712.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0b04cda30d31cabe1af2dac4490db43ce45bfb7e]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 15:44:21 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [501be1b7844fa3da47cf85b86f375914026cb4f0]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:06:09 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6485ed79dc1eda361b79abe9caef26027bc75bd0]

        INTEGRATION: CWS ooo19126 (1.36.308); FILE MERGED 2005/09/05 13:06:09 rt 1.36.308.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7511a972caa3c782d606310048643c13909c4a9e]

        INTEGRATION: CWS ooo19126 (1.7.466); FILE MERGED 2005/09/05 14:28:19 rt 1.7.466.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [61238fec411ad087c6ba59af26c94f0bfa5869f7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:20 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2c5bb631d79fbb8bc009f303665fd1c950d0cc1c]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:06:08 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3daf974b0727144ba6990f42730c0f65a6c7576e]

        INTEGRATION: CWS ooo19126 (1.6.466); FILE MERGED 2005/09/05 14:28:19 rt 1.6.466.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [755b0891f092f83037641c573f3aee5c7f1a29ae]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 15:44:20 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e49a3b7b17606050df69a91aba799f7a98b0feaf]

        INTEGRATION: CWS ooo19126 (1.19.134); FILE MERGED 2005/09/05 14:28:18 rt 1.19.134.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [13332513e17e1500a77c5e8355e8a841836a0d5d]

        INTEGRATION: CWS ooo19126 (1.32.38); FILE MERGED 2005/09/05 13:06:08 rt 1.32.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [e2228d42f88f3f58aa781c7532cedac78a2bb949]

        INTEGRATION: CWS ooo19126 (1.51.214); FILE MERGED 2005/09/05 14:28:18 rt 1.51.214.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c3c1374a34ac59e3bca8b4fc0a9dd3c6709e245f]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:19 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [12f9cd9e82416b671d0e6fb2b02cd85de5242137]

        INTEGRATION: CWS ooo19126 (1.1.1636); FILE MERGED 2005/09/05 14:28:17 rt 1.1.1636.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33be7443e1809e5a94dd67bbb5ff19facd0c3398]

        INTEGRATION: CWS ooo19126 (1.4.296); FILE MERGED 2005/09/05 13:06:07 rt 1.4.296.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bf4bb1ecdda885fe945a9205116cf29c9bad67ba]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:19 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2b1327250543d4f018afe561f90e83992748f408]

        INTEGRATION: CWS ooo19126 (1.26.928); FILE MERGED 2005/09/05 14:28:17 rt 1.26.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d95421ccaea4850d83f54d2e1e2fc31b373851a1]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:19 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a3dea395e90ee6953d221d922bde60d15c913a37]

        INTEGRATION: CWS ooo19126 (1.23.928); FILE MERGED 2005/09/05 14:28:17 rt 1.23.928.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [845f251fbb8ad25f2cecea673c05ca9b9c353189]

        INTEGRATION: CWS ooo19126 (1.24.408); FILE MERGED 2005/09/05 14:28:16 rt 1.24.408.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2577def6033c1b51ffdcd812f714463f44effb01]

        INTEGRATION: CWS ooo19126 (1.8.550); FILE MERGED 2005/09/05 14:28:16 rt 1.8.550.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8c1847899bfae80b3f35719fcb93e9039192605c]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:44:18 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [40d1cb5e3f37cd9216315774b08d46db89a7a9d6]

        INTEGRATION: CWS ooo19126 (1.2.370); FILE MERGED 2005/09/05 13:06:06 rt 1.2.370.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77aa399de4b82b5a937eeccc52dc98ff5bab7750]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:18 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0d21bf105a943afc12c79d2f3d583a632b6f0e86]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 13:06:06 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f320dc309e0c125123534076c18b03685e961c5a]

        INTEGRATION: CWS ooo19126 (1.13.466); FILE MERGED 2005/09/05 14:28:16 rt 1.13.466.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0fae9cf0f27466dfdc4f0f432e56059cdc4e2fae]

        INTEGRATION: CWS ooo19126 (1.6.1478); FILE MERGED 2005/09/05 14:28:15 rt 1.6.1478.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d8d2d83012fb014ef45085599b9cf3aa5206b337]

        INTEGRATION: CWS ooo19126 (1.18.502); FILE MERGED 2005/09/05 13:06:05 rt 1.18.502.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5bb0f7828aad7eef892200c6680fd0da629b65ad]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:17 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b822490caec5cf87f781e0ee3281e5fe9481a83a]

        INTEGRATION: CWS ooo19126 (1.8.1148); FILE MERGED 2005/09/05 14:28:15 rt 1.8.1148.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5158313bb22862e2bace36d57db5e98da7d45c65]

        INTEGRATION: CWS ooo19126 (1.3.1634); FILE MERGED 2005/09/05 14:28:14 rt 1.3.1634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7d2d69c10bb50e601fdb854053bdc203d763b76d]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:17 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d5c608f27f0227d468f9c241c595e382a3788c5c]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:28:14 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [bfff6ff43708d5f7a4963fc141523c327b9f7d0d]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:16 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eea0e3761d05407561c9e58e7a2c9c786dc933e6]

        INTEGRATION: CWS ooo19126 (1.49.130); FILE MERGED 2005/09/05 14:28:14 rt 1.49.130.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a4fb3f4561cc2b3cab74b71a00735233dc6b9fa]

        INTEGRATION: CWS ooo19126 (1.8.452); FILE MERGED 2005/09/05 13:06:04 rt 1.8.452.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [39c39d598bb5af37c858e813d2f79c856bf6f3f2]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:15 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [639d47d5da70e9351ad6c631d37959eaaece5176]

        INTEGRATION: CWS ooo19126 (1.5.1128); FILE MERGED 2005/09/05 14:28:13 rt 1.5.1128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f52035c94ea4ace443f1b8ce41c5dd3bea56980d]

        INTEGRATION: CWS ooo19126 (1.7.494); FILE MERGED 2005/09/05 13:06:03 rt 1.7.494.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1bba1e7615022961e44a9d8abcb0a060b5680da6]

        INTEGRATION: CWS ooo19126 (1.135.74); FILE MERGED 2005/09/05 14:28:13 rt 1.135.74.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [77fd7d2505dfe574e0357c2805130c2d0c448d9a]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 13:06:03 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b77f7f6c2c12142db75e0e874ef4af518a3506e8]

        INTEGRATION: CWS ooo19126 (1.22.264); FILE MERGED 2005/09/05 14:28:12 rt 1.22.264.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [0a4671a33c042165992e1040747e954d4b124400]

        INTEGRATION: CWS ooo19126 (1.12.158); FILE MERGED 2005/09/05 13:06:03 rt 1.12.158.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [016961619826488eafedf91fc3916ac7cc81d234]

        INTEGRATION: CWS ooo19126 (1.22.550); FILE MERGED 2005/09/05 14:28:12 rt 1.22.550.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7d554bbb6915e7a12d9587446dc4bcb71d5d24b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:14 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fe9f2ca7572793c42c8f293e6d419306f930c958]

        INTEGRATION: CWS ooo19126 (1.50.342); FILE MERGED 2005/09/05 14:28:11 rt 1.50.342.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3d3e193e3b31c4339483cff16c4d65c6189975ac]

        INTEGRATION: CWS ooo19126 (1.8.190); FILE MERGED 2005/09/05 13:06:02 rt 1.8.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac11b4359e0a8db07a5f11a6b12a2ae89182fa0e]

        INTEGRATION: CWS ooo19126 (1.60.328); FILE MERGED 2005/09/05 14:28:11 rt 1.60.328.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9d551a076d8798a006850beedea8eb38375110b6]

        INTEGRATION: CWS ooo19126 (1.7.190); FILE MERGED 2005/09/05 13:06:01 rt 1.7.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7290179e5b566ddf129da497e48f174b8df21e32]

        INTEGRATION: CWS ooo19126 (1.12.598); FILE MERGED 2005/09/05 14:28:11 rt 1.12.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9f2c8221faa927f86efe266c412c82e599f2b38a]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:06:01 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6780e592fd1ab29e2989362eba30d412cd37d76d]

        INTEGRATION: CWS ooo19126 (1.31.188); FILE MERGED 2005/09/05 14:28:10 rt 1.31.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2596ca99c0dc9fa18384bf1889ebe5888ab74960]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:06:00 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [47a1b46f1c70284953eae3c62c4b7617e7b4fe31]

        INTEGRATION: CWS ooo19126 (1.17.994); FILE MERGED 2005/09/05 14:28:10 rt 1.17.994.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5b7ab148d88e81d51d8161374cd88d26b264b9a0]

        INTEGRATION: CWS ooo19126 (1.2.588); FILE MERGED 2005/09/05 13:05:59 rt 1.2.588.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50b23db63d32fc3757e9c233c507e8f80a0a6010]

        INTEGRATION: CWS ooo19126 (1.17.90); FILE MERGED 2005/09/05 14:28:09 rt 1.17.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [fd877cca6a21587b0e3f06b596febaedb55bad63]

        INTEGRATION: CWS ooo19126 (1.6.576); FILE MERGED 2005/09/05 13:05:59 rt 1.6.576.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [9529f6d59547c25729bdc6af42bb660e7e6185c0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:13 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ca75eabcd70d093e82ad18a2d0f06be672a2ea85]

        INTEGRATION: CWS ooo19126 (1.15.550); FILE MERGED 2005/09/05 14:28:09 rt 1.15.550.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5425f22d44cd9002575da9fdada99e4510a53561]

        INTEGRATION: CWS ooo19126 (1.8.584); FILE MERGED 2005/09/05 13:05:58 rt 1.8.584.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [2d976f6e93bcdc435d658889779d881fca4a1199]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:13 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c4b6bff9d3ea709154c81af69c3c07ef20278cb1]

        INTEGRATION: CWS ooo19126 (1.2.1094); FILE MERGED 2005/09/05 14:28:09 rt 1.2.1094.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [01637ee1e1c6886af54505b4f1ba40fc11432ce2]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 13:05:57 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [062ecaafd96eed0000d0c7cfcbc876b460e33c0e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:13 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [991dbee33117a4593c959ebe6216eb52458f6ab3]

        INTEGRATION: CWS ooo19126 (1.19.598); FILE MERGED 2005/09/05 14:28:09 rt 1.19.598.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [891a6415c1a2d031e5e5d34c35de001aaf92ca68]

        INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 13:05:57 rt 1.10.44.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6118f69bb993d23ac98a3eb059a2a5a4b4ef98a5]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:44:12 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f7b9346082b9ee6ef5be361637beafef8e35f20b]

        INTEGRATION: CWS ooo19126 (1.4.190); FILE MERGED 2005/09/05 13:05:57 rt 1.4.190.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ad348d1092c4573e524497870bf2658bf2894b7c]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:28:08 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [65d9483fd0139408ea286bc8744339e1503b4b59]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:56 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [33036bf2e84e8359f129df983a21a9deb7e58afc]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:11 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [736cbfae52e68efd9ac74d6457ea9b8986493219]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:28:08 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6dec995164ad835709c6485db24317b02ad06905]

        INTEGRATION: CWS ooo19126 (1.3.226); FILE MERGED 2005/09/05 13:05:56 rt 1.3.226.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [eca1c512c9ea6879d39bee7d43a92bc210b40c3a]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:28:08 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [647194e61a417f664b0f3918642ebc7b7c52679b]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 13:05:56 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [50ebe971dce48bff3d8ef8c60d8afba34122d3c9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:28:07 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [450937dbbe669fb3e95cbf87209d234db6f74846]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:10 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [ac990b2781b1a167ed14e6aa68faae437b006385]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [800407c78f67109cd05a088518c600f6bb3169b5]

        INTEGRATION: CWS ooo19126 (1.12.430); FILE MERGED 2005/09/05 14:28:07 rt 1.12.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c041bcdb85dd0a70b74a8cf6f7db7bb01b9395f0]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:44:10 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [3486a08aa8cf94461507c488919615ac4807f8c2]

        INTEGRATION: CWS ooo19126 (1.14.430); FILE MERGED 2005/09/05 14:28:07 rt 1.14.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [8bfd1facf2b44f33b3311253399303a0fbe5348c]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:44:09 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [710ad21897fe10cbb8e720ed21d98fd759efbee4]

        INTEGRATION: CWS ooo19126 (1.5.700); FILE MERGED 2005/09/05 14:28:06 rt 1.5.700.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a2ae8332d1b3f783158af2368fa883a68f1c2481]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:44:09 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d158ade8a918b84b4e6f3f34aeeb3efbbda84b5a]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:55 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [871dfb0bd46b0281c7699582da66878ee5c8c93d]

        INTEGRATION: CWS ooo19126 (1.3.396); FILE MERGED 2005/09/05 14:28:06 rt 1.3.396.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d3c9538601328fb25ba328b72463160d601c6f7a]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:44:09 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6e3ba46689a70cac317189ed0b15eeb197e5afc9]

        INTEGRATION: CWS ooo19126 (1.5.54); FILE MERGED 2005/09/05 13:05:54 rt 1.5.54.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [1cee6118e78a9e748fdc5e1128feab157b87093b]

        INTEGRATION: CWS ooo19126 (1.13.550); FILE MERGED 2005/09/05 14:28:05 rt 1.13.550.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b9c35bc5579dca728238db96db2ae811d38ba412]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 15:44:09 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [7b9ed723c4b51a56c190e51661140812d6158fd9]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 13:05:53 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b7d9d66557204d2cdec1aa8555b1914b549c918b]

        INTEGRATION: CWS ooo19126 (1.13.188); FILE MERGED 2005/09/05 14:28:05 rt 1.13.188.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6ae4ee251c1562b2d942cc02a740c0ba288f07e3]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:44:08 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [94afba3ad963261a60431165cec4ddc14e399216]

        INTEGRATION: CWS ooo19126 (1.2.318); FILE MERGED 2005/09/05 13:05:53 rt 1.2.318.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4e78148d1792fc7e474247c912602d87a4e6560c]

        INTEGRATION: CWS ooo19126 (1.4.1634); FILE MERGED 2005/09/05 14:28:05 rt 1.4.1634.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d0a5a01b6be3b37030651b4ecca609926e3c1e80]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:28:04 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [f6372b91013f00f613c240e638b6ab0000120f27]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:08 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [c30dd09405b7ad15951385b3cf5a408ae9e23559]

        INTEGRATION: CWS ooo19126 (1.10.454); FILE MERGED 2005/09/05 14:28:04 rt 1.10.454.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b0cebff80226cfec48c0c2c536a7427f1316e77e]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 13:05:52 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [60e1ca8eef3dabf7237bcb6f6882fc590f35b876]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:44:07 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [4f47ffc9132a0c16b64db0866d21631311ddea19]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 14:28:04 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [a9959cc4d29b3abb8fc01f194dfebb501d8cd14c]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:44:07 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [cbd3303a8557b9ca4fb14c3c0cd4d3b6d0175781]

        INTEGRATION: CWS ooo19126 (1.1.1648); FILE MERGED 2005/09/05 14:28:03 rt 1.1.1648.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [b35a1578dd5d41611f1f3ba1a6a49ff46d5b3a73]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 13:05:51 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [5508edf1eff852afea1f7a423630ce85bcfa3da6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:03 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [d7c7853b22a9330c9cadb00a192b35b2754af5b1]

        INTEGRATION: CWS ooo19126 (1.22.278); FILE MERGED 2005/09/05 14:28:03 rt 1.22.278.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [6a88ae7b18ebe4c6d7d5c9fd6e3b7de677f18339]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:28:02 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-09  Rüdiger Timm  <rt@openoffice.org>  [de53fd3854c18cbe64bf5af22e2d9a43e622acec]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 13:05:50 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2048689cd8e60853d6baca35cce8df7e399af99d]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:28:01 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee3269f572609af5fa95ff7d480ac2dcf50b13e0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:02 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [781786eabebb6f6db96793c3537df1b8c1388745]

        INTEGRATION: CWS ooo19126 (1.5.202); FILE MERGED 2005/09/05 14:28:00 rt 1.5.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4928a840bc48fd8ea15f4a12df24927c90db3c46]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:02 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fbe19316d7eafcc4b7292a34bfe1042ee57045b]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 13:05:49 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2108ee26f3f181476b29b16f96a085f8b8614515]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 13:05:49 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c57ba9661d0c416c1489087fa3bd7efaf679249a]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 14:27:59 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6900047ce7d5613e98489d701646dad0e3134664]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:44:01 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b77c24a5a9bcaac58dc30e87a627cb22a13a715]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:05:48 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3e3dd4c992eb72e337776102af0788a62dd305c]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:27:59 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c93995049e4bf95135ac24f0415cde33d046cd0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:01 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c6e93462809129fa2ed004a39fdc560ca621f1]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:27:58 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f47ee807562efb6d855351c2a49139afa750027d]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 13:05:48 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7b2448b65a4b1fa1e20338ba64ec6e7cf6b6fb0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:44:00 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2588172954930b6bbb9d693b5322a12a2ae6ec44]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:27:57 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fd2088ab74cd89f4bb3ac4558a2b67deb0a997d]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:05:47 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f21789ad3cd289f839b22816a4d9129de9e3fb0d]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:44:00 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d7e42ace1efa50770082f1d3849db47694a9500]

        INTEGRATION: CWS ooo19126 (1.2.454); FILE MERGED 2005/09/05 14:27:57 rt 1.2.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6a0bd1534225c5e34f7cb82b65a89026dc489a4]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:05:47 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3ecf8ce934da0f3d6441fdbfe103427ab84d15b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:59 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcd87adf464ecf6a02705a3bb2288cce77d5f0b5]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:27:56 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16d9a7ca6e993fbc639c8b313ed98e2fff867406]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:59 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49c20dc36e64a4dd6fa5932c4f197134622febb2]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:05:46 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffd070803887672cef9dc0e1e00f246992562194]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:05:45 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a78db96b9d2c846d1099f3d389df681551eb3c7]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:58 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecd5eeba82f15ce1aab236fbfc8454ba5361aabc]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:27:55 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9fb2f8043fae1347aad4926f96b17b2d7f9c8bc]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 13:05:45 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96060cce01e154b5ccd44503591c90dc196e8fee]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:27:54 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f06697b77e87b92965c691de4315df7023d634a3]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 13:05:44 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [466918391f3c0b060821dd2f3e2ed39b4e49b5b6]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:05:43 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d60075a0f827fed4ae15a262accbe76a1486c5b]

        INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 14:27:52 rt 1.4.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2693651da23f36674b32cad0415e1c8739de59ca]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:57 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8717656b208d524067f9155bfef21a13eab98d3a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:05:43 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8725829106271333f6618b5a66c2ce51d7951ef3]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 14:27:52 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [589b12381a9643070ed4bc46c34f9267aa8ac33f]

        INTEGRATION: CWS ooo19126 (1.6.106); FILE MERGED 2005/09/05 13:05:43 rt 1.6.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32ffc3d13d2e3f9297dea6cc49d6ade23dd4b3e3]

        INTEGRATION: CWS ooo19126 (1.9.314); FILE MERGED 2005/09/05 14:27:51 rt 1.9.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f45040774621c9dcf7d047160df89deb5800611]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:05:42 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [346c57d8da1d2d32d814ae513bccaa5a2a00186a]

        INTEGRATION: CWS ooo19126 (1.6.830); FILE MERGED 2005/09/05 14:27:51 rt 1.6.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba8c595d9f390ec81b3c584cde6ce46c162e1670]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:05:42 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff285b3667ca514df96b4b509848c235eb9816b5]

        INTEGRATION: CWS ooo19126 (1.11.314); FILE MERGED 2005/09/05 14:27:50 rt 1.11.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41ce5d3998fcf6ed01f01b785ea32c0ba222692f]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:56 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6257d87eb27f47ba57facae768f6b7902e95ed03]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:05:42 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ce7a910568b4f8c29edd0d7d73a1d04de2b313c]

        INTEGRATION: CWS ooo19126 (1.42.836); FILE MERGED 2005/09/05 14:27:50 rt 1.42.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b92afd01b428854ccfbfe04b5e72aad154e32aa]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:56 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c81b75a7b70928e923ba165b729127171407f46]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:27:49 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0a3b509ce7e8921ab0ded71027b0b855cc0c58b]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:05:41 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68b3cdaa387afafdb5e33989b47f6d8e20831f7f]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 15:43:56 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cc878018fb6e6777a9f6a0a2db0ff5358a2547e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:05:41 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37e82eed3115667219712c70408a7b5d4f4f2e30]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:55 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [586c86720de1e7ba5f395fc291eb14bb794b364f]

        INTEGRATION: CWS ooo19126 (1.4.314); FILE MERGED 2005/09/05 14:27:49 rt 1.4.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0541c94ef1c0298cf4235826590a02a3fedb64d1]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:05:41 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c0b8bef808383993f9f8cd8787fde855c63d229]

        INTEGRATION: CWS ooo19126 (1.4.444); FILE MERGED 2005/09/05 14:27:48 rt 1.4.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df3726f0cb0408fcc1d9f21a8608372f9ce72da4]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:05:40 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ba023744a7c0eee3edd269cef5a44ecc1114ea1]

        INTEGRATION: CWS ooo19126 (1.41.408); FILE MERGED 2005/09/05 14:27:48 rt 1.41.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fd7a920df0fe68b2409f527fd187b945111b70e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:54 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6048af2d81922f12a22acdaab0b1adb41a5503a]

        INTEGRATION: CWS ooo19126 (1.65.114); FILE MERGED 2005/09/05 14:27:48 rt 1.65.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f053dc87c5c3c74c87cb5b6a44d9edcc300636a]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:40 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a5565374174d88b110f1ad6ce3bcf86303442c9]

        INTEGRATION: CWS ooo19126 (1.10.668); FILE MERGED 2005/09/05 14:27:47 rt 1.10.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ee53135753a89e93deccd91a31b9ad5ae0c9d11]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:43:54 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14008496a2450c09dcb90672f161d05663517ff7]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:39 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a359e86a2f1f77f28546d97e39e1417c40202727]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:54 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eba3dc0b846f4254c367dfd7c46c2902688f1f72]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:53 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bae84052e2a5970cc990f838a4afe6a634021872]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e2ce1867346877f4f45cb782a293ae4ff392247]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:27:46 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b9c6da357b27b270f0410035821e81c9843d170]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:53 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffd619300793e5fafacca8a97b40c5e5627dd84f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [754887ba6f5311af0b996bd50a1016fabcaf17d7]

        INTEGRATION: CWS ooo19126 (1.9.112); FILE MERGED 2005/09/05 14:27:45 rt 1.9.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f224eceec5e8c0ff74e08458a2600e3b7f51d9e9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31021ca18d1662d6ae428db709f418b0c74f886c]

        INTEGRATION: CWS ooo19126 (1.24.836); FILE MERGED 2005/09/05 14:27:45 rt 1.24.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94341ac2273218473f1b8fe1665de6dab4b3a7ab]

        INTEGRATION: CWS ooo19126 (1.1.1658); FILE MERGED 2005/09/05 14:27:44 rt 1.1.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f5a998f86ca837f44d2fe05217376e53518c38b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:52 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b25258fc7d6b14d0bc677fa0efb92db56ea6700]

        INTEGRATION: CWS ooo19126 (1.22.190); FILE MERGED 2005/09/05 14:27:44 rt 1.22.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d192062fe9bf2dcc335b17b8d20de8e7a793342]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:52 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80516dffe18ef539a772bfc3fbab9dc81e118c64]

        INTEGRATION: CWS ooo19126 (1.13.830); FILE MERGED 2005/09/05 14:27:44 rt 1.13.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19eed09708b1a3004c2982868ceb2a9e9b64f038]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dbb7aeb1099c74121bd53de34dd635180947e0d]

        INTEGRATION: CWS ooo19126 (1.15.830); FILE MERGED 2005/09/05 14:27:43 rt 1.15.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6b13e7135affe8bf3a0a145f190b492655b5d63]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b74023eb0c0867d1c08e93d08f5cfe0f9e3073d]

        INTEGRATION: CWS ooo19126 (1.20.836); FILE MERGED 2005/09/05 14:27:43 rt 1.20.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7786dc3cffdeea02dc94abfa4b6fdfbb91632e0]

        INTEGRATION: CWS ooo19126 (1.1.1666); FILE MERGED 2005/09/05 14:27:43 rt 1.1.1666.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcacbdf08323d8eeb0a192f553a92ada6860707d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73e6430df9b9d7bba8a00bdd63a2f58fbd8035bd]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:51 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b78d4bacec316c3c1da6494215e8b5d3a7e6d601]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 13:05:35 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f43dfe99bf1aa0cdb78b1a4f5bfa7f4e1d41b9]

        INTEGRATION: CWS ooo19126 (1.28.262); FILE MERGED 2005/09/05 14:27:42 rt 1.28.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f0ea9c6c5cedf3ef95636d895994c873da34484]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:51 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e6b3c832e1b29f49ce8cac8da11327e28a91c60]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 13:05:35 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e62411a03cc95b89c7fd92659c5654c3f6f729e]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:27:42 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc4d17ea37dadc8582ecf8f5ae79f3ac75d6876]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:43:51 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48168216f70abbe360377a78d825edec92e582f9]

        INTEGRATION: CWS ooo19126 (1.10.38); FILE MERGED 2005/09/05 13:05:35 rt 1.10.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf2358e3eca92b4b54902740e4ed6234fd13a894]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 14:27:42 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3d647543a6e0825c3e1766c851c2b9bf005ba1a]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 15:43:51 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c11b41f6ddcaebc8693438b8727fc33884c021e]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:05:35 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa8a0b44236133cccf581b5c350e4bd27a686e83]

        INTEGRATION: CWS ooo19126 (1.7.112); FILE MERGED 2005/09/05 14:27:41 rt 1.7.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f937ee75ce89b99b168cc5f666ce4712dfa1a684]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:35 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [966f48a50cb1fadc5abde84856a048d86b8a396c]

        INTEGRATION: CWS ooo19126 (1.11.420); FILE MERGED 2005/09/05 14:27:41 rt 1.11.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55f63bf19cd538028b9024b8e4efd1dbe9f37fd0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:50 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7debc81bb2721493bae35db43e9e41b66001613]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:34 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8556b2547fcaa6a91d5c78c74a34ad8d454c3c87]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 14:27:40 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [305b03f58d8272ddda3321b79de5c46ede7f326f]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:43:50 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e1dfa0b49e617a016fe6d5ecfda448aba2e8568]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73239f1c68d69b9067093f76519c572b07193461]

        INTEGRATION: CWS ooo19126 (1.2.952); FILE MERGED 2005/09/05 14:27:40 rt 1.2.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6911dd00a897125533b33c1b147ececafe5f5e2]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:27:40 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56e9612128c74fb4f406827ee93c42985652f816]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 13:05:34 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [393a0abda48740fbe2a300788f2a84221f95f962]

        INTEGRATION: CWS ooo19126 (1.17.836); FILE MERGED 2005/09/05 14:27:39 rt 1.17.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a1e50489d533974eacd97e09fa01599dcbde63a]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:49 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b1182ed0810fa8c00da730edef6805342e0e9e5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daa299098c5a9b7e9bc454f5d3372041745b5467]

        INTEGRATION: CWS ooo19126 (1.10.1444); FILE MERGED 2005/09/05 14:27:39 rt 1.10.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [effde9af9b8f025e725b699a1fcc72891b0c4721]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 15:43:49 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46db67b0e6493ad5620eaf763973a06785f17bd7]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:33 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2eb534f3bc8f964323c1b3c57c5c2eec89cbcd1]

        INTEGRATION: CWS ooo19126 (1.2.1148); FILE MERGED 2005/09/05 14:27:38 rt 1.2.1148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edb82668c605b0d9d7f6f0ad4ed86a949136790f]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 15:43:49 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [195ca3d0276aca5c539f8488132b82219264f955]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2370d34a41c1f888c8736be8e8eddfbbc2d7b529]

        INTEGRATION: CWS ooo19126 (1.20.836); FILE MERGED 2005/09/05 14:27:37 rt 1.20.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0d19f45e88e2c94ea27718f1d3a7ddbb7473b84]

        INTEGRATION: CWS ooo19126 (1.3.310); FILE MERGED 2005/09/05 13:05:32 rt 1.3.310.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b35fdd861a1708395c4ac2f2e1bec0417cc3c9a]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:48 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [395fbacefbdea8eb9b21ac2849f780de9d9e967c]

        INTEGRATION: CWS ooo19126 (1.25.218); FILE MERGED 2005/09/05 14:27:37 rt 1.25.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66ceaa4a118a5f941dac78f27a0d6d74d99a9a51]

        INTEGRATION: CWS ooo19126 (1.11.74); FILE MERGED 2005/09/05 13:05:32 rt 1.11.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b036eaaaba7d7540bf77ffdb35f2d7ae6c8d8fe]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:48 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [158043d280d8b3e3a51da07162f794ca6fc2d8ca]

        INTEGRATION: CWS ooo19126 (1.4.700); FILE MERGED 2005/09/05 14:27:37 rt 1.4.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3851f8687980d3aa9e357bdd0b090faac14f8a74]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d49c6d146c34527795cf95d52ee4ac48d5e5595f]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:48 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76f06e5573d7a2a79947f7c16b0b08eb6a4b9685]

        INTEGRATION: CWS ooo19126 (1.15.264); FILE MERGED 2005/09/05 14:27:36 rt 1.15.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7dbdb36c4b04111001c6c057542084db4d22937e]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 13:05:32 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20ae9f796bdbff255c03dd89b3372b92ed179940]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:43:48 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f9d108d9c7855213a8fcaf433a771e314af235f]

        INTEGRATION: CWS ooo19126 (1.23.408); FILE MERGED 2005/09/05 14:27:36 rt 1.23.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89196914feee6158da09d922ba9c3f8322287b67]

        INTEGRATION: CWS ooo19126 (1.4.1478); FILE MERGED 2005/09/05 14:27:35 rt 1.4.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3988dbc23845790771c64e1e42f33f571fbc91bf]

        INTEGRATION: CWS ooo19126 (1.2.334); FILE MERGED 2005/09/05 13:05:31 rt 1.2.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7aea5f0ea53182078412f7edf8fe165fea0e915b]

        INTEGRATION: CWS ooo19126 (1.24.346); FILE MERGED 2005/09/05 14:27:35 rt 1.24.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c06c38a026c6c3aa37d791da4657509db22114e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f4c006a2dac6830581336bcfa0c4e5893f90431]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:47 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d91b5c4600b6b730aac558fdca26bf120ba38872]

        INTEGRATION: CWS ooo19126 (1.8.844); FILE MERGED 2005/09/05 14:27:35 rt 1.8.844.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a491fe998f83bec070af99aafccd24e5645993e]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 13:05:31 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87c271728099c35711a9e7531a0a55d48f8515e3]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:43:47 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [850f81f87054fa6ca4c9706c968c09044eb03368]

        INTEGRATION: CWS ooo19126 (1.2.1148); FILE MERGED 2005/09/05 14:27:34 rt 1.2.1148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c064584024465aa70df0f4b6a7a790c930fbcb7]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:47 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9475138655cfe5fad8a4b306fb013e0735ad097e]

        INTEGRATION: CWS ooo19126 (1.23.344); FILE MERGED 2005/09/05 14:27:30 rt 1.23.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ba0c06aead459fb0431cab90374f0505bf4fc61]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8dde8b011abbccfbbdec05deb73c67e176d52bfe]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2124419d8ffd231c7dd1fe503ec48660f0867ab4]

        INTEGRATION: CWS ooo19126 (1.2.790); FILE MERGED 2005/09/05 14:27:29 rt 1.2.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fa8985e133d2a3c63b2c25af913f8c8f7bebf0a]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:43:46 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f538b24abaa9ed1972e02857a705343f2e5c95a]

        INTEGRATION: CWS ooo19126 (1.14.596); FILE MERGED 2005/09/05 14:27:29 rt 1.14.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43fd75804f7903b5ec326a22ac364221c5631d1f]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 13:05:30 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f2ceb78eaa74a9b093df9cfb9b98f9aae528d28]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:46 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24a5fe21a80dd04c41b5f5c4b85c2d0f42f96fe4]

        INTEGRATION: CWS ooo19126 (1.18.112); FILE MERGED 2005/09/05 14:27:29 rt 1.18.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de52dedd6409bdee6cd18f1020781076c81bc269]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:05:30 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [557b15c7b1181ee57a7b545b834a4ec1b1484288]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:43:46 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cb4bb790a5e4b94be54d6a3234e9133876c933e]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 14:27:28 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30a4a708b7d422146d5c402c2e9e0bfd12b3c568]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87028f00e31ed2cfa8beeb351966ff2e8aec3b62]

        INTEGRATION: CWS ooo19126 (1.19.596); FILE MERGED 2005/09/05 14:27:28 rt 1.19.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ad2c50cc963cb3b7a6230efd5661ecf70aa4b53]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 13:05:29 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9f2534103af3a4d5f6dfd25bd8f6383bc378cfb]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:43:46 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96cea0de17948fa68949bb83689abcf7a4df405c]

        INTEGRATION: CWS ooo19126 (1.5.1644); FILE MERGED 2005/09/05 14:27:28 rt 1.5.1644.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [548f8166f439bd897d3c49e0e605f8e7e4da5261]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 13:05:28 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8db24f8af728ddac4837a3e1715a069077edc9ce]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:45 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d44734b3a10b5e836b30fa55b318ed20275f5dc]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:27:27 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6561c0166b1dd0e286645682e80d054447704595]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f82ac28e5607d5eac01a2dcdf150c4b4c40c683f]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:45 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33f03d66390af41e1b08d04df51ce636039fece4]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 13:05:28 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10fd0b3657315468b768c57bd99d1bcc9fad79a5]

        INTEGRATION: CWS ooo19126 (1.86.280); FILE MERGED 2005/09/05 14:27:24 rt 1.86.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f74e34b136e9551a530fdd1bdd9270bd941b4431]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:05:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e76580e49b42b4ad1e30e36a468a4709c476645]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 14:27:24 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc25a423fab00f81f84d522f7ebefb621f194ca1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0d761d6cb00b3025677f98f088311cad167e723]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:45 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [addf6a656876c06fbe2ca5614e32519d41a1f28c]

        INTEGRATION: CWS ooo19126 (1.2.1094); FILE MERGED 2005/09/05 14:27:24 rt 1.2.1094.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f99b13f34cb017ec02ea89781cdd8ef3ac4211af]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:05:27 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e649dcfe9d1b5dafb21fd9a3b6fa21570b007fc5]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:44 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f5cd6720d64943f5000cb8a2a744f2da2759d69]

        INTEGRATION: CWS ooo19126 (1.2.1094); FILE MERGED 2005/09/05 14:27:23 rt 1.2.1094.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [601b7395557c2ad3717141bf38f267eba859cd35]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:44 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d73bede347954889340632450e8c7d4907411a6]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 13:05:26 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a17ac2650ec37d790e2a73a348f60c8a97a3a46f]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 14:27:23 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7f0e30e1f99ad0b25de50f31b88915401d572d]

        INTEGRATION: CWS ooo19126 (1.24.404); FILE MERGED 2005/09/05 14:27:23 rt 1.24.404.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60d9e3094234fc6918edd017e5581548768e20e6]

        INTEGRATION: CWS ooo19126 (1.4.584); FILE MERGED 2005/09/05 13:05:26 rt 1.4.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb7fa7c7ddcc9b6e12af7cd05cd413f0b97cd5ed]

        INTEGRATION: CWS ooo19126 (1.44.290); FILE MERGED 2005/09/05 14:27:22 rt 1.44.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e4d10db9c49480d80953b75a3e5db4870690b6a]

        INTEGRATION: CWS ooo19126 (1.6.562); FILE MERGED 2005/09/05 13:05:26 rt 1.6.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [463cf8104fb12f6cb1c9ce60fb8e7fc1ce4c77c3]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:43 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7624ccbd072fecbe10caa2dbc8c41a05d5e2e4a]

        INTEGRATION: CWS ooo19126 (1.48.426); FILE MERGED 2005/09/05 14:27:22 rt 1.48.426.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be4c531b6d60d7281406ab58c4ec9d47e504e5a6]

        INTEGRATION: CWS ooo19126 (1.2.584); FILE MERGED 2005/09/05 13:05:25 rt 1.2.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aafefc505c1915293aedb5d32b89eb9bf7db3654]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:43 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [803cf95c8a870cfbb7e25cefbdac2462810502dc]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 14:27:21 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2560393c2fc965d5757ce69ae072021af8c32ed8]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:05:24 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28dbef34c53b76e458849e517fe0e132e6222b78]

        INTEGRATION: CWS ooo19126 (1.2.1634); FILE MERGED 2005/09/05 14:27:21 rt 1.2.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2c7ba9ff7ca89a95de8410bf24e952d9f5c25aa]

        INTEGRATION: CWS ooo19126 (1.3.952); FILE MERGED 2005/09/05 14:27:20 rt 1.3.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7d79aa1efda17c3b98967bcc8dca5dd7cc8586]

        INTEGRATION: CWS ooo19126 (1.2.584); FILE MERGED 2005/09/05 13:05:24 rt 1.2.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8981e37098ccf87199500727023c32f85857e07]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:42 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cfcfa17a089f2013147c85556fb21e8806029a1]

        INTEGRATION: CWS ooo19126 (1.4.584); FILE MERGED 2005/09/05 13:05:24 rt 1.4.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9d7e0a5fb19e528d4f2ae643d0cfe86982377bd]

        INTEGRATION: CWS ooo19126 (1.20.276); FILE MERGED 2005/09/05 14:27:20 rt 1.20.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f4ea06ff76aff2d15ddabf44716c52ff26a6772]

        INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 13:05:23 rt 1.3.336.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e241ded0ec8b6e0ca200f3f20c5c30dbe04cb9a9]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:43:42 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13ad0835786b80448f2f19855e7f3aea9819a123]

        INTEGRATION: CWS ooo19126 (1.9.560); FILE MERGED 2005/09/05 14:27:20 rt 1.9.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc8af1b11eab1cce8df29e3aa834688f4a8f1f06]

        INTEGRATION: CWS ooo19126 (1.2.584); FILE MERGED 2005/09/05 13:05:23 rt 1.2.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc94945fb598402aea34f2d52fff6cdc7351cd03]

        INTEGRATION: CWS ooo19126 (1.9.464); FILE MERGED 2005/09/05 14:27:19 rt 1.9.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c194fdc654d0999d1b9353a1d53f29e0ff0abcb3]

        INTEGRATION: CWS ooo19126 (1.4.584); FILE MERGED 2005/09/05 13:05:22 rt 1.4.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6637d38c47c14f053d6c48553007ce0f9682bc7]

        INTEGRATION: CWS ooo19126 (1.3.952); FILE MERGED 2005/09/05 14:27:19 rt 1.3.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2df02b7dbe0b9f7a67563b283234425aaf3f9e0b]

        INTEGRATION: CWS ooo19126 (1.14.596); FILE MERGED 2005/09/05 14:27:19 rt 1.14.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d47a5b87146dac1f27f0ea8c41257174bc2f44a2]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:41 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b49b59617ff0343a924ba3255a7e1727ba08aab7]

        INTEGRATION: CWS ooo19126 (1.2.584); FILE MERGED 2005/09/05 13:05:22 rt 1.2.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f54de2b28c5cc83d6550e4ad0a070d678b5f6f2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:27:19 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1a6741631f6b3e5c851d47eddf3c3874469014d]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:05:22 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54b91a862f3259423fb295bccd7ab2aa84eb3be6]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:43:41 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb32290d0ef4b1f591221f3b37e1b1d8517f3bb4]

        INTEGRATION: CWS ooo19126 (1.25.1094); FILE MERGED 2005/09/05 14:27:18 rt 1.25.1094.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd8984d0d2aff4ffed96f9fec65109d651f4e4fa]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:05:21 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a233e273ad10398cdbbee346ee69889430e5fea]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:40 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4b5eb42bb52bb286cddd97f5f91b1bbf68c8129]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 13:05:21 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72259c9b0738d33cf556159095a66cf45d13e7bf]

        INTEGRATION: CWS ooo19126 (1.72.240); FILE MERGED 2005/09/05 14:27:18 rt 1.72.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70e02ac1cd51ca5ca703aa475466df4b2bb01d94]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:40 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6dd4ee1c180f9d5e14b06c38126dc193694ffc2]

        INTEGRATION: CWS ooo19126 (1.4.584); FILE MERGED 2005/09/05 13:05:20 rt 1.4.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98bd21e6dbc723002ed6ad4aeabafe72ee74d574]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 15:43:39 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [084ba32ffdaa3684ea75a92abc35198930ce2e5f]

        INTEGRATION: CWS ooo19126 (1.20.462); FILE MERGED 2005/09/05 14:27:18 rt 1.20.462.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [926e009e1e8f8dd7d493296b4189e5e85566b13a]

        INTEGRATION: CWS ooo19126 (1.5.556); FILE MERGED 2005/09/05 13:05:19 rt 1.5.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02fbf7017db604c603b7968a367d1761a10badcb]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:43:39 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92e8b2df21b76c7aa25a51e3b1271d96b216189c]

        INTEGRATION: CWS ooo19126 (1.27.594); FILE MERGED 2005/09/05 14:27:17 rt 1.27.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb303b621442bddecd62ec062df13bb3cb039e47]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:38 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2f6323c8968d9eac5f57c90f3dc3f1472bd9997]

        INTEGRATION: CWS ooo19126 (1.17.598); FILE MERGED 2005/09/05 14:27:17 rt 1.17.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79d82e92921ef0bbd150a6b7a376405f679a3e50]

        INTEGRATION: CWS ooo19126 (1.7.562); FILE MERGED 2005/09/05 13:05:19 rt 1.7.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5128a354f7fd78239c3c250d84eb89d64b323dc9]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 15:43:38 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ffe3ca112292bb3241999a0ddc7a8d13871bff9]

        INTEGRATION: CWS ooo19126 (1.60.98); FILE MERGED 2005/09/05 14:27:16 rt 1.60.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8bb0a08bf94dbfd8c7216845dbc27d4560f7b4c]

        INTEGRATION: CWS ooo19126 (1.7.170); FILE MERGED 2005/09/05 13:05:18 rt 1.7.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b1f418612fd57bbe20a309781e741f8a18910b6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:38 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f225304f78e7adcbcc84e41e901cbc981d8a7bd7]

        INTEGRATION: CWS ooo19126 (1.4.250); FILE MERGED 2005/09/05 14:27:16 rt 1.4.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9565fd709a591f5a5dcd904c62d6913f62e33a06]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:05:17 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6f2c20669eb3811cd08e52d8c7b1486a0580cde]

        INTEGRATION: CWS ooo19126 (1.22.596); FILE MERGED 2005/09/05 14:27:16 rt 1.22.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eee78585b6dfcc6fca65b0aac3f9e5a2f124da6d]

        INTEGRATION: CWS ooo19126 (1.3.576); FILE MERGED 2005/09/05 13:05:17 rt 1.3.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6a0445d65125226224fdbad8b5a369513ff1db8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:37 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [969d25f888469ebabedcff07e97887008364ec66]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 14:27:16 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83e609e42ec3010a32f0508b280b5c020ee481b9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ad7c3ba17d775493039456e9e9cfffd03d1858f]

        INTEGRATION: CWS ooo19126 (1.26.464); FILE MERGED 2005/09/05 14:27:15 rt 1.26.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac9764442e154a9a6d6d5738116c90fc5be33c53]

        INTEGRATION: CWS ooo19126 (1.8.562); FILE MERGED 2005/09/05 13:05:16 rt 1.8.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d28484fcb8d283f6d0f5827a3c87000c826a2e28]

        INTEGRATION: CWS ooo19126 (1.66.96); FILE MERGED 2005/09/05 14:27:15 rt 1.66.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01e911575872635759832e7c2f1d45ba96a328ea]

        INTEGRATION: CWS ooo19126 (1.2.466); FILE MERGED 2005/09/05 13:05:16 rt 1.2.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0b07227c066d56d1059500d7caa799ddcb4f19a]

        INTEGRATION: CWS ooo19126 (1.33.186); FILE MERGED 2005/09/05 14:27:14 rt 1.33.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9adb41d7e645a0677a640dc05c69e6caad98ece7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:05:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02bedb39c2e552832ed8296e50c4b904a5e98a40]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:36 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9787a401fbe56ba3c5e7624a351b8103db7772fe]

        INTEGRATION: CWS ooo19126 (1.23.596); FILE MERGED 2005/09/05 14:27:14 rt 1.23.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5647b1e3879c256a1fb27ec8a215f325d1fa69d1]

        INTEGRATION: CWS ooo19126 (1.6.308); FILE MERGED 2005/09/05 13:05:15 rt 1.6.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d501f910d60898182b49b8e8802e9690fe719cd]

        INTEGRATION: CWS ooo19126 (1.19.558); FILE MERGED 2005/09/05 14:27:14 rt 1.19.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b9bebe89e111806b2ac0bcace61431ed4ffec5f]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:43:35 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f7ba8ac1a358eb322a0dba5b241087968ceef13]

        INTEGRATION: CWS ooo19126 (1.3.588); FILE MERGED 2005/09/05 13:05:15 rt 1.3.588.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [808cf681870059ecf24d19901b28214ff50a9818]

        INTEGRATION: CWS ooo19126 (1.75.98); FILE MERGED 2005/09/05 14:27:13 rt 1.75.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5c846b2f6d53f0fb9b14e8e319b1e685f802488]

        INTEGRATION: CWS ooo19126 (1.11.286); FILE MERGED 2005/09/05 13:05:15 rt 1.11.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee06a49a1987cef225cff374e75633c4ac4000c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:35 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d713c9a3a3955afc4c765610529bfbd2f33fa9b8]

        INTEGRATION: CWS ooo19126 (1.41.596); FILE MERGED 2005/09/05 14:27:13 rt 1.41.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fa8427086376d0e7f2862e2ea21c565f3523dbd]

        INTEGRATION: CWS ooo19126 (1.3.576); FILE MERGED 2005/09/05 13:05:14 rt 1.3.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d45dd40dd3731554b3595fcb2127a972057c3f9d]

        INTEGRATION: CWS ooo19126 (1.22.100); FILE MERGED 2005/09/05 14:27:12 rt 1.22.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64b75d1d3d657f0c0d8e4037c97e88189d1b0e06]

        INTEGRATION: CWS ooo19126 (1.2.292); FILE MERGED 2005/09/05 13:05:14 rt 1.2.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ee38149070a790203d336793e900ab8f883a953]

        INTEGRATION: CWS ooo19126 (1.5.344); FILE MERGED 2005/09/05 14:27:12 rt 1.5.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [221206a692038755e7ef489a1342d33725430d84]

        INTEGRATION: CWS ooo19126 (1.2.292); FILE MERGED 2005/09/05 13:05:13 rt 1.2.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [059b33e5d8c77316e28a490eaa558bee9d11bae2]

        INTEGRATION: CWS ooo19126 (1.23.596); FILE MERGED 2005/09/05 14:27:12 rt 1.23.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [568517c9bc276d2cd9d26c90e34d0ce9ddc015b6]

        INTEGRATION: CWS ooo19126 (1.21.46); FILE MERGED 2005/09/05 13:05:13 rt 1.21.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd341f11f334748964fc8d520a1db24b11a1b48f]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:34 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c6b48f0d807601101a4571d8b5cf7af193971d9]

        INTEGRATION: CWS ooo19126 (1.60.594); FILE MERGED 2005/09/05 14:27:11 rt 1.60.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfc00745bcd1dbdd9c49e74b2dfa51060e87dac6]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:34 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3be9a632c5b7907cdca9b5fed5ab9cd71afaa864]

        INTEGRATION: CWS ooo19126 (1.5.584); FILE MERGED 2005/09/05 13:05:13 rt 1.5.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5e2a0f53b34c2234280c3891fb9e537ea64f3d9]

        INTEGRATION: CWS ooo19126 (1.4.792); FILE MERGED 2005/09/05 14:27:11 rt 1.4.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2954d17d5a4296788411d9ec25f85930087c0f4a]

        INTEGRATION: CWS ooo19126 (1.33.38); FILE MERGED 2005/09/05 13:05:12 rt 1.33.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98ac934c2c98d6771e276070e7e1e86f6ff005f7]

        INTEGRATION: CWS ooo19126 (1.8.598); FILE MERGED 2005/09/05 14:27:10 rt 1.8.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4256442b5cc054eeb69d78d7ddf093ccf22a23fc]

        INTEGRATION: CWS ooo19126 (1.2.1662); FILE MERGED 2005/09/05 14:27:10 rt 1.2.1662.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a00ddec37a9760569ad999018a4a29fde3256c5]

        INTEGRATION: CWS ooo19126 (1.4.952); FILE MERGED 2005/09/05 14:27:10 rt 1.4.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [431d373fdad84eccf1fcf0c9caa2c956e792fb82]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:33 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10d4a09f32378c26f3cdb3a53ed0d37f9dc3f50e]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:05:11 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [391a009f0f4a0ea8693456392f744a944a5e5f8c]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 13:05:11 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f23f4d57c1302d4b46396610c50ab692989396cc]

        INTEGRATION: CWS ooo19126 (1.20.328); FILE MERGED 2005/09/05 13:05:11 rt 1.20.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e73f361cbda17932768b2d86aa966e9ff27f0c28]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:32 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d97f698ea1d79b57a9f9ce216721bd6d36e8b33]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 13:05:10 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d40f063f3a329b84e54a52f2ac7dbf9d6235cb6]

        INTEGRATION: CWS ooo19126 (1.8.344); FILE MERGED 2005/09/05 14:27:09 rt 1.8.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [539a7c767c5a1ea421db08eacdd8dab12cc900db]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:32 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc3207a562ed7a9b4b15c3d9d75c676936eb041f]

        INTEGRATION: CWS ooo19126 (1.6.164); FILE MERGED 2005/09/05 13:05:10 rt 1.6.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e32989517ff68c9d9e9702ff2f277d4d9d20f8e3]

        INTEGRATION: CWS ooo19126 (1.8.598); FILE MERGED 2005/09/05 14:27:09 rt 1.8.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f49fd967f97783afafe07ba2eb582656bee2d6ae]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 15:43:31 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2266a6deaba66f534cdd0464dc5bc8002edcc38c]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 13:05:09 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b81bd794613f597423a1a5ec6873145a37b2662b]

        INTEGRATION: CWS ooo19126 (1.18.404); FILE MERGED 2005/09/05 14:27:09 rt 1.18.404.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7148e1b090555cb2f742eddce0f3869df338561]

        INTEGRATION: CWS ooo19126 (1.5.344); FILE MERGED 2005/09/05 14:27:08 rt 1.5.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4327eab76688922060d9e43f0a6682a9b45a919b]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:43:31 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e030294fc3cbe72f711733c4a7083a9e86d8adf]

        INTEGRATION: CWS ooo19126 (1.1.564); FILE MERGED 2005/09/05 13:05:08 rt 1.1.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa9adcb1bfc7521e5a56460de72057d17c43e11c]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 14:27:08 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a128a463a9cd80db088cc6f62baeeded2065c33]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:43:31 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63e66a8203816060fa8cdc88e889d14a0449215d]

        INTEGRATION: CWS ooo19126 (1.2.584); FILE MERGED 2005/09/05 13:05:08 rt 1.2.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd4c09622699ee9dc2b6d9874efb7430dfb6e1a4]

        INTEGRATION: CWS ooo19126 (1.132.102); FILE MERGED 2005/09/05 14:27:07 rt 1.132.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd416f666c35e2e047f393e4e8878b03d8fbf009]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:30 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52ed82d5e81b001b62d164a57a49c87a80334f38]

        INTEGRATION: CWS ooo19126 (1.3.586); FILE MERGED 2005/09/05 13:05:07 rt 1.3.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f9ea471e99d99a5e4f2d60d8a991cb70112949c]

        INTEGRATION: CWS ooo19126 (1.5.1626); FILE MERGED 2005/09/05 14:27:07 rt 1.5.1626.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8f4dd853fa68514636085d1e85456d47aedaecc]

        INTEGRATION: CWS ooo19126 (1.2.586); FILE MERGED 2005/09/05 13:05:07 rt 1.2.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b31215c6c5b55d11f4ffc864998e8eb80f158e34]

        INTEGRATION: CWS ooo19126 (1.11.598); FILE MERGED 2005/09/05 14:27:06 rt 1.11.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90235bf50bc1bb4947dcb98b9837b9a2e2b828d5]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 15:43:30 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b68a03503a1d9afdcb5ac86eab2813291f90fc3]

        INTEGRATION: CWS ooo19126 (1.23.548); FILE MERGED 2005/09/05 14:27:06 rt 1.23.548.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [207072c8846985182532b1ed77bb2d4ea56aa043]

        INTEGRATION: CWS ooo19126 (1.6.584); FILE MERGED 2005/09/05 13:05:06 rt 1.6.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0d10ffcb589e2089a6ff81f8c2ea916902b2c41]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:29 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f33861d132b848f29f94526d28dbc69763d06bcc]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:05:06 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81d3253b018e7ebba9cd05c229dab7fd34f72c82]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:29 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4185ce9fb19aae763a9bb0842852d6aab3ed6ec3]

        INTEGRATION: CWS ooo19126 (1.46.186); FILE MERGED 2005/09/05 14:27:05 rt 1.46.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95f88f19d09e1d8109828422616daa13f71e9e85]

        INTEGRATION: CWS ooo19126 (1.3.584); FILE MERGED 2005/09/05 13:05:06 rt 1.3.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d07816175167a005abcd83335054efc32fb0818c]

        INTEGRATION: CWS ooo19126 (1.18.78); FILE MERGED 2005/09/05 14:27:05 rt 1.18.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [835ca646d3314443c2399f849bffc542666b4b99]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 13:05:06 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e91c0973296dcce8693535c12ebd54388e33946]

        INTEGRATION: CWS ooo19126 (1.19.406); FILE MERGED 2005/09/05 14:27:04 rt 1.19.406.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6abc7ed16f7d93169e49a76a8c237bb325191f8d]

        INTEGRATION: CWS ooo19126 (1.2.586); FILE MERGED 2005/09/05 13:05:05 rt 1.2.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89787f97020df52a0b1be9bea4f15009c3046a6f]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 15:43:28 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea0b12210be0321c897225a5f666af6a7b776432]

        INTEGRATION: CWS ooo19126 (1.13.596); FILE MERGED 2005/09/05 14:27:04 rt 1.13.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae6bab8ce6812415802e30279b4aa0b4a2a2d348]

        INTEGRATION: CWS ooo19126 (1.6.584); FILE MERGED 2005/09/05 13:05:04 rt 1.6.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4934c09285eb23dd8832db325c1e07cb32d2f725]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:28 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e9db06b25d406791f6ad0c83d76cf7be0ba80e1]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 14:27:04 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27e103e98634ea7ff3986d2526e0a5c1266affca]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:28 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00c6c7a6435271ce1acf90ee4f750e25258c9b45]

        INTEGRATION: CWS ooo19126 (1.5.580); FILE MERGED 2005/09/05 13:05:03 rt 1.5.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [667a3f794b16f04710b96af309ebdc19c0dd73d9]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 14:27:03 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84b016d54545307814bc584489f83a622db1e014]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 15:43:28 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1d48bec1640cb82cc718054d0ba07512764ce27]

        INTEGRATION: CWS ooo19126 (1.4.582); FILE MERGED 2005/09/05 13:05:03 rt 1.4.582.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af693532014e3495171288494160dfb4056688e2]

        INTEGRATION: CWS ooo19126 (1.3.596); FILE MERGED 2005/09/05 14:27:03 rt 1.3.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebbc93e7d732a9bfc59fbae047ec065b590d3908]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:27 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8f892f4ad552e3fdcc1af31d7ce81f9a509e819]

        INTEGRATION: CWS ooo19126 (1.5.576); FILE MERGED 2005/09/05 13:05:02 rt 1.5.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6431f9af4d284a6aab289e545e722c8cc77a219a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:27:03 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25645756165649cb39b6a04d4dfe801f1b91d1b0]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:05:02 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e7d7c5fd8463e03c52ae2309762ae14764294d7]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:27 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7a5d62f53a7de8d01cf1742e044b10e04ca38e0]

        INTEGRATION: CWS ooo19126 (1.16.514); FILE MERGED 2005/09/05 14:27:02 rt 1.16.514.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a62ca882bbbf2fe606c29f74445e7f846e20315f]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:43:27 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2891bd5418592dcbeab14b270e131dcf1550bf4d]

        INTEGRATION: CWS ooo19126 (1.4.586); FILE MERGED 2005/09/05 13:05:02 rt 1.4.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33c5450574e3a36584cedbd33580dc80bf387842]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:27:02 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [836ed7777a1471d13e76d84b0d6e372b2dc41d43]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:43:26 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b5b5562d5ae1193fa58ace33d11772abaaeae12]

        INTEGRATION: CWS ooo19126 (1.12.348); FILE MERGED 2005/09/05 13:05:01 rt 1.12.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b82f4edfa905b728e76e1eba976581e3d28480b7]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:26 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa3e96a5ee347e8eb5cd3d142720d33868e9a729]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:05:01 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15dea3f9aa018fc3285b63b85fc1f77b770fac20]

        INTEGRATION: CWS ooo19126 (1.23.598); FILE MERGED 2005/09/05 14:27:01 rt 1.23.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48e0f5bebe4c8bb3871d742a2b6d03de37512617]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:05:00 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [084eb14152ff202fdb956779c0ec49c4e5c24806]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 14:27:01 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47376bf5ed8ebace233feeefbd10e679fce3c4a2]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:05:00 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a3ec12d2cad120d85cbaf3dcff0c24cc7a5c6fc]

        INTEGRATION: CWS ooo19126 (1.15.424); FILE MERGED 2005/09/05 14:27:00 rt 1.15.424.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a13707813b1cdd45196337ab97bc3e0e0c1695c5]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:25 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5edbb8d3b8714f71ed27e82090e3c03057c31208]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:04:58 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbc2ad5af5414f6a97c3a145b63fc3d5af9cc1a0]

        INTEGRATION: CWS ooo19126 (1.4.80); FILE MERGED 2005/09/05 15:43:25 rt 1.4.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e95f7ec6a8dd22e7571764fd2dd2cc0b5f10594]

        INTEGRATION: CWS ooo19126 (1.4.474); FILE MERGED 2005/09/05 13:04:58 rt 1.4.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f1db274a47c9d2b738e0c39ebfc998c5aa1c1f4]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:43:25 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0503a3cd6ae13f6adc1e58c22b79f10e66f04bc3]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:04:58 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa0e1d12277a6877723936dc003f3dc5d9d6f314]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:24 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2db860fa31f18a5fd718aabf31263033231eb20f]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 13:04:58 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f42c38562a57675ec1d610ba99febd81d07f9c60]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:43:24 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8366229ab9a3d0785d668f13c68faa867cb67fcb]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:04:57 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89bc3064243963c43d9425a0b7538efad654c029]

        INTEGRATION: CWS ooo19126 (1.1.560); FILE MERGED 2005/09/05 13:04:56 rt 1.1.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39f557aa75acbde30569a05e5045e3c503f33ab0]

        INTEGRATION: CWS ooo19126 (1.5.596); FILE MERGED 2005/09/05 14:26:51 rt 1.5.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4756aca6dd09bbb605ef84bb62e8bc3543540cbf]

        INTEGRATION: CWS ooo19126 (1.4.1072); FILE MERGED 2005/09/05 14:26:50 rt 1.4.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9be611221d31177fcb264bbaed9721dcd77a907]

        INTEGRATION: CWS ooo19126 (1.2.1664); FILE MERGED 2005/09/05 14:26:50 rt 1.2.1664.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd2e7cccbe3020e78478cda136db028a932ad8be]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:23 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f1a7834d9fb03d74a162646e3859da1a795d3db]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:04:55 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [799ed9842c0b9a646c1d7abef2cdd4525aa8085f]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:04:55 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [544212faa95029af4f297185a854185dda49964a]

        INTEGRATION: CWS ooo19126 (1.2.1444); FILE MERGED 2005/09/05 14:26:50 rt 1.2.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8f19610ac34de13889809f06104d4bb41b3650c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 13:04:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a75ca9f67dc8fad714ce13a9d4801f92590d34a3]

        INTEGRATION: CWS ooo19126 (1.4.706); FILE MERGED 2005/09/05 14:26:47 rt 1.4.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eaaa511089a0735eb5f457e44ee7d4b8169cb0fb]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:23 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c46c09e0e6dc5d873414159fe89d85bf4ca66d]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 13:04:54 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8634965ef2229ed3b0635023c9223405d625bfde]

        INTEGRATION: CWS ooo19126 (1.4.280); FILE MERGED 2005/09/05 14:26:47 rt 1.4.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a4cea18a3f68e01a21ecc9fb503045f0d7a3451]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:22 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f900f8b201b3f26576d47ef18ef542b8ab9eea4]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:04:53 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63b812c9baba8529d12a777367b25a439c2ae668]

        INTEGRATION: CWS ooo19126 (1.26.280); FILE MERGED 2005/09/05 14:26:46 rt 1.26.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b92e342663351f9892eee35f6fe121022f0b644b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:22 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2932755604f24c0f19bfb8628d84a9a7937f307]

        INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 13:04:52 rt 1.11.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccda2c6bfaa3551dad462267adf66348609b9b48]

        INTEGRATION: CWS ooo19126 (1.2.712); FILE MERGED 2005/09/05 14:26:46 rt 1.2.712.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15e9315c92f7639da51db111a4c2096cf495416c]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 13:04:52 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [270310a3bb3ab2ca9134dd7fbfcbf2c9236aab91]

        INTEGRATION: CWS ooo19126 (1.2.706); FILE MERGED 2005/09/05 14:26:45 rt 1.2.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f8d361d85ba003a9ad48dbc26a0308f29ce5d52]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 15:43:21 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [927256c98ff8de760125918fc63deb1bc169c294]

        INTEGRATION: CWS ooo19126 (1.4.264); FILE MERGED 2005/09/05 13:04:52 rt 1.4.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8b1dd8e4e39cb0951935f000d889301762f4d86]

        INTEGRATION: CWS ooo19126 (1.10.252); FILE MERGED 2005/09/05 14:26:45 rt 1.10.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bdf3b2a4ac4efa97b2d34b7cd87fb85c471f14e]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:43:21 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85ef9a32437dad40dd9c91ee88f0b9408da711c8]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:04:52 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [720e80c7cd39c9b411e871201e108b24def033e8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:21 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd6fcfc8fe9ccaa1ad9c614c4317251a14837623]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:04:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5df0747eda1a054debfd64e120b08e090e0ede85]

        INTEGRATION: CWS ooo19126 (1.3.712); FILE MERGED 2005/09/05 14:26:45 rt 1.3.712.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ab99562e7d8a9369c4783b423b337da9e2f3177]

        INTEGRATION: CWS ooo19126 (1.4.186); FILE MERGED 2005/09/05 13:04:51 rt 1.4.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d0f5202125fad1a8f810b9d04e504c55cb9a10b]

        INTEGRATION: CWS ooo19126 (1.4.584); FILE MERGED 2005/09/05 13:04:51 rt 1.4.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74d364acc49f5a909012f705d34c131e5bb9b143]

        INTEGRATION: CWS ooo19126 (1.2.706); FILE MERGED 2005/09/05 14:26:44 rt 1.2.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c8f1dc44603215ccf571d2ba3aaba4c9f5d5e12]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:20 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6efee9700365273c4e6a01e9aac3d852fffd024d]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:43:20 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb4bc9749b808151c9d78ff6093e730e28151471]

        INTEGRATION: CWS ooo19126 (1.7.444); FILE MERGED 2005/09/05 14:26:43 rt 1.7.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [104a9a87bd10fb90f20c6415e03b44aa1ee96745]

        INTEGRATION: CWS ooo19126 (1.6.584); FILE MERGED 2005/09/05 13:04:50 rt 1.6.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [923e02ca61366e19b0f4e679a7c0af70aaefaec3]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:20 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9264647569e18d2b08528b2312a33ae128b6257e]

        INTEGRATION: CWS ooo19126 (1.5.502); FILE MERGED 2005/09/05 13:04:48 rt 1.5.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4d20d90c368edafdd4f17c9e7d50a2be6cf3246]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:43:19 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4aa1d97fe85854b28e8ee836af3a431728de92e1]

        INTEGRATION: CWS ooo19126 (1.2.1046); FILE MERGED 2005/09/05 14:26:43 rt 1.2.1046.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa4ddf965b87ca6a2ca0e724a655167edeb50122]

        INTEGRATION: CWS ooo19126 (1.4.562); FILE MERGED 2005/09/05 13:04:48 rt 1.4.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80e06c9d47531bccdb0dcd21b5275bf3e0452901]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:19 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [591dfe23ae5c66a515f6391c909776f19fbca117]

        INTEGRATION: CWS ooo19126 (1.14.560); FILE MERGED 2005/09/05 14:26:42 rt 1.14.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a34aafe6df6aa18c15b8ba46d9a28188d94e9bd]

        INTEGRATION: CWS ooo19126 (1.3.584); FILE MERGED 2005/09/05 13:04:48 rt 1.3.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aab9217445bf188faad3d34beff89a098ff7a56b]

        INTEGRATION: CWS ooo19126 (1.3.702); FILE MERGED 2005/09/05 14:26:42 rt 1.3.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80ae7b4b0273283b0037b85a94117f0476e04c8c]

        INTEGRATION: CWS ooo19126 (1.1.558); FILE MERGED 2005/09/05 13:04:47 rt 1.1.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc26dbc379c6549323fd18e1938f5fbb04666c7a]

        INTEGRATION: CWS ooo19126 (1.5.598); FILE MERGED 2005/09/05 14:26:42 rt 1.5.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70737d8ab6022df52830ee28ba75d959d472abe8]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:26:41 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [661a6fb71201077e9df106c8a94d091e2639f5fa]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:04:47 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0977c52adf477e9c985b3ec8039977289b11d66a]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 15:43:18 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6354c84aaff68603cb4296df439d1c62c4feda0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 13:04:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a73e932cb9139ceb24d1b3a47e24635b686ad737]

        INTEGRATION: CWS ooo19126 (1.4.550); FILE MERGED 2005/09/05 14:26:41 rt 1.4.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bafc5fec8818e26b07bd8aff339b8e3a55b05082]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:18 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [483ef728cc095629385c2742d1d75c1772b45bd8]

        INTEGRATION: CWS ooo19126 (1.2.100); FILE MERGED 2005/09/05 13:04:47 rt 1.2.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1b41db478b80ebff86d9e73a8d598a8d70aa993]

        INTEGRATION: CWS ooo19126 (1.4.598); FILE MERGED 2005/09/05 14:26:40 rt 1.4.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca453fd30d368b551ea349dc23c414355df3cbea]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:18 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a34ad60bbbe7d81a771a719fd8b2b9bde76e7b7f]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:04:46 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60106a61539f906ff80d5ff564a686d12600ec8f]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:26:40 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a8d0090399fb05c09e663ef396f8711e00f8aa0]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:43:18 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92172162f3c6c5b8ea9cfa662e7d3d35104677cf]

        INTEGRATION: CWS ooo19126 (1.3.332); FILE MERGED 2005/09/05 13:04:45 rt 1.3.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [632a85a8f5024d6b6f4122137322f299e536b225]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:26:40 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d8572eca9790f95d4c1b0b0e8f37af094e49c5c]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:17 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64340591d25e7838401ac2d417a9190efb7e6c1f]

        INTEGRATION: CWS ooo19126 (1.4.598); FILE MERGED 2005/09/05 14:26:39 rt 1.4.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ef489bee2ac98573c9498a99a1bd307fb1da16e]

        INTEGRATION: CWS ooo19126 (1.2.564); FILE MERGED 2005/09/05 13:04:43 rt 1.2.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fcae7b0b037d6c1abad4c4a007792267442bc2c]

        INTEGRATION: CWS ooo19126 (1.6.598); FILE MERGED 2005/09/05 14:26:39 rt 1.6.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1daefb97ac752686da09535e4d526a90765ca310]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:17 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67c3808aad992837ce1b6e806a17bd94c9582c1e]

        INTEGRATION: CWS ooo19126 (1.6.554); FILE MERGED 2005/09/05 13:04:43 rt 1.6.554.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a2acceba98bb7b1e36816df200fb6fecf2ab48b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:16 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a33819a764fff639c83a23f68caa1d135c8093f0]

        INTEGRATION: CWS ooo19126 (1.4.458); FILE MERGED 2005/09/05 13:04:43 rt 1.4.458.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00bc46123cd168bc9a86b15fa0c8dcb413837140]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:26:39 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [229a475a3a65908aff613f1668c25a884077e5eb]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:04:43 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0feb6ca2aa6f9f088ba0308d2557681e2f63a127]

        INTEGRATION: CWS ooo19126 (1.5.290); FILE MERGED 2005/09/05 14:26:38 rt 1.5.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7df0452441f61d2655eae9049dfb1e0a34465a6b]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 15:43:16 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6d021060d0238d68cb09c6ab0bb3f6ec9e2681e]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 13:04:41 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [156e654f930b8c50454322d9eb3ee69210cabe8b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:15 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42820f394aafad09dc3cc1c655746aea2365d6cb]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:26:38 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54c270430a2585f64f3f4a7c5ad1123ab6923d07]

        INTEGRATION: CWS ooo19126 (1.4.502); FILE MERGED 2005/09/05 13:04:40 rt 1.4.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af156554cab9296399240f2c4d9358d67606b823]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:04:40 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71ab1bfd449bf30349dae720af1b246c6e812f06]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:26:37 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ebf974897db3436c329c4b56e220a4cc9a591c3]

        INTEGRATION: CWS ooo19126 (1.11.348); FILE MERGED 2005/09/05 13:04:39 rt 1.11.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [602f808c3a9c612f7e1eb0da46e2b755ee944537]

        INTEGRATION: CWS ooo19126 (1.5.598); FILE MERGED 2005/09/05 14:26:37 rt 1.5.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8887aacaf791030ccbc8e2edbca76f60bbad5017]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:04:39 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11e2a1f8b4c287f6907c7dfa2ca546170a98dcdd]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:04:39 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac6cdb584ebe707df9cc1fae06e459bc838949bb]

        INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 14:26:37 rt 1.5.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4edc6b5829ecc3f9aaa6d4ba70921d23fb3d585]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:14 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc0693d91362ffdecfeb5e984cb41defce7c400]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 13:04:38 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa16f1af849fe4a83b9a50406bb17fa68da599a4]

        INTEGRATION: CWS ooo19126 (1.4.598); FILE MERGED 2005/09/05 14:26:36 rt 1.4.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f83526685270e8ca60c8fdd9031b7b6798ccf8cc]

        INTEGRATION: CWS ooo19126 (1.7.562); FILE MERGED 2005/09/05 13:04:36 rt 1.7.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f60d931b535b60df9ef8c43e7143f2930c98ed74]

        INTEGRATION: CWS ooo19126 (1.8.562); FILE MERGED 2005/09/05 13:04:36 rt 1.8.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89bfdbd7eb621a15254d7da3b5657194f2df81ad]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:04:35 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e5c4e819c0d836dce84457e4ffe2c7415c10eba]

        INTEGRATION: CWS ooo19126 (1.5.598); FILE MERGED 2005/09/05 14:26:35 rt 1.5.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cc320c38d9b2834a569d4af8913f9dbe13c461f]

        INTEGRATION: CWS ooo19126 (1.3.586); FILE MERGED 2005/09/05 13:04:34 rt 1.3.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81d28e36fc7cf0e0e8aaa5d229407e5aba63e35c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:13 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b79cef3af8d261df05088aae1314c910c6a6edd]

        INTEGRATION: CWS ooo19126 (1.5.560); FILE MERGED 2005/09/05 13:04:32 rt 1.5.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8deff2ccb518e61c221f9c5c9e875de6e3336756]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:43:13 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d293c53f6e78d075fe21de252dd5e967df2b41a]

        INTEGRATION: CWS ooo19126 (1.4.576); FILE MERGED 2005/09/05 13:04:32 rt 1.4.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c29541f334ff49851c20ac57e5e22defbba813f]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:26:34 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e08e4a9aa14732d20e852df54051cb278d50868]

        INTEGRATION: CWS ooo19126 (1.8.348); FILE MERGED 2005/09/05 13:04:31 rt 1.8.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [582fcd558e7cd9f9eda962e618b37519554ad7e0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:12 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [662df0ea64bb308441b11b091c093344d0762afd]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:26:33 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33311bbe1489585469957dc21741c3750010c799]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:43:12 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef24c39231e16306f8a7e687b247de19d4ca9fbf]

        INTEGRATION: CWS ooo19126 (1.2.576); FILE MERGED 2005/09/05 13:04:31 rt 1.2.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b45479e605d7cbd746c1413874d920c3531e57c6]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:43:12 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [217f893344c97b1223d114d55bc297cb61ed33fa]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:04:30 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a65ff471b0dbf56fbc0f7545146f7ac7899efd5]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:43:11 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcdf062ab22982a8cdac98393d52dcad1bde13ef]

        INTEGRATION: CWS ooo19126 (1.2.790); FILE MERGED 2005/09/05 14:26:32 rt 1.2.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4afc64c1cf9ee53c29ff995dd8a0939e95e75c5]

        INTEGRATION: CWS ooo19126 (1.6.584); FILE MERGED 2005/09/05 13:04:30 rt 1.6.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59506c51fbcef960d4d70883ebbdde1ce4207a00]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:43:11 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc9413e7f511ee22ccd479a6395f7e30004bae2]

        INTEGRATION: CWS ooo19126 (1.6.250); FILE MERGED 2005/09/05 14:26:32 rt 1.6.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91e47da9b6e6123dca0bea0edeccaac1849ca26a]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:04:22 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5473051d8d22301ccc65e1ecd97642c5e8a57cf]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:11 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a118627fb11214573e7922dd4f959b0a1297a4a]

        INTEGRATION: CWS ooo19126 (1.12.106); FILE MERGED 2005/09/05 13:04:22 rt 1.12.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4390766111032a4a896eddd2c7d3a45390b39a5]

        INTEGRATION: CWS ooo19126 (1.8.292); FILE MERGED 2005/09/05 14:26:32 rt 1.8.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24abb3edfad54d021251f80a0253f0b7da34b218]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 13:04:19 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a6917fc6b858347b5b89102c6841ad579689e2c]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:04:19 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac8be9e903caebbbcb05c8c47e6995e44d1e28e]

        INTEGRATION: CWS ooo19126 (1.2.838); FILE MERGED 2005/09/05 14:26:31 rt 1.2.838.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6724cda6250b111923e5bdb0384ca1a9ffb12c7b]

        INTEGRATION: CWS ooo19126 (1.16.308); FILE MERGED 2005/09/05 13:04:18 rt 1.16.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed67e0a640cf8af45f688076cf21b7373be1663a]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:26:31 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dae10a15323ab1978a6817ed8e519ae946269010]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:04:18 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1141355d39d323a5456be3c93319d97db17613f]

        INTEGRATION: CWS ooo19126 (1.13.292); FILE MERGED 2005/09/05 14:26:30 rt 1.13.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [722d9a83913860992d7190ff07973163c147f99d]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 15:43:10 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a17fa4d09f157f7046bb7a668b3ab2ac829238d4]

        INTEGRATION: CWS ooo19126 (1.10.308); FILE MERGED 2005/09/05 13:04:18 rt 1.10.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6034f7ad94847e86d6248198e7d25d0c02a62ca9]

        INTEGRATION: CWS ooo19126 (1.2.954); FILE MERGED 2005/09/05 14:26:30 rt 1.2.954.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8668257b9f5fd36f506b620ef6760b87809d6a9d]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:04:18 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f1651f845a5f7aa97002938e9105145fc0bdb40]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:10 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75e6f5514d3a6b95b4b8d53316fa1b7f82a680ec]

        INTEGRATION: CWS ooo19126 (1.11.292); FILE MERGED 2005/09/05 14:26:30 rt 1.11.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [565dd025a75601494a58cb29983493b063adcf14]

        INTEGRATION: CWS ooo19126 (1.3.562); FILE MERGED 2005/09/05 13:04:18 rt 1.3.562.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b27800c83138fd25ddafa48dea67239a4f00be0]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:10 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef380852c7415385f4044c3381e0f3b4f0682ef9]

        INTEGRATION: CWS ooo19126 (1.3.668); FILE MERGED 2005/09/05 14:26:30 rt 1.3.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9818a3079aedbb02f075f16b3b027d1848bccbf]

        INTEGRATION: CWS ooo19126 (1.7.308); FILE MERGED 2005/09/05 13:04:18 rt 1.7.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e8b9eddf1a52c86c5e3d7982401a12eb3658179]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:09 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da83e579a7aca655563bb9bc6282d2b143cc2c64]

        INTEGRATION: CWS ooo19126 (1.6.550); FILE MERGED 2005/09/05 14:26:29 rt 1.6.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [862af0d2cadc2eace9ffca4972043ffb2b99b90b]

        INTEGRATION: CWS ooo19126 (1.1.556); FILE MERGED 2005/09/05 13:04:17 rt 1.1.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89897f1ec2d9264e76feae74c2dda27c0551ed2e]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:09 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6e2476f75d80cbcbc5f427cb9b10d099445cff7]

        INTEGRATION: CWS ooo19126 (1.6.294); FILE MERGED 2005/09/05 14:26:29 rt 1.6.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1243bdce308d0d5844399106ea39f8de049156d]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 13:04:17 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4b20f1ed326bdc9b9e93fd22467b0485e542df3]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 15:43:09 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cea19887a38df75ed2924f00cbd61824b7da4d09]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:26:29 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac5c370bec2920e1e68c18054a3257428f1427ee]

        INTEGRATION: CWS ooo19126 (1.16.502); FILE MERGED 2005/09/05 13:04:17 rt 1.16.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1254a8728e7aed98c3f386739d021e3577492649]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:43:08 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc150625cd9def6892deb0a916b6aabe6995c6f7]

        INTEGRATION: CWS ooo19126 (1.4.792); FILE MERGED 2005/09/05 14:26:29 rt 1.4.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [255dc271810f1cb6b12db09d91f8789fce20e98c]

        INTEGRATION: CWS ooo19126 (1.21.370); FILE MERGED 2005/09/05 13:04:16 rt 1.21.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b32bada7dffc5d32794c321a684ac134d07c1cf]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:08 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04bf833943a46455a8cdde6f0763b20937edefce]

        INTEGRATION: CWS ooo19126 (1.3.792); FILE MERGED 2005/09/05 14:26:28 rt 1.3.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e80991b85f4e88ef8fbcf9fafae94ef14eed9ab]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 15:43:08 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65352d70bd05805d05d783b48225cad4b7a84678]

        INTEGRATION: CWS ooo19126 (1.31.370); FILE MERGED 2005/09/05 13:04:15 rt 1.31.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91b61d77b0b223635066f3e578713c2fb6a81c43]

        INTEGRATION: CWS ooo19126 (1.7.292); FILE MERGED 2005/09/05 14:26:28 rt 1.7.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e1fb2bbade184a453bfec337ae4009c05fb0180]

        INTEGRATION: CWS ooo19126 (1.2.576); FILE MERGED 2005/09/05 13:04:15 rt 1.2.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cc30341c9a2af8f388d51c0202db2a0b3e9eb5c]

        INTEGRATION: CWS ooo19126 (1.2.732); FILE MERGED 2005/09/05 14:26:28 rt 1.2.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [778b3b15adcdf2f64a06ea83c70fc6517fafe0ca]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:43:07 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da991d189d496e19ef063e3447aa298c89fd4065]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 13:04:15 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb587c5da4ebbadd7449c74dabf44d936ca2ff50]

        INTEGRATION: CWS ooo19126 (1.2.732); FILE MERGED 2005/09/05 14:26:27 rt 1.2.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [385b25056b35c2e315552dabae4825da03a6cb06]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:07 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee6b524ccde34042ef43af3bd9f488511db614bf]

        INTEGRATION: CWS ooo19126 (1.6.494); FILE MERGED 2005/09/05 13:04:14 rt 1.6.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ae2a4848dc9aadbe730d9ad62e48dc8c9b77768]

        INTEGRATION: CWS ooo19126 (1.9.292); FILE MERGED 2005/09/05 14:26:27 rt 1.9.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6957b63bf6d29835b85f29f000d54286bb3423ad]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 13:04:14 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bf481dc8d1e7e0c339e735aa5b00ccd26ad8077]

        INTEGRATION: CWS ooo19126 (1.4.558); FILE MERGED 2005/09/05 14:26:27 rt 1.4.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d7330fcfaf504c239fb8d82ddfd68e39169f70a]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:07 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5375cf0f721e7fda091b399274df26273fc618f]

        INTEGRATION: CWS ooo19126 (1.13.560); FILE MERGED 2005/09/05 13:04:14 rt 1.13.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db5b19d532e333bb688447aa2969cfc2e3a26d0c]

        INTEGRATION: CWS ooo19126 (1.6.292); FILE MERGED 2005/09/05 14:26:26 rt 1.6.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d993145a4de4dfcf1a0ff3efb4848fb0630a7baf]

        INTEGRATION: CWS ooo19126 (1.4.580); FILE MERGED 2005/09/05 13:04:11 rt 1.4.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bca59810b4f4ac19c483f62112cab8e98e07023d]

        INTEGRATION: CWS ooo19126 (1.9.428); FILE MERGED 2005/09/05 14:26:26 rt 1.9.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd768627b2a5661784adee0502f3297cd16db31c]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:06 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1582f02681e6dfb0364450ffd2b5c8afdc511ddc]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 14:26:26 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [833fc27d356df8e5246ed4eaeeea71791624fdf2]

        INTEGRATION: CWS ooo19126 (1.4.80); FILE MERGED 2005/09/05 15:43:06 rt 1.4.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bbea978e724d39c0f8a95f616d584dee9bb3595]

        INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 13:04:10 rt 1.5.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4151fc1ed6cd9e5e034d738adc1bc34674c656d]

        INTEGRATION: CWS ooo19126 (1.5.408); FILE MERGED 2005/09/05 14:26:25 rt 1.5.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [171e6eea34d7ae00fb88815983b9702cb624accf]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:06 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1be6fe4edc332a77556f05c2425330240368c481]

        INTEGRATION: CWS ooo19126 (1.4.366); FILE MERGED 2005/09/05 13:04:09 rt 1.4.366.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4125c6a342b3f4de8948bf1804f31f056bf0052e]

        INTEGRATION: CWS ooo19126 (1.3.898); FILE MERGED 2005/09/05 14:26:25 rt 1.3.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1572e5328cb8e4e703f15e76c4eb6afe4f7580c2]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 15:43:05 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59e855d5f38bd55181852c54063447b884b8e39b]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:04:09 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdf0785d7482cb06c01e26f20edff3852962e845]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:26:24 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ad81e6373cf57abf6ee9dedf1a32b3dbca3585c]

        INTEGRATION: CWS ooo19126 (1.4.80); FILE MERGED 2005/09/05 15:43:05 rt 1.4.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3353a29c2f5fe6378649361b8bd814e66d0340f5]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:04:06 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [414da5e4f3bfd3de6b906c71a8bbd39c180f0462]

        INTEGRATION: CWS ooo19126 (1.3.408); FILE MERGED 2005/09/05 14:26:24 rt 1.3.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a89433b5830093bc2e3e1fed234557e580df6bd7]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:43:05 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b0c22a89105d3e033291e4eb600036a11b83966]

        INTEGRATION: CWS ooo19126 (1.1.572); FILE MERGED 2005/09/05 13:04:05 rt 1.1.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbfe00a7ab12f5101a71c58ff25195fbe5228a74]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:05 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [875297e81ba78641a32577708fffc5b1490b71f3]

        INTEGRATION: CWS ooo19126 (1.7.502); FILE MERGED 2005/09/05 13:04:03 rt 1.7.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fda8efab5056acb3faeeaeb85611e318c12838a3]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 15:43:04 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76f5f4e7190c0a199a1c18e43314f618c9b8f450]

        INTEGRATION: CWS ooo19126 (1.7.164); FILE MERGED 2005/09/05 13:04:02 rt 1.7.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fd1bb8c3dafdabc59a75d042ef9f9226eb2c4e5]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:43:04 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2830898a9d80d4b408d2b19eeda6d8050741da92]

        INTEGRATION: CWS ooo19126 (1.35.38); FILE MERGED 2005/09/05 13:04:01 rt 1.35.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8daefd68d0dbd6f26a44bfe22d365fe1b7b6e9e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:04 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [491ee40b23691539dcc145443bffeecb8fd862be]

        INTEGRATION: CWS ooo19126 (1.5.574); FILE MERGED 2005/09/05 13:04:01 rt 1.5.574.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5432ca7ba67b655667cef3f2ead327996ef9395]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:26:22 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cee3bd750f2a56f5231cd31758724b8082e6c3f]

        INTEGRATION: CWS ooo19126 (1.3.80); FILE MERGED 2005/09/05 15:43:04 rt 1.3.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d80b9246e30d53421dbafaba8adbbf739f57b905]

        INTEGRATION: CWS ooo19126 (1.4.348); FILE MERGED 2005/09/05 13:03:58 rt 1.4.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [238365e2d14c1ba4bfc60b886f13018475d89d16]

        INTEGRATION: CWS ooo19126 (1.3.1654); FILE MERGED 2005/09/05 14:26:22 rt 1.3.1654.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6db27264990cfab1a0c152fb96f19cc1d4e2fa8]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:03 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2db268b42163bb0cb643002dd54b5fb6eac9b1de]

        INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 13:03:58 rt 1.9.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3109bdd53cd1d3696e61447ad57761c8a297b10e]

        INTEGRATION: CWS ooo19126 (1.25.466); FILE MERGED 2005/09/05 14:26:21 rt 1.25.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b90fa9ee726c595c3e16e3e53793a22a5bbe3fd6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:03 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c9383067a1441de1de107199cfb667e2f29fb00]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 13:03:58 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a99c68710aa3c82d5a830a2e712c8e543a9761e]

        INTEGRATION: CWS ooo19126 (1.2.1652); FILE MERGED 2005/09/05 14:26:21 rt 1.2.1652.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e34459cac24b704502d609204f88c7842396c23]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:43:02 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d15b1e8feee2fa471817e20039fe7ab5c0cb4209]

        INTEGRATION: CWS ooo19126 (1.1.560); FILE MERGED 2005/09/05 13:03:57 rt 1.1.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d203fe6c1b2a2f4aaa43d76caa2d46c1c5ef1c84]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:02 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed7790089415f50d3bb35bc12cd38382fa54d9eb]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:03:57 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [421108863b9cf94e7987d5cdc80d1cda6eaf0395]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:26:20 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af8e2f5a2c5cc2fda261cc43d460403fd348e8d0]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 13:03:57 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e3d60b7ea55e38baf1ea85f18f3374a3a57df11]

        INTEGRATION: CWS ooo19126 (1.15.836); FILE MERGED 2005/09/05 14:26:20 rt 1.15.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c83ffb350d43bbf9bce4b27857cf7d0b72644ccc]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 15:43:01 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [756cdd681eb8d2c0b66c57eeb0d723717fc8dde3]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:03:55 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [417884c1199641a4dcdbc8bb8757bc358ad0f5b5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:26:20 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5339e3a16630393dc87405fbde2548d0879efd9]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:43:01 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab1ec73dde23d423f28ad7f0cb5321751457974e]

        INTEGRATION: CWS ooo19126 (1.3.494); FILE MERGED 2005/09/05 13:03:54 rt 1.3.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91f19af63b80302302bd8238e4c1d5315b9f8efd]

        INTEGRATION: CWS ooo19126 (1.59.134); FILE MERGED 2005/09/05 14:26:19 rt 1.59.134.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a871a96043c9ec08545599019d68b8046045fc90]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 13:03:54 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01841940b9e2bb70dc805d3823226cff7a3f887d]

        INTEGRATION: CWS ooo19126 (1.28.702); FILE MERGED 2005/09/05 14:26:19 rt 1.28.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fabf67e8cb49f015eb8f78f9664c00afcefc4e9]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 15:43:00 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a068697eeb98b0f5dc24a7568ab6eabea132a1fe]

        INTEGRATION: CWS ooo19126 (1.13.490); FILE MERGED 2005/09/05 13:03:54 rt 1.13.490.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0421f6cfb053660e333a21910b60d33493e36dd5]

        INTEGRATION: CWS ooo19126 (1.7.918); FILE MERGED 2005/09/05 14:26:19 rt 1.7.918.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25afee1ff33333f61ba632e30a85de9e50e28b3b]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:43:00 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68dd5a0f601da8b86930495148b436a813e44e9d]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 13:03:53 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [974fed9104acbe679d368a17c2b789a862666ef7]

        INTEGRATION: CWS ooo19126 (1.9.918); FILE MERGED 2005/09/05 14:26:19 rt 1.9.918.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff0f2763f557557dfb0fd788242404c0253b8766]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:43:00 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38e859c279b0bc2f7b4d691991913c122f822ec4]

        INTEGRATION: CWS ooo19126 (1.7.560); FILE MERGED 2005/09/05 13:03:53 rt 1.7.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c596319bfaa749a5c0f205d85e8b785a77f1c0f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:26:18 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b4924961cc0dd7533a449d18f2b58d4d5f92cd5]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:59 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [439e8f88e3fa50a26cf654d015723341085edd31]

        INTEGRATION: CWS ooo19126 (1.2.576); FILE MERGED 2005/09/05 13:03:53 rt 1.2.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6792a8edc879a087b3d4975a3c0dc172a8fc65c]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:42:59 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3a89ff6542f7ea4dc5ee58b800a8c57c38fa8c9]

        INTEGRATION: CWS ooo19126 (1.1.584); FILE MERGED 2005/09/05 13:03:50 rt 1.1.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aafaab21b2ca2d5afe891ea61e76b8656088a69e]

        INTEGRATION: CWS ooo19126 (1.3.1148); FILE MERGED 2005/09/05 14:26:18 rt 1.3.1148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7cd7c262231e4e4816106fafa283ac1e177dbae]

        INTEGRATION: CWS ooo19126 (1.3.572); FILE MERGED 2005/09/05 13:03:50 rt 1.3.572.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa8120fb0c6e9b03a67c930722f3fb541cca0311]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 15:42:59 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcc0977b282a90967ff07da1dc5d4a46f7bd7352]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 13:03:50 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cc3e24e819769ccba73c6e30e78e265150165a1]

        INTEGRATION: CWS ooo19126 (1.6.974); FILE MERGED 2005/09/05 14:26:17 rt 1.6.974.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a218a93bbd8ecc3120be43e310fc37e89ce0c76]

        INTEGRATION: CWS ooo19126 (1.2.576); FILE MERGED 2005/09/05 13:03:49 rt 1.2.576.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6755feb22ecfde07dd0b07c34a26eb673310e91]

        INTEGRATION: CWS ooo19126 (1.30.834); FILE MERGED 2005/09/05 14:26:16 rt 1.30.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4a8b9691f81a5d12eec79dc6952082c82efd56f]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 13:03:49 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f117ab01b4d6dcbd9d5ccfdac924aa777ccbee16]

        INTEGRATION: CWS ooo19126 (1.73.394); FILE MERGED 2005/09/05 14:26:16 rt 1.73.394.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7898a9d6d611a92e767af4a93ffb30ff293f199e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:58 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97b9f7d7cf113073993ecb1f7a5bef830484e6f4]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 13:03:48 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c6224eb145c420fde1343f9910b1f5426e142ef]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 15:42:58 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa0b0ca29fa39c8f97b70cfb8a9ba7f16b1316a3]

        INTEGRATION: CWS ooo19126 (1.28.834); FILE MERGED 2005/09/05 14:26:16 rt 1.28.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a8f884d30aecb37dd7628f1de762dc181c90c7e]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 13:03:47 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03d04a6b31e6a07fa66cb9e990346a9dab67781e]

        INTEGRATION: CWS ooo19126 (1.43.596); FILE MERGED 2005/09/05 14:26:15 rt 1.43.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53e090328027b97fb95199e8d46b38848e2373fa]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:58 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8275a8e2142912c0c97a95ece35b8b6e287bb4f2]

        INTEGRATION: CWS ooo19126 (1.5.1654); FILE MERGED 2005/09/05 14:26:15 rt 1.5.1654.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5f64c45f78ebc3e96f0102fa734272f3d464830]

        INTEGRATION: CWS ooo19126 (1.51.238); FILE MERGED 2005/09/05 14:26:14 rt 1.51.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12168f442f4eede9913124c8eb19dace09e4fe44]

        INTEGRATION: CWS ooo19126 (1.11.42); FILE MERGED 2005/09/05 17:13:50 rt 1.11.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [209d639e6ebfe31d6fc912a4e5475db6133943ff]

        INTEGRATION: CWS ooo19126 (1.35.834); FILE MERGED 2005/09/05 14:26:14 rt 1.35.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a709f5ce5aceb52bc9f442576b8b32fb626ba90]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:49 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8dc07b82a47c5d4d7a16fe1568462c468c465f11]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:42:57 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8843db4cf6daa43adec3409d2693ce659696627a]

        INTEGRATION: CWS ooo19126 (1.3.1656); FILE MERGED 2005/09/05 14:26:14 rt 1.3.1656.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b7a199d0f2864bdb2e55652d4535f75c1bcafdc]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 17:13:49 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [688656431caeb6b29e81ca4a7a74e0cfea4df0f8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:57 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09154953159e3d4e2d7c6d588d3997cc9556c0a]

        INTEGRATION: CWS ooo19126 (1.89.214); FILE MERGED 2005/09/05 14:26:13 rt 1.89.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9147ec647040e459fc6f5dc7327a4056e24178c2]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 17:13:49 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [787ad1889f34cabe6e1a28eda49af1d06a26d4e2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:57 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a1798848311d991be74f109a0f6fb238db9a33a]

        INTEGRATION: CWS ooo19126 (1.54.252); FILE MERGED 2005/09/05 14:26:12 rt 1.54.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1566bd494cddfca3f03184ed85d52a3c5043ccc2]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 17:13:48 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa7287d6bac011e9607d8ef226277ff9fd8dd763]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:56 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f21ce69dac2f9ec3c1e4746031c072f2e991851]

        INTEGRATION: CWS ooo19126 (1.5.1632); FILE MERGED 2005/09/05 14:26:12 rt 1.5.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e3d8ead1de854d36f722a45527a8e31bc3266f8]

        INTEGRATION: CWS ooo19126 (1.6.132); FILE MERGED 2005/09/05 17:13:48 rt 1.6.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f59a089c5563a7946661b4887d3fbb51027d443]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:56 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df1795c047ea8fd9335262f3da6663ddc6271c0]

        INTEGRATION: CWS ooo19126 (1.11.1632); FILE MERGED 2005/09/05 14:26:12 rt 1.11.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [894b70176240782d305dd4a0b421f7be6eb05157]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:47 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e15ae65cf5331b3f60b28ab353cc83d19960602]

        INTEGRATION: CWS ooo19126 (1.51.314); FILE MERGED 2005/09/05 14:26:11 rt 1.51.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8d6d7c302c970942cc47f2f0a236401eb9fc611]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:47 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a153c284b07a3c8e355b66783b0acbdda2f423e]

        INTEGRATION: CWS ooo19126 (1.26.834); FILE MERGED 2005/09/05 14:26:11 rt 1.26.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9934c56a54a9acb01086b223da73ed600a00a0b]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 17:13:45 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6698491b9abf54686ffb8814e5ef27268b0aa087]

        INTEGRATION: CWS ooo19126 (1.13.730); FILE MERGED 2005/09/05 14:26:11 rt 1.13.730.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dffac88ecb375a6ef6f1adb131cee8c545875336]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:45 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccf08af61f7bb697e39f839c57dca131371ef087]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:55 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5726ba2f1be31e7b75758937811e00bef81262e8]

        INTEGRATION: CWS ooo19126 (1.37.346); FILE MERGED 2005/09/05 14:26:10 rt 1.37.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65e82363056354e00b9bfb5671e47fd225c9e219]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 17:13:44 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bba9ea0f8cb5343d375cd4116a54704ad2e85020]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:55 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [899b1153edf40f4ed9c0cefb69126ee57c72ed5c]

        INTEGRATION: CWS ooo19126 (1.44.834); FILE MERGED 2005/09/05 14:26:10 rt 1.44.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63458109fb9d95683e8a349c91fdaeec0b57465a]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:44 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2d0665265364f3b99e1c57e7df1652ced9cdeb5]

        INTEGRATION: CWS ooo19126 (1.31.770); FILE MERGED 2005/09/05 14:26:09 rt 1.31.770.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7672abef3cb36dd3ce1143d46489675a609c0fd]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 17:13:44 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc9d78d46479e481ee1729aad0fe34085c38d15f]

        INTEGRATION: CWS ooo19126 (1.34.834); FILE MERGED 2005/09/05 14:26:09 rt 1.34.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57c39d68443f6b345a01c502a2afd5ea85886bcd]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 17:13:43 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb444f8c12c49a581a6ae11d98b8b74b4b12ca0a]

        INTEGRATION: CWS ooo19126 (1.26.910); FILE MERGED 2005/09/05 14:26:09 rt 1.26.910.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8077132f88dddb5c3dc02805b9cf6ac50f57834]

        INTEGRATION: CWS ooo19126 (1.10.56); FILE MERGED 2005/09/05 17:13:43 rt 1.10.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d624268d5925266302b56486f21e8b7a5bdcf879]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:54 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c3877101a018d84dee850d9dfff3c1a8590ee4]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:43 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81fee905a0e9719adb45dd4373e6a97b124ac1cf]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:42 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f51ea00d96d09a4992dfb8f6ea5b2636568bdd7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:53 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a296b7dc701f095a141ee633610351138d954b0]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 15:42:53 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c27c10230793d2bf404424dae608ac04ebef242b]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 17:13:42 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8df7e24709ff43f04dadcbbe1d74ab06ba609f28]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 17:13:41 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [881a4f7b2f0c38a3cffb1b168828f6d225504fe6]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 15:42:52 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d4c666bfe5bac5f14d7dd5e2792f155cff64a82]

        INTEGRATION: CWS ooo19126 (1.2.1042); FILE MERGED 2005/09/05 14:26:02 rt 1.2.1042.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d307caab9b18baf4ae675564b4d927f9c6e2f9c8]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:40 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [671845609c3c1fdce89dac773809c5049143e0a7]

        INTEGRATION: CWS ooo19126 (1.2.1662); FILE MERGED 2005/09/05 14:26:02 rt 1.2.1662.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5007806c5dc6b5d1fc3ca95d7371d6f56103807f]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:52 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [736d405f6092c7edb1cd340a84cf20d4d067cea6]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 17:13:39 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22e902eda91629809a26e21beb61be301faef3a8]

        INTEGRATION: CWS ooo19126 (1.2.700); FILE MERGED 2005/09/05 14:26:01 rt 1.2.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb5a9087dbbb457a8b29fcd1b9cc787ba004707d]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 17:13:39 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e9adea0fd4e7814664f56a91604d43b39ff32e2]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:51 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5f8ae12e43268118312a806e3db107de8c3e6d3]

        INTEGRATION: CWS ooo19126 (1.10.346); FILE MERGED 2005/09/05 14:26:01 rt 1.10.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50782613bfd7f71edd7a883d4d974db9b461d88f]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:38 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6edddddba2649127e3bfc9f75a93cc5f9e7a9b7]

        INTEGRATION: CWS ooo19126 (1.10.454); FILE MERGED 2005/09/05 14:26:01 rt 1.10.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e6ead71d655a6a29aec7e83acd2a02463e03fb4]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 17:13:38 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0035339877ceb6e6cd85d3c79bb60ef3b130bf0]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:42:51 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [242a72f553888ba9a7810b8ef14b314c5bf0ce9c]

        INTEGRATION: CWS ooo19126 (1.18.454); FILE MERGED 2005/09/05 14:26:01 rt 1.18.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bb75a239c170fe0d1eb3f371c3636bc92ce4d06]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 17:13:38 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc41bea3a74b77fc9927d78c4051a105d76f089]

        INTEGRATION: CWS ooo19126 (1.13.264); FILE MERGED 2005/09/05 14:26:00 rt 1.13.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ba6908bd9af99d7897542edb705905398f28da0]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 17:13:37 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de195558307ddafc04a954356b7796ee271affa7]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:50 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaa39acca49247010c2f859f5a6870e83a5ac5dc]

        INTEGRATION: CWS ooo19126 (1.22.338); FILE MERGED 2005/09/05 14:26:00 rt 1.22.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dbe94a6eedec9ef92bacad853438c2a8f05dea3]

        INTEGRATION: CWS ooo19126 (1.10.82); FILE MERGED 2005/09/05 17:13:37 rt 1.10.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99be776ea9ee38e0fcc9df4ec6a19e7f954ca28d]

        INTEGRATION: CWS ooo19126 (1.6.516); FILE MERGED 2005/09/05 14:25:59 rt 1.6.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a96f57668e143f950362fd1999e626093f4937d8]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 17:13:37 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b931b052be7d2ad1a971629085dd180fa924b395]

        INTEGRATION: CWS ooo19126 (1.122.98); FILE MERGED 2005/09/05 14:25:58 rt 1.122.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7858417b21c551c59ae8b5854d4d7d1fbd6d6c46]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 17:13:36 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee4a5987f4c90e937c84bd7e4a0ae0337a894449]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:13:36 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c62f9d1ad3ba4f800f9529cfd67924de9921c23]

        INTEGRATION: CWS ooo19126 (1.2.732); FILE MERGED 2005/09/05 14:25:58 rt 1.2.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc4895f78331d256475bc2e4169a7dd7560d2bc]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:49 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67c0ce9dea65be8050bc4e1262c7490b62fc77e0]

        INTEGRATION: CWS ooo19126 (1.3.952); FILE MERGED 2005/09/05 14:25:57 rt 1.3.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7b2d3c2ec34c556b25c249e1a6ef9d7c13f618d]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:49 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ea32d2e8493bb6812b3a7afefa5643b3608e1db]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 17:13:36 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3fa96855abd9a64eca4044fa35af17fd1a5970d]

        INTEGRATION: CWS ooo19126 (1.5.952); FILE MERGED 2005/09/05 14:25:57 rt 1.5.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98411079a4b6c50e51b6e6749d811687c9d4962b]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:42:49 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [702cdbb5ef2230ac5b45fb732352a09a3a72eebb]

        INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 17:13:35 rt 1.8.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [284c5015180e5ce02dc69ed7b376bf1f550e13d5]

        INTEGRATION: CWS ooo19126 (1.9.952); FILE MERGED 2005/09/05 14:25:57 rt 1.9.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebc3c5da78234cd1b0d261c42cde76b24d0a8949]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:35 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [beee336c1c6dcae9d7232606e76fc7d051d3477b]

        INTEGRATION: CWS ooo19126 (1.37.792); FILE MERGED 2005/09/05 14:25:56 rt 1.37.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [237a7bd424eb7261b9ea9c080a1f3727cc8b978c]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:48 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df68942566d5736dfdfee02d2ee9856d5ded6940]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 17:13:35 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4503fa979e42860e54d5fe8b855557067330b35b]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:48 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d1c30c3000e76c0756db606d9e652914e94f49a]

        INTEGRATION: CWS ooo19126 (1.14.430); FILE MERGED 2005/09/05 14:25:56 rt 1.14.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd13d7aa91246a143f6fe23829e0fe14853da1cb]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:47 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfebbbbda8e4d1239ad7cbc9d2914c89e0b3f12b]

        INTEGRATION: CWS ooo19126 (1.9.338); FILE MERGED 2005/09/05 14:25:55 rt 1.9.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47762b1279518f48e3c01045d19c0d3ddec578c7]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 17:13:34 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a1256144a95b28ae192bcd06f4c33a74d31b850]

        INTEGRATION: CWS ooo19126 (1.28.102); FILE MERGED 2005/09/05 14:25:55 rt 1.28.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f842e659efabd76223cb8f88d6625a725c325a99]

        INTEGRATION: CWS ooo19126 (1.6.132); FILE MERGED 2005/09/05 17:13:34 rt 1.6.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c87c93cc2d87f6e91bbc3b1a20623854d40b1993]

        INTEGRATION: CWS ooo19126 (1.54.100); FILE MERGED 2005/09/05 14:25:54 rt 1.54.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd96009aaceccdc1ca016e7fe08c92ac025e8222]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:46 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80d7f2776d50802d390f941f78d31ce20890fb4b]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:34 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66063727135281c8468e051c586ceae229883b58]

        INTEGRATION: CWS ooo19126 (1.3.1408); FILE MERGED 2005/09/05 14:25:54 rt 1.3.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7c9f9b4aa34c38f4cf02a6bbee017a46d2d0b33]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:13:34 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afceae45d4de12d6b85bf675654267a6c7425a7e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:46 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f995c51d4ee7e0ae33686243da6f207937ada814]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:53 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7783e4c678b4b8125c632e8378688f34ba697d4c]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:33 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d4b37f693eb46ab340f1ac8458236f4501a95c5]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:45 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff9e1c172b5e976195d7e90ebfc83d425e5b8a33]

        INTEGRATION: CWS ooo19126 (1.3.1148); FILE MERGED 2005/09/05 14:25:53 rt 1.3.1148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d8869391a0dfe6ee4a50da8e7dc4c93e637bedd]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 17:13:33 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [422fd20d88fdb695585cabb41893d1569fbf9237]

        INTEGRATION: CWS ooo19126 (1.2.1660); FILE MERGED 2005/09/05 14:25:52 rt 1.2.1660.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [410045a97e52d73fd3aa49ff9bf4d2b02483b079]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 17:13:33 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [240bbdec5aaa442a4494f67d2dcd4fce094de43f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:52 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7034611283f616e8fb872cbab5d5da37ffb187f5]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 15:42:45 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9bbac2346e9b77f0026491a52f4ba2733c09899]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:32 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bd6e13abd61d0b0abc6176ef9c04a0146eec7d3]

        INTEGRATION: CWS ooo19126 (1.10.264); FILE MERGED 2005/09/05 14:25:52 rt 1.10.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6028ec0a4202f44048301be98d9b5a314b0f0e3d]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:44 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d417317df7733b068176b1916c8f1d58d4c6ac9f]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 17:13:32 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81788c3e75bd0bacb2949ca7a532e7b385d42fa5]

        INTEGRATION: CWS ooo19126 (1.5.218); FILE MERGED 2005/09/05 14:25:51 rt 1.5.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [758ca20be72492543e8c9db7a34bf22eaabe9a7e]

        INTEGRATION: CWS ooo19126 (1.4.1054); FILE MERGED 2005/09/05 14:25:51 rt 1.4.1054.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad9dc6f5b47ad5be54c27e1f638aa55e4d8edcfe]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:31 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63ae946ed834fb5274cefc2c038a693595181464]

        INTEGRATION: CWS ooo19126 (1.1.1636); FILE MERGED 2005/09/05 14:25:51 rt 1.1.1636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c869ead779934b2e824f52210c119f952c85c03]

        INTEGRATION: CWS ooo19126 (1.60.218); FILE MERGED 2005/09/05 14:25:50 rt 1.60.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f82df1436a8b69b425b0d0bfec2dc4369bf204b]

        INTEGRATION: CWS ooo19126 (1.1.174); FILE MERGED 2005/09/05 17:13:31 rt 1.1.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d85e5984212961d0b164dd691dbe235107e68413]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:43 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1a7010fa63480b1862b151ab2b50fc1aeca5888]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:30 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe9063d64336e7fdfe618c29e428bfefd79adfc4]

        INTEGRATION: CWS ooo19126 (1.76.706); FILE MERGED 2005/09/05 14:25:48 rt 1.76.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e24c88b6e66ef3aa39a0331f9c75aa7604911990]

        INTEGRATION: CWS ooo19126 (1.7.130); FILE MERGED 2005/09/05 17:13:30 rt 1.7.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e404575739417e1b6e8bf22b08075e00a573b8f]

        INTEGRATION: CWS ooo19126 (1.7.84); FILE MERGED 2005/09/05 17:13:30 rt 1.7.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0dca7412bc45d7bdc23271a4f3b93fcd25581d3]

        INTEGRATION: CWS ooo19126 (1.7.1072); FILE MERGED 2005/09/05 14:25:47 rt 1.7.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bcb63e6e0cf4e5dcf381ca17350c25d773a83dc]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:43 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b68a3d81f43c54c7ec574f3be346c7461e16756]

        INTEGRATION: CWS ooo19126 (1.11.84); FILE MERGED 2005/09/05 17:13:30 rt 1.11.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fee7e36d6a42cb6a19dce6ce18ac3eb88f2bbd4c]

        INTEGRATION: CWS ooo19126 (1.49.338); FILE MERGED 2005/09/05 14:25:47 rt 1.49.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46d7442b24d8ca041273a023209f8a86c2fb0a65]

        INTEGRATION: CWS ooo19126 (1.12.50); FILE MERGED 2005/09/05 17:13:29 rt 1.12.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b8c31404069a2dd50cd708c600bb40fe13a5c5c]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:25:46 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d5cdb4efdca76dc8f627830ca960a30fdd935dd]

        INTEGRATION: CWS ooo19126 (1.22.50); FILE MERGED 2005/09/05 17:13:29 rt 1.22.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [476a1bff88db886133fe122b1e04e6ff20751e91]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:42 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [108e1ed503ec890c0663f231d4e416ceaf3e59ad]

        INTEGRATION: CWS ooo19126 (1.2.1654); FILE MERGED 2005/09/05 14:25:46 rt 1.2.1654.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc8e8f45fdcd4436b3a6da5afd28ab74e4f0512f]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:42:42 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d617ebe6ace2522acb7350a1bf8abe81c4d68d0]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 17:13:29 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7040d6b598f51e533cc8073d12654dc83335d47]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 17:13:29 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4600a6a49a24779cefc1e84e6d6bdb0b79a917e2]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:25:45 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daa8ca24299657fa8d236958d592bcc97baca556]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:13:28 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60fdfec87b3c4012fcfa60d7dd60010aab189481]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:25:45 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c97218600895bffa8c5ea3e0f46ccd1c6bd1210]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:41 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b0601b06b9fc2b7bcb072f0bbe8e1a4ff04a64e]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 17:13:28 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [515fd44189e80ab9f8999cc65d781a11d8d226a5]

        INTEGRATION: CWS ooo19126 (1.28.214); FILE MERGED 2005/09/05 14:25:45 rt 1.28.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a207548a59d483e9c146ae06ad920bb7ebcb1065]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:41 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c0340c11602208901b577ff71cdba04d4cc5eb6]

        INTEGRATION: CWS ooo19126 (1.9.148); FILE MERGED 2005/09/05 17:13:28 rt 1.9.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cfb23a48ddf711dbf19515b86bf286b1874c3f6]

        INTEGRATION: CWS ooo19126 (1.4.1646); FILE MERGED 2005/09/05 14:25:44 rt 1.4.1646.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12af06f4ff41bd823cb4cd4184ddb82d021f60f6]

        INTEGRATION: CWS ooo19126 (1.20.84); FILE MERGED 2005/09/05 17:13:27 rt 1.20.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f267502e6b53b2ca6db5568ac58dd7681105da73]

        INTEGRATION: CWS ooo19126 (1.4.1624); FILE MERGED 2005/09/05 14:25:44 rt 1.4.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [249b5477f3210d5209611ddada290f69d17dd179]

        INTEGRATION: CWS ooo19126 (1.7.132); FILE MERGED 2005/09/05 17:13:27 rt 1.7.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77cc7eb01aad025a30e5441fae20f608cb43116a]

        INTEGRATION: CWS ooo19126 (1.4.280); FILE MERGED 2005/09/05 14:25:44 rt 1.4.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abcd6df6ac4417e6f876244e6658ec5716245d9a]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:41 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1143de925703534909a3fb64dcdeb4c97d28406]

        INTEGRATION: CWS ooo19126 (1.11.132); FILE MERGED 2005/09/05 17:13:27 rt 1.11.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8e4a151b512b48ae90ba57db76e7b316d5e4d0a]

        INTEGRATION: CWS ooo19126 (1.18.1478); FILE MERGED 2005/09/05 14:25:44 rt 1.18.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [495b4a26f261319c6bf09e367ed67287e45dadaf]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:40 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d602f01d28ff2b741a5bd86311ebd50768aaa56]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 17:13:26 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d32521eb90e0ca54884751d5b901dc75f9afee4b]

        INTEGRATION: CWS ooo19126 (1.3.1658); FILE MERGED 2005/09/05 14:25:43 rt 1.3.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc0b16ce47ea682e825d41bead16c61ca31cbf04]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:40 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e639d44f9def2049fe9b06f018fbe8940e573068]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 17:13:26 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [314240a834d3e5a364e4cf7e2a532a74bfe48999]

        INTEGRATION: CWS ooo19126 (1.10.1044); FILE MERGED 2005/09/05 14:25:43 rt 1.10.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47ded19494ef2e475ba562856078b9e9ec9b5692]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:13:25 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d0f462c345e78032d4eae505dc2684b4ab57d7e]

        INTEGRATION: CWS ooo19126 (1.14.952); FILE MERGED 2005/09/05 14:25:42 rt 1.14.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4ca1c800544468656633323bb3950980857e201]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 15:42:40 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffef6e60bb91b47d957e9e8195d27b305efdf5d2]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 17:13:25 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4b300dcbbb46bd336679b4c332b0c64b8e8c59e]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:39 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [804a3287314bb19caeec919ea03d4898ede16a4c]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 17:13:25 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3948aed3c34953d4e717049e2113cbfbb6e1bb5]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:39 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [549a2d48323ba273bbd1cfddc235b74b1377a99d]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:13:25 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ce0e57b213d5e8740f9d1c689a10ff01318aebe]

        INTEGRATION: CWS ooo19126 (1.3.996); FILE MERGED 2005/09/05 14:25:37 rt 1.3.996.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1054830bdbb8fbe9f50632050425a8612ecb65d]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:38 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90ef52385cd1d559b27c5b1de124af0af4579aca]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 17:13:24 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9665fa7f1ba9b71cd63635ae65b70c8fb3dd3b94]

        INTEGRATION: CWS ooo19126 (1.8.10); FILE MERGED 2005/09/05 17:13:24 rt 1.8.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c711e2aed1fbd45df716c71093d53d833325673d]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:38 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0d32aca3190f04548f57e18c4804065276dec8b]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:13:24 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f99b5dbacf52663a01a94ac0e5837ec735aaf7d7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:37 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a22b3c3257a02564c0901116fe1a0fc6c943fae]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 17:13:23 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eb8a0058f44b9289088f08f72a6163d3cd9426a]

        INTEGRATION: CWS ooo19126 (1.5.218); FILE MERGED 2005/09/05 14:25:36 rt 1.5.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af911da1daee20da9e5eb433901ac5272d680cc2]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 17:13:23 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea6fe26954d2b4b41edd961749e57c480064ed49]

        INTEGRATION: CWS ooo19126 (1.6.1466); FILE MERGED 2005/09/05 14:25:36 rt 1.6.1466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d1c4cfbcde71b114a9ddc0d7801043f29612214]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:37 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27e034b3507936e2ce868e3223886b84767fea21]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 17:13:23 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b3c861f97c939351f925c96fef39e50db65b23a]

        INTEGRATION: CWS ooo19126 (1.38.218); FILE MERGED 2005/09/05 14:25:35 rt 1.38.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [430af31d6dd2827f1faa6cfb2531aa03e47f8db1]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 15:42:37 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1c396121b884aa086292093ec9c002a09a31600]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:13:22 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5329a4ae6e9eaa2c018ed5c475a0c5bf7e38566e]

        INTEGRATION: CWS ooo19126 (1.17.466); FILE MERGED 2005/09/05 14:25:35 rt 1.17.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1cfadaaf67b38caa3d8513a55746aef6866edcd]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:36 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f5f907d672c8400c6ee1c3efb3d4eaa106cffea]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:13:22 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5133f5633174386f8e779e0c2d79d359f9f5568]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:25:34 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13006f5a03f69dfe16b5f523adb2dad6dad111e0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:36 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d4b3c99396e51b9d8b06c7e60a21cd1d23fe66a]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:22 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [690a6e37042c36b6d910fe071b5a74e8a3d8a852]

        INTEGRATION: CWS ooo19126 (1.3.830); FILE MERGED 2005/09/05 14:25:34 rt 1.3.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae1c6c51f90797565ccf94d531ade126831bdf72]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:21 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e45cf13a93677af794af85dde5b139e1f5386127]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:42:36 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88b439350914397673f51418a3757167edaa6dc2]

        INTEGRATION: CWS ooo19126 (1.3.668); FILE MERGED 2005/09/05 14:25:34 rt 1.3.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ed736771e8b21821d169472f5f2155769dc1254]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 15:42:36 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [064077d9d536008a6c340b86b5fb5b258d3a67da]

        INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 14:25:34 rt 1.3.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67ce4ac0d197df4f162aa71d3ab95b11387e86f8]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:35 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [650f44acf726a6d93050122f59250939494d9de2]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:20 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e250375459f570110a3792ee112012d416543fa]

        INTEGRATION: CWS ooo19126 (1.9.218); FILE MERGED 2005/09/05 14:25:33 rt 1.9.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d85df59bc0fc3fbb278b99786e71ffb1ac45661]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:35 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [933f5a2733cd2e897ee41d83f7758bd0626bbe0e]

        INTEGRATION: CWS ooo19126 (1.2.996); FILE MERGED 2005/09/05 14:25:33 rt 1.2.996.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8daf161b7b0a082970333114e083b53b3e2f085]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:35 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53c5e624485605df249944a3ee1499302272b22e]

        INTEGRATION: CWS ooo19126 (1.7.1072); FILE MERGED 2005/09/05 14:25:33 rt 1.7.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cbb3e6457999fd48730f66ed15ff301219b668f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:32 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1afc41fc2526be11d20ecccbd1d37402e45b1e25]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:34 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d953dc43e6c9ed9e9e08e0a2d65d9aafa4819bec]

        INTEGRATION: CWS ooo19126 (1.6.756); FILE MERGED 2005/09/05 14:25:31 rt 1.6.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a0f7a4891c0ffcc446e868de2086802be3ccc3f]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:19 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90a639ed8531a339755112c082ad891a91c4693c]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:34 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60d3595890b976362fed98b7ba77451422b32a9b]

        INTEGRATION: CWS ooo19126 (1.11.484); FILE MERGED 2005/09/05 14:51:53 mh 1.11.484.2: update license text, #i54228# 2005/09/05 14:25:30 rt 1.11.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d8d1cb1367d6d1f3f335a79c754ef74f873ee5f]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:13:18 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cbb1f2c854c7f87c34f9bc15dd0a2b84a3170b6]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 19:32:56 mh 1.7.430.3: still need OOO_LICENSE as long as new strings are not in localize.sdf, #i10000# 2005/09/05 14:51:53 mh 1.7.430.2: update license text, #i54228# 2005/09/05 14:25:29 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [412d5e6b7808bd009230e8948e184e723d4682e8]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:18 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5065076f995a7e63c230786601380ecf0153daf]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:33 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3ba3181c45fc4f35adbd07bb2e43f8f56a9528a]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:17 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cac949a27a5e98b64de8f2a4b72b4d00ab3abb2]

        INTEGRATION: CWS ooo19126 (1.10.214); FILE MERGED 2005/09/05 14:25:28 rt 1.10.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44c7a6475185ff87dc0b541374c6631d4c299ddf]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:33 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b66cc92124937a0f91ade56557a7baf9bcacecb4]

        INTEGRATION: CWS ooo19126 (1.7.200); FILE MERGED 2005/09/05 14:25:28 rt 1.7.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee12783728cc0c33519d7d959be93cfa840f4009]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 15:42:32 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b72e80f75aabad1860ad8dc17d69b75191392cb]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:32 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6eba42410ef64b8f1ed87b05c8da080216e8e3d3]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:25:27 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b73ddb05a0f22dbf6a5ed4c1f95255bdfbe257d]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:16 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6853a088defc0a353f9a7366b6a8ac367fb6de2f]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:42:32 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e40aa7a47c56d383f84dda28b95e9d3929cce65]

        INTEGRATION: CWS ooo19126 (1.4.304); FILE MERGED 2005/09/05 14:25:26 rt 1.4.304.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84ca95954f9b55c7dd7983a79ef86acd6c653dc6]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:42:31 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4138097b4d088ac9daf12cd7fed025864b79ab8e]

        INTEGRATION: CWS ooo19126 (1.4.912); FILE MERGED 2005/09/05 14:25:24 rt 1.4.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84d072de6ea0b2fa378c291e8c94eb81dee38bc0]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:31 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b1de919a85cb61feb9b5e70f7911dff854cc6d2]

        INTEGRATION: CWS ooo19126 (1.3.912); FILE MERGED 2005/09/05 14:25:23 rt 1.3.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e25b3c93d0bb8c35e14df1dc068b088f77b0c566]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:15 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [131e03b5ec4cd4df631f1b061d9f84c674a79da5]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:25:23 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dad8de7d9f1147f27b7d95faba20e64ad3b0ac67]

        INTEGRATION: CWS ooo19126 (1.1.1636); FILE MERGED 2005/09/05 14:25:23 rt 1.1.1636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca85431468906e519b7a06f10675b6adb5e7386b]

        INTEGRATION: CWS ooo19126 (1.3.952); FILE MERGED 2005/09/05 14:25:22 rt 1.3.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fa2e9cd61375960fb53e11501a650dadcb15a08]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:14 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9471184fd88c805938d9e91942a6e343559a075]

        INTEGRATION: CWS ooo19126 (1.2.712); FILE MERGED 2005/09/05 14:25:22 rt 1.2.712.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4c7cdaa2d78a9dc7e92c1213527cc379c94afa4]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:30 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92b0ed86de14aac34b43fbb795fa005aa5774a0f]

        INTEGRATION: CWS ooo19126 (1.4.466); FILE MERGED 2005/09/05 14:25:22 rt 1.4.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [845aed2f530012c2ac1d718b068c970a8e4afd4a]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:13 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5427891f9beee1bdb36e41a2136872c33277d27]

        INTEGRATION: CWS ooo19126 (1.3.1624); FILE MERGED 2005/09/05 14:25:21 rt 1.3.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72ebc0f552bc173fccb0da699c6d639d1cf4a1d4]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:12 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a67f6fde5bbc8b81c821b723eaed4821bba49e6c]

        INTEGRATION: CWS ooo19126 (1.2.1662); FILE MERGED 2005/09/05 14:25:21 rt 1.2.1662.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0011f6a906191f4cf83810afff8fe21af85151c]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:13:11 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09be6d19b74595da370d5fe81f8e835ffdbbb351]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:29 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54342bb65bab8a9b0502e1efe1d1a6e580f01eaf]

        INTEGRATION: CWS ooo19126 (1.7.444); FILE MERGED 2005/09/05 14:25:20 rt 1.7.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0aa22fe370609c6feab7906ea4af601024e84500]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:42:29 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1dde9178e5ef4b77b8362f8433c2a130982750ba]

        INTEGRATION: CWS ooo19126 (1.11.82); FILE MERGED 2005/09/05 13:51:07 rt 1.11.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5afd3699daf885d307c2373513312ed3552772e4]

        INTEGRATION: CWS ooo19126 (1.9.346); FILE MERGED 2005/09/05 14:25:20 rt 1.9.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc75257ec24d1a12b6595818d9f149395adfe1c]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 13:51:07 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2260fdd59c45e558798b41d8309d454b33288444]

        INTEGRATION: CWS ooo19126 (1.9.1408); FILE MERGED 2005/09/05 14:25:20 rt 1.9.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [034cb694b5628ed2613601e1740aad6a386040cb]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:28 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81069e7ca23aaa0984777276786df697bebb6c89]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:51:06 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8cc6a19916c5fe8f056f234bd283adc3a5d7702]

        INTEGRATION: CWS ooo19126 (1.1.1646); FILE MERGED 2005/09/05 14:25:19 rt 1.1.1646.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de2272093550b2ad84f58cd0ebeeb27a1a0bfdd7]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:42:28 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fd73a6735b740cf288b6afcff11ed690f4fafef]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 13:51:06 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7157902ec04a4047424c516ae1cfd5191382306]

        INTEGRATION: CWS ooo19126 (1.7.596); FILE MERGED 2005/09/05 14:25:19 rt 1.7.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f94aae83e3ca5e17ee0dff78d826b3e222c8cc7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:28 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25f4d99bce3c840ccdcdd2e5df32c53b78f250ea]

        INTEGRATION: CWS ooo19126 (1.4.1624); FILE MERGED 2005/09/05 14:25:19 rt 1.4.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92dedcb8ee355cfff4d6c47ce78ac3f01c56faf7]

        INTEGRATION: CWS ooo19126 (1.3.1418); FILE MERGED 2005/09/05 14:25:18 rt 1.3.1418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2af2bcf68222b5ac65284cffcc1810e69fbe53f3]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:51:05 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [349759bac5e2521638b5ccc7f9b9dc26d2b7b2fa]

        INTEGRATION: CWS ooo19126 (1.2.550); FILE MERGED 2005/09/05 14:25:18 rt 1.2.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99af43029aa6d485b7a87d1818a4266f87ed9b6d]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:27 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b795f45ced709d388bcd544658d8fa6721bbcc8b]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:25:18 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a168486d9da2939ec356394cffcf6911ef2e653]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:27 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edbb0353b538d744dc43a1b56723371fde0d705d]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:05 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa6289b43340292c04f59edef09b534379ae2b6c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:26 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31f37f519cbe7a4c6a807108f021b19510224575]

        INTEGRATION: CWS ooo19126 (1.2.830); FILE MERGED 2005/09/05 14:25:17 rt 1.2.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4814cd08500eb0e7226d3daaaad8259bf81ce4fa]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:04 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [253b2fb00dad7e2accff0e628b34cf82f4d2e6bd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.238); FILE MERGED 2005/09/05 17:00:26 rt 1.1.1.1.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [609dac0cce0d5a1cab9a47140a5b72980e1c597e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:17 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36acb53f6f8d2759a32452d712e4f78880a9dd71]

        INTEGRATION: CWS ooo19126 (1.10.96); FILE MERGED 2005/09/05 17:00:26 rt 1.10.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cee4e214a001b069ff7175678e255b69253e340]

        INTEGRATION: CWS ooo19126 (1.3.1634); FILE MERGED 2005/09/05 14:25:17 rt 1.3.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [564e83876da6869cff1db9ff791c0e0c577be534]

        INTEGRATION: CWS ooo19126 (1.4.1044); FILE MERGED 2005/09/05 14:25:16 rt 1.4.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0f40d7a9e4daca6663180ca58816adc594d35ab]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:16 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872447170e0121203c53df7b78a08680601632b4]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:25 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0edcfceb0a8196563f3c15f1e636e7eb488d7788]

        INTEGRATION: CWS ooo19126 (1.22.64); FILE MERGED 2005/09/05 17:00:24 rt 1.22.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a26e0cfeef4bfa91cae09bf45f68a52555ed8c3]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:03 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [253dd7d21d0f7fe3e6467c299cb5b1a0fe15292d]

        INTEGRATION: CWS ooo19126 (1.2.830); FILE MERGED 2005/09/05 14:25:16 rt 1.2.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a26952014e95239ea8de59966ae519d4335a50ff]

        INTEGRATION: CWS ooo19126 (1.3.216); FILE MERGED 2005/09/05 17:00:23 rt 1.3.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f906c512f9d12c4fe809311eb7c98671fa033198]

        INTEGRATION: CWS ooo19126 (1.2.1664); FILE MERGED 2005/09/05 14:25:15 rt 1.2.1664.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1078c781e090c4bc21f37c998d9ec3b67ebb61f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:25 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [462add2a76930e04110ba79907c7cc200245292e]

        INTEGRATION: CWS ooo19126 (1.1.216); FILE MERGED 2005/09/05 17:00:23 rt 1.1.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cbba8bd16c3f9ff82f8d74b2dec1eff1f053f08]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 13:51:03 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43a1810072ed4a1909cfe5f1560de1c98922831b]

        INTEGRATION: CWS ooo19126 (1.14.256); FILE MERGED 2005/09/05 14:25:15 rt 1.14.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf89b9459c13155fd3ca16d8801b9a178677ced4]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:42:24 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b964b50451401d04cd348abc0c934b91de92e2]

        INTEGRATION: CWS ooo19126 (1.9.64); FILE MERGED 2005/09/05 17:00:23 rt 1.9.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [402283796cfc0b1356fc08ecb779654d8a460eb3]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:42:24 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71795d899baa8cb29ec672cb22272e30c0d6d5e4]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 13:51:03 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43008c6f1b9afd2a39716c481960eff23490f018]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:00:23 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5e468fe1b7c05d88121ed7c1726f00075ef0828]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:25:15 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b0331e58b0759c891ee133d8b18f2702e4b8bb6]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:02 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c52530e4b3c45550b469c5671137469bc567490]

        INTEGRATION: CWS ooo19126 (1.12.96); FILE MERGED 2005/09/05 17:00:21 rt 1.12.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c0e16c972809b6ec74827790f7b57745356aa1c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:24 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51db920c81c2fffd7535f573800a33b04040f9f2]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:42:24 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d45ea2e51993901882137e68a5c1deeed9ea135]

        INTEGRATION: CWS ooo19126 (1.5.280); FILE MERGED 2005/09/05 14:25:14 rt 1.5.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b60f6c4b9bdf4040605e791418fc92143e8efbda]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:23 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6246da3094530584f658d6ecb2f2326e5f3e20c7]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:51:01 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab12d2bf2c14d53cdeb7617105e7cb25721d75df]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 14:25:14 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdf5bff1b7964cdbb1aef4020c560557b097dcbc]

        INTEGRATION: CWS ooo19126 (1.24.152); FILE MERGED 2005/09/05 14:25:13 rt 1.24.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00214217295f1e20eca8b7eca51ccc8c5c11ca7f]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 13:51:01 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7595d23a9d56648692e8997f79b76b0277aa142c]

        INTEGRATION: CWS ooo19126 (1.3.946); FILE MERGED 2005/09/05 14:25:13 rt 1.3.946.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdaf0a008a488e0a44c704647dae8511f0afde8f]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:42:23 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c6a294c8a04c2c973a5c2224d5e5d333dea67c2]

        INTEGRATION: CWS ooo19126 (1.16.64); FILE MERGED 2005/09/05 17:00:07 rt 1.16.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e55f55f81e024287a7f11a7b0bc6489a12036aa]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:01 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2b2f28be4c989c3177bd0b2522531572186c71f]

        INTEGRATION: CWS ooo19126 (1.10.256); FILE MERGED 2005/09/05 14:25:13 rt 1.10.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03e59ea80696ccfa517b956439dfcf2fe3e871d5]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 17:00:07 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [940ac1cee8c6743d36e3957e9d6dbb37ca891747]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:51:00 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b78ebf11fd4c8947f6d22d4d8a618f310dc05b1]

        INTEGRATION: CWS ooo19126 (1.23.560); FILE MERGED 2005/09/05 14:25:12 rt 1.23.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09dc3a3fd13b7f105df10770e027f61020b1275]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:00:07 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e579f7d6ee0f4e50e6048a341a9da7ca5705b86b]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 15:42:22 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47c88eb69633c65bd060de7c964121127b482abd]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:51:00 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a98e5ab53c612a4444f488e77608c800b00efa0]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 14:25:12 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51676ded751cce31f008be4ce97755e37072477e]

        INTEGRATION: CWS ooo19126 (1.28.34); FILE MERGED 2005/09/05 17:00:06 rt 1.28.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb7651c6939ec300c1674c808de87294fd3fcdf6]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 13:51:00 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69eb9a26eb7a514f5e196d6d866d4c3243eb70b1]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:22 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7799796e00751b31bc77b3bb5666f5d75270ee61]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:25:11 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53e66ca42649c740185f6ff9d2cedfde0f23d9ff]

        INTEGRATION: CWS ooo19126 (1.47.26); FILE MERGED 2005/09/05 17:00:06 rt 1.47.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [265153f2e5d137f13dc5582b651c7e7f3d05fe38]

        INTEGRATION: CWS ooo19126 (1.3.888); FILE MERGED 2005/09/05 14:25:11 rt 1.3.888.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [190e8771484f24019ecb6ee76ecece0e551729f8]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:59 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f38245777aa08da99c278af3b8f9574738eca721]

        INTEGRATION: CWS ooo19126 (1.6.172); FILE MERGED 2005/09/05 17:00:06 rt 1.6.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e6b1851203893018fad22e419f8ef40501a9c2d]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 15:42:22 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d65a71fb807f3314476ad0cc48c40d4f3782953]

        INTEGRATION: CWS ooo19126 (1.4.1120); FILE MERGED 2005/09/05 14:25:11 rt 1.4.1120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b353e1d5e54b53e7369db10e92bc44d6bdb5e531]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:59 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8833276f013bb3f4d4a50683b469c1e48d9fa179]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:42:22 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2eb948270fd2b35dfdd679011b7e6367af969faf]

        INTEGRATION: CWS ooo19126 (1.11.64); FILE MERGED 2005/09/05 17:00:05 rt 1.11.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93dc9227680ead0230e29d4ac6df67bf016af49a]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:25:10 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa68ba7164fa8ba6ebe11a10b59f0e816c73736f]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:21 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16b14c271ae280ae2dfc664aad922d74985a9ddd]

        INTEGRATION: CWS ooo19126 (1.25.64); FILE MERGED 2005/09/05 17:00:05 rt 1.25.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b050aef5ebe5455bccb89bba99b10cc0e1c8364a]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:25:10 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18a93572fd805c6230b16adb51a0ae244832d7e3]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:21 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27b7adc1bd4dc9363867fb6cf675a99b6ba6334d]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:25:10 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb8e3967e619f0ebc6cb48f4dd24c6c21e170357]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 17:00:04 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0301f036d6e46b1c68d36811a13b3f7c97dea074]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:20 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71889b8e62144336f38366e6be241391c1c62d1b]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:58 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f234acd3d55aa053d34b58fc31f9e84ad86ca4b]

        INTEGRATION: CWS ooo19126 (1.27.114); FILE MERGED 2005/09/05 14:25:09 rt 1.27.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7f6f793f8a03800c3d69837cf8f66b036edb83]

        INTEGRATION: CWS ooo19126 (1.64.54); FILE MERGED 2005/09/05 17:00:00 rt 1.64.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5cf862f0ad3d902424e6b93b2556af3d74e7820]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:42:20 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14dd52139dc5623fb53752ceea6af052d56435f5]

        INTEGRATION: CWS ooo19126 (1.7.946); FILE MERGED 2005/09/05 14:25:09 rt 1.7.946.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d375e71b78b69e5db04797547c58daa1b6fb293b]

        INTEGRATION: CWS ooo19126 (1.14.64); FILE MERGED 2005/09/05 17:00:00 rt 1.14.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [585050f83d289c628b81d4f39ad4334316231703]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:58 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f479ab4df2c7c4326de9730501a1ab8b4a3f3a21]

        INTEGRATION: CWS ooo19126 (1.3.1656); FILE MERGED 2005/09/05 14:25:09 rt 1.3.1656.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93e7ed0f082c84e4afa66a27e7920db2a88178e7]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:00:00 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1b009a6e2044f8c5308551e39af439ce44aa7fd]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:42:19 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f68a973f60579266724a5b73ad6915f9e6c61a2]

        INTEGRATION: CWS ooo19126 (1.20.252); FILE MERGED 2005/09/05 14:25:08 rt 1.20.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daf28315508093dc2cfad3be7262a064aa3ee94d]

        INTEGRATION: CWS ooo19126 (1.38.48); FILE MERGED 2005/09/05 16:59:59 rt 1.38.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc65c93fdfd50c45eec9cc53507f6ac53c4b9183]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:42:19 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fa9c2a8fceee63ef05734a0c75068a0875a8192]

        INTEGRATION: CWS ooo19126 (1.11.252); FILE MERGED 2005/09/05 14:25:08 rt 1.11.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f5ed3066daedba707ace1480d11dc6465b10046]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:57 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd346b172817e58ad0d55e3401b80e086336f8a6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:57 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [577e8614d51bbdf95ecd81204d8382de295f426f]

        INTEGRATION: CWS ooo19126 (1.13.154); FILE MERGED 2005/09/05 14:25:08 rt 1.13.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [978dd60ffdf8c282fac9ac10d06fa83cabe8f70a]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:09:57 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f98a87bcf8694c74c88bd13197353fdecd1ee5c]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:57 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55f1228614c5e50ec07745bf1f55e845e9e6581e]

        INTEGRATION: CWS ooo19126 (1.5.598); FILE MERGED 2005/09/05 14:25:08 rt 1.5.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [257c6716426b8d69441c330c09f858910343eecd]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:42:18 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7549365da057ac793bb9d170d2709c908d8838ea]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:56 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95134790da8e1cf6bbca4cef4be1fa4693e3d461]

        INTEGRATION: CWS ooo19126 (1.4.1478); FILE MERGED 2005/09/05 14:25:07 rt 1.4.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7eba6e460623efeb6f74834b9c280a2a38d283b5]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 15:42:18 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13cb59edf3f2849a7b3700c73124755c8e9cd716]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:25:07 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b5a7acf6bb22affb742906d83ef6789a341ef87]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:42:18 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de4be9b1aabcf331bebeac3aae661de5e2064704]

        INTEGRATION: CWS ooo19126 (1.3.1478); FILE MERGED 2005/09/05 14:25:07 rt 1.3.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [360b35979d575d19ffe73631476dd64ccc44f681]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 13:50:56 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d28fe22b81e926b7628014cfa4f014fc8296dbb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:55 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c64d45ebda56b97f382316a3c98e5f32f3c1917c]

        INTEGRATION: CWS ooo19126 (1.11.1626); FILE MERGED 2005/09/05 14:25:06 rt 1.11.1626.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e150698190bfd147a3c123b46e209fbc177f76bc]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:17 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a267c1215a495bf5f62776b67eeb8cb34d24c3c1]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:56 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be8ee8c80723274c5b88b49f11f40b4cc38a6034]

        INTEGRATION: CWS ooo19126 (1.2.1478); FILE MERGED 2005/09/05 14:25:06 rt 1.2.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89caf8165fedbb16cebf1a0004bc6aa7af027744]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:56 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce10862b341ffd90476e551053ac2696924169a4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:54 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80f042cdb2d009b1c8482df957dc16ae7c54c58a]

        INTEGRATION: CWS ooo19126 (1.10.1634); FILE MERGED 2005/09/05 14:25:06 rt 1.10.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88935f659932d2fb9cd08a16b544cf5f31ea58ce]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:16 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1a4fd0a9e9cfbda1791b1261e008f2476208edc]

        INTEGRATION: CWS ooo19126 (1.4.274); FILE MERGED 2005/09/05 15:09:53 rt 1.4.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [825563d548edc561962949863ca043d5514eb2d3]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 14:25:05 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fde2569e1c20275085615f33cdab6bf7fb1d5091]

        INTEGRATION: CWS ooo19126 (1.30.98); FILE MERGED 2005/09/05 15:09:52 rt 1.30.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54d127da84a4a011d6357a6344a71f4f4a8b337f]

        INTEGRATION: CWS ooo19126 (1.2.946); FILE MERGED 2005/09/05 14:25:05 rt 1.2.946.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f02179349fe45a041c9b99dd71d9804b79c959c1]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:55 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [861d760f6ad6671b914f0ccf76528a4fb727132e]

        INTEGRATION: CWS ooo19126 (1.21.242); FILE MERGED 2005/09/05 15:09:52 rt 1.21.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe164dae357c157caf422c7d0f862eeaa6604e6e]

        INTEGRATION: CWS ooo19126 (1.16.428); FILE MERGED 2005/09/05 14:25:05 rt 1.16.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [397d4322b8d4b5efda444a5f229dd0dd72ea4fab]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:51 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f71028b968bac74b295951a8bdeb2c2f4878eab5]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 14:25:04 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac836b598ec9c999e8f37c9f339d7895dd8beb59]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:55 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2544fb194b5bcc23da0db9f1a9be832f83e1b85]

        INTEGRATION: CWS ooo19126 (1.9.328); FILE MERGED 2005/09/05 15:09:51 rt 1.9.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f19cc6dfac11082323c40545665b5f54ee069cb]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:42:15 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ebd2cf8ed2f3f25b41c70cb543f44b5fa6c03e1]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 14:25:04 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [193dea483035fa3fcd58882112739b3a93f8aeb8]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:54 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1572ef63ca8f054da7d3834d713ccf3b1f80bc64]

        INTEGRATION: CWS ooo19126 (1.27.328); FILE MERGED 2005/09/05 15:09:51 rt 1.27.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdc71277407ddb8ac56ebbb3ea3c9848edb49187]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:42:15 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00b75b0c9d9d483249ec5917aed73bc2354b82d1]

        INTEGRATION: CWS ooo19126 (1.2.1668); FILE MERGED 2005/09/05 14:25:04 rt 1.2.1668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [477e1ce83dde580dac003809fe0921ec467b5feb]

        INTEGRATION: CWS ooo19126 (1.21.122); FILE MERGED 2005/09/05 15:09:50 rt 1.21.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a19e5ce47c0c9f184cb26caa935ab73628f5dc76]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:15 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b2108f6ac7b7b892d8b791e9033e55519527643]

        INTEGRATION: CWS ooo19126 (1.8.560); FILE MERGED 2005/09/05 14:25:04 rt 1.8.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cb460bc109f40102f4368217bc9a16e0834a7b3]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:54 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60ab6a6505d00f43632daa01ff15fe01e37afb2b]

        INTEGRATION: CWS ooo19126 (1.8.146); FILE MERGED 2005/09/05 15:09:50 rt 1.8.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d694a94edfe2fe513406678e1d3e86ae3b86932]

        INTEGRATION: CWS ooo19126 (1.14.1624); FILE MERGED 2005/09/05 14:25:03 rt 1.14.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40f2865547615c8be644d9249d43c1bbc5bab2c3]

        INTEGRATION: CWS ooo19126 (1.37.42); FILE MERGED 2005/09/05 15:09:50 rt 1.37.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f57801f701bf143aed39d842980b214d6feb163]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:25:03 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [803f79db4155f38b1272610cfa4562265560fb5a]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:53 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c304411465fc682d44801c3bd9a26e0be1b96ca]

        INTEGRATION: CWS ooo19126 (1.32.116); FILE MERGED 2005/09/05 15:09:49 rt 1.32.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46f27ed33982c1d1de874c86c30fac69c62f31cf]

        INTEGRATION: CWS ooo19126 (1.2.1654); FILE MERGED 2005/09/05 14:25:03 rt 1.2.1654.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [896b9b99b4afa26f32817736fa2cb5b98bb5a347]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:14 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cb98e1fc16a07e0316927b07e11e36be831915d]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 13:50:53 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [982163c011b4abd4d8b2c30e94e3893886a051ae]

        INTEGRATION: CWS ooo19126 (1.5.396); FILE MERGED 2005/09/05 14:25:03 rt 1.5.396.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d26bef96075127d3fb3b1beb1f849f19e9cd3f5f]

        INTEGRATION: CWS ooo19126 (1.30.44); FILE MERGED 2005/09/05 15:09:49 rt 1.30.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0302fab2931cabc5f7280161feecc45d86bcac6]

        INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 13:50:52 rt 1.6.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ef23653887af6cecc1d1a0ddb8c729b0ff8dde6]

        INTEGRATION: CWS ooo19126 (1.9.346); FILE MERGED 2005/09/05 14:25:02 rt 1.9.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fc8d3634e97d6c818e34f2b526097845bd45376]

        INTEGRATION: CWS ooo19126 (1.26.154); FILE MERGED 2005/09/05 15:09:49 rt 1.26.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7e1e05c49141737a4bbe9384da0caf4850a0878]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 13:50:52 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a0579967bda3432a50651027a50949fe8c4fc7d]

        INTEGRATION: CWS ooo19126 (1.52.88); FILE MERGED 2005/09/05 15:09:48 rt 1.52.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6476549a65a72ab89cc927ae888ff1161ad8b75]

        INTEGRATION: CWS ooo19126 (1.3.1624); FILE MERGED 2005/09/05 14:25:02 rt 1.3.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8402f5cd107dd40710e78673355fbfe7529f85ea]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 13:50:51 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc533cd696e130cda8a0f8f3c8e1ff227316b282]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 14:25:02 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05d9c1a8cfd73e178c05eb744fb5ca37abc7c10f]

        INTEGRATION: CWS ooo19126 (1.9.104); FILE MERGED 2005/09/05 15:09:48 rt 1.9.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [446c23254eff7ce4379ebad722738cbb2f74dfef]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 13:50:51 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [814a16c28035c3933ee72ee2944fce9ec002c386]

        INTEGRATION: CWS ooo19126 (1.8.194); FILE MERGED 2005/09/05 15:09:48 rt 1.8.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff31e36d62166264116186b6889d61230f4c8321]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:25:01 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27fe3cda113204d83037dbfe21f661a6abcfb6ef]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:13 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0952a881a72d6ed7ef1f3a1b645cd9c9f19e5d32]

        INTEGRATION: CWS ooo19126 (1.9.392); FILE MERGED 2005/09/05 15:09:47 rt 1.9.392.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [000b09d84fccebbb3a58196b42fc335b66df7298]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 14:25:01 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2b4786643f59459d70c2255c247900de23405dd]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:50 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [059c7971678baf428b8d87b07cde3f804ee99c10]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:09:47 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b65a139aabdfdcc798b1118095a113dfcf549831]

        INTEGRATION: CWS ooo19126 (1.2.1624); FILE MERGED 2005/09/05 14:25:01 rt 1.2.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e19bcfc3b142b775a94f07e2caa792a315f413ee]

        INTEGRATION: CWS ooo19126 (1.2.1444); FILE MERGED 2005/09/05 14:25:01 rt 1.2.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61b14e078983428ebd009b159ebd664b2f65eaa7]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 15:09:47 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84461566592efbf458411b060eb2db99e3929d72]

        INTEGRATION: CWS ooo19126 (1.6.1444); FILE MERGED 2005/09/05 14:25:00 rt 1.6.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26d4ccac3e0e07cabbed253777849974c769fa50]

        INTEGRATION: CWS ooo19126 (1.8.328); FILE MERGED 2005/09/05 15:09:46 rt 1.8.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8e28a5817c520ba3fcba8872b8a226b43fe7d4e]

        INTEGRATION: CWS ooo19126 (1.24.122); FILE MERGED 2005/09/05 15:09:46 rt 1.24.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [073f08c059f7c84fa0a64b560af8157198591820]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:12 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0f23fadbc3656103bd4723b5f6044a839715e76]

        INTEGRATION: CWS ooo19126 (1.15.174); FILE MERGED 2005/09/05 15:09:46 rt 1.15.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c713a0b19f40f3e1f0960e90e963761d8f70cd5]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 14:24:59 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98bb1bdabb7a3f1e851a344f95e0a189baa5dcf4]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 13:50:49 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbadd536344e3ac35f673d60d4b148961b59b983]

        INTEGRATION: CWS ooo19126 (1.7.354); FILE MERGED 2005/09/05 15:09:46 rt 1.7.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a6333e370592e38f82f5ad5f5754011a723a3d1]

        INTEGRATION: CWS ooo19126 (1.9.1348); FILE MERGED 2005/09/05 14:24:59 rt 1.9.1348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78c5edebd0692c9377047c570e69227d8248ac4d]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 13:50:49 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77554eed294e590d60ba54d4e112259706f749ff]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:11 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [618f0f53b2cffde3b9b6a759231cbeb874eb982c]

        INTEGRATION: CWS ooo19126 (1.2.1402); FILE MERGED 2005/09/05 14:24:59 rt 1.2.1402.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f927abc973b675630e2e2cfd487e16b89c7af2bd]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 15:09:45 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b6d9091cfa8b1f5b4182b9c42b58c285272bcdd]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:11 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fff15f1528b3c2d36df411eae083e10b84258d94]

        INTEGRATION: CWS ooo19126 (1.2.1466); FILE MERGED 2005/09/05 14:24:58 rt 1.2.1466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a344331d40431891ed36947be5a6eef4c42df90]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:09:45 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59149ef4ce58443c8ce59178b14c8e346824a688]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:10 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c1139b29daf1d95b9d96985586a7cb8b85eb1c3]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:24:58 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [087734823f120d04267e4c49435949348c2f0338]

        INTEGRATION: CWS ooo19126 (1.50.142); FILE MERGED 2005/09/05 15:09:44 rt 1.50.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6b4e09cc9ca979a62f067076b34e76c4601c63e]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:24:57 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d18343026a1adb8ace55deaf5062b465f883c9bc]

        INTEGRATION: CWS ooo19126 (1.25.326); FILE MERGED 2005/09/05 15:09:44 rt 1.25.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e2fa2fdf3988cc5731e3af1aba602ceb02cfe1a]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:48 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fec9f4c1307912f04077321715730c2a113fd19]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:42:10 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72341338c8708e41f6a7ae18290914ed213a8ef7]

        INTEGRATION: CWS ooo19126 (1.19.234); FILE MERGED 2005/09/05 15:09:44 rt 1.19.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [165ba716fab2cf7187988d50d6c609b92e9cda86]

        INTEGRATION: CWS ooo19126 (1.9.326); FILE MERGED 2005/09/05 15:09:43 rt 1.9.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0114ea851b370d4134eea8d95a368927311c19c9]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 13:50:48 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9c6964cd52b6eac01d83ec10b5b0c0e44f06e0a]

        INTEGRATION: CWS ooo19126 (1.54.668); FILE MERGED 2005/09/05 14:24:55 rt 1.54.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ae066004fe8d40e814cd291454c9e7406a0852e]

        INTEGRATION: CWS ooo19126 (1.16.190); FILE MERGED 2005/09/05 15:09:43 rt 1.16.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8e4d12d3cacf38758f0a8e6652d3b9fe5b17424]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 13:50:48 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [170223ff4c65590655add4d46ff1eeba677ef880]

        INTEGRATION: CWS ooo19126 (1.35.100); FILE MERGED 2005/09/05 14:24:55 rt 1.35.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f663c2da274cc191643f61c0f060a5b4e46c18ac]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:09 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83f52260391fee22bee00006182eca41dea65680]

        INTEGRATION: CWS ooo19126 (1.5.328); FILE MERGED 2005/09/05 15:09:43 rt 1.5.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3c60fbe56689c2701e62ec528a19e3db0359332]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 13:50:48 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a4ae0bfc648afe717c46dcd0920c87884f70d79]

        INTEGRATION: CWS ooo19126 (1.18.514); FILE MERGED 2005/09/05 14:24:54 rt 1.18.514.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf25151fe123696f6c56caadc47f5297f93dd901]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:09 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b4e5dba55453b04d86b627ebcc67fca805f53a5]

        INTEGRATION: CWS ooo19126 (1.44.306); FILE MERGED 2005/09/05 15:09:42 rt 1.44.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [506037073a3b102080c72ccfcfb46fb7236ba7d6]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 13:50:47 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb7f8fcc011c062e836cb3c2bf0bf9d82f178c7]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 15:42:09 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4081bd132a3f477bdba4e8ee0fc9924d9d2a8439]

        INTEGRATION: CWS ooo19126 (1.33.250); FILE MERGED 2005/09/05 14:24:54 rt 1.33.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e71ba2f6a0b6a63bfe33f82924fe67022a8b89d5]

        INTEGRATION: CWS ooo19126 (1.12.326); FILE MERGED 2005/09/05 15:09:42 rt 1.12.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cae731d0c2fda0ba1f3d7298cb8ff311e287df1]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:47 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ec09dee9fff60d02aa5012e2adaff3e3b4c109f]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:08 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eff16b5c2d85f9004d30b7ccae8f9148f95a8b22]

        INTEGRATION: CWS ooo19126 (1.18.516); FILE MERGED 2005/09/05 14:24:54 rt 1.18.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6828f7613f5143b2833fee7e59d41c15ef5a62fe]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 13:50:47 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f6658a0ee776603fab9cbd596a9c58c1527f09c]

        INTEGRATION: CWS ooo19126 (1.25.142); FILE MERGED 2005/09/05 15:09:41 rt 1.25.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa58dd5edded13f9ed9eaabd5d0437fe8c42682e]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:42:08 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c4530ff25f12f64edd71e51ee7bae760ff5222d]

        INTEGRATION: CWS ooo19126 (1.73.356); FILE MERGED 2005/09/05 14:24:53 rt 1.73.356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [188955f19979d62061c4e319b65407e0c2a6a85c]

        INTEGRATION: CWS ooo19126 (1.3.536); FILE MERGED 2005/09/05 15:09:41 rt 1.3.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7b197544945c6a274f93cedbaf139208ed67363]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:42:08 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56f4bc095b66fe02a83b5bd8ccc828857c9dc001]

        INTEGRATION: CWS ooo19126 (1.7.668); FILE MERGED 2005/09/05 14:24:52 rt 1.7.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23dd9a4b9dfed6de38e0666920ae60f0deb3ee62]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 13:50:46 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e63fdbe64d74ab4aaf42d3e2d8b22c0307cee9be]

        INTEGRATION: CWS ooo19126 (1.2.918); FILE MERGED 2005/09/05 15:09:41 rt 1.2.918.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ead2bffeb64a8d650812842c296bda3218cbf4a8]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 15:42:07 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc4e798cf76344ec5325158dff7bd0c53699516]

        INTEGRATION: CWS ooo19126 (1.20.732); FILE MERGED 2005/09/05 14:24:52 rt 1.20.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [401e49377c4934e69dfad8ea99b19a3401261688]

        INTEGRATION: CWS ooo19126 (1.10.326); FILE MERGED 2005/09/05 15:09:40 rt 1.10.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2814a724ace4d156f8bddf4444c643e0426999df]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:46 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bc7d48fa313a2e25fd9149562e43145eb644713]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:07 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b09243d235bc8a82b62a9aba7c5f753373366053]

        INTEGRATION: CWS ooo19126 (1.45.392); FILE MERGED 2005/09/05 14:24:52 rt 1.45.392.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffdccab51b0f1be5a516efa334f1fd6ac09836f0]

        INTEGRATION: CWS ooo19126 (1.12.146); FILE MERGED 2005/09/05 15:09:40 rt 1.12.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1b1529150bbee7d26872e8cb620b82f4097ddea]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:42:07 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a78e9d5427df57cc3e8d1f928059acb797ccb419]

        INTEGRATION: CWS ooo19126 (1.6.1632); FILE MERGED 2005/09/05 14:24:51 rt 1.6.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [203a3ec910301fe90daa7482277358bc99e153a5]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:09:40 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09a0b32b6d6e8e6c3a74d26e1f06cac96014f63]

        INTEGRATION: CWS ooo19126 (1.25.250); FILE MERGED 2005/09/05 14:24:51 rt 1.25.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd1e515c0384beaa3bc7eb2d2f83eb26b72cc71]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:42:06 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc09ae167e77abf80351c9db5762cafab96fb33]

        INTEGRATION: CWS ooo19126 (1.2.328); FILE MERGED 2005/09/05 15:09:40 rt 1.2.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63daac47b0071caae05f3c72249e2873c1c577b3]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:45 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5d453847b65d7b250564e87938939648f52169b]

        INTEGRATION: CWS ooo19126 (1.11.1630); FILE MERGED 2005/09/05 14:24:51 rt 1.11.1630.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6067519b44f5160c1abefc6ceae81c3fd1590d81]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 15:42:06 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73853bcc2a495b477c890e6166c7fe82c3ecf6cc]

        INTEGRATION: CWS ooo19126 (1.14.328); FILE MERGED 2005/09/05 15:09:39 rt 1.14.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a59756046f08496263fcc629347052724519fc2a]

        INTEGRATION: CWS ooo19126 (1.3.1646); FILE MERGED 2005/09/05 14:24:50 rt 1.3.1646.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8a5fb6a9ae4cfedc80c5473de675530e1aa8c34]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:06 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0de065a223e19922ac6145b07cb7e70adbda64d]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:09:39 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [820b9d7e77abf8a3e092fada3587138a2b229735]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 15:09:39 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9132355ebb5ecc037c11b1b7b5093f4704f49ffd]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 14:24:49 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54ff418fc4018d20561bcb9751c5a3ae8e279bec]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:05 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4f582bbf06e82b5a5d6ad34748feac75a2fecb2]

        INTEGRATION: CWS ooo19126 (1.42.54); FILE MERGED 2005/09/05 15:09:38 rt 1.42.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [001597bcb8d2fda3eef6cb4072aa7b3647b8f759]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:24:49 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20a9dfc9b284ce75239b0850d60f194aad8a6c4c]

        INTEGRATION: CWS ooo19126 (1.4.564); FILE MERGED 2005/09/05 15:09:38 rt 1.4.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67e7366baffe923d2d59936481fddb68c3a2e755]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 13:50:44 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23a93d11106574fa1614217a4f33b858a1c4ef1c]

        INTEGRATION: CWS ooo19126 (1.3.1624); FILE MERGED 2005/09/05 14:24:49 rt 1.3.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46c2a6b839510be7595f4e89860b646f614841cd]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:44 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e51734d26c9a1435de3635cdda2e8e31cc6bf3e5]

        INTEGRATION: CWS ooo19126 (1.24.146); FILE MERGED 2005/09/05 15:09:38 rt 1.24.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d86fbefb98775d482699e5293e1ed64eb7b1a9a]

        INTEGRATION: CWS ooo19126 (1.27.704); FILE MERGED 2005/09/05 14:24:48 rt 1.27.704.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c997abb6eab29714ef09981a6e94d18d74a8373]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:42:04 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28fbcf68016b90a12cef1fa7cf6f64c64b372c6b]

        INTEGRATION: CWS ooo19126 (1.44.130); FILE MERGED 2005/09/05 13:50:44 rt 1.44.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33d011a4076f2019249bc9e404907bfaee25c715]

        INTEGRATION: CWS ooo19126 (1.12.274); FILE MERGED 2005/09/05 15:09:37 rt 1.12.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c11fecb5672ee6befe96fb1bd9361d933038bba]

        INTEGRATION: CWS ooo19126 (1.20.256); FILE MERGED 2005/09/05 14:24:48 rt 1.20.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98dbc4b226b7cb075edb2997f81efca526f3c9ee]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 15:42:03 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8b1163b2cd58914a7c796d3c51050566369b57d]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:43 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d927c136f1bcaf22fdf3d76cb4076855274053]

        INTEGRATION: CWS ooo19126 (1.25.324); FILE MERGED 2005/09/05 15:09:37 rt 1.25.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a17003b3d2a82e8a859ff124b1d16eb2c21d14de]

        INTEGRATION: CWS ooo19126 (1.19.344); FILE MERGED 2005/09/05 14:24:48 rt 1.19.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76ae6b74a27db2dd6f9bbb1b354c51432e7d6d96]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 15:42:03 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d9c9fa0a71c3170ee8eb49818ae94ce3f68495d]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:09:37 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb25bbe33242de7b1a454cff01c3fbae689dc1d8]

        INTEGRATION: CWS ooo19126 (1.4.1624); FILE MERGED 2005/09/05 14:24:47 rt 1.4.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d06c5061207638e55dc9f62ca51b0b2225dddb78]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:03 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e7d2ed943ccd23fe25851b9f9be616ba9be4879]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:09:36 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [206839df6ca969dd1e6d36db1ac7ac40f29e3aad]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:50:42 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76cb97e2717179abb6cafcb675d9c5358f0eb6a8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:03 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a3f99bb836ee7bfd5cdca79ae26ae56e2c0fb72]

        INTEGRATION: CWS ooo19126 (1.3.274); FILE MERGED 2005/09/05 15:09:36 rt 1.3.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a8ad4221232d81d1cb4fb49feb049ac23c24481]

        INTEGRATION: CWS ooo19126 (1.23.52); FILE MERGED 2005/09/05 13:50:42 rt 1.23.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d81cc01a8f4a018cb7a974d75b0373f569944f50]

        INTEGRATION: CWS ooo19126 (1.2.1478); FILE MERGED 2005/09/05 14:24:47 rt 1.2.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bdd77e8e87ce16b5e154be2ff2fe65c607e6ece]

        INTEGRATION: CWS ooo19126 (1.18.102); FILE MERGED 2005/09/05 15:09:36 rt 1.18.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fb7d5c3dee766355a02f6260fdfe8e88b479471]

        INTEGRATION: CWS ooo19126 (1.14.142); FILE MERGED 2005/09/05 13:50:42 rt 1.14.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [059c98cfe5ceffce019fd2cbcd98b77855e0fa50]

        INTEGRATION: CWS ooo19126 (1.7.558); FILE MERGED 2005/09/05 14:24:47 rt 1.7.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2e4329f7a0690a76eefde3a46107ac50bfbefff]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:02 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ea8d59bdcd230e83f669259ec119466790edc05]

        INTEGRATION: CWS ooo19126 (1.45.128); FILE MERGED 2005/09/05 15:09:35 rt 1.45.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4bae3072329a288c7628ef8d167ba431fcf4c8b]

        INTEGRATION: CWS ooo19126 (1.8.68); FILE MERGED 2005/09/05 13:50:41 rt 1.8.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c79e92d43c00713acea9ab3dee32cc3b4fae3445]

        INTEGRATION: CWS ooo19126 (1.19.112); FILE MERGED 2005/09/05 14:24:46 rt 1.19.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eaa0e2120422956b7a2def8ed21aab772b0fe5d0]

        INTEGRATION: CWS ooo19126 (1.27.326); FILE MERGED 2005/09/05 15:09:35 rt 1.27.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e664e96df1916aa00e4a1e461942ddc0d4d302e1]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:50:41 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02e26041f9c19a53586ad23d8efedb1484b03350]

        INTEGRATION: CWS ooo19126 (1.25.484); FILE MERGED 2005/09/05 14:24:46 rt 1.25.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc564c6df69b30e5ca1666628ae295c8a81b3184]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:42:02 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdc07b7268c7a0e7298d628934e55fecfabf5af7]

        INTEGRATION: CWS ooo19126 (1.4.798); FILE MERGED 2005/09/05 15:09:34 rt 1.4.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7afafbf8b2efd130134e03a527e75e445e43c711]

        INTEGRATION: CWS ooo19126 (1.5.290); FILE MERGED 2005/09/05 13:50:41 rt 1.5.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4929907d7108942f73fcc2a3acbe8d0d817b76e5]

        INTEGRATION: CWS ooo19126 (1.10.98); FILE MERGED 2005/09/05 15:09:34 rt 1.10.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be38726909fdf53a76d92147b2ec4343060ea247]

        INTEGRATION: CWS ooo19126 (1.1.1.1.370); FILE MERGED 2005/09/05 13:50:41 rt 1.1.1.1.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f772f8e9df28ac934b918414c73cb2d19b14976]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:01 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfd0b40f61fab9699f7a6f16dbca81a77cfb6639]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:50:41 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06064059b3b510e232efdab641e1238b221c2edd]

        INTEGRATION: CWS ooo19126 (1.7.256); FILE MERGED 2005/09/05 15:09:34 rt 1.7.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1916ac9af4e49e734f8d6001a8fa4f727788a94]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:42:01 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [348fd39fe29501d4922bb6eeeeea217a179103da]

        INTEGRATION: CWS ooo19126 (1.6.312); FILE MERGED 2005/09/05 14:24:42 rt 1.6.312.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a5eaa0733cfcd0308821d02c1f93cb42d0966c8]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:50:40 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb143ff2a10e2ce4ae65234213b472593d0738d]

        INTEGRATION: CWS ooo19126 (1.13.114); FILE MERGED 2005/09/05 15:09:33 rt 1.13.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42dc5a1b432494192d4a561cd7d6d90cb621e215]

        INTEGRATION: CWS ooo19126 (1.5.706); FILE MERGED 2005/09/05 14:24:41 rt 1.5.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e916bf9509a0b81e841b91834b12379aa4b5c6dd]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:50:40 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97f637c89c76d9fe385435f13bd8448826e9f9f0]

        INTEGRATION: CWS ooo19126 (1.2.536); FILE MERGED 2005/09/05 15:09:33 rt 1.2.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38128d455411939e88bb64eff0d3fa65759eab8f]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:42:00 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b22adc89d601537c1b45b341493ac8e83f309ab]

        INTEGRATION: CWS ooo19126 (1.20.68); FILE MERGED 2005/09/05 13:50:40 rt 1.20.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [faa504372ca767e75576fe6bf869a4c4216805d5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:33 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc6822b73b78056c8fdc0e7fa30f32209b37c1c1]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:42:00 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5998f2fdb2993dbcbd8db5b42037e1c8b8064653]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:39 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3041fd09f2c8603fe181320727f902d9c9f2d7b5]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 14:24:41 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271badd56567a2b85d8030abf65727ba3906dad7]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:09:32 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee0356209da209f253489c6154a329bede2a6791]

        INTEGRATION: CWS ooo19126 (1.15.52); FILE MERGED 2005/09/05 13:50:39 rt 1.15.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d86053a87e67ae33dd36eadd5efd3470b5dc51b6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:59 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1eee456b4aaffd619618d304920bb02da30ea6e]

        INTEGRATION: CWS ooo19126 (1.44.248); FILE MERGED 2005/09/05 14:24:40 rt 1.44.248.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a67137980f9addeb4be133b471ac47e3c674f297]

        INTEGRATION: CWS ooo19126 (1.16.452); FILE MERGED 2005/09/05 15:09:32 rt 1.16.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46bf0d8ab17b7a11e2f70e614cc354b7e9dbfadc]

        INTEGRATION: CWS ooo19126 (1.6.144); FILE MERGED 2005/09/05 13:50:38 rt 1.6.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a8969cd90933f3e24f4ff808e6f6d1ba2beb4e4]

        INTEGRATION: CWS ooo19126 (1.40.112); FILE MERGED 2005/09/05 14:24:40 rt 1.40.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a97bfb56c7a52de5a4ffcc8023ae97a364354198]

        INTEGRATION: CWS ooo19126 (1.14.326); FILE MERGED 2005/09/05 15:09:32 rt 1.14.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89d689ebf1a3154832a33a82fc4258bae6d4aa9d]

        INTEGRATION: CWS ooo19126 (1.18.56); FILE MERGED 2005/09/05 13:50:38 rt 1.18.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dc1d3190b30c33b10b42483da75e080820e28c1]

        INTEGRATION: CWS ooo19126 (1.3.946); FILE MERGED 2005/09/05 14:24:40 rt 1.3.946.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff7bcb545cf9328d8c02bfae30365bade5bcbd5e]

        INTEGRATION: CWS ooo19126 (1.26.322); FILE MERGED 2005/09/05 15:09:31 rt 1.26.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [faf14b3fe579f375b21fa36f1928e2be6bd3768b]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:50:38 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c7e682fd2a6a79b9d3892f54256f15c375c8d7b]

        INTEGRATION: CWS ooo19126 (1.31.216); FILE MERGED 2005/09/05 14:24:39 rt 1.31.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e84b97b52740ec4dd5e4b7398110869d5fc6249]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:58 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d785cb73d8d385c9da23ef6f1ff150229672ce62]

        INTEGRATION: CWS ooo19126 (1.11.366); FILE MERGED 2005/09/05 15:09:31 rt 1.11.366.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b46fa2859f861061e38191ec9f518e750a5eec7f]

        INTEGRATION: CWS ooo19126 (1.3.290); FILE MERGED 2005/09/05 13:50:38 rt 1.3.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62ba9d36dd188f41ea5287762dde6a4ce6ff5a33]

        INTEGRATION: CWS ooo19126 (1.31.218); FILE MERGED 2005/09/05 14:24:39 rt 1.31.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cff93db0645a1c0e3fe98f77aacebc4cc12150d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 15:09:30 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cefee6f3bf6fc63db038e3744b30d4e75b9c7a3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.370); FILE MERGED 2005/09/05 13:50:38 rt 1.1.1.1.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8f91e30655bdfe23e913b70e05643d84fb64889]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 14:24:39 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45255ea0140c0afa45b2a45df4946b0c190cb91c]

        INTEGRATION: CWS ooo19126 (1.70.40); FILE MERGED 2005/09/05 15:09:30 rt 1.70.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [331f13c8f594a70b5f26ddf61f85367b9ce7a73c]

        INTEGRATION: CWS ooo19126 (1.12.56); FILE MERGED 2005/09/05 13:50:37 rt 1.12.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12c7165ca8442fe6163bbe157c4495e6d488582b]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:24:38 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c009d9925671e8ab1275b84c0e736606b83bc4]

        INTEGRATION: CWS ooo19126 (1.2.536); FILE MERGED 2005/09/05 15:09:29 rt 1.2.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9757e9afefb21731e5c2011e494700dd4acef71]

        INTEGRATION: CWS ooo19126 (1.5.486); FILE MERGED 2005/09/05 14:24:38 rt 1.5.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0fb05cdce567aaf07391704d3c651a7fe92b488]

        INTEGRATION: CWS ooo19126 (1.1.1.1.370); FILE MERGED 2005/09/05 13:50:37 rt 1.1.1.1.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cd22896812822b5b65bc351288e5c714b14c3a5]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:57 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21267e862158887a6f23108c05f971d95bcb7c7b]

        INTEGRATION: CWS ooo19126 (1.3.926); FILE MERGED 2005/09/05 15:09:29 rt 1.3.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70a70c44660a4de1649c289254f7a6e99187979f]

        INTEGRATION: CWS ooo19126 (1.63.560); FILE MERGED 2005/09/05 14:24:37 rt 1.63.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f8993abb9bbc7d61811e094402503f94568b6dd]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:41:57 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f3b7ce6f5194e52d74a0f998734b2965569afb6]

        INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 13:50:37 rt 1.9.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b33eb8f2a66a85599206a5c7d0644db3f7a9f984]

        INTEGRATION: CWS ooo19126 (1.28.326); FILE MERGED 2005/09/05 15:09:28 rt 1.28.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce374dcb03e873cf1af2c8b5b8c49aa92c7371ca]

        INTEGRATION: CWS ooo19126 (1.27.560); FILE MERGED 2005/09/05 14:24:37 rt 1.27.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a55da213bcc5a552405d877fca0ea189859a053]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:50:37 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd6bb73de1399fac2725baec2e4599423b737614]

        INTEGRATION: CWS ooo19126 (1.23.154); FILE MERGED 2005/09/05 15:09:28 rt 1.23.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dbc8a5b988ff211f889cf09ae14dce10e46d903]

        INTEGRATION: CWS ooo19126 (1.4.1648); FILE MERGED 2005/09/05 14:24:36 rt 1.4.1648.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03364882a53a4bd6068270d3df3f3fbe4d282918]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:50:36 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69e924432033cc1189be9e8780335c44857037d6]

        INTEGRATION: CWS ooo19126 (1.37.144); FILE MERGED 2005/09/05 15:09:28 rt 1.37.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddc97cf39f38a23504d4dcecb6924bb77f018cd7]

        INTEGRATION: CWS ooo19126 (1.67.108); FILE MERGED 2005/09/05 14:24:35 rt 1.67.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [414b4c5510f4e9e7b7036e3166b9530658dcff0b]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:36 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9dbb49e2367ff9aacc25b2f73df5ebf25b873b9]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:56 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1077c145506c8017245cf1530bf4168730e903ed]

        INTEGRATION: CWS ooo19126 (1.20.124); FILE MERGED 2005/09/05 15:09:27 rt 1.20.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c5bd1b3c51684012f147ed016893fd5cc34a5af]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:50:35 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8294d06cfa86e1180d57c01decfcb6b3c6ec3de8]

        INTEGRATION: CWS ooo19126 (1.63.110); FILE MERGED 2005/09/05 14:24:35 rt 1.63.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e00a0000f3480815bbe15bbae535c755203d5eb4]

        INTEGRATION: CWS ooo19126 (1.6.234); FILE MERGED 2005/09/05 15:09:27 rt 1.6.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63f3c52fc997a848853c44080be34180d908b1c8]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:55 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c622bd313216560b5b4b82949613d3de85264ee9]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:50:35 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1b0c7dcc51a6bfd0cfc39f796a8546e3c1a5919]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:27 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1b61351c19d179d82fb8b5d7100aee54d00a39e]

        INTEGRATION: CWS ooo19126 (1.13.560); FILE MERGED 2005/09/05 14:24:35 rt 1.13.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a2f192969306e5bec5a1ea84e428b4a8e647543]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:09:26 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06c0d51db990e0afbe5ea365d45c95613d95be38]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:35 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24be78770deb7fb1e5a435bb82c2cf3c3de39792]

        INTEGRATION: CWS ooo19126 (1.53.428); FILE MERGED 2005/09/05 14:24:34 rt 1.53.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f5c2aa6430875ed41c97b02d9805ec5c9ff4cfe]

        INTEGRATION: CWS ooo19126 (1.2.918); FILE MERGED 2005/09/05 15:09:26 rt 1.2.918.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6da5829436455b23169fb37e4bee11e7279348ac]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:50:35 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [832b815fceed02f82c34fe6d2b7d04de59f3ce87]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:54 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c86a829cfdda53d7fb1d95dd43f940082e6dfbc]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 15:09:26 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c43c7af23e865cab2165c1eaab7a8d341e7f5ea]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:50:35 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8ca46d27da378687e49be2b11a2b76d3f13c8cf]

        INTEGRATION: CWS ooo19126 (1.16.252); FILE MERGED 2005/09/05 14:24:34 rt 1.16.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c2e6478c584cf76b1df19599dedba1b421415b2]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:09:25 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03bf0d4b14db9e49b7b187a08ac91bc4646fb233]

        INTEGRATION: CWS ooo19126 (1.9.290); FILE MERGED 2005/09/05 13:50:34 rt 1.9.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e16091ec1ce5ae210321912229d7edc0fd0c3da]

        INTEGRATION: CWS ooo19126 (1.28.196); FILE MERGED 2005/09/05 14:24:33 rt 1.28.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [808842cdf4c245219172b9a231a4b05aa065112f]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 15:41:54 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d1aa185bbed220cebf6706e2d2fe3d7a301a5d9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:25 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e01324e482d5072aebf628b3bdd29cf7fb0c187]

        INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 13:50:34 rt 1.8.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa875746dd6dfbddcb1d96b7f005457fc096c1a6]

        INTEGRATION: CWS ooo19126 (1.12.254); FILE MERGED 2005/09/05 14:24:33 rt 1.12.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a0f97d3dc0af8c63cc8ae463c509ef63596a9ff]

        INTEGRATION: CWS ooo19126 (1.10.328); FILE MERGED 2005/09/05 15:09:25 rt 1.10.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d272a3ec9e9e5716b70d9bb6c809274f0535ed6]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:33 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aafd4d5a91ca3b5dccc4f1d8d593033573578189]

        INTEGRATION: CWS ooo19126 (1.13.560); FILE MERGED 2005/09/05 14:24:33 rt 1.13.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9f51d192dc3de4eaff684769a23a46670b89920]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:54 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a6f6126066d4764c03f8320acf29ae15c383a2d]

        INTEGRATION: CWS ooo19126 (1.12.346); FILE MERGED 2005/09/05 15:09:24 rt 1.12.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [039b8612a1a8f18d68a78394041c072ecf608312]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:33 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3536ae7c68c12b84630fd6d99da4847615319997]

        INTEGRATION: CWS ooo19126 (1.12.252); FILE MERGED 2005/09/05 14:24:32 rt 1.12.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97015cdd39dda0f90c002c502ec30173e2a40cfb]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:53 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e3032b0c2944279b4c88b07dec5ed104389a63a]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:09:24 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2bc545c334a316fc7239eb649373aa41d49a93f]

        INTEGRATION: CWS ooo19126 (1.12.254); FILE MERGED 2005/09/05 14:24:32 rt 1.12.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [808f7010808d61c5ce8d177954c38c7ceeb9edf8]

        INTEGRATION: CWS ooo19126 (1.16.326); FILE MERGED 2005/09/05 15:09:24 rt 1.16.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca6652d1a30b15e42c7029864b10e740712175fa]

        INTEGRATION: CWS ooo19126 (1.3.1478); FILE MERGED 2005/09/05 14:24:31 rt 1.3.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [334b12b6289326c193235d13cf0ada2c3e98db2d]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:32 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d6ca13e45ddeadc0f06188415e04740bb409b44]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:53 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [047e694b51903127d9e825e0cc77d54986ebffc5]

        INTEGRATION: CWS ooo19126 (1.24.66); FILE MERGED 2005/09/05 15:09:23 rt 1.24.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff5283b0fe3bb2626d68f4935e6fc9677f2ba92b]

        INTEGRATION: CWS ooo19126 (1.41.830); FILE MERGED 2005/09/05 14:24:31 rt 1.41.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cddf8773b0e63b481c6309c10f7246a64db3b186]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 13:50:32 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0db3b09b7f2801701850e59656810e3b20583d6]

        INTEGRATION: CWS ooo19126 (1.38.102); FILE MERGED 2005/09/05 15:09:22 rt 1.38.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dddf7c3f7e6d2634404238728d53089210001862]

        INTEGRATION: CWS ooo19126 (1.31.560); FILE MERGED 2005/09/05 14:24:31 rt 1.31.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36d3c3cb9d98f42e1691467209ad6e16f1eec954]

        INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 13:50:31 rt 1.5.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03ed95467e7539c3671ae02e772f91b99009d0ed]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:52 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e0e656041cbf2768b2f2e049ba9d84a61426b68]

        INTEGRATION: CWS ooo19126 (1.35.44); FILE MERGED 2005/09/05 15:09:22 rt 1.35.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89f183f0fab9b23cc62e4670ed93c16ed36d2372]

        INTEGRATION: CWS ooo19126 (1.13.700); FILE MERGED 2005/09/05 14:24:30 rt 1.13.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dcb2df11db2fc4364e0310f5e0090d6d8c0ba73]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:52 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5489e0b6c0608927a4abc2f5fc7682e6b8ae211]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:09:21 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2d8a49f8471a6d0f9150d6ea6bf11ce127530e9]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 14:24:30 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d9604004face3fcbb8bb04465da32fd10b17fb0]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 15:41:52 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3cd18bd444d2c8346f7babfc2121137cf39b269]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:09:04 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [527e67a938a680bc02d3cb7aecff3a56cdf02f73]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 14:24:30 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0698cb0a02ea2de97e1593059cd2da5d7cb75fea]

        INTEGRATION: CWS ooo19126 (1.21.114); FILE MERGED 2005/09/05 15:09:04 rt 1.21.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d56254367400b86a75bb4ff57d49c9fa533d428]

        INTEGRATION: CWS ooo19126 (1.7.1624); FILE MERGED 2005/09/05 14:24:29 rt 1.7.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe02f538304ee670c7205ad93044fbcfd44e8f03]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 13:50:30 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd29d0d806e1705382e6b0312ffb1ebb6bbbf409]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 15:41:51 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [347b2012306fdcea6d1baf0408adddb5d3f98aab]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:09:03 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2249af5f02131ca1f580c21f0a56f555063a56a]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:50:30 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [628e6e99b8fbf85ed0c0b3b7f93d5cd8aab184d3]

        INTEGRATION: CWS ooo19126 (1.2.946); FILE MERGED 2005/09/05 14:24:29 rt 1.2.946.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9019ae463c4822a19ba037e23f1f7597d310dc3b]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:51 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a9cb011dcdaa58613879392155e1c2d3ecde5cb]

        INTEGRATION: CWS ooo19126 (1.6.520); FILE MERGED 2005/09/05 15:09:03 rt 1.6.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe4ce12ed2925c36b1fbb1dfc26bcba7a8645f71]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 13:50:30 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [817dd54e22d0caba4e9b4498e76b0affbed8bc81]

        INTEGRATION: CWS ooo19126 (1.51.216); FILE MERGED 2005/09/05 14:24:28 rt 1.51.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [483797c3e4548cb055b89efc5a8c2f74b1a48910]

        INTEGRATION: CWS ooo19126 (1.19.116); FILE MERGED 2005/09/05 15:09:03 rt 1.19.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebfdcbc2aab1b38cc7d10b026bf72789c87ea092]

        INTEGRATION: CWS ooo19126 (1.6.130); FILE MERGED 2005/09/05 13:50:30 rt 1.6.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [904df69afe2041349d9bec62559cd78972da6ddc]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 14:24:28 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d43789bddcf0902c31d4b5076ae6af7c94e0c015]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:50 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d938fcb7ada4406585332889d7f7f9d077b34d34]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:09:02 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee17cf0c77c66071fc9e875356e0c271968fd81]

        INTEGRATION: CWS ooo19126 (1.10.50); FILE MERGED 2005/09/05 13:50:30 rt 1.10.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc4a501c7722193fc2121b9653b8bcbc8668bbad]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 14:24:28 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1eda7559dff267fce241e5b1902f0495af80d57c]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:50 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c4266d33c85a954b5fcd0e006893cb7ec843e1]

        INTEGRATION: CWS ooo19126 (1.32.116); FILE MERGED 2005/09/05 15:09:02 rt 1.32.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb27b75b7d6bf014ee362c378b8f03c573797449]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 13:50:29 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62da659c4330731b5f4a430076fafd74574fa399]

        INTEGRATION: CWS ooo19126 (1.20.216); FILE MERGED 2005/09/05 14:24:27 rt 1.20.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfcc3277abbbdf833c1135f0c171b78b52683bde]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:50 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4a7a01a12f61a9c3b9669c191a52c71ff600e09]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:09:01 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9370a9d9c2b4430ef73049b0f36d5e0ed36e1fcb]

        INTEGRATION: CWS ooo19126 (1.8.836); FILE MERGED 2005/09/05 14:24:27 rt 1.8.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f83c8e6d97e9b23866801f2614cfc773ac0d1c7]

        INTEGRATION: CWS ooo19126 (1.13.116); FILE MERGED 2005/09/05 15:09:01 rt 1.13.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae4b462fdb2f16ad0d02b588c39f9386b329ae6a]

        INTEGRATION: CWS ooo19126 (1.38.216); FILE MERGED 2005/09/05 14:24:26 rt 1.38.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58c0736225a34af54893f511c943af3f4e237b28]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:09:00 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cb4a6a7e4a6fa3551d310f936a1937f9a9152f7]

        INTEGRATION: CWS ooo19126 (1.14.346); FILE MERGED 2005/09/05 14:24:26 rt 1.14.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ad8b47a6c8f3e09e138ccde32a5e7bd929723b9]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:41:49 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec07e9825759d91ebfde5d3f5876bad35d21a759]

        INTEGRATION: CWS ooo19126 (1.2.586); FILE MERGED 2005/09/05 15:09:00 rt 1.2.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51fd2671e169b3cc6f4a20ac231645857dccef26]

        INTEGRATION: CWS ooo19126 (1.3.1624); FILE MERGED 2005/09/05 14:24:26 rt 1.3.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42a8222538182da9b17847cf6e35a8463c36c27a]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:08:59 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca2708c7255447c60918fbb7c6277963abb5e553]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 14:24:26 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3525c1a62a44f210451a52797ae91a77a08b6e6]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:08:59 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95101ea4dc5ce9357ac713bbacd8380bba2b5d9c]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 15:41:49 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45a12f78d413e7a227184a009288f0e83fcb3d05]

        INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 13:50:28 rt 1.5.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96fa5cdc7e288a966684b2c5b0dfa9386260e8e6]

        INTEGRATION: CWS ooo19126 (1.7.192); FILE MERGED 2005/09/05 14:24:25 rt 1.7.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d11d21d8dc2a56a0a9a124daa7815ffb28cd7d99]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 15:41:48 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4db22f693bc8ae3f93dc5d7886743359e411262]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:08:58 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f10425d50d1078ed72c582a7f9f9ca9ad398ce74]

        INTEGRATION: CWS ooo19126 (1.2.290); FILE MERGED 2005/09/05 13:50:28 rt 1.2.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d647df8e4f2052d8a6572d68b8fc6907d96738d]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 14:24:25 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [522f8013615966fc351fc4771d63411eea17d740]

        INTEGRATION: CWS ooo19126 (1.14.118); FILE MERGED 2005/09/05 15:41:47 rt 1.14.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [215e4815c4dc2607a5b075e23934b5ca42b90843]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:08:58 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97cfe5d9b4547a63a0b08515ca221883c9537ae3]

        INTEGRATION: CWS ooo19126 (1.12.560); FILE MERGED 2005/09/05 14:24:24 rt 1.12.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64cc5a5bb1be4b7a532cea6e7de95e08c31d8bf8]

        INTEGRATION: CWS ooo19126 (1.11.116); FILE MERGED 2005/09/05 15:08:58 rt 1.11.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fe4f1a0bee579b2c9365a13e08d977e7d27152c]

        INTEGRATION: CWS ooo19126 (1.4.118); FILE MERGED 2005/09/05 15:41:47 rt 1.4.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6af274da01dda6954fcdb01192390ab0447e7096]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:50:27 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddcdcbf68b72eabd8db82b5500cb1fbddb042129]

        INTEGRATION: CWS ooo19126 (1.4.1624); FILE MERGED 2005/09/05 14:24:24 rt 1.4.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [471067ae05d35ac6fd76876dc7e9af67c6dfe2ae]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:08:58 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11a4dd99ef838d9e1259bd3e84a319ada5e2b7ba]

        INTEGRATION: CWS ooo19126 (1.8.108); FILE MERGED 2005/09/05 15:41:47 rt 1.8.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb4a4bad68659162d30d6d8c6b9c76c5b89f7aa9]

        INTEGRATION: CWS ooo19126 (1.3.1156); FILE MERGED 2005/09/05 14:24:24 rt 1.3.1156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7be148d8f2e7ca2bd1bf903093bb7a68819ad417]

        INTEGRATION: CWS ooo19126 (1.16.354); FILE MERGED 2005/09/05 15:08:57 rt 1.16.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90eba1a99c7cbb7f928a91b5e61bc6b2dabc435f]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:41:47 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b97fdc2e79e34374f4df4ef634fd1995a6fef802]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:50:27 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc6aa7fe24e77fdc1d0a7bc81963ff0c3037b1c7]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 14:24:23 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e628aa0d4cc92c2eae966779c7973d3e85e7e894]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:08:57 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7219df9994602eeecb56c81d8df7e8994d738aba]

        INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 13:50:27 rt 1.4.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35166ca327649ee4323787a3b5bc693163b0589d]

        INTEGRATION: CWS ooo19126 (1.2.1660); FILE MERGED 2005/09/05 14:24:23 rt 1.2.1660.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8078975de9670b22690af96e8eee92c0dd37c24b]

        INTEGRATION: CWS ooo19126 (1.6.118); FILE MERGED 2005/09/05 15:41:46 rt 1.6.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5b950518d1200f9059df6e5ab9d878b82c2984f]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:08:56 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b631f8f1ddb028524ef9c45ec88758a11bf3921e]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 13:50:27 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [215cdf6fb65a2599427dd1527b050126d4254da3]

        INTEGRATION: CWS ooo19126 (1.23.836); FILE MERGED 2005/09/05 14:24:23 rt 1.23.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd240c898a0e910cc911335098c7d18d8364af80]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:41:46 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edcfdf3a7c20662feb18628e123e3db951f14e25]

        INTEGRATION: CWS ooo19126 (1.10.56); FILE MERGED 2005/09/05 13:50:26 rt 1.10.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65b6d03cf7e77d1ec71988a70ee923af23e46e65]

        INTEGRATION: CWS ooo19126 (1.8.560); FILE MERGED 2005/09/05 14:24:23 rt 1.8.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5833b5458baf8fcd1c7e84c9df6b8bcd968366a7]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:08:56 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38c26b5755d76ee0079b69fe7c85c365b56df5d3]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 15:41:46 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f99cda338c87d089bedea98dc2094a35d9bc9442]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 13:50:26 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b822700956d8117467b1fd4bc2ea7d896ac1682]

        INTEGRATION: CWS ooo19126 (1.11.116); FILE MERGED 2005/09/05 15:08:55 rt 1.11.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [317ff5dc55f4472eb0da0786d7f73c4e2e7e2aa6]

        INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 13:50:26 rt 1.9.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ff492954505a41d037d099bb3915fe8dbb75698]

        INTEGRATION: CWS ooo19126 (1.9.76); FILE MERGED 2005/09/05 15:41:46 rt 1.9.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a13f37b1bff15cf2b8ee0d48577f9df7cdf6897c]

        INTEGRATION: CWS ooo19126 (1.29.356); FILE MERGED 2005/09/05 14:24:21 rt 1.29.356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a83397cdfa5c280614bde3f2e8709bd9db573013]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 15:08:55 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a665ca181bf2bad3bc827ae8e872e281da4ac3c2]

        INTEGRATION: CWS ooo19126 (1.8.118); FILE MERGED 2005/09/05 15:41:46 rt 1.8.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2246f6241b64c63caeaca0356031b187e7d69777]

        INTEGRATION: CWS ooo19126 (1.16.56); FILE MERGED 2005/09/05 13:50:26 rt 1.16.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6a00c50e45cbbc1e42cca3e831aff407e6e3851]

        INTEGRATION: CWS ooo19126 (1.71.254); FILE MERGED 2005/09/05 14:24:21 rt 1.71.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c8e021f4b8e846f376a44508f8de6edf51e952d]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:08:55 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82d03a14488e89cd0cbda6c8db7c9c3d64937d1a]

        INTEGRATION: CWS ooo19126 (1.6.188); FILE MERGED 2005/09/05 13:50:25 rt 1.6.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22967375e384a87baf710dfdf815569e8c9c2cdc]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 15:41:45 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e7db6c1ae24832a74f2e63893c46ffe91981251]

        INTEGRATION: CWS ooo19126 (1.4.1658); FILE MERGED 2005/09/05 14:24:21 rt 1.4.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf1692e9b0f0453fbac4e1bc0784cc69c35dca36]

        INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGED 2005/09/05 15:08:54 rt 1.21.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5de2fbd20cf252ec35a065b83c8dfdd5edb157e]

        INTEGRATION: CWS ooo19126 (1.12.90); FILE MERGED 2005/09/05 13:50:25 rt 1.12.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8cf66f0b8514d64f3c6f238aba9042c51bb9476]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:45 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [727fcde1dc18feffb1c55d7307567280bb9f2021]

        INTEGRATION: CWS ooo19126 (1.42.112); FILE MERGED 2005/09/05 14:24:20 rt 1.42.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd74640e35349881f467c3e4ebec68158d3d40bc]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:08:54 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4ee8697ce647b3246d60bd0b7585da90f552102]

        INTEGRATION: CWS ooo19126 (1.7.156); FILE MERGED 2005/09/05 13:50:25 rt 1.7.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b2016b963979cba66a3ed6e21e60ebf64f0c8f2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:44 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80031a09f94dd20629a4255757772829f8e535e5]

        INTEGRATION: CWS ooo19126 (1.46.280); FILE MERGED 2005/09/05 14:24:19 rt 1.46.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10313b5335305ebead6b2e2bb728c73552480876]

        INTEGRATION: CWS ooo19126 (1.50.110); FILE MERGED 2005/09/05 15:08:54 rt 1.50.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [142517a29531a6ebee5d1d951f8dbdc0db84a21e]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 13:50:25 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6192bdc6eadc847321c45194caacf6e2d2a2f53e]

        INTEGRATION: CWS ooo19126 (1.49.196); FILE MERGED 2005/09/05 14:24:19 rt 1.49.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb6c040602621834baf3a0b172035e61b2f06626]

        INTEGRATION: CWS ooo19126 (1.12.56); FILE MERGED 2005/09/05 13:50:24 rt 1.12.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6437026917a4eeb1a2ded8f01123c6c346ac0b97]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:08:53 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b017b046b7a40e232384a38a32ba4f583343053]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:43 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dd3923beaee996d59f44cde936caddbbe5e7347]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:24:18 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9c2153e0c7a7d457c8c75a6086d9ed72c51c28f]

        INTEGRATION: CWS ooo19126 (1.39.54); FILE MERGED 2005/09/05 13:50:24 rt 1.39.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6ff2cfa1a78be1fdd1ac734fa713058e1389c51]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:08:52 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ff2c5dda8f9c4a5b837285c95a302cc7a38f48]

        INTEGRATION: CWS ooo19126 (1.13.756); FILE MERGED 2005/09/05 14:24:18 rt 1.13.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22f1f95e6d714cc6416e51a4b89157ae94e2e2e9]

        INTEGRATION: CWS ooo19126 (1.12.52); FILE MERGED 2005/09/05 13:50:24 rt 1.12.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [310217277338db22cabdde2896ae9d06df7c743c]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:08:52 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b4d88ad829ca63e557769914eee161ea3726708]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:24:18 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aadba164ec66674ba6a1bfdec2a6710b69f4809a]

        INTEGRATION: CWS ooo19126 (1.24.116); FILE MERGED 2005/09/05 15:08:51 rt 1.24.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30af5a87b19700834a915870992202210d7938c0]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:42 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f22bac917cd03d2c05c0e87e650ee303a9a94a1]

        INTEGRATION: CWS ooo19126 (1.39.28); FILE MERGED 2005/09/05 13:50:24 rt 1.39.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70739e703ab4508c9e08ac2f5ef0fb38ef2d0e2a]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:08:51 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [321fec1102b86b51106c04e68ebdcc66a73567d8]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:41 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a34276ca7d73eabd9246de93617f908d2c65adc]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 13:50:23 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5168ca1deac769911748d548fd5227ffb443c9fe]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:24:17 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cd9e98e938b9204413e6d7aa50a80691596aa18]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:08:51 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [100390697be81e66f10566203322ceea8995ae8e]

        INTEGRATION: CWS ooo19126 (1.13.26); FILE MERGED 2005/09/05 13:50:23 rt 1.13.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59912286fd266fc48734d3a64cdc04be013951ff]

        INTEGRATION: CWS ooo19126 (1.6.790); FILE MERGED 2005/09/05 14:24:17 rt 1.6.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5decba3efc351d94cb83f81804c8ffd30ec51983]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:08:50 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f7bbce064dc3f7fa0ff14b999412ea4de64c480]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 13:50:23 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20c762138d2e84350be6f5cf89af9c71d4d6d516]

        INTEGRATION: CWS ooo19126 (1.19.596); FILE MERGED 2005/09/05 14:24:16 rt 1.19.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [758da21d566852f3ede89f121d841ad412dabb81]

        INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGED 2005/09/05 15:08:50 rt 1.21.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e9ec946bf20035fbb30c77f582eef5d72a2bf6d]

        INTEGRATION: CWS ooo19126 (1.6.156); FILE MERGED 2005/09/05 13:50:23 rt 1.6.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee6eea5012f946e80504fa25055984d04a842a70]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:40 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76baccbd079465dd7f5da3e3759adc8b4b7fee6f]

        INTEGRATION: CWS ooo19126 (1.5.858); FILE MERGED 2005/09/05 14:24:16 rt 1.5.858.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87b70e3abcc7d88d69062100583ddc0fd2959fd5]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 15:08:50 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae697f178345d7705caf8ed8bceaee65423275d8]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 13:50:22 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0c77ae8d9ed390146fa92e9b1337597d908a413]

        INTEGRATION: CWS ooo19126 (1.28.836); FILE MERGED 2005/09/05 14:24:16 rt 1.28.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d20078cc102b85a47660b830dcb9feeb2d0d11d]

        INTEGRATION: CWS ooo19126 (1.3.450); FILE MERGED 2005/09/05 15:08:49 rt 1.3.450.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c6e64cbe307f5d993abe48ca2d72e4110a6b113]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:39 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be16310f208651e573e7ed633f8dfee24ba20c80]

        INTEGRATION: CWS ooo19126 (1.14.68); FILE MERGED 2005/09/05 13:50:22 rt 1.14.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d56f5e3f260ed7beea668bb46479e19975851b8]

        INTEGRATION: CWS ooo19126 (1.12.596); FILE MERGED 2005/09/05 14:24:15 rt 1.12.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [588549438d40ff62b05f005c2e6e473b2149b6b7]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 15:08:49 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ceffbd80a3550843e94b01cbb97daaca621e5a9]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 13:50:22 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d6f28f1af04cb26a2e147e275fad63c80a43ac1]

        INTEGRATION: CWS ooo19126 (1.23.342); FILE MERGED 2005/09/05 14:24:15 rt 1.23.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [845fd7f244d97c1d972c204c3516a85a500167c0]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:08:49 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f970db76e47d8eb2e05979ae34084627f935035]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:38 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82aee31c68034ca1c0eb22941a87f843c1cf3aa9]

        INTEGRATION: CWS ooo19126 (1.5.156); FILE MERGED 2005/09/05 13:50:22 rt 1.5.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9127e6e28594a3c46fa5eee92881bf2842c8067]

        INTEGRATION: CWS ooo19126 (1.8.596); FILE MERGED 2005/09/05 14:24:14 rt 1.8.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5cf46e53095d5849d9e83997cb9db4990d2bdd5]

        INTEGRATION: CWS ooo19126 (1.91.42); FILE MERGED 2005/09/05 15:08:48 rt 1.91.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe9283e3b4feb2652fb4ec4b9ff9d362cee1d243]

        INTEGRATION: CWS ooo19126 (1.17.82); FILE MERGED 2005/09/05 13:50:21 rt 1.17.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66f78d1c1a88a31f4dc2050158cd95b83d77e541]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:37 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [875aa79f6550d66b67f1eac91af344b1d2e40656]

        INTEGRATION: CWS ooo19126 (1.3.490); FILE MERGED 2005/09/05 15:08:47 rt 1.3.490.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85800640280c091dd21e177978b749f08e14d2db]

        INTEGRATION: CWS ooo19126 (1.35.62); FILE MERGED 2005/09/05 13:50:21 rt 1.35.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c33308d173d8f91da6778278f6a57af1a600ecf]

        INTEGRATION: CWS ooo19126 (1.9.596); FILE MERGED 2005/09/05 14:24:14 rt 1.9.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5452b7b74a4e2456820a85e4cdc5787658086712]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:08:47 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e7ae8bc5a3b3cf86228b69269f9a32fabf6ed9c]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 13:50:21 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81a1d3bf508c14701d22a620c38737c2f58d8abf]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:36 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef5c6b976d8548bee7b6cee05bca2f8403f4b692]

        INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 13:50:21 rt 1.5.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fe7e895921422257e736df975e26dd865035fd4]

        INTEGRATION: CWS ooo19126 (1.18.116); FILE MERGED 2005/09/05 15:08:46 rt 1.18.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a3c8746c3178181bbf5ca86f25ab8841764db39]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:08:46 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b7c8f825f56da5b8d510ac2751426b131fd0f14]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:35 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [141286ade2c7cef12c312a4fa4e569091a2fb546]

        INTEGRATION: CWS ooo19126 (1.4.290); FILE MERGED 2005/09/05 13:50:20 rt 1.4.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4854e0223b927c80f1b6e446d1e4cef6013e6d80]

        INTEGRATION: CWS ooo19126 (1.3.168); FILE MERGED 2005/09/05 15:41:35 rt 1.3.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d331a8d7140e39bbb110e53ff9b6946166758481]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:08:46 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [529a3e732e50894ff7c5c4c2b232aee367ecfd95]

        INTEGRATION: CWS ooo19126 (1.9.282); FILE MERGED 2005/09/05 13:50:20 rt 1.9.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88fdb7b10b4b4c49e5c9524829683044fd9c59f1]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:24:12 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cab95fa1ca2b92dbf6ff741c9892c77834fc1273]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:34 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d596da3384b34992c38360be952735087eac0cd1]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:08:45 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44d7646f3d271c7b530805698bbae999caf397d7]

        INTEGRATION: CWS ooo19126 (1.12.56); FILE MERGED 2005/09/05 13:50:20 rt 1.12.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab73479827b53893a8936da8ed72b3e3f6be79a7]

        INTEGRATION: CWS ooo19126 (1.35.596); FILE MERGED 2005/09/05 14:24:12 rt 1.35.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb60a37e94e3f6911e440e8b6b09308b86e3b561]

        INTEGRATION: CWS ooo19126 (1.10.452); FILE MERGED 2005/09/05 15:08:45 rt 1.10.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8804a34a516b0c2fc8782c9d06a2ca9b75898b8]

        INTEGRATION: CWS ooo19126 (1.36.56); FILE MERGED 2005/09/05 13:50:20 rt 1.36.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5582d4989ddd73742d76ba472aa1624430ea85d6]

        INTEGRATION: CWS ooo19126 (1.8.428); FILE MERGED 2005/09/05 14:24:11 rt 1.8.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7badee88f85dd674018ac6b0ee2ad3c08f580e5c]

        INTEGRATION: CWS ooo19126 (1.41.56); FILE MERGED 2005/09/05 13:50:19 rt 1.41.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3632647d3adc2a17c41cccdedbfd31a50bb0c5d]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:33 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e187ea1788d42e4874e9f9b82f084a1b3bb0fd8d]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 15:08:44 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1984c2fbbc336004bf2b7cc52261105abf69e1a]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 15:08:44 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f294dac095c84b52ede51314a68e8a44b77d3bc]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 13:50:19 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed702782ab4ab160cf1c39595b498a408282f272]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:32 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a60d856f874956a1cb65255a9b87c770612f4b0f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:08:44 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f1fd3cb7aee76354e14975e4cce4340b53a671]

        INTEGRATION: CWS ooo19126 (1.5.156); FILE MERGED 2005/09/05 13:50:19 rt 1.5.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08e6d41aec9f82948a12273fdadc6eeb4239a96f]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:41:32 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [681878fe9cf7193b117d0f570139368158aca451]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:50:18 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a39316970adcd6461ef58866161f83065ee28b35]

        INTEGRATION: CWS ooo19126 (1.5.376); FILE MERGED 2005/09/05 15:08:43 rt 1.5.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d745e379477a5d94eb58d403898299f4222571a]

        INTEGRATION: CWS ooo19126 (1.18.596); FILE MERGED 2005/09/05 14:24:09 rt 1.18.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [698f49e433f5d0e940e43d939112596f0d108e64]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:31 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e6ff7774268e6c35b292777b74f20cf3d56d619]

        INTEGRATION: CWS ooo19126 (1.8.146); FILE MERGED 2005/09/05 15:08:43 rt 1.8.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9bbd72ddd9ed1fa3e4459ea58152c372690a39e]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 13:50:18 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [187d5b66c2059104dcf9ec07a6af4fc12ed84e27]

        INTEGRATION: CWS ooo19126 (1.14.146); FILE MERGED 2005/09/05 15:08:43 rt 1.14.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b101b2aaa966186a8f8eaea1018c1d3c4a844bdb]

        INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 13:50:18 rt 1.5.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [032a60961d7a064ca36dad3646ddf7794b8af25a]

        INTEGRATION: CWS ooo19126 (1.60.254); FILE MERGED 2005/09/05 14:24:08 rt 1.60.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eeda5829e66fd91a12368ee7fab45c29955a8abf]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:30 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ea9808dd9a41311c335876fdf6864de6014323b]

        INTEGRATION: CWS ooo19126 (1.6.328); FILE MERGED 2005/09/05 15:08:42 rt 1.6.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f81272e700b7555e751fc4856dd2272836bcee70]

        INTEGRATION: CWS ooo19126 (1.7.156); FILE MERGED 2005/09/05 13:50:17 rt 1.7.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1887839bc158cf17be3342d649812ef699fafbab]

        INTEGRATION: CWS ooo19126 (1.19.596); FILE MERGED 2005/09/05 14:24:08 rt 1.19.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cfed95ef2e64c80f3c11d57f64c6b5d6792611c]

        INTEGRATION: CWS ooo19126 (1.6.96); FILE MERGED 2005/09/05 13:50:17 rt 1.6.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3490498933dbb47d3103d8da387c89d34a5770ab]

        INTEGRATION: CWS ooo19126 (1.17.146); FILE MERGED 2005/09/05 15:08:42 rt 1.17.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0747521a6aca3039a81aefccea8b2c29ed217079]

        INTEGRATION: CWS ooo19126 (1.16.596); FILE MERGED 2005/09/05 14:24:07 rt 1.16.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [958f58eccc3efe4992ea3a35dc9260645c281215]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:29 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92468f3979863438205d06f38f29f1496ceae3a6]

        INTEGRATION: CWS ooo19126 (1.5.376); FILE MERGED 2005/09/05 15:08:41 rt 1.5.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25d0f0ffce3a0fb2e65d256d81f4090bbe44b93e]

        INTEGRATION: CWS ooo19126 (1.5.348); FILE MERGED 2005/09/05 13:50:17 rt 1.5.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1df4006f2854cb3b459dcc38700a40d6efa9f65]

        INTEGRATION: CWS ooo19126 (1.4.1094); FILE MERGED 2005/09/05 14:24:07 rt 1.4.1094.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ae55d2d33a87bab011836d9424b4238708d9649]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:28 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf51c564b516231707b82e9117403c6f0348896f]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:08:41 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bab31e44945f03c55661d30bf3a09bca1bf4241]

        INTEGRATION: CWS ooo19126 (1.6.188); FILE MERGED 2005/09/05 13:50:17 rt 1.6.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [752a1f0463e22ddb0342fe8948224cf0687b3848]

        INTEGRATION: CWS ooo19126 (1.2.940); FILE MERGED 2005/09/05 15:08:41 rt 1.2.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74c8f0d97cbfff7663aabe1336fb79b594c63697]

        INTEGRATION: CWS ooo19126 (1.11.90); FILE MERGED 2005/09/05 13:50:16 rt 1.11.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8cd63d42312eebccfa59b120abb721ba1989f82]

        INTEGRATION: CWS ooo19126 (1.4.596); FILE MERGED 2005/09/05 14:24:06 rt 1.4.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1de993905da70d5983baf0da9dde9cdfaae90240]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:27 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1c495a52a5dc95f316b33ba281ac15919b5073e]

        INTEGRATION: CWS ooo19126 (1.2.940); FILE MERGED 2005/09/05 15:08:40 rt 1.2.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61ea248d0699998d9ddfa8b6ea5d0a48a7471cf4]

        INTEGRATION: CWS ooo19126 (1.11.130); FILE MERGED 2005/09/05 13:50:16 rt 1.11.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e7df88b3a92c121b09e3a4799a3c750b1a1d644]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 15:08:40 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdbbe3870ba0ff199f2799f9447fcbc3042a078b]

        INTEGRATION: CWS ooo19126 (1.27.68); FILE MERGED 2005/09/05 13:50:16 rt 1.27.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55c8963bed27f601eaaa8352fb9bcde39f174fc9]

        INTEGRATION: CWS ooo19126 (1.4.1664); FILE MERGED 2005/09/05 14:24:06 rt 1.4.1664.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [631d9d97490cb309c7271e9af039a5c09c61acb2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:26 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [095a2af50487c1e7ccf23de7d897bdf52ac2030f]

        INTEGRATION: CWS ooo19126 (1.33.434); FILE MERGED 2005/09/05 15:08:39 rt 1.33.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a26eccb68c414b5f1c707794b512b34b7d673b7]

        INTEGRATION: CWS ooo19126 (1.10.56); FILE MERGED 2005/09/05 13:50:16 rt 1.10.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd75584ed04688d6ea13be75d54b71ea07ea0c7a]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:41:25 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0774699320ea7d895b76c1afc391132d9d067390]

        INTEGRATION: CWS ooo19126 (1.10.596); FILE MERGED 2005/09/05 14:24:05 rt 1.10.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d23516a5212696e1c434e7eb71f524b0aee8705]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 15:08:39 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f348b5e1cb7dd85edcde4f66e8d41473eb543a10]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 13:50:15 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df6322e843dfe9c8fccdeee157cd59a1127788d9]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:41:25 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [277f6cf8283929934a2f69ddc996ec4f4c2204da]

        INTEGRATION: CWS ooo19126 (1.24.434); FILE MERGED 2005/09/05 15:08:38 rt 1.24.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04ddbc3db8bf8bd2f93fa096554fff2600e71f73]

        INTEGRATION: CWS ooo19126 (1.25.60); FILE MERGED 2005/09/05 13:50:15 rt 1.25.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed22e4749350baa62c6fa944b95a8d1455f9ebb2]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:41:24 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e153bad343b9045b65f8b2a0a6b0e3199f904c4f]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:24:05 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c882f76ac079f04fcd12b764bd26dcd6f5e5b8b]

        INTEGRATION: CWS ooo19126 (1.4.456); FILE MERGED 2005/09/05 15:08:38 rt 1.4.456.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe4be2be5d2e7eef5c64063d8b867650a32b6776]

        INTEGRATION: CWS ooo19126 (1.69.60); FILE MERGED 2005/09/05 13:50:15 rt 1.69.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b83a6df271e83078653502ac2ea4bffc738db136]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:23 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0c132bbff81484d5a8c082ca8c0acd163f93f91]

        INTEGRATION: CWS ooo19126 (1.23.238); FILE MERGED 2005/09/05 14:24:04 rt 1.23.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccc8849bfa3b5922a006e9a13634be50555f8eb6]

        INTEGRATION: CWS ooo19126 (1.6.188); FILE MERGED 2005/09/05 13:50:15 rt 1.6.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fedfa5316f6784e05cf36193e69d9871dbf5dd4f]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:23 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9bac57d3c2136c1f565433d9f5c56297625677b]

        INTEGRATION: CWS ooo19126 (1.7.598); FILE MERGED 2005/09/05 14:24:04 rt 1.7.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3272ad1550cb1ef397160eade7406bd4c6a11c52]

        INTEGRATION: CWS ooo19126 (1.72.240); FILE MERGED 2005/09/05 15:08:37 rt 1.72.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1404adda9f01efb872fa71d6f3f732dda5d76be4]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:22 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80833c4bfe6f42a1e717140b1cbe8caf51654877]

        INTEGRATION: CWS ooo19126 (1.12.146); FILE MERGED 2005/09/05 13:50:14 rt 1.12.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8d941addf8e441998c13b6227321a95fb37220f]

        INTEGRATION: CWS ooo19126 (1.5.238); FILE MERGED 2005/09/05 14:24:03 rt 1.5.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35c75763005c9d69ec3dacb886c88e3c85f3e8a3]

        INTEGRATION: CWS ooo19126 (1.26.434); FILE MERGED 2005/09/05 15:08:36 rt 1.26.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a25505a0bb15dd9967e117d54471412cb4746d23]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:21 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [747fbac3b15e5d4a45d3474200b2449e522c637c]

        INTEGRATION: CWS ooo19126 (1.3.1630); FILE MERGED 2005/09/05 14:24:03 rt 1.3.1630.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db1e1b2ee87610efab96b9197ddac93ff9c4f252]

        INTEGRATION: CWS ooo19126 (1.8.156); FILE MERGED 2005/09/05 13:50:14 rt 1.8.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fd609d19b3eb0cd5b86935d27ed1bd7ff93dc88]

        INTEGRATION: CWS ooo19126 (1.25.118); FILE MERGED 2005/09/05 15:08:36 rt 1.25.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0ce186f9ad68db27399f87afa4d8cde980b1931]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:20 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2f4c128185bbf9c6cc559316c25005fd3d81e06]

        INTEGRATION: CWS ooo19126 (1.49.202); FILE MERGED 2005/09/05 14:24:02 rt 1.49.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [614df53d602ac90d1e82722d4da28ad599573f66]

        INTEGRATION: CWS ooo19126 (1.28.68); FILE MERGED 2005/09/05 13:50:14 rt 1.28.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b8e41f482665c48642975f5f1f52415e6d38902]

        INTEGRATION: CWS ooo19126 (1.37.434); FILE MERGED 2005/09/05 15:08:35 rt 1.37.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [580aaedad99f79468fd7803ea19c80e0af672f13]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:20 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [716b8a3b8458a87bffa7aaf802c625d420727b94]

        INTEGRATION: CWS ooo19126 (1.7.154); FILE MERGED 2005/09/05 13:50:14 rt 1.7.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfc11f8a4edec5681520b12bb1a5c6cfa10d497c]

        INTEGRATION: CWS ooo19126 (1.14.466); FILE MERGED 2005/09/05 14:24:02 rt 1.14.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed82d2793bf44a534a76ee547da22af96813d6c6]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:19 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05b3c1cb3f62a245239fa1163cd79f476e45ae84]

        INTEGRATION: CWS ooo19126 (1.20.68); FILE MERGED 2005/09/05 13:50:13 rt 1.20.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ae8c0a523098e7d3b156b9dfd4497af50b65523]

        INTEGRATION: CWS ooo19126 (1.26.118); FILE MERGED 2005/09/05 15:08:35 rt 1.26.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46ab326826aea0a03464717fd5d4e08fdcb3c49c]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:19 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66f5fb2d44fc93f8d904361159063eebf930bbab]

        INTEGRATION: CWS ooo19126 (1.8.90); FILE MERGED 2005/09/05 13:50:13 rt 1.8.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [825d031052cb2248a408705c8c04bab172058bda]

        INTEGRATION: CWS ooo19126 (1.25.1074); FILE MERGED 2005/09/05 14:24:01 rt 1.25.1074.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14b06cf53cb04fe41c02624a738993af0b5504f8]

        INTEGRATION: CWS ooo19126 (1.19.118); FILE MERGED 2005/09/05 15:08:34 rt 1.19.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7920a9a2fd07c3f6b5d37036e79f00a075a5242c]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:18 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d96c5e1d88312ef19e500ed28cf3860e4a194fee]

        INTEGRATION: CWS ooo19126 (1.13.90); FILE MERGED 2005/09/05 13:50:13 rt 1.13.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbbf6c765ba8341d033f402c064de2ee3dc1725c]

        INTEGRATION: CWS ooo19126 (1.56.236); FILE MERGED 2005/09/05 14:24:00 rt 1.56.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49e77963ee444962d10d028d255f69e76c9e56b9]

        INTEGRATION: CWS ooo19126 (1.20.434); FILE MERGED 2005/09/05 15:08:34 rt 1.20.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18fadde73b692a7054ce00d2f7797e74e970df41]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:18 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69d5e94a12b1473e7869e64da2711772c86f20b0]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 13:50:13 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [205deda9db0adb0e27bfda30ec54904bafb92aae]

        INTEGRATION: CWS ooo19126 (1.95.242); FILE MERGED 2005/09/05 14:24:00 rt 1.95.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90cb645a5c61ed20930f052cf1323d84d5420d3]

        INTEGRATION: CWS ooo19126 (1.82.154); FILE MERGED 2005/09/05 15:08:33 rt 1.82.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e2e6d4294ad6da3198834056c540d67d6aeb018]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:17 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [224bd46996c1a0f9a6adb9fe942aebdc91490581]

        INTEGRATION: CWS ooo19126 (1.17.88); FILE MERGED 2005/09/05 13:50:12 rt 1.17.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b80bb5da277640839ee4dcde17f2ec9765bc645]

        INTEGRATION: CWS ooo19126 (1.98.464); FILE MERGED 2005/09/05 14:23:59 rt 1.98.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee941725a6f1feb5d9b51467285fa12feedb6ad6]

        INTEGRATION: CWS ooo19126 (1.82.196); FILE MERGED 2005/09/05 15:08:28 rt 1.82.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b2ddcc05a8c3fb6ae6f9a83999c97d5fe20265a]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:16 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18e7df50d32d00a5b19a96116919de8aaf659c5f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.370); FILE MERGED 2005/09/05 13:50:12 rt 1.1.1.1.370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb4d9a125cf747d08b9011c7acdc05f26dfe5f63]

        INTEGRATION: CWS ooo19126 (1.71.236); FILE MERGED 2005/09/05 14:23:59 rt 1.71.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc6c0771cda32ac93187e867af77ae7512e3b385]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:16 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc53194341503dcd09564670cf460f6514b90706]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:12 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a044a5dfc2275f193392f0848471971ed93ecdb]

        INTEGRATION: CWS ooo19126 (1.44.354); FILE MERGED 2005/09/05 15:08:26 rt 1.44.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ccf41fdb7b0beff660fed0068aa122427c86266]

        INTEGRATION: CWS ooo19126 (1.54.466); FILE MERGED 2005/09/05 14:23:58 rt 1.54.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4267bf15342750e1a90f789d106c9c5e4f41fc6c]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:15 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d556759cd1ac822c6a1be1e390c40ac86c70fef]

        INTEGRATION: CWS ooo19126 (1.23.220); FILE MERGED 2005/09/05 15:08:26 rt 1.23.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6160619effedf833d0411a170c09997f0d6254fb]

        INTEGRATION: CWS ooo19126 (1.1.1662); FILE MERGED 2005/09/05 14:23:58 rt 1.1.1662.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65d6825237fbef66b065b025bf262d59aa5dcf23]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:15 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da0bec4042b2f9336372b0ce24f2c166fc7b25d9]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 15:08:26 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8dbf5a574f18759a52e98736867204fc3ce1c394]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:50:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93ea4168fa2a3daeb583cf045ed010016487293f]

        INTEGRATION: CWS ooo19126 (1.2.1624); FILE MERGED 2005/09/05 14:23:57 rt 1.2.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63a04b01ddd3ec1287032c740431caa8af7fab1b]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:14 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c6bbcf674cf9c147f2d95be85d726c15abdd86b]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:11 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e4188f66a314f45648f38121aa4b71ee1320dca]

        INTEGRATION: CWS ooo19126 (1.52.434); FILE MERGED 2005/09/05 15:08:25 rt 1.52.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42cad328bcbbbd069fb7ca2a4a67beef63cd2d98]

        INTEGRATION: CWS ooo19126 (1.5.1624); FILE MERGED 2005/09/05 14:23:57 rt 1.5.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d3bb0a512f7e63c5804a6ffe31c2d0832f9e8c]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:14 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36fe0b39bb1ada3d20042f40eb1dcb8e9f34261b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:50:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd8801639ad632d9fd76218262ae6f1865c65bc2]

        INTEGRATION: CWS ooo19126 (1.61.146); FILE MERGED 2005/09/05 15:08:24 rt 1.61.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be30535f12b8fe67e138c0f4f6c05cf8a256ea88]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:13 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d679340cc6d1c4a7790e0b4e6afed1ec1b8b8fe5]

        INTEGRATION: CWS ooo19126 (1.3.994); FILE MERGED 2005/09/05 14:23:57 rt 1.3.994.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e573f049fca0a0ac4a8bff4a4204e05cb821d6e3]

        INTEGRATION: CWS ooo19126 (1.33.434); FILE MERGED 2005/09/05 15:08:24 rt 1.33.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04bb4f0e5fb64be75ad14510db0dc64512b17a76]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:13 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1acbbed12b0f64095eb2443ac1720a3654909597]

        INTEGRATION: CWS ooo19126 (1.22.836); FILE MERGED 2005/09/05 14:23:57 rt 1.22.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f47f06ea30071510d5ba4957a7af6981f0bc562d]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:10 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [382f56a1e23adb0a742b3147f56bd4aacdc9871d]

        INTEGRATION: CWS ooo19126 (1.32.118); FILE MERGED 2005/09/05 15:08:23 rt 1.32.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2985c22ddb61e3be46fd69c2e6ff116719d47135]

        INTEGRATION: CWS ooo19126 (1.3.1638); FILE MERGED 2005/09/05 14:23:56 rt 1.3.1638.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b469030997c3771269bf99ee59ec8936b632dc73]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:12 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ddd69aa54a244a921b4539dc5b41daddc67f027]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:09 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d39af0ffe2cfa96787467cee01bf9c332fb07e4]

        INTEGRATION: CWS ooo19126 (1.69.434); FILE MERGED 2005/09/05 15:08:22 rt 1.69.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b4c7793f5b66f67c67fcb25aca314e53dda5c02]

        INTEGRATION: CWS ooo19126 (1.6.1638); FILE MERGED 2005/09/05 14:23:56 rt 1.6.1638.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8a44d35fd7fe0ec9af22a0c55e87a0cb20a220a]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:11 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9142ba455a24b583b7c512e998a2408ad01e5576]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:23:56 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7cd6e96166384f532a53b4c373608dbeacab1b1]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:10 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfeedebc5bdaadbdec2c39970eb7bfca723931e1]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:50:09 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7e4f2e8d192b96025c01f353cb718236194e7ef]

        INTEGRATION: CWS ooo19126 (1.5.220); FILE MERGED 2005/09/05 15:08:19 rt 1.5.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49c34de5ea5050b02afc80b38b088d41ddcc4cc6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:23:55 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f3b49efa7f97c386f414368ab229404d85159bf]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:10 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abb888ae52211c38b08c4a88d808d1b48d234379]

        INTEGRATION: CWS ooo19126 (1.3.466); FILE MERGED 2005/09/05 14:23:55 rt 1.3.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feeef7f10f8022416c1069e3f1f8a58e1a2f2e5c]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:09 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96884b2624360d44d515a425d6593fb27fbae965]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:50:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15355af77b63faa45a872a079f493315f5a0f0f8]

        INTEGRATION: CWS ooo19126 (1.12.466); FILE MERGED 2005/09/05 14:23:55 rt 1.12.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a929e21012d64e5dfff78f21b0bcffcd743948df]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:08 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f77d369690dad13906e61a1ae049c882b70822c]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:08 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c704f9b0f14a501d7418b93ea8ffff6014e0507]

        INTEGRATION: CWS ooo19126 (1.8.702); FILE MERGED 2005/09/05 14:23:54 rt 1.8.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a902893299f1cb97fd257a365b5d4c8aeec5b3d0]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:07 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2479fcd14e1a3141f1a6488d7928844bbb882c5c]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:41:07 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [120b788c362e2133ac3b8dd8129205bb8a2dc9df]

        INTEGRATION: CWS ooo19126 (1.36.202); FILE MERGED 2005/09/05 14:23:54 rt 1.36.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06b6c3a564d013fb800f00d0bb1d58d2a69b6514]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:06 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de52d215376adc09cc558085dfee25df372ee333]

        INTEGRATION: CWS ooo19126 (1.5.1044); FILE MERGED 2005/09/05 14:23:54 rt 1.5.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12e7dd1b9712e1cc8b93fdfcec4605ec55adfd6f]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:08 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef4eaaa77a80f765c5defca7f30bd351cb55093a]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:05 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2feab4ee56490663f03ee67054740345eff0c44]

        INTEGRATION: CWS ooo19126 (1.4.1628); FILE MERGED 2005/09/05 14:23:53 rt 1.4.1628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [405fb1919863e4bea80b145e8b9b3d0ac0989a81]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:07 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [166454384298fc6169c4527945edcee4dc4a695a]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:05 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8797c211cb7e18f7c608efe2da28d1fee89eacad]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:23:53 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e1ec14df30ee7667934ad62bfae5679f5e966b7]

        INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 13:50:07 rt 1.4.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [230e523c7a0562a12e37d5a9ac3d3162ec2f049f]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:04 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b70efda7bcc75c5a5b4292414d7c37157425761e]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:23:53 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ff3a5f3ace071f385c9606f8ee07123412830b2]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 13:50:07 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [121adc1bff54e85a78bd82f6fe7850386835bcc4]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:04 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50925ef786e566044a372df6d7471313633edfa4]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:23:52 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef5a71c17f6de13a0c1a2e355328db5cb4646951]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:41:03 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acf8d35e2cc39e8aae89ecde8a058a03b83b77b0]

        INTEGRATION: CWS ooo19126 (1.5.1654); FILE MERGED 2005/09/05 14:23:52 rt 1.5.1654.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb2d38d10cbed2a3588db5f0514bdf8ae199a26c]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:50:06 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1163f7993493060efce8ccbee35cdc6baaebbd4a]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:03 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13040b0f86e5e85e0ed16ea79c64485ec9db0d15]

        INTEGRATION: CWS ooo19126 (1.19.1072); FILE MERGED 2005/09/05 14:23:52 rt 1.19.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28794a12a55c80502cef7dedc33e76b4bbec45b9]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:02 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea4589bb4333686cef687c726665f20dbeb5d8d0]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 13:50:06 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6216af8dafde3fcc58fe0b6dd3a323ea86c7365c]

        INTEGRATION: CWS ooo19126 (1.43.836); FILE MERGED 2005/09/05 14:23:51 rt 1.43.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57226ddad5f3c9d7652670f31fc347330d67fc5e]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:01 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f6546ee08b68366a23ad0bf8eca9515b9fc9151]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 13:50:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46c6b9ba897016e3acb3ca6593b92f256e84fac2]

        INTEGRATION: CWS ooo19126 (1.3.1628); FILE MERGED 2005/09/05 14:23:51 rt 1.3.1628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c26b2b57589279d3e8ea0a9279d354e71b51e01f]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:01 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1eab2ec92fb9e40dc21a8a8a553bda24d6967eb9]

        INTEGRATION: CWS ooo19126 (1.93.464); FILE MERGED 2005/09/05 14:23:51 rt 1.93.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [498b12561e179162a937ef9ede7f12cb7f28ae56]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:41:00 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a1a7780d009acae36614882218c5d169d89292d]

        INTEGRATION: CWS ooo19126 (1.11.1628); FILE MERGED 2005/09/05 14:23:50 rt 1.11.1628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [318ee3186ceabe103582ed98f593076ef5ad83e3]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:41:00 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb1f1db1b13b1dd6bde58956c22e3ad1140f2aaf]

        INTEGRATION: CWS ooo19126 (1.20.1138); FILE MERGED 2005/09/05 14:23:50 rt 1.20.1138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39b32f922cb2a8fdd4c192bb8256bc51eff5daae]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:59 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3605039cb77695a7610b3805c7e4473f78e1f4cc]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 14:32:07 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95a57acecd9232c76f328f2b6084a8d0ad8cf5d2]

        INTEGRATION: CWS ooo19126 (1.38.238); FILE MERGED 2005/09/05 14:23:49 rt 1.38.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a481cb7ac62cf6dcf79ca5e0e889ebee967d44e]

        INTEGRATION: CWS ooo19126 (1.3.464); FILE MERGED 2005/09/05 14:32:06 rt 1.3.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0c6ce0555c4c9d00f6b244f8df6a7d69d0d737a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1670); FILE MERGED 2005/09/05 14:23:49 rt 1.1.1.1.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [631ff26609b03c8493ba014abf50ef88efc74930]

        INTEGRATION: CWS ooo19126 (1.12.4); FILE MERGED 2005/09/05 14:32:06 rt 1.12.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c82956f3a8d249bc58386b096a3b3fcb2c89d7e1]

        INTEGRATION: CWS ooo19126 (1.14.1044); FILE MERGED 2005/09/05 14:23:49 rt 1.14.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e072383ae2f08029ebfed0974a58178f6af6cf58]

        INTEGRATION: CWS ooo19126 (1.31.434); FILE MERGED 2005/09/05 15:06:58 rt 1.31.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33da55ddf58b73f50546b3236e470ee96217f7cb]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:58 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24bfba888fbc68b0d255eb2f52458e57c0c63156]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 14:32:05 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c069adc2109fb9a795215b955fb4a0d132ae944d]

        INTEGRATION: CWS ooo19126 (1.8.1660); FILE MERGED 2005/09/05 14:23:49 rt 1.8.1660.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3242b68dd42d86983e7100193e68b76db76f1c73]

        INTEGRATION: CWS ooo19126 (1.61.192); FILE MERGED 2005/09/05 15:06:57 rt 1.61.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b96817519944dcee7a40207e4e74540baa29cff]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:58 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2081b04f8a81ebc3aa575aa29f4c3e06a70a7134]

        INTEGRATION: CWS ooo19126 (1.10.1644); FILE MERGED 2005/09/05 14:23:48 rt 1.10.1644.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbaaad058853e0985582958157f300318e1e94b5]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 15:40:57 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c9fce24459d190637010feac2d7bb5682ad3c2]

        INTEGRATION: CWS ooo19126 (1.54.118); FILE MERGED 2005/09/05 15:06:56 rt 1.54.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3993e89d4e50dbb951f98fed4491f108209e6ee]

        INTEGRATION: CWS ooo19126 (1.12.72); FILE MERGED 2005/09/05 14:32:05 rt 1.12.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e375fb949a1df5c91f0bf1f10565e4d34a9de91]

        INTEGRATION: CWS ooo19126 (1.3.466); FILE MERGED 2005/09/05 14:23:48 rt 1.3.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e88c1e2272e94e69ef59424f6d1424eeb778f5e]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:57 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d18099780c460934ac12faeda7c480f2798d36b]

        INTEGRATION: CWS ooo19126 (1.42.118); FILE MERGED 2005/09/05 15:06:56 rt 1.42.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2416c79638f5cd7780fb265ac53c0c9492bdec29]

        INTEGRATION: CWS ooo19126 (1.8.466); FILE MERGED 2005/09/05 14:23:48 rt 1.8.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8a7f3eca4ac93e72b1af0464c5eceeb5a08dcdc]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 15:40:56 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81ba9a0dd45bb9220d96d5aadba077cdfb3c05a0]

        INTEGRATION: CWS ooo19126 (1.41.118); FILE MERGED 2005/09/05 15:06:55 rt 1.41.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [550b4a7df6b28fec86fbd5b586d0dfc8478ca444]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:32:04 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4eda2953c010aef083e4483ead823a71013af6f]

        INTEGRATION: CWS ooo19126 (1.9.466); FILE MERGED 2005/09/05 14:23:47 rt 1.9.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [009ac1e690ad56155dd3cb1471e80467b93a697e]

        INTEGRATION: CWS ooo19126 (1.28.118); FILE MERGED 2005/09/05 15:06:55 rt 1.28.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d39721d054049b830e971b1e10f2d20e82284d0]

        INTEGRATION: CWS ooo19126 (1.6.912); FILE MERGED 2005/09/05 14:23:47 rt 1.6.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9f740ab34682fedc07f3b8c636805b0e6501d08]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:55 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3920ae11e0b12428b4c2bd495e325a02bd8ec15d]

        INTEGRATION: CWS ooo19126 (1.7.94); FILE MERGED 2005/09/05 14:32:03 rt 1.7.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5411866c57d25b99dba31fe485c8ec350123c9ab]

        INTEGRATION: CWS ooo19126 (1.5.912); FILE MERGED 2005/09/05 14:23:47 rt 1.5.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac58e767b519a304351a393ef9c3c7cf90de60f0]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 15:40:55 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4502b096596e29830076223d0150d9c67cae072]

        INTEGRATION: CWS ooo19126 (1.40.434); FILE MERGED 2005/09/05 15:06:54 rt 1.40.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdf8c1ac90bf2b644959c7454b307acbf60ff813]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 14:32:03 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c4a2d7e1c8130f8df37f7610d2083cec62849b2]

        INTEGRATION: CWS ooo19126 (1.24.836); FILE MERGED 2005/09/05 14:22:15 rt 1.24.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a92229dd7e94365f02c78d82b230cdbeb642a68]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:54 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1819565c06cae2b25127c83bc09b404c0ffeae7]

        INTEGRATION: CWS ooo19126 (1.52.434); FILE MERGED 2005/09/05 15:06:54 rt 1.52.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e48b4fdc5537daa8b619f75f2907f931f9149ab]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:32:02 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc12172cabb0361a0ab033c85226cbd514e61783]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:22:15 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e290a5015401aad8afa0e368c6d7c74efc4c047]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:54 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbca3904b0b21e0562678e60254b560ded1537d5]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:32:02 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3379bda0623dd1f5ad046b7a528b775bed955a]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:22:15 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18180fcb626276d6415ac625c01fe3213f3d9a2e]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:53 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ed1a1a041e919e80045a31931c170360a5de1cb]

        INTEGRATION: CWS ooo19126 (1.7.94); FILE MERGED 2005/09/05 14:32:02 rt 1.7.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a33602e57eff1fbef4b472f665afea2918dfc53]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:22:14 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d105ccb07e416bc5e98a738678e4a4deaa2835b]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:53 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3198eb21a29da013ecb3866296c00e182ed8b00b]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:06:52 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41a743c76e1d011717b5187baab9b4b09f2deeec]

        INTEGRATION: CWS ooo19126 (1.9.276); FILE MERGED 2005/09/05 14:32:01 rt 1.9.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93c35a697766a6b482dab7f17886a1b90c323bef]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:22:14 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d178870a5c3ca97ce69376f19459bbc88b85f002]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:52 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [968951e67436872496170f319b55061f12e4ac53]

        INTEGRATION: CWS ooo19126 (1.13.460); FILE MERGED 2005/09/05 15:06:52 rt 1.13.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9e1119742cba097dc7573cf6e7ce4b907a8a63e]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:32:01 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [292bdceca69dee34997ff77b296375ed8d345314]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:22:14 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0cc7a9df741074dbc2e601eeac8450f0ff9b2c6]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:52 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7d8b310d95074ef8f1c20a8d7c7d7214c1d4922]

        INTEGRATION: CWS ooo19126 (1.22.434); FILE MERGED 2005/09/05 15:06:51 rt 1.22.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67bb655bc1055f6010bf7b69733b92099792d92b]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:32:01 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b45571d772e6f4be853932a8367977d1dc28919c]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 15:40:51 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46fb7241993389aa07e6b352df1af6fb51d47972]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:06:51 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51bf1f8413e681f00c3e88e924976eb4526fc15c]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 14:32:00 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a812f486da3731666bc86f0bb741891c257b10b]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 15:40:51 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a8bf2126cff798e2841f32b1af172d2db49bd19]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:06:51 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b10e95b45a088121aad6e641bb20122767b14aee]

        INTEGRATION: CWS ooo19126 (1.9.276); FILE MERGED 2005/09/05 14:32:00 rt 1.9.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0f6e32abec6b5d5a807a990624aca3a7b6dd6bd]

        INTEGRATION: CWS ooo19126 (1.44.560); FILE MERGED 2005/09/05 14:22:13 rt 1.44.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a782d4fd69b4364ccc6fdb1c243bc8d83200fe30]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:50 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6134c13c5fc91690007041cb94b3de14254058c]

        INTEGRATION: CWS ooo19126 (1.50.118); FILE MERGED 2005/09/05 15:06:50 rt 1.50.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2c414fe38983dec540f4276c7c2dd5849cd034e]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:32:00 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0daeb497e44954e9112453b67fc6d7c58c90a0f2]

        INTEGRATION: CWS ooo19126 (1.1.1666); FILE MERGED 2005/09/05 14:22:13 rt 1.1.1666.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc888e58891e8ae10b6d4f1167f720d7c87f0a1]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:40:50 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6d16c67d06149b7e98db0355d0dd41a38d46d4a]

        INTEGRATION: CWS ooo19126 (1.6.508); FILE MERGED 2005/09/05 15:06:50 rt 1.6.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3254e14103595df3de44a91ee3b21b919b95b9cc]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:59 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52a5acce25900d13f0b005e33729f4efab9adff7]

        INTEGRATION: CWS ooo19126 (1.7.1348); FILE MERGED 2005/09/05 14:22:12 rt 1.7.1348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0417e387f5531721fea79a70005cfab18c649fc3]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 15:40:49 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb9d907192bcb6b9304c2a015f52fc6ee5cb2999]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 15:06:50 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f171a38cfea607fd1b91bea3bf3a693aafeadd7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 14:31:59 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2db23bc09ed7ddbc7457214f4ebb1d538af9addd]

        INTEGRATION: CWS ooo19126 (1.13.314); FILE MERGED 2005/09/05 14:22:12 rt 1.13.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5676c44e3115639e49c198b9040715e05c9e8e46]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 14:31:59 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1044b7bcba2342b7e9d1afb21fd068436ec70d11]

        INTEGRATION: CWS ooo19126 (1.5.408); FILE MERGED 2005/09/05 14:22:12 rt 1.5.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34cf2a615d074b6cd5411fae6b84d551c54ab9aa]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:40:48 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33329cd3d6dd5875433be6df6bc9056a6d73b822]

        INTEGRATION: CWS ooo19126 (1.42.192); FILE MERGED 2005/09/05 15:06:48 rt 1.42.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca6c5a0bc64272720b8c0a575d0dc5e9de1f07b2]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:31:58 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ac17256cece7fcf256b3e0e5030e73743c6a8e2]

        INTEGRATION: CWS ooo19126 (1.3.928); FILE MERGED 2005/09/05 14:22:12 rt 1.3.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d0af28277f3277514f637336b35410ee473f4cd]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:58 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df9098d3a2cd201367ef5870f8d1b43fd7af7e3f]

        INTEGRATION: CWS ooo19126 (1.4.376); FILE MERGED 2005/09/05 15:06:48 rt 1.4.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f7356410eaa738162da6bb1039036d13f802110]

        INTEGRATION: CWS ooo19126 (1.25.328); FILE MERGED 2005/09/05 14:22:11 rt 1.25.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a3d56f37d7fc42520bdb39cb3959ec9eec9e000]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:47 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77286ca0e02d2b01e436ccafedd40fc0907b309a]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:48 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7d475cdac697b262b4f10b214071575426087db]

        INTEGRATION: CWS ooo19126 (1.5.342); FILE MERGED 2005/09/05 14:31:58 rt 1.5.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [451e02b8ef63f51ee0c13587749c5502760e0318]

        INTEGRATION: CWS ooo19126 (1.52.834); FILE MERGED 2005/09/05 14:22:11 rt 1.52.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13ad48fe9effb7eb4b014dfa1df01f7d7a2a3d9a]

        INTEGRATION: CWS ooo19126 (1.11.236); FILE MERGED 2005/09/05 15:06:48 rt 1.11.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b960fa2535ae8f9a4fb3338488e458c10bcc8c2]

        INTEGRATION: CWS ooo19126 (1.11.276); FILE MERGED 2005/09/05 14:31:57 rt 1.11.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd2738204160ece25e18d67e5bb5655798e66c84]

        INTEGRATION: CWS ooo19126 (1.3.832); FILE MERGED 2005/09/05 14:22:11 rt 1.3.832.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f35b14171e62f8b4a453722ee19455f0a481827f]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:46 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbef751a5f74786cd81e8a2a32436a2977b4f1c7]

        INTEGRATION: CWS ooo19126 (1.12.346); FILE MERGED 2005/09/05 15:06:47 rt 1.12.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c451139d644b48f0344a470d7cbaf033c3415b3b]

        INTEGRATION: CWS ooo19126 (1.4.302); FILE MERGED 2005/09/05 14:31:57 rt 1.4.302.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6924d924bfda0d74f6fdfc76974fce8fc1f43e8d]

        INTEGRATION: CWS ooo19126 (1.5.1120); FILE MERGED 2005/09/05 14:22:11 rt 1.5.1120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8051257e24ff8e7fba2ea57580712610e1b877a1]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:06:47 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efa0ca1fafc46b9dc93657f0ad689ae44da5c0ca]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:57 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1861ca310142e251c34589da04d33cb23bfb2a41]

        INTEGRATION: CWS ooo19126 (1.18.426); FILE MERGED 2005/09/05 14:22:10 rt 1.18.426.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4cd25b736fe135485ee6f272ecb5b89e3ebe7a2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:45 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5bcaeab67827a323854b66e109f0cd14e43562a]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:46 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d2d02c182a8a452d1a8eccfdff42a0993c9946c]

        INTEGRATION: CWS ooo19126 (1.13.188); FILE MERGED 2005/09/05 14:31:56 rt 1.13.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6895c1a206b3fec09fe23eaa6bf6741c06c3ca32]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:22:10 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6593b78b37eafbf05f227105e7fb1c65fe82436]

        INTEGRATION: CWS ooo19126 (1.13.346); FILE MERGED 2005/09/05 15:06:46 rt 1.13.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42f6f0e70a13e90d1fcad929ed28e60efa73c9d0]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:31:56 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80e4c6baa0f6420674e2b0317d58b9555f3d22f7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:44 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b5812f24ee2a58a898808fd6c858c62573d3ca4]

        INTEGRATION: CWS ooo19126 (1.20.408); FILE MERGED 2005/09/05 14:22:10 rt 1.20.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b86f769d4006d915f3dc85d6d81bd737765e39e]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:45 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43962c3993e12fa57bfb648c7ef8178a6429e344]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 14:31:56 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b4dd5ca7cae8bfd2f625e40e74f59e84f7eaed4]

        INTEGRATION: CWS ooo19126 (1.22.430); FILE MERGED 2005/09/05 14:22:09 rt 1.22.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8c8df59cfb12be5a9ca8fa4e0aa0f14c030faae]

        INTEGRATION: CWS ooo19126 (1.3.928); FILE MERGED 2005/09/05 15:06:45 rt 1.3.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b4d5f2cf5af30610d8bb547186d9d68b67058d1]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 14:31:56 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8c949f7486c7bb5a70dd77dc07c36e04136fcd6]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:43 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd948c3710c1a51665562545169d316894c80664]

        INTEGRATION: CWS ooo19126 (1.28.424); FILE MERGED 2005/09/05 14:22:09 rt 1.28.424.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdd0b7ce1dffdd82e0e8866798ed696ef1dc2b64]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 15:06:45 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ecc9ca8090db4eeba8267b44cb0e7fe0fd16c44]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 14:31:55 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [551d61a0ec4e5c61cee87733c53fda24b7482889]

        INTEGRATION: CWS ooo19126 (1.19.430); FILE MERGED 2005/09/05 14:22:09 rt 1.19.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eff1b1c57a8aba89c508d75c54719c32422351bd]

        INTEGRATION: CWS ooo19126 (1.42.44); FILE MERGED 2005/09/05 15:06:44 rt 1.42.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35fdd28bb5185be5dd51e84fa702ac652f3b6050]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 14:31:55 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a19089de6354c508eba5838c35d4d9c6d7ada739]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:42 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f106d9268ec2be73acc0ea39de06ceab77962c80]

        INTEGRATION: CWS ooo19126 (1.15.430); FILE MERGED 2005/09/05 14:22:09 rt 1.15.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11afb75dc0b8068316f78815d8ae4b663a123ad3]

        INTEGRATION: CWS ooo19126 (1.4.276); FILE MERGED 2005/09/05 14:31:54 rt 1.4.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66741c55aca2256dcb66c40ff8fb523497b638b3]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:06:44 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c30a739a1b248a8ef2b6c834e302d0e00b00e7e]

        INTEGRATION: CWS ooo19126 (1.22.430); FILE MERGED 2005/09/05 14:22:08 rt 1.22.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [415a5924376d900efdedf4dd463fa4a5b4bb5808]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 14:31:53 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [853ec1b17059d3e16ac049d58b6f408cce3c5431]

        INTEGRATION: CWS ooo19126 (1.17.124); FILE MERGED 2005/09/05 15:06:44 rt 1.17.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eeed89ffe190918c5d10e2b541c8689533772af]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:41 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [606d33b3a1114194630c22ec0712a654b2d04c09]

        INTEGRATION: CWS ooo19126 (1.21.430); FILE MERGED 2005/09/05 14:22:08 rt 1.21.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb11d5e6d62d9699678e16bfe604478d2a47ed8a]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:31:52 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [858a2947fc69cbe509be032d1cd1843bd9933fe5]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:06:43 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83f412ac200664354d175d275666f887c543d3aa]

        INTEGRATION: CWS ooo19126 (1.19.188); FILE MERGED 2005/09/05 14:22:08 rt 1.19.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7b877be20f6cd9d4aaa9ac029a1d9a519e77173]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 14:31:52 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afb2d6a9d1fe28231c504258ba016fa73c6a5d28]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 15:40:40 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a51d180c522043e41e89688aa15a79ff8a51a734]

        INTEGRATION: CWS ooo19126 (1.3.456); FILE MERGED 2005/09/05 15:06:43 rt 1.3.456.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27bc326bb13c4eebe4ba4126d888e699a5fdc2c5]

        INTEGRATION: CWS ooo19126 (1.18.836); FILE MERGED 2005/09/05 14:22:07 rt 1.18.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3b83db5d2a094d1bdb7dac2151c4a6c8a0c2109]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:52 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [725fac41dfbc058ceb6dcef142f0418f662b6e2b]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:39 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f37777659a73074e99861add61f35a83b8bef6cc]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:22:07 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bc7e2ae76bee4e88c6bcd2a904cc232772a3a38]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:51 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d6ff0fbc74ad8cbc434035871ce688410a7265c]

        INTEGRATION: CWS ooo19126 (1.16.324); FILE MERGED 2005/09/05 15:06:42 rt 1.16.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b474e0e333561607df5cfb0503764b4d5c5ce94]

        INTEGRATION: CWS ooo19126 (1.11.194); FILE MERGED 2005/09/05 14:22:07 rt 1.11.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872c885a8b789e1cb37550c489c8f49366ca6453]

        INTEGRATION: CWS ooo19126 (1.3.446); FILE MERGED 2005/09/05 14:31:51 rt 1.3.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03608328bea2c709d35c1189b4fc06dda5e0bac9]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:38 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f763161c5edd3943442c8fd170414412732d4021]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:06:41 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7eefc1656b01414ac9198563c6229e1f4919ef2]

        INTEGRATION: CWS ooo19126 (1.28.408); FILE MERGED 2005/09/05 14:22:07 rt 1.28.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de43145a0a11e5afbb1440277f1cafe9094fe4c2]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 14:31:50 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [228c7abde925c45dd2df34cb71d8762cff487321]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:06:41 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [356ac32fa295e1ac5f772e0aea3a5c5811234e20]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:22:06 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb8676f36ba1b0527f62a4f0d1ee22058c039519]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 14:31:50 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d38018fd4aceee44126658ed975734ec66ba224a]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:37 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94cd8c9ae1a72d0d5cd3771afc7bc67c009993cb]

        INTEGRATION: CWS ooo19126 (1.3.900); FILE MERGED 2005/09/05 15:06:39 rt 1.3.900.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [824c81932c5de0a86120d34bb489c5999ce1d943]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:49 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4836f0e9d280638aaddb1b3b07a96b53e3d3323]

        INTEGRATION: CWS ooo19126 (1.3.952); FILE MERGED 2005/09/05 14:22:06 rt 1.3.952.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bea812f7e9ef3c6b17a486ee08dd36ac5b7e1c95]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:06:39 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8de416faa466a47e9a9b94039bc5a1ad562b761a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 14:31:48 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9927bd22990e59dd400a244538561c95b054b364]

        INTEGRATION: CWS ooo19126 (1.20.252); FILE MERGED 2005/09/05 14:22:06 rt 1.20.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85efb8999b54db6925cd0ed93114a8eb7bc1836e]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:40:36 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [354e972ccf81d5c7494b383b381f586463446c16]

        INTEGRATION: CWS ooo19126 (1.3.552); FILE MERGED 2005/09/05 15:06:39 rt 1.3.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e717be8388776023c07384e72ad9609aa198e58b]

        INTEGRATION: CWS ooo19126 (1.5.372); FILE MERGED 2005/09/05 14:31:48 rt 1.5.372.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11c44a295cf526daa744829732618ade335d6cf2]

        INTEGRATION: CWS ooo19126 (1.33.836); FILE MERGED 2005/09/05 14:22:06 rt 1.33.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63cca9282884ccf4a09b77c257a4fbf3891d497e]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:36 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c2c0508e86d9e44f9b0066dadc32925d4efe5be]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:06:38 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [226d80acea05cfd68737c2ce510784d74d8ba2e1]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:22:06 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ab14f5c3e05b2ceb2eadc6d3453441dc0c616fb]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:35 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee0dbbeeabf6bd6830c4f32ab7d2aa1c8032a2dc]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:38 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f41210a7cce4a197363a7a07d9a8e87aca719d50]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:22:05 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0908b23155d2dfb5c55ec232da1f69993d5fa35]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:31:46 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [141a9c8fb4dfab229c1e97edbc120e458d7b29f7]

        INTEGRATION: CWS ooo19126 (1.7.534); FILE MERGED 2005/09/05 15:06:38 rt 1.7.534.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3397478df05323361e3379663c118ec4538db116]

        INTEGRATION: CWS ooo19126 (1.9.430); FILE MERGED 2005/09/05 14:22:05 rt 1.9.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a46606f89774753920ac1e48b30da5734e01569]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:34 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [469c2346751cb2cdf481940706c2796670ad6f50]

        INTEGRATION: CWS ooo19126 (1.5.920); FILE MERGED 2005/09/05 15:06:38 rt 1.5.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31d681c7a1d2ce866facca119a91aa009604c245]

        INTEGRATION: CWS ooo19126 (1.27.454); FILE MERGED 2005/09/05 14:22:05 rt 1.27.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff22b1c50b9e8943a23fb3ba678028e8dcfadbaf]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:37 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e7463957349bab21fb8affe754e3f1983abd0a7]

        INTEGRATION: CWS ooo19126 (1.26.346); FILE MERGED 2005/09/05 14:22:05 rt 1.26.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1f47412576baa88cb1e4c8cb4004ac3810e82a7]

        INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 14:31:44 rt 1.8.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9775024da37e06eba59266e7e0f28b48a5d48129]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:33 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e3f8b2c8f2b9c16b5cb32b2bb0bfab18daf2a1c]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:37 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ed5f280f7d70e8913b00797641337cc605f11fb]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:44 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b44454ad84dae4c27091cf61799c2d7a971c7d8]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 14:22:04 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce516a9d78bdcdb456d1df1e1ae569d842ba32a5]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 15:06:36 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872190b8657b70098bca6e0b69628b27448362f6]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:43 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94fa688e826b8de2d4cb700b790dcad05ef72713]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 14:22:04 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a16c0db4d1f6c3b6192ef02514bf09d977910048]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:32 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7af9fe3ed898681a5150bfa57278fb3ad04afec]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 15:06:36 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47553ed130de28470b1e07e6ada92e1f8c27923d]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 14:31:43 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fbb9aaa277afbdfdcbc29f792038e3a40ccd9e8]

        INTEGRATION: CWS ooo19126 (1.18.346); FILE MERGED 2005/09/05 14:22:04 rt 1.18.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2aff42e6f2b3f69de9e777fa9da1e735b7bf16b]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:36 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c125687ad3482cd3d036436bea47e6a45fd094f]

        INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 14:31:43 rt 1.8.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e91477c58d61fdc903a3ce26946f7e1bd2d3a91]

        INTEGRATION: CWS ooo19126 (1.39.756); FILE MERGED 2005/09/05 14:22:04 rt 1.39.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d272f32b0f520eb89205e1dabbe259785b7f6a1b]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:31 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de9f1ada43b3e7abc3de69c278ae4e57f79b384d]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:35 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [835ea91985f83cd6d040484e2f2d4c5d94871420]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:42 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36680dbc7aa4ecdbdb65f90504aed98fd5b0a374]

        INTEGRATION: CWS ooo19126 (1.4.790); FILE MERGED 2005/09/05 14:22:03 rt 1.4.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [021be96711e450b80579c0667ad07814ecdbe4ca]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 14:31:42 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75315b65d9bb78c550adf072f98557b7835cfa35]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:22:03 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ae5009f59a52522d3d99bdc60832115678e7ad2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:30 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae87446740c3503cc8311cf4ed26b8d9788c1d07]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 15:06:35 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a39ec32197cad4f48d8fe42187874380f138cd8]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:41 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8f4e2288ee82d6cee7472dfce45ada8f0520730]

        INTEGRATION: CWS ooo19126 (1.60.294); FILE MERGED 2005/09/05 14:22:03 rt 1.60.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf4412ceb0b06bf096bdcc771211fd939353bf23]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 14:31:41 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fcc1712d3a381a7cc66980d46d0239187c1e359]

        INTEGRATION: CWS ooo19126 (1.8.294); FILE MERGED 2005/09/05 14:22:02 rt 1.8.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [674df666889d48790d57f48ba8f428b5f3453826]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:29 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df5851f6c7ba5745acaa89063f58b8cba57a5149]

        INTEGRATION: CWS ooo19126 (1.27.434); FILE MERGED 2005/09/05 15:06:33 rt 1.27.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [611922855efe9b491b7e79f1c7ee4ed6eb2686ae]

        INTEGRATION: CWS ooo19126 (1.9.94); FILE MERGED 2005/09/05 14:31:40 rt 1.9.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87fdaacae602e14c2ed683a5d9bb7c20b3abc4dd]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:22:02 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [198167321a9c25af4b63baf228fbd93b9c14f082]

        INTEGRATION: CWS ooo19126 (1.10.192); FILE MERGED 2005/09/05 15:06:33 rt 1.10.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83391619b718466a6d292e5465cb7246c127c333]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 14:31:38 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c0f4dde8d7e942f537d9d8052a8219ec5b8aefc]

        INTEGRATION: CWS ooo19126 (1.4.836); FILE MERGED 2005/09/05 14:22:02 rt 1.4.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5e3aeae1016f9e4878b8b54f44a7801d61deb37]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:28 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a122c27d5d4d12e424c0487d25630124d628054]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:32 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c3a6eef747511241b36cb47a8b62db68ca1f0e0]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:40:28 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acc315093c67c57d2b7b2ad5ad7e902b6bd85ec5]

        INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:22:01 rt 1.2.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5958b6296a5254fe28bdbee42af0a6a023af5e2]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:37 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7805b379af4fc8df5722e4ccd43815e872ab422c]

        INTEGRATION: CWS ooo19126 (1.32.192); FILE MERGED 2005/09/05 15:06:32 rt 1.32.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4430e15929209ab136078edaf51dcd07648df59a]

        INTEGRATION: CWS ooo19126 (1.9.346); FILE MERGED 2005/09/05 15:06:32 rt 1.9.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31d24d9e61b27684ecfb3f125fa8a018d1b398ea]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:40:27 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df4ff677fa5ab7b8110afecb5ac18df2ae10c3d6]

        INTEGRATION: CWS ooo19126 (1.6.426); FILE MERGED 2005/09/05 14:22:00 rt 1.6.426.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60f1e0b2d907e91002584d0a132b623ff2078737]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:31 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a75d7edfec36be8ea6e942af21b7414eccf7e9fe]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:27 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e5cc2d1f6b1d6088e52943d2439a7cc1f1eefde]

        INTEGRATION: CWS ooo19126 (1.4.732); FILE MERGED 2005/09/05 14:22:00 rt 1.4.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0034833b1422e2e3e6c1eb97560e43f9252defb]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:31 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd85ebd0a2436a955e37d88f2e0af8baee291e5]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:26 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbbbe1172e3a1843b6e9c8e90832efb1ed294bf5]

        INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:22:00 rt 1.2.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b824a59b738a2c1ea7ea911544289dfb8926fe29]

        INTEGRATION: CWS ooo19126 (1.29.118); FILE MERGED 2005/09/05 15:06:31 rt 1.29.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d586eebb25d4463d717cad809c915e5f4e16ade5]

        INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:21:59 rt 1.2.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5ff1718964b2ea579d1e6a2ce08aa0914fa8db9]

        INTEGRATION: CWS ooo19126 (1.8.798); FILE MERGED 2005/09/05 15:06:30 rt 1.8.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00274ac50a3b07a9c96c009c7094f76adca8c50c]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:25 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c253660bad4f377745c3b696fc123f81b95651b]

        INTEGRATION: CWS ooo19126 (1.26.618); FILE MERGED 2005/09/05 14:21:59 rt 1.26.618.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57ffd8e6420d19e57cc8c7cf9fff012ff1dfcddb]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:30 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f651dd67ab506ddb9cd1a90913c0fb235273a39]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:21:58 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21e060b856c5cf83730b5ec3d58372431c418f7c]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:06:30 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce3610ad9843d295a3ba69aac8f9a8b9b5e34182]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:24 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [217c39d3bdb482480e1b67e5dc61fdb9fac5d21a]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:29 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8fe49cccd6e6d227d806e7574ed62086a974e61]

        INTEGRATION: CWS ooo19126 (1.2.1072); FILE MERGED 2005/09/05 14:21:58 rt 1.2.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f3879468d964f56b438038e599749e9a5c86a49]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:34 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d55625edb50a4b23e4fa5aae0acc1edbbc63d960]

        INTEGRATION: CWS ooo19126 (1.2.1670); FILE MERGED 2005/09/05 14:21:58 rt 1.2.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35e55b27a6814588b24b085c1771973e7d0e1927]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:33 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6084d1ed8a751a3d59b42d32bf2d45d9641bbc26]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:58 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7d9c5cdf6c8b84181a19976b1cb348a41bb6f02]

        INTEGRATION: CWS ooo19126 (1.6.154); FILE MERGED 2005/09/05 15:06:29 rt 1.6.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e61552e3e86f1e107d2d94805c0f2c101c7b3a2d]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:23 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e918df20eed527b044c20584e538ac06bd58bd5]

        INTEGRATION: CWS ooo19126 (1.4.214); FILE MERGED 2005/09/05 14:21:57 rt 1.4.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9e01f57deb415dd00e9f94fb046fa22afa14be9]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:06:28 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfbe2f4a662799ec781d81c77bd40d3d392d25ae]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:22 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11d5c99901568ba93d688f5b22bac038a3b6aa44]

        INTEGRATION: CWS ooo19126 (1.2.700); FILE MERGED 2005/09/05 14:21:57 rt 1.2.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7be9c13a62b0088862e03af87a3dac5ff78ac13]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:32 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [862e129191eaa88c1fb1a078a15eac48cf66c1c5]

        INTEGRATION: CWS ooo19126 (1.13.368); FILE MERGED 2005/09/05 15:06:28 rt 1.13.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adbe3b80d031466889d557dd77fdf1c9c144e239]

        INTEGRATION: CWS ooo19126 (1.15.118); FILE MERGED 2005/09/05 15:06:27 rt 1.15.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a79d48af08e0266c433badedf1bfc3692dfba54b]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:21 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1829c990901eb6c4bec0929cf7e70ae23c54d3c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:21:56 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1986de76bc364311be23b6793383c7304c85742e]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:31 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9a505f0611107e380d92b8f54a9200666097850]

        INTEGRATION: CWS ooo19126 (1.31.118); FILE MERGED 2005/09/05 15:06:27 rt 1.31.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6db3cf11e0f7debf82d4ffb0edb691490c415038]

        INTEGRATION: CWS ooo19126 (1.17.326); FILE MERGED 2005/09/05 15:06:27 rt 1.17.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5014471d967b0d1c0e1a33157f0447f6296f71da]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:40:20 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f1ff3a44c783ba547f357bf2d0af6928c53d385]

        INTEGRATION: CWS ooo19126 (1.1.906); FILE MERGED 2005/09/05 15:06:07 rt 1.1.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bf846c1d314b4af8d480fef99eb9b76af115b45]

        INTEGRATION: CWS ooo19126 (1.47.836); FILE MERGED 2005/09/05 14:21:55 rt 1.47.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92b7991a3e1a449995c2e8b2706f7d4b64194816]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 14:31:30 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a3faf62605126484640838dc685ca7b71cd78e1]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:20 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb82d2c071c4e029181b155db9385751f67ae33]

        INTEGRATION: CWS ooo19126 (1.9.146); FILE MERGED 2005/09/05 15:06:07 rt 1.9.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b5fd51f044293fcb5d2f85bdda0d39b8949582]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:55 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c2323659fd04de75d312e38326dde8768edfa71]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 14:31:30 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a816a2a2bde0bd79ad8054c668f85a8158c561f9]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:19 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf5ea42269fbcdbdbb4a6e3383d68731a5ef538a]

        INTEGRATION: CWS ooo19126 (1.25.146); FILE MERGED 2005/09/05 15:06:06 rt 1.25.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2300646af905da1e065462342484089f254029c4]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:21:55 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be80d250ac0d2030c9790e9821c0fb7e225b975e]

        INTEGRATION: CWS ooo19126 (1.8.114); FILE MERGED 2005/09/05 14:31:29 rt 1.8.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b61cb13d4e13627410fa03de6bcc1dee32b269a]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 15:40:18 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41ce156587a7619bb93266a283b6e5ea2c0428b1]

        INTEGRATION: CWS ooo19126 (1.18.144); FILE MERGED 2005/09/05 15:06:06 rt 1.18.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6636d6aa44c29511ee75337c7077f57df9283e2]

        INTEGRATION: CWS ooo19126 (1.9.430); FILE MERGED 2005/09/05 14:21:55 rt 1.9.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a4b5faa80baf225168861824f72b35d7d7c45ba]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 14:31:29 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d19385645f3eccdca92c80ea8f885d697c863c]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:18 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cbf0c68efe86ccc6ced1d266011bed192994f7a]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 15:06:06 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49a830bcac22273577d6c405f731fcdaa73ddf4f]

        INTEGRATION: CWS ooo19126 (1.68.330); FILE MERGED 2005/09/05 14:21:54 rt 1.68.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c6f98f7abe4aaa6bc6cc9c59b19dcaf8b6cf774]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 14:31:28 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c2dc72a2d31c64758f60a82821a55a3525beb52]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:17 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4253dfe19ecbd08eaf7e71dcd26261b120a073dc]

        INTEGRATION: CWS ooo19126 (1.6.330); FILE MERGED 2005/09/05 14:21:54 rt 1.6.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81b2b8f43898d09382ccd9d33cfdab8c2504464d]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:06:05 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9cca0e318f8fbbdff00a79d63d03f030be3653b]

        INTEGRATION: CWS ooo19126 (1.31.330); FILE MERGED 2005/09/05 14:21:54 rt 1.31.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bf970e806a6efc3dddd7c73f2a7ff85274c6c40]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:16 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3967088281a2f66f119a02d0965190e7b0356281]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:06:05 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5d1e46fa706db2ccd794017a38110c310b438d4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:21:54 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bce36fcc127574e55e138c8d64dc2c55388c7a6]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 14:31:27 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc5002a4d782d179a5c7220f444f5a2207d30dea]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:06:05 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63182d99a9b1bd2da1d8c3662bf641d683ea535a]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:15 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6934ab753aebe330bdbcf510ccbff7442f8e5347]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:06:04 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [932acf814f61eec4c32794b147b4278bcfd53ac6]

        INTEGRATION: CWS ooo19126 (1.8.408); FILE MERGED 2005/09/05 14:21:53 rt 1.8.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bba65d5168d8f8466ab18c09fe96bde1ebe9f247]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:21:53 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [358f6522701e04869bb0cc160636f34994ac7c36]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:14 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9a9694c690d12f9b0109cfd9e4424fd49c1eb10]

        INTEGRATION: CWS ooo19126 (1.6.376); FILE MERGED 2005/09/05 15:06:04 rt 1.6.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b8c4828dcbd97a861cc31687cc8ffddfcdf69d3]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:53 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0f752d9ca0010810123d74ef342db7b8365c904]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:06:03 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f00b7ab14bb919049ac50c0e87151b57bd77dd1]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:21:53 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6ff2a2c21b9e8a35906137ffbac443291eea306]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:13 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d942b728cc773f81f6c41cd07f15c1cf3e972f9]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 15:06:03 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [685fb1b84814721c564953a8a1478b318d5f9e53]

        INTEGRATION: CWS ooo19126 (1.7.214); FILE MERGED 2005/09/05 14:21:53 rt 1.7.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4375991e370e31b59dc715afa5a9a7a74bfe9d96]

        INTEGRATION: CWS ooo19126 (1.4.376); FILE MERGED 2005/09/05 15:06:02 rt 1.4.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [286e9f7184f350c877a8ad5990e1cf7b36b6a88f]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:21:52 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d89dec4836a790d7b9b003e99cc4c6e9da48261]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:12 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7508c483a42881774aed976ab8f01dce07ce6152]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:06:02 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6a40c74a01786646c8882fe3a3eccf4450afe70]

        INTEGRATION: CWS ooo19126 (1.6.638); FILE MERGED 2005/09/05 14:21:52 rt 1.6.638.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45998ef795d7e06f5ce12cb7170753e12b839382]

        INTEGRATION: CWS ooo19126 (1.10.102); FILE MERGED 2005/09/05 15:06:02 rt 1.10.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [805a6ae0f4f8289cf38747f2be0c024b8688e82c]

        INTEGRATION: CWS ooo19126 (1.16.214); FILE MERGED 2005/09/05 14:21:52 rt 1.16.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26e0e93daff081cc894484fcf89dc98f9ed99331]

        INTEGRATION: CWS ooo19126 (1.8.114); FILE MERGED 2005/09/05 14:31:21 rt 1.8.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5e3222dae3530efecef62080b3cc8b1c7319938]

        INTEGRATION: CWS ooo19126 (1.13.326); FILE MERGED 2005/09/05 15:06:02 rt 1.13.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [509917cf7a6b2c4cf58b66a3489735e20ba0d348]

        INTEGRATION: CWS ooo19126 (1.36.836); FILE MERGED 2005/09/05 14:21:51 rt 1.36.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2a3f5a64e2564f85b5407c6b7f8d150dee4c885]

        INTEGRATION: CWS ooo19126 (1.6.904); FILE MERGED 2005/09/05 15:06:01 rt 1.6.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7575a54ebaa47bf5215a6ad324137dbc36d89a2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:11 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c251cad8ec286253a1938b5ca97e092172e069cf]

        INTEGRATION: CWS ooo19126 (1.3.706); FILE MERGED 2005/09/05 14:21:51 rt 1.3.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65113402d9dcf984254697ccf5d92eabada788b4]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 14:31:19 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85fe8056623911d770473784eb2ec185636ae392]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:06:01 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6366b61d539d7e30c8c1997af9263dba55cba19]

        INTEGRATION: CWS ooo19126 (1.2.168); FILE MERGED 2005/09/05 15:40:11 rt 1.2.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83d4dc4731f9a153bf343f31c1f2cc74a3d82809]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:51 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33934f650e7e3146a7c335ae8c23417906cf3903]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 14:31:19 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e8619890304014d03109f7b4029c43d4b6eb991]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:10 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [577ca39140d0ceed8ffdc64bd03a690fad2cf7e5]

        INTEGRATION: CWS ooo19126 (1.5.508); FILE MERGED 2005/09/05 15:06:00 rt 1.5.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fb5be6142afd7c93796fb1496f6d60877bcb52d]

        INTEGRATION: CWS ooo19126 (1.8.214); FILE MERGED 2005/09/05 14:21:50 rt 1.8.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db7e750193b4222ca9db03be5fbb6d6e939aa470]

        INTEGRATION: CWS ooo19126 (1.3.496); FILE MERGED 2005/09/05 14:31:18 rt 1.3.496.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [890302c831dc95747ed3616db96ea7d6e4ea2382]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:06:00 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5aaf1038b48e861e4fd051c51f9e6de6080f5032]

        INTEGRATION: CWS ooo19126 (1.8.420); FILE MERGED 2005/09/05 14:21:50 rt 1.8.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0760a68f707290eb465b6a2a950429a3878685f9]

        INTEGRATION: CWS ooo19126 (1.2.512); FILE MERGED 2005/09/05 14:31:18 rt 1.2.512.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3c92e5a4ee1b673c136475b0966757a9722854b]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:06:00 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4df5a60d978c0e61ed55ab817f93c15aeec61cf2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:09 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c1b7aa4a2d5aa877feb94078cbbc94332991e22]

        INTEGRATION: CWS ooo19126 (1.7.638); FILE MERGED 2005/09/05 14:21:50 rt 1.7.638.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc9e3762c4567db07c4793c7a678ec87152f61d4]

        INTEGRATION: CWS ooo19126 (1.4.464); FILE MERGED 2005/09/05 14:31:18 rt 1.4.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [928534032ef3cc117422029597038758620cce39]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:06:00 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [087f04b84abb64b5214949eb547508b907fefa61]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 15:40:09 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b3e362102fee575646ccbd155d1c978bf1b82a8]

        INTEGRATION: CWS ooo19126 (1.14.218); FILE MERGED 2005/09/05 14:21:50 rt 1.14.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe71c12dc812ecdc67c6ec3c9c67500e3857d09c]

        INTEGRATION: CWS ooo19126 (1.2.512); FILE MERGED 2005/09/05 14:31:17 rt 1.2.512.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6a7a70a7d3aff5d1cfa64c7769450da16a8f30d]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:59 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ea1cb2c1b7f62f1506dad332882d4dc41b44091]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:08 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab51944d47d69dbd56ee76fc28bbacead1d9bd43]

        INTEGRATION: CWS ooo19126 (1.7.314); FILE MERGED 2005/09/05 14:21:49 rt 1.7.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c1320238644eb04b98fe7f680eaf658144b472a]

        INTEGRATION: CWS ooo19126 (1.1.558); FILE MERGED 2005/09/05 14:31:16 rt 1.1.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49419c9ee18e481eaadb0b51c97e6f9c90a25dea]

        INTEGRATION: CWS ooo19126 (1.10.346); FILE MERGED 2005/09/05 15:05:59 rt 1.10.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f5cab0006a52c681ba1bb773f221b60bc1ad6b5]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:07 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e219f8328fece0e6ff374cb157feaf4892b33e4]

        INTEGRATION: CWS ooo19126 (1.19.836); FILE MERGED 2005/09/05 14:21:49 rt 1.19.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ad9acb7064ae298d6c096528ea8b5c3bbeddbb6]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 15:05:59 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4eff096b8270553cf8fe5d832f9d6a48d51449d7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:21:49 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67fc0eb856e1e0f7605c1ac6f16d8ae5651a5195]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 14:31:15 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ced5b47ace88e2f005009fd63abfa76e1fa8062]

        INTEGRATION: CWS ooo19126 (1.6.368); FILE MERGED 2005/09/05 15:05:59 rt 1.6.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33b7228b319fbd2d64d5711159efba90303f9dc9]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:06 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8f882a1ca064f4bcc31658f588590416be104e3]

        INTEGRATION: CWS ooo19126 (1.37.702); FILE MERGED 2005/09/05 14:21:48 rt 1.37.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f08712c57f0e545a1067e1638b31a298e48f341]

        INTEGRATION: CWS ooo19126 (1.2.558); FILE MERGED 2005/09/05 14:31:15 rt 1.2.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53614ed6e55fa477b67994d834f4ed44ed9194ea]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:58 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3ede535613572a329c9b5d0ee80fca17164558f]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:05 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eabc50bacff28c358446d31cea8b18ca1082efb4]

        INTEGRATION: CWS ooo19126 (1.3.1658); FILE MERGED 2005/09/05 14:21:48 rt 1.3.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c909bc7d0adbd46f11b45ff58fc31f521aef9d]

        INTEGRATION: CWS ooo19126 (1.4.552); FILE MERGED 2005/09/05 14:31:13 rt 1.4.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03dbe6d9794450147b2b3c05877325e5d8b46528]

        INTEGRATION: CWS ooo19126 (1.22.1478); FILE MERGED 2005/09/05 14:21:48 rt 1.22.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [612cc1b3962a5dcdd3ae8784c84e552871a37b22]

        INTEGRATION: CWS ooo19126 (1.15.194); FILE MERGED 2005/09/05 14:31:13 rt 1.15.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89f85b7e335c74282b9d1960919ff3aab88e3ff8]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 15:05:58 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98f1cefe3dfddcf3cf826f0e1cb7b3c4031ae5bb]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:04 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [faa1955009126a4bbfdf7915d611b5863a885892]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:21:47 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [620b174c5c6d4161e560990b6ccec79a713035f0]

        INTEGRATION: CWS ooo19126 (1.3.162); FILE MERGED 2005/09/05 14:31:12 rt 1.3.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e503ea88507e0c6857cf421fa234d7af0cea633]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:57 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [854d8833477c4fd6171bcf286660b0bc855ee54d]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:40:04 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3863ae9cf0328ed15af8626709c75ccc12850b9]

        INTEGRATION: CWS ooo19126 (1.5.996); FILE MERGED 2005/09/05 14:21:47 rt 1.5.996.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb75bd270816a3986529921a5e43cdf539c182a]

        INTEGRATION: CWS ooo19126 (1.4.162); FILE MERGED 2005/09/05 14:31:12 rt 1.4.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92c5f58bdeb424abf59f170b69cc92e28ab5c338]

        INTEGRATION: CWS ooo19126 (1.1.556); FILE MERGED 2005/09/05 14:31:11 rt 1.1.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9efb5eb538d7d98a8a72df50d9d86d28ef0ea911]

        INTEGRATION: CWS ooo19126 (1.2.1660); FILE MERGED 2005/09/05 14:21:47 rt 1.2.1660.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84fbbb36af178219f2f85a55b98ef720a5c8e49d]

        INTEGRATION: CWS ooo19126 (1.21.146); FILE MERGED 2005/09/05 15:05:57 rt 1.21.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e56b64c341fdf966375b22cb1718df658c6ad57]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:40:03 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3197fcaf42c37547ec1abc4fadf7a6062e3134d0]

        INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:21:47 rt 1.3.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f7cc0bf746097b9e7391a97942b723a5688b04d]

        INTEGRATION: CWS ooo19126 (1.3.512); FILE MERGED 2005/09/05 14:31:11 rt 1.3.512.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5093a1651575366af598e04857936ed391162ea]

        INTEGRATION: CWS ooo19126 (1.18.146); FILE MERGED 2005/09/05 15:05:57 rt 1.18.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdd7caedb8bf092660f6a45c4463f2541c26f469]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:03 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [123dd525a20eb685950c9c539dd1a8122fc29580]

        INTEGRATION: CWS ooo19126 (1.2.912); FILE MERGED 2005/09/05 14:21:46 rt 1.2.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b38e56d52debcd8e85150f6dc00bcfe053ee277]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 14:31:10 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d73635d6266fa031b046c31aaee334f255fbf833]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:02 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc55acfb175f3eb68bfedefac315d9df5a2b7f54]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:56 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb158eb21e3d079f5b81337570724142f16ad865]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:46 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa6e4a54ab76e57b70a37d305a7462d9115edc60]

        INTEGRATION: CWS ooo19126 (1.1.556); FILE MERGED 2005/09/05 14:31:10 rt 1.1.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90c007cded588a6626313a3c99ef296ad7d4474]

        INTEGRATION: CWS ooo19126 (1.14.836); FILE MERGED 2005/09/05 14:21:46 rt 1.14.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [944d47e2d4370f36de9bbbb1255cc6ca40d9b7a3]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 14:31:09 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfb4cad6fb574bcc24578ced6242f8199703171c]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:40:01 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82b7928c6a9231d5ed7d8609b240a5f38b42abba]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/05 15:05:56 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebdf6cffd1c6a0968388d42cdbf0cd16c851a33f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:21:45 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [135304c854ab757d541780e93cf6d0b6551764ef]

        INTEGRATION: CWS ooo19126 (1.9.162); FILE MERGED 2005/09/05 14:31:09 rt 1.9.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af7e9997b3e4cba371f6920d60689a2e4abd6759]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:05:55 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cf6d1a99d94d8fb12a756ccd5118f26df911b62]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 15:40:01 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c4f7d5433adbaa4029f5a43cb100e774ad215ed]

        INTEGRATION: CWS ooo19126 (1.7.164); FILE MERGED 2005/09/05 14:31:09 rt 1.7.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f026f6f5bcb032c4f999a1c4b1093892081262e]

        INTEGRATION: CWS ooo19126 (1.22.836); FILE MERGED 2005/09/05 14:21:45 rt 1.22.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0571a8aed4543b5b513b2e8a00e457274e26232c]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:55 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b7ee4ae7b821e0949f36aab016698619bd78b8e]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:40:00 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66a3edd9cee633e6c93d04a4e2261f4f33cacd8c]

        INTEGRATION: CWS ooo19126 (1.10.164); FILE MERGED 2005/09/05 14:31:08 rt 1.10.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [063e7910efa1aac55944d95887c983fea081d5da]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:45 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e36f0590d68cbf64b25751f24440271f95b1eb2]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:40:00 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fa7c0972f10af6b1fa6ff680c9487ab344bee2d]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:05:55 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9fa91e8e795f1ecf0e8b5a666e5be043df61eb9]

        INTEGRATION: CWS ooo19126 (1.9.164); FILE MERGED 2005/09/05 14:31:08 rt 1.9.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6be687f4aa2b7f3c361bb7cf6b6fbe4f253c045b]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:21:44 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [370d1f9ac4e107dffb27a6dd7a02968c27c5771f]

        INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED 2005/09/05 15:05:54 rt 1.2.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9980d16e84dc5af00c20269858df3a219dffce26]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:59 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae6e2d348cef76471198e47c42d0ded1aa5220c7]

        INTEGRATION: CWS ooo19126 (1.1.556); FILE MERGED 2005/09/05 14:31:08 rt 1.1.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c201c13949de192b919604f980ccff8efbdee1f5]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:21:44 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ac3cd08fbc3b9bd19a763b0e2c50a203f59f06c]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:54 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a31e254e3453beef13fea3aac1f3fed09fe33d8e]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:31:07 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e31b039dce74aa300aa261f1827ea5d11339c3c]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:44 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [723eb37347525c55e32c0678ae53816a8c39629c]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:05:53 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bfb8c872c4bc7e8f001ffc470b032f99e59a072]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:58 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad5469b5eb5aa1bc7fa6f111bcc00bcd241a322c]

        INTEGRATION: CWS ooo19126 (1.2.552); FILE MERGED 2005/09/05 14:31:07 rt 1.2.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7749344fa6fbd25587ca10d4625671e6ebec90cf]

        INTEGRATION: CWS ooo19126 (1.7.1626); FILE MERGED 2005/09/05 14:21:43 rt 1.7.1626.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccf029cddf935c1a6d73d18ba65a6caaaf9b3ccb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:53 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8f3cfa52d18de8247762da47e0de4889b7f1005]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:57 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e21368c901526ba27d10331332d71d52e1a16aed]

        INTEGRATION: CWS ooo19126 (1.3.442); FILE MERGED 2005/09/05 14:31:07 rt 1.3.442.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b983cd3c11310443540d6a9e64226e0015ab9c74]

        INTEGRATION: CWS ooo19126 (1.2.700); FILE MERGED 2005/09/05 14:21:43 rt 1.2.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43f9b8ea9c3afbd07cfddc6fcc9ac577467f34b4]

        INTEGRATION: CWS ooo19126 (1.3.938); FILE MERGED 2005/09/05 15:05:53 rt 1.3.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ed7adbaa61f6631291751c6dbaaec0f670e713d]

        INTEGRATION: CWS ooo19126 (1.2.552); FILE MERGED 2005/09/05 14:31:06 rt 1.2.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d9e85306e1e014383606e403bafcf4af87f0d74]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:43 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8888f4093c13c24b168b058315bc2f736766047a]

        INTEGRATION: CWS ooo19126 (1.4.520); FILE MERGED 2005/09/05 15:05:52 rt 1.4.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97ef96558a7f5764ea75aa751417bf63bae623eb]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:56 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa5a1b3e4591b6108fc78b15ba54dd59bfc87bed]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:31:06 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a3f470c703694b2cd3452b75a34a5ca748e2250]

        INTEGRATION: CWS ooo19126 (1.21.836); FILE MERGED 2005/09/05 14:21:42 rt 1.21.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e6b1a071d5580ddbf34199d0b99bf7b6d23bfa0]

        INTEGRATION: CWS ooo19126 (1.2.904); FILE MERGED 2005/09/05 15:05:52 rt 1.2.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a65311c64d23d02389f15bba17d3325f37420ca]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:21:42 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b618dd164d3f44c58dd60a36fa5a1a23efabaa2]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:05:52 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ebc02bad396f1d469d1a0e12a3c7ec545ad7874]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:55 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69ac426899c3f574e816d43d8945dce69d7a6adf]

        INTEGRATION: CWS ooo19126 (1.3.1648); FILE MERGED 2005/09/05 14:21:42 rt 1.3.1648.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [561cb50f7cb18e87ec8c36d9ae3620e79c1d928a]

        INTEGRATION: CWS ooo19126 (1.5.552); FILE MERGED 2005/09/05 14:31:06 rt 1.5.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e26d995f690d8e2eb5443fc110ab8b3c1e8bf2f]

        INTEGRATION: CWS ooo19126 (1.8.146); FILE MERGED 2005/09/05 15:05:51 rt 1.8.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ee2e735704921b3feb8cdcd4157ed7c45753903]

        INTEGRATION: CWS ooo19126 (1.8.1356); FILE MERGED 2005/09/05 14:21:41 rt 1.8.1356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8244b90f16445ca8b11a6a41bf614c275cc949bc]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 14:31:05 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74c083fb2e29ce0bb68a5bfeccb766c24ec8d0b2]

        INTEGRATION: CWS ooo19126 (1.2.328); FILE MERGED 2005/09/05 15:05:51 rt 1.2.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3f3ee1d18e5c3e01a13233aff03a90a0ef583d7]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:54 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e46bebda7352c03925fc190d7265b9ff9fb59113]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 14:31:05 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36c339c87f309227c30940272c7a87bc31ec9620]

        INTEGRATION: CWS ooo19126 (1.79.420); FILE MERGED 2005/09/05 14:21:41 rt 1.79.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66fbff57c527f710d91442be2117f583360d1859]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:51 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61b098a37764a35709a697c703b482853a69578e]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:40 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fce2234ea172e03beb544f8e7e6fd9fccb1d31fb]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 14:31:05 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68aeac80714b8be59e0513d28801c7f8d6a8ab54]

        INTEGRATION: CWS ooo19126 (1.3.928); FILE MERGED 2005/09/05 15:05:50 rt 1.3.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b7aa34da7d8153bd3f4171bda438c8a11c4e3c4]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:53 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6408bae7548dbd7bcb96f473683eea16d089862c]

        INTEGRATION: CWS ooo19126 (1.16.1624); FILE MERGED 2005/09/05 14:21:40 rt 1.16.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe3dee3081d63517f38e15ff4b55f6898d52af80]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:31:04 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d112d251041f2b79b251986b4ad3e5fc9cbda390]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:05:50 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c64a0c0f6a836bd3fdbb17481a259c0aa5a3bd1c]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:31:03 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a8313af51f975b3a79ec9efe5a95fbd300beeee]

        INTEGRATION: CWS ooo19126 (1.42.430); FILE MERGED 2005/09/05 14:21:40 rt 1.42.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [536b62276ebd98da41f97c89e750cb3d818b303e]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:50 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c23c36769c268c269463e1d915c68471f3f0995f]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:52 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55716a44c42463d5066bfcdb9a94c436fcd898df]

        INTEGRATION: CWS ooo19126 (1.2.556); FILE MERGED 2005/09/05 14:31:02 rt 1.2.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9bb328a9b4131c8d317fc083d2e00b2493af2e9]

        INTEGRATION: CWS ooo19126 (1.10.256); FILE MERGED 2005/09/05 14:21:40 rt 1.10.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0398b0ac03ad428addb903f7246dee9326d214c0]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 15:05:49 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19f9a267c73050b0f0da74d7f537de1bc4079d0e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 14:31:02 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f51ec9c0f8a7d4406ed395f14d4b5f22a2ce2833]

        INTEGRATION: CWS ooo19126 (1.63.706); FILE MERGED 2005/09/05 14:21:39 rt 1.63.706.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e113b56206cb97a89f2f428216b8903ba7d510d]

        INTEGRATION: CWS ooo19126 (1.2.940); FILE MERGED 2005/09/05 15:05:49 rt 1.2.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [808041641135867cc0cdf5a3cdc609b46e99a39f]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:51 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [927b2a9cfb1333383116792b4d37ca2de2e93789]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 14:31:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2aa7f5dd6811f40c155d86df81f7a6a43a77141]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:39 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec4f15b42c586df463f482c8f1083f0054bb2716]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:49 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4379b469d5e73eed2b6418d5b60714dba7f00bde]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:50 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8a17c44cecbbead6e2f0518578c43b782ab92c4]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 14:31:00 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e56dce5fc3dea64e01f87a0f9789161eec353093]

        INTEGRATION: CWS ooo19126 (1.5.1638); FILE MERGED 2005/09/05 14:21:38 rt 1.5.1638.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c04846d57577caa9aae8ea59ec8fe6a461c7ec9]

        INTEGRATION: CWS ooo19126 (1.3.898); FILE MERGED 2005/09/05 15:05:48 rt 1.3.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88356540270b9a3de6f1aaa575154618ecf55cf8]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:39:50 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee3e61911c0ace96f6c224ae35c310aefbdbcc79]

        INTEGRATION: CWS ooo19126 (1.39.30); FILE MERGED 2005/09/05 14:30:59 rt 1.39.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [681c18582de77b73cc521fcba0d4a9f115043ca6]

        INTEGRATION: CWS ooo19126 (1.2.1648); FILE MERGED 2005/09/05 14:21:38 rt 1.2.1648.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e25ae4b4527311464cd9d4cb27c66d21a79a530]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 15:05:48 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2b34b1fd17deb84ba7c00355286c04beb7ee13c]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:49 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07190b6857bd8f50344d15b57ae4d4b555d869e5]

        INTEGRATION: CWS ooo19126 (1.2.556); FILE MERGED 2005/09/05 14:30:59 rt 1.2.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d4fac0eb3f2aa6a2f74b28d066aeae2210d12bc]

        INTEGRATION: CWS ooo19126 (1.27.314); FILE MERGED 2005/09/05 14:21:38 rt 1.27.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38678f95b1d4c33b6cd43bfd951047046c6ac7f8]

        INTEGRATION: CWS ooo19126 (1.1.920); FILE MERGED 2005/09/05 15:05:48 rt 1.1.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4316f1bf3eea088f398ca53623a4a13fc442bbaf]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 14:30:59 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2c1809dd700d472fd7549ccad04f4c2f71b1ae1]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:21:37 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4f62fa68d063937a2a717710ea2015ee24cd868]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:48 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [371a36b862be72123434b722606a236fbe14e409]

        INTEGRATION: CWS ooo19126 (1.2.328); FILE MERGED 2005/09/05 15:05:47 rt 1.2.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f4e8011d96a4e5d072498318cf735cfae8cbf6e]

        INTEGRATION: CWS ooo19126 (1.8.276); FILE MERGED 2005/09/05 14:30:57 rt 1.8.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4932c2247e36a23f2b5bf30e902092540e79f114]

        INTEGRATION: CWS ooo19126 (1.6.396); FILE MERGED 2005/09/05 14:21:37 rt 1.6.396.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55658be8a54a28603e1ae6663bab3dbb5436afad]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:47 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe4985e8d2713b5c30ddb36160010be0cc5a90a2]

        INTEGRATION: CWS ooo19126 (1.2.512); FILE MERGED 2005/09/05 14:30:57 rt 1.2.512.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f991e1dc7e722c77897c53f81edaa002c9f1c93]

        INTEGRATION: CWS ooo19126 (1.9.396); FILE MERGED 2005/09/05 14:21:37 rt 1.9.396.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c10fbdb06c96fa86b742fc22a235518f290c4a41]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:47 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48157e1429c2901fb39530e259d92d53b09aed35]

        INTEGRATION: CWS ooo19126 (1.4.376); FILE MERGED 2005/09/05 15:05:47 rt 1.4.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54016a630068d1f2b3627fc5ebfea91955dbb1a2]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 14:30:56 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c938c5dca544aa748aa8cf86daaf9198370cadad]

        INTEGRATION: CWS ooo19126 (1.4.486); FILE MERGED 2005/09/05 14:21:37 rt 1.4.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56e5389f057a38b9d9f84b9afe658c1f9b1d1e50]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:46 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [855f4f02e4942f00a39498ac2022eca205aba03e]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:46 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c309af82bf0bd5c961ad37ccff31b4d5756920fe]

        INTEGRATION: CWS ooo19126 (1.8.430); FILE MERGED 2005/09/05 14:21:36 rt 1.8.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a4ef386e8f5be81dc4b901ea9af0fedc186f655]

        INTEGRATION: CWS ooo19126 (1.3.450); FILE MERGED 2005/09/05 15:05:46 rt 1.3.450.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2c7e8a8f7a9c966e18c7fc74ef14778daf67b6d]

        INTEGRATION: CWS ooo19126 (1.23.140); FILE MERGED 2005/09/05 14:30:55 rt 1.23.140.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0db8e97a5ece46abfea74c3a3f09acb4f862e96e]

        INTEGRATION: CWS ooo19126 (1.4.728); FILE MERGED 2005/09/05 14:21:36 rt 1.4.728.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5deff02845af0cb279d5d2e68a183025e24fb70]

        INTEGRATION: CWS ooo19126 (1.4.308); FILE MERGED 2005/09/05 15:05:46 rt 1.4.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86d7f83acd80a715903882e02391a164592e0d50]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 14:30:55 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f4622ebde0b5defb71b4f45faef7a39139dc77c]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:45 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35a1c3f0b9a764295e5a9092f10fb1f72e7bf109]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:45 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [321027c881861f177880a0716861c126c0e1f666]

        INTEGRATION: CWS ooo19126 (1.3.1038); FILE MERGED 2005/09/05 14:21:36 rt 1.3.1038.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7770436f9519c166c76cddebbcf410ddbe53464]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 14:30:55 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29a55a060f196e3b9f88bb4e444f0b9cd0d0b77b]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 15:05:45 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e6aeab39c406cf3a27fb8c130f70c882acd1df7]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 15:39:45 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e987c4283e395c0d4ae669f15f0be18b779617f]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 14:21:36 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bdcf5e36a882e85e90f4f1555e35626cca5fee5]

        INTEGRATION: CWS ooo19126 (1.11.194); FILE MERGED 2005/09/05 14:30:54 rt 1.11.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bd22a8f15ebcc529661ff074a367a23e037ae68]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:44 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1294aa864231330db60751b7d994a30c6aa9e5f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 14:21:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4de34b3e3c64a060d5b24b69e06ce5970db41128]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:39:44 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [219892518790414a291a59022ddc0bf6194ac564]

        INTEGRATION: CWS ooo19126 (1.1.558); FILE MERGED 2005/09/05 14:30:53 rt 1.1.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddcbc8a7d42cd514e58d531529c62a0ae2c14e13]

        INTEGRATION: CWS ooo19126 (1.2.940); FILE MERGED 2005/09/05 15:05:45 rt 1.2.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1e3d07568c47fcebd161c88a85ab48096745fa3]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:35 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e549674974d6cec9ca286d3e97c58567a34580b]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:39:43 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c12e50bebafec42de735db07cf1c4dffbcc89196]

        INTEGRATION: CWS ooo19126 (1.2.940); FILE MERGED 2005/09/05 15:05:44 rt 1.2.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [424442607e734966f61c57aed1c1f0326bc3a5f1]

        INTEGRATION: CWS ooo19126 (1.2.558); FILE MERGED 2005/09/05 14:30:53 rt 1.2.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7322d07a8593e85b865049370008a08fbdcd6e30]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:35 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba8786835aaa57d88844a116ac953a4796a9b693]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:39:43 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5811fd3ccd858bd63cefc5b5a8279782b6b7e283]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 15:05:44 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9173dedca67475a36807dfa88e1177f78fa3454]

        INTEGRATION: CWS ooo19126 (1.5.516); FILE MERGED 2005/09/05 14:21:35 rt 1.5.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4357c05ddace6ec80c5bc8805f7208a0c7f22f75]

        INTEGRATION: CWS ooo19126 (1.9.376); FILE MERGED 2005/09/05 15:05:44 rt 1.9.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6655667b9ec3d27b17864840de61cb39d550fdf]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:39:42 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [553143209507c03657a2542347aaf29af3d520b0]

        INTEGRATION: CWS ooo19126 (1.1.558); FILE MERGED 2005/09/05 14:30:52 rt 1.1.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d03494a547b12a4194157ce15aa16f10fdcae9d]

        INTEGRATION: CWS ooo19126 (1.4.732); FILE MERGED 2005/09/05 14:21:34 rt 1.4.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f9aaa38ee3dca2f348d1cc51bf443ad9795b980]

        INTEGRATION: CWS ooo19126 (1.5.376); FILE MERGED 2005/09/05 15:05:43 rt 1.5.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01541594ed9b9816c8797bd5f1068f49c90834c5]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:39:42 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [477fac5dbd5490af96448b1a1f59ae8dfb4811b1]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 14:21:34 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [505b67ab9f780380e04358a87cc7a1ef8e258405]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:43 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f03269d12d742633e67be2a689d972e11de613a]

        INTEGRATION: CWS ooo19126 (1.5.152); FILE MERGED 2005/09/05 15:39:41 rt 1.5.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c5891074880339ab05d65b86688ed3f80dd9cf2]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 14:21:34 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4b12f1642d279afdb9d9efea2410448a5ce5caa]

        INTEGRATION: CWS ooo19126 (1.11.452); FILE MERGED 2005/09/05 15:05:43 rt 1.11.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cfa1dcb8a6d1a5b95a2d1bdf67884104595ec40]

        INTEGRATION: CWS ooo19126 (1.3.496); FILE MERGED 2005/09/05 14:30:51 rt 1.3.496.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a09782f5dd8aff5897509662c142430e40f7144]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:39:41 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b82322fad8443301014072b63f732e55c6417d7c]

        INTEGRATION: CWS ooo19126 (1.9.408); FILE MERGED 2005/09/05 14:21:34 rt 1.9.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6dde57014c895a0f687046603b5b5f4566a26c3b]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 15:05:43 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [798771a403f8254079c8271e7c48481f931de9cc]

        INTEGRATION: CWS ooo19126 (1.14.10); FILE MERGED 2005/09/05 14:21:34 rt 1.14.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2acc5574a3070d8959d726ef7143878c44ecbf3]

        INTEGRATION: CWS ooo19126 (1.10.274); FILE MERGED 2005/09/05 15:05:42 rt 1.10.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eaa441ad3c40960d0d5e1bd6e060e4973f2a55b]

        INTEGRATION: CWS ooo19126 (1.2.464); FILE MERGED 2005/09/05 14:30:50 rt 1.2.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [573f9b42ad88e14aa55f84a5776454b819671303]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:39:40 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff04dfd218b4b1f9c43814e36b5cc87063d52768]

        INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:21:33 rt 1.3.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e93fed2937051f6911d8e319c9969e714aadb4d]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:05:42 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60d500cdd458caaffa94e49abad948508592faf4]

        INTEGRATION: CWS ooo19126 (1.15.304); FILE MERGED 2005/09/05 14:30:49 rt 1.15.304.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd95d17422da489f60609b85397bb6bcc65e147a]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 15:39:40 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [806a8f206478a233df29012e652808a33513ac5a]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:33 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64bc2568054f2233938d24dd0ec04f4e2fd89c6f]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 15:05:41 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1de716143882fe4ac7f9fc16153288f9d986d06]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:39:39 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84c8f3be0fdcfc2b161ab155476f4876823f3950]

        INTEGRATION: CWS ooo19126 (1.5.352); FILE MERGED 2005/09/05 14:30:49 rt 1.5.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b260549c575827e693a957ed45e7be900005510b]

        INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 15:05:41 rt 1.2.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ba43c666b871701f348df93e2db28d525495588]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:39:39 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [664670b125d2d747c3524a3359b9faf2d412d264]

        INTEGRATION: CWS ooo19126 (1.3.244); FILE MERGED 2005/09/05 14:30:49 rt 1.3.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de8902b49414c77ac04216c308a7bb4c1b098c6c]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:32 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a41b4f221a016b1d89f58b91beeebf0e2c6b573]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:05:41 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [371d8f9909bbea89db1d710d3d08b949077201e1]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:39:38 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b60f3f5e6db7cabd9b1fefa8267381b3ccaabd7]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:30:48 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a8ef3eeffbe87f52e6a872f404a0d7afa1d0f1b]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:21:32 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c7810abea57c92037d6eae29e57f18cbecbe3d7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:41 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b38bf2c69bb90b95ee9032c7d80938b2accac7c]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 14:30:48 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b0079f061038af3e36e13d7d37c534e1fd0884e]

        INTEGRATION: CWS ooo19126 (1.16.294); FILE MERGED 2005/09/05 14:21:32 rt 1.16.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ed5bf2c576a0a11bf848628bc56e09eb7858cbc]

        INTEGRATION: CWS ooo19126 (1.3.274); FILE MERGED 2005/09/05 15:05:40 rt 1.3.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [074e1c357ae20f8b87951571cab6019a0a0becc2]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:39:37 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f41180498c5492f5b1327de4ac79bcf67e7dcaa2]

        INTEGRATION: CWS ooo19126 (1.4.552); FILE MERGED 2005/09/05 14:30:48 rt 1.4.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6484dacae6db75e4a404db37bb6b9cc8bf65034]

        INTEGRATION: CWS ooo19126 (1.13.330); FILE MERGED 2005/09/05 14:21:32 rt 1.13.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e64c9139bc21fcc5a34ecdeb738404b6a96046e]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:40 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab3829282725c28ddb63afd06f2d4e0003c763ff]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 14:30:47 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd63e24a603e5e2d33909d2a05c440d2fe78fb28]

        INTEGRATION: CWS ooo19126 (1.14.294); FILE MERGED 2005/09/05 14:21:31 rt 1.14.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e765251b09370853d9ec978b851f1d9b47cfd61e]

        INTEGRATION: CWS ooo19126 (1.2.520); FILE MERGED 2005/09/05 15:05:40 rt 1.2.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af7b8d6b65186bf5c00f5a87b5cf30b4860fd2c9]

        INTEGRATION: CWS ooo19126 (1.1.552); FILE MERGED 2005/09/05 14:30:47 rt 1.1.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc1bdfd1de5143285dcde64ea20d0f623e6ca574]

        INTEGRATION: CWS ooo19126 (1.23.240); FILE MERGED 2005/09/05 14:21:31 rt 1.23.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4047c23d001b7c52011b0d11044f127012441ed8]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:39:36 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d82148d15d09f2b8d070ee2437c0a06f1641925f]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:39 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d62b3313ee3b964ed736878ed6e34ce4f67c2e6]

        INTEGRATION: CWS ooo19126 (1.2.276); FILE MERGED 2005/09/05 14:30:47 rt 1.2.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb3c515f0648dd508137124b3a0ecabf34bcfda6]

        INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:21:31 rt 1.3.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a49a007be08ae97e1ee2abe7e08f185e1553bbcb]

        INTEGRATION: CWS ooo19126 (1.15.326); FILE MERGED 2005/09/05 15:05:39 rt 1.15.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a05b1bb823c5f640d22768d0bf9139ad4e70a71f]

        INTEGRATION: CWS ooo19126 (1.10.266); FILE MERGED 2005/09/05 14:30:46 rt 1.10.266.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c070e7cdc877606321b12ecdca497c37e8bf00]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:31 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd092217e968bd9a894211feab31cbcc5ccc1afa]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:35 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8099ecbd3997090c1ed6468bb8a3bc7acd08387d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:39 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [220872d3fe3479747adf6bee585e98d5d339b77e]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:30 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fd4278cc1caa22db11928c7eb97e5ccfa7043ea]

        INTEGRATION: CWS ooo19126 (1.12.276); FILE MERGED 2005/09/05 14:30:46 rt 1.12.276.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd406fe1b20217cf0f703280b5df81f731c05542]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:30 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [016cd6b0c126a282e356727162510e28203db353]

        INTEGRATION: CWS ooo19126 (1.7.904); FILE MERGED 2005/09/05 15:05:38 rt 1.7.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5a54ab1df5788fcdecce5b9fc9958e047d84447]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:34 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [772f261887323cf5be76f89688bb35929b31a052]

        INTEGRATION: CWS ooo19126 (1.2.552); FILE MERGED 2005/09/05 14:30:45 rt 1.2.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99b084063096123997271046930ce74c6710d27e]

        INTEGRATION: CWS ooo19126 (1.2.932); FILE MERGED 2005/09/05 15:05:38 rt 1.2.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a014f3dcc4e3c50c395f2a6426f38c241eb8e016]

        INTEGRATION: CWS ooo19126 (1.3.364); FILE MERGED 2005/09/05 14:30:45 rt 1.3.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab12a49e46443e722bc4c39b4d69e3aa90c67cbd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:38 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d2a65997682819b64eabb3a56cb2449e87be5d0]

        INTEGRATION: CWS ooo19126 (1.4.364); FILE MERGED 2005/09/05 14:30:45 rt 1.4.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c6cdaf5e42d9cefdd1b3b5adb906a733c49e625]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:29 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a68a64acefc1a262149e3b6e02851c6c490e4a7f]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:33 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afbaef2f11d27ae6b370d77f6b5ed68ef4c13026]

        INTEGRATION: CWS ooo19126 (1.8.368); FILE MERGED 2005/09/05 15:05:37 rt 1.8.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1e89aee650fec876edc98c6a6d51f88e962deda]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 14:30:44 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd003716d828509b3b471a95bb57824032b6d478]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:21:29 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b77ca90325260b8e2c3f5029e2b17df9509b0b1]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:37 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01249b9a5d800df51c16e35b2361dd77b264c1e7]

        INTEGRATION: CWS ooo19126 (1.2.512); FILE MERGED 2005/09/05 14:30:44 rt 1.2.512.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6136a701ff801bb24fe1c6761b6082e9a1394028]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 14:21:29 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24d58f3204aed1e4333516630e45ccf8a1bb3bbc]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:32 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cd68d2b5da6facba9bb35e43029caf4e081ed51]

        INTEGRATION: CWS ooo19126 (1.3.374); FILE MERGED 2005/09/05 14:30:43 rt 1.3.374.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0520e70f8913677c1d1917b871354605dad6fa5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:37 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [287c32a6ee48f2ad99a81cd6a90a4e022d2f48a7]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:21:28 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c31be2a254feff91e6dc75b6da2ee6c218c8d3a7]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:37 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1a16e570020273213c159a448519c1bae5ede45]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:28 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f163aa4fdcdf00166f2caa422fa3d222ad4a415e]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:31 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21527d376cfbdb8faf362f7d1a5c6fbaaed0c2d5]

        INTEGRATION: CWS ooo19126 (1.2.898); FILE MERGED 2005/09/05 15:05:36 rt 1.2.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01c04e8210e25c63bb04d914b9f64a365c219113]

        INTEGRATION: CWS ooo19126 (1.6.324); FILE MERGED 2005/09/05 14:30:42 rt 1.6.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62071c2cf549cee8beb02c21965a5fcd724859b3]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:21:27 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98241071650abc209b0e0b601d25d916f84d03f9]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:30:41 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7410291dbca79f5f6ce6e70f6ab19a5f16499a9f]

        INTEGRATION: CWS ooo19126 (1.10.368); FILE MERGED 2005/09/05 15:05:36 rt 1.10.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba60ad9fb6f2f4ce10279c80310bf298d8830608]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:27 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3fbdafdd6dc741bfdc3aa6b2278a3ad4d63bf09]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:30 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc791a7c5239b24d0a4ccac3e754c33921fc4d8f]

        INTEGRATION: CWS ooo19126 (1.6.324); FILE MERGED 2005/09/05 14:30:41 rt 1.6.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f72d0ab4bf86e5db040cbea10800bdb35c68f940]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:36 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32aa2e64a857aef4583706c81e56e5b14d4f1f82]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:27 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [161b733b1a69edd4cf454e1a8c88507954b58e7f]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 14:30:40 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e40b5fb9a13cc94f2b1bf0def6fff4b2ec44780]

        INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED 2005/09/05 15:05:35 rt 1.2.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d71a23edbde05d4b3e84c98f8215b02a227cd0dc]

        INTEGRATION: CWS ooo19126 (1.3.830); FILE MERGED 2005/09/05 14:21:26 rt 1.3.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df757c80142309699a00f9a9b437a7b853365ff]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 15:39:29 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b376b99e5e418ae40fc42142032713af16983a]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 14:30:39 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6b5ac0309fd947c854bab40bf79f57fd301bb55]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:05:35 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb2d3e2dddcf3198f4f86eee8d5c60c83b0e604e]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:21:26 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a453842c29e766b56e8f49a6fd80717825819e6]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:39 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8ea797f545212e119d4d0ab75c64c4dc4af008d]

        INTEGRATION: CWS ooo19126 (1.3.930); FILE MERGED 2005/09/05 15:05:35 rt 1.3.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2709a619c46d1ee78494cbeb2477b446e5dad2df]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 14:21:25 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97a3ce70ea39eb9c116222575545949f85a57a6a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef037357d637a0767fb3c021cdec1e7d1508e57b]

        INTEGRATION: CWS ooo19126 (1.4.266); FILE MERGED 2005/09/05 14:30:39 rt 1.4.266.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ebf48fa3c30633fdf3bf5db945ac3da843f36a3]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 15:05:35 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0205ed9a021de585547b693b2eb79af81b3b81e]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:21:25 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ac5c265ebbbd2d0851e632c1261f69d41cc01ff]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c1f6b59a3888655be268a38f1dd230b85b0a009]

        INTEGRATION: CWS ooo19126 (1.9.90); FILE MERGED 2005/09/05 14:30:39 rt 1.9.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dce55a0353816e6063d0a4bf960a2bb8e75e39c]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:34 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1461757faf0fc9e0435fd6efaa7ad15fb0e5e15a]

        INTEGRATION: CWS ooo19126 (1.17.700); FILE MERGED 2005/09/05 14:21:25 rt 1.17.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fb111d02cd27e2fab01682d91dbcb8777c8b12d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c18ef5f23226580f68890178235499855152764]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 14:30:38 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69b5f8f93dd46a5aa2d50587bd7a602cfe4a94a9]

        INTEGRATION: CWS ooo19126 (1.2.898); FILE MERGED 2005/09/05 15:05:34 rt 1.2.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c045986c61e0d00fa4a8df40d3993391e183deb0]

        INTEGRATION: CWS ooo19126 (1.54.834); FILE MERGED 2005/09/05 14:21:24 rt 1.54.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9ac94793fe80883c5a2609d3511ef6510ba396c]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 15:39:27 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4bc4aee0e53723e5d6157dce87db395be4eff34]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 14:30:38 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ac4cf09e40eb0ac1125f51051f74a18423ab3a4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:34 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a564048b95009383a37c9d77c7a82b2fb05a1198]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:39:26 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e20a30bcfe6788b9fbca17f3c816f3651d4d66f]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:24 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9911c3af78d3a982582f81ec47f0b8982fe1e66e]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:38 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71e49be6ac218415a34717b6554504ed53e3ba83]

        INTEGRATION: CWS ooo19126 (1.9.154); FILE MERGED 2005/09/05 15:05:33 rt 1.9.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2146ad91f5d2578d2109800c0acf1a81ce41611f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c7eccfcd01980c69f3c46a2d06a5e31c1624e57]

        INTEGRATION: CWS ooo19126 (1.3.1660); FILE MERGED 2005/09/05 14:21:24 rt 1.3.1660.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86a0cabef83343594c6be361ccddde194e365683]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 14:30:37 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5037d63ed319f8afcdf8b6ae6a80e3c0a4f7349a]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:05:33 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef19d273f2e8d1dd902e71409552e30166964416]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:39:25 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5560c3df161267591c6cab2fd71982a8e8021639]

        INTEGRATION: CWS ooo19126 (1.43.430); FILE MERGED 2005/09/05 14:21:23 rt 1.43.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0c63d6e7fae07a3a3de54435177920ad0a06e3d]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 14:30:37 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94e3508f3e5de0b741f3eccc109daa372cc87c9a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:33 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a03ac2f4534da262bee4fec6af5916696cf6062e]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:39:24 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [deb4d13399e89b327c09bc764e21548049276c5d]

        INTEGRATION: CWS ooo19126 (1.45.702); FILE MERGED 2005/09/05 14:21:23 rt 1.45.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57f3e2052f4c0dc583e73a957dbbf880769dc295]

        INTEGRATION: CWS ooo19126 (1.1.932); FILE MERGED 2005/09/05 15:05:33 rt 1.1.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6cbdc3b66a366b8f0d2611134fb6ea9a1e6b90f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80616f9f6bc5326fcac55764399d468ba42e7570]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:21:22 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c5f5592603e03e6448dd245aaacd9b37d2d9f7]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 14:30:36 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4397acd2eb4834e74a65f2effc12786ab5a14cb6]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 15:05:32 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [186820973ed3b23f167bff3ffa51cabcc8c922b6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99ea40cd18a2c48b12b3710ba881515e773a4593]

        INTEGRATION: CWS ooo19126 (1.5.1624); FILE MERGED 2005/09/05 14:21:22 rt 1.5.1624.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea374bf395ba6951d3a7e7fb1a4e3443a28dea09]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 14:30:36 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8654e8fc54a9e38470b33ccc8c8fffc4da1c2a41]

        INTEGRATION: CWS ooo19126 (1.1.930); FILE MERGED 2005/09/05 15:05:32 rt 1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7aa54ba5242eb268e3c56d167af2a3737b63ece3]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 14:30:35 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c031debe449aa05e0093fd5356c66e6b11f91253]

        INTEGRATION: CWS ooo19126 (1.21.254); FILE MERGED 2005/09/05 14:21:21 rt 1.21.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbae5c44fdb422530159e58f416a924ec9309bc4]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 15:05:32 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0b82ba9113caae7189dc6cd3f0776e3044754b0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a456fb2f878f8a3cfc29510ead84993f09329b6]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 14:30:35 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a55d2da009a07c471de226a8958d7eee48aeaf7e]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:21 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20b9fbad54e23c93a9798746d26519cd2263a4f2]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:39:21 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47964d3a7cf7bfa0496fa7f0ec96f4a422d5c387]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:32 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2387684285628aa61cec411ea00980e790fed208]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 14:30:34 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c503cb8842a27e2b3fc82ccd2766cc68c1ed29f]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:21:20 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce64ac537ed514873d71315954381e4f46f71413]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85370c804e6857c973ffafacc786fa6d225bfa12]

        INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 15:05:31 rt 1.5.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf5d02f6ad53f1cfdf0c9b9a1339ed55a9459deb]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:20 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c42ca5a1b322245dc5636421749d0beb52ab911]

        INTEGRATION: CWS ooo19126 (1.2.290); FILE MERGED 2005/09/05 14:30:33 rt 1.2.290.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3522a477e79e4d904823012eeb2d3ac45fceada]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 15:05:31 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [772402d5a00f82f5c896b33a6e270fc842b839ee]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [142e1463582398f35fbb4804a0f2fa3a580e17a7]

        INTEGRATION: CWS ooo19126 (1.5.166); FILE MERGED 2005/09/05 15:39:19 rt 1.5.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4820e314cfceba5be5a79bff4adb52d6ba7d5935]

        INTEGRATION: CWS ooo19126 (1.4.460); FILE MERGED 2005/09/05 15:05:31 rt 1.4.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d5f721347d20df988a4045eda3ab069eb7d9804]

        INTEGRATION: CWS ooo19126 (1.5.94); FILE MERGED 2005/09/05 14:30:31 rt 1.5.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd7e92d6d01cc572c2523ab7a9e6431900c695aa]

        INTEGRATION: CWS ooo19126 (1.25.294); FILE MERGED 2005/09/05 14:21:19 rt 1.25.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aebf51a787ddaf21402270d5787fb9f42a1a1a40]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1354416071b8ce5acbf17a156c0dc52cc561e48]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:31 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3d2e2ba471336ebc092099a688f4f60c022c8fe]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:21:19 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [608565ece05be775f1fc65da02eab2158a5de6fd]

        INTEGRATION: CWS ooo19126 (1.14.428); FILE MERGED 2005/09/05 15:05:30 rt 1.14.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba7244b081264f70eaf60c7a23677bc57e9878ba]

        INTEGRATION: CWS ooo19126 (1.3.1626); FILE MERGED 2005/09/05 14:21:19 rt 1.3.1626.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dbd2cff7294584ff6a5f3065a406332003469e2]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:39:17 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb60258476551cd089467d3d515ab9c55db3cf2e]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 14:30:29 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2deaa720d060d4e3a4a615f2fd05befd41b8fbb4]

        INTEGRATION: CWS ooo19126 (1.12.452); FILE MERGED 2005/09/05 15:05:30 rt 1.12.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2209e295a02ff83b6840d54d4388d5e4ab6717a8]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:21:18 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf7d318cb0c3a76efbf6ed23fd86921602535550]

        INTEGRATION: CWS ooo19126 (1.8.166); FILE MERGED 2005/09/05 15:39:17 rt 1.8.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [935aa71bed21ec042e3c8146ac83026aeca62612]

        INTEGRATION: CWS ooo19126 (1.11.54); FILE MERGED 2005/09/05 14:30:28 rt 1.11.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc00ecc61069df39f58c8bd1adbb333e931be0da]

        INTEGRATION: CWS ooo19126 (1.10.196); FILE MERGED 2005/09/05 15:05:30 rt 1.10.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7aafb99d3637fcaf03c0f6547071ee05f33972f]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 14:21:18 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6428d914ccc961470806a4326aaf73cd60e50135]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:39:16 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc4790a335f91212b0ad7cee47ee2a512032abd6]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:28 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8aa5072f9864748a6b75716a75ddffb1148bacf6]

        INTEGRATION: CWS ooo19126 (1.10.346); FILE MERGED 2005/09/05 15:05:30 rt 1.10.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1678963c84cfaffe488793083216eeab3c412fa5]

        INTEGRATION: CWS ooo19126 (1.44.408); FILE MERGED 2005/09/05 14:21:18 rt 1.44.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f4544251105df7a660f987d1d4df57fe2bc2594]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [190ffaabeb38e30f79e453dd1f9ecc8890b2735c]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 14:30:27 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d74e38d3b80d53bd525a3bfd2404260d54a1482]

        INTEGRATION: CWS ooo19126 (1.3.450); FILE MERGED 2005/09/05 15:05:29 rt 1.3.450.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05b9192434c3be820b18ec6ab540c14c8302aa4c]

        INTEGRATION: CWS ooo19126 (1.6.486); FILE MERGED 2005/09/05 14:21:17 rt 1.6.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd77413ed5750d3b5d3357ba0fdd29e25e4955ae]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3c2b62b2f54a97831417fcc4d510e2738f04210]

        INTEGRATION: CWS ooo19126 (1.15.44); FILE MERGED 2005/09/05 14:30:27 rt 1.15.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c15f2bb54b9a97b51940b0eb88d1440cc53a80]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:29 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fb601b0a1856c0421571c3b1ca9535dfe9b63b0]

        INTEGRATION: CWS ooo19126 (1.2.830); FILE MERGED 2005/09/05 14:21:17 rt 1.2.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a2a69af0dfca4f1210c8c94ce037392031e65a9]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:39:14 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65454e6332ebd85143a27306e31031877c74213d]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:26 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11fcce5007ed8efe8d3f9b37bd75dc9d1240586f]

        INTEGRATION: CWS ooo19126 (1.4.920); FILE MERGED 2005/09/05 15:05:29 rt 1.4.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2031cafec7dd8ae75b9dc1095c5cfe4b1f0fabfd]

        INTEGRATION: CWS ooo19126 (1.8.218); FILE MERGED 2005/09/05 14:21:17 rt 1.8.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce6560310efca87f7ec967a08e79843bb81f8d1c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f33e74652d2e64e7b85e4443926055cabbfd5276]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:29 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb825754f08d3f4e36cf89eff13297d9cf346e47]

        INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 14:30:26 rt 1.4.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c162eca8c15daeb1d7112f27d2e30e72307bdda]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b20c792f6cd0e2bd5d09cb0be417fad16b7a1ef]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:28 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed878f7d7dc7aef88322942a5f2f308402f4302e]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:39:13 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [035684924e236a33a7ed2960b281291e55a37a5f]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:25 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbaaaa5e0a0a601a1e820edfeaece15951e1f691]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:28 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0820048af29a217bf9fb18014ef17f451c617382]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c182810d8bd5808aa27af59adf63d4abd09d9c05]

        INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGED 2005/09/05 14:30:25 rt 1.5.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38d0756b81b978a2bfc5e7b071f71e5f1d00b96c]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:28 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6168564a0c4b20a6a80b97af5304a80c2dc46f63]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df1a168f833c429357c8c54eb22975aff5daf6f0]

        INTEGRATION: CWS ooo19126 (1.20.128); FILE MERGED 2005/09/05 15:05:27 rt 1.20.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9135f7d6fa1e117c94e3802cdbb1ebdab8c9f18e]

        INTEGRATION: CWS ooo19126 (1.3.304); FILE MERGED 2005/09/05 14:30:24 rt 1.3.304.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09ea96c4fcc40d8c42542e352f643c7ce9829e5d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:27 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e7eb1e4e5893a34ffa1110da54c4f18f4c53936]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 15:39:10 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8ba2fe53505498b9fa133884a76b4c430066f22]

        INTEGRATION: CWS ooo19126 (1.4.254); FILE MERGED 2005/09/05 14:30:24 rt 1.4.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4620a94f220c1680d2cc4fd3251a7d3f61c739c4]

        INTEGRATION: CWS ooo19126 (1.3.938); FILE MERGED 2005/09/05 15:05:27 rt 1.3.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d96ff1b646c2192ad19f61f4c363ec44d819d69c]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 15:39:09 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbe9c4938693f60a2396a1ead05903f3b4f78da7]

        INTEGRATION: CWS ooo19126 (1.2.304); FILE MERGED 2005/09/05 14:30:23 rt 1.2.304.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f5f1adeb5b2034a1010f0ba9c52319f69ff34ec]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 15:05:26 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4b4dcbc37c26a928073aac18ec525b22f7f0b73]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 15:39:08 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad3b2652836db252b1189bfd6cc2e85f034d8fdc]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:05:26 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8efe0c096ed658589a04ec674496ceb5d76bc62]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:39:07 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [923a30f7689351c98469760249da6dec9857da27]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:23 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5021dcc7960783eaa65877c98c3f026323474d20]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 15:05:26 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [224b68ad34a71c311358da8c5f05bbac23dd0316]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [096c7123ec5fcf06dde7603cdef390f899a479bf]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:22 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d55a3b8f47bdba113fa3bd115a38fc57d018f652]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:39:06 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52fe0abac2ddaa8a03a543e5b468587d1789c8b2]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/05 15:05:26 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [272773e943f5145cda46e42bad5bc7ce769962b0]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 14:30:22 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [500e1590638d2ed574579ba840e43bffa5cd6de2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8a1bcb4fc688faabafe9b710e311c6145c35d27]

        INTEGRATION: CWS ooo19126 (1.2.520); FILE MERGED 2005/09/05 15:05:25 rt 1.2.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffdaa44c1c8caa722a9d9cd79f44baf07eb723ea]

        INTEGRATION: CWS ooo19126 (1.6.136); FILE MERGED 2005/09/05 14:30:22 rt 1.6.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18655c13fa52250883db2da9e9d93944093606a8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:25 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6efe0616064c327f2a184ac4b62dc6adf4820d3e]

        INTEGRATION: CWS ooo19126 (1.5.34); FILE MERGED 2005/09/05 14:30:22 rt 1.5.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf5ac1ff461f29cfed133bbfb18b076640566919]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc62ea257e3925e19123d60a22dab4696b303855]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:05:25 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5899ed30ab782c4cbf94f476fc08ab9a0e3d4f13]

        INTEGRATION: CWS ooo19126 (1.11.34); FILE MERGED 2005/09/05 14:30:21 rt 1.11.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0aa8e18c5af742fb643a93287f3bf9c0de1977bc]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bc4633037d450700e5dab895018fb231449cc1f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:24 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f1388c0a8590cb89d7dc648d9937fa9d8a613f0]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:21 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c4cd76096203e594c8f6844cb8092d96408070e]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:05:24 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e37b11820d6ef211a5969f4a6e4bdacd0e8f2372]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67d80c31f442fcd7647f8ae52837ffd361484459]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:05:24 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8131c6998eb3c8cbe58765fd983329e2c130ca43]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 14:30:20 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f95de2a4e7922f4d4f2bd80469d336f7565578ba]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:39:00 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [551d24ec777a62aa0acec584229df24f3c50cbed]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 14:30:20 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d527edcd1ee37241f87914d0c29e925698808b5b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:39:00 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ed43f8f838ea6610ac7b8a03594fe166d97a5ee]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:05:23 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83f49ede54f08d62282d07023a23668085b24df2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2453f0e2ee7a1208d19765696ecaaae9936552cc]

        INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGED 2005/09/05 14:30:20 rt 1.5.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96342426550cf813e440f25fd10a49707c1272ee]

        INTEGRATION: CWS ooo19126 (1.2.700); FILE MERGED 2005/09/05 14:19:50 rt 1.2.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e9c045207c7879e768b80764f716bd4931248a8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 15:05:23 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ec73341b251a40a3caeb3e669ca8923b9d0e7c1]

        INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 14:30:19 rt 1.4.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ede980ec050981d8d771cee1674d7600ba625a]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:19:50 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55393e1d2fb12f2b7ec86412d4bc202e6a8557f2]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:58 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91cb344e5ad06d9aa88880e036d444b496df1301]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:05:22 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [332ed4f73bb2929443a210e9b8c212b8412fedeb]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 14:30:19 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e4917bbcae854c23ae04a413dd2f06e08e7c839]

        INTEGRATION: CWS ooo19126 (1.28.836); FILE MERGED 2005/09/05 14:19:50 rt 1.28.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4732b3895225eb4e12fe193e415e62c29582856]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:57 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a62dba3028e741eac2b3751d0ce2b87df3f19ad]

        INTEGRATION: CWS ooo19126 (1.3.520); FILE MERGED 2005/09/05 15:05:22 rt 1.3.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f92b655dfed616d7ed4534e848e573ae8ad61767]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 14:30:19 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e10e3900de1717aa31efda2c43825a043ecb84b]

        INTEGRATION: CWS ooo19126 (1.24.836); FILE MERGED 2005/09/05 14:19:49 rt 1.24.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcd19615dd0b1dfdd682bf80229b05f29dd4517a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:22 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03c9dc3aebb36efbd194e27e88c67e8849a215b5]

        INTEGRATION: CWS ooo19126 (1.6.36); FILE MERGED 2005/09/05 14:30:19 rt 1.6.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc789ec7fe8f552ca306bec737e020acb24c030c]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:56 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54114f4436ae03ad4266cd7a609e39f65625aae1]

        INTEGRATION: CWS ooo19126 (1.3.368); FILE MERGED 2005/09/05 15:05:22 rt 1.3.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee9c489e0e74bca9a6e7a72e5ed589f14d4a275b]

        INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGED 2005/09/05 14:30:18 rt 1.5.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb2ec6860e62631e1331d5f2c0961e41a361357d]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:21 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62b19b59a5ab6442d288454805488357260dbbff]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 14:30:18 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3294c346e5fc8e4d2acc7bbd293a027469d394e]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:19:48 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3d0cfe02e016d7ea16e6f6ab0ea1c903418fe04]

        INTEGRATION: CWS ooo19126 (1.2.304); FILE MERGED 2005/09/05 14:30:17 rt 1.2.304.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ba955443d3507f796f5106dba9a55bdced47aed]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:55 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d69986f72234427a2ed4f6d30a59e26c5c20f327]

        INTEGRATION: CWS ooo19126 (1.14.772); FILE MERGED 2005/09/05 14:19:48 rt 1.14.772.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fb7b671b6a83b8e36a8d68651dd392987b2e5c7]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:05:21 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1caa9d30b3c8c1301dcd6d54eda0ae41ca9fb947]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 14:30:17 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d96a21ab67ddf336c4193e00bc9ebba589d9de5]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:54 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1ac99c6e101025eb909d23c31bd67a2cb9299b2]

        INTEGRATION: CWS ooo19126 (1.30.756); FILE MERGED 2005/09/05 14:19:48 rt 1.30.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64287a13084f9511c6c2e56418db6098ed143012]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 15:05:21 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ed24acf528116df54e7cdcdfc83f302dc810607]

        INTEGRATION: CWS ooo19126 (1.3.306); FILE MERGED 2005/09/05 14:30:16 rt 1.3.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4191ba5e0adab9d3a3164604d491ed35a4259e7]

        INTEGRATION: CWS ooo19126 (1.3.834); FILE MERGED 2005/09/05 14:19:47 rt 1.3.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6010fc7c76652c56f0aadd9288333cd05d1ec37f]

        INTEGRATION: CWS ooo19126 (1.11.452); FILE MERGED 2005/09/05 15:05:20 rt 1.11.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb19cdb011ddb2f7596627d8a9720333918da5a]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 14:30:16 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b136a983c8cf5c89281dcc49ccb9c8faf62e4d8]

        INTEGRATION: CWS ooo19126 (1.2.1632); FILE MERGED 2005/09/05 14:19:47 rt 1.2.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d94929d062b627c3d4c84033b9f33d21d1a155ae]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 15:05:20 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2df9a8e14ae71815189d545b561e2570688d8e3f]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 14:30:15 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3de06e3c0a2255f3bd0372c099f2d7db619e3b43]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:53 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [017e3428c5113ae65549acc545349a2178c3b9bf]

        INTEGRATION: CWS ooo19126 (1.11.430); FILE MERGED 2005/09/05 14:19:47 rt 1.11.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b8ef9d8ec61679bfbb9bf5225cae05bea796745]

        INTEGRATION: CWS ooo19126 (1.5.926); FILE MERGED 2005/09/05 15:05:20 rt 1.5.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb9998b6b49ba160a598ab6019208e46672a18fb]

        INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:19:47 rt 1.3.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc08fc81d2490494655768e717234a4a5e5de77a]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:05:19 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe7d174998df05be7080d2be755ee45bc93bed3d]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:52 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [579dbf10cbfb582b00600fd6267562a03d3d42cb]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:19 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4c10f073114172fe1df0b5f7dd5e4a577de86c0]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:46 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efd544735122bcaafe5be81eee2808792832e61a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26730d5de936a2c3d9304210c033e3b81ebdeae6]

        INTEGRATION: CWS ooo19126 (1.3.520); FILE MERGED 2005/09/05 15:05:19 rt 1.3.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0292cd0b805c396d6fd80d8c233a9494fbf69236]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [732ffe0dd07ff7f542981e0a68dc1b4ff73617b4]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:46 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74e730364bca230f23e4a935f399f6cd38691777]

        INTEGRATION: CWS ooo19126 (1.11.326); FILE MERGED 2005/09/05 15:05:19 rt 1.11.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b549507c830d132d8018057d18dc95a4255f5f06]

        INTEGRATION: CWS ooo19126 (1.9.74); FILE MERGED 2005/09/05 16:59:34 rt 1.9.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5355b9ef0b2b6e1e7195e5606b4f4af25051493d]

        INTEGRATION: CWS ooo19126 (1.2.700); FILE MERGED 2005/09/05 14:19:45 rt 1.2.700.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4e2553cecce2025fd052ea2d8caf0b02e805c67]

        INTEGRATION: CWS ooo19126 (1.4.926); FILE MERGED 2005/09/05 15:05:18 rt 1.4.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99f86bbc3228db12be7018f7df803f7375d84589]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [477a45dc4bc5b3a5a36289a28aaa45b79cdd025a]

        INTEGRATION: CWS ooo19126 (1.22.8); FILE MERGED 2005/09/05 16:59:34 rt 1.22.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9235926103af170978a15a41027b7b9b821686e7]

        INTEGRATION: CWS ooo19126 (1.6.264); FILE MERGED 2005/09/05 14:19:45 rt 1.6.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1cc772467594a7a15d5375c49af2e6a563ae664]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:18 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56cbfe49106d5356dafe08e4d7b89200a7e1e6c7]

        INTEGRATION: CWS ooo19126 (1.24.836); FILE MERGED 2005/09/05 14:19:45 rt 1.24.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20929e93ad52c72ec3c3c48ae923733571a786f4]

        INTEGRATION: CWS ooo19126 (1.7.144); FILE MERGED 2005/09/05 15:05:18 rt 1.7.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d576ba6d1c4f8dc0600bb172396f41a70bdb7b8a]

        INTEGRATION: CWS ooo19126 (1.11.20); FILE MERGED 2005/09/05 14:10:23 rt 1.11.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d929275974b53ffafc06f9ad358e89b2fc15fb47]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:19:44 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c1e0c9e5dd6515e120e2ecfd4f175a6ce9fbb7d]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 14:10:22 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1373f6cce9b7562745f264aaa2424127a01bd064]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:17 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b3e6fb66fa99910ca936039c596c7a646ee1a59]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e182253478b9cc0bac747baaa9f4837294bf302]

        INTEGRATION: CWS ooo19126 (1.20.928); FILE MERGED 2005/09/05 14:19:44 rt 1.20.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5bf1f11801c00c7e2ee8a63f0e4b8c42fffd942]

        INTEGRATION: CWS ooo19126 (1.5.368); FILE MERGED 2005/09/05 15:05:17 rt 1.5.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fa236376c4842e0a5e7b194f7f9276a63cde4ba]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fb7405334422a318bfb351df11e6c07c0591668]

        INTEGRATION: CWS ooo19126 (1.6.1044); FILE MERGED 2005/09/05 14:19:44 rt 1.6.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5aaa1c0a236404748cabc8eb703065bb8c081718]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:05:17 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5008453842ed17be9cfd4a4673b31e1e6772eac]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 14:10:21 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3a12843c722d60fc2728ffbc301ea94b7a76be4]

        INTEGRATION: CWS ooo19126 (1.14.464); FILE MERGED 2005/09/05 14:19:43 rt 1.14.464.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22b7fc63592aa5c545060456b4b5e710dcb835e0]

        INTEGRATION: CWS ooo19126 (1.34.196); FILE MERGED 2005/09/05 15:05:17 rt 1.34.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2875237d7fadfc878b38db3cda17e37fd547992a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1d16c511084525a4948ca68f1cc512368c97cd6]

        INTEGRATION: CWS ooo19126 (1.4.1634); FILE MERGED 2005/09/05 14:19:43 rt 1.4.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05609fd7c1490e5c0df4caa3d7639fdc3fbe94c0]

        INTEGRATION: CWS ooo19126 (1.11.130); FILE MERGED 2005/09/05 15:05:16 rt 1.11.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31b33ad9f90ac9349ce553fc9305368ae132e364]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:47 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [934e6c1370e92846e6a7cf15213f6317caa92872]

        INTEGRATION: CWS ooo19126 (1.46.836); FILE MERGED 2005/09/05 14:19:43 rt 1.46.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4407c9870f288459817e64098b8a6e87fa7309a0]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:16 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9dd22a2779e8faed28733f14942f34f0aad228e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:20 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a7918322e20b103606a1ea0d57c0012e725e2cd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [155f13778818ae7379e966b403228d84468051b3]

        INTEGRATION: CWS ooo19126 (1.4.830); FILE MERGED 2005/09/05 14:19:42 rt 1.4.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [330132092929c04b95c3bc11feea9bee078a38d4]

        INTEGRATION: CWS ooo19126 (1.26.466); FILE MERGED 2005/09/05 14:19:42 rt 1.26.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf1e2daa69eef4203074a3013c477b072e627d25]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 15:05:15 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e0bb898f983adf054980b576cb95b6cb43285f5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:19 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1927cd64d17e173abc9579efd55006ed091d659f]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:38:45 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d7cbbd16e94e928f45528963b94ab061de2b8b2]

        INTEGRATION: CWS ooo19126 (1.14.836); FILE MERGED 2005/09/05 14:19:42 rt 1.14.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [037106d5a3e14c4481a4f4e76dfd8ae29f386b14]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 14:10:19 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2420e842af65661c46c215f07c88c92e90bb5998]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89bb469354bd4efb21950fe235c6b98891d659c2]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:41 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bcca82ac789fa67b900a1422f10b4e5581ae9a0]

        INTEGRATION: CWS ooo19126 (1.4.368); FILE MERGED 2005/09/05 15:05:15 rt 1.4.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9615398184e50e8166a49364b7fdddcae302a6e4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:18 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3efff5d67273378f4dbd5aa142bf7831012e2c8c]

        INTEGRATION: CWS ooo19126 (1.16.430); FILE MERGED 2005/09/05 14:19:41 rt 1.16.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cc4e7b414cec17e51fe777aed62f1275683f02b]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:05:15 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43fd34498ce4bfc85f000d361c5837caffb573a0]

        INTEGRATION: CWS ooo19126 (1.3.236); FILE MERGED 2005/09/05 14:10:18 rt 1.3.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33795b46ffe53447cdc3e795e64353cedb8aa5de]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:43 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdf761601a336c28989c717e0eefd6745c066ce8]

        INTEGRATION: CWS ooo19126 (1.31.836); FILE MERGED 2005/09/05 14:19:41 rt 1.31.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dae2db23575e88c09f13daee3f63ea7e65fab03]

        INTEGRATION: CWS ooo19126 (1.7.24); FILE MERGED 2005/09/05 14:10:17 rt 1.7.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [253acc3628768a8f80f7c6cd1af75496b6fa0771]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:14 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e214d131da033c79c3d226aaea8d38e6189e2eb3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c498486a121af06a1398dd2d76f533a31738986]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:41 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [278f9b4f3a8b5bc4641512ccb953013775fb0957]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:10:17 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b0c543ec025c18115a7a2bf484a7180d87eca20]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [471f8916aefb17cc4bf16a72e6cab96acff42554]

        INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 14:10:16 rt 1.2.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2914c71a2ea280aa8c3ea4e6eda30ac8e65cdbd]

        INTEGRATION: CWS ooo19126 (1.5.344); FILE MERGED 2005/09/05 15:05:14 rt 1.5.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdcbfd23cb000cf12a1799497b5e1a547cc78a10]

        INTEGRATION: CWS ooo19126 (1.3.836); FILE MERGED 2005/09/05 14:19:40 rt 1.3.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1613fb199c962e93f222fc44342f1f860a34882d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [297b8c8862b2bafd646c358551c14157b89fac2f]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 14:10:16 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c7c5355e0123de533ef3d4aa2b6fc0e3c761211]

        INTEGRATION: CWS ooo19126 (1.7.264); FILE MERGED 2005/09/05 14:19:40 rt 1.7.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [759b3bdac938a78b2826eb8980acfcf079928df8]

        INTEGRATION: CWS ooo19126 (1.2.904); FILE MERGED 2005/09/05 15:05:13 rt 1.2.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64dfbb411b7a80230094a356a92157284a4b4727]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:15 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79f34242256195b02cb96e2a20df97f44f6c4188]

        INTEGRATION: CWS ooo19126 (1.4.264); FILE MERGED 2005/09/05 14:19:40 rt 1.4.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78b4ddc83833bebbab9fb1eff6e051769be2c9c6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6c5ae19ccfa12720194d7bc3d1fd9f0761e6fea]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:05:13 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3d486067c2670f55571534e3cdb03fc6340d734]

        INTEGRATION: CWS ooo19126 (1.20.836); FILE MERGED 2005/09/05 14:19:39 rt 1.20.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd5449e5659da30e16a9cc6f49f1d87fb48bb089]

        INTEGRATION: CWS ooo19126 (1.10.346); FILE MERGED 2005/09/05 15:05:13 rt 1.10.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7a23c38589b00535fcb8b8e1967a72f30fd818]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:14 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c87ff5216589d63c39b818d2d99623b198dc990f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [364a1516820e8cc6b81b05ebd1f07c8bea8aa145]

        INTEGRATION: CWS ooo19126 (1.3.1658); FILE MERGED 2005/09/05 14:19:39 rt 1.3.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [259c26ce8a1bdbb94c423f3c485cc2cfdd10585e]

        INTEGRATION: CWS ooo19126 (1.12.346); FILE MERGED 2005/09/05 15:05:12 rt 1.12.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [539734f02bbd803bba962687908c40f25d0c933a]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:19:39 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dc0bfb8584977b7ffabf515adcff1ad2db3d3f8]

        INTEGRATION: CWS ooo19126 (1.3.906); FILE MERGED 2005/09/05 15:05:12 rt 1.3.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acc8782d665477c504f901b0918ebc15203e34f0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:13 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11a6b4fb05179a0ce05e95d97e6472f3de86e892]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4618c3de1d1738c85998467ad7debf6e4313cef6]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:11 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d358c1c845641636498d7174604273d8f480ffe]

        INTEGRATION: CWS ooo19126 (1.3.460); FILE MERGED 2005/09/05 15:05:11 rt 1.3.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1206f8f72fa3d71e7bee8ab1e3087895d8631412]

        INTEGRATION: CWS ooo19126 (1.72.214); FILE MERGED 2005/09/05 14:19:38 rt 1.72.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4356a81705f7b898a287c16f5c4c98025d198b47]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d058470332c38bfc0bb74009aa243fc6e210d2be]

        INTEGRATION: CWS ooo19126 (1.15.1044); FILE MERGED 2005/09/05 14:19:38 rt 1.15.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [735d80426da3ea9a82d874918b2e1a599fc366e4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:12 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [621739895f3608a7f602bed2629b05371b674779]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:38 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6fb844cc6670eacf5ab41a120a7a19b0bed175f]

        INTEGRATION: CWS ooo19126 (1.9.452); FILE MERGED 2005/09/05 15:05:11 rt 1.9.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b02893c960d0e67434a202a90de52323617760d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [599956281fc027c1a1fbdd9090533de1382e70dd]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:05:10 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af78334fd71b5b91aebe6923a5ca349e1dd89a26]

        INTEGRATION: CWS ooo19126 (1.25.430); FILE MERGED 2005/09/05 14:19:38 rt 1.25.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9565aa5466a0d95ab5017e3da312de41bb36b1c0]

        INTEGRATION: CWS ooo19126 (1.3.906); FILE MERGED 2005/09/05 15:05:10 rt 1.3.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7eab169b04bc24f527aec30a56214713c0f43d83]

        INTEGRATION: CWS ooo19126 (1.22.836); FILE MERGED 2005/09/05 14:19:37 rt 1.22.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1621ab24dea55830ddbec52852121d03623610c9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c048c2691b29e437a4de988608d618e3916df080]

        INTEGRATION: CWS ooo19126 (1.11.430); FILE MERGED 2005/09/05 14:19:37 rt 1.11.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f78ca270f9d893079680a372ea94a7f6b3656e7]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:10 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddd908113d8cd9ab51af711c084158a955ae02e0]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:37 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4063ea8e3d376d7ac7a7747c575bda8e979ca1a4]

        INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 15:05:09 rt 1.2.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2360cd77c86890fd3f427cbc304c5e9388ee503]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76270ab436c1606f41147636bb02745b7e1a69b2]

        INTEGRATION: CWS ooo19126 (1.18.150); FILE MERGED 2005/09/05 14:19:37 rt 1.18.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d6d46e4ba2a011f10387014de56987876128940]

        INTEGRATION: CWS ooo19126 (1.9.72); FILE MERGED 2005/09/05 14:10:10 rt 1.9.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ac86a1f4847dc114abfc8920f4d14c3d82649e4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:09 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b76db32ae7bdf0f4dc7620f23b14da16a48aeb3f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:09 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdafdf275d9e3c410cada8e4eef0ca25238f8ecc]

        INTEGRATION: CWS ooo19126 (1.5.166); FILE MERGED 2005/09/05 15:38:33 rt 1.5.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [986aa78fd63818c28563e3491c951f5e2123329d]

        INTEGRATION: CWS ooo19126 (1.25.214); FILE MERGED 2005/09/05 14:19:36 rt 1.25.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc9bf5854ffcaeaeb9b8054d9fd6ff7b3b1e3d73]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a74ccd97cda9cc797fb6e82124dd8c8d9911d40]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:36 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14e0328e7b9562001ad01c526fa108b1e3360d26]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:08 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f36b20a2c715f486ddc0c7bea0a9ff6d7dc53992]

        INTEGRATION: CWS ooo19126 (1.5.926); FILE MERGED 2005/09/05 15:05:08 rt 1.5.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fcf5833be306d8fb697324e95222a350ec6c86f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa73140c11dfd4099a3a5bf32e94d1d20d8e6661]

        INTEGRATION: CWS ooo19126 (1.21.430); FILE MERGED 2005/09/05 14:19:36 rt 1.21.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba5b0e6316327fb15eee8b26ebb45fb6eef4d082]

        INTEGRATION: CWS ooo19126 (1.3.552); FILE MERGED 2005/09/05 15:05:08 rt 1.3.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [639380f3477abf545d5fbbf88bba156c477439bf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:07 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cd64d2dad9d05e71885a9d79362897e60f8a3df]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:07 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7564074d67f22b753c48b1b2b57c8672fc996fb3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0ea6a8af38848fc269001551084eb76f44e2703]

        INTEGRATION: CWS ooo19126 (1.31.428); FILE MERGED 2005/09/05 14:19:35 rt 1.31.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [373602e4e9a8b9da22d5c8670a538c2b9ee9896f]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:05:07 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd9ba000785b5adad1e59fd9912333986f9313b6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.272); FILE MERGED 2005/09/05 14:10:06 rt 1.1.1.1.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6372a49aa810a3217b95955504acb5b463fe3df]

        INTEGRATION: CWS ooo19126 (1.47.756); FILE MERGED 2005/09/05 14:19:35 rt 1.47.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2800b6ef5d6ff0852b70949ffc465bd52b5ec560]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1265fd16fb9a0fbb7a408e8a0be77460b626ab54]

        INTEGRATION: CWS ooo19126 (1.4.1628); FILE MERGED 2005/09/05 14:19:35 rt 1.4.1628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08225936d8e4b54b081b47e29c90c41ac0e258e6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:06 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21c870ede0904b4c1d47c3f1c6918d1d90d47711]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 14:10:06 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58acc3a7b6e7f30996e8c53e1c38e72ae53f9081]

        INTEGRATION: CWS ooo19126 (1.10.756); FILE MERGED 2005/09/05 14:19:35 rt 1.10.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e60680bee9ecffb5093c16d41af869078709db06]

        INTEGRATION: CWS ooo19126 (1.4.930); FILE MERGED 2005/09/05 15:05:06 rt 1.4.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcb15504f2e540ce45e7e754ddb32dd690dfaed1]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 14:10:05 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73450680635fda7f157dcc67ad51fd9640bd5aff]

        INTEGRATION: CWS ooo19126 (1.11.550); FILE MERGED 2005/09/05 14:19:35 rt 1.11.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6001d72cbb94adf699e1e6ac804d19b9d91b6e88]

        INTEGRATION: CWS ooo19126 (1.9.308); FILE MERGED 2005/09/05 15:05:05 rt 1.9.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4a1430ef0ae89bc2ad4a1d68a881ac63109a923]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72681feae75ce1e86024b4b8869fd0e1bdf5470c]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 14:10:05 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f293e351d3aaf53676e8ab4ec2cc5bcff1501f16]

        INTEGRATION: CWS ooo19126 (1.5.238); FILE MERGED 2005/09/05 14:19:34 rt 1.5.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed1504475e42664b2b0b203806965ed636048f78]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:05:05 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89c6ddd44345b404a95b9868a2868bf8a0bfd3de]

        INTEGRATION: CWS ooo19126 (1.5.550); FILE MERGED 2005/09/05 14:19:34 rt 1.5.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efd291f3f6198930f2937b8626457122d5cc1e51]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:05:05 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d29bedd1c4d76475de8253769ec6c5cc5b0f4517]

        INTEGRATION: CWS ooo19126 (1.5.166); FILE MERGED 2005/09/05 15:38:28 rt 1.5.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d614addb2b9186a77b25aa642bec68c29259e208]

        INTEGRATION: CWS ooo19126 (1.9.238); FILE MERGED 2005/09/05 14:19:34 rt 1.9.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33e741c0b95c363bb406387a850a577ac4c2f00d]

        INTEGRATION: CWS ooo19126 (1.7.906); FILE MERGED 2005/09/05 15:05:04 rt 1.7.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [034e4cc0ba1b4accd0660fc4015a6109815e8a05]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cabfbec562d50ba625b0ae570f94657c966ce819]

        INTEGRATION: CWS ooo19126 (1.8.238); FILE MERGED 2005/09/05 14:19:34 rt 1.8.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f090cde2398300e78bb7e25ce5a19b1c54aa6f46]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:05:04 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d428f5dcbe0405d65a1d0b3c23d0074cf69c05c]

        INTEGRATION: CWS ooo19126 (1.25.836); FILE MERGED 2005/09/05 14:19:33 rt 1.25.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02b131e515b02d6d373c9e0bee799c44d36ee900]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:05:04 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbb444b7def62563346a8df77d991774bca45d72]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d945d4523d78624a15afa2fb79602ab50c18b63]

        INTEGRATION: CWS ooo19126 (1.3.1658); FILE MERGED 2005/09/05 14:19:33 rt 1.3.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e21241bf4fcf929adc23b21e44721d9bd434abd4]

        INTEGRATION: CWS ooo19126 (1.2.526); FILE MERGED 2005/09/05 15:05:03 rt 1.2.526.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63391cbc25d065411fc855d5d90238c05e4bae01]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:19:33 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbfa31a71c526f048457bd531811c412eafb8798]

        INTEGRATION: CWS ooo19126 (1.2.908); FILE MERGED 2005/09/05 15:05:03 rt 1.2.908.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4f64a720839ac8b9a58755f31b6ae42c9bebe56]

        INTEGRATION: CWS ooo19126 (1.11.430); FILE MERGED 2005/09/05 14:19:32 rt 1.11.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c4f6f89359ca0b633c08a0c638688b36068bcc3]

        INTEGRATION: CWS ooo19126 (1.15.368); FILE MERGED 2005/09/05 15:05:02 rt 1.15.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1052babba6917ffbdb3df992f8e28dedc0ab4f1c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [700d8e673e7e1e9cdcbd5dd856d47aad26bf2d34]

        INTEGRATION: CWS ooo19126 (1.40.836); FILE MERGED 2005/09/05 14:19:32 rt 1.40.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba334ea176356dfe85694f48997d2fb82d53b822]

        INTEGRATION: CWS ooo19126 (1.21.154); FILE MERGED 2005/09/05 15:05:02 rt 1.21.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e3b55fca6af90e613750199e731d7745c77a316]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:19:32 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381e0b2763b46b9a54a0ac025131d262aa350089]

        INTEGRATION: CWS ooo19126 (1.26.154); FILE MERGED 2005/09/05 15:05:02 rt 1.26.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9911c799332ee97201e5057997ceb600be5551a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8786f8e64a0e3d96724dbe8a306003b3f41e9706]

        INTEGRATION: CWS ooo19126 (1.6.668); FILE MERGED 2005/09/05 14:19:31 rt 1.6.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27b1122bb0ba2211e8e966e4987be7ab66b64070]

        INTEGRATION: CWS ooo19126 (1.7.774); FILE MERGED 2005/09/05 15:05:01 rt 1.7.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b260584614ca83d6700ba414839fae5445ef7494]

        INTEGRATION: CWS ooo19126 (1.21.596); FILE MERGED 2005/09/05 14:19:31 rt 1.21.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cb61fe50412fd0c915226a5c51561ff26d765cd]

        INTEGRATION: CWS ooo19126 (1.10.452); FILE MERGED 2005/09/05 15:05:01 rt 1.10.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71b81fc7caa3ae41df7e04f7aa6be698ec39e19e]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:23 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8d26f5fe1a9931392f7388fbd3079f4ae13f139]

        INTEGRATION: CWS ooo19126 (1.15.756); FILE MERGED 2005/09/05 14:19:31 rt 1.15.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [449355e5ff49917c920b8251c1f82cab61844a96]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [555df155308f772db2c51bf784d4fdffe8487af6]

        INTEGRATION: CWS ooo19126 (1.8.774); FILE MERGED 2005/09/05 15:05:01 rt 1.8.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1796bbbb54da7392889698e1d75fae9dfc1b7088]

        INTEGRATION: CWS ooo19126 (1.17.756); FILE MERGED 2005/09/05 14:19:30 rt 1.17.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f712a26bb35f76d4a1caffc43de92c5d03965d3a]

        INTEGRATION: CWS ooo19126 (1.5.774); FILE MERGED 2005/09/05 15:05:00 rt 1.5.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a5d29c8ab527e75cbb70f33f0369b5fb64211ae]

        INTEGRATION: CWS ooo19126 (1.9.836); FILE MERGED 2005/09/05 14:19:30 rt 1.9.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8ba6a56ab26638853194d042f1766722a58e24]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28e62836acef9dfe0ae8133862bb5ec373815dcc]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:30 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac3fc9756adc0dcce3c33bdf0ffcd2f8cfb85d29]

        INTEGRATION: CWS ooo19126 (1.7.774); FILE MERGED 2005/09/05 15:05:00 rt 1.7.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc67a89132a5d8f12222c8d450405a79b1a91aaa]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01f9914c3a618ff4b2d8986208c8d1aad334dec9]

        INTEGRATION: CWS ooo19126 (1.9.774); FILE MERGED 2005/09/05 15:05:00 rt 1.9.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e18f4577fe7b97e5d717f3f80b7d5b1b973cf6be]

        INTEGRATION: CWS ooo19126 (1.2.790); FILE MERGED 2005/09/05 14:19:29 rt 1.2.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [298edda468c1dad7de6cbe58c9c0f62f94e726e1]

        INTEGRATION: CWS ooo19126 (1.2.774); FILE MERGED 2005/09/05 15:04:59 rt 1.2.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [918a29bc350effc55487033eb07647517ca6f7cb]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:38:20 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [927587fe55a758158ad660e5410c56232d06f4fe]

        INTEGRATION: CWS ooo19126 (1.35.834); FILE MERGED 2005/09/05 14:19:29 rt 1.35.834.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45f677b6f4eeb9a1f7677e3d52aad006a9fab1df]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:19 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c5451f05ca1eb2bf0a160535f08f3b755065032]

        INTEGRATION: CWS ooo19126 (1.24.452); FILE MERGED 2005/09/05 15:04:59 rt 1.24.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50ddbf42bc68bccdbe5f43402784cd9c42848006]

        INTEGRATION: CWS ooo19126 (1.3.830); FILE MERGED 2005/09/05 14:19:29 rt 1.3.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63782fd03730aaca963276d7b7a71171e3a666d1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f51ff80b0038a498eb85e12cfc53e858c020baf]

        INTEGRATION: CWS ooo19126 (1.3.774); FILE MERGED 2005/09/05 15:04:58 rt 1.3.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffe04d824f72db8e804860bb31b69d2f2540000b]

        INTEGRATION: CWS ooo19126 (1.9.1094); FILE MERGED 2005/09/05 14:19:28 rt 1.9.1094.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93a1b7366821cc6a39769947ebd30b2c2b5419dd]

        INTEGRATION: CWS ooo19126 (1.12.154); FILE MERGED 2005/09/05 15:04:58 rt 1.12.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a682ad8dfee35d3fca3fea50a07bc9b1d92269b2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a9886bab3aa972142bed966f175e88decc7f6b]

        INTEGRATION: CWS ooo19126 (1.5.836); FILE MERGED 2005/09/05 14:19:28 rt 1.5.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [404ab387216496e518c7e45a489f0171b4bc5b44]

        INTEGRATION: CWS ooo19126 (1.20.774); FILE MERGED 2005/09/05 15:04:57 rt 1.20.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06c4ea21b962bba70a63dae2eaffa1df7ce5c653]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:28 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c064076dd273cbd963f236e54c9f9f42349e02ee]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90aacc6fecfde30c8338b21cd7e68bcdd72c57c]

        INTEGRATION: CWS ooo19126 (1.10.452); FILE MERGED 2005/09/05 15:04:57 rt 1.10.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0a31ee7af1d854f4161782b3a428cf73a9e37ae]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:28 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cc6dfc9f095f676006d39c836e6ebbf91161898]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d37ea1d69b7c523b5cd709162f35a1f6df1d6861]

        INTEGRATION: CWS ooo19126 (1.13.774); FILE MERGED 2005/09/05 15:04:57 rt 1.13.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ba2b3c74ae41a4a7a7225941713789f069787e2]

        INTEGRATION: CWS ooo19126 (1.8.900); FILE MERGED 2005/09/05 15:04:56 rt 1.8.900.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cc5e0d1a610185cc8020979806340693641e3dc]

        INTEGRATION: CWS ooo19126 (1.2.1632); FILE MERGED 2005/09/05 14:19:27 rt 1.2.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51f557ccc1ab0c17bfbb0cbcf4debb81a4988855]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bf801adef2f387bebb535c4f410f37a7dbb3f40]

        INTEGRATION: CWS ooo19126 (1.5.520); FILE MERGED 2005/09/05 15:04:55 rt 1.5.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [043d377babbfab4a6fe468ffb798f4b085a27d96]

        INTEGRATION: CWS ooo19126 (1.15.1370); FILE MERGED 2005/09/05 14:19:27 rt 1.15.1370.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [842bc548eb576bc87731654a6857e3b2e42abbc0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:55 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18c26a422e145647539cf1f28c2ff847407dfff8]

        INTEGRATION: CWS ooo19126 (1.26.118); FILE MERGED 2005/09/05 15:04:54 rt 1.26.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5788309fac238fb36d4c31320dac8d73335d8c94]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9becee34219393917c01d6271e5f95ed91d6123e]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:04:54 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f387cd61ef90d6b644952850879628e86404832]

        INTEGRATION: CWS ooo19126 (1.7.214); FILE MERGED 2005/09/05 14:19:27 rt 1.7.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d47582453f633e4fa9b01427487df843b33e4b7]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:14 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cbdb8798525b58467d2f9ccac5673c1abda5049]

        INTEGRATION: CWS ooo19126 (1.4.520); FILE MERGED 2005/09/05 15:04:54 rt 1.4.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02bc56f4288388d677660583b8cfa0669a2cb184]

        INTEGRATION: CWS ooo19126 (1.2.830); FILE MERGED 2005/09/05 14:19:26 rt 1.2.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b98b25c87a7dc07e87cb7c0f1f62325a6c369612]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:38:13 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d91801e8a5669683f3a646e7c98faae825025bd8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:01:59 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6e783bb2cebf4d4b0c380fd3d5e38cbbdcd820d]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 15:04:54 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aea2dcff9befc43a8db3437fa0ecd39e15d05c3e]

        INTEGRATION: CWS ooo19126 (1.8.314); FILE MERGED 2005/09/05 14:19:26 rt 1.8.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [475d78d97cc4ea876b1769a09cc5dfc8c206fa0a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64aad62c4a57d4b540274a50810491f03eb6eea1]

        INTEGRATION: CWS ooo19126 (1.29.836); FILE MERGED 2005/09/05 14:19:26 rt 1.29.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [956d3f368311bbc1735268d7a57060cd7370d5c1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [766b2f79fb50be97e111498a0504e27a4eefa77b]

        INTEGRATION: CWS ooo19126 (1.3.1038); FILE MERGED 2005/09/05 14:19:26 rt 1.3.1038.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8948d8b29a87efb515de8aaae5cef5d8f4dd2ecd]

        INTEGRATION: CWS ooo19126 (1.5.208); FILE MERGED 2005/09/05 15:04:52 rt 1.5.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ee353112888b7467699d4329d7195b5e0b07b11]

        INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 13:01:58 rt 1.2.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce0c6f5ba54428e4db969cb9a1edb6684f5014b9]

        INTEGRATION: CWS ooo19126 (1.4.1634); FILE MERGED 2005/09/05 14:19:26 rt 1.4.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [378ec05e9c2a0fae916976bed10abf02cf711714]

        INTEGRATION: CWS ooo19126 (1.2.520); FILE MERGED 2005/09/05 15:04:51 rt 1.2.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c41ebcfc93f4929bc57241670dcf097a97fd7afb]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 13:01:58 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cf7ee9ceca4309981f0aeb463b33e916e0aa47a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [365b24bb8878b77ee7b27944988caf02b8986dba]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:19:25 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ff8718c3766bcb208dcda44b56e1f8f20f6039d]

        INTEGRATION: CWS ooo19126 (1.11.452); FILE MERGED 2005/09/05 15:04:51 rt 1.11.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5db4c9db03936ef26dde6c6748493610289bdd59]

        INTEGRATION: CWS ooo19126 (1.7.252); FILE MERGED 2005/09/05 14:19:25 rt 1.7.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f54e92f9aab4b5b68bddb0af075111714a65374d]

        INTEGRATION: CWS ooo19126 (1.45.118); FILE MERGED 2005/09/05 15:04:50 rt 1.45.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d707e66d771a5b4c1929c2bb455594132f989a1]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 13:01:57 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e78cb5737b1b6c9b6ad8660ffbc85e6cc797ce0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56931227b203ba360bf9e50f97915c96b2ed33d6]

        INTEGRATION: CWS ooo19126 (1.4.396); FILE MERGED 2005/09/05 14:19:25 rt 1.4.396.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [379f29fee25c094ad99c0b40ff8528e03888c9bf]

        INTEGRATION: CWS ooo19126 (1.2.904); FILE MERGED 2005/09/05 15:04:50 rt 1.2.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fb417153ab9d210f1bdc308deea505f95020f56]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 13:01:57 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04e3dc71dc4070d671393fa2af6e3b513c25e22c]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 14:19:25 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a56f78258598da376f73107e045c94128b3e18c]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 15:04:50 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3312b1eb88f37c662de78c36e6220920ea887663]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:01:54 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9e2bb2bf160f2d5b5f9f8faa2005d0d58ef5249]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbc90bffa95aa1c669cb3905db31f43a1ebfe86a]

        INTEGRATION: CWS ooo19126 (1.3.214); FILE MERGED 2005/09/05 14:19:24 rt 1.3.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba5a35953631531a410417a4d3e3253071892d26]

        INTEGRATION: CWS ooo19126 (1.31.118); FILE MERGED 2005/09/05 15:04:50 rt 1.31.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15b1a0ddc2f7fd1acc9c7e4df8feb9abdd78aac3]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:01:54 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [744137b8412eb799759d5b44cac160a187444d75]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 15:38:08 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b81be0dfb48c34a66caa7d01ffbe4abdb3cccb96]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:24 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ea96833bf7271b4139b17bc05b3ceef54a95afe]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:49 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b6f956adfb7cbd470f10aa54160642353f7ac0f]

        INTEGRATION: CWS ooo19126 (1.7.504); FILE MERGED 2005/09/05 13:01:54 rt 1.7.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca2e9770b463c3a3a2e2ba2507518df8aaf15cd6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e153cba4b1cc0b3634dc2ff0caea127565aa563]

        INTEGRATION: CWS ooo19126 (1.8.456); FILE MERGED 2005/09/05 15:04:49 rt 1.8.456.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ab51e04614b458e1ec311553ca0436dca916917]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 13:01:53 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92dd85f853b36877f4ce1936b3b63e12e8b47745]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e774901017fe5a8181fb99b69178ee952828e650]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:19:24 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e994651b12a97a783911246a865d1a98b98163c1]

        INTEGRATION: CWS ooo19126 (1.3.536); FILE MERGED 2005/09/05 15:04:48 rt 1.3.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f28b46125d63d496094049723c8255a7e434c116]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:53 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c36243cc8762f69341455bd746d675fab7b2869e]

        INTEGRATION: CWS ooo19126 (1.7.1478); FILE MERGED 2005/09/05 14:19:24 rt 1.7.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41b7ee010256e2ba67c8619543e897e19bdfa574]

        INTEGRATION: CWS ooo19126 (1.63.354); FILE MERGED 2005/09/05 15:04:47 rt 1.63.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff42f830fb9546d39c29e486d0d315ba92197665]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [735a775de333d06eb979cae3c428b69322c334dd]

        INTEGRATION: CWS ooo19126 (1.8.836); FILE MERGED 2005/09/05 14:19:23 rt 1.8.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16793ba67492fa19a1be5a02f0078a6fddf2ea59]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:04:47 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7ed1258d65832b744d90f28ab44f130af3694ff]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 13:01:52 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87cad0ceedc6ca74f6056784af0b6367311d29b0]

        INTEGRATION: CWS ooo19126 (1.7.176); FILE MERGED 2005/09/05 15:04:47 rt 1.7.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a103ae17ea6c60b4c850fff499b61c8ed9752ab9]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:23 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [115880ef83bd0f0672cfc76e1be2622ebcd54086]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 15:38:06 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7664a912f382fa15eadfcf308a2bc71a96892532]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:19:23 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d3c14545559b55e7f92916290b313f3364a7c42]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:51 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [837684f366880095259b7507586438d4e10864e6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fbf06f1095a2136a0199d3e919551b5b0cba2a1]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:19:23 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b35f6cff764d6d7ee511366d0bc4358c28d4492]

        INTEGRATION: CWS ooo19126 (1.5.392); FILE MERGED 2005/09/05 15:04:45 rt 1.5.392.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89fa25766a34399367f9ca7e6d97d1159f8cd5f9]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 13:01:51 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b32f5971eb32653711c5cb871cb79740271adc0]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:38:05 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83409d433a34b12c18b41057cc9fa6eebc5f2887]

        INTEGRATION: CWS ooo19126 (1.15.430); FILE MERGED 2005/09/05 14:19:23 rt 1.15.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c94e798891412f98484f47597605461133b07d44]

        INTEGRATION: CWS ooo19126 (1.3.326); FILE MERGED 2005/09/05 13:01:50 rt 1.3.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f863fb50de4245c0f8f5e1f576e7ec8d4b0fac7]

        INTEGRATION: CWS ooo19126 (1.8.144); FILE MERGED 2005/09/05 15:04:45 rt 1.8.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1025c5a5fe5f322baa67256100e6b07962aa0f2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [049e103b3c83dd8a8322887851afaab2253bb298]

        INTEGRATION: CWS ooo19126 (1.21.420); FILE MERGED 2005/09/05 14:19:22 rt 1.21.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7275546f10b132d6a15ae52fac1b9dbd56b3978c]

        INTEGRATION: CWS ooo19126 (1.3.798); FILE MERGED 2005/09/05 15:04:45 rt 1.3.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8776704a938cf0b89d42d4ce0289a230b7f880e9]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 15:38:04 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8546dc7d3f6743a83a4dc7edf6e3aead441cc1e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:48 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8330ce38e67b582535c7e83895e1d7bb2d565005]

        INTEGRATION: CWS ooo19126 (1.20.144); FILE MERGED 2005/09/05 15:04:45 rt 1.20.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f9639a54f4dc69d7343a0209bdc45e3f9bc5933]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:19:22 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10fa4de585d243bc18c991bba5337115aeb15c01]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 15:38:03 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca36b6c126006d6c615ca040a9bbe18f662013ca]

        INTEGRATION: CWS ooo19126 (1.24.596); FILE MERGED 2005/09/05 14:19:22 rt 1.24.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bcb114654798bdcca8106f6c9d642d9f15057f2]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 15:04:44 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8402197759123ce62309f48f36fa720667015d6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:03 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb74fb704ed643386c2c327658907f858d98631a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:47 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7eccb734b6e4771517bec96668d56ca7738139d]

        INTEGRATION: CWS ooo19126 (1.9.790); FILE MERGED 2005/09/05 14:19:21 rt 1.9.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39692cb40a7e6df49130c275f20e0c0bf31463a3]

        INTEGRATION: CWS ooo19126 (1.10.214); FILE MERGED 2005/09/05 15:04:44 rt 1.10.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fbf73962f5e4c9333bc9accc573310f60cca56d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:38:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ea0f1439cf8df1ac0ab1d566b1c3a36cb54c12c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:46 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa484430603ea699697f4775194ff52f0c8a85dc]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:19:21 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12d55e11835e21236d4f44a569395a7a9bec7960]

        INTEGRATION: CWS ooo19126 (1.8.240); FILE MERGED 2005/09/05 15:04:44 rt 1.8.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c13b7f26c771b13539ebd8336cb8116396f85bd]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:38:02 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1f204a20436a34950207b610d7d6e93bdc263f5]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:46 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddfa845a8f6d7e75decdebcff5d53f6009a28fd3]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 14:19:21 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [467aeaa2146e18ed9ec19aecdd8167ef3d2b0989]

        INTEGRATION: CWS ooo19126 (1.4.904); FILE MERGED 2005/09/05 15:04:44 rt 1.4.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26c8d857351bf3fabeffd6c7d4d89486521a3808]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 15:38:01 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55fdd9434dd50d8464a2589093fec6b4609fc6d7]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:45 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [949b3fff8c3ba1479c941ace94ec9eefc95dd9c6]

        INTEGRATION: CWS ooo19126 (1.19.120); FILE MERGED 2005/09/05 15:04:43 rt 1.19.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e71aeab7b2b1981328a0afa1a2bb3a9f908ef946]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 15:38:00 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61cda991782213639e812eb13e5454b160947ae7]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:45 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbc98405919f89da042f27d55b23d9f816a46eeb]

        INTEGRATION: CWS ooo19126 (1.6.234); FILE MERGED 2005/09/05 15:04:43 rt 1.6.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fceef7c15dd6847ab22f07483190df2dd7c03901]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:21 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f3f3009e6665849d98f076b54d7cc4bee4435af]

        INTEGRATION: CWS ooo19126 (1.14.146); FILE MERGED 2005/09/05 15:04:43 rt 1.14.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [022638ffccbe9954616eadbaff0acc4b8423d094]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:20 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ace56df3561e455a6027a20a4871bbfd1e1385d]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 15:37:59 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb3467babdd7a28b91095fa3b479990001fc1779]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:44 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c87bf3e87437a2f2b7174db54beeb1b7bc8e5702]

        INTEGRATION: CWS ooo19126 (1.5.904); FILE MERGED 2005/09/05 15:04:42 rt 1.5.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52dd7ed7b5115012f43452df3cac900853432c10]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:20 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a9f4eadb06b1de2abb8c15c1372f49f9c34a47f]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:44 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4928a23ae4c0fd3d56ea3d11737b97a04125da45]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:19:20 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [283c9857f77a6ff02453bdab1723d8e15d48271f]

        INTEGRATION: CWS ooo19126 (1.5.394); FILE MERGED 2005/09/05 15:04:42 rt 1.5.394.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0acf871af8cfc1e9dcaaec9f1bec78e62b4bf16a]

        INTEGRATION: CWS ooo19126 (1.8.394); FILE MERGED 2005/09/05 15:04:42 rt 1.8.394.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbe78d3573692dcfa22a179d1aaeff691ac6e4ce]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 15:37:58 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62a1a8a9384422271b0ae738353e20cfd63f2f13]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:43 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2aa80dd55bddc64b9708e5d0140f4304b34df3e]

        INTEGRATION: CWS ooo19126 (1.3.486); FILE MERGED 2005/09/05 14:19:20 rt 1.3.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a59f28cd728577e2e7713501c9733490d44a0c5]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/05 15:04:41 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [175f5022f9b9c41d60e931b7443f3d8b143a7314]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 15:37:57 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f2827aba6ea9d4500989635fc6a9374048ec310]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:43 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74f76469f2f6447a72059a102ee023bc02551e0e]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:19 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3da17a93c1774140d1d0a855bc7e20e6660d4d47]

        INTEGRATION: CWS ooo19126 (1.7.114); FILE MERGED 2005/09/05 15:04:41 rt 1.7.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67e19ec93c389b542a124ff765f8e006e9c503b5]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:57 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd9a6d6b7ebe3a95e4827b742010151e7aabbf67]

        INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 13:01:42 rt 1.5.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b6052a01c327b41a0fae7a686ed0c1e442c201]

        INTEGRATION: CWS ooo19126 (1.6.226); FILE MERGED 2005/09/05 14:19:19 rt 1.6.226.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c139cd33ad195eb6d367e4551a4fbf8e4c653c6]

        INTEGRATION: CWS ooo19126 (1.5.564); FILE MERGED 2005/09/05 15:04:41 rt 1.5.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0171c024673d61691b37c8e9bc327ed49b8f1c7e]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 15:37:56 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d71c89164e80cd791fd25ea3ab7ef87e9767cf1a]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:42 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6289825225c5d984ce562b17237d40a7c171bab2]

        INTEGRATION: CWS ooo19126 (1.12.324); FILE MERGED 2005/09/05 15:04:41 rt 1.12.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adfb1f98817be9f6628d92d836e562905b3ec127]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:19 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3c885901b499f7a77c46bbac13f6fe14067c3d4]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 15:37:56 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6bce8f68adc8659e0d289428b5f7d9544d36cda]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:41 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0695133eb2b3b4c6937c04610347d1a6a860416e]

        INTEGRATION: CWS ooo19126 (1.10.326); FILE MERGED 2005/09/05 15:04:40 rt 1.10.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f8bd9f1666552a206c8427aa6cba3560af96139]

        INTEGRATION: CWS ooo19126 (1.4.754); FILE MERGED 2005/09/05 14:19:19 rt 1.4.754.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80eb0be26bb9d718cb1b23e865087c4a6d30f9f4]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:37:55 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e0a283c71046f8012d45acda912e2548de3bb4b]

        INTEGRATION: CWS ooo19126 (1.23.242); FILE MERGED 2005/09/05 15:04:40 rt 1.23.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ea892e0069ff03beb34fd151dffebc1b8aaab2b]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 14:19:19 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [455ef3d842c872a20fbd42324522515e9a8ae660]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 13:01:40 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06de1b0abdd948cb125e811596232e6125ed6e06]

        INTEGRATION: CWS ooo19126 (1.23.154); FILE MERGED 2005/09/05 15:04:39 rt 1.23.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2a17a54483bf7e190e2f4e4108f4928f7fb49ca]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:19:18 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9214681fa91c6b03acea3189ae5fdc26009e5b29]

        INTEGRATION: CWS ooo19126 (1.11.222); FILE MERGED 2005/09/05 13:01:40 rt 1.11.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4afba9de4bd0ca681931c9902873c93f1d031613]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:54 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09f91e12556d05ecdaf4b71a5b39efcac359e2ff]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 15:04:39 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4cd20aa2b517ff7334176000ae7fabe1821eb35c]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:19:18 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da8f436ec920474eae75884287dc4ee5958089ad]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:37:54 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c2f37c22ed154a12e01c3ce515e43254a864055]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 13:01:39 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8517d0202b2d567d4962d54b79643fb53427fc0]

        INTEGRATION: CWS ooo19126 (1.23.114); FILE MERGED 2005/09/05 15:04:39 rt 1.23.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [263803b77e632acd836a33f77637eb9e8ee035c9]

        INTEGRATION: CWS ooo19126 (1.2.912); FILE MERGED 2005/09/05 14:19:18 rt 1.2.912.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12a58e11837d6cb2e3cc81df4d4a1fb4d75679de]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:53 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb5f0314a718fa8e1abf6be83caa47b27c650e35]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:01:39 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6aa965312c247d610921d081dbf52d066493c7be]

        INTEGRATION: CWS ooo19126 (1.4.394); FILE MERGED 2005/09/05 15:04:38 rt 1.4.394.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [609d742d7032d8a13f6b7e2679959fb3b918ef28]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:18 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1cd483fae67ca3fe9a3536e7f42a6d07dfb0384]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [603abdb99f8975a3589b1306c7b4ef34592de197]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 13:01:38 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dac046f269223cf3aee3f9cfd9287fcc5f5d9b61]

        INTEGRATION: CWS ooo19126 (1.16.174); FILE MERGED 2005/09/05 15:04:38 rt 1.16.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21a3c32d7bbf496133a20bcc634f17e2a0211a61]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:18 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e45a9e13204af364b465ad9976d6e7e357a3601a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b612ca5491c869ade7e9d1167f2a13f07f45b7f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:38 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f41414e2ba68ff7b20c77a5bdfc755e73369a05]

        INTEGRATION: CWS ooo19126 (1.6.328); FILE MERGED 2005/09/05 15:04:38 rt 1.6.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e10825c7e980863b55be4e5e5e7e438046f5cbfe]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:17 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cdbd664597f866347bd3a4f2a36c6415c765708]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:37 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [177f4dd96c2b9deacb2f4e3770e80835f3c749a1]

        INTEGRATION: CWS ooo19126 (1.3.536); FILE MERGED 2005/09/05 15:04:37 rt 1.3.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67efa01b9f1a3a1ab4a7ef26a9fb9716d120620a]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:37 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [208ae3142abab2a839010dff59c27dbc4c7cbff2]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:50 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1683e753612862c9623806c42dcf6b999178716]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:17 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af41cb208b7b04ae11a193f8acdfcdb918a4169e]

        INTEGRATION: CWS ooo19126 (1.26.434); FILE MERGED 2005/09/05 15:04:37 rt 1.26.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfb24e1b161c3e3fda367573b5ad62563b230568]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 13:01:36 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c56a4c593c2ce2440d21ce0ac79aa9d619b854f]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:04:37 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cfeaf9271e15597216a0b00ad8a4b2c5524cedb]

        INTEGRATION: CWS ooo19126 (1.10.68); FILE MERGED 2005/09/05 13:01:36 rt 1.10.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfca4e8e7a74145882ae8885fa7cfa36c88dc12a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a188bf122e855d352dbe9157d76cea72b486ccd9]

        INTEGRATION: CWS ooo19126 (1.4.262); FILE MERGED 2005/09/05 14:19:17 rt 1.4.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b33a08903977ec95878c3e89978ff90dd704e12]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:36 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d16666945e4458b04314d77c679b33f89451bb73]

        INTEGRATION: CWS ooo19126 (1.13.222); FILE MERGED 2005/09/05 13:01:35 rt 1.13.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71ae020838fe6623829ee80c959ec08c105fdea6]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 14:19:17 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57af24171f551be4236a31f7de7b5929063cd9f6]

        INTEGRATION: CWS ooo19126 (1.21.146); FILE MERGED 2005/09/05 15:04:36 rt 1.21.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13121db4dbe89da5158008116352db25ee97d5f5]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:48 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42295d34bb117701aafff78cd32053d423a3f6c0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:35 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed0fa63d799b79120808795ccf0d9c73eb37f029]

        INTEGRATION: CWS ooo19126 (1.3.444); FILE MERGED 2005/09/05 14:19:16 rt 1.3.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05a02c1d71ecdb91e60a129b390dac403b297be5]

        INTEGRATION: CWS ooo19126 (1.3.752); FILE MERGED 2005/09/05 15:04:36 rt 1.3.752.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b3a03cad75278931d3d9178ecb7f542090ea1d1]

        INTEGRATION: CWS ooo19126 (1.6.68); FILE MERGED 2005/09/05 13:01:34 rt 1.6.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e542beea3dae22870413436bcb2a961286ed969]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:47 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3fc14d238652a2021c83eabdf5466a6f6048360]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:19:16 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [983af739692b00006109698e566d3f8e990c4a54]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:04:36 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4ccff28f3f5ac3117c4f9db3a9ab4e7589c6df3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8c03aa14935a92e17665251bcc97bebbf1cd78f]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 13:01:34 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65933892ae9ef563534e7c4848c98e1c8dcc3714]

        INTEGRATION: CWS ooo19126 (1.2.926); FILE MERGED 2005/09/05 15:04:35 rt 1.2.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc86b7c4795a78bd3e77a0fdec0ef3ee425bfdea]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b0ff9ec4cf86c0db6ad590cc1d606c71762b9f6]

        INTEGRATION: CWS ooo19126 (1.8.68); FILE MERGED 2005/09/05 13:01:33 rt 1.8.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81aa109ee26f1abc1b1452b254892f77a2fa0dee]

        INTEGRATION: CWS ooo19126 (1.4.280); FILE MERGED 2005/09/05 14:19:16 rt 1.4.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7dc648ce3996fdb994bcef61faec4e58876780c4]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:04:35 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ffd85d51cc95d049d37a579ec3a82360f751a8e]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:01:33 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1e75a6f4ac008515f14946ec12a9c70a1244a90]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:16 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5aef01d39430447f2ea39520bdd0b379f37c30d1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb48b2b19a30f82d81b4f0af3f397a91a1a94508]

        INTEGRATION: CWS ooo19126 (1.9.308); FILE MERGED 2005/09/05 13:01:33 rt 1.9.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4d6c4b5a5add6b21ce5c15b3980cc065ff2b0c3]

        INTEGRATION: CWS ooo19126 (1.43.256); FILE MERGED 2005/09/05 14:19:15 rt 1.43.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3db844860764663b9b1a20ab7de6a1db99848445]

        INTEGRATION: CWS ooo19126 (1.6.460); FILE MERGED 2005/09/05 15:04:34 rt 1.6.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ba2f8204343c58d04b6ff662f3b10d6029c5aa6]

        INTEGRATION: CWS ooo19126 (1.3.474); FILE MERGED 2005/09/05 13:01:32 rt 1.3.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [072c8cdccb0bf2cf7d49c913b61b4f4e87e03c3d]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:19:15 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c22f041b4909dd371e8cd96d156dafe4702c7a23]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10b96f2810def2931b02f50c267697bb54227e2d]

        INTEGRATION: CWS ooo19126 (1.2.474); FILE MERGED 2005/09/05 13:01:32 rt 1.2.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b14678140de8603be9f55faeb3b6a6117930911]

        INTEGRATION: CWS ooo19126 (1.9.1448); FILE MERGED 2005/09/05 14:19:15 rt 1.9.1448.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31e93b46a2753d9b4f33c083757c092b14896695]

        INTEGRATION: CWS ooo19126 (1.31.194); FILE MERGED 2005/09/05 15:04:34 rt 1.31.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa0a23e45caeff2369d0cddf1bbcfbbc4bb0fba6]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 13:01:30 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77bb3f0cfc752d314f60c96d1fdcfdcb1477c749]

        INTEGRATION: CWS ooo19126 (1.2.1072); FILE MERGED 2005/09/05 14:19:15 rt 1.2.1072.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a0ac9c184efa22f1a28ae719146e6610ceed332]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:33 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2295d27f771187de72bca375f9705c9e5839a36]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [baa5946dbc224a51d60a1cdd7a04d55174f4f163]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:01:29 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e803ab8d190b5622af7bb5ae9a3cef2fd4b0fda]

        INTEGRATION: CWS ooo19126 (1.6.404); FILE MERGED 2005/09/05 14:19:15 rt 1.6.404.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2701ad8ee5827c6a62cf193eca7b9684d150b16]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:04:33 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3358328b612f3244514ff96b6be32678fbae048]

        INTEGRATION: CWS ooo19126 (1.2.588); FILE MERGED 2005/09/05 13:01:29 rt 1.2.588.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e1c0921c08a01727ed97f13fb3eb46e67942d71]

        INTEGRATION: CWS ooo19126 (1.3.1634); FILE MERGED 2005/09/05 14:19:14 rt 1.3.1634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5da650f8730e284a95ebb6c4bcfe9fcd0bdc3d72]

        INTEGRATION: CWS ooo19126 (1.18.128); FILE MERGED 2005/09/05 15:04:33 rt 1.18.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77bb71ef955fab9a9bcfefd904a73147b4bdc9a7]

        INTEGRATION: CWS ooo19126 (1.2.560); FILE MERGED 2005/09/05 13:01:29 rt 1.2.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67fd00185b1878bae9c1e7bc3640fb29fc92d876]

        INTEGRATION: CWS ooo19126 (1.35.836); FILE MERGED 2005/09/05 14:19:14 rt 1.35.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0cac876bc0f846a7107f5713197e6dfa366591d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:32 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b205bc131b02ea571aa0a02312e1b5d9944a49]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8de87f5854d82d11981f576506c6cc2ff7e11b3a]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:01:28 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6329b981f6886b89859eda091d66beba842ba7e]

        INTEGRATION: CWS ooo19126 (1.3.830); FILE MERGED 2005/09/05 14:19:14 rt 1.3.830.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e74e665cb28b26ca7d5d5d2cfda397f0f6b802a]

        INTEGRATION: CWS ooo19126 (1.14.326); FILE MERGED 2005/09/05 15:04:32 rt 1.14.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [665e54937e46865fd186a6cb38f42a5256b7b894]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:41 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6243ab275b1b64bbcc7c0b7a601ed8de7e25421b]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:14 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e06f5249abebb814250fdf9c41aaeadefc57d479]

        INTEGRATION: CWS ooo19126 (1.14.328); FILE MERGED 2005/09/05 15:04:32 rt 1.14.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ff46cd203a673ee366d96d6c5254e44a05fd30e]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:40 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be3fa5d185b241e14d9f8451a9afccf2db435f38]

        INTEGRATION: CWS ooo19126 (1.4.308); FILE MERGED 2005/09/05 13:01:28 rt 1.4.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f057cabcc904f92614cffdd594c271c89c64824c]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:14 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d6fc8f92e21d18a414299a784373a07b33ca22c]

        INTEGRATION: CWS ooo19126 (1.43.100); FILE MERGED 2005/09/05 15:04:31 rt 1.43.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdb20cabe5941e281710268273b39ee72e163c35]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27bbcde588b28fbe85e036f4e24b393682348fac]

        INTEGRATION: CWS ooo19126 (1.5.308); FILE MERGED 2005/09/05 13:01:27 rt 1.5.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [010c592d60d9eb5b05cc49e69cece48578c44f66]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 14:19:13 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c61b43ace0b7a7b1b2b8d3c4ae7d2e171c3a592]

        INTEGRATION: CWS ooo19126 (1.22.154); FILE MERGED 2005/09/05 15:04:31 rt 1.22.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f389245c598a49ccf7dbfc3fba7dcc7f7564616c]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:01:27 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82a2d32744140d822bc6dc317f207d4cf7cdf10f]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:39 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a781219830a2ffbc37bd4eafcbfac9a1932168c]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:19:13 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0221d81ce9ce8fe765d47b64097f23d81d4aa27]

        INTEGRATION: CWS ooo19126 (1.16.326); FILE MERGED 2005/09/05 15:04:30 rt 1.16.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0305af60d92ad6e6eadf61d1e86060446f39839c]

        INTEGRATION: CWS ooo19126 (1.4.308); FILE MERGED 2005/09/05 13:01:27 rt 1.4.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3091b4ca47f5ebd6d8030b88c189705476f232b7]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:13 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a651834332baae6c4ef49de29f1d4bf35eb73b9c]

        INTEGRATION: CWS ooo19126 (1.80.114); FILE MERGED 2005/09/05 15:04:30 rt 1.80.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62ac7f6b83b36a4ac9915fbcdf6b027c501faff8]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 13:01:27 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d21db5d1924359697435c5c925faea40397609d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fac031130fc8fb798dcf78132478801805968922]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:19:13 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [578ddac17472f9eac10178fa4fcc4d43ef805927]

        INTEGRATION: CWS ooo19126 (1.53.128); FILE MERGED 2005/09/05 15:04:29 rt 1.53.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc7af8a9811c525ad4d1ca3bfc4630c500c75549]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:22 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9ad83d4243b699d479d4ea83df9228cff390aa0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:21 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c7aac60cc64972d4a15fd72ca6ed6f813c5b069]

        INTEGRATION: CWS ooo19126 (1.18.326); FILE MERGED 2005/09/05 15:04:29 rt 1.18.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a75e7b1a1e705051cc0ede86b5a7c6b127bf7c]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:37 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a31180596e1b277553fc4718ae819147e1ad4c72]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:12 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0a0684dd26729ca2f82d7e2433958ba7f3dacef]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89b5aabd598da84dc542126b711d3098509ae0be]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:20 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [068687c4506a036ef02dcc075fd37cddf54742c6]

        INTEGRATION: CWS ooo19126 (1.12.376); FILE MERGED 2005/09/05 15:04:28 rt 1.12.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70d80ba37f3bb98747d7c2c42540d32894c43e03]

        INTEGRATION: CWS ooo19126 (1.29.836); FILE MERGED 2005/09/05 14:19:12 rt 1.29.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0c2a66320b6d856df9054d5e4b9437b00cb119b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eab62a3ddeecd46ba75156725eb093de0abb0231]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:28 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8ed829f78e79d0f684e1c021602c68db14564a6]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:12 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96bf329432fb3e6b615c1026754470f6f3ee89c5]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:36 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6cfb606d9c59a11563b461fef5cea5cbaeac45b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.602); FILE MERGED 2005/09/05 13:01:19 rt 1.1.1.1.602.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7797c7410670b547c6a22782cdae869bfa632a0]

        INTEGRATION: CWS ooo19126 (1.19.326); FILE MERGED 2005/09/05 15:04:28 rt 1.19.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [092a3898a6b7972ab06fe48cbc076a6a1ac54add]

        INTEGRATION: CWS ooo19126 (1.9.430); FILE MERGED 2005/09/05 14:19:12 rt 1.9.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcc5bd686369aacb682b72bc21ac538f01ef83da]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4c889d9b3704965467a755fbbb5e02dbbfd57aa]

        INTEGRATION: CWS ooo19126 (1.2.594); FILE MERGED 2005/09/05 13:01:19 rt 1.2.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a78e70b01070ed52718f025fdc9a3375c8d3cf1d]

        INTEGRATION: CWS ooo19126 (1.41.434); FILE MERGED 2005/09/05 15:04:27 rt 1.41.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ea4fc22919027717f86ede4edf6ce5ff3c9f456]

        INTEGRATION: CWS ooo19126 (1.6.596); FILE MERGED 2005/09/05 14:19:12 rt 1.6.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cebca83f0a293f9ad841416799abdb44e3360d21]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab392a4e927f9735372310771c74d7b2fb0121ef]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:01:18 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57765ef311a5f77bfa8701b9e734b133f68b75fc]

        INTEGRATION: CWS ooo19126 (1.13.346); FILE MERGED 2005/09/05 15:04:27 rt 1.13.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbbd50656cec750a7a56e67f478148819b16744b]

        INTEGRATION: CWS ooo19126 (1.11.550); FILE MERGED 2005/09/05 14:19:11 rt 1.11.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2003e665ac2ae26d5aadb988b0344d7d7c08d7f]

        INTEGRATION: CWS ooo19126 (1.3.210); FILE MERGED 2005/09/05 13:01:16 rt 1.3.210.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d67fc7736cecf85ad408a44cdcdf05df37b4e83]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:04:26 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1205688f29b9c2033b430f2bf5abca2916bcd334]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:19:11 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6941ff1e46e649b6704cfacf5187f4f4112b9db]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c209ae9eb36c26308f99bde9918de4c2f5bd0c26]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:01:16 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d26f965186026800c63adec669167994160f64e3]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 15:04:26 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1317077f858f6edd4c5df9653769e15927138bc]

        INTEGRATION: CWS ooo19126 (1.4.702); FILE MERGED 2005/09/05 14:19:11 rt 1.4.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [788d5a6ea82e21e52ee9bccacb62f5afb132f25b]

        INTEGRATION: CWS ooo19126 (1.6.68); FILE MERGED 2005/09/05 13:01:15 rt 1.6.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f6395a0d214b2267fce205cdec1f26858ffdb9c]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:26 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf37f7cb9ba5d72148335693a60eab0b16606ff0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5ef70f5822faba2eaae3049c65613a015851561]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:01:14 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e2830a22d0f8962934e79830755f464f2eb2bd8]

        INTEGRATION: CWS ooo19126 (1.9.376); FILE MERGED 2005/09/05 15:04:25 rt 1.9.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7df394bd458d60382e38cab83cb1ffd3aeb05a9]

        INTEGRATION: CWS ooo19126 (1.5.284); FILE MERGED 2005/09/05 13:01:14 rt 1.5.284.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [523060a4f3e0f0ee836802d4ee25a367b368fb93]

        INTEGRATION: CWS ooo19126 (1.5.1628); FILE MERGED 2005/09/05 14:19:10 rt 1.5.1628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41d6c3cb9e8d24a228131de158e97fa7bb36b57a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [290a35b0f8dfdd5f09bd998b415e85098136588e]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:25 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2168a367d925f586a8d89ae0827124c3425e8f76]

        INTEGRATION: CWS ooo19126 (1.3.594); FILE MERGED 2005/09/05 13:01:13 rt 1.3.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eac0ba0550d00ac28d7be4ad7c045212f97f6f97]

        INTEGRATION: CWS ooo19126 (1.52.836); FILE MERGED 2005/09/05 14:19:10 rt 1.52.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e100b6be7956f690dadb8a8c84492bab252fb4b2]

        INTEGRATION: CWS ooo19126 (1.6.308); FILE MERGED 2005/09/05 15:04:25 rt 1.6.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6407ebc1872a9e9a7b3cfe269fe771ba1f89dfe4]

        INTEGRATION: CWS ooo19126 (1.2.580); FILE MERGED 2005/09/05 13:01:13 rt 1.2.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73ff73b697bf910c9d5719f1e816fda166b20924]

        INTEGRATION: CWS ooo19126 (1.2.1672); FILE MERGED 2005/09/05 14:19:09 rt 1.2.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fecd49a289badda2e969fbed269e0e4c29c57af]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b9b2eda9be0fff3cca75c2a1382206bea000a8b]

        INTEGRATION: CWS ooo19126 (1.40.192); FILE MERGED 2005/09/05 15:04:24 rt 1.40.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69b5e2990a06246aecee1463db3ad94f5c4aca53]

        INTEGRATION: CWS ooo19126 (1.5.284); FILE MERGED 2005/09/05 13:01:13 rt 1.5.284.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ad1c18fffa900c5da77b0ee640323e6073fee80]

        INTEGRATION: CWS ooo19126 (1.33.792); FILE MERGED 2005/09/05 14:19:09 rt 1.33.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70f599d9714b759ff8d36ed71faa0f81463e0590]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 15:04:24 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cb90d8f35da31fea526e4d4473d2780e04f46eb]

        INTEGRATION: CWS ooo19126 (1.4.214); FILE MERGED 2005/09/05 13:01:12 rt 1.4.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1757fefc89458239820c932b905642946167cc48]

        INTEGRATION: CWS ooo19126 (1.71.836); FILE MERGED 2005/09/05 14:19:08 rt 1.71.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba896c5635e0c657b55311ba414f7bb044bff3bf]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9368728dfa7f3c23971c94fc5e1f3ec5e5450a1]

        INTEGRATION: CWS ooo19126 (1.10.346); FILE MERGED 2005/09/05 15:04:24 rt 1.10.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44409913d0484d4f315198285eafe26ce4fe2515]

        INTEGRATION: CWS ooo19126 (1.2.594); FILE MERGED 2005/09/05 13:01:05 rt 1.2.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66df5f6a3ed9977c336b366cd118f97da5102dc2]

        INTEGRATION: CWS ooo19126 (1.2.896); FILE MERGED 2005/09/05 14:19:08 rt 1.2.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f77f3271c274bd280b6703c4b74561771e0ae6f7]

        INTEGRATION: CWS ooo19126 (1.19.176); FILE MERGED 2005/09/05 15:04:23 rt 1.19.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e191b2435018763b1f04cc0cf20e41412baf5af]

        INTEGRATION: CWS ooo19126 (1.7.336); FILE MERGED 2005/09/05 13:01:05 rt 1.7.336.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6a49aa2560e26af13b177ac50aee691cf2d7718]

        INTEGRATION: CWS ooo19126 (1.13.996); FILE MERGED 2005/09/05 14:19:08 rt 1.13.996.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1814c65be44c1fdaca790fd80c7ce543eeb25bc9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d982ffbe996adb52863d04df38080a5ff03d9541]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:04:23 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f7a7be75b229b7573efc2edd338dc440f19993d]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 13:01:04 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa4d0c7f88c0806d504f29bf022c8af92430e130]

        INTEGRATION: CWS ooo19126 (1.2.1670); FILE MERGED 2005/09/05 14:19:08 rt 1.2.1670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c932cd5509fd6947a5bc91a654113587b05a186b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:01:04 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aeab65bcea92a8a7184ae5966609564bc8bbd247]

        INTEGRATION: CWS ooo19126 (1.35.376); FILE MERGED 2005/09/05 15:04:23 rt 1.35.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c354b947cd24a258468dd497685616d792da33]

        INTEGRATION: CWS ooo19126 (1.86.392); FILE MERGED 2005/09/05 14:19:07 rt 1.86.392.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a398e7af81d938f8c149f6fe5a576bccc216e38e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d439b07b9f02cad3077ff6cb53ecd2a501efdee0]

        INTEGRATION: CWS ooo19126 (1.2.600); FILE MERGED 2005/09/05 13:01:03 rt 1.2.600.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce9d74df58307e376da2407a97f4d59695dc8304]

        INTEGRATION: CWS ooo19126 (1.4.376); FILE MERGED 2005/09/05 15:04:22 rt 1.4.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5836bb50fbb90509dacd2a18fd95528e7580976c]

        INTEGRATION: CWS ooo19126 (1.10.214); FILE MERGED 2005/09/05 14:19:07 rt 1.10.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85807241803ec67571acea57cce0ab22a0e30e41]

        INTEGRATION: CWS ooo19126 (1.2.594); FILE MERGED 2005/09/05 13:01:03 rt 1.2.594.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b776e283e2b1efe06e7e023e4606dac5ff84eafc]

        INTEGRATION: CWS ooo19126 (1.8.176); FILE MERGED 2005/09/05 15:04:22 rt 1.8.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5d782268b847f1a0b0726f3d2b74ee909bcc409]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 14:19:07 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c4599767fa548e1d78d04e9c860b8baa09ac67e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a153bd20014a3522c5221656eae252088e0d33a2]

        INTEGRATION: CWS ooo19126 (1.56.118); FILE MERGED 2005/09/05 15:04:22 rt 1.56.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37c85d2fec046130aafc52545111cff66f50de50]

        INTEGRATION: CWS ooo19126 (1.6.338); FILE MERGED 2005/09/05 13:01:03 rt 1.6.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38e5698dd95e22f75233665fa29b17f13170718d]

        INTEGRATION: CWS ooo19126 (1.4.560); FILE MERGED 2005/09/05 14:19:06 rt 1.4.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce88ab0971195a54ca1b6e8408de35bdb3eb9f15]

        INTEGRATION: CWS ooo19126 (1.6.376); FILE MERGED 2005/09/05 15:04:21 rt 1.6.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a6be63d09f3570dff283791a50e2562ce31ab51]

        INTEGRATION: CWS ooo19126 (1.6.326); FILE MERGED 2005/09/05 13:01:02 rt 1.6.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a67d40c04e3e59c8f564aeb869b8f21ad47b28ef]

        INTEGRATION: CWS ooo19126 (1.22.116); FILE MERGED 2005/09/05 14:19:06 rt 1.22.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f981c350f76d183cd80f0494a65bf5681285dbb3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [653ad0fc09532ac18edcc22366f6a7d2d7db12b5]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:04:21 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c39586d9c999ff74ef60908b964172f85e40e289]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:01:01 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e970f3ba44bd84addb20be5de20879136afdaaa]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:19:06 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0796b605c1d850b2f4304443424169df7153faf]

        INTEGRATION: CWS ooo19126 (1.7.456); FILE MERGED 2005/09/05 15:04:21 rt 1.7.456.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5be0c5cdc818099e6ba4dd8536f63ce14876c0fc]

        INTEGRATION: CWS ooo19126 (1.3.580); FILE MERGED 2005/09/05 13:01:00 rt 1.3.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bae00d28a5cda168651670b181d3316cf93f524]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91e4e17c562ee66c66b8bf73f826d7a0491afb82]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:19:05 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [546b606dc34be199353e6d2d9a17d79e5a5154f3]

        INTEGRATION: CWS ooo19126 (1.7.328); FILE MERGED 2005/09/05 15:04:21 rt 1.7.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2795803f917404aa2e6147f04f44106ad282683f]

        INTEGRATION: CWS ooo19126 (1.27.256); FILE MERGED 2005/09/05 13:01:00 rt 1.27.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9ad6c54d5e2053c94d9c5af438fffebfcfdf5cb]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:37:24 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec63f4106a20d72fd1fd1f5405c2a94ad08f8aa8]

        INTEGRATION: CWS ooo19126 (1.59.250); FILE MERGED 2005/09/05 14:19:05 rt 1.59.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95745f0ffe16fadfd915a18fed72a443756dc3fc]

        INTEGRATION: CWS ooo19126 (1.4.338); FILE MERGED 2005/09/05 13:00:59 rt 1.4.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9eddcd807d3de40b575d330d41212673fac3ace5]

        INTEGRATION: CWS ooo19126 (1.4.756); FILE MERGED 2005/09/05 14:19:05 rt 1.4.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [422aa05f03d63fffc25ba48cdf028b382b49e44e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:00:59 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f8fa88def8bf5d009ce3c6456210bb8faba8e18]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee878dd8ff1ce2011d4057f5a48e84d4dc387fa7]

        INTEGRATION: CWS ooo19126 (1.8.310); FILE MERGED 2005/09/05 13:00:59 rt 1.8.310.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b731f31aff05d60974be280bf848579addb260da]

        INTEGRATION: CWS ooo19126 (1.9.756); FILE MERGED 2005/09/05 14:19:05 rt 1.9.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e5b67d2bf22c2aea1fd394cd7c595774b703438]

        INTEGRATION: CWS ooo19126 (1.31.434); FILE MERGED 2005/09/05 15:04:17 rt 1.31.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7d9cba627a5fda18fc92df0b64d58f28e6fbd22]

        INTEGRATION: CWS ooo19126 (1.4.580); FILE MERGED 2005/09/05 13:00:58 rt 1.4.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c9d79acb29d49a2f9a556464cc134a638f7e8c7]

        INTEGRATION: CWS ooo19126 (1.26.250); FILE MERGED 2005/09/05 14:19:04 rt 1.26.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3565f0b3008ec318a8119620079c810caf7a72c]

        INTEGRATION: CWS ooo19126 (1.4.904); FILE MERGED 2005/09/05 15:04:17 rt 1.4.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fcb1336301581a9d8df2fef7f1b0da0c1f70b5c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57d169d214f752d192e7cc551360e394db0fb08b]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 13:00:58 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c794dea990214aa065a0511cdb7ae85d581e3158]

        INTEGRATION: CWS ooo19126 (1.10.460); FILE MERGED 2005/09/05 15:04:17 rt 1.10.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7fa9d8337eb617f8d473933944d8591c32b7b29]

        INTEGRATION: CWS ooo19126 (1.42.836); FILE MERGED 2005/09/05 14:19:04 rt 1.42.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feeca5533e7c2661e18565ab43530fad59a10719]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [155ccf23d411669639f852f1e4f79976bf483f06]

        INTEGRATION: CWS ooo19126 (1.14.68); FILE MERGED 2005/09/05 13:00:58 rt 1.14.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da6b747d84c78296f889c1a9f6f7ce744f2e026a]

        INTEGRATION: CWS ooo19126 (1.3.1478); FILE MERGED 2005/09/05 14:19:04 rt 1.3.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0208d1e7a74c52cdafeb805e1a2c8565363352e]

        INTEGRATION: CWS ooo19126 (1.3.920); FILE MERGED 2005/09/05 15:04:17 rt 1.3.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fc3e0f849e3c11a4523e56f42300a012355e830]

        INTEGRATION: CWS ooo19126 (1.11.376); FILE MERGED 2005/09/05 15:04:16 rt 1.11.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3b453f710dc5bf5ce2af4083288396f1499b3cc]

        INTEGRATION: CWS ooo19126 (1.18.836); FILE MERGED 2005/09/05 14:19:04 rt 1.18.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a31e033c97e64861627b52971e80f09bc1583e8a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8712b328eaca8000dd25e6d4ff81b2bbb3df4d8]

        INTEGRATION: CWS ooo19126 (1.21.256); FILE MERGED 2005/09/05 13:00:56 rt 1.21.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b19fe0d4e189f1518fd8b99e25d2a195246674f]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:03 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78f9d90c96577e8ca56a1092335432218b2e203]

        INTEGRATION: CWS ooo19126 (1.15.258); FILE MERGED 2005/09/05 15:04:16 rt 1.15.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f8125164466fd742d885fb115d73628eb9ed9a7]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 13:00:56 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d569711c18838bb538112accf2fbda25cacec3e]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:19:03 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eec109e5024ca11d23283b05f1e6e2d09e7c273b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:16 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6713c96d4a017764a65d7223661c69d15ea3b8d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7cb2bd485b10ddc0439076369587864a4d0b134]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 13:00:55 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78971d6a176f08727b950524d72ff9ff4ef8d8f]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:04:15 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [416be8b8a9cdec9b09f34fa138f3d0b51c9dcac2]

        INTEGRATION: CWS ooo19126 (1.35.484); FILE MERGED 2005/09/05 14:19:03 rt 1.35.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [135a80108c75a2e7067f218affe592cab2201bc6]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 13:00:55 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a6515d599aa5f96bfb6869edbec0c49fa159e9f]

        INTEGRATION: CWS ooo19126 (1.3.484); FILE MERGED 2005/09/05 14:19:02 rt 1.3.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f23d4816126021559483048fbc5742b5c0ae3ba]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1eab94f3f3193dc0d5695bfa8d98e4bf5f38f0f]

        INTEGRATION: CWS ooo19126 (1.6.566); FILE MERGED 2005/09/05 13:00:54 rt 1.6.566.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4e7276209c0e92a0467c7af05c2bd8bbdd6d299]

        INTEGRATION: CWS ooo19126 (1.3.1632); FILE MERGED 2005/09/05 14:19:02 rt 1.3.1632.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [634493998263997a1296d11f7478d3c6540a96f8]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:04:15 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [029649810991f0f7a69a187c94fa20e50ba6d9c4]

        INTEGRATION: CWS ooo19126 (1.8.68); FILE MERGED 2005/09/05 13:00:52 rt 1.8.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1b6b6a4b8e546231f893df01dde52bcc2f3778a]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:04:15 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d236cdb67e4cd4a0a18e0c423b05d0f26f8c0030]

        INTEGRATION: CWS ooo19126 (1.30.430); FILE MERGED 2005/09/05 14:19:02 rt 1.30.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83f497e51339a80fb40db97126f0debd86af65be]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9dbf737f3378fc3c8e3272478f3a148012cdada]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:47 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5a1b9650ee1161bbbf209b06f6925e1ad176b54]

        INTEGRATION: CWS ooo19126 (1.34.434); FILE MERGED 2005/09/05 15:04:14 rt 1.34.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81eacede0d02e2caf78c394595a109a26f066ebf]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 14:19:02 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d9df41e69b6e37d4d2e35cb355bcfdcdc48f558]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:46 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72d42f532612a9c2d7467595626c2a5e3d880f57]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:04:14 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af4411e57c03ba7595e8c1d79d864b0337818114]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d962f3f852d5c2231045a2a1ac178b9a4ec6606]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:19:01 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f3c54cfcea744d2fda269a10f355b49226ea023]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:45 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a303a597734947f4064bb792b9d4fae10543559]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:13 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [870df1af1608b538b2fab8d45978928ba1619a5a]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 15:04:13 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf1e0f015e47c9b261f3cb852c3ca1b7ab0f2bc2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8626bb48de7eb92bf18a51d09c06bdccd2736890]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:19:01 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d947389cae01129a162b982948cc8a8c8872c026]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:45 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95412ca8a6ba5cce64250df5ff61a868225fd379]

        INTEGRATION: CWS ooo19126 (1.8.344); FILE MERGED 2005/09/05 15:04:12 rt 1.8.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a147d4620901187ae95fb9a23d4a80108f46e74a]

        INTEGRATION: CWS ooo19126 (1.50.754); FILE MERGED 2005/09/05 14:19:01 rt 1.50.754.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b5a7e7f9f3198abd7916a71bdc564a93292d4cf]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:44 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e89e01c8453a18de82edec944f9935761ee357c6]

        INTEGRATION: CWS ooo19126 (1.2.904); FILE MERGED 2005/09/05 15:04:12 rt 1.2.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0e531d33817502c6805d533c653ba5e80fe38ff]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8ede7e49cc813e06433f9614fa926deb70eba0]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:19:00 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7497da0f5143897f35ee10154ed36fb7624e1b92]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 13:00:44 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e55420658113b1d61d88edcda744bee01ffc026e]

        INTEGRATION: CWS ooo19126 (1.9.798); FILE MERGED 2005/09/05 15:04:11 rt 1.9.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80453fb3725588cb8826d26c30984df01a102224]

        INTEGRATION: CWS ooo19126 (1.8.756); FILE MERGED 2005/09/05 14:19:00 rt 1.8.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27f65bf86408bb05c76258d0f5994f3affd2d6d9]

        INTEGRATION: CWS ooo19126 (1.5.308); FILE MERGED 2005/09/05 13:00:44 rt 1.5.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4ff66d64fa85b3c3b82c8e333cb0ffce1fbd805]

        INTEGRATION: CWS ooo19126 (1.21.306); FILE MERGED 2005/09/05 15:04:11 rt 1.21.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [805b47ed720e9cf18a095560813d4314c51ddff3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9589cf965bb4bffef2cc5b4821ab6922fd8ac94c]

        INTEGRATION: CWS ooo19126 (1.18.428); FILE MERGED 2005/09/05 14:19:00 rt 1.18.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10c7a9fe22b5740d8242448623777a5fbfef1233]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:43 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63ff83fdd4c97b355db67c1e5fe348d94956a565]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 15:04:10 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [babe24dcff14e3a036cecd6b7a890e2ae5970607]

        INTEGRATION: CWS ooo19126 (1.11.598); FILE MERGED 2005/09/05 14:19:00 rt 1.11.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c5febcae21d94cd203a01fc1b918fdd6ba8fa42]

        INTEGRATION: CWS ooo19126 (1.35.118); FILE MERGED 2005/09/05 15:04:10 rt 1.35.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46db0ddd18c2b9da35070bce4fa92e492e1bbce2]

        INTEGRATION: CWS ooo19126 (1.5.1478); FILE MERGED 2005/09/05 14:19:00 rt 1.5.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf10c8bb7cd5a52f5268cd82b51d92977439bc9a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a081792f330e64e73b1390eba271f758595df1f]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:00:42 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1ba93f7e63f9c82117ef1db1a6b41727cc76292]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:04:10 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6231ceec8a50a22820c42b6f5c5dbf1f94a0bb7]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d99fad7598b9411e8c6c3fbe2ee496d919d0d7ab]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:18:59 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c6b87bab5f0326015c2783312ff548335938fbd]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:42 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8a51bfdcda51e3e13bb91a3c1a93ca095e17f4f]

        INTEGRATION: CWS ooo19126 (1.8.452); FILE MERGED 2005/09/05 15:04:09 rt 1.8.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db13d1d1b9815ed2c1e5537ae07a3531c843b4b9]

        INTEGRATION: CWS ooo19126 (1.32.434); FILE MERGED 2005/09/05 15:04:09 rt 1.32.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bef272b59a1230ad5747cdcf66e738228ec8886d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e63b15cf5bb317266d3ca639d578b9f66e9b0b7b]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 13:00:41 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d952cf14bfd94ef01cbb1bad6197f4a28f8ffc03]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/05 15:04:09 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be06b64ee6a1435fae71c3439eb023b1aab30ab7]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 15:37:10 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64072d1845dd25f4669f23a9954304555dfb52a2]

        INTEGRATION: CWS ooo19126 (1.9.252); FILE MERGED 2005/09/05 14:18:58 rt 1.9.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9afd5ff09267b9a63d7082563851a4fb6b9f055b]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:41 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e8bbdc18397da281fecbffaf22d616799a81bb7]

        INTEGRATION: CWS ooo19126 (1.22.308); FILE MERGED 2005/09/05 15:04:08 rt 1.22.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e43745a08b57f1c132d1badae0df81621c0552c5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [092faf5b79da97442ce38475964983da89a794e5]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 14:18:58 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb0a371237fa31596ab7cc66cf00ee6133ac8e75]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:40 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e668e21e2f59e7c53db87139c6a7f8b4e34f2834]

        INTEGRATION: CWS ooo19126 (1.7.188); FILE MERGED 2005/09/05 15:04:08 rt 1.7.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872ae24e8bb0de23ecd5a6d45d40eab852de31f8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3abf8d1109539555ae9bdb51f95eaa2121af068b]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:18:58 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b2fcf22e655cbac71144ee00cc1a1ccb688c52b]

        INTEGRATION: CWS ooo19126 (1.4.578); FILE MERGED 2005/09/05 15:04:07 rt 1.4.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5886a668f18a11c83d8a8e6538cc7a6aa1bde0b5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8eaf0a1e6d00a132abe3e47004e5779277d90f57]

        INTEGRATION: CWS ooo19126 (1.2.486); FILE MERGED 2005/09/05 14:18:58 rt 1.2.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef7d76b8c298db5c280d220af866bf15ff0c58b2]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:04:07 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d9509007d5269b3ab57ffddca49591a2d4d3e81]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 14:18:57 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9a65c467516a905b30705543f83062b58705bd6]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 13:00:40 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bff6bdc73d3353fe5057b195da2f26953f7f8195]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:07 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e0cf867b43b185022b33148d08ef29943ccfb3f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [caa7d18ff606e11fb75dbaa1049a08fe03f4d029]

        INTEGRATION: CWS ooo19126 (1.3.358); FILE MERGED 2005/09/05 13:00:39 rt 1.3.358.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a05605b1e531e25bddda05e561c3545e0d6f68e5]

        INTEGRATION: CWS ooo19126 (1.9.314); FILE MERGED 2005/09/05 14:18:57 rt 1.9.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d12c0ca2eac63a2326e26811ecd295f1ea8f18b7]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 15:04:06 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce4b14238af1886ed02569a3d71ba5c3d59c9988]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f2902d67b2ba77792217dbd9b129b5f80a9e0c0]

        INTEGRATION: CWS ooo19126 (1.2.954); FILE MERGED 2005/09/05 14:18:57 rt 1.2.954.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76c01bec53836dd638dc38edec25f52a7fab7b5d]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 13:00:39 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc19fffdf4c2e30d06ed74c3958d69d5fe424ff0]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:04:06 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9530859d77a0794e47e2abb3817daa1736a469a2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a0c0f186be20663d2f9f56ab33ab3cebe76e1d0]

        INTEGRATION: CWS ooo19126 (1.5.484); FILE MERGED 2005/09/05 14:18:56 rt 1.5.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b25f587116715720d0154076b604bc3d63a61ecd]

        INTEGRATION: CWS ooo19126 (1.17.54); FILE MERGED 2005/09/05 13:00:38 rt 1.17.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [891fdf097aba43c419110a1722d44ea398e890c1]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:04:05 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f81c583b49bb8a0a662ee15cbbf7fdc2a6b1b266]

        INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 14:18:56 rt 1.3.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [798faaa7c8963be20aa8a6da79bc1e9355c7e9a4]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:38 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31d8612d0663a110415ecffdae5828e1e9f4e62b]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 15:04:05 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [febac5503c90e43092140843d22d1b3c448f3d61]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:03 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5689bc17f69e618b819eca0974d62d16b4caf44d]

        INTEGRATION: CWS ooo19126 (1.2.954); FILE MERGED 2005/09/05 14:18:56 rt 1.2.954.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78107e090bd48db17fb18712ead88ec15fa442a7]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 13:00:38 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d81649438260fd20d1d22bb288c19ec843ba063]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:04:05 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3261d441d71f4e75c024252002bcc38792a111b2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7369223b9e1b712057cc5bccdb3fe739c1136bbd]

        INTEGRATION: CWS ooo19126 (1.5.550); FILE MERGED 2005/09/05 14:18:56 rt 1.5.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b893107f38d54eaea2b70d3782c14b06927a3d3]

        INTEGRATION: CWS ooo19126 (1.4.292); FILE MERGED 2005/09/05 13:00:38 rt 1.4.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b81d064353eb910601e1eef6366573e1dd9ec00d]

        INTEGRATION: CWS ooo19126 (1.2.460); FILE MERGED 2005/09/05 15:04:04 rt 1.2.460.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2c486697260a3660e13909c56cbbcfc3eac498d]

        INTEGRATION: CWS ooo19126 (1.13.252); FILE MERGED 2005/09/05 14:18:55 rt 1.13.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [577ce3a1283c26dad5f011377b5028f8f9140eb1]

        INTEGRATION: CWS ooo19126 (1.2.294); FILE MERGED 2005/09/05 13:00:37 rt 1.2.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97c6da773ba04a8662bfdcf436d9fb54cbb682b3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e468104bfb53fabb6f8663d8dea99c31772f6055]

        INTEGRATION: CWS ooo19126 (1.3.254); FILE MERGED 2005/09/05 13:00:37 rt 1.3.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a45b5fcbed5e74d03e104f28851c6824021b9cbd]

        INTEGRATION: CWS ooo19126 (1.5.906); FILE MERGED 2005/09/05 15:04:04 rt 1.5.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f084dbc9f1869d430ea25e873a2b0411ad953fbe]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:37:00 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [107ea9dc8efb4f36556e2e221246f8e36c700ae5]

        INTEGRATION: CWS ooo19126 (1.1.598); FILE MERGED 2005/09/05 13:00:37 rt 1.1.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3d55729d0e18bc06f6f76194be69ebbebcc2f05]

        INTEGRATION: CWS ooo19126 (1.4.314); FILE MERGED 2005/09/05 14:18:55 rt 1.4.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d948c550d077c09e949b15ce497e57b9efcf26b]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 15:04:03 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73604459b04078db202b67af4b4aa6ac91c615dd]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:37:00 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f34428527654fc2e431657d9b90f7f353d9c013e]

        INTEGRATION: CWS ooo19126 (1.26.172); FILE MERGED 2005/09/05 13:00:36 rt 1.26.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3799ebfa115a7f6e5b8895c7c19b2aa03f2f1798]

        INTEGRATION: CWS ooo19126 (1.2.954); FILE MERGED 2005/09/05 14:18:54 rt 1.2.954.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2902f2fe71fd6e472585311383a7dfba9ecf4784]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:04:03 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcc51551081a8bd37f8798aa70ddb4c75f8e26c9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97c7e66cd7f54ff404b18565ee35f7592131f3b6]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:36 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [949b889e6a00b7f43d999a705ef4fdd1bbe13d98]

        INTEGRATION: CWS ooo19126 (1.7.334); FILE MERGED 2005/09/05 14:18:54 rt 1.7.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92a4ec4b89483a4683dcd44b7939c4f506b0f255]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:04:02 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5bd702c61c84a3e4cc776f89b6e3f30f005eb5d]

        INTEGRATION: CWS ooo19126 (1.4.218); FILE MERGED 2005/09/05 14:18:54 rt 1.4.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18b86df0b4cf6fe1db5300773127017531b4e7e6]

        INTEGRATION: CWS ooo19126 (1.13.354); FILE MERGED 2005/09/05 15:04:02 rt 1.13.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [868b516ba0f8cd3046545c5b301153f26e7631f8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:58 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff6263339838a267bed8e9ed52173884acdd46c6]

        INTEGRATION: CWS ooo19126 (1.5.308); FILE MERGED 2005/09/05 13:00:34 rt 1.5.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfdea1ef744d03d61c6ff362643863fbb5a1e89d]

        INTEGRATION: CWS ooo19126 (1.8.100); FILE MERGED 2005/09/05 14:18:54 rt 1.8.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebd57da520525ad888670f6c6b8ed3b8e03de524]

        INTEGRATION: CWS ooo19126 (1.26.130); FILE MERGED 2005/09/05 15:04:01 rt 1.26.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad8d53cfdc9572e5746af814e17eb6cdf1337787]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:57 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bb616b6f312f3c580354985dda6a49cefaad4cb]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:33 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efc8788d16f1eb8f9b6593d53c3f464abcdbe8c5]

        INTEGRATION: CWS ooo19126 (1.3.668); FILE MERGED 2005/09/05 14:18:53 rt 1.3.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80f46bf43be22198a3c8c75c6cf0b5022316e096]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 15:04:01 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09619de7306dba0165191add2429b2c238189300]

        INTEGRATION: CWS ooo19126 (1.7.156); FILE MERGED 2005/09/05 15:36:57 rt 1.7.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30d92b18107a3daefa1335a5aaa3107e44c1a9ef]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 13:00:33 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef7942bbc7079d854158641b7743f39ea51910ff]

        INTEGRATION: CWS ooo19126 (1.9.326); FILE MERGED 2005/09/05 15:04:01 rt 1.9.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [749c8dd782554d0e12cf9497c39f1d41dabca864]

        INTEGRATION: CWS ooo19126 (1.6.312); FILE MERGED 2005/09/05 14:18:53 rt 1.6.312.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26a4544d6f5892e7dcc1a1d6369de611223b7e87]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0c25408670953eb9da5e77fc97075168e992739]

        INTEGRATION: CWS ooo19126 (1.10.172); FILE MERGED 2005/09/05 13:00:33 rt 1.10.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4948558e40a0667d77dc5efb79aeb5949978b00]

        INTEGRATION: CWS ooo19126 (1.9.394); FILE MERGED 2005/09/05 15:04:00 rt 1.9.394.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b10aa921041bab25356656455c3cf00dd852a2a]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 14:18:53 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [febd75d53ab85b559d6dc2c0b7ca663637851371]

        INTEGRATION: CWS ooo19126 (1.14.172); FILE MERGED 2005/09/05 13:00:32 rt 1.14.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61b127e58110dd6952d5795c6c09bddf517d0159]

        INTEGRATION: CWS ooo19126 (1.44.104); FILE MERGED 2005/09/05 15:04:00 rt 1.44.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [293c56e6b939874b0c11db54ee5db069789c61de]

        INTEGRATION: CWS ooo19126 (1.14.100); FILE MERGED 2005/09/05 14:18:52 rt 1.14.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efd9e789e49bea98c5fe0f125721dd760e28bd29]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:36:55 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fe68f91184e86885d2125e12e74f66c1b8cc972]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:32 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f569a2a64871c738759ca112c37322113a0cf685]

        INTEGRATION: CWS ooo19126 (1.30.114); FILE MERGED 2005/09/05 15:04:00 rt 1.30.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f48bafef0c08135d906fb46b03d38a70126d8ef]

        INTEGRATION: CWS ooo19126 (1.17.1408); FILE MERGED 2005/09/05 14:18:51 rt 1.17.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18a3a322087bba838bed8919a71dfc2316cf1d5e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:55 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae580244c659195b2aeeb4fbf6d5ab249c8bb80c]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 13:00:32 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b88f951d0ee5cc4fd505d54fd4aadd4be7e8147a]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:03:59 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2fef50f20b4d96ac0105e1a27cdfb69b7509484]

        INTEGRATION: CWS ooo19126 (1.23.756); FILE MERGED 2005/09/05 14:18:51 rt 1.23.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65c3b8ba9de74d775bdabf72eb19776b34af96b1]

        INTEGRATION: CWS ooo19126 (1.27.56); FILE MERGED 2005/09/05 13:00:30 rt 1.27.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf05a8ff66cfb4be1df533cfed9a51db89de9723]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31f3dccbce14e0c1c4d0945c93c892acda3c8e23]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 15:03:59 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d720c693df281d75205ca95eb206a896396d77f8]

        INTEGRATION: CWS ooo19126 (1.28.56); FILE MERGED 2005/09/05 13:00:29 rt 1.28.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8643e8a38bef07f29fe7562773655b6d017ea8b9]

        INTEGRATION: CWS ooo19126 (1.14.124); FILE MERGED 2005/09/05 15:03:59 rt 1.14.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9eee921853391157b65423cc24a6de0b3d5de8aa]

        INTEGRATION: CWS ooo19126 (1.8.280); FILE MERGED 2005/09/05 14:18:50 rt 1.8.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cf0f87b9282dd4517d30a492501fbaa4318affd]

        INTEGRATION: CWS ooo19126 (1.1.932); FILE MERGED 2005/09/05 15:03:58 rt 1.1.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4e07ccf45551433ca566c87507102c10341e26e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:53 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e68531cd541d0c119d3578b63fe680404db2aa2e]

        INTEGRATION: CWS ooo19126 (1.30.836); FILE MERGED 2005/09/05 14:18:49 rt 1.30.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [115cbe65deac85a77830787b89cb83c6eda12130]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:29 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d686ff27ebcceb9e634eb8f286809988a1041d5]

        INTEGRATION: CWS ooo19126 (1.42.242); FILE MERGED 2005/09/05 15:03:58 rt 1.42.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e88e5bea3c3ba807e326b094f62812a83bc4d685]

        INTEGRATION: CWS ooo19126 (1.10.540); FILE MERGED 2005/09/05 14:18:49 rt 1.10.540.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d93314362d55e87b91e4f05cccb939ef8653d18]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58e007098bd55049dc0b0f5ea16a49e0c09e662f]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:28 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c876ca0d74384a9fc25cfe1eb32cbb2f8f896f8a]

        INTEGRATION: CWS ooo19126 (1.59.152); FILE MERGED 2005/09/05 15:03:58 rt 1.59.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e19fa02ec466e7c862598a9dd743342ab465c341]

        INTEGRATION: CWS ooo19126 (1.13.550); FILE MERGED 2005/09/05 14:18:49 rt 1.13.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fd3b54747b95a51d503c736daf9d9c564d154eb]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 13:00:28 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5880b83b3cd4ad4f5c09017a69bccea602010edd]

        INTEGRATION: CWS ooo19126 (1.5.156); FILE MERGED 2005/09/05 15:36:52 rt 1.5.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d747304ca5f2646254fb55401058ae4ab53109a8]

        INTEGRATION: CWS ooo19126 (1.26.164); FILE MERGED 2005/09/05 15:03:57 rt 1.26.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ae8c19b69c8f0023c2f043dce2d2d2369af4a5c]

        INTEGRATION: CWS ooo19126 (1.17.754); FILE MERGED 2005/09/05 14:18:48 rt 1.17.754.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79c3d980ae03b6a83cae8264fc4e3e49b1a3c580]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28085de0552a42eddd011b182402b57993b234ba]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:00:28 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [879efa4a747e133c92840ae0d276f848b75c04e5]

        INTEGRATION: CWS ooo19126 (1.14.122); FILE MERGED 2005/09/05 15:03:57 rt 1.14.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa35bf628d5ead418ad0f878cbb1e6ca802b487]

        INTEGRATION: CWS ooo19126 (1.6.1402); FILE MERGED 2005/09/05 14:18:48 rt 1.6.1402.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3df1faa22be71f2d0c727426c0ae331cab0fdcff]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:36:51 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec0d8a983e6477949ac9f82a3e0ca9042821de62]

        INTEGRATION: CWS ooo19126 (1.4.308); FILE MERGED 2005/09/05 13:00:28 rt 1.4.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fa3ca0ac7448a44431831f8dd42454f4b20f7d1]

        INTEGRATION: CWS ooo19126 (1.15.904); FILE MERGED 2005/09/05 15:03:56 rt 1.15.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ea9dd1f9bfeeeaa56ddc4a923e46a0d19cd766b]

        INTEGRATION: CWS ooo19126 (1.2.1402); FILE MERGED 2005/09/05 14:18:48 rt 1.2.1402.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aad93ee006ca6c148c4f105b1c38e1074065bae4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75007c3aae41db48a3a56cc161a67e7aba98d07d]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:27 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce2d99d612d1f3d202766e7e8ccb7146b4b42fa8]

        INTEGRATION: CWS ooo19126 (1.3.782); FILE MERGED 2005/09/05 15:03:56 rt 1.3.782.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b379a169d95323efaa70cfc0d3bf8c1255a4681]

        INTEGRATION: CWS ooo19126 (1.19.1444); FILE MERGED 2005/09/05 14:18:47 rt 1.19.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed1b96f072144d091ca2e7d18e57c0e9cc1de9c2]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:36:50 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29e6d92556af1803fe51b6e2d9f1fd95e2105710]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:27 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7916af11475409102f97328ea188f94d583a8079]

        INTEGRATION: CWS ooo19126 (1.30.452); FILE MERGED 2005/09/05 15:03:56 rt 1.30.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91fb8b0e9294259bcf2b1bc88ecc080828cb55f1]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:00:25 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0364eb5b9c9f82e602bdf2841a74e3a39af7cef]

        INTEGRATION: CWS ooo19126 (1.32.756); FILE MERGED 2005/09/05 14:18:46 rt 1.32.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a79f6de4cba416dc65e2793a3935c0b7ececdaca]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eebf5fb8ce3446b78701a29dfd9653df75d94814]

        INTEGRATION: CWS ooo19126 (1.28.452); FILE MERGED 2005/09/05 15:03:55 rt 1.28.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bcaf528a8f9581ec78b79614882b906a773810e]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:25 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff2f4c53e91f7431e98750e8e75700b0bfebff16]

        INTEGRATION: CWS ooo19126 (1.12.1444); FILE MERGED 2005/09/05 14:18:46 rt 1.12.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b87ec2f7a4ac8c059473587b58df384e8c76f0e8]

        INTEGRATION: CWS ooo19126 (1.43.452); FILE MERGED 2005/09/05 15:03:55 rt 1.43.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48f26365d0d763b004ba0b3cc8b335654cbc0940]

        INTEGRATION: CWS ooo19126 (1.37.1348); FILE MERGED 2005/09/05 14:18:46 rt 1.37.1348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [988ad8c4b626a853632faa032c07f3bed336b5f1]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:36:48 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ace7108a67a7e0f33fd45f1f221e3c2e58ceb58]

        INTEGRATION: CWS ooo19126 (1.23.452); FILE MERGED 2005/09/05 15:03:55 rt 1.23.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50fe45c440d16508facbe5f8c3e1b3c3eb1d6fec]

        INTEGRATION: CWS ooo19126 (1.4.756); FILE MERGED 2005/09/05 14:18:46 rt 1.4.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [114384f2bbcc9eadb1600be2b9b671f0df72809d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01182b0f919063f09f2538f378e5345c1bc3bae6]

        INTEGRATION: CWS ooo19126 (1.21.774); FILE MERGED 2005/09/05 15:03:54 rt 1.21.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [040ed12081e2b511395974268a212aaac80b6649]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5c991e1892dd5e8a6e07fac6ddb2a7f797264eb]

        INTEGRATION: CWS ooo19126 (1.2.1444); FILE MERGED 2005/09/05 14:18:46 rt 1.2.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [095cf5196826271d0f8ea356f156f419774bf5f1]

        INTEGRATION: CWS ooo19126 (1.15.774); FILE MERGED 2005/09/05 15:03:54 rt 1.15.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a275db870604729fcd0b4a73d96283459dc8a782]

        INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGED 2005/09/05 13:00:24 rt 1.4.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be0604bf964f1e4f734ac0588ba4ea8dd2aea146]

        INTEGRATION: CWS ooo19126 (1.3.1444); FILE MERGED 2005/09/05 14:18:45 rt 1.3.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5663bb6c741b4e4ca72b42c6b34b0c055cf8e861]

        INTEGRATION: CWS ooo19126 (1.5.504); FILE MERGED 2005/09/05 13:00:23 rt 1.5.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b5388fea2286f3579a83bb05b3a81cb4cd58a21]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b557f76049c67709850f97cd8455d95f11e23bac]

        INTEGRATION: CWS ooo19126 (1.17.1090); FILE MERGED 2005/09/05 14:18:45 rt 1.17.1090.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32292d2715edab87b9aaec2d1f7b175441c5d15e]

        INTEGRATION: CWS ooo19126 (1.17.774); FILE MERGED 2005/09/05 15:03:54 rt 1.17.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffd52cf0d9037989580c549366348ba24b272e94]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:36:46 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3fbc5dc6ef1c5da2ee7f99fcfdd466b315c01f8]

        INTEGRATION: CWS ooo19126 (1.15.68); FILE MERGED 2005/09/05 13:00:23 rt 1.15.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c36399fa90a12a7e7e0643aa0a736c4838ea5179]

        INTEGRATION: CWS ooo19126 (1.9.1444); FILE MERGED 2005/09/05 14:18:45 rt 1.9.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a29b3eba1a816a3d86435205dea9350c5d90e8c]

        INTEGRATION: CWS ooo19126 (1.12.552); FILE MERGED 2005/09/05 15:03:53 rt 1.12.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cf19c3180b2a1e7c61dc2411e65d5f00b4568c7]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:36:45 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbe280e925825b71a95a03d58a850a1575e7ef2d]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:18:45 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ecede77780aecc54222a25f8ed811765e11c8aa]

        INTEGRATION: CWS ooo19126 (1.30.326); FILE MERGED 2005/09/05 15:03:53 rt 1.30.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da0d0250547514e81a4797ad2d018a4fb8130559]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:36:45 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6194e2228d102a280752f72ccc42653e1ed1bcad]

        INTEGRATION: CWS ooo19126 (1.46.548); FILE MERGED 2005/09/05 14:18:44 rt 1.46.548.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28bd24c7fd2f3b321a89130eb3cd108109d8dc82]

        INTEGRATION: CWS ooo19126 (1.2.774); FILE MERGED 2005/09/05 15:03:53 rt 1.2.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28cf348cff56a7b10f50bb0a1d71e1f662ff1510]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:36:44 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc81b02b8f3bb189782736f3eb6eaf07826820f9]

        INTEGRATION: CWS ooo19126 (1.3.1408); FILE MERGED 2005/09/05 14:18:44 rt 1.3.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a607910848b83b1b1e709e3ea0ebaa0437c81175]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:18 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5d549facd9d99cb299d98d281be33282674c61a]

        INTEGRATION: CWS ooo19126 (1.65.328); FILE MERGED 2005/09/05 15:03:52 rt 1.65.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [259f4a8562696c0557be3f80fe5437051c977e5f]

        INTEGRATION: CWS ooo19126 (1.8.1444); FILE MERGED 2005/09/05 14:18:44 rt 1.8.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19125143b928c52bd2ec3ee6f6de000193cf0940]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:18 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e39ee374cbb2526b954528fdc59018ce83f9239]

        INTEGRATION: CWS ooo19126 (1.9.258); FILE MERGED 2005/09/05 15:03:52 rt 1.9.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f414579a15e761ef2fa0eb8012ca36fbbb9016f]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 15:36:43 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f9833a250a7750a2ee4890316027962eec5b86b]

        INTEGRATION: CWS ooo19126 (1.9.1444); FILE MERGED 2005/09/05 14:18:44 rt 1.9.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a57511910e20f1fbee9f2b00ad8641d0fafcab9]

        INTEGRATION: CWS ooo19126 (1.16.344); FILE MERGED 2005/09/05 15:03:51 rt 1.16.344.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86d2d707e63f0d022ce322233a6bbbaecdfd9651]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:36:42 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d5d470c3b768e01e88edc463c332d39a47ace36]

        INTEGRATION: CWS ooo19126 (1.14.1408); FILE MERGED 2005/09/05 14:18:44 rt 1.14.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75343e1a0e471e9d2dcb39155c4251b688f03df6]

        INTEGRATION: CWS ooo19126 (1.28.774); FILE MERGED 2005/09/05 15:03:51 rt 1.28.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e40159072f7943477e4ac33cbf043da940acba4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26db52b5f00c670a0c535a8deebb1c7c6e83d189]

        INTEGRATION: CWS ooo19126 (1.9.1444); FILE MERGED 2005/09/05 14:18:43 rt 1.9.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ef99f53b256158c0bd5ef4f7fab43d1ad82ee44]

        INTEGRATION: CWS ooo19126 (1.15.774); FILE MERGED 2005/09/05 15:03:50 rt 1.15.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dd60db1af76da161988ac14bd028e686d036a18]

        INTEGRATION: CWS ooo19126 (1.6.172); FILE MERGED 2005/09/05 13:00:17 rt 1.6.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4d52f106c1035583f9b976e939b9c639525ffd0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33d521395b134af7dea8ee6d989bccbd64cae335]

        INTEGRATION: CWS ooo19126 (1.16.1444); FILE MERGED 2005/09/05 14:18:43 rt 1.16.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f57bc274cfc7cc147fa98583e48fd4a7fdd059f]

        INTEGRATION: CWS ooo19126 (1.26.452); FILE MERGED 2005/09/05 15:03:50 rt 1.26.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [301464fd1a2208a08f9328a534d4065e73d1237a]

        INTEGRATION: CWS ooo19126 (1.29.56); FILE MERGED 2005/09/05 13:00:17 rt 1.29.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a64eb5e38464df6b770052d67918f9d4868d7fd1]

        INTEGRATION: CWS ooo19126 (1.11.1444); FILE MERGED 2005/09/05 14:18:43 rt 1.11.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d22061a22fb99f77e692524075ecd0b1479e87a3]

        INTEGRATION: CWS ooo19126 (1.5.774); FILE MERGED 2005/09/05 15:03:50 rt 1.5.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acb10386f26d7499999680b389d11b583597c986]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:00:16 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2e70e2109e1b5f8c480dcc6ce4cc20f6faeb41b]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:36:40 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a4c23bb0022ab8bcc3715bed727c2271e577188]

        INTEGRATION: CWS ooo19126 (1.2.756); FILE MERGED 2005/09/05 14:18:43 rt 1.2.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3fef99e9bf01eccb6d72554258dcfbaf4ab466c]

        INTEGRATION: CWS ooo19126 (1.56.114); FILE MERGED 2005/09/05 15:03:46 rt 1.56.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [778ab843633551f1c1ba7ad836c23345085fed9c]

        INTEGRATION: CWS ooo19126 (1.29.56); FILE MERGED 2005/09/05 13:00:16 rt 1.29.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd4d05cde1479ab7efff58461768245cd5c9cbd5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53d17b2a330c392682bacaa2bc623bb7a335c25d]

        INTEGRATION: CWS ooo19126 (1.2.1478); FILE MERGED 2005/09/05 14:18:43 rt 1.2.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4e6cbb27e38973bd85afc12d63c9102789b1b5a]

        INTEGRATION: CWS ooo19126 (1.9.146); FILE MERGED 2005/09/05 15:03:46 rt 1.9.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f64508c2d48603967d768e5daa2fe3fe4178521]

        INTEGRATION: CWS ooo19126 (1.70.144); FILE MERGED 2005/09/05 13:00:15 rt 1.70.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e767ebf7cccc76f077a80e5ca3466bf1d1c0ed]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c04548ad12ffc2a23e0e6f3841ee6a5e9498f651]

        INTEGRATION: CWS ooo19126 (1.2.1478); FILE MERGED 2005/09/05 14:18:42 rt 1.2.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dc473aee119824532ad7789c2364d79ee41e8d6]

        INTEGRATION: CWS ooo19126 (1.34.114); FILE MERGED 2005/09/05 15:03:46 rt 1.34.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afe2065cf7584f894cac43dfceedfa86d3c9153a]

        INTEGRATION: CWS ooo19126 (1.26.56); FILE MERGED 2005/09/05 13:00:15 rt 1.26.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc959ac738059dfca95d10dc602632460c4bfab0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c994ee6e541280c498dbedeca9f2c5b49750d9e]

        INTEGRATION: CWS ooo19126 (1.17.1408); FILE MERGED 2005/09/05 14:18:42 rt 1.17.1408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc426673d680bd3df5fae1bba352f4ca1219d5af]

        INTEGRATION: CWS ooo19126 (1.27.116); FILE MERGED 2005/09/05 15:03:45 rt 1.27.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6760148a0ac2744f1c702ef47a3d994ee3d06d6]

        INTEGRATION: CWS ooo19126 (1.33.56); FILE MERGED 2005/09/05 13:00:14 rt 1.33.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3475ae75338084869098f9829ec900dba28d53a2]

        INTEGRATION: CWS ooo19126 (1.42.1090); FILE MERGED 2005/09/05 14:18:41 rt 1.42.1090.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ed708fa6076410a61046671df78ad0c4e0687da]

        INTEGRATION: CWS ooo19126 (1.42.92); FILE MERGED 2005/09/05 15:03:45 rt 1.42.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c917d0db95237014b370571832f83ae1a9b13de]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:14 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f32b1926771630367cbfae3eb4709a70b3d255]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc2dc2130686170f23f37ca536654d4fcf25d0b9]

        INTEGRATION: CWS ooo19126 (1.20.704); FILE MERGED 2005/09/05 14:18:41 rt 1.20.704.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dfa68612041526f35fa98cb3559385d6d6bfdbe]

        INTEGRATION: CWS ooo19126 (1.23.38); FILE MERGED 2005/09/05 15:03:45 rt 1.23.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f2e032feed7d2ef563cbe23b1c3d218251541c6]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:00:14 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a026ce1cd408e87c07220d62a7c66eb846d59bb]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:13 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ba5b91b56446dc96dca9ac8883fbc37eb3f3ccb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a573abb4fd09ad3857a794fa42346d9f2d334455]

        INTEGRATION: CWS ooo19126 (1.20.1444); FILE MERGED 2005/09/05 14:18:41 rt 1.20.1444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [958d168460f6b915d5c46ecc9af5170e5d48d71a]

        INTEGRATION: CWS ooo19126 (1.55.38); FILE MERGED 2005/09/05 15:03:45 rt 1.55.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf875c2c63f2f74673f9db9e28478ad19d5bf2a3]

        INTEGRATION: CWS ooo19126 (1.12.1402); FILE MERGED 2005/09/05 14:18:40 rt 1.12.1402.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b888db19489cf4bad903bb25e459138faf703f21]

        INTEGRATION: CWS ooo19126 (1.25.368); FILE MERGED 2005/09/05 15:03:44 rt 1.25.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8284e692f475d4aceb64f46795217a3d747e9509]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 13:00:13 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd2b03a1994d85a3d76b5d81256427ecd961732]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9542315f20a8ef53217110cb17515d3eb41c237]

        INTEGRATION: CWS ooo19126 (1.3.1636); FILE MERGED 2005/09/05 14:18:40 rt 1.3.1636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [095afe0fbe7e6499c0aef7659c126dba748385f0]

        INTEGRATION: CWS ooo19126 (1.57.114); FILE MERGED 2005/09/05 15:03:44 rt 1.57.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a05cade2bcfe04191a120ab9159e4182c0eaaae]

        INTEGRATION: CWS ooo19126 (1.14.220); FILE MERGED 2005/09/05 13:00:11 rt 1.14.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00d58c8480a818a529e66d90f6ed6ad92955bd7b]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:03:44 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84569b75327e85b0b8e63781cfe0425b61285e81]

        INTEGRATION: CWS ooo19126 (1.2.1636); FILE MERGED 2005/09/05 14:18:39 rt 1.2.1636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28df11ceb424142b0044dce6e05d5d77982639a0]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:36:34 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42ab7486a479eb1d6558940119a9fe5ab5cf229f]

        INTEGRATION: CWS ooo19126 (1.85.102); FILE MERGED 2005/09/05 13:00:10 rt 1.85.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80e4edc62bad04a75c39cb39fbeedd4821e2f58a]

        INTEGRATION: CWS ooo19126 (1.13.114); FILE MERGED 2005/09/05 15:03:43 rt 1.13.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [016b46833131af537e8cc20ef131e26b161dd96d]

        INTEGRATION: CWS ooo19126 (1.27.732); FILE MERGED 2005/09/05 14:18:39 rt 1.27.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4aaec1f944c90ef2a21e8c895464b307e7b41120]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d103509734ca1a3673d0431a786ecfc94e99bc5]

        INTEGRATION: CWS ooo19126 (1.4.506); FILE MERGED 2005/09/05 15:03:43 rt 1.4.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a21b3fdf1d3fd8d5023b67e57e023cbdd479573b]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:10 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e12f5610b17bd313bb885e04480e537bffb37be]

        INTEGRATION: CWS ooo19126 (1.66.244); FILE MERGED 2005/09/05 14:18:38 rt 1.66.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [498a6313505ec19f7d834849966f9d94814c657a]

        INTEGRATION: CWS ooo19126 (1.10.114); FILE MERGED 2005/09/05 15:03:43 rt 1.10.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a0e4cef33e349650b3c1184431f49df81beb8d6]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 13:00:10 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf9e282d22b064f2dc6677d890851e09683ff22a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c98149d415b089663d62a0fff7d5e85f9600165e]

        INTEGRATION: CWS ooo19126 (1.5.444); FILE MERGED 2005/09/05 14:18:38 rt 1.5.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67c49ed90cf0dc60d0d11aad706f8a2a774619d7]

        INTEGRATION: CWS ooo19126 (1.6.904); FILE MERGED 2005/09/05 15:03:42 rt 1.6.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a9e904961c00cb86000d0cc8ff7cf121971e26f]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 13:00:10 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b95097ac54e00500590a251f1255ea2c3904b134]

        INTEGRATION: CWS ooo19126 (1.23.116); FILE MERGED 2005/09/05 15:03:41 rt 1.23.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e62aeb1f7be1cfde3240d041e0cff1bd103f2fd5]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:10 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e5a84363a22a62f57ed802f2e1ef904bd8616db]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cd09192e5f5c43084c7f8388b6f30127515767c]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 15:03:41 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54820b7fe96ca89b61b73180dac68a5196a41efa]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 13:00:09 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dd398de23b690b8fcd7fa87e68c4db41259136f]

        INTEGRATION: CWS ooo19126 (1.13.116); FILE MERGED 2005/09/05 15:03:41 rt 1.13.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4a2fca917e72b40a1f31a91e82f5a5a204ce75e]

        INTEGRATION: CWS ooo19126 (1.10.280); FILE MERGED 2005/09/05 13:00:09 rt 1.10.280.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12d3cf6f68f70b028a52231ff0653b327557e4e4]

        INTEGRATION: CWS ooo19126 (1.12.560); FILE MERGED 2005/09/05 14:18:35 rt 1.12.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb11b25a62aca4bd2537b7efdc1f1a72c1c2affe]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64cc1f0057f8c1e2b47f85097faff0689a3e83ef]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:03:40 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d73e70022a52b9146be5aa1544cb03b967eea620]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 13:00:09 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e18fdfd45d11ce8bafda6f8f4ddb156047b5581]

        INTEGRATION: CWS ooo19126 (1.3.978); FILE MERGED 2005/09/05 14:18:35 rt 1.3.978.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c9d8ae4d243853a680a99c000bba52c77be3d0]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:36:30 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27fb80de2aa90a641d24dc506933d105cfd46ccf]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:03:40 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fcb986e7b983cceae8557517cbd2c846b361ee5]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:18:34 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b99ae985e6c53a68424eb0cbcf9145d1ba4c7a52]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [258e8781a46f4a3b26de43383d04a78d0a539782]

        INTEGRATION: CWS ooo19126 (1.87.116); FILE MERGED 2005/09/05 15:03:40 rt 1.87.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac0ab4d4c719b264c2e74705d4049de3e443d8d9]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 13:00:08 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3d0a8ce3d79c2ab441f63c511e04014f8d39dcf]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:18:34 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c7d71f612dc71b71d5e20cbe85f0c24b65dbec8]

        INTEGRATION: CWS ooo19126 (1.114.114); FILE MERGED 2005/09/05 15:03:39 rt 1.114.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5211a8134c13768eb3511c0f1fcf7da209b248af]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d697dec96ab5e9f95e3495127c8dbb0189c71f8a]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:00:08 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4ad61a081514551f252b4692d5253e86423ae42]

        INTEGRATION: CWS ooo19126 (1.3.550); FILE MERGED 2005/09/05 14:18:34 rt 1.3.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [641e872bcc8fd4d3cc05464d735163caee6ef9c0]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:39 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d94939a62b6559da140def0ca47124314c4d1a27]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:36:28 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e63ca311b3bf9a2bd461f48c4236f5b96eab5ed]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:18:33 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d62d4602cd82dd68631885eb22e87781ceb76c0]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:03:38 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17a6e0e66d70e717b943a74fa294c95938a9de51]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2696e0e2ac49cf0c4cbb86aa2b9a85a42fb3e200]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 13:00:06 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27461094efbb8c8a7f457e636836a7fc5c66f21b]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:33 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61ff396e88cb973974019d76ba47081cdd354b33]

        INTEGRATION: CWS ooo19126 (1.12.114); FILE MERGED 2005/09/05 15:03:38 rt 1.12.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26518f2bee21359259a2a7b2a47de76b37a73c0e]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 13:00:06 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1b8d6abacf495bda0d594f9facd6f1b0ae48819]

        INTEGRATION: CWS ooo19126 (1.79.116); FILE MERGED 2005/09/05 15:03:38 rt 1.79.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70cbd38c7b857d842ad4b5c69c7438df05705388]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a14ef8594682dee32946569265858568ebe3ccaa]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 13:00:05 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [294ead3ba1a7b0aa322dc3983cbffa8c6c23d291]

        INTEGRATION: CWS ooo19126 (1.194.52); FILE MERGED 2005/09/05 15:03:37 rt 1.194.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8f67c6b1fd4867d95e8f3c89e51f75bab538809]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:00:05 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bb693ea28dde9fbb806e9b4af642d99d26ad800]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:18:32 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1f299cb2cf440c7f2067a2939973ab543715314]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:03:36 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [460c9c22f2a09d50ead6a7e4bca6d0e5501f27e1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [298c27b01f9b0d5bcecfbf58a75089fc7e8e44de]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:32 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b75fd2ad5af8dc62b7761b752c8687c018b09e3]

        INTEGRATION: CWS ooo19126 (1.26.100); FILE MERGED 2005/09/05 15:03:36 rt 1.26.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [674634523e0b95e8f97a885827a50d9287d1f91f]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:18:32 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bd619135304481c0aacb3a5760e35f0b1666e68]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 13:00:05 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [396fdb7a354264aca2ff91f5a1dcd2883e34f67b]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 15:03:35 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25fc0a3f15966a1f0c3bda3f219eb15fc33d5dcf]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ade7c93ccd44e8fcfc2d4f054cad6ec4fcb35df4]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:18:32 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4610b236e331bbe5e0407c74dcd9c56915a3cdcf]

        INTEGRATION: CWS ooo19126 (1.8.168); FILE MERGED 2005/09/05 13:00:04 rt 1.8.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0dd0bbcdc5ba2ef7c43f58ed278dcfdbc4ff6d6]

        INTEGRATION: CWS ooo19126 (1.20.114); FILE MERGED 2005/09/05 15:03:35 rt 1.20.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1f08b34205f6e3b438819dd85a1fd074e17a864]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:04 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73585be332f2507bc28e01a0c69d48674188f126]

        INTEGRATION: CWS ooo19126 (1.6.926); FILE MERGED 2005/09/05 15:03:34 rt 1.6.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b2ad5172a7314f625b5a1816da5e346902f78dc]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4da9b33f47f280388fdeb00d3bc5d82a20ba7931]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:18:31 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bb0f7ec0bb59346d43c030f18100ca60c00e63f]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 13:00:03 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c10487d0c6e0c2e52bf6a10fd26a972cdfb1324]

        INTEGRATION: CWS ooo19126 (1.20.98); FILE MERGED 2005/09/05 15:03:34 rt 1.20.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f87b46805d7d580c23e863a0a1c2274afd5fc74d]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 13:00:03 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b23dbb9769b8d6c9de86ee2cd79208ada53586c6]

        INTEGRATION: CWS ooo19126 (1.4.932); FILE MERGED 2005/09/05 15:03:34 rt 1.4.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24421235b5460d53057ca1cecb2b5f8a2ab8f7a7]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [363a7529afdf68434b4c39cc462e399252bc266c]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:18:31 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88a000a4cd6d882acb43502d0d8cca912bef01f7]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:03:34 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4969f359bbcb4bdccd3e7d4d61761ff363ceb13d]

        INTEGRATION: CWS ooo19126 (1.3.668); FILE MERGED 2005/09/05 14:18:31 rt 1.3.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d45052dfb2128cd0e0ff0424c2cf0941ea158a9]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:33 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cadd1ce50320d613ecbc3a66195a16257835663e]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:36:21 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68f1449822e6dc312ab533cc8061a59ebd931bbc]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:18:30 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95fe0f11f76a163a51193a360e4fc01ca6fb82c1]

        INTEGRATION: CWS ooo19126 (1.17.116); FILE MERGED 2005/09/05 15:03:33 rt 1.17.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33c5aac778949054f0d8daec0ec9a8a3e374a718]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5df4fc6a9c96ad657e75ad98f7523d03f9aeb985]

        INTEGRATION: CWS ooo19126 (1.7.172); FILE MERGED 2005/09/05 13:00:02 rt 1.7.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3e9c8d45572ad156202bfa1afd12c02715db7af]

        INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGED 2005/09/05 15:03:33 rt 1.21.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10cf7eafd3563a3fc4a31f0e12c010bf14ce3cbf]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d23183ae054609bb8830e5fabd592cb9a6bc4e44]

        INTEGRATION: CWS ooo19126 (1.9.172); FILE MERGED 2005/09/05 13:00:02 rt 1.9.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f19175fd0fccb13d32b5d14a6724bdfb0af1c4f]

        INTEGRATION: CWS ooo19126 (1.83.116); FILE MERGED 2005/09/05 15:03:32 rt 1.83.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9deecc73ec4315ad0f9fe3e6c2913ef1edf6fb56]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:18:29 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb0dfc6df73faa09cf6dea7689ddbd395553d663]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 13:00:01 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37f377732acc60bdb82cd9e30c7a96f82a3e524a]

        INTEGRATION: CWS ooo19126 (1.6.480); FILE MERGED 2005/09/05 15:03:32 rt 1.6.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [841da9415503abd0eda21f4e34369f500525af47]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29149a2e06679c3d03dc70edca0554a15a124a0f]

        INTEGRATION: CWS ooo19126 (1.7.172); FILE MERGED 2005/09/05 13:00:01 rt 1.7.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b193cfc499afbbcb87474dfbc732cd315a31aa4]

        INTEGRATION: CWS ooo19126 (1.24.116); FILE MERGED 2005/09/05 15:03:32 rt 1.24.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1edf5cb46b48ba0cbb7dc6e221368a560d0d14e]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:28 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef533bd5eca9286e134f02781c9e27fdc4c4b737]

        INTEGRATION: CWS ooo19126 (1.6.326); FILE MERGED 2005/09/05 15:03:32 rt 1.6.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9310b26a275afb1b78917f76b2c168f2dff37e49]

        INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 13:00:01 rt 1.6.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7a977f17ad8260225440148d048199c34cd21c5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77ced93900810045d22d343a3b3382441b1e53d9]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:03:32 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e84e209343e3f603ee28b845c97e398737642f8]

        INTEGRATION: CWS ooo19126 (1.12.150); FILE MERGED 2005/09/05 13:00:00 rt 1.12.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40c65a52cded86905709d66ee38be33c5f21b88b]

        INTEGRATION: CWS ooo19126 (1.31.328); FILE MERGED 2005/09/05 15:03:31 rt 1.31.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45e5c74e5bdb7fe1cddbf34d1b1c8e44c68a41d9]

        INTEGRATION: CWS ooo19126 (1.6.172); FILE MERGED 2005/09/05 13:00:00 rt 1.6.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb14296cacc57d7f120059b2e0e4e4714fe44345]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 14:18:27 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c1da21d9e3d4a312e11433b454b5c5e5c8841b9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ad6fff52fad6cb345081942bac7b09443d1f647]

        INTEGRATION: CWS ooo19126 (1.8.920); FILE MERGED 2005/09/05 15:03:31 rt 1.8.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06506b653ff3c5105fbf2ec9aa42d4ffe0bab3fb]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 12:59:59 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a7016f114e04b1213a1d1b10aa3d6d104d57e0a]

        INTEGRATION: CWS ooo19126 (1.3.550); FILE MERGED 2005/09/05 14:18:27 rt 1.3.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72613358d9a86f04a4dcf1e15f0e2d60b383ca30]

        INTEGRATION: CWS ooo19126 (1.23.116); FILE MERGED 2005/09/05 15:03:31 rt 1.23.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [696d897d84b08528b9de7bc4e1d1ce4486486684]

        INTEGRATION: CWS ooo19126 (1.1.580); FILE MERGED 2005/09/05 12:59:58 rt 1.1.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d74d48e6e0855409995252e8465f516dd80aa75]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6a2662b28af731bae4b365bcc6149f978ef6667]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 15:03:31 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b25380c0a71891a9605c0e91e66b2791fe12590]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:18:26 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be10abd7c7388727c5ed42538c5c7960dace4c4e]

        INTEGRATION: CWS ooo19126 (1.1.580); FILE MERGED 2005/09/05 12:59:57 rt 1.1.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b0577f66c6003bab09fa4405e8a79b79d64383d]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:30 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b1c81dcfa964ef747dc602318ccc2ae35c1a517]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99b17a6a8006082de8c7bed7d7f0b3c4576b2e95]

        INTEGRATION: CWS ooo19126 (1.2.358); FILE MERGED 2005/09/05 12:59:57 rt 1.2.358.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b2f4d2466e39a2997e0d4902a691850bab46f46]

        INTEGRATION: CWS ooo19126 (1.3.930); FILE MERGED 2005/09/05 15:03:30 rt 1.3.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5a46fdee6968ee875b7a7e10526654465a6367b]

        INTEGRATION: CWS ooo19126 (1.2.838); FILE MERGED 2005/09/05 14:18:26 rt 1.2.838.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61ece5bad15a6d601629e4d0524204f0e83bd6a6]

        INTEGRATION: CWS ooo19126 (1.11.116); FILE MERGED 2005/09/05 15:03:30 rt 1.11.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6da320e6e5767897d537be21202f955b2cbe1c2b]

        INTEGRATION: CWS ooo19126 (1.1.580); FILE MERGED 2005/09/05 12:59:56 rt 1.1.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24fc12161b9ded5e7841fcfe1754146bbe077300]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:25 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [706545a03cb59db847c43c88d03896977e6896cf]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eb58c97438c7d2a155b00a82bf68e3dfd8dad33]

        INTEGRATION: CWS ooo19126 (1.38.256); FILE MERGED 2005/09/05 12:59:56 rt 1.38.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d573bfe8d0bd7111243e7ae97eb3a87b353495fd]

        INTEGRATION: CWS ooo19126 (1.2.932); FILE MERGED 2005/09/05 15:03:29 rt 1.2.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce17748a123480bdbb45148312bda53c18a32f66]

        INTEGRATION: CWS ooo19126 (1.6.514); FILE MERGED 2005/09/05 14:18:25 rt 1.6.514.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5e1f72222923d16ae79f6631c8a3bc57f0c32f3]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:03:29 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ac52df6ee437a03d29ae536acd4194722744a24]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 12:59:56 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a90effd8355414081eddee56330ea99b34d296dc]

        INTEGRATION: CWS ooo19126 (1.2.954); FILE MERGED 2005/09/05 14:18:25 rt 1.2.954.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e91c0d0de376a2a65a132a38ea617418d8aa106c]

        INTEGRATION: CWS ooo19126 (1.10.900); FILE MERGED 2005/09/05 15:03:29 rt 1.10.900.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9266d1872c974acf3552b4f75875e560384b1eec]

        INTEGRATION: CWS ooo19126 (1.3.560); FILE MERGED 2005/09/05 12:59:55 rt 1.3.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4288741d012bda14d9eafd81972b97d93dc98d80]

        INTEGRATION: CWS ooo19126 (1.7.428); FILE MERGED 2005/09/05 14:18:25 rt 1.7.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [588039aca7e1597e07ea23a932990bec9366cbda]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0feeaadeeaa4002d340db7685c8120e33a44efd]

        INTEGRATION: CWS ooo19126 (1.24.114); FILE MERGED 2005/09/05 15:03:29 rt 1.24.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72964544405fbb55498bd25b8ad2cd8af3dba2dc]

        INTEGRATION: CWS ooo19126 (1.12.152); FILE MERGED 2005/09/05 12:59:55 rt 1.12.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [746002a479c06684b36641f28c160e2f93475499]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:18:24 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6ebc68ff9af393c83302f0321315b133ec0c0cb]

        INTEGRATION: CWS ooo19126 (1.1.580); FILE MERGED 2005/09/05 12:59:55 rt 1.1.580.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1117144cac55ced0739a0e18db49f435899e9c39]

        INTEGRATION: CWS ooo19126 (1.9.326); FILE MERGED 2005/09/05 15:03:28 rt 1.9.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac5f32915a975699881e11b59b0fb8064f21c00e]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:18:24 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [720227e7a904b5e619464951ddb1d6e90f40b2dc]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45dc4ad5fc8f402a4245f6809bad1a4476ed1185]

        INTEGRATION: CWS ooo19126 (1.23.114); FILE MERGED 2005/09/05 15:03:28 rt 1.23.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbcd9f3929eaa54f3429f56984cecf5271d7acce]

        INTEGRATION: CWS ooo19126 (1.5.274); FILE MERGED 2005/09/05 12:59:55 rt 1.5.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2faf63736d8c6e060d46af5cb7d9fd632b33e56e]

        INTEGRATION: CWS ooo19126 (1.6.294); FILE MERGED 2005/09/05 14:18:24 rt 1.6.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6abfe6c176b5c948ef5d4d1de6272f06936091b5]

        INTEGRATION: CWS ooo19126 (1.5.920); FILE MERGED 2005/09/05 15:03:28 rt 1.5.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f3ae136c2581ace6fa02be51e06f2260a02def9]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:24 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c676bc3e3a988ceac73ea7b563aad8f6ffaec0e4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd23d45434721324763a4f043c38737b07edeba5]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:03:27 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5924736030053f438b3ebdc5df9affd458d247f8]

        INTEGRATION: CWS ooo19126 (1.10.492); FILE MERGED 2005/09/05 12:59:53 rt 1.10.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f26050a787ee31136c7382172fbcf62d307554f]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:03:27 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18aed59c089af57fbb82b2d5a032cdfe37948ca0]

        INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 12:59:53 rt 1.5.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e29c3312a172b158b0a3d227d09cce3b88e602e]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:23 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a5ca7a7417846bae925bd4158c8f553bf908727]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91f08da2d70c9f3472207cbc0748f5df12fa52b4]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:03:27 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28d1110f50b5ac3a54143b8725cd82a0cc6598f9]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 12:59:53 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae7bc41cd459ef8eabc2c9f2dd68cdb0c86ce931]

        INTEGRATION: CWS ooo19126 (1.6.428); FILE MERGED 2005/09/05 14:18:23 rt 1.6.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d97f32c70fa034af08f5cae630286ee8d428d0fc]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:03:27 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd7cd059a237759444c7e35f836a4815fd3eb32a]

        INTEGRATION: CWS ooo19126 (1.8.292); FILE MERGED 2005/09/05 14:18:23 rt 1.8.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6f75106ab70197f4f60cfe0438df718a94f0b83]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b83e795ebb13c01dea62cde91a749e64d0c6168]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 12:59:52 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56ac0a1db004fa0d9035ef6fe23fc5012fc63fac]

        INTEGRATION: CWS ooo19126 (1.17.116); FILE MERGED 2005/09/05 15:03:26 rt 1.17.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e00a106cfa473bf08db8828bda5f9f01ca47467]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 14:18:23 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3931b7cc06f32d7925e688be38b60ee6d50aab99]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d987a87e0739622e4d12989bdb83a5e3bd73ad27]

        INTEGRATION: CWS ooo19126 (1.11.66); FILE MERGED 2005/09/05 12:59:51 rt 1.11.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b51f4b458ab3e24eb16a65639837bf239229e7f2]

        INTEGRATION: CWS ooo19126 (1.25.98); FILE MERGED 2005/09/05 15:03:26 rt 1.25.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ca5f82d51bf0425bc75268730d5345cee09d25f]

        INTEGRATION: CWS ooo19126 (1.7.292); FILE MERGED 2005/09/05 14:18:22 rt 1.7.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92c3cd6ea684ba0d1d2d62cacc07e2ae7643971a]

        INTEGRATION: CWS ooo19126 (1.9.308); FILE MERGED 2005/09/05 12:59:51 rt 1.9.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b3683a96ba0eec5c38bc43395fa597b8eb07a71]

        INTEGRATION: CWS ooo19126 (1.43.96); FILE MERGED 2005/09/05 15:03:26 rt 1.43.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eeb8b2f9d186bdf320bcf013d0e62fbabb10bcff]

        INTEGRATION: CWS ooo19126 (1.8.428); FILE MERGED 2005/09/05 14:18:22 rt 1.8.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5780de3de52e55e49470fd1d07c4c48f0ffa5c25]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38594de3f1091398cce045762a88bb4e4b92a2c4]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:25 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [504c7d773f8cf10cd0ca179f878ba76cb0fc4b21]

        INTEGRATION: CWS ooo19126 (1.5.308); FILE MERGED 2005/09/05 12:59:51 rt 1.5.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6e22fe071616d0ba42ce8f90b964cb541d662b7]

        INTEGRATION: CWS ooo19126 (1.4.408); FILE MERGED 2005/09/05 14:18:22 rt 1.4.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1c5c5ac78d2cf14c0cc4834c09503ac593af5bf]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:03:25 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ef0251f1a403db5cd0e138369270fde1af4095d]

        INTEGRATION: CWS ooo19126 (1.11.64); FILE MERGED 2005/09/05 12:59:50 rt 1.11.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1179f8a34eb928c7c79ce08a167462d6ac13e724]

        INTEGRATION: CWS ooo19126 (1.2.1096); FILE MERGED 2005/09/05 14:18:21 rt 1.2.1096.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98c77aa595b49857d34a1e58c53dce39ffaec8d0]

        INTEGRATION: CWS ooo19126 (1.28.116); FILE MERGED 2005/09/05 15:03:25 rt 1.28.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3bbbd30443492e4d6ac7ef91ef8e9ff0a9947ac]

        INTEGRATION: CWS ooo19126 (1.7.198); FILE MERGED 2005/09/05 12:59:50 rt 1.7.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b19d751ef601d41f093979070a9a88774f902f0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0cbe27d07f242ddb10c638e908629d08bc67ca9]

        INTEGRATION: CWS ooo19126 (1.7.102); FILE MERGED 2005/09/05 12:59:50 rt 1.7.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d4f31b3ccd21b930bd7cee7c1cf48e220edce71]

        INTEGRATION: CWS ooo19126 (1.39.116); FILE MERGED 2005/09/05 15:03:24 rt 1.39.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09914c683b279346ae8f994e4cdc5fe6e92c9658]

        INTEGRATION: CWS ooo19126 (1.3.590); FILE MERGED 2005/09/05 12:59:49 rt 1.3.590.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e41a447c3cc873bbfa070ce631e0b013cbd917d]

        INTEGRATION: CWS ooo19126 (1.1.940); FILE MERGED 2005/09/05 15:03:24 rt 1.1.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20a08941243ac0c7a5f719ae5c37e2ac866e8145]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:36:05 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd49e634f1c82c7d9e21e8589bbf059929004cb4]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 12:59:49 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [723495dbf6586869d54618b0bf1ffa1f0f75d946]

        INTEGRATION: CWS ooo19126 (1.18.114); FILE MERGED 2005/09/05 15:03:24 rt 1.18.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [484998cb593daf3c83451afc9f40fa1a2c7f2e49]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1989c866353916f26cd9a8e519957c800fe519c2]

        INTEGRATION: CWS ooo19126 (1.6.308); FILE MERGED 2005/09/05 12:59:48 rt 1.6.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c86def776e2ebc1524f932e35ddfeae7450a2055]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:24 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a5df0a0d4f6feb224f42f54d6e4145abaf0af58]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bef2b99ec1f1c4f11de4d2458192241a6dfb5a3]

        INTEGRATION: CWS ooo19126 (1.5.308); FILE MERGED 2005/09/05 12:59:48 rt 1.5.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bc57b38ea83087b950c065b2be343c2e4439b53]

        INTEGRATION: CWS ooo19126 (1.21.46); FILE MERGED 2005/09/05 15:03:23 rt 1.21.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29af417bb12ce9ab85ae741173a9d12c36a66e41]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:18:20 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a2d431b555f333c7542e3f01a9a4fd3605b8bdd]

        INTEGRATION: CWS ooo19126 (1.3.222); FILE MERGED 2005/09/05 12:59:47 rt 1.3.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b94c135254cf5fc21aad870d9b1e4612a921a6d]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 15:03:23 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eeb3dcc28bf8ac4ecab3c2600c1a1897a487a773]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:03 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3820852ebb80bf5766ddf9a3abc4407b66725ac0]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:03:23 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5928dd058cd50c3b50ed422f5abec99d88ce7b1c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:59:47 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9739cd21ac2814b1996a3e9caf64adeb1a9f90cd]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:17:21 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c52cd4963d0ca34d13f84f656291f96313eab69c]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:03:22 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86c4396203bea5821a289c89ec42d87f3b8ebc6d]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 12:59:47 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c79a6d78165b0fbe4ff551ddddaf207eb02d2abb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4472b53578b73c15e50fd107d8a9cc5376dce786]

        INTEGRATION: CWS ooo19126 (1.1.904); FILE MERGED 2005/09/05 15:03:22 rt 1.1.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f2ef649db4a44775d7178f037a34ce693cb8566]

        INTEGRATION: CWS ooo19126 (1.5.466); FILE MERGED 2005/09/05 12:59:46 rt 1.5.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60d7b38ef03755794bc3e75e16244d66cd5a844a]

        INTEGRATION: CWS ooo19126 (1.9.308); FILE MERGED 2005/09/05 12:59:45 rt 1.9.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c32054bd4c955387dd0214140fe97e828f718ea]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:03:22 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed209121f7ab83a5035ae48f0a3d9ec7ec954e52]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b78e72aac2fcc9a55537e4caa41784d09a96200c]

        INTEGRATION: CWS ooo19126 (1.16.142); FILE MERGED 2005/09/05 12:59:45 rt 1.16.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7ab41df7ce9aa4870196caf9ec76ff686730de1]

        INTEGRATION: CWS ooo19126 (1.11.114); FILE MERGED 2005/09/05 15:03:21 rt 1.11.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cb592693a8edc1d69af29ac265e2ec32edd367b]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:21 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9610c897c7b69e19d702e85332f3d9f2ebd0aaa4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:59:44 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4509288446097f624e7e29632630f889264e924]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:36:00 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb859d94fe17b200e0f4858d88b461e27cda6d35]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:03:21 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a6db8a823491a26b99c117e4fedd174cb1c32af]

        INTEGRATION: CWS ooo19126 (1.5.292); FILE MERGED 2005/09/05 12:59:44 rt 1.5.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c6aae6428c4d0cc5a4b616cc31729d67b2522cb]

        INTEGRATION: CWS ooo19126 (1.12.932); FILE MERGED 2005/09/05 15:03:21 rt 1.12.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d187646053f1ea041058480a4d9bf24850f1ce8f]

        INTEGRATION: CWS ooo19126 (1.3.458); FILE MERGED 2005/09/05 12:59:44 rt 1.3.458.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0d63e4f09afe861da3bc1ea54ebc6e4f46b8006]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd57d4f9b09eaf322248de2950cbe80e37ded4a2]

        INTEGRATION: CWS ooo19126 (1.22.114); FILE MERGED 2005/09/05 15:03:20 rt 1.22.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b512e881f52dd2c17f756865ac0b1f9c17fe11d]

        INTEGRATION: CWS ooo19126 (1.2.1478); FILE MERGED 2005/09/05 14:17:20 rt 1.2.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07fe1f550b44d6c3563ebcffe906d059c59a751b]

        INTEGRATION: CWS ooo19126 (1.10.308); FILE MERGED 2005/09/05 12:59:43 rt 1.10.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4408604f2804a21e689d8b2e11947ce90ccdae1b]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:03:20 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b8424560229a84b61167ee512a9987eea1a3c92]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:58 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6044660895ac16a6c5eda3247e5e43c2a3dc2c68]

        INTEGRATION: CWS ooo19126 (1.2.582); FILE MERGED 2005/09/05 12:59:43 rt 1.2.582.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0b712324d43a5bb218aae713d34e047844bfd07]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 15:03:20 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5099dd460d38288c3c15bef54fed0a89fd3f8b6]

        INTEGRATION: CWS ooo19126 (1.6.308); FILE MERGED 2005/09/05 12:59:43 rt 1.6.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d188e17f87df716f26a8f9ee7e95ea2beeebbd4d]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 15:03:20 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9966a92e14672d4740de952f618a5d5ce7e1b642]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:57 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2161b24e7eff83b8f95ddc5d2747efb1ad14419a]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:17:19 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcecd486895975006fb3f649d13d030a92278bcc]

        INTEGRATION: CWS ooo19126 (1.7.68); FILE MERGED 2005/09/05 12:59:43 rt 1.7.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d5a04f475e17f0a4ee3e45ca42067825f8b20ea]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:03:19 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9794ad140deb7df2f1c2ae5e88fa69845c2f9ed]

        INTEGRATION: CWS ooo19126 (1.13.116); FILE MERGED 2005/09/05 15:03:19 rt 1.13.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1b0abda9a1a26106ee5e99263cab3f58347e60c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45246ee795e44b77db7bedeae6ac1ea4387dc023]

        INTEGRATION: CWS ooo19126 (1.13.430); FILE MERGED 2005/09/05 14:17:18 rt 1.13.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [765fbcf28f3c6925d7c44bc2fccfbb1b594e4adf]

        INTEGRATION: CWS ooo19126 (1.8.308); FILE MERGED 2005/09/05 12:59:42 rt 1.8.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b024154cf6746fe350d65a0ba4d51926f496b1b5]

        INTEGRATION: CWS ooo19126 (1.21.114); FILE MERGED 2005/09/05 15:03:19 rt 1.21.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65b3cd4b6843141b789cc7d9ccb8c4b9e052f71a]

        INTEGRATION: CWS ooo19126 (1.3.252); FILE MERGED 2005/09/05 14:17:18 rt 1.3.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca94954a65abe6a64b776ab6d26f859dbc849c98]

        INTEGRATION: CWS ooo19126 (1.14.104); FILE MERGED 2005/09/05 15:03:18 rt 1.14.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c116c26b65590bff6286e741e507d2783bc21882]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:55 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59b4205586781fe6306250b357af0c09706446b3]

        INTEGRATION: CWS ooo19126 (1.10.420); FILE MERGED 2005/09/05 14:17:18 rt 1.10.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d29254537f5b8cb4861c4bd99a0ed4ed2fde4de5]

        INTEGRATION: CWS ooo19126 (1.25.114); FILE MERGED 2005/09/05 15:03:18 rt 1.25.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99b0502cc12a5d174e3f6c48079ab1a7a459419e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f953535008e77191e0bc66fea1ac123c51516c18]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:17:18 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b745532a8bf7ce4491f06773a903ef4ffcd627f3]

        INTEGRATION: CWS ooo19126 (1.5.920); FILE MERGED 2005/09/05 15:03:18 rt 1.5.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8b5e8680431143ecdfdd93eb14b2471cd233b91]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:35:54 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a8d70fd97dbb2fd96080d11308abfd5d818bd6a]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:03:17 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [433480121e5db26a3a63bf87688e05f960f74030]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:53 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d24b56e3b037f0b0b5165bf66abb86c220717c02]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:03:17 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [725e88575d6916dcc04163f2f256bda49c7a1b3e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ecf36e87acdfe3ef2977cb5313611be64a1c622]

        INTEGRATION: CWS ooo19126 (1.76.144); FILE MERGED 2005/09/05 15:03:16 rt 1.76.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3020adf39f13da5bcab395c372193eb7b50024df]

        INTEGRATION: CWS ooo19126 (1.20.116); FILE MERGED 2005/09/05 15:03:16 rt 1.20.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9c41f35b3f194654056aff4560261d4d3bd01cd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35a482b45acb145c5de6f74ebb642ea25e1815e0]

        INTEGRATION: CWS ooo19126 (1.15.146); FILE MERGED 2005/09/05 15:03:15 rt 1.15.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7341eb775f16a9913f71492e8747f757d7650fee]

        INTEGRATION: CWS ooo19126 (1.13.328); FILE MERGED 2005/09/05 15:03:15 rt 1.13.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfff4e1634281abcecd209ecdc6dc689f7fcf7d2]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 12:59:38 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6b7cc9a94463f32b46b03c19d6b26d503efc825]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08fa204c2e3679565899773d63266cade8a6a42b]

        INTEGRATION: CWS ooo19126 (1.26.144); FILE MERGED 2005/09/05 15:03:15 rt 1.26.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e66e6da248e1dd3e6a3a066dcc2b5b4b3ac132d0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [102aa738bf3ac4888b0f8f0a2577f826536349c2]

        INTEGRATION: CWS ooo19126 (1.21.146); FILE MERGED 2005/09/05 15:03:14 rt 1.21.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24b06469686d1dd22bacc46b99d5e3fea8bfdd44]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 12:59:38 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6887a02fb48938cb70f8efc903fb381f72f506ea]

        INTEGRATION: CWS ooo19126 (1.8.234); FILE MERGED 2005/09/05 15:03:14 rt 1.8.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [482d388b4be552d481d945c34c804a7db3a464c6]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 12:59:37 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [789c946030deb7a872d17949e09093b661f422c0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfab54b55bb0e99dd46932409d6c105a28b67d5f]

        INTEGRATION: CWS ooo19126 (1.13.328); FILE MERGED 2005/09/05 15:03:13 rt 1.13.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b07f807738b09f0e9323e4e4bf66d05f769b718f]

        INTEGRATION: CWS ooo19126 (1.9.222); FILE MERGED 2005/09/05 12:59:37 rt 1.9.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a6a5158a9539062977ff78a96e4b53db54d9439]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:35:48 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7383a0dc750e015d7dffa599179b984146833cfa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:03:13 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46767a09a03266dd601f4bba242956a569349092]

        INTEGRATION: CWS ooo19126 (1.18.222); FILE MERGED 2005/09/05 12:59:36 rt 1.18.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bfc9a8b411fd2c0c3202d03177f778f5a3716fb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09d28d02eb389e7433dc1590ea145d89a318f59a]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:17:16 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5255e44031114392d38362f5ee8c7f04d3e67dfc]

        INTEGRATION: CWS ooo19126 (1.17.148); FILE MERGED 2005/09/05 12:59:36 rt 1.17.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49a0adcfcb0deead087684ab55789395884175d4]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 15:03:13 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec84cd805096326524c2026be133532d91d7f57d]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 12:59:35 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fa3530f9c2130046d4543206d2c0c48c3ef233d]

        INTEGRATION: CWS ooo19126 (1.2.196); FILE MERGED 2005/09/05 15:03:12 rt 1.2.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51382e87741262a592c9e2cf5a67aa0178ab4cc1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc386f541448a1ebce1c4fecd4b0f55f921cf48d]

        INTEGRATION: CWS ooo19126 (1.2.590); FILE MERGED 2005/09/05 12:59:35 rt 1.2.590.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6bcd84f783d06a79169a9f6b87c0194f3d8c030]

        INTEGRATION: CWS ooo19126 (1.4.146); FILE MERGED 2005/09/05 15:03:12 rt 1.4.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0804195232332d46c60b7858a9f6c1b25e444457]

        INTEGRATION: CWS ooo19126 (1.13.308); FILE MERGED 2005/09/05 12:59:35 rt 1.13.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21356b7f96ec5a3ba3362bb7e1e375f2d227358e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:03:12 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8df40ca42a9d12f553ee41e76cc5fe3d565686fd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:59:33 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a19974ed45cd6dacf408a9ff7cc99b7ece387ee]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:03:11 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [700297245c5e5a7663a8ac825850455c31543ac0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [945e4789afe17a5a16e19112a116e50c333e6320]

        INTEGRATION: CWS ooo19126 (1.7.308); FILE MERGED 2005/09/05 12:59:33 rt 1.7.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a779d5d1d22bf466134cb7c98cfcc9e037b52bb]

        INTEGRATION: CWS ooo19126 (1.12.196); FILE MERGED 2005/09/05 15:03:11 rt 1.12.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a9100592c11c26b3d2dfac98302e34668c2d768]

        INTEGRATION: CWS ooo19126 (1.13.148); FILE MERGED 2005/09/05 12:59:32 rt 1.13.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [196831b48d895ee3a52f5427896f07faa3b04f51]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b78afe74e37d8d576be09a34dbfbbda82b602df8]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 12:59:32 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5afff966c24774954c94e0e662755279f1a92b72]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a11b2a1c6252dff22817ca1190b9fad6403573cb]

        INTEGRATION: CWS ooo19126 (1.8.222); FILE MERGED 2005/09/05 12:59:32 rt 1.8.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcea202b1f57ec34f8f0814362b9ad832aaf70e6]

        INTEGRATION: CWS ooo19126 (1.9.220); FILE MERGED 2005/09/05 15:03:09 rt 1.9.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98b8fbb78b6045740657ed0577ff78f4758947b8]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:35:43 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4232f87d418d92c12c3300d1bbd74b1a4883e49]

        INTEGRATION: CWS ooo19126 (1.17.68); FILE MERGED 2005/09/05 12:59:32 rt 1.17.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8af676770713e5d10a73393bc5d32b63232c5e78]

        INTEGRATION: CWS ooo19126 (1.2.236); FILE MERGED 2005/09/05 15:03:09 rt 1.2.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8ce87f2c1c2c7ab57f03d938384347175f55889]

        INTEGRATION: CWS ooo19126 (1.4.492); FILE MERGED 2005/09/05 12:59:31 rt 1.4.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fd857cb861087364043adcb1402925bb58937bb]

        INTEGRATION: CWS ooo19126 (1.10.154); FILE MERGED 2005/09/05 15:03:09 rt 1.10.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f622a048d83a1bd9c3fef420c3b1d3b15418652]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:35:42 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c20219bdf929ce7fa70dd5c21743fceb0e4fd5cd]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 12:59:31 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3d7e89eb4ecfc08bf05107f08fd173914abfb6e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [037db115cc0dca9842eebc78827a7724e473e5cb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:03:08 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [303ac285d6141627a2875e0346b4db88580e62aa]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 12:59:30 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39c6e90daa9547a50e0b819883d97cc5d0b17ac2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7977a6ec2f453429a1c15389ea9fd38c04aeccf]

        INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 12:59:29 rt 1.2.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7913a347ac1a0291ed22e9cdcebe51458adf568]

        INTEGRATION: CWS ooo19126 (1.6.146); FILE MERGED 2005/09/05 15:03:07 rt 1.6.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb408f40293a05cc6f66178e0994ff145521f93]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55f1cb869f1e9b3cb7c9427c3de7a97fc81cf691]

        INTEGRATION: CWS ooo19126 (1.3.168); FILE MERGED 2005/09/05 12:59:29 rt 1.3.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [862b9de9f66ac19314d1e2af0634de3a7dfc6297]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:03:07 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20e331914e48916cd6f7ee0756300365b5ec1807]

        INTEGRATION: CWS ooo19126 (1.9.146); FILE MERGED 2005/09/05 15:03:07 rt 1.9.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47334e00b75949bcd5ed6ae58ea4159b85a630ff]

        INTEGRATION: CWS ooo19126 (1.3.124); FILE MERGED 2005/09/05 12:59:28 rt 1.3.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45666bc6a531c73344a3716ee15c36832f18af69]

        INTEGRATION: CWS ooo19126 (1.9.236); FILE MERGED 2005/09/05 15:03:06 rt 1.9.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aadbed619b812ff1fb24c8e7a58cd756f6f10e88]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47e614fb442aa516cb462a509eb6d0ba79d7098a]

        INTEGRATION: CWS ooo19126 (1.3.168); FILE MERGED 2005/09/05 12:59:28 rt 1.3.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f8efd02ad7ada478993591c7cc066253773e005]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:03:06 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2ad9df6048665c737bd3eac82bae03942a266f7]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 12:59:27 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa6e14dad344a62dd93b6f2ca395efd43d3e3a9d]

        INTEGRATION: CWS ooo19126 (1.5.144); FILE MERGED 2005/09/05 15:03:06 rt 1.5.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1c305dc4dc5242a7d2cd7c103352f40b168c368]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b643406925f2c2a5aa186dc5b86b57c7cddc8bfb]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 12:59:26 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2143aabb8003d19fedf1a75ac1440d985b9a420f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:03:05 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebd58ea69932bad5f5bc5dc87a4716b5845a5d7d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e71c69f066255016bcd47df741845cae5c518b5]

        INTEGRATION: CWS ooo19126 (1.8.90); FILE MERGED 2005/09/05 12:59:26 rt 1.8.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b824c43af5fac40e478bd92d8cdc65846bf43315]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:03:05 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [656ee0d6a3133759544009d1537e9954fb40f9dd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f43c78a15820ee918526eaad08f165f0212cf0da]

        INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 12:59:25 rt 1.2.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce56cfab6a9997b90df360910c69913ca2d43c15]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:03:03 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb36f09dd568fe251674273c4c78efb278f17d6b]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:03:03 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c439f9f54e2a05bf2d963ad780ae4266574a96]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f04b1935b6c83d617b3a3b855f5405c1504b10a]

        INTEGRATION: CWS ooo19126 (1.22.116); FILE MERGED 2005/09/05 15:03:03 rt 1.22.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10f96a00cc458ae02a329b228c22371b7d528ab3]

        INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 12:59:24 rt 1.2.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdf52705df3b0ab654d5b5320985ce30fc76b870]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 15:03:03 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a4750bcd7293d5b1e3f518d22762c327da19874]

        INTEGRATION: CWS ooo19126 (1.4.168); FILE MERGED 2005/09/05 12:59:24 rt 1.4.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37ddc5f8a79133708391187fe5ee6db8339b8e55]

        INTEGRATION: CWS ooo19126 (1.16.116); FILE MERGED 2005/09/05 15:03:02 rt 1.16.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d8b57dd94e752192c67f3018ab2d30dfc7cc5c6]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [319524dd9a83344267d4cb40345c157854dc6411]

        INTEGRATION: CWS ooo19126 (1.10.78); FILE MERGED 2005/09/05 12:59:24 rt 1.10.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19f05516b79c0d714b26abd2c1dc36292e0c668e]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:03:02 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [486247797d8ebd57170a4ed0bcb614a894ae7a46]

        INTEGRATION: CWS ooo19126 (1.13.78); FILE MERGED 2005/09/05 12:59:22 rt 1.13.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bf14e4279990bedf2f7c5caa00f53832c352605]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4736098aa8e33af84951002a7f248b0252f0290b]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:03:02 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fae8129c9ca59550d0cc4ad6fa3fbcbeb747431]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec4c054d82fc285ebc1b3a0e8a78326adb5adcf0]

        INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGED 2005/09/05 15:03:01 rt 1.21.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c45523278326dba81b15561e86ba6544260c6dd]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 15:03:01 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [900c5efe9e8c76e0695cd6eaa4a9aa30327e908b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e43ca853b3bee4b68551c538fff0de27bc5ac5e]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 15:03:01 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed09a4f300759a0b9b3372ef94f4be9ce89f45e9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bd89075d71220f1690bd93ee07d013a05b455e7]

        INTEGRATION: CWS ooo19126 (1.11.192); FILE MERGED 2005/09/05 15:03:00 rt 1.11.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90d08149f095ac702f1a983864a8da7b4fb3fc62]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f593beda53f8dabb247fcf208d6acd756bd18d4f]

        INTEGRATION: CWS ooo19126 (1.2.192); FILE MERGED 2005/09/05 15:03:00 rt 1.2.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b330f9980e837b8d4df7a1cbde6dc84560e18a4c]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:17:07 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3030e8beb4180324c8d499d790241ef039b5c576]

        INTEGRATION: CWS ooo19126 (1.6.192); FILE MERGED 2005/09/05 15:03:00 rt 1.6.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e798c5d10ffa87f6c67573566cae8838cbf96db]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 15:02:59 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5e9d86ad74734a1b61f9ff49f8f62a2c42cc07e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17d0df001b62bf9bada9ffa2aae8ae20aa3a335e]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 15:02:59 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e7a20ab2d23149c7a93cefa9e431920bf894ebc]

        INTEGRATION: CWS ooo19126 (1.7.176); FILE MERGED 2005/09/05 15:02:59 rt 1.7.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2066914239b3aaa309e53406301bf2df1eb5d2c7]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99688e1f519a00814d8aca4bd120a256411b91d6]

        INTEGRATION: CWS ooo19126 (1.24.146); FILE MERGED 2005/09/05 15:02:59 rt 1.24.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [950a54829e5cfc1c6577c44915267c0c8338ae6d]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:02:58 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59501aa20e30f9ddd527c5d537c5299b222ee7f9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1593d7b39e273263ef04db49d66a35fd40e36fe]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:02:58 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef5378909d5bd87181a9cf7ee4c578e92fd3448a]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 12:59:05 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [483860a6e070dbf39eef114e5b3a929a1d6d4aa2]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:02:58 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0efb623730410cc0eb489da48b626fe99381a7b]

        INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGED 2005/09/05 12:59:04 rt 1.4.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f18bc964bcd5c3d839c6fee501217cb7eb9f47a5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28818182ed7f5c2e5c284ab79cfaabbcccbe623d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:17:05 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91a862754061454dba9535bb8e5bc5b3bf111b63]

        INTEGRATION: CWS ooo19126 (1.17.116); FILE MERGED 2005/09/05 15:02:58 rt 1.17.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f122654d6bd7768d49dcdf9db138862ac1bcc46]

        INTEGRATION: CWS ooo19126 (1.5.358); FILE MERGED 2005/09/05 12:59:04 rt 1.5.358.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3a25fc122724972992524664f0dafc970ef1d96]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:02:57 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d9dfd5b4fa838bd3139ba23da597fc4c2a577ed]

        INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGED 2005/09/05 12:59:03 rt 1.4.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b792795eb9e97ebde343a980b1f9b4912f6590c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a63a7435c26c07cd0cbeac5ba90af13e755c548]

        INTEGRATION: CWS ooo19126 (1.16.116); FILE MERGED 2005/09/05 15:02:57 rt 1.16.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82dcc207fa8827d80b496a20cad12b1ccb99a662]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 12:59:03 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02f84a02b9f448c301ff607df48477f7609d96d8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [508a63d6f4db4b971e64c47f8e29faa9293e5ec7]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 15:02:57 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe6f59822533ab5c5453cad2b4bd5b61eaf9ee47]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:17:04 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5de428bc1ada80b9caf28a170cbbe1380bbd366]

        INTEGRATION: CWS ooo19126 (1.2.596); FILE MERGED 2005/09/05 12:59:03 rt 1.2.596.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6c3561788232bb8c7b01e459fdb6c5e615b468b]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:02:56 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c32598df2c423f6ae6f6ebd6246265cea4aa3b30]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:59:03 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1edbc081d8bf87bef70f494959ac41df84100818]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e21ae833f46405a9d8e64f31cb53c906f59a0848]

        INTEGRATION: CWS ooo19126 (1.2.192); FILE MERGED 2005/09/05 15:02:56 rt 1.2.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a10156ac32b798eec86c57b09b8fb84e74045236]

        INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGED 2005/09/05 12:59:02 rt 1.4.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7495073ec0fff773c0bf4c579b56d4c5406dfd5f]

        INTEGRATION: CWS ooo19126 (1.11.192); FILE MERGED 2005/09/05 15:02:56 rt 1.11.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7d18529d82b4137dd6167208e233549177d9087]

        INTEGRATION: CWS ooo19126 (1.7.192); FILE MERGED 2005/09/05 12:59:02 rt 1.7.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872c329fd240c30d109fca2d5e057063646dc2ab]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9966098cbe0424faaf473af185c54d5013e8f14]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:02:55 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [331c10afe55fd2afb648cc4a6fd90d09e1e596ee]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:59:02 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6336ccd1e4b5f456f97f7e75bb218bcffe25b3df]

        INTEGRATION: CWS ooo19126 (1.17.116); FILE MERGED 2005/09/05 15:02:55 rt 1.17.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7c3e8e9e3b15aa9076795653b763bcbdbdda629]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 12:59:01 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3a977fd4af0ec8a7808d801fac425218b68e495]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c737ae7fb40497bc6617b1ce94e6b9ba3aa7f14e]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:02:55 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f87054774291538cc8702a75867003e873c44b5d]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:02:54 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [851d1c1b48c4446828b1aef3cd2647b96bc40dc7]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:17:03 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbbd865a31e3a411a588054be815c33036a3eda0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23520042e3ba5f668a943319ccf282a466e644af]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:02:54 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d37764f20d9afa30e8442618e35e2a47a06f037]

        INTEGRATION: CWS ooo19126 (1.6.274); FILE MERGED 2005/09/05 12:59:00 rt 1.6.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfbedaf75ca4a58321345927657952c7cc3e0a97]

        INTEGRATION: CWS ooo19126 (1.15.110); FILE MERGED 2005/09/05 12:58:59 rt 1.15.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c5086773b82fc1832bf3c8761b7723b1f3eed4c]

        INTEGRATION: CWS ooo19126 (1.6.146); FILE MERGED 2005/09/05 15:02:54 rt 1.6.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49c0324015b69cffcd5efedced8ef8395bdd784f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdcf43f670505b3d90fd4ff29aa7beb0ed8e521c]

        INTEGRATION: CWS ooo19126 (1.14.146); FILE MERGED 2005/09/05 15:02:54 rt 1.14.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2db1be194776ccf6b60178b91a94e37a0a0c1876]

        INTEGRATION: CWS ooo19126 (1.37.256); FILE MERGED 2005/09/05 12:58:59 rt 1.37.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87ac64c4adbdefa9d68460cbb28c7d54de72c6c1]

        INTEGRATION: CWS ooo19126 (1.6.146); FILE MERGED 2005/09/05 15:02:53 rt 1.6.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78bb641edfe6659fdf6d2e1caecb3810971214a]

        INTEGRATION: CWS ooo19126 (1.7.274); FILE MERGED 2005/09/05 12:58:59 rt 1.7.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [901961c20c0811850b3ced38cb685e1f04eeebd5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [162ec83f52f9b8947a48cf346fe5870feea22343]

        INTEGRATION: CWS ooo19126 (1.5.354); FILE MERGED 2005/09/05 15:02:53 rt 1.5.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2004d586f079c2e1d86d8a453a4794ee11c2387b]

        INTEGRATION: CWS ooo19126 (1.14.172); FILE MERGED 2005/09/05 12:58:58 rt 1.14.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2549b6723c263655c108a7a15eae40d61b06c992]

        INTEGRATION: CWS ooo19126 (1.16.116); FILE MERGED 2005/09/05 15:02:52 rt 1.16.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f69ea305a8a132966da02a3aa4e2554ce7e1453]

        INTEGRATION: CWS ooo19126 (1.26.256); FILE MERGED 2005/09/05 12:58:58 rt 1.26.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b580efda556c109aa8384e21683a4abab11e137]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:17:01 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edc38dd6c27c228fc4819b9cb68ebba38088020e]

        INTEGRATION: CWS ooo19126 (1.3.274); FILE MERGED 2005/09/05 12:58:58 rt 1.3.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3eb6b63e94bc0edd19a0dea7ba898957be7acd6]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:02:52 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8fcf18dcfcedf7e1260b750221cabdef07bc8ff]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da43aefd894735a0e966df5b3d754429c7fb36a0]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 15:02:52 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c833fbf682351a0c3d92033cb72a04b4e7c06fba]

        INTEGRATION: CWS ooo19126 (1.12.122); FILE MERGED 2005/09/05 12:58:58 rt 1.12.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4926fc8b95ce52f102dd734574979dd83d0e4d7]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:02:52 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5690bb55eef8a8ff615bf6e79f00700aa2f231a]

        INTEGRATION: CWS ooo19126 (1.29.256); FILE MERGED 2005/09/05 12:58:58 rt 1.29.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4c9a7182bdc1207fb63a120376c14d7a7606fbf]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e36296111b368bab84389e5fdfc78b3a313b3c80]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:02:51 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f691041da287cac350e7d9e54c2c1a687daaf1a1]

        INTEGRATION: CWS ooo19126 (1.4.96); FILE MERGED 2005/09/05 12:58:57 rt 1.4.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20cb2fe7b5f75ab3cf76cdd7e6c2645eb368305b]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:17:00 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d71f5eb3381644409b9ff8612c99e8a53a826525]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67c1d077683a7f39d151367d5139a7de8195fb37]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 15:02:51 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [210162e9312e557913ebdcea7c4878a5004aa7cf]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:57 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81c4eeda897e081381e13985a012efbc01cdb347]

        INTEGRATION: CWS ooo19126 (1.16.116); FILE MERGED 2005/09/05 15:02:51 rt 1.16.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a028d7deeac8aa7691fada242f7c5c1f617cb163]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0c5cd9614d5e65bf63572964aae8630d46f6020]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:02:50 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee1cc0b1118562b109ffc2f598d029ee5f2307ba]

        INTEGRATION: CWS ooo19126 (1.4.504); FILE MERGED 2005/09/05 12:58:57 rt 1.4.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc0ee46c737fb2f55afa1607f18eb5060867bace]

        INTEGRATION: CWS ooo19126 (1.5.192); FILE MERGED 2005/09/05 15:02:50 rt 1.5.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5e31c286da696764751814adc19fcd0a5ea1d09]

        INTEGRATION: CWS ooo19126 (1.10.172); FILE MERGED 2005/09/05 12:58:56 rt 1.10.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0baa18a7990000ad18024bff86f9e049f04d23a3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86f2b1f5ea1a6c8bc2c212f4d3bb0d23b3e89dc5]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 15:02:50 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4cb117f57b52ef9f7481bed9215e45430e33f4e]

        INTEGRATION: CWS ooo19126 (1.34.256); FILE MERGED 2005/09/05 12:58:56 rt 1.34.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [331f7d9bf4584a6501c9ad37a5accdfa5dc12fe3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:16:59 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7aeea0d7bc84aa63a47796c61e853d94c2ed2c7c]

        INTEGRATION: CWS ooo19126 (1.42.146); FILE MERGED 2005/09/05 15:02:49 rt 1.42.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [288899560f79a55befbb77e6a03e240f43843669]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 12:58:56 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adc026dd6795145cae4ea72b9b45fea5b9575b56]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddd3f827bd65f6905e3b7511c8d809d59f1195d3]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:02:49 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31abd0afc99c3ecff704f41ab38e52a0d118b96b]

        INTEGRATION: CWS ooo19126 (1.16.110); FILE MERGED 2005/09/05 12:58:56 rt 1.16.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90420447db3264e569f97821d80dffadc34d737]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:16:59 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38fe2b1be1f679ead2498618a59864e35663dc14]

        INTEGRATION: CWS ooo19126 (1.7.154); FILE MERGED 2005/09/05 15:02:49 rt 1.7.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3c871ce2891ef6a54c866ed2ae43f7b55964a54]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83334e768812723b8cad8ae3b65c7d44b8445412]

        INTEGRATION: CWS ooo19126 (1.37.222); FILE MERGED 2005/09/05 12:58:55 rt 1.37.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0f1d86e88b77b7445df5058814cfe8983464df4]

        INTEGRATION: CWS ooo19126 (1.10.238); FILE MERGED 2005/09/05 14:16:59 rt 1.10.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91a682ba5f65782096402dc6b0f01e055b4b6968]

        INTEGRATION: CWS ooo19126 (1.3.236); FILE MERGED 2005/09/05 15:02:49 rt 1.3.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2970d7ce3299aef83a0e695624feaa71401a3fd]

        INTEGRATION: CWS ooo19126 (1.5.222); FILE MERGED 2005/09/05 12:58:55 rt 1.5.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33e018d46f6c067f44d8246c73d8eab15dc8ec1c]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:02:48 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb596510f51f50cb7280fb9db03f4431ea97704e]

        INTEGRATION: CWS ooo19126 (1.11.108); FILE MERGED 2005/09/05 12:58:55 rt 1.11.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9323103212cae41343e6ef0cc4d928f0ee1ab4d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9720eb9dd11c50c1d9278ee9f1690736b3f94e7b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:48 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03371c95457badd87cdb021b1b3fb4ebf9c0c1df]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 12:58:54 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ad7d4cb1c3bdeea3b6ad0fccce3e556c5a2ed41]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:02:48 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [130ce29dfa121598f8b88e6d589641541f34b02d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cab64e1178c64a4e8da62055f4434ad651983605]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:58 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8f1ddd4d82d362f20308a9c4320fee48677048a]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 15:02:47 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fb6ab0926825004a6ec995b2204ca97a3df0c52]

        INTEGRATION: CWS ooo19126 (1.8.6); FILE MERGED 2005/09/05 12:58:54 rt 1.8.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [763b6a17308f23f36677fe4353c29d55ae95a42c]

        INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 15:02:47 rt 1.3.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1661b240a909c22af34ea9042d3e62ab36f0746f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91c96fa62ce66b779d8956897a3daaa821476e62]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 12:58:54 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a74635ab38f2773d4c9d24c3fb1e42f1e1dc119]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:02:47 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5ecc6142a1bf02b157d34cb40f3deeb001cdab4]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:16:57 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3493cf06781cb580cbec82843b69277dccf15cf8]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 12:58:53 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dc54c9af720999b3ca160677d249f37ea1d81b2]

        INTEGRATION: CWS ooo19126 (1.41.116); FILE MERGED 2005/09/05 15:02:47 rt 1.41.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4851d1d2bb08fe0bdab1ee5bb7e97c70d39da0a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7009973f0d464779f0bce4562c7d3c0e0a0783a]

        INTEGRATION: CWS ooo19126 (1.4.192); FILE MERGED 2005/09/05 12:58:53 rt 1.4.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9518b4021fa005338a23b09ef3cfd520423e607d]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:16:57 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03fc0c59d15e5b5f6066994d9f079ce7dcd07278]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:02:46 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d64c809dd24f4516d2a4b3f8a3bc94a7069ccfc3]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 15:35:05 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d7dba41cc3f7778b24cc1de334759771ac4a156]

        INTEGRATION: CWS ooo19126 (1.2.236); FILE MERGED 2005/09/05 15:02:46 rt 1.2.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18149f666888eb8dda05b691ab1a0cc5527680c5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6fe8aabc52d1983feb3aa37bd3d0b866c4b6c53]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 12:58:52 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bb25625a9cd43a9a0bb53e043cf12249416d19a]

        INTEGRATION: CWS ooo19126 (1.7.428); FILE MERGED 2005/09/05 14:16:56 rt 1.7.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [027632e53a57c62e8bc80719f769ecc258b4311f]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 12:58:52 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eae96688f31e42e518e4edf6c7e49374fcb545c1]

        INTEGRATION: CWS ooo19126 (1.9.256); FILE MERGED 2005/09/05 15:02:45 rt 1.9.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc9dba3f10896eb7ef9e0259b35be8a563d7444e]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:35:03 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94110e32bbe6e4e2fd758f163f5ee5fa72bfafc2]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 12:58:52 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [581d55ba27f0e26d1021ee74134cb970fd5dbdd3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:16:56 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [899059e7e06b8a4848fa590befc538a67c9caa21]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:45 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [515d30a5c076c7ee440d9c473d53903798dd3fd1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:03 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c92a6ab8070776129d370ac3d4419a177fe5880]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:45 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e649d238ec9f63dcd85847ebc71422379124de96]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65d1e4df5d4950ad645329ece3e8e877900c5cf2]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 12:58:51 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a68adc1de72f5f5d044c69d1254e8facd51d3766]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:02:44 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b50a2601f7b77cdf07f4a18580c3b53dcb7e1ba6]

        INTEGRATION: CWS ooo19126 (1.32.256); FILE MERGED 2005/09/05 12:58:50 rt 1.32.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f269edf2fb1b0ef82dc4991816f9dc2056e4144]

        INTEGRATION: CWS ooo19126 (1.3.236); FILE MERGED 2005/09/05 15:02:44 rt 1.3.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb464f1d6db291abc0fb39e894b4fa111c290cf0]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 15:35:01 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bf64707fcbc931e0fff1017b06a6c5ac3042807]

        INTEGRATION: CWS ooo19126 (1.7.258); FILE MERGED 2005/09/05 12:58:50 rt 1.7.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6857e7c78d554a4ef9f5d34050b53e6b7073789]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:44 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f393b3f3db1bca1b801f247e0efd9e1bd2972d0]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:55 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a876d808756f9aeb1a18e0a85dd79ccb1a8a3b6b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b17344377585fb442f9031b43fc2cc8b16e641a]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 12:58:50 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9a50fce43aa49fce3c4b5ff8852b50c9f0f75d6]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:44 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bf3350011a272923e4eb0bf4f72b17766baeb44]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:55 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdcac180d7a40fd2a76e9e2a37488e3f82c43d86]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:35:00 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38b8db948d3f9b76787be8fff1df7a96297293d5]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 12:58:50 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43c01e28d5c5d1b25e998f0e1274ad80ccbe71c4]

        INTEGRATION: CWS ooo19126 (1.33.116); FILE MERGED 2005/09/05 15:02:43 rt 1.33.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74f362d120ba5296f80b9f4ea0f29716797e9989]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:16:54 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c85dc97eb0a48a5b4dd4ee2521d13440baf2014c]

        INTEGRATION: CWS ooo19126 (1.35.124); FILE MERGED 2005/09/05 12:58:49 rt 1.35.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffcc286f2f426ead90cd8818b92709158594d8b9]

        INTEGRATION: CWS ooo19126 (1.11.196); FILE MERGED 2005/09/05 15:02:43 rt 1.11.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f2f30c31648a65bb4959fc4d9f48784e852bfc3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3acfd21655a3047447b662644a1a8911c780423d]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 12:58:49 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [622965f028471fdaa6267e143fc58d536657ee25]

        INTEGRATION: CWS ooo19126 (1.7.196); FILE MERGED 2005/09/05 15:02:43 rt 1.7.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5fb90acfd7d262fc12c97d469b477993a414004]

        INTEGRATION: CWS ooo19126 (1.44.308); FILE MERGED 2005/09/05 12:58:49 rt 1.44.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e69c6cfcaf82655cc4e5e5d0651655ab0a440781]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:43 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28418613f1c8b85b511c487f9bc5446c7eb774d1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:58 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e39e90c5a4d0e1617c9a9f428965712a445a6c3]

        INTEGRATION: CWS ooo19126 (1.19.66); FILE MERGED 2005/09/05 12:58:49 rt 1.19.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19c2e826711772150565f35270cd12a3e07df89b]

        INTEGRATION: CWS ooo19126 (1.7.238); FILE MERGED 2005/09/05 14:16:53 rt 1.7.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8b289797bfa5b2b20227897325795374e27f65]

        INTEGRATION: CWS ooo19126 (1.17.116); FILE MERGED 2005/09/05 15:02:42 rt 1.17.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e503e36df6852324bf2b20eafaa3f980058c654f]

        INTEGRATION: CWS ooo19126 (1.4.444); FILE MERGED 2005/09/05 14:16:53 rt 1.4.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fa1988c2c2d6093de4c59d3bd8f490d074c3f0c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:57 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6405caa1c4379f03ef61cac1c23c975f29cfa861]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 15:02:42 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b63fd1c5f14f65c80dc4cef29149b80eaca226ff]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 14:16:53 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91eb2db51442212e4dfc316abd6fab89fc0d29db]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 12:58:47 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46a0cd93016add1c36360f81c09ed4c304849b76]

        INTEGRATION: CWS ooo19126 (1.6.236); FILE MERGED 2005/09/05 15:02:42 rt 1.6.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e3dd85bf46cd68f73c432cc0298bdbcce5b4c96]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:47 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c4d63181f39a35f8d17182ecb5aa8b9e34ad571]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [118e1f002886ada98862906a659e17ac3a18926e]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:52 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24fe2aa738f6c0fc52fb1c60562f559f8a840ed0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:41 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cc93f830d071ca7dfef4d634c1d74ec384540c7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:58:47 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dcc12cdf012518774f4692b2d4e15fcfe340921]

        INTEGRATION: CWS ooo19126 (1.5.314); FILE MERGED 2005/09/05 14:16:52 rt 1.5.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b2191751395a81161e24e39dd898e76c62b893c]

        INTEGRATION: CWS ooo19126 (1.7.124); FILE MERGED 2005/09/05 12:58:47 rt 1.7.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da279e4d28ec83dc203dea8ec61979e43dfc4d5f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:55 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [185188b9a655229d9bd0cb23e9d5a11ba990f9ce]

        INTEGRATION: CWS ooo19126 (1.7.552); FILE MERGED 2005/09/05 15:02:41 rt 1.7.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9423a19e19e6ee81efb16eaa1fa8717ee9fdbc7]

        INTEGRATION: CWS ooo19126 (1.18.124); FILE MERGED 2005/09/05 12:58:47 rt 1.18.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f35d44dee24147c790f9f79d8a7f361ee5ce4513]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 15:02:41 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4cce33fca6e8ce5ceff73d513e1bbcef6d714dc]

        INTEGRATION: CWS ooo19126 (1.9.64); FILE MERGED 2005/09/05 12:58:46 rt 1.9.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34cd43079132bfa9c194fe3cdefdd65ef83a4144]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a63f4d2434676440bfc5a2ca9f362157e0073ae6]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:02:40 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d550a3bd1b7173705d799eaa866dfc01021ad1ae]

        INTEGRATION: CWS ooo19126 (1.25.168); FILE MERGED 2005/09/05 12:58:46 rt 1.25.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [563b50431da9ee2bf7a738ce55a336104512ea2a]

        INTEGRATION: CWS ooo19126 (1.10.302); FILE MERGED 2005/09/05 15:02:40 rt 1.10.302.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e44889c829f92e39c408c93b65d31726f1b96841]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:46 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc0ee7838a81a484c9b040bfc07faa56ec13d609]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:53 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0774be9043d723fe4ca964903ad333efbd5ef13]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:02:40 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9990b8e0da8e0d0b2e779574a41fa4efb89f67cd]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 12:58:46 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a013cc2ac5c25e4eab1d968efd32e67e94e9dba]

        INTEGRATION: CWS ooo19126 (1.46.146); FILE MERGED 2005/09/05 15:02:39 rt 1.46.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2f48f71bdea851334dc0e73541807e73d4f8454]

        INTEGRATION: CWS ooo19126 (1.47.256); FILE MERGED 2005/09/05 12:58:45 rt 1.47.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2373a083b36996a77c2cd62840c6f9e727f7fab5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1657fdebe042d80ec635cefe92cd99eacaae595c]

        INTEGRATION: CWS ooo19126 (1.60.116); FILE MERGED 2005/09/05 15:02:39 rt 1.60.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57c16f7e50892405dd824e7f395a540d3544e7b9]

        INTEGRATION: CWS ooo19126 (1.12.152); FILE MERGED 2005/09/05 12:58:45 rt 1.12.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be74f3b5b6cd41a164234c51aa0d11a042dcd98e]

        INTEGRATION: CWS ooo19126 (1.13.146); FILE MERGED 2005/09/05 15:02:39 rt 1.13.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [785f602aaa270ccc4ea34eb07a27034b174785e4]

        INTEGRATION: CWS ooo19126 (1.2.588); FILE MERGED 2005/09/05 12:58:45 rt 1.2.588.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d149bf1ddc77c2d5d5a3575dec8d31f80eba3733]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02c61395484f008431e657f368bccb2cadcac618]

        INTEGRATION: CWS ooo19126 (1.16.146); FILE MERGED 2005/09/05 15:02:39 rt 1.16.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7748a100d3863919b64bbf7390f2cfa2ff77e6]

        INTEGRATION: CWS ooo19126 (1.37.124); FILE MERGED 2005/09/05 12:58:44 rt 1.37.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee6f7895075e3397fa348086778a5d87e250302]

        INTEGRATION: CWS ooo19126 (1.46.146); FILE MERGED 2005/09/05 15:02:38 rt 1.46.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edbf0d1c2098f047f0393c5ca4bf710c0eb167e7]

        INTEGRATION: CWS ooo19126 (1.7.566); FILE MERGED 2005/09/05 12:58:44 rt 1.7.566.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecfaf8820e5944ca5e9116f4003ff1fb01a55e43]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31ce55066bed0f59aac1ad8901d0b2344f7acc6f]

        INTEGRATION: CWS ooo19126 (1.4.196); FILE MERGED 2005/09/05 15:02:38 rt 1.4.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35b41d8ddea8e673079add2da509836a4002f22c]

        INTEGRATION: CWS ooo19126 (1.10.154); FILE MERGED 2005/09/05 12:58:44 rt 1.10.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c7c340bfe2e1b3f967fc5d764c737ab90cdf2a7]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:02:38 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7abd506d2e8eb4d58647fc42d03723cec9de75fa]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15e5aead19dab4dea9c0e8a103b8f4a6fdb4ac31]

        INTEGRATION: CWS ooo19126 (1.1.568); FILE MERGED 2005/09/05 12:58:44 rt 1.1.568.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31b547963b1655a7a35dc111b0ac7a91a54a4424]

        INTEGRATION: CWS ooo19126 (1.2.236); FILE MERGED 2005/09/05 15:02:37 rt 1.2.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a9b4e543f39174309e291ba782eee10cc405500]

        INTEGRATION: CWS ooo19126 (1.1.568); FILE MERGED 2005/09/05 12:58:43 rt 1.1.568.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc6c3ecc52c9a1944614c0b1cca18a8ab8ad1f8d]

        INTEGRATION: CWS ooo19126 (1.19.116); FILE MERGED 2005/09/05 15:02:37 rt 1.19.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32a17cb60886e6e27be52da5bf64adbea455f20b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:58:43 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84c6d15b033ad3f705bae925a157292ddab88700]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f24c0471ddf17657d1e80d921540f92d5506985]

        INTEGRATION: CWS ooo19126 (1.15.216); FILE MERGED 2005/09/05 15:02:37 rt 1.15.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49f1de648b1a483ba8d7f5c1561ee0940447f29c]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 12:58:42 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1714e0a0da2e19eb09baef006c9ccc6eb01121df]

        INTEGRATION: CWS ooo19126 (1.18.146); FILE MERGED 2005/09/05 15:02:37 rt 1.18.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7ef8e6b058eb0af93b5fd13803d1f294be4f5b3]

        INTEGRATION: CWS ooo19126 (1.3.600); FILE MERGED 2005/09/05 12:58:42 rt 1.3.600.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [beca72f477171b4926b407b7f4347c1ffcf4917c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [113e22a0795d9c6e112b3ce2bb6e13b466ca030b]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 12:58:41 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b803c6444e7279baba98f7b9f0273182bd8f5e17]

        INTEGRATION: CWS ooo19126 (1.16.146); FILE MERGED 2005/09/05 15:02:36 rt 1.16.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7daad3afdff55f29d3ded307eca10f124be1a22c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [323d5ad5cf196be5281ca08b6fe73b7eba4b9fa9]

        INTEGRATION: CWS ooo19126 (1.20.120); FILE MERGED 2005/09/05 12:58:41 rt 1.20.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5a4cdc709cb32c69f3c156a4eccb13aee91dfad]

        INTEGRATION: CWS ooo19126 (1.2.328); FILE MERGED 2005/09/05 15:02:36 rt 1.2.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f01335b99bf029a8b36e451a234dd0ac223d6b90]

        INTEGRATION: CWS ooo19126 (1.6.566); FILE MERGED 2005/09/05 12:58:40 rt 1.6.566.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1a303e3aa679d7e06fda86c2975494e139dd7d1]

        INTEGRATION: CWS ooo19126 (1.24.144); FILE MERGED 2005/09/05 15:02:35 rt 1.24.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22692497fe0f4e4d6136858f84dd73e34cc0f5e2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a6d55c73c84ad539b350024ed49fc90993a8129]

        INTEGRATION: CWS ooo19126 (1.12.504); FILE MERGED 2005/09/05 12:58:40 rt 1.12.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d0d50b12194969869ccbb1726662c1c8debb8ff]

        INTEGRATION: CWS ooo19126 (1.13.196); FILE MERGED 2005/09/05 15:02:35 rt 1.13.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41d31931b23a7934615e5415cf5f4e838746de1c]

        INTEGRATION: CWS ooo19126 (1.7.564); FILE MERGED 2005/09/05 12:58:39 rt 1.7.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a603d76dd31668196d09b82eb70e9410679c9cc1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [279df447c0f123eaf7f5e90ea3736f6a9ff7d5f6]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 15:02:34 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f69f1c3869990b46ae1c3b1be8ab339cb32d2ab]

        INTEGRATION: CWS ooo19126 (1.12.564); FILE MERGED 2005/09/05 12:58:39 rt 1.12.564.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0b7cd3338e10a4d7a5735e8169598379d74bde7]

        INTEGRATION: CWS ooo19126 (1.29.146); FILE MERGED 2005/09/05 15:02:34 rt 1.29.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bc63b6e1f97b68b3458f5c68ffbb6eb013a2e23]

        INTEGRATION: CWS ooo19126 (1.7.492); FILE MERGED 2005/09/05 12:58:39 rt 1.7.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e8b22a970879e7f0ac4eb83fa802db2ff2220bc]

        INTEGRATION: CWS ooo19126 (1.13.172); FILE MERGED 2005/09/05 12:58:39 rt 1.13.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dabd4d45a998dabf373ec577b1017fedbb5e4fa]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 15:02:34 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a341322d1a5503b77f01caa40d18fc0a44d15244]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e224df1c0a801d91065d1788381f2cefc2f82fae]

        INTEGRATION: CWS ooo19126 (1.11.302); FILE MERGED 2005/09/05 15:02:34 rt 1.11.302.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5409e45845002d0cf6a8b36d340fc154efcd8ec0]

        INTEGRATION: CWS ooo19126 (1.28.256); FILE MERGED 2005/09/05 12:58:38 rt 1.28.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88afacd9b4a48e1b3e12565bfe8207a37e6dec8c]

        INTEGRATION: CWS ooo19126 (1.4.328); FILE MERGED 2005/09/05 15:02:33 rt 1.4.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a007aae95224f7124bdfc2ebc8a18adc39e8b87]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c998c9b6c31a8de3a7480b73754f470388aee25]

        INTEGRATION: CWS ooo19126 (1.9.492); FILE MERGED 2005/09/05 12:58:38 rt 1.9.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5adb3824ed1312bcd938955b1a275cdca4fc8d39]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:02:33 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92e7d67a41136d3b4b6f68a4d72c25ca3713e699]

        INTEGRATION: CWS ooo19126 (1.9.172); FILE MERGED 2005/09/05 12:58:37 rt 1.9.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d998ff0300d6fda4cd410a4d2913806764a6173]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:02:32 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5375d8b6df8134150d7b6459c000f116051126f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f692d62ffdc434598f6413e4b392fcae0096344]

        INTEGRATION: CWS ooo19126 (1.5.504); FILE MERGED 2005/09/05 12:58:37 rt 1.5.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99a3daef0152f27adc568ef2441642419b769755]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:02:32 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3fde844549812d1b92f820d335bc4b413bae8a0]

        INTEGRATION: CWS ooo19126 (1.6.504); FILE MERGED 2005/09/05 12:58:37 rt 1.6.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb019b13f43b979532a78b85f9f016a21f8ffb02]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d66ccde0904a7f55b8fa8e8fb3a9a927ae06f28]

        INTEGRATION: CWS ooo19126 (1.22.116); FILE MERGED 2005/09/05 15:02:32 rt 1.22.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3aee2e4e0baa70e5d23c15f8dd8846e3539602fc]

        INTEGRATION: CWS ooo19126 (1.5.274); FILE MERGED 2005/09/05 12:58:36 rt 1.5.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6a27ab2793aeb1aa7b3f3eaca4f74bf018c6bd0]

        INTEGRATION: CWS ooo19126 (1.16.114); FILE MERGED 2005/09/05 15:02:31 rt 1.16.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e60446fab0d728c4604229117ee6b2b85bdbec92]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 12:58:36 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca6c1f1e3c33fa1ddb9b12bf3ffad7e7d40616f2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15bd7b4b6a76ce9097ab19f38ab53d9d4b31e66c]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:02:31 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e80b1884749663eac615ec1243f1eb17737ccb3]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 12:58:35 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c9fc17fbdba968ee8f737249dc389fa85a57ece]

        INTEGRATION: CWS ooo19126 (1.22.58); FILE MERGED 2005/09/05 15:02:31 rt 1.22.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a4105e4600175b33e213075868a50045621c2c0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d06809efbbb9b576fc88967144d2661a5bc93eba]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:02:30 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ba1c20539eb95ee451b37622e3ce57df44f110e]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:34 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4957c6ac34e3f18371661f7848c3411fe6f5c537]

        INTEGRATION: CWS ooo19126 (1.5.328); FILE MERGED 2005/09/05 15:02:30 rt 1.5.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd8316a33b45132711027b170e908c7fdfb5ff2d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f501809fb0675a10164bd047e103330d73a815ab]

        INTEGRATION: CWS ooo19126 (1.7.222); FILE MERGED 2005/09/05 12:58:34 rt 1.7.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e024a7b21988041350f0c258fa6b67b12bc989ff]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:02:29 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e20f674e676503ef14995c2be132c68fd2915db]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [178ae0808c34f01328e27f24ba74427e7f0c5729]

        INTEGRATION: CWS ooo19126 (1.8.146); FILE MERGED 2005/09/05 15:02:29 rt 1.8.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff34f32582617fe286431a2e3d00f35e4fb3683c]

        INTEGRATION: CWS ooo19126 (1.4.274); FILE MERGED 2005/09/05 12:58:33 rt 1.4.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35373b098cb93c5f59cabdbaa8c5cfb516264c12]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:34:36 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [934b623be315e2efa1f1f4e10d92930a80e09f71]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 15:02:29 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ceecbd434dc2648d4d532eee504f974820a592a]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 12:58:33 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5206de2f19fd5423f116c58c67dbe905735cf68]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9ec371316baf47a7e46ad649134c99114e904a8]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:02:29 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f84b7dae0743b0bd46e44d53fb18494044815313]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:33 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47e86e4bc1f75a0e0a86bd9a792e4ee77a761b19]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 15:02:28 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [946b7212acc02e8369c9c28dce9ce663fa4f7e68]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 12:58:32 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de486c19f57d5191f7b5cf51bc2f38b0a919c112]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbc97e2fb76783639f3bc356d85d718168bcba4d]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 12:58:32 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [805764bc6b0d4e3b1710f8c0e2b6596fc5ced50e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7d0a56b762f92eb03dd6193384c2508b3fd17f8]

        INTEGRATION: CWS ooo19126 (1.22.114); FILE MERGED 2005/09/05 15:02:28 rt 1.22.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ec4a156eba68d5aeba6607c482602c3d2189b83]

        INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 12:58:32 rt 1.6.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ba1d34dd4400c779d269dc83548193e2ee5d418]

        INTEGRATION: CWS ooo19126 (1.12.116); FILE MERGED 2005/09/05 15:02:27 rt 1.12.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57ba707432a27aff63438771cca09f0585386439]

        INTEGRATION: CWS ooo19126 (1.3.504); FILE MERGED 2005/09/05 12:58:31 rt 1.3.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [582e7c7d7dfe198aa1daaff3c16e28c48e6a9dc0]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:34:33 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d21150521d463efc50d00c75b4d13e908cc9342a]

        INTEGRATION: CWS ooo19126 (1.15.146); FILE MERGED 2005/09/05 15:02:27 rt 1.15.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [865df5fc62c26c23bd96d61612ce9f3443486f82]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 12:58:31 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc1f819c0c792249ebb0d3c0b0dc7ac2b429e34e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd44123a37436f33709ea48e74d2af2d406b8b02]

        INTEGRATION: CWS ooo19126 (1.8.146); FILE MERGED 2005/09/05 15:02:26 rt 1.8.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43c3827361a9100ad4071dedf061d3de8d51901a]

        INTEGRATION: CWS ooo19126 (1.3.222); FILE MERGED 2005/09/05 12:58:30 rt 1.3.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c5b44ae458393cd2238baa473279e27774973c2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4622c10d5a545a322619abcb0838eb335e30ae33]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:02:26 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b329e42047d2e86ec125370d9ada1408574e05de]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 12:58:30 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a92a396ff45f5cb8456aeb39ec3eed98c87f071]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:02:26 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0aef0ee4e5db3499d9e0c5cbf39040312f0bf43]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2ce70dfbbc863065bfd4dd9ad68091b30abdab7]

        INTEGRATION: CWS ooo19126 (1.17.146); FILE MERGED 2005/09/05 15:02:26 rt 1.17.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b0322b369bf76e96d321261f99a1a0043c7e6b8]

        INTEGRATION: CWS ooo19126 (1.49.222); FILE MERGED 2005/09/05 12:58:29 rt 1.49.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [916584d98f228313a243c2e73f3e462838518b11]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ae95fa97e52746f47652dfc44569e4d8bce0453]

        INTEGRATION: CWS ooo19126 (1.19.116); FILE MERGED 2005/09/05 15:02:25 rt 1.19.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [366a05e3a9b7a13ab60988ca59a8d5257c33f6c9]

        INTEGRATION: CWS ooo19126 (1.3.274); FILE MERGED 2005/09/05 12:58:29 rt 1.3.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5bd3dbb7fa568fa482781a1e8cfb28c23419eff]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 15:34:29 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0158698014d951467feff4bd4dab3689709d9d2b]

        INTEGRATION: CWS ooo19126 (1.36.42); FILE MERGED 2005/09/05 15:02:25 rt 1.36.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8db5b8210204ebe728d68b8d8615d8c7d79b4184]

        INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:16:40 rt 1.2.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27776bd77df5941e5b994dfe3be9e81f9e24ab55]

        INTEGRATION: CWS ooo19126 (1.10.144); FILE MERGED 2005/09/05 12:58:29 rt 1.10.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef06aa5e72a9428df3163e9fddf26294f0f1ae42]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [770b0719e41820c73d0f5ac3c103f4e045ef7e85]

        INTEGRATION: CWS ooo19126 (1.17.114); FILE MERGED 2005/09/05 15:02:24 rt 1.17.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9e5b8651a2c727dea6fe5b770fff3dc8be8aac3]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:40 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4284ad752149a4659f060e111fa6220abb9555a8]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:58:29 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd21d418c73487582db384b2379f60040f99defa]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 15:02:24 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f284d8b8cfe43cd8a05bc2cd794332872c1daef6]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 12:58:28 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df94b75b66f7d4a7d1b02cf230735210a931736a]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:40 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41b116b81915013f8531e97b888981c5af383f1a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e8d97c038a5ad407ce214196722e24a178dce77]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:02:24 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a53aa1dd578b313d15ef1492127ad5d440645616]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 15:02:23 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4183fdc06dc3edf1800b4603bfd732fb0555a017]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f00aad536b045acf2deb614aaad50ceb92c5542f]

        INTEGRATION: CWS ooo19126 (1.18.144); FILE MERGED 2005/09/05 15:02:23 rt 1.18.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d110ef3ac5eee483a4fd56e6e307c810bed8992]

        INTEGRATION: CWS ooo19126 (1.7.172); FILE MERGED 2005/09/05 12:58:28 rt 1.7.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc31781fdf35eb68d8aa19915cdbf455b830bcbe]

        INTEGRATION: CWS ooo19126 (1.17.408); FILE MERGED 2005/09/05 14:16:39 rt 1.17.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dd687cf0025175ecadd11d4ae9529fc3bb45574]

        INTEGRATION: CWS ooo19126 (1.7.144); FILE MERGED 2005/09/05 15:02:22 rt 1.7.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4fe3836938020812605214c1a3d8c7c0b071ca7]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 12:58:28 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51a2e58c2a82deef1af3cfb8363a432d8818cacb]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:39 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c10891fa9da68b69b66e67b381ac99b2ae17a8be]

        INTEGRATION: CWS ooo19126 (1.6.146); FILE MERGED 2005/09/05 15:02:22 rt 1.6.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9df9120c7e522fbf1dc83306d7e4916241504620]

        INTEGRATION: CWS ooo19126 (1.5.160); FILE MERGED 2005/09/05 12:58:27 rt 1.5.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c74fbd2e17730a9aee3f01ed3195440669edd01]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1e720e5f849877d998c7ebb4d54d594b2d1798a]

        INTEGRATION: CWS ooo19126 (1.16.146); FILE MERGED 2005/09/05 15:02:22 rt 1.16.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01274cd6f5b33b99559fbd4ced3b3d78415daccb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65c9efe3b907ebf24bfcf2f8877324068140bd61]

        INTEGRATION: CWS ooo19126 (1.4.192); FILE MERGED 2005/09/05 15:02:22 rt 1.4.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68c4fe8918a282b599597d0caa89ee3bf87774c0]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 15:02:21 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b6ad70b7def9c6541d7d29d2a4502dc2cf2072a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:58:26 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9f6ce88dc2488d55257b7d6a444d68e04cc8680]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d87f05c4deaa33e7299dba931c1fe210c33633e1]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:38 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77684cf33579107b582e05e8ae0d5bf86e660d24]

        INTEGRATION: CWS ooo19126 (1.9.146); FILE MERGED 2005/09/05 15:02:21 rt 1.9.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e6822f67386254ad0a4137568511e4b2935ce83]

        INTEGRATION: CWS ooo19126 (1.27.56); FILE MERGED 2005/09/05 12:58:25 rt 1.27.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [262dc0197f72d0fb2ebd324018b039e503dbab58]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f599d9b598ec92467116dfa1a646c367b3baba7e]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 15:02:21 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe1043e73db0309550dd44841436007690368270]

        INTEGRATION: CWS ooo19126 (1.1.1.1.604); FILE MERGED 2005/09/05 12:58:25 rt 1.1.1.1.604.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37434e44190eefbf21114f27d3f70b4099b81203]

        INTEGRATION: CWS ooo19126 (1.6.338); FILE MERGED 2005/09/05 14:16:37 rt 1.6.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [756bcfe09b7d9b01a3f4b2635e8ec3590d073740]

        INTEGRATION: CWS ooo19126 (1.15.146); FILE MERGED 2005/09/05 15:02:20 rt 1.15.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b473d67f14afcfec2ac7b60313974cd87a37d4b8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06d0a7b53980bce31524c9f458187826bd93cedc]

        INTEGRATION: CWS ooo19126 (1.23.116); FILE MERGED 2005/09/05 15:02:20 rt 1.23.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae087dd71a73f170e3b627858576fa123a68db4c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08b2fe3de3050aa8ff0acf2703b481cdf5a6cd4d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:16:37 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ffe884c836d21ecc7d807f14b898ae23e0d0005]

        INTEGRATION: CWS ooo19126 (1.5.146); FILE MERGED 2005/09/05 15:02:20 rt 1.5.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4f3a16275e90127bb120f3d83e86f04d893c65b]

        INTEGRATION: CWS ooo19126 (1.11.116); FILE MERGED 2005/09/05 15:02:19 rt 1.11.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [653dedf9b5863980ec76aa27e676b754a15c1909]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be20a33588ea503306e88bda37b43f0493350874]

        INTEGRATION: CWS ooo19126 (1.14.144); FILE MERGED 2005/09/05 15:02:19 rt 1.14.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [139248a674eac1d9807b9ca642f92744fdee06ae]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 14:34:37 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b2c7d6ed30c0870f35adbfbad4acca9aff53244]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3480898b805ebbde5e3588f72c15dc6055b85bfb]

        INTEGRATION: CWS ooo19126 (1.6.368); FILE MERGED 2005/09/05 15:02:19 rt 1.6.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f980e98367d705dd78e7e4718c4de329b73daff5]

        INTEGRATION: CWS ooo19126 (1.53.116); FILE MERGED 2005/09/05 15:02:18 rt 1.53.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [479f350709d82b67c73d2cc9630cb0d13aae46ba]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e98383184c16fe5d1cbbdaa038107306b09da52]

        INTEGRATION: CWS ooo19126 (1.2.1650); FILE MERGED 2005/09/05 14:16:36 rt 1.2.1650.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71e03cddd4561367e9449509a9ecf5764d77a673]

        INTEGRATION: CWS ooo19126 (1.7.72); FILE MERGED 2005/09/05 17:14:26 rt 1.7.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c86348bdba49561291fd77c06002e190ac34cd8]

        INTEGRATION: CWS ooo19126 (1.20.146); FILE MERGED 2005/09/05 15:02:18 rt 1.20.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9065d85eeae1150cb44b7c25d2ffec465ed97e15]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8802d4d1425afca5f2795ce22e70edf4775a7e53]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 17:14:25 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d444935fb6fea77e42eb834f3a0d7610dc578e7]

        INTEGRATION: CWS ooo19126 (1.33.116); FILE MERGED 2005/09/05 15:02:17 rt 1.33.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba618e4eeb2f857b62e26d4631720f08b996a565]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f81164f072a67e74da4d5e2cd5b5534b095cf04]

        INTEGRATION: CWS ooo19126 (1.74.116); FILE MERGED 2005/09/05 15:02:17 rt 1.74.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75e83ee34796bc4eb23b553a7adddacda1ec6b0f]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:16:39 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3f5335eba3e9f7032ce3e46f98cbec075c85278]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecd776f919f8931c169d2352451d7f31358eb73f]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/05 15:02:17 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0420594f918639d3c0be2239ecb581c69ad0c01c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9b6cf2daf4541daff7ab84201b3d5d9d887f953]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 14:16:35 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e015a4a6ff5204c90e6c3a5f138ea24178c0a179]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 18:46:15 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8c04cd9fc2187f02d02b1095ca519fcb437159b]

        INTEGRATION: CWS ooo19126 (1.12.146); FILE MERGED 2005/09/05 15:02:16 rt 1.12.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58446d787a36ae9b27266409669b2bfa8df5e779]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d5ad4822e40ec570be9e5d5569cb20a457af094]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 18:46:14 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee99fcf8cf1ebf71edc1af160727840de95a02fe]

        INTEGRATION: CWS ooo19126 (1.24.146); FILE MERGED 2005/09/05 15:02:16 rt 1.24.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6561a983cd5a250e7e980b065e8cb77c15034889]

        INTEGRATION: CWS ooo19126 (1.54.116); FILE MERGED 2005/09/05 15:02:16 rt 1.54.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d01b6f39914fa8c1979b344d00770da09ad0661]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5bd340dd633f665299b1edc8b900abe18646818]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 18:46:14 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3636d21ad34aae4d4beae5bb2dd7fd184c17cb57]

        INTEGRATION: CWS ooo19126 (1.78.144); FILE MERGED 2005/09/05 15:02:15 rt 1.78.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d56bdadc083e8a23eb36b9a2bc371d597dd5a6e1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b917492ae815447d42e374a661ecf0ed5d4469b]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 18:46:14 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a5561f73e11a77479744888b02b0af3112ebc41]

        INTEGRATION: CWS ooo19126 (1.37.114); FILE MERGED 2005/09/05 15:02:15 rt 1.37.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1757f9b6237ab967d40ec104e40a72c8699757d5]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 14:16:33 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7d8ea256a480dc798379a46d116cfdc02606b0a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0db88593565d9b6ea6a44652b3e429c026d1ba30]

        INTEGRATION: CWS ooo19126 (1.106.116); FILE MERGED 2005/09/05 15:02:15 rt 1.106.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cf814d9a0aed0bac84db5bd3c7809175b45f283]

        INTEGRATION: CWS ooo19126 (1.10.32); FILE MERGED 2005/09/05 18:46:13 rt 1.10.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e72166acc0eafacc1797417d11e7eb9c12c7145]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b90b8d70aeb4271c596930e91f8289b5bae67315]

        INTEGRATION: CWS ooo19126 (1.35.58); FILE MERGED 2005/09/05 15:02:14 rt 1.35.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c26d51a51fb5bd8627608c257cfb906d93b9587c]

        INTEGRATION: CWS ooo19126 (1.15.6); FILE MERGED 2005/09/05 18:46:13 rt 1.15.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03386e92ad5a5f1162c0a2cada16112aea78e779]

        INTEGRATION: CWS ooo19126 (1.13.598); FILE MERGED 2005/09/05 14:16:32 rt 1.13.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f6b4b77352fc04be139e4b711e37a0ddf254f9e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90b7c6eee2d5453454cff059904538d3fb3bb3cc]

        INTEGRATION: CWS ooo19126 (1.34.146); FILE MERGED 2005/09/05 15:02:14 rt 1.34.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7c2aea5b2684a09de1ab7b3e36aa5b4c49398e2]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 18:46:13 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6212ce30b1b939dcb8a9e87367cd7db05f78065]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23d503db805830ab1fd38946acc7fbc78660575e]

        INTEGRATION: CWS ooo19126 (1.19.146); FILE MERGED 2005/09/05 15:02:14 rt 1.19.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [887817a6d1eac1c97fcdd81b993a2163ec69e0f7]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 18:46:13 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfd91959f1ef92075f4965eadbf24206210e5840]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d546b39c69ccf74824feefa4fb077cd55d503a8]

        INTEGRATION: CWS ooo19126 (1.59.146); FILE MERGED 2005/09/05 15:02:13 rt 1.59.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c31bf94ecfd9fe7e752b06f8312439e55f8d7ea3]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 18:46:12 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01167bdf43f2db314fa277852ed684cc25d07b14]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:16:31 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfd7b95d973a52546e2619232cee6280c2e7a8bc]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de4dae62aa0522d05a277b30fc11928f133dc8dc]

        INTEGRATION: CWS ooo19126 (1.27.116); FILE MERGED 2005/09/05 15:02:13 rt 1.27.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [498a0619461764fe92160054a7cbb1c911cdbcc1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:34:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7034622a06174b0a2c6563f8aa2d907b50645d81]

        INTEGRATION: CWS ooo19126 (1.78.116); FILE MERGED 2005/09/05 15:02:12 rt 1.78.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26241b9e7c40238548d7d64d7e6bd9fdd27bc74a]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 18:46:12 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f5dfefbd9c855fcd7765aeffab007c7cb087e20]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 14:16:31 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [213590361983f382d6e7d5ca6d40f0cccb7d2bea]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:34:00 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35ea46c92616a38552091e58e2155a2d30ad0f59]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 18:46:12 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca36295df97654c7e926308f8b9851558c29fc86]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd0ab0311cc95e1d09ca51e8d3c3d29fc82004b8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:11 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed434d521fa36cfe487aa3f2e971599985e1d3da]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 18:46:11 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [689164bbf5a720ce4ae41eb45ea21ef34377b7b3]

        INTEGRATION: CWS ooo19126 (1.9.114); FILE MERGED 2005/09/05 15:02:11 rt 1.9.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50340bb91de1ef3775cde13c9fe90d3a0e953c30]

        INTEGRATION: CWS ooo19126 (1.7.94); FILE MERGED 2005/09/05 18:46:11 rt 1.7.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27431a69bbe5bb06b3c9fb6797f6591b5703e430]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:58 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18f0b797235b30a04b3f929014eed87500bde4ed]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:02:11 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f1760b0b7cb5a87f31b5afebff938e8cdbead00]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 18:46:11 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [017a88a328751c8fff0d6b0ad15a005998b68c02]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:57 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e694d7d4bbae0d8ec55c5aa2077350e829adfce3]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:02:10 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95bf3a28242ae3b1909079bba0d286edd7b74403]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 18:46:11 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [351c0a61e3b14c0bbe1bf9e4e0dffd45007fcb2e]

        INTEGRATION: CWS ooo19126 (1.3.930); FILE MERGED 2005/09/05 15:02:10 rt 1.3.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa33ea97eb16303761ca35f899c643bc7c6c8cf2]

        INTEGRATION: CWS ooo19126 (1.13.12); FILE MERGED 2005/09/05 18:46:10 rt 1.13.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c5dbeae56a137fb2d2f63a634541c76c9fc6dbd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dd1f6c434ed988383ff797fb94e712d235654d4]

        INTEGRATION: CWS ooo19126 (1.6.898); FILE MERGED 2005/09/05 15:02:10 rt 1.6.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [172a0390781e424b25f19870cf45dfcb7d5f9672]

        INTEGRATION: CWS ooo19126 (1.13.32); FILE MERGED 2005/09/05 18:46:10 rt 1.13.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2b0cd6dc47925729c1f3a9a8d7c0c7a872015e1]

        INTEGRATION: CWS ooo19126 (1.3.920); FILE MERGED 2005/09/05 15:02:09 rt 1.3.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d2c720e073b7631e13ebcc87bae96804c58fee1]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 18:46:10 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b4d37917fb91d6fc884d7b3a5ebe518a66a238f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:55 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbcaac938d4445eb9d736d4d6ddb9227a4840062]

        INTEGRATION: CWS ooo19126 (1.22.116); FILE MERGED 2005/09/05 15:02:09 rt 1.22.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a73ea562144993defdcc1584fd0e1a837f08c1c7]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 18:46:09 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4459c6132f3e6780a84cf5ff44ddcd353bcee14a]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 15:33:55 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45107d0b1609a72ae51d4559b7ca9489d7de8dfc]

        INTEGRATION: CWS ooo19126 (1.4.518); FILE MERGED 2005/09/05 15:02:09 rt 1.4.518.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fccb6a8c4ae26eb81feec6ea9c5fcf37d0a850d7]

        INTEGRATION: CWS ooo19126 (1.17.6); FILE MERGED 2005/09/05 18:46:09 rt 1.17.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89cfa88539f471de6dbc6baca5d92003bd8ea616]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:33:54 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d37016a23594f6a29dc468d312a146e4972f602c]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:09 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec997439ad11998fa5f6551b579de6038a3f740a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [812bc78bc1eae384e8097d6385d617a4d0b1ba8b]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 17:18:19 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aad643c0678c461426f567ad7b8f9dc408247a01]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:53 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7ac6954e941502ca2e2ec73c3cfc0be0a53bdb0]

        INTEGRATION: CWS ooo19126 (1.10.130); FILE MERGED 2005/09/05 15:02:08 rt 1.10.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [611f0899d24f6ce57c0eb256eb7d98f4ced8583a]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 17:18:19 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [decc5e89aff3282e7665b2e5aa5a26b66ad4e080]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:08 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a079ce6d46c9e7abe18d0be82d6d23889a2bd3a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de8b090e61db540ee39a19c911b68ee1d3a5f8eb]

        INTEGRATION: CWS ooo19126 (1.1.930); FILE MERGED 2005/09/05 15:02:08 rt 1.1.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8e7e4ab77ede6ab00140f590935d0eb1fe2b5a9]

        INTEGRATION: CWS ooo19126 (1.1.114); FILE MERGED 2005/09/05 17:18:19 rt 1.1.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [786188c34bd03774cbbecda7a2884b005e3c195b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f185b6efcf73ea45810fd2f223ab94fc89b2044d]

        INTEGRATION: CWS ooo19126 (1.2.938); FILE MERGED 2005/09/05 15:02:08 rt 1.2.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c36fef15e89394cd639de46f66e5fbcce6f45e0e]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 17:18:18 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37eed0ec5efc034dee24c27553d3728ea50f86f5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c99011e016f07192298af92237c32af7b0409b83]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:07 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b862a8a9d9f061b048ba32427914518519260ff]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:18 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8df4b3f91f91cbec2249a9e3ebe36c7b8070d574]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5fe9d2ccd13239f7e44fb2f2eb99c42b8ef493b]

        INTEGRATION: CWS ooo19126 (1.2.798); FILE MERGED 2005/09/05 15:02:07 rt 1.2.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9762d3a899d7b3ce3ffff4db77b7ccbc351c754e]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:02:07 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58fb6fd0f96243354461f3861551e7c6b3676638]

        INTEGRATION: CWS ooo19126 (1.1.114); FILE MERGED 2005/09/05 17:18:17 rt 1.1.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ce210445911dfc20641fe4423cf0e2fc70a6fa8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [137a8646cfa8e43da0bd7c3ac8ae2be6343ae761]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:02:07 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6f79da573d10fea2a7247219a2f3a5e554162b4]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 17:18:17 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a55057d00cbafc9d75d434fc6e15be7c8901452]

        INTEGRATION: CWS ooo19126 (1.16.192); FILE MERGED 2005/09/05 15:02:07 rt 1.16.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c09677a9e12e8aadf9c2abbdc0cfc8fdec8c17f9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eab6c098f91cb3dc53a7b5862f9e737b856edebe]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:02:06 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ea6540a5275e7271635c2ff3d055f632fc06178]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:33:47 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf1b277c71de843476f457d2dc3e938ac598a1ec]

        INTEGRATION: CWS ooo19126 (1.3.920); FILE MERGED 2005/09/05 15:02:06 rt 1.3.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e909c6f81aeadb6fcf6003c4a59aa6a8772fb6a]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:16 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a120ae6c295315cbbb40b66d79c69870a4b8e1b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ed11415e819a6c1ac5177a7515f658639fcb387]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:06 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b18544f58b7e0c9883b62e322734bb549333e538]

        INTEGRATION: CWS ooo19126 (1.2.928); FILE MERGED 2005/09/05 15:02:06 rt 1.2.928.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e01a362b2636053d7b1bda71fd8f03b732013798]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14a16e2d854f014ddd80a5436874bad55b2ec517]

        INTEGRATION: CWS ooo19126 (1.3.294); FILE MERGED 2005/09/05 15:02:05 rt 1.3.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91f2523948bd3a7ce7a39ebf430c2264c45ca859]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 17:18:15 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf183771b134370e89dc75954cb592b8f7f3f2fe]

        INTEGRATION: CWS ooo19126 (1.4.926); FILE MERGED 2005/09/05 15:02:05 rt 1.4.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb93ab3760ddbe265d2ff891450e44466dc593db]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:15 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb50c1ac7c33552aae0c3b0e4cdde1da37f0e4f5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2242e1f4214215040e63012ef3d4fc1c19b0f27b]

        INTEGRATION: CWS ooo19126 (1.2.938); FILE MERGED 2005/09/05 15:02:05 rt 1.2.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce065170e096b47eb8a03b5d82fbda20f655ed68]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:14 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bcc8e376a79b4a2f4cae556638c3a2293432f66]

        INTEGRATION: CWS ooo19126 (1.14.240); FILE MERGED 2005/09/05 15:02:05 rt 1.14.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [302615893e19e23623138d76802c92083102c484]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:18:14 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77842c889ec51e141c128c0ac61607090e0aca71]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c69a0f98d399c53af293eda1a2dbf9f299453db]

        INTEGRATION: CWS ooo19126 (1.2.936); FILE MERGED 2005/09/05 15:02:05 rt 1.2.936.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [214ee35df7acc0229911d95eb6eaefd9e284eada]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 17:18:14 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95cba6274a29c063b6349d9aec716cd597fec080]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:18:13 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [009320eabcdb6e49e51107f89b440bb9fb47f245]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 15:02:04 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c2e79ddee159c383f3fc5c4479ed6f19c9969a1]

        INTEGRATION: CWS ooo19126 (1.6.430); FILE MERGED 2005/09/05 14:16:23 rt 1.6.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efcf64b003143ce72e1598a31949b8fde8c7db74]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 17:18:13 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [298012dd2a961015c43aca8c0005e03e283dad1a]

        INTEGRATION: CWS ooo19126 (1.37.100); FILE MERGED 2005/09/05 15:02:04 rt 1.37.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac7703580e1b468e9fed661084574721e15db1fd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfec9bfe2d183b0822893afebb08fdaa521c14b5]

        INTEGRATION: CWS ooo19126 (1.1.114); FILE MERGED 2005/09/05 17:18:13 rt 1.1.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49c008c8a7521216f2cbc41d1aa4650d971c663f]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 15:02:04 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8d7208b4a0a32cd67a930f0273544b0dab22059]

        INTEGRATION: CWS ooo19126 (1.5.1418); FILE MERGED 2005/09/05 14:16:22 rt 1.5.1418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2436393b99b92a0b9359f1a79c759668ffcf5829]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da9febdbe9ab11f039169668fb254704ad2f2bd1]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 17:18:13 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2052a3ecc91f770ef44f9463f9da32ba634026b9]

        INTEGRATION: CWS ooo19126 (1.23.242); FILE MERGED 2005/09/05 15:02:03 rt 1.23.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [564c3d88198bc5ef021140abc261acb5fafb000a]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 17:18:12 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fe954e85f2b0b93b09cc20c6fbc2618d395e8fb]

        INTEGRATION: CWS ooo19126 (1.34.114); FILE MERGED 2005/09/05 15:02:03 rt 1.34.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eafa98dc12396acb02af75aceb4ad0e1ca3f176c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b11348d6cc536cd3394cd977ad9c674cbeae89]

        INTEGRATION: CWS ooo19126 (1.1.114); FILE MERGED 2005/09/05 17:18:12 rt 1.1.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [627c99c4c3c99090b9f107e015154e0f6efe17fc]

        INTEGRATION: CWS ooo19126 (1.5.774); FILE MERGED 2005/09/05 15:02:03 rt 1.5.774.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a44af7885735942b480f6636f46c775a6ff12cd]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:12 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7af406bdb9cb6e85b5cc20d9edbe8cff4fdb4c64]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:02:02 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0a2a6a01d8791ba5dbce556850a4f62995eba29]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1bdd3eb1988ea4d55ba6839d7f46c1a70044432]

        INTEGRATION: CWS ooo19126 (1.3.598); FILE MERGED 2005/09/05 14:16:21 rt 1.3.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcd0f806be48dd3c957413d4da2b74542c1eb1de]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 17:18:12 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60c30b75ca4b4a3bab8594788d249712dfca18df]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:02 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4306f901e3b70dee0e9368e9d07ab6ade857b70]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 15:02:02 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84e40b44e236581e28d5d9ac2e57dffc65795bb9]

        INTEGRATION: CWS ooo19126 (1.20.14); FILE MERGED 2005/09/05 17:18:11 rt 1.20.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1cf60ccf0b535a07abf32d6bb1a69f913250623]

        INTEGRATION: CWS ooo19126 (1.26.130); FILE MERGED 2005/09/05 15:02:02 rt 1.26.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01ed0f3fbb5f00fbf9f8dbd547e38fe9c1701ed0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1a2d24fdaed86ea2e330963d7a9ee6922e1303d]

        INTEGRATION: CWS ooo19126 (1.18.14); FILE MERGED 2005/09/05 17:18:11 rt 1.18.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fd1817eb2092154a52dc425b2310cc33fec889e]

        INTEGRATION: CWS ooo19126 (1.4.930); FILE MERGED 2005/09/05 15:02:02 rt 1.4.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [217c240cc9d8adebf8865be9bc5e2381ac378bdb]

        INTEGRATION: CWS ooo19126 (1.12.30); FILE MERGED 2005/09/05 17:18:11 rt 1.12.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [259f2ba97c882cbe13a90ecf429c0b57fc98f530]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f786341c34208066e760e32e4a52bd3b34189b31]

        INTEGRATION: CWS ooo19126 (1.20.146); FILE MERGED 2005/09/05 15:02:01 rt 1.20.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef85f63244a5d461a394dd7e64192ee568a0a814]

        INTEGRATION: CWS ooo19126 (1.15.14); FILE MERGED 2005/09/05 17:18:11 rt 1.15.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19455347dcac9f2a4bd95eeb650c00a4bb5fad6c]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:02:01 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fec25f05946dcb0ceda74db0aa8cb3720fd014c0]

        INTEGRATION: CWS ooo19126 (1.26.14); FILE MERGED 2005/09/05 17:18:11 rt 1.26.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d6bc49a078cd53ac84e71be75d23046cc7f28ad]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [227af02702962f7b324538c35b1c3c3b06410d18]

        INTEGRATION: CWS ooo19126 (1.11.326); FILE MERGED 2005/09/05 15:02:01 rt 1.11.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed019d33c0bb447063eafe36a8941f9cf214238c]

        INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 17:18:10 rt 1.8.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3da6f881bfc15e7d9ae5d6470eb57d2de655e03]

        INTEGRATION: CWS ooo19126 (1.12.192); FILE MERGED 2005/09/05 15:02:01 rt 1.12.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5de59329ff766ffafd3b5d5320e5f09ed624dfc4]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:33:36 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39b5a37faefd2691f1d38aa54b7ed96261d545a5]

        INTEGRATION: CWS ooo19126 (1.5.114); FILE MERGED 2005/09/05 17:18:10 rt 1.5.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca9c4e59218f90b106289fe1b1cc0f32f35b6948]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [907502a00fcdebe647eb8b918d8919f00e39facd]

        INTEGRATION: CWS ooo19126 (1.1.114); FILE MERGED 2005/09/05 17:18:10 rt 1.1.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f43cbcf63283741af26c721dcc54f9e57675d7bb]

        INTEGRATION: CWS ooo19126 (1.52.242); FILE MERGED 2005/09/05 15:02:00 rt 1.52.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46371b18335cebe82e8574238775ba50c0a80819]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d4857bbfb5f71401ef4039ae7435eb9bb1b922f]

        INTEGRATION: CWS ooo19126 (1.10.452); FILE MERGED 2005/09/05 15:02:00 rt 1.10.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4b0a3112e84dd0610701ecb26775dced5d36c94]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 17:18:10 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4613ad06318de81ed8687bab9c32b6525cf5e20e]

        INTEGRATION: CWS ooo19126 (1.3.798); FILE MERGED 2005/09/05 15:01:59 rt 1.3.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b68cb37d1fe5c1a1496da344f6fcce5e09d94c5a]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 17:18:09 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82eb75b2a5bdf91d07510c01ffd11ee171adaf44]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edd961f1cc7b81d9dfec92715d926d012cfb7302]

        INTEGRATION: CWS ooo19126 (1.22.176); FILE MERGED 2005/09/05 15:01:59 rt 1.22.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b426ce26efa8c0fd54209b799363f52b06d9d325]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:18:09 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [308e1c35221f7f7d62c5bd9460cc50a2461a0946]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:01:59 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57f6d2a548112faedb4ac592f64d86fb67f8b08a]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:09 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d65ca2e8960da44ada98aad78bfb3c0b54f6cb2f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce80fd81403fa4a637061f7faef92f59737eb736]

        INTEGRATION: CWS ooo19126 (1.15.44); FILE MERGED 2005/09/05 15:01:58 rt 1.15.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a2ff401a3059a4920e4e2bc5b5481f1908e2356]

        INTEGRATION: CWS ooo19126 (1.17.14); FILE MERGED 2005/09/05 17:18:08 rt 1.17.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d1e0b4b36e7fb5493316d3ee00a2ad9b4366172]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:01:58 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74907c725342a5fffd3723a0332bba85f9267ba1]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 17:18:08 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71ab5f316e2604f186ba1c13775b0f2ddd9ef485]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:16:18 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1937530018fe4e13c585754d11c80f0779f68fa4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40082bb5f76642f1a7bc0cb315a6f94f84bccddf]

        INTEGRATION: CWS ooo19126 (1.8.926); FILE MERGED 2005/09/05 15:01:58 rt 1.8.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bf4f15355e2b65303701fb21ea044065f69a9f3]

        INTEGRATION: CWS ooo19126 (1.9.32); FILE MERGED 2005/09/05 17:18:08 rt 1.9.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07dad93bf9546c6288443562d38350042992bc55]

        INTEGRATION: CWS ooo19126 (1.13.154); FILE MERGED 2005/09/05 14:16:17 rt 1.13.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da6d9626dabee9e31a5a8ca404efdc3fe276b296]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c8b1ab799f8fa1d0c6a75a05c390a61eb1e43c0]

        INTEGRATION: CWS ooo19126 (1.17.328); FILE MERGED 2005/09/05 15:01:57 rt 1.17.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e9953a3b1077e8a140e9a311e67ab2474496513]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:17 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abfaf01177a416f4bb1fdcf756031052128b7514]

        INTEGRATION: CWS ooo19126 (1.4.906); FILE MERGED 2005/09/05 15:01:57 rt 1.4.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b432197ff92fccc9eb941cb71064f06f179ad3e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adf6164b01838d814b557b14caed1564624ab05e]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:57 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1739def4ae5e9fde79f5978a49112d138679b69b]

        INTEGRATION: CWS ooo19126 (1.14.30); FILE MERGED 2005/09/05 17:18:07 rt 1.14.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d34cf67b81e23739860e67db298d65483a87290]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 17:18:07 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63702971b3472b61de2736bda675e2718832da5d]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:01:56 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [151bfabc4f9dbbc0151c0849b278f55306202140]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73d512755f6a2122e3c4b32ed9933378c9a63690]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 17:18:07 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b64ea5dcfbd43bd4ef87c15cc0b1282ad582634]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:56 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1805d2de2b6d016140ec85bd208c91705c63252b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:16:16 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a18448e489ff737704d929901adde04545903562]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:18:06 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d8fcc663752aa6a01289925dce2e368d2e0af36]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:01:56 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92cb5ef6d1b39715f1ee3890ba684634c0898854]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f924d29aab35c3118cb26b24fb3e49731f18326]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:18:06 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74ff2a50396a7958bcce1cc9c97c7489c0a0560f]

        INTEGRATION: CWS ooo19126 (1.14.452); FILE MERGED 2005/09/05 15:01:55 rt 1.14.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b409ab795bd95a0d1bfd84e4ba33965ccea471f]

        INTEGRATION: CWS ooo19126 (1.19.30); FILE MERGED 2005/09/05 17:18:06 rt 1.19.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7225bc92de1cab4bfc2a79f2c9f5adf8a853ba91]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 15:01:55 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e36d3c634bb099dbe3568d8a53d91936ce320396]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f5862326afb46e6dfe336dcfccb625786f95412]

        INTEGRATION: CWS ooo19126 (1.45.434); FILE MERGED 2005/09/05 15:01:50 rt 1.45.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54ef929930062e596956a69b9c9911ec35a12f82]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64bdd8798be6de36e44e11a51019e73e8f7d1f20]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 17:18:05 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4531d05a5e9fb285c54a7f3054e7f197b29882da]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:15 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a5d0ad2200055f0d56bdaacd6ab1f7d28af19d4]

        INTEGRATION: CWS ooo19126 (1.8.88); FILE MERGED 2005/09/05 17:18:05 rt 1.8.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a673ac1491e48a092a34227181897ef3fd3f6cf3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaaf394f1180d217935728c56ed129ac0ea29ac1]

        INTEGRATION: CWS ooo19126 (1.4.50); FILE MERGED 2005/09/05 17:18:05 rt 1.4.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1a0916813c815ad483b915173b89220ce2c7cd8]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:49 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e234dcbb6e654d6336a9719c7f9ffa6601d29e39]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:18:05 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7bf3f5a6f7adb873440727a54a3236eb9f899dc]

        INTEGRATION: CWS ooo19126 (1.1.938); FILE MERGED 2005/09/05 15:01:49 rt 1.1.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [750a75035f2eb06b92052b58a570a67091818726]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 15:33:23 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03a896cd23b5846c287083b0a666a96b6426ca76]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 17:18:04 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6f57bd049d89a0b44fd265922d2fab99acf3d68]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e37a7ad7ce1b12481eecdf72cfccaf1fc838a7d]

        INTEGRATION: CWS ooo19126 (1.18.50); FILE MERGED 2005/09/05 17:18:04 rt 1.18.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd98d445dfbe402723230e20009f42fbc235608a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b6bcfdb49789d8413af61e594be75b1fb6c98df]

        INTEGRATION: CWS ooo19126 (1.3.926); FILE MERGED 2005/09/05 15:01:49 rt 1.3.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [139a7ce1dfeb3279570a50fc389e82d6d6549666]

        INTEGRATION: CWS ooo19126 (1.16.30); FILE MERGED 2005/09/05 17:18:04 rt 1.16.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10504759e7af4ddfc61d382266633612b307330a]

        INTEGRATION: CWS ooo19126 (1.2.520); FILE MERGED 2005/09/05 15:01:48 rt 1.2.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6aa2e21094a922357cd0f19f98a94c975774faa1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66ff2580bc8de5676838a9310a0966c00bc11dd7]

        INTEGRATION: CWS ooo19126 (1.5.72); FILE MERGED 2005/09/05 17:18:04 rt 1.5.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36e2bde9ef197d60b4bf58550cd9a52cd385047e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:01:48 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d5d0bb91554a0b495ffae9892caa5eebd28f87c]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:18:03 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de9cb323b4f9359ca819e307a2393ca0e3640acc]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:01:48 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7276108f342adb48b3ed6ecb055fb6c2ed36b6de]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd7bd7639c7b0be063113a059c33547ae9dc6f7]

        INTEGRATION: CWS ooo19126 (1.13.30); FILE MERGED 2005/09/05 17:18:03 rt 1.13.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98f2b716b6782458770c0558c52e09a5fb3dc860]

        INTEGRATION: CWS ooo19126 (1.21.90); FILE MERGED 2005/09/05 15:01:48 rt 1.21.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78beba386c7fd41f5c103ace84835a4dd7cb9866]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a1c7d4a3a356ef37b21c9d7d278ffb6482d51d2]

        INTEGRATION: CWS ooo19126 (1.8.326); FILE MERGED 2005/09/05 15:01:48 rt 1.8.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe71dbd73a3874ce8b54a57b06ea26d40bc409fd]

        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>  [1124fa2df6d83f7d851bb8ade11c86eaedaaa15d]

        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>  [56d04da1bdc76d245a08f06dc5635d68b7637c99]

        INTEGRATION: CWS ooo19126 (1.12.104); FILE MERGED 2005/09/05 15:01:47 rt 1.12.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c9fab0f88ac77a9138df2368060e6b4d04686a1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afe4f72fcace0ab78694f34ad4e22c79caa32564]

        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>  [b64964727a5c904afe02d76a4e3ae11f1473144c]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:01:47 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ee237085563116770fe5356b5fe4511b55f89a4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71958a5a63681b65738003ed4eda352c3b3724f5]

        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>  [8de10ea44c614ce96f19108aa790c8e16dfa1e9b]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:47 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e557dbf55115e1d1537e454e0e520c3433803bf3]

        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>  [bbb3f48a3e2e21bd037d90b72b0ceaaaf8f45602]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7499ad6ef3a08dd54a76fe791d79df80cacbd86]

        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>  [aa9c07c025f5093896a1a2bb1cf030da62e48128]

        INTEGRATION: CWS ooo19126 (1.2.906); FILE MERGED 2005/09/05 15:01:46 rt 1.2.906.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5682651f7dd021d0126a064ea64503ec9d812ee0]

        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>  [f47d729cb7cdca34aa22e4b5f888d1a36b3bf7ac]

        INTEGRATION: CWS ooo19126 (1.13.102); FILE MERGED 2005/09/05 15:01:46 rt 1.13.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c865c0d5a0beebd8ccfc64c5c77065fb34f59e03]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27dbeb398ca6eacabf666feed43feef7123e8357]

        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>  [c8a3d11f452aa66ab0382f628c9132041dc79207]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 15:01:46 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdd930bd38f50c68c54fcfbd26502adae85f6124]

        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>  [a988ba8250c2fa308621b33e2f058b2d43e44e02]

        INTEGRATION: CWS ooo19126 (1.8.328); FILE MERGED 2005/09/05 15:01:45 rt 1.8.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ea62d3775565c3d96eab5055f9e1c672e217ddb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:14 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34fb9a5df78dfc395975ad0f2d7daa4924470ce0]

        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>  [a2ac402b21ad5a50ace1b1716dbdd0978b19a362]

        INTEGRATION: CWS ooo19126 (1.9.116); FILE MERGED 2005/09/05 15:01:45 rt 1.9.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b24b76c3817f919c7673b42ad6ea897e8d0e0a54]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1acd0f921614fb608637806ee5abc8e873626b6f]

        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>  [1070629e4fbfa65791bc5cccbe4a80f1771ad4f3]

        INTEGRATION: CWS ooo19126 (1.11.256); FILE MERGED 2005/09/05 15:01:45 rt 1.11.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84bc126e1340b040c69b5930644c01bca2f2ce63]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af9efa5c2decf838f6c596c385c8aa88ca60a657]

        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>  [68618048b6d35f96a1f651d21cb591239da807e2]

        INTEGRATION: CWS ooo19126 (1.20.240); FILE MERGED 2005/09/05 15:01:45 rt 1.20.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1803b4bd4a7cd1b654ac37a3ff0cf17da9b9b8f8]

        INTEGRATION: CWS ooo19126 (1.32.116); FILE MERGED 2005/09/05 15:01:44 rt 1.32.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63ad4110a3416ea9735c39968504043861851435]

        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>  [3b6801d32be27d5a029c949097c03718849fe0c5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72a18ebed17d0647b519ffe767cbbbf5a6461fbb]

        INTEGRATION: CWS ooo19126 (1.12.114); FILE MERGED 2005/09/05 15:01:44 rt 1.12.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d851b76c5ee17bec13b1297b4fa9b09c35a820f3]

        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>  [7d3ff6509abc4d51e06647edae73b04800fe3a66]

        INTEGRATION: CWS ooo19126 (1.6.508); FILE MERGED 2005/09/05 15:01:44 rt 1.6.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [385d233bc16d0ddbeb3b5c6a8fe1caa527edad20]

        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>  [078633b9eda147c7381555e00eeaea1be4be6460]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb149c5addeb5f0ef44a4df44faa51e1561fcedc]

        INTEGRATION: CWS ooo19126 (1.9.216); FILE MERGED 2005/09/05 15:01:43 rt 1.9.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5698ccffe3d8760543ba4a482a01c6fab5d5cbf9]

        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>  [f06f84a5a42eed897e46db2b3e4ca9088fc6b4d9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [effa071c59cca465348762fb4d0e593974065a38]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:43 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8340ecc8ab54f7487de48fa3299c5c98f3a4307]

        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>  [c317aa7721b3d67cf257fc31a1b045aeaa856ad8]

        INTEGRATION: CWS ooo19126 (1.1.934); FILE MERGED 2005/09/05 15:01:43 rt 1.1.934.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abd609ffa2a89c41c755c6b3bc957971d3b3aec7]

        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>  [7347bde55aeeaf8f3be26280850df8b0a4ad7740]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84eb78376561b81370f61363c5b8fb474f802c42]

        INTEGRATION: CWS ooo19126 (1.6.192); FILE MERGED 2005/09/05 15:01:43 rt 1.6.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2452461f993f9da8910756387c12b4d134caf462]

        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>  [919575e2f81a163fcf5bb79891e7fc545a1806e0]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:33:08 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bd9db240338afa1740aa3595e0708073c3bcbec]

        INTEGRATION: CWS ooo19126 (1.4.926); FILE MERGED 2005/09/05 15:01:43 rt 1.4.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2a37671faf7e62d822f9fd8ce99c9988df7b596]

        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>  [50075df705dfac622a08ecc0f50c4af40e2d93c8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [817e814d401eaae5c829df9c6d68200e3cb2b691]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:01:42 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1b77b25406419f71f322e74af110d5640935bed]

        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>  [119968c3a9a64be576cb39b8525f4640423ec641]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:01:42 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4e37f82f1f783240f9c2b093b899d45ea41a5c3]

        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>  [93d2dc8e1bfc7d38026ca4617cadef51672334f8]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92d94c8bf524988255caeb208153fdde37395034]

        INTEGRATION: CWS ooo19126 (1.26.216); FILE MERGED 2005/09/05 15:01:42 rt 1.26.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de2047b5b0081a5202c5d21b58befc5a609f1d3a]

        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>  [ee406199632d3b434412a734c16112257d38e333]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4737a7bc9c8928480527c622a82e5422f0dad19e]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 15:01:42 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85df9414f7512e3bca5ba349f358177a616bf110]

        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>  [b973550a4cc02dd52e475c27a0c72c50fc840ea0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5b04cf957a0d79f01884a233febd2beede9555e]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:01:41 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19346aec1711f8e7be5fe654aa8a598461a5fb94]

        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>  [d7b1d471903e22100f8f5e6b080c34c75c313963]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:01:41 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [874a0b10107c7b4c543afe3e4aa8e41cdc241f2b]

        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>  [21ff0146fd327a87faf08ac94392a7ba8dba1a49]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:01:41 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5870520cd0231aaeb0adbfa2e9b3c00845aebb4c]

        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>  [7ed4e202587abd4f65a467a532bba5ffc6c217da]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:33:03 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11d79079053de42e40a0b1167fd04f9b3023f6e7]

        INTEGRATION: CWS ooo19126 (1.18.144); FILE MERGED 2005/09/05 15:01:40 rt 1.18.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2503a81e528646651b5218cee6e04045dede238e]

        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>  [e30d2213f87a8c2bf2daf0d9dcef5d8e0f3b110d]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:33:02 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d85c043494efae8b752c97c4d9eca1687a5a78b7]

        INTEGRATION: CWS ooo19126 (1.8.926); FILE MERGED 2005/09/05 15:01:40 rt 1.8.926.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7383514e4e5ade10a1d51653586b525c61b12c24]

        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>  [fe16ee8dc3bce32c4efbe52e167a2cd618a04b38]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b48188cea592c6b5da79207b39fbd6e271bd600]

        INTEGRATION: CWS ooo19126 (1.18.242); FILE MERGED 2005/09/05 15:01:40 rt 1.18.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [414e6994c54c26507000cb0d8d3622e91732585a]

        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>  [a48766a3a0035ca655c24f2e010ea2b2ddcb2382]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:33:01 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [333174739d1eb35cbd5bc7bf302346173f2869ae]

        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>  [da623b3dee82387318fee9f7cbb746342060e766]

        INTEGRATION: CWS ooo19126 (1.42.154); FILE MERGED 2005/09/05 15:01:40 rt 1.42.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42a191f2cbc666602c1fd71204e8856d86395224]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38d2ee6a8c3a142ec41094e95b178849f446bead]

        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>  [86bc4c065d07cd5a708687babff737a831a73526]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 15:01:39 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4319035851355d0307b685e9ee50473f65271b77]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:58 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e0fbd406d427042ba9190c3e47425143ee704fd]

        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>  [89a113d535d58de30d0b88bcabca41d036313759]

        INTEGRATION: CWS ooo19126 (1.39.122); FILE MERGED 2005/09/05 15:01:39 rt 1.39.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65e7a0dce113d4b53cd12e08512c8cb1b48c02a4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:57 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ece19a2ba3754b7354162405c233e053c901248]

        INTEGRATION: CWS ooo19126 (1.6.898); FILE MERGED 2005/09/05 15:01:39 rt 1.6.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e7d00b70dd7774900c54898af2cd68e09cc5897]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:56 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbbff06d090eb69a498d971db6c6b2554ff42f55]

        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>  [0300ecdf17d005a28981304e371f9652b14c7db2]

        INTEGRATION: CWS ooo19126 (1.11.176); FILE MERGED 2005/09/05 15:01:38 rt 1.11.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7041c7edece7bda12406ac292abda2d3ca3a7c3]

        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>  [97704881903c43b168096d06e003d2f0822e5cb1]

        INTEGRATION: CWS ooo19126 (1.6.368); FILE MERGED 2005/09/05 15:01:38 rt 1.6.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78b9ea6c75161fee97ade0fc6ade2ceee038b812]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:55 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [647f7f99cba759a286fced404a09b52f4c16aa72]

        INTEGRATION: CWS ooo19126 (1.7.428); FILE MERGED 2005/09/05 14:16:02 rt 1.7.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bd932692861e01db93c6518adb7cbb508b505aa]

        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>  [c73ce4809d64108c8129cd221b8fa8cf340ca569]

        INTEGRATION: CWS ooo19126 (1.8.368); FILE MERGED 2005/09/05 15:01:37 rt 1.8.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed83fa41f1a7e1c51128e97375efa2eefdaeffd4]

        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>  [ab613b57c5901601698b8700211f51f58999fc9d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fca5395eb232e7b90e740a1c8e69ba2c7cda101e]

        INTEGRATION: CWS ooo19126 (1.11.430); FILE MERGED 2005/09/05 14:16:02 rt 1.11.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efb655ca25960ec72ea9f4a1df5c420405337cfa]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:01:37 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34f77a0b5f9a285f3276ac28bdf295adbeb8226f]

        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>  [b5f13127e8426d9ddf92b4b5440b6866d1e5a06f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:53 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8d131e366e7cb00156d37ae4dad6017ef6723e5]

        INTEGRATION: CWS ooo19126 (1.9.154); FILE MERGED 2005/09/05 15:01:37 rt 1.9.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de65e7898f948569d55c6aab0abfbfbe55a83558]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:16:01 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3b5ee20923ee9b5f6f0fb6b64b5c2175b7966eb]

        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>  [632aa20d41138b727c21ac4f6403c96036a1311f]

        INTEGRATION: CWS ooo19126 (1.7.368); FILE MERGED 2005/09/05 15:01:36 rt 1.7.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2069000270cb948b5c68010e77a0d597c800e7d3]

        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>  [a15b753517f5659cda147ba70198ee3bddfdd7dc]

        INTEGRATION: CWS ooo19126 (1.10.328); FILE MERGED 2005/09/05 15:01:36 rt 1.10.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [150646fc9ccd2977ae3468d1a030de5d79ef6c37]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:52 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c04a6da2fefdd53b7d22af329fc3be4cd8116017]

        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>  [b5a231d9ca97125ee874b05a28615dca1733fcb5]

        INTEGRATION: CWS ooo19126 (1.15.176); FILE MERGED 2005/09/05 15:01:36 rt 1.15.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [907be8e4f90aba06877929dc3ed87b3cbf44b6b1]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:01 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e606769e9a55a3d93c47137b73186cccfedae92]

        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>  [4d43f07f56058c39498c3ab3e369848d1ca74564]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:01:36 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d08923fdf8b1815a3c5e330c57edb368347a624]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcd1f7df81867f101fd50d6a6bc7a688e21df41c]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:16:01 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [096a6f8ac18d94ed76ba07bedbf2c7489e1bc572]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:01:35 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ae748c32ca136f6feb595c60ded7029f514de4e]

        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>  [ae28c2cbaf568514f1b93a6e6d606bd78ffa7646]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d7a72d3b19e93ce070ec5d1dedae61fb73f420c]

        INTEGRATION: CWS ooo19126 (1.65.112); FILE MERGED 2005/09/05 15:01:35 rt 1.65.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f65ee9d46f684536ef04ba6947cd33ced113891]

        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>  [87a6c91d21c4ef650c05fccca048fc7c89814b2c]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:16:00 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d309f6c91dcee82268cabfec66dfed0ff0fec60]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:50 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02e1d60ebcb7a6ea7b3f4eac2c7a77740775d7b3]

        INTEGRATION: CWS ooo19126 (1.28.214); FILE MERGED 2005/09/05 15:01:34 rt 1.28.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [751e5321d0c87bd78568235e11235e33c400dc2a]

        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>  [0712d12916a8070f8f309c82daa42dc66f7b8172]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a30d86b4fd5c05bf3278e763ca43e2611d758203]

        INTEGRATION: CWS ooo19126 (1.38.216); FILE MERGED 2005/09/05 15:01:34 rt 1.38.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9805fe194e4925615a2c265008db34226cd8a24a]

        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>  [aec99a7cebcd80f504209659a8fa363b70d19508]

        INTEGRATION: CWS ooo19126 (1.8.130); FILE MERGED 2005/09/05 15:01:34 rt 1.8.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f9d2db2c2feb3df1fc3494f4cd64476ab1c1590]

        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>  [319804f5f1878438430dd684344bf37560d44288]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:16:00 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7efc6835be8d306f2f965e6aeb516b15d4bd50f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:48 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42fa2c214e6be8d47ecdbc6dc2db3e6b3fed7d4d]

        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>  [83acff94f2c046ae154a59df143b8719c38daeb6]

        INTEGRATION: CWS ooo19126 (1.11.452); FILE MERGED 2005/09/05 15:01:34 rt 1.11.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21419e5af5e7be8338c1a2d28aac56974c94de6b]

        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>  [145497200034f1403caa54186434750c8a45c2ec]

        INTEGRATION: CWS ooo19126 (1.22.116); FILE MERGED 2005/09/05 15:01:33 rt 1.22.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c56cdc6f90b28b1c94cb6314b8dc3c6bcdaf1d60]

        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>  [3fb4b6fcb33d4a9157b36932f964061374b31ca9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77f6fb38448a2b3c4c123f449a92d49df4572b84]

        INTEGRATION: CWS ooo19126 (1.13.452); FILE MERGED 2005/09/05 15:01:33 rt 1.13.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaf26dc6cd956f990daed2542eb9bc344a45a0aa]

        INTEGRATION: CWS ooo19126 (1.27.144); FILE MERGED 2005/09/05 15:01:33 rt 1.27.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f005f43eeb00c758bea016a39078da78a8bf828]

        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>  [5950b764ac6c0b2dc9be761b19a8933a22dc26d0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [241962fd2cdd1bed54d8a39b5e4ffa3ff2b15af9]

        INTEGRATION: CWS ooo19126 (1.50.126); FILE MERGED 2005/09/05 15:01:32 rt 1.50.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea879f86e4bbc8c9991cc671b44ba7d80fcbb78b]

        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>  [ef77aa4b6eb5dac1ed7adf36883e68d4ab3f5def]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:45 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f850ba901b3b3649b8b770b96dd889b50ac9d65]

        INTEGRATION: CWS ooo19126 (1.20.368); FILE MERGED 2005/09/05 15:01:32 rt 1.20.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1818afc2d4ae6075953cd6924051b0ada9ad734]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:45 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9cd2850e28d8cbaccd6413371316cd771d22460]

        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>  [ac1dfe25c3c2f09be59b4d012e007fd2a499a9cd]

        INTEGRATION: CWS ooo19126 (1.14.96); FILE MERGED 2005/09/05 15:01:32 rt 1.14.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aba38a1de11625de6fe8a00ea3a149522322d0f9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:44 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [899b22ced058168e520c766adec49aae716550c4]

        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>  [d267f08e53a7ad182fb0472233c0ac1e22d7e488]

        INTEGRATION: CWS ooo19126 (1.5.154); FILE MERGED 2005/09/05 15:01:31 rt 1.5.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [592b73bd033e486554f5f33564698fe019873700]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:44 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3834168c1fae36c42996e97098d6e5138e791180]

        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>  [7462f825a898133ad11ccc1925a0b5a98f59b9ef]

        INTEGRATION: CWS ooo19126 (1.16.256); FILE MERGED 2005/09/05 15:01:31 rt 1.16.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34d2eace1e016c7d27828eff89d419cd452bbac6]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:57 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78396f51abe070f6ae4124bb1f630cd2f6c64c66]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:43 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9b68a3999143401fc95a0f3c8e4416177ab76c9]

        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>  [909440964ae82659433e322e692d2c0488339463]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:01:31 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [868c2cf84df48d4143fb41ac7ce0c5deeb8490f2]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:57 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31b9a28ec66dfd197388124f3e6dfe407ebddce7]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:43 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae79d361f2a44b0257e022684edd34b7ea73fb92]

        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>  [e68cacf4ef79a2a917e5da22155a821e575e7c82]

        INTEGRATION: CWS ooo19126 (1.16.196); FILE MERGED 2005/09/05 15:01:30 rt 1.16.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fc9ab77d095734a2ad60a6e5da540608789b15a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:42 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46791060e45b4565d28a1e6cea3093544de5ab88]

        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>  [04896130390df2af230e03d7e75e2ebb1076c8d6]

        INTEGRATION: CWS ooo19126 (1.24.58); FILE MERGED 2005/09/05 15:01:30 rt 1.24.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d02bf7f9be0e78b05b4bce21730dc3740b2a21ee]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:56 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51b40725b4f42ff3f3e7a3a5a181f88e59950734]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:42 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dbe11489a761b1c8ecc8f0dc23f6d10dd7d694c]

        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>  [bc7b8209fa60c671e475876fbd116a5f98a0deb5]

        INTEGRATION: CWS ooo19126 (1.16.116); FILE MERGED 2005/09/05 15:01:30 rt 1.16.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a253ccf6811c27391354c7ac0d7a3bd5de9e85de]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:41 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa60ae812374292da0950085ed2859ccf31ca907]

        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>  [8fa8a0820986d432497910814c496eadd1ee50df]

        INTEGRATION: CWS ooo19126 (1.23.242); FILE MERGED 2005/09/05 15:01:29 rt 1.23.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [526065e3ac216807c1a84487d5822793ee5273e3]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:41 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [611abe659f5ba92d86cf2eed4d61b18d0c281325]

        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>  [dafaee1fde0bfa6dde920a96c84af5f5f9b9c6d1]

        INTEGRATION: CWS ooo19126 (1.29.116); FILE MERGED 2005/09/05 15:01:29 rt 1.29.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee6a957d695755ed993c943fa0a3cb9f27e113b5]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9fc021f78e57a9eef968fbe2ad2dc9055c69f56]

        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>  [151c9e03704dd2410e1efc7d767b93f19ab4e4d0]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:01:29 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d6489ad09eb1cb7d2624432e65b1052bec7fdfd]

        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>  [d98b9b0540e3c9e02f6a810fed434c37084e2bab]

        INTEGRATION: CWS ooo19126 (1.10.104); FILE MERGED 2005/09/05 15:01:28 rt 1.10.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3ec0770ddeae09715bd1f0ea78b45e4c070f1ad]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c252fdf1ee293c6c04c9c13e6018899ea5d21b7d]

        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>  [6bb58c5c929773beecda05f82e9ed54bc09b5e5d]

        INTEGRATION: CWS ooo19126 (1.20.116); FILE MERGED 2005/09/05 15:01:28 rt 1.20.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [998ff881a85911f7c537a306f4b4b126cd62ed4f]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 15:32:39 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3369f5d61d581598193ef01f7b9ca1f42d520713]

        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>  [20f2be219f5342f6a2ee82b9a90c311429118581]

        INTEGRATION: CWS ooo19126 (1.17.242); FILE MERGED 2005/09/05 15:01:28 rt 1.17.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef761c3505b516a1f32f52b37019b2471e182748]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:38 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3f8f3bfea4e366ed15216d080988267653f40ac]

        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>  [e7923f808ac59dcc053c946aca107436d4ade757]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 15:01:27 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e83c3cb951de57caef9f2c4144ee355d94781f2a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3860d3ed14b97fc996aa467c8986de2418ec7524]

        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>  [cf5bffc2b63e59f566ccf9290f802c2a5881f4ef]

        INTEGRATION: CWS ooo19126 (1.8.354); FILE MERGED 2005/09/05 15:01:27 rt 1.8.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64273566871991c862f5a6492084eb19c77d1171]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:55 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f626c7c7365c5c830530b2d63b7e9c05e3d2e2ae]

        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>  [7534c5220a6b0250bd9d4dad6715e0056178698b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f69b0365a0e10038ce1730140c2554cbf3e4072]

        INTEGRATION: CWS ooo19126 (1.3.536); FILE MERGED 2005/09/05 15:01:27 rt 1.3.536.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d2f50c90e0aa33d23dec195a4e43f7339239c25]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:54 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9371125d83cd7f433d0af6dbe2b89aad290739c]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:37 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2194a97b4eb56a29a8f6522cbae39235798e262]

        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>  [d3b736fca600c8453689cc148af822263066c23e]

        INTEGRATION: CWS ooo19126 (1.30.366); FILE MERGED 2005/09/05 15:01:27 rt 1.30.366.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4551e87ddea50527abe665991bf342799c39be0]

        INTEGRATION: CWS ooo19126 (1.5.396); FILE MERGED 2005/09/05 14:15:54 rt 1.5.396.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f9c3570395c05b6c7d2ddfa10c36944718d4a9e]

        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>  [62c8ddf7d5be2852528844ac4cb25056e6252835]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [368a1350ef314ef9f00c44e481dd8da3d12b3e60]

        INTEGRATION: CWS ooo19126 (1.4.578); FILE MERGED 2005/09/05 15:01:26 rt 1.4.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [118eca9a777619c8d8da9aa98ee2d63816effb64]

        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>  [c0d5d4941eccd96540f72e7008baf22da2272a98]

        INTEGRATION: CWS ooo19126 (1.3.578); FILE MERGED 2005/09/05 15:01:26 rt 1.3.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55a43ccce3ea4fc22ee88359a86019a2de4350da]

        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>  [6fdc37514bcbdbd22a60001e296b9e918ab1b329]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:35 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [246690d71b55e001976309031420a3fe8a07b1d1]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 15:01:26 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [654122c036bd83a3489b1b42c73019adbe90ffde]

        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>  [aed02254fd9db91e2848bf928f0aaa157ed1af88]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:53 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e61c3ce9351a38639b30219b950cc04d481eb04e]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 15:01:25 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [407315a55b45a1c38d6f179002429f330f786c91]

        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>  [e4e34f3fa315e3dc19841b4d8be68ad1aee8ad3c]

        INTEGRATION: CWS ooo19126 (1.7.408); FILE MERGED 2005/09/05 14:15:53 rt 1.7.408.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1114584d3cac43ef367500ed2a8c195ba7d0f17]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:01:25 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [951ec3a5eddeb2e3e968869614bb28a8ef545e73]

        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>  [2587c51b2522671d50cd2d12dae388c8aad3f99c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:34 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5ea0dc939edbc9d9b8743651965e673f97d3c10]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:15:53 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3553d63c6ae9d55b14fdc9fbf640780f407e1d67]

        INTEGRATION: CWS ooo19126 (1.7.188); FILE MERGED 2005/09/05 15:01:25 rt 1.7.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4526c6927bae2d11265221915a181c28426e7e0b]

        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>  [52b91152218fb95b28bc78c52353af5729a45e0b]

        INTEGRATION: CWS ooo19126 (1.5.1042); FILE MERGED 2005/09/05 14:15:53 rt 1.5.1042.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaa4f9eb20aa7cdabb3db8e187cf17d34e3d393a]

        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>  [291ab10a3fd1ba95c629ffae63f8129c5370aaea]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0fd62ff32e82d6cc7522c64607614415033095e]

        INTEGRATION: CWS ooo19126 (1.3.314); FILE MERGED 2005/09/05 14:15:53 rt 1.3.314.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d89a104aedac4b4e10550068c47186dfe74d5276]

        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>  [de103f555b6fa37124f613d650f7c05b2f95c843]

        INTEGRATION: CWS ooo19126 (1.6.308); FILE MERGED 2005/09/05 15:01:23 rt 1.6.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e29603b949aede3cb2f4963047dc1323bfa808c7]

        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>  [a66937a87a48e2f2f807459a3235d62f850ec6ee]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:52 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a2abab863e0403a1485268d1821821b4835f30c]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:32 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9840cc04fbfdbf70288c0260889da65978ccf73d]

        INTEGRATION: CWS ooo19126 (1.11.368); FILE MERGED 2005/09/05 15:01:23 rt 1.11.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8797d7f86745729b639e4d6778b3e5dd30b9c0a]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 14:15:52 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dca321214b4f38fb38a23e3a1b967f94a0e3fee5]

        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>  [ef7345dd671975bc51ac583896f4a343ba3f8cfc]

        INTEGRATION: CWS ooo19126 (1.7.578); FILE MERGED 2005/09/05 15:01:23 rt 1.7.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecd00b44ac2713431cddeb1b0974456e3677e7f9]

        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>  [7d117297bcdb09261fa5124c1366de8b0e613d62]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4d671d98591321da43f132ec856ee33e0aebf96]

        INTEGRATION: CWS ooo19126 (1.12.368); FILE MERGED 2005/09/05 15:01:22 rt 1.12.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44a79dbaeb1117d5be4d17adf75b60dfac66059d]

        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>  [477a3f33ad2ab43dab015d901418aa291523d435]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 15:01:22 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d679339db59aa55ab516073ab4c73540eb66611]

        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>  [a79efb6bcf2f34a34f4323360dcdacca6e9e426e]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 14:15:51 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd43eb2bfe927751f385f88b8a4b4cad04c74ca5]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:30 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40fbddfcc02bcc4d3d25c799e878203396812c23]

        INTEGRATION: CWS ooo19126 (1.14.116); FILE MERGED 2005/09/05 15:01:22 rt 1.14.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [555071487e8d58fedb7233edf78ec4f1f563b7a1]

        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>  [f76be8deab215d48bbafd5eef6bc2f24eb64ab9d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:30 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13e8093a91056286618afea6570968c77b99722c]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:15:51 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc51140a00f37a8b04a324d785a3663062cb8016]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:01:22 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48126f9f29e0bb59c3de356d36dfd5038d2d6ecd]

        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>  [04060aaebdc82a47d4b44a247fc8d21d062c0193]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:51 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0c17275bcd8f0090c18d4f68a73de8340305e35]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e35726bf198658cbd4668316b86d60f45de64bf2]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 15:01:21 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0cc77b04b606dc1440ffa42273742101ca5df8a]

        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>  [a5916cbfc4aa2c68370d236c2f55bbbb01e37433]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:51 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c4e1833cf3e4d2589070ec8dfe7054039a31b19]

        INTEGRATION: CWS ooo19126 (1.17.328); FILE MERGED 2005/09/05 15:01:21 rt 1.17.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f67017e8fc222a39cf0da5221034127618b1e629]

        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>  [38aa802bcfd212ad043ff842c3a0b7ad749b2732]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d855904cdebafe9c023e8bda2ce66f9ad38c2531]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:15:51 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bc72f9e6068279189e0ff87912d92099fd8ba62]

        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>  [3aad1304cc4a38fdc39f50d8665abcbff828684d]

        INTEGRATION: CWS ooo19126 (1.5.578); FILE MERGED 2005/09/05 15:01:21 rt 1.5.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77ca43d27814be8d15fd0e983dda7bc085814282]

        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>  [06dde0f793afee4b3b33d1d90e19ebe39e14d2dd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:27 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58cb85f5a1018df78dbba731f2fc4377f477c30a]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:50 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf4a29c7093a83cf367dbe12318335a9c9c0afda]

        INTEGRATION: CWS ooo19126 (1.4.116); FILE MERGED 2005/09/05 15:01:20 rt 1.4.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fe9de0da70d3bce1f635d1ef95c0485ada65fe6]

        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>  [f8f0760a8b6db92408c3ca63b1c792a106ddc752]

        INTEGRATION: CWS ooo19126 (1.3.376); FILE MERGED 2005/09/05 15:01:20 rt 1.3.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6324c2edc5c5fa740acd8392a126b4d8eca05b0]

        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>  [ad7c9aeeb01b9ea4a86bb47e999b7432d91552b1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c7973c392b95ee487ac864576fed37faff3a529]

        INTEGRATION: CWS ooo19126 (1.2.534); FILE MERGED 2005/09/05 15:01:19 rt 1.2.534.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [102448a065b4d590556b3a0566ca1cf0e6511b08]

        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>  [e275a8c155842f0e9f7de2c80f093d4e5c1c9c21]

        INTEGRATION: CWS ooo19126 (1.3.376); FILE MERGED 2005/09/05 15:01:19 rt 1.3.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a17aba9cca07e91f897f55d6218708244e8aa14]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:25 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3416c18522aca6063ea220e36e605673ad0c286]

        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>  [9889314910a14164f1baa32b5307c6978f2bd0da]

        INTEGRATION: CWS ooo19126 (1.2.484); FILE MERGED 2005/09/05 15:01:18 rt 1.2.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c667f9a0476e554decbe726c949887e2f5eef23]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:49 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [289ffc6c88953aac8bf49932dc9307c2055ca1a7]

        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>  [7677536e8afce467d9e999eea24205754197aae4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43542d675975780b9105d68fe2e06ec8f5d9580b]

        INTEGRATION: CWS ooo19126 (1.3.376); FILE MERGED 2005/09/05 15:01:18 rt 1.3.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fce8278b6ca60dc122b82b3fdbf1878b71b492e2]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:49 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14b215f2c1db403dac8372c94215ba08412c364f]

        INTEGRATION: CWS ooo19126 (1.2.484); FILE MERGED 2005/09/05 15:01:17 rt 1.2.484.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f46f1cd72ef63346e32c76c84b34fc9914d11fe3]

        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>  [3ef5b5a986b37d717be85b649e1d5fc16de7e062]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:23 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d6a0ad3d6b4c3353baf1c8575ed8405b49f9dcd]

        INTEGRATION: CWS ooo19126 (1.3.376); FILE MERGED 2005/09/05 15:01:17 rt 1.3.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b900d65547045bd8682d334891eb36688f386a1]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:22 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3aac94f5779f76ffe64024259cc1a7461b1b80b0]

        INTEGRATION: CWS ooo19126 (1.3.376); FILE MERGED 2005/09/05 15:01:16 rt 1.3.376.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6c92cedcfadd88fd59b9ea6ddac6539fc313d5f]

        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>  [9d255cd7620c6fb06eded4a227746db0f12d6d51]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:21 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44b99bfd79da91e321769b9605a0c23ea9342e8a]

        INTEGRATION: CWS ooo19126 (1.3.328); FILE MERGED 2005/09/05 15:01:07 rt 1.3.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9e6c47b6c6cb9587761c4218dc67317d6f4cca9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:20 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71e5caf7d29381a58905ffdf76592cafdeed8bec]

        INTEGRATION: CWS ooo19126 (1.14.174); FILE MERGED 2005/09/05 15:01:07 rt 1.14.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32ee1027082cf67c533e8da04c7ddfa47bc0df73]

        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>  [e47eb53bd9ed9e27465267eacdb2153bff252dec]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:01:06 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c20717e61c5ccad53cc37fd85a24b357f3f109b]

        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>  [20cec0fefac4309eef7eccd3bf7b717a5dc7d24f]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:47 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [108b5d5ec50890bd4eb3a9b57b11f11663570498]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:01:06 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f47a3e0eeddeb5ccec0752be4fc19a7bfbb739ea]

        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>  [7b947d74fbc4edfaf8970ed9ee3718b40a611ac4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:19 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3dec2a30715e5f7df275ca035439aa4ae74e135]

        INTEGRATION: CWS ooo19126 (1.7.508); FILE MERGED 2005/09/05 15:01:06 rt 1.7.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [711cbea6863bde3c6091ee8b07436ac36026e16b]

        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>  [31f2cf141d1c66877ff3f7efdb859dd3f1480a3f]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:15:47 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98bb1a9b29375d2cd02355611110ebf68e73cf2c]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:19 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381faff129bf6bdd7d5cb63aa89dbb2fd1699742]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:01:06 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [798a13c890a2f171cf06dfffde926102da5c9101]

        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>  [2b5ea95937b814f0765198b570f95bfcf0614bba]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:18 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [055889b213b1511d33b75b1b366ec40924be136c]

        INTEGRATION: CWS ooo19126 (1.8.130); FILE MERGED 2005/09/05 15:01:06 rt 1.8.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5de6fd090f731522cbb12e907f479c451839a72a]

        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>  [87d659d6b42934b8a31e781cd0425189d05f991d]

        INTEGRATION: CWS ooo19126 (1.2.836); FILE MERGED 2005/09/05 14:15:47 rt 1.2.836.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5296960f2901a00182c2149c4d07d8acc42e500f]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:18 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42431695443df35c1d1a1d7a594f2ebf206edbb7]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:01:05 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c69e89deb0444a7f0b9f99860e87443967d67426]

        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>  [59e6d7360c162340489e9e0aaad00f9a59adcc4b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:17 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3493e1bf94ad154eb3e3362416802d643e06d975]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:46 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77e8c1ea7a1a76ce805a396e62f5a0c64e36107c]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 15:01:05 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95d724b1076ed36b4b89e38c60d5a48f00fe5c1d]

        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>  [1eec74f6ac67982c43f89660d2a9ea8dcaa969ac]

        INTEGRATION: CWS ooo19126 (1.6.508); FILE MERGED 2005/09/05 15:01:05 rt 1.6.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6aabc84341272026c822cff6942b23e4b257979]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:16 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00ac246e8edcd67701ae47403be216c74e8909c1]

        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>  [fbe33805da9a1673f342e98b337d8d3fab1fef46]

        INTEGRATION: CWS ooo19126 (1.68.114); FILE MERGED 2005/09/05 15:01:04 rt 1.68.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a53c50899b2b955867223a9e51ba63488925724b]

        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>  [2c584b153f0dff066c737f22d5a3a83bf8f1da03]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:01:04 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3ca57c2edaf6d7c66158b91d7e2cdf5d742551f]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:16 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8e445a4421f39bb5b600abfa01fdd1e3cb1e5f3]

        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>  [fc1f93e7fac6d41d99191ba23f8917147eb21dfd]

        INTEGRATION: CWS ooo19126 (1.2.942); FILE MERGED 2005/09/05 15:01:04 rt 1.2.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd778f9ce77738b2e4855ee45c0b415777563e77]

        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>  [8b0b80aff061f440d47eefcf4a88656482657a41]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:32:15 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db9e74a9705f8e5bb5724db2546d808f8b09f389]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:44 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3659506358213e86c9a1e39826ff2565093222cc]

        INTEGRATION: CWS ooo19126 (1.5.332); FILE MERGED 2005/09/05 15:01:03 rt 1.5.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33d920c7310daaee73e7c10162ca8912d894bb91]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:15 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [236d16248f962f390fb59296bdd7da0ec742b6cc]

        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>  [49d5ddbe6412e1ffd7702693d34f7c3bb3859f07]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 14:15:43 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5832972f374c59b1978cfdd18ecc4cae0188e55f]

        INTEGRATION: CWS ooo19126 (1.11.92); FILE MERGED 2005/09/05 15:01:03 rt 1.11.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0f2c815193eafa1c695142e67348514e6848d56]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 15:32:14 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8870e0ddf2994a964630ce44d2be65c1a374b060]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:43 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fea8b04a002e35730ede39adb3de8f67196a63ae]

        INTEGRATION: CWS ooo19126 (1.13.452); FILE MERGED 2005/09/05 15:01:03 rt 1.13.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acd1f6f81b3c1ac30de42d255d1402d1d503e157]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:13 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b2172e604502946467c6a021cc0d22e6cdfb947]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:01:02 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b630c13c02c58909ed591300c7a93e7010f98a9]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 17:12:52 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76fa929371260fa0ec5d8c397fbfaccc0b6945e8]

        INTEGRATION: CWS ooo19126 (1.5.452); FILE MERGED 2005/09/05 15:01:02 rt 1.5.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25bf83e49478bdb0ee39c66d6033ab4aa0daf867]

        INTEGRATION: CWS ooo19126 (1.11.8); FILE MERGED 2005/09/05 17:12:51 rt 1.11.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43f40e63e935f7cf42476548f13255d6f292d9bb]

        INTEGRATION: CWS ooo19126 (1.9.330); FILE MERGED 2005/09/05 14:15:42 rt 1.9.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02325dfdfd48b33a837775fae5071e4e5984ccd2]

        INTEGRATION: CWS ooo19126 (1.13.192); FILE MERGED 2005/09/05 15:01:02 rt 1.13.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a83919d38c471644af7023b761e245181249e111]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdcee4340e1088cc5df31fb896d7db2cea8bd452]

        INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED 2005/09/05 17:12:51 rt 1.8.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a6f31717b29cbfb77c23c842b073a64d785eb86]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:42 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [937d35815885d64eca42eb2e910e8cb5f3a262b0]

        INTEGRATION: CWS ooo19126 (1.27.116); FILE MERGED 2005/09/05 15:01:02 rt 1.27.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a936089de4529362dbe80953ec14a2ea8171fb3]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:01:02 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1688071b0ecae35e52137a48a7ac0d5177f883d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40607226d9c92e26f45a933a5d73ab5e053952bf]

        INTEGRATION: CWS ooo19126 (1.4.924); FILE MERGED 2005/09/05 15:01:01 rt 1.4.924.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9e3bb35ee13f4466237667ccb50a8a1cdccdba6]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:18:38 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c62c618df8f402eef6657936213f612397dc049b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:01:01 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e43234515f171061b150b21cff2760f03c14b63]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:10 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe4e00b70b9b0f0ba8740d2cf9c164d1dd63437f]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 17:18:38 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [540e71acf046df654392529dee0b5f73b96ac8eb]

        INTEGRATION: CWS ooo19126 (1.2.898); FILE MERGED 2005/09/05 15:01:01 rt 1.2.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9bc17a5336fa8c7dbaad8271c1858edb70b97f6]

        INTEGRATION: CWS ooo19126 (1.2.2); FILE MERGED 2005/09/05 17:18:37 rt 1.2.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e980d9c6e031bd4500bb2e5f1a6ed2285cc7f373]

        INTEGRATION: CWS ooo19126 (1.2.924); FILE MERGED 2005/09/05 15:01:01 rt 1.2.924.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba9a9feea39d747d291634ae5c0eeb1c4ec1387a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:09 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79a5af4ca4bf5f92728327b009678b5de484b0af]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:18:37 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee2cbf943b73da3b5fdae3a53909bc7672ce37a3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:01:00 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [caa967b64ac297f3f180573fa5e53288b36dd15f]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 17:18:36 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c78ed3b45ba3825f20df9dca2797514d4d8bc3f]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:01:00 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc55e54b2f9a8c7cbe36710f997e12f794cd14e4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd96694701ef7361aed51be50c5f54d8993a91b5]

        INTEGRATION: CWS ooo19126 (1.14.2); FILE MERGED 2005/09/05 17:18:36 rt 1.14.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [806068908bc151ae26850be844156f3299bae276]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 15:01:00 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35a6447d24c28538c1ac39bc3f41613f2433d933]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:18:36 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0ca99c4d2005c466ea57ac595d04c7fecfd1a8e]

        INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGED 2005/09/05 15:01:00 rt 1.7.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cf121e273466c8eb54d4085a24d12e56898fdaa]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:07 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea3b5ffd56082ab6a239f63312e8079012b1eaca]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 17:18:35 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e7c98f738f11cb159396add6ba929dceb72aa82]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:40 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2eabcc9a5fb24dcc4159685c3a3ae2d7df07baf6]

        INTEGRATION: CWS ooo19126 (1.11.104); FILE MERGED 2005/09/05 15:00:59 rt 1.11.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5fd904ab4300818b83eff0b16dae38b3e7cb826]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:18:35 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [010f00687df3a2155c9986a4cf4851e7d56eba6f]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:40 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43df42f6a76de3ff7305f0f0f5f7e2624f122644]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:59 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bba5275a88ec98791177755c8461afeadc9c329]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:06 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48490ff3b3c36fe18e21226e6bbc58cdea41edab]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:18:34 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f4da68c0dbe003f665696d8b9f763c9d691bfde]

        INTEGRATION: CWS ooo19126 (1.8.156); FILE MERGED 2005/09/05 14:15:39 rt 1.8.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79cb4bfd79e555e3d7114172d4d568fbe99cc04e]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:05 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ba7a8ef3c4bfd07f2acf9943493add37cecbe90]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:51:08 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fb39f8eb3d9102c1ffd6958d6c0d21e5018e503]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 15:00:58 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f74d109f574c121316f6e0f2136bc9cf7598932b]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/05 17:51:08 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af889884c00eeca7f2f1692e0280e2c6c59774d0]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:15:39 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9bc581b265c7c46c994fa9fb961397c576a8c96]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:04 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a05f13a4cfbacf352b80a9bcdde0f86e45e60b0]

        INTEGRATION: CWS ooo19126 (1.17.326); FILE MERGED 2005/09/05 15:00:58 rt 1.17.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11cf702122a4fb3e332188d1fb7151b414764eea]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:38 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [861ebc30150ad68457061fc51560e7b66a124359]

        INTEGRATION: CWS ooo19126 (1.5.130); FILE MERGED 2005/09/05 15:00:58 rt 1.5.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31323dd444616406ae3557a18bbbb51dc02cad55]

        INTEGRATION: CWS ooo19126 (1.3.150); FILE MERGED 2005/09/05 17:51:07 rt 1.3.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5832cdb756e678c7e70ef0fd67fb8e557484f624]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:38 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76011eb5dc58753c653d27f06b66c86bd7394d8f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:03 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f0f541069d785724ba888487537e02664b636f5]

        INTEGRATION: CWS ooo19126 (1.9.368); FILE MERGED 2005/09/05 15:00:57 rt 1.9.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14e81f5fa1d466b163564ba2e01bd099ba2b7fd9]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:51:07 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [998e6ae4bb15001a91c0958f176878a4243f8ed1]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:00:57 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95ad37f2c0545f233027f293e6db237cd35613cc]

        INTEGRATION: CWS ooo19126 (1.7.148); FILE MERGED 2005/09/05 17:51:07 rt 1.7.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c81044627406e9ee6b86c9c0d076a36c550af70]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:37 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5525e51ab7516636b91ee790cc2b03b97a2d0b2b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:32:02 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16eded1628b1c41adad4fdb03d3582c1d7fbe06f]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 15:00:57 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94b08b9d9a283ef967b4a02189b0ed5ddded8ade]

        INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 17:51:07 rt 1.9.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb5d95ec162659ba5710d28465215952b4333d7b]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:15:37 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f336eebaab4ada722ae9f050b4e0485d93ee0d97]

        INTEGRATION: CWS ooo19126 (1.11.146); FILE MERGED 2005/09/05 15:00:56 rt 1.11.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a34d21feffaac6e83ec5a70d5bb728d0df0e36d9]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 17:51:06 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41048a2d3db0a4c37e2d2e4d274980c08ccdaed3]

        INTEGRATION: CWS ooo19126 (1.61.238); FILE MERGED 2005/09/05 14:15:37 rt 1.61.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f7e94eaa1bc31dd81083df0d0c99941c684f36a]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:01 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca7658ca29dc737ae23f3d4f40c3ae66c88788c2]

        INTEGRATION: CWS ooo19126 (1.4.898); FILE MERGED 2005/09/05 15:00:56 rt 1.4.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37a37924592388ed3b0650f18e49cf4e49c7340e]

        INTEGRATION: CWS ooo19126 (1.3.586); FILE MERGED 2005/09/05 15:00:56 rt 1.3.586.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [250b602309f451c8e30bdedc1ea38e9308a5af28]

        INTEGRATION: CWS ooo19126 (1.5.150); FILE MERGED 2005/09/05 17:51:06 rt 1.5.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36db195beadca39750084bff9173f1c3a35504ac]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:32:00 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6528ec5cd9036d6534b3e13f15dfeeebf6b1542b]

        INTEGRATION: CWS ooo19126 (1.6.366); FILE MERGED 2005/09/05 15:00:56 rt 1.6.366.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd0b409837865fd76b8de067bef3ee54fabe1109]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:51:05 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4f24e7f29ca4837b00ef2f0f1c87238dac7e2df]

        INTEGRATION: CWS ooo19126 (1.48.154); FILE MERGED 2005/09/05 15:00:56 rt 1.48.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7be50242415c6ca79b8545de989bd5994937709f]

        INTEGRATION: CWS ooo19126 (1.2.208); FILE MERGED 2005/09/05 17:51:05 rt 1.2.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7206548f6f0b1ea8ce5a966f4348002476e0d1be]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:59 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87f5d37a725ef3d92edce95a1b76133edcf88b62]

        INTEGRATION: CWS ooo19126 (1.2.196); FILE MERGED 2005/09/05 15:00:55 rt 1.2.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2675da5c3bd878332b7f931ef3adb7a2c8d3212e]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/05 17:51:05 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5ddb4c8aff3101066458c426c9539a662bd0525]

        INTEGRATION: CWS ooo19126 (1.2.930); FILE MERGED 2005/09/05 15:00:55 rt 1.2.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e741023fb2ddea9e8301b44469144d6cc704037]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:59 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f965a86404dffe908a8fe2e677efcaa51b1362fe]

        INTEGRATION: CWS ooo19126 (1.4.208); FILE MERGED 2005/09/05 17:51:04 rt 1.4.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68d7b0a83f1f06dbb403256cbff387f6a9b644d4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:55 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f48d2a549b5b4c5b868cc917e8b4c96a7c73bcf]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:58 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [726c42be4278f73d1556bfd623bf80cea31c7259]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:15:35 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0783b0ce6092f2111a49775cca9992fdbc790724]

        INTEGRATION: CWS ooo19126 (1.1.738); FILE MERGED 2005/09/05 17:51:04 rt 1.1.738.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1318784b821ba5be8f77fe1072b4b8e7db750df2]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:00:55 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dfbb6da403dea55950157cb93a2853b84310063]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 14:15:35 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32021242e891c99996686db61940c0b7335d6d33]

        INTEGRATION: CWS ooo19126 (1.13.208); FILE MERGED 2005/09/05 17:51:03 rt 1.13.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63d8c5670b7173e3fa171340196bcf559485ec68]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:00:55 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a572823311a0047defe4023ce9cea07ffd90d35e]

        INTEGRATION: CWS ooo19126 (1.12.702); FILE MERGED 2005/09/05 14:15:35 rt 1.12.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f051ba4fdf58f67ace6b23a22d6a8534e23165c]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 17:51:03 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a171d3e35a73156c29576bd88eaf5dd6140fda50]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:57 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da331cef954ee40edd60bc730586ba08d940f1a6]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 14:15:35 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [174a35584f3067617c9254a0f3e8d43cd5b2aceb]

        INTEGRATION: CWS ooo19126 (1.57.40); FILE MERGED 2005/09/05 17:51:03 rt 1.57.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba28ddec7cc2fbb5a9f4c571435353f4ad26aac1]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:00:54 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efea7c57f7a9a535f2018033578ca6608b19e725]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:34 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f53e5f8b5bdd6ed2063d0f968584ddb4f772b17]

        INTEGRATION: CWS ooo19126 (1.4.214); FILE MERGED 2005/09/05 17:51:02 rt 1.4.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99e51cfd1b970719990e5fe4346e2da695684fe6]

        INTEGRATION: CWS ooo19126 (1.3.930); FILE MERGED 2005/09/05 15:00:54 rt 1.3.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5f5c1f24324a8e0edad0fee712e513b8b0fe789]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:56 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cbcfe9d5a5a412f6cd446c63d502c99afcc060d]

        INTEGRATION: CWS ooo19126 (1.4.668); FILE MERGED 2005/09/05 14:15:34 rt 1.4.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [648f8fd4d4142cef82c815b8acefbfd32d30e176]

        INTEGRATION: CWS ooo19126 (1.8.84); FILE MERGED 2005/09/05 17:51:01 rt 1.8.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b41a7e7abac46b769b4495b5eaeb1f7393b8c4b5]

        INTEGRATION: CWS ooo19126 (1.8.192); FILE MERGED 2005/09/05 15:00:54 rt 1.8.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1378922a1dcabbcb183eb3ce532e38933418ffa5]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:34 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8429969a291efea8b65042d10c0a38fa527c98b]

        INTEGRATION: CWS ooo19126 (1.13.84); FILE MERGED 2005/09/05 17:51:01 rt 1.13.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eafa8bea7e8d870e34e509c91b5586beb01a82ed]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:55 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7fff18446c98cf36e194358bd24c698dce55574]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:54 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e309dd5f1cab0c1662d6ea52cafa9344eaf8a154]

        INTEGRATION: CWS ooo19126 (1.8.250); FILE MERGED 2005/09/05 14:15:34 rt 1.8.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22487aa7a41ef757bf3c64ed60658893e02f3716]

        INTEGRATION: CWS ooo19126 (1.1.126); FILE MERGED 2005/09/05 17:51:01 rt 1.1.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4811acc53cfd43d1481cae1829593ab8cc6b2ba8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:54 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c84647c4913f2bfae7c22e47226164333fefef6]

        INTEGRATION: CWS ooo19126 (1.3.712); FILE MERGED 2005/09/05 14:15:34 rt 1.3.712.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [770a26ac99ef3bcb7306f0825607bae7b0207d8f]

        INTEGRATION: CWS ooo19126 (1.7.126); FILE MERGED 2005/09/05 17:51:00 rt 1.7.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1806381eeb79df737796378a4c396ad3396d9a09]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:53 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a0f6554af21f50cadc664ee2a8386ca56f2fc21]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:54 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c749d2b5d785966547b9619d700bbba68f6ba1b5]

        INTEGRATION: CWS ooo19126 (1.8.430); FILE MERGED 2005/09/05 14:15:33 rt 1.8.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [640657d386eb782c22d28e1bb289d35736373d71]

        INTEGRATION: CWS ooo19126 (1.1.126); FILE MERGED 2005/09/05 17:51:00 rt 1.1.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d8b21af6baa558259ef063b6e3cf200026ae339]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:00:53 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09199a0d15cc196fa0eb1c7b7fb0baf4c82c72bc]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:54 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a150d664d66d876048ee89b78e75560110861ff]

        INTEGRATION: CWS ooo19126 (1.3.732); FILE MERGED 2005/09/05 14:15:33 rt 1.3.732.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb2117f34e96f27e9c9274b5d4146e7a0959f267]

        INTEGRATION: CWS ooo19126 (1.5.192); FILE MERGED 2005/09/05 15:00:53 rt 1.5.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27a45bc67d178a7479917a5976a506f59e334078]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:53 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b9a804dab36d096ff234e6d2401f666df28b44d]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:33 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [495af886e8b1768091115f0b4972c18da36ce56e]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 17:50:59 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c96c05f51dc4d88f5512718aa5afaaaafb5a9db2]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 15:00:53 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f2c373523f8caef745e3fc6ddad8ea04c7694d9]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:32 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6572e8d76ec4cb0b15abc07bb2389f48d89914a]

        INTEGRATION: CWS ooo19126 (1.2.590); FILE MERGED 2005/09/05 17:50:59 rt 1.2.590.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daf3a49e42f579748f95c45d3423554678bef67a]

        INTEGRATION: CWS ooo19126 (1.11.346); FILE MERGED 2005/09/05 15:00:53 rt 1.11.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5ae3d776234eb3f2e2f10f2886f3c99cda5e2fe]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:52 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ce6bf31f79be203eeac6c0fbd8b55a959722cda]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:32 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dabea9247058e2edfc92d78936def84226f8f298]

        INTEGRATION: CWS ooo19126 (1.3.406); FILE MERGED 2005/09/05 17:50:59 rt 1.3.406.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f0b8af26eccf8348e4b991167fa3bf0cac7966c]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:00:52 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cac90b39dfd56b9deb2e2844313764e6ea0ca491]

        INTEGRATION: CWS ooo19126 (1.8.430); FILE MERGED 2005/09/05 14:15:32 rt 1.8.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c0c0d3741afb34cc034ee3cd1ba06b5b1a986fc]

        INTEGRATION: CWS ooo19126 (1.14.122); FILE MERGED 2005/09/05 17:50:59 rt 1.14.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0ee803aebaf4dd3cce6a63e568bad76de0eee8d]

        INTEGRATION: CWS ooo19126 (1.3.898); FILE MERGED 2005/09/05 15:00:52 rt 1.3.898.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24ba3f87a69c35bf7975d95aaefbc74b976b4d9a]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:51 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa5919ab869da8c3bb342ab9f25caf0cbc400686]

        INTEGRATION: CWS ooo19126 (1.3.1478); FILE MERGED 2005/09/05 14:15:32 rt 1.3.1478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c94b1079a9b117841ee07a8bc4786c41448d3496]

        INTEGRATION: CWS ooo19126 (1.3.590); FILE MERGED 2005/09/05 17:50:59 rt 1.3.590.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7963928d9abcf825e9933fc07ca15e8a7ce6c6a0]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:51 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [580dbd9a4cfb383e8d30730913bf53284d13e714]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:52 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44560c13627940a48ed42c60dcb86adf72d45458]

        INTEGRATION: CWS ooo19126 (1.6.118); FILE MERGED 2005/09/05 17:50:59 rt 1.6.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa38093df058f254ff4b091526da74f01ee95c60]

        INTEGRATION: CWS ooo19126 (1.3.124); FILE MERGED 2005/09/05 15:31:51 rt 1.3.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2be35b11445f9e3aabb35d400358c8aa5843f8c]

        INTEGRATION: CWS ooo19126 (1.1.940); FILE MERGED 2005/09/05 15:00:52 rt 1.1.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [176e9905f33d926f0059ce0ed43bfd4c1d5a93a8]

        INTEGRATION: CWS ooo19126 (1.1.942); FILE MERGED 2005/09/05 15:00:52 rt 1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46397fe9c52609695747be2c4e10e8c0aac6199d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:50 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3013ed680bec14039ee43c4f1f9ea9b53363b0f6]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:50 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4343fd8affe7f6c0d1cd5cce67c4c72ff83db7ed]

        INTEGRATION: CWS ooo19126 (1.11.154); FILE MERGED 2005/09/05 15:00:51 rt 1.11.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61e686513a253c4303f2ee9f77f19450748beef3]

        INTEGRATION: CWS ooo19126 (1.4.346); FILE MERGED 2005/09/05 15:00:51 rt 1.4.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d20e6481719b5b605ab3d9087e2cf39ccfbae47d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:49 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [073c5d2aa328a1612edadafb874dfdc769ce15b7]

        INTEGRATION: CWS ooo19126 (1.3.192); FILE MERGED 2005/09/05 15:00:51 rt 1.3.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44d769ba84b4e15bd747742e246ecff5a3317c29]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:49 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b45638870c27eb513890b9fb6f91f51a2d774d4]

        INTEGRATION: CWS ooo19126 (1.2.938); FILE MERGED 2005/09/05 15:00:51 rt 1.2.938.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c48127c00a02562f2d595fc345ff5c0f195f32e]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 15:31:48 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7c7d679de08ebf60dedb1c5a45b44a469b1e390]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:48 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fa3e487b7e4e9cc9f1c1232db4b381afc843a7a]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:50 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8414329ca646bebc60404cc6b3d5dea0ead44c7]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:29 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b4a630bcec987e8773f5b9ac19aa73020709e4c]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:47 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51367fc4edf523d683f50bfb911de60970624ea3]

        INTEGRATION: CWS ooo19126 (1.1.936); FILE MERGED 2005/09/05 15:00:50 rt 1.1.936.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba37a2a7f171e5ac47c104c35a3fa92adc569764]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:47 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d37ea2825545781027f355f25c752e1375a0922]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:00:50 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdbbeb26df7af1c7e785c5abbf3202d87f1291a0]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:46 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d11fd39392ac2e37f7d390d9c54b7ff4bdb01fa9]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:00:50 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecd83ecac2b22cf487c0ba3d320cf27f58ba25f6]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 17:50:55 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c70cba8c0f08a0b506c568bbe7cf68acf8c2863]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 14:15:28 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f710f6c1a6284c39e200f225527ba7824e5f8dd]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:46 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f45a05f7589a21a46a59b72fed61c50eb28fe91]

        INTEGRATION: CWS ooo19126 (1.7.230); FILE MERGED 2005/09/05 17:50:55 rt 1.7.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [906151bdf74722906e87786cb5fc7a173133a38e]

        INTEGRATION: CWS ooo19126 (1.3.668); FILE MERGED 2005/09/05 14:15:28 rt 1.3.668.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2483183c0cae0544cee00c7bdd46d9bf74a495d8]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:31:45 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e2598c0ddd1a160e5d5c86e255e0d9db661b85d]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:49 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44058a9ae395eb1a20d6800732b31c214c405c2d]

        INTEGRATION: CWS ooo19126 (1.4.374); FILE MERGED 2005/09/05 17:50:55 rt 1.4.374.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf270c07f917288643522a5e6527fac702cdfa53]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:31:45 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abb1fa71366a23b9a0e6bb7a77420ef3246e29d0]

        INTEGRATION: CWS ooo19126 (1.3.930); FILE MERGED 2005/09/05 15:00:49 rt 1.3.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd0787da22281c255c04d9325a24bf44c2295c20]

        INTEGRATION: CWS ooo19126 (1.2.578); FILE MERGED 2005/09/05 17:50:54 rt 1.2.578.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e70c9e801f9a57161e7c593c5d5435efc22d6f05]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:31:44 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [accba9c1742ff4c3575cf9021d561e855d6f9a10]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 15:00:49 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3553a57645058fb3774a6e8e726f753b25d8d7cc]

        INTEGRATION: CWS ooo19126 (1.6.202); FILE MERGED 2005/09/05 17:50:54 rt 1.6.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7845e23384a3aa72f36ff3afdb8ebed14f54af3c]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 15:31:44 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd7558c31bef17b9e7a638fc28aba10da18a5969]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:27 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fda4fe20aaf99ff80604ab863f90e9c203179f58]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/05 15:00:49 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4a4e098dad40470c8173eb45de74007f0844939]

        INTEGRATION: CWS ooo19126 (1.2.628); FILE MERGED 2005/09/05 17:50:54 rt 1.2.628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [513da229f5a809d2708dba1e15ad3b5477008f84]

        INTEGRATION: CWS ooo19126 (1.7.430); FILE MERGED 2005/09/05 14:15:27 rt 1.7.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c3aedeadbf72b4bbe3d05c5d11f71fd70bb316b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:49 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16a922d11f2b07fcf1698721786cb11c192974ce]

        INTEGRATION: CWS ooo19126 (1.3.386); FILE MERGED 2005/09/05 17:50:53 rt 1.3.386.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e273695c69a29a7a93594ed0605fa8fb94a6f482]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 15:31:44 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79d654f24e69cc730c80be4b640d868a3efa1211]

        INTEGRATION: CWS ooo19126 (1.4.196); FILE MERGED 2005/09/05 15:00:48 rt 1.4.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [368804d151aa36d623cd9561a20ac73e697af94a]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:50:53 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bbed59248d72641e97146efebba4601ff549550]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 15:31:43 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbe5ca0d6aba532b12bbb889783f1a9ab3418d33]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:48 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3f3d3ceee4be8de20dc27cbc2947ce9781e4cde]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 17:50:53 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad2d45c8dd9bded28aacbe645194950a2ca5ab63]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:43 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9569a5e482d53b038507cea12f0c2f53216ff03d]

        INTEGRATION: CWS ooo19126 (1.12.328); FILE MERGED 2005/09/05 15:00:48 rt 1.12.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2eb4f11d4f6a4599c92a754c7368a613035cef6]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:50:53 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [372c136b2ae13d74f32cb7a7c355118bae272c84]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:43 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e3232d5dee0d84abcee93e8f58e8b7ae883ce8a]

        INTEGRATION: CWS ooo19126 (1.42.192); FILE MERGED 2005/09/05 15:00:48 rt 1.42.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d2e355dbad905af23c54d0a6f1d4cf862142d79]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:43 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1780ee88158d58fc636134ac0aebb62f77c84132]

        INTEGRATION: CWS ooo19126 (1.6.122); FILE MERGED 2005/09/05 17:50:52 rt 1.6.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ce27373c408fc03ee8e35857af741c3acbd5e04]

        INTEGRATION: CWS ooo19126 (1.3.942); FILE MERGED 2005/09/05 15:00:48 rt 1.3.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22daf9ec3671f8ff2af227b18392b10745caa5d2]

        INTEGRATION: CWS ooo19126 (1.2.214); FILE MERGED 2005/09/05 17:50:52 rt 1.2.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16fa211cc3cc1b01c59761e37738c2c5c08838fe]

        INTEGRATION: CWS ooo19126 (1.1.932); FILE MERGED 2005/09/05 15:00:47 rt 1.1.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [117a99932dd440ce727387dd62794a9b3c224aec]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:42 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8292113711e6117b137c7856fac109b5b1e6a7d]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 17:50:52 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfb365ee979840efc4b5b476bf88a5f04b4dcd65]

        INTEGRATION: CWS ooo19126 (1.6.256); FILE MERGED 2005/09/05 15:00:47 rt 1.6.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c4b305f2d2b420fe9f338a995eb3162937b0ed9]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 17:50:52 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11df27e572dcfbc5cdd583e8ef48e294f8c44848]

        INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGED 2005/09/05 15:31:42 rt 1.12.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [980d77e1386543ff9acefb20cd6e22c4a1266f35]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:15:26 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b9395221e66ec0e387f947cc5eae7897f1c6ad5]

        INTEGRATION: CWS ooo19126 (1.1.908); FILE MERGED 2005/09/05 15:00:47 rt 1.1.908.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [843af6b4b1e39cdd084b13b9fb667047c57bb7bf]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:50:52 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d7788832908b1b89dc808f6b7e13996832002e1]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 15:31:42 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a151cf57376837a50b1ee449bc430e3aa72f7b5c]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 15:00:47 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b5e1c2a6cec9c9d063bacbbd09e4fa37acd216b]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 15:31:42 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c023f25c345cf090f06be2146cec563a2a3ff0bc]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:50:52 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63a0fca2cc44a527a1fb991d2b0ddf1ccf5536fb]

        INTEGRATION: CWS ooo19126 (1.13.560); FILE MERGED 2005/09/05 14:15:25 rt 1.13.560.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c98537031b0b92db58bf390d85b3b142d77e057]

        INTEGRATION: CWS ooo19126 (1.5.196); FILE MERGED 2005/09/05 15:00:47 rt 1.5.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1655f837d06570d1962eaee9e854f606e13ad374]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 15:31:41 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8687febdc0e76725f865ceb9478c285522f551be]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 17:50:51 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4827d52b4d8c7b2333976363b2e0cfce096ff76]

        INTEGRATION: CWS ooo19126 (1.9.430); FILE MERGED 2005/09/05 14:15:25 rt 1.9.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [476c4e98b2009612b02700e2e4f021a04e5dd301]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:00:46 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1d3f688a97a6d81d2b1ba0f4e89872a7ed53d7c]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 17:50:51 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e8bff2ad81c4fd833f3e6a6834935685e7eca39]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:00:46 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3866b66d7518818b64aeb50c74836843b371a1]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:50:50 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5ff16db20d445c5d274dd476d452541a810e5fd]

        INTEGRATION: CWS ooo19126 (1.2.520); FILE MERGED 2005/09/05 15:00:46 rt 1.2.520.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b395f2c17c778a2f25f5302c57b5e3709c8f5430]

        INTEGRATION: CWS ooo19126 (1.2.214); FILE MERGED 2005/09/05 17:50:50 rt 1.2.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [800804bb55c63b6dcdd1305ce72fd99658fd5ce6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:46 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd427d99a2661d1994d259e79c1f7fcc10d67404]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:40 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22286605a9f04c2538929bf7b2bd9db236af8cf3]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 17:50:50 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd99571a0fb44950bc07e20df9fb1483f1955e99]

        INTEGRATION: CWS ooo19126 (1.4.196); FILE MERGED 2005/09/05 15:00:46 rt 1.4.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8822d806e6bafc5b3d2bedd34552543b6036a12]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:40 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ea8503079aaff04d417b673c0b2d63e9070da08]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:50:50 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b21a8797af729e118677e5243b31f8b6d35b035]

        INTEGRATION: CWS ooo19126 (1.9.130); FILE MERGED 2005/09/05 15:00:46 rt 1.9.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6939e3b7c535528731f2af2032778a46cbbd9ebf]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:24 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [431e9318b75ea9f15183b21aaae4e5367928006a]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 15:31:40 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [310df5d5afe0bad12671777d181b1e0b378f36de]

        INTEGRATION: CWS ooo19126 (1.8.74); FILE MERGED 2005/09/05 17:50:50 rt 1.8.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c98cb78efeebe2448547d9a7b482c2e009e0cf53]

        INTEGRATION: CWS ooo19126 (1.15.192); FILE MERGED 2005/09/05 15:00:45 rt 1.15.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c414520bad906b9d7d17e44ec5ee8e48efb4ff59]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 15:31:40 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec725152a5417c0a724aa903295922d30195015b]

        INTEGRATION: CWS ooo19126 (1.14.236); FILE MERGED 2005/09/05 15:00:45 rt 1.14.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [238d68c817699ef0150ae048b3a254056c75cfec]

        INTEGRATION: CWS ooo19126 (1.4.712); FILE MERGED 2005/09/05 14:15:23 rt 1.4.712.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dc7875640e3a50bcd961966346ac5a495384752]

        INTEGRATION: CWS ooo19126 (1.2.214); FILE MERGED 2005/09/05 17:50:49 rt 1.2.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12a38db9406cebc2e0319e4a7a7a35eab06edc81]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 15:31:40 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [270936cf7341ce960723e3309b73ec63c89c3da8]

        INTEGRATION: CWS ooo19126 (1.2.920); FILE MERGED 2005/09/05 15:00:45 rt 1.2.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7faf4be60af0063c41c3e329f12e01a1ddea3a4]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 15:31:39 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [034a6e864b0f7dd39bc5e2c777b512996092df3d]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 17:50:49 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c7ce78413ba20d2a3e73fd82210bee91eb42a2e]

        INTEGRATION: CWS ooo19126 (1.2.932); FILE MERGED 2005/09/05 15:00:45 rt 1.2.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a67fece1f7bc7ce961ed661fb7246d925eeae42]

        INTEGRATION: CWS ooo19126 (1.3.756); FILE MERGED 2005/09/05 14:15:23 rt 1.3.756.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [142f6af4daabb49effc69bae22fd45260aceb01d]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:39 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec0aafa3484ac36dc4ec635a6a72004bb25476d2]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 17:50:49 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70f96a3fb57527742705492162ccd1f5669a124b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:45 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc46e4fc685a74303372f29f25a012eacaf014e7]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 15:00:44 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6edf4576f22c88395845d198b499c39f571968f7]

        INTEGRATION: CWS ooo19126 (1.4.214); FILE MERGED 2005/09/05 17:50:48 rt 1.4.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e49a40212c3509b5d9cbd59551b1117162841528]

        INTEGRATION: CWS ooo19126 (1.4.368); FILE MERGED 2005/09/05 15:00:44 rt 1.4.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e912a816df59cffe06a8fa10d96d15f28ccb37b]

        INTEGRATION: CWS ooo19126 (1.2.208); FILE MERGED 2005/09/05 17:50:48 rt 1.2.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d03f062e912c645019f4866b5d323312b1bc983]

        INTEGRATION: CWS ooo19126 (1.5.116); FILE MERGED 2005/09/05 14:15:22 rt 1.5.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86d8a35d86b53caaea6ada03361231cbb7957890]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:38 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64b1c5f4a08396f3474c8b5668f99ee6a99b5186]

        INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 17:50:47 rt 1.2.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c979f952bcdf6a79de90a6839798ece2a4f37ad]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:44 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12ac5c7a4c00550574f9fef71660dd6a95c42d07]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:31:38 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03ca81629652f6c2a81f3f25fc4db37f2f3899b0]

        INTEGRATION: CWS ooo19126 (1.2.942); FILE MERGED 2005/09/05 15:00:43 rt 1.2.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33688b59cd729f23e77a35264c1018833046a72f]

        INTEGRATION: CWS ooo19126 (1.7.346); FILE MERGED 2005/09/05 15:00:43 rt 1.7.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9af382d3b48e13052d62af56e21ae9987ce686bd]

        INTEGRATION: CWS ooo19126 (1.3.260); FILE MERGED 2005/09/05 17:50:47 rt 1.3.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8cca79670bf9808d3b9974dabaafdcc8d561827]

        INTEGRATION: CWS ooo19126 (1.6.328); FILE MERGED 2005/09/05 15:00:43 rt 1.6.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60a0538d649f14980b1eb7821d21da19a64c6932]

        INTEGRATION: CWS ooo19126 (1.7.148); FILE MERGED 2005/09/05 17:50:46 rt 1.7.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4043d9a50aff44ad588b210d1f2a06e79f744fe2]

        INTEGRATION: CWS ooo19126 (1.9.176); FILE MERGED 2005/09/05 15:00:42 rt 1.9.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7bb00ab19717b226cd1278f059be2340ef70db2]

        INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 17:50:46 rt 1.2.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [918f67bc475dbd3529dbbd8e30f096a6f0a40bbb]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:00:42 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c77f76aa4b4a4f1544b7ebca493511f3e4e6ac]

        INTEGRATION: CWS ooo19126 (1.3.254); FILE MERGED 2005/09/05 17:50:46 rt 1.3.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdf7bfc83e9a8c5787026a5754bdf5389559ce57]

        INTEGRATION: CWS ooo19126 (1.2.1044); FILE MERGED 2005/09/05 14:15:21 rt 1.2.1044.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad74485cae27ff83f72c50d8a3073e6654cfcd11]

        INTEGRATION: CWS ooo19126 (1.2.368); FILE MERGED 2005/09/05 15:00:42 rt 1.2.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d1e046bc55266d05042f12cc5f1cc9b38763c0f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:37 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab9e281f727c11ab19a48f59bd2cb8a4bf276088]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 17:50:46 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69960c5416b0dc1e0d73f6a5699249304108ff82]

        INTEGRATION: CWS ooo19126 (1.20.114); FILE MERGED 2005/09/05 15:00:42 rt 1.20.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [061973ad4c6a26fb3b1894ef7b5e30cd22c8e564]

        INTEGRATION: CWS ooo19126 (1.3.170); FILE MERGED 2005/09/05 15:31:37 rt 1.3.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43eff56bfa8f5b4fa2cd8c65c32e29b8a8da55f5]

        INTEGRATION: CWS ooo19126 (1.86.126); FILE MERGED 2005/09/05 15:00:41 rt 1.86.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4499ad3bfa3fa653a3308a40b97d31d708a65e77]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:45 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2c47f2ef21ee8c2127a63f2ae4ceead62619f88]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:20 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acb512b915112827edfa51bdf160687c66af79fc]

        INTEGRATION: CWS ooo19126 (1.8.368); FILE MERGED 2005/09/05 15:00:41 rt 1.8.368.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b131ba6ead6d28e630fbee09f9b292b78bd9fd05]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:37 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4484505cadd0b2707acb2f86683e91e8e7c01be]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:45 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381cd463c27eeaaf68064a285b13c68371bfd1fe]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:00:41 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cfe1a6f30776fb66f5f25422da21babdd1e56c0]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:31:36 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e657ccd44898dd98e32c5c0a8bc2cc558eb74406]

        INTEGRATION: CWS ooo19126 (1.5.224); FILE MERGED 2005/09/05 17:50:44 rt 1.5.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b617a75f694eab02e7b2924f7b87cedde807db73]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:20 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [507ad186e699d719e51e2bcae3cbd98c5d6a840b]

        INTEGRATION: CWS ooo19126 (1.5.328); FILE MERGED 2005/09/05 15:00:41 rt 1.5.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68f9cf1ac7fbe17fae8aa8ff69dea7072f265636]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:31:36 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [981799caebca86820e2793f50a132acd38fabf9a]

        INTEGRATION: CWS ooo19126 (1.4.1630); FILE MERGED 2005/09/05 14:15:20 rt 1.4.1630.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3220a50709b501b34ad8939c3167b1115120942]

        INTEGRATION: CWS ooo19126 (1.3.902); FILE MERGED 2005/09/05 15:00:40 rt 1.3.902.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9a1412c1e3d745b28dc50d76491dcfc033f79ab]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:36 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7067c37401cd12df0e835fc9c731e8225de61f5]

        INTEGRATION: CWS ooo19126 (1.6.224); FILE MERGED 2005/09/05 17:50:44 rt 1.6.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a5d1beb66ae65ec97f02d2c31997a362ead748d]

        INTEGRATION: CWS ooo19126 (1.8.328); FILE MERGED 2005/09/05 15:00:40 rt 1.8.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a401e98b85cae04ae440637b1472e5e6617b8709]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 15:31:36 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4880ba5cda523cb75f8b3271d0ae5045b6ad09c6]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 17:50:44 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33b5fa63dad2ddf03d3adf7cd8dd3b1afc44894d]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:40 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28fa8fe7f719577c33f4074e83c56fa8439c573f]

        INTEGRATION: CWS ooo19126 (1.1.934); FILE MERGED 2005/09/05 15:00:40 rt 1.1.934.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af6ddf9d035db0212a1c6c17624010cfe6c4ed0f]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:43 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c09b3ef36ea174413571173d0b3b860f0ffa80c]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:00:39 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8302a48912ace0e5f1ca03ba90a3968e1199ea52]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 15:31:35 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f35478c81609bbf582ad60d24d8e5c3d13db0d8a]

        INTEGRATION: CWS ooo19126 (1.3.260); FILE MERGED 2005/09/05 17:50:43 rt 1.3.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b51c1f8011234ae907132f390f90c189ff9c7902]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 15:31:35 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e0e66f62c42a26541098ec035774e0e65b652c5]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 17:50:43 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4922e6cd5f530b671af97b85d94fcb33953d985]

        INTEGRATION: CWS ooo19126 (1.8.192); FILE MERGED 2005/09/05 15:00:39 rt 1.8.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6749a5f884fac51fa99d1c9b8a1a5db84f2d153d]

        INTEGRATION: CWS ooo19126 (1.7.40); FILE MERGED 2005/09/05 15:31:35 rt 1.7.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [329bd811cdcb5835534cd12648f79e5bcb1ea0e8]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:50:42 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1e58f72e7f59776420636143f691b7c3001a051]

        INTEGRATION: CWS ooo19126 (1.5.508); FILE MERGED 2005/09/05 15:00:38 rt 1.5.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [300e02bac6ff48955cc8d57707b6470bffe2f34d]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:31:35 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac3189c8c5dc5306a63eac2191d68ee846000407]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:00:38 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a02d7c58e04320e98805514c554fe912182ea91]

        INTEGRATION: CWS ooo19126 (1.8.108); FILE MERGED 2005/09/05 17:50:42 rt 1.8.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec8ebcec32faa14ebedb9f5f7e55d973a1d965d9]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 15:31:34 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ad1942b592e3f6d7718acf020bda086f1338243]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:18 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0df9e3c1da6a8a90417a1bcacfd95a9fff6d7044]

        INTEGRATION: CWS ooo19126 (1.3.920); FILE MERGED 2005/09/05 15:00:38 rt 1.3.920.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ca6518d9ae7b0b6e2ecb41f676e2224ddecb8d7]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 17:50:41 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0e62bfc29233b39e8188789fc9c1ab66e7d731f]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:18 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2811df0b26d322e145e3c09aceb780e826e3d207]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:31:34 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd2e1077807c9056bcfbf7802eefc858be5af568]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:00:38 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bce212167295c6cf7bac89aa9c91ababd8e0ce5]

        INTEGRATION: CWS ooo19126 (1.2.598); FILE MERGED 2005/09/05 14:15:18 rt 1.2.598.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [283a103ba578f41cf79880104ee0f3f8e30ddc6e]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:41 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13d011543523053e188d695d4223d94288f2def9]

        INTEGRATION: CWS ooo19126 (1.2.452); FILE MERGED 2005/09/05 15:00:37 rt 1.2.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2d19c435849ef3050bffa64930a7f9575038669]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 15:31:34 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ae5518984139d0c310d4cb3bce2c56860bd818b]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:41 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c09ac9b4d6ca935139fd2531833d71a029857076]

        INTEGRATION: CWS ooo19126 (1.2.932); FILE MERGED 2005/09/05 15:00:37 rt 1.2.932.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76f7f3ba555ee058a740c60bb71b6c873d97aa7c]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 15:31:34 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a957ff6668cfb65e1949649500f177ecec81b79]

        INTEGRATION: CWS ooo19126 (1.8.430); FILE MERGED 2005/09/05 14:15:17 rt 1.8.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2da15ddd3c6041993cdaf0b8e5981db5dedd820]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 17:50:41 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e93fd974c6b3e8628682a92a2b1720e8b5e2fdf]

        INTEGRATION: CWS ooo19126 (1.7.130); FILE MERGED 2005/09/05 15:00:37 rt 1.7.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df89367f8811d39d8ec86049cde3c44bd2fb538a]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:31:33 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [845770067a3b0785b606a8a897ef55b9a6b4ece7]

        INTEGRATION: CWS ooo19126 (1.5.100); FILE MERGED 2005/09/05 17:50:40 rt 1.5.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f88b0c103c97f2fa0d49978e9a36508a5f4066bb]

        INTEGRATION: CWS ooo19126 (1.4.294); FILE MERGED 2005/09/05 15:00:37 rt 1.4.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [044a5ec219b7eb744243bd543ea8ddd6efccde05]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:31:33 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce5afea2898cdcf2ab5880b6d16bfe691ac95c0a]

        INTEGRATION: CWS ooo19126 (1.23.256); FILE MERGED 2005/09/05 15:00:37 rt 1.23.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99f7f4c2f5baa5b0d6378acf0592d80aad3f689a]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:31:33 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ba6cc721abc544753c722dd8812e6ace31dd2a9]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:40 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a31d6d4bc112edc736703de2ffce3ce0f4c637d4]

        INTEGRATION: CWS ooo19126 (1.9.154); FILE MERGED 2005/09/05 15:00:36 rt 1.9.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f09b8e22650f2257ad5919d3efe55c60d166640]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 15:31:33 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b12bd5e6947775c253f35f331ff623af4e01387]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:39 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7e6ffec85faecab328760789197ca72b7a6ce4d]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 15:00:36 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57282d3dab6c3d35778222f480de545b56fcbfdc]

        INTEGRATION: CWS ooo19126 (1.2.1666); FILE MERGED 2005/09/05 14:15:16 rt 1.2.1666.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4d9b909ed0b8c6e1eaf7253f483679d046a53e4]

        INTEGRATION: CWS ooo19126 (1.8.108); FILE MERGED 2005/09/05 17:50:39 rt 1.8.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee155171e9e4fb451bb9236650d632f9d09179c3]

        INTEGRATION: CWS ooo19126 (1.3.346); FILE MERGED 2005/09/05 15:00:36 rt 1.3.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5a525a5e77247c4b297968dd3d73d0769d9bc1d]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:31:32 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b659e6926eeff0eb9f2104a7f396a1f79f86ab75]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:16 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [326cd38cc8375f872af82cf34a166eecf6c8eb0b]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 17:50:39 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af807e6c6fae92700d76d3f632e443b72f2bc8b7]

        INTEGRATION: CWS ooo19126 (1.3.798); FILE MERGED 2005/09/05 15:00:36 rt 1.3.798.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b3f21e7f2850d83c854a6d84df8b1d211734cbe]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 15:31:32 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02ef101e85a99cc96f60580cea33c4924bcae745]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:16 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0def2babe1acd4e2c33b39d832054f3328625e1]

        INTEGRATION: CWS ooo19126 (1.25.130); FILE MERGED 2005/09/05 15:00:35 rt 1.25.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [002f8f41ad9aa181ba3e766171c0629d979352a4]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:38 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5a4ce7d3c040b9c06060b0262b81fd54c9f6834]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:35 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e47dbaa72a605a7c0af42b5dd46d3cfb7c61c67]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 15:31:32 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d25ca3acf09ddfc3ab65e70738ea5f83b3b19ba4]

        INTEGRATION: CWS ooo19126 (1.3.896); FILE MERGED 2005/09/05 14:15:16 rt 1.3.896.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d24a6e8bc2f66676701a46c8b6220dfe9bb471f1]

        INTEGRATION: CWS ooo19126 (1.7.176); FILE MERGED 2005/09/05 17:50:38 rt 1.7.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba694711b82e9c83c51443e296d6c0e816f0fe2b]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:31 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26f4dea3b5e4b37a61341a1bd36680452fa79cc9]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:00:35 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65a591c19c480460c9e4990f755bd84663dde853]

        INTEGRATION: CWS ooo19126 (1.7.120); FILE MERGED 2005/09/05 17:50:38 rt 1.7.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c664c6de7c4ffdf5c6b9b87b15384dd5237c0d9a]

        INTEGRATION: CWS ooo19126 (1.4.450); FILE MERGED 2005/09/05 15:00:35 rt 1.4.450.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9f90a50d4fb663000cc4c0eb060d59501ef3843]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:15 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e43def8378f49df8b0911e044f1b0c9ff3b65ac]

        INTEGRATION: CWS ooo19126 (1.7.100); FILE MERGED 2005/09/05 17:50:37 rt 1.7.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [491dac332a6278349800844671fb72c8d6dead69]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 15:31:31 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6359b9617a553c3d99a707438adb13378ca0f4f5]

        INTEGRATION: CWS ooo19126 (1.2.526); FILE MERGED 2005/09/05 15:00:34 rt 1.2.526.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3caecae89cb8e1cc14ffda02ee95bb79060730b1]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 15:31:31 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28f73a6197e111d6cfe41b14c721dc8bad921af4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:34 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1628b3dec2bedf78a608715d56088e03a284b8db]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 17:50:37 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [370b0ce0e5018b3f0032ceca0b7a68254512e9ce]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:31:30 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fd435651c10c89618b1a4b5b2f403588f08db30]

        INTEGRATION: CWS ooo19126 (1.21.116); FILE MERGED 2005/09/05 15:00:34 rt 1.21.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8af7e4552763cdc923f32ea524d84f75ed3a8cc]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:31:30 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43b7de08f510fe0e69581c088abde2eb67d9b5f1]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:31:30 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1aa867450bd7cf99fa8b8532ec7c7887c1e292ad]

        INTEGRATION: CWS ooo19126 (1.18.130); FILE MERGED 2005/09/05 15:00:34 rt 1.18.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ceee21004221d300619708bbbed518a1ce277b4]

        INTEGRATION: CWS ooo19126 (1.10.170); FILE MERGED 2005/09/05 17:50:36 rt 1.10.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8feb4bfe08182e679b8632076df97571e10bec7]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 15:31:30 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8da82024085b2103c5950c36107d328f020c29f]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:29 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4029e6dbe55049b03693194b2026ddcd3bcec71a]

        INTEGRATION: CWS ooo19126 (1.4.452); FILE MERGED 2005/09/05 15:00:33 rt 1.4.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d619104497a56c03779ca9229402af14215f447]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:36 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca942e2a44861388c57cfa9c1a4c04df1054e67a]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 15:31:29 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3b45f957466e4844e51098c7b5b63f5732509c4]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 15:00:33 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eba913dfd49da88b4a8075ac790ec187aaf9cb1e]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:14 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0190be4b929da37583ed34da74488a95f3e7a1e9]

        INTEGRATION: CWS ooo19126 (1.6.346); FILE MERGED 2005/09/05 15:00:33 rt 1.6.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [594e148ed8ad76dbda68af8f8c6b40899616660a]

        INTEGRATION: CWS ooo19126 (1.9.172); FILE MERGED 2005/09/05 17:50:35 rt 1.9.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0eacee82a1db9bf7f0a9dc6802bc9ee4fb7321b]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 15:00:32 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86e496f1a40f59adaa9eb0e8a1377a65b14b46bf]

        INTEGRATION: CWS ooo19126 (1.2.1658); FILE MERGED 2005/09/05 14:15:13 rt 1.2.1658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e1ea15728be2c91217b81e66f1fa3ae88bb7a73]

        INTEGRATION: CWS ooo19126 (1.7.116); FILE MERGED 2005/09/05 15:00:32 rt 1.7.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4c6270fd8df99619ca91fc6b78f8d018944c50d]

        INTEGRATION: CWS ooo19126 (1.4.224); FILE MERGED 2005/09/05 17:50:35 rt 1.4.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b477caf6c41aa0656f618fa4fd81b80722a49248]

        INTEGRATION: CWS ooo19126 (1.4.428); FILE MERGED 2005/09/05 14:15:13 rt 1.4.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a94f9fe3e093057d0cb09a369be69b89119220b2]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:28 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de27247d1d594043c0f2f5213a9e862c51996938]

        INTEGRATION: CWS ooo19126 (1.7.326); FILE MERGED 2005/09/05 15:00:32 rt 1.7.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f69502b351903ae8153d2a45887404bd20fca64e]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 17:50:35 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c88ab8e45fbf028fdad0bceb220e14ebbff34230]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 15:31:28 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c27f0868c2b5733467a4f4e4c380c3252a6fd2b3]

        INTEGRATION: CWS ooo19126 (1.5.346); FILE MERGED 2005/09/05 15:00:32 rt 1.5.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [606f8fe6c5e5a41d3e0f714d91e445706616cb0c]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:50:34 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36e237b4ddca9baed213bb7ecdcf2f9993c9d629]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:28 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c88c338cd42442fc02fc65d836eef31fa5fbdeb1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:32 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2b60c18f65072fc6df2f4ad49325e3caf3c01d0]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:50:34 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f8f3b7c042bb2544455183b67780eb79bc6f6ee]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 15:31:28 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1525a478a7e39738a1b2b7e3332259e6deacd53f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.942); FILE MERGED 2005/09/05 15:00:31 rt 1.1.1.1.942.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f90adba7a5c4aa38b222327645b16b0229b8082c]

        INTEGRATION: CWS ooo19126 (1.6.100); FILE MERGED 2005/09/05 17:50:33 rt 1.6.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08415c09df89e860c8f793642769638caa6fecf9]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 15:31:28 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f52c1cfdd01cab4d4f376eeca0990618c5c48b55]

        INTEGRATION: CWS ooo19126 (1.3.452); FILE MERGED 2005/09/05 15:00:31 rt 1.3.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac0bb798914d99f6d9dc5561d5e3c0ec9d2e4dfc]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:12 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1b94a39de3db46809bb6538642e630ebbfbe4d8]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 15:31:27 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58c2f575f5f06f3095eb3863cd244b034f35345c]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 15:00:31 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [930cd8c03ff9f20d967353697370ee341ab265bf]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 17:50:33 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69cab3191e9dc3aff0d4197dd244d28f27338cc4]

        INTEGRATION: CWS ooo19126 (1.5.264); FILE MERGED 2005/09/05 14:15:12 rt 1.5.264.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [203b8d9a9b1e7149e9b248cf1d8839d70a0f8965]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 15:31:27 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee12a7cdc325adacf57f2efe9a560e5120740429]

        INTEGRATION: CWS ooo19126 (1.6.452); FILE MERGED 2005/09/05 15:00:31 rt 1.6.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a3c3f3183db995d87eae92be4087b1b027c066e]

        INTEGRATION: CWS ooo19126 (1.3.300); FILE MERGED 2005/09/05 17:50:33 rt 1.3.300.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41f50031b1e010c2c98004f1f49cfd7e9951ca44]

        INTEGRATION: CWS ooo19126 (1.5.430); FILE MERGED 2005/09/05 14:15:11 rt 1.5.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2586c10fb6a44ea7188d9fef57a9411366fd2a9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:26 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3b8d2fae40fa65ac705a77ec5c65b3939010f5a]

        INTEGRATION: CWS ooo19126 (1.4.930); FILE MERGED 2005/09/05 15:00:31 rt 1.4.930.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bb1a8c805e743feed85ee9ccc11bb155176cb01]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:33 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc5d9c739ec7ab9554d5e2ec50587f73def1f63e]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 15:31:26 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57541a3214cfe994e0a57d001978f20a68916e8b]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 15:00:30 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [556d66c0f4c95602c7b2c4cc26614e84c3738c7f]

        INTEGRATION: CWS ooo19126 (1.3.224); FILE MERGED 2005/09/05 17:50:32 rt 1.3.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8aab880c47a87e20072c987d054aba52f0af6d0b]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 15:31:26 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aedd5eedc4645e039b9dd4639fd03e1104d16bc3]

        INTEGRATION: CWS ooo19126 (1.19.432); FILE MERGED 2005/09/05 15:00:29 rt 1.19.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [062006c6888a5ff78f141911c3e64fe95cd29c0e]

        INTEGRATION: CWS ooo19126 (1.8.158); FILE MERGED 2005/09/05 17:50:32 rt 1.8.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfeec19a36984c3bd99bf51dadc6e97e28a33a81]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 15:31:26 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b78730400dc6301fc5b27ee217e2d8a44fa7dfc5]

        INTEGRATION: CWS ooo19126 (1.5.780); FILE MERGED 2005/09/05 15:00:29 rt 1.5.780.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84aeb81a170540a818f1cf4f991f2fe49b6d01be]

        INTEGRATION: CWS ooo19126 (1.4.224); FILE MERGED 2005/09/05 17:50:31 rt 1.4.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e2abd27e975da67ffc50bc9371bf825478e1b72]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 15:31:26 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4d14518c41a3bbc18ef86524aea15f35294cc1d]

        INTEGRATION: CWS ooo19126 (1.5.206); FILE MERGED 2005/09/05 17:50:31 rt 1.5.206.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aced4eb8a7b578a5d3ca744aa4893c6dbc5dcd0f]

        INTEGRATION: CWS ooo19126 (1.17.6); FILE MERGED 2005/09/05 15:31:25 rt 1.17.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ceebebdcfb8fbe9a8734ece61a8e258509669ebf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.940); FILE MERGED 2005/09/05 15:00:28 rt 1.1.1.1.940.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5efe9a68a154c384d27caa1198932bfc7f4b9fb5]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:10 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fac38db58a69bf9600b50b8802f8f630550d070c]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:25 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e973ecae4e30b6435b032b28461113a72fb491f8]

        INTEGRATION: CWS ooo19126 (1.7.30); FILE MERGED 2005/09/05 17:50:31 rt 1.7.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97737a773892ead180c54824e52f2a123edfcac5]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 15:31:25 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f836f9728d9011cb01b0a842c7f0a8f4001b9153]

        INTEGRATION: CWS ooo19126 (1.7.118); FILE MERGED 2005/09/05 17:50:30 rt 1.7.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd82cffea63dc0280e334102bc4b69cce04a845e]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:10 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [980065ce27b7001ef64ec2fb6747d8a4db9f8c85]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:24 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [165c643205a9c8d7b34ee3ccff68d0a40fafc99c]

        INTEGRATION: CWS ooo19126 (1.4.796); FILE MERGED 2005/09/05 15:00:27 rt 1.4.796.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79638207bc10ccaeacfebcbff54c84f59b6f9d51]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 17:50:30 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96430d14e40be89f6c76949b0262c593d5218afe]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 15:31:24 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1db6fc5d672b577c182e497b8b90606fdaa368ca]

        INTEGRATION: CWS ooo19126 (1.4.224); FILE MERGED 2005/09/05 17:50:30 rt 1.4.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6acee6ae0014c7a49d049b8a6139f36942f3a01]

        INTEGRATION: CWS ooo19126 (1.9.32); FILE MERGED 2005/09/05 15:31:24 rt 1.9.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [574e7947cb01bb597077361a2b9176ef4df5eb4e]

        INTEGRATION: CWS ooo19126 (1.29.432); FILE MERGED 2005/09/05 15:00:26 rt 1.29.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41c94f76103ce856591376c3dc999c824f0a7dc0]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 15:31:23 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa7bbf33ae6b35b71aa468d494a118846bf1cf71]

        INTEGRATION: CWS ooo19126 (1.3.260); FILE MERGED 2005/09/05 17:50:29 rt 1.3.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db160204503bf9af73aebcf0559216066a49c3fe]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:31:23 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da0b8735c3271dccc349841fdc99bcec58c74123]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:09 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be425e51e4b2432901762fd362b4481f264bf469]

        INTEGRATION: CWS ooo19126 (1.9.32); FILE MERGED 2005/09/05 15:31:23 rt 1.9.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5542d656165a8aafe2a67f84b1207bb6b5a51dda]

        INTEGRATION: CWS ooo19126 (1.7.142); FILE MERGED 2005/09/05 17:50:28 rt 1.7.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d75b18b98f2873a3ceae6514fb59ab22eb54b7ea]

        INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 15:31:22 rt 1.5.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dea68cf81f799e128ad26108eda2dcfa11886e9]

        INTEGRATION: CWS ooo19126 (1.7.30); FILE MERGED 2005/09/05 17:50:28 rt 1.7.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6c8580cdbd385d94811cd19881085f3d2da39ce]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:22 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4460406dc2835ae21c898b2d9a97ead6aa9887ab]

        INTEGRATION: CWS ooo19126 (1.4.260); FILE MERGED 2005/09/05 17:50:28 rt 1.4.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ec57b52cbd8173d20b9fd19abb20d4038e67fa7]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:15:08 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0d3a2016c235e4468621a0932256e36e507ceff]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:22 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0b21367612b71eec53bdb58e6582225f57bf8ab]

        INTEGRATION: CWS ooo19126 (1.9.28); FILE MERGED 2005/09/05 17:50:28 rt 1.9.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e11c642dfa1ee9c15eb2306c70266f2c8e4d9da1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1672); FILE MERGED 2005/09/05 14:15:08 rt 1.1.1.1.1672.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [058637cfe1dbc013804d10e2b68218407e40f92e]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:22 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b91403215aad108986da81dcf00d72dde39a3cb]

        INTEGRATION: CWS ooo19126 (1.3.308); FILE MERGED 2005/09/05 17:50:28 rt 1.3.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3feb701d3b221f774ae3a8d180cef717c5d0d14]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 17:50:27 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad2ed41802a6035b0317a38ac9023318813bff8e]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:21 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d489563108dba53ccff2b1dd3ddfd97e18d4c24c]

        INTEGRATION: CWS ooo19126 (1.2.308); FILE MERGED 2005/09/05 17:50:27 rt 1.2.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aef333e474850e9533028432e3d56bb3b9420e71]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:31:21 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b944de14f9250eea6faf3cfe9243f07056161a9a]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:07 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a21dba0ec7fc61aa9528af7fce805f1f2ab272]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:21 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee2ce004e24bc405ca72035a80e445e008ce81f3]

        INTEGRATION: CWS ooo19126 (1.7.1636); FILE MERGED 2005/09/05 14:15:07 rt 1.7.1636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c7c12170abb93fb99810ec8bed80956f93ae23e]

        INTEGRATION: CWS ooo19126 (1.7.162); FILE MERGED 2005/09/05 17:50:27 rt 1.7.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d0de65f47b4fded59cd54dd82f3e963a93463c7]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:31:21 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [558283f863a4f6a340b60345c0954ace1203fada]

        INTEGRATION: CWS ooo19126 (1.3.430); FILE MERGED 2005/09/05 14:15:06 rt 1.3.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f294bffd53f7526abeebba70013097d6abfba76c]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:50:26 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f5a352d4c8ef2e1629de49ba0ff3879152d485e]

        INTEGRATION: CWS ooo19126 (1.7.118); FILE MERGED 2005/09/05 17:50:26 rt 1.7.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd07a1ca7856596ae88ecde39c31e3b638b39f53]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 15:31:20 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4319e86738d88faf8ede83f73fc582b62eb7e0b6]

        INTEGRATION: CWS ooo19126 (1.9.214); FILE MERGED 2005/09/05 17:50:25 rt 1.9.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f84b064fe05454197b317a4e0b47fd8c1ba118fe]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:20 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67424d8ff4b4c507c60090339fefd206449537c7]

        INTEGRATION: CWS ooo19126 (1.16.132); FILE MERGED 2005/09/05 17:50:25 rt 1.16.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56acb7acd3658bdfd243728d6e09b8a8e5d96f77]

        INTEGRATION: CWS ooo19126 (1.3.612); FILE MERGED 2005/09/05 17:50:25 rt 1.3.612.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a7882e1ea7835f9686b7c112c78f0b8b31b0379]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 15:31:20 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [122b2575ea21ba8c5fd77865c11bf4ae9129da62]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:20 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2be80aada092f88e96305e16eb46c2ff35a80df1]

        INTEGRATION: CWS ooo19126 (1.2.430); FILE MERGED 2005/09/05 14:15:05 rt 1.2.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c6cd0e7b1a38f35a285d7a4690ef0bc34716acf]

        INTEGRATION: CWS ooo19126 (1.1.730); FILE MERGED 2005/09/05 17:50:24 rt 1.1.730.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4386e25726d48cae9ede6dcf9b8d9540a5170c2b]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 15:31:19 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [971287305a754a044fdaaf8d669002ecbd268d2d]

        INTEGRATION: CWS ooo19126 (1.3.612); FILE MERGED 2005/09/05 17:50:24 rt 1.3.612.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ae82ef39d136f16236c4630a90cb92c1beb551e]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:19 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7145b86fd3cb174962c7f2ba4d1dae49d19b78ee]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:31:19 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c302259ea1e850fbce21a286b31a0e7e0fdcb87]

        INTEGRATION: CWS ooo19126 (1.18.146); FILE MERGED 2005/09/05 17:50:24 rt 1.18.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [198de628a945a9ff82f157f0c736754e127cf937]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:18 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e859b374b0ebd6b23fdbc36502bf7ddb0fb1859]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:04 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [021706a297d50f92adb113e2d8fface1a877a477]

        INTEGRATION: CWS ooo19126 (1.48.4); FILE MERGED 2005/09/05 17:50:23 rt 1.48.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b573078b9fba90d778de9df9f2873717c16e1049]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 15:31:17 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f58e8d95f212acf79b92b2d8c2855958db90823]

        INTEGRATION: CWS ooo19126 (1.36.40); FILE MERGED 2005/09/05 17:50:23 rt 1.36.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46f3f08f15e465a7c95d70c3a1d4368d90d4ad56]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:31:16 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21366cd9c8df64b2e6f95a16c808f462ef1cfafc]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 17:15:41 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a42fc15055f4dcb114e507cece231cf14772c01b]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 17:15:40 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b89ff31f96c75dc48ffc68a4078131ef64795b6f]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 14:15:03 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c733ce20a878d01e54aa6f18d866e924135d5f26]

        INTEGRATION: CWS ooo19126 (1.3.298); FILE MERGED 2005/09/05 17:50:23 rt 1.3.298.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [547837a4d18f1badfb1bc15d7e6eae0ba1a43b24]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 17:15:39 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [faf5d1e63a64b0e4ff905a8ad4f27ab7fa517052]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:16 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a880b2a1c4d7ea5d8a49136c2b77c92a07a87bf]

        INTEGRATION: CWS ooo19126 (1.9.100); FILE MERGED 2005/09/05 17:50:22 rt 1.9.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b9e1bdecac4cc1f7013378e9eb974153c5bcc00]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:39 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bf610ecab7a31d4d4d59ec750b056f5de11ddec]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:16 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d26c3dfa77358bec6c38bed5960aee06b73e2569]

        INTEGRATION: CWS ooo19126 (1.8.298); FILE MERGED 2005/09/05 17:50:22 rt 1.8.298.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a7395d5d2140a6651f26f9aef729dd1705a2b22]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:15 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d45cbc1b409b4cd468e45ce2181497065908fa45]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:38 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d190a247dbc2f828b038998db75612f7ec9aa063]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:31:15 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2841509f6dd70fcce03ad91c138f2d5aac5919e6]

        INTEGRATION: CWS ooo19126 (1.4.430); FILE MERGED 2005/09/05 14:15:02 rt 1.4.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f29c3f7110adca9dc531528da8285bf37e7642ef]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 15:31:15 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb906fed124b82ee65c98dc7c15976e7aca3ff1]

        INTEGRATION: CWS ooo19126 (1.8.132); FILE MERGED 2005/09/05 17:50:21 rt 1.8.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bcf6f2ea10734b172926b6a52076fb2c9e5fdb0]

        INTEGRATION: CWS ooo19126 (1.15.84); FILE MERGED 2005/09/05 17:50:21 rt 1.15.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51c10eed178178742333ce22fc1a711641d6b0b2]

        INTEGRATION: CWS ooo19126 (1.2.2); FILE MERGED 2005/09/05 17:15:38 rt 1.2.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de935dfb021ed46d088f529de20b154fae822ef6]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:14 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bcc5cb3f578a8af81df9e3d8f43f4caa70cbdac]

        INTEGRATION: CWS ooo19126 (1.5.628); FILE MERGED 2005/09/05 17:50:20 rt 1.5.628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9e472a5528310cfcb5b3455489707e78f1dc079]

        INTEGRATION: CWS ooo19126 (1.5.10); FILE MERGED 2005/09/05 17:15:37 rt 1.5.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95f69027bf7a17925530a71b439cab40279de205]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 15:31:14 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e7d7ab4b8309633d9ad4024db00cc723d8f3913]

        INTEGRATION: CWS ooo19126 (1.6.628); FILE MERGED 2005/09/05 17:50:20 rt 1.6.628.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f53cc92d40562dbf452b3bb08461b5033a5b979]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:37 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec4ee148fc820bee45cd39faf1d7e327cc094d6d]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 15:31:14 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b99ddc85dcd9decc01a74783ff4222a771634d54]

        INTEGRATION: CWS ooo19126 (1.7.148); FILE MERGED 2005/09/05 17:50:20 rt 1.7.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba08505c76963a0683fc395a5f5c8083a077d7c6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:36 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdd71b9a80a7788928884cd74514b81c9b336e21]

        INTEGRATION: CWS ooo19126 (1.11.8); FILE MERGED 2005/09/05 15:31:13 rt 1.11.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef840ffc19ddc3f835c4fc236e6deaf4d6191d82]

        INTEGRATION: CWS ooo19126 (1.23.96); FILE MERGED 2005/09/05 17:50:20 rt 1.23.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3792f5c869e97787332408ac658bc9973bd7d94a]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:15:36 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0c7af6629b7f346649e2f41f8089ea72ffd48a5]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 15:31:13 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f78a4316ca0a812ed785720b08c1fd656440b5a0]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 17:50:20 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56278639e4d0a70b43d2336ee871ea6ac186850b]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:15:36 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac7e1fd78e0332772dae1529453b708860a322b3]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:31:13 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aff5ec8adc80d30cf527b898bd807486c7ce5f52]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 17:50:19 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [619a0f88b534c557d60168088cd723047f436822]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 17:15:36 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87bee6c3b76456650bdd908f2183a3bed38f3f64]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:31:13 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5107ff09b1675726ffb057a50ee6042d788dcfc]

        INTEGRATION: CWS ooo19126 (1.2.322); FILE MERGED 2005/09/05 17:50:19 rt 1.2.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bab9fa9288bed80d3ddd8128acaa15ce19b59b24]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:35 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2229a133abd37c7f957bf9aab222a53f32993b50]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 17:50:19 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32cd5c16f1697b86dddf0e1baca14164fadc6b1a]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:12 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [009b5eba2b7fef9eed16999b88f7040a171b7fbd]

        INTEGRATION: CWS ooo19126 (1.63.38); FILE MERGED 2005/09/05 17:50:18 rt 1.63.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b669a50633e8497368bb8ab069b3a8c504086e9]

        INTEGRATION: CWS ooo19126 (1.18.40); FILE MERGED 2005/09/05 17:50:18 rt 1.18.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a39bf13ecaea522b4e4ed191c93e39b37f8cb14]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 17:15:34 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [366d8bab7bba1fab2a9e57f52e411fa03205e166]

        INTEGRATION: CWS ooo19126 (1.6.132); FILE MERGED 2005/09/05 17:50:18 rt 1.6.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6be164d4ff2c2c963d4ce509678596b5943f6f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:34 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d04ddbdc9c93e9fa1058fbb5e4824244d292060]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 15:31:12 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4e6406867d8aebfd2e2a6c436024f7d247919be]

        INTEGRATION: CWS ooo19126 (1.21.92); FILE MERGED 2005/09/05 17:50:18 rt 1.21.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24898a7b3284990cc3ddd0e49d267699aff9e701]

        INTEGRATION: CWS ooo19126 (1.6.26); FILE MERGED 2005/09/05 15:31:11 rt 1.6.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28db4f4030bd12a2114e3d301071e9a3ca8f1220]

        INTEGRATION: CWS ooo19126 (1.27.92); FILE MERGED 2005/09/05 17:50:18 rt 1.27.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a56dd294df8fe7481484e4f20deefb0cf7638cab]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 15:31:11 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0013289e9ecb403b9e98eef2a1b3381be104e341]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:33 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [051fbc49fdb16371d236637f1d7eeea9b89ebdb5]

        INTEGRATION: CWS ooo19126 (1.1.702); FILE MERGED 2005/09/05 17:50:17 rt 1.1.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d31cadd8260984822bd594953bf7f6b5c4be1bd8]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 15:31:11 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c4c1aedb8144e30ce97f73f2a13e9da55f1ae0b]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:15:33 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cf459f8be9e0fc61ef51f186fe76d1e17e69ea0]

        INTEGRATION: CWS ooo19126 (1.1.730); FILE MERGED 2005/09/05 17:50:16 rt 1.1.730.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06debf6c437b77813afe5988b338d72459fa8cf9]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:11 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23983caabb583873fd51f5c8ab8275617e5d9308]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:32 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [340eed5eccf76aa003a56936747c606dabf053c8]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 15:31:10 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e1f1dfd9485eb3708f4616cfd297006d3b41e5d]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:15:32 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90013171099552c6d280318981ae2e1d6c690f4d]

        INTEGRATION: CWS ooo19126 (1.2.702); FILE MERGED 2005/09/05 17:50:16 rt 1.2.702.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fce35bac5e2ec4fbc7f7150dfa4ee9e709c0781d]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 15:31:10 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c43deccf33b7e190b200abd27a577ad57accd709]

        INTEGRATION: CWS ooo19126 (1.12.4); FILE MERGED 2005/09/05 17:15:32 rt 1.12.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e632b2bc963fcb2fa427b983419762e5ff066015]

        INTEGRATION: CWS ooo19126 (1.23.22); FILE MERGED 2005/09/05 17:50:16 rt 1.23.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f1f28559b6195c66228b453c52759a19c7c875f]

        INTEGRATION: CWS ooo19126 (1.11.32); FILE MERGED 2005/09/05 15:31:09 rt 1.11.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20f995b0220dd14d65b759dec71dd4343c45547e]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:15:32 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [445ac2761892dbaae0343154b7b2bd00d172df59]

        INTEGRATION: CWS ooo19126 (1.182.32); FILE MERGED 2005/09/05 17:50:15 rt 1.182.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f24d5cc3dc1702db09a65d3b6f39efb016da6eb7]

        INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 15:31:09 rt 1.9.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1f4646ef6b8f62ed8b3efc508f7f4a4ae8c7e6a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:15:31 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34cfa50eaacebd119570125abe45f72590a40c22]

        INTEGRATION: CWS ooo19126 (1.2.306); FILE MERGED 2005/09/05 17:50:14 rt 1.2.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [911d5519cbdfefa82d7f307f5f64759429dcf68e]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 15:31:09 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0422285459b1a1e7177742f17c6a2cdbbe49d957]

        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>  [da599ab1762677d442090db253ab118ba8f7c042]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 15:31:09 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed34adc067e341e8a680b16e0ce6eac9fac25c87]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 17:50:14 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8a226725eea4c6e364038885601114cec918d00]

        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>  [6a7816e3eca0acb03bf7158db653e441551c41ad]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 17:42:43 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfbac31ffe107834637e3df4cca51adaec42f5d4]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 15:31:08 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0116ec2ca92e85727efc4802d8bb4d0cb39f4c86]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 17:50:14 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7140762013b163a6cad526435151c603be0621c0]

        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>  [8074a0f5d9003af346eff777ef8ff50689ab1833]

        INTEGRATION: CWS ooo19126 (1.5.132); FILE MERGED 2005/09/05 17:42:42 rt 1.5.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [580f925c3048f19269b499303af88e8ea3cc9cad]

        INTEGRATION: CWS ooo19126 (1.9.10); FILE MERGED 2005/09/05 15:31:08 rt 1.9.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa7f60202a45e46d376e5f59ac037f3b5a574eea]

        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>  [cd8b0db2504f0d67e61eca39f4ec458915ddca0a]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:42:41 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99f43e9a24e02b5e7e66ef18434de927af302317]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 15:31:07 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [682c6ada80176251ea77579f2da7bdfb81c81aa8]

        INTEGRATION: CWS ooo19126 (1.26.224); FILE MERGED 2005/09/05 17:50:12 rt 1.26.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7df24e696e480c392f6b21e98674f786bef8c14]

        INTEGRATION: CWS ooo19126 (1.1.136); FILE MERGED 2005/09/05 17:42:41 rt 1.1.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [036e8e2f2167d5609fb2c32553c7288b940bebe1]

        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>  [19f14b1da3a14303f4178762e77d6d36effd3348]

        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>  [092a40b7230e2bb54daf88591581325cfa808d3a]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:42:41 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [263924a7fffd6bd4b81ce83563f1bf5d71516bb0]

        INTEGRATION: CWS ooo19126 (1.22.10); FILE MERGED 2005/09/05 17:42:40 rt 1.22.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [926fe5f1fb52c1431d190deb0d372b7283b85ac8]

        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>  [4eff1ec8729b7f26758f6d1b161b9f9975b50213]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:42:40 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4719c7591c294fa3f8948bde125d011a21bb6e75]

        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>  [0e3d669c5b8a8cd18476708f3e4740cf4b034cda]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 17:42:40 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2f727f6d1156aa34af111c45b9400f931d91550]

        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>  [c5c2bf710721788d3a21f9ec7e3c11d9dd1953ff]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:42:39 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f37accbbdbce4a41203801990602e1a5a7607503]

        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>  [097e178a9772b889af2a9b070158fb3e71b0d4ee]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:42:39 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47fc7e24d3c8ecdcd5b1ac0f7ff5b035ddbc369c]

        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>  [1b08ac6c124d1829bf8c5ff257b60b6175b83afd]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 17:42:38 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [237c7f8eeabf75031dff76e874779b49c73f1aa8]

        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>  [14c716b64c8055516a33bf7d031dbcc917418042]

        INTEGRATION: CWS ooo19126 (1.1.134); FILE MERGED 2005/09/05 17:42:38 rt 1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4eb80c598a045c7eec27d5fd13f54a0ef3b466a]

        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>  [6638e241319eb9b2ec74fd5f93425c14e60b80a2]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:42:38 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba0eeb0c459c1e429549ea1bbff62f5541a747f8]

        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>  [246cecfeceb66a3ad223057db55cd31ce94a2540]

        INTEGRATION: CWS ooo19126 (1.1.134); FILE MERGED 2005/09/05 17:42:37 rt 1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ef563f5ee39e08e6d1548d49e52f75a06a44185]

        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>  [653641b62efb5343907a53a7db05e66bf43ed574]

        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>  [aa8abde30dbe65bff8ad2832eacdf74f746843cb]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 17:42:37 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1831131fd53a8ba8d9ea72c18190f73c2f6b4b8]

        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>  [fe3ba46d9874ec8e5b524874fbf12bc9ddfa8eea]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 17:42:37 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e1880d537a77d3562ff0ef6b7ee3de38d920b3f]

        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>  [dee85e73a4b152ae55750d304ee5415b662c122b]

        INTEGRATION: CWS ooo19126 (1.1.136); FILE MERGED 2005/09/05 17:42:36 rt 1.1.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f8de8e5ed1c0ef0adde95098982eaac847e2fef]

        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>  [9abb65cad9b06964763035830208658d5fee4e86]

        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>  [e3f07de786a4ad09faa83077e0775db13afd8a1c]

        INTEGRATION: CWS ooo19126 (1.1.452); FILE MERGED 2005/09/05 17:46:16 rt 1.1.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1facfc61f5586b669388027f912c516eb7cd286]

        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>  [9133b184eb732a1fae3f153ecf56d12e1f4b5541]

        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>  [f157265315c111f92f82430900171f017b786e50]

        INTEGRATION: CWS ooo19126 (1.1.452); FILE MERGED 2005/09/05 17:46:15 rt 1.1.452.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e60e7def1991445f747cef83c5439817cd6ff4b4]

        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>  [204dfbb156652f9dbe98ba39ae60fa5fd8fbd590]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 17:46:15 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2558e72c12c7f1e658a0a997db083e44e2cb06db]

        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>  [c0e63d7546fd5e16c96551192b85b23668588962]

        INTEGRATION: CWS ooo19126 (1.3.446); FILE MERGED 2005/09/05 17:46:15 rt 1.3.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e771e4d2aeb0dcf64ca63d07bac7dc17c93a40b8]

        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>  [2eb7d9d85b629b313d94d7e22ecd195eaf353aa0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:46:14 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [543596a358e403e7858d3991ba7f051b37d48555]

        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>  [87d2d3d47a4d4f40cb50ebfa299efc4757889aa4]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 18:39:25 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a949d67fcf464fbf7054a8faedc13bf6235b5fc6]

        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>  [bddbcd2cb27a15d1ddb015f7f6e4e5f31486cff8]

        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>  [7ff81d6171d3c2353cb3897dad62189704ecf9af]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 18:39:23 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b57483a6606ac1840b4bfd9dc2f520558c85544]

        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>  [6dd85fa29dbd843b1f5a999a9839073b7eeb8263]

        INTEGRATION: CWS ooo19126 (1.5.350); FILE MERGED 2005/09/05 17:46:13 rt 1.5.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20fd51a3ddaad48dbf7451aa55495b0c8af573bc]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 18:39:22 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0c9ef42d6b4c216b48f51a6473470f6fec382ec]

        INTEGRATION: CWS ooo19126 (1.2.446); FILE MERGED 2005/09/05 17:46:13 rt 1.2.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11e7f975f733cdf12ec2cfd240be69f7bbfd621d]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 18:39:22 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aebc8be2651506575631a8f4385994a8a02e54cf]

        INTEGRATION: CWS ooo19126 (1.24.204); FILE MERGED 2005/09/05 17:36:02 rt 1.24.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac04a2713f57f0f8c9c270cdac98b6f820910dbf]

        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>  [5c99df9390cbdb2c749fae80a37eb0fac2ce93fc]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 17:46:13 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dc6e140cb3b6cbba3814375e32ea510a106d48b]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 18:39:22 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a8656b7038def61065588aac128d7f1996ff690]

        INTEGRATION: CWS ooo19126 (1.59.98); FILE MERGED 2005/09/05 17:36:02 rt 1.59.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fac5c45400b5723884a6d54982cf78af45cbdd4]

        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>  [3479a8e20ab93d6c3f88c4599e7bdb725d1f3076]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 18:39:22 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [985275b6a0535f4757c42e5a4a2602eda88c9483]

        INTEGRATION: CWS ooo19126 (1.9.434); FILE MERGED 2005/09/05 17:36:01 rt 1.9.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73b2b213c528cee44f62457771108c778fea935a]

        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>  [a1260e10fa97d6f60e24ce9fa4840c8653d51bf8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:46:12 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17f8f574d18a8a6fece2d7fe13bdd9a8f0429b37]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 18:39:21 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3558132beea2f012474bccbc73e4206cfa5bbef4]

        INTEGRATION: CWS ooo19126 (1.15.98); FILE MERGED 2005/09/05 17:36:01 rt 1.15.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd14b30309ea8b919bb2b67be2e4226c21a75dbc]

        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>  [2c5dbe58238ae40146d2e8e652a382e00cf1a215]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:46:12 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f477c90deebcef1e3d86950ba533b6b7e80eab7]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 18:39:21 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ebd3f0060924484a9cfe79718f50d69e5dfce50]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:36:01 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4463a33f21722554802372b1ba1fbd2a9ca31087]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:46:12 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c560656dbcfa455582f411a16bfb4eaa7f50bad0]

        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>  [69b4623bbb99d184b1a2e0977ad540b5c2f0dd37]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 18:39:21 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1bd46876c2b48c3ac72f8edd2f69c5b5c6a18da]

        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>  [b4ba5b5c1edcefae0546ed28db72c091cf24c52d]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 18:39:21 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b45ce42acd964a63686fa75b0c269b220d0e923]

        INTEGRATION: CWS ooo19126 (1.9.146); FILE MERGED 2005/09/05 17:36:00 rt 1.9.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfc9f1ce645b96257d28ee2967e8a1e1e976975f]

        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>  [1680310c73729a35de7821248d94b3f3f91add47]

        INTEGRATION: CWS ooo19126 (1.4.338); FILE MERGED 2005/09/05 17:46:11 rt 1.4.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b37749c57ab64bfd6c9e2f9e09ac2bd5bc0ab0e0]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 18:39:21 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [913dd3815941c4d52072d8e45ca287fe7811a3df]

        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>  [e0522f7bc0bebaa5314f761706c5f44808adb29a]

        INTEGRATION: CWS ooo19126 (1.2.442); FILE MERGED 2005/09/05 17:46:11 rt 1.2.442.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [831f5005b35203557a802fcdd133e96f41e4cd93]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 18:39:20 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e793327d0e864ae39ec6c337bd9452d4fbd0c177]

        INTEGRATION: CWS ooo19126 (1.27.154); FILE MERGED 2005/09/05 17:35:59 rt 1.27.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6cf3906c927fc77f336cabfd1edc30cfd647d21]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 17:46:11 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6956feb115f85c44b89d27ad6b7707205a7811c]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 18:39:20 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [574a38bedd70954842ee0ea7f15fe4eb64f6f3c0]

        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>  [0e78ec2d2b305e4575c4ae82a09c9cc1dba8e25a]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:35:59 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [032558fb519756c7c0a8921fe09ca4a2937314d9]

        INTEGRATION: CWS ooo19126 (1.1.448); FILE MERGED 2005/09/05 17:46:11 rt 1.1.448.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b26d4d04606f8aac2fdbd633e5c86cb8a27d4525]

        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>  [611f3eb252aa82cbf09ab1d6579f06e8972b2b2c]

        INTEGRATION: CWS ooo19126 (1.13.104); FILE MERGED 2005/09/05 17:35:58 rt 1.13.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e2819606dcafd1d06a97434ec85a765fe1d9a16]

        INTEGRATION: CWS ooo19126 (1.10.4); FILE MERGED 2005/09/05 18:39:19 rt 1.10.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a057d5855956a39293421e1d3afd7df6db5670a]

        INTEGRATION: CWS ooo19126 (1.1.448); FILE MERGED 2005/09/05 17:46:10 rt 1.1.448.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa479990c7f00031125aa726a8f567a2fd64c5b9]

        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>  [1771438ad677af53d4df89a6773c8853220cdc28]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 17:35:58 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8df6d13f1280153ce053e172ac07a9766a94dec0]

        INTEGRATION: CWS ooo19126 (1.12.306); FILE MERGED 2005/09/05 17:46:10 rt 1.12.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e0f59f23979cd4682d5063c549f72e9c92eaf79]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 18:39:19 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fd48f09432f4639f44cb0881a302f5eeaa19d88]

        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>  [6c9e725a658fb20c16409072c5e164a0ee8e9ec0]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:35:58 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5abdaadb049ae828f125f4ef406aa10bf8f8b70]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:46:09 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eaa32f6f8428d34d91279326dfc58aa0a1ba25d1]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 18:39:19 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93e3a868952450f5a884279b87932d6efc88a1b1]

        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>  [ea55306027974e559b7c3d6f34e735b3e74842f8]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:35:58 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c1f914aac3c642a229babad3f81cddde3be69f5]

        INTEGRATION: CWS ooo19126 (1.36.26); FILE MERGED 2005/09/05 17:46:08 rt 1.36.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f06b130a9f8ba2a15287386e4d74115d3d44965]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 18:39:18 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d25a69b2e67093a02795ff35c9a648b8e7931e7b]

        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>  [c0f4cfff81ff65b4181026fa4d3de8def1ebc86f]

        INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 17:46:08 rt 1.2.140.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5742111856fbb99521b6ff4da48fbf6c9a50d54]

        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>  [7447335ff793387121279497a4acc4ad1e1edc8a]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:35:57 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d676b3d7fbc05cc1551a6eeb77db79c3ec5d3dd1]

        INTEGRATION: CWS ooo19126 (1.20.4); FILE MERGED 2005/09/05 18:39:10 rt 1.20.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85ec76233eeec205be6b98f2477b56e46d8d8932]

        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>  [39a52ea547d90bcbf0b78a4a4a0f753e64ba84c1]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:35:57 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae9a9efaf9ab6ff3dbeadec35925e7e4f3db14c7]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:46:07 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c8fc5de7e6d78665ea6c580eed4c301972dccc9]

        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>  [1c4c5e879a2938bfeaeb43d62157afd95de8e7b6]

        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>  [01f2a7d264bbcb4f109d8616485ea0106a90540f]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:46:06 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6d4b005a5404ea13d6b649495c51b9687684f15]

        INTEGRATION: CWS ooo19126 (1.4.50); FILE MERGED 2005/09/05 17:35:57 rt 1.4.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e1ea1a3633e51f14458c62cb749c50dfa0aaa08]

        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>  [f55344c9280c4b6cd7952b54b9b2a5da83f0c9ba]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:46:05 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67d14f843ca76a5b86d944b7314508d4528f5bda]

        INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 17:35:56 rt 1.8.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfb3c7027f931600e6a8bf6d3a29a03fb245ff93]

        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>  [34b1690ec777ba4f8b0484862ebd95b36d428fa3]

        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>  [25dd466b9d0bcd7b8507e583a2f4e6e893a47f63]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:35:56 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc3df196921c9c5e330eb82a57217794a2da9b0e]

        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>  [71f4ddf9e8ce68fbb67ad4f8ccf9d78920c2aac9]

        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>  [323e05a1fbfa300611f499c5391ea1131f4b2406]

        INTEGRATION: CWS ooo19126 (1.3.432); FILE MERGED 2005/09/05 17:46:05 rt 1.3.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e06b08a69c435dbb9acd5e52fec279fab73d55b]

        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>  [37365f1e32229f5887bd06fd4f2cb15f85696953]

        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>  [846e06a6ef49716dfa2331a0176e6030b6c9dfe9]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:46:05 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10313bf39440a75424545870875c68ee877c2248]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 17:35:56 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [509f7e2b0b4567c182fe2bb56e85ba5f0806f786]

        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>  [66a0165cd5fb0a863a88c08a5bb7a49a887ccc7e]

        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>  [fc084124241e468e1a8d3c7cc09f8a3ef99c55da]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 17:35:56 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7463479b9c65527b94c9ea80f6be2b8403cc7e3]

        INTEGRATION: CWS ooo19126 (1.3.418); FILE MERGED 2005/09/05 17:46:04 rt 1.3.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85668f4aab2dc6e232cf17242db20d7da89976ab]

        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>  [0cb9bc55fbf7ffa31938820b656a8c8b84ed87cb]

        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>  [12e55cbfabfaf96bb40f36c51eb98e2af54486ca]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 17:35:55 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28cb901661ebb792fb46151d63a1d3fdf6ee437a]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:46:04 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [454ca9c93e3f39ad0a5a2ad8fe8ca8aaa3b9de1b]

        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>  [1b2c0944c1805cdd4eb81b8ffaf78a6710d5b88f]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 17:35:55 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69d7a992a8fc58bd35c1a70c671d097217b431fe]

        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>  [8dde1228a46bfd6f79c2d25c7883f972b19b81d3]

        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>  [b9cf1e2023ff5f428fabfb374acbd77d702c88ea]

        INTEGRATION: CWS ooo19126 (1.2.232); FILE MERGED 2005/09/05 17:35:55 rt 1.2.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [708a25042805e8be212728a8452d887af5dd8d93]

        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>  [e689fbcbaec552299232decc30fbfb22afd4593c]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:46:03 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dc6c3350cabbc3de2b675e2b47c4692cf9696c8]

        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>  [042fa6524e949b53744b03826da8a80b62299c7f]

        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>  [0f4e99e39093ca64e7bc9dd3f0dd12ef4770bf69]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:46:03 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d160087b4652b8279064bfe32cac9b2751473b21]

        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>  [8428a987778766b35a4989bd046ddc8fa37973c7]

        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>  [ba3e1979a5058d08d2fa0faebd94c0a177c471bd]

        INTEGRATION: CWS ooo19126 (1.27.2); FILE MERGED 2005/09/05 17:46:03 rt 1.27.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc5d58671638f338b0161cb47c0c984e9a1bcf6b]

        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>  [81f85f08a01e9d6283ecd8ebb7f4e74781597ec0]

        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>  [aec518b672c07a740d0b1f22030d5165a9180afd]

        INTEGRATION: CWS ooo19126 (1.8.350); FILE MERGED 2005/09/05 17:46:03 rt 1.8.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc8a5cd2e61709b6e2d9a4210897db9ab776e24f]

        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>  [183f476c3f1f9cfe4c548e33588ae3a44c221e49]

        INTEGRATION: CWS ooo19126 (1.3.432); FILE MERGED 2005/09/05 17:46:02 rt 1.3.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aefaef0f66a8aec072815495efea5a7a30d6d351]

        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>  [9d2194d52cb8c5ddc680ab81150a87945bbea56a]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:35:54 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64e2c657fa6408f17a217ac264a67ba217ca8e33]

        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>  [0a0c98b3d5f8426af5403c6adaff13ee4bcceee7]

        INTEGRATION: CWS ooo19126 (1.7.138); FILE MERGED 2005/09/05 17:46:02 rt 1.7.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e358330b107f606095a019356b9e9e1a9d53b6a4]

        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>  [29ba1f3b115b404083dd63eed03b34b057803848]

        INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 17:46:02 rt 1.4.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7ccb57c1ff946e001fe514d00279921cd1dfddf]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:35:53 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4bd49a16357a36b124d90fbbc543171566aece1]

        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>  [298f66f3d824bffc2e9532b63af97a11fe87220d]

        INTEGRATION: CWS ooo19126 (1.5.238); FILE MERGED 2005/09/05 17:46:02 rt 1.5.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b33c940d747bfa78c3d75d171b5465856acd604]

        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>  [513f7b89d357c0dd67dfeb72bebcbecd0897bce7]

        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>  [f3924ab5d7b712ed0253f1ecfa746169d7273a4e]

        INTEGRATION: CWS ooo19126 (1.89.104); FILE MERGED 2005/09/05 17:35:52 rt 1.89.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [187ee1b42b9c857d1ff915a79723a0b938f9bf40]

        INTEGRATION: CWS ooo19126 (1.9.350); FILE MERGED 2005/09/05 17:46:01 rt 1.9.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7462c54fcbd74677e965b7160fe108a51f6f7ab]

        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>  [1d3025692fcce8dc84aa0dd31cbdc0bbd2a34a79]

        INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 17:35:52 rt 1.4.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a6421f70b01e7673da0e40b156406b925645727]

        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>  [81b77563452856d766e14dabbc3e75c7f793fef5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:46:01 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebeaaec7cb2735c692b0197ad3ca06f211b73aaa]

        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>  [2ff618f6c02cad84dda621130e5b3a4040656941]

        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>  [b1e1bd0b3cf169c92f014f5e50f3d66c21b273d0]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:46:01 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b299bf797aaae47a81e18d2dd466248f1983036]

        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>  [9d44e50869c29f873bb15f148656e94aa3add2a1]

        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>  [4c73bf48a307741202ae569194cd5712e15d2403]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:46:00 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eacb3fc44113858ee8e023f1086853de55fff894]

        INTEGRATION: CWS ooo19126 (1.5.236); FILE MERGED 2005/09/05 17:35:50 rt 1.5.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d9835cdbb837ef310516f29592d9acd58fbcd5]

        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>  [cd1a141c2c35e1594faaebf0598658a79950d900]

        INTEGRATION: CWS ooo19126 (1.10.350); FILE MERGED 2005/09/05 17:46:00 rt 1.10.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2aa950507f2901a00c5cb9056e6300b32f505b0]

        INTEGRATION: CWS ooo19126 (1.12.204); FILE MERGED 2005/09/05 17:35:50 rt 1.12.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0de5a84e32e789d398d7465b79ea0958f6ab8846]

        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>  [5825a02202fdce365742f3eb12bbcf2429cff340]

        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>  [5e58c8b4d803cc28048aaa4121b0ddecab5d1f60]

        INTEGRATION: CWS ooo19126 (1.1.506); FILE MERGED 2005/09/05 17:35:50 rt 1.1.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67eddc12fdb5fdb06bb5604378f4c98b71a7b536]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:46:00 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd6d0737e8f54abbb0b60a906060a4297dd6ef9c]

        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>  [783294d8968c0aa3e3729fc07803133183e6384a]

        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>  [85f0b710b804943fb555af60a1d7f6629d1cd180]

        INTEGRATION: CWS ooo19126 (1.15.204); FILE MERGED 2005/09/05 17:35:49 rt 1.15.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e00a01aaf0b5891d62adac3bc179ee3d66f8f23]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:45:59 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fd1680270f16a1047ebe2bfeb22f100ada35469]

        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>  [0a2f9043bfd1fc3a5c30217c1976256a4fd999d4]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:35:49 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87f2337e159773d2c68c346903bc8b9e6ca4f2b3]

        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>  [f3d4c861658979f842853d9e7980c65f6bb874cb]

        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>  [8fca4218a4c3802656c10f22f141df6de858b94a]

        INTEGRATION: CWS ooo19126 (1.9.434); FILE MERGED 2005/09/05 17:35:49 rt 1.9.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d858de30ed34638f00030e18e2ee2c107a94d7f5]

        INTEGRATION: CWS ooo19126 (1.2.418); FILE MERGED 2005/09/05 17:45:59 rt 1.2.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b1d0992618d1f6fc2bffa8548fab808a7efcc0e]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:35:48 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4ad5120ed895871220e3809bbd5032963af9b6e]

        INTEGRATION: CWS ooo19126 (1.2.418); FILE MERGED 2005/09/05 17:45:58 rt 1.2.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04ecb11091c3c2610e05868983496b631470d919]

        INTEGRATION: CWS ooo19126 (1.8.434); FILE MERGED 2005/09/05 17:35:48 rt 1.8.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f4fe97fc9d40ed29cb039bbe764e70f355540ff]

        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>  [7cbc926d207d954846d961ef6592d3096b55a3fe]

        INTEGRATION: CWS ooo19126 (1.11.188); FILE MERGED 2005/09/05 17:45:58 rt 1.11.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a514ea7c747ae30d615c1ac1573db25e23bf656c]

        INTEGRATION: CWS ooo19126 (1.23.194); FILE MERGED 2005/09/05 17:35:48 rt 1.23.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a143ba22c318f0cc9c9000b84ad49bf099a8685]

        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>  [7cb447f6134e816fbb0f083582ca930f50c09e67]

        INTEGRATION: CWS ooo19126 (1.6.350); FILE MERGED 2005/09/05 17:45:58 rt 1.6.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71c067a3fec0b55b2f85f73191efa534ec972ceb]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:35:48 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfd32cd84babd04d427afca9514e2bfc0133b652]

        INTEGRATION: CWS ooo19126 (1.6.350); FILE MERGED 2005/09/05 17:45:57 rt 1.6.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [face755bd9562b0783da4390504a39d309b9e00f]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:35:47 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [489249fcc400139fc2b0bbda3c94dedea2ab33fa]

        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>  [d3acba63a090ebac095cd8237c27b489c92b6dc0]

        INTEGRATION: CWS ooo19126 (1.2.450); FILE MERGED 2005/09/05 17:45:57 rt 1.2.450.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ef74eccac907033af6e21da51b815d046f781de]

        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>  [4dedc3fe89b4ce704ed4fc0df9001cb6514a20a3]

        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>  [01b9263e08b3055e6d5f7373982df334344cced0]

        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>  [88d022b960e26a45663122059bc18fc0bbae0ba9]

        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>  [8571018363fab61f049735b3eab7978fe59da873]

        INTEGRATION: CWS ooo19126 (1.97.86); FILE MERGED 2005/09/05 17:35:47 rt 1.97.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11a2a272fc5894b37ce34fdb0dc1957cdf3058b5]

        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>  [4ddb796a1bac141fab0518fd4277adb0fd4499d2]

        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>  [961ff3b27783e0add6f645f4be80510f30e9d13b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:45:56 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7222ac33d5ad5ebcf786f2442e76a01274f9a0e2]

        INTEGRATION: CWS ooo19126 (1.13.434); FILE MERGED 2005/09/05 17:35:46 rt 1.13.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e58642cb7c68741d69c31994473942fb72776d74]

        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>  [67bfa4ef67283e044d0f916f1d54b06d9e99cffb]

        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>  [f457a2036af48070e1406d10825c22a8bac6c105]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:45:56 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5f6b2cee2a4d76886b9107c3fd03817f17217d2]

        INTEGRATION: CWS ooo19126 (1.42.102); FILE MERGED 2005/09/05 17:35:46 rt 1.42.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d374c782cbb642f6f298af688d479baa23654fce]

        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>  [296f66509cfb94c74a7987d885e8a3f355528134]

        INTEGRATION: CWS ooo19126 (1.11.184); FILE MERGED 2005/09/05 17:45:55 rt 1.11.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ac6a16bfb0cd29012e994b3e9c123d22c41908a]

        INTEGRATION: CWS ooo19126 (1.18.86); FILE MERGED 2005/09/05 17:35:46 rt 1.18.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15249a01c1c584df0a4a8712f536233ab03e692f]

        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>  [fd999e03234c826345c081e097454fc91fecbf68]

        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>  [6908b3b173cdb8f721aa70028e25456a300f179f]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:35:45 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2521a796515da594ea2c257336215d31a5491a7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:45:55 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21daf56277a64eb5ad9a1384aea2af79afc08907]

        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>  [7a2660942a1d096bdf99f1931fbcdbb73717af9a]

        INTEGRATION: CWS ooo19126 (1.8.434); FILE MERGED 2005/09/05 17:35:45 rt 1.8.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9071e3d85c0498444882fae9b26c2ce59d4e259f]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:45:55 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4c6d2c11e5d2b1918c4c98d095d5084c25471d2]

        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>  [559eb3d10578a64d99b23c3e1931b70cbf4d1767]

        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>  [caceeae60feacd1bb2d5243e4f5aa274fd014e9e]

        INTEGRATION: CWS ooo19126 (1.57.194); FILE MERGED 2005/09/05 17:35:44 rt 1.57.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33534402311c366d077d380a3b2ec9e33e3bb0ab]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:45:54 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76f63edd9bca96b71cf85f0168092458a4940066]

        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>  [b0f4f0b975e1c13d332e02b58dd4c7bfa52dee35]

        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>  [a81ed8ac1804bae21f5067df30e23c2d6fc5ff1d]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 17:35:44 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0642cbc55a0a417113f8f8fc74c862f1c8acd3e6]

        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>  [d73c14b0c3d8c0dbbc029b28b91af8b792353047]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 17:45:54 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d65104dd1ef033a3e8b554ead21a1f874837ae26]

        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>  [2419469f82f96ca6e8ac1ccb22ce63d896759065]

        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>  [519969b4a2d6db1aa1b3cf95859469e0ddeb8cd6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:45:53 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [565353770a258bd3ede191c70ff120602fa2540e]

        INTEGRATION: CWS ooo19126 (1.18.194); FILE MERGED 2005/09/05 17:35:43 rt 1.18.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ce1a8e48c83d67430d419f77094ffb50cbfa063]

        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>  [70c02b8c7cea8cd7ffe8d9488cd8085ec13a1dc5]

        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>  [1e9e68e42503a83923819a5c08292c065d89d65d]

        INTEGRATION: CWS ooo19126 (1.7.98); FILE MERGED 2005/09/05 17:45:53 rt 1.7.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [686ce72a11aa9771b2e86b16edeb79309fd3f613]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 17:35:43 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6e67b5a710fe272d59084b746c2aab7ea861059]

        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>  [0fc36f63ccd403409fd984533e4a3dcdb2f7a229]

        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>  [94594f3d41dadb70cfdba02e1bce78a1313a7e0a]

        INTEGRATION: CWS ooo19126 (1.6.412); FILE MERGED 2005/09/05 17:45:53 rt 1.6.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5553cd2ef38fb58f7b3fac98ca96e96bf956f8fb]

        INTEGRATION: CWS ooo19126 (1.40.98); FILE MERGED 2005/09/05 17:35:42 rt 1.40.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd1a3547d51d52452429292b58c355ed0b609aca]

        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>  [138ff10e1db01a7a2f2c1e3377bcd44ebbe72aea]

        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>  [1843d274c5e92b9877f00c518e6955c0fd84725e]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:45:53 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ef3daf83d9077f9357156c57eaca534124f56ac]

        INTEGRATION: CWS ooo19126 (1.1.472); FILE MERGED 2005/09/05 17:35:42 rt 1.1.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6087cd149bf4a993bc0d2e10d55e73ce62770968]

        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>  [b8a1618c2499778f2098dc68cb31fa8f7eba3613]

        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>  [cf156c22034d03d36c23ddd38745b01e1ce5fb63]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:35:42 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5200dfce85f3de5047a3108c470ea82502cd41e6]

        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>  [5ce48da0042c90cab5755d581218c277317418b4]

        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>  [aa7c7caaaf8d8400f3e8cf2a86dbbeb47e6b0f2d]

        INTEGRATION: CWS ooo19126 (1.10.138); FILE MERGED 2005/09/05 17:45:52 rt 1.10.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3d3b4e6566413bf85b0a01aebcdaff0f32ff456]

        INTEGRATION: CWS ooo19126 (1.1.508); FILE MERGED 2005/09/05 17:35:41 rt 1.1.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [006d9f53730cfe36479cedfcd96235c65193afd9]

        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>  [5e9e482260873ce7f269148b06b24d39cb420cfb]

        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>  [85cba017ab5c939f1d191202501d4854ecd7f5fa]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:45:52 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [895068ad692f7bf40e83b00a2c5782509a13af28]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 17:35:41 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [945b7f51916a8e9e8723436a100b1bb5809fe424]

        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>  [2a01c4fb2de1da3c3cd7d1cbe1b02c7b0eaf9f97]

        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>  [ae0a58ec63094caff26dd2437ac2d1615cc81802]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:45:52 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [700a12508af96c367130d2e9abac9037eef7606c]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:35:41 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc2cd66781718d8df85975c8b7b7fd3f9dbdb9bd]

        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>  [b72d3482e8e04666d10ac813bf53f161328b987d]

        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>  [e468a650fed682f7cfaaa92c35e553baa3536d89]

        INTEGRATION: CWS ooo19126 (1.45.224); FILE MERGED 2005/09/05 17:35:40 rt 1.45.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [652d909173edb30ac235e4a54bb18be736beb7b4]

        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>  [2bffcdb20f218df3ca845a5e7ca9b621f82d0b79]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:45:51 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4f00c6d8f1beaff422213a3994c4079260fc2ef]

        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>  [8e0ec398705c4939f0bea21311c2ada27d307bc3]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:35:40 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cd910840e56cb4668d783c19fa31064914d7072]

        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>  [7df5803c9cfd1fccd3563e1294481be61a5a810d]

        INTEGRATION: CWS ooo19126 (1.1.428); FILE MERGED 2005/09/05 17:45:51 rt 1.1.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cfbbb1eae4a272693c1ef7f54c33e039a019b56]

        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>  [5585fe4966d8722f063d3d1aa8057e045970366e]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 17:35:40 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8ca78cab8a40c56f02183778ffec22a262a8707]

        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>  [29be206140b37145e20faaa690670115f7dc0555]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:45:51 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [733d8a5f24ad5bc52d388d320198bd28a0a361bd]

        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>  [367f02c8ce4aacd2a5a80756bb75f0bdfd73012c]

        INTEGRATION: CWS ooo19126 (1.10.256); FILE MERGED 2005/09/05 17:35:40 rt 1.10.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55434011e059f28371abddb23315bace8e989507]

        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>  [3d1f2592eff9141391725a27f1ebec8b5d6ef0c9]

        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>  [5aa45ce16532ac67db38ed91835693e35615007c]

        INTEGRATION: CWS ooo19126 (1.100.28); FILE MERGED 2005/09/05 17:35:39 rt 1.100.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1cc3742587566d97c223d025a1bd113209f4612]

        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>  [592025719d623b2c3cec25f86f9e7eaf044aa218]

        INTEGRATION: CWS ooo19126 (1.1.430); FILE MERGED 2005/09/05 17:45:51 rt 1.1.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [987c1ede64b4bcb4723397ce434e596418734ec3]

        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>  [da682471a2e7f283cbd9300c122b0faa27365b4d]

        INTEGRATION: CWS ooo19126 (1.12.194); FILE MERGED 2005/09/05 17:35:39 rt 1.12.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed7d031f99a0c866492fed400357a5de168d06df]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 17:45:50 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48c1079b4d09f20b0d6f7abed0d6d5f91ce047c8]

        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>  [4eeed191c3098a6a48d8df19c92df897997faf8b]

        INTEGRATION: CWS ooo19126 (1.92.194); FILE MERGED 2005/09/05 17:35:38 rt 1.92.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0727c09d97580963146c011cfd0fc518c169d90a]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:42:26 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [226c83b6da05d0c4c97f750888cc52d3f7758f65]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:45:50 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a68d5587f68aaf3c0f179fd082ef79cb1399a00d]

        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>  [09c113a22b80777fe587df40a0336fe961c5251f]

        INTEGRATION: CWS ooo19126 (1.12.232); FILE MERGED 2005/09/05 17:35:38 rt 1.12.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ce0466854de820b4b9468c2f03eac5619062ba7]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 17:42:25 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f01d11e0468b84ed7294f0e475adeaa2542d933c]

        INTEGRATION: CWS ooo19126 (1.1.428); FILE MERGED 2005/09/05 17:45:50 rt 1.1.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00e48515d8a83ba467cb025eabf92f67acc25a90]

        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>  [3fc9c5414dcd0ab0a011d62d85a7e26c34dac602]

        INTEGRATION: CWS ooo19126 (1.1.28); FILE MERGED 2005/09/05 17:42:25 rt 1.1.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b62c2c1d4789fb142ba6fcefcf649c213afa1e8]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:45:50 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d3b738d2aa4ea230c82779d3f4643ed7ab974ed]

        INTEGRATION: CWS ooo19126 (1.2.306); FILE MERGED 2005/09/05 17:45:49 rt 1.2.306.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c0e5f92ee535ef2fdc961389b093357f4aa3356]

        INTEGRATION: CWS ooo19126 (1.18.204); FILE MERGED 2005/09/05 17:35:37 rt 1.18.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee3e9501955728b71cc1e33fb33cde84ca772c0a]

        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>  [7d725a1696379ab87e5c789eff9c0832b83f8bba]

        INTEGRATION: CWS ooo19126 (1.1.16); FILE MERGED 2005/09/05 17:42:24 rt 1.1.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [461f55bc96baca9ce1608eb63548480402dc95fd]

        INTEGRATION: CWS ooo19126 (1.5.412); FILE MERGED 2005/09/05 17:45:49 rt 1.5.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3d1225368fe58dfb8af8a310c0a367693fadbcf]

        INTEGRATION: CWS ooo19126 (1.28.204); FILE MERGED 2005/09/05 17:35:37 rt 1.28.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fa122db657369a1329d396e208463d01ee10045]

        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>  [7661dd7840edb2ab7e9069c17f2cd4821a440820]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:45:49 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc4e617e3ad8d2155462cc66c817ec3c134fa23]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 17:42:24 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5b3716a65b76fe33be25d00b45502f0e5771307]

        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>  [b878830863f963f89a814939e269788608e6cfd5]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 17:45:49 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c91d9eda9580e8cd86a7f7417b695c801493940f]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 17:35:36 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b15c2c5cfb674507d28f96d7c930629b0f48f75]

        INTEGRATION: CWS ooo19126 (1.3.412); FILE MERGED 2005/09/05 17:45:48 rt 1.3.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48d86cfe94e69127e1a3e118bf4aaff48cdcdecb]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:35:36 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50fe9336e8c4701f288eb1effec0229c35cb6981]

        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>  [9bfe9adeb434ab7145dcbbd3aaaab13ab2fa258c]

        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>  [b21cecc23f2b40b044d6c9248734ee507fd2e506]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:45:48 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93308cf496473af91e821e0dd64711b569ef1036]

        INTEGRATION: CWS ooo19126 (1.29.204); FILE MERGED 2005/09/05 17:35:36 rt 1.29.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d2f35d99d5b5b78d225c4d684d49e59b3941b67]

        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>  [a09a9c3d1c4b07602ddbe203ce8fd07515bb984e]

        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>  [09129d2efc6823ef6b80df3727748e003789f579]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 17:45:48 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c6fba67ace6fb3a4a231e5c5d7316cc193cf508]

        INTEGRATION: CWS ooo19126 (1.1.508); FILE MERGED 2005/09/05 17:35:35 rt 1.1.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3059729b0d146a9eeb006d64e91cf626a3a9c019]

        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>  [3b19452c088740cb7927db0404b608a7d686983f]

        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>  [449ebdc5675db4898ff85b8d897b9b7b11f5b719]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:45:48 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35da588fcf5157e81065896f0b8ffc3c23b79d62]

        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>  [316e6715bdb5c6e15cba82d2a77163f5fe35565a]

        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>  [f610b5008046746fdff482b5e9ce512bea0230b9]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:45:47 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f3a7c2736e27388ea71f7294629ea61b445f52f]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 17:35:35 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78673b871a3fe128aee3e931652a16cdd60e2ef]

        INTEGRATION: CWS ooo19126 (1.4.412); FILE MERGED 2005/09/05 17:45:47 rt 1.4.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [596d639c0e3e3a826e8c22a73567cd137ea348ff]

        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>  [4471873d65a55bf1e733da35d6d7ff8f0fb97a32]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:47 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e47fc4b24ae6033864c8b8115f008d88f4a74705]

        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>  [9bf192157ee8d052aaf0564e15aab9b4907cb654]

        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>  [183921d8a81ad1611348332cfb9ea778eba8a56d]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 17:45:46 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58b8140b79aefc46f5ac6d437d026ecfecbcdda0]

        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>  [b0009c1f14d3195a708f6c6f8bb584ee92be6772]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:35:34 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f367963c244df4d48e96dfb1a36e4f3d6b473c6f]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:45:46 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3faf73042d0f382330903a52eff9d5479f039af]

        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>  [b53ecce5ddea94774666ada2be0bc6b89d7a04e4]

        INTEGRATION: CWS ooo19126 (1.10.262); FILE MERGED 2005/09/05 17:35:34 rt 1.10.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44897b980c1720265758b4c82d05445c674da9c1]

        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>  [74e9012e92d3282c080a25261a9b9c20e2fcda15]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:45:46 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db4889b5e8a994d8bd136e1d967e9937105d9e3d]

        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>  [32244c18bab90dc24c69cad09fa2bba786ade351]

        INTEGRATION: CWS ooo19126 (1.21.104); FILE MERGED 2005/09/05 17:35:34 rt 1.21.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec8dc353019efd390a0c453c15f27ae2f2855f1e]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:45:45 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a4f8d3c4168bb95b7f7f46b2f06b1f4d161eb59]

        INTEGRATION: CWS ooo19126 (1.61.104); FILE MERGED 2005/09/05 17:35:33 rt 1.61.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94f61bf7e775f0343eb6b28bd3118342a1a70b88]

        INTEGRATION: CWS ooo19126 (1.1.438); FILE MERGED 2005/09/05 17:45:45 rt 1.1.438.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c4bc1bf29bc0021dba31ed9cf07be92c6e24dff]

        INTEGRATION: CWS ooo19126 (1.23.194); FILE MERGED 2005/09/05 17:35:33 rt 1.23.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [134145d2e77cbf7fde7709c0069fbcd252905619]

        INTEGRATION: CWS ooo19126 (1.16.162); FILE MERGED 2005/09/05 17:45:44 rt 1.16.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3dbe5159f7c12be0229d549de1aa8d60d422e6b]

        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>  [27a741c6afd463a8a407a151c419d95e202e5b6a]

        INTEGRATION: CWS ooo19126 (1.17.194); FILE MERGED 2005/09/05 17:35:33 rt 1.17.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d5601e75a103ed5d73bd6ae51aecf6b7a6df6cf]

        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>  [ed9697d2009e66ffba238de628d9a329e7903cbf]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:45:44 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3a514f4fc9250d3d7e41865a0d907aba94a00f]

        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>  [fc19346095f041d790a0dfbd5a69592e60159e14]

        INTEGRATION: CWS ooo19126 (1.33.194); FILE MERGED 2005/09/05 17:35:33 rt 1.33.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f77bb70eb6210b527a6773ef9cf8b1f2c7409aa4]

        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>  [2e750267e59f872f40e3e959e600daae342cd19f]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 17:45:43 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4cb4f5a4ef6bc76b77a21fd8aaf949ec504fad5]

        INTEGRATION: CWS ooo19126 (1.3.494); FILE MERGED 2005/09/05 17:35:32 rt 1.3.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a846718fdad0e6b9fa0e33fc468d7371a9e9ae1]

        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>  [f59e20d6c8a590e7f218a62f54c286bf646bbda7]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:45:43 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c81525cc5f3f7629b6b5b63fdd8aa0637dcd035]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:35:32 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9d0be6941457a85bb0a5ec8edd4917a646e0df4]

        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>  [f055385741bcc171f507e2028d6249e6aa0c37fc]

        INTEGRATION: CWS ooo19126 (1.10.66); FILE MERGED 2005/09/05 17:45:43 rt 1.10.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43882362d184af36111647566fc2d7ba9d403d37]

        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>  [611366b616fb9b0e14b5090588abc20f52d11e6a]

        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>  [9d1daf52a5e7505869fb337f7c50ef4bad1d0f91]

        INTEGRATION: CWS ooo19126 (1.4.308); FILE MERGED 2005/09/05 17:45:43 rt 1.4.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d20a02d1b8a827f4657bd30e4128e1236bc6aa21]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 17:35:32 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7ced723d0fdab0520a0d353953b289c187056cd]

        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>  [70458129f98ede6db6d27782c95b3d221ee57892]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:43 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31f721ee696fc68576d4408d695b8810dc3cbd60]

        INTEGRATION: CWS ooo19126 (1.4.476); FILE MERGED 2005/09/05 17:35:32 rt 1.4.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc1ee58afb6f2ce8eff61783c1a48c12e6535cde]

        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>  [4d5397f4249c847154ab2f5c11828a21051d4e89]

        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>  [389eaa63d90c2981c781f650329ae000f051b09d]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:42 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13c6d6b42f4b610cd0cfa2fe2a0f5bb13d89e73e]

        INTEGRATION: CWS ooo19126 (1.3.476); FILE MERGED 2005/09/05 17:35:31 rt 1.3.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d872be58725ccc83d1d1dde376296a55621cc0fe]

        INTEGRATION: CWS ooo19126 (1.3.416); FILE MERGED 2005/09/05 17:45:42 rt 1.3.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0212e8cc8e5989fa5dd150972611c97c4c674a3]

        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>  [b04d133f717d05954bf323f676a83248aca5e046]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:45:42 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f904ae96448574974d5f27f11d526f44d399d872]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 17:35:31 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [780e80c5e36ec200ec8c201577fdb154d29a94c9]

        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>  [16bc0236f02557f6a920596a74ffa3c967c0d839]

        INTEGRATION: CWS ooo19126 (1.74.80); FILE MERGED 2005/09/05 17:35:31 rt 1.74.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ea06870c8316477aef1745fde1450b46b6ebf74]

        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>  [85dfbbe9647cf9172aa190779e452eb24af47cf4]

        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>  [062271abbe563c80b52dbce47d27d4f7e1474c0f]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 17:35:30 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5e9c03e7abe1810f9206f97d2d1b04c744c6249]

        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>  [2ddbd6b8c8ea2f8902569fc233de68f8a9ccdccd]

        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>  [273a3dd364bcafdb547af41d76bc23f83c5e3a5c]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:45:41 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d949535bb544fa8d236d30beccd4ce98fdb49010]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:35:30 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c585e940983c3ced650c967f80b48bf7c7e5653]

        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>  [2e3de6328b98f703ad44dfc977656cd9d5183ead]

        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>  [062ed59d5cbaf90da47554acce29f92d6a3fc120]

        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>  [bd0b109ab1329dbcb5950abdcc5af48d89f025c9]

        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>  [bf988a57fa9d46293aec8314b9ab28fd7d1db699]

        INTEGRATION: CWS ooo19126 (1.1.508); FILE MERGED 2005/09/05 17:35:30 rt 1.1.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3881e2c1af4c08bab2877900efec6550a36f2254]

        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>  [b3ac26e7e92f8d247a8ed4a7f93be1a60c89b645]

        INTEGRATION: CWS ooo19126 (1.3.494); FILE MERGED 2005/09/05 17:35:29 rt 1.3.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9b6b4aa679073ee41fe1b530c997128af252cbc]

        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>  [32b4ac8cfdd90e7a70e5876d10fc5237fce141f4]

        INTEGRATION: CWS ooo19126 (1.2.494); FILE MERGED 2005/09/05 17:35:29 rt 1.2.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [689e493fb962f6b9df9e3b6ed426c4c4808f6bf7]

        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>  [49be42cc26b8739b1f7306ae26e1de308841f23f]

        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>  [30fbbfafc1163b3cf984469124b91eccd03c8499]

        INTEGRATION: CWS ooo19126 (1.5.472); FILE MERGED 2005/09/05 17:35:29 rt 1.5.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62a200a8ffbd1e091ba4b26d4fce0c90e9e23e58]

        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>  [1ec6a625eae6488c59e9897e6099fc5f375b1867]

        INTEGRATION: CWS ooo19126 (1.14.292); FILE MERGED 2005/09/05 17:35:29 rt 1.14.292.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05d26023a710ed67b7ee1749ede55165ed24aea9]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 17:45:40 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9175c5db4cc265e89e00fb96d372eb103ce4ef8c]

        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>  [4c956470550d8b9f90f23a3fb3482a2f389cf289]

        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>  [420070e779ffa77f7f9f8ed56dc16b99890d5ce9]

        INTEGRATION: CWS ooo19126 (1.5.480); FILE MERGED 2005/09/05 17:35:29 rt 1.5.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a41b8fb0baf3983d408f873dce37e7734e25e593]

        INTEGRATION: CWS ooo19126 (1.6.480); FILE MERGED 2005/09/05 17:35:28 rt 1.6.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d088c3b925910c8e1ed8d8ad588dcfc684ca7bca]

        INTEGRATION: CWS ooo19126 (1.3.416); FILE MERGED 2005/09/05 17:45:40 rt 1.3.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8998b404d3059609e5f66c1120e49fd6802579a3]

        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>  [8fe19060506bf13d8a30e90a854d942952d65881]

        INTEGRATION: CWS ooo19126 (1.11.82); FILE MERGED 2005/09/05 18:49:17 rt 1.11.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52c1c45c07fda4d71749e54a1b95036bed902667]

        INTEGRATION: CWS ooo19126 (1.2.508); FILE MERGED 2005/09/05 17:35:27 rt 1.2.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [244594f4ceb2b5625435b7692ab5ef490073b41c]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 18:49:17 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dcba99590d44ccd3f1f9d4235d85dcb833f9433]

        INTEGRATION: CWS ooo19126 (1.3.480); FILE MERGED 2005/09/05 17:35:27 rt 1.3.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4c133ab84ecabb127ba7fb2e01955ecc44d3331]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:40 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa5536838dbebdbdc07c971222b5006d373ac5b6]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 18:49:17 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1d02ce3eb999ed57f602074e92f9c9cf802f4d4]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 18:49:16 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2829020c3756dfd4471d81ea2c0cdec54de4f2d3]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:39 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daea99b65017718c2c4a070bd18657c68610bf83]

        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>  [4958348708e52bf1276961c3bca6e1d91da5119e]

        INTEGRATION: CWS ooo19126 (1.50.194); FILE MERGED 2005/09/05 17:35:26 rt 1.50.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d398c76bc191f9d2012cb768d5e56ead247b2ea0]

        INTEGRATION: CWS ooo19126 (1.22.82); FILE MERGED 2005/09/05 18:49:16 rt 1.22.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66fba34d0bbdd63a714cb89d45f81fec7a75cc16]

        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>  [73384ef05af299dff6f2c830c550699b7ff84839]

        INTEGRATION: CWS ooo19126 (1.8.478); FILE MERGED 2005/09/05 17:35:26 rt 1.8.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f29f38c491fedb3006ee6445f781f22eaeb1148]

        INTEGRATION: CWS ooo19126 (1.18.14); FILE MERGED 2005/09/05 18:49:16 rt 1.18.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da5c9f4581557b4e3b9a0bbffd1129750d88771c]

        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>  [e1520de419fa3c5b80c5fc30b4fed56c9d8789fd]

        INTEGRATION: CWS ooo19126 (1.15.96); FILE MERGED 2005/09/05 17:35:25 rt 1.15.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2826ca7285a4c1d20dc8f34696a5c9744a1251a2]

        INTEGRATION: CWS ooo19126 (1.42.2); FILE MERGED 2005/09/05 18:49:16 rt 1.42.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2431ac913f90b0966af71cd96560c333f8e71ca]

        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>  [aa9e37b6daf5aa30e70032982fe1b66775823d28]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:39 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6754dca72eb5a057cb46f38b81e4573dc56dba6]

        INTEGRATION: CWS ooo19126 (1.3.218); FILE MERGED 2005/09/05 18:49:15 rt 1.3.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0afefac682a1e8b557e9e6117e3eb38550783239]

        INTEGRATION: CWS ooo19126 (1.33.96); FILE MERGED 2005/09/05 17:35:25 rt 1.33.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d2a56c1a2bd108362c5ebd3249c712f346880d1]

        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>  [607a797f5d288e0f2d77bce96438d2d72ba3688a]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:38 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e119ba1239fe9c740d3bbc685530c5005126f5]

        INTEGRATION: CWS ooo19126 (1.4.218); FILE MERGED 2005/09/05 18:49:15 rt 1.4.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dd665815324ef5309e96f1fbe9d7c2d3f93d544]

        INTEGRATION: CWS ooo19126 (1.8.262); FILE MERGED 2005/09/05 17:35:25 rt 1.8.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02262577145e84e67c8a1611e137c6d008651442]

        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>  [e9128e99acc2b91b1477d562977ada982659b34c]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 18:49:15 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04990d9a3f775d2e9241543dcab2864d86e5c22d]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:35:24 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ecc2384a7f9adc525af6263dea40618e8da8ee4]

        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>  [52c0cb1be47d8893b92e50d2cbd13697a7aaa59c]

        INTEGRATION: CWS ooo19126 (1.9.218); FILE MERGED 2005/09/05 18:49:15 rt 1.9.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cbcd155ec177ff986873d6ab6ebd76605a05b91]

        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>  [2127c9282dfc6abcded3a63c64359e5a0405f249]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:35:23 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f887cdac0454225235f6d270ccb40bd3659bf48]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 17:45:38 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13665070218554d514144389b6fb0f74faa1a340]

        INTEGRATION: CWS ooo19126 (1.75.2); FILE MERGED 2005/09/05 18:49:15 rt 1.75.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0c38b746b5efe759c11e301129560ea119d21b3]

        INTEGRATION: CWS ooo19126 (1.7.480); FILE MERGED 2005/09/05 17:35:23 rt 1.7.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6492c83ba853428440cb969ba2175930f0528f18]

        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>  [77d5efc539f68345d9ecebba82555b814559796d]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:45:38 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ade11a9c306319e4954cdd48fa74e0e7b0137d78]

        INTEGRATION: CWS ooo19126 (1.13.14); FILE MERGED 2005/09/05 18:49:15 rt 1.13.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [050b8a1b2dd36e7c16cb0ece9de1a13d3e484d32]

        INTEGRATION: CWS ooo19126 (1.1.508); FILE MERGED 2005/09/05 17:35:23 rt 1.1.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e100eaa7bc32611aec674c6cf559db79de08872]

        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>  [860b3f49108b9d02234d1cbae257efa60f209fae]

        INTEGRATION: CWS ooo19126 (1.3.416); FILE MERGED 2005/09/05 17:45:37 rt 1.3.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f1c9b35988da5fa92c1e14346d1e5d93ade55b1]

        INTEGRATION: CWS ooo19126 (1.26.14); FILE MERGED 2005/09/05 18:49:14 rt 1.26.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86d28811831c584cb439019de47aa00dacf0995e]

        INTEGRATION: CWS ooo19126 (1.18.146); FILE MERGED 2005/09/05 17:35:22 rt 1.18.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bed6e44147b1f29c62f808094de60f79eb2833f]

        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>  [8d0f47052f695401df9abfda5abbf71ca985e7b3]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:35:22 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af2131d3dd3061d1727fbd29ce7f6c3c35d36c47]

        INTEGRATION: CWS ooo19126 (1.13.218); FILE MERGED 2005/09/05 18:49:14 rt 1.13.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3289ecbc8bf9ee040c7fac61aaf5116841d5659]

        INTEGRATION: CWS ooo19126 (1.99.14); FILE MERGED 2005/09/05 18:49:14 rt 1.99.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d52f913a0d80b26469006f9cc022f85e2714fdc7]

        INTEGRATION: CWS ooo19126 (1.14.104); FILE MERGED 2005/09/05 17:35:22 rt 1.14.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cbf296918508c4c55b9e0b5c11d8356f98c3f9d]

        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>  [e3e6ce0c77ba39045420bc6c90bfffb56389fb2e]

        INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 18:49:14 rt 1.6.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1581c331a0112267de1f03d31f65c911a4b0b61]

        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>  [2a963019eb1da0f051d0658f3f7227c10eff4385]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:36 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92516b24201d756416229bdc1c150600d9f68a88]

        INTEGRATION: CWS ooo19126 (1.15.114); FILE MERGED 2005/09/05 18:49:13 rt 1.15.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0504fee0abb9dcc8cb37d0b1cea20e26a1c45693]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:35:21 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00a799038580da46a0b2d3f2bf8138308086634a]

        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>  [65ef5908d1f429bed1fd9a692036e26b33a88131]

        INTEGRATION: CWS ooo19126 (1.35.216); FILE MERGED 2005/09/05 18:49:13 rt 1.35.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8614a740155af871ee4dca8b891fd643ae5cbbb0]

        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>  [ef9c454a864a5fc4be1ae169662b6baeba56d1a3]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:36 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [931a52ac6d9241c1a871c6d424e17c347f4ccdea]

        INTEGRATION: CWS ooo19126 (1.23.50); FILE MERGED 2005/09/05 17:35:21 rt 1.23.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43ada8c9a0cce328c26c6f3d84c368eb7aa6a054]

        INTEGRATION: CWS ooo19126 (1.42.24); FILE MERGED 2005/09/05 18:49:13 rt 1.42.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27deb9cd2396ed1868ca25cb1dbe09f2f95d9006]

        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>  [9de4681d82f4cd0f5906539863ba79bea275c8e3]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:35 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d08ed4f985e7b599c89149c0faf44db9d5992cba]

        INTEGRATION: CWS ooo19126 (1.11.220); FILE MERGED 2005/09/05 18:49:13 rt 1.11.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a652e459256b5cec8ea7e73c2a9e7b2f01a32ddb]

        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>  [29e5b3681be0f93307d9e45f37d4100222180c23]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:34 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a62db0148e650188961f5305912058f22c432221]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 18:49:12 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1b852e276f2f4fee7c636557f9318cf30f4c50b]

        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>  [5750e33f56ca2d55b15df13acf1c70b13003f11b]

        INTEGRATION: CWS ooo19126 (1.15.80); FILE MERGED 2005/09/05 17:35:19 rt 1.15.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [398da55998eda8367b7937a15813b0f5db0dcfec]

        INTEGRATION: CWS ooo19126 (1.9.24); FILE MERGED 2005/09/05 18:49:12 rt 1.9.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d21fb0acb20f3a6476ee821a2bed6cfbaf51fa7]

        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>  [b2a341843da4d2d0a149e93518f75699d53f55e0]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/05 17:35:19 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [968a6cd58e2a0e8e5b71ddf22950b18f4a603cac]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 18:49:12 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [422e159f8ea59381dfca5be984f58fb671049e53]

        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>  [74d6023cbad4de23687110f01552ea2b7dcc273a]

        INTEGRATION: CWS ooo19126 (1.25.114); FILE MERGED 2005/09/05 17:35:19 rt 1.25.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38264b8581294717b3e0fd66805424d0d5baf76e]

        INTEGRATION: CWS ooo19126 (1.1.226); FILE MERGED 2005/09/05 18:49:12 rt 1.1.226.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32aa06c61f2ddfaecf0c03bb6a2274ad20a3b1ca]

        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>  [107c9a8bcd0a3b8d456b28da38c3db5c15d4a23b]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:33 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36d5880dc7e3ce35ed4d5076609e57d4f9185cbe]

        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>  [33f31940c472e785c3e30856e35a467b9d550a76]

        INTEGRATION: CWS ooo19126 (1.4.218); FILE MERGED 2005/09/05 18:49:12 rt 1.4.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a57d746e0b606c3d33696812bd61941e1c2c8c58]

        INTEGRATION: CWS ooo19126 (1.67.114); FILE MERGED 2005/09/05 17:35:18 rt 1.67.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3b967f24c3f23ba36d7ee3eb2b8d694d13ff9ed]

        INTEGRATION: CWS ooo19126 (1.6.218); FILE MERGED 2005/09/05 18:49:12 rt 1.6.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a31b5a7f6f415d89280c9a8ecc5fbeaa615827c]

        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>  [7d902fe0c53b1ec2b9ffb01d4aa9e86ef176caf5]

        INTEGRATION: CWS ooo19126 (1.6.114); FILE MERGED 2005/09/05 17:35:17 rt 1.6.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd8a6c0af7e9f898fd19b00e959ea9c556462712]

        INTEGRATION: CWS ooo19126 (1.3.182); FILE MERGED 2005/09/05 18:49:11 rt 1.3.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77bc37a3ec19d5e938087c106a64c1b55ad28864]

        INTEGRATION: CWS ooo19126 (1.6.142); FILE MERGED 2005/09/05 17:35:17 rt 1.6.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7501b85c25d20c85c0d5f7a9758bd312aff6c93a]

        INTEGRATION: CWS ooo19126 (1.11.114); FILE MERGED 2005/09/05 18:49:11 rt 1.11.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97bce5d170a2224c331f8007ec302b370ecdb78d]

        INTEGRATION: CWS ooo19126 (1.3.416); FILE MERGED 2005/09/05 17:45:32 rt 1.3.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8619d0dbca73b37524420d561c851b01fa1262c]

        INTEGRATION: CWS ooo19126 (1.8.182); FILE MERGED 2005/09/05 18:49:11 rt 1.8.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebdb674fe82fa5bb22d51fd766a5e9be567cdd3a]

        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>  [87024454f507df109e7fb334d27a2b0473c0b3a2]

        INTEGRATION: CWS ooo19126 (1.3.340); FILE MERGED 2005/09/05 17:45:32 rt 1.3.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62093e27da6421ba54488b41fd3f2e227402e785]

        INTEGRATION: CWS ooo19126 (1.19.182); FILE MERGED 2005/09/05 18:49:11 rt 1.19.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b0b8f4234068a1d7cf15419c84db03e9049c5de]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:35:16 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [909ecde5f9cd56f53a1644d0c857d6fd2300bab4]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 17:45:32 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe10fd1dfcbaf93e62f8505ee0bdc6d8db077c9f]

        INTEGRATION: CWS ooo19126 (1.42.194); FILE MERGED 2005/09/05 17:35:16 rt 1.42.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a96bf89e7ff7381709a0a6cc90fac885e7e4da80]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:32 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c6edf0f2ad0c61c9feb3e7daecdb6493bd28a57]

        INTEGRATION: CWS ooo19126 (1.10.114); FILE MERGED 2005/09/05 18:49:10 rt 1.10.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d1a62de6064db593a147dba89d06e4c1eefeb60]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 17:35:15 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dee7244919adeb592123a9a107f3b734c8a27e72]

        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>  [8053f8641984e2c133bf5d0162e35e8de7327881]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:45:31 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d6256fa123b8287f0c18e621c1455dc8757b474]

        INTEGRATION: CWS ooo19126 (1.12.218); FILE MERGED 2005/09/05 18:49:10 rt 1.12.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba4573a7b22177775e907a5b08c23b2f5a723c8c]

        INTEGRATION: CWS ooo19126 (1.20.204); FILE MERGED 2005/09/05 17:35:15 rt 1.20.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cc40bfc94400ad2ff7e85de77245fe182c4a7a0]

        INTEGRATION: CWS ooo19126 (1.3.416); FILE MERGED 2005/09/05 17:45:31 rt 1.3.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [696df28c103e3f214a66a14f2758257768f053bf]

        INTEGRATION: CWS ooo19126 (1.17.218); FILE MERGED 2005/09/05 18:49:10 rt 1.17.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92527671e922b6bb309e445bad66a7499623a247]

        INTEGRATION: CWS ooo19126 (1.15.204); FILE MERGED 2005/09/05 17:35:15 rt 1.15.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0964b60ecd05e6dd671cbd4aa65802b7b66cd252]

        INTEGRATION: CWS ooo19126 (1.3.500); FILE MERGED 2005/09/05 17:35:14 rt 1.3.500.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f827e767daf20113bf84ddf1b495f5aa1cfb8d50]

        INTEGRATION: CWS ooo19126 (1.39.142); FILE MERGED 2005/09/05 17:35:14 rt 1.39.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4297a585b39736869e15663eab4b9bd7909cdf6a]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:45:30 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82a79c32899955ad86000f05fdcc8da03b30bf24]

        INTEGRATION: CWS ooo19126 (1.8.30); FILE MERGED 2005/09/05 18:49:09 rt 1.8.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4b983ee8d76ed3a0b3b05248f04b086d5e39807]

        INTEGRATION: CWS ooo19126 (1.15.194); FILE MERGED 2005/09/05 17:35:14 rt 1.15.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a49956be4385179b44b9d1adb808b070049a3b58]

        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>  [edaaed5de1036190759e15321c7dbdfe6ea87718]

        INTEGRATION: CWS ooo19126 (1.18.14); FILE MERGED 2005/09/05 18:49:09 rt 1.18.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb69d4e23908d4f99dc57fb45cb02e917472b3fa]

        INTEGRATION: CWS ooo19126 (1.23.204); FILE MERGED 2005/09/05 17:35:13 rt 1.23.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [caab4d43d891e7e1ec7a0171767b880af2e1a161]

        INTEGRATION: CWS ooo19126 (1.3.82); FILE MERGED 2005/09/05 18:49:08 rt 1.3.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1affcb4559a14f20c07686788af624562f041cee]

        INTEGRATION: CWS ooo19126 (1.56.104); FILE MERGED 2005/09/05 17:35:13 rt 1.56.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e30589bb44148706a5146bde57dde0af580ee37b]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 18:49:08 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [098063313f0347cce68fc712b92ac33bef6f79b2]

        INTEGRATION: CWS ooo19126 (1.3.398); FILE MERGED 2005/09/05 17:35:12 rt 1.3.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9beb06e7c5372f50532515f363ea1c655f55500]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 18:49:08 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1661be336208e55117936dcc2576d783bb28514d]

        INTEGRATION: CWS ooo19126 (1.25.82); FILE MERGED 2005/09/05 17:35:12 rt 1.25.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc6299afccfa2397aaf6edd9a89315418b5e184b]

        INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED 2005/09/05 18:49:08 rt 1.8.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf5ec53b6a765ecc6bcc9c213b267e956407c34d]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 17:35:11 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b7006c6435e5ed59a2201383ba68dd6dcf0d506]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:45:28 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271d416fae9a181d46fcc88fd91780790c34af89]

        INTEGRATION: CWS ooo19126 (1.10.14); FILE MERGED 2005/09/05 18:49:08 rt 1.10.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a6ecba791c190babb9bdd740b570d9ea6b31f7e]

        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>  [39d3d7d0a73460f8a2f402f6a4c631354b30daa2]

        INTEGRATION: CWS ooo19126 (1.14.204); FILE MERGED 2005/09/05 17:35:11 rt 1.14.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e10fbe1d79d342526451f6addce2aca0abb9f677]

        INTEGRATION: CWS ooo19126 (1.20.54); FILE MERGED 2005/09/05 17:45:27 rt 1.20.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06194fb36243b9a359904468524e0a6288eb4bfd]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 18:49:08 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [382a8f8e77709d6324f434a66b96894260bd6810]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 17:35:11 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c72a6d696612e63919d1b0aae65a7bafce103b51]

        INTEGRATION: CWS ooo19126 (1.4.184); FILE MERGED 2005/09/05 17:45:27 rt 1.4.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba3f57891645b20bab4cc0667a87c163183097b3]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 18:49:07 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f135ae07f19cb32f3996b75c717bd624e8a54c2]

        INTEGRATION: CWS ooo19126 (1.18.204); FILE MERGED 2005/09/05 17:35:10 rt 1.18.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebcb6f81e76f26cd6fde41605570da312d74ed31]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:45:27 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e360182520d95366344620a9e35140d8f541e5e]

        INTEGRATION: CWS ooo19126 (1.24.152); FILE MERGED 2005/09/05 17:35:10 rt 1.24.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88132aff402914b9477304e7745fc96c0ed7c53e]

        INTEGRATION: CWS ooo19126 (1.7.120); FILE MERGED 2005/09/05 17:45:26 rt 1.7.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2297e4aabfc9007728dc4184206f4bf55cbbf42]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 18:49:07 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b74f4bdd196484ec817a0a44fa710a92124ba26]

        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>  [98e77c6ee8ae67f68cdaffb33d7742540672f78e]

        INTEGRATION: CWS ooo19126 (1.4.434); FILE MERGED 2005/09/05 17:35:03 rt 1.4.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64e1ef3dab9acad78dd28210b05bc2e332b266b5]

        INTEGRATION: CWS ooo19126 (1.6.332); FILE MERGED 2005/09/05 17:45:26 rt 1.6.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d9315957e8862f1433c839cd216cbf9b1fa7f39]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 18:49:07 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52b2c7557f391fdfa8922e1028fd715847785575]

        INTEGRATION: CWS ooo19126 (1.60.46); FILE MERGED 2005/09/05 17:35:03 rt 1.60.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dadb2749544dd71e1eb1f47f663ea712bdadb819]

        INTEGRATION: CWS ooo19126 (1.19.116); FILE MERGED 2005/09/05 17:45:26 rt 1.19.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c1570fbd0d623ed8bccd2bc31797a1b5a9081de]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 18:49:07 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a82f4b2200ac79d2dc252e3051b38edd29a2c888]

        INTEGRATION: CWS ooo19126 (1.9.98); FILE MERGED 2005/09/05 17:35:02 rt 1.9.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd729930122539e01b63575ff04d300624714242]

        INTEGRATION: CWS ooo19126 (1.12.172); FILE MERGED 2005/09/05 17:45:26 rt 1.12.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f9657716a8064c9aa585f7b6c6acb00d437e16b]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 18:49:06 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59d336409ae84d712c0456b39fe719250df024e0]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:35:02 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [073d94d0ef91810de491cd7ca37eca9a200c62f3]

        INTEGRATION: CWS ooo19126 (1.2.412); FILE MERGED 2005/09/05 17:45:25 rt 1.2.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f90d66b50aa55e4a14177ae903f71fc81ad6ace]

        INTEGRATION: CWS ooo19126 (1.3.216); FILE MERGED 2005/09/05 18:49:06 rt 1.3.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ad2182b018207edd3c96b313d06b0860b12c81f]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:35:02 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f81cdd8acd842d00f07465dc93fb388aad87b3be]

        INTEGRATION: CWS ooo19126 (1.5.412); FILE MERGED 2005/09/05 17:45:25 rt 1.5.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd4f12ce13a80806b222be5408ef18a05124ade6]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 18:49:06 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cbdd5599d8267f49631a89eea3254f5b623ae82]

        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>  [fd2f9ff4abe138b2f423543bc39b9f714f96594d]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 17:35:02 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2afc26c05691819e3ea4c135cfd7afa0b065f491]

        INTEGRATION: CWS ooo19126 (1.2.432); FILE MERGED 2005/09/05 17:45:24 rt 1.2.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [347a9712b1d4545981ff150251efef963c7c8cbe]

        INTEGRATION: CWS ooo19126 (1.2.440); FILE MERGED 2005/09/05 17:45:24 rt 1.2.440.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb583c4b333b89363fa2bc7ffefaa962cc5e7870]

        INTEGRATION: CWS ooo19126 (1.13.142); FILE MERGED 2005/09/05 17:35:01 rt 1.13.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6254303467a1f46a67bc1c66e55b0eeff70f0fb]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 18:49:05 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78216823b0123239c469ccd7b5e1c72cc76eb212]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:45:24 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc1fedd42c5cc66039d251dbb230fd8fce4f78b7]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:35:01 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e924c587716185950a26e373dbfd882a299057ca]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 18:49:05 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a77971298aba5641c495c5ed939cad7fff25134]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:45:24 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fb78b340b72f4416c2f4dc5acf2dd67c55bcd4f]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 17:35:01 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09eb3f371a290fa2c7ca6aec69e48d2879354c89]

        INTEGRATION: CWS ooo19126 (1.5.218); FILE MERGED 2005/09/05 18:49:05 rt 1.5.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67ea91260c82c59bc59504e2e03f1ff1a236ddfd]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 17:45:23 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6c34398ec4dfce2d55c5b65cb3ddfad9c93a5b6]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 17:35:01 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f7bc19ca28f5db26dac27d21c895e27aba4fcf8]

        INTEGRATION: CWS ooo19126 (1.6.218); FILE MERGED 2005/09/05 18:49:05 rt 1.6.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a48bbc9c9aebfd971f4fe1fdcd0a015823b81bd]

        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>  [e6f5cfe9930845a539ad9dbce4b6d5254b30c76e]

        INTEGRATION: CWS ooo19126 (1.21.74); FILE MERGED 2005/09/05 17:45:23 rt 1.21.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ab067762f31353275b6db5c0b425e9c22ab45e5]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 17:35:00 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [496063dacaa482a0db171b02e56e13aef604b429]

        INTEGRATION: CWS ooo19126 (1.7.218); FILE MERGED 2005/09/05 18:49:05 rt 1.7.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dfb1583d7b8c585604006f2aa490526c80de583]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 17:45:23 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f43e3efdce8beb8123ecce4935768619c7623069]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 18:49:05 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12abb16f6efc9e3f5ea80ea1ed29dd80806162b2]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:35:00 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14ae7f837868d885ea4dd6fb20accd2eec9823af]

        INTEGRATION: CWS ooo19126 (1.9.18); FILE MERGED 2005/09/05 18:49:04 rt 1.9.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59924bd782a134c8d6aa8e9389069fbf7cc9bc64]

        INTEGRATION: CWS ooo19126 (1.8.70); FILE MERGED 2005/09/05 17:45:22 rt 1.8.70.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4b897a8241034d8275a00df51a6392a48699a1a]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 18:49:04 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eff6373015ea734353dffec3c5b260142af7670]

        INTEGRATION: CWS ooo19126 (1.23.204); FILE MERGED 2005/09/05 17:35:00 rt 1.23.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd9c8618e4024925753b311f29122afe0b748afb]

        INTEGRATION: CWS ooo19126 (1.2.438); FILE MERGED 2005/09/05 17:45:22 rt 1.2.438.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4d315e47bf7bc3902b1de75da240d190acc5265]

        INTEGRATION: CWS ooo19126 (1.1.494); FILE MERGED 2005/09/05 17:34:59 rt 1.1.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33b58c1763ac52c06393287a0951c48b43f66a6f]

        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>  [3e0db2f87fb838e3fe3d8bfced003339c6649be5]

        INTEGRATION: CWS ooo19126 (1.2.230); FILE MERGED 2005/09/05 18:49:04 rt 1.2.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ee2c7313d8c77fc675c7787eb98824f0169520a]

        INTEGRATION: CWS ooo19126 (1.7.120); FILE MERGED 2005/09/05 17:45:22 rt 1.7.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdb10f4973e831cf186548ead1c2ac46b696bb43]

        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>  [41ff6c7a3f5593a366c5491394e5ebaccb753179]

        INTEGRATION: CWS ooo19126 (1.5.494); FILE MERGED 2005/09/05 17:34:59 rt 1.5.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee85f348301d07b56318b3787b3ff66e90af74ba]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:45:22 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff3a33b805efc524b386ac44ad83d18decbc5485]

        INTEGRATION: CWS ooo19126 (1.7.146); FILE MERGED 2005/09/05 17:34:59 rt 1.7.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d43d2f7c1d0be3200edac15bf6f7b22dc7587300]

        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>  [069eca458054083a1fc307702679cc0f97fc27fa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:45:22 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a89a6714a0872199ad087d1c4c4635cd55309922]

        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>  [713c88508647e26f9b7bf033d406337fc710a0a3]

        INTEGRATION: CWS ooo19126 (1.12.146); FILE MERGED 2005/09/05 17:34:59 rt 1.12.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd503fdcf7c2b7d1691d56bab98100426afd4a0d]

        INTEGRATION: CWS ooo19126 (1.6.136); FILE MERGED 2005/09/05 17:45:21 rt 1.6.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4e54b1d483d7ba042ec0987da8af6cc70f15a96]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 18:49:03 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6d8f334f151f9a3ca84e8e12c97f108af8a0d36]

        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>  [f54d2d02b9b20cf8528f4ced0b208b3bba37680a]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 17:45:21 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27708616a7354353b50456b2a83dd33007cc4c50]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 18:49:03 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04cca0d62b1870a45a28310ed4b6458b7ffe9e17]

        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>  [7733ffc724d8d47c5f29474b95d51a81ee83f22e]

        INTEGRATION: CWS ooo19126 (1.31.112); FILE MERGED 2005/09/05 17:34:58 rt 1.31.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [609a59ff632f59b13095a2eb014a6db875a8a003]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 17:45:21 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [087a2a4a95a941ddd572413c2bda3f9c159e0374]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 18:49:02 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [185cd7b1e10ee77944cc711e6d234af1f892c6bd]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:34:58 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec537f41d14853df235f198d08e6f32724cfd20d]

        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>  [d556b16b8d5daf9f8e18797bb1630f775e47e7dd]

        INTEGRATION: CWS ooo19126 (1.33.18); FILE MERGED 2005/09/05 17:45:20 rt 1.33.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efad4763fd98b0d28c6cf55f778920168d2e2ca6]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 18:49:02 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03c6782958023b4f182f648ff61fc5aa23c38463]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:34:57 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [639e7338428d2527b51abec683ef9288b04e01ba]

        INTEGRATION: CWS ooo19126 (1.15.138); FILE MERGED 2005/09/05 17:45:20 rt 1.15.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2734aa24f3ed26bc8a4fb86cfacf9f60b5897494]

        INTEGRATION: CWS ooo19126 (1.34.2); FILE MERGED 2005/09/05 18:49:02 rt 1.34.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af8427a954e0f2fe866bf6581f8917e8e39fcd93]

        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>  [2c265d55dabc72a22dc5443e2073ff95baf4aaa0]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:34:57 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5b7e9d9b2ee820f00a731f9cbea8044e931beaf]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:20 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90076073d16f3ba875a5b777cb42082117edd1fc]

        INTEGRATION: CWS ooo19126 (1.15.218); FILE MERGED 2005/09/05 18:49:02 rt 1.15.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f056e764268e40ee257f76346b39a46c17f3c06]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:34:57 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [deddf933bfc8b436f1ff5bf1bcf84c82d4f4b250]

        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>  [f9c67317d3093030fcb3960c1eceeeb189c5a796]

        INTEGRATION: CWS ooo19126 (1.38.14); FILE MERGED 2005/09/05 18:49:01 rt 1.38.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [870b6a48d766ffe3cf737612f4cf06f64a662a7c]

        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>  [05a7ab0e64f49a1d6685f18ca4c08eab21dfc43d]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:34:57 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [782ac2b6591752c722634e9473866a052d5893e6]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:45:19 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e024fa382a9069d963cc162cc86f36e169eaa5a8]

        INTEGRATION: CWS ooo19126 (1.22.216); FILE MERGED 2005/09/05 18:49:01 rt 1.22.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35f3c8599d8e45c5c6fe8c40573898a44f13800a]

        INTEGRATION: CWS ooo19126 (1.3.58); FILE MERGED 2005/09/05 17:45:19 rt 1.3.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30cdccfa24bab8e97051483ca11b9eb3823af1be]

        INTEGRATION: CWS ooo19126 (1.7.204); FILE MERGED 2005/09/05 17:34:56 rt 1.7.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e60705e35f397b8fb353e39e5634235cab3aa1cd]

        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>  [1f06d8b9a9a76f9072670c7649498a3feb3ef07a]

        INTEGRATION: CWS ooo19126 (1.20.24); FILE MERGED 2005/09/05 18:49:01 rt 1.20.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4262a7546f674fb35b9645ec9a0da28f5a8e62f7]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 17:45:18 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b4ad55d9c017dd6281996c3c11c3a683251c304]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:34:56 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f51956aa086e61bcedebb6061be3d6fd70a39942]

        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>  [f7aef4b370c88ab6cf8b55edb4192e8c374841ab]

        INTEGRATION: CWS ooo19126 (1.9.220); FILE MERGED 2005/09/05 18:49:01 rt 1.9.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83d00740012761497de21d61710ba075ca5bfb95]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:34:56 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ea976f66f3681f9cc877be2d83a42a92cbf072c]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 17:45:18 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba13329025873da4a0cbfdb0731309f2a862e771]

        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>  [1231d23e17430db7144b84fe31989e95fc9329e9]

        INTEGRATION: CWS ooo19126 (1.3.182); FILE MERGED 2005/09/05 18:49:01 rt 1.3.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9f500fccb4cb238056d8aeccf9023afd21f51f0]

        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>  [369f143364043dfeafa4b5cf16a38b91ecd284e8]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:45:18 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c47364de2c735beb0c436c820d5c990cf1852674]

        INTEGRATION: CWS ooo19126 (1.4.220); FILE MERGED 2005/09/05 18:49:00 rt 1.4.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd5decd1aed679f56cf5617d374bf6f8ebede18c]

        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>  [092f0b8509f9d03ff9d9691594e73123cce1b977]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:45:17 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc0ff717518dfa9f7cf99c815a3dc6f4c926c28b]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:34:54 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0c50ae2cb5d281413994eeba40f2114fd263efe]

        INTEGRATION: CWS ooo19126 (1.10.218); FILE MERGED 2005/09/05 18:49:00 rt 1.10.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dc6d1aa374947587f68c1395d2ae248c000a954]

        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>  [d99d118dd621b10a9ddc578d1836a3939f8e47a7]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 17:34:54 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfcb240f052044df31142e7482fa455ede5839d5]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 18:49:00 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80d9f9d5997d41ea5c2e96b19dc0b11e5c3535c1]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 17:45:17 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a866249d5582a329158da01c76a138021e7a3270]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:34:54 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0414ee044227b34d267cfbf5bdb007b9d68dad90]

        INTEGRATION: CWS ooo19126 (1.6.168); FILE MERGED 2005/09/05 18:49:00 rt 1.6.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a98900134f0d6c9bb7d25c0ea147a060c3eca433]

        INTEGRATION: CWS ooo19126 (1.6.172); FILE MERGED 2005/09/05 17:45:17 rt 1.6.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a7dc35c67610ea4cb1695af4959b4799d95cfd4]

        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>  [6f3ceb7e625c6802241a7a82bca00a89564290bf]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:34:53 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20fe0d0cf9288f382f15b2323855f7605d5d1e67]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 18:49:00 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0ea7efc6f75d168175fb711d33cb5bfa08fedfc]

        INTEGRATION: CWS ooo19126 (1.8.96); FILE MERGED 2005/09/05 17:45:16 rt 1.8.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe09a32f8a6fd302dc02ec2fe37bf6e4861cfb69]

        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>  [f8254cb8a31c68db0f50722c72f98699515c6dcf]

        INTEGRATION: CWS ooo19126 (1.9.434); FILE MERGED 2005/09/05 17:34:53 rt 1.9.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d481cc7056ed554ba750a046bc8ed05d47fa7515]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 18:48:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [685fbf74fc8ceec8a70726a28be3afd99f17199f]

        INTEGRATION: CWS ooo19126 (1.6.96); FILE MERGED 2005/09/05 17:45:16 rt 1.6.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fa87e25cafc153c0b0575959406148a6592e4ab]

        INTEGRATION: CWS ooo19126 (1.4.434); FILE MERGED 2005/09/05 17:34:53 rt 1.4.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2efd0b64c510958221815c6ed7a863b9f9451ebd]

        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>  [3a0c647fa7f2bbdb6945d9acd95c5037330378d5]

        INTEGRATION: CWS ooo19126 (1.8.218); FILE MERGED 2005/09/05 18:48:59 rt 1.8.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cda4077ed46f0da2a19f8839b91c11bd63d8329]

        INTEGRATION: CWS ooo19126 (1.7.162); FILE MERGED 2005/09/05 17:45:15 rt 1.7.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5dcad690647aa5bef89ccfbba660ef8a3e96a29a]

        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>  [3c7d2e3b76563eaf7e10e2b67e1d29500b1b8cb4]

        INTEGRATION: CWS ooo19126 (1.10.206); FILE MERGED 2005/09/05 18:48:59 rt 1.10.206.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ee6a34876908aeee8186d6723e6a8064f55cf32]

        INTEGRATION: CWS ooo19126 (1.4.492); FILE MERGED 2005/09/05 17:34:52 rt 1.4.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a202ff062a913266cf6a8023ab5d4d63f7ccc2b]

        INTEGRATION: CWS ooo19126 (1.9.218); FILE MERGED 2005/09/05 18:48:59 rt 1.9.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcc6354cc25b028f40a0ff6395aa86f937bd24b8]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 17:34:52 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e60f45511bdf949068b4c491aaed7406eceb2c62]

        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>  [6cd9526b827be8083e157c21ba6ee62ac2a3951a]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:15 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [baea88ada8a6f692ff0a28a6ec320cede7ca8d1a]

        INTEGRATION: CWS ooo19126 (1.11.218); FILE MERGED 2005/09/05 18:48:58 rt 1.11.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9cbfe653bc8b139cb4a8b8982f62eb698de9ed0]

        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>  [6e3af9e21f306237ede8fad1f267e494205c860a]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 17:45:14 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cad9405c57eb76eb576c0ebc1df394d7f03bbbc6]

        INTEGRATION: CWS ooo19126 (1.8.220); FILE MERGED 2005/09/05 18:48:57 rt 1.8.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [296ca9ab73cd4fcd36206f2311dfa9eb2f70fdfa]

        INTEGRATION: CWS ooo19126 (1.2.480); FILE MERGED 2005/09/05 17:34:51 rt 1.2.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ae43ef7e70ecefa121a6213e8653534511ab818]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 17:45:14 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35ce8143862ac6a8d96b748ac55f766cb859076a]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:34:50 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d18c3bee816e8c8073857924f7948268111421e4]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 14:41:15 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [583f0204f0a879d667e5b8ac27fe88d843e302b8]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 17:45:13 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bb0cad1fb5c16d77599e91b86d4a08a33ce635a]

        INTEGRATION: CWS ooo19126 (1.1.510); FILE MERGED 2005/09/05 17:34:50 rt 1.1.510.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3120263443f6a81b1052c291ee8fa22b1700109a]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:45:13 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee34d1f618f7e41111029ff21d0ef68c089f7b67]

        INTEGRATION: CWS ooo19126 (1.1.510); FILE MERGED 2005/09/05 17:34:49 rt 1.1.510.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4835d0d862de68b9f5dc1b7e0b16bf8a89c8df1e]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:34:49 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [419860d1cc37f3fa3b922372f898219535eba034]

        INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 17:45:12 rt 1.2.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5057d80b0900d5cacdd88275e317647898b6ad6]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 17:34:48 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0aff2dd55652a61630181e1e473cb68370880ce]

        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>  [3fad455ed1f6fc383c192da5da09df844523c4ea]

        INTEGRATION: CWS ooo19126 (1.2.240); FILE MERGED 2005/09/05 17:45:12 rt 1.2.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87d5cff5f805e46a64963e6b73068ef316f23097]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 17:34:48 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b76f90db84fc66769e9bf4277231c34c652b5f1]

        INTEGRATION: CWS ooo19126 (1.2.172); FILE MERGED 2005/09/05 17:45:11 rt 1.2.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23f53a1a81f70ceac1c73c62c8776fee9f87b015]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/05 17:34:48 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c266935e6a41213bcf3afd4a452a03776d97aa0]

        INTEGRATION: CWS ooo19126 (1.6.334); FILE MERGED 2005/09/05 12:08:00 rt 1.6.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb2e445bd0b2bf6ece91cd7c200c7787698b468]

        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>  [e43a2111754031471657009f1194f59eaefedfa6]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:45:11 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81f19954bbca9cce960370923089d2574b624c24]

        INTEGRATION: CWS ooo19126 (1.4.236); FILE MERGED 2005/09/05 17:34:47 rt 1.4.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6723d0d757b5efdf8d13dc54f865b34d4f71b2b5]

        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>  [988f2779ae7b0b2065d65519bcab0b61a09e5868]

        INTEGRATION: CWS ooo19126 (1.8.198); FILE MERGED 2005/09/05 12:03:20 rt 1.8.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f19916b50916db95287060be60c7c7225410a66a]

        INTEGRATION: CWS ooo19126 (1.2.240); FILE MERGED 2005/09/05 17:45:11 rt 1.2.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb97298ecf3b0ef951a54f2f8a90181e11ca5cd0]

        INTEGRATION: CWS ooo19126 (1.91.114); FILE MERGED 2005/09/05 17:34:47 rt 1.91.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de36c31226765b95bc3f02babaa8bd0bd1457261]

        INTEGRATION: CWS ooo19126 (1.8.420); FILE MERGED 2005/09/05 12:03:20 rt 1.8.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc71db6942c6c2133370bcdef4711805db1c67ce]

        INTEGRATION: CWS ooo19126 (1.5.172); FILE MERGED 2005/09/05 17:45:11 rt 1.5.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da1086883f29482ef66d0453028b66c6482c36db]

        INTEGRATION: CWS ooo19126 (1.1.478); FILE MERGED 2005/09/05 17:34:47 rt 1.1.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79be0cd4907a71e82a8d7c935efcab1f55e95280]

        INTEGRATION: CWS ooo19126 (1.2.662); FILE MERGED 2005/09/05 12:03:20 rt 1.2.662.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36bc8f0bec06ba2dcc10faca4a9523f6a849670a]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 17:34:46 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b883a66328fbc5db0714f8e17833bca372eb06aa]

        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>  [615b081d16b0cfcfed1a20eff02a80aabfbda05e]

        INTEGRATION: CWS ooo19126 (1.33.10); FILE MERGED 2005/09/05 12:03:19 rt 1.33.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb60071f8fb8498202afcba76b93d093ac1e5b89]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:10 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5886ba00d78d6239c4e44954566cc7b8ee90e45]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 17:34:46 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b6c531ca3151d9fc06cce93bf3fda8d0ac40762]

        INTEGRATION: CWS ooo19126 (1.3.322); FILE MERGED 2005/09/05 12:03:19 rt 1.3.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54aa780992f8a1edf66d5ac5fb1ec93f2c4fdca9]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:09 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cf0e7e57ffadff244958ed93312de5b2b172983]

        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>  [44012e44e8cf4368117ddca8fdbb19869882f4b8]

        INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 17:34:46 rt 1.8.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0ae29fa314bb50f5edbb4a6252321440e07c9f3]

        INTEGRATION: CWS ooo19126 (1.7.198); FILE MERGED 2005/09/05 12:03:19 rt 1.7.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb8d49f36f544236781c918eb6f5c2d1d07b859]

        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>  [412961708f4767ea3a1077e4ccb1bf07a99aa6a5]

        INTEGRATION: CWS ooo19126 (1.1.478); FILE MERGED 2005/09/05 17:34:45 rt 1.1.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11c369f08c40338c2d3ccaabb62d326ae5a0a0fc]

        INTEGRATION: CWS ooo19126 (1.1.792); FILE MERGED 2005/09/05 12:03:19 rt 1.1.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42edacf09511fc00505070980b7d0b3836a9f07b]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:45:09 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [116eef39ac0caec73d2b72bc5faa8ce731a134e1]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:34:44 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c6cf846b6b19e533056f3b415dfb95225797ddc]

        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>  [92f4a1b0064b5bee4cfb4b36a474d210c3ca392f]

        INTEGRATION: CWS ooo19126 (1.1.792); FILE MERGED 2005/09/05 12:03:18 rt 1.1.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [900bdffbf76a1e83cce59aea8939066f183d05f4]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 17:34:43 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd2b2ba4a760cdf989edae2d1f4b8688e399652d]

        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>  [cffaadd32085a00a6b05e46a718951d3b6a6b242]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:08 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c400b763422c5a55df76d3369e09dfef084278d]

        INTEGRATION: CWS ooo19126 (1.10.262); FILE MERGED 2005/09/05 17:34:43 rt 1.10.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2c82f4843eba8d1d095b1e71ded81136c7da63f]

        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>  [cc0d1f61a74f93d5a8ad8348f62461d945ebe9dd]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 17:45:07 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4929d7e39fabb92d7c548dc65c20744f83a1847]

        INTEGRATION: CWS ooo19126 (1.11.198); FILE MERGED 2005/09/05 12:03:18 rt 1.11.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34d7c11c5949d0e007a3f9bca64e638d39f5288e]

        INTEGRATION: CWS ooo19126 (1.32.142); FILE MERGED 2005/09/05 17:34:42 rt 1.32.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [473586e23cacf4c0c039554ebc715c0fd6842af5]

        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>  [d79f30f9fdb664c7f1e6bcaa1feacf4b63a30516]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 12:03:17 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ed380bbd033580b9dbbcb24a55e09a5c5e681f2]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 17:45:07 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed4e56fc4c1b43f36004e38e99a04fa1b8683ea0]

        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>  [8167693296d28bc00204367b2a5a55b964dc9a56]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:45:06 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [072161c0817427f31bb4d532c8c9444492f4d956]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 17:34:41 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e12be772edfd900f8286d59564de0c404500b95f]

        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>  [1f8a40cbf4ed04a545897f8b8a2070e7be3d89e4]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 17:45:06 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e135cd39b9c3f0a70042dd70dedcda84fd5b5ae6]

        INTEGRATION: CWS ooo19126 (1.17.232); FILE MERGED 2005/09/05 12:03:16 rt 1.17.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [320eabc07960421866825c2534cde37b5c52c773]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 17:34:40 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [827f9f2a9a015e1335f2e125f2a29c36c6e98f2a]

        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>  [6cc8150a50a9fb6188237351dced7842be5b75df]

        INTEGRATION: CWS ooo19126 (1.17.232); FILE MERGED 2005/09/05 12:03:15 rt 1.17.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a10894e82ec771501848743ddc8f60c91d231ae0]

        INTEGRATION: CWS ooo19126 (1.5.162); FILE MERGED 2005/09/05 17:45:06 rt 1.5.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b37f80ec63813b823d25cc65b7fc861f9dda2450]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:34:40 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc83ade06a1fed12eed8d5a09788a8c5faee5798]

        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>  [09524c21df774f7f735020adabaa72a86ae7017f]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 12:03:14 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac625b2dd0c793dbb089e0604cb7d246dce46e31]

        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>  [f210c1bb92a62356066e13d531860dd3127cead5]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:05 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06c381ee1b2c055ee0779cc664986e85aa6116c7]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:03:14 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a6511c5d3bbbbda1007df4ac8bd4758ee33899b]

        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>  [7fdc11b7bb6e7a6c87217692ae27ba6a264f0f02]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:34:38 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5077b396b34143f43d8f75b8d9e0836e62456ba3]

        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>  [af70fd396935fbcd2eac570ba672e4c6c34849cf]

        INTEGRATION: CWS ooo19126 (1.4.420); FILE MERGED 2005/09/05 12:03:14 rt 1.4.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f84c5a451d4a420f0f782457a6e14c444fbe4829]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:04 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bf458426ab9408fa68f681d1a65e91c6bf9b4f0]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/05 17:34:38 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [453a3119a668a937f022fce9c955fc97ec0709da]

        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>  [5719a0b4251a9d0ca0eaed7335cb8105d728364b]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 17:34:37 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [720dfa0ea8f462b3ba08c2d31e26e64790db9aa5]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:45:04 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b4e90613902e1e45b6e1bc83db33fe790ab5eb9]

        INTEGRATION: CWS ooo19126 (1.3.420); FILE MERGED 2005/09/05 12:03:13 rt 1.3.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3422dd148f88718d3126e5ab5e0a2a01bbfbcd44]

        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>  [d9184378ee39c80189d5bd1dcc1a1cdcd1d80d3f]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:45:03 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24287dff06b72679756dcb5240ae8be7469a6b39]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 17:34:36 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bbe4e9b385eed1e2c774174c2b9433f9e4e40ec]

        INTEGRATION: CWS ooo19126 (1.4.420); FILE MERGED 2005/09/05 12:03:12 rt 1.4.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a40678293d5898ec28054a75b6a0e5bd6b7bebaa]

        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>  [de7e63e1cc67facace28525b49a4ea74301a2644]

        INTEGRATION: CWS ooo19126 (1.31.110); FILE MERGED 2005/09/05 17:34:36 rt 1.31.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bb2faab31b1d12396d85d3e4bae32ced6440a29]

        INTEGRATION: CWS ooo19126 (1.8.88); FILE MERGED 2005/09/05 12:03:11 rt 1.8.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f16a83f47fb73d943fc01fd0602d19c6d4da7a77]

        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>  [b5d0aea0c114c825caaff56189af87e231b2d41e]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:03 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3a0d2f194f973e7e49db6e7f13eaad6b2651910]

        INTEGRATION: CWS ooo19126 (1.35.154); FILE MERGED 2005/09/05 17:34:35 rt 1.35.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09a52c1acdafcd6f1eab97812013f8ab3c1e8b44]

        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>  [50a3644abc222c8b70c791bb69fd2bb441e8dc4b]

        INTEGRATION: CWS ooo19126 (1.6.472); FILE MERGED 2005/09/05 17:34:35 rt 1.6.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb19cb0a35949054eb1aab2da428948291c5ea2b]

        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>  [1b6b2dfc1aa50038097b470cd696881e39ec86f8]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:11 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1ca8c89a608e71bedf4efa317b9b7e41c1fe1cc]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:45:02 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cb8a3704f412f5268f871a432203ae233c88105]

        INTEGRATION: CWS ooo19126 (1.11.204); FILE MERGED 2005/09/05 17:34:34 rt 1.11.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ef964519ac3ed3082b70ab220f86fbdcd9ad5a2]

        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>  [60d2220b4749ef22d479f205119f68d0be5fd613]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:10 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9054ee911882f84a3a62acd996716bee77c203ab]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:01 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1707c629b286d7f5b2e1dba0130d70fa821ba2c0]

        INTEGRATION: CWS ooo19126 (1.2.480); FILE MERGED 2005/09/05 17:34:34 rt 1.2.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ac9e16537abd8111a5f3970825bacae2991b9b7]

        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>  [4adf8cf207f76b80d9d2d067a7ebacb305a0c764]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 17:45:01 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da0132b5e52502bea15609e9e29d4e028f97dc50]

        INTEGRATION: CWS ooo19126 (1.3.498); FILE MERGED 2005/09/05 17:34:34 rt 1.3.498.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98761b15761d72fe0c49b71ea45cd6daddac20bc]

        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>  [4ac27c7c3e1cc81660259b683f2181abc1a1f60f]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:09 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [304086d925a97019d82a56d59477aa5337af985d]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:45:00 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc604f4e390604d421b9ad6862fec1d402265686]

        INTEGRATION: CWS ooo19126 (1.3.478); FILE MERGED 2005/09/05 17:34:33 rt 1.3.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03279cfc7913e0b55e10bee1acbfc670f7d8f986]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 12:03:09 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e62217a5822b7bb5e17dadfe6b71771d374301f]

        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>  [cf9f805f9cc54cfe519196c990d2677a2d7c1c4d]

        INTEGRATION: CWS ooo19126 (1.17.204); FILE MERGED 2005/09/05 17:34:33 rt 1.17.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56fcc41cd07549d6dc824af0a568e1be9d49f15c]

        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>  [29415325371e7e80f10c424620ae0d4d04ab665a]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:09 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9883a909cd00daacb39f2505b69100b0d0f68a54]

        INTEGRATION: CWS ooo19126 (1.5.478); FILE MERGED 2005/09/05 17:34:33 rt 1.5.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ab788e8156e0250d3d5e5835caf965e723ab25b]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:45:00 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56a0abf11ecd6fcbcd0daee3b1308f6f641e11e5]

        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>  [1e64231d11c677bc411134bb9ac0a813acdfcad4]

        INTEGRATION: CWS ooo19126 (1.4.478); FILE MERGED 2005/09/05 17:34:32 rt 1.4.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0d7ae8fccb5380308c99c0eb753423960b6eb22]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:59 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [392951ce892be892f51b85cb0b049e52612b3aa4]

        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>  [2cdc0ad11e968d09a466cc2ed594c9ff48ff5067]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:08 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf211f4865dd8b1be3d7148d8be7c3852a1dece0]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:34:32 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5153e517ce365a29516a093c0eb6a9f00dfbf457]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:44:58 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fece716dfe51152e24ed0a163081b939ec4a254]

        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>  [ef731a1b1f9b953055057d362e4f5b6fd99cc3e3]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:08 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90bef05e67dbd15159ccaa81592dafc87631c01f]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 17:34:32 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d976f04a5fafde05eebe79fd20249e9300db09c1]

        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>  [5623d4698b88003c373df6ea5d56fc0ec00c29b2]

        INTEGRATION: CWS ooo19126 (1.4.96); FILE MERGED 2005/09/05 17:44:58 rt 1.4.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfc1926bfabd43a3657d8f9468b94a63c76276eb]

        INTEGRATION: CWS ooo19126 (1.27.104); FILE MERGED 2005/09/05 17:34:32 rt 1.27.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd8de5084392ad172060ec384e6c473672c1c009]

        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>  [3c0d564ababcd7a755afdc23a9eb1eda190c8b44]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:07 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9237464d9a5d7c711a582fc74ed98f7dfa926d7a]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 17:44:58 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fefc1c1dce89849df6bf7f8d33a5106f66910bb]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:34:31 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06e4295e84cbe75438fa741e3a2258c788ce6a37]

        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>  [8f6a2db13accf15decc71e22966bdff6c2012cb4]

        INTEGRATION: CWS ooo19126 (1.2.232); FILE MERGED 2005/09/05 12:03:07 rt 1.2.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [230ecb5de019e36a7abe8b14b5dfb5a53e262e89]

        INTEGRATION: CWS ooo19126 (1.5.202); FILE MERGED 2005/09/05 17:44:57 rt 1.5.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33c2d4c57e073be6321a020f5a0e8d457b5ac571]

        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>  [0ca1f4643d87af8e99a4556f1b216e17b7761a19]

        INTEGRATION: CWS ooo19126 (1.4.420); FILE MERGED 2005/09/05 12:03:06 rt 1.4.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [919e6d1c5297c0f46e93f451a84bc60939f58f5c]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 17:44:57 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eef723a6b0bee6740b513563a2be49fa042a7575]

        INTEGRATION: CWS ooo19126 (1.13.204); FILE MERGED 2005/09/05 17:34:31 rt 1.13.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca1cfb259c0c536998b442f170e1d30967af304a]

        INTEGRATION: CWS ooo19126 (1.5.156); FILE MERGED 2005/09/05 12:03:06 rt 1.5.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf62c1b511e0f6fa7daab7940d8bd2e409152771]

        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>  [bc4f40653a706ef91140850036a1a8df718e9f9b]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:44:57 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c91ebf02e1c7b9982d405b7ebbf23b771587d2c]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:34:31 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24609109b155add2b287fafa882ba86d0b4cae19]

        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>  [44229012b575a578a31b333ae3abe386d5204979]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:06 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5821a3f10e2773f3a752fd864d47e2986c40c05a]

        INTEGRATION: CWS ooo19126 (1.2.472); FILE MERGED 2005/09/05 17:34:31 rt 1.2.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [464e7235c42b6d6feb3d59f18fdce22dbdb018b0]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 17:44:56 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd63168eb96358f846e92460c06280bfa2ca8902]

        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>  [3db2d664ece179994ca3e4bf8dc9b465f6341591]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:06 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2931febbc0425a2e80fe45cead7818130930786f]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:34:30 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b938365378291e25929b54d6109a2ff9b3393f0a]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:44:56 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26a365f52610b07e914a6790b14123ed43af8b7b]

        INTEGRATION: CWS ooo19126 (1.6.232); FILE MERGED 2005/09/05 12:03:05 rt 1.6.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9060b6a829762347188e649fe2986e4e53679f0a]

        INTEGRATION: CWS ooo19126 (1.1.508); FILE MERGED 2005/09/05 17:34:30 rt 1.1.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cf5b748958bc8d9013ea04239dc4acf7c01b223]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:05 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee86fdd541d5be7f142ef48af841b9281da47352]

        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>  [d553bb17d2c770a710a7deb4abe89fd9aa824302]

        INTEGRATION: CWS ooo19126 (1.5.382); FILE MERGED 2005/09/05 17:34:29 rt 1.5.382.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63243376422823462f3ace233326ab0d4f61ea55]

        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>  [8073bcc5c58a9e15bb1e1df5025b238a5e7475ac]

        INTEGRATION: CWS ooo19126 (1.12.382); FILE MERGED 2005/09/05 17:34:29 rt 1.12.382.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8b88d8f9d0ae7a45d0507d63f288cb8fa0a13b7]

        INTEGRATION: CWS ooo19126 (1.6.164); FILE MERGED 2005/09/05 17:44:56 rt 1.6.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d28e502e6692292ac3359e6afe3abd8f30245853]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:04 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d32972d5ae12248dba466e536994d43a2706ee6e]

        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>  [49ce221b228b34e7077cf8ac6043b53b7e2c675b]

        INTEGRATION: CWS ooo19126 (1.1.506); FILE MERGED 2005/09/05 17:34:29 rt 1.1.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0506099e04ad16a3d7e55b267337a8ef905895b]

        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>  [8a58298ff27760ee1de831bcee9ab84b0779a4c3]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 17:44:55 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2373546920b66b9c8669aee58cfd844e58bf533]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/05 17:34:28 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f5e4312173f813e2a5a976a837cc576f98e6bed]

        INTEGRATION: CWS ooo19126 (1.8.232); FILE MERGED 2005/09/05 12:03:04 rt 1.8.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7befdde749866d6a36db9fd560706e6ed9b35c5c]

        INTEGRATION: CWS ooo19126 (1.7.284); FILE MERGED 2005/09/05 17:34:28 rt 1.7.284.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a28998f5542a77a7a1de0a3a82ba7436124f4e4c]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 17:44:55 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [611d8765c92a3fd3455c3d4651fad42cc38abea3]

        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>  [52bb61e89262180d5a3a6831263ff61e3991e33f]

        INTEGRATION: CWS ooo19126 (1.7.232); FILE MERGED 2005/09/05 12:03:04 rt 1.7.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1dcbb558fc95065fc73da8ae8538097cae773e8]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 17:34:28 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c06458b62039562c76ab41776279b67501e0e7b]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:54 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbc97c7b1e8478a80ae9bf7bd344dfdab6fc98d5]

        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>  [32b44ac08ed9844776989f61af1668045da131af]

        INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 12:03:03 rt 1.4.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a637799b2de4c93d3e7b4894b9d17854088f0297]

        INTEGRATION: CWS ooo19126 (1.9.434); FILE MERGED 2005/09/05 17:34:27 rt 1.9.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0d762bd6971d6e34d44297f2dd2e0acbe8fe694]

        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>  [9d530f7c230cac1deb698399caf5848f9da9c252]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:03 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a47c1b9bad7b68c403a4d0451f16e9590c33120]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:34:27 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbcd895e3576a1668a1f420bcdf0cf7f5df52887]

        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>  [18fe9c9e72a542fe2c77df12db7c386f5a50f050]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/05 17:44:54 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1908baefec597d8a64312014159dbbd0b98e8de2]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:03 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53ed8cd931d2008019820e7a54f1fb3aa77d54ab]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:34:27 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99fb70bec64d6d81b34424e5566ce87f4f37e9e9]

        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>  [4c11efaa6fad29dba724d9209f293064df7e1628]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:53 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [340aa494ea019ace3375999fc5978fa61e564669]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 17:34:27 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db2bce33490e2b6d4597adf258a6b0bfbdeee2da]

        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>  [4be03cbdc1ad880f6a2ce762d236c023b83cb126]

        INTEGRATION: CWS ooo19126 (1.34.98); FILE MERGED 2005/09/05 17:34:27 rt 1.34.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8747d9e0aed8f29bf6cf7876c57642988a9ea34]

        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>  [2463dd7a3cc689edff8998157f8fefb5a788b3e2]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:03:02 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d27ff1295dee05e67f994e38df7f9bd22486086a]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:44:53 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5df7fc590970ae6efecaff23a9dd053f67e51e5]

        INTEGRATION: CWS ooo19126 (1.3.480); FILE MERGED 2005/09/05 17:34:26 rt 1.3.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00887d662bf7d7354de369e444d1a05fc5011548]

        INTEGRATION: CWS ooo19126 (1.5.418); FILE MERGED 2005/09/05 12:03:02 rt 1.5.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecbbad9a94210cccee0d99b799160bfa1f523a72]

        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>  [d7f1af7439bdf5a0784f16bf5fe03ae09bf12991]

        INTEGRATION: CWS ooo19126 (1.2.164); FILE MERGED 2005/09/05 17:44:52 rt 1.2.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [651d26d05e48e4efe0c1e138c6fe7fe8c5715413]

        INTEGRATION: CWS ooo19126 (1.7.262); FILE MERGED 2005/09/05 17:34:26 rt 1.7.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbc23c53ef7dc9a304145e718c85948355410321]

        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>  [72edd17ea5be485ab72f21043e6b629ead9f3192]

        INTEGRATION: CWS ooo19126 (1.6.492); FILE MERGED 2005/09/05 17:34:26 rt 1.6.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3176a3e16e46255b8430675f34313507a661e73e]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:44:51 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e53cda900130e82bc4f8e6d29200bb5234f17452]

        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>  [dcbe13041ec3dc48bbecc679d5004c9cca2cff9a]

        INTEGRATION: CWS ooo19126 (1.3.284); FILE MERGED 2005/09/05 17:34:26 rt 1.3.284.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b8dfb1dfc720ca14c93dc6a66d3729d51c6f3b9]

        INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 12:03:01 rt 1.4.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95cb390d5fff5f35551d181a321d3ed1134c36e0]

        INTEGRATION: CWS ooo19126 (1.4.162); FILE MERGED 2005/09/05 17:44:51 rt 1.4.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9aae631fb988b2bbd9a0543c01518ea80838dc67]

        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>  [b65d8488aadcf45e645764e2386b9d0ffbad36ae]

        INTEGRATION: CWS ooo19126 (1.6.478); FILE MERGED 2005/09/05 17:34:25 rt 1.6.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31dac9591b81c9c1c883259c1a9c8eb6d07d9432]

        INTEGRATION: CWS ooo19126 (1.8.88); FILE MERGED 2005/09/05 12:03:01 rt 1.8.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [370fe6739b8051291f71e4f25164338606e873ee]

        INTEGRATION: CWS ooo19126 (1.7.162); FILE MERGED 2005/09/05 17:44:51 rt 1.7.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d62bfcd34fc5a437164053fdf499f32a6d378430]

        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>  [347d4ea5c52dc9925d06f6e31fb8a00b100b870c]

        INTEGRATION: CWS ooo19126 (1.6.472); FILE MERGED 2005/09/05 17:34:25 rt 1.6.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7ea664ae2c8a4eb523113ac16b7166dd5a15a21]

        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>  [669fe4762ed1121ef1f35835a481ef14dec8cabd]

        INTEGRATION: CWS ooo19126 (1.6.480); FILE MERGED 2005/09/05 17:34:25 rt 1.6.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b68ed226e67020ceb9cdd8b9cf948af47382e63]

        INTEGRATION: CWS ooo19126 (1.8.162); FILE MERGED 2005/09/05 17:44:51 rt 1.8.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb4f32221e8188aa576617aa64fc7165793e7a86]

        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>  [521056311530393a9a46649123fce242f542b180]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:34:25 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63334714a1ca85fc5595ce25e4c36d049d57db1a]

        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>  [17324942a70a8302647328953be8c514ca8b35b6]

        INTEGRATION: CWS ooo19126 (1.14.154); FILE MERGED 2005/09/05 17:34:24 rt 1.14.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc9d10e908f88ca5b88cfd786ba4021fb6ea8992]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:50 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa90fb83871e8cfb393133331b29fb3547484448]

        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>  [8a69cf3a99c39ca328cefb58239fbf43291c71a2]

        INTEGRATION: CWS ooo19126 (1.3.472); FILE MERGED 2005/09/05 17:34:24 rt 1.3.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96357365ba4c25e234f53de4a8e12d12a9698f60]

        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>  [053d443ceba79d114dac90783555da436502916a]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 17:34:24 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3b80216b9fbe81b1dc6c10e2120c8b19f4ffa3b]

        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>  [cf2eb0d91abc06b82b5d250733894fd93dbdf204]

        INTEGRATION: CWS ooo19126 (1.1.482); FILE MERGED 2005/09/05 17:34:24 rt 1.1.482.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e88cc94ffdcf9f71ce2d5895570d44da34915345]

        INTEGRATION: CWS ooo19126 (1.2.240); FILE MERGED 2005/09/05 17:44:49 rt 1.2.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [265edbeb47ccd3aeb2a2ee03084fe07e4330543d]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:34:24 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02126cd7a8af095c6ced195dd82ce1a87f6d21b3]

        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>  [14042dd6bc876d1a712cf92f5be2da381751c170]

        INTEGRATION: CWS ooo19126 (1.6.164); FILE MERGED 2005/09/05 17:44:49 rt 1.6.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efec9687975ef48edc776618e46a623b02635761]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:34:23 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0d46458c24dbfde839206d851cdd7750b45c023]

        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>  [60ae16fc389db78d2b3dabd76c3e5c8515b8f8b5]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:49 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [889ed681e87e72d8d092201398ab730814f439e1]

        INTEGRATION: CWS ooo19126 (1.11.478); FILE MERGED 2005/09/05 17:34:23 rt 1.11.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1efcdc813822bc6237ffc1f6c7dd29163a3eb4e7]

        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>  [2453731e40a04c2d84da01025bcc1bf6518c0134]

        INTEGRATION: CWS ooo19126 (1.9.494); FILE MERGED 2005/09/05 17:34:23 rt 1.9.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [351145df2b21ffd27007e6bf37a48e8ea5e65b3e]

        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>  [44b62d77da4826cb4ea6e903c98c38f415d7fbbe]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 17:44:48 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a4ef3fff0b782542644c8dab2dad497c00cfce9]

        INTEGRATION: CWS ooo19126 (1.12.472); FILE MERGED 2005/09/05 17:34:22 rt 1.12.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5956cb52c3999289e3e579702d251f5dc72c6c7]

        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>  [a8eeca4bcc18f056947208d08b537c19a3895835]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 17:44:48 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e44df43b7a04d3f8a245b20fe1cba99bf820b26d]

        INTEGRATION: CWS ooo19126 (1.18.114); FILE MERGED 2005/09/05 17:34:22 rt 1.18.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e676b07dd5944e4452fff3336ead1379c05536d]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 17:44:47 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5a8f8ff5d37b21ee4ed0fccda1f605e3c9d167d]

        INTEGRATION: CWS ooo19126 (1.5.474); FILE MERGED 2005/09/05 17:34:21 rt 1.5.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3e16ae0ff03d5696c6cef6d1fee61104bbf276]

        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>  [94d5b79bc41b6ffc4b43d2596a448fdc32a71bee]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:47 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3993ca3994810bd8c507d3b88ece2375b82a13b0]

        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>  [c9db2bfed1df983f2ee72f1281607cda50bd1038]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 17:44:47 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [769860098389165af35d842a4790726e8bccaa66]

        INTEGRATION: CWS ooo19126 (1.22.194); FILE MERGED 2005/09/05 17:34:21 rt 1.22.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f998949b290360a07bde346d21f60e35ec990e5]

        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>  [4d3f1f9eacbf7d99c22d3f3bdd43c5f6b709bc62]

        INTEGRATION: CWS ooo19126 (1.5.476); FILE MERGED 2005/09/05 17:34:20 rt 1.5.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ab647a64f10af9625be49b6b9fecb8b9c0de46b]

        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>  [a8ef84a98c42fc2564b2a7b8856e747912e58bb9]

        INTEGRATION: CWS ooo19126 (1.4.162); FILE MERGED 2005/09/05 17:44:46 rt 1.4.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a0c5294a625b506a7ef7f0661c5ac4536ab14d6]

        INTEGRATION: CWS ooo19126 (1.6.480); FILE MERGED 2005/09/05 17:34:20 rt 1.6.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8856ee6b7096dd355f451a82b202b55f9c7123c5]

        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>  [23c309524e3c8a73dc6a75c291b6736db76f2242]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 17:44:45 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d623cb8541c6b696a91bfd35efa1536d3cb0180b]

        INTEGRATION: CWS ooo19126 (1.18.420); FILE MERGED 2005/09/05 12:02:20 rt 1.18.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5bbfa03b65e39460c9d4ae3ac21b9aea6f7f1f6]

        INTEGRATION: CWS ooo19126 (1.19.96); FILE MERGED 2005/09/05 17:34:20 rt 1.19.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64c1a358b001a38ee0f63e44019e214764108f2c]

        INTEGRATION: CWS ooo19126 (1.7.58); FILE MERGED 2005/09/05 17:44:45 rt 1.7.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90de966ddbe43a4674c2f45a574a7dbf1f8ce814]

        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>  [b753cd160edf24e7ec2f80c9d32b2a51051140ab]

        INTEGRATION: CWS ooo19126 (1.37.104); FILE MERGED 2005/09/05 12:02:16 rt 1.37.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3302fcab3d00291fb72ebea7d1a83a25bb74c287]

        INTEGRATION: CWS ooo19126 (1.5.382); FILE MERGED 2005/09/05 17:34:20 rt 1.5.382.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9312be62a5a6a72c62106868e8ccc0eb07969c5]

        INTEGRATION: CWS ooo19126 (1.5.232); FILE MERGED 2005/09/05 12:02:16 rt 1.5.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [890724b1aa564685f869a2ca1e926f3e38f4c7cb]

        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>  [f4e5f88ca1e4b944fa8d9a062c66b39e23dc2c1e]

        INTEGRATION: CWS ooo19126 (1.13.420); FILE MERGED 2005/09/05 12:02:15 rt 1.13.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc0dc1c873a5e367b9396a5d449b8337cfb622bd]

        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>  [8ca67ae13feae07132ee9bd165155efb34477028]

        INTEGRATION: CWS ooo19126 (1.27.128); FILE MERGED 2005/09/05 12:02:15 rt 1.27.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [327bd14ee0d1788e34d17ed86ca30e19da773ce6]

        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>  [a18e71634c33a0ab1f009e88f4842b13967128fa]

        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>  [3b5df00cb73ae2dc65abf8de27521ef68ac43071]

        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>  [cb7d7aeab63d0442eaee89b48636d08a28aabda4]

        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>  [8175345ca3e7d092312c4f192cde75f452b8e801]

        INTEGRATION: CWS ooo19126 (1.10.162); FILE MERGED 2005/09/05 17:44:45 rt 1.10.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e76f1289ccc53b293de213ed2be4d3678a3ad930]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 17:34:19 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [960562e70a31bceb1767cd0e16f49a46ddb25dbc]

        INTEGRATION: CWS ooo19126 (1.17.420); FILE MERGED 2005/09/05 12:02:14 rt 1.17.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a00edce2daf5b021e7f1299d6149ce763798301c]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:02:13 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [317af7eba986f8fae736836e9c8ef1ac389f2ef8]

        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>  [b8eb1cdf3a6e9ead205b2b91eb27178520912f07]

        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>  [4f0e68d8196dfa5d10ab549d9d5c0229b32823ec]

        INTEGRATION: CWS ooo19126 (1.8.162); FILE MERGED 2005/09/05 17:44:44 rt 1.8.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85bc32c52825e58110dbdbf035590502e7fc1446]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 17:44:44 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1143f13aaf6de4752c6d0ad11a0e5fd7ae1acc0]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 17:44:43 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad8f63d0a7271b894d5c60ff476010d0016539ba]

        INTEGRATION: CWS ooo19126 (1.5.164); FILE MERGED 2005/09/05 17:44:43 rt 1.5.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb99371f56c6ff95ea721ad8262855354a575cdf]

        INTEGRATION: CWS ooo19126 (1.11.420); FILE MERGED 2005/09/05 12:02:13 rt 1.11.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a6db7af7db2d6566625aeb934a5df23263031de]

        INTEGRATION: CWS ooo19126 (1.9.420); FILE MERGED 2005/09/05 12:02:12 rt 1.9.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddd2276569380bd6848d54c1dee30571cd10722b]

        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>  [abe56492d4b92e5bfa3cd939e5385e95f36aef2c]

        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>  [41a2f9b5c394c231bd89eac150c28a1afa1497bb]

        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>  [4fdd396138446517e3c51fd92d5ec6ec5663f517]

        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>  [011b7347c531f5514a906ce3eb15223cb0f34c83]

        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>  [eee0b8acd1a871ab550939e8ff448168d9ef7667]

        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>  [53fcedeca3473e32443f1e82b5bcde48a2b9e731]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 17:34:18 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f25e16635c414682c5706ab02b4b419f7f05364c]

        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>  [52000f4794b89252d73b9fa96f12655faea8665e]

        INTEGRATION: CWS ooo19126 (1.7.478); FILE MERGED 2005/09/05 17:34:18 rt 1.7.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9e920af598cd8a39c96cbcfe07eded8c2d11c9e]

        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>  [9d775d127899a88722a49128fdb32d8431fcf35f]

        INTEGRATION: CWS ooo19126 (1.3.236); FILE MERGED 2005/09/05 17:34:18 rt 1.3.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f98de3965d450fb4f1467edede65f0257e8921b]

        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>  [d9baabb35c200f4615e7976b306652f85576cc29]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:44:43 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [160a2011035bc3b2f04617b113a0e13f5a16ff52]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 17:34:18 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25f57be1bdeba5cdd9b77a8049166ec554ff999f]

        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>  [53084291c43e1c1d0af692716baf989e687efede]

        INTEGRATION: CWS ooo19126 (1.7.232); FILE MERGED 2005/09/05 12:02:12 rt 1.7.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd0d698f2f1ffe15cad7d6c99dc60cdc47d51099]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:44:42 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9234e96e5d604a42b84c5646e84c29180921e7a]

        INTEGRATION: CWS ooo19126 (1.12.172); FILE MERGED 2005/09/05 17:34:17 rt 1.12.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f084250f35fb18fa32137ac77d3a688987a6ecb2]

        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>  [3e26683565486648793337c09cac3d4e3ff5c51c]

        INTEGRATION: CWS ooo19126 (1.14.420); FILE MERGED 2005/09/05 12:02:12 rt 1.14.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd1a4e23e3b72939a9528408c255b47a293af445]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 17:34:17 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e233e2ace65b188f95a4d26a69c8b514a445b788]

        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>  [208c5e1b02b5334ffa9ef0bdbbb0a8a56f24f4e2]

        INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGED 2005/09/05 12:02:12 rt 1.4.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8859e4a4b795f1cb5f96cef355a666388716a4f7]

        INTEGRATION: CWS ooo19126 (1.9.96); FILE MERGED 2005/09/05 17:44:42 rt 1.9.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [baf0926d6aadfc616c2f33fe0375f99213f70627]

        INTEGRATION: CWS ooo19126 (1.11.204); FILE MERGED 2005/09/05 17:34:17 rt 1.11.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9f3576c5d7e35cec7d482715506a21b7c9ccbd0]

        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>  [2eaf0bd7af8b8c138fde8a30465b86de1accc606]

        INTEGRATION: CWS ooo19126 (1.14.420); FILE MERGED 2005/09/05 12:02:11 rt 1.14.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a8f543b93348c653123f4a4ea5b22406efe0be5]

        INTEGRATION: CWS ooo19126 (1.10.96); FILE MERGED 2005/09/05 17:44:41 rt 1.10.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46f0fb18232a567edfc4884f9e560e34194d144f]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:34:17 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bbca86405faefa49b44cb196ff5fee11c1984b5]

        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>  [57690655b0e28c76fc1303c1266fe5cffdf845f6]

        INTEGRATION: CWS ooo19126 (1.14.420); FILE MERGED 2005/09/05 12:02:10 rt 1.14.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ce32455e6923361ce1fa2b4f22b4db5d7d56b5d]

        INTEGRATION: CWS ooo19126 (1.4.262); FILE MERGED 2005/09/05 17:34:16 rt 1.4.262.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92fbe67af01335d51068622f788c57c2f215d28e]

        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>  [5a0d71ce0aa98bf50ade69a0efb21c33024e0e74]

        INTEGRATION: CWS ooo19126 (1.9.162); FILE MERGED 2005/09/05 17:44:41 rt 1.9.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c991dfbf7521c729f08092ca48481ac946ffe33f]

        INTEGRATION: CWS ooo19126 (1.20.80); FILE MERGED 2005/09/05 12:02:09 rt 1.20.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9007851b37e713a07085063bf1d3d202a141ac30]

        INTEGRATION: CWS ooo19126 (1.4.480); FILE MERGED 2005/09/05 17:34:16 rt 1.4.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a696488ac0c09ab6a4fe85611353a79f51d85a7d]

        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>  [1c04c2b1cd9ed18f69c8f5b50ee37c65fe8b11ae]

        INTEGRATION: CWS ooo19126 (1.12.420); FILE MERGED 2005/09/05 12:02:09 rt 1.12.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31cb673109e0ebae77eb6a07e461c10c669e00c2]

        INTEGRATION: CWS ooo19126 (1.2.232); FILE MERGED 2005/09/05 17:34:16 rt 1.2.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62212851e9f60aa78f1c44f983490fe72b13e161]

        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>  [8012e68c9e090283459e524c40c8ccc0ef5dd53f]

        INTEGRATION: CWS ooo19126 (1.2.162); FILE MERGED 2005/09/05 17:44:40 rt 1.2.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ef916ebd52713a686f98bb1b0557d3756f1ed66]

        INTEGRATION: CWS ooo19126 (1.15.420); FILE MERGED 2005/09/05 12:02:08 rt 1.15.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [588cedc7ccf3e62c77b1bb93f520cc4ec9a269d9]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:34:16 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00f1f34becf848f8bd536254500a48080de2e7bd]

        INTEGRATION: CWS ooo19126 (1.8.162); FILE MERGED 2005/09/05 17:44:40 rt 1.8.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63bfd8c5f5e6ff00e07ad955327bac80a021c1d8]

        INTEGRATION: CWS ooo19126 (1.17.232); FILE MERGED 2005/09/05 12:02:08 rt 1.17.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ebec07d3ef9015394c6d3190bf66a680f3be4fc]

        INTEGRATION: CWS ooo19126 (1.24.166); FILE MERGED 2005/09/05 12:02:06 rt 1.24.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba4ca1f9ad4ea677714da6148758c2f23d510f0a]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 17:34:15 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d47ab02f9108616b69f6c014a36a295d0b43043]

        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>  [002a1920410ff6fe05836c05428966206a5ff6bd]

        INTEGRATION: CWS ooo19126 (1.14.162); FILE MERGED 2005/09/05 17:44:39 rt 1.14.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7ad726d7992bedeabef7554592f4e382d280208]

        INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 12:02:06 rt 1.2.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4f714bff193faf5971429a33eb806023867d69b]

        INTEGRATION: CWS ooo19126 (1.3.162); FILE MERGED 2005/09/05 17:44:39 rt 1.3.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10b0ba411b56a01c24a31e8a96de7f92655cc43d]

        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>  [1fb58c8979b96b141a950ac547cda346f5de79a9]

        INTEGRATION: CWS ooo19126 (1.3.232); FILE MERGED 2005/09/05 12:02:06 rt 1.3.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [909cc9be65f94abff65a09adacacbb7b26799228]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 17:34:15 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0e58998879647d4dfc972550dba0e11e473cc4d]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:44:39 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edeb74963eb025410ba87605d08a28b8b02c3db3]

        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>  [a7a8d62724b01251bbf940fab139699d91e9c43c]

        INTEGRATION: CWS ooo19126 (1.4.198); FILE MERGED 2005/09/05 12:02:05 rt 1.4.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaeb996b0b8c57162537b53c734b02faccd73bad]

        INTEGRATION: CWS ooo19126 (1.2.482); FILE MERGED 2005/09/05 17:34:14 rt 1.2.482.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b07a3a3bfa7acd37e35c3afc5f58c96c0f624fa]

        INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 17:44:39 rt 1.4.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [156d4fdf4e843ecb9799b91e2d076c01c4f82f7e]

        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>  [6991803720206bd6a660a1bf6e93ba98c564ef1b]

        INTEGRATION: CWS ooo19126 (1.18.324); FILE MERGED 2005/09/05 12:02:04 rt 1.18.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [491597618b46d84e9f6c756d1550f587b4e14991]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 17:34:14 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dacd9f4ee61f642a95e17c2270a2032b883d6e55]

        INTEGRATION: CWS ooo19126 (1.17.188); FILE MERGED 2005/09/05 17:44:38 rt 1.17.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1df28c388ad56589473245547c70226a15ead9b0]

        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>  [dc33b3e19d245a14ae8ab939adaa80f6d90da0df]

        INTEGRATION: CWS ooo19126 (1.32.232); FILE MERGED 2005/09/05 12:02:02 rt 1.32.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17fed57bd75365c4b7255c7fb2c59b479bf4bb1c]

        INTEGRATION: CWS ooo19126 (1.4.172); FILE MERGED 2005/09/05 17:34:13 rt 1.4.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f6059cafcb57b2e8c76424b3048e5ec1808e690]

        INTEGRATION: CWS ooo19126 (1.6.188); FILE MERGED 2005/09/05 17:44:38 rt 1.6.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97ad84640e21634f75df7343d642065cb263d94e]

        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>  [18e0468da1ccb7ac16e5cc8289c76e38c5caab20]

        INTEGRATION: CWS ooo19126 (1.10.232); FILE MERGED 2005/09/05 12:02:02 rt 1.10.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [512d750f0cbfe7ea00518e9abd1356d8400a1b6a]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:34:09 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19e90b6a9c262cf0bd7e79cb4072fc8da8a0feb7]

        INTEGRATION: CWS ooo19126 (1.3.444); FILE MERGED 2005/09/05 17:44:38 rt 1.3.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9159e0689cf6a69e0dbd3c504e5cce9608d2b800]

        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>  [8c1243f931ac2f16de3ab3615a1a2f4ca43f8184]

        INTEGRATION: CWS ooo19126 (1.107.152); FILE MERGED 2005/09/05 12:01:58 rt 1.107.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ada726d12609d73d92f66a4b73c2b6588a9b3278]

        INTEGRATION: CWS ooo19126 (1.10.172); FILE MERGED 2005/09/05 17:44:38 rt 1.10.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3d5e63a9a6e4f86f5cf5c689662148cfeea9c0]

        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>  [eb2dde36c87bf847668f8312670908306e0f62e7]

        INTEGRATION: CWS ooo19126 (1.14.420); FILE MERGED 2005/09/05 12:01:58 rt 1.14.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0eaf9d29a2a48b79b2921eb7f17de4203e5be7e]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 17:44:37 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d99def0adc3ff17edfb907396678c95ce24dfb0]

        INTEGRATION: CWS ooo19126 (1.22.104); FILE MERGED 2005/09/05 17:34:08 rt 1.22.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f024493f0e6a20db4e00c9deda92ed624190dc0c]

        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>  [3876bc8de75ec5611eaa5b1dfd4b543fd425c7e8]

        INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 17:44:37 rt 1.4.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a3890b6252cf475d8347f56400e341e61cf1747]

        INTEGRATION: CWS ooo19126 (1.43.154); FILE MERGED 2005/09/05 17:34:08 rt 1.43.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c83e2e51989d6557574b8ba66192f691d332c30]

        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>  [ee98c4aa30565dc5eb8b4362e7cdfac5aed0fd56]

        INTEGRATION: CWS ooo19126 (1.17.420); FILE MERGED 2005/09/05 12:01:57 rt 1.17.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b39be2c1c9750f946255bee67d139a2cc62629a8]

        INTEGRATION: CWS ooo19126 (1.10.96); FILE MERGED 2005/09/05 17:44:37 rt 1.10.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da79e80245c59471d613d834e79df1370493de3d]

        INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED 2005/09/05 17:34:08 rt 1.3.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3c7df8aad4dff3dcca7d0f1f88132a6a4b8a0d3]

        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>  [0cee3e5c82932186301f62778e347275acfdcae1]

        INTEGRATION: CWS ooo19126 (1.11.420); FILE MERGED 2005/09/05 12:01:56 rt 1.11.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d9decd80b63b2d46cafedbbdd2c1f1ba4cca104]

        INTEGRATION: CWS ooo19126 (1.2.454); FILE MERGED 2005/09/05 17:44:37 rt 1.2.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acb5388ec11ce38341049668027d5755d783d907]

        INTEGRATION: CWS ooo19126 (1.18.116); FILE MERGED 2005/09/05 17:34:08 rt 1.18.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9178b89719bb60e82a1178b8f96cd2eda611ea5]

        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>  [da4937e4b0df5b37d2691c1f38edbb49fa29a0c5]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 12:01:55 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef44b7a35ca7dd53f4b869b9e082df76267dd5d5]

        INTEGRATION: CWS ooo19126 (1.14.414); FILE MERGED 2005/09/05 17:44:37 rt 1.14.414.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2746826e73b3a383759618db91b8d21de483374]

        INTEGRATION: CWS ooo19126 (1.30.224); FILE MERGED 2005/09/05 17:34:07 rt 1.30.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9461822a08825a82931c35c08caf8f527d7ce31d]

        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>  [677835689a679a11db12b5b265308c747ece3365]

        INTEGRATION: CWS ooo19126 (1.2.454); FILE MERGED 2005/09/05 17:44:36 rt 1.2.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d988000a791bef71731b59fffd61d137d98d4aea]

        INTEGRATION: CWS ooo19126 (1.3.476); FILE MERGED 2005/09/05 17:34:07 rt 1.3.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [791ef23ea9aca9905945f0cd8f5b57b412de4097]

        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>  [3ff44c7b52948a3ed4b802e2ffe8dc67cebc424b]

        INTEGRATION: CWS ooo19126 (1.17.330); FILE MERGED 2005/09/05 12:01:53 rt 1.17.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b3d769dc851dd9ed50cb07f3c3391aedfbf278e]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:44:36 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92e131efc9acd57ec34bbb57727d07b95086072f]

        INTEGRATION: CWS ooo19126 (1.14.146); FILE MERGED 2005/09/05 17:34:07 rt 1.14.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bab8552aa39765b0f84b4a8fad5b4e713af384d]

        INTEGRATION: CWS ooo19126 (1.16.198); FILE MERGED 2005/09/05 12:01:53 rt 1.16.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebcb48fd7495715ceed4be685689f1ea9a59a76d]

        INTEGRATION: CWS ooo19126 (1.32.142); FILE MERGED 2005/09/05 17:34:06 rt 1.32.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a868991c7002f090c9fc6d913f8f4729d97a8413]

        INTEGRATION: CWS ooo19126 (1.30.86); FILE MERGED 2005/09/05 17:44:36 rt 1.30.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83044ad4183e23bfcebb1ac958085f6efb481f56]

        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>  [79c32b43ced9e21f413947f5545e40458467f7ce]

        INTEGRATION: CWS ooo19126 (1.2.336); FILE MERGED 2005/09/05 12:01:53 rt 1.2.336.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dc089bccce9b32cba650a6ff9660bc7409d80f8]

        INTEGRATION: CWS ooo19126 (1.17.188); FILE MERGED 2005/09/05 17:44:36 rt 1.17.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f413c0dc005e909415e461e9f7f6377bb5ec178]

        INTEGRATION: CWS ooo19126 (1.3.476); FILE MERGED 2005/09/05 17:34:06 rt 1.3.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59ab1085d923893c9423c35ef58740372b09e226]

        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>  [0db273b6f89f54d635debdff9c8057daba1ec8ff]

        INTEGRATION: CWS ooo19126 (1.45.62); FILE MERGED 2005/09/05 12:01:52 rt 1.45.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fac0061ad89c21e795e3c03080204a54bc612803]

        INTEGRATION: CWS ooo19126 (1.27.146); FILE MERGED 2005/09/05 17:34:05 rt 1.27.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20cc2950f24c7394b89fbfd186e3abb15c030d26]

        INTEGRATION: CWS ooo19126 (1.3.220); FILE MERGED 2005/09/05 17:44:36 rt 1.3.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b085cd22f05731887e6a51831cf154d947f83ef]

        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>  [585b2cecac683f37eb09fd24ac4cb8586253675c]

        INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 12:01:52 rt 1.4.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50127945bf468592305a65a348be6b09b3746eab]

        INTEGRATION: CWS ooo19126 (1.33.204); FILE MERGED 2005/09/05 17:34:05 rt 1.33.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9296138390f7848b7ed34c34811fd42564f04e14]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:44:35 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53226086b3e39987a3b262a1706e6946cbae925e]

        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>  [190f8b8a4495994d46ce78f749980b660110bed7]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 12:01:51 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af1f2994eb559a8814de6f545c2e2948293b6085]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 17:34:05 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8868cd163b99a2a07ad88c576d4e2752f34c57b4]

        INTEGRATION: CWS ooo19126 (1.2.340); FILE MERGED 2005/09/05 17:44:35 rt 1.2.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97a6691c607282b3f01f2d720f9292d0738fbe44]

        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>  [42193e1c74e52917bda2d166e9d17d6232fde10e]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 12:01:51 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dcdd494a21363851d2628b0dbe157679201db2b]

        INTEGRATION: CWS ooo19126 (1.9.434); FILE MERGED 2005/09/05 17:34:04 rt 1.9.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0f172ecc607530ec624ab4e80b0f32c2c8796a2]

        INTEGRATION: CWS ooo19126 (1.8.350); FILE MERGED 2005/09/05 17:44:35 rt 1.8.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7dbe46385409350067b78cb0b529df85dd58d21]

        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>  [d57b60cf2b456d39f9cd31a43ed4e2995238c050]

        INTEGRATION: CWS ooo19126 (1.21.228); FILE MERGED 2005/09/05 12:01:51 rt 1.21.228.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b705233b481089452a993999008e94888f05d43e]

        INTEGRATION: CWS ooo19126 (1.4.386); FILE MERGED 2005/09/05 17:34:04 rt 1.4.386.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28ca8ad4553828687b8d171261330a3db90792ed]

        INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 17:44:35 rt 1.4.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee3345f738dcf562e9e20333c6c8025f24314f83]

        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>  [adc02f677ffe1aa6a247539f6fc43a2e02afa0f7]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 12:01:50 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7501e05639c0a82a2bed02f04bfb689520c8b217]

        INTEGRATION: CWS ooo19126 (1.12.194); FILE MERGED 2005/09/05 17:34:04 rt 1.12.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [641bd198af9536c05662dc4dffeda408bd265cdf]

        INTEGRATION: CWS ooo19126 (1.18.98); FILE MERGED 2005/09/05 17:44:34 rt 1.18.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2058f146ee90b2a0ebf49a37fae7d98cb41b571f]

        INTEGRATION: CWS ooo19126 (1.8.346); FILE MERGED 2005/09/05 12:01:49 rt 1.8.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f854952d622cdc4944e4ebf7fed0137d2c43bdf]

        INTEGRATION: CWS ooo19126 (1.29.146); FILE MERGED 2005/09/05 17:34:03 rt 1.29.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d28b807aa017b99e78cc446b8915d07642fa7bcd]

        INTEGRATION: CWS ooo19126 (1.2.446); FILE MERGED 2005/09/05 17:44:34 rt 1.2.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d62fd8bba448cbeebb92d64bdb8f05db2b2b4134]

        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>  [0e1783950eef708f6aeae840748b992437d6c580]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 12:01:49 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42e436f8c974ec9759f95cbbf9e86296e183cb0e]

        INTEGRATION: CWS ooo19126 (1.2.454); FILE MERGED 2005/09/05 17:44:34 rt 1.2.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d661b073892446ac34ed478c3cdc380ad848850]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 12:01:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46456ff55c9dcc33086a675ace51ccc04d33bd12]

        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>  [77f38346fb646e4bb5302f080fbb83948d3fd52e]

        INTEGRATION: CWS ooo19126 (1.5.62); FILE MERGED 2005/09/05 17:44:34 rt 1.5.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fc041681e5643ff34916ccd183c1a9c85977a8d]

        INTEGRATION: CWS ooo19126 (1.10.88); FILE MERGED 2005/09/05 12:01:48 rt 1.10.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71f6c9799c9330b10b37a716d6a96934e37efd3e]

        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>  [49d62714404dcad3d3029f8d2bbc588eb2a6d75f]

        INTEGRATION: CWS ooo19126 (1.12.434); FILE MERGED 2005/09/05 17:33:55 rt 1.12.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77c866d549c235994af1aa74aae29750875988cb]

        INTEGRATION: CWS ooo19126 (1.22.98); FILE MERGED 2005/09/05 17:44:33 rt 1.22.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ad8124be69223593fa21dba76cb34b366a33f37]

        INTEGRATION: CWS ooo19126 (1.43.96); FILE MERGED 2005/09/05 17:33:55 rt 1.43.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [838a1a4223ae00955abe351a6ee6b2e17b4b5094]

        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>  [35b1d437c0b700776decbbc86773762614d94de5]

        INTEGRATION: CWS ooo19126 (1.10.46); FILE MERGED 2005/09/05 17:44:33 rt 1.10.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff3a3579ed88019923d19ba890fec0624ae9d2e3]

        INTEGRATION: CWS ooo19126 (1.3.480); FILE MERGED 2005/09/05 17:33:54 rt 1.3.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50819be226af9af739c99d21d56ff0fbb46a639b]

        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>  [3262e30c8a2b6e7a215ed4870e77b1ef868df344]

        INTEGRATION: CWS ooo19126 (1.5.188); FILE MERGED 2005/09/05 17:44:33 rt 1.5.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f9f8ddbb1d80edd8c0f481b71077d627c54327f]

        INTEGRATION: CWS ooo19126 (1.19.96); FILE MERGED 2005/09/05 17:33:54 rt 1.19.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bad0632aa1db92920ffd261950cfd0c56206ce7]

        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>  [3e10071d0b35fefcbf2ebadd4d4965deaf71b6a2]

        INTEGRATION: CWS ooo19126 (1.12.188); FILE MERGED 2005/09/05 17:44:33 rt 1.12.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fa924f6af9ce61f50e7f90561a74c6a8ea817b4]

        INTEGRATION: CWS ooo19126 (1.15.46); FILE MERGED 2005/09/05 17:33:54 rt 1.15.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [570a938f08f882409334a0e291bf8cad73e46c98]

        INTEGRATION: CWS ooo19126 (1.1.446); FILE MERGED 2005/09/05 17:44:32 rt 1.1.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [198f061db2ebabb706fd9ecb1bc3814df096252d]

        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>  [86585c4dea49839d90d543f6b0247bb79aea0213]

        INTEGRATION: CWS ooo19126 (1.43.44); FILE MERGED 2005/09/05 17:33:54 rt 1.43.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76e4cc0a222be56a1011771a816aaa0f9f2c4a50]

        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>  [8d8de14d9d5f0dc5831d1fa41e4a15cede5c29f2]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 17:44:32 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78b3d4efd7cae8e6fc291fbfb93d839267ae60b1]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 17:33:53 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72ef944d61a5753d3336422fe2aeddaec32cf285]

        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>  [5537cd2e1ea50dda7d61f9f875d2ae4d3848b1ba]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:44:31 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c059f19a3ab551f10afd388b3362daa261950a4]

        INTEGRATION: CWS ooo19126 (1.2.426); FILE MERGED 2005/09/05 17:33:53 rt 1.2.426.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80931c678e36dd18b02e60f423e318f9a723f600]

        INTEGRATION: CWS ooo19126 (1.40.204); FILE MERGED 2005/09/05 17:33:53 rt 1.40.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54428cf951fcb1797cb7c4fe8dcc791fc817ed15]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:33:53 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cc1817450b1fd1c0223dfd553c5ee886b820294]

        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>  [154b4ed6a1ad0a73046d9310d685ba5554226685]

        INTEGRATION: CWS ooo19126 (1.8.118); FILE MERGED 2005/09/05 17:44:31 rt 1.8.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd8fabff7ecb73bc2e59bbe0a1460ba9c11917ac]

        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>  [2508ddab24411fee301022eeb76e2858d65eb4eb]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:53 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c9bf5939f581f2cc11ae79d836ecf104d6dd2a]

        INTEGRATION: CWS ooo19126 (1.10.440); FILE MERGED 2005/09/05 17:44:31 rt 1.10.440.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fa8a903c0638f62f29cd1ae0ba9ee2d63502088]

        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>  [7bb8ce085967cd996936525a28550e0d331ec0de]

        INTEGRATION: CWS ooo19126 (1.13.104); FILE MERGED 2005/09/05 17:33:52 rt 1.13.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd8ca396fa170d440787b9af48ea2cfaec0bb7d0]

        INTEGRATION: CWS ooo19126 (1.25.340); FILE MERGED 2005/09/05 17:44:30 rt 1.25.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85f49e33320aabd31cbdf993e6048400346535fc]

        INTEGRATION: CWS ooo19126 (1.20.172); FILE MERGED 2005/09/05 17:33:52 rt 1.20.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82a57013b1bfe8297cc2f83c8cd3bdeb03afd8ef]

        INTEGRATION: CWS ooo19126 (1.8.172); FILE MERGED 2005/09/05 17:44:30 rt 1.8.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91b37a98dae4b519fe64c788334d0fb5e0257eee]

        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>  [7e82fb0117460e44ac95a119a8733217ec4269dc]

        INTEGRATION: CWS ooo19126 (1.28.224); FILE MERGED 2005/09/05 17:33:52 rt 1.28.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adb52b56e236cbc11ce0b1b0a5a93f4f38083bcd]

        INTEGRATION: CWS ooo19126 (1.24.98); FILE MERGED 2005/09/05 17:44:30 rt 1.24.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0d032dd93db279e6625d7c2e00c2fa17430e2a1]

        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>  [f094907752b711db533472870ede6fb37a765d90]

        INTEGRATION: CWS ooo19126 (1.1.510); FILE MERGED 2005/09/05 17:33:52 rt 1.1.510.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ced3e4e8cad6518175f9e2d237f0088f326d6220]

        INTEGRATION: CWS ooo19126 (1.8.294); FILE MERGED 2005/09/05 17:44:30 rt 1.8.294.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b9feaa498340b2696d327cb20cec74c5ff0d677]

        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>  [75c8399cd4c72101533ee4995b930f30242fec95]

        INTEGRATION: CWS ooo19126 (1.3.476); FILE MERGED 2005/09/05 17:33:51 rt 1.3.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c2efabc45477874c25946e33e0c6c6a6ba328ac]

        INTEGRATION: CWS ooo19126 (1.4.444); FILE MERGED 2005/09/05 17:44:30 rt 1.4.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57a4cd4ebe8685985848431f6e42d421a2fcf2ab]

        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>  [eae4c58ca963337f04fdf81472caff8108ecbd42]

        INTEGRATION: CWS ooo19126 (1.41.204); FILE MERGED 2005/09/05 17:33:51 rt 1.41.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1d4856696afccdfa289ac683e03de44693b7558]

        INTEGRATION: CWS ooo19126 (1.24.96); FILE MERGED 2005/09/05 17:44:29 rt 1.24.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69428370cc2d12e0f4b8aeacf10741cf759aa876]

        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>  [25f88fabe9894c7d0b2a1388a64e19d43a6be952]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:33:50 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2deff0020a45e7940657f06e259f2bb067107bf7]

        INTEGRATION: CWS ooo19126 (1.27.36); FILE MERGED 2005/09/05 17:44:29 rt 1.27.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dd5b971fae6b713ef25fe9b6d1ca47c537c3bc6]

        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>  [e999e102b162f232880a388f32fb6534c6e096d5]

        INTEGRATION: CWS ooo19126 (1.25.142); FILE MERGED 2005/09/05 17:33:49 rt 1.25.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1314cd3034d8085f06f6a03279c4d0091696084f]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:44:29 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ee378d8ca240766c268baef9a386cee93e6368e]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 12:00:53 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8e9c7f0595dcd2fc1050e11ab3253542bb4fbba]

        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>  [a9fdf8d7ade0826d74941a48f6201d5917d3e45f]

        INTEGRATION: CWS ooo19126 (1.14.26); FILE MERGED 2005/09/05 17:44:29 rt 1.14.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [626446c2a28d52ee232568e81d1a1a4382be24e9]

        INTEGRATION: CWS ooo19126 (1.18.88); FILE MERGED 2005/09/05 12:00:52 rt 1.18.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [069d0000617e48e1d4b656ccc91919f96778841f]

        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>  [57db96fb3d47248fd26d33fcb242270e49461348]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:44:28 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd6001526be21de04b0e0428552057a6b2a09996]

        INTEGRATION: CWS ooo19126 (1.20.88); FILE MERGED 2005/09/05 12:00:52 rt 1.20.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56f9817d938671005cf9cbb3997332e6bb001211]

        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>  [03b5546c6c3501c4a423953e28ec6002e21ede27]

        INTEGRATION: CWS ooo19126 (1.15.98); FILE MERGED 2005/09/05 17:44:28 rt 1.15.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13192b56e02ce0d9b45f006207fc3d0020cb8400]

        INTEGRATION: CWS ooo19126 (1.4.160); FILE MERGED 2005/09/05 12:00:52 rt 1.4.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e8c00081778005602868f9a55e75eb6ce10c74f]

        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>  [3bdd1112bd36005f3efc52b05927faa805ca3d62]

        INTEGRATION: CWS ooo19126 (1.29.224); FILE MERGED 2005/09/05 17:33:46 rt 1.29.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1069fe70669774616ac2effb5955cb8a059939d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 12:00:51 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe4ed2ac43ec31af44ae1e1d0b6ea593caa18627]

        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>  [4ca21fd373d1f1d9409f3fc9727b312731a831a6]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:33:46 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381e34d0359852986640e7d71ed91f9551221a3a]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 17:44:27 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4b5754de2085995c3cf5dcd4ce9fbdf17c1705e]

        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>  [cc23eb694b88e3e7772896d60419f02e0884d4a3]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 12:00:51 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcbfe2653811a8157142dafc608a77d5f7bd5ec6]

        INTEGRATION: CWS ooo19126 (1.22.224); FILE MERGED 2005/09/05 17:33:45 rt 1.22.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1b4e754d648d815364c22a74223f4fba6ea63e5]

        INTEGRATION: CWS ooo19126 (1.35.98); FILE MERGED 2005/09/05 17:44:27 rt 1.35.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68efea70dfd1f7452afc17855a0100ba4f45308a]

        INTEGRATION: CWS ooo19126 (1.21.82); FILE MERGED 2005/09/05 12:00:51 rt 1.21.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5806c0c738f05d6c7285366db8764b0555619ab7]

        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>  [9a7815adb82475c6c8b926bc118c9a807921ab59]

        INTEGRATION: CWS ooo19126 (1.1.502); FILE MERGED 2005/09/05 17:33:45 rt 1.1.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [823b7b9355639d4cdaf0efe1802fb1a6116c5482]

        INTEGRATION: CWS ooo19126 (1.17.298); FILE MERGED 2005/09/05 17:44:27 rt 1.17.298.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b46f484dff51e9107fa3eb1d2481f7baf194db9]

        INTEGRATION: CWS ooo19126 (1.41.82); FILE MERGED 2005/09/05 12:00:49 rt 1.41.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2e5b1a476188f89bcbbfe6825e6af4b484322e3]

        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>  [febcb622b8c485287defa9bcd0c5c751fac0d55e]

        INTEGRATION: CWS ooo19126 (1.25.22); FILE MERGED 2005/09/05 17:44:26 rt 1.25.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b172bc0f58a0dd3e2a679e1b973ed06793c538d8]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:33:45 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [602c8a16a5b317bb74aafcfa147cd6900d30ec85]

        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>  [9fba9f23b9a936c9905f3f932adb5f63b3f64795]

        INTEGRATION: CWS ooo19126 (1.2.232); FILE MERGED 2005/09/05 12:00:49 rt 1.2.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c13e23fa0bbe89147189eecc79222f553d50b11]

        INTEGRATION: CWS ooo19126 (1.22.114); FILE MERGED 2005/09/05 17:33:45 rt 1.22.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ff0b1220d169ad53847c8f59f3c81b84373a463]

        INTEGRATION: CWS ooo19126 (1.12.66); FILE MERGED 2005/09/05 17:44:26 rt 1.12.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74856c57f3ac6808735b60a6cc377a2d611a809a]

        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>  [842361219cfada96ac336db1f0b72277c5e42191]

        INTEGRATION: CWS ooo19126 (1.4.324); FILE MERGED 2005/09/05 12:00:49 rt 1.4.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [968f34d20f8d0064aa8c58d4e4eafa3255b6226c]

        INTEGRATION: CWS ooo19126 (1.36.104); FILE MERGED 2005/09/05 17:33:44 rt 1.36.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f3be5eb7871378d88369018b8d9aba6db2aea37]

        INTEGRATION: CWS ooo19126 (1.30.172); FILE MERGED 2005/09/05 17:44:26 rt 1.30.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [633cba41e61a42f24e2507e6f6efe64ad5bae019]

        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>  [44984134c346f79a46cfb9384f16c5a3ec79b396]

        INTEGRATION: CWS ooo19126 (1.4.156); FILE MERGED 2005/09/05 12:00:48 rt 1.4.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74323f485595bda3138dde062bcd9391b6d57e33]

        INTEGRATION: CWS ooo19126 (1.12.48); FILE MERGED 2005/09/05 17:33:44 rt 1.12.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25f929ba160c2e8e98fbb33db6a2422bc9acdf75]

        INTEGRATION: CWS ooo19126 (1.26.26); FILE MERGED 2005/09/05 17:44:26 rt 1.26.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edd1dd483fd67003af217132dd5ad272e8fe3a98]

        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>  [54bf4843a79e8cc82727cec0df8e4ef67e12449a]

        INTEGRATION: CWS ooo19126 (1.22.82); FILE MERGED 2005/09/05 12:00:47 rt 1.22.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87c9966b6e084ad6053b62dacb74572c793b30ac]

        INTEGRATION: CWS ooo19126 (1.11.182); FILE MERGED 2005/09/05 17:44:26 rt 1.11.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4213887ad797e2e43c563ef6752fc711113c2a9b]

        INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 17:33:44 rt 1.7.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a2306b31a1188bf8a2c313cd8443bfdfcb43e80]

        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>  [9c8c4268a0bff1f20481ad3b11b154173a160252]

        INTEGRATION: CWS ooo19126 (1.1.412); FILE MERGED 2005/09/05 17:44:25 rt 1.1.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d49e9d6ad63ea7a851027f333602373da2600ddd]

        INTEGRATION: CWS ooo19126 (1.11.88); FILE MERGED 2005/09/05 12:00:47 rt 1.11.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6730ba8d45f6f9ae6962615c4c1526c03637318e]

        INTEGRATION: CWS ooo19126 (1.32.224); FILE MERGED 2005/09/05 17:33:43 rt 1.32.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c015d20fe361e0fa1a55d1989568258729973721]

        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>  [2e607c0bf516d76fdc28aac7ecfa2791fc34cd72]

        INTEGRATION: CWS ooo19126 (1.4.166); FILE MERGED 2005/09/05 12:00:47 rt 1.4.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [149fd25d23962a89b7ceb7fb564662c5dc5386d8]

        INTEGRATION: CWS ooo19126 (1.8.188); FILE MERGED 2005/09/05 17:44:25 rt 1.8.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [229875edb98a29e3a5f04f641b60ae990c550aa3]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:33:43 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29ce8858a1151ebbfe52bb4048f83444bdf1ff1f]

        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>  [da6bcc4f971c41f1b09434a5e5a6490035c7576c]

        INTEGRATION: CWS ooo19126 (1.18.204); FILE MERGED 2005/09/05 17:33:43 rt 1.18.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21a4ae56c6cad3b42e9579d7460d88f34f872037]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:44:25 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9698d75e6ecbf34f0b3a4dbf9cecd52b4484010]

        INTEGRATION: CWS ooo19126 (1.18.88); FILE MERGED 2005/09/05 12:00:47 rt 1.18.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6eb11436d0d62ce82a986070bcf4cf1eef38184b]

        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>  [82250d3d02cf9b343a732ee66fa01febed70d163]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:44:25 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7df0253d3922eabd2444b90d3e33207308d65ca6]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 12:00:46 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea74726c333b1e1d98bb2df87075d54cdd46663d]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 17:33:43 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4cecc7015ce2ee50641735e2a49dff685529d4f]

        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>  [a2a8e6b53e806bf32b6492035c24de33caafd6f6]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 12:00:46 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eee2bf0edcb5b468c322a9bec02c9d6bcd7807ba]

        INTEGRATION: CWS ooo19126 (1.2.174); FILE MERGED 2005/09/05 17:33:43 rt 1.2.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aee3684f8f79b5a82149ee4fd6942b6fb48033e6]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:44:24 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93acbbf6411788971ce0930a87850296ce96fba9]

        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>  [cfa037f3e38f9020a23c9fd8951b180677b101d4]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 17:33:42 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43c5d0d2e7c1cfaf62a70a94420f461777903103]

        INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 17:44:24 rt 1.4.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aafd81134ff227ff3c25fb04e1d19252eb47da88]

        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>  [4a88416d7d6489e753584f6c2e1cd3704c6af05f]

        INTEGRATION: CWS ooo19126 (1.146.36); FILE MERGED 2005/09/05 17:33:41 rt 1.146.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c894fb11fcd9f3f2cebbb66de8e1d3c361fd7336]

        INTEGRATION: CWS ooo19126 (1.1.412); FILE MERGED 2005/09/05 17:44:24 rt 1.1.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b5cf003d41a7d0e3f242dfdbb2d3433096acb20]

        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>  [917802e789fae3e581c6ed2edbb2423bd41da586]

        INTEGRATION: CWS ooo19126 (1.32.50); FILE MERGED 2005/09/05 17:33:41 rt 1.32.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [917bc592ace0e2cbb43f0c74a94a283d008b0add]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 17:44:24 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3daa52ab0f6a450ccee38f57930ded78ca8ac163]

        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>  [c2503382c47d08f763031c1f3f84b7aab4a2c23f]

        INTEGRATION: CWS ooo19126 (1.9.4); FILE MERGED 2005/09/05 17:44:24 rt 1.9.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c44b29ee002cf68162b8058013d1a838aa39e8fb]

        INTEGRATION: CWS ooo19126 (1.93.48); FILE MERGED 2005/09/05 17:33:41 rt 1.93.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f822657576e5b2a647ea6dd8180688d63bb0a19a]

        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>  [d98069c28899b445efdf90da128e91e67d282ab8]

        INTEGRATION: CWS ooo19126 (1.16.42); FILE MERGED 2005/09/05 17:44:23 rt 1.16.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2b762ad522e38c98cde294c1d131e8da2052e17]

        INTEGRATION: CWS ooo19126 (1.28.224); FILE MERGED 2005/09/05 17:33:40 rt 1.28.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e2f695f7018b5dee745b5e92555c2328373885b]

        INTEGRATION: CWS ooo19126 (1.4.444); FILE MERGED 2005/09/05 17:44:23 rt 1.4.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e32d8e018de0c0c900a23959ceefcf8b083934ec]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 17:33:40 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [404126718bc3dd8d8127b29857a945c7fc64f569]

        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>  [fe2974f7b87be5694a59dd111e720d002fae43fc]

        INTEGRATION: CWS ooo19126 (1.5.188); FILE MERGED 2005/09/05 17:44:23 rt 1.5.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f04405abe96ffedab292ae8b890a62a56629afd0]

        INTEGRATION: CWS ooo19126 (1.19.194); FILE MERGED 2005/09/05 17:33:40 rt 1.19.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1123b9b57c670d780084b9f047d3343614b3c3d5]

        INTEGRATION: CWS ooo19126 (1.22.72); FILE MERGED 2005/09/05 12:00:31 rt 1.22.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56b73938338e6c54a968ecdcddf020ae81d9577b]

        INTEGRATION: CWS ooo19126 (1.6.188); FILE MERGED 2005/09/05 17:44:22 rt 1.6.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e2ccf9fac9f61a0dbf26379d883dd96aec83c15]

        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>  [d6197a94c708b3d50bdcae23547358ad15b9c375]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 17:33:40 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc466eb536603cc641855691966f691b9c603f59]

        INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 12:00:31 rt 1.6.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb73ea6697989f03cfced2ef023dda0e226ad3f]

        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>  [8eef5a7d7a428539e4e874890be40e0a61703078]

        INTEGRATION: CWS ooo19126 (1.2.446); FILE MERGED 2005/09/05 17:44:22 rt 1.2.446.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72966b0bf89bd54e650d006f3294f8c3a740dde7]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 12:00:30 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0e05de80100867403f9d362881afa70e315cd64]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:44:21 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a59504eb9d8ac45fbb3536f697a2f2c9a83db63]

        INTEGRATION: CWS ooo19126 (1.28.114); FILE MERGED 2005/09/05 17:33:39 rt 1.28.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fa061d69ed9086666aac1da36efc8ef3706ea1d]

        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>  [6e8e3f84cfddf7ba091c3c55da8e87ade8939466]

        INTEGRATION: CWS ooo19126 (1.32.128); FILE MERGED 2005/09/05 12:00:30 rt 1.32.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bc6371e0804eebd1bd135cb3f3a1cae135463d4]

        INTEGRATION: CWS ooo19126 (1.39.98); FILE MERGED 2005/09/05 17:33:39 rt 1.39.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6b803b46a408db5bc3dcb228435f5c2b1e9c1e9]

        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>  [5b812d6c3dcd1042e98fadb75779d71d88ac7dcc]

        INTEGRATION: CWS ooo19126 (1.11.430); FILE MERGED 2005/09/05 17:44:21 rt 1.11.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45916e59291e7facac1f0d307f4839dcc0b39c8c]

        INTEGRATION: CWS ooo19126 (1.48.474); FILE MERGED 2005/09/05 12:00:29 rt 1.48.474.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25a4d5c528718575045d4b50bdfb8bb1e4851ffd]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:39 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d142f53976cfbf93869ef514ed5782a184e1450b]

        INTEGRATION: CWS ooo19126 (1.6.350); FILE MERGED 2005/09/05 17:44:21 rt 1.6.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92cebc954b2d9a85962198cb8eb19bc062142104]

        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>  [8426c110a46d3c16d8ece87cd00bb967d06f3468]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 12:00:29 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [905a3eb7b4d35dd1395e6660ed835a56c07a2b3c]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:38 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [507433ab599d6c6427424876810096c639c4a61f]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 17:44:20 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e80544cfc325b7100145d92432ec50e811fc67]

        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>  [2a9ed2bd4f01f1309ed00ead957d2cd646bb2973]

        INTEGRATION: CWS ooo19126 (1.5.198); FILE MERGED 2005/09/05 12:00:28 rt 1.5.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c68820bc3d818a8adbbebf6c9efae206efcfc647]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:33:38 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [212ba7a6004e4ce2ccedd521c754347cdd5db04a]

        INTEGRATION: CWS ooo19126 (1.10.430); FILE MERGED 2005/09/05 17:44:20 rt 1.10.430.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e52320e79758538b5797e4b564ca056e506e2062]

        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>  [65f0a9696bfb09faa08d1ba17ca7bb0f58fe1613]

        INTEGRATION: CWS ooo19126 (1.5.420); FILE MERGED 2005/09/05 12:00:28 rt 1.5.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1e301e8ba5e8b8925f1fc55c057db13ae116eab]

        INTEGRATION: CWS ooo19126 (1.22.204); FILE MERGED 2005/09/05 17:33:38 rt 1.22.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7305190efc5c0c4429da4f316bb9fb3e5df42d87]

        INTEGRATION: CWS ooo19126 (1.6.442); FILE MERGED 2005/09/05 17:44:20 rt 1.6.442.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c69dbafde8b3f2682d1ebb65deb9ae28b8f0781]

        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>  [50bd661701b50807ec86accb0ccc98b061ac132a]

        INTEGRATION: CWS ooo19126 (1.7.248); FILE MERGED 2005/09/05 12:00:28 rt 1.7.248.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38dd27892d30755194894ae926b045eca86fa180]

        INTEGRATION: CWS ooo19126 (1.1.432); FILE MERGED 2005/09/05 17:44:19 rt 1.1.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd3faffac4802e852845e6b0457e722e0b42f8bb]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 17:33:37 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a12c184a03139f4f1816038c8cffba89b457a6e]

        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>  [5487472431bfe8d2b43964f313e10f88acd4ead2]

        INTEGRATION: CWS ooo19126 (1.7.552); FILE MERGED 2005/09/05 12:00:27 rt 1.7.552.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df01c188a8b68d41cc76ec0b3fb0bd5d72278274]

        INTEGRATION: CWS ooo19126 (1.2.500); FILE MERGED 2005/09/05 17:33:37 rt 1.2.500.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2db1276459ab01f79d58385c80afb693a5f6738]

        INTEGRATION: CWS ooo19126 (1.12.438); FILE MERGED 2005/09/05 17:44:19 rt 1.12.438.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85bf8997fe12730c8b2353cac7ec15fcc6e5fe98]

        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>  [059a1b3909cf84866d91c92427c83a46cb4e1240]

        INTEGRATION: CWS ooo19126 (1.4.688); FILE MERGED 2005/09/05 12:00:27 rt 1.4.688.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8108419607aa469c5b58c7aed0d40c42416a3968]

        INTEGRATION: CWS ooo19126 (1.14.98); FILE MERGED 2005/09/05 17:33:37 rt 1.14.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b72b03e62eaf631c83f0c4003c3c5bc6283628e]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:44:19 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b81ca9c2d4c989054ba89c5942588efabea04031]

        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>  [a922c0d8429a9a327e602b5b874f11e4d54fd014]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:00:27 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8db82f701158a2f3e9108568fce53459cd5cfb1]

        INTEGRATION: CWS ooo19126 (1.2.174); FILE MERGED 2005/09/05 17:33:37 rt 1.2.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0914b1c1538aef702ce1db9f490fd73b94ad139c]

        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>  [73c904ab27294e234dcd82a63134676197729983]

        INTEGRATION: CWS ooo19126 (1.4.448); FILE MERGED 2005/09/05 17:44:18 rt 1.4.448.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a50576e7316fd486b24ee13fadb5e626ce3c424]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 12:00:26 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdf066b091bbf51b28a3b865f1ea097a34c1c25e]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:33:36 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [046fdfe1d4388418dfa94c1d391032042c91722f]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 17:44:18 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb458ecc4a678fa08059f1787249d70b9b25b65]

        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>  [6b5ba53108cfc21013d63ffbbfeed7849618bbe8]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 17:33:36 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7876cf4b7c4c6b8fef85e6b91019b23c44709672]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 17:44:17 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61397aab3ef07825db0ce4e9e27e9a2abd6abfaa]

        INTEGRATION: CWS ooo19126 (1.7.232); FILE MERGED 2005/09/05 12:00:26 rt 1.7.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0332eae7508db291668cb36548c883c6e462533c]

        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>  [ef6b8f1314b8d279b6b8b5f04c7085767d978882]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 17:33:36 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26336a144abd01bc678637cf47bbd13e5ccf3216]

        INTEGRATION: CWS ooo19126 (1.3.340); FILE MERGED 2005/09/05 17:44:16 rt 1.3.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17f8325952df7ba0672ddfa0befe053f0c5643f7]

        INTEGRATION: CWS ooo19126 (1.2.272); FILE MERGED 2005/09/05 12:00:26 rt 1.2.272.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00ad5efae6d34f4e62a39729dbf93b03262ce089]

        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>  [ab248dcac4ac6a53447720f19ddc06048299e4ce]

        INTEGRATION: CWS ooo19126 (1.18.256); FILE MERGED 2005/09/05 17:33:36 rt 1.18.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [466a91dc3d3b377024212f015fc74ac840189afc]

        INTEGRATION: CWS ooo19126 (1.2.448); FILE MERGED 2005/09/05 17:44:16 rt 1.2.448.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06a614ff3d66affb5dc9fb039195cfd6f657b3c2]

        INTEGRATION: CWS ooo19126 (1.6.80); FILE MERGED 2005/09/05 12:00:26 rt 1.6.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a12addae0784ed0b3945f2e6721f02f37d169a0]

        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>  [417a39a1ce468205ad7768f87511a02bd5aa4661]

        INTEGRATION: CWS ooo19126 (1.4.114); FILE MERGED 2005/09/05 17:33:35 rt 1.4.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de70bc8e826ff8d10acdc619e453a912ad496d75]

        INTEGRATION: CWS ooo19126 (1.20.230); FILE MERGED 2005/09/05 12:00:25 rt 1.20.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d910c67841e49597907c1b83f93d7f0acfde4cc]

        INTEGRATION: CWS ooo19126 (1.25.96); FILE MERGED 2005/09/05 17:44:15 rt 1.25.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [335c123d91a44326ee5ed880813cac24c1d338ec]

        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>  [9a89ae94914c92e0fc06b4f1c9652229f33be4da]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 17:33:35 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e949803e6b40093ea493ad8412f3ed30aea87f1b]

        INTEGRATION: CWS ooo19126 (1.7.82); FILE MERGED 2005/09/05 12:00:25 rt 1.7.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [192470db54d136e5227a3cbd67e841a195a02b4e]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:44:15 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11b835d0ac1d7bff148f6c07abdf471efbec61c6]

        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>  [ccc1e0d95b94cd71ea1404d587dde9403dcf8ed7]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 17:33:35 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ed99fe8e0a1befc51919dd3b4b67246550ca04f]

        INTEGRATION: CWS ooo19126 (1.32.52); FILE MERGED 2005/09/05 12:00:25 rt 1.32.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15056ee2bd249386bceaf91086b0a4e7e0a1d9ac]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 17:44:15 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82a63782a148449fd86ab0be580990d42b72128f]

        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>  [9b9a53914fc2e50e9d9c412aec135d277e606de0]

        INTEGRATION: CWS ooo19126 (1.9.48); FILE MERGED 2005/09/05 17:33:35 rt 1.9.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c84b589411d6240691ff60b93ea0ec84c5fe0f4d]

        INTEGRATION: CWS ooo19126 (1.4.688); FILE MERGED 2005/09/05 12:00:24 rt 1.4.688.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcecb204861294951ab21a25c867296411ab641a]

        INTEGRATION: CWS ooo19126 (1.1.444); FILE MERGED 2005/09/05 17:44:15 rt 1.1.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07d6a25ea3732470c6b02436b3695e7876d39f16]

        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>  [9c04eb45343814ddfaf7c79cde4d98ef9f58a45e]

        INTEGRATION: CWS ooo19126 (1.6.52); FILE MERGED 2005/09/05 12:00:24 rt 1.6.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41347588b9fa778d21d2fcf021c86fe7724dc1bd]

        INTEGRATION: CWS ooo19126 (1.2.174); FILE MERGED 2005/09/05 17:33:34 rt 1.2.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4de5b417042b574d2b7d6b00a5158f4375facfb]

        INTEGRATION: CWS ooo19126 (1.19.308); FILE MERGED 2005/09/05 17:44:14 rt 1.19.308.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eead30bb3a7e700da735eb3df8a251f93de65549]

        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>  [88322c63cab00e692acdb79e964c217335431cd9]

        INTEGRATION: CWS ooo19126 (1.44.2); FILE MERGED 2005/09/05 12:00:23 rt 1.44.2.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8316d68857a26c4dc4affddbed1c639d5094bb9]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 17:33:34 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd214781d13a4c5cdb88a05477a76994ea4b08a2]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:44:14 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [683cc4b5591ad52620de66296e320b2640fa4e7a]

        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>  [46c658d56b431de083b48bc834b593839b99b530]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 17:33:34 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21335c3c3da8878538c55be558fff5e112ed5904]

        INTEGRATION: CWS ooo19126 (1.6.428); FILE MERGED 2005/09/05 17:44:14 rt 1.6.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d6186a75e138bff6755773365f4e2df33225461]

        INTEGRATION: CWS ooo19126 (1.22.50); FILE MERGED 2005/09/05 12:00:23 rt 1.22.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e800113c3d5f9c5a056d5fff31a8bcb522def1ac]

        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>  [98a43fc63102f5c9a7309af9e2ace1f02acd3c7e]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 17:33:34 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [895a8ab0907c5d1ee3a42702ec17c063c5bc7a70]

        INTEGRATION: CWS ooo19126 (1.2.420); FILE MERGED 2005/09/05 12:00:23 rt 1.2.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bff95c967ceb12177fe49b67018886189d043365]

        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>  [2cf844a6bbfa35727f13779e02d90eba830360af]

        INTEGRATION: CWS ooo19126 (1.23.50); FILE MERGED 2005/09/05 17:44:13 rt 1.23.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98c48716404804010db7034ff9e1ddfebe7bb475]

        INTEGRATION: CWS ooo19126 (1.2.330); FILE MERGED 2005/09/05 12:00:23 rt 1.2.330.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8880820ab77e703e38933b96d516fb1d1afadc53]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 17:33:33 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [254adc8114c79ab1d989dbd3daba4543d5b6c4b3]

        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>  [97a25757c879bed8e5a06e495fc2b1add93b9957]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 12:00:23 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4da156a6434d3f967e443823ef250a89aad76edf]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 17:33:33 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84eeac2a93de9896adb816feb5ca11694e536658]

        INTEGRATION: CWS ooo19126 (1.15.54); FILE MERGED 2005/09/05 17:44:13 rt 1.15.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [788d1250d0195c2d2cd08df652b3798d1d2978e3]

        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>  [71b0ade480571e87f41e9ed28ca23a2c00386c46]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 12:00:22 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [febd958bfa4255dd0ba3adb5a97f99ba4b31ff82]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 17:33:33 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68353a84db7d2ad68cee7b3e0948c5fe1a34fde4]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 17:44:13 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [562dea426f810f7fdb9e93c99fa029af0d98e446]

        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>  [3be706e321ce1d44221c14a63b7277b601e82b51]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 12:00:22 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d993f870d2ce603ca15788b2d786abbff83c0c5]

        INTEGRATION: CWS ooo19126 (1.10.98); FILE MERGED 2005/09/05 17:33:33 rt 1.10.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c329a4c93ecb85d3360dd52977790dfc175fe933]

        INTEGRATION: CWS ooo19126 (1.4.184); FILE MERGED 2005/09/05 17:44:13 rt 1.4.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd163864f6d2bde76e7b66a5302b96db056d6081]

        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>  [cfd5e601c948b8192d5e29eea32e02dc7c6b41f2]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 17:33:32 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ae0c0c1b75a30129fe08425d72b7500e1e7bda5]

        INTEGRATION: CWS ooo19126 (1.8.724); FILE MERGED 2005/09/05 12:00:22 rt 1.8.724.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d93f6b07edcc35035dfbe4b311063ffbfb0d596]

        INTEGRATION: CWS ooo19126 (1.4.412); FILE MERGED 2005/09/05 17:44:12 rt 1.4.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cc5cb2400a939f32ecb024ee6dda2cc7360626d]

        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>  [04e6056a9967b7feea982f259bee87717c5c14af]

        INTEGRATION: CWS ooo19126 (1.6.102); FILE MERGED 2005/09/05 17:33:32 rt 1.6.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a516f1f21e9c1d839d005d88c694c30a7fbef36b]

        INTEGRATION: CWS ooo19126 (1.8.724); FILE MERGED 2005/09/05 12:00:21 rt 1.8.724.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [309f5397a5de13e394c5df611cdca4c28261ed78]

        INTEGRATION: CWS ooo19126 (1.9.96); FILE MERGED 2005/09/05 17:44:12 rt 1.9.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64414c498eb38cde0bed5be92881997bafd4d3dc]

        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>  [c81c110f06242834f42219fde0619d5a869f119e]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:33:32 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10611067e74ba06df893d4f6a262f75a05c5022e]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 17:44:12 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b77ad63773e853ba39f360a3b2eec8ab02fc19ec]

        INTEGRATION: CWS ooo19126 (1.3.790); FILE MERGED 2005/09/05 12:00:21 rt 1.3.790.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20204ff401f0138f173f15af7d79a276fb83c4ba]

        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>  [ffc066a82150a6ebaabab0bcc4b2d70a286e1aff]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:32 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34f20394667190902c1cb77324fe39d2e50e1405]

        INTEGRATION: CWS ooo19126 (1.12.432); FILE MERGED 2005/09/05 17:44:12 rt 1.12.432.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [618081a106a8c3bb3d98ed006cce4263a45bce8f]

        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>  [6eb8936f0a98065c3137f55009700af4eda5d638]

        INTEGRATION: CWS ooo19126 (1.2.810); FILE MERGED 2005/09/05 12:00:21 rt 1.2.810.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53556ad1f397e29ac3ef8afc37130f21d96c96e8]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 17:33:31 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d5099da9d5c4a18d3b4f2be0a4df01837d694e4]

        INTEGRATION: CWS ooo19126 (1.14.98); FILE MERGED 2005/09/05 17:44:12 rt 1.14.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e2451fe449b68c597184196a50eee459a255703]

        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>  [c1dee9ca55d44cc85038e0bf2723e563254f0383]

        INTEGRATION: CWS ooo19126 (1.1.792); FILE MERGED 2005/09/05 12:00:20 rt 1.1.792.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5959f56a30f42e9f337425ba8f57f962f517190d]

        INTEGRATION: CWS ooo19126 (1.6.96); FILE MERGED 2005/09/05 17:33:31 rt 1.6.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a991f376bc3b86a6f95d1d7a2565834a7276de1]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 17:44:11 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [352bc771aa4826a2e0b151406cc89d06f4bd0465]

        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>  [dcda06ac7c5d4af9cee0782353b8ec88a3f1abe1]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 17:33:31 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38fd7f656f60796a4499eb56f3625606e1444fb9]

        INTEGRATION: CWS ooo19126 (1.9.350); FILE MERGED 2005/09/05 17:44:11 rt 1.9.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e95ec4839380b8ef0a28561883a8d7c514281824]

        INTEGRATION: CWS ooo19126 (1.3.810); FILE MERGED 2005/09/05 12:00:20 rt 1.3.810.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6af0a867a60651292d33cac86aec9fe5aff71600]

        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>  [94becbf4feb025e7a7b87c1c324265b08ccab633]

        INTEGRATION: CWS ooo19126 (1.18.50); FILE MERGED 2005/09/05 17:44:11 rt 1.18.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5e63c98d021e980ac649b9463586e7e1f05b794]

        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>  [3d9d73b056eea48a975756327122d16763f6f4e9]

        INTEGRATION: CWS ooo19126 (1.12.68); FILE MERGED 2005/09/05 17:44:11 rt 1.12.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d879e6a38fe4dcf13fe996eb369b9341e219a708]

        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>  [8da5e34725e2c4162e85f60ef95f11f510d8a81d]

        INTEGRATION: CWS ooo19126 (1.7.238); FILE MERGED 2005/09/05 17:44:11 rt 1.7.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7364c42e1896101b71eb930ca42f0251ee2221f]

        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>  [50e106aebe4b372ee7821039e7a34ad2537fd212]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:30 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [814be4294a0501f66a48d2b8803cf9b37c8d1153]

        INTEGRATION: CWS ooo19126 (1.3.428); FILE MERGED 2005/09/05 17:44:10 rt 1.3.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37b60cebf09a986debc9e4d451da25d64247dca3]

        INTEGRATION: CWS ooo19126 (1.4.232); FILE MERGED 2005/09/05 17:44:10 rt 1.4.232.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0d8fcda0a1880cd39f5a249a6269d0fcc8dc692]

        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>  [5b567f7eb72ed04653b9a9782ed8ab3a1879526f]

        INTEGRATION: CWS ooo19126 (1.5.48); FILE MERGED 2005/09/05 17:33:30 rt 1.5.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59e02270774571eacee328ee197cbace7930128e]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:44:10 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd3bb4bd700bff2e83acfe3e4fe68b4d16b4a94c]

        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>  [8ed2448c49ef698494f8ee4c973063f9f85ab749]

        INTEGRATION: CWS ooo19126 (1.31.224); FILE MERGED 2005/09/05 17:33:29 rt 1.31.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e0cfe75d0af0f1cfc7b9c46a1b6a253a84ee2aa]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 17:44:10 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c9570fca6f3b12f78b8525a75d6e76d16d4aa5c]

        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>  [9405458f72eb0e915d842bdd625cd8ff36f5a6d6]

        INTEGRATION: CWS ooo19126 (1.3.500); FILE MERGED 2005/09/05 17:33:29 rt 1.3.500.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5bbf3519cafd0f0ac78d795d7dcea4ff4db0d51]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:44:10 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5adb243c8efcc7af232b6be4b2bfbbe15d5a3f47]

        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>  [6fdd4ccfa3197097fec775d8009e30075a553003]

        INTEGRATION: CWS ooo19126 (1.2.502); FILE MERGED 2005/09/05 17:33:29 rt 1.2.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49c46433589510bfee1c4c0f989129908fe4623e]

        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>  [22d557a43dfa9a2a007e0ffcf5209db0bd63e372]

        INTEGRATION: CWS ooo19126 (1.12.204); FILE MERGED 2005/09/05 17:33:29 rt 1.12.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6af950ec8d19cf4a3e4c8d5f9a2d6c82f9bc31b]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:44:09 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c965fedf2f9ac7e799a75d2f9c2e892327adb0d3]

        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>  [59170efa9e42ba5f0b9191c02c364f73d3161199]

        INTEGRATION: CWS ooo19126 (1.2.414); FILE MERGED 2005/09/05 17:44:09 rt 1.2.414.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a77c1c4aa5c4ff99d7d9e35cae1dc6ea62dbfbd0]

        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>  [5d579e8afd186cbe59774ca0cae69778d80e2ed8]

        INTEGRATION: CWS ooo19126 (1.8.36); FILE MERGED 2005/09/05 17:44:09 rt 1.8.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de9657658b8d82b56e593f25a93b0750aa9e533b]

        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>  [098e7670d140e11d447fb7a67e4dd529a78028ce]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 17:44:09 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2715fdcc5c413bc1a74d45959d90366562281ec8]

        INTEGRATION: CWS ooo19126 (1.1.506); FILE MERGED 2005/09/05 17:33:28 rt 1.1.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [683bdedd4a819f02f64550c8d9fd8aaf0df75c41]

        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>  [4c460764f77fb74a91cfd9cf702e694d2eb8d6ea]

        INTEGRATION: CWS ooo19126 (1.3.442); FILE MERGED 2005/09/05 17:44:08 rt 1.3.442.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [234aa920752270052a8f3a1c044d763c33c8d0c0]

        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>  [89871804603ac7ccd9ded4b6e49197b7d929e598]

        INTEGRATION: CWS ooo19126 (1.24.224); FILE MERGED 2005/09/05 17:33:27 rt 1.24.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5efd43798de233389d957775ed78ae0a5d3a05b8]

        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>  [41822903a03a9ef94bce5bcf58c76385a5cadfec]

        INTEGRATION: CWS ooo19126 (1.7.98); FILE MERGED 2005/09/05 17:44:08 rt 1.7.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [485c35793415f1700f2e1f5c34dfbe6b6c8d15c1]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:26 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb548031c6a8eb207393e1bfe2b9c59aef44e1fd]

        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>  [ea75653b630dcbb668fd747bc75f60276122159d]

        INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 17:44:08 rt 1.6.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c487e1dc5077768dd4a840e0a42d66bb1237cdb1]

        INTEGRATION: CWS ooo19126 (1.6.98); FILE MERGED 2005/09/05 17:33:26 rt 1.6.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f74a3f4e1beb6ea57c4aa49811aeaa58d81671d3]

        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>  [2ee4b28183ec906c1d82884a955c95391a60257d]

        INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED 2005/09/05 17:44:08 rt 1.2.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f5211164f7e8c4d5482259e6889b483d7e25c7a]

        INTEGRATION: CWS ooo19126 (1.40.204); FILE MERGED 2005/09/05 17:33:26 rt 1.40.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d06df27c4a737e02a410e01ac429ae9f326bfee]

        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>  [13bf41bccfb20ba764b7109706055e2c3bfd4ef2]

        INTEGRATION: CWS ooo19126 (1.5.120); FILE MERGED 2005/09/05 17:44:07 rt 1.5.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf34fc582b264b47a8405816ccc020d818e8f82c]

        INTEGRATION: CWS ooo19126 (1.1.516); FILE MERGED 2005/09/05 17:33:26 rt 1.1.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [421da747c69d0f71ee550c00f35be580737d9813]

        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>  [17c9cbdc4ee5dce50443b2fb7630c923ed07c2a8]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 17:44:07 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3852ead7c96615388570098bf091ba2e6cf1dd2]

        INTEGRATION: CWS ooo19126 (1.26.140); FILE MERGED 2005/09/05 17:33:25 rt 1.26.140.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4091b7263f001b1058ac0f27d37d11cbb4f29c7]

        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>  [b0b395e7fbbbb3563e659689ffbe937151f6bc11]

        INTEGRATION: CWS ooo19126 (1.2.154); FILE MERGED 2005/09/05 17:33:25 rt 1.2.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88d76046461d9a1fb38e2f50ea20b5f56eb1b2a5]

        INTEGRATION: CWS ooo19126 (1.7.170); FILE MERGED 2005/09/05 17:44:07 rt 1.7.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [933ddb22a5b5b07aa630d07b79d5acb555edd80a]

        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>  [dfc6736936cb34bc62c1283ddc72741f7ad0a7aa]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:33:25 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b864b7d80a1dce22e71e6c311f206ea621e9c7f2]

        INTEGRATION: CWS ooo19126 (1.6.412); FILE MERGED 2005/09/05 17:44:07 rt 1.6.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [178faed357a96d8831cfa4a8a03d14afd11d9da7]

        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>  [c36d2c583dfd7525ed8faa113d9da96dd6769737]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:33:25 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec904ab09315558b505ac1791e7f55877d3b6e72]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:44:06 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51ecf5e7663861fecb968516b8568f3ffe8d2af5]

        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>  [df1a44d8fdc35661c14b8b92a294711a5718450a]

        INTEGRATION: CWS ooo19126 (1.12.204); FILE MERGED 2005/09/05 17:33:25 rt 1.12.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [534936f6529ae5a8388c9646dfc502e98b1613a4]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 17:44:06 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [108ea3351bd284fdb9fd538b6a8cd803f2031417]

        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>  [a47e212b32294927e7f6fc3cca13d1c32da632e2]

        INTEGRATION: CWS ooo19126 (1.18.50); FILE MERGED 2005/09/05 17:33:24 rt 1.18.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [470d269a80d628d2e48e3523069f577ef6119d6a]

        INTEGRATION: CWS ooo19126 (1.5.350); FILE MERGED 2005/09/05 17:44:05 rt 1.5.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed18c8f9bdef67909c879a45496c37fedb4d8391]

        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>  [52c327756298477be626266c02bb75543c023b69]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 17:44:05 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [440facad23f770943be7f38698426670472ba1b9]

        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>  [e78f94ec0a3170ce1f2cd788c6b233f1b86baf9a]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:33:24 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4434315302f359d9deee24f4784276e008548d7f]

        INTEGRATION: CWS ooo19126 (1.7.168); FILE MERGED 2005/09/05 17:44:05 rt 1.7.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45fc01db06b483d49241b99b281fdcda4387aed8]

        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>  [3989e9af9e3ea7056401037106b5e0848ebc968c]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 17:33:23 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd13df98fb5fa2a54865b07140523cd717e6344c]

        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>  [8ac6e3c08b3c257c5506be1087b1614066f00959]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:33:23 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb56a8925fffd00d117e9f9901f572840c159c6b]

        INTEGRATION: CWS ooo19126 (1.4.200); FILE MERGED 2005/09/05 17:44:04 rt 1.4.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c590722dbf43da8a0eb0af338d81e80f4e24badf]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:33:23 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68c12b97aa2b15245e25467496bcf2f47b5488ba]

        INTEGRATION: CWS ooo19126 (1.14.224); FILE MERGED 2005/09/05 17:33:22 rt 1.14.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c3b9ac3b58bf08fd56c829cddee0b66f99d5e96]

        INTEGRATION: CWS ooo19126 (1.7.188); FILE MERGED 2005/09/05 17:44:04 rt 1.7.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [379ba498d9af1f0d4be48f8a90307f865d2a2fc5]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:33:22 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbf4e1570262ab5fb3022131731e45ce1bad0ab0]

        INTEGRATION: CWS ooo19126 (1.3.444); FILE MERGED 2005/09/05 17:44:04 rt 1.3.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b97087d49013b084de8ed4d1e63120208c5c2856]

        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>  [ad953bf715a6ffff18bccd906a1fbf91909956fe]

        INTEGRATION: CWS ooo19126 (1.7.478); FILE MERGED 2005/09/05 17:33:22 rt 1.7.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [569f135cb9d4eaf25bcf4e944810315a29d802f5]

        INTEGRATION: CWS ooo19126 (1.7.218); FILE MERGED 2005/09/05 17:44:03 rt 1.7.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44f2093cddee61bdea66ff405fe3e7cc0de1b786]

        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>  [3877f4dada9d78b9b25801e7eb7843430e3f3de6]

        INTEGRATION: CWS ooo19126 (1.2.478); FILE MERGED 2005/09/05 17:33:22 rt 1.2.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47a3149075d28fa2bc980d0a0e26b0d0086d1f92]

        INTEGRATION: CWS ooo19126 (1.8.350); FILE MERGED 2005/09/05 17:44:03 rt 1.8.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b1910c93f3467d942c0bfd591089c7b11d9aeb2]

        INTEGRATION: CWS ooo19126 (1.13.204); FILE MERGED 2005/09/05 17:33:21 rt 1.13.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [043a5d509c10a3880fc9815ec978a5cb24d6f312]

        INTEGRATION: CWS ooo19126 (1.1.444); FILE MERGED 2005/09/05 17:44:03 rt 1.1.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d77b21c5e51f706ee543a26a2175769339efc677]

        INTEGRATION: CWS ooo19126 (1.39.44); FILE MERGED 2005/09/05 17:33:21 rt 1.39.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fff732adaa1bb424deade161fa651edd687381fa]

        INTEGRATION: CWS ooo19126 (1.1.444); FILE MERGED 2005/09/05 17:44:02 rt 1.1.444.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [005b433f76edf15d698a32f5ad5dff0aea2ee555]

        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>  [7fdb793e3194bf4ab1124ad79085015a8fecbf14]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 17:33:21 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [822f191d632b13a4b78568dc7084f1bfe4121b63]

        INTEGRATION: CWS ooo19126 (1.4.438); FILE MERGED 2005/09/05 17:44:02 rt 1.4.438.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c706bc632c90e2e7ec572cea9251548c90678acc]

        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>  [8f2b9173ad35a2520deef27c4cf608c7823bcb9e]

        INTEGRATION: CWS ooo19126 (1.170.80); FILE MERGED 2005/09/05 17:33:20 rt 1.170.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daa967a2bf31868fe213e053667eed5a48f76204]

        INTEGRATION: CWS ooo19126 (1.7.412); FILE MERGED 2005/09/05 17:44:02 rt 1.7.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2050f4afe5626b4aea67d40d6231ecbb501ed80e]

        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>  [8972a1f9e03522955ccf1ecb2a100a76bf53ff48]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:33:20 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da546598ea3afdf3f7a72948b3e1b90828fc5514]

        INTEGRATION: CWS ooo19126 (1.5.412); FILE MERGED 2005/09/05 17:44:01 rt 1.5.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87e974e1da221dc8c9df1f3c7cb43ee738231a56]

        INTEGRATION: CWS ooo19126 (1.3.556); FILE MERGED 2005/09/05 12:38:58 rt 1.3.556.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58fe08b8cd02ec32ad746adb33614710fa4b5c75]

        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>  [2cb9e587abf70c618ea7ac7021b6e65aeb6af546]

        INTEGRATION: CWS ooo19126 (1.17.98); FILE MERGED 2005/09/05 17:44:01 rt 1.17.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed125bde86827786f735abceadf1af9ee2be853f]

        INTEGRATION: CWS ooo19126 (1.53.224); FILE MERGED 2005/09/05 17:33:20 rt 1.53.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02f79ce8151c798818b2e067da6ca7a581567c32]

        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>  [0af1120b77b169d1b65d4e94f12c57801712b8a6]

        INTEGRATION: CWS ooo19126 (1.2.418); FILE MERGED 2005/09/05 17:44:01 rt 1.2.418.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b084762b9302a953441fd36e4743b9f00a3f9472]

        INTEGRATION: CWS ooo19126 (1.71.96); FILE MERGED 2005/09/05 17:33:19 rt 1.71.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0241e5ad3539602f9331afc704e3c84ef8f045b]

        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>  [8f9634d74e6776e9b9976ba643b04fee69e423b7]

        INTEGRATION: CWS ooo19126 (1.3.422); FILE MERGED 2005/09/05 17:44:00 rt 1.3.422.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eea5f5bedfc654a4b828da8596ed04701e325dda]

        INTEGRATION: CWS ooo19126 (1.99.142); FILE MERGED 2005/09/05 17:33:18 rt 1.99.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e5521cb26f56c81f31ee824d7adfa995b01847c]

        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>  [6d27c187616b9f01819d6754062295b1f1567520]

        INTEGRATION: CWS ooo19126 (1.5.442); FILE MERGED 2005/09/05 17:44:00 rt 1.5.442.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d22e86adeabbd56bdb2a4511e31f3b1a7a87a1f3]

        INTEGRATION: CWS ooo19126 (1.15.204); FILE MERGED 2005/09/05 17:33:18 rt 1.15.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3596f8ee4c87e1784e705d3b34b71fdf6ffcf49]

        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>  [458a9d2751bbf24b60f0e14b4bfc68d1acab29fb]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 17:44:00 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db7df5356b0902d8fab06835cb5f68a0eca0093d]

        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>  [2754411a11fba8527a24d07f0eb3542107cba025]

        INTEGRATION: CWS ooo19126 (1.11.126); FILE MERGED 2005/09/05 17:43:59 rt 1.11.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdd34992328896bf8e6105c4058350f1e32e080b]

        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>  [d2ace9eacbac72b6a96d84a13a78091b1061783a]

        INTEGRATION: CWS ooo19126 (1.64.44); FILE MERGED 2005/09/05 17:33:16 rt 1.64.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce9ae5454c5f0882b663276d162647db53020986]

        INTEGRATION: CWS ooo19126 (1.7.188); FILE MERGED 2005/09/05 17:43:59 rt 1.7.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f0b922f6a4eb29cadb488ae84f1882c9db07a52]

        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>  [facc7de9c50d5868989db783d3282aa8f278fadd]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:33:16 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe3369376329396d57e280c0c94bde1a74da30d8]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 17:43:59 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0b0ba4768cc59864e17f8298c69d31acf001ae1]

        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>  [87c569d15df8cb490699a73b3b70aa51a26cdf12]

        INTEGRATION: CWS ooo19126 (1.26.204); FILE MERGED 2005/09/05 17:33:15 rt 1.26.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ab2d8da3b765dc4bc7c7d0495c226459126514d]

        INTEGRATION: CWS ooo19126 (1.11.188); FILE MERGED 2005/09/05 17:43:59 rt 1.11.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3841e5520bbad085057dc5b62f92bc9c788f374]

        INTEGRATION: CWS ooo19126 (1.69.98); FILE MERGED 2005/09/05 17:33:15 rt 1.69.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [145946f9f6ed8eb6964c55169d85a613229fd057]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 17:43:58 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2a6f73bf60febd2029f0d0ec0248651f89ad8d8]

        INTEGRATION: CWS ooo19126 (1.13.46); FILE MERGED 2005/09/05 17:33:15 rt 1.13.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ffe8c2c4508a3202ff951b391c540d036cb7ea0]

        INTEGRATION: CWS ooo19126 (1.1.420); FILE MERGED 2005/09/05 17:43:58 rt 1.1.420.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4187dcf233e0f11f286448e4bd1c31d053f25827]

        INTEGRATION: CWS ooo19126 (1.10.480); FILE MERGED 2005/09/05 17:33:15 rt 1.10.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12b319f1336fa5941e1091aefb3e5ee25cbbca96]

        INTEGRATION: CWS ooo19126 (1.33.120); FILE MERGED 2005/09/05 17:43:58 rt 1.33.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aafe79e959d1b6794b9995ac98de6eb22515d0e3]

        INTEGRATION: CWS ooo19126 (1.5.496); FILE MERGED 2005/09/05 12:38:58 rt 1.5.496.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [412d48f79223410e046fac3a49829ad651c56489]

        INTEGRATION: CWS ooo19126 (1.18.204); FILE MERGED 2005/09/05 17:33:14 rt 1.18.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb8e6b00dcf63edb8a6f71b528e325d65313f3b1]

        INTEGRATION: CWS ooo19126 (1.30.120); FILE MERGED 2005/09/05 17:43:58 rt 1.30.120.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d589a09c2b5adbf87a2ccf6c66e2e804d4568c4a]

        INTEGRATION: CWS ooo19126 (1.14.176); FILE MERGED 2005/09/05 17:33:14 rt 1.14.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb10aabe493f6baae0deab29eb8d3373afe5b751]

        INTEGRATION: CWS ooo19126 (1.6.298); FILE MERGED 2005/09/05 17:43:58 rt 1.6.298.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f5ca2e075b0cb0ce1949eec173685c3cdd3a1e3]

        INTEGRATION: CWS ooo19126 (1.13.204); FILE MERGED 2005/09/05 17:33:14 rt 1.13.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e97caa726eb11b39af245a348ce917f9adb8af32]

        INTEGRATION: CWS ooo19126 (1.2.412); FILE MERGED 2005/09/05 17:43:57 rt 1.2.412.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acf65648bb9115cd1910b4fe1cd1e730f284a10b]

        INTEGRATION: CWS ooo19126 (1.22.82); FILE MERGED 2005/09/05 17:33:13 rt 1.22.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dce8942b39bba9d50b59767c720940f277dd8dd1]

        INTEGRATION: CWS ooo19126 (1.6.66); FILE MERGED 2005/09/05 17:43:57 rt 1.6.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9742e1a21dbee09608a280665747e02879ea34c8]

        INTEGRATION: CWS ooo19126 (1.23.204); FILE MERGED 2005/09/05 17:33:13 rt 1.23.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1f87b0e1f43b99c8888ab64e40cb2ac1b3d56a1]

        INTEGRATION: CWS ooo19126 (1.6.218); FILE MERGED 2005/09/05 17:43:57 rt 1.6.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ecbcd2690bfd11662f1cda6677e1ee2e58e188d]

        INTEGRATION: CWS ooo19126 (1.17.154); FILE MERGED 2005/09/05 17:33:13 rt 1.17.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79b3fbc6bd74fcaace538fc08f2afa26e40ed7a3]

        INTEGRATION: CWS ooo19126 (1.6.350); FILE MERGED 2005/09/05 17:43:56 rt 1.6.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e46ffd189022c60e7a7ed628885fa0b41b45e20]

        INTEGRATION: CWS ooo19126 (1.21.154); FILE MERGED 2005/09/05 17:33:12 rt 1.21.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce16b5b6d99a4f091c31a032c451e65875f11117]

        INTEGRATION: CWS ooo19126 (1.87.40); FILE MERGED 2005/09/05 17:33:12 rt 1.87.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [267432b45b8720b44d36d1c703535791f52dba47]

        INTEGRATION: CWS ooo19126 (1.3.340); FILE MERGED 2005/09/05 17:43:55 rt 1.3.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc5886c393833917b5d321239250a7f67fef88ad]

        INTEGRATION: CWS ooo19126 (1.21.204); FILE MERGED 2005/09/05 17:33:12 rt 1.21.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96400ede90aade142ae0b8a91bfb18bb87dfca26]

        INTEGRATION: CWS ooo19126 (1.2.508); FILE MERGED 2005/09/05 17:33:11 rt 1.2.508.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b202e0181dd940987b215ed2c44b79ad727120b5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.454); FILE MERGED 2005/09/05 17:43:54 rt 1.1.1.1.454.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [058614fa7e927120df91a4d658ebb7bde7e24b24]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:11 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50a86067c447452e176dcff41acd3e39fd48d4c1]

        INTEGRATION: CWS ooo19126 (1.89.56); FILE MERGED 2005/09/05 12:38:58 rt 1.89.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d340ea6bb5cc9fbfefd49e7f3b57bc2707070792]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:10 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5e0d796e063890e2bb5f4dbab99e399ffdd4543]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 17:33:10 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a23d1321ec22378a184a2f0686b2bfa051297057]

        INTEGRATION: CWS ooo19126 (1.6.142); FILE MERGED 2005/09/05 17:33:09 rt 1.6.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13dda6b72823f9e6c5d7348c9db4dc72e73de198]

        INTEGRATION: CWS ooo19126 (1.9.82); FILE MERGED 2005/09/05 17:33:09 rt 1.9.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1e0894a51c4eb2384b6119fac67a8e40bf796a5]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:33:09 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12251ecd15dd857bd2f80cff83d7b7a9e25329ae]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 17:33:08 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0348e781a7fb9aa0aaa1ae012a229f5727ba421a]

        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>  [7105e29cbb751715199fc3b7bd2116f97d789b43]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:33:08 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a060078f9568a8d05c5a3964dec2650054730756]

        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>  [b9cf7831b55a93bca7df92fb597cd560a0d5da3d]

        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>  [811dc948866968b49c19f45a054e85228e6a1f30]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:08 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f695fb650892db606e89e67b3cf2f2010d0909d]

        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>  [d3d173032d7df6b4d154857e9a57e92ae7f73f2b]

        INTEGRATION: CWS ooo19126 (1.5.82); FILE MERGED 2005/09/05 17:33:08 rt 1.5.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5797fb5c16342002d1945890d5bc736fdd8d191f]

        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>  [b0358a62ebd18c6cb5a93889b97b0958c8472027]

        INTEGRATION: CWS ooo19126 (1.8.44); FILE MERGED 2005/09/05 17:33:07 rt 1.8.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [647811bc8bf207da9997c5041e79d89ae9ff1d50]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 12:38:57 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32c39400b292cfb50dc3e7e409f7f8df7ec1ac5e]

        INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 17:33:07 rt 1.10.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [920842ce9afd8e1574ef23ad4fabed10577eabe9]

        INTEGRATION: CWS ooo19126 (1.5.142); FILE MERGED 2005/09/05 17:33:07 rt 1.5.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79d5f2a1571a749c945886167443a42428660a8d]

        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>  [e0d73c12022a685057d2de38b66eda4989d5c33a]

        INTEGRATION: CWS ooo19126 (1.7.96); FILE MERGED 2005/09/05 17:33:07 rt 1.7.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc0e50727f154ec8068fc76b91bd967b19ed36e5]

        INTEGRATION: CWS ooo19126 (1.12.98); FILE MERGED 2005/09/05 17:33:07 rt 1.12.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [202ba7544812963e23f805712cc0805172ebe89d]

        INTEGRATION: CWS ooo19126 (1.10.98); FILE MERGED 2005/09/05 17:33:06 rt 1.10.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02126e89a1675306be349a13f4f836fd20873433]

        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>  [61a1ba91527c24304ebe8c34d3df1b16b82ebd98]

        INTEGRATION: CWS ooo19126 (1.10.104); FILE MERGED 2005/09/05 17:33:06 rt 1.10.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc90adb9f4f7fa92aa3abc7d7e44217f665c719e]

        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>  [87ff44b18d9f1c0911e56b87869fb14bca39195f]

        INTEGRATION: CWS ooo19126 (1.20.86); FILE MERGED 2005/09/05 17:33:05 rt 1.20.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8783a2fdb5e2b6c5aaf1cb04a97b8edbb8468d55]

        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>  [cff4ae1a546b8fad88583fa49828decc9f00ed7f]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:05 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [add09956def71fe1f0839b9b6b3cf732a14005d0]

        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>  [87e61ec925cb0470ddefbd426e0921cded50e406]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 12:38:57 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65ae07bb6210eaa1fdd31710030cb266bbca5c9f]

        INTEGRATION: CWS ooo19126 (1.34.104); FILE MERGED 2005/09/05 17:33:04 rt 1.34.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0044cb41fd86b90af3dcacf81bdce6c053b5124]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:33:04 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9f343f29a20ac21aba17e7f457e973bb031f4b6]

        INTEGRATION: CWS ooo19126 (1.6.176); FILE MERGED 2005/09/05 17:33:04 rt 1.6.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7edd63632a02289e702758ad387356faad9ee4c]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:04 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fe441df390a7a9b58c1c10f5b3b8f04bb24a174]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:33:03 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75d36a21870212a0d1b8e9ddba9d7776d741245f]

        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>  [189536b4680e77adcb8615274bce339fa5a46de4]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:33:03 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57b6b54cfac9c376104055fa6657a95b9af40fae]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:33:03 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7157c194cd9e47b06829acd083fcd1b3b03b218d]

        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>  [f3c5e82b7bd2e6bca5e3426618060728b8921b95]

        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>  [6d1dbb0378f25a0ce0e531c0f2221c9a8c74c722]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:02 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f74f776179ca3f6fc70ed663e793fe9c889c35dd]

        INTEGRATION: CWS ooo19126 (1.7.176); FILE MERGED 2005/09/05 17:33:01 rt 1.7.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0bb719885e3ebdb11da5b3fddf1ea83a49477bf]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:01 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0992e03fda26b3cb1aadae3466f6fcd370cdc4e3]

        INTEGRATION: CWS ooo19126 (1.39.104); FILE MERGED 2005/09/05 17:33:01 rt 1.39.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2cfa222584b00948fd39ebb617b0a2628438ed5]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 12:38:57 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a22af1a95ed156f380e1f93eaf80bddde52a3f6a]

        INTEGRATION: CWS ooo19126 (1.4.502); FILE MERGED 2005/09/05 17:33:00 rt 1.4.502.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa71faebee8fe831375c3f14f52f4b9e41fdebb4]

        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>  [3533435b9a7024b380e4b84d47a71f2d553a3eb2]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:33:00 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efc8e33cc2c5edd089355875a2d646dd3c01f351]

        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>  [128c7a03de52c44403c8073b7b649573506d00a0]

        INTEGRATION: CWS ooo19126 (1.10.104); FILE MERGED 2005/09/05 17:33:00 rt 1.10.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [994d485e6e54cd45f4cc738fdf89b0c5bef8a634]

        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>  [c1ca364b9074ec5a967d65fffd34a58c02f71d77]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 17:32:59 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86511546cc262751a8921502c06c5d1eaf84ef71]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:32:59 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd757d15231ece179b73af73b514482d26252ca8]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:59 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3240f29cf3784aad5256feb9c60c85e2fd822b39]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:58 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43c88a4237d4a67a15d0f950718dae30a46d1f70]

        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>  [b440af494239e9f5c166faeacd45c9eb56318499]

        INTEGRATION: CWS ooo19126 (1.16.176); FILE MERGED 2005/09/05 17:32:58 rt 1.16.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [deb7fd4dc3139212127a8ec4f2d6ad0c7fceee84]

        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>  [eb3543529708d035eddf14c81167289e412b46de]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:57 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd16d6a64a0403e9f9dae4f76292be70e56ce1e1]

        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>  [410aa6a09eacbc2a8ca9384c77c94bda49da40b4]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:57 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ce6b0e8a99004bc504f287602df5948d2d63aaa]

        INTEGRATION: CWS ooo19126 (1.9.98); FILE MERGED 2005/09/05 17:32:57 rt 1.9.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b7e31377640d02c62340bcbd9df5542f25e744c]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 12:38:56 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [497e8d37e616a6df9ddcef546ebbd8f95aebd4c9]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:56 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a521d93074b4dfa2d25b628529cebaaee99abc5f]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:56 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c2aafe291ea13217a558decd5c17794c312fc4f]

        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>  [bc1355409957f6508fd2e2a25d8e84319fc76466]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:55 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33ac6638515cbfcbdec7e4f4cee030a80f4e28d0]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:54 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61c7824156c9fb27e37a88c64382a1e3353dda72]

        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>  [45075b6bcc3025c98e7102cef32fd8a0ddcbd13d]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:54 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [008cb6ddd207b8dbdbfc983b8822924569d7823d]

        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>  [9b6b3b88adec462f8b83461554df938ec09eae78]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:53 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c66faaa0e80984bda59b222113cdb9600f221a19]

        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>  [067416ad278f9964f993f681a042ce890081b0bf]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:32:53 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [903f14476ead9e2fe1f02074688a4cb4c619bca0]

        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>  [c9fa4b521662ef822ea966dd2945ca2f042be0f4]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:32:52 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2afc648507e1b8535c6ba30026e49f6bc89e9ea4]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 17:32:52 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f917b963ce0b7e79dd32d5a96213740367a00efb]

        INTEGRATION: CWS ooo19126 (1.6.98); FILE MERGED 2005/09/05 17:32:52 rt 1.6.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3c280f8eb2349590eba5903cd0550c687110c68]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 17:32:51 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46a92cf7c7f37ac392634e786e08d49881b7dbc0]

        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>  [c06a267c2be6d6f29b4f841ff4a5b92528b4045a]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:51 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96cb305f0e637c17368c422beb0faaded04cc642]

        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>  [189f5cac1c091a2b60e723ce430274fb9e7c4b22]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:50 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be6711dc62b1b43ad96e693b764e8b53433c1534]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:50 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72305dfdabd428d5e45cfdd8946d28ccfee88554]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 12:38:56 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7092547f942b553e08f9e922893fd38f07f8da94]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 17:32:50 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f16f88c14bf945ed30f6a41ae80bb9e2febcc28c]

        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>  [6a64fcd9b7d93f286ee9e697c4577320eefa3b3e]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:32:49 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0172cbae96674138605868eb6f8f979520401deb]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:49 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85d3c69e82de9c83a2e7071ab0ad079872108a77]

        INTEGRATION: CWS ooo19126 (1.4.160); FILE MERGED 2005/09/05 17:32:49 rt 1.4.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffcf7541b0820494ea1f80eaf4387eacddd9ec89]

        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>  [0b08a8213345b1db0bb7919597fba0ae420f5f60]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:49 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b85900623115fb85f460ce1c0771b7d40e487df]

        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>  [d4a43e79011390c060135f8622c98b8192ea33db]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:48 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b85342cd2098674a92c421dc6d57ae0ef5f1036e]

        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>  [16e1df0f6ac6dafa9f942a8fdfee3794477db846]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:47 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [245c263931e47d0dcb08effbfbba51fb9137af25]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:32:46 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c41bb6fbee6bcd1eb7fa316f831a64af7aadb505]

        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>  [39766da31160604ca54738bc222d4244701011d2]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 12:38:55 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31dc0a56f4ace5dd5ad433a490001ef83bb195f0]

        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>  [38ac0418469d200188a44330f20dd896c3d73816]

        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>  [1e758fb9859a507bf68d04af9fe2583a61173e94]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:46 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1972b20567ba8c1197e040d38fa246ceb04d93e2]

        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>  [7a5dfc5b2617ddb03c3b564a1eacb3ab050660fa]

        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>  [79c159004071d2287805e5ca158c0499abc23ac8]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:32:45 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dd9b009af923b0747395a5fc9689c476d9c7f87]

        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>  [8bc57c77535ca930de9cb90c3211b8c7ee2545b8]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:45 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f0edec28e71df72e55619a6fb65ff673206bcf1]

        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>  [1d4b2355dba591b49538810c394c3f46926eae51]

        INTEGRATION: CWS ooo19126 (1.14.28); FILE MERGED 2005/09/05 17:32:45 rt 1.14.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8915a6660786cdcd20831daddd1786bc3cc11a53]

        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>  [b69c0ceb0a2508ab083f9cda8d58808f5f18bf4f]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:44 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d44fabbd1c14261aef394296c9a37048f40b4a10]

        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>  [3a23b3e7c1437ed709f27b0b5e6868c9a3dafbba]

        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>  [b19fe4a2d82a6f6eb09a5f7c4f97ff51911fb9b5]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 17:32:42 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a44f31dfa3fd6ab723b52701c14eba8ff03e3885]

        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>  [40745d3d49afb44a7bc98700d01b4a77b1cfd038]

        INTEGRATION: CWS ooo19126 (1.8.96); FILE MERGED 2005/09/05 17:32:41 rt 1.8.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5eda802f507070a8b6d21f484a28b24fe847029d]

        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>  [bb54c0709dac079f237ac914b3471c53a54eca06]

        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>  [57f7fa3a032b7a2bc96518d12c9d8b8eaf4f73bc]

        INTEGRATION: CWS ooo19126 (1.46.116); FILE MERGED 2005/09/05 17:32:41 rt 1.46.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5760f071ede12facb1a3d383e960732288996ad]

        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>  [465f8ad4da03a2b51ba88eb70fc1cd16ed12f603]

        INTEGRATION: CWS ooo19126 (1.1.1.1.516); FILE MERGED 2005/09/05 17:32:41 rt 1.1.1.1.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13744b65c0c00507ce681d3a91ee5d100d2a8d58]

        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>  [eb073537c554ac1feb6d0299b9ebffdf1486915a]

        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>  [2a85e559cb00ce1a3c654f6fca444f19d74d9de8]

        INTEGRATION: CWS ooo19126 (1.5.224); FILE MERGED 2005/09/05 17:32:40 rt 1.5.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9ae60d71087df68edf72cb66c738f864c900622]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 12:38:55 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df90c80548f17e91d92296a25e7ddd20d8758292]

        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>  [c2a6d158d7009f4f87e8e25267e813f4868a6c15]

        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>  [4131d97a0991413567d4e5414f6a6a1341e28e11]

        INTEGRATION: CWS ooo19126 (1.5.494); FILE MERGED 2005/09/05 17:32:39 rt 1.5.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78d2682473ec9f25c4111fd699780f838efbb48e]

        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>  [b443360327bad76f1ef358a6895bc8ffada3df69]

        INTEGRATION: CWS ooo19126 (1.8.104); FILE MERGED 2005/09/05 17:32:37 rt 1.8.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9d95550d5b2e6cdab6043a883bf5c7313d20442]

        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>  [16e7f66fa83409ce6b621aaa35c937aab81968cb]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 17:32:37 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7742da191f8662fdbcd25162cacf7c740e5591c2]

        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>  [cfc48f7e8fe1faadc4d97e3caa46cfbcf068f401]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:32:36 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [282ee3fd8ddc0a9d7d0717c53d61c51e74f1bef5]

        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>  [bff53317475b88c6b1cafe4bb966ebee35153c23]

        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>  [a5949f0dba51659f13278ef2778753d12088722d]

        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>  [c0170634da3cbbb85e19ed46b507f56180784037]

        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>  [5e13b3609d8387aa0b14b6e836812741e884bdb5]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:32:35 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7faf107b604e6ecb5f47d31e5cee1da09e3673ba]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:32:34 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b953612a695c794738c7d631068acbef8828bd2]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:32:33 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6769c14ecddd3d02ab06c297f1a63d2b710894a5]

        INTEGRATION: CWS ooo19126 (1.12.104); FILE MERGED 2005/09/05 17:32:33 rt 1.12.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28f0aa011a77d4a4a15dbff9053b3c41bc13f61e]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:54 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1a1de4686d034e4452463897e7d9590b014c17c]

        INTEGRATION: CWS ooo19126 (1.3.494); FILE MERGED 2005/09/05 17:32:32 rt 1.3.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ec3ce92b1181c2b316b17ba75a4fdb693fc299f]

        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>  [a2a90cd976c18b37432f478356432f69029f6e86]

        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>  [001930e938d10efc4d7d6d73f7af19c2e9b82450]

        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>  [7b5da8baf36e59c10fec9b8f8adea13dd3fc6976]

        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>  [127d10802985a2751d67d5c29cf43200dcd0522d]

        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>  [4ebce8d61a20856e05c347de5ed486099b43c23f]

        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>  [8413f05a1fcba802183a1ed805d6c3c0e2613779]

        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>  [c05925bef909c7db588043a9195747a16f5e2e9f]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:54 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71967565bc26343ea4d1e2fe8ab594ec1ec0bad3]

        INTEGRATION: CWS ooo19126 (1.24.104); FILE MERGED 2005/09/05 17:32:32 rt 1.24.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5693929d3772f960fee5a8f650165c6da5725bb7]

        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>  [95a0382b6c0bac3c9eceb04476e90281f0c542fa]

        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>  [b851d789b8012504884513b12ff29844a2b64ffe]

        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>  [27ee7d749aa48fa75b70ad230659b4c58f1e249f]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:54 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2aa49591fba6540ce92f1281cd8ef67effdc5941]

        INTEGRATION: CWS ooo19126 (1.24.204); FILE MERGED 2005/09/05 17:32:31 rt 1.24.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b1e206054868b0d5095bdadf25400e28f742837]

        INTEGRATION: CWS ooo19126 (1.5.478); FILE MERGED 2005/09/05 17:32:31 rt 1.5.478.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [621e33332958a5695fc7d2a82beb03fe6409ccc5]

        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>  [35c2bae68b3795b2881e9f71a8f0ed4585f75d1c]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:32:31 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43314d6be8b0594bb7214c9e40fd3771e43a25a7]

        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>  [0c4ca1bb930d418b21cab5b817b9ccd8ab3d97d1]

        INTEGRATION: CWS ooo19126 (1.11.204); FILE MERGED 2005/09/05 17:32:31 rt 1.11.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3499d0001640e37561fa336749a0b732f35fd76c]

        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>  [af976aefa4395baafee6255b943b67d6e12d2c5b]

        INTEGRATION: CWS ooo19126 (1.20.146); FILE MERGED 2005/09/05 17:32:31 rt 1.20.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c523ebae0eeeb66c621b7f52adb9e62e0151b58]

        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>  [dc2e40c45d4b076040b22a4c2b2e2486e0960238]

        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>  [df6ccd0e5df6280c361b175976a6284c6ccf349c]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:53 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [807c68fc8dfb06c483864cb9c11704775b07e344]

        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>  [b8845d87bd662d9daad04481f08d9012d69f3477]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:53 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbfccf9500ef53ca68c8df282d9882a29aa9d9c2]

        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>  [ce038334ca7c5aef714222232894d747d9344af0]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:53 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bae2f67c873f1f004fe0e479042fb9c070217c3]

        INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 17:32:30 rt 1.5.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271d718c6c9b09a049e7b987097a88ee92fd1404]

        INTEGRATION: CWS ooo19126 (1.1.1.1.516); FILE MERGED 2005/09/05 17:32:30 rt 1.1.1.1.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53d510c21c4f1a3fe1986fbc90a8b8d6f61f3fa5]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:30 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9aed607f5e6340b2f654ac25cea7f3c6ed72f2f0]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:32:29 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fc87e564ab05782a4a07a59441487ce30c24052]

        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>  [5ea84f55e0bda0bffe65c2be980bb606bdc85436]

        INTEGRATION: CWS ooo19126 (1.10.176); FILE MERGED 2005/09/05 17:32:29 rt 1.10.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d365a82080ba57c87595526fcd338f8d1298f338]

        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>  [0f1a4f91039e63e494a8ad7902c1b3e51499ea4b]

        INTEGRATION: CWS ooo19126 (1.2.504); FILE MERGED 2005/09/05 17:32:29 rt 1.2.504.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13924328eb914f9c5b71f3264685b67cbc5e78de]

        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>  [ad1e4c61b58046319f84b0ddea80983552283bd9]

        INTEGRATION: CWS ooo19126 (1.10.116); FILE MERGED 2005/09/05 17:32:28 rt 1.10.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0a295f8fb11048d8efeacb37eb3b05c22d42dbc]

        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>  [a7c159601f7aaabb2a8e710631041fec2c6397e3]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 17:32:28 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69ebd22c26ee63193ee77d60112844ff999c8b64]

        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>  [afb68e6c48533ab24f13a4972d57918e76e6b15d]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:52 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4075af5a7bc17a1a4a8a5151455f551b064139bc]

        INTEGRATION: CWS ooo19126 (1.7.204); FILE MERGED 2005/09/05 17:32:28 rt 1.7.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85a165df1aa67025b8b0ce91cc1288e3f636cf42]

        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>  [5592f2c3de6b6a754ac19febf1e165ac20cc5d23]

        INTEGRATION: CWS ooo19126 (1.24.104); FILE MERGED 2005/09/05 17:32:27 rt 1.24.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64066a732c354c877557b161a2df5f873213f838]

        INTEGRATION: CWS ooo19126 (1.4.492); FILE MERGED 2005/09/05 17:32:27 rt 1.4.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0af4e16f2092ec194d52d39d061996a6164aef6c]

        INTEGRATION: CWS ooo19126 (1.15.204); FILE MERGED 2005/09/05 17:32:27 rt 1.15.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c5b237ad99a79bb9d28e510ca6b75400e77c119]

        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>  [ad7a00cb396f09e0055b2611b6e07c8b896dc85a]

        INTEGRATION: CWS ooo19126 (1.4.146); FILE MERGED 2005/09/05 17:32:26 rt 1.4.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a8594d73046ea53112e2eac1214f8e2c31e0f19]

        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>  [1551c720c82e91348eed2d97e81e212bc4c9ac07]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 17:32:26 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2000be1b3f5cda5ed5867b10a4e67d6f85f90155]

        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>  [786150f4031796d190ea46450836f43192222a09]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:26 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d14f7d89f885ea85a0f5a63bf8a680e3e305d13d]

        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>  [29a21436b0530a612ef1eb390dd44dff49788122]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:32:25 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7f7219affaca691cadf62069396313daf34c4ab]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 17:32:25 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [362a93645d79bc6c187d7ec1ae43a0665583f285]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:32:24 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b84aea79c0813f470ab107b407b9a514fe9e94d]

        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>  [ab6faa03e5541eb82e017e3340efb4a2fa0c9dbf]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:24 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8e0f1d75ed5f1d0885cf5fb2fe797e8ee7d75c1]

        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>  [c723d8b5b89ab36d78b64ef67cbccdc570c6e3e6]

        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>  [9b87dd199f26f8c3d43dfa3f784845b6de4d258c]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:23 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ced72242b539240efe618b986b596df7c7510961]

        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>  [0bf4eb1b5ce172cad0b6194db3a0c3ec940821f8]

        INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGED 2005/09/05 17:32:23 rt 1.7.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31b531a9cde037cd3cf4d090fdded371c69c0976]

        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>  [dd883f3c983a34fc6bfa0fbaf2e55be66dc53b30]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:22 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69424ad34f6aa8780ed65c1f9e53ab4939b56acf]

        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>  [8f97f33c2d24b7c4d31df65641b2ebc368e980c2]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 17:32:22 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e1a3835a065152c6797655cc2d04df3a5adff36]

        INTEGRATION: CWS ooo19126 (1.12.96); FILE MERGED 2005/09/05 17:32:22 rt 1.12.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8ec3a87f8f32cc8e51b5e22b08cdd68b75844c9]

        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>  [9bf389250f5128f43c2c3984eb702330287b00d6]

        INTEGRATION: CWS ooo19126 (1.27.42); FILE MERGED 2005/09/05 17:32:21 rt 1.27.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81dffd21c95072423818e209a0745cab58d4dff2]

        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>  [d86e248624e10520b70fecca93a99dead8a4a608]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 17:32:21 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c36143a8fbc432788d310ae55237da54e262dcf]

        INTEGRATION: CWS ooo19126 (1.13.46); FILE MERGED 2005/09/05 17:32:20 rt 1.13.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c437b04f641e38b2d7ec79b73c4e3df6b42dcacb]

        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>  [22f74374308a58bda6828b2dced0982d36cd120c]

        INTEGRATION: CWS ooo19126 (1.18.96); FILE MERGED 2005/09/05 17:32:20 rt 1.18.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bbc36ec97a45cfb41facf80118848786cd090e5]

        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>  [26ac719d4cc3acb314c659cc7b02b88bfe8ff4f7]

        INTEGRATION: CWS ooo19126 (1.30.46); FILE MERGED 2005/09/05 17:32:19 rt 1.30.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [169fdc2ff31583f61fc89362a3638eda3d6a366d]

        INTEGRATION: CWS ooo19126 (1.60.46); FILE MERGED 2005/09/05 17:32:19 rt 1.60.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c51a2babe5db08717d89cfe4d10f41f0f9e7fb64]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 13:57:06 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d494911803bb9b1130cbf524bc3a24d9913e7a45]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 13:57:05 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd6aee50eea8b0be35206a2cfec82b230201cb15]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 13:57:05 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b93dd9e47fb60983c87cf58fc7eb0ed9017818b]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 13:57:05 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c9f81188fdc92ceb5d918050a47a62b7c82d2cd]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:57:04 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd113d9df9e66c1479a8e84d3313d32de15781d4]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 13:57:03 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d9ecb737005c87b9b4886331ed85fc2f54369aa]

        INTEGRATION: CWS ooo19126 (1.5.36); FILE MERGED 2005/09/05 13:57:03 rt 1.5.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96c8aff7e6f7568018a69a85083efccbc5253dc5]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 13:57:01 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69f70c447c24376e489d1ffc8658f9c566f99cb1]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 13:57:00 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [741ae3307bc8390ecbf28598e471a5dde229efbb]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:56:59 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [116a10b6f743a3c99a308d98332e5a17fe1f8d01]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:56:58 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ada044d7e84ce235ecbdec656ea15fa57f0fc65d]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:56:57 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c972a9b251fc26ae315febf6d2e7c4b1425d229]

        INTEGRATION: CWS ooo19126 (1.16.16); FILE MERGED 2005/09/05 13:56:56 rt 1.16.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a38ed11256de8c8baad364742a0e6fa0d2594b00]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:56:56 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8412deb61e636229ab8f9fc0368ab17c6db3fa6f]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:56:56 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [446e41058735f0b14433cfbe8d7b604a99e849d9]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 13:56:56 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b090fe0c9cd44715807a32daec487084298d402]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:56:55 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a91cb7cb9596c4322ba6b1d75585733963ffda0]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:56:55 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ad85f2816a601af4564a57330295860b9921b4b]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:56:54 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d394ecf684165249bc20a2b4802cfcc5953d532]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:51 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06ff8881c8df60d85dfbcce5a237e15bb42a6d19]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 13:56:54 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bbfaa9d248f1170d76e304b90e70de9883bd1b0]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 13:56:52 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f493868d9803621ebb4432bf55208ea82f3e3ec]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 13:56:50 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b64234582eed52b0a941b33422ef7f6097621cd1]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 13:56:50 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8189f983b4e3e7f2cf856de75be892a8078f9cf6]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:51 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8b2962818f20643dec2b903580590bd203844b3]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 13:56:49 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b52f7e1493ad659b11ade31e8f6ddf42b5d248bd]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 13:56:49 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [183ea72de635af75a782c593fe0256c7bd55a975]

        INTEGRATION: CWS ooo19126 (1.18.12); FILE MERGED 2005/09/05 13:56:47 rt 1.18.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a884b0ecb74cc79f05fc831dc51b06365926901]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 13:56:47 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c57b3682c24aee80491eacab32b681c961771edf]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 13:56:46 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4c412d2e03b79683d6da55ee19b62e1388fd5e6]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 13:56:46 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be51026221389e4948ae34083e9222d5e723b0ad]

        INTEGRATION: CWS ooo19126 (1.6.4); FILE MERGED 2005/09/05 17:39:57 rt 1.6.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1d3779c6a20d823a7bc64ed24b1bfc0e27a1d92]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:50 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c169d685de5089a2f2d3bd08350650274cd4b8b]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:38:50 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3626614a7e3626451f9f000706ec20196791785e]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:49 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [401b6140ce3751442e0b4d69df82fe3c112b230b]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:49 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0004db2121cc1b377a39df3847f0f9d50084634c]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:38:49 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [510c4df037fdb41e37589eb0d87e1cd83000b4b5]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:49 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5a396d1a7306355c508020abffe117048d2e926]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:38:48 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4ee36c97143cc6c2c7d6cd2f3ddff793ff1a870]

        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>  [6007f2cfb498a010f32d80940780adb1f4272ff8]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 17:32:19 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85031130518b82db80e9cca2d3afe45bf80005e0]

        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>  [a401f1a7cc2115fa72c5e4c7af7493a5a5d1cfdf]

        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>  [aea0ab6af84669dc80f996be3db4991e2f137fa1]

        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>  [32d1f3e31a6059bdaa3a4db9ea7e5b6b5c92af58]

        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>  [7d309b8a4f5a9c3ff3a69d5f2d9e786981d6d607]

        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>  [939f3b0cdd4b08005b751e684c995acc711a1536]

        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>  [48c73ed1c03771aeae91031292a69b0468e29cf2]

        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>  [93a000e335f1f56a7e777b41dce5a9b2115e44fe]

        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>  [7a3d692abb3f2f8ba9dac9cac9c146fdb384ac03]

        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>  [38fcd9a90912bb7a8aa199d1cf01a56efc94648d]

        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>  [ea854579c434696c9257f5ea58d4e022ca8e9460]

        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>  [387f5b64e4edb72859d8eff598f27cd2f7b0eada]

        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>  [39061a632cbac0a93de4732159ca325950f25733]

        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>  [23794026c6aec6046cc8f51eb3a1ba1740b070fa]

        INTEGRATION: CWS ooo19126 (1.20.44); FILE MERGED 2005/09/05 17:32:18 rt 1.20.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a9cd0613a3dccd6c0400c6df0c5b1fc488de361]

        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>  [fdc0040d3cc4281e5972b653840636844ff1d246]

        INTEGRATION: CWS ooo19126 (1.12.104); FILE MERGED 2005/09/05 17:32:18 rt 1.12.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd7245c31adce5b4e1ab8470ea7823daad71f1a1]

        INTEGRATION: CWS ooo19126 (1.30.46); FILE MERGED 2005/09/05 17:32:18 rt 1.30.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c60e88e8436c5fad47f6f0b729e0519931c1b71]

        INTEGRATION: CWS ooo19126 (1.21.98); FILE MERGED 2005/09/05 17:32:17 rt 1.21.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d825590bf0fada8755e6f2e996aec19844eb49df]

        INTEGRATION: CWS ooo19126 (1.42.98); FILE MERGED 2005/09/05 17:32:16 rt 1.42.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39f9605895b491cdb463213a643750672f3087fa]

        INTEGRATION: CWS ooo19126 (1.14.204); FILE MERGED 2005/09/05 17:32:16 rt 1.14.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d83c489c03e36724c5728748678a1f5138cad888]

        INTEGRATION: CWS ooo19126 (1.16.204); FILE MERGED 2005/09/05 17:32:16 rt 1.16.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcfce51c1909ac32838fff676cfa5c67793bf760]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:32:16 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd4f447a5363cb5d17119111e02d81352501e24c]

        INTEGRATION: CWS ooo19126 (1.10.204); FILE MERGED 2005/09/05 17:32:15 rt 1.10.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b3e5397326ad914332f15a7d76c1371e714fcc8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d33c649caec26a398a15c23ddb52da760d2c428b]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:47 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50294d45e82c0fb25663512c84c4a2cc375652cb]

        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>  [1ef88b970ec906ddff14bd23078051bbac5c008a]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:32:15 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9561e3b537a90363c995b0c150887ed5bae40ec8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:12 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48d0d1d4d93e522d4f67b75b9150bdad3f5ae1fb]

        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>  [66b5559250b5dbc34788637cfa06ff36a6c85007]

        INTEGRATION: CWS ooo19126 (1.10.204); FILE MERGED 2005/09/05 17:32:15 rt 1.10.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [405f9ee98025a4e1d490ffbf8902d9a530a845f0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fbb3616e0e9bb6002c825462d4c803ffcd233d7]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:46 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efe34114f4bb72702aec2403fed286a6d6ca8e92]

        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>  [7b879397eb617caa0eacb8b9fe3d6360b6e43454]

        INTEGRATION: CWS ooo19126 (1.4.204); FILE MERGED 2005/09/05 17:32:15 rt 1.4.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [134b348a6615dd6739508a6fb9d7b256c414e8d2]

        INTEGRATION: CWS ooo19126 (1.3.204); FILE MERGED 2005/09/05 17:32:14 rt 1.3.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e456c5d6f578dbfd5eb7805dddb207fb5cbfd0cf]

        INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGED 2005/09/05 17:32:14 rt 1.7.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46df2294a5877ae7d2f6a3213812e92241eebf02]

        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>  [caa8879eb57525cd28bc7509a2fbade013792d1a]

        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>  [d04c912243057b8b9fdd094e41c646f475675ce5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5735255c80a1aee4c6d6acd4c9ad37155a303310]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:16:09 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92020dbf904ff98451e7b9b5e6b50db655257d69]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf6da49467a31e78f1a1d4e5bf13ab0464e45920]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:45 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e6935825d8b7727c89a6839b2473df3193012ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:16:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d363ab5be8b32c10fd1ee2016fab3c4a7133da7]

        INTEGRATION: CWS ooo19126 (1.4.656); FILE MERGED 2005/09/05 12:38:45 rt 1.4.656.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fea80fbe563da8dbdac5d2dccc36e6a642ba51a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de85d7106ae96e11028a5098ec1ce4fde7540fcb]

        INTEGRATION: CWS ooo19126 (1.6.46); FILE MERGED 2005/09/05 17:32:14 rt 1.6.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1671b7aa6d06e8e521cca0340390b8789fc57224]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:38:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61d9705d6411428cfc561f3a9a72cfe9873c467a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [425976f36363268907ae80814c0e94ba595b9e34]

        INTEGRATION: CWS ooo19126 (1.4.96); FILE MERGED 2005/09/05 17:32:13 rt 1.4.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78d347f8822554a4e37d594c840d517a4cf6fea]

        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>  [deee34968c29b4c6680422131affcb8e7bee6722]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:32:13 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31fafbe5a4adaea849edaa15823a779ee224e5d2]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 17:32:13 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21aca7396426bdb3302a63b9fffa840d5209822a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9369a99aa22a3759ef76db549763e893933e3fac]

        INTEGRATION: CWS ooo19126 (1.20.104); FILE MERGED 2005/09/05 17:32:12 rt 1.20.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be9e21705e7c4e598ddbfc5776635529b3c2d96e]

        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>  [bc3cf2a780f8740f6bad87429e97723290332295]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:38:43 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e12a6f512448b9d2da6cde24781d377b2136557]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20214ea3a1f20f4b8e0b382dca7c694b544c1cc2]

        INTEGRATION: CWS ooo19126 (1.59.104); FILE MERGED 2005/09/05 17:32:11 rt 1.59.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bfa0df2a68b16dc3e8b5099197f71e3b134519e]

        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>  [00940c0eff831d7d6a8443c89edc528974f2074a]

        INTEGRATION: CWS ooo19126 (1.53.116); FILE MERGED 2005/09/05 17:32:11 rt 1.53.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1704b6d4b421da125ec67762f2591209536343cd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:38:42 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2778f42b7f0e9e864784492d36398f7b3c872ec8]

        INTEGRATION: CWS ooo19126 (1.12.204); FILE MERGED 2005/09/05 17:32:11 rt 1.12.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e51af40c72cf24a7132fc7389311fc637e0999a7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:03 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ad7c009a983bd418cc7fdc4c379a9429bf882de]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 11:16:03 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66d562f6624feb2cb3d68dcea732eb6743deba41]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:38:41 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f86058dda9297bac8cdf148597927b32f2d5a4c9]

        INTEGRATION: CWS ooo19126 (1.8.204); FILE MERGED 2005/09/05 17:32:10 rt 1.8.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4fb4454e8419dec98c8963fd3e646929ceb87ae]

        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>  [3a68b265804a13db4104a73ae390e89afd260ebf]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:16:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3267b4073c893fdb339fd7c3fb650bde6a91d94f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:38:41 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af9faedb2001c94bd715a28e005190c9b3bf80b7]

        INTEGRATION: CWS ooo19126 (1.12.204); FILE MERGED 2005/09/05 17:32:10 rt 1.12.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f94aaf5de5c731f3b01664f28ab125883b4cd5a3]

        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>  [bc3d8ffef50f8c7b5ff73fd09cfcae8ed3476d03]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9345e887d06daa4fb0be7b28bc62b865cb05483]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:38:40 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa5863367470ae872c319ab523807439cde70267]

        INTEGRATION: CWS ooo19126 (1.4.494); FILE MERGED 2005/09/05 17:32:10 rt 1.4.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d142e9e68aa65d6d754888e9f9ced85c0dc22635]

        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>  [ad209b2ec3d6ee7d108baad5b5fff510b20ab1d0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:16:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45c18337c9a6d922c1ba8dfe4adb773ba1b83e6d]

        INTEGRATION: CWS ooo19126 (1.5.204); FILE MERGED 2005/09/05 17:32:10 rt 1.5.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b916276194f34857b116c007607ffb5f7671bcdb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d81707a8289bff273cf5de1ca7f98ef0bd5caf3d]

        INTEGRATION: CWS ooo19126 (1.3.286); FILE MERGED 2005/09/05 12:38:39 rt 1.3.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [741d75eb6c6ec8630232f7dee34d2a164388a65a]

        INTEGRATION: CWS ooo19126 (1.13.204); FILE MERGED 2005/09/05 17:32:09 rt 1.13.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e43e4d15b4a498ab456af41d806a84e75c4c248]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c3d3d00a1fbfe337b9c8c846dd1eb6d734c023f]

        INTEGRATION: CWS ooo19126 (1.4.234); FILE MERGED 2005/09/05 12:38:39 rt 1.4.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [351430f7aa19713cd01d1d05fee55a7389f90b9d]

        INTEGRATION: CWS ooo19126 (1.24.176); FILE MERGED 2005/09/05 17:32:09 rt 1.24.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18e6621d8711390567de574bde29db9cbbcbca90]

        INTEGRATION: CWS ooo19126 (1.21.176); FILE MERGED 2005/09/05 17:32:09 rt 1.21.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fee53218e720474d829035c69bb5f37a839436c]

        INTEGRATION: CWS ooo19126 (1.3.234); FILE MERGED 2005/09/05 12:38:38 rt 1.3.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed25dd20f1daec8dc163e0b9f4758038ecaa769c]

        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>  [b6f0cee6e6890677271488add757bce09de67d11]

        INTEGRATION: CWS ooo19126 (1.61.116); FILE MERGED 2005/09/05 17:32:09 rt 1.61.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a1de4a8530d817f6416c27157bcb3776a480e31]

        INTEGRATION: CWS ooo19126 (1.4.234); FILE MERGED 2005/09/05 12:38:38 rt 1.4.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85d1e94f5d742f9a3164d482481ce097ede3e349]

        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>  [44866d7ad397cdcbb2a749bd16496954c3584858]

        INTEGRATION: CWS ooo19126 (1.15.204); FILE MERGED 2005/09/05 17:32:09 rt 1.15.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [288cc2b94fdd61ed7f03cdde495ce19467e8752b]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:15:56 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53fac6273b204db3b315d16a39760232c7f7dc7b]

        INTEGRATION: CWS ooo19126 (1.28.176); FILE MERGED 2005/09/05 17:32:08 rt 1.28.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b9fbd57cee6ee2c8d9dbbdc67578205af1d941a]

        INTEGRATION: CWS ooo19126 (1.4.234); FILE MERGED 2005/09/05 12:38:37 rt 1.4.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35cae78140b804106654ffb944f18b86e46e565f]

        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>  [76cb091a01436f06931914316501b53e0f6d5e3c]

        INTEGRATION: CWS ooo19126 (1.10.204); FILE MERGED 2005/09/05 17:32:08 rt 1.10.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b2d80809d4056a522963ac722d6b362afd6dc99]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:36 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d6417d7b23aa42ef25a023b15e4bc75ae549ab5]

        INTEGRATION: CWS ooo19126 (1.12.270); FILE MERGED 2005/09/05 17:32:08 rt 1.12.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe9470782b9ec2ac1f766c3821bba1f0ffdc2e71]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:35 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80781237461ab17ec3a5163e060b062ad3ba330c]

        INTEGRATION: CWS ooo19126 (1.20.142); FILE MERGED 2005/09/05 17:32:07 rt 1.20.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [470f78052dbf3531a711b2b0f0cfd0f8946f19bb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d829ffc22d17e9ea527968e45da1f15ca9343147]

        INTEGRATION: CWS ooo19126 (1.19.176); FILE MERGED 2005/09/05 17:32:07 rt 1.19.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [241dc3449b425e87a56464c5dcd1719f4b2d6fb6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [162c2095602179050f0edd29f2a6f30d1b92b8c4]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:33 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1e051094ff215f0e5afa0810d69d0dc4c87ea2a]

        INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 17:32:07 rt 1.5.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc24daa745a09e4ff9390a83fdbf23249b68c527]

        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>  [f41c9e4268663d557a7914ffff30db6419690c76]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b45537f0d1d82ee59005c729be9a485b87a3a861]

        INTEGRATION: CWS ooo19126 (1.5.494); FILE MERGED 2005/09/05 17:32:07 rt 1.5.494.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba273f7f0b873a3e208467fc02036b1706a5e7c5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88c861edccd5ee419388860e9206cc195f86f9ce]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:38:33 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9093de8a4d52127b532c5581279467c87aea4b9]

        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>  [8c3c574053fe267d0e715c58453be2df9859f8b5]

        INTEGRATION: CWS ooo19126 (1.48.104); FILE MERGED 2005/09/05 17:32:06 rt 1.48.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b752772b57a5202910e62d8c82a7a7688f421ab1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:53 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9c2db76ea504839c1d029d6830e4a71aab82f86]

        INTEGRATION: CWS ooo19126 (1.5.492); FILE MERGED 2005/09/05 17:32:06 rt 1.5.492.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54324481eefc03eadd69749de4acb78370f6fbe4]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:32 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffce26487b37a6cfec32fc9bac42779ca7ae5e42]

        INTEGRATION: CWS ooo19126 (1.7.24); FILE MERGED 2005/09/05 11:15:53 rt 1.7.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd031ed65250a8c738775d57f5cd4b732eca20dd]

        INTEGRATION: CWS ooo19126 (1.24.116); FILE MERGED 2005/09/05 17:32:06 rt 1.24.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b16ed40fbc16a51c874a52725bea2f034a846808]

        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>  [a9a65fdc83773791c65bebbeb58467ec6266c230]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:32:06 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dc6050e38e94e374d589c2ff37aa7bc71b3f524]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 11:15:52 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25d0ec0d5970d3324a10221930185cb056ab25b0]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:31 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [876df73540d43b94446c189ae02644462d3ef4bd]

        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>  [794077aa7ae9ea8917dcddd3f818b2440a2cc580]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:15:52 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05775c3f43f39cb1fd5e8fc86eeee700427a1371]

        INTEGRATION: CWS ooo19126 (1.14.204); FILE MERGED 2005/09/05 17:32:05 rt 1.14.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f50c570555caa01768953b8884e3fc8971f3a683]

        INTEGRATION: CWS ooo19126 (1.5.704); FILE MERGED 2005/09/05 14:34:14 rt 1.5.704.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f77c11835f3e46517624368bf5f601c4b90c1eb1]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:15:52 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6663b64e1853910cf8500b0a3ad5c692df8052a4]

        INTEGRATION: CWS ooo19126 (1.10.96); FILE MERGED 2005/09/05 17:32:05 rt 1.10.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [389d8997889b7a711c61aeca64ae96a7297a9feb]

        INTEGRATION: CWS ooo19126 (1.74.62); FILE MERGED 2005/09/05 14:34:12 rt 1.74.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f7d6b5a5c6bc2f6eb75e6a1246e87123b8d703d]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:30 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9706f324369dcef27c131a3db8af962ffa13703]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:15:51 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14be88c117ebb38acc69e3e2bb6d01872113bf8a]

        INTEGRATION: CWS ooo19126 (1.3.664); FILE MERGED 2005/09/05 14:34:12 rt 1.3.664.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0641e954c7b5c5b97c373712711323c4dd432f2]

        INTEGRATION: CWS ooo19126 (1.6.434); FILE MERGED 2005/09/05 17:32:05 rt 1.6.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93f7b7809b97a11597010a66597fbfbce8931652]

        INTEGRATION: CWS ooo19126 (1.8.72); FILE MERGED 2005/09/05 11:15:51 rt 1.8.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2a9c85819024742e2be4ed7cc98a25b4352f47d]

        INTEGRATION: CWS ooo19126 (1.19.62); FILE MERGED 2005/09/05 14:34:11 rt 1.19.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea1ec862426a1bb769ba0df9227651023c4dc6a6]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:38:30 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6d3180e978586e6b545fab845de5f15624ff73d]

        INTEGRATION: CWS ooo19126 (1.5.472); FILE MERGED 2005/09/05 17:32:05 rt 1.5.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90e242077429dcf61671aaa943e341fd7e88cf74]

        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>  [d94c261af62214e0411f7216b4ab6106b99960a2]

        INTEGRATION: CWS ooo19126 (1.10.76); FILE MERGED 2005/09/05 11:15:50 rt 1.10.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6e8d9b8b427af9b4f9ab1c21f1eca2a6f198204]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:29 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40114ca5c49f6b6c95647de51c9c73a68aeba6d7]

        INTEGRATION: CWS ooo19126 (1.7.472); FILE MERGED 2005/09/05 17:32:05 rt 1.7.472.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0df468144ce9c3f448ecdc419c176276247b6250]

        INTEGRATION: CWS ooo19126 (1.6.76); FILE MERGED 2005/09/05 11:15:50 rt 1.6.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e08476d723816b5cfe460c360b50c4a1e7020a7]

        INTEGRATION: CWS ooo19126 (1.24.152); FILE MERGED 2005/09/05 17:32:04 rt 1.24.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13597d1b32213eb1b35e42e5b00dd30a8d009cc4]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:50 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd9b6eaf9159745370761dc2c98554294f336a65]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:28 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b5a04e10259d207dd2437612f9978075b911731]

        INTEGRATION: CWS ooo19126 (1.75.98); FILE MERGED 2005/09/05 17:32:04 rt 1.75.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de1fbf24176ee9f4e55c373658481d48e159652f]

        INTEGRATION: CWS ooo19126 (1.11.62); FILE MERGED 2005/09/05 14:34:10 rt 1.11.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84dc29c36b83d895d79d9ab4466c1c7d32494e61]

        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>  [8af8faa525521759eecec5828f133a0044a5f629]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:49 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89c32eb9f3af311f8a240f30edc19c1b536a24d2]

        INTEGRATION: CWS ooo19126 (1.31.204); FILE MERGED 2005/09/05 17:32:04 rt 1.31.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9b13001795818db8ccb6ca40d68b472574b67be]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3a47ccf7000960bd129faef175ff9f5dca55e89]

        INTEGRATION: CWS ooo19126 (1.75.98); FILE MERGED 2005/09/05 17:32:03 rt 1.75.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaee6b9942f9d0df673ac28f758da2a3a2b34d1e]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:27 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [861e38fcb744526e3a48351c2edb8327f95457d7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:48 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92c3dbc7c9d325bc559aa5573be5393d327fff97]

        INTEGRATION: CWS ooo19126 (1.39.104); FILE MERGED 2005/09/05 17:32:03 rt 1.39.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c87f294b81292da83d4a5e050dbf32ce7881895d]

        INTEGRATION: CWS ooo19126 (1.11.62); FILE MERGED 2005/09/05 14:34:09 rt 1.11.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [859ca8a06dc911c36a30861cf05a9acaa2bea6e1]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 11:15:48 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd16ec00fab70368e04ad02c38c7f4a0fd90db04]

        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>  [28f60be75ffe1924a7a68e9e5c415ec267dcfcb1]

        INTEGRATION: CWS ooo19126 (1.133.104); FILE MERGED 2005/09/05 17:32:03 rt 1.133.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe5aa3b585b0858109b63a7976091eef7ab84fce]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 14:34:09 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a9d09ed47db111da8e2f85fa2b22d181214cd79]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:48 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebbfb44f07eacfeb99676bba742be00f7202f65f]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:38:26 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb9755e8cecf58feeb68cfd5f509198968d7007e]

        INTEGRATION: CWS ooo19126 (1.21.98); FILE MERGED 2005/09/05 17:32:02 rt 1.21.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96e2b616f8f7bc67117bd2f84440adc6d63b0796]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 14:34:08 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e84c0525fae77e342b95b0d723bb062a0fcdeb42]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:26 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [988fa554c203fddd393113de57ba8f9721d23b69]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:47 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d10b4eb9902df88c132f32895662994cc3a74c4d]

        INTEGRATION: CWS ooo19126 (1.55.62); FILE MERGED 2005/09/05 14:34:07 rt 1.55.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e3da79372465da51dfe3b050ed1e7fe21633cfc]

        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>  [0dedeff906a6c448ec07536e5c55cffca7c642f0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:47 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb54c8b38dbb3356636cb072356bf2119a7e945e]

        INTEGRATION: CWS ooo19126 (1.8.62); FILE MERGED 2005/09/05 14:34:07 rt 1.8.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [073cb19162e3f1394d759212286da54eef82cb39]

        INTEGRATION: CWS ooo19126 (1.57.98); FILE MERGED 2005/09/05 17:32:02 rt 1.57.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5c5f60955d42e457262355f6e4591bb69220ac4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0077c54ff7b6751e6e8299437cc531b09f102c1e]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:25 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e3242870e901e38fef154917e3cdae1825ecc3d]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 17:32:01 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59966df3cea65a3904531d9c9239b2851206d29d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2dbffaeecbc76613ea9d84869205ebc43d61678]

        INTEGRATION: CWS ooo19126 (1.10.62); FILE MERGED 2005/09/05 14:34:06 rt 1.10.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03c4e3408775154e1ef8a89be4299a8dc8f80e4b]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 11:15:46 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3f65d7ae27aa1fb8c84e158a2c79fe091bdb023]

        INTEGRATION: CWS ooo19126 (1.13.62); FILE MERGED 2005/09/05 14:34:06 rt 1.13.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7607e7f0bea4c6248d45a7ffad734a1fd8c0a416]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 17:32:01 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f197a57cfebbce6436c9998ff14e864ad3483da6]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:24 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c64a06f13fc871b9d92b6aa3a8000298a1cf127a]

        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>  [b9f9a772c8de2253f13c5f822def7ad3eebd2350]

        INTEGRATION: CWS ooo19126 (1.8.62); FILE MERGED 2005/09/05 14:34:05 rt 1.8.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9f786aff50fbcefc39c1a5ec3842032a21217e0]

        INTEGRATION: CWS ooo19126 (1.16.204); FILE MERGED 2005/09/05 17:32:01 rt 1.16.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2663d075a28cef4891df9269dc541600ea9277ae]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d8c9076b4d38a682d1b6aebec1c2d7ef93df569]

        INTEGRATION: CWS ooo19126 (1.18.62); FILE MERGED 2005/09/05 14:34:05 rt 1.18.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b8336d79e26fffcc3198a3c751f330bb04eee7d]

        INTEGRATION: CWS ooo19126 (1.38.116); FILE MERGED 2005/09/05 17:32:01 rt 1.38.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d17d75fec672393eaf0792b8c4881253fbef57e0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0581432cd2f16c50dd7dc41b27781839075686c4]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:23 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [227a838d71f85d8dc92202f04bbcf59811a0bd51]

        INTEGRATION: CWS ooo19126 (1.12.104); FILE MERGED 2005/09/05 17:32:00 rt 1.12.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18efe679d14ec4b93bf5c61ef49c297b814e91f5]

        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>  [03f6a93ddc15b46f3c180b68d7fa3d243856abd6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [101ef5466b66d444b1884eff9feab6cf9458c189]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 14:34:04 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [735a7a7e8d7b3584480fc5979db665e3c08d73b9]

        INTEGRATION: CWS ooo19126 (1.28.98); FILE MERGED 2005/09/05 17:32:00 rt 1.28.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [740264fa78ba188e8e1cdfc9fa2ef6f8069d4e55]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b197abe21806d0e535723daded2640d5d24de243]

        INTEGRATION: CWS ooo19126 (1.13.62); FILE MERGED 2005/09/05 14:34:04 rt 1.13.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3a883c3137ce98b3e4d0951469b39c6a8a15e20]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:32:00 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dcae9dccca7a6bede8717eccbcb7d2686ed89ae]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 11:15:41 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d941a9bd80386eba851b0b51d6db204784d71cd0]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:22 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb63a781ff106bfdb71507b29c97c4bd1178a513]

        INTEGRATION: CWS ooo19126 (1.11.204); FILE MERGED 2005/09/05 17:31:59 rt 1.11.204.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fed556593fcfa6c73d49292fc09beb926b521bf]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:40 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36731c98d36e9d89b37846135f8b682a320ef8d5]

        INTEGRATION: CWS ooo19126 (1.34.62); FILE MERGED 2005/09/05 14:34:03 rt 1.34.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5898689348362f30cadb9154291c11dbacfc3a1c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa57cfaa88e4c4c62b8b074fc93189bebb55a4e9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebd114b6d257c217c4b6aa7122faa789f7d2e6fc]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 14:34:03 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0432ec1adf9350123192720539727bf4b13f22ee]

        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>  [b7f1b5d272d84b8076b9e6f5f6c59d2d04e9049d]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 14:34:02 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b4b7fd82810187067facf6c9bc2e02ebfbcc484]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:38:21 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63c8f0bd17b2c93225b5335b3bd9618ba8d714d0]

        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>  [e058561bbbb874374aa438555fa3a0aecebc3ed9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [230947ac5147c517ffbb7ddd960618f8560ed614]

        INTEGRATION: CWS ooo19126 (1.9.62); FILE MERGED 2005/09/05 14:34:02 rt 1.9.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b3920bcd3f49f3ecc9e4b589404a2a67b689252]

        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>  [0fb768318f251d0775192e064a99548d304be8fd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b72ac77fd4a23706a8860839ee39b2983561d8a3]

        INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 14:34:02 rt 1.4.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7a0311f7d332a8f6a9a7fa84babc9ec3070b50d]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:20 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6e3a540d6114915e3e930233285df08050f77fd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce4bf0b7458a2ea94fb9cc0cdcb1a73c0aa66c9c]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 14:34:01 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34be72e7f6105fda16366363d3b11657965cca84]

        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>  [0fb873cf5da3adffc60bf97fd0b387fe4481a711]

        INTEGRATION: CWS ooo19126 (1.17.8); FILE MERGED 2005/09/05 14:34:01 rt 1.17.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d1956644128637cb758e65fbb5cfa59da519b75]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:19 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ea5db1eab2ccf743375954f4c85f4495e148359]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 17:31:58 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6d7825dd83f71ddc8a9e4ea1c5e5f5b146e8eb2]

        INTEGRATION: CWS ooo19126 (1.11.62); FILE MERGED 2005/09/05 14:34:01 rt 1.11.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8833955e75d358f526a4a08a96935d8e1ec9dfd1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01aef3c48c4841f24a2cd3b4d0850ed3f2a2afbf]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:38:15 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5675c01c16537ae0c86cfe1460389884a5abd70d]

        INTEGRATION: CWS ooo19126 (1.13.104); FILE MERGED 2005/09/05 17:31:57 rt 1.13.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7108cd1305246b439294ee70b61e1c5ba185d682]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 14:34:00 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [643ec6e2bdf25e06796bafcb36c8edf14dd57690]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:31 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc358759c2ecb9dcdb12d4820ea65f5245202048]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:15 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c3adaf8dce6d0abd3ec2dec0b9db47dd0068afb]

        INTEGRATION: CWS ooo19126 (1.10.62); FILE MERGED 2005/09/05 14:34:00 rt 1.10.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ab668e456ce9ad388e86bad0c09a3edb584b957]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53a83727b7c8b774190e98616127a09fe65b24d0]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:38:14 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c42859cc93abf7ba4a05a4e05c97237a873cec8]

        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>  [193a80696f35829a7f44ea448ad6ac6338381293]

        INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 14:33:59 rt 1.4.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa1ebc14ed57668e438669facb1bca1c5e52323]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:14 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2fc2619212633c6f8e7d60e13e06417c9541b2b]

        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>  [9b9dd9287ae650d6aeacf0b30017054763dca2fd]

        INTEGRATION: CWS ooo19126 (1.2.516); FILE MERGED 2005/09/05 17:31:57 rt 1.2.516.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78b9b2ce2432b30342737a77f2cb85a3845d8925]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:14 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db392b6f14aad98406467bd3d76035a692922bb1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:30 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d36989f8d5445e102f65159909b2b752b9264d9]

        INTEGRATION: CWS ooo19126 (1.27.284); FILE MERGED 2005/09/05 14:33:59 rt 1.27.284.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a21c31e451b2b73681022753ef679a642485b6ed]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:30 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03e60535530359f7a775e7508921318594e4de77]

        INTEGRATION: CWS ooo19126 (1.40.8); FILE MERGED 2005/09/05 14:33:58 rt 1.40.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d71e61cef20a247711fa7f92512dec35dc6f6e44]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:13 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5ef9f1898b7fdb4678df9e5375bc83ed2b22ff0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fd9eae586b22edf62132253976660aee3d89f73]

        INTEGRATION: CWS ooo19126 (1.8.434); FILE MERGED 2005/09/05 17:31:56 rt 1.8.434.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2369e26c77e4c5a73dd20fecae19b49b5cc30054]

        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>  [1b49eafd0249be106df75aa5d3de6c1b24892fa3]

        INTEGRATION: CWS ooo19126 (1.23.186); FILE MERGED 2005/09/05 14:33:58 rt 1.23.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47bb51bcac73cfc6d58ee96eb5d486ce8af16005]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [028686f0a25ff84040b5e97214ca21f86a72e911]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:13 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bf5a81fe306f1521f01b4819933440deb329ad6]

        INTEGRATION: CWS ooo19126 (1.15.116); FILE MERGED 2005/09/05 17:31:56 rt 1.15.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9adfe38dc9a8d206b2a79606351ec8535dcee180]

        INTEGRATION: CWS ooo19126 (1.10.414); FILE MERGED 2005/09/05 14:33:57 rt 1.10.414.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a7124f7a1b8928f352e0c2ff87a478a16339537]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:15:28 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f70ad26a821ef1f5e1e32545a2e400ba6f0c2b89]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 17:31:55 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a57e406483180888720232aef04a8de6b24f1b9]

        INTEGRATION: CWS ooo19126 (1.18.82); FILE MERGED 2005/09/05 14:33:57 rt 1.18.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16bb606baef8ed3749768390d2adbf1a13afb457]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:12 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31fa4263b5ffb9cdb2e49fdcdf83bcc50ebc0092]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 17:31:55 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11dbd7d34d54ab17143e30de738bb2bc4770b980]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55428c4ff36f6e2969736cd82f768fc7c3387808]

        INTEGRATION: CWS ooo19126 (1.9.772); FILE MERGED 2005/09/05 14:33:56 rt 1.9.772.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ea745338fbecc9d2d95c6e261f10bfed5b9940b]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 17:31:54 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [933e0ce32cc2dc4628cbd1707d189ed28c54d871]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3f0e53296448b26f80882718e758ab0c8c959d1]

        INTEGRATION: CWS ooo19126 (1.91.62); FILE MERGED 2005/09/05 14:33:56 rt 1.91.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75307634bfb455283963bc2bcf57762c6eb6c6ef]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:31:54 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0304198954cd824414d2b8d9fddff69129e43894]

        #i10000# Authentification timeout handling: fix problem of rev. 1.14's log text.

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdc2d5c2a1299f98a0db348ca5aa1b2186d47e55]

        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>  [c01366f311327dc7ff126e6c6e91f5ad8bf889dc]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:11 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67e2990f91c59e6dba0ecdda71866815a6bd9aaf]

        INTEGRATION: CWS ooo19126 (1.10.150); FILE MERGED 2005/09/05 14:33:55 rt 1.10.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df3630ccf4c9f7644845018a540936a10cc7cb45]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9146bc348e31d628e6ba679bbe1353840ad90d0]

        INTEGRATION: CWS ooo19126 (1.6.154); FILE MERGED 2005/09/05 17:31:53 rt 1.6.154.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fc91e366de9f00607dbaeb9d72473f27a39eeb2]

        INTEGRATION: CWS ooo19126 (1.12.320); FILE MERGED 2005/09/05 14:33:55 rt 1.12.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9a2636c46679b3fe58d7a1d12691c5a43ef6c94]

        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>  [4ad0f37b72295a9a6eef11601b1ca8536f94f21f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f892f7efe0746a2ebfa33fc3ef059ff60667748c]

        INTEGRATION: CWS ooo19126 (1.64.50); FILE MERGED 2005/09/05 17:31:53 rt 1.64.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [004449ca4c745827688e2cdd0059f6c8e5521293]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:38:10 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [136c8603080324b71734b6c3ea0b04a786151457]

        INTEGRATION: CWS ooo19126 (1.18.82); FILE MERGED 2005/09/05 14:33:55 rt 1.18.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b6cb9afcadd3290a5f724d113b6d06b75e0499e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05ada1c3c02669e198a58d58ca7743cdb951084b]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:10 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2734ae72c933a76f96ae0a4d19aaf3af45cc887]

        INTEGRATION: CWS ooo19126 (1.7.466); FILE MERGED 2005/09/05 14:33:54 rt 1.7.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddc64aa52f4efd59ca6ea0a5405658e46b20f8e7]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:10 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80f9cfb1a813e7596582abcba6b0773e335e5653]

        INTEGRATION: CWS ooo19126 (1.10.690); FILE MERGED 2005/09/05 14:33:54 rt 1.10.690.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89e6ee1957308103ae01a2b2111bfc8c710008d6]

        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>  [f290030e275b9eeb254c8e55ca7592a4a9e38037]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:15:25 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70310fcc9c809072c9a956073db3bdf3c58c40b5]

        INTEGRATION: CWS ooo19126 (1.5.670); FILE MERGED 2005/09/05 14:33:54 rt 1.5.670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3842c06c39be05dccdb47624c6784f25f64de92f]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:09 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c88b5149f8ab05bf0f99a16a808d47dbd58d1046]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:24 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d38f6bfa6d0e90831343d96c92c1f4eebec0571]

        INTEGRATION: CWS ooo19126 (1.5.348); FILE MERGED 2005/09/05 14:33:53 rt 1.5.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30e47d912f78bf224204e67ff34d0ce7dd20620e]

        INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGED 2005/09/05 18:46:28 rt 1.12.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd8a94aa886c0415c671b697cef652eb37ec0ed8]

        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>  [dd8fb8344d48900f313700fc1e6e4ab7391f0b7a]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:15:24 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f7c3e97992f5a4e0f98361024a85fcb9af0877b]

        INTEGRATION: CWS ooo19126 (1.16.498); FILE MERGED 2005/09/05 14:33:53 rt 1.16.498.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a1f478d7b3a082711f91fb28901c58a0195a809]

        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>  [01afc9a3f3188a295daeb6385d9a02b0a4cd20ea]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:23 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b71dddc89aeb32e8f4f90ff2e3df48c25991e46]

        INTEGRATION: CWS ooo19126 (1.6.486); FILE MERGED 2005/09/05 14:33:53 rt 1.6.486.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08e7fa3887b293444d9df3920391c94bb67dfa7e]

        INTEGRATION: CWS ooo19126 (1.16.26); FILE MERGED 2005/09/05 14:09:25 rt 1.16.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3e447ead1cdaf06d4ac6284768449c94e3427f0]

        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>  [cee975efe68b75517d5ff35ef8949be1ebcbe524]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe52ea2078f12fec9f2b6e0bf4f4fb9f7654b41b]

        INTEGRATION: CWS ooo19126 (1.4.768); FILE MERGED 2005/09/05 14:33:52 rt 1.4.768.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7b0d5a37ed144f376c5e5db8c23a762e4547c1e]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 14:09:25 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [384c277de8c8d7b84cbdbef1b852308534795ab1]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:08 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12446aed8038181c955055b22b0d0a273cb79f6c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94a6e465a41e2219fc0be79eb3aabcb829888b13]

        INTEGRATION: CWS ooo19126 (1.16.86); FILE MERGED 2005/09/05 14:33:52 rt 1.16.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68ecf6494f5833e64de164e6cbf026e434a2adb1]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 14:09:24 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a4251a8c6be8df25015b617024b96420a3797d8]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 11:15:21 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdee0af6b24ed216b7db444359b3c3828831271a]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 14:09:24 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d072fc5e62fee986d4aa7621a494e4295b25faa]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3323089ce9252f027f36dd6d59db92d9ced7935]

        INTEGRATION: CWS ooo19126 (1.64.48); FILE MERGED 2005/09/05 14:33:52 rt 1.64.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47d3ef9ad54725893b2c7b01364323e6f7adaa18]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:38:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0c408ecc2cfe5bdf16a4c2a8f99ea9d689a4884]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 14:09:24 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ba5d954233bf6e35e36fb2b315186f71fddf605]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [107c3b8a5240db70ffe136ee25e50e4a5111ae5d]

        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>  [5df2d5d9e919e93f0b22917b6a1597c5c9d6be1f]

        INTEGRATION: CWS ooo19126 (1.19.24); FILE MERGED 2005/09/05 14:33:51 rt 1.19.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7256ba785060ae4da5b022e65ca13a444b580de4]

        INTEGRATION: CWS ooo19126 (1.4.112); FILE MERGED 2005/09/05 14:09:23 rt 1.4.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a251f6eda609c0bf77107f06640c6c997b149d9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:18 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1250609a9e7ea996d6bf171f9252b17ea31f5956]

        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>  [3b78d64089faf07b1d3974d749c2b8fdff9efe46]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 12:38:07 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f97ad88c6ddf61ed0a744bb0273f80f2ede00fb]

        INTEGRATION: CWS ooo19126 (1.27.320); FILE MERGED 2005/09/05 14:33:51 rt 1.27.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e89d1788fc1bd6fbe4cd3e13c3f1f0e5227ebb30]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 14:09:23 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d972d6e667162ad9a3f8a235afd983c9fd6aa469]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a072786a93afe146ca9011f6456a7052f9d80f87]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:38:06 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [287c435aa4c0a681dc8782126782b70267e3cddf]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 14:33:50 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7942512a6a043901ed560c981f124550b0a58812]

        INTEGRATION: CWS ooo19126 (1.15.22); FILE MERGED 2005/09/05 14:09:23 rt 1.15.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a097ec9e2d0be57c150a09074b57c158cbe6ba0]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:38:06 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92db1c6b0fbbbf60979265c4ca8fcb06e8d1ad4d]

        INTEGRATION: CWS ooo19126 (1.15.476); FILE MERGED 2005/09/05 14:33:50 rt 1.15.476.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48819a4f5593aa2af19c41b907512a3a4e3822ee]

        INTEGRATION: CWS ooo19126 (1.21.30); FILE MERGED 2005/09/05 14:09:22 rt 1.21.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2545abadbf3ceefa207b0da41fcdb3e4507d1e61]

        INTEGRATION: CWS ooo19126 (1.1.158); FILE MERGED 2005/09/05 11:15:17 rt 1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89f9c349a7485f13f1bf52c2bd289ba455670361]

        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>  [0061c2d70c62c641cd9684a0990bdb256d8c4670]

        INTEGRATION: CWS ooo19126 (1.50.62); FILE MERGED 2005/09/05 14:33:50 rt 1.50.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff6a1b6350c98ea9ce2bb63493e757233fa87393]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:38:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [857f48a0f1cb2c07853cca1ce4594ebd3702b68b]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 14:09:22 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feb8e1458479a4c78ecee3fa86590e7801fb6d97]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ee59c494388ea5a355d1172a88b43f65513d150]

        INTEGRATION: CWS ooo19126 (1.155.24); FILE MERGED 2005/09/05 14:33:50 rt 1.155.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2741161b4d3f0f78ef26bf98096890f272de0b4]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 12:38:06 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18a2fb472dc6635b943d9fff6ecec74139aa8c4b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8aaf0fdd1f6836095772f7b43328c5d636d88936]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:09:21 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0812666db39d3ed17074a0aa9301d1e7f850b86c]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:05 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8794a4c4102eabc5313428037614cab078d40dea]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62a9380f1603a6b2b2bd2bde38d8dc5495c8d0e0]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:38:05 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d131b44baf47d8b1334e99d7a09e44d139cb82a0]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 11:15:15 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da11d1aaae0d0315cb174234ac19d2208d57822c]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:05 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [515607a2a48e02fa0087bd07323697faeadb24f4]

        INTEGRATION: CWS ooo19126 (1.8.60); FILE MERGED 2005/09/05 14:33:49 rt 1.8.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9d3e4dd2bcf3362aa0efe349ebaa50ae3dc10a5]

        INTEGRATION: CWS ooo19126 (1.1.196); FILE MERGED 2005/09/05 14:09:20 rt 1.1.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95a551f3aef31a0d16080c7c9537859a4a4a4937]

        INTEGRATION: CWS ooo19126 (1.173.8); FILE MERGED 2005/09/05 14:33:49 rt 1.173.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4cff64990f11ee8cfe5ae5c3e6f8875584116fa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2039ecd8a62e06b5c8cccaa88c804fb477125204]

        INTEGRATION: CWS ooo19126 (1.3.46); FILE MERGED 2005/09/05 14:09:20 rt 1.3.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97e55a8edc54ff917edd31f722aa2c0ad105b622]

        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>  [d0b30e92ce4c4f8caad4cdc3dcb87835fcf386dc]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:04 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ca29af7f73891875e44ad3b59c1695911fc2614]

        INTEGRATION: CWS ooo19126 (1.5.424); FILE MERGED 2005/09/05 14:33:48 rt 1.5.424.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [964bee3f47561edd039eebee66c202865108d8fa]

        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>  [e6f075173f71059bb788c7cf165d452bc3c16d07]

        INTEGRATION: CWS ooo19126 (1.19.16); FILE MERGED 2005/09/05 15:19:54 rt 1.19.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb9ae3a34a6c8733c10168837b53f5da0c17b040]

        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>  [3f97341a4c5fb71eb7dd7987b783f6c4fd94c8c1]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 15:19:54 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55f72687c6ace5af547e50b7582a16d3f55bef56]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 15:19:54 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d966aa78245523b5af831600b86cbffa6ee4a868]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b6257e39d1bfb35294864ebafa61bc281092262]

        INTEGRATION: CWS ooo19126 (1.2.690); FILE MERGED 2005/09/05 14:33:48 rt 1.2.690.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf56d81b6aaefce4828287e7e21287ef3684c1a2]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 15:19:53 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb97f931d4a31d52bc3ab3c3ff7940431ce9c58c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:15:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47db9746ef7b2df8bab4bb4f9347d320c8dc6f94]

        INTEGRATION: CWS ooo19126 (1.3.690); FILE MERGED 2005/09/05 14:33:47 rt 1.3.690.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79e6622f39bb3ad47394a6e6e67d0f8fbeabef5a]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:38:03 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c86bce41119e29c8e6140d3d185f2c3aeb200c8]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 15:19:53 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35b017f0073aa418346167af9ba3a5c0f8053fce]

        INTEGRATION: CWS ooo19126 (1.63.62); FILE MERGED 2005/09/05 14:33:47 rt 1.63.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0116324b50a6c282f53671a7fe990482eb35d10a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee5ad88740dc88ddb6c6d835d763b094b1e02b56]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:38:03 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a1f60d07e89c751f1024ac72b858b5ecd4d35c2]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 15:19:53 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7cbef4381280ce8f5e566b04ddaa64841d36927]

        INTEGRATION: CWS ooo19126 (1.36.150); FILE MERGED 2005/09/05 14:33:47 rt 1.36.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b79d200ee36d6a4f1120f30d28726d0ea66e3e88]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:15:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e8c71923d1e098b0d308bcb43a8950721779268]

        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>  [370b1b6c7327373f2f13159a451602427469db33]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:38:03 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e51fabd1ec0b769d511ffcd8c9dae28f664bed3]

        INTEGRATION: CWS ooo19126 (1.15.14); FILE MERGED 2005/09/05 15:19:52 rt 1.15.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9f423d28f7e1f00814ee778c41b68adab4bb618]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cead38f45d896fe8c5896c0bcab7f7f1f93cc3a]

        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>  [b54b6aa6f99745363ef7e91452dd4bcc5c140f6d]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 15:19:52 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [020f0561afc2d11f3896fac41fb0c45c85c3e351]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:10 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56f91f9086faf03a4a6c16ba301c66325f300d81]

        INTEGRATION: CWS ooo19126 (1.6.658); FILE MERGED 2005/09/05 14:33:46 rt 1.6.658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57d59cf0fc6db9734f96b131a9fead7a30e95cd2]

        INTEGRATION: CWS ooo19126 (1.14.4); FILE MERGED 2005/09/05 15:19:51 rt 1.14.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b98145527795f6920405e876df01226550550b33]

        INTEGRATION: CWS ooo19126 (1.10.558); FILE MERGED 2005/09/05 12:38:02 rt 1.10.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb065494b40f331d0c73fd812bbcd79d5e8e38a4]

        INTEGRATION: CWS ooo19126 (1.2.704); FILE MERGED 2005/09/05 14:33:46 rt 1.2.704.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8ac8858db39eb5b86639d42d7e1525a23411f03]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:38:02 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08dd2da8962f46f23a044920b5cddf490f220193]

        INTEGRATION: CWS ooo19126 (1.2.14); FILE MERGED 2005/09/05 15:19:51 rt 1.2.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94f920883d5f3bc36f21061c9e85ded8a37946e7]

        INTEGRATION: CWS ooo19126 (1.28.74); FILE MERGED 2005/09/05 14:33:46 rt 1.28.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [671f5c375d776bea6750391f073f22d737db8f07]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:38:02 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [218dbc2f181b7a0bdba603f0e7cd557cbb2f9511]

        INTEGRATION: CWS ooo19126 (1.6.658); FILE MERGED 2005/09/05 14:33:45 rt 1.6.658.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a26fdbbe66f3416436d9676aa20cf244c0aa6e2e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [504b3acbc1eb05400dd01b57751e57dabcc0d74e]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:38:01 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4270893261f880781e4fdfe01a18466985172da]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 14:33:45 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d1f36350736046a3402e5aeb9f6b53135b5b791]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:09 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7183c1f13d08ae8382d3fb102030bac6f680cbf]

        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>  [f11b82c51ba74fc22f2d76e01b7ffc259d202c7e]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 12:07:49 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c31dc7cc53fc7632f2be1a360e8ab11663bb31b1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5c124aac047eec236fda4e6eec1f8a4f3ed8d6e]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:38:00 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3337d5d0b762ba32611247e95f23492ffea49304]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 12:07:48 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [942152dce8cc51afa47369d67df95a0ead93b0d5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c156ceee7ff54fada1d9745c84220b0f6bc9bb5b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:38:00 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18a8d3640ad93a409e5e15c3f3a1793593976a07]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 12:07:48 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [451fab85b8b9b114d9550f3cf10c7c5a17f4c1a9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:15:06 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b599a865823d3af8aed5eb361f8ac4a8769ae9ae]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:38:00 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e83dc6fdc0a031fb6f256b34973e304c1dd6e00c]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 12:07:47 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [353968ccbc96fc7ca247aec78a73f1828d46ce36]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:59 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85345df035f9293ae37a28ca5513a67e725a9179]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d5db74ca8435f77d155bb1d3d119164619f6177]

        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>  [7e8fef4134debec23131b82a8a314ab55d72c529]

        INTEGRATION: CWS ooo19126 (1.5.176); FILE MERGED 2005/09/05 12:07:47 rt 1.5.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bada637f42db55f8cc618c20446c2bbacf2a79b]

        INTEGRATION: CWS ooo19126 (1.92.26); FILE MERGED 2005/09/05 14:33:44 rt 1.92.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53f436e76009b756297f7714e4edf1e1a383e1e1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e34d1ca40841b7dbd21f6afef407bc42a8de7720]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:59 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9892f154916068b8d7bb198434d45c2ba29397aa]

        INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 12:07:47 rt 1.7.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f4a2f813868a5c98edcaa8705fbfbbb4f6c9ea0]

        INTEGRATION: CWS ooo19126 (1.13.466); FILE MERGED 2005/09/05 14:33:43 rt 1.13.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74a4d804e689986e369686426ccb9e43cb68d428]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7095e2cafe82672cc1170a47017c3778b51edae8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:58 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e103e4155d1a82c07e53e2b42ce1d1231eb92518]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 12:07:47 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [650fe8db80d3c6a9aa9e5b4fd93d1f583b6cd44a]

        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>  [6d36083c26fb33a446387be08f65200d66fc9500]

        INTEGRATION: CWS ooo19126 (1.6.274); FILE MERGED 2005/09/05 14:33:43 rt 1.6.274.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78ac8b3f83655207e874c2517ec1d69c13b08685]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 12:07:46 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bce606f24cfc9d917a0ed4b6254f71e28440709]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05cf4360a1650e36a6929249dbb544a62657fa61]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:37:58 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcad58b540fb8f62497c6bb7f3596ae4970522a5]

        INTEGRATION: CWS ooo19126 (1.3.526); FILE MERGED 2005/09/05 14:33:43 rt 1.3.526.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ec202a6df5dbe08ed6f6c21f9ff7a045ba6fe72]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fb6b19340e7c0275d0133c4032870aab2b0d70d]

        INTEGRATION: CWS ooo19126 (1.11.150); FILE MERGED 2005/09/05 12:07:46 rt 1.11.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea6dbf42b6501b869f0d4d945bf1e1095f4f43a3]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:37:57 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb51ca1f674d4f45d05ca46a1aeebc09397a4f0b]

        INTEGRATION: CWS ooo19126 (1.27.190); FILE MERGED 2005/09/05 14:33:42 rt 1.27.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [306ef04abfa9685de77027e0eca7a61352350780]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 12:07:45 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf4d05d4ffb4314fe80079b88ed45b582a5cd138]

        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>  [06a79e8a1ac99ef028921a436b13e5d131fd0a78]

        INTEGRATION: CWS ooo19126 (1.4.260); FILE MERGED 2005/09/05 14:33:42 rt 1.4.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f2044cf8b38d03ad9c597363ce658f20d9319fb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:15:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2d3a18f03cb1a8deca663f4ccccf0833f7c80fd]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 12:07:45 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e6aff3c138e26ea9d55e83094825a0cc3fd7fef]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:37:57 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [872a124abd474eb0d551b3a68e15a4049336e249]

        INTEGRATION: CWS ooo19126 (1.3.550); FILE MERGED 2005/09/05 14:33:41 rt 1.3.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74112e4c0ee95bc9cc17ca30836798375bbe3cac]

        INTEGRATION: CWS ooo19126 (1.1.202); FILE MERGED 2005/09/05 12:07:45 rt 1.1.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2781c1765a4363ad945ceb7475f10ab94c75bc1e]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:37:56 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3657c6c3ac13d165ad06fc4f0cf924005e93516]

        INTEGRATION: CWS ooo19126 (1.2.550); FILE MERGED 2005/09/05 14:33:41 rt 1.2.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0902e5d9f99ec7918154af7383f3e766d61418f6]

        INTEGRATION: CWS ooo19126 (1.19.66); FILE MERGED 2005/09/05 12:07:45 rt 1.19.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e69a91040ba6011dd247b9abdc4d45883a1fdad]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:37:56 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63a1d1321f4d3e042f02e81138c4fcfc75993f31]

        INTEGRATION: CWS ooo19126 (1.3.468); FILE MERGED 2005/09/05 14:33:40 rt 1.3.468.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d525299486ba96c34d4850215c7c002e85ab9a6]

        INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED 2005/09/05 12:07:44 rt 1.3.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40373fe9cae29ed99a4daf308dfd886a918adfa9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05776db2d465681f7f13bad26aa0279b8d2874a5]

        INTEGRATION: CWS ooo19126 (1.5.186); FILE MERGED 2005/09/05 14:33:39 rt 1.5.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd73811d470fc9530ccca8ba9a42322e35e31ed4]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:37:55 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a83336c6b513273509b5afadac73cb4672efc8ff]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c4c448ed96ec2ed972454655105df458ff02d09]

        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>  [fbfeb5c6b01f46481ed42335c7353bc3487feba6]

        INTEGRATION: CWS ooo19126 (1.5.260); FILE MERGED 2005/09/05 14:33:39 rt 1.5.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5ae1b2b3756e2d06b2bd9a468c2bdba5fd0c128]

        INTEGRATION: CWS ooo19126 (1.8.150); FILE MERGED 2005/09/05 12:07:43 rt 1.8.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddc07d0f1bcd1c0aa520378ffd33dc21c12e21e3]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:37:55 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0fd36f2441941e819baad6937b7bfd7d33ac3d1]

        INTEGRATION: CWS ooo19126 (1.8.186); FILE MERGED 2005/09/05 14:33:38 rt 1.8.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dcc2b7518d89455806dd1dbf1398aac67f7aa82]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 12:07:43 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1f2ae63ca752627214c1aef4ece8fb168a85c3b]

        INTEGRATION: CWS ooo19126 (1.7.558); FILE MERGED 2005/09/05 12:37:54 rt 1.7.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [015a148bf6e9924651da486dc2813a473da4efaa]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2017f21291a6881d5df57066de6e08c2f29f5fbc]

        INTEGRATION: CWS ooo19126 (1.4.224); FILE MERGED 2005/09/05 14:33:38 rt 1.4.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [702d98b67c57fcb978553bf6524da3ae58c31d60]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 12:07:43 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63e9eefce43ed0058922b2a8067e819201cd17a0]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:53 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a74b147171d291f7af181a1d0b33e4ebf3ee826]

        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>  [933d51d075084a80b4849371ed46c0ed8fde2f04]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 14:33:38 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c4fd69ede933dd469ee50379f5ea64662528db8]

        INTEGRATION: CWS ooo19126 (1.10.50); FILE MERGED 2005/09/05 12:07:42 rt 1.10.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f51d48499148f1da88c713f138caf4abc0136db5]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:53 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4eb2dfba74796224be9dd2166bfd973e47b0bb54]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [665a9d742b8e827f46a23a752ab1da812284c07b]

        INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:33:37 rt 1.2.546.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21a8cead891e5e7a2024931d908c675cf9097506]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 12:07:42 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22d9b8f70e4fa9e8aaebc6f81ac18fdd1aee9c1e]

        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>  [ccf92c2a221ff6e3cc6301b5f12cca9f0b2894da]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d04c84e2528b2ca08537486fb3ec5a7bd8c97753]

        INTEGRATION: CWS ooo19126 (1.21.92); FILE MERGED 2005/09/05 12:07:41 rt 1.21.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc5fcbda11feb05b380a2cf63cf15e049f941d8a]

        INTEGRATION: CWS ooo19126 (1.2.550); FILE MERGED 2005/09/05 14:33:37 rt 1.2.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bff889282e3ffc2208998bc6654cf8585634ce1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:53 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e82146d34b79fe9926eeac3ff5fced4e2c8fa6c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5433790c2683da70c924e38f077cc0523df5929d]

        INTEGRATION: CWS ooo19126 (1.36.136); FILE MERGED 2005/09/05 12:07:40 rt 1.36.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae6cabcc592239d363b88aa13a6b8a399186d77b]

        INTEGRATION: CWS ooo19126 (1.4.316); FILE MERGED 2005/09/05 14:33:36 rt 1.4.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecc02bb192e1ec6fd8d91c50301228e4cfbffc5d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:52 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99dbcde8fa773424b3669d4626002fb9087fde50]

        INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 12:07:40 rt 1.12.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f7d535290f96da37c5a2d56f7b9e533bda158f0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:51 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b81dd06346ce0900ed2de71b5210b3e426a91d7]

        INTEGRATION: CWS ooo19126 (1.2.546); FILE MERGED 2005/09/05 14:33:36 rt 1.2.546.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5149773646482a32d095fe4f286638305147dd3b]

        INTEGRATION: CWS ooo19126 (1.11.178); FILE MERGED 2005/09/05 12:37:52 rt 1.11.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b53245c6729a956f8040b3c829cf7c797fbbeb7]

        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>  [0ac8b62bab3a25e1be6e28c12bd6b6a8bdf0fe27]

        INTEGRATION: CWS ooo19126 (1.39.24); FILE MERGED 2005/09/05 12:07:39 rt 1.39.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5db86405ab8017dc4320777ef58dfdefb82aada]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15b531beeebb2f52041c23f40b0fa6b1601e70fc]

        INTEGRATION: CWS ooo19126 (1.3.482); FILE MERGED 2005/09/05 14:33:35 rt 1.3.482.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b2342a385622d0f21645f951ff5bc4449077c00]

        INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGED 2005/09/05 12:07:39 rt 1.7.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [324ac13e97a6e5fb6679f017d92f10c61acd33f1]

        INTEGRATION: CWS ooo19126 (1.2.550); FILE MERGED 2005/09/05 14:33:35 rt 1.2.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2f6ffb9a372a98475a5903268f753e55c5c6e2e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fbdea6efb24ed1bcc562377302afc034fda2f61]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:51 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14aabc17266202fcd215b111678c296c90442d35]

        INTEGRATION: CWS ooo19126 (1.13.64); FILE MERGED 2005/09/05 12:07:38 rt 1.13.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3c4c09bc1ff6264d46eedc17b218ccf2e39247]

        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>  [e2849582916ac8c8df29b3e9feb764f56abe6fdb]

        INTEGRATION: CWS ooo19126 (1.1.194); FILE MERGED 2005/09/05 12:07:38 rt 1.1.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7310db85d44ec5cb951fc424f79e94df8bf82ec5]

        INTEGRATION: CWS ooo19126 (1.3.506); FILE MERGED 2005/09/05 14:33:34 rt 1.3.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e56491318a5809d464b98e1a0bddabf1adedead]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac8e30ae1aeecc2a73fbdc6780e13fe734908647]

        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>  [0e4b8b6458af16eb2e1bc333cd1f20fbeb161bb1]

        INTEGRATION: CWS ooo19126 (1.10.20); FILE MERGED 2005/09/05 12:07:38 rt 1.10.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb56aa3bc08217664ce38c3bbc13b644523c6ca4]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 14:33:34 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ba3a56ed4b42990daa914bb14ba6b9828abc1df]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51c72751ce8b902383e2066fc23bf67c9364e3f0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:51 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7383253a11cc1040722eabe7490995736e26bbc]

        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>  [92080d93747e0fe6346b9c547c681a4f36837466]

        INTEGRATION: CWS ooo19126 (1.14.50); FILE MERGED 2005/09/05 12:07:37 rt 1.14.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ede1d7e74b8a757f275371f7b1e1459e0dd8209]

        INTEGRATION: CWS ooo19126 (1.5.462); FILE MERGED 2005/09/05 14:33:34 rt 1.5.462.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5191a76042a6955722fc315603e904303f62b5d]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:37:50 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cef8f73b76b200a2ec21d69e8594b96ccc3aaa65]

        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>  [b0ee96ecbaf600126279ec408fa6e49e82c46652]

        INTEGRATION: CWS ooo19126 (1.22.62); FILE MERGED 2005/09/05 12:07:37 rt 1.22.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [145eea0d6575a1c4b7d991f6287ea76c4ce539de]

        INTEGRATION: CWS ooo19126 (1.3.260); FILE MERGED 2005/09/05 14:33:34 rt 1.3.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80a277cb3e307a3cb22d815065b2eacd4ad9b9c0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd433d238bb64c22687028d70946871bab5e9768]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:37:49 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55bca90b785bd39d33c84275b6b25f16d9ca7bc3]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 12:07:37 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35ea03027037ede6f24412b1ec24af66ed923e97]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 14:33:33 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8e5ba2cd02a1f3cb189aa85abd26b04d88d33fb]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 11:14:47 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86cc435d556b59bb70994441b2aa14102cc8b5e9]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:37:49 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e31152d618d457e6821b668e1b4ccfa561301373]

        INTEGRATION: CWS ooo19126 (1.26.34); FILE MERGED 2005/09/05 12:07:36 rt 1.26.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1107602d9f5e256ed811ccf81360fcc6a813e4d]

        INTEGRATION: CWS ooo19126 (1.2.550); FILE MERGED 2005/09/05 14:33:33 rt 1.2.550.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34e8a95b4b49ff29fe8af65c1c0708ebbe98f32b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b638260dd7f91c983a9a68f4ee35b6b677ff7ba7]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:37:49 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5406cc39d1336d27aecdf99f7b4526492ed28674]

        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>  [3de110587f78579c8ba07396fc8cca3a6f809a9f]

        INTEGRATION: CWS ooo19126 (1.11.50); FILE MERGED 2005/09/05 12:07:36 rt 1.11.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4a6f6a1b6fc8cde9aa8d0d5c9e1cce470019471]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:48 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [935d9683d161ad4184ecbc8fa63f7e3f9afe794a]

        INTEGRATION: CWS ooo19126 (1.5.260); FILE MERGED 2005/09/05 14:33:32 rt 1.5.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9693200b1cefd06d5c0c2b1cb65500cd73f23919]

        INTEGRATION: CWS ooo19126 (1.21.24); FILE MERGED 2005/09/05 12:07:36 rt 1.21.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaa5aaa4cb2f7cf6325de9561bfbb88d3b40c509]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e01ae05070b69c09e7891cb0924123e7212a72f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:37:48 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dd367d68dd75a6a770e9384fa632b4263e8b039]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 14:33:31 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6e0bed0383b121508658c762e77eb9d9b05b96b]

        INTEGRATION: CWS ooo19126 (1.6.46); FILE MERGED 2005/09/05 12:07:36 rt 1.6.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c95e384da0a3b4f87051cdf6735c2e6bc008bf4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [483f43766d14ba68f41b9ace56ec72e7bdae8dca]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:37:48 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc3e8669ee6a0d04c9a2d09023b4781b59f5eda5]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 14:33:31 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2efcee8c870ace481a06737ba7291b9eef3812a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba6aba7b2ca331c5c234f146f40ddeab6dd2e492]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:37:47 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [555a9976bac82dedf07ce4676e91ad6dea19da53]

        INTEGRATION: CWS ooo19126 (1.2.482); FILE MERGED 2005/09/05 14:33:31 rt 1.2.482.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5b43e3636c529237ab6311c594b2f51ebba70c6]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:47 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63dd846180c617c2ead67c425c400d8bed92790a]

        INTEGRATION: CWS ooo19126 (1.5.184); FILE MERGED 2005/09/05 12:07:34 rt 1.5.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e67f82e008edf3e2393fd83d4c34299b63df11dc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:47 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [944d1c27ddfa2fe29bf2d9a1f70754327e7f155b]

        INTEGRATION: CWS ooo19126 (1.2.482); FILE MERGED 2005/09/05 14:33:30 rt 1.2.482.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c3ed6e7d5df3598588a4cd7b854c759fc433fb3]

        INTEGRATION: CWS ooo19126 (1.5.184); FILE MERGED 2005/09/05 12:07:33 rt 1.5.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c446ccb9013ffa76fb7ef92094e0f7c7a3c5ee7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:14:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61f6e23574152a5d59bd9573ff93c1fa8e7c26d6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:47 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c65c92e4724b049aafe34dfaca725214b1440fc]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 14:33:30 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b96e1cb6cd32d11f8a60a2c799ce19460e950bb3]

        INTEGRATION: CWS ooo19126 (1.7.168); FILE MERGED 2005/09/05 12:07:33 rt 1.7.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39d6dd9ad0a400769e1dd4131a4330e74bc788e9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bd3dc75e30a40abd858d34a2a25752184493a58]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:46 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a8b3fadacac60c9feb4f0eb6ca76b9c1e9a72e9]

        INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGED 2005/09/05 14:33:30 rt 1.4.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a58697dd59d84f92d1d292d922052f413ee624cb]

        INTEGRATION: CWS ooo19126 (1.1.170); FILE MERGED 2005/09/05 12:07:33 rt 1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4514b2de0dc6243e5d97b0505dff4bf31d52276]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:46 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c57fe1d7e98851604480b93a0b487d83856d9df4]

        INTEGRATION: CWS ooo19126 (1.9.72); FILE MERGED 2005/09/05 14:33:29 rt 1.9.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ebe6e14f6bc4c06a108b8e68431edadeefaa7c2]

        INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 12:07:33 rt 1.3.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [036e81062fed04dff33c9ddfd11288399f24a20f]

        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>  [317e657c3cc09f5f0d9a1a9d32a051f1112476c3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa86f44ac85874154862ff7b045e0ff4a9718dff]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:37:46 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9290eb3b328693022f55723907454effcd13b97c]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 14:33:29 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86dea63b1dbb3c5ec83bc2df40ad32d5d061e207]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 12:07:32 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fff39f6566b05443afb5394089a9e541274a716b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:45 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a451b117639c08b1beb22cd685b16c7a45dfbd40]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:33:29 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9555ac95cb817a0515afcd82426058f2c1c98b4e]

        INTEGRATION: CWS ooo19126 (1.4.184); FILE MERGED 2005/09/05 12:07:31 rt 1.4.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fca9869def4593166940f9d99c93ed2ad4d654fb]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 14:33:29 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de52916ed0ea3550f2a9b4b404e81ec0f49b347c]

        INTEGRATION: CWS ooo19126 (1.7.184); FILE MERGED 2005/09/05 12:07:31 rt 1.7.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0869b9c4baac2c39fd10be9706a657bd5739b6c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:45 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef97012d1e0e7d42592ad38e62d238bd94919136]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 12:07:31 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5174e9f7654427e82e07081f0a0e8495d2ae3c8b]

        INTEGRATION: CWS ooo19126 (1.11.72); FILE MERGED 2005/09/05 14:33:28 rt 1.11.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2b1819ce5dab75a8ae7f6415a35885919ed6de6]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:44 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce765385de5d714df5351883f0a404d5f6a21c39]

        INTEGRATION: CWS ooo19126 (1.3.184); FILE MERGED 2005/09/05 12:07:30 rt 1.3.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea11bd6a460a406fbb9e0b566e8e4757fa463554]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 14:33:28 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43e80feaa409b3e5dcd6f17f233278885619f64a]

        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>  [f0897f93c5a53037b5b352fbf040fe482451def5]

        INTEGRATION: CWS ooo19126 (1.24.84); FILE MERGED 2005/09/05 12:37:39 rt 1.24.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c5cc11d7ab2cba6762d1245d3e9521798209408]

        INTEGRATION: CWS ooo19126 (1.5.184); FILE MERGED 2005/09/05 12:07:30 rt 1.5.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5589efd9da9f85214f3bccbb846e69da79b2cd41]

        INTEGRATION: CWS ooo19126 (1.24.68); FILE MERGED 2005/09/05 14:33:28 rt 1.24.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [118fb6c1e8b18bdb33cafd145f0603b725b34403]

        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>  [cdb1008f58616315292ac894270a89fcf0c82ca1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e4aa80645db7a72cce4014d2414a3dc9865a8c8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:37:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba46f4961ebbc0c9d648d8f85e7a4bd5948ecf6f]

        INTEGRATION: CWS ooo19126 (1.10.34); FILE MERGED 2005/09/05 12:07:30 rt 1.10.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52aedc3878bc7b4c239f79785f4a3f67b475b8fb]

        INTEGRATION: CWS ooo19126 (1.5.222); FILE MERGED 2005/09/05 14:33:27 rt 1.5.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56e7b3efe3a7ee9d407fda7c41a4a9b65fbf5bb9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29a471094b5a8504d05cf4a28cf5eb1e7ac354d9]

        INTEGRATION: CWS ooo19126 (1.4.148); FILE MERGED 2005/09/05 12:07:29 rt 1.4.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55037ea7faaf923957184f34fb0fe78ed398d014]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 14:33:27 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1fbd3df3f679cdb27812581482f7c42bbe54b47]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:14:36 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e9038b5e8588b5bc50045b8303b42b79f93c8f3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73b4c4b570b97afca9c80006721275f2dc449897]

        INTEGRATION: CWS ooo19126 (1.14.26); FILE MERGED 2005/09/05 12:07:29 rt 1.14.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3359916e264783e808da6eebd9b49d9ad2519109]

        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>  [97460ec3e43e9b3f22f5b0e10b847c7bd5170b71]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 14:33:27 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b670474314683144eb8381911838d34e68c5c10]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:35 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94e84499e2c97cddad49dbe33b845c20ea25d56d]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:37:38 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae4d98d4d5021af8b34dfa614f3973690fdd398d]

        INTEGRATION: CWS ooo19126 (1.1.194); FILE MERGED 2005/09/05 12:07:29 rt 1.1.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84650c677344b3ac3f2947ed011b0870ff908853]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 14:33:27 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5360c4673fac91d5b1e9e68b49b12db933096e48]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:34 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34646248d1ac3001bcd20e6d4819c2e339a84c0f]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:37:38 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0a7a8eeef7c19d5dcd20933263c97d8a0918f5e]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 12:07:29 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb5c035483bce9ccf6d6a7ad2ab37b41d37660b]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:14:31 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23b622516d206cd3d6b43ddd3d5f469ab8b958fa]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:37:38 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ba618ee953b4de8afa208a572ce1e79c25477ee]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 12:07:28 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b54e0bef52b0e6d1e24e5ac36e4ba930f69b02b]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:37:38 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a6cf17c473dae7e7d82b52535fca04c11362344]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:14:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29054b0083331ee3cea2f90a3b6924e0e3cc04ca]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 12:07:28 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4107dd84a29650f756b16f9fae56289f041b36db]

        INTEGRATION: CWS ooo19126 (1.24.86); FILE MERGED 2005/09/05 14:33:26 rt 1.24.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97159e1fa214db9ffa95849701cbfdbc6784ecc3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e26cc5d4d0e4680f761cb7157f7d1509f2100520]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0748da0fe34786115d5e11f2ad54c166ed81399e]

        INTEGRATION: CWS ooo19126 (1.13.24); FILE MERGED 2005/09/05 12:07:28 rt 1.13.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85ba24c5721ec4c8d39766667c526b7b1b56905d]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:33:26 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [635b849759789e878e496a8a95b4e3f6760e2f64]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:37 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fe7f0dbe23f3ce86c32586ef62288a4b0881e53]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:37:37 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7900f6aa05485fa8864f01b6383ce780f364c47e]

        INTEGRATION: CWS ooo19126 (1.5.176); FILE MERGED 2005/09/05 14:33:25 rt 1.5.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38d8ed0ac0730af35bd99e402bf0f4239f8a4f5d]

        INTEGRATION: CWS ooo19126 (1.13.24); FILE MERGED 2005/09/05 12:07:27 rt 1.13.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [824f82f169bc57baa0e3ffbbadef4ad42cef28fb]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:37 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afd6762ab788bd0e525064ca88950face43e0a18]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:25 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a58e3ed7581f824d14902cfb32512e0e252c8b52]

        INTEGRATION: CWS ooo19126 (1.3.260); FILE MERGED 2005/09/05 14:33:25 rt 1.3.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1d6e905ccb0c33cf653374e7e1764b946640900]

        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>  [264803b4cee22feefa6bca3ed455747883999645]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3138ad5d9499da5aeeae376e30347ab9cb7231e]

        INTEGRATION: CWS ooo19126 (1.8.222); FILE MERGED 2005/09/05 14:33:25 rt 1.8.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82c5257ce8824c33ccfe5763931d26406d2e9824]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:37:36 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfb988c1e4a313c77bba78fea8096f642f6291e8]

        INTEGRATION: CWS ooo19126 (1.13.48); FILE MERGED 2005/09/05 14:33:24 rt 1.13.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a9e1ee78eda594757e58882326b0c3b33fa8550]

        INTEGRATION: CWS ooo19126 (1.13.24); FILE MERGED 2005/09/05 12:07:26 rt 1.13.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbd9eba9742d70a12c7e4ac9e752f5d11d14d234]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:36 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27c37da4e0c5b05ccdf544d17fe66f859ac639ba]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 14:33:24 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b34f905114a9d6e96ee269603e2ef703e67859e2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:23 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3780e0990cbae4ddae32aeae8b6d953d3257460e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:36 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7609b1525482d84451a90142a2daf96c2aa8b328]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 14:33:24 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f44b54a9e53e95f907e75444e57078f53114187]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:14:22 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c75f0333afd8774af6d4f66e19f516f0df6e325]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:36 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59c8582756609b507a79bf7937d20b5e4c090858]

        INTEGRATION: CWS ooo19126 (1.3.316); FILE MERGED 2005/09/05 14:33:24 rt 1.3.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ee081615b933ee6dde376d47ce9b1c1c9d6c12d]

        INTEGRATION: CWS ooo19126 (1.13.24); FILE MERGED 2005/09/05 12:07:25 rt 1.13.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cba5d6de8d6e26d49f054fc4fe23917c81926ac]

        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>  [fc9b884e869a58e1bc9f9d62b02ab83d4a6c3fbb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:21 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [849f9b8c0425961f7bfe2c72bc6a77251b2c928a]

        INTEGRATION: CWS ooo19126 (1.7.316); FILE MERGED 2005/09/05 14:33:23 rt 1.7.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab548c8d41c833e97aac67907021a3364620e56c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b86a4029369a478b56cf7c1c444d482f2a56f80]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8a5844c5de184b4aa53c2a75f6f2f732060bd2e]

        INTEGRATION: CWS ooo19126 (1.13.72); FILE MERGED 2005/09/05 14:33:23 rt 1.13.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d8e1da6ed76f15db9cac5b925284493a73a3546]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e0c68a456282b4329ce4dfe952128a2e24f09e9]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:14:20 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cc2e03d8b605b21b7a1fd75c254d12b9c5ce435]

        INTEGRATION: CWS ooo19126 (1.19.52); FILE MERGED 2005/09/05 14:33:23 rt 1.19.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89abb1a3016ff4aa0acc06a3bde0100795994987]

        INTEGRATION: CWS ooo19126 (1.18.126); FILE MERGED 2005/09/05 14:33:22 rt 1.18.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4176cce4fcbdcef42b0f59b1f878878e8ee33a8a]

        INTEGRATION: CWS ooo19126 (1.13.38); FILE MERGED 2005/09/05 12:07:24 rt 1.13.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca98980f5a41a148db9ff80496e471a7b0d599b5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:14:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d014f2c15cd71f8b8195f7172c89fd5ed4c4bb3]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:37:34 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d272a484ae7940a5bc70e2df2162fce91a0054b9]

        INTEGRATION: CWS ooo19126 (1.3.462); FILE MERGED 2005/09/05 14:33:22 rt 1.3.462.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27b85a8be5593d388b05445a4b772046ab6a1b9c]

        INTEGRATION: CWS ooo19126 (1.8.184); FILE MERGED 2005/09/05 12:07:24 rt 1.8.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3d3a0ed8702c6890ad519719d698c3e98c3abf7]

        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>  [b76423a7ac6f3157d6859b07e312fd344feb0642]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:34 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88188bedb9b130af14f2931d7878724ea5226f74]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 14:33:22 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f93673cbd242ce5cae3bbbcd74af04ef7e1c8f88]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 12:07:24 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e016f3b24332f0470af75efe1463caf82e74bf73]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e08eeb0ae69a96fc44166b7ef5ea9a3f01631d40]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:14:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c48c201551c40291bff38c16f8b22a4d3b58361]

        INTEGRATION: CWS ooo19126 (1.6.260); FILE MERGED 2005/09/05 14:33:22 rt 1.6.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [863bbb7803a8d7febfc7d9598918d0bd7d2ee67c]

        INTEGRATION: CWS ooo19126 (1.4.168); FILE MERGED 2005/09/05 12:07:24 rt 1.4.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a98342cb97e20384f5e1b014521f1b1d5c8771f1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:14:14 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [162097db119889592a840ac09f27c23c7c98d77c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:37:33 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3aaf5fd9be4052299241b658a017c03de3733196]

        INTEGRATION: CWS ooo19126 (1.20.86); FILE MERGED 2005/09/05 14:33:21 rt 1.20.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a56e1411ac25a1354a696b0d5bb0ecae9445c362]

        INTEGRATION: CWS ooo19126 (1.6.184); FILE MERGED 2005/09/05 12:07:23 rt 1.6.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dff6da8e05b5edadf0943b5cf57b90764c2868a]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:14:14 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d96aba3775c0cec1c75044c3d1267147ca97edfd]

        INTEGRATION: CWS ooo19126 (1.22.72); FILE MERGED 2005/09/05 14:33:21 rt 1.22.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e000b02a801a1401988448018af00360e0ee04d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:33 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [484b92edc6d1c2df3f7656b05d57bb0f81b590af]

        INTEGRATION: CWS ooo19126 (1.2.184); FILE MERGED 2005/09/05 12:07:23 rt 1.2.184.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5a3755c91770b224963b1b856d388092590301d]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:14:13 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2073d48011f7d81e459c964c6d87aa5e951fcdf]

        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>  [3a039d0834753981344d1063ecf91dd5409a0834]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:33 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b4f08e19dfaa809cce57dafc79de9186fa165a4]

        INTEGRATION: CWS ooo19126 (1.9.158); FILE MERGED 2005/09/05 14:33:20 rt 1.9.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3acf7036c6208972833610226de7f4b144deceff]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 12:07:23 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04294027d1eca77bfd5d94e0e7e5f35fab0776bf]

        INTEGRATION: CWS ooo19126 (1.7.90); FILE MERGED 2005/09/05 11:14:13 rt 1.7.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c14ec73e7b307e9302b513dd7bebcd6f43b5220]

        INTEGRATION: CWS ooo19126 (1.4.382); FILE MERGED 2005/09/05 14:33:20 rt 1.4.382.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba35e401f771563ea60fe9570b8a00faf978228f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:13 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28d42ebf07a496fe2871678d9c39cd9a6d22ae4c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:32 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [073ef5cc3e09e10737c266219842bbb2e00906fa]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 12:07:22 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91c8212e0ba99413439acdee703bd70a19a1d09f]

        INTEGRATION: CWS ooo19126 (1.2.506); FILE MERGED 2005/09/05 14:33:20 rt 1.2.506.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e532bc0b55b67e72f803e0092207cabfcbbe5ee]

        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>  [d7a14df6a7ba27e37f28559e0edd9ae5cfb361af]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e086fc0fde5cc2dea94fb157710e80c9c9cd6fca]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 14:33:19 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a110e61bec031c5e913afb7d9f9bdc600344367]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:14:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9ccaf347128c02b476baeafa1c1c7f90c268371]

        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>  [d61dd5d4e9dbae4c8392fee43f3536ee0eaa4b16]

        INTEGRATION: CWS ooo19126 (1.4.144); FILE MERGED 2005/09/05 14:33:19 rt 1.4.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c63136f4e7c0dbbc196d8d989b0ab3111f59f3a0]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:31 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36e78360984fd9a12be7744ecd459b29be8b1e83]

        INTEGRATION: CWS ooo19126 (1.3.360); FILE MERGED 2005/09/05 14:33:19 rt 1.3.360.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2e9374c696462941237ffb6da81642953cfb045]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 12:07:21 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a773cc2c23b9eaba00efa1795d0670616d4da532]

        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>  [cc9815d3c522abaac99f449c2bc0d4ef93b598e3]

        INTEGRATION: CWS ooo19126 (1.25.8); FILE MERGED 2005/09/05 14:33:19 rt 1.25.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c23d112c684774f6b2ba8b1d61b42b503ed50f6f]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 11:14:11 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03f51c3c860380cfe21864a19f34cca6e9d208c5]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 14:33:18 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d634230a8376097f229dc666a47d58ab8f909c6]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:14:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f5bb011e3fea4e22dfeb65d3a62e687f4ee923e]

        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>  [8f397a5bd619344c4df9b31a7274315832f2114c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e5a2ef2ea55b023dcd45c19ef28af3ae780d9f7]

        INTEGRATION: CWS ooo19126 (1.5.428); FILE MERGED 2005/09/05 14:33:18 rt 1.5.428.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [128dd124b760a78b3afabe59d296570c186a684a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [821ec329ad7f3d3a8392cfc70a87d8a16d327b89]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:14:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aeeba0454b0d65c2197501d2196b5f28be55eeda]

        INTEGRATION: CWS ooo19126 (1.6.170); FILE MERGED 2005/09/05 14:33:18 rt 1.6.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d68ea8e88b972088fd166babd60b1da106766da4]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 12:07:20 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19908552d02577b8f390d363ce54fdfb6d40f4cb]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:29 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [653aae093f30f8ef92cb2bf5abd17ffa7538ae3f]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:14:07 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a20137b520ad2426ac049d8cd677bc509ccde540]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 14:33:17 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d1c5b80f56be438acf28216d63d40bdc0e8ebbc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:28 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b598f652d101193678d1baa5379ce2000a5e4486]

        INTEGRATION: CWS ooo19126 (1.4.100); FILE MERGED 2005/09/05 11:14:06 rt 1.4.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18405c17e3e97d6e37e2af738870724dfe310a88]

        INTEGRATION: CWS ooo19126 (1.9.8); FILE MERGED 2005/09/05 14:33:17 rt 1.9.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcf16b479564410aa9a3c5f067297079894d4321]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 12:07:19 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19254fcc90334914578a29a1c9ac6f96016336c3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:28 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55dccff86cb88dd31e01e2dbf119ce3037fa5d9d]

        INTEGRATION: CWS ooo19126 (1.20.144); FILE MERGED 2005/09/05 14:33:17 rt 1.20.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [723038f43432f8df550d8e1de68233f7ef36eb7a]

        INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 12:07:19 rt 1.12.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f091e2403e757ce9943c738fc03d2aa1da1e7940]

        INTEGRATION: CWS ooo19126 (1.41.8); FILE MERGED 2005/09/05 14:33:16 rt 1.41.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f260b660fca8dfe7c60d6263eea0a69ceef582fa]

        INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGED 2005/09/05 12:07:19 rt 1.9.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ad156ee93816d03b6162c2f566c8dbdb9ef5737]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:27 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3318506ab32608cff2985aae48beb6340857606]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:14:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [192370cab6e2f937809868bd873c6f734dd70f8d]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 14:33:16 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e44edc12d8c2675b53f79847d06d883bc15f90b0]

        INTEGRATION: CWS ooo19126 (1.8.176); FILE MERGED 2005/09/05 12:07:18 rt 1.8.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f5bb0434a732f9b9dd938f3d121078b7bfb5ee7]

        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>  [a243c2310e97051e735bafc27c5b685fd87e6683]

        INTEGRATION: CWS ooo19126 (1.5.170); FILE MERGED 2005/09/05 14:33:16 rt 1.5.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1d4eab88e188b16f3a31025c299e529be39839e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:26 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9c489f7e88d3811dacd3b1e498cbc6386cdf809]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 14:33:15 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b79cefc222072cdb6a541f8a5856f15d4d84aedc]

        INTEGRATION: CWS ooo19126 (1.6.136); FILE MERGED 2005/09/05 13:54:42 rt 1.6.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c480e7ec630a0f5a518911e7152379b4dec4345]

        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>  [d38d808fddf4232ec77e861581135d0d16547620]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:37:25 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9802e851e3747342c2b501c7cc7c820d037cca3e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eab3d9caa2c4b2ddf59dff36a4b1290fb053e802]

        INTEGRATION: CWS ooo19126 (1.38.8); FILE MERGED 2005/09/05 14:33:15 rt 1.38.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [684662cce2a273be9ef0b4a318162607ac36a084]

        INTEGRATION: CWS ooo19126 (1.1.1.1.200); FILE MERGED 2005/09/05 13:54:42 rt 1.1.1.1.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40c3bd13b1b32d2ddee2a63d30f2d542842985bc]

        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>  [5720c77b2c894beefb1cc184ed695f14e8c0694b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c405cfa2164a5dcd6fb57a13a4f24f2f8bba352f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:57 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8615ea00d39c2f783711f6d6b0828682ed0997e0]

        INTEGRATION: CWS ooo19126 (1.7.170); FILE MERGED 2005/09/05 14:33:14 rt 1.7.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edc11c08c06c3bc503a9039697b1c2fc0b22978c]

        INTEGRATION: CWS ooo19126 (1.6.24); FILE MERGED 2005/09/05 13:54:41 rt 1.6.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [275902d0fadec8b552959648831847884be7e27b]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:37:24 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3889372970e3f2bcc3cff52b3755fa51534bfa4e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a743fe5549e95881b35c5ecd23bbcfddde329cb0]

        INTEGRATION: CWS ooo19126 (1.20.8); FILE MERGED 2005/09/05 14:33:14 rt 1.20.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbeb056150814fc11c3be52adea8fe67a1eb8c49]

        INTEGRATION: CWS ooo19126 (1.1.178); FILE MERGED 2005/09/05 13:54:41 rt 1.1.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0317f048322a927007090a92aac270d5091b82b6]

        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>  [193cfcde3433fd9edb48a42afcd07ccf47aca9dd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:24 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [280fb9d96512d3546fe11c58f253aa7e4eef104d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e787bf3d287b3fb45b0b48ac6f30268425d1bec]

        INTEGRATION: CWS ooo19126 (1.6.156); FILE MERGED 2005/09/05 14:33:14 rt 1.6.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68f561a8368075ce5af2937dfbe1545f4bb8dd02]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 13:54:40 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88374271cde561d499660137f6c3ced1617fe674]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:22 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0256c4696ae968cec26110cfc6f583e0653d8282]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:54:40 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7832b0d8895ec57493c0e897574bff376271b682]

        INTEGRATION: CWS ooo19126 (1.9.158); FILE MERGED 2005/09/05 14:33:13 rt 1.9.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bda05fc3b12850b428065d6424db9dcfdb67dd6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:21 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fbfd76233376b4c0895780b82b2e6743659d49d]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 13:54:39 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fed818409bdde320588f22406703d98c91d65e87]

        INTEGRATION: CWS ooo19126 (1.23.8); FILE MERGED 2005/09/05 14:33:13 rt 1.23.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edcd481cc8c117ea7d2489f043257d926ad55baf]

        INTEGRATION: CWS ooo19126 (1.29.20); FILE MERGED 2005/09/05 13:54:39 rt 1.29.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb7213a4be2a69f50f3c7e9fddfb7d6e8b2622f]

        INTEGRATION: CWS ooo19126 (1.5.462); FILE MERGED 2005/09/05 14:33:12 rt 1.5.462.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bdcd5c9a3eaa2f97fa4922680d20853b58312fc]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [610963448e521d36c094fc4cff62f8f032f7fef7]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:54:38 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eaecff0a7cc48a589e8e22833fd635a74e87436]

        INTEGRATION: CWS ooo19126 (1.10.170); FILE MERGED 2005/09/05 14:33:11 rt 1.10.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f7a8af53d138e4bffd29150f25feb5e653e0262]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:20 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [674beba18a6e58dcfcb9f5a46730bd0373ae0de4]

        INTEGRATION: CWS ooo19126 (1.16.50); FILE MERGED 2005/09/05 13:54:38 rt 1.16.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec970d0f3bd17a65d1c57316e7f5b3853b59ae88]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [513de3aff977a5bceaad8e4c07ca80660c54a2d9]

        INTEGRATION: CWS ooo19126 (1.3.584); FILE MERGED 2005/09/05 14:33:10 rt 1.3.584.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12870c73720f2b002040b462347f1f9eb827d34a]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 13:54:37 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73714dfe32b5f5cd54c43c62bd3533fa4ba10c04]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:19 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5ce7795eb170a77bc38b4b8270c0e173f3ece0f]

        INTEGRATION: CWS ooo19126 (1.2.466); FILE MERGED 2005/09/05 14:33:10 rt 1.2.466.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a6bb2312cd254f0fa4bbe0600d754f7e2b4ee6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:19 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a63618a153bc4a0618442341825c84300da3e77]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:19 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d133282dde48892a8c8ba4e2a118d7ef82f5531]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a53f3b136303f76d480e8c5b3808a7846b2a1c2f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:18 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d62c372f1b47590ec2918f474ee40a8d1bbc3bd]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:37:18 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a027a74331da2f9f96f277df4cd82bef5bd35e95]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:54:37 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25551d24a3c99dc89905a538f89d105008f57e79]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:49 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11b3493734fee7f05d29c6bb467247c7b2ec7223]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:17 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea51f5055f4a2518f2c779542cfcf7f1d58d8d0c]

        INTEGRATION: CWS ooo19126 (1.29.30); FILE MERGED 2005/09/05 13:54:37 rt 1.29.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10b34a1d1b31f5b30e1fe3ad8375ac5f6b912f30]

        INTEGRATION: CWS ooo19126 (1.6.82); FILE MERGED 2005/09/05 14:33:09 rt 1.6.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8172083c3c50d2c23229b6c40ec9417c4abbab31]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:48 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db4c1d1fc67ff7b917abf788b517b36f877e165c]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:54:36 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e98b33040bcb1412559020065d73078aa763d67a]

        INTEGRATION: CWS ooo19126 (1.9.114); FILE MERGED 2005/09/05 14:33:09 rt 1.9.114.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a36ff30883e1210fc0daca6aa1d0871962a0b37]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:37:17 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7e9b9101ce421a4f73ad04898a9667432d18122]

        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>  [c24cae4f21c330d218d56979d7894b7e63a70ff3]

        INTEGRATION: CWS ooo19126 (1.8.150); FILE MERGED 2005/09/05 14:33:09 rt 1.8.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9d7c643802d9d6cecc5b07a905891af9cde7657]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:13:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b08261d58681c2216d0b5bf8a6d9896ca90196e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fe2cac24cb99c7fd5890c4df89b626e88e66af6]

        INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 13:54:35 rt 1.2.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [509b1827ba13db528b158bb74e4af21764b23ba6]

        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>  [a48ba9c954e4a872a7e1e3105fb5587d018517d4]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c46c11fa6d1cba790d1c51b3293edaaba7f79ae]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:46 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [049a9dec63c6dbefa453e2a0bb7a72a1f10e7c01]

        INTEGRATION: CWS ooo19126 (1.16.38); FILE MERGED 2005/09/05 13:54:34 rt 1.16.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8be2df514fdacdc57f2605cb4f441c8a7e77511]

        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>  [db94c0d34bf42ddaff6657ba9959c3b77cacab24]

        INTEGRATION: CWS ooo19126 (1.21.74); FILE MERGED 2005/09/05 14:33:08 rt 1.21.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2199533b0cf1ebb8d6f45d83b8febdf8d1714eb8]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:16 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c6ce7ee663df235e6925c896502ad431acd5f73]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f873c8ff90e5a379606ba28e2fb8700e14941369]

        INTEGRATION: CWS ooo19126 (1.15.64); FILE MERGED 2005/09/05 13:54:34 rt 1.15.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25aab2dbeb708ded3505140f1dcbeb14c971758a]

        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>  [29e2934ac18b021f6e5cad3a48849d9deafdee1b]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:37:16 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce31452804caa4d240ed13a5d174925fbd46ab6f]

        INTEGRATION: CWS ooo19126 (1.3.174); FILE MERGED 2005/09/05 13:54:33 rt 1.3.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84c4aa263f84decf282e98364e799324e1fe2453]

        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>  [ce3c0cce3575aa616635eabaf0fa478d5d97ad00]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:15 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48a508a03bba65f85084581c98d4e7eb7a14cc94]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [952c05c9334f707f64b05c4dd6a9176ba108ff9b]

        INTEGRATION: CWS ooo19126 (1.22.130); FILE MERGED 2005/09/05 13:54:33 rt 1.22.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f45b486dcb6b78c53f13fa5b05b31eafcff27d1b]

        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>  [14e75e3faa16eb2a1663766dbca58fd82e885bb7]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:37:15 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64f90a99e30b0378a5de3b29e24cc2701b67a042]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6c5059f527c85a58e7eebde050f7009fff14b0a]

        INTEGRATION: CWS ooo19126 (1.30.22); FILE MERGED 2005/09/05 13:54:33 rt 1.30.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4974acea66a8d51bbdf57723b57d8bb962274ba]

        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>  [a590120e1fa5ce250604c843bc3183252c3f582b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [363b685856e9a98022e94862677fcb58786669a0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:43 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0681d53604375f613e9c9da6ce02041092a0b397]

        INTEGRATION: CWS ooo19126 (1.8.136); FILE MERGED 2005/09/05 13:54:32 rt 1.8.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f57dcbdf3c6d0880d713497fc7ea76d27a58c12b]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:14 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16ea9d24a1c4e1d1ff2fdddc092fd5df26927d1b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:13:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b19a488f5583b6552c1a34702875390c51956cc]

        INTEGRATION: CWS ooo19126 (1.12.38); FILE MERGED 2005/09/05 13:54:32 rt 1.12.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ff4bc3dc9a940abfa60b24300cd984e455b8c62]

        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>  [f71a5e9351b7484ddb8202eb156023ca3b44f547]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:12 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b919ad69b2ba7d950e72406eefc9956bead3ee0b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:41 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f146800036b744bff9dd0b987040e32e2ec3df2d]

        INTEGRATION: CWS ooo19126 (1.27.16); FILE MERGED 2005/09/05 13:54:32 rt 1.27.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89a1c7eff7e87d6e260ce5de7faaf5dce4d142ca]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:37:12 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcdf11f4ec6e1893b764a626c90ff5fc0f72dec2]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 11:13:40 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b8d77b5f18836d8dc79325cf9913e866e5adf34]

        INTEGRATION: CWS ooo19126 (1.12.50); FILE MERGED 2005/09/05 13:54:31 rt 1.12.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67f3a6826601f7fe7655e971440f8a6fad5b3d3c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f81a9d88b69d7ba48a8fc32cceb15a5904287db]

        INTEGRATION: CWS ooo19126 (1.5.82); FILE MERGED 2005/09/05 11:13:40 rt 1.5.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67ea9649e0c4de5769ec2996c80cca518157755b]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:10 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d3d9c3870221de5d489ab94f2bc18876dc03f9b]

        INTEGRATION: CWS ooo19126 (1.10.84); FILE MERGED 2005/09/05 13:54:31 rt 1.10.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ea1e918a437b6cb50bc9d9f9d946df6a0a810a0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:40 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdcce8c26e5193ff014ef0ff23586c84a87bf536]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fccc39e64ba868de21c8e93537642bcf95197d09]

        INTEGRATION: CWS ooo19126 (1.15.12); FILE MERGED 2005/09/05 13:54:30 rt 1.15.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d5bd74c5121a70b3ee9526127c1fbf635007e29]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:39 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [915103f04907c9f4900864bd6a8f86ccd35e5f2f]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:19:04 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92b9a1cbdd243383b75eb4f86e5a24f2f328462b]

        INTEGRATION: CWS ooo19126 (1.7.160); FILE MERGED 2005/09/05 13:54:30 rt 1.7.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e411fe44f1840e49a38aa088ea3d2f86d9162c94]

        INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 17:19:04 rt 1.5.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d5d07d5756b588903cf7a74e0b1b6025a970525]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e92c3b189eb7a1a6281513b00fc71a7ea686d1e4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:08 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cd9fc140688b359d93f7f911b1cae9aad5b0696]

        INTEGRATION: CWS ooo19126 (1.28.22); FILE MERGED 2005/09/05 13:54:29 rt 1.28.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e3e01b910df4198ec532bb10ea09b604949c953]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:19:04 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9af01a747677707457f9ae31ce861903f6087a42]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 11:13:37 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c0dba019063e91f1018256421089b21fdbfbbfb]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aff6d17bb8de97ba9d5b1e79f02c143d54079cdf]

        INTEGRATION: CWS ooo19126 (1.14.14); FILE MERGED 2005/09/05 13:54:29 rt 1.14.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30088271742d0d1da9af21b024b3504f2dbe7047]

        INTEGRATION: CWS ooo19126 (1.3.132); FILE MERGED 2005/09/05 17:19:03 rt 1.3.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d882c388282855a9c26aeab2d15ac579561b111]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 11:13:36 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac000626cf20b4b3cd8282145b7f826ca860e3b8]

        INTEGRATION: CWS ooo19126 (1.2.174); FILE MERGED 2005/09/05 13:54:28 rt 1.2.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [299ae67236c5e671d37714e0f0c354f4c4d3a641]

        INTEGRATION: CWS ooo19126 (1.12.34); FILE MERGED 2005/09/05 17:19:03 rt 1.12.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a30f02b36cacc2f228aa78161f7749fb37a9db3c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a5547f0557c8da0aa25e9ef6c77bfc2d5915c9b]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:37:07 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df6e6b2ddf494d1c6cd779121ed411a321fe2877]

        INTEGRATION: CWS ooo19126 (1.1.1.1.200); FILE MERGED 2005/09/05 13:54:28 rt 1.1.1.1.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d1cb3228a4ff6da318741987f20f54b9048333e]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:19:02 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a282c2324803da0d770c3a5b4337de05bf234da1]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:13:35 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [993572948c024be9b11627f9531a5fc4d14f7463]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:37:07 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2c8d54a8c369ae31fe172715bb5b091fc6e37c8]

        INTEGRATION: CWS ooo19126 (1.11.36); FILE MERGED 2005/09/05 13:54:28 rt 1.11.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1681442caf21f31e5d1ef8c4fc1888e6e8e0c162]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 17:19:02 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de342196fb166546f6770a2aa3c80d3d79bd209e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b2b8f53823082546e2790eaf2bcdf5b9a6bbfa3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:07 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd0fbb07307cbb775c7277fd9480f2742af69b46]

        INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 13:54:27 rt 1.9.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd6fa7bea922a7a50e1aff4807e7ee93f898b5e0]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:35 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ba0ec17815c1ccb6f936f79582a008eef9b9e8c]

        INTEGRATION: CWS ooo19126 (1.3.94); FILE MERGED 2005/09/05 17:19:02 rt 1.3.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe0058684725c3ea8fa62e6e666a14408ea73e9b]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:37:06 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04fadec2fc3eb5df724cef98608c90f4dc4d4473]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 13:54:26 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fcf70ef132f52d7e48b244e314dd4341593460b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bd0638d09ac84f6b427658596afec02bf55e500]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:06 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fa43071d39c6ce0062f765f15b82e5f3669652e]

        INTEGRATION: CWS ooo19126 (1.6.50); FILE MERGED 2005/09/05 13:54:26 rt 1.6.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ca1076c7c1d6fa0adf68c39f085bdc94cd0d659]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:13:34 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [798e6ef4f59ca4c29bea210939d7338cba15e8df]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 17:19:01 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1d3228cb1db1db2ae6b4f93acac57e528913e0b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8da9691562982f8cb3030f7fa84bbbab063f013]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 13:54:25 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91ba748ccb134bbc7c5ed6673d14b9353a224d2d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61063b9a80aac4950ab092b2227540fbbe753f5a]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 17:19:01 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de6d2c35912d262c81c12b634bf86ab8859893dd]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 13:54:25 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [749fcb812bd26280952fb26a294678cabf5e023e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d9d319ec78639680d58e99bb9fd61bf3f289f90]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 17:19:01 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc8c5b4d40c2f6fb8fc0c23b055eb28bb55991b6]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:05 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [658bd7e75b4dbfe9fd3d2c832174eacc72871a23]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 13:54:24 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12afabd0ddebe14bdd5fd243282e23f4a6c1d2ee]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:19:01 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [225bf36884f5bcd4afea09af5ccc55e600030526]

        INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 13:54:24 rt 1.4.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f826c8a46322da1ee0cfce3c459ea83fea3105f5]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:13:32 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [006a69b15b58e0acdeef2719243b2b99afd36f7e]

        INTEGRATION: CWS ooo19126 (1.12.30); FILE MERGED 2005/09/05 13:54:24 rt 1.12.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c74c335636f17c2c5cff18623c7aa7160a5be1b]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:19:00 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb657fbe6b33e60ba05216fa801743c6a2482df7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3695ff4241965d2721f0cd5a645d80108d44d35]

        INTEGRATION: CWS ooo19126 (1.3.160); FILE MERGED 2005/09/05 13:54:23 rt 1.3.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bffe7decd6f46594ca099cdd3e33a0a7b621d336]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 17:19:00 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5265684f5f852db8ee472aac000e1a28797f88c6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:30 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ba42def08a7933ced9ea5aca42291203037d393]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:04 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a267d6b074790c9359e67ae5b9a6e008dc238229]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:19:00 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7dc1643a770b6dba6f7089d9e6dcbcc96eeb7dd]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 13:54:23 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fef8da2c709cfe4d94d90a38021c797be9b0a7cb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [458c17618fb9d002e0e68a6f012046ef50344926]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:37:04 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [854a325dbaf6c113df9ca4ab5b70435dfba81b26]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 17:19:00 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c75e413e4687135c3d6087d7fdcb975f8125bea]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 13:54:21 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a6a5058cc7687973dd98c6e1fa36e962dffe7df]

        INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 11:13:30 rt 1.6.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6502d14095e5d415d3ffcf82603573ccf784c05f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:37:04 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d12a2153693a8cf680ff9deb3b4b3b5de8cc917c]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:18:59 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1db6bdd73954f161e41131835b28df6f579f359]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [392d0ebcfdde779a196dd4305ddbae209e4230e9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b5104d42f35a47a1a12cee94149fd617aedc7b5]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:18:59 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ae9d6e949b936324f91cbac1d151bde511d8d7a]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 13:54:20 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81b54254a99c8280a2dd3815fafb7706792d468d]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:28 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7993f2b173e780a563cdfeb970a84a0ac69559e]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:18:59 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f787255ac8fb193a68d6211ec9ed89d523551296]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:13:28 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [549abccd6fdefea274072acf9ad2bc18a2c7aadc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:03 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc383ba58cfdf00385314c1eff0cbb27dd049c07]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 17:18:59 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2d307d11168974899d5d0b1650ede047259f4ef]

        INTEGRATION: CWS ooo19126 (1.6.174); FILE MERGED 2005/09/05 13:54:19 rt 1.6.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b8c24615e7b37a6cae65d5eca6691c43248b6eb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d8f9aba354914d9974e6713f4efea7db3f70580]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:37:02 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06e4e93a4c2e48eccd3c2f51a27135accb66ba5d]

        INTEGRATION: CWS ooo19126 (1.7.84); FILE MERGED 2005/09/05 13:54:19 rt 1.7.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4e7b7f2e5f2ae81ed7bfe7a0f8e9f9d10b435b4]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 17:18:58 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39577f7f6a82959a024b906daa8168e824c5abfe]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:37:02 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fe4d81726065768dbbfd1db02befc33101a543b]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 11:13:27 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63274ae511c4588fa8ead723bc7a1e3e591631d5]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 17:18:58 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53b68ac3c356b675fc26fb56db66078c3c178bcf]

        INTEGRATION: CWS ooo19126 (1.7.34); FILE MERGED 2005/09/05 13:54:18 rt 1.7.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fac126680899bbd88eb9bd2dd319b990d37deeb]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:37:01 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7683cc190bcbe95143774909ca7fa7678e2fb9d8]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [092c9f0ba10125c709c37e2baa311ba3a6e141f1]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 13:54:18 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c19aa16bec8b4c2644429f1d197b1c5bd39271a]

        INTEGRATION: CWS ooo19126 (1.8.558); FILE MERGED 2005/09/05 12:37:01 rt 1.8.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cfbe3d01251309ac93780401aece191a3590f3b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c9519b8354f298317d33e2ddf542e636c3c852c]

        INTEGRATION: CWS ooo19126 (1.13.12); FILE MERGED 2005/09/05 13:54:18 rt 1.13.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8313ce247d80f1d47abfc1552a5beca9358a5219]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b268e36e9c14dc13fb209c61df456a64dfb380d]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:13:25 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3aa7bffc19ea0acca7e91d0fb47c72f6f678ac8]

        INTEGRATION: CWS ooo19126 (1.5.174); FILE MERGED 2005/09/05 13:54:17 rt 1.5.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b3f200ebb67803a4a8b2f690f44ea18f32d888f]

        INTEGRATION: CWS ooo19126 (1.13.14); FILE MERGED 2005/09/05 17:18:57 rt 1.13.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a40f5e71e08d9816e9db0ae240d3e7263734749]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:37:00 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09b1a2dbb4cc4330a640d1afb40e6983f22da3e1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:25 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8992d6bb3f62b8bd04283f6a530dc4c9c83792fd]

        INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 13:54:17 rt 1.8.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee498d308a7a4c783fb8cb34c5d9e54c5a944a44]

        INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 17:18:57 rt 1.5.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b90a93276c87645affee3d9a882b6cea060d53c3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3031afc8aa018885e6868ed1b4a9da908c659fd5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9bfe2afb399c1f0bfdfebe269365b9bc4d8d825]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 13:54:17 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d391ffc78a10d872ad535b08b26850d30a64696]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:18:57 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fca3495f04ec8429700b74ed50ce85a7378e285]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:36:58 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [646beaa9093ecee113bebda4fa29eeadaaa9901d]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:13:24 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa5f2ba7646103dcd379b56c969804dc25283c58]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 13:54:16 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab126fa78fe5367454acc85bbadb58f4e7b5db96]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 17:18:56 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af6c44d0c5bd85238b07623bf1e78a53ee601098]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:58 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f986e58c877565c7948452d20cb824ace4c54c7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7143597b844460a4492794a89b018132488df344]

        INTEGRATION: CWS ooo19126 (1.7.160); FILE MERGED 2005/09/05 13:54:16 rt 1.7.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de4640a2317fc56635950eb78ab3ffa8965a9e28]

        INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 17:18:56 rt 1.4.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebe6a48a1b5536d2f363b528226cb60abca3775f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:57 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d24fb053121a77adaa8e43171551b07eff55625]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:23 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00248915bdde40784d8b40b509665475228ef21b]

        INTEGRATION: CWS ooo19126 (1.7.174); FILE MERGED 2005/09/05 13:54:16 rt 1.7.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3424d104bd40721d85ed8d456354e86e815f1a08]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:18:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93f5ed84bc05ef83417cfb468e8d793b8de7c802]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:36:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb86b81e9b965a621093212d14ead39ce0a7903f]

        INTEGRATION: CWS ooo19126 (1.5.174); FILE MERGED 2005/09/05 13:54:16 rt 1.5.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7935ceb69669e7577c1f525f1d6fbdf04284d40]

        INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 17:18:56 rt 1.3.134.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70b5d94748530e062e5d21553ceed2a5b196efd9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:56 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1f6e0f5a60295ca8b7f6bfd43383b2f12d9709d]

        INTEGRATION: CWS ooo19126 (1.9.128); FILE MERGED 2005/09/05 11:13:22 rt 1.9.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0cf52c4a9c08f88b075c6067a485f55406c4c554]

        INTEGRATION: CWS ooo19126 (1.3.174); FILE MERGED 2005/09/05 13:54:15 rt 1.3.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b13ff00c8fe61d87bf04f5986fe2e18d3e418c71]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 17:18:56 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a072717d88e551525c996c6686b663082aa64268]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:56 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77c65851b35fcfed3ce97b483574e3b5fcbfb8fc]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 13:54:15 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d753a1a8c2c81dd779b98bd6d0d6a04186814d2]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:13:22 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f987d3dc91ca117299821bc9ff759f6bcc06f434]

        INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 17:18:55 rt 1.3.134.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db3397336028f5bcb07d2e0cf87947909907312d]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:36:56 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45fc50c63307c6235ce8676e997ff7bd84a089e2]

        INTEGRATION: CWS ooo19126 (1.4.174); FILE MERGED 2005/09/05 13:54:14 rt 1.4.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e59930200801671fdb799cfb6e354bc856ea0d6e]

        INTEGRATION: CWS ooo19126 (1.5.94); FILE MERGED 2005/09/05 11:13:22 rt 1.5.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8131f0fcc71ea402f6d615ebc30438b3e77fdf1b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.148); FILE MERGED 2005/09/05 17:18:54 rt 1.1.1.1.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ec4bef425bc625079498ff47e864231ef5261a1]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:36:55 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acadd9eea8868f478bbba67a67e0f859f5d1b7fe]

        INTEGRATION: CWS ooo19126 (1.6.166); FILE MERGED 2005/09/05 13:54:14 rt 1.6.166.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5df1905edc18d62466395921695af7170ee1cca8]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:13:21 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2a4a784f6660330bf75eff18d1c7b8e9af3fc0f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:55 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0555dc805ddfc70df31ead8d64505c6f48eaa8f]

        INTEGRATION: CWS ooo19126 (1.19.24); FILE MERGED 2005/09/05 13:54:14 rt 1.19.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2fa9fc4b567799dac7d7581405887c8186bd184]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:11:46 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a00bc71cbb325bff61cea8cb0b4f382533422b2d]

        INTEGRATION: CWS ooo19126 (1.4.136); FILE MERGED 2005/09/05 13:54:14 rt 1.4.136.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c43d96245d8002e3df6999b7483ff57809bcccb]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 17:11:46 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1c07440dee7ab9c1e36a60eb014117a00c115fa]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcbd64d3ca4a07b8a48da4b3fb20e4170f747532]

        INTEGRATION: CWS ooo19126 (1.18.26); FILE MERGED 2005/09/05 13:54:13 rt 1.18.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1be32a15b964e2e1a394e155161be13e5e3bbc86]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:20 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a82c8dd8bed8184ac698b0b926e19bbec2e15397]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:36:54 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6e34c21cdedce3d9e25324d250eeba946bd1a3b]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:13:20 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12d5eabe41ff0e5e5673002775219a360164a985]

        INTEGRATION: CWS ooo19126 (1.10.174); FILE MERGED 2005/09/05 13:54:13 rt 1.10.174.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [982516473ddb5b7ad5993f10106b45cc90b2826c]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:11:45 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec49d1a1374de52ddf087e421fa843570d6fbba4]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:54 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7958790b187dd754c4cbff96ac700e5df82f7e00]

        INTEGRATION: CWS ooo19126 (1.10.64); FILE MERGED 2005/09/05 13:54:13 rt 1.10.64.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [864c8a14c9a8defd8358f2d193ea5e6003ec0c6e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:18 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c46a23e777c76874816b742e236fabae8731b3b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:53 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d26f4274ac22a9eedc128a94b536f25a29aa03f5]

        INTEGRATION: CWS ooo19126 (1.11.34); FILE MERGED 2005/09/05 13:54:12 rt 1.11.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb035a5e2d2ba1500ae84e3ed8b3a8e4b5c4ac7]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:13:18 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [229d22380f55e82ebaa772dcdd01ce525168f0dd]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:11:44 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6243d15f30ff7579ffc9cc065fe07e69a28626f3]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:36:53 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc139ad5e254fa39226120ec57fd6e3c9ca0d0dc]

        INTEGRATION: CWS ooo19126 (1.12.24); FILE MERGED 2005/09/05 13:54:12 rt 1.12.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d35a155aaab6ddf51006f432889d21b5ebc6e26e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:18 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be77d0ff25c67821de714bc6692c948ea816fcfc]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:36:52 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e06566085bdbddf64db77a1beff7597e82dbf293]

        INTEGRATION: CWS ooo19126 (1.19.34); FILE MERGED 2005/09/05 13:54:12 rt 1.19.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [071762c99e855b0eb31fd35c00b7a38a392e980a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:17 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fa82e9346154e482df53381481ac0eef559dcfb]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:52 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e841c61b565da12d20f14e67f9ceca0572aa951c]

        INTEGRATION: CWS ooo19126 (1.15.84); FILE MERGED 2005/09/05 13:54:12 rt 1.15.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec939a4e20f3a123a2ddae6a1f9b5a91e53f4576]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:13:16 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4292b9bdb267eb9aaa174eee2c35fd35f861ba77]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:52 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc47590ffc12a1a17d47b8c9024f67469fff872d]

        INTEGRATION: CWS ooo19126 (1.22.34); FILE MERGED 2005/09/05 13:54:11 rt 1.22.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d69430324c6413471f0182f0fb08826a8c0d24ef]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:16 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52d9d0fdcbac90e2e2d39d3e5c49544056049fb1]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:11:43 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c70a11653404bfc2d3060c3c5afc3b94611cd9d7]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c299bd78d4981cd729348bba8dd3488a0d29d6de]

        INTEGRATION: CWS ooo19126 (1.15.50); FILE MERGED 2005/09/05 13:54:11 rt 1.15.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b83a959b3206ac2125461f52ebe651ff27e5f3f9]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:16 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89a8e26fe4df62e137ceed35f7a37740796fca4b]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:11:43 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5d5089d5bef7460bdd0a38ed1c5201ae0c7868c]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:36:51 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b29044913a268623ef31902a3283623fe79e2bf8]

        INTEGRATION: CWS ooo19126 (1.15.20); FILE MERGED 2005/09/05 13:54:11 rt 1.15.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e32b795ad864540d6da55c5463d948694bc8988]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 17:11:43 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [485a38ee73567aba4248082884b15f24935aa023]

        INTEGRATION: CWS ooo19126 (1.11.74); FILE MERGED 2005/09/05 12:36:51 rt 1.11.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f61be3bff4fb3f791be12dbc39b6d0ada2216878]

        INTEGRATION: CWS ooo19126 (1.10.20); FILE MERGED 2005/09/05 13:54:10 rt 1.10.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbf43c6d5b9b073d2a1eaeaa506a3061ce34a108]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:15 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65e24c54edb75add41735a42d0029a40c588b858]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:36:50 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f0d67f58fd4176523982bdf40424b2a0795bcf9]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:13:15 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48a8a30e65716e0386651b605a53e3fef5130e09]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:11:42 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd6322327119d100e060e13ea9eb33014a634ff5]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:50 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b485fb8fea410fa81bcacca98475701e9359e85]

        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>  [fe4f1908c64c69e233edcd7e516f879a8c5b1e93]

        INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 17:11:41 rt 1.5.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb14e157c34d88c0b64c93f5c4f9d69f7be668db]

        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>  [8c71e0d1d0c1f632f6edc19aac8b5f0ac505a375]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:13:14 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e96ba27bbf8ad87d5838ccb8311453c8c8ed84f]

        INTEGRATION: CWS ooo19126 (1.1.198); FILE MERGED 2005/09/05 17:11:41 rt 1.1.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [203d899d66a94e1571b6cacf4127927d4e59bae9]

        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>  [b56e9dba1a6059a2191c6ee00201a8aedb510cd9]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 17:11:41 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54dc25648563cef09f94d27bb1f90b607ef8fcd0]

        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>  [127e923185dc36cafa4128ef51ef8748bd2ea574]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:49 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a93a3da5092e63a5cc19adb6f3e03ad674e4d3a]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:13:14 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [045d5444ff811704ff8870a00c0e274171e64c36]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:11:40 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8830ec849b04f795bc3145ec4ed436d304d8fbf]

        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>  [ae929d8d4e35c763fd56b5840be47ab40d338dba]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:13:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbabcee07de4cf7894b1d97c547b185eb24d38c1]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 17:11:40 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c63ffe90b392d0bc97b784f492b97af4cbf1519]

        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>  [821afee88dada778a623a4748f5a42b5524ae26e]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:49 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [992ae6327bfa2536e724b284525cbbd04a5857bd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b7e0491700c1af4d4c45670e8af533b797a1774e]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 17:11:39 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f91ee3cc8a21557259f13c730ea4440eb155f439]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:48 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdaaca93bf5f1911153de57432adea8906abe611]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:11:39 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a293b2431a309d9a849b3e3c81e4a26f3d3456ae]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:48 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271026a51a25b932b02ce8fa5df4144d6904d866]

        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>  [056e57318864bbb01e5240480afc95246333f45e]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:11:38 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c02777f1f66d5b2c6f692b360b608c0cc1d21e88]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:10 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbd9187296939339645c18374721e659a6e8d599]

        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>  [48f140fc51bd1e2f4e136275409f1d4eaba995df]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:47 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3f39dc147896324728d183e37c19ac11dec1551]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:11:38 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aaa1876100451aa86052a3551d3df39edfdb7497]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 17:11:37 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24dea6f1c627a08c29ce64e721b2077dc8a8dda4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:09 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [082086d62f56f43f5ec2ceba76cf4911ca660573]

        INTEGRATION: CWS ooo19126 (1.1.1.1.230); FILE MERGED 2005/09/05 17:11:37 rt 1.1.1.1.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05b42297c43b6d5af26555c02100768c0f28f82a]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:46 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2d9f93d6adb853cb46c0f9738c65ce0699ea583]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:13:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f47512ea73d516b7f89ef6bd672d7a180df4d3a7]

        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>  [b9c327345a936b10464df8abceafc52f42888759]

        INTEGRATION: CWS ooo19126 (1.6.28); FILE MERGED 2005/09/05 17:11:36 rt 1.6.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9352acdc653aeefabe0133341e788dc373c826ee]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:46 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8becd301582e96ac0fc6f374acb9a9be7a7bf43e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89570a2a70c511292f1efec0630904d60571c9de]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 17:11:36 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08d50605cc18d66a900e0077a422d514b7fee27d]

        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>  [05995b8f6a221fb60bc9a8351dc92b80d1f4b662]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:46 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [908dea7d948046514ecd3d3747e364245c7d6d93]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:13:07 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d902b8bff6cf7ce555b927d144c967708408693b]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:11:36 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65eff445afb61d05e2bf733a8a32d480208d7e13]

        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>  [19938c866b59a635b4600944bb71c7b2a8766e00]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:45 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f2ffc7d5aad537bae3938d1a00460dfde76e065]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:07 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de4f79eaaa016a1099ca68f87908ee8a4d0efeb4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.230); FILE MERGED 2005/09/05 17:11:35 rt 1.1.1.1.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33a37474ab889786b89399b8c9e8a7bb614e19ec]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:36:45 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc8f16e95cab0e8aeda7444f23c24f9c8f3ead87]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:45 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ae49a211236254b1e38c7400c71781be0378151]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:06 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [562792074b67fc949697adf7c218400f6b7bc0ee]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:11:34 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [554f613f4988310c42d4d205102d82241abf417a]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:44 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e50e18a2fa7323ee4db6c3106be5185e538adcad]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c9558a11fa593cbaf38113cafb8285489efc862]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 17:11:34 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [242ce78fa1dfe7d2766c5cbea300256e7348780e]

        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>  [93786a4fe554512f55051f343d39b17fbda2da39]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:44 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7498818370111d2f5d73b1ab22c5bbeb4ad58e32]

        INTEGRATION: CWS ooo19126 (1.2.220); FILE MERGED 2005/09/05 17:11:33 rt 1.2.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccd28f7918d9386c5af8a8b80034983c1eadb48b]

        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>  [3082616cc222b9e9585469c1a4ee157504d7e3a0]

        INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 17:11:32 rt 1.5.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7c1a50f948673ef6ba44c7ed658e44776b44be7]

        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>  [956d397bf1986194692f329735abad9753a6e9e2]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:11:31 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9681f1e929a9c6d34ac1e1d9d93b8805cb6e631e]

        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>  [6642c35186cb85931899d7f684d376c16d986dd0]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:43 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e4b2de4b1ad3e924aa02263e7fb967028b9ec2f]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:11:31 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7032949030479eb6a88d36dfd99d335fb1f3dfce]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:43 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8984ec9efcd47559fc8500d916a67f4e1b3eaa9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:13:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d28c34f7dfa07c49f20f696f3cbb637550912d9]

        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>  [1c8c34d1f78fd74453573c8869631de75eb9a55d]

        INTEGRATION: CWS ooo19126 (1.15.28); FILE MERGED 2005/09/05 17:11:31 rt 1.15.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [159198c348277af5bcaacd5916f1b7a23d642b98]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:13:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2b977116d7e7a32a8767e6255dee14702efbd63]

        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>  [b19a2c87fc440331060e3c91b09f5fdd6ed93a8a]

        INTEGRATION: CWS ooo19126 (1.10.26); FILE MERGED 2005/09/05 17:11:30 rt 1.10.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc5a6ecffdad724609faca2e38bb945be8a4f66d]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:36:43 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d569392aee0e657ea1619f5763523e4c8c3d6fc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a197c8b39f11ef216c0080b25a6c983407ad5421]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:42 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc7287315e251b0e5cacba849dec66cfb290df20]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:11:30 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6715602e1684ac7aed4ab6da19e75afbb695e5f6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:12:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6839ae10e578b3c7f4099180a4b858d49feb965]

        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>  [7790f9fd0dc9fdc50ad24caeeec9e7038d23de8b]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:42 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93ce51cd23cb210749d5c4005de40ba8d53293db]

        INTEGRATION: CWS ooo19126 (1.2.218); FILE MERGED 2005/09/05 17:11:30 rt 1.2.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c243a5e8ef6dd898e5bb84c448c9b07168268c7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:12:57 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b76f843a9fdde53ec6a4e7262661c089d61a458]

        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>  [ebbb9c15c9ab96a3b1ddc4c68bf2791069bb443f]

        INTEGRATION: CWS ooo19126 (1.12.28); FILE MERGED 2005/09/05 17:11:30 rt 1.12.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fb5baaab50a574e3fe9f17dff6a582aa95d3f6b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:12:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e22305663ff4384bf40337039672ec9299baa8a2]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:11:29 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19f0418e9f94b17de5941c57fd6f7d2dd9198a5f]

        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>  [27d405f30e64d23279eca15e1db95e256c91f5ca]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:36:41 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f38829d4f16503be854d81c7c80b797432d8807]

        INTEGRATION: CWS ooo19126 (1.3.214); FILE MERGED 2005/09/05 17:11:29 rt 1.3.214.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acd71981ff1d0ecb3a8ce71362932ecda00b9505]

        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>  [2c25a8ed9eacbe43b0c851cfb128d5e46b0f731b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:12:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2098e6fb9ce3a463259677e6b3052d3bd4beeec]

        INTEGRATION: CWS ooo19126 (1.15.28); FILE MERGED 2005/09/05 17:11:29 rt 1.15.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef53038bbcd09a1485fdc0d052815308397cf7df]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:41 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70a926cee687e207705c8f3ae5c24273add407b6]

        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>  [0491f3e85c233a72b94cc4608d14769cb7107d6d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa5bf91cd753ad23c8c079466091582b5cc01c32]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:41 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b78cbbc852d2f0e65ea647032469258d5d86782]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:11:28 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04a2701539f2287c3ea9b7b7568e777b7561c544]

        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>  [98fafc6c23eaebf996c50813fc52be0ca96128c9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:12:54 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7549a17b4751469ea6465aff104ea837bdf5ddaa]

        INTEGRATION: CWS ooo19126 (1.23.28); FILE MERGED 2005/09/05 17:11:28 rt 1.23.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16990b11b915ba0a52177dc63a249558f1981006]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:40 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a63b80a38ad802970cea85d63020f2082a62e9c9]

        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>  [b5fc672fa37c393ff8494902eafb7ae23f733134]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:12:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2387574c44d338177b95fb7e449aa7ac4bc0d43a]

        INTEGRATION: CWS ooo19126 (1.2.218); FILE MERGED 2005/09/05 17:11:28 rt 1.2.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1a801c6d03c87a7e010a879820971e8c75691ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:12:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17b32b522e05602065d5abc08cbcb4abb1d4936d]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:36:40 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [712e353109c1da1bb4bfe48593cc209e140ceb68]

        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>  [b35ea8fd7966bdc8516f66b02ad2789b82789c39]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:12:52 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85a9f2e85ce7c9b8ea2a2d426bccaf5dcd588c12]

        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>  [926b6cea77e86f6104258164c148412c4795a0f0]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:39 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d279d0a2b472e99821e878f3ea195666d5aefc29]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:12:51 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19704fe7659ac3bb6a4eb7f15c04db5b082cb415]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:11:27 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e30f350f84eabb2c5a5dc95509607774ca1bb4fa]

        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>  [cc7c8444f4f4704d000b985682c542020997b147]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:11:26 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb554e4942bff7fc30c5ac0437a310af07c306ba]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:39 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b4cc31fbddc51c675bff3b54bf452702bcae85b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a4e117cda206031dbf7fb964bf0182bb03e2d44]

        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>  [724e28904ee3e671e044c56809038a96d25cf191]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:12:50 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e088370d490947de893d57971dc2548c027412d3]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa18cd41041fea5087393a838ae5c81da4c571bd]

        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>  [0f0ca1842b4d32386025d2df5ef3b139d8fcb8e2]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 17:11:25 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ded567b60ffc2a7ecf6e7818eb3ce50de976d81f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c4ae32155410022a49cbec40bac5c2ea47efb69]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:36:38 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9deb9913e200ccc3e05cac043002652c6750029b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:12:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43dc573e9616ab9f00abd2dfec84e71d4fbdb17f]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:36:38 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d7d5506caa63deacc9b26b14ff8fc50ed829a84]

        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>  [9a7a5c4a295403b2c88724ce4f103cad9940cf98]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 17:11:25 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5203bfe6dc541d385ad1c5565eec0e8846a839b9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:12:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53ecd5cdc6217f9581f54a46b2b3ad5fc9e39d48]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:37 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f0abb2209cff299a1e0876779c5d5309ff0a714]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 17:11:24 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05167bc0e039fe55054c48d656d789fc1f550147]

        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>  [d61417c9a141a13f4d8ee3c1ade97c372b00a651]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 11:12:47 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0e87b70479f4cddeb41e828b9fe0ea33f10f264]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:11:24 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3d9b386eb8926cb096d9bcef3fb6a7b23107c78]

        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>  [fbe6b9cf5758c67def1ad78faa2fd93699d264de]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:46 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53ff0d2a4b61a7f83ac22ec720ac58a2a2067283]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:36:37 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2773133f2b87dba21e562815e8526d5c43a511e5]

        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>  [eedf58165241239288f872871f0f7d5cf70ebd38]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:11:24 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d92caba967adefc9d5f02c94e60402336263c09]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:37 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7285381ee0e157c9646713cfe8ec90bf9cad95a1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:12:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40e9a24f78b079f60c16284d7f7b89587504fd51]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:11:23 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7ff1370e64c2e027682335fac1a342d809cd496]

        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>  [c5ba394ed03e349dc553554d5a1c19d182a6058b]

        INTEGRATION: CWS ooo19126 (1.3.558); FILE MERGED 2005/09/05 12:36:36 rt 1.3.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fa3467e395930f77926426ce2b557c191e736b4]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 11:12:44 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87f88fe8ee2cbaf81ab98dbf934d1068c69ff155]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:11:23 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25dbaca1f336156cfe60797a0d4f7cc4e8eb693d]

        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>  [d8dd84f736a09dbfce48a562bead4b69398f37a9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:12:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbba56fde78a4435fedbc3d4078daec581c7a196]

        INTEGRATION: CWS ooo19126 (1.43.178); FILE MERGED 2005/09/05 12:36:18 rt 1.43.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d595ca408abf7517fbf8749202af31ca78e8955]

        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>  [958221989f0dfe7d083a8b3d668991a1c9bd2480]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:12:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f03638b3c11dd3d114341fb9f811b05ede527d21]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:18 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb6219150974ee3313b5623bf7918d4a859f7c39]

        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>  [d55c5ee7903f7c40cbb081c52f5f809630be1366]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc5cfce57280e5e37c454abf92c2102b7b7bc910]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 17:11:22 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a614c9fccb587638c3c28931b0cf57e86f567c53]

        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>  [004742c338dada40b70d4285a55d819485b38b79]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:36:17 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c6cb30fcc23dba91f4dcc3ee59a970c8244e1ed]

        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>  [e6a30dc48abd635b3297def0adae42a4caf3b315]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:36:17 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23287b7ecb1b337c064d177c67af970adf087c39]

        INTEGRATION: CWS ooo19126 (1.7.152); FILE MERGED 2005/09/05 17:11:21 rt 1.7.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f377d350b987e6d206cdd40028065c3c4359890]

        INTEGRATION: CWS ooo19126 (1.9.108); FILE MERGED 2005/09/05 12:36:16 rt 1.9.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c545ed7edc5146ed8ffdef9f08a4504939b1e173]

        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>  [bc24d38b8ba413d1b08d56988b7febaec3f8616c]

        INTEGRATION: CWS ooo19126 (1.12.162); FILE MERGED 2005/09/05 17:11:21 rt 1.12.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08d737e9c88215bea0d09e4a420131a5f64c96e5]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:16 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3dedcb4a538aabae4e535390692ebbaca4f92288]

        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>  [35eac2a7d1825f378c1ad4246b3312af90790275]

        INTEGRATION: CWS ooo19126 (1.1.188); FILE MERGED 2005/09/05 17:11:20 rt 1.1.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da9862300eb0132a5393cf82cf1316116d079ecd]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:16 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6894edbcd6f00c8f23322863015b2cf6f84761a4]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [318242ed01c9e290f4d656102966cf157bd3591f]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:11:20 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e87d7bebafb983330509069a85bdc4d1ccebc882]

        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>  [8b2bc5042396694640c738f4a43dbca728831dd4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:36:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34de099cb9460bc87ca7b39bad7ef1048cd6363a]

        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>  [4c77b941a49fbdf8ed665c0561eb518846357f21]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:36:15 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef5fae98e900e0afd4c496525d200d940fcb0067]

        INTEGRATION: CWS ooo19126 (1.18.42); FILE MERGED 2005/09/05 17:11:19 rt 1.18.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e69e8e322ff7818eaaa5ea4161158d73ed3ddbe]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:36:15 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af8e529ba45f50faddd4d7b7e406fab6b7187d56]

        INTEGRATION: CWS ooo19126 (1.10.42); FILE MERGED 2005/09/05 17:11:19 rt 1.10.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b39454fc6a2f9299d4ee619e09436ac2759d9545]

        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>  [bde0e3946bd99bcd1e127ffd90686dfec18292b5]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:14 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76194b1607c9cece32934b404d8339b28a9e1ae6]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 17:11:18 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bed2be81413d3a8af22c5b6f273b8564d6109b32]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:36:14 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09fe03d54ddf22aab52a83ee850ad575e7003d8d]

        INTEGRATION: CWS ooo19126 (1.10.94); FILE MERGED 2005/09/05 17:11:16 rt 1.10.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [149e84646b4aa606b9ea71a102c3e7daa993f6cb]

        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>  [8ec64c1a0e1f6af0f8d12b67f0da12b883e21fc2]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:14 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8c8d4eeeb89db515418e336cf6c52aa55bdf1f8]

        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>  [a615e2c732ee4a77a92ecf353079715e851cf153]

        INTEGRATION: CWS ooo19126 (1.9.152); FILE MERGED 2005/09/05 17:11:16 rt 1.9.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9d008f2c0a08de787ea3c55520816d9172d52bc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:13 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb3026c280e9b49fc2ec08d5931da590b52800dd]

        INTEGRATION: CWS ooo19126 (1.23.70); FILE MERGED 2005/09/05 17:11:15 rt 1.23.70.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efe96c74987831941e0e57a18e65ad07a0693204]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 14:09:05 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cf197962df797c7c780ec08c0acbac761f998c4]

        INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 17:11:15 rt 1.8.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54c9295719cabafe85900afd08a6287ea73621fa]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:11:14 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71f0333858e424c9dd2df6c7cba85f1b74ceec45]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:09:04 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac6f4a52e9c0752fa760a5d52b847d3276c16ed4]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [725eba6a9089eec7500b77fa56bc487975e00349]

        INTEGRATION: CWS ooo19126 (1.6.152); FILE MERGED 2005/09/05 17:11:14 rt 1.6.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35ac1b1eec6fc600ec3e8e7835df92c8333b50fb]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 17:11:13 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [627e530be30131993cba9e7280ed2cdc268f3430]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 17:11:12 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [069f319495ade2214852b1ca1a28a366bd3762f0]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:12 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06f6614123fd22a4e4af4321e70102337ad6fd4d]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 14:09:04 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7109379dc54f58373c4519fe2be3505e5801cb4]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 17:11:11 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6423640b2ad4b5ed12f6feb9b4545c4648816d3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:09:03 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba5bd535db1ab132cea2740b247e5e6bbed0e4ab]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:12 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d24ac526c5f4c408aacd8ac440ac11363085bf5]

        INTEGRATION: CWS ooo19126 (1.6.24); FILE MERGED 2005/09/05 17:11:10 rt 1.6.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a07607b289b4b24375b3006aa7903091472f5e86]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:09:03 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f34254bdd6e76b31b4dbf71880f5d75859affe02]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:12 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90918f7845d51cfa261b7a9b43bb64053e6a4e69]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 17:11:09 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49bfe7a2f0bb20c0c5052934112bc9fe7e028bea]

        INTEGRATION: CWS ooo19126 (1.10.6); FILE MERGED 2005/09/05 14:09:03 rt 1.10.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07d0f0bf8d9b04e2850b13b3813a4e6381760752]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:36:11 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b81e3119ddfa9d1dedfae4b16b432e5efab54d5d]

        INTEGRATION: CWS ooo19126 (1.8.42); FILE MERGED 2005/09/05 17:11:08 rt 1.8.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c31307de165d5fc4b19afb2d7ea40eacbbdb8e8]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 14:09:02 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86651b7b6fb6eaaf585ddcaba83847efc97dfb83]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:11 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [299c5d91880215ce33da6caefbb65a2fad5cabe8]

        INTEGRATION: CWS ooo19126 (1.18.40); FILE MERGED 2005/09/05 17:11:08 rt 1.18.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9f08d41140683c07ea954ab73abd7a2a99e84b7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:09:02 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6f81d9d06b0846a6ac85166a26c16a18e9b587c]

        INTEGRATION: CWS ooo19126 (1.1.188); FILE MERGED 2005/09/05 17:11:07 rt 1.1.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38433351eaef3b58e395b47f5adfb97435b68827]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 14:09:01 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ab97d96e84916e0dff4b006aa1a2ae132adab92]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:10 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b05163e2b0cc2375364798be43374fda25d05378]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:11:07 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df1d79764d45a2e90c9619a230fa775ad28c49a3]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 14:09:01 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a982a3b06f97445854da7f1db65c38c6d4a7d2aa]

        INTEGRATION: CWS ooo19126 (1.11.48); FILE MERGED 2005/09/05 17:11:07 rt 1.11.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44ea1e4ee2887471a6bc8f2d6ba2eb500bd1fd0a]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 14:09:01 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [339d68890f0a9a1568a56c6c8893b468a81a5147]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:10 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42aa35f5ea4e3f5d258eef9b28ff62af943d1a8f]

        INTEGRATION: CWS ooo19126 (1.6.72); FILE MERGED 2005/09/05 17:11:06 rt 1.6.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81c7140163b14887972c206029be7698167e746b]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 14:09:00 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a3a7dd990892ac3f7db996615f5082bac97a523]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:36:09 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a1605c4ab1da38f755a5dbaca81dcf32048b34a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:09:00 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d990c1fae3d15120de7574ee815b87725017c98]

        INTEGRATION: CWS ooo19126 (1.14.242); FILE MERGED 2005/09/05 12:36:09 rt 1.14.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfd74326bf53657be43abd153cc244d6d012a753]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:11:06 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a0bd0b7affcde4cb887326705c1889ef2f56c6d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:09 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ff46607b57e68b7efb438730050a2ca688f752c]

        INTEGRATION: CWS ooo19126 (1.9.58); FILE MERGED 2005/09/05 17:11:05 rt 1.9.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d63a667d55e69de7375fe309f9dc9df5b2754449]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 14:08:59 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9da16609900c2d74d421b83236530cb61e80cc5b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:08 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c72965852a2a1d9d03d433acc86ab7b849279ebc]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:11:05 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12d55ee1e541ddb1f31ee1e59f6ab4a108504637]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:59 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1350080baced1dd465aa9111b01b9f6111b53fd5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:36:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ed3101442b56ee4a2dc835c3c3213b68d85f4d9]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:11:05 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c8a9f3f25c768a8b802161845f3d119c5cdf824]

        INTEGRATION: CWS ooo19126 (1.5.102); FILE MERGED 2005/09/05 14:08:59 rt 1.5.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4698adc364e191ca24ee9013f68797b915b9be8]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:36:08 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d86dee4a3940b30aca7e98bb97ea9e704470a46]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:07 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [419d8ab1c8a582849c597b98b6444b77b366f4ed]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:11:04 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7942611c01194441d82a4bd12849abe7e08a4c67]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:58 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [451c8c06067de2a700b0b7701df4a2604767c11c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:36:07 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f6caf0c444de337e288d5345e86a6c4f64c9075]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 17:11:04 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ccabb9116dee600516601ab70e75a291913564d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:06 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac74c3add41bdae4e07e0ddef92dbe6c0bd215dc]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:11:04 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27613b4b80aa40abfbd3e3924825ce0948caae55]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 14:08:58 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ec4a77282b77482d3785871ea03fccc9231efd4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:36:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be16ca8c4751c3ff0209d53a07d2b5f52d8917ac]

        INTEGRATION: CWS ooo19126 (1.3.58); FILE MERGED 2005/09/05 17:11:03 rt 1.3.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9165ac77338e54a01923e9d440e845720e392370]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:05 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [434ead1295e02cc381d667edf17a333f920d6938]

        INTEGRATION: CWS ooo19126 (1.13.58); FILE MERGED 2005/09/05 17:11:03 rt 1.13.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05c8f558b241643701dcc8e5b8e8072abb85bdb8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:57 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b6a13f11b4470e2485adb8c3659b1f3bf128462]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:36:05 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95eb62471a43f272b805c47197a21848f6091918]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:11:03 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4014c4fb5045848299d748df16d4b1ef96758d7]

        INTEGRATION: CWS ooo19126 (1.1.118); FILE MERGED 2005/09/05 14:08:57 rt 1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d73632cb41f65f6b83c87f4447ad08c06bbc6e6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:05 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c55e41d8cb1f9ef2cea945c22d80179beee8bcae]

        INTEGRATION: CWS ooo19126 (1.3.58); FILE MERGED 2005/09/05 17:11:02 rt 1.3.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5725263f147babd38efdfa9c4024aa30ca516393]

        INTEGRATION: CWS ooo19126 (1.16.48); FILE MERGED 2005/09/05 17:11:02 rt 1.16.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c3ee96e69a35f4d145cb5550bcbc341da9030f6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:04 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [108c93138e3bc6d3199f18566d32e05d954cb372]

        INTEGRATION: CWS ooo19126 (1.6.82); FILE MERGED 2005/09/05 14:08:56 rt 1.6.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06edb3d71b7624f1b2711ff2f1b02d65b587ab15]

        INTEGRATION: CWS ooo19126 (1.9.26); FILE MERGED 2005/09/05 17:11:01 rt 1.9.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea094062b9d2ba5648fb4d395a4fb89840af1c7b]

        INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 17:11:01 rt 1.8.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7dea72de738413e177a8e3594d48b620f89cc84c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f1d05c3c249c4813a6588416278692bc8209e75]

        INTEGRATION: CWS ooo19126 (1.5.208); FILE MERGED 2005/09/05 17:11:00 rt 1.5.208.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9c98c4d2a7c7650fae42ccdfe45fbfdc1bb2f83]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:36:03 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74776b0c59c2d33693c169c135fdf067c8e509c1]

        INTEGRATION: CWS ooo19126 (1.7.152); FILE MERGED 2005/09/05 17:11:00 rt 1.7.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db0d56ffaae9017fb0bb90064c83f57bd84d47dc]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:03 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0876ccaa04ba12d88c5c453064c267e9bdf3f32]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:12:19 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [461f0344267df7f560f21eac7be5d466cfc8c26c]

        INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 17:10:59 rt 1.8.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0213eef825ae8f9f533f6a9a5f52eedf25441a25]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:02 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f543bce88da28977a11848880aa9b2edc2eadd8]

        INTEGRATION: CWS ooo19126 (1.14.18); FILE MERGED 2005/09/05 17:10:59 rt 1.14.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b2204dbdb46fba9c5519ed720f9d94f8b44856b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [078e387b3913390632d7347478b99e0fbf7866bf]

        INTEGRATION: CWS ooo19126 (1.17.58); FILE MERGED 2005/09/05 17:10:58 rt 1.17.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8abadc88be7ffafd2e99fb99833888102699f28]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:02 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff8edb4b3b3dc597758016bc5597524f48e65735]

        INTEGRATION: CWS ooo19126 (1.10.38); FILE MERGED 2005/09/05 17:10:57 rt 1.10.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0495b988be73c0e8fbbeecbdc4cf179596981b8d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:36:01 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b700d189dff64526e24c2a0f1df5e9c572153e64]

        INTEGRATION: CWS ooo19126 (1.15.38); FILE MERGED 2005/09/05 17:10:57 rt 1.15.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd583abff498df398eb54fd9a7816ad3ce4dd421]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:36:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d3e9580a433a84cb4c3eb776a27f9d0bb2cb195]

        INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 17:10:57 rt 1.6.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f337be8b178306e3097bf96128d3dd4160774e78]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:01 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [706569adc17f6af942e867aaac24ab0d5a944b9b]

        INTEGRATION: CWS ooo19126 (1.68.18); FILE MERGED 2005/09/05 17:10:55 rt 1.68.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e23defedaee26fc1b82487d5b9c66c850c5aa29]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:36:00 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6dbac299bc5be854186c8f0f4312e94347097f6f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:53 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9beb366954249cc9b53a0a4554e4b654e7aaa2ff]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 17:10:55 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5823ebec7a8d4fa13cf82f8c6ff04f507e17bc71]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd45132339f8ee989d5ad13dbc52994d39fa6613]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 14:08:53 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ef6c43035408a7fd4a07d7f004001b33a7f7501]

        INTEGRATION: CWS ooo19126 (1.7.58); FILE MERGED 2005/09/05 17:10:54 rt 1.7.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7981ae999b239de9e4c273b9800acf583a64ca8d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:35:59 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [233632e705f5d9da12b063595aa336531aa04a55]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 14:08:53 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b9830e2121b6cc976cf779607b89c54a40bd422]

        INTEGRATION: CWS ooo19126 (1.15.152); FILE MERGED 2005/09/05 17:10:53 rt 1.15.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c894879d83034a219d0c5a869afda9d7d3bc54a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:58 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1b9b6bbebe0abc81b6f4a66b3af97f733999269]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 14:08:53 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [608a6cd6889fe379577849a40139240ba906ada9]

        INTEGRATION: CWS ooo19126 (1.23.12); FILE MERGED 2005/09/05 17:10:53 rt 1.23.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82daad336a06ff735a5ad56b792e0f6b296108ff]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 14:08:52 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [755991aae0d3772e3df075079ce213f6df91dfb5]

        INTEGRATION: CWS ooo19126 (1.10.152); FILE MERGED 2005/09/05 17:10:52 rt 1.10.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb596757c3c77d33c53b00a5366c1b7bcb87094e]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 14:08:52 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f597c4889c983fa08eba9811ac9041898d62d6cf]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:58 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee75b4d8350bc33d8e9a4d53337bde44ad75d97e]

        INTEGRATION: CWS ooo19126 (1.14.58); FILE MERGED 2005/09/05 17:10:52 rt 1.14.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69ccf98d0ed057021ce5ea64d04f37cdf66455b2]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:57 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cbc564fa61836b05404a6d254ef7111d9549833]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:52 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c9d840dda9835f6bacce0ba3de3e4d2475e4693]

        INTEGRATION: CWS ooo19126 (1.9.152); FILE MERGED 2005/09/05 17:10:50 rt 1.9.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3c90ba63766fdec840eb5d16876a8f341a0d2c7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3198e8e73d58d88cb71ce7373bce9407a8a8a6d]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 14:08:52 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [676574a0583f71b5b6abcf08d9a52a5687448af3]

        INTEGRATION: CWS ooo19126 (1.14.24); FILE MERGED 2005/09/05 17:10:50 rt 1.14.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f860411f7b39d33292fa1a15f2896a88418672f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:56 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95fb393ad4d42c598a4af593ebb75bb2cf12ddc8]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 14:08:52 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74b324189511f100fef34e799932f28e4cc77ac7]

        INTEGRATION: CWS ooo19126 (1.8.152); FILE MERGED 2005/09/05 17:10:49 rt 1.8.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8a723f0b711e90653816d8e273a0b81edec05b4]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 14:08:51 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c75274625e5ad02da3bba5f270cc4d508c84c2d7]

        INTEGRATION: CWS ooo19126 (1.20.18); FILE MERGED 2005/09/05 17:10:48 rt 1.20.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53e73309946eb0e53a61bdb4d2a9a3541047b7f1]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:55 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f0a46ba59427dcef9a94109d9493ae1904b398f]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:10:47 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e7c9d7656d68176949b2dea786555699b69f9d2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:51 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dcd919729a2063b4324879ef11a06f294af14fd]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:55 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f0eda32440b4e442cf0ec330fe192162207b4ea]

        INTEGRATION: CWS ooo19126 (1.10.152); FILE MERGED 2005/09/05 17:10:47 rt 1.10.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ea4b3ca9744d10b19f3ebda9a01868828736169]

        INTEGRATION: CWS ooo19126 (1.16.242); FILE MERGED 2005/09/05 12:35:54 rt 1.16.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19025cc0a7900d45525653771a1b0adaff2159fe]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 14:08:51 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95560ef1b8b9bbe9f091134bbcd95f866b703268]

        INTEGRATION: CWS ooo19126 (1.22.58); FILE MERGED 2005/09/05 17:10:46 rt 1.22.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76a0609a379cd6b87200e1be377280862ecd9df2]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:35:54 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61eac692d666bce52f8817c6ee0bda1f45d91401]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:50 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73f8903311d6749044a46762631165ddb81e143c]

        INTEGRATION: CWS ooo19126 (1.10.152); FILE MERGED 2005/09/05 17:10:44 rt 1.10.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9961b19a6abfdd2ea6ebd280b1203b53fc42d555]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:35:53 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7069a3b34f16d03d46951168d9a9bd181187d330]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 14:08:50 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82c344e537ee7a2192872ff291398beb91690eeb]

        INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 17:10:43 rt 1.8.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86efd71aae38c935fd3a61517e983c6dd291bce7]

        INTEGRATION: CWS ooo19126 (1.10.72); FILE MERGED 2005/09/05 17:10:43 rt 1.10.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3aa20b600c74323fea9357da773efb52927fb4df]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:35:51 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bba4c3131a7ab36eddb4fd10debcaff4608697cb]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 14:08:50 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fe887aa63ad15f0b04fbb202b64c37748e0eb1f]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 17:10:42 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13d60279b9898b8036f942b990bbe6fff1141485]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 14:08:50 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdf5e15fc7e563c73568055ca7ba68b00c120d69]

        INTEGRATION: CWS ooo19126 (1.11.58); FILE MERGED 2005/09/05 17:10:42 rt 1.11.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af000fbcdf685e81c1dae38a9245233ec4b09d28]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:50 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd1550ffa6402f5a3af2b8ab01316301db857eca]

        INTEGRATION: CWS ooo19126 (1.1.1.1.118); FILE MERGED 2005/09/05 14:08:49 rt 1.1.1.1.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3a2fa0b2a7a8fe0ed0f0d225dc435d0188a2e97]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:10:41 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [639978c97a5eb3700f3fdac934cdbeb4a7ba8fa1]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:35:50 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a908048013bde9cae0bb79399e82f5cbe2c6bfe5]

        INTEGRATION: CWS ooo19126 (1.10.58); FILE MERGED 2005/09/05 17:10:41 rt 1.10.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6aec83b1895dd0b8526f8aa1695bbfa079242baa]

        INTEGRATION: CWS ooo19126 (1.3.218); FILE MERGED 2005/09/05 17:10:40 rt 1.3.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feb1a01d39c9337d373cc0f9e2c8e44cd99a64d9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:49 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ab8df36f46bedf524035a7bf17673e3c53abcc8]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:26:05 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c4b8c811b20e0ab72b78afb5f8cc33ce3b23a6f]

        INTEGRATION: CWS ooo19126 (1.3.188); FILE MERGED 2005/09/05 17:10:40 rt 1.3.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36c925fbaafea20d0b3c3585060a54861daa97d2]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:48 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7da9f521f69c6e402c099d8211bd4bfdc473744]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:26:05 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6b3ec247873da4f02dd876eb55dd1b60e6bbac3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.230); FILE MERGED 2005/09/05 17:10:40 rt 1.1.1.1.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b0dd9d12370d3c2b9e7265b0bbc11abe13499b7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:48 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0c23c1d05a916cc85d49b540c97add7302a6c60]

        INTEGRATION: CWS ooo19126 (1.10.82); FILE MERGED 2005/09/05 17:10:39 rt 1.10.82.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88b54661b4d57a860fee8b485399d0adb990ab92]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:48 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [447060df4e789618772a5321039000bf2ee9c1d6]

        INTEGRATION: CWS ooo19126 (1.4.218); FILE MERGED 2005/09/05 17:10:38 rt 1.4.218.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6e45e184b7e51087f9cbfe7ff55a0a23c19a117]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:47 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c0c9a5b62a1ecb8cb2425f1ab263e2b1ff9fdda]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 17:26:04 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e323e7f1d7f56dea03cd2e3a47b3ece31dfdfceb]

        INTEGRATION: CWS ooo19126 (1.8.94); FILE MERGED 2005/09/05 17:10:37 rt 1.8.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cce9c33b98ca148003e6561da1977c5bbe23006]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:46 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [619056ee849a32c64a8a94e7a7343b69bf5370f0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:26:03 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [496390044a7cc999e0599354b9ab3ae9921cb4b2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.230); FILE MERGED 2005/09/05 17:10:35 rt 1.1.1.1.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ec1516ffa139f75320690254c44d3d2a00e5356]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:46 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24cf72ee9553385f1bab346d732f44bedc6a1482]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:45 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f27e9985f84493af9bfb6204a126592ffbffd37f]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:26:02 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c25fb54241373dfa651577547dc738596b8f647]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:26:01 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15122b5470d3193a60e9a582d329b06fb8bc0952]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 17:40:33 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15ce882073b6689b563c15f2fc77adc17a4cc29f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:26:01 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ab87b88198fc43ecb89b2e4d13cb377263320e7]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:40:33 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d251c2c2ec14577040fe60ba0eecf37e588cf3a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:44 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f762769517bd717bc6b828254a5fafd3aa1b6cef]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7655e7ac8fd94353c905981fcd8f2820b89d8656]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:26:00 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35610b84f93ced66c9704a7ef20358bfc89c3114]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:40:33 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1a8bb61cdcd6b0050c96d6a24542766daea36a4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:43 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21e6936788fa8c0cf45ab16d900142252817e6c9]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:40:32 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b22b399f08086529ad4ac30f0b64a8c7669a931]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 17:25:59 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f473e7c4c882281d5439e99277271d6a0910b658]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:40:32 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93c586ae0055116664200c8728b224eb9a190880]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:42 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f12534b8029f8e088c715a31a5e1ae006cdea33f]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 17:40:32 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad2add984a928998cfa06cf79b6f7ee90a35c539]

        INTEGRATION: CWS ooo19126 (1.31.10); FILE MERGED 2005/09/05 17:40:32 rt 1.31.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acc42e8890f9ae70ee29b0ee0783055bc580c741]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 17:25:59 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26b361cb75b1626b85c5d881063b0309d76922b2]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:35:42 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cc24615b5c10312cb23ed76e32167cb0dd120fe]

        INTEGRATION: CWS ooo19126 (1.4.282); FILE MERGED 2005/09/05 17:25:59 rt 1.4.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a250e97a50db14efb300a7788cd3924d36180133]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:41 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2508ea8b1106570a7823d21c1c3e989fcb58c587]

        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>  [9eabb8c7d50b6fb76390ab39d3a13700dad27f6a]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 17:25:58 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de647fce81b6e52adf49090e12e0e52dcf80e613]

        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>  [0765fd27db4f26eb937ec2ac5348599f9fbd2f0e]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:41 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d3f0740d5e7b82b7541f3446d70118e12d313c3]

        INTEGRATION: CWS ooo19126 (1.2.346); FILE MERGED 2005/09/05 17:25:57 rt 1.2.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8d17f09391d9b40254c2b3f0ba210f9e71eb93c]

        INTEGRATION: CWS ooo19126 (1.4.282); FILE MERGED 2005/09/05 17:25:57 rt 1.4.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6f4a2731430e1580b0783f10ae265648dc01313]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:40 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10a48a562c1786691e94b5335fad479a89f09e0d]

        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>  [d4508673e4ee5824290285caf9fca7354d7a57b8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:35:40 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e40ae4b25ebc8585892241c88ad3b32fb0cb7f1]

        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>  [ec50abfabbebf37c8c796ae9861704cb4acaa839]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 17:25:57 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13441a3d2c31f08a3fe165bfe05cb92978d5a3ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d737b22d941f96a0a3488f996cc402e0fa6b9779]

        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>  [3ff71cd80ee9c54b80846a07165bf0bfb1556d2f]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 17:25:56 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87468aa2ecf9b12ff001100b7f122cc7140f19be]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:11:48 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9806f65ab338de95133aaf8b19eb90e21f6ec9cf]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:40 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4d96276b8747998cf5d1b8bb44a926cbca33a4b]

        INTEGRATION: CWS ooo19126 (1.10.354); FILE MERGED 2005/09/05 17:25:56 rt 1.10.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58bb5d769a0ad417955324b6db967c892aedf6dc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:39 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c3b0f35bb3bb40861709752a07e6c0fc266b633]

        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>  [a4ec0a5f8e1e08296546a1fc5098e39d9ff40fbd]

        INTEGRATION: CWS ooo19126 (1.12.320); FILE MERGED 2005/09/05 17:25:56 rt 1.12.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40fcf351ebcb6ade27b25ff200bfe9af62d0834e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:11:45 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d86b6bc6ace9c748c32d3f9830dec3a7de631b33]

        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>  [2891e0abcc435d011e0407188ce115a135348291]

        INTEGRATION: CWS ooo19126 (1.10.320); FILE MERGED 2005/09/05 17:25:55 rt 1.10.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [763a45da95ad2f4cf3ee94eb958f1464947ca64f]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 11:11:44 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48e8d81ce8b6e9676c1ed8e22a3e6db18e4773c0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53fcc7ff22f03565b056bbbe06b01a49742a0129]

        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>  [8752c732d9a31adcb5b125fc3b88502e7c5e307c]

        INTEGRATION: CWS ooo19126 (1.17.132); FILE MERGED 2005/09/05 17:25:55 rt 1.17.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb10658e4d4dd7e9a7fe4300afded784f3bb3d5a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:11:43 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a57987fce74159b3b4e01067a0cb103da964724b]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:38 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e8b304bddf7a8a965a9becb562117cbd576ade3]

        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>  [6e483fb443894576151ee37960bd1b218c72e141]

        INTEGRATION: CWS ooo19126 (1.9.352); FILE MERGED 2005/09/05 17:25:55 rt 1.9.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b37b3f71f3f1c10ba0e599ad7889a6a34232ad88]

        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>  [2490476f79a6ff6bb23cd9c67468366eeecca5f6]

        INTEGRATION: CWS ooo19126 (1.13.320); FILE MERGED 2005/09/05 17:25:55 rt 1.13.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e042c509199fd8f14e0373401c1c1028a075cdd6]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:37 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63c14348a808ee59bfcafe4e3c653362dca22661]

        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>  [a9632ac8f08cfc394d4beb690fe4e945d7e9eb5d]

        INTEGRATION: CWS ooo19126 (1.8.352); FILE MERGED 2005/09/05 17:25:55 rt 1.8.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c2c3cca2a56ed2eba2168741db7fdb797a34f7b]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:11:42 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [022b549a256e2cf20b055ca31d168e42b340a854]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:37 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9725b40cddeaa13bbcfc1e17fa35db0047134d87]

        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>  [76f30c706b5fa89da9589e43fe02762954863a7f]

        INTEGRATION: CWS ooo19126 (1.14.320); FILE MERGED 2005/09/05 17:25:54 rt 1.14.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22824fb57554e1f0c5a19c1cbb6f2f55376af639]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1e8cd241c519e6a98ddc77643d071aedd554066]

        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>  [f8dc140d35850d6c7717c1d5e7254bee950613ad]

        INTEGRATION: CWS ooo19126 (1.10.320); FILE MERGED 2005/09/05 17:25:54 rt 1.10.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69046ada54c55a6eba9177dcddcf1b044a6da0bd]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:11:41 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [574e22d1ceb75d440b9f8259cfd4585428d1f522]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:35:37 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f30e15d7a977fc5ba8962baad5083598be86a6c9]

        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>  [a6aadf0dad8f63baac36e40c7b6cfd4bea3e064e]

        INTEGRATION: CWS ooo19126 (1.3.282); FILE MERGED 2005/09/05 17:25:54 rt 1.3.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b917316e627d1ea8303388184c25e1ffca603130]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:35:36 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a21c1fd032ac6e67540f2b2a19f089ad185d17b3]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:11:40 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0334198339c1c619beeb65411b01563a2123b20]

        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>  [dd4f79088a9de642bc96cc48e9d347fa43677416]

        INTEGRATION: CWS ooo19126 (1.14.250); FILE MERGED 2005/09/05 17:25:54 rt 1.14.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfe110a60631588ae5475a9f91efdfeb21f73d14]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:35:36 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7aa60273b903b6b5359706cb70f898d6260f4c69]

        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>  [30d2c072fa65664d3b1a31d09ab737e7b7a2ed68]

        INTEGRATION: CWS ooo19126 (1.36.74); FILE MERGED 2005/09/05 17:25:53 rt 1.36.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31b16bb47e0f1f047e92aece5e2ffeaf02aa4f1a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:36 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a00b4a6e284a3c11f99fe3d52c371c62fb241851]

        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>  [be230fcd99231dd47fe485fe504c0e10dff213b3]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:11:39 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9b28221113115dd21a7fad8d549a31d2c2df2f6]

        INTEGRATION: CWS ooo19126 (1.14.320); FILE MERGED 2005/09/05 17:25:53 rt 1.14.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70d035ed9caa688e563a151fdaae6c6f8f129712]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de04d7e760f98f3e78103cb479b04e626b667b15]

        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>  [dbd141e44c7d838f26acfb03868a4fb1dce4b2d9]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba304a4ca58366fca75ec4b774ed421af015c7d9]

        INTEGRATION: CWS ooo19126 (1.2.354); FILE MERGED 2005/09/05 17:25:53 rt 1.2.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [157d5d0b0a51e8306a0341f70d217fa9604d3d48]

        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>  [68b13884b81b8a7e706a706bae4d8214ecfa3d1a]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:35:34 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6c32c922c8b7bd6f18c844c1761839284416e4a]

        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>  [58ef7312940986aba3cb4559338f07e426a76265]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da1c4efc3668a99ddd58fe43c59f21bb260a6925]

        INTEGRATION: CWS ooo19126 (1.36.62); FILE MERGED 2005/09/05 17:25:51 rt 1.36.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d30d7e3c2cb387e7407a1f7d4a6c11d1a50e3ad3]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:35:34 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15ee7cd599214e844f71da3354ca35c71d56e3df]

        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>  [3614fa040700d876b325f0ccdcf85984969697fa]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1744abff59f35dc056fb8ae0db526c8f3d0af2d]

        INTEGRATION: CWS ooo19126 (1.44.98); FILE MERGED 2005/09/05 17:25:51 rt 1.44.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83ccfedc1cee36b7a8694dc4459d987087ee6b2a]

        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>  [76a9a7c0b9eaaced11125b649c38ad9694394c94]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:35:34 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9323e87b59a54abfff3ab974ca9fd79e4a8e6d4e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:11:37 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [792f7dc3e019362e461fabe6b37cbfa438f700e2]

        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>  [35bd59ba501ccbe4c9abd16d351e9c18f7731db3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb301553a8e13780867671bc28b3c8f8615368f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5473ed654827fab6e9d8b08e4683989cdd84069a]

        INTEGRATION: CWS ooo19126 (1.14.132); FILE MERGED 2005/09/05 17:25:51 rt 1.14.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1e677e94205b909b93d3bc17b8469a971923c27]

        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>  [ea7620abc56774e2986e027971bb50123fa495e3]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:33 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d5711ab59c09ba72cb1617eaf0f29dfcb5a4ffe]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:11:36 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb2fea42c400906921f7c75918f5a5da3379d06b]

        INTEGRATION: CWS ooo19126 (1.4.354); FILE MERGED 2005/09/05 17:25:50 rt 1.4.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55ed8e0a5fcce7e7dd8cacfe38caf85864a32c18]

        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>  [fffaa2a165a920fec53d823212e6c1fe7498cb84]

        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>  [f3752e26c44a9b60f853b72fb882b65b3b8f7475]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:32 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa1dbbb869e690f4904c1efff4209ffece88e670]

        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>  [541dfaf958042df7d9245c72794df6c6fb81a743]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:35 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e18af89ca6ec2ff9fb1b7d5f5ced52b6c4b5d34d]

        INTEGRATION: CWS ooo19126 (1.10.112); FILE MERGED 2005/09/05 17:25:49 rt 1.10.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f82171d314463804f0cd922322182d9d969848b1]

        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>  [3f5303939f489110188633c641ede98f8170b273]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4761ad6c2c2faa39715acdac02f7db5308f37ee4]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:31 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f55b3ce09378a32c7bceb7e3ebe935d562ab48fa]

        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>  [141c38f5ee0fe598d55260bfb8f64386fdee570f]

        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>  [7771ad9db5ceb836996a2f92ed487a9ed40d0475]

        INTEGRATION: CWS ooo19126 (1.13.124); FILE MERGED 2005/09/05 17:25:48 rt 1.13.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c68abd537c2b6740dd96ccee68cce04691a172f5]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:11:33 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9da045d01fb01b984a53d3299bd5a0c08c55789a]

        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>  [29ec1d47fafae142173e4421ebf811b3c90f5f49]

        INTEGRATION: CWS ooo19126 (1.8.354); FILE MERGED 2005/09/05 17:25:48 rt 1.8.354.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e478aff30783fb2e657e718ff4931c35eff6c153]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:11:33 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7360d460dcdb2fb764dabbbd4dbac20ec4675def]

        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>  [2c5f265d44a1cc2b7227d3acde8bfba9837354c7]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:30 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f1319876c1a7634378c39a7c39511121f1285c9]

        INTEGRATION: CWS ooo19126 (1.10.338); FILE MERGED 2005/09/05 17:25:47 rt 1.10.338.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2ec604ff459bb5e4d00294eca3d4285b2873712]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:11:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef1aea525aa08e37460ee3e3ca9ec308268dffb9]

        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>  [5c807c0dedf970f53e5487d8ec8c3d5245131538]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 11:11:31 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1986735cacaec2fed692f2579e5ee6ff9b3f371]

        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>  [25f592f3960515711a88419b9a01b7190c0b8483]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:30 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b020e41ef27743763da2714923c920842f445f18]

        INTEGRATION: CWS ooo19126 (1.21.326); FILE MERGED 2005/09/05 17:25:47 rt 1.21.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c38984036260bbbd9245d8975c437cd6bb49cf0d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:30 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4347511ff9a9b4a0d13cca72eae13d402ba2fd3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:11:31 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [719ebf5e6cb15d67485cc4a56313feef0a7455d6]

        INTEGRATION: CWS ooo19126 (1.5.348); FILE MERGED 2005/09/05 17:25:47 rt 1.5.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6a33a1566e1bb2e6dffb74a6bc11c3c85bb2456]

        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>  [d5baaa3f89e34af34a343f2f102542de4be0c0c7]

        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>  [2afe406157916189bb6cd4dd46523b29b9727599]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:35:29 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2ed8ce481c68637a41282633fe7cec30087ece5]

        INTEGRATION: CWS ooo19126 (1.23.132); FILE MERGED 2005/09/05 17:25:47 rt 1.23.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b414420597aba4ee26a994d52f353b6711b29c7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28b31bf1f93e4f45b60000f523aa500fda3ca665]

        INTEGRATION: CWS ooo19126 (1.9.326); FILE MERGED 2005/09/05 17:25:46 rt 1.9.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3062432b8725bc6c4d4007feec914565e8b42185]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b83d2b240998fc94e28a155cb53c1bb6f9bf654f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81e1c77a8692c68f16e05a3dc19d56fbd7dcb9b6]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:25:46 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7432faabaf0b852280f80b5cbb7588a303f3d4a0]

        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>  [c9bf998faca0de02eb922d764f81feafe22b7d0a]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:29 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81250cf95f56b1d49ded327567d6279f7acb6c5d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5ab6b0972cd3dbe49f2645c9b3af4a2947bdc58]

        INTEGRATION: CWS ooo19126 (1.10.124); FILE MERGED 2005/09/05 17:25:46 rt 1.10.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b70abd6293fd19963b01ee2bd3484dd93a9c28b5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:28 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9cc547468f5bcf416e52733c1fdcb62fe26171c5]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:28 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bca884027599856b764f36510717e8bee3934de]

        INTEGRATION: CWS ooo19126 (1.5.340); FILE MERGED 2005/09/05 17:25:46 rt 1.5.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ce4653bcbe963d5c515fe7bb270bfd11e95ef98]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f67e296b18aece17c9f70ca6416eba2702bf9f9e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:45 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cd95fd9ec9814896560dbe94c291a8d307f451d]

        INTEGRATION: CWS ooo19126 (1.10.162); FILE MERGED 2005/09/05 17:25:45 rt 1.10.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ec4d627171aa124ed85d2c7d7c98f6032f894ed]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:25 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39fea23ec85d8e71b2233f111d6addf0549e3e8c]

        INTEGRATION: CWS ooo19126 (1.6.348); FILE MERGED 2005/09/05 17:25:45 rt 1.6.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89b6e3cd015d47c041571d7a29fe8325502eccc8]

        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>  [801e4972f221099591c03001d3182a2fdb0bb3db]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:27 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a296d39fb9f1d904ff774faa431e96a0fe3cfdd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:11:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e4a883f3a7b5511cf1be69fed04f23eebe32d2f]

        INTEGRATION: CWS ooo19126 (1.18.270); FILE MERGED 2005/09/05 17:25:45 rt 1.18.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3f566819abae874bd5cd3a3c7a4cd0b60a15653]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9904fd72174223d19fd74c0e9059eda06da1fa92]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce2fb0cd9951d8e94ab3bd00fb3a8a45991db2c5]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 17:25:44 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9039523461a53fbab2fbf4af46a4fa0cf82aafb6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:21 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2eba6ebf7d8b620c97b72ba9ee7740f42cf9afb]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:26 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09003e0770a0f22714d50965292dff04d7e468d7]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:25:44 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bc9c521d1ee9efe689ba102a6cc41696aac3109]

        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>  [444b98960a72ee73095b1173cc87b683ee823f4a]

        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>  [95ad042ceca3f16074aaafd2cb9ac359bab085fd]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:25:43 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e111acd195ca1f8883f6017d56781c2cce3529c0]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:25 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41ce754ce5d51ab8c0443aa6d4319e322a90c145]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:25:43 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ce68c0d38a0008e6d21ea2767742d8c5319670a]

        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>  [873ee535610f93b6f415f212fb9bc62459de0990]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0680660c6e6812fcf16f2c10318b38c68d774bc]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:25 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82b9f102acadbae1f0003e5e00543123b54318df]

        INTEGRATION: CWS ivo12 (1.19.2); FILE MERGED 2005/09/07 13:11:39 ihi 1.19.2.1: #i54294# url corrected

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d10459d4966a90d102511cc7eb0fe43d539794b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ce25116a2219cf4832943dd6568e8a405c7fb37]

        INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 17:25:43 rt 1.2.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67c26aa21176f2c1599aa35e95838488d5b6f490]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 18:39:54 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [094cca1f09d9de799ec679fdcaa8b4349665ba13]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1332c8f2035cf8949422f3981ebff2d00b8724bd]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:23 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5994ab0b1eee160a5320dcd1523dc8bf0a278f4c]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:25:43 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35646131a7f0c534e5c2cf4966ed63fdb1157731]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 18:39:53 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2685083504ff175260ecaf86e3a7b0e01bba0f8d]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:35:23 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35b4bcd4df508927c7af12a4aee414465d00c237]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:25:42 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e14871b7fb4992b2854266245d869a3be19c4c98]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 18:39:53 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f77294033c9bdb9cf7acee5d7210aff93c7ef9c7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4d9409d639addb0cdde86ce082639f0af000e55]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e7140ccac134818fd8f8234049505308ee6c0fd]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:25:42 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d41786cc28e6ba553620c994489fda7f31e103b8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a305297654f36bb58cb2266c99c80ea29eb637e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff5e82c55fbc22dcd81d1564e4aaaf9e2e349007]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 17:25:41 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c16c58dcdf13462ea79650627ac8d5574b1ff0d9]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 18:39:52 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cf8652cc4ded9c97db7239e3235777f139e51a7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a57662110f2e3c1e6612ca6c59c36282f8dd9122]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:35:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [117a6835f44bdd8a5eb55fb6f6821d42a5eb56a4]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:25:41 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80d41d199d4cdade29134deeac51be8c5aa652de]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:21 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd0ae62b4aadd10998142edfc31e84b7395839f7]

        INTEGRATION: CWS ooo19126 (1.9.340); FILE MERGED 2005/09/05 17:25:41 rt 1.9.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbd6743e9edcf91319257ff216bfcbdd89b4468d]

        INTEGRATION: CWS ooo19126 (1.1.148); FILE MERGED 2005/09/05 18:39:51 rt 1.1.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3af0ab4b7653a37d7a2307e0f15a395c29cfd824]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a25255f15341d95f0c5196db4039abdb5268249a]

        INTEGRATION: CWS ooo19126 (1.4.342); FILE MERGED 2005/09/05 17:25:41 rt 1.4.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [011c8b4cf741be9b4901c5758d201b2554f5a8e2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d93b5a942728bd351d9acf6fb6f821762e868cf3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20e721dce174a575287109585ac39c0262118b96]

        INTEGRATION: CWS ooo19126 (1.8.342); FILE MERGED 2005/09/05 17:25:41 rt 1.8.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f684ddcb1cb910cd48a0438050194d1f3aaf4750]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 18:39:51 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6fc7f8ac15cfe61fc93d52a5fe9b0b3c056fee6]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:11:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b4353774fef107c0613950ce5e2f96d1f30d413]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:35:20 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bb2d99da51e2ae9c09d35b972d2ca58c8964a36]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 18:39:51 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95713602333f689af5be976d12da5d8dca3478b8]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:25:40 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e91054cc13cf9342f0220887ba24b8c29c492670]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77c3f35f0e8d044fac595f41f1ccca16ac038a21]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:19 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62874567ae66ea70412d66228cfa09e3b5ca648e]

        INTEGRATION: CWS ooo19126 (1.6.348); FILE MERGED 2005/09/05 17:25:40 rt 1.6.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e15af5e6b1207f4f491bdd7aa9b7bd01415e2ee8]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 18:39:50 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9701e6642323e7439e79fd5f51b47d7fb3487a7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:35:19 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7309d89128200999f37ac8900a9a16858e27ed02]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:39:50 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e70d901507fce47af701e77174d197e655c50257]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [920886015944d8bc3899bd307581404a195237ea]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b20ea155bb25c3d50fac5f99f095d0c199a82469]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 18:39:50 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6793a5fca8a1247fcb501528aa324f73926673b]

        INTEGRATION: CWS ooo19126 (1.1.342); FILE MERGED 2005/09/05 17:25:40 rt 1.1.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e33d4e78b156443136a9e60ef163e6b6dfe9635]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:18 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ca9768aef990d942352d47fe7987d6869742e23]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:11:09 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6616d0ef8f303eff7f6d7c7cfaa438ea74fabf4d]

        INTEGRATION: CWS ooo19126 (1.10.44); FILE MERGED 2005/09/05 18:39:49 rt 1.10.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2872856694ca28a173551a553fbd9cc02bba1825]

        INTEGRATION: CWS ooo19126 (1.4.348); FILE MERGED 2005/09/05 17:25:39 rt 1.4.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72ef8d91eda3ddf365f0a66ffbb24d5e5f711d4a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:17 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5346427fe6444f520b49d09cf1d8f3d7d3d0be14]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:11:08 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eef19444e718d2af2561304ad3646b9bb5dcdad]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 18:39:49 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd051eb25fde54a72536f0a10578bad235e976e2]

        INTEGRATION: CWS ooo19126 (1.5.342); FILE MERGED 2005/09/05 17:25:39 rt 1.5.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1373f5e741ac34e3b20f4a6046c515ef1850e636]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:16 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5b9f4f166dc6b5c0e9fb00bd2e1cc49868fe710]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c6455e6b21eb83c363cfd1fae7da405577e427f]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:25:39 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09df28e55c88eb1685df25d5290a407e33c26bc]

        INTEGRATION: CWS ooo19126 (1.1.148); FILE MERGED 2005/09/05 18:39:49 rt 1.1.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e95b3570a54ddf850d998060907f843526ddcdf]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 11:11:07 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3cffaf3709b1c6b48e0b420319196e764e3aba]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:16 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b0630bd196678e4ac7dde767b573afb2485172c]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 18:39:48 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6dae02aab7261ae63d0ead9bf62499dffb03732]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ca0e534feb5fb2f71fa18303f041d7390b11080]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:16 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [454f99dc3fb06710fead609dc8638b99fdf4ceb4]

        INTEGRATION: CWS ooo19126 (1.10.342); FILE MERGED 2005/09/05 17:25:38 rt 1.10.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [023db2f53fb7c5078c095c6388c004e5023e5eda]

        INTEGRATION: CWS ooo19126 (1.1.148); FILE MERGED 2005/09/05 18:39:48 rt 1.1.148.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [411dfa3011f59f910e0238f47f64183e696851a4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59aab2132e34945e0f8ca22c02c9fee24c7af96c]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:25:38 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc5adfa6d8528dfc1ce3a74c07cb28ad697459cc]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 18:39:48 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c6b76cd66ae46517714c3a4289037611b6f00e4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:11:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c46fcffd3406d267a4a81f2b22449e7e51d32ce6]

        INTEGRATION: CWS ooo19126 (1.1.348); FILE MERGED 2005/09/05 17:25:38 rt 1.1.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45bbecc722c3095b821273d1fcfc891c38be1f33]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 18:39:48 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95d14a87935ed67f1a6627cc760aef5dcbf3a66c]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:14 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d2c0d2960fd72ba890f3d47a2cce77208c126ed]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5aeccd52c5cba75b5e202f396617600d997a15d]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:25:38 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [905fce129d89273d8810510fbab1d0b036edbf01]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 18:39:47 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ac7f66859651085cd4983404bfefe5fce83c7c3]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:35:14 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [985986bcb2ea9f6c354ae4361d9652769c58a23a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [724c8c47f3a6904334f2f131828e682829203974]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:39:46 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a54b60f199b917d4e1fffb2607e7ae667dfc86dd]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:37 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6c91eba999174acea5aa0cbd28f4c0a6ef79e17]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:14 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41d279644520c3719224ab3a00c98ffda80ffcd1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2ab3ce74f0ad5f9e98985b0afe82da2bf69e5e6]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 18:39:46 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f97e31a4b5e952cb3dd39533e78f7cc1672699]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 17:25:37 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c991f40ed649be99c41738fa0d3ba78753e8d50]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 18:39:46 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eee0f5f5faf35af9fc85d6681252e16f7db57281]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 18:39:45 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0d929f6a5112a84341e3406e21a1c0a7e3fe169]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:39:45 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0bb0056c87227894b5429c55071759bb3a75502]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12c7195301fe5d93db203ff823b4f9f121d91a73]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:11:02 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ffd3dafd675d624c73cda25eb9747032682c99c]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 18:39:45 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [997450da1f344aeb6ef0832e664eee1ea42d9dbd]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:35:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1341b4cc1fc383e2c9f694017970ba8f083261d]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 18:39:44 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8714f8ea02574c55c19fdb730cf2561c6eab3ec3]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:13 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2c86a7bb6108a57fa9ba36e2789241bf633fe8c]

        INTEGRATION: CWS ooo19126 (1.3.342); FILE MERGED 2005/09/05 17:25:36 rt 1.3.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06f83ee5948c65bad574a4aca55b03a2ee9a2e7c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e6c29d378d95826276f63eac7571bd1149a1f56]

        INTEGRATION: CWS ooo19126 (1.1.144); FILE MERGED 2005/09/05 18:39:44 rt 1.1.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfe79c6e66d4544090880e13799a3fa6d9f95b70]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:35:13 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2dfd1df4cfef44da69e3da3155d191f5c413736]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:11:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd9297b61c4620abb65fa93ed0047392ef0e9327]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:35:13 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20f8408f8508155d9df6cb569ffc94db4806454b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:36 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea4b3e93d4294eb5bf4d62f57c7a238a76a618bc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d53b1b7ac221dc06998542a37e495dd682b4c59]

        INTEGRATION: CWS ooo19126 (1.8.104); FILE MERGED 2005/09/05 18:39:43 rt 1.8.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6320fde40f6356d540d4fccfeb75d7032e2f929d]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:12 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39ff705585ef52d628dc653573bac679d632a0a6]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 18:39:43 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73e2f602ab6853f13a23a28ba654ecf1381d51cf]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:25:35 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be5a9834c546befcd2c0fcf12ce9dc0dd43dea7c]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 12:35:12 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f126ef776d7962721aacc6bbc0699bd59d782d20]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 18:39:43 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ee76891a139dc6d2583e9964eaca320ccc7c7f0]

        INTEGRATION: CWS ooo19126 (1.7.108); FILE MERGED 2005/09/05 17:25:35 rt 1.7.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dee27e5ce11f94c88c3880d05ff3d440944017c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [146925d40403d9ecaf0d4019137e52d626f38677]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 11:10:59 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4622d11087ab5a6b0b4cfcffc75360083a714fcb]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 18:39:42 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc6ff12a2dd0f3f65e3d638e34a3b763ced649d8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c35a6f745de58280da6a2f3ade0cbb85ae8a0286]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [882f2cda023d87f4710c9437e75980a645307027]

        INTEGRATION: CWS ooo19126 (1.7.106); FILE MERGED 2005/09/05 17:25:34 rt 1.7.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f134a5cc9f43afab3d29731fa2f915688926030]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:11 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7b3d50d9be7abe703341af3f34dad29f71481eb]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 18:39:41 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb406bd669b23ef310875871f827aecc6c936c22]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:34 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c728d328992430891f9fa8a36ba97bf6e0a79ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:10:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f440b31ae0df9e59fc623a4613ed9873c1a05dd]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 18:39:41 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48b77fbadb52d563c597e51b15286bc230117f65]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [974b0bd07ffc3d701300c946634fe3b34d5b4c84]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:10 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdb783de61351bf86f37f9be075fa411ac5df028]

        INTEGRATION: CWS ooo19126 (1.7.268); FILE MERGED 2005/09/05 17:25:34 rt 1.7.268.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48dd6c86602a105dd612738193c30338ed1694bf]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [203e3e8f1f2dfc18a7decb8639c16d722eab61e0]

        INTEGRATION: CWS ooo19126 (1.2.362); FILE MERGED 2005/09/05 17:25:33 rt 1.2.362.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a057cea93327f5ead3239992f1a3deff8fc4fd8]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:10 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2da1070f5f178d18d7b698637e6d9363b420a00]

        INTEGRATION: CWS ooo19126 (1.12.256); FILE MERGED 2005/09/05 17:25:33 rt 1.12.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ac2d29383572d726dbb8e27d0566344867d4190]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [234be00af08902f965e7d1697e143902e9857c9b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9dceae7fc46244e55a34322e92e46156d62109c1]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:25:33 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [119f1406bc6ae2d5817a20d5665404bd519b721a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:09 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6908278502f0da8e0d1abb6f8838506eb68de40c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:10:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [036b7e59272fcbaad195e337aaff50b0ce21367b]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 17:25:33 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a0aa6dd6d0e2273aad98f9822338fa441170347]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:08 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d66faad6abc5e58cf37d117e01b2b1eac937a0e7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55c4be712013595e03dbcde8500d135b4dab0038]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:07 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cef5861cb4b72687555e57c88833f91577fbe995]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:10:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04a4a3821ff455234dcb184d0c7edeaa2f8637e5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:32 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce206b2f6b5b1e229a56e94699ae7a868a4605c1]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:07 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0126de83005be8f0e5e924b747ea3d39f1fa5e5c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79f5111dcdb63f0e7a35427a65fe454aad63ddd2]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:35:06 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0aec74cb90ee0918d98dd087d6da38b5054a2b4d]

        INTEGRATION: CWS ooo19126 (1.9.94); FILE MERGED 2005/09/05 17:25:32 rt 1.9.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9eb71c2698ace9928a8b0959d534cb220990b4c0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:05 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [978e87206ebb79f79b93b1d935f0c98dcbad1f25]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:31 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb4cbc19c8b0833016ab46665ba15a23681794d5]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:05 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2b9392fefcc7d5ce9a91f224ebbd67508c73e1b]

        INTEGRATION: CWS ooo19126 (1.2.360); FILE MERGED 2005/09/05 17:25:31 rt 1.2.360.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08a168d2a254bd2dc63cbe96899fc74e98e28a63]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:05 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be94fb3a1f50ce6b4519776b737cc8960c7ae340]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:35:04 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0797faab41ca6b00cac5db452ea4884f5bba12aa]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:25:30 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9311f24bf20cae205796131b8af91bf5da3329ea]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e7e7c5ea0c6eae3cc232cdf96386367d25994d9]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:35:04 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f37fd7f433152305b8d57b280fa1a20b7f5ccc80]

        INTEGRATION: CWS ooo19126 (1.6.94); FILE MERGED 2005/09/05 17:25:29 rt 1.6.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b54aed5f58511640206061140c901c370423a115]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:25:29 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cfa10dd5a12e852eb8d72868491a18b6c956c2f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:35:03 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b8503bd080ca3afcbb8e1f2d23d44a9e8973222]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:35:03 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af197ec5b7fb83d447d0583a3de2295077d6ca37]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:25:28 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f5c489bb49cf63e9b0b04266a29fc2b243328b1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f1618f2c6558f051ea46d15f2296e08ea83e210]

        INTEGRATION: CWS ooo19126 (1.22.242); FILE MERGED 2005/09/05 12:35:02 rt 1.22.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [341dbd33f56e48c13af3f5c837a4cf9e576bbf9e]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:25:28 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d3ae9501832ca62cacf45745577ccac8cd4dc08]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:35:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0f356767d2183269892e971c97d22263c83b840]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 17:25:28 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f6d0274683ee3cad25a47cfe1afd8600d80d9b0]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:25:27 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9eeaa1e1cfe10ebafd19364e5b9248fb1c19b75f]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:01 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [719427ecaf728f273d50470b650a2ce02336656d]

        INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 17:25:27 rt 1.6.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d394efaa98cd60e8fc7d36ecef300b0cbfd726f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:35:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66c6d05e8b84c9d90b8f5db6946ca1c7d3ffb6db]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 17:25:27 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fc2bda62374b288063212120f6e67c588ea9e11]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:35:00 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [072a362c734f0c1ea90238aec9393b2c4650f882]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:25:27 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53b883082b82ddf43f67d57e7d215592419dcba0]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:25:26 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e48d3ab46d16b2140e6b17b45abbb202e4c0dc46]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:34:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [358c9e5f917015d2614db906f224af2400420272]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:25:26 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5224478433fbafddf3d49a1c912ede47dd372657]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:59 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e492c37dc431b6c186e28e467037414801452c6]

        INTEGRATION: CWS ooo19126 (1.12.198); FILE MERGED 2005/09/05 17:25:26 rt 1.12.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d506362e799fb14b399cca578651cfb43d57972a]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:34:59 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fc50c8cb25c8bc0adc08cc092c6c95047d7a57a]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:25:25 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eba37c54c6febdefaded84c10c5dc0f6aaeca29]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:58 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9414535547d346222fd764ecff8675ad1c9b8dc]

        INTEGRATION: CWS ooo19126 (1.5.342); FILE MERGED 2005/09/05 17:25:25 rt 1.5.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b42de6d3c56a24e728f8d26ef70a3122d5b6a53f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:34:58 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8922f7e6191779341a3a621a434c83bbd4b1326a]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:25 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ba66d737958e27b9a33df08167d978584846df8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e79f9fcede4581f71679d9259b7ddba05592963b]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:25:25 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8307355e4aebd7ed4cb42390cb280971e6762494]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:10:30 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [789335f06c7d185bd4ccfe540ac9fd26e7a22d67]

        INTEGRATION: CWS ooo19126 (1.2.360); FILE MERGED 2005/09/05 17:25:25 rt 1.2.360.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3dc0497668f99a6702227cb255f58ae672cd09]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a68873fda02cff4ed2b175d433c76131e2470223]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 11:10:29 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [857061f026ce33b51301397c89627ec8f0ab0408]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:25:24 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa6515346dccb263fdbc273041b4d316ec0b422c]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:57 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54c8b42f16f846f266a98c7f8af8c9e073c9485f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:10:28 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db1ad98a37aa6f62638e2691e33d6826c0c1c191]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:34:57 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16af2d80f07effbe507ab008b7be08fbb36441d5]

        INTEGRATION: CWS ooo19126 (1.1.364); FILE MERGED 2005/09/05 17:25:24 rt 1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4dbdbd56e239ab77981d6d11e074db9c0922f519]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:56 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78099e4e5907afff092880870a0fef2065bf98c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5fa0f2d685eeeb337640f606ab4aaa104a9a85b]

        INTEGRATION: CWS ooo19126 (1.11.40); FILE MERGED 2005/09/05 17:25:23 rt 1.11.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b49723bbf3e58f186ca20cc530463558dcebc8d]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:34:56 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59eb1e5bdf35a0192551bd8df850c692c102711e]

        INTEGRATION: CWS ooo19126 (1.17.78); FILE MERGED 2005/09/05 17:25:23 rt 1.17.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94d51880e4bafeb89a896f37725b80c213bfefa8]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:34:56 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3254fd8dce7646f830327d4f7e9c850b1233128b]

        INTEGRATION: CWS ooo19126 (1.10.198); FILE MERGED 2005/09/05 17:25:23 rt 1.10.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce5e8cf0f9f5e5493b664c9021d240990a66551a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:34:55 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8aeb73fcd591f7970b317d276d446b08b0845e38]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:25:23 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59609cddf52efb475a1b733a00e7f10a0f74d483]

        INTEGRATION: CWS ooo19126 (1.2.636); FILE MERGED 2005/09/05 12:34:54 rt 1.2.636.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3b20a2fed17957c2b4f9a259d28e561235d4893]

        INTEGRATION: CWS ooo19126 (1.23.198); FILE MERGED 2005/09/05 17:25:22 rt 1.23.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [becbc79f18774f2e332267d497553d2a19b0d56c]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:54 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be2bfa8c873e7ab53938ab78c297e0b5e9040eca]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:25:22 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea130af33144535b8bd639c012a1f721fee0e32b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:21 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79bc58b3c4df484fb481bd4fbe8efc47d52363cf]

        INTEGRATION: CWS ooo19126 (1.20.112); FILE MERGED 2005/09/05 17:25:22 rt 1.20.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b523bb896ee6649cd706f57dc46812f7d53d922b]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:10:20 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59b8132748aa52be6d430387ae9d07bd218cf1a2]

        INTEGRATION: CWS ooo19126 (1.7.326); FILE MERGED 2005/09/05 17:25:22 rt 1.7.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c528d55fe2949e9e4d580719c91db17297a7456f]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:34:53 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dda5fc71168f8900e8acf9f37f678a4e0ac140ab]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8282b0521462409115417731e67ae2895a56c74]

        INTEGRATION: CWS ooo19126 (1.32.132); FILE MERGED 2005/09/05 17:25:21 rt 1.32.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13050991daaed7971194dd496a2057fc7c965cb8]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:53 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e14440b9516e82f88999768a69039f1e81d3b49]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:19 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5337dae6365a0f0fdf4d25481db5f869ca139175]

        INTEGRATION: CWS ooo19126 (1.15.198); FILE MERGED 2005/09/05 17:25:21 rt 1.15.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcb5462d19f1308350b4c25d8e23378226f16713]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:52 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e11122f4119527d2dc0902ade5871b600b35d43]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:18 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16f0f5839d7bf608ea4faf6199f101cdfcf39d8a]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:25:21 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc368bee4565b28d8f9d54450fe2d457594c0b3f]

        INTEGRATION: CWS ooo19126 (1.7.252); FILE MERGED 2005/09/05 17:25:20 rt 1.7.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [481c64aefe78602bfce26ee22cbd6bbc5fa2be92]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:10:17 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e77b9998ecd753a1529e393159d84791d14e99c2]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:25:20 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f3022f441e9bd56e4cfca908187b2d2d2c05101]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:51 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e051e22a0b4b54f82925ace6affeb5e6d9e74fe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:15 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [465894e4421cb69a6b88b07a4f32e59617dcd37e]

        INTEGRATION: CWS ooo19126 (1.7.326); FILE MERGED 2005/09/05 17:25:20 rt 1.7.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b51a1f6edaa607ab1cebb12e5617566a91796de]

        INTEGRATION: CWS ooo19126 (1.20.320); FILE MERGED 2005/09/05 17:25:20 rt 1.20.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d64c0ca4c903f4e2ca37bc922783ff828740b60a]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:34:51 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6c9b34170ff5c189a64c256c0f19a38ff5d7674]

        INTEGRATION: CWS ooo19126 (1.9.74); FILE MERGED 2005/09/05 17:25:19 rt 1.9.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c468d7fa1347f3cd33ba184b3f6110383aefd05]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a1e61651e0a72d9a0f0fdd78c50db8fd146bf8d]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:50 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75fc7f25498f0d53c55a20bf0e4737026b65b13b]

        INTEGRATION: CWS ooo19126 (1.7.320); FILE MERGED 2005/09/05 17:25:19 rt 1.7.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfde537e047e0adc09145c62f8b951b746062170]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:34:50 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcd4f997ea31afbdbd5e73c9e8cf3d24002e4751]

        INTEGRATION: CWS ooo19126 (1.14.162); FILE MERGED 2005/09/05 17:25:18 rt 1.14.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52015638941c106615d09d9dcbf8e313e84d4b0b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:10 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3eb75f851a8a3e4c21323d84c98002f41978fd2]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:25:18 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a39d8f8ec267d46af3905b97069b430f2767f26]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:34:49 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bdf8432d1196dd74b74d394f8271e3f68dcce1c]

        INTEGRATION: CWS ooo19126 (1.35.78); FILE MERGED 2005/09/05 17:25:18 rt 1.35.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62ae4239965ac2ab38a510fa42bb5c33f43b1a90]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [890761cc125ac9d3bc4dde3ed957caefada600d2]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:49 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ae5ac4afac2190c25ea425374b430f67dea9881]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:25:17 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [902c832d7d9a832d6ae4cce9e472c00c04430fb2]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:10:06 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c600e30bd3f4bb4989fbcda8bd29d64798e22b1a]

        INTEGRATION: CWS ooo19126 (1.8.342); FILE MERGED 2005/09/05 17:25:17 rt 1.8.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7df6d86dd1cf17676edb26b7b159a83dfbe248f6]

        INTEGRATION: CWS ooo19126 (1.13.480); FILE MERGED 2005/09/05 12:34:48 rt 1.13.480.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92031f4f8c04ffaffccabf73f710a6cc870f4725]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:10:05 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60fbacc27f6dc3f2e5894540ee681ef37a6e4c6e]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:17 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e76431e2a233c33be639638377a17c75e0e335a9]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:48 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0571fa40645ed43fbff8e4bc82b635426f693ad3]

        INTEGRATION: CWS ooo19126 (1.8.4); FILE MERGED 2005/09/05 11:10:05 rt 1.8.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ecb98e949d14d50697834a51420bbcc8dfb1657]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:34:47 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c4f38c236c63f72db73835c0fb971ba3d15daf4]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:25:17 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9945c3a5af2f0399f3bbc9d3b665a639bddde031]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cc4d983027fccda9184446f3b3f89c036e57795]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:46 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cb02440437516b609ed1612694a22a345e57466]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:16 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b1e6a07254d1b97da7d0f0aaaa2b7c7fc2e72a7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:10:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bef66a366c8705ca82d10b7b47372a0e9f0ffca]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:46 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ebcfb9f48c5a88efbb5d0884d72dabcbba918ed]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:10:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2100c8bd4e693ff344fa68e6b649882efa659e0e]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:34:45 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [942362bb64e920e0b4ce3e3fedf337963e46d150]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:25:15 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f942737bc3a8f89b60ca05b1523396d89d3545bb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d493a3d048d0b51c1032a704bf0ba46919a40cd]

        INTEGRATION: CWS ooo19126 (1.11.78); FILE MERGED 2005/09/05 17:25:15 rt 1.11.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f8bfaea4818f509727abe25b01fc6ae7f578fb5]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:45 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8903697cb053929551a687172ee41d579d1d5cc5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:10:00 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78674388fa201a9dc18135d0fc72e5164441fe33]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:25:15 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2911ff77276645f0809aa247eafbf3b526e7564b]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:34:45 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d49427d66a1c8ea8354d2b013d89f2faf852d9f]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 11:10:00 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cec51a57dfe7be413992630d81153b310cf4a426]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:14 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9be2abad5228111d63ce9801dbef4d5f4c757320]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:45 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04aae57bf33c17a290571ad31a25868c543f868f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c854e59841ce8abb666dda5466a109d7709ae030]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:25:14 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a434239b42dccdb3bb7f23da88fa335b169b92c6]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:44 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce1b18c2ae647557df58d255caabc6d626c63340]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:57 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93f1fc5f139c6d650956cf15d9c0d91b5fe314ea]

        INTEGRATION: CWS ooo19126 (1.7.326); FILE MERGED 2005/09/05 17:25:14 rt 1.7.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5e7ba929084b6353079e84ab8de8619ea5da030]

        INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 17:25:14 rt 1.5.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf5411d3ddc15200a66ccd35af9c7e46d112d66f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:43 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [943d064d0afc65de737836a8ddd33a84f9932bae]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [917aec474a5175f319491a66dc2127149f10cc72]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:25:13 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d1e175fca8b516ef67de30bffd53cdfebc5f2bc]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:55 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edfc0fb47e57a801cca762719eed53fddb5d88e2]

        INTEGRATION: CWS ooo19126 (1.1.352); FILE MERGED 2005/09/05 17:25:13 rt 1.1.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f8cbf9dae8b4364b8b1ca45eaddce7fe2c38a07]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:42 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4fc2485b160838dad2e9017c005b4b73b90667a]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 11:09:54 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70d51aed08ce4d9261d0041815bc83ab4d21d60a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:13 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2041b9eb67b86cdd6674d62d0e4880da3f810848]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 11:09:53 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de2fb236a2f85357eb92ad0c3a714ff8bd81b5dc]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:25:12 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed81eb500b380c6ebc1bcbe3b93fa260d4dd394c]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:34:42 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70cce6ed5533ce910722d083dc3f4e9995ac233f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a598fda6f7d0db032d3bc4af9b0f9144e8e3a1d6]

        INTEGRATION: CWS ooo19126 (1.8.198); FILE MERGED 2005/09/05 17:25:12 rt 1.8.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [731759c11788a5c62105156cf34faad5957aad6c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:41 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7f5c2f5c0a8b49fd4abdef46a1b4adc019a4c81]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:09:52 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82e7261c6c6330507654daa4f2a538072178296b]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:25:11 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1192e0d875dcc58b577b27c0d52c562a29f15bb6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:52 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6e7e188186d3ba20cd9e22f7026fcebac3367ea]

        INTEGRATION: CWS ooo19126 (1.3.342); FILE MERGED 2005/09/05 17:25:11 rt 1.3.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38bee67406e2d0fd3ad69ffbaf10ad525d17bf6b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:40 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fba19ab552b71a6e6634a78174b18f0a106b063d]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 11:09:51 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ec70147e65a5a5764ef71fa3c92f6e74cf8a5f0]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:11 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d6bca4b5344f9d7e66eacc8c9c940f3e8fd89e8]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:40 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80d0ef42084a3dbe7cee08bed158887a5eeacde2]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 11:09:51 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c8c9b9d999de5a85a362fad8d4d77402abeb0c5]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:25:10 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [703b875506c19985fbd49a780d08e2fa314d14da]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:50 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7c04ef3cedf136c19f358f9afbab504cd8ce225]

        INTEGRATION: CWS ooo19126 (1.1.358); FILE MERGED 2005/09/05 17:25:10 rt 1.1.358.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7a5b8f56d2e7afe1ed46f6317ee8577ad83eb52]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:39 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d9f9d8dfb16c58f1df78823c16eaaf3bb2d7c59]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:34:39 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b88114e12c399ec32222d9ae52ddf9677ce3b72]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:25:10 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf4ea6ee64950416ce2b3acc857a579cd7df657c]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:39 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74386d8a3574a758fc0942a8094ebb59f96140f6]

        INTEGRATION: CWS ooo19126 (1.8.128); FILE MERGED 2005/09/05 11:09:49 rt 1.8.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c961ce451b656adae0cbbf6e80a26f585561a1bf]

        INTEGRATION: CWS ooo19126 (1.1.358); FILE MERGED 2005/09/05 17:25:09 rt 1.1.358.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a37fc4a06f28649269d019fd0825df8aef9e6941]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:38 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [027df60eaa672160a37a83c08671e645da90eb57]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 11:09:48 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb817dc43f13946e8dc0b1c738065e3b217ffcb3]

        INTEGRATION: CWS ooo19126 (1.8.332); FILE MERGED 2005/09/05 17:25:08 rt 1.8.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [426b7d39c563d9c85174e4127a00b3d6a6095149]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:48 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51e21d80c2566b132ebd2ffddfddbcb7f93c7a46]

        INTEGRATION: CWS ooo19126 (1.1.334); FILE MERGED 2005/09/05 17:25:08 rt 1.1.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81aacac6ff3676c50092ac52a12972e19752a026]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:37 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d8e7ecf0f91ea16d7312263bdf584a86e65e720]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:34:37 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d538258fe149addddd40b66e7f52c1156e607a1]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 11:09:47 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8cc389376a0e78ad48fd93c46263114bb85f1bf]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:34:36 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df0a45ec6fc3b6078561be92a39b057cda8af620]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65bee1fa1ece3278f90ddab901fdc0e6a91edd9f]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:45 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87e37bdb805beaca1bd411e0443dc3280a3f6c08]

        INTEGRATION: CWS ooo19126 (1.3.162); FILE MERGED 2005/09/05 17:25:07 rt 1.3.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d85099a0bc7590f8adb092c79d2f330994246fc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c09454e85cd517b829ae3ab52c4f35c3f82ab116]

        INTEGRATION: CWS ooo19126 (1.1.334); FILE MERGED 2005/09/05 17:25:07 rt 1.1.334.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b4a9e7148d4243e02273f268ee5f292f31e08d3]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:34:35 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd5423b2cc1f9aed5f8d00d0ce1e8f01b8b2efbd]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 11:09:44 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcb89f80a776834c9337fb60d5e5cac10482326a]

        INTEGRATION: CWS ooo19126 (1.11.320); FILE MERGED 2005/09/05 17:25:07 rt 1.11.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50bc43c44c2d72a2c8cb598285f9630b30b190e3]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:35 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77d3abea9e3ea104a383585d5b9bba21d5a75b18]

        INTEGRATION: CWS ooo19126 (1.13.162); FILE MERGED 2005/09/05 17:25:07 rt 1.13.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5fd45bb80714a45f76cb047d40651cb9c2b5cc7c]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:34:35 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41401c9272d48c046b4bce3738e4e3bf5276308a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0fcc090e3977964972621555ffb021d29ce7344]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 17:25:07 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dddeba69f1e0b3d90c8083872efe96a49169f086]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:34:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eda4b69d99ca94bc3a6b4afc09464ec5e7382ec]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:09:42 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [071e494c1f83a6fa0cd3607f210899a7f713377d]

        INTEGRATION: CWS ooo19126 (1.8.332); FILE MERGED 2005/09/05 17:25:06 rt 1.8.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [401d6efb9fe0a904106051b92e2e4d61ad5bddf0]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:34 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35a8693a4da2457ba0f024a48d48947600a4b13e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77bfd54765123a2a5248d091b4c8409f4a1d4312]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:25:06 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89ccd95448e6d0d214ddec8f1782573327e352a3]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:33 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14c79ecb94252f48a36313ac0df292a859c2dd76]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03961e4ee3c21b6533f8fe549646d193283e20d1]

        INTEGRATION: CWS ooo19126 (1.5.340); FILE MERGED 2005/09/05 17:25:06 rt 1.5.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc1f0488b1a4c772649ca81e741242471c86a157]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:33 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96698201d16e6be091d5b8a181583784b885d838]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:25:05 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b210aaa8bfaf3fc2bba47cf8f210897709bedbc]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:34:32 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b48d313078fe9525c6c82677f5621850b6c8f524]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:37 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbbf44ddcd0240503c27bb4b183be086a5495683]

        INTEGRATION: CWS ooo19126 (1.8.74); FILE MERGED 2005/09/05 17:25:05 rt 1.8.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ea232c4e6624cffdad308e55a1f8275c82f84a5]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:32 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3007571aecda6baad84f639b6d2fdcd397b91706]

        INTEGRATION: CWS ooo19126 (1.9.132); FILE MERGED 2005/09/05 17:25:05 rt 1.9.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [209baacd9d688a284cee40358581cc9318d10a66]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:36 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3758d87ec00a149621626fe857a7b986f82e1305]

        INTEGRATION: CWS ooo19126 (1.2.670); FILE MERGED 2005/09/05 12:34:27 rt 1.2.670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9e298789df239024542a5665af117111da38c8d]

        INTEGRATION: CWS ooo19126 (1.8.332); FILE MERGED 2005/09/05 17:25:05 rt 1.8.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f69f283dfc6550881524b81294a5aff4c81bb711]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:26 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c9edc4886f2a3318a4110c51102fbf7e01e46d6]

        INTEGRATION: CWS ooo19126 (1.3.332); FILE MERGED 2005/09/05 17:25:04 rt 1.3.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9ba6b59eddc8818367cfb6d6fd068cc8f7237dc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f4f75e40c64f55a694c490dd8cb55324c4e9cf]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:34:25 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d54fda72300add5e633afbf4b4798f34f48435e7]

        INTEGRATION: CWS ooo19126 (1.7.132); FILE MERGED 2005/09/05 17:25:04 rt 1.7.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [090d18c506b759034fd7ffdef4a98bdc07c7a708]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:34:25 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [893e8e034e503f610c78a427705556d951d1f0cc]

        INTEGRATION: CWS ooo19126 (1.8.132); FILE MERGED 2005/09/05 17:25:04 rt 1.8.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ef954495136738df63b587b3feddddb4de585b]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:34:24 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87e896f89e94c7adb8e16ce6451c276883dacd42]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:25:03 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [150b53773efa0101815ae12b7b132195826650fc]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e30b19e9145d665f8e332de4b7e9b0d9dbe9cb45]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:34:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5af2401654c974abe95cc969f17c3f17125b6e8f]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:25:03 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab354fc2cbb292216da91709660510ab8766ecea]

        INTEGRATION: CWS ooo19126 (1.39.186); FILE MERGED 2005/09/05 12:33:58 rt 1.39.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fe5f687f4bb4c97593c54e76c158a004dfe07cf]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:02 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be8013970e50f583b44a581d4958aebabab61a69]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [324bd5e78bfbdbea90499a3c06e6e0eec72c6c25]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 12:33:57 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0814087a112d90dd088741b4d4a7372824a426c5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:30 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [888e365839e93a6fc851df61f7f5ec2246581e03]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 17:25:02 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa6b9261d43b7d1409cafbefd0b3c9acef04398f]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:57 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8a97e71427186f907399ebe9e992a9679d15f80]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:25:02 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d6d33c9e932c3b4ff18e713b231706256fd7a4d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:57 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bba2c183ccf6ceb78c421f5fe3d512235a1e26b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f352d8dbb69282956164f5c4bc1ab93ea712a76d]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:25:01 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b94527aff7dc94da498f151553744b15e1eb61e2]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:56 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81ef19a119754ce19ee89c79f30e5d42cf7ed231]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:25:01 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2f597d1f6567bf5fc43a53cc7a881cec8a3bd08]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1696cdc40c51d4e1b3fd66744fa4c263f3b41de6]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:56 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae6373075cecd9d22e96bac01377365b90937628]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:25:01 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f98810f883da5b9d20c8b20f59537601929cccd]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:25:01 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efa0193d811942cf56216d789b515006fc6b6378]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:55 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af35c2836c37e8d1e091a020e54f8ded8ed3cbb7]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 11:09:26 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13340c87694bb3c1644a01be7f265ad13ba54693]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:55 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [490d0f4d28c7e59c7d3d0c339ffdc587ebfc505f]

        INTEGRATION: CWS ooo19126 (1.5.342); FILE MERGED 2005/09/05 17:25:01 rt 1.5.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed50b2949cede5314c06cf6591dbcfaa39659ff8]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 17:25:00 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15dd3aeaced44763d6c43b0c965a718c86fa621b]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:54 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6614cab6cffb0b24aa4a77527ec56dc259f5029d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:09:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcd5de5dc0016c1f2d9db94ded2bbebbdaa191b0]

        INTEGRATION: CWS ooo19126 (1.4.332); FILE MERGED 2005/09/05 17:25:00 rt 1.4.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0075963cad1d859461ff40486813510423e20d52]

        INTEGRATION: CWS ooo19126 (1.11.342); FILE MERGED 2005/09/05 17:25:00 rt 1.11.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcf4f437144cb1bef311a6dbd873979865dcd4df]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be3c456b3a23a168186d2878d15d4acf6cee562f]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ae13997f6f864b52ad5c65321d2bd318752edcf]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:24:59 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f72df86418b5812fc5c7690f2b27ff9983c8dec2]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:53 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60edf491be4cac3c5d6519344168e2560466c2da]

        INTEGRATION: CWS ooo19126 (1.14.132); FILE MERGED 2005/09/05 17:24:59 rt 1.14.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c59102e7f04b722982139f153eb7c755fd19fbb4]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:24:59 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1c69bbd8a0fcec3e516a404ee28a2685d6515e4]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 17:24:59 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [771caa0ab630efb9cc47851aca7f2eefeb961b9f]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:52 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [927dcc28ecccc579e17990d817420d10d49e663c]

        INTEGRATION: CWS ooo19126 (1.4.332); FILE MERGED 2005/09/05 17:24:58 rt 1.4.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [818ac1b34d6e6c2624c301852535795ab675bb20]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 11:09:20 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a28335e56469f0ce77c1e8eced58f50c6dd8f452]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:24:58 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c26defcb01ca3e7ea55c09fe9c8c8681986875d]

        INTEGRATION: CWS ooo19126 (1.4.342); FILE MERGED 2005/09/05 17:24:58 rt 1.4.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52e30fd7631260279d64888f41fbb06e71be0595]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:50 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99a2bb0262c74cc1a6f003424e706489df44f341]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:24:57 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88737ee99f20cccc3bd8ac99bb67b6105e5aaaa1]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:24:57 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b079d51e84ea1c0ef17087efc50fd127c390d66]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:49 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91ee9c8ac597a530595133cc094b66899d4ef223]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 17:24:57 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d39a34cb65c32fbb40ef907097252af0712eaec4]

        INTEGRATION: CWS ooo19126 (1.8.74); FILE MERGED 2005/09/05 17:24:56 rt 1.8.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b44aa3f8cdf67b6700831148da6b29272cd3811]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:48 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1583e3f9e88f441f5aaf3a1208872d2ae00395f2]

        INTEGRATION: CWS ooo19126 (1.13.320); FILE MERGED 2005/09/05 17:24:56 rt 1.13.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eed918c75d26d4a0fde72cb182b34eaa865d5a8b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:48 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad238b17f8423b7ef027c213bf08154f26d6455e]

        INTEGRATION: CWS ooo19126 (1.4.322); FILE MERGED 2005/09/05 17:24:56 rt 1.4.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d165894fd47af29f548d4fea146f422e643fbde]

        INTEGRATION: CWS ooo19126 (1.3.322); FILE MERGED 2005/09/05 17:24:56 rt 1.3.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e911ebae1839e250cb4ea05b93d62b474e0dddf1]

        INTEGRATION: CWS ooo19126 (1.11.130); FILE MERGED 2005/09/05 12:33:47 rt 1.11.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f77d7f7a0a86c68f71b908e4c49c7896e18feac]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 12:33:47 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8548853fc77f6624c661120cb06f3594cec0640b]

        INTEGRATION: CWS ooo19126 (1.4.322); FILE MERGED 2005/09/05 17:24:55 rt 1.4.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2571d9074900e1a731dc1f3e81072f3247fc54e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:33:47 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c7071118a690c99316e9b4c03d729f3187ca045]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:24:55 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39a3c3da553da74cbb3a428a071e331ba009c147]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:46 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad04e520aed0e4d581f4d29b7c1fa80a2fc057d9]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 11:09:09 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16dc3f54ac2a73e4d5ba0577d5b39343c0c4849e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:08 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7291d92daeaeb1d613b647080fc089c76316395]

        INTEGRATION: CWS ooo19126 (1.9.188); FILE MERGED 2005/09/05 12:33:46 rt 1.9.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb956f2348382edb72ef9f2f70aff0fc2145547b]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:24:54 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [383de241c6a0df0522bb2cfbdc82963e78de3763]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:06 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56fbfeea17b91bf716a9e21f849acb3dec44901e]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:45 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77cb251ef495184a69e359a5c0d4de72e4d54bbe]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:09:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2fa00b9508adc81ebf323c0433424ad527fa801]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:24:54 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df8fc21beae1b5aa00d29d4957475cd2b7e5142f]

        INTEGRATION: CWS ooo19126 (1.7.126); FILE MERGED 2005/09/05 11:09:04 rt 1.7.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab19a60847da244c2cfe3096fcddf57f2bb4be2a]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:33:45 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e59320830a6d70262bcf83e7c2cdbd3802846c1]

        INTEGRATION: CWS ooo19126 (1.3.356); FILE MERGED 2005/09/05 17:24:54 rt 1.3.356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b30d6e31938876514692cc1bad8fb7930cef8ec4]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:09:03 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccaa6039439c585a1f78b6b6e1f7ece2ca6f0953]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:44 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8f3cb05147d7bac348b447b21669b42cadfeecc]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:24:53 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e9ade1a0f595ab3217c1c00f0c2fdde0e61a254]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 11:09:01 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46dd694f618107b308c1160e081b3974528f51b2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:24:53 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29ca7487413efd42339ea6ec576338ee5dc5fb85]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:44 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4af37aa05e27544c7e3912c16e918c021dd04ebd]

        INTEGRATION: CWS ooo19126 (1.9.320); FILE MERGED 2005/09/05 17:24:53 rt 1.9.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bd978f4c0eaf23432b649005afe3dab44c20639]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 11:09:00 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1af552faef771a66c1c3d0066e14d9ce231be1d5]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:33:43 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26c63fdf303e77c8a2a629c9527881b072361747]

        INTEGRATION: CWS ooo19126 (1.4.348); FILE MERGED 2005/09/05 17:24:53 rt 1.4.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4650f8d7b8d348df271ecf1cab55ab2fb66b7423]

        INTEGRATION: CWS ooo19126 (1.8.322); FILE MERGED 2005/09/05 17:24:52 rt 1.8.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f8e033bf08f0608b29ae519abf482cccf540e9d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:08:59 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09fc93dbfb5930781744943c9492ea4d772abd1b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:42 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9531ffd459513579c73aaa5b113726b57f1c4032]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:24:52 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68ca7a418e2d326cb57254ce3aac92e6dfeef8e1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:08:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d252ce11c28c4610350097f7e5d7cbb680bdd15b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:42 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f66f3fa08903e0dd0b21e3b03d3c1eb43e32aeb9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.364); FILE MERGED 2005/09/05 17:24:52 rt 1.1.1.1.364.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13aca3e2143286cf708eedb8b4b8a7b1b99ced5b]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:08:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c649ba791da6331b4d89b540ee300093a57087a]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:24:52 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64d51e7df96aac51805949f84f2f414c9d6fde2c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:08:58 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09d09620950522d8c245725a5cbf3c16b3bd4b85]

        INTEGRATION: CWS ooo19126 (1.6.320); FILE MERGED 2005/09/05 17:24:51 rt 1.6.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a53b7085ebceda3f3e944e0c193e9b61fe88666f]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:41 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9185abb2300e39b1a2f915a7a10298619d5cc8f]

        INTEGRATION: CWS ooo19126 (1.13.112); FILE MERGED 2005/09/05 17:24:51 rt 1.13.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a0f44ab62788885053db695059c35a29001e6e7]

        INTEGRATION: CWS ooo19126 (1.2.362); FILE MERGED 2005/09/05 17:24:51 rt 1.2.362.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dac7dcc537afac4644b2424216172dcb3c5eda1a]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 17:24:51 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fa0aa7e497b82d9103a4698d5799233949beb2b]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:24:50 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aeb965ea3c62a44af47feb6cf0dd203a5394c126]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:33:41 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [310f27d3accd09afd4d4e518871536fd40d0f55e]

        INTEGRATION: CWS ooo19126 (1.4.162); FILE MERGED 2005/09/05 17:24:50 rt 1.4.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd83c7c9a8b159eb552e6e88fc5fa59dd79b569a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:40 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb65db9c41a0133dd3d98220bf519473538217d3]

        INTEGRATION: CWS ooo19126 (1.1.340); FILE MERGED 2005/09/05 17:24:50 rt 1.1.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6f632ffb884935ae1358cfbcb564c9f37926f0d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:40 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69a7e9b70a42a6b1b79cb4a155b039611c291015]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:39 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f6374b58d99b3210905c4972bc36afeee05c3b8]

        INTEGRATION: CWS ooo19126 (1.2.270); FILE MERGED 2005/09/05 17:24:50 rt 1.2.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d9299c38825e8422d1f468fc6a9141585f4e0c5]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:39 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72b228086352d045a1047beb9614ebbcdf97b8b4]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:24:49 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd70c7f4c1b0a0a201e92358e8225ff1d407dbb8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:39 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4556392ce6b22b4fcf1c8d8e0e5070342a4905b]

        INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 17:24:49 rt 1.2.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c79d649386663b36fc9f169a1a8ecf3ae8ff3824]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c5be6aee514f22b07c69755f037e820ae933eb4]

        INTEGRATION: CWS ooo19126 (1.10.132); FILE MERGED 2005/09/05 17:24:49 rt 1.10.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2c11b5a2d81fadc0e687286f9458a7d080fc161]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:38 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93c3129c207bfcc6c32b397fbd7d6901a1f820c9]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:38 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e451e205882fa4fa1cec81d2701e0f2c25387cc]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:24:48 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78d0698c2f8fdc9b14cd1b952be54dadd3368f8a]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:37 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e3da8b8558015a718d5810ac397087a7d96516a]

        INTEGRATION: CWS ooo19126 (1.8.326); FILE MERGED 2005/09/05 17:24:48 rt 1.8.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a088496678b35ea463d0d2e3ad461890dcbbcc0]

        INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 17:24:48 rt 1.2.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ae5bfa09c444064e068aba6a3a9914cee624512]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:37 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb727a6b35154743cb26e0350442a37aaefc33a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [746afaf1f533a92a364ec99eedf2c98a6fd01b61]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:33:36 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f83be823b777605ada42452ea580e7687d44042]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:24:47 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afb5ecfc0896d35918ba538326a125b38151eaaa]

        INTEGRATION: CWS ooo19126 (1.11.270); FILE MERGED 2005/09/05 17:24:47 rt 1.11.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [027e76a5781c93dee3daeb5106ff7555194493fa]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:36 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91e260e29c7874f6cc5edaf80e6ff31e9acde1d1]

        INTEGRATION: CWS ooo19126 (1.1.328); FILE MERGED 2005/09/05 17:24:47 rt 1.1.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e6395b019011c44ae44c1ff27312821e34c9f07]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:33:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba7c24ce0afb1001496f1983d53fdf2f518a5690]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:24:45 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b57cc1d1ccf1641392f20c42142b728ed1ffa20c]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 12:33:35 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f18d5fc7f1de709c692b867fde3cefdd8c424294]

        INTEGRATION: CWS ooo19126 (1.13.124); FILE MERGED 2005/09/05 17:24:44 rt 1.13.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c78ec6f0a320264cff9820b5d95fb6f5a64e1b60]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:08:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4df0cca6c566194b53fcebe5ca244d457c07e77]

        INTEGRATION: CWS ooo19126 (1.15.178); FILE MERGED 2005/09/05 12:33:35 rt 1.15.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ea1f080893c9b20c37e64967c8c93763d146805]

        INTEGRATION: CWS ooo19126 (1.25.94); FILE MERGED 2005/09/05 17:24:44 rt 1.25.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b67160e97c870d345e0e1bd42800ed49be1e594]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f95cd348535f9fe8304ca760c040a4554e6ec6c7]

        INTEGRATION: CWS ooo19126 (1.33.132); FILE MERGED 2005/09/05 17:24:44 rt 1.33.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0eb54dd78286a2e4c2cf3cfc021760b2120825ed]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:34 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6db8dc3d3c504f8bcea5fa4526dee6e863d9ae28]

        INTEGRATION: CWS ooo19126 (1.16.94); FILE MERGED 2005/09/05 17:24:44 rt 1.16.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c761f84e0593fdf212781f4a9da8054fcbcd541]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:33:34 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c34ff323f224e606d185b36f0e2ca084bfa72805]

        INTEGRATION: CWS ooo19126 (1.58.110); FILE MERGED 2005/09/05 17:24:43 rt 1.58.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c520b73f4be40717067937b70e88a21f78e0da2d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72d78fde4838ed48836cc3baec297681e5cdf386]

        INTEGRATION: CWS ooo19126 (1.3.340); FILE MERGED 2005/09/05 17:24:43 rt 1.3.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7a445d0fb92b333cfe8fdb11a70062109e91399]

        INTEGRATION: CWS ooo19126 (1.39.78); FILE MERGED 2005/09/05 17:24:43 rt 1.39.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4e67c776132f7da1bdee56be81150a7bb8d86f1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:33 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29ea6cafae77fc8b93ea180dcf6f3de4a93089f6]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 17:24:42 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3290b8f66b62625ac7fb1a7b3a01f0c859d39f08]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11962e4cf4c15539777876dfb19e5c48da6e131c]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:24:42 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec4af58e0ac55e4c168e5a07b52242e21b24cd71]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:32 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b375f6558e59dc0cdf04e91ccca0bc349e7d7ad4]

        INTEGRATION: CWS ooo19126 (1.31.124); FILE MERGED 2005/09/05 17:24:42 rt 1.31.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75ff4201ce10d6a3260eca5affda99876bc088bf]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:32 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78984153c76fd8aad2773b26acd8c68a6738dc3b]

        INTEGRATION: CWS ooo19126 (1.28.66); FILE MERGED 2005/09/05 17:24:42 rt 1.28.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6543b46c46d21b3135f117914f5bd4e2d0b44769]

        INTEGRATION: CWS ooo19126 (1.31.94); FILE MERGED 2005/09/05 17:24:41 rt 1.31.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5338e579d75f15417513466f7e63a9cab5e2640]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 12:33:31 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5c6e47b23799a71271f56a917767ef295bfec9a]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:24:41 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bbdc0e1aa1970d91cae7b582aa52618ebf4ea1f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:33:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5c6b53273fadd2139d8db3138e7d1643ca62ba8]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:24:40 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b62366300e3b2b2528a3f21ac2afca67d1861134]

        INTEGRATION: CWS ooo19126 (1.14.210); FILE MERGED 2005/09/05 12:33:30 rt 1.14.210.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a56c2881e9b705e2622727ffc74ba93b56e05d51]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:24:40 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6033a94aa92cec4dcc5202785d2f9d28b0ab668b]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:33:30 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41b36414c39424980acc4b82793105a0cd3819f4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9c2ee0f7e99ca518662e08a44889239eb7e7a7d]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:24:40 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5b6879b199087248d5c7e824b9b571ff2e22cfd]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:33:30 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b5cd9b91b5cd0daf92c3011e4e176ab9b9ea313]

        INTEGRATION: CWS ooo19126 (1.2.320); FILE MERGED 2005/09/05 17:24:40 rt 1.2.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd55c23d97e7199fa12ce26c91c5462dedba70c9]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:30 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [492c2fe1ff7dcb256438fb919b15cae0d2a4c960]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:24:40 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29079242ab0ce515e8efc701ba9f68c78fd60155]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3731e21c13de8eea00cc556150707407e0c6f6a]

        INTEGRATION: CWS ooo19126 (1.5.132); FILE MERGED 2005/09/05 17:24:39 rt 1.5.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac88997081962ea0b278e303a65af18df6d44e3]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:29 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [476c5fafe5e19d9dd292882b246543780b949047]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:24:39 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4a7d5b9a92fda3047d77788ddfe7494601ad398]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:24:39 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3781dfbc97186f50adf8e0b9c91ab8225afaa61]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:33:29 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0160209cb639a4426a27a4bf7075173f4e3b4666]

        INTEGRATION: CWS ooo19126 (1.3.124); FILE MERGED 2005/09/05 17:24:39 rt 1.3.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ae02dc4e43362b1dc44b137225e0fa0945d51aa]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:33:28 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96c5bf224a0a5133b4ff999466e022eed57204ce]

        INTEGRATION: CWS ooo19126 (1.16.52); FILE MERGED 2005/09/05 17:24:38 rt 1.16.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4413ba3a6effadc69d9141482dcfbbf97f490336]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:33:28 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [960a4d5d5c40964d8c9081d43c86e0970fdf4928]

        INTEGRATION: CWS ooo19126 (1.1.342); FILE MERGED 2005/09/05 17:24:38 rt 1.1.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ed6c045aaf157a555c65499f76887a83cf14795]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:33:27 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c9d0054adb112a4b7f7aff9e88116ad020f037d]

        INTEGRATION: CWS ooo19126 (1.4.332); FILE MERGED 2005/09/05 17:24:38 rt 1.4.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d34cf7237bdcc7b0716a081bab0c49945e3ec4d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7d31820199c3e6b5c0cf6cf45bc2a8e94c52c0c]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:24:37 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [909860d19583d8461bd93ccb61d6fc2b0c45b203]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:33:26 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fe5ac6b1fe081b783e88912a65aac75b03f9f83]

        INTEGRATION: CWS ooo19126 (1.11.78); FILE MERGED 2005/09/05 17:24:37 rt 1.11.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f26a750ce83a72b0cecd6037df61b1bb62bb702]

        INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 17:24:37 rt 1.12.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9fe349ef936e7f1efb1acf73c4b18b6878c4dbd]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:25 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf7266b19e6be8367c5d9ad685201d26df631f4b]

        INTEGRATION: CWS ooo19126 (1.14.78); FILE MERGED 2005/09/05 17:24:37 rt 1.14.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b629893aad7bebd6209c8ed459f7853ca5bde5ec]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:33:25 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27ab87dea0ba50e70ddbd5ac344767089fcc8eb7]

        INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 17:24:36 rt 1.3.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [054b6f77132f89ba31b427691fb622666ca46b69]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:33:24 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [586131ae7e84fa67aa4c72c131583b5dada2fbd9]

        INTEGRATION: CWS ooo19126 (1.5.160); FILE MERGED 2005/09/05 17:24:36 rt 1.5.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1fbdd634a07d7443f749018551835cf586a38ad]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:24 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a7246023fcddb021b233539f004ff69853c1992]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:24:36 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b183001e80681917a2b530b5c236804ba5435c9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:33:21 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fac4b5714aea84e6f8059f0c966cf465f0c774c2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:08:28 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a91fe6918e3bf2cc786fce879d7fe19d8a8ea94]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:24:35 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27f3ad182c43029f24c62580d66e442e498aa011]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cc7467e33c7049ab0dd9b892402c2b32f66091f]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:24:35 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5002dd58934895b240172616991a8c22f1eec55a]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:33:20 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6bfed5f8e276bf6678576e6518fddc275beedee]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6603f12f0e3d1cf11c0f0e1e9f854afc1f98c59]

        INTEGRATION: CWS ooo19126 (1.8.138); FILE MERGED 2005/09/05 17:24:35 rt 1.8.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98030b78d95eecdf79409256823a98293b405182]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:33:17 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5d3d5802fcf643659b74938b3610b29a4344891]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:24:34 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b259101c34277ef3fdae2f03dc8f018b02e45fb]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:17 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52ffc6d4a15fa8ad888c8eceac5f9f314d90c86d]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:24:34 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d2accf2f428c01c932ddaf5dbf617e60f5194fa]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 12:33:16 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fc8bc2138b7e3126236936e940257c7e8006ae7]

        INTEGRATION: CWS ooo19126 (1.10.78); FILE MERGED 2005/09/05 17:24:33 rt 1.10.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed99ec21eb400151c797ff26627625da44ce3c68]

        INTEGRATION: CWS ooo19126 (1.16.242); FILE MERGED 2005/09/05 12:33:16 rt 1.16.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99d4925d86d91411733ee02bcca20d2f6d4e50ab]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:24:32 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5fd7bd8a80b47c0a65ae68c3f236975427b8f80]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:33:15 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45a0c1f7d5711dd8a548d345906f7caf9da661a8]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:24:31 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [020d10f74247088fbc2868445ac38c7dcc5fcd96]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:15 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efaa30cc819268fc2a79f3e536b22f8ae9981b12]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:15 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebb6eeaf6e1ed921ec546027d544504c6ecd2643]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:14 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a637774e7f5975e8330e772803a7a848992d03e]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:24:30 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [224c3363abe86f64afbe7281815cf8207600d2cf]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:14 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efafbec2f8f03ab83bbcdacf074a7c95eb349c4c]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:33:13 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d519115e0e7f5497ab6082e705d06a1aa042b1a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d512cb6e7714b40e5b804586cfab7ed253cd66b6]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:33:12 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c764ff58d3f0f1c8241a58e35d8fa2bfca226e7c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:12 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1c27edbbf8c10b87367515f62061a3132006ee5]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:24:29 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f612043cfec6e8549f848c099851e9808863de40]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:33:11 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58a8eb296401483f1de674023a6e3cc4c1ed5e11]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:10 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3278080abbb569e0434bb1dc762a7d97edd84b9a]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:33:09 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0e4f5ffb9173e7e573343b32c0cdd9a6291f51c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:33:07 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ade095967ce1c0f1ec2225c13c12869bb0295659]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:06 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0989cc7ab7ea01e2009fa3e5b12978bd2253b618]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:24:28 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00e4164847ae04cfd616582432a8d6c6137679b9]

        INTEGRATION: CWS ooo19126 (1.11.86); FILE MERGED 2005/09/05 12:33:06 rt 1.11.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f0b0f4951e774d43c69a923fd113b08086eb56b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:33:05 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88dc0ba2bf7931700afea8da360f56f60a6f925b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:33:05 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [292f0a35309698bb52479092373ab82933227d4a]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 17:24:27 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46880d2e45b5b62aabd58840df5e068f677d1718]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:33:05 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46687db7cff39084fd822c5e2cea66c741ec8ea6]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:33:04 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e65847c020d6edf35ae3ac4306f144e147011783]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [916e97a59e51306b03fc139c11a77caf73f6fd87]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:33:03 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3d9cb0b65dd1bb944e0496514befc41e663465e]

        INTEGRATION: CWS ooo19126 (1.5.142); FILE MERGED 2005/09/05 11:08:08 rt 1.5.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcd60e71ee78dc689f0cc0b2be7a9300127c74ce]

        INTEGRATION: CWS ooo19126 (1.19.52); FILE MERGED 2005/09/05 17:24:26 rt 1.19.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [554bdf932508b058a4006ead972a50ac2ce56028]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c622022417b33ccc44a4af18970b1963f6ddb08]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:24:26 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d794d3044547d6012b78c179038ed5fa08904c53]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:33:02 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [673698660619601aa2bfa2a30bf9e924f970c81d]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:08:07 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb6dc7f8d97f86561afea837af5c735b29331018]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:24:25 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c27b0347628ec987c586cda15f13715e51fffc5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:33:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2abbf3314d92da8a9d05cdf9cf2e3705a92e6785]

        INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 17:24:25 rt 1.3.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ce9426e126599e54c418050a53fa8e29f8fa57d]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:58 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e34f2d80bd33dad1538f1e96f793ac9ee3da071]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:08:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [231cb5e7a8b41336df2791c1d2ded43ec930af0e]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:24:25 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f8e20d0e8d26e90e1b987b418a60f1b62dd6d6f]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:32:57 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [476a6fb7c2d711a90e73259b41f5e1b35cb366c2]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 17:24:25 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad0148e3b690d093d1e2023e3722cb63e91ffd9a]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:57 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [787100a1a0f258fdc8f741fde3a957ace25027e8]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 17:24:24 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc481aeb33def6a8e49b06ed87f9b669c9a23eee]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 11:08:04 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55b5ab05b00e8a878206e77784294796dbf2f1a2]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:32:56 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7555052317ba71db4e2a41b5054ac8bb2cc6dd5c]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:24:24 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ff7d616bb829c31ae661c997b23b06d663d57a3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:08:04 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7481497caa1369b02ffeb3ab618bc3e8aa083e73]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:55 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [102db108c6edc5f8c85170048a3401c4fa6aaa73]

        INTEGRATION: CWS ooo19126 (1.3.138); FILE MERGED 2005/09/05 17:24:24 rt 1.3.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9802da72f7f5479234cb7417df7dd30f517f9452]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:08:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [deb33ba9a27506dd03bf29efd38f9151d44edf02]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:55 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d2ea6e0b15bfacf0dd5b1cd5a126f0e7645c602]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:24:23 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f17003cb3c50c0eeb48480c3fdbd3b059f1cf97]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:54 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5d51175ead3d8132e33dd1db8906c4888d5568a]

        INTEGRATION: CWS ooo19126 (1.21.78); FILE MERGED 2005/09/05 17:24:23 rt 1.21.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b2acbb0c2b488e1f612fe90df4154fcff6b71524]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 12:32:53 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71d9e76acb9491136cc9ea98de280fe55cd9c619]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f283636a815a4116bd5c46e57645ea6d0ac6118f]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 17:24:23 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a9f58ddd7834677953149ffd41745be2ea29085]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:51 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ef444366209172604e2b04d168e4193fd60d137]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:08:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c2b4379fa7f44ff5a1717903b8f9b5bdb3f8518]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:24:22 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb56b694ffe08b470e8041edf9b662f80c4aadcd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:32:50 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7df70b63db083b8b17d71603bee986e45a6b3e74]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 11:07:59 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [851bfd9025336fe060c66202ba4c8f9103326f96]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 17:24:22 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffa947ea7f9e2595a04dad0123d0586afc1708db]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:49 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d6a04e55ec62bc4b2edbfb74fcf47e513032a24]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f294a39e3952499307c3f4a64b696862e94b0873]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:24:22 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [228f16ae552aa5b54a5339e2a40506ab863aec91]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e539d2632db6c207a36651e49f8eef62916301d4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccdb4af9a0eae3f1e046d6dce68c6a7f111e3d68]

        INTEGRATION: CWS ooo19126 (1.13.74); FILE MERGED 2005/09/05 17:24:22 rt 1.13.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4bf70a1522c485a01987a2ff831bcdd707f1324]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:32:45 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e96afd040841aced569f189d98403bed65fdff3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:07:56 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [655f83d9575ab51687361de623febd288a64954b]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 17:24:21 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b49031adbb56d9048ece00aa6e96fe74c2c4dacc]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:45 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ffa31567ab8a97b246efed298484de42cc5b2a7]

        INTEGRATION: CWS ooo19126 (1.9.138); FILE MERGED 2005/09/05 17:24:21 rt 1.9.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36fb4fa9911ae04ce21fcfb3a6973aedd6119dd7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:44 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99d6c2ec3866124edba844671b55abd7aa0950e5]

        INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 17:24:20 rt 1.12.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f2b60f16b1854cd1e98658066bab6d189b37be8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:41 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b87d85a0a97b55b8da5c0b1d93222824570973df]

        INTEGRATION: CWS ooo19126 (1.18.78); FILE MERGED 2005/09/05 17:24:20 rt 1.18.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1cb23972519b143f5884005c7cac0f82e6dfd6c]

        INTEGRATION: CWS ooo19126 (1.6.96); FILE MERGED 2005/09/05 12:32:41 rt 1.6.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4afc68eb7f0ca7dc717b69d6050ac758c006b80d]

        INTEGRATION: CWS ooo19126 (1.3.160); FILE MERGED 2005/09/05 17:24:20 rt 1.3.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7764665527e037b833a17e036be9dc57dcfcc0ae]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:32:40 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b474205786548ed90e2dbaed3904bf9b11327c8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:07:51 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [507063669bc90bb235eefd570d16861521adf396]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 17:24:20 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09f76e468da13fca34a1b98f1ad674f1d8b7eb75]

        INTEGRATION: CWS ooo19126 (1.8.96); FILE MERGED 2005/09/05 12:32:39 rt 1.8.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c76a79d85e800ddf6d413bb9e51db39c09a0ca4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6b6df924e64b1fbcbdc81d01b295ae500fa1932]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:24:19 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41408d9519eff745c33b44872682d87fba45a12e]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 12:32:39 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e254ecb25166b30870715c302f52e5a73feee9d9]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 11:07:50 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f13ef02d3b4ecd5e2278a25ccdfdce845825a5dc]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 12:32:38 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [108a13f74825e7b8aee7978634c9ddb1e5515003]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 11:07:49 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ef9975cbcc24ce3c150b0db44f3f78a019a4ffd]

        INTEGRATION: CWS ooo19126 (1.1.342); FILE MERGED 2005/09/05 17:24:19 rt 1.1.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79fee4ffc7ca966856da89a4a5b0ba7555bcb5a7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [626298e2b22d4de8c6e12321d7368cab60f8a4e4]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 17:24:19 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fed80895909f9180c7d165930e2b0f332edf0f4f]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 11:07:49 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9f06298a143d7163c26e0865a19ec0b64ef9ffc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:07:48 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7575e5c9f8304de84ba145f6d9da5935f6990d4]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:32:37 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff3f991958ec15d2c0bf99a9173d712a8089ca85]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a83edb035c31d95d9cf42b012fe1b8a805f6de33]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:24:18 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff6a15dc1a9c4cd32c8cfb95b602c5b949ef8370]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:36 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f3f6b5b28e6c569d23474b31d6b4cb8256fa532]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86fe6980ff20ce494e5b579446d275948effd6fa]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f28050b4a579dae8b85442bfcd16f728439f1614]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:07:47 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7163d4b172a1263f4ea10b8f1df93ff2cfef3e1]

        INTEGRATION: CWS ooo19126 (1.19.78); FILE MERGED 2005/09/05 17:24:16 rt 1.19.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f321b06a0dbce63663b5bc5404326024d3c2f834]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:35 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78ab0f1c884d3cdd48e4705189aaace3fd426ebe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:07:46 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f39154ad7c8d5af67d993e0d80a84dd991dae9aa]

        INTEGRATION: CWS ooo19126 (1.14.78); FILE MERGED 2005/09/05 17:24:16 rt 1.14.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c783e9ec08bf2bfa022b357958daf1d56f1d79d8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:34 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d436be5df5da8ac0d961dc1eec62dfa1b6f7df7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:07:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71129cf965ec0a6d9d45662fc6eef38968673295]

        INTEGRATION: CWS ooo19126 (1.5.160); FILE MERGED 2005/09/05 17:24:16 rt 1.5.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ffc2cb2769dc52197bff504c9f79dbc336ef092]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:32:33 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8faeab595e714d83e1c7f6fefa80244955d9dcbf]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 12:32:32 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd78ea680fc16b79cabeffad185b311db790abd0]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 12:32:31 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99fabbc88e0c898f29dfee4d814277c53e47c68d]

        INTEGRATION: CWS ooo19126 (1.11.78); FILE MERGED 2005/09/05 17:24:16 rt 1.11.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [630ee323ce060db1f4f3535e00def5ed6cbff441]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:31 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52c6db660045b11de441666a7a7987ee4c1f08d2]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 17:24:15 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8d2a57e5cdc6731543891df4a41716e04b761d3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:07:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83625f3b2069dbe01866d269bd571cb1fb74b797]

        INTEGRATION: CWS ooo19126 (1.9.128); FILE MERGED 2005/09/05 12:32:30 rt 1.9.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b3414bc89d91628915e1bffa9565a30a7072dcb]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 17:24:15 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [093e0eaa0c7cf6fc73bf3c85488edeb8ca01152c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c98838b29f4195648bb72029e69c965cfe91cf78]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:28 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [406da866c58b80467ae7733cb5e40a708c2c71dd]

        INTEGRATION: CWS ooo19126 (1.2.268); FILE MERGED 2005/09/05 17:24:15 rt 1.2.268.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d3ba25e90a78d40bdfab9393c58785b788e2b76]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53bbcb611fa3705fb3d3007c59173ee0f2ba0790]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:32:27 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0424b3f4568174869b871739e68c147f0d512a42]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:24:15 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [233723930300199252a3f22b3a50956e682d0160]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fb66bcc8c1a3d62c64c1e4fee4f598bd1bda9ec]

        INTEGRATION: CWS ooo19126 (1.7.78); FILE MERGED 2005/09/05 17:24:14 rt 1.7.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1842760a4c1eb3d8b138ab14dfa1bfa74e00c6be]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [674d27c045a60727a34cf26079488d37b6c901b6]

        INTEGRATION: CWS ooo19126 (1.23.78); FILE MERGED 2005/09/05 17:24:14 rt 1.23.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a0e8067cdcc4dd75638d802aa161004653ccbe]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:32:25 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab485f48fd0d35bca543be8a26f4548801677871]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:24:14 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07699fee4028df0d49be2074cdc48e8989210603]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:07:39 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [223da3a7762ea4622f6a82b9605a4f8bce113513]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3ec91628b6a0a95cca22d02cc847e6545cc854c6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f7b4ede9036de7fb22da7b5d4f370323a2dcd9e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:24 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afd729463172840624b3416c31acb20ee16e10f5]

        INTEGRATION: CWS ooo19126 (1.14.78); FILE MERGED 2005/09/05 17:24:13 rt 1.14.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04328256d808dcf2a187d288573e1768aab4d31a]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:32:24 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2748cf2e3adea93afacc31d17dec7e472500b836]

        INTEGRATION: CWS ooo19126 (1.19.94); FILE MERGED 2005/09/05 17:24:13 rt 1.19.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3767f68ab7686ba7333d8349668e124cfd777dc7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:24 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fdba8aec274434d4820420e594717d692ba96d4]

        INTEGRATION: CWS ooo19126 (1.33.74); FILE MERGED 2005/09/05 17:24:13 rt 1.33.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8fc4b37af91e7ef608f0acc531bef5959c80024]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:07:37 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd56c5f8aad6c8764ce43556da537eddf8c09ef6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:23 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce4c945890091560b35be235fa67178275727eae]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:24:13 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d905b0127ca75758506771cf53667c91fa4f810a]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:32:23 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10e1547b3c090ff9c8baa01a1a1dd44f35192161]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d00937ea3c84d5e34c2607cdd4527e0eecda8791]

        INTEGRATION: CWS ooo19126 (1.3.268); FILE MERGED 2005/09/05 17:24:12 rt 1.3.268.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [298f4ca823dd12ef91001863a742eb4883a48b2e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9768aa40711057a141500fc58853b58f091da6b6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71c9d37d3fbf420189ed69e3e4ef780efe9e0d53]

        INTEGRATION: CWS ooo19126 (1.8.78); FILE MERGED 2005/09/05 17:24:12 rt 1.8.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0cda7927f6968d0d8d7099ba0934f1890dd1533]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:22 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b5f18e5bf0a11891473b8f2eab64a5db6a659da]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:21 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bd76dbf8cb5361d7d8ef6d1d20df2731cd4fca7]

        INTEGRATION: CWS ooo19126 (1.6.268); FILE MERGED 2005/09/05 17:24:12 rt 1.6.268.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5882bee92958361923e28eaef14e61dd85bae4e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [464e3289ecb760972fe0d0724acbbc55a8a33417]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b5bdeedbf7d852e43ec55efbcf7afb11e6be1f7]

        INTEGRATION: CWS ooo19126 (1.20.78); FILE MERGED 2005/09/05 17:24:11 rt 1.20.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [657fcc3da57b9aba1ebe7ce7c540785135587eb6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:20 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a88095d2d134bec8b693040e8dd2d4a7b9309fa9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdfbac161ec8dabdc50aa25a98b43fc021c34c83]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0166f67b63eb83251bb77a994ee6d5dbefafa56]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:24:11 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d523cf0996692d8f08014ae6623a9a43721bbad]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:32:19 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f23dce8aaa67f196d6e42db1ffad4232eaff4f49]

        INTEGRATION: CWS ooo19126 (1.10.108); FILE MERGED 2005/09/05 17:24:10 rt 1.10.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e8f08d2e59e757bd50d82dbb9a479c6c1f626c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:19 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd51b8f7a739e491c49cd9374c9d33f093bc34b6]

        INTEGRATION: CWS ooo19126 (1.14.78); FILE MERGED 2005/09/05 17:24:10 rt 1.14.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c561f397f0d486ce19f5953acfe38a838b6bc4c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:18 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [240974311c653bffa7f0e537566815f5b1280f5a]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 17:24:10 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56cf86e0d8ee27837b29ca3ca86fef6ec7305c7f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:32:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbda7ce53f29f7d9f45f1a61a2938cb8eb78cd0a]

        INTEGRATION: CWS ooo19126 (1.7.78); FILE MERGED 2005/09/05 17:24:09 rt 1.7.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82480590202c6c85f2b4db773d5549a8a75bf4dd]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:32:16 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [706a7688240b8ae1b75b8dc8e599302486f420ab]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:24:09 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4680dfb48dea07b61c6ea2afdcdd6fc80bee2949]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:16 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86099e41012473b55f107b47b415b6addfac576a]

        INTEGRATION: CWS ooo19126 (1.7.58); FILE MERGED 2005/09/05 17:24:07 rt 1.7.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4622fcd028a03ea9722ceca07ba9a1e6cf4dd85e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:15 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7e7bf47e2a81cd39e264cf1bb45c3a33f4c5aa3]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:24:07 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edbbd23a6cfcb26f379cc77dfb7f6c28272d6d6f]

        INTEGRATION: CWS ooo19126 (1.9.128); FILE MERGED 2005/09/05 12:32:15 rt 1.9.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90e298e3af8217da70c2313ab6aa73987750b409]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 17:24:06 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0af5ea19464cf6123bd1aeea5ad607758e5cf9f9]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:32:14 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [026c72235b38ffb44f84b20172423cefc8698977]

        INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 17:24:06 rt 1.6.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0813da518061acc6b0fc0100abd3a0028765660b]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:32:12 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ec1ddd181a36b10046b1a657771a8a2b7df31e2]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 17:24:05 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b53019571c2418bd05437309d0bc386b1fb0e93f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c43a03cc9c03e7996022061cdd2704d691a7e341]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:32:12 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac6ad5ce33657901d6baf3722b3602519af1bba]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 17:24:05 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13c8ccfcf22273fcbdb0bf4f15709f733cf9c1e3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b47cdad2ddc27afcdf857737de4af2f4228c906e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:12 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13b519446d49c71f28dff6f91aadb8fd01198cda]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:24:04 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a035ba14358d726d07a2a49914b2b28f8ad2c95]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 11:07:28 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60c7344910cb26842d853335847d8179dad42791]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:11 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46f444daf03ce474c2f8bed17e3d56260a7b0977]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:24:04 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b85dd5855cf1a4a1e49e6dca28f6daf43c96f67]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5fec83e02613cf289f7ca8d0f451305f0243168]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:32:10 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed820f611223ec28ab7a408db40a2dccd09ec9a8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:32:09 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b98a34f31c5826ab7cc328e6dfa1d1969b5a7f3e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [749d2af281b54c35e1d992c351c23cc274ea61ce]

        INTEGRATION: CWS ooo19126 (1.2.58); FILE MERGED 2005/09/05 17:24:03 rt 1.2.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0a1daddfede12b0cb98bf9b1284127a1ccecea8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:07 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4342383044c04c3d4a1dd3142a7988a0384b24bf]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 17:24:03 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [873c1bfd41d7c42b15bf64f1723b6f1dc44902be]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2dc9d625649107e0a0437c1a0adc9663d3b876f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:32:06 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22b2fe3e210df5b9e83a6edcb971b4d46c4906fd]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 17:24:02 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a764bd0e0ad6f2a414a17539c4ef93417695b8b9]

        INTEGRATION: CWS ooo19126 (1.15.242); FILE MERGED 2005/09/05 12:32:06 rt 1.15.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6044091d5206a5003f3cb4fb7253cf7f04dbd75a]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:24:02 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64be82b68922f2cc88acd90775dc67d09c8a8007]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:32:05 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3132ffb39236d43953279dbdccc454be56b2703]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 17:24:01 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bc8d1d55adce2a1aa28c8ae05109b4613c18c63]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 11:07:25 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cacbd37d85a11257fb35404cb2fa9cdd5d797be8]

        INTEGRATION: CWS ooo19126 (1.14.242); FILE MERGED 2005/09/05 12:32:05 rt 1.14.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5929766389e83c4e4e20131614c5dd8c5832384]

        INTEGRATION: CWS ooo19126 (1.7.36); FILE MERGED 2005/09/05 17:24:01 rt 1.7.36.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b3377be1ad59d52c11cf5a374426001d4b6a17b]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:32:04 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8885ef8b4f19ada940a62b2c1df50337f529c48]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [792a1e7f67630c4b287527b05565146ef7054d38]

        INTEGRATION: CWS ooo19126 (1.7.58); FILE MERGED 2005/09/05 17:24:00 rt 1.7.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e3c9d22361ca0bbedb4b8043e90b0993ac5e46e]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:32:03 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [908e190c0325dce7dcf7f262dc881ac6e4e88246]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:07:24 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2255dac2f419ecacc8497de5806bbfa9a5894c66]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:24:00 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [888509d96d7e383af2a8232db09672aacd377e99]

        INTEGRATION: CWS ooo19126 (1.8.188); FILE MERGED 2005/09/05 12:32:02 rt 1.8.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c21944d5ec0c86a82c5a75e869e8d8b483b5cc5d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:07:23 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0646fced52ecb0186deda79ccad39ae87c98cbe7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:32:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03abce8624cdba6aab300cec6bfcd0de11e0dee2]

        INTEGRATION: CWS ooo19126 (1.13.24); FILE MERGED 2005/09/05 17:24:00 rt 1.13.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9005d8eda15bf514dc3bebb1a1d7de52de1171c1]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:32:00 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9fdba80762cc5bc2a0de771a93ba2083444bbb3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d58430d4be5f318d9ffc97dd844275fb8595b78c]

        INTEGRATION: CWS ooo19126 (1.2.94); FILE MERGED 2005/09/05 17:23:59 rt 1.2.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f734349ebdfcf14a891fb3ec4d63507d866a825]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:59 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aebae26998bc88e64ba576efd4e789bfc56980f1]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 11:07:22 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ea6fba5fb0dd996ceb67f3d43888c75ebf85752]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:23:59 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8241c499ec484589aa3ea27167b247d000a23549]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:58 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f580b7241e679f3d285b6ecb9f3b7f1bbecab1b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c66e0cf6be7e7b9dde8dffc94f14b034995a4ee]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:23:59 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8db02d02c8c4f6a904f46647c99d1299a7813c8]

        INTEGRATION: CWS ooo19126 (1.13.346); FILE MERGED 2005/09/05 17:23:58 rt 1.13.346.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8a3fdc1dec87780ba4bd17e852c68e61a4daab9]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:57 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46a32b754d2de1c817580a15d3079c8818c1150c]

        INTEGRATION: CWS ooo19126 (1.4.160); FILE MERGED 2005/09/05 17:23:58 rt 1.4.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ef9675136f38cf385f1a54a65e4058c337de82c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b0bd1730cf16b88c017657d2a331bcb1f26659b]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:56 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e18c0f1b8aed476a5c4854b92af589639f3a2749]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:23:57 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e2372bbf12646b2a26e1b82cd5a8e74c4f54dc3]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:55 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8ee4e5714a3a47fd2f8eac2c3b5e09ccb134cdc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97f9f23c6690ce1ffdae8b825e9fb5bbacf1952f]

        INTEGRATION: CWS ooo19126 (1.48.78); FILE MERGED 2005/09/05 17:23:56 rt 1.48.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [886dd684a1b574659a40567a43acb8004c9d3ada]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:56 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9ba4cb2e602d604a2a12ffda7d2a8cf6c5c7048]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2752108112f36a173847d0a3bc16aa53988d9921]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:54 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06bd5a07851ce8cf272055625eace5a784090849]

        INTEGRATION: CWS ooo19126 (1.18.124); FILE MERGED 2005/09/05 17:23:55 rt 1.18.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39860a793cf16dae5be7b12a59d78ded3f52c574]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 11:07:19 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e021351365b97fe7b6f386fb7a22fede12363be]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:53 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [defc745579848978222c9ff36796f501254c30eb]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:55 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [757a09fd6ba37cf7057b55068f39c43eaa8e9ea5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4eb071fb3281db23573cca7bf58a5a4486ad28a5]

        INTEGRATION: CWS ooo19126 (1.6.198); FILE MERGED 2005/09/05 17:23:54 rt 1.6.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [036b62b018ab5fc6afc2f19a359ecaf3f73904c5]

        INTEGRATION: CWS ooo19126 (1.17.176); FILE MERGED 2005/09/05 12:31:51 rt 1.17.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95a9ad1d56993d53250b27ab1d16925954f14e8b]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:23:54 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4275f10849fd39dc087755d8c4ef76a0f3217899]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5057ac30a224f759b14512cbc94b425565cc19f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7daafe1d01bf72b8640ccad7e7131409bb685150]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e446d87c968ecc6b98f36aad083b4685ceeaf308]

        INTEGRATION: CWS ooo19126 (1.15.162); FILE MERGED 2005/09/05 17:23:54 rt 1.15.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d282fd8ec6e62c559ec663335cecdaba5c142c64]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:50 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4863175bfdfa42e2fb912b33eef1e393d2799fd6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de137facafadab74b71eec1673432a76fabcaa92]

        INTEGRATION: CWS ooo19126 (1.10.74); FILE MERGED 2005/09/05 17:23:54 rt 1.10.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [609c553e1782f6a07ca8b1264c619a789a6b6b0d]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:23:53 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2926e1991c6561cfafd334efd1ad13d1a599043]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:49 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d4520c0ebe6dd8886062c084aac4a60ae189a5d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:07:14 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea5f9fa5e0df6e99909ba23ab8c43ccd57058ceb]

        INTEGRATION: CWS ooo19126 (1.4.342); FILE MERGED 2005/09/05 17:23:53 rt 1.4.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efe142f2ce5d3e5d636ffc2bebbcac72d7aff86a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:48 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83beddd714c6a0a51cd28a5c901b2b2187c6ff66]

        INTEGRATION: CWS ooo19126 (1.12.198); FILE MERGED 2005/09/05 17:23:51 rt 1.12.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a93fd510c96712c54b205d23fd12e4ffb0c2012]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:31:48 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39f8b5df2a5ffb8bda85d82a171150d7f807e71b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35c1def0806bd98aaa13217106ebfc910870cdef]

        INTEGRATION: CWS ooo19126 (1.22.78); FILE MERGED 2005/09/05 17:23:51 rt 1.22.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfe131d385cb2581f9a40e3d02b847c7ea5bc820]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:47 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78443e4708d3c7787240c9540a8307a7bb139394]

        INTEGRATION: CWS ooo19126 (1.25.52); FILE MERGED 2005/09/05 17:23:50 rt 1.25.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d651fcf685803555d53cc1ab163849d35294fc10]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:46 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cca01d86ac636cd8ba765fecb6fd36719a32cf4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:07:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7045c904ee2daacb9c91b05a054decfd6774972a]

        INTEGRATION: CWS ooo19126 (1.21.78); FILE MERGED 2005/09/05 17:23:50 rt 1.21.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dadc115d08ff7f7a204e545a2dae89dcba9d320e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:45 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cf73982051de02c6016164fc5c94c652f01c0e3]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:23:50 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b399f1291c076ac88f82eccb7593ae63048ca7e4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5acb6c80cf6994dc4ed988ac5122ccefb51ebfc9]

        INTEGRATION: CWS ooo19126 (1.20.142); FILE MERGED 2005/09/05 17:23:50 rt 1.20.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d38b30c78f246037c61ecebe3e8b19f074c79db4]

        INTEGRATION: CWS ooo19126 (1.3.200); FILE MERGED 2005/09/05 12:31:44 rt 1.3.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7cdca163606455a3217e4a902c2e224f88324af]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:07:09 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa0bb3597efd04dd135a1abbe8817c0fb64c023f]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:23:49 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f98a92aa022fac2f82a0c2a9d988a60d84cbe48c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:44 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a9093979066a7110ce9f24aed59665aac8dd090]

        INTEGRATION: CWS ooo19126 (1.36.66); FILE MERGED 2005/09/05 17:23:49 rt 1.36.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ef0dcf37c5e1fda2e9bb8d625c888746b71766f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:43 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3891fac28a457c7443a59394505c66b4af3e42c1]

        INTEGRATION: CWS ooo19126 (1.17.132); FILE MERGED 2005/09/05 17:23:49 rt 1.17.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45e22cbc6a8fb7777ae3ba7389b5c1b2860462eb]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:41 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [219dccb1c7a3bcef7f4895863c91bd615509ac71]

        INTEGRATION: CWS ooo19126 (1.92.78); FILE MERGED 2005/09/05 17:23:48 rt 1.92.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc255c11ec5d09db03edef8c17f13346f18587c3]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:31:40 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66fdbe872f71b3c1e460e5b5defb34a026c07de2]

        INTEGRATION: CWS ooo19126 (1.34.78); FILE MERGED 2005/09/05 17:23:48 rt 1.34.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3502d4a34ac68f952c44aa08580d740842dfd34]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:40 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73d9a412369975c124159f47a00a3c5e79298afd]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 17:23:48 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3629ff7c4e9718c376bed13097e7fb1d2513afc5]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8934b3734ccccdc840f58442aebc960b34ec7b6a]

        INTEGRATION: CWS ooo19126 (1.7.198); FILE MERGED 2005/09/05 17:23:48 rt 1.7.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b3b31cd9c51ce099aa32de88206cc9ce36f2dae]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df7d13c50ef624c341b23ed550e56810ef676071]

        INTEGRATION: CWS ooo19126 (1.10.76); FILE MERGED 2005/09/05 17:23:47 rt 1.10.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15cf4aea03dc81d1d2fe43728b99c7965d224c69]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:38 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ed44560b671d2b12bb15202b7ca4d7d529460fa]

        INTEGRATION: CWS ooo19126 (1.2.198); FILE MERGED 2005/09/05 17:23:47 rt 1.2.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb09afcc5f80f52691d665b36d7482e80637029e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [965540b0ed28a5408e1b9626b3cedfc3af613f04]

        INTEGRATION: CWS ooo19126 (1.29.100); FILE MERGED 2005/09/05 17:23:47 rt 1.29.100.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4a3b7e8935c584c6c4f850a8f6010cdaba9b11f]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:31:36 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a127dd766d25c475749dfe2860455d9ea7d0f58]

        INTEGRATION: CWS ooo19126 (1.40.132); FILE MERGED 2005/09/05 17:23:46 rt 1.40.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ce58259f40174847c652b61e3d438673270a2b0]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:36 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a884ecee005465282efa13cb48b67a6c0df86953]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:23:46 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [489266d8649510aecfce4bcb32310a1360231861]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:35 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3fa6e54d7f9689f333e270707602afe78aa1817f]

        INTEGRATION: CWS ooo19126 (1.13.124); FILE MERGED 2005/09/05 17:23:45 rt 1.13.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5585d026b201f6b46c3644d68d0fea8a8b9b8578]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:31:34 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [122664327535c50afe6a4a69dbd4399d3c99b358]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:45 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a31d52560c8ce5b82f7ae61bf8421716093ff086]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:31:33 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c1d240684b81bdbf1d6b15c8389d7c9a419c666]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:33 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0cc4f841c27f8fd781f2d53fcf8665a05a9d33c]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:44 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1b157e2c7c910251b0af45cf02572d43af35642]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [45b469c6dd7f2fa1b92470283bb49c6ba9391570]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:31:31 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f598ed23303e1c893d76895c5f0802a280656075]

        INTEGRATION: CWS ooo19126 (1.11.288); FILE MERGED 2005/09/05 12:31:31 rt 1.11.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4c498662e2fc72c8d8c972386585309f417e9e7]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:43 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3151fb6ab0350be0d936bb85792f4368bb76d9d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:30 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0146959b5e35bdae1eff07eff4058123287fcab3]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:42 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac19301c229f5413579891a43e7d9cd12fe8ee5d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da693795ffe76cfb69ce7520fc5f4f8c83075675]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:28 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eeae4d76f74a23e22fdf518784e3eee8a992a905]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:41 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2267148c85e183164b8f3d5dd292de9e55982b33]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:27 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61bce04d812b146331f90616e4e7e798d1dd94d9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ac299a2f1675b550cdaf52444c601d85dc6a2e6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:26 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de62edf0ff4ddfa1ebefd1b7cd769266bb7834f9]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:40 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7493262e7f164196148e881cff8bf10de29ecab7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c3e2bff76a8ac2b06c35d2ea1a8b9660581cfb4]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:25 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7071f1f8105b0cebd8eb3fc678415fb4000f3c2d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:25 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [989cfcd5b7b03f699753dbda7f61a74a0507fc0e]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:31:24 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3718da5903a96208b0a30fc0a10744c422680f5d]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:39 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e82915e0ff9af31ac2f9c6b2002506f507ca813]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:46 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [666ace3e01bce4c723771d4a4f158ea7977f1bb3]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:24 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [121522a1b6add89d1221e7b2b8f0e8fe819391b7]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:31:23 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d8854a71418255c328b57ce080e094f16192dc9]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:38 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [238ba4e392887e28ae15bc48257f160438e69032]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:06:44 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [912d0838379a493e2f3adcb8789c41ffb656b6b7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:22 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4d4cf446e0efa2294e28b971bd1e8708202f38c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:22 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d3b1e848858bdd86e2c88e910911d1c6451f048]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:31:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ffe717792d9125a903a7fb7982e422577077973]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:06:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1de4c53d948902e83f2ece052697eb591ecc502f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:21 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9deacf019f8eb1d3cf893a3146d445d4411bb4b5]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:23:37 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [640d6a8c90795b91626afcca1afc5884b772edc2]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:20 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab8dbc90a30bf080a5dc6dec944b782ce4a76f94]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:37 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a4daef364a6a247acfeefb8f732334aaa0ddaff]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:20 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f83dfcd45e763b36d99d69b25feb7dc77903b01b]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:23:37 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b99a797e07a5e6fb068de39384cd272d007d1e0]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:19 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c098781df67b21947a7e380f3e2383a5fc40e4b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:31:19 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5e71c835150de297a9efa900f7f7507f5f89ea6]

        INTEGRATION: CWS ooo19126 (1.3.198); FILE MERGED 2005/09/05 17:23:36 rt 1.3.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a010e44099746d03d3e3b188fba06d8cd5596666]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65f42fcf4d16dc458483e58da32553f090866d09]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 17:23:36 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5c4884c04200b203a9d46a058c9614f7510d7f5]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:36 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8769aafd48070ad4d6cd065dcc1de87e8facb6ee]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:18 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba01ec9696b1728951c7ee4aba1b38227d77ff68]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:17 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d44369b2002b9cf459e0e222279eccf23c3460d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:31:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9806373c092b09d3121672a68df3ceca81dbfa6e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:06:35 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d1569c7f1a3543f031e6dbe8e4a92c81da2113f]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:35 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06420f3600eabe58dcc4158d82b0221fa1ed8921]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:31:16 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f45834eaddd3df433526e4f82b21c0661a890331]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8a7f656cc26ba16d2f238f9863f3e91fccb6cff]

        INTEGRATION: CWS ooo19126 (1.4.124); FILE MERGED 2005/09/05 17:23:35 rt 1.4.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fc0dd563c42262f66104174e50671b9cb257364]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:14 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [776239b94ab0055476c785cded6ac288a322f6e0]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:31:13 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2149f6b8397d29136098f11eed91781de4e4bbee]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:12 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcec908d7f181209ea9955023d3b0a46cd224e46]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:34 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bca1694b52cfd48f5e04d8208802ab23274b4c2d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba4e3ff9d8d02e6dd1def12e1406cd0426b0c492]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:23:34 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [feddb37ecb7d887357b68ab624e91ecc7461dc3a]

        INTEGRATION: CWS ooo19126 (1.11.196); FILE MERGED 2005/09/05 12:31:10 rt 1.11.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e55c2dd455bc39aad1a910243b7d5032629b9faf]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24779682601ebbea58903f6390cecce0825ce8f6]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 17:23:34 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15b75cd4f7be483aee2601763a5c778fdda3d881]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:10 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5c0d835bffcbd52a7c5db1b52a2c7b09981d8a9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43cd04a4f5b16ad3224f1a8940d0c7dca99c40ec]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:33 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5e9ff8bd94bb1d5b6d07ae85f508c9c0d4cd61e7]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:06:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92fc5822e9ea2ed348d7a37613d7fe6d462df80f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [237e2e1882346fbd9520159fe58b6f08ef1cec1d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa3c87a459e23672587f4eac32542e383511a2c6]

        INTEGRATION: CWS ooo19126 (1.3.162); FILE MERGED 2005/09/05 17:23:32 rt 1.3.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c33a73f771a47a5f590e2288ca53b68ba645ba6d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:07 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90a09df113192479f8b4ee80ed0e01203933577e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:06:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6188bc18cd9da14a9e390c94041de98d9ed610fe]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:23:32 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea71893c51e34822dd1e391ce85ff9345e3a5725]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:07 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80943c89a66d49e0d3b8bf0dfe7bcdb7b5d331ef]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:06:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc78964b51080a896d991609e18084dc32d6959e]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:23:32 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [393a47163b788c3a2881642cb1ef49ac52f97072]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:06 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5f2b57e148681d3da686b9e8e4014079d87102f]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:31 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [311144ec012ae675ca55b160ecc7e0a6c2b38384]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:31:05 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8733a8c265511fc9f394ad96752b9e5b738ba0a0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:06:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0ba682517cafac753a0550e12bb3cbeb0544f7b]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:23:31 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20ce959a760101ad93bce118f12631337e597ea0]

        INTEGRATION: CWS ooo19126 (1.6.666); FILE MERGED 2005/09/05 12:31:04 rt 1.6.666.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5c04696c17c42a079b7e658eb16b2de5b0e427a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eec6fc294ca4c1f475381a24040018b3bebb397c]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:23:31 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23c233b64de809971e6f40449da2c9b438844a6d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2774031062a0ea987abf408608ec3da5d5dd10d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e7edb68680b3d321434d305877ef7a1ff88497e]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:23:30 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cfdc727210e502a753b8056fec9f0e0b4f0610b]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:31:03 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5244c83f91d633b1a461114a79d3f40b9872b81]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:06:24 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6f37e404cef3e922d93a988a65a2794e11d79f3]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 17:23:30 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c2747b829bb8e376cd1d42dc687482d26ca47d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:31:02 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78658fd939644c29dd93a05172071ea65df14678]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:23 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f54d3113c42a69a0ada7129ad4189cb4df5697c]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 12:31:01 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc21e0c12e392105a62218242cd0775e1b6356f6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:31:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d981869b42c7d255b0ec769402f35454ff565c88]

        INTEGRATION: CWS ooo19126 (1.21.282); FILE MERGED 2005/09/05 17:23:29 rt 1.21.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cd401fa288f4ac14f8e0de6ed003a7273d3e5e4]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:30:59 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5c7479f186f3e93cedf109db14798a04df7e255]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 11:06:22 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63dec0b96b40622c51b3a15e398d38aaaa529145]

        INTEGRATION: CWS ooo19126 (1.16.78); FILE MERGED 2005/09/05 17:23:29 rt 1.16.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afb0e39864973dd734c4c91efb48346c1d788442]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:58 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb236672e6251a3ad0a1bba5f4ef695de6626226]

        INTEGRATION: CWS ooo19126 (1.4.160); FILE MERGED 2005/09/05 17:23:29 rt 1.4.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24eccd0746665b756d7f4ec746f24b5aec1aeffe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 12:30:58 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7879de2f2364dc64bf4dd385a485ad4e39009808]

        INTEGRATION: CWS ooo19126 (1.22.74); FILE MERGED 2005/09/05 17:23:28 rt 1.22.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fcc3f61938286afec7493f0134ec06acc15580a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:57 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [72ea81f11fa9ee86594707e8b1bb941651557109]

        INTEGRATION: CWS ooo19126 (1.88.78); FILE MERGED 2005/09/05 17:23:28 rt 1.88.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a34ed1b36574fd8945581e653394ce8d78e676c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c917357461f365c5ff430d068ca6c3cf96510cb]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:28 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91793a4914b104ff01d49f5664aeede43a781a1d]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:30:56 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74e8e741b2d8e8db2d768a481d7e60e4318d0c15]

        INTEGRATION: CWS ooo19126 (1.21.198); FILE MERGED 2005/09/05 17:23:27 rt 1.21.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d96f2b0bfde6258208e32e0ac7e3d154aa45a59]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 12:30:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8c6ba5f3438062d59cb06c8c58afe0f6f2b5594]

        INTEGRATION: CWS ooo19126 (1.6.4); FILE MERGED 2005/09/05 11:06:20 rt 1.6.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1394bb26706045a15fa56d2745b3bcd5c5c9931]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:27 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b72d570d858f24a23832089e5f8e1333b6430621]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 12:30:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13d258191c5c4dda492850f01830222ae6b5db2e]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:06:19 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf9a9a164eb42e560fa6fedb0f1a858deab124fc]

        INTEGRATION: CWS ooo19126 (1.14.104); FILE MERGED 2005/09/05 17:23:27 rt 1.14.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8077121c25cfaf5bd6b7fbc75ff09d46bde5570]

        INTEGRATION: CWS ooo19126 (1.1.666); FILE MERGED 2005/09/05 12:30:53 rt 1.1.666.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82a8ea1a7468de03157b58c385d649d8beb854d7]

        INTEGRATION: CWS ooo19126 (1.13.74); FILE MERGED 2005/09/05 17:23:27 rt 1.13.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ccab798500777008e874afe5ec66c3367771343]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:30:52 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe425eb530edaa6f5000e620232268a81aa71280]

        INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGED 2005/09/05 12:30:51 rt 1.3.680.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f5a11a0ddbecff5ec30bffb0b9f138949d9487f]

        INTEGRATION: CWS ooo19126 (1.5.132); FILE MERGED 2005/09/05 17:23:26 rt 1.5.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8de3370ef335bfff32cb78c924a43e5056923180]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc82f002dd6d370ae5822f094a608e2d412fdf5a]

        INTEGRATION: CWS ooo19126 (1.10.74); FILE MERGED 2005/09/05 17:23:26 rt 1.10.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a59ff175f80cda46715d122759a806ed25186a6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:50 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a04ef7a8533b0778d491e02cd727746525a467c3]

        INTEGRATION: CWS ooo19126 (1.37.78); FILE MERGED 2005/09/05 17:23:25 rt 1.37.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98b5f6e13dba4499f81e9f812dafd6a68386f899]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:50 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3486702117122fcb909c69ea5f1ecc3008ac7fa]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 17:23:25 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5bff27c3264b97e9d3b65da48faa7539e739eb8a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:49 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adacf8226dc6c840a9730e53683f2d7faf83360d]

        INTEGRATION: CWS ooo19126 (1.29.162); FILE MERGED 2005/09/05 17:23:25 rt 1.29.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41fb255655688646785487d4ee09a0c4e737e7fc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:48 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d24517dfe384bfae41871655205f700eb09995d]

        INTEGRATION: CWS ooo19126 (1.14.132); FILE MERGED 2005/09/05 17:23:24 rt 1.14.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e5bbcc1c83dbab50a7c07c07700f9cd85bdeb44]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:48 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [553bdb952c0d6b1c9f138bac77e9462f089c1b1d]

        INTEGRATION: CWS ooo19126 (1.11.74); FILE MERGED 2005/09/05 17:23:24 rt 1.11.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abeba02a9a6a780f3b6d286a5ca499482240465e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:47 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73d0980b4d1a578308d1e000e8c3f262e8014955]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:23:24 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [598d56aad439455939c792de5e93e9f84e0d6e32]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:46 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c577028f94b1c46d645e3820a23f50fb6a67893a]

        INTEGRATION: CWS ooo19126 (1.4.342); FILE MERGED 2005/09/05 17:23:23 rt 1.4.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50b78a4c260c5b4996f031991da903826a1bf86d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:46 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f37025d07bce3c5046d3ae94421b86dbf0d9a95]

        INTEGRATION: CWS ooo19126 (1.7.348); FILE MERGED 2005/09/05 17:23:23 rt 1.7.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [974c371605a71f6180488da55e6ea16c3c649caa]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:45 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a422a83fe2438cb80e79b6bb1336723ba481834d]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:23:23 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d172678def2ee0cea33fc762796a1e7ad79db13]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:06:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd34f14a73819b0ea4fa81adf0499b1700c3440e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:45 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8eb6db85310231bed92ca4f507f9cdb43b59224]

        INTEGRATION: CWS ooo19126 (1.8.74); FILE MERGED 2005/09/05 17:23:22 rt 1.8.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7adb98c41ef867f34ff8b2b92327ec5a42d85217]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ac7c3b56858df2dcac1100e736534a1e892b29a]

        INTEGRATION: CWS ooo19126 (1.23.124); FILE MERGED 2005/09/05 17:23:22 rt 1.23.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9db15319e9eff0df7be305a01a48056f9b31c03e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:06:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [720027d6d87f84ee2e89d08eea1b672bd660bb7a]

        INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGED 2005/09/05 12:30:43 rt 1.3.680.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [359e3d68ba95754ba4cc4067ff48bdd333e65dda]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:22 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e2cbef1cda05857b2e8a64ec513f3b80b1291d6]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:30:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae0704ecee8c207be93550fbaa3cc43588356688]

        INTEGRATION: CWS ooo19126 (1.11.198); FILE MERGED 2005/09/05 17:23:21 rt 1.11.198.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [044fd7a4f00a62d6c392670c71fcc2364ebc1e0f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c68729d5aa64d695a75793acb816f27c9b59ac5b]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:30:41 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4d2469aaaae16272c9bd66b9beb19ca22bff98c]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:23:21 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1778a40c10e5eb26b96c13ceac6541dcd8d85e59]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32e6b5392a161022e37224dadf85e57753b09243]

        INTEGRATION: CWS ooo19126 (1.11.558); FILE MERGED 2005/09/05 12:30:40 rt 1.11.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7c905b9aa6a8f3620bfddd884fc81ad6d994a1e]

        INTEGRATION: CWS ooo19126 (1.5.132); FILE MERGED 2005/09/05 17:23:21 rt 1.5.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bca676e047dc8f969f538714cd9ca1d5cd41c129]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:30:39 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a78e4aa81515c8791b9dacc9fc90bf54995add20]

        INTEGRATION: CWS ooo19126 (1.12.162); FILE MERGED 2005/09/05 17:23:20 rt 1.12.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f50a20c4c6bbfd0b9c624c831b4d8b5dc9e4dd24]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:52 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20f96a8308c416b3646c37595fc30b8d2b401f25]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f341eb96b5b4b8604ca8aeb6f27af47f51a84a1d]

        INTEGRATION: CWS ooo19126 (1.9.132); FILE MERGED 2005/09/05 17:23:20 rt 1.9.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01372a853673b73f759719aed51e0f8bf8d2f384]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 11:05:51 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [691cd931afa3dd4832d0af8cec400e346a2ec9eb]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:23:20 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [368268c85ad7f82128986fbf04e9c95ec92860d2]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:51 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d578a3059920b251ae9965683835e37e0e3d12c9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:30:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a155d53e9aaa03f3bfaa699cf30d7ba18bb022b]

        INTEGRATION: CWS ooo19126 (1.3.342); FILE MERGED 2005/09/05 17:23:19 rt 1.3.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4c6813dc6eef6084f27665e2411c8c9246adbba]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [deb40f6638dc04d6a579e4ede40234685ea30f6f]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:30:37 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fde825fae09f6a8af44bf00307e871986d67cb26]

        INTEGRATION: CWS ooo19126 (1.8.350); FILE MERGED 2005/09/05 17:23:19 rt 1.8.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c7970c01e52a9d237156350f4b155c90837c4f1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:50 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [106a97575a64887fb7955fb0ee57e37451a85a6c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:37 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e7d22fdae93e0acb0dc8b30c247b9d5e11df35d]

        INTEGRATION: CWS ooo19126 (1.12.162); FILE MERGED 2005/09/05 17:23:19 rt 1.12.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f109ba017fc81f18ea70129e163c07ed65a56283]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:05:50 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e8432aadb4024c9a3bb238eded1d4b41419fff8]

        INTEGRATION: CWS ooo19126 (1.14.142); FILE MERGED 2005/09/05 17:23:18 rt 1.14.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cd8264e042198f456d09480c6a0a929920c16c8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:36 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9faeac76becad4533e949ba58e510dc9582e46f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:49 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b03a5a18aa05480a76b11f8e0b15a2a03ee7b4d]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 17:23:18 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2eeabcdc4411498b65253f052d436ea3de58c5de]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad2b8be997dfce5f5fb4b0d8dcdcdd85ba07c642]

        INTEGRATION: CWS ooo19126 (1.9.256); FILE MERGED 2005/09/05 17:23:18 rt 1.9.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [441728106e7559b5c3f6ce46fbb656556531fa7a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:48 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc127d8f3e844062a857d6d32e4a76ddbf106434]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:30:34 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [caa3c5f3bb6ea2b82670d397cbd6b7822c5bd071]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:23:18 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50890de2b8db9a96a12ed9252739fda0b0684519]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:46 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [175bfe1620ce9c19ccf5219e9c5b8edbf0eef80d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:33 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b71ef487a47a0050811a856ad4f768ff3c660b]

        INTEGRATION: CWS ooo19126 (1.12.340); FILE MERGED 2005/09/05 17:23:17 rt 1.12.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34d45d326eebd28bd37d0675d499a1949ce293d2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:46 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d365b9c55483ea3c450c092361e6ac46f01a13ac]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:33 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adf9a9cf6e55977e26fbf7fa0a799887e48eb1e2]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:23:17 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ed29653c40e04b368ed509ff8f238a14e047c32a]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:45 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27bd8af032aed189fdebc91aa8ab8196117bfcab]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f44d1465d189af11cb906d2f6424ae6e2e78b59]

        INTEGRATION: CWS ooo19126 (1.15.340); FILE MERGED 2005/09/05 17:23:17 rt 1.15.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b2e5a8b98ebcd2a50b47afb71f0610ffa6f0c65]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:45 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f57132a0c69506fce358893b16afc3282938d0df]

        INTEGRATION: CWS ooo19126 (1.15.74); FILE MERGED 2005/09/05 17:23:17 rt 1.15.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec492bee45a0bc8ba3729000ea89572e1f109bec]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:30:32 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfa5002a8ed47a787331a8c5df101e9390f4e903]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:44 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6aeb6f998f8e89c7c7411705d13b734834316aa]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:30:31 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [786786804d2a985f1640d8bcca901f0ac1cf43d7]

        INTEGRATION: CWS ooo19126 (1.26.132); FILE MERGED 2005/09/05 17:23:16 rt 1.26.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e1dfd6be034d67445ddd8c42c6978344034fb2f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:43 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d39f555a8cf3913f92b75be6e52bbc0ca6f0a09]

        INTEGRATION: CWS ooo19126 (1.20.242); FILE MERGED 2005/09/05 12:30:31 rt 1.20.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb076d67249fe125d1dcabd2a1397115537544fa]

        INTEGRATION: CWS ooo19126 (1.20.282); FILE MERGED 2005/09/05 17:23:16 rt 1.20.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1091612daac8729a670485fa56f42db80b632eb5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5cd5055715eee366dba156abd6fa518231059bf5]

        INTEGRATION: CWS ooo19126 (1.8.162); FILE MERGED 2005/09/05 17:23:16 rt 1.8.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c782cc73406571c11f0025a1cb51ff7fbeb9b0c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:30 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcf1824e1624352a059e047de235b06b8f0dbd98]

        INTEGRATION: CWS ooo19126 (1.18.132); FILE MERGED 2005/09/05 17:23:16 rt 1.18.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89fff304c898ed9ad4c68abd07c7c8902c11b759]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:05:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37831b433012a41006ac19cba5a125c0ea13765a]

        INTEGRATION: CWS ooo19126 (1.15.78); FILE MERGED 2005/09/05 17:23:16 rt 1.15.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c447cccade782e09b1ef827eb39e4c8df41f9f1f]

        INTEGRATION: CWS ooo19126 (1.5.230); FILE MERGED 2005/09/05 12:30:29 rt 1.5.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa5eb557bb741597fdf352849ad993e72033ef8a]

        INTEGRATION: CWS ooo19126 (1.14.74); FILE MERGED 2005/09/05 17:23:15 rt 1.14.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e43e05eafef07b2e9529a700c1ce28fb773c573]

        INTEGRATION: CWS ooo19126 (1.17.230); FILE MERGED 2005/09/05 12:30:28 rt 1.17.230.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [448e64970ded8cd871257f6faeb325236f57738e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ac84bc3c92ef84b50cec6beacc805c5eb27b2ee]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:23:15 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f35e94a428c520fc0c2070b403acb751e430f72]

        INTEGRATION: CWS ooo19126 (1.11.178); FILE MERGED 2005/09/05 12:30:27 rt 1.11.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34addcd1955d21649a327a6fda3a3a4e4179be38]

        INTEGRATION: CWS ooo19126 (1.3.112); FILE MERGED 2005/09/05 17:23:15 rt 1.3.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39708e51fba062e9c0178849cf04f688d62f0549]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4051218f377fbb316dada309e9b55fbfa3490f3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c68b38e83308a821d2820ce66a5be2b4b7d97bc]

        INTEGRATION: CWS ooo19126 (1.17.326); FILE MERGED 2005/09/05 17:23:15 rt 1.17.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f97d8a11ac0e0aadee65d3ca8639db7dbbc18fc1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:25 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6607d7dbbba2b7225416ac29f12863ee3d4e643]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d932880e4018b4df703fe99b1c0b027fcef861d4]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:23:15 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87743aa1315b16a7f9f7d62f63d0c28ea9c0ba49]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf6bf3a32d5ff01c070842a2f88de29f950b149e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e1e7a72794f84ccae2d5a6a5edc0bd4a0dcb0fd]

        INTEGRATION: CWS ooo19126 (1.18.320); FILE MERGED 2005/09/05 17:23:14 rt 1.18.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d86a12dc75167767faa5e0e3a0ba4b37ada282d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee68856e7ba0ce8b321c501a907926cd1455c0c7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:05:36 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2be9702a4e69289bd25196e1d4ad5754996091c4]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:23:14 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fe1ff522e52c3c3f1a516dfcbd4fa4e8574dd8f]

        INTEGRATION: CWS ooo19126 (1.15.332); FILE MERGED 2005/09/05 17:23:14 rt 1.15.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf6fcaf924b1c9c7167f7ccb8f49cb369a1a5119]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23ad84fa8c051770b6ff7e0439200bb81873d6a7]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 11:05:34 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9c288e580199ee0eb8f8e3fa92ec7eb604f853f]

        INTEGRATION: CWS ooo19126 (1.15.132); FILE MERGED 2005/09/05 17:23:14 rt 1.15.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1985863ac98e6b625e62f79cb0744e290ca29320]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:34 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88565c881ef3423f64e3f41849ff196a4a3ec436]

        INTEGRATION: CWS ooo19126 (1.8.340); FILE MERGED 2005/09/05 17:23:13 rt 1.8.340.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59b907300edcaf839d52180d3a729dc4994f86f8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94141acd7f27e21624b46b34c5e1a70f70900aa0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a81cbac7f1bff897976dad44381eac46294a1afe]

        INTEGRATION: CWS ooo19126 (1.19.250); FILE MERGED 2005/09/05 17:23:13 rt 1.19.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b4199bbc88c3d9330a3fa07f13f38f6ef8aa871]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:21 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [537ea9c47aaf9b75370378a935d35827e19bc53e]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:05:33 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6139a1494b6d009aa20e9faeaacdb8db35bc3f6c]

        INTEGRATION: CWS ooo19126 (1.4.332); FILE MERGED 2005/09/05 17:23:13 rt 1.4.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13e5ed70ce21b16e69ac5ad126a15f7d75c5a397]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:30:21 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69cbcddf1341f3bed2a176fbbbce83b2fb8001d9]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc487ca344c456190ddc57c6a47fc6ba015b7397]

        INTEGRATION: CWS ooo19126 (1.16.74); FILE MERGED 2005/09/05 17:23:12 rt 1.16.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab98feb11183f82f52713607a726cd0891b5ba5c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:30:19 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [941f6c71aeca08f50309ae001f622d51cb6c85c0]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:05:30 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7f6466a25515800b34594a3436f75a554279111]

        INTEGRATION: CWS ooo19126 (1.22.132); FILE MERGED 2005/09/05 17:23:12 rt 1.22.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [93c05ec24ec0bb3d77702954cfc04e1154ba6f60]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:30:17 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f289ee75b7a3bbacb48331feb023800a568226e4]

        INTEGRATION: CWS ooo19126 (1.6.126); FILE MERGED 2005/09/05 11:05:28 rt 1.6.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebb5c9a36cdec1ee7eb24c4bd4540743c32ae14e]

        INTEGRATION: CWS ooo19126 (1.27.178); FILE MERGED 2005/09/05 12:30:15 rt 1.27.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a98de033beb6106963b250c067aa41b6cce5180]

        INTEGRATION: CWS ooo19126 (1.22.160); FILE MERGED 2005/09/05 17:23:12 rt 1.22.160.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b18fc29250c7826d7b8ed8e7078a8bb5a0fb6c63]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:05:28 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0832489a33b64ded927543cf1f45d536849a6eb]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:30:14 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65ba7157f64b6afd2fe4dd6cf5ac45dec13142eb]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce008052c5418da6fefa4cfab79562b73290f2b5]

        INTEGRATION: CWS ooo19126 (1.9.332); FILE MERGED 2005/09/05 17:23:11 rt 1.9.332.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1348988134ed3e9cbce2d8629ffeacfb55cdb545]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:13 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bb86759207464b43efc4c24b29ca2e87563ecd2]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77fad5597242389ee8cc02b906325bbc019ae915]

        INTEGRATION: CWS ooo19126 (1.5.342); FILE MERGED 2005/09/05 17:23:11 rt 1.5.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f70fdd980215db97eb245d81e03735c53c0025f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:30:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8cb56299adf6f14721f325ed89a24a7024062955]

        INTEGRATION: CWS ooo19126 (1.23.124); FILE MERGED 2005/09/05 17:23:11 rt 1.23.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3b254431a923f1e66d8b1c3dc3b27c0c1ce5124]

        INTEGRATION: CWS ooo19126 (1.21.50); FILE MERGED 2005/09/05 12:29:19 rt 1.21.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6d731f6c6e485923d8cdc6445335148abd8f4b8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:26 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [277c94d74995bbcefdffa60a4b5980f31d902876]

        INTEGRATION: CWS ooo19126 (1.3.350); FILE MERGED 2005/09/05 17:23:11 rt 1.3.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff6d6566289473e91d10132b7e7232acde3dc582]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:29:19 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8e4c60180682ee73cbfc0b3a2f3ff064f730bad]

        INTEGRATION: CWS ooo19126 (1.15.74); FILE MERGED 2005/09/05 17:23:10 rt 1.15.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37724e52201879a4f2840d8a48077f7e042852b6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:19 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df852755012db59b8e3905f7e061c6bab03efafa]

        INTEGRATION: CWS ooo19126 (1.14.74); FILE MERGED 2005/09/05 17:23:10 rt 1.14.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0894e003d6f509ce3787b2c7b4e5380ead8ab0a2]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:18 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [562522d28fd2729f0d8cb7bf5bfd9ab1cd28da5b]

        INTEGRATION: CWS ooo19126 (1.13.320); FILE MERGED 2005/09/05 17:23:10 rt 1.13.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f625e91b3bdf007cba0bccf54a3530d1bdc7f288]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:18 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e68e5bd6923bf636f5d581f80bb50590cc857893]

        INTEGRATION: CWS ooo19126 (1.30.74); FILE MERGED 2005/09/05 17:23:10 rt 1.30.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e8f9188aee69db4c335eb25fccb593ec4d89624]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:17 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb80a9266bb59ab4ce2cfa8566d72d00661a26b7]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:22 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f79e16d4b14df401b25ea0f3e27883e8b8847b97]

        INTEGRATION: CWS ooo19126 (1.32.320); FILE MERGED 2005/09/05 17:23:09 rt 1.32.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1435b3e19bd75212efb99e0937b5eb667705fdca]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16f1467ac1e9e8613a5afe4a90d0cedd528c41c6]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:21 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0485a9765b2fba698797f3bb1344aaf10fff305b]

        INTEGRATION: CWS ooo19126 (1.5.322); FILE MERGED 2005/09/05 17:23:09 rt 1.5.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6400ea4b878aeb0744fc65d1c70502205954adc0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:19 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe3dc8cfd7fa5e8cc202d4db56a0157f469f2137]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:29:15 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1df8bb64ddb9d2341712b220cf7fc855acbb8b62]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 11:05:17 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c506267d189c8515a68fd5349ee407fb5f9c3e1b]

        INTEGRATION: CWS ooo19126 (1.4.322); FILE MERGED 2005/09/05 17:23:08 rt 1.4.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bdd79b0886f38bc74cd626a59d70ab9544c932e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:15 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [748dfa32ffaef38c79c9666ecb428ba5945c7d02]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95e24ecd2c8373ce3806354a77bb0794d970411d]

        INTEGRATION: CWS ooo19126 (1.5.322); FILE MERGED 2005/09/05 17:23:08 rt 1.5.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98475303b1003cd82b1df075a676645ac8101ada]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:14 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c08a1b03ce815ff23d1eff86edab57a4a2a3df64]

        INTEGRATION: CWS ooo19126 (1.19.74); FILE MERGED 2005/09/05 17:23:08 rt 1.19.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56d515adc1744b9cfed2fa43ee32a9a057358986]

        INTEGRATION: CWS ooo19126 (1.6.126); FILE MERGED 2005/09/05 11:05:14 rt 1.6.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c383ceb1ec3e872829b72b902cbbea439903164]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:14 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a4a2a38203df030e82e163e65654665712bb755]

        INTEGRATION: CWS ooo19126 (1.5.126); FILE MERGED 2005/09/05 11:05:11 rt 1.5.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac9e8c6ef95f0bdfd92a3167aea22e9656294819]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58a695f5764b8c8090b14f6d7455bd97a18b31fd]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 11:05:10 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eff46566c551dfcfba2267b6047524320d37f52e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:13 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9925363fb97fb225fb01cfd8d2a9fb0dab9f4c3c]

        INTEGRATION: CWS ooo19126 (1.19.74); FILE MERGED 2005/09/05 17:23:07 rt 1.19.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc15cb03741fbd4fc0139c86c6c94e1c49884fc8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:05:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a1b3d15ff96f0457f95be464ffc10e2fba65116d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:12 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebe4586cf65291c22dce597f1f17bff39a0f437b]

        INTEGRATION: CWS ooo19126 (1.8.74); FILE MERGED 2005/09/05 17:23:07 rt 1.8.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52be7e6936cef8b4cc7d73db126bf2599b96a94f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:05 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f46db1357456f4a4884ed1ecbf6a02cb488d98c]

        INTEGRATION: CWS ooo19126 (1.11.342); FILE MERGED 2005/09/05 17:23:06 rt 1.11.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6075898fa859375d7259b9be0de66e8ed5385a2a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:11 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a2b34ac3029870850cd4df389a7cb63c0842e21]

        INTEGRATION: CWS ooo19126 (1.9.74); FILE MERGED 2005/09/05 17:23:06 rt 1.9.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6a5b87c119f863fa13b8390760fd8124098e3699]

        INTEGRATION: CWS ooo19126 (1.6.342); FILE MERGED 2005/09/05 17:23:06 rt 1.6.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b97abb1c39b54d33f97bbae79c451104a17f15f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:05:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e81890641c4b0a25347748079ab01900a7e71954]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:10 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d68c9d151a15ca36ef54df2ee05efd5afdea1a1]

        INTEGRATION: CWS ooo19126 (1.4.132); FILE MERGED 2005/09/05 17:23:06 rt 1.4.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28590886a6a7cab78eda426e86001600d46eb6f9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:10 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3d395ccce8a50146446bcf922b74dad0d593273]

        INTEGRATION: CWS ooo19126 (1.19.74); FILE MERGED 2005/09/05 17:23:05 rt 1.19.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cac5eb1d8362a6c944d365356be35b2f68853f08]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 11:04:56 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb20971bff3e4c9b93101e77b1c8a03f7fdfd6fa]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:29:09 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b3bb87a0e989869e2f600b747145a0e427fbc02]

        INTEGRATION: CWS ooo19126 (1.9.74); FILE MERGED 2005/09/05 17:23:05 rt 1.9.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76966d2359d60a0463209229fa82bc3d89b501a7]

        INTEGRATION: CWS ooo19126 (1.17.132); FILE MERGED 2005/09/05 17:23:05 rt 1.17.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abbd13292208f8cdc266a2af98eca968f9d08e61]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:04:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c69627b183804a51dd77ec0cf329e1cdf672b558]

        INTEGRATION: CWS ooo19126 (1.16.74); FILE MERGED 2005/09/05 17:23:05 rt 1.16.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb6b69e3b7baa6d707fe740e08e511cd764f9b72]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:08 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1511564527a76138d0a55b01406356b9057ac8a9]

        INTEGRATION: CWS ooo19126 (1.12.74); FILE MERGED 2005/09/05 17:23:04 rt 1.12.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6dd5e007f4e86e43134aba34cff95b83393c8e7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:05 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f325115a7d2bdd2192704cb3bd3b12976b94a47]

        INTEGRATION: CWS ooo19126 (1.6.132); FILE MERGED 2005/09/05 17:23:00 rt 1.6.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bf10076b5ebc3d7a7fd701e829c4952057b7828]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:29:04 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd32c1af84d4c043577900765c5e680c4622f6cf]

        INTEGRATION: CWS ooo19126 (1.6.322); FILE MERGED 2005/09/05 17:22:59 rt 1.6.322.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60bf3ebe2b4bf9262c476e34fe7398eebc22a0be]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:04:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b37f03ad4c325c646477822aa90246556c1b3431]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:03 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ec3e25fedf0cc1d112540b84467be86de078ada]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 17:22:59 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d8514ae7692e7c3916c0620478ca7112c5e30ed]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:02 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5acb94d640ff33080e169b3f9473350a10c7f8ad]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:04:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68b827326c21cf3e3a428135d26abbb7aae2d5b5]

        INTEGRATION: CWS ooo19126 (1.2.324); FILE MERGED 2005/09/05 17:22:59 rt 1.2.324.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74269aa65ca65c31d45f4d4592cd2af4aced9d9d]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:29:00 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2b8a5e31a3b674a53bb12ed990493fcd23fc775]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:04:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1ddc578974bbd5547b646d6438eff0190154cfc6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:29:00 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e74f666924514545b22273879d13ba8be51d27ce]

        INTEGRATION: CWS ooo19126 (1.5.186); FILE MERGED 2005/09/05 17:22:58 rt 1.5.186.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fae9d968f84f685948206b34f9980edbf18564b6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 11:04:40 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48f845ba57a6b098aca2a6eeee8eddadb04bfe98]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:59 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e123eb4166bd329abfd0129890a6cb9c54b5a38]

        INTEGRATION: CWS ooo19126 (1.8.256); FILE MERGED 2005/09/05 17:22:58 rt 1.8.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02e6ede4fa706918b8c6a14d66e138b79e934692]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 11:04:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac942c75810d9d6b6f2bd8c02f566fc887d33de2]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:58 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42742c105058fec768633edc17b3f4a331817a65]

        INTEGRATION: CWS ooo19126 (1.4.282); FILE MERGED 2005/09/05 17:22:58 rt 1.4.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [390e68a4c807b0e617c331e8f34daeb38bd064b2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 11:04:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a85200bb0e79276dc1cead0e2c983ff41c0bc9d6]

        INTEGRATION: CWS ooo19126 (1.6.94); FILE MERGED 2005/09/05 17:22:57 rt 1.6.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d84ccfc4d85f171613103b641df3b7b446bbbf9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:57 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d2b44346d5c60741ada592044b8969fd0fa2c01]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 12:28:57 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57bb0a3495ea06a314486e6614f13bfcfc406804]

        INTEGRATION: CWS ooo19126 (1.7.94); FILE MERGED 2005/09/05 17:22:57 rt 1.7.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e2a5000bc400399bc50cab5404702e45407ac77]

        INTEGRATION: CWS ooo19126 (1.7.192); FILE MERGED 2005/09/05 17:22:56 rt 1.7.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35293ad911cf8e0e655d8d6c023f39d5673ff7d3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:56 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb94b2e6b5c1ba64cd5a331a9d13fe23d03d1168]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:56 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [911fe23ffcfd1800af577602bf133a075656e563]

        INTEGRATION: CWS ooo19126 (1.15.282); FILE MERGED 2005/09/05 17:22:56 rt 1.15.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e771f9c0d806885c8880eb8cadb4d088d8b0f7ba]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:55 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86366466875b34e471a0ce39f1b19bfecdf93b0f]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 17:22:55 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [36bec0a78a3d23f6eac941122a6cb1b679cd59ff]

        INTEGRATION: CWS ooo19126 (1.24.132); FILE MERGED 2005/09/05 17:22:55 rt 1.24.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe70a3dd2de0fbc3da6b60ee2ec236342e9bfc6b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:55 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [528a6d2b868b635adb7c44cfe5de4009c39f3019]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:28:55 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d1c3b7dd4fca033f1da432c36732ebb07e10c64]

        INTEGRATION: CWS ooo19126 (1.13.98); FILE MERGED 2005/09/05 17:22:54 rt 1.13.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79ec59d8275f63154679e5bbb41b3f20a6c4f32c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:28:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3eadb6e8e8236d41052e367d81cfd2f320b8970]

        INTEGRATION: CWS ooo19126 (1.55.74); FILE MERGED 2005/09/05 17:22:54 rt 1.55.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3b00587656650c2f6a2e18ef093745e43962953]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:54 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f12c389ff696acb5c8ce63d619269b962f4b54c2]

        INTEGRATION: CWS ooo19126 (1.12.94); FILE MERGED 2005/09/05 17:22:54 rt 1.12.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d30bc55cfc49eec8612ceb7fc35070cc6897be8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:54 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae7ab88b4d46ab3ebd257fa0520f9f1da10d10fc]

        INTEGRATION: CWS ooo19126 (1.22.104); FILE MERGED 2005/09/05 17:22:53 rt 1.22.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e623ff9281e7e46613faf2f094e5211d512d539a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:28:53 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [337d0e6d58be65192eefd10496acb986d3d52a87]

        INTEGRATION: CWS ooo19126 (1.8.282); FILE MERGED 2005/09/05 17:22:53 rt 1.8.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52bcb05b7d17cfd5edf285cf2e395ae5c4cdd415]

        INTEGRATION: CWS ooo19126 (1.5.270); FILE MERGED 2005/09/05 17:22:53 rt 1.5.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79807b105049f8b64fee4e8ba466835fe1de7ea0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:53 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a432b296f443df916a6c748009a548436caae269]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:22:53 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b40c4235945b5c249bbc6a54b4b5e831d43b00c5]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:28:52 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20272ea548c323d9cc34ae2da2387e9375ada0b9]

        INTEGRATION: CWS ooo19126 (1.5.326); FILE MERGED 2005/09/05 17:22:52 rt 1.5.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28e019b8a98fb4be86ab733e754c2dac85e086c2]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:28:52 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [069bd55594876edcffd9655f6f7d5c5309c5ea3b]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 17:22:52 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b5f5b452c9e72dd802babcaaf10b08ffffeaa1e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:03:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cf037a5ed8e296f030b0f3381fc67542f71bc6a]

        INTEGRATION: CWS ooo19126 (1.2.270); FILE MERGED 2005/09/05 17:22:52 rt 1.2.270.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61ce9b44f1b8ed4a65b66deb2a4270f49f7ec7d1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d65b14c57c2d62adf4bf23d68b6efe9c8a40559]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:22:52 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f2abda363b4d99a17c40c9d513f3683d9546c7d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:50 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [544290671a051f637f4489c0e81d5f23c25c84cc]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:22:51 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcbf848a729a1496c2eeade334aec9563eb07131]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:22:51 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4d53858a2806c73b03979ed9c020aa49046159e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:50 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [583be3b2f23b874a9338ddda135a92017cbaa6e7]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 17:22:51 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df805ef363d4949206d659b0cbf36b5bc13d2ca7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:49 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3e300a8c78403e85f3275404f9b7ceeae415b79]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:49 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [381e94ce4fdf49f12caf500bd9211f7493a7a951]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:22:50 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d4c9070a8667c939b26964a8d49e198330567d2]

        INTEGRATION: CWS ooo19126 (1.2.282); FILE MERGED 2005/09/05 17:22:50 rt 1.2.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9b0fb6b05ec836214f53c6ea65a986f46746be7]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:48 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f2648b015a88e6b9194956a0e4ddad5dadea89c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc7f7a6a8d1773cd107de3f63361609b1a8b089d]

        INTEGRATION: CWS ooo19126 (1.4.326); FILE MERGED 2005/09/05 17:22:50 rt 1.4.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f16a5310b7683bb41f51deb3dd1c2fb16b42204]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:46 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a0f331b91f6ba11dbfd796e5910300b2d7dfebb]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 17:22:50 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2474b6d12135749be1ec0977f704bd18a1af60a]

        INTEGRATION: CWS ooo19126 (1.27.66); FILE MERGED 2005/09/05 17:22:49 rt 1.27.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50e84e758bc886ff3572356022726567703f3109]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:46 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da46981738950f67205a5066bcb0cea635dcdf08]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:22:49 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41fae60a8b75e5994d1ffadeb705d34321205f18]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:28:45 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [162b013bda81045185f8015f81b591973a1cf093]

        INTEGRATION: CWS ooo19126 (1.17.112); FILE MERGED 2005/09/05 17:22:49 rt 1.17.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [daf581ebfb0c787d69ef817c8ec91259c6ed9fbd]

        INTEGRATION: CWS ooo19126 (1.12.78); FILE MERGED 2005/09/05 17:22:49 rt 1.12.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3faf9bcdd475f16a7c30e50bf81b38c60d07af36]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69fc76c00d153a6d45531ac73b8d26a60788fb3b]

        INTEGRATION: CWS ooo19126 (1.10.94); FILE MERGED 2005/09/05 17:22:48 rt 1.10.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f055ccb2109c40d29fc630cd87f51b89dd5170f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:43 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b48acbf597a3fa8d650439bbb2c2626343a454ca]

        INTEGRATION: CWS ooo19126 (1.18.78); FILE MERGED 2005/09/05 17:22:48 rt 1.18.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8ef16adfc0d37702aed93e76598f9945f58fba5]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:28:42 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a832a16a3a1e1c083cdb768f39ff7ceb3f53edd1]

        INTEGRATION: CWS ooo19126 (1.1.328); FILE MERGED 2005/09/05 17:22:48 rt 1.1.328.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcb26fb4fb7f830c95d491995e4de20523d38e05]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:42 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52f1e7785b7f55f8991aeecce7fdc269a178bf64]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 17:22:47 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f662ba8999e4a916aef36c4c7f53ac23a0416c1]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:28:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd1423471a6377c64793fec494558516f639a193]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:22:47 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [631dcb36c6051bd95e825291d5f3717e72bab77f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:41 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d19b36cb3d5022e1191149289c1139542fffdba8]

        INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 17:22:47 rt 1.2.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [802ea2fc5b58fa30dabfe8178feb4f9bdaba62aa]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:40 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba5a43ac8194784abea908a3a2947a5af0d65714]

        INTEGRATION: CWS ooo19126 (1.2.200); FILE MERGED 2005/09/05 17:22:46 rt 1.2.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbbdb1a7731855cde0ae755edbb83d20a7cce3ad]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:28:39 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf809d0fad9f7200ea71c976e066e873cbcb8905]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [721036508eb21574ac2e4bbfbca01f2b248fd3aa]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 17:22:45 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f7a93f7cb7b8f340421eb7449ca74918b6a168a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6b4f5c86c8983293651eab07a378851b7aa212b]

        INTEGRATION: CWS ooo19126 (1.2.362); FILE MERGED 2005/09/05 17:22:45 rt 1.2.362.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c755e3ad63e62a0d84ce30cebc398fe7f7513b91]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:37 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbf61b8528880f74274a7e2e4a0e5c710b7a26fb]

        INTEGRATION: CWS ooo19126 (1.11.132); FILE MERGED 2005/09/05 17:22:44 rt 1.11.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d441628f5d4af87693b38e4e7b87e6af9a7a595]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:36 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa091a6f379b50f6efb3a24b7c9e63951ca93786]

        INTEGRATION: CWS ooo19126 (1.6.356); FILE MERGED 2005/09/05 17:22:44 rt 1.6.356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a1d2c154e3df620386b2c767b33ffcda9f9fb56]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55af74b61f1989765d60d968bcdd1814462f66dd]

        INTEGRATION: CWS ooo19126 (1.9.342); FILE MERGED 2005/09/05 17:22:43 rt 1.9.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55c0692fd034055fdc764e887b5ff791217eb51e]

        INTEGRATION: CWS ooo19126 (1.5.356); FILE MERGED 2005/09/05 17:22:43 rt 1.5.356.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62dac73664e7a564c1ca34eb2d43f55106c18f18]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55032ef91230c9821ce12a5f61c6533d97acd952]

        INTEGRATION: CWS ooo19126 (1.9.342); FILE MERGED 2005/09/05 17:22:42 rt 1.9.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c8cb3376bcf0d6731459cda5548e153f2f3f0a4]

        INTEGRATION: CWS ooo19126 (1.7.342); FILE MERGED 2005/09/05 17:22:42 rt 1.7.342.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8ad5968bd47fb4cd5aefc104bda9e61b818e5f2]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87257b625c2be17687a22fecc463b1aeb6e60b59]

        INTEGRATION: CWS ooo19126 (1.7.352); FILE MERGED 2005/09/05 17:22:42 rt 1.7.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63319097359047cbd1781f006a2d6021669fe1b1]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:28:33 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [157987dea549a0d48b3f4c52a2792e669be702e7]

        INTEGRATION: CWS ooo19126 (1.11.326); FILE MERGED 2005/09/05 17:22:41 rt 1.11.326.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06111d427edc0b54e6abc3ba2fc1394523819783]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [173350763ebfa2e782d27cceb58143ef14297bad]

        INTEGRATION: CWS ooo19126 (1.21.74); FILE MERGED 2005/09/05 17:22:41 rt 1.21.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4342a68852511952b87da2d28f907b7fde2dc719]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:32 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c3c379b0d2c39890184931cf4926f8492bcaa38]

        INTEGRATION: CWS ooo19126 (1.8.320); FILE MERGED 2005/09/05 17:22:41 rt 1.8.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f14d87f04c43b3117d12f43d0adcac508a9c9a20]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:31 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9679e22d862ea3d15fbb90ef8ebd799f5af453a4]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 17:22:41 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc0f892fe3c6e076c0d406651671c29816aa38e3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:30 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfa2daf08925009fd854d059c13a6daca5acce78]

        INTEGRATION: CWS ooo19126 (1.10.78); FILE MERGED 2005/09/05 17:22:40 rt 1.10.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70291a4fb3e316405149d46e1a16c6173f512da5]

        INTEGRATION: CWS ooo19126 (1.5.104); FILE MERGED 2005/09/05 11:02:12 rt 1.5.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [330f965d03827cfecebfaf3fdcc54f60c7d8ab7d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:30 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7041cd2f943727dde1f2b076a2064523eab5c93b]

        INTEGRATION: CWS ooo19126 (1.17.62); FILE MERGED 2005/09/05 17:22:40 rt 1.17.62.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e40ffb777268e0bf9552796b54c3b6fb5610814]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:02:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd8b5da011a12307d8ab94f3619e3bf4558302d8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [147c52b790bf2a58992e6c1869d8a6341d64f8a2]

        INTEGRATION: CWS ooo19126 (1.16.124); FILE MERGED 2005/09/05 17:22:40 rt 1.16.124.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46eabdf60ed76f9036d2e69db97487a151d871f2]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0add88cda15c8525a387677c9f2ccb399ad0f1e3]

        INTEGRATION: CWS ooo19126 (1.18.40); FILE MERGED 2005/09/05 17:22:40 rt 1.18.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [014de30fc17bf973e106d7f1404de704cd037cd2]

        INTEGRATION: CWS ooo19126 (1.4.192); FILE MERGED 2005/09/05 17:22:39 rt 1.4.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4c4c0e2c71eea90e807cfabe81dbad91f4845a9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:28 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dca67e78185079e7a6f49bb98100ea1520770c71]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:28 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [beb7c878e45ab2b7dc81d831951a2343fd59c652]

        INTEGRATION: CWS ooo19126 (1.27.78); FILE MERGED 2005/09/05 17:22:39 rt 1.27.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d69b46867d9a817733e21ff8688e7eb4b0978bb9]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:28:27 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87a7ac816f129ca1800d464b7448f857471ea488]

        INTEGRATION: CWS ooo19126 (1.11.94); FILE MERGED 2005/09/05 17:22:39 rt 1.11.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6dd712c86de7998718131bf981d6fe574c129296]

        INTEGRATION: CWS ooo19126 (1.12.104); FILE MERGED 2005/09/05 17:22:39 rt 1.12.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f844acd84c5594afbd2624d9e6302b275f4d9a2]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9d2bd8b413c2b828e412db3539cda0dcc9ddd8b]

        INTEGRATION: CWS ooo19126 (1.4.282); FILE MERGED 2005/09/05 17:22:38 rt 1.4.282.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58aff3ff4f1ad63f33bc2a85c14b8b2da5ab6209]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8514ec15bedf347fe71af4960306f4d18851db2d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdf4c7c49ace68bb421d2cff02efdd262d455d28]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 17:22:38 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df9e8857b134371612137dea6e6338a326785dd7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:23 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af819ca090bfd172db839f945a7840c0afb515ab]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:22:38 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ee0024efd4b0663b7439eaf5054d6bb99b291ae]

        INTEGRATION: CWS ooo19126 (1.2.422); FILE MERGED 2005/09/05 12:28:20 rt 1.2.422.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98c98121bb70adf8a17a4fe239dd6f94f057f5ca]

        INTEGRATION: CWS ooo19126 (1.1.320); FILE MERGED 2005/09/05 17:22:37 rt 1.1.320.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bef4b9c675f800f24461004511e9a001cd7c165e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:17 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [15bc1adfd01bdb899d8d6169592a18736739fef0]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 17:22:37 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5f025461d0e144f10bfe7a80cde341369d0fb3d]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:28:17 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d567ac7910c457147562afcb86e80aac9a5e3b30]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a5a4469500679f8cc6a3aaf7463f61eedc4aaa8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:16 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42d25387bcf5cb1ecb0299c63a18eb6e524757b5]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:22:37 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f0a76127e92333cca8a26e4c1403bb99835ecd0]

        INTEGRATION: CWS ooo19126 (1.1.352); FILE MERGED 2005/09/05 17:22:36 rt 1.1.352.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f582c885ddc0e7014b96b266d75fa83dd8b10d4b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5bdb0353362fe7e5398dab0fe068d56884acf41]

        INTEGRATION: CWS ooo19126 (1.11.112); FILE MERGED 2005/09/05 17:22:36 rt 1.11.112.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [531691c9c9eecf3e87be7d676bca17ee99aa044e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:15 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0ee4c89ecec28dc4c7e5e0bba56adbcdb97a735]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 17:22:36 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb4c57cdad3b4f254055f67f0287b6d848cf4d78]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:14 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bbd12b2ff434637408cbac8754774f46237d3aa]

        INTEGRATION: CWS ooo19126 (1.10.144); FILE MERGED 2005/09/05 17:22:36 rt 1.10.144.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1bce3eaff5d6e4a0a23d58de4af412c8081af8cf]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:13 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27140edc615dea59217687ef96c5dc14bc01db0d]

        INTEGRATION: CWS ooo19126 (1.2.350); FILE MERGED 2005/09/05 17:22:36 rt 1.2.350.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b824b87f8496aadd64d281aa787410a03476134]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:12 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6e1f571d2d153716fe2a58762fe9b3101b9f989]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bc44101c98a8b0e181cab87724bdad27eb46b35]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 17:22:35 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34e4ef2cada168af8478f15c411548d974bb3f9e]

        INTEGRATION: CWS ooo19126 (1.15.178); FILE MERGED 2005/09/05 12:28:11 rt 1.15.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9f241244fb953e3aac727dd6eba9e6452ebb472]

        INTEGRATION: CWS ooo19126 (1.16.132); FILE MERGED 2005/09/05 17:22:35 rt 1.16.132.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fa2c6a8798c38a9ce5c862a8f12c50a23c0e929]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:10 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a731506bf66fe07264801982cb52700051439e34]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 17:22:35 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acc00d470a48a13d0df49f3ca63e017314c05f35]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:10 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [699921080868231653b1c48c37b89341b0f81db3]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 17:22:34 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e9c845ffea6a6bc5130cb998fb7491d37c3f1a2]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:09 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16c86daa39827602b852b03a19e6ceffd84add6c]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 17:22:34 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [025170885818baf4097f4349f280e22251d43a50]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7181bcb82f1fc294a390ab31c9c9c5b6a19cb6d]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 17:22:34 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08bf7fd7cbd3da582717922312d269ce06a07760]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:28:08 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2323008dccc9622f035392682b1293d7610dd448]

        INTEGRATION: CWS ooo19126 (1.10.108); FILE MERGED 2005/09/05 17:22:33 rt 1.10.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c111242c30d8cfd8e771cb655427ba4252a9a95]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:01:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea015928fa26d85221a6f604418573b8828f9e84]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83dac063441a865b3251b2f73c0a9ee604361e00]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:05 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b1d4001861922ad7e51c05926bf2ad7f83d5094]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:04 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84f6f914d4b3213550be756a4443a9557b97eac7]

        INTEGRATION: CWS ooo19126 (1.5.240); FILE MERGED 2005/09/05 12:28:04 rt 1.5.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3216720e65fdb1e9759c7d0f377e3c3cc562a6a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:03 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [926ea5276374411ceceab80f6daf81f8637f1e8b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:28:03 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [710d3ed99f84664c8f79a3d3a0312205ca6c3b7e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:28:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07a814e53e43eee4e330c7c12b8fd96e91d84cda]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:02 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a97825d60b80e402cfc79ac34dd299e1bceaf759]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:28:02 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ddf1904b44789da08a3ec9e329d60de6b7d1451]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:01:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66cdf81c8d4225b80605a21455b8d547c18ba0d9]

        INTEGRATION: CWS ooo19126 (1.1.244); FILE MERGED 2005/09/05 17:05:55 rt 1.1.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c79b89ddfab448d3b15be504963c8f0d71f2e42]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:28:02 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cae7a951132a79175c759d3d7cd68060aa7c29e8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:01:23 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d7573106816ea5aafd8afaea3278033d06fc967]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:28:01 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39e34badcc9bd23bc082dd7c370e3b30a6cd25b4]

        INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 17:05:55 rt 1.4.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68b58567061f69f7f988020bf4b13ea9eb4d485b]

        INTEGRATION: CWS ooo19126 (1.8.266); FILE MERGED 2005/09/05 12:28:01 rt 1.8.266.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64e79a9164eaf996f0b15678873dc17d748f8f99]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 11:01:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9349d16b4f11465a890a7c03022d63ada15eb76c]

        INTEGRATION: CWS ooo19126 (1.2.244); FILE MERGED 2005/09/05 17:05:55 rt 1.2.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f6fc3eebd6376d9d6940bdf497ea6b9cddc006a2]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:28:00 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7e74f2356c33f4d6eaaa89e3e4a14e57872d51b]

        INTEGRATION: CWS ooo19126 (1.3.244); FILE MERGED 2005/09/05 17:05:54 rt 1.3.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a65a921acc4cad13fdc3f775773996340ee4fa8]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:28:00 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa45f8e75239c71bf02a7cab1f319334d7658687]

        INTEGRATION: CWS ooo19126 (1.1.244); FILE MERGED 2005/09/05 17:05:54 rt 1.1.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a853c0f712b4ac7b16b5c3e2985e2b6838da123e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:59 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48a013bb449435e580376c61da4f7b6d4e361e73]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:58 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1db3890c52cccdd53348124fdd1bdcd541b38cc]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:05:53 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe7b4be2e8100dc562c24e0faab4754a8a0d5a5c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:58 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47040c627395ba23ab5ea5375efb3a978d01e53d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2d95fdc532851878d3b6ddec54e28b0082d3ce14]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 17:05:52 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fb9398974382b01efda912e994b8e16eb24038f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:57 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [799b5033bd63e77446d2ba72d2fe9a5cc043395e]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:05:52 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab340abe95b9d4802de65fe94d63957f6b8c73d1]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:56 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6159e08228ac62d6b335854a44b6daf5d748ab8b]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:05:51 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1347b26b4e35b7a956ed4120a822cfda125e5596]

        INTEGRATION: CWS ooo19126 (1.6.240); FILE MERGED 2005/09/05 12:27:56 rt 1.6.240.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b9efcf6bf04f1646a5a95e7e6a29962f8033feb]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:51 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [792c01a741695d9147ac51c435d9d5ec2d7f1d77]

        INTEGRATION: CWS ooo19126 (1.15.50); FILE MERGED 2005/09/05 12:27:56 rt 1.15.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41d3458c76fec952fcabd2812a85159c3f12c8a5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.260); FILE MERGED 2005/09/05 17:05:51 rt 1.1.1.1.260.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [63d94ea47a473b0e452b5b7dc880f0ff12447283]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:55 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53eb3635d2c25b3d6549f8cf1ddac3142d3c696f]

        INTEGRATION: CWS ooo19126 (1.2.252); FILE MERGED 2005/09/05 17:05:51 rt 1.2.252.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db4b86830116ea9352fedb64a3ae16429f2d28c4]

        INTEGRATION: CWS ooo19126 (1.10.50); FILE MERGED 2005/09/05 12:27:55 rt 1.10.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b65e1edd1bffc4ee3994fd43b1d2f3338a4057a]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 17:05:50 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48dc99f7d1b38068946f315a9a0fbabd59535de6]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 12:27:54 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d6dbfdf07c09e2c94110d93dc29ea6ffbf56c2b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:54 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d84dcfd8a697add93f953e681128c85a7e58b724]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:54 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0368cb4d3ec0473c329a82dc04839a26e42f4c94]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:05:49 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b3998072f91ab607fef78d145e71133932c7736]

        INTEGRATION: CWS ooo19126 (1.2.302); FILE MERGED 2005/09/05 12:27:54 rt 1.2.302.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97f393b7b711d54db7d06b831c87b1515b3a47b0]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:48 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc33f708488debfa0431cd68c021a3b92bc00508]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:53 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [088b7d55a12b785847573dc7287aaab55cdef2be]

        INTEGRATION: CWS ooo19126 (1.3.180); FILE MERGED 2005/09/05 17:05:48 rt 1.3.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f7491079915c3d55602d1d209bce42aaf56e5cc]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:05:48 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef4486da2bff7c6484d271c3b4fb230b16dc9c83]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:53 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d9ec4e9231ad25af8f95a67bda7242114e47392]

        INTEGRATION: CWS ooo19126 (1.21.194); FILE MERGED 2005/09/05 17:05:47 rt 1.21.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd920011c8ba33de778e5cf5b18884fbb37b3ca7]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:27:52 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ae3bff97cfcaedffd2d06ffe254ed1503d323a4]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:47 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec3b0bcc13a21d361f7af9f13b1a6e62a76f5676]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:51 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f976195f8bb154d9b1cb0252032da5a085fea1af]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:05:47 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a7ec5c31dfd6ef586ec60a9812541488784da15]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:51 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0937768c24dc7c502799c9a6d852eaea75d8aece]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:50 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34ccfc54babb16b1e8afe05f9f9a0e64ac758391]

        INTEGRATION: CWS ooo19126 (1.18.88); FILE MERGED 2005/09/05 17:05:45 rt 1.18.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ff452e2cef288d79f4aafeeed120d95ba8f43a8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:49 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [22aa85368f33e114a4515a8f291886628a5fe296]

        INTEGRATION: CWS ooo19126 (1.6.168); FILE MERGED 2005/09/05 17:05:45 rt 1.6.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3db86bd990360d5de2d96bc711a287c63e8f00ea]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:49 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df5bd66f8ef5538ac2c3cea0ff0314f8f858601b]

        INTEGRATION: CWS ooo19126 (1.6.168); FILE MERGED 2005/09/05 17:05:44 rt 1.6.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f82c49d199459625d5210b0a05562ab0852fe070]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:05:44 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d99f92ef2c6625ec4f400156a89c1345fb3e9df4]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:48 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90591e1e3f71b22c0c980d05c6f2c2ea83119a34]

        INTEGRATION: CWS ooo19126 (1.8.164); FILE MERGED 2005/09/05 17:05:44 rt 1.8.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fff138f629387b664e9850ae219fa9f35d77ffe]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:05:43 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [618dddac8c92411ed2a25709a5bb9ce5ea2fac7c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:47 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9c530f2bae6741ee6d2c2a3f43e7aee5286f3f1]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:05:43 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49eb40352a3ea082d4c50ca568e7e714e982e791]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 17:05:43 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [676a4b6a440edf40e784887b27256efa336549fa]

        INTEGRATION: CWS ooo19126 (1.18.194); FILE MERGED 2005/09/05 17:05:42 rt 1.18.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [110db9b71b7f019ac50185fc5b38ffea35b43fa1]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:46 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd77dc68389af7e3a85e234a28909cc4aa5ca4d3]

        INTEGRATION: CWS ooo19126 (1.1.248); FILE MERGED 2005/09/05 17:05:42 rt 1.1.248.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [400f79da0f687ca1c5f56e352970280bc1dd29df]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 17:05:42 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a302a54a5e7c9325ff28596019145a0f29c4615]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 11:00:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3afed8fbde9416dc61f5b428c9a0d00690232fd]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:45 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75a7c7fa9bd935d1ab0dee1cab9a88018b1c0bad]

        INTEGRATION: CWS ooo19126 (1.9.60); FILE MERGED 2005/09/05 17:05:41 rt 1.9.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc28d7eaba2c2e597dcf7339b7441cfa9e6625d7]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 17:05:41 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b19273a2957739eae89ceb55a486d9923f22512]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:45 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81303adc7cdefa2b90d37f97713d4f596173a05a]

        INTEGRATION: CWS ooo19126 (1.8.60); FILE MERGED 2005/09/05 17:05:41 rt 1.8.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88be001a13167fe9645a7158e443cb71cf83a73c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:44 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94f9366cab1a1952a45aa15477e1c26293a11f6e]

        INTEGRATION: CWS ooo19126 (1.8.40); FILE MERGED 2005/09/05 17:05:40 rt 1.8.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c31d82e2f89a9d43a2e90dd27e554340479fc450]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:44 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06b192d4bebcd18f95fc7810e8da5d3eeb36773c]

        INTEGRATION: CWS ooo19126 (1.24.30); FILE MERGED 2005/09/05 17:05:40 rt 1.24.30.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55a58debba4822e38c68d68bd391dede88aab686]

        INTEGRATION: CWS ooo19126 (1.9.180); FILE MERGED 2005/09/05 17:05:40 rt 1.9.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7d9aa341dd1d095558e235a24f36098e5c9cb86]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:43 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c65abaaad4e859885f9a8bd1790b1a28b697b964]

        INTEGRATION: CWS ooo19126 (1.10.164); FILE MERGED 2005/09/05 17:05:39 rt 1.10.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [43dc0d8e4feebe398ab3718d9adce756c5e3da03]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 17:05:39 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bc04583322805ee23484ae6cd9e7e1d7258886b]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 17:05:39 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [766438d601796231a9e66d03e6c30e4d03dfa1e1]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 17:05:38 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffd44558825c5f0e75a48d04c989b6bd373df351]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:42 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [124a03cd6fe394384ee54c6c951ea589739f1923]

        INTEGRATION: CWS ooo19126 (1.10.48); FILE MERGED 2005/09/05 17:05:38 rt 1.10.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01878db23083779e13a0ef7f4a22dfc932840de8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:42 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90b56ce9cce15373da440ae337fd74fd636d6453]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 17:05:38 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e758a7f9f1d0e9a031f25625bdcd764d7571365c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:41 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [765eebabeb844386bb1bbb89ec950113d3b7d55f]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:05:37 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac2cb3ec1e6ee88e7d6d71154ae8380e12cd050]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:40 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e96a244eb01a36ffe1aef4c36c679a05d905c7f]

        INTEGRATION: CWS ooo19126 (1.11.180); FILE MERGED 2005/09/05 17:05:37 rt 1.11.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f72f4b63d68b0b0b9378148f9e71cf338fc3e67]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:40 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08f662399eba4a959e2e3f6dea7f9c090c23c946]

        INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 17:05:37 rt 1.7.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a695f86ceca81c7eb93bd9fb74bf3775922bd28f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:39 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [463c82e84d360afc855737dc762e58900f464a25]

        INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 17:05:36 rt 1.7.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fea8babeeed4ded2569a2c46d517ba33d98005fe]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:27:39 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74a0a368ad3a15cdfa4562c35edc6b49a586396b]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:05:36 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1243e155e163e7741164ffff6e6f73d12b1d803c]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:27:39 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d599828760dafe33d6fbd206a70654c8d813e1c]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 17:05:35 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f74f8097107534be699bc945dac215ec52073aa5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0fbafdb608bf9f87f8658bf7e45f72ed59ab271]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 17:05:35 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9526a35160586ede46db67d4fbe4c0ee60897549]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:38 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cbf7b34345dd818f5d9a6759b29fc7d6762713a]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:05:34 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0505e331a06def5e8fa569ad87b34fa4b50eb7ae]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:37 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bbc193b7713dc9ba9ed4efb218e17d0a90ae67d]

        INTEGRATION: CWS ooo19126 (1.3.180); FILE MERGED 2005/09/05 17:05:34 rt 1.3.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [085e9b699336f989aa9abcdd361a102a4c2e12d7]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 17:05:34 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35e83ea04c030c89602d729687ced75cbfd3076a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:36 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0061ea7073691ad87861b473281e3b4872db9e6]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 17:05:33 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9c409e84e1419daa81ddacae589c3c429dfca66]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:33 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5209dafef886f7c9027c982dd2592e1e4a6ddb3]

        INTEGRATION: CWS ooo19126 (1.22.88); FILE MERGED 2005/09/05 17:05:33 rt 1.22.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ffb41de22d3ad4c539e6c98b74f24c9ea7622fc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:35 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [093a7a41351b1b763a78944da7775d2b292fd0b8]

        INTEGRATION: CWS ooo19126 (1.26.88); FILE MERGED 2005/09/05 17:05:33 rt 1.26.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97d950937db84f02aa80b98fc122c9376b4af55e]

        INTEGRATION: CWS ooo19126 (1.13.194); FILE MERGED 2005/09/05 17:05:32 rt 1.13.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e3b0cfde9600c657feec925113a897b09de833a]

        INTEGRATION: CWS ooo19126 (1.18.190); FILE MERGED 2005/09/05 17:05:32 rt 1.18.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d8746506fe7d3a59e6eb760acd32859a2a5065e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:27:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9555b76671b66e2898e4bbf200ed5d193f390031]

        INTEGRATION: CWS ooo19126 (1.14.194); FILE MERGED 2005/09/05 17:05:32 rt 1.14.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78c0dc05a5f02475cbe6e3aafba308057bd2a811]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:33 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31800cb9716b30c111935000bb90058ae21cc5a7]

        INTEGRATION: CWS ooo19126 (1.10.88); FILE MERGED 2005/09/05 17:05:31 rt 1.10.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e67ba97b56dae05bb9cd7c08cb5e6f8a47b8f8d8]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 12:27:33 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [857160f382f452f547812d0d6054053f6e002416]

        INTEGRATION: CWS ooo19126 (1.21.88); FILE MERGED 2005/09/05 17:05:30 rt 1.21.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9fcd132f463d9b9eff016dbdc4a4de2ec99a3590]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 12:27:32 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [94d3eb9f9c77b05def1c6c94d45b9c388d08a3ff]

        INTEGRATION: CWS ooo19126 (1.7.222); FILE MERGED 2005/09/05 17:05:30 rt 1.7.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b246646454b0ab97b8019d238c234f401a2cbbe4]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:32 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a50e45e590384ae057204603acdbb2a6fe8609a6]

        INTEGRATION: CWS ooo19126 (1.16.194); FILE MERGED 2005/09/05 17:05:30 rt 1.16.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78e5df3196a577dbfa8bb74135cdcf2dc53c3f20]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:27:32 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f2d10a115fbb4586b242f9a90a688354b2312b3]

        INTEGRATION: CWS ooo19126 (1.2.180); FILE MERGED 2005/09/05 17:05:30 rt 1.2.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [063cbb111423aef0121047a7c86a5c01380a4bb6]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 12:27:31 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [220e2dad040fda8241bcd3c247c4dbc3d4c34de5]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 17:05:29 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3fcc0e550117865b76a364c0fb877777a002a63]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:27:31 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26e17ec0e2cd70e2b27a0ead2ecc8f24edab1b5e]

        INTEGRATION: CWS ooo19126 (1.27.88); FILE MERGED 2005/09/05 17:05:29 rt 1.27.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1fc084cbb3d1d0568d70feaf87e395a9bdf9702]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:30 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74b1a82886e0af39a86ebd0dece8cb1cbf8511c1]

        INTEGRATION: CWS ooo19126 (1.12.222); FILE MERGED 2005/09/05 17:05:29 rt 1.12.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7c07df4f1d9ad08ec5d48660e471fc3f22e4084]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:27:30 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44e91896e52fe6216de56d2526ae82423d3ca487]

        INTEGRATION: CWS ooo19126 (1.21.88); FILE MERGED 2005/09/05 17:05:28 rt 1.21.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f41766a15ade432e6a79c989d6d7511215877f0]

        INTEGRATION: CWS ooo19126 (1.13.190); FILE MERGED 2005/09/05 17:05:28 rt 1.13.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d09e48f32dfc439722c7fd667c6c0c7b933465f]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:27:29 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efd1380a4c0b2ac90ceeb2853821e5211e2caf80]

        INTEGRATION: CWS ooo19126 (1.21.190); FILE MERGED 2005/09/05 17:05:27 rt 1.21.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1fa71d54d147296a28aff34ecad1f64475f468c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:59:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f1f497e5a2307958a4c5ecddf0195f4c1bde83b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:29 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [db707ec50f5500378529ae48d2c7fe75945eda9f]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 17:05:27 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0be726ed5c7b751f99a8a0637312a3f180523fed]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:29 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37520048d555362332cdd96dafbe0395bf0cc705]

        INTEGRATION: CWS ooo19126 (1.5.222); FILE MERGED 2005/09/05 17:05:26 rt 1.5.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a1867764ecff06bda4fe6466c028619d5abb07a]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 17:05:26 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [252242a67348abfde23324061e2b60b89c1bddda]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:28 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a80e86469a8c8f0f2acce971184a999d97bdb38]

        INTEGRATION: CWS ooo19126 (1.10.22); FILE MERGED 2005/09/05 17:05:26 rt 1.10.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffc9c29856b76d7e76a2fa127df95f1969adc759]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:27:28 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d0264858931fdd95cf60384ca1575778f825e30]

        INTEGRATION: CWS ooo19126 (1.17.22); FILE MERGED 2005/09/05 17:05:25 rt 1.17.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddf9a2c44b9e9d0b39442e3a7edb93729c043da7]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:27:27 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abed2548d177d16af6ba3ad0e7d85891f83482e9]

        INTEGRATION: CWS ooo19126 (1.9.222); FILE MERGED 2005/09/05 17:05:25 rt 1.9.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8660e4f8a7a59a2b89481dd9c534a97aad3f6de1]

        INTEGRATION: CWS ooo19126 (1.8.194); FILE MERGED 2005/09/05 17:05:25 rt 1.8.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40b03a8ce377593d3234c23e2acd4cc2f9dfb2c9]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:05:24 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae913e7d1509c111108fb2bc4196440012fc10b0]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:27:26 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d073bd5fe4726c9c169c9a4ca18c09bfdb98e27b]

        INTEGRATION: CWS ooo19126 (1.2.180); FILE MERGED 2005/09/05 17:05:24 rt 1.2.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98e8523661d0c91b2d3e020987809dc409929e4f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:26 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e228c74631d401c8bf6a08adebb2330feefa0295]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:05:24 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [925ab3d66ecffde97e11546f2807a5ec0d14b510]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:59:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65787d10c5394a89ce6f83dbb718911d3d83bcd3]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 12:27:26 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be2cdd143ed7ed7445b0544e2226b93b5ac2b48c]

        INTEGRATION: CWS ooo19126 (1.2.180); FILE MERGED 2005/09/05 17:05:23 rt 1.2.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0780f22fd886592f6e5e322226d95bd32c3d6759]

        INTEGRATION: CWS ooo19126 (1.5.200); FILE MERGED 2005/09/05 12:27:25 rt 1.5.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b047b2a47da49ab8d7775dca1a7a6f57ffa6e369]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:05:23 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0420a6571e8c67bcf6ea9b7cff19963b38e18430]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32243ddb810ab900c982f034277447d97ccc8d9f]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:23 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc839f3a0a99525b478ead0e6f696a2a5aa879d9]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:25 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4501eea7d283be91455e1f5e40f37c36b8abbac]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:05:23 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59b6866cbcc2725b7328cd19155bfbe3dab07cb6]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 10:59:43 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b15eb3504cb282e3b8c209069cafea968adb2ee]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3530051b922b00a983075d4bd89638a0300b74]

        INTEGRATION: CWS ooo19126 (1.27.88); FILE MERGED 2005/09/05 17:05:22 rt 1.27.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b936279b5a4d863acb89596a524dc13346abe4fe]

        INTEGRATION: CWS ooo19126 (1.11.220); FILE MERGED 2005/09/05 17:05:22 rt 1.11.220.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5b27e68edbb82f663299e86495acac05e2d0e9f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b126f18840fb80c5825dac070545533581503fdb]

        INTEGRATION: CWS ooo19126 (1.10.190); FILE MERGED 2005/09/05 17:05:21 rt 1.10.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2622ccfefd05591cd6a3d784a8a2083c86ebcc4]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 10:59:41 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e090c77ab1c2cd790ad32407c900b9ab62c0451e]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:05:21 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8649ae925e4607cb337baafac1b0d833b44738b]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:05:20 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e49c4bcc00526afd009bfa1ceba8505cd41d8a32]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:23 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96093c259f62f2743847f006bd2081b39142b5db]

        INTEGRATION: CWS ooo19126 (1.4.188); FILE MERGED 2005/09/05 17:05:20 rt 1.4.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ab2642b435a025c0196d657b67b73ba49d09570]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a876c41ab46b517e54e7a5ed262d2d88e3ced4fd]

        INTEGRATION: CWS ooo19126 (1.6.222); FILE MERGED 2005/09/05 17:05:19 rt 1.6.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e30b246b88704e098f921bf3eedd4b4e5c2511c4]

        INTEGRATION: CWS ooo19126 (1.8.48); FILE MERGED 2005/09/05 17:05:18 rt 1.8.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5acb4d659b9a4e553e9b5d3c70d3b4fed6d5d779]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:22 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dbffe06b6e498d31065a93bfd0f9d54b4b582395]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:05:18 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01f9e0109b10bbf6b26c3e84b2c13c49533c5ba2]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/05 12:27:21 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e974dedb3c859ba37874db581ffb0b009d76d8f]

        INTEGRATION: CWS ooo19126 (1.1.254); FILE MERGED 2005/09/05 17:05:17 rt 1.1.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95790866fe18b0fbdbc8f117a3dbaacbf99838a9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:21 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce27cab7e85e7fdf1b8ade44b6fd5707bebd2de2]

        INTEGRATION: CWS ooo19126 (1.10.222); FILE MERGED 2005/09/05 17:05:17 rt 1.10.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f5f9bbcc40ddd94200eda0176b83738136282a37]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 17:05:17 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5710b649f98c0bc0fc63390d159fccd05b7383f4]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:21 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [390f5354604ae39a27a502f363be838b85ed7467]

        INTEGRATION: CWS ooo19126 (1.12.194); FILE MERGED 2005/09/05 17:05:16 rt 1.12.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8882f07a7b33b83b4201ccd8c0aba2eea125de11]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:20 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [539422f7e21bc06f558ed359d8e31867ead2f8cf]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 17:05:15 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e0d77e5ddd1cacbe8aa6bf159bfb07381ec6d8b]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:27:20 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [996a3723b06a7de1a0808a6519ae5a3b84300cb8]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 17:05:15 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f36d1d5237866e6f18c9d4f7b9dd74262ed6c78]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:20 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfac73f3d222609eb3944ed27ef14da879cacae1]

        INTEGRATION: CWS ooo19126 (1.5.216); FILE MERGED 2005/09/05 17:05:15 rt 1.5.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ca41b2ab6c70c4b254bcb8ae8451af5f9a21905]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:19 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9f50a71b0b935f8201b9333b9f190f86041fd59]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:05:14 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65c65379951e3de5da71109c162a99ad6853c9b6]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 12:27:19 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96b01d49f41a03de126d28745213628ae6189420]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:05:14 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7f643881d27612702fd1626569abc9a2bccc37d]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 12:27:19 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69a8325763cc2d97cbf53b3f08a10c2865fca210]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:05:14 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c84118e0ae50bc9bb706c10d8df733ce43bdf51]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07612588f1e550d01df8ffdf3fdfdff2d7bcf94e]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 17:05:14 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [141a519a59378d33e2f02b6c7167cea857a114f9]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:27:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [690aa494c6d9a0340ea059314732dd4d3c9bd590]

        INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 17:05:13 rt 1.6.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76532e19f9c08d87bed85972fdcddf15904af367]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:27:18 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0863677a839b5f63d1e32b02ea99eff62477bfbe]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:27:17 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26c227760c83d16745e6c7203adbeea42dd03e28]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:05:13 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [91d927d30e81a623d4b84739d133c78a76741e75]

        INTEGRATION: CWS ooo19126 (1.9.48); FILE MERGED 2005/09/05 17:05:12 rt 1.9.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af90639d66414cc4e485c327d8ccd105e36bfdf3]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:27:16 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [006f2c4137f7eac81c4c26ef05ec41548cbc09ee]

        INTEGRATION: CWS ooo19126 (1.14.48); FILE MERGED 2005/09/05 17:05:12 rt 1.14.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b4493f562b7fd5cc12a4f6fa3bb748ea5efc4d8c]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:05:11 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f885fc8884b31fd51c86633a8d331134c4035c6b]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:27:16 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cada76914b2bb8aafd2518b0044b35fad4c23382]

        INTEGRATION: CWS ooo19126 (1.7.92); FILE MERGED 2005/09/05 17:05:11 rt 1.7.92.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [052ba631d78346003d32a4e77be2748a61695c67]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:27:15 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5370456c1c155c81db421d99561823384cf61278]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:05:11 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be74821c6846b63bf88a56221184a8a136ffabdb]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:27:14 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ecacdf89d997a88e6345cdd0baa8bcbad99a0c51]

        INTEGRATION: CWS ooo19126 (1.8.72); FILE MERGED 2005/09/05 17:05:10 rt 1.8.72.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21e4a95e648075b91935c1f621ce76198704611a]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:27:14 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60319d9489adc98c29c77caf03ff01b616e58eec]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:05:10 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2bfaf46ff99d631f71f7eac805383be2a016045]

        INTEGRATION: CWS ooo19126 (1.7.558); FILE MERGED 2005/09/05 12:27:13 rt 1.7.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [731268b544c9b67ae29c1e26b1c64c84e119be5c]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:05:10 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df855a8b43753646669a7d36a5ef4090f96adb6c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:27:12 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2ee6274a0cc1ef9a785d4e8052e546727103958]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:05:09 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76fb3a002ebe6767b621bde5e431f6128817faa4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [184efe3f42d0257b00e1bd42d3387b18f6caba66]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:05:09 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf5c6677310c99b09930278029e9e23a9466450a]

        INTEGRATION: CWS ooo19126 (1.19.88); FILE MERGED 2005/09/05 17:05:09 rt 1.19.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8497acb69e6d1460b363283b629aa01a1b0a640e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:27:10 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f21b9586c5b731ce7bf1f933ae2e9f64d780c19b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:10 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [068fb5b3141aa9353266083f0b4e98d82b938f44]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:05:08 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [463c9f585ffa89293b4b31b5dfe863e0cb3eee5a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4175a083c31a7336ac972b685a49643acb6a33fc]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:05:08 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3c3eeba82646136a849427ba3beb7a3a75ac6e0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb266bde67e6eb2f76be439a6fb6466f9535a58d]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 17:05:07 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [422bb1fa4821e593a3272ad099fdac9ad9f51a2c]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:27:08 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40238d41248cada1aa62dae8f4f9721c6b0eee30]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 17:05:07 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b98914244eb44afb4928b6d66fb96402af9eabc9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:27:07 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81e1f8cea72d8caefd2376f957a3c8b67c6515e8]

        INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 17:05:07 rt 1.5.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b718e7bb36978615c5eb336eb9a623ef8fbf89a9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:07 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f322fc5c952a8be62417558ebc70ef70036cc5f3]

        INTEGRATION: CWS ooo19126 (1.5.190); FILE MERGED 2005/09/05 17:05:06 rt 1.5.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5028b9230ac574e8352e9e3e36fcb7ecee409ef0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc71ce7d5726d7758b68f3c1b26f0ed6ed3371ac]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:05:06 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9aec50e404dbcfde8fc683d201f24812f47fcce]

        INTEGRATION: CWS ooo19126 (1.14.88); FILE MERGED 2005/09/05 17:05:05 rt 1.14.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3787e80816cd91a4401364321dc5bdf4895eb52a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:05 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [782f8106a478d187403bd14b3ff78dea5e803764]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:04 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2c6cc0439f794abf43a311760b617ae1ef7987b]

        INTEGRATION: CWS ooo19126 (1.20.88); FILE MERGED 2005/09/05 17:05:05 rt 1.20.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52b7e97690fe0fed187d622402008c4168aab909]

        INTEGRATION: CWS ooo19126 (1.34.180); FILE MERGED 2005/09/05 17:05:04 rt 1.34.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3b08cbc5be1ecd233285a6d126722445b593f65]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b38b94fe36ad998610ba64137d166d3d05f202e]

        INTEGRATION: CWS ooo19126 (1.17.88); FILE MERGED 2005/09/05 17:05:04 rt 1.17.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0fa58f3f3d542dbf4aa28b2838f5b4c595ca806]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:03 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c8ab7d24d1b2248beb31a118929a95c5e087cec]

        INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 17:05:04 rt 1.6.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68c820febd5ae01797400bc89616a30974e5d75d]

        INTEGRATION: CWS ooo19126 (1.4.250); FILE MERGED 2005/09/05 17:05:03 rt 1.4.250.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3932c24f6e8bcaa0f6a823920d8ad01288efdc5]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:27:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdaafa0d15adb08e6cb7bc5c3cea1071779c2374]

        INTEGRATION: CWS ooo19126 (1.5.216); FILE MERGED 2005/09/05 17:05:03 rt 1.5.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e206f0d374398edd0e140733f0fb1b6ef5c49000]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:01 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4b232e7119067864a37a0c5f0dbfcec80acb3a2]

        INTEGRATION: CWS ooo19126 (1.8.180); FILE MERGED 2005/09/05 17:05:03 rt 1.8.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c29c86433ad8c121b2f1d144422ed7cb0500e40d]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 17:05:02 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b49551787a5ccc27b11b2b88933ba6a55df43a10]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:27:00 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee61a8415b20b4766de8bf677571df81ec22bf09]

        INTEGRATION: CWS ooo19126 (1.9.88); FILE MERGED 2005/09/05 17:05:02 rt 1.9.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae16372e3e2d818d95f923394d7f383244644e7a]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 17:05:02 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [006746bbe3a1f66ce6d5d0d2494db2d0cfd05a6b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c81ddccda0d57e428bf4a7ec9dad68e2235c2694]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:05:01 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b7c724c9edb6aa0218548d21f222e1e07cd5086]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:59 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca875a36f6217f4b4362c8b1f1681b7c0454ec41]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:58 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3b64b49365f101818ca738bd3e03309a8297e71]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:57 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c512274e7f1586e577330994047f12c4ace42f26]

        INTEGRATION: CWS ooo19126 (1.14.22); FILE MERGED 2005/09/05 17:05:00 rt 1.14.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b69227c24b7c4a3a94211491a16fc72f643ee55]

        INTEGRATION: CWS ooo19126 (1.14.194); FILE MERGED 2005/09/05 17:05:00 rt 1.14.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a2866d0073dbd2ee5594afef19c5e18bdaf2da8]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:26:57 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7e6dd37326bf722133ff58a28bbc8a959cef8fd]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:59 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24b2770ac6b6e64006d478e53fa5c04b96e4fb09]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:26:56 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d00d5add8d3cf3f74a84c4696c3eed25c9f11c02]

        INTEGRATION: CWS ooo19126 (1.2.216); FILE MERGED 2005/09/05 17:04:59 rt 1.2.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4d5038994358b998d6840943930c67d4b326de1]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:26:56 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd23d6c45eb66fb942f75531088b4985bb284186]

        INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 17:04:59 rt 1.6.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e09c04af11d25619f5f0a4272f897f7a8766050d]

        INTEGRATION: CWS ooo19126 (1.2.192); FILE MERGED 2005/09/05 17:04:58 rt 1.2.192.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bcee86bf1cf92171140a46ec6ca98acd73cccb10]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:26:55 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc9dd7850a13288925a217bc92d3ff0be54e1608]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:58 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42bd88b9bb509973dbd69354216b5259d5702fc9]

        INTEGRATION: CWS ooo19126 (1.8.194); FILE MERGED 2005/09/05 17:04:58 rt 1.8.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbfc3cc7dcb0939994785359f378baf7dff19450]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:26:54 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eabb441840218195ba959cf7010c0b5a5173e6d6]

        INTEGRATION: CWS ooo19126 (1.21.194); FILE MERGED 2005/09/05 17:04:57 rt 1.21.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cca5771f4d7fce86880e436d8dd7cf8541bd19ba]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:26:54 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [83bc4f5ffbb516381ff08618cddb2c1623c234b3]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:57 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ec097e7b0f574101d63b3523c45c318fdb4135c]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:26:53 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e5e3b4fd4b7eda73ade10ac9df6768635864432]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 17:04:57 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [007e08a56f1d6cdf4053701a925c7262eedbeee7]

        INTEGRATION: CWS ooo19126 (1.21.88); FILE MERGED 2005/09/05 17:04:57 rt 1.21.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39cf5676a032061c6433424f66bf07b796d58399]

        INTEGRATION: CWS ooo19126 (1.24.60); FILE MERGED 2005/09/05 17:04:56 rt 1.24.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06daae8475ae7500be872570e87af39890a13a77]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:26:52 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8658cc14068c97e3c7ed35f80bf5e2af553e15fb]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:56 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2ecbbeef7afeed8d6c6457aa7b316d9c69fc113]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:26:51 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cb44bb2b10356e5e57437e6bf6b8692af76f702]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:26:51 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7af52a52435242ffe85eade892119282e7155ad]

        INTEGRATION: CWS ooo19126 (1.15.60); FILE MERGED 2005/09/05 17:04:55 rt 1.15.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfc3261e29ea2456bbb253f722631aa5765e0fbf]

        INTEGRATION: CWS ooo19126 (1.28.44); FILE MERGED 2005/09/05 17:04:55 rt 1.28.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dc9c1049435273ae7bc0fd29b89837cfc5f6a2e]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:26:50 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ec469386ffc5275ac59e822721ba70f529d367e]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:55 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55e22ba946af438cb3c7156f2213443b05aba8c4]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:57:49 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b5f98bf8aaa2ed205e5ed6736e02fa93fb2fd6d]

        INTEGRATION: CWS ooo19126 (1.5.634); FILE MERGED 2005/09/05 12:26:49 rt 1.5.634.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [254319fabfb2098001a227f787915f1a993840e9]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:04:54 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49ff301301353fe4d32391a23fde055e4ade8044]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:57:47 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90f44b0fcc41016500d3578ff916b65bd92eb1bf]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:49 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6299586504b64b611504b2755114848856a705a1]

        INTEGRATION: CWS ooo19126 (1.29.74); FILE MERGED 2005/09/05 17:04:54 rt 1.29.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1812ca3700bb62656e9e8a21309f8a9dd9071da]

        INTEGRATION: CWS ooo19126 (1.5.158); FILE MERGED 2005/09/05 10:57:46 rt 1.5.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [060bb2106aecfc9e36908b326d7033a0a4eb2981]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:48 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8d9d70bf5be82b0dc7adcfba6678ddf639e398e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:48 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc3f050fdb8997ee6a06cc9faaf023edb9ea655e]

        INTEGRATION: CWS ooo19126 (1.7.238); FILE MERGED 2005/09/05 17:04:53 rt 1.7.238.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bda89c2feef1b695e718d74903c9276fd824967]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 10:57:42 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75b869bf9735b8bcb0f352379157e12f00900ff4]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 17:04:53 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65f865e15544acd2926f2cf93fcbf054419aa97d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:47 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b441a2bebf6a655bcb130fb23ae84a09208ff238]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 17:04:52 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [905c452f28d3cebbfa16f7affa940fb2d664359d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:47 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddc1c72be65002b697f965e14580dace9ed4b8f5]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 17:04:52 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4254eb07476ccbc0c066ebb3b423ca3a116dfe00]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 10:57:36 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [355c1735b548cdda7ef92902c337dac3f97df03e]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 17:04:52 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [716f44e12aa4afcdc35c3e345df8991537726688]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:57:36 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b350b80b5ac035016fb5ccdf46d8a20f3c259e8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:46 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbaff72a1e9891d5a8920e5bdfbac309f86f7074]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 17:04:51 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd37d77f730284aaeabc9555a4ba373e3913fc00]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:57:35 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a47db79d9a4888238084fb2f2a94f615f59f56d7]

        INTEGRATION: CWS ooo19126 (1.9.88); FILE MERGED 2005/09/05 17:04:51 rt 1.9.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f944fa53a2ed54db19910f716868331a694d303]

        INTEGRATION: CWS ooo19126 (1.19.48); FILE MERGED 2005/09/05 17:04:51 rt 1.19.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [581322ae196fd8d4c1a052efbb782db74fa6a143]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:45 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ca4a8f872e715f4f10fed7001189f8a0c4f30a8]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:57:32 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68fb2156e3907fc1f1106e7dcfba706c968db35e]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:04:50 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4be6d98c88d75d13bdb8ba79fed8116e158ad763]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:45 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f841102515942458885458bb46b98c304392da2]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:57:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28a6964b181fd9e057fac80e5f2e89fe151366a8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:57:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f2e07c215b0ae6197d696e51fbaacaa753375db]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:04:50 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [447897ce90e59c48688a28fe5ef15ab5919fcb2a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:44 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3681db3800b21f15f5fb7433af3da7764f79ba60]

        INTEGRATION: CWS ooo19126 (1.4.180); FILE MERGED 2005/09/05 17:04:49 rt 1.4.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5516ebe198bee06d4b110cf2877f76053aaa39bb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:57:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07087d79f4c840e9455229fa0a6bda707ef1eafb]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 17:04:49 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81192fee434fa703c270c874c892de90816713e5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:57:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04ad61af55fd41f2b7e52846bfa6c423c0504287]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 17:04:48 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd730cda61a4b0fbe3c531c0e480517335a5ab11]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:57:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c595f37a7d031bc1fb525adf9a3e02437246aac]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:04:48 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9164d6b920ac8afff1151e72803afc97e5fe80d0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:57:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1ff285df2e4d67b7617ec9969dc23a770fc3923]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:43 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13f84f785f583d2e3e8d43b73557e5c9680ff92a]

        INTEGRATION: CWS ooo19126 (1.6.180); FILE MERGED 2005/09/05 17:04:47 rt 1.6.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf02a7cdca7f89478be839fc3c3bd443e096ce31]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 10:57:25 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf4712e307aa07c2fdd53126ebcf80b569991138]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:43 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90531752b66d2400ff5a7baad1387e8fd4f9b95f]

        INTEGRATION: CWS ooo19126 (1.10.60); FILE MERGED 2005/09/05 17:04:46 rt 1.10.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [180243951c662f7431168b321bfdb6bd6bdb91af]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 10:57:23 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8d6db90767b37baa9b84797b9359ba8ef4bfc33]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:42 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84393dc32cff5955ba1f07b59aa6994458dbd84b]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 17:04:46 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7244029072fce19d5e00b4c395664945f6468b9b]

        INTEGRATION: CWS ooo19126 (1.7.60); FILE MERGED 2005/09/05 10:57:21 rt 1.7.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6dc70d990aefbe03f30de5ce906d4099f08bfb3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:42 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c092e7f2a1763d61256e1285fa0381c51481fe3a]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:04:46 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd834c9f21b497659aa4c9c89681e00c4899b899]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:04:45 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3a500a6b5fe295812a494cf40ef16bf0e4672f8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:41 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [042a701f874ba58c83931d7d9d620590e3aa57f4]

        INTEGRATION: CWS ooo19126 (1.3.180); FILE MERGED 2005/09/05 17:04:44 rt 1.3.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf88c62ccbe6f1c1ea51186358be7b3e360d1c08]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:04:43 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17989d3717545cadaecb1b157f8962e01495f92c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:57:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cd2c1f85dfbdb288e8ffd3de5ca08eb472396c69]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:41 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50632fa4f43b87bc7a312e975f5fc670e884af98]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:04:43 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a860330f17a12cc20262e4bf7223db0cf6d1d60]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:40 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90ed829bdeb60567efab6f53a46fa6fc16da1e17]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:43 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6711752875bc4f35ff88c43db2d8a85f44dd65e8]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 10:57:12 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c1fe005f7de3a4fcd679d8cf22174f0c253d506a]

        INTEGRATION: CWS ooo19126 (1.27.86); FILE MERGED 2005/09/05 17:04:43 rt 1.27.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb09b916ffa2f05162cb6596498e529be617c165]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:40 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [774fc1ef2ebfa6666b781ba0c36d891e91346161]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:42 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d378c16778a55de3fc813e85d0eea5a7198339e1]

        INTEGRATION: CWS ooo19126 (1.7.60); FILE MERGED 2005/09/05 10:57:09 rt 1.7.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [978ba8ea76f927d87d1c5c1b9dd27f5b59971651]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:39 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd1c7e1f91149564e9f9fdcf144434bde813fd39]

        INTEGRATION: CWS ooo19126 (1.4.190); FILE MERGED 2005/09/05 17:04:42 rt 1.4.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dda6ded9a7e5cb1966a1828b50c2c70d28a821ea]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ecd3e0069eed4a53a218f2ce18f92d3211b09ad]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 10:57:04 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9e26e0a607f7b10270073d7d2af0112ab6bb4a5]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bea733e32e12e40360bac15f9a600c2cd83c7cdc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:57:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3f2dbde8bc717726a7892ae61c0a5d72cf55ec2]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:41 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80dadef5effbb8046bb19273ce4e71a523f63950]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [890e6056ae74866dfcc1d8422437034b38b7e494]

        INTEGRATION: CWS ooo19126 (1.7.236); FILE MERGED 2005/09/05 17:04:41 rt 1.7.236.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ad6e97207c3fa95413c851c0ca09f4e142eec71]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:57:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bfde09b0819163e7613dab4f83138f5e0cd83f6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:38 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47b7643d468f489249c4fcd15905686e25d4c2d4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:57:00 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de9c5bdc23f92eeccd9ee0b73b97de0b01fc9854]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9def051c1013acf9831017fe1d0df427dbbd77cd]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 17:04:40 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c3d55262805efd9a5e8af3df286f5e5082194a1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccafb9c40388014d6b8881074e8c696dabdc8420]

        INTEGRATION: CWS ooo19126 (1.20.74); FILE MERGED 2005/09/05 17:04:40 rt 1.20.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [873c95f270b86f0a554a5d455ebc4946d910ae75]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:36 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2963e4bca6975684f73fa12b60d0507c623cf40c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:56:57 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00e972bead938a1f28ae345dbbf6bc2080b6b451]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:04:40 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d0bcfde7f0ba46f8896bcdbbccba97e151d57c1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13e43e6502cbd369bcbba6f803994c8a19bfc8f9]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:04:40 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb4984d3f4fa635c964f5d9473dab3053597d28f]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 10:56:56 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f272139577d0eee197809852d944b20b9bc6b4fe]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:34 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c611c4b3f185acf8de82241cbb47873f5e5602c]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:39 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8e84fbc9309ef313e55415faba75fba74026662]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:56:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3ffd253c877d338b02d3ea8b316b2d129abb71c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:34 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df85be30310716296b37943b0059248463f6116b]

        INTEGRATION: CWS ooo19126 (1.4.86); FILE MERGED 2005/09/05 17:04:39 rt 1.4.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01c0061cf3cd64bb1a19d8c4005fe864eae0e6b0]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e0ae453a4cfef8a9f7448a6e3b8336bce99846b]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:04:39 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4df8956859f1f28d5bf7b34ee9b20583e3803ae8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:26:33 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ac30eb604479fef9214f735053459b2f622990]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:56:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8507d5f6d2509f8c646ebfdd9f6c03817161e3c4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e524458b3cc8f6c11648ead4d618c44c449e3a14]

        INTEGRATION: CWS ooo19126 (1.15.88); FILE MERGED 2005/09/05 17:04:38 rt 1.15.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2ebee3b7786f77c893c33ead13541a50fcf7c70]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:33 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e80d512ba7b2ca127bf278028cb5dd89caa5341]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:04:38 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e637bbd4742fb88afd130704c9d98a6901dd8f9]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:32 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a7ef59bb9ce5aeb3edc7e7ec28a08d11c3d30a3]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 17:04:38 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5012f2c10b14e1fe12b65715567229792188b81c]

        INTEGRATION: CWS ooo19126 (1.11.194); FILE MERGED 2005/09/05 17:04:37 rt 1.11.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba18aeae97eae07996cb7c942fa0f00c8f2fc97c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:31 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a01b4ebe09e77ee7458df38cbaeefac62550ef34]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:56:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b452d906fc9af88a0c402374733a1d936c43119f]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 17:04:37 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8bbf2e00ca5cbe89351766a1567a0080e7dbe1c6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fddd285064d26eb5d28b9ffa8d810bbdbcfd8e3e]

        INTEGRATION: CWS ooo19126 (1.13.194); FILE MERGED 2005/09/05 17:04:37 rt 1.13.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66f3fc2304deeec1f1e777597219c79fba1aefbf]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:30 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [036d917c2f4ee1e04b1effdd14e30e08e301a80b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:56:40 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17ce27c97c0c36f7c6e99099bc85fc142e2911ce]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:36 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdffbb416e3d71952f9c948b7703f2a047a62f2c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:30 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [971dc87e8c21506d10d7224c2c1f34bc5ac6e615]

        INTEGRATION: CWS ooo19126 (1.5.142); FILE MERGED 2005/09/05 10:56:38 rt 1.5.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [317be5f40109ef66f53bec6d8e78f107f832831a]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 17:04:36 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f23647823426af94b59542d4f1809f0b2b4a5999]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:29 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2639582addaebe6336c6c8a6bf79efee0fbbcca0]

        INTEGRATION: CWS ooo19126 (1.9.558); FILE MERGED 2005/09/05 12:26:28 rt 1.9.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b30ad8249def6d5b013001090f376cae9026179c]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:36 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd2c2c13ad00cf71a6ca109e8084d542dab8c616]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:28 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64bc6e949930af9b117453179d1b0a1c43c58418]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:04:35 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c9547ae6f3f02919b27cc5c1b6757757aae0702]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:28 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd789d7760b3363dba064f3a24b4f5c599a711cb]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:35 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [11645e969e179215efa99df0bbf094bba10bdfee]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:28 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01e508b8441418aac1420254c76b8ee3d8f52bd2]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:27 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a28ed6bbb9a69e1ecc0a555a8be18433e2491911]

        INTEGRATION: CWS ooo19126 (1.2.254); FILE MERGED 2005/09/05 17:04:34 rt 1.2.254.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a37b72fc12a9c41a32e65b3863b577035b8a3b4a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0017ef7035dd488e0c880862863b2657770f8c4]

        INTEGRATION: CWS ooo19126 (1.11.194); FILE MERGED 2005/09/05 17:04:34 rt 1.11.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [734628fad823b949556e091a54b8279e0d8a7c12]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:26 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b346b2a877f47abaed110dbfbb383a4417daec59]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:04:34 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbfedf05d787982b597909561a7a9cc61251cdd4]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:04:34 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [44ab69d72203c5c8ba0f36d222a46cfb5293e874]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:04:33 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9707a431135940125f3fe098ad7422d4e965d4c9]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:25 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d571ba325cc194fdd7b67433edc0887ae19f8bc4]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:33 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [435df9db4f54083e5c933c7df20d3afd6bb8fbc7]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:25 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a7fd29bde5ef7200f0a622174cd4d44222abebec]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 17:04:33 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b98ee53ab89172bf905109b864edfc73da41cbc0]

        INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 17:04:32 rt 1.3.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d561c5de19df7970d90ff0dd08326834ba60b2a0]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:24 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7eff2b8323cd8ee25095161cc06005a0e5609f29]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:56:19 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8c7c5e7793fdcf5df49a26311adbaf1d76fee7b1]

        INTEGRATION: CWS ooo19126 (1.18.98); FILE MERGED 2005/09/05 17:04:32 rt 1.18.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6f37d6adc21d715f93ff809284febc7434f7096]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:24 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddcd8e8ab9740bfa48654f7f68dcea1e89d298da]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:32 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ea999ce7b34b1aee68786bc7c6461115950a4a5]

        INTEGRATION: CWS ooo19126 (1.16.88); FILE MERGED 2005/09/05 17:04:32 rt 1.16.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0358b1fc6c15d46a5d36dc554f0fab0cf6829a7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:23 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf4165f3458243ce389cf7d9816d83e5b46822cf]

        INTEGRATION: CWS ooo19126 (1.2.222); FILE MERGED 2005/09/05 17:04:31 rt 1.2.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5608c034983c31eb9863257e971d404235715d1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:22 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0de6df93fd3c92e6efc60dfeda8914124b3e581]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:04:31 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d183e5c8315ec92409479814e4d66801dc971b88]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:26:22 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b1501a47ecfafb14fedf2da489407fada30aca0]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:04:31 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6006c6a94c2ba3975c204c968b5a41332e4be80]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1658a7f0ca947395818de22f3cf0aa4ba14e1273]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:21 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04d9c25b0e4d4625412a40e9ee0e11e5d7971db2]

        INTEGRATION: CWS ooo19126 (1.4.190); FILE MERGED 2005/09/05 17:04:30 rt 1.4.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b7bef8ebb146378c96943a016b1812d820986fd]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:30 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b57145cac7b0d06044a5249df194c5f735f6a631]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:26:21 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d3fb4abf3856557e3054eb39047f87e12f716dc]

        INTEGRATION: CWS ooo19126 (1.1.244); FILE MERGED 2005/09/05 17:04:30 rt 1.1.244.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f504346bde6b859d3cfc50fd1585c430218fee1e]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:26:20 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d1678bd8bedd5fa87cc51e8945d8f1c02561602a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e37296635334209cc1bada10431ac33bb93d2dc]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:04:29 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16359095ed2520964bf0290e554196e6ebe18354]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:19 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9337683688c1c4f46dad1844b31255f9fc23ece1]

        INTEGRATION: CWS ooo19126 (1.7.222); FILE MERGED 2005/09/05 17:04:29 rt 1.7.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01f3538caede323d7db1040e50fcae0690b763cd]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:26:19 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [be5222b4911664b6d5bebbad791a9f16f9faa778]

        INTEGRATION: CWS ooo19126 (1.7.40); FILE MERGED 2005/09/05 17:04:29 rt 1.7.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6565f2b78e49401c3e1437ae9b566a900af1e364]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:26:18 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea9bf5b3f8169347447f994483f0405f8e774d16]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:28 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dba64cc7a756e73b82ed8ebbb228bd651f18e6f4]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:55:57 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3cf55797ea144df7db5b6e82dd2bc83788137e35]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2adb70019f99e7d4d25af0f135936e21164384f]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:04:28 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f16d89796721ad5e6bd079989be703d5a2b95da]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:26:18 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afd59fc82b77bb63d4e9e5ce86f9cc69b6502b06]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:17 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [38d8055ad7ef358b7613fd7812b0127d5f21e20d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:17 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e14e564b3ab0153cdfa68859e3b2447030cb907]

        INTEGRATION: CWS ooo19126 (1.4.180); FILE MERGED 2005/09/05 17:04:27 rt 1.4.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b2b4190e41914e01272012468305285c5607600]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [58741b5216c5cca6f0a0430bc6674510be617e88]

        INTEGRATION: CWS ooo19126 (1.3.190); FILE MERGED 2005/09/05 17:04:26 rt 1.3.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f1a2b88beeae7550227786a8df8c60b4b2cc1b5]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 17:04:26 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ebc7467b4cd484079de5ee6b8bd82cea2892a38]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:26:16 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fb6da4f06d24c4747fe80e22f22c776f812cb04]

        INTEGRATION: CWS ooo19126 (1.3.180); FILE MERGED 2005/09/05 17:04:26 rt 1.3.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8654d46ef27615c037f62861ce25d0cf44c1fbf2]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:25 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fd79df4a344c08d2e92d063f503a1e8ec063e03]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:26:15 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f03e74fc1913283338a789b0694212cbb783df0e]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:04:25 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26ace5fd4c1b9933e37fbb2a0ca11793f45f3d10]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:14 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ced344fdd78472dc65244675c4dabfa1c5ad7df3]

        INTEGRATION: CWS ooo19126 (1.3.216); FILE MERGED 2005/09/05 17:04:25 rt 1.3.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d1e2c20826cc01e242b1bfab5f455c03ee825b6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:14 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0efd979a1d8904746d9a59c2a865329b7e09ec01]

        INTEGRATION: CWS ooo19126 (1.14.190); FILE MERGED 2005/09/05 17:04:24 rt 1.14.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d66f2a275e78dabeff93a2a612b048f1745f500]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:26:13 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04ab03ebf7c2b468cdb4c4ee8f93f3bedd9bdae9]

        INTEGRATION: CWS ooo19126 (1.14.164); FILE MERGED 2005/09/05 17:04:24 rt 1.14.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04f24382a99bd918095678adea5252f1243d6665]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b40af50606a24143296bd693cd50c3ac4f921c1a]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:24 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bebc8dd48a0b4bd16c118774508a4a05cbc6bde5]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:12 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b02f9c625100e12f892983cb7d53c0a8793ac0d0]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:04:23 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ade3268917a16761c650344f490359caa3dd6e78]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:26:12 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b1eb9e06c41aa29f6e210021d981642107e4c5df]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:04:23 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80ac2bd93e819709767398b7a32da4436902b12d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:12 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cc8f1ed2c3bc5e7019967413cdf865bf4acd077b]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:23 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c34bd57ca4fcdedc1aaad3fa65057acbbafc6446]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:11 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77e46275bdc5133d43b270357ae59fff632b0093]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 17:04:23 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e926eb34b8829b3b8758321bacee20996e5d6c72]

        INTEGRATION: CWS ooo19126 (1.14.242); FILE MERGED 2005/09/05 12:26:11 rt 1.14.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca35c28104a01e9b5fced16a559f71a5a2eddf43]

        INTEGRATION: CWS ooo19126 (1.17.46); FILE MERGED 2005/09/05 17:04:22 rt 1.17.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99e88cfe5f9d6e6434a973880305e16abdaa9d3a]

        INTEGRATION: CWS ooo19126 (1.5.398); FILE MERGED 2005/09/05 12:26:11 rt 1.5.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4c0ba7322531ce54b23b2fc361eb63158f2b45a]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:22 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2f88be1b199150033386dc165a2c376c0dde04b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:10 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9bfeeb22e556f96679aa2c5fd6f86b462ae3fdc]

        INTEGRATION: CWS ooo19126 (1.22.86); FILE MERGED 2005/09/05 17:04:22 rt 1.22.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31adc1c392d75b7b9be89903cd22356dd7c1b74c]

        INTEGRATION: CWS ooo19126 (1.5.398); FILE MERGED 2005/09/05 12:26:10 rt 1.5.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97b02a9be8f8e04057776f9412f254009f003097]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:21 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07ae83ec739022a8bfcd96d232c1cdc1f5225274]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:09 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [047fd09cb3f569d82d3c6c3bee44630ffe014756]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 17:04:21 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [223b9caa461d3df001f8f7e4e3b8cba34cf85c45]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d63d269bdef890901ccf1f8b35a116e7c30fdb7a]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:21 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a4111543dd55a90db00245ab0b862a31b097159]

        INTEGRATION: CWS ooo19126 (1.3.398); FILE MERGED 2005/09/05 12:26:09 rt 1.3.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99407e19f23c4d638edf9b9e9d8d099a1c18541e]

        INTEGRATION: CWS ooo19126 (1.3.398); FILE MERGED 2005/09/05 12:26:08 rt 1.3.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff92080ceaba92bd52cf2263a023369040bf017d]

        INTEGRATION: CWS ooo19126 (1.25.74); FILE MERGED 2005/09/05 17:04:20 rt 1.25.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e81a47e3fde084f548c966aa42256e5b015c525]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:08 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc4b80048ab866ac1e9bd6d251220052c9546387]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:04:20 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0a0fc1354216133a9d40ef9301f9acb5dbd95fa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:55:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8862c87af260b51b3c40ee35d0a47d46d41b0439]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:07 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5799272d78a823ea10c0816539c38fbcec02c47]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:04:20 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d42e29695540aaaba84739d4e2c6d6982a88805]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:55:15 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [858a6351f95872babad8907e3e433fc54ec333f9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:07 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c582120c57228df3e4eca623d77138755688702]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:19 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [29ca1e1360b9bb26a64a58a70c1f16c4e0e93cbe]

        INTEGRATION: CWS ooo19126 (1.4.50); FILE MERGED 2005/09/05 10:55:15 rt 1.4.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c245c97888969ae3c69998be5c4636ad6e9fbe7f]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:26:07 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd9b6c129e25f8300ad5bae108ac0253883a6435]

        INTEGRATION: CWS ooo19126 (1.10.88); FILE MERGED 2005/09/05 17:04:19 rt 1.10.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ac7a62aa73e013c4486a93d6db48dbb619d13b1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:06 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [288e097f55f32e5a8f1679badfae380a7a8ae4a8]

        INTEGRATION: CWS ooo19126 (1.3.398); FILE MERGED 2005/09/05 12:26:06 rt 1.3.398.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05dfc2129c4fe7f6bd3f19820867036310d70f67]

        INTEGRATION: CWS ooo19126 (1.7.164); FILE MERGED 2005/09/05 17:04:18 rt 1.7.164.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ffc1a9f18aa3e3417fc28b7e5efeabf7c10f8a0]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:26:05 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb223ea3fee3b85a01055d7df38d34d018c9ad17]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:04:18 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [988788a675395d10b0b445e7c7636d0f9ccfab3c]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:18 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f80778f41d1ccbed680f491627b9c45e2cf7d113]

        INTEGRATION: CWS ooo19126 (1.4.200); FILE MERGED 2005/09/05 12:26:05 rt 1.4.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7035982d04f4fef7a63e73d0af3324bdb1ce43f9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32d7bad4e07facc71a7c89919ddd361996d8b267]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:26:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8dddd695f9a4643d7d1a299198935092e546f663]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 17:04:16 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92e7e8022c3bdf839c2a9d97e76bb346197e5075]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:26:02 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe1381e3b48f028a5f2a56998f4bc22a968e4352]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 17:04:15 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64ae2cfbeff90c949d2d2b4290766bbc36d02ff8]

        INTEGRATION: CWS ooo19126 (1.1.224); FILE MERGED 2005/09/05 17:04:15 rt 1.1.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [508886c65be6ed136d091e79a2e1061dfde39508]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:04:13 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec3afd253906888a618f479f42b7ada74bb3b2d1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [798ec8babb11755e6699d4eb9248eb58a6addcf0]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:04:12 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6db6e98ed88bf13f0b89a400898c74c9b39e322b]

        INTEGRATION: CWS ooo19126 (1.8.20); FILE MERGED 2005/09/05 17:04:11 rt 1.8.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ec273149002e09c46292379e18d4c9f5fc2ee576]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:04:09 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89db0694faf33c8813c69cf3ddc46fcc79308beb]

        INTEGRATION: CWS ooo19126 (1.6.180); FILE MERGED 2005/09/05 17:04:08 rt 1.6.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a8d432f3503277c5aa169c491ceb3ab52400d2dd]

        INTEGRATION: CWS ooo19126 (1.8.180); FILE MERGED 2005/09/05 17:04:08 rt 1.8.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f0a85f36905c175ceb29bf850ef6dd6bf7206509]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:04:07 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3319cf4dda7b5c92b98598ce146602569caef667]

        INTEGRATION: CWS ooo19126 (1.7.98); FILE MERGED 2005/09/05 17:04:07 rt 1.7.98.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ec25c2694ac2ad3fc6e5f67fd70e47a9cda3e57]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:54:43 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f11cc8d81457acc15dc9b130f69d8713ee3b5f7]

        INTEGRATION: CWS ooo19126 (1.6.22); FILE MERGED 2005/09/05 17:04:06 rt 1.6.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0e2c55f33b91c1defcd537c211d8b5291b8b9040]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 17:04:06 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8214add1c54e2557a73afa779f5a83e25c7a8557]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:04:06 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [542457bf2f3cee5a3914fe81eb43a06948c9212a]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:54:42 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [edb36f29cd8616041cb230f1f159a61aa91558cd]

        INTEGRATION: CWS ooo19126 (1.10.74); FILE MERGED 2005/09/05 17:04:05 rt 1.10.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f145c62c50a9c95c89d9e30ea11eabe133ad14aa]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d27856aed4cf0f4853bb990aad29d54a14b5fea]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 17:04:05 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d675c36b4fa552c10c929131e835007e4f0821cc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:26:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21da1954ca639f0b100320ccb75b3440a6232eda]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c6b7d6a1ef15d4baea5173229a865a3a11a1e5d]

        INTEGRATION: CWS ooo19126 (1.13.22); FILE MERGED 2005/09/05 17:04:05 rt 1.13.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a16fd35ad1b901c50c6c35f05ebf135640a6ce]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:59 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce78e5020214a21fc1cfa61dbd684b45ea72e2a1]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:04:04 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bb30928e55ab7d8b4f192e0e9dd8d835cde9d64]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:58 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [889da81583fd423b6095a79442fa6bd19c86f55b]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 17:04:04 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53ef120b13e164d8d4c04707cbc6bd75bef899ca]

        INTEGRATION: CWS ooo19126 (1.4.170); FILE MERGED 2005/09/05 17:04:03 rt 1.4.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [31232d6f8150902d8736cff0e9d2a5030e47505d]

        INTEGRATION: CWS ooo19126 (1.5.170); FILE MERGED 2005/09/05 17:04:03 rt 1.5.170.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9a34ba7cbe691cb4089475b6382c628b1c59025d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:57 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [16778d74259d266178d64082859640ca149c466d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f3164be566457bc6a480e7d88c8d4585311f6c1]

        INTEGRATION: CWS ooo19126 (1.13.88); FILE MERGED 2005/09/05 17:04:03 rt 1.13.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d78ee2b578d42ba81ca534b4637e8121ef651cf8]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 12:25:55 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c73880c30eb3d014a568dddc00ff2d997838e317]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e54731675eb5dadc120ed206e0a5a1b4f32bc2c]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:04:03 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37a5cc653a91097328978798d3a25a95a985c8ff]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 12:25:55 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abac2c5e4468226b3dc845441d338fbf9df769a9]

        INTEGRATION: CWS ooo19126 (1.8.180); FILE MERGED 2005/09/05 17:04:02 rt 1.8.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41b13a50ae117ce6e7a20459f4806a787835a9c0]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 12:25:54 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95b678f410cb4c26a01585e790a4645db6ffbaf7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4805c77b689bce895fd933ae0934860e9b5d9836]

        INTEGRATION: CWS ooo19126 (1.6.180); FILE MERGED 2005/09/05 17:04:02 rt 1.6.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [055d681b62a5edde520164d610f870c0941995a1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:54 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12e6d1a38f2153369bbec4445fadbb5d580c543f]

        INTEGRATION: CWS ooo19126 (1.9.180); FILE MERGED 2005/09/05 17:04:01 rt 1.9.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [318e4b25910d1e7d116dc0ba43799a5297549e09]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f3b35a2966752ba7d35efa967a6fdf553973412]

        INTEGRATION: CWS ooo19126 (1.4.180); FILE MERGED 2005/09/05 17:04:01 rt 1.4.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6dbfc04a2af8bc1ad4ed4e9ea7c7aec73208ca50]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 10:54:31 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c416f49f292edbef67e0479ff398db04b9282a5d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:53 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f87dd92bb9f78e6cc92b1707b0a8165f063c6ec]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 17:04:00 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50ef657cdfeb4724106c6950fd98cc05c350d558]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:04:00 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bebcd199d685de98c7b016f81e5bb88c3f6d059]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:52 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5da8b1d965de5c24b8d938dee5599bff5a314f15]

        INTEGRATION: CWS ooo19126 (1.2.224); FILE MERGED 2005/09/05 17:03:59 rt 1.2.224.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32cb18cd6cf24ef20189e6d41c0839b90735cfcc]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:52 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [59c6b895d38ca03714bb3c95630541b792d3880d]

        INTEGRATION: CWS ooo19126 (1.7.60); FILE MERGED 2005/09/05 17:03:58 rt 1.7.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35e29d9914468a87aecf261dfd602a3ac96337d4]

        INTEGRATION: CWS ooo19126 (1.22.22); FILE MERGED 2005/09/05 17:03:58 rt 1.22.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d53811040217f68222f9239fba77c395e6fb3c2]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:51 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02beae17eb3bc9deb155c48423a900d1cde4aa18]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 17:03:58 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [226d25a2093914abe356597c9d6e1b0be3b6341b]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:25:51 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f96f1628c08e61a02fe6fdf8a5229bdd8bf32906]

        INTEGRATION: CWS ooo19126 (1.3.180); FILE MERGED 2005/09/05 17:03:57 rt 1.3.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c99924c5a509bbc55ea3d4c254b332934ff7e6b0]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:51 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [145b7e1ecb0c385adb83090c0f39f5e17ebb3cf2]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:03:57 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e4eb31c08ade114979e1c042ecbb3b281522cb3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:50 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce133f9e32c484d64f369de863679c4a8847f19c]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 17:03:56 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c45887529af72d1c4fdd5d05bee1a4f4e1463383]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 17:03:56 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ae3973f103fc7da68cf46e23888a5a0cade03fed]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:50 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [afe28303180284a2a3c9547469d2ce7bf30b8c1b]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 17:03:56 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b530fb831d3b70692eecd2efbf9f78e880edd81]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:25:49 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9e8d3063652cb515ab251d519913e88c56fe9f48]

        INTEGRATION: CWS ooo19126 (1.4.180); FILE MERGED 2005/09/05 17:03:55 rt 1.4.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0d8f413238bb0198f5677606dd80194b17b8c16c]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:25:49 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9cb89b717a2a49ed46e16ce2c0fec47fa925bea]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 10:54:22 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [debb1ffb3ea52b2f1aa46edbfd3434f75a3de77e]

        INTEGRATION: CWS ooo19126 (1.5.180); FILE MERGED 2005/09/05 17:03:55 rt 1.5.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96a5225caa2bd51b6539b0022d1353c7e0ac95eb]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:25:49 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98fdd2fa4659af4971b9782a16c88850be1cdfa7]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 17:03:55 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f40335d63d599d8e220816ac86e6bfdc3c26ca67]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:48 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dcf0f81674b7d4d8d92aa8d89de37116b88f665]

        INTEGRATION: CWS ooo19126 (1.10.22); FILE MERGED 2005/09/05 17:03:54 rt 1.10.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9ef70dec79570284d7202171d798e42e024beed]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:48 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e7f597a2e5463170fcf108ba7b36f86869effacd]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 17:03:54 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f47c709be2763efb5a3178ba8e8900544a40336]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:03:54 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff442208da5ce8c8547fe7079dd115e193d8a58f]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:25:47 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d869febfedbaaba66579456fd52dba507788a25]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:54:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fad61074405adb3ce6ba82632a84cd6c9d0b469]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:03:54 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2428642404db38c547c474efac692b38080b99e6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:47 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c669290f5a697ffcb7ae9cdf64d73a95e8bd75f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07e96efee536d022e5ca9dab17164fc24bf175ee]

        INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 17:03:53 rt 1.6.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8c2115da67a8bb5d8fb0bad052297971b8d62f6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:46 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c273f745af10951f2aa411ed32e5f2aadbbe8ef1]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 17:03:53 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ef0489ba204b2e0f85121a717f0b30b6005981c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:54:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f628f3f6efde5ec82b22cc42d4a805f7670bfdba]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:46 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ad9f57628c3fdc74f4ba9b710eaff9623af9b7f]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:45 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f9edf27ab4102081461223f6da5fbe7dd9712e5]

        INTEGRATION: CWS ooo19126 (1.5.40); FILE MERGED 2005/09/05 17:03:52 rt 1.5.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dad03bd90cce44766aed1143e36b30afdd8924d4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:45 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76c7bfdeaf869669c315fd2d84e2562252afd2d8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef2afc989b809a20e4bb1b0f09db57c62b609d0e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:45 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6051847d67e5a35f92defb00cfbb912b1726cf0]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:03:52 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [449c81aee8ace73c3f19c53a7a14e1ed6428562a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7e9b11f76cc02b024880e4646426b52846bd53b1]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:25:45 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a3ab653053097be43e2b60dbd102d044bdd22112]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 17:03:51 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e79fbe894f0e131b39ebbedad025741c0c0916c3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:44 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f23db222d1277ea2b66902b9cd188d9a86071b81]

        INTEGRATION: CWS ooo19126 (1.4.180); FILE MERGED 2005/09/05 17:03:51 rt 1.4.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb3f8d98e6239d3d9f9309530c39f2ed0b7da7a5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:54:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19d33d687c531f8c9fe6260153c23b7236288663]

        INTEGRATION: CWS ooo19126 (1.7.180); FILE MERGED 2005/09/05 17:03:51 rt 1.7.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c7cdd8ff4010e9442d881dcfacee06aa4ab799d0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2aa0a04654aa7ba5908a86a44fa7edc30e75d4ed]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:03:51 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d93742424538e23c15411d1d14c6994660f51026]

        INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED 2005/09/05 12:25:44 rt 1.3.116.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1afe83872a224c507de0ed920a942bfa2c595150]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 17:03:50 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f66b88d3607d1a5b59203e4499fae1e388aef00]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 12:25:43 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [267a10ab9c4255b56a7dd7b2e50a388bfbefebd7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:43 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b49f59e707940b0bf21df94ba3ba9279a4c3d6c]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:03:50 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cde9ec1fe55ee12e7aa0750524d44c5fff264b20]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8fc5f65265447633d42ffc22713e3fc7fb1fd39a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:42 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1637514c797a20f262f3309fb64dfdba667947b8]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:03:49 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad1223349dd79315a7986fdee9701eebac36b179]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:25:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b152b5de1883330d12aa9260b64503e35f343474]

        INTEGRATION: CWS ooo19126 (1.8.180); FILE MERGED 2005/09/05 17:03:48 rt 1.8.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a15dbfb5f4bf23f72ef52d2fe1a4cc5fb209b798]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:42 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [026518e8cbb31ae7866ae1f3a24e342dfee1c0cd]

        INTEGRATION: CWS ooo19126 (1.12.18); FILE MERGED 2005/09/05 17:03:48 rt 1.12.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8af84012eea02b39e84135b2ea1f7a85f25a578c]

        INTEGRATION: CWS ooo19126 (1.18.156); FILE MERGED 2005/09/05 12:25:41 rt 1.18.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c3d0075db4824cfc782d85b72e6c2b62fa81583]

        INTEGRATION: CWS ooo19126 (1.22.18); FILE MERGED 2005/09/05 17:03:48 rt 1.22.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [10621e2de99345c61931003a9007dc408f4c82b3]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:41 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4f56432c88b49433a7cd220537a204c8d69b052]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 10:54:06 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41d47ec9cb699d501d92e94006ea9d1094b9af53]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:03:47 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6054eebdd6f0d0bf78f04231ae1ac10fe530b558]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 17:03:46 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5a06c5ff6405569c592b2780789b0d3a099760d7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:54:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a87021a3ec8610ff70b27fbe09f2c4ea98d2c643]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:40 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c250bebaf1c668029442b4b32b194c5357526196]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:03:46 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f10d0c9138d74d9b04ab4dc5e6c9772477cbeed3]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:25:39 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95f5b5417f87beb961eadfacdaeef266152fa9e1]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:03:46 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d9ccd6bdd1fcb86c5bda2093335d3ac927b1845f]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:25:39 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e630f6efeb40883b039657486872e90e2b893af2]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 17:03:45 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5c55c9271cbc9ee51b0d26ab38db14b4a7e8d39]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:54:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19a49e6f684328b141c2fbf096b1682a2d45c5c4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d2b3e39d89bee41babd2e854ec8643b479182baa]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:03:45 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b14d26dfc3ced71b32ac0eeb6c3c243afa6055c7]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 10:54:00 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5b733764bc2170072dbe787bd2c42707994b808]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9aef502a447eefa3acd0241b1fa48f63fb38db8]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:03:45 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a0bb059add3a2693d7ec3761d7ea9c8e0c07c61]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [122a61c4da2c7ca87288bf0f43d4f68b83f68612]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 17:03:44 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ced772515ec1000a84ffeab4124347a8952028f3]

        INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 17:03:44 rt 1.2.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05a5304cad377ee2d4dd533eddf50fa2ebda28be]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:38 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7837bf0c82ba426b38cc18a9f3a73d8f9a3dbbb4]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:03:44 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3898c772c2a93c8d0b70b55443f04f4d2d254203]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:38 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cceac0765355168e5a8124ad9c32ba8b96e4f20]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:03:44 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76a7ee4f4200410a4d6da033e7323a678506a413]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 12:25:37 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b71b87ef20d2ff41a80770fe63d46cffe78b973d]

        INTEGRATION: CWS ooo19126 (1.17.12); FILE MERGED 2005/09/05 17:03:43 rt 1.17.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7a9fdf31f06339e1f3dc762274a9e7a3fa9d1561]

        INTEGRATION: CWS ooo19126 (1.61.48); FILE MERGED 2005/09/05 17:03:43 rt 1.61.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ea50fb192c95b00d10141c184e5929eff20db37]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:53:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b869aad37d0767909da2e34a72ff1a26ff78b01e]

        INTEGRATION: CWS ooo19126 (1.10.200); FILE MERGED 2005/09/05 12:25:37 rt 1.10.200.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [582ba345674b7a8f1c8595c81d8490b2356d4bef]

        INTEGRATION: CWS ooo19126 (1.7.48); FILE MERGED 2005/09/05 17:03:42 rt 1.7.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30258bdda6d6ee0093f76fd814da9b1135dd4449]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:25:37 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30ca6dec4e546b4baa413c5777889b3251825fd7]

        INTEGRATION: CWS ooo19126 (1.14.74); FILE MERGED 2005/09/05 17:03:42 rt 1.14.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cab0307c708cee4ab1d0f8613aaa9b08ff96ea9c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:25:36 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a8278a53970d96aa8752a28fcb8899f36cff203]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:03:41 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30430a6d14d34eb342b9623007889128ddfd9fa1]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:25:36 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b980649eaac90dcc1d3988a5214b68e13303c352]

        INTEGRATION: CWS ooo19126 (1.18.22); FILE MERGED 2005/09/05 17:03:41 rt 1.18.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [098f3f6b44051c2bbbb043589b8b01c24262f61c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:53:51 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da822607cc6ac8249062cb9ce3ad1589fa3901e8]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 12:25:36 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab2f0e7a1679749116d8cc4481c5bf98a303f524]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:03:41 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbe01ce515156b41223424f25a0a48430b8538bc]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:35 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [97a7d7595d0a1955344bb38ebdf559058801d724]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:03:40 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87a892d8b2791f9e7b31abe0e8a9b4155c11d359]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:25:35 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d8fd845f4d6594baaf71848dbc0229b9cd8f16d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:53:46 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c8c1567b16b9bfb40a6cffbf41460f51ae5017e]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:25:35 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c9b1eba3fb99d9590705fb910280da87f1b4928]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:25:34 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c6887e11584f72d6318739af35e444b89f669d77]

        INTEGRATION: CWS ooo19126 (1.11.196); FILE MERGED 2005/09/05 12:25:34 rt 1.11.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [262e128684307bddb93bb4275a8ffccfd38650bf]

        INTEGRATION: CWS ooo19126 (1.9.190); FILE MERGED 2005/09/05 17:03:40 rt 1.9.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad967a269767c0d87bc032514294d6690fcfb704]

        INTEGRATION: CWS ooo19126 (1.7.44); FILE MERGED 2005/09/05 10:53:44 rt 1.7.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271e7c5e140b0b8bf50be1a530c64c2cb3b8c2d8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:34 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6f878497a2e5ad0e9aeac6df9a2998478c2f5946]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:03:40 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f63d960c0d23e01e19f0e5af835cb7c4f02f23a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:53:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ded35cffe55920ab1aca3795ee176f3ab47497b0]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:25:34 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3acdeaadb452e6a6bdca746d650fee756895a101]

        INTEGRATION: CWS ooo19126 (1.9.44); FILE MERGED 2005/09/05 10:53:42 rt 1.9.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [24cf9714b4f32b58d8e3860a81b86c16169bf1ab]

        INTEGRATION: CWS ooo19126 (1.8.196); FILE MERGED 2005/09/05 12:25:33 rt 1.8.196.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ff944c4697f8163448014b6e2312e4a74bc2cfd]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 17:03:39 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6f8e836bc1f37d32732a600716b42d044210de5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:53:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bc318c9ea4956a390d3f4f445bd0484e7880dcd]

        INTEGRATION: CWS ooo19126 (1.9.86); FILE MERGED 2005/09/05 12:25:33 rt 1.9.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce6dc79de0817bef1db992bc607b6afdaa5560a4]

        INTEGRATION: CWS ooo19126 (1.6.194); FILE MERGED 2005/09/05 17:03:39 rt 1.6.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [852da1451caeb4ad5948c79d6b169490d61ab610]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:25:33 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d17e6e0c5cbae3fd0c4201b607a42226f3f7fb35]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:03:38 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40aa45f196668d2f2db3e5328fc86088e3d7ae3c]

        INTEGRATION: CWS ooo19126 (1.9.18); FILE MERGED 2005/09/05 10:53:39 rt 1.9.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37d37bc414130fe9665625ce80962deac9e962f9]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:25:32 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1faa48832428135b96fba2075bc346c5aebf8f29]

        INTEGRATION: CWS ooo19126 (1.16.66); FILE MERGED 2005/09/05 17:03:38 rt 1.16.66.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf5ac073441d86568c3ce8ca683f61e5736834f5]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 10:53:38 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d671e8e65cbc3418cee79fdcb86834fe8a3dbb7b]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 12:25:32 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bec90c4d88efabe609b033d7894c5e1b75e356e5]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:03:37 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [293ccbf281b293eadf7eabd53c42d2b821908258]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 10:53:37 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7798d956a1d35b15ee290c70d100373fababfb69]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:25:31 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a282422391e98566ff0dd656859070db01d000b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:53:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ca94394ab6d65476890df9a5d909eae1ab214ad]

        INTEGRATION: CWS ooo19126 (1.13.178); FILE MERGED 2005/09/05 12:25:31 rt 1.13.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2239f8c0677bb38cf1911d5fdf353612dd302cf0]

        INTEGRATION: CWS ooo19126 (1.6.76); FILE MERGED 2005/09/05 10:53:35 rt 1.6.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0612eb284adb7911e30e24ea47e854765698134]

        INTEGRATION: CWS ooo19126 (1.10.156); FILE MERGED 2005/09/05 12:25:31 rt 1.10.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b8eaa2f0ed0050408eae4f24e59d85891010917f]

        INTEGRATION: CWS ooo19126 (1.4.222); FILE MERGED 2005/09/05 17:03:36 rt 1.4.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e18912725e4ee5713a21f09a86096d080f2014d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:31 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff25a4656097312355cd56c1cfcf904073505ae8]

        INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 17:03:36 rt 1.2.258.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efff0cdb333031ce60df26f0fff49ba9fe5ddef6]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:25:30 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5118f6d6cf509089f86734d899fc8b50a773d0c7]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:03:36 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [054842bd53de705921cd3d5e515eb5147bb273f1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:30 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20f81dff646ca73720908b45c9e7399401c4dbde]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:25:30 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a91f6ff2eb80ff9d5bbe4261ee68793e336b8bcf]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:03:35 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfa6b51f37efcc4f6c3c86580539d9cbad4e8d86]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:53:33 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [198264d3953b0fcdc9d84dec32041aca50f2c112]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [08b2c3d02908e40bbbf87387aedc3958266a9072]

        INTEGRATION: CWS ooo19126 (1.12.194); FILE MERGED 2005/09/05 17:03:35 rt 1.12.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ffcbd5dcd7f85c9622ba9b2580f13ecd62b676ae]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:25:29 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c13398ce75cc793bb07bc3fbbe8193fc7081c23]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 10:53:32 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [820c4d58d6c82a9824b05993176eebc59924a7ae]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:25:28 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5c8456bf30df33af28d602402c49d36dd956aae]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 10:53:32 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe6fd85ffbfa01b104c58f5d8ead8e9a34516533]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:03:34 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48fe68e0c9e6436c766e1c6900a6f59114dff96b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:27 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [506d4510fa457018485c71af5813281dafab8575]

        INTEGRATION: CWS ooo19126 (1.30.194); FILE MERGED 2005/09/05 17:03:34 rt 1.30.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3ae59b0f74747eb1a0430e335b012d00bc10985]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f100b68c6db848d1f009d5058dd702d62e3aa292]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:03:34 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a2c71fc02ecd9a5bacb77de9771caaa2482f3d4b]

        INTEGRATION: CWS ooo19126 (1.3.88); FILE MERGED 2005/09/05 12:25:26 rt 1.3.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f69cedcce0b8b217e07e67153b5946e530dadce]

        INTEGRATION: CWS ooo19126 (1.28.48); FILE MERGED 2005/09/05 17:03:34 rt 1.28.48.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9c57031281b6c7f7878ad82c5f6d3fd181d730b]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 12:25:26 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e54079a8230f158262f95e4e35a8edaa51d7c22]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:03:33 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b80893a740208f6e0c1b1b71254f6a7c9476a416]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:26 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66973a3469ec5edf29b3be3b75e6933b08a37a9b]

        INTEGRATION: CWS ooo19126 (1.7.222); FILE MERGED 2005/09/05 17:03:33 rt 1.7.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf2e0baae21983b8fbde1f773aa5f905b8c51874]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:25 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77345db5adeb7870bcd46341702df3112a7b7cd7]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:03:33 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [73a544cb6705697685cb4c41c46685a9b1a8058b]

        INTEGRATION: CWS ooo19126 (1.14.194); FILE MERGED 2005/09/05 17:03:33 rt 1.14.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [223fa375a5893367c09aecff4da943fc4ac407d9]

        INTEGRATION: CWS ooo19126 (1.5.194); FILE MERGED 2005/09/05 17:03:33 rt 1.5.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75d257048190c904305bec6bb5eb7e2a05532e91]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:53:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f7cb677a40bd32e28512a2dd15258ab18bbd340]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:24 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35f5794ededa699a20b3e63c5ddaebf34cc0400b]

        INTEGRATION: CWS ooo19126 (1.16.74); FILE MERGED 2005/09/05 17:03:32 rt 1.16.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e1fdc09b7b32c01136d524ecf0e12a6cbc5c4c1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:53:26 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da3eb5a63730a7e9d5369bb6d6ffa5e79c738f77]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 12:25:24 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [505a1227e64753a5ebde0a48d0617b032035be97]

        INTEGRATION: CWS ooo19126 (1.24.88); FILE MERGED 2005/09/05 17:03:32 rt 1.24.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb7780b012163825dca87dff3dd3f385ebee1a56]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 10:53:25 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5d6ca5f406f922cce01a5452a76fbafd265dc39]

        INTEGRATION: CWS ooo19126 (1.37.88); FILE MERGED 2005/09/05 17:03:31 rt 1.37.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcc9acf775057eb4597462a7a371bfb70840b63a]

        INTEGRATION: CWS ooo19126 (1.6.122); FILE MERGED 2005/09/05 10:53:23 rt 1.6.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3387490225d11c817d0544e599b70348dcc1682a]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:23 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b9f1b42919921f0bbef0971dcb56424874f78b11]

        INTEGRATION: CWS ooo19126 (1.9.22); FILE MERGED 2005/09/05 17:03:31 rt 1.9.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee662bf6eb4d49f64979b1f1fab64aa7f11c2fe5]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 17:03:31 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a5a5e27928cd26276230c6976a6d892eabe5a9bc]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 10:53:22 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [811490e52ed4b373d8621ab84127692b586df8e7]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:03:31 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [734f7f37c4777a7478ad4a0c7dd69744766f0671]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:22 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b53e95edaf08c521cae919f49899f256140621f]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:03:30 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47b655f66e23b2d57b40c773119c7e519b1a5341]

        INTEGRATION: CWS ooo19126 (1.5.222); FILE MERGED 2005/09/05 17:03:30 rt 1.5.222.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8ac30339b8a58dcc19cd92e05ab7364ac28fdae]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:21 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [865e8069c42634ff26dcf04e6d3d25f5b3d8ec82]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 17:03:30 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f8967d9a955124b20cfa17e5a5754c13c3afefcc]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:53:17 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [95b3e9695b40aaef200ef519405bb57d511d7632]

        INTEGRATION: CWS ooo19126 (1.9.22); FILE MERGED 2005/09/05 17:03:30 rt 1.9.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f2ab1506a2b58f05710c497b0ef013ec3bcecc4f]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 17:03:29 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6a17f94c9bb9542102a9af7a7ac3d23e211aa6c]

        INTEGRATION: CWS ooo19126 (1.10.108); FILE MERGED 2005/09/05 17:03:29 rt 1.10.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b39b7812e3175759ee0099088e7f15863da59bdc]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:20 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6d5a1a645bd840165f56e40b47294fbf0484888]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:03:29 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06e0cbd6fe7f4c9f95b12832f5c6a357a94655e3]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:19 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61664c0e3dbd48564945ffa7f96c7773974e58cc]

        INTEGRATION: CWS ooo19126 (1.10.190); FILE MERGED 2005/09/05 17:03:29 rt 1.10.190.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca2a133332cd8f4887e30ed84ca7563705db34e1]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:03:28 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ffde3b17840a01cc2a1cefd726a9b2e60ee3aac]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:03:28 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccada3723c0c7db9d859cde295531e162c07315e]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 12:25:17 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [482329e823d56931bc2d1a688d2e9cd1bffa0dad]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:03:28 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13a14318107a9165480fc4fe3462f649544bd8a8]

        INTEGRATION: CWS ooo19126 (1.10.108); FILE MERGED 2005/09/05 17:03:28 rt 1.10.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d4f2048a4cf837e09224225118dffeb5c608227]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:25:17 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d56b65ea6db7c049f673cbf678b6bd392aea5755]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:03:27 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [086e5b19acc9898b6a2e98aabcd6cb8ee0458584]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:25:16 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84c7dc10f0e354b21573300f2be812da7c707546]

        INTEGRATION: CWS ooo19126 (1.4.194); FILE MERGED 2005/09/05 17:03:27 rt 1.4.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c4f1431e216849df913a02f35d9669f4815842e]

        INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGED 2005/09/05 12:25:16 rt 1.3.680.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f79b5418e1ece94d5cbd840766b76794b6c3e129]

        INTEGRATION: CWS ooo19126 (1.12.180); FILE MERGED 2005/09/05 17:03:27 rt 1.12.180.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a3611cbf00d0ffd3c9d58a38a26fead420f029e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:25:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [48474a8a1e3defa569005c99773d1317c1f1afbb]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:03:26 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c30f303f3d46399d92c798c0b2854efb3654773]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:25:15 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f305836200c252532413c6c1f325713c1bbf783]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 17:03:26 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75e8b73c4dde26d3d6a812b68b074b90ab763c5f]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:03:26 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4fe691f76a0c1f82371d393d0c006cdbda7d42c]

        INTEGRATION: CWS ooo19126 (1.9.60); FILE MERGED 2005/09/05 17:03:25 rt 1.9.60.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcfa4244170b6e8dbc3a87858ad96c83e2795f01]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:14 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17f8dcf98d985bc31fc4a786c7ca9dd1caf8bf08]

        INTEGRATION: CWS ooo19126 (1.11.108); FILE MERGED 2005/09/05 17:03:25 rt 1.11.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0fef0938c672f2546e369c4f189d9490c14624b]

        INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGED 2005/09/05 12:25:14 rt 1.3.680.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ba3383d49db9d8936061953a4c24a009f3a05b43]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 17:03:25 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46b2bb75f45d8570ef5bc773e96c9d0dc56d37d3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64c1b2647fc0a7df159fb31f4d9cd6fcdd3d4069]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 17:03:24 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff0e067ed7190647abe3175be78f36f22738de9c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:25:12 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84a59b6db4a8c31a08248a9965a8b63fd61c1908]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:25:12 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d69f0257a900c99244fd08dc79aae10ef648d0de]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:25:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [015745fa84139fd949e65dd5131d71cda51083e9]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 12:25:10 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c849f513ccd057e251a12379798be936e9fb1e49]

        INTEGRATION: CWS ooo19126 (1.49.20); FILE MERGED 2005/09/05 14:55:30 rt 1.49.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [917fe411b4e6b6fa2eb68a2a9732b7cae8186b02]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:10 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77be71e53371c270824b5b74345965a66f4903a9]

        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>  [b481b859d85cb7e80af9a4e6b736c7ee0516e64a]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:10 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69301ae0052e72740608f961fd2150168d7e998b]

        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>  [0b8baee122af93c8fff7c82b552ab424056b33f8]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:09 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d96eb565efb50308e0a473bebd7ff5c615e29f3]

        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>  [d101ab3c6fcb35feecdbfd5b8400685cd696cff2]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:09 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5e353a2ac1a7ffea45c85fdc12344039829fafd]

        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>  [ed0ba8c5ba153575fe4aabe0bb7b89bcdcd1b98a]

        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>  [71582ee3d0a9d6c27ba1020f9d0326cec5aa330e]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 12:25:09 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [06c421fc0f2f4f07f5cab29efba0783f93fbe3f4]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:08 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb833b6fe15e922f3eae87532abefd8c92a13f9b]

        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>  [f823f0844858ce7b31515573204284abb1c7af59]

        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>  [50c4006761578a1e279405901f44a284202e5bec]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:08 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [437a5bcd8e2ab12b0c7d9452bb24d5f346834164]

        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>  [1ff139af505d2f3be804f4e98af9b2f2007b4601]

        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>  [1687a149cc06bd7821eaecf425b4a68838c11e3a]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:07 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0de89655d91bc80a8616aebc6a4d63f17c50f9c5]

        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>  [83b5d759d9871e8f670f83d7d428638009aabe47]

        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>  [ac96aa7c4cec32ddcf7225945eeac7eacbe49f2a]

        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>  [9364e4278769f7f34a816403232d36d6d1991887]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:06 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d94098b75d6c4a725fc070ee4ebe4e3a85684a6d]

        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>  [469628e810e23750b3221cc2c36d3be8028ef292]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:05 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [453fd31d65134142b8b417a90ceaf0717d057bf9]

        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>  [3578b6e7d57925b1363575aab91658c70039b3a0]

        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>  [296807e7b584fe727d08bd82b276902989e088cf]

        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>  [96deddc43a2d165bfe57519c6b9f88f33e1ea54a]

        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>  [427345c1b70a9709621d1682211f47d422c92c76]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:04 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3a023a2e0f0d705b52cb0928efb6fb9af61881f]

        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>  [6fb2c14511ba2724e89d7718538dab3232d8c86b]

        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>  [99eb324121e207a8b33589f6e12e8961e1e56574]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:03 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [790cf5a59a62e561f60c20c7276390b4cb4a79f2]

        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>  [77e8a86f17456077216136e0b252ee191ad675f4]

        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>  [bef7b30ab09c796a79322b1ef8768f1539789162]

        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>  [4facf019c4871f1db2aa756d0a8a4fc02a86e8ec]

        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>  [5d17e00db2b5904826e72ad57c97d5318b60fca6]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:02 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [271154667af508d64d6fefac35592d7e9a781fc4]

        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>  [2478a10c55f750edc2bed9c5ec260c8b243cdbe6]

        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>  [a367abc58010c332325e78e66dda6c09b8cb10ad]

        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>  [2062635847b2308641183982cc1074d11cde2bf8]

        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>  [bc33e15a613f4941eda73905042d8a79407265b2]

        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>  [3117686181f5e19f66c8fb576b8bd9213104c303]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:01 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d3d2cfefa5c28ec4ca6b967a6e3c9c9a58905601]

        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>  [b964931910b562b05e0606a2483d436885103ba6]

        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>  [f8f0df8fff1c8ca5fa1c87010e6e26903c8051dd]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:01 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b199286344ba295a620c519932747fe19ecddff]

        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>  [7f40c75dff8e8aa873d4b3f4cd8dd3377d9446d4]

        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>  [c67407a5ca8111709e245a371cd3e6edf271a20e]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:25:00 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6341ba524e1a62dde7d285167745a8e38437f523]

        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>  [46803cc2934616e7e50ef791ff2138d80c5057de]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:25:00 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [acd2bda34a8bea7bdd662edd047089c25472dce7]

        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>  [9fc503abfb136f66f61f6b626e0656493c1b53aa]

        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>  [443909e8d5915da145b36abb534fc4654a5d7753]

        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>  [4eedfe9fca061ca9a3147bbd2029ebc5be4fce49]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:59 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0fec0becc5232ebad12e8638865a5e96cc543435]

        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>  [715b8864bf8cc59d933bc5225d61ee859decd96d]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:24:59 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff147e3ba458f6d59895a53b6c93ae98a00de3e1]

        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>  [597a4f211be8e71e36cfc8bbcf2dc035de272f6f]

        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>  [e8fba97ba03c1390eef1d68730fc650a6576ca4b]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:24:58 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd228712cb2340a60342cb576cee17c0da1972f4]

        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>  [938448d754b61992d24a6cea23a1830df342bfb4]

        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>  [b33365acb7bfeb2542da18c21456111f88f0ef8f]

        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>  [77a0ffc0edf9fa2d56e677bf054ca00626e994c0]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:24:57 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70753012ae2214ff4d81f09b91066cae3ae91a23]

        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>  [4154d7122c3d27bde55808bff3523590ee704537]

        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>  [763ae2bf16d0ee8070eb131d5355658423b5899c]

        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>  [6b22e5bedca6fc430ae742f6ac1547fafe80a7c0]

        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>  [32f21de07a3fa9256ef22f1699c0af0212581835]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:24:56 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9492f3ed40cd48cb7cef6bab4015ba4382794470]

        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>  [48af73617515a8d3df285cb82a7ced5bc3d9c6fb]

        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>  [de319180f4b508ed47d728cdc89aef143a4d30ac]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:56 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6af90039f3b51b64af0fbcc399266c097dac61b]

        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>  [abe48aaf00843df9b03f8e4a8fb16e8050460ef2]

        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>  [5b345670a3fc945f3e5fae61b8a1aaa71ad02033]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:55 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65627558d671e07928e7a878762b442db622b154]

        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>  [e452f1fce009f46b616e53a16269e6b380d1ca14]

        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>  [a22d7bdcf25f7e5d69337237d2c3c512a4bdb456]

        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>  [250b4ba300bd08f5af570b7dc3febdb808071737]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:54 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7114a64aa30c301c36cf8921c25b8560b721c5e7]

        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>  [faa1b7b017b47d6c726c6ea472555edd68f6448b]

        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>  [eb88a2a7b661788b15730bac415dd19ebc332fe2]

        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>  [547269de93ed76adbadbc3b5e5ad92f4cbffc66c]

        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>  [22ddf8f991c48b7c9f2e049793446aea8ef5f352]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:53 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1678461d4d95e1c8006547c68db9d146abcd74ee]

        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>  [3fccf8e29ac3b0b0df073abe3238f00412886753]

        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>  [08aaee245836ffa916af32a4f0a0687d7d22de82]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:24:52 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [029181308d9d5a9ac0431adf29872924144fc38d]

        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>  [75ae297dd155d025e180f56b33b6c2177579094b]

        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>  [fa097b175bee9641ceb627ebcfec3636d35a5994]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:52 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3058a05295a1fdc13d7532ae691ac47fa92e176a]

        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>  [7974a7fe6de829a8367d9f7caaf3780802d84905]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:50 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ce5757e0be7c59dd7180835c8c68a55b8edd793]

        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>  [ef8f4c9209df489eb215c10530a1fa0799d354cb]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:24:48 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b781a0b2f828a983f9597a67201b6cde91fb08a8]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 10:52:20 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9883810c10a9965822927b82819d31b9233ce9b]

        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>  [c2ed373542f1e90aa8a6e075436714b8e4c2bfa7]

        INTEGRATION: CWS ooo19126 (1.6.44); FILE MERGED 2005/09/05 10:52:19 rt 1.6.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb87de705935fdc1becf5ab704138aa39c056977]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:45 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6b68e42a1df5fd806ce00359dd4675b3f78c12b]

        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>  [2b42af00481df98a6267cd30074c0c2fe5fd53e3]

        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>  [bdd0535ec8e970697f0305f9670fbcb2cd82c0db]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:44 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [35706959338bd0873878d153fa0e2dbe6c664d03]

        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>  [c2c676cd67113a0ae2ab249deba21cd79660c24c]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:43 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [667afefab1903f40db73a0fb282fecbf21c520ce]

        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>  [ace7547b528aeb0c88d5acdc483a7f7c3971b71c]

        INTEGRATION: CWS ooo19126 (1.11.128); FILE MERGED 2005/09/05 12:24:40 rt 1.11.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ff5487487235242691e70907b5edadc6cc100a86]

        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>  [efd60ab560ce3ec967182329c7ba71458ea26c97]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:24:40 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9c7c53c81760ca66779c80d2abdd3ed259387137]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:24:40 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8440676b6fbf7c9d3acc3cccbb0b32df3393ba5b]

        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>  [fb0111d13d3c9851c9be5d50ee8fb82ea02410a3]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:24:39 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2515d8b811f589f7d58f5d24a27a4791078e9fb]

        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>  [94e512a2d9f79f63954053a3b9bac3741d5a40fc]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:24:39 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09daaae446c941e1bf24567d63a8115ccede2c72]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:52:15 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3beb65a57653cd24bc42440d28d9849c505f0c41]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:24:37 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [70f8ca222025c30bffff3cda93e972cff7e75da1]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:37 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [23ba1d29c5f5a5e3c66bbe6c5540b26184c8e6a3]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:24:36 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [98bed7fc0b08e40c1134a5520e2817d3fc44e00f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:36 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1536a2a69b5953ae8f17ac0b364788db79615f3d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:52:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f50329e4c28fb0ffe3e6598dc5e2c99512e3034b]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:24:36 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2cfb0c34832fd0c32eaaf2ba0d94664d9b00ced5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:52:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [330d28cd1f1ca2cf1e9520b0b70e759589348ee0]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:35 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51f6abb2915d0b0c09b8326192568d9ac18aa318]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:24:34 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [61169be09ba5d55cb7f742f4f7314d8579d41373]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:24:33 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e85cfd46cd63ad18c0f7511381f89b406ffea9e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:52:10 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02eb19577ef2675262b4f7de447229b21b8c4a9e]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:24:33 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7f53d9e2350f8c09e842328f81f1e971d1a85f3d]

        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>  [f7a09a31197980950d1e1364cff1790dbe872621]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:24:33 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1127c947a5c35fcfdd877d7ded13310703292e2b]

        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>  [1e11397c555ce2442f4442d2730d47c4ba38957a]

        INTEGRATION: CWS ooo19126 (1.6.58); FILE MERGED 2005/09/05 10:52:09 rt 1.6.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ad208e73b9eabb0c4ec90c3216e3aa8b653005c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:33 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d50b9ea4c056a6ec52cfa85fd1967fc638fb12f1]

        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>  [c83c81d00ab1abb457fb08c56b0ecbd191c5436c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:52:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c5ed3e9ad64f51ced16e0df245ec6ed8bc2c6ef6]

        INTEGRATION: CWS ooo19126 (1.9.288); FILE MERGED 2005/09/05 12:24:32 rt 1.9.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [19820fc47b158fc3c99fd8a35aadde7a386164bc]

        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>  [d8a71e49632504af46953842dec8439996ac252f]

        INTEGRATION: CWS ooo19126 (1.11.128); FILE MERGED 2005/09/05 12:24:32 rt 1.11.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [398adeba7718f6bf875569651ea6ea6495ccef2e]

        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>  [39ad5939d439885a14248963f6cba4cf404a2f34]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:24:31 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0727e688a67bdf12691873e75d71747277f76cde]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 10:52:07 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb68cf9a032b9722822e19370064efeef1b2bf4a]

        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>  [d359e5e8cd9fa94349eace7f315da6f4fa715a1a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:30 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00e601decf81e4db1dfb6d9b29b08609c29af528]

        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>  [fe4308e1e7e6841bd5816a1cae48da7edfac61fb]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:29 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fd66ef8a895eeb1c95e3a587c3f28b3cbdd24a62]

        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>  [2123bf3547840d23ab31f965d6d7ddb0d6e861c5]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:24:28 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9568eecd29ac4f9d637f5dd261894478d077d912]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:52:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [42179799b6085b4e7f3d1f1718ee34af194127bd]

        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>  [c75adb40d62dea98cd7e9baaf81523752eb4da24]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:28 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b994b9adce38d9f56e19cd9cb123f447c82b3e4a]

        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>  [53f9d651e4ffc2f9b1df1830e1060d629b1afd14]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:24:27 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [427e8160a74853c9c9882dd466d452581c7718ba]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:27 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6f43d66f1b419017085bde7ceecb10af225bbc1]

        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>  [ead42e0b822de029c60125518a19f419affc3d35]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:26 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0bbeb94074f99d3f003c8d9d6de1a5bde5fc589]

        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>  [c32c0c920f2df26a3396f203d3afd587322deb86]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:24:24 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8b5774415c81a0f6a5dd89eb25124ae47c6360f]

        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>  [b711e06fdb755e83c262875ff2cca7e4bfa87a94]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3417cf7cbb38dfaaa9e43f591cb1de10fc8d4cfc]

        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>  [27e3f5a04470760e53b9007455e848f3b5533e2c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:52:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac40615c21d7dffb5f72c27befcb52e2f551a1f4]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c33164242e41fc6348481cd1820e0c0ad26b7a9]

        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>  [7291005a6b27d5c22a097acea8a3428a3bf925bf]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:21 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a99987b043be69d9932e566b5644b7b0d42975b1]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:20 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fcd1500b7cd86d4d14aa7c388e2f456c3687fbe]

        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>  [b35770e3bb36b304798031b562b0d290fa2ecbe9]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:24:20 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18c37b1ead3c03fb947a305931a27f3f86788f74]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:52:00 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [56bb305c461f528073265005fc871d72fc892f61]

        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>  [868c82f8593a168735e8125acf0e429123872c21]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:24:19 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ceb6c11ee949752da23bf84e6056b593f22d346e]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 10:51:59 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c3a13b404b8fa5fa4df581fbc027ddb524ccec96]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:24:18 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6055bafb76ea6fabfbdbdd9b6808b113b06a511]

        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>  [53c7271bb5b9fb40a322b2ebc1dc1c1fd034088c]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:24:17 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f113d66745cd640bd26873f20bd7cce7b7e58c8]

        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>  [c82917d513dfda7a18eb6ecc9ce1cc021a2e3f3c]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:24:17 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3eb1795d65e38b4022ecdcdbe1b9da66a8cef852]

        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>  [fc50df42a4da657df19ef5727197978ad5920ab8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:24:17 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b1b0b590846d42263a738ff1bf1acdb65262b01]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:16 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55c4b2e72791df4e509493c1f75e60c1e1e4d667]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:24:13 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d237d2b5f3cc59ec4702413bda856286d999879b]

        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>  [6b8b8e7b2424373c121ff708e184162632c7d3b0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:51:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad42381c665c13bb0b5b695a092e2a6524d231cf]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:13 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee7a081f1042427b87129a557652df4ec1c91299]

        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>  [2e6d20e8fd7591ece132c3abe05612a37aa0a8c5]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:24:11 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e57efa8a55e3482ccaf7237d15c7cce353f497e5]

        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>  [79533ed2850fced5b4d78bacdcc58e67bb0c9077]

        INTEGRATION: CWS ooo19126 (1.10.18); FILE MERGED 2005/09/05 10:51:54 rt 1.10.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79706e6d3cab46920114ef0c210ee179609be4c8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:24:09 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65892e3534025d43300d9bf7426de139cf164d55]

        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>  [c59fd707a2b34acf09ea71ee3df4e258e64d126d]

        INTEGRATION: CWS ooo19126 (1.3.680); FILE MERGED 2005/09/05 12:24:08 rt 1.3.680.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c47bf089b8e433462b43c24bbba64deee070f72]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:24:07 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01195776e87e3adbcc46c2a16d50d2c976f9412e]

        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>  [fa8cbff46181e23e74714f2d804684cee737db2c]

        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>  [0b5fb5da8acbad409bfb89fbe59aff7ed6a8a38e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:51:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c6d7288ede907e5a713ffa2088189c9a82b0a8e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:24:06 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4de644168341e727fcde1134acd3652571711e6]

        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>  [1d34593bb8a89d03f6c26e73027f15e98dc1bad7]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:24:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c023e902faf44034769259768a46a6520fbb1303]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c21279183cec9098fcfd3f2914dda0ab27c806c]

        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>  [c00886281a3d5dc4482113916bf5974eb1067099]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:51:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5515d01b600a4c07d4241bd2589a90cc62f00eec]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:24:00 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2bf043a59a84166585c9ff9556b21a148d2eb9d5]

        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>  [f1b9dec049ea886b17da6aea561d44b2a39cc6a3]

        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>  [5792005d8f566f54aed3252368538fd8de954689]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:51:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c03c5ba41ad0c929cb01aaa5aa5152c79d6b164b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:23:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8139f0db2fc2c0dfe9e78f1f1186981d2a1119b9]

        INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 12:23:56 rt 1.3.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [140f9cebab3d08896b46061d1c2f47977f6fbd16]

        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>  [9bdf67082318b03c4d2e470e9bdfb6df729d82a8]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:23:56 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ea10e2da9f1524aabc418b8f78e8f8550f1a1ebd]

        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>  [d9a533ffb2a8726aa561b45d368f5fd9b9f26701]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:23:56 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85cf91e2e3a77f1ac035df534bd85df30f824ad8]

        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>  [6e04c3f860e8099a31b21973fa3a12183068c109]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:51:45 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7115820aa2a2b95938f3e50c573fd0095f897efb]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:23:55 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b190da84e4c87108b6f471fa98099c235abc227d]

        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>  [95da4e28fdfd367b10bd0ec6a6abc479e07478db]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:55 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7fe932d3b35a47fde7da6d617e4399ba4ed9d7f]

        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>  [1cd37e3861174a882fe14f61a55f5d910b536284]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:54 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6240ddff4e8f209df2fd711e35b02d7fa2ec214]

        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>  [2dd19a0e4e28c7082eb490fb9127458e1880e0b7]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:23:53 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e558d0ae2cb7c618e835420babe681815a6d34fe]

        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>  [762a1da62f26e43c9356011fe5552ff3dbb6e3c3]

        INTEGRATION: CWS ooo19126 (1.1.670); FILE MERGED 2005/09/05 12:23:52 rt 1.1.670.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfad843b0352121a1629ac36c9cc769151ab3988]

        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>  [4f323b5e0eb5b3e09d039e9f4bc7f67af2894b82]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:51 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [33ccc1366c5f6acbc31dfb1bd5f838ad4c145983]

        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>  [2888a2f85b5a1772606ee8af7768440b9d780b51]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:50 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a4a2963007b1f99868fa0e07d37fa2358794e9ac]

        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>  [5f21b69d1f16df37020f77fe54333688be12f13a]

        INTEGRATION: CWS ooo19126 (1.9.256); FILE MERGED 2005/09/05 12:23:47 rt 1.9.256.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2981547090044234f855400cfc53de2175d14464]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 12:23:44 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af6348b2c09bf667b69fecea9433f5d4c85a10c6]

        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>  [115c3a44d78819163813c888285a5117d2521069]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:51:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34cfd0ab1752514892321b000fe97645ad4a69c8]

        INTEGRATION: CWS ooo19126 (1.2.416); FILE MERGED 2005/09/05 12:23:43 rt 1.2.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b25cfe4d51a85e588f1827613e9b463a3ee3ea6]

        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>  [dcbbb223ce9b5c098e3ebd4dbd354990fdba57e1]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:42 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26251bed30683f378a20d39bc093d1bdfa7ccadc]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 10:51:40 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c544951deeed6c62621851d4ff7f7193ec68cc36]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:23:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [84a7a923c72713134fd9ba68e33003110671150d]

        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>  [2182a36c0399a13cdff9000268e547f109f75ed1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:23:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [901866ec22090b27d360336e3a918e4a24e7b9d1]

        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>  [b77636ede2c99f5e109618c162e16b67b7d7c130]

        INTEGRATION: CWS ooo19126 (1.6.76); FILE MERGED 2005/09/05 10:51:38 rt 1.6.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [559c3d8635a639103bb11e62568286316f12a13d]

        INTEGRATION: CWS ooo19126 (1.2.416); FILE MERGED 2005/09/05 12:23:38 rt 1.2.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [abe56f0ad581f9ffb3b50f0688424edc30deb2c0]

        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>  [8245dda40ef431fbeb9bdfae35cdd3778fd309cd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:51:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4cd2baab6fca27a7cfb8439fbfa54d3e7d138c98]

        INTEGRATION: CWS ooo19126 (1.2.416); FILE MERGED 2005/09/05 12:23:36 rt 1.2.416.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [633856290b61e886d1678b17b04440fc14203825]

        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>  [47f7a4eb461ee81ac9ce2835975cdf785d0d0195]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:51:37 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [554cc38d382d51952284292ec19efa3be93e33e5]

        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>  [010676347f0bb152c0b10ada5bc1e83d9afb25e1]

        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>  [f9f594129443824e4cb067b7e7dcb36aa5fd8e6a]

        INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 12:23:35 rt 1.6.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d34b06cfc747c39fe25b3874c3a2494252f45d5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:51:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [74e189dcf9741438cd94a2a5b96b125d3388322c]

        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>  [cdb9279ed541824238d916fc7d79748fcc8bd2ac]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:23:34 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb5953d42bd9ba8f52d95c275933c03569c91019]

        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>  [62e5db125c2111bd5646d3353540e311159617c1]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:23:32 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25ef196d22b183467e2ff21faa4c55e588887e77]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:23:31 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41fa2e983cdc88b36dd0ebaa1afca9f386225903]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:23:30 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ff3503f26bf84c11db250ebe026fa5b7aab762e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:23:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [463746806c2f7aa241be5d884f1bca8760dd1b32]

        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>  [34d7b3efe9ec2f69dbd8c14edd96a5ac4f5af2d3]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:23:28 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [055173af03bc5e3718b72fa7e0f295f6d1f51633]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:51:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3de40dcf0d5c0b8345e8a30d56d6d3ac4a90d182]

        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>  [83333a1689bce247880a556dad623202363b99f8]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:23:27 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89b9019e0e8579778b582dea3a78c103a31f315d]

        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>  [832546b8c3d150ebfb0f7680601aec5588e22fc7]

        INTEGRATION: CWS ooo19126 (1.8.44); FILE MERGED 2005/09/05 10:51:33 rt 1.8.44.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c13b83a35058566220e4469a61b9d8d3dfe46a9]

        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>  [28fde6c37d9e7774c2148b20a0282f9e0358dc91]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:23:27 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb4d04c206c3a2a53aecd325b9850acc981d73c2]

        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>  [c9da5d48f3a0b72b7f92dd6781d3b16b54d70938]

        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>  [650c736a5226665cdb6137001fa71b402f45c841]

        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>  [14f4a612d7c7f86654528ddd657c8e95e3286e17]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:23:26 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [407aa918c7c2162efbbf36f97aa76d90316efe52]

        INTEGRATION: CWS ooo19126 (1.6.88); FILE MERGED 2005/09/05 10:51:30 rt 1.6.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c517b7eea2087858018a467237188f7ba6e6e5f6]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:23:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f46bad1dd5d820ba2f1694fdcd016a78a6462b46]

        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>  [e91da89ee6fa567951fe909dd0ad747142050ea0]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 10:51:30 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4aa634f22687f6f91773694a7f24017c9d70a07]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:23:24 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfc6270251bb104455ba687243e52712f511aef2]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:51:29 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbb8e2258cf04a07d6813f0b2eaa3b3de9a8025f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:23:24 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ace5960e72e3891103ea3fc47b4de737de56514]

        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>  [d69f0385762c6fc8209c93f64d871125622246bf]

        INTEGRATION: CWS ooo19126 (1.6.84); FILE MERGED 2005/09/05 10:51:29 rt 1.6.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a97563b4372d18a13c6630927e64e339eeae25a]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:23:23 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0dd3b597cd3ca7eee0a1238a20cc125ec40956aa]

        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>  [98ba3d2b165fce68c4541d189555accaa710fb80]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:23:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc822294baf5412676f5907eae1872c2239c38e9]

        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-08  Rüdiger Timm  <rt@openoffice.org>  [bae754c2360442a75c6f3dbe9e5e7b83548c5483]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:23:23 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4d566444499b2b3b71c12e54c8f6be834613368a]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 17:28:13 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4545611501cc56f316aaff67f69de68988633f94]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:23:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0ae3a07818e0b45c35fd0d008cff3b52c4f55947]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:28:13 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4eb89ef8f56a34162fcd886c57e68be22a44e2d9]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:23:21 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [202ef85f3f0c689bdb9d9a1ef1f03b36cd3ac214]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 12:23:20 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ce4d28c41d31b6f52fa13780f755bd4329ad7f07]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:28:12 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d76c9951b525ce86effd1103c92f40e8a624695a]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 12:23:19 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b60cb7bcdba07615008c7654125c40b8da163940]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:28:12 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6780ee57849abc0e0e2d9f085084c68e7debd6a3]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:23:19 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfecf35772a41c185f9c90b3ac1f2988d08e9c40]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:28:11 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [546cb437a90bbc5eb967a4f1969c1b6ca2b11808]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:23:18 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c2ef7d6f8df0dc41c2ec8b4191e089d4c0da974]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 17:28:11 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b293351c10a9903b5eb0f07f954e448013bfc622]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 17:28:11 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07441fba0c473abc75ec53c5ff0a71b0024aaa06]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:28:10 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bbae02658784de8260072d823488001d9ca58caa]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 12:23:17 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a218a6e5fa6ffdd963ee4cb58b62c955700fee48]

        INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 12:23:15 rt 1.2.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20bb693d05452f769c5a77cb76b2c1f23b802262]

        INTEGRATION: CWS ooo19126 (1.10.8); FILE MERGED 2005/09/05 17:28:09 rt 1.10.8.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c2345b470ec090037123afa3adc652c01ae0d6c]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:14 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fcb1b3993d381f9923656b0a6eb976a4daf45fa8]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:28:08 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [013f22d2464db5a28fbfaa5793aebc036975257c]

        INTEGRATION: CWS ooo19126 (1.27.10); FILE MERGED 2005/09/05 17:28:08 rt 1.27.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [720b4e3113934deca5e5257d7db020aac470567c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.168); FILE MERGED 2005/09/05 17:28:07 rt 1.1.1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c34df84a3030f593a47755cb7173be8605246c60]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:13 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [557f20995925b2c698307f839a1b30b93cc678c0]

        INTEGRATION: CWS ooo19126 (1.8.46); FILE MERGED 2005/09/05 17:28:07 rt 1.8.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ed4e6d82f07111670792506a03ce5b0b2fa1725]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:12 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d8af3133b5e74057ee26bfb8d9de32c9e095439e]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:28:07 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68caa9b69831d9226b99a096ff877a067a9e4bc4]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:11 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [471172d8596af1576cbff071dbda4063379967cb]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:28:06 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1d497dc4cf1643310509bfc32317b76bded75877]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:10 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3f0c5d0c137a18b318e518bbb699d41c8fcbe2e]

        INTEGRATION: CWS ooo19126 (1.3.150); FILE MERGED 2005/09/05 17:28:06 rt 1.3.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee23107aeb6367ad7ed0db5de38a51eb9647f63b]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:09 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64a27686d6c13b4b174881048129747146813823]

        INTEGRATION: CWS ooo19126 (1.1.168); FILE MERGED 2005/09/05 17:28:05 rt 1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0c51f540522bec30f88917dc1383e1eee6772bd4]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:08 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6c5bf83e45127847c41c5544dcdfb9356115164d]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 17:28:05 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c89c222ddde1a9799fc3a9c62770c384a70d081]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:07 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bf2ec743ded5efb0883868fa3042df5c15f6035]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:28:04 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b5d30712160638a4b1d50e0b497a49a88154c01]

        INTEGRATION: CWS ooo19126 (1.2.150); FILE MERGED 2005/09/05 17:28:04 rt 1.2.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [69bd9af72f7d3d120d62af3e5e30d5349c379aef]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:06 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fae3d527f1861cd889f974fe0a005658575f9e88]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 17:28:04 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6cd66f430d3783c144a6e95dc71e3d0c4cce46b8]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:23:05 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [454e2ba7de6501da79648ba547c5abe2aa0ecfdb]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 17:28:03 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [20cb059f80f70b6d041ae0d4020edafde4d6ad47]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:23:04 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a51533d5657412b2c4227e954bb5fa66cd4aa16d]

        INTEGRATION: CWS ooo19126 (1.1.156); FILE MERGED 2005/09/05 17:28:03 rt 1.1.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e008ac885b06da8fd0db0a9b9e44d9bed674d1dc]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:23:03 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd0af57f051ccdea37fd73c9fc03d5fa5cc52a31]

        INTEGRATION: CWS ooo19126 (1.2.156); FILE MERGED 2005/09/05 17:28:03 rt 1.2.156.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e2375e50e8bd03d6513848607c4e24d0c7283cfa]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:23:03 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dae64e03e62eb85d77e6f3ba665160ac04eb2d50]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:28:03 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ace6373259670c96e8e4691aa5aaeba71eae4f7]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:23:02 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bcbc790dd07ba1b772f0ffedf93d491ff845f63]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 17:28:02 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df8e3710a153a83c8b8c3ccb7a8f1a4f5e027594]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:23:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f4dcd3fa3d987c3b6a1f70f2297d2719f2f616d7]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:28:02 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c478845660002fa6eb7438b1439dc4f73065a4d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:23:00 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3664e050158da6c0805dda655f513ba2deed06e2]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:23:00 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00deeed15e04c83a4fe33182118ae9dc1a858b57]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:28:01 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e58a4aa717fe3f17c16ee6ccdbd142ce05f41f95]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:59 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [efed323193d11a726d7e5c5a098c61d605a2af44]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:59 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [05093b813a7c3b6b770a5c0c75e330eadb1af348]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:28:01 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c49e4273bdb00baaeb6fc47b9f187daf508636be]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:59 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [02183f91d1c8698f55bb6ce736c9d3cf15c385cc]

        INTEGRATION: CWS ooo19126 (1.34.12); FILE MERGED 2005/09/05 17:28:01 rt 1.34.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5d36489fa5faf6fc99a6a804fc09a26ca32e5620]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:22:58 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [385fe6fa0f147a8ec5cc81f74fcdb45e9e57a917]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:58 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a885b8935fc4b11ec402746155564f2a4c10840]

        INTEGRATION: CWS ooo19126 (1.1.1.1.168); FILE MERGED 2005/09/05 17:28:00 rt 1.1.1.1.168.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [30e424d183f8474831ae306f3cef92343ecba0bb]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:58 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddd56b83c3fac9603f6bcd8c09cbe38f21a4d820]

        INTEGRATION: CWS ooo19126 (1.8.46); FILE MERGED 2005/09/05 17:28:00 rt 1.8.46.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [563f39f93c8d243310f08bdb7ccce775f8bbe11d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:57 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8127855da75587d4a8b7ab4aaae435c7c0acdb75]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:28:00 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e51c4b7df5406e8fc7cb88265d96a2cb1a48b0da]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:57 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6de9df7ebaeea4747d6debb3f83135a65062f415]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:28:00 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [540e27c4e57ed0ca31eecdfed0550c88a05d3b82]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:56 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [790000d3fec2c3687b595e7d12f64bd8b1c0f43d]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:27:59 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00a06ac5fe9f3ccb9c6c69b3222700af7e2b8e8d]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:56 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25a9d2861bdcd3e9072616eb0e0b952ca784e967]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:27:59 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [66f291771e4de5643ab8b0ca7d18e1b209bdec65]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 17:27:59 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [46a62d4f621919f1238c34bd1605aea6c63bc3ec]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:55 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0a63458c57f4d84f084c70850c5fc73cce924029]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 17:27:58 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bea754ce1bdaae2fd4349b1f6434dee1e7df7312]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 17:27:58 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6e825952073ea8562e5ff54d6b90a5161a214a8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:22:55 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9486af539da6306715a5a01bd1322939e3de47f5]

        INTEGRATION: CWS ooo19126 (1.23.12); FILE MERGED 2005/09/05 17:27:58 rt 1.23.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [063161c331d4ce4609cdf25d7f876a326c5a3e0f]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:55 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [163cf3bef235e5db69ea9ce1fb0f29b14a435588]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:27:58 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4524f5618407e8f996204e45adc077bf7469b268]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:22:54 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9134ac85e6937036dcd91176c1a5ec75ccbe6091]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:22:54 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b580697cf6d53aaf467d89edc6223e894012de7e]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 17:27:57 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ade0afb84963c5617364880856d4ca7867b2c9fd]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:27:57 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [205fb5d323b80f8b63140a1d7e8b3629eb421630]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:22:53 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc238cb13c84c192d42edcec98d42a5b1cfda44f]

        INTEGRATION: CWS ooo19126 (1.3.150); FILE MERGED 2005/09/05 17:27:57 rt 1.3.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53df2a7d17ffe5286f1574a17ba3e743174f4ca5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:53 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d56f90d8d1616015c8c2bc1ce52dc28ac32fa26]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:22:53 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eb9549f0801eeb17774a8ea2845f4a19188b4e44]

        INTEGRATION: CWS ooo19126 (1.1.162); FILE MERGED 2005/09/05 17:27:56 rt 1.1.162.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e37809873bc303a7a819540f414f3729c7ea893]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:22:52 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0652d9d8b8337c81b5017c569cdb8811f26ca3a3]

        INTEGRATION: CWS ooo19126 (1.4.150); FILE MERGED 2005/09/05 17:27:56 rt 1.4.150.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [368eef000cab1c36d3dfded9e823a6a65187203e]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:22:52 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7cbd438f3f75cb41afb6297b450e25252af2ff37]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:52 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [99c1a0845d00c8ceb6351b9a943d86ecf65d5393]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:27:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bf228044376b8122ac5990b35beb9f8a52eb7d5b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:51 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6d483fa79e459e8cdc9d9a3d727b3e6a1dc8735]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:27:55 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca97f1147eff7a18ffbd25e51ee3dd37a07a1e3c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:51 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcf6544d342acd613d4d4677f67faccfdc072d7b]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:27:55 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8899f500e20d01c582cf18625d91b4938e54f713]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:22:51 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b816d0df8e5e39a76d37181ae53dd7d443c6977c]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 17:27:55 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf6a131b977aa20df75feb92b3ea1e08b30e658e]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:22:50 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6d3b864f8f0c17f74be1c02422f466ad3586e1d]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 17:27:54 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fee0529092fb8753b4198f580b7632debdfab4f4]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:22:50 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9d9c2a895c960a16b973cfdaca5584001d51c1a3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:50 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7fdea977fbf863fde1e3373637eb8d7154148e3c]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 17:27:54 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [89acd7c60a83e7105cd486c2487a7679491f4976]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:27:54 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6b64bef0d29f877078a1382fbd16ef80da1cf0ab]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:49 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [220ef8c7ea851099fc8158b3e0684e1e45f53cc8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:49 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0448a50b9f1f0c50b5bafaeb1c613f2624d51fa0]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:27:54 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f50b75c5b73d4bf9c5ae7222e5fefcee13d3a0c7]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:49 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4817968f09d97a0abc5bc9df3155ca0665e38b0]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:27:53 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddb05652bb0cc0a7058e62cd72876907c4e0277f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:22:48 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [77491b828987e90680ca7786c235fadcba0b3454]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:48 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb37df39b5131ab99d0389fdf0ee4a91fd35a11c]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:21:12 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [451bdb565a622f2d5929529f62f5ebf90762283e]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:22:48 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9855dda5c079015bdcf0495eb2f61b89eeaf83a8]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:21:12 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [188d15a24fcf2b1f008ab5752431fb37fd44a708]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:22:47 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f05a5250c79b869743e7f91c5b4888cbedf753b7]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:21:12 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [308547f332b842a5f811f8d9cbbb54dd1b9be221]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:22:46 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd3efce066b144b6cc7173a081de1818ca495185]

        INTEGRATION: CWS ooo19126 (1.9.10); FILE MERGED 2005/09/05 17:21:11 rt 1.9.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1c58ba68f9a89d58e5a39d6143917c9c7371d39a]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:46 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [37d342d695098aa451d1f5de010119525b24db63]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:22:46 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b730e1bbf44d824ecd001f6bd053edf83101c45]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 12:22:45 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f889eead4d8e9b49dedc52543b28c377b478e775]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:45 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bc55b356381e5aee7ec1b0db0d21f6f561cde350]

        INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGED 2005/09/05 17:21:10 rt 1.3.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60ba50dd62c89c0d5f43e610c8e796b86c6a9df0]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:43 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [32bb5fa66e57d5e23c0e4e6cfd386930c8e73850]

        INTEGRATION: CWS ooo19126 (1.7.56); FILE MERGED 2005/09/05 10:51:27 rt 1.7.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d106db5a3bf1cdd982e74e95db08a064fa35d2c4]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:43 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3109de467159707245aafec1115fc9d696d6ad0a]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:21:09 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [caa6a7f856be0f012d737460472916ca245a7f7e]

        INTEGRATION: CWS ooo19126 (1.6.558); FILE MERGED 2005/09/05 12:22:43 rt 1.6.558.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c0f61eb2ea9b0a2def404521edb0df60b310e1b0]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:21:09 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd56d4281518c331d74370724a898a8832a6b35b]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:42 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [49977826c31d1ce8edfd7d9d2a0d7c715ced87f1]

        INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 10:51:25 rt 1.5.122.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5abd9c29baf3f3a4b98766b022b56a2d1b96de2]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 17:21:08 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [41b1acfb5ee78f2c2b3d6184ba46e332ff59ace1]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:22:42 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3e9ec27beefde27efb43fe3217dc75c64d381a03]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:51:25 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f73b7c454a41aff98bf27f1d6019deec61097514]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 17:21:08 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f1f15c943922f91a2b6ded9bcc48c3e59099798d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9199098c46b862ab8934585e461e524e6ae99b4]

        INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 17:21:08 rt 1.6.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28453715e4fb419ec3fe1d7b3c9b26ae84345de6]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:41 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [697c2510a221ff36ffcf652b81ab7ff261830600]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 10:51:24 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb77e37f9233c80cfdd09d76e00f603a1fda6cc9]

        INTEGRATION: CWS ooo19126 (1.10.4); FILE MERGED 2005/09/05 17:21:07 rt 1.10.4.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4c8bd900138dea82a7b66909787479dcea42e97a]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:41 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [210ca9ce3ca0625cf66e0924aaed31b258888b9b]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 10:51:24 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3d9f72382604009a2159e16f21eb4b2eee5616ba]

        INTEGRATION: CWS ooo19126 (1.8.10); FILE MERGED 2005/09/05 17:21:07 rt 1.8.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [513e1de8a41c9ae8dd64c8d8ab323a755c7e3d4f]

        INTEGRATION: CWS ooo19126 (1.6.10); FILE MERGED 2005/09/05 17:21:06 rt 1.6.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13aa308bb8227c96352bd5e83c571429b6523d01]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 10:51:22 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1b7858fa56e8484f244596adfd04ca8bd3160978]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:40 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47590c1602ff73dd381a7b63d59004e442c29f18]

        INTEGRATION: CWS ooo19126 (1.11.10); FILE MERGED 2005/09/05 17:21:06 rt 1.11.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dc7b84257c9d42e8dbcfd4372ac5641e950e58a0]

        INTEGRATION: CWS ooo19126 (1.9.76); FILE MERGED 2005/09/05 10:51:21 rt 1.9.76.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4a1519f4e786bedefc5b7d9305ff92af40108aa1]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:39 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1655d7215a2b5d4dd6e4807dda86ea376ade5326]

        INTEGRATION: CWS ooo19126 (1.9.6); FILE MERGED 2005/09/05 17:21:06 rt 1.9.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [de054dd4a5d506f2d14ded024fb4139be137695f]

        INTEGRATION: CWS ooo19126 (1.1.674); FILE MERGED 2005/09/05 12:22:38 rt 1.1.674.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00b14c1c72bccab1e9d47ed952e2a14e4024c1cc]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:21:05 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b272c183c15cc0833cd55ce75d188e93b6ac3190]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:38 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [78269e411f8589ccc4771ed2efd1457d29d00368]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:21:04 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c97694acf3bf471146edaddfe824bb2ea6893290]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:37 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ef7eab89198d90f425bff66e70a3ca0c4eed2a5]

        INTEGRATION: CWS ooo19126 (1.4.142); FILE MERGED 2005/09/05 10:51:16 rt 1.4.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d07dc5f91ea6466aea90b35bbeb21a5fe55b7dac]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:36 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d6749bdea0c6e6d53c1063459aabc75b5b510288]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:51:14 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0b1f66bff7d70207cc619e5cd1a7d1caa0c69d9a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:22:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6358af4ca44d328859b099c2127087d8afef74a3]

        INTEGRATION: CWS ooo19126 (1.19.538); FILE MERGED 2005/09/05 12:22:35 rt 1.19.538.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [75089f5d9f6d9ceaab4b38063b1158ebac6d9bad]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:21:03 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5360c4f2117a11db7c042536a01b97a2cf03e297]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 12:22:35 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01832349ce2b7da62bb3b3267211de311ba89549]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:21:02 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79f666c6f15f08057af287089a753939e85dcc4e]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 10:51:12 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3969c7bac49bc0eebe0ab19c4adc0bb38b1a79a8]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:35 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9886177c8cb80ec9df0d2fd1b4550238b69d5184]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 17:21:01 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a903791be9d90b7204734a0f03225a153b7a695]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:58 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [57040259a4f3c9066cb0e424490bdecf0e9a6f06]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:34 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [09c9c5969a8217bc7f143848343670caea27ed00]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:34 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e8c1a5ceffa00e1ae979589321144273e5e66031]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:58 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71faa7ecb1126c6674fc558fbe8354571e75b5c0]

        INTEGRATION: CWS ooo19126 (1.17.242); FILE MERGED 2005/09/05 12:22:34 rt 1.17.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [64a1715319612108e27509835c589aff8baa94df]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:33 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [914371acf13bfdea729597fb142aaa1f47684b0a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:57 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4b868f5c0364616098d089f831848e587f7378c8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:32 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f9fa0046ca057e156d63abfc65756239e1d6159c]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:32 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53ed205ca690c7bbdb6ad728c3465e73ee8d15e4]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:31 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9376010a4c18ae4f25a14f17361b22ebc860ddc9]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/05 12:22:31 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c862bf5ceee6aa92877c6ea34b0d266144a91b30]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:56 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd17da8d474f59515fd21b629c9741e3c2cb3a80]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:22:30 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62e5cd3a20b7b911790737b293acca779e2d9da1]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:22:30 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e36e16eb81d9159b2a361f08ceab0be0ad6c00e1]

        INTEGRATION: CWS ooo19126 (1.14.52); FILE MERGED 2005/09/05 12:22:29 rt 1.14.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1daceab19f06a2d2bbe10d10efa80a1b89e2394d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:29 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [702ac0835d2605adbe3d320753bec1942705f371]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:28 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [915ba9d6f706e941e1e749969e2d7974c3ed5bad]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:55 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fe6be7f797767bf7ada9becbb68a23b8c3774b8b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:28 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5a3a0884fab5760bef323706c24924a1f6e6f7a]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:27 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b5bed02c56a9be138c25c82611177ca7c10f0600]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:26 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af65ad9b601d5e9e5b820e6317785772145749ae]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:54 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1cb4b216fd439d30bddc84aa02b5635882c86d25]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:22:26 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9f87f57ba133897c31a5cbede70751c7f79962d]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:22:25 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5314291e907c472ffef7d5fc061272d642f436a8]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d262b1c6e6733e613478db1c53f8bbf76155dd1e]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 18:43:54 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f744d7b0350ed6ac9c82ecaca5da4eaddf742f4]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:25 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfb266703261f89d1b0cd12627f70146c86861f3]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:53 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bec7b51b34f40fb203c6d66386d94456c30fcedc]

        INTEGRATION: CWS ooo19126 (1.9.108); FILE MERGED 2005/09/05 18:43:53 rt 1.9.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [04b413c3f94568afb34b46d9f355a57fd9cfdcf8]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:22:24 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a6dee5e0bcc743fc063d42abc347e815d776ea28]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:53 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f22f7e93d8d49795bb4d0fbc2ceea6a5559b486]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:24 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7a1551cc437e36cf5d2316ca64aa86fb0a34f2e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:24 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03b1a9e3c30ff99e44663adb019c0f3909d284cd]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:53 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [889ed4e276d18617427db11522e64d41b954c8b4]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:23 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12dee303e8636e861dde9d9b9ee5a987173479ed]

        INTEGRATION: CWS ooo19126 (1.13.110); FILE MERGED 2005/09/05 18:43:53 rt 1.13.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [17f19814a7ab1af5e89e9453ae687919a5e6d05c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:23 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8f12505cd0bd2754297fa10c2785bdc7a0d00f08]

        INTEGRATION: CWS ooo19126 (1.34.110); FILE MERGED 2005/09/05 18:43:52 rt 1.34.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [21278c5f4e796235d196bfcdaff605b4d2824c23]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:23 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [aa7fca7038e87245c97530297a8a41053c459a16]

        INTEGRATION: CWS ooo19126 (1.21.110); FILE MERGED 2005/09/05 18:43:52 rt 1.21.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e5d7b5dbb7cc54cc630782a4a32164870c701154]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:22:22 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c4d98622fa7e281c9b4fc34a19540113e9f5bcde]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:52 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a859f63c280855e5caeea05c61220503d7339d38]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:22 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39b68dfe0ca0f0eca793c4238bdfc7f74c563190]

        INTEGRATION: CWS ooo19126 (1.18.110); FILE MERGED 2005/09/05 18:43:52 rt 1.18.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18fe63ed7c30501c0a2225b7bce4546cc90f95f7]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:22 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [138a8a9de6bd90c8749442fa2f4e32b6770afc38]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:52 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6bbd6555dd80fd93278b414340dff110414ac8b6]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:21 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [40691852c1100f366b19bbadb0555fc127381e2b]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:51 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d4ea80eb9738fec2a0645504e171e0a2da4ff833]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:50:47 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1377e845f8d629ba9ba198823cda0528a1803ebf]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 18:43:51 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53a476d3ca138d5cabb0740a3e7a5fda3d3fbc57]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ad7559a4ea574ae132ce2bd5254a5ea27f6004d2]

        INTEGRATION: CWS ooo19126 (1.12.110); FILE MERGED 2005/09/05 18:43:51 rt 1.12.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [970ba8c00b12f7bc72624ccbcec08f7e5890408e]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:20 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4072ae459c014d7dc3a127e8a55c02824cf13896]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:50:47 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7240e2e25ce138a7282db42317759dd08f0ae151]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:22:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c8857bd0aa4d7b0a67b585f607994d9f56dc2cd9]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:18 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [210f76af49a26f857b40f1eb6e981997921bab62]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 10:50:46 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d81ea84626a28fd8506afb2bb263eea03c7d9aae]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:51 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47482ecce2981637ac55f921b2892d43c7720a05]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:18 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdea24427cd198f09ce7e550bd5df7aac02d7c40]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:50:46 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2f4ea09ff854734a96506a45c14fbb0029429792]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d3bb81523b2c50a3062d2e60f9ecb73a2e26880]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:17 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a710f91a884f1a7c18ceb4563c019f7c3468d3b]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:50 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fa12d8827e8c41d58cb4898b9383c8fb38aeb52d]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:16 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [df332598507c05b0d79101b825b364317f884417]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:16 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a940c7770e99b0b945a62111a21cf6252a923e1]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:50 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [52151e058234cf011c6a5bdc994ecc1faeeddf8b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9771b76f271eae049caa74d8de8d1414bcb9c4aa]

        INTEGRATION: CWS ooo19126 (1.32.110); FILE MERGED 2005/09/05 18:43:49 rt 1.32.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fbb7dfdb48f66fdb1284d0b2c4acd54ce503289b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:15 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c11b1628d1cbb5c544872c276000a911ca71f7a6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:49 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a78264a10a9e7936bfa689e2693451a5880efa07]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:13 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cbe0def25a52df957c01b71aabbff69bfc327b84]

        INTEGRATION: CWS ooo19126 (1.16.110); FILE MERGED 2005/09/05 18:43:49 rt 1.16.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6acea51737c3919fa855beb16a4202bbff6eb5c9]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:49 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8686d2f1b228c8b045c63925b701b42d4d649d6a]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:13 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9358b4494414819f8b555d38370f3c7f51425ba7]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:48 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3af97261b79e6ee909044972fa6f1e040e5b313d]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:12 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6d130996d72397fa4d33dbfd4deeb2097858d7a6]

        INTEGRATION: CWS ooo19126 (1.13.110); FILE MERGED 2005/09/05 18:43:48 rt 1.13.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e616d67d609a1dae6237105320e84deaafeeb82]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [336368e1fc838f8402a1de2d31c1dc6cc1a4c87b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:12 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [92c799b6296304d455eba742d109b2ca971466cf]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:48 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c1831020333f03dcef83c30150abd3a44e42a26]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:11 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1172b17514ea8490749f6d6dab2ec879bd4753a9]

        INTEGRATION: CWS ooo19126 (1.10.110); FILE MERGED 2005/09/05 18:43:48 rt 1.10.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [587f42588a1d5cf7c154be9d7aa47e3d2986887a]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:11 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6235eaa687d8dd97f004d32f5d0b56d3cbe29688]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:48 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [adc5eca6e1256e376fa541ca20b7de234bcea732]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4872e060b10f0985c1ee670fc68d09f533bfb877]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:47 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b925b24787a156d56cfd1019082b17582e2414bb]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:22:10 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f88bb2cb4926310a42d35d6a6f2a406ab1d32671]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 18:43:47 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68dc5fd473f038bfb9ef42ca6b05e41ca10f1f19]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:10 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c9355d0ffc9d2d4efe021a6b477ea83c41a94fe]

        INTEGRATION: CWS ooo19126 (1.10.110); FILE MERGED 2005/09/05 18:43:47 rt 1.10.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f407151224b520b3ec1a224d6b929e1e7049fab]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:10 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ff1588d97b7938ae0e6dee10b876d0891e4a51d]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:47 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a81554705af4206620738bc413291d6a330abf56]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:22:08 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ab35ec76dbd8b0bb8392b8fc61615ea14ef3f60a]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:46 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f85b92b5609a329036fec2b51572923b44a97678]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [426e3727d10195bdb6025f03393e2bc9d1054032]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:50:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ee3c468207edce5d7d1eebeef9d2b19de2b510be]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:22:07 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c557115fa5bcaaef466e48a8aac17838c8788dc]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:07 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55e461c44ca7ee3f24b8633ef998a8b94163dd4d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:22:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50f69a6f1d318a287081afec2fa0a4759b88fe8c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:45 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ebc1d477e1eff08bdeafb17161c2fa24ddf1c1ed]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:22:06 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [292e2b7168e315151a5c3c46cc79332fdae0afed]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 18:43:44 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c2843512f0b2882b2165db869da1c5edc69fb90b]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:44 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [186e4c2a89b0037f778e4550364f7346b426fbe8]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:22:05 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e22e22c8928bb425462c9af502ed762cb073f754]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:43 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6fe7f1ebe7e2eac537fb36e6f532b196dd8c5b23]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:22:05 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f15fd2eb58943a7fc9c01b64c78cb0e0e354679]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:43 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62a480c8932b6e51d8160fc23394c937a6dcb574]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:22:04 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6763faa1d1a80ae36fe551c3349e19944d41afc5]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:50:33 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8ff6b379c08c5c3b87b9ab65db7ae7c15cd937b2]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:41 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c726b0f9aa18632a4287bdcc6505be9431e72892]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/05 12:22:04 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7998872b614cf5163c8d73885870a2e5b8ecf951]

        INTEGRATION: CWS ooo19126 (1.5.106); FILE MERGED 2005/09/05 18:43:41 rt 1.5.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1a8a2ed9206783b43c3d65d69e001b87776b87ac]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:22:03 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [54058dd4a8fbf5ce9613e47b3c783fb0a8b39c61]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:41 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca9537042122367de9b53da5ec7e1ca337a9c609]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:22:02 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1f58ed92d7338bf0147d9c4b0495bdbab4a1cbcf]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:41 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cae59d01804fa96648d488ea20eda5d8a131b3a1]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 12:22:02 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [531ec003bd4cf214fbda0e972373816925116575]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 12:22:01 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bfa02be40a9e0c38c2b2407bbecc3e9911f10b73]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:22:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8d0dcfcaa52c3baeeb3914bc4efb6ecbe0fa0b7b]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:40 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [490b5e02e9fa771e322adb36efd8797322f47a7b]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:40 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [68bf51678ba92183462b0ff5c85093bd6f99172f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:22:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5566bf512857dc9a89d7dc207c7dcb3396161776]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:40 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a9150103bde4f976150734de545d4390086e1456]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 12:22:00 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd9fb076f4329d5580a1efb21d6633986bd69df7]

        INTEGRATION: CWS ooo19126 (1.4.106); FILE MERGED 2005/09/05 18:43:39 rt 1.4.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ac526b3120b375fb58c8ece26e90d468eaab5901]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:39 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4bf1703c24230177571ae85d21cb1aa965bf0354]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:39 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50b1bd6a43977e2c43f0dd0d86c9d9cdbd0a43da]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 12:21:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bb20ad89ead52e16453299b44f0dde2714f2b23]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 12:21:58 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a805e42bdd30d74c23d566fd4b63f1a004ddbd89]

        INTEGRATION: CWS ooo19126 (1.8.110); FILE MERGED 2005/09/05 18:43:38 rt 1.8.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47b6c7db12a2819ea04ee4261ffcd0212d9e42c4]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:58 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f2dfa07b91333017597041843f06d937019deab]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:38 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7c7745d64e2e3cf7f20b82bce501188bf11e7f8e]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:57 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5c8e26e98991e2fbae17e6b6ed78ec5c699f3bc9]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:38 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0bedde5256168dbb01057af51c3243144e8b2f2c]

        INTEGRATION: CWS ooo19126 (1.7.108); FILE MERGED 2005/09/05 18:43:38 rt 1.7.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b54fe4d7f1aecbecb6f271e311831ee1e24fe8ba]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:56 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [76370e793ed6f94dbb87de0fdd1266d75f942563]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 18:43:37 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0047650ab190d8e30085ebf6d1e2a99aba66a0ae]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:55 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bd98c015bad3ca417248410556608f08fd3d3182]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:37 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a24602e7344dd2a0a1ba0101bba007b9667b0dac]

        INTEGRATION: CWS ooo19126 (1.17.110); FILE MERGED 2005/09/05 18:43:36 rt 1.17.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [96e6cf165af768276bc29c6bb62245f39cbcc459]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:36 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39b6cbc43cfbb01333a17a6ae7da09b452a5c2f7]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:54 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bb38dade66628982e243129d6eea28d5a84b5ada]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:36 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [03115b6c2b425b7414d0b9631c9d925925fe4572]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 18:43:35 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7bc76a39ff3137fee7bfe766b3bc712a8c837faf]

        INTEGRATION: CWS ooo19126 (1.4.84); FILE MERGED 2005/09/05 18:43:35 rt 1.4.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2dd9cccb0840c5ec9f7413c8cdc4cf92b95c3fcd]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 12:21:53 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c790b19f95fa71a1f309f8281c19d2435a4224bf]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:21:52 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d094d30cf0331b6ac827999bfb9fa4727c74acda]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:35 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1fe3d429b2096dc55fde39c311acc8bc25b43b0e]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:21:51 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [14181aa740133dc9c6fa23df5331db8d09bc9176]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:34 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b6415c2439cd1efcad52ba994c2a063a3349b9c6]

        INTEGRATION: CWS ooo19126 (1.7.106); FILE MERGED 2005/09/05 18:43:34 rt 1.7.106.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4fbc938018908daab0bffa52503a78d72c7cd00e]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:34 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3c8133419d4d05de4fbc7634487f57e85319ce1f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:50:11 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5712a9887ba164734c34ff41991c06065ceab2df]

        INTEGRATION: CWS ooo19126 (1.2.182); FILE MERGED 2005/09/05 12:21:50 rt 1.2.182.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [82c3e53c5eb550928545987ad5e469bfa069c851]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 18:43:34 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4cc98a5732575827848427a071d80e9780cc60f6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7376e4d5a040fd28313db64b8607bb0d1d34587e]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 18:43:33 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [71f493e850de0e2fd5ffc68e3dc0a571d5a8467a]

        INTEGRATION: CWS ooo19126 (1.4.74); FILE MERGED 2005/09/05 12:21:49 rt 1.4.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fda5a590a0466995e8d50d67f64cdfd48cbf53eb]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:33 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3f76b3c5cbf7d9122da266f372648e1e2bbd7229]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e01f141a89440ee6ccb843aa4283457da2850cb3]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:48 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9594c1ebfd351312fdecaf4472bf964d003351dd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:33 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [67e73bdd6aecab85f8e182c6d528caca3fe7f48b]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:48 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b0c9fd8e57b2779af902aa9e750cb643c6a4dda6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f3b06d20e8812828ffff79c2e7fef120138c1fa3]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:47 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [c9620ac35b47fb1f2f4e78809fcd8eb8a9a63e23]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:32 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d00934b668eaa56c655f6e4c97820bb895bd44e8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28809cd2ce53c57b72475a69bf7f6767da3ad48d]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:32 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b0420d5f8719b39f66e24c5103bb02334f73195]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 18:43:32 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [50c9c083bd30dc0dcf8c3301adf3a1257881b1e9]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:46 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [12252f41eda9d4483f7b10cc88e4c5e2ff9d1bb7]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:32 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9ae41a9730a92d8201f63c64f119d6864fc7818e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:07 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [965c90d1d80630f89c6cacc5799682ca0184a317]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:31 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f02b831569f3dacff54e0dc1bf18f34d56d005f0]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:45 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e92f01825f7101542577e2c29d412eee5db4c1dd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:06 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ddcaa6e12398a047de5c9128d87c124f8c222a99]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:31 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e0e71841ece60bca3c9ae794060fedbd373e5261]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:05 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc78d67150c4eefd0cd27c861099387a2f3f73fa]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:31 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [90a96d18626952533834ae1e2793cd2dbaaa6d86]

        INTEGRATION: CWS ooo19126 (1.28.74); FILE MERGED 2005/09/05 12:21:39 rt 1.28.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4f190f1ef714961919116c09bb46e9ff91128c25]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [543538a22eeef574416aeed1ce21a83e5533645d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:39 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b774030c3488a0ac395814711a099f5af4dc6d20]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:50:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [654328c0afd28009fa4b3a802f8452e8c5a9071f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:30 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb7356425e53da4fac4be022554a9c880498a9a9]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:21:38 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39d229ffa08b56180adef97624d163aa91f4a145]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:30 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fee281c766e1c5c7e19b24992e59c5b4ad08696b]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:21:38 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [703dd9970762d947b208a0e0dffbbf2429b1b502]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:50:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [85c479da55bb6ed37a163c7b5d63e49f4651e30a]

        INTEGRATION: CWS ooo19126 (1.3.108); FILE MERGED 2005/09/05 18:43:30 rt 1.3.108.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dcf203e14e8303734707adae5eaccc377514cf4b]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:37 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3a2b8b2cd7884d56adca887e617b21d86b8ade0c]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:30 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9f5d350c98e311401f7f467bcfe2ff5a4e08a276]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:50:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9bbccbf3ba6f71d6e444510329644299500aaa5a]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:29 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9b1dec047b06a421503e979df1141d717a43ae99]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:37 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e3d44ac7f08f43064800542f200b1e3213b066f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:50:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d7db8524255d157bbf38371d6fdeea0258b4870a]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:36 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2089682ccb9f810a27761e0c158bcd120a311516]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:50:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [622144741488fe61f407cc375558cfb4f6ccccc3]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:29 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [395032c4b13c52b80863684bf889e5906eb94a37]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:49:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eaa8661fd085aadd88ded4e9fbaf6ef0fd52ff24]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:29 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e9919572422efe76a60f751101c4941ffa9890d1]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:21:35 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8e5f827b60c048357d8cc3e38ba71fdf5dd17256]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:49:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e69d340507c2d9936332df1f39641360afc0450]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:28 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26568a3fff5121e47da4fe8bc13294cc19390976]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:21:35 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3b3fffc7758792a5693924d219667a21475ba7fb]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:49:59 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ef84d949541ebda8880bd2ac3c64b94a04b2b7ec]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 18:43:28 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d5a3274375a5d610666a75a489b367855c594e0a]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:34 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e3ecf15607e5876f70c51a4a76c6a2e41ab69b3d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:49:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [eaed5b0d41a73bf3f1dc322b69cb6ce7945c3d84]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:21:34 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [00dab72d9d1144b8413ee607225d0c07b4859fc1]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:28 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [39a8ebf4f6b414338b3c224dbad11a2eabd4aaeb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:49:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e4b6609809aa3e83852c2551214c7c7201657400]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:21:32 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [28a3f282e8c4294abf97370e3b2a71961a63fd0a]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:32 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cf9693ad6552ff78c188b1dbe337f3ef6a58c591]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:49:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [26eaa967977cb35967b53cae94ae7d13c756cbd5]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8a5eed31666f20deee2c8c09f59109ce3476848f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:49:57 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4ae60e424ad857c17d4371b52f14ff3e776fab57]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:21:31 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dd42fda2d5b1faf7777c7a08c940ac10d3a132e0]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:21:30 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [325f105c5a768cba60e14684cb818848af5301df]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:49:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88a621f3b48f569f9acbbc6334aa6dfe23d02d8e]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:21:30 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [899999505e3bc9038812a729974bd8ade215aa4c]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 18:43:26 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2c0b042bc0f32697e02fc82e267801f6ac64e1e1]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:30 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5b80c4fd2e7bb152dcbdfdc9e327ecfd3d0ea35a]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:25 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07ea77f0e6a65ecde67648f6a9be0e042ae6c1b0]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:21:30 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [357f50ef3faaa28073282bd20efbceff85183d6f]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:25 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6aaa99ef94800d39dc1f238572f858c54a48be0c]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:25 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b09581a3598cebaef539ff1ab8cc25c9d5c8235b]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:29 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [4e115eabd839c5b66274f94d7c7f87202bb08919]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:25 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7ccef294fee5d50be3fa8a7ad61b508e02a7f3e5]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:21:28 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [47d7c644c650297ce0a7326abcb95843b575e35e]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:49:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a006a7ab9e44d9207e50415cb3e2b585f663fba6]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:21:28 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b789f7f554821c971cb5eb0810512002e684e50]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:49:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3037a4e6d12fd52d0c8cfc4f10685c0e2b8cae2f]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:24 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86804e3d8a297f0573de51a268f604ad1d0b46c1]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:21:27 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1afc65e0a061670ab5c970a21d42b84aade024ba]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:21:27 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [906d120e97d37bb116761609472ccd783a54ff63]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:24 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a79313e67829addd4f930d53b921cd85afd5f2a1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:27 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7b76f83f7e38526688f11c0b1080a555b6f8a98a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:24 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [55dbd972c53b63420bd1240da26c29ce08848287]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:21:26 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2fdc3b5494dc4edc1d015141767d3ff0431677bd]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:26 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7638bb08731cd0bb8db8506fdc7a72196eceab75]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:23 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [580d119cbbdd356347265b0ee7777fe84b33e268]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:23 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [590ed9c9289c1d22a768dc8599ca4549be4073cb]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:25 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fb709078c74c12d58a7d398471582648e5a3b247]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:23 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [13e5a069d07591c11efdce11787901670dd0d98c]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:25 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1916bf0b40c810b70f7f3629e418b5a5fd0cca2a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:25 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8aad6383346c64d9b7063599b582ea43b94ae7a9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:49:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6e57898a385828a153a8af252476129b1b58f4ba]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 18:43:22 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6865db71a15487de2ba569d1df87078b4fc551a2]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:24 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0be1553405bad837c10a9bf54360e164f65bb54d]

        INTEGRATION: CWS ooo19126 (1.11.110); FILE MERGED 2005/09/05 18:43:22 rt 1.11.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7151e2762694c5b9dbc61360aa895dade2e6e5b2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:49:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a574dbaa3be343bb542d990ba5619e217c02103c]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:22 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d42b3ff9ea1c417e709ff4dd6242b79791db24cf]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:22 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [51be157604e66a25725cc3d7d210346cf93ea9d1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:24 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9129383972c83b9a9e74ee21eeed36f7aa4c2ffe]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:23 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9482d7ff14883edb6760e3ff8248926ea5484a9f]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:21:23 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3bbcf233558820677b6ff96d825d6ccc2c04e5c3]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:21 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [79a79d84f94de945e06ce157446c52ec831efa0e]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:22 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e1228358c1707fea50f3443be493d63dc8f8002a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:22 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1e6a96f9e0fd6bdb44e1891c06e800c880a7c59a]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:21 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [60399684e2cf645e0d501471bbfc70729ff18acf]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:21:22 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cfe641d536acf44e45d3826f8e8289d3113bc6e4]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:21 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [87f425bfbf0e1665569320cec969c84f331b4b6d]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:21:21 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [426b1d6932c4a75343b242a7e09d201fcd2e5856]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:20 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [166dd3f99a239669b98c98b0ccc80c8e29597594]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:21:21 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [476d47e757b63de1f40f0cf50503578f6e02c4eb]

        INTEGRATION: CWS ooo19126 (1.12.80); FILE MERGED 2005/09/05 18:43:20 rt 1.12.80.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6481813db1ad3d20d8765cf2653f0cd94275e07e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [d0e691dc64e0d7ac320d7191f239c0df16b2e69b]

        INTEGRATION: CWS ooo19126 (1.13.58); FILE MERGED 2005/09/05 18:43:20 rt 1.13.58.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2e488e1a584022219934e9604d0eb63e6aaff3ec]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:21 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2106265d56b33cc38a7b6cd4e713ce6130c3c2a3]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:20 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [449678566fa3eca85acc61bc3ec586e2530e05df]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:20 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fdcb143c464d31c15dae08e34428052c0984dffd]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:19 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b21fb3d3b200bb6f29e52c506e18aad80851d0d9]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:21:20 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ea4e54d1de9896ca2bb5d4ea1958959d84e5df7]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:19 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [721a95b6c6d4d402c92b6b24fa4e57151604a498]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:21:20 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [bdbab4e42bae7b4f5deb0fcadf6554b6668be819]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:21:19 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [18513c0337167a6f9d16e52cf7fb45ff687b3f34]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:19 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [53466d33240c09bd064c1c92473bea459cf5583b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:19 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [266f7593fdd746536c3d05bae15fc9c7d3a2425c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:21:19 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [01a49e4a2ada438f1f671ae7cfbcbb815b740ae4]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:18 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7d2973b8cfc174f6c440d2dd30a3cc01371982e2]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 10:49:23 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cdb1fe17e35b37d8a5ab4b3ebfdddbddc520ca07]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:21:19 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6ca05c4a7865b6c3a35588c4ea82692c9f09975]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0c38c3fd39e639ca7580ab46e4682c7ff0beb37]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:18 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [763cd85d858cdec1334647082081044ed205fde7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:18 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [7556b4eec87b72198cd9e9e72eb01dd1c276e1e3]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:18 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [9011b08322a6d50f8e0861b099190a26b3bbf89f]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:17 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2ccb4736f5972f3341c63c53aedc21d1dca105ba]

        INTEGRATION: CWS ooo19126 (1.16.242); FILE MERGED 2005/09/05 12:21:17 rt 1.16.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [a0d98eb2ee467450ccbab7bf81249924676731b9]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:16 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [198e3eeba5341284fca2313b35b1113272c2e8fd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [62b7fe79b43473b43c8f36572891e23aea874808]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:21:17 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [213dc907c3855cf76d14e741afab51e14668f7f2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:16 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [80e871afba827ac72edf96ce6497fb142af5681c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:21:16 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [27418fa3ff769b97e488597472584a73475f9c54]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:15 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5ce24be80cbd322f5891e1bc370763ff5a71cd07]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:16 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [189c0d8a4d098568f5c742204597fdd5da12ac9e]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:21:16 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [25bbf13638f29cb6fbb671c7b58b3732887abb1c]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 18:43:15 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b14a8feaddd61f2703376215f2ea8bdbc809afa1]

        INTEGRATION: CWS ooo19126 (1.6.52); FILE MERGED 2005/09/05 12:21:15 rt 1.6.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [430da17dfc9afa138f6accb1a49e3d883d834769]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [cb8bceaddae1ab22f57fd93e0b2c63ab052d793e]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:13 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [3559b9fc1f8d4aec3b8d88a0aacb37b318fbb0d2]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:21:13 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [34475e3cb9c31e19880a884f8bdbb2c7d48f44aa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:14 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [af5d52099f482a8439c82ade1dac6e0551bc6815]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [0f747cabfd0ea4956e8d5b13d92d3c23bf7d2107]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:12 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [81b9e412a9a62ba0822a5b098d13f0dbf51da128]

        INTEGRATION: CWS ooo19126 (1.3.74); FILE MERGED 2005/09/05 12:21:11 rt 1.3.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [805246c6af6c2a078801326def7c9cbde532d36f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:13 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [65a89e9513c81eca0625d256f0ec9fdcce2085a3]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:21:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [902191d11126552f7c325b9c0a627aba7aa06519]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:21:11 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [739caa1dd0b367c766d89b6cea60c86d37df307b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:21:10 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [dfec0c157758139303e8706e51f9fef2ec5392ae]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:08 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [88c98de2e83556123a085c8733832666f8cfb626]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:12 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [fc58edecead72a4312be0999bc4ebb69159f660e]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:21:08 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ccbfebbc5f6c8eda7aa2925f203dd6b3e53777c]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:21:07 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2b2c5a8fd3239af14fd1590c8fb80d3437787491]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:07 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [da726ea73bb9bbb5480d7ae3b8f770fe47bf9d91]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:11 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b3e51fb866a9b079404a4a16261ccfc77c297213]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:21:07 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b954a47a9079112face9969a13d90cd4e06a78ac]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:43:11 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6ecf0b8fdc3eaf2288c26fbd86a2f9918b1a503a]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:11 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [8b8dc6a73754b26ca97bc2426ec5d652722e5c6c]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:21:06 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [850c86699dc3d4e600715833c05c350d120931b3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:49:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ca2e60ae64936971e005ca67e7fa0994bbe695d6]

        INTEGRATION: CWS ooo19126 (1.11.110); FILE MERGED 2005/09/05 18:43:10 rt 1.11.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [5f99f19db4736371d5bf2dcdd3f48d73f47754d8]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:21:06 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [07009b2da72f62a35ea6e9b5743f5a4edb30dcb4]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:10 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [6aae4208e20fc21ab5e99f16062607fcae0f4f20]

        INTEGRATION: CWS ooo19126 (1.2.316); FILE MERGED 2005/09/05 12:21:06 rt 1.2.316.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [f7be3a0f04ab771880648598afef5b2d6973c0ef]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:05 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [1050ce76ceb7fe25af2c841bbee46c9f2bf26ed7]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:05 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [ccc1e15099303fc2023783b8ff1ad026107fcfd5]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:21:04 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [b766ff79915d74f15b3deb8f46e77fadc1480638]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:43:09 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [159b7a7d09d32afc04f6b480a056218a56908929]

        INTEGRATION: CWS ooo19126 (1.8.110); FILE MERGED 2005/09/05 18:43:09 rt 1.8.110.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [e6ab87c142a622e134165d9ee087073365f3eb2a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:21:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [86b9f21ef0539f8a6a1fda95920ad1555e4a06c7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:21:03 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-08  Rüdiger Timm  <rt@openoffice.org>  [2a88ef12435e77168156ce57062e08a33c714b29]

        INTEGRATION: CWS ooo19126 (1.18.74); FILE MERGED 2005/09/05 12:21:03 rt 1.18.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd168a7745aab6b8fe9cdf552a2a1288ad450d28]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:21:02 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7f3ced3ae37a5b72b1e0755befe5fa2a21c4ce0]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:08 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56ea3761b1ea4cb5091234e9024c4a30f1ca9dec]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:21:02 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad82938ecc90f59be13e2ffab0ee8f71e93557a0]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:07 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d7e38ec50beca5e65729a80e7c6dc82544004291]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:21:02 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6d4a7bfec96a2966af7f883020a210285f610e1]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:21:01 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [558aa2f001600b109b43538530fa1b5d7a198bee]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:21:01 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed448ab532e334883d3a230cb4b1460928ac0055]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:21:00 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b55d183803092c0b50e98dced1f6b32007d53d37]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:48:58 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fae39513a4faa32186952ce372f6e4cf0ea9ede9]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:20:56 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3730570838603ff123ededbd751dea979cfa2486]

        INTEGRATION: CWS ooo19126 (1.11.110); FILE MERGED 2005/09/05 18:43:06 rt 1.11.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03d19fd94d69083ab984bcad2948c0f5fdad1074]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:20:56 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9fce44f4dc994981a9595107f2a4a113b81d395]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:20:55 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [196eaf428861f7ec1d2848649e11610fddf6edd3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:05 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3bb281ae9c300bf5f5e57d4c3b0ecc8ea2355d1]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:20:55 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [61e63d53deb1e91dac37579577a5b34e46fa0f9e]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:05 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [805fbe702f9703152d9998f23408e1814f4a13d7]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:20:54 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ec2a01ac3db5c41aa83f57f22283100c072d219]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:54 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f3a5eb63a202770254976493d7b1e29645fa302]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:20:53 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6babc493f7e12ecb39f0d578ce8ea40cb9df0175]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:53 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68bf0380a58271ea1fe6b7f1ef664533f7ce6eb1]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:05 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1442f27847cc0dde88f8f6faec01cf852c5a0bcc]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:20:52 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da4339144117bb47255dad60a3de1697bc00cb66]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:43:04 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c71d93ea493bf3c92ca8f40f567fe96da061ab96]

        INTEGRATION: CWS ooo19126 (1.11.130); FILE MERGED 2005/09/05 12:20:51 rt 1.11.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66aaed808378e7b26fb022b34e1abee8fe882739]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:04 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e21e2b8fb6896a73579ec0b7e0965ce092bc03c6]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:20:51 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14c4e3589f8532efc38cbf8cb7ed431aadb9e02a]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:04 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b899499f6c18e23fcd53c1a2208f6ced13564a8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:20:51 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5287b4af3defe19842d7c584e118dc3d4ec452d]

        INTEGRATION: CWS ooo19126 (1.9.110); FILE MERGED 2005/09/05 18:43:04 rt 1.9.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [acae0232e89cda6ddaed679f91a9d09db0f2e23c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:50 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a65da089abe35d9af39aaa2eb9b85db5d22704df]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:20:50 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b9a13cc0b918a51390b6a41f54977c3cb9e4006]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:03 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86248ccb019472c1fd9e2ab2a4a8b44053fa1505]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:20:49 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65135b15947cec473a6709223722f393b30a677a]

        INTEGRATION: CWS ooo19126 (1.5.538); FILE MERGED 2005/09/05 12:20:48 rt 1.5.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cc69d595ab7ef608c066c6f2f0c26d305e21f858]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:20:48 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5871db827e3d3535f18ec5a552ac27d9fb5f7df8]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 18:43:03 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c08a48a70b3f422f0ea20df27c28d769430e17a]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:47 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0eb361be0bd47b0a0a7a6530525ca368fda17d7]

        INTEGRATION: CWS ooo19126 (1.7.88); FILE MERGED 2005/09/05 18:43:03 rt 1.7.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2758b5d7da6fd964db9bcbdf6e9312b6f36bd5fe]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:20:47 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1fbc7c592ee2c01dab6974d8d943256aac30c8dd]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:02 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd56c51c538247e506e098f0d5937741f5c5f92e]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:20:46 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b015fd7ac29105a852c5d80b1e1e5207ab90414]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:45 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [672869472337fdf0d8a950c5d4a3d4fcef79d7d7]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:43:01 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2c019d447bc82158bd63306a14495ecf090c91f]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:44 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1af20eb5da36080334204152fc497711616c3c21]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:43:01 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1250ce5c71a128905321cd5c6c18310db7f11355]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:20:43 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17edc1c9ac13aefc5801e0d5bc1511f02c652160]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:43:00 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dd37b59d78ebaf608533438ecde4e34ee41fc6b]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:20:41 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1d4fe95fc75066195e2b9c57966d23290d67283]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:41 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9578900279bb757eb18ec4627e57a069c27f9a1f]

        INTEGRATION: CWS ooo19126 (1.8.110); FILE MERGED 2005/09/05 18:43:00 rt 1.8.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bbe79729f1e620cade166e6dc58d0107cf51005]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:40 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0af649d4eef18ce737af39c8d0dada7eb43af06]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:43:00 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a72783795208ea7991c9c15b7593604ed503cdc]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:38 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d6dc3f21b2ff549bf859bacb67a78a57038d713a]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:59 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [268c4c8bc7a2b91dbcbac5393c8c27a6c0e56637]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:37 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d35849fa5854902c4b3802cbdc3ab09d2be2c5d5]

        INTEGRATION: CWS ooo19126 (1.6.130); FILE MERGED 2005/09/05 12:20:35 rt 1.6.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88b0909787b8b748a35ae29c5c37b1377a9310e9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5a781361c11c53250561dcfcdd0a80ac8e7bfde6]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:58 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e9270709940cc5085ff990bb397533a2e1129b40]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:58 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7cbda97621814171d11dd6d23013c0a53d41e283]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:34 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c2e2252a7d7b884b0d075e57d473553f6713368]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [052acfe9490f3f746372a28f6a9e06b90f885a55]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:57 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb7f68c5185eab92921cec3469d4be70e75f4999]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [70f477ddc18df675b29c14f81cf6247a914d067c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:31 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84fd572c49f0da771ab9bf47e08d2e27a300aae6]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 12:20:31 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ceeba12bf877a1d8a9732af9cb53b7489321e1ba]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:56 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4fed36862d35f88abbffba7d3303b3ef63fbaf4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:20:30 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f01f7df5e02872c6819951332c1f5df571928bf7]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:56 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb63ab4444dd62c222cfe6432a778aab493854c4]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:30 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36c96f125d37c8e906571b56c95954bec22b3390]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:55 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7a2809e46659a8cd29ee9813d022af8f9ed3781]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec0b411414894d2c1c9cde1ac94308354fa700b5]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:55 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32fff1d1d0d665774621a3a70d990117cbcd7afa]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:28 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2319a4324b46bf1f5ac675c8cebad29f38caa65]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:55 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [40fddcba1104dc181334b6a11c5f7e82dc57a71f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:54 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f91b3bd97b7d2a0f72af17cc97f53c548f0225a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df50412d8086faf6dcbe5a68dbe547249bd523c5]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:54 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [01aef7ffc347acdec06663e1356a3ae9bf9ac0b9]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f39bc45f0b708c7130fd7985f7fe10d33d440786]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:20:26 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fdf88d5adcdb0dc83ca20fec07c678ac2e86f029]

        INTEGRATION: CWS ooo19126 (1.9.130); FILE MERGED 2005/09/05 12:20:25 rt 1.9.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c01d35165799e8a1632658c0d46b1d31b3b10a80]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:54 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ecaae58ac2511fb84dd80ea30e3892af5066d91c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:25 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ead07f80c3708277425672cd6b110cfd51c9388a]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:53 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1efa2f0b7804bbcff77c8b8d7d5b545c680b8ae]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:20:24 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c6750a20fd8392bc28e412eb2c6fd722522532b]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:24 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f55b2d069fdc5e3d8ff95843244b3cc5414459dd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:53 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fac2143b626756a060a36e50d6eab7cc3f90b936]

        INTEGRATION: CWS ooo19126 (1.2.376); FILE MERGED 2005/09/05 12:20:23 rt 1.2.376.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad883aa85ab6d3a54696364791ae6f1948c5643f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:20:23 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0f44406122ae2b8233c7121c31a93518f4c4b67]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:52 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [21c835768e12a5c7ad9b7d11825737502dc9587b]

        INTEGRATION: CWS ooo19126 (1.9.130); FILE MERGED 2005/09/05 12:20:22 rt 1.9.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae2b88549695bfb84315640913e53432514bb6a1]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:20 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b90d860b3febeb554efc6224c7c860ba7bcb0c5f]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:19 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8149cd91a3db548b6eb7f4b66bdadbdbe6449706]

        INTEGRATION: CWS ooo19126 (1.2.286); FILE MERGED 2005/09/05 12:20:19 rt 1.2.286.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51c56369e18b4243c1224c4351c3c4a0550546de]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:52 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9d8de810d9d452becb76a4ee3e5a2ff1d1c6d60]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:20:19 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94f2b0018fd7a2e68e4699d9b1ad8ed76fe92749]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:42:51 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5cd7c47849d6bcd4ce945dde700c0814182ebedc]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f554e67b86da0c7d7eb62c75263796661517c8e]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:51 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9e1f4c3c9049fa3dd664446122cb723b3683ebb]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:51 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d74609e1c63e7ba92a22775b654d26ea2ecd57de]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:51 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f44e4cfbc8bbda0a914fbf2abfa2d4794c8cd2d]

        INTEGRATION: CWS ooo19126 (1.10.56); FILE MERGED 2005/09/05 12:20:17 rt 1.10.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67813b8fe2e81e7a18bbdbc989795f903436597c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:20:17 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f9304a599243960a7f9fd15e9fc4c57cfcb7302]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:17 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5e50f6e0cb8ff448e76d8924d121002b1a72ddc4]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:16 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [acefa61d4a0a9ed15d05b8658945b9bca2151100]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:15 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c05bff5dc69079f0a3601e216f0a65e15956814]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:50 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7566839dd0e9559c4b78efd27003d998eee43dc9]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:50 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d2099e8f878aa2eda41d2bb5ee5555325d57bc4]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:49 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ed6145080e36ec2e723a2ab4c9f2a60295b492e]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:14 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [33d75b469616718921c587ad3ea925f4aa168818]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:49 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6bf624aa0d0ca11adc86022404250fe42f7a102]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:49 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e91ff954c55f1b726e879a76b53353948520e085]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:13 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a8102cd3430c15cb18ab6e0a609c4ae5f1fa1a8]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:49 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d585a0f9d28d16cbe1c563b07de226d391eeb23]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:20:13 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5bbcab619ba57fe5b409960e536be35752d1032]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:48 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75c6132f53cc4272b5c6310abfa876c67d5eba2d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:20:12 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fbd93c1aed06555a2dc951f706f61c82321a789d]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:42:48 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c19c5b7db34cd7a8939abeb86b22b3fd3451246]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:12 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b3f00e46858c5dae72469ed3d302a7c832523b2]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:48 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc5a6876fd019412b62edb99876832eba4b6faf2]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:48 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d578032c894727c1d2bbf2f62d1195cc54629e7]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:11 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b78836e1f88af6a311f0940d7bbf64cea120d72c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:20:10 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bdc66f2cce7974e5211c53be14492d872280d26a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:20:09 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de4213f89c9574293b934fd5fec02ce9e84ef06c]

        INTEGRATION: CWS ooo19126 (1.9.130); FILE MERGED 2005/09/05 12:20:09 rt 1.9.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e92edcbd92050304d7650a7e3e3cb86a5a679733]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:20:08 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba8b252641fe4551b38406c06b0ab0e281f71988]

        INTEGRATION: CWS ooo19126 (1.10.130); FILE MERGED 2005/09/05 12:20:08 rt 1.10.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0454ab63a15a59dbdb3f3e149bc08f19f4f56939]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:45 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [321c546fd72845010ec7895eaba4d5a9c9bd5b7e]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:20:07 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7e28f73f63658743ff29a56e8adeb623be48d49]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:45 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a26dd64b1fc384cc7cd9ed112008c7c654f3d33f]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:20:07 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cf02f9f1b9c1ddf0776568fe8963929ef2e1730]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:07 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [474694c088d878a956d514587b49c8baa7e4af37]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:45 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d574ecc317261d4ae3dead65dc2dcc9931d71aa]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:06 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f009fde5de2eb7e3ef2ec3da4932e8dac74a291]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:44 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d5aa0ebae87169c1211ca59f14f85a8453b24926]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:05 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4598332f590b6d5ab668ca109da92c10af9b585]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:20:05 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e3f26a9bf96d90ed0312ef1d09d1328a8ed64b9]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:44 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca7fa6184a21d55ec9f45cfcbf166710f3a651f5]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:20:04 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb9543551a1415453622b92d50ed3291fc1a1f21]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:44 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de5cb690778f324b95e00292db22f28085e3e370]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:04 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c68d308f2dc0105173559fd673aa5a56c48d0ac]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:20:04 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d6411d9d33df1399e5f86deec3c42f35ba1bfe7]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:43 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [444287c8aeb258241a59d92130d5cb95e32eca05]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:03 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b8c98af6f56ebbb4053560c06b882c486ea6325]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:03 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cedfbb41dc677c5cf80d087a914e40f1fc43f9e1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:43 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [452b36d7a007790894bd157d4ac409faa2a37994]

        INTEGRATION: CWS ooo19126 (1.19.50); FILE MERGED 2005/09/05 18:42:43 rt 1.19.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f3e267bacdeda578b866dd52c0a510ae909bf48]

        INTEGRATION: CWS ooo19126 (1.6.108); FILE MERGED 2005/09/05 18:42:43 rt 1.6.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02ab95ce096b66b3d0a451a3eecea4a68793da32]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:20:02 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a84803d60e8eb10406a6b981452b79fc00f47268]

        INTEGRATION: CWS ooo19126 (1.24.110); FILE MERGED 2005/09/05 18:42:42 rt 1.24.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cb4d08151f7158ebc76f80c2422f3a8a6abaa40]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:01 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ed7a4055bc88859cb55602cca9508f56e741eb6]

        INTEGRATION: CWS ooo19126 (1.4.108); FILE MERGED 2005/09/05 18:42:42 rt 1.4.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89c5bf90ac232a0461f16bdcf96b0708a6fa04ee]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:20:00 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5895dbfefef50dd4b5c6bc5a57ee2a4e003cfc3c]

        INTEGRATION: CWS ooo19126 (1.8.110); FILE MERGED 2005/09/05 18:42:42 rt 1.8.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [094417efefe42c401cfd01bbefe9560c642c808e]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:20:00 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [780daed351153d7b0ff3c53c01329126b038d446]

        INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGED 2005/09/05 18:42:42 rt 1.2.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [425929d58e871dc89ff84db9a306603a65af88b8]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:42 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d69e6a8aeba35c310b365883c4cb6e3e80fc26e5]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:20:00 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de5db0cb821e50eba0f81554eeeca2cab4d63221]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:19:59 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f786a01feb48dd0d9c3969d0f1c731b3ccc6c83d]

        INTEGRATION: CWS ooo19126 (1.16.70); FILE MERGED 2005/09/05 18:42:41 rt 1.16.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fef99387a097fb430ca8df5b7529138b10be953]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:19:59 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38c7d1b8fe1996eca7360556276fa1fb8b44fddb]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:41 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04adb7d763206b4003c5b5fc20d5cc5b8f10f4c4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:48:16 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8da397b9af3053b1c506774b32c86c725d34d5c2]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:41 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [022d62612ec75127078cea4b4ac1000d80462d84]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 12:19:58 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c227d371bbeff7d8eec0a4c459e2f77d9d8607b3]

        INTEGRATION: CWS ooo19126 (1.12.110); FILE MERGED 2005/09/05 18:42:40 rt 1.12.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09bec03dfadecc3c022eb9e52d9a6f74e89d0904]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:40 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff2119f4efbe876b01e33d7a70c3f5e1e10734dd]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:19:58 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ada4b27469a9da8b33dbe02f364749b533828999]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:57 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af162186bc56d3f6ef26f3aa276862ddd7aa7e49]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:55 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [864b983bafdafb7c45aed41714f193aee0aa38f3]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:40 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72ab3df65d3d2515864fccdb926475bfc162ec3a]

        INTEGRATION: CWS ooo19126 (1.8.130); FILE MERGED 2005/09/05 12:19:55 rt 1.8.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95d4c9fec20b65186ead3e87e4c8be644de88f08]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:39 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42b35341b99c0df2de3884bfc24b977b58f65e2b]

        INTEGRATION: CWS ooo19126 (1.10.110); FILE MERGED 2005/09/05 18:42:39 rt 1.10.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cf0accc1328a7c2605db95db7784b4835d9f546]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b5285219edda3b062b2ad8f418a3bc2c4b77195]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 18:42:39 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b0dc5e6bdc60e9f70a4d62b382b17166f7d3a017]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:54 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [559a3d41721a53847ba4c9b04896e18bdc389605]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:38 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3cde92375d3076d8f6155ae4b303ded4e01fd9f]

        INTEGRATION: CWS ooo19126 (1.10.110); FILE MERGED 2005/09/05 18:42:38 rt 1.10.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [705fb028673ffb210c6fbd0bfe97f30e8ead8cc8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:53 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8db403fe09d724e1237feffa0645295e98646d90]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:37 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d78b1d6129cccb2bf42fab36d3a0455be14b18fd]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:42:37 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [785519c606a30e7cae7af6cdd3a28bbaeb7cea2f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:52 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [668103dc0c1f8fa207852af31b1e111a9ec7cc58]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:37 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50aad3fd0bf2c72714a9820f5a58a5dc16632d40]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:52 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf5c8307b5e3fe063261dec24b245eb159ec1d6e]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:36 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [83175b672cd393273a9891585f698665e63142cf]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:50 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0804e978edb2adc2c9299d4c9b01f764625f1cb8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:36 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d909fa2f9b87e1752d08447ce4df4bfa0970edaf]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:19:50 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68ef38ff874d9735411b09d3c1c3bcbbc94382b7]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:36 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c82c009c9140ac6ccd77dca51e7d841b7e569fb8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:49 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [890effe47e4c465e965468eb63d05e9ded8aa168]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:35 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a75b6883230fed331defff884e271a5a2b6a528]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:48 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6b19621af7aa4cc6820a16fe680f312f5634b5d]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:35 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3f9e86e4b6ced7c3a90350286048e872f141ef4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:35 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5cb5578887bc8785521d20c0ade103653b88978c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [800ae99b6bc1bd850bc16d716b4221cfcf99b265]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:19:45 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88fbbfd79910aec4e4ea3eee104ffea91170bc68]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:44 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c9dd8b3b64348539c2cd6f0bca9094e95f11b5a]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 12:19:43 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [edb73b47d176bcb4bd0b41cb8c33eceb0a349a33]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:34 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a879a6ef4d7070a93b6ae796975342266d2c619]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:43 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [719873f23d954e7b51677a3eb39e762a8c50d0dc]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:42:34 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6126af405d7da2f33866d71aa9fd4712607eaab0]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:43 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bffbfc105012989d538b2ba5aa590434ff7ef69]

        INTEGRATION: CWS ooo19126 (1.4.110); FILE MERGED 2005/09/05 18:42:33 rt 1.4.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02f12fe98980c74e4e130492468304956c7a27fd]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:42 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6619e68421edb76abf1ef36b613ab610d2af73b6]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:33 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9626197b87492429bb98fc8b4b2ce0ade7ae7753]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:33 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32f1b22e0a06d5f309289d60305d18021e599170]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:40 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78e68b7fca8669b56c2347bb19c11381b1d114ce]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:33 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9397a789edb403654fb5a932f32655b5fee11633]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:39 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41c173a24c281bd6149116a8f665e3af810509a0]

        INTEGRATION: CWS ooo19126 (1.6.72); FILE MERGED 2005/09/05 18:42:33 rt 1.6.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78e167f84883c444dc8a4deb243e8e08e37f7f7d]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:38 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04cf13967dc63c262e52e8ba3bb85d9de74baef9]

        INTEGRATION: CWS ooo19126 (1.7.110); FILE MERGED 2005/09/05 18:42:32 rt 1.7.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [419bf7b51efc350148ac89df11b0018e23d5ec52]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:38 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b9b85d368d1b67b2e53af75ef09ae1791e6eb2d]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:32 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2b4e9887d36466c90f0b7e081933ce0a1153134]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:19:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5397095bf7e61cc99740715914db1f6d9d844b1b]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:32 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a56d6a9b2eeab37df357c5fed5a634ba44e136b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1a3a545aa3bafd015672383e00fc095dec67c31]

        INTEGRATION: CWS ooo19126 (1.5.110); FILE MERGED 2005/09/05 18:42:31 rt 1.5.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3db62648486bb1fa62b15fabe9c5f9506fcdad72]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:37 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [843439ff094286570f61ea7ac7e9d2e6813c7fc7]

        INTEGRATION: CWS ooo19126 (1.6.110); FILE MERGED 2005/09/05 18:42:31 rt 1.6.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2ceeb5d9592c66e57402266a85133d304ed5fa0]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:36 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32a3b8ff3ec9c66772ad5922d6acc57bafe42ef5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:31 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5da491d595277d8c2524255407fd5fba623abf8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:19:36 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d13088ff9fe518fa0ac3d9c64c930c32ad3f8455]

        INTEGRATION: CWS ooo19126 (1.9.70); FILE MERGED 2005/09/05 18:42:30 rt 1.9.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71bf17b110300fda39e729c93361c22366492b7e]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:19:35 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a00eb48ae1da7ee104c238c9c2c42247b35416a3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:35 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c344b281f911d5cf3a77e0614c55c735cc311af]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 18:42:30 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d12a70859e28ceaf6e940521efe3b5b39874ae7c]

        INTEGRATION: CWS ooo19126 (1.8.130); FILE MERGED 2005/09/05 12:19:34 rt 1.8.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f381ae0e3c8a06e25f26a8b72a6fdad52d02230]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 18:42:29 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b50a8f31e22c9c6101634c1b3ba96ff3a6485154]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:34 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6850a273bba7cd7e3de9818b405c55c45212fd4]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 18:42:29 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea8b41607e268d5ff82253d284929671fe0c36d4]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [266bc918b6c7502493a53f792e4b2a60da7a4bfe]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 18:42:29 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b893e2de92496c25563ffa609c23cfe76ea3ea58]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d4cff26408d5f6853d8de46ad6902318d28c901]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:29 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f887a48fc36826d907ca77bb50a2e5ea7ce79e5]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:19:33 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26a46a87d9fbe85baff4c8e73b449eed78c8ee4c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:32 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0f1013002c0c858e1bc0ec15936ec5e8059c8e8]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:19:32 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb42322f01a56c46bd5d6293b919cd8af921db01]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:19:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [694cb4ccd3c8bb874e0e9b9ab427f19f8748efd3]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:19:30 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [857f92f8960d7c1a6ef376c365bdf00678860076]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 18:42:28 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84eb02469ef98d8f135c560fafd4f4437c395db3]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:19:29 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cfc225a425c5ed463096c1e0e09dc51754b8efb]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:28 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db4edea2f4dd132f367d0861028c2bdf1df4fae7]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:29 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97b511b444026d64c622ce8180f854e410d65c28]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:27 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [035242aa87aefae86c28b66c55c7933bbe3b8326]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 12:19:29 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26db31fd623ed4b74054ead7cfab7d4e5ef01b4e]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:27 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6d454c41acffccdbb161ff70a10bf791dbe2282]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:28 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2536f2c0d721d2f90d4ba9f873b1f1373f38a416]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:28 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4c4769a6b2bfb78ce196671e479616b59159c74]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 18:42:27 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [280cbe7e13cb0baa7e24fe553f8af567d6d42652]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:27 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [794e0a20bc807bfdd9185cfa49099428b5b04c23]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:19:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e78ffc1e5a2b7bfba541b66a1acce006400b782]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:26 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de9d52ead4ccb07a0a5755056d2b70311a2db94f]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 12:19:26 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75e497eab455d4bda263d8a4736217fde8fa8e02]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:26 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [876ec4fa0c3437a460cc714857c33f5bb771f61d]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 12:19:25 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c2646ff4348a8109e975f81f4084ae4e42d6ba6d]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:25 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd518fd5f7dbe666fe5d5e27cf5661b097e45c0a]

        INTEGRATION: CWS ooo19126 (1.3.58); FILE MERGED 2005/09/05 18:42:26 rt 1.3.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c27c6fc11e4c1045056a0e330329f6835a232c8]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 18:42:26 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05c41528ed850ac6065736d12192902eaa796518]

        INTEGRATION: CWS ooo19126 (1.5.176); FILE MERGED 2005/09/05 12:19:24 rt 1.5.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a6a45ea57c1dba9d8cf186750621c6835429f6e]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 18:42:25 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f73f39cfc7bd669bfb966395aefb830af9c90a3]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:24 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6fdf526fb052b6c9dc43e7daf64db9f484e9249]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 18:42:25 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [485fae355ec1e835be9792045b28e4838c5c6759]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 12:19:23 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b37ed22d472650a127e8c0c2c6911fca4181ee79]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:23 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [593c924cdf6713b2a444827f4c61385a4e09402f]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 18:42:25 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [076bbd6ee5af90fd35444204ab84e406c4cb0a2c]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 12:19:23 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad2c67b2ea39ab3408133da401cfbda4a8a54c5a]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 12:19:22 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [662af722c3a28b8af6fef95e3110749fcaddd512]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:22 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e442428af9774fd8bbd06ea7418b7cfe77876cfa]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:21 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1217174038770ae4aa042331264ba3010ee34365]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 18:42:21 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bce47b7b24bed3b79c8879a78ce5cf6ed8f87df0]

        INTEGRATION: CWS ooo19126 (1.5.176); FILE MERGED 2005/09/05 12:19:21 rt 1.5.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff2ae2d38055b4cd77d1517097ddac614b01dc2a]

        INTEGRATION: CWS ooo19126 (1.12.88); FILE MERGED 2005/09/05 18:42:21 rt 1.12.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ac62997a87d9229eb7126c94374c52bf9d3b034]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:20 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8989cf983fca2ba2dbe23d50a9749c23a08ad79a]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:20 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bb111347bd7d7b10bfba405cd137de21612119d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:20 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [996aecf9ddc45825397a9da7960eecfa8e63efee]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:19:20 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c35944f84026428fb84b72f6608698aa0295a7f]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 18:42:20 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37f20bcde548c729d5d2e1a75e7936d5949723e0]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:20 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8403a52ceedfaba8b63c61ed7b2e052f0bf1bc59]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:19:19 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bfa9350ba2b582f63a9ee3c23e80bd6df94fe10]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:19 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f447f985e746c3bfa4103b8b52f1724471ffbb5]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:19 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8fddd08066b6d8a9869e82bbcdd84e833c6f33c7]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:19 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f169ed89f236f96cc95b3f47e3363f1b51f20136]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:19:18 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [449ef0f624647fc7d381558698bc4d9f9d81fe67]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:19 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e27906f627dd810b0386be708acc43c63f93d23]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 12:19:18 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2180d06ec51c8cf002a6ecb8f5f61687684c012]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:19 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8ed381e088e05a23c935d3a85c026ca0f025cab]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:18 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0021e6ee3bbfc141493a5b2fcf1c9f6f3f47d1b8]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:19:17 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96aa53fcd4fb6d3a989c9019af43391cd221322c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:18 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b49738b7b3e2c1c97dc496e7e64a6d80659416d]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:17 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5102d65d763138178ef51f723952e31a6e8956bf]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:18 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d67ac5fb47e3175a21d7bdd0c549d477c25db5e5]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 12:19:16 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fed5357ede35f26b3178e0f6bd454d659b10f587]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 18:42:18 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f72b63e0268343f0b16413889c1ea691687191e9]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 12:19:15 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf06c06cc357c8c52ea6003d228d934efd511ef6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:47:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [943f0496bdcbc8c9b89d4d8b363d4192c4f4c82a]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:14 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a43e487ead8d50c8b5ef57267a9abe82d890baa]

        INTEGRATION: CWS ooo19126 (1.2.108); FILE MERGED 2005/09/05 18:42:18 rt 1.2.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea1bf0214d9db4c404dad476c241a528dbffa32b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:47:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b8268f61675031265d591a190ac0b369fbcb1dd]

        INTEGRATION: CWS ooo19126 (1.5.80); FILE MERGED 2005/09/05 12:19:13 rt 1.5.80.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d84df7606409cd6d433693aae9b967b8b8d78cee]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:18 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c16b9af856cad37875522a19b57f18de4f297333]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 12:19:12 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f61385ada0c9306497b68df3a91ba9d5135b5c03]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:17 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [532cb60516ddd440dd9e1b32e55a2e9129b04cdb]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:12 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85b2f4c107c02487a86b7e701ebfcbcee6cfc110]

        INTEGRATION: CWS ooo19126 (1.8.58); FILE MERGED 2005/09/05 18:42:17 rt 1.8.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04d8b9b5798ec078b3137d4b52ea7d1f48aeb8b8]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 12:19:11 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [44ab2aa428d289e047b55e92b15cb4931d34ba58]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:47:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c101baeebb62de5b3e1e07febd950e59b5fcf04]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:11 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51327fc627232ea170f6cb91ab5cae87cd1fc8dd]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 18:42:17 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb73b069f6a88c7ea9f80fd123ffbd278660f796]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:10 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d908357b7a2a37464f2fcc3d4391770d5e0cd1b9]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:16 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1da54960491920bfc979435bd3627f2d30903508]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:19:10 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d5f799310e081c6cbbb3b08c14b1fd55fdccd43]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 18:42:16 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04d24e3c9160b9439b3209c3cae76bbca9ac766a]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:19:09 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bded6f3269362b84c27aa0b8621acfbb66c2e54]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:16 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51841f9a757ae949dd994da9e4e2cd8b4e71b2eb]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:08 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09a1347567c2d09e74da9da9d91b8ce5df646f4b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGED 2005/09/05 18:42:15 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6551779736ed107419cb11f77f7439dab6de98c3]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:07 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e8395f8148ad6e3c79552ffd72b6fb462dcb039b]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 18:42:15 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6b5d18f559810f53a4b28d874301a6c933437a8]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:06 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e2dd888bd496bf5daed5c527925307ec20bae37]

        INTEGRATION: CWS ooo19126 (1.1.110); FILE MERGED 2005/09/05 18:42:14 rt 1.1.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1331dade78d3f437a3edade2d4867d2e5ee15e4e]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:05 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a468d3f6ddcefb04911583963752f0b3578502bb]

        INTEGRATION: CWS ooo19126 (1.4.176); FILE MERGED 2005/09/05 12:19:04 rt 1.4.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [18a2afb4e61a08e27dc7be7955ab227ceebd81fd]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:14 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1fc0613205cc129888fb42f2ea077f10a12fd76e]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:19:03 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5a78d5412c31403f37768eae3139753a2f255694]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 12:19:02 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50e96bb18d707b77128e05ca3bd19e703ab92283]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:19:02 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09224ebe9042d1d6740b0933bc0b507d7c17da38]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 12:19:00 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db35f250ea9641583ff91d71782f2352eca2aa52]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:13 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f978181e3b4299a83bde556af763b175cdd1a40]

        INTEGRATION: CWS ooo19126 (1.23.56); FILE MERGED 2005/09/05 12:18:41 rt 1.23.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [727de5ee6f0693114bc59e58e287e8b5c42ecaa8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:40 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22efe676d4befa0dee801ead12533e3edd54ef0d]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:42:13 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a7213542ecd6748f1ebde2ffbfa7fa8fbb9d29d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:18:40 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e555cd559d71f8aa860cb5a5f30de95f092a0800]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:42:12 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1d7f3405d67d24f4f8803a4d5e09f637a75bfcc]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 12:18:40 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d230534c12867b2e35472d78906e14f58deeb4bc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f9ca1bc12ef3e3535b6ac49654c5a49984c6d1b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:18:39 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [472c5941b985c8c227dd725e10a9b5cfdcbf5b8b]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 18:42:11 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9352ce79f0db27c7e1e01d4bd2c9f76f255e458]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 18:42:10 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1092a2fe449730b471661798c64a6b23047df3b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:38 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86dd6aa61aff19e1c92d3b28373f813dfb5e453b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:37 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86865500962d54e249816037e332912f141070d4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:36 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c7a7473961ba8031b1512eb0e10d8d9b46782a7]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:18:35 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9adcc46c143dc1284d5b13b9d1824bed79aa28ff]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5043187e64023ad1c5406c7bed9179f4c5c8cf78]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:18:35 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53149d63ce052a5b6ba2a983ea1fbde3c2e4fff1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:35 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d93eaacbc8d4a7ac958c20fce23c5699bf6d1ae3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:34 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d37f3491770479b0fcfcb483bb133f9d126a6ac9]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:34 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a572502b0a54b4b929750723110cb612a5417213]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a57624b2fbc2c3f38c52d3870f7cdc118bc7724b]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:18:33 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1604134075edc0fd6dc1683a34c7f7cc807fddbe]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:18:32 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a88f94fafb63a4f8ff71d9cb7f1e3dc3c104afd]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:32 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [309b46011d63b2df80910abe99a0f9c99d32243a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:32 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bf1157c267f3ca60d9e5e229e3d4e77ea7b0c8f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:31 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8cc78b4549fd0209766df4d11da0a83f37248697]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:31 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e49ac86d107cb22cc051ad3c49fb6565f7325ce3]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:18:30 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a96a0fb85f9b896214f7c91ba305edc2a15a02c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:30 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98b1309c8c451acb00e7a2390b424fd354c24519]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:29 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0996a5e5e9438e43959761ae024a080506f3809]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:18:29 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b361db1b9069cbaaaaf12fb15b9df08feb626997]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:28 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a9062382e9a394a2218327d5cd5fab513c295b9]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:28 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [539d97b5eb1c298f30942b993dba21f8d8260173]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:27 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a2e9c0c139ad43dcd288957413bbc109214f97a]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:27 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [15cd9507b0942b23ed77c887b227551d9f385924]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:18:27 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd67e1872b15667efd8e3e77489ce888b8e451e7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [07261029ecaa3e911f66ddad32c4c98dd5711a85]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:18:25 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a1595d0bd166f7c2b3e48f15e2b30c139e86939]

        INTEGRATION: CWS ooo19126 (1.17.52); FILE MERGED 2005/09/05 12:18:21 rt 1.17.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be4ae8582f9a4136bf125abed924a10bf34ba005]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:18:21 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad66ea77e346b4673c6c60a49f7f30490c7a0ef5]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:20 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f95363c6bcd61dab5d54041b69715e9edcb5cf50]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:20 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94cca9e51a785a10ea2fb0900d92b135552729f2]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:19 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed98a5b8808b464be0525a50f83834528ed1fd8b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20f090374fa481819533eba66a907f38ab2aff1a]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:17 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3910080e24c90c2ddf1dc4f7366b3ed60718d653]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:16 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b74c196aef2c5de5ad71e7c4704b54f3354de03d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:16 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09ed3c2885ddd3e709d5cc99bbed7fb6d9442ce4]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbada8c22a577b4449284ec18bbcec034ede71cc]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:14 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [91e47a59a7999c0f4084ce5ab5c15c727e351b51]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:18:14 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [01f2667171768defcdfaa3ac4d10b1dafb0c3d0d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:13 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32549411bab6b1c5c316b67873dff373998c1aff]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:47:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56dc70fc9a48668170e5f50389629c5b6a243884]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:12 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c650d3f5f48e507b371e6e963ac570372a2df464]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5a673ced4a006ca1e34cb7731b08fb9daee39ca]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:11 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a0d78e64fdddc4a4bf032ea2368001c7ac76c21]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:18:10 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a63b7e472f8fbedfa1ce55f92ec1f708bbcba7a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:47:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [419c25c115e58759a0e185dfa0d8cacd2dd7fccc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:09 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d798b9945a203433bf36d6894b35e46c881033d8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:09 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10462d96f44553b5a07ff2f1457478660356dcaf]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:18:08 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [230898b5db7b2899537a503130e5e61d24bce4f7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f0a2c41b5265384a511b629d63d3efbc7ee2094]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 10:47:02 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f27cd560011f8eb1b48ef99c5e9328d0a200e39a]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 10:47:02 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bf79685bcb53773641eebff0e7b0448afcea81e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:07 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7f9267fbb558bc5c773a182c1eeb2ecbc878416]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:18:07 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e002b750e625e35e7119ed17a59f460e47e6473d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:47:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2366f164b873067d3d5eb4dbe1b2ad3577a7ee3]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:18:06 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b2bb2b1c518ac2a772a3cc425bfc2a9df02bcb6]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:06 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11882ca6e6f42b4f5b6c7f1536b50b7a1132dc64]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:05 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88b6ecb18ebab7106d66356402c6d28733dab523]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:18:05 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d0aa6abce6fe19c902a59b5321e996dadf6fc66e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3fd720bab40f84e3563ef96904f876293433671]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:04 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9736c9c5c1f6e9a528f2c50ceff673fec18d5454]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f4252a82fad2e81923cae634022a8ac8f767380]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:03 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac1538a11010e7bf467d93203516e82877ed2f32]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:02 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [687daa7e09bccdc09ccbf8fe592801bbc71c6abc]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:02 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d08e70d662e2f65d69130e5cf89003b78dfb70ae]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:18:01 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [186c93917b8da88eaefc3f5eb6b259c9e261141c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:18:01 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eff9e0c05db383bcbd3c4a9e0dc223ce17a6e81d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:18:00 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b904a1c51564f6c6dd2780353efd333798b56546]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:18:00 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00506ddeb9f57bec961764b1a373c04589be425e]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 10:46:56 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2089acc1aa8a4f20b838b89c428653498652cd7]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:59 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39291d23b84ff97b39c87f075d3a2aa9db780c6f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:59 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4a8b1bcf89ff732ba4c2f538422d24faa4d62d7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:59 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [085161fa8cab66a8aa70188507d849add7319f50]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:58 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fae354e0b6b29c5915e472db84ac1283beadd21e]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 18:41:52 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49e0b9fe41a095f38fd58fcfe94c3d2dae21ac9d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:58 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ac6f493d8d882ee0082dc8c3812f7204841c092]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 18:41:52 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a5462a6eea25e5ff6a4a57d495496d6d35ed7de3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:58 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abef26bd238cf15b89d264384908df4344514991]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:17:57 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [28fad89ad6a02301986b39181f0eb30a38dcfb02]

        INTEGRATION: CWS ooo19126 (1.10.128); FILE MERGED 2005/09/05 12:17:57 rt 1.10.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac7cb6fe7eda8fc759e62f5c09d0d3cd4afc6ab4]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:57 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9c19c4a41430ecf2a03050ca8d51c86bd79c265]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:56 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fedd948995acd4c460d41f52c3e1dd6b5a17233f]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:56 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae9e4f9e3b6e66947558bbc36e519b3eb9dce6fd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:55 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59abd20dc2fa58d5eaf7761929cdce13f66d4bc2]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 12:17:55 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [44b561c53be7424e0f5ce18fe10ae3ff6b37b4d3]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:17:55 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ccfcf5b5f3d172ce342c3f5285f2497d3d62bd4f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:54 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bbbe4fe91d01d13e58a6c28f4cd3b56e4f50fce]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:46:50 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a1a7ecccb25174e9b6e739efe0efde99009e71d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:46:49 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da13272b7311d45e1ec3a89f4a5d9ffb8984b8fa]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:53 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d56407784840cea433e1031b57f6bde956f11fe]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:53 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6228b5920e01d162f411c4bf04bf9a43e3183d1c]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:52 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20b1ef01fbfc097d758a336e32e94ee51b4a3bd2]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:51 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfe5f917e2d5236726e366b6127f936ec41717c6]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:50 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3cd3e02b8d4bf62a02d87ad89c7a787805f859e]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:49 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c20d5eaa40304516db6bb325da106807e8a970c6]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:48 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a63e72fe0f466cc5ae7241754ba00b892c1d48e2]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:47 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f1e8274d31d7b84df2149e9d064b1870557d3b1]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:46 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca29a37a3d5f85741d418b5c1c36b8b0d20d7813]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:17:45 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cf5995514b040f282948f48ee1a4f4315af4575]

        INTEGRATION: CWS ooo19126 (1.9.352); FILE MERGED 2005/09/05 12:17:45 rt 1.9.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5355383c2ab281021f324ba6e2f95be1eb25ce3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:17:45 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [538d9ef607191e9c950742f85fb7db1a01b5c9d8]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:44 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67af516638f581945fda7886293c571a7d02abf0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:44 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b3b414f8eb64236058c04d5c1f2f8d20c5b96cd]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [908af7d4a56f99ca945924053f78871b2cd8119e]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:43 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [07a9a108c0f97b50cf1134ae58ed386136534a23]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:46:37 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3264acd2f8b682b3fe926fe05a007ae32e70915b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:43 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fe5cf41b6b058dbf39f739af8d8cad9159e0a22d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:46:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [33743b9b0014e67669b9600fb265894ea94ea866]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:43 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d63de9a183ffb20b82f168cca6fd5dc1f4ea3975]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:46:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7967300777d35bced70965e78f500e3cb47887f6]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:42 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9fffdf2f65db51b9b38c5e827eef1a4c23d9cc67]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:42 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48d8a66582f25cb85533326952a5930c9e50150b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d0fed77c33cbdaa7ed44b5dc5fb03de09bfd9d71]

        INTEGRATION: CWS ooo19126 (1.2.74); FILE MERGED 2005/09/05 12:17:41 rt 1.2.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5d044f9a6bfa23f37f99e0b9d1d82853a45817a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:46:34 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bd9c9d563b28c870de6f8e42d623b008c5ee715]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:41 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef36035bc733569cf9535797a1933e9add2d2664]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6467e49f25e606d7b363146c4b9a133bc610cd11]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:40 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a149358274bdb8a21c7e8f3023cc272615bf322d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:46:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b6f00f6871654b63daef2f1d1fb2d2ec059864a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:40 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e4a0d594c8e6de21d898444900a0a81526495ab]

        INTEGRATION: CWS ooo19126 (1.7.76); FILE MERGED 2005/09/05 10:46:31 rt 1.7.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3edbfbac7bebbc3146ec730cc7e0c22f47af1cf6]

        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>  [12f631df0dfc182f2c6f375f43716702be330f5c]

        INTEGRATION: CWS ooo19126 (1.8.100); FILE MERGED 2005/09/05 10:46:31 rt 1.8.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b447e63e2fb61967b39075fc3f214dad4db9857]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:17:39 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c82edb5c6e3bdfa36a734ea0fbab129017dcbf47]

        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>  [c7554df9807c4a9524348684df7ecbe5a407934c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d917c28f9b27f2a511146c01b8a4588b8130f6fe]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:39 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f42f9da14b37f42fbc8be2145b12156269958dab]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:38 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8a5d9b55f865e854652a0074928428a705d0db5]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:46:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8af2905a7f5d36473743e9f189547d2b2fcc90f1]

        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>  [fe775f7dfa10aedb884931557be139c1354f7c68]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:38 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [120fb1216fd8a42219c0cb15aded35911582ae4f]

        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>  [7bde52c942809899465efb22763919e5e213671f]

        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>  [0a98d59cb042c6033f1a9cd3236ec18d26a97ca1]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:37 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5e7670479e0cebca611ca0f2732534d4695e227f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:29 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc72ef00da9374223c9335f02d8204582e21250f]

        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>  [9dd44296478a338a7c2d6c03c6f224117fc1d144]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:37 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53fa88fd60bb991297a6a14d8d6ab6fd0315dfc3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:46:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c95d3c647623df34b370cde9869f6ab91240d760]

        INTEGRATION: CWS ooo19126 (1.5.118); FILE MERGED 2005/09/05 10:46:28 rt 1.5.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68562619c2bc61f9fc5af121703fb00ecc69cd68]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:36 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cea38216bd4556e4287e47949636a540c6be79c4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:46:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43636c4d5d2bf2df04c4805e2b5c938ef6de2c1a]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:46:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29d19146e8daae832828269641849963bd3c6444]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:35 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49027e7659eddb6ac9299c7cf0c56e7954316047]

        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>  [1cdb83b350122d52e22636d41f2bb76aadadc68e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fff2d8f3afd2cdd9a3d8af1de4e815c99b813a98]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6847951b22bd160e64637a28855493dce63313e]

        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>  [b2f9edde796505372ede1730c582cdb745ebe43b]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:46:25 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f1ca56440d877793d312f3d7e9a3478bc70bfa8]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:34 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1274aa5d5bbe9a6be37e1e3975c1dc27da39c41a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:46:25 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90b54aeb18d0ec196aff7a3609e9b399bac5bb12]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:33 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2677236dce55a617ded6cb04a6133c52766c01be]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:32 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c19494ffdf6ef6548bf80ba79581a4e88f324113]

        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>  [084e04b8762a7ca711d37bdfbe804f7012179c64]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:32 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc6b287841858e850474a132346df3db09d8db52]

        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>  [f0259394c1e9a7a1d3e9d323978b7675cf1fe75a]

        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>  [dbb31e73b68de1e4f5dfebcc1d926bbea69dc736]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:31 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd689aa4b0236a9af59c0a24df76e82a453eeb19]

        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>  [c5c60b73f572cb4d112c4d02d121f4d2a6e9cd34]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:17:30 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be4f292ed21d9bfe56826f260264c378628bdff7]

        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>  [e667978114d6a5798f97bcc6cd6a9084e9cc5e55]

        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>  [a7e6c0e949c1321453abfb55857bcf012f42197f]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:30 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd503103a6a55024caf26bfd6bb8e37e88780b7d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:46:16 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2c0956b38cb582273a9204c98a4e3ec682fb7fb]

        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>  [0229e7777c468b732dbe6bd72ef04f8c0adfc446]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:17:29 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a8cc6d823ace1134cff2ea802f72db0c00ec68af]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:46:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbac449a6b955b426dbb1ee8e38f0db2d359b99b]

        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>  [eebbea97589058cf2109647a85728f62e1aa8544]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:29 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9c79ef49f4c0c8ed71fe53a1317ca65dd27392f]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:46:15 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7e0538ab2864616d912737a155e434ced4cfe42]

        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>  [c01d48a881167af83dcc7e75092d1dbfccb1d545]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:17:28 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8c2a842d642447332702df5f736cb188bbe6a1a]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 10:46:14 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16e2ec907607721cd089005d572ef0b7b90b960f]

        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>  [dc9ff72effe2ab45313e3e611e7c59a91782183e]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:27 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eaed79d150ba8a6570f587eac5e0e1be861ccbcc]

        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>  [26628d46322e472c50f3723efba984d97cd95e7d]

        INTEGRATION: CWS ooo19126 (1.36.84); FILE MERGED 2005/09/05 12:17:26 rt 1.36.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb7ebb5631f0bdc7fd7b7994a749c5e0ca99cae6]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb3c140ac339099dcf5f2e4788195a7758a77d91]

        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>  [8dd8e92e95446f646e4a90a29dd221ba5c13c78d]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [adeba95e41f6ac444e397bd7bd131d40df3099ab]

        INTEGRATION: CWS ooo19126 (1.2.176); FILE MERGED 2005/09/05 12:17:25 rt 1.2.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25acebda98b80e998a5de4b323359de53999f1ff]

        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>  [6543877f51103b7efc9c8c74797c6f32a13193af]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:24 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad3e76fdbb55dee95b20c23984823af98521470f]

        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>  [ddafc23f85de9dda2b23ee386bc27d61595cd7bd]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8532cee9483cda5ea3b6c033ffc5f6f2df1bfb3e]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:23 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f45197cd9e11c98b73d5d1e88ea2c39537e8f01]

        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>  [8f9dd8b70650515b1964052b6fc875150f57a40f]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 12:17:22 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10b9ed0e446c25a8ae0260f3d2884a1bacc2ba89]

        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>  [0ac6e9a0e7274fc19c48c6ebb8637b891253cc56]

        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>  [7ef34fea81af2b61f7a21bc70e1d57a75742e17d]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 12:17:21 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbe6bcccb48a58b614c9587779e63ad91242bfcf]

        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>  [75eb4dc417178642704b99443da768cec968591c]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:21 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f85bb00cb8e9fcba39c6e8756c8144a2d8b14dae]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3db5998345190ce87065f90f0d0ed2c5ba863e8e]

        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>  [f158e5f8f0e818bd500c60681d68f42d8cf1d17b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:20 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05f9cb26df165e7abbf7ea0eddb6cbcc3b1a3c9f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:46:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c2c615e146a96a25bd48b2ea58afd78e3dd73610]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:20 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46059f546d3a47a6421047a31747d6365ce3ee31]

        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>  [7ee09f0713bea0fec0dc3ee8ee8c628a7441b20a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7370b9ffb369ff9ec5b7a19f290f933ed63b182f]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:19 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00930f99c6e5815d26c0b9c1f174af6c365208e7]

        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>  [454dcc258377dad6de52c1686cebb0a46b04cbb2]

        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>  [dec4b350e94c5eda656511a5ca02923346d86ad7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be111e5fb50253787dfa4f7d37603c8df43f1831]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:19 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3a1161cd1e111e3fab007616d9d2cd32a523d02]

        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>  [344663790da1a670cb924f26273c1d17e35afb96]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:18 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9676c72ec302d9a07ba74572a747b38540fae5a2]

        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>  [7602a7a6163ad8de5ab4154447ddf6470cc52863]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:17:18 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88387c141aeb113f8c55ff7c4cdba0fc6f49eb11]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75baa5dd6624a3291f4e505ddf78c36792d07851]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:17 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78b38f7a10f934f909a7adf7626e44eebb0c62ac]

        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>  [35ad5f6d2ba684dd6ff9971bcaa3931015199687]

        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>  [90f67eecf4800cdda925d4b00cde0dbea9e5fea8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:45:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9f7c2db98bbe5596b7ca99fc8c833804bbe1468]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:16 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2de94a77b7be9a399c128ae2d32fcc6792a53e64]

        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>  [c2d4c1ad76486df09ed79e7a5ae59201ae48d09c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80b1f0641d180cefe058ef445ae849e36fb201f0]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:16 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03a09c51f0ed17b9d15cb8913b9cffc0a1e32843]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cd808a0cd17df4af717fa07582299f4df53e36e]

        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>  [4fe1e8c69c0e2c94ced701c5129fc7ed6a63b8ed]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:15 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc677e0df0a3721fdbdcaf54ae85d56439c7a12d]

        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>  [fe1a488f8f9292a7b0d1747ea6b971d8b80ad9ec]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [938e8ed0cbd026fc1b8485f4040a6de021f22e99]

        INTEGRATION: CWS ooo19126 (1.3.286); FILE MERGED 2005/09/05 12:17:14 rt 1.3.286.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b0af0cb8c1288c39bfa2e82acfb3e3043870b85c]

        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>  [1d460f717b6b3970f4a4fe1f3ec17dda55e811a0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:52 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [949fae8580db6ffb3c7facb1cc384eba51a6f2e7]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:17:14 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [388a606dcff17d20633b8fafaba5c0bfd9835912]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 10:45:52 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d5e9484e26723aef06ad1e1c30f251dc4a349a80]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:14 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e10dfd39dd9a482b0ff1ce6a18f70b24d5f00be5]

        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>  [cb5e5045d7d0f54097b2aa799f7c6133a80da6c3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:51 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9c0400e832ba572143527a3c3bc1c58bc162ebb]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:13 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62460e5cbb5d995acc9e30ee542a506731ff7d2c]

        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>  [ae3cd54b0a88eee121c70742c5e4f69a234a62a7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a1c6578b39f0a8824946564aeb930c0b79b252c]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:13 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cc411b5a3a15fc48418e53fb1e1c1193477ab7ad]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:45:50 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e698deb8dc2b490af5b04db57a4bdca966e88dc]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:12 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb22d251f04339baf2a31b0b812cc0c38de2e8ed]

        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>  [6a87f5d51e98bfa3190f2416ecf99f41e6acf7fe]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:12 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [647df128bcf83d6fa90a827a4b2cc817c8b573e1]

        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>  [7d3adbc0e4d4c2e6d10ae37acc122a1502a4b835]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:12 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8026f1c6290e7cf2a9a37a4388a5f4911bab373c]

        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>  [452583f281a9c1dd53abbb2ca6996bffd09d88ce]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 12:17:12 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29158be09deb0d6a3652490eb632e7eb015edf2c]

        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>  [df83179b103807e50fc7f06837af165f014179bc]

        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>  [c2509bf260e298df069144176762b352244032b5]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/05 12:17:11 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3068a5f8acaa3906b0413959db38f6b5f37e71a3]

        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>  [3eebd13c1df684ef9d2188426cc58582a674ea2e]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:11 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d22bc3286f395f04b4894df30b1c2e708fdb8924]

        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>  [709f31fc613a5ea970ce52bc4037e8bc77f26b50]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:17:11 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e571217cd00912cfcd2010206328e8575a4d2755]

        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>  [6967bc958cc02dcd091bf1ede484876c99c28955]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:17:10 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f4b5567f10b6f2cbf2c81dc38b490263e4695f61]

        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>  [c7a5d813fc456cdb5af6039954c540abe44b04b3]

        INTEGRATION: CWS ooo19126 (1.14.86); FILE MERGED 2005/09/05 12:17:10 rt 1.14.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0c6077860cb924eb8689e32ed70c7e6fed6f49f]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:09 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26d7b5acd24b78b1841f3de5e629145b6283566b]

        INTEGRATION: CWS ooo19126 (1.21.176); FILE MERGED 2005/09/05 12:17:09 rt 1.21.176.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e216807b7380bca336f864fec5bff76f7ee1aa9c]

        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>  [71e345b8942a2645f20775b35e9db196823aa5cc]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:17:08 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b183a9acc8065dd43051d839a562d1fb068278f3]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:17:08 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2cf812cad3f36137a04221607ae625e44e0dc8ed]

        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>  [3ae2e5acec6897f400fbaa494e77bb26ec324200]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:08 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [346fb71b37dc0e353358be2a036508dc641dec9a]

        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>  [a027ef6ad88639d1c0548d02f655e8b8d696cd63]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:04 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [338ee6e0e5849382405a74b371a9fda6e9c691d0]

        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>  [4c0895f1e2094696877015455ed783462f68e6dc]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:17:04 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a72da3a18526df312683001d03d6239739ad4e2a]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 12:17:04 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7dfd3a3312b93eff63d1745da82a0a8504a6e84]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:17:03 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93865527da9ea22dace2b0ca22630ccd6c4cef8c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:03 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d466b7d43a5f01c386a24b6f800a9f8ffa0d0c2f]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:17:03 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de3db7169d95bf6a48e088771f60001d004963b4]

        INTEGRATION: CWS ooo19126 (1.3.226); FILE MERGED 2005/09/05 17:08:22 rt 1.3.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b67167dad31e15ee2435e2dab21c6d766e40633]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:17:01 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f167b609d88e6a5800bd8e8b74fccc3db6b18863]

        INTEGRATION: CWS ooo19126 (1.1.262); FILE MERGED 2005/09/05 17:08:21 rt 1.1.262.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32d0138ca2e289f7d53ee58f3b6de82cc4c7db68]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:17:01 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60353dc637d0101ef6a5c66f5a4989844ccbdea3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:17:01 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa917c87331d86ffe1e1f7e3688168ca65dcaa56]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 17:08:20 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5a4fb4bb45926cbfa1c95468c056b9f9b150db0c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:17:00 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81f576517078e14110751de45a1ed72c36a0875c]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:17:00 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c609f676467ea6dff700d2d2722897525b9bc09]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 17:08:20 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc64a347d54048e473c40a074ee30035b2928207]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:17:00 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee258a9a88778eecf20f23a73204a5d294d30824]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 17:08:19 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1edef3e699198071ee4f224c5a151f00939bd5f2]

        INTEGRATION: CWS ooo19126 (1.2.84); FILE MERGED 2005/09/05 12:16:59 rt 1.2.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ecb607089ac2edbc6abdb01adbe1906a046fb9bd]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 17:08:19 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e1b24515153283e18069205d01801417a6b061f]

        INTEGRATION: CWS ooo19126 (1.10.130); FILE MERGED 2005/09/05 12:16:59 rt 1.10.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e241e81adcb77daec030c752263b7c86f0207dcf]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 17:08:19 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d570b1bfdd19fd1ff201609faa79eededf726828]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:16:59 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f599764f085c08a349651d8a2c6811717bc0d370]

        INTEGRATION: CWS ooo19126 (1.4.58); FILE MERGED 2005/09/05 17:08:18 rt 1.4.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71116f6050e04d0eefd1547cab2524fd089f4b5b]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:16:58 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [190fee528254788283091ab714135f648c436a2d]

        INTEGRATION: CWS ooo19126 (1.2.194); FILE MERGED 2005/09/05 17:08:18 rt 1.2.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d73855eb8610aa8eb7c252da2b1338e941f87e80]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:16:57 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [63c616a294dfbe40d4fe8ccbfebc3c21e0e0765f]

        INTEGRATION: CWS ooo19126 (1.3.66); FILE MERGED 2005/09/05 17:08:18 rt 1.3.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [477ca91f655b50c09c7cc148d34c86b9a92b0190]

        INTEGRATION: CWS ooo19126 (1.2.234); FILE MERGED 2005/09/05 12:16:56 rt 1.2.234.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd46699cd1f672a2ca6847b580e60797b5259000]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:08:17 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3837d2f26d1b48b31283ecf9531dfb92d7274fdb]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:16:56 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a3348f7a1e06f31d4f3f81bc512b286e294a8b8]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 17:08:17 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2914bc0b92bdd17486bfe96df6137a015755cacd]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:55 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db4ab571e770ccf2372f02b4d9a9073edcccbf25]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:08:16 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41d3cbbb1e90b3bdf8c461cf2fd9d4c260eded7c]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 12:16:54 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c847cb4192ab0b5bc5556a790c9d59e2ab0a0142]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:08:15 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [612c9a8b8a639042e8bb8a2a0db3557cbb3f7af1]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:16:53 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a4e3f035e2382507781749110114a3772c4bf45]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 17:08:14 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae79b791703d9e634caaaaa3c1fdf251492fd352]

        INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGED 2005/09/05 12:16:53 rt 1.5.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8e351dcb6ab09cb3771155453ab682ecfcdf884]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 17:08:14 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c51162c05796fcd0dd0731916516bc3e29cbeaea]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:16:52 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [28a0b5f84c191956aff924615896008b77128fe9]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:08:14 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85e24db766aed14e32d80c440b8e4d790798744c]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 12:16:50 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4e89fbd9b09e6ca2e9e4f73e80a7b554ebb79a4]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:08:13 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17b0d6e186e0343f8161a7cbcbe128b54a55adf2]

        INTEGRATION: CWS ooo19126 (1.6.138); FILE MERGED 2005/09/05 12:16:49 rt 1.6.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d8bbe214c81cd19193d66137375831b899fd001]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 17:08:13 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29c0c78b5ad7ce78c54239ab26a15f70f405e00f]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:16:48 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5de74dba00bca8865c2143df33807d1f532e49ce]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a15958fe9d9e349b6e08e0d450eae5062747bc8]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:08:12 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dcc161143eef9f2cf439e07e1ff61aea113b28f0]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:47 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [171e9453f1d83084c226e0670b150911f6c22dbc]

        INTEGRATION: CWS ooo19126 (1.5.58); FILE MERGED 2005/09/05 17:08:12 rt 1.5.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68dc62c3ac5173c00f97e8982cd4aaaee558f640]

        INTEGRATION: CWS ooo19126 (1.6.658); FILE MERGED 2005/09/05 12:16:45 rt 1.6.658.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [83bbc360e147d44443951ee62deb200d13dbc11f]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:08:11 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2eccdcbea2a49ee5979b594dd899413711f3431]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:16:45 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a81e81b77d4a4a03791400f3988741627a4a1e0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:45:28 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e9d9ebc957985f6c8cf86b15bcc83d28b3af24d]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:08:11 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fde82ea88ce7eb7a5b3797ce0fb06e6446281e11]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:16:44 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80387afd2983db00dc553d69ba5cbb535f1dc668]

        INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 17:08:10 rt 1.8.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11afeea9bbda52b2e28d6adb9af636e0975bdd63]

        INTEGRATION: CWS ooo19126 (1.2.26); FILE MERGED 2005/09/05 17:08:10 rt 1.2.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d73697293d8ff3d8ddf7d95f8a0c6dc971f85020]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [edbf484e6f1ffc99a0d33ef6b4c69c976972c177]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:08:10 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b83cea9d446dae3cf612466c7303346853376533]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:43 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [850b8ad729a8c135e80d8a70adb7478c802a82d2]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:42 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35177feef132a73f896c010bfa0e67042a6a7a55]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:08:09 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [21e32a5032989c95b680569fcdfdb966af31935e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6bdd79778e13b6d60d65496160ead16e5a413bc]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:16:41 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c9a49ceea6748162d0930933776a122101d1ece]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:08:09 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6db6e11187c83b1a25d24ff5fd9cfb2b0c1f428b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:41 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5403866ccc5c599001cff65f268bb508fec2d4e6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:40 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6155c3461e1bd45a860f6daddd633cc76ad8ad90]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 17:08:09 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [829326db7b74a082dd2bd4fa368056488c9c789e]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:16:38 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d61dd38d2f3e4a113fa71a88a32efff1b38c262]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:08:08 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3a5a4cbf31ecbca1af91495c3cdb8a6f2aa52b0]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:16:38 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d731fea77be3930eaba29445bb1722d49fa1eba]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 17:08:08 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b675b4f741def2a78f9f6e58ab6268d20d37cdb1]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:16:37 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4aa796e043bf701ee848bab3197648d0d4ec8496]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [acbf4e743da157ffe581940d542044480a06c4c9]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:08:07 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4ee6bffa86f6e9146d5c763b7a68f3ab59d5774]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:16:36 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f0eccd8b93a67e82d198f03966fb20b8347cdde]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 17:08:06 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d31e56c4d092072a02707eb3e8a8ca88f15b6e6b]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:16:35 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b41d7a43e3891d135a35ee151edbe1416cf01b67]

        INTEGRATION: CWS ooo19126 (1.2.188); FILE MERGED 2005/09/05 17:08:05 rt 1.2.188.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db50a913ad03fc98a825a2ef982d0c59e62daa52]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:35 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e1db05b3f7b0de8a3405f6f1adc7d65761c83ac]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 17:08:05 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [77568f4c974050489733b7fb416d2e49240abf3b]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:34 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72ee48f40e5c7f1013f2e8f54dd2066cd6f00267]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:16:33 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2ac9f67a905f65f9962d8ba493d85476e78f4ed]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 17:08:04 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2a89205f53b51647ad125fcc900914538039302]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:16:31 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a5940a065d9942048b26fdb0edec5ad7b03b113a]

        INTEGRATION: CWS ooo19126 (1.9.194); FILE MERGED 2005/09/05 17:08:04 rt 1.9.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6d2460152faa37541f71c4260cc1c64d277b700]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 12:16:30 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [faac1868e9340de6fd57839dcf3df0bb6ce427a2]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:08:03 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b10da7669c05091d7ca75a542bd67c8fa6655aef]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:29 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3ad9ec86b879375743f5a489cc0900ea9a2ddd3]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:29 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f36feaf1c8a9bd0890ba98fe8a8e923c2f7ff50]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:28 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4097a1440ef5863de17e0324b274184d369e68f5]

        INTEGRATION: CWS ooo19126 (1.8.194); FILE MERGED 2005/09/05 17:08:02 rt 1.8.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ccd8aa01d275b59ea9de01e035441dfd25e0301]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8736ed86457b8d33b20ecac0f43bb3970ffb5162]

        INTEGRATION: CWS ooo19126 (1.4.674); FILE MERGED 2005/09/05 12:16:28 rt 1.4.674.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fecb8127c857721578b7cd2a9a2a162c5265bf40]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:08:02 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bed39bf5ad34046817f617c6cb8b655416f8be77]

        INTEGRATION: CWS ooo19126 (1.10.194); FILE MERGED 2005/09/05 17:08:02 rt 1.10.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60f949d9b218e0a45a285fb68be625d8c9500f01]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d680506ef064e7b6323ea2f28e4c898307b54010]

        INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 17:08:02 rt 1.2.258.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba23a28f1c54647d5f7a0ca6788a5e4f64b50ac3]

        INTEGRATION: CWS ooo19126 (1.7.66); FILE MERGED 2005/09/05 17:08:01 rt 1.7.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23f417506ddb75a97459cc9a8915d878b36fd2dc]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 17:08:01 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f3a1479b445960b047f8c175bef33a9a32e2b4d]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:26 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72577e22130fd164690d0da777e65fc86bc5fca8]

        INTEGRATION: CWS ooo19126 (1.13.86); FILE MERGED 2005/09/05 17:08:00 rt 1.13.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [628952eae8ba05b9045169b9e6d2ba48786e8dde]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:26 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd5b120f5c8f88e0407f4fa4fe7256bc6fd68997]

        INTEGRATION: CWS ooo19126 (1.7.108); FILE MERGED 2005/09/05 17:08:00 rt 1.7.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8076e20eb669ef3a4fad9ad4894a0d0056fe0c57]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:16:26 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2584d9b3400eaee19a421adf5d7ee67c132fd31e]

        INTEGRATION: CWS ooo19126 (1.11.86); FILE MERGED 2005/09/05 17:08:00 rt 1.11.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95abf64712fc9e4944176af3a786da70ef5ece93]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:25 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8228213f4b5d8c0b97dd306ea3b2aa2c87f773eb]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 17:07:59 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b4a962626c465d66c57f0b3cbd92bfdba40f345]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:16:25 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [baa5e7b45c4bc557861c19681bd3d2860fc5dfe9]

        INTEGRATION: CWS ooo19126 (1.1.246); FILE MERGED 2005/09/05 17:07:59 rt 1.1.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee74b22980f919e7f9f8902cecb3857448594126]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:24 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e19c893ac5edc858d7590525ca8786e8add8ee9]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:07:59 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6184c8d1ba0f61c8c761de78b7fbecfb577681cd]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:23 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b957c73505cdb9865c49290feb3dcf928c2c422]

        INTEGRATION: CWS ooo19126 (1.5.256); FILE MERGED 2005/09/05 17:07:59 rt 1.5.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [427f946c99a35490af86c5c5b13e95de08e425d7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:22 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f2241f6515aae79622e34ca7a34ce594f7419dd]

        INTEGRATION: CWS ooo19126 (1.12.194); FILE MERGED 2005/09/05 17:07:58 rt 1.12.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce5d387973f24e47dc9d5eae8f7233b8d30d144b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:22 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0113a7518006537283538214fe6d246affd0be50]

        INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 17:07:58 rt 1.3.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ed0cf916008516899af00830e2c72966b63a703]

        INTEGRATION: CWS ooo19126 (1.6.664); FILE MERGED 2005/09/05 12:16:21 rt 1.6.664.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c05d0a57d0f96011dc4002626447570eee6c546d]

        INTEGRATION: CWS ooo19126 (1.5.76); FILE MERGED 2005/09/05 17:07:57 rt 1.5.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57809c30f413d78d4c1296a610a31c2aa3ccacba]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:20 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [720cb64007ab696479879c57c319a870d8ec8af2]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 17:07:57 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d2dc8c43cbef2f745626797d1d932d8cf97f6e8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa6522cf503f0962c29f7a1363c354405efaec93]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:16:19 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b1bb7412e3055e97bb657fb2f44d5bfcd48c0ab]

        INTEGRATION: CWS ooo19126 (1.4.246); FILE MERGED 2005/09/05 17:07:57 rt 1.4.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [31ab5468eb82abd18b520573444836699c888338]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:16:19 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [238ae0b1385204bdf1f3acef1dcf952806e33d90]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:07:56 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a950aab1c19a1ee392881342cb3d184d8a005f73]

        INTEGRATION: CWS ooo19126 (1.4.86); FILE MERGED 2005/09/05 17:07:56 rt 1.4.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1437789a024be2cbc81e83ab389c52714a46b580]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:18 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [33fdaf992ac57a1efc2539731caa58545391554b]

        INTEGRATION: CWS ooo19126 (1.5.260); FILE MERGED 2005/09/05 17:07:56 rt 1.5.260.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f10d9838442e4a7afaf161b18b0344507081424f]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:16:17 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [027cc08c7c865ad14c3fb57a0d17f985b7636554]

        INTEGRATION: CWS ooo19126 (1.2.260); FILE MERGED 2005/09/05 17:07:55 rt 1.2.260.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [353d6ed795a698ee2fd35e2782fbab82c0308a4e]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:16:17 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [120b88792a0f799fd5d3fc333740b96cced9adb8]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 17:07:55 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [322e48dcd66bdcd1ec07ccd70136dcce4abe60ff]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:15 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b6ffa8957cd635c888f600f4f0da501e051c4e6]

        INTEGRATION: CWS ooo19126 (1.12.86); FILE MERGED 2005/09/05 17:07:55 rt 1.12.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f40af0c9ae2aec595230c9ccd9896b08bb9efd6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:16:13 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d3bc23a28b825c201eb95c5ce82c5745c9d0d5a]

        INTEGRATION: CWS ooo19126 (1.16.58); FILE MERGED 2005/09/05 17:07:55 rt 1.16.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e67935602f786bc1b158691cf699d6040dc26cb7]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:16:12 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9fd2b9cd876b84e98e066783da131da66b7a40a]

        INTEGRATION: CWS ooo19126 (1.2.268); FILE MERGED 2005/09/05 17:07:54 rt 1.2.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a67e5aa5e8e81812339311f3b8abe0aa260c931]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:16:11 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57d14076695024f9c6bec04816550fd6adc22ec2]

        INTEGRATION: CWS ooo19126 (1.12.86); FILE MERGED 2005/09/05 17:07:54 rt 1.12.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8d7f513c548f1e41e5faf7e099cb94431144902]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 12:16:10 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f35b91ed7b40a03e74288c5ebfd4c3fcb2ad3c6]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 17:07:54 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9fa9f5051326c01e2da3c299cb86f0d3e06c8096]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:09 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [784f498f00defc104c9d9631b07b75d4f5337d1f]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:07:53 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [049e062b5b6f08b145671950b4e6c0c8b8c87304]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 12:16:07 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d1bc0930fb2b5e3f75509cf240d7ec346d5b7d4d]

        INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGED 2005/09/05 17:07:53 rt 1.6.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de8a289e252705e412c9b7d145decab45f8b6bb2]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:07 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b457c770b02a0fb0e022c97050f00f0c12aad0c6]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 17:07:53 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7e7e0a586096ee97e628c1f3a670a37030909a7]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:06 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3224254dbb3ad2dfb59a44d9c723391a455ea50d]

        INTEGRATION: CWS ooo19126 (1.17.98); FILE MERGED 2005/09/05 17:07:52 rt 1.17.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56f236fd17a9d7bdb09b377c7cc127ee717d08b1]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:05 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a419ec57908d2e2140cf48c21890dc799de4da04]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 17:07:51 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3e90fe9f48ee498545c296a4ba4731f1b89565a]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 12:16:04 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c6b278defa0886715156209400494ccde9e6a76]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:07:51 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ba7fe31ace1a878e4ab26fd8a13aa8fddc53398]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 12:16:04 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dbdc8aea655d1c97f61ffeb1e6e0c08047a5dd00]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:07:50 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3207850a786afb7b2df732e9ec72042abe953df3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23197a42e8618a922db18b6ddfdbc5ecedb725ce]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:03 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d9a8f39b8e62372eccf794a2cb2c403fc6779be]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 17:07:50 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b810acc8d728d5eb5c9de7cbf8c8ef0484371a6a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fea41e988a78375d65d552aa4a1e6ffd711fc254]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:02 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee78104ed3fe0709534ecd84c0dea9ef15c6341a]

        INTEGRATION: CWS ooo19126 (1.9.86); FILE MERGED 2005/09/05 17:07:50 rt 1.9.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57d61a27457c0a975992c5cb879383330b70f76a]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:16:00 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [323ab33099f2d60915d8d81944f9f132159450cd]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:59 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9bce7009090b1637a135cb309db77855a8ab652]

        INTEGRATION: CWS ooo19126 (1.4.254); FILE MERGED 2005/09/05 17:07:49 rt 1.4.254.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b2c6cad8f3b1f01658174254c8d05a2757e3990a]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:58 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c131bceeb20ef91f6114051b35b998ef2d34c70]

        INTEGRATION: CWS ooo19126 (1.4.252); FILE MERGED 2005/09/05 17:07:49 rt 1.4.252.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84f189c727c2154cb5314f9e36b67294f2f9c0dd]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [884394adab2e0fb74bd9c4d3da18d3fb70c7162c]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:15:57 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3e378ce1e06d1c132d5a729f7e29bbed1bdb8f4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67caafd4a5a9dad56385b7849bb277dc845d077c]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:57 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37c3aed8f4ca615b810c0eee81cae23287f3b4c2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65a66235feeef2cce8c3dd6ed34db08d735abaaa]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:56 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78945d9aff250320225c63b151128a58375d527d]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:56 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d39694e21b6f874d71fcc7aca6aab0906242a34]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [faad571409ef9d70dad16f1b0f9ddb2b6339a289]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:45:08 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f96650427649662d0f1e38ef95049ccf51978752]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:55 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bf6db4d78d7138bec090d92e65553d0892b4d9f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:45:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d232cfa59241cce1b890ad2c765292e3ad14f1f9]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:54 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e85482353a028b2b5dac51cf6e0fc7f40a87f890]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:52 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bb4c10d10d3bc68c9fd98c53fa44ff17ac84914]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:07:45 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a7a0efa2c6d86c1d9c4fe194817907e100caf68]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:51 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ce9dafb487a00b81f72fe4747778c08aff098f6]

        INTEGRATION: CWS ooo19126 (1.4.256); FILE MERGED 2005/09/05 17:07:45 rt 1.4.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c426cc08d4412efba5efec217327b3a3bf529c21]

        INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGED 2005/09/05 17:07:45 rt 1.4.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ebb08658fafd56e72b396f60ce94c655d56e297]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:07:44 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49b9aba3c55b82a59fd346deda5ae4c8b2592c1a]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:50 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1eb97c1dcd2b87decc818de581776e6e83694db7]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:07:44 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00baf2cf010d365698495f9574b85a50fc336476]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:15:50 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6eeffd27e0827a66fb84d82e1544911112c304c5]

        INTEGRATION: CWS ooo19126 (1.5.188); FILE MERGED 2005/09/05 17:07:43 rt 1.5.188.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66517fb4fde2347e8e910be28ac7beccfbb6c9fc]

        INTEGRATION: CWS ooo19126 (1.2.112); FILE MERGED 2005/09/05 17:07:43 rt 1.2.112.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99fc7f41885c119574cfbb942c61c60a254bcb98]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:50 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88af99ad17c37840f0f7a7e10d6c8f0e5f77d060]

        INTEGRATION: CWS ooo19126 (1.5.108); FILE MERGED 2005/09/05 17:07:42 rt 1.5.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [edafd8eeb19ef186b65b765506bf41d4c15a692a]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:49 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e91d9cc99995a7400a2d16abd4bf1777594fc9c3]

        INTEGRATION: CWS ooo19126 (1.19.12); FILE MERGED 2005/09/05 17:07:42 rt 1.19.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b175b9b75fb64c502c3dc963ea648f88a47f8d5]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:49 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ccb4dd25c159f765a274f6a11d09ba47f80ce960]

        INTEGRATION: CWS ooo19126 (1.20.6); FILE MERGED 2005/09/05 17:07:42 rt 1.20.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c02890ba1de1472d573f37cffc07ac17aca1dd9]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:48 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38dbacead01b29c8758240d872fbc9a85849a859]

        INTEGRATION: CWS ooo19126 (1.11.12); FILE MERGED 2005/09/05 17:07:41 rt 1.11.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0c251ad78f22b3a1ee65570050c2826d98ffdad]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 12:15:47 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fbab00aed16610576efeec39162a8feed80ed62]

        INTEGRATION: CWS ooo19126 (1.17.6); FILE MERGED 2005/09/05 17:07:40 rt 1.17.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d836f2f84a92075feedf518fdad0b4a9bc20f11]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:47 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69966169907f4ca532cfc95cbb6979e7528cd545]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:07:40 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f87bd7abbae4a70befeb7fb6991d20deb5436a3]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:46 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5737ef62fa60f356067a37a858f5625b14bafd1d]

        INTEGRATION: CWS ooo19126 (1.19.12); FILE MERGED 2005/09/05 17:07:39 rt 1.19.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f822af05a9903669e1e9d071aecfbb47aa90b9a3]

        INTEGRATION: CWS ooo19126 (1.10.76); FILE MERGED 2005/09/05 17:07:39 rt 1.10.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d607e8e1fc535fd4be03aa6c729435e7edcbcec2]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:46 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9d168ad51dd4277ed1c9b5b8678abf8077c76bd]

        INTEGRATION: CWS ooo19126 (1.13.12); FILE MERGED 2005/09/05 17:07:38 rt 1.13.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ea4f9402581b6b12782fcd4f3407b97ad97e4c2]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 17:07:38 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e647180ef5f5f24eceb0be75a5a586fe7a50e09b]

        INTEGRATION: CWS ooo19126 (1.5.96); FILE MERGED 2005/09/05 12:15:45 rt 1.5.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3aa21be46f3aa27b0c7c990b61ae082b7a7a7f3b]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:37 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94b0da3f1c427e3452239d17af00594bdce4ae71]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:44 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54ac7e1237c3c569a58c706dde3957f49e40db32]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 17:07:37 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89dffc7fdc585f76aa84e5ed4d10dca3937698e8]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:43 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f08d4cabead7d55508cb3351a34f7534b665555]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:15:43 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c00267a5fd0c88e8f1305a765181b659f240b21]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:07:36 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dafe32ef958c11f3f392b5f109d36bc581f7e575]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:42 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [623c0a39a81aa053a2ad7dd8ab66e01d3a761d7b]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:36 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e8ff43d58986995fa95b31dbbafa92034ccdb3c]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:41 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9388d564de9e144ec51b5975dd71be5b9989987b]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:41 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e76c27f66bf8e826933b8971d59456d1076bec6]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:40 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94d6463055860b00206d14a32db8b5fae6b0cf57]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:35 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0de988e5e08360393ea3301c882a766efef2bce1]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:40 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d363b8a19b1a728d176005d7dfbb0ae440e39efa]

        INTEGRATION: CWS ooo19126 (1.10.98); FILE MERGED 2005/09/05 17:07:34 rt 1.10.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e9f82455abf29d15c90db0eb61236942fe439ad]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:39 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2ddef446ee1e08666e284795ed3faefb34806ab]

        INTEGRATION: CWS ooo19126 (1.4.112); FILE MERGED 2005/09/05 17:07:34 rt 1.4.112.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da7bb2314ad13d2bc975ef6767d796e07ef4d548]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:39 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23726580a81abe41d95a452b5f101467c8690a77]

        INTEGRATION: CWS ooo19126 (1.11.98); FILE MERGED 2005/09/05 17:07:34 rt 1.11.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d3db46ff23deb65890e24bc9d5d4448b4141950]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:38 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6470535f3335732d49727ebbb6c6a137ae5c07ae]

        INTEGRATION: CWS ooo19126 (1.13.90); FILE MERGED 2005/09/05 17:07:34 rt 1.13.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bca44c55f8c0ecd1214088ebdc5963108b843ded]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:38 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20a7c21ab8c180b64b71608b6f1fb0db887624f0]

        INTEGRATION: CWS ooo19126 (1.13.90); FILE MERGED 2005/09/05 17:07:33 rt 1.13.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ca4d4ea3bc75ef46b26771a3f40f0a2ba7c46d5]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 12:15:37 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22ca15013c9b37e97781fe00723b6fab28429b55]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 17:07:33 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20acfc91ef35884183465ad5e326ed09370a4834]

        INTEGRATION: CWS ooo19126 (1.6.86); FILE MERGED 2005/09/05 12:15:36 rt 1.6.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a9e7e9e1915be94e488c7ae8ae0030223953c68]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:36 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fcf502393d81b43255e0c898d32a656a29ed9f6d]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 17:07:32 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17d324a7b246eaaad4e17c7bca8eff4d255998d6]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:15:35 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43c52aac155b984b0fa50680198952c5630343d0]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:35 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24517f1083f568af36db603e03dec772cebb2a97]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:15:35 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e3afc9bc60758d12a13bcf5faae2e30594e3f4f]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:07:31 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa2c06c852b88eb4c7fa06366b2cc60de9e74c6c]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:34 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4cdac9ba89efbacdc3057eeee2f0cee959ad28c]

        INTEGRATION: CWS ooo19126 (1.3.178); FILE MERGED 2005/09/05 12:15:34 rt 1.3.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc27810e543c1aaff63b18bf343543f46409458c]

        INTEGRATION: CWS ooo19126 (1.5.130); FILE MERGED 2005/09/05 12:15:34 rt 1.5.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69123d0e1a27005e06bfa57310b27e6594167de4]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:33 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79f71af28fdd3c1d67e82fc70c58579f2a04a0e5]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:07:30 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56c6c60a71c14ea1ee2906a68111a6f6e8bd4f5a]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:07:30 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74f310255868de6d45b12781a556c0840b1ff5bc]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 12:15:33 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f62894808f17f016a3408b5fe6bb39c70b30b00]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:29 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cc7af49915d82e4370544d6482d6d6db76e65ca]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:32 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62ff12c15bcce19c8390596825c5a6626346bac8]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:28 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97db5ab2337bab3c9a418434cf98cf6e178f2ccf]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:15:30 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dddedce4f84057bedf5c2c341d57aaaf74fd3174]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 17:07:28 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dbbe04763a6d28e473ec775411752b111da5155b]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:07:27 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [13da36dff187ffd6a572c4dd1e3f29e9d441e289]

        INTEGRATION: CWS ooo19126 (1.9.538); FILE MERGED 2005/09/05 12:15:29 rt 1.9.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d1ae0f78695f0affb48aef755b0d0f1b640ef3e2]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:15:29 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f05526814f6c3c5bdea01a9c0d7799273959615]

        INTEGRATION: CWS ooo19126 (1.5.90); FILE MERGED 2005/09/05 17:07:26 rt 1.5.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [041371262a9556f67b894718dd725295be300a58]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:15:29 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6e9283e58c729466474b1e72758e54abcaa68e3]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 17:07:25 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bddca863d39cb81e541915ac62fe612e295e9927]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:15:28 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30d010dd0df2845359330fe70374cb57a910b94a]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:15:27 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3db30f57508dc968d76891625cf71383f6cff444]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 17:07:24 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e343e2bf9efc0ceb5b63179af474e9b5a1c0c88e]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:15:27 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [614c8c2fe129a019dc5e510246cdc72ad9219347]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 17:07:23 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dba2b6e8d27ab2525e74b06ca0597beb3f58f12]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:15:26 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3186647dbbe773f701096bb5e03d77292906098a]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:07:23 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6b569ceed5bd0cc36039b3fbcb2020a7792f42c]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:15:26 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [994116bcaf21c4d33570da6fb0303ce92704cbea]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 17:07:23 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d134397d4e2c16817abcd358dcab05eb9565d169]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:15:25 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46cdc337ceb81ab22e519fb104bbe9e379f45ba0]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:07:22 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3005d98a36c2871a25c3c9f9d515c9f91136c18]

        INTEGRATION: CWS ooo19126 (1.7.74); FILE MERGED 2005/09/05 10:44:47 rt 1.7.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d004ee4b3b32d60796740c8871b8acd41b6d0f2]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:15:24 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1483211d034832af1a47976b234026dcafb6fe59]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81921f52a2cc4e6f45afaf2213b90153e4f2026b]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:07:21 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b20f60e64b1e0948966cf165b04415087100ba8]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:15:23 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e77f0aff12a9638654bb4654b5253272080f4650]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7b461b63b970846b83049ec09b037ebac59b358]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:15:22 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eadea26697d66c87f12d6ceb77d877e1b024c6db]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:15:22 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efa7a0cc30636975171cd0146b638d742f968a16]

        INTEGRATION: CWS ooo19126 (1.3.194); FILE MERGED 2005/09/05 17:07:20 rt 1.3.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a83c308f46e4ed291163045213ab1c1ddc0178a8]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:07:20 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29c96f0e66a80336314de1a6bffe9831d9634390]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:15:21 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62d7e7b1b63e2f159e6ca04595f5b7779dbd2273]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 17:07:19 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b0d4e8cfa252442035f610708e92f1920a286c16]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:15:21 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b50cd212e22f9d9aff979f1fb65e590a0d5bc863]

        INTEGRATION: CWS ooo19126 (1.4.98); FILE MERGED 2005/09/05 17:07:19 rt 1.4.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2716f9ed064f82d56fbde5743cb067719c66baad]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:15:21 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34b6da8477b167c933898c701ac5e5aa51394020]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:20 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3585504cb4be08d6ccf24cc72e812a7e57d10786]

        INTEGRATION: CWS ooo19126 (1.5.98); FILE MERGED 2005/09/05 17:07:18 rt 1.5.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5db8b85b7128d703945d6cc7030b3b9043d6320d]

        INTEGRATION: CWS ooo19126 (1.12.242); FILE MERGED 2005/09/05 12:15:20 rt 1.12.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8fbf32d76e2942b8581da97b8d76311ce9cc812b]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/05 17:07:18 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7231b6bd01b8da8944a8191304250899a99724bf]

        INTEGRATION: CWS ooo19126 (1.16.242); FILE MERGED 2005/09/05 12:15:19 rt 1.16.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50efe1191db7832bed6334c1fc7a4d0a0a0819f0]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 17:07:17 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa56fde0eeb487b8af68a023d97c55ccc926c633]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:15:19 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96e9d3c10b38b0973afebc58c59ef1ac31a29641]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:07:17 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19a31d9b6ab8dcfb5eadc845f05e1f38e8caa3d7]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 12:15:19 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [017959f0323bb96b7c7713a442479de9e042e086]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 17:07:16 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4631ab40225477b45d56d32bfad47f38d313c2c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:15:18 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4178d6050ad15db21ee29e080d12f555d0589420]

        INTEGRATION: CWS ooo19126 (1.10.76); FILE MERGED 2005/09/05 17:07:16 rt 1.10.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c804065744bc406028159bd317ba62d9057a8de]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 12:15:18 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f02d62bb6732de8fe1247e7b7c3efb1e18f1129b]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 17:07:16 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93fb440609431863c1d6cf004f884a031a9a58aa]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 17:07:15 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9863bd3e7d4f0462f81064046310905210ea1df]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:07:14 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [854804407d6299c86644c1362d489c3779264dfb]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:07:14 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cafece8e66c537f933e3e4ac27a792b572b3a8a]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 17:07:13 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c419cfdb56ed5f434b1fce829a5c2caffe169ea]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 17:07:13 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [016bd4b9bce097fc6f4538259c2370f3d65bf9de]

        INTEGRATION: CWS ooo19126 (1.16.6); FILE MERGED 2005/09/05 17:07:13 rt 1.16.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6a31b3466894f8a26336565aa29ed730f88d113]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 17:07:12 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [caec7be44f1c534adbb3e6d08b5c7570f1d40aed]

        INTEGRATION: CWS ooo19126 (1.1.258); FILE MERGED 2005/09/05 17:07:12 rt 1.1.258.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3e0ec247a49f54a45e052190bb615c0fdc88805]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 17:07:12 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d62698382e6b0a44b6962c42ca6d1ac0afeadf0]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 17:07:11 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea00cfc1c9cbae18c5f5789ce24cf39109cd0315]

        INTEGRATION: CWS ooo19126 (1.13.6); FILE MERGED 2005/09/05 17:07:11 rt 1.13.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2d01582a8cdf578a4f8b41f8fba0ae196d11582]

        INTEGRATION: CWS ooo19126 (1.17.6); FILE MERGED 2005/09/05 17:07:10 rt 1.17.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec81ffc21dec51d8ac320ab1b5ffbab8201bbbae]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:07:09 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78e1987f81102e64dfaf77a0651acec3a544a0f5]

        INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGED 2005/09/05 17:07:08 rt 1.12.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f2986d205471d350eb09135dade0f7b1013ded7]

        INTEGRATION: CWS ooo19126 (1.5.538); FILE MERGED 2005/09/05 12:15:09 rt 1.5.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [157a687097504b134c4caed4a84dd830bd54fa8f]

        INTEGRATION: CWS ooo19126 (1.9.34); FILE MERGED 2005/09/05 17:07:08 rt 1.9.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abfe9f09e99b56f4c9e8e9c55b64ee919ddc4397]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:15:08 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a574eccba08b367f519b1bd0d05fd66c53d11bac]

        INTEGRATION: CWS ooo19126 (1.1.254); FILE MERGED 2005/09/05 17:07:08 rt 1.1.254.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [075de769af7493cd0fb7a0b030256bb22132e592]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:08 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bfafa902a9c0b42153ae07bc968a9c4c8d3ec65]

        INTEGRATION: CWS ooo19126 (1.13.6); FILE MERGED 2005/09/05 17:07:07 rt 1.13.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9400c068911c5dc68f29a7e21eba440104d7de6]

        INTEGRATION: CWS ooo19126 (1.10.26); FILE MERGED 2005/09/05 17:07:07 rt 1.10.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eaf5f13b5bca2d4569f89249164df5ad5f8c2f1c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:07 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c9f5cb6aaeea130a48909bbdad90453bf0639bf]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:07:06 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e0c6677327013f0d0f10676c3ea26a08ce1f907]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:15:06 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a9fea1e46269fde993fbdc9375b3c7f4e53ed16]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:15:06 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [355d0f568370e90b820260ef015af97085132b6e]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:05 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [40b510f363d9bf620bcfce82a62e0a81b4c401f7]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:04 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db7a281887ccc46c330804e24d50c8563c457b0b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:15:04 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8eca682664133484c29b61f6e86faf12de35d93c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:15:03 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d50cd595de5654f72db3121532c6bdaa5dbca85]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:15:02 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ccb6e3fa275f5b822efcc05bf56162d400352a3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ea1eb7c1920d3782622f3334cf7f2af7fe862e8]

        INTEGRATION: CWS ooo19126 (1.5.424); FILE MERGED 2005/09/05 14:33:08 rt 1.5.424.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c00cfd1393b9389e2ef7365f4293904e3cddac8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:15:01 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25b24032d64d0d368598710f82eaaeca3bd0a60e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [360244787c22e8a5afeb3f293ef4b8ee15c5f38b]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:15:01 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fe5a49320af4c85cb3e4d2f265aac66a2d8e0463]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:07:01 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd9677e16eaeafd37eb8c172f30c30df6fe0b987]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51e2b6229ce6083c4cd323cfa27c6edef017b68c]

        INTEGRATION: CWS ooo19126 (1.2.398); FILE MERGED 2005/09/05 14:33:07 rt 1.2.398.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6f9389cf8449f255be726a303209c849409a1b8]

        INTEGRATION: CWS ooo19126 (1.4.258); FILE MERGED 2005/09/05 17:07:01 rt 1.4.258.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8df40f927fac58d0d25fa14e99052cb238bdd67a]

        INTEGRATION: CWS ooo19126 (1.13.242); FILE MERGED 2005/09/05 12:15:00 rt 1.13.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc2ef7020aa4aa556cc5b8c11ae9776c5753e322]

        INTEGRATION: CWS ooo19126 (1.4.260); FILE MERGED 2005/09/05 14:33:06 rt 1.4.260.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d08263912b6bd65110a90bc32a54e5405f1c8abe]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c6c38842ff04b062d7d3e53fe1e0b56336d3b5d]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:15:00 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dcf3bf49d2a945f9ea2e2b0457cd4659d6cef138]

        INTEGRATION: CWS ooo19126 (1.4.240); FILE MERGED 2005/09/05 17:07:00 rt 1.4.240.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dfb3657c7bd3147e2dc2fc5a1940f8ae155b0fb0]

        INTEGRATION: CWS ooo19126 (1.5.260); FILE MERGED 2005/09/05 14:33:06 rt 1.5.260.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad4f5a891a3927e037087476ef467a8824274739]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:07:00 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37b24c6425576aeeeffddf2253f3fefd59f403cb]

        INTEGRATION: CWS ooo19126 (1.11.222); FILE MERGED 2005/09/05 14:33:06 rt 1.11.222.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b9069ceca8511706bf6be690f963120f4f907ee]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:14:59 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f751a0a4abd74264fb5977becc3db0d10e9ce51]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 14:33:06 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6baee487a137ecdd531c24988536d84339cabc2]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:58 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1da62f093d996cff39cb4d5554af48af6e86f361]

        INTEGRATION: CWS ooo19126 (1.4.274); FILE MERGED 2005/09/05 14:33:05 rt 1.4.274.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6de4128fe76e05fecdb9aece8aa2cdbaeb7d929e]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:06:59 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c27888fc7999a2adb8289397bb51e4372d963ca]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80142f4c17e09e9652461b5e825fbed3f7ba9645]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:06:59 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b77ebf38f99356884be708c337a8f8f517cfcbd5]

        INTEGRATION: CWS ooo19126 (1.4.492); FILE MERGED 2005/09/05 14:33:05 rt 1.4.492.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [810efd89985d8cf86d03832ebfc8b903b0ea15d6]

        INTEGRATION: CWS ooo19126 (1.13.178); FILE MERGED 2005/09/05 12:14:57 rt 1.13.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e17488a9949825e500edfedac99ba9d1ef805a02]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:44:31 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2804407306c952a64e69920b82ca163f4af0c89d]

        INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 17:06:59 rt 1.5.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62c9d9e79e17fa2750c67a494b1f26b23137029d]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 14:33:05 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d93528474cb2bc495b22e2754e362a68d857d878]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:14:56 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6adf9aa95faff45243cd73184c692c6ec984753]

        INTEGRATION: CWS ooo19126 (1.2.240); FILE MERGED 2005/09/05 17:06:58 rt 1.2.240.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50f95b93f588444e1973a55946a6ede4fea9ffdb]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:44:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2153fa780b9a12e9f91b6eb8bca1c0ec01a18602]

        INTEGRATION: CWS ooo19126 (1.2.774); FILE MERGED 2005/09/05 14:33:04 rt 1.2.774.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67fe082847b6a86fde390566a5727d667026f4df]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:14:56 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20de84becf9f9faa0797420c58582348fd670436]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:06:58 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0be23064dfc801bf84ce2e5019c91c3549add692]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:55 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65cd07b7f50343ab818bb1ac3563888f9d8ac89b]

        INTEGRATION: CWS ooo19126 (1.4.690); FILE MERGED 2005/09/05 14:33:04 rt 1.4.690.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fa0adfc6e50622128c1aab043cbf34648e9fb7c]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:44:30 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d61fbf640428ee58d5ac183dbd8b29008d3537f1]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:06:57 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da7c488ae215a66a6c1a162b5fe2fe7cb3c86bc3]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:54 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d13d7bd4f154c53285d9af9dc654c5fa9f5c767]

        INTEGRATION: CWS ooo19126 (1.49.8); FILE MERGED 2005/09/05 14:33:03 rt 1.49.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4f8319a356c1349ac73ca33522b73fa38545bdd]

        INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED 2005/09/05 17:06:57 rt 1.3.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f82818c009ba0469072c23048da0daab8dea9177]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:30 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a424c125930883a93dc08f9823a4cf5ad7c4ab1]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:53 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02ccc303184c06d6e34615dc68f5e498aee93672]

        INTEGRATION: CWS ooo19126 (1.8.116); FILE MERGED 2005/09/05 14:33:03 rt 1.8.116.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5e8f659d1ab4fb06dfc457edf6d6145924a1b167]

        INTEGRATION: CWS ooo19126 (1.2.314); FILE MERGED 2005/09/05 14:33:03 rt 1.2.314.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d5daf75ac62989bb8cdd7468d13f5accb168d8ae]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:06:56 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [167fa55aea527f750ef5e00b4d1f8e5b4fa5ecbc]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:52 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f20f97a60b6543ff870332bc61c81629533d2b93]

        INTEGRATION: CWS ooo19126 (1.24.74); FILE MERGED 2005/09/05 14:33:02 rt 1.24.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d2c913ab48dbc24f1bd36194f623b4af4e2d862]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 17:06:56 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba8873e044ccba28c1ce354d4daf368e36c5fbc8]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:52 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87c9651df317d11c3a30e7ffa83edd37002513ce]

        INTEGRATION: CWS ooo19126 (1.4.704); FILE MERGED 2005/09/05 14:33:02 rt 1.4.704.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa376ac7e59ae2c64404fb477aaf7e7000f7a542]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:51 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [082ba6e465f800cdaceb89397c5829b3bbb7946c]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 17:06:55 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [350ee003accc46ff3052ff52658238ab2be200af]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:14:51 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7fe4608181cceef941cf42cbe0c494968fa8c242]

        INTEGRATION: CWS ooo19126 (1.6.68); FILE MERGED 2005/09/05 14:33:02 rt 1.6.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cf43ce3d663faf76d2c6a592cfae787cab9a970]

        INTEGRATION: CWS ooo19126 (1.3.246); FILE MERGED 2005/09/05 17:06:55 rt 1.3.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6bba7afdb1b0bac5b57ce98bb8f9b33486ca36a]

        INTEGRATION: CWS ooo19126 (1.13.178); FILE MERGED 2005/09/05 12:14:51 rt 1.13.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fdd1faa79d29bb9680dd92be19a41b49ce3dd07a]

        INTEGRATION: CWS ooo19126 (1.2.484); FILE MERGED 2005/09/05 14:33:01 rt 1.2.484.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db749c2475cc38556dea5f13e679cd09c65c8923]

        INTEGRATION: CWS ooo19126 (1.14.98); FILE MERGED 2005/09/05 17:06:55 rt 1.14.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2785848ef096abcce3219001792be1cd78be9d86]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:50 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94d11757f3547ae796acddfb3191dd23f28437ed]

        INTEGRATION: CWS ooo19126 (1.2.348); FILE MERGED 2005/09/05 14:33:01 rt 1.2.348.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98bee76132a002793b72829bfb711bacbe301b2f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.268); FILE MERGED 2005/09/05 17:06:54 rt 1.1.1.1.268.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2532943a8c7a5258e1195f9b868cb0cc2115e992]

        INTEGRATION: CWS ooo19126 (1.91.82); FILE MERGED 2005/09/05 14:33:01 rt 1.91.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [289df623e76782e5d00ed68e69553f8cd47d3915]

        INTEGRATION: CWS ooo19126 (1.15.178); FILE MERGED 2005/09/05 12:14:50 rt 1.15.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59adf312047bce2d2282a4e20b89a20d2f5c627c]

        INTEGRATION: CWS ooo19126 (1.2.150); FILE MERGED 2005/09/05 14:33:01 rt 1.2.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [52b79bd4eee1d9c3bd0b2ee2686e4bf41537679c]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:49 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f810abaec080fcd02a8747ecdec19c0f184261e]

        INTEGRATION: CWS ooo19126 (1.17.150); FILE MERGED 2005/09/05 14:33:00 rt 1.17.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00da843664e9642505556099be5b0093e17cc026]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:49 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d27d750165fcf2f35f2d2b4b685ce68b0cedd15]

        INTEGRATION: CWS ooo19126 (1.6.72); FILE MERGED 2005/09/05 14:33:00 rt 1.6.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d54fb747ede2cb1ea982811c93288f723f3af9a]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 13:53:32 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2341c474ae72c562ec9a8f3c1451b2da1ba0443a]

        INTEGRATION: CWS ooo19126 (1.12.178); FILE MERGED 2005/09/05 12:14:49 rt 1.12.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1642455f4508fdf2a4620e49ea09a3db56b72ac0]

        INTEGRATION: CWS ooo19126 (1.15.82); FILE MERGED 2005/09/05 14:32:59 rt 1.15.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67e4ba4b1dc51b0a4d61954f1bb33f1692d2ec4a]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 13:53:31 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c57ebc3cabb910eb14ad2d19a3d3d520593e340d]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:48 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8cb2f560ce9d79d75d9246c0b3f00037d5455a1b]

        INTEGRATION: CWS ooo19126 (1.3.320); FILE MERGED 2005/09/05 14:32:59 rt 1.3.320.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d09b8dfa423cbf9d66639e095439bae338dc9512]

        INTEGRATION: CWS ooo19126 (1.16.178); FILE MERGED 2005/09/05 12:14:48 rt 1.16.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2647b1552a6bb70d3cc18e61cdeb9470c8b9e610]

        INTEGRATION: CWS ooo19126 (1.9.150); FILE MERGED 2005/09/05 14:32:58 rt 1.9.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [090fbb3c6aee9f14ac74f77cabe001aaf0afe918]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:14:48 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8030d74f213ae96f3dd98ac3a2501edb0a432e45]

        INTEGRATION: CWS ooo19126 (1.4.320); FILE MERGED 2005/09/05 14:32:58 rt 1.4.320.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e286e37b67adc5744ab3b483c82b46e5e2c07921]

        INTEGRATION: CWS ooo19126 (1.22.4); FILE MERGED 2005/09/05 12:56:40 rt 1.22.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1b6094e81fc456dc89ce6ead4d98b78f6d4ec96]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:48 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c80c5d36b423ac00ba4c87eca4fff7e427d899f]

        INTEGRATION: CWS ooo19126 (1.6.320); FILE MERGED 2005/09/05 14:32:58 rt 1.6.320.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1323f08a5a7a0946a61841dab92b2a951bf36358]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:47 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [155a358300b03f550f1529b577e5c51680387914]

        INTEGRATION: CWS ooo19126 (1.3.424); FILE MERGED 2005/09/05 14:32:58 rt 1.3.424.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5291b7fa9d7e237831927379b8d356e2ab957235]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 17:16:46 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e21761dda3126629c42603d1a525d7bd4251d67a]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:46 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [452fcf8fb07ff7693c10e3e0ef7030f09d180ce2]

        INTEGRATION: CWS ooo19126 (1.1.794); FILE MERGED 2005/09/05 14:32:57 rt 1.1.794.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [73e593dcf6187da012ec7c0df2a73df61ea4a642]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 17:16:46 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d6fdd6def8d71cb29becd5e574d1e6a564da42b]

        INTEGRATION: CWS ooo19126 (1.142.74); FILE MERGED 2005/09/05 14:32:57 rt 1.142.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ba66bf1590dd16870a99df4ef0f813dcf7c4184]

        INTEGRATION: CWS ooo19126 (1.8.242); FILE MERGED 2005/09/05 12:14:46 rt 1.8.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0881dd5623a69de5475ac9df74b08f218b8aec98]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 14:47:20 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f75f16da668dd3a95729f145df6ef2b1f221431]

        INTEGRATION: CWS ooo19126 (1.2.4); FILE MERGED 2005/09/05 14:47:19 rt 1.2.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c98d7cfb5f29830c5d401e04e601ee7f0063dca0]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:14:45 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [13dd14a11a1de57726aaa9ab0e70e9f44f6e6042]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:19 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b317ddf2f509a72dff1e82592f27e48d2baf439e]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:18 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e366a31bae652c15c792ea46d66bc749f5540cd7]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 14:47:18 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c38debdf07d80d0210e69f0a80a9f32c2b1b3e1b]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:45 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fb8f09023d3bf65d2da267935b44ea0c79ecffb]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 14:47:18 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29a048555a5b78893cadadc73263139d9b602f9c]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:44 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [164cdea0c36dc14ed7ee26fceb19e0ab2b4e3171]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:17 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f9fb182c5ff55b8de4f094c8a32930951ba9d79]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:17 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa257ead6dec04419993ddc0ab013b7f2529a282]

        INTEGRATION: CWS ooo19126 (1.16.178); FILE MERGED 2005/09/05 12:14:44 rt 1.16.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f286a20ee9b9bf419363821f8fd3c651b2b85fd3]

        INTEGRATION: CWS ooo19126 (1.14.178); FILE MERGED 2005/09/05 12:14:43 rt 1.14.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22d6126c276f21eecbb12f96e496cfadac649839]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:43 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e9e0532e13ba4cbbb270abc7906cc90a28cea420]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:14:42 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03df4ce2960c6978eb78200beb166359f9b400d5]

        INTEGRATION: CWS ooo19126 (1.9.242); FILE MERGED 2005/09/05 12:14:42 rt 1.9.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41adc2244af374065e58a762928b5c0186bcda47]

        INTEGRATION: CWS ooo19126 (1.12.4); FILE MERGED 2005/09/05 14:47:16 rt 1.12.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11a4520f0e262c2683e134b7b41b64a0b62b5e5d]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:14:42 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [663080a997b34b40f5a9b985bd833bf864cf75d9]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:16 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6d53dc675f2ee7385a058a2fab60ead322607f0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca0cfe6a2b0df374f25709f19c4140378574fd12]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:14:41 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [569f3a0f86cad292585a3bfbdf2dc32b06bd2f9a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:44:18 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4fc2d00ab646ac549debfa65ffce9bbda668e0e7]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:16 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7eddcd261d2adb770ac78dd3325aaed698c36452]

        INTEGRATION: CWS ooo19126 (1.32.60); FILE MERGED 2005/09/05 12:14:00 rt 1.32.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32ba4c82047ab1923c72deb9bc9c4fafb02a5873]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:14:00 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d1d306f5293b854465983a3a0834535d50faeb8d]

        INTEGRATION: CWS ooo19126 (1.5.4); FILE MERGED 2005/09/05 14:47:15 rt 1.5.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37b2eccfff1d9cebf0a1b0aa278dbd3ea0c76d7d]

        INTEGRATION: CWS ooo19126 (1.7.86); FILE MERGED 2005/09/05 12:14:00 rt 1.7.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5fc7e833a4d95ff6ae0cc113dcbccb1c65fcb80]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23220f703b2a6f3e84e30f547dc644ae59562ef7]

        INTEGRATION: CWS ooo19126 (1.8.4); FILE MERGED 2005/09/05 14:47:15 rt 1.8.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff11bc12abd48a86d30ae15bda62df2f89ed522b]

        INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 12:13:59 rt 1.2.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [92c827aef5061c43a3a80e8ee421cfad183eb267]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:44:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54ea64785342816c19a637c3c95bfeebf16dd78c]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:15 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d1d82ad5ee5cbbb929ba48d77663ed016a805f7]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:59 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c23fd9b6302e2f6cf8c6165526b382458e03ee27]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:15 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [651e0434e1ddd63d3260531653f1f9e8cc8785bb]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:59 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e72e202ced4e244da501baa41d65abdc879a7852]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [31f327a02d32626e71c5c395f90569beb84ba51b]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:14 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55b8e8b9e55d1e65fa6390480d8dd81791dd42f2]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:13:58 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48fac16946f0be5e1b381c66bfdb911239000319]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [518fee960ffeed0d2f22db3c9793358c911f070b]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:58 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56f566d52f55944eacc0b83534e7f7aca4b0b91a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:16 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62e559c8ed9325ad9799522fd05d43c561cdbbc6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:15 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f81ae196faceb7dbac1036a2a629c2983044df25]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:47:14 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f1a44718c0b9a89b6380ff30415e8c52010890c]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:57 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94ed611e620e86d8be6f4f30d7dad2c629f98298]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 14:47:13 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4099390ec65e923449211252c6b818ce49722916]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:13:57 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88b02e0e30ebd73e55307f5b97e30a767bd4ef32]

        INTEGRATION: CWS ooo19126 (1.6.74); FILE MERGED 2005/09/05 10:44:15 rt 1.6.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54325bcf3acb3a9bedaa3e0ec4e5a3518e0d9fdc]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 14:47:13 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ddade0fd6b22ba349bb5a439c27ad21a64d08e6]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:56 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [06301cae4631530d6cee2610af6d44e602cf0af1]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 14:47:13 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d1c319bc350b90f72a7b573c0bc815380b12ed3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:14 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68cbe65a1405eb168ab9286064179c1aadc45d5f]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 14:47:12 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d50a4de26baa7d91f4a2519b499080d1d46acfd8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:14 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1abbde33f344efc83e7877d228d407b8532686b8]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 14:47:12 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff6c0aa551ebaf76d528b08309f5528e5e226f13]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:13:56 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7c0f494ac34490312ac3dc445988d6e134799fc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [adff0f54cada44ae1f9ede15a83622dbb2199211]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:55 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25fb22b4c66796c36f88b0daf2d5f252e3786cf5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [017df2e6ad9c68205ecc3e2c0ffb9d4f60ba23af]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:55 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7dd726caf4d91fa4b8556d6b4ff0be35cccdaef]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 14:47:11 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94c986543febec89d23be06d21f3f32c693e7b43]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:55 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b54a83e3b178bf2c68bfc17bf664aab9c9fcc83]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 14:47:11 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5e02bbf49bb28823ab0e9e1a25a3a369ac416ba6]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:54 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [18481a3ac01237192db01a25fef1c8527ec5e08e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:12 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54a3b53c5f7e385c8b0adf40ca5d1d58ee3992f7]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:53 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce6c7ceb47aae5f784b6dfce68b9b41bb7350b43]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:12 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ded8386f51fa4a6e2f5a7fd1fb3bc079bf6fc224]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 14:36:31 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26ebc1965636f97e81841d8ca462a4ff661ba3fd]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:53 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e69b68d4c7df357728befd7282dc9bd6ea999a67]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 14:36:31 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac4a3c1f954f39f8f757565f342b430cd413e487]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:52 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e9233570dd933607ba88aad5a24f4627f8c354a0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:44:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7bdc5a9f8456ff1ff0f4e102856b40ed0d79eea0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:31 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05f431b5f2755d4e28bab2403f3e65d1ec638200]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:52 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17995912360aa7ec331971c53d485ba3f43c25b4]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e160f90f0d23f522d0e9f6208b29523cec613a8d]

        INTEGRATION: CWS ooo19126 (1.15.54); FILE MERGED 2005/09/05 14:36:29 rt 1.15.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4dc9d3ab70d8f658c817b1b34439fb1b36948bb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99723f5428c4cd13ed8cd875407fc007281b078d]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:28 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f28cde5223bf1e225e419487840f04cfabb5be72]

        INTEGRATION: CWS ooo19126 (1.2.322); FILE MERGED 2005/09/05 12:13:52 rt 1.2.322.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4d73a6ccd59db2e47cf08e0f8c764907786c84e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:10 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [01f29e92d837de0c177d752e63ae240524db024b]

        INTEGRATION: CWS ooo19126 (1.5.242); FILE MERGED 2005/09/05 12:13:51 rt 1.5.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e207b47255bc3cbedbf85a5ab150b2ee0500b7ae]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78766b3bff064e696cf51bdf41b3463da59e92ee]

        INTEGRATION: CWS ooo19126 (1.2.376); FILE MERGED 2005/09/05 12:13:51 rt 1.2.376.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45f7e08158b122c667b585c713b21041017344ac]

        INTEGRATION: CWS ooo19126 (1.5.4); FILE MERGED 2005/09/05 10:44:09 rt 1.5.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [47661d193ca36e525b2fefe6c367020f9ba3588b]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:51 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f98217a46e201217739a49ae2b34ff06f9210e0]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 10:44:08 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36f41d0174a4bf22c9e738b6ab37720db6aec63a]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:27 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea637c37b61b33d7a358e11b874e8e0a18b5bd59]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:08 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c28f4ae2e3db676d2e0b25101254c0b04c3b47c]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:50 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [097a072dd83e0c7f81c833a4982ea3d2be630fda]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:07 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3cdd84a126447f41ecc81cd7d79d45d3fa4d42e]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 12:13:50 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c66de2ae8dadd0ab053b5c75d41b2f88a6d0b5c4]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:44:06 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5b7ad918ab80cb000def420c67560224eb45ddc7]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:50 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ffbedfee3c6370e8afca9e2c995ac6b409ee2ea]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:06 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [675b8ad09ff7c679b911bbbc450534093be48a5a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:06 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [64d97278a803692a672d1a0a1097bc90798b973e]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:26 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e259e80502161010838ed3440f94859d75176b6]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:49 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5bbf96fae6f550cc58ec0718d2febb3db8b7f90]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:44:05 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2489dbe83ee42bc14b1fbdd1ced79307cdba6800]

        INTEGRATION: CWS ooo19126 (1.7.242); FILE MERGED 2005/09/05 12:13:49 rt 1.7.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9cc8ec12326dc12c298d59c9136f53ec26d85946]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:44:04 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f446dbfaaac7ba17c8d08112a75627c95cd22538]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:44:03 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d6c09b3735d94bd87cb3221182279814531e64a7]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:48 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9dd17be2383e57492796a4a4ae412bffaa1ba2f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:03 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1c54052e609f10575c30c7e433e8b78a6fc0dc1]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:25 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89086e2f51e46a638649310a583efec3f451adb7]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:13:48 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [427ae2baaccbace3658a3cad0b3271bf27460277]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:44:02 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c0966ba7c7e78fa2d2834829148372760437d4d]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:47 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7435ceb6b852139e6c9d34af562416c13cb0280d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:02 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e93b209086188935e82eae7c7b03e8f098427b2e]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:24 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [beaa04a80dcf090f55589faad45191118ee5095f]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:46 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e70b6e0c81c3018c1115ba392f067fad36be901]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:44:00 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [596b47e08b9a88205b80bdcc1b7c53cf4cf116dc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:43:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [843dd5bffe4bc772191b87f0026dd5770c155722]

        INTEGRATION: CWS ooo19126 (1.11.86); FILE MERGED 2005/09/05 12:13:46 rt 1.11.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cccdb7a282cc8aa9b57de42b699089f003ae0af9]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:23 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a0431e4fa9ebd4faa0eb31285e151d5b1275921]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:13:46 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c14e054a85b8b009c0c789da1c1bdadc5b5a444e]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:43:59 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f9c1ba977c6cc08e9cb427df376cef8537f4294f]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:45 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5bb18dd2bf7aa2e72e4b6de3c5dde8f6f1bfeacf]

        INTEGRATION: CWS ooo19126 (1.2.322); FILE MERGED 2005/09/05 12:13:45 rt 1.2.322.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5142d78ef4c08f477cf56d276a5c08661d40de2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:43:57 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8bcf6d83863a24fd260d4b47bfe4a9b58406b29]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:22 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c296e3ca6ee91cc8f8ceca554fa951da10903235]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:45 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a72c55ed82da1358996daa5ebd3ea21ba038a6b1]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:44 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a855f75b461876746f4d27d345e5fe27fcbb9be]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:44 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0700fd900938dbc6ecec584ba1be593013ec5ca4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:43:53 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8ac410b025e9b4bf94f44410f0c90eba80203e8]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:13:44 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79e9871e926aac6bc7d5e6187b688ac3d15a7c50]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:21 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [688b9ec3faa4bec19094db78edb247e37376c032]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:43:53 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c3fbac32ac5333d5d1fe907b1c097fcc1fdcad14]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:43 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [733d9a1d3b9ce2de1efdaa4848cdbbeedc5e74b6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:20 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56fc8c25b4854d04ac383612b52670c4fc563ab6]

        INTEGRATION: CWS ooo19126 (1.9.10); FILE MERGED 2005/09/05 10:43:52 rt 1.9.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78a53b163eebc64811ce1113d92645b3124ae356]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:13:43 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20d9f8a397b0ebf25e635101a9a8cc4be4f1aaa5]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:20 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6aaa5a4b1c80e0edbf9d911cab167db31214f24]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:43 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7243c1fb59f1b9969f5932c9ed2000012431c1d]

        INTEGRATION: CWS ooo19126 (1.2.370); FILE MERGED 2005/09/05 14:36:20 rt 1.2.370.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c89eacead36fdf827f955a7175291cc9a283b62a]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:42 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e11bd719794cc43545f048de16cc82d63a29052b]

        INTEGRATION: CWS ooo19126 (1.2.370); FILE MERGED 2005/09/05 14:36:19 rt 1.2.370.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9597e0f847babc7aa68ea24532dfb4d62ce6b5d9]

        INTEGRATION: CWS ooo19126 (1.17.54); FILE MERGED 2005/09/05 14:36:19 rt 1.17.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1997a6f31011b8ba23abd92c76c28d63f579a30c]

        INTEGRATION: CWS ooo19126 (1.10.54); FILE MERGED 2005/09/05 14:36:19 rt 1.10.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c30036ca0aca032f937c818396d48b818c057af]

        INTEGRATION: CWS ooo19126 (1.11.242); FILE MERGED 2005/09/05 12:13:41 rt 1.11.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99e974fcb29fe38eaa54cb54dce086de566f2752]

        INTEGRATION: CWS ooo19126 (1.20.54); FILE MERGED 2005/09/05 14:36:19 rt 1.20.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87f1962d885d799141abb8f633324cdacdadd566]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:41 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56f7ac011fec2fbe8e9d30e3fc5411018043b307]

        INTEGRATION: CWS ooo19126 (1.4.54); FILE MERGED 2005/09/05 14:36:18 rt 1.4.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a8911e624ff1b55a0c6f6ca1ed5208ee8c26af1]

        INTEGRATION: CWS ooo19126 (1.10.242); FILE MERGED 2005/09/05 12:13:40 rt 1.10.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bffeca2f124e023692f61373211b7768b2d1e8f0]

        INTEGRATION: CWS ooo19126 (1.17.54); FILE MERGED 2005/09/05 14:36:18 rt 1.17.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98180dc9d2bb51a57c1f4324b9f390afae5b41bd]

        INTEGRATION: CWS ooo19126 (1.6.242); FILE MERGED 2005/09/05 12:13:39 rt 1.6.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7dddedf8b7c614ac7d58b7426506ebf1392beb9]

        INTEGRATION: CWS ooo19126 (1.22.52); FILE MERGED 2005/09/05 14:36:18 rt 1.22.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3282f69a8a8e0d65d08504b0750feb24cecb5143]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:39 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09d7d696d20d4d0221865f0c61a2d99c9375e632]

        INTEGRATION: CWS ooo19126 (1.13.62); FILE MERGED 2005/09/05 14:36:18 rt 1.13.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [923d1f871bcaff0651eb54df78929557c834bd41]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:13:38 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ade263e58cf6134232584d70ab6371e88164b72]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 14:36:18 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f56d761c954c7caf8f2629dfd3bf2011f65426dd]

        INTEGRATION: CWS ooo19126 (1.8.88); FILE MERGED 2005/09/05 10:43:47 rt 1.8.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd20cae0a581de9e97074d07b09014b07593eff4]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:38 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b423cd196d0f0f261d1895bf28f8aebc2ea94764]

        INTEGRATION: CWS ooo19126 (1.2.370); FILE MERGED 2005/09/05 14:36:17 rt 1.2.370.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d769fd3a13324ad147be43478409f03e89a47087]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:13:38 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f93f8133581e25ecaa4253d0db0f86ef7109944c]

        INTEGRATION: CWS ooo19126 (1.22.54); FILE MERGED 2005/09/05 14:36:17 rt 1.22.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6ec542e26c64a0d57915146835c674a3ecb471f]

        INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:13:37 rt 1.2.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [13bb1d27c33cdf677f92559637522e764ec855a1]

        INTEGRATION: CWS ooo19126 (1.61.52); FILE MERGED 2005/09/05 14:36:17 rt 1.61.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5543fc1f9ba0140e89bfe74dfbd412cb935eabc]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 12:13:37 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81785d789d5a75ad08ac54fe8c2a12622b982715]

        INTEGRATION: CWS ooo19126 (1.3.348); FILE MERGED 2005/09/05 14:36:17 rt 1.3.348.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e533accae3d59ca1475738f972eea5740cbb2a7f]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:13:37 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7186b9452b8a0f72499f018c4f49c73ab46de88c]

        INTEGRATION: CWS ooo19126 (1.23.66); FILE MERGED 2005/09/05 14:36:16 rt 1.23.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e714e369daac3c9dc530983f9252043d357caeed]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:36 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72240cf444ea7e00ca69e19985e94c7e0cec4bf5]

        INTEGRATION: CWS ooo19126 (1.5.54); FILE MERGED 2005/09/05 14:36:16 rt 1.5.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ef13fcb87e459c5131916867a62297e42b5cead]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 12:13:36 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9fa8bd4463c880f7e2793d1e5384578bd5b5beb0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:16 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [645770a98499076676260ea2d8679e4107333df6]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:35 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ccbae9f0e9b922f30d9900fbed67dde7618ac8ea]

        INTEGRATION: CWS ooo19126 (1.5.52); FILE MERGED 2005/09/05 14:36:16 rt 1.5.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec486e6361e1d8b4c620428b8a5a284da4d2f8b3]

        INTEGRATION: CWS ooo19126 (1.11.244); FILE MERGED 2005/09/05 12:13:35 rt 1.11.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d2289c2d2d37559cab061b352fc21033e55cc6e5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:15 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f9c408b0b3f72287d72dc06aa466d191196aa61]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:13:34 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35ce49de40e7348ce7fd2d95fe3792c899d25a81]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:34 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ba52f36486b56b3defb959a7733e3c45d6b1bfc]

        INTEGRATION: CWS ooo19126 (1.7.56); FILE MERGED 2005/09/05 14:36:15 rt 1.7.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a8c0aef73ef056e0b14b230f922c73825404da5]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:33 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d853a2ced3c66388bac3ef8f49ee7dc2ac0afde2]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 14:36:14 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0705c165d6446061ffba4b9e8153d2cf5de063f1]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:33 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1922d16d871dce35df5c3fc83f9242ada1e14f9c]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:14 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec8f4c6558bda5ee19defa80dd21b5d27a20563f]

        INTEGRATION: CWS ooo19126 (1.6.78); FILE MERGED 2005/09/05 14:36:14 rt 1.6.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d8ba572122f1c1862ad738a55cc7c075f704489]

        INTEGRATION: CWS ooo19126 (1.10.54); FILE MERGED 2005/09/05 14:36:14 rt 1.10.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5f544f321ad5933031235d8740b023d0ffd69ee]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:32 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d3b79439698cdf3cb3daaf8f86c049fb63321be]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:14 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [069dde7c3ed89dc5801485463ee1662316862726]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:32 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [598302c462a15ce3f62d363f666527dc4141e4c3]

        INTEGRATION: CWS ooo19126 (1.9.54); FILE MERGED 2005/09/05 14:36:13 rt 1.9.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce040e226ce3e0afecce27a09a85223ab26f2d94]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:13 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8aeada9c8518f5b1b37a4d1e631004b4b78259d]

        INTEGRATION: CWS ooo19126 (1.21.54); FILE MERGED 2005/09/05 14:36:13 rt 1.21.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e1f7d943482e9e06519d1a3eb0638da133bc1242]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:31 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [936680e3d131ed97f12ed1d0b3f64e4ab6cb1934]

        INTEGRATION: CWS ooo19126 (1.2.352); FILE MERGED 2005/09/05 14:36:13 rt 1.2.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [295668da82a698dd883c8f6c62cc1d94a1c1a206]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:31 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59d6491b41728c0429169270018eef236e8dc97b]

        INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 14:36:12 rt 1.5.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ed3bef293c71896f48dba93e5e5269007fa1c76]

        INTEGRATION: CWS ooo19126 (1.7.56); FILE MERGED 2005/09/05 14:36:12 rt 1.7.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d2234d4e3975b5f564ea437911f6c0f704afa801]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 14:36:12 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81a4fd19214a50d6f05c28ee59827504ff312a36]

        INTEGRATION: CWS ooo19126 (1.11.244); FILE MERGED 2005/09/05 12:13:30 rt 1.11.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [556b40a844e4173e553c025f86bc6fb09dacd896]

        INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:13:30 rt 1.2.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2295d1e7aa2318585a547ac7c81616cd9c7f7767]

        INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED 2005/09/05 14:36:11 rt 1.2.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6647e0cfe653f1df079a53cd3d39a764e15a3af7]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:30 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e33d5e295c60731ec71e638f0a89f38c73a4a0ce]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:43:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84baef4ce8ad38696cd18c12fe692941db3092ce]

        INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGED 2005/09/05 14:36:11 rt 1.5.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b374ad585901cf37008a06606b94cf3190fe6e79]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:29 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c8e1324e1cf8987c6b26ef312a6e59a40e58958]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:13:29 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09b1b4714a627d9f06546f9f9c6a8ee44c4ceded]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 14:36:11 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e01f8c5e73559003f4eb9e21f22e5c44e725ee7]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:13:29 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0247ac09947acb7feac72cdc287cc21c405c6fed]

        INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED 2005/09/05 14:36:11 rt 1.5.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87b1995c64bbc1435d800ae238ba7dc2303db59a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:11 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8cc8f7b79d9c2f55befb8289a999a25a6aa6bb3]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:13:29 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1e9f44be7d0a69375e1eccf64cee9155785bb91]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:36:10 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a3a9a7b084d13cbd5fdbe2e06fe6d6cb0554f5b]

        INTEGRATION: CWS ooo19126 (1.2.376); FILE MERGED 2005/09/05 12:13:28 rt 1.2.376.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a73d5a8df4ed57e29825d80ba1bc6b62a1a491b9]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 14:36:10 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f5d0865db43b6dc6d8a03d9b9fb83b14725266a]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 12:13:28 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d89449d931a4acc8c1d84408cad4b6430b2f9c4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:10 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1378913ac2670d7308785d82190237204803210a]

        INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 12:13:27 rt 1.4.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f19324027759d7db3b878d135ccaf161c37c2fc]

        INTEGRATION: CWS ooo19126 (1.11.20); FILE MERGED 2005/09/05 14:36:09 rt 1.11.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a93b35566ca88365009fbb012d34035f75fa5d1]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:13:27 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0eb605dd975888907cd323334b4f81bd7e8b5b33]

        INTEGRATION: CWS ooo19126 (1.10.62); FILE MERGED 2005/09/05 14:36:09 rt 1.10.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9fa701fb435c3d76fcd6fe448981e86597105fd6]

        INTEGRATION: CWS ooo19126 (1.11.96); FILE MERGED 2005/09/05 14:36:09 rt 1.11.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00d126d30192fa6f4fca3ed01c5940d3ef4f70b4]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 12:13:26 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b25c460372274761c837ca0c1204e3f867af5f83]

        INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 14:36:09 rt 1.8.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a68359dc93db9741fcea67e7b7276dbc21f6c484]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:26 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [016c3f09912b8a87f2a4c2657fb8d75a536f44b9]

        INTEGRATION: CWS ooo19126 (1.10.54); FILE MERGED 2005/09/05 14:36:08 rt 1.10.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b929840b72c69702ad6e62adb781fbbcde088474]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:13:26 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3c2b8cf6a3e2c3621f6d64113df18db753aadd5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:36:08 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [76bbf84ef50be000ed02693df1dd1840dff435c3]

        INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 12:13:26 rt 1.4.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b615890a2f7f42c8b7e644fdbab4495f5d20444]

        INTEGRATION: CWS ooo19126 (1.1.18); FILE MERGED 2005/09/05 13:53:44 rt 1.1.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d50bcec1c75a628489cdb37c5945fbc0c8c130dd]

        INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 14:36:08 rt 1.3.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96752a7ba290e50c8ea8939445d43313b37f22c4]

        INTEGRATION: CWS ooo19126 (1.14.52); FILE MERGED 2005/09/05 12:13:25 rt 1.14.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3dbe1d6b110d1b23ab6981520de3f69dc030b8c]

        INTEGRATION: CWS ooo19126 (1.2.326); FILE MERGED 2005/09/05 14:36:08 rt 1.2.326.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec18d001cce74737720cb6007cca5957a25d0d79]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:13:25 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cefb1437269df81ee1ba5c143ba0de4bd62f52d5]

        INTEGRATION: CWS ooo19126 (1.13.2); FILE MERGED 2005/09/05 13:53:43 rt 1.13.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [993edd019e39c9292e43c8ffa4e22b0104b38446]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 14:36:08 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e8ddf6e4097bc31163fc81bc84ef6d7c76ad71fe]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:53:43 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35b600fa82d8caea8b66b62df38d538b8f8e5337]

        INTEGRATION: CWS ooo19126 (1.8.56); FILE MERGED 2005/09/05 14:36:07 rt 1.8.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ee9e32dd7cd6bcba37a24cb23c36b24b93fa79b]

        INTEGRATION: CWS ooo19126 (1.1.18); FILE MERGED 2005/09/05 13:53:43 rt 1.1.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7417ffc9b624f8ad9ce1305bd63b714e2ebc43fe]

        INTEGRATION: CWS ooo19126 (1.9.56); FILE MERGED 2005/09/05 14:36:07 rt 1.9.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0083ce71bb86f73fc519231a3e2d1c2a137a7d25]

        INTEGRATION: CWS ooo19126 (1.11.178); FILE MERGED 2005/09/05 12:13:25 rt 1.11.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74575900382c93e45a60a5d06e06aaa624df6bc7]

        INTEGRATION: CWS ooo19126 (1.1.18); FILE MERGED 2005/09/05 13:53:42 rt 1.1.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b5f548ef0cc3ed0de9c6bae6c1b48b275083428]

        INTEGRATION: CWS ooo19126 (1.18.54); FILE MERGED 2005/09/05 14:36:07 rt 1.18.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5088d9a2080207b4ee2ccff31ec0465f9f1bcc67]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:24 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22abc38a110f96e434cf65d632dc720c5e56601c]

        INTEGRATION: CWS ooo19126 (1.8.54); FILE MERGED 2005/09/05 14:36:06 rt 1.8.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5411205cd7717a831f694de7ad70070988f6909]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:13:24 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9514bf625ad3ebfc3641c61c944845945d197834]

        INTEGRATION: CWS ooo19126 (1.4.82); FILE MERGED 2005/09/05 14:36:06 rt 1.4.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d44dd4b4ec8fa7c7301408779f9a2fd5f43a6dc]

        INTEGRATION: CWS ooo19126 (1.23.18); FILE MERGED 2005/09/05 14:36:06 rt 1.23.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aee687cf14dbe0959dbf08b858c65d0162a7b282]

        INTEGRATION: CWS ooo19126 (1.10.178); FILE MERGED 2005/09/05 12:13:24 rt 1.10.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [76ab70f1b2d3deff4a43f9368824432db3957b67]

        INTEGRATION: CWS ooo19126 (1.32.54); FILE MERGED 2005/09/05 14:36:05 rt 1.32.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [33d99cca48f4c21e175041d806f0fe39ae7ee81a]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:23 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [684b6f6e75fc0b47382aed9b648fab94ec8c7d17]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:41:51 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [592107ba5f4d2ec168392e6989bad7a7d22ad930]

        INTEGRATION: CWS ooo19126 (1.6.82); FILE MERGED 2005/09/05 14:36:05 rt 1.6.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df47ac281b8fb1c27eb53974e379d6872da95cab]

        INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 17:41:51 rt 1.4.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [955eb88500bb30727334cc850e4c5f7b83b4eae6]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 12:13:23 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9cf12a34e774ba8969aefff9ab3732a6ac3a5fc]

        INTEGRATION: CWS ooo19126 (1.40.120); FILE MERGED 2005/09/05 14:36:04 rt 1.40.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d74c60ed489fdcbdaec56216447fa9caa4e78f8]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:41:50 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2162cac960552d6349c6b266857cc0f9daf1d94]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:23 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1dfcec9fe186e6670a764dd385a31a83530894e2]

        INTEGRATION: CWS ooo19126 (1.23.54); FILE MERGED 2005/09/05 14:36:04 rt 1.23.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b341e44dad806b7ee393ac46b57fd71571380c55]

        INTEGRATION: CWS ooo19126 (1.12.52); FILE MERGED 2005/09/05 12:13:22 rt 1.12.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60e62cb15e99ffc85ae44c48d9477eea7eb9ecb3]

        INTEGRATION: CWS ooo19126 (1.5.54); FILE MERGED 2005/09/05 14:36:04 rt 1.5.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [92c2e4e69028c9b79ed361070d6e1a5a649532c4]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:13:22 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43e3bfb79131d3c20a938f95d3379d26743a92c6]

        INTEGRATION: CWS ooo19126 (1.11.188); FILE MERGED 2005/09/05 14:36:03 rt 1.11.188.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30134967038dceee9e29dba8f3a8621019106c4a]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:50 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f247c6a52341e756d797af403e008c4a2f536ab]

        INTEGRATION: CWS ooo19126 (1.13.52); FILE MERGED 2005/09/05 12:13:22 rt 1.13.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e75969b8e424b8eb9b28117aa4ccdbf13bbb313]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:21 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [429781ce2cba4877ceb6dc4692e4943de94f3e7b]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:49 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ac6432f7dbf8990d038dabbdb7381af2b80e266]

        INTEGRATION: CWS ooo19126 (1.6.52); FILE MERGED 2005/09/05 12:13:21 rt 1.6.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b857d33cceaeeba865c4fc3daf507f89f3c7e8ba]

        INTEGRATION: CWS ooo19126 (1.14.42); FILE MERGED 2005/09/05 14:36:01 rt 1.14.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3408e90e5b4fce4fee9f612ed82a048260916e5]

        INTEGRATION: CWS ooo19126 (1.4.244); FILE MERGED 2005/09/05 12:13:21 rt 1.4.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08ac5d246e008f77b4433e05d1e5243bb37c30bb]

        INTEGRATION: CWS ooo19126 (1.21.54); FILE MERGED 2005/09/05 14:36:01 rt 1.21.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1412d949ef3b4b40794de38717903a51762bc63]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 12:13:20 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abde0b6a8a489f847549518b899edcb22117e424]

        INTEGRATION: CWS ooo19126 (1.15.54); FILE MERGED 2005/09/05 14:36:01 rt 1.15.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [341faacde6a6aaa3ff01fc590282e422940415dd]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:13:20 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f87dee3d02d551b883e5bc3bd8704735fc4b7dd]

        INTEGRATION: CWS ooo19126 (1.2.358); FILE MERGED 2005/09/05 14:36:00 rt 1.2.358.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0296b6488f5ca022127881c00acecd689b62e307]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:48 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e05456fb14b31631dd42cb16e17b167909adccc]

        INTEGRATION: CWS ooo19126 (1.13.52); FILE MERGED 2005/09/05 12:13:20 rt 1.13.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [21784e65f3b2264d9e29683d81b71072bfad314e]

        INTEGRATION: CWS ooo19126 (1.29.54); FILE MERGED 2005/09/05 14:36:00 rt 1.29.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5144d2dc23e44025a74273ab5e42d2baef415519]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:19 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e18365a730676f486e62588dd11a07a4c3d527c2]

        INTEGRATION: CWS ooo19126 (1.41.56); FILE MERGED 2005/09/05 14:35:59 rt 1.41.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db5614f40d0562309ce3371d464c75e8d7f4a2cd]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:48 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e28bef7934310173fe60dd6012b44e7e0b8824e4]

        INTEGRATION: CWS ooo19126 (1.9.52); FILE MERGED 2005/09/05 12:13:19 rt 1.9.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f45b96b960ec494c830fa10a985b94f643b1ffb8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:59 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fbaefcf3a1f05ccdddc4b1a45d8beeca1c1c308e]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:41:48 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d6a1e2ee1c9b275bc94a1e55f76f85a64787f45]

        INTEGRATION: CWS ooo19126 (1.3.244); FILE MERGED 2005/09/05 12:13:19 rt 1.3.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fe1c73c4dc2b4daa9dcfbe1e5fd884b14e0ffb9]

        INTEGRATION: CWS ooo19126 (1.2.374); FILE MERGED 2005/09/05 14:35:59 rt 1.2.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8a2e339761183441c7c1639b6c9000048abc7b6]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:19 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5a45531c5b2ce1750384efb524eaa60a025f625]

        INTEGRATION: CWS ooo19126 (1.4.302); FILE MERGED 2005/09/05 14:35:59 rt 1.4.302.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f9f16f62d7db1f6c911ea0f0869ec9220fb817a]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:47 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00c7be54e7f2615ea6312faa2d77fcf5f5dcdb4a]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:13:18 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7d4e9a4f40ec6924cfeb5c021d0a29444798756]

        INTEGRATION: CWS ooo19126 (1.14.54); FILE MERGED 2005/09/05 14:35:58 rt 1.14.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3407ea08e0e8638f485dd9b573b08d32e97d412]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:47 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [469ff6bb4ce6c4fb8576dc765022d02b42e92758]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:13:18 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [521c3a8754cadebc4b129f97aa58b514e742a765]

        INTEGRATION: CWS ooo19126 (1.22.82); FILE MERGED 2005/09/05 14:35:58 rt 1.22.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3efec5c625ad33be3fe10e57d2ece03c418c107]

        INTEGRATION: CWS ooo19126 (1.14.52); FILE MERGED 2005/09/05 12:13:18 rt 1.14.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b41bb472ade74820a03635fbbee3a5c37177a131]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:58 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62b88417587e1c5647d54971214dd2bd7a69bb0d]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:46 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a30a357fd93b0ad026d726e20d7335630b955da1]

        INTEGRATION: CWS ooo19126 (1.11.178); FILE MERGED 2005/09/05 12:13:18 rt 1.11.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65292891aae3844bbedfec0896f7486a91f7bef7]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:46 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fca1571f4cffd403ead4ffc3df671e57f18deb86]

        INTEGRATION: CWS ooo19126 (1.9.178); FILE MERGED 2005/09/05 12:13:17 rt 1.9.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7c1a15c89292744cc66e03d80ee86c5bd717143]

        INTEGRATION: CWS ooo19126 (1.69.56); FILE MERGED 2005/09/05 14:35:57 rt 1.69.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b73fb9810a61b0f57f53ff4542e5de2a1a8421ae]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:17 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d21bbaa76c9895652fc4c703f1e63321c0c20d5a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:43:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd05849745fb28ad959e1937fd800db8291a9cad]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 14:35:57 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e04d61963d8d35597af8be53a2d41bf1630d630c]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:45 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1245023ae60c7c26b59f10bde5da3a235945948]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 12:13:17 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd97a4dfd0eec820d04a108999398d6dd909cfc3]

        INTEGRATION: CWS ooo19126 (1.6.96); FILE MERGED 2005/09/05 14:35:57 rt 1.6.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58e1fa32c390aaa11ef6dc84ce0b77ca48d831f4]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:17 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1eb53b57241adc80b3a186aa7356748130059b15]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:23 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a800c904160c738cfa4f5739d0205e4ac7954a87]

        INTEGRATION: CWS ooo19126 (1.5.302); FILE MERGED 2005/09/05 14:35:57 rt 1.5.302.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de79ca82155e3f4585996e5fea97b66ee7fcf058]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 17:41:45 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37476240c810abedcb77040c4708ed822c3742b6]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:43:23 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03c883d3923fb385d4c4a9bb3759eef3a77aff86]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 14:35:56 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7254fe0f0ad519b6de320c221312dcf366bbc432]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:41:45 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad25c970f192953abcb4094142fe5bf1aff84828]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:16 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e52000c80d2ca9ad697a0e32ae3b2f04aecd3b93]

        INTEGRATION: CWS ooo19126 (1.2.54); FILE MERGED 2005/09/05 14:35:56 rt 1.2.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [679ec3673b4107046ba4bdcea51b75fcec586141]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:44 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [192be476c2eb9f58c61fa164829004fb1cbf1ccb]

        INTEGRATION: CWS ooo19126 (1.12.52); FILE MERGED 2005/09/05 12:13:16 rt 1.12.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c322f609be49274c2a57175b7becc36d900ed4e]

        INTEGRATION: CWS ooo19126 (1.10.34); FILE MERGED 2005/09/05 14:35:56 rt 1.10.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6051874e1ec955a2c7aada945d1aff7b3913569]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:56 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [07176308c9f9b5ec3d891a1eb46c0f14f92e5fdb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:43:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [024447ce1eee21cd959b99faa9bc63fb5831c8b0]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:13:16 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e48f8050e3c7f36487a20c3996bed6ba8a36ee28]

        INTEGRATION: CWS ooo19126 (1.4.352); FILE MERGED 2005/09/05 14:35:55 rt 1.4.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba8fa0870d86d54edd37ca10b680527bc1e7a745]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:44 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9044b3d27e01427c82e2585182a77234ca981b9a]

        INTEGRATION: CWS ooo19126 (1.11.244); FILE MERGED 2005/09/05 12:13:15 rt 1.11.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [338986b10c56b28e08dbee45f1efbbf6be2b155a]

        INTEGRATION: CWS ooo19126 (1.8.32); FILE MERGED 2005/09/05 14:35:55 rt 1.8.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bfe349df6c08b493674547ead2668b55c8f7c15]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96ac9f1393873294e2145d5c4a035fb051d81ecd]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:15 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d297892758789e753152a4360782bae9c9b44c2b]

        INTEGRATION: CWS ooo19126 (1.6.56); FILE MERGED 2005/09/05 14:35:55 rt 1.6.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e1b2d8fcc713fc98ddbae48e892ae25f624cc79]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:43 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e2b9cccded649b8e05ba9b1431149298fd1a546]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:21 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [349ca9e06cb2084f0b68a1f79ed8b7405c97c068]

        INTEGRATION: CWS ooo19126 (1.19.56); FILE MERGED 2005/09/05 14:35:55 rt 1.19.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cc48750f8ef0828fe941ee834b5424b07d630355]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:15 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5958d8ed1e6681c9560cb99283ea879517ef4179]

        INTEGRATION: CWS ooo19126 (1.10.34); FILE MERGED 2005/09/05 14:35:55 rt 1.10.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d5e04de07da3ceb140301c113f13f495fa89e26]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:15 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00d4fac9ed0b4550c110f0d38f456e89525ccad3]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:14 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ad75852983e66627f4bc0d53e37c5e564b3c357]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:20 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9bb9729892a1a96cd5473a5c14b8a5d0e9df217]

        INTEGRATION: CWS ooo19126 (1.9.120); FILE MERGED 2005/09/05 14:35:52 rt 1.9.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa5ae40d976677b8ac0c4ea0205d38341cffc843]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:13:14 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d209ae9a9be54fe0445e18866716803a4dc2280b]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:42 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c478fc0cc36f09570d29fbf154081851570aaa6d]

        INTEGRATION: CWS ooo19126 (1.21.74); FILE MERGED 2005/09/05 14:35:52 rt 1.21.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5b97353d05641c8922e1e5752b46fe8888f51faa]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:13 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfc31503fb8a17c19f8bbb951644688663e1ec0d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:52 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [676d498c20c6a73f1f7935f096b93442402318b0]

        INTEGRATION: CWS ooo19126 (1.6.54); FILE MERGED 2005/09/05 14:35:51 rt 1.6.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56bad1d993b6d9c18ad4123863990defc196d612]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:43:19 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7bd23b78950d790324823acaa0a0e68700a1ab9]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:13:13 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98887f5b9c02bf9b0165623c89251cfd2d0e525b]

        INTEGRATION: CWS ooo19126 (1.22.82); FILE MERGED 2005/09/05 14:35:51 rt 1.22.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3a556e75c20c470a3db426cd24cc76c11f4c3d5]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:19 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d365def79d4eebf303455cc10f935ef9e953fd77]

        INTEGRATION: CWS ooo19126 (1.2.246); FILE MERGED 2005/09/05 12:13:12 rt 1.2.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f6b56c917c20cb0d111d80ca4de7ebf01875698]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:41:41 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cfa6fa90ba029b5b78bd54279e1b02c0afa1049]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:51 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9544ed333110f7367fdc5a5ed15be05d4becb49]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:12 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d6f5266ef2ae2f7c27fa5ca5e1fb7c1bd564bffc]

        INTEGRATION: CWS ooo19126 (1.3.160); FILE MERGED 2005/09/05 14:35:51 rt 1.3.160.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a6e5ec62f70bc1f4bb96710ad7fd14716303634]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:41 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f25c32ea7c721f761d04a0b176f3764fa55a7519]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:12 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d9aed8d6a724210a4574164699e94b522e71d7b]

        INTEGRATION: CWS ooo19126 (1.58.56); FILE MERGED 2005/09/05 14:35:50 rt 1.58.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0a1ec508b1a40e9e07d85e951c985ce2f3fecdd]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 10:43:18 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac4f7f1721cdc430e5cb9bf4b9443b347f4f41d0]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:11 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79ba538eaa2367f3390ad9bcfa47b33f68aa453f]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 14:35:50 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d04df873dd4fba1b9defb5d5f10046d0ca4eac5e]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:11 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89e626ed48d8480b0e2468c3e2139f3c6fc3d13e]

        INTEGRATION: CWS ooo19126 (1.4.120); FILE MERGED 2005/09/05 14:35:50 rt 1.4.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c94fad93279aca6482cf4aaae57edac29cddda79]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:40 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a4ccc109fbecefa854b30a76340e2702bc0d84c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:18 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f497b68583ad4daa6a5a37c45ac20ef055bd019]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:13:10 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c820aa5422320f5062baea0d464a69176518ef2c]

        INTEGRATION: CWS ooo19126 (1.5.120); FILE MERGED 2005/09/05 14:35:49 rt 1.5.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [767186689d8bd46f1a9e35f7b65b2417ad699210]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:10 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0f917727db7572d5c48c306bb09135e30781711]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [61c3ef21093c10f262c09d322d4a51acd5f5bebf]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:40 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [597b3cc8719ec2a456c0320880c2471b4a0c321a]

        INTEGRATION: CWS ooo19126 (1.2.336); FILE MERGED 2005/09/05 14:35:49 rt 1.2.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25d5de8a8971e3d7f7ec38c383e96bae846e4779]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 17:41:40 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b49473822da3d35004a7fb53b6787d582e34ca1]

        INTEGRATION: CWS ooo19126 (1.5.168); FILE MERGED 2005/09/05 14:35:49 rt 1.5.168.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bc2b9281980c8ea00316acc87d74737165f8800]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:09 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d1b549d1b6c1b45a02dcce652d09be6d8a27c8f]

        INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 14:35:49 rt 1.3.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c3f2a410cc2a35dda2b3d5b0b7f6ccf7f5fec5b2]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 12:13:09 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f492d0fc28b8cd8119a7e388a834e0e79b7911b3]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:41:39 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed101898aa207debe283451c8e5b1007fa8811dc]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/05 14:35:48 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0abb405eac022a9e8b7cb502a8d46216f19563d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:43:16 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29de1bcc742b89a3399b87cdbd298bdda9e8afd4]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:39 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [819faa2b485e4cf9938620745020020fed4670a6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:48 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a905917ef9042aec694f9479942e347de3cd67ff]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08294ac0b9d1d3d3eff701340f265b925089ad95]

        INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED 2005/09/05 14:35:48 rt 1.7.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [754d9a85c5128cf483683dd90a4fe321cb585746]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:08 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3414394df9ea80d1cecb278b244105b942973743]

        INTEGRATION: CWS ooo19126 (1.8.120); FILE MERGED 2005/09/05 14:35:47 rt 1.8.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ead8457c844084797584cdc737f57678c044ea48]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3890b66fd78b105e5d01fbd1235cdc151f9a487]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 17:41:39 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [908cb79e946653d82182914cef872b0e3d18119c]

        INTEGRATION: CWS ooo19126 (1.60.52); FILE MERGED 2005/09/05 14:35:47 rt 1.60.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de6280e1ef31cdb7b3787b5b816faeb7d61af08f]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 12:13:08 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e55029d163b784ada1161546495f6ed9268a125]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:38 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04185c1e4a07f7799250519bf0a95e96dd993b16]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:13:08 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [246fcac9a4c43530aaa2a4f51f0397305fd89ed3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:43:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0ddb942799934371095a61b89f8f6d98e3de71ca]

        INTEGRATION: CWS ooo19126 (1.4.350); FILE MERGED 2005/09/05 14:35:46 rt 1.4.350.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ebedd0ecda637ea7dc30aa69879351b751b0051]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:38 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7d8ae7d9ec10493da0e15be9dc04329ed8792be]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:07 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08ca14c23e3e40ebaee487d60b900992175add2d]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:41:38 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [200c99844a2e5dac40360e2c56e1c86ff471257c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:46 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a9fc922a8269c26bc0dcd9c36f9139969118e44]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:37 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [390617cbf209e0bee3b0a2131a58f088dd346fc5]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:06 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efc9432952aa0f6acf8dc59cb7431df8194bf050]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:05 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b49dd1f2a5fa7cad0a3799a00ea27bf5c9cba93]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:41:37 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65b64ec3da6fef758efe76ceba58d8e18d84e698]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:36 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8a4d5e5c114b09ea741434edd99c1335d587642]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:04 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf80fbae0ffe817adb7468c7980becdeb01c0b52]

        INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:13:04 rt 1.2.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [76c9777575cfb53a1b906f1294c5be0a42efd27c]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:13:03 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fecb3e4c5c5758209ac8f33632e386d603e3abc9]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:03 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [76d10549fc181fdeb375e61c117810412764bb16]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:35 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a342b3128ae097ef9786e19116134ad17f3fbb30]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:13:01 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dbf036dc5bb8666249c55b97627224ca9e0db561]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:01 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5dc0b027d8cb407fb5e7276eb912b778c06a79f]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:41:35 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1564f74f1934d39b97cc80d562de8569884a8b8]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:13:00 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1de321df028f587aa306b50265b057a660183dae]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:34 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e7b5fe78f2bdd81a982f89f2d5a171063edc113]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:34 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e7551268bac34246b08eff0991808164d32b465]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:34 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e598472b229d5127e1ef83e8cf0773953de8c5f1]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:12:59 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bcfbf7e376f51551b9d5fa7bf5e272fd6a85202]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:33 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b40ab3f398c8895e2d08478034a07af67e8dc587]

        INTEGRATION: CWS ooo19126 (1.6.244); FILE MERGED 2005/09/05 12:12:59 rt 1.6.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a5d6d51ac36a3158cb4fd1ba0c4cb7a9b17f29c8]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:12:58 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5acb8fa35875a6a85466811b21e5862438d4e016]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:32 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a27ef64a5782331fbf6f1ed77070ff0a7afa8823]

        INTEGRATION: CWS ooo19126 (1.7.244); FILE MERGED 2005/09/05 12:12:58 rt 1.7.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7cd540aefede8c587c2c252110abaf56fc466f7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:41 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19dada34985a3d739a6d91871ef581eac9893680]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:12:58 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10f39d663a0117b4309a447a2613e4a019f7e3f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:40 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [753d8185541babb281e315443ad49e53a33677d2]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:12:57 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [218195082422eb8ed28376e0d2d61b8ba934cef1]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:31 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [596652452f123b6943b747e1d93951f8746f8173]

        INTEGRATION: CWS ooo19126 (1.4.178); FILE MERGED 2005/09/05 12:12:57 rt 1.4.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5fb8b1ceb42ab199ce79fc5fead789a4b7f5cd6]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:41:31 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa119aaa00c87b6f91729174c51744a6d9ea8031]

        INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:12:56 rt 1.2.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fb0b75720b5bff0b587041257bb7f5deeb94bd2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.374); FILE MERGED 2005/09/05 14:35:39 rt 1.1.1.1.374.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d45e4a9de0faceb38ea23246268b9172f7de6e0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:43:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db2fc99d38d8c062c3ee8b9e542c2ccfcce95dbc]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:30 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22341d10a1fad07e84cd9f4bb1f5a8ab8d8a09c5]

        INTEGRATION: CWS ooo19126 (1.2.226); FILE MERGED 2005/09/05 12:12:54 rt 1.2.226.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5e4821e369cd3970d587e403e7799e821ca6c03]

        INTEGRATION: CWS ooo19126 (1.2.342); FILE MERGED 2005/09/05 12:12:54 rt 1.2.342.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbfc55c11487c4f77e957caff34102428670e37e]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:12:53 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b657440a612b2a09317f7805cd6f3ed4fbc0fc84]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:29 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e2e07744b0deb9fb2d0fc146b391f94a7aea029]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:41:29 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0cfbe0e1f256940f06bd1281589196d0998e01a]

        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>  [612bc9cb23af85818f3f424e84a9fe863f2125c1]

        INTEGRATION: CWS ooo19126 (1.2.178); FILE MERGED 2005/09/05 12:12:53 rt 1.2.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50ee302d6ee7f1a374c2cfb740d8b73059b38138]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:42:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [01642c2e48da905fa3a1952d4f3dc7347176ceda]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 17:41:29 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ad1b517ab677f7b7c7c8f10b0fd8bec9c94b9bc]

        INTEGRATION: CWS ooo19126 (1.10.244); FILE MERGED 2005/09/05 12:12:52 rt 1.10.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c81bffc9a510e00907f93337709ba5818d1f1d19]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:42:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8f678c2534c7b133e7a539752c4e187f687a246]

        INTEGRATION: CWS ooo19126 (1.5.244); FILE MERGED 2005/09/05 12:12:52 rt 1.5.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [348ae586f5dc967d13f14cf6e12535111cae3ec0]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:42:54 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae0571cb77e806ef50ea00a07224eef9492b8509]

        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>  [09a409d5beddf52a773e302d8183ac5afaf79d4a]

        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>  [1e1e912522f66d8d5a543aa6db9920f68a4a8f5e]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:28 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [054051414c7479e2a05b7fa0f0011e09e37b6022]

        INTEGRATION: CWS ooo19126 (1.9.244); FILE MERGED 2005/09/05 12:12:52 rt 1.9.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4675991e556eb49d2df191af840cf046f4b52b90]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:28 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f598ac783ef45f8774cd62ae845df08efee02c0]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:51 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ed2291ae7bd7bdee21af107b637cd73023304ea]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:12:50 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3dfc2af606028a0f282c31cd1f03bd863443ceb7]

        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>  [6c96ed6eadc6f823348707aff53c2c1245b3967e]

        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>  [11bc156f0ed4c85c8ad9ceed857efd97376a0450]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:50 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [caeef1afc5abaf1f64e7cc633d65f9f21785f198]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:27 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [961337dd417c4e18f4b309d63c92e3c222911722]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:12:49 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8709231a93309a82e068f8d0bec293eb966ea144]

        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>  [340e016770e53137f15835f10ff49b62301205f9]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:27 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d7081d133c02ac3aaca0fa0fae964af8977d36b8]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:49 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af6b529ffc2b33803e98a7fa2adff90c253fbd33]

        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>  [fdae9daf857802166ed272970e7275f0ca057dab]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:42:52 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5720e06164618a781548613ed6fc9cc827189faa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:42:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb26df561a9942c8ee982f63eec501e7f5b7bc76]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:48 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de672bdbede1974c7b05fb9de28944af929d18c2]

        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>  [f3dcd29d0ccece96ddf61ae240c5011b1e51f5c9]

        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>  [74e89efc25f87fbc8e8d50ef9f85e72fae252400]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:47 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [367fc97e4eb815cbdb19e8f7abcf8f81ca7a4fdf]

        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>  [7d6415ea0e638a2f3d466763df4b26a8dad3a93e]

        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>  [e5fd2198bbd9aac57de73a5eff1086d88b8521fb]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:26 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51c18e210a18c9f26f7f37caa0c8da122984417d]

        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>  [f13f97da12e2ed45c67a10cd3d5f0608795557ba]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:46 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72199f7b5662427c38b5c17e32c6094b6f5d934f]

        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>  [124c899a62467d3a33831c874f56e0d504d95fc2]

        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>  [d0b81eae8c242703a9e2bd63c84013ae638f0e93]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:45 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60763b5978100ce339ff8bdfdff258e15d2e8c0e]

        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>  [00af4ef833b94abec7235bbd34251669fdbf15f8]

        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>  [b896aac5ae4c8da1843edfab901872b8860127df]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:25 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d2bc24b92b94b598c89a6498e32c2cf1f0b8f27]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:45 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e149014dfb870a282d3495f4b8aea60829a6f659]

        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>  [0c35ce0dc80f57422772ec3b04d0fa183449cdb6]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:44 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4c75dedf9446cf7cad54c9908f52974bcf0dbbf]

        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>  [f47170ee8c5653e8cab6b8412855b27a0d6b2244]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:25 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [694cf096390633a10996e6ca338ab32288444af0]

        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>  [4bbd51ee804f63d09022f833de596a00e9219723]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:43 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eccf1b606a2301769367b70d595783f985187b75]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 17:41:25 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3f9151b386bfec13efe35269c64dcf07b6136e5]

        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>  [74e13f9489750cda5533ef11b184d4a7e01d7fb8]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:12:43 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a83e21dc37e75d1a6c056b72057999a3f77385e]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:24 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4dc7c9be5d46e50f1ceb6a90ce44045419e92581]

        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>  [d9b812e17ce3f7b65d693adf957b7f700abfcf35]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:43 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7077ecaa2bfdde24262f5751694a73f30f74a313]

        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>  [e43b9fe4009a1eeb2e4a8eec89ceab17292fa7ca]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:42 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4764aa2369764ce5893486eb1028b9dab83a74c0]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:23 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cb5f6338050a0c71f770e8ff91f4001be1f319c8]

        INTEGRATION: CWS ooo19126 (1.8.178); FILE MERGED 2005/09/05 12:12:42 rt 1.8.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14edd8a042adc8cbfd55e693379233c5766964b2]

        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>  [c7bb139090c715941b0853d71d8fc1f0b757f63d]

        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>  [16b0a0ab3bf94e02ee03f9b14e407a8c40783677]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:23 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c63a5042eed16b957d22ee2dceb235d815226a24]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:41 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4911f3c134efc405d05476de3323d90b68e5f7d9]

        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>  [c63247559bb423ad4a90e64766fd762894f60866]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:41 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b8edd8884792e836a1f9ed3f51e4b26259a4956]

        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>  [56bf4265867635562947a643bbb6164f1007c1fc]

        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>  [18b0c3af3b34d42b30256608aae14b25e40d3d48]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:22 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0534e3300d4b27ae88b2ea17b944e6998b6b7d76]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:42:44 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e520436fa37b3d85b2d51bf20df1581dcd62527]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:40 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [daa97b8ac8dd37854dd46043c27373fba4a95789]

        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>  [894d8b87597201977b0cd2a55ff5fbbab2f92ae6]

        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>  [2e1c3df7a7db0bf4429403d5451711c2b32be194]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:40 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05df04bea8258681c47109601ed7da16583b7a74]

        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>  [eca3eb81342bccfa4671e3b4177f307c9adec769]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:21 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [07b951312644e700d7a36de3ed57ba3618d77cfc]

        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>  [c4168d78b08606b413f8f8a6ede162d0ae4cfec8]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:41:21 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b25bead9c759218009eac107356cba81d81c4e98]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:39 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee256401f1e42e99ba6501e831c11dcc2d1d4e92]

        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>  [16bec1218877eba9f84682113a4780e3df180cd1]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:21 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10433dc133575e57a24ec0733390b8ac2faccd28]

        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>  [3f4d1d7d693a5792d06b5ae7f91df6e8867545cc]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:38 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48e29f8d6f5431bf65835fe62ca8ec7dc797a126]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:21 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5cadbda1c87ee1e131a5c2245a0ae959a38494a]

        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>  [5418ae2c07032e930e9f97b182582ea5cabfff1b]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:20 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c43ea83e9b68271b8d2e94dcd7c9c188c1599ba0]

        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>  [be28273a7062e3b2b4a271ba0431e73780675023]

        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>  [d76c96c30c568a1becd625cbf64ad435cd947df4]

        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>  [bb45a5413536ede67f42d7658679ba22f2f2881b]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:37 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa81c006d8ca85ac427f11f187422a03e2a7cdcf]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:20 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee33e31aea73f4ae12fd625f401a6fa935b37731]

        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>  [d01e3fa313057a1b8db4e24c437a0412703b16df]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:19 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [92b776ef0243e01d9427500b1c08425041267627]

        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>  [5bc7bd4894e8bcd743aca204cfe62c33d50ea1b3]

        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>  [f4c6465430aae9858d9067bc805acc37870f43fd]

        INTEGRATION: CWS ooo19126 (1.2.538); FILE MERGED 2005/09/05 12:12:37 rt 1.2.538.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3470ab3c8ef294c30bbc355a666da7f37d33280f]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:19 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ab082b8088502def8e8aa531c8aaf23791188ad]

        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>  [724a48b83133c7cf5a3291183a6d6d52d9d87ee0]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:35 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd444d5da8af579979e446137124c406a4a26c68]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:41:19 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [941b22a43b88e6b374b2440969e74d8fcb58acf4]

        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>  [a02d0cdd3fb7d6d974792a4e4ed9ce7e48dc22a9]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:18 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54c42fe103bcb45aced5b4ca36a8b7fffc345506]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:41:18 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f181492b54b362d8318c1c1cf7d92e03bb7c2909]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:34 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d857316ad3df2ea7a79acd12694e79c5bb36b12]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:18 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79988ef19310f0904af13370f0daa6657ac797b8]

        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>  [bef4e8d0f4b5303606081aa72087cfb4c55e79e0]

        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>  [e214a46cb34c8880c85e5eaf116001f3edb0223a]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:18 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cc476930a9df57ca2beb17a689a0e213931c23b]

        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>  [830154110261e07663882622ce1f86e5a5744da8]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:33 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fcf2e7f0c53949f89bf3dc2f3d821dd8194647cd]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:17 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53d758d5754403974b1b8f9de3a82ae01c3a05ba]

        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>  [b892d1b60600c7f9a67d989ba5621dae6b1efc4c]

        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>  [7709e659fa35e0b818c522f380348e2c9582f596]

        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>  [082180bd6c5966c9f839e9bc0c8ea94353e25dfe]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:32 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f9481494e80a8291bdee48ea1ec9538970cfc1a]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:41:17 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1bf49ef5778bc471f95dd844dd0bcd527dfafbbc]

        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>  [9ebb6dde2d145a5e94bc18d15ca55ac740e48ed5]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 17:41:16 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [650d7c73dca3152a38ddba493a8e148c596d2ddf]

        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>  [ca508bb353323c54d4dd7226e24a1c2e13fb5cd7]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:16 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [259ec3d7345d984fa123805f71d7ec3af50cea72]

        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>  [8dcdd33dc5e64c1174591b378f040967bb225727]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:31 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f092f45b62ed4fd02a0f9f2a6b4c3c237efbec3]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:41:16 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c3eb030603805d0e70ec68da009bb07c0ea0273]

        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>  [748329c966833a195f1c172b8f8e59c1cf99a8ef]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 17:41:15 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [030d55e195e9be8015a7d3afe26334be39226b38]

        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>  [6d1abae27425d7e85d5f3edccd6219f5a9134c69]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:41:15 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc7da2ce87a65fafcc42aba77890df10ec9aa862]

        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>  [188a5d0084ea0178096043d50e34ac27de31ab9f]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:15 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee771d049e0447ea27a068cdc431291f0e00d327]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:30 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b2a2612d47a8b07e53c1425185e0547ab796d6bb]

        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>  [81cc71f9c91d31c55adc87682cfdb8fcfb5564f0]

        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>  [47ced63e10d84a6aa3bd13a2af0376716179abf7]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:14 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fccd6685139b67805330344df82afce5b51b277e]

        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>  [e96d3b9255d652dabe2f013e20ed7f7b386e9d85]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 17:41:14 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a01e3423e6d6378f483aac5445e90841f46414b9]

        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>  [cc571175e37da7b9d3f01e66bc9d3fcceff6f3ba]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:14 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7463fb57defe032f5b38984a22deac590981ce38]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:41:14 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d91f487d6b6b61d0ed84b5c750b433780c72ab62]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:29 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [929817596af96848958b131b07c00e9c1e928eec]

        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>  [73313853f409b081c18831871d2a578c021af6fb]

        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>  [9f423e8e3248120e1feebb990733c3be0f86b90f]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:13 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [61f1a19631aa521022f2ee5cac690d5add8e561f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:28 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dce5f9fdd8a6a07a9921fa1c4009809651a1ff69]

        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>  [351fdde550985d0b902ce912a4d520aa8d1dcfe5]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 17:41:12 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b27f9e3028ba9293f250893f207ee8a872424b8]

        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>  [2ffee4bcfe04dc99609e75282de2f7bf976e259c]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:12 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d0bbea65cd2545e1ea88526dc4feffd6e1f6dfb]

        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>  [752bfd42246f64430bb36db8e17efdbce62e5477]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:12 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f88b419c3d7d1c6832077be4644259a463b877ec]

        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>  [db96a7a8b163e07edc5ede5a4f6698f29902448a]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:12 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [569d310d370e837e449b5fb4ede92a87b4becf62]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:27 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a34f764481bf8c66ebafa10c7e9e9454b23b7454]

        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>  [e99170d8c4e551e4c61e99bca3b5f005de4bbbcb]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:11 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c25d3629bc83cdf4aa593d561728b4c295e2858]

        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>  [038090906a04ba64fc946aa6b74a6a33326eb676]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:11 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0a680db39b337605e2d9eae0755c81d244fa9c2]

        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>  [abd1b166c8718d993f93bec97a0f7c35a7930444]

        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>  [275319e1fbdcc97033440a272cfcde2cf80ef0df]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:12:26 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [147f89b9687060ec18498760676015c6eeb14d8e]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:10 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [73632ae7de5e0e78e9a30dfb7f46a0dc35982853]

        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>  [0c501210f6096791f46c19d35fac49c497684f1d]

        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>  [92c5feb30ef16eb3c5b645a767a4cda7f4dfd4c9]

        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>  [13f3ec088b1ddc8800ef2e7a264be120c21e1ced]

        INTEGRATION: CWS ooo19126 (1.3.512); FILE MERGED 2005/09/05 12:12:25 rt 1.3.512.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1158b16f2c69d505de81af02b221f32e5a07fc9]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:10 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ffb2d213c9833e917cfaf65ad0591afcb3a44227]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:25 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4cb5f8c4b97f37c957ebae8692b74a0708d04c4]

        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>  [3a6a53035429ab9ccc37392d806603991943f0bc]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 17:41:09 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [344caba7e33eebda33a117a2b81cd0d5a519e4ad]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:24 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b589bf00d5068484a09cb902b138d5cacd0b80f0]

        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>  [b4aa3f99b41b9767aab6dfab10f3720b3b31ad03]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:41:09 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b304580b22351f5f5b2bb9a594fe3cb332c160c]

        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>  [468046c648dc88ab8e0348050fa9900ff6ab60eb]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:24 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0fce2e214088cf496d7d7a338bf8111df4765ca7]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:41:09 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4d6841f5d19cf9ee64ef5de0e9b8f9a77f2d179]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:09 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85f9876f5b6801a80c2da9960b1bee076a6bda36]

        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>  [a731d051bd80a49be4ac00b4c42d9505e76e2de8]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:23 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [778365ccb022c0767a2a95e0d1c046a7141d0474]

        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>  [cf13b823c0fdd6f059651416e1002827ac78b9dd]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:23 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3c03688b0c3edbd1889952b2f1d0b278dba8fc5f]

        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>  [cb5558f6c282c781930aedfa34aac34df34b22b6]

        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>  [5031ccae01693057da3deac0ccba35f9db9d5c5e]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:22 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5da0fb57efe90190b7edb98f6e0e8b40937aef46]

        INTEGRATION: CWS ooo19126 (1.4.12); FILE MERGED 2005/09/05 17:41:07 rt 1.4.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [094d28973241d818acef95216b8d9f508fed241c]

        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>  [6cd29be7172932f102ddc261aeff3c4feb0cdf7b]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:41:07 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87dda42fe0ad1715141248e0b078930245afc860]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:22 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb26f0f0106fdfb5f42ec69a8a3413701f99db62]

        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>  [92c0b419e3751171c2bb6306caf256866c461d29]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:41:07 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [303edd6119f1d87b7ea885fd15faae25a565a83e]

        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>  [368bd04e6a0ed4f43587a69989821ea1986bc299]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 17:41:07 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [693e8f0f47d6241502da6d5538cd4c1cbd87a3aa]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:21 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b585172a37227c310117c3bbbaff14bb5a2fa83]

        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>  [ea2a2c84a28f8dadd4e728fb20f08763d009bab9]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:06 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71df4ad2ce49d87fd83d9e7e4daadb90c9e0b6f0]

        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>  [fe18ee6cf825563649b5f6a6d1355e8bec8cd720]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:41:06 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80f81d0caf84ab9605f6ed84e682e68f2f068182]

        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>  [5c6981b3ab9c666eebd612c695d80705fd8945fc]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:21 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d51da0b9d1613a4ba74bd488d59636de8f42c191]

        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>  [c2b290174cfa5f65449ac5eaba74f093529ce379]

        INTEGRATION: CWS ooo19126 (1.7.178); FILE MERGED 2005/09/05 12:12:20 rt 1.7.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7681a1c617281010975476c9a972154d0b391eeb]

        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>  [38b560135c69c39baa9e65af0263d8e214477fd2]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 17:41:05 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cb765d30c1822e235ee8cf3a9e05ab75a4c5c1a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:42:01 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5a6c7cda6b641d21fd2ba4d8d21745d4f486966c]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:20 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35f37f46b0a43b3f6841857713065cff3faf45ef]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:19 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a11d3cb486a932c0ab40f4e0eee90b6ebbaf2c2]

        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>  [47b8ff661cca864e9c125df01d45cc2332bc39e7]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 10:42:00 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6a5617a3f34cfdde29b6e4bdb51e503ed14a91e]

        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>  [30c1e68783b6bc6deb95efbcc04441532dc5b444]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 17:41:04 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [355662bdda70e77c9184c49bd5abcb0b980a0af0]

        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>  [89f3d7fbcf5f5201bf2eb3ae8dcd9c1fcc87965f]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:41:04 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9886aef854ebc90f08f6c647489823a91adf4a6d]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:19 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4880a0ddca3450a54b866690ca0cf2f39dd5b0a1]

        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>  [08d169a25bba79dcc45bb2247635203b10259fe9]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:18 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99b1a1f93d0dd455f0e6c50d92ec136f4856bd70]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:18 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8098510dbad82f526ab4eee1a544689d80dd6727]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:59 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f1fe69a03d59c6cf355a62d2997269a476e3748]

        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>  [b6ff90a4937f571b574183e58ada4288360d20e3]

        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>  [dcc244512d86dc8865f045a5283d80bf68be56c1]

        INTEGRATION: CWS ooo19126 (1.11.18); FILE MERGED 2005/09/05 17:41:03 rt 1.11.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ee487aa07b19a5e7ab95f7cc37fa260a33f861b]

        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>  [3bc01927ca8c8cf481224e863a982ed4bfa05e7b]

        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>  [a33b05c11db47ba88d44a9f98881aac6c7525bb6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:58 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [170612cf5ecbc65e0417bb8c187733e57df0b7b0]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:17 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fcc48aaf7a172f692389b806993cbb168ebf7c04]

        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>  [fe0b054cbe46a8c227365a3f9c94776a3fc85375]

        INTEGRATION: CWS ooo19126 (1.6.178); FILE MERGED 2005/09/05 12:12:17 rt 1.6.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2263b7b143dd250da7b541d18e943541cdc1b9c4]

        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>  [3fdb08a42f786becf4d94825e466ee5d3f83f293]

        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>  [59822dd245e1541047a9922b34084c08197ef448]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:01 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a59b3e770b7b672829833a39fef234acc32d2cb]

        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>  [7f75dc4b135a84c8855c9cb73d130fc7129fab34]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 17:41:01 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8cbcb9fe4bf04143a41a749ba025f67056c7102b]

        INTEGRATION: CWS ooo19126 (1.5.178); FILE MERGED 2005/09/05 12:12:16 rt 1.5.178.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55fa7f1eb123bbbc2714226adbcbb3d0a84dbf9f]

        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>  [17e7511f3bc4db678a172c5b5d95a55886c25680]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:58 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f99b664cb7c34462cd41fec27686f3ba8f562153]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:41:01 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1701127df6f87b2b867756f17fb0daa0e970b7b5]

        INTEGRATION: CWS ooo19126 (1.13.130); FILE MERGED 2005/09/05 12:12:16 rt 1.13.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7211056c442c7a0eea07671bcc3047ed599cb6af]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 10:41:57 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f20a145f1063a24896fdcd5567ba777745c7e0c]

        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>  [c4b1b0df5b63db25b1cdc84f68de38d3f96535be]

        INTEGRATION: CWS ooo19126 (1.3.558); FILE MERGED 2005/09/05 12:12:16 rt 1.3.558.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d60c44d1381f5300dd8b8d2a431b8abbabeb6a9e]

        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>  [28d11db2cd0582dde80771142e9f76b16e37aee5]

        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>  [a2b1f89f855f08a30242b0e19e598cab97b40b84]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:57 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f15d484c6556bc9e9a3af016a9b8569eac23cd8]

        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>  [3cef8f3666a6f4eee0f81e58a93f3b237bf7923e]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:41:00 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75ee8860a049c408fb0e3dc5a74c31329c2d7c96]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:56 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2c9574f04ceec98acbdd9dc470e66bc71f9cd4e]

        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>  [5a50d94b6e61d196ff9ee282aa3c5366c13ac797]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:40:59 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f680429c4845b85927ccf2092939876ad1fc600]

        INTEGRATION: CWS ooo19126 (1.1.1.1.416); FILE MERGED 2005/09/05 13:56:08 rt 1.1.1.1.416.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e0ad7c0c90e0980008a5b6a8e852477781c50ab]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 17:40:59 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee283143f2c13336234c39e320adc7e848f6fd1b]

        INTEGRATION: CWS ooo19126 (1.20.122); FILE MERGED 2005/09/05 13:56:08 rt 1.20.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea92bd75b707c69ba58bc613f3fdac0066819574]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 17:40:59 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [008a93f61e7931fc8659e3773756a05842654a02]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bfbee66628eb59a0e87de25ea3ffda4d826841ee]

        INTEGRATION: CWS ooo19126 (1.3.378); FILE MERGED 2005/09/05 13:56:08 rt 1.3.378.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e86ba236542071a71671cd4f03a67a9e9a0e0ca]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 17:40:59 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [103914034482832f9c7d16321b5f61feea1be343]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:55 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf0ea9e8a8d5c4003e29aa67b30ee7f5a69d5f4d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.416); FILE MERGED 2005/09/05 13:56:07 rt 1.1.1.1.416.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3c0e325d3f5379a34307c998a94af4c5123453b1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [799384c3d3de583f513ac24a3917e90c0df9cba3]

        INTEGRATION: CWS ooo19126 (1.14.2); FILE MERGED 2005/09/05 13:52:13 rt 1.14.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38f4b695b0643edab71dfe33f6fac29cbbe8b128]

        INTEGRATION: CWS ooo19126 (1.2.336); FILE MERGED 2005/09/05 13:56:06 rt 1.2.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39b30c35fa050682274afd8864edc9b174cdf135]

        INTEGRATION: CWS ooo19126 (1.44.12); FILE MERGED 2005/09/05 13:52:13 rt 1.44.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dc0a1af6b9081744a09362d408604d92250f469]

        INTEGRATION: CWS ooo19126 (1.3.406); FILE MERGED 2005/09/05 13:56:06 rt 1.3.406.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d360a51c20515ca6ef0e5254e473c400c2536c2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:54 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [706cd9ca30644f3455c5caa6e6f81c4c7f1d44b8]

        INTEGRATION: CWS ooo19126 (1.1.406); FILE MERGED 2005/09/05 13:56:06 rt 1.1.406.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09a11130b6eb0015ed5846a98d2ce3c18f130b10]

        INTEGRATION: CWS ooo19126 (1.4.198); FILE MERGED 2005/09/05 13:52:13 rt 1.4.198.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce5f4a4498cf58007ed400a1594678615f059e64]

        INTEGRATION: CWS ooo19126 (1.16.20); FILE MERGED 2005/09/05 13:52:12 rt 1.16.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [011ab84a856678cb4575dafdb3937e29287c6548]

        INTEGRATION: CWS ooo19126 (1.6.394); FILE MERGED 2005/09/05 13:56:05 rt 1.6.394.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a328146f6949a3a3fd7d88b71dbb46d6fb2e0de]

        INTEGRATION: CWS ooo19126 (1.4.336); FILE MERGED 2005/09/05 13:56:04 rt 1.4.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [938db24e757dd3acd307e43cf8e965f8111276f0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:41:54 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7294ee95985b3e451cb5c96454c35835b84a7cd]

        INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 13:56:04 rt 1.3.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20c3c8cd3c0c7e5119124ac4169f9f8a9a2ad694]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 13:52:12 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10ac73ca14186a628dbf43e95c26aae0c3d94dca]

        INTEGRATION: CWS ooo19126 (1.20.30); FILE MERGED 2005/09/05 13:56:03 rt 1.20.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa39b3c7e1dd4b60c13671735909eef889e6855b]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 13:52:11 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48e791bdf852936bd57f203bed7f6fd63196a2a7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:29 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05f20126fb4462df9cf299be0f56e7679ffe66a0]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 13:56:03 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ffd7df0cb6630111891cae53ecb46c1c0771e77d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:28 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4007ab4cb49aa6bdfe3fa3bfcd602ba529562b17]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a5aa6fafdb14003343a33a1690068fa936b77f4]

        INTEGRATION: CWS ooo19126 (1.2.408); FILE MERGED 2005/09/05 13:56:03 rt 1.2.408.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75a81a86599380b8e7388c4796dc3c8993ec9f59]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 13:52:10 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4d5cd2d1293d1c7534fe14f1e6c723a8e36acdd]

        INTEGRATION: CWS ooo19126 (1.9.30); FILE MERGED 2005/09/05 12:56:28 rt 1.9.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0310e6bc253eb772ddddbff1f984c659d9d54a09]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:53 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d0514a19e99c7febd48f6c37a43714c1dc288bc]

        INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGED 2005/09/05 13:56:02 rt 1.2.406.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cff692917815afe83c5a1109dc176b04706c466]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 13:52:10 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00e6f7953816310fa4cd5ca753388e5277e035ef]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:26 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4711721d82c90a95c328279eebfeef01a619086]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 13:52:09 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9a571128eb7b7d5bd24bd5275016740845c2128]

        INTEGRATION: CWS ooo19126 (1.4.90); FILE MERGED 2005/09/05 13:56:02 rt 1.4.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e29f956ea7d3fc869021c9d8df23b63b1b90932d]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 13:52:09 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6eb8dad2ee9a69d5017b960f9a3f11e8895a07f]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 12:56:24 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57acc0b13fcbe4b2f975ba40834aba0df45f92f6]

        INTEGRATION: CWS ooo19126 (1.1.404); FILE MERGED 2005/09/05 13:56:01 rt 1.1.404.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [28be4b81dc56b2b855f23c8ef7078a71844dd92c]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 13:52:08 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc3f2189fe921c69872404e4be32190f655ed58f]

        INTEGRATION: CWS ooo19126 (1.5.12); FILE MERGED 2005/09/05 12:56:24 rt 1.5.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a9f581ea87868e0562f04964f9c1fab2c392178]

        INTEGRATION: CWS ooo19126 (1.14.90); FILE MERGED 2005/09/05 13:56:01 rt 1.14.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d4d62e6b3e2abe3683f7ebaaa9adadf1669bdd06]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 13:52:08 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9c6803773ca6b462e3d84323b21cdecfaed1756]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d93b1fed85a2028ccf47fcaf1ca598a19b9914e]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 13:56:01 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98392fe166910effdf37637d75339b5b44a915f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:22 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [332ced3602b77c34f0e6874ac91813eebf1b27d6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:41:51 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f69c50741e7352af14b5a1234c1fb4e57496edc]

        INTEGRATION: CWS ooo19126 (1.1.394); FILE MERGED 2005/09/05 13:56:00 rt 1.1.394.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [660d81f3a375c54f3ff3e23ae057820eba41d4fc]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:21 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b74d81d2344471d1de4e9ff052a4f52dc14d92dc]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 13:55:59 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99850382335919d4a0f843f1c6a4f8fc4a6f49ea]

        INTEGRATION: CWS ooo19126 (1.12.212); FILE MERGED 2005/09/05 13:52:07 rt 1.12.212.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbfd860e377c7f857109054e071a6abee7ea4324]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 12:56:20 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba74e16898a030bb7731f5dff9f378db1e59698d]

        INTEGRATION: CWS ooo19126 (1.4.312); FILE MERGED 2005/09/05 13:55:59 rt 1.4.312.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [afb33103f32d8adbd86f28b4a6d803f4a4a17080]

        INTEGRATION: CWS ooo19126 (1.13.2); FILE MERGED 2005/09/05 13:52:06 rt 1.13.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [949b8762f3e54483037d4a21ea65b7ca44b4681c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:19 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9d4cf41335864585ed3e68079e36427ca49cade]

        INTEGRATION: CWS ooo19126 (1.3.322); FILE MERGED 2005/09/05 13:55:58 rt 1.3.322.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95dc19a02441573a0872f3dc57896a2659abba46]

        INTEGRATION: CWS ooo19126 (1.73.12); FILE MERGED 2005/09/05 13:52:05 rt 1.73.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2dcaa89c5dcd37cfbcef177fd96b54d09c41e60c]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 12:56:18 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [010247d1eadb4bda886a5cbc152e29400c30c0cb]

        INTEGRATION: CWS ooo19126 (1.18.48); FILE MERGED 2005/09/05 13:55:57 rt 1.18.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5d03485a6e93c49c32214413678174f5406c8a4]

        INTEGRATION: CWS ooo19126 (1.7.118); FILE MERGED 2005/09/05 13:52:04 rt 1.7.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [acbba6b67a2da4a931df4eacd1ddf5caa35e9613]

        INTEGRATION: CWS ooo19126 (1.2.120); FILE MERGED 2005/09/05 12:56:18 rt 1.2.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef6ec68083b31c7259f2a36eb56e982578291aa6]

        INTEGRATION: CWS ooo19126 (1.4.242); FILE MERGED 2005/09/05 13:55:56 rt 1.4.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90c41ca8733c2ceff4fa4b766f38edd123945f80]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 12:56:17 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b31a7d6dad292695340a2cf5cd4fb6d4cd58c0f0]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:52:03 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [558f109dfc454140933b367020ea1faa69dd2d1d]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 12:56:15 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5882bd7025741918cc397e5f10bb2e0c732f14a8]

        INTEGRATION: CWS ooo19126 (1.30.162); FILE MERGED 2005/09/05 13:55:55 rt 1.30.162.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [537ea9cf4ed0353de7f8ce19c1a364ccaac0a592]

        INTEGRATION: CWS ooo19126 (1.6.118); FILE MERGED 2005/09/05 13:52:03 rt 1.6.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4928aeadb34b028e9547735f74b7c069455b3a2]

        INTEGRATION: CWS ooo19126 (1.9.312); FILE MERGED 2005/09/05 13:55:55 rt 1.9.312.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19d1c3d0243dc23abc318c10ebeb58920ee5dfa4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:15 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb6c77576209a4cf45666c64206e07911bce6c6d]

        INTEGRATION: CWS ooo19126 (1.6.30); FILE MERGED 2005/09/05 13:52:02 rt 1.6.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d1ddeb754c92f87a926d00c4aa25c47b9f91b8f1]

        INTEGRATION: CWS ooo19126 (1.3.336); FILE MERGED 2005/09/05 13:55:54 rt 1.3.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c221af5117923c6f8142e0b98affd8db6737e780]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 13:52:01 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11fa84c8549ebfad5b7a98aee8beabf5bc2a4495]

        INTEGRATION: CWS ooo19126 (1.2.126); FILE MERGED 2005/09/05 12:56:15 rt 1.2.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cdd06d19d688af0e2d34751b9fe6764607c97464]

        INTEGRATION: CWS ooo19126 (1.38.44); FILE MERGED 2005/09/05 13:55:54 rt 1.38.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20f0bb8ea844abaac8ae2942204684f5460a892e]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:52:01 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d1db1b7b16efa7886b96472a65045e495b1155f]

        INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 13:55:54 rt 1.4.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1d7f8642552fe37e9af155658fd9f6a015b1786]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:14 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4465f453a597f8319808bbae3363fae28ca84f93]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:52:00 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4532dcb4ddab46ac0f9a52bd36b61650233d2df1]

        INTEGRATION: CWS ooo19126 (1.2.408); FILE MERGED 2005/09/05 13:55:53 rt 1.2.408.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [336cbd6c278181c27854a82f2a24d0eec6140e40]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:51:59 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aaf2fbff012f5109ae9ffc6ebba7437506f6604e]

        INTEGRATION: CWS ooo19126 (1.9.144); FILE MERGED 2005/09/05 13:55:53 rt 1.9.144.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05706b38bad44f6eaa837a4ed5d3b534999d907f]

        INTEGRATION: CWS ooo19126 (1.24.8); FILE MERGED 2005/09/05 12:56:13 rt 1.24.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df71997570ce0bf2fb9ec4750c96ce50f3efe8a1]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6cbc11e7d82dcf6f991569ff0293f0d3550eb035]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:59 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aea6b7c31783322494a4db0c8325a62f004f5df3]

        INTEGRATION: CWS ooo19126 (1.17.90); FILE MERGED 2005/09/05 13:55:53 rt 1.17.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f663b482d92bad405506e05d3c4a28294127741]

        INTEGRATION: CWS ooo19126 (1.11.38); FILE MERGED 2005/09/05 12:56:13 rt 1.11.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23b45396ff1d5e8b6dba3fbeeb98489746ac5c10]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:58 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [effd9afc1f6b47da76d6ea88163fec4ce14c440e]

        INTEGRATION: CWS ooo19126 (1.2.404); FILE MERGED 2005/09/05 13:55:52 rt 1.2.404.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e343f8b4d8a024b7d7ba6006e7eacb89d240c160]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 12:56:13 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ef0a07011194d4b605c48a1122a55ffef979024]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:58 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a084bc5ed80f20f44feab50a86473599b14d76a3]

        INTEGRATION: CWS ooo19126 (1.37.62); FILE MERGED 2005/09/05 13:55:52 rt 1.37.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e526f9d3ef91fa5a78afb7c05b374b245a98a626]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:57 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [15ab39278846d8ca1922f0adcea33d46259c359c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.164); FILE MERGED 2005/09/05 12:56:12 rt 1.1.1.1.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f0036d76ffff9b61703a59c00de4e3a94397505]

        INTEGRATION: CWS ooo19126 (1.2.238); FILE MERGED 2005/09/05 13:55:50 rt 1.2.238.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da2eddb04f8cce7b1acd547a7f5a6ec6ea7d5c85]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 12:56:12 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a584098d5bfc2e13e9e8fa534dbe3d4a00374397]

        INTEGRATION: CWS ooo19126 (1.4.38); FILE MERGED 2005/09/05 13:51:56 rt 1.4.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa9dcc4fc68364ef687ecfcce0a51177421aed8d]

        INTEGRATION: CWS ooo19126 (1.4.206); FILE MERGED 2005/09/05 13:55:50 rt 1.4.206.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1215e776f65458c7252e765fd2c4030ffe17938d]

        INTEGRATION: CWS ooo19126 (1.3.294); FILE MERGED 2005/09/05 14:05:31 rt 1.3.294.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b96d4869dc78fde0cf2648b0993adef984114e0]

        INTEGRATION: CWS ooo19126 (1.46.162); FILE MERGED 2005/09/05 13:55:50 rt 1.46.162.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c5cbfac92e01577bd4abbcec1e0daac2ab524e1]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:56 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5f63f3099f7fea91efb9099e28e8fe1fb824a0f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1a41ed0e0f509aff7125f6b3e6027e3024f3765]

        INTEGRATION: CWS ooo19126 (1.2.298); FILE MERGED 2005/09/05 14:05:31 rt 1.2.298.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d132b47a78550d3bff6c3d15a3f49e4ba5dd5d2]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:55 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7934f2bcf7b945b76201cce1f298d7337f9205b]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 13:55:49 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [623ffc79f083dd11abdebc1df3b54e99cf79c995]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbd1ce82967545dc4232dfd08ca4993bda5302ab]

        INTEGRATION: CWS ooo19126 (1.2.294); FILE MERGED 2005/09/05 14:05:31 rt 1.2.294.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [511dd792add10aab7596050e4246b3e9e3cb6140]

        INTEGRATION: CWS ooo19126 (1.1.1.1.416); FILE MERGED 2005/09/05 13:55:49 rt 1.1.1.1.416.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4880c04bd3b5b79b90030c9ae187efded4454265]

        INTEGRATION: CWS ooo19126 (1.1.294); FILE MERGED 2005/09/05 14:05:30 rt 1.1.294.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d641f3643c22337905c369ce26b230ba52952c5]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 13:55:49 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aeb2f3fc904082dceeeafd59c4a9475555eaa5e3]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b41aee9f32273864335cc8a61af8113750cb4a3b]

        INTEGRATION: CWS ooo19126 (1.2.148); FILE MERGED 2005/09/05 14:05:30 rt 1.2.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56872d46dd278fb254d25bd82d4aeb1e0d7960f5]

        INTEGRATION: CWS ooo19126 (1.2.238); FILE MERGED 2005/09/05 13:55:48 rt 1.2.238.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [324b466c1a7d794d6f6fac6c70bdb8bdbc1f95bf]

        INTEGRATION: CWS ooo19126 (1.1.274); FILE MERGED 2005/09/05 14:05:29 rt 1.1.274.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac89decb633e3c0344ab5bcc436e447ddc82749d]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:54 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [91a60cdbbfc811fa45b9b0f5bd84a092b20b90d3]

        INTEGRATION: CWS ooo19126 (1.27.140); FILE MERGED 2005/09/05 13:55:48 rt 1.27.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [20e6b7f44cf7f5bb4aeb491e4960a2120d1490e2]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 14:05:29 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd816b88cd3a276656e74beb1d4cd197b558ea4b]

        INTEGRATION: CWS ooo19126 (1.4.140); FILE MERGED 2005/09/05 13:55:48 rt 1.4.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fd2905e4b7e652ad38dd05d0d3a211d89e97366]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 14:05:29 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [18aa100a30c9e147766155de1299c2cd142389c6]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 13:55:47 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8175e703fb524856ddccbd9c30077823245918e3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a34c0bc1f9844d8a191f872aa5a64394cdafcfca]

        INTEGRATION: CWS ooo19126 (1.1.298); FILE MERGED 2005/09/05 14:05:28 rt 1.1.298.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [caf1e5d4e2680d9949d864903989ad8c342837bc]

        INTEGRATION: CWS ooo19126 (1.15.48); FILE MERGED 2005/09/05 13:55:47 rt 1.15.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [51b803c4199b6b9355a497d23cdef113ee00dbae]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 14:05:28 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [12e031f3234fa0401b1911be31e87fd5fcadbf48]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:53 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4dde4e7880d22c191465cdda40853f985165980e]

        INTEGRATION: CWS ooo19126 (1.26.162); FILE MERGED 2005/09/05 13:55:47 rt 1.26.162.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46f30000882040bc9a800dcfb2ffbea40609f779]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 14:05:27 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e45f3c46ba60dd9850a4360cba877a97ac1fcd7a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:45 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f223f5d020479f97aac1a2e10e2d6721782fea4]

        INTEGRATION: CWS ooo19126 (1.2.400); FILE MERGED 2005/09/05 13:55:46 rt 1.2.400.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa8be6c09cef8a5b9206a44b925e6b29114e7065]

        INTEGRATION: CWS ooo19126 (1.11.104); FILE MERGED 2005/09/05 14:05:27 rt 1.11.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af87d1cc087b9bfb678c75a64dcb2cd20cb95451]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 13:51:53 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5a1c163917ea667a134e490f4f201cbdf5a4be5]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 14:05:26 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fb0e7d9ac7a9ada2df15b47c8d21a9030d007b7]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:52 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d979e527840e7dfb0625c095a332b120cb8ca389]

        INTEGRATION: CWS ooo19126 (1.56.76); FILE MERGED 2005/09/05 13:55:46 rt 1.56.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [705bcef48686a4a1244be862f2f8f3283c46b48e]

        INTEGRATION: CWS ooo19126 (1.17.140); FILE MERGED 2005/09/05 13:55:45 rt 1.17.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c727db1c0572669b3f29c9fb9a47c5e63aec1114]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8acfb9dfd2343948b0842d54909a30de5427c734]

        INTEGRATION: CWS ooo19126 (1.8.140); FILE MERGED 2005/09/05 13:55:45 rt 1.8.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74b2165862a378c06a8cf7929888d6b5044df1ee]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 14:05:26 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fe410cfe2f2465e293be41f9798ea4e338557625]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b3a6a54accc5dbde4d4f65108786620db0f9446]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:52 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30a8a1fa52efa27b2dbfc56d9b5df9c8d22c830b]

        INTEGRATION: CWS ooo19126 (1.27.48); FILE MERGED 2005/09/05 13:55:44 rt 1.27.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f0d3b7f10e4d31a43d44796a06c8f9fbdc36a20]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:25 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54b8810a7409cf1360c3fc128f89423aad24dc8a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1252bbb022441036c4cabf475080ee2e862a35da]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 13:51:51 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0dd26d38e75c211f2ad1f0670ac8e6f2d6d4a8c5]

        INTEGRATION: CWS ooo19126 (1.52.48); FILE MERGED 2005/09/05 13:55:44 rt 1.52.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [77a887ec8ef48b56f64807516a3bf1d6d2daeb05]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:24 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08b116de5b283059a09435f97b9c9f77c8ea063e]

        INTEGRATION: CWS ooo19126 (1.21.92); FILE MERGED 2005/09/05 13:55:43 rt 1.21.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93e037491bf9ece81575f29d6cbff61e1656cf4d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:42 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95317518277bf74b7a2a0f5864324b5b189a5b90]

        INTEGRATION: CWS ooo19126 (1.55.162); FILE MERGED 2005/09/05 13:55:43 rt 1.55.162.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d90a45e20bd07411b8e61d94abb46a88e75c24d]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:50 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff8b4306ff980b840c04bc82d6c8ed2754c3b6a2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6221155f8cc084601a6d2c7f379da336e3d3b22]

        INTEGRATION: CWS ooo19126 (1.7.140); FILE MERGED 2005/09/05 13:55:42 rt 1.7.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e0e84cb710c4fca2d7c1a9f6713cfc145ca8032]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 14:05:24 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4ef011a10f2aa9f65a9fbdb8e2c1d3b2af43d06]

        INTEGRATION: CWS ooo19126 (1.5.2); FILE MERGED 2005/09/05 13:51:50 rt 1.5.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dcec206c5f5f6fd5f7edc9d6ec0f952385cf4f2]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:23 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cea9d1834a1315513e7ea8b4502592c324371786]

        INTEGRATION: CWS ooo19126 (1.4.378); FILE MERGED 2005/09/05 13:55:42 rt 1.4.378.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14dee7dc8a18b79c9ff5c597e9ea3b05590be79b]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:49 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [712d8976eacf17f9644f8e1e5249daa17089b3b7]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 14:05:23 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0603cc78dfb81d0cb6420ae6145c8a78fb62f2dc]

        INTEGRATION: CWS ooo19126 (1.32.48); FILE MERGED 2005/09/05 13:55:41 rt 1.32.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3872df484a6c283b9f91839ea1756da12d826534]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:41 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cb0d0802094adbec299d0e7a4ff0af1fe73aad70]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:51:49 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aeeba3c21f0beb197d72e316cde58756bbccd3cd]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:05:23 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [435d6da5b6c92dceddf3ab63e041b34b7ad658d3]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:48 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e95a3ef3c29cb9cc3cd7c8ff4af492c1b3086f9]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 14:05:22 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [125a10db370e856bc21f7e20a88603d74ed3b0b8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [daea9fbe1d314c143bbaf048d62e735bf21898da]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 13:51:48 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a87bab2c37f74643fd6092d4d4c4583537d93492]

        INTEGRATION: CWS ooo19126 (1.3.394); FILE MERGED 2005/09/05 13:55:37 rt 1.3.394.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57bbcbfa534c24178c1f31f214c4a812bf668d4b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:41:41 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b9ac5f046eb9674c38828d4cd487a756de0fd4a]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 13:51:47 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e19f4473c31d953e619fc774a1c713e0153e938]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 13:55:37 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c47ebb4396c7f9944238270aa72a89103df02788]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:20 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca0890d6a8b314aaae730be0ac86d8dc2832bd17]

        INTEGRATION: CWS ooo19126 (1.3.118); FILE MERGED 2005/09/05 13:51:47 rt 1.3.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fe8a278e8f45b5b836960591cf93eaee73bc64a3]

        INTEGRATION: CWS ooo19126 (1.17.92); FILE MERGED 2005/09/05 13:55:36 rt 1.17.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7120b9b84cb773639fef99a580486cc7f551673]

        INTEGRATION: CWS ooo19126 (1.2.48); FILE MERGED 2005/09/05 13:51:46 rt 1.2.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f01647fc9ee5dd5a997664953e9ccd05d1b6ef29]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 14:05:20 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cfd80eb3649a5f16a97d7d1a3d6c1ea462f7e6a]

        INTEGRATION: CWS ooo19126 (1.2.76); FILE MERGED 2005/09/05 13:55:36 rt 1.2.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8e539091b915928d8c777fc5836b1407c8caee8]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 13:51:38 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bf92a71d20a889747d886a2bea1837a6d464ffd]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:19 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b18a48d10f6582c60269f2e7d8af95b82396db3e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.416); FILE MERGED 2005/09/05 13:55:36 rt 1.1.1.1.416.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b90f6917e519cfea11d03a80f7e148b07f9d4b07]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:40 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e517f0793691808ad29e4612f1b2cc4949a3284d]

        INTEGRATION: CWS ooo19126 (1.23.162); FILE MERGED 2005/09/05 13:55:35 rt 1.23.162.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3752bfc18c247b81b03decd194c1a881d71d86e4]

        INTEGRATION: CWS ooo19126 (1.3.230); FILE MERGED 2005/09/05 13:55:35 rt 1.3.230.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ea1af73062bb6b1045161cdcec8de2693cc4a55]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:39 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6fcb2fee1e48da8612e7026c47d648c3f785be8]

        INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGED 2005/09/05 14:05:18 rt 1.2.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c68ee7e0023af8b78826e75cdbfd011b8b95e2d7]

        INTEGRATION: CWS ooo19126 (1.2.140); FILE MERGED 2005/09/05 13:55:34 rt 1.2.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a72e464516100a042add440aeac274a9b652fb45]

        INTEGRATION: CWS ooo19126 (1.7.140); FILE MERGED 2005/09/05 13:55:34 rt 1.7.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [976a8c92eccb96426f5e5f1de1bc9f679f27e6d0]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:05:17 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a583813fa8b11bb471bdf14631690d8c67e067fc]

        INTEGRATION: CWS ooo19126 (1.26.48); FILE MERGED 2005/09/05 13:55:33 rt 1.26.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e3b9cdc8cbb2f56fd4c247ccd8a15bee762b1ef]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b370befc8ef101b705a9d0ffb8654d76d05c5823]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:38 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce4413f17b2378622916e146e9bc8251befb360c]

        INTEGRATION: CWS ooo19126 (1.2.412); FILE MERGED 2005/09/05 13:55:33 rt 1.2.412.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fffe743e316a928330b372283989b15a589a8a3f]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:05:16 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d6c99c6659dd9819568206b640959f79dcfc3d4c]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 17:51:26 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ee51e6849b5d5e28ccf000fac5521eb559735c5]

        INTEGRATION: CWS ooo19126 (1.2.394); FILE MERGED 2005/09/05 13:55:32 rt 1.2.394.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d8873c27b5b815ffb99cfdf8068155a4e785be9]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 14:05:16 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b72a0d3125ce959f26fb0f3da85e26ec20f42000]

        INTEGRATION: CWS ooo19126 (1.18.48); FILE MERGED 2005/09/05 13:55:32 rt 1.18.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e3c85bedcbb891aa70d5c848e77e6aac406ef43]

        INTEGRATION: CWS ooo19126 (1.9.78); FILE MERGED 2005/09/05 13:55:32 rt 1.9.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42e09a5ad95a035619a350e424c26f7cf286e059]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:15 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6dbd6a41ad4af9ebe54a263d91cd9804f30121e0]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 13:57:22 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae154c01557e181fd1fef04d8f00c1ac3044e829]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 14:05:14 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [674d54c45206b8439529323957462620fcc7df96]

        INTEGRATION: CWS ooo19126 (1.19.48); FILE MERGED 2005/09/05 13:55:31 rt 1.19.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7edfee06be0970694625ed81d197b3d442e8f9e7]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 13:57:22 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db7bfea5e5ae125d70de0051f6b5e67300032e21]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:13 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0760f206d7fc0f1e5aab4904b76cc98c524a1310]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:37 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d76503803b1f1094548ab22cb0676a5d2459bd1]

        INTEGRATION: CWS ooo19126 (1.33.48); FILE MERGED 2005/09/05 13:55:31 rt 1.33.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba312ab6228606e6b9691f4f5db78f62f7de76ca]

        INTEGRATION: CWS ooo19126 (1.14.14); FILE MERGED 2005/09/05 17:21:27 rt 1.14.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30f02e51e696585a8e1d9f562a8870474e2e822a]

        INTEGRATION: CWS ooo19126 (1.29.48); FILE MERGED 2005/09/05 13:55:31 rt 1.29.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [04abb77eb65a74257159d4a0e33ce4c1e8a00893]

        INTEGRATION: CWS ooo19126 (1.5.68); FILE MERGED 2005/09/05 14:05:13 rt 1.5.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1943da096dca26d270f27af68363ee26222201ac]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 17:21:27 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [84b3f89ad29f58e71eef2de25b28ee984b8925dc]

        INTEGRATION: CWS ooo19126 (1.7.78); FILE MERGED 2005/09/05 14:05:12 rt 1.7.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69f04f75bc5fe8f8db267b568d6cd6ffbdd1a368]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:36 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c3cf48ccac457a8ab7e8af210e667655d1820c73]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 17:21:27 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efcfad9fddc14615eed3b149d80bad37d6b19afb]

        INTEGRATION: CWS ooo19126 (1.101.56); FILE MERGED 2005/09/05 13:55:29 rt 1.101.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee039cb02d1665c73b1e685c8b128f6f982557e3]

        INTEGRATION: CWS ooo19126 (1.35.48); FILE MERGED 2005/09/05 13:55:29 rt 1.35.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fc62aa0eb6177e59e8ec3f88e7b5016e740c652]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:05:12 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b89253ddeb6cebb4504b01e9e4e9b729580e17a0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.206); FILE MERGED 2005/09/05 17:29:47 rt 1.1.1.1.206.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [586c49b8531a3cbf48e6783e245e0c3f74480412]

        INTEGRATION: CWS ooo19126 (1.12.140); FILE MERGED 2005/09/05 13:55:29 rt 1.12.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2513e823cf4d1a29c8814741f8addb089ee0f353]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:05:12 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [765b83c02b88f89310dca34f7fb4931b6d9f19cd]

        INTEGRATION: CWS ooo19126 (1.14.48); FILE MERGED 2005/09/05 13:55:28 rt 1.14.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a6bc6c4063d56b247c56f20124670e0e6d31c637]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:29:46 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ac8eed1c9fad9775ed4b0a5e0c55d708c6f5b0f]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 14:05:11 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba7936c9875b1a062a84916baf0bfbc3c933ee53]

        INTEGRATION: CWS ooo19126 (1.43.48); FILE MERGED 2005/09/05 13:55:28 rt 1.43.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b083f049e71cd705ab8caad4f0d499b31b729186]

        INTEGRATION: CWS ooo19126 (1.1.1.1.206); FILE MERGED 2005/09/05 17:29:46 rt 1.1.1.1.206.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [273a32a9f5b3e1b93e678075cedfefeb6b331fb8]

        INTEGRATION: CWS ooo19126 (1.1.298); FILE MERGED 2005/09/05 14:05:11 rt 1.1.298.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9398f66ef8fb77e40e4cfeedb02d99db4ecb6f9e]

        INTEGRATION: CWS ooo19126 (1.1.394); FILE MERGED 2005/09/05 13:55:28 rt 1.1.394.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48d29f685c9c2abaea718d2fa45dc35c7758de31]

        INTEGRATION: CWS ooo19126 (1.1.1.1.416); FILE MERGED 2005/09/05 13:55:27 rt 1.1.1.1.416.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [039ce8c44c51375dc58a83372bd2162bf7b8a0b6]

        INTEGRATION: CWS ooo19126 (1.6.116); FILE MERGED 2005/09/05 14:05:10 rt 1.6.116.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bd2414898663fd7e0dd386783a25e2568c0b904]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:34 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc6a4dd90e765e7b05ded9480dcfda637803d6e5]

        INTEGRATION: CWS ooo19126 (1.3.166); FILE MERGED 2005/09/05 17:29:45 rt 1.3.166.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [791f0395c35425703e666b219493b30c2403dfa3]

        INTEGRATION: CWS ooo19126 (1.29.140); FILE MERGED 2005/09/05 13:55:27 rt 1.29.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [352eff94168681bfb74bac2fb667f6aad33aa4c8]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 14:05:09 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ddb7e61c10ee5d36b7a4b71947c7e5af8573d803]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 17:29:43 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [768f42ea1241c8f1d7805e1d5e0ebb00490331db]

        INTEGRATION: CWS ooo19126 (1.48.44); FILE MERGED 2005/09/05 13:55:26 rt 1.48.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1b5c73222de610a9ba49c7d9cb2a9c7b8b442aa]

        INTEGRATION: CWS ooo19126 (1.4.48); FILE MERGED 2005/09/05 14:05:09 rt 1.4.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d4d9388f93eb981845edde61a1c99bb06b97ced]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:29:42 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95556f46cf700507a9acc697137975afc34b3fe2]

        INTEGRATION: CWS ooo19126 (1.20.76); FILE MERGED 2005/09/05 13:55:26 rt 1.20.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08265bb6bad3843a635daba2b0afd033cc56fd50]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 14:05:09 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fac7925e8937fc17dda7155de3ab6eff1971924c]

        INTEGRATION: CWS ooo19126 (1.9.148); FILE MERGED 2005/09/05 17:29:42 rt 1.9.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b09d5d646efe7306760df15447d7b65b5c7053d7]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 13:55:26 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ad1d65375cb20c161c5e93a48a84622dd923d72]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 14:05:08 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [009c33535d670c143123dd9a1cf3257e9240c3aa]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 17:29:42 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b36ae93b816c84f61f61456ecb42d5750172e1e3]

        INTEGRATION: CWS ooo19126 (1.35.48); FILE MERGED 2005/09/05 13:55:25 rt 1.35.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a220016f30ffbabef117466711d75faf4553548]

        INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGED 2005/09/05 17:29:41 rt 1.3.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66c2ff6d5f83c93c9e40d91b40d7b6b3a3dabe20]

        INTEGRATION: CWS ooo19126 (1.6.48); FILE MERGED 2005/09/05 14:05:08 rt 1.6.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [308360a9c4badc700e2baf17334737eabf3b1ab9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:33 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ac2ad3ce3a153f835367ff20af584713f14b5b0]

        INTEGRATION: CWS ooo19126 (1.2.238); FILE MERGED 2005/09/05 13:55:25 rt 1.2.238.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1bac0eb0f969f1af4526b7914e1b5ca017319684]

        INTEGRATION: CWS ooo19126 (1.5.196); FILE MERGED 2005/09/05 17:29:41 rt 1.5.196.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eefd04d421569c2ff7665306777836243d218280]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 14:05:07 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [249833d30cf2246ab96336c756591fe66bc178b2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:33 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37c7d3a7c153af70fd7bc70d4c0bf1a5ecc609eb]

        INTEGRATION: CWS ooo19126 (1.3.140); FILE MERGED 2005/09/05 13:55:25 rt 1.3.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfe1f35f40837ae20e9ba0dd06571a8ece209990]

        INTEGRATION: CWS ooo19126 (1.16.40); FILE MERGED 2005/09/05 17:29:41 rt 1.16.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2089bd793ccff4c25dcfa2e4ed78056404b15f54]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 14:05:07 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da976945ddd31894eb7c0077edc687b0f9e6abf9]

        INTEGRATION: CWS ooo19126 (1.3.144); FILE MERGED 2005/09/05 10:41:33 rt 1.3.144.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42eedc26d9a36e6012904fc1d6828803d39ec756]

        INTEGRATION: CWS ooo19126 (1.7.64); FILE MERGED 2005/09/05 13:55:25 rt 1.7.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [92868cd1cdc29cbf4eaf595129f9a13561acd4e4]

        INTEGRATION: CWS ooo19126 (1.23.16); FILE MERGED 2005/09/05 17:29:40 rt 1.23.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eaf1a43b3906e35a63ef7608b9022a834d938b9b]

        INTEGRATION: CWS ooo19126 (1.2.116); FILE MERGED 2005/09/05 14:05:06 rt 1.2.116.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [138a471f7bd68e1c9b5cf989db5e662527aef687]

        INTEGRATION: CWS ooo19126 (1.5.122); FILE MERGED 2005/09/05 13:55:24 rt 1.5.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3fb856d5e737dccacb00f9173aae608f308caf6]

        INTEGRATION: CWS ooo19126 (1.15.24); FILE MERGED 2005/09/05 17:29:40 rt 1.15.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [214f38dd8eaad8427799aa41da2ed4332a3482e9]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:41:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0d8054b70de7ce46d47a720156bce94fd55894d]

        INTEGRATION: CWS ooo19126 (1.3.104); FILE MERGED 2005/09/05 14:05:06 rt 1.3.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3dc52d49572246ff9738c57eaf6b5c8a13a2e2fb]

        INTEGRATION: CWS ooo19126 (1.14.92); FILE MERGED 2005/09/05 13:55:24 rt 1.14.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78a5bdbd58994ec23562664740a3aa2735db598c]

        INTEGRATION: CWS ooo19126 (1.7.194); FILE MERGED 2005/09/05 17:29:40 rt 1.7.194.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ccba7ff87c48da695d983e0e2fee9a5817075223]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [407432db8fa335b6ea93bbd5b6698902b1554f24]

        INTEGRATION: CWS ooo19126 (1.11.48); FILE MERGED 2005/09/05 14:05:06 rt 1.11.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c86877cfdfdf474ed6f19431932f8f34bf20bdf4]

        INTEGRATION: CWS ooo19126 (1.3.242); FILE MERGED 2005/09/05 13:55:22 rt 1.3.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80a8cf713c9b5818b862f86b5cc6dfb7b3ba5f97]

        INTEGRATION: CWS ooo19126 (1.19.16); FILE MERGED 2005/09/05 17:29:40 rt 1.19.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cac303e620757e32d586b08c406d1ccadac26e6e]

        INTEGRATION: CWS ooo19126 (1.7.104); FILE MERGED 2005/09/05 14:05:06 rt 1.7.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e18f9e649a1143ca807f969f7e844f2a9680e047]

        INTEGRATION: CWS ooo19126 (1.4.312); FILE MERGED 2005/09/05 13:55:22 rt 1.4.312.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b605ecacdfcfa7ffa417129eea28d81d4eddd3c8]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:29:39 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fab1d4e1863b4e2cf00ef330aeb6baca617de127]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 14:05:05 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d77706855736952fdc5e38c41e7927349737782]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 13:55:22 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b57a02642809604c208ea3574f6ac94840a15e29]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 17:29:39 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48934fb5dc4d42140829cd783b5b190a0aa0b1e6]

        INTEGRATION: CWS ooo19126 (1.4.380); FILE MERGED 2005/09/05 13:55:20 rt 1.4.380.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2780da6dfe47e4aba7f4a4117f01465e7993954]

        INTEGRATION: CWS ooo19126 (1.12.72); FILE MERGED 2005/09/05 17:29:39 rt 1.12.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5835e066aa2c96b06f61ea8b08bc8247c4fe48c6]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d013baa17f9d98d7acfeda6b607ee6d600a07de0]

        INTEGRATION: CWS ooo19126 (1.2.244); FILE MERGED 2005/09/05 14:05:04 rt 1.2.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3ac1de0f5e188c7f01e0d4b95e2ef518ee184fa]

        INTEGRATION: CWS ooo19126 (1.2.380); FILE MERGED 2005/09/05 13:55:20 rt 1.2.380.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66cf94994d8a144aaeb49e434bc89e3beee1769e]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 17:29:39 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d2dc50243f7dbca1e3f9171fcf28ee732bb376ff]

        INTEGRATION: CWS ooo19126 (1.12.24); FILE MERGED 2005/09/05 14:05:04 rt 1.12.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [227e25cab3634c9c36cb5fa1840c153adcfb0941]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 17:29:38 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1713974c65ea4f615e1ea4e261e7293ab5502f3]

        INTEGRATION: CWS ooo19126 (1.4.104); FILE MERGED 2005/09/05 14:05:03 rt 1.4.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c82a158d4509b027ee6edca0abe1f700dbd20ec]

        INTEGRATION: CWS ooo19126 (1.10.126); FILE MERGED 2005/09/05 13:55:19 rt 1.10.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1bbb340a13cad5047e9443cc558cd00cdb3e1f4c]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:29:38 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cbea01fb2228e8c6375ca8c2be6f584965e7fd7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:30 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [61f3369f2dfc9224e07bd83b7d4a8d50ae72983b]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 14:05:03 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d4729f3ec72a561a3ed836253899c915adaf202]

        INTEGRATION: CWS ooo19126 (1.16.126); FILE MERGED 2005/09/05 17:29:38 rt 1.16.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86e0ebf42020d5898ff38a6d42be3b82c896fa9c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:30 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ed94bc77721e197aad8c4af2144e8b2109b1958]

        INTEGRATION: CWS ooo19126 (1.9.70); FILE MERGED 2005/09/05 14:05:03 rt 1.9.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9399a4d0e6b60b5af73e2f0807cb4865c52fee83]

        INTEGRATION: CWS ooo19126 (1.3.238); FILE MERGED 2005/09/05 13:55:18 rt 1.3.238.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c33a71ce8c28c052f8a5cd875464d036d26fceb8]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:29:38 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68a1059a0c876e9f7fb121ec18d909ffcd6dac64]

        INTEGRATION: CWS ooo19126 (1.3.70); FILE MERGED 2005/09/05 14:05:02 rt 1.3.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3c1d8e91a153eb1ff741b6c92e89049dcff01ad1]

        INTEGRATION: CWS ooo19126 (1.3.378); FILE MERGED 2005/09/05 13:55:17 rt 1.3.378.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb676540798e7a5e369f774be9ca2cfa61af2b2b]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 17:29:37 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9bb52e70a6e4aaa4b5dd56ff3bd8bb4e42075089]

        INTEGRATION: CWS ooo19126 (1.4.70); FILE MERGED 2005/09/05 14:05:02 rt 1.4.70.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed248bec858f724bee04ecf8ba1c439d18e6e82d]

        INTEGRATION: CWS ooo19126 (1.3.196); FILE MERGED 2005/09/05 17:29:37 rt 1.3.196.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26140308146b9c09502d8f2691c4bca1c550b13a]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:29 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81379cf06caba7d6e68a76ea85b6fb5005f09b71]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 14:05:02 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a814d69d94ccccd12865b62bcf57ececb23aab7]

        INTEGRATION: CWS ooo19126 (1.13.52); FILE MERGED 2005/09/05 17:29:37 rt 1.13.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5800e5f8b269a5fecfba370e27677f9862e12c20]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:05:01 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd22723fbb9fdc2e89c57cb235f3e4d1ffcf9c11]

        INTEGRATION: CWS ooo19126 (1.17.56); FILE MERGED 2005/09/05 13:55:15 rt 1.17.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [44df258e38155ebff16da20e3731b30c1ae714d1]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 17:29:37 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1affe8489e8a601fa9f1ec8f11ed6a922628f918]

        INTEGRATION: CWS ooo19126 (1.13.52); FILE MERGED 2005/09/05 17:29:36 rt 1.13.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49a230a9b5d7ffa539af6f54022a32363f575473]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 14:00:32 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd535b3fb01645e1f3fabbb9d33e600b04042da2]

        INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGED 2005/09/05 17:29:36 rt 1.2.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a1f3611eb84cc8fa7ed7f0e6ac59481be0e719f]

        INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED 2005/09/05 14:00:31 rt 1.3.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [235ea07ed1f306328a21d62805778760f127324c]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 17:29:36 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7bbfd737bdd320aec0aadd64b39e79fce346c25]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [302b05c3ea3cfc214fd007d2410f4b7ae773d83d]

        INTEGRATION: CWS ooo19126 (1.3.48); FILE MERGED 2005/09/05 14:00:31 rt 1.3.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc91133dcc703974292bc5266a0d957f94364404]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:29:36 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [217a28b7226015cedc0fb262c46ecb36248fba5c]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 14:05:00 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48b3d17e277c7ae71c55c0387cce91525984725a]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:31 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d1b2dc627bf8811ac013beb26e069c2fd3daf90]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:29:35 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9dc390e51857848001c0aa6a6329909d7d182f5]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 14:05:00 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ebb0472fca8e49327be8c1e9d0e860c85b214799]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:30 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53bb1b4773a6f99a96fd497aa107137060865d3a]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 17:29:35 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbdeef9a3ddbcc8272898817c9db5870ac69e475]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:59 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [671df6e1ebf780f95ca9d580c8b4886c68469b82]

        INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 17:29:35 rt 1.9.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [255b4de62d03ad5d8fb1b1110f297df18a5c8bec]

        INTEGRATION: CWS ooo19126 (1.2.80); FILE MERGED 2005/09/05 14:04:59 rt 1.2.80.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ba4114ad0ff9bd1beb54a6f0618bd2da8eea0fd]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 14:00:30 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a9c7b175d7ca86711cc7d126506f72697ad7d0d]

        INTEGRATION: CWS ooo19126 (1.6.16); FILE MERGED 2005/09/05 17:29:34 rt 1.6.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93a9ce7f65db7972fc98794c1aea79338a54987c]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 14:04:59 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b877862070a3553abfaa4c5de65eab50608d5083]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:29:34 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f0667208eb63178f3d6365bc03b38350e1b055f]

        INTEGRATION: CWS ooo19126 (1.11.38); FILE MERGED 2005/09/05 14:04:58 rt 1.11.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e34b58ec1419369a4880ea48fd95bdc78c25706d]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:29 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b5c609baf4cb579d0951bc587254e515c5d7398]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 17:29:33 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a71973da018b6adfe73e5b2455d6c4b33ab5dc9b]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:29:33 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c4fa70722c6656b9af34d3cc3c7fb92bea490e5]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:26 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [256669d397c0eeee8cdd117b89ae75440b1775ff]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 17:29:32 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [927116ee6011d51208c386d14c42b203a9c2fd97]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:29 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ad2ef5bf1a3ac44d38d82d413c2dfe67e4e73b7]

        INTEGRATION: CWS ooo19126 (1.4.40); FILE MERGED 2005/09/05 17:29:31 rt 1.4.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3bf77776110cefb2cee0cdb826642753ddcb029]

        INTEGRATION: CWS ooo19126 (1.3.46); FILE MERGED 2005/09/05 14:04:57 rt 1.3.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4c447bf3d06feae764c9c77a0f5ca7fd3213290]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 14:00:28 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9acf39cc16f670a5176167b224b2e7ec9a9ae0c3]

        INTEGRATION: CWS ooo19126 (1.9.16); FILE MERGED 2005/09/05 17:29:31 rt 1.9.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5483bca2f9f1965d5cd68a6cce245f1ed9c89b8d]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 14:04:56 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c2848a51f718471951bfa22308bf538e3ccf6cb]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 17:29:31 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbd2bef8361580d9700fe504018e6b44167d3efa]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 14:04:56 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [419e0c79b45aa3e6dacb9fcec13fd078dfb5e04c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:28 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ef52b357d63a68030e31f44d46635cce04c3d33]

        INTEGRATION: CWS ooo19126 (1.2.202); FILE MERGED 2005/09/05 17:29:31 rt 1.2.202.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [236af785cdf16b22391445a83f8ba829321b6e3c]

        INTEGRATION: CWS ooo19126 (1.4.64); FILE MERGED 2005/09/05 14:04:56 rt 1.4.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5b8f3d529bf5f9e6ca707ded9ece983d1afc1999]

        INTEGRATION: CWS ooo19126 (1.2.166); FILE MERGED 2005/09/05 17:29:30 rt 1.2.166.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b66ebd95277a73b2c42516623a32b611ae878899]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:25 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58e0ba47b9d574e2ca4a7520fe8ed47944af8922]

        INTEGRATION: CWS ooo19126 (1.2.124); FILE MERGED 2005/09/05 14:04:55 rt 1.2.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [397f9ec19f8442112df41b6199ea0de42c917f80]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 14:00:28 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [866ab47652935f7f83564878d284c46d12e66073]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45d76fc08a68d2ff6973650b7122c251f2f1a5dc]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 17:09:13 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1baa1f9db8585d9e3dcdb57464575695370215b2]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f50a8a936717424de3ffd36f09f60775bb7176b]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 17:09:12 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43544b11f569b0df7f97c2550235cfc42ab3887f]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:54 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [502632fd145b4fa15e7664d98abc76a76476db68]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 14:00:27 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5796dc9b38a94bfbaecad05ff484c66fd97a7221]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:23 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74b2f4ee0ffe5f2cef4b9710c904d49cf1e9de48]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 14:00:27 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5f9a5d25084bd69d66abfa575efdb03fb455439]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:04:53 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b8107a0d74fde243b91ba0c76045c43a36afdd4]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:23 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b059d4f9e2c346948bff6cbad75238387e36ed78]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:53 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c67ea618fb1b3be9b89956435df8717aabc0b2d2]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:09:11 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea6fce045f04820a640fdf9aaac766f12dfe610a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:26 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1604342c6cbf4baa306ec76bf57ff9c3539f8acb]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:22 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1128d71b5172d260ac82cf5bd92680bb1f475ad7]

        INTEGRATION: CWS ooo19126 (1.2.32); FILE MERGED 2005/09/05 17:09:11 rt 1.2.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c085730de76e8037e7c6041c73974f951bd51846]

        INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 14:00:26 rt 1.4.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b9e3a131d0fc0ae6af33680850583a0c7e10546]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59dd227e9d327916d2d38b013bb64ab085de903a]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:09:11 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c8798037765b5c3f75daa4426378fa4aad86adc]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:52 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a12a70b6ce936ef526a1e7485fac8819f9f2c29]

        INTEGRATION: CWS ooo19126 (1.3.54); FILE MERGED 2005/09/05 14:00:26 rt 1.3.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0afb0f602dd08c485149d710c81d3364d2ec7f2d]

        INTEGRATION: CWS ooo19126 (1.6.94); FILE MERGED 2005/09/05 17:09:10 rt 1.6.94.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [994d83d400b66c030bf3a892981c5f6a86454fae]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 14:00:25 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [631ca1de2cea4747f0930592788db7897c1c57c0]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:04:52 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4c584db6e96cc8378936e9e6089293dd2a9553b]

        INTEGRATION: CWS ooo19126 (1.4.88); FILE MERGED 2005/09/05 10:41:21 rt 1.4.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74326f51b77a6c26c8fa123417622766c4f21454]

        INTEGRATION: CWS ooo19126 (1.13.32); FILE MERGED 2005/09/05 17:09:09 rt 1.13.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b15d4ccad69c26f3075b8ccd719cd194778b85cb]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 14:00:25 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [729a83ecd09ac1becbf6d17cf60ea170ab71e4c8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:21 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7fa4fe72a99b689a0b0bc6abc7246b51ac1a1e0c]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 17:09:09 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [656cdeb7fd0b5cf186a1d23996b22393283e8a4a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:25 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2502c52a8e3b1cf2a0eeea29b58c674237f96a5c]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:51 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae9afc211e9541645a6174955e6e1a950cd54713]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 17:09:08 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55f573226a6b4ad6ce636d3e91ad1c012a3e8778]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 14:04:51 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c58bbd1a97985db122da935087ef521f05f2226]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 14:04:50 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [000f273f66d02210902ae5e86087dd21d27cc806]

        INTEGRATION: CWS ooo19126 (1.4.94); FILE MERGED 2005/09/05 17:09:08 rt 1.4.94.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36c300570d82bd379862cecfe09b0b0e15fface1]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 14:00:24 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8d6cbd67a020fe83501e1297c4b6f56902348f9e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:20 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59c4d96e6806e73b5f07e7482b3591263c45de63]

        INTEGRATION: CWS ooo19126 (1.9.8); FILE MERGED 2005/09/05 17:09:07 rt 1.9.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95ff18221a78fb6936e9b511ebec41d1f2cbedd1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:23 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ada09959962235909ea8003ef64f309b7da4bc70]

        INTEGRATION: CWS ooo19126 (1.2.150); FILE MERGED 2005/09/05 14:04:49 rt 1.2.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3adcbeb9140f67cad751d9e2e373833111a5b4f1]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:23 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [177bb3564a0d9a6a840f3e998599f3676f3f7569]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 17:09:05 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [468b906cb0ab613e385b7b9c397f0db61dc74e5e]

        INTEGRATION: CWS ooo19126 (1.2.36); FILE MERGED 2005/09/05 14:00:22 rt 1.2.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c30b952b4cdaa0c5afda66910f5909301ad1c7e6]

        INTEGRATION: CWS ooo19126 (1.2.150); FILE MERGED 2005/09/05 14:04:48 rt 1.2.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f14493d6ef3062324676cdbecfcefaaaa5594308]

        INTEGRATION: CWS ooo19126 (1.3.36); FILE MERGED 2005/09/05 14:00:22 rt 1.3.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e54174c677fb3a2249af983ca96f442f4f9a1ab]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:04:47 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [111475bd5ffe1aba0f6961afe68f6575a9981fe2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:19 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a898c8f537e046ef27aa645e444bbed6bd76c03]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 17:09:03 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4d7f584aabd58d9ed1dcbbac8d84ef0e92624ed]

        INTEGRATION: CWS ooo19126 (1.3.56); FILE MERGED 2005/09/05 14:00:22 rt 1.3.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [77e0fc73ee1d6dce014528554497f17ed49f9e6b]

        INTEGRATION: CWS ooo19126 (1.4.78); FILE MERGED 2005/09/05 14:04:46 rt 1.4.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b6b8309988b55fb8ddf80049c6044c4b5279c22]

        INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 17:09:02 rt 1.5.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17d1d7c659df0e8ed61837d00e2090b26d206314]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:04:46 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5327ff2e5eb921ce90500c942c2f5286a44cb12c]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:18 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea6761b41ebbae1444d2c3bd7417e4d37f2223e7]

        INTEGRATION: CWS ooo19126 (1.13.28); FILE MERGED 2005/09/05 17:09:02 rt 1.13.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9cbfdd2c463f625f09222bdb1c2d6457cece6893]

        INTEGRATION: CWS ooo19126 (1.3.96); FILE MERGED 2005/09/05 17:09:01 rt 1.3.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a873cd0f615299dbce6cc0988904ba13677241e1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:21 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca6bc38a875bebe17f849752675a2545986b3e82]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 14:04:46 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e08e9ef5f550693c1085bc49ee2971d83758f09d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd92239df9ffbd4166a02b999588da7a829a067f]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 17:09:01 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4558b29204bd4d1eef926b14d699766b8ab114e0]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:21 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56e3b4cc3a618dfc6d3a74aad0eec461145faa3d]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:04:45 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [818ecd6fcf4a5193c4b81c7ea1efdec4e94a5764]

        INTEGRATION: CWS ooo19126 (1.4.46); FILE MERGED 2005/09/05 17:09:00 rt 1.4.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1b0918d0b137b111720ebe27ee4002d3d64fb88]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:20 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a92eb8b54a530c0fa9e99e8a5b0a4fe1c841a77]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:20 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ab0bc9b3017a826fce061f7e8304968fce846ad]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 14:41:21 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5db3ecf232851259dc0bc3aa3748a04c14d67db4]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:44 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b906a1c2d7e14f46fad907bf1a4f128e578bdf0]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:04:44 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1f7dfcecd318c2628a579a017129ca8dfacb72d]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 14:00:20 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10d31b047385f61dc20c5549c86666581ac1a11b]

        INTEGRATION: CWS ooo19126 (1.11.10); FILE MERGED 2005/09/05 13:52:42 rt 1.11.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d5b0f66867e4d6441bb21e615fa13d675d589335]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:17 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [248dd8c0c7429bef827b5f905976877fe9e3231c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.64); FILE MERGED 2005/09/05 14:00:19 rt 1.1.1.1.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [894a67f8a05419b5d9d670bc6ebbb5915c088334]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 17:15:19 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24087114a8a7135a0a6d04082a2d1ec91868d358]

        INTEGRATION: CWS ooo19126 (1.3.122); FILE MERGED 2005/09/05 14:04:44 rt 1.3.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b9e96401acc35657115b031e28f9fab48c95d45]

        INTEGRATION: CWS ooo19126 (1.4.36); FILE MERGED 2005/09/05 14:00:19 rt 1.4.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2646962f96a9c220c7fff6bcfef37e4775ce01aa]

        INTEGRATION: CWS ooo19126 (1.8.36); FILE MERGED 2005/09/05 17:12:30 rt 1.8.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d07037422e1ca582eb931b147b3bc411a18d356]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:04:43 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [28c9ad1477166342d0e8afda5d417b162b2929a4]

        INTEGRATION: CWS ooo19126 (1.2.60); FILE MERGED 2005/09/05 17:12:29 rt 1.2.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [274beea14291c5b64b513c381b1e717da5a34bc8]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 14:04:43 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8aed71677e851f4a13627fbb8bf93c169fedbcdb]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:16 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1938f2c9e6ec6165d5626b2ff36f327490ce3f32]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 17:12:29 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff2b258acea3b3b15426c952a3aeb6ac9e83d89c]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:04:42 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1771738c93514af7e8b89e5e4c2306982e418fd1]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 17:12:29 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1bbcdf0a5498fbe4d23653f8f343e393bb80ed62]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:42 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88f85ab3c5e15400200dfbb9e7e275461f16dec7]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:15 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72af3c9702439d2d46b644a34025fa166ec013de]

        INTEGRATION: CWS ooo19126 (1.22.6); FILE MERGED 2005/09/05 17:12:28 rt 1.22.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [387f09885d75c3c53ef5b11fe0959ec449f8b072]

        INTEGRATION: CWS ooo19126 (1.3.78); FILE MERGED 2005/09/05 14:04:42 rt 1.3.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [408537c93517bb29c50a7df0e8503331a11405e6]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 17:12:28 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0749eabe8739a822c5f67dc8c52166261dff9e6]

        INTEGRATION: CWS ooo19126 (1.2.122); FILE MERGED 2005/09/05 14:04:41 rt 1.2.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [edd065aea3d78513663193df3f67b9fa7d96bd44]

        INTEGRATION: CWS ooo19126 (1.2.78); FILE MERGED 2005/09/05 14:04:41 rt 1.2.78.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfe20b45330a509acc0d47a6eba7cd491930fc9c]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 17:12:28 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d226ea92bca562e7a3d932908c7a92d1e7a50b8a]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:17 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55910e73a11066eedfe208f2a9ef0ca7a1b9ab7b]

        INTEGRATION: CWS ooo19126 (1.6.34); FILE MERGED 2005/09/05 17:12:27 rt 1.6.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e67eab7ee4690734f7862efebe66df343b9a61c]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 14:04:40 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23ebe05c059df648103b68f3599a7c33227b05dd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:14 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [062238de3bdc5850c50e6ac4bd86a2e261b5765d]

        INTEGRATION: CWS ooo19126 (1.2.56); FILE MERGED 2005/09/05 14:00:16 rt 1.2.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7500d130378362249fe8ca7e1af84a0d5039babc]

        INTEGRATION: CWS ooo19126 (1.23.34); FILE MERGED 2005/09/05 17:12:27 rt 1.23.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7377dd4746f1a2a3c5f4a8af14fdb411792bd3c8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:41:14 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [026b9b7c0d52e9c09e09cbafca1db508c0315ac2]

        INTEGRATION: CWS ooo19126 (1.17.4); FILE MERGED 2005/09/05 17:17:31 rt 1.17.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c3c6a49c00caa0fbf2893ec8faece8f5baa1db7]

        INTEGRATION: CWS ooo19126 (1.8.34); FILE MERGED 2005/09/05 17:12:27 rt 1.8.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7939a2bc2d799e5feac92b6f54ceb46e62c0118]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 17:17:30 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4ff64298926bbdada55adeb06ebb855174496c9]

        INTEGRATION: CWS ooo19126 (1.14.32); FILE MERGED 2005/09/05 17:12:26 rt 1.14.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99234abb58ea4ff83cd964318d66a31a4110c2a5]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/06 13:06:20 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f417783fd6bf320bd48b85a6f8bef733fd094b55]

        INTEGRATION: CWS ooo19126 (1.7.20); FILE MERGED 2005/09/05 17:17:30 rt 1.7.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d0947b84eb5dfa5977407182b9a9c4bb1e831c5a]

        INTEGRATION: CWS ooo19126 (1.4.34); FILE MERGED 2005/09/05 17:12:26 rt 1.4.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7588d4d08e94cdb708207d1ba48e5b656fa64207]

        INTEGRATION: CWS ooo19126 (1.38.210); FILE MERGED 2005/09/06 13:06:19 rt 1.38.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b95b9dde103a2e4b4da51b063c24588984e7eb32]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:13 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8024a7f0b56b29abc0f9fa9cb7f59906043e94f4]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 17:17:30 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d49e56210f464da1c0594fdfad8b209665f618a8]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 17:12:25 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bddcbd739b9e6616ab03843256837a0cce888d2c]

        INTEGRATION: CWS ooo19126 (1.16.338); FILE MERGED 2005/09/06 13:06:19 rt 1.16.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42b54c109089e558b4b54c4825d0e57c3d8f7fba]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:17:30 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c38cc04d788547cea7482ce831d177ff7774ae2b]

        INTEGRATION: CWS ooo19126 (1.56.132); FILE MERGED 2005/09/06 13:06:18 rt 1.56.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7cc51b083702af983aea080b2fe43521d0110408]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:12:25 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1eb33ac331d8250c2adb6ccaa7b08d4231839e68]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:17:29 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [40281b9a25a7211d12a917533396761fd66d1c31]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfe91abda2572e9252a3fdc6b624c98bfe76ed66]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:12:25 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b067b371b031bf32052b473fa6e6aa1a323e1f5]

        INTEGRATION: CWS ooo19126 (1.18.88); FILE MERGED 2005/09/06 13:06:17 rt 1.18.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [477180b51466019e1b5ca5396d885e5b364493ef]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:12 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e4c604a718bd3fd08912f24b3e41b44315f506f]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 17:12:24 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cc6b225cf65f5b8cec33fd7cc77e9fe12e2156b]

        INTEGRATION: CWS ooo19126 (1.11.132); FILE MERGED 2005/09/06 13:06:17 rt 1.11.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5eda7e3940b2a63b441fe00ddfb318fc1f8a2b7]

        INTEGRATION: CWS ooo19126 (1.10.60); FILE MERGED 2005/09/05 17:17:29 rt 1.10.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3316806d80b8c1030a751de604901cb5f08adad]

        INTEGRATION: CWS ooo19126 (1.111.86); FILE MERGED 2005/09/06 13:06:17 rt 1.111.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c14511058524ea5bd5574751c64dc3a887f52967]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 17:12:24 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05f848771a0695e4279eda3d6127ecccd0006719]

        INTEGRATION: CWS ooo19126 (1.18.18); FILE MERGED 2005/09/05 17:17:28 rt 1.18.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [041d328d38fac272a5ae1a382f72364577506a7c]

        INTEGRATION: CWS ooo19126 (1.2.566); FILE MERGED 2005/09/06 13:06:16 rt 1.2.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa78ad6a0524c27e9c2a50e422a56130c390d8ee]

        INTEGRATION: CWS ooo19126 (1.6.26); FILE MERGED 2005/09/05 17:12:24 rt 1.6.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dbc204a6a0d775431110ef6b54163871f8a97737]

        INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGED 2005/09/05 17:17:28 rt 1.4.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [769591cecbc6a7b19ca8b58c735a9e1b22e5258b]

        INTEGRATION: CWS ooo19126 (1.46.172); FILE MERGED 2005/09/06 13:06:15 rt 1.46.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [562da340d6e16ff57151de0a562a45fb0c985c39]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 17:12:24 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [374cd6233535640ff10f4dde209aa707200e8f49]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 17:17:28 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d4e5d5a4f0e3eb6099e022eab1bacd3414ee712]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:06:15 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b1de5c252b6585cf8927080f9dd8978eb3ed202]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:12:23 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [157b15c00a4c6d16454d24c3b1074ac803d9e43a]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:17:28 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a27aeb2ab4886e7483d8505acdf20a2e9fb758c0]

        INTEGRATION: CWS ooo19126 (1.6.1048); FILE MERGED 2005/09/06 13:06:15 rt 1.6.1048.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53d8437003a72ad032f32f9a0cf0c415453a21de]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:17:28 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7800ac5ab4bef317e61bf3b3b471cf450cefe08a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:41:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5befa17b63cffb012e33fd3280560007dba38916]

        INTEGRATION: CWS ooo19126 (1.17.26); FILE MERGED 2005/09/05 17:12:23 rt 1.17.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e39e2dfaf4c72e0c3a449dae78640693ce614aad]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:17:27 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [631d692d8073d8d7392fe44aee528f58c6bbf2b8]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb47752c57de7675b7057a345cc0b11b1cdc33f7]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 17:12:23 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08c39b6c32ee20798116e454dddda87a08887685]

        INTEGRATION: CWS ooo19126 (1.75.150); FILE MERGED 2005/09/06 13:06:14 rt 1.75.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd2d114c836c67f1e3aa8ed8c94413e343273d90]

        INTEGRATION: CWS ooo19126 (1.7.4); FILE MERGED 2005/09/05 17:12:22 rt 1.7.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30f2f8638d3d324e7681c740d948fbe05ff2bd5f]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:27 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5a83fb6e0265d6d9dd2b9548124231b64cc34028]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:12:22 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1194d4e39a4b03fff89733efd6f30b96c97ccd2e]

        INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 17:17:27 rt 1.5.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2fa98c6d52a9f6a837495a14252b689ff92d2bfd]

        INTEGRATION: CWS ooo19126 (1.61.132); FILE MERGED 2005/09/06 13:06:13 rt 1.61.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0174eafb600a663b79a66d0a19aec8a4499c9e87]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 17:12:22 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b72075226ac901ddfbfda269b9b525f76072a57]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:17:26 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc31b5ddaca48a468d75d2313aadf7d5d90f9abd]

        INTEGRATION: CWS ooo19126 (1.14.2); FILE MERGED 2005/09/06 13:06:13 rt 1.14.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79d1b2a60fa838005b3b7de700945b847594c494]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:12:22 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88888eeb0abbe40df3833c28e419037bcd908425]

        INTEGRATION: CWS ooo19126 (1.11.564); FILE MERGED 2005/09/06 13:06:12 rt 1.11.564.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d077e7b6a07568cc396634ce0d6dc02e013ef677]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 17:12:21 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bee5d9711c3d8a11e65ef4b8639055b35ed79a33]

        INTEGRATION: CWS ooo19126 (1.17.40); FILE MERGED 2005/09/06 13:06:12 rt 1.17.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f493f3f25cd8fbcf677ca81d0b2d8b234917528]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 17:12:21 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e201f64d0b1323140cf1430be90e6ad747d35d7c]

        INTEGRATION: CWS ooo19126 (1.10.154); FILE MERGED 2005/09/06 13:06:12 rt 1.10.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fad1784e32343a895e18831c7767279c71479dff]

        INTEGRATION: CWS ooo19126 (1.8.26); FILE MERGED 2005/09/05 17:12:20 rt 1.8.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0edaa1b6217c910b438d857c0a1792d5c9df8f63]

        INTEGRATION: CWS ooo19126 (1.13.34); FILE MERGED 2005/09/05 17:12:20 rt 1.13.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b98997ed82cfbcf5b3b59a7231cf268d32435115]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:17:25 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f70168ae028df48e5e29b3071aa15d906ccc014c]

        INTEGRATION: CWS ooo19126 (1.12.34); FILE MERGED 2005/09/05 17:12:20 rt 1.12.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f30fc90d1e89843db36c65ad7f3f4527e49ebcdc]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:25 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d15e442754bfa411c3cd33810534e683c9d1ecb5]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:24 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d70a15383e54f5d95c896ac31d3ce6398ff4fd54]

        INTEGRATION: CWS ooo19126 (1.14.18); FILE MERGED 2005/09/06 13:06:09 rt 1.14.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1d32c46d6891b2dd64ea3a16103348a71c8c09e]

        INTEGRATION: CWS ooo19126 (1.11.20); FILE MERGED 2005/09/05 17:17:24 rt 1.11.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea95db6d6fc24c5a12b2318656930607b6677285]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:41:07 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98bdde7a5b22377490264b34dacef732a83d2c3a]

        INTEGRATION: CWS ooo19126 (1.22.20); FILE MERGED 2005/09/05 17:17:24 rt 1.22.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1bb2d164ed34f97898a5eaf387f38452c61389e7]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/06 13:06:08 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b27637bcb4af3eb6ef5848e352028b228ed32e98]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:41:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1027fed568d78530820a7e59e5f4d18306b2f678]

        INTEGRATION: CWS ooo19126 (1.15.32); FILE MERGED 2005/09/05 17:17:23 rt 1.15.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [793a86d72507e3c52237874d590cbb15e20dd4af]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/06 13:06:08 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49062b89d4418b2527a24f1be425f417059f855a]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:17:23 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f9abf8fb3286f9b4c8662f9c83c8e922609b0f14]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:12:17 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca6e5d053b206293be6a22509e7aa9e990ab972b]

        INTEGRATION: CWS ooo19126 (1.10.32); FILE MERGED 2005/09/05 17:17:23 rt 1.10.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42900fd71a47caa418cac8d8a31af3b932f1307f]

        INTEGRATION: CWS ooo19126 (1.79.156); FILE MERGED 2005/09/06 13:06:07 rt 1.79.156.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba477db7193c4370b5f2515494e75b19192bccb2]

        INTEGRATION: CWS ooo19126 (1.2.72); FILE MERGED 2005/09/05 17:17:23 rt 1.2.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef1b9a81cbe6f7f7b8b2ec55a232cfdc9d2919a6]

        INTEGRATION: CWS ooo19126 (1.2.118); FILE MERGED 2005/09/05 14:41:00 rt 1.2.118.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1485ec7d6b629f6b7659feb08f4b213711f1122e]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:17:23 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98c970833ec79b17f432659741c5cbe2e50d4844]

        INTEGRATION: CWS ooo19126 (1.3.106); FILE MERGED 2005/09/05 14:41:00 rt 1.3.106.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60a3e947968cff2459272b094a1218079f382d67]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 17:17:22 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ea555551ebd9c5f6a61f23ba0741de8762b839e]

        INTEGRATION: CWS ooo19126 (1.39.154); FILE MERGED 2005/09/06 13:06:05 rt 1.39.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf6df284bc600f8b21203a39f112a612c0de6d74]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 14:41:00 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a39f757bf1bb3bb45b64dfb49981bb6af577748e]

        INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:17:22 rt 1.3.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00260ccea89f047a5061def20198549f99b2c01c]

        INTEGRATION: CWS ooo19126 (1.1.134); FILE MERGED 2005/09/05 14:40:59 rt 1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3c78760c159e1cafb95543aa896a746b07d9df40]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:17:22 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea443a253ec87cc908c3e62e44fce61aa274dd5e]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:21 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45b2b6d4ed947a22e33726d1ab805e925d1a80cc]

        INTEGRATION: CWS ooo19126 (1.1.134); FILE MERGED 2005/09/05 14:40:58 rt 1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3c6ca61c895de339f72b0a7d12b1a0f5d344c00]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/05 17:17:21 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [086ce7d93974c59d693d891f2476211a7d3670cc]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 14:40:58 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3f036a8bed0d3ff10969557bc37bb96ca9c54f0]

        INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 17:17:21 rt 1.3.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74fb4b1baf86ad76925653fcc776f110da1176e6]

        INTEGRATION: CWS ooo19126 (1.50.58); FILE MERGED 2005/09/06 13:06:01 rt 1.50.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcd507453dae74e9700cdd7bdef5f5f7a553bb39]

        INTEGRATION: CWS ooo19126 (1.8.4); FILE MERGED 2005/09/05 14:40:57 rt 1.8.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10e17b7af55433e8ebb86400d73c6c4175edce8d]

        INTEGRATION: CWS ooo19126 (1.2.160); FILE MERGED 2005/09/05 17:17:20 rt 1.2.160.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3da231b2bc2646db0d15584c04f1a6b548aa09b1]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 14:40:57 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9a7bd64cc20b4127b742fe73adc191e306d7f72]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:40:57 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6941b4f252cc9cfafa352bf643c96127f5488b90]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:17:20 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cb6d41bed9b1535bcab9375ef7c91f35ddbb069]

        INTEGRATION: CWS ooo19126 (1.6.270); FILE MERGED 2005/09/06 13:05:59 rt 1.6.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29a2d4f90355923e6648e0559312611939f4ad73]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 14:40:56 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c3d85c824e1cdb1f5e1d0e360fc3a8f187f72996]

        INTEGRATION: CWS ooo19126 (1.4.72); FILE MERGED 2005/09/05 17:17:19 rt 1.4.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef995fcd2ffb4ab283909a5198deb95a543d3ccb]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 14:40:56 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af2a3b6adbf7cf4cf9968b8830e303a759c083e1]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:19 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b05deb32048b3975dc1fd0988e50173d41200a20]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 14:40:56 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7aa1d503fa7f39b0619b4dec5abfc90c8cac4325]

        INTEGRATION: CWS ooo19126 (1.24.338); FILE MERGED 2005/09/06 13:05:57 rt 1.24.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b2ac5643a45cc0ce40b5e00390911c2ec6dd7ba]

        INTEGRATION: CWS ooo19126 (1.8.210); FILE MERGED 2005/09/06 13:05:56 rt 1.8.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7f87e07fd16c84feea4cd3b399ed05642af8d24]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:17:18 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [369fe27bc9de8bf56e916806ffc17d1bfd833319]

        INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGED 2005/09/05 14:47:54 rt 1.3.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0576b9d4f4cd1d8133ebc503d42c072a3fcf12b]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:18 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef68f2ebab4984545b9407a07855587b20e3d848]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 17:17:17 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85f04a4965e48acb57207d5cb4668e2cc1e5ada6]

        INTEGRATION: CWS ooo19126 (1.6.2); FILE MERGED 2005/09/05 14:47:53 rt 1.6.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2e5cedbaee9add8281becac0c78248bcd77047f]

        INTEGRATION: CWS ooo19126 (1.7.270); FILE MERGED 2005/09/06 13:05:54 rt 1.7.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1fe544ca111d3af35407330247e1799323ea9c78]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:17 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5695685aa8d480e2493f4c1a9a51e0641c25f38d]

        INTEGRATION: CWS ooo19126 (1.13.92); FILE MERGED 2005/09/05 14:47:53 rt 1.13.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [686d3e7f7341c44170db096861ce947fffa0e82c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.126); FILE MERGED 2005/09/05 14:47:53 rt 1.1.1.1.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac326e5d5a89a13b042697790df802b752b40e08]

        INTEGRATION: CWS ooo19126 (1.6.288); FILE MERGED 2005/09/06 13:05:52 rt 1.6.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c53caafc290267bf975ef37ebfbf8d9aa9d63b56]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:47:52 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88b549decab6e97bb6d24d1aedf6e428cd9fd671]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:16 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5248a9b5d0b2b4e23da6102042bb443dec296bc5]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/06 13:05:51 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f81acb3e68b1842ff0a1fa45aac40c5fc83d531b]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:47:52 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [915cd7421ccc12c88e50f63ed100f9e7c291e9a6]

        INTEGRATION: CWS ooo19126 (1.3.114); FILE MERGED 2005/09/05 17:17:16 rt 1.3.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b120416a8cef68552b46ec1a7d882a9496978661]

        INTEGRATION: CWS ooo19126 (1.29.132); FILE MERGED 2005/09/06 13:05:50 rt 1.29.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f305bcad26c969ae2eed2180d5d5b71fc52e6122]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:18:54 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [83a087b64c71b4c2086f45d17266b4da319957ad]

        INTEGRATION: CWS ooo19126 (1.41.270); FILE MERGED 2005/09/06 13:05:50 rt 1.41.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bc498895926f64bb04465cc90fd561a142372c0]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:15 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9ac43220399b30ea519b3aec61c7fb3b28b2e09]

        INTEGRATION: CWS ooo19126 (1.3.46); FILE MERGED 2005/09/05 15:18:54 rt 1.3.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d44b0a26e0ecc7743bb1ac18c1063b3b6397c4de]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/06 13:05:50 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7255de17445226a39854239013f147bb2c14f81f]

        INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 17:17:15 rt 1.2.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c9102082f02c81bc840a433589bfc465381df35]

        INTEGRATION: CWS ooo19126 (1.34.154); FILE MERGED 2005/09/06 13:05:49 rt 1.34.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7cee1284da0ee1d35f247b0cad8c63bba47ad91b]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 15:18:54 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9982151ea0621ffcc487a829b7323abfa9fdaecf]

        INTEGRATION: CWS ooo19126 (1.14.310); FILE MERGED 2005/09/06 13:05:49 rt 1.14.310.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0ba2777a87ae076184031ba16833d74fb7efe8c6]

        INTEGRATION: CWS ooo19126 (1.3.160); FILE MERGED 2005/09/05 17:17:14 rt 1.3.160.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [314faa67ce45a5a2ef46c5d5db5c1f35077b27ca]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 15:18:53 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24dd18ae09ad35ccf25386ae86f11993639baa0b]

        INTEGRATION: CWS ooo19126 (1.7.62); FILE MERGED 2005/09/05 17:17:14 rt 1.7.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98fb27104432cdca51d3e94983e640297a3fdedd]

        INTEGRATION: CWS ooo19126 (1.26.510); FILE MERGED 2005/09/06 13:05:48 rt 1.26.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14d59a96ee8373f80a9f94e426e770d35a6b1f49]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 15:18:53 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed8b7c90d8bd7a79e55666c2469d7dde1e0d7215]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:14 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2469152647a1894fa1cda91c9dcb1d3727d137ce]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:18:53 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10814ee2d7e3e8065bca53764d96ce618b614804]

        INTEGRATION: CWS ooo19126 (1.3.904); FILE MERGED 2005/09/06 13:05:48 rt 1.3.904.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80b2f4348a071b5c3ea84dda875a412ba7638c0c]

        INTEGRATION: CWS ooo19126 (1.5.66); FILE MERGED 2005/09/05 17:17:14 rt 1.5.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d7da3cee6aba71d40ced62793a9ff0da40111dc]

        INTEGRATION: CWS ooo19126 (1.5.288); FILE MERGED 2005/09/06 13:05:48 rt 1.5.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2be74ae0a93fa8aa8b6ea324ef3f40db46768aa9]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 15:18:53 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aaee3e337a22b34c0c784d364042689ebb1b9197]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 15:18:52 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b73d8977a8788881181947d64eebb5714da2d8dc]

        INTEGRATION: CWS ooo19126 (1.3.72); FILE MERGED 2005/09/05 17:17:13 rt 1.3.72.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d31ec43b872aa2c4480c1774a3937a584eb082a]

        INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 15:18:52 rt 1.4.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ba4c9ba9a56f0c4ead2a8002f87b10eef5d74f1]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:17:13 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [626aace5e3ab53790f6533711957302e253e637b]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/06 13:05:46 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [204f29f4908f1c069a18327b35093fc3be8b030d]

        INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGED 2005/09/05 15:18:51 rt 1.3.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45d29259210393e242ef63eeeca7448721de101c]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:17:12 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [577ed97b66a1f36df8dd887b163be45b7bc5d7f5]

        INTEGRATION: CWS ooo19126 (1.30.132); FILE MERGED 2005/09/06 13:05:46 rt 1.30.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [993600eed77f043c146d975abb8fd62c68204b97]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:18:51 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a650681ec6b6090a6480fab54c79ec238356b00]

        INTEGRATION: CWS ooo19126 (1.5.88); FILE MERGED 2005/09/05 17:17:12 rt 1.5.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3927c5fc4a09788c0bd8febf27c61168caa1b26d]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 15:18:51 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d1ca430ef40d1769d3d8b6c6da1a2b28042b076]

        INTEGRATION: CWS ooo19126 (1.20.156); FILE MERGED 2005/09/06 13:05:44 rt 1.20.156.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [246830cf196a5381181b2af91109632d2e6f8c02]

        INTEGRATION: CWS ooo19126 (1.4.28); FILE MERGED 2005/09/05 17:17:12 rt 1.4.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e11375d25a4505b0c1b40030fe7cd15b0f090b01]

        INTEGRATION: CWS ooo19126 (1.1.186); FILE MERGED 2005/09/05 17:17:11 rt 1.1.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24f0ce9270456db5de85ec1bf16555dbc5c05bbe]

        INTEGRATION: CWS ooo19126 (1.9.270); FILE MERGED 2005/09/06 13:05:42 rt 1.9.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be103be1cdfe7fcaa20a0c8a95ccb4c240c8305f]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 17:17:11 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dba624c36eb60339e9965874977d8fc46dd4405a]

        INTEGRATION: CWS ooo19126 (1.2.52); FILE MERGED 2005/09/05 15:18:50 rt 1.2.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aced2c926a83b6f1582cc76fc429801a4490541c]

        INTEGRATION: CWS ooo19126 (1.5.210); FILE MERGED 2005/09/06 13:05:42 rt 1.5.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e913a0ffd9e4d30042227bdff707f5555e284b5]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:18:50 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c63c31b5b77cddee8919ee84a93745f4a62e71e]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:18:50 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f8417dd97987d6641fe69a36696c6a1929d9e5d]

        INTEGRATION: CWS ooo19126 (1.2.1068); FILE MERGED 2005/09/06 13:05:41 rt 1.2.1068.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dfa75a7741a6e403c9cc8fb0f3320d3cb1b9922]

        INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED 2005/09/05 15:18:50 rt 1.6.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [06b366aceda5f601681d45fd342e03de3d078c7f]

        INTEGRATION: CWS ooo19126 (1.3.1064); FILE MERGED 2005/09/06 13:05:41 rt 1.3.1064.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f468656bdfd30768eea851558e94b908d1f6ee42]

        INTEGRATION: CWS ooo19126 (1.13.28); FILE MERGED 2005/09/05 15:18:49 rt 1.13.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [321ee7bd598dbdae8b55308585ddd0ec9def3949]

        INTEGRATION: CWS ooo19126 (1.12.254); FILE MERGED 2005/09/06 13:05:41 rt 1.12.254.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0127e697f8659d96134f7b41fd467ed22a8741f]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:18:49 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1d1c641c48801ff37b12982ae66e5cfff29234c]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:18:49 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b90edeb651beaae6df200777d8ac38217984994f]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:12:55 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94851572482b2dbf567c640f9bb985175d3a3fa8]

        INTEGRATION: CWS ooo19126 (1.7.270); FILE MERGED 2005/09/06 13:05:40 rt 1.7.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9fef8ff007f22ce75ba070c11c5ebd3c2836510]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:55 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46d406a94d09449bd246e8c33462a26fe3129417]

        INTEGRATION: CWS ooo19126 (1.6.90); FILE MERGED 2005/09/06 13:05:39 rt 1.6.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e99f69fb3ba5c57ffab5d6895ae9fe49135920a7]

        INTEGRATION: CWS ooo19126 (1.7.16); FILE MERGED 2005/09/05 13:12:54 rt 1.7.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62616fceef8965b98fe50d2044472cb238906688]

        INTEGRATION: CWS ooo19126 (1.3.76); FILE MERGED 2005/09/05 15:18:48 rt 1.3.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0057eb0b1c19554c1d2a1a9941204af198b1d082]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 13:12:54 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b2a027dcc6b31345b9338732715c10f81fde280]

        INTEGRATION: CWS ooo19126 (1.11.38); FILE MERGED 2005/09/05 15:18:48 rt 1.11.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fe776c82904f8ef9a3a966778b202630c604f69]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:39 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [112b5e3874941a2e2630ce0e2fbd42870da4c0e1]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:12:54 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a3314bb9933fa931b7cc4f091f8e9226bdec821]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:41 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16f3cd0defab35ffc18288ec2c78ac081d45f0f6]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:18:48 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b603bc8d35eb8c025f67b7137b093f75c01f6b89]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:54 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [378afba9ac85d19c0e7ebf11b5a6c6d3950df0c0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fcbb7eb3f83798f2e9fd9da37de13fc51e933256]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 15:18:47 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89878a0cae88cf89320a3422cf05ec07b1e31550]

        INTEGRATION: CWS ooo19126 (1.2.338); FILE MERGED 2005/09/06 13:05:38 rt 1.2.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1054bf50a6d6b9be56a6ebb3b7642c8e25dbfd5f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:53 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [020dd74903d23454c31b1a99360217194a89a30f]

        INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGED 2005/09/05 15:18:47 rt 1.4.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [18449b86894ce188aa7c7807b7567bf73573d340]

        INTEGRATION: CWS ooo19126 (1.4.210); FILE MERGED 2005/09/06 13:05:38 rt 1.4.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bf3989177ec083e2988be8cfc72eb99b0afb2c7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [199393befdbb3464cd1fadae1165dc7d5b6d8bd4]

        INTEGRATION: CWS ooo19126 (1.6.62); FILE MERGED 2005/09/05 15:18:46 rt 1.6.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90c1936781a462e950aa4e3a4d351f513056487c]

        INTEGRATION: CWS ooo19126 (1.3.1062); FILE MERGED 2005/09/06 13:05:38 rt 1.3.1062.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e57577b6d10aa62431b7ac82a1c51d5d668f9139]

        INTEGRATION: CWS ooo19126 (1.10.52); FILE MERGED 2005/09/05 15:18:46 rt 1.10.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c1b0b30ee516283d02f3f495df8ff54d8efc1257]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/06 13:05:38 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55fa191c35e8b6722c9bfbd5b9b947494b0f6f6a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:52 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09b1d8d1230181128dffa0b7ac540c07611fc3fa]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:39 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3898415a2c87903709d3a50689b0433f6e586737]

        INTEGRATION: CWS ooo19126 (1.3.62); FILE MERGED 2005/09/05 15:18:46 rt 1.3.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae4201c87ab33f21f298166a6d09997cbc7b94a1]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:40:39 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e01d4a114e87faf2251d830654553e2e85130be0]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 15:18:46 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8df776d33b4ac6274210a132c648cb6d5763aeb5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:37 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [64ffa068315832b59d78d93773d5373f7e7b77b4]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 15:18:45 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a7e5b9e6789b4b53bcc9835674e239d7ec4afec]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:51 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54ca3b06b6e6a74f2fd1d84673e9a42d1744d2f0]

        INTEGRATION: CWS ooo19126 (1.6.270); FILE MERGED 2005/09/06 13:05:37 rt 1.6.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da0a86c3a4d8884a491e616f6a4dcf2e8e979209]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aa20f6a85b3e6d932b718a13947ccc2b13f30819]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 15:18:44 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8437ef6a1574b5852bbb0902cc1cc52b6520606]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/06 13:05:36 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f7481c3565d0adc77b0394dde8abceb783a2e69]

        INTEGRATION: CWS ooo19126 (1.3.152); FILE MERGED 2005/09/05 15:18:44 rt 1.3.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [176e2eeaa5cb427041e3c9ac580460ff58190060]

        INTEGRATION: CWS ooo19126 (1.3.210); FILE MERGED 2005/09/06 13:05:36 rt 1.3.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b48f1590db7de32dd26beca6bae371448b78e281]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [669a775b4c20adbdd4fde45deda1d6256aa61d58]

        INTEGRATION: CWS ooo19126 (1.11.52); FILE MERGED 2005/09/05 15:18:44 rt 1.11.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [727328f9512aa46a66cb33dacb27a870672fb38a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:50 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bb04257df181f11126c14e8e49e1c6d69da4d59]

        INTEGRATION: CWS ooo19126 (1.4.1082); FILE MERGED 2005/09/06 13:05:36 rt 1.4.1082.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a04fb6c3f6f2e838dfe811de149a8075bc2856fe]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:18:43 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7012ebb62430465c59a3880836f2fb9f69161182]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:35 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4307331fe95c94372a44b4b52e3b79098e404844]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 10:40:36 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9fdcd1938629b63eb5e3c090313e48538bc71fb]

        INTEGRATION: CWS ooo19126 (1.5.46); FILE MERGED 2005/09/05 15:18:43 rt 1.5.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d5f5e988d48b9fa126706846598d8dcfe7ccee0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:49 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39805d0550f4b5af7b7ad5f205df67a9842da63e]

        INTEGRATION: CWS ooo19126 (1.27.40); FILE MERGED 2005/09/06 13:05:35 rt 1.27.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [deb8fa16af6ca9f01c0fb37f19b4045c831a25c1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.228); FILE MERGED 2005/09/05 15:18:43 rt 1.1.1.1.228.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b0a1c1fa9fad7898115706e799b731a8423d29f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8e451f563f4b953feea33524ab8bad5bdb02571]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:12:48 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9ec6ee50a9e27855d161a5788eb51d58bf31b27]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:34 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8958be8a7365376f086fa79ab938217e3250e9a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.228); FILE MERGED 2005/09/05 15:18:42 rt 1.1.1.1.228.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93232046ed3f36973bdeb4cd2993336ea54deb20]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67bb9f9b7a1a2d00bbe17333d3e24baec78d3196]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 15:18:42 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b42efba9e8d2f620a2ddc1fcdf93f687ef2f169]

        INTEGRATION: CWS ooo19126 (1.7.50); FILE MERGED 2005/09/05 10:40:34 rt 1.7.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d93a5c859145cc4802fa0082f3f1d3d4a75474b8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:48 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3be9af1fef8b892913b3a27a6be4adb7d309202d]

        INTEGRATION: CWS ooo19126 (1.3.1060); FILE MERGED 2005/09/06 13:05:33 rt 1.3.1060.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba4b86f29ce778cd304826d82ab506ac4523a841]

        INTEGRATION: CWS ooo19126 (1.1.200); FILE MERGED 2005/09/05 15:18:42 rt 1.1.200.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a1a2d139298937500285a03290bc6f679481dfc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7df3e5e478c49ef384f686d1744e55cf5bb78452]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:12:47 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58cfa3c936718a6d64d846c46ff2131b7a7605a8]

        INTEGRATION: CWS ooo19126 (1.4.30); FILE MERGED 2005/09/05 15:18:41 rt 1.4.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99a949235e53e9c0cac1406b46d50350dda8d38c]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:40:33 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a6d875e836f98ff31c2e24ea8366a411ef3620a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:47 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67b6a4e3b364a484fbd69932503a0e9659f1b259]

        INTEGRATION: CWS ooo19126 (1.2.1068); FILE MERGED 2005/09/06 13:05:32 rt 1.2.1068.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8be033c525a37ee6cbf97956b11d8d9a45378348]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 15:18:41 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14c5e2148450c28712d1fa3550db2b53dff47e6c]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:46 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c9dbf8962e3dbdd30dda7cea2434349946f0ebb]

        INTEGRATION: CWS ooo19126 (1.3.1044); FILE MERGED 2005/09/06 13:05:32 rt 1.3.1044.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1654ed0aa97532a91db8b2e5f4b8178ad9b6120]

        INTEGRATION: CWS ooo19126 (1.3.30); FILE MERGED 2005/09/05 15:18:40 rt 1.3.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87a0fe2762ddbee0997f4ac03cf8b0af67bd380f]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 13:12:45 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d2250bdae381bc55ef8c71b05f2f0ceaa867f35]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 15:18:40 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c57e30675e2d604d65d18969077b603b772693d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:45 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c658e6cf20029e81ff5a803f535f92bb44b38da5]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:32 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [afab176b5fe137eec79f1efd64d07cc9d76f40e5]

        INTEGRATION: CWS ooo19126 (1.1.1048); FILE MERGED 2005/09/06 13:05:31 rt 1.1.1048.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3e37316289a31cc77f025b7efe3a43199773b1a]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 15:18:39 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e763791e7ac963427219a036d3a8680eaf03d0f9]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:40:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [457e56d8ed7cce95fdad62c38b81eeb00785e462]

        INTEGRATION: CWS ooo19126 (1.2.152); FILE MERGED 2005/09/05 15:18:39 rt 1.2.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3193fc4e11e17968e2eb0939085528aff680b74]

        INTEGRATION: CWS ooo19126 (1.8.22); FILE MERGED 2005/09/05 15:18:38 rt 1.8.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bc7e66a9589b7891196b7dc955221fbead3be4fb]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:44 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b19b21a63019aec4cfdfdfa1bdba8d477c65e71f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:31 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c633fca3fe4f79acc51f9b9387c559199def11b2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:44 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [815f351ae1384fd09910fb1475e194233b2f140d]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:12:44 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99437fe0a2cdd0c9167ba43c2d74103f247b6b3f]

        INTEGRATION: CWS ooo19126 (1.15.52); FILE MERGED 2005/09/05 15:18:37 rt 1.15.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb5edeabe419ebbda2e770e9bffdc478373aae50]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:37 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0537e304b99cda363ecae1ecd16da44bb3427ee6]

        INTEGRATION: CWS ooo19126 (1.4.184); FILE MERGED 2005/09/06 13:05:30 rt 1.4.184.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a2e04ddaebaf794b922ce636d1a969091bb2d85]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:12:43 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d69d1e88af68f03dacf99d2b166d446ff0bfe6d]

        INTEGRATION: CWS ooo19126 (1.14.30); FILE MERGED 2005/09/05 15:18:35 rt 1.14.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99a9c97f78b3a617f2858ee0ee7f63a6bdfcd91d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:29 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60262207997ac2b87a9a65f195ab37f5d87e32a4]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:12:43 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ffcd4e8db815bde599f340470cdb30e0ef898b1]

        INTEGRATION: CWS ooo19126 (1.16.38); FILE MERGED 2005/09/05 15:18:35 rt 1.16.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa49958f7183004a33e39023280dc17cd9d8d103]

        INTEGRATION: CWS ooo19126 (1.27.164); FILE MERGED 2005/09/06 13:05:29 rt 1.27.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cfaa0198a0ff26411d9bcd87d81c14e9744ac446]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:12:42 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6cff4118eddb4c5a12485201094611b6d7a7f540]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 15:18:35 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcf064469f3f4812427ec2958d77c363bf07b8d4]

        INTEGRATION: CWS ooo19126 (1.7.1068); FILE MERGED 2005/09/06 13:05:29 rt 1.7.1068.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c8ecc2bc26ec4037294a819b327a6ebbddd9294]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:12:42 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7266295c7873d923a1be3bfae88ed530d88876a]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 15:18:34 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60216920048bbbe863ebed53c0705b3d061f467e]

        INTEGRATION: CWS ooo19126 (1.1.1048); FILE MERGED 2005/09/06 13:05:29 rt 1.1.1048.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1be623787dc0b197b58b7d09c5668ee6efa8a440]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:42 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9eb9cc9d6eff8507f8b16971b8bb43ef08e0dafa]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 15:18:34 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65d0ee17f61516252ae6030b2b957524a1270778]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 15:18:34 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85863dc14e527be4218075b9bfcab1798fbf06cb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:41 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3cf9c8a12a4732126673cd0677a3902c125641a]

        INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGED 2005/09/05 15:18:33 rt 1.3.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f714bc6e40a46d06220f3934f66c8645ada4a08]

        INTEGRATION: CWS ooo19126 (1.2.914); FILE MERGED 2005/09/06 13:05:27 rt 1.2.914.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0585b06c809bbcdaa31f3ec65b498c645d569eec]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:12:41 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da2c21398e72c44f82e81148500cd6a65931510a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/06 13:05:27 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03f852d9840c7a4e1e5e423022b6c6127c73fbb0]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 15:18:33 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [119acbe7593a3a6bc0ddfc402591fde57afdb4d2]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:12:41 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eba2c1291aa4e40704b25598e438fbfbe8f4d877]

        INTEGRATION: CWS ooo19126 (1.16.38); FILE MERGED 2005/09/05 15:18:33 rt 1.16.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [562c9ab71419a9c8d33f04df8d2d85f2e6538a90]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:27 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a03be98ff92707d2510ee15dec1fc6a739fed2cf]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 13:12:40 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4fd0d76c5e2c8c8533c04671dabffcc48ffd9099]

        INTEGRATION: CWS ooo19126 (1.14.10); FILE MERGED 2005/09/05 15:18:33 rt 1.14.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bda77abe00887e12dbbf756bd2856a9229fd5887]

        INTEGRATION: CWS ooo19126 (1.11.184); FILE MERGED 2005/09/06 13:05:26 rt 1.11.184.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1145934320fdcc89771fc5dde6feb7207f490517]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:12:40 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [173a6263531a52ce685a6885ef7535f8c7daa155]

        INTEGRATION: CWS ooo19126 (1.5.28); FILE MERGED 2005/09/05 15:18:32 rt 1.5.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42c69f29a2e5fa11a58dd2aa0003bb7c650bb427]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:40:27 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [913296ca39b5b1e73b71303e47c9cec56c15583a]

        INTEGRATION: CWS ooo19126 (1.4.1060); FILE MERGED 2005/09/06 13:05:26 rt 1.4.1060.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba594c5d7e2ed422a39113f9671daaf681ea4493]

        INTEGRATION: CWS ooo19126 (1.10.92); FILE MERGED 2005/09/05 15:18:32 rt 1.10.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5881982f275829aae2b8da971724aa38df3a18d]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:12:40 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5dc251408f6c3db732ac79178db885b6524fbc4c]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 15:18:32 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f54db6a3f59f1989bcc9450733ed0ff04810f7f2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae933229f3f034bc5cc6feabbd88f91f3830bc1d]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:12:40 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29dc2971778ac19bc5dcb46263c5265eebf4111c]

        INTEGRATION: CWS ooo19126 (1.4.186); FILE MERGED 2005/09/05 15:18:32 rt 1.4.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1715f31120363e053acf7128e546e52487a3cab]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 13:12:39 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8dc64e2a511f8ac7389e08920a697a7ad64f1121]

        INTEGRATION: CWS ooo19126 (1.4.508); FILE MERGED 2005/09/06 13:05:25 rt 1.4.508.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19f6fd9e7cea4dc707041b16f74e19e8f2f9a554]

        INTEGRATION: CWS ooo19126 (1.8.52); FILE MERGED 2005/09/05 15:18:32 rt 1.8.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c69cc4d5194bd355b7c55f41af7c131cbe8e15e6]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:12:39 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0ad845292d5085f2ee45d54f46446107f4d9176]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:12:39 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f97a04a58127182d9b68c0afac50db7a0ebb46a]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:31 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [845b94ec1f210d4ec235915c10bc6a725b845446]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:12:38 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3175cbe701f229974d464f7fc5b5220bbdc3c82c]

        INTEGRATION: CWS ooo19126 (1.15.52); FILE MERGED 2005/09/05 15:18:31 rt 1.15.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [31123a4967fc11c48ea5043b231a014a95aa335e]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 15:18:30 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b259220fff2b7aeb2dc0a90e2d7eb9a091804930]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:38 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6bc064b46460a3478e7392ce805a2c301ad0cb5]

        INTEGRATION: CWS ooo19126 (1.41.10); FILE MERGED 2005/09/05 15:18:30 rt 1.41.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03f5b9d1a1faad571c583b68652967ab67ba2dcb]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:12:37 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7db24b1f2313e29ec7fd11ba2cf6ec963bf5905e]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 15:18:30 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e9e57c4d8d27f7e32952d9fe1ec23ff0503f05ad]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:37 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f511dbef060ed60511941d31679e4bb98a371ea]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 15:18:29 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19883105a4d1ba5093866988c773c56a3d4c68d4]

        INTEGRATION: CWS ooo19126 (1.2.160); FILE MERGED 2005/09/05 15:18:29 rt 1.2.160.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8131651cd4b35fb81287dfc769fe7ebabb4ceb3]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:12:37 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2edcee508d1a9783a52c91249d05ded63398674b]

        INTEGRATION: CWS ooo19126 (1.4.62); FILE MERGED 2005/09/05 15:18:29 rt 1.4.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85bdcd1b77f8f99a583a5b0bea766db0961befa2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:36 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b620dbd9e074d45a8d76da0078609015208d899e]

        INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGED 2005/09/05 15:18:29 rt 1.2.62.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8064b2993e335ae0877f1247c2a6c365b4814d23]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:12:36 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7693112928321299ffc1470f78174cafbff9e33b]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:28 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17d8d4fb23c7029e85d7e30a353c2429dfe3ea8e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:35 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7af58425264a115b87c9fb9779ae7f41321536da]

        INTEGRATION: CWS ooo19126 (1.32.192); FILE MERGED 2005/09/06 13:05:22 rt 1.32.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3f00f43b08f933b9bb84d6aafe6fada4f4e629e]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:18:28 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f99e163887241d0adb2ddedbd9f26f9a6c138e28]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:12:34 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [283a9693292e9330c7486a4fccdec626277b9f39]

        INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGED 2005/09/05 15:18:27 rt 1.5.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25bf42774fe1f01bb8645316005f9882f7ab18c2]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:33 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d8064c82feb1b9126e507f46b4e15bc7b2fc630d]

        INTEGRATION: CWS ooo19126 (1.4.186); FILE MERGED 2005/09/05 15:18:27 rt 1.4.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fc4387a90c2913924040fc2fc69e2170162c55c]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 13:12:32 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03ea798319eb4df82ef4dd386c1e9ef471ca8f38]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:23 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88be56fd58829b17b09e1a71c5b104bde7eee290]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 15:18:26 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [197b71b34686414b0d84a646fa0ec2e4ace8f7ed]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:31 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df89e7ccf63beef047546cffe06c0039f6316453]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d72accc449d44c1d2ddbf240e70b225baa21a36]

        INTEGRATION: CWS ooo19126 (1.4.216); FILE MERGED 2005/09/05 15:18:26 rt 1.4.216.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d7cd483640054eae385222a57abdde1f70545e44]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/06 13:05:21 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d775973f803f97f50f85e25f32f7c461e356eb70]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:40:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [040b4b6a02c1265004b7105305754a4eff8389e3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:30 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [346f3d2495883ee05b8a6a45469cb877de6e02a8]

        INTEGRATION: CWS ooo19126 (1.1.188); FILE MERGED 2005/09/05 15:18:25 rt 1.1.188.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68ce67187eb5e36d2ed8d4955f8d322266a08975]

        INTEGRATION: CWS ooo19126 (1.11.434); FILE MERGED 2005/09/06 13:05:21 rt 1.11.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2bb3cf780b302579bb2e46b405306f736e17330]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 13:12:30 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [861a083dc918d108d93dc826c34e77c438b5c923]

        INTEGRATION: CWS ooo19126 (1.2.170); FILE MERGED 2005/09/05 15:18:25 rt 1.2.170.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b6cf2da1e48ce9d7d0a0241b69afd022750a21d]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/06 13:05:21 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [da70bd7902f3313b8456d78a698024de076f9329]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:29 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e9efb215044ff68a30b23950d64c1a4ea13a960]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:40:21 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af49568f32355d8f79352d4bb3382a1489d8f511]

        INTEGRATION: CWS ooo19126 (1.3.52); FILE MERGED 2005/09/06 13:05:21 rt 1.3.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3dc2bbb527b08624b6f5e5c534260e5044e56c2]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 13:12:29 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9994cb4b1dbc42a6bc44306b65fa963865628206]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:40:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d910bda7512c0f8d5fabaccd6fba7e192167cbc1]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:24 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59639f5b07b833f1e05f2b3b338171f07c14d19b]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:12:28 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb60cc15d7b70281e4023593fa8247fbab686607]

        INTEGRATION: CWS ooo19126 (1.5.30); FILE MERGED 2005/09/05 15:18:24 rt 1.5.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c3a680093480215f91cfbecf89d28e7df434453]

        INTEGRATION: CWS ooo19126 (1.3.1070); FILE MERGED 2005/09/06 13:05:20 rt 1.3.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a97a2824e1ed784ebac4e4e682517f88821529e]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 13:12:28 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d85b103a4bf3cc4485ab70f957be5c4edcfa9b8]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:23 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c33612ea67df1d5ebe5d9808d45acb8bddd26cd]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:12:27 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a66756386998d657aa29a2fa6b848f2da35fae4]

        INTEGRATION: CWS ooo19126 (1.4.200); FILE MERGED 2005/09/05 15:18:22 rt 1.4.200.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11da4b8dcf5bf3c1e956d7a3738c5cbd8e337993]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:27 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [658597ce0c5ee52845ec7828703ca2e298af88e7]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:21 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4fbe47afc2f489baf9b86a9d458f5a6fcf9f9927]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:40:20 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff7487f0a328d4dc3dce80b437cff3d375229b4b]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:12:26 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3ea9ebb72591f2ba3c4548cd0163cb821a79a73]

        INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGED 2005/09/05 15:18:21 rt 1.7.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85bf4f9272134411bfc7908b5fa56f2d1969af57]

        INTEGRATION: CWS ooo19126 (1.2.1078); FILE MERGED 2005/09/06 13:05:19 rt 1.2.1078.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99e6c70ceda3db594ee999ed86950f70d9757b36]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 13:12:26 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de11b2b84b3f4a0bace1250986c355eb386f82e1]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 15:18:20 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f21ab50ff8a24620b0ec3e8ced793d358395d65d]

        INTEGRATION: CWS ooo19126 (1.10.288); FILE MERGED 2005/09/06 13:05:19 rt 1.10.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16bf0f641194741c0b2d591f5a2ea0e52cf46c2b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:26 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ec941e784d67468926e2c39cb736b70ba2508d8]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 15:18:20 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c22abf2fb9b58eea5b3928ed6c58f2753e5defd]

        INTEGRATION: CWS ooo19126 (1.2.190); FILE MERGED 2005/09/05 15:18:19 rt 1.2.190.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d1c8ee8a68024818536271492a76ef009d112df]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:12:25 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e29cb82a2e22bfbb281f1b48f1906b443f753ae0]

        INTEGRATION: CWS ooo19126 (1.14.46); FILE MERGED 2005/09/05 15:18:19 rt 1.14.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9583e278aacaa0249870b6e5e4b62bd4130c65da]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:25 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [206673331f382304b3ebbfc81fe9885d4b900afe]

        INTEGRATION: CWS ooo19126 (1.7.160); FILE MERGED 2005/09/05 15:18:19 rt 1.7.160.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [480855ea45c66996436dfc98c8a29bce76493697]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:12:24 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6802efcea1bc475391c2057bb603b657ae6483bd]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 15:18:18 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62e4ffbd479c14a045b56a6084e74c87daa7ca83]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:12:24 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e0c960fd47e5e13b20d9f73bf123897bbdd079c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.228); FILE MERGED 2005/09/05 15:18:18 rt 1.1.1.1.228.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2348a6fc933264a63491074f85ce3ca9f23cac16]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:12:23 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1baa5243eb75b9baf2579c6351e5f00cedefc730]

        INTEGRATION: CWS ooo19126 (1.1.188); FILE MERGED 2005/09/05 15:18:17 rt 1.1.188.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ccec7cb375d09145f6eddde3f8f4fccc58042fd]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:23 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e181d36aea4a34157131deb6dda607bc18b30954]

        INTEGRATION: CWS ooo19126 (1.1.1.1.228); FILE MERGED 2005/09/05 15:18:17 rt 1.1.1.1.228.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25ca5916a83bd31c530d3bb63475f7f4e09f40fc]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:22 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c67ee4b1987155c951bfb8345f0553aeb58ee7ac]

        INTEGRATION: CWS ooo19126 (1.7.52); FILE MERGED 2005/09/06 13:05:14 rt 1.7.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c738dc59a754123b0b4ac7f8167a0c7a7f6fd3b3]

        INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGED 2005/09/05 15:18:16 rt 1.2.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fff65cc1ba386a3bc13a4fce1fd60c009f08ea13]

        INTEGRATION: CWS ooo19126 (1.98.46); FILE MERGED 2005/09/06 13:05:13 rt 1.98.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e4eb740f727fcacaa6f33d4ff2011c169ee1fb9]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 13:12:22 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53836d6be05c467af9749e65ac215d26068f653d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:15 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7b2adb5227a608178cdb288507e40dc381e901f]

        INTEGRATION: CWS ooo19126 (1.3.186); FILE MERGED 2005/09/05 15:18:16 rt 1.3.186.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86b3e25a63650f7f40d9df2d02d2ea895232e75b]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:21 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba560064e27a8efb237ca887c17297c11c970f40]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 15:18:15 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25aa037ac731985a79c5426f5b129aa10117e3ec]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:12:21 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7df1e0c0b721bc640703e990809ae08cb6381a46]

        INTEGRATION: CWS ooo19126 (1.8.92); FILE MERGED 2005/09/05 15:18:15 rt 1.8.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fee7550628744a6bfa2d8bf5a08449099459dc41]

        INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 13:12:21 rt 1.6.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df6500e5beae51f61a10cc0ec137dc5edcd64647]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:12:20 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8857489a23097971aaf77c5f4288cae99c375e2d]

        INTEGRATION: CWS ooo19126 (1.3.10); FILE MERGED 2005/09/05 14:48:01 rt 1.3.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a97da795d26e8b0e3279d230eece2c679afbfbb5]

        INTEGRATION: CWS ooo19126 (1.3.210); FILE MERGED 2005/09/06 13:05:12 rt 1.3.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a78799d3f133538304f4c23ea4596c99a5d7c4d]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:40:14 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb296504f5d1871d10cc466f356e88da3ad47657]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 13:12:20 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ffca054cfd7458b67406f800952ae3ff860c6b8]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:40:13 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7c653680d0724377afd4a6b1648be0085f3c1f2]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:20 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55db0db3325bc75fb5230d3c444763dd490cd0f0]

        INTEGRATION: CWS ooo19126 (1.58.50); FILE MERGED 2005/09/06 13:05:11 rt 1.58.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a01ce225eb78f9371bbc00f81771bc756cf2361b]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 15:19:35 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de96ec4c87aacf2c1009324e5b3ccfe0802d6b10]

        INTEGRATION: CWS ooo19126 (1.18.336); FILE MERGED 2005/09/06 13:05:10 rt 1.18.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0722042cb6addaf3884aa419c3965f873ae802c]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:12:19 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cb0cdb73d472e388941628173f23fc3be52a92d]

        INTEGRATION: CWS ooo19126 (1.8.8); FILE MERGED 2005/09/05 15:19:35 rt 1.8.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68b3a3514aafaec379580bb8b3a8b5c009707ff7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:13 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f4877911962672de28a4eec6c72a67ffb206c24f]

        INTEGRATION: CWS ooo19126 (1.167.36); FILE MERGED 2005/09/06 13:05:09 rt 1.167.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [47fb6deb4ebd75ec9d34d6d43b22b639353e5a83]

        INTEGRATION: CWS ooo19126 (1.6.24); FILE MERGED 2005/09/05 15:19:35 rt 1.6.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [190304580b9f17fd718c5f90c15b2f4a248517dd]

        INTEGRATION: CWS ooo19126 (1.86.38); FILE MERGED 2005/09/06 13:05:09 rt 1.86.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6f80e9c032267348cd3c2988f831d88d8890f99f]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 15:19:35 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c58fc30ee52810fe96adc85e952c33c6e7703f7a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:40:12 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff52bb1d4fb2d42a25313179c123291f0f7bd2dc]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:12:18 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80e7495f362a8d2e1767b1970a9138a1a07f082b]

        INTEGRATION: CWS ooo19126 (1.70.46); FILE MERGED 2005/09/06 13:05:08 rt 1.70.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29ff3ea38d8cf2f413cf6322a8e3d3244d2c91e8]

        INTEGRATION: CWS ooo19126 (1.2.134); FILE MERGED 2005/09/05 15:19:34 rt 1.2.134.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [139e205efce8db2ac63465ac71345739d5aa9a2a]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 13:12:18 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f530635f29944ffa88b5581a891c87d3a3bcfc4]

        INTEGRATION: CWS ooo19126 (1.5.438); FILE MERGED 2005/09/06 13:05:07 rt 1.5.438.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36c4e105d878dec53785ec68fc967fb241f6b382]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 15:19:34 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e8ffffb15c3e158a34da5d3feecb4f1fc692fe2]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/06 13:05:07 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f9216e8470b419ff183762583e1f34cbe10b96cd]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 15:19:34 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5701374bb2043f7f56b3aa8c09fb43826c4d4a4a]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:12:17 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75df3fdb664d203128af388e5b13eb92a63bfcf4]

        INTEGRATION: CWS ooo19126 (1.57.38); FILE MERGED 2005/09/06 13:05:06 rt 1.57.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42cc2c0519ca3d37cfb1c3b12a1809194ec003f2]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:12:16 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6da489032c9c54dc548de8cddd41dc1d00b4b4ba]

        INTEGRATION: CWS ooo19126 (1.27.510); FILE MERGED 2005/09/06 13:05:05 rt 1.27.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d1e7af12e54ce9c0d38c5b6bec4eb3a258c2450]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 15:19:33 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbd65f4c2648517131dffeb7c018ceefe9520b88]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 13:12:15 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5017186d76d2899ae4f3e3ca48d1059a9d21740]

        INTEGRATION: CWS ooo19126 (1.2.1072); FILE MERGED 2005/09/06 13:05:05 rt 1.2.1072.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cca6a005d5efc0eb91146d78bedd4ce446f887bb]

        INTEGRATION: CWS ooo19126 (1.1.134); FILE MERGED 2005/09/05 15:19:33 rt 1.1.134.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7953738a1644585bf1f56ab3c5d0805a1f2d02c8]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 10:40:10 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d7c2a7e7a37f1ff6e6368a42069735dacd592c1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:14 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19fe4357b5f6c81e3a20497deff03fa9cd799b5b]

        INTEGRATION: CWS ooo19126 (1.14.434); FILE MERGED 2005/09/06 13:05:04 rt 1.14.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b617eacfcd364e64083f385f97e4e23e0a36d0b2]

        INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGED 2005/09/05 13:12:14 rt 1.4.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d59f6e6d295281a3a4e5306e0946a8d766087a73]

        INTEGRATION: CWS ooo19126 (1.21.42); FILE MERGED 2005/09/06 13:05:03 rt 1.21.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9b98c6d2bcef1c899e97384185c29499639f3d5]

        INTEGRATION: CWS ooo19126 (1.1.142); FILE MERGED 2005/09/05 15:19:33 rt 1.1.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abb1d20fa184d0cd799eca9ca8936933613da49a]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 15:19:32 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e58e37cbfbf3ba4bd3c4fa02527b9fbc1af0706b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:13 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [306ba453b438343a632c7450b5148a1e0a5808e9]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 15:19:32 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3aaac6bbc70d8a9fd2893643b735bc312b950c64]

        INTEGRATION: CWS ooo19126 (1.1.1.1.170); FILE MERGED 2005/09/05 15:19:32 rt 1.1.1.1.170.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae5f16e5d717661c1115941d8e0e81c335e1b161]

        INTEGRATION: CWS ooo19126 (1.4.210); FILE MERGED 2005/09/06 13:05:01 rt 1.4.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ee9a2b42d39f88f65fad9a762fc4fc951b791ffb]

        INTEGRATION: CWS ooo19126 (1.1.156); FILE MERGED 2005/09/05 15:19:32 rt 1.1.156.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ede0913ec6e805638be285bdcb5efc9718ca9c17]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:12 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7917a645e886fb54e63d982bd4774d4799eb2eb9]

        INTEGRATION: CWS ooo19126 (1.16.124); FILE MERGED 2005/09/06 13:05:01 rt 1.16.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b597343f9e9fe3056a5306bab3b57b8cdaf7c3b]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 15:19:31 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2cc9773a988cbbea57da935b4fc8c2406f302d6f]

        INTEGRATION: CWS ooo19126 (1.3.154); FILE MERGED 2005/09/06 13:05:00 rt 1.3.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34d665c1759c3fc9fc20551897a957cac20688b7]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 15:19:31 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [659497b5e766d829ac1fd481422ec8d975fb9c50]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:10 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf6b585027bc438ff092744daf938e13b855526b]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/06 13:05:00 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad93d59a894c3bb9b6ebf2f46261dba91c75963d]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 15:19:31 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b4d571f412d0047289bfb1eac6e9e2b0859ef8d]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/06 13:05:00 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4c917cdae56138a2faafb4d2786d667f999fbcb]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 13:12:09 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09180e667b416dbcde4bdb2c4dc4d01c62516d26]

        INTEGRATION: CWS ooo19126 (1.14.6); FILE MERGED 2005/09/05 15:19:30 rt 1.14.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b78bce26e5e867a9b9ae3b1444f034e21b035bf0]

        INTEGRATION: CWS ooo19126 (1.9.288); FILE MERGED 2005/09/06 13:05:00 rt 1.9.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6f56fedfbabe0a9bd260147e618bfcf06b1e3b6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:09 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98423c105b031a0ba9c465812f2306b89dea4b3e]

        INTEGRATION: CWS ooo19126 (1.8.6); FILE MERGED 2005/09/05 15:19:30 rt 1.8.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [daf4c457770a6f80b1f3e2a954bbb3614b7dda76]

        INTEGRATION: CWS ooo19126 (1.41.510); FILE MERGED 2005/09/06 13:04:59 rt 1.41.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1de934a0df689349f6a407b9022150dee009d00f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:08 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f9eff32524bc1e8fac9ae7aa78beb16efe4694a]

        INTEGRATION: CWS ooo19126 (1.5.1048); FILE MERGED 2005/09/06 13:04:59 rt 1.5.1048.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a4699c1bdf6f883809734f444ea59e3574932b4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:07 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49d8b47663658fc116eb4ba3919c7a707d460aae]

        INTEGRATION: CWS ooo19126 (1.40.40); FILE MERGED 2005/09/06 13:04:58 rt 1.40.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc6c82f5e24432cddb9abb4073979a665221ff00]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:19:29 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8583a97a3362edfb1892041c182e1cb8c203ac46]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:12:07 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9654d761ae5618c264531fe4e53a3ad629c20287]

        INTEGRATION: CWS ooo19126 (1.30.130); FILE MERGED 2005/09/06 13:04:58 rt 1.30.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45228019cc6b5a0073baccbcacaa4835121471e3]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 15:19:28 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af81ee61cf0b9a84bf9f423337de6ce670597ff0]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:06 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5aaaa10208cda9f1aee8d22e81bdb10dffc423e]

        INTEGRATION: CWS ooo19126 (1.30.510); FILE MERGED 2005/09/06 13:04:58 rt 1.30.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5d6cbfff8ee90246d82e3545c815426dfd72501]

        INTEGRATION: CWS ooo19126 (1.1.142); FILE MERGED 2005/09/05 15:19:28 rt 1.1.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03e81d5e2d9be502d1b4bc5f90579570cf8a5827]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:05 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c5279f4f8a70ace38486690b9adfee2c80550be9]

        INTEGRATION: CWS ooo19126 (1.63.288); FILE MERGED 2005/09/06 13:04:57 rt 1.63.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bbcb966b9d4c0e44b65ee4b5840d4eba4c90588a]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 15:19:28 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34cb231393b449256dd44cecde03ecdc1d906aa1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:04 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dabf719af1a9d92b7650b43e679234f59a49e6e6]

        INTEGRATION: CWS ooo19126 (1.8.20); FILE MERGED 2005/09/05 15:19:28 rt 1.8.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1fb23feace911a4fc8ce9618dee4d8b8bde2fc46]

        INTEGRATION: CWS ooo19126 (1.31.510); FILE MERGED 2005/09/05 15:23:09 rt 1.31.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a6d7548d9ab784b003e2150e9a66307ef964a07]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 15:19:27 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b91b1e2c4bcbbecf0bc31a6e62ad0982bac29a6f]

        INTEGRATION: CWS ooo19126 (1.2.1070); FILE MERGED 2005/09/05 15:23:08 rt 1.2.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eea60704cfebd8d686835ea721911fc21f8386a8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:54 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [510faf875399a972deb11c97e67c98b5d7a466a2]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 15:19:27 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fb908b1285a79e2cc8642b4a0cdfb3a682a2011]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:23:08 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4787479343c7e96abe7dc7b8839fa2110de5c54d]

        INTEGRATION: CWS ooo19126 (1.4.158); FILE MERGED 2005/09/05 10:39:54 rt 1.4.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9ffcc1ce7b45b48261bb530d3c24422b61cf8d6]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 15:19:27 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf456ffa3a442abcc4787bd393faad7c976736aa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:03 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57b847adaa8327b3f42b46f5f65c402544a928d8]

        INTEGRATION: CWS ooo19126 (1.3.142); FILE MERGED 2005/09/05 15:19:27 rt 1.3.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a333033e447ee13c4f24be922a60c8aaa52e3ab]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [814d6c6ba92604a59e1b76d58a463e62ba6dfc66]

        INTEGRATION: CWS ooo19126 (1.29.336); FILE MERGED 2005/09/05 15:23:07 rt 1.29.336.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [beb6847f63802506a031dfad5a7cf4ed0c80bd9f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:52 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2d98f876f803467815165ca0c96f329824c6752]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 15:19:26 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cb0b05153651062ec8d2ecd5fac21d500e0e1457]

        INTEGRATION: CWS ooo19126 (1.16.270); FILE MERGED 2005/09/05 15:23:07 rt 1.16.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abeb7bd6cefe473912e42ea279854be2ade0726f]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:51 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50eb3036a5274e222e84b4dfa4d8e55a97aae158]

        INTEGRATION: CWS ooo19126 (1.3.134); FILE MERGED 2005/09/05 15:19:26 rt 1.3.134.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e3dd0df9a2affae70d6347d1efad31f09972944]

        INTEGRATION: CWS ooo19126 (1.170.40); FILE MERGED 2005/09/05 15:23:07 rt 1.170.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b2f228b455678c390fda030f8e16d11a31c4e6c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:02 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4531629b2d9de1b5f9f9120a2a96d3504b26fff]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 15:19:26 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a92503c145f9636dc260e254d1c0b0524f3ca1e4]

        INTEGRATION: CWS ooo19126 (1.22.192); FILE MERGED 2005/09/05 15:23:06 rt 1.22.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba2a0347262de7c71caf3776fecf07db58d5c73d]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:12:02 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0521e3437bceb2676b69d588af0e7d790a09012d]

        INTEGRATION: CWS ooo19126 (1.5.20); FILE MERGED 2005/09/05 15:19:25 rt 1.5.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79b3ea31f14b20f011858911867dd6bc19869e2f]

        INTEGRATION: CWS ooo19126 (1.80.172); FILE MERGED 2005/09/05 15:23:05 rt 1.80.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7492e7102f97c337fa95a34ad31aa593551369c0]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:12:01 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1d93b3cba2481745f3e0b4b655f35788bbf929be]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 15:19:25 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6acdb5f3ed4cc91433b152995941db05b038f0a6]

        INTEGRATION: CWS ooo19126 (1.15.154); FILE MERGED 2005/09/05 15:23:05 rt 1.15.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e1770eb320f29ac4b00d4582361e0b67503cc10]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:12:01 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8b5885f85a37597b2903449e5d61dffda1cfabce]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:50 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d89f7eb87a2df1441635ad6aff274ed6045f606]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 15:19:25 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ad788a414ea4de0fa9150b84c1f3ba3f5eb96b7]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:12:00 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ffe38d3110bc5e318a8f74bf56ecd48e107de9b5]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 15:19:25 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d6244e19186c6e13e46e1dc27a9baa44fe01272]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:12:00 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6349cae75efc9c0e04e3854d26293d2cb534918]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 15:19:24 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6be228ad3aa9535c854bba1099dead2e59302e7e]

        INTEGRATION: CWS ooo19126 (1.2.608); FILE MERGED 2005/09/05 15:23:03 rt 1.2.608.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cfc5a2dd2f55e1a9fe4f5d85eab3a9e5d920ce6]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:59 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35714c91715c0d405fe0b4eb6896debd45507f12]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 15:19:24 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [008fe63d64e2f0227fbab082fafe631be4623842]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:49 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60745c0d1c04a8cbfdddc5a5e5469e2dde5861e7]

        INTEGRATION: CWS ooo19126 (1.3.352); FILE MERGED 2005/09/05 15:23:03 rt 1.3.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [137d748d248ade2bd8c16c091ec7a2a674973fe7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:59 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ebc03cf28b814ee1ce1b2502a48516cff3546266]

        INTEGRATION: CWS ooo19126 (1.6.6); FILE MERGED 2005/09/05 15:19:24 rt 1.6.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b01d9157a48638d34c5193b9b38f5b51683cbb1]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 13:11:59 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72f9cf596e64d053d3a228e69bb9c9576dc2d2fb]

        INTEGRATION: CWS ooo19126 (1.7.6); FILE MERGED 2005/09/05 15:19:24 rt 1.7.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f450223b28269635619c07fc395ffcee7ac8acc]

        INTEGRATION: CWS ooo19126 (1.3.208); FILE MERGED 2005/09/05 15:23:02 rt 1.3.208.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bb7a75740ce3dfab76cb207e3bc863326785050]

        INTEGRATION: CWS ooo19126 (1.2.144); FILE MERGED 2005/09/05 15:19:24 rt 1.2.144.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5bd300a4443cc93499e9bdf472b8866dda4c9fcd]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f646f43c2d0aeeda4944bb4670f677fa05822484]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:58 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8cb354f3a28d854447cbfef67ae62f8802700c31]

        INTEGRATION: CWS ooo19126 (1.6.112); FILE MERGED 2005/09/05 15:19:23 rt 1.6.112.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e32da642d6bf6dba7f7ca21a3915d69c66553dc]

        INTEGRATION: CWS ooo19126 (1.2.338); FILE MERGED 2005/09/05 15:23:02 rt 1.2.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16f317444a060162935ff89a3eec7f9d573ace4e]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:58 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [40dda514aea6b23068d3fd29f07026006f59dfc6]

        INTEGRATION: CWS ooo19126 (1.3.12); FILE MERGED 2005/09/05 15:19:23 rt 1.3.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c5a5d1a727fa8f37519d7b6023b3d889e8bb650]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e574a6ae5b7f672cdc36a7b78ec8c29cb4a475c]

        INTEGRATION: CWS ooo19126 (1.33.510); FILE MERGED 2005/09/05 15:23:00 rt 1.33.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4abcf895d5c753e6de7b1a9bb779d32ab6e8ab77]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:58 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72669cb50b534c9679627b6abb899102e0449aa7]

        INTEGRATION: CWS ooo19126 (1.12.6); FILE MERGED 2005/09/05 15:19:23 rt 1.12.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0762f3f587621086eff7b80d7247852f0260a35]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:23:00 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae84dd6ee6e6417f4a5daba4574628db43ef9107]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 17:14:55 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce8bc4fe25899635ddb9f5cc54e9ef593d646af8]

        INTEGRATION: CWS ooo19126 (1.8.210); FILE MERGED 2005/09/05 15:23:00 rt 1.8.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e261ec18842d9885259628d805386ee2587292e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:57 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2932678c6d522540bb333996fc4e386216d82d44]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:46 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5445b6007a92eda252e322d89043326c858c6353]

        INTEGRATION: CWS ooo19126 (1.2.136); FILE MERGED 2005/09/05 17:14:54 rt 1.2.136.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79005d17ba74bf99212f2aed4129351a09568384]

        INTEGRATION: CWS ooo19126 (1.6.192); FILE MERGED 2005/09/05 15:22:59 rt 1.6.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a9c0da3d752ed3da721da8a0d54127ef4afb80e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:56 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3916a33b6a9bb3d2238da8b213d613d8e910a877]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:46 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d674ca5b600845161dcb818bddf0c9dbe9055e3b]

        INTEGRATION: CWS ooo19126 (1.6.104); FILE MERGED 2005/09/05 17:14:54 rt 1.6.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b84d665b1292d2ce31815509e7f49330dc094daa]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:56 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7450e4d6f75285cec8a5cda9c2a81c2f5314ba36]

        INTEGRATION: CWS ooo19126 (1.5.436); FILE MERGED 2005/09/05 15:22:59 rt 1.5.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8dd1e212d427aa1d0e52670d50a81575cfa4a636]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:39:45 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57723628f40ccfbcb9bf6ed3534a9d437619a145]

        INTEGRATION: CWS ooo19126 (1.4.86); FILE MERGED 2005/09/05 17:14:54 rt 1.4.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cae19905f9f0263ea379c315e115c45c2277396]

        INTEGRATION: CWS ooo19126 (1.33.210); FILE MERGED 2005/09/05 15:22:59 rt 1.33.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [437a08388c5784a917cb63fdde0575673d14307b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:22:59 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f779cf1a19a59569936b8cc63a4c3933d56fe854]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:55 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [859026970728ecf442692aec9658e0a4900bbe44]

        INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 10:39:44 rt 1.6.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b456549479095be4f762f470a677dd361f17eef]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 17:14:53 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8a48fb0219afa22489654cf67765514c781f5b8]

        INTEGRATION: CWS ooo19126 (1.48.164); FILE MERGED 2005/09/05 15:22:58 rt 1.48.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed89392cb1074b5dc26dda97c4af98459603770e]

        INTEGRATION: CWS ooo19126 (1.5.120); FILE MERGED 2005/09/05 10:39:44 rt 1.5.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c0fa466bf5edd5918af5898e8bd9804f234993a]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 17:14:53 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c16816773eb9a24b3c3a97de85903a34dc693fb]

        INTEGRATION: CWS ooo19126 (1.2.110); FILE MERGED 2005/09/05 13:11:54 rt 1.2.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71b14f35ace58b3914b186b469ae439e1dcdedfe]

        INTEGRATION: CWS ooo19126 (1.24.436); FILE MERGED 2005/09/05 15:22:58 rt 1.24.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34b165a9953bd60f82ffacf046e0ebe35c75467e]

        INTEGRATION: CWS ooo19126 (1.9.86); FILE MERGED 2005/09/05 17:14:52 rt 1.9.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3ca926824e725da8b52b353db9d3dad13e24029f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14b355829fd1e2da04760bf6d3e7ce07da72a5aa]

        INTEGRATION: CWS ooo19126 (1.2.566); FILE MERGED 2005/09/05 15:22:58 rt 1.2.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ea86f4b3b1bcdd6bf9b0f1fee9dc7631072f300]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:54 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e8132b7c8fea95538399ce93fdca40da6d990a22]

        INTEGRATION: CWS ooo19126 (1.8.86); FILE MERGED 2005/09/05 17:14:52 rt 1.8.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8498c4937a1353ef4826a8a152ba03cd90a68600]

        INTEGRATION: CWS ooo19126 (1.4.298); FILE MERGED 2005/09/05 15:22:58 rt 1.4.298.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab78c74708d435e26613db5f850200bdf4e0aba3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:41 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f63e440fb3e1247929232eb6bda0aa22ae1636f]

        INTEGRATION: CWS ooo19126 (1.8.104); FILE MERGED 2005/09/05 17:14:52 rt 1.8.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f677ce18313e2443bf259a036ff5dca6b6806f0]

        INTEGRATION: CWS ooo19126 (1.4.510); FILE MERGED 2005/09/05 15:22:58 rt 1.4.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f73df6eacc00616718c1d660d55be066e21d20b4]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:11:53 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae694c372e39e0d17056ab5860de565d8fb0e545]

        INTEGRATION: CWS ooo19126 (1.3.86); FILE MERGED 2005/09/05 17:14:51 rt 1.3.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3726c99139b33f6044c70b8c1e20e24bceffb87e]

        INTEGRATION: CWS ooo19126 (1.2.608); FILE MERGED 2005/09/05 15:22:58 rt 1.2.608.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [979b2f568023e500d8e9d14363ed5de1ae2cfd5c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:52 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c76d0099124335404d6354f9ea7668a426ff875]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:14:51 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3618ea977eac4d3c7ff7b9e192cf4cae5b551671]

        INTEGRATION: CWS ooo19126 (1.3.444); FILE MERGED 2005/09/05 15:22:57 rt 1.3.444.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78e177798ebde2286d0fbfaf3986fdcad530f155]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:11:52 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87dfcb50073036a39078bc35335a8c7a58caf9aa]

        INTEGRATION: CWS ooo19126 (1.9.108); FILE MERGED 2005/09/05 17:14:50 rt 1.9.108.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [859fa55168687dff354fd41deaa0ef5a3dadc3b4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:40 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6ce1f7662dfa87a7be26380e3c4a51da8ca1199]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:52 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a5d8dea3a973f8a5696ed981c0caa5f9d8e06a6a]

        INTEGRATION: CWS ooo19126 (1.14.154); FILE MERGED 2005/09/05 15:22:57 rt 1.14.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [335c788fb0dd7ea0c7a89bb3698743eeb0af010a]

        INTEGRATION: CWS ooo19126 (1.5.86); FILE MERGED 2005/09/05 17:14:50 rt 1.5.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [35e407cb2638875c54429ed76027bfacf63c345d]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:51 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c157e55ebd65ab4e29a84dac76cb432b964f93ac]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:14:50 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7943c082b0779f6dbb7ad79545e8179b4c8913d7]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:11:51 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0df6e7973935fac02ce1dd8815c3501e25c9d389]

        INTEGRATION: CWS ooo19126 (1.3.436); FILE MERGED 2005/09/05 15:22:57 rt 1.3.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [acae48bcefc7cc42ee638f49e96ab540d89e4dc0]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:39:40 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [223eebbf9d446c0f6fd2e8c61cbff23d17bd59fd]

        INTEGRATION: CWS ooo19126 (1.8.34); FILE MERGED 2005/09/05 17:14:49 rt 1.8.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6311869eccd72d605131fc421a1a3ae4885c44c8]

        INTEGRATION: CWS ooo19126 (1.3.508); FILE MERGED 2005/09/05 15:22:56 rt 1.3.508.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d3a4cd13ffc1e4ce9de134d8b3dadbd32f8b52d]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:51 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69842f7db2e2ca724d8642a6819e69944ac75eeb]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:39 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2404baca02dc097a2780093c300f35b9717aaf38]

        INTEGRATION: CWS ooo19126 (1.9.86); FILE MERGED 2005/09/05 17:14:49 rt 1.9.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9f2895d7232d4e55b83cd77b6ac56fc53b59677d]

        INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGED 2005/09/05 13:11:50 rt 1.5.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d939c98a54f17e0296cde96e4feb12fcf52e5ef8]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 17:14:49 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df4e13e697c83043ab65eaea610710d0c10406fa]

        INTEGRATION: CWS ooo19126 (1.14.436); FILE MERGED 2005/09/05 15:22:56 rt 1.14.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0db6f756ba19cb7a9a043197c700f2cc34a54bd1]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:50 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcd19b580a44ab10982fde1f20ec18a4e377cfdd]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 17:14:49 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67f16980e7bc5b2950f38530c9fceb35a3e58c75]

        INTEGRATION: CWS ooo19126 (1.8.192); FILE MERGED 2005/09/05 15:22:56 rt 1.8.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6dd77f1e39f046d99323dff176d09da4ece61c64]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:11:50 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [368bbaa3215bd824a9130d65acf8595d71876e5e]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 17:14:48 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bcdb440ddb26e73e17b4eedc904a023b923c3f3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53be9fd6f171ba9cf99dd5fb0374160f82acdc25]

        INTEGRATION: CWS ooo19126 (1.37.352); FILE MERGED 2005/09/05 15:22:55 rt 1.37.352.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e73f702bf7e9aff2beb326936915462d299752dd]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:50 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [24771fc471c408c4a1f0e489cb849afc361309f0]

        INTEGRATION: CWS ooo19126 (1.7.124); FILE MERGED 2005/09/05 17:14:48 rt 1.7.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74d28b19b97a5d5804d739cc3785f2bdb8209929]

        INTEGRATION: CWS ooo19126 (1.3.1072); FILE MERGED 2005/09/05 15:22:55 rt 1.3.1072.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [98fc2a96168f6b70c1775770fe437c0692d524ca]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:11:49 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [82b3eea3d364f79bf67977345222674f8ddb69e9]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 17:14:47 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba3e478857b604b445db88d38fd505bc8f85587f]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:49 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [660520ed106e050f1b2d90fc99459193efb4978d]

        INTEGRATION: CWS ooo19126 (1.8.510); FILE MERGED 2005/09/05 15:22:55 rt 1.8.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d4e359e6dfa22012f6015ac83a34f79d7ee96cd]

        INTEGRATION: CWS ooo19126 (1.8.130); FILE MERGED 2005/09/05 17:14:47 rt 1.8.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89abfdc161325793285813e8faa4c359a0559454]

        INTEGRATION: CWS ooo19126 (1.25.510); FILE MERGED 2005/09/05 15:22:55 rt 1.25.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8aa082f9f0277870365f3a35e91a1db18262430]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:11:48 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fba5080bdb5a73e7508af62d36550b68501f0e8e]

        INTEGRATION: CWS ooo19126 (1.16.20); FILE MERGED 2005/09/05 17:14:47 rt 1.16.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46081ef7b5ce5df8a6bec99d088870a45afcd935]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbb8f41099229389441bc71802fe5a7d4d319d41]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:22:54 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c1760e9971fc8a2aa8cecb558edd1e8258947f6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:48 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b58733a311e8698434fd3ae7dd3c9efe34d9d14]

        INTEGRATION: CWS ooo19126 (1.12.26); FILE MERGED 2005/09/05 17:14:46 rt 1.12.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a4ef39296778b00f4ded9101fadda3bf59619e8]

        INTEGRATION: CWS ooo19126 (1.3.164); FILE MERGED 2005/09/05 15:22:54 rt 1.3.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f775bed455db2288fad9c40f90330d5eb25356a]

        INTEGRATION: CWS ooo19126 (1.6.120); FILE MERGED 2005/09/05 17:14:46 rt 1.6.120.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6052eb046e4e0e8182005bc3c5134128dfbc8ef]

        INTEGRATION: CWS ooo19126 (1.13.840); FILE MERGED 2005/09/05 15:22:54 rt 1.13.840.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [720a7f0800a0c50b18c7403404ee2668ff85f1b4]

        INTEGRATION: CWS ooo19126 (1.2.138); FILE MERGED 2005/09/05 13:11:47 rt 1.2.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9d2c16a2b2a438ec4335ff9f064d52c3e92df264]

        INTEGRATION: CWS ooo19126 (1.15.26); FILE MERGED 2005/09/05 17:14:45 rt 1.15.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [72b2b614576a118156bb1a0b355d45c0283c69db]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:36 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d96fc1eed3af249b9cd395e8930e3245d031f66]

        INTEGRATION: CWS ooo19126 (1.20.510); FILE MERGED 2005/09/05 15:22:54 rt 1.20.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c09b4ed5fb69d8a6f22946260ba7dcf9178484ce]

        INTEGRATION: CWS ooo19126 (1.4.138); FILE MERGED 2005/09/05 13:11:47 rt 1.4.138.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80f46bb18d500d0794fc603a2570eaa42e2f1ee9]

        INTEGRATION: CWS ooo19126 (1.11.124); FILE MERGED 2005/09/05 17:14:45 rt 1.11.124.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5b90e5af4c92081f393a98fd7e98856e79ab2e9c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58fe5724477cc472bad710e4dbe825c0a46f29fc]

        INTEGRATION: CWS ooo19126 (1.2.1070); FILE MERGED 2005/09/05 15:22:53 rt 1.2.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3070de48fd6309b12ac5739096de62ccc3bfc8a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:47 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eefd18c83084e4952d0168707f17a31fb2ab9d59]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 17:14:44 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf505210a2821a08739813feb8696bf14f3a0c10]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:53 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b5021224877cddba7424962f81d3d693590d0ac4]

        INTEGRATION: CWS ooo19126 (1.10.86); FILE MERGED 2005/09/05 17:14:44 rt 1.10.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7fa2e3aecf83c31bf7bafd3a8fe88812eaa2c3d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:35 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8528ec052c1318f7433678d0e2b843c6bc02b51e]

        INTEGRATION: CWS ooo19126 (1.6.126); FILE MERGED 2005/09/05 15:22:53 rt 1.6.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ddd754d13ce6e745b57576870960e32c9484a03]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:46 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d83e317d1f136830fa0e3a682f5d317f2f70bcda]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:14:43 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [966048d7d4919d9fc22ef64606a951c633f5eb81]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 13:11:46 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb052195c423dcc9ff0822ed233c54d7c3d3715c]

        INTEGRATION: CWS ooo19126 (1.29.510); FILE MERGED 2005/09/05 15:22:53 rt 1.29.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bf48a07f551262db20334b36729eb7f9f1b66b1]

        INTEGRATION: CWS ooo19126 (1.12.86); FILE MERGED 2005/09/05 17:14:42 rt 1.12.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6527995327279104122d147da2098a8e955e4bfb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:22:52 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [607890fe9dbf16f7ea8c2489792b811a78d8036b]

        INTEGRATION: CWS ooo19126 (1.11.6); FILE MERGED 2005/09/05 17:14:42 rt 1.11.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5946f3c9c477b9b671490ffb6c04b8fa0af674fa]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e1a2a2cd774848ee52139c072b6cd86c83d52e3]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 13:11:46 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93f40e47d60d07d54eaf77afe68e4fbc57d228ad]

        INTEGRATION: CWS ooo19126 (1.6.566); FILE MERGED 2005/09/05 15:22:52 rt 1.6.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e83f00bc117ed9f7fe25204431561b99cbe36488]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:34 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43495a71fa1d0c0eb95e260d2f925a7933eb628a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:45 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c61bab19b96454a31f6be8425679702f062735f]

        INTEGRATION: CWS ooo19126 (1.33.96); FILE MERGED 2005/09/05 15:22:52 rt 1.33.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ac7ba7e248d5d05ac1289d1226e2751da4619fc]

        INTEGRATION: CWS ooo19126 (1.23.32); FILE MERGED 2005/09/07 09:53:18 obr 1.23.32.1: #i54306# no more SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f647fba27b1338883a791be20b856e2bffd15e88]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:11:45 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6273ef5c99df4af801b1e937dcff5afe0176fa03]

        INTEGRATION: CWS ooo19126 (1.35.338); FILE MERGED 2005/09/05 15:22:52 rt 1.35.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c883e03a2ec3e9367f668576a9c5f4a72acaf48]

        INTEGRATION: CWS ooo19126 (1.39.6); FILE MERGED 2005/09/05 17:30:19 rt 1.39.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9da9554c2898417a37788f4ebbaf2da193de47ff]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:33 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [106e0729721d140aa0e9b261bd10a43e158dc917]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:39:32 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a69cf87eb6db55e05235bc14d74cfa2ee22852a8]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 17:30:17 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a86a0d0ee3d4dfd558b65efd79845b27e4644d5]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:11:44 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e12f75ac3a61823585e2b213fe3b2317ba14279e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b882278bc89e988736084a82e87b7e295f30091]

        INTEGRATION: CWS ooo19126 (1.4.192); FILE MERGED 2005/09/05 15:22:51 rt 1.4.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd201bc4983b864746de72b65ff230e8c157a266]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:44 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80ff7d28cc5f3f3d5da73ace607fe3e15fd774d0]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:31 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1706da6fbd6f47f4705556e8ca211d36d278a68]

        INTEGRATION: CWS ooo19126 (1.36.60); FILE MERGED 2005/09/05 15:22:51 rt 1.36.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [48555664d973c1979a64badf33ee9ab608ba8069]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:30 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [527313925a16e8dce5b2974afb0a3262a989ab3a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:29 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [65eaa9633c9236ef3e963af009525852acfdd356]

        INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGED 2005/09/05 13:11:44 rt 1.5.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19e822098b6fdc7a3760f496561914921f35c1d3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:43 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [169c13ab3040e08cdfb60bc4277eb51bc55c1fe3]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:43 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b69a6fa395835f1f36269edeaee8dcd4b0e1eec4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:39:28 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba028f33f43b72058eed8e995fb017ee106765f3]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:30:10 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d844ebf6bdbaa27251cd366e33f623fd9104188]

        INTEGRATION: CWS ooo19126 (1.36.510); FILE MERGED 2005/09/05 15:22:49 rt 1.36.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [591c3949aebc6a72b75d241734602971d91602a8]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:42 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf8e49c331d6026474bfacd5385861e1d070b9c7]

        INTEGRATION: CWS ooo19126 (1.3.1044); FILE MERGED 2005/09/05 15:22:49 rt 1.3.1044.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5cf56f84be46852168561fc2f263ac54e459f758]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:11:42 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19df15418ac3fe6e55785bc42235f626bd6b4c7f]

        INTEGRATION: CWS ooo19126 (1.13.306); FILE MERGED 2005/09/05 15:22:49 rt 1.13.306.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c976b6648cb497769c1d7ab822f82be136ed6ca]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:41 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b94e85b46473ffc83b198a1c578c83fc65937517]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:27 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bebb09017355413de106f2717cd378f0fa00c549]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:40 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [396fbcf0be3dd39781b3b4e3518afcf80d5d65ac]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:22:45 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f130921c8f6f0e00b1d7420c1f6b830c5ae9d82]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:40 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e50a91b7c8ed18a8c70ae4ee9f0f504f8bb22e4]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 17:39:48 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b63a9e41ac9219e9afd71dd3f07e6a9129f8c07]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:45 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [035e77f4041d938c0865207f7f33c33bca761df7]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:11:40 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b117d69e0c8c9af54250d63f4e8546ccfb1ae92]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:39:47 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4891b1f502f8ae441ebde51a2f694ee8cfdc41e3]

        INTEGRATION: CWS ooo19126 (1.7.248); FILE MERGED 2005/09/05 15:22:44 rt 1.7.248.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b52503612c0b925a080fc57113ad581173891c51]

        INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGED 2005/09/05 17:39:47 rt 1.2.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [26664b8f6e990e6804993090784a72047245cb65]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:26 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2161b9ce3ca32cfbd2d69bf634dc7e719ef4fe2]

        INTEGRATION: CWS ooo19126 (1.24.210); FILE MERGED 2005/09/05 15:22:44 rt 1.24.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ca8222b928f643ac7a7648b8fbc28714c1b0cef7]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:11:39 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c218adfbeb0cbcc200dcea61eb1354617ceb5fc]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [428ad7d96ed41f6f1c0e104d354a1e02ecb3ec3d]

        INTEGRATION: CWS ooo19126 (1.8.690); FILE MERGED 2005/09/05 15:22:44 rt 1.8.690.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c02e53e4df8defcf81cc8b35126974afd530822f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:39 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5be10a8da2f12aa0e4087c4437695d52305359d4]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:39:47 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [596e2c533b0aaf210e8c0a525cedd06fcda32a0d]

        INTEGRATION: CWS ooo19126 (1.23.510); FILE MERGED 2005/09/05 15:22:43 rt 1.23.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71f60796881ef1e82f065456693b3f3285f2ba36]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:11:39 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59d9e5a7cf173cdcb9e543f2591b091afd9cdcef]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:39:47 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [858e88ab36979dacb335c22c16db4f65bc089b6f]

        INTEGRATION: CWS ooo19126 (1.115.210); FILE MERGED 2005/09/05 15:22:43 rt 1.115.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e12a8a769e481a902ff94ef418ff99160dee36d]

        INTEGRATION: CWS ooo19126 (1.3.34); FILE MERGED 2005/09/05 17:39:46 rt 1.3.34.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fac20b5fa8fc12815afd5621cd17037f31bd0fb]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:11:39 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2905026683daaab1c241215b20925aa355bef6c8]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:39:25 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ca92998e09cbead219dbe20b6b339313e2fadcf]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:39:46 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac7180e6411eb7b1a051f654e6882e30dd5f3611]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:38 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78eb1e26f0af5d35f44cea049ed444f6f4408c82]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:39:46 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ec79093ae336db5d398bc1a67f6b46280fca20de]

        INTEGRATION: CWS ooo19126 (1.35.132); FILE MERGED 2005/09/05 15:22:42 rt 1.35.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a8765430453d2e5103e5cbc3465da17cba62106f]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 17:39:45 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3512020468a7cf94043187fd6124db2917733b89]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:39:24 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f144844e54fb3ce61b8f37fd4a267f6d53cbc3cd]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 17:39:45 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [017ae56212271e4e62480158c6fe929c1b94b649]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:39:24 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41dc5be39ebcfcc972673f9bc93dd83c5e6283f9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:37 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a1e13059e585bdd1dffb7576eebe2f866272e81]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:44 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a5abc8dcc6ff3b157742c669b30a6fcef90f835]

        INTEGRATION: CWS ooo19126 (1.19.510); FILE MERGED 2005/09/05 15:22:41 rt 1.19.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [551f433ad25675a456a724be96628b418607577b]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 17:39:44 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3acce230e01d27e700039e7a7c4c1e26e09ca28d]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 10:39:24 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f5426a586b3e1c4f76a4aefd9b14d45c99d44aac]

        INTEGRATION: CWS ooo19126 (1.2.1070); FILE MERGED 2005/09/05 15:22:41 rt 1.2.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5555087ce8f592a3686c9b31f1078a96cbf257dc]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 13:11:37 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ce77f63c6971153ad3bf9405620d3e71b5e175b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:24 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5eb9c7266a31e00120e367b526be8105bb926b47]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:40 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68b0c5e1332e528b8e987941b81b8be6e690327b]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 17:39:44 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [db381abae7e51bd0364e7e744e267a39093d19a2]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:37 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45cfdf481db22cb152ea5cfead0898541273de80]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 13:11:36 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d6146dbbd449fb3abecbb60307839cea10beaef0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:23 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e98ab738a3d75598b4fc73bd9cbc116af8ee33a]

        INTEGRATION: CWS ooo19126 (1.45.270); FILE MERGED 2005/09/05 15:22:39 rt 1.45.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3afbc9662d471d247b66d14544525c597137fbe]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:43 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b30938bad9e5fb892a034817b8c1fd2397897d1]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:36 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c70f9566698e7b73a2a9de793cde854de261fb3c]

        INTEGRATION: CWS ooo19126 (1.3.438); FILE MERGED 2005/09/05 15:22:39 rt 1.3.438.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ebe9a391705a1e7ce8103eff88f13f0a8588d7ad]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:11:36 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f711e481ede9cedd0713e28ed4de4b1f7df332b]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:22 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2f9397db69d94958f4210cac34f7730a85f6e90]

        INTEGRATION: CWS ooo19126 (1.29.172); FILE MERGED 2005/09/05 15:22:39 rt 1.29.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb471a5ba199ca988343e83404917fed97c422d3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:39:22 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0a189840ac014d1fae2da15015b2dd81060bdb09]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:35 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [80de4ec4aec7c24492dfc3b497f0a79318dfca33]

        INTEGRATION: CWS ooo19126 (1.46.296); FILE MERGED 2005/09/05 15:22:38 rt 1.46.296.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7656f602f6b78dc6aa825813c2c6b434a16ea09]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 17:39:43 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [255f99cbab9a8200935f738104ff2c5a78661d83]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:11:35 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7af4916e58f6ad368883cef6274b6ef8a2dcafa1]

        INTEGRATION: CWS ooo19126 (1.22.246); FILE MERGED 2005/09/05 15:22:38 rt 1.22.246.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f9684696ca1badab6be7b9902d5ea0eae77a631]

        INTEGRATION: CWS ooo19126 (1.13.16); FILE MERGED 2005/09/05 17:39:42 rt 1.13.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [889c150b00b450c22b216d978a07be47ed0bbf1f]

        INTEGRATION: CWS ooo19126 (1.4.44); FILE MERGED 2005/09/05 10:39:22 rt 1.4.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a34f36bdc4f026e04cb90d07d5c4e9bc72beab21]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 17:39:42 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efd55e2be6be1344bf133e06d8a08064baf45073]

        INTEGRATION: CWS ooo19126 (1.41.132); FILE MERGED 2005/09/05 15:22:38 rt 1.41.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bcd7b6f33ea06b5478745dad009d9dd0a3ba462]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:39:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b8e88e86af6d1feee4930f565e968e842d92ead]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:34 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4090502f877cda92b750c8528b3cc2657fa9f793]

        INTEGRATION: CWS ooo19126 (1.10.28); FILE MERGED 2005/09/05 17:39:42 rt 1.10.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a2d7f5aa895e7f96ca3922f654a79bc13af4ca8]

        INTEGRATION: CWS ooo19126 (1.4.444); FILE MERGED 2005/09/05 15:22:38 rt 1.4.444.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0553491ff3875234eb76b5ac8e1be89fcc6e8449]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:11:34 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea2bfae98efeb114a97dfc2e0a9a52602d226286]

        INTEGRATION: CWS ooo19126 (1.10.32); FILE MERGED 2005/09/05 17:39:42 rt 1.10.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [764d1a3192c792a36da4119957347c3317eb7259]

        INTEGRATION: CWS ooo19126 (1.52.132); FILE MERGED 2005/09/05 15:22:37 rt 1.52.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8d95309b10176fc431884aa4593faab8af8ea7a]

        INTEGRATION: CWS ooo19126 (1.20.210); FILE MERGED 2005/09/05 15:22:37 rt 1.20.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9084861ce3f2b0430067e48f9f7a79d5710e7518]

        INTEGRATION: CWS ooo19126 (1.10.32); FILE MERGED 2005/09/05 17:39:41 rt 1.10.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [708849363b3015e40fbc946ea61271ed0a498ec0]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:11:34 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7931179bea852114441fca23dc896924fd2dd4e1]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 15:22:37 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79337daecf6fc3b25978fba304f6630d9461510b]

        INTEGRATION: CWS ooo19126 (1.12.16); FILE MERGED 2005/09/05 17:39:41 rt 1.12.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ecdc0b6269843825e388bda91af8caaba875b2e2]

        INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGED 2005/09/05 13:11:34 rt 1.3.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bda6b8c3813e94651bab3f00719997958e299f3d]

        INTEGRATION: CWS ooo19126 (1.3.148); FILE MERGED 2005/09/05 15:22:36 rt 1.3.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05fe3208b8482578c0eac574c36dbfa6a515a551]

        INTEGRATION: CWS ooo19126 (1.16.12); FILE MERGED 2005/09/05 17:39:41 rt 1.16.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03430e9ac7775a1b0f1c49864fd23855352a705e]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:33 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7328a0900396b20117cbe1c3f0cbd9a58859f872]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 17:39:41 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3a2f49e702bf2a5c36212a280f756ed93d839ca]

        INTEGRATION: CWS ooo19126 (1.4.52); FILE MERGED 2005/09/05 15:22:36 rt 1.4.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e334a5c00923fbb09909832aa6aec28310192d85]

        INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGED 2005/09/05 13:11:33 rt 1.7.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58f20f5e85fab972ca4242272327b8791af2c539]

        INTEGRATION: CWS ooo19126 (1.6.32); FILE MERGED 2005/09/05 17:39:40 rt 1.6.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5da6a07d564a23063eb2d8068fa667b63d2e108f]

        INTEGRATION: CWS ooo19126 (1.26.192); FILE MERGED 2005/09/05 15:22:36 rt 1.26.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2b1f776caeb06bff8be46815a2d1eb2f38b7a891]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:32 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cb066a849d3c63b1b423889417c17eadb08fac1]

        INTEGRATION: CWS ooo19126 (1.9.20); FILE MERGED 2005/09/05 17:39:40 rt 1.9.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a00a5e2a1ae789038d93134044ef12a8f0f38014]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:39:40 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dfd015929d2ad4f30ac690326e60f5f5aec8106e]

        INTEGRATION: CWS ooo19126 (1.24.148); FILE MERGED 2005/09/05 15:22:35 rt 1.24.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a9503c0d5eb832cb2cca9fcea02c63f19155afa]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:11:31 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ed2d4d2df5bbeb029f8ff424747af87b3682902]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 17:39:40 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a5716c912eeaf4248b6d52fcb11fa850ddeca8a]

        INTEGRATION: CWS ooo19126 (1.47.38); FILE MERGED 2005/09/05 15:22:35 rt 1.47.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b88092da576270572172d9f9849b54a94c41208]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:31 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b072c4da899929e97cbc21e464d195e4a04dd3b]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:39:39 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [070c4525a85e7f4dddb66ef61fb30cd7c177cf3f]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:31 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e71582da11d17afff4cd41dce941f28ed25b1b64]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 17:39:39 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0441a25abee9cdc9f8cb92f9df81b11b04741e08]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 13:11:31 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1852912463f7379310e69f6c1bd471d74cf3ee38]

        INTEGRATION: CWS ooo19126 (1.26.156); FILE MERGED 2005/09/05 15:22:34 rt 1.26.156.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ca6b8868da355e2cb506138cd58dccaabbeec18]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:39 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [455cfcaf67e7c5d4c0aa92a27bb5245be4f02ebb]

        INTEGRATION: CWS ooo19126 (1.13.132); FILE MERGED 2005/09/05 15:22:34 rt 1.13.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [21de7c33d60a846fabc2129e6722131a6096a84b]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:30 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6aba92edcb94eb85cec28abd050bef21864c2058]

        INTEGRATION: CWS ooo19126 (1.9.32); FILE MERGED 2005/09/05 17:39:39 rt 1.9.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2edbf21d3edee6c0dd0bcd7f19f43f9fed2b5e4]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 13:11:30 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22c7089881cf72703fe726832485ad8b41817deb]

        INTEGRATION: CWS ooo19126 (1.3.436); FILE MERGED 2005/09/05 15:22:34 rt 1.3.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [762c44dd64c37a2d677e947ae4896bb4490435d8]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 17:39:38 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f64a533db986d87e322c8864a58e79cbd1394690]

        INTEGRATION: CWS ooo19126 (1.11.16); FILE MERGED 2005/09/05 13:11:29 rt 1.11.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b85b0e2d953bf61655c41acfee959c3f731b5982]

        INTEGRATION: CWS ooo19126 (1.13.132); FILE MERGED 2005/09/05 15:22:33 rt 1.13.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67933fbb1f90f0b93e545fdde17cac8acdb40130]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 17:39:38 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4ced8520301c0c9b07ed07b623e1395c8738f4c]

        INTEGRATION: CWS ooo19126 (1.4.130); FILE MERGED 2005/09/05 13:11:29 rt 1.4.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3ca27fecd221c0ae1d42988fc39baa35ba32703]

        INTEGRATION: CWS ooo19126 (1.4.66); FILE MERGED 2005/09/05 15:22:33 rt 1.4.66.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bd5a6299f1442001cf29b99b820de55ae72e787]

        INTEGRATION: CWS ooo19126 (1.8.14); FILE MERGED 2005/09/05 17:39:38 rt 1.8.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [12983e525260585c0c45edd6e55370be8eb24b84]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:11:29 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d97d2abdda7002ad7a94fd14dfd99f0989800c5]

        INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGED 2005/09/05 17:39:38 rt 1.6.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d82ebe7f9a138e851ecf22b90ac4adca807f5bf]

        INTEGRATION: CWS ooo19126 (1.3.338); FILE MERGED 2005/09/05 15:22:33 rt 1.3.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ff32d0c9ebf2a62ce3119d82a1659f04fac6b52f]

        INTEGRATION: CWS ooo19126 (1.11.14); FILE MERGED 2005/09/05 17:39:37 rt 1.11.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb913e622470f8c3eca5781f32d1d1b3d010e6e3]

        INTEGRATION: CWS ooo19126 (1.10.270); FILE MERGED 2005/09/05 15:22:33 rt 1.10.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a45e1a150b9ce4fca2c26a767a46235e0a2583a3]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:11:29 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57c3d23309bcea4fb5600f7d447f52ae0f50de46]

        INTEGRATION: CWS ooo19126 (1.7.32); FILE MERGED 2005/09/05 17:39:37 rt 1.7.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e46604b12d9b0b29bdc49477bbe8b42c73ddca32]

        INTEGRATION: CWS ooo19126 (1.6.566); FILE MERGED 2005/09/05 15:22:32 rt 1.6.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0257b30cf3b1175fdb8a8da1c83aa3d391bb311f]

        INTEGRATION: CWS ooo19126 (1.7.24); FILE MERGED 2005/09/05 13:11:28 rt 1.7.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37bcf5f7e70909ceb006b6398ae8ad889556f058]

        INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGED 2005/09/05 17:39:37 rt 1.7.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [087ebf59e1d77b4374bc0431c4a02eaf4e1ebc13]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:11:28 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [705eecd9a68eca192f02264a2ad2e709a8bfc4b2]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:39:36 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d91c6d1550bad8fa4432e40eebe777bb7f2336e]

        INTEGRATION: CWS ooo19126 (1.2.566); FILE MERGED 2005/09/05 15:22:32 rt 1.2.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ed669f0f4c7628de9c32a11379f3bdc4195b597d]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:11:28 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [113baeea7c99eaf4268218ef7a675ed0f28cd3bc]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:36 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [337ccc6a1b2a5ae88c285c2bef51dcb10cab4820]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:39:35 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4633f26825637b1f987024fd0993075ddf296a11]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:28 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b92ed6a39fcb6de6efb0076a9f3c19828676e02]

        INTEGRATION: CWS ooo19126 (1.5.26); FILE MERGED 2005/09/05 17:39:35 rt 1.5.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [991f4f1df6c75a8f1aa017570e2fdb933509c23b]

        INTEGRATION: CWS ooo19126 (1.6.288); FILE MERGED 2005/09/05 15:22:31 rt 1.6.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71e25912b694e8b988cb3a26094ae65714be9816]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 13:11:27 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c31a6961eaaabee26f0ab7a7182331fa8bad9db]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 17:39:35 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f789ffd1f78c90f447f8b1b0dbf22dd821dce8bd]

        INTEGRATION: CWS ooo19126 (1.5.210); FILE MERGED 2005/09/05 15:22:31 rt 1.5.210.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d7b30e84ede659cb7b71f7c0b4e3730ecaa97f92]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:27 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [52253b6bef3437f6c2eba2d44a9f05b25de19cc1]

        INTEGRATION: CWS ooo19126 (1.4.32); FILE MERGED 2005/09/05 17:39:35 rt 1.4.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fbc1cdcb754a3dd04ff2603cde1d24537f3f449]

        INTEGRATION: CWS ooo19126 (1.17.132); FILE MERGED 2005/09/05 15:22:31 rt 1.17.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be6bcb85206050ab52749d459bcec65ea8956f84]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 13:11:26 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [679b6e7dccc291105a36c90cee4f4d0820efc370]

        INTEGRATION: CWS ooo19126 (1.6.20); FILE MERGED 2005/09/05 17:39:35 rt 1.6.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [526acd7dfb7db49e68b30dacdf57fb0afb01341c]

        INTEGRATION: CWS ooo19126 (1.38.38); FILE MERGED 2005/09/05 15:22:30 rt 1.38.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b8d296b2ce36fe901686c7fc5c45b7e402705cf]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:25 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4acd1ea6270b64c31ec7d847db9013f471381ca7]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:34 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [765c5de9b0af7d2b8ba0d29187511ce5b4d1629f]

        INTEGRATION: CWS ooo19126 (1.6.270); FILE MERGED 2005/09/05 15:22:30 rt 1.6.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf50a31f5cbb6d10e5c6e015e5d66300752ac1da]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:34 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd39cd14fde57656d97fbc2fc3fe7d5eb216a50c]

        INTEGRATION: CWS ooo19126 (1.41.154); FILE MERGED 2005/09/05 15:22:30 rt 1.41.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ab6aeb59ccb4d39927830394d9d68287f753462]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 13:11:25 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b4f0898707e7551ebbb60639d6f1695e0b40d0ee]

        INTEGRATION: CWS ooo19126 (1.7.270); FILE MERGED 2005/09/05 15:22:29 rt 1.7.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53c5f0458f1293a29524af7267725dacec4d4dd8]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:24 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a663208811b823b1f1c168697da628d2600ad71]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:24 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2bb227acd51cf025b6dd174ff4d614e731cd7c46]

        INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGED 2005/09/05 17:39:33 rt 1.3.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [229d9f475d4859d01cb08c97319b67f79fff3d84]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 13:11:23 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba10f26a7d20aa7b351eb8ab7fa2298b1ee407dd]

        INTEGRATION: CWS ooo19126 (1.23.132); FILE MERGED 2005/09/05 15:22:28 rt 1.23.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59a22a3c467f75976444dc2b3fb69e10b332630a]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:39:33 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9d749415c018272d05ecdd09960242b1802ab08]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:23 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef207e02a8e2d98a12841367adede60b2b5c06ae]

        INTEGRATION: CWS ooo19126 (1.40.510); FILE MERGED 2005/09/05 15:22:28 rt 1.40.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3b823e83401626d11c64263cd30c6aa43880af8]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:33 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [335d3aa0fddbe9a4cebfebf0c1350dcf9ed54104]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:22 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9de30e9fdd55a09eb1eddf6584f26357cd030c4]

        INTEGRATION: CWS ooo19126 (1.4.1060); FILE MERGED 2005/09/05 15:22:27 rt 1.4.1060.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9cb902bec9b3123c52ce992eb289b0d73fca2d82]

        INTEGRATION: CWS ooo19126 (1.4.26); FILE MERGED 2005/09/05 17:39:33 rt 1.4.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae7b597c4698ca356471e85f7e99f30cac60e1e4]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:21 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cff3d7a4ae0faf59004fff336d839ece95858828]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:27 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4209b22b662ecb5eb5122d4962d5be26c3f766f6]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:32 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c0a29b3c249c4e3104d6ecef3b7dad3071af83c]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:11:20 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [534ec010fbb858b52f314a7e56f5740ffc45dad5]

        INTEGRATION: CWS ooo19126 (1.12.288); FILE MERGED 2005/09/05 15:22:26 rt 1.12.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b2dd2e9d1a6a0c6f1b05264cdf4737353347eea]

        INTEGRATION: CWS ooo19126 (1.3.28); FILE MERGED 2005/09/05 17:39:32 rt 1.3.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ac7207b2e25fbe6490888f849c38a1bbeb54c68]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:20 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4569da23c4b80f07784882ed70e1fa4f8151e586]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:11:19 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e16c0b9cfa11e1cfd3db5b0cce74885cec68082]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:11:19 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94cba9514f05c1cef9aac4fa4251b882662e1b4d]

        INTEGRATION: CWS ooo19126 (1.20.132); FILE MERGED 2005/09/05 15:22:26 rt 1.20.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f4c8fe6de264079dca30274d3775bc6cfd9cc571]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:11:19 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7b1647751308c2c7269f59b2e200dc6e2456c5b]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:32 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59fd624c3b51d164f57f30a25db3b6cfc1affae2]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:17 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f049b7d821fb9ed346a8f707718321d6b9a79ff3]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:31 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [54649301fb04846fd844e0add0fd18b4094d5889]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:31 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e207e23ed65d81f9bcc28e2f6e3734cac9aefa8b]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:11:17 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d59dd58a3a0e49c372df034991d701b354765996]

        INTEGRATION: CWS ooo19126 (1.2.566); FILE MERGED 2005/09/05 15:22:24 rt 1.2.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8353ae39105165fa893af7c85599f2c98464dc7f]

        INTEGRATION: CWS ooo19126 (1.6.28); FILE MERGED 2005/09/05 17:39:31 rt 1.6.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3fe8e3b000c161ec2a41d92687177679bdbd084d]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 13:11:16 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38116efe33a101df3be4e7a2220f39487a0a3bfb]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:24 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc73a5be5f08ed7a9817d8c98481c526c6aa9462]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:16 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a373f2861a122d83dcf4061d349183779781d5a7]

        INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED 2005/09/05 17:39:30 rt 1.3.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7a76b2358d8e5ef02b1764960db49dd192b2ac21]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 15:22:24 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [629d934408729b21132885f1ccc18d57ec78d485]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:16 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e3ab34345bf5cd8ef6cffa9a6439a067050a9574]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:30 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf35226b98c4dd1f2222dce9bfcb6a629491ce2e]

        INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 15:22:24 rt 1.8.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [89ce9ff4c11caa41dce54089d2c42030e3d0af96]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:16 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [953878942a203b40f901a8bf23cc0acd2be8acda]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:30 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c020eb1b74c8884ecf25801187ea5e0d5c373cff]

        INTEGRATION: CWS ooo19126 (1.5.32); FILE MERGED 2005/09/05 17:39:30 rt 1.5.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e660fa123f28fadd58405b7a34167a5aee63a49c]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:15 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb2b31a22c4407563e6edfa444b2518dbd0914d9]

        INTEGRATION: CWS ooo19126 (1.3.32); FILE MERGED 2005/09/05 17:39:29 rt 1.3.32.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94b37451b5e5b108b5b25ba782e0d1799306d10e]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:15 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22b3dc7ccecc875658dd041f6019d39336cc5371]

        INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED 2005/09/05 17:39:29 rt 1.2.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f14ccf4315b3bfa524986099d677f549cf16dd17]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:15 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c64ad2a2f10a54c7751567a644b3c32cf363c3f9]

        INTEGRATION: CWS ooo19126 (1.25.914); FILE MERGED 2005/09/05 15:22:22 rt 1.25.914.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bdf6baa584b3fe532bf894eb046c8eaf7470c72]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:11:14 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac1bd6d64006b6bf504d0e245a3b87842f10f33a]

        INTEGRATION: CWS ooo19126 (1.10.132); FILE MERGED 2005/09/05 15:22:22 rt 1.10.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d9c2cc493fe7cb0c5a9329965d6e7c990bd4738]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:11:13 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34c2855bb8c0c1e1d19dfbc923952d3132e9d7a9]

        INTEGRATION: CWS ooo19126 (1.1.150); FILE MERGED 2005/09/05 17:39:29 rt 1.1.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0b19c32f946edc7c5a3abcb00f58df5a84f6bc2]

        INTEGRATION: CWS ooo19126 (1.8.288); FILE MERGED 2005/09/05 15:22:22 rt 1.8.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9db4d356b1f38a9f21642fde568ed74fada37fce]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 13:11:12 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7067fb30b5d07cc84a83700718a2a67605f2451]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 15:22:22 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [47ebb7e8a6debe7815fdae4d9ad5500450c86237]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 12:57:05 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6c92337662cbc226a7ca77ad37e705024ac32156]

        INTEGRATION: CWS ooo19126 (1.2.22); FILE MERGED 2005/09/05 13:11:11 rt 1.2.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [472352f34e40f9ee7729ba33abf510d04ea31b73]

        INTEGRATION: CWS ooo19126 (1.6.40); FILE MERGED 2005/09/05 15:22:21 rt 1.6.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66d2eb941f76fea1f9c38ac4dc1894df873abe1a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:57:05 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ddcfa2d3e94742077a2205b10b20bc4b0bef69c]

        INTEGRATION: CWS ooo19126 (1.25.212); FILE MERGED 2005/09/05 15:22:21 rt 1.25.212.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aee10654a3847ab9ef107bd0db592101544e7717]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 12:57:04 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0890cf47d17a317d39336be0f105db95d270cdc9]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:11:10 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78a20e6cb2a783158b0b8e3783f5b0031e58f22e]

        INTEGRATION: CWS ooo19126 (1.68.36); FILE MERGED 2005/09/05 15:22:21 rt 1.68.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad0427901e51fe2e445baa68d151dac0ad55330d]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:57:04 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fd72b0f8ba0b02061e4da25969085ee95c50770]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:10 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c6c4a7a89c2c158aa29df61cf3dfa6b79693242]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:57:04 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c97e209cee4f61d797743c39b3fa4c3625e10c6]

        INTEGRATION: CWS ooo19126 (1.2.98); FILE MERGED 2005/09/05 13:11:10 rt 1.2.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [15a0dccfe7d93779924061c8a64ff28fa08a58af]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:57:04 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66338b76e069e3d7b738cba3e1454ae4e512ad21]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:11:10 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fd4b4e0eaba6ae0b7eebbe12c3d1e895e629a342]

        INTEGRATION: CWS ooo19126 (1.2.28); FILE MERGED 2005/09/05 12:57:03 rt 1.2.28.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [096785fd2985c8fefc6c0a0eb64eb2158b371004]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 13:11:09 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6b9fbb73fd20e632568d6596578fe034b614695f]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:57:03 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3a645187f763d2b5c42a262245648561017a114]

        INTEGRATION: CWS ooo19126 (1.4.14); FILE MERGED 2005/09/05 13:11:09 rt 1.4.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94a02102c5237b1a53fe25e81117ec3cc518e6f4]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 12:57:03 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56c7ab2e1297801dc1b72c59b8a12773a94e63e2]

        INTEGRATION: CWS ooo19126 (1.14.16); FILE MERGED 2005/09/05 12:57:02 rt 1.14.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10e50df5a61c96046883114a378dfa5a825296d6]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:11:09 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [771dd757921ca49df4feae17e869e23c4f5f7651]

        INTEGRATION: CWS ooo19126 (1.3.566); FILE MERGED 2005/09/05 15:22:19 rt 1.3.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16ba8121e8ebca1f717cfd48da74c7ad114a42f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:57:02 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4fb59c9ed465b7815a88de4f7ec6c226d004227f]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 13:11:09 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d86bafb26136f7d44d26e34542b7b907d0c7d4dc]

        INTEGRATION: CWS ooo19126 (1.29.434); FILE MERGED 2005/09/05 15:22:18 rt 1.29.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [773dc78b1c376c2c673b1a425a088386c037463c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:57:01 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bc6ab6c006a2de9e72cfa1a25817a85eef685cb]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:11:08 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a360f1e6323799d25f93a3fe2d5c928ce641e71]

        INTEGRATION: CWS ooo19126 (1.4.434); FILE MERGED 2005/09/05 15:22:18 rt 1.4.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [578875c48e3325dfa820b328eb2b844cc4fc065f]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:57:01 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f0ed16bbd997043be8c8571c7ef2ed0fa50d5c0]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:08 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a09ffadbd87d2bfc1a82cf95febfc432c9b9859f]

        INTEGRATION: CWS ooo19126 (1.2.608); FILE MERGED 2005/09/05 15:22:17 rt 1.2.608.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ce929eb86c8f5a431b264d289d42d353cae2aaa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:57:00 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4953f4ede112201924196111d5fdb90243add693]

        INTEGRATION: CWS ooo19126 (1.5.24); FILE MERGED 2005/09/05 13:11:08 rt 1.5.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6980838e5dc0ae45d73b5fc75f23336b67e3ab7a]

        INTEGRATION: CWS ooo19126 (1.3.434); FILE MERGED 2005/09/05 15:22:17 rt 1.3.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02d02d13a993633732ad5034a2f2d5a86c32e88b]

        INTEGRATION: CWS ooo19126 (1.2.30); FILE MERGED 2005/09/05 12:56:58 rt 1.2.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90601fb4ebbede3ef05c8d30cdc6d1887713be0f]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:11:08 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3c49bd5862f95a899a790d1d27a7bf91920a91cc]

        INTEGRATION: CWS ooo19126 (1.55.156); FILE MERGED 2005/09/05 15:22:17 rt 1.55.156.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [200a1f7e488c511d8014474a2f9c7017a8314080]

        INTEGRATION: CWS ooo19126 (1.2.128); FILE MERGED 2005/09/05 12:56:58 rt 1.2.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [18212d1be74600fc5ef0d4e2f93f96f269548abb]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 13:11:08 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [029b7e6d8884512bac6847c7214f65e13f999080]

        INTEGRATION: CWS ooo19126 (1.32.88); FILE MERGED 2005/09/05 15:22:16 rt 1.32.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d847c3f6d273ed57467663283e9cf51d35a562d0]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:11:07 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c08ad842c5e9d943120eb04eb655c4675ffdf9e]

        INTEGRATION: CWS ooo19126 (1.41.150); FILE MERGED 2005/09/05 15:22:16 rt 1.41.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e221561ac5d842a1d2a91c2340cdff66ddc4834]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 12:56:57 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c6d2a615f13834f4650d98a204f9bf6a98a966c]

        INTEGRATION: CWS ooo19126 (1.23.244); FILE MERGED 2005/09/05 15:22:16 rt 1.23.244.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02d255a71ab89472a51a4e3944e40b01bae7aafe]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 13:11:07 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5648656d5a1fc7b5b082161e618204098a7e4b5f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:56 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e13e66acf8f9aaaa33689dd318e0e8ddbd931f17]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 13:11:06 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa4ee3cdd3d8b503ffb8f319c28fd22077a5c137]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:11:06 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [226082dc318a68c3ffdda76712fc864a5142e10f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:54 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab97a78d87387bfccaac9ef0e845f033c3ffed0c]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:11:06 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [968e2478816c39e4fa51efce4c82af94de756ca7]

        INTEGRATION: CWS ooo19126 (1.65.52); FILE MERGED 2005/09/05 15:22:15 rt 1.65.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7dcceec048ce1935f8b716ee2cbf5ab8977a6d2]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:56:54 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcaca551a4fb90cabca9a64cf6d2dcc79a244974]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:06 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb9500cc6abd5f78c1093b0dc4d61bf442734a52]

        INTEGRATION: CWS ooo19126 (1.2.566); FILE MERGED 2005/09/05 15:22:15 rt 1.2.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b12baf00172ba0bbe9f37dbe2bb382b555b3bf1c]

        INTEGRATION: CWS ooo19126 (1.39.510); FILE MERGED 2005/09/05 15:22:15 rt 1.39.510.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0a5104cf2ae3ab786e5c5ed54fc2fb72e6d6016]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:05 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46e973c6ac6454025fc838e58a6a5f033c387561]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:53 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [06ee353e2130c822f8bc32b5fca8c842faa64cd3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:52 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [30c9a2923c49e1d042e46d4b55be636a726f0105]

        INTEGRATION: CWS ooo19126 (1.1.1052); FILE MERGED 2005/09/05 15:22:14 rt 1.1.1052.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1f958f246f5fe367dda24f08857b0c70d1a0194d]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:11:05 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [133d02b90f1b818b1d8832977714fb3e87cb020c]

        INTEGRATION: CWS ooo19126 (1.2.40); FILE MERGED 2005/09/05 12:56:52 rt 1.2.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7d542e758e0ea6d6f0f7a757ae6aabc6a11f3e0]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:11:04 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [47d9e70c399a3f8f3cc047e4f3dcc39fa6e1fdd7]

        INTEGRATION: CWS ooo19126 (1.91.148); FILE MERGED 2005/09/05 15:22:14 rt 1.91.148.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4b0cbf35a28f901849364f0e6b222baf3d5b5a7]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 12:56:52 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba543165848f6ce5d44ad2f8ebec726aa84e2b38]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:11:00 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d06533b066530ea2c0b5cc391f636b551fe3aaef]

        INTEGRATION: CWS ooo19126 (1.55.96); FILE MERGED 2005/09/05 15:22:14 rt 1.55.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c67ace540f4ccd2b0cb5d6cb18a7ca9384a39118]

        INTEGRATION: CWS ooo19126 (1.2.104); FILE MERGED 2005/09/05 12:56:51 rt 1.2.104.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42467dc18db66f1fae9ede7cd72234ad1d18f496]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:58 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e05860e9272d4cdf83b78e86d1fd0b9cf901e4c1]

        INTEGRATION: CWS ooo19126 (1.8.1050); FILE MERGED 2005/09/05 15:22:14 rt 1.8.1050.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e8c85166c86547d075491e33c467da364af1c21]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:51 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4c71536dec68ac64fa666188e6a2d844f936bea]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:58 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0ae3c3865e3662b6359f3b0a14b22cfe29628457]

        INTEGRATION: CWS ooo19126 (1.112.52); FILE MERGED 2005/09/05 15:22:13 rt 1.112.52.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [67928dfdf97b18c8a3bc6e02f5f50eef5719a4dd]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 13:10:58 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd8d186ea01b37fd4e2fb96db5c94f07af1f7c7b]

        INTEGRATION: CWS ooo19126 (1.4.102); FILE MERGED 2005/09/05 13:10:58 rt 1.4.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [123a6688ad4c2a4819be7ffbf57cc62e4e47d535]

        INTEGRATION: CWS ooo19126 (1.13.270); FILE MERGED 2005/09/05 15:22:13 rt 1.13.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6747e4677973f509c9799a77b93c63829fa65bb]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:57 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [af33f2a0f94d8e317424a160e66cc489d6735ff1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.140); FILE MERGED 2005/09/05 12:56:50 rt 1.1.1.1.140.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1555f651f0976bb95a3a8971f394c5858dd208bb]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:56 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [10da646a99d28e5122c4985f75717a4cb0c7bb49]

        INTEGRATION: CWS ooo19126 (1.38.270); FILE MERGED 2005/09/05 15:22:12 rt 1.38.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [59a1aa941d91f64c1f63eb775744db096e0ddad1]

        INTEGRATION: CWS ooo19126 (1.26.2); FILE MERGED 2005/09/05 17:16:55 rt 1.26.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f4a2bf73efd989b6713c243f613237885bda39f6]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:10:56 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ea8a0f729829da6ee4c150b3194aa6bdfc4117e]

        INTEGRATION: CWS ooo19126 (1.2.20); FILE MERGED 2005/09/05 17:16:54 rt 1.2.20.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5e381c466573e44aa27f113e70410a00a3c87922]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:10:56 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [002e4bf492cf96bf19996e4aa110a52f6fcec541]

        INTEGRATION: CWS ooo19126 (1.4.164); FILE MERGED 2005/09/05 15:22:09 rt 1.4.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46b5602e5c976d00e3ee3914d9b0415278becabf]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:56 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e68cabaf3f8e5f61b279d37e2de6a2baf0551922]

        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>  [cd97eb4e23a103f5e3f72bfeff121341780d64f4]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:10:55 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d11e66b678fa1dc9dccb2c5a5beafb7013054e10]

        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>  [d9adbf84ca3d943ed026edfffcee88aae4120d56]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 15:22:09 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e7941329339f93db1036abbc80bf61a55d79a38]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:55 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [55f393a85be00c3a07f489f2e0b9d732fb53bbe8]

        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>  [788ab63a68679182a4e80deecda2d21b9130433c]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:10:55 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c695b54e2915aaec76954300073087ec33a35d4b]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 15:22:08 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dd9e39736bba6919b5351ecfa6e58b03e3a41b38]

        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>  [0cab2cb5d357e9d97a4c84e6e6afc208ddcace9b]

        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>  [b4e6a97b5af8169605490efb3566025336cbff3e]

        INTEGRATION: CWS ooo19126 (1.2.914); FILE MERGED 2005/09/05 15:22:08 rt 1.2.914.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c8f5c973f3a4329b14b2b79c11d237713c1d3bb]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:54 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [627701d82f3345a408bf4e6f4a820688129ceea3]

        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>  [2592b70f8423602551fe6c8f0e408b2554025ec4]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 13:10:54 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e363f592719362fca1bbb709be241ac6293691fc]

        INTEGRATION: CWS ooo19126 (1.13.192); FILE MERGED 2005/09/05 15:22:08 rt 1.13.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [971ace30f03fe07161443fe3922063947263993c]

        INTEGRATION: CWS ooo19126 (1.4.22); FILE MERGED 2005/09/05 13:10:54 rt 1.4.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68e58736c299c81895444daeb44f7a7c33e1379e]

        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>  [5284e0e4a5a821ebf6f711ddb0c5af23b9c2d677]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:54 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [786c619f2c6944544fe35b8272660337c536f453]

        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>  [cf02ea4cfcb1e565ea4292a8b5e93e0658a66b27]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:10:53 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [824302a04f26bcb4028253b13030099c0b525099]

        INTEGRATION: CWS ooo19126 (1.15.520); FILE MERGED 2005/09/05 15:22:07 rt 1.15.520.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c8dc558f6f4f81470d222e6bc22192e240fee4f0]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:53 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f47fb995c1d2b5adfee1dbe161df598465f4e414]

        INTEGRATION: CWS ooo19126 (1.22.438); FILE MERGED 2005/09/05 15:22:07 rt 1.22.438.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5406b0e15aaf187f0c645ca33e2ae48d2f6d2d42]

        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>  [5aa1984d3885ed45929aea3c03b959155b634046]

        INTEGRATION: CWS ooo19126 (1.1.1064); FILE MERGED 2005/09/05 15:22:07 rt 1.1.1064.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [459af390be5c447c4403a3d1f33f3a01481465f4]

        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>  [2e6f61a1f9125c6fd76343e9f5b46a184843fcf9]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:53 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e55d39568cbe84239e4aeb61a663432d194369c]

        INTEGRATION: CWS ooo19126 (1.5.520); FILE MERGED 2005/09/05 15:22:06 rt 1.5.520.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c250f156799924c29f721153e96165848b5a296f]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:10:53 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ce2abf0d4f47f2f8fe6d95dff98b3b33cda15c5]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:52 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6102327f80f182f54b03feabc734ec5a5e307735]

        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>  [35632ba4aec62cb00d3cb61ff40c1761d6643f18]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:52 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [91669b38eabda314d670140c56718ebd74ce3ee5]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:52 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a64c347d8bcbf5928baa25d9d3da5c3dd9ff2a75]

        INTEGRATION: CWS ooo19126 (1.2.434); FILE MERGED 2005/09/05 15:22:05 rt 1.2.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6652b73d8f1f4ebcc8a13c8d0750e913f38de223]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:51 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2acc04a5f0b4d12327dd548fc72033a4eeb8205c]

        INTEGRATION: CWS ooo19126 (1.20.132); FILE MERGED 2005/09/05 15:22:05 rt 1.20.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fc34b9d47719941c1d19f1b1eaa271c9c07bf158]

        INTEGRATION: CWS ooo19126 (1.111.132); FILE MERGED 2005/09/05 15:22:05 rt 1.111.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a4b1b67c97966c34a858c52c037bb5d20fcd2123]

        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>  [c01cb202bf50b93063cb92454893b45acb1ed3bd]

        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>  [5a6c6395cd0550a2fc30dc443fe6bf33975ea552]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:10:50 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9b86db92309746da51c968d16d5af89c3243e37]

        INTEGRATION: CWS ooo19126 (1.57.86); FILE MERGED 2005/09/05 15:22:04 rt 1.57.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c4895e0c2fe0c9aa7352622c3757ba635ad6122]

        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>  [3b185b52f9a0f2e64feefd5a517da7c2381f36ea]

        INTEGRATION: CWS ooo19126 (1.4.96); FILE MERGED 2005/09/05 13:10:50 rt 1.4.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4015313efd8c9ad6d0424793b243cdc7aa41880c]

        INTEGRATION: CWS ooo19126 (1.17.270); FILE MERGED 2005/09/05 15:22:04 rt 1.17.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [671eec25d1c98a5ac984f5860e5f7972096db477]

        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>  [ebfc140157d43c07bd45f6dcedf31e301341c191]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:50 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d2a5a8323e1aa7135a98a577729c855631bc5c1]

        INTEGRATION: CWS ooo19126 (1.32.270); FILE MERGED 2005/09/05 15:22:04 rt 1.32.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0e869bc8c642fcf5ae58e5d46ce687f1cefb1d1]

        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>  [552255aa95d5d245dd59afd4bbae7391ee1862c2]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:50 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [726b2b0fd8b6feb7b703fd2cec153293884b94c6]

        INTEGRATION: CWS ooo19126 (1.96.40); FILE MERGED 2005/09/05 15:22:03 rt 1.96.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43edce4cb80a6928c31707d2e108dab82f90d45e]

        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>  [470752f1e3f770eb0a5e8986bbe2fe0cd7446812]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:49 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b86006b859064075a001ca8cdf64b8cb135d0d46]

        INTEGRATION: CWS ooo19126 (1.50.270); FILE MERGED 2005/09/05 15:22:03 rt 1.50.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7742396cadf8355b53fb3225f042ec25150bcc5b]

        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>  [7d5d22f9c222f12d92489ccb6041b3597f2cee7f]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:10:49 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a4dff40d31a3184d52d49e65257145fd3a19f93]

        INTEGRATION: CWS ooo19126 (1.25.184); FILE MERGED 2005/09/05 15:22:03 rt 1.25.184.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97bd7126bff38d726248fb0ec1b5557e4e7b9f7c]

        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>  [0cd2d31626204de0792bc23a4ad9a170e00e1691]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:48 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1ebccda8b41a096ff293d0847e366c1a80f4252]

        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>  [a7aef37309e47e00c3a1231c7339e0306ede6a76]

        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>  [6321f02a8d3f7cbefc8e06a8e54ff66f9e8f7312]

        INTEGRATION: CWS ooo19126 (1.49.50); FILE MERGED 2005/09/05 15:22:02 rt 1.49.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ffd4cc25e71cce8c0ce5dda47b6d22825ee5aefc]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:48 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3afcd203e1889e0bafd960ced4522b5f21885cd]

        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>  [672307c2994b813615d3bff85dda6c36d5ab541c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:47 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5cc65b2311a77771a4af78167530158964b6f5d2]

        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>  [f440fdafde19e51019b449ce582f62b47c27a088]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:47 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e1a6fc556ee1a0ac6278e3aa1dfcb5a9f49863c]

        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>  [4488093f70087b758578dc67e75f3f02ec78736c]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 13:10:47 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11cfb522c522a4907cc894bfcbf165b3d1cef553]

        INTEGRATION: CWS ooo19126 (1.14.288); FILE MERGED 2005/09/05 15:22:01 rt 1.14.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d398fbd8210eb4bac25d19008623857aa75faec]

        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>  [d2bf26ea03681d8408c5f6f91e994860f3c51daf]

        INTEGRATION: CWS ooo19126 (1.5.4); FILE MERGED 2005/09/05 13:10:47 rt 1.5.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f08ad173695faea66612c8ba5cf814654315d135]

        INTEGRATION: CWS ooo19126 (1.19.410); FILE MERGED 2005/09/05 15:22:01 rt 1.19.410.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f97ef9f61e783577bc505a65ac5327b1bc9474c]

        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>  [80db47fcf95f426457d9a9119ac6ad619159dfac]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 13:10:47 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0219810ceea5f2daffdef785d7681ee14f6844ba]

        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>  [e12a52d3af43de38a12b0d5de8b5933e0c7925e0]

        INTEGRATION: CWS ooo19126 (1.5.434); FILE MERGED 2005/09/05 15:22:01 rt 1.5.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6c545836015d61ac46f250b51409221defa40d1]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:46 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0daed8ada1d4c7fd21eadf7051c2028d2f211563]

        INTEGRATION: CWS ooo19126 (1.62.150); FILE MERGED 2005/09/05 15:22:01 rt 1.62.150.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6204908de38e80b755cf079098f995fbd18ee2e]

        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>  [5379d35b91f934d09fb07cc77dbcbed39585e701]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:46 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fccb023a1f8ca93eade2e65ee95c7bbcd5786d8d]

        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>  [82f51915dc1d3e3cb9eb73050fe832eb7d43957e]

        INTEGRATION: CWS ooo19126 (1.40.132); FILE MERGED 2005/09/05 15:22:01 rt 1.40.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8cc82bf6bebc3b6f8d634ee7e1a1e9858ad2c19d]

        INTEGRATION: CWS ooo19126 (1.102.136); FILE MERGED 2005/09/05 15:22:00 rt 1.102.136.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16db34067f08c2de27852728ee54e48f24e9c74a]

        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>  [892b533d30507c2f686f96b322b5207d50f088b1]

        INTEGRATION: CWS ooo19126 (1.34.164); FILE MERGED 2005/09/05 15:22:00 rt 1.34.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f071a01db63e370fe831c9e3a8425960da91490]

        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>  [b0c72ffbc22d674b29f22b945918a31e5ce2e0f5]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:45 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a97666e58c36e485c4b5a0976d863c193b312fb9]

        INTEGRATION: CWS ooo19126 (1.98.40); FILE MERGED 2005/09/05 15:21:59 rt 1.98.40.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dea950fc52f224435e48ffddac8d16574bcae6b1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:45 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c953236f03768ef8f3996b8739e2782389ea8e4]

        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>  [cfb8b684b2090f383a71d41211e15bd75ca143d7]

        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>  [668a1ef2abfceb86ae7b25a16ae84555b06bd7e7]

        INTEGRATION: CWS ooo19126 (1.4.8); FILE MERGED 2005/09/05 13:10:44 rt 1.4.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [754b198da03d27cdf7a1ced332d863d740b7d58e]

        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>  [d2f676e649f21b7e824784acdc685efcd9c164fc]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:44 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c5931e8222274ef18aac2c67a047c64d3956ded]

        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>  [7c87a27867448e6b004766c0c77f6aaaba863bef]

        INTEGRATION: CWS ooo19126 (1.6.8); FILE MERGED 2005/09/05 13:10:44 rt 1.6.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3dc295ce497ae1cff46154d8a85db62ab8fd3a3]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:44 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [39a16e61b9c271cf1d42327602561789bce1c7a8]

        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>  [650f9d862636c0caad24f7afe3fddd6610b75650]

        INTEGRATION: CWS ooo19126 (1.5.8); FILE MERGED 2005/09/05 13:10:43 rt 1.5.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [260dbbd141e575c22ee013a272dec43b79c75056]

        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>  [646bf4ccee9b3056419168f19cee139292e65237]

        INTEGRATION: CWS ooo19126 (1.5.270); FILE MERGED 2005/09/05 15:21:57 rt 1.5.270.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c42e236f85c71dcec8761dbeffb09ddc4c50806c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:43 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ba0426bcb568d0ed29301c369955dfbce32b538]

        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>  [ccb952c47e6b2812e17665a7ec4010f570f70bd2]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:10:43 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9c41180ae901d57f2484f9a9396fda9fa22a9542]

        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>  [2ccd6c1b4183f475aa5a82df3f46ce89957eb921]

        INTEGRATION: CWS ooo19126 (1.23.88); FILE MERGED 2005/09/05 15:21:54 rt 1.23.88.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa0ee896009f748e2e3f41d0fd1ef842b6203720]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 13:10:43 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b94b50f12286e030ac35369e5981829cfe00b46]

        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>  [6b68430128cb1dff6cc0cb0d89b2a9cb7480bfa7]

        INTEGRATION: CWS ooo19126 (1.2.654); FILE MERGED 2005/09/05 15:21:54 rt 1.2.654.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [56a7fb5739dc7af018bf2f637f2a4db33e5166c5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:42 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ba062904c2e4d64c070d40836621ed633d69c74b]

        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>  [aac7e88291a352d9d7be3e6b1ce43086b1f34d6a]

        INTEGRATION: CWS ooo19126 (1.2.338); FILE MERGED 2005/09/05 15:21:53 rt 1.2.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e957ab5369cb4f512c877e09ae7fb5c6b0bf4f0]

        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>  [18d5d3fff1dba1c9e5e0bd1986f9d83c699d477a]

        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>  [8f1276ec561ab40e1ae5e0545404e5e19fec3136]

        INTEGRATION: CWS ooo19126 (1.4.338); FILE MERGED 2005/09/05 15:21:53 rt 1.4.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cc07df22026ee73069582321ad933ccfd3f28905]

        INTEGRATION: CWS ooo19126 (1.3.338); FILE MERGED 2005/09/05 15:21:52 rt 1.3.338.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95489bc200bb3749460d0678dc36212247bf5113]

        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>  [a7179f8595a54ab690f63b596f627de41f7463a6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:41 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66061334ab2738deefca39675fbc298a0bbd46b8]

        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>  [a2438d1c69bc84e880473efe52db459588082d61]

        INTEGRATION: CWS ooo19126 (1.3.468); FILE MERGED 2005/09/05 15:21:52 rt 1.3.468.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a71d4c19ddf5343fb33d5f2159f572e49b99d26e]

        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>  [4261a52fb36bffc3d339dc4fb41e0474e629a567]

        INTEGRATION: CWS ooo19126 (1.4.154); FILE MERGED 2005/09/05 15:21:52 rt 1.4.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5ae28091a09d23afca512b9b49c4e2f673421d2d]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 13:10:41 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2549c2ad0af640c304aadb5f6b0aaa0191ae931f]

        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>  [18535d7300db4f53e7c4862df65018f9c5d64f81]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 15:21:51 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a6940197eb403a0ce343dfb0148e01623bd2349]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 13:10:41 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [873b38dfc3b758ce5ced9023e7a002a42eb03832]

        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>  [eb94267b295a5bde392ad8b9eca983e1bb13c84a]

        INTEGRATION: CWS ooo19126 (1.7.8); FILE MERGED 2005/09/05 13:10:41 rt 1.7.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2381057594e3c3c1fa8bf2c485074280355b77f9]

        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>  [5389e6f7c4340e367286efe85cee0704b74dff64]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:40 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad022f2a073a4699e1dc7ea51c660d5cf6a12fc5]

        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>  [875647707bdd9fe0729810f303657e0cca9a9211]

        INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED 2005/09/05 13:10:40 rt 1.3.110.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [46784cb019db1bac9faf022e2f6ac47ea8ceb1a8]

        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>  [762716bd68bf4de7bf4c5d4f1ca9d7537a649c71]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:44 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4296311c1f04c229db34eb47863e3840df07a4ad]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:10:39 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce26eb41357e626a315ae511a48eb14eb414d01c]

        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>  [0d54d137a2b498ac7dc0f06cf086dc2531971eb5]

        INTEGRATION: CWS ooo19126 (1.2.102); FILE MERGED 2005/09/05 13:10:39 rt 1.2.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2f9758854670ea103d840e214eff815fb27c5b6]

        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>  [abcf8280296c9b35a44d49341f97b94fccf1f3b7]

        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>  [4188c607bd790e18f0f7ab156f2b87670f191f5d]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:43 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d75516226724ee8d34282568d621453b81ee9abc]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:10:39 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [68568c48e3a0f1c6a4e6aa3f68090ce243c2900b]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:10:38 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fae8c126aec0f3a4c798c0a13ed302e93df17e93]

        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>  [68dc4cc69722e4cb72eef87e2ab9fc35b3285006]

        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>  [d9c3ea5190d2dda7cc5de97be2c3910ba7b38135]

        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>  [d08796aed028bd7b1dd3a3ee8548c159fbffe674]

        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>  [a5745a43da8f76cc865a0498ea4b6b1b0a81b927]

        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>  [9777fb1e894620357ee253662c2b1e61fc7f39e0]

        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>  [eb2ff786b731da81984d9066862083b9314857b3]

        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>  [4b986267dfc90085e145b5040e9db54621170b05]

        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>  [ceb164c514e52438d9c5ea897a218dd2f38a8ae8]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:41 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e1b9e063f93b91921a6fc624d74cedf0828f0126]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:12 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [822d1ba9a4afde91305cb938dfbca00aeb8f3082]

        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>  [cfbc0545746d3a25d0333d457544ffe56ed3a4f0]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:11 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87e70e0c6518420837c6dfe7edad72f899634a53]

        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>  [c0ff2d3c59c4be41d343af8416f05211b066b14b]

        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>  [eb424e2b4b31a5970fb9f6058e8d7f2a770f3565]

        INTEGRATION: CWS ooo19126 (1.2.608); FILE MERGED 2005/09/05 15:21:40 rt 1.2.608.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a2e5b09767d1039e0893ebdd78825b8df6fdc09e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:10 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a20c0ba104f66a9e9d60f2dc593d3e4c7dfcb539]

        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>  [383a7abac15300a2780cfe86beb56b5ce8140952]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:10 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [28ad4dab91946cb54caa66f68571cf8a7f80c80a]

        INTEGRATION: CWS ooo19126 (1.2.536); FILE MERGED 2005/09/05 15:21:40 rt 1.2.536.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00801e6c4f3afa4d7d4e09bd08711abf1d7dcf74]

        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>  [a94694f63f510f0ca45fa148ea8ef8418962385a]

        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>  [21888bbb67d65c459da180bd8861ddda8b7d9684]

        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>  [5135e12b7e7bdb4380c22763e3c666767885045d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:09 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [697875875a7286950952fab9bcfd353792b0f200]

        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>  [32edf6358576db06885b7b92f562575299a8fd3b]

        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>  [596b4c20068d079ad276fc861ac5a6e164c7bc59]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:09 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1456a83ea5d5689a7650aa534b6d66504c651639]

        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>  [a5be67f552bd83acb4d4de75c81a690004048491]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:33 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [218da8f67af7ad45a946638b091c5fb738579608]

        INTEGRATION: CWS ooo19126 (1.3.630); FILE MERGED 2005/09/05 15:21:39 rt 1.3.630.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32f55e4ecc60dba9c6732b9e4b36cde1937ec0f8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:32 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [737ac18faabee3cf0cf09f8af1aa956a0feb3a8e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a937b26da99e91687bdb40e3a98499720df55e0f]

        INTEGRATION: CWS ooo19126 (1.19.164); FILE MERGED 2005/09/05 15:21:38 rt 1.19.164.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1dbb10bca31f43464321844b5386a4af8059a06e]

        INTEGRATION: CWS ooo19126 (1.3.126); FILE MERGED 2005/09/05 10:38:08 rt 1.3.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36b79665e6bc35c289539bc529249553b20ba805]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:38:08 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [58f2addd20eaa57a1927034007d611ef0f5fd475]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:31 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [71dcd7a58b1ab178397e269f12177638017410f9]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:31 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb44d609561bda149d4557a4cfe5712a74c0314d]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 13:10:30 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [244a74c929d59388dc8de6f1b8bedaee89322c73]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:37 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [225cff385b198d6e05681f5b4b290ce805b95984]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:07 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4719517e97343c94bc2fef6df309949a23af1e04]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:30 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [487cd49c0a4d4898f6223cdc6c3829e051d6a362]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7774c7d1deb8ecde854d2292c65ec444f74ed497]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:06 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6a7955b79273534aecd3a66b93034016ce063601]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:10:30 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a41f174413364379a0877c59760bcd43e3b26e51]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:36 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd0bee567bec71236591a1b56216c50abc128869]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:05 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6d3ec33de9c4a6efb1062ad5da258d02d4c0ee1]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:29 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53c1185575c37c137a545e82be7780b3e8eb9343]

        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>  [a122e4d95ac89da21ad27f15108d827029442ada]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:10:29 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6405d1692057949d85afe72c8b15ba6e8e30e0ae]

        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>  [4141e282f7d07ea403b1cb46dd01ee0bb4e250de]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:29 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d66b93c49a070f2982625b08564d74e62bc30acf]

        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>  [671de37d96810c67b2453284be5531811250b2a6]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:04 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac4456669674fb57a8a05d8ec25afa96832a6326]

        INTEGRATION: CWS ooo19126 (1.5.42); FILE MERGED 2005/09/05 10:38:03 rt 1.5.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d658b56b22acba71511498669045f4fb2336eb3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:35 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f881694b8319bdf4ff84912335bef51e7357b9b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:03 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0af1b77be6d2aacbf0e10d0c090febfb2eb2f7ba]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:02 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [13479df6832d7d1496cf404307d9316e30df067c]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:10:28 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0cf59dda6bb49a2c32c5676c5691fc7801fb2b68]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:01 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efcd6c127d8cc0999a48211d062388d1bf1c4eba]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:27 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7caeae26423c705f9b7831780be8af04254ebcb7]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:38:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ef2a679a2bd1b73d86998f8bb66b59622efad8e]

        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>  [9fc6a446f5116352facbfdfc585693dc6c89bc44]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:26 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96c864b0d28b198e3e618bc168da9afcbf5da531]

        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>  [e4d6bfe1f7879f1ec5a10453555f76dede218c27]

        INTEGRATION: CWS ooo19126 (1.2.1068); FILE MERGED 2005/09/05 15:21:34 rt 1.2.1068.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6dde5f40135eb1a1bd3371de5cede360ea874a63]

        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>  [9a4677d9cbccd250331971c5d5038ca30c4e1b16]

        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>  [5ac8e5230da4b2eaa4f0abbe6c3c9244e2fddcc9]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:38:00 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f479f24fae747e2e6a57066393856fa1907f0a41]

        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>  [dcf8a88edada854e329db55ff932c352ccd8c9c1]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:38:00 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ea727d8583eba08df766a8bdec65efa36f49807d]

        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>  [8c1dc09bcfd0ebb69deba9e79f4ee6a0b0bc3a1a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:25 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a5055ece26ff89ccdb42936feb983533bbe05c5]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:10:25 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b8339cff09101455a4e3bd8ee6e6c1641dd29361]

        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>  [83eb44a2716b0ae2d52b193c51523d7291181282]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:59 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [36f9a5dbdf4c5f6dd8208fc585af8603198acea0]

        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>  [cb6ec0fe7e47726445262c7b730bc7d1bee1cfd4]

        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>  [106b0d6f597487180f03838882b18fd44731d9f3]

        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>  [12dc6d351932cc7c55cd71c306d1ce37102da50e]

        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>  [a67ff951b96b1ff48f0d8c66efc99de749117d4f]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 10:37:58 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcf58e48992d0603e69da165e4e5974659ed2022]

        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>  [f05c45772eaa6c378d27f82865fa042f526656dc]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:31 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b68bd6fcfb118a6e438ca03a0e373b14ce09d351]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:58 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3724b88c661f780bbf878533453d38541edf4420]

        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>  [7061cfa528c6ed92ebae32ab7dbcf952f7a2728e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:58 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a87ddf525bbe6f2c5490b69d32c43a8a46312ee6]

        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>  [b03a84a179eebf325e00e027ccddca9ed5fbb09e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:57 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [952f8a5d1bd64c4ba29e3bb8bbdac4740bffca97]

        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>  [6cd6c2a807c11b5d0f29c0f2a414779823201351]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:57 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [49f28612945dd5395841f4e0f70f4004762abe34]

        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>  [0b0fd8c0138089dee4129446b911c2786cdcce32]

        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>  [37ed17eecd93d186d4671c463d5cf39fd6860dd3]

        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>  [618f3cff9d3175ea5ab021e3b91c144e1ff5473c]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:56 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c59f8dcf806195c4fc78422c0619a88fe99bb79]

        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>  [e2bc04b0dad8c4800a4e24495808935f251338f3]

        INTEGRATION: CWS ooo19126 (1.2.288); FILE MERGED 2005/09/05 15:21:29 rt 1.2.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3f4de58f6b55c096afacd0d69e11a7593d6a773c]

        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>  [2aeca0bef84ffb8b2151bb5e9bb0350363985c1e]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:56 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae161352dcf1780e2c8bc384eca6168cfaee95a8]

        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>  [fe6d2dfbf190ff2acde9b4391ca02abe6e555143]

        INTEGRATION: CWS ooo19126 (1.4.288); FILE MERGED 2005/09/05 15:21:28 rt 1.4.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [62705c2c857b78d8a796c851c5d4d7fb662bf2fa]

        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>  [f191c582317ce4105d4cd5912eebd63a0a2ceb58]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:55 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [73bdeb789cc900ce7e1b990e353f661bb3dfa656]

        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>  [5ebeb9c7703e8fcd22bd30bd5f9c025e4932e096]

        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>  [3528c5cdceffaa04b6941ead2713a3d9c95d26a8]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:55 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f118c33fd01fb51550b14ab32757206a9034b81]

        INTEGRATION: CWS ooo19126 (1.2.258); FILE MERGED 2005/09/05 15:21:28 rt 1.2.258.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b1758e911a5c9add38d1306d8f26d36ebeed48d6]

        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>  [f0c3d3d128d9cbb5199cf8749ae171b8db6dd672]

        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>  [b7d93bef1b045cbc6b2aea2e4809f9e463a15602]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:37:54 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6864ced47d3956a65fcd193a715defb6b9d966e]

        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>  [beb4b47e5fb4187cf796474feab310add5639890]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:15 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e565d0cd8a879d9d9e1ab9bc66677d373dd7dea]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:53 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c0bf332ca93a1ee2a406fdc8944857d8d56217a3]

        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>  [f85abd57a870c6c539c532765b3422442c5402f7]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:15 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bcf9a42c391cbe97b1f8e7255fba87d13ce493d]

        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>  [182430af91a2ce350c58682442d9a9fd5ce90e3f]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 13:10:15 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5622fb1bc873a8499ec74f767d035177ae5fbdf2]

        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>  [f0dda27dc9d65bffa71214dbad2186d81fa53ec2]

        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>  [6f8a8c372581cc522e46bf4a8fcff1643ed4e075]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:10:14 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [709b24394828b46c6c1c9e5a43ce0155b12641cc]

        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>  [138be272bc63ce8a5ed0c1691ace975d30efa82b]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:10:14 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a0a1b9b1a4f6b55f54bff89b3a58b67f8603700]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:50 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1b3b8c23bdb28f7d4e0a17712c06fe86b94cff23]

        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>  [26074709bdec95bc3f92b05242b5427b490e5de5]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:10:14 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [17b7411b44c12ef0d5ff022ccdd53a92e2b0e369]

        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>  [91e8dfd48b4b9a4dc053c7439d0794be92a546fe]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:49 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d1360b2ca39e1b45244d228b3a3cdb4197d1a73f]

        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>  [ba93b9a0835cff02059bcff525a5584b8233c09b]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:10:14 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [06789aedea00b07305f250d4d9f4793ef60ff173]

        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>  [97328d8d0dedc5bda941399262eb42084a462792]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:49 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6498d68b32ed1d7c7516a7e4b5bc2a6e2a577c0]

        INTEGRATION: CWS ooo19126 (1.12.154); FILE MERGED 2005/09/05 15:21:25 rt 1.12.154.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1377579a0dd3fed73bb5993f820846799dbedcd3]

        INTEGRATION: CWS ooo19126 (1.15.288); FILE MERGED 2005/09/05 15:21:25 rt 1.15.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e34929d3e24e290437c8d837671ec933f17564fe]

        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>  [f209474b6004e4e114f484db935ede05ce01cc01]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:48 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d975545932507a0df8c518c0cac23ec8e3038774]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:13 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [509bf63473213eeef7b563cba43612004bee7da7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:48 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e89175eb1f89c46ba2bb1b60a47261b81aade48]

        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>  [ee5dfb61ddd9ab3656335e593dc427c9c6d01489]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:25 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [81036063fa78d6bd736e61175e41eabdc8abae66]

        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>  [58dbbda3bde83bb26b868d987842241e9b3093f5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:24 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cc5b3fc9cc617a1b7338e2494ec8452708b122d0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:47 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab7198eb3dc069df34c57ecf9758917b440bfa30]

        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>  [57818ab12429c5ce82467ade3708e1dc34784b73]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:10:12 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa0e4f8deef490ee016ce99a68d02d264e7cb96f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:47 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bcce2d80a95a1c5eb9a729af238218e49f7bbfec]

        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>  [e007459b7fccc431a82565a5dc3372a6896362d6]

        INTEGRATION: CWS ooo19126 (1.5.192); FILE MERGED 2005/09/05 15:21:24 rt 1.5.192.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e604e7ccb519ce3e5c776dbd0e852ffb9ed53702]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:11 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a71e97b6d732b9e8e51a390e5e8568a220c06723]

        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>  [cc41a20a8f8cc8c25895cfba054c8b48625c70d9]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:10 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4972874e96947635e2f26095f69c4ab7849b3240]

        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>  [c8f1a642a1eb3de2395b19f44f1a70babe6a0479]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [83721cd380c15b11e3ad953d0060c136d216374b]

        INTEGRATION: CWS ooo19126 (1.10.566); FILE MERGED 2005/09/05 15:21:24 rt 1.10.566.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [516eae722001012d32ce34abd3067ff93bcd3e1c]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:10 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a5822242717660c21c0a29cc28fe2fec2228765f]

        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>  [fea049e7c267d7fbaafd802d8bbc819d60bee027]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:45 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e16dc67fb91d1d7689cf4ad5228db59917291d7a]

        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>  [10bb16b5ae21f33637d5c50e1c171a604f7dfd7d]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:09 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0c84936dac6024c08690dee8787b48c0f76a06e3]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:37:44 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [225b8029a6000242b687e4090e92155b746d6807]

        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>  [194f8e5877f4acd59765b0a673d0769abf1fa4d2]

        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>  [74e1d4f9b4747fc53bda9135bfc12131c04f9ca2]

        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>  [a115673f4e21fb5789541aff986b01b9f2e7c044]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:43 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6193caff4b5f7e127783abb1e33af5bd586b8fba]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:09 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a2689f05a70c98821666d15c4b7d7f770b89abb]

        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>  [7908233e99c877976a0ba2efc6ec054689aed853]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:08 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e06e0a8c9ee385218050a1a3937c5386c4893eaf]

        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>  [8c2f217f1988692e5c8f264dc9b85e97e7933615]

        INTEGRATION: CWS ooo19126 (1.4.126); FILE MERGED 2005/09/05 10:37:43 rt 1.4.126.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab8dceff31930e044de9172e310bd727c8861b13]

        INTEGRATION: CWS ooo19126 (1.2.1064); FILE MERGED 2005/09/05 15:21:22 rt 1.2.1064.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5a0feaaf6dccc696deac6e7f6c19b5cef8798e9]

        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>  [eff8c3125eda6006cc5bb9c0f5037c622650d5e8]

        INTEGRATION: CWS ooo19126 (1.7.4); FILE MERGED 2005/09/05 10:37:42 rt 1.7.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aee267076fceae71ed342c9d233f0a048fbfc993]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:10:07 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b1665ad51acaa10f148c9d1fc00c50bcb1fcc58]

        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>  [9fb873fea104176951d03f1fc3173bb7bd6776dc]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:41 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c40d9907ae1482355c68d86233f3ad199bc2b25]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:07 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf023c962daf8c4881a13ca3848d873708b294ad]

        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>  [99d51363ad4c1a4959bcc9bcfa675ec808859aad]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:41 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [283aaa72146209717ffd17b9d588910012131475]

        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>  [cf86c27ce79b11ddef89c2d80fe2319110096109]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:40 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b9a1e80964411486f3b2ef33e24e3579ef8e199]

        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>  [7e9c47089737a52c1e1e3522a0d179bd764e4dd1]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de248f95242c406797fd51fb10af330f39a88e7e]

        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>  [8c47d9d427bcf3a8fe75b725067538dcfd81c76f]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:06 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [82ab476ea1b5ff0d8f39adb1ea79c3dd9f5a9f10]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 15:21:21 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce967b025d6b258a484f34b38f5b17d4028b5392]

        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>  [98736086174f4e28ab1798153b830d8fea16355d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7168aff50883391a65555038e3009823a804f3b2]

        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>  [f30b1a6d2409dbe4e71bb4d2d311c7a85a218d5d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:38 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [633d9d0c977317a90570c34aed759c837369ab1c]

        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>  [a0ff64789f15d8a2c4044da06aa69f42843258e4]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:37 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [939e4d7a93695e007fc6d6be604b56465d9c7e24]

        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>  [00769dc3e636dd7d2a4fe1ef79932f49909a722b]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:05 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aeb046ec834efd7ed440e698fc597ef8600c626d]

        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>  [30c93bbe91f62a77a2c4391a1d6f92a4d1b4490e]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:36 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e37a00607cd842bcae6bc717aa8a0a9099cf57ab]

        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>  [4be2852553a1c0351f49ba835aa0c4d656a244c5]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:35 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0faa8b86c3cabf69e7d2f242a5ba1714d937d7a]

        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>  [133b8f12b7adffea686eeb5c4dae3faafffa6c20]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a7dabb8e0b87862a05b6970e2cd516eb7a39f344]

        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>  [31e4dff67b7d9e1ed3b0acdeb2f0ed47cf15c0a1]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:34 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [066fbc25de26393f17d2cec04a7cd2d697a6034c]

        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>  [e6bc86497a6904c8db87d2585977a2a5f5e60b60]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:37:34 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [43b76de36d52580825458a9e6886483709be7971]

        INTEGRATION: CWS ooo19126 (1.2.1070); FILE MERGED 2005/09/05 15:21:19 rt 1.2.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8573b22a8d15bd7ccff09d708727ad2dc55b4d0a]

        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>  [497031852e9e18eca7c050c04018c9366fd8ce0c]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:34 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4c59ccddc7b01a33e3576caad8936c9e7424d608]

        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>  [4f3e8e3b5e3de0fbec0f97896a00a0359334fa11]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:33 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8a82474cf7b63c9d01ec470f7864a1d2d75db254]

        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>  [af377a97327d2a6b301a0b548c52d3ba284ec8d5]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:33 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fa29c1d70ddcc35e1e7940356296a54ecdaedaf]

        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>  [dc4d1a7a176d06298819d2a17efba1169939d807]

        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>  [1392a3855225ee5c2fbb38249e39b1ff874cbc79]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:10:01 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5dcbc6457c3c8aa1b90a97f82b2303c45ab494ac]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:18 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4d54e4c6fd242184a6efa7c07705804aae06a485]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:32 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eba3bbcebecc85b532b888c85ae37314d4bc50a9]

        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>  [2d2547fb3540d7c0b8847994b5e074f015b9b5f3]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:01 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0a47882c1ea36eb9812272182a97cb0b464e66d]

        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>  [39a57cc1fb5b883ef7d598fb5cce3143a2d2f6e3]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:10:01 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [395d455af01f411a4c5a4271ca8b4d7e065d3a07]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:32 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a77619d43ac0a711fd4eebedfed9e00133b364d]

        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>  [5aca185149030ce10ab7d63af3e6e72149c8b5fd]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:31 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0734351cc38863e653901a713496cb080ac0b940]

        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-07  Rüdiger Timm  <rt@openoffice.org>  [95244412afba66e8afb98beccd8a639c6a84005c]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:10:00 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a64c838cb7042c8aa7407d0df60ceb5f1c2852e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:31 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6545aa756eb6b7e2dd1dace900ce9b2a29711eac]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:10:00 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bd7590e95fb9c12b9c0d174385d58f570e9fa172]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:17 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5bd89990bc9f1bd0e03a32b54f20b6992d2214fb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.1086); FILE MERGED 2005/09/05 15:21:16 rt 1.1.1.1.1086.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d48a2cd15db862ff7623c2fccb47b73bacec764f]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:42 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1faef77545441afb527b48568b2ea1bdf1bd7ad]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:30 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [282332875fb712aae4e8ab4e9b91255994e7d9c5]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:59 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e5155ef73f344f6f5793848625eedcc3c8768ebb]

        INTEGRATION: CWS ooo19126 (1.2.10); FILE MERGED 2005/09/05 17:20:41 rt 1.2.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8854e3985ac98151c81ca79be84c6efb070bb018]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:59 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [83b31cd598bddc04d7a18d83930d739d59453cef]

        INTEGRATION: CWS ooo19126 (1.7.1070); FILE MERGED 2005/09/05 15:21:16 rt 1.7.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c7a1b286d31a7fef3d71a1b0cf33addc57a2b2b4]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:41 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41c3e0164ef7167598dd7af797542180761091d4]

        INTEGRATION: CWS ooo19126 (1.7.128); FILE MERGED 2005/09/05 10:37:30 rt 1.7.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [022a8130dc095b4c95b9abeef83faf16865d0f33]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:09:59 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad6a2f95ebcba57a25b5ef71f02ddeabbcc8e76b]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:29 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1c85eb88873506e572eb6404564b13a754c9b2be]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:58 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4e21a2c68553b7218689070c61ad9060e39f33d]

        INTEGRATION: CWS ooo19126 (1.3.1070); FILE MERGED 2005/09/05 15:21:15 rt 1.3.1070.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a8195f93a6ea6eb1300b131ef8f28fb455f20392]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:41 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7544d282f9a81272f66b28d4ab2cd99fc9e3d7c8]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:58 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3c67cbd1e5b75aefc9fd855c947a0a576ccda80]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:37:29 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [16bb86d1c38fc0ada960413880f96be71f86cb42]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:40 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [280de32b1f1af6cbfd3c6a409320c6e0cc31d8bc]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:28 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [879c34d7113e6daa9a06318eeff93f3505bc93f4]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:09:57 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d942da87f7af58872f3b1dae9fff518062bbc680]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:28 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a3dda611a8cbeb2b6ead3e4f6ac4fac70582bb0c]

        INTEGRATION: CWS ooo19126 (1.4.10); FILE MERGED 2005/09/05 17:20:40 rt 1.4.10.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2a27af1972db9f0d9d6d485e3a4804872e40f6a0]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:57 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14c46676dfd3ab98a0fccd324b8dd77989142960]

        INTEGRATION: CWS ooo19126 (1.3.172); FILE MERGED 2005/09/05 15:21:14 rt 1.3.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1cca269537decbabd164a3a3e08774caca729eb3]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [495344716610f9daa7f707d2fcddf9b3b5f87a44]

        INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGED 2005/09/05 17:20:40 rt 1.3.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5fda26d54e1bd8018be72dd9cb29720181860d1a]

        INTEGRATION: CWS ooo19126 (1.3.288); FILE MERGED 2005/09/05 15:21:14 rt 1.3.288.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3209eb1c24ca164ab2a1cb98bc8781cd75a6306]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:27 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab4c4df093eb147cde65edc91f7938c65ea6b685]

        INTEGRATION: CWS ooo19126 (1.8.50); FILE MERGED 2005/09/05 10:37:27 rt 1.8.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [74c53517e436006be3423d5222c1e247d8b7c894]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:39 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42f3f7733adabc70eeea71a0dbe889a472ef340d]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:56 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [705a43c6b8a3a12d38620236bb1da29874aa655b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [554f54f0429f925be026509adbb9bcbd3ea49bfd]

        INTEGRATION: CWS ooo19126 (1.5.6); FILE MERGED 2005/09/05 17:20:39 rt 1.5.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d166d6dca0008deaef1361222eb666f4ca83b56f]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:26 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [88b65a2c11ce3675f8a784474ee1a5b5e2b8f479]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:09:56 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f42997c48af7f5cead2b1bbef5f4ee8bd4d09932]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:39 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7e6e2d5f4cb240491dc1a123aa9fee5751db20e]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bd60ab0411aa28a4574f54b9c03ea5de6765dc8]

        INTEGRATION: CWS ooo19126 (1.2.46); FILE MERGED 2005/09/05 17:36:46 rt 1.2.46.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad19e652315cc8ad628607aab655906fc0a8e31e]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:25 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [571455de67dddc249ebdc82c227e5fe4ae4e3da9]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:09:55 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f958e8ba9eceb10380466ff2b384e87c0551a5f]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:38 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41aa44837ec18e5a16f5ddff6fa9bd804f627624]

        INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGED 2005/09/05 17:36:46 rt 1.3.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [99bc0da76bc0e2e98a04d38e75e55053fd9cb506]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:25 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [abfd2543a1cad14135bc1ff2d317b161e3ca5ac5]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:55 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae98a3838e55ed7d45258b0cb489bba7d3322661]

        INTEGRATION: CWS ooo19126 (1.3.68); FILE MERGED 2005/09/05 17:36:46 rt 1.3.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [032f871bb081176b4dfc04434a5ac95a9ba4a635]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:24 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8108add6229eb8ba471c888b27f187d85f70b577]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:38 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a0fe3c170c2cfac31b3a29cc6145f0df63b92d1f]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:54 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2c5d7983e3019e6504243173009c0321e52b0afb]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:36:46 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b5d121d149d30bb38a65bf43417ecde217e4871]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:20:38 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f6e71556cb67dc9c14aa9f1879ad6f04b02aaf95]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 17:36:45 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c2bc2de2823f00cccb198b284f018bd143627ff1]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:54 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85750fc0d3b3a0b67ee368add1d5b4e667af3375]

        INTEGRATION: CWS ooo19126 (1.5.128); FILE MERGED 2005/09/05 10:37:23 rt 1.5.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e4ca6109c46582458f6c6823c85c9709b6c7178]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:37 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [527259ffc145efcbc8497d2fb34e965feaf96529]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 17:36:45 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d9f80bddf7206185f52a6f9f1c3907a5cb0b1f6]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 13:09:53 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d76baaedde1b26e260a35387dc7699ae1a5ba4a]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:23 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2da47c9ccff815064953435bf2aaa85958e3b51a]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:53 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fbb050fdead05c29a31048d3f556322191984609]

        INTEGRATION: CWS ooo19126 (1.7.38); FILE MERGED 2005/09/05 17:36:44 rt 1.7.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eb87594dd9d57832496ba6efb89ff47e3a3a8599]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:52 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0de5221855bc889bf45b9f0ced8cdc8f0ba4270f]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:37:22 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b665be237c30e7af6908dabd03d6901437726e10]

        INTEGRATION: CWS ooo19126 (1.2.100); FILE MERGED 2005/09/05 17:36:44 rt 1.2.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e0d0b8b09d80135a048bb196b5e6e8ff31f2ce22]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:37:22 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e6e90d54a53abe598a8803812f2f297e9984dea]

        INTEGRATION: CWS ooo19126 (1.1.100); FILE MERGED 2005/09/05 17:36:43 rt 1.1.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b15ac8c57ef8997779afc96119222d267add4dc1]

        INTEGRATION: CWS ooo19126 (1.6.128); FILE MERGED 2005/09/05 10:37:22 rt 1.6.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d22d0e650939de995fcc6605b33e65f56b19d31c]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:36 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e8e5c740883549f6fe41f8b3a6da8b384055cde0]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:37:21 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1217aa9966a02b23638981336926ecc0b847a78]

        INTEGRATION: CWS ooo19126 (1.1.100); FILE MERGED 2005/09/05 17:36:42 rt 1.1.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [783d401b10bd76d074225cd100698cfee6c3df89]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:36 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ac883111960cc5f1b64afa9f1b38074b30a9f97]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:51 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e83c733269dfe5dd59784a37316256c281aa2cb]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:35 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e0a26cbce10e3f8b7d80b6f1f0216d631400e9b]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 17:20:35 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [290b874a9c69a4cfff1fc5b9ce732fac920c5f4b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:37:17 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2fefbe70318fcd6b6082430e3ec21bfaf2edf239]

        INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGED 2005/09/05 17:36:41 rt 1.2.50.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ea71e4aabe8c1c30ee8226c08d3fd3ef6499867]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:34 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1219aed6b7e071641b8963b028d8bef706c66ae3]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:37:16 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b3325cec5f00b8a3647f2d41c9f820f1e9514a49]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:34 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7339fb84dade52fe761bdfe41b6baabcd7e67bef]

        INTEGRATION: CWS ooo19126 (1.5.74); FILE MERGED 2005/09/05 10:37:15 rt 1.5.74.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c14dd4294bc48e457d8fb922b9bd88fdd12311fb]

        INTEGRATION: CWS ooo19126 (1.1.100); FILE MERGED 2005/09/05 17:36:41 rt 1.1.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42e14db414c0b0c2e9bfc8d84b3b2c1f7f0851eb]

        INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED 2005/09/05 17:20:34 rt 1.2.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [79ca8def67bac46c1ec316746c401ac4647ba2f0]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 17:36:40 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [388c8b20146cd54c42f902899cea73fc24bd433f]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:33 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ffc7c0e068fee273362faff9bd176b1901268d4]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:09:48 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2ca2472f2916b725e19b87d1e24f64ee8aee9c4]

        INTEGRATION: CWS ooo19126 (1.2.90); FILE MERGED 2005/09/05 17:36:40 rt 1.2.90.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f1c770d147d513a85e43c9c000c3ae30ae7c726]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:48 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [403b0f41ae55861c46d94330af7e95093903e131]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 17:36:39 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [50e574dc8d2ab3b0d216fc74ff690d11c327c743]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 17:36:39 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4a7022997dcad4685f9e4d39bbed16bb8825ec95]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:33 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [32fde39a63babd2b453d4ae9c31ba7bb4e2a8dd6]

        INTEGRATION: CWS ooo19126 (1.3.14); FILE MERGED 2005/09/05 17:36:38 rt 1.3.14.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5637e3ee478910a278a9d0c6deb6fd6be4ffc461]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:47 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b29f4b25deeb7dad2389f787b6320cd7652e451c]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 17:20:32 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4f6b939bba0004f86c3ac405e260dbae4d8971e3]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 17:36:38 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb4af66ddd1248b6412c1bbb920bb85ebf6eee37]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:32 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d2e9cb2ec973b240fe5cd69c72bbe35876972832]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:09:47 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [035fcc5b95b3d5bae52ee751e015e0e8bc20712d]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 17:36:38 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3018bf7420af0fc94bccbe950c5238888182485e]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:32 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [de31427edc2faf5070576b653bbeaa59cc35c9de]

        INTEGRATION: CWS ooo19126 (1.1.100); FILE MERGED 2005/09/05 17:36:37 rt 1.1.100.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [841d0e3c3d168d6724aa7be6a18dc32b03890f97]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:46 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2b94d779c54953425c51d38a702603a4859de23]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 17:36:37 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b027d77e483ab22fe5c2e9687e442923bbd489ef]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:31 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fa743670fdc637082a72351d6a86e88a34ccdb3f]

        INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGED 2005/09/05 17:36:36 rt 1.2.82.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fac7cbc9de67ea1dc3425222217993f97055d391]

        INTEGRATION: CWS ooo19126 (1.2.6); FILE MERGED 2005/09/05 17:20:31 rt 1.2.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab7fa1e4651c58eb5b261737a6667154e32daa54]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:45 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [562ab3e0774d0f33167d428fd4c92c444e58e0ea]

        INTEGRATION: CWS ooo19126 (1.4.68); FILE MERGED 2005/09/05 17:36:36 rt 1.4.68.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [96ebdfd6f344dfc590385b6917afe81731d3da3c]

        INTEGRATION: CWS ooo19126 (1.2.86); FILE MERGED 2005/09/05 17:36:35 rt 1.2.86.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f3b0e27fbb2388912a31fd4a0c14683ae879a8a0]

        INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGED 2005/09/05 17:20:31 rt 1.3.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [85cee83138cac5a8ad4f4b8863408361484c74d4]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:36:35 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [77d50c7fe0e561c9568e1aa3ace3b21d94680970]

        INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED 2005/09/05 13:09:44 rt 1.4.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2654ed817dd1b164c5b3e1fae5bc790ef5e6639]

        INTEGRATION: CWS ooo19126 (1.7.26); FILE MERGED 2005/09/05 17:36:34 rt 1.7.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7dd0c588e7b6d93c76c001bd271a0c5559eac9b0]

        INTEGRATION: CWS ooo19126 (1.1.30); FILE MERGED 2005/09/05 17:20:30 rt 1.1.30.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e232acea97f469fce01a88299b7fdab765756ec]

        INTEGRATION: CWS ooo19126 (1.2.16); FILE MERGED 2005/09/05 13:09:44 rt 1.2.16.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [23b3bde41485f95795768c433aefec1d9887d29d]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 17:36:34 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c32edbd25e80d671fa6b37aae157de9245476efb]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:44 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [09361a5b9c14878cdf8fe040bbbb77c2098179ce]

        INTEGRATION: CWS ooo19126 (1.3.8); FILE MERGED 2005/09/05 13:09:43 rt 1.3.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [41a2211f0e5e257eeafc49a08e12380613da5e52]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:43 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1a9bd63f2109d61e6f806ae092b1b455a418e59b]

        INTEGRATION: CWS ooo19126 (1.9.4); FILE MERGED 2005/09/05 17:37:00 rt 1.9.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8f614068092bc6be0ef4598a0fb7a494d5999241]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:42 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14f574d75b1e5851e652cdd3c0e08fd03c549145]

        INTEGRATION: CWS ooo19126 (1.2.130); FILE MERGED 2005/09/05 13:09:42 rt 1.2.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dc0c155a3a843712d9e4d054e593df11c0278063]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:41 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2060eaf7459e07da1ea8a5d18f99bab9f45f3e95]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:09:40 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab26344a6a3b5c05961ab532f2f710c082bbf0ea]

        INTEGRATION: CWS ooo19126 (1.2.146); FILE MERGED 2005/09/05 13:09:40 rt 1.2.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [229737a147af6cf841c51a5960d40a913300aad0]

        INTEGRATION: CWS ooo19126 (1.3.102); FILE MERGED 2005/09/05 13:09:39 rt 1.3.102.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4ffcd9424aa5c0a929d3fcb097987017db8e6553]

        INTEGRATION: CWS ooo19126 (1.4.24); FILE MERGED 2005/09/05 13:09:39 rt 1.4.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5f961ec8ba6cdaab19af28fda2c2dce2691d6161]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:09:38 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [339fda50400d9651c1e0412eb0e1816aa398ea2e]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:38 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [399e167fede2684868229a425a71ebd5ebf16bc1]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:37 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cbde709ce8874a613799f9389422153dc7dff0d6]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:36 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7721f1306f44cd3adb017de5b0f022b6a46724bd]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:35 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a29ac025329954388b0ae2d06021e8ac258ed2b8]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:34 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b6d1db37195cee00e3da99a7e10b426918af558f]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:33 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b47a7bb822f91d45bff54fcc17703b3588c2cc98]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:09:33 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25d28a1bbfb68a999ed103cce220900e7c614c4c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:32 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7f83df3caf6abfd68e35c60716fe29fba1a18773]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:09:30 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fb267b60f67adf4134093c330da2a64223dcda38]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 13:09:30 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b2f68dd1dde4aae098dd8ea4d3cd839179bad484]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:09:29 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a1ed7c8582e728536ebf549bcaa5d36357d9ea85]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:29 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e6b89ee8a3185e398a26dc0a7d491c16a51bf9f1]

        INTEGRATION: CWS ause034 (1.43.200); FILE MERGED 2005/08/10 09:38:58 hjs 1.43.200.1: #i52994# added dependency from patch

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [38e386d3c09878c5f75c99aac82b62220f3f3c97]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:09:28 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ebea98c006b3a7c9a47f042d289a85307f2f2549]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:27 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97e6bac2a9fdccbb255a8ba31e6c9b66e50f1732]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:27 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [df79220cae556ddd687022cc6fc7af137359c42a]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:26 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9ce9cfde9fe1a0fabf27156f6fe7653ae3cfcb12]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:26 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d022fa9322aa391c7ca92d185eb64a094ac9706f]

        INTEGRATION: CWS ooo19126 (1.3.24); FILE MERGED 2005/09/05 13:09:25 rt 1.3.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2e942b3c831392658e8564dc34dd5accb623e4e1]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:25 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [409a584676e72cdffc872a7bf476ad8d95153349]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:25 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d790a9184997ef4472879515df5e45297dffca1]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:24 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [efc7b7a42df6a66fb039e8b4af431a204babda6c]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:09:24 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7c43cc5170f79bbaf0e3f4388914af7c7a2ccd22]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:23 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [098704cfcbd627b32b0ccad02ac8ed6a6d742879]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:23 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [263eae9183f761e8fa010eb629da62e24e524896]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:22 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6769bdef33397801a246f7138c2c5aabb44338f2]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 13:09:22 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [672e6aecd7d4709236b8dd552c88d8a7b88bf8fa]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:09:21 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [92b154f6d1abf11eee212defd2260c99d8c86cc4]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:20 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c12d4d1855c088550af84fc7af46a5703ec3ca00]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:20 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [aebe8ab8d0a71e1f9f09d112c571234faef10a1d]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:19 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [37bf2dbb7be5e794af55d38224455d56b29a12d4]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:19 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b36e5da87c41f88ef4b219dcc9b3bca3f439a5db]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 13:09:19 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94d469a1bdb07c8167eb7db1a390573ed8c3d983]

        INTEGRATION: CWS ause034 (1.39.152); FILE MERGED 2005/08/04 15:07:05 hjs 1.39.152.1: #i51455# survive no match

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1be98edce4f0badde191d792291ed16389ace20a]

        INTEGRATION: CWS ause034 (1.23.152); FILE MERGED 2005/08/04 15:07:04 hjs 1.23.152.2: #i51455# survive no match 2005/07/27 14:37:28 rt 1.23.152.1: #i51455# Do not ignore return value of 'zip' command, use CHECKZIPRESULT instead (patch provided by vq)

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [11a34f364dbb490737a398dca68c0470afe46178]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:18 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2acaf7aa5ebb34ff2653fc05d7df87a50db7e180]

        INTEGRATION: CWS ooo19126 (1.7.122); FILE MERGED 2005/09/05 10:36:43 rt 1.7.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9b68eea127395335b1ec13e32f492e82f71b1184]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:18 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8aed93c8cd3c0f2da2599c1ba5f1e35bce3b88ba]

        INTEGRATION: CWS ause034 (1.15.442); FILE MERGED 2005/08/04 15:08:34 hjs 1.15.442.1: #119214# guess GXX_INCLUDE_PATH if not set

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [82f90fa96b9401407644a904bbcab45c3d4350a9]

        INTEGRATION: CWS ause034 (1.154.32); FILE MERGED 2005/08/04 15:08:34 hjs 1.154.32.1: #119214# guess GXX_INCLUDE_PATH if not set

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [12a09eef49bce1030c7720b77055fbb693c22635]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:36:43 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [911f09727480073e4e2c01b6e4e75d0ae55dd3f5]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:17 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9145979d9502b77c789e34650e14fe9f9ee7b62]

        INTEGRATION: CWS ause034 (1.172.24); FILE MERGED 2005/08/04 15:08:34 hjs 1.172.24.1: #119214# guess GXX_INCLUDE_PATH if not set

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [549670bde3a697071b530d4240070d6eeb773a90]

        INTEGRATION: CWS ause034 (1.22.152); FILE MERGED 2005/08/04 15:07:05 hjs 1.22.152.2: #i51455# survive no match 2005/07/27 14:37:28 rt 1.22.152.1: #i51455# Do not ignore return value of 'zip' command, use CHECKZIPRESULT instead (patch provided by vq)

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7fe55e9c9b3d7c5cf38b576541c5a68f840f1f7a]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:09:16 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [87f75737f6081af891b92cce91759d5862ae52ac]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:16 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fbb3917aca5749b15b94989bc57dcb14bd6ac5b3]

        INTEGRATION: CWS ooo19126 (1.2.132); FILE MERGED 2005/09/05 13:09:16 rt 1.2.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e65c5573fabda75a80331858074934d7227b8caa]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:09:16 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3cec2ccfcb656d039d7b860ff0257b887b98f207]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:15 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7fe2b56028ae7d45ca360390c4cc0cbee8e673e5]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:15 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [78c1f49b51e6ede2c911901fe34dd4f29f4d8b6b]

        INTEGRATION: CWS ause034 (1.7.2); FILE MERGED 2005/07/26 13:51:10 hjs 1.7.2.1: #i51873# don't run the output...

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0bb6472949ddd7b54bd5f14cf173744e0804cf52]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:09:14 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bb510c9e5ae7430c283e69f15f74f9e8b3a79350]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:10 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [576e00c645fb8184e6b405b588e4d8c851d8558c]

        INTEGRATION: CWS ause034 (1.1.2); FILE ADDED 2005/09/07 12:44:18 hjs 1.1.2.2: #i44902# see #i54170# 2005/08/05 11:50:11 hjs 1.1.2.1: #i44902# create wrapping source to avoid dmake feature

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e40bb3de10506aa1bc3e1815f03ed4b2c0b6c742]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:09 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [53ff3f21d1e6e5a2ac0340bbc64b71435dc8bed2]

        INTEGRATION: CWS ause034 (1.14.120); FILE MERGED 2005/08/05 11:50:11 hjs 1.14.120.1: #i44902# create wrapping source to avoid dmake feature

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3230103c71ad3a71ac5c6a8e9b8945013ad5148b]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:09:09 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [351d99266f5f9bcc198d3e6a1a20f219726e9a97]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 13:09:08 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fe6e83af61de78df07043bd472d3f9fea8b2e068]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:07 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d2f6d023cb57009d7f8ad52d94c825e1e09c78f9]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:09:07 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57c6d4cb343ebf542a7b2c0ad21982a921231132]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:06 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6fbd7ff073df5ebda21b15afaa99c69a3976d60f]

        INTEGRATION: CWS ooo19126 (1.2.96); FILE MERGED 2005/09/05 13:09:05 rt 1.2.96.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [032521dd8a7b3937ac995963717af9e7e805f9be]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:03 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8850bccdc1c9f32bbaf440bc15cfbdcdb8cfbf54]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:02 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [60f6ffb910d3446c20a822ca52f526f451ae9872]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:36:24 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c9bf1a71936a7d7c915a867be4c68b96747509c4]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:09:00 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c00ca86291db308bf85bb358b8944673fb778672]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:36:22 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [130c1c08d097b97fb8e317e7d7ac19598fa13fac]

        INTEGRATION: CWS ooo19126 (1.2.142); FILE MERGED 2005/09/05 10:36:19 rt 1.2.142.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c365b3d62780a203bb3ede4c4a58092a6e076bf5]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:08:58 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2bdebee43f90cbf09a0a1baeccfc238de958e872]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:36:18 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6d34072ddae2b78859ed18058076bcd8c77df03d]

        INTEGRATION: CWS ooo19126 (1.3.158); FILE MERGED 2005/09/05 10:36:17 rt 1.3.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2057d7c354e2b94a4dc74e592a6a58e8db68c3df]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 13:08:57 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5dfc9bac8e1bf90617109505477053a1e72ff88c]

        INTEGRATION: CWS ooo19126 (1.5.44); FILE MERGED 2005/09/05 10:36:16 rt 1.5.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [05af1af6bd5dd4671d6a1f8139b5edc347f29142]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:16 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [065048978d5e940a5f12753c9c593ab434611d28]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:16 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae5b97588cc119246d1ce97a715cb9f53e4fcbc9]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:15 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [66f4f8f2a7d08f00709d61ae94d800d3a2c3c60d]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:08:56 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1e70e8c17946152947a2d4af15a8fd965eb197b9]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 10:36:14 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c4fb79d40686a07b663b131fff0e2b3b39ab58af]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:13 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [03c3677fa830cfb1f4d14ff6d73e06c2bf04dddc]

        INTEGRATION: CWS ooo19126 (1.2.114); FILE MERGED 2005/09/05 13:08:55 rt 1.2.114.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [843bc049ee3cf2aa63ef1d2d9f9fcdc9a31d9f8b]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 10:36:12 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [94faf60d14f5d565745c670185467813f33b3c83]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:12 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3e0b69ce2935f58de9304a719eb9a3b4f8b15a52]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:11 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9abd1c32c424a52a4181f7ff6ea716c4ef52726c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:11 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e2bcb3ea5ad767f5017f545a63c970f005a8bc94]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:10 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7f4d6bfd06b0970cc5d3fd1c28ce1b5c1c83c36]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:09 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3b34793b4b5a0bed657acedb2bc2eb2d4fbf8585]

        INTEGRATION: CWS ooo19126 (1.1.1.1.158); FILE MERGED 2005/09/05 10:36:09 rt 1.1.1.1.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b62e6c6088a0bdf9ef4ed62e4aa92e92a678410d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:08 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [86699ce52e0999ca64f38a42272e956848ec8bfb]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:07 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c2f6846ba73b3146360619a7d7e403142ad9206a]

        INTEGRATION: CWS ooo19126 (1.4.42); FILE MERGED 2005/09/05 10:36:06 rt 1.4.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [29ca6e17a7e293fdd112c1bac3fcb914e43772f4]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 13:08:52 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7a028df7aa4f9433fe0f78e05151e5c80519f10]

        INTEGRATION: CWS ooo19126 (1.2.44); FILE MERGED 2005/09/05 10:36:04 rt 1.2.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7e64b455e497a28d7f8f953c72de6e23c55a28fa]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:08:52 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [08b3a4ea01abe1dc576cf34b99ed506201ca1677]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:36:03 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf8d8dd49e98abc6e49d2201bf92ca17e328087c]

        INTEGRATION: CWS ooo19126 (1.1.1.1.146); FILE MERGED 2005/09/05 13:08:51 rt 1.1.1.1.146.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f2eedc9c597bb48d37a868ec378f95c6f0311180]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:01 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c436885b87c3d613577cf808e01e62ecbf1102d4]

        INTEGRATION: CWS ooo19126 (1.3.130); FILE MERGED 2005/09/05 13:08:51 rt 1.3.130.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8ef0a33b2accac951ea1bbfe2e851a27ff52867d]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:36:00 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f12fad75791cac48480d4db368bdaf4dc4a6ac27]

        INTEGRATION: CWS ooo19126 (1.1.132); FILE MERGED 2005/09/05 13:08:50 rt 1.1.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3baf56e1c7569761a0342d937ccde78e63edc68f]

        INTEGRATION: CWS ooo19126 (1.6.60); FILE MERGED 2005/09/05 10:35:59 rt 1.6.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae6331f75af8da8c690d915b47a93c15b62fb597]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:59 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf9a19dd0ff10d1bb91f505b84cf5bfe4aaccfa2]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 12:08:09 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b23a53c470d49643dfce457ee3bb7ce32fa2fe3a]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:35:59 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7686a513c5a1540aa0766f1f717848143ad68455]

        INTEGRATION: CWS ooo19126 (1.4.122); FILE MERGED 2005/09/05 10:35:58 rt 1.4.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a258625da0dd45591a70a8999687ab01b5da6df6]

        INTEGRATION: CWS ooo19126 (1.2.8); FILE MERGED 2005/09/05 12:08:08 rt 1.2.8.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7d85d87e121e0cbac4c8afc0a68462aa848d3c41]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:58 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1ad3e4236e28b506c085b74d17867d89adb4ada7]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 10:35:57 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d53f51e6f20b7a5c2a661c931f9f2aad18798400]

        INTEGRATION: CWS ooo19126 (1.3.6); FILE MERGED 2005/09/05 12:08:08 rt 1.3.6.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b7eec1036c971ed418ef982fa57385bfe642e10]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:56 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [07f5461099236403b933057ea27f0a16353e5658]

        INTEGRATION: CWS ooo19126 (1.4.2); FILE MERGED 2005/09/05 12:08:07 rt 1.4.2.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e74e4e6ba918c6548eff6ff30bf9b2b95bc8af0b]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:35:55 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [632218479da88b7542d74ddcd7cee27bf11f2bc0]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 14:04:16 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cba55fa1014cf7d6b8c9f18f4296d33285b52c8c]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:54 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [008e5c79916da2c170b73b19c05398323ee05f53]

        INTEGRATION: CWS ooo19126 (1.4.4); FILE MERGED 2005/09/05 14:04:15 rt 1.4.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [284b5f4d14f52126c116f08f1992c898f51948bb]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:04:14 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d805715dfda8fc1f8449f2b00cfea3e2ea8ceee3]

        INTEGRATION: CWS ooo19126 (1.6.122); FILE MERGED 2005/09/05 10:35:53 rt 1.6.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [943e80128b35efe518f84cd76b858863b777b9a3]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 14:04:14 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [27ab274079b694ddec3d285b4aa45c2a3a0f47ef]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 10:35:53 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [046c73cca8e8fe08de291d4397f44e3ee45df46e]

        INTEGRATION: CWS ooo19126 (1.4.18); FILE MERGED 2005/09/05 14:04:14 rt 1.4.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25d5bfe1a313172611dfef4a5384db55fffe3363]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:53 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c63a3dcae97a6c7c8a0ed729f2acac676947d183]

        INTEGRATION: CWS ooo19126 (1.17.12); FILE MERGED 2005/09/05 14:04:13 rt 1.17.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5d2f0730b7103bca21c62759bcce70616ea76d64]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:04:13 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a23052c383346bc90c3312bf6f5fb152896919f]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:52 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0b6bce58a86ea742f70ae11839c0e1cdec9ca646]

        INTEGRATION: CWS ooo19126 (1.9.4); FILE MERGED 2005/09/05 14:04:13 rt 1.9.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [afaf698ea94e2af7fb7552075bf64c4a4b404ee3]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:52 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4127edc2815f722e63632f5e0a879ed0319e82f4]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 14:04:12 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a568163733abcad06ae4be44eebc7cee7b8bc835]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:51 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [be90b82322a1aa44185f066f499a4923af0a2c32]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:04:12 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4bee40b4779a763b01c1b02579846c00006b33a6]

        INTEGRATION: CWS ooo19126 (1.6.122); FILE MERGED 2005/09/05 10:35:51 rt 1.6.122.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cd0b792d57889a9bbb9320fe15f46b4bd73ee496]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 14:04:12 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a09a96cef2b94d6834586c4089ec344242bfb9aa]

        INTEGRATION: CWS ooo19126 (1.9.4); FILE MERGED 2005/09/05 14:04:12 rt 1.9.4.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95021f77fc1abfaca1a34415ea9e386e6f8bacf4]

        INTEGRATION: CWS ooo19126 (1.9.58); FILE MERGED 2005/09/05 10:35:51 rt 1.9.58.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b46a95337c322e30cfe772b010a3c997fb3790f6]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 14:04:11 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [15fc195ace5cda51730aced875bcb9094e03bd01]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:50 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3a237da81e8a348f5c620f97aa70e4761f7b4fc3]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 10:35:50 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7abab4a6676ffeecfa4bfcf54b25d5feac4a42c8]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:04:10 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cf7aaa65a52b3d94665cd12ec6477f66d306356d]

        INTEGRATION: CWS ooo19126 (1.5.60); FILE MERGED 2005/09/05 10:35:49 rt 1.5.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f8b8f28692d6c427ad12ecccd11edd8d1226cb3]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 14:04:09 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [266aa467d5f76343d4e4cff24a282b91bae1a4ee]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:48 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9e5e9648561625dc33bb43a7e288941a519b62d2]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 14:04:09 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [cef83d7a539f73273807f1b35d3a91eb5e11c23f]

        INTEGRATION: CWS ooo19126 (1.4.76); FILE MERGED 2005/09/05 10:35:48 rt 1.4.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b82fc205b1aa372e045c1ee9982d9aff469d96a6]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:04:09 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8c62cbeab121777c2ec2dfaa9682157c208a58ff]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:47 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [069f675e0d299d876e909a6e3f5dae6cf7b6c31f]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 14:04:09 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ef075bee48cd4b4e3a6cc1f44890a3214c1a940b]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:46 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8210d5cbff4dbec48f44ee1ad3a731e9e78ce441]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 14:04:08 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6ffbd4393c532c0eea0e1b6b53b5699265edc8c7]

        INTEGRATION: CWS ooo19126 (1.6.12); FILE MERGED 2005/09/05 14:04:08 rt 1.6.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3bf4a878402f1cf40ead9b0f2d9e6607400a8a07]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:45 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [34cd91e1cbeefa2772a1230c2bd7e356334f7ca2]

        INTEGRATION: CWS ooo19126 (1.5.18); FILE MERGED 2005/09/05 14:04:08 rt 1.5.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b9179b9221dae1095981fbb4a24041477f39f2ea]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:04:07 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6e89f5f9497d4cb55d16d0f89ebd7e424808fe6a]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:44 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [689ef5d3af71c3575ee2c76af43bc2a0c7bc88aa]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:04:06 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5c091204060379fc65d4ecf455cb213d082fa849]

        INTEGRATION: CWS ooo19126 (1.7.42); FILE MERGED 2005/09/05 14:04:05 rt 1.7.42.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d0cfc059e8335413fadb241fac6c4612c13bd774]

        INTEGRATION: CWS ooo19126 (1.3.44); FILE MERGED 2005/09/05 10:35:43 rt 1.3.44.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a9535b9997a1e020f49f4ed73f883ad0598e4a2f]

        INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 14:04:05 rt 1.6.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [25c91529c400e0a189970c4e4c8429798f7d0630]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:43 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c6712935129e7790a3baf306e2e1b08549cd874b]

        INTEGRATION: CWS ooo19126 (1.9.12); FILE MERGED 2005/09/05 14:04:04 rt 1.9.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d3925ec89c09ce8d4da176b7448ba57318c58823]

        INTEGRATION: CWS ooo19126 (1.5.22); FILE MERGED 2005/09/05 10:35:43 rt 1.5.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f1def441e7aef83a9e8c789d523d4ebf9a4ce7d3]

        INTEGRATION: CWS ooo19126 (1.11.12); FILE MERGED 2005/09/05 14:04:03 rt 1.11.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e66db3d54c080d1fe6dc7e2e0daa2988cab26b61]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:42 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [00626d34961613b3c897578994dc12090038f350]

        INTEGRATION: CWS ooo19126 (1.6.18); FILE MERGED 2005/09/05 14:04:02 rt 1.6.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b3d581d4e968fc5c6314f87baa1181914e8ff53]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:35:42 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bacdbf6c0c22eddd1f5264af7df72499298f70eb]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:04:02 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f02fe15750f5843b24993a6391c57174a2b9112a]

        INTEGRATION: CWS ooo19126 (1.3.60); FILE MERGED 2005/09/05 10:35:41 rt 1.3.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a57872445991997ffb8ee06b797567ef57a8a06c]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:04:01 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [57b58e8f16407d8efe2925f42bc27141fd602358]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:41 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3dd73d3cfc0148c7f1d0da10426927b5614bb6f7]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:04:01 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ad39e238de392e1561f86a20f486f4d09f450bcd]

        INTEGRATION: CWS ooo19126 (1.4.60); FILE MERGED 2005/09/05 10:35:40 rt 1.4.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [02a8d81b52b8cf518eb641c808b21741fca24f61]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 14:04:01 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ae66c292b90de14313c97b65b69bd05714fb359b]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:40 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0525268849039c95e4ab812b801b2b884c9bcf4b]

        INTEGRATION: CWS ooo19126 (1.12.18); FILE MERGED 2005/09/05 14:04:01 rt 1.12.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e7a48336aa0e9f01c52152e43e45515a0bf9c23f]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:39 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fabcd632578f080bc8765a0eca0ee0281887f1bf]

        INTEGRATION: CWS ooo19126 (1.2.18); FILE MERGED 2005/09/05 14:04:00 rt 1.2.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [054a25b1397e0bec0d9d21ed46b777341d9816f3]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:39 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3838b6482a4069d4b1d6391177aeaa9789a06f25]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:03:59 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3d0afa54d0348da833b27fc94c5148217e0b299a]

        INTEGRATION: CWS ooo19126 (1.4.92); FILE MERGED 2005/09/05 14:03:58 rt 1.4.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [186d9f3508e4649c85c7b0eb82a105c03b2f3e6a]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:38 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e4d3067443560edc1f62e8d2fea633465785911a]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 14:03:58 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [dbeaf0af3e3431018439c58dfe663aa5b3403db2]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:38 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d75970396dfcfce3444b03324d2dcfa88b0d280f]

        INTEGRATION: CWS ooo19126 (1.19.18); FILE MERGED 2005/09/05 14:03:58 rt 1.19.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [597eb5eba21352410cc90ead77785132ee0bba93]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:37 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [974c1751ab9f4f058f5a74a8a03cc9dbf963cf08]

        INTEGRATION: CWS ooo19126 (1.6.92); FILE MERGED 2005/09/05 14:03:57 rt 1.6.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d47401a5ce5968490378cd4d9635a24ab25fffec]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:35 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e1109a608cb85a92a4c9a3efd4a521a0adbcbf9f]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 14:03:57 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7ed40bdf91b341333468d88157eb3b717ec3b9fe]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:34 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7784213e80f0de9ba3d4abd65fc38379529926bc]

        INTEGRATION: CWS ooo19126 (1.3.18); FILE MERGED 2005/09/05 14:03:57 rt 1.3.18.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [156afef2980319418b3618de323581e93aeda0d7]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:32 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8bb3917d7c8a76047c2155f03e4fc9c0484455a2]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:30 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e2451f986a3fa6bc0bdf64226725f9f67930ea0]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:29 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f8f5e3c3eb04af22031de6980e6670fd5f7329d8]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:03:56 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [19ac43c053bbc40b65de1440808e2bf20a0eea27]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:28 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [97b4b893de1d4d9d43628f9af25e4cb2ff017353]

        INTEGRATION: CWS ooo19126 (1.3.92); FILE MERGED 2005/09/05 14:03:56 rt 1.3.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f282841bcfe925a898c9caf4803e55cde9650f2d]

        INTEGRATION: CWS ooo19126 (1.4.128); FILE MERGED 2005/09/05 10:35:27 rt 1.4.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [75d2c59b4381a254a280e2f837c8ec10c7cec307]

        INTEGRATION: CWS ooo19126 (1.8.12); FILE MERGED 2005/09/05 14:03:56 rt 1.8.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [22b7750ec3aa915ec7654c2b2e1ca4c336ee5dec]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:27 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [300cd16d278775721a657ff352d4096c8bba0bbb]

        INTEGRATION: CWS ooo19126 (1.7.12); FILE MERGED 2005/09/05 14:03:55 rt 1.7.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5be58c51c04061c253f561dfb78f868f6f5dde34]

        INTEGRATION: CWS ooo19126 (1.3.128); FILE MERGED 2005/09/05 10:35:26 rt 1.3.128.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7cecc227a079bfa369d47dc63319b1d8c92ddaf]

        INTEGRATION: CWS ooo19126 (1.5.92); FILE MERGED 2005/09/05 14:03:55 rt 1.5.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [9a51ebeeadabf1644a603df55f314d184454d7bf]

        INTEGRATION: CWS ooo19126 (1.2.158); FILE MERGED 2005/09/05 10:35:26 rt 1.2.158.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6184185851e755afa76438d85394f2bdcd9004ea]

        INTEGRATION: CWS ooo19126 (1.2.92); FILE MERGED 2005/09/05 14:03:55 rt 1.2.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [45078966f4dedc064d3b33e3720ed50b5d5138d9]

        INTEGRATION: CWS ooo19126 (1.7.92); FILE MERGED 2005/09/05 14:03:54 rt 1.7.92.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7370f69bf59a04b2825ef30217643c473bd2214d]

        INTEGRATION: CWS ooo19126 (1.18.12); FILE MERGED 2005/09/05 14:03:54 rt 1.18.12.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2f6ad235f47e66596135153aa3858737d6fc8e6e]

        INTEGRATION: CWS ooo19126 (1.16.24); FILE MERGED 2005/09/05 17:37:47 rt 1.16.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [c03f722a148bc760f85e3c65950ac42f32b42043]

        INTEGRATION: CWS ooo19126 (1.2.38); FILE MERGED 2005/09/05 17:37:47 rt 1.2.38.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [5052a82dae855cc6ff2fa45934a3c51511a55c7d]

        INTEGRATION: CWS ooo19126 (1.5.456); FILE MERGED 2005/09/05 17:37:47 rt 1.5.456.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab25f3835d4376a5e6eef2a435c9054a37cf4e09]

        INTEGRATION: CWS ooo19126 (1.38.64); FILE MERGED 2005/09/05 17:37:47 rt 1.38.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4dd660e9a53c8e44ac72f74584c0d463e563acdd]

        INTEGRATION: CWS ooo19126 (1.13.54); FILE MERGED 2005/09/05 17:37:46 rt 1.13.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3538f93f4014ede897da6db3438b1e27002bc51d]

        INTEGRATION: CWS ooo19126 (1.32.54); FILE MERGED 2005/09/05 17:37:46 rt 1.32.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d09d9bf80f840fadb5750cba1ee053d9e9d9c01]

        INTEGRATION: CWS ooo19126 (1.3.256); FILE MERGED 2005/09/05 17:37:46 rt 1.3.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7279eab06c928ddecebaa856a073fc169dd01813]

        INTEGRATION: CWS ooo19126 (1.2.456); FILE MERGED 2005/09/05 17:37:46 rt 1.2.456.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4b599bf5c0b27d097da43ff062ed559c75bedbf7]

        INTEGRATION: CWS ooo19126 (1.3.98); FILE MERGED 2005/09/05 17:37:45 rt 1.3.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3701dce819c86db7532d2f701e2bc32f0f7aa163]

        INTEGRATION: CWS ooo19126 (1.15.98); FILE MERGED 2005/09/05 17:37:45 rt 1.15.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [27306b69a52682ab4442e628b652f239f796d78b]

        INTEGRATION: CWS ooo19126 (1.48.172); FILE MERGED 2005/09/05 17:37:45 rt 1.48.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [132def802902a628e64435cf3ecc16c79446c1ab]

        INTEGRATION: CWS ooo19126 (1.24.64); FILE MERGED 2005/09/05 17:37:45 rt 1.24.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b94ca066d5c014a4e4e7d815d46cb91056f47f26]

        INTEGRATION: CWS ooo19126 (1.111.24); FILE MERGED 2005/09/05 17:37:44 rt 1.111.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b7486d8de0a3e2284bdb1bf7f4add4c249e879c9]

        INTEGRATION: CWS ooo19126 (1.16.64); FILE MERGED 2005/09/05 17:37:43 rt 1.16.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [479925028ac19f433bc3f5a0218cf58db7cf85d1]

        INTEGRATION: CWS ooo19126 (1.9.132); FILE MERGED 2005/09/05 17:37:43 rt 1.9.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [14f03fd5ef0d54e363b0687ab9dc47867d6fd68b]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 17:37:43 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [33f3c3132d7e12b558e88aea860fc7d5ba47e564]

        INTEGRATION: CWS ooo19126 (1.7.22); FILE MERGED 2005/09/05 17:37:43 rt 1.7.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f9130c0d10109c6356b9610bfe366e5c9bffe66]

        INTEGRATION: CWS ooo19126 (1.9.152); FILE MERGED 2005/09/05 17:37:42 rt 1.9.152.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [93062f7e067d9061216f854056cfbe4f00a2d596]

        INTEGRATION: CWS ooo19126 (1.15.56); FILE MERGED 2005/09/05 17:37:40 rt 1.15.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [b2c94e4a1515db080be9713a9bc52d90c83ff88c]

        INTEGRATION: CWS ooo19126 (1.28.24); FILE MERGED 2005/09/05 17:37:40 rt 1.28.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ade406f314aa512aca45efd3273bcff8a8fa05cb]

        INTEGRATION: CWS ooo19126 (1.35.54); FILE MERGED 2005/09/05 17:37:39 rt 1.35.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [95e1d3491b7b8f1d084ab635cae9a2368158ed54]

        INTEGRATION: CWS ooo19126 (1.2.106); FILE MERGED 2005/09/05 17:37:39 rt 1.2.106.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0114750cd6aa51a2772c1665f118158431544288]

        INTEGRATION: CWS ooo19126 (1.8.24); FILE MERGED 2005/09/05 17:37:39 rt 1.8.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f7e1cfb57e924c29e331ef2004efee2f7866d6f2]

        INTEGRATION: CWS ooo19126 (1.33.24); FILE MERGED 2005/09/05 17:37:38 rt 1.33.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [847e0bc1e1683d7987c4e61bfbff066f0d01b5d5]

        INTEGRATION: CWS ooo19126 (1.26.132); FILE MERGED 2005/09/05 17:37:38 rt 1.26.132.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [511f2189528d8197196583a342abcfc74f21d2c2]

        INTEGRATION: CWS ooo19126 (1.76.56); FILE MERGED 2005/09/05 17:37:37 rt 1.76.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [306ef70a7e959fb7661e56cc3127f5c30969e724]

        INTEGRATION: CWS ooo19126 (1.11.60); FILE MERGED 2005/09/05 17:37:37 rt 1.11.60.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [42bcf29403108f01b359347396d7d167a9edf46c]

        INTEGRATION: CWS ooo19126 (1.23.24); FILE MERGED 2005/09/05 17:37:37 rt 1.23.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [a77652a2764bdcc15a61fa97e6181a857f5c57dc]

        INTEGRATION: CWS ooo19126 (1.10.56); FILE MERGED 2005/09/05 17:37:31 rt 1.10.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ac496f89da8060b13031bf9f95fcac68329fcede]

        INTEGRATION: CWS ooo19126 (1.2.24); FILE MERGED 2005/09/05 17:37:31 rt 1.2.24.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2d173e7c2be4112afc08a67e7e567154cc4ee24c]

        INTEGRATION: CWS ooo19126 (1.33.56); FILE MERGED 2005/09/05 17:37:30 rt 1.33.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [31be9dc73b9b67bc3b095dd8199a5ad65f461dc9]

        INTEGRATION: CWS ooo19126 (1.78.22); FILE MERGED 2005/09/05 17:37:30 rt 1.78.22.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [eadee39188df3da043ced3ed43b0b49f4cc99519]

        INTEGRATION: CWS ooo19126 (1.4.442); FILE MERGED 2005/09/05 17:37:30 rt 1.4.442.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0e3ad487ae1d314ed98eecd40e6f36cc3bebd154]

        INTEGRATION: CWS ooo19126 (1.30.54); FILE MERGED 2005/09/05 17:37:29 rt 1.30.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bd0a91a3af3ac819f402a9da2dd23b2f835bd6f]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 17:37:29 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [3740089d65a79eb510084295948ff1465b47e152]

        INTEGRATION: CWS ooo19126 (1.8.76); FILE MERGED 2005/09/05 17:37:29 rt 1.8.76.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f95b7ff18e1e6bccc3a07b4d6277c28315fa9181]

        INTEGRATION: CWS ooo19126 (1.26.172); FILE MERGED 2005/09/05 17:37:29 rt 1.26.172.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d0c72b5af059c4f11af8378a698e618b122979e6]

        INTEGRATION: CWS ooo19126 (1.7.434); FILE MERGED 2005/09/05 17:37:28 rt 1.7.434.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e82aa955df6fd75ac5a2ec84d70896c29f02be91]

        INTEGRATION: CWS ooo19126 (1.12.350); FILE MERGED 2005/09/05 17:37:28 rt 1.12.350.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0fd2a93c2637106fbec3e35137c2db4167d8afa6]

        INTEGRATION: CWS ooo19126 (1.2.470); FILE MERGED 2005/09/05 17:37:28 rt 1.2.470.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bf38b0715b54133562f8814f0b82964e52a3570e]

        INTEGRATION: CWS ooo19126 (1.17.258); FILE MERGED 2005/09/05 17:37:28 rt 1.17.258.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ffbeee760dac640f51a0c7785a78f82785fb0bbf]

        INTEGRATION: CWS ooo19126 (1.26.240); FILE MERGED 2005/09/05 17:37:27 rt 1.26.240.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [178490bf1f8867540e2b85500402677ac977a3c4]

        INTEGRATION: CWS ooo19126 (1.2.242); FILE MERGED 2005/09/05 17:37:27 rt 1.2.242.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [6bb7b8cff8f20fe64334673faeed4a2084a3d8ed]

        INTEGRATION: CWS ooo19126 (1.6.204); FILE MERGED 2005/09/05 17:37:26 rt 1.6.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [1eb6e4eecb3a13c5891f97b4d20a8f03c9367134]

        INTEGRATION: CWS ooo19126 (1.9.204); FILE MERGED 2005/09/05 17:37:26 rt 1.9.204.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [8e97b4c4ef5b8f37b64cdc33dd4b84c0c9811162]

        INTEGRATION: CWS ooo19126 (1.5.84); FILE MERGED 2005/09/05 17:37:26 rt 1.5.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [f0bf33e3905f7b081940cdd645236c5b5301a55a]

        INTEGRATION: CWS ooo19126 (1.2.228); FILE MERGED 2005/09/05 17:37:25 rt 1.2.228.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [77fd05bf63688dfce29cbe9268a291d51da88262]

        INTEGRATION: CWS ooo19126 (1.16.36); FILE MERGED 2005/09/05 17:37:25 rt 1.16.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [625ef4c53df60f63fef1a825cf8508e47aded7c7]

        INTEGRATION: CWS ooo19126 (1.6.54); FILE MERGED 2005/09/05 17:37:24 rt 1.6.54.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [90969a94dff58def3b20eaef69ce83cafd395939]

        INTEGRATION: CWS ooo19126 (1.11.64); FILE MERGED 2005/09/05 17:37:24 rt 1.11.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [2ef2b5abf00bf0902ba6951db68b069b4f1cc2f4]

        INTEGRATION: CWS ooo19126 (1.5.436); FILE MERGED 2005/09/05 17:37:24 rt 1.5.436.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [bfc9973e8acc20a64b12d8217e1251f8792dec9a]

        INTEGRATION: CWS ooo19126 (1.8.98); FILE MERGED 2005/09/05 17:37:24 rt 1.8.98.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e34e2b93c9bd98b0ccf987fc65a4c41fbff948a9]

        INTEGRATION: CWS ooo19126 (1.12.36); FILE MERGED 2005/09/05 17:37:24 rt 1.12.36.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [675527f3bed499ef50e5dae70c3eb4b6c4cc0ce9]

        INTEGRATION: CWS ooo19126 (1.18.26); FILE MERGED 2005/09/05 17:37:23 rt 1.18.26.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [69bba909cfead0c07c0b135e598807b664a0e8cb]

        INTEGRATION: CWS ooo19126 (1.11.256); FILE MERGED 2005/09/05 17:37:23 rt 1.11.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d9ae080179fab0bbe778c8e93ca8dd4817fed5a3]

        INTEGRATION: CWS ooo19126 (1.2.256); FILE MERGED 2005/09/05 17:37:23 rt 1.2.256.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [7b5c8f3824c1a83295c579640f2011703140c788]

        INTEGRATION: CWS ooo19126 (1.3.136); FILE MERGED 2005/09/05 17:37:23 rt 1.3.136.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0d71e4a0bedaafa8d62158c223e0d133d69f9518]

        INTEGRATION: CWS ooo19126 (1.7.136); FILE MERGED 2005/09/05 17:37:23 rt 1.7.136.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [4e3b87bade10add7df7e48c064e172cd73553a3d]

        INTEGRATION: CWS ooo19126 (1.14.136); FILE MERGED 2005/09/05 17:37:22 rt 1.14.136.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [d7603db71856470343e22794e0c789025c3823ac]

        INTEGRATION: CWS ooo19126 (1.5.64); FILE MERGED 2005/09/05 17:37:22 rt 1.5.64.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [0f7f74e11e6399bd17418e6cf269f23e487b1ec4]

        INTEGRATION: CWS ooo19126 (1.12.240); FILE MERGED 2005/09/05 17:37:22 rt 1.12.240.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ce154675a0d4dfb6353e09265c279d701d0ac796]

        INTEGRATION: CWS ooo19126 (1.24.48); FILE MERGED 2005/09/05 17:37:22 rt 1.24.48.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [44f865873f75d5f840a05068ebf96fee486702a6]

        INTEGRATION: CWS ooo19126 (1.14.56); FILE MERGED 2005/09/05 17:37:21 rt 1.14.56.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [e50a2284f544e97f67fc3efd6062f08fc10f668a]

        INTEGRATION: CWS ooo19126 (1.3.84); FILE MERGED 2005/09/05 17:37:21 rt 1.3.84.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [fad6183413c16e4220b1a603a8d90f60e3987332]

        INTEGRATION: CWS ooo19126 (1.3.456); FILE MERGED 2005/09/05 17:37:21 rt 1.3.456.1: #i54170# Change license header: remove SISSL

2005-09-07  Rüdiger Timm  <rt@openoffice.org>  [ab91a53d7dd5e46fee3e72b578787037bae3c988]

        INTEGRATION: CWS ooo19126 (1.2.470); FILE MERGED 2005/09/05 17:37:21 rt 1.2.470.1: #i54170# Change license header: remove SISSL

2005-09-06  Rüdiger Timm  <rt@openoffice.org>  [f4551b48a802449916338c5c2bc873755900b965]

        #i54170# Change license header: remove SISSL

2005-09-06  Vladimir Glazounov  <vg@openoffice.org>  [d885ad63fe0130b1c97abd54e2ace6b467ead03b]

        new version for SRC680

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [4ddd1ea0db8db08b57e8fa2f1ff896978749181b]

        #i10000# if a file cannot be opened try again

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [2aa14ea48f9baef5d5f71a79402901b848826ae3]

        SRC680

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [cebdbc0a6133cc91397ad9ed2b585c34691e0cbc]

        INTEGRATION: CWS impress67 (1.62.84); FILE MERGED 2005/08/29 07:32:00 cl 1.62.84.1: #i42959# added property BuildId

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [b47ddbb7640d0ea9f51de212e381198bbb036531]

        INTEGRATION: CWS impress67 (1.56.112); FILE MERGED 2005/08/29 07:32:55 cl 1.56.112.1: #i42959# added property BuildId

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [5fad1e7d8b623a7a2fd5798cd81ccd6e67f78dd4]

        INTEGRATION: CWS impress67 (1.55.58); FILE MERGED 2005/08/29 07:30:57 cl 1.55.58.1: #i42959# added property BuildId

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [d6173910d2ade44c2acc81ede25407e5c1d9af6e]

        INTEGRATION: CWS impress67 (1.12.62); FILE MERGED 2005/08/29 07:29:51 cl 1.12.62.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [e3a76d096055c586e07c3f250bdf9b84fa984cdd]

        INTEGRATION: CWS impress67 (1.10.64); FILE MERGED 2005/08/29 07:29:50 cl 1.10.64.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [ebc1443b6fe0f817ca3f6c48a1fd72212afe1fcd]

        INTEGRATION: CWS impress67 (1.14.64); FILE MERGED 2005/08/29 07:29:50 cl 1.14.64.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [58213f93738f3f9d9f63d9dd25079530d107d869]

        INTEGRATION: CWS impress67 (1.14.92); FILE MERGED 2005/08/29 07:29:48 cl 1.14.92.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [3add0ec3b11026aa7a28b4e5c9881f7c353a15df]

        INTEGRATION: CWS impress67 (1.9.64); FILE MERGED 2005/08/29 07:29:48 cl 1.9.64.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [7c1f088b1fbad11c646c3f443629b79e0d9c8043]

        INTEGRATION: CWS impress67 (1.14.200); FILE MERGED 2005/08/29 07:24:23 cl 1.14.200.1: #i42959# added getBuildIds()

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [2aace7d69e7e0eb4264bbcd59b12891a7c6e8bd5]

        INTEGRATION: CWS impress67 (1.59.64); FILE MERGED 2005/08/29 07:27:14 cl 1.59.64.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [dd8557ed7a57c06725e149b345936b69e5de05cc]

        INTEGRATION: CWS impress67 (1.70.64); FILE MERGED 2005/08/29 07:27:13 cl 1.70.64.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [ec31298b31139e8ce497dde2f9d6bae8ee821d26]

        INTEGRATION: CWS impress67 (1.100.32); FILE MERGED 2005/08/29 07:27:12 cl 1.100.32.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [654cff736e1e1c998164e62477f918cd8193212c]

        INTEGRATION: CWS impress67 (1.32.156); FILE MERGED 2005/08/29 07:27:12 cl 1.32.156.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [08490023a96d4197ac6699759fbef87fc6aed9e3]

        INTEGRATION: CWS impress67 (1.84.88); FILE MERGED 2005/08/29 07:27:11 cl 1.84.88.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [3d88c71c32613751390544babd066ebc271911aa]

        INTEGRATION: CWS impress67 (1.5.352); FILE MERGED 2005/08/29 07:27:11 cl 1.5.352.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [0ea0b846006afa83777746911f33df3bb57f52a8]

        INTEGRATION: CWS impress67 (1.6.352); FILE MERGED 2005/08/29 07:27:10 cl 1.6.352.1: #i42959# fixed svg:stroke-opacity attribute

2005-09-05  Oliver Bolte  <obo@openoffice.org>  [3d3e8ede71413b8c071a1ac9481beab7c31c0b73]

        INTEGRATION: CWS impress67 (1.88.76); FILE MERGED 2005/08/29 07:23:51 cl 1.88.76.1: #i42959# added getBuildIds()

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [a330a1c48a0a3d2ad3dd3e14dc462dcecf8a3ad5]

        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>  [b8e21d96330b650ba73b5ccba5f2f9b857ecaf8c]

        INTEGRATION: CWS oool10n20 (1.107.20); FILE MERGED 2005/08/19 13:17:38 er 1.107.20.2: #i52857# add Oriya for Common-ctl.xcu 2005/08/17 15:50:11 er 1.107.20.1: #i53381# add Lao and Dzongkha for Common-ctl.xcu

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [711cf8ef5265eea085851380a34f1038ca253d64]

        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>  [2154b49333121b5bd33cfbfacf37336223e07d40]

        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>  [1b1279f530cdeb29004f9e700813073bf0c4c7e4]

        INTEGRATION: CWS oool10n20 (1.28.56); FILE MERGED 2005/09/01 07:52:24 pjanik 1.28.56.6: #i54080#: Add Irish (ga). 2005/08/31 16:29:12 ihi 1.28.56.5: #i52943# added sh-YU sr-CS 2005/08/22 13:12:11 ihi 1.28.56.4: #i53152# Swahili added 2005/08/10 18:36:45 pjanik 1.28.56.3: #i53186#: Add st (Southern Sotho), ts (Tsonga), ve (Venda), nr (Ndebele South) and ss (Siswant) ISO codes. 2005/08/10 18:10:36 pjanik 1.28.56.2: #i52880#: Add Nepali (ne) ISO code. 2005/08/10 18:09:38 pjanik 1.28.56.1: #i52804#: Add Lao (lo) ISO code.

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [1b908b02010f8cb504468407b018df98f733366f]

        INTEGRATION: CWS oool10n20 (1.40.34); FILE MERGED 2005/09/01 09:28:45 ihi 1.40.34.4: #i54089# add bn 2005/08/26 15:56:22 ihi 1.40.34.3: #i53836# nepali unkown to windows installer 2005/08/16 16:00:30 ihi 1.40.34.2: #i53379# language dz added 2005/08/12 13:45:14 ihi 1.40.34.1: #i53248# Add South African languages to installers no MS locale list

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [0da74b3396346d0eaa690cefe2b54a1000f8d66a]

        INTEGRATION: CWS oool10n20 (1.19.56); FILE MERGED 2005/08/19 14:38:29 ihi 1.19.56.1: #53475# Hebrew added

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [452b48853b38867d5f1c585271c678a6cc17c192]

        INTEGRATION: CWS oool10n20 (1.4.14); FILE MERGED 2005/08/31 16:26:32 ihi 1.4.14.5: #i53987# added sw-TZ,ss,st,ve 2005/08/30 15:16:50 ihi 1.4.14.4: #i53987# nr,sh-YU,sr-CS added 2005/08/26 16:07:25 ihi 1.4.14.3: #i53836# Nepali added 2005/08/19 14:43:39 ihi 1.4.14.2: #i52856# Oriya support 2005/08/10 14:34:40 ihi 1.4.14.1: joined from cws nativefixer18 Bengali,Lao

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [dc3b5516d1a594f7944a9ceedc12e0e2f81fa372]

        INTEGRATION: CWS oool10n20 (1.18.10); FILE MERGED 2005/08/26 14:54:38 ihi 1.18.10.1: #i53803# duplicated http in link

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [e187f306044ff382c0c0b515597ac7b5974b741c]

        INTEGRATION: CWS c04v1 (1.1.2); FILE ADDED 2005/06/23 11:26:50 hjs 1.1.2.1: #123804# customized splash

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [3ca4ff1f14971e3ec9d7320bf6f37b2a715866b1]

        INTEGRATION: CWS ivo10 (1.9.90); FILE MERGED 2005/08/09 17:39:57 ihi 1.9.90.1: #123521# cwslocalize eis api

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [f75b4aba4a528347e3971fff1261dde96d91f1cf]

        INTEGRATION: CWS hr18 (1.131.4); FILE MERGED 2005/08/18 15:29:58 hr 1.131.4.2: RESYNC: (1.131-1.136); FILE MERGED 2005/08/10 13:07:53 hr 1.131.4.1: #i53108#; enable building and packing with the debug version of STLport

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [3b88862d3ef87d29054fbce6be96e3ed06f01928]

        INTEGRATION: CWS hr18 (1.5.54); FILE MERGED 2005/08/10 13:01:27 hr 1.5.54.1: #i53162#: ZipPackageFolderEnumeration c'tor: iterator is initialized from wrong container

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [a3a644b9a6ae1a5a5afe682cbde41890ac0a448e]

        INTEGRATION: CWS hr18 (1.9.214); FILE MERGED 2005/08/10 13:01:27 hr 1.9.214.1: #i53162#: ZipPackageFolderEnumeration c'tor: iterator is initialized from wrong container

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [58b82dbc4244cd6e009763cc9de0e7c11ae92701]

        INTEGRATION: CWS hr18 (1.36.18); FILE MERGED 2005/08/10 12:28:06 hr 1.36.18.1: #i53108#: link sal against STLport (debugging) library if compiling with checking iterators

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [c1232e2b838ad4e9bffc5c1070c9bc79004c2781]

        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>  [50b694c8e10d94e967aae802720eb01e3349a134]

        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>  [efeb0793bb9d9e2bc30a317a40dfdd12719721c8]

        INTEGRATION: CWS hr18 (1.7.20); FILE MERGED 2005/08/09 16:30:36 hr 1.7.20.1: #i53116# NodeUpdate::removePropertyByName(): compare iterators belonging to the same container

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [e7cae0cef873a388eebe83c211106a4d282f113a]

        INTEGRATION: CWS hr18 (1.19.28); FILE MERGED 2005/08/11 14:13:52 hr 1.19.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [55d77e0ec06275211e645875555520280790dfb0]

        INTEGRATION: CWS hr18 (1.11.28); FILE MERGED 2005/08/11 14:13:42 hr 1.11.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [91d79c3b4e4e7549e8ae06222612a70a75b360d0]

        INTEGRATION: CWS hr18 (1.13.28); FILE MERGED 2005/08/09 15:45:12 hr 1.13.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [75e94ae0bfdb300800db62a78edbe61ff1f51cb3]

        INTEGRATION: CWS hr18 (1.172.28); FILE MERGED 2005/08/09 15:45:11 hr 1.172.28.1: #i53108#: enable STLport debug mode with environment variable USE_STLP_DEBUG

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [e2f04fae289737f6b33f0e38f9bc1746f5eeac03]

        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>  [be032ba0705ffd653797a8c0b3a938ec638c9376]

        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>  [9446bc6c0e12472bc2053d6d31f4992580e12982]

        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>  [97ae05e05666716eed1d8d5090923ab486bc60f7]

        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-09-05  Rüdiger Timm  <rt@openoffice.org>  [79648dcf47d9e860995891c04edf5c1c963e233f]

        INTEGRATION: CWS hr18 (1.5.424); FILE MERGED 2005/08/10 16:53:17 hr 1.5.424.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [d9e22403458ee5cf07d27eb964229a58bfad62a4]

        INTEGRATION: CWS hr18 (1.4.424); FILE MERGED 2005/08/10 16:52:16 hr 1.4.424.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [5b723f608c1ca53470c9a36b145cb3040ba94f33]

        INTEGRATION: CWS hr18 (1.19.86); FILE MERGED 2005/08/10 16:51:27 hr 1.19.86.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [12f484caf8e6848d1136cc9ee88910badef7ab79]

        INTEGRATION: CWS hr18 (1.9.38); FILE MERGED 2005/08/10 16:48:23 hr 1.9.38.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [2f0b0722702444c946144bc602a5077bc07ed1d2]

        INTEGRATION: CWS hr18 (1.3.94); FILE MERGED 2005/08/10 16:47:24 hr 1.3.94.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [bee4686c0cd920a9cf502426aa4886febfa86e8a]

        INTEGRATION: CWS hr18 (1.60.34); FILE MERGED 2005/08/10 16:46:41 hr 1.60.34.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [7bc7ecffe34990c7522468be90392f1dee621d0e]

        INTEGRATION: CWS hr18 (1.5.462); FILE MERGED 2005/08/10 16:45:22 hr 1.5.462.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [b49b9532c0b09d8fdf6a67ecb2501d0516fa0b33]

        INTEGRATION: CWS hr18 (1.7.462); FILE MERGED 2005/08/10 16:45:22 hr 1.7.462.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [e69757b9ff3763b772cca59232148ce10b482b23]

        INTEGRATION: CWS hr18 (1.75.88); FILE MERGED 2005/08/10 16:43:29 hr 1.75.88.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [07f8ac3c9b62bf9d0e1a116725f5f28aceb4b669]

        INTEGRATION: CWS hr18 (1.75.88); FILE MERGED 2005/08/10 16:39:36 hr 1.75.88.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [0353cfd9a504d2beefa8cceb6d1d9674d2b2b505]

        INTEGRATION: CWS hr18 (1.39.94); FILE MERGED 2005/08/10 16:25:27 hr 1.39.94.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [55f83e0d6e2cbf5a74b28c629ec506a8b7e399ba]

        INTEGRATION: CWS hr18 (1.133.94); FILE MERGED 2005/08/10 16:25:26 hr 1.133.94.1: #i51878#,#i53108#: cleanup STL iterator usage

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [ca2946acafbce88e39f1f333d57b4ed8af274baf]

        INTEGRATION: CWS hr18 (1.2.512); FILE MERGED 2005/08/10 11:29:38 hr 1.2.512.1: #i153157#:  trim_string(): missing parantheses, invalid access to empty string

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [7b050a906dfbe910f307df82589f9ce4caf8548e]

        INTEGRATION: CWS hr18 (1.89.38); FILE MERGED 2005/08/10 11:14:44 hr 1.89.38.1: #i53154#: SwTabFrmPainter::PaintLines(): prevent comparison of STL iterators over different containers

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [5ec45d94850283c4490ade11943e082989143873]

        INTEGRATION: CWS hr18 (1.2.154); FILE MERGED 2005/08/09 16:06:17 hr 1.2.154.1: #i53112#: XMLPropertySetMapper::GetEntryContextId(): check index to prevent out of bound access

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [4794d6b238b2e708b0d6d09cb70691d26fd3dfd4]

        INTEGRATION: CWS hr18 (1.4.56); FILE MERGED 2005/08/09 15:52:43 hr 1.4.56.1: #i53108#: simplify lcl_saveEvents, enable compiling with _STLP_DEBUG

2005-09-05  Rüdiger Timm  <rt@openoffice.org>  [b0661a03962e98040d7cb2c43f271eb34549047b]

        INTEGRATION: CWS buildstatushtml (1.142.34); FILE MERGED 2005/08/11 14:30:51 vg 1.142.34.9: #124601# get rid of windows warnings 2005/08/10 14:22:59 vg 1.142.34.8: #124601# message when browser doesn\'t support JavaScript 2005/08/08 12:25:21 vg 1.142.34.7: #124601# some little fixes 2005/08/03 13:38:42 vg 1.142.34.6: #124601# now with autoupdate for directories 2005/08/01 15:01:34 vg 1.142.34.5: #124601# now with autoupdate 2005/07/28 15:25:40 vg 1.142.34.4: #124601# do not ignore errors by default for html 2005/07/28 14:24:18 vg 1.142.34.3: #124601# added status for the directories in modules 2005/07/26 13:25:10 vg 1.142.34.2: #124601# html page generation for single module also 2005/07/25 15:04:43 vg 1.142.34.1: #124601# new feature: html page generation

2005-08-31  Rüdiger Timm  <rt@openoffice.org>  [7c80ef9e9dd5f1f7dd2c1b8bffffed263ae13fdb]

        SRC680

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [76b891e9b05b7d7431b268e24d9be0c0a79c52b6]

        INTEGRATION: CWS cmcfixes15 (1.115.2); FILE MERGED 2005/08/24 16:37:06 cmc 1.115.2.2: #i53701# add BOOST buildtype 2005/08/24 08:16:46 cmc 1.115.2.1: #i53701# make msfontextract and MathMLDTD optional builds

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [7f46c17a5606cadbb00f344bab05f4d250b791bd]

        INTEGRATION: CWS cmcfixes15 (1.18.46); FILE MERGED 2005/08/24 08:26:35 cmc 1.18.46.1: #i53701# make msfontextract and MathMLDTD optional builds

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [d791c1ba42e9557daedaac205ea79a0d087514af]

        INTEGRATION: CWS cmcfixes15 (1.9.18); FILE MERGED 2005/08/24 17:08:54 cmc 1.9.18.1: #i53701# add BOOST buildtype

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [d73471d133351dfee6a611fe1c9ef2df6e0aafe9]

        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-30  Rüdiger Timm  <rt@openoffice.org>  [f9e85378c3eb9394967de0c5e66a612c63825c7f]

        INTEGRATION: CWS cmcfixes15 (1.17.2); FILE MERGED 2005/08/24 08:26:29 cmc 1.17.2.1: #i53701# make msfontextract and MathMLDTD optional builds

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [141626be6c1ac82bfb810fe4e01ab8e90adc673b]

        INTEGRATION: CWS cmcfixes15 (1.8.192); FILE MERGED 2005/08/24 17:09:33 cmc 1.8.192.1: #i53701# add BOOST buildtype

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [547ba14ab0a24646e527a114812642ac1b34c34b]

        INTEGRATION: CWS cmcfixes15 (1.6.50); FILE MERGED 2005/08/24 17:09:15 cmc 1.6.50.1: #i53701# add BOOST buildtype

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [bb8961448bfa2f6e85033216422994b6812a0005]

        INTEGRATION: CWS cmcfixes15 (1.9.530); FILE MERGED 2005/08/24 17:12:27 cmc 1.9.530.1: #i53701# add BOOST buildtype

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [6c803925a04aa3a356e38004dcca61de93867106]

        INTEGRATION: CWS cmcfixes15 (1.132.2); FILE MERGED 2005/08/24 16:37:10 cmc 1.132.2.2: #i53701# add BOOST buildtype 2005/08/24 08:16:49 cmc 1.132.2.1: #i53701# make msfontextract and MathMLDTD optional builds

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [7f3bc1401e9a0f4c00cfc9e4108ed6f227ded2a6]

        INTEGRATION: CWS cmcfixes15 (1.24.38); FILE MERGED 2005/08/24 16:37:36 cmc 1.24.38.1: #i53701# use UNIXODBC build type

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [ce3aded50139d0498ea25375d30205065b7065fa]

        INTEGRATION: CWS configure12 (1.115.4); FILE MERGED 2005/08/26 20:17:36 rene 1.115.4.4: missing - 2005/08/26 19:53:57 rene 1.115.4.3: remove bogus RPM=, thanks Pavel actually add DPKG and PKGMK to set_soenv.in 2005/08/26 18:54:53 rene 1.115.4.2: #i53840# add help for --with-package-format 2005/08/25 10:42:12 rene 1.115.4.1: #i53640# support > 1 values in --with-package-format

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [e65294e872b4520538c128df7d15b2c346324ac5]

        INTEGRATION: CWS configure12 (1.72.4); FILE MERGED 2005/08/26 19:54:02 rene 1.72.4.1: remove bogus RPM=, thanks Pavel actually add DPKG and PKGMK to set_soenv.in

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [5de5a0486394ef683de1e3a66027b6cb8fe50c40]

        INTEGRATION: CWS configure12 (1.132.4); FILE MERGED 2005/08/26 20:17:39 rene 1.132.4.4: missing - 2005/08/26 19:54:00 rene 1.132.4.3: remove bogus RPM=, thanks Pavel actually add DPKG and PKGMK to set_soenv.in 2005/08/26 18:54:55 rene 1.132.4.2: #i53840# add help for --with-package-format 2005/08/25 10:42:16 rene 1.132.4.1: #i53640# support > 1 values in --with-package-format

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [e5ec9b487e15a570add94018879eaff1f15c70a2]

        INTEGRATION: CWS cmcfixes16 (1.5.18); FILE MERGED 2005/08/25 12:35:02 cmc 1.5.18.1: #i53064# getCurrentFilter shouldn't update from UI until UI is executed

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [4fa77e1f2ec81ad9adc9d798ed145de37429e2ef]

        INTEGRATION: CWS cmcfixes16 (1.7.16); FILE MERGED 2005/08/26 08:13:41 cmc 1.7.16.2: #i53064# make iter use safe 2005/08/25 12:35:02 cmc 1.7.16.1: #i53064# getCurrentFilter shouldn't update from UI until UI is executed

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [785f9589315c4d24b628f73596df7536422e269b]

        INTEGRATION: CWS debsize (1.39.2); FILE MERGED 2005/08/28 21:04:11 obr 1.39.2.2: #i53823# fixed typo 2005/08/26 11:49:24 hjs 1.39.2.1: #i53823# fix dependencies

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [4a448816416d4b20366b5bf7d66480a3b2d7aef5]

        INTEGRATION: CWS debsize (1.38.6); FILE MERGED 2005/08/25 13:40:44 obr 1.38.6.1: #i52874# moved the bundled/unbundled stuff out of the loop

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [ac5db1be1048095dc5b531d845ff3ef7fd02b8cd]

        INTEGRATION: CWS debsize (1.19.2); FILE MERGED 2005/08/25 13:39:23 obr 1.19.2.1: #i52874# removed openofficeorg provides

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [57f502c901afc8f6bf254d0ff74ef814fde0fb18]

        INTEGRATION: CWS debsize (1.18.2); FILE MERGED 2005/08/25 13:39:22 obr 1.18.2.1: #i52874# removed openofficeorg provides

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [a4a6cd93430f3fe1796d38c574185e8635c67d12]

        INTEGRATION: CWS debsize (1.8.2); FILE MERGED 2005/08/25 13:39:22 obr 1.8.2.1: #i52874# removed openofficeorg provides

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [2fdd3ddd69cbd6be9fd7053d98b674000ae8486b]

        INTEGRATION: CWS debsize (1.9.2); FILE MERGED 2005/08/25 13:39:22 obr 1.9.2.1: #i52874# removed openofficeorg provides

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [22a3132fe5363c747cfffef06ce4ddf215cb4b47]

        INTEGRATION: CWS debsize (1.5.4); FILE MERGED 2005/08/25 08:10:04 obr 1.5.4.1: #i53477# add Installed-Size to control file

2005-08-30  Rüdiger Timm  <rt@openoffice.org>  [668ba6fe5db0602e9144d7daabe34c1d2c179f10]

        INTEGRATION: CWS debsize (1.3.4); FILE MERGED 2005/08/26 07:57:33 obr 1.3.4.1: #i52874# removed openofficeorg provides

2005-08-29  Rüdiger Timm  <rt@openoffice.org>  [0a37589fafd52eca1036f893042e48015c2b22a5]

        #i51735#, #i10000#: generated new 'configure' after integration of CWS gslpatches4 bringing new 'configure.in'.

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [3d8f24b696af85ff631f9feafb8520f8ffcf003f]

        SRC680

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [ab5258a4c44fd272fe096c0517a9035135beb5d4]

        INTEGRATION: CWS gslpatches4 (1.41.2); FILE MERGED 2005/07/19 13:48:40 mav 1.41.2.1: #i51940# apply the patch

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [cae678c4203ed575ed4cc490c123bc39ce7c3d60]

        INTEGRATION: CWS gslpatches4 (1.74.2); FILE MERGED 2005/07/19 13:48:40 mav 1.74.2.1: #i51940# apply the patch

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [f1f58068bc8a4c55220bbd3db7b51e543c44b037]

        INTEGRATION: CWS gslpatches4 (1.33.2); FILE MERGED 2005/07/19 13:48:39 mav 1.33.2.1: #i51940# apply the patch

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [348d31df30762b3ae2609fed2eff555c05645ceb]

        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>  [dddd126691980d0b831219e2c20c9d6d10af647f]

        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>  [455c8cae250361bf41e6b6cea3516338793399ca]

        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>  [c8e7bbdbbc60bf00883e6bec2b6e2eaa41ff79a4]

        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>  [701a4883d0036aefadb292747a1f0bc7ff4a052a]

        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>  [ac9336fdbc79c577bb4910c363640e59051bec0c]

        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>  [d15b7a9df54aa19ad244be4f8e605d0b44274a75]

        INTEGRATION: CWS gslpatches4 (1.13.300); FILE MERGED 2005/07/11 15:01:22 pl 1.13.300.1: #i51673# catch some errors in printer error handling

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [3444512c19f991fae7a5a2f05782058003618404]

        INTEGRATION: CWS gslpatches4 (1.69.4); FILE MERGED 2005/07/19 11:22:03 pl 1.69.4.2: RESYNC: (1.69-1.70); FILE MERGED 2005/07/11 10:21:42 pl 1.69.4.1: #i51735# optional NAS support

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [cd439061174a855446146c43967dea52d44ecf93]

        INTEGRATION: CWS gslpatches4 (1.127.2); FILE MERGED 2005/07/19 11:21:55 pl 1.127.2.2: RESYNC: (1.127-1.128); FILE MERGED 2005/07/11 10:21:41 pl 1.127.2.1: #i51735# optional NAS support

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [f7c90346cdcdcb54a8cc9bd2836cc5a5e76b330d]

        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>  [66397c2bcf7fb7fc3cc44d03ac5e2b056b1715c3]

        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>  [def765a07eb09859d6d6b23c723983b57bc0c200]

        INTEGRATION: CWS gslpatches4 (1.41.4); FILE MERGED 2005/07/11 13:06:36 hdu 1.41.4.2: #i49338# fixed default font lists for Korean 2005/07/11 12:27:29 hdu 1.41.4.1: #i51012# add stubs for South African default fonts

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [a1cae5a18b5d8d6792efaa24f940e96f5c3eae9e]

        INTEGRATION: CWS gslpatches4 (1.51.130); FILE MERGED 2005/07/19 11:12:34 pl 1.51.130.2: RESYNC: (1.51-1.52); FILE MERGED 2005/07/11 10:44:50 pl 1.51.130.1: #i51735# make NAS optional

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [2f2fcf50d1414d739747654bae53d8572be19db5]

        INTEGRATION: CWS thaidict (1.26.18); FILE MERGED 2005/08/17 11:41:38 tl 1.26.18.1: #i31230# adding text encodings for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [d8d6939a70a259ce2a5e20a6e613859eae0bb61d]

        INTEGRATION: CWS thaidict (1.3.18); FILE MERGED 2005/08/17 11:40:46 tl 1.3.18.1: #i31230# adding text encodings for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [8ebb6966aa1f60d5c233d14f2ee11755f360bfdf]

        INTEGRATION: CWS thaidict (1.1.2); FILE ADDED 2005/08/17 11:50:47 tl 1.1.2.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [9be03ce15bf1cd26db2ba19467047099db76f6f5]

        INTEGRATION: CWS thaidict (1.1.2); FILE ADDED 2005/08/17 11:56:48 tl 1.1.2.3: #i31230# adding new spellchecking dictionary for Thai 2005/08/17 11:56:19 tl 1.1.2.2: #i31230# adding new spellchecking dictionary for Thai 2005/08/17 11:50:00 tl 1.1.2.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [70bb20f11457c1cead3caba26bf726b8679b3bb4]

        INTEGRATION: CWS thaidict (1.1.2); FILE ADDED 2005/08/17 13:16:16 tl 1.1.2.2: #i31230# adding new spellchecking dictionary for Thai 2005/08/17 11:48:18 tl 1.1.2.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [768026a9ff9b3580885f195934d89cbc1316d995]

        INTEGRATION: CWS thaidict (1.1.2); FILE ADDED 2005/08/17 11:48:57 tl 1.1.2.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [87860ea2ca9f4fde726a5ade5ccfe8fa4e68d3a1]

        INTEGRATION: CWS thaidict (1.1.2); FILE ADDED 2005/08/17 11:47:18 tl 1.1.2.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [897e9c654b52a2bcc346a18ffd7b384df34d8930]

        INTEGRATION: CWS thaidict (1.2.104); FILE MERGED 2005/08/17 11:46:12 tl 1.2.104.1: #i31230# adding new spellchecking dictionary for Thai

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [bde455ca273bd19341e7b36f4056bc946da0f9d3]

        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>  [9b327a540d8e52f987073f75b9ce269bbb3f394d]

        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>  [074c171b56fc7353a1c2201dc222b84eefe8e9e9]

        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>  [f8eb46cedcfd1ef60a1a026f9fa42b2045b84109]

        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  Juergen Schmidt  <jsc@openoffice.org>  [58236a94eddfe310e8cc4bd60e33198926ab8a0c]

        #i52208# updated

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [37a0aa5d6f1cd9616043a5545276e1466b7ab9c3]

        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>  [b8e1cce4f621bbfd65d81b39e7a0b11c426c3c79]

        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>  [e8e93067b95c2171c76d15e81869d3bafabe082b]

        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>  [5a89725078be1bdb4932e9e82ab2df9cc59b6c49]

        INTEGRATION: CWS qwizardsmacosx (1.7.18); FILE MERGED 2005/08/18 08:38:32 bc 1.7.18.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [f4801cd649e59f22bb5434297d4b0377d840bc72]

        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>  [93e03ae5477dfbe456d6811dd1ad418fb7b02ffa]

        INTEGRATION: CWS qwizardsmacosx (1.9.18); FILE MERGED 2005/08/18 08:38:32 bc 1.9.18.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [e19fb6316f196fa2003536c343b0393982ed8583]

        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>  [18e3cb256b3b4d3ae0488cb94c89cc5a9ae0dad4]

        INTEGRATION: CWS qwizardsmacosx (1.6.18); FILE MERGED 2005/08/18 08:38:31 bc 1.6.18.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [c1538e1418c984993ad8509111d48b5a35c90a86]

        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>  [55f753b256fb6a78c3fc23ba691a9a09489dffc3]

        INTEGRATION: CWS qwizardsmacosx (1.6.56); FILE MERGED 2005/08/18 08:38:31 bc 1.6.56.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [d11ca9ac797e82549df459bbfee6bd0fa113f513]

        INTEGRATION: CWS qwizardsmacosx (1.6.52); FILE MERGED 2005/08/18 08:38:31 bc 1.6.52.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [d7c95f538dda0e6d6c60a5890e06049f0a3ca5ec]

        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>  [2934e16f893394f972172ed066c9a334b27dd80a]

        INTEGRATION: CWS qwizardsmacosx (1.3.70); FILE MERGED 2005/08/18 08:38:30 bc 1.3.70.1: #i48186# java.awt removed

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [b592c6e1a5e71b0957aa164800e683e8c4e44dfb]

        INTEGRATION: CWS localedata6 (1.42.8); FILE MERGED 2005/08/17 16:46:31 er 1.42.8.4: #i53356# new Dzongkha fonts 2005/08/11 16:31:19 er 1.42.8.3: #i52647# Oriya font replacement 2005/08/08 10:46:50 er 1.42.8.2: #i53006# add Bengali (bn) font substitution 2005/08/04 13:42:51 er 1.42.8.1: #i52872# change Nepali font replacement

2005-08-25  Kurt Zenker  <kz@openoffice.org>  [8eeb6cecbabea55fde6440462b83dbefd9b60755]

        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-23  Juergen Schmidt  <jsc@openoffice.org>  [c0c96af9e5006fd78dabd3292a02c1e554662d49]

        #i52208# formatting

2005-08-23  Juergen Schmidt  <jsc@openoffice.org>  [28193b418733023379f94f165121fdf8434619b4]

        #52208# new

2005-08-22  Rüdiger Timm  <rt@openoffice.org>  [cac8ee043c344e5049c74c7d35f64c36327df309]

        #i51963# Patch by pmladek: remove ARCH_FLAGS flag from wron place.

2005-08-19  Rüdiger Timm  <rt@openoffice.org>  [44e77bff02287c77576a143f9aa0adab6d80538e]

        #i10000# Fixed by hjs: make changes of CWS debianer work

2005-08-19  Vladimir Glazounov  <vg@openoffice.org>  [6744825aeeec1c7d07e28964b643d1d85952b319]

        new version for SRC680

2005-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [d394fee3a45a6da9bf93ff56626c92bd3888128f]

        #i10000# - fix .IF statement

2005-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [afc5896ebb13eb8f1eb5819d007e43302aedee8d]

        #i10000# - complete changes to find dtd

2005-08-19  Hans-Joachim Lankenau  <hjs@openoffice.org>  [74943648d74b039f05e380466016b7436c8dfbd8]

        #i10000# - complete changes to find dtd

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [5c46672faa8281aa5b117c0903f9244660f44f53]

        SRC680

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [fc58846602072540c27239a113cffb2c5a0559dd]

        #i10000# To fix the buildserver problems it should be sufficient to 'sleep' once, when all makefiles have been generated.

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [b2b584a6ceac0c2c3860c5633b344854ecaf9d3c]

        INTEGRATION: CWS debianer (1.6.16); FILE MERGED 2005/08/03 11:49:55 obr 1.6.16.1: #i51885# activate getuid and geteuid for Linux as well to avoid epm warnings

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [f506fa83aa465b8ab005508e270a4c208399421a]

        INTEGRATION: CWS debianer (1.7.16); FILE MERGED 2005/08/03 11:44:17 obr 1.7.16.1: #i52569# patch soffice script to expand the LD_LIBRARY_PATH

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [f8755c0bb39adb724ff549b3c6328e01b9d574fe]

        INTEGRATION: CWS debianer (1.12.4); FILE MERGED 2005/08/08 09:14:56 obr 1.12.4.2: fixed patching of bootstraprc to work with all products 2005/08/03 11:44:17 obr 1.12.4.1: #i52569# patch soffice script to expand the LD_LIBRARY_PATH

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [30876e82101e3f07330c42bd61f1b1875fbdd2e1]

        INTEGRATION: CWS debianer (1.12.8); FILE MERGED 2005/08/08 09:14:55 obr 1.12.8.1: fixed patching of bootstraprc to work with all products

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [756ea3266e4398303906c47fa718d888f5171cb3]

        INTEGRATION: CWS debianer (1.34.12); FILE MERGED 2005/08/05 10:22:49 is 1.34.12.7: #i51885# preparing debian packages 2005/08/04 10:44:05 obr 1.34.12.6: fixed PKGFORMAT docu 2005/08/04 08:37:54 is 1.34.12.5: #i51885# creating debian packages 2005/08/03 15:23:17 is 1.34.12.4: #i51885# preparing debian packages 2005/08/03 13:07:28 is 1.34.12.3: #i51885# preparing debian builds 2005/08/03 05:12:01 obr 1.34.12.2: RESYNC: (1.34-1.36); FILE MERGED 2005/07/28 13:01:51 is 1.34.12.1: #i51885# preparing debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [35ff36017d6ce7b8e424afd787d016099ea50d5a]

        INTEGRATION: CWS debianer (1.24.8); FILE MERGED 2005/07/28 09:34:05 is 1.24.8.1: #i51885# debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [67bf8ddcb496608071a65c7a89e75644ed423b2a]

        INTEGRATION: CWS debianer (1.8.28); FILE MERGED 2005/08/10 10:37:56 is 1.8.28.1: #i51885# preparing debian packages

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [bcdc329a9f340a097524f8817509e9e1aac9dc20]

        INTEGRATION: CWS debianer (1.40.8); FILE MERGED 2005/08/09 09:14:23 is 1.40.8.2: #i51885# introducing new provides and requires 2005/07/28 09:34:05 is 1.40.8.1: #i51885# debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [8e91fe0607f2da1a05b2a36b64cc92a466cfa181]

        INTEGRATION: CWS debianer (1.37.8); FILE MERGED 2005/08/09 09:14:23 is 1.37.8.10: #i51885# introducing new provides and requires 2005/08/08 13:50:31 obr 1.37.8.9: #i52874# provide virtual package openoffice.org-unbundled to avoid clashes with debian sid packages 2005/08/05 09:29:54 obr 1.37.8.8: #i52874# support for %replace 2005/08/04 13:42:42 obr 1.37.8.7: #i52874# openofficeorg -> openoffice.org for desktop integration packages 2005/08/04 12:49:47 is 1.37.8.6: #i52874# openofficeorg -> openoffice.org 2005/08/04 08:37:36 obr 1.37.8.5: #i51885# debian desktop integration redo 2005/07/29 10:20:58 is 1.37.8.4: #i51885# preparing debian packages 2005/07/28 13:34:18 is 1.37.8.3: #i51885# debian builds 2005/07/28 13:01:07 is 1.37.8.2: #i51885# preparing debian builds 2005/07/28 09:34:05 is 1.37.8.1: #i51885# debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [1f97e1c86b76883eb10a757ee75840d1feeca941]

        INTEGRATION: CWS debianer (1.19.32); FILE MERGED 2005/08/05 11:55:27 is 1.19.32.1: #i51749# english nsis installer for special languages

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [5470eaa21b5969dceded4f504d473c3fc4103d5b]

        INTEGRATION: CWS debianer (1.21.58); FILE MERGED 2005/08/03 05:11:22 obr 1.21.58.2: RESYNC: (1.21-1.22); FILE MERGED 2005/07/28 09:34:05 is 1.21.58.1: #i51885# debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [f471f04b5b2483504541e4ce8b9848b078a49b32]

        INTEGRATION: CWS debianer (1.48.2); FILE MERGED 2005/08/10 10:37:16 is 1.48.2.4: #i51885# preparing debian packages 2005/08/09 09:14:00 is 1.48.2.3: #i51885# introducing new provides and requires 2005/07/29 13:46:56 is 1.48.2.2: #i51885# preparing debian packages 2005/07/28 13:01:06 is 1.48.2.1: #i51885# preparing debian builds

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [e5f99d1fe913d91ba97b5b0c4adbf2cff5959f47]

        INTEGRATION: CWS debianer (1.17.8); FILE MERGED 2005/08/08 08:21:51 obr 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2005/08/05 09:06:10 obr 1.17.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [3ce0fe066f0a00efc349d7c559606c7b69afa541]

        INTEGRATION: CWS debianer (1.16.8); FILE MERGED 2005/08/08 08:21:44 obr 1.16.8.2: RESYNC: (1.16-1.17); FILE MERGED 2005/08/05 09:06:09 obr 1.16.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [2b8a564b96927b7c05c9bc4ed974e4ecc982822e]

        INTEGRATION: CWS debianer (1.6.8); FILE MERGED 2005/08/08 08:21:36 obr 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/08/05 09:06:08 obr 1.6.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [40bf52e24a150bef4a39b13c926103c2aae010e3]

        INTEGRATION: CWS debianer (1.7.8); FILE MERGED 2005/08/08 08:21:29 obr 1.7.8.2: RESYNC: (1.7-1.8); FILE MERGED 2005/08/05 09:06:08 obr 1.7.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [4cbaa613ecd23e9df146c1c956f1d2ae52d1c4b1]

        INTEGRATION: CWS debianer (1.2.22); FILE MERGED 2005/08/12 06:33:04 obr 1.2.22.1: #i52018# added -q switch to update-desktop-database call

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [ce0331c41e518a5ce25d271a5c1d57f62797b990]

        INTEGRATION: CWS debianer (1.1.2); FILE ADDED 2005/08/05 09:06:07 obr 1.1.2.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [24dec41201171edec05f2159d4eaec44cdbe4ac6]

        INTEGRATION: CWS debianer (1.4.8); FILE MERGED 2005/08/09 11:42:31 obr 1.4.8.3: make naming scheme consistant with other packages 2005/08/08 06:04:57 obr 1.4.8.2: #i52874# fixed build issue for rebuilds by other group members 2005/08/05 09:06:07 obr 1.4.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [6f4218bb97c4cc4c386552c4d6af4049c883398c]

        INTEGRATION: CWS debianer (1.2.8); FILE MERGED 2005/08/08 14:03:42 obr 1.2.8.2: #i52874# provide virtual package openoffice.org-unbundled to avoid clashes with debian sid packages 2005/08/05 09:06:06 obr 1.2.8.1: #i52874# rename linux packages: openofficeorg => openoffice.org

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [77170950f85a08e16f366fa0ac32c0e97ba1524f]

        INTEGRATION: CWS mh19121 (1.48.218); FILE MERGED 2005/08/16 08:57:02 hjs 1.48.218.1: #i53366# remove usage of _DLL_

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [ed3e4f228fa4a1ce47768656233c001188824471]

        INTEGRATION: CWS mh19121 (1.47.88); FILE MERGED 2005/08/10 08:48:37 mh 1.47.88.1: desktop: permission to connect to OSL_foo pipe may be denied, e.g. selinux, #i53026#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [5a81c58ab73d7a551ef8f91a4b8aede320c47c2a]

        INTEGRATION: CWS mh19121 (1.4.8); FILE MERGED 2005/08/10 11:13:07 mh 1.4.8.1: #i51963#, Support for ARCH_FLAGS when compiling the module stlport

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [d4c27f6b380c2596ac0105a259044647bf3af80a]

        INTEGRATION: CWS mh19121 (1.2.116); FILE MERGED 2005/08/10 11:13:07 mh 1.2.116.1: #i51963#, Support for ARCH_FLAGS when compiling the module stlport

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [e8d59f6999f2f3f6a2663df2a7a28cdd2f90a8c8]

        INTEGRATION: CWS mh19121 (1.16.46); FILE MERGED 2005/08/15 12:23:08 mh 1.16.46.1: #i53285#, chg flags for new gcc

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [ea8ca3e58ab5ef163c2fe88435aedecb7c17e23b]

        INTEGRATION: CWS mh19121 (1.39.170); FILE MERGED 2005/08/15 12:02:28 hjs 1.39.170.1: #i53327# fix initialization order

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [7d249fc5e7c1753c3380d96f4240d84bc6d1a022]

        INTEGRATION: CWS mh19121 (1.24.8); FILE MERGED 2005/08/10 12:24:51 mh 1.24.8.1: #i51964#, Support for ARCH_FLAGS when compiling the module icu

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [67bf1d38bb08a23abc476475a2f01d72e7ab9366]

        INTEGRATION: CWS mh19121 (1.7.92); FILE MERGED 2005/08/10 13:20:24 mh 1.7.92.1: #i48756#, ldap libs aren't linked in properly on freebsd-4

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [55cf507765caeaf5f122bcfae7c77b218c7122af]

        INTEGRATION: CWS mh19121 (1.13.20); FILE MERGED 2005/08/12 10:15:18 hjs 1.13.20.1: #i53238# fix makefile to detect missing rules

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [b31c1db8a37c0f134d2b6ea93a0bf89a79ea8240]

        INTEGRATION: CWS mh19121 (1.12.8); FILE MERGED 2005/08/15 14:21:26 hjs 1.12.8.1: #i53290# use according variable

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [cfa27c7f7ef307ad801e9087acf9571529488334]

        INTEGRATION: CWS mh19121 (1.4.26); FILE MERGED 2005/08/12 10:13:38 hjs 1.4.26.1: #i53238# avoid copying obsolete file

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [d655f67301853c5d774f4f6c3ffd1e613f90c37d]

        INTEGRATION: CWS mh19121 (1.7.550); FILE MERGED 2005/08/16 08:56:38 hjs 1.7.550.1: #i53366# remove usage of _DLL_

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [82623a399f4c27ec7558dd738ce10f0842116d61]

        INTEGRATION: CWS mh19121 (1.2.38); FILE MERGED 2005/07/26 07:43:57 mh 1.2.38.1: add: year 2005, #i47471#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [bbe22e6ba672c84ed31323536488488aafdc4ef1]

        INTEGRATION: CWS mh19121 (1.5.98); FILE MERGED 2005/08/17 13:18:44 mh 1.5.98.1: warning: control reaches end of non-void function, #i51959#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [b094db8a0535df3b52c5b8fd877201cf7f9a33ac]

        INTEGRATION: CWS mh19121 (1.7.116); FILE MERGED 2005/08/17 13:18:44 mh 1.7.116.1: warning: control reaches end of non-void function, #i51959#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [a9bd3711e6070acb777ea7bc07ad24e79f7c898b]

        INTEGRATION: CWS mh19121 (1.5.126); FILE MERGED 2005/08/17 12:49:09 mh 1.5.126.1: uninitialized variable is used, #i51954#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [e1cdd96a4f13409876d8bfca7b70ba924515967c]

        INTEGRATION: CWS mh19121 (1.4.126); FILE MERGED 2005/08/17 13:18:43 mh 1.4.126.1: warning: control reaches end of non-void function, #i51959#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [610083c778d64257d3bd8e4128e28986c9acf7a4]

        INTEGRATION: CWS mh19121 (1.6.74); FILE MERGED 2005/08/17 12:49:08 mh 1.6.74.1: uninitialized variable is used, #i51954#

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [f4d29ad91a5112a1a2e8ad45de61bedde5ea08cb]

        INTEGRATION: CWS ibmjdk01 (1.110.14); FILE MERGED 2005/08/04 07:09:41 fridrich_strba 1.110.14.3: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Be gratious with IBM JDK newer than 1.4.2 2005/08/03 13:05:44 fridrich_strba 1.110.14.2: Issue number:  47836 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Check IBM SDK version and require JAVA_HOME to be explicitely set 2005/08/03 11:01:55 fridrich_strba 1.110.14.1: Issue number:  47836 Submitted by:  maxweber Reviewed by:   fridrich_strba Enable the use of IBM JDK for building OOo and IBM JRE for using OOo :-)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [3e76d31791b6c0240a9ea3d8e8ed70a96ed12734]

        INTEGRATION: CWS ibmjdk01 (1.6.6); FILE MERGED 2005/08/03 11:03:20 fridrich_strba 1.6.6.1: Issue number:  47836 Submitted by:  maxweber Reviewed by:   fridrich_strba Enable the use of IBM JDK for building OOo and IBM JRE for using OOo

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [0eb5dd562292b889908c4839ebec76de41ccbcfb]

        INTEGRATION: CWS ibmjdk01 (1.70.12); FILE MERGED 2005/08/03 11:01:58 fridrich_strba 1.70.12.1: Issue number:  47836 Submitted by:  maxweber Reviewed by:   fridrich_strba Enable the use of IBM JDK for building OOo and IBM JRE for using OOo :-)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [e056aa13b1ae112071702c98a3f3578831877c98]

        INTEGRATION: CWS ibmjdk01 (1.128.12); FILE MERGED 2005/08/04 07:09:44 fridrich_strba 1.128.12.3: Issue number:  N/A Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Be gratious with IBM JDK newer than 1.4.2 2005/08/03 13:05:46 fridrich_strba 1.128.12.2: Issue number:  47836 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Check IBM SDK version and require JAVA_HOME to be explicitely set 2005/08/03 11:01:57 fridrich_strba 1.128.12.1: Issue number:  47836 Submitted by:  maxweber Reviewed by:   fridrich_strba Enable the use of IBM JDK for building OOo and IBM JRE for using OOo :-)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [21ad1c3416ecc8a526d5f0edcba03525a4ed37ae]

        INTEGRATION: CWS ibmjdk01 (1.11.84); FILE MERGED 2005/08/10 08:01:40 fridrich_strba 1.11.84.2: Issue number:  46586 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Instead using our own Base64 class, use that one contained in xercesImpl.jar package in xalan directory: org.apache.xerces.impl.dv.util.Base64 2005/08/03 10:59:05 fridrich_strba 1.11.84.1: Issue number:  46585 Submitted by:  cmc Reviewed by:   fridrich_strba Replace sun.misc.* classes that are not standard java classes

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [48ffe575fec99d02d84e1ad0fc5782578102dd0a]

        INTEGRATION: CWS ibmjdk01 (1.2.104); FILE MERGED 2005/08/10 08:01:39 fridrich_strba 1.2.104.2: Issue number:  46586 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Instead using our own Base64 class, use that one contained in xercesImpl.jar package in xalan directory: org.apache.xerces.impl.dv.util.Base64 2005/08/03 10:59:05 fridrich_strba 1.2.104.1: Issue number:  46585 Submitted by:  cmc Reviewed by:   fridrich_strba Replace sun.misc.* classes that are not standard java classes

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [d93f3c469f88a95fe5401a318f192dec22227f6c]

        INTEGRATION: CWS macosx10 (1.8.460); FILE MERGED 2005/07/19 22:06:08 ericb 1.8.460.1: #i48285# scanner now works on Mac OSX (using SANE)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [5bd0716377566119da0d3c2d08c189751b4943a8]

        INTEGRATION: CWS macosx10 (1.4.48); FILE MERGED 2005/07/19 22:04:36 ericb 1.4.48.1: #i51851# use sal/config.h is better and now libnsplugin is found on Mac OS X

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [0fa75108e7451f4a9ec12aba792ac267a1645538]

        INTEGRATION: CWS macosx10 (1.23.28); FILE MERGED 2005/07/25 12:05:43 tra 1.23.28.2: RESYNC: (1.23-1.24); FILE MERGED 2005/07/19 21:38:14 ericb 1.23.28.1: #i48285# san680*.res are needed since scanner works on Mac OSX

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [3c9461315b61877c1db6d6bfe3204464097aa86b]

        INTEGRATION: CWS macosx10 (1.129.2); FILE MERGED 2005/07/25 12:05:14 tra 1.129.2.2: RESYNC: (1.129-1.134); FILE MERGED 2005/07/23 23:08:24 ericb 1.129.2.1: #i52381# gtk plugin can be used with Mac OS X

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [3f54ee1e5a87f22252efc303a97fe045bd242371]

        INTEGRATION: CWS macosx10 (1.8.20); FILE MERGED 2005/07/05 06:56:41 tra 1.8.20.1: #i25416#no need for hack #define osl_getThreadTextEncoding RTL_TEXTENCODING_UTF8 anymore on Mac OS X

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [1d0ff98cf183dfb5889f826596b960f581316c65]

        INTEGRATION: CWS macosx10 (1.3.66); FILE MERGED 2005/07/28 06:54:51 tra 1.3.66.2: #i51246# 2005/07/05 07:11:40 tra 1.3.66.1: #i51246#Detecting UI language and locale using Mac OS X API

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [443fec3edf69c9ac2cdd802c31409e34e1bef130]

        INTEGRATION: CWS macosx10 (1.3.58); FILE MERGED 2005/07/05 07:11:39 tra 1.3.58.1: #i51246#Detecting UI language and locale using Mac OS X API

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [b06814694301cb87b5a3a1a9b90c7af16008e968]

        INTEGRATION: CWS macosx10 (1.13.176); FILE MERGED 2005/07/21 16:55:09 ericb 1.13.176.1: #i51851# second part for linnpsoplugin in Mac OS X

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [a7ac73f4dd3f93bc8e4ca08bc1f7968f78c87a23]

        INTEGRATION: CWS nojava3 (1.3.48); FILE MERGED 2005/07/27 09:40:58 rene 1.3.48.1: #i52512# fix --disable-java builds, patch by maho

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [e974a7fb0d95915a64771a1dccae98cb8ef8ff6d]

        INTEGRATION: CWS nojava3 (1.34.14); FILE MERGED 2005/08/09 15:26:07 rene 1.34.14.2: RESYNC: (1.34-1.37); FILE MERGED 2005/07/27 09:40:58 rene 1.34.14.1: #i52512# fix --disable-java builds, patch by maho

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [4af1a4779e0e2c77166035da59ac907cf8152059]

        INTEGRATION: CWS nojava3 (1.6.2); FILE MERGED 2005/08/09 15:17:40 rene 1.6.2.1: #i51542# fix system-libxml2 build. patches by maxweber (libxmlsec) and fridrich_strba (scp2)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [53a39889c0566e368974b324d6dbc885a48862b1]

        INTEGRATION: CWS nojava3 (1.128.6); FILE MERGED 2005/08/09 15:25:22 rene 1.128.6.2: RESYNC: (1.128-1.129); FILE MERGED 2005/08/05 09:36:33 rene 1.128.6.1: #i40239# use system-libxml when we build with xsltproc (--without-java and --enable-xsltproc)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [ed6e21fac70e1873dbed9664df45677e900fcaae]

        INTEGRATION: CWS nojava3 (1.110.8); FILE MERGED 2005/08/09 15:25:32 rene 1.110.8.2: RESYNC: (1.110-1.112); FILE MERGED 2005/08/05 09:36:31 rene 1.110.8.1: #i40239# use system-libxml when we build with xsltproc (--without-java and --enable-xsltproc)

2005-08-18  Rüdiger Timm  <rt@openoffice.org>  [1b9592357f1b7199094755c9a355e43462ef73c3]

        INTEGRATION: CWS nojava3 (1.6.30); FILE MERGED 2005/08/04 14:27:12 rene 1.6.30.1: fix xsltproc build for readlicense_oo

2005-08-16  Rüdiger Timm  <rt@openoffice.org>  [daa4c4b95c3cbfd0f86a01c8974630e63f975a5c]

        INTEGRATION: CWS cmcfixes14 (1.16.2); FILE MERGED 2005/08/10 11:11:44 cmc 1.16.2.1: #i53151# make ODK build item optional

2005-08-16  Rüdiger Timm  <rt@openoffice.org>  [6ad109bd6073522842babfd9047ecd355bba4f7a]

        INTEGRATION: CWS cmcfixes14 (1.38.22); FILE MERGED 2005/08/10 11:29:43 cmc 1.38.22.1: #i53151# make QADEVOOO build item optional

2005-08-16  Rüdiger Timm  <rt@openoffice.org>  [6c93833b2951908e9b9f784aa978ea2d514f6439]

        INTEGRATION: CWS cmcfixes14 (1.129.2); FILE MERGED 2005/08/10 11:09:13 cmc 1.129.2.1: #i53151# make ODK and QADEVOOO build items optional

2005-08-16  Rüdiger Timm  <rt@openoffice.org>  [1619f8cf903c27745d21dcb79f3460601f8518c9]

        INTEGRATION: CWS cmcfixes14 (1.112.2); FILE MERGED 2005/08/10 11:09:11 cmc 1.112.2.1: #i53151# make ODK and QADEVOOO build items optional

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [8061bb98c3fcf0f7951b4219775b78b2864eea53]

        SRC680

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [7f03789d7e9ccc1ca96a7245fcff3e8a85925521]

        INTEGRATION: CWS fwk22 (1.13.34); FILE MERGED 2005/08/12 09:00:39 cd 1.13.34.1: #123322# Disable rescheduling of the progress indicator while saving embedded objects

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [b806d323e0b0fe12a57fb0a12e2205b900892764]

        INTEGRATION: CWS fwk22 (1.35.102); FILE MERGED 2005/08/12 09:53:56 cl 1.35.102.1: #i53165# guard paragraph insert hdl against model changes

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [dc7cd18f11941d0acecb4b9135fda7234c3ea74d]

        INTEGRATION: CWS fwk22 (1.71.60); FILE MERGED 2005/08/12 09:54:13 cl 1.71.60.1: #i53218# guard undo and redo actions with a OutlineViewPageChangesGuard

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [c6490c515014321c4cdc40a2edfcf555a06ce928]

        INTEGRATION: CWS fwk22 (1.6.182); FILE MERGED 2005/08/12 15:51:45 af 1.6.182.2: #123322# Added the missing include statement. 2005/08/12 15:42:50 af 1.6.182.1: #123322# Ignoring view changes when OLE object is active.

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [65c3a180de791d694cf009ba452d363e3e9adf17]

        INTEGRATION: CWS fwk22 (1.21.32); FILE MERGED 2005/08/12 09:52:10 cl 1.21.32.1: #124604# check current viewframe for null pointer to avoid crash

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [52106228b31293f009328dbc28cfbbb3fb43aef7]

        INTEGRATION: CWS fwk22 (1.18.84); FILE MERGED 2005/08/12 09:04:37 cd 1.18.84.1: #123322# Added property to disable rescheduling

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [9e5af93305fb237d32b3be53ddff039a734cba5a]

        INTEGRATION: CWS fwk22 (1.10.108); FILE MERGED 2005/08/12 09:04:37 cd 1.10.108.1: #123322# Added property to disable rescheduling

2005-08-12  Oliver Bolte  <obo@openoffice.org>  [d68d98f850892118a120dee97c5fd1e3a4f08313]

        INTEGRATION: CWS fwk22 (1.8.72); FILE MERGED 2005/08/12 09:04:36 cd 1.8.72.1: #123322# Added property to disable rescheduling

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [6c60425a32ef06ae12db123f7bd9bfe41cffadba]

        INTEGRATION: CWS fpicandrpath (1.9.8); FILE MERGED 2005/06/16 11:19:43 cmc 1.9.8.1: #i50819# rpath of ORIGIN not 'ORIGIN'

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [e388d21c616e97e10b614fd9dc76c597b926e455]

        INTEGRATION: CWS fpicandrpath (1.48.140); FILE MERGED 2005/06/16 09:51:56 cmc 1.48.140.1: #i50807# don't link non fpic files into a .so

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [375f6f1f27bf3072fb6d33070ecbfed8d364d342]

        INTEGRATION: CWS fpicandrpath (1.7.472); FILE MERGED 2005/06/16 09:51:55 cmc 1.7.472.1: #i50807# don't link non fpic files into a .so

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [f7fc909ed4e065d7c78eea2fb397467cea8fbecc]

        INTEGRATION: CWS fpicandrpath (1.4.110); FILE MERGED 2005/07/20 14:55:27 hjs 1.4.110.1: i50807# fix windows objects

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [182e6a506013cb1567330f64e6a39e1e51f1cea0]

        INTEGRATION: CWS fpicandrpath (1.5.122); FILE MERGED 2005/07/20 14:54:41 hjs 1.5.122.2: i50807# fix windows objects 2005/06/17 19:37:22 cmc 1.5.122.1: #i50807# was on crack with last checkin, this time actually identify the non-pic files being built into a final shared lib and make pic instances of them

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [b5a725ef7333e74392a96e39900015a153916cd8]

        INTEGRATION: CWS fpicandrpath (1.3.110); FILE MERGED 2005/07/20 14:54:03 hjs 1.3.110.2: i50807# fix windows objects 2005/06/17 19:37:21 cmc 1.3.110.1: #i50807# was on crack with last checkin, this time actually identify the non-pic files being built into a final shared lib and make pic instances of them

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [6810ae447173cbbb6fd7fef8a649d8db880a6d63]

        INTEGRATION: CWS fpicandrpath (1.3.140); FILE MERGED 2005/07/20 14:53:14 hjs 1.3.140.2: i50807# fix windows objects 2005/06/17 19:37:21 cmc 1.3.140.1: #i50807# was on crack with last checkin, this time actually identify the non-pic files being built into a final shared lib and make pic instances of them

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [c3c805c4a5a7a14000945611380b83cbf2469e48]

        INTEGRATION: CWS fpicandrpath (1.5.110); FILE MERGED 2005/07/20 14:52:27 hjs 1.5.110.1: i50807# fix windows objects

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [67f13b477d7917228d5ae1ff6913f5e42509bdca]

        INTEGRATION: CWS fpicandrpath (1.3.140); FILE MERGED 2005/07/20 14:51:27 hjs 1.3.140.1: i50807# fix windows objects

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [e67377a397f81c52bc930c9140f88b7aa3207e6c]

        INTEGRATION: CWS fpicandrpath (1.3.140); FILE MERGED 2005/07/20 14:49:24 hjs 1.3.140.2: i50807# fix windows objects 2005/06/17 19:37:21 cmc 1.3.140.1: #i50807# was on crack with last checkin, this time actually identify the non-pic files being built into a final shared lib and make pic instances of them

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [4e817ee03160e951d9bcc3da9c5a95e1a71b48aa]

        INTEGRATION: CWS fpicandrpath (1.3.140); FILE MERGED 2005/07/20 14:48:52 hjs 1.3.140.2: i50807# fix windows objects 2005/06/17 19:37:20 cmc 1.3.140.1: #i50807# was on crack with last checkin, this time actually identify the non-pic files being built into a final shared lib and make pic instances of them

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [cdfee747d9095568484b9082a91318b313e8c31f]

        INTEGRATION: CWS fpicandrpath (1.8.24); FILE MERGED 2005/07/20 14:48:02 hjs 1.8.24.1: i50807# fix windows objects

2005-08-10  Oliver Bolte  <obo@openoffice.org>  [8dfa6b1d9e340d5483f7f459941d5e73db0d3463]

        INTEGRATION: CWS fpicandrpath (1.3.140); FILE MERGED 2005/07/20 14:46:49 hjs 1.3.140.1: i50807# fix windows objects

2005-08-09  Oliver Bolte  <obo@openoffice.org>  [043c72f9f5446069862cf66fddb746eda705620a]

        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>  [9e3244813e0173ee98418fa2593561f159a628a2]

        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>  [82ed6bc22931f5a303b7cb9c4256f97d38e1f56e]

        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>  [9b6ea21ab8b61390c215ae458150a152be0249e8]

        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>  [6d3822f27431d7fe6e2d9114e7428673e67e61c7]

        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-08  Oliver Bolte  <obo@openoffice.org>  [8e20795eb6d845b1267f9962a1bbc8615f18dcf5]

        INTEGRATION: CWS thesaurus20 (1.13.8); FILE MERGED 2005/08/03 17:53:12 pjanik 1.13.8.1: #i47597#: Thesaurus files renamed from ..._new to ..._v2.

2005-08-08  Oliver Bolte  <obo@openoffice.org>  [c6c688bf86d12a5da8849e87f04d107fa4a0247f]

        INTEGRATION: CWS thesaurus20 (1.2.16); FILE MERGED 2005/08/03 17:52:43 pjanik 1.2.16.1: #i47597#: Thesaurus files renamed from ..._new to ..._v2.

2005-08-08  Oliver Bolte  <obo@openoffice.org>  [8b627f058ba7eb49fa581d62c0f9fa2188e6c3c8]

        INTEGRATION: CWS thesaurus20 (1.2.46); FILE MERGED 2005/08/03 17:51:47 pjanik 1.2.46.1: #i44904#: Update to WordNet 2.1 based dictionary.
        
        From Daniel Naber (JCA).

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [68ca4203af3b9244f9549b569040f6886d71f07c]

        #i10000#: add missing dependency

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [913f626a9a576687d5d73484b6a08439c1ef0f46]

        #i10000#: regenerate configure

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d8e356d7854a5507e15fe7b62ff520c01cd20903]

        SRC680

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b1f7082aa4da62709fc387c9a69385addb536f9]

        INTEGRATION: CWS cmcfixes13 (1.7.6); FILE MERGED 2005/07/28 10:46:33 cmc 1.7.6.1: #i52555# # marks in filenames

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3489540555e88a6842a81604c5a3fd488159a912]

        INTEGRATION: CWS configure11 (1.70.4); FILE MERGED 2005/07/29 17:52:10 rene 1.70.4.2: remove forgotten @... 2005/07/29 13:38:38 rene 1.70.4.1: #i52532# export NO_BRP_STALE_LINK_ERROR

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [32e58a667c6b3c5ccc341eb33c642eb41f3afd68]

        INTEGRATION: CWS configure11 (1.128.4); FILE MERGED 2005/07/31 18:39:00 rene 1.128.4.7: #i47680# disable crashdump feature per default 2005/07/31 18:30:39 rene 1.128.4.6: actually set SYSTEM_PORTAUDIO to yes in the system-portaudio casse 2005/07/29 12:46:16 rene 1.128.4.5: #i48770# enbale binfilter only per default if ../binfilter exists and enable gpc only per default if ../external/gpc/gpc.* exists 2005/07/26 18:01:24 rene 1.128.4.4: #i53187# require gtk >= 2.4 2005/07/26 15:47:14 rene 1.128.4.3: add missing "test" #i51736# add --enable-xsltproc to allow building with xsltproc even when we build with Java. patch from cmc 2005/07/26 15:33:44 rene 1.128.4.2: #i48755# Xinerama check needs -lXt on FreeBSD, too 2005/07/26 15:29:53 rene 1.128.4.1: #i52489# move xmkmf check in the else clause for internal nas since we only need it there

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc3f7726c72ff79c5e632c1e394888b467b4b7d9]

        INTEGRATION: CWS configure11 (1.110.6); FILE MERGED 2005/07/31 18:38:58 rene 1.110.6.7: #i47680# disable crashdump feature per default 2005/07/31 18:30:37 rene 1.110.6.6: actually set SYSTEM_PORTAUDIO to yes in the system-portaudio casse 2005/07/29 12:46:13 rene 1.110.6.5: #i48770# enbale binfilter only per default if ../binfilter exists and enable gpc only per default if ../external/gpc/gpc.* exists 2005/07/26 18:01:20 rene 1.110.6.4: #i53187# require gtk >= 2.4 2005/07/26 15:47:12 rene 1.110.6.3: add missing "test" #i51736# add --enable-xsltproc to allow building with xsltproc even when we build with Java. patch from cmc 2005/07/26 15:33:42 rene 1.110.6.2: #i48755# Xinerama check needs -lXt on FreeBSD, too 2005/07/26 15:29:51 rene 1.110.6.1: #i52489# move xmkmf check in the else clause for internal nas since we only need it there

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c69334f21db21d956ff0e3487afde9fbc5c0d796]

        INTEGRATION: CWS configure11 (1.2.154); FILE MERGED 2005/07/26 15:47:16 rene 1.2.154.1: add missing "test" #i51736# add --enable-xsltproc to allow building with xsltproc even when we build with Java. patch from cmc

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [167aa5b7276d56d6268f26937f0b04cd9fdbaed9]

        INTEGRATION: CWS configure11 (1.91.42); FILE MERGED 2005/07/26 15:37:30 rene 1.91.42.1: #i48757# libjpeg is in /usr/local/lib on FreeBSD

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [6e5606d5b17df10d3de289c90afaa9564fb530dc]

        INTEGRATION: CWS sysui10 (1.17.4); FILE MERGED 2005/08/02 06:08:33 obr 1.17.4.1: #i52018# added -q parameter to update-desktop-database calls

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ae3871eb9bfacb1e2270e7755642c0b0558d8dd]

        INTEGRATION: CWS sysui10 (1.16.4); FILE MERGED 2005/08/02 06:08:32 obr 1.16.4.2: #i52018# added -q parameter to update-desktop-database calls 2005/07/29 13:11:00 obr 1.16.4.1: #i52532# fixed typo in icon symlinks

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3123192811cbf4d1ea91f0049f415b1918cfa053]

        INTEGRATION: CWS sysui10 (1.6.4); FILE MERGED 2005/07/31 18:23:07 rvojta 1.6.4.2: Issue number:  #i52673# Submitted by:  rvojta Reviewed by:   rvojta 2005/07/29 13:40:17 obr 1.6.4.1: #i51167# patch applied

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3c1303fc8639b885441cd9227664f4fcbbb9787]

        INTEGRATION: CWS sysui10 (1.7.4); FILE MERGED 2005/08/02 06:08:34 obr 1.7.4.1: #i52018# added -q parameter to update-desktop-database calls

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e1c77757e430b69c10061e2b7c4d0c5fae6de9c4]

        INTEGRATION: CWS pj32 (1.3.6); FILE MERGED 2005/08/03 20:28:24 pjanik 1.3.6.1: #i52282#: New images for NSIS installer from Szalai Kalman (JCA).

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2f44437e31038581f8ea428051c8f83624cf39d]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:07 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dde2d18aecff1e857ac04b64c27282446c36769]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:06 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2259cdcb2f7f0ecc517a4a4de87209e1ac0c2b]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:05 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f418993b5b20f648a37478cac12e09f5e37fbe94]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:04 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d0bcf7420d98685b54cfc71fdb1ded651dd4bd4]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:03 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [879a4d219f2b4e333edb6b4942681c0e30aa2d99]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:02 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [58c2367d543d8063231682be3e7286c5a8e4c0c8]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:01 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [270db40090704ee4f934dd5328b8d9d778f5f92c]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:59:00 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c8646688064ed3a68c79e09de90e0096c4881f1]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:59 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [064402a2d23881d70ace6c0eb5852c1ff37e1123]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:58 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d29619e1a7b047d6687a156a731793c0f9cc6be]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:57 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2894b55d6030fd95ffa45ab6553d7c3400e56082]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:56 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b8681497b51af7a0539a0ad66c6397d9a3e1e99f]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:55 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [742bba7501399bba596efaa6820670f809dd4923]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:54 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [944767ff566811945b88eed17847f374949df972]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:53 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2392875f5537989552fb4fb82ccd22b04bd78dce]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:52 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a920edf99d1006700fa84bf63b8675ccc9a155cd]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:51 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c21d5c8830406936399ed24a319656c4721f0037]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:50 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9e7b425bf6612ab1090157dd9bf2c5052e14a1ee]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:48 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [74ab51855c571f84c36f6b43a6e284836b1f2832]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:47 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e1e13d5bc01a2797e8aef2b5457c8a399996f64]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:46 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [56a3e7635fd95ec0438125fd4c81567f5dbd5df8]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:45 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [415fb93e3f5357e463d119e260e015e9dae23196]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:43 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b84e222d112b420420730405cb8b712e443ee80]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:42 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [acff8218d970ce15c3a3b2bbdf5cce88828bb0b5]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:40 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4572253256b87c5cc47c2b345a919e785ce4684a]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:39 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9c5bff021895bb224e56c1443a14dd9a610c5a5]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:38 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [527e41d9540cff216e31c71da136cbe70a690433]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:36 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b536848553f13074114d03e93d509d754279d3f]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:35 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [efff7f9706c3b13b4556392087d15eeeb18985d6]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:34 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b43f46ff040303e08f67194a36646723ef79d393]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:33 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b168c4c96a5b6948572bec322ce1b446aa99f0]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:32 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2061ac81b2f10ba0f0e3b08876d29da12f552f7]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:31 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [18ceeccadca78bfedeaf817d8c826bb9427c91f4]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:29 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7ce4734a9493225dac7a1849009db41c8c35f8b5]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:28 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [040ff7956ca8c79101a757c86aa56106e4590c57]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:26 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d4fd398d94a2a6c2c4318a6f2e47f680d067d38]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:25 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [90b7466a0f85ac02cab2080c642d072bfd8e9455]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:24 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7a895d5cbb73177065adce2a3c7ef4279654dea0]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:23 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6204b1d94c6242bdd9dc8877ea423bdf1e5069]

        INTEGRATION: CWS adc12p (1.3.6); FILE MERGED 2005/07/27 11:21:25 np 1.3.6.1: #i52495#

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8f184a98819ab995bc18ff7f7e549313f1450795]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:22 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d4eeeac1d97c6a82915121ab99cdb7561f31b93c]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:21 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ead34048570e33884c2aac2cdba06ebf00e4dc67]

        INTEGRATION: CWS adc12p (1.2.6); FILE MERGED 2005/07/27 11:21:25 np 1.2.6.1: #i52495#

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [502fee2d3c4644e6dd6fda7ed86fbb95cbfdf66a]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:20 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8bd3f8e06483f6a2626508cb6cca106f94960d59]

        INTEGRATION: CWS adc12p (1.2.6); FILE MERGED 2005/07/27 11:21:24 np 1.2.6.1: #i52495#

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9006f903b66c24b4a5b2a744da46416235a7d211]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:18 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [decf0ffb0f6a63ca3c77d885de50b7b950f22ec5]

        INTEGRATION: CWS adc12p (1.4.6); FILE MERGED 2005/07/27 11:21:24 np 1.4.6.1: #i52495#

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c5977e7a505b2916ee038bf08206ddf2a458fa32]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:17 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [37681bb5698ee17f545c897bd1ec9d4dde732b4a]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:16 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f2d31ea62ad8bc270df9054ce02cbec42f05fbf]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:15 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [be235999108f72afc488bb79fc52078fa4c817fd]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:14 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [51a75c7aad5ee272bccb3e17d178a593b6117d4a]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:13 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c5d8ec5777a63f7a5ffb005b574d26e0b1a95f6]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:12 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [54c32241e2c196df4baa4e1807259b6db4f2edad]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:10 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f2e81e480d489d8ddbf22dca6424ff0b919f71da]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:08 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a96cab3a460e4d45406e42d119228158875d15ff]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:07 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [baf0cc2f2ae735b5e63a15b8a49ba8fc6f5dfcb2]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:06 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [84e62ec10b29a83e2cd3d27b7813d29ad1657132]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:05 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [31ee6ccf250184de7419bc6245301012ed9b3cfe]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:04 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [096e533d0520e252dd6bd0fc513e39d97ea01f15]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:22 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a058670b53f9667ae416a40e44071f8481492def]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:21 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [400ed671b33bb7d7920415f67090e7d784174188]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:20 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e88ce850068c86f433ae10cc8118659f181d2398]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:18 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c48188d01e6dd300861cd680264f0147c56f95d3]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:01 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4c1ea390d93ae0ff6fde6eb588e8afe9e4183b3b]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:58:00 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c117f7963cc18db4e6937e611b5386593040437]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:59 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [5cb4b5233ddc147cc03d44c9b334c3a0f5fd9765]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:58 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d9c6177e3b618d0b55c20f85e470a69eb3700d1]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:57 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a22205212e1228750583b726edc59ec1465abfdc]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:56 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [bb7614d74ccd34d932fafc2567c5d3fef7407199]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:55 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5390e9266c8706d710ef330fc7e92ce17e57111]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:54 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddf74ef16ee4848770ecee4ea55a7bd697ab9127]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:52 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d528f4da819d2a3809552cbc5c769369b65028c]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:51 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3ff332918922b71b602ee4335f7d3334eea34733]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:50 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [f7a0c4a65984c534f479588988e70e9ed3815015]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:49 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a3b0e8f5682982d1311134ea07de136bebf1110b]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:48 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [472b71912f2f5b56b4efa3d42dbfa0b37a705ac8]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:47 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ee44ce68d693bb337a2e774ae2a9c5aa5455ca6c]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:46 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [083e06df94b97b8356fa7b151527e6cbf83764d0]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:45 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [419e7e73e7e9d264270e351e6b03bfb9b1f46217]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:43 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [51c61b5ff3fab3ac008edba074898f3ecae7f2fe]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:42 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [0f4ad8606abf42b54f7ae2b719d85bbd976e23d6]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:41 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4e26359910b569a41b678e7889159ecdf5b6f175]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:16 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [20d053485e2a4cf397856bb795d61c4fc924db00]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:15 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [67baea68eb37827db663df88d59dfd01fc51d278]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:14 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [88402903cb54309250e4aab75ac300c70400238b]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:13 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [8213f33adf6f1cc85b3c7be2e28ce5d108fdfaec]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:12 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7b9435bb19c9da2b81771ee9b426e70e72344b32]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:40 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b63c086f85cfe8756aa498ab3f767a418e1d8f37]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:39 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [998d6b3aa121283ba6d10206bf7d9ad423050b31]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:11:02 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f8be459b60743fd402c7ae5e5f5f7f2e718e32d]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:38 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad2929a7101c85fbdee01570cc202c44c0023102]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:37 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b519affca4bcf1995b6fc6b626bb7bce3aeb6423]

        INTEGRATION: CWS pj32 (1.2.6); FILE MERGED 2005/07/29 10:10:59 pjanik 1.2.6.1: #i52413#: Hungarian extras now added as binary files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [7dd82d289775fed4e8f3dc4e50f7b9fda2349b43]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:36 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [e26010a739b71320a125f6fab9c902b5f10892d9]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:35 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9c8ea9fa52fc2d9437f54e345737f16e920b189]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:34 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [72fcad16af3a17cf4b3989416c23d1871ac23f41]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:33 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [70c937f6a94f8b38472e7c2923db754ed951ba49]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:32 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [53bda7aae9672f946b0312f327672a96a2551422]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:29 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [b79a05739b676fb28f89b1fba1af8803a47c260e]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:28 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [07c0c51211cd49e99627746feb38fe988e572455]

        INTEGRATION: CWS pj32 (1.1.2); FILE ADDED 2005/08/01 05:57:26 pjanik 1.1.2.1: #i49477#: Add Khmer wizards and extras files.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [9160b0d4fb863cc1f92bc32bf1bc15035d81364d]

        INTEGRATION: CWS pj32 (1.48.138); FILE MERGED 2005/07/29 20:24:40 pjanik 1.48.138.1: #i51133#: update directory list. Fail when the module is missing.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [eb68209bf5cf87ca7644769f2597a8b0e8bd3b64]

        INTEGRATION: CWS ause033 (1.34.4); FILE MERGED 2005/07/19 13:59:52 hjs 1.34.4.2: #i51391# remove before copy to deal correctly with symlinks 2005/07/15 16:51:50 hjs 1.34.4.1: #i52031# resorted targets, #i51391# do not preserve links

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [4ffafdc9f42b6a6e43cb9d66189d02e5f94cabf1]

        INTEGRATION: CWS ause033 (1.18.94); FILE MERGED 2005/07/15 14:26:10 hjs 1.18.94.1: #92731# avoid lots of useless *.dpc files

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [0abb92a9bfacd5e18d636d6d2839b1aafb640e4d]

        INTEGRATION: CWS ause033 (1.2.98); FILE MERGED 2005/07/18 12:00:01 hjs 1.2.98.1: #i51368# move setting required variables to the beginning to enable correct dependencies

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a75b8620edd329886835377a9e2630e408cadac0]

        INTEGRATION: CWS ause033 (1.154.12); FILE MERGED 2005/07/15 14:26:09 hjs 1.154.12.1: #92731# avoid lots of useless *.dpc files

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [d47afce85565f2d8d0c020a053c981759937356a]

        INTEGRATION: CWS pj32 (1.16.12); FILE MERGED 2005/07/29 09:36:02 pjanik 1.16.12.1: #i52051#: Missing dependencies (for parallel builds).

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [dd2287fc1ca5402c2ac8d075a633e193bb2d61ac]

        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>  [0a476bc6d9469551e2bc60fece5d79df146877b9]

        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>  [8c186dad6c620379e01573062ad13d8adff3f043]

        INTEGRATION: CWS pj31 (1.16.78); FILE MERGED 2005/07/15 13:50:22 pjanik 1.16.78.1: #i51755#: ure depends on langmacros Patch by cmc.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c22e790ca24ae345ad55509ee71da44e7d6c065]

        INTEGRATION: CWS pj31 (1.2.16); FILE MERGED 2005/07/15 14:18:48 vq 1.2.16.2: #i51990# Fix W32 build with newer cygwin version. 2005/07/15 12:16:26 pjanik 1.2.16.1: #i47548#: Allow parallel building of Mozilla from source.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [02daf6b89f2f434c0f0b2117ba9ec18309a108fd]

        INTEGRATION: CWS pj31 (1.3.6); FILE MERGED 2005/07/15 12:27:57 pjanik 1.3.6.1: #i47548#: Allow parallel building of Mozilla from source.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [439f6872167ddd2aa9158200be18340671cf9c33]

        INTEGRATION: CWS pj31 (1.13.2); FILE MERGED 2005/07/15 14:11:55 pjanik 1.13.2.1: #i51745#: chmod the file after it is created, not before.

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a933a3e3815fdfe7e38b6e81c9bfe962c548d50]

        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>  [b6798773395649c2d68aa557728baea715b34f9a]

        INTEGRATION: CWS gslpatches2 (1.103.14); FILE MERGED 2005/07/18 10:09:19 pl 1.103.14.2: RESYNC: (1.104-1.129); FILE MERGED 2005/06/06 13:15:37 pl 1.103.14.1: add patch flags for CWS gslpatches2

2005-08-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [a0524f739534dd02f2b3b7dc8a399b48aa77b579]

        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>  [2dac0dd2675ba68644f6b0aa07cb0ece13167514]

        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>  [b691adc4a4fa1b96f098ee70a68e47734624c247]

        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>  [11324283ae81bb39b2cb6a982b5160be927a37c5]

        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>  [f19028e22c41765398f94d88fa946ddcaf3a1b09]

        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>  [5c16793a72ac5cb735ead25f83b0fefa682f1d7c]

        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>  [94160ab49d81481058328661e3fd68ace033044a]

        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>  [9cfce6733f5f3161c3dfc6a8d39283e705df0343]

        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-05  Jens-Heiner Rechtien  <hr@openoffice.org>  [cdb9b9991ea05ed3819e58b44118c23c3a495b11]

        INTEGRATION: CWS gslpatches2 (1.24.2); FILE MERGED 2005/06/06 10:42:51 hdu 1.24.2.2: #i36817# fix typo 2005/06/06 09:52:39 hdu 1.24.2.1: #i36817# add support for Dzongkha script

2005-08-02  Rüdiger Timm  <rt@openoffice.org>  [ac3a233289e0b5ee945774e1cebca24fdc2eef35]

        #100000# Avoid collisions when testing write access on SHIPDRIVE

2005-08-02  Jens-Heiner Rechtien  <hr@openoffice.org>  [d9f401ce8263aca74c6f7029f37082119cb22320]

        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>  [0f0aa72307dd08a6840957f28f6b44fd2318d313]

        new version for SRX645

2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [b4eb782defafd893420f96d7921b75ee6b38c19d]

        new version for SRX645

2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [23c1a0702eb165ebe936c0e4491e4b4b88ee66f1]

        new version for SRX645

2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [fd24f34111cc5c191d682bbbdfcafe4357ad780c]

        new version for SRX645

2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [e9a093474dfe593a5d36d8da4295cf9360c65a19]

        new version for SRX645

2005-07-30  Vladimir Glazounov  <vg@openoffice.org>  [957db53910b4db1f91e413da80e95b02b6641155]

        new version for SRX645

2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [31753b73196f79a3dd9172380cbcd107a0973ecb]

        new version for SRX645

2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [de0d4d3707d2124de76a1d95a508d3200824a47b]

        new version for SRX645

2005-07-29  Vladimir Glazounov  <vg@openoffice.org>  [de941166d7a3ab7dcb8acab54819469d76f4a7b2]

        new version for SRX645

2005-07-29  Rüdiger Timm  <rt@openoffice.org>  [9afff8834f66eddaa5e775178f5219defb18c5b8]

        #i10000# Try to fix intermittent build problems occuring in buildserver builds for linux: wait some time between generating makefiles and using them.

2005-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a1d6719ce9cc75f19e2555f2ffbf0dc1354f09]

        #i10000#: restrict DONT_REMOVE_PACKAGE to Linux

2005-07-29  Jens-Heiner Rechtien  <hr@openoffice.org>  [44735c350fe099c4ddb7062f7f83517da0efb392]

        #i10000#: set DONT_REMOVE_PACKAGE

2005-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [99b971a5217cf13530085214a1804f9bb9d652d9]

        SRC680

2005-07-27  Jens-Heiner Rechtien  <hr@openoffice.org>  [4a7c3ea53a94097769dc6a1bb1a7e026229db2e5]

        INTEGRATION: CWS gvfs01 (1.22.76); FILE MERGED 2005/07/27 10:55:38 as 1.22.76.1: #124597# HACK: init gnome vfs on startup, so it doesnt make trouble if init is called from another thread

2005-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [d5a5b2f78f2aac59beb4a99aa4e4b042226c3625]

        #i52435#,#i10000# add PATCH flag to ldapbe2.uno.so, libmozabdrv2.so, libxmlsec1-nss.so, libxsec_xmlsec.so

2005-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad85ae286bede2f837d890f7051f3401fd657da5]

        SRC680

2005-07-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0f92e0c94a94d67c7be771fb47a0497c90264ac]

        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>  [d41c397e7a8df19bf276c092c87bb10152a1b57b]

        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-25  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b13ccff9e26884d637baf9fcd04b15a76d649c8]

        INTEGRATION: CWS dba20v3 (1.4.54); FILE MERGED 2005/07/22 11:58:56 bc 1.4.54.1: #i52305#querying of schemata data improved Issue number: Submitted by: Reviewed by:

2005-07-22  Oliver Bolte  <obo@openoffice.org>  [516b3d8e054d38514600add5826a6eda0ccebdec]

        SRC680

2005-07-22  Oliver Bolte  <obo@openoffice.org>  [b6fdcd4ccf6678484cacb2f4a678c281694f53b1]

        INTEGRATION: CWS swqbf39 (1.17.500); FILE MERGED 2005/07/20 14:34:17 od 1.17.500.1: #i51733#, #i52225# - re-activate usage of <GetMaxToTopObj()> resp. 		     <GetMaxToBtmObj()> for moving forward/backward of an object

2005-07-22  Oliver Bolte  <obo@openoffice.org>  [02a756bc020c55409272042af5181487762c7acf]

        INTEGRATION: CWS dba20v2 (1.99.82); FILE MERGED 2005/07/19 13:45:59 fs 1.99.82.1: #i52166# close preview frame with XCloseable::close, not with XComponent::dispose (this was a bug which was revealed by a previous change in framework code)

2005-07-22  Oliver Bolte  <obo@openoffice.org>  [16c996eeabea2718a6a869dca6119aa18ed8e1fc]

        INTEGRATION: CWS dba20v2 (1.13.18); FILE MERGED 2005/07/20 12:09:38 oj 1.13.18.1: #i51088# try catch inserted

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [15309fb52c432197ce6cc1e0ed1e44a3c60aa49e]

        INTEGRATION: CWS swqbf38 (1.134.2); FILE MERGED 2005/07/19 11:02:39 od 1.134.2.1: #i52126# <SvxShape::Create(..)> 	 - assure that create is executed exactly once for a certain 	   <SdrObject> instance.

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [ffac5303fea8383497548009841bf7b8969b9b18]

        INTEGRATION: CWS pleasereadme (1.17.12); FILE MERGED 2005/07/20 13:47:52 ihi 1.17.12.1: #i42950# Touchpad issue section added

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [61e3db4b386301777592b45d470d7eddc32d5aff]

        INTEGRATION: CWS localedata5 (1.123.12); FILE MERGED 2005/07/13 11:23:51 er 1.123.12.1: #i47962# add libi18nutil

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [847f87f6d40d2d62437e810eeeead9fa3f8b1815]

        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>  [a06c2d2641eef69ebd53623186730b803a0d7473]

        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>  [d20a8d15c53ca4ad6987dc207b0c3f1274b72a29]

        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>  [295375363f5faf0a6802b621a35594aa6a5a7fb9]

        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>  [e55782d2635f0945156f1ddcf7d8a3fdd503bf1a]

        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>  [0f582b3f117a40b6dd428ce2e6549d4a45f3ce5b]

        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>  [0ae5af50420e1b88b1e8077f1a0f022eb33b4973]

        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>  [de72c5ec80e9fd91d8fee6827190adec818ec24a]

        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>  [bf79112fb1d41e45d1675b982c803ea8f2ae3e41]

        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>  [c0d657db9fb4c4a75e2bacc8ac07f0a365ff8f7c]

        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>  [001302c8815b025a3e7e0466eed6c827610eb72e]

        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>  [3d516f59347410be3f5439fcacbc5326ba8e65a8]

        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>  [ec5de3f8702feb6002a5a7690dc5d56f98c9e659]

        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>  [da91fc9941de3970b96f787db1293cbb0f9530b7]

        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>  [0d79d2471f596846b76ed865e78966fa08fddfa8]

        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>  [766702c20063a0c0df6836b1b7affd97fc58535b]

        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>  [a34a6a941e4893dce61656d505cf29d3cf5ca745]

        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>  [b239cb8f3da6f91eac308597760b1dd97b909fc4]

        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>  [3618f0dc1d58afae2ceab29674c5965716f9d9a2]

        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>  [f7c954d8316263de1c00b3931c2a5911f4b537c7]

        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>  [4b6feba7d307c470cecc20213f34ed5b26601224]

        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>  [fdc08dbfddc86905208ab4307676258d669d48bc]

        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>  [eb9d9638a6cad4b35e5c88a1e01fad22a9d5d6d7]

        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>  [7a6c1553b34bd9c6157df495eefae6caffdec29c]

        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>  [3db3aa24be3db9f0f3a250005a30bb261f199c8f]

        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>  [e2500120b5fddf7634508d25936595ece3b187e5]

        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>  [c4452b8922a0ba3aa795b75cf65d6d06be6dcb32]

        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>  [7a6668d2cdf2dff4303c3e10ee53a58061cc790b]

        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>  [b0b73c6f67833171d05e3433d8a6f14a72a2f556]

        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>  [07e880f4065350530455b2a42fa76738ab1ce558]

        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>  [8551293b3b2346df2b73e36dbc3a43fcc5d7a2fc]

        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>  [67829a39447be2e0edd47ae02bb10d32186526bf]

        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>  [484c39a430c961a332839b648976ccd77e9fcf72]

        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>  [8cdbdda554c2d0711e48f329c9f6c842ec99a952]

        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>  [d8a7bcc26e24d4e0f2b9012b3e3c89b762934897]

        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>  [8cfb2011a35ead0bc77afa6f99cf77fd42cef157]

        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>  [f74d10dc15d57be6a35a3f6891264dc3791a0190]

        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>  [eea0db36e76ee1d400dc75ec9b53d65d37bca939]

        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>  [672880090dbb57ab409c614ce844f91c4b8e5133]

        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>  [733f26527cc40f5826028b169857d6c919d4e1ed]

        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>  [09d02de2046876233c8954a68fcf8666b9f86266]

        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>  [c0f1b46ebaf514d43aac7b63bb4084efb66ec9a6]

        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>  [7e12fd4d4cf4abc5ce6294e9dcc3e788caf07ef5]

        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>  [b7a5ad64d878e0138fceeb81261bdc71c4c20cca]

        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>  [0f40232a7e3079ea47fbbb872b458c8b4411a62b]

        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-21  Oliver Bolte  <obo@openoffice.org>  [62dde0c07e61c871054b7280cdf5c987b46ab63f]

        INTEGRATION: CWS localedata5 (1.38.28); FILE MERGED 2005/07/12 07:48:13 er 1.38.28.4: RESYNC: (1.39-1.41); FILE MERGED 2005/07/01 15:11:14 er 1.38.28.3: #i51305# Nepali font replacement, contributed by Subir Bahadur Pradhanang <subir@ooo> 2005/06/13 10:25:46 er 1.38.28.2: RESYNC: (1.38-1.39); FILE MERGED 2005/05/20 14:31:27 er 1.38.28.1: #i49577# Khmer font defaults

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [f973f94e9426dcdcb62955ce8dc1274465d5419d]

        INTEGRATION: CWS impress65 (1.48.180); FILE MERGED 2005/07/20 11:40:26 af 1.48.180.2: #i52176# Taking back the last change. 2005/07/20 07:08:33 af 1.48.180.1: #i52176# Do not grab the focus for the slide sorter in MouseButtonDown().

2005-07-21  Oliver Bolte  <obo@openoffice.org>  [04580278d53d09a50560c3e2fa924537fd7a03b5]

        INTEGRATION: CWS impress65 (1.20.4); FILE MERGED 2005/07/20 11:41:03 af 1.20.4.1: #i52176# Do not show the focus as a result of a mouse click.

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [87a87eb01d3e19905921a428e5614a6daf205c18]

        SRC680

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [259f1bf6ba5d5e315ee33e58ead37096ab54e9fd]

        INTEGRATION: CWS hsqldb6 (1.8.2); FILE MERGED 2005/07/20 10:36:50 hjs 1.8.2.1: #i51409# temporary convert files for patching

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0858b43058755a935605f1113487b9bec1886e2c]

        INTEGRATION: CWS hsqldb6 (1.63.230); FILE MERGED 2005/07/20 10:43:14 hjs 1.63.230.1: #i51409# fix wrong variable usage

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9a69ab93c005a27af884d19bf6889d461d7bf1a1]

        INTEGRATION: CWS fwk18 (1.107.26); FILE MERGED 2005/07/18 18:51:55 as 1.107.26.4: #124346# add filter packages to patch 2005/07/11 08:20:11 as 1.107.26.3: resolve merge conflict 2005/06/29 14:23:12 dbo 1.107.26.2: #i50979# 2005/06/29 08:47:32 dbo 1.107.26.1: #i50979##i49225# patch flags

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [df6a5f698924c33f4a100663069ded77b7500a19]

        INTEGRATION: CWS fwk18 (1.6.136); FILE MERGED 2005/06/29 14:21:28 dbo 1.6.136.1: #i50979# Issue number: Submitted by: Reviewed by:

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [729d04a9c0e16cfcda4dfe6462cb5596f226c3e2]

        INTEGRATION: CWS fwk18 (1.6.136); FILE MERGED 2005/06/29 14:54:29 dbo 1.6.136.1: #i50979# Issue number: Submitted by: Reviewed by:

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c23a5506e3e6a254a76ffe13585db92f70f89fe5]

        INTEGRATION: CWS fwk18 (1.8.126); FILE MERGED 2005/06/28 11:21:57 dbo 1.8.126.1: #i50979# using fps_office resource file now; shifted resources from svt to fps_office Issue number: Submitted by: Reviewed by:

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b4fe33a642ef70b8c7ec9fb16b9e23a4997b45e0]

        INTEGRATION: CWS fwk18 (1.9.248); FILE MERGED 2005/07/18 18:51:57 as 1.9.248.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c35c24b3bb463b2faf238eb00e2ed3ae8383dcdd]

        INTEGRATION: CWS fwk18 (1.14.206); FILE MERGED 2005/07/18 18:51:56 as 1.14.206.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2f5c4d79a9eb9679f9acdb05acaae604840c8290]

        INTEGRATION: CWS fwk18 (1.102.2); FILE MERGED 2005/07/18 18:51:56 as 1.102.2.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7b2669019940d443e40ca033544b954320f9af0a]

        INTEGRATION: CWS fwk18 (1.16.200); FILE MERGED 2005/07/18 18:51:55 as 1.16.200.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [afadc6d4927e94d350315f79b64398de79e0d763]

        INTEGRATION: CWS fwk18 (1.10.112); FILE MERGED 2005/07/18 18:51:54 as 1.10.112.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [af309011593eae4af0dd76109761b7fbe78bc075]

        INTEGRATION: CWS fwk18 (1.16.206); FILE MERGED 2005/07/18 18:51:54 as 1.16.206.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2d15fa63b2d6f9deea826f81951d52cba9194a51]

        INTEGRATION: CWS fwk18 (1.7.232); FILE MERGED 2005/07/18 18:51:53 as 1.7.232.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7dfbd32530eab095ed13feada83d0b87a17675df]

        INTEGRATION: CWS fwk18 (1.14.206); FILE MERGED 2005/07/18 18:51:53 as 1.14.206.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ce0eb46b234e38d77cb923f83e9ba9405aac40ce]

        INTEGRATION: CWS fwk18 (1.19.22); FILE MERGED 2005/07/18 18:51:52 as 1.19.22.1: #124346# add filter packages to patch

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0c4f8624f871eaa8618aaf3715c270adc0e62bc6]

        INTEGRATION: CWS fwk18 (1.32.74); FILE MERGED 2005/06/28 11:18:26 dbo 1.32.74.1: #i49225# no further macro expansion for default value

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c38495cf9bd2b6e4b6629666dac904a39f2ca17c]

        INTEGRATION: CWS fwk18 (1.16.234); FILE MERGED 2005/07/04 11:52:58 mba 1.16.234.1: #i38475#: allow importing of more than one template at once

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a26303135a803c7518d34c217e438c490fa0254d]

        INTEGRATION: CWS fwk18 (1.26.68); FILE MERGED 2005/07/07 16:41:55 mba 1.26.68.1: #i51687#: remove versions only on direct GUI-SaveAs

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b89c73e1e42331a56d22802a21d36a67f116134b]

        INTEGRATION: CWS fwk18 (1.163.50); FILE MERGED 2005/07/07 16:39:39 mba 1.163.50.2: #i51687#: remove versions only on direct GUI-SaveAs 2005/06/29 11:25:17 mav 1.163.50.1: #i51299# update mediadescriptor after saveAs initiated using C++ API

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d90b507475ff80b24d81f34d60ec983238548991]

        INTEGRATION: CWS fwk18 (1.84.78); FILE MERGED 2005/07/07 16:39:39 mba 1.84.78.1: #i51687#: remove versions only on direct GUI-SaveAs

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cb135a3ff938578d0329c1c1a861c1c26723a848]

        INTEGRATION: CWS fwk18 (1.56.118); FILE MERGED 2005/07/08 14:17:34 mba 1.56.118.2: #i51192#: superfluous fix removed 2005/07/04 11:51:44 mba 1.56.118.1: #i51299#: date of update from template was never set

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [df9c3db40614c924920d79419d0e2bced2d6911f]

        INTEGRATION: CWS fwk18 (1.39.150); FILE MERGED 2005/07/04 11:52:33 mba 1.39.150.1: #i38475#: allow importing of more than one template at once

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [41b2c06e12b8850fb6ea0bb17fa5d1947baa8345]

        INTEGRATION: CWS fwk18 (1.43.102); FILE MERGED 2005/07/11 07:03:51 cd 1.43.102.2: i48682# Remove additional args from sequence property value which disturbs TransformParameters function 2005/07/04 11:50:31 mba 1.43.102.1: #i48682#: macro recording and playing broken

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7bcbd4172dc5efe136c13d5893ef5eb80bea7205]

        INTEGRATION: CWS fwk18 (1.37.138); FILE MERGED 2005/07/04 11:49:46 mba 1.37.138.1: #122402#: don't flush dispatcher after retrieving Slotserver

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a261fcae4977c2ba8dca6ed7abe3432d324e44f9]

        INTEGRATION: CWS fwk18 (1.5.636); FILE MERGED 2005/07/06 09:30:24 as 1.5.636.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6e90921abb1754190d8031154710600ca078b8e3]

        INTEGRATION: CWS fwk18 (1.5.578); FILE MERGED 2005/07/06 09:30:24 as 1.5.578.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b0863184bdbce35489ff7a7f91c8858e4daf2b2d]

        INTEGRATION: CWS fwk18 (1.66.76); FILE MERGED 2005/07/06 09:30:24 as 1.66.76.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4fef2ccc762dc3cbe9f0d300a14c47ecc00adaeb]

        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>  [1b32083bdc5fc11ad4266df6d41472192951b1c4]

        INTEGRATION: CWS fwk18 (1.42.38); FILE MERGED 2005/07/04 11:54:26 mba 1.42.38.1: #124121#: support XSystemDependentWindowPeer

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f0d711f639a0d4d28f2c78bd7cd57b0bc1c8821c]

        INTEGRATION: CWS fwk18 (1.26.38); FILE MERGED 2005/07/04 11:53:46 mba 1.26.38.1: #123967#: don't lock solar mutex on dispatching

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [51c99fe55ffd718c7905cc593972d77882d0e5e2]

        INTEGRATION: CWS fwk18 (1.11.64); FILE MERGED 2005/07/04 11:53:46 mba 1.11.64.1: #123967#: don't lock solar mutex on dispatching

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c69431a8595550ed4fe2249ec9db3d1e249bf716]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:16 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [87e3079c53dd27fb43209307e24a0e6b504345b8]

        INTEGRATION: CWS fwk18 (1.4.164); FILE MERGED 2005/07/04 12:34:16 as 1.4.164.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b3ca4f843aa6f4b6ae62367fdc9ace4d8fa57ddc]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:15 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [052b941f3fa9ac90721dd1ad1ce5e1c053ee757b]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:34:14 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7b532086973a9352ec8fbc8886a9fccd331b8922]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:34:14 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [80c1a2cad5c7705794ca56095fcfe384f3d40b0f]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:13 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b6f11e7f0429c5b964573ae8745d3619ec7f5fb2]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:12 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [381c7e4237df79f1df380bc570f2820e69449f32]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:11 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [77763d60159ff24b3a4da79833c169c65667fa5c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:10 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [821737354bb317799b2247c17bf2344a090b777f]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:09 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [25a6787f0698f632dd63d0f01187fd10e82fe02e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:08 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d7ed8c081c7aecb5448a660567c5cefa206542d8]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:07 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [602de977f316f921a28edd37af6a22188b828577]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:06 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f15926854049bd65c984259a6b1ac5d400319a6c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:05 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cbc37e196f47df8962a83d2ae960e8decc80f27e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:04 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [494372ccf4ec89a0b5434e4510a1564a128816c3]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:03 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f1e956875eaa8263931404247a92985a49198313]

        INTEGRATION: CWS fwk18 (1.3.102); FILE MERGED 2005/07/04 12:34:03 as 1.3.102.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3014f0be8dc7d5c1f4c2d2540efc48d334fad898]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:02 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1bcc267d1282485be7cba314b05c1708d3fe7b86]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:01 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d2938063bf971b84517988fb824849ac2bfecd84]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:34:00 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fc3e4cc623fcca8336797171350408ec044aafc9]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:59 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cede2565d739122bd580d85070529dbccb90b64e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:58 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7512ace9f87889e292415a136e0212bff3507689]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:57 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2d7e8714b23216d511240dfff238fc074be4ab7b]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:56 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1b85950c896e499d70d4465e09d481c96dd35ce5]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:55 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2618f8e548ad9c7cf7f4d5e25eef98c22646012e]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:55 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [92a9ce774a8855154abdfd8a6971a95891739f76]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:54 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [807d1dc089a353e6b14fc50f39fc9263d43f7c34]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:53 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [67d9b377eb13e2be323b2b5c9c6847081769b878]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:53 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [63a880fdf9ec5da5ad610ac555610e0cb8c94b14]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:52 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9882eaff1732a8613d3bf99ed9950ce979fe1f43]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:51 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e418a6f22c04f337596472cbd33effc7e5eec687]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:51 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bca0d79fc91c621784b782c5c7384989e4b3ec90]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:50 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dbb01723db5f7335550611a2e0678d7f99f8ed4b]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:49 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1f308edd143926bcaa807664768cef8e54b1715d]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:48 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3fe95aa964dad7e701ccff14a1b853d3dba4695f]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:47 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [751d25dde70f9047197cd85e004067d160885b3c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:46 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bca63d3b1af93b16560e9f213d4b40f06c7cc8b7]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:45 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [19ba67f1b079ddad1010a21457b898089e37e7dd]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:44 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [53edf16e651e1a43773c249e0d1d226fbffe554c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:43 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [de7db776afacdd758879a04d76b185f0f38ea782]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:42 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1c4b725a6df59da95eac5b86672d2e384e0e81b3]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:41 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [66d634172250e96fd44672c681c4bada9c2c2aa2]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:40 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ebcf82400ac92ba1d402f1fd5a30336955fde842]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:39 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b489b4f0c0ac26ca9c9b6b2c57dc5cbe08d44f78]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:38 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bfed1e424d6bd8b7028ec2ef3f56582cd1ff29ac]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:37 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8b43e2ac557a7eab99233a6fcccfc9260168cccd]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:36 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [eb18fd61d286bac0a057f8f16761783905e6c698]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:35 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7c3275ea378e7c62e0f8e6bc4eab20e8e4ce0575]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:34 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [617c9ea303c59f8cd1fac8d708c4288085cb2c11]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:33 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d8b35b434db0be65f3d9f778b1e3634cbe85e726]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:32 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b752f47ef1bab0a2e069ea2e9505badc4a03a2f2]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:31 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [05b43956396d3fc457634cea88d589418a25411a]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:30 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d21f37bb00f6651b3f5b5fd0bb63372209245485]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:29 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [99434e3d176e9aeab54ac1314c23f2b43b93bda9]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:28 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1986c897fe2c27a90abf3d60b88695b87509d480]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:27 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [abd3a56e0165d679c840a912888e4deff7fe85d2]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:26 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [53342b10ff8cba180562e7c60e1a4f87a7ecfa1b]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:25 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [99420b104adfc3bcb64160c7d020921c8741e41d]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:24 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7fe3743cab914bd232ca0b43fc82d98f8d448692]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:23 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1b0d105a861ba0c00e6fc8edc0b7f3cf589af169]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:23 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0b0b679f3fcfae089e4753dab18d7a44879ed812]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:22 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7e30b0d7724f7a64fa01c66794a0e4c94efae481]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:21 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e9413b320d3e7d72a4563a26716d5bbd93f00802]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:21 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f62d249cb75ebf76f163826af565f18720694990]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:20 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dbc4654a134fa5466903c3b460a01f07893d3f7f]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:20 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8e417c13f5d0bc6233f1af5196197e0ce6e60ac0]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:19 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [94a5ce6c613cdc0013e64b90bb637dfc30cf0baa]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:18 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [da8e6b3d2d265ef334617957dcb30615faa9bed8]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:18 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0880da4c1782034c69a8b7af75c4a9c9cbb12e76]

        INTEGRATION: CWS fwk18 (1.6.190); FILE MERGED 2005/07/04 12:33:17 as 1.6.190.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d53ee827a8e31459c458c66b946bcd454ca5274d]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:17 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c6f3a68ae26ca27443ccca5f1b856b115882deae]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:33:16 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d69e42b4b8ef096f14328e5646be59fd932bb51e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:16 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [592218d63d28e00dcbe79a31130a8bb1f9130fcb]

        INTEGRATION: CWS fwk18 (1.4.164); FILE MERGED 2005/07/04 12:33:16 as 1.4.164.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4b51158ad9ef79c6d0db860d55cda81f99c63a22]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:15 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0316225e9ef2213292abcc94f50a8cd5d94eddcb]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:15 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3932117b258d8309e8a5af239b233d544b7068ed]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:14 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5824dae8b974e8e476aa49aaeb387de98675d73c]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:13 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [13714a1f0b1d47a88607e312ee872e17cb82850e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:13 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [60aadcb7574673357e755a087c1ad4f4899a6a6a]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:12 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f42c26ee52201ea737e6b8544d0a908efad36564]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:12 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [069af15022daf5a73be0c725e5a6558238ee4165]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:11 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dfddf12cc2dfda85a891d0b7947702af7ab2e1db]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:11 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2f4fea54642323e7e80de89a7f363ce3ac487e8d]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:33:10 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d149d1605019c611dd75ff03bfc433da9d63c8f5]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:10 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ab89a9d5ff996f431060c0613082bd3df937e158]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:09 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0e40a624c7e480a7c801b741ab15b0e661d732c3]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:09 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b56981f2485461c15a2d5af1e8e871e9b62208e4]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:08 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ac05a753848d5493dba0e968cc339d1479fc4cfa]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:08 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [62227c91bad750946f327267b39d3245c755e939]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:07 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8512bc57820f9ca328c9ab4a78bd2372560e4ede]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:07 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [28d18745c883356fe4d9626eae7f93f8f18d3629]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:06 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8fd9b15f3d303179c9e5675fc592b295caf3a72c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:06 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e1c82a42f271aa33960dea02d0d621beab76ccd0]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:05 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [876877cb105204b39c2f652c74b5dc02433934b8]

        INTEGRATION: CWS fwk18 (1.5.212); FILE MERGED 2005/07/04 12:33:05 as 1.5.212.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [879876faf7b8a970e0cedd69ea10782d888a90e0]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:04 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1b257438627d4ada43528c43ced686dc9f64d09a]

        INTEGRATION: CWS fwk18 (1.5.260); FILE MERGED 2005/07/04 12:33:03 as 1.5.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a25781edafa37e32ca5a8acbbbb450da3a9b1752]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:33:02 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [75d9ff660c315ead6eb4a101ef32c1b62ddd8a1b]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:02 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d82543f47fd5333d56501e68e56b0a92715d81f7]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:01 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [afb7271ca8d3ba4d923b10e0e7301d29f691987c]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:33:00 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bd5af9614b52fcb4827a5a9c0ecc89bbef7f34b1]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:32:59 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6e42c01921665bd1d2257ba7dec9f36dbd7c6d89]

        INTEGRATION: CWS fwk18 (1.5.164); FILE MERGED 2005/07/04 12:32:58 as 1.5.164.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [79a01ebc249c12df9ec29a173be26f0b01d69a7e]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:32:58 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8d82c38908019ab60dcf20268d54cc7b05c43ab6]

        INTEGRATION: CWS fwk18 (1.5.226); FILE MERGED 2005/07/04 12:32:58 as 1.5.226.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9a0159913d6f4d98ef01df1ab60ac6d571a99774]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:57 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1c6238d66425e8f0c3c4e983e1bbe832f2c4d394]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:56 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [843a2d1787e33b98633bbffa87438454fdb7ea3c]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:55 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [debef7b3978a1a7909ee1820ce9bbd34df0ab84f]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:54 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [88a38ad1067664a5e5766e26b549d948d1d3fe9b]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:53 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [013c1048594f89f971fc0ce1bb6990b299d9d3f5]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:52 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7ca131347030a3db744fd89eb46597b948b69624]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:51 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3ea45d046da9d10e73d569387a300e0664c71d89]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:50 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4ca622c6c94a373ac95ad159459fb2e1bd99f8cd]

        INTEGRATION: CWS fwk18 (1.4.248); FILE MERGED 2005/07/04 12:32:49 as 1.4.248.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [df7f0d559360082dff1c76a2b6449f4aa1046697]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:48 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cc6bf16f00a4c4f7c63f141b400a2a657c022205]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:47 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1efd9fe4533ea92fa1492d7893d09c11c411c46b]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:46 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [aa1309a9b8beef6a237118510e9fd54538228df4]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:45 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5e1f12c0a2d8f9449a41dd1bbdcb6c11e8a2753b]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:44 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1919fd9ba9d6662fd181bbffd6282d6c4e9057f8]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:43 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [78daa50daaab9af20bae978a92703ea8b6415cc9]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:42 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [42fad6d0a3f8c801d9c1a41ef0074a570b77646a]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:41 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8497bbd0b31f92a66e695ce0b57aedc8e1aea51d]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:40 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d58ed1a140f4f5586ef0233435c03a390fcaecbf]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:32:39 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [74c84ad0e22a614c4f0d94f7e9e65173154b827f]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:58 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [823f574876e8597916279aabdecd7a7b24f50a25]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:58 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b267811d862b7ef19f2b929b0740da61e8f1beb2]

        INTEGRATION: CWS fwk18 (1.4.86); FILE MERGED 2005/07/04 12:31:58 as 1.4.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b8fb64203104727141d31af196705b8ac54a2238]

        INTEGRATION: CWS fwk18 (1.3.58); FILE MERGED 2005/07/04 12:31:57 as 1.3.58.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2731593183fcfb709463f061936d960feb313737]

        INTEGRATION: CWS fwk18 (1.5.58); FILE MERGED 2005/07/04 12:31:57 as 1.5.58.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [22765c1562929c5418c51face316a60250f8db4c]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:57 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [13236a600b551fe8f7e6bb28dc8a445dfe2b62cb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:57 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fc3d3a0da1be0aaa6e98f8cd64f4eec734e29eab]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:56 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6d71c54699a0561209c7b731d25fa7d2ecba7db0]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:56 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1971a01c32a6d0a65f3fa9a0823940fd730e9321]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:56 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [12ca404b32e13a4d1e952cc56faee3b266759a8c]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:55 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b28189c2b9039c6ad97559bee8a0752a7381cb3f]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:55 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dd73fa05d0d48c2fe4f6d8b695809781eeb62560]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:54 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [541989b450c7c0f4712fa830a113f6f722bf82c4]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:54 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c10e8818a1fca947ca1c4ffa1179d7cbc67be00e]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:53 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6ec9b1df3994978a1f820e86074f5f5824b13b97]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:53 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5cc2bf19825e18e280a6487683d84d6911c0c10c]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:52 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [65fb051034dc623036d02c877c9e19092f6e276c]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:52 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ba77f679a786719e1c519172c8170b0efb371053]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:52 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3aaafc0d39d9b7e7fc3f68be48235912fd3754a8]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:50 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f6bd39397e809b5fa9408a956cb46d468530386b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:50 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c86efc81d7dfabad707786bf0824aadf4e0bd224]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:49 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f57218775f8185a3205968246c99c974a2cbc766]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:48 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3de9cec3b765091611e2744bb6880d3077709a27]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:48 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e3a0abb10eca3bbb2d4f8fbfac990f0025e7dd63]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:47 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [70164ee44b574c686e21a48c4d8c19d56006a402]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:47 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [61063adc611535feb9ceb90a17fa95045599c932]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:46 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b060e11effe4f19e443a059a7d3b11529ee8b589]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:31:46 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b095eba6987378c263dbf864c35347d289db9c9c]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:45 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a2be9a2e7cea35fd439806f99a81ee05be37919e]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:44 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [29dbceacf7ae1aec0b6ca2246686f921369fb219]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:44 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [da6704572e1952e2c02371da89f8bc1cbf7d615a]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:43 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1e23fbfc6d66adbe5845813ca372cde04578dc91]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:42 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [43dc2080d3c5146051cc1ae11d9129df9ba669f3]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:41 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [31d223f91cfe353324abbd1232ba32b7e7f74c12]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:41 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c658e7be85f2d2d4ca1f85d8f5290d780aa12f3d]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:40 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a6625dcd20c2b6729eef32983d4d53790294ebfd]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:40 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f87d7cb7351a77a3e0aad0fecc842c22bf45f87a]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:40 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8c9ffd0400c80144a0c5cf069b44aa03f49803b4]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:39 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e64b3d0637b0a8df19934093f24805056cb43f8e]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:39 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [70443da061532f6d1cc93d309265532ca39d3462]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:38 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [41323f68a1a29b7c098117ddab2780709bcfc484]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:37 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c7f216a2009188d8c7d92b1339211f6daaa3ce02]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:37 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4b2eb869406fa7ebc63631a7b8eeddc218fe17c9]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:36 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f17dac3a5cb3d5d9549ecc38a4f0db0c674e9bd1]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:35 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [46925c99987900a7cd4d1efc9747a837e677ba54]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:31:35 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0838f78b4556c2dce64f7c9ef8c126aa40e4fd6d]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:34 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5b90b23bab2655f2972655f3d003ba4c56e8176e]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:33 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [30987e2e9f053352de34db36369bd215dbc78468]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:33 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [39e9dc90c60aa25f60272e576021ea2dd2e0a767]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:32 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5a8ee7f0c89490cbb1d316689479f4c4c2ef27a8]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:31 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2eb1002421288547f4a7cb343abb1bdac8757f1c]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:31 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ba9c522a6d3c394e30b0e4e14a567c9968c832c3]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:30 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a140314c3e1ec4d328bd04b5100c197682931d10]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:30 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b71437dbe380300949ed988f44292cbf11331ed2]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:29 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f6448fb54aa1a5a2c96001d7da75440e0ce25526]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:28 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5b390fa2a903bf3d3b2062928ade7fa15a2388e3]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:28 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d6ffbdb63512b6b4181df08ff3bbdd8140f4ff56]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:27 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3156f92571cccdd39edb031d33df8271c0b82091]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:26 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [830f12cb67aa24b606d65562491d7332b9b974f1]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:25 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fee8f7b4f11b762192860f4c52c47d7310461270]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:25 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3acc9ccbfa8d76387e8649ddc35c2e35db8aebac]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:24 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6ec9829c46d222402ab4474ab910464139a19004]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:24 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [190ab41f0277e57341a2f84c6c03f6126bedf1b0]

        INTEGRATION: CWS fwk18 (1.6.84); FILE MERGED 2005/07/04 12:31:23 as 1.6.84.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a71a15cb8730c33ea4ed1469a02cf4a17b1bf96d]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:22 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dd5ac193ecf305300c74180bd2a734063b068ef5]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:22 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1fa56cb78b4e63ff535a1b6bf2e0af1b1bab9ed8]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:31:21 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f5ae90ed1b5590f22f214711bdf0d17dd1912f22]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:31:20 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [67e9850731d5262dfa6c09be8bcc24936eb4f88b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:20 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e295d8214791ada15862e92965b6701edaf2e5e5]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:19 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bad74d1263f142bcfda9e7818b3327b043bd4e20]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:31:18 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4c72a1af7195d97f4dc4bd7452850ef5e8413a9d]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:17 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4c5c8b504ddd2e402d3cc42ad7cda1947e6f23df]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:16 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3544e5551934721b876b4284c5067c04d0ccbafb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:15 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e825310e3c288a54157b59f53b4f8bba83d0801a]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:14 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c67a2e4ae7897be5cc6bffa86b9c652b3d41297b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:13 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6ea23bfcaab16189f39348c5739759471c3b949b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:12 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1c9d64cdc6b7bb95fd961dca8addf7d1c755a4d7]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:11 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [559ac7d82c597f81eb6c91888979736eebca95d6]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:10 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7054d9326360f4704bfe3d8880a624d50bd00078]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:09 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [55ff41b5f7f7d7b3991da4d77d43b94e2028a2d1]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:08 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2d906ef9d6a81c301a37cdff0216411065388dc9]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:07 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0093d60e32c84ee386acf4388c1f2a6c23508dbd]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:06 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cca4777b5f7439e501bc1d5ed35ac5a30f623da0]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:05 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ee8b99aebd68c2376281dc43b0dfa708fc86af54]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:04 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [73fcedc66eef3752f283b29bd9fa5222ab7067cc]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:03 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1c941df4293cf01659e2ac73ac4803e413a7151b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:02 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [197b1dab2bb5bf6bc9f3e9d7b2123112230bf6f5]

        INTEGRATION: CWS fwk18 (1.3.86); FILE MERGED 2005/07/04 12:31:01 as 1.3.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [25d18152457ffed3d4246e7095755806b725016f]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:01 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [719cda9824cf24dc407e754c446e62550a2ec442]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:31:00 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3a6732af13e184e36d0486a43c71eca18ac96707]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:59 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c0e3b34865e38e7d6b656d83e9a936cb493d4818]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:58 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [773c5b1d176dd7adb4e1bef3d5fdc70ff2b4edeb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:57 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [acc2a7e2401ab541e0a49c056aff784c48a2a0f0]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:56 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4b0e201bf855a0c75f08b6e92fe672be963f9321]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:56 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e425eeb33d44517684674f1fa2eb61ed8fe5c00b]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:56 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f27af97e1fb65f12b6600a63d10f22582cc7bbfb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:55 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a59163da1555c0055bc107ea104f09b996ffc348]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:54 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cdc9789d8d31ff68d127e1420cf11c10e5afbeb6]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:54 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a0d4485003b1181ede10c283e106a9acee45b7be]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:54 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a230a43c70a5add9980305acd20e38903498ddcb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:53 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ead93a0cd8bdd2805d204bf28c36c8334bc5dc1a]

        INTEGRATION: CWS dummywebwizard (1.19.16); FILE MERGED 2005/07/14 15:20:51 tv 1.19.16.1: #i51943# reinstall old BASIC Formwizard in order to stay Compatible to first master

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a95a83babe22d847daf95ae0cf8c91aaab415239]

        INTEGRATION: CWS dummywebwizard (1.102.18); FILE MERGED 2005/07/14 15:20:51 tv 1.102.18.1: #i51943# reinstall old BASIC Formwizard in order to stay Compatible to first master

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8e5caee92c300213255a2e8a5fcd9fe565edc830]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:52 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [772aec8f7e58ee9b3312f98f14640bfa0dea6ddc]

        INTEGRATION: CWS dummywebwizard (1.30.20); FILE MERGED 2005/07/14 15:20:51 tv 1.30.20.1: #i51943# reinstall old BASIC Formwizard in order to stay Compatible to first master

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [07c074cf4e67192cf23e3123cfc996506a592013]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:52 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4ab539a83b5def45c5862fe1bd1b7a66b445931f]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:51 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2ae8885ef341fa8d9e4040acc038530711b2ae5f]

        INTEGRATION: CWS dummywebwizard (1.8.8); FILE MERGED 2005/07/14 15:20:19 tv 1.8.8.1: #i51943# reinstall old BASIC Formwizard in order to stay Compatible to first master

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9827220f0730ae72750317bd8a3a152c1721fc57]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:51 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dfd353fc47ca226d9ae912eecd37046ac8fd5b00]

        INTEGRATION: CWS dummywebwizard (1.8.8); FILE MERGED 2005/07/14 15:20:18 tv 1.8.8.1: #i51943# reinstall old BASIC Formwizard in order to stay Compatible to first master

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [33b7b0acde076d23527df5240ee78dfeb4dd82aa]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:30:50 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [52e2d38d7a32ca2bff6b9f5ed1de286937c62741]

        INTEGRATION: CWS fwk18 (1.6.58); FILE MERGED 2005/07/04 12:30:50 as 1.6.58.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [06d16129cd834d1e41acb2277e557f54d5ec80c4]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:50 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4bacdfb4c867a5e2d3ca37ab85363c8f15aaffc8]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:49 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5d04ada8ee991f5bae3907b5e48acc2129493bfa]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:49 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [655fc6752f94a36fd13f50ccbae38a315b7c4163]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:48 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [22d6276f09c68b1c6062b7751144e88dfe5de595]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:30:48 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6da25f803906055137783e672c68dde53f4043c4]

        INTEGRATION: CWS fwk18 (1.6.58); FILE MERGED 2005/07/04 12:30:47 as 1.6.58.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3c5244d63c3ff56cdd12f13314b1ad597fd965db]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:47 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [523326c6d2e775639071c3c36f2ede78da5e3401]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:47 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f3fd98e2c079c69b90f9ef491ddc86419a94f8d0]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:46 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6327bba01fd97b3f3a559922951bb1682703dde8]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:46 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [cb4ae0fdc8be99b31ebac3224d68763bd3483deb]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:30:45 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3fd54c730b42a9ea9a40419a704c9b47f809f19d]

        INTEGRATION: CWS fwk18 (1.6.58); FILE MERGED 2005/07/04 12:30:45 as 1.6.58.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [455763fcfc8a0263b04d465f59558834fef9da97]

        INTEGRATION: CWS nativefixer16 (1.11.4); FILE MERGED 2005/07/18 14:05:42 is 1.11.4.1: #124331# bug fix for FontsFolder

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [eead0a06856e90f7ee96909d5392c505a5f5fdda]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:45 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bea7fdb6089ec67ac7b47a2d7cb55c7d64a96808]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:44 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7e56fa2a8b402c1fce08c3a020b6abc018bdfcb5]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:44 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [27e2b0b6c2bf7ae34b6ba0f2ba7abfce68b52987]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:43 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d9bb8935dd3c8d8651c22d8c5ec478cc2dd1dff3]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:43 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c8ca2eab760dc663ee60159bcba0a8b9a0ff5335]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:42 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9d182314a2f558ab50f5ee5a8afbbb9509475e4c]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:42 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c7cb31cd8e136e6a1260c0bb182d56f2545ef5c3]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:41 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e192c5b3c46c6029df6ec43d9fbc7089c16e0c7c]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:41 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fde49d1e19171f525778f355abbac3d9994e9b09]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:40 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9058b01d4ecace831d64d3c67f8d9fd51cc6e64c]

        INTEGRATION: CWS fwk18 (1.7.84); FILE MERGED 2005/07/04 12:30:40 as 1.7.84.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0b1f4751894a68a3f56273d260394000e8c1f6ed]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:40 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9ceb568e88ea83a39a27a37acdf9af7d5e63d212]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:39 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b912ef523abad48418353c241067f99bbc12668b]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:39 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [599d6055b24d9c92ccba2a39eedc548ed46ae0ed]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:38 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f45f146b9d93eac75e8db2b616f19ea52de78c2c]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:30:38 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [725410726a4e30c15dbbfc0a145ee9f8272d22c5]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:30:37 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [abd82b690d9df9104c33144ca9048d7ab0b99af1]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:37 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7dcf8ff448d8f071d2151ea1201b55bcef95e3ae]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:30:36 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6bb521d797ebb702486f8732bb3b1ba9e8e2f953]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:36 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c23a8b382f3eb5eabcc4b8f769bcebe369545713]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:36 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0408da4c96fcb3663ca372991514b72a735fc4ec]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:35 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d05d7b1de8a6ff265df84a6c17646a811b97eb06]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:35 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [632a1a10205fdeed52e29002a45de838904943b8]

        INTEGRATION: CWS fwk18 (1.7.62); FILE MERGED 2005/07/04 12:30:34 as 1.7.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ed3f535c9b94b74b13f69e27ee777134119849d5]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:34 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b389756c858e0222b2d56efacf61a44c07b5bdba]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:34 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ceb338c224d119bb014c8aad3c6d59542e95cb86]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:33 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [567353d8e1dca6dfff69348b9179219a6e16b7cd]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:32 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b070a4406e348e3f87f888f464b8185e68c4bd6e]

        INTEGRATION: CWS fwk18 (1.7.62); FILE MERGED 2005/07/04 12:30:31 as 1.7.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6b5e7e2785ad3a24adbd982cdaa51408b2fdd3d0]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:31 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1cb5dac2c964c2b8075c0fe7e044cd6b32387c56]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:30:31 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [99c7cdd2f97f62838b91952705eab29b3ff207dd]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:30 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0c127abddb7dc7547f0e9079fc545298f1e5e275]

        INTEGRATION: CWS fwk18 (1.6.84); FILE MERGED 2005/07/04 12:30:30 as 1.6.84.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [46503466f83e3055f75562b753bcda21e5124968]

        INTEGRATION: CWS fwk18 (1.6.84); FILE MERGED 2005/07/04 12:30:29 as 1.6.84.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8a3bb3675dc75bf72b0364e9dd635a84490f54f1]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:29 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a41ccffa177b58a1d7637f0ba635213195d9edb0]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:28 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2a50e55a8d6a5c67942f95a2fdf6ffb03b7bf58d]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:28 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9f905203517305df28834fa1caf7f16ac3a11b80]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:27 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1faa77b0f0c6d3f7050237e2804c63cc24900db7]

        INTEGRATION: CWS nativefixer16 (1.47.18); FILE MERGED 2005/07/18 09:12:16 is 1.47.18.1: #124334# order of deinstall patch custom actions

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a651851477eb3f1b47503fe4d4168b116cc51d40]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:27 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [31d65397ec33652c353da0ca1110c8a8891c426b]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:30:26 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [de7c0098416d77663c8ea36bfa7551d1370736ea]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:30:26 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e8ada445cbd2f562227d5d1751fefb2c19ca50ec]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:26 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e271ab32b3a59ce3203e3b706670a24a66bf3761]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:25 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [23529198d1c1a5dd6d6251e9a56b6bb649fff858]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:30:25 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [01c335e0379afd212cdb440e9a7caf1c9a57ec87]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:24 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7a6c14f9d28500fe928ac81306f92b10a23b8b26]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:23 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [40fe03ddb69c68b61bbbcd156a82092221ffdbe1]

        INTEGRATION: CWS leansofficesh (1.6.188); FILE MERGED 2005/07/18 07:17:40 fs 1.6.188.2: change requested by reviewer (OBR): use 'tr' to strip windows lineends, in case somebody checks in the file on the wrong platform 2005/07/14 13:14:21 fs 1.6.188.1: #i51935# for SO, use a lean version of soffice.sh

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [828427e427862b2a119d6df5958dc5d67d040533]

        INTEGRATION: CWS leansofficesh (1.41.68); FILE MERGED 2005/07/14 13:14:38 fs 1.41.68.1: #i51935# for SO, use a lean version of soffice.sh

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [17b7901311e7ffe58d4ab896f524a8f0899a02a1]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:22 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6c1e87bfb2b449860e9111a89611c2fb7c51e025]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:30:21 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ff40c8372885a526011846ae0e1fdce29dbac716]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:21 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [367f05ad70c375cab8a63d19d59420ac0eca94ef]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:20 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4a5b7b3c2a2b076a181efdb05b709fb3e69011e8]

        INTEGRATION: CWS mhu09 (1.110.12); FILE MERGED 2005/07/19 11:46:11 hjs 1.110.12.1: #i52123# remove unuse berkeleydb libraries; #i51415#, #i51414# flags for changed files

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5236e5ffee659cd57265f9d7a6ef44de78132c27]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:19 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1dcde36bb3cdc63dd149c8c5bd5d9b5a042f2aa9]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:18 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [b9cd7baeb78a6ec96a5e2805c61fe3dc5357e486]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:17 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f6576a2b832d7ad70391f67e9f058de5a1938000]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:16 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1f23096afb584a9a55f82e2c3a0c31c8c7adf48c]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:15 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ff5761648660dc487a0b3f65ec76f140ed5f8af9]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:14 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d65387a65896f08611f01f2ea09921a6f42e6769]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:30:14 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e35ea023b5e7463b4e781ed8e5cef5d76726779c]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:13 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9b5ed91a6d820fdd3c612bdc904116375b28b36e]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:12 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d1227a7563803d0348d0def2a52ebe0bb5a4317f]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:11 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d7d5f12b947ea43c0c7653f1c91876cd8033dd2a]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:10 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0dea5c16ef0a831284bd833c7844fe1e08142840]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:10 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2421eaa764f26bbd228187259a28d5473eb20147]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:09 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e3b686ddcd5a3ab7aff3ce954242e26f8d09c9f5]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:09 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f819171e9e6e9db4a6218ee24a73755f5a80193a]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:08 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [141e8dff9e5268eb32a93e986ca2e9163c7114b7]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:07 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [66f1987942e16ce55e519008e9f95e983965e462]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:06 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [33bd4e36e42dbdf85b551e29a2de8e85d7141297]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:06 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f3489f94cfac215b008e99edbbebca274a08a939]

        INTEGRATION: CWS fwk18 (1.5.64); FILE MERGED 2005/07/04 12:30:05 as 1.5.64.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1dabb71a2cc60c872b27b0e9f1018210b2ce5106]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:05 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [24793e085f8e619198ed5a339a80a1adbaaabc96]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:04 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a2f3058448e7a84d8f255ea2f769f888289fea3b]

        INTEGRATION: CWS mhu09 (1.17.12); FILE MERGED 2005/07/19 11:46:22 hjs 1.17.12.1: #i52123# remove unuse berkeleydb libraries; #i51415#, #i51414# flags for changed files

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [5c2de2f9478775556e92943a61899f5fc143cd7f]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:03 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [34f23681ae6c7f4cd9f34a7f69363f61292d8aae]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:03 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [68ec2d07a439aef81082f4bc902ff342e29fdff4]

        INTEGRATION: CWS mhu09 (1.97.24); FILE MERGED 2005/07/19 11:46:19 hjs 1.97.24.1: #i52123# remove unuse berkeleydb libraries; #i51415#, #i51414# flags for changed files

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [53880b14c3d1b5ec4f8873d70ff04070445f2b19]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:02 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a82d3b50fa9c2537befc474fdbf97e1b12c9ddbe]

        INTEGRATION: CWS mhu09 (1.3.2); FILE MERGED 2005/07/14 13:12:12 hjs 1.3.2.2: #i51415# set RUNPATH and some minor tweaks 2005/07/12 13:24:53 mhu 1.3.2.1: #i51415# (a) Do not let the Sun Studio compiler record it's default RUNPATH (/opt/SUNWspro/...) into shared libraries. Use the compilers -norunpath option instead. (b) Always specify a RUNPATH in shared libraries (Linux and Solaris: '6753ORIGIN' always, and '6753ORIGIN/..' for components).

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [c502c5ce600f8844730ec966536f3f9a6bbca8bb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:01 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4752b81ae586a9f904cb39ddecff018c3a441bdc]

        INTEGRATION: CWS mhu09 (1.2.14); FILE MERGED 2005/07/14 13:07:43 hjs 1.2.14.1: #i51415# use SYSBASE and PKGCONFIG_ROOT to find prerequisites if set

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [752b839ed732ffb8e343b2cba6cacaa30037e982]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:30:00 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [1370c921b26b07e170e7a978f7990f0c3f70e593]

        INTEGRATION: CWS mhu09 (1.3.4); FILE MERGED 2005/07/14 15:35:43 hjs 1.3.4.3: #i51415# workaround old gnu-cp in SO SOLARIS env 2005/07/14 13:05:29 hjs 1.3.4.2: #i51415# remove duplicate 2005/07/12 13:24:52 mhu 1.3.4.1: #i51415# (a) Do not let the Sun Studio compiler record it's default RUNPATH (/opt/SUNWspro/...) into shared libraries. Use the compilers -norunpath option instead. (b) Always specify a RUNPATH in shared libraries (Linux and Solaris: '6753ORIGIN' always, and '6753ORIGIN/..' for components).

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [311792c93f3ee0534f858e493f88da52cf3bfef1]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:30:00 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d20e4ce72ed88ebbcc070f61f86351e8a76a9b62]

        INTEGRATION: CWS mhu09 (1.4.26); FILE MERGED 2005/07/01 10:35:32 mhu 1.4.26.1: #i51414# Fixed broken solaris LINKFLAGS overwrite: use empty LINKFLAGSDEFS instead.

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [feb5593fe9b60bd39f93a96f490061fc6e4a9169]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:59 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [643bf01fbf9a0862a91047bc1a9aa222804cb3b8]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:29:59 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [982e4b05f3dae23aa0f44ac908c34840db3a87ac]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:58 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8ac383cddafd7e6213d285f58a6fac39fb39886c]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:58 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e37428b2ff88c65071d6171baede090084410b90]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:29:57 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4c7a59931d39dd847a9ffba49b2f4adb312011cf]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:57 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [61d84a7868f6ff679d934ca2e2c77a7d7ce17f03]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:57 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a065c169c22c0c8d2c1354a6f4c7efbe64f5b684]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:56 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8bce4ec1c35b433390552292c80321beb953c770]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:29:56 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [80ca8045ae161bac9d89f824cb63ab29996e013f]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:55 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8551aa112ebf8ae10335bb5760f4fcd96fa0d522]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:55 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [95cdb244d93d190b04bce4e35516065d673d8169]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:54 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [962eeca57a1e4ecfdde2c2215795e6e4e2176224]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:54 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [163d504a77744dbd210f05da865181e012ed89bc]

        INTEGRATION: CWS fwk18 (1.5.64); FILE MERGED 2005/07/04 12:29:54 as 1.5.64.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bd690fb61d7e0ea1ded3219afc5c6e0693e1cdce]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:53 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [bda3da4cb2dbbf51c0ffabe0341775d606d73158]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:52 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d5cf1aaf333f3a0b64f93da4949e5b1617c3132d]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:29:52 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [213d31d06435ca6a272e90840d14fa49db5da844]

        INTEGRATION: CWS fwk18 (1.6.62); FILE MERGED 2005/07/04 12:29:51 as 1.6.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [2a6d30b80d6fe10c31e0ddafc72a210d321de6bf]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:51 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [adcb40e5582b1a6e17f8cea691d885e51c58a4d6]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:50 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8e013adbf2d4479be32d9e45684a8de0507cfcad]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:49 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ec125aa4d9a87c2c94e345f5d01c95ab4bb708e9]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:48 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7a44151b6e00711212b6a4af0305ea5ccb54dc78]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:47 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7c57902b760e5b3cecd0488e2359f5ddf5d49cd8]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:29:46 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [92dea06d39d5bc07a9de8c00eceb820ac104d542]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:29:46 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0e1347ee8bdccd98bc851fbb6f8f25b909750ebf]

        INTEGRATION: CWS fwk18 (1.3.62); FILE MERGED 2005/07/04 12:29:45 as 1.3.62.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e1a9c742ccc1607e60d664597b7e6c90d85a6f8e]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:29:45 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [fdeb20ae138859a40d915ac424b8f0a6ec7c3abd]

        INTEGRATION: CWS fwk18 (1.2.86); FILE MERGED 2005/07/04 12:29:44 as 1.2.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [d23114315220a88237be2e020062c96f5c1da2b0]

        INTEGRATION: CWS fwk18 (1.7.86); FILE MERGED 2005/07/04 12:29:44 as 1.7.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [7856c3dbecfec80915ef87603a9d25ddbcad95a8]

        INTEGRATION: CWS fwk18 (1.6.86); FILE MERGED 2005/07/04 12:29:44 as 1.6.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4974d12e86fc449fe13c5c120b6ed8e52d5fc357]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:43 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [548a38ef5e7a0495f6b2dbdd07ae8fb853d30eb4]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:42 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [031e77c19a340880e5c4627324aa7f3c8ee13acb]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:41 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a08d6d6855bf79f9d2e50e939dfa2c027412e700]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:40 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [ace4597768dae5ba05ce711b64198d873f1d3cc6]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:39 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [82c1387db7c8a4228ff6675c50306e4ce25b2a7e]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:38 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [0291e05c95da8c7098a04b92e52278b061c41cfe]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:37 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [6d034217ed5ed51f6cc8b4e24631a39265d303f3]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:36 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [dfa3bac68d5a11dcd482e13bc245d496d04cf0ae]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:35 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [94b17716fe100fa9a0f2ff8d721bc2697f82b818]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:34 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [123c63f6b7b48dc0c4e97e4a625f59e146db30c4]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:33 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8badf10719a5fef8ae5140163f66dad80d13fd50]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:32 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8f468df98374a82822c4265978b2b1d4c37a6b88]

        INTEGRATION: CWS fwk18 (1.4.260); FILE MERGED 2005/07/04 12:29:31 as 1.4.260.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [9c0967c036c6228e22b81ae67bd569557632b491]

        INTEGRATION: CWS fwk18 (1.5.86); FILE MERGED 2005/07/04 12:29:30 as 1.5.86.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f808c3a3d31a8814077367b15a1211299750db71]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/04 12:29:30 as 1.3.274.1: #123808# remove finalized/mandatory flags so filters can be overwritten by e.g. the PackageManager tool

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [21f3ed5b6c3f814ee73a52fd84e4223640da37a4]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/06 09:29:57 as 1.3.274.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [f5850f645e3873f51c83dd511426dde657ea779e]

        INTEGRATION: CWS fwk18 (1.4.122); FILE MERGED 2005/07/14 12:22:15 as 1.4.122.2: #123808# listen on config to be informed about changes 2005/07/06 09:29:57 as 1.4.122.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [79f02c4ebe917d2683d8ed3c06f6f76e6a7a92e4]

        INTEGRATION: CWS fwk18 (1.4.224); FILE MERGED 2005/07/14 12:22:14 as 1.4.224.1: #123808# listen on config to be informed about changes

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [4b1fb1b7a476adc5b607f78a4be5e61cf456799c]

        INTEGRATION: CWS fwk18 (1.10.32); FILE MERGED 2005/07/14 12:22:14 as 1.10.32.2: #123808# listen on config to be informed about changes 2005/07/06 09:29:56 as 1.10.32.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [3790ddba7caef780415f87bf5f2c8db5005382e0]

        INTEGRATION: CWS fwk18 (1.5.124); FILE MERGED 2005/07/06 09:29:56 as 1.5.124.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [8e458e844dff370dd4aa382d937b03efd5e70f95]

        INTEGRATION: CWS fwk18 (1.1.2); FILE ADDED 2005/07/06 09:29:41 as 1.1.2.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [a94765f5cf1537da29df5c73bff2c3d2bfd95f4d]

        INTEGRATION: CWS fwk18 (1.4.274); FILE MERGED 2005/07/14 12:22:14 as 1.4.274.1: #123808# listen on config to be informed about changes

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [11cd9ad5285bf040ade6c03c85a0979144610190]

        INTEGRATION: CWS fwk18 (1.3.274); FILE MERGED 2005/07/14 12:22:14 as 1.3.274.1: #123808# listen on config to be informed about changes

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [e03dd544aec890a6fdf4638380c95104430752a3]

        INTEGRATION: CWS fwk18 (1.5.224); FILE MERGED 2005/07/06 09:29:56 as 1.5.224.1: #123808# update sfx filter cache at runtime

2005-07-20  Oliver Bolte  <obo@openoffice.org>  [49a28fd6309011ba71c8efe1c37c4a585b06f20f]

        INTEGRATION: CWS fwk18 (1.4.224); FILE MERGED 2005/07/14 12:22:13 as 1.4.224.2: #123808# listen on config to be informed about changes 2005/07/06 09:29:56 as 1.4.224.1: #123808# update sfx filter cache at runtime

2005-07-19  Oliver Bolte  <obo@openoffice.org>  [817efc18856047c24de9f56ce62e4a2352eed8e3]

        INTEGRATION: CWS jl21bean (1.3.8); FILE MERGED 2005/05/25 09:32:41 jl 1.3.8.1: #i49835# office window not displayed because of component listener

2005-07-19  Oliver Bolte  <obo@openoffice.org>  [a138981c03bc02783c0286d230e495360aa2257f]

        INTEGRATION: CWS jl21bean (1.10.4); FILE MERGED 2005/06/07 09:34:25 jl 1.10.4.1: #i50285# clearDocument not properly implemented, causes Exception when later loadFromURl is called

2005-07-19  Oliver Bolte  <obo@openoffice.org>  [748834e18c353f37975d791a69e18b07165806c7]

        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>  [27bb6f2b0c3fee475f305c37ebca4f7c1e613c4c]

        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>  [e0715930388256cb15827150a9a2f2c34683725f]

        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-19  Oliver Bolte  <obo@openoffice.org>  [c13b3c5a30119101f42ca61ec83779c6bb7dd2c9]

        #124425# fontfolder bugfix

2005-07-19  Oliver Bolte  <obo@openoffice.org>  [b95da1c24a1259f1c66c9192a7a469fc62283c6a]

        #i10000# remove existent links before creating new ones

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [638274997fe5a23c66638c30da2ceeb8eb154581]

        #i10000# patch flag for animcore lib

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [de5b56d0d4bf6d8693c6d10881d1c87673576b2f]

        #i10000# patch flags for sts, tl and slideshow lib

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [08b8cf300fca58fe6cbe3d7d593739563af9c103]

        #i10000#,#i52061# inline missing

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [bd6933feeaf9e0a08cda89a422d73f91da85ea05]

        SRC680

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [3aa87ce6fbb9a79954ebf5114f1522ff2255d74f]

        INTEGRATION: CWS doubleprop (1.22.94); FILE MERGED 2005/07/15 11:29:39 sab 1.22.94.1: #i46996#; remove duplicate properties

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9490ffe41aefa8acdb32275846549b665ef2345a]

        INTEGRATION: CWS doubleprop (1.54.94); FILE MERGED 2005/07/15 11:29:39 sab 1.54.94.1: #i46996#; remove duplicate properties

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9c66f60f160fa8ba40116612551e85fc8f41e398]

        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>  [67451941a8c02056f21d500b64f1cecbfe7550f9]

        INTEGRATION: CWS sysui09 (1.11.4); FILE MERGED 2005/07/15 09:05:17 obr 1.11.4.1: #b6243141# need to create symlinks for external packages

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a839353e825bb7621448b345ccbf5df6ff62ac92]

        INTEGRATION: CWS sysui09 (1.18.24); FILE MERGED 2005/07/15 05:01:38 obr 1.18.24.3: #b6243141# use official Solaris freetype packages 2005/07/14 07:31:33 obr 1.18.24.2: #b6294657# undo last change 2005/07/12 06:57:49 obr 1.18.24.1: #b6294657# compress Solaris Nevada menu integration packages

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [5f488cebb743cf233b4d88947f91ada274d4ab68]

        INTEGRATION: CWS sysui09 (1.23.62); FILE MERGED 2005/07/15 05:01:37 obr 1.23.62.1: #b6243141# use official Solaris freetype packages

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [d42240300987a98a7aa8a5527de81b82a525a696]

        INTEGRATION: CWS sysui09 (1.38.10); FILE MERGED 2005/07/15 05:01:36 obr 1.38.10.1: #b6243141# use official Solaris freetype packages

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [bca9262c0466e4cc2da88a5fc4f569f278d41a1b]

        INTEGRATION: CWS sysui09 (1.36.20); FILE MERGED 2005/07/15 05:01:35 obr 1.36.20.1: #b6243141# use official Solaris freetype packages

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [bf17ab041f89c77e38dbfa546cc4dd0d5a96f399]

        INTEGRATION: CWS sysui09 (1.16.22); FILE MERGED 2005/07/15 08:42:38 obr 1.16.22.9: #i49368# check whether symlink in etc exists before running update-desktop-database 2005/07/12 06:44:18 obr 1.16.22.8: #i49368# added gnome-mime symlink for icons 2005/07/11 13:43:04 obr 1.16.22.7: #i49368# GNOME 2.8 needs update-desktop-database as well 2005/07/10 12:39:04 obr 1.16.22.6: %PREFIX replaced by %unixfilename 2005/07/08 08:36:07 obr 1.16.22.5: #i51121,#i49368# delay further unification of package builds to a later CWS 2005/07/05 13:37:10 obr 1.16.22.4: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 09:43:46 obr 1.16.22.3: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package 2005/07/05 08:42:19 obr 1.16.22.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:30 obr 1.16.22.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [b073ffd918517bcc2ca4bcd7dbfaee18e6b2f2ab]

        INTEGRATION: CWS sysui09 (1.14.22); FILE MERGED 2005/07/10 12:37:39 obr 1.14.22.6: openoffice.org.xml now copied 2005/07/08 08:36:07 obr 1.14.22.5: #i51121,#i49368# delay further unification of package builds to a later CWS 2005/07/05 13:37:09 obr 1.14.22.4: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 09:43:46 obr 1.14.22.3: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package 2005/07/05 08:42:20 obr 1.14.22.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:31 obr 1.14.22.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [ebccff9eabe1b1dc74cdc4daecd35778525592c5]

        INTEGRATION: CWS sysui09 (1.4.56); FILE MERGED 2005/07/04 09:40:24 obr 1.4.56.1: removed translation of >Open Office< to >OpenDocument<, filed issues #i51528#,#i51529#,#i51530# for unfixed translations

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [5246fde149dd463e9339817958c8846fd166168e]

        INTEGRATION: CWS sysui09 (1.6.2); FILE MERGED 2005/07/05 09:43:45 obr 1.6.2.1: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [c8cbb730fe302d3545efd571e643ce8e7ff616fe]

        INTEGRATION: CWS sysui09 (1.1.2); FILE ADDED 2005/07/05 09:43:44 obr 1.1.2.1: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [7c359d6dc1dedc46d4ca9e4608ad37ce836fe9e4]

        INTEGRATION: CWS sysui09 (1.15.22); FILE MERGED 2005/07/15 08:42:37 obr 1.15.22.9: #i49368# check whether symlink in etc exists before running update-desktop-database 2005/07/12 06:44:17 obr 1.15.22.8: #i49368# added gnome-mime symlink for icons 2005/07/11 13:43:03 obr 1.15.22.7: #i49368# GNOME 2.8 needs update-desktop-database as well 2005/07/10 12:42:14 obr 1.15.22.6: %PREFIX replaced by %unixfilename 2005/07/08 08:36:08 obr 1.15.22.5: #i51121,#i49368# delay further unification of package builds to a later CWS 2005/07/05 13:37:09 obr 1.15.22.4: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 09:43:42 obr 1.15.22.3: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package 2005/07/05 08:42:18 obr 1.15.22.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:28 obr 1.15.22.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [426369cf91ef4a5a6ea47ccef425af49db4778b6]

        INTEGRATION: CWS sysui09 (1.13.22); FILE MERGED 2005/07/10 12:43:56 obr 1.13.22.6: openoffice.org.xml now copied 2005/07/08 08:36:08 obr 1.13.22.5: #i51121,#i49368# delay further unification of package builds to a later CWS 2005/07/05 13:37:08 obr 1.13.22.4: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 09:43:42 obr 1.13.22.3: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package 2005/07/05 08:42:19 obr 1.13.22.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:28 obr 1.13.22.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [b4e23e1abbb3e0cd41a193a29547ac2c8373cf38]

        INTEGRATION: CWS sysui09 (1.5.12); FILE MERGED 2005/07/10 12:53:55 obr 1.5.12.5: changed %PREFIX to %unixfilename and %ICONPREFIX to %iconprefix 2005/07/08 08:39:10 obr 1.5.12.4: #i50945# added soffice link to mandriva-menus package 2005/07/05 13:37:08 obr 1.5.12.3: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 08:42:17 obr 1.5.12.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:26 obr 1.5.12.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [ff86f3ae1e86c5dd7c431767b428bb15d5ae15da]

        INTEGRATION: CWS sysui09 (1.2.26); FILE MERGED 2005/07/11 06:30:53 obr 1.2.26.6: #i50945# soffice link needs to exist 2005/07/10 12:53:08 obr 1.2.26.5: add iconprefix parameter 2005/07/08 08:39:10 obr 1.2.26.4: #i50945# added soffice link to mandriva-menus package 2005/07/05 13:37:07 obr 1.2.26.3: - made spec files independant from version/release, so that they can be   used as prerequisite for the rpms. - added openoffice.org.xml to suse-menus.spec 2005/07/05 08:42:18 obr 1.2.26.2: - replaced explicit file list with globs where possible - pass version and release via command line 2005/07/05 07:05:26 obr 1.2.26.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [0617bfd6c49eda9eb9a20a578a413cb7055e1d16]

        INTEGRATION: CWS sysui09 (1.5.16); FILE MERGED 2005/07/05 09:43:42 obr 1.5.16.2: #i51121,#i49368# unified shared-mime-info creation and added it to redhat- and suse-menus package 2005/07/05 07:05:33 obr 1.5.16.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9cd87e82c0da4625e8d1d7fa347f2e6de8b69eb7]

        INTEGRATION: CWS sysui09 (1.3.2); FILE MERGED 2005/07/14 09:19:18 obr 1.3.2.3: #i51593# exclude control file from the chmod as suggested by attached patch 2005/07/14 09:15:06 obr 1.3.2.2: #i51593# fix permissions for DEBIAN directory for umask 027 2005/07/05 07:05:27 obr 1.3.2.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [70a7f20dfb02d5871d7473683e2cf51df8300073]

        INTEGRATION: CWS sysui09 (1.1.2); FILE ADDED 2005/07/05 07:05:27 obr 1.1.2.1: - introduced virtual package openofficeorg-desktop-integration. - removed Windows style HighContrast icons from packages - moved build arch parameter to spec files - introduced debian/control

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [162f94c326b3454daff6e02c804b61c30cf5f30d]

        INTEGRATION: CWS swnum03 (1.8.280); FILE MERGED 2005/06/29 14:20:42 hbrinkm 1.8.280.1: #i47340# Execute: Safe SfxViewFrame pointer to prevent crash

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [4a6820b03fb2073bc1545ad36400cc50ae361904]

        INTEGRATION: CWS swnum03 (1.21.284); FILE MERGED 2005/06/28 13:03:26 hbrinkm 1.21.284.1: #i51029# remove superfluous include of dbgoutsw.hxx

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [3b7346e0d64961f5ebf06ca51474a8e52d004e61]

        INTEGRATION: CWS swnum03 (1.67.94); FILE MERGED 2005/07/05 08:51:46 hbrinkm 1.67.94.1: #i49037 RegisterNumFmtOnTxtNode: do not set NO_NUM on empty nodes

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [0c0b39bc7e0c86a5c0c306fe0dcfb5d9cb239860]

        INTEGRATION: CWS swnum03 (1.153.128); FILE MERGED 2005/07/04 16:15:26 hbrinkm 1.153.128.1: #i47340# Do not set mpChosenOutlineNumRule to temporary variable

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [fd03fa1c6c8647987dabb4cc0a142ec1feecff83]

        INTEGRATION: CWS swnum03 (1.49.72); FILE MERGED 2005/07/14 11:32:28 hbrinkm 1.49.72.4: #i51827# MakeTxtNode: call UpdateOutlineNode 2005/06/29 14:17:44 hbrinkm 1.49.72.3: #i47340# ChgFmt: if numrule changes invalidate affected numrules 2005/06/28 13:00:46 hbrinkm 1.49.72.2: #i51029# track changes of outline state 2005/06/27 13:30:18 hbrinkm 1.49.72.1: #i49570# MayBeNumbered: a node may not be numbered if its SwNumFmt says it has no number

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f2eb2de502f3b60c0d33c04b91cbc238724e614c]

        INTEGRATION: CWS swnum03 (1.14.134); FILE MERGED 2005/07/12 14:13:50 hbrinkm 1.14.134.2: #i51827# ::_MoveNodes: invalidate numrule of text node 2005/07/05 08:48:27 hbrinkm 1.14.134.1: #i47340# SwNodes::Delete: use SwTxtNode::IsOutline

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9fc0e8bbc822c427febb1bb2cf479bc39fce7d87]

        INTEGRATION: CWS swnum03 (1.22.94); FILE MERGED 2005/06/28 12:59:17 hbrinkm 1.22.94.1: #i51029# GetNoCondAttr: non-zero-check pAttrSet before access

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [1635c164b0864d1f55c009184a2cab20f87b19a7]

        INTEGRATION: CWS swnum03 (1.13.74); FILE MERGED 2005/07/14 11:31:23 hbrinkm 1.13.74.4: #i51827# UpdateOutlineNode: do not overwrite number 2005/06/29 14:13:45 hbrinkm 1.13.74.3: #i51029# UpdateOutlineNode: Handle insert/delete of outline node to array of outline nodes correctly 2005/06/29 14:12:02 hbrinkm 1.13.74.2: #i51029# UpdateOutlineNode: Handle insert/delete of outline node to array of outline nodes correctly 2005/06/28 12:56:58 hbrinkm 1.13.74.1: #i51029# +UpdateOutlineNode(SwNode &), -UpdateOutlineNodesList

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [61bda898829632230f62ce65bab8e147452a60b7]

        INTEGRATION: CWS swnum03 (1.29.142); FILE MERGED 2005/07/05 08:44:06 hbrinkm 1.29.142.1: #i51566# instance counter and serial number for SwNumRule

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [d4fadf2ae96089048ade1fe4d08956bda5922def]

        INTEGRATION: CWS swnum03 (1.12.134); FILE MERGED 2005/07/05 09:00:11 hbrinkm 1.12.134.1: #i51029# SetOutlineLevel: do not set numrule

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [84b450f8c58a12c38ab6e7e5c2d49e3a2bd046a6]

        INTEGRATION: CWS swnum03 (1.49.70); FILE MERGED 2005/07/14 11:28:59 hbrinkm 1.49.70.2: #i51827# lcl_UpdateNumRuleRange: also update number of first node if bInit is true 2005/06/29 14:08:52 hbrinkm 1.49.70.1: #i51029# MakeList: take nodes with outline level into account for nodes of outline rule

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [ce5f4018cff68fc6b72812ff7c7ffafc24fa2ff3]

        INTEGRATION: CWS swnum03 (1.23.214); FILE MERGED 2005/07/05 08:42:55 hbrinkm 1.23.214.1: #i51566# instance counter and serial number for SwNumRule

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [97b5290dd3dfe0728a60d575954a3b2a4eaffe4d]

        INTEGRATION: CWS swnum03 (1.36.138); FILE MERGED 2005/06/28 12:53:56 hbrinkm 1.36.138.1: #i51029# track changes of outline state

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [c51e20d2de16178e0666e63d8ad4680d226fe5c9]

        INTEGRATION: CWS swnum03 (1.9.214); FILE MERGED 2005/06/28 12:48:23 hbrinkm 1.9.214.1: #i51029# -UpdateOutlineNodeList, +UpdateOutlineNode(SwNode&)

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [5dbdaeb5b439a69286f29d44207bb53b35012395]

        INTEGRATION: CWS impress64 (1.16.354); FILE MERGED 2005/07/13 17:07:21 cl 1.16.354.1: #i50899# added a quickfix to let application remove unused items

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [fbdb13aadd6e27d7df169cdccd00450d7ba40cee]

        INTEGRATION: CWS impress64 (1.10.484); FILE MERGED 2005/07/13 16:27:45 cl 1.10.484.1: #i50899# added a quickfix to let application remove unused items

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [154cb2067811ed1199feefe4a57f057bf1bd59f9]

        INTEGRATION: CWS impress64 (1.40.162); FILE MERGED 2005/07/13 16:40:17 cl 1.40.162.1: #i51550# always create model with persist in CreateData(), even for GetData()

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [435136e9430043e50e8d718840c9c5f23faf320a]

        INTEGRATION: CWS impress64 (1.54.118); FILE MERGED 2005/07/13 17:28:40 cl 1.54.118.1: #i50899# added a quickfix to remove unused items after import

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [2406a3c29aa5859d433c197d4aa6747593b22b71]

        INTEGRATION: CWS impress64 (1.99.56); FILE MERGED 2005/07/14 07:57:26 cl 1.99.56.1: allow SdXMLExport::ImpPrepDrawPageHeaderFooterDecls to work without a notes page for clipboard operations

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [8632b86fac7de416d9f1bf87c99592d545850dab]

        INTEGRATION: CWS sdkhotfix (1.2.24); FILE MERGED 2005/07/15 09:51:53 jsc 1.2.24.1: #124336# new brand

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a15ff18e917337eb8b905e9edb4f6eacca1e8a6a]

        INTEGRATION: CWS sdkhotfix (1.2.24); FILE MERGED 2005/07/15 07:51:37 jsc 1.2.24.1: #124336# new brand

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [4e8528b5f85b0cad8e9a89e85c39995dd5d37c62]

        INTEGRATION: CWS jl23 (1.1.1.1.144); FILE MERGED 2005/07/13 09:33:48 jl 1.1.1.1.144.1: #i49560# removed method getLocalizedMessage and a member to avoid deadlock

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9226471391126686b8788dd1a48de86fa93fd0fe]

        INTEGRATION: CWS tl13 (1.14.234); FILE MERGED 2005/07/12 10:42:18 os 1.14.234.1: #51728# WriterCommands.xcu added to patch

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [572f47611eae9ccabb80909f2faf1df59e9a0756]

        INTEGRATION: CWS tl13 (1.23.6); FILE MERGED 2005/07/14 10:34:41 os 1.23.6.1: #i20801# svx???.res added

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [821facfab081ff1b5a4ce11ca88dcfe7e3f9c4c6]

        INTEGRATION: CWS tl13 (1.5.632); FILE MERGED 2005/07/12 10:19:33 os 1.5.632.1: #i20801# increase height of checkbox 'keep list' to support longer texts

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [0a002198e30f9852b398dc5b5edc3b1ec4892140]

        INTEGRATION: CWS tl13 (1.96.98); FILE MERGED 2005/07/13 15:25:19 os 1.96.98.1: #i50905# release connection after executing (old) mail merge dialog

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [b8b1b8d4d94c9bdef09f0c4d15b2d5d7422d60bd]

        INTEGRATION: CWS tl13 (1.88.200); FILE MERGED 2005/07/14 10:15:37 tl 1.88.200.1: #i51815# fixes data base fields with '.' in name

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [e470c77fbdc59527a39989b601c65350a37906c3]

        INTEGRATION: CWS tl13 (1.25.522); FILE MERGED 2005/07/14 10:15:37 tl 1.25.522.1: #i51815# fixes data base fields with '.' in name

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [fceec674695fcd1c93620bb385a8f1b8c27f745a]

        INTEGRATION: CWS tl13 (1.22.502); FILE MERGED 2005/07/14 10:15:36 tl 1.22.502.1: #i51815# fixes data base fields with '.' in name

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [dac06a4d64d6e6f9cd137afaadf9ab9475783856]

        INTEGRATION: CWS tl13 (1.108.4); FILE MERGED 2005/07/14 10:14:34 tl 1.108.4.1: #i51815# fixes data base fields with '.' in name

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [c489e0fa4039374cf733751c542def0149f26ce1]

        INTEGRATION: CWS tl13 (1.19.46); FILE MERGED 2005/07/12 10:22:48 os 1.19.46.1: #51728# German context label of DeleteRows fixed

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f422dc6e4f682d29be1285baa97724bc085ff4d7]

        INTEGRATION: CWS mhu08 (1.123.10); FILE MERGED 2005/07/12 13:52:28 mhu 1.123.10.1: #i50415# Added PATCH flag to bf_svx.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f7f2e4798e037c494ef3e62de19dd4880edf35af]

        INTEGRATION: CWS mhu08 (1.163.24); FILE MERGED 2005/06/08 16:19:55 mhu 1.163.24.1: #i50415# Adapted to moved class SvEaMgr implementation.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [2328ef8268eed50fda8d4e8e5cec5bd9357bea63]

        INTEGRATION: CWS mhu08 (1.20.132); FILE MERGED 2005/06/08 16:19:55 mhu 1.20.132.1: #i50415# Adapted to moved class SvEaMgr implementation.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [b91130489fdb1a4f302501f99a8d979677321c0a]

        INTEGRATION: CWS mhu08 (1.168.34); FILE MERGED 2005/06/08 16:19:54 mhu 1.168.34.1: #i50415# Adapted to moved class SvEaMgr implementation.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f870206e7ee03b64787466521ed517ec3fd820eb]

        INTEGRATION: CWS mhu08 (1.66.52); FILE MERGED 2005/06/08 15:37:19 mhu 1.66.52.1: #i50415# Removed obsolete include svtools/extattr.hxx

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a7575bdcef661d192fecf6696baed8a7d006462c]

        INTEGRATION: CWS mhu08 (1.94.42); FILE MERGED 2005/06/08 15:36:47 mhu 1.94.42.1: #i50415# Removed obsolete include svtools/extattr.hxx

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [87e3dfc49a852afd5f2cf28c83ed02e5f2597ef3]

        INTEGRATION: CWS mhu08 (1.97.74); FILE MERGED 2005/06/08 15:36:46 mhu 1.97.74.1: #i50415# Removed obsolete include svtools/extattr.hxx

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [adf116a5eceb50cc3ee2694adb6eef881b750fdd]

        INTEGRATION: CWS mhu08 (1.42.272); FILE MERGED 2005/06/08 14:21:34 mhu 1.42.272.1: #i50415# Removed unused include svtools/extattr.hxx

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f7e4de0b4803e62c63521031e44c46c9d31a4b90]

        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>  [3472e0d7938adde49b91e0a16aa73a5d676a68c7]

        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>  [4b3973c4487caa0fd91b53c402e032dcfab38bdd]

        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>  [415d7404d51953f4e4a2e1c1fb5aa6ac0cff4150]

        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>  [839ded870fc3362569d600cfa64345f701f416da]

        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>  [55a246e89d56d0a5c600beece06276fa0e7fdf51]

        INTEGRATION: CWS mhu08 (1.7.22); FILE MERGED 2005/07/13 12:56:05 mhu 1.7.22.1: #i50173# Added (erroneously removed) svt*.ilst

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [82068d9edb5d6b7495a91e137a89a5f99fbc9eeb]

        INTEGRATION: CWS mhu08 (1.2.134); FILE MERGED 2005/06/09 09:42:58 mhu 1.2.134.2: #i50415# Do not strip (actually obsolete) SfxMedium::GetEaMgr(). 2005/06/08 14:48:18 mhu 1.2.134.1: #i50415# Removed obsolete class SvEaMgr usage.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [8ba20af6070c39766f57e652bf7836781f0bdb1e]

        INTEGRATION: CWS mhu08 (1.8.52); FILE MERGED 2005/06/08 14:47:35 mhu 1.8.52.1: #i50415# Removed obsolete class SvEaMgr usage.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [7fb61d329cb715421106e72ec9e1e5f9ebd1a8e0]

        INTEGRATION: CWS mhu08 (1.4.132); FILE MERGED 2005/06/09 09:42:54 mhu 1.4.132.2: #i50415# Do not strip (actually obsolete) SfxMedium::GetEaMgr(). 2005/06/08 14:47:35 mhu 1.4.132.1: #i50415# Removed obsolete class SvEaMgr usage.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a036e0e86a8ca9a0eeecc61f714a4859bb19d779]

        INTEGRATION: CWS mhu08 (1.9.18); FILE MERGED 2005/06/08 17:38:38 mhu 1.9.18.3: #i50415# Put back GetFilter4EA(). 2005/06/08 16:55:46 mhu 1.9.18.2: #i50415# Removed obsolete GetFilter4EA(). 2005/06/08 14:47:34 mhu 1.9.18.1: #i50415# Removed obsolete class SvEaMgr usage.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [ee139469f4cc6f13a3b31059268bb42ca64c68eb]

        INTEGRATION: CWS mhu08 (1.6.18); FILE MERGED 2005/06/08 14:47:34 mhu 1.6.18.1: #i50415# Removed obsolete class SvEaMgr usage.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [c95760e162b4a788b0eaa809d58b5bfa8b341bfa]

        INTEGRATION: CWS mhu08 (1.4.24); FILE MERGED 2005/06/27 10:24:05 mhu 1.4.24.1: #i48923# Added delivery of *.hid files.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [9c7af6271c58914ad95f9376cc7e614798f51549]

        INTEGRATION: CWS l10ntoolingfixer (1.6.68); FILE MERGED 2005/07/12 13:36:09 ihi 1.6.68.1: #i51837# moved define

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [894526b2c4185a9961728a16b09711324673f66f]

        INTEGRATION: CWS l10ntoolingfixer (1.6.58); FILE MERGED 2005/07/13 12:46:22 ihi 1.6.58.1: #47956# removed german legal text

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [0bae03f8caf6257c274850ad463f05e1bf7d1d2b]

        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-18  Oliver Bolte  <obo@openoffice.org>  [11a802aad486907487dc31a26945e9a4efb9f01c]

        INTEGRATION: CWS l10ntoolingfixer (1.6.148); FILE MERGED 2005/07/12 14:39:59 ihi 1.6.148.1: #i51070# merge issue workaround

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [5914481703fc8d2e11e060e2e61b427df99f353c]

        INTEGRATION: CWS extras21 (1.11.120); FILE MERGED 2005/07/11 15:01:01 va 1.11.120.1: #124252# JA, KO, zh-CN and zh-TW get English Wordbook.

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [1ffb6759180352f4ffe327455f39067e70ea842b]

        INTEGRATION: CWS cmcfixes11 (1.2.20); FILE MERGED 2005/07/14 15:28:51 cmc 1.2.20.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [84d82e048d0c0176380079f3ae4ca92ff3d05025]

        INTEGRATION: CWS cmcfixes11 (1.2.20); FILE MERGED 2005/07/14 15:28:50 cmc 1.2.20.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [7224ad477b9fa0012fbdaae9dcb493d77e92995c]

        INTEGRATION: CWS cmcfixes11 (1.1.2); FILE ADDED 2005/07/14 15:28:50 cmc 1.1.2.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [2e9f93b659d13d67c494d4059fec306759b65ec8]

        INTEGRATION: CWS cmcfixes11 (1.3.20); FILE MERGED 2005/07/14 15:28:50 cmc 1.3.20.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [db9bf8b3d7f3dbfbf85a14ed50635639c370d798]

        INTEGRATION: CWS cmcfixes11 (1.30.8); FILE MERGED 2005/07/14 15:28:49 cmc 1.30.8.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [a460a3d94a083e08c0fb5a9a20048993a40ace0c]

        INTEGRATION: CWS cmcfixes11 (1.5.36); FILE MERGED 2005/07/14 15:37:19 cmc 1.5.36.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [fbe016c46aff37bb29be20de2d84d778f4889f35]

        INTEGRATION: CWS cmcfixes11 (1.3.46); FILE MERGED 2005/07/14 15:37:18 cmc 1.3.46.1: #i51974# update system stl debugging

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [f6d6690a3cca5c09a9e2408492acc44b28a02d3d]

        INTEGRATION: CWS cmcfixes11 (1.14.362); FILE MERGED 2005/07/14 16:22:46 cmc 1.14.362.1: #i51978# allow system boost

2005-07-18  Oliver Bolte  <obo@openoffice.org>  [4cd9a98442524504a924876b2a369f511f40314a]

        INTEGRATION: CWS cmcfixes10 (1.5.12); FILE MERGED 2005/07/04 08:47:05 cmc 1.5.12.1: #i51385# noexecstack breaking pyuno (remotebriding) under execshield kernels

2005-07-15  Vladimir Glazounov  <vg@openoffice.org>  [fcb8421c1592075f4292cbcaeece5921af045934]

        #i10000# force repack tarbals after CWS vgbitmapcleanup

2005-07-15  Kurt Zenker  <kz@openoffice.org>  [520b78fb6d606a993d98969b72fbf8e21f836d75]

        #i10000# add kde lib path

2005-07-14  Vladimir Glazounov  <vg@openoffice.org>  [45d0877e29d23a4e843633190f5111a461f67591]

        new version for SRC680

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [0bd7b96b7fb65b92dd7c8ee7cf29cc7e881df2c3]

        SRC680

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e8ff37d032f41a9507fc7176bacab89c85e0990e]

        ENABLE_KDE

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [9972c046da0ae2b61fd1cb637e90ce3b1db0f6fc]

        INTEGRATION: CWS mh19104 (1.5.172); FILE MERGED 2005/06/23 13:22:57 mh 1.5.172.1: chg: copyright year to 2005

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [0b812d82759b0bbfff3ff070d6c2c68c03b7f0e7]

        INTEGRATION: CWS mh19104 (1.3.36); FILE MERGED 2005/07/13 07:45:58 mh 1.3.36.1: chg: use glibc memmove on glibc platforms, #i50592#d

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [687a5e44a4edbd914e578e12edaadfa316a41e0a]

        INTEGRATION: CWS mh19104 (1.7.354); FILE MERGED 2005/06/23 14:38:12 mh 1.7.354.1: chg: copyright year to 2005, #i49399#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f6976008cab64d370fe6d1f7ebfbe02dbf8fd3b8]

        INTEGRATION: CWS mh19104 (1.7.70); FILE MERGED 2005/07/12 10:42:40 mh 1.7.70.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [bea4f38b8a9c8797bbeae2fc48d1c36c93c1b845]

        INTEGRATION: CWS mh19104 (1.5.92); FILE MERGED 2005/07/12 10:42:39 mh 1.5.92.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [49368033ff76c57b99a16db5bf3b950939da7986]

        INTEGRATION: CWS mh19104 (1.5.92); FILE MERGED 2005/07/12 10:42:38 mh 1.5.92.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f2bc75505f102c611ba2a12774136f4356a17a13]

        INTEGRATION: CWS mh19104 (1.8.64); FILE MERGED 2005/07/12 10:42:37 mh 1.8.64.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a4fb596d7ef0eee44c1749b5751fbf72c022995b]

        INTEGRATION: CWS mh19104 (1.5.92); FILE MERGED 2005/07/12 10:42:37 mh 1.5.92.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [3689b4e97f637838f3c8231a8087d7749a4dca79]

        INTEGRATION: CWS mh19104 (1.6.90); FILE MERGED 2005/07/12 10:42:37 mh 1.6.90.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [de7fdb0111957de4bdf06f17c6e6ef789358301b]

        INTEGRATION: CWS mh19104 (1.6.68); FILE MERGED 2005/07/12 10:42:36 mh 1.6.68.1: chg: grouping the binfilters, #47824#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [31f9b8feba2e105d1c5c42e6ca6c234a715f0a6e]

        INTEGRATION: CWS mh19104 (1.1.1.1.138); FILE MERGED 2005/07/12 10:57:10 mh 1.1.1.1.138.1: remove not used condition, #i45442#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [3e44eeb38bd0e7d6670ee594096aa67c8bf24828]

        INTEGRATION: CWS mh19104 (1.2.20); FILE MERGED 2005/07/12 10:59:53 mh 1.2.20.1: adjust image sizes, #i48740#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b686b7eb682f7e78bf6b0aec243a1c7863c8905e]

        INTEGRATION: CWS mh19104 (1.21.4); FILE MERGED 2005/06/17 15:25:51 mh 1.21.4.1: add: ARCHFLAGS, #i48387#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [95f7af67de0b22b5b4a02ddedc865f6d5b0b830c]

        INTEGRATION: CWS mh19104 (1.2.98); FILE MERGED 2005/07/13 07:46:12 mh 1.2.98.1: chg: use glibc memmove on glibc platforms, #i50592#d

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d89f51f508a5b99c2a3770d5c6b3b45ade5c3ce3]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:08:04 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [accd736fea1fe7f31181088bc092a7620ac51764]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:08:03 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [25e07baf692635cbf098795a130b7742e5f6b213]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:08:02 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [97821fb6f8968dfbfe9274682ef3aeade96dc7fb]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:08:01 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [902c15f9994f92dd14b3b348b367d3b54a4bdc14]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:08:00 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [04c6a826289449c4b432d058e2879d908686f1f5]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:59 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [62805b20b6cc65eaa9dfade7fdcfdf06cb6b0485]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:58 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8e037dfa43d26fcb2dfaa31438d18b1f02af83ab]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:57 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [31cc541e9c237c89c0b9d97a9e529bf66dddc21f]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:56 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [5d32409b56fd6ea6258544e62f57922ad8128122]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:55 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6078aa24ab2e990d0d0de75cd9e81aec869e02d3]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:54 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b3fa4538aadc0d224e464197d365a60aa43a9551]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:53 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [555597f668d5710501698833eb97ed68616226fe]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:52 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [84aee31ec489b3b7fb63fe397af2dbe0e5458bf5]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:51 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ee41d065e460bcbdc176c85b969ec03d75260ba1]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:50 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [887b6a8e19c787a7c5f988a57d5c286457bf2143]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:49 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1fee2af210599f6c9b55b5f875a6bb0705fd62e9]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:48 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f83d0028a15306c8390dc133fbc56fce382a5b60]

        INTEGRATION: CWS mh19104 (1.1.1.1.260); FILE MERGED 2005/06/29 09:07:47 va 1.1.1.1.260.1: #49903# Re-saved files due to lost header information.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d7b24ec444f5a907bbfd4f95c29a8ce3a112f9f5]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:25 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [56eb279dce91f125e01b433afd1d2d631a4010c4]

        INTEGRATION: CWS mh19104 (1.5.94); FILE MERGED 2005/06/28 10:16:25 mh 1.5.94.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b75300d9a1489f0d6223e249c9d41d5588af4ad4]

        INTEGRATION: CWS mh19104 (1.4.112); FILE MERGED 2005/06/28 10:16:25 mh 1.4.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [31f65b78cf61c5f522f47f8c36a5dc2bfe3a1e37]

        INTEGRATION: CWS mh19104 (1.3.112); FILE MERGED 2005/06/28 10:16:25 mh 1.3.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f632d81176ccc7d2d548b0161a309aca1850a351]

        INTEGRATION: CWS mh19104 (1.4.112); FILE MERGED 2005/06/28 10:16:24 mh 1.4.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d5c701f7ad77218d6e39d5204007da51a8a01ca2]

        INTEGRATION: CWS mh19104 (1.3.112); FILE MERGED 2005/06/28 10:16:24 mh 1.3.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [dd7b7f8c26aea0a3b38c6d4f1354d7d5239b41cc]

        INTEGRATION: CWS mh19104 (1.3.142); FILE MERGED 2005/06/28 10:16:24 mh 1.3.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e780b005ef8c0473ca17f64df6f0ebd028697b52]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:24 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d3f879edd9742deaf832ef42425c553b8c898df5]

        INTEGRATION: CWS mh19104 (1.3.112); FILE MERGED 2005/06/28 10:16:23 mh 1.3.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [112319ef827584c51319a01e2943515fced5807d]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:23 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d7af834b1ed4cefac63a634f5e8b6cc8c8a0c3be]

        INTEGRATION: CWS mh19104 (1.4.112); FILE MERGED 2005/06/28 10:16:23 mh 1.4.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8ad4bbc8a588f8b977e1c56bf2d2f7bfe0f91ce0]

        INTEGRATION: CWS mh19104 (1.3.142); FILE MERGED 2005/06/28 10:16:22 mh 1.3.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [fdf8e056d9349b624d5201ca3689fcd5354395ef]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:22 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ec009052df808b171e06a48e2174f2a644e5ab65]

        INTEGRATION: CWS mh19104 (1.3.142); FILE MERGED 2005/06/28 10:16:21 mh 1.3.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [74e56da050ee12ced5032a3c861e50f1d52c146b]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:21 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [96f1f989a59826532a00bef5b37433f9bfa46cc9]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:20 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [bf2dfc938a96bde998c53b92712c1058533944c9]

        INTEGRATION: CWS mh19104 (1.6.112); FILE MERGED 2005/06/28 10:16:18 mh 1.6.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1f31d58b138868c19d255c43ae5a2c06fcfba4a1]

        INTEGRATION: CWS mh19104 (1.3.112); FILE MERGED 2005/06/28 10:16:17 mh 1.3.112.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [3860acf9f1bd2fa528209b940558ba668c47da8b]

        INTEGRATION: CWS mh19104 (1.2.142); FILE MERGED 2005/06/28 10:16:17 mh 1.2.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [5614f04e36b7bb922ba2b75cdd65ba0b42070759]

        INTEGRATION: CWS mh19104 (1.3.142); FILE MERGED 2005/06/28 10:16:17 mh 1.3.142.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [61e211b7f04925ff164b01a9726609c7c4e59ed5]

        INTEGRATION: CWS mh19104 (1.4.26); FILE MERGED 2005/06/28 10:16:15 mh 1.4.26.1: add: forwards for gcc4, #i50551#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ce45659df365e67e913fca70ab899ed19c4a08fc]

        INTEGRATION: CWS fs02 (1.2.6); FILE MERGED 2005/07/05 15:23:43 fridrich_strba 1.2.6.2: Issue number:  51318 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba Add Italic to the properties that have to be expanded to asian and complex 2005/06/28 15:05:47 fridrich_strba 1.2.6.1: Issue number:  51318 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f4ef3e1fc9773dc6c2caf72b171f4bd4037de3ab]

        INTEGRATION: CWS mmt3 (1.4.70); FILE MERGED 2005/07/14 09:12:30 sw 1.4.70.1: #124194#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [70608ae87ff031e2133ad06cde34758167cc6eb9]

        INTEGRATION: CWS mmt3 (1.97.22); FILE MERGED 2005/07/14 09:27:26 sw 1.97.22.2: #124194# 2005/07/14 09:12:43 sw 1.97.22.1: #124194#

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8c209a767495d5914ad5cc418ed71d92a13bd5b6]

        INTEGRATION: CWS linuxppc04 (1.65.6); FILE MERGED 2005/07/03 23:53:24 rene 1.65.6.5: RESYNC: (1.68-1.69); FILE MERGED 2005/06/30 11:56:29 rene 1.65.6.4: remove rest of 2005/06/29 19:13:04 rene 1.65.6.3: #i50935# $platform instead of $machine_type (also for where $machine_type was wrongly there before) 2005/06/27 12:32:40 rene 1.65.6.2: RESYNC: (1.65-1.68); FILE MERGED 2005/06/18 10:57:27 rene 1.65.6.1: #i50935# export JITC_PROCESSOR_TYOE=6 into the enviroment

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [19c664c602529de8dad1431616533ce7acfba99b]

        INTEGRATION: CWS linuxppc04 (1.120.6); FILE MERGED 2005/07/03 23:53:12 rene 1.120.6.4: RESYNC: (1.126-1.127); FILE MERGED 2005/06/27 12:32:30 rene 1.120.6.3: RESYNC: (1.120-1.126); FILE MERGED 2005/06/18 12:10:20 rene 1.120.6.2: fix bashism 2005/06/18 10:57:27 rene 1.120.6.1: #i50935# export JITC_PROCESSOR_TYOE=6 into the enviroment

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [5e7e9e045d38c5dd8712e0de552f5f6d60234799]

        INTEGRATION: CWS linuxppc04 (1.102.6); FILE MERGED 2005/07/03 23:52:58 rene 1.102.6.4: RESYNC: (1.108-1.109); FILE MERGED 2005/06/27 12:32:16 rene 1.102.6.3: RESYNC: (1.102-1.108); FILE MERGED 2005/06/18 12:10:17 rene 1.102.6.2: fix bashism 2005/06/18 10:57:25 rene 1.102.6.1: #i50935# export JITC_PROCESSOR_TYOE=6 into the enviroment

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [005448f63163dca7e28f81e9416e2e3bb3ab48c4]

        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>  [9460612a9a04924d4c394de437fb0bebbe8308bf]

        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>  [8ad535e6f66d05319cd7c2987982db68fc656e5f]

        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>  [d05ef0c72582064ed3adc18dfba323908bdb3b4f]

        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>  [582fd2994aad028677845b9ff54648cf92db9695]

        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>  [4afe95fee0fb3f20eac9eb914d16bc987b1eefcf]

        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>  [cce2508d2d2c4ae8387085246a4312d0398f5a11]

        INTEGRATION: CWS vgvalgrind (1.2.100); FILE MERGED 2005/05/26 15:46:53 vg 1.2.100.1: #122920# initialize variables before use

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [14d87fd8c80b68b2ac3b32684e3f940a217b37f1]

        INTEGRATION: CWS dvoqbfix4 (1.96.12); FILE MERGED 2005/07/06 18:01:09 mav 1.96.12.1: #i44896# not all package based filters are own filters

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [47e47960dfa55d9a9a1c1937254149621311927b]

        INTEGRATION: CWS dvoqbfix4 (1.163.30); FILE MERGED 2005/07/06 18:01:08 mav 1.163.30.1: #i44896# not all package based filters are own filters

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f0771015dde812a70337c45a2fe2355e9126ab55]

        INTEGRATION: CWS dvoqbfix4 (1.69.32); FILE MERGED 2005/07/06 18:01:08 mav 1.69.32.1: #i44896# not all package based filters are own filters

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [4acdc71249fc8df10449a1bbeb39f0845deabbf4]

        INTEGRATION: CWS dvoqbfix4 (1.94.48); FILE MERGED 2005/06/09 14:14:10 mav 1.94.48.1: #123297# set the password to the storage

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e13906c8af36164905772b70a6766b153b93b445]

        INTEGRATION: CWS fs01 (1.6.6); FILE MERGED 2005/06/23 06:55:50 fridrich_strba 1.6.6.3: Issue number:  47307 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba 2005/05/17 10:13:53 fridrich_strba 1.6.6.2: Uploading patch file reverting a buggy patch applied upstream Issue number:  47307 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba 2005/05/03 11:28:32 fridrich_strba 1.6.6.1: Uploading libwpd-0.8.1.tar.gz Issue number:  47307 Submitted by:  fridrich_strba Reviewed by:   fridrich_strba

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6b00fb3462bff03fbe3e2ceb6956749edd08e403]

        INTEGRATION: CWS dvoqbfix4 (1.2.10); FILE MERGED 2005/05/27 16:44:57 dvo 1.2.10.1: #i49322# remove warning ("no return statement in function returning non-void") Issue number: Submitted by: Reviewed by:

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [9fab82a57d9b1a29009a90eb0da4f994cf96cdc2]

        INTEGRATION: CWS dvoqbfix4 (1.22.282); FILE MERGED 2005/06/09 16:11:59 dvo 1.22.282.1: #i48711# open graphics storage in READWRITE mode only if writing is requested

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [163de22a857a84952951327e3711c0aa9ce9a1b5]

        INTEGRATION: CWS hsqldb5 (1.7.2); FILE MERGED 2005/07/05 12:39:08 oj 1.7.2.1: #i51409# apply patch from cloph

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a5e5a06b67662a89d3c0b38a4c622c911c362734]

        INTEGRATION: CWS hsqldb5 (1.12.14); FILE MERGED 2005/07/12 07:42:09 oj 1.12.14.1: #i51821# increment pLookup by 2

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [26c55d85d01f86710f6fdbe194119ffb04ce9b83]

        INTEGRATION: CWS dvoqbfix4 (1.51.26); FILE MERGED 2005/07/06 17:58:01 mav 1.51.26.2: #i44896# set mediatype only when there is a storage 2005/06/01 17:19:40 dvo 1.51.26.1: #i44896# set MediaType before calling SaveAs

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [19d0e6ae7a3d3b38c7fc896db1afcfacbc01cef3]

        INTEGRATION: CWS dvoqbfix4 (1.61.88); FILE MERGED 2005/06/01 16:56:23 dvo 1.61.88.2: #123297# catch WrongPasswordException 2005/05/03 10:12:47 dvo 1.61.88.1: #i47964# reduce warnings during build (thanks go to pmladek)

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [5b3c2d4a095bfb5cb3cba9d14ee3c0974f26a4ce]

        INTEGRATION: CWS dvoqbfix4 (1.40.298); FILE MERGED 2005/04/29 14:28:50 dvo 1.40.298.1: #i44684# don't compare relative column widths against absolute width

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [57c78b79b290347aad3dd6bf8b6b30471b7ef8e7]

        INTEGRATION: CWS dvoqbfix4 (1.84.152); FILE MERGED 2005/04/27 18:10:01 dvo 1.84.152.1: #95528# remove unused Anys

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1920528b4d2b45a069e7099d2484288dbfceb9af]

        INTEGRATION: CWS dvoqbfix4 (1.176.54); FILE MERGED 2005/06/02 16:56:02 dvo 1.176.54.1: #i43675# add WritingMode property to frame style

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [2ba097ec6f6c36f2c7188d3fd70a33dcdfcfde14]

        INTEGRATION: CWS dvoqbfix4 (1.122.10); FILE MERGED 2005/04/27 18:02:20 dvo 1.122.10.1: #110569# use redline export only for redline-capable models

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ba4b550ddf51853370554303d84e1a3be99d327b]

        INTEGRATION: CWS dvoqbfix4 (1.62.48); FILE MERGED 2005/05/27 15:50:21 dvo 1.62.48.1: #123068# skip database fields when exporting text field masters          (instead of aborting text field master export)

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8db254a95f17b842d49d0b9f9b20d2cb531f91f4]

        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>  [181cfba194b51429266562dd9651b14a68aebe95]

        INTEGRATION: CWS impress63 (1.65.380); FILE MERGED 2005/07/06 16:00:41 aw 1.65.380.1: #i48495# cropping graphic shadow when resolution too big

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [464c83aaa6798f18187bde2798badb1dc07b5c18]

        INTEGRATION: CWS dba20v1 (1.145.12); FILE MERGED 2005/07/12 11:20:13 fs 1.145.12.1: #i51828# corrected tab page sizes (broke with previous change in wizopendb)

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [53d2fdb1624deedc3f7cdd2707dbd8c139c21479]

        INTEGRATION: CWS impress63 (1.2.148); FILE MERGED 2005/07/06 11:33:04 af 1.2.148.1: #i51536# Changed accelerator for navigator to CTRL+SHIFT+F5.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [18ffc79cc87cc572f7ebe47a6473c0ba5347efc0]

        INTEGRATION: CWS impress63 (1.2.148); FILE MERGED 2005/07/06 11:32:53 af 1.2.148.1: #i51536# Changed accelerator for navigator to CTRL+SHIFT+F5.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [afd2d0f041b2ff83e2759b23108e9c7df569c4da]

        INTEGRATION: CWS impress63 (1.2.148); FILE MERGED 2005/07/06 11:32:08 af 1.2.148.1: #i51536# Changed accelerator for navigator to CTRL+SHIFT+F5.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [7446fb6efb7db6be138efb0c5ada5af65c607212]

        INTEGRATION: CWS impress63 (1.25.176); FILE MERGED 2005/07/06 12:04:43 cl 1.25.176.1: #i50902# do not restore selected page and page kind on load when not embedded

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [fb359d6fa7cba1bbd4834b482cdf4c1a298ae493]

        INTEGRATION: CWS impress63 (1.3.180); FILE MERGED 2005/07/06 12:04:06 cl 1.3.180.1: #i50902# do not restore selected page and page kind on load when not embedded

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [3c5b2c4e10caac8948a807936770801b85e796ae]

        INTEGRATION: CWS impress63 (1.40.160); FILE MERGED 2005/07/08 12:44:40 cl 1.40.160.1: #i51550# always create model with persist in CreateData()

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8d73e7931ba8d2ec060ad2302a358807347b8eb7]

        INTEGRATION: CWS nativefixer14 (1.10.28); FILE MERGED 2005/07/12 13:41:23 is 1.10.28.1: #i51826# fonts in administrative installation

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b303eb34786b581d9de1628b7965b3c827bd0e66]

        INTEGRATION: CWS nativefixer14 (1.38.16); FILE MERGED 2005/07/12 13:41:22 is 1.38.16.1: #i51826# fonts in administrative installation

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [51da5cf4f1ad2b6959ed840d0e2d186142917723]

        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>  [1bb0e484f5bf88dd8c8f8c4db4b3b89c337bc53c]

        INTEGRATION: CWS impress61 (1.14.300); FILE MERGED 2005/06/28 17:03:37 cl 1.14.300.1: #i50119# storages now have to be commited, why did nobody told me?

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [88baca3c34f2a216d75cca3c2e85953bd64488bb]

        INTEGRATION: CWS impress61 (1.133.104); FILE MERGED 2005/07/08 12:37:31 cl 1.133.104.2: #i44633# added ChangeModel()unoshape.cxx 2005/07/08 10:03:32 cl 1.133.104.1: #i44633# added ChangeModel()

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [584fa8c6789b198b4959ae276b715c11eb93bf09]

        INTEGRATION: CWS impress61 (1.74.106); FILE MERGED 2005/07/08 10:06:48 cl 1.74.106.1: #i44633# update api wrapper if model changes

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [9ab5be7bf165b316baf5abafa59ca4ea4d0a578d]

        INTEGRATION: CWS impress61 (1.27.230); FILE MERGED 2005/06/29 13:36:10 sj 1.27.230.1: #i43662# now creating emf instead of wmf when storing native graphic objects

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8f5d6fc853e8c559e4b12a8b22fa8b0e0cf78bdf]

        INTEGRATION: CWS impress61 (1.53.144); FILE MERGED 2005/06/29 13:36:09 sj 1.53.144.1: #i43662# now creating emf instead of wmf when storing native graphic objects

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [71bda48e52417bfc9b67c0cda5eb29d115d9fa26]

        INTEGRATION: CWS impress61 (1.2.6); FILE MERGED 2005/06/28 11:53:21 cl 1.2.6.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [4e892325fe884538a19cfc4ccae14ede3fcbebf9]

        INTEGRATION: CWS impress61 (1.12.94); FILE MERGED 2005/06/28 14:23:28 cl 1.12.94.1: #i48778# call non virtuel EndTextEdit on sd::View and not SdrView

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ac5731e442e222d09d78e31905c8a165ad68d589]

        INTEGRATION: CWS impress61 (1.70.136); FILE MERGED 2005/06/27 15:11:54 cl 1.70.136.1: #120379# check for disposed page when creating a xshape

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [79be3d71d981990d9c3213d39e5f1cd6d4816b97]

        INTEGRATION: CWS impress61 (1.24.126); FILE MERGED 2005/06/27 15:19:48 cl 1.24.126.1: #122845# catch a possible DisposedException in FireSwitchCurrentPage()

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [981b737dfd75aa437133951dc4b91470cc742ecf]

        INTEGRATION: CWS impress61 (1.12.52); FILE MERGED 2005/06/27 15:24:16 cl 1.12.52.1: #123130# remove endPresentationHdl UserEvent when disposing

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [285b99a1efe9fc709f6b16597f11ca55a6213c95]

        INTEGRATION: CWS impress61 (1.20.44); FILE MERGED 2005/06/27 15:24:14 cl 1.20.44.1: #123130# remove endPresentationHdl UserEvent when disposing

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [4de7e6b20d5d898e056ad45e928062794dcf2a53]

        INTEGRATION: CWS impress61 (1.12.74); FILE MERGED 2005/06/28 11:57:26 cl 1.12.74.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [9d67cd01c161e347f5880403faf462d1b8d848fb]

        INTEGRATION: CWS impress61 (1.82.94); FILE MERGED 2005/06/29 13:37:18 sj 1.82.94.1: #i43662# now creating emf instead of wmf when storing native graphic objects

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [2a26bfade9e696f229b7be7262ce1a5647601f4a]

        INTEGRATION: CWS impress61 (1.4.126); FILE MERGED 2005/06/29 14:27:29 cl 1.4.126.2: #i44633# added correct cloning of animations 2005/06/28 11:55:39 cl 1.4.126.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [f5aa733ef27e4e7156517ce49b220ecf8607164b]

        INTEGRATION: CWS impress61 (1.7.74); FILE MERGED 2005/06/30 08:51:12 cl 1.7.74.3: #i44633# added correct cloning of animations 2005/06/29 14:27:29 cl 1.7.74.2: #i44633# added correct cloning of animations 2005/06/28 11:55:39 cl 1.7.74.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [97588d89d4076f71242ad4b16f23c89bf748e7c9]

        INTEGRATION: CWS impress61 (1.24.98); FILE MERGED 2005/06/28 14:42:26 cl 1.24.98.2: #i48798# copy header&footer and anim settings for duplicated slides 2005/06/28 11:55:39 cl 1.24.98.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [c371b3705d837da89eb53f33417cd3e9427a5237]

        INTEGRATION: CWS impress61 (1.9.96); FILE MERGED 2005/06/28 11:55:38 cl 1.9.96.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [94353cc4c55db131d3e8930ba120d3607065316d]

        INTEGRATION: CWS impress61 (1.30.102); FILE MERGED 2005/06/28 14:42:26 cl 1.30.102.1: #i48798# copy header&footer and anim settings for duplicated slides

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6d59b66864ef60f3e2559ca8145080b4fe618f18]

        INTEGRATION: CWS impress61 (1.3.94); FILE MERGED 2005/06/28 16:04:04 cl 1.3.94.1: #i48848# fixed some timing issues when importing old presentations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [59f2648eaf431196f5f5409a11e59e4b1af07126]

        INTEGRATION: CWS impress61 (1.1.4); FILE ADDED 2005/07/08 10:15:52 cl 1.1.4.4: fixed unix build problem 2005/06/30 08:51:11 cl 1.1.4.3: #i44633# added correct cloning of animations 2005/06/29 14:27:29 cl 1.1.4.2: #i44633# added correct cloning of animations 2005/06/29 14:22:41 cl 1.1.4.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b85a76188c7b91b35f6550ce8cc53af950dbf769]

        INTEGRATION: CWS impress61 (1.22.138); FILE MERGED 2005/06/28 11:54:10 cl 1.22.138.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [76b43ce8f6867f8599fdb4bbf179950debdcea75]

        INTEGRATION: CWS impress61 (1.7.94); FILE MERGED 2005/06/28 11:54:10 cl 1.7.94.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [eb6b0a0d1a88158b4cfeca8eaafc3b0aaa939848]

        INTEGRATION: CWS impress61 (1.1.4); FILE ADDED 2005/06/29 14:27:51 cl 1.1.4.2: #i44633# added correct cloning of animations 2005/06/28 11:54:09 cl 1.1.4.1: #i44633# added correct cloning of animations

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [41163c3705ba4360ad1fb8c24070cf9248545d83]

        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>  [e30710fb4780456ccbb7250dc5bff33377314d49]

        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>  [23e10d6e7d2efac54ad59e9aae8779cc59c9bfda]

        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>  [095b06cac7e9d10255218cedb8844721b167d718]

        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-14  Kurt Zenker  <kz@openoffice.org>  [cbbea241ea5c5aed9d0f485ae6bac7de80776db5]

        INTEGRATION: CWS impress51 (1.107.16); FILE MERGED 2005/06/28 14:23:35 af 1.107.16.2: Added libsd and libsdui. 2005/06/28 11:36:01 obr 1.107.16.1: #i51265# java_uno_accessbrige.dll needs PATCH flag

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6e898a973ea96cb568f6e7414e5be12fb716982a]

        INTEGRATION: CWS impress51 (1.94.6); FILE MERGED 2005/06/28 11:36:47 obr 1.94.6.1: #b6278158# java_uno_accessbrige.jar needs PATCH flag

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [523ced1f80680360e45709b9acb1330ef2bab402]

        INTEGRATION: CWS impress51 (1.3.88); FILE MERGED 2005/06/28 10:43:04 obr 1.3.88.1: #i51169# missing import lib breaks cygwin build

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b7b5cdd674a9cf99e0e5a07a3ba0c7acb3a6bae4]

        INTEGRATION: CWS impress51 (1.3.88); FILE MERGED 2005/06/28 11:25:31 obr 1.3.88.2: #i51265# documentation update 2005/06/28 10:47:38 obr 1.3.88.1: #i51265# uno_getEnvironment() needs to get passed a jvmaccess::UnoVirtualMachine Pointer now

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6826c8bfcee5d7c76baf108333d3d3cb8fb6ba6f]

        INTEGRATION: CWS impress51 (1.8.8); FILE MERGED 2005/06/28 10:41:28 obr 1.8.8.1: #b6278158# getAccessibleAt not implemented for Tables and Trees

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [55c6dfe212d787a7f1431f922df706c342bc473f]

        INTEGRATION: CWS impress51 (1.8.8); FILE MERGED 2005/06/28 10:41:29 obr 1.8.8.1: #b6278158# getAccessibleAt not implemented for Tables and Trees

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [afcdbcb2364aed05c256308faf135ec7f5b65ca4]

        INTEGRATION: CWS impress51 (1.44.18); FILE MERGED 2005/06/20 12:52:16 af 1.44.18.1: #i50712# Fixed a check for valid autolayouts.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a38dc6363e3fbb95df18d9484d7d2d2e77884483]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/20 09:04:52 af 1.3.46.1: #i48247# Added CreateAccessibleObject() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1e61354967f325a1a4c9afbb34c2196c3b1c7ae6]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/20 09:05:15 af 1.3.46.1: #i48247# Added CreateAccessibleObject() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6988dc07fb63618fb88a9a3233e546d3c0d1bb00]

        INTEGRATION: CWS impress51 (1.3.90); FILE MERGED 2005/05/24 09:29:26 af 1.3.90.1: #i49735# Overloading AssignMasterPageToPageList().

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [7a7cfb345b22093344d9e60e1286b9354f8814d2]

        INTEGRATION: CWS impress51 (1.4.90); FILE MERGED 2005/05/24 09:29:18 af 1.4.90.1: #i49735# Overloading AssignMasterPageToPageList().

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [63aafb6ac2c017ce103b1b1500035dc0fc0bfe10]

        INTEGRATION: CWS impress51 (1.2.320); FILE MERGED 2005/06/20 12:51:06 af 1.2.320.1: #i50712# Added support for keyboard driven context menu.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [4732c233bda53a14b5cc135333e590e45cafbc75]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/06/20 12:47:05 af 1.3.46.1: #i50712# Added support for keyboard driven context menu.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [0696c06c56b6fe2407813b6d8f432ac8b16da9e6]

        INTEGRATION: CWS impress51 (1.6.46); FILE MERGED 2005/06/20 12:45:59 af 1.6.46.2: #i50712# Added support for keyboard driven context menu. 2005/05/24 09:26:33 af 1.6.46.1: #i49735# Made AssignMasterPageToPageList() protected.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [781689714289a4a899c36eba358c0840fd1eb4f8]

        INTEGRATION: CWS impress51 (1.10.80); FILE MERGED 2005/06/20 12:45:18 af 1.10.80.3: #i50712# Added support for keyboard driven context menu. 2005/05/24 09:28:15 af 1.10.80.2: #i49735# Changing the selection with the keyboard does not automatically assign. 2005/05/04 15:04:03 af 1.10.80.1: #i48247# Adaption to moving some headers to ../inc/taskpane.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1577c086dccfb8ca734676bd49918b130dbbb6ce]

        INTEGRATION: CWS impress51 (1.6.46); FILE MERGED 2005/06/10 12:31:29 af 1.6.46.2: #i50190# Fixed solaris compiler warning. 2005/06/06 12:24:45 af 1.6.46.1: #i50190# Using auto_ptr while creating controls.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [03b0157d786740211480e12ce0e6fd0aa9949df6]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/20 09:02:53 af 1.3.46.1: #i48247# Added CreateAccessibleObject() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [bb4c09070f89c0a185d06191e9dc38526f4c24d6]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/20 09:04:36 af 1.3.46.1: #i48247# Added CreateAccessibleObject() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a12117b2ef566d373fc475cc9fba662d6a116908]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/18 11:50:50 af 1.3.46.1: #i48247# Removed AccessibleTitledControl.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [299b632c2e48952defc9a8aecd0386a57dd8d821]

        INTEGRATION: CWS impress51 (1.6.46); FILE MERGED 2005/06/06 12:18:25 af 1.6.46.3: #i50190# Adaption to changes in TaskPaneFocusManager.  Focus is cycled through children on KEY_UP/DOWN. 2005/05/19 09:37:21 af 1.6.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 15:02:44 af 1.6.46.1: #i48247# Added CreateAccessible() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [65e91724061e0e883b9698349a4806cf3736dd0c]

        INTEGRATION: CWS impress51 (1.7.18); FILE MERGED 2005/06/06 12:17:13 af 1.7.18.3: #i50190# Adaption to changes in TaskPaneFocusManager. 2005/05/19 09:37:20 af 1.7.18.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 15:01:30 af 1.7.18.1: #i48247# CreateAccessible() returns instance of AccessibleTreeNode.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [573ce4ff833689ae7cef90fc9069bf2fe7e5b438]

        INTEGRATION: CWS impress51 (1.5.40); FILE MERGED 2005/05/19 09:37:20 af 1.5.40.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:59:59 af 1.5.40.1: #i48247# Added GetTitle() and CreateAccessible() methods.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [99a3801f8130caff416dd32d7c3d77417036b567]

        INTEGRATION: CWS impress51 (1.10.40); FILE MERGED 2005/06/06 12:16:28 af 1.10.40.4: #i50190# Adaption to changes in TaskPaneFocusManager. 2005/05/19 09:37:20 af 1.10.40.3: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/17 12:56:24 af 1.10.40.2: #i48247# Toggling content window visibility to force accessibility update. 2005/05/04 14:58:50 af 1.10.40.1: #i48247# Added CreateAccessibleDocumentView() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ebada6bea7ff798ad47dcb59ced4427629f25762]

        INTEGRATION: CWS impress51 (1.5.40); FILE MERGED 2005/05/19 09:41:22 af 1.5.40.3: #i48247# Added missing algorithm header. 2005/05/19 09:37:20 af 1.5.40.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:57:52 af 1.5.40.1: #i48247# Added GetAccessible() and CreateAccessible() methods.  Added support for listeners.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [228a9797f07a1cf3f000a92dfe5d190e40dcafd9]

        INTEGRATION: CWS impress51 (1.2.320); FILE MERGED 2005/06/10 12:30:47 af 1.2.320.2: #i50190# Fixed solaris compiler warning. 2005/06/06 12:15:36 af 1.2.320.1: #i50190# Made the focus management more general.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [edeb6051e4957ae2fd5a850e3e25face791e5205]

        INTEGRATION: CWS impress51 (1.2.320); FILE MERGED 2005/06/10 12:30:25 af 1.2.320.2: #i50190# Fixed solaris compiler warning. 2005/06/06 12:14:55 af 1.2.320.1: #i50190# Made the focus management more general.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [fda0e5aa4f7b2d6c0cba2675aa36d53eed2c27f3]

        INTEGRATION: CWS impress51 (1.4.46); FILE MERGED 2005/06/06 12:12:34 af 1.4.46.3: #i50190# Adaption to changes in TaskPaneFocusManager. 2005/05/19 09:37:19 af 1.4.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:55:53 af 1.4.46.1: #i48247# Added CreateAccessible() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6b2bd3cea767c3aadbcd7caef6a4c7e90fedd9a7]

        INTEGRATION: CWS impress51 (1.5.46); FILE MERGED 2005/06/20 12:38:56 af 1.5.46.6: #i50712# Added support for keyboard driven context menu. 2005/06/14 13:18:13 af 1.5.46.5: #i50190# Leave MakeRectangleVisible() early when the vertical scroll bar is not visible. 2005/06/10 12:29:52 af 1.5.46.4: #i50190# Fixed solaris compiler warning. 2005/06/06 12:11:16 af 1.5.46.3: #i50190# Added MakeRectangleVisible() method. Made focus cycle over the controls on KEY_UP/DOWN. 2005/05/19 09:37:19 af 1.5.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:54:11 af 1.5.46.1: #i48247# Adding access to scroll bars.  Added CreateAccessible() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6f47b0a279f477d7cfc6e2d1ce582ca054d34605]

        INTEGRATION: CWS impress51 (1.6.14); FILE MERGED 2005/06/20 12:37:14 af 1.6.14.1: #i50712# Added support for keyboard driven context menu.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [190cdb67883dc07cdb093402a3814b84fe679301]

        INTEGRATION: CWS impress51 (1.11.40); FILE MERGED 2005/06/20 12:34:32 af 1.11.40.3: #i50712# Added support for keyboard driven context menu. 2005/05/20 11:19:28 af 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/04 14:53:03 af 1.11.40.1: #i48247# Setting accessible name.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [976958c3cd82b917fe9b243255b27f5cefeb357a]

        INTEGRATION: CWS impress51 (1.3.46); FILE MERGED 2005/05/04 14:51:19 af 1.3.46.1: #i48247# Adaption to moving some headers to ../inc/taskpane.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [52ec808902c828beed66965b1290cba71afa4147]

        INTEGRATION: CWS impress51 (1.5.40); FILE MERGED 2005/05/20 14:21:12 af 1.5.40.3: #i48247# Added missing guard of mpNode being NULL. 2005/05/18 11:49:25 af 1.5.40.2: #i48247# Not calling back to TreeNode when that already has been destroyed. 2005/05/04 14:47:49 af 1.5.40.1: #i48247# Calling listeners when adding and removing children.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [2673f87d5c518905b2016528cebca142e0d7343c]

        INTEGRATION: CWS impress51 (1.10.18); FILE MERGED 2005/05/17 12:59:40 af 1.10.18.2: #i48703# Updating the visible range in GetVisiblePageRange(). 2005/05/04 14:36:05 af 1.10.18.1: #i48703# Added GetVisiblePageRange() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6a1539f21209b6f9213e23b3f1d89589b463d891]

        INTEGRATION: CWS impress51 (1.12.40); FILE MERGED 2005/05/17 12:55:03 af 1.12.40.3: #i48703# Toggling content window visibility to force accessibility update. 2005/05/09 16:43:44 af 1.12.40.2: #i48703# Disposing accessible object when the view shell is destroyed. 2005/05/04 14:37:47 af 1.12.40.1: #i48703# Fixed the setting of the window style.  Added CreateAccessibleDocumentView() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [725c57c4de912a6b0d054c1c6570e47615170173]

        INTEGRATION: CWS impress51 (1.4.256); FILE MERGED 2005/05/17 12:58:26 af 1.4.256.2: #i48703# Remove const modifier from GetVisiblePageRange(). 2005/05/04 14:35:06 af 1.4.256.1: #i48703# Added GetVisiblePageRange() method.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [b12889dfc04c109d5b72f19400ac01dd331b1097]

        INTEGRATION: CWS impress51 (1.7.40); FILE MERGED 2005/06/20 12:29:40 af 1.7.40.1: #i50712# Added support for keyboard driven context menu.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [07e8ed4ddccaadbffdeb17c7136ab1e813f936fc]

        INTEGRATION: CWS impress51 (1.4.120); FILE MERGED 2005/05/04 14:32:30 af 1.4.120.1: #i48703# Added support for focus change listeners.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [a5cae1841d684b8759d2fa6f2723ff270a42db1b]

        INTEGRATION: CWS impress51 (1.20.18); FILE MERGED 2005/06/21 09:46:51 af 1.20.18.2: RESYNC: (1.20-1.21); FILE MERGED 2005/06/20 12:28:45 af 1.20.18.1: #i50712# Added support for keyboard driven context menu.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [7c087c87252e0d959ac24ae7568c7d7effd48297]

        INTEGRATION: CWS impress51 (1.6.90); FILE MERGED 2005/05/04 14:30:01 af 1.6.90.1: #i48703# Added support for focus change listeners.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [ff22cddf19edeb48ac848b493aaf190dca6b3539]

        INTEGRATION: CWS impress51 (1.18.18); FILE MERGED 2005/06/20 13:10:27 af 1.18.18.4: #i50712# Removed reference to temporary. 2005/06/20 12:27:27 af 1.18.18.3: #i50712# Added support for keyboard driven context menu. 2005/05/18 11:46:35 af 1.18.18.2: #i48703# Sending hints to support accessibility. 2005/05/04 15:05:41 af 1.18.18.1: #i37742# Forward focus handling to FocusManager.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [2a9c624be2dbb7a2f193eee181fe90d61da1bea3]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/19 09:36:11 af 1.1.2.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 13:39:09 af 1.1.2.1: #i48247# Moved here from sd/source/ui/toolpanel.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [5254fa12c539a342f5c05d8abc5052931f69312e]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/19 09:36:11 af 1.1.2.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 13:33:52 af 1.1.2.1: #i48247# Moved here from sd/source/ui/toolpanel.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [dd4245f93a0b7975da812648bcfcfa4809439234]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/19 09:36:11 af 1.1.2.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 13:38:15 af 1.1.2.1: #i48247# Moved here from sd/source/ui/toolpanel.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [fbfc78687ed42e6bb91dba4cf298b4d5bf2f1937]

        INTEGRATION: CWS impress51 (1.3.40); FILE MERGED 2005/05/19 09:36:10 af 1.3.40.3: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/18 11:45:11 af 1.3.40.2: #i48247# Cleanup to avoid Linux compiler problems. 2005/05/04 14:26:34 af 1.3.40.1: #i48247# Added support for accessibility,i.e. creation of XAccessible objects as well as registration of state change listeners.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [1d53d9e5389306501652b1930c07f4ead891e17f]

        INTEGRATION: CWS impress51 (1.2.46); FILE MERGED 2005/05/19 09:36:10 af 1.2.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:16:25 af 1.2.46.1: #i48247# Added CreateAccessible().

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8b0837cb5e1b9febe2504358c4c8f350ba0aa44b]

        INTEGRATION: CWS impress51 (1.2.46); FILE MERGED 2005/06/06 12:04:26 af 1.2.46.3: #i50190# Added MakeRectangleVisible() method. 2005/05/19 09:36:10 af 1.2.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/04 14:15:29 af 1.2.46.1: #i48247# Added methods for accessing the scroll bars. Added CreateAccessible().

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [bf3f6564122fda41e43a17d7d22e223287ef050e]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 13:33:31 af 1.1.2.1: #i48247# Moved here from sd/source/ui/toolpanel.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e8b6091884714f564e8ef718c7ba8593e1ec4d3f]

        INTEGRATION: CWS impress51 (1.4.90); FILE MERGED 2005/05/04 13:47:01 af 1.4.90.1: #i48703# Added CreateAccessibleDocumentView.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [282788533dcd24fdedb6eaac7909cef1bbfa98ea]

        INTEGRATION: CWS impress51 (1.5.90); FILE MERGED 2005/05/04 13:45:52 af 1.5.90.1: #i48703# Added CreateAccessibleDocumentView.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [e0c28592e242762bb7008c8ef94d3eec65cc06d7]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 13:11:03 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [73206bc2774adbc7d0ee49945ef9c6d9fcff8202]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 13:17:44 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [94b615f461080da0173f3d86d82a02593aa57599]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/18 11:40:40 af 1.1.2.2: #i48703# Renamed member mpParentWindow to mpContentWindow. 2005/05/04 13:03:54 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [d4c3c369789c1ad44ad934cea9f89a32d9dd4ca7]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 12:58:36 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [852b2cafcc1c51d21d75bc9d305a232b90ff173d]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 13:31:41 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [8b4881f135dd00a5adf95c2027caf7935b9b3a04]

        INTEGRATION: CWS impress51 (1.13.498); FILE MERGED 2005/05/04 13:40:59 af 1.13.498.1: #i48247# Added AccessibleScrollPanel,AccessibleSlideSorterView,AccessibleSlideSorterObject, and AccessibleTreeNode.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [04e24a6c711ed6db5268e94ba13471d92f5e6430]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/06/10 12:29:15 af 1.1.2.5: #i50190# Fixed solaris compiler warning. 2005/05/19 09:35:29 af 1.1.2.4: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject(). 2005/05/18 11:39:29 af 1.1.2.3: #i48247# Not calling back to TreeNode when that already has been destroyed. 2005/05/17 13:03:50 af 1.1.2.2: #i48247# Setting the ENABLED state. 2005/05/04 13:21:04 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [c8a2c7a0ce8906e62eb3726399befd0508d3aef7]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/09 16:42:43 af 1.1.2.2: #i48247# Using correct include statement for base class. 2005/05/04 13:18:22 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [50102c0ed3c5c161aaeec9b46e191b13e123a1cb]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/07/11 15:52:53 af 1.1.2.4: #i48703# Guarded Implementation::GetAccessibleChild() against invalid child index. 2005/05/18 11:35:47 af 1.1.2.3: #i48703# Listening for events from the SlideSorterViewShell. 2005/05/09 16:41:27 af 1.1.2.2: #i48703# Storing references to AccessibleSlideSorterObject objects in rtl::References. 2005/05/04 13:05:14 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [336fd6453c39f53de927c76fd4307f7a5a132dd6]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/04 12:58:55 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [7af790ba2de174963b1a1d6ffc1da73d9bd0fe0d]

        INTEGRATION: CWS impress51 (1.1.2); FILE ADDED 2005/05/18 11:33:18 af 1.1.2.2: #i48247# Changed using directive to resolve conflict. 2005/05/04 13:30:29 af 1.1.2.1: #i48703# Initial revision.

2005-07-14  Kurt Zenker  <kz@openoffice.org>  [6fa929fffc2fd11f76da04b3f03c1d4ba1ef2dae]

        INTEGRATION: CWS impress51 (1.4.68); FILE MERGED 2005/06/20 12:22:41 af 1.4.68.1: #i50712# Added SID_CUT,SID_COPY,SID_PASTE,SID_INSERTPAGE slots to TaskPaneLayoutMenuInterface.

2005-07-13  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a3997f34b73beb00b32611fe7957dbf32dbcc6d5]

        #i10000# fix global win/tcsh breaker

2005-07-13  Oliver Bolte  <obo@openoffice.org>  [cd3080bd8884d9b1454d69e481b489e938ce512a]

        #i10000# additional parameter for DrawJPBBitmap needed

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d3cf9eee83662cfba39a9f677c41ccd87dd16e2c]

        SRC680

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e638f301f1c0826e83eb97777c83e10bbb0fc458]

        INTEGRATION: CWS fwk16 (1.107.30); FILE MERGED 2005/07/06 11:09:33 pb 1.107.30.3: fix: #100000# Add PATCH flags for libs from CWS fwk16 (fps_office.uno.dll) 2005/07/04 09:44:30 pb 1.107.30.2: RESYNC: (1.107-1.115); FILE MERGED 2005/07/04 04:38:55 pb 1.107.30.1: #100000# Add PATCH flags for libs from CWS fwk16

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [660e48fc2128fcaf4095dcf7125734950ea83b8f]

        INTEGRATION: CWS fwk16 (1.7.34); FILE MERGED 2005/07/04 07:10:21 as 1.7.34.3: #i50651# handle new events for failed save operations 2005/06/30 11:38:56 as 1.7.34.2: #i50651# postphone saving documents if they are saved by others; react for doc dispose; use guard for cache lock 2005/06/13 08:28:20 as 1.7.34.1: #i50651# postphone AutoSave if documents still in use for another save request

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [6c1bb534987df571fe10b86fe8f4b29676d955c9]

        INTEGRATION: CWS fwk16 (1.179.6); FILE MERGED 2005/06/08 09:10:07 pb 1.179.6.1: fix: #i42139# support for  added

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9507d4ef06eb580326bf4c76a98f06e5f83f4d74]

        INTEGRATION: CWS fwk16 (1.2.992); FILE MERGED 2005/07/01 16:22:08 mav 1.2.992.1: #i50651# let events names be independent from the resources

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [efb5985f77e62c5675b9a76353255f0749c46b9d]

        INTEGRATION: CWS fwk16 (1.2.162); FILE MERGED 2005/06/06 10:38:46 pb 1.2.162.1: fix: #i43989# void InitSize() added

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [00e335cc683880dd52d7fb1ce25880b1aedc26a2]

        INTEGRATION: CWS fwk16 (1.6.68); FILE MERGED 2005/07/01 16:22:08 mav 1.6.68.2: #i50651# let events names be independent from the resources 2005/07/01 12:38:24 mav 1.6.68.1: #i50651# send a notification even if saving fails

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [28458f760ac966ed4eb5a46c1799d1c197a3a308]

        INTEGRATION: CWS fwk16 (1.96.8); FILE MERGED 2005/07/01 12:38:23 mav 1.96.8.3: #i50651# send a notification even if saving fails 2005/06/30 11:37:23 as 1.96.8.2: #i50651# prevent model from closing if save operation is in progress 2005/06/28 11:05:59 as 1.96.8.1: #i50651# reject close and store while saving is in progress

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [f5a5f24c65479bbb8f1de1c4b9e4813e3bb4d5af]

        INTEGRATION: CWS fwk16 (1.56.46); FILE MERGED 2005/07/04 09:39:56 pb 1.56.46.2: RESYNC: (1.56-1.57); FILE MERGED 2005/07/01 16:22:08 mav 1.56.46.1: #i50651# let events names be independent from the resources

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9aa7023efddc6f59980e172f18a384d317fc2d19]

        INTEGRATION: CWS fwk16 (1.3.62); FILE MERGED 2005/06/06 10:38:20 pb 1.3.62.1: fix: #i43989# hide 'More Info' button

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [23d4643381a6172a85663fb077b33dabba11c847]

        INTEGRATION: CWS fwk16 (1.63.46); FILE MERGED 2005/06/23 06:51:08 pb 1.63.46.3: RESYNC: (1.63-1.64); FILE MERGED 2005/06/21 09:23:44 pb 1.63.46.2: fix: #i48733# Start(ULONG): use unique id if help id == 0 2005/06/06 09:59:56 pb 1.63.46.1: fix: #i45656# call getCurrentFrame() instead of getActiveFrame() to detect      the current module (fix for OLE objects)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [60fe740b81808ba33e89dc09d447db5eae857e97]

        INTEGRATION: CWS fwk16 (1.110.62); FILE MERGED 2005/06/23 06:50:50 pb 1.110.62.3: RESYNC: (1.110-1.111); FILE MERGED 2005/06/21 09:17:08 pb 1.110.62.2: fix: #i49956# search strings with dots need another handling 2005/06/06 09:35:20 pb 1.110.62.1: fix: #i47631# set only valid factory on search page

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [df76e6e99d1fa216f5a7c2e342601efbe1f43989]

        INTEGRATION: CWS fwk16 (1.48.68); FILE MERGED 2005/07/01 16:22:07 mav 1.48.68.2: #i50651# let events names be independent from the resources 2005/07/01 12:38:20 mav 1.48.68.1: #i50651# send a notification even if saving fails

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2dd514292394e71e37fb5165c976cf139d1505f2]

        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>  [4eb296c9ac90286af142fa25229d503bc1d3786b]

        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>  [04eb09359ebed812eba774f52407ccd20b067437]

        INTEGRATION: CWS fwk16 (1.68.72); FILE MERGED 2005/06/09 15:09:06 cd 1.68.72.1: #i47814# Call Window base class to support mouse click handlers

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [caf66bb1b43b31bc1dacd9de414b04a60381c29a]

        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>  [53b3e5ef191eb8acedf9a5bfebbcfd16b5454a85]

        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>  [382fa90250dd0f8e5a1a8f33d76802679f305758]

        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>  [9c4a59cf61b97870e5bf5bc815bd83a092a43362]

        INTEGRATION: CWS fwk16 (1.96.30); FILE MERGED 2005/06/13 08:21:16 as 1.96.30.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [ac5e16efbd2fe5e4c500b38c91974b681e1d3697]

        INTEGRATION: CWS fwk16 (1.6.58); FILE MERGED 2005/07/05 09:05:05 cd 1.6.58.1: #i51442# Fix wrong termination condition in for loop to fill hash map

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [00da9a93761d44f6b3c7f97d1cf04ae8d5c4d522]

        INTEGRATION: CWS fwk16 (1.2.288); FILE MERGED 2005/07/05 09:05:04 cd 1.2.288.1: #i51442# Fix wrong termination condition in for loop to fill hash map

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [970bff8044d85625e098540126cebd4b6f933f54]

        INTEGRATION: CWS fwk16 (1.2.288); FILE MERGED 2005/07/05 09:05:03 cd 1.2.288.1: #i51442# Fix wrong termination condition in for loop to fill hash map

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9513f8286ad5e8502b7826780d2af2ca69a6a112]

        INTEGRATION: CWS fwk16 (1.11.50); FILE MERGED 2005/06/10 07:44:42 cd 1.11.50.1: #50552# Check m_xPopupMenu reference before use

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [384db44b92ba36bbb15df68a0dcd633dd2930813]

        INTEGRATION: CWS fwk16 (1.18.24); FILE MERGED 2005/07/07 09:34:46 cd 1.18.24.2: #124193# Toolbarmanager shouldn't destroy members in dtor, but in dispose 2005/07/07 07:56:00 cd 1.18.24.1: #124193# Fix potential crash on toolbarmanager dtor. As this class gets disposed it must destroy it members in the dispose method and not in the dtor

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [b644571bae062e17c6e05af6fc69a42ae332ac29]

        INTEGRATION: CWS fwk16 (1.84.50); FILE MERGED 2005/07/07 13:14:32 as 1.84.50.2: #i51665# reject duplicate intialize() requests 2005/06/13 08:20:57 as 1.84.50.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [00ff725e4a932de1fd6237c7c08a0bef2c204306]

        INTEGRATION: CWS fwk16 (1.34.2); FILE MERGED 2005/07/07 09:32:09 cd 1.34.2.1: #124193# Layout manager must call implts_destroyElements in disposing as COMPONENT_DETACHING is not always called by frame (frame->dispose()).

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d76c504aa04cf6fe112b46479fdb4f82bb5b72cf]

        INTEGRATION: CWS fwk16 (1.9.140); FILE MERGED 2005/07/07 11:20:31 as 1.9.140.1: #120310# close dispatcher detects disposed frames now and handle it more gracefully

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [96a505bbba276d209fba9db18cee3a7a5276da98]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/06/13 08:19:24 as 1.1.2.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [45d4a0e7c57af98c54de07c91113f94c04464d0b]

        INTEGRATION: CWS fwk16 (1.31.50); FILE MERGED 2005/06/13 08:19:45 as 1.31.50.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9cc54e8593882788aef75a94002eb70e0dd1db14]

        INTEGRATION: CWS fwk16 (1.5.82); FILE MERGED 2005/07/07 11:20:30 as 1.5.82.1: #120310# close dispatcher detects disposed frames now and handle it more gracefully

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d84645e97de6437cab6693e776cdc95c3e1ecd0b]

        INTEGRATION: CWS fwk16 (1.5.4); FILE MERGED 2005/07/08 10:08:25 cn 1.5.4.1: #i50651# update list

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [76f63a061b4745bae023a4398f71c9d2cb9f02f7]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/07/04 07:14:15 as 1.1.2.1: #i50651# new api stress(!) test to check if normal GUI save and AutoSave can work together

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [f076a0b23b9108ab35e51224765b47accbb19c92]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/07/04 07:14:04 as 1.1.2.1: #i50651# new api stress(!) test to check if normal GUI save and AutoSave can work together

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d2b3c561d47c697ca9e193e67e102ba08544265d]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/07/04 07:14:03 as 1.1.2.1: #i50651# new api stress(!) test to check if normal GUI save and AutoSave can work together

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9eb6799839374edc746c8c5802ffee35f9781826]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/07/11 12:08:06 cn 1.1.2.2: #i50651# automatic temp-URL 2005/07/04 07:14:02 as 1.1.2.1: #i50651# new api stress(!) test to check if normal GUI save and AutoSave can work together

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [3843bd6a58ea0f4ed25e08572f3e078618b89f06]

        INTEGRATION: CWS fwk16 (1.9.54); FILE MERGED 2005/07/07 07:56:13 cd 1.9.54.1: #124193# Fix potential crash on toolbarmanager dtor. As this class gets disposed it must destroy it members in the dispose method and not in the dtor

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [828eba88a97a38a74850bbff0a94fe44d94f271c]

        INTEGRATION: CWS fwk16 (1.32.82); FILE MERGED 2005/06/13 08:18:42 as 1.32.82.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [4df1453e63954d2ce149aeac11a5b6cd917cbb03]

        INTEGRATION: CWS fwk16 (1.4.50); FILE MERGED 2005/06/30 11:38:38 as 1.4.50.2: #i50651# postphone saving documents if they are saved by others; react for doc dispose; use guard for cache lock 2005/06/13 08:28:08 as 1.4.50.1: #i50651# postphone AutoSave if documents still in use for another save request

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d3cca223316c372bfa3c5bc24ccfd3d6489d5cfb]

        INTEGRATION: CWS fwk16 (1.5.144); FILE MERGED 2005/07/07 11:20:15 as 1.5.144.1: #120310# close dispatcher detects disposed frames now and handle it more gracefully

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [0399c446e8aecb4fb6682abb444f46173a6e6cd6]

        INTEGRATION: CWS fwk16 (1.1.2); FILE ADDED 2005/06/13 08:19:03 as 1.1.2.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [bbe65a58e84d77ed16861e2a501e87570e5b9025]

        INTEGRATION: CWS fwk16 (1.34.58); FILE MERGED 2005/06/13 08:18:28 as 1.34.58.1: #i50186# use new threadsafe property set helper

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [02999bf142af37d92a4465cefaa1638ca108f5f9]

        INTEGRATION: CWS fwk16 (1.110.28); FILE MERGED 2005/06/08 07:44:11 pb 1.110.28.1: fix: #i42139# obsolete ids removed (STR_MATH_DOCUMENT_FULLTYPE_...)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2383f1a18942c0017493b05f54da347faa30a05d]

        INTEGRATION: CWS fwk16 (1.77.10); FILE MERGED 2005/06/08 07:44:50 pb 1.77.10.1: fix: #i42139# STR_MATH_DOCUMENT_FULLTYPE_60 renamed to ..._CURRENT

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [a018dd8a534b07822da14f328a5287fd633446d9]

        INTEGRATION: CWS fwk16 (1.17.64); FILE MERGED 2005/06/08 07:43:41 pb 1.17.64.1: fix: #i42139# obsolete ids removed (STR_MATH_DOCUMENT_FULLTYPE_...)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [89286890d7cfae45d277f00d8e2815eb2c7c0040]

        INTEGRATION: CWS fwk16 (1.2.700); FILE MERGED 2005/06/06 11:35:09 pb 1.2.700.1: fix: #i43126# ITEM_FILE_AUTOMAIL removed

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [61fb5f1c6ab51237edcdfb05ca5f7790e0dff2e7]

        INTEGRATION: CWS fwk16 (1.2.16); FILE MERGED 2005/06/08 10:54:53 pb 1.2.16.1: fix: #i50409# add all necessary controls before resize

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [69e921d07aab94293f7d5c48d4d18af77b3e4653]

        INTEGRATION: CWS sj21 (1.106.12); FILE MERGED 2005/06/28 13:39:56 sj 1.106.12.1: added some patch flags

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [84a2d2cf5b00984836e149fb90f202c2116c8012]

        INTEGRATION: CWS sj21 (1.106.12); FILE MERGED 2005/06/28 13:39:56 sj 1.106.12.1: added some patch flags

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d94bcb673c98cd6c376657f584965119eaf7b8ba]

        INTEGRATION: CWS sj21 (1.36.58); FILE MERGED 2005/06/27 14:47:44 sj 1.36.58.1: #i47751#,#i48495# using jpeg compression only if its compression is better than zipping, fixed crash if exporting graphics with zero size

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [3c9c89c083270409b82ef4fcb5f19c9beba382e4]

        INTEGRATION: CWS sj21 (1.21.104); FILE MERGED 2005/06/27 15:25:49 sj 1.21.104.2: #i45981# taking care of different text flow and font directions 2005/06/27 14:06:08 sj 1.21.104.1: #i49801# locking the modell to disable repaints when loading

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7604317b891b1595b8cd585473639cbf22566cf6]

        INTEGRATION: CWS sj21 (1.131.140); FILE MERGED 2005/06/27 15:04:54 sj 1.131.140.1: #i45981# taking care of different text flow and font directions

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [3acc6084211425e2008d2e6914d0c114838feae0]

        INTEGRATION: CWS sj21 (1.120.68); FILE MERGED 2005/06/27 15:22:47 sj 1.120.68.1: #i45981# taking care of different text flow and font directions

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [0c676c601db6321e8dff668bb2f6792573a3fdba]

        INTEGRATION: CWS sj21 (1.34.352); FILE MERGED 2005/06/24 13:53:53 sj 1.34.352.1: #i50423# fixed crash if inserting customshapes (ReadOnly of the gallery theme may not been set though the file can't be written (because of security reasons))

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [a34adb9e956c89a317a06a86948e05622ec4a87a]

        INTEGRATION: CWS sj21 (1.7.106); FILE MERGED 2005/06/27 09:20:23 sj 1.7.106.1: #i49966# fixed crash (when importing WordArts using custom glue points)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [f4435d8a68f9684a59524c49e1fed1b5bc1d4ac0]

        INTEGRATION: CWS sj21 (1.5.170); FILE MERGED 2005/06/27 09:20:22 sj 1.5.170.1: #i49966# fixed crash (when importing WordArts using custom glue points)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c368b1cd154a0f2aafe70adad14cb28ff89d1258]

        INTEGRATION: CWS sj21 (1.13.140); FILE MERGED 2005/06/27 09:20:21 sj 1.13.140.1: #i49966# fixed crash (when importing WordArts using custom glue points)

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [46f177d162c646e494d242e849729dab87e37c5f]

        INTEGRATION: CWS sj21 (1.86.364); FILE MERGED 2005/06/27 13:52:44 sj 1.86.364.2: #i49801# locking the modell to disable repaints when loading 2005/06/27 13:49:06 sj 1.86.364.1: #i49801# locking the modell to disable repaints when loading

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [ddc43d5b48a26bd989a3f586a37d9cd777299f04]

        INTEGRATION: CWS sj21 (1.7.92); FILE MERGED 2005/06/24 14:47:54 sj 1.7.92.1: #i50423# fixed crash if inserting customshapes (ReadOnly of the gallery theme may not been set though the file can't be written (because of security reasons))

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7978d6809b0414183d2c6bc6020f003f766713ab]

        INTEGRATION: CWS sj21 (1.2.226); FILE MERGED 2005/06/28 14:18:37 sj 1.2.226.1: #i47914# added some new slide transition effects

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7a60078d2d7af5722f12ab0b061f0dabaa5bd295]

        INTEGRATION: CWS sj21 (1.82.92); FILE MERGED 2005/06/27 09:00:00 sj 1.82.92.1: #i30931# fixed export of hyperlinks, now also the first character is properly exported

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2f11b3b60b91d1ad591e92d46956f1fbe6c85fce]

        INTEGRATION: CWS sj21 (1.49.92); FILE MERGED 2005/06/27 14:28:44 sj 1.49.92.2: #i47914# now exporting some new transition effects 2005/06/27 14:20:38 sj 1.49.92.1: #i46203# fixed export of graphical bullets on masterpage

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [eba7e4042a8c1cbb79193a30553f6982a4f9a023]

        INTEGRATION: CWS sj21 (1.76.92); FILE MERGED 2005/06/28 11:59:26 sj 1.76.92.1: #i47914# added some new slide transition effects

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c741aee3465b3baa9bfb6e7b77997986fced69e7]

        INTEGRATION: CWS mav18 (1.107.34); FILE MERGED 2005/06/30 14:34:49 mav 1.107.34.1: #100000# adjust the patch to the changes in mav18 cws

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [6325a871700b1ef2f49ad8f1853f4420e8229259]

        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>  [264219c713d3b29196eaa20597fb272363348876]

        INTEGRATION: CWS mtl10n (1.41.402); FILE MERGED 2005/07/05 12:30:02 ihi 1.41.402.1: moved define block

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [606d8d5d80da5886dd534cf373258f6545ce0e41]

        INTEGRATION: CWS mav18 (1.17.28); FILE MERGED 2005/05/27 14:52:25 mav 1.17.28.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [8d32efb60e03691e7d9f6b2b803f141272972eb8]

        INTEGRATION: CWS mav18 (1.40.28); FILE MERGED 2005/05/27 14:52:24 mav 1.40.28.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1894cece319932c73f6b050efc544032bd69aa21]

        INTEGRATION: CWS mav18 (1.73.8); FILE MERGED 2005/05/27 14:52:23 mav 1.73.8.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [ab2b480a713c82453c01b0f0ac8366603086a9e8]

        INTEGRATION: CWS mav18 (1.12.44); FILE MERGED 2005/05/27 14:52:22 mav 1.12.44.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [0e832078a533278cc5a6e444f9c9d310e993d367]

        INTEGRATION: CWS mav18 (1.25.44); FILE MERGED 2005/05/27 14:52:21 mav 1.25.44.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [fc0048560887168a36e19a9abf94ed0bd5cbb000]

        INTEGRATION: CWS mav18 (1.97.10); FILE MERGED 2005/06/07 15:51:11 mav 1.97.10.2: RESYNC: (1.97-1.98); FILE MERGED 2005/05/27 14:52:20 mav 1.97.10.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [a1323b2dca57875103aea1d81fc6b943bbdb4a95]

        INTEGRATION: CWS mav18 (1.17.16); FILE MERGED 2005/05/27 14:52:19 mav 1.17.16.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [86419b9a9743443abe92335716bdb8f6ab9a81a9]

        INTEGRATION: CWS mav18 (1.9.10); FILE MERGED 2005/05/27 10:12:51 mav 1.9.10.1: #i45874# rethrow exceptions correctly

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d2bc9dcadefb7f27b89b2bca1fd8eb759299477a]

        INTEGRATION: CWS mav18 (1.4.54); FILE MERGED 2005/06/27 12:38:11 mav 1.4.54.2: regression tests 2005/06/22 12:09:13 mav 1.4.54.1: Regression test for 114358

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2acb01cafa98fb6a2b759fade318a3a91e299b3d]

        INTEGRATION: CWS mav18 (1.4.68); FILE MERGED 2005/06/27 12:38:10 mav 1.4.68.1: regression tests

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [431ce69d8fa9c76febdb2c928e133705a2fc4fac]

        INTEGRATION: CWS mav18 (1.3.92); FILE MERGED 2005/06/27 12:38:09 mav 1.3.92.2: regression tests 2005/06/22 12:09:12 mav 1.3.92.1: Regression test for 114358

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [99f2baf3147956240d0baa39b8195f1bb948a15f]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/27 12:38:49 mav 1.1.2.1: regression tests

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [382a173d65c98f1b1dfabec87be1b790ceb9d7b9]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/27 12:39:15 mav 1.1.2.1: regression tests

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2de690bcc03b94450c89131ee8be1d16ad51f499]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/27 12:39:02 mav 1.1.2.1: regression tests

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [fbd5b1421acabbecd55f87f191ab3ac2902ceec4]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/27 12:39:36 mav 1.1.2.1: regression tests

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [9ff9d8ce307335ca348d41978886a7b7ccdd56ba]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/29 10:53:06 mav 1.1.2.1: Regression test

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [34aec5865a125724374fecb27fd63c7ce861a994]

        INTEGRATION: CWS mav18 (1.1.2); FILE ADDED 2005/06/10 10:27:55 mav 1.1.2.1: Regression test for 114358

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [67d806805bf97c63a4aeb86b530b88ce1ea67905]

        INTEGRATION: CWS mav18 (1.32.46); FILE MERGED 2005/05/27 14:52:17 mav 1.32.46.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [cd556864e0679689e933c7838088609ac661ff30]

        INTEGRATION: CWS mav18 (1.37.16); FILE MERGED 2005/05/27 14:52:17 mav 1.37.16.1: #i49755# fix incoplete commit problem

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [fbace6ce3b5325612cf625a06447c3e4801dc287]

        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>  [e0d944d816dff2942af6491c54344fe79d53cfcf]

        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>  [48d09f6adaa6e59cdc380ac8f66c8522bd5258d2]

        INTEGRATION: CWS mav18 (1.12.16); FILE MERGED 2005/06/09 14:19:17 mav 1.12.16.1: #i50429# catch the exception

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d0d97efb9d72ce157329171a5d537ada993ecb00]

        INTEGRATION: CWS mav18 (1.163.26); FILE MERGED 2005/06/08 13:54:07 mav 1.163.26.1: #121099# let the ReplacementImages storage be commited on storing of the document

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [6b857f264f3cc030ac0e8cad4279ef51fc1d61cc]

        INTEGRATION: CWS mav18 (1.84.26); FILE MERGED 2005/05/24 15:38:05 mav 1.84.26.1: #i46801# the document can not become modified after signing

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [fe23d40038a170eeac431ef9520be3ab7481eb3f]

        INTEGRATION: CWS mav18 (1.167.10); FILE MERGED 2005/06/28 15:38:11 mav 1.167.10.6: #i50389# remove setting of the password currently 2005/06/10 09:20:08 mav 1.167.10.5: #i50389# set the password to the storage on opening 2005/06/10 09:17:54 mav 1.167.10.4: #i50389# set the password to the storage on opening 2005/06/07 15:47:54 mav 1.167.10.3: RESYNC: (1.167-1.168); FILE MERGED 2005/06/07 14:20:42 mav 1.167.10.2: #i50389# temporary file opening should not change original MediaDescriptor 2005/06/06 15:34:11 mav 1.167.10.1: #i50389# create a storage based on a stream always

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e062904438dd07076209750ad3f81f170d270712]

        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>  [cc5e3db4d566c5b956276dfacaaebd6f08824b68]

        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>  [d9754af5d7cdc43e3d31a90f66959c4934578a2f]

        INTEGRATION: CWS mav18 (1.36.46); FILE MERGED 2005/06/01 14:18:13 mav 1.36.46.1: #i49460# add handling for EMBEDDED_OBJ format

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1b7f990c8a4a6c20c48d253ba8567afaf23568e2]

        INTEGRATION: CWS mav18 (1.29.262); FILE MERGED 2005/06/01 14:18:12 mav 1.29.262.1: #i49460# add handling for EMBEDDED_OBJ format

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [917c18332402ae0dae207f91b8f3a1fd4a991e8e]

        INTEGRATION: CWS mav18 (1.68.62); FILE MERGED 2005/06/01 14:18:11 mav 1.68.62.1: #i49460# add handling for EMBEDDED_OBJ format

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [b1f91060384af48f389965a12b6c8f874295f031]

        INTEGRATION: CWS mav18 (1.34.112); FILE MERGED 2005/06/01 14:18:10 mav 1.34.112.1: #i49460# add handling for EMBEDDED_OBJ format

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c8ab6746fa5281d07ef874e9bc6389cfe4de61d4]

        INTEGRATION: CWS mav18 (1.35.50); FILE MERGED 2005/06/06 07:24:42 mav 1.35.50.1: #i49369# the object is already in the storage, but not in the container

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [28fc9772acc0ce9a011c3d931f230bf00b7d5f07]

        INTEGRATION: CWS mav18 (1.7.10); FILE MERGED 2005/06/06 07:28:53 mav 1.7.10.3: #i49369# avoid SetExtent() call when possible 2005/06/02 13:13:57 mav 1.7.10.2: #i49369# get the size from IOleObject only in case there is no own cached size 2005/05/30 09:56:06 mav 1.7.10.1: #i49751# the view of an object in loaded state can not change

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e95bbc4fd502a68a4c0f3432868643b3bf851443]

        INTEGRATION: CWS mav18 (1.19.4); FILE MERGED 2005/05/30 11:12:02 mav 1.19.4.3: #i49496# support another format of OlePres/Ole10Native 2005/05/30 11:08:22 mav 1.19.4.2: #i49496# support another format of OlePres/Ole10Native 2005/05/30 09:56:06 mav 1.19.4.1: #i49751# the view of an object in loaded state can not change

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [8008214566822beffa1dc8b47dc5214ea491895a]

        INTEGRATION: CWS mav18 (1.17.10); FILE MERGED 2005/07/01 10:26:45 mav 1.17.10.2: #i50978# no need to be dependent from persistence 2005/05/30 09:56:06 mav 1.17.10.1: #i49751# the view of an object in loaded state can not change

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d9a866ed807eb210344193a7a94a94fac2e11af8]

        INTEGRATION: CWS mav18 (1.14.4); FILE MERGED 2005/06/02 13:13:55 mav 1.14.4.1: #i49369# get the size from IOleObject only in case there is no own cached size

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e45beadafffc057bdbcbbc63af73b838cceed079]

        INTEGRATION: CWS mav18 (1.25.4); FILE MERGED 2005/06/02 13:13:54 mav 1.25.4.3: #i49369# get the size from IOleObject only in case there is no own cached size 2005/05/30 09:56:05 mav 1.25.4.2: #i49751# the view of an object in loaded state can not change 2005/05/26 08:49:51 mav 1.25.4.1: #i47679# do not deinit ole as SO7 did

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [858ca2dd2d842de4ba709efd701cdf3d411a4643]

        INTEGRATION: CWS mav18 (1.16.4); FILE MERGED 2005/05/30 09:56:04 mav 1.16.4.1: #i49751# the view of an object in loaded state can not change

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [31cabea53c2adbeb3cd84aa681c1d4ed080f7772]

        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>  [919872626828e78dee146ac84f5b0a7653d00118]

        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>  [5203c873e810b9395944cfb719653409936dc491]

        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>  [c9667fb58699faa4291f578cd693fe9f3d1025ca]

        INTEGRATION: CWS mav18 (1.59.60); FILE MERGED 2005/06/07 14:42:33 mav 1.59.60.1: #i50429#,#i48568# fix copying of objects

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [0cba83e27d398bcb98b1f878bddd387beba0aa1c]

        INTEGRATION: CWS mav18 (1.119.18); FILE MERGED 2005/06/07 15:44:44 mav 1.119.18.2: RESYNC: (1.119-1.120); FILE MERGED 2005/06/01 08:50:05 mav 1.119.18.1: #i47742# do not get size from metafile for own objects

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [4bd05480e17d2cc05402d675a7e21c4b3af9b986]

        INTEGRATION: CWS mav18 (1.27.44); FILE MERGED 2005/06/30 14:25:05 mav 1.27.44.1: #i50429#,#i48568# fix copying of objects

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [42e400108ef670300ee5d790d7f3f5fd23c17f5b]

        INTEGRATION: CWS fpicker4 (1.4.14); FILE MERGED 2005/06/01 11:05:44 cmc 1.4.14.1: #i44627# Unthread picker

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [8a7f13b5943db4a3cf56ebe6fd88cd87476841c4]

        INTEGRATION: CWS fpicker4 (1.4.8); FILE MERGED 2005/06/01 11:05:22 cmc 1.4.8.1: #i44627# UnYield and lock variable

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [b3875328d45acd94ee06ad274c5cbea5d3b2dafe]

        INTEGRATION: CWS fpicker4 (1.6.8); FILE MERGED 2005/07/11 09:40:50 cmc 1.6.8.2: leading slash 2005/06/01 11:05:21 cmc 1.6.8.1: #i44627# UnYield and lock variable

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [0aece7616a1086c79c1d7e58521c5efa14513358]

        INTEGRATION: CWS fpicker4 (1.4.8); FILE MERGED 2005/07/11 14:01:34 cmc 1.4.8.4: #i48801# expand the expanders and munge in a sensible starting height of the browsing area 2005/07/11 11:13:39 cmc 1.4.8.3: show file types only when there are file types to show 2005/06/01 11:05:43 cmc 1.4.8.2: #i44627# Unthread picker 2005/05/31 21:43:35 cmc 1.4.8.1: #i48801# #i46800# #i47163# to work around the confusing standard gnome dialog, create a seperation between filtering on a suffix and forcing a different type as the load/save in the same style as gimp-2.2 does

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1c4b58367381b1372b1a74b5587ae582b1f5b18e]

        INTEGRATION: CWS fpicker4 (1.6.6); FILE MERGED 2005/07/11 14:01:34 cmc 1.6.6.6: #i48801# expand the expanders and munge in a sensible starting height of the browsing area 2005/07/11 11:13:39 cmc 1.6.6.5: show file types only when there are file types to show 2005/06/10 09:02:24 cmc 1.6.6.4: #i50556# Doubly converted utf-8 string 2005/06/02 10:08:52 cmc 1.6.6.3: #i46800# wrong parent for overwrite dialog 2005/06/01 11:05:43 cmc 1.6.6.2: #i44627# Unthread picker 2005/05/31 21:43:35 cmc 1.6.6.1: #i48801# #i46800# #i47163# to work around the confusing standard gnome dialog, create a seperation between filtering on a suffix and forcing a different type as the load/save in the same style as gimp-2.2 does

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [ffbb87e83907f69afd7b9f039eb8d66055ede3bd]

        INTEGRATION: CWS swqbf37 (1.133.110); FILE MERGED 2005/07/04 14:24:59 od 1.133.110.1: #124117# <SwWW8ImplReader::ImportReplaceableDrawables(..)> 	 - correction of fix for issue i10939: 	   import graphic as linked

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [dd5bb70437f15d3d2d9a5489798b394aba512f4b]

        INTEGRATION: CWS swqbf37 (1.88.202); FILE MERGED 2005/07/04 11:19:33 od 1.88.202.1: #123196# - add global variable <pSpecSubsLines> to the handling of 	   class <SwSavePaintStatics>

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [f99c4732d053d1feb151f6e084eaef4c0db6bc78]

        INTEGRATION: CWS swqbf37 (1.17.66); FILE MERGED 2005/07/06 06:15:10 od 1.17.66.1: #i50521# - correction: fix for i40011 was undone by fix for i40797

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1d0e960f565d36ef48c4c989a1e44caac2600d5d]

        INTEGRATION: CWS swqbf37 (1.14.66); FILE MERGED 2005/07/06 06:15:10 od 1.14.66.1: #i50521# - correction: fix for i40011 was undone by fix for i40797

2005-07-12  Oliver Bolte  <obo@openoffice.org>  [0512f2c6af9b1a18e5e35d4d3b4920db3792fa45]

        #i10000# fps_gnome.uno PATCH flag needed

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1247522948020b31d8979c8e393dcd22d95ce7e2]

        INTEGRATION: CWS os65 (1.16.212); FILE MERGED 2005/06/30 13:11:22 os 1.16.212.1: sm added to patch

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [c697a2036489d1d2b8b20ab1c9181be8247bd937]

        INTEGRATION: CWS os65 (1.36.160); FILE MERGED 2005/06/30 08:19:00 os 1.36.160.1: #i47337# Clear() the toolbox to prevent access to invalid ItemWindow

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [55a3f908bae5cb7e806566a169d4d4693a5ba290]

        INTEGRATION: CWS os65 (1.16.170); FILE MERGED 2005/06/29 11:36:42 tl 1.16.170.1: #120086# one source for memory leak fixed

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [eb3bff56e5c67618f215b75586b3f4b426aac4cd]

        INTEGRATION: CWS os65 (1.88.104); FILE MERGED 2005/07/01 06:58:01 os 1.88.104.1: #i43146# restore editing view when opening own files

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [942161bb57ce9ddf91593a64a45efaee2ccbeac6]

        INTEGRATION: CWS os65 (1.19.188); FILE MERGED 2005/07/05 14:03:47 os 1.19.188.1: #i27051# show autocompletion in extended text input always as help tip

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [e69900f8aea09562595e273812cb9041dbb6ef0b]

        INTEGRATION: CWS os65 (1.115.100); FILE MERGED 2005/07/05 14:05:54 os 1.115.100.1: #i27051# show autocompletion in extended text input always as help tip

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [8bbce7a48b131a8266f8b01977f316170ef8fac9]

        INTEGRATION: CWS os65 (1.91.148); FILE MERGED 2005/06/30 07:20:27 os 1.91.148.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [47782c218d7ff357faa471566b8b4a6bdc6c2e34]

        INTEGRATION: CWS os65 (1.40.364); FILE MERGED 2005/06/30 07:20:27 os 1.40.364.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [718ceb80a33e769f22e954358b66825e03f0daa0]

        INTEGRATION: CWS os65 (1.28.374); FILE MERGED 2005/06/30 07:20:27 os 1.28.374.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [edf5f0d5f9083112d9120e105eb426f1316ecc1c]

        INTEGRATION: CWS os65 (1.32.100); FILE MERGED 2005/06/30 07:20:26 os 1.32.100.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [5e4c1fb6fc5c33a5e3f4d9a67b6e8c4d031813bb]

        INTEGRATION: CWS os65 (1.31.100); FILE MERGED 2005/06/30 07:20:26 os 1.31.100.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [de89edaf95735c36eb24d2cb7891ec69150680ca]

        INTEGRATION: CWS os65 (1.50.188); FILE MERGED 2005/06/30 07:20:26 os 1.50.188.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [2ac74e390f25f78414eeb18c0565000eaa954ea1]

        INTEGRATION: CWS os65 (1.84.218); FILE MERGED 2005/06/30 07:20:25 os 1.84.218.1: #i50955# SolarMutex locking in destructors

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [d9c242f9a56da679417f1c2047bf52d0f604afb2]

        INTEGRATION: CWS os65 (1.13.190); FILE MERGED 2005/06/30 07:33:39 os 1.13.190.1: #i120911# check current numbering rule

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [09ee5d432717f771ed00c02825988d5bd1872b6c]

        INTEGRATION: CWS os65 (1.37.220); FILE MERGED 2005/06/30 07:29:41 os 1.37.220.1: #122190# check result of FindFlyFrm() in ::GetIMapGraphic()

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [54a7cfa7f740c1dfabfe6b389dbee036dbaacf19]

        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-12  Kurt Zenker  <kz@openoffice.org>  [284597025ba381052d9acf8e82f6b3669da17523]

        INTEGRATION: CWS os65 (1.15.64); FILE MERGED 2005/06/29 11:53:32 tl 1.15.64.1: #i46175# added check for MathType version

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [630f9c2d03dfbc6544717e2448ecae8b7eaf5891]

        INTEGRATION: CWS os65 (1.6.44); FILE MERGED 2005/06/29 11:53:31 tl 1.6.44.1: #i46175# added check for MathType version

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [ffb2b98ea3ffa2c8fc40a05616d289a90153c792]

        INTEGRATION: CWS os65 (1.27.114); FILE MERGED 2005/06/29 11:01:30 tl 1.27.114.1: #i45779# parse argument numbers locale independent

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [616037b8433fe1ab6610d98cae731759bf510a20]

        INTEGRATION: CWS os65 (1.7.112); FILE MERGED 2005/06/29 11:53:30 tl 1.7.112.1: #i46175# added check for MathType version

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [1c6068ad9a577eeb445923f68da0c2ad208ee417]

        INTEGRATION: CWS os65 (1.32.28); FILE MERGED 2005/06/29 11:53:30 tl 1.32.28.1: #i46175# added check for MathType version

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [86b70717bd2ab5870d0c3020289ef0383225202b]

        INTEGRATION: CWS os65 (1.22.86); FILE MERGED 2005/06/29 11:53:29 tl 1.22.86.1: #i46175# added check for MathType version

2005-07-12  Kurt Zenker  <kz@openoffice.org>  [7408ce1a4530d89d744f33787abad7c34a2d4dbe]

        INTEGRATION: CWS os65 (1.1.4); FILE ADDED 2005/06/29 11:54:18 tl 1.1.4.1: #i46175# added check for MathType version

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [7b7e4f1414a06df18cb67b1ef96e4a439d69937b]

        INTEGRATION: CWS ause030 (1.14.6); FILE MERGED 2005/06/20 13:34:33 hjs 1.14.6.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [cb02ffa28154e81bed7ac082dea92c136da33cb9]

        INTEGRATION: CWS ause030 (1.11.58); FILE MERGED 2005/06/08 13:53:13 hjs 1.11.58.1: #i49800# check for unsupported 4nt versions

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [1713e82a1bcef669e9f37f9b52424c35625273b8]

        INTEGRATION: CWS ause030 (1.2.2); FILE MERGED 2005/06/14 14:15:41 hjs 1.2.2.1: #i50129# fix by vq

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [18effce860f632f561799e9afd3a10bc5ad7d3f7]

        INTEGRATION: CWS ause030 (1.5.2); FILE MERGED 2005/06/14 14:52:49 hjs 1.5.2.1: #i50129# fix by vq

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [54f3801137750b62442d174ce53324a3b30ff2aa]

        INTEGRATION: CWS ause030 (1.28.16); FILE MERGED 2005/06/16 10:15:25 hjs 1.28.16.2: #123620# simplify 2005/06/14 10:34:56 hjs 1.28.16.1: #123620# remove obsolete remains of OOo 1.1.x

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [4b54e60ca37cda1dc5f749fa0f2311676672247d]

        INTEGRATION: CWS ause030 (1.3.94); FILE MERGED 2005/06/13 14:50:49 np 1.3.94.1: #i50646# Removed empty assertion statements in non-debug code.

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [05f316cd7339362c5592a1b3c4bfad0f0d2da730]

        INTEGRATION: CWS ause030 (1.1.1.1.142); FILE MERGED 2005/06/13 14:50:49 np 1.1.1.1.142.1: #i50646# Removed empty assertion statements in non-debug code.

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [a7d1d82a099480edbf5c110a2fb8d633c1ce111a]

        INTEGRATION: CWS ause030 (1.73.128); FILE MERGED 2005/06/20 13:34:47 hjs 1.73.128.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [bcb5cf404314db9c54802f56e46d433bc055ba7c]

        INTEGRATION: CWS ause030 (1.18.80); FILE MERGED 2005/06/20 13:34:45 hjs 1.18.80.2: #i47954# introduce ARCH_FLAG 2005/05/19 16:04:47 hjs 1.18.80.1: #i27568# seperated c/c++ switches to enable symbol builds if required

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [5100bf65dcc128a5d50510c3022da33ce9d310b5]

        INTEGRATION: CWS ause030 (1.10.80); FILE MERGED 2005/06/20 13:34:44 hjs 1.10.80.2: #i47954# introduce ARCH_FLAG 2005/05/19 16:04:47 hjs 1.10.80.1: #i27568# seperated c/c++ switches to enable symbol builds if required

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [57b40c7d52b831588d04231aa567930d0806fbba]

        INTEGRATION: CWS ause030 (1.10.80); FILE MERGED 2005/06/20 13:34:43 hjs 1.10.80.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [fa60d665750e65de4751af3f7fd7ca7f9ceeac08]

        INTEGRATION: CWS ause030 (1.5.80); FILE MERGED 2005/06/20 13:34:42 hjs 1.5.80.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [8847c607188f850128bb2113be7ce5880a5d59e6]

        INTEGRATION: CWS ause030 (1.6.130); FILE MERGED 2005/06/20 13:34:42 hjs 1.6.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [81e8d9e82850a1d0621164d4f773385213259fcb]

        INTEGRATION: CWS ause030 (1.54.6); FILE MERGED 2005/06/20 13:34:41 hjs 1.54.6.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [1d2fe998ae33671e498958da4f3b078fee731045]

        INTEGRATION: CWS ause030 (1.7.130); FILE MERGED 2005/06/20 13:34:41 hjs 1.7.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [a61df0f01fe7fca866dd42e1c7ef5bcbedcd9210]

        INTEGRATION: CWS ause030 (1.9.130); FILE MERGED 2005/06/20 13:34:40 hjs 1.9.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [c3fa75352da03e851e8d5a81c84ab5ed611a9893]

        INTEGRATION: CWS ause030 (1.12.12); FILE MERGED 2005/06/20 13:34:40 hjs 1.12.12.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [7b8fdcddad8249c9ac8f802857df81df31555e7d]

        INTEGRATION: CWS ause030 (1.7.130); FILE MERGED 2005/06/20 13:34:40 hjs 1.7.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [c94b8ffcc8d1cbd962cee0841d4a7685ac6bdbc6]

        INTEGRATION: CWS ause030 (1.17.12); FILE MERGED 2005/06/20 13:34:39 hjs 1.17.12.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [41668d8772596f481b7d4b5abe9c79d7fc693eba]

        INTEGRATION: CWS ause030 (1.17.118); FILE MERGED 2005/06/20 13:34:39 hjs 1.17.118.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [530c7d05739bc5b21c313842e3e342436087f9cc]

        INTEGRATION: CWS ause030 (1.6.130); FILE MERGED 2005/06/20 13:34:38 hjs 1.6.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [d673ddb9380a3a888d27f21951d71f70369efed1]

        INTEGRATION: CWS ause030 (1.12.16); FILE MERGED 2005/06/20 13:34:38 hjs 1.12.16.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [6ec3e7fd2f2a7e9f507db02f85b84849e5f92865]

        INTEGRATION: CWS ause030 (1.33.114); FILE MERGED 2005/06/20 13:34:37 hjs 1.33.114.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [87e49ef47914c75b0174cf94f171f192ca2c36f0]

        INTEGRATION: CWS ause030 (1.6.454); FILE MERGED 2005/06/20 13:34:36 hjs 1.6.454.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [11cec049a220d6365824cdcc6144691298ea7700]

        INTEGRATION: CWS ause030 (1.5.592); FILE MERGED 2005/06/20 13:34:36 hjs 1.5.592.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [71bab798d156c956f7af181a02f2d833ecdb3e4f]

        INTEGRATION: CWS ause030 (1.8.130); FILE MERGED 2005/06/20 13:34:35 hjs 1.8.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [dfea504f2e94ac781af545b56611faff91b0868f]

        INTEGRATION: CWS ause030 (1.3.592); FILE MERGED 2005/06/20 13:34:35 hjs 1.3.592.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [7e1e6b751bb2340f17701ae9dbfe161590200b07]

        INTEGRATION: CWS ause030 (1.5.130); FILE MERGED 2005/06/20 13:34:34 hjs 1.5.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [7df74086b57568ce4f24bfa7c50942ba2b1fd2ef]

        INTEGRATION: CWS ause030 (1.10.130); FILE MERGED 2005/06/20 13:34:33 hjs 1.10.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [c39a65dc9191b24d5407c9210a8c85aa54528e8f]

        INTEGRATION: CWS ause030 (1.6.130); FILE MERGED 2005/06/20 13:34:33 hjs 1.6.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [e8c22ca3e62aff7892b1741716dda489ec28ffca]

        INTEGRATION: CWS ause030 (1.9.130); FILE MERGED 2005/06/20 13:34:32 hjs 1.9.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [b8bb879403952fcf4c48133b5bfc7fe560a6da32]

        INTEGRATION: CWS ause030 (1.3.130); FILE MERGED 2005/06/20 13:34:32 hjs 1.3.130.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [511634c63aa0f2974362f5efaae28b4407b9d898]

        INTEGRATION: CWS ause030 (1.3.592); FILE MERGED 2005/06/20 13:34:32 hjs 1.3.592.1: #i47954# introduce ARCH_FLAG

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [0b52cebfb87ae69db1c1fe3805dc8c0919b3b7c4]

        INTEGRATION: CWS ause030 (1.90.76); FILE MERGED 2005/06/06 13:06:51 hjs 1.90.76.1: #i49797# avoid overwriting per target link flags

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [1f267ef390851e86e6c80700f8b99d9094d2d241]

        INTEGRATION: CWS ause030 (1.49.30); FILE MERGED 2005/06/07 14:51:36 hjs 1.49.30.2: #123453# change quoting 2005/06/06 13:06:51 hjs 1.49.30.1: #i49797# avoid overwriting per target link flags

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [d277e9dc38643153e84901576889e7b91895f49e]

        INTEGRATION: CWS ause030 (1.171.16); FILE MERGED 2005/06/13 16:35:34 hjs 1.171.16.3: #123620# removing obsolete scp define 2005/06/08 13:53:12 hjs 1.171.16.2: #i49800# check for unsupported 4nt versions 2005/05/19 16:04:47 hjs 1.171.16.1: #i27568# seperated c/c++ switches to enable symbol builds if required

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [9c63fff9165f7f91b8742a13bb62e767dd47df25]

        INTEGRATION: CWS ause030 (1.61.76); FILE MERGED 2005/06/13 12:47:38 hjs 1.61.76.1: #i50647# \ cleanup; fix message

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [6a77dd1c9b47b13406f59959706ebdba67a619e3]

        INTEGRATION: CWS ause030 (1.88.76); FILE MERGED 2005/06/06 13:06:50 hjs 1.88.76.1: #i49797# avoid overwriting per target link flags

2005-07-11  Kurt Zenker  <kz@openoffice.org>  [61205c8e32449b775f2fcc8f24e8e6b0702029f2]

        INTEGRATION: CWS ause030 (1.48.30); FILE MERGED 2005/06/07 14:51:36 hjs 1.48.30.2: #123453# change quoting 2005/06/06 13:06:50 hjs 1.48.30.1: #i49797# avoid overwriting per target link flags

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [73dd973efb274d6716bb79c73a060999f9218c78]

        #i10000# syntax: __FUNCTION__ unknown

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [49fd283c9776e92cd5f9a7dfdfe716f74b0c09c2]

        #i10000# parse problem

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d4553258ffa2c854031cec318583d1013a382769]

        new version for SRC680

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [fcd4aacce83f344cf7562a83f6edd898fd06528e]

        #i10000#,#i47653# formwizard still needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [8143e973da075a180156fc2afd9c9c08568e7198]

        SRC680

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [3f01a5e9e4ec757eb26cc056a161fb7832ccd5d6]

        INTEGRATION: CWS nativefixer12 (1.2.2); FILE MERGED 2005/07/06 08:59:57 is 1.2.2.1: #123800# new custom action for patch and language pack (from nativefixer11)

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [8f33af7faf3191e8ce972af4c1ee37a292a62f61]

        INTEGRATION: CWS nativefixer12 (1.3.14); FILE MERGED 2005/07/05 09:39:00 is 1.3.14.1: 124008# setup now directory independent

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [96ab7c76911a16fc49945a9a07907f114bcecfab]

        INTEGRATION: CWS nativefixer12 (1.2.124); FILE MERGED 2005/07/06 12:24:59 is 1.2.124.1: #124007# no Change in maintenance mode

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [c7845e5dac6f84bfd3db2d656075aeb124164176]

        INTEGRATION: CWS nativefixer12 (1.6.2); FILE MERGED 2005/07/06 12:24:59 is 1.6.2.1: #124007# no Change in maintenance mode

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [3812e70da8e5841038b9102dd1ecfca6643033ed]

        INTEGRATION: CWS nativefixer12 (1.23.2); FILE MERGED 2005/07/06 11:27:58 is 1.23.2.1: #i49397# only english properties

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [9ec20ddfe514dc75d7e1b59ee26bf710eb05615f]

        INTEGRATION: CWS sch11 (1.14.82); FILE MERGED 2005/07/06 15:20:48 bm 1.14.82.1: #i51643# if the table number in the chart range address is -1 use the table name

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5c869b2d47e78d4bc0a44ee6491c14b8dcb59a53]

        INTEGRATION: CWS pj30 (1.95.16); FILE MERGED 2005/06/29 06:53:03 pjanik 1.95.16.1: #i51282#: pack mozruntime.zip also on MacOS X.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6a8c47866f30829592d8ad08fc245f2b2e3abeab]

        INTEGRATION: CWS pj30 (1.5.346); FILE MERGED 2005/07/07 19:30:05 pjanik 1.5.346.1: #i43612#: Use -print-file-name instead of -print-search-dirs.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [0d6988a72ebdeeeeef6f91d005c0e8a3f063d179]

        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>  [8767b418232f9f28de01bce09dd10ce5a60951ef]

        INTEGRATION: CWS swqbf34 (1.17.326); FILE MERGED 2005/06/28 09:50:20 od 1.17.326.1: #i45952# <SdrUndoInsertObj::Redo()> - restore anchor position of objects,          which become members of a group object.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b1ebff9e48c637c3f3f40571b7eef538541465bf]

        INTEGRATION: CWS swqbf34 (1.41.370); FILE MERGED 2005/07/01 11:48:53 fme 1.41.370.3: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 14:06:11 fme 1.41.370.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:52:14 fme 1.41.370.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e97e5bcf9175afb8c3d1373139d9fe3d666b0956]

        INTEGRATION: CWS swqbf34 (1.18.186); FILE MERGED 2005/06/28 12:03:27 od 1.18.186.1: #i48949# <SwDocStyleSheet::SetItemSet(..)> - no undo actions for the          copy of the page style.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [02eb57b07d8c4af3079036bcf15ba9e9f1f27be1]

        INTEGRATION: CWS swqbf34 (1.75.132); FILE MERGED 2005/06/28 12:04:33 od 1.75.132.1: #i48949# <SwDocShell::Insert(..)> - actions aren't undoable. Thus, suppress          creation of undo actions and clear the undo action stack.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [a1422afbb3dd8abc6dbf9141b63816526ab563c1]

        INTEGRATION: CWS swqbf34 (1.86.362); FILE MERGED 2005/06/28 14:09:23 fme 1.86.362.4: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/28 14:07:20 fme 1.86.362.3: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 14:06:09 fme 1.86.362.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:52:12 fme 1.86.362.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [444ece0dd8bf547b58543cb69d9666843484b174]

        INTEGRATION: CWS swqbf34 (1.161.276); FILE MERGED 2005/06/28 11:28:00 od 1.161.276.1: #i48832# <wwSectionManager::SetPageULSpaceItems(..)>          - set correct spacing between header/footer and body for            negative page top/bottom margin workaround.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [f780fc97de9e156af7be1c67fb2a377d78c5862d]

        INTEGRATION: CWS swqbf34 (1.153.130); FILE MERGED 2005/06/27 14:06:08 fme 1.153.130.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:52:10 fme 1.153.130.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [32434e2e88478b6c764db7d18a5d18c24b5ad473]

        INTEGRATION: CWS swqbf34 (1.133.92); FILE MERGED 2005/06/28 10:50:12 od 1.133.92.1: #i47277# <SwWW8ImplReader::MapWrapIntoFlyFmt(..)>          - use method <SwNoTxtNode::SetContour(..)> to set the imported            custom contour polygon.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [4189f33aa061f15dd4d0fafb9ecc165c6b964f33]

        INTEGRATION: CWS swqbf34 (1.8.296); FILE MERGED 2005/06/27 14:16:38 fme 1.8.296.1: #i50368# Consider split table rows on row height calculation for html/ww export

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [11bb5e76888f078cb86ad0660030227fbcc922bc]

        INTEGRATION: CWS swqbf34 (1.49.266); FILE MERGED 2005/06/27 14:06:07 fme 1.49.266.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:52:10 fme 1.49.266.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [2b8d77b67ca3359a661666349ef5d8987b9c80f7]

        INTEGRATION: CWS swqbf34 (1.59.184); FILE MERGED 2005/06/27 13:52:09 fme 1.59.184.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [292616493490f51756b617c9b4a664789161225f]

        INTEGRATION: CWS swqbf34 (1.176.124); FILE MERGED 2005/06/29 08:45:59 od 1.176.124.1: #i50322# - make background graphic transparency accessible via UNO-API

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [a6c4cdaefcf3ed5788f03913f380c7bb66b01dda]

        INTEGRATION: CWS swqbf34 (1.11.136); FILE MERGED 2005/06/28 08:58:59 od 1.11.136.1: #i45952# - indicate that positioning attributes are already set after            undo/redo of drawing objects.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b15639005aa7a9ce0cc4a315b815d660990458d6]

        INTEGRATION: CWS swqbf34 (1.49.74); FILE MERGED 2005/06/27 13:52:08 fme 1.49.74.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5cbd43c8357a2553cbd27320f35f1c8f9aa9bb3a]

        INTEGRATION: CWS swqbf34 (1.49.96); FILE MERGED 2005/06/27 13:52:06 fme 1.49.96.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [a7d1916d110229de83e758af7548956574759bc2]

        INTEGRATION: CWS swqbf34 (1.67.96); FILE MERGED 2005/06/27 13:52:05 fme 1.67.96.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5d7b3475278f59a423c2139ae51f9b4849621890]

        INTEGRATION: CWS swqbf34 (1.17.96); FILE MERGED 2005/06/29 12:12:25 fme 1.17.96.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 14:06:06 fme 1.17.96.1: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [afaea24d1f75c25db3604a52eb2b25935df789d0]

        INTEGRATION: CWS swqbf34 (1.8.186); FILE MERGED 2005/06/27 13:22:13 fme 1.8.186.1: #i44368# Export of hyperlinks in header/footer

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [acc295bcee9f7df0f9a36a3ac81b441ece7cc9c9]

        INTEGRATION: CWS swqbf34 (1.13.186); FILE MERGED 2005/06/28 12:17:59 od 1.13.186.1: #i45085# <lcl_DoesVertPosFits(..)> - correct check for test grow

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d7b1ae0ee23c6ef02f714aad4b17c6caed1aadd8]

        INTEGRATION: CWS swqbf34 (1.44.142); FILE MERGED 2005/06/28 12:09:41 od 1.44.142.1: #123110# <SwRootFrm::GetNextPrevCntntPos(..)>          - disable creation of an action by a callback event.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6e24dc662602e94886dcd9a3472288b578a576fc]

        INTEGRATION: CWS swqbf34 (1.76.102); FILE MERGED 2005/06/28 12:13:22 od 1.76.102.2: #123274# <SwTabFrm::CalcFlyOffsets(..)> - tables doesn't wrap around          Writer fly frames, which are anchored inside another frame.          Exception: the table itself is a content of this frame. 2005/06/28 10:06:53 od 1.76.102.1: #i46941# - assure that anchor text frame is valid before formatting            its anchored objects

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [7adc69909996dfc184f769e0e1f548c55888c173]

        INTEGRATION: CWS swqbf34 (1.12.96); FILE MERGED 2005/06/28 12:21:35 od 1.12.96.2: #i49987# Object positioning algorithm          - On marking anchor text frames to move forward on a certain page            consider that the anchor text frame could already been marked. 2005/06/28 08:45:46 od 1.12.96.1: #i49605# <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveFwd()>          - consider that parent section frame could move forward by the            format of its previous frames.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [7d887b119eb31523a41d6fa084ed23b34dfa39a6]

        INTEGRATION: CWS swqbf34 (1.19.630); FILE MERGED 2005/06/27 13:27:22 fme 1.19.630.1: #123067# Handle case that there is only one (hidden) section in the document

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [1c08d5d7d57a94dc36ee3a669d7662a1571f022b]

        INTEGRATION: CWS swqbf34 (1.19.144); FILE MERGED 2005/06/28 10:05:02 od 1.19.144.1: #i46941# - assure that anchor text frame is valid before formatting            its anchored objects

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [645d80c00ca8321896a071eef222b4c339b5777b]

        INTEGRATION: CWS swqbf34 (1.80.86); FILE MERGED 2005/06/28 07:55:14 od 1.80.86.1: #121888# <SwFrmNotify::~SwFrmNotify()>          - skip empty section for the invalidation of the next frame

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [ddd55aff06482c2389920d84eb61dd590b893c22]

        INTEGRATION: CWS swqbf34 (1.47.142); FILE MERGED 2005/06/28 12:31:50 od 1.47.142.1: #i50356# - on format of at-paragrapgh/at-character anchored object format            the anchor frame, which contains the anchor position, instead            of the master anchor frame.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [019bf5aa86b0ed7371c3b4a83baf9488ed28cfe1]

        INTEGRATION: CWS swqbf34 (1.67.140); FILE MERGED 2005/06/28 08:36:57 od 1.67.140.1: #i43737# <CalcCntnt(..)> - no invalidation of anchored objects needed.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5a24c2cd70156426ca57284c46024a919c45ab10]

        INTEGRATION: CWS swqbf34 (1.11.144); FILE MERGED 2005/06/28 12:30:22 od 1.11.144.2: #i50356# - on format of at-paragrapgh/at-character anchored object format            the anchor frame, which contains the anchor position, instead            of the master anchor frame. 2005/06/28 09:00:32 od 1.11.144.1: #i45952# <SwAnchoredDrawObject::_SetPositioningAttr()> - indicate at          frame format that positioning attributes are set.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [4fdb2d2cb198e7ea85d1293333d96a6c26b50323]

        INTEGRATION: CWS swqbf34 (1.29.84); FILE MERGED 2005/06/28 11:24:38 od 1.29.84.1: #i48434# class <SwGrfNode>          - usage and implementation of new helper method <_GetStreamForEmbedGrf(..)>          - implement fallback, if stream for embedded graphic doesn't            exist under its previous known filename, by re-generate its            embedded graphic filename.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [2869bf826a503bfe5c0df87f03d846359445d039]

        INTEGRATION: CWS swqbf34 (1.39.140); FILE MERGED 2005/06/27 12:34:54 fme 1.39.140.1: #i20965# Use GetOrdNum instead of GetOrdNumDirect because z order might be still uninitialized

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [92f16129adb94921c1ad45f30122f229f624c2dd]

        INTEGRATION: CWS swqbf34 (1.52.166); FILE MERGED 2005/06/27 14:06:05 fme 1.52.166.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:52:04 fme 1.52.166.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [957a3c1e2d965f0df37373fb6ea930f15e04db26]

        INTEGRATION: CWS swqbf34 (1.36.52); FILE MERGED 2005/06/28 12:27:49 od 1.36.52.1: #i50086# <SwDoc::CopyLayoutFmt(..)>          - make copied draw object only visible, if its source is also            visible.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [8a4dd162aa5741b78559335e8c42565067164649]

        INTEGRATION: CWS swqbf34 (1.31.142); FILE MERGED 2005/06/28 08:57:16 od 1.31.142.1: #i45952# <SwDoc::GroupSelection(..)> - assure correct position of          objects, which become members of the group object.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [47b6af5bd4db5b8a5c57113ef442a1c058212bdf]

        INTEGRATION: CWS swqbf34 (1.45.142); FILE MERGED 2005/06/27 13:50:45 fme 1.45.142.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [cfbe88453c2206b0977bbd1c61e9a77d17356807]

        INTEGRATION: CWS swqbf34 (1.8.506); FILE MERGED 2005/06/27 14:16:00 fme 1.8.506.1: #i50368# Consider split table rows on row height calculation for html/ww export

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [606963369e11e8870b9c138d20c9741beefa8b42]

        INTEGRATION: CWS swqbf34 (1.14.156); FILE MERGED 2005/06/28 11:10:59 od 1.14.156.1: #i48434# class <SwGrfNode>          - new method <_GetStreamForEmbedGrf(..)>          - adjust method <GetStreamStorageNames(..)>

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [c4422f3d531378adfa4ff80cddd630daed7d4d09]

        INTEGRATION: CWS swqbf34 (1.107.124); FILE MERGED 2005/06/27 14:04:55 fme 1.107.124.2: #i49277# New compatibility option bDoNotJustifyLinesWithManualBreak 2005/06/27 13:50:44 fme 1.107.124.1: #i47448# New (hidden) compatibility option bIgnoreFirstLineIndentInNumbering needed

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [bf8a07c76863cd906a74cc3c61f200206b2bca82]

        INTEGRATION: CWS swqbf34 (1.4.186); FILE MERGED 2005/06/27 13:21:50 fme 1.4.186.1: #i44368# Export of hyperlinks in header/footer

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [662443eec99d58d291a211ee37a98c76712c24c6]

        INTEGRATION: CWS swqbf34 (1.14.62); FILE MERGED 2005/06/30 09:04:59 fme 1.14.62.2: RESYNC: (1.14-1.15); FILE MERGED 2005/06/29 08:50:28 od 1.14.62.1: #i50322# - no conversion of background graphic transparency value for 	   document styles, because by defect former OpenOffice.org 	   versions write always 100% and interpret it as 0%. 	   Thus, attribute has only be renamed to opacity for document styles.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [08b5b7977379e32235b5691f8858648e6adf5a64]

        INTEGRATION: CWS swqbf34 (1.7.130); FILE MERGED 2005/06/29 08:50:26 od 1.7.130.1: #i50322# - no conversion of background graphic transparency value for 	   document styles, because by defect former OpenOffice.org 	   versions write always 100% and interpret it as 0%. 	   Thus, attribute has only be renamed to opacity for document styles.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e45831d9df766e68b50f2cf1fef45ffc3c8040f4]

        INTEGRATION: CWS swqbf34 (1.14.62); FILE MERGED 2005/06/29 08:50:27 od 1.14.62.1: #i50322# - no conversion of background graphic transparency value for 	   document styles, because by defect former OpenOffice.org 	   versions write always 100% and interpret it as 0%. 	   Thus, attribute has only be renamed to opacity for document styles.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [afabca0c72b251ec29cba2581c2df9b540d25caa]

        INTEGRATION: CWS dba20blocker (1.115.4); FILE MERGED 2005/07/06 10:58:43 fs 1.115.4.1: files affected by CWS dba20blocker added to patch set

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [8da7f369fd46258562a870c2ea21bd019376588f]

        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>  [ba276b3a9404e2e455bdf7c34c7cdd11f94539f7]

        INTEGRATION: CWS dba20blocker (1.59.60); FILE MERGED 2005/06/24 07:26:07 fs 1.59.60.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [fde082c0b7ca5422038432c6dc680c1a90a43306]

        INTEGRATION: CWS dba20blocker (1.13.134); FILE MERGED 2005/07/04 08:25:59 fs 1.13.134.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/23 15:22:37 fs 1.13.134.1: copying fix for #i45899# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [3e4d300882d1986cac906e52fc9bd79b9e9f152a]

        INTEGRATION: CWS dba20blocker (1.41.102); FILE MERGED 2005/07/04 08:25:49 fs 1.41.102.2: RESYNC: (1.41-1.42); FILE MERGED 2005/06/23 15:22:36 fs 1.41.102.1: copying fix for #i45899# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [fd015c97d666d5a6e2b6e1fa501e95c16d917b9f]

        INTEGRATION: CWS dba20blocker (1.38.78); FILE MERGED 2005/06/29 08:33:26 fs 1.38.78.4: #i46266# 2005/06/24 09:13:39 fs 1.38.78.3: #i46266# 2005/06/23 13:56:20 fs 1.38.78.2: oops. Didn't intend to move this change herein 2005/06/23 13:34:41 fs 1.38.78.1: copying fix for #i46266# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [7ca30bb7474442be06962d4342c1080f2ad5a772]

        INTEGRATION: CWS dba20blocker (1.3.134); FILE MERGED 2005/06/24 09:13:39 fs 1.3.134.3: #i46266# 2005/06/23 13:56:20 fs 1.3.134.2: oops. Didn't intend to move this change herein 2005/06/23 13:34:40 fs 1.3.134.1: copying fix for #i46266# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [52cd9a6e46dae1053dc20f1cdf1544f1a8d21a2e]

        INTEGRATION: CWS dba20blocker (1.63.66); FILE MERGED 2005/06/24 07:26:06 fs 1.63.66.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [8771472803558cf7c6bb5accf9814ce9d264018e]

        INTEGRATION: CWS dba20blocker (1.12.116); FILE MERGED 2005/06/24 07:26:06 fs 1.12.116.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5bb42fac5ec22f93adb9fc732f5a7962f2a91558]

        INTEGRATION: CWS dba20blocker (1.86.72); FILE MERGED 2005/06/24 07:26:04 fs 1.86.72.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d3269676ebcda3d003622bdf2811fbbc97a3769d]

        INTEGRATION: CWS dba20blocker (1.7.66); FILE MERGED 2005/06/23 12:33:02 fs 1.7.66.1: copying fix for #i49390# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [0d630269cccfba94101ab221129d5736ce76b37b]

        INTEGRATION: CWS dba20blocker (1.9.66); FILE MERGED 2005/06/23 12:31:54 fs 1.9.66.1: copying fix for #i49390# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [349deda7c4918272343026ef6e1e0e8cac8dc1ab]

        INTEGRATION: CWS dba20blocker (1.6.66); FILE MERGED 2005/06/23 13:56:43 fs 1.6.66.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [302d432f0f2798fc751e1426b2e44c756024d1da]

        INTEGRATION: CWS dba20blocker (1.26.40); FILE MERGED 2005/06/23 13:56:43 fs 1.26.40.2: copying fix for #i50905# into this CWS 2005/06/23 11:01:16 fs 1.26.40.1: copying fix for #i50475# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [26550dbc4eab251512776b1b205022768f48af2b]

        INTEGRATION: CWS dba20blocker (1.12.58); FILE MERGED 2005/06/23 13:56:42 fs 1.12.58.2: copying fix for #i50905# into this CWS 2005/06/23 13:31:40 fs 1.12.58.1: copying fix for #i47311# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [81e07daae1847170f78c7d81e64669e19d2a9d1c]

        INTEGRATION: CWS dba20blocker (1.29.66); FILE MERGED 2005/06/23 13:56:42 fs 1.29.66.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e4dc4e4233698360339c77b944c028ddc79ab555]

        INTEGRATION: CWS dba20blocker (1.59.58); FILE MERGED 2005/06/24 09:13:27 fs 1.59.58.2: assertion spelling 2005/06/23 13:56:42 fs 1.59.58.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [70bc937bf47af1f50e4144e486226d8961b1dc66]

        INTEGRATION: CWS dba20blocker (1.3.58); FILE MERGED 2005/06/23 13:56:41 fs 1.3.58.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [2d2a1de705c8166d8247a2dc92048960196488c4]

        INTEGRATION: CWS dba20blocker (1.19.32); FILE MERGED 2005/06/23 13:56:41 fs 1.19.32.2: copying fix for #i50905# into this CWS 2005/06/23 11:03:52 fs 1.19.32.1: copying fix for #i49860# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [09b8fec7f693e062f08599cb99583538b0be9fb9]

        INTEGRATION: CWS dba20blocker (1.29.66); FILE MERGED 2005/06/23 13:56:40 fs 1.29.66.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [c3abc9ba32e52baa8b2b6e98916da3107d625479]

        INTEGRATION: CWS dba20blocker (1.5.2); FILE MERGED 2005/07/04 08:22:00 fs 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED 2005/06/23 13:56:40 fs 1.5.2.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [977095897e055dd1d53ef735fe0fdb5774a79c0c]

        INTEGRATION: CWS dba20blocker (1.4.52); FILE MERGED 2005/07/04 08:21:49 fs 1.4.52.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/23 13:56:40 fs 1.4.52.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [a66cb09952577a7a12c8cc368d4aad298bb536ff]

        INTEGRATION: CWS dba20blocker (1.2.784); FILE MERGED 2005/06/24 07:25:40 fs 1.2.784.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [ce7e28f8bd1da8a8900a01f78b849a0394bff0ff]

        INTEGRATION: CWS dba20blocker (1.2.784); FILE MERGED 2005/06/24 07:25:45 fs 1.2.784.1: copying fix for #121276# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d0bcad811700eda1a272a77ab1ef25ff7a7d1386]

        INTEGRATION: CWS dba20blocker (1.41.234); FILE MERGED 2005/06/23 12:54:44 fs 1.41.234.1: copying fix for #i47348# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [24e0bf5172186dbdf193f67462ac082792cb64af]

        INTEGRATION: CWS dba20blocker (1.38.44); FILE MERGED 2005/06/23 11:36:20 fs 1.38.44.1: copying fix for #i50470# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [9ff71587bd1ed43bd6f9e702202602e272105c68]

        INTEGRATION: CWS dba20blocker (1.12.70); FILE MERGED 2005/06/23 11:36:20 fs 1.12.70.1: copying fix for #i50470# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6572d9cc346fe0dbe1e5aeb121d6009f3eb1c082]

        INTEGRATION: CWS dba20blocker (1.9.626); FILE MERGED 2005/06/23 13:48:40 fs 1.9.626.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [54c86514c1ed6204bf41cf8a549c2fbd61c69cfd]

        INTEGRATION: CWS dba20blocker (1.4.366); FILE MERGED 2005/06/23 13:48:39 fs 1.4.366.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6c72fecbd26f73eac15f262f698b439476d1ff7f]

        INTEGRATION: CWS dba20blocker (1.2.486); FILE MERGED 2005/06/23 13:48:38 fs 1.2.486.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [c775422e271c8e8fff6a373c273bc793b84ae2df]

        INTEGRATION: CWS dba20blocker (1.4.196); FILE MERGED 2005/06/23 13:48:38 fs 1.4.196.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [0f4369edee09a8ecc843febbd432ef978c3e95ad]

        INTEGRATION: CWS dba20blocker (1.4.264); FILE MERGED 2005/06/23 13:48:37 fs 1.4.264.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [309f822298ac684698534e3f2938e3a63c367b96]

        INTEGRATION: CWS dba20blocker (1.3.366); FILE MERGED 2005/06/23 13:48:37 fs 1.3.366.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [6f7d8f5dbc95402ea96c9914ec2dbc14fef9be98]

        INTEGRATION: CWS dba20blocker (1.2.486); FILE MERGED 2005/06/23 13:48:36 fs 1.2.486.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [9592c6d3921200dd1392a3992ee5257cd4837092]

        INTEGRATION: CWS dba20blocker (1.8.90); FILE MERGED 2005/06/23 13:48:36 fs 1.8.90.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [335985a80277df9c291343202ece2aa041c8417d]

        INTEGRATION: CWS dba20blocker (1.51.140); FILE MERGED 2005/06/23 13:48:35 fs 1.51.140.1: copying fix for #i50905# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [08e4815d00bffdc53295d26ced986daa8fe2ab62]

        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>  [6fd1452bc1bd5bb7ccd22e1a0af075af9fa3acc6]

        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>  [c5d8df3a6e4439307224044421f25942cd00d9aa]

        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>  [abe702f9be874cf884fc330fc1fea20690644822]

        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-08  Oliver Bolte  <obo@openoffice.org>  [57d7925b71ff6f19f8c5e9315b45ec97320c5e60]

        INTEGRATION: CWS dba20blocker (1.2.34); FILE MERGED 2005/06/23 13:30:21 fs 1.2.34.1: copying fix for #i47143# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [1b514fe50a50cd3c91f954e2f3a63c7d83cde37f]

        INTEGRATION: CWS dba20blocker (1.2.34); FILE MERGED 2005/06/23 13:30:19 fs 1.2.34.2: copying fix for #i47143# into this CWS 2005/06/23 12:28:47 fs 1.2.34.1: copying fix for #i48480# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e2a425f916d75a1b7a11680c1139d9cdac99e552]

        INTEGRATION: CWS dba20blocker (1.2.34); FILE MERGED 2005/06/23 12:28:46 fs 1.2.34.1: copying fix for #i48480# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [eca4da89b0090174a7f94c9bedbff8fb464fcb54]

        INTEGRATION: CWS dba20blocker (1.4.50); FILE MERGED 2005/07/05 13:54:24 fs 1.4.50.1: copying fix for #i48480# into this CWS

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [52fe8af9d3bd2755890f980e87db9ef55ad740ed]

        INTEGRATION: CWS ab18 (1.107.32); FILE MERGED 2005/06/30 13:19:08 ab 1.107.32.1: #i51260# Added Basic library to patch

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [3f8a15fbeebf166f3fa6295003b0b7409993d29e]

        INTEGRATION: CWS ab18 (1.10.38); FILE MERGED 2005/06/29 11:25:45 ab 1.10.38.1: #i51260# SbiTokenizer::Next(): Save symbol in special handling for LINE INPUT

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b14782997a4256b81bb27ba8943c7e1ff9d780a5]

        INTEGRATION: CWS ab18 (1.22.36); FILE MERGED 2005/06/29 14:33:31 ab 1.22.36.1: #i49110# SbModule::LoadBinaryData(): Call LoadCompleted() to assign the module to the loaded subs

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [20eb3d473771e097c6bfa12b6a6e80f88cf751a3]

        INTEGRATION: CWS sb32 (1.103.16); FILE MERGED 2005/06/29 15:49:42 sb 1.103.16.1: #i43666#, #i47459# Missing PATCH flags.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [44a2ccc186efcab3657811527325cc6ed5695387]

        INTEGRATION: CWS sb32 (1.25.66); FILE MERGED 2005/04/29 08:10:32 sb 1.25.66.1: #i43666# Added support for Thai TIS620 to rtl_getTextEncodingFromUnixCharset (patch supplied by samphan@openoffice.org).

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5f909b51711d2e3e3c58fd63d1a040231ed5670e]

        INTEGRATION: CWS sb32 (1.2.132); FILE MERGED 2005/04/29 08:11:51 sb 1.2.132.1: #i43666# Added support for Thai TIS620 to rtl_getTextEncodingFromUnixCharset.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [5c3ca18ffcb59e74cab3006876d28061d8bc0c70]

        INTEGRATION: CWS sb32 (1.2.132); FILE MERGED 2005/04/29 08:12:35 sb 1.2.132.1: #i43666# Make sure C++ cout printing works on unxlngi.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b3a5161adbcc8241fa285cded598bd1e68081dd1]

        INTEGRATION: CWS sb32 (1.4.26); FILE MERGED 2005/05/03 10:20:50 sb 1.4.26.1: #i46903# Make sure that RM does not break for non-existing files, even on wntmsci 4NT < 400.

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [064b23bd2b99b1811091be47f9b07e2e3a0271db]

        INTEGRATION: CWS fwk14 (1.90.2); FILE MERGED 2005/06/02 08:37:40 cd 1.90.2.1: #i100000# Added patch flag for product patch

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [c83f9a270c362e2f9e9e70ecb0ea4c269deecfa8]

        INTEGRATION: CWS fwk14 (1.102.8); FILE MERGED 2005/06/02 13:48:24 cd 1.102.8.2: RESYNC: (1.102-1.103); FILE MERGED 2005/06/02 08:37:39 cd 1.102.8.1: #i100000# Added patch flag for product patch

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [ef4eb9daca15b148cfeef1393680b1a6ef1ec265]

        INTEGRATION: CWS fwk14 (1.177.4); FILE MERGED 2005/05/31 15:46:43 cd 1.177.4.2: RESYNC: (1.177-1.179); FILE MERGED 2005/05/25 11:15:18 as 1.177.4.1: #i43176# disable AutoSave/AutoRecovery/SessionManagement for -server -headless -norestore

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d63b1f88cf8cb4419c5df08c8c25f8c18df9a85b]

        INTEGRATION: CWS fwk14 (1.48.72); FILE MERGED 2005/05/31 14:51:24 cd 1.48.72.2: #i46092# New ctor to use a provided window parent for SfxPopupWindow 2005/05/31 13:45:24 cd 1.48.72.1: #i46092# New ctor to use a provided window parent for SfxPopupWindow

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [efc974ec9d1b339102630d982f2651ffb3a46894]

        INTEGRATION: CWS fwk14 (1.35.12); FILE MERGED 2005/05/19 08:38:48 cd 1.35.12.1: #i40043# Use user default filter for module

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [1fbf8c8ad2a74418d57e91b749a5e534aa23ee41]

        INTEGRATION: CWS fwk14 (1.43.46); FILE MERGED 2005/05/19 13:45:39 cd 1.43.46.1: #b6237408# Remove 'SynchronMode' from argument list to prevent problems with 'TransformParameters'

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [2b00fcde4d4595e07c514a527ce2e02868abd544]

        INTEGRATION: CWS fwk14 (1.63.108); FILE MERGED 2005/05/31 12:57:44 cd 1.63.108.2: #i46092# Use correct parent for floating windows 2005/05/30 15:49:17 cd 1.63.108.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b670f35c2513e312a4548ade71fb7d06695fa343]

        INTEGRATION: CWS fwk14 (1.8.106); FILE MERGED 2005/05/31 13:43:05 cd 1.8.106.2: #i46092# Use correct parent for floating windows 2005/05/30 15:49:16 cd 1.8.106.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [b6ad2971506094647ea4e532fcfdf5f8294a1dcd]

        INTEGRATION: CWS fwk14 (1.6.84); FILE MERGED 2005/05/31 13:43:04 cd 1.6.84.2: #i46092# Use correct parent for floating windows 2005/05/30 15:49:15 cd 1.6.84.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [01db90cc9c91cbb8109a19f05caedcec6efca68e]

        INTEGRATION: CWS fwk14 (1.6.108); FILE MERGED 2005/05/31 12:57:44 cd 1.6.108.2: #i46092# Use correct parent for floating windows 2005/05/30 15:49:14 cd 1.6.108.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [f431db54a74d215b0eb999c805f111ad925e654b]

        INTEGRATION: CWS fwk14 (1.4.676); FILE MERGED 2005/05/31 12:57:43 cd 1.4.676.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [474d4f320626294391b16bfb9624811817f691e0]

        INTEGRATION: CWS fwk14 (1.7.160); FILE MERGED 2005/05/24 09:46:44 cd 1.7.160.1: #i49586# Extend toolbar configuration dialog to support module toolbars to be stored in documents

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e62f3a274dc5da0c444a51001434073ac42a7850]

        INTEGRATION: CWS fwk14 (1.21.26); FILE MERGED 2005/06/01 10:46:18 cd 1.21.26.2: #i49586# Set local flag only when value is in the hash_map 2005/05/24 09:46:43 cd 1.21.26.1: #i49586# Extend toolbar configuration dialog to support module toolbars to be stored in documents

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [858c78541ae0393f2066d54ebeaa4da1c6d9bc24]

        INTEGRATION: CWS fwk14 (1.5.276); FILE MERGED 2005/05/31 13:43:04 cd 1.5.276.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [1ca04606f459bec1363ba88b59138d6082dcd2a6]

        INTEGRATION: CWS fwk14 (1.6.276); FILE MERGED 2005/05/31 13:43:03 cd 1.6.276.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [ac6517dc495812ceb8832c1e412e33d7a7d028b5]

        INTEGRATION: CWS fwk14 (1.4.276); FILE MERGED 2005/05/31 12:57:42 cd 1.4.276.1: #i46092# Use correct parent for floating windows

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [230ca7cd493001ff74e600643239681ead1f16aa]

        INTEGRATION: CWS fwk14 (1.1.2); FILE ADDED 2005/05/30 11:13:17 cd 1.1.2.1: #123136# Added missing swedish icons

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [7a58856fb253dbbcccdb972ed82adafc9d5f9aee]

        INTEGRATION: CWS fwk14 (1.1.2); FILE ADDED 2005/05/30 11:13:16 cd 1.1.2.1: #123136# Added missing swedish icons

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [4cd23cb58d6a51aed4f806a72eb49ce949165f2a]

        INTEGRATION: CWS fwk14 (1.1.2); FILE ADDED 2005/05/30 11:13:25 cd 1.1.2.1: #123136# Added missing swedish icons

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d5d0b2c22601a98d8a1f325f1525f4cd281176c5]

        INTEGRATION: CWS fwk14 (1.1.2); FILE ADDED 2005/05/30 11:13:15 cd 1.1.2.1: #123136# Added missing swedish icons

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e9172582ecc8cb4d2dcc1f684db2f08c16e74efd]

        INTEGRATION: CWS fwk14 (1.1.2); FILE ADDED 2005/05/30 11:13:14 cd 1.1.2.1: #123136# Added missing swedish icons

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [d98f48c5cef56c5359a193b6e3a50a85a0355387]

        INTEGRATION: CWS fwk14 (1.12.64); FILE MERGED 2005/05/24 09:50:29 cd 1.12.64.1: #i49586# A default entry must be reused for insertSettings to work correctly

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [3b13faaf48e307e98d3462b81fd6e3ea147cdf40]

        INTEGRATION: CWS fwk14 (1.9.66); FILE MERGED 2005/05/24 09:49:13 cd 1.9.66.1: #i49586# Remove of streams must be finished with commit on owner storage

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [f156e38cabd166f7fcac6c656669ef47c2b49eed]

        INTEGRATION: CWS fwk14 (1.5.66); FILE MERGED 2005/05/24 09:49:12 cd 1.5.66.1: #i49586# Remove of streams must be finished with commit on owner storage

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [fb26c82a050212629aa3cb019e930bd4ab265f1c]

        INTEGRATION: CWS fwk14 (1.7.18); FILE MERGED 2005/05/25 11:20:22 as 1.7.18.1: #i43176# disable AutoSave/AutoRecovery/SessionManagement for -server -headless -norestore

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [e9c731cc661ce75ed5c2ecc194691c2cbbec5710]

        INTEGRATION: CWS fwk14 (1.5.74); FILE MERGED 2005/05/25 08:35:35 as 1.5.74.1: #i46497# dont forget shared storages if one(!) temp. client will be released

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [45fcd67abdb0c9638a1553b25caeb5323f740af5]

        INTEGRATION: CWS fwk14 (1.9.74); FILE MERGED 2005/05/25 08:35:33 as 1.9.74.1: #i46497# dont forget shared storages if one(!) temp. client will be released

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [2a332d7aeb0857313087567b9b50bfd0cbf2c0b7]

        INTEGRATION: CWS fwk14 (1.4.34); FILE MERGED 2005/05/25 11:20:22 as 1.4.34.1: #i43176# disable AutoSave/AutoRecovery/SessionManagement for -server -headless -norestore

2005-07-08  Oliver Bolte  <obo@openoffice.org>  [7c4f8b042e3d85284f5a86df4422c472a5bc80eb]

        INTEGRATION: CWS fwk14 (1.13.26); FILE MERGED 2005/06/01 08:40:24 as 1.13.26.3: #i49450# dont add last tried filter if no import filter was found 2005/05/31 15:19:59 cd 1.13.26.2: RESYNC: (1.13-1.14); FILE MERGED 2005/05/25 08:12:09 as 1.13.26.1: #i49450# improve filter search if dynamicly added/changed filters are involved (xslt filters!)

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [6df34fc021419f6772f91220269933b30344d9ca]

        #i10000# typo (dot missing)

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [8c5e4f0badb96ef84dceb2b7b07310c2c13afe76]

        INTEGRATION: CWS lostformating (1.90.78); FILE MERGED 2005/07/04 09:48:46 sab 1.90.78.1: #i51292#; use temp object

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [6230d0ec240fe9b7e8cbff0c280ae12feee24c86]

        INTEGRATION: CWS impress62 (1.107.28); FILE MERGED 2005/06/29 11:20:12 af 1.107.28.1: Added libsd and libsdui

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [9ea8d3676864b65e013e8ae988c210707f4ac238]

        INTEGRATION: CWS impress62 (1.42.98); FILE MERGED 2005/06/28 15:56:54 af 1.42.98.1: #i49761# Disbled drag-and-drop of master pages.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [ff2eb1f915e438e50f5a314efc468018ac3cbc52]

        INTEGRATION: CWS impress62 (1.19.170); FILE MERGED 2005/06/29 09:29:41 af 1.19.170.1: #i43497# Fixed starting an in-place slide show.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [474f1027fb85d2b2a04e3b710357b45f3e9b6916]

        INTEGRATION: CWS impress62 (1.25.166); FILE MERGED 2005/06/29 08:22:05 af 1.25.166.1: #i47538# Initialize the number of SlidesPerRow with the old value of 4 instead of 0 (automatic).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [9b37f3863c87874b58dd60f6ca394950274a0217]

        INTEGRATION: CWS impress62 (1.53.118); FILE MERGED 2005/06/29 09:30:29 af 1.53.118.1: #i43497# Fixed the handling of the SID_PRESENTATION_END slot.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [a56c0e07f80b3155aa3ab06eabdcab4adf9e6a37]

        INTEGRATION: CWS impress62 (1.35.160); FILE MERGED 2005/06/29 09:31:10 af 1.35.160.1: #i43497# Removed unnecessary code for indirectly starting the slide show.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [46ae2eeaa6158de07447c7c4641bc8758f787049]

        INTEGRATION: CWS impress62 (1.12.100); FILE MERGED 2005/06/28 16:28:53 af 1.12.100.1: #i49904# There is now one property info structure per controller.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [c8e7514a1307f518381ae3911b218f463948da86]

        INTEGRATION: CWS impress62 (1.3.170); FILE MERGED 2005/06/29 08:11:24 af 1.3.170.1: #i47879# Catching exceptions when rendering page objects.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f3075ae864ebbdc61d231f1e9bddc92314b8bfd3]

        INTEGRATION: CWS impress62 (1.4.54); FILE MERGED 2005/06/29 09:32:23 af 1.4.54.1: #i43497# Fixed the ConnectToController() and DisconnectFromController() methods to properly handle failed connects.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [a8955ee29ede777dd38d6c5b470264408633b8d8]

        INTEGRATION: CWS impress62 (1.4.96); FILE MERGED 2005/06/29 08:12:42 af 1.4.96.1: #i47879# Compiling SlsPageObjectViewObjectContact.cxx with exception support.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [206ab44da9e639b4bd60ee090377646b828f2c5c]

        INTEGRATION: CWS impress62 (1.8.94); FILE MERGED 2005/06/29 08:42:28 af 1.8.94.3: #i44827# Corrected the interpretation of the transition type in PaintFadeEffectIndicator. 2005/06/29 08:29:56 af 1.8.94.2: #i47134# Adding another pixel to the border left of the page number. 2005/06/29 08:13:44 af 1.8.94.1: #i47879# Catching exceptions when rendering page objects.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [911d63ea8559263806476445fbedde0382dc7c67]

        INTEGRATION: CWS impress62 (1.5.76); FILE MERGED 2005/06/29 08:30:25 af 1.5.76.1: #i47134# Fixed a type on a comment.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f5e2a48a3733b342cc15a125e36640f044a204de]

        INTEGRATION: CWS impress62 (1.2.100); FILE MERGED 2005/06/29 08:31:08 af 1.2.100.1: #i47134# The font is now taken directly from the application style settings.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [e0df727f5134fe58148638e3b34e480150212aee]

        INTEGRATION: CWS impress62 (1.12.96); FILE MERGED 2005/06/29 08:23:46 af 1.12.96.2: #i47538# Do not set 0 as value of SlidesPerRow at the FrameView. 2005/06/28 16:15:25 af 1.12.96.1: #i50909# Move the SelectedPage index of the FrameView into the valid range.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [381f6501bf7e811d4fd39b277f40f726ca0a61ac]

        INTEGRATION: CWS impress62 (1.7.96); FILE MERGED 2005/06/29 08:15:07 af 1.7.96.1: #i47879# Changed the documentation of CreatePreview().

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [3554f2447a41bc1ff43b1dad07c74a4c765c33a5]

        INTEGRATION: CWS impress62 (1.4.306); FILE MERGED 2005/06/29 08:31:44 af 1.4.306.1: #i47134# Added a comment for SetPageNumberAreaModelSize().

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [95c90ab2f8ec141330b4a1234ab01070fb94284e]

        INTEGRATION: CWS impress62 (1.5.76); FILE MERGED 2005/06/28 16:03:20 af 1.5.76.1: #i49761# Added IsDropAccepted() method.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [ac9b0545ada0905b2ada1c964b7571c4a46508fe]

        INTEGRATION: CWS impress62 (1.9.76); FILE MERGED 2005/06/29 08:08:52 af 1.9.76.1: #i47879# Fixed the reentrance guard of the Paint() method.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [d1d052f8c087528340ee93cef0c99b57ac55c8b1]

        INTEGRATION: CWS impress62 (1.4.96); FILE MERGED 2005/06/29 08:16:27 af 1.4.96.1: #i47879# Compiling SlideSorterController.cxx with exception support.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [726c583ee5e4a6c46518095ed16e3c3e737c402f]

        INTEGRATION: CWS impress62 (1.16.60); FILE MERGED 2005/06/29 09:33:07 af 1.16.60.3: #i43497# Adapted the ShowSlideShow() method to properly use the PaneManager. 2005/06/28 16:34:59 af 1.16.60.2: #i49782# Fixed the renaming of slides and master pages. 2005/06/28 16:02:19 af 1.16.60.1: #i49761# Disabled copy-and-paste of master pages.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [64bd6aa32641c6aec3ffd26d963f895e0d5d2089]

        INTEGRATION: CWS impress62 (1.4.76); FILE MERGED 2005/06/29 09:33:42 af 1.4.76.1: #i43497# Hiding the scroll bars and the scroll bar filler by default.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [407c5790ee5af39c17ed67ea3bb5c6bd4ec79b98]

        INTEGRATION: CWS impress62 (1.2.370); FILE MERGED 2005/06/28 16:30:37 af 1.2.370.1: #i49904# Storing (weak) reference to XController.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [036f14a771b3d480ae90eb72db77efbfaf0eafc1]

        INTEGRATION: CWS impress62 (1.7.96); FILE MERGED 2005/06/28 16:29:34 af 1.7.96.1: #i49904# Updating edit mode when controller is exchanged.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [25aff2c5bf2af267793c9aa39be572076889270d]

        INTEGRATION: CWS impress62 (1.12.74); FILE MERGED 2005/06/28 16:01:04 af 1.12.74.1: #i49761# Disabled copy-and-paste and drag-and-drop of master pages.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [7df78ca790adfb9c2db87b585d3aa7b10181eb75]

        INTEGRATION: CWS impress62 (1.18.74); FILE MERGED 2005/06/29 08:17:40 af 1.18.74.1: #i47879# Fixed the reentrance guard of the Paint() method.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [537fcb66138908d1ea95d75566cf4909eef6e51c]

        INTEGRATION: CWS impress62 (1.6.138); FILE MERGED 2005/06/29 08:18:48 af 1.6.138.1: #i47879# Removed compiler warning.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f2677ee5cb6feec4a007db0bfa7f77f0245b3a87]

        INTEGRATION: CWS impress62 (1.8.222); FILE MERGED 2005/06/28 16:28:38 af 1.8.222.1: #i49904# There is now one property info structure per controller.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [0d1bff45d406ab678ea002da9b89f419e0638f88]

        INTEGRATION: CWS impress62 (1.24.100); FILE MERGED 2005/06/29 08:43:16 af 1.24.100.1: #i44827# Moved implementation of some inline methods here from sdpage.hxx. Added ActionChanged() calls to the set methods.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [781da38c4b2a8f75b73c398c95de1f6b39cfb957]

        INTEGRATION: CWS impress62 (1.22.140); FILE MERGED 2005/06/29 08:44:08 af 1.22.140.1: #i44827# Moved implementation of some inline methods to sdpage2.cxx

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [765599146d703a6ff75ed45e19786087ec54c594]

        INTEGRATION: CWS jl22 (1.56.36); FILE MERGED 2005/06/24 12:54:21 jl 1.56.36.2: #i37020 2005/06/23 08:23:40 jl 1.56.36.1: #i37020# javainteractionhandler is now in swtools. Therfore remove JVMFWKLIB and add svtools

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [780296bb2a0efa00b6c08f196a694ab2b71a5d51]

        INTEGRATION: CWS jl22 (1.35.92); FILE MERGED 2005/06/16 14:34:13 jl 1.35.92.1: #i37020# The JavaInterceptionHandler and JavaContext moved to svtools/source/java, because it is also used from several projects. Currently these are desktop and sfx

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [dfdd1f163f0182022c41715b0a819f229870c039]

        INTEGRATION: CWS jl22 (1.94.8); FILE MERGED 2005/07/01 11:53:28 jl 1.94.8.2: #i37020# added PATCH flag for some libs, soffice.bin, sandbox, utl, officebean.dll 2005/06/29 09:11:04 jl 1.94.8.1: #i37020# added PATCH flag for soffice

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [63d6ee621826f5c0575db8c9ed9d66e0a7dc3523]

        INTEGRATION: CWS jl22 (1.2.272); FILE MERGED 2005/06/22 14:58:45 jl 1.2.272.1: #i37020

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [ebd112a89594303f0e1006d013d73953e8daf81c]

        INTEGRATION: CWS jl22 (1.62.164); FILE MERGED 2005/06/16 14:34:12 jl 1.62.164.1: #i37020# The JavaInterceptionHandler and JavaContext moved to svtools/source/java, because it is also used from several projects. Currently these are desktop and sfx

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [b8289573024f663c0596dbe7edf7d259ef463968]

        INTEGRATION: CWS jl22 (1.17.164); FILE MERGED 2005/06/16 14:34:11 jl 1.17.164.1: #i37020# The JavaInterceptionHandler and JavaContext moved to svtools/source/java, because it is also used from several projects. Currently these are desktop and sfx

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [196946e0383db12b1fac939256fc180cca23af3e]

        INTEGRATION: CWS jl22 (1.179.16); FILE MERGED 2005/06/16 14:34:10 jl 1.179.16.1: #i37020# The JavaInterceptionHandler and JavaContext moved to svtools/source/java, because it is also used from several projects. Currently these are desktop and sfx

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [3516bab9d2864f7745001b12be6d02558e2af00f]

        INTEGRATION: CWS jl22 (1.15.26); FILE MERGED 2005/06/29 09:14:01 jl 1.15.26.1: #i37020# added gid_File_Res_Svp

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [4b4b0960c4ed0f884dab4e56a8639cd78406b180]

        INTEGRATION: CWS jl22 (1.21.100); FILE MERGED 2005/07/04 11:56:05 is 1.21.100.2: #124119# new macro for PATCH_ONLY files 2005/06/29 09:08:29 jl 1.21.100.1: #i37020# added svp resource (svtools patch resource)

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [c4d7d15467d5ce52feb8b0b48a3e8a0eb69773ba]

        INTEGRATION: CWS jl22 (1.107.24); FILE MERGED 2005/07/01 11:53:27 jl 1.107.24.2: #i37020# added PATCH flag for some libs, soffice.bin, sandbox, utl, officebean.dll 2005/06/29 09:11:50 jl 1.107.24.1: #i37020# addet PATCH flag for svtools (svt)

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [eb116c6f08da44a110e1f15e5f486c73c719b330]

        INTEGRATION: CWS jl22 (1.13.30); FILE MERGED 2005/07/04 11:54:41 is 1.13.30.1: #124119# new macro for PATCH_ONLY files

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [5dce6e1a08e5a7b48b59d733e232c58a9a9bf207]

        INTEGRATION: CWS jl22 (1.1.26); FILE MERGED 2005/06/20 14:32:25 jl 1.1.26.1: #i48392# replace assert macro by function ThrowException

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [64188a68363ee70409c80d68a71eb4d53f6e90ff]

        INTEGRATION: CWS jl22 (1.2.16); FILE MERGED 2005/06/20 14:32:24 jl 1.2.16.1: #i48392# replace assert macro by function ThrowException

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [eb99e74c6248c4bc60f4191154ea18319550b28d]

        INTEGRATION: CWS jl22 (1.2.26); FILE MERGED 2005/06/29 14:25:58 jl 1.2.26.1: #i51343#  deprecated methods

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [279355c1f0fba910a31bfa5d76df7fa041985307]

        INTEGRATION: CWS jl22 (1.10.12); FILE MERGED 2005/06/30 14:32:07 jl 1.10.12.3: #i51404# pointing out to using -Dcom.sun.star.officebean.Options=-norestore to prevent crash due to i50651 2005/06/29 15:11:54 jl 1.10.12.2: #51343# 2005/06/29 14:25:57 jl 1.10.12.1: #i51343#  deprecated methods

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [d821bc032bb09240897e50698967723ad7e42462]

        INTEGRATION: CWS jl22 (1.2.26); FILE MERGED 2005/06/29 14:25:57 jl 1.2.26.1: #i51343#  deprecated methods

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [2a6b4e0843c646c0a4d6a50de58414e2de7b673d]

        INTEGRATION: CWS jl22 (1.3.16); FILE MERGED 2005/06/29 14:24:23 jl 1.3.16.1: #i51343#  LocalOfficeWindow.removeNotify

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [45c6a5a44e35487a65872a4fbff36a98eaa9fd0f]

        INTEGRATION: CWS jl22 (1.7.12); FILE MERGED 2005/06/30 09:04:30 jl 1.7.12.3: #51343# 2005/06/29 09:48:28 jl 1.7.12.2: #i51343# if one bean dies it kills all others 2005/06/24 06:42:47 jl 1.7.12.1: #i48686# When starting the office, its stdout and stderr are permanently read by separate threads

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [d496091740b2c84e58592f64d8037cdc8c7c7b09]

        INTEGRATION: CWS jl22 (1.2.26); FILE MERGED 2005/06/29 14:25:15 jl 1.2.26.1: #i51343#  deprecated methods

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [ff380cf8803a9afe0ad451cebbed1e28b8024f73]

        INTEGRATION: CWS jl22 (1.43.84); FILE MERGED 2005/06/30 12:32:53 jl 1.43.84.2: #i37020 2005/06/16 14:39:53 jl 1.43.84.1: #i37020# We set a JavaContext in order to only once show java error messages during a user action

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [02273dff930597cdb15a98d00ade1ecfbceec629]

        INTEGRATION: CWS jl22 (1.11.10); FILE MERGED 2005/06/20 15:18:19 jl 1.11.10.1: #44412#enum identifyer renamed. Caused breakage with jdk15

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [c269bfa58b04d576b47b4d51c7f653809f0700d9]

        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>  [22cf9a53d2cf272b34fe29e2571dae187254426c]

        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>  [86b93d6cfa88e21267372e3e813391626266ef96]

        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>  [b3ad0b53f6aae69ab2e02dac5bdba6d38e2a5dd2]

        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>  [53b5e35cb81ce4fe75522c9532ef8ae89e5af308]

        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>  [abaa8cdbff4385c95480b43b4816ce1a55405c18]

        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>  [a201ac905af0ee86b74eaaabe80189b9dc16c970]

        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>  [73dbeae89bb89b156b412a61cea3c632fe8e7212]

        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>  [58232722b085bf5a70445def0c9edc240474c887]

        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>  [cb612cce825f378ffefec077a1405026a54aba9b]

        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>  [3fd428f59502aa60019f8efab200f89afa50f541]

        INTEGRATION: CWS sb33 (1.4.8); FILE MERGED 2005/06/29 15:38:01 sb 1.4.8.1: #124002# Missing PATCH flags.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [00abc9edf68f31a2a1cc935e6ca41347771e8d23]

        INTEGRATION: CWS sb33 (1.92.10); FILE MERGED 2005/06/29 15:38:00 sb 1.92.10.3: #124002# Missing PATCH flags. 2005/06/29 07:37:11 sb 1.92.10.2: RESYNC: (1.92-1.95); FILE MERGED 2005/06/15 13:33:34 sb 1.92.10.1: #i49105#, #i50656# Include jurt.jar in patch.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [b2091356858d1d65c9db0609b9126f07d98bc129]

        INTEGRATION: CWS sb33 (1.107.22); FILE MERGED 2005/06/29 15:38:00 sb 1.107.22.1: #124002# Missing PATCH flags.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [5298fff0d2dc2ebb0ab1618ff3441505d243e5d3]

        INTEGRATION: CWS sb33 (1.2.164); FILE MERGED 2005/07/01 08:05:45 sb 1.2.164.2: #120220# OOoRunner.jar needs ridl.jar at runtime. 2005/06/30 14:06:18 sb 1.2.164.1: #120220# OOoRunner.jar needs unoil.jar at runtime.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [d770dd8446290ee2b0fd6efd80ce6ca47e1b998f]

        INTEGRATION: CWS sb33 (1.2.28); FILE MERGED 2005/07/06 09:43:01 sb 1.2.28.1: #124119# Merged in 1.2.22.2.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [fd2cac17fc0e1c4c8d0a6db571b0f50ca0dc88f1]

        INTEGRATION: CWS sb33 (1.22.4); FILE MERGED 2005/06/29 13:56:53 sb 1.22.4.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [9221962ac4697a4dc2f3a5e98186a3684f2f801e]

        INTEGRATION: CWS sb33 (1.1.2); FILE ADDED 2005/06/30 16:51:07 sb 1.1.2.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [0b018bdfcd750edd4b92b039cc299c8201f7775c]

        INTEGRATION: CWS sb33 (1.1.2); FILE ADDED 2005/06/30 16:50:54 sb 1.1.2.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [fa444206b672d442ba81dde7b1a2a8146441604e]

        INTEGRATION: CWS sb33 (1.2.108); FILE MERGED 2005/06/30 16:50:13 sb 1.2.108.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [dea888e1bc0023d314626661c4f7f5ce594426a0]

        INTEGRATION: CWS sb33 (1.13.48); FILE MERGED 2005/06/30 16:50:13 sb 1.13.48.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [5b54af95d00b24371b7c323090808b092034c770]

        INTEGRATION: CWS sb33 (1.7.58); FILE MERGED 2005/06/30 16:50:13 sb 1.7.58.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f11697ce13004b53c2ce5c0a142cb4c181f7f9f0]

        INTEGRATION: CWS sb33 (1.5.8); FILE MERGED 2005/06/30 16:50:12 sb 1.5.8.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [bf4a33a31680c47fd881b8d1c671cabdc8bc1485]

        INTEGRATION: CWS sb33 (1.6.124); FILE MERGED 2005/06/30 16:50:11 sb 1.6.124.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [212da86aed305157e9a1581bc18ee95ad471ccb2]

        INTEGRATION: CWS sb33 (1.11.8); FILE MERGED 2005/06/30 16:50:11 sb 1.11.8.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [6460ca95347dad625478f25daeec048c35832100]

        INTEGRATION: CWS sb33 (1.13.178); FILE MERGED 2005/06/15 09:17:48 sb 1.13.178.1: #i50656# Improved the information available to clients about exceptions thrown across the bridge.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [c0f4929b3097037561c47ce05e9fd5b848e84bee]

        INTEGRATION: CWS sb33 (1.40.6); FILE MERGED 2005/06/15 09:48:21 sb 1.40.6.1: #i49105# Replaced three-state _state_ with boolean _disposed_, to prevent a potential deadlock.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [2e054dc6068ff54659f847a76b3d5c6b95289a85]

        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-07  Oliver Bolte  <obo@openoffice.org>  [46d2f4623664f9f4c7678a5276c0e2dbd2776204]

        INTEGRATION: CWS sb33 (1.5.2); FILE MERGED 2005/06/29 13:54:09 sb 1.5.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f8d27321d072c5d28de8c6d8940db499af2cbe64]

        INTEGRATION: CWS sb33 (1.7.2); FILE MERGED 2005/06/29 13:54:08 sb 1.7.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [0cbb9ec2a1b0b54227d6ce3e55a66e33b6118003]

        INTEGRATION: CWS sb33 (1.2.2); FILE MERGED 2005/06/29 13:54:08 sb 1.2.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [3d51aebabb160607e64d71c194222b51418d01f1]

        INTEGRATION: CWS sb33 (1.2.2); FILE MERGED 2005/06/29 13:54:07 sb 1.2.2.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [9fa767687985e320952154268400b74817d1e1ef]

        INTEGRATION: CWS sb33 (1.3.62); FILE MERGED 2005/07/01 07:55:02 sb 1.3.62.1: #120220# Adapted.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [7499cffb6c48d0e7cbe98ce09195772abfdc593a]

        INTEGRATION: CWS sb33 (1.2.200); FILE MERGED 2005/06/30 15:22:10 sb 1.2.200.2: #120220# Minor simplification. 2005/06/30 14:53:45 sb 1.2.200.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [fa57d311e5a114f18e2ed7b5ef58270080352d57]

        INTEGRATION: CWS sb33 (1.6.62); FILE MERGED 2005/06/30 14:53:43 sb 1.6.62.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [2f90c0e2aa886a02c17144bd4bde4172f6520284]

        INTEGRATION: CWS sb33 (1.2.200); FILE MERGED 2005/06/30 14:53:42 sb 1.2.200.1: #120220# Adapted to changed uno_getEnvironment(..., java, pContext).

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [f0302ba1edc7f74f1240678ccd34b4c10775c12f]

        INTEGRATION: CWS sb33 (1.19.4); FILE MERGED 2005/06/29 15:56:53 sb 1.19.4.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [a2b875130f147d5a60f864cae26a835b1138b718]

        INTEGRATION: CWS sb33 (1.16.4); FILE MERGED 2005/06/29 14:01:38 sb 1.16.4.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [1525c6f140f8e6d34a75d7970fcbf44c5eaa56a7]

        INTEGRATION: CWS sb33 (1.10.4); FILE MERGED 2005/06/29 14:01:38 sb 1.10.4.1: #i51091# Changed occurences of jobject in the jvmaccess API to void* to avoid different mangled C++ names for different JDKs.

2005-07-07  Oliver Bolte  <obo@openoffice.org>  [e6ab417e9a7e258a28b2643a63ef001ac3ac5434]

        INTEGRATION: CWS sb33 (1.2.2); FILE MERGED 2005/06/29 12:32:17 sb 1.2.2.1: #i51194# Make sure build works w/o SOLAR_JAVA (patch supplied by kendy).

2005-07-06  Oliver Bolte  <obo@openoffice.org>  [841550d8462f9cdd3782bcb7719f40a6385a2e1e]

        SRC680

2005-07-06  Oliver Bolte  <obo@openoffice.org>  [96fdbe8e5b2d85681296fc57bee107efec14f01b]

        INTEGRATION: CWS vcl41 (1.107.6); FILE MERGED 2005/06/24 12:30:11 pl 1.107.6.1: #i50364# #i49004# add patch flags for spa and pdffilter

2005-07-06  Oliver Bolte  <obo@openoffice.org>  [48d669335aa57e60fd02802016122ad96c633fb3]

        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>  [e95e792c259c182a3ac8a32458677a1b981f0c14]

        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>  [ea048a2a183dc3ab22c5912610974ea4fe07632d]

        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>  [c90412c26ef6ec4bdd44bd3053044a50cec16f02]

        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>  [40a25b1367a35e53aa5add840feaae7fcb516b4a]

        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>  [be91f4f42ff976c56bba217d522480d9b65aa62d]

        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>  [0d24eeba451316ad1879a355b82a2c66db14eb1f]

        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>  [ffddeeb19c2f2773c3f6fa3401e75cdecf3fe8c5]

        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>  [eca97be9121ca42f439f094a0e74e36e6770184e]

        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>  [36acc10861de56c9775debaa9348c762dc7dfd35]

        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>  [f66acebeb0d58a2e729cfc0f1ea3f2adbe9b9853]

        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>  [7fa6caae06664e85db79014d4d6622051ca5561e]

        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>  [d20ceede1b3b51a9491b799980055fd4a8cf3f3a]

        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>  [248b43dadb1abdc2a34c8c9363898be515881776]

        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>  [ab57ad39dea31ec95a8b8a6fcae32191009e287d]

        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>  [1d4093300900f5ea803f59812291e4c475dd126c]

        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-06  Oliver Bolte  <obo@openoffice.org>  [d78b9a170507768e9b2cb8245c27df78ac1fe89a]

        INTEGRATION: CWS vcl41 (1.48.124); FILE MERGED 2005/06/20 12:39:48 ssa 1.48.124.1: #i48549# search system window manually to properly remove popupwindow from taskpanelist

2005-07-06  Oliver Bolte  <obo@openoffice.org>  [add2582e71daa340d26f9656b499b52a179fb865]

        INTEGRATION: CWS vcl41 (1.36.56); FILE MERGED 2005/06/24 11:25:40 pl 1.36.56.1: #i49004# support 8 bit grayscale jpeg

2005-07-05  Rüdiger Timm  <rt@openoffice.org>  [6fe0609e1940854523fcfc11ac7ba2e9e7106664]

        Download sets for URE.

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [6c12a6d629a9ccc4f4dd2de5830125c2456ef900]

        INTEGRATION: CWS lostgrouping (1.20.76); FILE MERGED 2005/06/29 22:33:29 sab 1.20.76.1: #i51366#; create Element in special block

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [d8d1f21948643ec214c560e98b8b60164d39d3da]

        INTEGRATION: CWS sch10 (1.4.178); FILE MERGED 2005/06/30 09:50:18 bm 1.4.178.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [528fa3de67f42671cd5b268feb678144dc0bc91c]

        INTEGRATION: CWS sch10 (1.18.242); FILE MERGED 2005/06/30 09:50:17 bm 1.18.242.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [1363b04f3555441c829f86d78061b6cc963deea8]

        INTEGRATION: CWS sch10 (1.32.178); FILE MERGED 2005/06/30 09:50:17 bm 1.32.178.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [2a0509ad6482cabd41992ff240d0a4381e2479b8]

        INTEGRATION: CWS sch10 (1.30.178); FILE MERGED 2005/06/30 09:50:17 bm 1.30.178.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [8dfa04996611acc861905db92cd234323e9fdf71]

        INTEGRATION: CWS sch10 (1.11.602); FILE MERGED 2005/06/30 09:50:16 bm 1.11.602.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [5dbe96fb0e1c615ca0bf8300609b2b39c8cc5cb8]

        INTEGRATION: CWS sch10 (1.30.192); FILE MERGED 2005/06/30 09:50:15 bm 1.30.192.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [06c9c4aec2efb97d0b5ae8036ef3bddcdc643ecd]

        INTEGRATION: CWS sch10 (1.22.180); FILE MERGED 2005/06/30 09:49:38 bm 1.22.180.1: #i51307# set size/position and 3d scene properties only if necessary, i.e. when respective attributes have been read

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [305b5ef99af2d28800eeca48738a183f17633665]

        INTEGRATION: CWS qwizardsbfooo20 (1.90.4); FILE MERGED 2005/06/28 13:26:19 bc 1.90.4.1: #i41296#Basic FormWizard removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [762660d085a4cbc1d94667fcffc9e4ebe2b22b8e]

        INTEGRATION: CWS qwizardsbfooo20 (1.29.50); FILE MERGED 2005/06/28 13:26:18 bc 1.29.50.1: #i41296#Basic FormWizard removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [34a42348db38cf2eb829cd10b6462e689b5c970e]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.270); FILE MERGED 2005/06/10 14:39:11 bc 1.5.270.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [c62ad9ca629f81451f96bf4c2c332420bbe17cff]

        INTEGRATION: CWS qwizardsbfooo20 (1.3.80); FILE MERGED 2005/06/10 14:39:10 bc 1.3.80.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [30e14840fea51f85091925f95d512d3d701fdd37]

        INTEGRATION: CWS qwizardsbfooo20 (1.2.148); FILE MERGED 2005/06/10 14:39:10 bc 1.2.148.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [b83ac6bf7363709d1eebeec618c82c23f0333fab]

        INTEGRATION: CWS qwizardsbfooo20 (1.1.324); FILE MERGED 2005/06/10 14:39:09 bc 1.1.324.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [856f726b60468e769c2fca82c4730271625d3bb5]

        INTEGRATION: CWS qwizardsbfooo20 (1.10.102); FILE MERGED 2005/06/10 14:39:08 bc 1.10.102.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [e1abe867450c14e1192911729d938f55c3267f9f]

        INTEGRATION: CWS qwizardsbfooo20 (1.8.102); FILE MERGED 2005/06/10 14:39:08 bc 1.8.102.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [5a9db020958770dabddfd49cb4501a78a3105f1d]

        INTEGRATION: CWS qwizardsbfooo20 (1.7.76); FILE MERGED 2005/06/10 14:39:07 bc 1.7.76.1: #i45586# all Basic modules made readonly

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [229fb6dc697ca3c71140de7cd6f779bc79b491aa]

        INTEGRATION: CWS qwizardsbfooo20 (1.36.10); FILE MERGED 2005/06/10 14:36:40 bc 1.36.10.1: #i47653#Formwizard removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [9bf44494e5eec9905556e3d8a2ae8520399a9483]

        INTEGRATION: CWS qwizardsbfooo20 (1.6.34); FILE MERGED 2005/06/13 10:13:18 bc 1.6.34.1: #i41296# StoppedbyUserInteraction removed Issue number: Submitted by: Reviewed by:

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [a156d9240eee16e49125e26a28a3d704c6fd20cb]

        INTEGRATION: CWS qwizardsbfooo20 (1.6.14); FILE MERGED 2005/06/13 11:09:53 bc 1.6.14.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [c60ce712225d61573893b115a16143245641933f]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.36); FILE MERGED 2005/06/13 10:13:17 bc 1.5.36.1: #i41296# StoppedbyUserInteraction removed Issue number: Submitted by: Reviewed by:

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [5ca0816a90e6d64d8d1195405b4f111149af680c]

        INTEGRATION: CWS qwizardsbfooo20 (1.7.32); FILE MERGED 2005/06/13 11:09:53 bc 1.7.32.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [a9bb8157c039ad050471f0868179a30a98498438]

        INTEGRATION: CWS qwizardsbfooo20 (1.8.32); FILE MERGED 2005/06/13 11:09:53 bc 1.8.32.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [10089a9f184e81160a88a4a963b1733e1057cc30]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.32); FILE MERGED 2005/06/13 11:09:52 bc 1.5.32.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [e4efdbb7bf0d6f20193644893593ae326c600b91]

        INTEGRATION: CWS qwizardsbfooo20 (1.3.76); FILE MERGED 2005/06/13 11:09:52 bc 1.3.76.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [32ee517c6249b1769925cdfc11879c41d36ce4ec]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.32); FILE MERGED 2005/06/30 10:37:36 fs 1.5.32.2: #i10000# ReportWizard is neither used nor available in this module 2005/06/13 11:09:51 bc 1.5.32.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [741d1c08ed1c75db8176d6dbc14848db11da4130]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.32); FILE MERGED 2005/06/13 11:09:51 bc 1.5.32.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [c637d4c1ff46e139886e88a359a47a5d7f714d4d]

        INTEGRATION: CWS qwizardsbfooo20 (1.5.20); FILE MERGED 2005/06/13 11:09:50 bc 1.5.20.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [8e6f49a6a8cdb9149d8d36cf99947b4f6273fcb1]

        INTEGRATION: CWS qwizardsbfooo20 (1.4.46); FILE MERGED 2005/06/13 11:09:50 bc 1.4.46.1: #i41296#jdk13 incompatible methods removed

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [beb8cae0d8f529e2f90daedb6d42115008c5b4d8]

        INTEGRATION: CWS mmeeks09 (1.61.128); FILE MERGED 2005/07/04 11:04:40 mmeeks 1.61.128.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [d0c3902d53a1766ec2a3227b5b3f8654937e8afa]

        INTEGRATION: CWS mmeeks09 (1.26.194); FILE MERGED 2005/07/04 11:04:48 mmeeks 1.26.194.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [2b220de244a960a48e512ea06608ecbb8fa29d3d]

        INTEGRATION: CWS mmeeks09 (1.3.476); FILE MERGED 2005/07/04 11:04:46 mmeeks 1.3.476.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [f3fd3dda50c5fe37c34922e63186fd5c593804d0]

        INTEGRATION: CWS mmeeks09 (1.18.474); FILE MERGED 2005/07/04 11:04:44 mmeeks 1.18.474.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [8660cb646f2fddc406ac5220252e0cd25ba877f2]

        INTEGRATION: CWS mmeeks09 (1.38.64); FILE MERGED 2005/07/04 11:04:43 mmeeks 1.38.64.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [dd089d61a9a6731872f76f4b07e8c091a3e2cbce]

        INTEGRATION: CWS mmeeks09 (1.66.156); FILE MERGED 2005/07/04 11:04:42 mmeeks 1.66.156.1: #i51304# speedup startup

2005-07-05  Oliver Bolte  <obo@openoffice.org>  [c1cd70bdb5fb80a2ccc9c41c9d4258746fb8b8a8]

        INTEGRATION: CWS mmeeks09 (1.8.262); FILE MERGED 2005/07/04 11:04:39 mmeeks 1.8.262.1: #i51304# speedup startup

2005-07-05  Ocke Janssen  <oj@openoffice.org>  [44a77fa129418874196dd62c38d69cccfac4b7a9]

        remove illegal commit back to version 1.2

2005-07-05  Ocke Janssen  <oj@openoffice.org>  [81b8115b7cf6f60dd0130a739300a0329e6b51d4]

        #i51335# if table is a view remove the xrename interface

2005-07-01  Vladimir Glazounov  <vg@openoffice.org>  [ae8777979f756318ce82d07d3ccd046861fac48f]

        new version for SRX645

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [c4c065083708dadbeb10d7c1074aae83043e5643]

        #i51237# chg. (value/) to (value)(/value)

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [59aa0ca83421b5e37cdc207d20af79d5303567ae]

        #i10000# Added languagepacks for ru, pl, hu, and tr.

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [09973118af6842b14258fec261dbe38ff9f80d7e]

        #100000# Add PATCH flags for libs from CWS localedata4

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [89ca148d3ed5c38c331d9ab323536f99f37377c0]

        SRC680

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [e86e4b8c346dd77d786f385531e1b1fe84d1bb69]

        INTEGRATION: CWS memory01 (1.103.4); FILE MERGED 2005/07/01 12:10:27 mt 1.103.4.5: sal in patch... 2005/06/28 10:04:06 mt 1.103.4.4: patch... 2005/06/27 17:08:26 mt 1.103.4.3: RESYNC: (1.106-1.107); FILE MERGED 2005/06/17 10:33:24 mt 1.103.4.2: RESYNC: (1.103-1.106); FILE MERGED 2005/06/15 13:52:24 sb 1.103.4.1: #i49503# Fix in registry/reader.hxx affects regtypeprov.uno dynamic library, so include that one in the patch.

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [3bb2a413be2a92298cfd3445d646134a189685fc]

        INTEGRATION: CWS memory01 (1.5.8); FILE MERGED 2005/06/15 12:42:58 sb 1.5.8.1: #i49503# Fixed memory leak when constructing rtl::OUString from rtl_uString*.

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [034607b08e8618374695542cdfd70b3acab1c56f]

        INTEGRATION: CWS memory01 (1.24.154); FILE MERGED 2005/06/20 13:38:43 obr 1.24.154.1: #i49516# fixed memory leak in _parse_locale

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [d720fc23f725be407c69e1a9f6166b795e3b9724]

        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>  [c6915bde371adfc26fd4f9c5f9617b820deb7d17]

        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>  [e6e8e2013357b267d62f50e677d4f7569fa1b943]

        INTEGRATION: CWS memory01 (1.43.54); FILE MERGED 2005/06/06 14:09:45 mt 1.43.54.1: MLK: delete pControllerItem in DTOR

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [b243f18fac0b751a4b46a4f76201c8abef536dc9]

        INTEGRATION: CWS memory01 (1.3.238); FILE MERGED 2005/06/16 13:57:01 cd 1.3.238.1: #i50833# Correct wrong if/else statements to solve memory leakage for SfxVoidItem

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [de28d36afc57121e94f04e4ddd0cb37d4067141d]

        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>  [cc8998899009cae75b093206e592d629fb89c7a2]

        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>  [f7374e6da9420a052021a0799d02bd30e096ea87]

        INTEGRATION: CWS memory01 (1.5.76); FILE MERGED 2005/06/14 14:32:28 cd 1.5.76.1: #i50721# Delete image list on dtor

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [c549fe3f186b6e5c4c19427d47b425afc120aabf]

        INTEGRATION: CWS memory01 (1.33.26); FILE MERGED 2005/06/02 11:59:21 cd 1.33.26.1: #i50236# Remove layout manager as listener before ui configuration manager references are cleared

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [c0b52b3e622f4f6add8a913b31d0477c045eb088]

        INTEGRATION: CWS memory01 (1.20.26); FILE MERGED 2005/06/02 11:59:18 cd 1.20.26.1: #i50236# Remove layout manager as listener before ui configuration manager references are cleared

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [bd0f343409de816ded01b71a8b5be69bc8c986aa]

        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>  [808350dd0aab95ed0f73c6f87036987c0e796a11]

        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>  [bb039fddd5570630b5516fb7ab9034b9da3bf7cb]

        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>  [a154d5c7f08b801da30daec2221a7a4959fd3d65]

        INTEGRATION: CWS memory01 (1.14.74); FILE MERGED 2005/06/06 14:11:39 mt 1.14.74.1: Fixed MLKs...

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [07b379ee08472989397db0710cedb43e3d6490e4]

        INTEGRATION: CWS memory01 (1.63.140); FILE MERGED 2005/06/14 10:57:32 cd 1.63.140.1: #i50704# Fixed missing delete statement to destory internal member pImpl

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [1f438a728c739e10d063a2ee1d08944859e116cb]

        INTEGRATION: CWS memory01 (1.12.190); FILE MERGED 2005/06/17 09:59:19 mt 1.12.190.1: was not able to compile with DEBUG...

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [d2803d9008489df03722dd5d81094412c62b3315]

        New query mode: owner

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [4ea4554a776bca338edb4e1e463c4ed38fb4c46d]

        INTEGRATION: CWS nativefixer11 (1.22.6); FILE MERGED 2005/06/27 10:24:21 is 1.22.6.1: #i51001# ooojre with base module

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [01a35e5c2519cfa5c46b2f45426ab90caa1a9063]

        INTEGRATION: CWS nativefixer11 (1.13.2); FILE MERGED 2005/06/27 09:15:59 is 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/24 15:18:57 is 1.13.2.1: #123800# Unified method to find installed Office product

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [d295757e7ec2cf0f7d83cf903ecb7c115a354bb9]

        INTEGRATION: CWS nativefixer11 (1.23.2); FILE MERGED 2005/06/23 14:55:38 is 1.23.2.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [4756db50094a2bbd8d42b8ebbdf30000b6c47cbc]

        INTEGRATION: CWS nativefixer11 (1.16.6); FILE MERGED 2005/06/29 16:08:09 is 1.16.6.1: #123800# no files at gid_module_root

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [951973e6f749bd5c4932c430a4414838eeadaa73]

        INTEGRATION: CWS nativefixer11 (1.2.14); FILE MERGED 2005/06/23 15:07:42 is 1.2.14.1: #120745# nsis closes automatically

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [3e3b5ffa0332203a952779515c737f34f4416582]

        INTEGRATION: CWS nativefixer11 (1.3.2); FILE MERGED 2005/06/22 10:46:05 is 1.3.2.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [7567ef4ecc22d7ee8b287efabca298c8b6af75db]

        INTEGRATION: CWS nativefixer11 (1.1.2); FILE ADDED 2005/06/22 10:48:39 is 1.1.2.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [ee94d781473b5ba0b08a023f0f310a2463e16fd4]

        INTEGRATION: CWS nativefixer11 (1.2.56); FILE MERGED 2005/06/22 10:45:49 is 1.2.56.1: #123800# new custom action for patch and langpack

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [888380523764a3d9abb14ebebab0e05622fdb34c]

        INTEGRATION: CWS sb34 (1.107.12); FILE MERGED 2005/06/28 15:26:42 sb 1.107.12.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [bf540b452b9ddf751840f2261d09ee3e3ab26a25]

        INTEGRATION: CWS nativefixer11 (1.10.2); FILE MERGED 2005/06/29 10:56:25 obr 1.10.2.1: ln -sf does not work as expected on Solaris

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [aafccc7ff758c387771d7cb92b5cbe6eb1f3b0b0]

        INTEGRATION: CWS nativefixer11 (1.11.2); FILE MERGED 2005/06/29 09:35:50 obr 1.11.2.1: getopt options need to get seperated from arguments

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [3b6262109b1db97e9b80f6df01a837e6793c2e87]

        INTEGRATION: CWS sb34 (1.15.70); FILE MERGED 2005/06/28 15:23:54 sb 1.15.70.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [c3d4c6dc81cec564b87d0e16b3d069721048bef5]

        INTEGRATION: CWS nativefixer11 (1.13.18); FILE MERGED 2005/06/27 09:13:13 is 1.13.18.2: RESYNC: (1.13-1.14); FILE MERGED 2005/06/22 10:45:19 is 1.13.18.1: #123800# new custom action for patch and langpack

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [84f23a3e34b0772beea88643299b3f391db397e3]

        INTEGRATION: CWS sb34 (1.10.92); FILE MERGED 2005/06/28 15:23:53 sb 1.10.92.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [01ea5224262ad4d16b4d7e4f044605ad1f5f8ad9]

        INTEGRATION: CWS sb34 (1.1.2); FILE ADDED 2005/06/28 15:24:56 sb 1.1.2.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [518c91e1eee0cbbd4ebf49bc7506125cb180b1fd]

        INTEGRATION: CWS nativefixer11 (1.21.2); FILE MERGED 2005/06/24 15:27:58 is 1.21.2.1: #123800# Unified method to find installed Office product

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [37e15cd336f59866c8d6486395ee378be30b5e6f]

        INTEGRATION: CWS sb34 (1.1.2); FILE ADDED 2005/06/28 15:24:42 sb 1.1.2.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [e76e2a98cf3fa93fac9941facea1320c214869da]

        INTEGRATION: CWS nativefixer11 (1.2.2); FILE MERGED 2005/06/20 13:54:12 is 1.2.2.1: #123732# empty folders also in AdminExecuteSequence

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [f61eacd1d2fce4b4bc207151f1b66daada9f6c73]

        INTEGRATION: CWS sb34 (1.12.70); FILE MERGED 2005/06/28 15:23:53 sb 1.12.70.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [8d9090579c9b040a3c8d2b9c2f6cb14253ca708f]

        INTEGRATION: CWS nativefixer11 (1.5.46); FILE MERGED 2005/06/23 15:01:32 is 1.5.46.1: #123800# improve patch update

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [8d79d9bfb1f0bf50be46f744e9c4f1096ad9c920]

        INTEGRATION: CWS mmt2 (1.152.54); FILE MERGED 2005/06/21 16:23:51 hjs 1.152.54.1: #123768# write .done flag to platform tree - consistent with translation output

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [a5a20bc6c1d437759ce8776b2b07a7d020fc26f2]

        INTEGRATION: CWS sb34 (1.16.32); FILE MERGED 2005/06/28 15:23:52 sb 1.16.32.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [818c204971f93a12c95f244aed78021eb38d450e]

        INTEGRATION: CWS nativefixer11 (1.2.46); FILE MERGED 2005/06/23 15:01:32 is 1.2.46.1: #123800# improve patch update

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [bbc25f6ea0aeed50c7145bfa34e6281c645a6cc2]

        INTEGRATION: CWS sb34 (1.2.70); FILE MERGED 2005/06/28 15:23:51 sb 1.2.70.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [3f163dada88fce61106f4247f8f664b01ab83c6a]

        INTEGRATION: CWS sb34 (1.11.28); FILE MERGED 2005/06/28 15:23:47 sb 1.11.28.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [4fc6289d24687118fbee30f726006b65a8575fde]

        INTEGRATION: CWS nativefixer11 (1.2.46); FILE MERGED 2005/06/24 12:16:28 is 1.2.46.2: #123792# localizing strings in customaction table 2005/06/23 15:01:32 is 1.2.46.1: #123800# improve patch update

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [9f042fedcdbd573718177736b8b95552537fc206]

        INTEGRATION: CWS sb34 (1.12.28); FILE MERGED 2005/06/29 10:02:30 sb 1.12.28.2: #b6280756# Minor cleanup. 2005/06/28 15:23:47 sb 1.12.28.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [ab0f972152127644dae90fb5392c91420c975b27]

        INTEGRATION: CWS nativefixer11 (1.1.150); FILE MERGED 2005/06/20 13:54:11 is 1.1.150.1: #123732# empty folders also in AdminExecuteSequence

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [e30d9860a0f81c49af6d4918f8fd00b220cd4d4f]

        INTEGRATION: CWS sb34 (1.2.70); FILE MERGED 2005/06/28 15:23:47 sb 1.2.70.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [05d2b2929820d433bc4a57c1f4323c67f5fdd33a]

        INTEGRATION: CWS nativefixer11 (1.5.36); FILE MERGED 2005/06/28 10:32:27 is 1.5.36.1: #123792# localizing strings in customaction action table

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [f3c94fddd3af199fff6244a15f8034d78d0938a4]

        INTEGRATION: CWS nativefixer11 (1.1.2); FILE ADDED 2005/06/30 10:27:29 is 1.1.2.4: #123405# string revision 2005/06/29 12:16:38 is 1.1.2.3: #123792# localizing strings in customaction action table 2005/06/28 10:32:28 is 1.1.2.2: #123792# localizing strings in customaction action table 2005/06/24 12:17:04 is 1.1.2.1: #123792# localizing strings in customaction action table

2005-07-01  Kurt Zenker  <kz@openoffice.org>  [7c0b8a116c9830c297e238c02989ce858fc333ac]

        INTEGRATION: CWS sb34 (1.1.2); FILE ADDED 2005/06/28 15:25:08 sb 1.1.2.1: #b6280765# Adapted Solaris C++--UNO bridge code to be compliant with libCrun (problems with ex_alloc/ex_throw usage, and pointers within RTTI structures).

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [88198dcc89f7acbe930f039df192ad351b16331e]

        INTEGRATION: CWS nativefixer11 (1.6.54); FILE MERGED 2005/06/30 10:27:30 is 1.6.54.2: #123405# string revision 2005/06/29 14:50:33 is 1.6.54.1: #123800# new langpack wizard

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [243e8d3c314f53fc08078cc96c2293d089a62f23]

        INTEGRATION: CWS nativefixer11 (1.1.2); FILE ADDED 2005/06/24 15:27:22 is 1.1.2.1: #123800# Unified method to find installed Office product

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [806c6ace0d943f8a5b3755861a97312f3acd2cfd]

        INTEGRATION: CWS nativefixer11 (1.2.120); FILE MERGED 2005/06/22 10:55:57 is 1.2.120.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [efccfed057762eb493e2d2dd3c06ca49980b0b80]

        INTEGRATION: CWS nativefixer11 (1.3.46); FILE MERGED 2005/06/29 14:50:33 is 1.3.46.2: #123800# new langpack wizard 2005/06/22 10:55:56 is 1.3.46.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [598762413f2792a1ebff98f606e575399e7fc67a]

        INTEGRATION: CWS nativefixer11 (1.5.46); FILE MERGED 2005/06/29 14:50:32 is 1.5.46.2: #123800# new langpack wizard 2005/06/22 10:55:56 is 1.5.46.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [055bc9d7eb99095d9ac4f83b6f6a3a27ab3990fb]

        INTEGRATION: CWS nativefixer11 (1.2.120); FILE MERGED 2005/06/20 13:54:10 is 1.2.120.1: #123732# empty folders also in AdminExecuteSequence

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [051fc21982dcfab1d2931bbb9a426ee58ac11ed8]

        INTEGRATION: CWS nativefixer11 (1.3.100); FILE MERGED 2005/06/23 14:59:22 is 1.3.100.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [8e5b19368207059867bc3a5717ca49a596e00081]

        INTEGRATION: CWS nativefixer11 (1.8.100); FILE MERGED 2005/06/20 13:49:13 is 1.8.100.1: #123732# wrong icon for product updates

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [c8e386b6961d311d47ef6d43b96009b19ab29ef5]

        INTEGRATION: CWS nativefixer11 (1.10.2); FILE MERGED 2005/06/29 10:59:19 is 1.10.2.2: #123800# Windows Patch 2005/06/23 14:59:22 is 1.10.2.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [b993422e59287924d7d85afc75eb9cffc66311db]

        INTEGRATION: CWS nativefixer11 (1.21.38); FILE MERGED 2005/06/27 08:54:43 is 1.21.38.2: #123800# simplify finding of installed products 2005/06/23 14:59:21 is 1.21.38.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [dc5fa0bd5e5296bcec403af0219e82aa20feb7c7]

        INTEGRATION: CWS nativefixer11 (1.12.2); FILE MERGED 2005/06/23 14:59:00 is 1.12.2.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [0fffe36b7f9a0a5789f03415d2752d2d6dff907b]

        INTEGRATION: CWS nativefixer11 (1.20.44); FILE MERGED 2005/06/28 10:47:00 is 1.20.44.2: #120745# improved build error message 2005/06/23 14:59:00 is 1.20.44.1: #123800# improve patch update

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [2f514ef0617a9749e474c02afddc79a2dff53853]

        INTEGRATION: CWS nativefixer11 (1.7.78); FILE MERGED 2005/06/20 13:45:02 is 1.7.78.1: #i49736# changing rpm order in language packs

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [127dd8d32a87cecdc678d4b8288142f65a7a1fc9]

        INTEGRATION: CWS nativefixer11 (1.45.2); FILE MERGED 2005/06/29 16:20:32 is 1.45.2.8: #123800# language pack wizard 2005/06/29 10:59:19 is 1.45.2.7: #123800# Windows Patch 2005/06/28 10:46:59 is 1.45.2.6: #120745# improved build error message 2005/06/27 10:32:34 is 1.45.2.5: #123809# creating mechanism to set patch download file name 2005/06/24 15:19:45 is 1.45.2.4: #123800# Unified method to find installed Office product 2005/06/24 12:13:31 is 1.45.2.3: #123792# localizing strings in customaction table 2005/06/23 14:58:43 is 1.45.2.2: #123800# improve patch update 2005/06/22 10:44:20 is 1.45.2.1: #123800# new custom action for patch and langpack

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [1de23578ef87cf7dc78751e948b7091237992b9c]

        INTEGRATION: CWS expconbin (1.16.114); FILE MERGED 2005/06/01 12:51:18 fs 1.16.114.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [aad9eddb00ce0d1cf3c302ce42fbf55c67c262e0]

        INTEGRATION: CWS expconbin (1.16.86); FILE MERGED 2005/06/01 12:49:23 fs 1.16.86.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [53197d6023e99110992eef515a342047434e72a5]

        INTEGRATION: CWS expconbin (1.26.42); FILE MERGED 2005/06/01 12:49:23 fs 1.26.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [90ff0f887339aaf255a9362d02a17f469547b273]

        INTEGRATION: CWS expconbin (1.27.42); FILE MERGED 2005/06/01 12:49:22 fs 1.27.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [d78e58ec14b48c44a7674a2ed47c3db25fc041b9]

        INTEGRATION: CWS expconbin (1.28.42); FILE MERGED 2005/06/01 12:49:22 fs 1.28.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [f4505cb34ff2217db34b5ebd70272519b96f3bca]

        INTEGRATION: CWS expconbin (1.28.86); FILE MERGED 2005/06/01 12:49:22 fs 1.28.86.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [e3ba9460590568959c243e69c182b845ed80a2e5]

        INTEGRATION: CWS expconbin (1.25.42); FILE MERGED 2005/06/01 12:49:21 fs 1.25.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [710b6ba509b4e5d3a5fb76abc386c532718710a1]

        INTEGRATION: CWS expconbin (1.32.42); FILE MERGED 2005/06/01 12:49:21 fs 1.32.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [2f5328cab24abea74005aa0eef1f41a572351398]

        INTEGRATION: CWS expconbin (1.3.42); FILE MERGED 2005/06/01 12:49:20 fs 1.3.42.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [c5ce66c58614799e55515e15e2608a83131552bd]

        INTEGRATION: CWS expconbin (1.2.114); FILE MERGED 2005/06/01 12:49:19 fs 1.2.114.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [4bbbee030ab30ed792f7a7b24cfe9893e1bbf166]

        INTEGRATION: CWS expconbin (1.26.86); FILE MERGED 2005/06/01 12:50:28 fs 1.26.86.1: #i49019# make 'Binding' an explicit property, not an implicit one

2005-07-01  Rüdiger Timm  <rt@openoffice.org>  [5594dddef29c289bb757b52f22f1bcc076f33e55]

        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>  [0444e8f01eeebbe5ae153a265d48a6179da8f939]

        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>  [b09bdecd4319270b6f206d37167827c3ecc216be]

        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>  [a1e44223858dfec684fdbab396893473d6318ccb]

        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>  [bea97d37f3082b4d2df2618b1001156795a3fddb]

        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>  [9d4adaf483950d8c714a0a16bc11c2a649f3bc3e]

        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>  [167eb1f25502efbb4d69d61c3cbed2b0763ae972]

        INTEGRATION: CWS wizopendb (1.21.86); FILE MERGED 2005/06/28 10:26:51 fs 1.21.86.1: #i42477# patch files

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [6199b636e32898818b47b366feb184dd3752beae]

        INTEGRATION: CWS wizopendb (1.107.14); FILE MERGED 2005/06/28 10:26:50 fs 1.107.14.1: #i42477# patch files

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [456c0dc145aa03a1892eb42dfacf17cf5b6c988e]

        INTEGRATION: CWS wizopendb (1.2.12); FILE MERGED 2005/06/28 10:24:20 fs 1.2.12.1: #i42477# help file needed for patch

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [d6353673f6285ef40a86c8ac07cc35ce1431df92]

        INTEGRATION: CWS wizopendb (1.56.44); FILE MERGED 2005/06/06 10:26:05 fs 1.56.44.1: #i42477# GetServiceNameFromFactory: recognize sdatabase

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [e6b5860b31589866e6c5d2c0e501ab7ae9b58021]

        INTEGRATION: CWS wizopendb (1.3.62); FILE MERGED 2005/06/06 10:40:45 fs 1.3.62.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [d5d0bc113781ebd2f3330e8c1cddee72cc29b6fb]

        INTEGRATION: CWS wizopendb (1.7.48); FILE MERGED 2005/06/06 10:40:45 fs 1.7.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [2f3e007428d1a277e38f4818959f2e7d15942d68]

        INTEGRATION: CWS wizopendb (1.22.88); FILE MERGED 2005/06/06 10:40:44 fs 1.22.88.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [9449db6b658246107ae9ce15b99ee6f2997db935]

        INTEGRATION: CWS wizopendb (1.1.2); FILE ADDED 2005/06/06 10:28:28 fs 1.1.2.1: controls for opening existing documents - encapsulating the code stolen from Draw, need to consolidate this

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [f1831b7c08506d8ca92577469590ce86cff9c695]

        INTEGRATION: CWS wizopendb (1.5.48); FILE MERGED 2005/06/06 10:40:43 fs 1.5.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [2dc17b12677ddb259476116668e72583896a89e5]

        INTEGRATION: CWS wizopendb (1.7.60); FILE MERGED 2005/06/15 07:19:32 fs 1.7.60.2: #i42477# layout changes 2005/06/06 10:40:43 fs 1.7.60.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [e96ed76f88a08278d3abccc4a4e84de8301379eb]

        INTEGRATION: CWS wizopendb (1.13.118); FILE MERGED 2005/06/14 14:58:46 fs 1.13.118.2: #i42477# layout changes 2005/06/06 10:40:42 fs 1.13.118.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [ab02863f71e337eb4e902dd1836f5d8d9bde494f]

        INTEGRATION: CWS wizopendb (1.41.86); FILE MERGED 2005/06/14 14:58:46 fs 1.41.86.2: #i42477# layout changes 2005/06/06 10:40:41 fs 1.41.86.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [04e91b4db0866776fb87fd1ded4e974354c936e4]

        INTEGRATION: CWS wizopendb (1.11.48); FILE MERGED 2005/06/06 10:40:41 fs 1.11.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [58202de6b8a26ebf3eb46bfb1dd789fa7012fe0e]

        INTEGRATION: CWS wizopendb (1.6.48); FILE MERGED 2005/06/06 10:40:41 fs 1.6.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [5d1f034d754ee1891428fb05c804ff11ce833c01]

        INTEGRATION: CWS wizopendb (1.144.60); FILE MERGED 2005/06/27 11:48:29 fs 1.144.60.3: linguistic review for #i42477# 2005/06/14 14:58:30 fs 1.144.60.2: #i42477# +FT_DOCLISTLABEL 2005/06/06 10:40:40 fs 1.144.60.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [c3cd3587638d8f20e8c20cf2ebcdd89bdca08239]

        INTEGRATION: CWS wizopendb (1.31.118); FILE MERGED 2005/06/14 14:58:45 fs 1.31.118.2: #i42477# layout changes 2005/06/06 10:40:40 fs 1.31.118.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [6526d37a0641272c354f5d53853b33f5f634c31b]

        INTEGRATION: CWS wizopendb (1.92.60); FILE MERGED 2005/06/06 10:40:39 fs 1.92.60.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [c9243e92fb0569accb0fc6f61fbd65d157a4e856]

        INTEGRATION: CWS wizopendb (1.4.42); FILE MERGED 2005/06/06 10:40:39 fs 1.4.42.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [d7a66a32e120a27d8bed2168f274376f3961306f]

        INTEGRATION: CWS wizopendb (1.2.150); FILE MERGED 2005/06/06 10:40:39 fs 1.2.150.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [44b4e83f526e9dc060244c2cc94abd10084f65f9]

        INTEGRATION: CWS wizopendb (1.5.48); FILE MERGED 2005/06/06 10:40:39 fs 1.5.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [2f2c6f10cedc50aa3908c29444269050521ba275]

        INTEGRATION: CWS wizopendb (1.8.48); FILE MERGED 2005/06/06 10:40:38 fs 1.8.48.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [e53bacbcb34c838dbd7ff81455e11538bcb7614e]

        INTEGRATION: CWS wizopendb (1.4.60); FILE MERGED 2005/06/06 10:40:38 fs 1.4.60.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [7b19d0d85c0f083f70971de9ea528bde4e0c05ab]

        INTEGRATION: CWS wizopendb (1.1.2); FILE ADDED 2005/06/06 10:28:37 fs 1.1.2.1: controls for opening existing documents - encapsulating the code stolen from Draw, need to consolidate this

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [73fa0bf451b7e7f2dad096eea39a4f52cdc7042b]

        INTEGRATION: CWS wizopendb (1.17.100); FILE MERGED 2005/06/06 10:40:37 fs 1.17.100.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [b1269329fb7f227a6466db6f9ddf6b3bef011b5d]

        INTEGRATION: CWS wizopendb (1.12.14); FILE MERGED 2005/06/06 10:40:37 fs 1.12.14.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [760492036e5469150360149b0f7286aad1288c7b]

        INTEGRATION: CWS wizopendb (1.63.40); FILE MERGED 2005/06/06 10:40:36 fs 1.63.40.1: #i42477# allow the 'New Database' wizard to load existing documents

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [a526142609a77ee9dd702dc381c4283b21dcd39d]

        #124010# fix crash if no accessible available

2005-06-30  Ivo Hinkelmann  <ihi@openoffice.org>  [9539bf85fba896f4fa70d89674da192b67079c5e]

        #i51392# buffer size overflow caused by huge define blocks

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [78b328222e91735673cf7add038e3a994916a7b7]

        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>  [d22045ac0953c362971df69d67e260e679c766ea]

        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-30  Kurt Zenker  <kz@openoffice.org>  [18ee6b99f8f4256e93002fb942a8d59bfab33d86]

        INTEGRATION: CWS macosx09 (1.18.10); FILE MERGED 2005/06/25 20:14:55 ericb 1.18.10.1: #i50016# libxml2 and libxmlsec fixes for digital signature part1

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [804d4bff6ba8950b7b42ea26959d78eddbb6df5c]

        INTEGRATION: CWS macosx09 (1.107.8); FILE MERGED 2005/06/25 20:16:10 ericb 1.107.8.1: #i50016# libxmlsec-nss and other libxmlsec fixes for digital signature part2

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [58b3a9e94c9b2d7c8954eb2b5e2c2735a7343ebd]

        INTEGRATION: CWS vq19 (1.126.2); FILE MERGED 2005/06/28 17:35:32 vq 1.126.2.1: #i51250# Fix automatic PSDK detection.

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [b05c468c3f5b2a09fe14d68eb0e033ec5bdebc8e]

        INTEGRATION: CWS macosx09 (1.3.6); FILE MERGED 2005/06/25 20:19:08 ericb 1.3.6.1: #i50317# Mac OSX stlport honor CXX

2005-06-30  Kurt Zenker  <kz@openoffice.org>  [4994317c554def9406c981aab55bc2a76d756006]

        INTEGRATION: CWS vq19 (1.108.2); FILE MERGED 2005/06/28 17:35:30 vq 1.108.2.1: #i51250# Fix automatic PSDK detection.

2005-06-29  Rüdiger Timm  <rt@openoffice.org>  [5fe273e06b5b7881b6b1df23656ed37f582c4968]

        #i10000# Add Turkish to nsis_language_converter

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [3971c043c3e29626eef9885d4930eeb8ad8c7d33]

        SRC680

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [f06ba4bb91ffc3225d11cf72c3b7271f18e72eb7]

        INTEGRATION: CWS impress59 (1.18.124); FILE MERGED 2005/06/09 11:35:29 cl 1.18.124.1: #i50487# do not crash if there is no text forwarder

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [eccc9c03bd0ba67696bc13382ac2d543769770b8]

        INTEGRATION: CWS impress59 (1.48.420); FILE MERGED 2005/06/09 11:28:27 cl 1.48.420.1: #i50487# use ObjectUser class to detect when SdrObject dies

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [79570b8c82c9ae8469a910936046c2c6271a1697]

        INTEGRATION: CWS impress59 (1.58.336); FILE MERGED 2005/06/15 13:41:10 hbrinkm 1.58.336.1: #i47819# reflect changes in rtf naming convention for styles

2005-06-28  Rüdiger Timm  <rt@openoffice.org>  [ea871beea8fd10e3bc9c4d2c350e318ef21ad857]

        Add PATCH flag for gid_File_Lib_Sd and gid_File_Lib_Svx (for CWS impress59)

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [9afcab45f50786533a90ed29166e0517fa154b0c]

        INTEGRATION: CWS impress59 (1.70.26); FILE MERGED 2005/06/06 15:53:10 cl 1.70.26.1: #i49914# lock outline view during rtf import

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [c0963113fd1e90b9ac8decaca90a7f6bf51fabc6]

        INTEGRATION: CWS impress59 (1.35.74); FILE MERGED 2005/06/06 15:48:59 cl 1.35.74.1: #i49914# lock outline view during removing of first pages

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [caf6bed8ce529898821cce51f66d3009eedaba3b]

        INTEGRATION: CWS calc32 (1.41.284); FILE MERGED 2005/06/23 16:01:28 nn 1.41.284.1: #i47547# PrintArea: don't continue with negative size

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [9ffd7c9b679770c58f260c074b4a00f0d607e633]

        INTEGRATION: CWS calc32 (1.21.104); FILE MERGED 2005/06/23 13:10:15 dr 1.21.104.1: #i48717# do not return character width 0

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [b8f528a27223fff6deaee3e9840bcfc71af1876d]

        INTEGRATION: CWS calc32 (1.34.104); FILE MERGED 2005/06/23 13:34:54 dr 1.34.104.1: #122885# skip invalid sheet references

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [9dc99f53504366702060fa1341fd4ae5ef6e67df]

        INTEGRATION: CWS calc32 (1.23.104); FILE MERGED 2005/06/23 16:00:33 nn 1.23.104.1: #i50706# changed some forgotten USHORT loops to SCSIZE

2005-06-28  Kurt Zenker  <kz@openoffice.org>  [539a20aa01d398ed2306f26b5b6a6ea4c933788c]

        INTEGRATION: CWS calc32 (1.14.58); FILE MERGED 2005/06/23 15:29:15 sab 1.14.58.1: #i50756#; remove leak

2005-06-28  Rüdiger Timm  <rt@openoffice.org>  [68303a9e5ae6b91a908b32ac38c90858b48b3075]

        Add PATCH flag for libxof (for CWS calc32)

2005-06-28  Rüdiger Timm  <rt@openoffice.org>  [1752bd6c4f832de708bf5b924854e998f364e73a]

        #100000# Add patch flag for sc library.

2005-06-27  Vladimir Glazounov  <vg@openoffice.org>  [65b31be5668ac9bd3141fef4cac391ce2b85c2ac]

        #100000# added new method get_repository_rev

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [b0dc8e3e5fdebc0b09888e83df07b6a57fd3c1a7]

        INTEGRATION: CWS hslqdb3 (1.87.8); FILE MERGED 2005/06/27 09:18:53 rt 1.87.8.1: #i45749# Set PATCH flag where necessary.

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [81bec7ecbf375d5bb44ceb9f9a7fc7b7b923e644]

        INTEGRATION: CWS hslqdb3 (1.101.28); FILE MERGED 2005/06/27 09:18:53 rt 1.101.28.1: #i45749# Set PATCH flag where necessary.

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [8591ec3b1bd2e49e432450bba0271efbe6b7139b]

        INTEGRATION: CWS hslqdb3 (1.6.4); FILE MERGED 2005/06/22 07:40:43 fs 1.6.4.2: #i45749# small patch still necessary 2005/06/06 09:00:08 oj 1.6.4.1: #i47321# no patch file at the moment

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [f4684e76ac3049c792e03e2f471c7b3943b64577]

        INTEGRATION: CWS hslqdb3 (1.4.50); FILE MERGED 2005/06/21 14:37:41 fs 1.4.50.1: #i45749# only commit storages if they're not readonly

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [c652a91d4ffc2987fc33fb912d8f500bdbef205a]

        INTEGRATION: CWS hslqdb3 (1.4.50); FILE MERGED 2005/06/21 14:37:40 fs 1.4.50.1: #i45749# only commit storages if they're not readonly

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [d6d1558108328f116abfc292265ea4c12e1e0194]

        INTEGRATION: CWS hslqdb3 (1.2.22); FILE MERGED 2005/06/21 14:14:14 fs 1.2.22.1: #i45749# properly determine table privileges

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [9a87e5c806ece0b40c4572da49debfcf396f1197]

        INTEGRATION: CWS hslqdb3 (1.6.24); FILE MERGED 2005/06/21 14:14:32 fs 1.6.24.1: #i45749# improved diagnostics when opening a stream fails

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [bd897bae5ed17c85dacc773299f904e69d2a52e2]

        INTEGRATION: CWS hslqdb3 (1.11.22); FILE MERGED 2005/06/21 14:13:48 fs 1.11.22.3: #i45749# since 1.8.0 RC12, HSQLDB requires the 'default_schema=true' parameter to switch to schema-less mode 2005/06/21 10:47:43 fs 1.11.22.2: #i45749# new HSQLDB version prefers INFORMATION_SCHEMA.SYSTEM_SESSIONS over pure table name 2005/05/27 08:11:51 oj 1.11.22.1: #i45749# fix for read-only storage

2005-06-27  Rüdiger Timm  <rt@openoffice.org>  [3fe722d7b7d84103236ccd0fda2d27952328f6ec]

        INTEGRATION: CWS hslqdb3 (1.2.22); FILE MERGED 2005/05/27 08:11:51 oj 1.2.22.1: #i45749# fix for read-only storage

2005-06-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [7f3584a510e6b0b513357d8baf9a58d88a9b90a3]

        #i51139# disable HIDS

2005-06-24  Hans-Joachim Lankenau  <hjs@openoffice.org>  [9d9c537160ffd602f7aaeea0a94c38dc2e8d1ce1]

        #i51141#

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [bfcda3378588d9ac57256e9b8a9e926da9b8d33c]

        INTEGRATION: CWS lostnotes (1.193.44); FILE MERGED 2005/05/31 17:19:04 sab 1.193.44.1: #i49958#; find all notes in the unsorted collection

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [689b42b58bbc09470d200bc13db349fd5425920e]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 12:56:20 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [cfda43bcb8f2cd14e73f326018890bb3e3960567]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 12:43:18 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [fe1c9edc125bf585e5d2bba0d89790b5de77150b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 13:04:44 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [023a88f6a45978a1aed2215152d7c17146200fb4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 13:04:43 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [71acfeb26e1df2115066799fccee1cc4c44cbca3]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 13:04:42 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2e27fa2041a464997be7f2f70ec58054d73e725a]

        INTEGRATION: CWS ooo20l10n (1.15.20); FILE MERGED 2005/06/15 14:38:03 is 1.15.20.1: #i49581# starting Office with preselected language, for example khmer

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [09b840476d2e621c13a1b9be71b604ed3cab91cf]

        INTEGRATION: CWS ooo20l10n (1.91.4); FILE MERGED 2005/06/15 14:38:03 is 1.91.4.5: #i49581# starting Office with preselected language, for example khmer 2005/06/09 18:18:02 ihi 1.91.4.4: #i49578# gu-IN and pa-IN support 2005/06/09 18:01:36 ihi 1.91.4.3: Gujarati support 2005/06/09 16:20:54 ihi 1.91.4.2: #i49525# khmer language support 2005/06/09 16:04:03 ihi 1.91.4.1: #i49367# vietnamese language support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [dc8f049ff9c3ed8bb3f8b65b578daf4ad586fd9b]

        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>  [c20f96801312651ac50452e63aa8e121f5352aa1]

        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-24  Rüdiger Timm  <rt@openoffice.org>  [fb4277d32bc756fe4122aaa9d06d4200e693d8bf]

        INTEGRATION: CWS ooo20l10n (1.27.42); FILE MERGED 2005/06/15 11:47:36 ihi 1.27.42.5: Bengali added 2005/06/10 18:44:03 ihi 1.27.42.4: #i49429# Belarusian lang support 2005/06/10 17:11:47 ihi 1.27.42.3: #i49411# Kinyarwanda support 2005/06/09 18:14:14 ihi 1.27.42.2: Indic lang support 2005/06/09 16:01:45 ihi 1.27.42.1: #i49367# vietnamese language support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2008e870c701a871721371a68ead3bb64e3d6b1a]

        INTEGRATION: CWS ooo20l10n (1.21.22); FILE MERGED 2005/06/21 14:12:45 is 1.21.22.2: #i50993# correcting Intel string 2005/06/20 14:08:40 is 1.21.22.1: #i50993# Intel not translatable

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [66f2530b4a606259425e2fe375f8f4c2de3cb2b1]

        INTEGRATION: CWS ooo20l10n (1.20.28); FILE MERGED 2005/06/15 14:36:09 is 1.20.28.1: #i49581# starting Office with preselected language, for example khmer

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [02bdf8ad2b0059241431fbaad0d6e40b8c5ce046]

        INTEGRATION: CWS ooo20l10n (1.5.66); FILE MERGED 2005/06/15 14:36:09 is 1.5.66.3: #i49581# starting Office with preselected language, for example khmer 2005/06/10 09:51:03 is 1.5.66.2: #i49581# adding english automatically for languages not supported by Windows 2005/06/09 14:46:35 is 1.5.66.1: #i49581# adding second language automatically to languages not supported by Windows

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [261e01989658e5d3e49048c2861a0925b10e711b]

        INTEGRATION: CWS ooo20l10n (1.35.26); FILE MERGED 2005/06/21 12:50:06 ihi 1.35.26.4: #i49581# build default en-US_rw 2005/06/15 14:36:09 is 1.35.26.3: #i49581# starting Office with preselected language, for example khmer 2005/06/10 09:51:03 is 1.35.26.2: #i49581# adding english automatically for languages not supported by Windows 2005/06/09 14:46:35 is 1.35.26.1: #i49581# adding second language automatically to languages not supported by Windows

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [c95b73da4b111c53588c66562b456d30b1c1f7c5]

        INTEGRATION: CWS ooo20l10n (1.16.22); FILE MERGED 2005/06/10 09:51:02 is 1.16.22.1: #i49581# adding english automatically for languages not supported by Windows

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [029f4a863b8dd1574d76af967267fae065a6e31e]

        INTEGRATION: CWS ooo20l10n (1.43.26); FILE MERGED 2005/06/15 14:36:31 is 1.43.26.1: #i49581# starting Office with preselected language, for example khmer

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [7653bcff609ec58a89ceee9e08e34fa868096746]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 13:01:12 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [1feefb198d597e9ef4769988d416dd9dd37494f2]

        INTEGRATION: CWS ooo20l10n (1.3.14); FILE MERGED 2005/06/16 15:59:16 ihi 1.3.14.7: Belarussian fixed 2005/06/16 15:58:10 ihi 1.3.14.6: Bengali added 2005/06/10 17:17:35 ihi 1.3.14.5: #i49411# Kinyarwanda support 2005/06/09 18:21:34 ihi 1.3.14.4: #i49578# gu-IN and pa-IN support 2005/06/09 17:58:32 ihi 1.3.14.3: Gujarati support 2005/06/09 15:36:02 ihi 1.3.14.2: #i49482# vietnamese use UTF8 2005/06/09 14:53:27 is 1.3.14.1: #i49581# khmer needs 0 instead of 1252 for UTF-8

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b344c22b1cfa2fb75c17b2b2229fdc830e2e4794]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 12:59:44 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [dc14525517329be3972e236f3237c90d546c07d9]

        INTEGRATION: CWS ooo20l10n (1.3.48); FILE MERGED 2005/06/20 14:22:38 is 1.3.48.1: #i50993# Intel not translatable

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [88eb2419352f354e483c34733b4e12a7f40a2cf4]

        INTEGRATION: CWS ooo20l10n (1.16.2); FILE MERGED 2005/06/14 16:41:43 ihi 1.16.2.2: #i43032# readme glibc update 2005/06/10 16:42:27 ihi 1.16.2.1: #i49029# German readme

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [9a22c7ee610b2bb8f58c7082cf79ab46134b29c9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 12:53:25 ihi 1.1.2.1: #i50411# en-GB accl.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4cfdc72f4b52cba83d2cea589d03872eba1168f0]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:12 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [a2fa426a41e83fb844927cdaa943beb679eaa28d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:11 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [82ce5ccf890941bafbbf83411de54f91c57c2500]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:10 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [af0112a874d5cf598121f7cd006a1bca760cca9c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:09 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [fc725f5f55b6899a5bc457c6a1af47dde9bdc9cf]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:08 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3fdb5860c3e5bc95d3d101c80f96578247570a7c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:07 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [9be2825ddce695a1a315b9211b3b6056054eec74]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:06 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [cae14e19c46e8e33f4756793a8be552a2eb111f2]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:05 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0cee393257a60bb9a2e4e40972d349f39f715a89]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:04 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [416d7bef592ce2dce33d2b8e5f7edc644161b81b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:03 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [153f91f73f1d86a1af980507d6f8f1d92535aae3]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:02 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b7f9611fbc20f05d74115a7e8fe403e5a956d94f]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:01 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [ace652db3ceff0ada1a9af3066beb2ab1d5f2d18]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:45:00 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [902da7e2cc1b60139d9a759bed4de5cc89ec0bee]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:35 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [69a65534c71ed00165e0f1b7a0b8be3bece8f363]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:34 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [92f6f54e466c3f03f0e333186944c96bb57e8f75]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:33 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [95d8775d950d1bd258aafd449a633b91fd88a84c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:32 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [218fb3af65dcc16e9c131347d18b4a4e3c3d1657]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:31 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [cc341c83979773e47dccc76c4628179faaba6d25]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:30 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b29fc0a42f3085be82533f77dd4a9ec77b675fa3]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:29 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3dacc723dd5cf1e85cd243a4f2d26e947c1c0382]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:28 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e5f4ec65a7f279659fdcc043ae338f42b8cf318f]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:14 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [f8c43ffc0bebb81e499a4a132f5346d3bb5e0340]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:13 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [9d3df0db6762661b69f695580ff0618c7593e5c2]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:27 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0a084d4ff5351840da5f71356cf68a2efb283f3b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:26 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [91148f3e2e25e6eaaa57234a8c9c30e332c38079]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:12 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b274c9efd4299e32de24b9d99f076e0e60e9b582]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:25 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [90b8be1708b0ba923c6f48a32bf2357e0f6e1083]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:11 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [dc4660d054a709352d1f7f447d062f238da5b0f9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:24 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [60b7b3869da7fca75597f7377eee4fad5f4e737c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:10 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [44252a1746d4436a7366c81d3c95bdfe28713a71]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:23 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [440b4f2f09cd2a3bfc975c294bb01280720e8eef]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:22 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [f6561fbc39ab9c9b46aeab1636f8ca38ae717fcd]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:09 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2f757f2d0a0fc2d22ba7ddf3957b12a8e8ea8cdd]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:21 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [7dcb90221a2394f8e43f4110695d0580c9f3375d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/10 18:30:08 ihi 1.1.2.1: #i49523# Khmer images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [9308cedb88ffc403fa3acaa9e8cbfa4881811212]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:55 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [57c66054aa79af6ed0586d884c621030676cfdc0]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:20 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [f9a8948b39408060ff749bd8c9109be2c8e856ae]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:54 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e5eb77a910487435a1de782bf8b4f1d9d428cdb6]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:19 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3555a50eaef70a509b09a363699a9d457abe1cf4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:53 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [d8305083a57bcb306c23336cb6987715f2686714]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:18 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [76da8eee75f8ffb39ca4fcf6c3bbf02718d5cfe4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:52 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [6ad3165232893f00e085a90da3e2cd7636805b17]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:17 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e96b17e8ecc6948d2f3adf5775c1280165906513]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:51 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0bd7937c55302a2f96edfc003ba431863104604c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:16 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [7607eafb99567f1894d9c9131928abf67d2313e4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:15 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [44b6d8bd0f5c800b3b4e8c6ec7467089662897bf]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:50 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b5a0641281d6f0e6a7b6389101f52fb680a27bb0]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:49 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [49091b3ad6426703d3be27cb98742497cb4c716d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 18:31:48 ihi 1.1.2.1: #i50412# en-GB images

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [caa54131fd803bbd5f303e08ef8de2153c756cc8]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:13 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [10e761788ddead70ab67e0c9d888021af910d52d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:12 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [60373382c1cb6a572abedbaa51bbdb0480f6f021]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:11 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [43396055b786ed459d80f67a97c73235eb6964d2]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:10 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b449c8cb5957cc2a5984eb8c5e095dddc3307b79]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:09 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [f011a20fc503368637f8f1bf63676e62fe72a3b2]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:14 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [bfb4758a679884ad0c190dbf179aa8a190d03f77]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:08 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [201cb73256d0349798ebc08bc12dd4e3e6e08f40]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:13 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [9578046d5798cfbdefc5b962bc0d9cf2774eaf92]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:07 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [fa8101675051923d226181e7a717925bfe9e2388]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:06 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [a9c64d5dcdcf9ede0b70e7632fe06ff71b86d3ca]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:05 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [bd80cbf92844dace9d9d93bc100dfe631512827b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:04 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e65348a71ff9782b9c6ff83e225040c5fbf76e56]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:03 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2ccb833730a7336b8b48e816fd31ea9ee2f682f0]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:02 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2ed271c52c93e47608289a354b57ad584f7a8b25]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:10 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e90d3d78af21bef993c27d93c1c7de9bf6d2afb4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:01 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4621063b6fde9263509bee6de42bfdaf6b66ffcd]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:09 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [09412b4f78b7b5f3d5e16c0af8aaaba52087367e]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:08 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0c60349317376c35c3d74ef7a608a3b14781c652]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:12:00 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [150e514282f0d71d3e08d974ad931e237d2977f7]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:07 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [5445f9414aff21c54e655070f5a59d1d9ab32c8b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:59 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b286d9eada7da41265b8492c24829ee714932575]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:58 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [768312af2bc7e651cb1900a3217e9a5659660b1e]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:57 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [72e608c7e357c5dcc6735c378a9a242ba1b4acbc]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:56 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [a8c9b1e29711cd68b7dc1d6ca376fcbd16b7cbd9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:06 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0eab985c563ae0be5f9db9022efdc742f05508e7]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:55 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3e9a1a40278c305d4faeec3009aa269d7c0cb2b5]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:05 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [aa475a34e41c7bee5a3b7a4c6cedd1072fcb47ba]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:54 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [8706cdcd42ea93c86e511faa5aed75f77c08f437]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:04 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [92b5d8d07358620047463be319234b4c04982dc4]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:53 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [698170d0eaa37682ef8fbe2b7140c3bc6fa3b58c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:52 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4fbfe050dfdf84f3da0654bff478b88e333678c5]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:03 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [7ccd8ed255cf32afe5836e7ba356d3c43391e61c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:51 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [6806b6311318e5102d92da00498640228e046efd]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:02 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [10c98224ebfd9786f312453232791e912c48db42]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:50 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [5947eda4ec1c1a0aa435625de9dd47a5f62cb225]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:01 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [5a4e5023b4a43a2d7b05303ec49923b92a695c4b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:49 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [d367a50e8f4663a709939a6fc934d0bcabd939e7]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:42:00 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [5002ebad4f6e264352f73841c150dccf89148452]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:48 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4429c34da782b72430f1c74e124fed7eb76a9cda]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:47 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [b57b87a8937fd854d22cfad011931a20a56822a6]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:59 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [95b9abfd11d38a32676dedebb9ab03eb184af6f9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:58 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2f2ea964d4a7f10ee6df7a7929054eb81a79c54e]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:46 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2c4c4ef34f02a375859b870f01796b7ad5290bb9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:45 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [ee2dd60c79a3ca472bb970fa1396343c353e953d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:44 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [016ee6b8b78b9648703ce8084565e7e5ea2b2316]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:43 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [8005588793cfec7bd77aedd16fe07fda563710d0]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:42 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e675802adef844b2f32274b2bbbe1e176cdc6dd1]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:41 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4a456c9e34c36542d9ffa1996c986c89d49334f8]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:40 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [74164bac9fd8205e8f9509f51c2826da0a108b4d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:39 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [4b5fea4fe1101559bfbe9c76b6b3857bb3e851c9]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:57 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [2d744723ae06a018d120050c5ee38bb631236934]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:38 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [ffa2faf4764917e128dcc8c22b6eb9b206fc944b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:56 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [f0e50fa1c1129e345c692caa06ab54f8ce615a79]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:37 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [7ee476bab52133649f2b556de6f5a17c9d5de5d8]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:36 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3fcdd291b2d5e74514c2fb93ba8bbf87c1223b9a]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:35 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [a9c78dde76c1e1216326aea63755c07d652adf01]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:34 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [35e44db623bd191cab173abdd1ebe81a904939c8]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:33 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [8e1b979d3b5126e979f00c51cf9b05ea4091dcdb]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:32 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [1b25badb454afe2047dc28955e022402f37b070d]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:31 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [3eadb5145b3a42d2cc63433370577cd7c796aa3c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:30 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [0480079d6b98071d048933ca8349b03cc68696d3]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:29 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [5820a5fec2f60d63b61e2a0ea0ee44d27c83ad3c]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:52 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [e9c8870a430ff5d1eae9331e7efe5089e2388f5b]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/09 17:11:28 ihi 1.1.2.1: #i48735# Bulgarian lang support

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [575dd3ce4086afb942a1f13f344df51929b78028]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/16 20:41:51 pjanik 1.1.2.1: #i49543#: Add en-GB extras

2005-06-24  Vladimir Glazounov  <vg@openoffice.org>  [6ec75f3ee6ab46e01eb9bb758c0f30524ccc6401]

        #100000# write error info only when all child processes have finished

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [a8775b360347a37af0679f23c809563a0edc3cef]

        INTEGRATION: CWS ooo20l10n (1.9.30); FILE MERGED 2005/06/15 09:45:50 jb 1.9.30.1: #i49581# Add Linguistic.xcu to create ForceDefaultLanguage module. Needs SCPZIP_REPLACE to get language substituted.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [42793b9d4952ac0297876ed643c500ed44783160]

        INTEGRATION: CWS ooo20l10n (1.1.2); FILE ADDED 2005/06/15 09:45:50 jb 1.1.2.1: #i49581# Add Linguistic.xcu to create ForceDefaultLanguage module. Needs SCPZIP_REPLACE to get language substituted.

2005-06-24  Rüdiger Timm  <rt@openoffice.org>  [ac5f150e79c82bac5f0304692a1fc4c789bc2ee4]

        INTEGRATION: CWS ooo20l10n (1.39.2); FILE MERGED 2005/06/09 18:16:44 ihi 1.39.2.2: #i49578# gu-IN and pa-IN support 2005/06/09 15:59:20 ihi 1.39.2.1: #i49367# vietnamese language support

2005-06-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [18b4c4c30045435cc69f58c70e9098b0d7440347]

        #i51049# fix win/tcsh build breaker

2005-06-23  Hans-Joachim Lankenau  <hjs@openoffice.org>  [a4ae50fdfc91769bc04e037072dbef96d1fb174f]

        #i51049# fix win/tcsh build breaker

2005-06-23  Rüdiger Timm  <rt@openoffice.org>  [fe148dc986044249b5337f26ccd3cbbeb2e45884]

        #i10000#,#i50767# By making setup_native independent from sfx2 we lost the (implicit) dependency on transex3.

2005-06-23  Rüdiger Timm  <rt@openoffice.org>  [9a08efafb995abcffbedabd44615298a1b038db0]

        #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>  [bd87b1e6e420c4e759169649a2722b1233bae6fa]

        #i51130# cachestr.hxx still needed by module sot.

2005-06-22  Rüdiger Timm  <rt@openoffice.org>  [20cac0942d5861d448810e97d52a82842a35c6fe]

        SRC680

2005-06-22  Oliver Braun  <obr@openoffice.org>  [334cd1d9653457211ce402116adf5a12cdbe875d]

        #i51092# essential fixes for debian menus to work

2005-06-22  Rüdiger Timm  <rt@openoffice.org>  [e04f63b26423805823f0147da0ac91aa9275c326]

        #i10000# Syntax: removed backslashes after last lines.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [8bb1ce9778947393ca6c7bda4c68d6d160ef23df]

        SRC680

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c851d581f177b6562d61a807d5a2844765d3690e]

        INTEGRATION: CWS bserver01 (1.14.4); FILE MERGED 2005/06/21 16:06:24 kz 1.14.4.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e970f8a560474b1d733e6e9d88ea3ba8c158cb93]

        INTEGRATION: CWS bserver01 (1.5.36); FILE MERGED 2005/06/21 16:06:23 kz 1.5.36.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d6f4289b4586af570ec5a0965a3735fefd78099e]

        INTEGRATION: CWS bserver01 (1.17.4); FILE MERGED 2005/06/21 16:06:23 kz 1.17.4.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [395ed53e399f7c01c8e5d9f4d0f87d1eb17dcde0]

        INTEGRATION: CWS bserver01 (1.3.48); FILE MERGED 2005/06/21 16:06:23 kz 1.3.48.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [9fa164e3f72a040307dbebf1c33b394f3b693085]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:40 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c678bc43c9a695ef32531bc24f6e21a2f3c7ee09]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:39 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d2385eadda48c42213bdc9ec170fb07240ff94d1]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:38 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b3e16ef584b5fc823c16cd725cd1da0274506523]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:37 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c00546960310ec99050ee97a29e371054aeb1c00]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:36 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [232de0595d57d2015c42394812e989bd2931fce4]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:35 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [579a13308ca6e23dd5003ee4492934107ad39144]

        INTEGRATION: CWS bserver01 (1.21.8); FILE MERGED 2005/06/21 16:06:22 kz 1.21.8.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [527fe2aa36a95b3175360ca043bc75f622897e2b]

        INTEGRATION: CWS bserver01 (1.2.136); FILE MERGED 2005/06/21 16:06:22 kz 1.2.136.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [be610b49613ca9b20777860fe28520a318226746]

        INTEGRATION: CWS bserver01 (1.1.2); FILE ADDED 2005/06/21 16:13:34 kz 1.1.2.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [4505d94919f487af25134f7183e87d97a7d4a27b]

        INTEGRATION: CWS bserver01 (1.14.36); FILE MERGED 2005/06/21 16:06:21 kz 1.14.36.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [caf68ffe43e1d8fa0f5724482a144d096089f052]

        INTEGRATION: CWS bserver01 (1.5.36); FILE MERGED 2005/06/21 16:06:21 kz 1.5.36.1: #122892# move communi to automation

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [9af7d68891af9e7975ee882e4907831ee06097f4]

        #i10000# bigint.hxx and color.hxx still needed elsewhere.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6e9b05e95352b0c22c5e80f96b22b50360fad5ce]

        INTEGRATION: CWS sysui08 (1.33.30); FILE MERGED 2005/06/20 14:17:38 obr 1.33.30.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6d06017a0cc16de89a55da4116aff5bcf9104123]

        INTEGRATION: CWS sysui08 (1.27.56); FILE MERGED 2005/06/20 11:56:41 obr 1.27.56.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [8d3810143d740beae36e380709595ff43ee34818]

        INTEGRATION: CWS sysui08 (1.35.22); FILE MERGED 2005/06/20 12:34:08 obr 1.35.22.2: #i48992# debian menu integration 2005/06/20 11:56:41 obr 1.35.22.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [40a86ec96859c44eac3444704be3110ea2d72575]

        INTEGRATION: CWS sysui08 (1.5.8); FILE MERGED 2005/06/20 11:57:53 obr 1.5.8.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a2896f14787d5d2cc43d2e26c63615268fb45516]

        INTEGRATION: CWS sysui08 (1.1.2); FILE ADDED 2005/06/20 11:57:52 obr 1.1.2.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0f1d46e6aa4987cf81ee8067e8ff71442a956bf8]

        INTEGRATION: CWS sysui08 (1.1.2); FILE ADDED 2005/06/20 11:57:51 obr 1.1.2.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [dfd71afae1ca59446b66f68dc6ffc10eef203133]

        INTEGRATION: CWS sysui08 (1.1.2); FILE ADDED 2005/06/20 11:57:50 obr 1.1.2.1: #i48992# debian menu integration

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [bc4edc1e183ba0e6c86b97323da4f3b4103ffa01]

        SRC680

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a520fb2a8f0a13bc1053f3c08be8b7b9f7a03d5a]

        INTEGRATION: CWS optionalbase (1.13.148); FILE MERGED 2005/06/16 07:41:22 fs 1.13.148.1: #i46898# building source/base

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b0cfec69c4eb196ec7e6affc95fd2b4c1437102c]

        INTEGRATION: CWS optionalbase (1.19.148); FILE MERGED 2005/06/16 07:44:03 fs 1.19.148.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [330278a08df0acd7230de6f3a4cc372947e4b6ce]

        INTEGRATION: CWS optionalbase (1.4.248); FILE MERGED 2005/06/16 07:42:54 fs 1.4.248.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [4e0334aea86d337c558232214b3ae6bd664330dd]

        INTEGRATION: CWS optionalbase (1.12.40); FILE MERGED 2005/06/16 07:42:54 fs 1.12.40.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [dc155b4a54487317bf03498f1132dbc51c38d793]

        INTEGRATION: CWS optionalbase (1.15.30); FILE MERGED 2005/06/20 14:43:11 fs 1.15.30.4: sbase.exe moved to dedicated module 2005/06/20 12:07:19 fs 1.15.30.3: #i46898# finally, a complete own module for Base 2005/06/17 14:18:48 fs 1.15.30.2: re-introduce the Base files - will be superseded by new versions with another name 2005/06/16 07:42:53 fs 1.15.30.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [25161dd8070288ddc11da12cd399651d91952027]

        INTEGRATION: CWS optionalbase (1.3.252); FILE MERGED 2005/06/16 07:42:52 fs 1.3.252.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [044b90dfdd15672bc5030a31109b03c9bef8273e]

        INTEGRATION: CWS optionalbase (1.4.148); FILE MERGED 2005/06/16 07:42:52 fs 1.4.148.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [48bd780efb2160875a6f1732392a15151deb3aec]

        INTEGRATION: CWS optionalbase (1.92.12); FILE MERGED 2005/06/20 12:07:19 fs 1.92.12.3: #i46898# finally, a complete own module for Base 2005/06/17 14:17:01 fs 1.92.12.2: re-introduce the Base files - will be superseded by new versions with another name 2005/06/16 07:42:51 fs 1.92.12.1: #i46898# moved some items to dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0c9424b0384079b55e6c8301533bb0762c111fbf]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/16 07:44:11 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a28e0eb5db0969dbb0c2f59b44f754de8925ebf9]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/16 07:43:57 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5342f4a8748655d2be3778e63fff5aff38f8ec56]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/20 12:07:18 fs 1.1.2.3: #i46898# finally, a complete own module for Base 2005/06/17 14:21:51 fs 1.1.2.2: no help module anymore 2005/06/16 07:44:11 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f350754dcfe27365f312fc72b6156ed29cbb8933]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/20 12:07:18 fs 1.1.2.3: #i46898# finally, a complete own module for Base 2005/06/17 14:21:16 fs 1.1.2.2: no help module anymore 2005/06/16 07:43:56 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ef6b6d7966ca663cff64c7d5c7a275a0c5ffb656]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/16 07:44:24 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [527a90339dd23d9aad5402e279d7b2513a7fdb0b]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/16 07:44:10 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ac2803d0ac4e562dcb51efc467febe496dc1ebb7]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/16 07:43:55 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [53980c419e7779e7db959b13a3971d11288d331a]

        INTEGRATION: CWS optionalbase (1.1.2); FILE ADDED 2005/06/20 12:07:18 fs 1.1.2.4: #i46898# finally, a complete own module for Base 2005/06/20 08:09:56 fs 1.1.2.3: no need for sdatabase anymore - it's SO only for compatibility reasons 2005/06/17 14:20:39 fs 1.1.2.2: do not take the original files formerly in another module, but supersede them with new (similar named) versions 2005/06/16 07:43:54 fs 1.1.2.1: #i46898# dedicated Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7993a1d116db237de2b908fde9de77c606aa0af6]

        INTEGRATION: CWS optionalbase (1.110.66); FILE MERGED 2005/06/16 07:48:56 fs 1.110.66.1: #i46898# no data source browser if no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [89722966269c42fd41a9d50536b268f467ad60ac]

        INTEGRATION: CWS optionalbase (1.56.88); FILE MERGED 2005/06/16 07:48:05 fs 1.56.88.1: #i46898# no address data source organizing if no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6940286e277511f35d7f55c0088fb464295fb40e]

        INTEGRATION: CWS optionalbase (1.22.144); FILE MERGED 2005/06/16 07:48:32 fs 1.22.144.1: #i46898# SID_TEMPLATE_ADDRESSBOOKSOURCE needs a state method now (not available when no Base is installed)

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [9c2c71462e363d98d2d6d1e0954c9d85cf4a14d2]

        INTEGRATION: CWS optionalbase (1.23.56); FILE MERGED 2005/06/20 13:36:44 fs 1.23.56.2: #i46898# 2005/06/16 07:45:16 fs 1.23.56.1: #i46898# no data source browser if no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ba77203e37130ec7dd2f0c897de7ecefb2be1a8b]

        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>  [0508201c51b357bde1f54c9246336c10fa0da632]

        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-21  Rüdiger Timm  <rt@openoffice.org>  [4be379cf03e0fac99177224dc3a7fcb4bd818728]

        INTEGRATION: CWS optionalbase (1.38.92); FILE MERGED 2005/06/16 09:09:40 fs 1.38.92.1: #i46898# no wizards when no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5441887d47790812b18c530b83be451515483431]

        INTEGRATION: CWS optionalbase (1.61.154); FILE MERGED 2005/06/16 09:07:24 fs 1.61.154.1: #i46898# no wizards when no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [32e99eb8024137c6a632cd9bcbc6b38e3c85aa93]

        INTEGRATION: CWS optionalbase (1.17.308); FILE MERGED 2005/06/16 09:08:05 fs 1.17.308.1: #i46898# no data sources button when no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d9c95c1f0719fb0be11f15742a29a5180e8c0626]

        INTEGRATION: CWS optionalbase (1.33.128); FILE MERGED 2005/06/16 09:11:26 fs 1.33.128.1: #i46898# no data source browser when no Base is installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [83409d9d110d574b0b181489c76ccfb185743c92]

        INTEGRATION: CWS optionalbase (1.9.34); FILE MERGED 2005/06/16 07:39:14 fs 1.9.34.1: #i46898# extra Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ae0a035bb91441176bcc524133b10d9657851e7c]

        INTEGRATION: CWS optionalbase (1.31.34); FILE MERGED 2005/06/16 07:39:28 fs 1.31.34.1: #i46898# some items depend on Base being installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5d3edcfe39b6fcd279c63ded12f1d3676b32fd51]

        INTEGRATION: CWS optionalbase (1.5.10); FILE MERGED 2005/06/16 07:39:05 fs 1.5.10.1: #i46898# extra Base module

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [2d2e53edfda70a96f64514792f0afc912b78dbf1]

        INTEGRATION: CWS optionalbase (1.21.14); FILE MERGED 2005/06/16 07:38:35 fs 1.21.14.1: #i46898# some items depend on Base being installed

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [28d7dc5ffd9b5a40840baaa52060dabe6b117b00]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:44 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6bf85a6651f21858658394e241c6f9040f7c4a0e]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:43 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [626262af72900523d24aaac5a0172ffcf11e3d6c]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:42 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [1c6d603572c8cce206dc2b936e58ac7f45c0c908]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:41 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [45da363cc01cb84f1bdfdba80b201b0b892d2220]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:40 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [381d1c3f2ad493f713c5616e4e3ec7e2dba6641d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:39 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7821eca94457214d7e2c380ae0c6923b39da33fe]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:38 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [168b0ae7756343b35d5750ece90357b7e5c60eb9]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:37 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [61cf75086cf1d6da3cf03e513a3e01bc923c59ce]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:36 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [bb26e12fdccfcb772b18fa0743e91ffaeb2764d2]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:35 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e827bbcb12dd43de837965c87a7fbba407ee61f9]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:52 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [91977fa06ee10726fd73d6651c976c82ee7bff5c]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:51 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6e2b3b5f840c8f6996375867223b366a8aabb82e]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:50 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [dbe73e9125b2fda814afea9148c3200358636d90]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:49 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [630599ec07bd0d3ef4c2d499d6abdbdc03bc8ac3]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:48 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [44a70d4422146cc2fe0bc0db4b9506cc60c3eed4]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:47 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [9489dcede120db9059d2db5bcfdec0886b4e390d]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:46 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [eddcaff6a028290032c0a7a25ac33aba22d60c82]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:45 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ddf3405ce9407433f274642ae257784d5ac2c385]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:44 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b4b9a5c825406c1487794315718e387460facaa1]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:43 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [571057cf7d2b1b87945e4ac7596e5cf3e815f789]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 17:55:42 pjanik 1.3.12.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [9d4f6f58f9fbdcef20f2be9495d9379e969afcc4]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:34 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a584367501e5d31b6b5463be1ad993f220ce08fd]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:32 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a05f2f102a65c04a2f2382973ce9786371b1700d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:29 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b87fe19582cc1107a4ca07f9de120cb1cafe6639]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:27 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f43e8239a01490612a576c50ebb6140cd521b8cd]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:26 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [8c12bdb0a8dd1a65a399a5b3cb89e563a32ee2c7]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:25 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [67d386d97f48f51a689ba62b2aa774a1c9b6d078]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:24 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [060920a2ba7117152c16cfbdaabd38bf1be3baf9]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:23 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [41c08fefcc2e4c5c3de418bfcf6c23e07618f52a]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:21 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f387c6b5b3046348d7452755f5490814c7ecc842]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:20 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c4260d512793e24be21abfd5a706ed4d47c0c60c]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:19 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [66cadf7e9e52b7ef79619faaaa9a7c041a2ae346]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:17 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [483afd1365c568885e67cd00755e14087754d908]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:16 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0ba8028a92e1c8164bf207f64839c86e2b9cfa61]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:15 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [4e250825143f8e278d3aeaae9fdcf201986c3efe]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:13 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b240f6a84336a96e9cc2810934547b7a846f0136]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:12 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d3af1e4aa4d0ff5f3a025635c35c5cdbfa3d097d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:08 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b89b356b1e457528616e25f998676208c9d8e050]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:07 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [be4d10f3092725d056c0404a4fcb6389d9797570]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:18 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [3f43534fe8f294dd0ba11b2fe2792c6f886e3450]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:16 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d0865be5f40ddf6b45b103fab17b07d657636a0f]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:15 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b2f12c6108c658209628ffea248d34a4bc30edf1]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:14 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7b4a39d0718c99a97d64f8b1db2f767c6e9200c4]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:13 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [3ccbb0629aec272058df34406bc23978090ffc30]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:12 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7f34622597b97a2731d77cab7da8c5141afa0cea]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:11 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [4213b4d98b090a6eaf0f8ba7ebea039bf8ff1e1d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:10 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [668469f369e595a743d5e2b93d6d369c943d1e94]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:09 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a512f6579d1a07a2e630f8fe5be50b37d8aec41c]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:08 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5f2cf3cbdd684fb05003eb0b647eb1abb16f7142]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:07 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b2fa2d82190734c4889730597e04c2e8049f3215]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:06 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b7b0345d184d754fcbc67878a7c85e811a27bd2c]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:05 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [00afa8775c4ca6036c5ae4e6ffe16818d37bbc21]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:04 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ad965d94633cdb8c901e01fa57073aa5d4a2514e]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:03 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [98b67125579a1a474b6abfc5e837c3ebcba1ba97]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:02 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [842063f5de46b2a5d72743e77f042d0c4b949321]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:01 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [49922f6b16697f9ca1f9adefaf676f50eb5609ae]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:25:00 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5fd20b20fd4d2d9f292275c9539dc4253d6cf5ec]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:59 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [dc8a6e5d76fdaf274bba8b5cea146b18f41f7267]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:58 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6a3f6c53b48bb1c683b9e932605185a73622ba2f]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:57 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e11ca8bd59ca3b6d2ade63e864a3ec276e951c4e]

        INTEGRATION: CWS pj29 (1.3.12); FILE MERGED 2005/06/02 15:17:05 pjanik 1.3.12.1: #i46742#: Add Danish extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [4c088186300acf37b84498145ca1a8f01507f82c]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:06 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [2dacf676522320c283fd2e8d09d325df711e6353]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:05 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5aa7fbca9a3fd8397b222149572f827f09d89664]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:04 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5eee2d2bf07e17f2dd9d951b14b54553159b6162]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:03 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [3470decd50295f7cec778a9b5b6e4052738e5278]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:02 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d801bafe695a4762666bcc54fbfa6e4931838b17]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:17:00 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [76400c8b8a327cf00a0c9b5391278a56b78c7550]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:59 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [eaac3dec9a8a5d93387716365be9f9706fdfbcb5]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:56 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e01d67bec9950b721a75f698ea6deb219a362156]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:55 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [844393848bcd5d1a256d8f9955b1ad560dc47c32]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:24:54 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [cfe334e69d526962b1c4a6afff984bcf871cd573]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:58 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [53667ac6caf5bd3a5bf9e07ae338086712af82d6]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:56 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b728a5be33fcfb5ecca08726adaa7dcafca3617e]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:55 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [51e9c25244bdb8263f26acfd9934d1a2678f470d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:54 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [23893f5086dcfd3bb9a46f6945926ebec495c4ed]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:52 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [3a260df9cd58f5d530832f51fbabcfa6d01d966e]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:02:39 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a4c966fa9eca66f0bb13de3cbf3865b3d9a8fa27]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/02 19:02:38 pjanik 1.1.2.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [5404db078c1436092d5a8fcda87a83621ac4e3b5]

        INTEGRATION: CWS pj29 (1.2.94); FILE MERGED 2005/06/02 15:19:11 pjanik 1.2.94.1: #i46742#: Add Danish extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [15d86740fec6e2819a8a7168cc13abb5b0cf3a4a]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:22 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [50ae8b64d91b711668dd1ffa273ce9f78f707cef]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:51 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [1c2d1caec825d850bad9da46496af18a92c19757]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:50 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [54ef66106e44e0517243f6d847427101e5c0d307]

        INTEGRATION: CWS hr16 (1.10.52); FILE MERGED 2005/06/13 16:35:16 hr 1.10.52.1: #i47959#: fix gcc-4.0 warning

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0c88092eb408e6b7daeb2eaa91a43600bf7d2f89]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:48 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a7f665c70b285a61a154af3e460a7d8c23715ffe]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:47 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a8824687b49c6bff83eb36905629c52e4278f4e9]

        INTEGRATION: CWS hr16 (1.9.34); FILE MERGED 2005/06/20 13:27:18 hr 1.9.34.1: #i47963#: add missing return statement

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ba204375abeeefca23a27a3eb4a3952cf5cbbdeb]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:46 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e2444be24ae349e34b96ff3547e601510b17bf4c]

        INTEGRATION: CWS hr16 (1.5.294); FILE MERGED 2005/06/13 17:01:13 hr 1.5.294.1: #i49473#: do not accept scrambled passwords ending with a space

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [b177551d1b2b82b592d8e07a684929d90dee884d]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:45 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7f6cd03d056b2dc766bffbbec25178f54a3327c8]

        INTEGRATION: CWS hr16 (1.14.188); FILE MERGED 2005/06/10 11:43:08 hr 1.14.188.1: #i49815#: clean up check for MWS in EIS database

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d74fa3f561684630ac4f2f2f820bb8c285ed4970]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:44 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6e3bd58e802227181148fbfd3d6a6382fae0b783]

        INTEGRATION: CWS hr16 (1.6.12); FILE MERGED 2005/06/10 12:51:30 hr 1.6.12.1: #i47965#:  add missing return statement

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [1d596e978dc13cefce4ccaf630d8e2d548813fe7]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:43 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [8c285ce837dfd9b908ed26c38b1eb02dcc9324f3]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:42 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0ae9e25f09abbbb500bb93d0abcfb2d8e5542653]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:41 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e227a83bdb50621eef3cd57466fdf0afeb82f0c5]

        INTEGRATION: CWS vq16 (1.99.4); FILE MERGED 2005/05/28 16:58:18 vq 1.99.4.3: #i49856# Let configure error if libcp.lib from PSDK 04/2005 is found. 2005/05/27 12:51:57 vq 1.99.4.2: #i49945# The PSDK_HOME variable must not end in a slash. 2005/05/27 03:17:34 vq 1.99.4.1: #i49945# Make configure find the 04/2005 PSDK if installed.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [99159aa0194e7fbadecce000ffc55e81137e3828]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:40 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [63e92060797a1939ebef4be4d577e9a5aeb89119]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:14 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [86a3c71dbce18e0673bee677baaa13586f55b92b]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:13 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [ca5e7e5ef4bfcf3e7a5d126bdfad6a696d0d4fcb]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:39 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [73d9567240ba3ed9ee12441d0a42d7b0eef26f8a]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:38 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c26c2a064febbea295903a4b917b42f92ddbb0d6]

        INTEGRATION: CWS vq16 (1.117.4); FILE MERGED 2005/05/28 16:58:21 vq 1.117.4.3: #i49856# Let configure error if libcp.lib from PSDK 04/2005 is found. 2005/05/27 12:51:59 vq 1.117.4.2: #i49945# The PSDK_HOME variable must not end in a slash. 2005/05/27 03:17:35 vq 1.117.4.1: #i49945# Make configure find the 04/2005 PSDK if installed.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [105153dcb73af4f4e8dbfeed632fbadabb1be129]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:12 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [7f29f12459bc7d01010e0c18070d4e65c980dc9b]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:11 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [6ee76ea0803777ef70ea19f124ba1e3625539039]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:10 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [1a0d3fa2a09faa94a686166e9688567f80456c36]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:33 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [24c9459b7c3b49ac5991a1e92eb6b8336f7cd1bc]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/07 19:16:32 pjanik 1.1.2.1: #i50400#: New Slovak extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [dd14efab9964098b18db74cf2f64400119ce9fea]

        INTEGRATION: CWS pj29 (1.3.42); FILE MERGED 2005/06/02 16:28:40 pjanik 1.3.42.1: #i47633#: New Hungarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [a5a87009fb947cc8a63e66a1d091d8c4d057a434]

        INTEGRATION: CWS pj29 (1.1.2); FILE ADDED 2005/06/06 20:07:09 pjanik 1.1.2.1: #i50084#: New Bulgarian extras for 2.0.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f8864e91f942ccbe499ac7ee30f62dd5509af875]

        INTEGRATION: CWS rt11 (1.2.62); FILE MERGED 2005/06/15 13:05:25 rt 1.2.62.1: #i50767# Moved qswin32.h from sfx2.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f7e5369a9ddd3cacdf8771fa48afc80e9bc5bdbd]

        INTEGRATION: CWS rt11 (1.8.12); FILE MERGED 2005/06/15 13:37:17 rt 1.8.12.1: #i50767# deliver qswin32.h, moved from sfx2

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f393996a78de3ceb1cef78430d6d472ed7746295]

        INTEGRATION: CWS rt11 (1.13.16); FILE MERGED 2005/06/15 13:04:21 rt 1.13.16.1: #i50767# Does not depend on sfx2 any more.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c9b960c9fad143594b5719d8955699d5370c4607]

        INTEGRATION: CWS rt11 (1.1.2); FILE ADDED 2005/06/15 13:03:43 rt 1.1.2.1: #i50767# Move from module sfx2.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [49e164f61824baea1ff103474cdce93e62ef4019]

        INTEGRATION: CWS rt11 (1.31.82); FILE MERGED 2005/06/15 13:39:20 rt 1.31.82.1: #i50767# Moved qswin32.h to setup_native.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [c878ca226cda17b107238ea83a08b25b2e434380]

        INTEGRATION: CWS rt11 (1.33.190); FILE MERGED 2005/06/15 13:07:14 rt 1.33.190.1: #i50767# Moved qswin32.h into module setup_native.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [f29cf665113617656c4e97989e193a6821b48180]

        INTEGRATION: CWS rt11 (1.8.142); FILE MERGED 2005/06/15 13:07:56 rt 1.8.142.1: #i50767# Moved qswin32.h into module setup_native.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [25a599a45d24b60ee5de02bb4ba17ea569f62745]

        INTEGRATION: CWS rt11 (1.4.56); FILE MERGED 2005/06/15 12:21:58 rt 1.4.56.2: #i50763# There is no ..\util\hid.lst, so do not try to deliver it. 2005/06/15 12:20:33 rt 1.4.56.1: #i50763# No need to deliver

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [d55d90665f43974576a9fd448f7cb43009386782]

        INTEGRATION: CWS rt11 (1.4.10); FILE MERGED 2005/06/15 12:29:26 rt 1.4.10.1: i50766# Does not depend on sfx2

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [e1c60d453c9876462c1448fdb6d0072b6ba02cac]

        INTEGRATION: CWS rt11 (1.89.52); FILE MERGED 2005/06/17 13:06:03 rt 1.89.52.1: #i50911# Do not leave possibly corrupted zip file when killed.

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [0a0b0684cf3a145002c59c2affa37fe7772b0995]

        INTEGRATION: CWS firefox (1.102.2); FILE MERGED 2005/06/16 15:37:28 rene 1.102.2.3: oops, forgotten , 2005/06/16 11:46:49 rene 1.102.2.2: fix typo 2005/06/14 10:34:38 rene 1.102.2.1: #i50708# allow build with firefox

2005-06-21  Rüdiger Timm  <rt@openoffice.org>  [2f7a33089e64251eac08fc87715f2dee6747c1e1]

        INTEGRATION: CWS firefox (1.120.4); FILE MERGED 2005/06/16 15:37:33 rene 1.120.4.3: oops, forgotten , 2005/06/16 11:46:51 rene 1.120.4.2: fix typo 2005/06/14 10:34:40 rene 1.120.4.1: #i50708# allow build with firefox

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [9b21ad9f59f62f53c1eaedde98923ea67e600945]

        INTEGRATION: CWS bserver01 (1.2.322); FILE MERGED 2005/06/03 14:04:46 kz 1.2.322.1: #122892# new libs simplecm & communi nessesary for testtool

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [fde8c51012bce69b735f75e96c6d03bc253d8afc]

        INTEGRATION: CWS bserver01 (1.1.480); FILE MERGED 2005/06/03 14:04:45 kz 1.1.480.1: #122892# new libs simplecm & communi nessesary for testtool

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [4f82a641417d2dde62f38d56acab48e36f606b19]

        INTEGRATION: CWS bserver01 (1.7.14); FILE MERGED 2005/05/20 11:42:16 kz 1.7.14.1: #122892# move communi to devtools & automation

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [8dd5c822f8064d4c6f10f2d46612349d1f8bcc6f]

        INTEGRATION: CWS bserver01 (1.9.16); FILE MERGED 2005/05/20 11:42:15 kz 1.9.16.1: #122892# move communi to devtools & automation

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [5095d60d6e8b15868e0eddcdf9858caf7deead14]

        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>  [72ad6a0eb43889c038281d019db66d776ed93940]

        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>  [b9448fdd5b6b5face93358aa6d19c8031789834f]

        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>  [6d270111d17f68ac54c075ec5d2c5258ce0b308e]

        INTEGRATION: CWS bserver01 (1.88.42); FILE MERGED 2005/05/31 11:40:42 kz 1.88.42.1: #122892# lib defines for port

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [ec6341ae96f37028c0572d32501ddd5f1516597b]

        INTEGRATION: CWS bserver01 (1.88.18); FILE MERGED 2005/05/04 16:20:44 kz 1.88.18.1: deliver resources alternative

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [5d7be6e8ef838dab5ec7955accac764d2b7bd9c8]

        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>  [19c3ac5c7c2a1bcf2a6f648d0bfbfd31d50d9950]

        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-20  Rüdiger Timm  <rt@openoffice.org>  [69b9291a66a7120e78753eb0c4e9f38e09d6cfc7]

        INTEGRATION: CWS vq18 (1.65.2); FILE MERGED 2005/06/10 18:26:47 vq 1.65.2.1: #i48825# Replace FIXME with correct URL.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [8581ed0ffd3661319aaae6e71718b20d2288743a]

        INTEGRATION: CWS vq18 (1.120.2); FILE MERGED 2005/06/16 02:15:55 vq 1.120.2.1: #i50783# Fix check for mscoree.lib.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [023bab78883461636203a459a507b44f552f9d99]

        INTEGRATION: CWS vq18 (1.102.4); FILE MERGED 2005/06/16 02:15:53 vq 1.102.4.1: #i50783# Fix check for mscoree.lib.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [7aaadfe642b30cacf6aae2bdc323c17028cb2abc]

        INTEGRATION: CWS vq18 (1.12.10); FILE MERGED 2005/06/15 15:26:18 vq 1.12.10.1: #i50689# Add switch to disable the loading of *cshrc files.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [ea518378f2bcf4187827d0c2515ec3c8ac0b918e]

        INTEGRATION: CWS hidforall (1.28.2); FILE MERGED 2005/06/16 09:40:22 gh 1.28.2.1: #i40269#building HelpIDs on all platforms

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [f867481d333dce97f2c2e28e8fbd9b6be130beda]

        INTEGRATION: CWS hidforall (1.3.8); FILE MERGED 2005/06/16 09:53:18 gh 1.3.8.1: #i40269#building HelpIDs on all platforms / get includes out of main

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [3db2f806d47de0759fef4fe70703e82c2dd87e42]

        INTEGRATION: CWS hidforall (1.14.38); FILE MERGED 2005/06/16 09:54:58 gh 1.14.38.1: #i40269#building HelpIDs on all platforms

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [a84d6433a7e1c54aed52587bd51299dd0264e975]

        INTEGRATION: CWS hidforall (1.13.64); FILE MERGED 2005/06/16 09:43:11 gh 1.13.64.1: #i40269#building HelpIDs on all platforms

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [17503e6ad769f97e4cc466b4ac8b80ef990fb171]

        INTEGRATION: CWS hidforall (1.2.18); FILE MERGED 2005/06/16 09:29:25 gh 1.2.18.1: #i40269#building HelpIDs on all platforms

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [eed6bedc7b677cfbdb3e43d3c718afba110be431]

        INTEGRATION: CWS hidforall (1.17.100); FILE MERGED 2005/06/16 09:52:17 gh 1.17.100.1: #i40269#building HelpIDs on all platforms / mostly by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [95c98b638cad0f6b40ae791925d336d2a6940980]

        INTEGRATION: CWS hidforall (1.17.100); FILE MERGED 2005/06/16 10:49:55 gh 1.17.100.2: OK, commands have to start in 1st collum 2005/06/16 09:52:17 gh 1.17.100.1: #i40269#building HelpIDs on all platforms / mostly by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [4c74ce7a135b8cb587a3b20d987dd8edf87c0121]

        INTEGRATION: CWS hidforall (1.152.42); FILE MERGED 2005/06/16 09:52:17 gh 1.152.42.1: #i40269#building HelpIDs on all platforms / mostly by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [d01ee37b2eec0e1c893b8a5bb567b42af59a174a]

        INTEGRATION: CWS hidforall (1.61.100); FILE MERGED 2005/06/17 09:49:33 hjs 1.61.100.1: #i40269# cleanup

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [fcea08645b4cbeadffb707f9e5247b0d7930f058]

        INTEGRATION: CWS hidforall (1.8.100); FILE MERGED 2005/06/16 09:52:16 gh 1.8.100.1: #i40269#building HelpIDs on all platforms / mostly by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [8b260077d0c8524bee04212733f7454d0be3651b]

        INTEGRATION: CWS hidforall (1.16.100); FILE MERGED 2005/06/16 10:49:55 gh 1.16.100.2: OK, commands have to start in 1st collum 2005/06/16 09:52:16 gh 1.16.100.1: #i40269#building HelpIDs on all platforms / mostly by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [ab18f7862f33203d9081433c321d02c55ffdd795]

        INTEGRATION: CWS hidforall (1.3.234); FILE MERGED 2005/06/16 09:51:31 gh 1.3.234.1: #i40269#building HelpIDs on all platforms / complete rework by AUSE

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [94ed148ce2a187c20885d588a83efc704d25e416]

        INTEGRATION: CWS hidforall (1.22.152); FILE MERGED 2005/06/17 09:17:55 hjs 1.22.152.1: #i50837# extend switch recognition

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [7ab72072e7030fbf3a7ff846a258b9394dc5c9b2]

        INTEGRATION: CWS hidforall (1.1.1.1.448); FILE MERGED 2005/06/16 09:53:42 gh 1.1.1.1.448.1: #i40269#building HelpIDs on all platforms

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [f99e2d969fbe1c88199af482d1dd56403db42fbd]

        #i10000# Specify path to openoffice.lst in target 'ure'.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [a16d728d9a2b0108a16e9dd568f2f4c675ae2cc9]

        #i10000# Target in makefile.mk is named 'openofficewithjre', not 'openofficewjre'.

2005-06-20  Oliver Bolte  <obo@openoffice.org>  [5249277bf894ad4307d058635124329ebf1f089f]

        #i10000# MYSPELL_LIBS undeclared, setting MYSPELLLIB to -lmyspell

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [8e87f6fcdd092971b6bfeac86b5da5266d91ce92]

        #i10000# New module 'ure'.

2005-06-20  Rüdiger Timm  <rt@openoffice.org>  [0e3b27cb7f938be74dfb79eea023dcf932334079]

        #i10000# Dependency on module 'ure' belongs into postprocess/prj/build.lst

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [f885484ef5a9a5fb446c0887734572e6349b44c8]

        SRC680

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [12a519a2ac74a8ceec1fa140f2266a64e3b4bc84]

        INTEGRATION: CWS nativefixer10 (1.19.120); FILE MERGED 2005/06/07 12:54:12 is 1.19.120.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [6a109fd52b0d2099d74d8dda4d13d05d570e4497]

        INTEGRATION: CWS nativefixer10 (1.2.324); FILE MERGED 2005/06/09 09:13:21 is 1.2.324.1: #i49227# stt resource in two ooo packages

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [169eb4445e162e0f9267b397d51f61be7ad7887e]

        INTEGRATION: CWS nativefixer10 (1.12.12); FILE MERGED 2005/06/17 13:41:54 is 1.12.12.2: #123298# different registryitems for Office, Patch and LangPack 2005/06/16 14:36:27 is 1.12.12.1: #123298# RegistryItems for Language Packs

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [8f5bfb80389b02d867542d0fed6d24400d00514f]

        INTEGRATION: CWS nativefixer10 (1.21.10); FILE MERGED 2005/06/15 15:23:13 is 1.21.10.1: #i50709# constant user dir

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [ca9aabb7a90fe1bd7c6cd7134b7ee55c271fbd0f]

        INTEGRATION: CWS nativefixer10 (1.30.58); FILE MERGED 2005/06/13 08:49:04 is 1.30.58.2: RESYNC: (1.30-1.31); FILE MERGED 2005/06/07 12:53:10 is 1.30.58.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [ba185b40881e0eb204466af16c3272f8009fc90e]

        INTEGRATION: CWS nativefixer10 (1.3.222); FILE MERGED 2005/06/15 15:23:13 is 1.3.222.1: #i50709# constant user dir

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5823f76eaa91013a1ac2c2716e9bb1fa2837caa5]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/07 12:53:31 is 1.1.2.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [fe4e8019b5287c30df9d983efff0dc1555edc2a0]

        INTEGRATION: CWS nativefixer10 (1.3.110); FILE MERGED 2005/06/07 12:54:39 is 1.3.110.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [cae5a06d79b7d3aedaa92bd1246f296c06fd2322]

        INTEGRATION: CWS nativefixer10 (1.2.12); FILE MERGED 2005/06/16 11:35:40 is 1.2.12.1: #123298# patch must have same ALLUSER mode as product

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [4b3b9d9a9f7667632ad18a1ed193497224d6b115]

        INTEGRATION: CWS nativefixer10 (1.2.12); FILE MERGED 2005/06/16 11:35:41 is 1.2.12.1: #123298# patch must have same ALLUSER mode as product

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [706cab536b7c57d945578e6212e501feeac96e4c]

        INTEGRATION: CWS nativefixer10 (1.6.26); FILE MERGED 2005/06/13 13:43:57 obr 1.6.26.1: #123452# teach user install scripts to install patches as well

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [4b7bfb1c80013c17401f6bf03611b930017f7a5f]

        INTEGRATION: CWS nativefixer10 (1.5.32); FILE MERGED 2005/06/15 09:09:17 obr 1.5.32.2: #123452# changed LD_PRELOAD to *_32 on Solaris 2005/06/13 13:43:56 obr 1.5.32.1: #123452# teach user install scripts to install patches as well

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [f64f8eb5fb7f7a27a45ac8ba377d453b15257af8]

        INTEGRATION: CWS nativefixer10 (1.6.32); FILE MERGED 2005/06/13 13:43:56 obr 1.6.32.1: #123452# teach user install scripts to install patches as well

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [27c6920a0a1423678b5e74d5d315487724640865]

        INTEGRATION: CWS nativefixer10 (1.6.12); FILE MERGED 2005/06/14 08:59:59 obr 1.6.12.4: #123452# no more admin file 2005/06/13 13:43:56 obr 1.6.12.3: #123452# teach user install scripts to install patches as well 2005/06/09 11:59:51 obr 1.6.12.2: #123452# install script on linux now allows updates too 2005/06/07 14:21:50 is 1.6.12.1: #123452# patch userland script

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5e7318edfe40c34bffc5e412e45a206bea06938c]

        INTEGRATION: CWS nativefixer10 (1.9.6); FILE MERGED 2005/06/15 09:09:16 obr 1.9.6.3: #123452# changed LD_PRELOAD to *_32 on Solaris 2005/06/14 08:40:08 obr 1.9.6.2: #123452# minor bugfixes for relative target directory support 2005/06/13 13:43:56 obr 1.9.6.1: #123452# teach user install scripts to install patches as well

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [d3159926d3b444980e8be95ddd715fc0c681793c]

        INTEGRATION: CWS nativefixer10 (1.10.6); FILE MERGED 2005/06/14 08:50:04 obr 1.10.6.6: #123452# minor bugfixes for relative target directory support 2005/06/14 08:40:07 obr 1.10.6.5: #123452# minor bugfixes for relative target directory support 2005/06/13 13:43:55 obr 1.10.6.4: #123452# teach user install scripts to install patches as well 2005/06/09 11:46:51 obr 1.10.6.3: #123452# install script now allows updates 2005/06/07 13:31:43 obr 1.10.6.2: RPM package list reworked 2005/06/07 09:16:44 obr 1.10.6.1: reworked check to install gnome package and added --ignoresize to --install call(s)

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5ff7cd0cdfea8018bcfb4a6e048560f82aebba48]

        INTEGRATION: CWS nativefixer10 (1.8.8); FILE MERGED 2005/06/13 13:43:55 obr 1.8.8.2: #123452# teach user install scripts to install patches as well 2005/06/07 14:20:16 is 1.8.8.1: #123452# patch userland script

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [d58559be20b8421fd29eeea436556b354dc0f612]

        INTEGRATION: CWS nativefixer10 (1.5.80); FILE MERGED 2005/06/07 13:17:07 is 1.5.80.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [2975cf97e3cb7c88d92da0921bdb6cb01f83c73b]

        INTEGRATION: CWS nativefixer10 (1.18.12); FILE MERGED 2005/06/15 15:20:17 is 1.18.12.5: #i50709# constant user dir 2005/06/13 08:48:31 is 1.18.12.4: RESYNC: (1.18-1.19); FILE MERGED 2005/06/10 15:00:44 is 1.18.12.3: #123407# new ooo with java 2005/06/09 12:28:44 is 1.18.12.2: #i50302# changing nsis download names for language pack 2005/06/07 13:17:07 is 1.18.12.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [12109d38bb93ad5223f444a0e8134899e1074408]

        INTEGRATION: CWS nativefixer10 (1.28.10); FILE MERGED 2005/06/13 16:00:51 is 1.28.10.3: #123407# python files for ooowithjre 2005/06/13 08:48:17 is 1.28.10.2: RESYNC: (1.28-1.29); FILE MERGED 2005/06/07 13:17:06 is 1.28.10.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [0665de514cbfb4a40ec33be5158adbba0046cdaf]

        INTEGRATION: CWS nativefixer10 (1.4.30); FILE MERGED 2005/06/09 12:34:57 is 1.4.30.1: NEW: ProductCode for Khmre

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [4e8709f82056001b45171154b16c5c1a330d5843]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/07 13:12:57 is 1.1.2.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [76cc7edfe73cdf20a22dff86236fefa3e836fc6f]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/10 14:59:53 is 1.1.2.2: #123407# new ooo with java 2005/06/07 13:12:45 is 1.1.2.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [4ece840d429103eb08a2301bd8530e89307415e2]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/10 14:59:53 is 1.1.2.2: #123407# new ooo with java 2005/06/07 13:12:34 is 1.1.2.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [76a3cae51bd672c71aa1fda7ae8493b7c013f056]

        INTEGRATION: CWS nativefixer10 (1.3.30); FILE MERGED 2005/06/08 10:31:42 is 1.3.30.1: #i50231# upgrade code for each language

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5ee239c4734a5c37ec7397ddf3c6f57b65b94b4e]

        INTEGRATION: CWS nativefixer10 (1.9.54); FILE MERGED 2005/06/17 13:44:32 is 1.9.54.2: #123298# different registryitems for Office, Patch and LangPack 2005/06/10 14:55:55 is 1.9.54.1: #123407# new ooo with java

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [31fbe90f248e855f7ede6e54d4f1a83555ff0f75]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/14 09:32:30 is 1.1.2.2: #123407# ooo with jre 2005/06/10 14:56:28 is 1.1.2.1: #123407# new ooo with java

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [874e5176a6b02c0dd1cc20bfe99b553a906865d2]

        INTEGRATION: CWS nativefixer10 (1.1.2); FILE ADDED 2005/06/14 09:32:30 is 1.1.2.2: #123407# ooo with jre 2005/06/10 14:56:17 is 1.1.2.1: #123407# new ooo with java

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [211873e4cee42203e8323f1640415c3d7e49050d]

        INTEGRATION: CWS nativefixer10 (1.23.40); FILE MERGED 2005/06/14 09:32:29 is 1.23.40.3: #123407# ooo with jre 2005/06/10 14:55:55 is 1.23.40.2: #123407# new ooo with java 2005/06/07 12:55:57 is 1.23.40.1: #123407# OOo with JRE

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5f757413fcd7028e9c3029c9849e714af16f1ef6]

        INTEGRATION: CWS nativefixer10 (1.4.52); FILE MERGED 2005/06/08 10:38:45 is 1.4.52.1: #i49932# empty samples folder in language pack

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [cac07274e1c22e02609affd5e99f497cdee765d8]

        INTEGRATION: CWS nativefixer10 (1.11.54); FILE MERGED 2005/06/17 13:43:24 is 1.11.54.1: #123298# different registryitems for Office, Patch and LangPack

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [44195e490a5393abecbbfc23b71154edfca98744]

        INTEGRATION: CWS nativefixer10 (1.17.4); FILE MERGED 2005/06/16 14:32:48 is 1.17.4.1: #123298# RegistryItems for Language Packs

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [f280622eda0fb0d5b3b2212f13218af891a70383]

        INTEGRATION: CWS nativefixer10 (1.35.14); FILE MERGED 2005/06/17 13:42:44 is 1.35.14.2: #123298# different registryitems for Office, Patch and LangPack 2005/06/10 14:55:21 is 1.35.14.1: #123407# new ooo with java

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [fb3fde36f31973c3400dfcca8063ee8257e585b8]

        INTEGRATION: CWS nativefixer10 (1.4.222); FILE MERGED 2005/06/06 13:01:42 is 1.4.222.1: #i50231# special handling for saving problems with log files during pack process

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [7db2498e2dfbb08fc52147368c865b81d1c8a519]

        INTEGRATION: CWS nativefixer10 (1.33.2); FILE MERGED 2005/06/06 13:04:58 is 1.33.2.1: #123298# different patches for Solsparc and Solia

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [0d82696d13ba13991d6ceadc544403e9724a2b89]

        INTEGRATION: CWS nativefixer10 (1.43.14); FILE MERGED 2005/06/16 14:32:11 is 1.43.14.6: #123298# RegistryItems for Language Packs 2005/06/16 11:34:35 is 1.43.14.5: #123298# patch must have same ALLUSER mode as product 2005/06/14 12:49:51 is 1.43.14.4: #123407# ooo with jre 2005/06/10 14:54:58 is 1.43.14.3: #123407# new ooo with java 2005/06/09 12:29:41 is 1.43.14.2: #i50302# changing nsis download names for language pack 2005/06/08 10:38:27 is 1.43.14.1: #i49932# empty samples folder in language pack

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [fddf90c5e9c61a4b44592f195b3f075a80cd4815]

        INTEGRATION: CWS mmt1 (1.8.102); FILE MERGED 2005/06/14 13:01:18 dv 1.8.102.1: #123610# Improved language support

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [2f5c3da781fa223150a8583b815830711dd31ce8]

        INTEGRATION: CWS sb31 (1.19.58); FILE MERGED 2005/04/21 13:46:02 sb 1.19.58.1: #121392# Added URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [fc35b0c397a4b2292ba8b14364e025806970f671]

        INTEGRATION: CWS sb31 (1.19.4); FILE MERGED 2005/06/02 13:31:43 sb 1.19.4.2: RESYNC: (1.19-1.21); FILE MERGED 2005/05/09 08:31:21 sb 1.19.4.1: #121392# Renamed URE use of UNO_[JAVA_]COMPONENT_PATH to URE_INTERNAL_LIB|JAVA_DIR.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d4aaa715032e1ccee3320c2040a489517a1f08dd]

        INTEGRATION: CWS sb31 (1.75.2); FILE MERGED 2005/06/02 13:32:52 sb 1.75.2.4: RESYNC: (1.86-1.90); FILE MERGED 2005/05/04 13:21:33 sb 1.75.2.3: RESYNC: (1.85-1.86); FILE MERGED 2005/04/27 12:53:14 sb 1.75.2.2: RESYNC: (1.75-1.85); FILE MERGED 2005/04/08 14:31:17 sb 1.75.2.1: #120220# Added new unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e5185cfce5a22970571ff5713fc16a2d675fad33]

        INTEGRATION: CWS sb31 (1.3.48); FILE MERGED 2005/05/26 09:18:35 sb 1.3.48.4: #121392# Moved URE-specific files to new ure module. 2005/05/11 14:46:02 sb 1.3.48.3: #121935# Added URE README. 2005/04/22 15:09:57 sb 1.3.48.2: #121392# Additional files that are part of a URE installation set. 2005/04/21 13:46:02 sb 1.3.48.1: #121392# Added URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c5117e17d1e644e60f55b9f979029950cfa43a45]

        INTEGRATION: CWS sb31 (1.13.58); FILE MERGED 2005/04/21 13:46:02 sb 1.13.58.1: #121392# Added URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [17136b39d1c480abd2fed3411ac74d4857123bbf]

        INTEGRATION: CWS sb31 (1.5.20); FILE MERGED 2005/05/04 14:46:51 sb 1.5.20.2: #121392# Fixed platform-dependency of previous fix. 2005/04/22 15:06:34 sb 1.5.20.1: #121392# Change RPATH of regcomp executable so that it is functional within a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [9bb38e64cd78bf86fe5352c22e36d9d4ab6b6596]

        INTEGRATION: CWS sb31 (1.1.130); FILE MERGED 2005/06/10 13:51:39 sb 1.1.130.1: Resolved ambiguity.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [fb6a7a58777113a46d1eeff32abf66819708642f]

        INTEGRATION: CWS sb31 (1.10.24); FILE MERGED 2005/04/18 14:30:01 sb 1.10.24.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f6a65692907791354abe9e70e6fddce035c2e080]

        INTEGRATION: CWS sb31 (1.21.12); FILE MERGED 2005/04/18 14:30:01 sb 1.21.12.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [379d13216b7f6594c4290d4ee12031fdb59c0327]

        INTEGRATION: CWS sb31 (1.3.22); FILE MERGED 2005/04/18 14:30:00 sb 1.3.22.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [096acf9895fc276b1ffd7c3d99e087ccde289c23]

        INTEGRATION: CWS sb31 (1.4.22); FILE MERGED 2005/04/18 14:29:38 sb 1.4.22.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself; fixed typo.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [bab73fc409fc9e6dffc978e61728b6c64314eaea]

        INTEGRATION: CWS sb31 (1.15.14); FILE MERGED 2005/04/27 12:50:55 sb 1.15.14.2: RESYNC: (1.15-1.16); FILE MERGED 2005/04/18 14:38:50 sb 1.15.14.1: #121392# Added URE-specific javavendors.xml (modelled on the OpenOfficeorg counterpart, with modified library paths).

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [19d842506602e0cc06d515559fab3bf29d1d8e78]

        INTEGRATION: CWS sb31 (1.10.12); FILE MERGED 2005/04/18 14:38:49 sb 1.10.12.1: #121392# Added URE-specific javavendors.xml (modelled on the OpenOfficeorg counterpart, with modified library paths).

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [797bac85d23de98ecfa9c2978e36e7a97b981fcb]

        INTEGRATION: CWS sb31 (1.3.14); FILE MERGED 2005/05/04 14:59:42 sb 1.3.14.2: #121392# Fixed platform-dependency of previous fix. 2005/04/18 13:12:22 sb 1.3.14.1: #121392# Change RPATH of javaldx executable so that it is functional within a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d8527bc55965b1cb7cd803d8fa1fc91248929f0a]

        INTEGRATION: CWS sb31 (1.18.10); FILE MERGED 2005/04/18 14:23:50 sb 1.18.10.1: #121392# Additionally deliver udkapi.rdb as ure/types.rdb.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e12c0178012d5b7f094460cf8a9965fc9763f1f1]

        INTEGRATION: CWS sb31 (1.16.14); FILE MERGED 2005/04/07 12:32:51 sb 1.16.14.1: #120220# Added functionality to com.sun.star.java.XJavaVM.getJavaVM to additionally return a jvmaccess::UnoVirtualMachine.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [695b24b14bd43d64f636301c4dee56be194c6158]

        INTEGRATION: CWS sb31 (1.10.24); FILE MERGED 2005/06/10 13:50:50 sb 1.10.24.4: #121392# Made STLport a public part of the URE. 2005/05/04 14:55:04 sb 1.10.24.3: #121392# Fixed platform-dependency of previous fix. 2005/04/28 13:54:01 sb 1.10.24.2: #121392# Include all four UNO runtime libraries, so that C++ UNO components running in the uno executable have a defined environment. 2005/04/18 12:44:46 sb 1.10.24.1: #121392# Change RPATH of uno executable so that it is functional within a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [2c9df7dfa8180214537fb3426c996ff2157e0539]

        INTEGRATION: CWS sb31 (1.12.4); FILE MERGED 2005/05/04 14:55:03 sb 1.12.4.2: #121392# Fixed platform-dependency of previous fix. 2005/04/22 15:00:56 sb 1.12.4.1: #121392# Change RPATH of regcomp executable so that it is functional within a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [211bee536d1abae52de3ec2e1f419eb021075aae]

        INTEGRATION: CWS sb31 (1.13.134); FILE MERGED 2005/04/18 13:07:54 sb 1.13.134.1: #121392# Fixed use of OSL_TRACE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [88651e02e05ad4be0ffa1981df859bd7a17c3c55]

        INTEGRATION: CWS sb31 (1.5.24); FILE MERGED 2005/04/08 14:23:27 sb 1.5.24.2: #120220# Distinguish between errors creating a JVM and errors instantiating the UnoClassLoader. 2005/04/07 12:30:16 sb 1.5.24.1: #120220# Adapted to the new functionality of com.sun.star.java.XJavaVM.getJavaVM to return a jvmaccess::UnoVirtualMachine.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5977d1497d80f164b8605f930bf7a20fe10963fd]

        INTEGRATION: CWS sb31 (1.67.6); FILE MERGED 2005/05/09 08:32:16 sb 1.67.6.4: #121392# Renamed URE use of UNO_[JAVA_]COMPONENT_PATH to URE_INTERNAL_LIB|JAVA_DIR. 2005/04/08 14:23:27 sb 1.67.6.3: #120220# Distinguish between errors creating a JVM and errors instantiating the UnoClassLoader. 2005/04/07 12:30:00 sb 1.67.6.2: #120220# Adapted to the new functionality of com.sun.star.java.XJavaVM.getJavaVM to return a jvmaccess::UnoVirtualMachine (TODO: initialize still needs to be adapted to also accept a jvmaccess::UnoVirtualMachine). 2005/03/31 09:10:42 sb 1.67.6.1: #120220# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [aa0bba3303180b05540a0f1266fc50b2ca4348c7]

        INTEGRATION: CWS sb31 (1.21.24); FILE MERGED 2005/04/07 12:27:40 sb 1.21.24.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [42b060d93fe04a99790e5aefa14efe5f1962bcb0]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/07 13:48:01 sb 1.1.2.3: #120219# Fixed copyright statement. 2005/03/30 14:05:37 sb 1.1.2.2: #120219# Fixed JAR file dependencies. 2005/03/30 12:41:19 sb 1.1.2.1: #120219# Added Class-Path information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a9a16bc9035fea9b5626db823ebf083d9d5d531c]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/03/30 12:40:36 sb 1.1.2.1: #120219# Added Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [4aba5ed37aa8393f0d37dd1b396940efbec67080]

        INTEGRATION: CWS sb31 (1.7.8); FILE MERGED 2005/03/30 12:40:11 sb 1.7.8.1: #120219# Removed dubious JAR file versioning; added Class-Path and Sealed information to JAR file; cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [45054eca7cbfd0be0a9e93fa1daadfc5f0ac8044]

        INTEGRATION: CWS sb31 (1.5.14); FILE MERGED 2005/03/30 12:42:04 sb 1.5.14.1: #120219# Added Class-Path information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d30200446008af56fda8e1ce032e699425b911eb]

        INTEGRATION: CWS sb31 (1.4.4); FILE MERGED 2005/03/30 12:42:04 sb 1.4.4.1: #120219# Added Class-Path information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c4461c12be92244543e9fe9c21a2b8f7aba08107]

        INTEGRATION: CWS sb31 (1.6.14); FILE MERGED 2005/03/30 12:42:03 sb 1.6.14.1: #120219# Added Class-Path information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [de702da5e92f390f7ffb0e53490693ae1565ffc2]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/08 15:33:03 sb 1.1.2.1: #120219# Added Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [ca3a053ded29ffedea98b4f2662ca536fb4996c6]

        INTEGRATION: CWS sb31 (1.3.30); FILE MERGED 2005/04/07 12:03:30 sb 1.3.30.2: #120220# Load Java UNO components with a class loader that inherits from the UnoClassLoader, and make sure that any (Java classes representing) additional UNO types that a UNO component brings with it are found by the UnoClassLoader (the latter still needs TODO). 2005/03/30 12:44:03 sb 1.3.30.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [6a6e8ab0cfa4ba48d0f3dce11e72fbb80aba1203]

        INTEGRATION: CWS sb31 (1.3.154); FILE MERGED 2005/05/26 14:45:25 sb 1.3.154.4: #121932# Adaption for wntmsci10. 2005/04/18 14:20:29 sb 1.3.154.3: #121392# Extended manifest Class-Path so that native libraries can be found. 2005/04/08 15:32:46 sb 1.3.154.2: #120219# Added Sealed information to JAR file. 2005/03/30 12:44:47 sb 1.3.154.1: #120219# Removed dubious JAR file versioning; added Class-Path information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [432886f313afb59c8fa0a535c5600812890122bf]

        INTEGRATION: CWS sb31 (1.11.30); FILE MERGED 2005/03/30 12:43:37 sb 1.11.30.1: #120219# Missing dependency.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a4fa3d01985949e0901a7165b5c063ce1f80f8e3]

        INTEGRATION: CWS sb31 (1.6.46); FILE MERGED 2005/03/30 12:45:47 sb 1.6.46.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e5447054c652824d173a3b80ba63af249f445d9d]

        INTEGRATION: CWS sb31 (1.6.46); FILE MERGED 2005/04/27 12:50:04 sb 1.6.46.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/30 12:45:47 sb 1.6.46.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [51717686dfc1bfa043c40fefcb94f718112ef6cd]

        INTEGRATION: CWS sb31 (1.2.210); FILE MERGED 2005/03/30 12:45:47 sb 1.2.210.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [80947b7d82c8635bca8ff366c6631250057aefab]

        INTEGRATION: CWS sb31 (1.5.36); FILE MERGED 2005/03/30 12:45:46 sb 1.5.36.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c5afab4c812bf7d31f8d105bb8250ebd773aeeb4]

        INTEGRATION: CWS sb31 (1.2.144); FILE MERGED 2005/03/30 12:45:46 sb 1.2.144.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f231b73072e85a29bc4a69a69a5c8085204f9a18]

        INTEGRATION: CWS sb31 (1.4.46); FILE MERGED 2005/03/30 12:45:46 sb 1.4.46.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e00c1ab5685a7844aad585e870a664252ac12b8e]

        INTEGRATION: CWS sb31 (1.2.154); FILE MERGED 2005/03/30 12:45:45 sb 1.2.154.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1f372e0a647ba643b6f601fb957a5d8fd537e5d8]

        INTEGRATION: CWS sb31 (1.3.170); FILE MERGED 2005/03/30 12:45:45 sb 1.3.170.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [89ee837795611b5ff288a233c96e2e1dac0ec331]

        INTEGRATION: CWS sb31 (1.2.154); FILE MERGED 2005/03/30 12:45:44 sb 1.2.154.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [9356d4c5990172ccfb81c062a8e6506f718d0f2d]

        INTEGRATION: CWS sb31 (1.2.210); FILE MERGED 2005/03/30 12:45:44 sb 1.2.210.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b612ee267b19f57941c6fcf1afdc88e717a97314]

        INTEGRATION: CWS sb31 (1.2.210); FILE MERGED 2005/03/30 12:45:43 sb 1.2.210.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5477fd2dce5b3a86fe654b43aa84fee814cf948a]

        INTEGRATION: CWS sb31 (1.7.30); FILE MERGED 2005/04/21 13:37:31 sb 1.7.30.2: #120220# Adapted to reworked unoloader.jar. 2005/04/07 12:03:29 sb 1.7.30.1: #120220# Load Java UNO components with a class loader that inherits from the UnoClassLoader, and make sure that any (Java classes representing) additional UNO types that a UNO component brings with it are found by the UnoClassLoader (the latter still needs TODO).

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f2eb9faff7b351a9b99fb9a3c69e6d8e4ede9779]

        INTEGRATION: CWS sb31 (1.3.170); FILE MERGED 2005/03/30 12:45:43 sb 1.3.170.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [955b5ba662e25b548a6165d74781e086f7fa5221]

        INTEGRATION: CWS sb31 (1.3.210); FILE MERGED 2005/03/30 12:45:43 sb 1.3.210.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [31b69cf0aeb2efa89e30d8d36c99593f56c3bc88]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/03/30 12:38:11 sb 1.1.2.1: #120219# Added Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b3177897ad087ec6d1998f0563809a7d4b775053]

        INTEGRATION: CWS sb31 (1.3.44); FILE MERGED 2005/05/26 14:44:59 sb 1.3.44.3: #121932# Adaption for wntmsci10. 2005/04/18 14:21:54 sb 1.3.44.2: #121392# Extended manifest Class-Path so that native libraries can be found. 2005/03/30 12:37:37 sb 1.3.44.1: #120219# Added Class-Path and Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d1ac8952c8177d1490ab3bce6f2655f02d0aa752]

        INTEGRATION: CWS sb31 (1.5.168); FILE MERGED 2005/04/07 11:54:11 sb 1.5.168.1: #120220# Use the current class loader instead of the system class loader to ensure that all UNO classes are loaded through the UnoClassLoader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d598bd7846a02eb894e9cf9590e0322ef6877c49]

        INTEGRATION: CWS sb31 (1.18.42); FILE MERGED 2005/04/07 11:57:06 sb 1.18.42.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [7cd3efac073bc1825780327dbaf0abb3062601e3]

        INTEGRATION: CWS sb31 (1.18.54); FILE MERGED 2005/04/07 11:57:06 sb 1.18.54.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [93dff1fbb98cc597ea9019b1a73a0e05af958dc6]

        INTEGRATION: CWS sb31 (1.10.54); FILE MERGED 2005/04/07 11:57:05 sb 1.10.54.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5e4947b50c05135ec8c6ed80a09349d82825b4a8]

        INTEGRATION: CWS sb31 (1.15.8); FILE MERGED 2005/04/18 12:41:43 sb 1.15.8.2: #120220# Do not use JNI_info instance before it is initialized. 2005/04/07 11:57:05 sb 1.15.8.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [3b3189b9f50ad95ed0acb4f9fd52f8b92ab875c9]

        INTEGRATION: CWS sb31 (1.5.168); FILE MERGED 2005/04/18 12:41:43 sb 1.5.168.2: #120220# Do not use JNI_info instance before it is initialized. 2005/04/07 11:57:05 sb 1.5.168.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [60465ed3189092c6099df153bde55067dc20117a]

        INTEGRATION: CWS sb31 (1.18.36); FILE MERGED 2005/04/07 11:57:04 sb 1.18.36.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [95642230ee067b5c32355bdf9e753dc2c0807c76]

        INTEGRATION: CWS sb31 (1.12.100); FILE MERGED 2005/04/18 12:41:42 sb 1.12.100.2: #120220# Do not use JNI_info instance before it is initialized. 2005/04/07 11:57:04 sb 1.12.100.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [328e5243e54d3ed4d2145781cd9a8fa9eb55f5d6]

        INTEGRATION: CWS sb31 (1.9.100); FILE MERGED 2005/04/18 12:41:42 sb 1.9.100.2: #120220# Do not use JNI_info instance before it is initialized. 2005/04/07 11:57:04 sb 1.9.100.1: #120220# Use jvmaccess::UnoVirtualMachine together with its UnoClassLoader (instead of jvmaccess::VirtualMachine) to load any UNO Java classes.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [866e0d415e37888e477d0b2d2bf0f449dbdcccfb]

        INTEGRATION: CWS sb31 (1.7.10); FILE MERGED 2005/04/18 08:35:56 sb 1.7.10.1: #i47459# Copied 1.7.14.2 from cws_src680_sb32 to here.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [ecfceb0dee60629ea16e17440d9d671ef84a4e01]

        INTEGRATION: CWS sb31 (1.2.10); FILE MERGED 2005/04/18 08:35:41 sb 1.2.10.1: #i47459# Copied 1.2.14.2 from cws_src680_sb32 to here.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [23c1e37b90fca7a45456f6b639bbbd824b75a58b]

        INTEGRATION: CWS sb31 (1.14.6); FILE MERGED 2005/06/02 13:25:06 sb 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2005/03/30 12:51:38 sb 1.14.6.1: #120219# Removed dubious JAR file versioning mechanism; added JAR file Class-Path mechanism.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [4d160a78ad47ee3b2eb1b1ecda172a1c41c328a1]

        INTEGRATION: CWS sb31 (1.8.8); FILE MERGED 2005/06/02 13:24:56 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/02 09:56:28 sb 1.8.8.1: #121932# Changes for URE wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [abbcaa2a9080ea4a4909c2792b3e21ae111ac3e7]

        INTEGRATION: CWS sb31 (1.19.48); FILE MERGED 2005/05/09 08:31:50 sb 1.19.48.1: #121392# Renamed URE use of UNO_[JAVA_]COMPONENT_PATH to URE_INTERNAL_LIB|JAVA_DIR.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [4dc3b9d009b6d3addff7292f402573d8f4d7ebd3]

        INTEGRATION: CWS sb31 (1.6.18); FILE MERGED 2005/05/03 08:16:01 sb 1.6.18.1: #121392# Do not remove the dot from RPM package names openoffice.org-...; for packages of OOo this seems to be no longer needed anyway, as those packages already have names without a dot, and for the URE package, a dot is explicitly wanted.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c81cb034ec939d8e5e95d289b4671b682b047aef]

        INTEGRATION: CWS sb31 (1.28.48); FILE MERGED 2005/06/02 13:23:29 sb 1.28.48.3: RESYNC: (1.32-1.35); FILE MERGED 2005/04/27 12:41:35 sb 1.28.48.2: RESYNC: (1.28-1.32); FILE MERGED 2005/04/08 13:04:22 sb 1.28.48.1: #120220# The javavm.uno dynamic library now depends on UNO services from the uriproc.uno dynamic library.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [4d85b5fc1a04312d6c088c341e8f3bad670bc57f]

        INTEGRATION: CWS sb31 (1.29.18); FILE MERGED 2005/06/02 13:23:40 sb 1.29.18.2: RESYNC: (1.29-1.33); FILE MERGED 2005/05/03 08:16:00 sb 1.29.18.1: #121392# Do not remove the dot from RPM package names openoffice.org-...; for packages of OOo this seems to be no longer needed anyway, as those packages already have names without a dot, and for the URE package, a dot is explicitly wanted.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [89c99006c243336173634025aee77f057236254f]

        INTEGRATION: CWS sb31 (1.36.8); FILE MERGED 2005/06/02 13:21:40 sb 1.36.8.5: RESYNC: (1.41-1.43); FILE MERGED 2005/05/04 13:16:53 sb 1.36.8.4: RESYNC: (1.40-1.41); FILE MERGED 2005/05/03 08:15:59 sb 1.36.8.3: #121392# Do not remove the dot from RPM package names openoffice.org-...; for packages of OOo this seems to be no longer needed anyway, as those packages already have names without a dot, and for the URE package, a dot is explicitly wanted. 2005/04/27 12:37:58 sb 1.36.8.2: RESYNC: (1.36-1.40); FILE MERGED 2005/04/21 13:44:41 sb 1.36.8.1: #121392# For now, the URE has a hardcoded services.rdb, where component libraries are addressed via .

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [ad67a9a36963fe00e6fae0d89db51d12ef1eb319]

        INTEGRATION: CWS sb31 (1.5.10); FILE MERGED 2005/03/30 12:49:14 sb 1.5.10.1: #120219# Removed dubious JAR file versioning.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a7154b2fd0f5a31c1d6985a708312b318f0b1f04]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/29 10:25:41 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e734a5489e01ffd271b60a1ffb766fd1ac10d1cd]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/29 10:25:25 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [06716e6cfb1de65790a09c3caa7fe1e3716f29f0]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/29 10:24:51 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [34f934130ced40c5d907e37696ced1bf6b8a3d40]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/05/03 12:28:35 sb 1.1.2.2: #121392# Excluded jut.jar from URE. 2005/04/29 10:25:09 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b81efda9b075ac3e07c5ef0b582ad05ebdaee92f]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/29 10:22:13 sb 1.1.2.4: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader. 2005/04/21 13:32:02 sb 1.1.2.3: #120220# Reworked unoloader.jar: UnoLoader.execute to launch applications; UNO-Type-Path for type JARs; no need to include unoil.jar any longer. 2005/04/07 13:49:13 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:24:54 sb 1.1.2.1: #120220# Added unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e17c638654fbefba21b16c072e6598e783432ec9]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/29 10:22:50 sb 1.1.2.1: #120220# Generate javadoc for unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1795ee973d0681d68cf8bdc01e1d2441aa39b8f1]

        INTEGRATION: CWS sb31 (1.8.10); FILE MERGED 2005/04/29 10:19:36 sb 1.8.10.2: #120220# Generate javadoc for unoloader.jar. 2005/04/07 12:22:24 sb 1.8.10.1: #120220# Added unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [432424805d2e4ea2714ff13cbad99fb153e526d0]

        INTEGRATION: CWS sb31 (1.15.10); FILE MERGED 2005/04/29 10:20:27 sb 1.15.10.2: #120220# Generate javadoc for unoloader.jar; this required some files to be moved from source/unoloader to source/unoloader/com/sun/star/lib/unoloader. 2005/04/07 12:22:24 sb 1.15.10.1: #120220# Added unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [2c76394f09b9b99ede62d9eae86bf4e9c65f464f]

        INTEGRATION: CWS sb31 (1.20.8); FILE MERGED 2005/05/09 08:33:15 sb 1.20.8.2: #121392# Renamed URE use of UNO_[JAVA_]COMPONENT_PATH to URE_INTERNAL_LIB|JAVA_DIR. 2005/04/08 07:23:53 sb 1.20.8.1: #120220# Adapted to new Java UNO bootstrapping via UnoClassLoader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [94059937fd511a3c54332eb4af5f5bff2be1ede7]

        INTEGRATION: CWS sb31 (1.3.32); FILE MERGED 2005/04/08 07:22:29 sb 1.3.32.1: #120220# Include additional UNO types in JAR file to make it self-contained.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d7d19c312253686a1d1be566343718913eccc3be]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/03/30 12:48:17 sb 1.1.2.1: #120219# Added Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a6142f5be2343d0535cbf8f7841daa4ae3cb6e44]

        INTEGRATION: CWS sb31 (1.2.114); FILE MERGED 2005/03/30 12:46:54 sb 1.2.114.1: #120219# Cleaned up.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [69f9f35fe4f412d35eda231da75c0a5c66f54bd2]

        INTEGRATION: CWS sb31 (1.2.62); FILE MERGED 2005/03/30 12:47:47 sb 1.2.62.1: #120219# Added Class-Path and Sealed information to JAR file.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c5abdb83b38eb9002b94ac714a73014eeb440cf2]

        INTEGRATION: CWS sb31 (1.5.104); FILE MERGED 2005/03/30 12:48:40 sb 1.5.104.1: #120219# Cleaned up.

2005-06-17  Rüdiger Timm  <rt@openoffice.org>  [5190c5b99e88ca63527745ca0dac76f046db73a2]

        #i20372# Ease of use: create PATCH macros.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [98d95e49e88c6c5c0c44c263c1ffabf116ea456c]

        INTEGRATION: CWS sb31 (1.1.12); FILE MERGED 2005/03/30 12:35:55 sb 1.1.12.1: #120219# Removed dubious JAR file versioning.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [4952010a8dac968295ad3638d86f7046441f32b2]

        INTEGRATION: CWS sb31 (1.43.14); FILE MERGED 2005/06/08 12:34:25 sb 1.43.14.1: Speed up odk build (change made by Ause).

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [25e0166d0685d070bad15e1832553fe505e753fd]

        INTEGRATION: CWS sb31 (1.7.14); FILE MERGED 2005/06/10 13:45:11 sb 1.7.14.1: #121392# Added URE_TYPES, URE_SERVICES to SDK std.mk.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e7e2bc7fbf37edf3c6de59f972d9208f88852c62]

        INTEGRATION: CWS sb31 (1.15.2); FILE MERGED 2005/06/10 13:45:10 sb 1.15.2.1: #121392# Added URE_TYPES, URE_SERVICES to SDK std.mk.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [ee5c3f29e2c1784cd0e0c287dddd950759785b5e]

        INTEGRATION: CWS sb31 (1.11.4); FILE MERGED 2005/04/29 10:27:36 sb 1.11.4.1: #120220# Generate javadoc for unoloader.jar.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [8a25e143db2ebdd2b02cf29f21c16fec02375d62]

        INTEGRATION: CWS sb31 (1.72.4); FILE MERGED 2005/06/08 12:34:24 sb 1.72.4.1: Speed up odk build (change made by Ause).

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e7575fc2be372048aa16ff21b943bfd92d608f22]

        INTEGRATION: CWS moresystemstuff2 (1.94.4); FILE MERGED 2005/06/15 13:53:04 rene 1.94.4.5: only check on Linux whether we should link to libcrypt 2005/06/15 13:48:18 rene 1.94.4.4: make linking with crypt default; some whitspace fixes 2005/06/11 15:40:21 rene 1.94.4.3: RESYNC: (1.98-1.101); FILE MERGED 2005/05/15 14:12:38 rene 1.94.4.2: RESYNC: (1.94-1.98); FILE MERGED 2005/04/01 10:21:27 rene 1.94.4.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [2d41610e4e7880008f80ac73d79e2416a1e6deeb]

        INTEGRATION: CWS sb31 (1.23.2); FILE MERGED 2005/05/04 12:51:21 sb 1.23.2.1: #121393# Adapted the SDK to work with either an Office or a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b405d4efbcf32b6ab2010dbc165c6808b73c83ea]

        INTEGRATION: CWS sb31 (1.5.4); FILE MERGED 2005/06/10 13:45:36 sb 1.5.4.5: #121392# Made STLport a public part of the URE. 2005/06/02 13:21:04 sb 1.5.4.4: RESYNC: (1.5-1.6); FILE MERGED 2005/05/25 13:21:42 sb 1.5.4.3: #121931# Work around problems with ln -sf on Solaris. 2005/05/20 13:23:06 sb 1.5.4.2: #121931# Adapt sh syntax for Solaris. 2005/05/04 12:51:20 sb 1.5.4.1: #121393# Adapted the SDK to work with either an Office or a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [0ac199bb20242c7f1927fefbae107a5e43c88795]

        INTEGRATION: CWS sb31 (1.5.4); FILE MERGED 2005/06/10 13:45:36 sb 1.5.4.4: #121392# Made STLport a public part of the URE. 2005/06/02 13:21:14 sb 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2005/05/25 13:21:42 sb 1.5.4.2: #121931# Work around problems with ln -sf on Solaris. 2005/05/04 12:51:20 sb 1.5.4.1: #121393# Adapted the SDK to work with either an Office or a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [fd30eb18109344e4852efaa453d8e3318bebb54a]

        INTEGRATION: CWS sb31 (1.11.4); FILE MERGED 2005/06/02 13:20:43 sb 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2005/05/04 12:51:20 sb 1.11.4.1: #121393# Adapted the SDK to work with either an Office or a URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [cdd1edd5f7deb2b501e2ebd669b5470c327a0e58]

        INTEGRATION: CWS sb31 (1.5.2); FILE MERGED 2005/06/02 12:35:50 sb 1.5.2.1: #121932# Changes for URE wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [557d236cfc0fc34230ad5edc87e7e487baca1b43]

        INTEGRATION: CWS moresystemstuff2 (1.30.76); FILE MERGED 2005/06/11 15:38:11 rene 1.30.76.2: RESYNC: (1.30-1.31); FILE MERGED 2005/06/11 15:16:15 rene 1.30.76.1: #i10000# don't try to pack libmyspell.so if we use system-myspell

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [fe98a82b52b822a241473549712f36ef7371a9b0]

        INTEGRATION: CWS moresystemstuff2 (1.101.6); FILE MERGED 2005/06/11 15:37:53 rene 1.101.6.2: RESYNC: (1.101-1.106); FILE MERGED 2005/06/11 15:16:15 rene 1.101.6.1: #i10000# don't try to pack libmyspell.so if we use system-myspell

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [27d9bd34fe457f6909ce6e7c163c4f6d0170ccca]

        INTEGRATION: CWS sb31 (1.5.54); FILE MERGED 2005/04/21 13:50:26 sb 1.5.54.1: #121392# Added URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [410c591001a387da95eede4c47d386943c3cf4de]

        INTEGRATION: CWS sb31 (1.12.18); FILE MERGED 2005/06/02 09:58:55 sb 1.12.18.5: #121932# Changes for wntmsci10. 2005/05/04 13:16:44 sb 1.12.18.4: RESYNC: (1.16-1.18); FILE MERGED 2005/05/03 08:08:55 sb 1.12.18.3: #121392# Changed details about RPM package name, version, and installation location. 2005/04/27 12:31:44 sb 1.12.18.2: RESYNC: (1.12-1.16); FILE MERGED 2005/04/21 13:50:25 sb 1.12.18.1: #121392# Added URE.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5d4b0ac14f0a3c5a3abfdaa943e65664e1b61df3]

        INTEGRATION: CWS sb31 (1.22.6); FILE MERGED 2005/06/02 13:19:08 sb 1.22.6.8: RESYNC: (1.24-1.28); FILE MERGED 2005/06/02 09:58:54 sb 1.22.6.7: #121932# Changes for wntmsci10. 2005/05/25 13:28:20 sb 1.22.6.6: #121932# Adaption for wntmsci10; cleanup. 2005/05/12 16:16:29 sb 1.22.6.5: #121935# Added URE README. 2005/05/09 13:02:20 sb 1.22.6.4: #121392# Reuse OOo LICENSE file for URE. 2005/05/09 08:30:36 sb 1.22.6.3: #121392# Renamed URE use of UNO_[JAVA_]COMPONENT_PATH to URE_INTERNAL_LIB|JAVA_DIR. 2005/04/27 12:31:36 sb 1.22.6.2: RESYNC: (1.22-1.24); FILE MERGED 2005/04/21 13:49:55 sb 1.22.6.1: #121392# Added URE; for now, the URE has a hardcoded services.rdb, where component libraries are addressed via .

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [7df58d507d824944944cd6de863da91c18fd5d49]

        INTEGRATION: CWS moresystemstuff2 (1.35.54); FILE MERGED 2005/04/01 10:21:40 rene 1.35.54.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a03d238678b38dc070a2903cae6534e50b3acbf4]

        INTEGRATION: CWS sb31 (1.16.14); FILE MERGED 2005/05/26 09:20:35 sb 1.16.14.1: #121392# Added ure module.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [981ecf839bebe7913fc6ed053e657d40db387ebb]

        INTEGRATION: CWS moresystemstuff2 (1.13.14); FILE MERGED 2005/04/01 10:21:39 rene 1.13.14.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c6f101b638cfcd39747b94a74bc602c3e9555b4e]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:25:20 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f47af8282b471ef4cc8a20d3552f490f8eb25fa3]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:25:02 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [61f21f792e4d005d81886114e2430be0960dfeb9]

        INTEGRATION: CWS moresystemstuff2 (1.25.146); FILE MERGED 2005/04/01 10:21:39 rene 1.25.146.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [8037c75a2d8b10c2890d3340a9e7ce6dc437f324]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:24:44 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d15035e260f3b1c48b105f418f156a3f9fa37e0d]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:24:25 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d7defbb9c0edfac16772f90d8004856b3b8d8d24]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:23:46 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [98e5ad5d7727752dd3b63c1a17f7695006784f52]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:24:11 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [94f77c50b0a69a75a6017eb50ac2a00587a839f5]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:23:31 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [6cbb2acad10539112326b0308163e2af6ee9713d]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:23:17 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [d4c7f98ef9704116593b7818c9f25ec6d9d1ed40]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:23:02 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [301704f93a6ff5bc71ec343439919943930a3528]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:22:48 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [05637d4caef390df2dfd91bd44bf7b537b935f82]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:22:31 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [68627efb655f6cf9ce60b8dcd816859e2013aaaa]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:21:56 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e1f9ebb073f7338b20d459cd0672d33056ea29c7]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:22:13 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [b1ce56db72ca77de582f9b6c0e68c853dd31ebb5]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:21:20 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [c40012954cfb562b36db0b54d1bcea8980fa3c5c]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 12:20:47 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [f6bf4c4d7d549ed086692a86c87a835626d87f74]

        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>  [b763f0661efec377bd3fd50a26d74452ce47f27e]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:01:51 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [91a63491207a36822e484865f1c9149426733271]

        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>  [5044c8b0778aac52f58b85e858b4b9df16c504fe]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:01:39 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [23f3f0a1cac5bf97444c1413b92892928d60515c]

        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>  [42d91a4d525ec8650af617f144859812c6729d69]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:05:32 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [cdb901ff3de554428f9a69eb0064d3a78a9e1854]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:05:20 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [aa61ae02e08021070cb730470db6a76643ab450d]

        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>  [cdc52da71e77819cff0dcf2d84205c6974c28c62]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:05:01 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1bc5935acd2cf4c819852faa131eca439e9cb043]

        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-17  Oliver Bolte  <obo@openoffice.org>  [63ff76ee514f51846e6cf4caee31b3bd985dc9ca]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:04:49 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [396a33f5bc74da2c36da8a2556a413eeb78948f8]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:04:36 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [8bc182ab300af636f8f8820a1038a3b5e543bb33]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:04:21 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [a820e9d9de33c5375c8b74a28819f407340d5e1f]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:04:09 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [313a2e7a10e4be708a9885ab6b12ee12d3e777cb]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:03:54 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [2d52dc7a7e425313ca577270b25403697db8c2e2]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:03:43 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [3f9e26d9b0e81017f9ad936f05330be3f0856a7b]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:03:30 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [28fd3558a41f8600fc1b594696dd047229d866e8]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:03:13 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [940440ee4a349fab653478dd59bf26361b1daf16]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:03:00 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [47fcf76476ab8d948dab7322b63aa2129cc5bb04]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:02:44 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [e9d47241ca62a6ea67a0c536f7f2bb611331bde1]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:02:16 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [12c016d417deff6694a8a6b25c6a0da6dfb02c32]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:02:03 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [cc71a9faf924c12e08fc4eedca2ff06c61c9b44e]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 15:03:56 sb 1.1.2.2: #121932# Cosmetic changes. 2005/06/02 10:02:31 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [bbebd2be38897533ef2e94de5f56304c5337bc15]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:01:26 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [bedd1b489da2f84f30b5c29526a55d62ec918e84]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:01:12 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [92de458782830490e968dbeb590eb4a45389bb7f]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:00:48 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [7f77a3ff14062991b0256953dfd35401021d02c3]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:00:36 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [68e7119be078df60ea9fa80eb072bbe9dded6083]

        INTEGRATION: CWS moresystemstuff2 (1.55.4); FILE MERGED 2005/06/11 15:33:00 rene 1.55.4.3: RESYNC: (1.60-1.65); FILE MERGED 2005/05/15 14:13:12 rene 1.55.4.2: RESYNC: (1.55-1.60); FILE MERGED 2005/04/01 10:21:31 rene 1.55.4.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1a60fb284c18b3566d5c6c862f0a80a1f469e161]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:00:22 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5ed33ed17416cdb82a960d7dcd2c63804291a805]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/06/02 10:00:09 sb 1.1.2.1: #121932# Changes for wntmsci10.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [298d467f7bee5a58ca47081a7bc563f17faa1c91]

        INTEGRATION: CWS moresystemstuff2 (1.112.4); FILE MERGED 2005/06/15 13:51:23 rene 1.112.4.5: only check on Linux whether we should link to libcrypt 2005/06/15 13:48:21 rene 1.112.4.4: make linking with crypt default; some whitspace fixes 2005/06/11 15:32:50 rene 1.112.4.3: RESYNC: (1.116-1.120); FILE MERGED 2005/05/15 14:12:56 rene 1.112.4.2: RESYNC: (1.112-1.116); FILE MERGED 2005/04/01 10:21:30 rene 1.112.4.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [33033ab1e98310e997b46e1537ae728a135b1a92]

        INTEGRATION: CWS moresystemstuff2 (1.2.18); FILE MERGED 2005/04/01 10:21:38 rene 1.2.18.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [efc5f86a712aafe37676147faccaee5a54f0bc7e]

        INTEGRATION: CWS sb31 (1.4.66); FILE MERGED 2005/03/30 12:50:35 sb 1.4.66.1: #120219# Removed dubious JAR file versioning mechanism.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [687f8a8ccfa1e73045420754e970627852c22291]

        INTEGRATION: CWS moresystemstuff2 (1.3.14); FILE MERGED 2005/04/01 10:21:37 rene 1.3.14.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [456947852aedad4cbdba5bfbae422a3bfe0549b1]

        INTEGRATION: CWS sb31 (1.6.6); FILE MERGED 2005/03/30 12:50:48 sb 1.6.6.1: #120219# Removed dubious JAR file versioning.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [32c6759d9b3aef58b177f9e9430d02625cd0a88b]

        INTEGRATION: CWS moresystemstuff2 (1.7.14); FILE MERGED 2005/04/01 10:21:37 rene 1.7.14.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [6c4a654e3c2d3892aa8e81328f7f74495ae5e5a7]

        INTEGRATION: CWS moresystemstuff2 (1.4.14); FILE MERGED 2005/04/01 10:21:35 rene 1.4.14.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [cde461fdbc0eb311380b337cf0541d62b02aa486]

        INTEGRATION: CWS sb31 (1.4.10); FILE MERGED 2005/05/23 09:12:03 sb 1.4.10.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [3d14450dac5e38d5906f9258690042faaa27320a]

        INTEGRATION: CWS moresystemstuff2 (1.7.14); FILE MERGED 2005/04/01 10:21:34 rene 1.7.14.1: #i46467# add more system stuff and options to link against pam/crypt/xrender

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [cb0847ce15a455527d8f7eb5a170ceb7e8c53891]

        INTEGRATION: CWS sb31 (1.6.4); FILE MERGED 2005/05/23 09:08:55 sb 1.6.4.2: #121931# Removed dtor symbols that need not be exported; cleaned up. 2005/05/04 15:18:09 sb 1.6.4.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [5c155dafefd24272e42b26534ae0d56deb4ef343]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/07 13:48:49 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:17:07 sb 1.1.2.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [1c42e58b75ff4db0f21c2f5e8184b927432ec6d9]

        INTEGRATION: CWS sb31 (1.7.4); FILE MERGED 2005/04/07 12:17:45 sb 1.7.4.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [76a187ac57b5143ee8df22241fa3baabde05a3ad]

        INTEGRATION: CWS sb31 (1.5.4); FILE MERGED 2005/04/07 12:19:52 sb 1.5.4.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [558fda107316d1bdb140cb85187e0c321e355093]

        INTEGRATION: CWS sb31 (1.4.4); FILE MERGED 2005/04/07 12:15:45 sb 1.4.4.1: #120220# Cleanup.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [51cec0987246579ee49d73d50e9f8824d6353051]

        INTEGRATION: CWS sb31 (1.1.2); FILE ADDED 2005/04/07 13:48:49 sb 1.1.2.2: #120220# Fixed copyright statement. 2005/04/07 12:16:31 sb 1.1.2.1: #120220# Added an encapsulating wrapper around a Java virtual machine and an appropriate UNO class loader.

2005-06-17  Oliver Bolte  <obo@openoffice.org>  [0266bcf4d4c52231e7f829142844870d8955105a]

        INTEGRATION: CWS sb31 (1.21.20); FILE MERGED 2005/06/02 09:57:07 sb 1.21.20.2: #121932# Changes for URE wntmsci10. 2005/05/09 13:02:44 sb 1.21.20.1: #121392# Reuse OOo LICENSE file for URE.

2005-06-17  Vladimir Glazounov  <vg@openoffice.org>  [f02426cd0bf4b2259bd4a729bb79fa394b0b743e]

        new version for SRX645

2005-06-17  Vladimir Glazounov  <vg@openoffice.org>  [9599512dec329411579331d981f6f51b2333c7ce]

        new version for SRX645

2005-06-16  Vladimir Glazounov  <vg@openoffice.org>  [48c25b4b0b06e7c1c41ffe745138214ca3cdf635]

        new version for SRX645

2005-06-16  Hans-Joachim Lankenau  <hjs@openoffice.org>  [dbd414102fe6c3d574c04f3b3babfa955afce016]

        #i10000# missed renaming

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [7dee9045ef1f052f6e4773432f47cbc8c5346e7a]

        INTEGRATION: CWS cmcfixes9 (1.101.6); FILE MERGED 2005/06/14 11:33:15 cmc 1.101.6.3: #i50567# centralize in AWTLIB 2005/06/10 11:28:36 cmc 1.101.6.2: #i50567# gcj will be changing the name from libjawt to libgcjawt 2005/06/10 09:24:29 cmc 1.101.6.1: #i50567# gcj will be changing the name from libjawt to libgcjawt

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [e53f472aac6b19df1eba7fc960f27b8606d77f60]

        INTEGRATION: CWS cmcfixes9 (1.2.24); FILE MERGED 2005/06/14 11:36:13 cmc 1.2.24.1: #i50567# centralize in AWTLIB

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [7fabecec1a379146c97dcafc1195809bb918cc3b]

        INTEGRATION: CWS cmcfixes9 (1.6.2); FILE MERGED 2005/06/14 11:36:12 cmc 1.6.2.2: #i50567# centralize in AWTLIB 2005/06/10 09:19:10 cmc 1.6.2.1: #i50567# gcj will be changing the name from libjawt to libgcjawt

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [2a4dca2167386661598a941e9ece6cba11e50252]

        INTEGRATION: CWS cmcfixes9 (1.64.4); FILE MERGED 2005/06/14 11:33:18 cmc 1.64.4.2: #i50567# centralize in AWTLIB 2005/06/10 09:24:32 cmc 1.64.4.1: #i50567# gcj will be changing the name from libjawt to libgcjawt

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [f9abb8ff83f0e60906b4c4a2777c7e649e61a3d1]

        INTEGRATION: CWS cmcfixes9 (1.119.6); FILE MERGED 2005/06/14 11:33:17 cmc 1.119.6.3: #i50567# centralize in AWTLIB 2005/06/10 11:28:39 cmc 1.119.6.2: #i50567# gcj will be changing the name from libjawt to libgcjawt 2005/06/10 09:24:31 cmc 1.119.6.1: #i50567# gcj will be changing the name from libjawt to libgcjawt

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [5ba95fbd1a2a247b918153d352987b64aaab1de6]

        INTEGRATION: CWS cmcfixes9 (1.89.26); FILE MERGED 2005/06/14 11:34:40 cmc 1.89.26.1: #i50567# centralize in AWTLIB

2005-06-16  Oliver Bolte  <obo@openoffice.org>  [9401f807a1165b125311916643f26027467c4e7a]

        INTEGRATION: CWS cmcfixes9 (1.10.8); FILE MERGED 2005/06/14 11:55:23 cmc 1.10.8.2: #i50575# use SOLARBINDIR 2005/06/10 11:03:06 cmc 1.10.8.1: #i50575i add xalan.jar to classpath for gcj when building filter fragments

2005-06-16  Vladimir Glazounov  <vg@openoffice.org>  [99b798e28b5a02839372caa618f87d55d061dea7]

        #100000# corrected behaviour for build -s from a link

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [e560ecdf03967a94f0517576b86e772a3192c02b]

        SRC680

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [20fee4893fc976a708d456ea0ab21a8640394c4a]

        INTEGRATION: CWS buildfixes01 (1.6.74); FILE MERGED 2005/06/07 13:46:37 thb 1.6.74.1: #i50426# Took template nesting mods in again (otherwise, won't build on gcc3.0.x)

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [476f9e77d5547a2a8a199497c7f4036713bef89e]

        INTEGRATION: CWS buildfixes01 (1.7.22); FILE MERGED 2005/06/07 13:46:36 thb 1.7.22.1: #i50426# Took template nesting mods in again (otherwise, won't build on gcc3.0.x)

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [f665348728489648030d79ccdad649b5019e8980]

        INTEGRATION: CWS buildfixes01 (1.17.34); FILE MERGED 2005/06/07 13:44:57 thb 1.17.34.1: #i50427# Guarding moz stuff with WITHOUT_MOZILLA

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [b61fdbf13eb363fc6322bad49f50b4f83cabae88]

        INTEGRATION: CWS buildfixes01 (1.89.6); FILE MERGED 2005/06/07 13:44:57 thb 1.89.6.1: #i50427# Guarding moz stuff with WITHOUT_MOZILLA

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [cd8be9b8b5b036169fb3ecaaf23939dea66d204f]

        INTEGRATION: CWS buildfixes01 (1.2.24); FILE MERGED 2005/06/07 13:43:20 thb 1.2.24.1: #i50426# Corrected license header

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [81b2b22d15bb906e6c75765442509cfa374e1e7a]

        INTEGRATION: CWS buildfixes01 (1.4.6); FILE MERGED 2005/06/07 13:42:55 thb 1.4.6.1: #i50426# Corrected license header

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [1dfb01d766b70213c3a34ff84f59d389fdf343c4]

        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>  [2de7ed5918f4c6e01fc5afb9cf3439b1d34494a7]

        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>  [62f153403591bf6decc0ae919350e5d57f83a05d]

        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-15  Oliver Bolte  <obo@openoffice.org>  [360682e32a98b82dbfded743182ad4a5db44ba8f]

        INTEGRATION: CWS fwk17 (1.17.366); FILE MERGED 2005/06/14 09:22:01 cd 1.17.366.1: #i45267# Patch integrated from mmeeks to fix access to deleted printer object

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [74d0de06ff73de0cc65cba639df6010fafcbec26]

        INTEGRATION: CWS macosx08 (1.16.18); FILE MERGED 2005/05/22 22:06:14 ericb 1.16.18.1: fix bad test in soffice.sh

2005-06-15  Oliver Bolte  <obo@openoffice.org>  [611d847cdbdd182c3b9f3aa8bd12195e4373899a]

        INTEGRATION: CWS macosx08 (1.2.10); FILE MERGED 2005/06/04 13:31:06 ericb 1.2.10.3: #i48810# correct fix for mozilla build on Mac OSX when a .mozconfig already exists in HOME 2005/05/23 22:24:34 ericb 1.2.10.2: #i48810# new patch lighter for Mozilla build environment on Mac OSX 2005/05/22 22:16:43 ericb 1.2.10.1: #i48810# Mozilla 1.7.5 can be build with this patch on Mac OSX

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [411add2e902bb552d7647a71cf6dee5f50f2bb0d]

        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>  [d731d8f59518a0b89532391aed114e912251d0b4]

        INTEGRATION: CWS gcc4fwdecl (1.5.968); FILE MERGED 2005/06/01 11:52:07 pmladek 1.5.968.1: #i50070# Fixed forward declarations for gcc4 in sfx2

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [ffa1202a1dde9e7c3f22e38ce37ddf8a11dbe2f5]

        INTEGRATION: CWS gcc4fwdecl (1.95.22); FILE MERGED 2005/06/01 11:52:06 pmladek 1.95.22.1: #i50070# Fixed forward declarations for gcc4 in sfx2

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [03b14810a2eac5c179d79b83020d711e3b0653a0]

        INTEGRATION: CWS gcc4fwdecl (1.19.56); FILE MERGED 2005/06/01 17:38:40 pmladek 1.19.56.1: #i50073# Fixed forward declarations for gcc4 in stoc

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [98fe14bfdca1f3bcb4a8034e36b60434344ac873]

        INTEGRATION: CWS gcc4fwdecl (1.6.304); FILE MERGED 2005/06/01 17:07:28 pmladek 1.6.304.1: #i50068# Fixed forward declarations for gcc4 in sc

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [804fdcabb3a81055a52ad657c57a9ceb0cec3ef6]

        INTEGRATION: CWS gcc4fwdecl (1.16.38); FILE MERGED 2005/06/01 16:22:49 pmladek 1.16.38.1: #i50060# Fixed forward declarations for gcc4 in configmgr

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [cb39b549397d6a856fcf028579dfaa9c27d2a58b]

        INTEGRATION: CWS gcc4fwdecl (1.3.184); FILE MERGED 2005/06/01 16:22:48 pmladek 1.3.184.1: #i50060# Fixed forward declarations for gcc4 in configmgr

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [a89a9769d4ce592e98797956c547a14bc2c8c33d]

        INTEGRATION: CWS gcc4fwdecl (1.7.20); FILE MERGED 2005/06/02 12:56:06 pmladek 1.7.20.1: #i50081# Fixed forward declarations for gcc4 in xmlsecurity

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [fd4e56b03b68f9c76f5719b471146d1e8b828e7a]

        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-14  Oliver Bolte  <obo@openoffice.org>  [a967cd002b25ffc706dddd0df9c86aa9a0a83170]

        INTEGRATION: CWS gcc4fwdecl (1.15.326); FILE MERGED 2005/06/01 17:30:49 pmladek 1.15.326.1: #i50072# Fixed forward declarations for gcc4 in starmath

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [62d7ba25e2950b6b6a2a87091803228f492a6a26]

        INTEGRATION: CWS gcc4fwdecl (1.11.26); FILE MERGED 2005/06/01 17:30:48 pmladek 1.11.26.1: #i50072# Fixed forward declarations for gcc4 in starmath

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [5139863dfd34ffc927f15c2303700a112e3e70c6]

        INTEGRATION: CWS gcc4fwdecl (1.3.274); FILE MERGED 2005/06/02 12:36:55 pmladek 1.3.274.1: #i50078# Fixed forward declarations for gcc4 in ucb

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [bdacf77076c5b0494a44ee2e089250d723214c78]

        INTEGRATION: CWS gcc4fwdecl (1.10.32); FILE MERGED 2005/06/01 15:59:35 pmladek 1.10.32.1: #i50057# Fixed forward declarations for gcc4 in automation

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [e565aa6568042e8d38c6ba32be67c4d03a0ab804]

        INTEGRATION: CWS gcc4fwdecl (1.3.448); FILE MERGED 2005/06/01 16:43:20 pmladek 1.3.448.1: #i50063# Fixed forward declarations for gcc4 in extensions

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [be0507195858afaacaca26a4344a8f5d16ad22c7]

        INTEGRATION: CWS gcc4fwdecl (1.8.116); FILE MERGED 2005/06/01 16:43:19 pmladek 1.8.116.1: #i50063# Fixed forward declarations for gcc4 in extensions

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [b803d956331c5045b826ff20e2f137d7794777a8]

        INTEGRATION: CWS gcc4fwdecl (1.19.60); FILE MERGED 2005/06/01 16:09:17 pmladek 1.19.60.1: #i50058# Fixed forward declarations for gcc4 in basctl

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [936f93254e4281b43dc07949f90eb429725088a5]

        INTEGRATION: CWS gcc4fwdecl (1.6.110); FILE MERGED 2005/06/01 16:09:16 pmladek 1.6.110.1: #i50058# Fixed forward declarations for gcc4 in basctl

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [f23176883eeaa0174ff97ddd084e0e03cc3fbabd]

        INTEGRATION: CWS gcc4fwdecl (1.4.110); FILE MERGED 2005/06/01 16:09:16 pmladek 1.4.110.1: #i50058# Fixed forward declarations for gcc4 in basctl

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [822c76cdd55cdfa144f4b8c372dfa104c885d9fc]

        INTEGRATION: CWS gcc4fwdecl (1.4.32); FILE MERGED 2005/06/01 16:36:08 pmladek 1.4.32.1: #i50062# Fixed forward declarations for gcc4 in dbaccess

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [54608ffb98b91888a641d8b932761c60c884fe70]

        INTEGRATION: CWS gcc4fwdecl (1.23.104); FILE MERGED 2005/06/01 18:18:20 pmladek 1.23.104.1: #i50075# Fixed forward declarations for gcc4 in svx

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [5dac4bc215f2cae7c78ae39312f06da35d55eca3]

        INTEGRATION: CWS gcc4fwdecl (1.12.108); FILE MERGED 2005/06/01 18:18:20 pmladek 1.12.108.1: #i50075# Fixed forward declarations for gcc4 in svx

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [8feb306afaa5a0f743399f047a213914a13257d4]

        INTEGRATION: CWS gcc4fwdecl (1.12.186); FILE MERGED 2005/06/01 18:18:12 pmladek 1.12.186.1: #i50075# Fixed forward declarations for gcc4 in svx

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [4feaf3f8dfc2f8e3a61958e6bfe891f4511cf50b]

        INTEGRATION: CWS gcc4fwdecl (1.7.286); FILE MERGED 2005/06/01 18:18:11 pmladek 1.7.286.1: #i50075# Fixed forward declarations for gcc4 in svx

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [0b45aeceb4568645157c64906c729a891659ebe1]

        INTEGRATION: CWS gcc4fwdecl (1.3.18); FILE MERGED 2005/06/01 16:48:30 pmladek 1.3.18.1: #i50064# Fixed forward declarations for gcc4 in forms

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [449cd8d33550deba606cb8d658694c42e9a5f244]

        INTEGRATION: CWS gcc4fwdecl (1.5.1128); FILE MERGED 2005/06/01 18:38:04 pmladek 1.5.1128.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [24842d6604c771427c1978467757c82bc479d7f7]

        INTEGRATION: CWS gcc4fwdecl (1.2.1302); FILE MERGED 2005/06/01 18:38:04 pmladek 1.2.1302.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [58e0ff7acc4a5ea5379f217e1d7ff5c4084835e8]

        INTEGRATION: CWS gcc4fwdecl (1.8.338); FILE MERGED 2005/06/01 18:38:03 pmladek 1.8.338.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [61d54b226d3c7d63de0d23b6de6ed0df414a8067]

        INTEGRATION: CWS gcc4fwdecl (1.4.284); FILE MERGED 2005/06/01 18:38:02 pmladek 1.4.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [b0e4825052bc36cadf30309ef0145488a01f8016]

        INTEGRATION: CWS gcc4fwdecl (1.2.284); FILE MERGED 2005/06/01 18:38:02 pmladek 1.2.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [53361bf91a41f2ad02673a8cbb9a6a7f0ad98c30]

        INTEGRATION: CWS gcc4fwdecl (1.5.284); FILE MERGED 2005/06/01 18:38:01 pmladek 1.5.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [c37aac7ce6651b4817f8e296c5f3498e7b2b2a5a]

        INTEGRATION: CWS gcc4fwdecl (1.3.284); FILE MERGED 2005/06/01 18:38:01 pmladek 1.3.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [494be76320b8da3b80996c1d374c532d4817163f]

        INTEGRATION: CWS gcc4fwdecl (1.4.284); FILE MERGED 2005/06/01 18:38:01 pmladek 1.4.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [36eacdbbbbd428edc66e471c005f21ab167c92e9]

        INTEGRATION: CWS gcc4fwdecl (1.3.284); FILE MERGED 2005/06/01 18:38:00 pmladek 1.3.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [57f9c52933d9313453a80998f4d0c858a15018f8]

        INTEGRATION: CWS gcc4fwdecl (1.6.284); FILE MERGED 2005/06/01 18:38:00 pmladek 1.6.284.1: #i50076# Fixed forward declarations for gcc4 in sw

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [e7241c5c5344206358cd8d220d27561ff543778d]

        INTEGRATION: CWS gcc4fwdecl (1.3.206); FILE MERGED 2005/06/01 17:19:57 pmladek 1.3.206.1: #i50069# Fixed forward declarations for gcc4 in sd

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [0aa3b4be2ba1505cf3ecfdf293b477c9f1015230]

        INTEGRATION: CWS gcc4fwdecl (1.10.206); FILE MERGED 2005/06/01 17:19:56 pmladek 1.10.206.1: #i50069# Fixed forward declarations for gcc4 in sd

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [bcd2687a578e37751f4bb5eed814e4a303033c39]

        INTEGRATION: CWS gcc4fwdecl (1.5.480); FILE MERGED 2005/06/01 17:19:56 pmladek 1.5.480.1: #i50069# Fixed forward declarations for gcc4 in sd

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [ddedaefcd071c09298eae4149e60f90a54d87122]

        INTEGRATION: CWS gcc4fwdecl (1.10.100); FILE MERGED 2005/06/01 16:30:34 pmladek 1.10.100.1: #i50061# Fixed forward declarations for gcc4 in connectivity

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [9d348e673a408a3f4ecececb73eec2c77cdae105]

        INTEGRATION: CWS gcc4fwdecl (1.17.66); FILE MERGED 2005/06/01 16:30:33 pmladek 1.17.66.1: #i50061# Fixed forward declarations for gcc4 in connectivity

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [05e52ae244f530d46a2a65208fa9730131dcfc0c]

        INTEGRATION: CWS qadev23 (1.4.64); FILE MERGED 2005/04/29 08:14:19 cn 1.4.64.1: #i38579# add object relation 'TEXT'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [569db4cb34f3620375419b13c7c2f0c1706803f0]

        INTEGRATION: CWS qadev23 (1.5.64); FILE MERGED 2005/04/29 10:00:09 cn 1.5.64.1: #i42513# create object relation 'ImapObject'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [79c123d68cbb95f33af63d77bfff1f98c81401df]

        INTEGRATION: CWS qadev23 (1.3.80); FILE MERGED 2005/04/28 19:11:36 cn 1.3.80.1: #i26075# change object relation for XDispatchProvider

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [af9f51697edee00e9aeda94467931caafe2db6a8]

        INTEGRATION: CWS qadev23 (1.5.14); FILE MERGED 2005/04/21 12:40:46 cn 1.5.14.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [78d121bbc691a04a4c79aa9a405fdea71b53facd]

        INTEGRATION: CWS qadev23 (1.5.14); FILE MERGED 2005/04/21 12:40:45 cn 1.5.14.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [5eac85c877e58c4efebe2a79d07bbf549f1e82dd]

        INTEGRATION: CWS qadev23 (1.6.14); FILE MERGED 2005/04/21 12:40:45 cn 1.6.14.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [857b9c174374f47c989feb4ac95c6f591da00560]

        INTEGRATION: CWS qadev23 (1.9.10); FILE MERGED 2005/04/21 12:40:44 cn 1.9.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [62691c85911c55a22c9213675b0550ec5a2b67bf]

        INTEGRATION: CWS qadev23 (1.7.10); FILE MERGED 2005/04/21 12:40:43 cn 1.7.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [b9380fa1ebef51ea87560445d53712b5826a9b34]

        INTEGRATION: CWS qadev23 (1.9.10); FILE MERGED 2005/04/21 12:40:43 cn 1.9.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [b13c884b2d659828ed579f490b95053ed7483e33]

        INTEGRATION: CWS qadev23 (1.8.10); FILE MERGED 2005/04/21 12:40:43 cn 1.8.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [f62c7ba0b38dfaca8667aae2a778a59b8c6f0524]

        INTEGRATION: CWS qadev23 (1.7.10); FILE MERGED 2005/04/21 12:40:42 cn 1.7.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [d7184cbf60cc527a1dea1e545e76f76a84899662]

        INTEGRATION: CWS qadev23 (1.8.10); FILE MERGED 2005/04/21 12:40:42 cn 1.8.10.1: #i46788# replace logging/comment string 'text doc' with 'calc doc'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [d27a09b2481204c5c8b29cb80ade36ce46e10018]

        INTEGRATION: CWS qadev23 (1.9.2); FILE MERGED 2005/05/31 09:06:28 cn 1.9.2.1: #i46788# logging enhanced

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [27616c7f6ea2ed3ea924d157ef3bf1d9556859df]

        INTEGRATION: CWS qadev23 (1.3.80); FILE MERGED 2005/05/26 18:31:17 cn 1.3.80.1: #i49934# implement functionality to restore the path settings

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [585f37e26201e6cb56fcad82e276d8e45dfdbe0a]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/14 07:34:38 cn 1.1.2.1: #i50558# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [8ceb00365cd9df1a060a18ad6ffb528813d3ec75]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/09 16:34:44 cn 1.1.2.1: #i50553# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [c4d520f0631fc6fa11e1afecafa157ebc4cb75e6]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/09 13:54:32 cn 1.1.2.1: 2''#i50540# initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [d09ae984f0f7c7dc81dff530eae6afde7b8c7de6]

        INTEGRATION: CWS qadev23 (1.5.10); FILE MERGED 2005/06/02 19:17:10 cn 1.5.10.1: #i50254# dispose xStore in cleanup()

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [785e0e64d201b1e9c32e52ab40531795d2263d8b]

        INTEGRATION: CWS qadev23 (1.7.14); FILE MERGED 2005/05/31 14:45:02 cn 1.7.14.1: #i50139# query for frame on document insted to fetch from desktop

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [0882f5f78c8965b471152ae272ce09dbbdbec921]

        INTEGRATION: CWS qadev23 (1.8.2); FILE MERGED 2005/04/26 14:25:48 cn 1.8.2.1: #i48196# create correct obj relation for XInitialization.ExceptionArgs

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [9c0dabc1310220c6e388d48fd4de5d438234c997]

        INTEGRATION: CWS qadev23 (1.3.68); FILE MERGED 2005/05/17 14:18:00 cn 1.3.68.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [dd102966dfc311a92aa5b6c95030394a1767408a]

        INTEGRATION: CWS qadev23 (1.3.68); FILE MERGED 2005/05/17 14:17:59 cn 1.3.68.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [79f16d66505299927fce04c2b5448b6cb6ebb2d9]

        INTEGRATION: CWS qadev23 (1.2.80); FILE MERGED 2005/04/21 15:23:30 cn 1.2.80.1: #i38780# implement object relation 'XDocumentHandler.TargetDocumentSetter'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [c59cf67d9dbcb31cc043b4641b919e5d5e44a2d5]

        INTEGRATION: CWS qadev23 (1.3.80); FILE MERGED 2005/04/22 15:00:38 cn 1.3.80.1: #i47968# logging enhancement

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [b35cf773476d027dfdccf59c918f712a8387d58e]

        INTEGRATION: CWS qadev23 (1.3.10); FILE MERGED 2005/06/01 08:02:06 cn 1.3.10.1: #i46788# add some comments

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [ebcd114604f809fa2027746365e30df476d6932c]

        INTEGRATION: CWS qadev23 (1.3.10); FILE MERGED 2005/06/01 08:18:53 cn 1.3.10.1: #i46788# add some comments

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [da28c5889763f05ce7a7e7fac505dc5565bcc7c8]

        INTEGRATION: CWS qadev23 (1.2.80); FILE MERGED 2005/04/29 08:13:15 cn 1.2.80.1: #i38579# change the creation of the cursors and enhance the logging

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [3bb6a8eae76d8fe29e474d6f99b9536c7795fec6]

        INTEGRATION: CWS qadev23 (1.3.80); FILE MERGED 2005/04/11 11:13:23 cn 1.3.80.1: #i47149# to verify the existance of the printed file util.utils-tolls was uses

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [f7c354163255b5123b2db651fe6a6a3cdb9c31cc]

        INTEGRATION: CWS qadev23 (1.3.10); FILE MERGED 2005/04/26 14:24:19 cn 1.3.10.1: #i48196# catch also om.sun.star.uno.RuntimeException as unecpected exception

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [a1769f017e882c14d53b8801cdd833e1cda1158e]

        INTEGRATION: CWS qadev23 (1.4.76); FILE MERGED 2005/05/31 14:45:45 cn 1.4.76.1: #i50139# query for frame on document insted to fetch from desktop

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [26082879db1b98451809142f4fb36b10d0fcdd8a]

        INTEGRATION: CWS qadev23 (1.2.80); FILE MERGED 2005/04/21 13:35:06 cn 1.2.80.1: #i43779# property 'BoderColor' added

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [c138ba69fe1c18a1a9ed11c62ed33d70feb23d3a]

        INTEGRATION: CWS qadev23 (1.3.20); FILE MERGED 2005/04/29 10:17:07 cn 1.3.20.1: #i42513# verify object relation 'ImapObject'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [3060dad2b5fb0ce3263f8d7b4a1fa6ddc12d6c8d]

        INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED 2005/05/31 10:17:25 cn 1.3.14.1: #i46788# logging enhanced

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [462289766761e2d72accd123773b9b2c96b82366]

        INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED 2005/04/26 09:24:06 cn 1.3.14.1: #i34403# add custom property test for 'PrinterIndependentLayout'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [5fb05f1db49b583d885a456e08b7552bebdd4d2e]

        INTEGRATION: CWS qadev23 (1.3.68); FILE MERGED 2005/05/31 09:04:15 cn 1.3.68.1: #i46788# logging enhanced

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [dbad371bbfe6fd4dd0653cdd9c98f33750a16cc6]

        INTEGRATION: CWS qadev23 (1.2.80); FILE MERGED 2005/06/02 15:33:02 cn 1.2.80.1: #i46788# logging enhanced

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [1287efd896f6cac91a7e9afe7da7ec11fac2aeab]

        INTEGRATION: CWS qadev23 (1.2.80); FILE MERGED 2005/04/28 16:07:48 cn 1.2.80.1: #i46192# fill test with 'usefull' content

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [964b647c30a6d548ef4e265e34907933f41982aa]

        INTEGRATION: CWS qadev23 (1.3.38); FILE MERGED 2005/04/07 09:47:06 cn 1.3.38.1: #i46788# logging enhancement

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [a2c7fdb0f86b4e118326a4092ac8a72d1df3cf6d]

        INTEGRATION: CWS qadev23 (1.11.2); FILE MERGED 2005/05/24 07:16:55 cn 1.11.2.3: #49391# bugfix in method getUsersTempDir() 2005/05/17 14:17:00 cn 1.11.2.2: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir' 2005/04/11 11:14:47 cn 1.11.2.1: #i47149# functions fileExists and deleteFile added

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [1d319185ad8d6800362f8d045eb9a779827b0199]

        INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED 2005/05/24 14:49:57 cn 1.3.14.1: #i49789# parameter 'AutoRestart' added

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [175cc445b9f217e3bfce3f40b99954de0f4fc681]

        INTEGRATION: CWS qadev23 (1.6.20); FILE MERGED 2005/06/01 11:49:38 cn 1.6.20.1: #i50171# multiple interface tests in scenarion files

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [6f87becbc3c81d342380578914bcb37f8754af21]

        INTEGRATION: CWS qadev23 (1.8.2); FILE MERGED 2005/05/24 14:49:11 cn 1.8.2.2: #i49789# parameter 'AutoRestart' added 2005/05/17 14:16:58 cn 1.8.2.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [413fe081daebb076d8082ba2dcaad42b44853ab9]

        INTEGRATION: CWS qadev23 (1.8.10); FILE MERGED 2005/05/17 14:14:24 cn 1.8.10.1: #i46788# little changes in kill()

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [7a2bdc801806543abbccbb0781544dc274058206]

        INTEGRATION: CWS qadev23 (1.16.14); FILE MERGED 2005/05/24 14:55:53 cn 1.16.14.2: #i49789# AutoRestart implemented 2005/05/17 14:16:56 cn 1.16.14.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [6b4b1a3cfa45f4ce5fba51f781e1e5e9dc85657d]

        INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED 2005/05/17 14:16:55 cn 1.3.14.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [551cb6b8da6e89e9473bf73ec8b9b85c234875d6]

        INTEGRATION: CWS qadev23 (1.4.10); FILE MERGED 2005/05/17 14:16:54 cn 1.4.10.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [297506b4fe107e869a95fdde08dceb9a071e0a01]

        INTEGRATION: CWS qadev23 (1.3.14); FILE MERGED 2005/05/17 14:16:53 cn 1.3.14.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [e79ff2f9b7271322b6d07a13702905947e5de322]

        INTEGRATION: CWS qadev23 (1.3.10); FILE MERGED 2005/05/17 14:16:53 cn 1.3.10.1: #i49391 replace System.getProperty('java.io.tmpdir') with util.utils.getUsersTempDir(). The getUsersTempDir(9 fetch the -D parameter like -Dtemp='myTempDir'

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [c3ed5b5deb7752fb44da225f157a889dce6bfd84]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/05/31 15:51:50 cn 1.1.2.1: #i50141# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [41f02af04c288c608a2244d89a007ad91e6ae6d5]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/05/31 15:51:35 cn 1.1.2.1: #i50141# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [9f3d10721344ae8822cc994f0d472df5608bb4d8]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/05/31 15:58:13 cn 1.1.2.2: #i50141# remove drafts 2005/05/31 15:51:19 cn 1.1.2.1: #i50141# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [05082bb7e8fa9f5a2419fe04cc7a89a6928cb585]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/09 13:57:31 cn 1.1.2.1: #i50540# corrected implementation name

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [82cf29be5332b25c9881c1be8eae59b1a27157e1]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/05/31 15:58:12 cn 1.1.2.2: #i50141# remove drafts 2005/05/31 15:50:27 cn 1.1.2.1: #i50141# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [ee360bc8f378825cedc3c357a11c4c2e0b763d01]

        INTEGRATION: CWS qadev23 (1.1.128); FILE MERGED 2005/04/21 13:37:00 cn 1.1.128.1: #i43779# property 'BoderColor' added

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [a744b951ce389b6ae4c734395bb4c8263ee5e1d3]

        INTEGRATION: CWS qadev23 (1.11.136); FILE MERGED 2005/06/13 09:21:55 cn 1.11.136.1: #i50653# remove 'drafts' in interface descriptions

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [062fb69e1609008ce7725eeb95279dbc155096b7]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/05/31 10:15:43 cn 1.1.2.1: #i50105# initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [f01eae8cc652ad62c54da477476dd9e26edf11c8]

        INTEGRATION: CWS qadev23 (1.4.272); FILE MERGED 2005/06/09 07:56:04 cn 1.4.272.1: #i50361# add parameter AutoRestart

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [10a43049bec97c7dc75d6928d260ec4d3c0f1102]

        INTEGRATION: CWS qadev23 (1.4.198); FILE MERGED 2005/06/13 11:59:48 cn 1.4.198.2: #i50361# fixes 2005/06/09 07:53:40 cn 1.4.198.1: #i50361# update list

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [3d20ed228d224bb7629dd7cc2229da789aa8f254]

        INTEGRATION: CWS qadev23 (1.6.198); FILE MERGED 2005/06/13 11:59:47 cn 1.6.198.2: #i50361# fixes 2005/06/09 07:51:42 cn 1.6.198.1: #i50361# update list

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [63a605c5afa2d0f29a06c9c77a575a8e04af4275]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/09 06:49:08 cn 1.1.2.1: #i50506# new initial version

2005-06-14  Oliver Bolte  <obo@openoffice.org>  [8ad2961731cafbbf5763c5f0ba1c183226e01368]

        INTEGRATION: CWS qadev23 (1.1.2); FILE ADDED 2005/06/09 06:48:58 cn 1.1.2.1: #i50506# new initial version

2005-06-13  Vladimir Glazounov  <vg@openoffice.org>  [5a4e7bef50c4496216c82c9805ff988b864bd079]

        #100000# a fix for single-process builds

2005-06-13  Jens-Heiner Rechtien  <hr@openoffice.org>  [c3b5a5333a0d012073301115e094df27fae908d8]

        #i10000#: regenerate configure from configure.in

2005-06-13  Vladimir Glazounov  <vg@openoffice.org>  [3b1171946c50f92552c5b265b32d6a07eae0ce3d]

        #100000# multipocessing modus for 4nt again

2005-06-10  Vladimir Glazounov  <vg@openoffice.org>  [a168755db99edaaebc2f6cd63d2fa13916fdc233]

        new version for SRX645

2005-06-10  Stephan Bergmann  <sb@openoffice.org>  [45028ce9d3766b986af3d56cbcd696d24f35a1e0]

        #121392# Made STLport a public part of the URE; added URE_TYPES, URE_SERVICES to SDK std.mk.

2005-06-10  Stephan Bergmann  <sb@openoffice.org>  [41b1719290d6bffa90112be2fffea7bcb19ce644]

        #121392# Made STLport a public part of the URE.

2005-06-10  Stephan Bergmann  <sb@openoffice.org>  [d6016156866f1c554374796a4122febf8ddb5fa5]

        #121392# Made STLport a public part of the URE; documentation reviewed.

2005-06-10  Rüdiger Timm  <rt@openoffice.org>  [3e6f35b3743f2c37e17f38f1b0158889339a1683]

        #i10000# Correct directory naming for patch sets.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8b8b879477f5bed5fc92beec7fbcd846dc8b2cc1]

        SRC680

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [c7df724d8b309a235987c2e1bcf8dd48d67b4404]

        INTEGRATION: CWS ause028 (1.2.480); FILE MERGED 2005/05/03 09:39:16 hjs 1.2.480.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3a8ff5e63bcab12f5e087b3602f78e7d65896e3]

        INTEGRATION: CWS ause028 (1.1.508); FILE MERGED 2005/05/03 09:39:15 hjs 1.1.508.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [778dde19b385a48cf735f8800c3434487fab697a]

        INTEGRATION: CWS ause028 (1.4.138); FILE MERGED 2005/05/03 09:39:15 hjs 1.4.138.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8637709926860af045026420eabd5ea8ef3d09a6]

        INTEGRATION: CWS ause028 (1.3.138); FILE MERGED 2005/05/03 09:39:14 hjs 1.3.138.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b3071c8b963d793bfb544142271a3eeb41c61bf1]

        INTEGRATION: CWS ause028 (1.9.144); FILE MERGED 2005/05/03 09:39:14 hjs 1.9.144.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [cc13bd3d0702a885cf09d74a2283d39f5c3ef956]

        INTEGRATION: CWS ause028 (1.5.138); FILE MERGED 2005/05/03 09:39:13 hjs 1.5.138.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebe6558d471a3725874b51fff12dd6dd2a8d76dd]

        INTEGRATION: CWS ause028 (1.7.138); FILE MERGED 2005/05/03 09:39:13 hjs 1.7.138.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e49604db12dc8978cbadd472b6d67e5927dfdfc]

        INTEGRATION: CWS ause028 (1.5.94); FILE MERGED 2005/05/03 09:39:12 hjs 1.5.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5f8c0c0371f92f0a6bedc50890633d54cf127d72]

        INTEGRATION: CWS ause028 (1.4.94); FILE MERGED 2005/05/03 09:39:11 hjs 1.4.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [14ab044f0b99021bea3e1b71160acdd9cd0e8ca2]

        INTEGRATION: CWS ause028 (1.12.94); FILE MERGED 2005/05/03 09:39:11 hjs 1.12.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b19827e4ccaae7082c2e7f551d8acdb8412eca7]

        INTEGRATION: CWS ause028 (1.7.94); FILE MERGED 2005/05/03 09:39:10 hjs 1.7.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [8303044568ec2f4b7cb5db2bf41cb23826b3b37e]

        INTEGRATION: CWS ause028 (1.14.94); FILE MERGED 2005/05/03 09:39:09 hjs 1.14.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [f78f3fd27efff68d494efb9c47fb25f4767fbccf]

        INTEGRATION: CWS ause028 (1.2.480); FILE MERGED 2005/05/03 09:39:08 hjs 1.2.480.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [400c7fcaf176550c86ef606c5149665b279714b1]

        INTEGRATION: CWS ause028 (1.10.18); FILE MERGED 2005/05/03 09:39:07 hjs 1.10.18.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1958cceb07fb88c40d53010e1ef4b5d9a8ee01a2]

        INTEGRATION: CWS ause028 (1.6.20); FILE MERGED 2005/05/03 09:39:06 hjs 1.6.20.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b093a75f4549519743c6aaf4eeb1dd6dc6ead3c3]

        INTEGRATION: CWS ause028 (1.16.94); FILE MERGED 2005/05/03 09:39:06 hjs 1.16.94.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7c8abf9c4ad34feef6e2ac21607b77c071395a7]

        INTEGRATION: CWS ause028 (1.18.76); FILE MERGED 2005/05/03 09:39:04 hjs 1.18.76.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [164b66d390a4bd1becd13f9803e8175e8467fb82]

        INTEGRATION: CWS ause028 (1.27.44); FILE MERGED 2005/05/03 09:39:03 hjs 1.27.44.1: #109143# use generated includes from solver; cleanup

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [baa23b2c1116b42c9caab99cd5b23b9abd7a5eaa]

        INTEGRATION: CWS ause028 (1.58.4); FILE MERGED 2005/05/03 09:37:09 hjs 1.58.4.1: #109143# deliver missing header

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [57fe7773063b54d63ffc30c3dfcf3cd0895f7a26]

        INTEGRATION: CWS ause028 (1.11.56); FILE MERGED 2005/05/19 10:22:15 hjs 1.11.56.1: #i48607# remove for consitency with older 4nt versions

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [458924e804d49ff3389e187447f2218b26aae291]

        INTEGRATION: CWS ause028 (1.13.128); FILE MERGED 2005/05/18 10:26:22 hjs 1.13.128.1: #i45002# support gcc 3.3.x version (-mcpu/-mtune)

2005-06-09  Mikhail Voitenko  <mav@openoffice.org>  [9c785e92bdc4bbfa650c341c8aef5f13b33d4a38]

        #100000# fix a problem detected by valgrind

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5071a54657d17ddedddb905e36284f8ef49a33a7]

        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>  [30bf1397d9f4c81af2c924ce1e5a0f9ff37e1e49]

        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>  [c0acc8784258a2667fad6f9363e6fc1e5d9663b2]

        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>  [1d06ee3439f911775b4ef8b3f8e0cf21fed32b53]

        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>  [c91e582bccc1ff52639db7d986277c02d3ab6e26]

        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>  [370c4dee09e993206bc87874bf94883a4a89deee]

        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>  [77077da43f7a51cfb72628465f98fe8de159bf8e]

        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>  [c540c3eaf107ce4d9634e51ef7d889d8eb6b2a63]

        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>  [2adf879d651a660a50dfd1fc32fc8471130c50b2]

        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>  [9a8b47a3a82cf32db319080b5bc06f4ace36eaf1]

        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>  [9bb301dd6ee4bda365cc8d69972af35ea7125e42]

        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>  [8e754ba47878efa1a6ac103dfd43bb12e7528b4e]

        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>  [664e15ae481a4c0961a14bc642861511eece1afd]

        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>  [ac1b6d07589739c0723679919916dfa79a11057b]

        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>  [6a1d4558fd36819721f099f2d03c03e9a88c21c0]

        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>  [af0ded845bfba5957386080455d5b1ec7899d5e8]

        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>  [f907aa59b0fb2528032b2fd8559df0f619d50657]

        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>  [b5ecd098b31dd78f1a1ea02c6d3f6ea4d7e6e5fe]

        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>  [8a2f0d603af9cea150ed1b9bde63889b2f4168cd]

        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>  [8816ddaa7dbed417f82747334eeaeeb6fdc1b7b6]

        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>  [d37fa1fcacb57d5b2eefa7db3b4e7d8762666a43]

        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>  [fcf63a0455ceca44fb9a500846a5a073f25afdbc]

        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>  [3cecb7ad6c6e90fe8a7b3c157681f28abbb6e704]

        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>  [0a009afb5dc1aa90c8e43bbc401ad6ac9037c477]

        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>  [7c6c2b18a0dc249decd05a0277c250e793b24443]

        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>  [699543746308d7e06738c4214a34232174cf2c48]

        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>  [64e4e8c010011b36198306ba8f4a26e92a97c7bb]

        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>  [8a64eccbd0604153066c30ae6007eb092e897623]

        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>  [7577852975a75ddbbfa2458fba68d15cd0888364]

        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>  [a0d4f3014836997c1ece233e8e9e128e60c4b323]

        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>  [f4c86b239bc83f85ac71a5a2c8601ee55c761189]

        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>  [c886fb7e69a64e33a72f3051cfab52186bc6d7ad]

        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>  [f238733c9d95a5dfbb6e6bc12f09a786c305faf7]

        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>  [19b26608bc7cdd8f705a929cbfa1b1110efc360e]

        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>  [8a446b5d6f5995d8acaadbe1a87690160dd00ae5]

        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>  [b237206edc62ad9902cfea64d9e9e9b8c4e27bad]

        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>  [b30fa597b279d83ec1f3bd00edba776add20c54d]

        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>  [fc0ba0aa3a12aa7991e3c9f8716ce96b9ca53454]

        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>  [08a7b021d01f87c15a54cd66c98dc8a018f2e27b]

        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>  [cabf5c57516c63ee502a0dd99b965e3562cd1b48]

        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>  [18dd6103fa400034c23313e0d619deead6b578c7]

        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>  [f6db31e70e89119ad68aa3c7c88cbce7f974db6d]

        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>  [d42335bd0b2a001f8934c60cbde98265088350aa]

        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>  [510351fe4fbda84e4d2f37f857182379e19d6ad9]

        INTEGRATION: CWS evoab202 (1.29.6); FILE MERGED 2005/04/15 21:27:17 mmeeks 1.29.6.1: i#34909# mmeeks, add evoab2 conditionals.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [22e51c696f58d03392433b4742ba5d0cbb519a3a]

        INTEGRATION: CWS evoab202 (1.96.14); FILE MERGED 2005/04/15 21:27:17 mmeeks 1.96.14.1: i#34909# mmeeks, add evoab2 conditionals.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [67946a8e8cbdaf67532bfbadab189c3ff1776f31]

        INTEGRATION: CWS evoab202 (1.56.2); FILE MERGED 2005/04/15 21:20:04 mmeeks 1.56.2.1: i#34909# mmeeks Configure options for evo2 integration

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ba42ec73cad4abb6fec8ca55e31c3e5e703274da]

        INTEGRATION: CWS evoab202 (1.114.2); FILE MERGED 2005/04/15 21:20:03 mmeeks 1.114.2.1: i#34909# mmeeks Configure options for evo2 integration

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1faa5f3a66bf8632645997828932ce3f0c27e9d5]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:43 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [22024fd0ae37c45cf286c6237fe42e03ce8560e7]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:42 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [73ff26ec37df43c14497007b500b50262c88a57a]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:41 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [5282354794678d7fd4a2d8e6db8219be10c46ca8]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:40 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [009c9897f1335e3026c78b2c903ca70b381480e8]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:39 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [ad785f9a6e7126363794a0a0721b231bec3e1aba]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:38 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3c3fc86b1ccc3b8bd3c1bfe40ebf591004bf44fb]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:37 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [2e4f7756aaa25e65dc83c72d74250578d1c428ec]

        INTEGRATION: CWS evoab202 (1.1.6); FILE ADDED 2005/04/15 21:17:36 mmeeks 1.1.6.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [e2b51878bec27c08fb14cadefc77bdef19cb481a]

        INTEGRATION: CWS evoab202 (1.1.4); FILE ADDED 2005/04/15 21:17:36 mmeeks 1.1.4.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [11b85994c1d6d547b147b99926517debd41f173e]

        INTEGRATION: CWS evoab202 (1.21.60); FILE MERGED 2005/04/15 21:17:35 mmeeks 1.21.60.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa4628379fc5c849ec17162615bd3b8cfe0b10b7]

        INTEGRATION: CWS evoab202 (1.22.30); FILE MERGED 2005/04/15 21:17:35 mmeeks 1.22.30.1: #i34909# mjayant, mmeeks Re-commit from broken cws evoab201

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [900556339966a2febf0ba343e279cf471c2af305]

        INTEGRATION: CWS vq17 (1.32.88); FILE MERGED 2005/06/07 00:24:38 vq 1.32.88.1: #i49422# Fix quoting for MS compiler.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [3d9c5f95068c5fbd897dc96aac84c49935c023b4]

        INTEGRATION: CWS vq17 (1.18.10); FILE MERGED 2005/06/07 00:11:07 vq 1.18.10.1: #i49230# Enable generation of NSIS installer.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [eed77578c83020a1013370489610c83010a7f208]

        INTEGRATION: CWS vq17 (1.16.10); FILE MERGED 2005/06/07 01:39:16 vq 1.16.10.2: #i49230# Bring back the -x test for cygwin. 2005/06/07 00:11:07 vq 1.16.10.1: #i49230# Enable generation of NSIS installer.

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c4c2f1aec8face0e586f1bd788b1f5ff7829d4b]

        INTEGRATION: CWS helpfixes1 (1.63.34); FILE MERGED 2005/06/07 13:18:04 pb 1.63.34.2: fix: #i49350# new ErrorBox if help not available to prevent multiple ErrorBoxes 2005/06/03 08:19:26 pb 1.63.34.1: fix: #i49350# show error if help not available

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [782cd444a8f502525d70dfd01af67dc4fefd3c2a]

        INTEGRATION: CWS helpfixes1 (1.54.66); FILE MERGED 2005/06/03 08:25:07 pb 1.54.66.1: fix: #i49350# bool SfxHelpIndexWindow_Impl::bIsInitDone added

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [00fc276fdea0fb0a9ba380de33651a5c3503c5e4]

        INTEGRATION: CWS helpfixes1 (1.110.50); FILE MERGED 2005/06/03 08:26:13 pb 1.110.50.1: fix: #i49350# SfxHelpIndexWindow_Impl: only one Initialize()

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [4d120b106f63ab783e6151a04fdbcd6391e2b1e4]

        INTEGRATION: CWS ause031 (1.28.14); FILE MERGED 2005/06/08 14:20:11 hjs 1.28.14.1: #i48816# fix got lost

2005-06-09  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b6abc4105db30a69300d70bb2aff8bad46770ef]

        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-08  Ingo Schmidt  <is@openoffice.org>  [b262c83b2042fe892e5d8f678574fc94b994517c]

        MASTERFIX: PATCH flags for files from pointpatches

2005-06-08  Ingo Schmidt  <is@openoffice.org>  [7499b790fc59fd4e18e7a894c359dface3bb4957]

        MASTERFIX: PATCH flags for files from pointpatches

2005-06-07  Vladimir Glazounov  <vg@openoffice.org>  [386da4ad3e508fd0e0dead9150bcdf6866bf506a]

        #100000#,#i49927# enable arbitrary platform, more elaborate build.lst parsing

2005-06-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [127304cce5c0ab3f0287efc3b51d3f82ac44bd97]

        #i10000#: fix file permissions

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a9e25020a7ca83d5381cfbd6dfeaf52db4dbf58e]

        SRC680

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f721c62c8ffd7b7737a3c7825d0f8666c8c999bb]

        INTEGRATION: CWS gcj5 (1.5.10); FILE MERGED 2005/06/02 07:29:34 cmc 1.5.10.1: #i50224# lib name change

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [d2ce3bed23d7cbadc612fc37a4ca9cb4967c6916]

        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>  [14a775aa12c594915cfe4ec3afa2e5c0dc940533]

        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>  [a601405b1284cedbc62d777755d7cd4f7902139a]

        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>  [31dbade295e437b9ffb35247195b9efb24608fe7]

        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>  [38fdbe099504e1d68fbbf01b9f690bfa362f5fee]

        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>  [57f7cbb2649f5f3de7911db15b1281d88c451f75]

        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>  [f6f4c98fe57313c694a52f63aaf915b0109f78a7]

        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>  [a1c03d3c551108a5f4f2dfeef094f877d5282de2]

        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>  [89181fb6fc2ff20e883884e5fc3325073d4372a8]

        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>  [e096a7fdb2774ac2a7d49bbac2bd59c29d81d594]

        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>  [00d12c30bb4b0a256d0a8320bea7e6fee3d7a513]

        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>  [111b9cabbfc170e772a1ee1dcd55a271d820d905]

        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>  [6b7a3782ae8351c89be8c24a56078d06ac12df54]

        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>  [2c4b150bf8831bfc6e0a3e09180f137e45c9c9c3]

        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>  [861a52f7ff7fa7b5fe24d3b0e759fd36f2b67663]

        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>  [c9f9af9f2c3c89fb1e0b5c3052b80991eed05bfa]

        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>  [a2f72b9c2db557651f3d5db41fa3e6d5eecdd7e5]

        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>  [47de0194cc5991a3937452173213d724d204b63d]

        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>  [68a09bd8fd68846ed4c4d8764a82063e186f723a]

        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>  [9801ac7ca46b7092f8d7bcd90214119626fc2ac0]

        INTEGRATION: CWS cmcfixes8 (1.4.22); FILE MERGED 2005/05/31 10:45:20 cmc 1.4.22.1: #i50107# avoid unnecessary executable stack

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0da0fae8c8ded5be7b80334cc9464958cdcc66d2]

        INTEGRATION: CWS rt10 (1.3.2); FILE MERGED 2005/05/30 14:46:23 rt 1.3.2.1: #i50051# Add makefile.mk to ADDITIONAL_FILES

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [72e577d6ea25907e79cdd5846cb03c99934c4d38]

        INTEGRATION: CWS rt10 (1.2.4); FILE MERGED 2005/05/30 14:46:23 rt 1.2.4.1: #i50051# Add makefile.mk to ADDITIONAL_FILES

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [55e032bc26c7c2dca63ebb8ac69b868ca6a92c3e]

        INTEGRATION: CWS rt10 (1.19.2); FILE MERGED 2005/05/31 12:52:19 rt 1.19.2.1: #i50117# Make python-inst group writable.

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [fe80c33ab086fb3ff658591470f5998ca572d5d9]

        INTEGRATION: CWS sysui07 (1.8.14); FILE MERGED 2005/05/23 12:57:24 obr 1.8.14.1: #i48867# added install/depend file

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [460db91c4b0af3e74dd92119d7b86b59465470bd]

        INTEGRATION: CWS sysui07 (1.9.6); FILE MERGED 2005/05/23 12:57:24 obr 1.9.6.1: #i48867# added install/depend file

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [291b8dc403a93c36e58ed26c2f633476981db1ec]

        INTEGRATION: CWS sysui07 (1.1.2); FILE ADDED 2005/05/23 12:57:24 obr 1.1.2.1: #i48867# added install/depend file

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2e30c2966ce29ce5312d0cfbbbcff99add6615c]

        INTEGRATION: CWS sysui07 (1.4.12); FILE MERGED 2005/05/30 08:47:08 obr 1.4.12.1: expanding problem description comment

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ce1197790f1658c6cb0a403f3d6d35a7ebc01cb6]

        INTEGRATION: CWS mmw02 (1.11.46); FILE MERGED 2005/05/25 09:21:56 dv 1.11.46.1: #123126# Better lang support for all spanish sub languages

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [218db62feac726a57cd946f3ff4a41af190cffa1]

        INTEGRATION: CWS sysui07 (1.7.6); FILE MERGED 2005/05/27 13:51:22 obr 1.7.6.2: #i19175# Grrr, not really a terminal app 2005/05/27 13:50:24 obr 1.7.6.1: #i19175# time to activate gnome-vfs support ;-)

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1cfe947089a9db6834ae67d757b11215a314887]

        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>  [c69dbcbf6fa94166a392e6ca1affde46e69b9e98]

        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>  [c0447088ab531ad3baa448c462308affd10bfc84]

        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>  [2934e2dd60d0112ddbc5a802047540d156fc3e96]

        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>  [40377f0e51da899e004b1b3d5ef24b6a32f60f9c]

        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>  [6ddcdb0e04027b06baed7a4e0c22b3e944982111]

        INTEGRATION: CWS gslpatches (1.90.10); FILE MERGED 2005/06/06 11:03:58 pl 1.90.10.1: add patch flags

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c02e4801a9bd8670e02281342ae0057605fa2feb]

        INTEGRATION: CWS gslpatches (1.103.10); FILE MERGED 2005/06/06 11:03:58 pl 1.103.10.1: add patch flags

2005-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [9a3c8fb20df6525a3af7059043764e4610563f98]

        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>  [a51b9b9c8a3d42b4156cd33d3f3cf45b92961716]

        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>  [ec19cc714067b9e9cc1ab0fe37d78c559c72a2e6]

        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>  [7f3eaab96b4e012291b056450d62d4a4182e48d0]

        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>  [ccdfa219503a62f22365055b479dd8fe06e200ee]

        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>  [6bdaeae06507d1d47dc4a33be5ba67f3f991ba65]

        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-06-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [964b86b3924c1644a501ea10fa96958fabc567eb]

        INTEGRATION: CWS gslpatches (1.38.20); FILE MERGED 2005/04/29 08:11:37 hdu 1.38.20.1: #i47494# add some japanese font substitutions for MS targets

2005-06-03  Stephan Bergmann  <sb@openoffice.org>  [efb754a1f12791192993c330b428842724ec0681]

        #121931# Fix for Solaris.

2005-06-02  Rüdiger Timm  <rt@openoffice.org>  [363afda7d2ae1aac821e5a51b567928bbce9b388]

        Flag file. Touch it to get ZIPTARGET rebuild instead of just updated.

2005-06-02  Hans-Joachim Lankenau  <hjs@openoffice.org>  [6274d6368e7495d798ed7d881bce11a4c5089b19]

        #i50132# fix syntax error hidden by dmake bug

2005-06-02  Rüdiger Timm  <rt@openoffice.org>  [055cc8b67fe89141dc35ea728f94697fce60d504]

        New method to get child workspace owner from EIS.

2005-06-02  Stephan Bergmann  <sb@openoffice.org>  [1bc500395697e5af7359c58eb7e24c01fa5f44af]

        #121932# Changes for wntmsci10.

2005-06-02  Stephan Bergmann  <sb@openoffice.org>  [f311dee8e44774ec82fc4d2522acde8b7dfd1866]

        #121392# Added missing libxml2.

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [07092cbc8028ef0869fdcde84e9b673875a86e15]

        SRC680

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [0f6058238bec731b45b30c248e3c6b4f5cd6daa9]

        INTEGRATION: CWS macosx07 (1.12.98); FILE MERGED 2005/05/10 20:06:04 ericb 1.12.98.1: i48285  libscn can now be build on Mac OSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [4d17c048058fa9f46f03f525e3ea4f4b1d228c9e]

        INTEGRATION: CWS macosx07 (1.3.94); FILE MERGED 2005/05/06 00:09:02 ericb 1.3.94.1: i39961 nsplugin buildable for Mac OSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [7c9e757ff1ba2279ae8e580729f110d296631d52]

        INTEGRATION: CWS macosx07 (1.9.24); FILE MERGED 2005/05/06 00:08:46 ericb 1.9.24.1: i39961 nsplugin buildable for Mac OSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [df1bef2177a16005ad628d1055e383c5ed5dae28]

        INTEGRATION: CWS macosx07 (1.10.24); FILE MERGED 2005/05/23 11:53:48 ericb 1.10.24.2: #i39961# fix bad resync between m101 and m104 for extensions module in macosx07 2005/05/06 00:08:26 ericb 1.10.24.1: i39961 nsplugin buildable for Mac OSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [fde7ba390476d23ded053641e779786df2964f72]

        INTEGRATION: CWS macosx07 (1.101.10); FILE MERGED 2005/05/05 23:30:10 ericb 1.101.10.1: i48285 add libscn for Mac OSX in scp2

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [3af1d08b2cc7ce9af96fece46f22b637e7c2f3e6]

        INTEGRATION: CWS macosx07 (1.7.38); FILE MERGED 2005/05/05 23:55:19 ericb 1.7.38.1: i44530 UTF8 is used for dirnames and filenames in MacOSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [68d715d7ad349f18e91f4dc768fdd9d45a9d13cc]

        INTEGRATION: CWS macosx07 (1.5.2); FILE MERGED 2005/05/19 14:25:34 ericb 1.5.2.2: #i49486# delete typo (extra + symbol) in otherjre.cxx 2005/05/19 13:50:02 ericb 1.5.2.1: #i49486# fix a typo in otherjre.cxx for PowerPC arch LinuxPPC and Mac OSX

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [310784f5697dd0995c600d08bad4e70f27916cdb]

        INTEGRATION: CWS macosx07 (1.2.8); FILE MERGED 2005/05/22 21:10:19 ericb 1.2.8.1: #i49548# missing L option for GNUCOPY will cause nss include not delivered, and break in libxmlsec

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [ced41aa9291e8da41ee053484343c1cfdc5ea1bd]

        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>  [235849c2dba5159873989e04322a64c7f8d476cb]

        INTEGRATION: CWS macosx07 (1.29.10); FILE MERGED 2005/05/05 23:05:25 ericb 1.29.10.1: i48521 stlport changes in makefile.mk for Mac OSX 10.4

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [0a8081ee2592dcb86a4c9bc7dd2f7c2aad42011c]

        INTEGRATION: CWS macosx07 (1.2.42); FILE MERGED 2005/05/18 22:16:50 ericb 1.2.42.2: i48521 fix for Mac OSX 10.4 and 10.3 2005/05/05 23:07:13 ericb 1.2.42.1: i48521 stlport changes in patch for Mac OSX 10.4

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [cf92a63789d0b7022d86bdc1d0266ab934fd01ec]

        INTEGRATION: CWS macosx07 (1.58.8); FILE MERGED 2005/05/19 11:40:06 ericb 1.58.8.4: #i48520# config_office/set_soenv.in fix changes for MacOSX 10.4 2005/05/18 23:02:29 ericb 1.58.8.3: RESYNC: (1.58-1.62); FILE MERGED 2005/05/12 11:42:05 ericb 1.58.8.2: i49135 GNUCOPY for Mac OSX too 2005/05/05 23:00:53 ericb 1.58.8.1: i48520 set_soenv.in changes for Mac OSX 10.4

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [f798be5bd81f184a1f608ef461d9c01ee5a75c59]

        INTEGRATION: CWS macosx07 (1.116.8); FILE MERGED 2005/05/18 23:01:29 ericb 1.116.8.2: RESYNC: (1.116-1.117); FILE MERGED 2005/05/13 21:18:35 ericb 1.116.8.1: i49135 Add GNUCOPY for Darwin in configure.in

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [73dff71032187b9812d446c4074dec8baf0248a9]

        INTEGRATION: CWS macosx07 (1.98.8); FILE MERGED 2005/05/18 23:02:14 ericb 1.98.8.2: RESYNC: (1.98-1.99); FILE MERGED 2005/05/13 21:17:54 ericb 1.98.8.1: i49135 Add GNUCOPY for Darwin in configure

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [7c626f6242b2fd2f816215c8dca70d58b14e6d16]

        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>  [633517be1c31be9a75106553e2c1a9d0f780af60]

        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>  [42df1995534a91e2adf9477c19575bcb73216a94]

        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>  [746ee7f6e05214d173dedf8888f22d8b313fa931]

        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>  [73fee4fc1da45a170643b9b3842287afe04214a6]

        INTEGRATION: CWS macosx07 (1.53.72); FILE MERGED 2005/05/05 23:15:06 ericb 1.53.72.1: i48522 deleted -Wl,-u,__objcInit flags from LINKFLAGSAPPCUI

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [17305d3a897b2b9fcdffe786ff27beb25272e25d]

        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-31  Kurt Zenker  <kz@openoffice.org>  [80e127bade490e393b88f3d93cb6fb0d948efcc0]

        INTEGRATION: CWS freebsd03 (1.14.8); FILE MERGED 2005/05/25 02:34:00 maho 1.14.8.1: Fix FreeBSD issues for SDK Issue number:  #i41144# Approved by: jsc

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [40cd13b9ac133fca7c8a2997e133948fedcc8e3b]

        INTEGRATION: CWS freebsd03 (1.5.8); FILE MERGED 2005/05/25 02:34:00 maho 1.5.8.1: Fix FreeBSD issues for SDK Issue number:  #i41144# Approved by: jsc

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [3704150bd2bc301b9a39390d66cecbbd998ba7cb]

        INTEGRATION: CWS freebsd03 (1.11.8); FILE MERGED 2005/05/25 02:33:59 maho 1.11.8.1: Fix FreeBSD issues for SDK Issue number:  #i41144# Approved by: jsc

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [1f9b51d89b008f56f5e8658c42c2472b3096673e]

        INTEGRATION: CWS freebsd03 (1.2.18); FILE MERGED 2005/05/25 02:44:16 maho 1.2.18.1: XParametricPolyPolygon2DFactory.idl contains illigal char
        
        Issue number:  #i49677#
        Submitted by:  maho
        Approved by: jsc

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [1ae71919a17ec9b7c9acbe9cd2836fab81fefe65]

        INTEGRATION: CWS freebsd03 (1.5.2); FILE MERGED 2005/05/25 03:13:40 maho 1.5.2.1: Incorrect version number of libxmlsec
        
        Issue number:  #i49682#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [255c12cd989e1b3d8423321e38de35c0da855d2a]

        INTEGRATION: CWS freebsd03 (1.117.2); FILE MERGED 2005/05/25 02:54:58 maho 1.117.2.1: configure/configure.in contains ==, which is bash's extention; replace from == to =
        
        Issue number:  #i49678#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [714bd9249dd3454610676d6304a52ce1435128de]

        INTEGRATION: CWS freebsd03 (1.99.2); FILE MERGED 2005/05/25 02:54:56 maho 1.99.2.1: configure/configure.in contains ==, which is bash's extention; replace from == to =
        
        Issue number:  #i49678#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [99e9face3850fbbdc562f74a50ab451f6651d75d]

        INTEGRATION: CWS freebsd03 (1.3.24); FILE MERGED 2005/05/25 03:05:06 maho 1.3.24.1: Update to recent version of bridge (of Linux/i386)
        
        Issue number:  #i49680#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [def31e45a18514916fc645f2610339130f54ea47]

        INTEGRATION: CWS freebsd03 (1.4.24); FILE MERGED 2005/05/25 03:05:05 maho 1.4.24.1: Update to recent version of bridge (of Linux/i386)
        
        Issue number:  #i49680#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [98e99224a6135b09eb4e72c8017fba49b81673d2]

        INTEGRATION: CWS freebsd03 (1.1.2); FILE ADDED 2005/05/25 03:05:43 maho 1.1.2.1: forgot to add call.s Issue number:  #i10000#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [51fec8795d23102f75c3c9da36467706a9751f44]

        INTEGRATION: CWS freebsd03 (1.14.16); FILE MERGED 2005/05/25 02:58:16 maho 1.14.16.1: omit -ldl from crashrep/source/unx/makefile.mk, since FreeBSD doesn't have -ldl
        
        Issue number:  #i49679#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [236e9f734ed781070bffefc01d16ec2b842002d5]

        INTEGRATION: CWS freebsd03 (1.13.136); FILE MERGED 2005/05/25 03:32:03 maho 1.13.136.1: Update unxfbsdi.mk to recent version of unxlngi6.mk
        
        Issue number:  #i49685#

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [b17355a1e4ee4e40fc2c288fd460343ede6cacb2]

        INTEGRATION: CWS mmeeks08 (1.7.24); FILE MERGED 2005/05/27 15:43:07 mmeeks 1.7.24.2: #i49929# tolerated copies of directories 2005/05/27 14:22:01 mmeeks 1.7.24.1: #i49104# teach linkoo about types.rdb

2005-05-31  Kurt Zenker  <kz@openoffice.org>  [962904d2f174d873b0e386a5611f1b218fc23d31]

        INTEGRATION: CWS rvojta03 (1.2.6); FILE MERGED 2005/05/20 05:28:22 obr 1.2.6.5: #i48921# fixed typo in sun.xml type 2005/05/20 05:22:12 obr 1.2.6.4: RESYNC: (1.2-1.3); FILE MERGED 2005/05/17 08:49:46 rvojta 1.2.6.3: Issue number:  #i48783# Submitted by:  rvojta Reviewed by:   rvojta
        
          - %{clean_menus} -> %{trigger_clean_menus} in trigger
          - %{clean_menus} -> %{update_menus} in post in
        2005/05/11 10:07:47 rvojta 1.2.6.2: Issue number:  #i48783#
        Submitted by:  rvojta
        Reviewed by:   rvojta
        
         - Provides: openofficeorg-mandrakelinux-menus
         - define update|clean_menus if they aren't defined, so, the build will success
           on the non Mandrakelinux boxes
         - trigger update|clean_menus after each component (de)installation
         - empty the menu file before new generation, avoid duplicate entries
        2005/05/10 13:39:07 rvojta 1.2.6.1: Issue number:  #i48783#
        Submitted by:  rvojta
        Reviewed by:   rvojta
        
         - Base is in the Applications/Databases now
         - correct package for the printeradmin / base
         - version used in menu entries
         - menu generation during %install
         - menu file part of the RPM
         - Mandriva WiKi URL about menus fixed
         - %{clean_menus}, new Mandriva WiKi page uses it

2005-05-31  Rüdiger Timm  <rt@openoffice.org>  [84063ae55186527d8aab38139e87771a5770b879]

        #i1000# Just for consistency ...

2005-05-30  Kurt Zenker  <kz@openoffice.org>  [d2bcf92b34a2d99440249368a9f29c06eb235841]

        #i49990# back to previous version

2005-05-30  Rüdiger Timm  <rt@openoffice.org>  [39a4b5fafaa8f331da7cc07097cb0a6951f1350c]

        #i10000# For build server builds we need write access to SHIPDRIVE. If we don't have it it is an error.

2005-05-30  Stephan Bergmann  <sb@openoffice.org>  [96268a501428413073a09aace6372159c07a231c]

        #122871# Fixed typo.

2005-05-30  Stephan Bergmann  <sb@openoffice.org>  [6d4291a9519681b77e7def7cf961dbff7722b395]

        #122871# Updated documentation.

2005-05-27  Stephan Bergmann  <sb@openoffice.org>  [8147bf27e910cdeaa587b5d2b27968b328ffb7bb]

        #121932# Missing uwinapi.dll.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [a096d8d44dc583281278dff3e69b92498d4fcb22]

        #121392# Changed Makefile 1.1 -> Makefile.pln, and Makefile.sdk 1.1 -> Makefile.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [87fb28f3db8a8cfc3ebdc94ddbada0b3c3498f4d]

        #121392# Changed Makefile -> Makefile.pln, and Makefile.sdk -> Makefile.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [15a1ff8166cecb3fc9e71a511c3466b5df16d435]

        #121392# Cosmetic changes.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [ddafcd0fd80cdb49512bc8a512abd29d4bf259fd]

        #121932# Adaption for wntmsci10.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [81c6866dffccf6c003a330c077d1657cc1c07416]

        #121392# New ure module for URE-specific files.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [d8c210e714b6f35612a198deca64ebd02b227ed5]

        #121392# New ure module for URE-specific files; Windows-specific ini files.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [8a31d56bee3d7543957381867179eb0d1658996d]

        #121932# Windows-specific ini files.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [bcd519ed5a0399d0a22bea60ab98e7a9b4dfd5d2]

        #121392# Moved scp2/source/ure/unorc 1.1.2.6.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [6ef618de9df0d241607b48ea27694d9fce8bd8b0]

        #121392# Moved scp2/source/ure/startup.sh 1.1.2.3.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [14efe7c27986cea32623a614d8decabd8f746ed3]

        #121392# Moved scp2/source/ure/README 1.1.2.3.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [e35bae72ce8c4c640b2926e2f0f544e2b52c469e]

        #121392# Moved scp2/source/ure/jvmfwk3rc 1.1.2.3.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [b92d30c791df5ad8541c5e4520b7bfbe009a8ad0]

        #121392# Moved testtools/source/ure/delzip 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [c7df50630943a2529a5e350a8cb7d4543df342af]

        #121392# Moved testtools/source/ure/uretest/version.map 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [99ca5c26842dcb2d55a5aedbb00e9aaa7e69ef3c]

        #121392# Moved testtools/source/ure/uretest/types.mf.template 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [e13f768017c921c5447aba5bca86b0aacdf244a6]

        #121392# Moved testtools/source/ure/uretest/types.idl 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [351419e3cdadaa8f1031d0f563e4e19359f5310f]

        #121392# Moved testtools/source/ure/uretest/runner.mf.template 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [37a856eeda69acb6f19eacc2e304cc2301dadd08]

        #121392# Moved testtools/source/ure/uretest/javatest.mf.template 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [8ce978483c49189f3de592098e3b068abe99a133]

        #121392# Moved testtools/source/ure/uretest/javamain.mf.template 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [0e2d43662ab2d3d01ce3b372d4c4626064b57048]

        #121392# Moved testtools/source/ure/uretest/javaclient.mf.template 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [2b7807bfd03f3a92da4c04bed1da93d07475cf4d]

        #121392# Moved testtools/source/ure/uretest/cpptest.cc 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [d117ab70826e82abfedd35740f486a2f08eb3964]

        #121392# Moved testtools/source/ure/uretest/cppserver.cc 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [2e2e1d3335ef835707bbbcef4b083e33031a5e0d]

        #121392# Moved testtools/source/ure/uretest/cppmain.cc 1.1.2.2.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [d6e2cc0e1ef76644adc28c95febfffb3607554b0]

        #121392# Moved testtools/source/ure/uretest/Runner.java 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [c112af5a38c8e01241a7e72daf2da8f9e97b3ba4]

        #121392# Moved testtools/source/ure/uretest/README 1.1.2.2.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [c07ae6267dce529cf569f2bcfbaed4d97e7edebb]

        #121392# Moved testtools/source/ure/uretest/Makefile 1.1.2.7.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [679a9766fc17210b27015e9c71b99fb942915cd2]

        #121392# Moved testtools/source/ure/uretest/JavaTest.java 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [d5cb2d5a0fe2393382797afbcce65fda317a831d]

        #121392# Moved testtools/source/ure/uretest/JavaMain.java 1.1.2.1.

2005-05-26  Stephan Bergmann  <sb@openoffice.org>  [5701eaaf3ea73efd7b2fba3094ca665f8773a750]

        #121392# Moved testtools/source/ure/uretest/JavaClient.java 1.1.2.1.

2005-05-26  Oliver Braun  <obr@openoffice.org>  [42328b5d93a5bafe74c972b1fe938fd8ed68653d]

        #b6243124# revised SUNW_LOC

2005-05-25  Hennes Rohling  <hro@openoffice.org>  [0e87a2a86480d9b40ee41f48344f596450eb09da]

        #123129# Paths in INF files have to be triple quoted

2005-05-25  Ingo Schmidt  <is@openoffice.org>  [1c0708a317374d9062eb66ecd6f450f2a166b802]

        #6243124# complete SUNW_LOC

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [119b551d5622f64837deb2c2f384bec0579a34ea]

        SRC680

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [759cec036324241271e065c5aafef1b3a1af054b]

        INTEGRATION: CWS c01v008 (1.4.54); FILE MERGED 2005/05/23 12:47:58 cd 1.4.54.2: #123059 make option to 'not register' configurable 2005/05/23 11:46:42 cd 1.4.54.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [930aafe35bfc80ae1bee55aab27465e2444ad860]

        INTEGRATION: CWS c01v008 (1.7.16); FILE MERGED 2005/05/23 16:11:44 cd 1.7.16.3: #123059# make option to 'not register' configurable 2005/05/23 12:47:58 cd 1.7.16.2: #123059 make option to 'not register' configurable 2005/05/23 11:46:42 cd 1.7.16.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [a5d2dace595a248238a8a38ea92407585d28ea29]

        INTEGRATION: CWS c01v008 (1.13.2); FILE MERGED 2005/05/23 14:00:48 cd 1.13.2.1: #123059# make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [d62d3653e724af07ed314c31d5844ed6cd79faea]

        INTEGRATION: CWS c01v008 (1.89.2); FILE MERGED 2005/05/23 14:00:47 cd 1.89.2.1: #123059# make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [ebd7fa3e03dcff3be61fe3ee249c0e0ae5aa720b]

        INTEGRATION: CWS c01v008 (1.5.34); FILE MERGED 2005/05/23 12:50:17 cd 1.5.34.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [7db3137a531b534de5c3b61d8f3f202c088159ec]

        INTEGRATION: CWS c01v008 (1.44.26); FILE MERGED 2005/05/23 12:50:16 cd 1.44.26.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [1d7377811d3e5403c47a659068733db1aea5acc9]

        INTEGRATION: CWS c01v008 (1.1.2); FILE ADDED 2005/05/23 12:51:19 cd 1.1.2.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [4889eba8a28ee6f9096f7a878ca528b699a856af]

        INTEGRATION: CWS c01v008 (1.4.34); FILE MERGED 2005/05/23 12:50:15 cd 1.4.34.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [d188f3696c33cd03302be78503da1efc6e88fdb2]

        INTEGRATION: CWS c01v008 (1.1.2); FILE ADDED 2005/05/23 12:52:13 cd 1.1.2.1: #123059 make option to 'not register' configurable

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [4265aad3aa78e6b0591b3c6fa6ea515d6c2f8e63]

        #122281# Set UI language before eval code is executed.

2005-05-24  Rüdiger Timm  <rt@openoffice.org>  [5801be529607cbdd72ea176cd4269adfbc5c5c16]

        SRC680

2005-05-23  Rüdiger Timm  <rt@openoffice.org>  [ffb2a2ae1dea98eb9d9874d54b4505c45aa2fb94]

        #i49730# (Fixed by OD)

2005-05-23  Rüdiger Timm  <rt@openoffice.org>  [b8d20c5174838d4ad0b02016e938c973357ddd90]

        SRC680

2005-05-23  Rüdiger Timm  <rt@openoffice.org>  [5754542b5db870db69527c51e5c7a81ee3328721]

        #i47940# Add terminating slash to directory component of stack frames

2005-05-23  Rüdiger Timm  <rt@openoffice.org>  [e3a53e11ac925a81f2a4cb86fad9c8b7ad66a385]

        INTEGRATION: CWS proximity90 (1.88.58); FILE MERGED 2005/05/20 14:25:26 tl 1.88.58.2: #122865# new Proximity linguistic 2005/05/20 09:27:35 tl 1.88.58.1: #122865# switching to Proximity; adding PRXLIB

2005-05-23  Rüdiger Timm  <rt@openoffice.org>  [773a40360278cb4b79dc962ce1cc14674af59bde]

        INTEGRATION: CWS cloph01 (1.4.2); FILE MERGED 2005/05/19 22:57:18 cloph 1.4.2.1: Issue number: #i49374#,#i48213# Submitted by: cloph * Workaround recently changed glob matching of glibc * change parameter expansion to sed command * enhance description of the package

2005-05-23  Ingo Schmidt  <is@openoffice.org>  [df883d532c8000695ce368aaf6d8e92ef92cb081]

        FIX: adding files to correct modules

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [f596071c32524309c7869f2b9671b687e2ba06a1]

        SRC680

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [494653ce901c997478cf16018e9e010bebc4eade]

        INTEGRATION: CWS letterwizardlang (1.16.2); FILE MERGED 2005/05/18 15:11:44 tv 1.16.2.1: #i49234# differentiate SO and OO.o regarding language support in Letter Wizard

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [b81e610f700c1c8b4912d0d187991205be84f20a]

        INTEGRATION: CWS letterwizardlang (1.10.2); FILE MERGED 2005/05/18 12:39:42 tv 1.10.2.1: removed entry fo memo wizard

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [8b61ba870253805950fc90f44f2fc2ef4244b2a7]

        INTEGRATION: CWS nativefixer9 (1.20.8); FILE MERGED 2005/05/19 07:31:24 jb 1.20.8.1: #i49148# Add configuration bootstrap parameter for schema versioning. Use buildid (from bootstraprc) as version tag.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [32cd322883a9173cffd2e8a7af1e0837c6985abb]

        INTEGRATION: CWS nativefixer9 (1.11.8); FILE MERGED 2005/05/19 08:41:45 obr 1.11.8.1: #122800# readmes & licenses folder

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [de3d34410ca06b49128fc0c08c20d438b5fa88c8]

        INTEGRATION: CWS nativefixer9 (1.88.6); FILE MERGED 2005/05/19 08:19:36 hro 1.88.6.1: #i49458# Patch Description in soffice.bin

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [7df4fdd4b463ee00c9b93e2b67e8b121090ddf50]

        INTEGRATION: CWS nativefixer9 (1.28.6); FILE MERGED 2005/05/19 08:41:45 obr 1.28.6.1: #122800# readmes & licenses folder

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [0ff37f46d3fe1f4d7e3789feb6b8b8c88007a820]

        INTEGRATION: CWS nativefixer9 (1.5.90); FILE MERGED 2005/05/19 07:52:05 jb 1.5.90.1: #i49148# Add XVersionedSchemaSupplier, to support associating configuration schemas with version tags.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [934a1a6218567851a742d8d8086b2e0c9abb2c3b]

        INTEGRATION: CWS nativefixer9 (1.1.2); FILE ADDED 2005/05/19 07:52:04 jb 1.1.2.1: #i49148# Add XVersionedSchemaSupplier, to support associating configuration schemas with version tags.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [3d1253a2e8cae30d4c30b3d7641ee38ce199b0cf]

        INTEGRATION: CWS letterwizardlang (1.16.8); FILE MERGED 2005/05/18 12:38:52 tv 1.16.8.1: removed memo wizard templates

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [52c9542c0e5dd0925e0f2fb229b24adc5e4642f3]

        INTEGRATION: CWS nativefixer9 (1.2.76); FILE MERGED 2005/05/19 07:24:41 jb 1.2.76.1: #i49148# Add support for tagging configuration schemas with a version (XVersionedSchemaSupplier); Use <buildid> as global version tag, to support schema upgrades with patches and updates.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [05cf31a04c2208c3d0746535f5f6f07080b929f8]

        INTEGRATION: CWS nativefixer9 (1.2.76); FILE MERGED 2005/05/19 07:24:40 jb 1.2.76.1: #i49148# Add support for tagging configuration schemas with a version (XVersionedSchemaSupplier); Use <buildid> as global version tag, to support schema upgrades with patches and updates.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [24d2684a575e3ddf7267a4eaf032aa4c02d40e83]

        INTEGRATION: CWS nativefixer9 (1.3.62); FILE MERGED 2005/05/19 07:22:55 jb 1.3.62.1: #i49148# Add support for tagging configuration schemas with a version (XVersionedSchemaSupplier)

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [7add8b41eadabd182d22078157c9f6a6e80b7ad9]

        INTEGRATION: CWS nativefixer9 (1.6.36); FILE MERGED 2005/05/19 07:22:54 jb 1.6.36.1: #i49148# Add support for tagging configuration schemas with a version (XVersionedSchemaSupplier)

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [3e20237cdb9844fc55bdb0e9e01410287311be9d]

        INTEGRATION: CWS nativefixer9 (1.3.28); FILE MERGED 2005/05/19 07:25:24 jb 1.3.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [73a056664b5c1d29a85f033732c797bad4448f51]

        INTEGRATION: CWS nativefixer9 (1.5.28); FILE MERGED 2005/05/19 07:25:23 jb 1.5.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [d836f01754ea10fc98bb068c243bb759600e974a]

        INTEGRATION: CWS nativefixer9 (1.4.28); FILE MERGED 2005/05/19 07:25:23 jb 1.4.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [e81f4f17b7c076943bd16b0046d373c87659c489]

        INTEGRATION: CWS letterwizardlang (1.9.2); FILE MERGED 2005/05/20 08:56:21 tv 1.9.2.2: initialization of UserTemplatePath was commented out. Commented it in again. 2005/05/18 15:07:13 tv 1.9.2.1: #i49234# differentiate SO and OO.o regarding language support in Letter Wizard

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [cf896a7f6bf746dad9e8d54b6f12b30dd8651d27]

        INTEGRATION: CWS letterwizardlang (1.5.26); FILE MERGED 2005/05/20 13:58:39 bc 1.5.26.1: ## Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [4b21eb187758c142fd29f3d4ac56efe090c39341]

        INTEGRATION: CWS nativefixer9 (1.3.28); FILE MERGED 2005/05/19 07:25:23 jb 1.3.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [1b06a560c4f92665cb79d0f5d2c5e3db049291c8]

        INTEGRATION: CWS letterwizardlang (1.7.26); FILE MERGED 2005/05/20 15:06:54 bc 1.7.26.1: ##removetoNirwana modified Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [47c3f3d05ba63fc6e3674fa7e1ef0335053573ed]

        INTEGRATION: CWS nativefixer9 (1.4.28); FILE MERGED 2005/05/19 07:25:22 jb 1.4.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [45b8c133f4b6ac563182f5685af0caf918a82e71]

        INTEGRATION: CWS nativefixer9 (1.11.28); FILE MERGED 2005/05/19 07:25:22 jb 1.11.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [648e3a4d627c708b00c322bafc71b241e54d0250]

        INTEGRATION: CWS nativefixer9 (1.21.8); FILE MERGED 2005/05/19 07:25:22 jb 1.21.8.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [24a462c067645e4d36451b3cd5a82f5a1b89b551]

        INTEGRATION: CWS nativefixer9 (1.15.2); FILE MERGED 2005/05/19 08:26:43 hro 1.15.2.1: #i49458# Patch Description in soffice.bin

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [d4cdb6875aeb74f78818dad437db7347bba56f33]

        INTEGRATION: CWS icontool08 (1.2.68); FILE MERGED 2005/05/17 08:34:49 tv 1.2.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [ff7645b9f330a90290946e45f7b49d4e716f1d1a]

        INTEGRATION: CWS icontool08 (1.2.68); FILE MERGED 2005/05/17 08:34:47 tv 1.2.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [e791c168516a5277c36fcb53f3d174f5d58fcdc3]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:39 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [841c36bcb389920dcb67510925702b83dd3f3450]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:38 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [58710270db146a042acc8574934871fd8ed4fb83]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:37 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [3b5e5eb07329f10ceb4f41a97a4f72fdffee19be]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:36 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [134d08a964b61e3ab3101f6c1ba3d272a2003f0c]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:35 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [e8524eeee2cc14ffc4bdc5efb07843142b011bed]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:34 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [dde5059d35d6c8178b2ba309d2bcd1192471d621]

        INTEGRATION: CWS icontool08 (1.2.68); FILE MERGED 2005/05/17 08:34:34 tv 1.2.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [1651ad447e54e3423fdc774034296e9d93e35fce]

        INTEGRATION: CWS icontool08 (1.3.68); FILE MERGED 2005/05/17 08:34:33 tv 1.3.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [565613b5044bbb8780159d452845f3db4d092319]

        INTEGRATION: CWS icontool08 (1.2.68); FILE MERGED 2005/05/17 08:34:33 tv 1.2.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [53ec0cf39187af6db886a47e1eae5d1147f78342]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:26 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [de314982868c269f4a9412813b7901b9e9193a82]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:25 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [1d07d952f8e92c5fcd7854e8c2bc36d1482c1dfb]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:24 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [ee25775a2c58473b2f2cb1c4636f6d6d46d392e1]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:23 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [8064130a4e5235c030d1d10e6f63bae6ef4923c7]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:22 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [efb4240b340b38fba481c80f720613b667a4b464]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:21 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [cde0d12d3c805b93f252a356d45979e944079606]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:20 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [5305553252d02c63f60057655eaf079a35dcbd38]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:19 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [dd19b2fa56adaf0390249e7d465006ce4dacef49]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:18 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [db44612b8f00745881830f27a9636a39f2d3a4c6]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:17 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [9e080cc208c3252baad03da09e235db65e17ae5b]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:16 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [ff10f72817bffffc3e22a9033a859e2d9cf20848]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:15 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [cb2cf686877e672ab45fc22acf8dbae128e67403]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:14 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [924a779e70790aaf6ece37d9b567d92f886e018a]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:12 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [ff2c9e31210aa6bcda9a026a2d7ff9dea734c9bd]

        INTEGRATION: CWS icontool08 (1.2.28); FILE MERGED 2005/05/17 08:34:11 tv 1.2.28.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [fac0b2de954b006b4661aa660bf0a25add94333c]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:11 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [82d3ad73dd869bede5e4593e1d716f0d10fa6a93]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:09 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [999c61a260d596ade6cbeccb4d8667c97e4be122]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:08 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [7ed6487abe7e852ce6888e89e42d478ef9e4c247]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:07 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [b5e33c098b2ab6c963d1ca14c4a0d5247028b13e]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:06 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [76bf1f9094c74e6c3d3f5406587d953e67dd3704]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:05 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [8b5f52030c8b78a7571190ed0340a7658e186a39]

        INTEGRATION: CWS icontool08 (1.1.68); FILE MERGED 2005/05/17 08:34:03 tv 1.1.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [af7356f0db22ab26d62aa167de629af2cfe0ea7f]

        INTEGRATION: CWS icontool08 (1.3.68); FILE MERGED 2005/05/17 08:34:03 tv 1.3.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [efaee26bf75e1b641ae9c38c9dd77be6cfd968ae]

        INTEGRATION: CWS icontool08 (1.3.68); FILE MERGED 2005/05/17 08:34:02 tv 1.3.68.1: #i47501# correct OO.o Mimetype icons Issue number: Submitted by: Reviewed by:

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [5705938e71b882d8f93c33ac9a89ef47c1b25e86]

        INTEGRATION: CWS icontool08 (1.1.2); FILE ADDED 2005/05/13 05:23:21 obr 1.1.2.1: #i47500# 128 Icons mostly for Mac OS X

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [acd41ed88b12f99d11253d79c417b63a52edb2f5]

        INTEGRATION: CWS jimmac04 (1.1.2); FILE ADDED 2005/05/20 13:23:24 mmeeks 1.1.2.1: Issue number: i#49585# Submitted by: jimmac Reviewed by:  mmeeks
        
        Fix some basic shape icons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [1e31d170275bb800bb53433328720d401c4c3d16]

        #i45919# Change compression algorithm to obtain smaller cab files.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [caaec8820c3df33c9e0fb942734c21b50cb9ddff]

        INTEGRATION: CWS jimmac04 (1.1.2); FILE ADDED 2005/05/20 13:23:23 mmeeks 1.1.2.1: Issue number: i#49585# Submitted by: jimmac Reviewed by:  mmeeks
        
        Fix some basic shape icons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [6f8d84f96636920f95717d83cebbec745ce12591]

        INTEGRATION: CWS jimmac04 (1.1.2); FILE ADDED 2005/05/20 13:23:22 mmeeks 1.1.2.1: Issue number: i#49585# Submitted by: jimmac Reviewed by:  mmeeks
        
        Fix some basic shape icons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [373dc2238acbd8b6c2be4781fc41006215ac312e]

        INTEGRATION: CWS jimmac04 (1.1.2); FILE ADDED 2005/05/20 13:23:21 mmeeks 1.1.2.1: Issue number: i#49585# Submitted by: jimmac Reviewed by:  mmeeks
        
        Fix some basic shape icons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [b2be185c4560b86b4578ee34c137b622bae6b150]

        INTEGRATION: CWS jimmac04 (1.3.4); FILE MERGED 2005/05/20 13:23:20 mmeeks 1.3.4.1: Issue number: i#49585# Submitted by: jimmac Reviewed by:  mmeeks
        
        Fix some basic shape icons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [345ff25c7471b5c543702dc3f3a75be099cad1a3]

        INTEGRATION: CWS so8onemore (1.15.2); FILE MERGED 2005/05/19 13:13:02 gh 1.15.2.1: changed glibc 2.2.0 to 2.2.4

2005-05-20  Kurt Zenker  <kz@openoffice.org>  [f326c3896e732b65bb3ce1167f06b3155ecec97a]

        #122892# move communi to devtools & automation

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [efd72c7025f267d1f568eeeedf7c5637baf6ece1]

        INTEGRATION: CWS impress56 (1.20.32); FILE MERGED 2005/05/17 09:24:17 af 1.20.32.1: #i47383# Added guard against mpHitDescriptor being NULL.

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [b2cd545e425f122d3abef85217c7a4f312e5cfa8]

        INTEGRATION: CWS impress56 (1.5.56); FILE MERGED 2005/05/17 13:24:15 cl 1.5.56.3: #i49201# do not set default speed for presets and also take care of presets without a duration 2005/05/13 16:23:21 iha 1.5.56.2: i49201 inhibit duration change for some effects ( appear + disappear) - disanle FixedText also 2005/05/13 15:52:37 iha 1.5.56.1: i49201 inhibit duration change for some effects ( appear + disappear)

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [a1505ab19277c3eed944626354db27e9296ea7f5]

        INTEGRATION: CWS allopenwith (1.6.146); FILE MERGED 2005/05/19 14:20:10 hro 1.6.146.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:49 hro 1.6.146.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:07 hro 1.6.146.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [f277a9534595a40b09950125326557e676309118]

        INTEGRATION: CWS allopenwith (1.9.22); FILE MERGED 2005/05/19 14:20:10 hro 1.9.22.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:47 hro 1.9.22.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:06 hro 1.9.22.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [6e0d3d1b5c365ded05576dfc152c905b08773051]

        INTEGRATION: CWS allopenwith (1.6.146); FILE MERGED 2005/05/19 14:20:09 hro 1.6.146.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:45 hro 1.6.146.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:05 hro 1.6.146.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [2d52910beae6ec68136d464b3ad72a159b2e9d82]

        INTEGRATION: CWS allopenwith (1.6.146); FILE MERGED 2005/05/19 14:20:09 hro 1.6.146.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:42 hro 1.6.146.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:04 hro 1.6.146.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [6196622f7ecbec503caa8a3b8becc1d553b59105]

        INTEGRATION: CWS allopenwith (1.7.146); FILE MERGED 2005/05/19 14:20:08 hro 1.7.146.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:41 hro 1.7.146.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:03 hro 1.7.146.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [9d900173b647b2e9f4492635237723e7766d40e7]

        INTEGRATION: CWS allopenwith (1.6.146); FILE MERGED 2005/05/19 14:20:08 hro 1.6.146.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:39 hro 1.6.146.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:54:02 hro 1.6.146.1: #b6244842# Register Office in OpenWith for all supported extensions

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [cf190fa23235fe977c6228928a5e0998b71fdf26]

        INTEGRATION: CWS allopenwith (1.1.2); FILE ADDED 2005/05/19 14:20:07 hro 1.1.2.2: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 08:53:11 hro 1.1.2.1: #b6244842# Script to generate intermediate SCP files for OpenWith registration

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [e26779fc2adceaa03c8c7cac1b7506eaf639202f]

        INTEGRATION: CWS allopenwith (1.1.2); FILE ADDED 2005/05/19 14:20:07 hro 1.1.2.3: #b6244842# Register for OpenWith via OpenWithProgIDs 2005/05/17 15:23:37 hro 1.1.2.2: #b6244842# Register Office in OpenWith for all supported extensions 2005/05/17 08:52:52 hro 1.1.2.1: #b6244842# Script to generate intermediate SCP files for OpenWith registration

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [c1f9f3584f6c0d88f473fdb8db2cdd4cb62c7093]

        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>  [a7046249476b584f8194c355dcd822303a7eb1ba]

        INTEGRATION: CWS fwk12 (1.176.12); FILE MERGED 2005/05/17 11:08:45 as 1.176.12.1: #115043# every open request must be done by using OfficeIPCThread

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [558cc847148353a5ce86a384662e79a90778cb14]

        INTEGRATION: CWS fwk12 (1.13.6); FILE MERGED 2005/05/18 08:45:19 as 1.13.6.1: #i49431# handle resources of non installed office modules more gracefully

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [0d758a6e2a0a4ffc9904c049095a3f5578f56758]

        INTEGRATION: CWS fwk12 (1.9.36); FILE MERGED 2005/05/18 08:45:18 as 1.9.36.1: #i49431# handle resources of non installed office modules more gracefully

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [71c883911e8c4e0b568b4c8d40066fa9e0e70cff]

        INTEGRATION: CWS lo7 (1.10.42); FILE MERGED 2005/05/17 12:36:38 lo 1.10.42.1: #i47758# fix multibyte character errors

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [f5bf63c0fa3e97da9827733db852079078ef8d58]

        INTEGRATION: CWS dba20c (1.3.96); FILE MERGED 2005/05/17 12:59:41 fs 1.3.96.1: #122864# only execute the 'evolution-addressbook-export --version' once, and cache the result for performance reasons

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [2acc6a977bf505ace3268799996b0461c79e0893]

        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-20  Rüdiger Timm  <rt@openoffice.org>  [ce1c825c7312392de1645d7ccb042bee7bf00e7d]

        INTEGRATION: CWS dba20c (1.3.96); FILE MERGED 2005/05/17 13:49:27 fs 1.3.96.2: #i10000# 2005/05/17 13:02:14 fs 1.3.96.1: #122864# osl_executeProcess_WithRedirectIO calls without WAIT-flag, but subsequent 'osl_joinProcess' calls - somehow, the function didn't return when WAIT was specified (which is a separate bug)

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [5f5ea07f873d708c19f3b058b84fcd1ff509cf6e]

        INTEGRATION: CWS officeversions (1.10.6); FILE MERGED 2005/05/19 10:04:25 mba 1.10.6.1: #122879#: new registry bootstrap key with brand name

2005-05-20  Rüdiger Timm  <rt@openoffice.org>  [6f1ea09e765b8003696af603aa1fa641d27a56ff]

        INTEGRATION: CWS jl20 (1.21.22); FILE MERGED 2005/05/02 14:52:19 is 1.21.22.1: #122383# new java version

2005-05-19  Rüdiger Timm  <rt@openoffice.org>  [360a26374ac594df6cc7c55366661774ecbfefe6]

        #i49483# regular expression not valid

2005-05-19  Vladimir Glazounov  <vg@openoffice.org>  [8e21033e3649bde138bd98f8c2edcc98b9642a68]

        new version for SRC680

2005-05-18  Vladimir Glazounov  <vg@openoffice.org>  [1ec7059613f88c5c08d3d66776c937f137c73cde]

        new version for SRC680

2005-05-18  Vladimir Glazounov  <vg@openoffice.org>  [7bf111f941e3775a326ba92c02c6e07b114c5ed7]

        new version for SRC680

2005-05-18  Vladimir Glazounov  <vg@openoffice.org>  [533c5b624f1d89981f84cb7bcf26790390c1a3bd]

        new version for SRC680

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [82514509d7ef40cae34170312c3e9393b741a4b9]

        SRC680

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [d6090a1feeeafa7ce850c466f058b2d13db7fdde]

        INTEGRATION: CWS abbin64k (1.1.1.1.332); FILE MERGED 2005/05/12 06:55:32 ab 1.1.1.1.332.1: #122688# New record id B_EXTSOURCE

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [0eb374f33decbb826582466bcea21402daf98169]

        INTEGRATION: CWS abbin64k (1.13.10); FILE MERGED 2005/05/12 07:06:09 ab 1.13.10.1: #122688# Write/read B_EXTSOURCE records for modules >64K

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [82f3d3ab4b7b67ebb4847c3f9196519d96abcce2]

        INTEGRATION: CWS pj28 (1.60.2); FILE MERGED 2005/05/17 16:13:23 pjanik 1.60.2.1: #i45118#: Export DEFAULT_TO_ENGLISH_FOR_PACKING="yes" into environment.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [3dcabb8f18412d98ea629f03751b422b1d5cf2f7]

        INTEGRATION: CWS pj28 (1.14.20); FILE MERGED 2005/05/17 16:08:13 pjanik 1.14.20.1: #i49279#: Add Estonian to NSIS installer. #i49375#: Add Bulgarian to NSIS installer.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [368b0c6ca51d892cd909a784c2d43e78ced11aed]

        INTEGRATION: CWS os61 (1.13.322); FILE MERGED 2005/05/09 08:59:40 os 1.13.322.2: #i48232# undetected TabPage help ids added here 2005/04/28 07:14:42 os 1.13.322.1: #i48232# additional help ids for mail merge greetings tab page

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [e3d7a3b7dbc08b411a03f7ac51bd75e60c58a5b5]

        INTEGRATION: CWS os61 (1.4.202); FILE MERGED 2005/04/27 12:14:05 os 1.4.202.1: #i48232# additional help ids for mail merge greetings tab page

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [4cf18cbd0a260cfe228d5020c9c42a58bad38b0f]

        INTEGRATION: CWS os61 (1.26.322); FILE MERGED 2005/04/27 12:13:45 os 1.26.322.1: #i48232# additional help ids for mail merge greetings tab page

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [3e65dc4010944452cdf55d4d9930febb7a77592c]

        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  Kurt Zenker  <kz@openoffice.org>  [a56221939578de92a1ac18d7e36678bfa15ebb52]

        INTEGRATION: CWS readonlydoc1 (1.10.12); FILE MERGED 2005/05/12 14:14:40 is 1.10.12.1: #i49153# npsoplugin to non-linked rpm

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [23b91acd622a2884533a8e9785d461e365c6bb46]

        INTEGRATION: CWS readonlydoc1 (1.68.6); FILE MERGED 2005/05/12 11:43:24 mav 1.68.6.1: #i49111# do not close input stream of own readonly document

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [e59f0e7fc3e522a46f8b581be7cb19194fcf4f91]

        INTEGRATION: CWS readonlydoc1 (1.39.20); FILE MERGED 2005/05/12 14:19:43 sb 1.39.20.1: #i49149# Make sure that the java_remote_bridge is disposed whenever its MessageDispatcher thread terminates, even due to a thrown Error.

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [8851617a5326b9822ad6d47b4c61453b22c31c59]

        INTEGRATION: CWS readonlydoc1 (1.7.50); FILE MERGED 2005/05/12 14:20:13 sb 1.7.50.1: #i49149# Make sure that the java_remote_bridge is disposed whenever its MessageDispatcher thread terminates, even due to a thrown Error.

2005-05-18  Kurt Zenker  <kz@openoffice.org>  [feae3db597cf1e3a55268a697d11bc2ff9ff3270]

        INTEGRATION: CWS readonlydoc1 (1.1.2); FILE ADDED 2005/05/12 14:20:57 sb 1.1.2.1: #i49149# Make sure that the java_remote_bridge is disposed whenever its MessageDispatcher thread terminates, even due to a thrown Error.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [7194fdfbb4394f7c53a98146fd7c526c15654508]

        INTEGRATION: CWS xmlsec12 (1.7.6); FILE MERGED 2005/04/29 08:57:51 mt 1.7.6.1: added RTL_LOGFILE_PRODUCT_TRACE1

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [4e9774e0646a521556c8ee910d048ac66068b119]

        INTEGRATION: CWS xmlsec12 (1.4.4); FILE MERGED 2005/05/17 10:21:27 hjs 1.4.4.1: #i47256# avoid RPATH added by libtool

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [98d78cd5abbc82709437bb9e1591fb62bd249b8e]

        INTEGRATION: CWS xmlsec12 (1.4.4); FILE MERGED 2005/05/17 10:17:26 hjs 1.4.4.1: #i47256# set RPATH

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c8e8e6b3506c2e0882c85aeb2adac1428682f0e1]

        INTEGRATION: CWS xmlsec12 (1.5.10); FILE MERGED 2005/04/13 10:15:22 mt 1.5.10.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c15aa145f0c6c5d9d802bef0b407bf22df38b278]

        INTEGRATION: CWS xmlsec12 (1.1.1.1.44); FILE MERGED 2005/04/15 14:26:16 mt 1.1.1.1.44.1: clean-ups

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [6e65df9abfe39b748798ac520dddda90784867c2]

        INTEGRATION: CWS xmlsec12 (1.4.6); FILE MERGED 2005/04/13 10:14:49 mt 1.4.6.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [e1956188852ae53fda2b8d556409c9efdd88ad73]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/15 14:17:17 mt 1.1.2.1: cleanups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [32b45bd18fb99755497bf9c34d8602b85545da8e]

        INTEGRATION: CWS xmlsec12 (1.4.10); FILE MERGED 2005/04/13 10:14:49 mt 1.4.10.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c8818bc4764e0435336806094fe78cfae30e7c75]

        INTEGRATION: CWS xmlsec12 (1.9.6); FILE MERGED 2005/04/15 14:30:10 mt 1.9.6.3: clean-ups... 2005/04/14 17:51:29 mt 1.9.6.2: clean-ups... 2005/04/13 10:14:49 mt 1.9.6.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [894ff6bafd0365f50c71489e404647d70021cb2a]

        INTEGRATION: CWS xmlsec12 (1.8.6); FILE MERGED 2005/04/14 17:36:32 mt 1.8.6.2: clean-ups... 2005/04/13 10:14:48 mt 1.8.6.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [67d47570b86fcb5e290d700ae3ed3bfa951f6451]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/15 14:17:51 mt 1.1.2.1: cleanups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [d8790f17bf2af1e162cd96868f4c6441dea25369]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/15 14:17:41 mt 1.1.2.1: cleanups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [99a2ea74e9fadd3e76f0973745bdcc233a92aff7]

        INTEGRATION: CWS xmlsec12 (1.4.44); FILE MERGED 2005/04/13 10:14:48 mt 1.4.44.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [d2ad25dda6ca2936f85d97f17a79ed185d37019a]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/14 15:23:35 mt 1.1.2.2: demo... 2005/04/14 14:29:05 mt 1.1.2.1: mozilla profile detection...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [ca91bb11fd7a5fcec1e48591db1a6fcf31a243fe]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/15 14:35:51 mt 1.1.2.1: ...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [e843ea56ff31379e58965e740f3df952d99b19e1]

        INTEGRATION: CWS xmlsec12 (1.7.6); FILE MERGED 2005/04/15 14:30:10 mt 1.7.6.3: clean-ups... 2005/04/14 14:29:27 mt 1.7.6.2: mozilla profile detection... 2005/04/13 10:14:49 mt 1.7.6.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c7d785506012b500345c5cbbe7348ff03ff15256]

        INTEGRATION: CWS xmlsec12 (1.1.2); FILE ADDED 2005/04/15 14:17:30 mt 1.1.2.1: cleanups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [3eaaa904919ce40c237da49fb86b87f6fb68641a]

        INTEGRATION: CWS xmlsec12 (1.13.6); FILE MERGED 2005/05/09 12:10:24 mt 1.13.6.2: #i48633# Try NSS_Init_NoDB, if normal init failes... 2005/04/14 16:08:02 mt 1.13.6.1: clean-ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [a49f067c1cddb908fbd46a0b2409a78f3cfe51b1]

        INTEGRATION: CWS xmlsec12 (1.11.6); FILE MERGED 2005/05/09 12:10:24 mt 1.11.6.1: #i48633# Try NSS_Init_NoDB, if normal init failes...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [ca192576b02960e4913e969030998124a60457f6]

        INTEGRATION: CWS xmlsec12 (1.4.6); FILE MERGED 2005/04/14 16:08:01 mt 1.4.6.1: clean-ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [3c3640b8a6aa76c1be0a1b2040a92861b6f426a6]

        INTEGRATION: CWS xmlsec12 (1.21.10); FILE MERGED 2005/04/15 14:22:17 mt 1.21.10.1: small fix

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [82d57a3ab031e0ab5a887815bd00602f8a38c14d]

        INTEGRATION: CWS xmlsec12 (1.19.2); FILE MERGED 2005/05/09 12:30:27 mt 1.19.2.1: #i48432# Moved getPersonalCertificates...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [6cf75dc2f512a9bb2f3ee2731cfdcfd359f6eb56]

        INTEGRATION: CWS xmlsec12 (1.6.6); FILE MERGED 2005/05/09 12:30:27 mt 1.6.6.1: #i48432# Moved getPersonalCertificates...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [739ee68b65f2e3203944a699f458c0a89668302f]

        INTEGRATION: CWS xmlsec12 (1.20.2); FILE MERGED 2005/05/02 10:39:12 mt 1.20.2.1: small performance optimization - check for signature stream before initializing the security environment

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [1f531881de1b94425a177cba0cc627abb6b1f315]

        INTEGRATION: CWS xmlsec12 (1.1.1.1.44); FILE MERGED 2005/05/09 12:30:27 mt 1.1.1.1.44.1: #i48432# Moved getPersonalCertificates...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [5d9210b6493ee169e75f49d7ea4621bddf68fce5]

        INTEGRATION: CWS xmlsec12 (1.1.4); FILE ADDED 2005/04/13 10:22:27 mt 1.1.4.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [f0fc107454c0f5a9508cfcaa11d403e4a10d2d77]

        INTEGRATION: CWS xmlsec12 (1.1.4); FILE ADDED 2005/04/13 10:22:38 mt 1.1.4.1: Clean-Ups...

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [be61aa3cc0e02bf4a864f5824be3340a28d044b1]

        INTEGRATION: CWS mib01 (1.52.26); FILE MERGED 2005/05/18 08:32:36 mib 1.52.26.1: #i48925#: moved rtl_ustr_asciil_reverseEquals_WithLength to UDK_3_3

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [6ece9dcf06a7964641ed96a6607a647ae4d89149]

        INTEGRATION: CWS swqbugfixes32 (1.11.56); FILE MERGED 2005/05/13 08:46:08 od 1.11.56.1: #i49139# - adapt attribute values for attribute <style::mirror> on 	   import/export of OpenOffice.org file format.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [37be004f7042973893ec042450c1831aaafbbc01]

        INTEGRATION: CWS swqbugfixes32 (1.9.104); FILE MERGED 2005/05/13 08:46:08 od 1.9.104.1: #i49139# - adapt attribute values for attribute <style::mirror> on 	   import/export of OpenOffice.org file format.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c7eb2916391bb92b0ac2d065d1c2e9f8ae945882]

        INTEGRATION: CWS swqbugfixes32 (1.13.18); FILE MERGED 2005/05/13 08:46:08 od 1.13.18.1: #i49139# - adapt attribute values for attribute <style::mirror> on 	   import/export of OpenOffice.org file format.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [2ff756655a193c023c18c3e993e0b107b5d3dbdc]

        INTEGRATION: CWS swqbugfixes32 (1.8.30); FILE MERGED 2005/05/13 08:46:07 od 1.8.30.1: #i49139# - adapt attribute values for attribute <style::mirror> on 	   import/export of OpenOffice.org file format.

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [c1335af07d0508a659024fab59d2ef7cf6fb6cc0]

        INTEGRATION: CWS swqbugfixes32 (1.30.148); FILE MERGED 2005/05/13 08:33:42 od 1.30.148.1: #i49139# - replace XML tokens XML_HORIZONTAL_ON_LEFT_PAGES and 	   XML_HORIZONTAL_ON_RIGHT_PAGES by XML_HORIZONTAL_ON_EVEN 	   and XML_HORIZONTAL_ON_ODD

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [2f17ba6a295774041d8106dd9d8ebe2926603187]

        INTEGRATION: CWS swqbugfixes32 (1.93.30); FILE MERGED 2005/05/13 08:33:30 od 1.93.30.1: #i49139# - replace XML tokens XML_HORIZONTAL_ON_LEFT_PAGES and 	   XML_HORIZONTAL_ON_RIGHT_PAGES by XML_HORIZONTAL_ON_EVEN 	   and XML_HORIZONTAL_ON_ODD

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [38f9fbfc87c2b766db5945ac0df81684187955e9]

        INTEGRATION: CWS kdeplugfixes (1.101.4); FILE MERGED 2005/05/02 16:07:11 pl 1.101.4.1: removed obsolete SETUPZIP flag

2005-05-18  Rüdiger Timm  <rt@openoffice.org>  [e7c0f788ca33f89b87d789f1b7a39bb156f4a8c9]

        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>  [3a0266c588991026a53782e681e70762e9bfda76]

        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>  [ecd3ce097bce1f923434b48c1fdab22cc8333dd1]

        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>  [3d680adbc5f0181133c0d63be5ff1c77e38d90cd]

        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>  [2c0ef41b0ec079b3fb32c4a62a7e3fdae7cd8003]

        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>  [4cacbf2084ab5faf56af40fd1581aef02c11f898]

        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>  [95f6ca470532e7eada97975f372d761eb3b4b995]

        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>  [3bdf1ea86786c13f8eb56afda1dfadd09c859754]

        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>  [d2a8c938c28018d119aae671d9d8c0b008b221df]

        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>  [b1bf26149b0ee3176258dd8de33c6c28c019fac5]

        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>  [f56ffd948a0c95ffa786b14055463d7e70fb110e]

        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>  [30d7ba246e0eb3084766865426cd51278c815685]

        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>  [1d2d6bd51ac8bdc9602bd6c9aecda910c5998c49]

        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-18  Rüdiger Timm  <rt@openoffice.org>  [727c9574b078acf52540cf02c8c0901671ae43f3]

        INTEGRATION: CWS versioning1 (1.162.4); FILE MERGED 2005/05/10 11:11:41 mav 1.162.4.2: #48955# fix typo 2005/05/10 10:42:44 mav 1.162.4.1: #48955# do not use double storing for versions

2005-05-17  Rüdiger Timm  <rt@openoffice.org>  [cc29ecf657e78ebaa8417068cd7569383c8131e7]

        #i10000# Avoid crosswise renaming during deliver. More or less a quick hack; clean solution would be to build so-variant of library in bin/so so no renaming is necessary at all.

2005-05-17  Rüdiger Timm  <rt@openoffice.org>  [fb6991a29f3b8ca1cb70237e376ce90f5871b78c]

        #i10000# Avoid crosswise renaming during deliver.

2005-05-16  Vladimir Glazounov  <vg@openoffice.org>  [cdb6b57481a77df9c147f62a95a1f929d4397ed8]

        new version for SRC680

2005-05-15  Vladimir Glazounov  <vg@openoffice.org>  [23108804cf9b2955d5ab5f491c566a07fcc9545c]

        new version for SRC680

2005-05-13  Vladimir Glazounov  <vg@openoffice.org>  [7ac99d67cba691df5aa1c5a3d86fd65b67509f29]

        new version for SRC680

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b920b91da4f9051370b6a24a6ebe49de7873062b]

        #i10000# Fix by pjanik for bug introduced with CWS configure10

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [be91d0735720f1f3f0fcc4f787c1daf5c7433af6]

        INTEGRATION: CWS dba20b (1.8.18); FILE MERGED 2005/05/10 13:06:25 oj 1.8.18.2: #i48942# use oasis namespace for manifest for database 2005/05/09 12:14:12 oj 1.8.18.1: #i48942# change oasis to sun

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [3ac80997a3ec530eaf32cbc27614e60a74e3d4cf]

        INTEGRATION: CWS impress55 (1.45.130); FILE MERGED 2005/05/12 12:01:37 af 1.45.130.1: #i49091# Testing pTextEditOutliner being NULL before accessing it.

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [6a4bd27207e88334cded791dcc8683c9ba6cf9c5]

        INTEGRATION: CWS impress55 (1.18.132); FILE MERGED 2005/05/12 12:04:45 af 1.18.132.1: #i49099# Fixed the test for a modified gradient.

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [33c6fa5de546d3d91382d48c907e17a9b8eba3ff]

        INTEGRATION: CWS dba20b (1.11.24); FILE MERGED 2005/05/09 12:22:07 oj 1.11.24.1: #i48942# change mediatype oasis to sun

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [8a00b74c348aef3f344f3a3ce0d8edc7b560c99d]

        INTEGRATION: CWS dba20b (1.17.16); FILE MERGED 2005/05/09 12:22:06 oj 1.17.16.1: #i48942# change mediatype oasis to sun

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [62a4d40b1a8418b6dd46fdf79616086dc73ccd07]

        INTEGRATION: CWS dba20b (1.4.126); FILE MERGED 2005/05/09 12:29:03 oj 1.4.126.1: #i48942# change mediatype oasis to sun

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [08918c710454020bc195f25f5ec773ca66e6cc99]

        SRC680

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b644073a032c67eeb38d6faef688fe8ea98d053b]

        INTEGRATION: CWS perform04 (1.176.10); FILE MERGED 2005/05/13 07:30:40 cd 1.176.10.1: #i49160,i49165# Optimizations for startup (minimal steps for progress and late init of static data)

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [20862854ca051f1c00bab437515e109e81a30e8f]

        INTEGRATION: CWS mathtype (1.31.88); FILE MERGED 2005/05/11 14:03:25 tl 1.31.88.1: #i49065# reenabled export to MathType

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [1680a7ab3333c14278bf8add31ee500c49437caf]

        INTEGRATION: CWS configure10 (1.24.8); FILE MERGED 2005/05/12 15:20:05 rene 1.24.8.1: fix --disable-epm

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [d1ad1916a5a9218b43146b10b4a61e93ea328be0]

        INTEGRATION: CWS mathtype (1.76.4); FILE MERGED 2005/05/11 14:03:23 tl 1.76.4.1: #i49065# reenabled export to MathType

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [e43e671696376de0f9b61b45881e5924fa084796]

        INTEGRATION: CWS mathtype (1.23.4); FILE MERGED 2005/05/11 14:03:21 tl 1.23.4.1: #i49065# reenabled export to MathType

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [3cb62bec1a65db223b4449a21d5664d8e4163cf7]

        INTEGRATION: CWS configure10 (1.58.2); FILE MERGED 2005/04/29 03:12:38 vq 1.58.2.1: #i48294# Add detection of NSIS.

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b839c9149aabd7ca4f74304b5af62fa981571240]

        INTEGRATION: CWS configure10 (1.116.2); FILE MERGED 2005/05/12 15:20:02 rene 1.116.2.5: fix --disable-epm 2005/05/12 15:00:22 rene 1.116.2.4: #i452#79# check for gnome-vfs-2.0 >= 2.6.0 2005/04/30 23:49:57 rene 1.116.2.3: whitespace fixes 2005/04/29 03:12:38 vq 1.116.2.2: #i48294# Add detection of NSIS. 2005/04/21 09:05:23 rene 1.116.2.1: #i45694# handle WITH_JAVA being yes, as when you just specify --with-java

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [9c62caf77008729103ebd33d6820a1cb4588d13e]

        INTEGRATION: CWS configure10 (1.98.2); FILE MERGED 2005/05/12 15:19:59 rene 1.98.2.5: fix --disable-epm 2005/05/12 15:00:19 rene 1.98.2.4: #i452#79# check for gnome-vfs-2.0 >= 2.6.0 2005/04/30 23:49:55 rene 1.98.2.3: whitespace fixes 2005/04/29 03:12:35 vq 1.98.2.2: #i48294# Add detection of NSIS. 2005/04/21 09:05:20 rene 1.98.2.1: #i45694# handle WITH_JAVA being yes, as when you just specify --with-java

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [6b62060c9f6ae77573aa452d7e96ce43ab505fc5]

        INTEGRATION: CWS nativefixer7 (1.9.10); FILE MERGED 2005/05/09 12:05:58 is 1.9.10.1: #i48921# old base content type

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [eb86b51a94bf0e135abdd80e5f26d81ede8b5fcc]

        INTEGRATION: CWS nativefixer7 (1.9.10); FILE MERGED 2005/05/09 10:36:49 is 1.9.10.4: #i47885# new tplwizletter_lang 2005/05/04 07:57:55 is 1.9.10.3: #i20372# resource to resource package 2005/05/02 12:58:55 is 1.9.10.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/28 15:19:11 is 1.9.10.1: #i46741# images.zip to non-linked module 2

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [e9f15b64552116ead6521f528da827ebb1f35085]

        INTEGRATION: CWS nativefixer7 (1.86.2); FILE MERGED 2005/05/04 13:19:35 is 1.86.2.1: #118794# soffice.bin with PATCH_SO_NAME

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [15b07c943b7985ed6b821743e37f674843cb1555]

        INTEGRATION: CWS nativefixer7 (1.15.2); FILE MERGED 2005/05/09 10:36:49 is 1.15.2.1: #i47885# new tplwizletter_lang

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [75220cbf20a53c7cb21c7be45af14c467957e357]

        INTEGRATION: CWS nativefixer7 (1.27.2); FILE MERGED 2005/05/09 10:36:49 is 1.27.2.1: #i47885# new tplwizletter_lang

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [4f28b0cf7280aad459ed5794a8a63dc64fbf6a81]

        INTEGRATION: CWS nativefixer7 (1.43.22); FILE MERGED 2005/05/09 12:01:48 ih 1.43.22.1: write into logfile only if this file exists

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [840f0015f7e80ea6f2dd15ef50af6045210ce2fd]

        INTEGRATION: CWS nativefixer7 (1.3.98); FILE MERGED 2005/05/09 09:57:00 tv 1.3.98.1: #i47885# letter wizard templates are being installed as one big base block plus language packs Issue number: Submitted by: Reviewed by:

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [77faf700b8bea7c0fb49e74536a748a73a6fbd47]

        INTEGRATION: CWS nativefixer7 (1.1.2); FILE ADDED 2005/05/09 09:56:59 tv 1.1.2.1: #i47885# letter wizard templates are being installed as one big base block plus language packs Issue number: Submitted by: Reviewed by:

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [c6de0bc8214c026ae335ac20ee664a457ec65afb]

        INTEGRATION: CWS nativefixer7 (1.7.10); FILE MERGED 2005/05/09 13:21:14 tv 1.7.10.3: removed split() because it is not jdk 1.3 compatible Issue number: Submitted by: Reviewed by: 2005/05/09 10:43:53 tv 1.7.10.2: RESYNC: (1.7-1.8); FILE MERGED 2005/05/09 09:56:58 tv 1.7.10.1: #i47885# letter wizard templates are being installed as one big base block plus language packs Issue number: Submitted by: Reviewed by:

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b5e2297ae5eee831f17de880b4a7e16c337f2a32]

        INTEGRATION: CWS nativefixer7 (1.8.52); FILE MERGED 2005/04/29 11:59:11 is 1.8.52.1: #122301# wrong aol office sub directory

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [1f89ead92c2ea8ed7a512093e1cfade02028d2b4]

        INTEGRATION: CWS nativefixer7 (1.13.14); FILE MERGED 2005/05/13 09:07:51 is 1.13.14.6: RESYNC: (1.14-1.15); FILE MERGED 2005/05/04 08:23:36 is 1.13.14.5: RESYNC: (1.13-1.14); FILE MERGED 2005/04/29 12:55:08 is 1.13.14.4: #121723# jds office 2005/04/29 11:59:09 is 1.13.14.3: #122301# wrong aol office sub directory 2005/04/29 10:12:02 is 1.13.14.2: #121723# jds office installation sets 2005/04/28 15:03:33 is 1.13.14.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [c72f59786ab75660c34994ab4887db5cb12fbc39]

        INTEGRATION: CWS nativefixer7 (1.17.34); FILE MERGED 2005/04/28 15:03:32 is 1.17.34.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [ed4653dee082b49c4bfd22bb2c72f53855044cba]

        INTEGRATION: CWS nativefixer7 (1.2.372); FILE MERGED 2005/04/28 15:03:32 is 1.2.372.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [9eb6e08cb191fa30473ed28e176b7a27fb538083]

        INTEGRATION: CWS nativefixer7 (1.21.14); FILE MERGED 2005/04/28 15:03:32 is 1.21.14.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [a6cfd1b38b789ebe3daa51054f264f11280d77a3]

        INTEGRATION: CWS nativefixer7 (1.32.14); FILE MERGED 2005/04/29 11:59:09 is 1.32.14.2: #122301# wrong aol office sub directory 2005/04/28 15:03:32 is 1.32.14.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [2066569ece429e5436786db61e8da57d46312d00]

        INTEGRATION: CWS nativefixer7 (1.30.6); FILE MERGED 2005/05/10 15:56:38 is 1.30.6.1: #i20372# linux patch updates only installed rpms

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [17794bd0139705b1b9a342210dc17f9269913624]

        INTEGRATION: CWS nativefixer7 (1.13.4); FILE MERGED 2005/05/04 08:23:28 is 1.13.4.3: RESYNC: (1.13-1.14); FILE MERGED 2005/04/29 14:14:58 is 1.13.4.2: #i48304# missing getuid.so for non Solaris and non Linux platform 2005/04/28 15:02:36 is 1.13.4.1: FIX: last instead of break

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [809be9681c10bbe58a4ceaaa2be1e654117124ee]

        INTEGRATION: CWS nativefixer7 (1.18.14); FILE MERGED 2005/04/29 11:59:09 is 1.18.14.1: #122301# wrong aol office sub directory

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [f8260e55de83e3a271ce3d704a8ea3256b033175]

        INTEGRATION: CWS nativefixer7 (1.40.10); FILE MERGED 2005/05/02 12:55:04 is 1.40.10.2: RESYNC: (1.40-1.41); FILE MERGED 2005/04/28 15:04:08 is 1.40.10.1: #121723# jds office installation sets

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [bed91b5785e55a93037fadc3233adbf7712d8d00]

        INTEGRATION: CWS nativefixer7 (1.2.8); FILE MERGED 2005/05/10 15:57:38 is 1.2.8.1: #i20372# linux patch updates only installed rpms

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [01a8708bc1a2159adf6182f07ea59b5181abdee5]

        INTEGRATION: CWS nativefixer7 (1.3.18); FILE MERGED 2005/05/10 09:28:00 is 1.3.18.1: #i48204# german dialog title

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [ec2f189bb0abc0127c0401f00dc2147725a8acc7]

        INTEGRATION: CWS nativefixer7 (1.3.18); FILE MERGED 2005/05/10 09:28:35 is 1.3.18.1: #i48204# german dialog title

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [bdcffdc56f02dca34e242065b004dbd63c9d027f]

        INTEGRATION: CWS nativefixer7 (1.9.88); FILE MERGED 2005/05/04 11:24:06 hjs 1.9.88.1: #i47885# seperate letter templates by language

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [79606ccea0b7b57513e528116769c7a6ef9d772d]

        INTEGRATION: CWS nativefixer7 (1.6.22); FILE MERGED 2005/05/04 11:24:06 hjs 1.6.22.1: #i47885# seperate letter templates by language

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [9abf5d721360f80f02e9dc66309c32a554f4b93e]

        INTEGRATION: CWS nativefixer7 (1.14.2); FILE MERGED 2005/05/04 13:04:57 hro 1.14.2.1: #118794# No longer repatch version description for soffice.bin

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [0b313d90ce94bc54904b23aac2e85150db4e31b2]

        INTEGRATION: CWS nativefixer7 (1.15.4); FILE MERGED 2005/05/09 12:49:47 obr 1.15.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [aef590122b3ef38a6670bec9f99e2f0b4cabb4fe]

        INTEGRATION: CWS nativefixer7 (1.13.4); FILE MERGED 2005/05/10 10:39:22 obr 1.13.4.2: #i48921# odb had no translations after change - reworked 2005/05/09 12:49:47 obr 1.13.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [0cda32582883f8739b5efec348951cbd3d6a8f92]

        INTEGRATION: CWS nativefixer7 (1.2.36); FILE MERGED 2005/05/09 12:49:46 obr 1.2.36.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [3d8862e5b9b113f447ee5cfda375c9864ffb6c5b]

        INTEGRATION: CWS nativefixer7 (1.8.16); FILE MERGED 2005/05/10 10:39:21 obr 1.8.16.2: #i48921# odb had no translations after change - reworked 2005/05/09 12:49:46 obr 1.8.16.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [99f34ba52fe66bc1ae4120d76bba4c81b1b4fe27]

        INTEGRATION: CWS nativefixer7 (1.3.16); FILE MERGED 2005/05/09 12:49:45 obr 1.3.16.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [56c9c892c70fb012ac95198ad8abf9f54273f07f]

        INTEGRATION: CWS nativefixer7 (1.14.4); FILE MERGED 2005/05/09 12:49:44 obr 1.14.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [751715ff484dad7d7a9d8f70ab5b75a588e65a98]

        INTEGRATION: CWS nativefixer7 (1.12.4); FILE MERGED 2005/05/10 10:39:21 obr 1.12.4.2: #i48921# odb had no translations after change - reworked 2005/05/09 12:49:43 obr 1.12.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [51b26c35f42312e505fbb4991880354b747c67d9]

        INTEGRATION: CWS nativefixer7 (1.4.36); FILE MERGED 2005/05/09 12:49:42 obr 1.4.36.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [8e9f4c40e4c60a9a8baa04091d99ec2802ca39be]

        INTEGRATION: CWS nativefixer7 (1.6.16); FILE MERGED 2005/05/09 12:49:41 obr 1.6.16.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [642ec23f8ae39f900d7c0153f137281a0ec689a7]

        INTEGRATION: CWS nativefixer7 (1.4.16); FILE MERGED 2005/05/10 10:39:20 obr 1.4.16.1: #i48921# odb had no translations after change - reworked

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [872aec1b421aeeabbb66a4714e9289ac37bbedde]

        INTEGRATION: CWS nativefixer7 (1.3.48); FILE MERGED 2005/05/09 12:49:41 obr 1.3.48.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [1c4ff8340a586cab8e462b25497d32800579b7a1]

        INTEGRATION: CWS nativefixer7 (1.5.18); FILE MERGED 2005/05/09 12:49:38 obr 1.5.18.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [f9c91a1a54d2e85e0355ad15348e2aca9041c731]

        INTEGRATION: CWS nativefixer7 (1.2.4); FILE MERGED 2005/05/09 12:49:36 obr 1.2.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [fb06cce53d742e8228841256493e44b5a9b0562e]

        INTEGRATION: CWS nativefixer7 (1.3.4); FILE MERGED 2005/05/09 12:49:35 obr 1.3.4.1: #i48921# odb is not yet an OASIS format

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [1711db57c299d1ef6158cd9cb219836779699ce6]

        INTEGRATION: CWS c01v006 (1.7.30); FILE MERGED 2005/04/27 10:59:02 pb 1.7.30.1: fix: #120401# separate colors (bar and frame)

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [d8005becbeed37e4a0f0c1a316965efae9f23e11]

        INTEGRATION: CWS c01v006 (1.12.30); FILE MERGED 2005/04/27 10:59:02 pb 1.12.30.1: fix: #120401# separate colors (bar and frame)

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [205e7f6a1fb2cef4384500a0bff16f4ca36ddf41]

        INTEGRATION: CWS c01v006 (1.18.34); FILE MERGED 2005/04/27 12:44:31 pb 1.18.34.1: fix: #120401# ProgressColor -> ProgressBarColor

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [596234ea0a0ee4677c718c30350f3a74d19b14fd]

        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>  [469662d13f5034fdd3c147e5de33e009ae7f4ab8]

        INTEGRATION: CWS c01v006 (1.8.32); FILE MERGED 2005/04/27 05:53:57 as 1.8.32.1: #i48165# use java encoding till own UTF8 algorithm works for ALL languages ...

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [cee0f62365857fe6ff169794219f80e4ec3d1219]

        INTEGRATION: CWS lo5 (1.1.2); FILE ADDED 2005/04/28 11:21:24 tbe 1.1.2.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [66de0ee350e9baa80b796fa4622e7513d23e6fb0]

        INTEGRATION: CWS lo5 (1.3.88); FILE MERGED 2005/04/28 11:27:01 tbe 1.3.88.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [e79d5b43f721a8258f8a709f98f3d1f218bf1ec7]

        INTEGRATION: CWS lo5 (1.3.88); FILE MERGED 2005/04/28 11:26:05 tbe 1.3.88.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [c503900513c6bd8321bd8e1fcdd536b887f240f7]

        INTEGRATION: CWS lo5 (1.3.88); FILE MERGED 2005/04/28 11:25:37 tbe 1.3.88.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [dcc1ec6e7c1cbbb18fe8550935d93524a2fbb3b2]

        INTEGRATION: CWS lo5 (1.2.88); FILE MERGED 2005/04/28 11:24:45 tbe 1.2.88.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [bffa62a47e31aa4b21f0e2c1621611c97b2f7266]

        INTEGRATION: CWS lo5 (1.1.2); FILE ADDED 2005/04/28 11:23:04 tbe 1.1.2.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [2fe6684fe4893ff701025f6641abf1782a48f0d2]

        INTEGRATION: CWS lo5 (1.1.2); FILE ADDED 2005/04/28 11:23:18 tbe 1.1.2.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [a62ac22c2734cd7d106b9bc9a1d1bc4c2faf007d]

        INTEGRATION: CWS lo5 (1.6.12); FILE MERGED 2005/05/02 09:32:06 lo 1.6.12.1: #122219# starsuite 7 migration + improvement of findInstallation()

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [34717b796f8ba12c25e4d9ebab2ededde7858396]

        INTEGRATION: CWS lo5 (1.4.10); FILE MERGED 2005/05/03 15:07:24 lo 1.4.10.3: #122219# starsuite 7 migration + improvement of findInstallation() 2005/05/03 13:09:35 lo 1.4.10.2: #122219# starsuite 7 migration + improvement of findInstallation() 2005/05/02 09:32:06 lo 1.4.10.1: #122219# starsuite 7 migration + improvement of findInstallation()

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [cc476123f53e4e06daa82030eb9200d0eca112de]

        INTEGRATION: CWS lo5 (1.14.46); FILE MERGED 2005/04/27 15:16:40 lo 1.14.46.1: #i47440# fallback zh-HK -> zh-TW

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [2250794f212aea9af0e9c5029bb074062c29cadc]

        INTEGRATION: CWS lo5 (1.3.18); FILE MERGED 2005/05/02 08:51:50 lo 1.3.18.1: #i47865# fix post submission reply handling

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [d4cfc0ae87e4e44edf20c58d5976be16b22f8904]

        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-13  Rüdiger Timm  <rt@openoffice.org>  [862aebf576a35ee9f4750ed7c29760a96b9d187b]

        INTEGRATION: CWS lo5 (1.20.16); FILE MERGED 2005/05/02 09:31:38 lo 1.20.16.2: #122219# starsuite 7 migration + improvement of findInstallation() 2005/04/28 11:29:31 tbe 1.20.16.1: #i48275# migration of auto correction files

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [2a38e1bfd529bbaabbb519be8ad92d78e2ab04b4]

        INTEGRATION: CWS lo5 (1.10.34); FILE MERGED 2005/04/29 16:23:23 lo 1.10.34.1: #i48384# use a cache for translated stylesheets to safe memory and boost performance

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [7683761be04ae8488b22e91d500470ec13e87991]

        INTEGRATION: CWS sj20 (1.12.178); FILE MERGED 2005/05/10 16:32:02 sj 1.12.178.1: #i48589# fixed incorrect gluepoint mapping

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b5c286cf945cebede3353f2203675dd6ec73671d]

        INTEGRATION: CWS sj20 (1.32.76); FILE MERGED 2005/05/10 16:31:40 sj 1.32.76.1: #i48589# fixed incorrect gluepoint mapping

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [dfdb9917295e04076ccceb9b3c8de75add24bf17]

        INTEGRATION: CWS sj20 (1.119.68); FILE MERGED 2005/05/10 16:31:21 sj 1.119.68.1: #i48589# fixed incorrect gluepoint mapping

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [a11b1d8ad0388ed1ec39c9c3ffb1fa0308c74e7a]

        INTEGRATION: CWS sj20 (1.9.16); FILE MERGED 2005/05/10 16:29:38 sj 1.9.16.1: #i48589# fixed incorrect gluepoint mapping

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [ec79ab63c9347b9dfa6108bebd764d3eb22fbd16]

        INTEGRATION: CWS sj20 (1.58.102); FILE MERGED 2005/05/10 16:29:19 sj 1.58.102.1: #i48589# fixed incorrect gluepoint mapping

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [5bc78eaadb92d7c843bfb892c7120a7e406d9c72]

        INTEGRATION: CWS sj20 (1.69.16); FILE MERGED 2005/05/10 11:46:35 af 1.69.16.1: #i48466# Catching UnknownPropertyExceptions when accessing the 'Family' property in collectShapeAutoStyles().

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [07dbb6d65b2e0f4ebd5034df52285dac66822127]

        INTEGRATION: CWS nativefixer8 (1.3.190); FILE MERGED 2005/05/12 11:29:12 is 1.3.190.1: #122686# new subdirs in installation set

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [fa14c50c644c0ea049619cb151c32c981098017a]

        INTEGRATION: CWS nativefixer8 (1.14.16); FILE MERGED 2005/05/12 11:35:52 is 1.14.16.1: #122686# new subdirs for license and readme

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [6bc2a178b473932107412c146b1cfefa562c0cf4]

        INTEGRATION: CWS nativefixer8 (1.19.34); FILE MERGED 2005/05/12 11:35:51 is 1.19.34.1: #122686# new subdirs for license and readme

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [d8c3e0fceae0780c6bb678913e2130d300092008]

        INTEGRATION: CWS nativefixer8 (1.32.32); FILE MERGED 2005/05/12 11:35:51 is 1.32.32.1: #122686# new subdirs for license and readme

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [81ce7a3b605087757a25c4f4117cd3ddd0db6c2a]

        INTEGRATION: CWS nativefixer8 (1.41.16); FILE MERGED 2005/05/12 11:35:25 is 1.41.16.1: #122686# new subdirs for license and readme

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [c186aef729658e023c5c2ca2b16f5eb96490aff6]

        INTEGRATION: CWS dr39 (1.51.30); FILE MERGED 2005/05/03 12:10:40 dr 1.51.30.1: #i46820# set pagebreak mode via SetPagebreakMode()

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [426567732b913fca2b905eed467fb736c9f46d5e]

        INTEGRATION: CWS dr39 (1.41.30); FILE MERGED 2005/05/10 13:59:33 sab 1.41.30.1: #i48793#; set array formulas before protection

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [73a632bfe6bda6c5aaa2377d2217a2a6f1efbdae]

        INTEGRATION: CWS dr39 (1.20.30); FILE MERGED 2005/05/10 14:09:22 er 1.20.30.1: #i48967# Interpreter's TokenMatrixMap: no dangling map for reallocated pointers

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [0254ae239850fbd17ee876fe189932cdef374817]

        INTEGRATION: CWS dr39 (1.10.30); FILE MERGED 2005/05/10 14:09:19 er 1.10.30.1: #i48967# Interpreter's TokenMatrixMap: no dangling map for reallocated pointers

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [5d1e249739f19639fe1cfd28f63ef4f8fc1fc826]

        INTEGRATION: CWS dr39 (1.2.442); FILE MERGED 2005/05/10 14:09:19 er 1.2.442.1: #i48967# Interpreter's TokenMatrixMap: no dangling map for reallocated pointers

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [c276550e07f8078fe9345985f70e8384d930a83f]

        INTEGRATION: CWS dr39 (1.4.66); FILE MERGED 2005/05/03 14:33:51 sab 1.4.66.1: #i48617#; also create special child contextes if start element is writen.

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [39cadcccd696896568e34674c9a12b832c9f5a91]

        INTEGRATION: CWS nautilus02 (1.2.90); FILE MERGED 2005/04/25 10:22:46 obr 1.2.90.1: #b6256546# use gnome-open where available and initialize gnome-vfs otherwise

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [90124b045e02f8bae6dc6ae65f923a17fc73f37e]

        INTEGRATION: CWS cmcfixes7 (1.58.6); FILE MERGED 2005/05/04 10:47:54 cmc 1.58.6.1: #i48690# enable filelocking during build

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [b487a9e94607630090a94758a660e6245c655f0c]

        INTEGRATION: CWS cmcfixes7 (1.32.24); FILE MERGED 2005/05/04 10:57:35 cmc 1.32.24.1: #i48691# allow gcj to register the wizards

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [08fe2669a0ed807812d005195b54cc41f092d09a]

        INTEGRATION: CWS tbe22 (1.25.30); FILE MERGED 2005/05/04 14:21:00 tbe 1.25.30.1: #i48612# Opening a menu with GOK shows Tips instead of entries (fixed by CD)

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [1dc0e7054140cdf0eb7678fa5f719a88750e8869]

        INTEGRATION: CWS tbe22 (1.10.30); FILE MERGED 2005/05/04 14:20:11 tbe 1.10.30.1: #i48612# Opening a menu with GOK shows Tips instead of entries (fixed by CD)

2005-05-13  Rüdiger Timm  <rt@openoffice.org>  [6078393bbd8e8c1c3c251290eb5d7884cac8d3d7]

        INTEGRATION: CWS crlinkfix (1.25.4); FILE MERGED 2005/05/12 08:26:16 hro 1.25.4.1: #122676# Use soname in crash reports

2005-05-12  Oliver Bolte  <obo@openoffice.org>  [c2af566bdf00dd2460747c5e417233639af1facd]

        #i10000# syntax error

2005-05-11  Vladimir Glazounov  <vg@openoffice.org>  [acd67fb4776aaa5a80bfc61869eaea3a5fd32600]

        new version for SRC680

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [8dfda5ea9e895c30d5e76427a589329c672bb4c9]

        #i10000# Remove hack to remove pangoxft from APP1STDLIBS.

2005-05-11  Oliver Bolte  <obo@openoffice.org>  [ea12415631dce3590a865c57eb06151cfe7779be]

        #i10000# ORBit-2.0 ORBit-CosNaming-2.0 gconf-2.0 bonobo-activation-2.0 libbonobo-2.0 added to PKGCONFIG_MODULES

2005-05-11  Vladimir Glazounov  <vg@openoffice.org>  [8cfefd6bc76285627036ef1d0a38624f5cbd11db]

        new version for SRC680

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [046ea14c65f6dcca97c982d88587f1504a406e32]

        SRC680

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [24122bec3d1abc88618be8b0ae0e9992b6d05c05]

        INTEGRATION: CWS duplobj1 (1.40.154); FILE MERGED 2005/05/04 15:06:33 mav 1.40.154.1: #i44924# use correct container

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [b32013aa32f1d93d152f52afb3f345d30e3da393]

        INTEGRATION: CWS duplobj1 (1.26.62); FILE MERGED 2005/05/04 15:06:32 mav 1.26.62.1: #i44924# use correct container

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [07a49ebd1a91f2b3e9a41545631c4a36c7fe1f5e]

        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-11  Rüdiger Timm  <rt@openoffice.org>  [a8673a4aec8a6218c9440fced3275472543d5c39]

        INTEGRATION: CWS linuxppc02 (1.14.34); FILE MERGED 2005/05/03 20:02:11 ericb 1.14.34.1: i48654 JIC_PROCESSOR_TYPE numberis needed with IBMjre142

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [b8871d23ea14d72ba1a22376e7812ea5840d1084]

        INTEGRATION: CWS linuxppc02 (1.8.2); FILE MERGED 2005/05/03 20:10:00 ericb 1.8.2.1: i38974 correct path for javaldx on Linux PPC and IBM jre142

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [650a600e41ab405d8590db35ebbcfb6a537e4baf]

        INTEGRATION: CWS linuxppc02 (1.4.2); FILE MERGED 2005/05/03 20:07:50 ericb 1.4.2.1: i38974 good path for libjvm.so Linux PPC

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [5acd61bc64fadc4075d0c683e44a68f576247b6e]

        INTEGRATION: CWS linuxppc02 (1.5.20); FILE MERGED 2005/05/03 20:05:50 ericb 1.5.20.1: i38974 max version is 142 for IBM jre on Linux PPC

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [6364567c325272a4c5c36b693e8c2e6c57385ab9]

        INTEGRATION: CWS linuxppc02 (1.58.4); FILE MERGED 2005/05/03 20:13:44 ericb 1.58.4.1: i48011 with correct SOLARLIB libofficebean is correctly build

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [293072fd1647bd31d49fd2e3c60b94ac6edb94ee]

        INTEGRATION: CWS linuxppc02 (1.16.28); FILE MERGED 2005/05/03 20:00:01 ericb 1.16.28.1: i48657 some fixes for spadmin and testtools crashes

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [1ecc16e16425c171c4f1d3a3a05f0fa789799313]

        INTEGRATION: CWS impress54 (1.69.4); FILE MERGED 2005/05/09 15:03:04 af 1.69.4.1: #i48803# Inserted another guard against self requested page changes.

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [d98a4fb5cc261515ae92390e914e95914c0b134c]

        INTEGRATION: CWS unxlngs02 (1.3.68); FILE MERGED 2005/04/27 06:20:49 sparcmoz 1.3.68.1: #i42799# Flush instruction cache in bridges/cpp_uno for linux sparc

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [4e439f13ce054d726764c3c67af8064e3da36c1f]

        INTEGRATION: CWS unxlngs02 (1.6.20); FILE MERGED 2005/04/27 06:21:06 sparcmoz 1.6.20.1: #i42799# Flush instruction cache in bridges/cpp_uno for linux sparc

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [8945c9bb597b0881a0d8d77144e19e4a788d6862]

        INTEGRATION: CWS unxlngs02 (1.1.2); FILE ADDED 2005/04/27 06:19:43 sparcmoz 1.1.2.1: #i42799# Flush instruction cache in bridges/cpp_uno for linux sparc

2005-05-11  Rüdiger Timm  <rt@openoffice.org>  [48b43947c08334af98e2fb2edd1d286ef535b421]

        INTEGRATION: CWS unxlngs02 (1.11.90); FILE MERGED 2005/04/27 06:34:15 sparcmoz 1.11.90.1: #i48239# visibility feature and link flags for linux sparc

2005-05-11  Hans-Joachim Lankenau  <hjs@openoffice.org>  [e16d0fb2991f652bd3ac8a1f05ab5757e3bd338b]

        #i10000# compile error in debug builds

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [7660182ddefc9766e877bdbbae877be171bb1afb]

        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>  [1a6fa44040bea1938798be64557728221cc41449]

        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>  [aee65b413c4298ff73c7f4fa84e0bc7b41197c97]

        INTEGRATION: CWS rvojta02 (1.14.6); FILE MERGED 2005/05/10 12:50:03 rvojta 1.14.6.5: Issue number:  #i43032# Submitted by:  rvojta Reviewed by:   rvojta 2005/05/10 09:35:54 rvojta 1.14.6.4: 1.1.x -> 1.x 2005/05/06 12:06:27 rvojta 1.14.6.3: Issue number:  #i46008# Submitted by:  rvojta Reviewed by:   rvojta 2005/05/06 11:54:44 rvojta 1.14.6.2: Issue number:  #i45300# Submitted by:  rvojta Reviewed by:   rvojta 2005/05/06 11:51:58 rvojta 1.14.6.1: Issue number:  #i19120# Submitted by:  rvojta Reviewed by:   rvojta

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [c6d1c3973a034979aa4931ece0b10ecff148d6fa]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:57:59 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [cb8814278e36b00bf9dc692414cb962f5849a7fd]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:57:15 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [dd67daba592bd822a9a9389cb50dd12832494cce]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:56:39 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [00dd4df4c25f0db95c6e6034ded141d4ee4a7634]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:56:04 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [9408246de7e24997d12c8a0727ed2ed0eaf1457e]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:56:05 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [22c4312217e92cfa00bf5d63a47f0792eba6700a]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:55:19 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [ce1fdf29b86dddb8a5e654fd4f73ee88c0d64aa5]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:54:37 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [f0db7026f252ee5fdc0631abd8f60c9629df6eb3]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:54:38 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [2bb8e4480e24474040cd6c805c2153b69410990a]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:50:59 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [8369059088f2332b1aed52567aca467b3dad2639]

        INTEGRATION: CWS l10nfix (1.1.2); FILE ADDED 2005/05/09 14:48:06 ih 1.1.2.1: initial revision of .otp files

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [efba08812c1534534f4807c2e5dcbcf060255176]

        INTEGRATION: CWS swqbugfixes31 (1.49.56); FILE MERGED 2005/05/02 12:05:48 od 1.49.56.1: #i48419# <SwWrtShell::CalcAndSetScale(..)> - assure that method call 	 <xObj->UpdateReplacement()> doesn't change the modified state 	 of the document.

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [18fb4157fe0e482f6c6c7c6257f2cb5dc37fbaf6]

        INTEGRATION: CWS swqtrace01 (1.30.286); FILE MERGED 2005/04/21 15:08:30 dvo 1.30.286.1: #120250# ensure proper level (without NO_NUM flag) is used for access of SwNumRule

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [6d54f87441730d3c47a7b93cd2968e30b3f761ee]

        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>  [a2b2516045593d09cc3a720d6de724b468c10cf7]

        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-10  Rüdiger Timm  <rt@openoffice.org>  [6f3b6a5de77a0cb5d75da683db3fa103e1747fc9]

        INTEGRATION: CWS impress53 (1.18.26); FILE MERGED 2005/05/04 11:39:10 cl 1.18.26.1: #i48659# security fix to give warning when executable interaction is triggered

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [0b529443b7ff57947fcce74ff26ca40c527759c5]

        INTEGRATION: CWS impress53 (1.31.144); FILE MERGED 2005/05/04 11:38:52 cl 1.31.144.1: #i48659# security fix to give warning when executable interaction is triggered

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [ee4c6dc33812f8029a48b747a2660c828d009a35]

        INTEGRATION: CWS vq15 (1.13.2); FILE ADDED 2005/05/09 03:19:01 vq 1.13.2.2: #i48857# Restore the ability to use perbuild mozab packages. 2005/05/09 01:39:55 vq 1.13.2.1: #i48857# Restore zipped/makefile.mk

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [c217a6348ae660f6b77ac2d68f3343bde011e73e]

        INTEGRATION: CWS vq15 (1.5.2); FILE MERGED 2005/05/09 03:19:00 vq 1.5.2.1: #i48857# Restore the ability to use perbuild mozab packages.

2005-05-10  Rüdiger Timm  <rt@openoffice.org>  [b3fa761adc4998f0fbf050f06c1d28eb60e98ba2]

        INTEGRATION: CWS vq15 (1.58.10); FILE MERGED 2005/05/09 03:19:00 vq 1.58.10.1: #i48857# Restore the ability to use perbuild mozab packages.

2005-05-09  Ocke Janssen  <oj@openoffice.org>  [afe57a60dc464681ff0ec8847cd2ef99e958f338]

        #i48942# change mediatype oasis to sun

2005-05-09  Ocke Janssen  <oj@openoffice.org>  [6708f72afd6bac0f55d550d0e114525e98b093c0]

        #i48942# change mediatype from oasis to sun

2005-05-06  Vladimir Glazounov  <vg@openoffice.org>  [c886efb4d76984902b2a09ec8dc7fcf3cf38fdea]

        new version for SRC680

2005-05-06  Vladimir Glazounov  <vg@openoffice.org>  [c1aa4e14ffbdde6c909f1df2de0711a9cec89128]

        new version for SRC680

2005-05-06  Vladimir Glazounov  <vg@openoffice.org>  [8f51cc1278dfa7144407be8302dfa524f3332154]

        new version for SRC680

2005-05-06  Vladimir Glazounov  <vg@openoffice.org>  [86dbd98ead99ca4a575a41dcc428cdccfdf71918]

        new version for SRC680

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [86a10134a4570004a60c631b0766b1fbd65e7740]

        SRC680

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [3360a3c6325b627c2a6d6ad84aa28fb042159695]

        INTEGRATION: CWS ause027 (1.9.6); FILE MERGED 2005/05/02 10:56:27 hjs 1.9.6.1: #i48489# fix makefile

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [d531ef62ff89239f145d3dd05482f1ebd7b6a548]

        INTEGRATION: CWS fwk13 (1.21.156); FILE MERGED 2005/05/02 12:50:41 cd 1.21.156.1: #i47970# Check item pointer before using it

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [4c491eb5689cc6f6aaf40f3ad47cbbfb559ef241]

        INTEGRATION: CWS ause027 (1.13.6); FILE MERGED 2005/04/29 14:54:08 hjs 1.13.6.1: #i48462# added dependency

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [8eccbddd10e4709ec98eeeb76f90529a8b8b30e8]

        INTEGRATION: CWS ause027 (1.35.14); FILE MERGED 2005/04/25 15:55:24 hjs 1.35.14.1: #i37172# remove dependencies introduced to workaround this issue

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [de7e64f4079f168bdf250efad583d2011754ee56]

        INTEGRATION: CWS ause027 (1.2.808); FILE MERGED 2005/04/28 13:01:26 hjs 1.2.808.1: #i48362# ignore errorcode 12

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [6751e8822050f64afa6c49359c91828c6de53a71]

        INTEGRATION: CWS fwk13 (1.19.432); FILE MERGED 2005/05/03 06:43:55 cd 1.19.432.2: #i48553# Switch layout manager UI off to have a preview mode 2005/05/02 14:33:52 cd 1.19.432.1: #i48553# Switch layout manager UI off to have a preview mode

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [ddec30640fe02de5f8f8b3fde86ffaa6971b81ca]

        INTEGRATION: CWS ause027 (1.10.8); FILE MERGED 2005/04/27 16:53:05 hjs 1.10.8.1: #i31175# -Wuninitialized is available only with optimization activated

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [00d05b5f6752b276fc3f4c76e504be5a2e93db11]

        INTEGRATION: CWS ause027 (1.14.44); FILE MERGED 2005/04/25 15:28:24 hjs 1.14.44.1: #i37172# seperate MANIFEST directories

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [aafd6ea5bf763172f5c4e596a28e2fbc7e974495]

        INTEGRATION: CWS ause027 (1.151.42); FILE MERGED 2005/04/25 15:28:23 hjs 1.151.42.1: #i37172# seperate MANIFEST directories

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [444d8e82e8d03cdff9c4b23e90b2dee0ca7de61e]

        INTEGRATION: CWS ause027 (1.169.20); FILE MERGED 2005/04/26 12:42:19 hjs 1.169.20.1: #i29325# fixed occurance of INCPRE; resorted some lines for better overview

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [e72e1d3c78d8405ec6f9ac61ba5b3625e01e22b5]

        INTEGRATION: CWS fwk13 (1.17.10); FILE MERGED 2005/05/02 14:32:09 cd 1.17.10.1: #i48553# Check reference before using it

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [8ea59dca280051fafecd843a2f791f7b24a141bc]

        INTEGRATION: CWS ause027 (1.9.2); FILE MERGED 2005/04/29 10:47:18 hjs 1.9.2.1: #i31175# remove obsolete disabling of optization

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [9aedc8bc94d70380c79468a749c6d170285b40b5]

        INTEGRATION: CWS ause027 (1.23.6); FILE MERGED 2005/05/02 08:58:54 hjs 1.23.6.2: #i42293# removing more 2005/04/26 12:02:47 hjs 1.23.6.1: #i42293# switch to pregenerated makefiles for COMEX=8

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [e44fffb1b82acbfc105119788d54bc61e2de8f30]

        INTEGRATION: CWS sj18 (1.30.522); FILE MERGED 2005/04/29 14:34:47 cl 1.30.522.1: #i48457# don't use pPage if its 0

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [af86dfec240463869c1a4aa9cecf6880be615c07]

        INTEGRATION: CWS sj18 (1.5.48); FILE MERGED 2005/04/29 14:56:53 af 1.5.48.1: #i48426# Integrated fix for i46482 to adapt number of rows to updated content.

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [0095304967a5958d8b6b77201a0ea46d941118db]

        INTEGRATION: CWS sj18 (1.11.42); FILE MERGED 2005/05/02 09:51:44 af 1.11.42.2: #i48426# Fixed use of temporary Link objects. 2005/04/29 14:56:43 af 1.11.42.1: #i48426# Integrated fix for i46482 to adapt number of rows to updated content.

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [f2d446bf358f67dffa4f21d2bd6868ea58dd5dd6]

        INTEGRATION: CWS mmeeks06 (1.6.44); FILE MERGED 2005/05/05 11:23:13 mmeeks 1.6.44.1: #i48767# linkoo symlink related fix

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [13192b656f7c6438658787c721d751b5db269ce4]

        INTEGRATION: CWS icuopt (1.1.2); FILE ADDED 2005/04/21 15:46:18 vg 1.1.2.1: #i47891# short howto for makefiles.zip

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [c1d4940188e47c567595812c233b500749a7203a]

        INTEGRATION: CWS jimmac03 (1.10.2); FILE MERGED 2005/05/04 13:39:30 mmeeks 1.10.2.1: i#48710# Fix some nasty mis-matching icons & a completely broken one.

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [7555b69e8116dcafd389787944c6615fa8b666ea]

        INTEGRATION: CWS jimmac03 (1.9.2); FILE MERGED 2005/05/04 13:39:30 mmeeks 1.9.2.1: i#48710# Fix some nasty mis-matching icons & a completely broken one.

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [43f154808de36f2ed2157ffa1d8dda1ec5fdec99]

        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>  [c9ec62f48f45a0e35e756f2e14e7c66563ebcfa4]

        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>  [85f020db4081c39f7ba9f718214c4d03000d055d]

        INTEGRATION: CWS crashrep8 (1.24.50); FILE MERGED 2005/05/04 10:22:00 hro 1.24.50.1: #121982# Resolve softlinks in paths sent by crash reporting mechanism

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [c292f427335819065e2d78713470238eba2978c6]

        INTEGRATION: CWS dba20a (1.17.14); FILE MERGED 2005/05/04 07:06:56 oj 1.17.14.1: #i48625# set parent to NULL when document is in disposing

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [c4276f22eb44add38952c327450a09363db00db3]

        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>  [a8922b223450664b178b9fd8c58ef43cfea39fd5]

        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>  [f0fde4a0ebb6123d1c8c3ec3328ce3f581b7252a]

        INTEGRATION: CWS crashrep8 (1.20.16); FILE MERGED 2005/05/04 10:22:21 hro 1.20.16.1: #121982# Resolve softlinks in paths sent by crash reporting mechanism

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [0c147331bb1d7d03a826e1f71bae37a9854ae3bc]

        INTEGRATION: CWS gnomevfsauth (1.2.48); FILE MERGED 2005/04/13 12:01:08 mmeeks 1.2.48.1: #i45279# Fix auth problem with Gnome VFS >= 2.6

2005-05-06  Oliver Bolte  <obo@openoffice.org>  [789f0d2963406f06c23dbac12b515ce73e114e82]

        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>  [1f68e836b35cb80f2da9f66e37752b7d28b6764a]

        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-06  Oliver Bolte  <obo@openoffice.org>  [d3f4cdbd16556b6d6c9693f08bb4598c1fa36002]

        INTEGRATION: CWS mmeeks07 (1.86.4); FILE MERGED 2005/05/05 11:46:49 mmeeks 1.86.4.1: #i43457# disable binfilter related patch

2005-05-04  Oliver Bolte  <obo@openoffice.org>  [12c390fbd3dc0a918d95af59322a635eaa2345ee]

        #i10000# dont generate cp1251.pyc file on solver

2005-05-04  Vladimir Glazounov  <vg@openoffice.org>  [258104a6fabbd8126538d1ebaaa8c6aca88da632]

        new version for SRC680

2005-05-04  Rüdiger Timm  <rt@openoffice.org>  [e6852a07d6668ed9fc39e0e61468e8f7117a0902]

        #i10000# Back to 1.31

2005-05-04  Rüdiger Timm  <rt@openoffice.org>  [c23d0d383cac7d77ffd2702f8dd14b5170b4a731]

        #i10000# One '.u' to much - same problem, other line.

2005-05-04  Rüdiger Timm  <rt@openoffice.org>  [3bd98b85a10a40e0d7e49eae8da921ff451cbcf6]

        #i10000# One '.u' to much - use it for dependencies only, not for the initial directory.

2005-05-04  Vladimir Glazounov  <vg@openoffice.org>  [b3f4b177b1aade973abcc8ff53bec5989156d86d]

        new version for SRC680

2005-05-04  Oliver Bolte  <obo@openoffice.org>  [0bb8fa516c41ce238a319445f80ba956e4c10fdb]

        #i10000# .u extension missing

2005-05-04  Vladimir Glazounov  <vg@openoffice.org>  [1ff235eea42d8e5a36ea058afcefaf3bcb48ce76]

        new version for SRC680

2005-05-03  Vladimir Glazounov  <vg@openoffice.org>  [700bc19716e414b7db0bc8b7596f7e0897388245]

        new version for SRC680

2005-05-03  Vladimir Glazounov  <vg@openoffice.org>  [39122b707f230f9e0daf5cb91ee10d0cc94457e0]

        new version for SRC680

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [dc3e23efee2aebf89b23984a495d87ea9e05955c]

        SRC680

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [8e783b95bb85315d6cc5a8a6c8e1cfeb89a76861]

        INTEGRATION: CWS ause026 (1.23.4); FILE MERGED 2005/04/21 17:33:32 hjs 1.23.4.3: #i38842# installer image for languagepack too 2005/04/14 16:31:57 hjs 1.23.4.2: #i38842# welcome in win-installer 2005/04/13 11:38:16 hjs 1.23.4.1: #i38842# select splash

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [34af5df951d501c2c59fbafd67f2e3c9d1c4f021]

        INTEGRATION: CWS ause026 (1.112.30); FILE MERGED 2005/04/14 09:43:46 hjs 1.112.30.1: #i38842# deliver new image

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [e2f95667c5e00343685c7ae94905dfcc5ce0d8c7]

        INTEGRATION: CWS fr8fix2 (1.3.38); FILE MERGED 2005/04/26 11:47:17 hbrinkm 1.3.38.2: RESYNC: (1.3-1.4); FILE MERGED 2005/04/13 13:21:07 dvo 1.3.38.1: #i47248# only delete temporary bindings, if they were created by the          DataNavigator

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [e1d6946ae9f5773b0729c02036170a1025c49586]

        INTEGRATION: CWS fr8fix2 (1.4.38); FILE MERGED 2005/04/26 11:45:34 hbrinkm 1.4.38.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/13 13:21:06 dvo 1.4.38.1: #i47248# only delete temporary bindings, if they were created by the          DataNavigator

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [09060d31fae7a3a2e4a4f9c0e7aed2e93105fd3b]

        INTEGRATION: CWS ause026 (1.168.28); FILE MERGED 2005/04/13 11:35:02 hjs 1.168.28.1: #i38842# introduce SOLARCOMMONPCKDIR

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [cd401a03baae5854a43d4440fbed82abc7067639]

        INTEGRATION: CWS fr8fix2 (1.4.10); FILE MERGED 2005/04/13 13:41:53 dvo 1.4.10.1: #i47248# submit, even if invalid data is present Issue number: Submitted by: Reviewed by:

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [bd8ab5a1c3590be0ddc32c5454dc0fee68ad0407]

        INTEGRATION: CWS fr8fix2 (1.27.26); FILE MERGED 2005/04/19 14:36:09 hbrinkm 1.27.26.2: #i47232# 2005/04/15 13:16:26 hbrinkm 1.27.26.1: #i47232# set outline levels after change of numbering rule

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [99e690ab62021086b8b5082ee640709740daaf14]

        INTEGRATION: CWS fr8fix2 (1.30.26); FILE MERGED 2005/04/13 13:38:20 flr 1.30.26.1: #i46098# fly-frame environment was not left correctly

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [19586e816b04f5413f6f03855db93a19618e410e]

        INTEGRATION: CWS fr8fix2 (1.55.198); FILE MERGED 2005/04/18 15:25:32 flr 1.55.198.2: prevent numbered paragraphs whose number is switched off to become a number at export 2005/04/13 13:38:20 flr 1.55.198.1: #i46098# fly-frame environment was not left correctly

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [9763f59d9d007ad0c3a4e36daf9d34d7ea10b481]

        INTEGRATION: CWS fr8fix2 (1.4.26); FILE MERGED 2005/04/13 11:04:43 dvo 1.4.26.1: #i46909# disable Undo for header/footer operations

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [a70a3e6ed52aedadb5c8817f7be84f8197dc46ac]

        INTEGRATION: CWS fr8fix2 (1.47.26); FILE MERGED 2005/04/26 11:32:04 hbrinkm 1.47.26.3: RESYNC: (1.47-1.48); FILE MERGED 2005/04/25 09:12:24 hbrinkm 1.47.26.2: #i48048# SwTxtNode::_MakeNewTxtNode: only set level from pNextColl if it is different from pColl 2005/04/14 12:31:37 hbrinkm 1.47.26.1: #i47372# set level from next style

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [5ebc6f4bc5f62926888d49755a954a4e25acdf91]

        INTEGRATION: CWS fr8fix2 (1.12.118); FILE MERGED 2005/04/14 13:08:39 hbrinkm 1.12.118.2: #i47372# do not SetNoNum(FALSE) 2005/04/14 08:32:09 hbrinkm 1.12.118.1: #i47374# use simpler Remove

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [457ad332c8cac4dfb09794615795b6c1cf88e160]

        INTEGRATION: CWS fr8fix2 (1.48.26); FILE MERGED 2005/04/25 09:18:35 hbrinkm 1.48.26.2: #i47232# SetOutlineNumRule: invalidate outline numrule 2005/04/20 09:45:55 hbrinkm 1.48.26.1: #i47232# PropagateOutline: set level for outline paragraphs

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [74d81d724637009498915ab2d5dabe058e733de3]

        INTEGRATION: CWS fr8fix2 (1.28.26); FILE MERGED 2005/04/13 11:04:43 dvo 1.28.26.1: #i46909# disable Undo for header/footer operations

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [b179f688f78687d409c2dd53bcc93a7fdb4ac9e9]

        INTEGRATION: CWS rt08 (1.12.2); FILE REMOVED 2005/04/29 11:53:31 rt 1.12.2.1: #i46209# Moved into new (SO-only) module moz_prebuilt.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [11e8d97654864b1dfffaaa43fd69a3392d65c955]

        INTEGRATION: CWS rt08 (1.4.2); FILE MERGED 2005/04/29 11:31:14 rt 1.4.2.1: #i46209# Moved 'zipped' into new (SO-only) module moz_prebuilt.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [a5cbe45e01ab2134cd7d0702508a8afa06068955]

        INTEGRATION: CWS rt08 (1.8.2); FILE MERGED 2005/04/29 11:22:45 rt 1.8.2.1: #i46209# New SO-only module moz_prebuilt

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [85465898da65306af07f9628a2407c7ee7fb1ca4]

        INTEGRATION: CWS rt08 (1.4.18); FILE MERGED 2005/04/29 11:26:50 rt 1.4.18.1: #i46209# New SO-only module moz_prebuilt

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [3d5c08703d08ebe1226f596403c2bc9e523e22e7]

        INTEGRATION: CWS rvojta01 (1.28.12); FILE MERGED 2005/04/21 11:05:40 rvojta 1.28.12.1: Issue number:  #i47344# Submitted by:  rvojta Reviewed by:   rvojta

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [4baba08f5b5383002652d02bf001a393f8c965e9]

        INTEGRATION: CWS rt08 (1.88.2); FILE MERGED 2005/05/02 08:39:00 rt 1.88.2.1: #i48536# In case of 'deliver -delete' it is not an error if module zipfile does not exist on solver.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [b2f3801dbf0adc2260c8659e72f5693c719a1990]

        INTEGRATION: CWS rt08 (1.136.6); FILE MERGED 2005/05/02 13:58:45 rt 1.136.6.2: #122386# Do not use '-force' option for deliver per default. 2005/05/02 13:53:27 rt 1.136.6.1: Redo change from 1.135 to 1.136 introduced by mistake.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [48fac2d0b8244dc57b28db26e3916a8a5eff6d4b]

        INTEGRATION: CWS rvojta01 (1.30.10); FILE MERGED 2005/04/21 09:26:09 rvojta 1.30.10.1: Issue number:  #i47344# Submitted by:  rvojta Reviewed by:   rvojta

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [6e57c5df4a9982481e1730ad5156d8b7540bfc7c]

        INTEGRATION: CWS pj27 (1.67.18); FILE MERGED 2005/04/27 18:53:03 pjanik 1.67.18.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [35498eba83be2b51ec9e064b93179bc7c4845620]

        INTEGRATION: CWS rvojta01 (1.1.2); FILE ADDED 2005/04/21 09:26:09 rvojta 1.1.2.1: Issue number:  #i47344# Submitted by:  rvojta Reviewed by:   rvojta

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [ccc8307222996302ad1cc9bd90feea9dc531dc93]

        INTEGRATION: CWS pj27 (1.4.62); FILE MERGED 2005/04/27 18:53:03 pjanik 1.4.62.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [7403005f56e09039587e95f5fd2f0f152eeddc0b]

        INTEGRATION: CWS rt08 (1.22.36); FILE MERGED 2005/04/29 10:13:37 rt 1.22.36.1: #i46209# New SO-only module moz_prebuilt

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [36eb4d552d697e4adc6d45f2355068b8f93995e4]

        INTEGRATION: CWS rvojta01 (1.1.2); FILE ADDED 2005/04/21 09:26:08 rvojta 1.1.2.1: Issue number:  #i47344# Submitted by:  rvojta Reviewed by:   rvojta

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [d0065737246d23b7e3ed0194e31767666d26629e]

        INTEGRATION: CWS pj27 (1.7.6); FILE MERGED 2005/04/27 20:43:09 pjanik 1.7.6.2: #i46488#: Fix typo. 2005/04/27 18:53:02 pjanik 1.7.6.1: #i47637#: Add cs, bg, cr, hu and da languages into Letter Wizard.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [2b1c12a9f8710ba84454fdd4fa2844599bbb8d99]

        INTEGRATION: CWS pj27 (1.26.52); FILE MERGED 2005/04/27 19:20:53 pjanik 1.26.52.1: #i46488#: Add Croatian.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [9a872177dda4aa7f2a9b0702889ef9e5323585d2]

        INTEGRATION: CWS getcwswithstate (1.6.286); FILE MERGED 2005/05/02 12:58:13 vg 1.6.286.3: #i48205# removed obsolete method 2005/04/29 08:45:07 vg 1.6.286.2: #i48205# a style-complient implementation 2005/04/26 15:42:44 vg 1.6.286.1: #i48205# implementation for a new Eis api function

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [8c23ea798e062743a4a913c57e6dd2ce316b7fb5]

        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>  [51ccb70432e62fb4092f2614e09da1e0ddb0f787]

        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>  [742fb07c1173b381afe87eb8f5fee102bf48503b]

        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>  [dd91a7a08caa3201d261504ab0f860b7d5026985]

        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>  [ea65c168e06b2bc489f891b335e7bac3b75290a0]

        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>  [a185395d01139ded37f1ede932bcbe22c2eb8d66]

        INTEGRATION: CWS presfixes05 (1.2.30); FILE MERGED 2005/04/26 22:57:13 thb 1.2.30.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [fc2ec8fa5188e2e70da049e3414b8cfa34cbbbff]

        INTEGRATION: CWS presfixes05 (1.5.10); FILE MERGED 2005/04/26 23:08:38 thb 1.5.10.1: #i46602# Reverting to device pixel size, when scaling up the clip to sprite size. This avoids roundoff errors, and at the same time takes advantage of the fact that the slide already adds one in both directions to this size (to account for the fact that stroked polygons of slide size are one pixel larger in both directions)

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [6e64997559fbc9c6427ca4eee85824966f4b038e]

        INTEGRATION: CWS presfixes05 (1.5.10); FILE MERGED 2005/04/26 22:57:13 thb 1.5.10.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [7225622003f076cc49b36c04286d9ec43a905303]

        INTEGRATION: CWS presfixes05 (1.4.10); FILE MERGED 2005/04/26 22:57:12 thb 1.4.10.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [05f8bc4ff390d20eeca20ff352614d9af55eb1cf]

        INTEGRATION: CWS presfixes05 (1.2.30); FILE MERGED 2005/04/26 22:57:12 thb 1.2.30.1: #i47876#, #i47765#: Corrected subset handling (completely wrong for slightly more complex formatting structures, since I didn't, among other things, handle the 'para also ends last character cell' topic correctly; removed unused code from animationbasenode.cxx; fetching the right DocTreeNode when generating subsets of subsets in AnimationNodeFactory

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [48931934e46d00bc0425be86a87a41262b794d6c]

        INTEGRATION: CWS presfixes05 (1.2.4); FILE MERGED 2005/04/26 23:12:44 thb 1.2.4.1: #i46602# Corrected some spelling errors; removed some subtypes that are simply not supported

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [3b55fa82c39eea76438877ad9611cabc823e2429]

        INTEGRATION: CWS presfixes05 (1.41.80); FILE MERGED 2005/04/29 11:30:14 cl 1.41.80.2: #i48202# use a guard class during disable modify operations 2005/04/28 14:54:46 cl 1.41.80.1: #i48202# disable setmodified during some operation so it does not interfear with digital signatures

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [13b94ab830ba0b965cca73c4b41ccff41663efc0]

        INTEGRATION: CWS presfixes05 (1.55.12); FILE MERGED 2005/04/29 11:30:14 cl 1.55.12.2: #i48202# use a guard class during disable modify operations 2005/04/28 14:54:45 cl 1.55.12.1: #i48202# disable setmodified during some operation so it does not interfear with digital signatures

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [9eb7e05fede021f79753f01dddbf504d3cd1a7da]

        INTEGRATION: CWS presfixes05 (1.11.12); FILE MERGED 2005/04/22 17:25:55 cl 1.11.12.1: #i47961# collect interaction shape information recursive and also for master page

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [ddb02dba5aed8d486ff09d84741d0d6e3437b807]

        INTEGRATION: CWS presfixes05 (1.18.12); FILE MERGED 2005/04/26 15:38:07 cl 1.18.12.2: #120278# catch exceptions when calling slideshow component 2005/04/22 17:25:54 cl 1.18.12.1: #i47961# collect interaction shape information recursive and also for master page

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [14a6b779610fd15fe6cf675b1121dc78d70a5dc5]

        INTEGRATION: CWS presfixes05 (1.39.106); FILE MERGED 2005/04/29 11:29:56 cl 1.39.106.3: #i48202# use a guard class during disable modify operations 2005/04/28 14:52:46 cl 1.39.106.2: #i48202# disable setmodified during some operation so it does not interfear with digital signatures 2005/04/26 15:39:32 cl 1.39.106.1: #i48202# do not modify model during autospell because of xmlsec

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [6aad25f4ac66263e5de55ebcc2158a4025f7e346]

        INTEGRATION: CWS presfixes05 (1.36.174); FILE MERGED 2005/04/29 11:29:41 cl 1.36.174.1: #i48202# use a guard class during disable modify operations

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [fb17e7afe60f9adbe87772e6baa4bebed5d3dc2b]

        INTEGRATION: CWS thesau01 (1.10.734); FILE MERGED 2005/04/20 20:03:31 ericb 1.10.734.1: i47107 wrong replace suggestion in thesaurus

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [52aee9a4eea0c1b39126bf9996e72ebd88b63070]

        INTEGRATION: CWS savewrap1 (1.97.12); FILE MERGED 2005/04/28 11:45:36 mav 1.97.12.1: #i47821# new helper class

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [a75b5860eacca7082790c6148c010f8a5a1bdc6c]

        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>  [f29b144a1322db98d4601be6d684f8de59c070c0]

        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>  [b6727d24f5d4aada035d6a60bb553fd2ea5b73e1]

        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-03  Oliver Bolte  <obo@openoffice.org>  [e96f63f6bba1067d05170de245e060a684518082]

        INTEGRATION: CWS savewrap1 (1.167.30); FILE MERGED 2005/04/28 11:50:19 mav 1.167.30.1: #i47821# let the original stream be truncated in the very late moment of saving

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [940088e82670105a469a9fa75b7d9583b6b98658]

        INTEGRATION: CWS tl11 (1.12.8); FILE MERGED 2005/04/26 14:08:39 tl 1.12.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [50ca56de5d30c80a3350fb1cbb25ace7ae084c7f]

        INTEGRATION: CWS tl11 (1.31.8); FILE MERGED 2005/04/26 14:08:39 tl 1.31.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [69a443614cf346a8f127468294f14240d848f698]

        INTEGRATION: CWS tl11 (1.34.10); FILE MERGED 2005/04/26 14:08:38 tl 1.34.10.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [38b2e7594149455b02cdced43189d50c0743e14a]

        INTEGRATION: CWS tl11 (1.75.4); FILE MERGED 2005/04/26 14:08:38 tl 1.75.4.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [e696d2cabd162bf1084464c335f3b4bc8bb7c5d6]

        INTEGRATION: CWS tl11 (1.9.8); FILE MERGED 2005/04/26 14:08:37 tl 1.9.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [11fc33c63fde6d453e6c9651b62d3abdbe0cd64f]

        INTEGRATION: CWS tl11 (1.32.10); FILE MERGED 2005/04/27 13:15:37 tl 1.32.10.1: #i21351# fixed font problem for edit window solved

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [3e8bf62ec6cbd777614448569fdc658db8df0ede]

        INTEGRATION: CWS tl11 (1.75.8); FILE MERGED 2005/04/27 13:15:36 tl 1.75.8.2: #i21351# fixed font problem for edit window solved 2005/04/25 10:10:55 tl 1.75.8.1: #i46223# initializing of new format fixed.

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [d29d143d2f0a2bd42a0c11caff6f3920c77490f1]

        INTEGRATION: CWS tl11 (1.29.10); FILE MERGED 2005/04/26 14:08:37 tl 1.29.10.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [fe5cb996ef2a5620cc7318999b40de0e800e19fd]

        INTEGRATION: CWS tl11 (1.5.8); FILE MERGED 2005/04/26 14:08:36 tl 1.5.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [3f23509791ab5269b1f3da8f2643c20d4580a8d6]

        INTEGRATION: CWS tl11 (1.22.8); FILE MERGED 2005/04/27 13:15:35 tl 1.22.8.1: #i21351# fixed font problem for edit window solved

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [ac783f36df9df72a9ba8a77f38644a9c06437d6f]

        INTEGRATION: CWS tl11 (1.13.158); FILE MERGED 2005/04/26 14:08:36 tl 1.13.158.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [c1082789fcf1ae4ff41233b79dec953413a8def0]

        INTEGRATION: CWS cmcfixes4 (1.3.4); FILE MERGED 2005/04/01 12:12:40 cmc 1.3.4.1: #i46017# to and from system locale encoding when url is file:///

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [27994c3831e55174af313e74e09905003ff34440]

        INTEGRATION: CWS cmcfixes4 (1.5.4); FILE MERGED 2005/04/01 12:12:40 cmc 1.5.4.1: #i46017# to and from system locale encoding when url is file:///

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [c1a3a8f8d55aa5e14018064a5893efb94dd94a27]

        INTEGRATION: CWS cmcfixes4 (1.4.4); FILE MERGED 2005/04/01 12:12:39 cmc 1.4.4.1: #i46017# to and from system locale encoding when url is file:///

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [13eafdf10edee52ad031af498e45ca4451929b84]

        INTEGRATION: CWS cmcfixes4 (1.3.10); FILE MERGED 2005/04/20 07:44:20 cmc 1.3.10.3: #i46800# / #i47163# revert these patches from this workspace and handle them seperately 2005/04/19 10:28:59 cmc 1.3.10.2: #i46800# add an extra combobox to seperately filter on suffix vs force the type to use 2005/04/12 08:59:54 cmc 1.3.10.1: #i47163# update password checkbox

2005-05-03  Oliver Bolte  <obo@openoffice.org>  [47da36e77d9db5448a0f40349bf1be35f74d1c55]

        INTEGRATION: CWS cmcfixes4 (1.5.4); FILE MERGED 2005/04/20 07:44:19 cmc 1.5.4.4: #i46800# / #i47163# revert these patches from this workspace and handle them seperately 2005/04/19 10:28:59 cmc 1.5.4.3: #i46800# add an extra combobox to seperately filter on suffix vs force the type to use 2005/04/12 08:59:54 cmc 1.5.4.2: #i47163# update password checkbox 2005/04/01 12:12:39 cmc 1.5.4.1: #i46017# to and from system locale encoding when url is file:///

2005-05-03  Rüdiger Timm  <rt@openoffice.org>  [b0c88884611fc6f2ee7f96c374c0243f219281bf]

        #i10000# Add error output to STDERR

2005-05-02  Vladimir Glazounov  <vg@openoffice.org>  [66e133b9db8e445e23c8b28fee95c7dd3894f1a4]

        new version for SRX645

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [c6436f0315dc352f4c3f0890a5a451a437b41333]

        SRC680

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [5d6563d15382cd7139fd026b639940212e3dff08]

        INTEGRATION: CWS mh1997 (1.1.2); FILE ADDED 2005/05/02 12:01:55 mh 1.1.2.1: add: OOo Icons for download sets, #122181#

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [ca5e6d47948592181d90df21a759178e1bd27c1d]

        INTEGRATION: CWS mh1997 (1.16.4); FILE MERGED 2005/05/02 12:04:01 mh 1.16.4.1: chg: new Icons for download sets, #122181#

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [8ffdb0f54f5a6fb3e192da6e51453f114456b670]

        INTEGRATION: CWS mh1997 (1.13.6); FILE MERGED 2005/05/02 12:00:07 mh 1.13.6.1: add: more NSIS languages add: default fallback set to English for NSIS, #i48296# add: DOWNLOADSETUPICO for pack configuration, #122181#

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [da518c12b9071da8fda1ed45e41cb74482c914de]

        INTEGRATION: CWS hrobeta2 (1.2.42); FILE MERGED 2005/01/18 18:14:41 hro 1.2.42.1: #i40702# Fake a message loop to force OpenWidth dialog to terminate

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [9248a316eb82dea76ba2c1fc0f1607b86d1c84d0]

        INTEGRATION: CWS hrobeta2 (1.55.36); FILE MERGED 2005/04/26 12:12:55 hro 1.55.36.1: #118794# Copy soffice.exe to soffice.bin to support checksum matching of binaries

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [9e678d5a96fecc07b503dcc68c91b2b1833e154b]

        INTEGRATION: CWS hrobeta2 (1.40.50); FILE MERGED 2005/04/26 12:13:13 hro 1.40.50.1: #118794# Copy soffice.exe to soffice.bin to support checksum matching of binaries

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [49656c8e025624cabac4b4a483917ecdb2097968]

        INTEGRATION: CWS hrobeta2 (1.4.82); FILE MERGED 2005/02/03 11:17:52 sb 1.4.82.1: #i41904# Ensure thread safe construction of function-local statics (patch supplied by cmc).

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [5b83c24a9429aa5b1cfef00d75f754c863d658e9]

        INTEGRATION: CWS hrobeta2 (1.2.108); FILE MERGED 2005/02/03 11:17:51 sb 1.2.108.1: #i41904# Ensure thread safe construction of function-local statics (patch supplied by cmc).

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [d1ebe20b94218eb6727e031977cbc8b9d4aa5336]

        INTEGRATION: CWS hrobeta2 (1.2.108); FILE MERGED 2005/02/10 14:52:16 sb 1.2.108.1: #i42350# Removed non-ASCII characters from string literals.

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [277abf6b4f7203fa001f2acedbfdbe6e871cdb35]

        INTEGRATION: CWS hrobeta2 (1.3.158); FILE MERGED 2005/02/10 14:52:40 sb 1.3.158.1: #i42350# Removed non-ASCII characters from string literals.

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [1dfe95a34e1d40314a152a9cdbb79597672e6dc7]

        INTEGRATION: CWS hrobeta2 (1.4.64); FILE MERGED 2005/03/03 13:48:40 tra 1.4.64.1: #i42914# attribute osl_FileStatus_Mask_Attributes will not be removed anymore if user has no read rights for a file

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [aea12117eeef91f4050b102c9ad53b3cadadfa61]

        INTEGRATION: CWS impress52 (1.34.16); FILE MERGED 2005/04/28 10:37:31 cl 1.34.16.1: #i48314# guard outliner callbacks from page change events

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [7f283fcaea380c4f37a7afc34868f7758debe9c9]

        INTEGRATION: CWS impress52 (1.68.16); FILE MERGED 2005/04/28 10:37:30 cl 1.68.16.1: #i48314# guard outliner callbacks from page change events

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [d681080da6bae04f418d27b996e98f6da6aafc72]

        INTEGRATION: CWS hrobeta2 (1.2.198); FILE MERGED 2005/04/27 12:39:02 hro 1.2.198.1: #i40586# sizeof(BOOL) == 1 because of redefinition in solar.h

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [6e8e5f1838f879a2c09c203cd87347ba15ee4e94]

        INTEGRATION: CWS impress52 (1.3.110); FILE MERGED 2005/04/27 11:13:32 cl 1.3.110.1: #i47951# Switching to new controller on FrameAction_COMPONENT_ATTACHED.

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [4ff0f7c3d0bb5c41edaf2f39629fea0b7f93b473]

        INTEGRATION: CWS impress52 (1.6.110); FILE MERGED 2005/04/27 14:11:34 af 1.6.110.1: #i48263# Added WindowEventListener() link method.

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [9aabd10fa2ed240d1dc266844833f52f01100f91]

        INTEGRATION: CWS impress52 (1.6.16); FILE MERGED 2005/04/28 10:45:01 cl 1.6.16.1: #i48314# guard outliner callbacks from page change events

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [d08c7a92e78aefd0c189db68084aa7167c114cec]

        INTEGRATION: CWS impress52 (1.9.44); FILE MERGED 2005/04/27 14:09:57 af 1.9.44.1: #i48263# Added WindowEventListener() link method.

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [1bae35c26a1ab5ecae95d89141fd67611fefd36d]

        INTEGRATION: CWS hrobeta2 (1.13.12); FILE MERGED 2005/04/28 09:24:21 hro 1.13.12.1: #118794# Repatch soffice.bin before calculating checksum

2005-05-02  Oliver Bolte  <obo@openoffice.org>  [ab819c1c56a3b69ba9f61a284539db6ccf0311f4]

        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>  [8c3361c455c7a58adce33c25278f5e2b7171c069]

        SRC680

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [ae3133db6805164c2b578b0be4262bb3e01cb0b3]

        INTEGRATION: CWS pj26 (1.15.6); FILE MERGED 2005/04/20 19:19:46 pjanik 1.15.6.1: #i47620#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [0e9700ee37348adac054a9fdaa571fde1fb88492]

        INTEGRATION: CWS pj26 (1.27.8); FILE MERGED 2005/04/20 19:24:00 pjanik 1.27.8.1: #i47705#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [7973f660ca9e661f8bed86d7afc3b71524bfbbe1]

        INTEGRATION: CWS pj26 (1.48.8); FILE MERGED 2005/04/20 19:23:09 pjanik 1.48.8.1: #i47704#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [5abbc09a6ac9bd5e8adb85b12d7dd801ec63973a]

        INTEGRATION: CWS pj26 (1.20.4); FILE MERGED 2005/04/20 19:22:15 pjanik 1.20.4.1: #i47698#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [14ae96b377659371669d7ddac1bd1f6876596a79]

        INTEGRATION: CWS pj26 (1.7.6); FILE MERGED 2005/04/20 19:18:02 pjanik 1.7.6.2: #i47771#: Fix gcc33 parser bug. 2005/04/20 19:15:10 pjanik 1.7.6.1: #i47771#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [6b5e8cb92e35232a56f0b29c55bfb1131c8dd1ce]

        INTEGRATION: CWS pj26 (1.17.4); FILE MERGED 2005/04/20 19:10:35 pjanik 1.17.4.1: #i47612#: Fix gcc33 parser bug.

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [ec24b198d7366e3b2f7aaca905743ba298017370]

        INTEGRATION: CWS pj26 (1.9.2); FILE MERGED 2005/04/20 17:10:48 pjanik 1.9.2.1: #i47091#: "Umbennen..." -> "Umbenennen..."

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [520302287e68caab491d04cba9efa47f56d35228]

        INTEGRATION: CWS dvoqbfix3 (1.5.22); FILE MERGED 2005/04/22 11:40:21 dvo 1.5.22.1: #i47817# use API strings for submission replace and method properties

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [8482db1d523fa15bfe34fb2561d85393f23a35c4]

        INTEGRATION: CWS winregclean1 (1.4.26); FILE MERGED 2005/04/22 13:56:33 mav 1.4.26.1: #i47658# cleaning if required

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [f6206e2a23a3e99f9f821286bdedbda4dca5bd30]

        INTEGRATION: CWS winregclean1 (1.5.6); FILE MERGED 2005/04/22 13:56:32 mav 1.5.6.1: #i47658# cleaning if required

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [6910048e72089bd269c7d4c0e1e5bfb73f71567e]

        INTEGRATION: CWS winregclean1 (1.18.28); FILE MERGED 2005/04/23 16:20:21 is 1.18.28.2: #i47659# initablefile 2005/04/22 14:36:07 is 1.18.28.1: #i47659# better mechanism to find the office

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [d89286087df291f8f188490f959c1d6456a80b5b]

        INTEGRATION: CWS winregclean1 (1.85.2); FILE MERGED 2005/04/25 16:02:05 jb 1.85.2.1: #121941# Reanimate setofficelang program

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [864dee96973d632d864838ec663624c94430b005]

        INTEGRATION: CWS winregclean1 (1.26.24); FILE MERGED 2005/04/22 10:06:58 is 1.26.24.1: #i47659# new dir

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [9c9b54d70742dbe666e483b9d6e20a0a3257be57]

        INTEGRATION: CWS winregclean1 (1.6.28); FILE MERGED 2005/04/25 10:25:40 mav 1.6.28.1: #i47658# for Win98/WinME registration is always done in local machine

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [c8156d0cf186a7c7a1d24f1301cec2c8dbf0f4dc]

        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>  [f0515526ce4e00cd7ab07be9b1c9c9d62867a3c5]

        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-29  Oliver Bolte  <obo@openoffice.org>  [3f7cf61d7d9b553d88d631b19fe6cec4a553d3c9]

        INTEGRATION: CWS winregclean1 (1.1.8); FILE ADDED 2005/04/25 14:04:23 jb 1.1.8.1: #121941# Reanimate setofficelang program

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [dc390b91679ee0299ec1a2e0ac3202fb1cbdbe1d]

        INTEGRATION: CWS winregclean1 (1.7.32); FILE MERGED 2005/04/25 14:04:23 jb 1.7.32.1: #121941# Reanimate setofficelang program

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [7b22245645126bbeaf8ffc4ed25de2822892864f]

        INTEGRATION: CWS winregclean1 (1.12.32); FILE MERGED 2005/04/25 14:04:22 jb 1.12.32.1: #121941# Reanimate setofficelang program

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [93d0c78ca8659f5e68d527e25725802cae8037e5]

        INTEGRATION: CWS winregclean1 (1.48.38); FILE MERGED 2005/04/21 11:10:12 hjs 1.48.38.3: #121920# fixed hardcoded number in usage 2005/04/21 11:04:49 hjs 1.48.38.2: #121920# arg... fixed typo 2005/04/21 09:29:11 hjs 1.48.38.1: #121920# pass APPnPRODUCTNAME to windows native resources linked to the application

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [a154077661027620b6e439d801bb96660553fbea]

        INTEGRATION: CWS winregclean1 (1.47.38); FILE MERGED 2005/04/21 11:10:11 hjs 1.47.38.3: #121920# fixed hardcoded number in usage 2005/04/21 11:04:49 hjs 1.47.38.2: #121920# arg... fixed typo 2005/04/21 09:29:10 hjs 1.47.38.1: #121920# pass APPnPRODUCTNAME to windows native resources linked to the application

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [e49dea73dea90f02ab4920bee2a53484c34d29f4]

        INTEGRATION: CWS winregclean1 (1.19.6); FILE MERGED 2005/04/26 15:15:58 is 1.19.6.1: FIX: Problem with 65001 in Summary Information Stream

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [72aa62efdd5d8d6c693a7ebb0133d37903a1be61]

        INTEGRATION: CWS winregclean1 (1.1.2); FILE ADDED 2005/04/26 14:24:34 is 1.1.2.2: #i47659# solving problem with langpack 2005/04/22 14:38:56 is 1.1.2.1: #i47659# better mechanism to find office

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [ac04c6ac9c77634f71704a3b474af8b24cc4be3e]

        INTEGRATION: CWS winregclean1 (1.21.20); FILE MERGED 2005/04/22 15:39:16 mav 1.21.20.2: RESYNC: (1.21-1.22); FILE MERGED 2005/04/22 14:39:14 is 1.21.20.1: #i47659# better mechanism to find office

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [3d8a48f9ed9aa87b8e2b714e9c5dc2e2252bc8c8]

        INTEGRATION: CWS winregclean1 (1.3.114); FILE MERGED 2005/04/23 16:38:46 is 1.3.114.1: #i47659# dynamic installation settings

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [4e57f1acd51a420ac667ca721805e519281f4bb1]

        INTEGRATION: CWS winregclean1 (1.19.6); FILE MERGED 2005/04/26 17:03:05 is 1.19.6.1: FIX: Problem with onelanguage pt-BR java installer

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [18c362e6e0a198f796ea322cf631eee10d0240d6]

        INTEGRATION: CWS winregclean1 (1.39.8); FILE MERGED 2005/04/22 15:36:12 mav 1.39.8.2: RESYNC: (1.39-1.40); FILE MERGED 2005/04/22 14:38:08 is 1.39.8.1: #i47659# custom action

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [f8cc70a4a00d12d6d9409db7bdb6d36218ad482a]

        INTEGRATION: CWS qwizardsbf5 (1.5.30); FILE MERGED 2005/04/26 16:10:36 bc 1.5.30.1: #i48010# removeTaskListener method added Issue number: Submitted by: Reviewed by:

2005-04-29  Oliver Bolte  <obo@openoffice.org>  [79a6e989d55c22c3e7f4e8b9b4a105f27b1e492f]

        INTEGRATION: CWS qwizardsbf5 (1.11.16); FILE MERGED 2005/04/26 16:10:04 bc 1.11.16.1: #i48010# removeTaskListener method added Issue number: Submitted by: Reviewed by:

2005-04-28  Mathias Bauer  <mba@openoffice.org>  [99b246b17167d0c2da011f57449b4012e6cea46f]

        #122284#: forgot to copy property name

2005-04-28  Rüdiger Timm  <rt@openoffice.org>  [85c27f04e810ca09ffbbece0f8be084cbf81a834]

        #i10000# Create flag file _after_ all actions are done. Otherwise in case of any error a rebuid will do nothing, as the flag file already exists.

2005-04-28  Martin Hollmichel  <mh@openoffice.org>  [8a5195023698bbc317e42d3f8813051777a67230]

        #i10000#, disable NSIS installer

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [4d2ffc67d8ffd9b90886d62fa06e7d6b1c0231e3]

        SRC680

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [916eb94a904571c10b2b46e4d07daf4af53c879a]

        INTEGRATION: CWS contextmenu (1.35.270); FILE MERGED 2005/04/13 14:06:45 tl 1.35.270.2: #i32169# behaviour for proposed languages in spellcheck context menu changed 2005/04/13 14:00:14 tl 1.35.270.1: #i32169# behaviour for proposed languages in spellcheck context menu changed

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [e2b08145cf2202230839c4e4c788ec9aeee8f89f]

        INTEGRATION: CWS contextmenu (1.21.398); FILE MERGED 2005/04/13 14:00:38 tl 1.21.398.1: #i32169# behaviour for proposed languages in spellcheck context menu changed

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [4432ed8ac1274b1b43d9db1983e2142920e02287]

        INTEGRATION: CWS os60 (1.14.28); FILE MERGED 2005/04/22 09:18:31 is 1.14.28.1: #i45857# 644 for share/autocorr

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [f0a127c2a118efe1c3e81378a985e83267199519]

        INTEGRATION: CWS os60 (1.48.32); FILE MERGED 2005/04/18 13:45:02 os 1.48.32.1: i45478# GetAutoCorrFileName() fixed

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [b60a7345ad801df66d5ab8612359ca21ad8cc19e]

        INTEGRATION: CWS mhu07 (1.9.6); FILE MERGED 2005/04/26 13:08:34 mhu 1.9.6.1: #i48107# Factored ProductRegistration UNO service out of svtools.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [5cb807206c8a7fcb164798ff802c9d6aaf828bc3]

        INTEGRATION: CWS mhu07 (1.20.12); FILE MERGED 2005/04/26 13:08:33 mhu 1.20.12.1: #i48107# Factored ProductRegistration UNO service out of svtools.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [57c0cb077c71f41cd2c525afa66b385f4a1ed214]

        INTEGRATION: CWS mhu07 (1.100.6); FILE MERGED 2005/04/26 13:08:33 mhu 1.100.6.1: #i48107# Factored ProductRegistration UNO service out of svtools.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [d2107ad1e513700b3a374158ebf419b0d5880701]

        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>  [eca36a2c36ef2f741cded9c59138ce2e3ab5ff5f]

        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>  [2c322e4aaec4dac3cb66267d032009bb6fa69c45]

        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>  [607084467351805c01db4cf15875427dc1b019e2]

        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>  [f78f6ed1c54a4eb36a888c1699732ebeff1229c3]

        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>  [c627f395a7b9e5747bb7792298ce930c45fa5fec]

        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>  [bf3dc63c0a6784f16031c2cefaf285af0e65549c]

        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>  [e43703e366ded7d64df34de721c0d930a2800273]

        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>  [b442920b4c9d2aa113696a2daa8b142be04f03ae]

        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>  [b3478915e31d790f36a5c7c69ed743f7a6e555b0]

        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>  [201333197109c24ce3ec6a7739d0cef461c0e7a1]

        INTEGRATION: CWS mailmergeprintranges (1.11.28); FILE MERGED 2005/04/20 11:13:59 mba 1.11.28.1: #121193#: notifications needed for modification or view changes of COM objects; enable merging of AdditionalPrintSettings

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [744422fa1b38402a0af5dc19dabd9d7fe5b4e9ba]

        INTEGRATION: CWS mailmergeprintranges (1.92.2); FILE MERGED 2005/04/20 11:13:59 mba 1.92.2.1: #121193#: notifications needed for modification or view changes of COM objects; enable merging of AdditionalPrintSettings

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [5f2275a787e100ac7feb177c15efc3d22b010303]

        INTEGRATION: CWS mailmergeprintranges (1.95.48); FILE MERGED 2005/04/20 11:42:38 mba 1.95.48.1: #121193#: send indivídual PrintRanges for each MailMergeStep

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [eb4a9aaa7a8ec893d6767e61f03f307fd96d0cbf]

        INTEGRATION: CWS mailmergeprintranges (1.31.534); FILE MERGED 2005/04/22 09:30:30 ab 1.31.534.1: #i47706# SwCalc::Term(): Fixed invalid casting of USHRT_MAX to an enum type

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [dfdf3f1747e42b6472e6e49b9c9876413a2fad05]

        INTEGRATION: CWS mailmergeprintranges (1.18.4); FILE MERGED 2005/04/20 11:12:41 mba 1.18.4.1: #121193#: notifications needed for modification or view changes of COM objects

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [e7496d404bd02afa69d4eb5039bdaef1674f7be7]

        INTEGRATION: CWS mailmergeprintranges (1.13.4); FILE MERGED 2005/04/20 11:12:40 mba 1.13.4.1: #121193#: notifications needed for modification or view changes of COM objects

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [ddcc470f05b037d51b00b4675ac1e324670f4c2e]

        INTEGRATION: CWS mailmergeprintranges (1.24.2); FILE MERGED 2005/04/20 11:12:40 mba 1.24.2.1: #121193#: notifications needed for modification or view changes of COM objects

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [dce09db0357a69b259fbd1fba4a4b141e931f8e2]

        INTEGRATION: CWS mailmergeprintranges (1.15.4); FILE MERGED 2005/04/20 11:12:40 mba 1.15.4.1: #121193#: notifications needed for modification or view changes of COM objects

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [f9f74fbf354aafa27e01088bc4245665859cc3dc]

        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>  [58c888346f328de933c3fc6255d4e34072e09eb6]

        INTEGRATION: CWS pj24 (1.3.6); FILE MERGED 2005/03/29 19:13:52 pjanik 1.3.6.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [a2e286c879f8fa06f4833d43363eb52f36b871c3]

        INTEGRATION: CWS pj24 (1.3.6); FILE MERGED 2005/03/29 19:13:50 pjanik 1.3.6.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [c75ead4635629577b3c030e002518bbb815978c5]

        INTEGRATION: CWS pj24 (1.3.6); FILE MERGED 2005/03/29 19:13:49 pjanik 1.3.6.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [70d07b1db3f85581e12a33726159f73623b5046a]

        INTEGRATION: CWS pj24 (1.3.6); FILE MERGED 2005/03/29 19:13:48 pjanik 1.3.6.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [d7a0dc4ac560c973a2e45775c83d37fb9f722a26]

        INTEGRATION: CWS pj24 (1.4.2); FILE MERGED 2005/03/29 19:13:48 pjanik 1.4.2.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [775a507276a20331c11b32694770b254cd93f679]

        INTEGRATION: CWS pj24 (1.4.2); FILE MERGED 2005/03/29 19:13:47 pjanik 1.4.2.1: #i46232#: Update cs extras.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [186dcfb0e2d39c16965c545d26bd427500668438]

        INTEGRATION: CWS impress48 (1.15.4); FILE MERGED 2005/04/21 12:10:16 af 1.15.4.1: #120092# Added support for SID_ASSIGN_LAYOUT.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [f9abe5e10c7201f4861b7da48361ca6822ae8dcf]

        INTEGRATION: CWS impress48 (1.8.4); FILE MERGED 2005/04/21 12:07:46 af 1.8.4.1: #120092# Added SID_ASSIGN_LAYOUT.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [a5bb0844902fdd4a0101f7ca9e3820cb420dfd92]

        INTEGRATION: CWS macosx06 (1.16.44); FILE MERGED 2005/04/20 12:37:03 ericb 1.16.44.2: #i44154 fixes for typos for libhsqldb2 and libjava_uno 2005/04/18 18:51:07 ericb 1.16.44.1: i44154 symlinks .jnilib for libhsqldb2 and libjava_uno

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [4ee8376e2784a793fa604a8168a43cbc2435fddc]

        INTEGRATION: CWS macosx06 (1.7.10); FILE MERGED 2005/04/16 16:19:04 ericb 1.7.10.1: i43540 current j2re is 1.4.2 on Mac OSX

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [b351634217e93bdd7e6acec019ebdc8311b1a08a]

        INTEGRATION: CWS macosx06 (1.3.16); FILE MERGED 2005/04/16 16:18:32 ericb 1.3.16.1: i44154 typo for detecting java libs on MacoOSX

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [ad6af14f3587656b7aa78ac3af683a521f0a0b0a]

        INTEGRATION: CWS mhu06 (1.5.48); FILE MERGED 2005/04/22 11:45:49 mhu 1.5.48.1: #i47753# Adapted to moved resources (from 'svt' to 'fps_office').

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [d3e2fcd8da13bff1fda8755dc8c0f05e6dcd8f8c]

        INTEGRATION: CWS macosx06 (1.4.26); FILE MERGED 2005/04/16 16:19:29 ericb 1.4.26.1: i44154 max version for java is 1.4.2 on MacOSX

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [f619590f8373eabfab4ece18481f59f948d91c14]

        INTEGRATION: CWS mhu06 (1.3.12); FILE MERGED 2005/04/22 11:45:48 mhu 1.3.12.1: #i47753# Adapted to moved resources (from 'svt' to 'fps_office').

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [39c904ba9ebc0e2e432eacaedcad97fdc9c0df2f]

        INTEGRATION: CWS userland01 (1.8.22); FILE MERGED 2005/04/26 06:15:21 obr 1.8.22.1: #122037# fixed user install scripts after package renaming

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [6b45c3ae2db3b250a17e0cdcc04f6a55a62a8abe]

        INTEGRATION: CWS mhu06 (1.1.16); FILE MERGED 2005/04/22 11:44:43 mhu 1.1.16.1: #i47753# Adapted to changed component library name.

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [0069ba030bf64ba113735796a8bcbfe3bdf43008]

        INTEGRATION: CWS userland01 (1.9.10); FILE MERGED 2005/04/26 06:15:20 obr 1.9.10.1: #122037# fixed user install scripts after package renaming

2005-04-27  Oliver Bolte  <obo@openoffice.org>  [be039b75485ab9bf3dc85dc7d9aa9d5bdb689c9e]

        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-25  Rüdiger Timm  <rt@openoffice.org>  [bc2c6d1315a33f139a534491d8d2066e3630ef1c]

        #i10000# mod_so: When doing magic with d.lst lines, do it completely.

2005-04-25  Oliver Bolte  <obo@openoffice.org>  [932138c7526a14ff80c35af5793a08b7382c30db]

        #i10000# call of guw.pl removed

2005-04-25  Rüdiger Timm  <rt@openoffice.org>  [64fef1f88050e143027f90ef6b5be70be32dbecc]

        #i10000# One more error check.

2005-04-25  Rüdiger Timm  <rt@openoffice.org>  [538252b035fe3e22e082ee2a8956cafd939f4e18]

        #i10000# corrupt line removed

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0303e6f309ef7ec147275d19ce32322abda5fc63]

        #i10000# use DISABLE_SAL_DBGBOX for UNIX too

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [ecbbeb037b8f4d36313b00234357148d7de8ba91]

        SRC680

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [fb7bba57d3d1e3732afc899f47c1565ededb2a97]

        INTEGRATION: CWS mh1990 (1.6.34); FILE MERGED 2005/04/12 08:27:19 mh 1.6.34.2: #i4729#, add graphics for nsis installer 2005/04/06 15:01:06 mh 1.6.34.1: add: NSIS, #i4729#

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [3899f2062ea6463f5b3ec5c038a83341f8d68d19]

        INTEGRATION: CWS mh1990 (1.13.2); FILE MERGED 2005/04/15 07:44:06 mh 1.13.2.1: #i4729#, nsis installer

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [907180a5f9f7668675cf6de9907a8ac049227ccf]

        INTEGRATION: CWS mh1990 (1.2.522); FILE MERGED 2005/04/22 12:00:35 mh 1.2.522.1: #121798#, update notice

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [ac57e636fa513b349e1d61dd89efd6e9101bf1db]

        INTEGRATION: CWS mh1990 (1.1.1.1.122); FILE MERGED 2005/04/10 09:24:12 mh 1.1.1.1.122.1: #i45440#, delete void is undefined

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [011bf970204b2134230b2c4a02de8a70ebaa0559]

        INTEGRATION: CWS mh1990 (1.1.2); FILE ADDED 2005/04/06 14:57:36 mh 1.1.2.1: add: NSIS, #i4729#

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c7bd99746617670ec9a6abc49ffed8a0004826b1]

        INTEGRATION: CWS mh1990 (1.4.56); FILE MERGED 2005/04/06 15:07:40 mh 1.4.56.1: add: Nsis, #i4729#

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0bde6124cf6b66540f088feba856b73ef5fd5633]

        INTEGRATION: CWS mh1990 (1.1.2); FILE ADDED 2005/04/06 15:05:53 mh 1.1.2.1: add: NSIS, #i4729#

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e6e72aa67bc88b64ddf27931670e39a33d705610]

        INTEGRATION: CWS mh1990 (1.5.58); FILE MERGED 2005/04/18 11:09:13 mh 1.5.58.4: chg: sort order 2005/04/07 15:00:10 st 1.5.58.3: some more cleanup #i45911 2005/04/05 10:52:29 mh 1.5.58.2: update of contributors list, #i45911# 2005/04/05 10:43:04 mh 1.5.58.1: update of contributors list, #i45911#

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [64d5b0045b51473dbd332cdeb4392d3596ed756c]

        INTEGRATION: CWS mh1990 (1.15.30); FILE MERGED 2005/04/11 15:33:46 va 1.15.30.1: #i43685# Removed entries Migration - mbx libraries.

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f66d0fb48317a70ebccc2387d900ec77e8684fed]

        INTEGRATION: CWS mh1990 (1.9.32); FILE MERGED 2005/04/17 08:10:19 mh 1.9.32.3: adjust paths for tcsh build, #i4729# 2005/04/12 08:41:17 mh 1.9.32.2: #i4729#, also look for nsis in path 2005/04/11 07:29:34 mh 1.9.32.1: #i4729#, make creation of download set work

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b1425a5595bc6b552eb07c21bcf92fd58c0bf459]

        INTEGRATE: hr15 #i46299#: add get_latest_rev_on_branch()

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [038a588353f3340b2c93a731ed6db483332dadf6]

        INTEGRATION: CWS hr15 (1.6.172); FILE MERGED 2005/04/19 15:21:53 hr 1.6.172.1: #121889#: extract bugtracker, issuezilla, bugtraq+, mozilla, gnome and evolution tasks from revision comment

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7109e122a686b2bc1c83177c2deda470fc760326]

        INTEGRATION: CWS hr15 (1.15.132); FILE MERGED 2005/04/20 17:08:36 hr 1.15.132.1: #i46299#,#113693#: add cwsresyc -m HEAD feature, fix unzipping of archives for cwsresync -l

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [a76760530976c4d6eb5f7a53d47217326a565e9c]

        INTEGRATION: CWS hr15 (1.6.172); FILE MERGED 2005/04/19 15:21:53 hr 1.6.172.1: #121889#: extract bugtracker, issuezilla, bugtraq+, mozilla, gnome and evolution tasks from revision comment

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [4b78f44d4d1db12aa916b589158c6390431dc63e]

        INTEGRATION: CWS hr15 (1.15.132); FILE MERGED 2005/04/20 17:08:36 hr 1.15.132.1: #i46299#,#113693#: add cwsresyc -m HEAD feature, fix unzipping of archives for cwsresync -l

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [06fdf562c40273a207db3780702ba64aedccdb04]

        INTEGRATION: CWS hr15 (1.6.172); FILE MERGED 2005/04/19 15:21:53 hr 1.6.172.1: #121889#: extract bugtracker, issuezilla, bugtraq+, mozilla, gnome and evolution tasks from revision comment

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [83f12fd919b03f467969f32b6d3899fc9b5b3704]

        INTEGRATION: CWS cwsview (1.7.176); FILE MERGED 2005/04/21 10:02:56 vg 1.7.176.1: #i47869# a new subroutine view added

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e5b2353a8c9e1c1759753db46d6bcf6b515b9374]

        INTEGRATION: CWS cwsview (1.1.2); FILE ADDED 2005/04/21 15:11:51 rt 1.1.2.3: #i47869# sligth clean up 2005/04/21 10:48:49 vg 1.1.2.2: #i47869# initial check in 2005/04/21 09:43:52 vg 1.1.2.1: initial revision for cwsview tool

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [52d7fb1d6d0b5c3627dd5683402bb844cd23c255]

        INTEGRATION: CWS cwsview (1.1.2); FILE ADDED 2005/04/21 10:03:32 vg 1.1.2.1: #i47869# initial check in

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [00220d9f7a3991b866421f204989ad56e474d986]

        INTEGRATION: CWS fwk11 (1.25.6); FILE MERGED 2005/04/19 16:10:04 mav 1.25.6.1: #i47707# initialize model syncronously always

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1954a4f08ecd1610d671cd0c10daa2d7f728dfac]

        INTEGRATION: CWS fwk11 (1.161.6); FILE MERGED 2005/04/19 16:10:03 mav 1.161.6.1: #i47707# initialize model syncronously always

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [fb4f6fad982af3d953df82a8bdca686d4095c409]

        INTEGRATION: CWS fwk11 (1.65.6); FILE MERGED 2005/04/19 16:10:03 mav 1.65.6.1: #i47707# initialize model syncronously always

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [24fc662713cd0a31d886cff035a082231a979afa]

        INTEGRATION: CWS presfixes04 (1.3.16); FILE MERGED 2005/04/20 18:02:23 thb 1.3.16.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7487c382c5407b3f9a05e9c4c4a4b22f251880e9]

        INTEGRATION: CWS fwk11 (1.16.12); FILE MERGED 2005/04/21 05:53:26 as 1.16.12.1: #i46679# lock solar mutex for every direkt vcl call

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1469dfafb71cbc4bc6fb98b17c879da2e935e892]

        INTEGRATION: CWS presfixes04 (1.1.2); FILE ADDED 2005/04/20 17:57:26 thb 1.1.2.1: #i47657# Added to support delays, which can be interrupted

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [cd81870b774a6b0da5c7c4c0563220beef335d9c]

        INTEGRATION: CWS presfixes04 (1.2.28); FILE MERGED 2005/04/20 18:02:22 thb 1.2.28.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b387133f38ef8f2e96d0e0dd8e2767235a695779]

        INTEGRATION: CWS fwk11 (1.8.28); FILE MERGED 2005/04/18 11:42:06 as 1.8.28.1: #i47000# improve UTF-8Special encoding

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c54bf23ba1d7ef37fbad4d8cf2bee4224dd58cc8]

        INTEGRATION: CWS presfixes04 (1.2.10); FILE MERGED 2005/04/20 18:02:22 thb 1.2.10.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0fc7966b81a0a025a57b280ae4ae32f42457cc18]

        INTEGRATION: CWS presfixes04 (1.4.8); FILE MERGED 2005/04/20 18:02:22 thb 1.4.8.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [24a02629b3c411a00e88a5f9344eaba388b165b6]

        INTEGRATION: CWS presfixes04 (1.6.8); FILE MERGED 2005/04/20 18:02:22 thb 1.6.8.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [893eedd89bcb5ea293c871981a2b002426f74d63]

        INTEGRATION: CWS presfixes04 (1.3.16); FILE MERGED 2005/04/20 18:02:21 thb 1.3.16.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [92c4c4cda31e293c20ead0174a36ab26a5a7d8bf]

        INTEGRATION: CWS presfixes04 (1.3.10); FILE MERGED 2005/04/20 18:02:20 thb 1.3.10.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e4a7667860bcbc652a8212a61fb012356fa6a450]

        INTEGRATION: CWS presfixes04 (1.6.8); FILE MERGED 2005/04/20 18:02:20 thb 1.6.8.1: #i47657# Changed Event interface, to better express the meaning of the isCharged() (former wasFired()) method; changed EventQueue and UserEventQueue to ignore events which are discharged; changed Impl_Presentation::notifySlideAnimationEnded to generate an interruptable delay, i.e. one that can be fired prematurely by user intervention; improved/clarified docs

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e46bafc5b0dccb3e6eebf67f671076197ad6631b]

        INTEGRATION: CWS presfixes04 (1.55.2); FILE MERGED 2005/04/20 12:49:34 cl 1.55.2.1: #i47535# force end text editing on page switching

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [46fe884caa05dc46409463a50d3c43454e559815]

        INTEGRATION: CWS presfixes04 (1.109.72); FILE MERGED 2005/04/20 11:07:35 af 1.109.72.1: #i45336# Changed german translation of 'Master Pages' to 'Masterseiten'.

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [46508e3e8b1a533f3c3c0e1262fcd8931611693f]

        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>  [61ee511644c55a563a1fbe10c5857909f6d2745e]

        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>  [5d69191babdd045568af2b007e2b9edcd5666cc7]

        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>  [81c0dcc5941f3a61a977ceb361460335a90575e5]

        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>  [20c23b777b7554d89d1f47f0e138eb618a1cda8b]

        INTEGRATION: CWS ause025 (1.4.226); FILE MERGED 2005/04/14 15:47:59 hjs 1.4.226.2: #i46481# dependency fix - correct issueid 2005/04/14 15:45:02 hjs 1.4.226.1: #i46316# dependency fix

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c14fb3cd9e285afc8aa72827370dcb5e8aa53942]

        INTEGRATION: CWS ause025 (1.4.4); FILE MERGED 2005/04/13 15:48:41 hjs 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2005/04/13 14:23:34 hjs 1.4.4.1: #i42686# cleanup to support automated patch creation again

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e272353057c822de666099af3137b11d96334ad1]

        INTEGRATION: CWS ause025 (1.9.286); FILE MERGED 2005/04/14 15:51:03 hjs 1.9.286.1: #i46228# dependency fix

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [49bf87d09b6cdc26eaec05310acb549929d32b94]

        INTEGRATION: CWS ause025 (1.34.112); FILE MERGED 2005/04/13 15:43:45 hjs 1.34.112.2: RESYNC: (1.34-1.35); FILE MERGED 2005/03/22 18:14:10 hjs 1.34.112.1: #120482# use macro to get wrapper

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [44a56470a449ee14fc0fb96bb08fb7d05ff08943]

        INTEGRATION: CWS ause025 (1.95.16); FILE MERGED 2005/04/14 15:46:18 hjs 1.95.16.1: #i46389# dependency fix

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [8954f69f7f93f3d27f44cc96f28babdce2fe02ef]

        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>  [2cd35301c24a11b5420714f6457338d61e7c0c04]

        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>  [89571b9ea147d5f5199c635b91b0da4fd89a9799]

        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>  [63bdef68c1f89ec6f4ec52a4925b97f15b4c1394]

        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>  [82c51399022c9e1098926f5fd2f54e21f2d3144f]

        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>  [e6200c31f757b78d6a3513e9546735b92b8e6b94]

        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>  [c345f434ce87e8a697522a67ec71388ccf34f929]

        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>  [ab217a21d1d1c836d9589dfa4d4c51a97f408d5a]

        INTEGRATION: CWS dr38 (1.9.282); FILE MERGED 2005/04/21 08:39:55 dr 1.9.282.1: #i47855# loop when outlines are removed from sheet

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f5df9bec72fe059582c41d3a39730b08f524fec4]

        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>  [a2cc708de91783601ebda7287208cb3e4911db41]

        INTEGRATION: CWS dr38 (1.2.22); FILE MERGED 2005/04/20 19:18:05 dr 1.2.22.2: #i47826# handle missing series formatting 2005/04/20 18:45:43 dr 1.2.22.1: #i47826# handle missing series formatting

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [d18e2d32fbf68ef5715b338e667d9fbe785f5026]

        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>  [4c9b42f21015d32cefaf7e1552b9d62a6f63c4c6]

        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>  [820c47e77b1aa94f600094a1f0bb70be968ac92d]

        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-22  Oliver Bolte  <obo@openoffice.org>  [acfc0671b77d88364165928979d70edd2e77edb3]

        INTEGRATION: CWS perform03 (1.20.58); FILE MERGED 2005/04/20 07:32:54 mt 1.20.58.1: #i47748# Fixed bootstrapping twice...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e5e86dd3fe0b360953531990dba0ce9e2dfd1909]

        INTEGRATION: CWS perform03 (1.26.38); FILE MERGED 2005/04/20 07:32:54 mt 1.26.38.1: #i47748# Fixed bootstrapping twice...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [6ebdc991a711787442571c9613311cc5d6ba9805]

        INTEGRATION: CWS perform03 (1.21.112); FILE MERGED 2005/04/20 07:32:54 mt 1.21.112.1: #i47748# Fixed bootstrapping twice...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [867a31b7d72ba693d01dd59ed809700df598758f]

        INTEGRATION: CWS perform03 (1.174.4); FILE MERGED 2005/04/20 07:46:55 mt 1.174.4.2: RESYNC: (1.174-1.175); FILE MERGED 2005/04/20 07:18:18 mt 1.174.4.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0ca5ff3654a97ad2a796daa350d5f14e64120aa3]

        INTEGRATION: CWS perform03 (1.6.32); FILE MERGED 2005/04/20 07:19:40 mt 1.6.32.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1f93040af7c512645ccb555ad0ac453725c19f58]

        INTEGRATION: CWS perform03 (1.91.2); FILE MERGED 2005/04/20 07:46:08 mt 1.91.2.2: RESYNC: (1.91-1.92); FILE MERGED 2005/04/20 07:17:14 mt 1.91.2.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [01fb27c7b6c700e28263500fa3e9e0c98be6a63a]

        INTEGRATION: CWS perform03 (1.92.2); FILE MERGED 2005/04/20 07:44:17 mt 1.92.2.2: RESYNC: (1.92-1.93); FILE MERGED 2005/04/20 07:17:13 mt 1.92.2.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [d105c76bf6aaab2e7721acedfe4529e905ec3791]

        INTEGRATION: CWS perform03 (1.54.60); FILE MERGED 2005/04/20 07:19:05 mt 1.54.60.1: #i47755# RTL_LOGFILE_PRODUCT_* for logs in release versions...

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f811e628411bda29a76ebb1f72eb107ce67d27f0]

        INTEGRATION: CWS swqbugfixes29 (1.28.52); FILE MERGED 2005/04/19 11:23:23 od 1.28.52.1: #i44367# <SwGrfNode::SavePersistentData()> - do not delete graphic file 	 from document storage, because it could be referenced by 	 another object.

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c3d57e84acb51850cf3e900bbf6e83e5b21e0c93]

        INTEGRATION: CWS validationfix (1.19.20); FILE MERGED 2005/04/18 09:00:56 nn 1.19.20.1: #i47525# distinguish between macro-name and script-url for macros in validation

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [08fff0eb0ca5e626f74b8865caf8bad6163c4459]

        INTEGRATION: CWS validationfix (1.24.20); FILE MERGED 2005/04/18 09:00:54 nn 1.24.20.1: #i47525# distinguish between macro-name and script-url for macros in validation

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b165ff800256d6a2e8375b11491b1cbaf88c0016]

        INTEGRATION: CWS validationfix (1.42.20); FILE MERGED 2005/04/18 09:00:55 nn 1.42.20.1: #i47525# distinguish between macro-name and script-url for macros in validation

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [5e12d6547203cc81d1d4f6d6a0d2f42b414b6d3d]

        INTEGRATION: CWS mathlargefonts (1.14.26); FILE MERGED 2005/04/19 13:23:55 tl 1.14.26.1: #i47690# large fontsize workaround

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [41c8ec140ecfa4e5d5f425949e7f4aa589951150]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:28:02 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [5bd29a2f35e30494a5322a9ef683fa772e7489d4]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:28:01 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [fe0594da02cd2c2e3d73d1b87d85b3cf4cdf6059]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:28:00 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b41bdc3bce6b8ade01e85010ec0774de51336edc]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:59 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [8cb52953249da45ecbf403b422049f5cb725b71e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:58 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [d1dc53e8e68b91a3af65f62988df73b570709bb7]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:57 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [8d3eba7ea527a84c26b5e0c6072667d62047236f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:55 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [64976ae8583454a7ac4e2b7e6af5d762128253da]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:54 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7425ba3122e847233b0c257b6b995aad7a0ec342]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:53 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [56224a6bceb9de0cb661746e88b2aa6d89a2e9c3]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:52 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b9b633cb79eac32dd7f73895f8fde0ca7aafc9c6]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:51 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [5cd43cbb8677d68b0b0750025f760d50b0952ef1]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:50 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [fe8c3715c8fef3f0103e4a2754ddb58590bf820d]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:49 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [83d7703211c1ebca823b94a364d12755815330fb]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:48 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [17917a5326761f9a40c9467f6467594a911ce5d2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:47 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [0ad00eb43deb55a916affe365cd16bc6fd23e3d3]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:46 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e0c2957994440ecf629fc1f6f17e92de4c982dd2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:45 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [17d656ed60968f54e41b16993088a4eb56f50bb6]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:44 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [98cf6a3659f266eb9d14baa94dc3ae981a39acc8]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:43 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [d5f7777d9c062d38310619a5d67be224d2b2458c]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:42 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [6181c8522283e635c82ceab65442c20d829f9a65]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:41 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [5b892368db091fb12e2196b0e8213336b907c9fe]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:40 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b55615b7dec46e3bcad8e0583aeeddd2cdfb3bb9]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:39 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b8000e7ecb5f2c4fb88d29de752c806f8579f6a1]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:38 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e827729ff2fcada0eeb3d97ec3307a49f68ea691]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:37 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9c1af1f217c4e538b9a40a7a9937781b2d515b49]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:35 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c5beabbf66e3560b406d5de70b88d518cd3fd316]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:34 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [62886eb8accbc712d298b6e6cc94785a7dd23faa]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:33 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b53f1ead767f8a7892183daf4e6556de6982e7cd]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:32 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [43077a33162bfec5d9d1b0bda6042affbd96fa25]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:31 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [31f30e18535d6e13d2710bc56da569230a15893b]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:30 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [3c24876688f4339a5c3588d74225e4a222903c83]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:29 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [97c72b8aaa1259f00548337740baf0fdeb92cdd1]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:27 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [248e37c75a5eff350a224cdda63ffd210d68ca3f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:26 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [015c21a772a7c5091e8938e30f8f5565b3f23782]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:25 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [05442f8fa83e78dff45f0776dd640f0b7fc1fa26]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:24 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [8218691646ad1c614fdfec643a4aa36980acd7c7]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:23 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [239608ec88086549836533f83dad335c810d19a8]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:22 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f5d58a383011eec675219a38b6181d3eb186bdd5]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:21 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [967b6eba751eeb0d396db2408fe34c02882a4eb8]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:20 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9ea69d67fd0360cf9fd98171ae7a4010910af8f4]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:19 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [78bc1525ffdec9c84779629498e03c6251e3a57b]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:18 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [bf4d8b68d6029087264c386d7644c3d2b32fe630]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:17 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [01b11976282c51e7c4880ed74c43417db444bd04]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:16 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [fb308e5eb44f8ddf069ff8f1547a5fd3847e3350]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:15 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1e9f055f5847ed99551b9327a6f132a783f59ec1]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:14 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [6b556b2617504b8af9faa44bbaeec865171ba33e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:13 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [ad1039a70a5173d7c711efb1b5b1b9e1dffc0805]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:12 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [b0efdb8cb85019e88bbd7b4357b5aa48d5763f31]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:11 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [00e03c0b8f93f87ae2a2c6e4b1ab5cb2056f16e7]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:10 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [74545a68c10c4538e30e2aad2ad6721feeb8613e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:09 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [043aec59a66ec4146b7fa1b46bad0744d17fb863]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:08 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [829191f3121d5384fb9547dba575687433519a52]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:07 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [de5e99da8c6dd7f10cc2fc7d16e8519b7cc9975f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:06 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f730f3b708b26df165a824c275f35c686cf63e9e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:05 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [cc819729ed6ad1323aaf109e934a2a6cd2829963]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:03 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7e5bcb17ae5eb50cbb023dd687ac3894de56e2ed]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:02 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [23219c6d4f2cfd7bc04561e3ddd9a630b77dfe0d]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:01 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e8b2fc1f48874e6a2010c74139c3214bb412f13d]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:27:00 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [09d874d597e9d817a99b279137430ab60c287b6a]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:59 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f76cc587ed313c447ed7f5e2c95875cfff9174d4]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:58 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [2c11337b4e1649caac9a91a75262cba14cd5fcdd]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:57 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [434c2b0c4b2f05d0823f6143f0d6445a291efc57]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:56 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [281aae5d88d532720e5a57d2dfdea7357b6e791f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:55 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [cba03bd49d0f3d34c3553d7a14025b3449ff65b2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:54 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [5496e6c62f65e50217b142105a2f772b427686ce]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:53 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [74575b5378ec44bb85190b30e29351a87a60d498]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:52 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [2eced8a39312daaf1433fbea574685872d25925e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:51 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f1c5b4876708d2a7dffea37fa19807cca4813548]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:50 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [efb39da0e6a2079f89b8159f219f281a837485d9]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:49 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9138b51eed94401502981e2401a1eaf7c543fbaf]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:48 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7e3c6f0cb6886a991698537c9b01c181aa338bf9]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:47 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9e3d567e1e613ecfbe25fd6e9e6bc8c12c5ad611]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:46 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [4eda853ea00599ecb17f6c893da02d72c1532871]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:45 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [4fbce015368ea392cd479f9ee2c3e817d85f69d2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:44 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [bc5cfe3b28880905b05f4bb0110d591c03c6c3d0]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:43 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f537285f0d93779f67e1cb144e0b371010447b51]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:42 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [cd9c9b0e03379ba53f9f1101c12bb493e6e21698]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:41 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [80897f117657e903eabb7fcc929314624c7fc670]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:40 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [75a66b3697c2437a95e4f596969bf05dda1fb267]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:39 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [a0f7a2fc138cae5dc01ec844b2071c5c058537fb]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:38 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c57f054feb7939ad18a3e21406c51fab0d3726b6]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:37 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1dd03881c4cf57f09ca2f3eb4264f5f35942f460]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:36 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [88227cde97d40c55cee23740f068e040c10c0be2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:35 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [8160fd9c9a9e8b24908cfae7db3434eec448a9a2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:34 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [bf70fe45889389e9b4735d319274fede106d5e70]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:33 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [e3ef44160e37cb50d92baba4064cb5c3069af79e]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:32 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1adb6974c044d7d0986d0b814eed3418ac80786a]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:29 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9b5c76f0c4130ab49b70d03ffcf9ce7151b0cc71]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:28 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [83209036da4a34cd197b7bddc6db92d7b190fb94]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:27 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f91ac2ea72e0e3789e1864e5598af937d8e10281]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:26 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [27ba084514b15ae8ed1ca2fa55dd4fd1292a1c2f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:25 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c32dee77ffe0ae899a15fffe9a2d4c4c13b3230a]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:24 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [4ab83ee7d93a2822be76f4fc08cf88b21760b6f0]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:23 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [19816f269e6a20facd23ec0206bb1e7289bda24f]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:22 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [05a2b365f2ec21cec21e8412a107b3ea39b2b2a2]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:21 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [9c2354995a0d8131eddf90baf178d4fcc4ada8c6]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:20 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [7cfd1dfde8b10f2a529b06db3488c599fbe10ac7]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:19 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [d00377490903cebd01c45ad1b36529ad19596b24]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:18 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [39899755653562cd100a263f049344dd882d9276]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:17 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f3506f02cf64fc553c1d776bdbc5fce9a9b24457]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:16 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [c5b388be8c80963bffe91ee944f69d265265aaed]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:15 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [dcc1f5f559bf6e6b0a90fdb75c229038e7aa9a83]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:14 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f0107261d862bddcd1f687ca2260d69ec6a731a5]

        INTEGRATION: CWS jimmac02 (1.1.2); FILE ADDED 2005/04/21 10:26:13 mmeeks 1.1.2.1: More work from jimmac i#46491

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [213e8a9dd881675c27b544e46f648319b7f1c903]

        INTEGRATION: CWS jimmac02 (1.9.2); FILE MERGED 2005/04/21 10:36:53 mmeeks 1.9.2.1: update missing file list.

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [f7eed74718b7d05c918b1abd4bea2934665a39f8]

        INTEGRATION: CWS jimmac02 (1.8.2); FILE MERGED 2005/04/21 10:26:12 mmeeks 1.8.2.2: More work from jimmac i#46491 2005/04/06 15:23:52 mmeeks 1.8.2.1: Issue number: i#46491# Submitted by: mmeeks Reviewed by:  mmeeks
        
        Cover starchartdialog icon.

2005-04-22  Oliver Bolte  <obo@openoffice.org>  [1bcdebcb9ee2c1321178a7478d0ae5b675648540]

        INTEGRATION: CWS jimmac02 (1.2.2); FILE MERGED 2005/04/12 11:32:53 jimmac 1.2.2.1: Issue number: #i22148# Submitted by: jimmac
        
        get rid of some icons that were done

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [9b3729fed585184f95be04f6c697b35259c38c86]

        #i10000# use DISABLE_SAL_DBGBOX for UNIX too

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [eec36da29ade4536e68bbe7576ac47f0faf763ca]

        #i10000# Added check for registry_*.zip files (0 Byte *.xcu files)

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [300052151dfdb0bfac9804d0212b57b676800126]

        INTEGRATION: CWS fwk10 (1.4.56); FILE MERGED 2005/04/13 07:31:09 dv 1.4.56.1: #i43934# Removed reference to Sun Microsystems

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [a5a56a4934f99734030f829f47dbacdbe145e462]

        INTEGRATION: CWS fwk10 (1.22.34); FILE MERGED 2005/04/13 11:34:21 as 1.22.34.2: #i47147# execute ALL slots synchronous 2005/04/12 06:43:45 as 1.22.34.1: #i47147# force synchronous slot execution ... otherwise the office will be terminated

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [fed9eb71c93f2681e55f654bb06baf3adaa5c6ad]

        INTEGRATION: CWS fwk10 (1.5.432); FILE MERGED 2005/04/12 08:17:29 pb 1.5.432.1: fix: #i43799# initialize size bigger

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [8f92228fdb48c5bdfe95e81af882bfa2f2989cda]

        INTEGRATION: CWS fwk10 (1.33.20); FILE MERGED 2005/04/12 10:44:35 mav 1.33.20.1: #i47224# use stream to send unmodified document with URL

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [3b704b993a98da024e12b4f03cc71873e0fcf1dd]

        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-21  Oliver Bolte  <obo@openoffice.org>  [d373c4d7047970e462c9630d93031141bb35481f]

        INTEGRATION: CWS fwk10 (1.11.26); FILE MERGED 2005/04/12 13:20:06 as 1.11.26.1: #i47159# accept flat detected types without deep detection

2005-04-21  Oliver Bolte  <obo@openoffice.org>  [fad4bdaca348d5b762ea1f26ab516da1bd3c0c9f]

        SRC680

2005-04-20  Andreas Schlüns  <as@openoffice.org>  [4d6eaf5f2f7779847ebc0e960da8d857a7be1918]

        #i47770# correct filter names for writer global export filters

2005-04-20  Andreas Schlüns  <as@openoffice.org>  [dfdc1c5e0b71765a3e8236faa7564f6bf37387ab]

        #i47770# correct filter names for writer global export filters

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [130f91a773a2668b19490e1dd50d88ff4b847f31]

        INTEGRATION: CWS swqbugfixes28 (1.47.50); FILE MERGED 2005/04/19 10:23:32 od 1.47.50.1: #i47697# <SwFlowFrm::MoveBwd(..)> - refine condition made for issue i44049: 	 - allow move backward of text frame, whose anchored object has restarted            the layout process as long as the anchored object is positioned 	   considering its wrapping style influence only temporarily.

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [5f6742c8209fa50bba01b922adcc8023a11e07b1]

        INTEGRATION: CWS swqbugfixes27 (1.78.28); FILE MERGED 2005/04/15 08:42:30 od 1.78.28.1: #i47458# - <SwLayNotify::~SwLayNotify()> - refine condition to force            unlock of object positions, introduced by issue i44016

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [305a511aa46ad77029b599d9f5ca3de0183555f2]

        INTEGRATION: CWS swqbugfixes27 (1.32.108); FILE MERGED 2005/04/15 09:58:39 od 1.32.108.1: #i47455# - <SwFEShell::CopyDrawSel(..)> and <SwFEShell::Paste(..)> 	   notify copied draw frame format, that its positioning 	   attributes are already set.

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [1530a777ea99105c65a8fdec3a950c25a58dff65]

        INTEGRATION: CWS swqbugfixes27 (1.34.94); FILE MERGED 2005/04/15 10:47:16 od 1.34.94.1: #i47455# - <SwDoc::CopyLayoutFmt(..)> notify draw frame format that 	   its positioning attributes are already set, because they 	   are copied.

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [b6397ca2bd0831d03e87945d74a992c4bad33414]

        INTEGRATION: CWS pj25 (1.2.38); FILE MERGED 2005/03/31 18:42:29 pjanik 1.2.38.1: #i46229#: Add Welsh, Norwegian, Khmer and Northern Sotho, Remove wrong language name for Czech (cs is correct).

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [0be9c2de6517a2ccb70f2e8dbc3c1a1b2f72b422]

        INTEGRATION: CWS nativefixer6 (1.6.2); FILE MERGED 2005/04/14 12:01:29 is 1.6.2.6: #i46741# preparing Windows patch 2005/04/13 10:23:51 is 1.6.2.5: RESYNC: (1.6-1.7); FILE MERGED 2005/04/12 16:30:16 is 1.6.2.4: #i46741# prepare Linux patch 2005/04/08 17:51:44 is 1.6.2.3: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 08:07:54 is 1.6.2.2: #i46850# scui to calc module 2005/04/06 11:47:04 is 1.6.2.1: #i46741# new definition of core modules

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [2346447e1f3797a16aa11109227937862f0df77b]

        INTEGRATION: CWS nativefixer6 (1.3.142); FILE MERGED 2005/04/08 17:51:45 is 1.3.142.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [5922f949f54a9c53cfe112935ca706220beec370]

        INTEGRATION: CWS nativefixer6 (1.5.2); FILE MERGED 2005/04/07 16:08:34 is 1.5.2.1: #i46961# enable quickstart in default installation

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [468c6743c1ff8251a0f92eae584070890b420920]

        INTEGRATION: CWS nativefixer6 (1.9.72); FILE MERGED 2005/04/08 17:51:45 is 1.9.72.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [b2569b4c9642bb7985c0c486bddc88a45592b5f9]

        INTEGRATION: CWS nativefixer6 (1.8.56); FILE MERGED 2005/04/19 10:12:01 is 1.8.56.2: #121396# registryitem also for patches 2005/04/18 12:56:54 is 1.8.56.1: #121396# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [7d4a3b26856e336c9cf7cb02f2a223341362827d]

        INTEGRATION: CWS nativefixer6 (1.82.2); FILE MERGED 2005/04/13 10:23:11 is 1.82.2.3: RESYNC: (1.82-1.83); FILE MERGED 2005/04/12 16:30:15 is 1.82.2.2: #i46741# prepare Linux patch 2005/04/07 11:27:00 is 1.82.2.1: #i46741# avoiding language pack conflicts

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [b68cd7f2c3fe2e2eb6171b5aaf375bd6de6d4745]

        INTEGRATION: CWS nativefixer6 (1.96.6); FILE MERGED 2005/04/14 09:57:30 is 1.96.6.3: #i46741# preparing Windows patch 2005/04/13 10:22:59 is 1.96.6.2: RESYNC: (1.96-1.98); FILE MERGED 2005/04/08 17:51:44 is 1.96.6.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [fb2900e3b381329d2b2e11157b1fc3786e462009]

        INTEGRATION: CWS nativefixer6 (1.9.16); FILE MERGED 2005/04/08 17:51:44 is 1.9.16.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [954e64179e926ab7ccdee06644ba3857172000a2]

        INTEGRATION: CWS nativefixer6 (1.11.2); FILE MERGED 2005/04/07 08:08:11 is 1.11.2.1: #i46850# scui to calc module

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ce80e9b0600dddaeaec9aad638df1c09db8e4304]

        INTEGRATION: CWS nativefixer6 (1.4.142); FILE MERGED 2005/04/08 17:51:43 is 1.4.142.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [4434828834ff59545022c3afce2cb55f568ee523]

        INTEGRATION: CWS nativefixer6 (1.9.26); FILE MERGED 2005/04/14 09:35:00 hro 1.9.26.1: #121721# OSL assertions now start with Error:

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [18cbae961ad7fae45efaa25e4075f770988862ac]

        INTEGRATION: CWS nativefixer6 (1.13.94); FILE MERGED 2005/04/14 09:34:59 hro 1.13.94.1: #121721# OSL assertions now start with Error:

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [71d4b908e6a3321d3d3d836b3897afd0beb9d088]

        INTEGRATION: CWS nativefixer6 (1.6.6); FILE MERGED 2005/04/13 12:49:35 obr 1.6.6.1: #b6250018# attachment must either be a file uri or a system path for evolution

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [c22deb6f348cd6c0f779a14ac657ee2f3e860412]

        INTEGRATION: CWS nativefixer6 (1.4.250); FILE MERGED 2005/04/18 12:55:57 is 1.4.250.1: #121396# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [e15980fdfcd9d0b5fc0b536a7605a9690025f046]

        INTEGRATION: CWS nativefixer6 (1.8.4); FILE MERGED 2005/04/18 12:55:57 is 1.8.4.2: #121396# preparing Windows patch 2005/04/12 16:14:21 is 1.8.4.1: #i46741# preparing windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [33f350f5ea8d352ab344dce9842087dc2cb027a7]

        INTEGRATION: CWS nativefixer6 (1.17.4); FILE MERGED 2005/04/18 12:55:57 is 1.17.4.3: #121396# preparing Windows patch 2005/04/13 10:17:25 is 1.17.4.2: RESYNC: (1.17-1.18); FILE MERGED 2005/04/07 08:20:00 is 1.17.4.1: #i41443# windows line end for ssetup ini

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [a5a25f11085845f6f5a5b14ee6a6de0d1e6bdc89]

        INTEGRATION: CWS nativefixer6 (1.21.4); FILE MERGED 2005/04/08 17:56:13 is 1.21.4.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [52afd2e15582f921a2ca73ca6718ba54906f87ed]

        INTEGRATION: CWS nativefixer6 (1.3.318); FILE MERGED 2005/04/13 09:09:08 is 1.3.318.3: #i46741# preparing Windows patch 2005/04/12 16:14:21 is 1.3.318.2: #i46741# preparing windows patch 2005/04/11 11:08:03 is 1.3.318.1: #i46741# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [5b48c07ab6e09d252a2f7ea5bd1716516ab78233]

        INTEGRATION: CWS nativefixer6 (1.10.2); FILE MERGED 2005/04/18 12:55:56 is 1.10.2.1: #121396# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [28137806e3f9ca66277f36f636358af93c70493a]

        INTEGRATION: CWS nativefixer6 (1.11.4); FILE MERGED 2005/04/19 15:37:08 is 1.11.4.9: #i46741# userinstall.inf belongs to root module 2, fix needed 2005/04/18 12:55:56 is 1.11.4.8: #121396# preparing Windows patch 2005/04/14 12:03:48 is 1.11.4.7: #i46741# preparing Windows patch 2005/04/13 10:17:06 is 1.11.4.6: RESYNC: (1.11-1.12); FILE MERGED 2005/04/12 16:13:58 is 1.11.4.5: #i46741# preparing windows patch 2005/04/11 11:07:47 is 1.11.4.4: #i46741# preparing Windows patch 2005/04/08 17:56:12 is 1.11.4.3: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 11:28:35 is 1.11.4.2: #i46741# preparing linux patch 2005/04/06 12:14:01 is 1.11.4.1: #i46741# preparing linux patch mechanism

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [94d8c36faadee2030292fb2a52cead3d1b1bf6ae]

        INTEGRATION: CWS nativefixer6 (1.18.4); FILE MERGED 2005/04/11 11:07:46 is 1.18.4.5: #i46741# preparing Windows patch 2005/04/09 14:35:11 is 1.18.4.4: #i46741# removing all directories in deinstall 2005/04/08 17:56:12 is 1.18.4.3: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 16:41:07 is 1.18.4.2: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 11:28:35 is 1.18.4.1: #i46741# preparing linux patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [7339b6578c7af407c3e334e2510ce034bbaa44ea]

        INTEGRATION: CWS nativefixer6 (1.8.58); FILE MERGED 2005/04/08 17:56:12 is 1.8.58.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [37c038c6e24b04f456eee8d3f1406c42abe66a00]

        INTEGRATION: CWS nativefixer6 (1.19.4); FILE MERGED 2005/04/13 10:16:56 is 1.19.4.4: RESYNC: (1.19-1.20); FILE MERGED 2005/04/11 11:07:46 is 1.19.4.3: #i46741# preparing Windows patch 2005/04/07 11:28:34 is 1.19.4.2: #i46741# preparing linux patch 2005/04/06 12:14:00 is 1.19.4.1: #i46741# preparing linux patch mechanism

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [b35efd5c0f3666b26328b86d163098b6b0e58607]

        INTEGRATION: CWS nativefixer6 (1.5.4); FILE MERGED 2005/04/07 16:41:07 is 1.5.4.1: #i46741# enabling Linux patching, smaller Language packs

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [32a3bc628d1cbaf968d822071b54cb6032cb191e]

        INTEGRATION: CWS nativefixer6 (1.4.184); FILE MERGED 2005/04/08 17:56:12 is 1.4.184.3: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 16:41:07 is 1.4.184.2: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 11:28:34 is 1.4.184.1: #i46741# preparing linux patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [abedc98f9ded41a486c37b1ce54d004773314c8b]

        INTEGRATION: CWS nativefixer6 (1.5.94); FILE MERGED 2005/04/14 16:20:05 is 1.5.94.5: #i46741# license texts broken in language packs 2005/04/13 10:16:36 is 1.5.94.4: RESYNC: (1.5-1.6); FILE MERGED 2005/04/07 17:12:29 is 1.5.94.3: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 16:41:07 is 1.5.94.2: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 11:28:34 is 1.5.94.1: #i46741# preparing linux patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [b319619c03421aea91ff24d54ff4129f43095797]

        INTEGRATION: CWS nativefixer6 (1.17.4); FILE MERGED 2005/04/13 10:16:28 is 1.17.4.3: RESYNC: (1.17-1.18); FILE MERGED 2005/04/07 16:41:06 is 1.17.4.2: #i46741# enabling Linux patching, smaller Language packs 2005/04/06 12:14:00 is 1.17.4.1: #i46741# preparing linux patch mechanism

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [c49623161264b9e480df657e8592bc044cfabfa2]

        INTEGRATION: CWS nativefixer6 (1.30.4); FILE MERGED 2005/04/14 10:00:15 is 1.30.4.8: #i46741# preparing Windows patch 2005/04/13 10:16:17 is 1.30.4.7: RESYNC: (1.30-1.31); FILE MERGED 2005/04/12 16:13:58 is 1.30.4.6: #i46741# preparing windows patch 2005/04/09 14:34:47 is 1.30.4.5: #i46741# new require for link rpms 2005/04/08 17:56:12 is 1.30.4.4: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 16:41:06 is 1.30.4.3: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 11:28:34 is 1.30.4.2: #i46741# preparing linux patch 2005/04/06 12:14:00 is 1.30.4.1: #i46741# preparing linux patch mechanism

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [75b5f42670ff2fb7c9f6d23d7d8f4f7d29da1fee]

        INTEGRATION: CWS nativefixer6 (1.3.4); FILE MERGED 2005/04/11 11:07:46 is 1.3.4.1: #i46741# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ed883fbb20a992ed47056e5fd66acff53c2d9bb3]

        INTEGRATION: CWS nativefixer6 (1.27.4); FILE MERGED 2005/04/14 09:22:02 obr 1.27.4.11: revoked the last two commits 2005/04/14 08:51:37 obr 1.27.4.10: fixed typos of last commit :( 2005/04/14 08:15:39 obr 1.27.4.9: new desktop integration packages for SO8 2005/04/13 13:16:28 obr 1.27.4.8: #b6243085# fixed Solaris audit problems and added new shared mime package for S10 2005/04/13 10:15:55 is 1.27.4.7: RESYNC: (1.27-1.28); FILE MERGED 2005/04/13 07:46:20 obr 1.27.4.6: #i46530# move desktop integration packages into subfolder 2005/04/13 07:19:13 obr 1.27.4.5: #121397# renamed redhat package 2005/04/12 10:15:31 is 1.27.4.4: #i46741# Linux patching 2005/04/11 14:10:27 is 1.27.4.3: #b6243124# correct values for pkginfo files 2005/04/09 14:34:47 is 1.27.4.2: #i46741# new require for link rpms 2005/04/08 17:56:11 is 1.27.4.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [6006abddbab0da444ce4330a1330e2d054daca04]

        INTEGRATION: CWS nativefixer6 (1.9.18); FILE MERGED 2005/04/13 10:15:36 is 1.9.18.2: RESYNC: (1.9-1.10); FILE MERGED 2005/04/08 17:56:11 is 1.9.18.1: #i46741# introducing flag BINARYTABLE_ONLY, important for patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [715dc20a7f7291baaeb0a0194be7da02311ce108]

        INTEGRATION: CWS nativefixer6 (1.5.250); FILE MERGED 2005/04/15 12:34:14 is 1.5.250.1: Bugfix: scpactions do need DestinationName instead of Name

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [a73bbf2f121a405e1fbb1a6f1c2c28ab771f9693]

        INTEGRATION: CWS nativefixer6 (1.8.4); FILE MERGED 2005/04/08 17:56:11 is 1.8.4.2: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 16:41:06 is 1.8.4.1: #i46741# enabling Linux patching, smaller Language packs

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [fbf6d590298f34597cb1be76ba617737a6dbaa6b]

        INTEGRATION: CWS nativefixer6 (1.16.58); FILE MERGED 2005/04/13 10:15:22 is 1.16.58.2: RESYNC: (1.16-1.17); FILE MERGED 2005/04/07 16:41:06 is 1.16.58.1: #i46741# enabling Linux patching, smaller Language packs

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [3a62636560582792d2362215221a2221bfc2ea5b]

        INTEGRATION: CWS nativefixer6 (1.38.4); FILE MERGED 2005/04/19 13:04:19 is 1.38.4.17: #121396# Custom Actions for Patch 2005/04/18 12:55:53 is 1.38.4.16: #121396# preparing Windows patch 2005/04/15 10:45:15 is 1.38.4.15: #i46741# languagepack contain only correct directories 2005/04/14 12:03:12 is 1.38.4.14: #i46741# preparing Windows patch 2005/04/14 09:59:19 is 1.38.4.13: #i46741# preparing Windows patch 2005/04/13 10:15:00 is 1.38.4.12: RESYNC: (1.38-1.39); FILE MERGED 2005/04/13 09:08:08 is 1.38.4.11: #i46741# preparing Windows patch 2005/04/13 08:43:28 is 1.38.4.10: #i46741# preparing Windows patch 2005/04/12 16:13:41 is 1.38.4.9: #i46741# preparing windows patch 2005/04/12 10:15:05 is 1.38.4.8: #i46741# Linux patching 2005/04/11 14:11:01 is 1.38.4.7: #b6243124# correct values for pkginfo files 2005/04/11 11:05:45 is 1.38.4.6: #i46741# preparing Windows patch 2005/04/09 14:34:16 is 1.38.4.5: #i46741# new require for link rpms 2005/04/08 17:55:37 is 1.38.4.4: #i46741# introducing flag BINARYTABLE_ONLY, important for patch 2005/04/07 16:40:30 is 1.38.4.3: #i46741# enabling Linux patching, smaller Language packs 2005/04/07 11:28:05 is 1.38.4.2: #i46741# preparing linux patch 2005/04/06 12:13:35 is 1.38.4.1: #i46741# preparing linux patch mechanism

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [13d461a0086e3d15818caef7a9d16791c0d5cd6a]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/19 13:06:24 is 1.1.2.2: #121395# Custom Actions for Deinstallation 2005/04/13 08:31:52 hro 1.1.2.1: #121395# New custom action for patch postunistall action

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [d2fba4d63984c5c606aabace765df0ef3dae4347]

        INTEGRATION: CWS nativefixer6 (1.4.2); FILE MERGED 2005/04/13 08:30:48 hro 1.4.2.1: #121395# #i42173# New custom actions postunistall action and rebuilding icon cache

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [52d89cba1f45304f79121e424474fbcd9773c99e]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/13 08:32:54 hro 1.1.2.1: #i42173# New custom action for rebuilding icon cache

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [cc6564706310d2142b69f42c352a1947744e0eba]

        INTEGRATION: CWS nativefixer6 (1.4.2); FILE MERGED 2005/04/13 08:30:47 hro 1.4.2.1: #121395# #i42173# New custom actions postunistall action and rebuilding icon cache

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [9d412674730a8d4dbf38642b0e311d5ddaccbb69]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/19 13:05:25 is 1.1.2.2: #121396# Custom Actions for Patch 2005/04/14 12:22:47 hro 1.1.2.1: #121396# Custum action for Patch installation/deinstallation

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [5b66f3d10371830e34d864a35f45f555ab1649e5]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/14 12:22:25 hro 1.1.2.1: #121396# Custum action for Patch installation/deinstallation

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [9b36f588e44768332dbc96cf3988e0900fd5365c]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/19 13:05:24 is 1.1.2.2: #121396# Custom Actions for Patch 2005/04/14 12:22:36 hro 1.1.2.1: #121396# Custum action for Patch installation/deinstallation

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [4f97999227bc18b78cf9672ac44f1cd35514c273]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/12 16:32:07 is 1.1.2.1: #i46741# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [e21c26e65adedc231cf2e95b75324e72b602b92a]

        INTEGRATION: CWS nativefixer6 (1.5.32); FILE MERGED 2005/04/12 10:21:58 is 1.5.32.1: #i46741# Linux patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [bcb63841e311cf69c604b45f798eb3d992b6fa42]

        INTEGRATION: CWS nativefixer6 (1.1.2); FILE ADDED 2005/04/12 10:19:15 is 1.1.2.2: #i46741# Linux patch 2005/04/12 10:14:00 is 1.1.2.1: #i46741# Linux patching

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ac396953665010abe3bc09ce0524b743358f9536]

        INTEGRATION: CWS nativefixer6 (1.5.2); FILE MERGED 2005/04/14 14:58:47 is 1.5.2.3: #i46741# preparing linux patch 2005/04/12 11:32:56 is 1.5.2.2: #i46741# improve install mechanism 2005/04/08 17:57:20 is 1.5.2.1: #i46741# split language pack into smaller packages

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ab0476837108f701fe338c95b91a5869bd28c8f3]

        INTEGRATION: CWS nativefixer6 (1.6.32); FILE MERGED 2005/04/12 16:32:38 is 1.6.32.2: #i46741# preparing Windows patch 2005/04/12 10:22:22 is 1.6.32.1: #i46741# Linux patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [a900d7caaef1dabb75755d3345ce441ed6848959]

        INTEGRATION: CWS nativefixer6 (1.12.4); FILE MERGED 2005/04/14 12:21:06 hro 1.12.4.1: #121396# Custum action for Patch installation/deinstallation

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [820b510e5c63aedeea29ea5fb08ec8092a17abd8]

        INTEGRATION: CWS nativefixer6 (1.14.2); FILE MERGED 2005/04/13 09:20:38 is 1.14.2.1: #46741# preparing Windows patch

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [3f983f9bbcaca1ef10ea13e980438a3b7e503c95]

        INTEGRATION: CWS nativefixer6 (1.23.2); FILE MERGED 2005/04/08 14:09:58 is 1.23.2.1: #121279# no empty format for windows

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [0e6d95ef96efb7774186d4afd6c962d99f6b186e]

        INTEGRATION: CWS nativefixer6 (1.6.28); FILE MERGED 2005/04/06 13:32:31 obr 1.6.28.1: #i45628# changed LINKFLAGS for linux

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ac06ad62267f43e5dba272a13d3e59c5bc1bd78f]

        INTEGRATION: CWS nativefixer6 (1.14.2); FILE MERGED 2005/04/12 06:36:29 obr 1.14.2.2: moved /usr/bin/soffice link to desktop integration packages 2005/04/06 13:16:43 obr 1.14.2.1: #i46317# make ln not deference the target if exits

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [ce78b945d576166ab3bf9879506a3a76bea0806a]

        INTEGRATION: CWS nativefixer6 (1.12.2); FILE MERGED 2005/04/12 06:36:28 obr 1.12.2.1: moved /usr/bin/soffice link to desktop integration packages

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [89d0b3ac00db673cd4204f591cbaab05aa118fcd]

        INTEGRATION: CWS nativefixer6 (1.7.8); FILE MERGED 2005/04/13 08:08:00 obr 1.7.8.1: moved creation of /usr/bin/soffice to desktop integration packages

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [23096de7368313dfcf982af2a3cfdb1588bf2155]

        INTEGRATION: CWS nativefixer6 (1.13.8); FILE MERGED 2005/04/12 06:36:29 obr 1.13.8.2: moved /usr/bin/soffice link to desktop integration packages 2005/04/06 13:16:42 obr 1.13.8.1: #i46317# make ln not deference the target if exits

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [df20a603da45e041abe228d4ffc0bf940b70dded]

        INTEGRATION: CWS nativefixer6 (1.11.2); FILE MERGED 2005/04/12 06:36:29 obr 1.11.2.1: moved /usr/bin/soffice link to desktop integration packages

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [03ac9d4d0b7eec938b0a63846bdea0511591fe56]

        INTEGRATION: CWS nativefixer6 (1.8.8); FILE MERGED 2005/04/19 08:07:08 obr 1.8.8.1: #i42848# added application/wordperfect again because it is still used by KDE

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [9dd018bf0ac1a5e6632a3dcf4697495195fb205b]

        INTEGRATION: CWS nativefixer6 (1.7.10); FILE MERGED 2005/04/19 08:05:37 obr 1.7.10.1: #i47641# added correct ms powerpoint mime type - keeping the wrong one for KDE

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [3fbcca12de473fb6c7c76db383bc542c18823481]

        INTEGRATION: CWS nativefixer6 (1.3.2); FILE MERGED 2005/04/06 14:04:01 obr 1.3.2.1: #i46317# added missing cd to _builddir

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [99aa361f51eddbdbda2e1b320c62815f0f321aa4]

        INTEGRATION: CWS nativefixer6 (1.2.8); FILE MERGED 2005/04/06 14:08:03 obr 1.2.8.3: #i46226# patch committed 2005/04/06 13:53:21 obr 1.2.8.2: #i46317# patch commited 2005/04/06 13:16:44 obr 1.2.8.1: #i46317# make ln not deference the target if exits

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [674c7364ceeffe50b2f94181963aa20b24955551]

        INTEGRATION: CWS scmatchfix (1.13.18); FILE MERGED 2005/04/15 14:19:27 er 1.13.18.1: #i46950# BinarySearch: keep it simple, stupid

2005-04-20  Oliver Bolte  <obo@openoffice.org>  [154a8189850d490450a9f011f66a2539af1ab74e]

        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>  [9b16eaacbaf24b7204b32fe5a4adbac1857653c8]

        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-19  Vladimir Glazounov  <vg@openoffice.org>  [0c887c8b1ac9a0c6365e031cc519cc510a3a8fc5]

        new version for SRC680

2005-04-19  Vladimir Glazounov  <vg@openoffice.org>  [16a69b9c2d253aaaab87a40ce2030f3dc73821cb]

        new version for SRC680

2005-04-19  Vladimir Glazounov  <vg@openoffice.org>  [afdfe8c552403aafc38ac305b328d0aba482afc8]

        new version for SRC680

2005-04-19  Vladimir Glazounov  <vg@openoffice.org>  [f1d834789a208caa95de938fb97fefa45da04f27]

        new version for SRC680

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [88cabe2393f0eadc96f1d0eb77ac01ebe86d19ac]

        SRC680

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [69ddba92afc5cb98950e29888a1e2e9249b0353f]

        INTEGRATION: CWS os59 (1.7.72); FILE MERGED 2005/04/14 10:31:44 os 1.7.72.1: #i47427# register created database using interface XDocumentDataSource

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d0f5958ac42515f059431f18e3ee9b9e9afe60ca]

        INTEGRATION: CWS fr8fix1 (1.75.4); FILE MERGED 2005/04/08 17:19:28 flr 1.75.4.2: #i47013# need to check pNd->GetNumRule()!=NULL as well. 2005/04/05 13:31:03 flr 1.75.4.1: support for thai languages: #i42909# and #i46087#

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e6248effa29bd8c88d377872102f832cb2bc100f]

        INTEGRATION: CWS wordml01 (1.82.8); FILE MERGED 2005/04/12 09:18:49 flr 1.82.8.1: added wordml2ooo_props.xsl file

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6fbcf34d0b515a81d2c94ee0c78247d580a10c32]

        INTEGRATION: CWS fr8fix1 (1.27.4); FILE MERGED 2005/04/04 14:21:23 hbrinkm 1.27.4.1: #i46583# if a paragraph style is removed from outline remove the numbering rule

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7b3b2e2ea3b482b8dfa9a56e07f8f03d8bd4e21b]

        INTEGRATION: CWS fr8fix1 (1.69.374); FILE MERGED 2005/04/05 13:31:05 flr 1.69.374.1: support for thai languages: #i42909# and #i46087#

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5ab77d17f30effd623be770a2155575faef1673b]

        INTEGRATION: CWS fr8fix1 (1.115.4); FILE MERGED 2005/04/05 13:31:04 flr 1.115.4.1: support for thai languages: #i42909# and #i46087#

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d71109b53881ccfbcf8c478026d5a437fc88f3db]

        INTEGRATION: CWS wordml01 (1.10.8); FILE MERGED 2005/04/11 17:28:58 flr 1.10.8.2: changes to compile on linux 2005/04/11 12:31:00 flr 1.10.8.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a61fd5637d21b7e43618a784bca500a39dd3a0ea]

        INTEGRATION: CWS fr8fix1 (1.66.68); FILE MERGED 2005/04/13 10:59:51 hbrinkm 1.66.68.1: #121624# SetTxtFmtCollAndListLevel: in outline set outline level according to paragraph style

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [31e08586bf5c2f21cc01cde48c6fb48cb82fa566]

        INTEGRATION: CWS wordml01 (1.1.2); FILE ADDED 2005/04/11 17:28:58 flr 1.1.2.2: changes to compile on linux 2005/04/11 12:30:44 flr 1.1.2.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a0dbbee8141c36d3d14a47c22e5c9ac34f017e76]

        INTEGRATION: CWS wordml01 (1.1.2); FILE ADDED 2005/04/12 08:40:45 flr 1.1.2.3: bug in fla's switch command 2005/04/11 17:28:57 flr 1.1.2.2: changes to compile on linux 2005/04/11 12:30:33 flr 1.1.2.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ae24665434059892668707933e8d872daba61868]

        INTEGRATION: CWS fr8fix1 (1.11.154); FILE MERGED 2005/04/06 09:34:45 flr 1.11.154.1: #i46731# disable tab import

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [085124e5cd4da394a2a16cdd424230680ce609c3]

        INTEGRATION: CWS wordml01 (1.6.14); FILE MERGED 2005/04/11 17:28:57 flr 1.6.14.2: changes to compile on linux 2005/04/11 12:30:59 flr 1.6.14.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9765be85fef28f4343953a3a843c7760586fee38]

        INTEGRATION: CWS fr8fix1 (1.8.182); FILE MERGED 2005/04/05 14:20:19 dvo 1.8.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f50e45280f449d2f1349af6f1eca6a47a9f1ddbd]

        INTEGRATION: CWS wordml01 (1.7.8); FILE MERGED 2005/04/11 12:27:19 flr 1.7.8.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f6d7d01657a5c385dde8613a82e8f4a5f0cb195c]

        INTEGRATION: CWS fr8fix1 (1.14.182); FILE MERGED 2005/04/05 14:20:19 dvo 1.14.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3a3f2b1d012eef9a795f5a0d7b0d3f8e3bab5910]

        INTEGRATION: CWS wordml01 (1.1.2); FILE ADDED 2005/04/13 09:18:27 flr 1.1.2.2: regression: background was missing after header import 2005/04/11 12:29:03 flr 1.1.2.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [db355dbc220eda93ec29a500723e58d5c96b1e0b]

        INTEGRATION: CWS fr8fix1 (1.11.182); FILE MERGED 2005/04/05 14:20:19 dvo 1.11.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [36538e04ebc8e22c099ac30c717ba0fdff1efa3e]

        INTEGRATION: CWS fr8fix1 (1.12.182); FILE MERGED 2005/04/05 14:20:18 dvo 1.12.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3a6a37fd2507a9616f660daa1e7d3260c1fafd06]

        INTEGRATION: CWS wordml01 (1.8.8); FILE MERGED 2005/04/11 12:27:18 flr 1.8.8.1: #i46835# added import of header and footer

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3d449aac468255948a8e48c39fc0b282de8c85c4]

        INTEGRATION: CWS fr8fix1 (1.14.182); FILE MERGED 2005/04/05 14:20:18 dvo 1.14.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a536648c6f6f355f2c68e585cd4e838a742c01f4]

        INTEGRATION: CWS qwizardsbf4 (1.6.6); FILE MERGED 2005/04/11 15:18:01 tv 1.6.6.1: #i43136# correct default name for agenda template

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d0e982244f57446203b8de321deb447408d904aa]

        INTEGRATION: CWS fr8fix1 (1.13.182); FILE MERGED 2005/04/05 14:20:18 dvo 1.13.182.1: #i46062# do not use default parameters for SmartRel2Abs

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [92aa8c6b888b266d07acaa13fc725611e205ba72]

        INTEGRATION: CWS qwizardsbf4 (1.4.20); FILE MERGED 2005/04/11 16:28:25 tv 1.4.20.1: #correct handling of Office Language

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0516ee0500aad18a3c463d3a26fd80a41aa55d10]

        INTEGRATION: CWS fr8fix1 (1.29.588); FILE MERGED 2005/04/06 14:52:50 dvo 1.29.588.1: #i46786# fix XTolerantMultiPropertySet::getDirectPropertyValuesTolerant          (previously this used the style's properties if the paragraph           attr set was empty)

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [77098cbe273286cd68b780d47dd78ec931b880c7]

        INTEGRATION: CWS qwizardsbf4 (1.2.72); FILE MERGED 2005/04/11 15:18:01 tv 1.2.72.1: #i43136# correct default name for agenda template

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d09b166d72f821bbbf5edfed1bf3a37d520df138]

        INTEGRATION: CWS fr8fix1 (1.47.4); FILE MERGED 2005/04/05 15:07:51 hbrinkm 1.47.4.1: #i46625# SwTxtNode::_ChgTxtCollUpdateNum: Only change numbering level if paragraph has the same numbering rule as the assigned paragraph style

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [024e90230f40c481d496d141efcb18ecdbb168b6]

        INTEGRATION: CWS qwizardsbf4 (1.4.44); FILE MERGED 2005/04/11 15:18:01 tv 1.4.44.1: #i43136# correct default name for agenda template

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9b22b889a310b30311ae9d8baf5abcf1b1db5bdb]

        INTEGRATION: CWS fr8fix1 (1.21.12); FILE MERGED 2005/04/05 12:53:14 hbrinkm 1.21.12.1: #i46588# Call UpdateNum with a node number of the appropriate level.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8779d311986fe241cb546b8e81d9fa4eb1c6bc83]

        INTEGRATION: CWS qwizardsbf4 (1.21.14); FILE MERGED 2005/04/11 15:17:15 tv 1.21.14.1: #i43136# correct default agenda file name

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [92cb9a461524d0f886648bc77e597a24a2bcf1c0]

        INTEGRATION: CWS fr8fix1 (1.12.36); FILE MERGED 2005/04/07 17:26:49 dvo 1.12.36.1: #b6242385# read writing-mode for text frames in .sxw files Issue number: Submitted by: Reviewed by:

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4d7879bcad4603541537b0ef77e54dc5f913461a]

        INTEGRATION: CWS fr8fix1 (1.115.14); FILE MERGED 2005/04/08 15:33:41 dvo 1.115.14.1: #121136# do not use outline numbering for outlines in lists

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6de9404c01c4382bcac4a7530535ec156d3f03aa]

        INTEGRATION: CWS olefix (1.45.24); FILE MERGED 2005/04/13 15:17:59 mba 1.45.24.1: missing commandline evaluation

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a965f68498fb541787819fa3a9f9e5bb9a418454]

        INTEGRATION: CWS olefix (1.173.10); FILE MERGED 2005/04/14 12:51:16 as 1.173.10.2: #i47154# make session listener registration independend from session restore 2005/04/11 13:09:40 as 1.173.10.1: #i47154# differ between recovery and session data

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8f78e51e1f2a3682358c10cbe941a58a644a06c3]

        INTEGRATION: CWS olefix (1.2.4); FILE MERGED 2005/04/08 12:54:10 jl 1.2.4.1: #46778# Reloading of Java applet did not work, applet did not appear

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f593c33690020da1711e395a748a7a3fe11e9d49]

        INTEGRATION: CWS thaiblocksatz (1.63.60); FILE MERGED 2005/04/06 07:30:18 fme 1.63.60.2: RESYNC: (1.63-1.64); FILE MERGED 2005/04/06 06:30:33 fme 1.63.60.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b279125549b34a6312f820090c944c129ea9eaa1]

        INTEGRATION: CWS thaiblocksatz (1.37.232); FILE MERGED 2005/04/06 06:30:33 fme 1.37.232.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e5a7490b3a895667316953a371532bf22c49e9a3]

        INTEGRATION: CWS thaiblocksatz (1.50.380); FILE MERGED 2005/04/06 06:30:32 fme 1.50.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3feb0520d07b420d01f0185ea6ea07a4686bbb04]

        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>  [8aebbba8631c9c4b349e88fa4b637198fbae8578]

        INTEGRATION: CWS thaiblocksatz (1.18.702); FILE MERGED 2005/04/06 07:29:57 fme 1.18.702.2: RESYNC: (1.18-1.19); FILE MERGED 2005/04/06 06:30:32 fme 1.18.702.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [006629811bfb27b7078b39e33954ff65848b0fdc]

        INTEGRATION: CWS thaiblocksatz (1.77.378); FILE MERGED 2005/04/06 07:29:48 fme 1.77.378.2: RESYNC: (1.77-1.78); FILE MERGED 2005/04/06 06:30:32 fme 1.77.378.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [36d9259604c25726130d92736f52cba88690e8ee]

        INTEGRATION: CWS thaiblocksatz (1.6.380); FILE MERGED 2005/04/06 06:30:31 fme 1.6.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ea5a82e87e4fcaab2ed0f1611e8933902fa46d3a]

        INTEGRATION: CWS olefix (1.55.22); FILE MERGED 2005/04/11 16:31:57 mba 1.55.22.4: #i120637#: only for PrepareClose called from GUI 2005/04/11 14:16:31 mba 1.55.22.3: #120637#: prevent file from closing while saving 2005/04/08 16:49:19 mba 1.55.22.2: #i47002#: handle double ownership 2005/04/06 13:14:47 as 1.55.22.1: #i46790# enable SendMailAsPDF by default; filter detection cant be used for that!

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [440aea99e5f9b166c8c1d1f33e3684864656e426]

        INTEGRATION: CWS thaiblocksatz (1.21.146); FILE MERGED 2005/04/06 06:30:31 fme 1.21.146.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [487843e56d6102be319c6ee4c4c038a9bad65816]

        INTEGRATION: CWS olefix (1.60.132); FILE MERGED 2005/04/12 13:01:03 as 1.60.132.1: handle duplicate suspend() calls more gracefully

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [459f92b8371434e53b33af1d8787f42c22f62a45]

        INTEGRATION: CWS thaiblocksatz (1.16.362); FILE MERGED 2005/04/06 06:30:31 fme 1.16.362.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [afff1029bb39ba9ed374d24d2b37366af548edcf]

        INTEGRATION: CWS olefix (1.29.10); FILE MERGED 2005/04/06 16:11:09 cd 1.29.10.1: #i46844# Revert changes to support keyboard short-cuts in URL box. This must be fixed by a generic implementation

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0b01c97a42bcfdd6b46757f7b3009a83b4178755]

        INTEGRATION: CWS olefix (1.57.22); FILE MERGED 2005/04/07 11:23:30 mba 1.57.22.2: #i46712#: remove assertion because it is not always possible to avoid it 2005/04/06 17:01:25 mba 1.57.22.1: #i46812#: object must be moved in SetModel, not copied

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5cbf793fbca814c9ef7e14a63626e3da37147609]

        INTEGRATION: CWS thaiblocksatz (1.82.184); FILE MERGED 2005/04/06 06:30:31 fme 1.82.184.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [852fd44d6c42b647d81f40d7dd65026e674b77b4]

        INTEGRATION: CWS olefix (1.90.4); FILE MERGED 2005/04/13 13:02:13 mav 1.90.4.1: #120637# disable vcl window during saving

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [dc981b1969dea741508250e4bfcbb646dbc8fa79]

        INTEGRATION: CWS thaiblocksatz (1.53.150); FILE MERGED 2005/04/06 06:30:30 fme 1.53.150.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [59e7619205b5511207afadba3dfb808a324977e6]

        INTEGRATION: CWS olefix (1.64.4); FILE MERGED 2005/04/08 14:45:16 mba 1.64.4.1: #i46009#: UpdateTitle after finished loading

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1914079284f06d0e413e0abfddd4eaf2e9a235ae]

        INTEGRATION: CWS thaiblocksatz (1.21.380); FILE MERGED 2005/04/06 06:30:30 fme 1.21.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [652e16282d45c17f1a751e653604bad02a1bc0cc]

        INTEGRATION: CWS olefix (1.33.14); FILE MERGED 2005/04/13 11:54:45 as 1.33.14.1: #i46790# improve search for PDF filter

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9795028bd79f5eddd598b32d19012646fd28f48a]

        INTEGRATION: CWS thaiblocksatz (1.35.598); FILE MERGED 2005/04/06 06:30:29 fme 1.35.598.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8932e498b94c50e5d9af057b38f2c3137a1fe9b7]

        INTEGRATION: CWS thaiblocksatz (1.6.380); FILE MERGED 2005/04/06 06:30:29 fme 1.6.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [bb3722103012c0934642663f0fe09bb725350c39]

        INTEGRATION: CWS thaiblocksatz (1.37.362); FILE MERGED 2005/04/06 06:30:29 fme 1.37.362.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [476967cd75e721363a13cd793e2804a14242b7fd]

        INTEGRATION: CWS thaiblocksatz (1.21.1188); FILE MERGED 2005/04/06 06:30:29 fme 1.21.1188.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0eca64cd0b64f4022085e2fa21ae47bb62d0aca5]

        INTEGRATION: CWS thaiblocksatz (1.81.500); FILE MERGED 2005/04/06 06:30:29 fme 1.81.500.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3ac27e46cbb76d3eb8e2320738549c747524ce2d]

        INTEGRATION: CWS thaiblocksatz (1.11.546); FILE MERGED 2005/04/06 06:30:28 fme 1.11.546.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1234f6a2349351fb751c1aa005474daaeb4be350]

        INTEGRATION: CWS thaiblocksatz (1.21.380); FILE MERGED 2005/04/06 06:30:28 fme 1.21.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3fa9c506e58f95d919433f57a696cb1cc2b8a150]

        INTEGRATION: CWS thaiblocksatz (1.18.598); FILE MERGED 2005/04/06 06:30:28 fme 1.18.598.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3bf62ee35938d61dc2512dab1db1f19762a999f3]

        INTEGRATION: CWS thaiblocksatz (1.53.306); FILE MERGED 2005/04/06 06:30:28 fme 1.53.306.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1b9bf7b0e55b2f65f1171b7e41ce1b08e5d1b1a9]

        INTEGRATION: CWS thaiblocksatz (1.31.146); FILE MERGED 2005/04/06 06:30:27 fme 1.31.146.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [24778ceee130834cbf20533a90336149f6f2349d]

        INTEGRATION: CWS thaiblocksatz (1.48.48); FILE MERGED 2005/04/06 06:30:27 fme 1.48.48.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [39c58e416252571a04b8ebbb56c9fa012b117993]

        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>  [c21b3bbc520bc32f8a02126ebafb89f678f469c5]

        INTEGRATION: CWS thaiblocksatz (1.15.500); FILE MERGED 2005/04/06 06:30:27 fme 1.15.500.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8252f61c2f1c840504abf3feb12ad245c9119826]

        INTEGRATION: CWS thaiblocksatz (1.38.362); FILE MERGED 2005/04/06 06:30:27 fme 1.38.362.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cb4a372852342a35698462759d4b0dc1fb4afc85]

        INTEGRATION: CWS thaiblocksatz (1.13.410); FILE MERGED 2005/04/06 06:30:27 fme 1.13.410.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [53e42193af8fb09ab3577b020efd1c359090cc27]

        INTEGRATION: CWS thaiblocksatz (1.91.48); FILE MERGED 2005/04/06 06:30:26 fme 1.91.48.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [153935b467ccf06007ecb3e357f3c07a6621544c]

        INTEGRATION: CWS thaiblocksatz (1.65.360); FILE MERGED 2005/04/06 07:29:27 fme 1.65.360.2: RESYNC: (1.65-1.66); FILE MERGED 2005/04/06 06:30:26 fme 1.65.360.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f6364a0f2934f5e0ada2fa5d1b32426f6901ba21]

        INTEGRATION: CWS thaiblocksatz (1.16.572); FILE MERGED 2005/04/06 06:30:26 fme 1.16.572.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d6d77468d4016237633fa07fd08e6e3ff03addd0]

        INTEGRATION: CWS olefix (1.16.8); FILE MERGED 2005/04/07 06:42:14 cd 1.16.8.2: #i46836# Generic toolbar manager must be always created. They also support the dynamic visibility feature with status updates 2005/04/06 14:36:53 cd 1.16.8.1: #i48636# Don't create load URL and generic controller their toolbar element is not visible

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e084a2fdd60eac6ab6883397416c37514e51db92]

        INTEGRATION: CWS thaiblocksatz (1.45.190); FILE MERGED 2005/04/06 06:30:26 fme 1.45.190.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6b7d7809c97424ef08f1980f0f03b3caaaa2a0ed]

        INTEGRATION: CWS olefix (1.3.2); FILE MERGED 2005/04/15 05:33:34 as 1.3.2.2: #i47154# dont check for existing recovery data; it's done already outside 2005/04/14 12:59:13 as 1.3.2.1: #i47154# register session listener always

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [164721e24093d1c4cc2d861ae59b910e69479fb6]

        INTEGRATION: CWS thaiblocksatz (1.96.362); FILE MERGED 2005/04/06 07:29:16 fme 1.96.362.2: RESYNC: (1.96-1.97); FILE MERGED 2005/04/06 06:30:25 fme 1.96.362.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4531adf752d3ff68f34e995975564dd64b73cfd4]

        INTEGRATION: CWS olefix (1.6.2); FILE MERGED 2005/04/15 06:00:58 as 1.6.2.3: #i47154# make sure that no log will be written 2005/04/14 12:53:31 as 1.6.2.2: #i47154# make differences between session management and auto recovery more clear 2005/04/11 13:10:27 as 1.6.2.1: #i47154# differ between recovery and session data

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0598260bc3f624646e4849cfb1cf35c6c1e09b40]

        INTEGRATION: CWS thaiblocksatz (1.41.690); FILE MERGED 2005/04/06 06:30:25 fme 1.41.690.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [29258ffe5876fc80c948120221de6aae3c447e9f]

        INTEGRATION: CWS thaiblocksatz (1.46.240); FILE MERGED 2005/04/06 06:30:25 fme 1.46.240.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [423519f8b1a6d13fba22d1b36f70608a558957c8]

        INTEGRATION: CWS thaiblocksatz (1.4.682); FILE MERGED 2005/04/06 06:30:25 fme 1.4.682.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [962868788e6a2b2ef752e21e26730c07654c300c]

        INTEGRATION: CWS olefix (1.7.4); FILE MERGED 2005/04/11 13:10:04 as 1.7.4.1: #i47154# differ between recovery and session data

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e72e6e48a879f958e3f1fe039ca91c7d357096ef]

        INTEGRATION: CWS thaiblocksatz (1.56.150); FILE MERGED 2005/04/06 06:30:24 fme 1.56.150.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9a298f98fd56f1e220b3cf3efbfc84439ffabdf2]

        INTEGRATION: CWS thaiblocksatz (1.38.380); FILE MERGED 2005/04/06 06:30:24 fme 1.38.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a6794821fbed5e064a0d37a765e2b29a3f6568b4]

        INTEGRATION: CWS thaiblocksatz (1.44.240); FILE MERGED 2005/04/06 06:30:24 fme 1.44.240.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [456fee95ae3a6848dd214fa09b70e74598bc55fe]

        INTEGRATION: CWS thaiblocksatz (1.10.230); FILE MERGED 2005/04/06 06:30:23 fme 1.10.230.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [00bfc24b4f775aa379cb277f4a8770d4644a1c84]

        INTEGRATION: CWS thaiblocksatz (1.33.688); FILE MERGED 2005/04/06 06:30:23 fme 1.33.688.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b0e7798954e5f98ef236d17453bf19966adb6ac3]

        INTEGRATION: CWS thaiblocksatz (1.32.380); FILE MERGED 2005/04/06 06:30:22 fme 1.32.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cefbddb478dc1db7169c87ed089130ab665cdb2a]

        INTEGRATION: CWS thaiblocksatz (1.7.380); FILE MERGED 2005/04/06 06:29:20 fme 1.7.380.1: #i41860# Thai justified alignment needs some more precision to prevent rounding errors

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [09fb90e662e071fa14de2d4050015cde8b439040]

        INTEGRATION: CWS olefix (1.16.4); FILE MERGED 2005/04/12 15:55:43 kso 1.16.4.1: #i47244# - fixed null pointer deref.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [028e04b6d4e2779d4a1ccf0990f8931f92e566a9]

        INTEGRATION: CWS olefix (1.6.152); FILE MERGED 2005/04/07 15:04:42 lo 1.6.152.1: #i46935# fix file name conversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a0fe57f49c7fdafb084084020a7ac2c631af3dd2]

        INTEGRATION: CWS swqbugfixes26 (1.10.20); FILE MERGED 2005/04/13 12:05:25 od 1.10.20.1: #i47014# <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveFwd()> 	 - no format of section and previous columns for follow 	   text frames.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4bc7d50ab10f1f7f3417e41ece88c67935d681ba]

        INTEGRATION: CWS olefix (1.11.6); FILE MERGED 2005/04/14 07:52:08 mav 1.11.6.2: #i47044# clean the required local registries in case of installation for all users 2005/04/11 11:10:09 mav 1.11.6.1: #i47044# use HKEY_LOCAL_MACHINE

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6303aa33b3d1e7bb9a9ffc3641a7fa8f5e22e41b]

        INTEGRATION: CWS olefix (1.41.8); FILE MERGED 2005/04/11 13:35:33 tbe 1.41.8.1: #i47002# API: calling oDoc.printPages(); oDoc.close(true) crashes the office

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d716c1a47604a36efece28f7c6e351dfd8f54ccd]

        INTEGRATION: CWS olefix (1.33.36); FILE MERGED 2005/04/11 13:35:22 tbe 1.33.36.1: #i47002# API: calling oDoc.printPages(); oDoc.close(true) crashes the office

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9ac4bafaa93741f1eeab6d7fa166be5f86103ccc]

        INTEGRATION: CWS olefix (1.8.4); FILE MERGED 2005/04/08 13:08:06 jl 1.8.4.1: #46778# Reloading of Java applet did not work, applet did not appear

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [90ec7819d183d3ba70c3d19a5654188d0d0bc06d]

        INTEGRATION: CWS olefix (1.5.16); FILE MERGED 2005/04/08 12:54:10 jl 1.5.16.1: #46778# Reloading of Java applet did not work, applet did not appear

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6558c52be2772efaca183c8e43a74870583ef4f3]

        INTEGRATION: CWS olefix (1.4.34); FILE MERGED 2005/04/11 13:37:10 tbe 1.4.34.1: #i47002# API: calling oDoc.printPages(); oDoc.close(true) crashes the office

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [24d6b8d69462c4fcfbc00f3d57519aeb96093fcd]

        INTEGRATION: CWS olefix (1.8.16); FILE MERGED 2005/04/11 13:37:20 tbe 1.8.16.1: #i47002# API: calling oDoc.printPages(); oDoc.close(true) crashes the office

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [13dd36e50b4f2cc1806b18ea8c29a8ab057a5f72]

        INTEGRATION: CWS plugintype1 (1.4.12); FILE MERGED 2005/04/15 13:23:05 mav 1.4.12.1: #i47460# use correct mediatype

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [047ab2307a9cc3acb8711a0e83b4fd6ea1844cf1]

        INTEGRATION: CWS plugintype1 (1.6.12); FILE MERGED 2005/04/15 13:23:05 mav 1.6.12.1: #i47460# use correct mediatype

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3424abcaaf7a6e50968aa58eb01284d20dfe039b]

        INTEGRATION: CWS olefix (1.3.154); FILE MERGED 2005/04/11 13:07:51 as 1.3.154.1: #i47154# differ between recovery and session data

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [38a997c37ce2e2095eeba20dae0146fe2b7f5df0]

        INTEGRATION: CWS dbwizard6 (1.6.10); FILE MERGED 2005/04/14 11:47:40 bc 1.6.10.1: #i47329# SQlQueryComposer now always considers 'bincludeGrouping' Issue number: Submitted by: Reviewed by:

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7dd7563858cbfa28e7709f8d75fa1fcdb7b94782]

        INTEGRATION: CWS cmcfixes6 (1.15.24); FILE MERGED 2005/04/08 13:26:42 cmc 1.15.24.1: #i46998# link flags cause crash on startup under ppc

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [86c49da012e2a94c6f3727becc395cdd7737f2dd]

        INTEGRATION: CWS cmcfixes6 (1.10.24); FILE MERGED 2005/04/07 14:58:41 cmc 1.10.24.1: #i46960# combreloc should be passed to linker like the rest of the options

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f053bdfd30404502ad00fc8e3f8499fb4e2962ed]

        INTEGRATION: CWS cmcfixes6 (1.2.118); FILE MERGED 2005/04/07 09:55:06 cmc 1.2.118.1: #i46912# move setjmp include outside namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [33635b4d02940b6faa66a53358cfadb8bbab2dc8]

        INTEGRATION: CWS l10nonemore (1.5.32); FILE MERGED 2005/04/12 08:59:46 gh 1.5.32.2: #i46312# wait between connect attempts 2005/04/12 08:59:09 gh 1.5.32.1: #i46312 wait between connect attempts

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4b547f20142aa18553f88618f61ec4510df7571d]

        INTEGRATION: CWS l10nonemore (1.3.100); FILE MERGED 2005/04/15 11:16:08 ihi 1.3.100.1: #i44750# German string as id removed

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b62608e012642b4cfe45f8505bd1cc2251181645]

        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>  [c933a82587b645fbf4473bc43f05b5c019696b5e]

        INTEGRATION: CWS fwkfinal8 (1.2.68); FILE MERGED 2005/04/05 15:28:42 tbe 1.2.68.1: #i45987# import of settings from 1.1.x fails

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [138f2d52ff0059332ea78c8656f1b3ae2cceb6e8]

        INTEGRATION: CWS fwkfinal8 (1.3.22); FILE MERGED 2005/04/05 15:27:44 tbe 1.3.22.1: #i45987# import of settings from 1.1.x fails

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4695c9a8a7d99ff79040466faadda0be34edcc5b]

        INTEGRATION: CWS fwkfinal8 (1.72.12); FILE MERGED 2005/04/01 07:12:30 mav 1.72.12.1: #i46366# set the correct original size

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [125b87a7f8cda96ef19dd1f563f4c9f8fed39613]

        INTEGRATION: CWS fwkfinal8 (1.34.4); FILE MERGED 2005/04/05 10:44:08 cd 1.34.4.1: #i46609# Save split size additionally to fix docking problem

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [aafbc1264d5bd116a04cd1018d0387c5b62de992]

        INTEGRATION: CWS fwkfinal8 (1.39.152); FILE MERGED 2005/04/07 06:09:07 pb 1.39.152.2: fix: #i46684# beautified 2005/04/05 13:23:39 pb 1.39.152.1: fix: #i45668# #i45722# more space for pt-BR and es

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3eebf511979a76364dd7a5d987e202560db2cb1d]

        INTEGRATION: CWS fwkfinal8 (1.19.4); FILE MERGED 2005/04/05 10:41:17 cd 1.19.4.1: #i46609# Save split size additionally to fix docking problem

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e3762a0e59a6bda7993b6d3dae1bd1d3268fad70]

        INTEGRATION: CWS fwkfinal8 (1.91.4); FILE MERGED 2005/03/31 14:36:24 mba 1.91.4.1: #i46292#: don't spoil the TemplateDate

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d3361cbf59732dedb1bb3831e35af2323bc39a8a]

        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>  [e5f90521eb1bdbba68d660242e0ef74e96aca681]

        INTEGRATION: CWS fwkfinal8 (1.4.48); FILE MERGED 2005/04/05 14:31:39 jl 1.4.48.1: #i46616# Before a JNI exception is thrown we make sure that ExceptionClear is called

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a61449e0b19a7d8310e9b8d9e16f03bd69b0e009]

        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>  [d4d1f234766bdf07c0d886f6529d77aee8f085fe]

        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>  [58e193db347e680608c95f88a6c2001190580b37]

        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>  [322d58c132623f14cd77bab7c55d680d4ab53aca]

        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>  [cb54183e05949e7c1b7a38c56848ae8e090dcd83]

        INTEGRATION: CWS fwkfinal8 (1.11.2); FILE MERGED 2005/04/01 10:22:45 mav 1.11.2.1: #i46367# throw correct exception in case of windows scenario

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0954cd83f2f829275da0bcdff0bcfdd5b2ba613e]

        INTEGRATION: CWS fwkfinal8 (1.23.2); FILE MERGED 2005/04/01 10:22:44 mav 1.23.2.1: #i46367# throw correct exception in case of windows scenario

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [950d9edaffd1ed5229c3975b5d0e53e1748cae62]

        INTEGRATION: CWS fwkfinal8 (1.17.2); FILE MERGED 2005/04/01 16:41:43 mav 1.17.2.1: #i46496# do not terminate the office

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f6275a048a1bc05754113ba6ff576f2d4d0b04ad]

        INTEGRATION: CWS fwkfinal8 (1.15.2); FILE MERGED 2005/04/06 12:25:10 as 1.15.2.1: #i46819# dont overwrite external set parameter AsTemplate of mediadescriptor

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1992581f8a6deefd595b2b0de7f3c11368e24fcb]

        INTEGRATION: CWS fwkfinal8 (1.26.10); FILE MERGED 2005/04/01 10:14:47 pb 1.26.10.1: fix: #i46458# 'Werkzeugleiste' -> 'Symbolleiste'

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ee8592cec57ac1ef98072b9e1179e958dd79919c]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:17 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7e60d9bf7933b2ce758c85ff5e002b6674958771]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:16 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [2abd05dc85638472aa2bc6b814cc5031da94f1ec]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:15 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0759bffaabf309bdc9f6fbb4d550271303ecdb75]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:14 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [721e5e4e6ccb0874d1cfb5beca2644c7c252046f]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:13 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [967f2c968a01ce3b7ad7f4d47fc525e227fe6343]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:12 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [69ddcc0d12632af02884a44b6bda5ad35f71f713]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:11 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9a76aaefe0ebba68bab4ea47b019291df5713732]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:10 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e1d4f1deaefe2a1dcb682fd6f718dbd6eb49fb6b]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 06:00:09 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3c2076638c366c1cf27f8fe39241274a5a812018]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 06:00:08 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [04b4a60db4f25c6af9705a4bb360ff1dfbeb1bb5]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 06:00:07 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f9a2b923de01a8dccec5e2620c549516bcef474b]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:06 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c8074f5e6829b21aa252dc272e0caf1c64dd464a]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:05 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a75144514ffb33ed87ca59939ea8adcc7ba72182]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:04 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4748f94f48c74caaabb75000cb6325c50a6e97f3]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:03 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4a2fa26d7ce597d570313a433c6e57d7b481f4e0]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 06:00:03 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [be0ca9bd59d4d79330ab44d2891769f5a09722b9]

        INTEGRATION: CWS fwkfinal8 (1.6.2); FILE MERGED 2005/04/01 06:00:02 as 1.6.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a27a7dfb52f98c7c261a043dd9e72c372d4bd57a]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:02 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0c9ae4ef3dfc5ed9cf10207cee88dc77c31a4619]

        INTEGRATION: CWS fwkfinal8 (1.6.2); FILE MERGED 2005/04/01 06:00:01 as 1.6.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [76f740db4697270a91aa353cca80df96bef2b999]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 06:00:01 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c8bc735bb7125253984f36e40437f6844355d50b]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 06:00:00 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [00c7274e1c0edc11ae69c1cfc2e05a0f92262d9d]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 05:59:59 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5675ca5b172dd36b01d1b5ad208e82525527c058]

        INTEGRATION: CWS fwkfinal8 (1.5.2); FILE MERGED 2005/04/01 05:59:58 as 1.5.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [deba2cd82d21cb5924c5f043c0e36965258926b8]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 05:59:57 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f4d97daf7e3603b2985658d1ce9e271c09ee19ec]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/01 05:59:56 as 1.2.2.1: #i46386# restore variables productname and formatversion

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cf33dcdafefcefc08169e4356dbf48d9d0713c5c]

        INTEGRATION: CWS fwkfinal8 (1.11.2); FILE MERGED 2005/04/04 13:22:03 as 1.11.2.1: #i46494# improve preselection of DocumentService

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b8cffd1e142c5b6e68b43738c95d495b0f04b0d4]

        INTEGRATION: CWS fwkfinal8 (1.46.32); FILE MERGED 2005/04/01 12:34:43 tbe 1.46.32.1: #i45572# Caret in StarBasic IDE frequently disappears

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9dae395fd06d1a5a77c74fd6175dc3dde562ee0e]

        INTEGRATION: CWS fwkfinal8 (1.8.2); FILE MERGED 2005/04/05 14:43:08 jl 1.8.2.1: #i46616# EventListener thread was stopped with Thread.stop, which has been replaced

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [47e3768ee8274975b13fecaa719a640b67bba8e8]

        INTEGRATION: CWS fwkfinal8 (1.5.14); FILE MERGED 2005/04/02 12:14:20 jl 1.5.14.1: #120731# one can specifya a additional

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1f2ee097e8c3da563e1c400eca54d518f7a4ffe0]

        INTEGRATION: CWS fwkfinal8 (1.2.2); FILE MERGED 2005/04/05 14:44:31 jl 1.2.2.1: #i46616#  CallWatchThread does not create its own ThreadGroup anymore, because that caused an exception in jre1.4.2._06

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [991bc6a88d8ff2c4dd03581b5f9fb413a941d063]

        INTEGRATION: CWS fwkfinal8 (1.87.184); FILE MERGED 2005/04/07 07:38:40 pb 1.87.184.1: fix: #i46899# encoding for de fixed and more space for fi

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cc1cc5e21fff476e5468a335873a8de2beb12731]

        INTEGRATION: CWS fwkfinal8 (1.9.328); FILE MERGED 2005/04/05 10:40:05 pb 1.9.328.1: fix: #121096# new copyrights from legal

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e1c779bfc943f07e362d9a4d83adaf8972d6836e]

        INTEGRATION: CWS fwkfinal8 (1.5.48); FILE MERGED 2005/04/06 07:47:16 pb 1.5.48.1: fix: #121096# 'project based on...' part moved to copyright text

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [714d2c1f1d9e3272757f4ee167dfaff3d1a51042]

        INTEGRATION: CWS fwkfinal8 (1.3.376); FILE MERGED 2005/04/01 08:27:59 cd 1.3.376.1: #i45296# Changed German strings

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a9e1bf3643a7784359c01ef9eb844a5f3837a529]

        INTEGRATION: CWS fwkfinal8 (1.6.508); FILE MERGED 2005/04/01 09:54:29 tbe 1.6.508.1: #i46419# macro instead of Makro in German version

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4203ba91d234af1c1f8251e0bf98ce6db93b295a]

        INTEGRATION: CWS fwkfinal8 (1.14.86); FILE MERGED 2005/04/06 15:23:43 tbe 1.14.86.1: #i42647# Badly Viewed Filenames for the Macro Assignments Saving in Customize Dialog

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [00dfdf12d04db435a4fc587fe845ddeb2144f850]

        INTEGRATION: CWS fwkfinal8 (1.7.508); FILE MERGED 2005/04/01 09:54:17 tbe 1.7.508.1: #i46419# macro instead of Makro in German version

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6bf18bc5d8921590be18becb832dfe9be7f4121b]

        INTEGRATION: CWS fwkfinal8 (1.71.18); FILE MERGED 2005/04/01 09:56:44 pb 1.71.18.1: fix: #i45268# german text for 'Button'

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d1d1633a8de3d676ca63d90bd55e2b1a44c58fd6]

        INTEGRATION: CWS fwkfinal8 (1.24.206); FILE MERGED 2005/04/01 09:55:38 pb 1.24.206.1: fix: #i45268# target button initialized

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [22312dcf16545cff0e6fef6a284b235f483bb5f0]

        INTEGRATION: CWS fwkfinal8 (1.5.264); FILE MERGED 2005/04/07 06:08:32 pb 1.5.264.2: fix: #i46684# beautified 2005/04/05 13:29:19 pb 1.5.264.1: fix: #i45668# #i45722# more space for pt-BR and es

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a528defb194909ee4391ea041c3db4fc7b208443]

        INTEGRATION: CWS fwkfinal8 (1.8.280); FILE MERGED 2005/04/07 06:08:31 pb 1.8.280.3: fix: #i46684# beautified 2005/04/06 13:01:22 pb 1.8.280.2: fix: #i45722# dynamic length of controls (pt-BR) 2005/04/05 13:29:18 pb 1.8.280.1: fix: #i45668# #i45722# more space for pt-BR and es

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [816a88deb806db2c1731dfc358c35e78bbda64b4]

        INTEGRATION: CWS fwkfinal8 (1.18.10); FILE MERGED 2005/04/06 13:01:22 pb 1.18.10.1: fix: #i45722# dynamic length of controls (pt-BR)

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c30879e4d1bf2b85dec53e76101e83cea8fd80c4]

        INTEGRATION: CWS fwkfinal8 (1.5.54); FILE MERGED 2005/04/06 15:27:16 tbe 1.5.54.1: #i42647# Badly Viewed Filenames for the Macro Assignments Saving in Customize Dialog

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7ee79a963f9f0e75b158425755ae7d40cc3469c0]

        INTEGRATION: CWS fwkfinal8 (1.16.8); FILE MERGED 2005/04/06 15:26:46 tbe 1.16.8.1: #i42647# Badly Viewed Filenames for the Macro Assignments Saving in Customize Dialog

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [2b80771e213b166307059acddc9f7f822a6944f7]

        INTEGRATION: CWS fwkfinal8 (1.5.6); FILE MERGED 2005/04/06 15:26:03 tbe 1.5.6.1: #i42647# Badly Viewed Filenames for the Macro Assignments Saving in Customize Dialog

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [47f58867e8e351d0a2d98492f592d483d0e02155]

        INTEGRATION: CWS impress46 (1.32.88); FILE MERGED 2005/04/11 17:23:21 sj 1.32.88.2: #46615# Listen for outside changes of the current page. (removed temporaries for linux) 2005/04/07 15:50:38 af 1.32.88.1: #i46832# Now listening for external model changes.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [28c0955c06d25b9f32bfae14877d961d1dd01a8b]

        INTEGRATION: CWS impress46 (1.4.162); FILE MERGED 2005/04/07 15:46:14 af 1.4.162.1: #i46832# Added methods and data member for temporaryly ignoring changes of the current page.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7f447b911cdbc4cdda9d429b4db600fd6c6d02f4]

        INTEGRATION: CWS swqbugfixes23 (1.31.172); FILE MERGED 2005/04/07 14:58:02 fme 1.31.172.1: #i46921# Disabled tolerant stuff for performance reasons

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7f824c2868212717cd7a884664460900fecc9c2a]

        INTEGRATION: CWS swqbugfixes25 (1.56.180); FILE MERGED 2005/04/12 08:08:17 od 1.56.180.1: #i43255# <SwTxtFrm::Format(..)> - remove code to invalidate at-character 	 anchored objects due to a change of its anchor character.          This code is moved to <SwCntntNotify::~SwCntntNotify()>

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5cb0842a1887097e6e369b2f0d057428bada7aae]

        INTEGRATION: CWS swqbugfixes23 (1.29.596); FILE MERGED 2005/04/07 14:58:02 fme 1.29.596.1: #i46921# Disabled tolerant stuff for performance reasons

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [915184562a09a9951c24f3a4495a254cb3b06580]

        INTEGRATION: CWS swqbugfixes25 (1.10.14); FILE MERGED 2005/04/12 08:14:54 od 1.10.14.1: #i43255# <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveFwd()> 	 - forbid format of follow of anchor text frame, only if 	   anchor text frame is in a table.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3d9fe289aa2b6b88d771dfb5a1e8766d64e00882]

        INTEGRATION: CWS swqbugfixes23 (1.13.172); FILE MERGED 2005/04/07 14:57:38 fme 1.13.172.1: #i46921# Disabled tolerant stuff for performance reasons

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [750e412167564939d9447619f305aafcd44ce971]

        INTEGRATION: CWS swqbugfixes25 (1.78.14); FILE MERGED 2005/04/12 08:13:28 od 1.78.14.1: #i43255# <SwCntntNotify::~SwCntntNotify()> 	 - insert code from <SwTxtFrm::Format(..)> to invalidate 	   at-character anchored objects due to a change of its 	   anchor character.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6e2f107d6ce78f9ce9a92a9bfd950a12e1ff7843]

        INTEGRATION: CWS swqbugfixes23 (1.36.190); FILE MERGED 2005/04/07 14:57:38 fme 1.36.190.1: #i46921# Disabled tolerant stuff for performance reasons

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [8a70164b62ea43aeaa40733fbf403e0bc5d5b1b8]

        INTEGRATION: CWS swqbugfixes24 (1.132.18); FILE MERGED 2005/04/11 10:07:33 od 1.132.18.1: #i46794# <SwWW8ImplReader::Read_GrafLayer(..)> 	 - only property <bBehindDocument> from the escher container 	   determines, if an object has to be in the background.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [189eb66202d0bb559de8c5e99f88962af03451a8]

        INTEGRATION: CWS impress46 (1.50.26); FILE MERGED 2005/04/08 16:14:15 cl 1.50.26.1: #i47031# fixed merge conflict from issue 22706

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [66d8802b35ab9d9c89bf1b9c970046eb003b5aa1]

        INTEGRATION: CWS impress46 (1.57.26); FILE MERGED 2005/04/08 17:54:26 cl 1.57.26.1: #i46862# catch exceptions from getVisualAreaSize

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7446492c4e61eb94204403bdcd483d6f4aec359c]

        INTEGRATION: CWS impress46 (1.12.44); FILE MERGED 2005/04/08 13:31:44 cl 1.12.44.1: #i46959# added helpid for customanimation property controls

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c47e951da2058c6bd96e056317f9c5076898e3ae]

        INTEGRATION: CWS impress46 (1.43.64); FILE MERGED 2005/04/07 15:51:37 af 1.43.64.1: #i46832# Using proper default values for layouts when creating new slides.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e7aa0a07ec834eba0f5f3dfe38168e9b228aa7d7]

        INTEGRATION: CWS impress46 (1.66.14); FILE MERGED 2005/04/08 14:25:11 af 1.66.14.2: #i46700# Fixed the UpdateLock guard. 2005/04/07 15:49:25 af 1.66.14.1: #i46832# Tell the OutlineView not to update its content for changes of the current page caused by internal functions.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c74dc195754884b79672d3a3f29059d392f23a10]

        INTEGRATION: CWS impress46 (1.54.14); FILE MERGED 2005/04/11 15:51:51 af 1.54.14.2: #i43382# Added notification of HINT_COMPLEX_MODEL_CHANGE_... to ExecuteDrop(). 2005/04/08 14:19:01 af 1.54.14.1: #i46700# Moved some code in Activate()/Deactivate() out of the scope of the UpdateLock scope.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [fe0e207226d78213ebf5f8e140188492aca87312]

        INTEGRATION: CWS impress46 (1.18.14); FILE MERGED 2005/04/07 15:48:04 af 1.18.14.1: #i46832# Do not make task pane visible for some main view shells.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3e2bb7a25b4906c45270bfada41bc777af5dc780]

        INTEGRATION: CWS impress46 (1.2.14); FILE MERGED 2005/04/07 12:11:29 af 1.2.14.1: #121052# Remembering a weak reference to the XLayoutManager to avoid obtaining it at inconvenient times.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [cbb8726d1a2c93ec25012a1c02d11197a4257c69]

        INTEGRATION: CWS impress46 (1.18.14); FILE MERGED 2005/04/11 11:13:15 af 1.18.14.1: #i46822# Switching to TextObjectBar before starting the text edit mode.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [20a97308433faa45615a508b31af30c9d96f6123]

        INTEGRATION: CWS impress46 (1.6.20); FILE MERGED 2005/04/08 14:42:25 af 1.6.20.1: #i46907# Divided DeleteSelectedSlides() into methods specific to normal slides and master pages.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [506f301148b398293832e997c7d0d936fc75e41d]

        INTEGRATION: CWS impress46 (1.14.14); FILE MERGED 2005/04/08 14:41:48 af 1.14.14.3: #i46907# Divided DeleteSelectedSlides() into methods specific to normal slides and master pages. 2005/04/07 17:54:20 af 1.14.14.2: #i46907# Fixed getting the page count in DeletedSelectedSlides(). 2005/04/07 17:38:09 af 1.14.14.1: #i46907# Fixed DeleteSelectedSlide() to avoid crash when closing document.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [2856fc6da8fbf41a1583924e4e7b5e4c4ea9fc41]

        INTEGRATION: CWS impress46 (1.10.14); FILE MERGED 2005/04/08 13:36:19 cl 1.10.14.1: #i46862# call endshow async

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [12d4919b8cf1e2bbf3526798aae7edd2921fd7df]

        INTEGRATION: CWS impress46 (1.16.14); FILE MERGED 2005/04/08 15:38:35 cl 1.16.14.3: #i47038# clear window on first paint 2005/04/08 13:36:19 cl 1.16.14.2: #i46862# call endshow async 2005/04/07 13:31:41 cl 1.16.14.1: #i46862# hold reference for slideshow during update call

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [75f0bdfd74a22e80cd87a8ca2e5c36a9ce31056f]

        INTEGRATION: CWS impress46 (1.11.88); FILE MERGED 2005/04/08 17:53:27 cl 1.11.88.1: #i46862# catch exceptions from getVisualAreaSize

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9649a215c901aed8a69f449b8d19fb5b6157a7be]

        INTEGRATION: CWS impress46 (1.6.14); FILE MERGED 2005/04/08 13:32:16 cl 1.6.14.1: #i46959# added helpid for customanimation property controls

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [6ebbeb88fcace8968bbab83bdcc45498c62fd656]

        INTEGRATION: CWS impress46 (1.6.18); FILE MERGED 2005/04/08 17:02:46 cl 1.6.18.1: #i46862# check for animation node when you want to test if animations available

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [37f15ead8045d487b7d64d6a303cd94939e6a029]

        INTEGRATION: CWS impress46 (1.35.14); FILE MERGED 2005/04/13 14:52:24 af 1.35.14.1: #i43382# Using size of first page before insertion of new ones as template.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d77789495186f24a05f7d031d9843adfd3af2d29]

        INTEGRATION: CWS impress46 (1.13.44); FILE MERGED 2005/04/08 13:31:08 cl 1.13.44.1: #i46959# added helpid for customanimation property controls

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9f7d869d966034cf4111621e58fdd6ffef9c8587]

        INTEGRATION: CWS impress46 (1.103.22); FILE MERGED 2005/04/11 14:41:20 sj 1.103.22.1: #i47089# fixed unhandled excepton

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [97c7ae69c94f68b177a4df78d864cdacb37759f9]

        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>  [78ccd7e41998157defd72c24d2d9d38474b1e6f1]

        INTEGRATION: CWS impress47 (1.14.22); FILE MERGED 2005/04/13 12:05:15 af 1.14.22.2: #i47266# Integrating changes for issue 46675 (rev. 1.14.10.1). 2005/04/13 09:56:13 af 1.14.22.1: #i47266# Calling SlideSorterView::Rearrange() with true from Resize().

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [18689efca179767d4ceec93c6ba9043451b41d53]

        INTEGRATION: CWS impress47 (1.11.22); FILE MERGED 2005/04/12 09:30:10 af 1.11.22.1: #i47180# Fixed handling of DrawViewShell in GetRealStyleSheet().

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [11388bc9f2fe6dfd5d3939558861c7e7d7a549f5]

        INTEGRATION: CWS impress47 (1.32.14); FILE MERGED 2005/04/12 15:24:37 af 1.32.14.1: #i46712# Merged fixes of other issue.  Remembering to layout when resized while being locked.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [43a7a826e9fcdaf1579fb07d3094e6a7d2f1fa0a]

        INTEGRATION: CWS impress47 (1.19.14); FILE MERGED 2005/04/12 15:23:34 af 1.19.14.1: #i46712# Merged fixes of other issue.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [3725df2b06fa03ff890b07611f765817519409ff]

        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>  [b6e7f1c224bc0552df22495a48eeac3e56e8a705]

        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>  [190178d899acc29466b0ad059af974d106d2a7d7]

        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>  [3ef19d3e06cbe2a628d4fd81f876042f0813b2d8]

        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>  [0bdca39b525946b1882f516a37148ff4863bdfa8]

        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>  [f1d8addb1d88b994b6e8ce596f3981a9ae5ca2a6]

        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>  [17ac8d1cbd97c502f8b8aac77d787b8e09e8ff46]

        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>  [277bc8faffc7c42e0109b07f79f70904a449f83b]

        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>  [9c85b81b35636c2bef85a97bf4cac95758bd8236]

        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>  [e811f409245578e1fe305ac55f54f9d9433b627c]

        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>  [7b7fcaed29a97a86610374b5ceff1e640f9526c6]

        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>  [33d668ccdb35b6edb7b0890bffc55b7c80234d75]

        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>  [086f187b0d66a60363bfb91692dcb9e593ffa265]

        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>  [7f7737bc7a037386d4dc9790d170e5746f522898]

        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>  [049d1085ef97626c1b6d8f6e769d5ef93d4c58eb]

        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>  [d0324ed2e202b7c1faac1a66fe6a2983762a1f5a]

        INTEGRATION: CWS presfixes03 (1.3.10); FILE MERGED 2005/04/11 17:42:36 thb 1.3.10.2: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken)) 2005/04/01 16:34:27 thb 1.3.10.1: #i46224# Now rendering OLE and graphic shapes as bitmaps (even if they are metafiles); Fixed the extra white line around slides problem by clearing the slide bitmap first black (full size), and then white, but one pixel smaller.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d9aa3b851eb7c50c52d56bfa1792f325998d8179]

        INTEGRATION: CWS presfixes03 (1.3.2); FILE MERGED 2005/04/14 17:40:58 thb 1.3.2.1: #i47428# Temporary fix to handle vanishing text after effect, still shows intermittent timing problems (first characters seem to blink). Proper fix should go with i47472.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [63b2222f49718e4d0653030e4d8861aa63462f32]

        INTEGRATION: CWS presfixes03 (1.2.22); FILE MERGED 2005/04/11 17:42:35 thb 1.2.22.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [30d9458f3ac93791032e28e24cfd902365aba802]

        INTEGRATION: CWS presfixes03 (1.3.10); FILE MERGED 2005/04/11 17:42:35 thb 1.3.10.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4a2f1b9578eba557e4744cd7bb1b6eba14fb3758]

        INTEGRATION: CWS presfixes03 (1.2.16); FILE MERGED 2005/04/11 17:42:34 thb 1.2.16.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [edd1158498aec99ec0ea629f8c6d5976add354e6]

        INTEGRATION: CWS presfixes03 (1.3.2); FILE MERGED 2005/04/11 23:10:47 thb 1.3.2.1: #i36190# #i44807# Fixed incorrect shape rendering after effects: 1. when attribute layers are removed, a content update is due (possibly, everything has changed). 2. calc bounding box and static-mode shape transformation correctly (take attribute layer pos and scale into account); changed @since tags; beautified formatting

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [a3ad36391d5700ae581b017d72d52186f537ba49]

        INTEGRATION: CWS presfixes03 (1.3.2); FILE MERGED 2005/04/11 17:42:34 thb 1.3.2.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [c481f127e034e8967506f0bb3364f1f4232d4427]

        INTEGRATION: CWS presfixes03 (1.4.2); FILE MERGED 2005/04/11 17:42:34 thb 1.4.2.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [36bab0d29d43ab644b25f38b9a0d0c58cf64c2df]

        INTEGRATION: CWS presfixes03 (1.2.22); FILE MERGED 2005/04/12 03:23:14 thb 1.2.22.3: #i44807# Don't cut off negative scales (now, the flips should work again for the full range) 2005/04/11 17:42:33 thb 1.2.22.2: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken)) 2005/04/01 16:34:24 thb 1.2.22.1: #i46224# Now rendering OLE and graphic shapes as bitmaps (even if they are metafiles); Fixed the extra white line around slides problem by clearing the slide bitmap first black (full size), and then white, but one pixel smaller.

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d697ad8f5e350acf993bef7fa129159db8288d2e]

        INTEGRATION: CWS presfixes03 (1.5.2); FILE MERGED 2005/04/11 17:42:32 thb 1.5.2.1: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ba7a8cf346ca8ee3ae7b0d63bcefa7a2ce518843]

        INTEGRATION: CWS presfixes03 (1.1.2); FILE ADDED 2005/04/14 17:42:20 thb 1.1.2.1: #i47472# Added transition bugdoc generation script

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [665941dfd05bae740aa89c3842f82599733ea189]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:26:02 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [956caecfd627d2eba281ce816b6560588eb21fee]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/11 17:32:35 thb 1.2.8.1: #i36190# Improved docs, removed last remnants of drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f80f904ad12c6eb188453122cffeaacfcf5d7fae]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:26:01 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [0310bc2f5ff1738a5112ecbcd8dd220bd0077244]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:26:00 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [4be58d5209f6a34ab6382ae3d6c65e12c0dd88c5]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:59 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7758d1569cc636bc44b92fca2a9ef9c836c70538]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:58 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f43fb61d8636f424e633e92d7798c91a498453e6]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:57 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [d71dabacc23e2d43af3a977aa0bc95db4891a0dc]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:56 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7ad8d551a7a0535805284952b52d776e514b2f98]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:55 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [54fa7f8699ffb2c16cf0b1fab537ce0901a7f54b]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:54 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e6ecf6b12919cd3e2533b88c2a328e49f3e651db]

        INTEGRATION: CWS presfixes03 (1.2.8); FILE MERGED 2005/04/01 16:25:53 thb 1.2.8.1: #i39245#, #i37793# Rectified some problems when implementing bezier curve support at the XPolyPolygon2D; replaced @since <bugid> with @since OOo 2.0.0; clarified documentation; removed last remnants of the drafts namespace

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [b2206faadd7729350b9bc0d530be1ccd99eede8e]

        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>  [fd539a6d02fd7a68ad6a1d26c32644c0eb0838f2]

        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>  [525b75b734410f29ac003a19a6b189f83e93af4f]

        INTEGRATION: CWS presfixes03 (1.7.12); FILE MERGED 2005/04/01 16:31:27 thb 1.7.12.1: #i44807# Shrinking display size of slides by one pixel, to show the infamous extra pixel at the right and the bottom of slides. Whats more, this will also avoid me creating slide bitmaps one pixel larger than the display resolution (which e.g. for 1024x768 exceeds a power-of-2 texture size by exactly one pixel)

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [2dfcda25e7a65023852225f628d3dc087a429eaa]

        INTEGRATION: CWS presfixes03 (1.16.4); FILE MERGED 2005/04/11 23:15:27 thb 1.16.4.3: #i10000# gcc needs coherent types for ::std::min function template 2005/04/11 17:31:27 thb 1.16.4.2: #i36190# Symptomatic fix for jerky slideshow animations. Seems that Application::Reschedule either calls expensive timer events, or, by unlocking the solar mutex, kicks loose another time-consuming thread. Anyway, this version here should be an interim solution, until the true root cause has been unearthed. 2005/04/07 14:53:41 mbu 1.16.4.1: limited calls to Application::Reschedule()

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [993c30737874f40572a68835ded0861080b593d3]

        INTEGRATION: CWS presfixes03 (1.2.2); FILE MERGED 2005/04/14 13:24:40 thb 1.2.2.1: #i47444# Filter out 'magic' default value when determining delay time

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [67daa721663e26715e4cf4d66841a014122f0acf]

        INTEGRATION: CWS sdkdevguide (1.7.12); FILE MERGED 2005/04/15 07:54:54 jsc 1.7.12.1: #120062# adapt year 2004 -> 2005

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [e934a666db4e525acfbf6a4e3207784920a3a5f9]

        INTEGRATION: CWS sdkdevguide (1.16.12); FILE MERGED 2005/04/14 11:27:51 jsc 1.16.12.1: #120062# adapt year 2004 -> 2005

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ce09846a024ed0a497c1c52d2651beae971bfeb7]

        INTEGRATION: CWS sdkdevguide (1.11.12); FILE MERGED 2005/04/14 11:27:51 jsc 1.11.12.1: #120062# adapt year 2004 -> 2005

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [1e75ff77d9da7e61bc266479c554e55f80611c96]

        INTEGRATION: CWS sdkdevguide (1.22.8); FILE MERGED 2005/04/14 11:27:51 jsc 1.22.8.1: #120062# adapt year 2004 -> 2005

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5c22a3f129b5596c0ecb8fd8c211ab11d5f3c22e]

        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>  [c6aa4fae82a0ce5647d3aeadca2298a224cbd746]

        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>  [f716720da6d9e0b7cadc9c6b18e738d01103ead6]

        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>  [6bb490afd3bcc357e5d9d851b16dfaabd6985e94]

        INTEGRATION: CWS sdkdevguide (1.15.12); FILE MERGED 2005/04/12 08:34:27 jsc 1.15.12.1: #i29742# remove superfluous jars

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [5dbc7485fd5efa6ec9466747d2fa8aa8d749a322]

        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>  [251a1066f446599700ed3949a0230b8168658a37]

        INTEGRATION: CWS sdkdevguide (1.17.12); FILE MERGED 2005/04/15 07:54:53 jsc 1.17.12.2: #120062# adapt year 2004 -> 2005 2005/04/13 16:05:41 jsc 1.17.12.1: #114009# correct link

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [f30446ccb4c4fe8b0156be8543b529f79a7f1b4b]

        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>  [f6fe37ec11633459b3bf2a43fa04292a72e1a481]

        INTEGRATION: CWS sdkdevguide (1.4.2); FILE MERGED 2005/04/12 08:34:27 jsc 1.4.2.1: #i29742# remove superfluous jars

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [df092fbb48a9dabd9ecec1bb10523381ade0edc3]

        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>  [8db5c3e04ad35c81111ba1169255d36610df2278]

        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>  [eb95efc03a5abb80691350e4fc4066581e2e745a]

        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>  [3ce2b4373af47b1976bc173488d2928b2ec55dcc]

        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>  [da63ef866b4b3eb6f58d644f1e60a7cd6a732f5a]

        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>  [c9706acf976e5834955619b5048368ee1a724e90]

        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>  [449a02c52fb4e7e58b2984b475015a1fddaa0365]

        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>  [0322a7e7852cab695208a2fb4a17524d97ecf695]

        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>  [8e9c36420a581b93d51e17484763f4ab0bf33048]

        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>  [fc58c6b7abeae3b5e40920f2802b68d8855300dd]

        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>  [66008eceed159631dba534c7b5825598071342ff]

        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>  [1f6d7ccf48737b3d3460e30fc5e88c4cf9d18ebc]

        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>  [46f1018120067ea8a57bebc41d183a9017c78156]

        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>  [963c9c4e00f42ec0e096966a4f9f562cbe2c1922]

        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>  [9329074b6321fb2ff820d484f4e0f60bbd1aae2e]

        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>  [8ff7bbb1189f59932c8c2568043c9a2ed711d1f2]

        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>  [5c8e0c252ac46a0aa3967c6a16cbd6565809da08]

        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>  [51f968e8801932821e882da6c7107b93b21ad34c]

        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>  [fcf77ce758b066222392ce04930ff69c839bfb0a]

        INTEGRATION: CWS dba33 (1.25.18); FILE MERGED 2005/04/14 07:58:34 oj 1.25.18.1: #i47271# remove readonly calls

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [7d9fd62f38c5e09736ec34db5f4eed6796724b4c]

        INTEGRATION: CWS dba33 (1.2.558); FILE MERGED 2005/04/12 10:10:33 oj 1.2.558.1: #i47091# add only german string [ de ]

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [ff1a116605b2c73f99876c6b9a8a456502af0944]

        INTEGRATION: CWS dba33 (1.8.172); FILE MERGED 2005/04/12 09:49:23 oj 1.8.172.1: #i47091# add german translation

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [9c13341cef6ed8624b11c79f78da1ad1152eb34e]

        INTEGRATION: CWS sabbug01 (1.25.16); FILE MERGED 2005/04/12 12:00:37 sab 1.25.16.1: #i47222#; handle unnamed database ranges

2005-04-18  Oliver Bolte  <obo@openoffice.org>  [05937d718c9dd551062248975a89f39340991ac9]

        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>  [c7254f0c5f2d57d16e517b9de4ce5b5f6bb396af]

        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-18  Oliver Bolte  <obo@openoffice.org>  [9130be8b1a5b6f62a8be31d8dec270a82c27eccc]

        INTEGRATION: CWS jl19 (1.22.4); FILE MERGED 2005/04/14 10:39:00 jl 1.22.4.1: #6248131# on Linux when using GTK applets are not displayed

2005-04-15  Vladimir Glazounov  <vg@openoffice.org>  [6409054a9b1a483b40358f57ba4f3af542f75d2e]

        new version for SRC680

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [b62fb9411dfdfcb4b46192ed29954d3ed2e0df7b]

        #i45006#, #i10000# Removed obsolete svmem.lib.

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [088cb12a390ec461848a1400dfef4d940e26ce9b]

        new version for SRC680

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [dacd7353a45cda6731cf827e137def27ecb89f41]

        #i45006#, #i10000# Removed obsolete svmem.lib.

2005-04-15  Vladimir Glazounov  <vg@openoffice.org>  [310f17732ac0465ef5d7e74bbf87ee18b774f8ba]

        new version for SRC680

2005-04-15  Vladimir Glazounov  <vg@openoffice.org>  [a0ab8a85b0863cf4d62ca67ca666b5eb391ea911]

        new version for SRC680

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [0a4dbb414e1e2d2476393140873b0f141259996e]

        #i45006#, #i10000# Removed obsolete svmem.lib.

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [ac295e3de5174c393906eda4981568b721598932]

        #i45006#, #i10000# Removed obsolete svmem.lib.

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [c48c41379cd6f104a7f082e3377c000b75dafa74]

        #i45006#, #i10000# Removed obsolete svmem.lib.

2005-04-15  Oliver Bolte  <obo@openoffice.org>  [972568a6a1147cc0bd661b5ddd812f0150981c35]

        #i47497# MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE

2005-04-15  Carsten Driesner  <cd@openoffice.org>  [af5cae9959b651dffc324e4834063de4ddffd45f]

        #Added ability to write available commands in user interface

2005-04-14  Matthias Huetsch  <mhu@openoffice.org>  [4c19362ecc5a54469af9d35e57ff3c13958d858f]

        #i40092#, #i10000# Adapted to DBG_NAMEEX_VISIBILITY() macro for inline DBG_ macro usage.

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [3d853d0077179e1a7aa9d7e114f07bd9fb036781]

        new version for SRC680

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [a49a728eaff66c9b0fa2d1eced0e919075527b6d]

        new version for SRC680

2005-04-14  Oliver Bolte  <obo@openoffice.org>  [10c11d26458372d9dc44037d3ef7791d1993f576]

        #i45006#,#i10000# imgprod.hxx move from svtools

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [62433afa0b5e98bb4428b4019cb88bbc7896196f]

        new version for SRC680

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [54412d9d8d80c3bedeb798561e42bc75c9d63ebc]

        #i10000# DBG_CHKOBJ( pItem, SfxPoolItem, 0 ) obsolete

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [09b6746329613efcb6997e0067a2e8a0d6ca8868]

        new version for SRC680

2005-04-14  Vladimir Glazounov  <vg@openoffice.org>  [973987160a41f4e7e51f809d27b384f0ba2c190b]

        new version for SRC680

2005-04-13  Vladimir Glazounov  <vg@openoffice.org>  [beb2c223ddc1d32debe639eed4ba5611efe53c79]

        new version for SRC680

2005-04-13  Vladimir Glazounov  <vg@openoffice.org>  [03b7d70e7fc6cc17e7e777a23689422422342aae]

        new version for SRC680

2005-04-13  Vladimir Glazounov  <vg@openoffice.org>  [f6069e6a3936ba69d0b17584b84a3d7edcc6578f]

        new version for SRC680

2005-04-13  Rüdiger Timm  <rt@openoffice.org>  [7504d6cbf85e399c5199a2d8c155c061a712ed4a]

        #i10000# Syntax

2005-04-13  Rüdiger Timm  <rt@openoffice.org>  [ab42f66871bc48408ebace60c078be54a945ab8c]

        #i10000# Another ugly one in case common_build is not set: creating zip files is broken.

2005-04-13  Rüdiger Timm  <rt@openoffice.org>  [edac39cdac617044e8b931eb09c5537b41b700d7]

        #i47351# Fix deliver.log mess when common_build is not set.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [daee44ac04aa35d5db2948c7f8b328043da1a9f2]

        SRC680

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e78ce6234fb0006d24c69a6a767ef5c32c99c7aa]

        INTEGRATION: CWS visibility03 (1.10.116); FILE MERGED 2005/03/26 16:25:40 mhu 1.10.116.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f6b4cff2f8629c76c272e7ea3e5b0be12da78d7b]

        INTEGRATION: CWS visibility03 (1.108.12); FILE MERGED 2005/04/06 17:33:56 mhu 1.108.12.2: RESYNC: (1.108-1.109); FILE MERGED 2005/03/26 16:25:40 mhu 1.108.12.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cd57f195da0acc57a1a0445870611f09e52fe555]

        INTEGRATION: CWS visibility03 (1.27.72); FILE MERGED 2005/03/25 01:02:53 mhu 1.27.72.2: RESYNC: (1.27-1.28); FILE MERGED 2005/03/02 19:33:25 mhu 1.27.72.1: #i40092# Fixed string ctor (char literal, ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [80ef37803c81bed8c8faa039f390f764a1c8f229]

        INTEGRATION: CWS visibility03 (1.1.1.1.910); FILE MERGED 2005/03/26 16:25:40 mhu 1.1.1.1.910.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2509523d4481e6ba6680ad9b1dd95ee5e00bc3e7]

        INTEGRATION: CWS visibility03 (1.87.12); FILE MERGED 2005/04/06 17:32:40 mhu 1.87.12.2: RESYNC: (1.87-1.90); FILE MERGED 2005/03/26 16:25:39 mhu 1.87.12.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5c8e330cbe57f75e6851572c1cd8b9fcf32c7d8f]

        INTEGRATION: CWS visibility03 (1.54.30); FILE MERGED 2005/04/06 17:32:32 mhu 1.54.30.2: RESYNC: (1.54-1.55); FILE MERGED 2005/03/26 16:25:39 mhu 1.54.30.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3a615aff17d1761cb18703e1d7d17c9f7972f946]

        INTEGRATION: CWS visibility03 (1.81.20); FILE MERGED 2005/04/06 17:32:16 mhu 1.81.20.2: RESYNC: (1.81-1.82); FILE MERGED 2005/03/26 16:25:39 mhu 1.81.20.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [71ed8ad3867a7b68bd2f9187d8f0bba0935e4a3e]

        INTEGRATION: CWS visibility03 (1.61.12); FILE MERGED 2005/04/06 17:32:08 mhu 1.61.12.2: RESYNC: (1.61-1.64); FILE MERGED 2005/03/26 16:25:38 mhu 1.61.12.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8f6e0604f3c70e835cafda635cd417527ee1fc35]

        INTEGRATION: CWS visibility03 (1.12.58); FILE MERGED 2005/03/25 00:58:50 mhu 1.12.58.2: RESYNC: (1.12-1.14); FILE MERGED 2005/03/02 19:33:25 mhu 1.12.58.1: #i40092# Fixed string ctor (char literal, ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [4c05b36fd908274a3bc3880ea62b1c295c9c06a4]

        INTEGRATION: CWS visibility03 (1.29.164); FILE MERGED 2005/03/02 19:33:25 mhu 1.29.164.1: #i40092# Fixed string ctor (char literal, ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [078582f6143aa0c46162d32498f48e8cb60abfa0]

        INTEGRATION: CWS visibility03 (1.49.72); FILE MERGED 2005/03/26 16:25:37 mhu 1.49.72.3: #i45006# subst includes svtools/sbx with basic/sbx 2005/03/25 00:55:58 mhu 1.49.72.2: RESYNC: (1.49-1.51); FILE MERGED 2005/03/02 19:33:24 mhu 1.49.72.1: #i40092# Fixed string ctor (char literal, ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aea2d3203897b00039384c3e5f42d34cebefd77f]

        INTEGRATION: CWS visibility03 (1.12.394); FILE MERGED 2005/03/26 16:25:37 mhu 1.12.394.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [67dc7105481180a4d17221dd8d7f7c35d0d444e2]

        INTEGRATION: CWS visibility03 (1.12.96); FILE MERGED 2005/03/26 16:25:37 mhu 1.12.96.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a93ceab85661cd5ce37a37b7a3795b724b09cedc]

        INTEGRATION: CWS visibility03 (1.16.262); FILE MERGED 2005/03/26 16:25:37 mhu 1.16.262.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c64d54f55a5c7973c1bf3f4c6f4090d520c61ef1]

        INTEGRATION: CWS visibility03 (1.22.96); FILE MERGED 2005/03/26 16:25:36 mhu 1.22.96.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f1a517d4fed3dde8bc5f63615d8b5abdcad91fc3]

        INTEGRATION: CWS visibility03 (1.19.96); FILE MERGED 2005/03/26 16:25:36 mhu 1.19.96.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [89bbfdf9f19c5564a2f14c9a7af94aeb26154b3e]

        INTEGRATION: CWS visibility03 (1.9.116); FILE MERGED 2005/04/01 17:52:47 mhu 1.9.116.1: #i45006# Fixed extern sHTML_ re-declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2a4d254f14781f6d7e6ca70e7a797cf15af0f8e8]

        INTEGRATION: CWS visibility03 (1.65.32); FILE MERGED 2005/03/26 16:25:35 mhu 1.65.32.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [79dcd81e2f19cc7dae82598d1d1bd250762ea676]

        INTEGRATION: CWS visibility03 (1.60.124); FILE MERGED 2005/03/25 00:54:04 mhu 1.60.124.2: RESYNC: (1.60-1.62); FILE MERGED 2005/03/02 19:33:24 mhu 1.60.124.1: #i40092# Fixed string ctor (char literal, ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6edf4420e60f6d5fec33d264874f7386f03cd7ae]

        INTEGRATION: CWS visibility03 (1.109.54); FILE MERGED 2005/04/06 17:29:16 mhu 1.109.54.2: RESYNC: (1.109-1.110); FILE MERGED 2005/03/26 16:25:35 mhu 1.109.54.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1cd8d49b4b7218c53ff88357fe324d00b6efc3ea]

        INTEGRATION: CWS visibility03 (1.89.18); FILE MERGED 2005/04/06 17:28:58 mhu 1.89.18.2: RESYNC: (1.89-1.91); FILE MERGED 2005/03/26 16:25:35 mhu 1.89.18.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [faa3d1ecf275a4c9956bc5ef39c21b47a35227cb]

        INTEGRATION: CWS visibility03 (1.39.96); FILE MERGED 2005/03/26 16:25:34 mhu 1.39.96.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e66d2f00c2ae8b2b6442644ef109133217e832cf]

        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>  [00229269f15ede819007c0b49d527194f3bee2a7]

        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>  [330b7e0f6f25dcf3482fb695efc8d8e36a810295]

        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>  [d482a30b740cfe73e327b65169e106a8cbfee8dc]

        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>  [0e8b57407bec6f589a7208b603713ffb00d8636b]

        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>  [62257c9bcea98928c71b0d8c0b3a0c43dde93e85]

        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>  [69cc97b795ea3150a475b07c5a694c72b96f4b9e]

        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>  [3c57788e8e282f98efbdf02743b4f813654a3330]

        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>  [c4bb1deddc52852804981dd98233839ea93e8b71]

        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>  [9792fe0ff0bd790778fed27a0417b20f16742cda]

        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>  [6c61aa7f94d239f4d3f7b5914fa97e04c7884573]

        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>  [7abaa72e155f40df87aa6c842f881f2b8b38c899]

        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>  [b0645862575932469721026cb6ca97f7370130e7]

        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>  [83c2b36828b9dda4ca236422f699e26751dea3dd]

        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>  [c8f40d8441d9721959d1de32d529cb48be0eee4d]

        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>  [a6b24e9983de73591b309d65d1b3adcf56a8b703]

        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>  [5e99a3b1d4d8fad1ec665691c3fd3274c2e59e52]

        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>  [69a57e7535add1aede1443015533ca323aea2722]

        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>  [46a3e3b038144f314a978f1b23b9258cb6689422]

        #i10000# set to zero (visibility03)

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [17e052a46e0445657b2504e0477d8eacb631c8ac]

        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>  [8290ddafa848c2776bb6d45c4f2b0a5563ed9766]

        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>  [9aaea3b4901d76ccf081d4e8119fe67f70fd67c6]

        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>  [40c8e05433c4e9e714a6472b5a53590fa80c38de]

        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>  [783e0089029a1fc5c27104227979404a12329038]

        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>  [a5c31f13266ec14e05ac6b25c856f8ed2b0926d4]

        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>  [5a9ed4152ad3cb70e310f1f9006ccbd9feca08ce]

        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>  [1194447d53ea4acf587f4bf505236975c69d4d4e]

        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>  [eb43e2e50276abdcb235c8a2bc9a0c794a74e2fc]

        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>  [a1fb6579886a2512cb78d519744b2caa563e580d]

        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>  [fbef5a493596e506464767816dbc310c6338985f]

        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>  [d12b86dcd7f999ab4e8ee9478f368ab3b7c64f1a]

        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>  [d77c5fc99549e954dbed6663a1fdce0c37142495]

        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>  [1ceeb0cc31950710ba786af8720e0164230b4109]

        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>  [ed0e2cd7562338d5e17ab548bb97591d9a13a715]

        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>  [e39d83cdfcb082827c83fdea185ef9697db0e98c]

        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>  [1428537e47274e05ab4d814d5d03b65a1e080e2a]

        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>  [64fd80ddc901f01101d385f6862899b1ca37dbfc]

        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>  [d37d7c364bbe04eac2bfc92b099829b40f1bfaee]

        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>  [34f074bca57bd517f2639aae61b6ba69542fcf9e]

        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>  [249e3c92f38d261076574db10606c57fcb8b7d90]

        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>  [94e90e218613fc62ad6169b30b45932c9092d8dc]

        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>  [2af8dddcf0301c8e0283199410dc688524b4548b]

        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>  [b62fe2f74c3183bc4212a223e8c5cf9eaf8bab84]

        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>  [fd50294f3b54bd88f819a1b62b803ea537e0d3a7]

        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>  [c81e41c218d5194c4a96e5de3c4007d30c502983]

        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>  [3f0717c5fa31949772aef59a730f1e9336581b8b]

        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>  [ca2bfd5de279ea6d432eab14dbc4ba8653f4433c]

        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>  [cc634a0145461b3e23ef47a960234bc942381dd5]

        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>  [21c3bcf799b13a1523fb22e6e4e8c723c5a5bb6e]

        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>  [f98b2b75564af8980341c6a18e1e6eaa9559abfa]

        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>  [47d11fe58182bf84e90050578b37700cde20b694]

        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>  [b485c47f6f5e1727d9553ad96c22984180046bbb]

        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>  [e5e4b18839246f24bc4f8b99b13bcfb9feb61d25]

        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>  [a5db2e74feb334a45abfa8037044f74ccf177ef4]

        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>  [d47be93c1c106d998c9a7eac84b3d7a5ed8c7f19]

        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>  [8da2fe2d77aae0754b61b013926a6d7c486f5a76]

        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>  [15332c107c3bd9fa1faf4553fce85c715cc9455d]

        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>  [20b30fad0c76f585df352c9d55dae9dade1e9cec]

        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>  [65edd7a70fde3c2b9617ef7ab55d535dbaa11e74]

        INTEGRATION: CWS visibility03 (1.8.212); FILE MERGED 2005/03/26 16:31:50 mhu 1.8.212.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9e34f28ec0a74c7d9b54bf66c98c5a292dd25614]

        INTEGRATION: CWS visibility03 (1.16.140); FILE MERGED 2005/03/26 16:31:50 mhu 1.16.140.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [dd010b8e7e19c17ca05320b07f8ac62a8bec7fe4]

        INTEGRATION: CWS visibility03 (1.22.212); FILE MERGED 2005/03/26 16:31:49 mhu 1.22.212.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9dc19961b5d0441b7e95a82b623f4070d8408175]

        INTEGRATION: CWS visibility03 (1.37.38); FILE MERGED 2005/03/26 16:31:49 mhu 1.37.38.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c99f693d5cca10c9a5ee8ddfa2cc86121fbd2eb2]

        INTEGRATION: CWS visibility03 (1.9.66); FILE MERGED 2005/04/04 11:39:24 mhu 1.9.66.2: #i45006# Removed obsolete include. 2005/03/26 16:31:49 mhu 1.9.66.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6c6f5538ffd433c3034500d9ef3d71eba59e667e]

        INTEGRATION: CWS visibility03 (1.42.20); FILE MERGED 2005/03/26 16:31:48 mhu 1.42.20.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aa0261686ddea4aa4f549a06f659b3b922f900ac]

        INTEGRATION: CWS visibility03 (1.3.816); FILE MERGED 2005/03/07 18:48:46 mhu 1.3.816.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [03ba3ca654e7c57cebfbdfcc4ccb4b47107b0fb3]

        INTEGRATION: CWS visibility03 (1.13.798); FILE MERGED 2005/03/07 18:48:46 mhu 1.13.798.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d4a683791fb7c2470dacc0056db16f2b1484e11c]

        INTEGRATION: CWS visibility03 (1.35.20); FILE MERGED 2005/04/06 16:52:29 mhu 1.35.20.2: RESYNC: (1.35-1.36); FILE MERGED 2005/03/26 16:31:48 mhu 1.35.20.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3239cfc95ec843279da1e734531627d55db2bf53]

        INTEGRATION: CWS visibility03 (1.11.66); FILE MERGED 2005/04/04 11:39:23 mhu 1.11.66.2: #i45006# Removed obsolete include. 2005/03/26 16:31:47 mhu 1.11.66.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [540b8a2e5730bf438195e974393860cb4bcdebc3]

        INTEGRATION: CWS visibility03 (1.12.338); FILE MERGED 2005/03/26 16:31:47 mhu 1.12.338.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ee782d68efa31023bd03fc2d650248424dd97a0a]

        INTEGRATION: CWS visibility03 (1.9.30); FILE MERGED 2005/04/04 11:39:22 mhu 1.9.30.1: #i45006# Removed obsolete include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8374c8983e13c934f0cd78402cf1603aba62e8ca]

        INTEGRATION: CWS visibility03 (1.10.394); FILE MERGED 2005/03/07 18:48:45 mhu 1.10.394.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [35d71ecb0badc8d4c1d140d5bf771fe2efbfb67e]

        INTEGRATION: CWS visibility03 (1.5.232); FILE MERGED 2005/04/04 11:39:21 mhu 1.5.232.1: #i45006# Removed obsolete include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8b4d98f4e615fc108fb26e1185acfd164c419120]

        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>  [826a3336d0e48a1b08cac1b94121697e05870a37]

        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>  [6267a1362f106a78ada043cebf0af0613c1a03b5]

        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>  [62d53976da5ebdb6b24aa7ab66c201d55447aef2]

        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>  [89496721d38ef6f084a3900a4b2f9bf52a30feea]

        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>  [1e4a97b249a7958f84282077e033f65176ddab28]

        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>  [709a833e586f8870ed2fab36b4784fae6e48d829]

        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>  [c4982bb87f44d5bd5c83bd5182656f741937d11c]

        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>  [b8267cf5add300f9c6b33f47b2ef299626c6d823]

        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>  [d9c0490d8b66286ec854969b09f2fa9e882fc368]

        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>  [a1dc181699d6f3cfcab3787bff6f6b007ab6d0bb]

        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>  [0b450b460555b59e6148f0c70ef0e37b90ace33f]

        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>  [e6a472cd04e66e57507082de649f3c6abb0e2661]

        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>  [d6fde47fd930879677b84ca91facdf5765ed13f0]

        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>  [939d010c985a69407bb693a32a0a786f8c419b46]

        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>  [d87c02fbad3d50fca1653bd083235488635485cd]

        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>  [40178f84a5c0a51989e6f7ceb70a1f04b38b00ad]

        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>  [41e1ddda79d735bb208b8158f70ba1ad1a8f4631]

        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>  [0685fe53dd2b1b61b6747d4d51beff7e14bbfd4e]

        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>  [6d4d29f4fc2970dbbccb1a237f7c4aaca25d7050]

        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>  [048e89dbf744581afaa9a48490d695f762ab18ec]

        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>  [abf6c192284d0bbfb14ffc1a38b5aa3d3f24d37d]

        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>  [711142e2f5a14fe84ea7ae97542a200485452511]

        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>  [6c34e4f0a527f72cbeb79338d08b82389d81f9e9]

        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>  [3b5077b9ca9661cc8ce4c4a0cd7dc67801174b07]

        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>  [275dbc038f055a98afd4a7162b800559821c05e3]

        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>  [4473446cb69758049d4b03ee6e33526267db8e33]

        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>  [2f0342237224c112421096f2f1463a7b47b6c73e]

        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>  [57f1f3ef89c20d158f30611b2d018e7bbf057fca]

        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>  [8bf8a62c223adb51a79607fe77fdbdc38ff3166e]

        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>  [363fa02116f5044a8ec055b84254b971aaed2396]

        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>  [fca10b5d34631bef667d2da58bfb3b88d75d484a]

        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>  [c551ce53226e78e8bb33e3770584994b7731d9eb]

        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>  [ab3d5e3345bac0102413822d6d8fb45f6e2dd08e]

        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>  [7242fbee4ca602c9c9766283a3d64e3904459378]

        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>  [2e7acf940a3dd014ade92062dd7ea1049d92bcd5]

        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>  [63b218861aa65791fe8b7b14b5b28d062beeb8a3]

        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>  [0393f692ea77e6c3a38ca486d5ac479b45375fb3]

        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>  [0d7beadd224ec2e25e0a7277d04f2402bd48083c]

        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>  [bb79e02bf6d9a95f0e33f61a1241469658cf19b0]

        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>  [e92d9a734bd4787f8b6accf96c9d25e75f12a039]

        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>  [d59d60fd4a50dbea0d8ad71da7f04c0889d868c9]

        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>  [3baffebd419f9d3c60691f51c9176248f73b0a64]

        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>  [5157f83dd1b2a43683b69d397ef1c3230f90a15c]

        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>  [1ea7399ef875fbf3469b5ec904a9d8ad86d5c956]

        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>  [7a4fcd2685c9c60a5077ff79bb0a24857801561b]

        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>  [21b824b2f0344fe5cc4ccdba8fe352b133726c9e]

        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>  [b696e4ca9e27f2d30d7e13bc63f7e00c43f4e1ea]

        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>  [e3c437cab72d97c8f13ccaa4d98a1a72e4c11e68]

        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>  [26ec89d7da9f3e79c7c5ec2d7a45aa52d6cb6280]

        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>  [b4701314f05d30922c88ab17b4d571add0c25e8b]

        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>  [a800197dc0851f5f2b1a2a9f070f44e66d394690]

        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>  [0ad77572b95771717be135f451d3bceb0a84347f]

        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>  [dadb6377c7abbbdd0c2e4733e95055c6db929ac0]

        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>  [8355dee0a4b3fc0c9958c647ff50bf592f268af0]

        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>  [dd284700b7e4a81d45a35cac17de4aec5f6f4f36]

        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>  [53f0b4ffa1a2f2afbf7d4c2fcb4f9b60e6b2d623]

        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>  [be2e3c3f40a15486e9a9a6980eb843e725863e3a]

        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>  [f30474cfa1948b280834927ed243803f00993467]

        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>  [43f800281de85f1266ee5dab378801f9fa5f196d]

        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>  [a5f91745eb0f3ebaf6d3c9074a2e33bd5615d6e3]

        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>  [acf452334620acc4ff8bb17fe5d1bee5793553a1]

        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>  [09a2a6df1079655d7a0722860a972bb31d143e81]

        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>  [081bdd33e4446de99da3b793fc015d7b015c1e37]

        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>  [242b4b51972415e3a05382ebc241538ff77c20f3]

        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>  [54ac4dbc78d781a41cf7a14934bbbd367c30781f]

        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>  [6f15c01abdcaa3823d38f061a023075230686465]

        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>  [7e91d25acb12311ba51d8cb5089b4c99249146ee]

        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>  [b981bad9df169032f034dae74cca61efb72c6b31]

        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>  [5af2f30efd88a170f5a3fcdc9bb089d5a6d32315]

        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>  [1aa65be3caa52310bf666f703f4aa6888983f56f]

        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>  [00dfd47d1885ad42d860344c6d84832290fc9e01]

        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>  [ee62af2e9ba16913568919c9289fb1753b4b456e]

        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>  [708c150fb29776790bf627a07243ed4e4ae1170a]

        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>  [a119608c895942b96b1fd9a0be5e1dbea5ae2914]

        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>  [cf7e1f9cc99e7c260cfab823f2c47f56035bdbd0]

        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>  [7b5ccac3a8ec3589b0afcd70ccc694bba82afa92]

        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>  [d5072815403bbea18e863ce810aea87efd6dc160]

        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>  [59463919b100f212259d6422bcac39dc3757961a]

        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>  [d8f74045bd6482e4e48ec8cf47eb6f2c3e40cf5d]

        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>  [70fd6a409ebdfce6c6c234e0e8d09b98176a1379]

        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>  [dbd1be4a37accdafb63e8001419296787aa92f65]

        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>  [b8270c925e1f286c1cd5c95742c6ad36623156a4]

        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>  [c328de1ebdeca8b744391682fab983e032a255f8]

        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>  [ea896d6b9cc2af162b1e354aa4d5e48ef2b13260]

        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>  [47bed1bbc18626813aea7422b0c6c2d127e5fd06]

        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>  [6d699af71adc00369f15c60ce467edd478bf9a88]

        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>  [dc463bfb056458dd9304d4ec1d44b8c8e31916d6]

        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>  [b158c8fedad0c3dad93a3eea2bf3e2df20dad189]

        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>  [b1af71733f707034a4df5c72976a6e7e3fc44b81]

        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>  [3ea7c035705cd41998ad4fadcb5f8340973ee653]

        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>  [f8df01b102f75b15c2622ea3a8123f799fd775c2]

        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>  [270ff82500cbb11f876ec58f9ec3df376910ee27]

        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>  [51ebd7e21d22bf6ebfa70b6d762cc1cdfc3e7756]

        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>  [ace66901a6892881d64a1946365376dc77bea67c]

        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>  [4e9a9821c16654e6f14e3a5de21c5d20cff9b98b]

        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>  [2e3a5722d20fc6f40ee00d9ad4bac4217660e96d]

        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>  [d0d9edef727a9a42a9ad8e793a7b4cb7b0f32611]

        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>  [77bcc1345dd8ee6a0f836610542eab643eaeda70]

        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>  [8299d315db832af8230e5181097710d38079de69]

        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>  [bdb71bb4dccc671191601b81414f1d39cff7ac49]

        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>  [3d6191eb37c8cfc0d8f794f98b9c2fef480af142]

        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>  [1915df13f7e8797b6e28b418052fb0f5525c32fb]

        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>  [c51a3ca08ee1ba49f6fa35b85722ec0b91238a87]

        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>  [16592b88c75d667aa91b9d2bd6bede9a3bac7e41]

        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>  [5585e190cb43504c84da156fd47be6f6a1ee7234]

        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>  [f129eed5b2e2ae9581d15225454d27eee32fd0ac]

        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>  [3b29c70319b56eab00d88709a2ba2fe3e55c0670]

        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>  [911e932795b66cb3d8ba3109fc6b4bfec3bd895d]

        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>  [662520aa771cb8fc4a829f971cd6a5ce161a01d4]

        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>  [d3b15573278b24e40c886934f9f91d3bb718eb61]

        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>  [af9c5e9babb4aeaf3f735bcda470d0e834fc93ef]

        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>  [36692047e1cb845c3f9ed392d424aae395d32808]

        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>  [a0e12bb4f2460b887f7d843103b071d24aaf383a]

        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>  [4a5fd65904f8a70bd06fe012fee5445c154f9f6d]

        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>  [f2384dd6094224e0263cc0a403b9ff617055179f]

        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>  [ce3ca6056a174b79e0844d2ebb45199ba62f411a]

        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>  [5b1d66c0f5745ba67ec41cffbe4edba74b64cfaf]

        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>  [77a57cec074b5f63e0bcc91123625680734988d4]

        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>  [afe85de042e7356b77eaa9c7a27b4f71545a2543]

        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>  [7452d343b41c438799c662274a478f88e39cb9a8]

        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>  [fa711095720caf243b0bd0452f11bd5cd94cf4d8]

        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>  [3187e5bd6ad2cd7b124c7e9497a5cc1849e432d7]

        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>  [c64b20bebca8606f564031d53a5f85370044776a]

        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>  [9c18598ade004045f77f3958cb6ef432a25d7e7a]

        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>  [773776f8ff989bda1c2a98f0a9908ad09072dab8]

        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>  [ce546804e8192e4623dba69dee3d9d246a71225b]

        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>  [e82d373b356ee61cec755973a5af336e1d1256db]

        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>  [c8e54f290d8780f2a99ce56896c19518be004b73]

        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>  [01cdb7410c998f49854d8a1dae89c47990973f65]

        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>  [6d6f061e45286574d1471c6f3a3b119622b40738]

        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>  [378cf0bf8482c6baf9eafbf6b30bea2b3fc55449]

        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>  [d17e41de9a38b1bfdfba4d5b1731a39328ce916e]

        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>  [9897d2bc223f38af86a1c07183f56d098b217bcc]

        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>  [7f72a976aae3cffa6de169b5e98c66c2b2c20314]

        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>  [bba717a9769b56f1d255b5b914095cc4ad252342]

        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>  [60577587ad97b0a14023d65273486aa0924f1f2d]

        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>  [8fdcf211acbfcc26fe4dee3a17f76f22409223ab]

        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>  [69d820b02fc2fac0e517dd79eee5b68fa92e723c]

        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>  [c2ce01d7221470d16657c031bd026c2f79ca01dd]

        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>  [2d175e92d564e75242b2267f976489106f432607]

        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>  [152e221b9bcbbe520f8cd5173db08d378e952dfa]

        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>  [a35c6f6f90e4c0f40a82eaadc205de13e053621c]

        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>  [83afc39139b6eb4833bb0db6a8fa644e1c963f89]

        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>  [6dbca088e574179c10343756d3b838d325094bb7]

        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>  [52e1b93fbf5d33df5be3187a25d5a25938f6ee3f]

        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>  [4c846ddd0eb35c5563077a184cf8d3efc6fafd75]

        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>  [9c2c879218be43fcaf33a58355cdac224d92537a]

        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>  [91d319ed36d5801e1ba475381c2f6f8cba4b6bf6]

        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>  [ab480a4f49002e63a1d617c2c6aae159452a89af]

        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>  [72682ccda3ed6d9c264c3381a42fa1a3c1a08ed4]

        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>  [d30514d09f71ba89cd134a3d9c4262ac30866801]

        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>  [1f272ac7a59acf2dc9e76f55cd8f49ec8a756643]

        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>  [97e138dd4af22f1822aee2b7098a86482e708864]

        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>  [29c9458b32a62f92f25d54036033743e91e8cfec]

        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>  [849328e6298de6602dad849b7a91f89ecda19b9b]

        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>  [cc64a83d27868e3d09638f259e8ea72fb6c60ef2]

        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>  [38f91e67088b5ca47e67e917305518b1e998f4f2]

        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>  [d5ac3ffa546bf78bddd2f62f5fa26ee8d692b756]

        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>  [9e1d201e00940dc3e6bb904d713d58039e9e318d]

        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>  [b6dadd67319407e6e0a479bd6bbabaf406087519]

        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>  [aa4d5c6b0d15fca696a1de952fb610ebfde75f19]

        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>  [f73897be2551b114cde80fffe8c8f1beb93c6c27]

        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>  [00b3591610f4b79693a714fa337d6223e732507e]

        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>  [25e81dc3ceff62d4473f537ffe840753694a3e95]

        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>  [b83b55615f2c726578433cf68dec8629f552b6c0]

        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>  [032fe184f088786c0622803196892f2051e412dc]

        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>  [66e642dfd02af570bba05cacf7ff22e5e8919c01]

        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>  [32ebbb4b3ee757e4c8c62e09adf5962125dd3508]

        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>  [5dd790dc8651c2af8cb343bffc28b4f9bbf5c7f0]

        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>  [8363a8e229e68279c9122611d4079cb014e79743]

        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>  [90d3365220b72101ecb3cf657b0ce345034947a8]

        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>  [eb5180197197dcc543ce9156c5664aa7584f053b]

        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>  [75dc4e1efb8280681d991ea8e9299ea26a5a2473]

        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>  [65eaf30635042e848a93816fa90588e98d11be82]

        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>  [df3eb719391ac20e686564d427e8098a963f30fd]

        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>  [7e2bd9d31cbd4f1b4463fe94912a6102b5d663ec]

        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>  [c33a56d4c33a1d9631f5db68d712c4d840b9479a]

        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>  [1bbbb03e55a171ab869ab4cf7b0f2da4112b2404]

        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>  [3031b192d3510a3b511abad42f7190f41fa740fc]

        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>  [81f6662a39e1c3731f01cfc868691712d9f02d72]

        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>  [5f4d48a99ea509d200eb719330631f3e559bceea]

        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>  [0e5add8fbc3bbff4ea4428d0fd8c30ddc7fdbf5d]

        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>  [1ab3b421c4a03e3cd45b00695d07a968da4a6159]

        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>  [d6652b451932d388c886a293052c42d4243ca179]

        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>  [52883a5cfa0673b20e85dd3293da485ec6603083]

        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>  [ea4a7736d400df51d43b30e22529183750e2e0d8]

        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>  [c891237e8ae7ba6ae533e5cc2b2eb3baeeb1cf92]

        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>  [a502e23918b0f3ea99a71599c486fe4748944b84]

        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>  [4fc858a21a1b0e80470c7e115a164352ac6759d3]

        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>  [ca765870e6818361fd688449746d5b47d0708a2b]

        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>  [7a22ced358165297abca7a9d638ca83fd073f7b5]

        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>  [d72fc82495acc24f7bd6a2b9394a303882d8e751]

        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>  [d62a04c7c2986d0cbfcf36758f55a02ad9e7dc2c]

        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>  [b11d4c50b4aa003df758c11d307f518564799ade]

        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>  [091114ebc6e6ac6a6a2b3bb42a620de6efea5839]

        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>  [582ef5f43b6493480193716c4701ac45314492df]

        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>  [bf3e498bbc67ce880c9453db541bb8d471ae69ca]

        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>  [4e46e3320299b4c589a49c45a74cfb4c5fea2ac2]

        INTEGRATION: CWS visibility03 (1.15.8); FILE MERGED 2005/04/06 16:43:24 mhu 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2005/04/01 16:59:58 mhu 1.15.8.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [70c886e18acaceb306bdaa71ce34ca1307b6c5ae]

        INTEGRATION: CWS visibility03 (1.2.20); FILE MERGED 2005/04/01 16:59:58 mhu 1.2.20.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e55e8ec598301cf4394c3a485251d3620e6bde0a]

        INTEGRATION: CWS visibility03 (1.4.8); FILE MERGED 2005/04/01 16:59:58 mhu 1.4.8.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [78002a9a14c1e87f44f3d0d7b1d2052b6978c8aa]

        INTEGRATION: CWS visibility03 (1.3.10); FILE MERGED 2005/04/01 16:59:57 mhu 1.3.10.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [226199eebc480803444c779761c9f720d478b8ff]

        INTEGRATION: CWS visibility03 (1.3.28); FILE MERGED 2005/04/01 16:59:57 mhu 1.3.28.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [82a948887c6067ff4a2e475e1776129de62922af]

        INTEGRATION: CWS visibility03 (1.5.6); FILE MERGED 2005/04/06 16:42:39 mhu 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2005/04/01 17:19:54 mhu 1.5.6.1: #i45006# Adapted to fpicker resources (instead of svtools).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [af2e5d335d10ad8cd2734683c8bd60e7a06eda25]

        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>  [bf28b2c4615198f5abf327c5cbcca036817491d2]

        INTEGRATION: CWS visibility03 (1.17.44); FILE MERGED 2005/03/07 19:08:33 mhu 1.17.44.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [da6fff0b19e9a2bcc1c1629658e24774816a808f]

        INTEGRATION: CWS visibility03 (1.37.40); FILE MERGED 2005/03/07 19:08:32 mhu 1.37.40.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b9630637d55099d914f4e147b75793dd9bb6d1e5]

        INTEGRATION: CWS visibility03 (1.14.74); FILE MERGED 2005/04/01 16:59:39 mhu 1.14.74.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [33740058d3c5839941988fca66ea8c268fd4fcfa]

        INTEGRATION: CWS visibility03 (1.26.74); FILE MERGED 2005/04/01 16:59:39 mhu 1.26.74.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7ccee2976e49614865fefda1b214819eebc7e755]

        INTEGRATION: CWS visibility03 (1.50.4); FILE MERGED 2005/03/24 23:53:29 mhu 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED 2005/03/07 19:08:32 mhu 1.50.4.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ae0ef4c4e41e3c27c5b61a4e7378ba11a772d9c5]

        INTEGRATION: CWS visibility03 (1.31.74); FILE MERGED 2005/04/01 16:59:39 mhu 1.31.74.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ff82bdf70dbf5edcf7bc2d4cc197ada323118a9b]

        INTEGRATION: CWS visibility03 (1.25.16); FILE MERGED 2005/04/01 16:59:39 mhu 1.25.16.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [150219805f59cd7fe7184303bdffec3c79ccf148]

        INTEGRATION: CWS visibility03 (1.17.24); FILE MERGED 2005/04/01 16:59:38 mhu 1.17.24.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a36f0d46cf0dee6d4879d802d013873ab4a3a890]

        INTEGRATION: CWS visibility03 (1.18.12); FILE MERGED 2005/04/01 16:59:38 mhu 1.18.12.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bc7d2977adfde8a1b7444142c98d17a64fafc1b2]

        INTEGRATION: CWS visibility03 (1.32.40); FILE MERGED 2005/04/01 16:59:38 mhu 1.32.40.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [223b2f41164778a883d0c39d1ff7d79b2288eb14]

        INTEGRATION: CWS visibility03 (1.28.24); FILE MERGED 2005/04/01 16:59:38 mhu 1.28.24.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d6deb95c978e35fb0d2895f66ea06ab27e9565e7]

        INTEGRATION: CWS visibility03 (1.34.16); FILE MERGED 2005/04/01 16:59:38 mhu 1.34.16.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1989e1b7530cd9823abcdb84fd7a15fe549b552f]

        INTEGRATION: CWS visibility03 (1.13.4); FILE MERGED 2005/04/01 16:59:37 mhu 1.13.4.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9965a9bb2291c28140bf049890fb51c014af9c1b]

        INTEGRATION: CWS visibility03 (1.41.4); FILE MERGED 2005/04/01 16:59:37 mhu 1.41.4.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [af1560c38e38829d44d6ec5864bb53f255febb1b]

        INTEGRATION: CWS visibility03 (1.46.24); FILE MERGED 2005/04/01 16:59:37 mhu 1.46.24.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0f20313bfe437b5faa30b0c704f9b8539f24c762]

        INTEGRATION: CWS visibility03 (1.33.24); FILE MERGED 2005/04/01 16:59:37 mhu 1.33.24.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [882aa44990b93a4bc72488518c59d51678f3a874]

        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>  [74b264ea0274a2abf89f075dd072079f79d5a31e]

        INTEGRATION: CWS visibility03 (1.22.14); FILE MERGED 2005/03/24 15:15:44 mhu 1.22.14.1: #i45006# Added ImageProducer service.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1d5522b0a95376d9110bc42dcb29e919382959e8]

        INTEGRATION: CWS visibility03 (1.14.28); FILE MERGED 2005/03/24 15:15:44 mhu 1.14.28.1: #i45006# Added ImageProducer service.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3177177b45df4290831f728cf2113bd0bc1cad02]

        INTEGRATION: CWS visibility03 (1.9.36); FILE MERGED 2005/03/24 14:32:31 mhu 1.9.36.1: #i45006# Added imgprod.obj

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [730594371b814a43127952a66759956f262c1fa8]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 14:30:55 mhu 1.1.2.1: #i45006# Moved from svtools/source/uno/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c8e91cdda5b04817b3f3b5b992babc856198a60e]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/04 10:40:00 mhu 1.1.2.2: #i45006# CreateInstance methods are in namespace frm. 2005/03/24 14:30:55 mhu 1.1.2.1: #i45006# Moved from svtools/source/uno/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7f85bf286c7380bb10a9ebaf2d8267caaf705a63]

        INTEGRATION: CWS visibility03 (1.2.38); FILE MERGED 2005/03/24 14:31:58 mhu 1.2.38.1: #i45006# Adapted imgprod.hxx include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [92996a94266e77ae1358c0b835354b12d9fe8db4]

        INTEGRATION: CWS visibility03 (1.10.44); FILE MERGED 2005/03/24 23:39:07 mhu 1.10.44.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/24 14:31:58 mhu 1.10.44.1: #i45006# Adapted imgprod.hxx include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cd865f3d790499bccfbd285714aba2e80c4ae54c]

        INTEGRATION: CWS visibility03 (1.9.124); FILE MERGED 2005/04/01 16:59:09 mhu 1.9.124.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bf810ab5ed6dcf9a5724cbabdf33e6bc76f68d4a]

        INTEGRATION: CWS visibility03 (1.5.386); FILE MERGED 2005/04/01 16:59:09 mhu 1.5.386.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bea8a2fac8e9ce14ae2b02b13040a6c45e3dce5f]

        INTEGRATION: CWS visibility03 (1.84.34); FILE MERGED 2005/04/06 16:14:19 mhu 1.84.34.2: RESYNC: (1.84-1.87); FILE MERGED 2005/04/01 16:59:08 mhu 1.84.34.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [84ca234bffbc9926d545db9bdca2bd3da1374884]

        INTEGRATION: CWS visibility03 (1.12.452); FILE MERGED 2005/04/04 15:06:21 mhu 1.12.452.2: #i45006# Removed unused include. 2005/04/01 16:59:08 mhu 1.12.452.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [af89bc27ad20b3525485c0c3cca174e8220eba06]

        INTEGRATION: CWS visibility03 (1.42.136); FILE MERGED 2005/04/01 16:59:08 mhu 1.42.136.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d103a6d8985b9d3a28f0cb393dd7b4d0da84bf31]

        INTEGRATION: CWS visibility03 (1.40.124); FILE MERGED 2005/04/06 16:12:40 mhu 1.40.124.2: RESYNC: (1.40-1.41); FILE MERGED 2005/04/01 16:59:07 mhu 1.40.124.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [cdab958e4bebe27f8037af0a1b889b5830462938]

        INTEGRATION: CWS visibility03 (1.112.6); FILE MERGED 2005/04/06 16:12:30 mhu 1.112.6.3: RESYNC: (1.112-1.114); FILE MERGED 2005/04/04 14:52:09 mhu 1.112.6.2: #i45006# Removed unused include. 2005/04/01 16:59:07 mhu 1.112.6.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f99fa211fa1b8986145a149e09e6179598996578]

        INTEGRATION: CWS visibility03 (1.10.574); FILE MERGED 2005/04/01 16:59:06 mhu 1.10.574.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f81c855e854ba599bd54611945ac1bc9bce81c38]

        INTEGRATION: CWS visibility03 (1.49.34); FILE MERGED 2005/04/06 16:10:45 mhu 1.49.34.2: RESYNC: (1.49-1.50); FILE MERGED 2005/04/01 16:59:06 mhu 1.49.34.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [57ea5490414acd18da73b8dd7882a37cbe2975c7]

        INTEGRATION: CWS visibility03 (1.10.136); FILE MERGED 2005/04/01 16:59:05 mhu 1.10.136.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [694df05da384416e4eed482aa02dfa77a9ee11fe]

        INTEGRATION: CWS visibility03 (1.9.88); FILE MERGED 2005/04/04 15:16:17 mhu 1.9.88.2: #i45006# Revert to prev revision; added missing const. 2005/04/04 15:02:43 mhu 1.9.88.1: #i45006# Removed sHTML_* re-declarations.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3a04b0330e36856ef4426a5fd13b88868ceee1bd]

        INTEGRATION: CWS visibility03 (1.21.1000); FILE MERGED 2005/04/01 16:59:05 mhu 1.21.1000.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b09fd9be030939270f03100f5b069862b08fc713]

        INTEGRATION: CWS visibility03 (1.53.118); FILE MERGED 2005/04/01 16:59:04 mhu 1.53.118.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [566a6222fa0cf91f195ce09cba7d106c18fc09a4]

        INTEGRATION: CWS visibility03 (1.4.488); FILE MERGED 2005/03/07 18:03:16 mhu 1.4.488.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2a41ccf6be98ff8a7633c04d95dcf0747f5ac362]

        INTEGRATION: CWS visibility03 (1.8.356); FILE MERGED 2005/04/01 16:59:04 mhu 1.8.356.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5e3bc3c43ea01c8b71173255c35aef97badfcad3]

        INTEGRATION: CWS visibility03 (1.6.352); FILE MERGED 2005/04/01 16:59:03 mhu 1.6.352.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1f6f05846a52aec2ef7a21a41052bcb7672ee8e5]

        INTEGRATION: CWS visibility03 (1.5.136); FILE MERGED 2005/04/04 14:56:57 mhu 1.5.136.1: #i45006# Added missing const.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3a91a461cf7bc433c9839435c84de67bac15e4dd]

        INTEGRATION: CWS visibility03 (1.4.396); FILE MERGED 2005/04/01 16:58:28 mhu 1.4.396.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [73f96378aa9dade57e37a82ffcf69c6b756f733c]

        INTEGRATION: CWS visibility03 (1.7.12); FILE MERGED 2005/04/06 15:38:34 mhu 1.7.12.3: RESYNC: (1.9-1.10); FILE MERGED 2005/03/24 22:21:29 mhu 1.7.12.2: RESYNC: (1.7-1.9); FILE MERGED 2005/03/07 18:34:43 mhu 1.7.12.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0876bcccfff8f70d204439ffb170c21a222af2aa]

        INTEGRATION: CWS visibility03 (1.4.24); FILE MERGED 2005/04/06 15:38:26 mhu 1.4.24.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/24 22:21:11 mhu 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/07 18:34:42 mhu 1.4.24.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e54951f8219a72a3773c0834dca7af7e5408d843]

        INTEGRATION: CWS visibility03 (1.10.400); FILE MERGED 2005/03/07 18:34:41 mhu 1.10.400.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [229e94bc144015428d561547a0dbf5cf33e3dec1]

        INTEGRATION: CWS visibility03 (1.22.378); FILE MERGED 2005/03/07 18:34:41 mhu 1.22.378.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [76aa7759ac3a5106d55951cf840fa98b18e62963]

        INTEGRATION: CWS visibility03 (1.1.1.1.764); FILE MERGED 2005/04/01 16:58:28 mhu 1.1.1.1.764.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [73d25a78d371532d6f62b35c1df1ed9d87de3a26]

        INTEGRATION: CWS visibility03 (1.119.42); FILE MERGED 2005/04/06 15:31:44 mhu 1.119.42.3: RESYNC: (1.120-1.121); FILE MERGED 2005/03/24 22:13:40 mhu 1.119.42.2: RESYNC: (1.119-1.120); FILE MERGED 2005/03/02 16:02:39 mhu 1.119.42.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6ad7e54f11fb10e01a16c4c8844d440fe5101700]

        INTEGRATION: CWS visibility03 (1.27.38); FILE MERGED 2005/03/02 16:02:38 mhu 1.27.38.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aa4fa99ac8e0bbe6e2b79b177a68606e66d8b84f]

        INTEGRATION: CWS visibility03 (1.16.162); FILE MERGED 2005/03/02 16:02:37 mhu 1.16.162.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a85394e4cd9e5f0300a393b926dcb95fa569260d]

        INTEGRATION: CWS visibility03 (1.4.96); FILE MERGED 2005/03/24 22:10:31 mhu 1.4.96.2: RESYNC: (1.4-1.7); FILE MERGED 2005/03/02 16:02:37 mhu 1.4.96.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5bc8675a69cea1e9e7c4a948db21c6e9453275b7]

        INTEGRATION: CWS visibility03 (1.93.62); FILE MERGED 2005/04/06 15:29:41 mhu 1.93.62.3: RESYNC: (1.95-1.98); FILE MERGED 2005/03/24 22:10:06 mhu 1.93.62.2: RESYNC: (1.93-1.95); FILE MERGED 2005/03/02 16:02:36 mhu 1.93.62.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [97d290ba0452d590a8c64665cded2f62981ffe46]

        INTEGRATION: CWS visibility03 (1.83.44); FILE MERGED 2005/04/06 15:28:46 mhu 1.83.44.3: RESYNC: (1.86-1.87); FILE MERGED 2005/03/24 22:09:30 mhu 1.83.44.2: RESYNC: (1.83-1.86); FILE MERGED 2005/03/02 16:02:35 mhu 1.83.44.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5c79efe98fd850127ff5add024ee74f249cf9bcb]

        INTEGRATION: CWS visibility03 (1.77.64); FILE MERGED 2005/03/02 16:02:34 mhu 1.77.64.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ff5ae4325bbe0c533df9875e145af01b64b43fa1]

        INTEGRATION: CWS visibility03 (1.2.116); FILE MERGED 2005/03/24 18:02:07 mhu 1.2.116.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [48e0d040a5f1834c17096ef6439cefa086ae2e2b]

        INTEGRATION: CWS visibility03 (1.13.76); FILE MERGED 2005/04/04 11:10:18 mhu 1.13.76.2: #i45006# Added oleaut32.lib (needed by sbxdec.obj). 2005/03/24 18:05:59 mhu 1.13.76.1: #i45006# Adapted to moved sbx files.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e7f43e449bf69ad7f9206d8b92e0d44a4843698a]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:35 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c81cdd1a7b60759a28199ee615059b032585dc4a]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:34 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8119bb8b91eb4917b8abd11b0e6d7026d2e7d2a6]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:33 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e6f106a6dfae429c2d03ec9653afb8503a0d3c4f]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:32 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e704dfb4fc48bb25c8ef41d69e7328686b380fce]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:31 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [889517ca3e206a8f0f506b54ab48cb285b88feb2]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:30 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e7502492cac0153450944258e185f7692f51e264]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:29 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [827f20eb2ebe2a17c515539d834cb62375cb2de2]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:28 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [79d3bc479950127ecfd40f73978c0fc84c1e7908]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:27 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f0da7e87f426a48587523a881072af6763acd46e]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:26 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5d2efcf037f81495caa993dc4635e4f17ebadd4c]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:25 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [82012f7b91058d0e19b04e59d41f9935f0bd7ea4]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:24 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f2517e63f2a80f94ceb56b7b21eea25ec5b6ac71]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:23 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d07e5811fc2c9a58732406ebde59591fb2a32a37]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:22 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [be0cc3d61c394fcb66fb96c18a1bf88d4501e83c]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:21 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [99ffbabb87d866b420c3052f36f815a9575e20d2]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 18:04:20 mhu 1.1.2.1: #i45006# Moved from svtools/source/sbx/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2b13be8824bb4dd689fbf21723a8cffcc4e7dc56]

        INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED 2005/03/24 18:01:25 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e5aab1859af9114893ffcd312f6e09546d0e939f]

        INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED 2005/03/24 18:01:24 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d8b4510734453be59340f0d8de3b57c6b120dac6]

        INTEGRATION: CWS visibility03 (1.15.8); FILE MERGED 2005/04/06 15:26:38 mhu 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2005/03/24 18:01:24 mhu 1.15.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [95048309102857acf17c2b6293112b09141bcf30]

        INTEGRATION: CWS visibility03 (1.8.8); FILE MERGED 2005/04/06 15:26:29 mhu 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/24 18:01:24 mhu 1.8.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ef095f417177eed3b35d431e76bbeeee3bcb9b79]

        INTEGRATION: CWS visibility03 (1.18.8); FILE MERGED 2005/04/06 15:26:21 mhu 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED 2005/03/24 18:01:23 mhu 1.18.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0a2b01b0b85ee3b8b553a15ab7a039481a0c55cd]

        INTEGRATION: CWS visibility03 (1.3.278); FILE MERGED 2005/03/24 18:01:23 mhu 1.3.278.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [23eb52846c3d73c17a9035eaee89bd8dcfe4c703]

        INTEGRATION: CWS visibility03 (1.16.8); FILE MERGED 2005/03/24 18:01:23 mhu 1.16.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f09d66e1802efa680661a395adeb5fbe53d47dc3]

        INTEGRATION: CWS visibility03 (1.20.6); FILE MERGED 2005/04/06 15:26:13 mhu 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2005/03/24 18:01:22 mhu 1.20.6.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [012b8bef4202bdc969d90c5de03c5fe5927fc1ab]

        INTEGRATION: CWS visibility03 (1.2.278); FILE MERGED 2005/03/24 18:01:22 mhu 1.2.278.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c770240c7a3511bccf44406df93792aec730372b]

        INTEGRATION: CWS visibility03 (1.21.8); FILE MERGED 2005/03/24 18:01:22 mhu 1.21.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [279292b2d689bfe09e46025c66490cecf20f964f]

        INTEGRATION: CWS visibility03 (1.59.26); FILE MERGED 2005/04/06 15:26:04 mhu 1.59.26.2: RESYNC: (1.59-1.60); FILE MERGED 2005/03/24 18:01:21 mhu 1.59.26.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c673fe4f446774db1e83f23cf47041aa4b45e8b2]

        INTEGRATION: CWS visibility03 (1.4.116); FILE MERGED 2005/03/24 18:01:21 mhu 1.4.116.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a6e41e0ffe9ea78eec0f2f63916ffc090ae02d02]

        INTEGRATION: CWS visibility03 (1.4.216); FILE MERGED 2005/03/24 18:01:21 mhu 1.4.216.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [be66aecbfa7e5342d56f302bb2d066ee856bc75f]

        INTEGRATION: CWS visibility03 (1.6.8); FILE MERGED 2005/03/24 18:01:20 mhu 1.6.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6583ccef640ae01b67974c2210752e92f6991ee0]

        INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED 2005/03/24 18:01:20 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b018f83440af23a39edaad781c543315c3f87cc4]

        INTEGRATION: CWS visibility03 (1.9.8); FILE MERGED 2005/03/24 18:01:20 mhu 1.9.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6e525b495a0bd1379d66d6b8238981b87f27104d]

        INTEGRATION: CWS visibility03 (1.7.30); FILE MERGED 2005/04/06 15:25:45 mhu 1.7.30.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/24 18:01:20 mhu 1.7.30.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7a0b1c9d105fb38df9639b32a0b1be2ed6f4f97d]

        INTEGRATION: CWS visibility03 (1.2.314); FILE MERGED 2005/03/24 18:01:19 mhu 1.2.314.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ac9e9325f1007c874353a303443196e6fd5abba5]

        INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED 2005/03/24 18:01:19 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [53e1117b9c057c9f7fc5e877b703104629f5b37b]

        INTEGRATION: CWS visibility03 (1.7.14); FILE MERGED 2005/03/24 18:01:18 mhu 1.7.14.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a8c9d2a60bca6b66258cd8efe7583ca2ed861067]

        INTEGRATION: CWS visibility03 (1.8.26); FILE MERGED 2005/04/06 15:24:38 mhu 1.8.26.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/24 18:01:18 mhu 1.8.26.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7524f0f8a8736797ba9982734c2f0d27f45237f1]

        INTEGRATION: CWS visibility03 (1.5.8); FILE MERGED 2005/04/06 15:24:22 mhu 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/24 18:01:18 mhu 1.5.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [efdc9c9d36db08134e0781b9e2842bb32074227c]

        INTEGRATION: CWS visibility03 (1.17.8); FILE MERGED 2005/03/24 18:01:17 mhu 1.17.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f45b92c99849cf4f75036c3ebb4febd3200d1776]

        INTEGRATION: CWS visibility03 (1.6.8); FILE MERGED 2005/04/06 15:23:45 mhu 1.6.8.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/24 18:01:17 mhu 1.6.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [fb32c9e1a49c7bd8038d21eb1d10cd7050de3a24]

        INTEGRATION: CWS visibility03 (1.20.26); FILE MERGED 2005/04/06 15:23:35 mhu 1.20.26.2: RESYNC: (1.20-1.21); FILE MERGED 2005/03/24 18:01:16 mhu 1.20.26.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6f1bc370b6a84dd86f252b98a216ca08e9b118fa]

        INTEGRATION: CWS visibility03 (1.31.14); FILE MERGED 2005/03/24 18:01:16 mhu 1.31.14.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b5135949b206528e518b087111712088dd6d12f0]

        INTEGRATION: CWS visibility03 (1.21.8); FILE MERGED 2005/04/06 15:23:18 mhu 1.21.8.2: RESYNC: (1.21-1.22); FILE MERGED 2005/03/24 18:01:16 mhu 1.21.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e3b488f5fbd4c2c99450d84e43cde0dd15862cda]

        INTEGRATION: CWS visibility03 (1.4.244); FILE MERGED 2005/03/24 18:01:16 mhu 1.4.244.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d82bb2da2a752c8089d044f62ec5fca42fd850b8]

        INTEGRATION: CWS visibility03 (1.11.26); FILE MERGED 2005/04/06 15:23:08 mhu 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2005/03/24 18:01:16 mhu 1.11.26.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [489b4c13bdd224d947da5df78b2f9978241c9149]

        INTEGRATION: CWS visibility03 (1.20.26); FILE MERGED 2005/03/24 18:01:15 mhu 1.20.26.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e56145e75b2d1a04c7031cf6102b6158b9ca5bb3]

        INTEGRATION: CWS visibility03 (1.13.8); FILE MERGED 2005/04/06 15:22:53 mhu 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/24 18:01:15 mhu 1.13.8.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c9bb63b231825d2cb4bb97d7d0cb77cbdb3c40c9]

        INTEGRATION: CWS visibility03 (1.28.14); FILE MERGED 2005/03/24 18:18:01 mhu 1.28.14.2: #i45006# Fixed includes. 2005/03/24 18:01:15 mhu 1.28.14.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b3dfa161ed2bf022cadbc12b51352e7ec8afd94d]

        INTEGRATION: CWS visibility03 (1.13.44); FILE MERGED 2005/03/24 18:01:14 mhu 1.13.44.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [de056efb2d454ed250aeee532946ee9822dc5d1e]

        INTEGRATION: CWS visibility03 (1.2.314); FILE MERGED 2005/03/24 18:01:14 mhu 1.2.314.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7e5ede98f08030c04e8314d30cb79bc9d3ef629c]

        INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED 2005/03/24 18:01:14 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [456ed9dc6d19bf710a7aa2e80c0be2f5a1bbb08b]

        INTEGRATION: CWS visibility03 (1.8.44); FILE MERGED 2005/03/24 18:01:13 mhu 1.8.44.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [62b5a68f47704074e65cfed01c7c32ee1f5ed6f8]

        INTEGRATION: CWS visibility03 (1.6.244); FILE MERGED 2005/03/24 18:01:13 mhu 1.6.244.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [be39ffc7b01bf505210e256698bb945ce1eb444e]

        INTEGRATION: CWS visibility03 (1.5.44); FILE MERGED 2005/03/24 18:01:13 mhu 1.5.44.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [25f673f26581dd407e850b593e33831d334e5295]

        INTEGRATION: CWS visibility03 (1.6.68); FILE MERGED 2005/03/24 18:01:12 mhu 1.6.68.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a6aa9bd14fbf6f3705344194affdd1e3233a4ce4]

        INTEGRATION: CWS visibility03 (1.58.42); FILE MERGED 2005/04/06 15:21:11 mhu 1.58.42.2: RESYNC: (1.58-1.59); FILE MERGED 2005/03/24 18:01:12 mhu 1.58.42.1: #i45006# Adapted to moved sbx headers.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [406b926821276ae5a3aa357d159e021c193a1c3d]

        INTEGRATION: CWS visibility03 (1.13.68); FILE MERGED 2005/03/24 18:05:59 mhu 1.13.68.1: #i45006# Adapted to moved sbx files.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1ffc4061c9e6b8c0ff7a84b716d5a3579c6a3047]

        INTEGRATION: CWS visibility03 (1.5.134); FILE MERGED 2005/03/24 18:05:58 mhu 1.5.134.1: #i45006# Adapted to moved sbx files.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [602d7e37f19ce4730e96a4948f3cedd47e806802]

        INTEGRATION: CWS visibility03 (1.10.8); FILE MERGED 2005/03/24 17:22:40 mhu 1.10.8.1: #i45006# Cleaned up from fps_gnome target.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [72092299dfc4cc7044d1d6ba4bea471e31ce368f]

        INTEGRATION: CWS visibility03 (1.3.10); FILE MERGED 2005/03/24 17:21:28 mhu 1.3.10.1: #i45006# Cleanup to build component library here (not in fpicker/util).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0d986b3568d48e43bba2a632637d9aa0f29e4c13]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 17:21:27 mhu 1.1.2.1: #i45006# Cleanup to build component library here (not in fpicker/util).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [77e9d0a7872659839707258a8ce45c2eddfd52d5]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:11 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6f353f639e40c0d3979c20d3c36d9e5337433cef]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:10 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [dccac9f60bb506f0dc387cab666d6f13c5b670bc]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:09 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f53635e49e9b61ef7060d42a60f3ceeea3428991]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:08 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6472bba99c510f2b46f06c8522351349855faf6f]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/26 15:46:39 mhu 1.1.2.2: #i45006# Manual merge after cwsresync. 2005/03/24 16:44:08 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [90fcf5718668f0f9f41ac141a7fc4306633e693a]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/26 15:46:38 mhu 1.1.2.2: #i45006# Manual merge after cwsresync. 2005/03/24 16:44:07 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [35ff93a2d1abad1c1571f68405139d2ef320d763]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:07 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7c39e355bc3cb2be06cfaef89d01bee67a0e2591]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:06 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [05d70d705f0b28fdda7b7cd4697e28c009260394]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:05 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [512fa0e4fcdf8d4983eb480182450eb24a174171]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:04 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6f0e3be93a6722845cd4d7dae28948cc31acc785]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:02 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6d95e7462235dd36ffbd517b7a4db530bbc26297]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:01 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b7ae4d725eb665e2f2a62cfedde0106a9be06c74]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:44:00 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d4aa79562545b1e60c514e313f2204504f339c54]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:43:59 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [bbdbfc34667d77a0ecdcebf7b09d8b2a74b20c88]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/26 15:46:38 mhu 1.1.2.2: #i45006# Manual merge after cwsresync. 2005/03/24 16:43:59 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f98218a9396780e2a9ef3d0e3a2e3ccd18dbc785]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:43:58 mhu 1.1.2.1: #i45006# Factored out and moved from svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2b81894e0c1817107bb53e7fb3324c8e658c3e13]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:41:05 mhu 1.1.2.1: #i45006# Factored out of svtools/source/uno/registerservices.cxx and svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [31a5a711a52493abed9364127bc3ccb73a64665e]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/03/24 16:41:04 mhu 1.1.2.1: #i45006# Factored out of svtools/source/uno/registerservices.cxx and svtools/source/filepicker/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [441c46b7f936db538d50f0735b1b62d2ac25df66]

        INTEGRATION: CWS visibility03 (1.3.8); FILE MERGED 2005/04/01 17:15:40 mhu 1.3.8.2: #i45006# Added fps_office resources. 2005/03/24 17:26:01 mhu 1.3.8.1: #i45006# Cleaned up.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [752f48fd24d1020e4684b944c9f868c0b8d3971e]

        INTEGRATION: CWS visibility03 (1.9.10); FILE MERGED 2005/03/24 17:24:04 mhu 1.9.10.1: #i45006# Added folders generic and office; cleaned up.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f6700a3d0da38cf716bd8c9fcf83d28f23a8441f]

        INTEGRATION: CWS visibility03 (1.8.174); FILE MERGED 2005/03/07 19:03:33 mhu 1.8.174.1: #i40092# Added missing includes and forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8435f3e5ec4adc4cbc5b2e921bc4f4d2da7e5d50]

        INTEGRATION: CWS visibility03 (1.9.90); FILE MERGED 2005/03/24 21:42:45 mhu 1.9.90.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/07 19:04:09 mhu 1.9.90.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7ffaf5395c1d8329f944cc115b53eebc9db6d0a1]

        INTEGRATION: CWS visibility03 (1.167.8); FILE MERGED 2005/04/06 15:16:37 mhu 1.167.8.3: RESYNC: (1.172-1.173); FILE MERGED 2005/03/24 21:42:15 mhu 1.167.8.2: RESYNC: (1.167-1.172); FILE MERGED 2005/03/07 19:04:09 mhu 1.167.8.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [71502790d23e0210fa9bb97c2a76ca9cf6158e19]

        INTEGRATION: CWS visibility03 (1.3.48); FILE MERGED 2005/04/06 15:15:09 mhu 1.3.48.2: RESYNC: (1.3-1.6); FILE MERGED 2005/04/05 16:48:36 mhu 1.3.48.1: #i45006# Added uno component shared libraries (and resources) factored out of svtools.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2111874eaf3eae29206d00733729ea6fbda798c3]

        INTEGRATION: CWS visibility03 (1.18.4); FILE MERGED 2005/04/06 15:14:48 mhu 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2005/04/05 16:48:36 mhu 1.18.4.1: #i45006# Added uno component shared libraries (and resources) factored out of svtools.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d23a88412d2bd7fb248aa220fbb214fb594d6218]

        INTEGRATION: CWS visibility03 (1.92.4); FILE MERGED 2005/04/06 15:14:25 mhu 1.92.4.2: RESYNC: (1.92-1.96); FILE MERGED 2005/04/05 16:48:35 mhu 1.92.4.1: #i45006# Added uno component shared libraries (and resources) factored out of svtools.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [38b7d3a088756944b669e27f597f927d31cb56c5]

        INTEGRATION: CWS visibility03 (1.21.68); FILE MERGED 2005/03/24 21:40:54 mhu 1.21.68.3: RESYNC: (1.21-1.22); FILE MERGED 2005/03/03 17:40:11 mhu 1.21.68.2: #i40092# Added ctor from single (unicode) character. 2005/03/02 12:51:14 mhu 1.21.68.1: #i40092# Removed circular dependency to module tools (class String).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d11f6561db7ecda7e18bc3a68b75e834f9d68861]

        INTEGRATION: CWS visibility03 (1.17.68); FILE MERGED 2005/03/03 17:40:09 mhu 1.17.68.2: #i40092# Added ctor from single (unicode) character. 2005/03/02 12:50:44 mhu 1.17.68.1: #i40092# Removed circular dependency to module tools (class ByteString).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8ed7c5528f01ff5a51db06927ba9e0343fe0abb1]

        INTEGRATION: CWS visibility03 (1.9.26); FILE MERGED 2005/04/06 15:04:50 mhu 1.9.26.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/26 16:26:41 mhu 1.9.26.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [ef220fb9e10b95aa5348ac6586688d369424e398]

        INTEGRATION: CWS visibility03 (1.35.18); FILE MERGED 2005/04/04 14:11:45 mhu 1.35.18.1: #i45006# Added missing include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8967a969039b6fb12e4dd6c6db5f78096d52961d]

        INTEGRATION: CWS visibility03 (1.46.10); FILE MERGED 2005/03/02 13:11:25 mhu 1.46.10.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [344c91c14d8839575426d624ab4b4fa7fc454dd4]

        INTEGRATION: CWS visibility03 (1.2.400); FILE MERGED 2005/03/07 19:07:28 mhu 1.2.400.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [487157ba7de9facf99ad649788968483b1322379]

        INTEGRATION: CWS visibility03 (1.3.172); FILE MERGED 2005/03/07 19:06:59 mhu 1.3.172.1: #i40092# Added missing include.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9cd1f3c581be610c4b5f8805323b3ce5e5a3e3e0]

        INTEGRATION: CWS visibility03 (1.71.12); FILE MERGED 2005/04/06 14:43:13 mhu 1.71.12.3: RESYNC: (1.72-1.73); FILE MERGED 2005/03/24 21:15:09 mhu 1.71.12.2: RESYNC: (1.71-1.72); FILE MERGED 2005/03/07 19:09:10 mhu 1.71.12.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6a49f7b8c1e03d0ddbbc602079553d78bc2284e8]

        INTEGRATION: CWS visibility03 (1.13.10); FILE MERGED 2005/04/01 16:56:14 mhu 1.13.10.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2ac0932c8250a43f8f7fd512f6c3294bdb740bc9]

        INTEGRATION: CWS visibility03 (1.24.50); FILE MERGED 2005/04/04 14:26:39 mhu 1.24.50.1: #i45006# Added missing const.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5e056b9e8711cf535fed36752a86fd468709a024]

        INTEGRATION: CWS visibility03 (1.22.10); FILE MERGED 2005/03/02 14:46:29 mhu 1.22.10.1: #i40092# Fixed string ctor (char literal) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6c08cd9c1f789a0b4b058da08943a4fffd73721f]

        INTEGRATION: CWS visibility03 (1.4.440); FILE MERGED 2005/04/04 10:21:43 mhu 1.4.440.2: #i45006# Removed unused include. 2005/03/26 16:38:22 mhu 1.4.440.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [5c72d84ca0d0c3a13501a4b000954e086bc2cf4d]

        INTEGRATION: CWS visibility03 (1.59.78); FILE MERGED 2005/03/26 16:38:21 mhu 1.59.78.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b37d1aaed937ac69f99c4a50a627a2dd91816708]

        INTEGRATION: CWS visibility03 (1.27.1192); FILE MERGED 2005/04/04 10:21:43 mhu 1.27.1192.2: #i45006# Removed unused include. 2005/03/26 16:38:21 mhu 1.27.1192.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3b4f6099c17a632b0174cc0fcee7f0ba0b10de4c]

        INTEGRATION: CWS visibility03 (1.4.1358); FILE MERGED 2005/03/26 16:38:20 mhu 1.4.1358.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [c01ccec930cf47fffa8614671feacdd70a463bd3]

        INTEGRATION: CWS visibility03 (1.37.76); FILE MERGED 2005/04/04 10:21:42 mhu 1.37.76.2: #i45006# Removed unused include. 2005/03/26 16:38:20 mhu 1.37.76.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2dd31eedbfddbdb5f1b9dc89a96e5cd44b2a7007]

        INTEGRATION: CWS visibility03 (1.8.402); FILE MERGED 2005/03/26 16:38:20 mhu 1.8.402.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a11b35302348c183b7b35a90fad7fd9d1affb7f3]

        INTEGRATION: CWS visibility03 (1.36.148); FILE MERGED 2005/04/06 14:33:12 mhu 1.36.148.2: RESYNC: (1.36-1.37); FILE MERGED 2005/03/26 16:38:19 mhu 1.36.148.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [719e4a11609a29807d2baaba13779b2b82a8b4ce]

        INTEGRATION: CWS visibility03 (1.30.8); FILE MERGED 2005/03/26 16:38:19 mhu 1.30.8.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7fffcccf59e93a18b712ebd0a6abe6ea678d7e93]

        INTEGRATION: CWS visibility03 (1.30.212); FILE MERGED 2005/03/26 16:38:19 mhu 1.30.212.1: #i45006# subst includes svtools/sbx with basic/sbx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [50fd70d47305282533670614ede9cbeb6b7df667]

        INTEGRATION: CWS visibility03 (1.24.44); FILE MERGED 2005/03/24 20:38:21 mhu 1.24.44.2: RESYNC: (1.24-1.26); FILE MERGED 2005/03/03 17:32:23 mhu 1.24.44.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9aa7252c38f5252cc559240c57d1fd4e4dcd8c9a]

        INTEGRATION: CWS visibility03 (1.49.150); FILE MERGED 2005/03/24 20:37:32 mhu 1.49.150.2: RESYNC: (1.49-1.50); FILE MERGED 2005/03/03 17:32:22 mhu 1.49.150.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [76b81334aa92a1841b6dc1f27c444ba8633fce7c]

        INTEGRATION: CWS visibility03 (1.19.290); FILE MERGED 2005/03/03 17:32:22 mhu 1.19.290.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0ee475f8d43c4d0e7b053d34af580bfe92effabc]

        INTEGRATION: CWS visibility03 (1.37.440); FILE MERGED 2005/03/03 17:32:21 mhu 1.37.440.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2825a16e319b9571205eaabf6bb8d6e51685d3e1]

        INTEGRATION: CWS visibility03 (1.46.46); FILE MERGED 2005/03/24 20:36:45 mhu 1.46.46.2: RESYNC: (1.46-1.47); FILE MERGED 2005/03/03 17:32:21 mhu 1.46.46.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [aa91e11a38b0beec42e73d6763ec09b736464cfe]

        INTEGRATION: CWS visibility03 (1.13.142); FILE MERGED 2005/03/24 20:34:42 mhu 1.13.142.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/03 17:32:21 mhu 1.13.142.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b14af8b7470cc3889d4f3a9ef16de65e69bd2518]

        INTEGRATION: CWS visibility03 (1.12.142); FILE MERGED 2005/03/26 16:38:18 mhu 1.12.142.3: #i45006# subst includes svtools/sbx with basic/sbx 2005/03/24 20:34:34 mhu 1.12.142.2: RESYNC: (1.12-1.13); FILE MERGED 2005/03/03 17:32:20 mhu 1.12.142.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a0ad44e9145636a30a1bab611b79a3c4ec98ce43]

        INTEGRATION: CWS visibility03 (1.7.142); FILE MERGED 2005/03/03 17:32:20 mhu 1.7.142.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6841f899bcf2eda294f0761910a37e6794a1bf85]

        INTEGRATION: CWS visibility03 (1.14.48); FILE MERGED 2005/04/06 14:28:30 mhu 1.14.48.3: RESYNC: (1.17-1.18); FILE MERGED 2005/03/24 20:30:15 mhu 1.14.48.2: RESYNC: (1.14-1.17); FILE MERGED 2005/03/03 17:32:20 mhu 1.14.48.1: #i40092# Fixed string ctor (ResId) usage.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [95806ac5574ecfca1d324b4b2287c1f598bc03db]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/01 14:14:38 mhu 1.1.2.1: #i45006# Moved from svtools/res/ to fpicker/res/

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0a0e18c93a7a3791d3aa25555fd41c680a5d82d2]

        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-13  Oliver Bolte  <obo@openoffice.org>  [011afb3dbfbf935aea8f6dcb1246ae5dfd943069]

        INTEGRATION: CWS visibility03 (1.8.10); FILE MERGED 2005/04/01 16:55:43 mhu 1.8.10.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0502f6aa94f29015d97c0e7b989c72df8ff1e75b]

        INTEGRATION: CWS visibility03 (1.15.10); FILE MERGED 2005/04/01 16:55:43 mhu 1.15.10.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [7d3f2d783fb5c6b32096db57be6f3ccd3184fdc5]

        INTEGRATION: CWS visibility03 (1.7.12); FILE MERGED 2005/04/01 16:55:42 mhu 1.7.12.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2706d4abab2d4cb1aae98459141b01ac4a9c9213]

        INTEGRATION: CWS visibility03 (1.2.112); FILE MERGED 2005/04/04 17:33:15 mhu 1.2.112.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [92e41965e4af96d1e0c37e2d14cbd985662fb86b]

        INTEGRATION: CWS visibility03 (1.3.82); FILE MERGED 2005/03/07 19:11:03 mhu 1.3.82.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [2ba45d122bc8777b1a058338b20cd5c91db2d88f]

        INTEGRATION: CWS visibility03 (1.3.82); FILE MERGED 2005/04/04 19:08:42 mhu 1.3.82.1: #i45006# Added missing includes.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [a5250250947e31cf4c6c380787aec90761eb8ddb]

        INTEGRATION: CWS visibility03 (1.4.82); FILE MERGED 2005/04/04 19:08:42 mhu 1.4.82.1: #i45006# Added missing includes.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f61732b19d4c16b68aa7239562af6a2bf0002916]

        INTEGRATION: CWS visibility03 (1.3.112); FILE MERGED 2005/04/04 19:07:55 mhu 1.3.112.2: #i45006# Removed unused include. 2005/04/04 17:33:14 mhu 1.3.112.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f002f4e65cbfe0d19ca0d7e0086bca2b583d3af6]

        INTEGRATION: CWS visibility03 (1.4.28); FILE MERGED 2005/04/04 19:07:54 mhu 1.4.28.2: #i45006# Removed unused include. 2005/04/04 17:33:14 mhu 1.4.28.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b2575d791f620cc5a341f62596eb32ea3978c056]

        INTEGRATION: CWS visibility03 (1.2.112); FILE MERGED 2005/04/04 17:33:13 mhu 1.2.112.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [d805ec80b94ba759d42ebd18703276058c9c71b5]

        INTEGRATION: CWS visibility03 (1.6.82); FILE MERGED 2005/04/04 17:33:12 mhu 1.6.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0d644d4806169c278acf502a035120b12360a493]

        INTEGRATION: CWS visibility03 (1.8.28); FILE MERGED 2005/04/04 17:33:12 mhu 1.8.28.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [491549b7b34b3c68bfde12930efe01d4e9568a76]

        INTEGRATION: CWS visibility03 (1.6.22); FILE MERGED 2005/04/04 17:33:12 mhu 1.6.22.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9c608a37da39229d6ad37a8d6a2f53466c838e6d]

        INTEGRATION: CWS visibility03 (1.2.112); FILE MERGED 2005/04/04 17:33:12 mhu 1.2.112.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [f2316d02231287e645e666e3c699ff8af2fb8fc0]

        INTEGRATION: CWS visibility03 (1.4.82); FILE MERGED 2005/04/04 17:33:11 mhu 1.4.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [0cff07f04b6498e305fabdae565bde8c989d8400]

        INTEGRATION: CWS visibility03 (1.5.82); FILE MERGED 2005/04/04 17:33:11 mhu 1.5.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [3df849101d671e4006d076b5c01727b635662c54]

        INTEGRATION: CWS visibility03 (1.8.82); FILE MERGED 2005/04/04 17:33:11 mhu 1.8.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [89e80fa7c2fdf3b6892eeca992afc1494bf2a148]

        INTEGRATION: CWS visibility03 (1.7.44); FILE MERGED 2005/04/04 17:33:10 mhu 1.7.44.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [59fadd9fd82cb5bebe633a8841c182aee4793749]

        INTEGRATION: CWS visibility03 (1.5.112); FILE MERGED 2005/04/04 17:33:10 mhu 1.5.112.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b93b588a120fd9fa40472cc7c8563dd5681565f0]

        INTEGRATION: CWS visibility03 (1.3.72); FILE MERGED 2005/04/04 17:33:09 mhu 1.3.72.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [e6f2e5c780fffaee17e434fc8c414b5dee8c50eb]

        INTEGRATION: CWS visibility03 (1.4.82); FILE MERGED 2005/04/04 17:33:09 mhu 1.4.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8096ef377a31ad6a0234a4bf487415abce6cf29e]

        INTEGRATION: CWS visibility03 (1.2.112); FILE MERGED 2005/03/07 19:11:03 mhu 1.2.112.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [1e9a28308b40e20e157d838b210d17d669a8e5c8]

        INTEGRATION: CWS visibility03 (1.3.112); FILE MERGED 2005/03/07 19:11:03 mhu 1.3.112.1: #i40092# Added missing forward declaration.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [04dec143d1437aa4c45391ed932319eafdf3ae40]

        INTEGRATION: CWS visibility03 (1.4.82); FILE MERGED 2005/04/04 17:33:08 mhu 1.4.82.1: #i45006# Replaced svtools/sbx*.hxx with basic/sbx*.hxx

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [824c06cb0e7c42b453ec682f75bc2f761beef988]

        INTEGRATION: CWS visibility03 (1.4.8); FILE MERGED 2005/04/05 09:14:20 mhu 1.4.8.1: #i45006# Adapted to ImageProducer service.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [8d1b56475d59bec4a9cb1b07167ed10ebb513496]

        INTEGRATION: CWS visibility03 (1.2.112); FILE MERGED 2005/04/05 09:14:19 mhu 1.2.112.1: #i45006# Adapted to ImageProducer service.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [837328bdf09a076c0035c28d1efc11ecfba58bd3]

        INTEGRATION: CWS visibility03 (1.3.112); FILE MERGED 2005/04/05 09:14:19 mhu 1.3.112.1: #i45006# Adapted to ImageProducer service.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [9b72e252f0d6ee32fd32cb210f7ebda123c7a626]

        INTEGRATION: CWS visibility03 (1.1.2); FILE ADDED 2005/04/05 09:13:24 mhu 1.1.2.1: #i45006# Copied from module forms (after move from svtools).

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [b31f4a8ba4885efdbbc6326a40bca38be408ad51]

        INTEGRATION: CWS visibility03 (1.24.10); FILE MERGED 2005/03/04 15:10:15 mhu 1.24.10.1: #i40092# Workaround ORowSetValue conversion operator ambiguity.

2005-04-13  Oliver Bolte  <obo@openoffice.org>  [6b396073e8b62055c9d649086c90c4e2815c2f4c]

        INTEGRATION: CWS visibility03 (1.2.136); FILE MERGED 2005/03/04 15:10:15 mhu 1.2.136.1: #i40092# Workaround ORowSetValue conversion operator ambiguity.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [94523ad3e55d33d609456167111cdcfea0d42910]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:17 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d546629dccd7a8c0ed2e25545ceade8978bbce77]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:16 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [22594535b2c5aa6d063a001eec8de5f6f19e84db]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:15 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b2c10369cd06f8acaf780ddd3fe5cd03331f95e6]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:14 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2313f31433a7fda88c2d67dd3231fe6222ca59c7]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:13 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e809fa233cbda2386c1b64cdb05139d29556b8c0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:12 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e18c156dcb137bb35e6c5debbebc8a29d2b859cc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:11 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0324bad2a69ef5f3ea39b669d184d89edf871cfe]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:10 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2498b20019f8127547a6e7de6336a87d0351d02e]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:09 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5cbed88f35fc0d5cf1e23a29c1094b0173a69a59]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:08 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d397f8933e21c2b0c10eb6ed1c42fc136c9b6be8]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:07 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [11a9c8c7a887e9354bfa97a99699ec67c2237549]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:06 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [669d3b98b49d43004649b03553c50fe41020b250]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:05 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [fd0c79f4bfc3d0dcc31545dcc6b1e74c3483995e]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:04 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e9638ff2a2cebb195720b12301a334f8b319a268]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:03 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5be5a90ade252d98877f6d8560c503809f0f5a45]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:41:02 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ee450b7c04b56fc8a265372eb90515bc700be949]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:57 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5a6fe1f241a040314953bcafce3b7c3d10ca7029]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:56 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a4236c5bfa39efa2ec71cc8f88bc2e2095216b79]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:55 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [da57ef198efefafdb57df837d029e2c3046c458a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:54 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f430996531fff19b1b2d66380b1038ab8a6419de]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:53 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [47b9617f6cda565ad49dd726c5df6003b5091d0b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:52 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [58280cf4cf88d84a85ec805d3eedb494fb0fa304]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:51 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [fdd3a132c8a5dc97bb4c0dd125e57c667ba50fed]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:50 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [bf22d60d81fe66971cab6174992213175b798f95]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:49 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0ae849441d68a1553a347f39b5c115c56776338f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:48 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [9dcd8db8c8121e9e34d1506b819d90f7431c7667]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:47 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f28ad9ac82eb34950a76002ddb6c0f3f65f2893d]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:46 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [13564739dfec9be847b69d3b8e53d2ac26f70ebe]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:45 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7141904704a5daaf85e4bdc8dd61d24280072af8]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:44 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4f50464cf3aecdce26590962e7b6758957b46b66]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:43 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [37d45f269906869bef0cfd98243e8a969bea1226]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:42 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0df9ecf213497b5d2deb3237cb6d3983330a07fc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:41 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [88f7c4ec267a1e5223c99da50d5c16c65e1b2dd0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:40 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6727c44b6be938fb5d6f5094e4d90787199914f2]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:39 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1b92de5df049715d14c9e3ac40d16d452414cb65]

        INTEGRATION: CWS impress44 (1.32.86); FILE MERGED 2005/04/07 10:28:26 sj 1.32.86.2: #46615# Listen for outside changes of the current page. (removed temporaries for linux) 2005/04/06 07:49:31 af 1.32.86.1: #i46615# Listen for outside changes of the current page.  Ignore the internal page changes.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ac68ab4c340fae18db7114a5b8cb91e32d146323]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:38 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [bd1f5ea880bf59cdbdc9ada34520aa4c2ce03853]

        INTEGRATION: CWS impress44 (1.66.8); FILE MERGED 2005/04/06 07:47:49 af 1.66.8.1: #i46615# Let the OutlineView ignore page changes when the preview is updated.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c22ce72abadc648145253eadf3545c7665045b20]

        INTEGRATION: CWS impress44 (1.18.8); FILE MERGED 2005/04/08 13:34:02 af 1.18.8.1: #i46615# Constructing EventMultiplexer earlier.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [df8fe59790ce952313ebd3eb0a506faaa314cdeb]

        INTEGRATION: CWS impress44 (1.87.8); FILE MERGED 2005/04/04 16:36:54 cl 1.87.8.1: #i46619# applied gcc33 patch from kendy@openoffice.org

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8348227b800e9f1967f3b256ec254bfa0d5eee96]

        INTEGRATION: CWS impress44 (1.6.8); FILE MERGED 2005/04/05 11:55:00 af 1.6.8.1: #i46671# Fixed repaint problems of selection rectangle.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [19cd866664cb138bc024061e5fc78800e10d32cf]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:37 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [97c68d012ab2825f6726ef1233430847ab37632d]

        INTEGRATION: CWS impress44 (1.4.156); FILE MERGED 2005/04/05 09:22:16 af 1.4.156.1: #i46605# GetColumnAtPosition() does not anymore return columns larger or eual to the maximum column number.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2c56eb79246ac2160d0b5b5b892199be9b28ffdf]

        INTEGRATION: CWS impress44 (1.9.8); FILE MERGED 2005/04/06 13:24:42 af 1.9.8.1: #i46675# In Resize() the preview cache is not invalidated anymore.  Now the window is invalidated.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ee28d28b3c88fdaa82ac9aba29ca7e99d583296a]

        INTEGRATION: CWS impress44 (1.3.18); FILE MERGED 2005/04/06 13:22:40 af 1.3.18.1: #i46675# Added argument to UpdateScrollBars() method.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [179fc66ed1bd73a248f2f97a1fc3341affdca003]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:36 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [64d527e9bcac51ddd1e03a47b0a19b7a16a57b98]

        INTEGRATION: CWS impress44 (1.4.10); FILE MERGED 2005/04/05 08:56:34 af 1.4.10.1: #i46672# Added DoDelete().

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [49715836df2021418df8551c16538d70470e512b]

        INTEGRATION: CWS impress44 (1.6.18); FILE MERGED 2005/04/06 13:22:03 af 1.6.18.1: #i46675# Added argument to Rearrange() method.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d25a361cdcdf2bff0dc8ee7b982bd3214e14e27f]

        INTEGRATION: CWS impress44 (1.14.10); FILE MERGED 2005/04/06 13:21:23 af 1.14.10.2: #i46675# Fixed update code after changing the number of columns. 2005/04/05 09:19:12 af 1.14.10.1: #i46605# Handling SID_PAGES_PER_ROW now calls SlideSorterView::Resize() for porper layouting.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b087b6d8524c6a5285576d2074e339357f8d3d69]

        INTEGRATION: CWS impress44 (1.19.10); FILE MERGED 2005/04/06 13:17:09 af 1.19.10.2: #i46675# Leaving the slide sorter removes the mouse over indicator. 2005/04/05 11:53:15 af 1.19.10.1: #i46671# Rectangle selection now selects slides that lie partly in the rectangle.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [12d210c068e127fdafbae06ac566ad987206d851]

        INTEGRATION: CWS impress44 (1.3.18); FILE MERGED 2005/04/06 13:19:59 af 1.3.18.2: #i46675# Fixed repaint problems caused by the scroll bars. 2005/04/05 11:52:13 af 1.3.18.1: #i46671# Prevent auto scrolling when visible area can not be scrolled any further in one direction.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [35142365eb337db1e47f443b8bbb7a1228ff87bd]

        INTEGRATION: CWS impress44 (1.11.10); FILE MERGED 2005/04/05 08:57:18 af 1.11.10.1: #i46672# Handling SID_DELETE differently from SID_CUT.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e8c8b1a231806884135974e41e10c2eb7a5ce216]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:35 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [df1b22f8424763a3b3b16626d2b60e8f31300f1e]

        INTEGRATION: CWS impress44 (1.14.10); FILE MERGED 2005/04/06 13:18:57 af 1.14.10.1: #i46675# Integrated part of i43687. Added argument to Rearrange() method.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b6b79ae92942cd6adc7a9c41acc467f361cc549e]

        INTEGRATION: CWS impress44 (1.4.160); FILE MERGED 2005/04/06 07:51:31 af 1.4.160.1: #i46615# Added methods IgnoreCurrentPageChanges() and EventMultiplexerListner and data member mbIgnoreCurrentPageChanges.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [269f6fa91357084cf94696774be0990583049971]

        INTEGRATION: CWS impress44 (1.27.232); FILE MERGED 2005/04/06 08:39:16 cl 1.27.232.1: #i46427# do not call SfxModule() with an empty factory as first factory

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0323af17d1d7cc8006724fd27324f3038743f910]

        INTEGRATION: CWS customshapemigration01 (1.131.6); FILE MERGED 2005/04/08 16:19:49 sj 1.131.6.2: RESYNC: (1.131-1.132); FILE MERGED 2005/04/04 13:31:04 sj 1.131.6.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e89a2245d367d2d012a6a3d1a97d240da2ba8264]

        INTEGRATION: CWS impress44 (1.10.140); FILE MERGED 2005/04/06 08:39:16 cl 1.10.140.1: #i46427# do not call SfxModule() with an empty factory as first factory

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [9ee0e2e758786aa8ef2bf16d24e8902f2ca41d3f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:34 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [49b016ae07cf0506fff9b330ba2cccf86160fece]

        INTEGRATION: CWS customshapemigration01 (1.73.100); FILE MERGED 2005/04/04 13:30:21 sj 1.73.100.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0b0297ac3c28dcad6f4d531013ab4f0d844211d9]

        INTEGRATION: CWS impress44 (1.7.96); FILE MERGED 2005/04/05 08:55:45 af 1.7.96.1: #i46672# SID_DELETE is now handled by FuTemporary.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b4507e21f76b77083be3876337e463c0a3962219]

        INTEGRATION: CWS customshapemigration01 (1.20.26); FILE MERGED 2005/04/04 13:30:21 sj 1.20.26.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [32595f501c5ef82c1541af091f8fb3619f8246cb]

        INTEGRATION: CWS customshapemigration01 (1.3.66); FILE MERGED 2005/04/04 13:29:22 sj 1.3.66.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c279f86c724fa3f902762fe5f179a0205936f523]

        INTEGRATION: CWS customshapemigration01 (1.6.26); FILE MERGED 2005/04/04 13:29:22 sj 1.6.26.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [bcd320ea4744372eada857b3c1d123c59fd10827]

        INTEGRATION: CWS impress44 (1.103.18); FILE MERGED 2005/04/05 15:05:19 sj 1.103.18.1: #i46652# fixed mapping of enhancedcustomshape glue points

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2c571d468e6d7ebcea5cf919b2b9de7a17ece295]

        INTEGRATION: CWS impress44 (1.6.26); FILE MERGED 2005/04/05 15:05:18 sj 1.6.26.1: #i46652# fixed mapping of enhancedcustomshape glue points

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [955ce6afd2bd57a1c2dab6c1de842a33b690be6d]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:33 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a7a8434bf969e26a865756333fe3c2c1e0815068]

        INTEGRATION: CWS impress44 (1.8.24); FILE MERGED 2005/04/05 15:05:19 sj 1.8.24.1: #i46652# fixed mapping of enhancedcustomshape glue points

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8a7be76111b4c9aa1fbcbeaccd11e9395f1d461c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:32 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c68256a07d04b92d24bf4ab352caee1d7859a470]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:31 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4d01c22d2d5b8eeb8ce240d4ba94b8fccbb5282f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:30 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a27ac9faba060b54c3c80f7625faa4cd369824ce]

        INTEGRATION: CWS customshapemigration01 (1.34.82); FILE MERGED 2005/04/08 15:18:45 sj 1.34.82.2: RESYNC: (1.34-1.35); FILE MERGED 2005/03/23 14:56:56 cl 1.34.82.1: #i45769# added missing undo action for InsertBookmark

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8fcf80ca92168deba0193e5bba13151eb9c78735]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:29 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8db1b8dcb67d37ebf650ecfb01306c9427bb20c1]

        INTEGRATION: CWS customshapemigration01 (1.67.68); FILE MERGED 2005/04/08 15:11:29 sj 1.67.68.2: RESYNC: (1.67-1.68); FILE MERGED 2005/04/04 13:33:56 sj 1.67.68.1: #i45755# CustomShapes can now be stored into OpenOffice.org format

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [450dccf3299c116181d61d403bcfd9e4356c3716]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:28 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0eae3ccb95f253130f48a14fb6a3d13aa7a1d72a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:27 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [30dd9da65293be785cd59f32b8b1e1d4941c2877]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:26 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c3ba6b969aad7d55dbb08e4cfbedbe95d92caa35]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:25 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cd0376ea7b4ecc012c0b027cd4d2b40a100150d5]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:24 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5a9bd4155e75e9661e449bd36372bf2ee8eb2903]

        INTEGRATION: CWS swqbugfixes22 (1.24.20); FILE MERGED 2005/04/11 05:55:55 od 1.24.20.1: #i46300# - undo changes for issue i45410

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [168584bc38ceb205e51e95bb9a1b090425a1ae95]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:23 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [9a3ced08f13469d91ec571a5c36c7abed5550672]

        INTEGRATION: CWS swqbugfixes22 (1.9.38); FILE MERGED 2005/04/11 05:52:57 od 1.9.38.1: #i46300# <SwBaseLink::SwapIn(..)> - deactivate fix for issues i9861 and i33293

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [eb5b06add7ffcab43892b7590def609c1df40269]

        INTEGRATION: CWS kendy07 (1.4.24); FILE MERGED 2005/04/11 16:45:13 kendy 1.4.24.1: #i42125# Fix build without Java.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e85d05b35d1b1ed949d39a76a8b630e286da73bb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:17 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [9d5437e9a81c1a03415afb229fbab56d9d8f850c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:16 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3882bf1ba9c27ea45b76361d9b82a29175b2db37]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:15 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [784ce984fd0183ac9f0ba446c83f89020515e7ad]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:14 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [63c156135f65191882e7b2aac48e3f4f8c04e80b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:13 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6b72e0681ba5e653aac0e73217ecf244cf558da8]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:12 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ec418080aafead6cea35e2799de1cb2cd0b4df31]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:11 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ff9c1f6694053bd8b6523e5b45ef0847dd576471]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:10 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [98fd9de337bf8a82d9e19b74f346df8c99dc8fec]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:09 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1a5d355f9a6dbb8586745c28ac4ac0e24a423a8e]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:08 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [098ca246cd3101c76e7d287637a9e6843f9b67f2]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:07 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [513a21d67426b16f76c7bb3a60a092267117ada0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:06 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [edaf5988618ccfbb1624009625ac1c71dc8d970b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:05 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [bf547265920a707b0c668d017a2984a4cca73423]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:04 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5fe12baa1a5e0e4cdbf12f5998748dc47bec7761]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:03 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [214d679456b0fb89d96220056d25453952434431]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:40:02 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7df795aabf0606e14647cb31f684893e06a609eb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:57 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d32a3874d68a36c4ef6d68fe90c6c4b223c631e7]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:56 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5ba4567aa8a0c0abad430a037eb250d0b19b0c18]

        INTEGRATION: CWS extras20 (1.16.6); FILE MERGED 2005/04/07 13:33:50 tv 1.16.6.1: #121137# mimetype handling for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ce97744295ee8680338024b38a9e1100e76aac14]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:55 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [20a72cc8270edff751a0275b6ab09e89607ff4c0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:54 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [40f102ba380930879778b71db0b44e7eb02dedfa]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:53 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6778417e24c62dc194a06cfce9267458ee6c359b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:52 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [26cf67b05ee748576b178104d6c0459133a7d89c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:51 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [fb61760920659b05b88fb7a289d7f805390ce87f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:50 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [80d1cbb432e22a5d3f0181718a29312c9c54c920]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:49 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [283e9b52e1faf39fddbad538d204305eebc91a7a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:48 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4079b37107b054cdfae27c8741de350861d08a1b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:47 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [caebc28c3599232bbd91acc00d53258da2f23f82]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:46 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [226f296677ed004d128ecf36cfbdb51923e5b940]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:45 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c4e7f06f371e701d134a8757fd4974a05bc54cea]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:44 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [24f4fa053205a1ae69f47162a645ac9946a69efb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:43 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d41425fcbf1fce817fcb010af1b4898db704541f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:42 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b37fe81796597a62f5d297341e37c46913caff15]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:41 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2df47861c301d640433e222493bd97eee67b1dde]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:40 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cca136ba875e268d65509fdc8662ae08aefeba41]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:39 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [33a6640f88cb8ce79f974c38c73769014dcc0c19]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:38 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [53400750fb07e346346c70895a6e4989a2861c5c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:37 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a5b139e9612f4b395f7a95f8057ee521f9dfca85]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:36 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [35d6cec346f6a3d7132978c54df4441aa493824c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:35 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0420ebc80178d925711e2a5b0e6269b17e3eaf28]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:34 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a2a75df59d5705dabce295ab91f111e760e1eaf4]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:27 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c0a4431b6e71e2d008f5fce15517ae1af0ce53bc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:26 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7007f00b49817cc73fa8af47f3dbab1ecac17421]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:25 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [07f131fa75d891bf4d11c67bd9305648c9ad76ff]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:24 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f811b4b4a12ed5a8305f322e6da2db6c10db3d86]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:23 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0d225fe5fe3a64909b4c0b66b996ba0dc52d6d50]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:22 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a5f7cf2ee0c5bc638e37afc9b1aa516c045535c2]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:21 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2bd017815c09ef92f0a309a6205710df34a71b78]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:19 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [54dcacbc9201172bee51e057271bdd39180700d7]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:14 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1b81dd0cffed6fd824004101f3e6c594f97f4bdc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:13 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a20a98f324eafc86f260fa295f3280bdf08bbcdb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:12 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [93ec4b957e2a9ce04339d0df97bd49cf0daf6016]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:11 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0b92305487634f07c952f4044268b65aa7107164]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:10 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [91fc07acafb2d748fec38d65716aa08983562062]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:09 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [aa3c42cc9faa62566da3992a18f6d1182e41f94f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:08 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d55885bee048cf4c7b25dbaf6aa5c1b0447b6780]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:07 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [66bbc43c2cb395b6bfeecc21bd8a82672d8c33d0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:06 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2537c914ccfd828bfce089a7cfeb370d22d8f053]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:05 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cfd16263fda8cc61dc23aac0b7fdaa8ed9759b2d]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:04 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [12348cf0b86a83b303a4c5e1c136a916377b8b97]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:03 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [84f81a8c24ba5f9661231997d231b08872ba23d9]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:02 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ace0175f968affa2cf0543ac37c77a6bde56c4e0]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:01 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8d68ede0780590bfa76a32f3b526c964db2e42d7]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:39:00 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [fc6c59fb2695ce9042e2070c8fa231ec70228b59]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:59 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [76545935d4d77b682680fabd11dd6b3598a48b4a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:58 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [76810f826683635a90bb98de97710fb9a91cfb68]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:57 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5f9dbcef552483486973503afee4cd4926d7c87e]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:56 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d012cd1d93187ad5b7c6be53f597311b51ec5328]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:55 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c18478401463c1c942b0215297d066585155f63f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:54 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [899b2f558697f319685607674ead61473ee2641b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:53 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5ca29f01f7e956e461f1b45125acd2bd2cce1dd1]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:52 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [dbb89766ab4c73bd8a22d149f5b3846689f9e24b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:51 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7787d6f58e61c300eeecc6d410e5c04fe2814b06]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:50 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ea93c4029de8b06d8bcef266b62348b2a021cedc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:49 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c3f94a434e2e772136579b9d809f0aefb43924a5]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:48 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a2111c5c3c390bd88c623d474fbc6aaa19418dcc]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:47 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [dc19ee3f05baf8cf98b375a6025571898f844f15]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:46 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1cf7f59b9e8acc6901e8ff045e9ae0796eb9113b]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:45 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8508eed9cd0a4f6020d1f3d1ddec7526dc5b9b29]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:44 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a85ed44ccfe243117e296e5c474468e2f43260ec]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:43 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [58007f67cf66e2deebe4985d6ad22f3d5e26f416]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:42 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1c9a7197b48f01a7b9991975f7f40dea2f97c26c]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:41 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2a193ec39da661e45f3d55f982c2d10dfe17957f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:40 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7591fe4976cb7efdb62c1b88e5fed14391444cc9]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:39 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [db9b7b1a512893f079b1f8af32d80e7fe133bb69]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:38 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [acbbae2f3514fc8288e9217cbd734ca32028d81a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:37 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0edfaa56e4811403f1da3c19ed584332de68f596]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:36 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [43ecab54095861a78be29ce54c1a32349d1a4e77]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:35 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [964421b7f6108ef2719359128948d98a8dfbcb27]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:34 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3ff5cce2d6fed5a5122caacd1fac69a261874ea1]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:33 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1fd32abb92db97a5c4058063d83abd790fcc4880]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:32 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [111998ad47006e33207ff6022b63fc4dcb4dc9f4]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:31 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e0fe1be9bdb533143205460df138ad201f38f296]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:30 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6acace32b563b989b8433179471fd482dc5d73ba]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:29 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7fa7fdf388c817421f933dd28a8f6b7a0d73350e]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:26 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6d9e7be9172f195377072249b05c7200ad88f3d8]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:22 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d6504f194481ccc38125e635b258f7e8c2cd38a9]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:21 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3362fc9a30c93278e970ce3462a3756ac81714bb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:20 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5b74b3607e93e5100bf5cb6e99a562bf5f6c6efe]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:19 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [18ac95487c0aba46fd11e367f82f76ab8aecdb7f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:18 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b5191714ae4e76be40108770f8c4f4addf4bea99]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:38:17 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8a2e3710fb65aa6d6005ebe9a020b8f7a8a68ea9]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:16 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [82bcac33b7500cd92953c3d988f677a79e680859]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:16 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1b0e427a45d12c1b986336be04df97eacdc21807]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:15 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [751d9d3414854860ecfc4362ef83d4dd926bc9d9]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:14 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [84802e2ed37633d8fa76d937e92e85a17ec64ef6]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:14 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [34f04f1c4290f48fa8e99eff3f810b8e9e8c2fc4]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:13 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [79127969eb0739ba1c9a92c76cb94c9f0ee69ef3]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:13 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e050427e0c529ce0dd6f00f83805e27088c1859b]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:12 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0cf826d0e3833571153f79ed37775b105618a509]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:12 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f52dabb01923cccf2234f69bc09ecfb02f5a9b8d]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:11 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a5d7f25771ffcc24ecaed9d2e7916aa9e10a11c2]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:09 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c83718acbdc0535da83e77e8abfa0c960f0e96c0]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:08 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e11209519d1166be0b51704ddcb0039bc540516f]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:07 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [da2963e442bcd4f7693cab0468b386a9e7c13281]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:07 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d1b9211cf8514360264583cb3fd72453c7e599a9]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:06 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2fcdb5d89e329b6de786403ac4cd7b1a0936ef73]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:06 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e782155c427b3b348bb096dc3e57a816e578cf61]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:05 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [71b410d26ee22302b886679c99d314a3851677ae]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:04 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [dc31d32f1831ce01e3faf108cb9bc35971f57b76]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:03 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2f54aa46fd58856f095bf43bfb5c760ed10d2a90]

        INTEGRATION: CWS extras20 (1.5.6); FILE MERGED 2005/04/06 16:38:02 tv 1.5.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7b8fc45c8c03b23be9e2d8d23c71eee997e3da86]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:02 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [f005b058a598f290ce12dc40308f279f054dc532]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:38:01 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5de051bdc076a067043db6dcc9b42bf9d0b20554]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:37:59 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2e3edc3c302b1bbb7e6b2ca2323cb9eb11f882f4]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:37:57 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [295e0fc4f7e5649688e7b383a187b82027d0c2ec]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:37:56 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7286049e6bfeec77af9b5e275787d0c65bcfa5c7]

        INTEGRATION: CWS extras20 (1.4.14); FILE MERGED 2005/04/06 16:37:54 tv 1.4.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3942036a6157a31f0f9da2ef23d8fa1607a39e05]

        INTEGRATION: CWS extras20 (1.4.14); FILE MERGED 2005/04/06 16:37:53 tv 1.4.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0ac9cc48e5546939c7c06521bb4d0b66fb9cc337]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:46 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [57b6ab8e62c43dd5a4261dd731682a82bcd859c2]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:45 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6c70f1d539a562f01e24fd3e85f6732b947a9515]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:44 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3c5569be17c4a0f6031b0f16cccda03cdc8cb06d]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:43 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [224d50c9320f002e86eb24b3ae54b8bf0949ec80]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:42 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [34a1e82e352143f46a636647bd7173f7b322cf4e]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:41 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [466532a7aaf9f6f49f10cb3449ef1af0d3862dc4]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:39 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [72768c33012cd25dbe70ef6d51e2ee5e97a4b5b9]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:38 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2a579f4135e493e88da2f1be88a4691248c1bde5]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:37 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [205e795ee3a961e2c49a44639a828059ed640d49]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:36 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cf98a688101d4a630ed38f3f8fd7e48561893cd0]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:31 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [99e1eea62a45070f2a31c2e5afd430215cbd0140]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:30 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [de2911a91126084becaaeea78d405921cb2ee771]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:30 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [eca895056ab25783b7ac6f8d8541814a5a5cc303]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:29 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0bc30c9fdcbb0a6b97fee9f82b637238d603bc70]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:28 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e2c4d707ae99ff0fe6b1471063cbd742e1d0fe2b]

        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>  [bf0079da83cd658995172f8b44d220360467c42c]

        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>  [1c6eafe2d2a1c1c9ce6209bacec90c46ba4aaa84]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:27 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [466ee652dc33a74cde84be6093bc5b0ad693deb5]

        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>  [660c07d46457f88d4b49567765d13bdaa4258b7f]

        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>  [e10280c44ae9cbb76050518b02a021b4c27b91bd]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:26 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0a03d42bdbdbf2c026a3f764d904f8b9a38d5a1d]

        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>  [2e00c78dc432db65942963d78fd5b60eb3235ad4]

        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>  [623e7dd83a50ebc8180e48c307e6aa3d67b56863]

        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>  [7b16edd32542afa2ec557124bf5df13f8ab77aec]

        INTEGRATION: CWS extras20 (1.5.14); FILE MERGED 2005/04/06 16:37:25 tv 1.5.14.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7859884f20d0779c021baf2b545d08831ab12fe2]

        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>  [72ddc357c1350f740ab58244b29de3487ac2a314]

        INTEGRATION: CWS extras20 (1.3.10); FILE MERGED 2005/04/06 16:37:23 tv 1.3.10.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ce652ed1a540103364326615f8323371455b5701]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:23 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [083fa340ffe7229225ab0ed24d495ae175493d24]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:22 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [bf4b5c7798f6c0591383d9225440e712ada3effd]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:21 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5e502db8c81d633b8674a5ce58f3ca8e256a4737]

        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-12  Oliver Bolte  <obo@openoffice.org>  [0e714bb1094a05d8ea1e9e1235bec4f67b62b325]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:20 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [325baf8cc45e2628476ff6eacd53c87e136ba851]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:19 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e4dec5b6d5b84e2552bae1869d227882ba7b9218]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:18 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [113c6f0129a3c0bedc4252118a40f6bc6e145c13]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:17 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d0126eeaa636189898200a4649c1f0d1e088fee1]

        INTEGRATION: CWS swqbugfixes21 (1.74.2); FILE MERGED 2005/04/06 13:40:05 od 1.74.2.1: #i46807# <SwTabFrm::CalcFlyOffsets(..)> - do not consider invalid 	 Writer fly frames.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3f35b7a3008a1f39458ab5b0cc994ff9c71368ac]

        INTEGRATION: CWS swqbugfixes21 (1.50.24); FILE MERGED 2005/04/06 13:35:52 od 1.50.24.1: #i46708# <SwLayAction::InternalAction(..)> - interrupt formatting: 	 - adjustment to avoid layout loop.

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [07aba41b3ae08f8ff72437f6470debed80a0f2a9]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:16 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [9a9fbd635f4799ebdc35dc9bdc924dc9c8425ff8]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:15 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [800b7fdb49fb7f15aed998ad8a762dfb2eca7bf8]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:14 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [efcf17b2129ddd14e04001950aaf7c6c36f04398]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:13 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [d252e84575e456f9e7b35c59aafdec5f7fb6d0ce]

        INTEGRATION: CWS calchelpcrash (1.43.230); FILE MERGED 2005/04/08 14:10:31 nn 1.43.230.1: #i46999# current view frame can be null in GetChildWinFromAnyView

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a1feab300e2f87a76ed231b41ac4e34f47f8af48]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:12 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [7ef9fb10516fae9d330522a743c283656faa00f0]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:11 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [de348266e746c2d74dbafb5f136cc68142e70582]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:10 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [a9644e2b3985d20284d8dd97f38a8df50718d91f]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:09 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [34eb8545c96c030d45117b455aa90dbce66a0a59]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:08 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ae28615690dc01bd502f7f7bc777fdb01cd3a524]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:07 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0f247265603dcb4362a41603a10fe1e2338eb3f0]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:06 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3dca785abe0452236aa01fc3fbb7f0356bac158a]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:37:06 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [88848adf2df811b703ffc240cc76ce6a94573085]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:05 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [29c4f359c762d0cb00e28e20f58a2a9db3dd3473]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:37:05 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [0c15f0a33166c74e8d272ce99bef1b9afba35138]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:04 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [81560301a872927186b85cca4dae73933327af16]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:03 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6d9003049ab103dea61605da1628529c9ed4f60b]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:02 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8f40f7dbe69697fc0f6ab30c98eb81194cb97c5f]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:01 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4564d8dd4008b5b95d0537da6aefd4f4bdff4d0c]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:37:00 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cde027d9bdbaf7f9d24b8503afe2be2a43600b83]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:59 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [5867cbccbff8d591d87d8c9ed7749a13f213d31b]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:36:59 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [182290923d9b0ba323ced38e8df7bada7b5179a6]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:58 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c18d56f2754a11a6eb63a2b8313fb7d935178797]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:57 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8b168bbc1b8da9a57640c911a8e0d6aac30a14e1]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:56 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [754aab867ae978a036fe230cd85fcb7efacad5e8]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:55 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1b2e1b693f009289fed33b444a51288585cadffb]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:54 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [663e000fcdcd23b2909d6cc8d09818293e41b709]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:53 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [790d9336e62588b00871c0cf4f86c6f243e17774]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:52 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4e690528e51aa46b4ed4754207b78c8a07257a56]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:51 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [cd2c1c76beaa0e7786fb78c1f8b56879836865f2]

        INTEGRATION: CWS extras20 (1.4.6); FILE MERGED 2005/04/06 16:36:51 tv 1.4.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [6c0ff01b32b642a77f46f70c6f23df84d8b68d96]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:50 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [764f2aa2cf172b3ef5e8c6b1fe8a3a60f9078fa7]

        INTEGRATION: CWS extras20 (1.3.40); FILE MERGED 2005/04/06 16:36:49 tv 1.3.40.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [533472fbf7106d9bb0900d29de4279249e1a2d9b]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:48 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c00104464c0bb4da701441eb8dca240fafe2533f]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:47 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [2504e2a690493620e64feaf4cc3b1d3e9babae9f]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:46 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c0404fa851169ad491877330231788907bdae38c]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:45 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [8b09cc95e3fa8b550b3484238cc16ac461168fbe]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:44 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [fdcd309b5fedceb38393c4bdfde80f0fa67ec6f1]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:43 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1b28f42badbdf5a3c4b96f2e278b810618e045ab]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:42 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e24b50c3d35acfaf4f2ef642f13c1a0056e30b68]

        INTEGRATION: CWS extras20 (1.4.32); FILE MERGED 2005/04/06 16:36:41 tv 1.4.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [c5c647d797d74879d7961b4f9b3480ab49f61971]

        INTEGRATION: CWS extras20 (1.3.10); FILE MERGED 2005/04/06 16:36:40 tv 1.3.10.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ca6753db8a1f4786cb1bf506146bb68cd508bcd2]

        INTEGRATION: CWS extras20 (1.3.10); FILE MERGED 2005/04/06 16:36:39 tv 1.3.10.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [1eb07731d38f56cc29448b5b57c6fa742a16a37d]

        INTEGRATION: CWS extras20 (1.3.10); FILE MERGED 2005/04/06 16:36:38 tv 1.3.10.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [4598ac1c91a00671fe6c8e2a3ae079568fb9519d]

        INTEGRATION: CWS extras20 (1.3.10); FILE MERGED 2005/04/06 16:36:37 tv 1.3.10.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e6444e8b8233877e09f8bce856cd2e1382cb4c5f]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:36 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [79670c96aaaa5ad48535546e82e546b153d9c7ac]

        INTEGRATION: CWS extras20 (1.3.32); FILE MERGED 2005/04/06 16:36:36 tv 1.3.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [185e24acc48cf31d3b6f0c184a4c3cfd20a78840]

        INTEGRATION: CWS extras20 (1.3.32); FILE MERGED 2005/04/06 16:36:35 tv 1.3.32.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [75c7b93e38c1083cdaa2b5950d92f77dbc568228]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:35 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [3324deefd1f2a25bd9735617615e349d615159eb]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:34 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [62e1bf00480d3ff968bb02357c924d72c4aed7d6]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:33 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [ad9cb2eac11e76429d604527388579873b4d058a]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:32 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [b2d494be77cbcb96afcbab6895b928082456e1a5]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:31 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [e1cd3b5c387c130722977079216a696c2c3a8384]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:30 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-12  Oliver Bolte  <obo@openoffice.org>  [44b203e454f48f6681f7e64889a6dcedd9a30663]

        INTEGRATION: CWS extras20 (1.2.6); FILE MERGED 2005/04/06 16:36:29 tv 1.2.6.1: #121137# correct mimetypes for templates

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [5fb125eaeb0e6dbcd948bdeeee9d60c397ae78e0]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b6e2d0d5bce04d27b9c7d2f73c01b43c4fcdca9d]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [97182473193e2410a4c3956f2017dbc7ff37db89]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [9f145a3afd8c52fb1a2ceb4d7e1862d9642d2af4]

        new version for SRC680

2005-04-11  Oliver Bolte  <obo@openoffice.org>  [e289bb54961a6ba8a2213fc0628ce3921b77bffb]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [b75020dd1253597e59cb1ec93d603135536ca1a3]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [fc1f38d386347732cd3bef396f21cec973722b65]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [856fd586f140166ab5ec1de09a5a5159e6093a1b]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [d7c239f86fdfed7862dd50b9d55271d92959d152]

        new version for SRC680

2005-04-11  Vladimir Glazounov  <vg@openoffice.org>  [1b53b3b680ac4ca07f1ff0be4bef45c7e077dda9]

        new version for SRC680

2005-04-11  Oliver Bolte  <obo@openoffice.org>  [3e6634c104767dd0a5e515e7ea008b3dddd29bed]

        #i10000# COMSPEC still needed

2005-04-11  Oliver Bolte  <obo@openoffice.org>  [5c86d50513826c774d8974627440a5a7f8bbe4e7]

        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-11  Oliver Bolte  <obo@openoffice.org>  [4ae9e6737ab0424105fcd6ed3ec451397a006b44]

        INTEGRATION: CWS vclshowstop02 (1.3.8); FILE MERGED 2005/04/07 17:48:06 pl 1.3.8.1: #i46947# answer to session manager in any case

2005-04-11  Oliver Bolte  <obo@openoffice.org>  [b1fdd94fa77eeb86dea866dad7d90c286bebbe59]

        SRC680

2005-04-11  Rüdiger Timm  <rt@openoffice.org>  [ea5189a22fd0d14a5b5ebdaf194dad6aeab325f2]

        #i10000# deliver log files did not get into zip files (and therefore did not get copied into CWS solvers).

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [35191ca61094c9e2bb960d3e67f57521ce781217]

        INTEGRATION: CWS dba32 (1.169.14); FILE MERGED 2005/04/05 13:03:13 fs 1.169.14.1: #i46409# more intelligent handling of connections, properly determine connection ownership

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e4647b2f1f0c2d4906f1a56fe47f14c99bc0069d]

        INTEGRATION: CWS dba32 (1.21.20); FILE MERGED 2005/04/05 13:03:35 fs 1.21.20.1: #i46699# don't assume existing model when leaning up after an error while loading

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [0719bace2b32644bb1f67896336cb3cb70e9c4c1]

        INTEGRATION: CWS dba32 (1.8.62); FILE MERGED 2005/04/06 13:20:51 oj 1.8.62.1: #i46798\ change size of title window and center icons

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1c735317790d4fe8fa91aa94c997c78b4800005f]

        INTEGRATION: CWS dba32 (1.3.114); FILE MERGED 2005/04/06 13:20:51 oj 1.3.114.1: #i46798\ change size of title window and center icons

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7f3f5018874e7ce03548df28d78a147a38782738]

        INTEGRATION: CWS dba32 (1.3.96); FILE MERGED 2005/04/06 13:20:50 oj 1.3.96.1: #i46798\ change size of title window and center icons

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [579f4c1c33124be2437cb50f4afe55e9f957e6ad]

        INTEGRATION: CWS dba32 (1.4.62); FILE MERGED 2005/04/06 13:20:50 oj 1.4.62.1: #i46798\ change size of title window and center icons

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [48314bb646eccbecbf9b5b7e573e40c46f982211]

        INTEGRATION: CWS systemdb (1.94.2); FILE MERGED 2005/03/31 08:28:05 rene 1.94.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3d7c3e3634bc1176da0466b6599a04e812d956c]

        INTEGRATION: CWS systemdb (1.4.142); FILE MERGED 2005/03/31 08:28:23 rene 1.4.142.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b04e09e8dfccb94bf24caa73c6afe64deb20f02]

        INTEGRATION: CWS systemdb (1.4.142); FILE MERGED 2005/03/31 08:28:22 rene 1.4.142.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [7e74967d0cf9a8057233ce5a4ad72b00ccad1c24]

        INTEGRATION: CWS systemdb (1.6.2); FILE MERGED 2005/03/31 08:28:21 rene 1.6.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [51108a4eea9b0a208f647430f4cae533562e989f]

        INTEGRATION: CWS systemdb (1.5.142); FILE MERGED 2005/03/31 08:28:20 rene 1.5.142.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb52a252d754627b4d8f1fa64a5b09ea16e93ff]

        INTEGRATION: CWS systemdb (1.5.2); FILE MERGED 2005/03/31 08:28:26 rene 1.5.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9034a616475b994d08a9115bd376490cfc702ba2]

        INTEGRATION: CWS systemdb (1.28.2); FILE MERGED 2005/03/31 08:28:26 rene 1.28.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1f2f1e24e0659e2fa47a024aff3d2956c1167c7d]

        INTEGRATION: CWS systemdb (1.96.2); FILE MERGED 2005/03/31 08:28:25 rene 1.96.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [54ecd55e5a8ad0e69c733be3a33473c0b52c1279]

        INTEGRATION: CWS systemdb (1.19.2); FILE MERGED 2005/04/06 08:13:03 rene 1.19.2.2: don't copy db.jar, add it to XCLASSPATH 2005/03/31 08:28:05 rene 1.19.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1e2cf6bf6228add040cfb0dadd8d486794e21a9a]

        INTEGRATION: CWS systemdb (1.15.2); FILE MERGED 2005/03/31 08:28:28 rene 1.15.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1ce001d7c9ea45452108b634d1ccd79bc1b0fa63]

        INTEGRATION: CWS systemdb (1.2.2); FILE MERGED 2005/03/31 08:28:27 rene 1.2.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2032397bba68a12c616ccd914fcc0f33c667d14e]

        INTEGRATION: CWS systemdb (1.19.24); FILE MERGED 2005/04/07 14:38:03 hjs 1.19.24.2: #i34430# avoid warnings 2005/04/06 08:13:04 rene 1.19.24.1: don't copy db.jar, add it to XCLASSPATH

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [2711619d8cb2359dd808b50fe227fe872e39471e]

        INTEGRATION: CWS systemdb (1.55.2); FILE MERGED 2005/03/31 08:28:18 rene 1.55.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [807bdec6ff40b58dd60067ddeb1f5955e3c0c81f]

        INTEGRATION: CWS systemdb (1.112.2); FILE MERGED 2005/03/31 08:28:16 rene 1.112.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [88f012f2d5870d3a069755185575b122123f4150]

        INTEGRATION: CWS systemdb (1.87.2); FILE MERGED 2005/03/31 08:28:27 rene 1.87.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree

2005-04-11  Rüdiger Timm  <rt@openoffice.org>  [0fcf7c6fdbe8e73e17b5287098512c32ceccbb85]

        #i10000# unnecessary mkdir-commands removed

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1d771d7bf79a8e9a65a25b484c612b04034b2659]

        INTEGRATION: CWS rt07 (1.17.2); FILE MERGED 2005/04/07 09:59:03 rt 1.17.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd1590bd9ad6f673a6f66e11c8d8768f9dc45bfe]

        INTEGRATION: CWS rt07 (1.9.2); FILE MERGED 2005/04/07 09:59:02 rt 1.9.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [340c646df7b467e1dd3d201ffcd18cfede5c7d1e]

        INTEGRATION: CWS rt07 (1.11.2); FILE MERGED 2005/04/07 09:59:02 rt 1.11.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [41b94f405ae6554d9287e9362e145274cb1beabf]

        INTEGRATION: CWS rt07 (1.19.2); FILE MERGED 2005/04/07 09:59:01 rt 1.19.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [1a9733822e9d496d5937f459fb6ec9475fe3ac5f]

        INTEGRATION: CWS rt07 (1.5.94); FILE MERGED 2005/04/07 09:33:26 rt 1.5.94.1: #i46826# Introduce print_message, print_warning, or print_error as replacement for 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [df176b046d1eae9b189cb411e40a8ebb5bbfdb08]

        INTEGRATION: CWS rt07 (1.5.92); FILE MERGED 2005/04/07 09:59:01 rt 1.5.92.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [226373f8e062d5e4d9370441907a712891780354]

        INTEGRATION: CWS rt07 (1.17.2); FILE MERGED 2005/04/07 09:59:01 rt 1.17.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [9eb09eb1a93d20f4d8d1e1d56011abb83bb43c7b]

        INTEGRATION: CWS rt07 (1.30.2); FILE MERGED 2005/04/07 09:59:01 rt 1.30.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [be6ab9ef4ca3064776e96b2bc291d93a0aea0df9]

        INTEGRATION: CWS rt07 (1.4.248); FILE MERGED 2005/04/07 09:59:00 rt 1.4.248.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4fdb04e5a6c3a60163f3e6f5b64369bd0010ca4a]

        INTEGRATION: CWS rt07 (1.27.2); FILE MERGED 2005/04/07 09:57:33 rt 1.27.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable. Call faspac-so.sh with -q option.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [3e763e26a1295ee650f25e18fa1a1a804abde512]

        INTEGRATION: CWS rt07 (1.6.248); FILE MERGED 2005/04/07 09:59:00 rt 1.6.248.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [44b967b909cd98391ee88217606233e1ed86a179]

        INTEGRATION: CWS rt07 (1.9.16); FILE MERGED 2005/04/07 09:59:00 rt 1.9.16.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [24e2586d1e8b89d6344288839a25bc8456c726a4]

        INTEGRATION: CWS rt07 (1.16.56); FILE MERGED 2005/04/07 09:59:00 rt 1.16.56.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [c988b1da26ed7174aadeb477fb2a50e872a72fba]

        INTEGRATION: CWS rt07 (1.9.56); FILE MERGED 2005/04/07 09:58:59 rt 1.9.56.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccb2c5e923116bc2ee6fc506a36bb686f1ad67b4]

        INTEGRATION: CWS rt07 (1.38.2); FILE MERGED 2005/04/07 09:24:14 rt 1.38.2.1: #i46826# Use print_message, print_warning, or print_error out of logger.pm instead of pure 'print' to make output more configurable.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [efabef968fe35e55dde10d1a8d584933c20e1093]

        INTEGRATION: CWS rt07 (1.79.8); FILE MERGED 2005/04/05 14:24:35 rt 1.79.8.1: #i45836# Patch submitted by aderigs: fix_file_permissions doesn't work in all cases

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [5a3c3b290451b48aabaadab2bdaaa07cc547c57f]

        INTEGRATION: CWS vq14 (1.9.18); FILE MERGED 2005/04/06 18:19:40 vq 1.9.18.2: #i30071# Fix comment. 2005/04/06 18:08:35 vq 1.9.18.1: #i30071# Cleanup solenv/inc/startup/

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [31a2cb7fb16493abeb2abbc64bd94ca7b5085f33]

        INTEGRATION: CWS vq14 (1.1.1.1.640); FILE MERGED 2005/04/06 18:08:35 vq 1.1.1.1.640.1: #i30071# Cleanup solenv/inc/startup/

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [b0f2007dd38b31d26ba1fb1be0cc68f108b0153a]

        INTEGRATION: CWS vq14 (1.7.252); FILE MERGED 2005/04/06 18:08:34 vq 1.7.252.1: #i30071# Cleanup solenv/inc/startup/

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [73a4b885c5729a9255080ab4aa99ef4288edf876]

        INTEGRATION: CWS kendy05 (1.5.80); FILE MERGED 2005/04/08 13:34:34 kendy 1.5.80.3: Issue number: #i47021# Submitted by: kendy "env" script renamed to "ooenv" not to be confused with /usr/bin/ooenv. 2005/04/08 13:15:13 kendy 1.5.80.2: Issue number: #i47021# Submitted by: kendy We should ask pkg-config about the Mozilla libraries location, otherwise it breaks with system Mozilla. 2005/04/08 11:41:10 kendy 1.5.80.1: Issue number: #i45071# Submitted by: mmeeks This patch allows one to run linkoo multiple times without trouble & yet still doesn't screw up the recent files implementation.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b24f6b20ecc7c4ac22951ef41ac2dc68b5f6e79]

        INTEGRATION: CWS configure9 (1.93.2); FILE MERGED 2005/04/08 15:43:47 rene 1.93.2.17: #i46873# don't use sed -r in java check.... 2005/04/07 21:15:36 rene 1.93.2.16: fix cut'n'paste errors and also add x_libraries to  to check. 2005/04/06 23:04:22 rene 1.93.2.15: move fi to right place... 2005/04/05 12:51:40 rene 1.93.2.14: more help whitespace improvements, and make help not exceed 80 lines where possible, 2005/04/05 10:10:09 rene 1.93.2.13: more test -n fixes don't emit a warning when PKGFORMAT is rpm / pkg and we don't have external EPM, in which case EPM_VERSION isn't set. Disable that check completely when using internal EPM since we know our epm is patched. 2005/04/04 20:37:29 rene 1.93.2.12: #i46624# whitespace fixes (alignment of help options) 2005/04/04 13:20:35 rene 1.93.2.11: RESYNC: (1.93-1.94); FILE MERGED 2005/04/04 12:51:17 rene 1.93.2.10: more crashup/symbol help fixes 2005/04/04 10:21:16 rene 1.93.2.9: don't enable Gtk/GNOME VFS per default for Mac OS X 2005/04/04 10:13:33 rene 1.93.2.8: regenerate configure 2005/04/04 10:01:52 rene 1.93.2.7: #i46572# make java check work if path contains space, as in Windows, thanks vq 2005/03/31 14:40:41 rene 1.93.2.6: #i46018# fix crashdump check output and change help test to say --disable-foo when the option is enabled per default... 2005/03/31 14:23:57 rene 1.93.2.5:  fix more checks wrt test -n and --disable-foo 2005/03/31 14:22:46 rene 1.93.2.4:  fix more checks wrt test -n and --disable-foo 2005/03/31 14:06:36 rene 1.93.2.3: #i45934# fix PASF check to make --disable-pasf work 2005/03/30 18:40:36 rene 1.93.2.2: #i46310# check for moc 2005/03/30 08:43:04 rene 1.93.2.1: #i46081# check for fontconfig version

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [e0879c04ea3dd999c5c0c6266ddb2494f04be156]

        INTEGRATION: CWS configure9 (1.54.6); FILE MERGED 2005/04/04 13:20:06 rene 1.54.6.3: RESYNC: (1.54-1.55); FILE MERGED 2005/03/30 18:40:39 rene 1.54.6.2: #i46310# check for moc 2005/03/30 17:40:35 vq 1.54.6.1: #i45875# Fix "Useless use of a constant in void context" warning.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [20462802bf81355c1ef5acc022e8cf7e81563ab6]

        INTEGRATION: CWS configure9 (1.111.2); FILE MERGED 2005/04/08 15:43:49 rene 1.111.2.16: #i46873# don't use sed -r in java check.... 2005/04/07 21:15:38 rene 1.111.2.15: fix cut'n'paste errors and also add x_libraries to  to check. 2005/04/06 23:04:25 rene 1.111.2.14: move fi to right place... 2005/04/05 12:51:42 rene 1.111.2.13: more help whitespace improvements, and make help not exceed 80 lines where possible, 2005/04/05 10:10:12 rene 1.111.2.12: more test -n fixes don't emit a warning when PKGFORMAT is rpm / pkg and we don't have external EPM, in which case EPM_VERSION isn't set. Disable that check completely when using internal EPM since we know our epm is patched. 2005/04/04 20:37:32 rene 1.111.2.11: #i46624# whitespace fixes (alignment of help options) 2005/04/04 13:19:49 rene 1.111.2.10: RESYNC: (1.111-1.112); FILE MERGED 2005/04/04 12:51:19 rene 1.111.2.9: more crashup/symbol help fixes 2005/04/04 10:21:18 rene 1.111.2.8: don't enable Gtk/GNOME VFS per default for Mac OS X 2005/04/04 10:13:14 rene 1.111.2.7: more option help improvements 2005/04/04 10:01:55 rene 1.111.2.6: #i46572# make java check work if path contains space, as in Windows, thanks vq 2005/03/31 14:40:43 rene 1.111.2.5: #i46018# fix crashdump check output and change help test to say --disable-foo when the option is enabled per default... 2005/03/31 14:23:59 rene 1.111.2.4:  fix more checks wrt test -n and --disable-foo 2005/03/31 14:06:38 rene 1.111.2.3: #i45934# fix PASF check to make --disable-pasf work 2005/03/30 18:40:39 rene 1.111.2.2: #i46310# check for moc 2005/03/30 08:43:05 rene 1.111.2.1: #i46081# check for fontconfig version

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [6615946e8876dcd82118bcaaab57bee8c4239991]

        INTEGRATION: CWS configure9 (1.9.194); FILE MERGED 2005/04/03 01:48:27 vq 1.9.194.1: #i45350# Remove outdated README.

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [15afc59b54a0155c1ae56537cee56dc2d3dfa214]

        INTEGRATION: CWS macosx05 (1.96.8); FILE MERGED 2005/04/10 16:37:24 pjanik 1.96.8.2: #i46802#: Simplify. 2005/04/10 04:18:18 maho 1.96.8.1: Issue number:  46802 Reviewed by:   pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fb5a427e4d371465549ab26146d754583e725207]

        INTEGRATION: CWS macosx05 (1.6.8); FILE MERGED 2005/04/10 04:18:20 maho 1.6.8.1: Issue number:  46802 Reviewed by:   pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [005e9d99a857a889cd09a37051f84344ff33066e]

        INTEGRATION: CWS macosx05 (1.19.8); FILE MERGED 2005/04/10 04:18:19 maho 1.19.8.1: Issue number:  46802 Reviewed by:   pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [f44ad36fdaf05852002eaa1ec09a663662dcd9a1]

        INTEGRATION: CWS macosx05 (1.2.6); FILE MERGED 2005/04/10 09:34:04 maho 1.2.6.2: *data -> *data_arg Reported by: pjanik 2005/04/10 03:51:47 maho 1.2.6.1: Prototype definition is wrong Issue number:  46548 Reviewed by: abi, pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [14b321bf4ec922a4867f6ae6d9d034a28c29606d]

        INTEGRATION: CWS macosx05 (1.15.6); FILE MERGED 2005/04/10 07:35:53 maho 1.15.6.1: enable mozilla connectivity stuff Issue number:  46546 Reviewed by:   pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [fabaca6e5319d4ef98754ab11bdab6a0ec4f5189]

        INTEGRATION: CWS macosx05 (1.3.6); FILE MERGED 2005/04/10 07:35:53 maho 1.3.6.1: enable mozilla connectivity stuff Issue number:  46546 Reviewed by:   pjanik

2005-04-11  Jens-Heiner Rechtien  <hr@openoffice.org>  [99a22186e43ccc7e350f076827102787e7073645]

        INTEGRATION: CWS macosx05 (1.18.6); FILE MERGED 2005/04/10 07:35:52 maho 1.18.6.1: enable mozilla connectivity stuff Issue number:  46546 Reviewed by:   pjanik

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d0547fe4abd8d0355dfe9bc91209507d0e56c26]

        INTEGRATION: CWS lo4 (1.4.6); FILE MERGED 2005/04/05 12:11:11 lo 1.4.6.1: #i46358# display user name page

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f0fef3565e884477c6c6cd5f19576c59cb79b718]

        INTEGRATION: CWS lo4 (1.5.6); FILE MERGED 2005/04/05 12:11:10 lo 1.5.6.1: #i46358# display user name page

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2392f4b6b925514f09ef7e949716bc2e85c30295]

        INTEGRATION: CWS lo4 (1.2.4); FILE MERGED 2005/04/06 17:00:39 lo 1.2.4.1: #i44434# remove wrong byte ordering mark (UTF8Y->UTF8)

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [1693081ec6dad3d6d337cee53fd8ef773de555fb]

        INTEGRATION: CWS lo4 (1.4.8); FILE MERGED 2005/04/06 11:44:14 lo 1.4.8.2: #i46620# fix seperators 2005/04/05 15:56:21 lo 1.4.8.1: #i46620# fix seperators

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [de1f0fcdf8824ebd956dd11690de3c385e9e098e]

        INTEGRATION: CWS lo4 (1.4.8); FILE MERGED 2005/04/05 15:56:21 lo 1.4.8.1: #i46620# fix seperators

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0192eb440fa517a7eb7b8c82305b1d4eff91421b]

        INTEGRATION: CWS lo4 (1.6.8); FILE MERGED 2005/04/06 16:43:07 lo 1.6.8.1: #i46620# ms xml filter config

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ddf85de93d3ed895f57d8e9423ff502b4011287]

        INTEGRATION: CWS lo4 (1.5.8); FILE MERGED 2005/04/06 16:43:06 lo 1.5.8.1: #i46620# ms xml filter config

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6c3f7ad6eeea50f5ab4fdd1dbdfbe66bbc56679b]

        INTEGRATION: CWS dvoqbfix2 (1.3.18); FILE MERGED 2005/04/01 14:09:30 dvo 1.3.18.1: #i46377# make sure DataNavigatorWindow uses the correct XFrame

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f01d3da3f2bbd6501f3ff7aba4953e15dbedbb32]

        INTEGRATION: CWS dvoqbfix2 (1.4.18); FILE MERGED 2005/04/01 14:09:30 dvo 1.4.18.1: #i46377# make sure DataNavigatorWindow uses the correct XFrame

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [cd94a84f5ee06f040014d343fabecc994ee2c953]

        INTEGRATION: CWS dvoqbfix2 (1.74.178); FILE MERGED 2005/04/01 17:03:32 flr 1.74.178.1: #i46087# patch from james_clark; complex texts needs the undocumented SPRM 0x0882 with param 0x81.

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f1b1bbf020d9ce52c6a8f52f8f64e80af93b1249]

        INTEGRATION: CWS dvoqbfix2 (1.49.4); FILE MERGED 2005/04/01 16:27:10 dvo 1.49.4.1: #i45918# use 0-based API for outline level of user-index-marks

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [ccd810e4ad4b0780460388d5eb7db2d0c5e081a0]

        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>  [5413ca8a78c9d82957e09c6842d210c16d9c0ff8]

        INTEGRATION: CWS xmlsec11 (1.24.6); FILE MERGED 2005/04/05 15:23:26 mav 1.24.6.1: #46669# check document security status on demand

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fbe1268c1796ef038ba4d06f479ede99f453f8a7]

        INTEGRATION: CWS xmlsec11 (1.160.6); FILE MERGED 2005/04/05 15:23:25 mav 1.160.6.1: #46669# check document security status on demand

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [aa9502ab44958fd49b60ea67a9e0b3b4c530e1b3]

        INTEGRATION: CWS xmlsec11 (1.81.26); FILE MERGED 2005/04/06 12:40:12 mt 1.81.26.2: RESYNC: (1.81-1.82); FILE MERGED 2005/04/05 15:23:25 mav 1.81.26.1: #46669# check document security status on demand

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [8556fdea7b0bc2e9cbc03498a19242434ff0a568]

        INTEGRATION: CWS xmlsec11 (1.63.6); FILE MERGED 2005/04/05 15:23:24 mav 1.63.6.4: #46669# check document security status on demand 2005/04/04 11:52:06 mt 1.63.6.3: #i46486# signature while loading, merged fix from MAV, cws FWKFINAL9 2005/04/04 10:37:58 mt 1.63.6.2: RESYNC: (1.63-1.64); FILE MERGED 2005/04/01 10:09:24 mt 1.63.6.1: #i46449# Correct Error Message for broken macro signatures...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [72c3ebef5870b591e14eff579f2f96f0ed28119c]

        INTEGRATION: CWS xmlsec11 (1.101.26); FILE MERGED 2005/04/01 11:51:02 mt 1.101.26.2: #i46449# added new line to end of text 2005/04/01 10:09:22 mt 1.101.26.1: #i46449# Correct Error Message for broken macro signatures...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [2c1e76582da10b8dfe04775a872ef2172bdf99eb]

        INTEGRATION: CWS xmlsec11 (1.5.26); FILE MERGED 2005/04/08 13:58:19 mt 1.5.26.1: ...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b7da5793f13b282ab031ca5f0740178274cdaa1]

        INTEGRATION: CWS xmlsec11 (1.1.2); FILE ADDED 2005/04/08 13:07:01 mt 1.1.2.1: ...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [b38ce587aa04e74ef4c73e33c51ff7d008b7b2b3]

        INTEGRATION: CWS xmlsec11 (1.1.2); FILE ADDED 2005/04/08 13:06:28 mt 1.1.2.1: ...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [0e3ecceae2b4100b712298d2c9a8cd5e91d031f7]

        INTEGRATION: CWS xmlsec11 (1.21.6); FILE MERGED 2005/04/04 10:25:11 mt 1.21.6.2: RESYNC: (1.21-1.22); FILE MERGED 2005/03/31 15:49:56 mt 1.21.6.1: #i45295# Raise macro security dialog even without security environment

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [11f595567334519f6eefb13a785193866e97c5e4]

        INTEGRATION: CWS xmlsec11 (1.18.2); FILE MERGED 2005/04/06 06:35:38 mt 1.18.2.4: #i46696# KEY_NOT_FOUND can also happen if certificate is not attached... 2005/04/06 05:13:26 mt 1.18.2.3: #i46696# Handle KEY_NOT_FOUND as valid signature... 2005/04/04 18:01:55 mt 1.18.2.2: i46611# Don't keep invalid entries in list box... 2005/04/04 13:06:00 mt 1.18.2.1: #i46611# Don't catch exception too early...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [fec0cdadefe460288d4eebde991c88a1c5eed66e]

        INTEGRATION: CWS xmlsec11 (1.18.6); FILE MERGED 2005/04/06 06:35:37 mt 1.18.6.4: #i46696# KEY_NOT_FOUND can also happen if certificate is not attached... 2005/04/05 10:16:36 mt 1.18.6.3: #i46696# wrong broken declaration... 2005/04/04 10:24:23 mt 1.18.6.2: RESYNC: (1.18-1.19); FILE MERGED 2005/03/31 15:49:56 mt 1.18.6.1: #i45295# Raise macro security dialog even without security environment

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [09302ad8e24918103a36d5bf42a4c9f33cf3fdf4]

        INTEGRATION: CWS xmlsec11 (1.1.2); FILE ADDED 2005/04/08 13:49:55 mt 1.1.2.4: small update... 2005/04/08 13:04:01 mt 1.1.2.3: prj cleanup... 2005/04/07 11:59:52 mt 1.1.2.2: some updates... 2005/03/31 14:30:46 mt 1.1.2.1: Changed formatting, fixed some wording... Issue number: Submitted by: Reviewed by:

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [5946d14a6e9b04dc5fe1c8bfff0b6d61efd39dc1]

        INTEGRATION: CWS impress43 (1.6.2); FILE MERGED 2005/03/31 09:45:53 af 1.6.2.1: #i46282# Added missing initialization of members.

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [650d6cbb9ceae38cd73e8413917ab96dfad9f7f5]

        INTEGRATION: CWS impress43 (1.6.10); FILE MERGED 2005/03/31 12:40:27 af 1.6.10.1: #i46387# Make(Selection,Rectangle)Visible() return vertical offset.

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [f3070ab97c2e2992e5842b128a54dac4699140ba]

        INTEGRATION: CWS xmlsec11 (1.1.2); FILE ADDED 2005/04/08 13:04:24 mt 1.1.2.1: old integration...

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [373d080b9d60bf895725c5fa526ec143d6709b2c]

        INTEGRATION: CWS impress43 (1.14.2); FILE MERGED 2005/03/31 12:39:31 af 1.14.2.1: #i46387# Fixed handling of scrolling while painting.

2005-04-08  Jens-Heiner Rechtien  <hr@openoffice.org>  [6003b4693919d625e18bf4c34f2ba89646191f4c]

        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>  [916d9f607b75d799abedcafe43754af73a9ba030]

        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>  [77c9ef8f8d597b2255463230c5905e15b1c2f315]

        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>  [6c07eca049728ccfd42464c226c30ac61697d260]

        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  Jens-Heiner Rechtien  <hr@openoffice.org>  [5450c3b6b7cdd4bd9dcd470d282aa5a30d723cd0]

        INTEGRATION: CWS cmcfixes3 (1.2.12); FILE MERGED 2005/03/16 09:11:00 cmc 1.2.12.1: #i45100# disable support for libgcj.5

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [81891fb83753037ff102b375bb97f1c4c136bcd0]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [cb543dcd854d835f18de9dbae6a85fbee58b2681]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [4399491f486778f962c0cee6c7945abd90958b30]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [ebb317f0fc60735a1a10d30bfa3e24a5d192ff61]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [d438dd8cdcb50d386b3352a3d81b9704a74ad7a8]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [dfb047877e34fe954ca99c1c0b2f350834a30ec5]

        new version for SRC680

2005-04-08  Vladimir Glazounov  <vg@openoffice.org>  [f576639e51b3f9b96b717223d1f889406d909841]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [3660c5ddd762cdc1ef9eb230ec3213162882e59e]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [b92c326d031de74ccadc85b1f040e920fa0b2d9c]

        new version for SRC680

2005-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c879cd5e4041a70452b5b8f91100aee781661f96]

        #i10000#: add missing CPU macro

2005-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d59f4612be124b4be6f83bcabbec9a4d7a55c2]

        #i10000#: disable optimization for SolarisSparc only. CC++ 5.5 for Solaris X86 has an ICE on smilfunctionparser.cxx *without* optimization

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [542aca68d2047dd1eece6f169b5d64612e57d49b]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [89dfd9629e0848a64b51eb92d23981392f909509]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [74934518b4bb44afb63aec0267a48b2781102c6d]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [2a271d5ed0834feb78e713788cd494ba2503c45c]

        new version for SRC680

2005-04-07  Vladimir Glazounov  <vg@openoffice.org>  [a53b33f6f43741858bf0ab44a3d09dcd4f797025]

        new version for SRC680

2005-04-07  Jens-Heiner Rechtien  <hr@openoffice.org>  [9c85b0cac8aa73d6444bf619e7f63017ef51d94f]

        #i10000#: fix uninitialized value if env. variable JDK is not set

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3a719ed071e66f6a4db21f606e755cdca99833ba]

        #i46843#: empty symbol list

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [800fc7bcb9ddd236f75f2f11ebfd03d0e5fbdcbf]

        #i46843#: empty symbol list

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [cfc951def8d4bbd9ccb0b6fdcd5c4d1c9d616699]

        #i46843#: empty symbol list

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [da6ee582caa0e837d0cd5251697e9f0e868885cd]

        SRC680

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [8fa23aff4ac4f551c54d6cce18c1b54f91e3012c]

        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>  [63b57455a0c59a506ae6d1941da0770e73560ca0]

        INTEGRATION: CWS so8betaloc (1.134.58); FILE MERGED 2005/04/04 16:56:39 gh 1.134.58.1: merging languages

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [1204f57177def21fff8dffb6052c563fd48947de]

        INTEGRATION: CWS so8betaloc (1.12.18); FILE MERGED 2005/03/03 19:56:12 ihi 1.12.18.1: Additional context error output

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [8d74fc8c60d9a03fec36fabd8d62453437ec36bd]

        INTEGRATION: CWS cmcfixes5 (1.7.398); FILE MERGED 2005/04/04 12:16:31 cmc 1.7.398.1: #i46599# memset is the wrong way around

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [24eef6100f33b0467ac4167817f2adaf360a3320]

        INTEGRATION: CWS cmcfixes5 (1.5.154); FILE MERGED 2005/04/04 12:18:36 cmc 1.5.154.1: #i46603# add boost using stuff to exceptionfiles for systemboost

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [98891e74bc12823431bd49fd716f18b98cae11e7]

        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-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ac297e2316dacf7f65a5d489de0212cac1e05819]

        INTEGRATION: CWS dba31 (1.62.4); FILE MERGED 2005/04/05 08:10:09 oj 1.62.4.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4015187d274957cdea894cb23c696d78347d57db]

        INTEGRATION: CWS dba31 (1.10.4); FILE MERGED 2005/04/05 08:10:08 oj 1.10.4.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [028692d4a8294afb7d432429cc4406197e82b123]

        INTEGRATION: CWS dba31 (1.45.18); FILE MERGED 2005/04/05 08:13:39 oj 1.45.18.1: #i46608# use empty document url even for database

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [495293f1afd28f1615ab769bef5b981e1728f3a3]

        INTEGRATION: CWS dba31 (1.13.18); FILE MERGED 2005/04/05 08:10:48 oj 1.13.18.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [77edfa710660bd036c55692754339bb2d6a20f7a]

        INTEGRATION: CWS dba31 (1.9.18); FILE MERGED 2005/04/05 08:10:48 oj 1.9.18.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f411867b30f66bed1de13e94b32968387ea705cd]

        INTEGRATION: CWS dba31 (1.18.12); FILE MERGED 2005/04/05 08:10:47 oj 1.18.12.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [bf10d4bb851217c709b4c00684290ff5f02a36a9]

        INTEGRATION: CWS dba31 (1.19.4); FILE MERGED 2005/04/05 08:10:09 oj 1.19.4.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [4b31562c0d0526bf29280d625d21f57bed243541]

        INTEGRATION: CWS dba31 (1.5.4); FILE MERGED 2005/04/05 08:10:09 oj 1.5.4.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [87c515f333642a9634bee8a6aa6917dc1cfc36b8]

        INTEGRATION: CWS dba31 (1.2.64); FILE MERGED 2005/04/05 08:10:09 oj 1.2.64.1: #i46465# return document defintion to controller

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [222240e41f96a6a7a9cdab1bc09bb03c391477a9]

        INTEGRATION: CWS gcj4 (1.93.4); FILE MERGED 2005/04/01 08:51:00 cmc 1.93.4.1: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [895778833a610f82ec54431f0a86208545e9070e]

        INTEGRATION: CWS gcj4 (1.27.2); FILE MERGED 2005/04/04 08:20:10 cmc 1.27.2.1: #i46582# rhino is buildable with gcj 4.0.0 now, so scripting can use it as well, so no ifdef GCJ required in scp2 anymore

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f83ec656bd16b4c97a34ed0d5ba8e01d58df09b3]

        INTEGRATION: CWS gcj4 (1.77.2); FILE MERGED 2005/04/04 08:20:10 cmc 1.77.2.1: #i46582# rhino is buildable with gcj 4.0.0 now, so scripting can use it as well, so no ifdef GCJ required in scp2 anymore

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [52b458c8d7b37db74a9f5db152ee68aa617f35d1]

        INTEGRATION: CWS gcj4 (1.4.6); FILE MERGED 2005/04/04 08:06:12 cmc 1.4.6.1: #i46582# rhino is buildable with gcj 4.0.0 now

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f5b7ee745afb66be2cfc56c03ce88723f5d5d8d0]

        INTEGRATION: CWS gcj4 (1.54.8); FILE MERGED 2005/04/01 08:51:03 cmc 1.54.8.1: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [87193726524f9b9eff3599ac59abba00845d35da]

        INTEGRATION: CWS gcj4 (1.111.4); FILE MERGED 2005/04/01 08:51:03 cmc 1.111.4.1: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [9f6cd99bb9061abfaf7ff3929870aaaaa0b637ed]

        INTEGRATION: CWS gcj4 (1.4.12); FILE MERGED 2005/04/04 08:10:29 cmc 1.4.12.1: #i46582# rhino is buildable with gcj 4.0.0 now, so scripting can use it as well

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [852ad085ac14bfa1bb8a8d6fcc19446ec4acd736]

        INTEGRATION: CWS gcj4 (1.168.10); FILE MERGED 2005/04/01 08:51:51 cmc 1.168.10.1: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [51395dfeb55eac902b7f354d4aeb9359cb5572e1]

        INTEGRATION: CWS gcj4 (1.79.4); FILE MERGED 2005/04/01 14:32:21 cmc 1.79.4.2: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2 2005/04/01 08:51:50 cmc 1.79.4.1: #i45925# enable using gcj-dbtool during gcj build to speed up helpcontent2

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [fc3567365f57a36572d3fcd519246d4ad00458f1]

        INTEGRATION: CWS hsqldb4 (1.96.62); FILE MERGED 2005/03/31 11:51:05 fs 1.96.62.1: #i41785# alterColumns: also take into account changed type names

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [561a4a6a11de51aa97f1cc0230a6c03803562688]

        INTEGRATION: CWS hsqldb4 (1.17.28); FILE MERGED 2005/03/31 11:50:21 fs 1.17.28.1: #i41785# +GetTypeName

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [39e98930fdda284ccd02b20bb57419039790f0a8]

        INTEGRATION: CWS hsqldb4 (1.5.24); FILE MERGED 2005/03/31 11:54:54 fs 1.5.24.2: #i41785# being an SDBCX driver now 2005/03/31 09:16:55 fs 1.5.24.1: pseudo-resync to m90, which is not ready yet (and thus not available to real resync)

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [6a82cd46a4acf7d33ff3fe8cefd41735fc2a9724]

        INTEGRATION: CWS hsqldb4 (1.9.56); FILE MERGED 2005/03/31 11:50:01 fs 1.9.56.1: #i41785# +GetTypeName

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [8ab36b026be588487e2a82cce29f8e144d8b1e5c]

        INTEGRATION: CWS hsqldb4 (1.4.4); FILE MERGED 2005/03/31 11:53:38 fs 1.4.4.2: #i41785# some more debug-only diagnostics 2005/03/31 09:16:55 fs 1.4.4.1: pseudo-resync to m90, which is not ready yet (and thus not available to real resync)

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [53c19e3d0cee34d7a6ef9dbcd29038fff9094ba4]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:56:20 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e466790874f2a7f53aa3a7d17cd7400543db91a]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:56:11 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [77389d59a13f42d8ad18165da56c65cfa7ead07f]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:56:00 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbb3da6e900cac31639202ef09986f0a7bb7d95d]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:55:49 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [e6f243af728770f8e33c6be665c11bbfd1309ad1]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:57:11 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ddb9fb22e36945b4c2764dcc9efafc8fdc01211a]

        INTEGRATION: CWS hsqldb4 (1.5.4); FILE MERGED 2005/03/31 11:51:53 fs 1.5.4.1: #i41785# (patch supplied by OJ)

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [72f618ff2150e71c60d5f86c64d08ba5779629d9]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:55:38 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [72a16e4b1b3f3727dd45857ddc1f0e84b70568cf]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:55:27 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [b020d9875c8efa60a00f07463952de3d4f804ace]

        INTEGRATION: CWS hsqldb4 (1.2.58); FILE MERGED 2005/03/31 11:53:50 fs 1.2.58.1: #i41785# being an SDBCX driver now

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [20e8c64ff72fdeeea6679e60587e5b2a4a5df5a2]

        INTEGRATION: CWS hsqldb4 (1.4.4); FILE MERGED 2005/03/31 11:53:00 fs 1.4.4.1: #i41785# some more traces

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [04d7cc0461639475f738f78ac5b775acc2702094]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:55:12 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [c4a4332aaeab3c5e3f11fd27ce7abce3ac6f504c]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:57:27 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a2a89fc5e2258a6ef4d286f5b1153207356d31c5]

        INTEGRATION: CWS hsqldb4 (1.5.4); FILE MERGED 2005/03/31 11:52:46 fs 1.5.4.2: #i41785# some more traces 2005/03/31 09:16:53 fs 1.5.4.1: pseudo-resync to m90, which is not ready yet (and thus not available to real resync)

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0bec0ade7bdbfbb0de5b7a5054aeea533c87a85c]

        INTEGRATION: CWS hsqldb4 (1.9.4); FILE MERGED 2005/03/31 12:23:02 fs 1.9.4.3: #i10000# 2005/03/31 11:52:16 fs 1.9.4.2: #i41785# (patch supplied by OJ) SDBCX driver 2005/03/31 09:16:53 fs 1.9.4.1: pseudo-resync to m90, which is not ready yet (and thus not available to real resync)

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ff45096ce395f94a91390ac9e6706985866b436e]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:55:01 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [99cef96dce7bd11a9b8cb4ad600d979fb3aafe81]

        INTEGRATION: CWS hsqldb4 (1.1.2); FILE ADDED 2005/03/31 11:54:50 fs 1.1.2.1: #i41785# (provided by OJ) implementing an SDBCX driver

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [654084da2ee0b041e9d9e37005871d52eb26b7ed]

        INTEGRATION: CWS dbwizard5 (1.13.62); FILE MERGED 2005/03/31 09:41:14 va 1.13.62.1: #i46274# Modified BASIC macro.

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7c2f68eb18048f3dade2ac48b396e4ad4e3ae76]

        INTEGRATION: CWS dbwizard5 (1.4.2); FILE MERGED 2005/04/01 15:39:27 bc 1.4.2.2: ##'IsAutoIncremented' modified Issue number: Submitted by: Reviewed by: 2005/03/31 10:10:03 bc 1.4.2.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [e3392e9087c41cc4522688a1a286ff397d5350a4]

        INTEGRATION: CWS dbwizard5 (1.5.2); FILE MERGED 2005/04/01 15:39:26 bc 1.5.2.1: ##'IsAutoIncremented' modified Issue number: Submitted by: Reviewed by:

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [5600800b2a6203a47f3ee20c41d1ff048f2ea48d]

        INTEGRATION: CWS dbwizard5 (1.4.2); FILE MERGED 2005/03/31 10:10:03 bc 1.4.2.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [727b42737f786fc4d9cbd1cd8cbb2b9f0136c770]

        INTEGRATION: CWS dbwizard5 (1.12.78); FILE MERGED 2005/03/31 10:10:02 bc 1.12.78.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [7d2150178e3f9388ee7250df54f382f04f34fb8e]

        INTEGRATION: CWS dbwizard5 (1.62.2); FILE MERGED 2005/03/31 10:10:02 bc 1.62.2.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [bfbc6eb4d5dbe4c99d5842a86e2f2d31acbdc7e1]

        INTEGRATION: CWS dbwizard5 (1.10.2); FILE MERGED 2005/03/31 10:10:01 bc 1.10.2.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [86dd7aba4b1864878a534ba39e99bfea88d6e591]

        INTEGRATION: CWS dbwizard5 (1.8.6); FILE MERGED 2005/03/31 10:10:00 bc 1.8.6.1: #i46302# makefile of commonwizards.jar modified

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [3195428e4c5da8f8b7a637d085523161c7019995]

        INTEGRATION: CWS ccpatch (1.3.10); FILE MERGED 2005/04/01 13:52:27 dbo 1.3.10.1: #120732# workaround sunpro CC opt bug for safe-bool idiom

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [740299fc7043bfbf915d00e151158f403267eb7e]

        INTEGRATION: CWS ccpatch (1.2.12); FILE MERGED 2005/04/01 13:52:26 dbo 1.2.12.1: #120732# workaround sunpro CC opt bug for safe-bool idiom

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [22d47f11791f96ae11fa32c7daefba771b22ee67]

        INTEGRATION: CWS ccpatch (1.7.10); FILE MERGED 2005/04/01 13:52:26 dbo 1.7.10.1: #120732# workaround sunpro CC opt bug for safe-bool idiom

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [9443fe322c7af93f03e39edd626e8305b8398edd]

        INTEGRATION: CWS ccpatch (1.1.2); FILE ADDED 2005/04/01 13:52:25 dbo 1.1.2.1: #120732# workaround sunpro CC opt bug for safe-bool idiom

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [ebbf7700342d0186e6c8737586702563c4efa0e5]

        INTEGRATION: CWS ccpatch (1.2.4); FILE MERGED 2005/04/01 14:04:18 dbo 1.2.4.1: #120732# using optimization for sunpro CC again except for smilfunctionparser.cxx, eventmultiplexer.cxx; worked around safe_bool idiom optimizer bug in boost (CC -xO3 ...) Issue number: Submitted by: Reviewed by:

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [773114e565525269dc11edfc5d881eb42b578b40]

        INTEGRATION: CWS ccpatch (1.8.4); FILE MERGED 2005/04/04 10:07:45 dbo 1.8.4.2: #i43928# root cause for crash in eventmultiplexer.cxx was sunpro CC problem with opt -xO3 Issue number: Submitted by: Reviewed by: 2005/04/01 14:04:17 dbo 1.8.4.1: #120732# using optimization for sunpro CC again except for smilfunctionparser.cxx, eventmultiplexer.cxx; worked around safe_bool idiom optimizer bug in boost (CC -xO3 ...) Issue number: Submitted by: Reviewed by:

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [2bbd5c4f8bfca7807b3745735a561b3dbf9c56b1]

        INTEGRATION: CWS dba29 (1.18.6); FILE MERGED 2005/03/31 13:19:53 fs 1.18.6.2: #i46396# suspend: do not remember the suspended state if suspension was not successful 2005/03/30 10:20:30 fs 1.18.6.1: #i45908# renaming a query doesn't need a connection

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [5e0c486d92d3bfbc800a0b93551f15b1c4aee0ce]

        INTEGRATION: CWS dba29 (1.15.4); FILE MERGED 2005/04/01 10:56:46 fs 1.15.4.1: #i46412# m_pChildCommitListen->dispose before cleaning it up, to ensure that it doesn't forward any events we are not interested in anymore

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [a61e13c7431d6b389cb38076b41ea6ff45b0fa09]

        INTEGRATION: CWS dba29 (1.5.212); FILE MERGED 2005/04/01 11:40:34 oj 1.5.212.1: #i45195# change order of control creation

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [bbd13e314db49cfa8c3e2fa82367a8ac32862a13]

        INTEGRATION: CWS dba29 (1.14.2); FILE MERGED 2005/03/31 07:08:01 fs 1.14.2.1: #i46288# implCheckPage renamed to impl_isFormPageContainingForms - if this were the original name, #i46288# would perhaps have been prevented :-

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [77a3d36408fa4d4839c47630dc1a2f5f140bda96]

        INTEGRATION: CWS dba29 (1.28.2); FILE MERGED 2005/03/31 07:08:34 fs 1.28.2.1: #i46288# implCheckPage renamed to impl_isFormPageContainingForms / seekPage more tolerant, now also can be applied to pages not containing forms at all

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [0929a842c9640d4682e0f23ff3f6abe2c421b118]

        INTEGRATION: CWS impress42 (1.42.76); FILE MERGED 2005/03/30 13:03:22 af 1.42.76.1: #i45329# Made some radio buttons wider.

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [f173bbb0ee32dde66f4637b50e7711999d1ece7f]

        INTEGRATION: CWS impress42 (1.9.2); FILE MERGED 2005/03/31 15:11:44 cl 1.9.2.2: fixed compile problem under linux 2005/03/30 12:17:22 cl 1.9.2.1: #i45331# fixed layouting for long strings

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [60959d0d879c4ee9311f2e7cb83666f4b221a792]

        INTEGRATION: CWS swqbugfixes20 (1.73.10); FILE MERGED 2005/04/01 11:46:20 fme 1.73.10.1: #i46450# Do not ask for master frame if we are currently in a JoinFrm() situation

2005-04-06  Jens-Heiner Rechtien  <hr@openoffice.org>  [fd73d7d44e5b021c62c0b7a41d3c7ae87c87d473]

        INTEGRATION: CWS calchc (1.16.154); FILE MERGED 2005/04/01 13:03:10 nn 1.16.154.1: #i46362# DrawSelectiveObjects: set DrawMode and Outliner flags

2005-04-05  Vladimir Glazounov  <vg@openoffice.org>  [91a0d18aeb6ac340e7e4ca978666299096172a4c]

        new version for SRC680

2005-04-05  Vladimir Glazounov  <vg@openoffice.org>  [e3acd2f04c30640d7185ab0d6d74d5be4d0b8dd1]

        new version for SRC680

2005-04-05  Vladimir Glazounov  <vg@openoffice.org>  [7ff8d56201500e0d2c583c84cba4439aae41ac05]

        new version for SRC680

2005-04-05  Rüdiger Timm  <rt@openoffice.org>  [b4d9585cadb34d67b552c5d6651499644ce72111]

        #i10000# Error in resolving merge conflict: missing comma

2005-04-04  Vladimir Glazounov  <vg@openoffice.org>  [654d002de7741901cf00c4b2d854af0f8b97ae31]

        new version for SRC680

2005-04-04  Vladimir Glazounov  <vg@openoffice.org>  [940ae16a81cd30cc33d8a9be78e583d63abd7eee]

        new version for SRC680

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e7b0f67249f18d1689bcee9e7de59f1ddfb445fe]

        INTEGRATION: CWS fwkfinal7 (1.3.14); FILE MERGED 2005/04/04 09:43:43 lo 1.3.14.4: #i45940# typo 2005/03/31 15:00:51 lo 1.3.14.3: #i45940# string change for migration change 2005/03/31 14:56:50 lo 1.3.14.2: #i45940# string change for migration change 2005/03/31 14:03:31 lo 1.3.14.1: #i45940# string change for migration change

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [624092fce6390d08b997b4c611c389db9ada9f3b]

        INTEGRATION: CWS fwkfinal7 (1.39.150); FILE MERGED 2005/03/31 11:24:51 tbe 1.39.150.1: #i45281# de UI: missing translations in Frame dialog

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [63958f0c1b2e0a31666e82e391c35baf9a81a7ba]

        INTEGRATION: CWS fwkfinal7 (1.2.100); FILE MERGED 2005/03/31 08:55:24 pb 1.2.100.1: fix: #i46376# text of 'Yes' part changed

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d419c31e7f10c73ecd6821bb91a85d5622eeaa5b]

        INTEGRATION: CWS fwkfinal7 (1.2.100); FILE MERGED 2005/03/31 12:38:39 pb 1.2.100.1: fix: #i46376# more lines of text

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [5b460611e90dfe6a19986a4a1764f3a07ceaf367]

        INTEGRATION: CWS fwkfinal7 (1.2.100); FILE MERGED 2005/03/31 08:56:22 pb 1.2.100.1: fix: #i46376# search and replace '' more than once

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [d94ec08c41ff8f663c3b945737cb0d3d734235df]

        INTEGRATION: CWS fwkfinal7 (1.23.22); FILE MERGED 2005/04/01 16:05:48 pb 1.23.22.2: fix: #120318# replace also '2002' and '2003' 2005/03/31 05:26:07 pb 1.23.22.1: fix: #120318# replace '2004' with '2005' of copyright text

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [12e0c88a9ea29b0c900265c3c9c018e5ba060966]

        INTEGRATION: CWS fwkfinal7 (1.90.14); FILE MERGED 2005/03/31 07:47:12 pb 1.90.14.1: fix: #i46322# german text of RID_HELP_ONSTARTUP_TEXT added

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6387ad18797536b7a907ec6b9b829caaab06414c]

        INTEGRATION: CWS fwkfinal7 (1.87.178); FILE MERGED 2005/03/31 08:31:25 pb 1.87.178.1: fix: #i45745# FixedText of 'E-mail program' is in some languages too small

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d20a849798ff250ccead97f134b2c58cc9522ce]

        INTEGRATION: CWS fwkfinal7 (1.12.178); FILE MERGED 2005/03/31 08:32:55 pb 1.12.178.1: fix: #i45745# FixedText of 'E-mail program' is in some languages too small

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [8df28bf7446a19bed9d18b33e6cc8404d6452cca]

        INTEGRATION: CWS fwkfinal7 (1.5.258); FILE MERGED 2005/03/31 11:34:57 cd 1.5.258.1: #i45114# Translation problems with german strings

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b1e85f0e0516766bd2fc472dfdb41103a23e8108]

        INTEGRATION: CWS fwkfinal7 (1.8.274); FILE MERGED 2005/03/31 11:34:56 cd 1.8.274.1: #i45114# Translation problems with german strings

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [0d239c581b6fe259d740b600bd70be2ed4a2250e]

        INTEGRATION: CWS fwkfinal7 (1.60.276); FILE MERGED 2005/03/31 08:37:37 pb 1.60.276.1: fix: #i45745# duplicate id (HID_SVXTBX_TEXT_CONTROL_ATTRIBUTES) removed

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a269a8797afc92989ac7767ff860c4c92d845cd8]

        SRC680

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [a197cf768bfd536316e7bf330c03806b4e68316a]

        INTEGRATION: CWS tl10 (1.45.116); FILE MERGED 2005/03/22 15:22:30 tl 1.45.116.1: #i44802# checking for 0 pointer now

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [6b5bec7ba3093ab1ffda5b2ee580b4c3daf46436]

        INTEGRATION: CWS tl10 (1.42.138); FILE MERGED 2005/03/22 08:25:06 tl 1.42.138.1: #i43873# improving performance when updating linguistic configuration

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [fa63817883798303709b90ff218566dd24e0ab8f]

        INTEGRATION: CWS tl10 (1.22.268); FILE MERGED 2005/03/24 12:29:19 tl 1.22.268.3: #i43873# adding some RTL_LOGFILE_CONTEXT statements 2005/03/21 18:17:22 tl 1.22.268.2: #i43873# improving performance when updating linguistic configuration 2005/03/08 11:40:08 tl 1.22.268.1: #i43873# improving performance when updating linguistic configuration

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [2d24d10c99d8f9960bff52faae3c0fa5aa3eb757]

        INTEGRATION: CWS tl10 (1.9.138); FILE MERGED 2005/03/21 18:16:36 tl 1.9.138.1: #i43873# improving performance when updating linguistic configuration

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [05599483059b3702cbf7f257ced17281c780c54f]

        INTEGRATION: CWS tl10 (1.6.182); FILE MERGED 2005/02/18 13:33:15 tl 1.6.182.1: #i42890# ForbiddenCharacters no longer read-only in IDL

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [14a9a0c0f8ed4097d3d7eb998665d75c9cd974a3]

        INTEGRATION: CWS tl10 (1.22.26); FILE MERGED 2005/03/02 11:46:46 tl 1.22.26.1: #119761# make proposals for capitalized incorrect words capitalized too

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [3943e60aa6436b20d6eee42111609433029b81c3]

        INTEGRATION: CWS tl10 (1.18.62); FILE MERGED 2005/03/21 18:12:08 tl 1.18.62.4: #i43873# improving performance when updating linguistic configuration 2005/03/21 18:08:16 tl 1.18.62.3: #i43873# improving performance when updating linguistic configuration 2005/03/18 11:59:49 tl 1.18.62.2: #i43873# using of new SvtLinguConfig implementation fixed 2005/03/08 11:37:26 tl 1.18.62.1: #i43873# improving performance when updating linguistic configuration

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [67d0fa202d3d4e4d9b9ee988843f5a88c0163d81]

        INTEGRATION: CWS tl10 (1.8.10); FILE MERGED 2005/03/02 11:46:36 tl 1.8.10.1: #119761# make proposals for capitalized incorrect words capitalized too

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [ffc388176d0fa17a121132435f6a6f17b972c59e]

        INTEGRATION: CWS tl10 (1.171.58); FILE MERGED 2005/02/18 13:37:33 tl 1.171.58.1: #i42890# ForbiddenCharacters no longer read-only

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [c9d54eed27cd5ead28d7062567499f183acf7383]

        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>  [176e66fa26fd05f9bf635baf08a4a61b706a7308]

        INTEGRATION: CWS tl10 (1.13.70); FILE MERGED 2005/03/22 09:28:07 tl 1.13.70.1: #i43873# solving locking problem on office shutdown

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [e83f15183f027f610fef382820f9d6c081c6d3aa]

        INTEGRATION: CWS tl10 (1.6.162); FILE MERGED 2005/03/22 09:28:20 tl 1.6.162.1: #i43873# solving locking problem on office shutdown

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b347e61b9d0b95fc9de600ac91ef0c3c46d02594]

        INTEGRATION: CWS tl10 (1.19.142); FILE MERGED 2005/03/18 12:31:13 tl 1.19.142.1: #i43873# new property DataFilesChangedCheckValue added

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [355026b1b54295226fb9f4b99ba0f67774f74769]

        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-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [84dcd831a42cec053273e67292e5f0e2ae0693e3]

        INTEGRATION: CWS tl10 (1.37.28); FILE MERGED 2005/02/24 15:21:16 tl 1.37.28.1: #i43402# fixed problem with font color that now needs explicitly to be set

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [b7220b0e205cf1785d3b17a8cfbd076a28197898]

        INTEGRATION: CWS tl10 (1.72.6); FILE MERGED 2005/03/08 13:21:27 tl 1.72.6.2: RESYNC: (1.72-1.73); FILE MERGED 2005/02/17 13:32:41 tl 1.72.6.1: #i21351# using fixed font in command window now

2005-04-04  Jens-Heiner Rechtien  <hr@openoffice.org>  [93c1e68af1b6769ad44e9adde458dd5d17158714]

        INTEGRATION: CWS tl10 (1.3.116); FILE MERGED 2005/03/11 08:33:20 os 1.3.116.2: #i43873# changes of SvtLinguConfigItem for performance reasons 2005/03/10 18:28:14 os 1.3.116.1: #i43873# changes of SvtLinguConfigItem for performance reasons

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6870d6a8f21f3091a36c943621fe46d9636af9be]

        INTEGRATION: CWS nativefixer5 (1.11.60); FILE MERGED 2005/03/18 15:44:54 is 1.11.60.2: RESYNC: (1.11-1.12); FILE MERGED 2005/03/08 12:58:26 is 1.11.60.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [36b7571a0da9d5eba3396d757459b45d5de23ac7]

        INTEGRATION: CWS nativefixer5 (1.2.136); FILE MERGED 2005/03/08 12:59:28 is 1.2.136.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e7bd492726c8a5293663e15da1a0d559be4c3b87]

        INTEGRATION: CWS nativefixer5 (1.4.2); FILE MERGED 2005/03/08 12:59:13 is 1.4.2.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [785d86942bdcf72606c9183bc782594fc2068f8e]

        INTEGRATION: CWS nativefixer5 (1.3.2); FILE MERGED 2005/03/03 15:30:34 is 1.3.2.1: #i44003# no more html shellnew file needed

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3a7b05b84352c22742482df3f40b8f9eb15c6b1c]

        INTEGRATION: CWS nativefixer5 (1.73.20); FILE MERGED 2005/03/30 10:20:51 is 1.73.20.3: #i20372# preparing Windows patch: soffice.exe not installed in language packs 2005/03/18 15:43:54 is 1.73.20.2: RESYNC: (1.73-1.74); FILE MERGED 2005/03/03 15:30:34 is 1.73.20.1: #i44003# no more html shellnew file needed

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5470b1c767a49a5e6a5789e12e5b1924d3871f32]

        INTEGRATION: CWS nativefixer5 (1.12.44); FILE MERGED 2005/03/24 11:02:10 is 1.12.44.1: #i45857# 644 for files in share/autotext

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [b82a59c0a606ad4469bd7275cdcc724c91cfd43d]

        INTEGRATION: CWS nativefixer5 (1.24.44); FILE MERGED 2005/03/18 15:44:02 is 1.24.44.2: RESYNC: (1.24-1.25); FILE MERGED 2005/03/04 10:19:42 is 1.24.44.1: #120095# new directory

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3b0ed9d19bb446aeb08c5d533d0f85f5c702a97d]

        INTEGRATION: CWS nativefixer5 (1.9.34); FILE MERGED 2005/03/08 12:58:10 is 1.9.34.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f66e1c8754836733efa9b4d59bf65b0386197dad]

        INTEGRATION: CWS nativefixer5 (1.4.122); FILE MERGED 2005/03/08 12:58:56 is 1.4.122.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d7928a3932ca1630adbfcb13b8c69f675d13edb9]

        INTEGRATION: CWS nativefixer5 (1.9.60); FILE MERGED 2005/03/08 12:57:57 is 1.9.60.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [39042c0889754ba5f72b2963c089515af6285a6d]

        INTEGRATION: CWS nativefixer5 (1.8.60); FILE MERGED 2005/03/08 12:57:44 is 1.8.60.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [59f0442099be7e81ae056f72baf3717885d4be59]

        INTEGRATION: CWS nativefixer5 (1.10.60); FILE MERGED 2005/03/08 12:57:30 is 1.10.60.1: #120095# user installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5acebe51ce918b01513e94823609a15c7f0bd021]

        INTEGRATION: CWS nativefixer5 (1.1.2); FILE ADDED 2005/03/11 13:43:39 tra 1.1.2.1: #i43855#

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [ffb96c3ccc20afd1f9c8484d7fc7193fe0e8a336]

        INTEGRATION: CWS nativefixer5 (1.3.12); FILE MERGED 2005/03/11 13:44:21 tra 1.3.12.1: #i43855#

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a26e33561ca4564a88d5fdeb9c5f4de8c1d6bfb3]

        INTEGRATION: CWS nativefixer5 (1.3.12); FILE MERGED 2005/03/11 13:44:22 tra 1.3.12.1: #i43855#

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6156ace969b24729a7cf0ba78e04aea8f8f2f345]

        INTEGRATION: CWS nativefixer5 (1.4.12); FILE MERGED 2005/03/23 14:35:12 is 1.4.12.2: core01 instead of core 2005/03/17 10:13:20 is 1.4.12.1: #b6235481# preparing new tail version

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [2486758e7ae77e488fd03ea9c20d68cd15e9e8ee]

        INTEGRATION: CWS nativefixer5 (1.28.6); FILE MERGED 2005/03/30 08:32:32 is 1.28.6.6: #i20372# preparing linux patching with scp flag LINUXLINK 2005/03/22 16:47:30 is 1.28.6.5: #i20372# Solaris Patch 2005/03/18 13:17:51 is 1.28.6.4: #i20372# creating Solaris patches 2005/03/16 10:42:43 is 1.28.6.3: #i20372# preparing upgrade and patching 2005/03/04 13:28:14 is 1.28.6.2: #i44059# license and  readme into installation set 2005/03/01 16:49:45 is 1.28.6.1: #119981# package size also for language packs

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3eacecda4ab548435282950a3b7b0666b4df7573]

        INTEGRATION: CWS nativefixer5 (1.4.4); FILE MERGED 2005/03/17 10:13:19 is 1.4.4.1: #b6235481# preparing new tail version

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [231bb937707b754d318b771a5960bd0a0cb2d585]

        INTEGRATION: CWS nativefixer5 (1.12.6); FILE MERGED 2005/03/22 16:50:22 is 1.12.6.3: #i20372# preparing Solaris patch 2005/03/10 14:13:25 is 1.12.6.2: #i20372# sun directory for specified products only 2005/03/07 10:13:07 is 1.12.6.1: #i44315# opensource variable

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5a79342524682baadcda8a281810b5af826ae671]

        INTEGRATION: CWS nativefixer5 (1.21.4); FILE MERGED 2005/03/29 16:09:33 is 1.21.4.9: Merge error in comment 2005/03/22 16:47:29 is 1.21.4.8: #i20372# Solaris Patch 2005/03/18 15:35:16 is 1.21.4.7: RESYNC: (1.21-1.25); FILE MERGED 2005/03/18 14:52:07 is 1.21.4.6: #i20372# creating Solaris patches 2005/03/18 13:17:51 is 1.21.4.5: #i20372# creating Solaris patches 2005/03/16 10:57:43 is 1.21.4.4: #i20372# preparing Solaris upgrade 2005/03/16 10:42:11 is 1.21.4.3: #i20372# preparing upgrade and patching 2005/03/04 13:28:13 is 1.21.4.2: #i44059# license and  readme into installation set 2005/03/02 09:56:24 is 1.21.4.1: #i43604# patch for 64bit RPM

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [02ceb56b328589744ab41b9cd6e9a19fe144fb44]

        INTEGRATION: CWS nativefixer5 (1.21.2); FILE MERGED 2005/03/22 16:50:22 is 1.21.2.1: #i20372# preparing Solaris patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [39e867d83474eb28d0640e5287341bd8a2b61b4d]

        INTEGRATION: CWS nativefixer5 (1.35.6); FILE MERGED 2005/03/30 10:17:47 is 1.35.6.12: #i20372# preparing Windows patch: soffice.exe not installed in language packs 2005/03/30 08:32:08 is 1.35.6.11: #i20372# preparing linux patching with scp flag LINUXLINK 2005/03/23 13:31:48 is 1.35.6.10: #i20372# preparing Windows update 2005/03/22 16:46:11 is 1.35.6.9: #i20372# Solaris Patch 2005/03/18 15:35:00 is 1.35.6.8: RESYNC: (1.35-1.36); FILE MERGED 2005/03/18 13:16:12 is 1.35.6.7: #i20372# creating Solaris patches 2005/03/16 11:28:38 is 1.35.6.6: #i44504# mac destination path 2005/03/16 10:41:02 is 1.35.6.5: #i43855# Custom action to set the ALLUSERS 2005/03/04 17:51:13 is 1.35.6.4: #119981# same variable in packagelist and java xml file 2005/03/04 13:27:05 is 1.35.6.3: #i44059# license and  readme into installation set 2005/03/03 15:37:44 is 1.35.6.2: #i44003# creating inf file 2005/03/01 16:49:24 is 1.35.6.1: #119981# package size also for language packs

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e538eff61dff5c56dc540be4675c2499e351fe11]

        INTEGRATION: CWS nativefixer5 (1.1.2); FILE ADDED 2005/03/22 17:20:37 is 1.1.2.1: #i20372# preparing Windows patches

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [b6348bfdd9691ce0aa4e0f186e21747615473dfd]

        INTEGRATION: CWS nativefixer5 (1.3.84); FILE MERGED 2005/03/07 15:48:36 is 1.3.84.1: #i20372# preparing codes for update and patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e943662f22c0acb13869f841855fbcb72562db26]

        INTEGRATION: CWS nativefixer5 (1.4.64); FILE MERGED 2005/03/04 13:31:09 is 1.4.64.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d9a126835ad795c30639b20c15628583c3a9069d]

        INTEGRATION: CWS nativefixer5 (1.1.94); FILE MERGED 2005/03/04 13:31:08 is 1.1.94.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [c7f1d6bfb817c4e5c75db5411ad3c3d0cabe1682]

        INTEGRATION: CWS nativefixer5 (1.2.72); FILE MERGED 2005/03/14 10:30:03 is 1.2.72.1: #i44976# problems with Windows multilingual installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a11135b4398d4b3e347ccb25417cb595632066ed]

        INTEGRATION: CWS nativefixer5 (1.1.94); FILE MERGED 2005/03/07 15:48:35 is 1.1.94.2: #i20372# preparing codes for update and patch 2005/03/04 13:31:08 is 1.1.94.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f7dbfa9d5756f20ed5f2d6f164e069c8dae99a80]

        INTEGRATION: CWS nativefixer5 (1.1.94); FILE MERGED 2005/03/14 10:30:03 is 1.1.94.1: #i44976# problems with Windows multilingual installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e15ea7c0b8b76f4b7e692d8cc9c3c58489befc47]

        INTEGRATION: CWS nativefixer5 (1.5.18); FILE MERGED 2005/03/14 12:41:23 is 1.5.18.2: #i44865# too short product name in file type dialog 2005/03/14 10:30:03 is 1.5.18.1: #i44976# problems with Windows multilingual installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [2a9637e49e5029beaf748ae4c9857dec6dda1a40]

        INTEGRATION: CWS nativefixer5 (1.1.2); FILE ADDED 2005/03/23 15:30:21 is 1.1.2.2: #i20372# preparing Windows update 2005/03/22 17:19:48 is 1.1.2.1: #i20372# preparing Windows patches

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [1f2bc63e27e60180afe5e36a7b63801925775a84]

        INTEGRATION: CWS nativefixer5 (1.2.64); FILE MERGED 2005/03/22 17:19:17 is 1.2.64.2: #i20372# preparing Windows patches 2005/03/07 15:48:06 is 1.2.64.1: #i20372# preparing codes for update and patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [8757716a1c398857d706172dcae8b6d397d189fb]

        INTEGRATION: CWS nativefixer5 (1.2.64); FILE MERGED 2005/03/14 10:29:42 is 1.2.64.1: #i44976# problems with Windows multilingual installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5a72cafdc84aadc2ae069695898cfd21756c42ea]

        INTEGRATION: CWS nativefixer5 (1.4.18); FILE MERGED 2005/03/14 12:41:04 is 1.4.18.2: #i44865# too short product name in file type dialog 2005/03/14 10:29:41 is 1.4.18.1: #i44976# problems with Windows multilingual installation

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d33df804695e3a4ffae77cbde5cb2f5f87086a78]

        INTEGRATION: CWS nativefixer5 (1.3.56); FILE MERGED 2005/04/01 15:25:24 is 1.3.56.1: Removing important pack problem, that adds files to the root module accidentally

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [afa0a14462be47e8862936c42af218bdce8984c7]

        INTEGRATION: CWS nativefixer5 (1.2.306); FILE MERGED 2005/03/04 13:28:52 is 1.2.306.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a6d0881b561245ca827a7882bb1bbd47371f7885]

        INTEGRATION: CWS nativefixer5 (1.7.56); FILE MERGED 2005/03/30 10:18:23 is 1.7.56.1: #i20372# preparing Windows patch: soffice.exe not installed in language packs

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [35e67f65b2cf91ccb53371f202c6bd28fb37e902]

        INTEGRATION: CWS nativefixer5 (1.7.114); FILE MERGED 2005/03/04 13:28:52 is 1.7.114.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [019642a6b861dcd3b3e73f5641281d787c5a4b06]

        INTEGRATION: CWS nativefixer5 (1.15.6); FILE MERGED 2005/03/24 09:48:58 is 1.15.6.6: #i20372# keeping variable product code for Windows Installer products 2005/03/23 13:32:15 is 1.15.6.5: #i20372# preparing Windows update 2005/03/22 16:48:17 is 1.15.6.4: #i20372# saving data for Windows patch 2005/03/18 15:36:03 is 1.15.6.3: RESYNC: (1.15-1.16); FILE MERGED 2005/03/16 10:46:12 is 1.15.6.2: #i20372# preparing upgrade and patching 2005/03/04 13:28:51 is 1.15.6.1: #i20372# preparing upgrade table

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [878ac229ed8772e64bcdbdd2466e2615533c5414]

        INTEGRATION: CWS nativefixer5 (1.20.2); FILE MERGED 2005/03/22 16:48:17 is 1.20.2.1: #i20372# saving data for Windows patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [0db02e1155da45beec1685f3bc3e864a3ac15213]

        INTEGRATION: CWS nativefixer5 (1.4.6); FILE MERGED 2005/03/22 16:48:16 is 1.4.6.1: #i20372# saving data for Windows patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [eaec0cfa9189bc4db8eb61cf0406a472e5e72459]

        INTEGRATION: CWS nativefixer5 (1.7.54); FILE MERGED 2005/03/07 10:14:36 is 1.7.54.2: #i44315# opensource variable 2005/03/04 17:52:36 is 1.7.54.1: #119981# same variable in packagelist and java xml file

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e0f6c3f671c1c2750f12c82849d27c66977a5106]

        INTEGRATION: CWS nativefixer5 (1.10.6); FILE MERGED 2005/03/30 08:32:33 is 1.10.6.5: #i20372# preparing linux patching with scp flag LINUXLINK 2005/03/18 13:19:26 is 1.10.6.4: #i20372# creating Solaris patches 2005/03/16 10:45:48 is 1.10.6.3: #i20372# preparing upgrade and patching 2005/03/08 12:25:24 is 1.10.6.2: #120095# user installation 2005/03/03 15:38:12 is 1.10.6.1: #i44003# creating inf file

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a5880dc108817dc64dd67281f8e5753ce1f5c196]

        INTEGRATION: CWS nativefixer5 (1.16.6); FILE MERGED 2005/03/18 13:19:26 is 1.16.6.1: #i20372# creating Solaris patches

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e0dd3096d2537e57d2c0285980362e35451e4654]

        INTEGRATION: CWS nativefixer5 (1.17.6); FILE MERGED 2005/03/04 13:28:13 is 1.17.6.1: #i44059# license and  readme into installation set

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [2ffff78af9d80f65d304007935de1b52f7a2a0f7]

        INTEGRATION: CWS nativefixer5 (1.16.6); FILE MERGED 2005/03/22 16:47:30 is 1.16.6.6: #i20372# Solaris Patch 2005/03/18 15:35:36 is 1.16.6.5: RESYNC: (1.16-1.17); FILE MERGED 2005/03/18 13:19:26 is 1.16.6.4: #i20372# creating Solaris patches 2005/03/16 10:43:31 is 1.16.6.3: #i20372# preparing upgrade and patching 2005/03/08 13:56:11 is 1.16.6.2: #120158# new adabas version 2005/03/02 09:56:25 is 1.16.6.1: #i43604# patch for 64bit RPM

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [10590c09f2a4ba8e97367394e01fcd8db799c249]

        INTEGRATION: CWS nativefixer5 (1.4.146); FILE MERGED 2005/03/04 17:52:37 is 1.4.146.1: #119981# same variable in packagelist and java xml file

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [64b94c91502fdf70a133a6a669740108d96de022]

        INTEGRATION: CWS nativefixer5 (1.13.6); FILE MERGED 2005/03/30 08:42:22 is 1.13.6.7: #i20372# preparing linux patching with scp flag LINUXLINK 2005/03/30 08:32:33 is 1.13.6.6: #i20372# preparing linux patching with scp flag LINUXLINK 2005/03/22 16:47:30 is 1.13.6.5: #i20372# Solaris Patch 2005/03/18 15:35:27 is 1.13.6.4: RESYNC: (1.13-1.15); FILE MERGED 2005/03/09 15:04:41 is 1.13.6.3: #119261# two chinese Java classes 2005/03/04 17:52:36 is 1.13.6.2: #119981# same variable in packagelist and java xml file 2005/03/01 16:49:46 is 1.13.6.1: #119981# package size also for language packs

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [16e6380844877e4bf285ec9603e4f63268a57353]

        INTEGRATION: CWS nativefixer5 (1.2.306); FILE MERGED 2005/03/03 15:38:12 is 1.2.306.1: #i44003# creating inf file

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [231e49d5d50b6cd753c134f240d542a21288e962]

        INTEGRATION: CWS nativefixer5 (1.6.146); FILE MERGED 2005/03/22 16:47:29 is 1.6.146.1: #i20372# Solaris Patch

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e10e63f2f601f634fc63e566970e22c62e32e26d]

        INTEGRATION: CWS tl07 (1.76.28); FILE MERGED 2005/03/15 11:53:13 tl 1.76.28.5: RESYNC: (1.82-1.86); FILE MERGED 2005/02/14 16:21:54 tl 1.76.28.4: RESYNC: (1.78-1.82); FILE MERGED 2005/02/11 14:07:38 tl 1.76.28.3: #i38930# assertion removed 2005/01/24 17:08:37 tl 1.76.28.2: RESYNC: (1.76-1.78); FILE MERGED 2005/01/24 12:59:52 mba 1.76.28.1: #i38930#: don't be too strict with parent

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [886f665c31404589fe42da27abc8d537640b35ba]

        INTEGRATION: CWS tl07 (1.50.50); FILE MERGED 2004/12/10 09:42:25 tl 1.50.50.1: #i38734# added some pointer checks

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6843b434747f00850d4d00ce02b6fd5b7d8fb93d]

        INTEGRATION: CWS tl07 (1.4.226); FILE MERGED 2005/01/19 15:27:58 tl 1.4.226.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [94337bce6e47e5342001e123c874adcbdc089ed0]

        INTEGRATION: CWS tl07 (1.54.224); FILE MERGED 2005/01/24 16:04:32 tl 1.54.224.5: RESYNC: (1.54-1.55); FILE MERGED 2005/01/21 11:44:33 tl 1.54.224.4: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/21 10:25:36 tl 1.54.224.3: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/19 15:27:58 tl 1.54.224.2: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/06 11:41:33 tl 1.54.224.1: #118436# look for start of word when text conversion is invoked without a selection

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [1f24bdf29f1109e03d2b422542b239a40c9f5f34]

        INTEGRATION: CWS tl07 (1.68.22); FILE MERGED 2005/01/24 16:04:00 tl 1.68.22.2: RESYNC: (1.68-1.69); FILE MERGED 2005/01/19 15:27:58 tl 1.68.22.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3d6a44fe16469c81bf1df777a2332cae3fea832e]

        INTEGRATION: CWS tl07 (1.37.662); FILE MERGED 2005/01/19 15:27:57 tl 1.37.662.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [93dce06aad75d332223e1c1202d7fac6ffa90509]

        INTEGRATION: CWS tl07 (1.4.22); FILE MERGED 2005/01/13 14:39:05 iha 1.4.22.1: #39319# new button should contain update functionality

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [9f2341f0b69d343e17169911e127c3492719513e]

        INTEGRATION: CWS tl07 (1.6.22); FILE MERGED 2005/03/15 11:20:54 tl 1.6.22.3: RESYNC: (1.7-1.8); FILE MERGED 2005/02/14 14:54:52 tl 1.6.22.2: RESYNC: (1.6-1.7); FILE MERGED 2005/01/13 14:39:04 iha 1.6.22.1: #39319# new button should contain update functionality

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [bc498db5a23283d817394348db7bba990025b2a2]

        INTEGRATION: CWS tl07 (1.7.22); FILE MERGED 2005/01/19 15:27:57 tl 1.7.22.2: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/13 12:56:15 iha 1.7.22.1: #39186# mixup of conversion directions

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3317e73f638bf8e7d6f83c954d250ebe6e1effde]

        INTEGRATION: CWS tl07 (1.5.226); FILE MERGED 2005/02/14 14:06:24 tl 1.5.226.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/19 15:27:57 tl 1.5.226.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [abc14af3ea9ff9c8e12819c94dc7560e076416c6]

        INTEGRATION: CWS tl07 (1.107.24); FILE MERGED 2005/03/15 09:55:14 tl 1.107.24.4: RESYNC: (1.108-1.109); FILE MERGED 2005/02/16 08:48:47 tl 1.107.24.3: #i37766# resync error fixed 2005/02/14 12:43:44 tl 1.107.24.2: RESYNC: (1.107-1.108); FILE MERGED 2004/12/13 14:16:46 tl 1.107.24.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f41afc3d842c3251bd1dd440ebf52127f5519c9d]

        INTEGRATION: CWS tl07 (1.7.136); FILE MERGED 2004/12/13 14:14:28 tl 1.7.136.1: #i37766# added XPropertySet interface with some properties

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [7f04805d550cde345be40e3b33e137d58f190ab0]

        INTEGRATION: CWS tl07 (1.95.24); FILE MERGED 2005/03/15 09:54:35 tl 1.95.24.3: RESYNC: (1.96-1.97); FILE MERGED 2005/02/14 12:42:47 tl 1.95.24.2: RESYNC: (1.95-1.96); FILE MERGED 2005/01/24 13:00:33 mba 1.95.24.1: #i38930#: set parent of embedded object before inserting and after removal

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3c0d98aaed139b19f5980204d2d12b0306fdbe84]

        INTEGRATION: CWS tl07 (1.17.22); FILE MERGED 2005/02/14 12:40:16 tl 1.17.22.4: RESYNC: (1.20-1.22); FILE MERGED 2005/02/11 14:10:20 tl 1.17.22.3: #i38930# fix for sometimes missing reference device in Math 2005/01/24 14:58:34 tl 1.17.22.2: RESYNC: (1.17-1.20); FILE MERGED 2005/01/24 13:00:32 mba 1.17.22.1: #i38930#: set parent of embedded object before inserting and after removal

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a125351349d3b9217ae4660a7d1ea2397302f575]

        INTEGRATION: CWS tl07 (1.5.2); FILE MERGED 2005/01/12 09:08:02 tl 1.5.2.1: #i39936# resized returned sequence to actually used size

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [76bf27c83a51fb4ace137dd9795e5a2422ed4bda]

        INTEGRATION: CWS tl07 (1.12.520); FILE MERGED 2005/01/04 12:35:51 tl 1.12.520.1: #i39404# SwSearchProperties_Impl::GetProperties fixed

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5b2c56066d1b63d0ee368b37bfd4fd59798721a2]

        INTEGRATION: CWS tl07 (1.40.24); FILE MERGED 2005/03/15 10:14:02 tl 1.40.24.3: RESYNC: (1.44-1.46); FILE MERGED 2005/02/14 12:54:28 tl 1.40.24.2: RESYNC: (1.40-1.44); FILE MERGED 2005/01/24 13:00:35 mba 1.40.24.1: #i38930#: set parent of embedded object before inserting and after removal

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e5af7f5dd824174afdfa88a31ace4de7d7d37f81]

        INTEGRATION: CWS tl07 (1.50.44); FILE MERGED 2005/03/15 10:13:13 tl 1.50.44.4: RESYNC: (1.51-1.52); FILE MERGED 2005/01/24 15:40:03 tl 1.50.44.3: RESYNC: (1.50-1.51); FILE MERGED 2004/12/15 13:03:19 tl 1.50.44.2: #i38645# notification for selection change moved to SelectShell 2004/12/13 14:16:48 tl 1.50.44.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [baaeebcf8c1be835ffd8713451453e0b8001d548]

        INTEGRATION: CWS tl07 (1.103.24); FILE MERGED 2005/03/15 09:43:51 tl 1.103.24.3: RESYNC: (1.104-1.105); FILE MERGED 2005/02/14 12:32:45 tl 1.103.24.2: RESYNC: (1.103-1.104); FILE MERGED 2004/12/13 14:16:44 tl 1.103.24.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [1b899c13fcb32a7da5332b7667d01dbe1e8dc13e]

        INTEGRATION: CWS tl07 (1.21.24); FILE MERGED 2005/01/19 15:40:45 tl 1.21.24.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [9ec7b6ac5efa89776e76e9f9c87e70d621329bc2]

        INTEGRATION: CWS tl07 (1.80.44); FILE MERGED 2005/03/15 10:12:36 tl 1.80.44.4: RESYNC: (1.82-1.83); FILE MERGED 2005/02/14 12:52:55 tl 1.80.44.3: RESYNC: (1.81-1.82); FILE MERGED 2005/01/24 15:38:44 tl 1.80.44.2: RESYNC: (1.80-1.81); FILE MERGED 2004/12/15 13:03:18 tl 1.80.44.1: #i38645# notification for selection change moved to SelectShell

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [30cd6118fa8294e4c1f30bc9dc8d3d82cf7412b9]

        INTEGRATION: CWS tl07 (1.8.24); FILE MERGED 2005/01/19 15:40:45 tl 1.8.24.2: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/06 11:44:08 tl 1.8.24.1: #118436# look for start of word when text conversion is invoked without a selection

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f9b722221e2ddce473cd702e4dd9b2b8cff2d2b3]

        INTEGRATION: CWS tl07 (1.31.160); FILE MERGED 2005/03/15 10:10:53 tl 1.31.160.3: RESYNC: (1.32-1.33); FILE MERGED 2005/02/14 12:50:49 tl 1.31.160.2: RESYNC: (1.31-1.32); FILE MERGED 2005/01/19 15:40:44 tl 1.31.160.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [026241b5406fd3ab3aab04fe86c84c9916b5f6c0]

        INTEGRATION: CWS tl07 (1.9.44); FILE MERGED 2005/03/15 10:10:46 tl 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED 2004/12/13 14:16:47 tl 1.9.44.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [b3eb411abde06d3a9d7d9757f810366d0e0ba58f]

        INTEGRATION: CWS tl07 (1.12.78); FILE MERGED 2005/01/24 15:21:42 tl 1.12.78.2: RESYNC: (1.12-1.13); FILE MERGED 2005/01/24 13:00:34 mba 1.12.78.1: #i38930#: set parent of embedded object before inserting and after removal

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [168ce28d9e244821bc28bf6368d3843f8cbf4a0b]

        INTEGRATION: CWS tl07 (1.11.200); FILE MERGED 2005/01/04 12:35:50 tl 1.11.200.1: #i39404# SwSearchProperties_Impl::GetProperties fixed

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [ea2d83c780ce4fd4e1e75aadf225bc2b9476fcbf]

        INTEGRATION: CWS tl07 (1.170.24); FILE MERGED 2005/03/15 09:54:45 tl 1.170.24.3: RESYNC: (1.171-1.173); FILE MERGED 2005/02/14 12:42:56 tl 1.170.24.2: RESYNC: (1.170-1.171); FILE MERGED 2004/12/13 14:16:45 tl 1.170.24.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6122919f1f6a55f09d65116c6241165a57dd9815]

        INTEGRATION: CWS tl07 (1.56.298); FILE MERGED 2005/01/06 12:09:15 tl 1.56.298.1: #i39372# checking for availability of in SwXDocumentIndex::update now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [23a5f4709b21c09ec2bef4077d6eadb2367d223c]

        INTEGRATION: CWS tl07 (1.61.24); FILE MERGED 2005/03/15 09:53:08 tl 1.61.24.3: RESYNC: (1.62-1.63); FILE MERGED 2005/02/14 12:41:49 tl 1.61.24.2: RESYNC: (1.61-1.62); FILE MERGED 2005/01/19 15:40:44 tl 1.61.24.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [c8b307563365c6df6f0a4cb342621b18ddaaf524]

        INTEGRATION: CWS tl07 (1.14.24); FILE MERGED 2005/03/15 09:47:56 tl 1.14.24.2: RESYNC: (1.14-1.15); FILE MERGED 2005/01/19 15:40:43 tl 1.14.24.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [fa5dfc8732ea23fce8570ba4624ed295626bc523]

        INTEGRATION: CWS tl07 (1.21.70); FILE MERGED 2005/02/14 12:33:30 tl 1.21.70.3: RESYNC: (1.21-1.22); FILE MERGED 2005/01/19 15:40:43 tl 1.21.70.2: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/06 11:44:05 tl 1.21.70.1: #118436# look for start of word when text conversion is invoked without a selection

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [ed1f79606af0471f27801c3c5712d3082f62a7f3]

        INTEGRATION: CWS tl07 (1.18.204); FILE MERGED 2005/01/26 09:39:37 tl 1.18.204.1: #i41215# checking for pCurTblNd in FillRects now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d4f95755044a3cd155fab9b7fc2f3b5baf85432c]

        INTEGRATION: CWS tl07 (1.47.24); FILE MERGED 2005/03/15 09:43:44 tl 1.47.24.3: RESYNC: (1.48-1.49); FILE MERGED 2005/02/14 12:32:26 tl 1.47.24.2: RESYNC: (1.47-1.48); FILE MERGED 2004/12/13 14:16:44 tl 1.47.24.1: #i37766# added properties to SwXTextView

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [725c491a6b430587ab218bf9152b1eda86299a2f]

        INTEGRATION: CWS tl07 (1.1.2); FILE ADDED 2005/01/19 15:38:12 tl 1.1.2.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [755a35956e2c095d1dfc6e4dae46dae3bbc34e1d]

        INTEGRATION: CWS tl07 (1.2.184); FILE MERGED 2005/01/19 15:40:20 tl 1.2.184.2: #i37058# text conversion: improvments for secondary Chinese languages 2005/01/06 11:44:03 tl 1.2.184.1: #118436# look for start of word when text conversion is invoked without a selection

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [ea88ace8078c6e8a889248f19c2c894e9298cd22]

        INTEGRATION: CWS tl07 (1.44.180); FILE MERGED 2005/02/14 12:31:15 tl 1.44.180.2: RESYNC: (1.44-1.45); FILE MERGED 2005/01/19 15:40:20 tl 1.44.180.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [c0249c48a0375966c5d31c79c6b8cc6cffff973f]

        INTEGRATION: CWS tl07 (1.95.36); FILE MERGED 2005/03/15 09:42:20 tl 1.95.36.4: RESYNC: (1.100-1.103); FILE MERGED 2005/02/14 12:30:55 tl 1.95.36.3: RESYNC: (1.97-1.100); FILE MERGED 2005/01/24 14:40:13 tl 1.95.36.2: RESYNC: (1.95-1.97); FILE MERGED 2005/01/19 15:40:20 tl 1.95.36.1: #i37058# text conversion: improvments for secondary Chinese languages

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [dc0b865ee63fe28eb4a9d083a2744882f93039a5]

        INTEGRATION: CWS tl07 (1.11.42); FILE MERGED 2005/03/15 09:40:03 tl 1.11.42.4: RESYNC: (1.12-1.13); FILE MERGED 2005/02/14 12:27:29 tl 1.11.42.3: RESYNC: (1.11-1.12); FILE MERGED 2005/01/26 09:47:16 tl 1.11.42.2: #i38930#: implementation for XChild 2005/01/24 12:58:59 mba 1.11.42.1: #i38930#: implementation for XChild

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [7d5c2fe410f0c46a10016636b19ca50383036690]

        INTEGRATION: CWS tl07 (1.11.22); FILE MERGED 2005/03/15 09:39:54 tl 1.11.22.3: RESYNC: (1.13-1.14); FILE MERGED 2005/02/14 12:27:09 tl 1.11.22.2: RESYNC: (1.11-1.13); FILE MERGED 2005/01/24 12:58:58 mba 1.11.22.1: #i38930#: implementation for XChild

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f6ad2e9d755305826bf5c542e19a5d5a2249ad82]

        INTEGRATION: CWS tl07 (1.11.2); FILE MERGED 2005/03/15 09:39:47 tl 1.11.2.4: RESYNC: (1.13-1.14); FILE MERGED 2005/02/14 12:26:21 tl 1.11.2.3: RESYNC: (1.12-1.13); FILE MERGED 2005/01/24 14:35:54 tl 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/24 12:58:57 mba 1.11.2.1: #i38930#: implementation for XChild

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [bc41348ee0ce76fefadd6543dddaeeac5ae9b3bd]

        INTEGRATION: CWS tl07 (1.8.12); FILE MERGED 2005/03/15 09:39:39 tl 1.8.12.4: RESYNC: (1.9-1.11); FILE MERGED 2005/01/26 09:46:59 tl 1.8.12.3: #i38930#: implementation for XChild 2005/01/24 14:35:45 tl 1.8.12.2: RESYNC: (1.8-1.9); FILE MERGED 2005/01/24 12:58:57 mba 1.8.12.1: #i38930#: implementation for XChild

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6a9638ad32200d5ffe42b8afd39640106e504d74]

        INTEGRATION: CWS tl07 (1.11.6); FILE MERGED 2004/12/16 12:24:33 tl 1.11.6.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [26dc4f210fd953737f8cc93bda2808231ecd23ad]

        INTEGRATION: CWS tl07 (1.30.6); FILE MERGED 2005/02/11 14:12:55 tl 1.30.6.2: #i38930# fix for sometimes missing reference device in Math 2005/01/24 12:58:19 mba 1.30.6.1: #i38930#: overload setParent to trigger check for new reference device

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [32bc8b4de164eea2242341c94e2e416e6e7a8479]

        INTEGRATION: CWS tl07 (1.23.6); FILE MERGED 2004/12/16 12:24:33 tl 1.23.6.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [22330038e9fce01372e85c949eeabaa79e17574b]

        INTEGRATION: CWS tl07 (1.107.6); FILE MERGED 2005/01/24 14:34:32 tl 1.107.6.2: RESYNC: (1.107-1.108); FILE MERGED 2005/01/06 12:43:02 tl 1.107.6.1: #i40003# dialog box width extended

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [59a76b1b705f8f1d98c0f2d10d182c5cd43d5f78]

        INTEGRATION: CWS tl07 (1.15.48); FILE MERGED 2004/12/16 12:24:33 tl 1.15.48.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d7da4bb6060a8f2de1c7c688162d36a10b60c673]

        INTEGRATION: CWS tl07 (1.5.6); FILE MERGED 2004/12/13 15:56:20 tl 1.5.6.1: #i38592# error in SmFilterDetect::detect fixed

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [3bfafce6f625f8a94dbb4b9700f95d69740e145a]

        INTEGRATION: CWS tl07 (1.8.142); FILE MERGED 2005/01/24 14:34:49 tl 1.8.142.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/16 12:24:33 tl 1.8.142.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [26bdb10a52f441b4026d651ec50189b88391319e]

        INTEGRATION: CWS tl07 (1.7.278); FILE MERGED 2005/03/15 09:39:09 tl 1.7.278.2: RESYNC: (1.7-1.8); FILE MERGED 2004/12/16 12:24:32 tl 1.7.278.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [22bbb7b36e147d2d2a050ff95e1183d4a28d901f]

        INTEGRATION: CWS tl07 (1.70.6); FILE MERGED 2005/03/15 09:39:01 tl 1.70.6.5: RESYNC: (1.72-1.73); FILE MERGED 2005/02/14 12:26:10 tl 1.70.6.4: RESYNC: (1.71-1.72); FILE MERGED 2005/02/11 14:12:54 tl 1.70.6.3: #i38930# fix for sometimes missing reference device in Math 2005/01/24 14:34:41 tl 1.70.6.2: RESYNC: (1.70-1.71); FILE MERGED 2004/12/16 12:24:32 tl 1.70.6.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [e5cbcdf1b966d21f4419c2a891d57016bc71fc97]

        INTEGRATION: CWS tl07 (1.4.354); FILE MERGED 2004/12/16 12:24:31 tl 1.4.354.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [18110f5cf085c20512916cd896c1656771eace88]

        INTEGRATION: CWS tl07 (1.10.172); FILE MERGED 2005/01/24 12:57:56 mba 1.10.172.1: #i38930#: overload setParent to trigger check for new reference device

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f9de8bec3f8ddbe877b2174b6b78cd7959ee6d14]

        INTEGRATION: CWS tl07 (1.10.52); FILE MERGED 2004/12/16 12:24:31 tl 1.10.52.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a29fdca3e4d759330f5b310df2257a73a9812805]

        INTEGRATION: CWS tl07 (1.4.372); FILE MERGED 2004/12/16 12:24:30 tl 1.4.372.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [5dfaf14dc688623987fc66d00d50a867a3a297eb]

        INTEGRATION: CWS tl07 (1.20.6); FILE MERGED 2005/02/11 14:12:21 tl 1.20.6.3: #i38930# fix for sometimes missing reference device in Math 2005/01/24 14:34:01 tl 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED 2004/12/16 12:24:30 tl 1.20.6.1: #i39124# removed code that is used only in the binfilter now

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [98224ed7a55bdf94b0f3636f102e0edd8a9f21dc]

        INTEGRATION: CWS gccfour (1.7.56); FILE MERGED 2005/03/14 11:29:47 cmc 1.7.56.1: #i44718# name anonymous enums that are compared against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [306caa4bbfc660ed7595eb3894727a4378d5ce2b]

        INTEGRATION: CWS gccfour (1.2.2); FILE MERGED 2005/03/11 09:04:11 cmc 1.2.2.1: #i44718# name enums that compare against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [0f751c7b640e539fec72b1e8850561e9bc1fcb29]

        INTEGRATION: CWS gccfour (1.5.178); FILE MERGED 2005/03/11 09:19:20 cmc 1.5.178.1: #i44718# name enums that compare against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [41df52ddf3a5df73aca70d410451f9cf57a2a574]

        INTEGRATION: CWS gccfour (1.13.142); FILE MERGED 2005/03/11 09:19:19 cmc 1.13.142.1: #i44718# name enums that compare against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [21e44cc61fdea8ce6441776bff1d4f10ad674500]

        INTEGRATION: CWS gccfour (1.11.26); FILE MERGED 2005/03/18 14:10:45 cmc 1.11.26.2: RESYNC: (1.11-1.12); FILE MERGED 2005/03/14 12:40:46 cmc 1.11.26.1: #i44718# add boost using file to exceptions

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [f7bb3db44c3d0f062c345140c192a99a0adbc28d]

        INTEGRATION: CWS gccfour (1.2.122); FILE MERGED 2005/03/10 16:16:29 cmc 1.2.122.1: #i44502# gcc 4 template requirements for autodoc

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [6af8905e5f9bb0901c058ee429419e2d956b02cb]

        INTEGRATION: CWS gccfour (1.3.78); FILE MERGED 2005/03/10 16:16:28 cmc 1.3.78.1: #i44502# gcc 4 template requirements for autodoc

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [4c12a35a608a02f6749a7cbe88441deceeef609f]

        INTEGRATION: CWS gccfour (1.4.6); FILE MERGED 2005/03/10 16:16:27 cmc 1.4.6.1: #i44502# gcc 4 template requirements for autodoc

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [226fb6ce66e786a05e2c293d629cd7dfc191f43e]

        INTEGRATION: CWS gccfour (1.5.8); FILE MERGED 2005/03/10 16:16:26 cmc 1.5.8.1: #i44502# gcc 4 template requirements for autodoc

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [b7fe73f785b85f8246d104e4b5d9ce44ea053817]

        INTEGRATION: CWS gccfour (1.104.8); FILE MERGED 2005/03/18 14:08:11 cmc 1.104.8.2: RESYNC: (1.104-1.110); FILE MERGED 2005/03/10 14:27:36 cmc 1.104.8.1: #i44718# allow configure to progress when compiler is gcc4

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a9ada8a9e4282f18d13125fc44db8636a726f5ef]

        INTEGRATION: CWS gccfour (1.85.8); FILE MERGED 2005/03/18 14:08:41 cmc 1.85.8.2: RESYNC: (1.85-1.91); FILE MERGED 2005/03/10 14:27:35 cmc 1.85.8.1: #i44718# allow configure to progress when compiler is gcc4

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [989fc1fe74db1629ece84e49a89e645df02fea27]

        INTEGRATION: CWS gccfour (1.7.44); FILE MERGED 2005/03/11 08:32:22 cmc 1.7.44.1: #i44718# allow compilation with gcc 4.0.0

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [932c79141aa2701b89739b6eaec1d2239b6b18e6]

        INTEGRATION: CWS gccfour (1.12.26); FILE MERGED 2005/03/10 15:27:26 cmc 1.12.26.1: #i44718# allow gcc 4.0.0 as well

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [529b8219db4e0f0d40a2f6b5fe52d619c3a68281]

        INTEGRATION: CWS gccfour (1.2.18); FILE MERGED 2005/03/11 20:56:55 cmc 1.2.18.1: #i44718# name enums that are compared against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [a647885c2c26d9fcccf288a0d000d4b2f218b991]

        INTEGRATION: CWS gccfour (1.2.6); FILE MERGED 2005/03/20 19:44:28 cmc 1.2.6.1: #i44502# move definition of static functions before use so compiler knows their signature before they are used

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [b1b5579001f48f96e7e214b5cd78b864504f3f7e]

        INTEGRATION: CWS gccfour (1.30.132); FILE MERGED 2005/03/14 13:38:22 cmc 1.30.132.1: #i44718# build sw with gcc 4.0.0

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [bcb6a023e6665c821360f24bb55f1519f7837e0e]

        INTEGRATION: CWS gccfour (1.50.68); FILE MERGED 2005/03/14 13:38:21 cmc 1.50.68.1: #i44718# build sw with gcc 4.0.0

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [d1674a1c1ca609b2466de5bd18814a2944c1158a]

        INTEGRATION: CWS gccfour (1.40.38); FILE MERGED 2005/03/14 13:38:21 cmc 1.40.38.1: #i44718# build sw with gcc 4.0.0

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [95a2da851a547b41c39b18d386d8d8082d79c012]

        INTEGRATION: CWS gccfour (1.9.40); FILE MERGED 2005/03/14 12:02:05 cmc 1.9.40.1: #i44718# name anonymous enums that are compared against ints

2005-04-04  Rüdiger Timm  <rt@openoffice.org>  [8069587f07f036a09570ffed2ab1e53f7392314d]

        INTEGRATION: CWS gccfour (1.3.104); FILE MERGED 2005/03/11 10:44:18 cmc 1.3.104.1: #i44718# move cmath include to keep gcc 4.0.0 happy

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [d15d9fa49d322b9f02eb407f3d4700794f55597a]

        INTEGRATION: CWS swqod04 (1.85.4); FILE MERGED 2005/03/30 11:03:30 os 1.85.4.1: #i46178# call EnableSetModified( sal_False ) only if necessary

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [924bf238e0264c912311205e52dd58aa4aeb15e7]

        INTEGRATION: CWS swqod04 (1.49.38); FILE MERGED 2005/03/30 11:05:02 os 1.49.38.1: #i46178# call EnableSetModified( sal_False ) only if necessary

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [f4b570828dd8f6ccd49c48ff40bad7d4891997b7]

        INTEGRATION: CWS swqod04 (1.73.4); FILE MERGED 2005/03/30 15:19:15 od 1.73.4.1: #i43913# - correct usage of method <lcl_InnerCalcLayout(..)> 	 - <SwTabFrm::MakeAll()> - lock follow table on format of its 	   content

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [8f55b26802fd4ac9395f9ab896d79393def4fbe4]

        INTEGRATION: CWS swqod04 (1.4.160); FILE MERGED 2005/03/30 15:20:51 od 1.4.160.1: #i43913# - correction: mark anchor text frame to move forward under 	   all known conditions

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [ef735f073615141c7da081fd01e1c64fc5a9ba6b]

        INTEGRATION: CWS swqod04 (1.9.4); FILE MERGED 2005/03/30 15:20:51 od 1.9.4.1: #i43913# - correction: mark anchor text frame to move forward under 	   all known conditions

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [6afbfa6b89dcc36ecf7d7b0169915c38fb7033ca]

        INTEGRATION: CWS swqod04 (1.76.4); FILE MERGED 2005/03/30 15:16:40 od 1.76.4.1: #i43913# - <SwLayNotify::~SwLayNotify()> - refine condition to force 	   unlock of object positions, introduced by issue i44016 	 - merge fix for i45180

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [4518bf1c9a0bfa305cee7507f6eef41ce3ffd394]

        INTEGRATION: CWS swqod04 (1.41.4); FILE MERGED 2005/03/30 15:13:09 od 1.41.4.1: #i43913# <CalcClipRect(..)> - consider, that table cell can exceed its 	 upper printing bottom

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [079100a895560d9f025fd85630ae370e5d2a2315]

        INTEGRATION: CWS swqod03 (1.82.192); FILE MERGED 2005/03/30 08:38:45 od 1.82.192.1: #120729# - hotfix: do not hide at-character anchored object under certain 		   conditions, in spite of the fact that its anchor character 		   is hidden.

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [c5f56fd970443a0f91f304e7e2eaddb46954f6ea]

        INTEGRATION: CWS swqod03 (1.12.2); FILE MERGED 2005/03/30 08:40:30 od 1.12.2.1: #120729# class <SwAnchoredObject> - add friend method <lcl_HideObj(..)> 	 it's needed for the hotfix.

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [f839f40115f965686f18637cd2f61493c68d005b]

        INTEGRATION: CWS swqbugfixes19 (1.51.362); FILE MERGED 2005/03/24 12:45:59 fme 1.51.362.1: #i45907# Create printer if necessary - we do not have default printer anymore

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [e75720501ec8bb410900bc4d6265443b5e276414]

        INTEGRATION: CWS os58 (1.5.40); FILE MERGED 2005/03/31 07:10:01 os 1.5.40.1: #i45288# German translation fixed

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [0a7adcb7aab063424691672bb3a2b4f61213cfbc]

        #i46507# Correct IF condition, corrupted by CWS systemmozilla (thanks to pjanik)

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [dc9b4e8bc8adb3aafb6d1255dc3d85a8fc65c501]

        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>  [dcaacdf8624157cca993ce17ba02738c383db6ee]

        INTEGRATION: CWS fwkfinal6 (1.81.18); FILE MERGED 2005/03/24 09:57:43 as 1.81.18.1: #i45873# enable pdf feature always! Because it cant be disabled during setup ...

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [8e2f309e5eef2ca79e2fa9e2510f90368f0e2355]

        INTEGRATION: CWS fwkfinal6 (1.109.10); FILE MERGED 2005/03/24 08:12:32 as 1.109.10.2: #i45855# comment what's happen 2005/03/24 08:09:32 as 1.109.10.1: #i45855# disable HelpOnOpen feature by default by using NIL value explicitly

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [e0b88ec41506cdc756da7cf8b22d83ce3181262a]

        INTEGRATION: CWS fwkfinal6 (1.42.6); FILE MERGED 2005/03/24 08:08:57 as 1.42.6.1: #i45855# disable HelpOnOpen feature by default by using NIL value explicitly

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [f780ace50aa251fe4982d43083d0692ae96411c7]

        INTEGRATION: CWS fwkfinal6 (1.7.30); FILE MERGED 2005/03/29 09:53:42 cd 1.7.30.1: #i46194# Support transient changes for menu bar

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [95f2518c0f41f74910109c018c8f9c459b48cc69]

        INTEGRATION: CWS fwkfinal6 (1.9.2); FILE MERGED 2005/03/23 13:17:02 cd 1.9.2.1: #i45839# Show buttons with statusChanged only when they were made invisible by InvisibleItem

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [b6ca1e977d5770e8e59d00169215d1a584c0bfac]

        INTEGRATION: CWS fwkfinal6 (1.14.2); FILE MERGED 2005/03/24 16:25:11 cd 1.14.2.1: #43179# desktop frame cannot be used as target frame for loading a document

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [dfccf7676f5d29f6f9ee115e2195d286ca7be5fe]

        INTEGRATION: CWS fwkfinal6 (1.28.2); FILE MERGED 2005/03/24 15:52:28 cd 1.28.2.1: #i45931# Moving top toolbar to a lower docking line creates invalid pos/line values in renumber function of layout manager

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [1e7911cc0530c25327bd737fc6a5769acecb8b73]

        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>  [71b8c9152b42b7e7b207205b2db69138fc8324a9]

        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>  [c7b0026b49b0fe1cbce62bb7bf7b23e77c234c1e]

        #120904# theArgs has dimension 2 now, so we need another one of dimension 1.

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [f88413373627d13e8d44acfeec2c1ee77cf9f1bb]

        #i46456# check for empty string, i.e., deref string itself not only ptr to it

2005-04-01  Rüdiger Timm  <rt@openoffice.org>  [e93df17f138f9458ea378294d9a643e4fb8be2c5]

        SRC680

2005-03-31  Kurt Zenker  <kz@openoffice.org>  [2084ac50c3486c9c0388216f9283d66359654b44]

        #i10000# use backslash instead of slash

2005-03-31  Rüdiger Timm  <rt@openoffice.org>  [e6714971413bd4ea196b97c021dc7ced874b10ba]

        #i10000# No drafts any more.

2005-03-31  Rüdiger Timm  <rt@openoffice.org>  [e83d64bbe208af07160701f925717006cdfb8a59]

        #i10000# No drafts any more.

2005-03-31  Vladimir Glazounov  <vg@openoffice.org>  [669fedca139ba7470fe3c99d90c7dd442ce05994]

        new version for SRC680

2005-03-31  Rüdiger Timm  <rt@openoffice.org>  [2bb783a759f27b29e76ca6810b8babc2ec85fa7f]

        #i10000# DesktopResId changed into WizardResId

2005-03-31  Vladimir Glazounov  <vg@openoffice.org>  [79155bc2f7eecd8ecb18e4a8fbd5f346a1e752ac]

        new version for SRC680

2005-03-31  Rüdiger Timm  <rt@openoffice.org>  [a50b0b756c04c2602a1a341d14a68e8276dae9bf]

        #i10000# Add ObjectBarManager to exception files again (got lost by wron merge conflict resolution for CWS impress38)

2005-03-30  Vladimir Glazounov  <vg@openoffice.org>  [17a7d835b073047f631913aeda0988bd3f2b4bf3]

        new version for SRC680

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b585db2e7d44b69e87cc502756ec48d952ace235]

        #i10000# Add b2enums.hxx again which got lost by mistake in last integration.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8b833f33fea2536f04f7cbd5c0b21cbcc8cc5371]

        SRC680

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c0887691b507405bbda45d033e55d6663dec0795]

        INTEGRATION: CWS dba28 (1.9.8); FILE MERGED 2005/03/23 14:50:00 fs 1.9.8.2: #i45314# care for SalvagedFile argument when loading 2005/03/21 14:35:30 fs 1.9.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cd13575a935e88b81499daad0f4a1118acf86737]

        INTEGRATION: CWS dba28 (1.14.8); FILE MERGED 2005/03/30 11:38:16 fs 1.14.8.4: RESYNC: (1.14-1.15); FILE MERGED 2005/03/24 15:51:40 fs 1.14.8.3: #i45314# commit the rootStorage in store(String,...) - this got lost during the previous change 2005/03/23 14:48:50 fs 1.14.8.2: #i45314# +m_sRealFileURL, to be used when the document was recovered from a temporary location / in storeToURL, also close all connections 2005/03/21 14:35:26 fs 1.14.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8e1f55c2dd41b73f2a5803d97ad83ded3227237b]

        INTEGRATION: CWS dba28 (1.2.8); FILE MERGED 2005/03/24 15:50:58 fs 1.2.8.3: #i45314# commitStorage -> commitRootStorage for less confusion 2005/03/23 14:44:47 fs 1.2.8.2: #i45314# +m_sRealFileURL (+createStorageFactory/commitStorage) 2005/03/21 14:35:26 fs 1.2.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e226be1a49a4308c790a104be73609707640e573]

        INTEGRATION: CWS dba28 (1.2.8); FILE MERGED 2005/03/24 15:50:58 fs 1.2.8.3: #i45314# commitStorage -> commitRootStorage for less confusion 2005/03/23 14:46:17 fs 1.2.8.2: #i45314# +m_sRealFileURL, to be used when the document was recovered from a temporary location 2005/03/21 14:35:25 fs 1.2.8.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ccfb031acd10920d6040af3e0c327202a8741a47]

        INTEGRATION: CWS dba28 (1.65.6); FILE MERGED 2005/03/24 12:10:06 fs 1.65.6.1: #i45920# SetDesignMode: enforce creating the forms collection

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [515991345a74c82d88802a0a2d0e5b067bb9139b]

        INTEGRATION: CWS dba28 (1.4.22); FILE MERGED 2005/03/23 14:53:07 fs 1.4.22.2: #i45314# stream tracing in debug mode moved to a separate file 2005/03/21 12:53:34 fs 1.4.22.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d3a5c03c984bb9174601cfedd531fa53b94f2fa1]

        INTEGRATION: CWS dba28 (1.1.2); FILE ADDED 2005/03/23 14:54:24 fs 1.1.2.1: #i45314# declare 4 functions which are used by both NativeStorageAccess and StorageNativeIn-/-OutputStream

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cda1a8d1d5cfbd36985e341de84a3344ea5963fd]

        INTEGRATION: CWS dba28 (1.5.22); FILE MERGED 2005/03/23 14:56:16 fs 1.5.22.1: #i45314# +accesslog for tracing file operations in debug mode

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7107fdd70ba342ba06ecb1b97038c5ab456356eb]

        INTEGRATION: CWS dba28 (1.1.2); FILE ADDED 2005/03/23 14:56:37 fs 1.1.2.1: #i45314# tracing facilities

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4cd6c340923069d4d247d8bc57e03a23248f54d0]

        INTEGRATION: CWS dba28 (1.3.22); FILE MERGED 2005/03/23 14:58:43 fs 1.3.22.2: #i45314# implement sync as flush, but *without* commit 2005/03/21 12:53:34 fs 1.3.22.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c1749430c62e6f254431511575f78ea262846fa]

        INTEGRATION: CWS dba28 (1.3.22); FILE MERGED 2005/03/30 11:27:29 fs 1.3.22.3: RESYNC: (1.3-1.4); FILE MERGED 2005/03/23 14:58:31 fs 1.3.22.2: #i45314# logging facilities 2005/03/21 12:53:33 fs 1.3.22.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b340118986621f541fb567ecb1cd114b7bfbf2ed]

        INTEGRATION: CWS dba28 (1.4.22); FILE MERGED 2005/03/23 14:56:01 fs 1.4.22.2: #i45314# stream tracing in debug mode moved to a separate file 2005/03/21 12:53:33 fs 1.4.22.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f4ec4c7e71e37b9963050d2162f417d42e87187e]

        INTEGRATION: CWS dba28 (1.4.22); FILE MERGED 2005/03/30 11:26:32 fs 1.4.22.5: RESYNC: (1.4-1.5); FILE MERGED 2005/03/24 08:01:24 fs 1.4.22.4: #i10000# 2005/03/23 15:34:02 fs 1.4.22.3: #i10000# 2005/03/23 14:57:50 fs 1.4.22.2: #i45314# logging facilities 2005/03/21 12:53:32 fs 1.4.22.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [82c627ffe7d33e8364c6fa39fa6b6908f9a930fd]

        INTEGRATION: CWS dba28 (1.7.12); FILE MERGED 2005/03/30 11:19:03 fs 1.7.12.3: RESYNC: (1.7-1.9); FILE MERGED 2005/03/23 14:55:39 fs 1.7.12.2: #i45314# proper SHUTDOWN of the DB when the last connection dies 2005/03/21 12:53:32 fs 1.7.12.1: copying the changes from CWS dba26 herein, since they're needed to fix i45314

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [844dcb19998f32d7b8c8f87330672f81949045c9]

        INTEGRATION: CWS dba28 (1.5.2); FILE MERGED 2005/03/23 14:52:26 fs 1.5.2.1: #i45314# properly implement sync

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [545768cdc572a98770492f476b8d031f0d563d5f]

        INTEGRATION: CWS systemmozilla (1.63.14); FILE MERGED 2005/03/25 20:21:56 rene 1.63.14.14: readd lost BUILD_TYPE setting for internal mozilla 2005/03/14 12:13:05 rene 1.63.14.13: RESYNC: (1.87-1.88); FILE MERGED 2005/03/12 00:04:49 rene 1.63.14.12: RESYNC: (1.85-1.87); FILE MERGED 2005/03/10 15:47:48 rene 1.63.14.11: save LIBS, too, thanks pmladek@ 2005/03/03 14:43:09 rene 1.63.14.10: RESYNC: (1.79-1.85); FILE MERGED 2005/03/03 13:40:09 rene 1.63.14.9: #i17187# reanimate --disable-mozilla 2005/02/25 04:05:38 rene 1.63.14.8: RESYNC: (1.75-1.79); FILE MERGED 2005/02/18 14:28:24 rene 1.63.14.7: RESYNC: (1.71-1.75); FILE MERGED 2005/02/11 18:06:23 rene 1.63.14.6: RESYNC: (1.69-1.71); FILE MERGED 2005/01/27 19:01:36 rene 1.63.14.5: RESYNC: (1.65-1.69); FILE MERGED 2005/01/17 19:00:09 rene 1.63.14.4: revert last commit, broken/incomplete 2005/01/17 13:29:50 rene 1.63.14.3: don't fail on PK11_GetCertFromPrivateKey missing, set MOZ_NSS_HACK 2005/01/06 19:53:32 rene 1.63.14.2: RESYNC: (1.63-1.65); FILE MERGED 2005/01/06 18:58:29 rene 1.63.14.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1740375bd32c1a3a5f19ece4ba88817d06317911]

        INTEGRATION: CWS systemmozilla (1.13.64); FILE MERGED 2005/02/07 20:42:35 rene 1.13.64.1: #i17187# use system mozilla ... (patch)
        
        try to find libnss3 from the system and set the library path accordingly.
        based on patch from pmladek@suse.cz

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [eb7082a698d4a316932719006b998762cc1fb9ce]

        INTEGRATION: CWS systemmozilla (1.9.70); FILE MERGED 2005/01/06 18:58:34 rene 1.9.70.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d4c56c87a4a7fc9702dc9717ec38aea551e23109]

        INTEGRATION: CWS systemmozilla (1.6.70); FILE MERGED 2005/01/06 18:58:34 rene 1.6.70.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [07a6df809b355296588a0fd565a1f8219b507a04]

        INTEGRATION: CWS systemmozilla (1.5.70); FILE MERGED 2005/01/06 18:58:33 rene 1.5.70.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [df1daa847577d06c60b2abb1dc940c02d74aab08]

        INTEGRATION: CWS systemmozilla (1.7.2); FILE MERGED 2005/02/14 10:17:15 rene 1.7.2.1: #i17187# use system mozilla ... (patch)
        
        make extensions/nsplugin build with headers from system mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [726b3c8cb9750540e3fc40c4b37aec6ae2079a90]

        INTEGRATION: CWS systemmozilla (1.9.12); FILE MERGED 2005/02/14 10:17:13 rene 1.9.12.1: #i17187# use system mozilla ... (patch)
        
        make extensions/nsplugin build with headers from system mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a09a51810af73b0948fe0ac74a6efc94dfa63b7d]

        INTEGRATION: CWS systemmozilla (1.4.24); FILE MERGED 2005/03/13 13:44:50 rene 1.4.24.5: add comment 2005/03/13 10:29:55 rene 1.4.24.4: #i43037# FreeNSD needs -llber50, too 2005/03/03 13:40:15 rene 1.4.24.3: #i17187# reanimate --disable-mozilla 2005/01/27 19:26:59 rene 1.4.24.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/06 18:58:33 rene 1.4.24.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [80912f991cebbb69b028a04b0a934aba57265022]

        INTEGRATION: CWS systemmozilla (1.2.18); FILE MERGED 2005/03/03 14:46:20 rene 1.2.18.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/03 13:40:19 rene 1.2.18.1: #i17187# reanimate --disable-mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2e629aab43ad26800efbe0f2a57cabc10bdd694c]

        INTEGRATION: CWS systemmozilla (1.13.46); FILE MERGED 2005/03/03 14:45:41 rene 1.13.46.8: RESYNC: (1.23-1.25); FILE MERGED 2005/03/03 13:40:19 rene 1.13.46.7: #i17187# reanimate --disable-mozilla 2005/02/25 04:07:06 rene 1.13.46.6: RESYNC: (1.22-1.23); FILE MERGED 2005/02/18 14:30:22 rene 1.13.46.5: RESYNC: (1.21-1.22); FILE MERGED 2005/02/11 18:09:02 rene 1.13.46.4: RESYNC: (1.20-1.21); FILE MERGED 2005/01/27 19:23:43 rene 1.13.46.3: RESYNC: (1.14-1.20); FILE MERGED 2005/01/09 21:41:03 rene 1.13.46.2: RESYNC: (1.13-1.14); FILE MERGED 2005/01/06 18:58:37 rene 1.13.46.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b514f0a1e3a7c271c2d376435b9972d9434f3472]

        INTEGRATION: CWS systemmozilla (1.17.14); FILE MERGED 2005/03/03 13:40:18 rene 1.17.14.1: #i17187# reanimate --disable-mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b7dab6da92d8f12d91b5bcd2eb6cc1d4663cbf45]

        INTEGRATION: CWS systemmozilla (1.61.16); FILE MERGED 2005/02/18 14:30:09 rene 1.61.16.6: RESYNC: (1.72-1.73); FILE MERGED 2005/02/11 18:08:47 rene 1.61.16.5: RESYNC: (1.67-1.72); FILE MERGED 2005/01/27 19:23:20 rene 1.61.16.4: RESYNC: (1.64-1.67); FILE MERGED 2005/01/09 21:40:52 rene 1.61.16.3: RESYNC: (1.62-1.64); FILE MERGED 2005/01/06 19:56:21 rene 1.61.16.2: RESYNC: (1.61-1.62); FILE MERGED 2005/01/06 18:58:37 rene 1.61.16.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [39c355760adadef831edb9cdf9bce5faeba7539f]

        INTEGRATION: CWS systemmozilla (1.74.6); FILE MERGED 2005/03/12 00:06:31 rene 1.74.6.10: RESYNC: (1.87-1.89); FILE MERGED 2005/03/03 14:45:49 rene 1.74.6.9: RESYNC: (1.84-1.87); FILE MERGED 2005/03/03 13:40:18 rene 1.74.6.8: #i17187# reanimate --disable-mozilla 2005/02/25 04:06:57 rene 1.74.6.7: RESYNC: (1.83-1.84); FILE MERGED 2005/02/18 14:30:00 rene 1.74.6.6: RESYNC: (1.82-1.83); FILE MERGED 2005/02/11 18:08:37 rene 1.74.6.5: RESYNC: (1.81-1.82); FILE MERGED 2005/01/27 19:23:00 rene 1.74.6.4: RESYNC: (1.76-1.81); FILE MERGED 2005/01/09 21:40:43 rene 1.74.6.3: RESYNC: (1.75-1.76); FILE MERGED 2005/01/06 19:56:11 rene 1.74.6.2: RESYNC: (1.74-1.75); FILE MERGED 2005/01/06 18:58:37 rene 1.74.6.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b60ce55c92bbc094312eb6ff28023a15f347ebaf]

        INTEGRATION: CWS systemmozilla (1.10.10); FILE MERGED 2005/03/03 14:44:41 rene 1.10.10.3: RESYNC: (1.10-1.11); FILE MERGED 2005/03/03 13:40:16 rene 1.10.10.2: #i17187# reanimate --disable-mozilla 2005/01/06 18:58:36 rene 1.10.10.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [04b953581c58374daaf7af358557641982dc3c2f]

        INTEGRATION: CWS systemmozilla (1.6.2); FILE MERGED 2005/02/25 04:06:09 rene 1.6.2.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/18 14:34:02 rene 1.6.2.1: #i43079# Wrong dependencies in libxmlsec (with system Mozilla)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0f409b98cd85f0db082a078a11a77fad49ddd302]

        INTEGRATION: CWS systemmozilla (1.1.1.1.12); FILE MERGED 2005/03/12 17:58:33 rene 1.1.1.1.12.5: add comment... 2005/03/12 14:52:29 rene 1.1.1.1.12.4: #i17187# system-mozilla needs pkgconfig 2005/03/12 00:37:33 rene 1.1.1.1.12.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/03/03 13:40:15 rene 1.1.1.1.12.2: #i17187# reanimate --disable-mozilla 2005/01/06 18:58:34 rene 1.1.1.1.12.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a523c001edb6c5047499ec51e4fb33c3930958ba]

        INTEGRATION: CWS systemmozilla (1.29.12); FILE MERGED 2005/03/12 00:05:12 rene 1.29.12.15: RESYNC: (1.50-1.53); FILE MERGED 2005/03/04 15:40:22 vq 1.29.12.14: #i44030# "cygpath -d" only works with existing files. 2005/03/04 15:25:07 rene 1.29.12.13: grammar fix 2005/03/04 15:24:12 rene 1.29.12.12: missing /... 2005/03/04 15:10:49 rene 1.29.12.11: #i44030# check for prebuilt mozilla files if needed, patch by vq 2005/03/03 14:43:21 rene 1.29.12.10: RESYNC: (1.46-1.50); FILE MERGED 2005/03/03 13:40:12 rene 1.29.12.9: #i17187# reanimate --disable-mozilla 2005/02/25 04:06:01 rene 1.29.12.8: RESYNC: (1.43-1.46); FILE MERGED 2005/02/18 14:28:48 rene 1.29.12.7: RESYNC: (1.39-1.43); FILE MERGED 2005/01/27 19:02:08 rene 1.29.12.6: RESYNC: (1.32-1.39); FILE MERGED 2005/01/17 19:00:12 rene 1.29.12.5: revert last commit, broken/incomplete 2005/01/17 14:26:47 rene 1.29.12.4: RESYNC: (1.31-1.32); FILE MERGED 2005/01/17 13:29:52 rene 1.29.12.3: don't fail on PK11_GetCertFromPrivateKey missing, set MOZ_NSS_HACK 2005/01/06 19:53:57 rene 1.29.12.2: RESYNC: (1.29-1.31); FILE MERGED 2005/01/06 18:58:31 rene 1.29.12.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c4cf76e25840b965ac7402e1e40e8d5730a896e3]

        INTEGRATION: CWS systemmozilla (1.80.12); FILE MERGED 2005/03/25 20:21:58 rene 1.80.12.15: readd lost BUILD_TYPE setting for internal mozilla 2005/03/14 12:13:15 rene 1.80.12.14: RESYNC: (1.106-1.107); FILE MERGED 2005/03/12 00:05:01 rene 1.80.12.13: RESYNC: (1.104-1.106); FILE MERGED 2005/03/10 15:47:52 rene 1.80.12.12: save LIBS, too, thanks pmladek@ 2005/03/03 14:42:48 rene 1.80.12.11: RESYNC: (1.98-1.104); FILE MERGED 2005/03/03 13:40:12 rene 1.80.12.10: #i17187# reanimate --disable-mozilla 2005/02/25 04:05:51 rene 1.80.12.9: RESYNC: (1.94-1.98); FILE MERGED 2005/02/18 14:28:40 rene 1.80.12.8: RESYNC: (1.89-1.94); FILE MERGED 2005/02/11 18:06:37 rene 1.80.12.7: RESYNC: (1.87-1.89); FILE MERGED 2005/01/27 19:01:57 rene 1.80.12.6: RESYNC: (1.82-1.87); FILE MERGED 2005/01/17 19:00:11 rene 1.80.12.5: revert last commit, broken/incomplete 2005/01/17 13:29:51 rene 1.80.12.4: don't fail on PK11_GetCertFromPrivateKey missing, set MOZ_NSS_HACK 2005/01/07 14:47:51 rene 1.80.12.3: typo fix 2005/01/06 19:53:45 rene 1.80.12.2: RESYNC: (1.80-1.82); FILE MERGED 2005/01/06 18:58:31 rene 1.80.12.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8c8962df98cd354e2187507f653b01363aa75d86]

        INTEGRATION: CWS systemmozilla (1.15.22); FILE MERGED 2005/03/12 00:04:27 rene 1.15.22.2: RESYNC: (1.15-1.16); FILE MERGED 2005/03/03 13:40:23 rene 1.15.22.1: #i17187# reanimate --disable-mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b00c233d9188f2c157c67ed79c9cc59a44326a47]

        INTEGRATION: CWS systemmozilla (1.3.22); FILE MERGED 2005/01/17 13:32:06 rene 1.3.22.1: implement MOZ_NSS_HACK to build even without PK11_GetCertFromPrivateKey missing from mozilla and use nssrenam.h, needed for e.g. CERT_DecodeDERCertificate availavailablity

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ac7b9135308a781ed2dbe8d61242a8e49e7e7970]

        INTEGRATION: CWS systemmozilla (1.11.22); FILE MERGED 2005/03/12 00:00:34 rene 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/17 13:32:05 rene 1.11.22.1: implement MOZ_NSS_HACK to build even without PK11_GetCertFromPrivateKey missing from mozilla and use nssrenam.h, needed for e.g. CERT_DecodeDERCertificate availavailablity

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b85f03994dd79b7922dd60f805c81b0ebbec56b4]

        INTEGRATION: CWS systemmozilla (1.1.2); FILE ADDED 2005/01/17 13:32:05 rene 1.1.2.1: implement MOZ_NSS_HACK to build even without PK11_GetCertFromPrivateKey missing from mozilla and use nssrenam.h, needed for e.g. CERT_DecodeDERCertificate availavailablity

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [109a35e5e3a5752dc43f83b39470ec03795278de]

        INTEGRATION: CWS systemmozilla (1.3.14); FILE MERGED 2005/03/03 13:40:21 rene 1.3.14.4: #i17187# reanimate --disable-mozilla 2005/01/17 19:03:45 rene 1.3.14.3: revert MOZ_NSS_HACK part of last commit, broken/incomplete 2005/01/17 13:32:05 rene 1.3.14.2: implement MOZ_NSS_HACK to build even without PK11_GetCertFromPrivateKey missing from mozilla and use nssrenam.h, needed for e.g. CERT_DecodeDERCertificate availavailablity 2005/01/06 18:58:38 rene 1.3.14.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7c01e6050f776d92baed8b4115f37de7d3ae7804]

        INTEGRATION: CWS systemmozilla (1.6.8); FILE MERGED 2005/03/03 13:40:20 rene 1.6.8.1: #i17187# reanimate --disable-mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [123a3dab0be45bf7bf7f8a70a0dc05a3c313ba8a]

        INTEGRATION: CWS systemmozilla (1.15.76); FILE MERGED 2005/03/03 14:38:41 rene 1.15.76.5: RESYNC: (1.17-1.18); FILE MERGED 2005/02/18 14:23:37 rene 1.15.76.4: RESYNC: (1.16-1.17); FILE MERGED 2005/02/12 13:59:11 rene 1.15.76.3: add missing ( 2005/02/11 18:01:40 rene 1.15.76.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/20 14:30:10 rene 1.15.76.1: #i17187# use system mozilla ... (patch)
        
        set LD_LIBRARY_PATH in at registration stage appropriately if we use
        system mozilla and mozillas ldap because libldap50.so can be not in /usr/lib but in /usr/lib/something and the registration would fail.
        Submitted by: cmc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [166701096ab98e3dabfb9168df53720612dc4ea4]

        INTEGRATION: CWS systemmozilla (1.13.52); FILE MERGED 2005/03/03 13:40:14 rene 1.13.52.3: #i17187# reanimate --disable-mozilla 2005/02/25 03:58:31 rene 1.13.52.2: RESYNC: (1.13-1.14); FILE MERGED 2005/01/06 18:58:32 rene 1.13.52.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [dc7b5c2a6a687c6c94748c7b85c08df409316144]

        INTEGRATION: CWS systemmozilla (1.2.2); FILE MERGED 2005/03/03 13:40:14 rene 1.2.2.1: #i17187# reanimate --disable-mozilla

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [72e19db98c8d1083c4884d56b9f09fcbd15f402c]

        INTEGRATION: CWS systemmozilla (1.15.36); FILE MERGED 2005/03/03 13:40:13 rene 1.15.36.3: #i17187# reanimate --disable-mozilla 2005/02/25 03:56:12 rene 1.15.36.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/06 18:58:32 rene 1.15.36.1: #i17187# use system mozilla ... (patch)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2c3918097f21f74ccb428b5a9c5e312f76e888b9]

        INTEGRATION: CWS swqbugfixes18 (1.93.2); FILE MERGED 2005/03/18 14:13:16 os 1.93.2.1: #i45393# interface to save .odb-files has been changed

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [845379c8f9b0f4aa7d3ba01ac7e877266086b374]

        INTEGRATION: CWS swqbugfixes18 (1.74.58); FILE MERGED 2005/03/16 10:39:34 fme 1.74.58.1: #i44963# #i42187# Correct page sizes in page descriptions after html import if necessary

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [10f352d2faf6a4d72337b2c098a65377eee5138b]

        INTEGRATION: CWS swqbugfixes18 (1.111.60); FILE MERGED 2005/03/21 14:48:37 od 1.111.60.1: #i45301# <SwWW8ImplReader::StartTable(..)> 	 - adjustment: anchored nested table Writer fly frame only at-character, 	   if absolute position attributes are available.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [bec309089466e77350f19ed0426d9b990bb83daa]

        INTEGRATION: CWS swqbugfixes18 (1.83.58); FILE MERGED 2005/03/21 14:18:48 fme 1.83.58.1: #i45019# No ::ConvertPosition for FLY_AT_FLY anchored objects

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8b38274cc3d8b41f779903af8858feb681f87f42]

        INTEGRATION: CWS swqbugfixes18 (1.21.2); FILE MERGED 2005/03/16 10:40:39 fme 1.21.2.1: #i44963# #i42187# Correct page sizes in page descriptions after html import if necessary

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e8cbc07697da1986b9cb08a3a6fc4b7f24445efd]

        INTEGRATION: CWS swqbugfixes18 (1.10.430); FILE MERGED 2005/03/22 08:43:55 od 1.10.430.1: #i45718# - follow-up of issue i35635 	   move object into visible layer after creation by undo/redo

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [30244694208c8a14415d463629f6310cd2b2a27a]

        INTEGRATION: CWS swqbugfixes18 (1.74.128); FILE MERGED 2005/03/21 16:03:34 od 1.74.128.1: #i45180# <SwFlyNotify::~SwFlyNotify()> 	 - no adjustment of layout process flags and further notifications/invalidations, 	   if format is called by grow/shrink

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6f79f9c9d723d67026ca367b4c2bd50eda8740e2]

        INTEGRATION: CWS swqbugfixes18 (1.11.58); FILE MERGED 2005/03/15 11:51:48 fme 1.11.58.1: #i45019# Do not search for cell frame if object is anchored to page frame

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f50a0590b35c344e6da01f2ed6bf49259fd60a1b]

        INTEGRATION: CWS swqbugfixes18 (1.26.40); FILE MERGED 2005/03/16 10:40:04 fme 1.26.40.1: #i44963# #i42187# Correct page sizes in page descriptions after html import if necessary

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [18ef244267027d278ea4028b8cc9bf9c72febdd6]

        INTEGRATION: CWS swqbugfixes18 (1.105.2); FILE MERGED 2005/03/16 10:38:39 fme 1.105.2.1: #i44963# #i42187# Correct page sizes in page descriptions after html import if necessary

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [03d8a685fa0b94a2885f62957e3bc01d0a2dcaaa]

        INTEGRATION: CWS calcstopper (1.191.6); FILE MERGED 2005/03/29 12:14:59 nn 1.191.6.1: #i44288# initialize pAttrList (ranges string is empty on invalid tab references in chart)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a33da01d81b723a89859605432a004f1be31e1e0]

        INTEGRATION: CWS impress40 (1.94.18); FILE MERGED 2005/03/22 12:20:14 cl 1.94.18.2: #b6236864# removed wrongly merged stuff 2005/03/22 12:14:11 cl 1.94.18.1: #b6236864# fixed header&footer

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ad271c4280e55dd22784bd9839ae168e4e814258]

        INTEGRATION: CWS impress40 (1.4.70); FILE MERGED 2005/03/21 16:38:44 af 1.4.70.1: #i43876# Fixed MoveToTop() to really update its local list when necessary.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f5931e492821bab00d2f710b93bea36be0afe490]

        INTEGRATION: CWS impress40 (1.7.8); FILE MERGED 2005/03/17 11:22:03 cl 1.7.8.1: #i45157# fixed wizard preview

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5016d77a1b0edc4f01214d0ccad1f33f2f498e77]

        INTEGRATION: CWS impress40 (1.3.80); FILE MERGED 2005/03/17 11:22:03 cl 1.3.80.1: #i45157# fixed wizard preview

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4e3073522acb657104585afa905959343093d127]

        INTEGRATION: CWS impress40 (1.4.76); FILE MERGED 2005/03/17 11:22:03 cl 1.4.76.1: #i45157# fixed wizard preview

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1115fae49fa588acad4226ea3b1a70b911c11cc9]

        INTEGRATION: CWS impress40 (1.6.140); FILE MERGED 2005/03/17 11:22:02 cl 1.6.140.1: #i45157# fixed wizard preview

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [3c1c5664bc297bf23bdcb2023926c6747f50020e]

        INTEGRATION: CWS impress40 (1.14.78); FILE MERGED 2005/03/17 11:21:58 cl 1.14.78.1: #i45157# fixed wizard preview

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [37b23f26a9b84e4a1ece1b4b7851f68eb189cbd6]

        INTEGRATION: CWS impress40 (1.8.30); FILE MERGED 2005/03/17 13:54:47 cl 1.8.30.1: #i45005# do not create text animations for empty paragraphs

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [83cfc531d133c7a8d54f1b072f0d348e8e38af57]

        INTEGRATION: CWS impress40 (1.7.28); FILE MERGED 2005/03/17 13:54:30 cl 1.7.28.1: #i45005# do not create text animations for empty paragraphs

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [44f517a1ba7fcdbbf0a889a5b04af72825995b88]

        INTEGRATION: CWS impress40 (1.13.136); FILE MERGED 2005/03/22 12:14:11 cl 1.13.136.1: #b6236864# fixed header&footer

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [18173dcd510367204f2564163b183a0b7d7b2dd8]

        INTEGRATION: CWS impress38 (1.17.64); FILE MERGED 2005/03/20 16:06:55 af 1.17.64.1: #i45568# Added new UpdateLockManager.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [213b971f42f20af14624b1b13c610ff711b3f6c7]

        INTEGRATION: CWS impress38 (1.24.2); FILE MERGED 2005/03/09 15:52:53 cd 1.24.2.1: #44619# Implement listener mechanism for layout manager events

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7ee278ea43e5aafac1bc772b0b6ca5bb598400c0]

        INTEGRATION: CWS impress38 (1.3.16); FILE MERGED 2005/03/09 15:51:25 cd 1.3.16.1: #44619# Event needs source to enable developers to add their listener to more than one instance

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8671654c1076a9ad8a0331c74024993a9dc659c7]

        INTEGRATION: CWS impress38 (1.2.16); FILE MERGED 2005/03/09 15:51:23 cd 1.2.16.1: #44619# Event needs source to enable developers to add their listener to more than one instance

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0ff593de3d5643ab3ba90342eb310dbb041ca8ef]

        INTEGRATION: CWS impress38 (1.21.56); FILE MERGED 2005/03/20 16:08:01 af 1.21.56.1: #i45568# Added IsRedrawLocked() method.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [858d8d4853c615297d1630288b0b4c5446914de7]

        INTEGRATION: CWS impress38 (1.64.30); FILE MERGED 2005/03/20 16:07:17 af 1.64.30.1: #i45568# Ignoring calls to Activate()/Deactivate() when updates are locked.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7e8eb14c838d5beb296ced82a7a72e8555d67939]

        INTEGRATION: CWS impress38 (1.53.24); FILE MERGED 2005/03/20 16:06:22 af 1.53.24.1: #i45568# Ignoring calls to Activate()/Deactivate() when updates are locked.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d4f7f852836213f68254905941d0234a4d367f33]

        INTEGRATION: CWS impress38 (1.17.24); FILE MERGED 2005/03/20 16:05:14 af 1.17.24.1: #i45568# Added support for new UpdateLockManager.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5fcf18b9f8f648c1c4654440f57f1e621d624935]

        INTEGRATION: CWS impress38 (1.1.2); FILE ADDED 2005/03/23 16:51:57 af 1.1.2.3: #i45868# Added ForceUnlock() to Implementation class and calling it from destructor. 2005/03/21 12:56:41 af 1.1.2.2: #i45568# Call ViewShellBase::Rearrange() at end of Unlock to force redraw. 2005/03/20 15:53:28 af 1.1.2.1: #i45568# Initial revision.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5dfb7470293a9132647d8321e6046705e6f5430c]

        INTEGRATION: CWS impress38 (1.3.270); FILE MERGED 2005/03/20 16:03:18 af 1.3.270.1: #i45568# Disabling the new UpdateLockManager.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [643f2b68a0afd5664f974a845b29d2901f0e6024]

        INTEGRATION: CWS impress38 (1.5.30); FILE MERGED 2005/03/22 10:29:59 af 1.5.30.2: #i45568# Improved the support for update locking. 2005/03/20 15:59:20 af 1.5.30.1: #i45568# Improved handling of view being locking.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7d6f259cbac0576a308d27163bc310c2767e70e3]

        INTEGRATION: CWS impress38 (1.6.30); FILE MERGED 2005/03/20 15:58:40 af 1.6.30.1: #i45568# Improved handling of view being locking.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2d69f3bf3f45b2f76486a4171a5dbaf7b9415537]

        INTEGRATION: CWS impress38 (1.11.24); FILE MERGED 2005/03/20 15:56:59 af 1.11.24.1: #i45568# Added support for new UpdateLockManager.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cccd6697dc41ec63856621f934ef8de041e3e620]

        INTEGRATION: CWS impress38 (1.9.30); FILE MERGED 2005/03/20 16:00:14 af 1.9.30.1: #i45568# New IsRedrawLocked() method.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [acbb1ac789a0b534f8b6de4d286ce51e72da3ed5]

        INTEGRATION: CWS impress38 (1.1.2); FILE ADDED 2005/03/20 15:53:12 af 1.1.2.1: #i45568# Initial revision.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [58a48c6ec9b6c1de94adbdf0e71042a4100acc53]

        INTEGRATION: CWS impress38 (1.14.2); FILE MERGED 2005/03/09 15:52:51 cd 1.14.2.1: #44619# Implement listener mechanism for layout manager events

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4ba72354b2169b7fa4410978661d2199574a88ea]

        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>  [a8a676d822bb2f41babb6f74f67a00e30e8e7f5b]

        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>  [12f8cf823665aac92a75af721d1f7f5a2372bbe0]

        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>  [1189199942f8f836a7d0f1d6c447ae1336712b92]

        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>  [09f790a17112d4c009af0a912a5d973465ad011c]

        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>  [d84eb7b6bf0edca5361e20f068e468280d569891]

        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>  [fbf1bd141260727967c13a43ac893009620cc92b]

        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>  [4d2f92a7b35fcea22b769429b8c66f7007dcfe8b]

        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>  [ad4ec1d2a6b12719471751a94f5ea8acaf83714c]

        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>  [8c4ce08b44d11949f60798815c4675184af797f2]

        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>  [88d61bd622885700c9c697b78ef5dabd61229319]

        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>  [4b63ca31cb87b4ed31adb1d171238ea0a836666c]

        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>  [f603e955a004430dc0c1765447f10b1c2545f076]

        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>  [d8a51d7e93ea8b4feb99a1b05d303d901dacfe58]

        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>  [7eaf3b79eda9c4f82b0ac303308e8cd746b1b570]

        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>  [a135388841a0ca2363436500247f4df8ac8e99d0]

        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>  [9d94c5f58c4bff7ca5bc2d324946c1132b0260c0]

        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>  [45c159de1b44720f67d0164eb837eb076a313986]

        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>  [7b132a31df13214db469b915726c2f911094553e]

        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>  [222dfaf5feb2fff6b66a8110b44dd0120b4ea92c]

        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>  [824de1020a94a3e77b6ccc77a739f89bca70a609]

        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>  [bc11d3f33b8b4a0a1c6dd631abc9ab5ef1f73a1b]

        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>  [daab744b34a04860b4e6b9bce6fe1d70c33bcd2c]

        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>  [5d148c41f6e90c5d062afafa7d4639114ec05f43]

        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>  [6bfd54d5341f66af8695fb67bb8bf581f31aff3d]

        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>  [60465f2b27784a412b8b8ca0641bcb07731a00a1]

        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>  [b60b5d8330cf2f8527e6d16392bd51adc2288cc6]

        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>  [9195edc15dd71a9f16a1c28a2f582f9b62143548]

        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>  [86e6d2c26d05cd06d739b40dc674b58c7a5238d0]

        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>  [c2e7ae0b1f9cfca9b90255e2145982ac6a51c969]

        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>  [13e05d4d83ab2be69be34caa8dd45cd951c67730]

        INTEGRATION: CWS vcl38 (1.77.372); FILE MERGED 2005/03/24 09:55:17 hdu 1.77.372.4: #119763# allow more deviation for a standard test string 2005/03/24 09:50:20 hdu 1.77.372.3: #119763# allow only 1% deviation of original text widthfntcache.cxx 2005/03/18 12:05:55 hdu 1.77.372.2: #119763# don't mess with display font unless it is really bad, 2nd 2005/03/18 10:59:16 hdu 1.77.372.1: #119763# don't mess with display font unless it is really bad

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a4f03be289e733e1fea73234d9a1f74da7d4bed9]

        INTEGRATION: CWS vcl38 (1.1.54); FILE MERGED 2005/03/20 17:04:10 pl 1.1.54.1: #i45450# fix #i26547# broke during bmpres01 integration

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [01979462d9fa2413b469a27c75a042fbea37d07f]

        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>  [ccf35dc1e35df8aaf2d6bdc585e99d3172c31c88]

        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>  [eb90e422d23492afe8dd66d870e1593cd8c63835]

        INTEGRATION: CWS fwkfinal3 (1.10.32); FILE MERGED 2005/03/18 08:43:16 pb 1.10.32.1: fix: #120338# ProgressBar customizable

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [942c5baef30c3f99b7f8c074caceeb44eb5e1907]

        INTEGRATION: CWS fwkfinal3 (1.5.92); FILE MERGED 2005/03/18 08:43:15 pb 1.5.92.1: fix: #120338# ProgressBar customizable

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2d2ec8806e6b248a684312699bd1a5ea97ca8576]

        INTEGRATION: CWS fwkfinal3 (1.3.6); FILE MERGED 2005/03/18 09:37:27 lo 1.3.6.1: #i45167# remove reference to readme file from migration step

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cbdbc2f27e9939440e5ab30dd0647fc2de1c4386]

        INTEGRATION: CWS fwkfinal3 (1.5.138); FILE MERGED 2005/03/21 13:09:49 abi 1.5.138.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [69ef3dca18555859b5b660b39db1c3c09f07e7e0]

        INTEGRATION: CWS fwkfinal3 (1.1.2); FILE ADDED 2005/03/21 13:09:48 abi 1.1.2.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7f004c0fa3466f8376d1983ea89c2d65411bc676]

        INTEGRATION: CWS fwkfinal3 (1.6.90); FILE MERGED 2005/03/21 13:09:47 abi 1.6.90.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [f3894f5280c030f2c301883b27a0e577a8ece838]

        INTEGRATION: CWS fwkfinal3 (1.6.56); FILE MERGED 2005/03/22 11:20:10 abi 1.6.56.1: #i34539# no use of cxx anymore

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d5cdd75f8f4939082c8e614f65e54595d7887e1b]

        INTEGRATION: CWS fwkfinal3 (1.17.74); FILE MERGED 2005/03/18 08:46:45 pb 1.17.74.1: fix: #120338# new entries to customize progressbar of splash screen

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [32b64be5dce6fcec818c1b9c98af2536538f2558]

        INTEGRATION: CWS fwkfinal3 (1.89.6); FILE MERGED 2005/03/18 14:59:29 abi 1.89.6.1: bdb change

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ebf6036bc6d70f8a191d2b8f26963a6857b863ea]

        INTEGRATION: CWS fwkfinal3 (1.162.8); FILE MERGED 2005/03/21 09:58:31 mba 1.162.8.1: #i45278#: open temp. storage for readonly files in readwrite mode because master documents need to copy OLE objects into it

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [59a9029135f5e3448b6c3e921b1c1046e2cb6bcb]

        INTEGRATION: CWS fwkfinal3 (1.17.44); FILE MERGED 2005/03/17 12:55:53 pb 1.17.44.1: fix: #i45078# make IsQuickstarterInstalled() public

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1dd60730007a376bcfd1bdd2ebbf65ed7f143fbe]

        INTEGRATION: CWS fwkfinal3 (1.58.90); FILE MERGED 2005/03/17 12:56:50 pb 1.58.90.1: fix: #i45078# disable SID_ATTR_QUICKLAUNCHER if quickstart isn't installed

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [703217b2840fea4f0f7d69720890bc5c37ed5498]

        INTEGRATION: CWS fwkfinal3 (1.6.116); FILE MERGED 2005/03/22 11:18:11 abi 1.6.116.1: #i34539# no use of cxx anymore

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cdfaf4cb911fbd4f84a93eb383214afe596c241f]

        INTEGRATION: CWS fwkfinal3 (1.35.6); FILE MERGED 2005/03/19 17:31:49 abi 1.35.6.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [9ac582602d05873c745f4db7ca9ec40deab4fdff]

        INTEGRATION: CWS fwkfinal3 (1.14.34); FILE MERGED 2005/03/19 17:31:48 abi 1.14.34.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [83690855efb6f75fe6ea595587eb5c42fd556107]

        INTEGRATION: CWS fwkfinal3 (1.1.2); FILE ADDED 2005/03/19 17:31:48 abi 1.1.2.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [dfe385b1c3fac29c55d44a83983e5f9eb4f2f7be]

        INTEGRATION: CWS fwkfinal3 (1.1.6); FILE ADDED 2005/03/21 13:10:36 abi 1.1.6.2: bdbchange 2005/03/19 17:31:48 abi 1.1.6.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a3b509ba4c0bc82902b0f495973abbb1344314dc]

        INTEGRATION: CWS fwkfinal3 (1.40.26); FILE MERGED 2005/03/19 17:31:48 abi 1.40.26.1: bdbchange

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [4379dd75f41eb89b2badf1476cef35683624eb6e]

        INTEGRATION: CWS fwkfinal3 (1.12.22); FILE MERGED 2005/03/21 13:31:47 abi 1.12.22.1: bdb change

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1850073ec9b5ef7cfe066cc8434b8fa37c113c60]

        INTEGRATION: CWS fwkfinal3 (1.85.8); FILE MERGED 2005/03/18 16:21:11 abi 1.85.8.2: bdb change 2005/03/18 15:42:53 abi 1.85.8.1: bdb change

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [47f76db379ff63781c7dff4824b5e9a582051ef2]

        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>  [a5706d26458cf59454a9910c6aac2d93b7d94e70]

        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>  [b46fe57afee98cb43544f66acf283cf4c9100a33]

        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>  [d6beea522681980131d117ee202cbe0a12dda905]

        INTEGRATION: CWS fwkfinal3 (1.5.6); FILE MERGED 2005/03/22 13:46:14 abi 1.5.6.2: #i45753# deliver db.jar 2005/03/21 19:53:46 abi 1.5.6.1: bdb change

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e2af7b42e99aef5c9c0ffd2488950700a80249ff]

        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>  [934c991110acfa5d37e9fb1347e79120050f27f5]

        INTEGRATION: CWS fwkfinal3 (1.18.4); FILE MERGED 2005/03/22 08:27:04 abi 1.18.4.2: bdb change 2005/03/21 19:53:46 abi 1.18.4.1: bdb change

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [c5810d3d77be1a6668f7e4e0c3523ee0148e90b8]

        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>  [f2e37233055fd2b830330f8b00384452d7207c00]

        INTEGRATION: CWS fwkfinal3 (1.6.176); FILE MERGED 2005/03/17 13:00:19 pb 1.6.176.1: fix: #i45078# disable CheckBox 'QuickStart' if necessary

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [dd48951205cce32c816ad1bd79d38ada3a343fc1]

        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>  [93ff5ccb29d83531e9bedde411e17cffe865f7f3]

        INTEGRATION: CWS fwkfinal3 (1.5.82); FILE MERGED 2005/03/18 12:57:15 as 1.5.82.1: #i43071# dont show cancel-querybox after recovery was finished, independing from the recovery state

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [25caa140aec0b837903f8c01d1a92d0cf7805b2a]

        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>  [a7f89fdd4d3b9904ddcfba283b1a3ed5f6b67be4]

        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>  [01ccee3e3c4ee54734be2b895b76f277b30c668a]

        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>  [05d2ee40ac57f2721df5175574c4375b54a8242a]

        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>  [b0ed7fca7459b0c5a7bd29315b5a882ea67c8422]

        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>  [9cb5f84c94d044fceba1072db8efb5f18d89f4e6]

        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>  [56598b22dc9a70e9d9d70b56d88acf741d32cc31]

        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>  [828e2f9067f37a3c573d2869bf1ff6c74ce445e4]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:25:00 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6fdad545b4056a3500b07ab87610aaf8a69d1b3c]

        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>  [9a36b642297c4cc5573ce8f1d76480a59bf6b390]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:59 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [699a9b9db7d5cfc4c19ba6ad4c2144e015baa7dd]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:58 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ce119e8dd5979b4f7a43a60b720ce8f23c73120e]

        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>  [8bc08eb8ed791267f0e082dd88fe3a2a85587a3d]

        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>  [9cefda2fda7704104d03542ca87dcefb0e63725c]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:57 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [d72a92b8860221a33e11712489e658f2929c9cf9]

        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>  [91d05b9e8b3128784798a9d67ace31aa146fa250]

        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>  [cfc9d53faf2aa055a4ab96c356fc48079a0e9ba2]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:56 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [77a4f46daa97956288effe32d96c888d105e6873]

        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>  [da0156d3383d15316ba96963f3f1fda11ae57408]

        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>  [21d1ad7e9c4b5ccb34cacc74500302f15eefb8ba]

        INTEGRATION: CWS fwkfinal3 (1.21.58); FILE MERGED 2005/03/21 09:57:16 mba 1.21.58.1: #i45278#: return error if filter doesn't match in IsFileFilter

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8902610c96fde851b02c5f42bbea4c50657570c4]

        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>  [046126fc97e701f322f24a610f9ade99da59be15]

        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>  [7f4bd191935d52efa111fe3a31cd74225c0b34c5]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:55 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [0002f5ec51bbf17c44b9399a66a56e3e428af98e]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:54 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [21ab64831a8406cf2b81902e3dc2cf30eeeec1b2]

        INTEGRATION: CWS fwkfinal3 (1.3.22); FILE MERGED 2005/03/18 16:24:53 cd 1.3.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [113261d7b1c2c1a4945af0a66f35f91b83d6e62f]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:53 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [15eda7b9a72c7ccdd59abd5e8c5bcb8b8d99410c]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:52 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cbe655c13cc7a45d58f42cf524fd027057f909c4]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:41 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e76bec37b780f23861dd2fde4a87638755f69c52]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:40 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [b551e977af23009a3a55c413635aba047d1606f3]

        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>  [b356bfeda00e34897b6afe06f94935ebe3184ca8]

        INTEGRATION: CWS fwkfinal3 (1.3.22); FILE MERGED 2005/03/18 16:24:39 cd 1.3.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [770d25feee8b18a0af3c0554251ee921da8c72fe]

        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>  [8a45c62bad3097baf566866077bf72bdbcf35e22]

        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>  [7608df0149674d5b6fc1a71d6c02c9fc71406833]

        INTEGRATION: CWS fwkfinal3 (1.5.22); FILE MERGED 2005/03/18 16:24:38 cd 1.5.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [16f111ccce463c569d8125e0c209fed7b2838f12]

        INTEGRATION: CWS fwkfinal3 (1.2.22); FILE MERGED 2005/03/18 16:24:37 cd 1.2.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a212bd16120ad7a832d3faa2c719b204a397348b]

        INTEGRATION: CWS fwkfinal3 (1.3.22); FILE MERGED 2005/03/18 16:24:37 cd 1.3.22.1: #i45427# Fixed documentation problems with autodoc

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [33efceef23e2368de40faef487d50ceb87bb1763]

        INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/23 19:47:53 dbo 1.1.2.1: #i45754# whole slideshow code: disabling optimization for solaris sparc (!gcc) seems to be a compiler bug: currently no better way to workaround its problem Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e478b5751af7ca14b1a8bb09db11a06e38b5bc3d]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:12:35 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [06c96f37d76368191b205bab50cf06378fba55fb]

        INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED 2005/03/15 10:38:28 dbo 1.2.16.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [cd44d62c9b6a68b499ca720b1c389715a34ab7ee]

        INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED 2005/03/14 16:12:34 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [02f13edde2115fdf545419a83cff648149529db0]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:38:27 dbo 1.3.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [da8530e1410362df32b56c3d33165d8604b779b3]

        INTEGRATION: CWS presfixes02 (1.1.2); FILE ADDED 2005/03/15 00:38:18 thb 1.1.2.1: #i41839# Reworked shape subsetting and DocTreeNode stuff, to properly support BiDi/CTL text

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [fe147b039bfded6d5272962eeb7372d52d9de8dd]

        INTEGRATION: CWS fwkfinal3 (1.18.14); FILE MERGED 2005/03/21 09:57:45 mba 1.18.14.1: #i45278#: wrong filter treatment

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [603e58f716771b37a5e8b87cb00de7e2e4d47433]

        INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED 2005/03/18 18:59:30 thb 1.2.16.2: #i44515# Finished subsetting rework (implemented relevant DrawShapeSubsetting stuff, fixed the annoying DrawShape without view called assertion) 2005/03/14 16:12:34 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [519bac1e99996a5d833b43ec8428c5d11e830738]

        INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED 2005/03/14 16:12:33 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [09e03aa75b96431cce0bb81ebc1644dcb05b9605]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:38:27 dbo 1.3.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [40dd515aa4a08072b45cbb37a4c532f41b7d3301]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:37:01 dbo 1.3.2.2: #i39513# out: subtraction instead of param sweep Issue number: Submitted by: Reviewed by: 2005/03/14 16:12:33 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [563ee4e9e64b30dcd1c49f86bb0f3e01556ff48e]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:12:32 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [80461b41ea648a30aba339bb2a5780a551943fa8]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:37:01 dbo 1.3.2.1: #i39513# out: subtraction instead of param sweep Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [715a5b9189145ec29d77ed0b2f54ccc254b8e3cf]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/23 19:47:52 dbo 1.3.2.1: #i45754# whole slideshow code: disabling optimization for solaris sparc (!gcc) seems to be a compiler bug: currently no better way to workaround its problem Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [55ea73a4d64418ede3eb7ace8316fc5a7c139e44]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/21 17:37:16 dbo 1.2.8.1: #i41476# schedule deactivation of parent node if no children are available Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [005f2a98c0c3664227f2b13f8814c6950d388623]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/21 17:37:15 dbo 1.2.8.1: #i41476# schedule deactivation of parent node if no children are available Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ccc26cc826ec066940ed67a8be3d6015a7af89ff]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/14 16:12:32 thb 1.2.8.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [6d21e72cff05e64675d68b0ca7535cf65fb5a997]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/14 16:12:31 thb 1.2.8.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [2291e594149b106377ccaeab02537e1ee35d548d]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/23 19:47:51 dbo 1.2.8.1: #i45754# whole slideshow code: disabling optimization for solaris sparc (!gcc) seems to be a compiler bug: currently no better way to workaround its problem Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8f2ed1d984ad29a5efbae43d15a9e84a6ee36abf]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/21 17:37:15 dbo 1.3.2.1: #i41476# schedule deactivation of parent node if no children are available Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [eaf3519903039f0e6d95f3609066f97c533fcc51]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/21 17:37:15 dbo 1.2.8.2: #i41476# schedule deactivation of parent node if no children are available Issue number: Submitted by: Reviewed by: 2005/03/15 10:38:26 dbo 1.2.8.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [06179da479fa0d0ae49df7d93939f29af0c67ce3]

        INTEGRATION: CWS fwkfinal3 (1.17.4); FILE MERGED 2005/03/16 15:15:11 cd 1.17.4.1: #i45181# org.openoffice.Office.Views shouldn't be converted from OOo 1.x

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [71bb7fe0425ba3250f030caa151d472d31ab1dab]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/21 17:37:14 dbo 1.2.8.1: #i41476# schedule deactivation of parent node if no children are available Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ade3f39624fd49c82fc5b18eb3141a2308a54336]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/15 10:38:26 dbo 1.2.8.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [3850f6b46deb272e8abfa2a9ec1fd19b6fff688f]

        INTEGRATION: CWS presfixes02 (1.3.6); FILE MERGED 2005/03/14 16:12:31 thb 1.3.6.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1f800ece43d7ae2645f423bf101d429b33404809]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:12:31 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8e5a0501da49e486920be9fa7e51fa76f3f75afb]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:38:26 dbo 1.3.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [506bd34526589431d85bad0a0c65e1b87ab8ee70]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/18 18:59:29 thb 1.3.2.2: #i44515# Finished subsetting rework (implemented relevant DrawShapeSubsetting stuff, fixed the annoying DrawShape without view called assertion) 2005/03/15 10:38:26 dbo 1.3.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [7321fdb6085e2e8ea3d40d3866cbe829785f3ae7]

        INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED 2005/03/23 19:47:50 dbo 1.2.8.1: #i45754# whole slideshow code: disabling optimization for solaris sparc (!gcc) seems to be a compiler bug: currently no better way to workaround its problem Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [71bf919a29a7a568a1db22ac09073cd5e781b318]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:12:30 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [5a0fbe190d5f94a1e45ccae238b68bd1d4f2731a]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/15 10:38:25 dbo 1.4.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8ad088b65ec93eec647aab62633f0cac6027b693]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:12:28 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [8432315ba12cf8b35acf21f7a8fd02b197c44275]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:12:27 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [a3fb10cce32dc64b10c59534e30b92e7124112fd]

        INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED 2005/03/14 16:12:26 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [3c43f6454d2837aedbcad1a4c468458fc46da861]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/15 10:38:25 dbo 1.4.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [915733a23975a7bbf1fca2812f1f4198d533c241]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:12:25 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [61d609d9157562d379012618fed6b9d5f175db73]

        INTEGRATION: CWS presfixes02 (1.7.2); FILE MERGED 2005/03/23 19:47:49 dbo 1.7.2.2: #i45754# whole slideshow code: disabling optimization for solaris sparc (!gcc) seems to be a compiler bug: currently no better way to workaround its problem Issue number: Submitted by: Reviewed by: 2005/03/14 16:12:25 thb 1.7.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [739efade65dabb399b7539b3273dd796221af710]

        INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED 2005/03/15 10:38:24 dbo 1.5.2.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e38b4806948b3f969b5c0c0d5e8869413cfa94b0]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/15 10:38:24 dbo 1.3.2.2: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by: 2005/03/14 16:12:24 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [1dad8b64d3711f602eb5b8629da461b4cb777561]

        INTEGRATION: CWS presfixes02 (1.3.2); FILE MERGED 2005/03/14 16:12:23 thb 1.3.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [49ddeef65b0bc98852716ecba3be50b6788a72c9]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/14 16:12:23 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [e25a872928f6f7105a729de7016cc91ca927d8fc]

        INTEGRATION: CWS presfixes02 (1.4.2); FILE MERGED 2005/03/15 10:38:24 dbo 1.4.2.2: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by: 2005/03/14 16:12:23 thb 1.4.2.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [abf51b0e359b51dcd908ac11272b5af476d62c55]

        INTEGRATION: CWS presfixes02 (1.94.258); FILE MERGED 2005/03/18 19:03:27 thb 1.94.258.2: #i44515# Removed last drafts namespace remnants, fixed wrong index for verbose text comment generation (took absolute string index instead of relative output portion position) 2005/03/14 16:45:21 thb 1.94.258.1: #i41839# Enabling correct mtf comments again - don't split up text portions.

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [ac3deae48d86cefd3ddabb417af2d11716475460]

        INTEGRATION: CWS presfixes02 (1.20.64); FILE MERGED 2005/03/18 19:03:27 thb 1.20.64.1: #i44515# Removed last drafts namespace remnants, fixed wrong index for verbose text comment generation (took absolute string index instead of relative output portion position)

2005-03-30  Rüdiger Timm  <rt@openoffice.org>  [69a90f324770c5e054bfb130b7cdb3cf6b8634be]

        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>  [bfd61ef81b21a5fcf418bac3894a568e2b007dcc]

        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>  [b22f5e228181a018edea5e90c3ad29ef439cacdb]

        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>  [8e055c44bbb76d6d5118d0348a49dcf92eb653ab]

        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>  [384d42bfbe6442318595ea0816786631ae66b3eb]

        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>  [2010943826eb1b3da17048498554544ec697e32b]

        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>  [6066e6cd3392f6e8abcecfb9eb4d4b9851e4c355]

        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>  [e84b7c9126c6673ba797d12a2f1963458e0dfeca]

        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>  [7278425c488349e73558f5a4a2bbc4b94b38c270]

        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>  [1403083c4330d007a0c0012d727545ef4d1793b1]

        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>  [9c7f3fedcd0ac0afdccbff6866f83e531a8ed310]

        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>  [5f0e9040a1abd9bf73a8383b886b668822bc215d]

        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>  [6f730ff272bac802699bd7d87997c1edcd399d3b]

        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>  [104b672e38d38c90adbf266f6abb2cac6d66088d]

        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>  [3b9689c984bdfd9e4431000898607836b5bc1add]

        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>  [fd874452efc0f5e944721713589a700e473c97cc]

        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>  [918d7bf7eb4b482172b32db860eb2ab7c035dd52]

        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>  [ff533e64e70e84f757275fcae4f0becd32800812]

        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>  [eb736445bc78d6e57400f9d1122b22fdc79958ba]

        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>  [77872d36b930d690f7dfe3893569b1e066c3eaf4]

        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>  [8cd3cd80608e91ff246349fb21430f53d1ba07bf]

        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>  [72ca082ca1b1d5e9e104d2e7b3e07b73be90897c]

        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>  [290f4ff7c5be20eb7f272953c70127f22ee3d840]

        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>  [02e9b4c3a5b5c378c9ff6dcfd7e37d7565085f13]

        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>  [e1d8033f72cd1ce29741606a7004bb08750171a0]

        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>  [05ab4766b1d265c158374e8e280150468b99c0b7]

        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>  [7c5f2254c70df2064e5cc4136efd06cb153452a3]

        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>  [ef0dc56ab341f4c27b90e38d6676574827fc05c6]

        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>  [76f0af20d7f06d09ecda45f71fd67e9fdba199a7]

        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>  [b368cc61c2cfeb1d7519622e293aa4fa223b0955]

        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>  [317ede25120607c235489162d4bffb7176c2bf3f]

        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>  [7fe5e45138c7eb6d48d01c0c4b4abc1cbbf174db]

        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>  [9736e53d5fb973d0fbaea1c09637d6c589e91d95]

        INTEGRATION: CWS sj17 (1.5.96); FILE MERGED 2005/03/09 17:40:14 sj 1.5.96.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9d4117ab6e155be6b98515a448bafb303ce991e7]

        INTEGRATION: CWS licensing1 (1.89.42); FILE MERGED 2005/03/02 11:29:10 lo 1.89.42.2: RESYNC: (1.89-1.92); FILE MERGED 2005/02/11 15:31:45 cd 1.89.42.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6108160c922783b4475cd30696c52ebc4c433bd3]

        INTEGRATION: CWS licensing1 (1.20.12); FILE MERGED 2005/03/02 11:27:34 lo 1.20.12.2: RESYNC: (1.20-1.22); FILE MERGED 2005/02/11 15:31:13 cd 1.20.12.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [951aed10cf248603167854ba787fdcc6e9cf424b]

        INTEGRATION: CWS sj17 (1.3.396); FILE MERGED 2005/03/09 17:34:18 sj 1.3.396.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d409a0ac2d32d4c1c7fab8f3615672f18832011e]

        INTEGRATION: CWS sj17 (1.9.104); FILE MERGED 2005/03/18 17:24:11 sj 1.9.104.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/09 17:33:29 sj 1.9.104.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [22ce2814c6348376ec75b613873250b9eb4d4ba1]

        INTEGRATION: CWS licensing1 (1.6.60); FILE MERGED 2005/03/02 11:20:42 lo 1.6.60.2: RESYNC: (1.6-1.7); FILE MERGED 2005/02/11 15:32:22 cd 1.6.60.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [aec0c9a3d6421df87d68110a13c18f0eda9c7a9d]

        INTEGRATION: CWS sj17 (1.4.274); FILE MERGED 2005/03/18 17:23:07 sj 1.4.274.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/09 17:31:50 sj 1.4.274.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d02d37165939ba8b76cfba802311559a84e4c53c]

        INTEGRATION: CWS sj17 (1.71.186); FILE MERGED 2005/03/17 16:17:57 sj 1.71.186.1: #i44922# no information loss if loading from xml (textminframeheight and textminframewidth item

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [06b0ead0c9de5353341034086eaf33e31ec6c9a8]

        INTEGRATION: CWS licensing1 (1.32.112); FILE MERGED 2005/02/11 15:34:16 cd 1.32.112.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c2cf195c4186bb8e5b5b65dd5d69045c635249ac]

        INTEGRATION: CWS sj17 (1.118.62); FILE MERGED 2005/03/21 18:09:38 sj 1.118.62.1: #b6239243# fixed crash with rtl fontwork objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8db2b280d65667077ee3c96581c700b5a6d37749]

        INTEGRATION: CWS sj17 (1.64.208); FILE MERGED 2005/03/18 17:09:58 sj 1.64.208.2: RESYNC: (1.64-1.65); FILE MERGED 2005/03/09 17:29:32 sj 1.64.208.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [59c36bace99a8a7727c69083714124ec01ac22d6]

        INTEGRATION: CWS licensing1 (1.5.120); FILE MERGED 2005/03/22 10:56:50 lo 1.5.120.3: #118903# tab fixes 2005/03/17 11:44:27 lo 1.5.120.2: #118903# 2005/02/10 14:55:09 lo 1.5.120.1: #118903# TAB

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [52a5bcbb2b1a1d1d9df5f9c1930a1210bcb6d9cc]

        INTEGRATION: CWS licensing1 (1.2.20); FILE MERGED 2005/03/10 13:06:02 lo 1.2.20.1: #119700# tab action

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e3745e22df0570affb55659900516870fcc9dfe1]

        INTEGRATION: CWS licensing1 (1.2.20); FILE MERGED 2005/03/17 11:44:27 lo 1.2.20.2: #118903# 2005/03/10 13:06:00 lo 1.2.20.1: #119700# tab action

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f7f67f5d96a9c822355894af203063b7230b409a]

        INTEGRATION: CWS licensing1 (1.70.8); FILE MERGED 2005/03/02 11:55:52 lo 1.70.8.2: RESYNC: (1.70-1.72); FILE MERGED 2005/02/15 17:10:40 lo 1.70.8.1: #118903#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7d1f0daf1cb39d9b3fd5189feb0456ca52ef4be3]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:41:11 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c6ece722b711035331d6c9dad8810245c7014fe9]

        INTEGRATION: CWS licensing1 (1.8.162); FILE MERGED 2005/01/17 10:41:18 sb 1.8.162.1: #118903# Removed erroneous throws-nothing specifications from constructors that may throw com::sun::star::lang::DisposedException.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3a5dfa127f37738ec87a88101c779409cc2d69fb]

        INTEGRATION: CWS sj17 (1.3.200); FILE MERGED 2005/03/09 17:41:23 sj 1.3.200.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fc15924e38245af3b19eed2fcac2d5a470b9667f]

        INTEGRATION: CWS licensing1 (1.6.190); FILE MERGED 2005/01/17 10:41:18 sb 1.6.190.1: #118903# Removed erroneous throws-nothing specifications from constructors that may throw com::sun::star::lang::DisposedException.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b819f50a2749e8bbf827fa50238dff8044602e37]

        INTEGRATION: CWS licensing1 (1.7.62); FILE MERGED 2005/01/17 10:41:18 sb 1.7.62.1: #118903# Removed erroneous throws-nothing specifications from constructors that may throw com::sun::star::lang::DisposedException.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b20b884d92ceee1873fa07767af0b55037ec70dc]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:39:57 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8e2f4ec53f29524cb33bef9fea3f2278988f80ab]

        INTEGRATION: CWS licensing1 (1.8.190); FILE MERGED 2005/01/17 10:41:17 sb 1.8.190.1: #118903# Removed erroneous throws-nothing specifications from constructors that may throw com::sun::star::lang::DisposedException.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [baa0d985cce6ea0afc0f8dae55cbfecc8ddcc756]

        INTEGRATION: CWS licensing1 (1.7.58); FILE MERGED 2005/03/04 17:46:46 is 1.7.58.1: #119700# setup for eval version

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0f36b5b72a2ae8ac7ede88f8a8a1ae2f93567813]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:38:39 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [265666b22763bc44028e469e087f4fe235d89172]

        INTEGRATION: CWS licensing1 (1.16.14); FILE MERGED 2005/03/08 10:47:19 is 1.16.14.2: #119700# preparing tab version 2005/03/04 17:46:46 is 1.16.14.1: #119700# setup for eval version

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ef121709a0540d0f868e37a47e8ec21d870f6b92]

        INTEGRATION: CWS sj17 (1.3.200); FILE MERGED 2005/03/09 17:39:23 sj 1.3.200.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [edfb6c0d910f03de075a8e547f3fae41f6bf3a40]

        INTEGRATION: CWS licensing1 (1.13.14); FILE MERGED 2005/03/04 17:46:46 is 1.13.14.1: #119700# setup for eval version

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [11f8cadb04584906eb8c8a9417ccbef844fa4692]

        INTEGRATION: CWS sj17 (1.12.310); FILE MERGED 2005/03/09 17:38:01 sj 1.12.310.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1ec79e934691640d9ab320505a33d24de6691dbf]

        INTEGRATION: CWS licensing1 (1.28.14); FILE MERGED 2005/03/08 10:47:19 is 1.28.14.2: #119700# preparing tab version 2005/03/04 17:46:45 is 1.28.14.1: #119700# setup for eval version

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f5cb2313ba24206cd90554181f491ffc69103830]

        INTEGRATION: CWS sj17 (1.7.150); FILE MERGED 2005/03/03 13:40:40 sj 1.7.150.1: #i42992# customshape text should be center aligned

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [18b81d1a118b7730e42fb0a9c2717d8b3adf78e5]

        INTEGRATION: CWS sj17 (1.50.22); FILE MERGED 2005/03/21 10:55:54 sj 1.50.22.1: #i37687# now using only one slot id for font work shape types

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7cc88a18054a132ad73981cc4aa7cb254b5f1518]

        INTEGRATION: CWS licensing1 (1.21.12); FILE MERGED 2005/03/16 10:31:54 is 1.21.12.1: #120233# new conf class

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5232cbd57cc4ae4dd20216e43c014a009336d018]

        INTEGRATION: CWS sj17 (1.6.312); FILE MERGED 2005/03/09 17:37:35 sj 1.6.312.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4eb738f210906436b7967b7644ac8d007e782c9f]

        INTEGRATION: CWS licensing1 (1.6.150); FILE MERGED 2005/03/16 10:31:53 is 1.6.150.1: #120233# new conf class

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [651173cad23352e0adf2f04e1abec85940fdde4b]

        INTEGRATION: CWS licensing1 (1.35.14); FILE MERGED 2005/03/16 10:31:16 is 1.35.14.3: #120233# new conf class 2005/03/08 10:47:00 is 1.35.14.2: #119700# preparing tab version 2005/03/04 17:45:19 is 1.35.14.1: #119700# setup for eval version

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2943aaa68375e7913a5d3fc016514fc84c84a4eb]

        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>  [1d688612693cd62309fa55dbf210ea02e8180d1f]

        INTEGRATION: CWS licensing1 (1.79.42); FILE MERGED 2005/03/02 11:25:38 lo 1.79.42.2: RESYNC: (1.79-1.81); FILE MERGED 2005/02/15 17:10:10 lo 1.79.42.1: #118903#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0ca1e156445939eb637375bfedb0f836a7de5351]

        INTEGRATION: CWS licensing1 (1.1.2); FILE ADDED 2005/02/15 17:10:10 lo 1.1.2.3: #118903# 2005/02/11 15:35:41 cd 1.1.2.2: #118903# New callback for menu extensions 2005/02/11 15:30:48 cd 1.1.2.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cf3ada5128286305b7be0ae93c9aadcea1147555]

        INTEGRATION: CWS licensing1 (1.30.162); FILE MERGED 2005/02/11 15:31:30 cd 1.30.162.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f0859a837504784da75528b8096cd7fe33850d6b]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:16:14 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [65663503febd237eaac73a30cc1a74eb19e23bef]

        INTEGRATION: CWS sj17 (1.3.118); FILE MERGED 2005/03/09 17:15:50 sj 1.3.118.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a8009445d231e5347609443db7ef681420bc36d7]

        INTEGRATION: CWS licensing1 (1.1.2); FILE ADDED 2005/02/11 15:23:47 cd 1.1.2.1: #118903# New callback for menu extensions

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [173ecca47435205237e5b328454a6081cc695984]

        INTEGRATION: CWS sj17 (1.6.78); FILE MERGED 2005/03/03 13:41:06 sj 1.6.78.1: #i42992# customshape text should be center aligned

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c1bab88babb4b6b09c622e22283cdaa74a52ac6e]

        INTEGRATION: CWS sj17 (1.22.74); FILE MERGED 2005/03/09 17:14:38 sj 1.22.74.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d4f34ab14ccef3293f751c8734b81b136580edc5]

        INTEGRATION: CWS sj17 (1.29.118); FILE MERGED 2005/03/09 17:13:56 sj 1.29.118.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e8a1d19fda4421045b2ec7affa8c14c66947e6bd]

        INTEGRATION: CWS sj17 (1.13.192); FILE MERGED 2005/03/09 17:13:19 sj 1.13.192.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cf63952fabb13f3a4951813fb15d8c53d3cdb686]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:22:53 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cfc74c0966610ecce8ea097b6d210c8ebb63ae09]

        INTEGRATION: CWS sj17 (1.4.118); FILE MERGED 2005/03/09 17:23:44 sj 1.4.118.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ab92d0c17c431e1a6c7d7a9e827c8118afe74449]

        INTEGRATION: CWS sj17 (1.1.2); FILE ADDED 2005/03/09 17:20:49 sj 1.1.2.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [dd0baf002c36b4e16473ca0a081e3cb6274afadf]

        INTEGRATION: CWS sj17 (1.4.118); FILE MERGED 2005/03/09 17:22:10 sj 1.4.118.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [acac6e12506881a6b32261a8dc3dc5a4cee4decb]

        INTEGRATION: CWS sj17 (1.18.14); FILE MERGED 2005/03/09 17:19:24 sj 1.18.14.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [67904e6654e0aadad02044f77f227c0a36b36cd7]

        INTEGRATION: CWS sj17 (1.85.50); FILE MERGED 2005/03/18 15:58:01 sj 1.85.50.2: RESYNC: (1.85-1.86); FILE MERGED 2005/03/10 13:36:31 sj 1.85.50.1: #i44122# fixed clipping problem with notes pages

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ada3b18ef732e6cfe7f1fd26b2e94556c410b4fb]

        INTEGRATION: CWS sj17 (1.6.86); FILE MERGED 2005/03/03 11:57:58 sj 1.6.86.1: #i42992# customshape text should be center aligned

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6354575c382650eab63658e7b42e30f49f4f5633]

        INTEGRATION: CWS sj17 (1.22.52); FILE MERGED 2005/03/09 17:18:28 sj 1.22.52.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6ab01d52a6a34e2ff3db05a3a7b322d82ed6fc9f]

        INTEGRATION: CWS sj17 (1.7.194); FILE MERGED 2005/03/14 10:36:59 sj 1.7.194.1: #b5069969# fixed probles when reading DocumentSummaryInformation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5dd59229f8f42e0f6715471757f5a5ecd46fb41f]

        INTEGRATION: CWS sj17 (1.73.44); FILE MERGED 2005/03/08 12:37:14 sj 1.73.44.1: '#120098# now alloing impress ole within impress ole2

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6346539173ac9b63ebadb03af83c8e72302be186]

        INTEGRATION: CWS sj17 (1.32.14); FILE MERGED 2005/03/09 17:17:42 sj 1.32.14.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c283108e85166b7c86f0f4c3c9e2ee69b30581b1]

        INTEGRATION: CWS sj17 (1.40.22); FILE MERGED 2005/03/09 17:10:26 sj 1.40.22.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4f00e5b934f6f562c7cf055711c6e4f6c738ed43]

        INTEGRATION: CWS sj17 (1.19.16); FILE MERGED 2005/03/18 15:29:27 sj 1.19.16.2: RESYNC: (1.19-1.21); FILE MERGED 2005/03/09 17:10:25 sj 1.19.16.1: #i37687# fixed status update for master/slave commands

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a7350ec02a1943ee216874e0693a7fe5eceb088b]

        INTEGRATION: CWS sj17 (1.8.22); FILE MERGED 2005/03/09 17:06:52 sj 1.8.22.1: #i37687# fixed status update for master/slave commandos

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5458d21d11e41e5d29d92930ea912107ce353f7e]

        INTEGRATION: CWS fwkfinal4 (1.61.4); FILE MERGED 2005/03/21 08:45:44 mav 1.61.4.1: #i45606# in case of embedded document the event IMAGES_LOADED might not be sent

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f31536606fe0126777bdcd2f992671f142eab096]

        INTEGRATION: CWS fwkfinal4 (1.3.10); FILE MERGED 2005/03/22 17:07:28 lo 1.3.10.1: #i45398# #i45757# button position and no help on F1 in wizard

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [753e1991e364b9f4caadb98bfb8ddf550022302c]

        INTEGRATION: CWS fwkfinal4 (1.3.10); FILE MERGED 2005/03/22 17:07:27 lo 1.3.10.3: #i45398# #i45757# button position and no help on F1 in wizard 2005/03/21 13:33:43 lo 1.3.10.2: #i45398# fix access violation (mea culpa) 2005/03/18 16:30:03 lo 1.3.10.1: #i45398# remove help button from 1st start wizard

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8e63f047ee89258f34e28be4b1f1b789ea62b65b]

        INTEGRATION: CWS fwkfinal4 (1.9.2); FILE MERGED 2005/03/18 17:53:21 cd 1.9.2.1: #i45423# Allow context sensitiv toolbars being closed permanently via View / Toolbars

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6e5ee2ee44cc32004609b1ebc7cb856fd3073729]

        INTEGRATION: CWS fwkfinal4 (1.26.2); FILE MERGED 2005/03/22 14:49:24 cd 1.26.2.2: #i45764# Closing a toolbar should be persistent 2005/03/18 17:53:20 cd 1.26.2.1: #i45423# Allow context sensitiv toolbars being closed permanently via View / Toolbars

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [836996e1a8d0d6fda825fa7ea1e50bb1292f639c]

        INTEGRATION: CWS fwkfinal4 (1.15.2); FILE MERGED 2005/03/18 17:52:53 cd 1.15.2.1: #i45423# Allow context sensitiv toolbars being closed permanently via View / Toolbars

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [20e0e1b65bfe95b0044b939378149aa00d3f3611]

        INTEGRATION: CWS fwkfinal4 (1.1.2); FILE ADDED 2005/03/22 13:25:38 cd 1.1.2.1: New converter to create HTML from idl created csv files

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e04c35f1b64174d9aa37b2ad1181e1eef115e830]

        INTEGRATION: CWS lobeta3 (1.166.16); FILE MERGED 2005/03/16 12:09:12 lo 1.166.16.3: RESYNC: (1.166-1.168); FILE MERGED 2005/03/03 12:53:32 lo 1.166.16.2: #i34170# do recovery and remove fprintf 2005/02/18 16:28:12 lo 1.166.16.1: #i34170# enable session listener

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4a92048833580b2731c3d3d193c7133351d18991]

        INTEGRATION: CWS lobeta3 (1.82.6); FILE MERGED 2005/03/16 12:06:28 lo 1.82.6.2: RESYNC: (1.82-1.87); FILE MERGED 2005/02/17 12:41:21 pl 1.82.6.1: #i41382# register vcl as uno service

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3bf259cbb63e5bbe44c8a9646de7e4289dfa7593]

        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>  [1326a23fa2485d3213c647c938b82fd475c8b0df]

        INTEGRATION: CWS lobeta3 (1.28.100); FILE MERGED 2005/03/16 11:42:13 lo 1.28.100.2: RESYNC: (1.28-1.29); FILE MERGED 2005/02/18 10:33:28 cd 1.28.100.1: #i41022# Enable restart/reload of Quickstarter

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0a860eaf2f778b687c11be9ae36a30d35e055149]

        INTEGRATION: CWS lobeta3 (1.40.100); FILE MERGED 2005/02/18 10:33:28 cd 1.40.100.1: #i41022# Enable restart/reload of Quickstarter

2005-03-29  Christian Lippka  <cl@openoffice.org>  [c1e529a621a43b3649fec25d91fafa427555f970]

        fixed merge problem from cws effectmigration01

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7e9db2eae5fcee952e8e1d5a31edfc5925d3b052]

        INTEGRATION: CWS lobeta3 (1.2.56); FILE MERGED 2005/03/03 10:38:09 mba 1.2.56.1: #i43712#: DummyObject as a fallback for failed object creation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a7a0ac4bbdb18f302d5b4f40a0cc8d6ce9f9c34f]

        INTEGRATION: CWS lobeta3 (1.13.8); FILE MERGED 2005/03/16 11:36:25 lo 1.13.8.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/03 10:38:09 mba 1.13.8.1: #i43712#: DummyObject as a fallback for failed object creation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [77218e8af1699519f20ab3bd97147d1017099652]

        INTEGRATION: CWS lobeta3 (1.2.18); FILE MERGED 2005/03/03 12:48:05 lo 1.2.18.4: #i34170# remove fprintf 2005/03/03 12:35:56 lo 1.2.18.3: #i34170# remove fprintf 2005/03/03 12:34:57 lo 1.2.18.2: #i34170# store multiple documents 2005/03/03 12:34:27 lo 1.2.18.1: #i34170# store multiple documents

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c5d5315b006be6214805e9cb0aad6aad0f4f9be1]

        INTEGRATION: CWS lobeta3 (1.4.18); FILE MERGED 2005/03/24 08:42:04 as 1.4.18.6: #i43101# update cache from desktop doc container to be more robust against missing doc events 2005/03/16 11:29:44 lo 1.4.18.5: RESYNC: (1.4-1.5); FILE MERGED 2005/03/03 12:34:26 lo 1.4.18.4: #i34170# store multiple documents 2005/03/03 09:38:39 as 1.4.18.3: #i34170# dont try to dispose already closed frames 2005/03/03 08:59:11 as 1.4.18.2: #i34170# dont use ref count in dtor, make all session loaded documents visible 2005/03/01 14:53:53 as 1.4.18.1: #i34170# prepare documents for session shutdown

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6a9aa9f826bc4c04cf8825e0ba24e16d518ac6b9]

        INTEGRATION: CWS lobeta3 (1.3.18); FILE MERGED 2005/03/24 08:42:04 as 1.3.18.3: #i43101# update cache from desktop doc container to be more robust against missing doc events 2005/03/03 08:59:37 as 1.3.18.2: #i34170# make all session loaded documents visible 2005/03/01 14:54:08 as 1.3.18.1: #i34170# prepare documents for session shutdown

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cfdd9f0fde6f74b6c7609af3da9599368577d657]

        INTEGRATION: CWS lobeta3 (1.7.38); FILE MERGED 2005/01/28 11:00:17 lo 1.7.38.1: #i31434 release streams ASAP

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b21dffd34ed62ee5085e774f94bce4a7e74e08ec]

        INTEGRATION: CWS lobeta3 (1.3.28); FILE MERGED 2005/01/19 15:35:49 lo 1.3.28.1: #i36357# fix package im/export

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2fc2f8a5a1693e5a9a3803f842f70604079bc4c2]

        INTEGRATION: CWS lobeta3 (1.3.318); FILE MERGED 2005/01/19 15:35:49 lo 1.3.318.1: #i36357# fix package im/export

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0932cb8ca20c2d21b22e1ded6ca862c3014b892d]

        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>  [2e6d28f3075ffdb5030931ef8f79d7d704be9581]

        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>  [800c8fb8147b406618e6dd16321c1d00b3ab295f]

        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>  [8eb68ae33e4a6c131ef371c97df38e1a8d278921]

        INTEGRATION: CWS lobeta3 (1.19.94); FILE MERGED 2005/03/22 14:05:32 lo 1.19.94.3: #i40476# reload installed languages 2005/03/16 10:53:58 lo 1.19.94.2: RESYNC: (1.19-1.20); FILE MERGED 2005/02/18 10:34:18 cd 1.19.94.1: #i41022# Enable restart/reload of Quickstarter

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ac02689852c7bdf3453a065cce38a91364609711]

        INTEGRATION: CWS lobeta3 (1.22.92); FILE MERGED 2005/03/03 10:38:28 mba 1.22.92.1: #i43712#: DummyObject as a fallback for failed object creation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fe45a318e34fcc8d746b3442a8c5c08a088962a9]

        INTEGRATION: CWS swqcore08 (1.22.116); FILE MERGED 2005/03/11 15:54:27 hbrinkm 1.22.116.1: #i42807# UpdateTableOf: DelAllUndoObj

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [092272fc9ef00194e1f4cc644390011effab16ec]

        INTEGRATION: CWS swqcore08 (1.25.334); FILE MERGED 2005/03/08 17:05:29 hbrinkm 1.25.334.2: RESYNC: (1.25-1.26); FILE MERGED 2005/03/04 18:33:32 hbrinkm 1.25.334.1: #i43910#  SwOutlineTabDialog::Ok: set outline numrule on formats

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0b38a56a6fdb8e097d53f5adf8b3d8ad1d604fdd]

        INTEGRATION: CWS swqcore08 (1.10.458); FILE MERGED 2005/03/11 14:52:49 hbrinkm 1.10.458.1: #i42807# UpdateOrInsert: use DelAllObjs

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0a3b99dde2d183caa055ad3fddfd1a03bdb7b65d]

        INTEGRATION: CWS swqcore08 (1.114.316); FILE MERGED 2005/03/03 15:02:54 dvo 1.114.316.1: #i43762# remove illegal Unicode characters from font names

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9167533f3844e81433c66970a4f621c80e83e4cd]

        INTEGRATION: CWS swqcore08 (1.2.458); FILE MERGED 2005/02/28 10:26:52 hbrinkm 1.2.458.1: #i42807# UpdateTOXBaseSection, update SwTOXBaseSection in Undo/Redo

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [57133b51fd79beb202dfc61963b3613b06cd2851]

        INTEGRATION: CWS swqcore08 (1.3.320); FILE MERGED 2005/03/01 18:06:23 dvo 1.3.320.1: #i43072# undo of header/footer creation/deletion

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4c0ef2044ef1ae00894e8d12ad84feb8f6fb3fe1]

        INTEGRATION: CWS swqcore08 (1.45.12); FILE MERGED 2005/03/16 16:55:26 hbrinkm 1.45.12.1: #120342# GetNum: if not existent create SwNodeNum respecting outline level

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1b3acba16bccd5ed21bb573a1082dfcd0151a930]

        INTEGRATION: CWS swqcore08 (1.13.334); FILE MERGED 2005/03/11 14:37:40 hbrinkm 1.13.334.2: #i42807# do DelAllUndoObj one level higher 2005/02/28 10:23:17 hbrinkm 1.13.334.1: #i42807# clear undo stack after update of TOX - no other reasonable way :-( - , clean ups

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a8208e31dfe4612160ceb094e36e050e2875d33a]

        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>  [9b3c1cf9e2985d314e65be5e827c7fe49307563f]

        INTEGRATION: CWS swqcore08 (1.13.338); FILE MERGED 2005/03/01 18:06:22 dvo 1.13.338.1: #i43072# undo of header/footer creation/deletion

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ef7262f0ba9c568816ccfe89e7c2d02336377d59]

        INTEGRATION: CWS swqcore08 (1.11.194); FILE MERGED 2005/03/01 18:06:21 dvo 1.11.194.1: #i43072# undo of header/footer creation/deletion

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a9b7c1501b0d85b3a0a243ff91fa572d666bf77a]

        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>  [29d1632d211591365ebcf96da6e71c140696d73b]

        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>  [0c9ccb3456f5ee51a5dee855f1637ab17389853a]

        INTEGRATION: CWS swqcore08 (1.11.66); FILE MERGED 2005/03/04 18:31:42 hbrinkm 1.11.66.1: #i43910# SwTxtFmtColl::SetOutlineLevel: ensure outline numrule is set if format has outline level

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3cefc95972eb4c95fd608ae2b3c79dabac88e096]

        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>  [7e54ef840e77867195e89bc8b51527270624b67f]

        INTEGRATION: CWS swqcore08 (1.44.64); FILE MERGED 2005/03/02 11:59:43 hbrinkm 1.44.64.3: #b6234265# reset lower levels even if upper level is not numbered 2005/03/01 16:50:28 hbrinkm 1.44.64.2: RESYNC: (1.44-1.46); FILE MERGED 2005/03/01 15:37:59 hbrinkm 1.44.64.1: #i39822# PropagateOutlineRule: do not alter paragraphs with a numbering rule

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0edd1fa7471d3eeb23600fc1d704e8c7d2b2954f]

        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>  [40eedbbaac047c9aaab8d5f9c420ab9869377eac]

        INTEGRATION: CWS swqcore08 (1.25.12); FILE MERGED 2005/03/08 16:59:40 hbrinkm 1.25.12.2: RESYNC: (1.25-1.26); FILE MERGED 2005/03/01 18:06:19 dvo 1.25.12.1: #i43072# undo of header/footer creation/deletion

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f563a7f14a9500b0f5210651331d97f154e46722]

        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>  [60732d715698108f9c3a8284bb3e00baaa4e8124]

        INTEGRATION: CWS swqcore08 (1.35.136); FILE MERGED 2005/02/28 10:20:53 hbrinkm 1.35.136.1: #i42807# clear undo stack before changing of TOX properties, update TOX after changing properties

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [62c409788f5aa6684cfe7b0a64fc9fad6fd71f1f]

        INTEGRATION: CWS swqcore08 (1.11.136); FILE MERGED 2005/03/04 18:30:00 hbrinkm 1.11.136.1: #i43910# SW_DLLPUPLIC for SwNumRuleItem

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a109a0d267e3821a7a350f0b0f43092fc802eaa6]

        INTEGRATION: CWS swqcore08 (1.2.458); FILE MERGED 2005/02/28 10:17:39 hbrinkm 1.2.458.1: #i42807# UpdateTOXBaseSection

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b5ce14c305c29aaabecfe020c532a1c3e72ae545]

        INTEGRATION: CWS perform02 (1.10.8); FILE MERGED 2005/02/23 16:09:47 ssa 1.10.8.1: #i42576# minimize number of LoadPreviewFromURL and ScaleBitmap calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6dc3b656a1a2ce568caa6e151ef3f556d63c90e3]

        INTEGRATION: CWS perform02 (1.8.8); FILE MERGED 2005/02/23 16:14:48 ssa 1.8.8.1: keep drop down open after releasing the mouse button

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e4acc501838ed487f084a86deb0a1a64aec0dfda]

        INTEGRATION: CWS swqcore08 (1.93.60); FILE MERGED 2005/03/09 17:47:20 dvo 1.93.60.1: #i44564# don't attempt to export header/footeron handout page if no handout page is present.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [54452d485dd00bf87f2bfa62ab1abfb6e61926b5]

        INTEGRATION: CWS frrtf03 (1.29.268); FILE MERGED 2005/03/22 17:04:27 flr 1.29.268.2: *** empty log message *** 2005/03/22 15:44:46 flr 1.29.268.1: #i45342# RTF doc with no author table caused reader to crash

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5cad5ce6f2d6767489fee8e5887fdf867578d581]

        INTEGRATION: CWS frrtf03 (1.40.66); FILE MERGED 2005/03/22 13:41:14 flr 1.40.66.1: #i43670# wrong offset in insert

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0c0c75d0e509daa4e6256b4c30610345f51c98dd]

        INTEGRATION: CWS effectmigration01 (1.2.8); FILE MERGED 2005/03/15 18:20:58 cl 1.2.8.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/11 09:48:28 dbo 1.2.8.1: #i39513# fixed barwipe out mode to subtraction Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8c93fc8a7f757d00fbaf1dcbedc979442c1fba2c]

        INTEGRATION: CWS effectmigration01 (1.2.12); FILE MERGED 2005/03/29 09:22:02 cl 1.2.12.3: RESYNC: (1.2-1.3); FILE MERGED 2005/03/17 16:56:47 iha 1.2.12.2: #i45012# dispose sound at deactivation 2005/03/14 17:14:50 iha 1.2.12.1: #i45012# to many player instances created at the same time

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [05ee5de1173914669f84928693d65a47090988a0]

        INTEGRATION: CWS effectmigration01 (1.2.12); FILE MERGED 2005/03/29 09:21:54 cl 1.2.12.5: RESYNC: (1.3-1.4); FILE MERGED 2005/03/17 16:56:13 iha 1.2.12.4: #i45012# dispose sound at deactivation 2005/03/16 11:01:54 cl 1.2.12.3: fixed merge conflict 2005/03/15 18:18:37 cl 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/14 17:15:22 iha 1.2.12.1: #i45012# to many player instances created at the same time

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [93d4626d588c06337c2edca34240023fa4441bf2]

        INTEGRATION: CWS effectmigration01 (1.4.20); FILE MERGED 2005/03/11 09:47:40 dbo 1.4.20.2: #i39513# fixed vertical wipe-in, wipe-out 2005/03/10 16:20:01 cl 1.4.20.1: #i44578# added EffectMigration for better effect export to OOo 1.x

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2728244ae62d2018b7726a7a049d35e7f5d4ff68]

        INTEGRATION: CWS effectmigration01 (1.45.20); FILE MERGED 2005/03/15 18:08:59 cl 1.45.20.2: RESYNC: (1.45-1.46); FILE MERGED 2005/03/10 16:19:41 cl 1.45.20.1: #i44578# added EffectMigration for better effect export to OOo 1.x

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [67c76918aefb7de17b93e7ce900337794203e3ec]

        INTEGRATION: CWS effectmigration01 (1.2.122); FILE MERGED 2005/03/21 17:03:07 cl 1.2.122.2: #i44578# get target from first node even if its set after node was added 2005/03/14 13:34:34 cl 1.2.122.1: #i44578# get target from first node even if its set after node was added

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c7ec0b30006a367397e313f0d4309b37553a4c81]

        INTEGRATION: CWS effectmigration01 (1.5.26); FILE MERGED 2005/03/18 14:09:41 cl 1.5.26.1: #i45319# disable options context menu entry when multiselection

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6f466462ce7a9b18e583ebc362bea75a01660f8a]

        INTEGRATION: CWS effectmigration01 (1.5.26); FILE MERGED 2005/03/18 18:06:05 cl 1.5.26.1: #i45433# insert unknown sounds befor 'open other' entry

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a4ed74dc6490189c1c4d75a18b55e108babe60f7]

        INTEGRATION: CWS effectmigration01 (1.3.48); FILE MERGED 2005/03/29 08:54:52 cl 1.3.48.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/18 18:12:26 cl 1.3.48.1: #i41476# clear XAudio begin and end attributes for now

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [523e14aae1c85803d74c379dacdab9444f568494]

        INTEGRATION: CWS fwkfinal5 (1.74.4); FILE MERGED 2005/03/22 10:06:10 is 1.74.4.1: #i45148# compatibilty.xcu is patched during packing

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0aeb99398300a0c92783546533bf0ef3edfd7495]

        INTEGRATION: CWS effectmigration01 (1.1.2); FILE ADDED 2005/03/11 20:18:18 iha 1.1.2.1: i42737 use new api for PPT97 import Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8397611cba5ebb645ff5a529d97c56db5ecfd76a]

        INTEGRATION: CWS effectmigration01 (1.1.2); FILE ADDED 2005/03/15 14:43:47 iha 1.1.2.2: #i42737# flash effect was wrongly mapped and times were wrong 2005/03/11 20:19:09 iha 1.1.2.1: i42737 use new api for PPT97 import Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [28e90da42439705dab8379cda9116ba6ef39311f]

        INTEGRATION: CWS effectmigration01 (1.2.122); FILE MERGED 2005/03/11 20:20:15 iha 1.2.122.1: #i42737# use new api for PPT97 import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3b4c8a16dab2457fb0b11067efb2596f48ebd3b4]

        INTEGRATION: CWS effectmigration01 (1.5.122); FILE MERGED 2005/03/11 20:21:20 iha 1.5.122.1: #i42737# use new api for PPT97 import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [88b06b9a445c95c42e2a4a0895ecb7a696218e72]

        INTEGRATION: CWS fwkfinal5 (1.12.14); FILE MERGED 2005/03/22 10:20:47 is 1.12.14.2: #i45148# new variable WRITERCOMPATIBIITYVERSIONOOO11 2005/03/22 10:07:08 is 1.12.14.1: #i45148# fileformatname for OOO

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [40a8920e93bfef1bd1d84dd0194bd988763440db]

        INTEGRATION: CWS effectmigration01 (1.73.48); FILE MERGED 2005/03/21 14:23:12 cl 1.73.48.2: fixed a solaris compile problem 2005/03/11 20:22:19 iha 1.73.48.1: #i42737# use new api for PPT97 import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [890b95f1b59a12bfb1971903b1a67f548b48a682]

        INTEGRATION: CWS fwkfinal5 (1.23.206); FILE MERGED 2005/03/21 18:24:30 mba 1.23.206.1: #i45410#: URLs spoiled by token separator

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [835902c2ec58123a32d83aa2ea6a9485b492c7b6]

        INTEGRATION: CWS effectmigration01 (1.4.56); FILE MERGED 2005/03/16 12:14:53 cl 1.4.56.3: fixed merge conflict 2005/03/15 18:04:27 cl 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/10 16:17:12 cl 1.4.56.1: #i44578# added EffectMigration for better effect export to OOo 1.x

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e78ab30fc5d9c2db86e676e114f4249a1a41f482]

        INTEGRATION: CWS effectmigration01 (1.10.102); FILE MERGED 2005/03/24 14:02:47 cl 1.10.102.4: #i44578# fixed potential unix problem 2005/03/24 14:01:27 cl 1.10.102.3: #i44578# fixed potential unix problem 2005/03/15 18:03:56 cl 1.10.102.2: RESYNC: (1.10-1.12); FILE MERGED 2005/03/14 13:30:00 cl 1.10.102.1: #i44578# decode shape ids to numbers only when exporting to ooo

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [51fbf0075deb43b7591555cc2daa22e301d8e5df]

        INTEGRATION: CWS fwkfinal5 (1.6.276); FILE MERGED 2005/03/22 10:10:53 as 1.6.276.1: #i45148# make compatibility ui description configurable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [23e29980eb6c78f6fb5c527178016135aeee172c]

        INTEGRATION: CWS effectmigration01 (1.14.8); FILE MERGED 2005/03/15 18:03:06 cl 1.14.8.2: RESYNC: (1.14-1.16); FILE MERGED 2005/03/14 13:30:00 cl 1.14.8.1: #i44578# decode shape ids to numbers only when exporting to ooo

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9521b75286d7b15abb1e9ba966aa3217fef31012]

        INTEGRATION: CWS effectmigration01 (1.7.102); FILE MERGED 2005/03/14 13:29:59 cl 1.7.102.1: #i44578# decode shape ids to numbers only when exporting to ooo

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b69431ced1383382df1abbe778ff4b6a64fdae8c]

        INTEGRATION: CWS effectmigration01 (1.10.8); FILE MERGED 2005/03/14 13:29:59 cl 1.10.8.1: #i44578# decode shape ids to numbers only when exporting to ooo

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [917b0dd03eb30bcd1241767023be9ea90668795f]

        INTEGRATION: CWS effectmigration01 (1.48.8); FILE MERGED 2005/03/18 10:31:29 cl 1.48.8.1: #i45271# use XTextCursor for paragraph references

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [481e8501052aa97795d87cc25a4ea90fab1bbafe]

        INTEGRATION: CWS effectmigration01 (1.67.52); FILE MERGED 2005/03/10 16:41:35 cl 1.67.52.1: #i44578# export old animations when exporting to non OASIS format

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1cb0c71cf41e3b530ff818535aa3395a3f88409b]

        INTEGRATION: CWS effectmigration01 (1.93.66); FILE MERGED 2005/03/29 08:52:07 cl 1.93.66.3: RESYNC: (1.94-1.95); FILE MERGED 2005/03/15 17:59:19 cl 1.93.66.2: RESYNC: (1.93-1.94); FILE MERGED 2005/03/10 16:36:45 cl 1.93.66.1: #i44578# export old animations when exporting to non OASIS format

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d8a39cf2d031dddffea8191442c8167df83faf16]

        INTEGRATION: CWS swqcore10 (1.87.78); FILE MERGED 2005/03/23 16:00:16 dvo 1.87.78.1: #i44815# export NO_NUMLEVEL as list-id 0

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [054260ccb10eb1b1097f6962de19a153b0c87905]

        INTEGRATION: CWS effectmigration01 (1.83.52); FILE MERGED 2005/03/14 13:27:37 cl 1.83.52.1: #i44578# use old slide transition effects for OOo export

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [bcfc9974f1d1112aa3bd9e7af7cdaa3b24e4b3e9]

        INTEGRATION: CWS swqcore10 (1.71.152); FILE MERGED 2005/03/22 15:38:00 dvo 1.71.152.1: #120099# update layout (if present); use ViewShell (instead of SwEditShell)          (checking for CWS swqcore10; will be removed for swqbugfixes18)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e40906a3e25a73c6fd969daa222028d423b6bf8e]

        INTEGRATION: CWS effectmigration01 (1.14.102); FILE MERGED 2005/03/10 16:28:59 cl 1.14.102.1: #i44578# export old animations when exporting to non OASIS format

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [066ea5fcdd19bb3824088e7c5b24a3cd3a68355e]

        INTEGRATION: CWS swqcore10 (1.74.162); FILE MERGED 2005/03/23 16:00:16 dvo 1.74.162.2: #i44815# export NO_NUMLEVEL as list-id 0 2005/03/23 13:52:09 dvo 1.74.162.1: #i44815# export numbered paragraphs without a number (NO_NUMLEVEL)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [219d7d5ad7e08a0f1128674572ea6e5f55f48028]

        INTEGRATION: CWS effectmigration01 (1.3.24); FILE MERGED 2005/03/18 14:51:09 cl 1.3.24.2: #i45072# correctly parse functions in values 2005/03/18 10:32:26 cl 1.3.24.1: #i45271# use XTextCursor for paragraph references

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [49d50a51f669cb9f7d82c482654b156e8e4bc715]

        INTEGRATION: CWS dr34 (1.32.14); FILE MERGED 2005/03/16 11:31:47 dr 1.32.14.7: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/14 14:57:40 dr 1.32.14.6: #i44077# set size for new Excel OLE objects 2005/03/11 16:34:29 dr 1.32.14.5: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:15 dr 1.32.14.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 20:04:32 dr 1.32.14.3: RESYNC: (1.32-1.33); FILE MERGED 2005/02/24 19:00:26 dr 1.32.14.2: #i42572# chart import changes 2005/02/21 16:28:55 dr 1.32.14.1: #119281# preparations for better chart import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [df3733bda43f5ae4ab9c208d7ac1fd213d63c1c0]

        INTEGRATION: CWS dr34 (1.30.46); FILE MERGED 2005/03/11 16:34:28 dr 1.30.46.5: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:14 dr 1.30.46.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 20:01:45 dr 1.30.46.3: RESYNC: (1.30-1.31); FILE MERGED 2005/02/24 19:00:25 dr 1.30.46.2: #i42572# chart import changes 2005/02/21 16:28:54 dr 1.30.46.1: #119281# preparations for better chart import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b01bed147c2e3dacb64f27eda0b720628604a4a1]

        INTEGRATION: CWS dr34 (1.17.192); FILE MERGED 2005/03/22 14:14:40 dr 1.17.192.3: changed record name 2005/03/11 16:34:26 dr 1.17.192.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/04 16:22:14 dr 1.17.192.1: #i29271# chart records

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4234c8324c14b8e22eb3c73db46f995a80e1b621]

        INTEGRATION: CWS dr34 (1.34.2); FILE MERGED 2005/03/14 14:59:25 dr 1.34.2.2: #i44077# set size for new Excel OLE objects 2005/03/11 16:12:38 nn 1.34.2.1: #i43716# allocate Medium for DoLoad on heap

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [52d142f88b1377ba6cb129d2f0eb0167da8081c9]

        INTEGRATION: CWS dr34 (1.50.2); FILE MERGED 2005/03/14 14:59:25 dr 1.50.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a9cbd6c2ad343cd91d92a6008afbe3cf7ef33ed1]

        INTEGRATION: CWS dr34 (1.12.16); FILE MERGED 2005/03/11 16:14:56 er 1.12.16.1: #i44499# don't read beyond bounds of filter pattern

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [136393415c91915a4fe8348b3bd3cdf4e7bae2e1]

        INTEGRATION: CWS dr34 (1.78.2); FILE MERGED 2005/02/25 13:51:35 dr 1.78.2.2: #i42858# do not warn multiple times 2005/02/25 12:41:41 dr 1.78.2.1: #i42858# do not warn multiple times

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1247da90e1024a74633446d9dd095513ba554e23]

        INTEGRATION: CWS dr34 (1.19.2); FILE MERGED 2005/03/14 14:58:56 dr 1.19.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e4cb6e3e2815cbaf27083f5a8ec40a136437338e]

        INTEGRATION: CWS dr34 (1.4.52); FILE MERGED 2005/03/11 12:57:04 nn 1.4.52.1: #i41181# handle multiple paragraphs in a table cell from Writer (patch from bluedwarf)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [444ded31f325e78bf7b9eadbdc496c7451d6829d]

        INTEGRATION: CWS dr34 (1.6.192); FILE MERGED 2005/03/11 16:40:57 dr 1.6.192.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b9a10b413bb00e5bf9c6dc25f4cedae316fa975e]

        INTEGRATION: CWS dr34 (1.21.2); FILE MERGED 2005/03/11 16:40:56 dr 1.21.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c245e483d11bb5ca3d82a637c1f5324ed55c50a6]

        INTEGRATION: CWS dr34 (1.15.72); FILE MERGED 2005/03/03 20:08:19 dr 1.15.72.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:01:08 dr 1.15.72.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0b99a8c7f9abad547f203a2314ccd8ae60709ea1]

        INTEGRATION: CWS dr34 (1.20.2); FILE MERGED 2005/03/14 14:58:41 dr 1.20.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [601416597eff94b4ef7b241ebd26f630180bad10]

        INTEGRATION: CWS dr34 (1.14.2); FILE MERGED 2005/03/14 14:58:41 dr 1.14.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [19a38a3470cdb632aadf2d5b7079bba27f4df8de]

        INTEGRATION: CWS dr34 (1.1.2); FILE ADDED 2005/03/18 11:23:33 dr 1.1.2.7: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 12:59:35 dr 1.1.2.6: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 11:32:10 dr 1.1.2.5: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/11 16:40:56 dr 1.1.2.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:08:19 dr 1.1.2.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:01:08 dr 1.1.2.2: #i42572# chart import changes 2005/02/21 16:31:43 dr 1.1.2.1: #119281# preparations for better chart import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2f04ee285684e054cf1cc8abb814dfc2c8405660]

        INTEGRATION: CWS dr34 (1.8.192); FILE MERGED 2005/02/24 19:01:08 dr 1.8.192.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8ff4e5676a8066696bc7be6bb88808f3310ded5b]

        INTEGRATION: CWS dr34 (1.14.46); FILE MERGED 2005/02/24 20:13:16 dr 1.14.46.2: RESYNC: (1.14-1.15); FILE MERGED 2005/02/24 19:01:07 dr 1.14.46.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ceb3e460e96dbd692f0928fce14027a0ba1b6b7b]

        INTEGRATION: CWS dr34 (1.4.2); FILE MERGED 2005/03/11 16:40:56 dr 1.4.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [26a4473647ea2763124f9c37c7776f12d1506ec1]

        INTEGRATION: CWS dr34 (1.12.4); FILE MERGED 2005/02/24 20:12:49 dr 1.12.4.2: RESYNC: (1.12-1.13); FILE MERGED 2005/02/24 19:01:07 dr 1.12.4.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1c0458b7ee933a2cce614689a2e98c316ec04872]

        INTEGRATION: CWS dr34 (1.16.2); FILE MERGED 2005/03/16 11:32:10 dr 1.16.2.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/14 14:58:40 dr 1.16.2.3: #i44077# set size for new Excel OLE objects 2005/03/11 16:40:56 dr 1.16.2.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:08:19 dr 1.16.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [540b20f338ea6bf87dfdd8dd814d2b8038cd26ac]

        INTEGRATION: CWS dr34 (1.1.2); FILE ADDED 2005/03/18 11:23:33 dr 1.1.2.9: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 18:37:01 dr 1.1.2.8: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 12:59:34 dr 1.1.2.7: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 11:32:10 dr 1.1.2.6: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/13 15:01:44 dr 1.1.2.5: #i10000# gcc adjustments 2005/03/11 16:55:51 dr 1.1.2.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/11 16:40:55 dr 1.1.2.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:08:18 dr 1.1.2.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:01:07 dr 1.1.2.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [adc4ec2f9b30a706694d79ea35f64941f7dd3220]

        INTEGRATION: CWS dr34 (1.14.46); FILE MERGED 2005/02/24 20:11:47 dr 1.14.46.3: RESYNC: (1.14-1.15); FILE MERGED 2005/02/11 14:52:17 dr 1.14.46.2: removed xerecord.hxx <-> xeroot.hxx dependency 2005/02/11 09:32:58 dr 1.14.46.1: removed xerecord.hxx <-> xeroot.hxx dependency

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4e1815a41350e74adfde41c6cf021959b221198d]

        INTEGRATION: CWS dr34 (1.7.46); FILE MERGED 2005/02/24 20:11:40 dr 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED 2005/02/11 09:32:58 dr 1.7.46.1: removed xerecord.hxx <-> xeroot.hxx dependency

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [70824a9a222707b889e3cd9acc90adaeb5a5cf30]

        INTEGRATION: CWS dr34 (1.15.2); FILE MERGED 2005/03/04 15:16:52 dr 1.15.2.1: #i41210# select script type according to cell type

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [34e387074153b79aebd0b6c09709452a0da0a1b6]

        INTEGRATION: CWS dr34 (1.4.2); FILE MERGED 2005/03/14 14:58:40 dr 1.4.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0bdd0aa5b771c51c2f40a1db78199e55164ec96a]

        INTEGRATION: CWS dr34 (1.9.2); FILE MERGED 2005/03/14 14:58:40 dr 1.9.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8675a2f7b8d828829bd1d0d83fb8467dc326062f]

        INTEGRATION: CWS dr34 (1.40.2); FILE MERGED 2005/03/11 16:40:55 dr 1.40.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [74885edd928b1432af4383ebb5a743b7390c916a]

        INTEGRATION: CWS dr34 (1.2.316); FILE MERGED 2005/03/17 16:21:14 dr 1.2.316.1: #i45209# rename classes with name already used somewhere

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ea62b65e85eafaf4b54549076d6ba82631e6cd50]

        INTEGRATION: CWS dr34 (1.32.2); FILE MERGED 2005/03/17 16:21:14 dr 1.32.2.2: #i45209# rename classes with name already used somewhere 2005/03/11 16:40:55 dr 1.32.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [41d9c4b5c240a1acd5610bc402cc76f82f101f30]

        INTEGRATION: CWS dr34 (1.16.2); FILE MERGED 2005/03/11 16:40:55 dr 1.16.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3b9fb2fec064cc79614685f6f8bb6341f2debf76]

        INTEGRATION: CWS dr34 (1.5.218); FILE MERGED 2005/03/11 16:40:54 dr 1.5.218.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:08:18 dr 1.5.218.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:01:07 dr 1.5.218.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [643daba54cceaae352956764883bbb354d16d932]

        INTEGRATION: CWS dr34 (1.59.2); FILE MERGED 2005/03/11 16:40:54 dr 1.59.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9ca092b5925223a7abb51b224b07c9006f13b42d]

        INTEGRATION: CWS dr34 (1.18.2); FILE MERGED 2005/03/17 16:21:14 dr 1.18.2.1: #i45209# rename classes with name already used somewhere

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a3cab3ba121d364de831a0ddd0622d5336ae219f]

        INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED 2005/03/23 09:50:22 mmi 1.3.74.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [492894edfe60a9296b8aa2e2577328403619d774]

        INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED 2005/03/23 09:50:21 mmi 1.3.74.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c73ecfe10f74b6d46ead286a61535569aa7ebbd0]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:21 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3f8f619d2c3e831b8076006a30fe3ca253a17a24]

        INTEGRATION: CWS dr34 (1.3.218); FILE MERGED 2005/03/11 16:34:43 dr 1.3.218.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:32 dr 1.3.218.2: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:01:33 dr 1.3.218.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6de10f844443fc421b801f977cac97bbdc894f74]

        INTEGRATION: CWS dr34 (1.6.192); FILE MERGED 2005/03/11 16:34:31 dr 1.6.192.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [90659d9852b82f89d705b4691deb94de6d519e3a]

        INTEGRATION: CWS dr34 (1.21.2); FILE MERGED 2005/03/11 16:34:30 dr 1.21.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [22f3064a451c09fd22721ceaefbff26ca5462ca1]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:20 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [efd210251fa06f1811236c2b15b463c607a81870]

        INTEGRATION: CWS dr34 (1.14.70); FILE MERGED 2005/03/03 20:07:16 dr 1.14.70.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 20:06:46 dr 1.14.70.2: RESYNC: (1.14-1.15); FILE MERGED 2005/02/24 19:00:27 dr 1.14.70.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3fed05e30bb0e477d650288aa2ecd87b7ddde9d0]

        INTEGRATION: CWS xmlsec10 (1.3.74); FILE MERGED 2005/03/23 09:50:20 mmi 1.3.74.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4c116a43b66aa839f6a52190a516a09fd64bdb57]

        INTEGRATION: CWS dr34 (1.13.46); FILE MERGED 2005/03/03 20:07:15 dr 1.13.46.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [347975bb9e065c8e072f0ee4c03a01a9fd3f6b12]

        INTEGRATION: CWS xmlsec10 (1.3.2); FILE MERGED 2005/03/23 09:50:19 mmi 1.3.2.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c18ba14d40d4a20dfd0c04ba0a1a4aeb53126003]

        INTEGRATION: CWS dr34 (1.7.46); FILE MERGED 2005/03/14 14:57:40 dr 1.7.46.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [91f7de820e6de950003c2eea65fc2e04b321f954]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:18 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a2f84aae2aabf3f425437fd398e30972bef1a220]

        INTEGRATION: CWS dr34 (1.1.2); FILE ADDED 2005/03/18 11:23:14 dr 1.1.2.6: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 11:31:48 dr 1.1.2.5: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/11 16:34:30 dr 1.1.2.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:15 dr 1.1.2.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 19:00:27 dr 1.1.2.2: #i42572# chart import changes 2005/02/21 16:28:51 dr 1.1.2.1: #119281# preparations for better chart import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [efc5396b4cde1e07a3c659fdb30f0c255ae8ac43]

        INTEGRATION: CWS xmlsec10 (1.2.74); FILE MERGED 2005/03/23 09:50:18 mmi 1.2.74.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [dfad279caf62fb6023c32f1f23730e315f4b2b3f]

        INTEGRATION: CWS dr34 (1.10.166); FILE MERGED 2005/03/07 15:39:11 dr 1.10.166.3: #i44031# handle BIFF generated by 'Turbo Cash' 2005/02/24 20:05:40 dr 1.10.166.2: RESYNC: (1.10-1.11); FILE MERGED 2005/02/24 19:00:26 dr 1.10.166.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c2760a0401c044ec7568115afe152eceef044332]

        INTEGRATION: CWS dr34 (1.9.2); FILE MERGED 2005/03/11 16:34:30 dr 1.9.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fc4e0db8a14aed9a39ced02e41093aeebeecf901]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/08 08:27:39 mmi 1.2.130.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7a9802fde1a9b77037802b855c5696d6f61505fa]

        INTEGRATION: CWS dr34 (1.17.72); FILE MERGED 2005/02/24 20:04:41 dr 1.17.72.2: RESYNC: (1.17-1.18); FILE MERGED 2005/02/24 19:00:26 dr 1.17.72.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4b095ccd7e247d60ed33c789e25467f666790f60]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:17 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5023fd57cd198240d385c6eea057805ab1e89d6a]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:17 mmi 1.2.130.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/08 08:27:38 mmi 1.2.130.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f3dcd0a40e83391fa40131c284eed99af3d1d959]

        INTEGRATION: CWS dr34 (1.1.2); FILE ADDED 2005/03/18 11:23:13 dr 1.1.2.8: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 18:36:49 dr 1.1.2.7: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 12:59:15 dr 1.1.2.6: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/16 11:31:47 dr 1.1.2.5: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/11 16:34:29 dr 1.1.2.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:15 dr 1.1.2.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 23:59:25 dr 1.1.2.2: #i10000# build problems after resync 2005/02/24 19:00:26 dr 1.1.2.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [46e1005106ae69c2057ce10e28582b3a2b0030c7]

        INTEGRATION: CWS xmlsec10 (1.1.2); FILE ADDED 2005/03/23 09:50:16 mmi 1.1.2.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/08 08:27:38 mmi 1.1.2.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9ce6cdf5677e61702e015e4cf2a78c1fdae7883d]

        INTEGRATION: CWS dr34 (1.2.2); FILE MERGED 2005/02/28 07:43:23 dr 1.2.2.2: #i43553# GCC 3.3 parse error 2005/02/28 07:36:42 dr 1.2.2.1: #i43553# GCC 3.3 parse error

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [310dcbc66bb174047d05b91c7331cec1c6077421]

        INTEGRATION: CWS xmlsec10 (1.2.130); FILE MERGED 2005/03/23 09:50:16 mmi 1.2.130.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [eea9149eab23d252d0ff2fb4c92f790fb4cc2a0e]

        INTEGRATION: CWS dr34 (1.6.2); FILE MERGED 2005/03/04 15:16:43 dr 1.6.2.1: #i41210# select script type according to cell type

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [56798e21e8c28ab3e8d51df1a8d05e7b10e420c7]

        INTEGRATION: CWS dr34 (1.21.2); FILE MERGED 2005/03/04 15:16:42 dr 1.21.2.1: #i41210# select script type according to cell type

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [653e71a7832ea7eb86e0e991d098997b74d8f8f9]

        INTEGRATION: CWS dr34 (1.10.2); FILE MERGED 2005/03/03 20:07:14 dr 1.10.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c70394ad41dde8495fb3316fa82ccdec307ffd27]

        INTEGRATION: CWS dr34 (1.51.4); FILE MERGED 2005/03/11 16:34:28 dr 1.51.4.4: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/03 20:07:14 dr 1.51.4.3: #42572# #119281# #i29271# #i5359# chart import improvements 2005/02/24 20:02:01 dr 1.51.4.2: RESYNC: (1.51-1.52); FILE MERGED 2005/02/24 19:00:25 dr 1.51.4.1: #i42572# chart import changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d24a16fd5e5303ce2ad745e53606311a14d1c4f5]

        INTEGRATION: CWS dr34 (1.73.2); FILE MERGED 2005/03/21 11:13:21 dr 1.73.2.4: #i44077# object manager only in BIFF8 2005/03/17 16:20:51 dr 1.73.2.3: #i45209# rename classes with name already used somewhere 2005/03/14 14:57:40 dr 1.73.2.2: #i44077# set size for new Excel OLE objects 2005/03/11 16:34:27 dr 1.73.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c70cb01eb21cd83711a2f08f2e941b7fe50e8029]

        INTEGRATION: CWS dr34 (1.53.2); FILE MERGED 2005/03/17 16:20:51 dr 1.53.2.2: #i45209# rename classes with name already used somewhere 2005/03/11 16:34:27 dr 1.53.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9ed47486335453f196ff0a51af3e8863f1aeb772]

        INTEGRATION: CWS dr34 (1.36.2); FILE MERGED 2005/03/11 16:34:27 dr 1.36.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e3dc70615e56a5a112e1868383506dd3191e50d3]

        INTEGRATION: CWS xmlsec10 (1.2.4); FILE MERGED 2005/03/16 09:05:38 mt 1.2.4.1: cleanup, removed old files...

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3ca8d2280f9c60ac19797863d2c169680e9bcab6]

        INTEGRATION: CWS dr34 (1.105.2); FILE MERGED 2005/03/14 14:57:39 dr 1.105.2.2: #i44077# set size for new Excel OLE objects 2005/03/11 16:34:26 dr 1.105.2.1: #42572# #119281# #i29271# #i5359# chart import improvements

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [aaf567e8d17bb245c6b6ec1b2d6b1f8221877a81]

        INTEGRATION: CWS dr34 (1.26.2); FILE MERGED 2005/03/17 16:20:51 dr 1.26.2.1: #i45209# rename classes with name already used somewhere

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e6173b31d5c6627421ddf5c76b3f77eab0b14a5b]

        INTEGRATION: CWS dr34 (1.75.72); FILE MERGED 2005/03/16 11:31:46 dr 1.75.72.7: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/11 16:34:26 dr 1.75.72.6: #42572# #119281# #i29271# #i5359# chart import improvements 2005/03/04 16:22:13 dr 1.75.72.5: #i29271# chart records 2005/02/24 19:59:33 dr 1.75.72.4: RESYNC: (1.76-1.77); FILE MERGED 2005/02/24 19:00:24 dr 1.75.72.3: #i42572# chart import changes 2005/02/21 16:51:48 dr 1.75.72.2: RESYNC: (1.75-1.76); FILE MERGED 2005/02/16 09:40:21 dr 1.75.72.1: source type for bubbles in bubble charts

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [911ab6a68098daaa1faf074cd2b35ffbd58a91f7]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/24 08:20:59 mmi 1.1.1.1.38.2: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:
        2005/03/23 09:52:59 mmi 1.1.1.1.38.1: idl review
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c72c76c7dcb15b7ef30112a3c0684c86cfe44796]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/24 08:20:59 mmi 1.1.1.1.38.1: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6ad0c7a4bfc40332c69d9e69dcaa71ca5b6a2522]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/24 08:20:58 mmi 1.1.1.1.38.1: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5f5f5759541be1b2fbf7e711f2b9f984a9aac7ef]

        INTEGRATION: CWS dr34 (1.8.2); FILE MERGED 2005/03/11 16:13:47 er 1.8.2.1: #i44499# GetNextTopic: check for null pointer from ScanIntVal; ScanIntVal: eat leading whitespace

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a947294fb5b70f4f6b3bf47974e31f1ba164f3f0]

        INTEGRATION: CWS xmlsec10 (1.2.38); FILE MERGED 2005/03/29 09:26:41 mmi 1.2.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f1c48d51bfb0382ba82c82087905c5d926a5f020]

        INTEGRATION: CWS dr34 (1.21.196); FILE MERGED 2005/03/08 14:50:29 er 1.21.196.1: implement dtor and free memory

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a2cd4e489513b56a59429b67b185024b7d00c66e]

        INTEGRATION: CWS dr34 (1.13.4); FILE MERGED 2005/03/11 17:42:17 dr 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2005/03/08 14:59:54 er 1.13.4.1: #118812# performance of conditional array calculation, cache jumps and results

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4bc7c2cfc4e89664eccacd13d17d65c3ff74b934]

        INTEGRATION: CWS xmlsec10 (1.2.4); FILE MERGED 2005/03/29 09:26:41 mmi 1.2.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6d3add6eba99dbc039a072dcf73959fb99ec6329]

        INTEGRATION: CWS dr34 (1.34.4); FILE MERGED 2005/03/11 17:42:07 dr 1.34.4.2: RESYNC: (1.34-1.35); FILE MERGED 2005/03/08 14:59:53 er 1.34.4.1: #118812# performance of conditional array calculation, cache jumps and results

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [70d0bc82f7d2f96970d85363a8d9a5003c72752b]

        INTEGRATION: CWS xmlsec10 (1.2.38); FILE MERGED 2005/03/29 09:26:40 mmi 1.2.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7d1960d2dac143859fedb7610d210f75b800dc3e]

        INTEGRATION: CWS xmlsec10 (1.2.4); FILE MERGED 2005/03/24 08:20:58 mmi 1.2.4.1: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4c478779307633b9f473ad0161dfe605d672155a]

        INTEGRATION: CWS dr34 (1.33.16); FILE MERGED 2005/03/09 17:09:14 er 1.33.16.4: #i44492# ScCountIf: an empty string is a real search criteria 2005/03/08 14:59:52 er 1.33.16.3: #118812# performance of conditional array calculation, cache jumps and results 2005/03/01 13:46:11 er 1.33.16.2: #i43714# ScLookup: ScQueryParam.bByRow=false if lookup in row 2005/02/22 14:05:58 er 1.33.16.1: #i43121# DBIterator: ifMAX of -MAXDOUBLE; also add default case to some switches to get rid of gcc -Wall warnings

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ca5680d1bd9b8f2f04f5815f8afba2d75e8cdabc]

        INTEGRATION: CWS dr34 (1.13.208); FILE MERGED 2005/03/08 18:10:43 er 1.13.208.1: #i44370# #i44495# invalid start row/col if all hidden

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ea8f0cac662c70f5f82d35ec29253549157b1e0a]

        INTEGRATION: CWS xmlsec10 (1.2.4); FILE MERGED 2005/03/24 08:20:57 mmi 1.2.4.1: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6270bba08a4cb6ed394d63b8a61641c8dd9031c8]

        INTEGRATION: CWS dr34 (1.2.316); FILE MERGED 2005/03/14 14:56:20 dr 1.2.316.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b0070d81661c0baf272911705837e286124e9ab2]

        INTEGRATION: CWS dr34 (1.19.4); FILE MERGED 2005/03/08 14:59:51 er 1.19.4.1: #118812# performance of conditional array calculation, cache jumps and results

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3dafb68bdf5d4214195780678a435a90534164a3]

        INTEGRATION: CWS dr34 (1.8.158); FILE MERGED 2005/02/28 16:45:46 er 1.8.158.1: #118690# UpdatePageBreaks: despite the fact that since m81 in case of the bug document the method is only called for the first sheet, speed the loop up by using ScCompressedArrayIterator

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [081568b05fb5e533894276c2a148956717d8be91]

        INTEGRATION: CWS dr34 (1.31.192); FILE MERGED 2005/03/10 11:41:34 nn 1.31.192.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [141079411934953e8d6518e3c026d4c458102f98]

        INTEGRATION: CWS dr34 (1.64.4); FILE MERGED 2005/03/10 11:41:35 nn 1.64.4.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d1c3863b8382378f4a20512323d2cc97fe324588]

        INTEGRATION: CWS dr34 (1.12.102); FILE MERGED 2005/03/01 14:25:48 er 1.12.102.1: BinarySearch: if first string is to be ignored, ignore only if it doesn't match the query (found when testing #i43714#, 'aa' lead to n/a instead of 'AA')

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [41927cbf99db00a37b3626504ac4246e9868475a]

        INTEGRATION: CWS dr34 (1.4.158); FILE MERGED 2005/02/28 17:15:18 er 1.4.158.1: #i42904# InitLimits: break if condition isn't met

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c4072ab66aba5eb06684172a975693f4d1afbb5e]

        INTEGRATION: CWS dr34 (1.15.2); FILE MERGED 2005/03/10 11:41:34 nn 1.15.2.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1c40a70987578c2883e2ea4626d452ea9a4bb884]

        INTEGRATION: CWS dr34 (1.28.2); FILE MERGED 2005/03/14 15:53:08 er 1.28.2.1: #i44115# InterpretTail: no convergence in initial round of iterations

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c26f6dabad93c7a77477ccd6d4579db8a1711f97]

        INTEGRATION: CWS dr34 (1.19.2); FILE MERGED 2005/03/10 11:41:33 nn 1.19.2.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3e8e30b925be386340bcc1aeb4a0ec375f0e0724]

        INTEGRATION: CWS dr34 (1.8.384); FILE MERGED 2005/03/11 17:40:17 dr 1.8.384.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/08 14:51:07 er 1.8.384.1: implement dtor and free memory

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e54a6f44f995a1b6037583c9704e8fafda194a6b]

        INTEGRATION: CWS dr34 (1.26.192); FILE MERGED 2005/03/10 11:41:13 nn 1.26.192.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [34c44bc2b48cf848591662b1922b03f71d165931]

        INTEGRATION: CWS dr34 (1.14.2); FILE MERGED 2005/03/10 11:41:13 nn 1.14.2.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5b770b717305bf965bec02a4d420805829675562]

        INTEGRATION: CWS dr34 (1.6.2); FILE MERGED 2005/03/10 11:41:13 nn 1.6.2.1: #i44697# detect equal ScPatternAttr pointers across MergePatternArea calls

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [82fd80c62b4cba40d3411214901e4a9ac672a929]

        INTEGRATION: CWS xmlsec10 (1.3.4); FILE MERGED 2005/03/21 07:04:39 mmi 1.3.4.1: add testing code for profile detection Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7279a075786a58017871c6d7a05813f62caf8fa5]

        INTEGRATION: CWS dr34 (1.5.2); FILE MERGED 2005/03/14 14:56:08 dr 1.5.2.1: #i44077# set size for new Excel OLE objects

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5894eabd629289745e38c35e6f5540ff4f3545f2]

        INTEGRATION: CWS xmlsec10 (1.7.24); FILE MERGED 2005/03/23 09:52:56 mmi 1.7.24.4: idl review Issue number: Submitted by: Reviewed by: 2005/03/21 07:04:39 mmi 1.7.24.3: add testing code for profile detection Issue number: Submitted by: Reviewed by: 2005/03/16 07:31:43 mt 1.7.24.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/08 08:26:21 mmi 1.7.24.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1ebb606fccf2ef473613a18a5034c8018f611e05]

        INTEGRATION: CWS xmlsec10 (1.7.4); FILE MERGED 2005/03/23 09:52:55 mmi 1.7.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8863e74cd0de2c0ef867abee87693c64a236f695]

        INTEGRATION: CWS xmlsec10 (1.6.4); FILE MERGED 2005/03/21 07:04:39 mmi 1.6.4.1: add testing code for profile detection Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d080b0fc13a07038d07a999044cf18bdec00815f]

        INTEGRATION: CWS xmlsec10 (1.3.38); FILE MERGED 2005/03/23 09:52:55 mmi 1.3.38.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/08 08:26:19 mmi 1.3.38.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ec22833db2a071032da300aebabac2af2c4a8aaf]

        INTEGRATION: CWS xmlsec10 (1.5.20); FILE MERGED 2005/03/23 09:52:54 mmi 1.5.20.3: idl review Issue number: Submitted by: Reviewed by: 2005/03/16 07:30:21 mt 1.5.20.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/08 08:26:19 mmi 1.5.20.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [58797168765f335907afd2d66b779021f7c92960]

        INTEGRATION: CWS xmlsec10 (1.4.4); FILE MERGED 2005/03/23 09:52:54 mmi 1.4.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d8955c7c149ecb7486c2986601d2e197f03ed85a]

        INTEGRATION: CWS xmlsec10 (1.10.4); FILE MERGED 2005/03/23 09:52:53 mmi 1.10.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4660fb326ab7a0aed033a83762322107bb0876b2]

        INTEGRATION: CWS xmlsec10 (1.3.38); FILE MERGED 2005/03/23 09:52:52 mmi 1.3.38.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/08 08:26:18 mmi 1.3.38.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ad8f5fc8cb2fa6ec416d8e367eb0e0e3e6b358cf]

        INTEGRATION: CWS jimmac01 (1.5.2); FILE MERGED 2005/03/17 18:10:26 mmeeks 1.5.2.7: Issue number: i#22148# Submitted by: jimmac Reviewed by:  mmeeks
        
        More nice artwork
        2005/03/07 13:05:26 mmeeks 1.5.2.6: Issue number: i#22148#
        Submitted by: mmeeks
        
        More missing icons mapped across ...
        2005/03/01 22:32:17 mmeeks 1.5.2.5: Issue number: #i42426#
        Submitted by: mmeeks
        
        A couple more & updated missing list.
        2005/03/01 22:23:34 mmeeks 1.5.2.4: Issue number: #i42426#
        Submitted by: mmeeks
        
        Yet more industrial artwork.
        2005/02/10 15:11:14 mmeeks 1.5.2.3: Issue number: #i42426#
        Submitted by: mmeeks
        Add list of things to do,
        Fix showtwopages size.
        2005/02/10 14:10:44 mmeeks 1.5.2.2: Issue number: #i42426#
        Submitted by: mmeeks
        
        More database icons.
        2005/02/10 14:06:07 mmeeks 1.5.2.1: Issue number: #42426#
        Submitted by: mmeeks
        
        Pull the HEAD changes out into this cws.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6541a4120ba827ea75ed05712395068273a64dd5]

        INTEGRATION: CWS xmlsec10 (1.6.20); FILE MERGED 2005/03/23 09:52:52 mmi 1.6.20.3: idl review Issue number: Submitted by: Reviewed by: 2005/03/16 07:28:46 mt 1.6.20.2: RESYNC: (1.6-1.7); FILE MERGED 2005/03/08 08:26:17 mmi 1.6.20.1: add key usage information Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f8557a3744c0cc6beeb21769171844739a83e197]

        INTEGRATION: CWS xmlsec10 (1.4.4); FILE MERGED 2005/03/23 09:52:52 mmi 1.4.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0ab6bf9af759bd120369fbeda0da7b299d4f675b]

        INTEGRATION: CWS xmlsec10 (1.8.4); FILE MERGED 2005/03/23 09:52:52 mmi 1.8.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6a10a599c019747a5e91d9afa71383fdb4c0cba1]

        INTEGRATION: CWS xmlsec10 (1.2.38); FILE MERGED 2005/03/23 09:52:51 mmi 1.2.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6eb7f1a5dbf06748004b2c018a01f8c81f22778b]

        INTEGRATION: CWS jimmac01 (1.5.2); FILE MERGED 2005/03/17 18:10:26 mmeeks 1.5.2.5: Issue number: i#22148# Submitted by: jimmac Reviewed by:  mmeeks
        
        More nice artwork
        2005/03/07 13:05:26 mmeeks 1.5.2.4: Issue number: i#22148#
        Submitted by: mmeeks
        
        More missing icons mapped across ...
        2005/03/01 22:23:33 mmeeks 1.5.2.3: Issue number: #i42426#
        Submitted by: mmeeks
        
        Yet more industrial artwork.
        2005/02/10 15:11:14 mmeeks 1.5.2.2: Issue number: #i42426#
        Submitted by: mmeeks
        Add list of things to do,
        Fix showtwopages size.
        2005/02/10 14:06:06 mmeeks 1.5.2.1: Issue number: #42426#
        Submitted by: mmeeks
        
        Pull the HEAD changes out into this cws.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a009705c127d22a496ed14e52b70f5754e1f5c0b]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/23 09:52:50 mmi 1.1.1.1.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [67a9b44be7a74631e593ab7058dac5138435796d]

        INTEGRATION: CWS xmlsec10 (1.4.38); FILE MERGED 2005/03/23 09:52:49 mmi 1.4.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e8e0ca7df60049b0b29732f4d33bb6303dec90ad]

        INTEGRATION: CWS xmlsec10 (1.5.4); FILE MERGED 2005/03/23 09:52:49 mmi 1.5.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9eca01c0b8184ee8ae2d97e784b0d22c317b1cb7]

        INTEGRATION: CWS xmlsec10 (1.5.24); FILE MERGED 2005/03/23 09:52:48 mmi 1.5.24.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [50adc360262c8eccc9e600db039b150ff751e826]

        INTEGRATION: CWS xmlsec10 (1.2.24); FILE MERGED 2005/03/23 09:52:48 mmi 1.2.24.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e23e9deb17e5728252a6a6bc46e08dcfd8f53bbf]

        INTEGRATION: CWS xmlsec10 (1.2.24); FILE MERGED 2005/03/23 09:52:47 mmi 1.2.24.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ec44895d73056a3a0b9f442981e7113a3743af68]

        INTEGRATION: CWS dr34 (1.10.100); FILE MERGED 2005/03/11 17:31:50 dr 1.10.100.2: RESYNC: (1.10-1.12); FILE MERGED 2005/03/08 09:37:29 nn 1.10.100.1: #b6236750# initialize: use isAssignableFrom instead of comparing the types

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [900cf094ff4ad7e424089fb23160cc07c87cc8f9]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/23 09:52:47 mmi 1.1.1.1.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3f5f8a808b041689ee1c7972793280a1b5e238f7]

        INTEGRATION: CWS dr34 (1.12.6); FILE MERGED 2005/03/11 17:30:52 dr 1.12.6.2: RESYNC: (1.12-1.13); FILE MERGED 2005/03/03 10:50:34 sab 1.12.6.1: #i43931#; test whether xAttrList is empty

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e79f3ad0fe2dddb339f1f7024fde3ccb3f67bc02]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/23 09:52:46 mmi 1.1.1.1.38.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [267a643f54d4f60fecfcab115b65168bb8564a4a]

        INTEGRATION: CWS dr34 (1.89.6); FILE MERGED 2005/03/11 17:26:41 dr 1.89.6.2: RESYNC: (1.89-1.90); FILE MERGED 2005/03/07 11:24:17 sab 1.89.6.1: #i44052#; don't remove tokens while scheduling

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [99d3e387441628a199819ef60df50f829f0f3825]

        INTEGRATION: CWS dr34 (1.16.506); FILE MERGED 2005/03/07 11:24:19 sab 1.16.506.1: #i44052#; don't remove tokens while scheduling

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ee21191bdeb2c1662a32af7391f7d7af1dd56a26]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/24 08:20:54 mmi 1.1.1.1.38.1: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [69e7e2aa0669584bfac07447fe61d8a9b188a5bf]

        INTEGRATION: CWS xmlsec10 (1.1.1.1.38); FILE MERGED 2005/03/24 08:20:54 mmi 1.1.1.1.38.2: idl review
        
        Issue number:
        Submitted by:
        Reviewed by:
        2005/03/23 09:52:45 mmi 1.1.1.1.38.1: idl review
        Issue number:
        Submitted by:
        Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ce342a157b8ffe8cbf5b2b49c820b2a7fd295e21]

        INTEGRATION: CWS xmlsec10 (1.21.4); FILE MERGED 2005/03/23 09:52:44 mmi 1.21.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8d79f2524bea317eaae52201e832accb30071dae]

        INTEGRATION: CWS xmlsec10 (1.17.4); FILE MERGED 2005/03/23 09:52:44 mmi 1.17.4.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/16 17:15:23 mt 1.17.4.1: #i44474# more catches....

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8bc0922624dc96d7a11af839ba347ccb10c04376]

        INTEGRATION: CWS xmlsec10 (1.17.4); FILE MERGED 2005/03/23 09:52:44 mmi 1.17.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0d3f50e826867b6a9469c84066ab61864e37f416]

        INTEGRATION: CWS xmlsec10 (1.5.4); FILE MERGED 2005/03/23 09:52:44 mmi 1.5.4.2: idl review Issue number: Submitted by: Reviewed by: 2005/03/16 09:56:04 pb 1.5.4.1: fix: #i44598# disorder fixed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b36ab2f982eb22b72425566492d63ed91f29e846]

        INTEGRATION: CWS xmlsec10 (1.18.4); FILE MERGED 2005/03/23 09:52:42 mmi 1.18.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b02c57bcbbb8761785c100b07dbe6b221f393c96]

        INTEGRATION: CWS xmlsec10 (1.5.4); FILE MERGED 2005/03/23 09:52:42 mmi 1.5.4.1: idl review Issue number: Submitted by: Reviewed by:

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cc486aaee1407805f0c7753823b21049aae2b753]

        INTEGRATION: CWS cloneefilterteam31 (1.86.86); FILE MERGED 2005/03/18 11:31:07 flr 1.86.86.2: RESYNC: (1.86-1.87); FILE MERGED 2005/02/14 09:44:37 mmaher 1.86.86.1: #i41989# In the absence of column info for TOX default to 1

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c5916f458246ddd36fd2260e06c72b7d756153e0]

        INTEGRATION: CWS cloneefilterteam31 (1.109.76); FILE MERGED 2005/03/18 11:30:50 flr 1.109.76.3: RESYNC: (1.110-1.111); FILE MERGED 2005/02/11 12:07:21 mmaher 1.109.76.2: RESYNC: (1.109-1.110); FILE MERGED 2005/01/13 14:03:03 mmaher 1.109.76.1: #i40461# Patch from cmc to include the gapwidth in the positioning calculation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [945aec9282c418985760f19ffa7ce12bdcdbcc61]

        INTEGRATION: CWS cloneefilterteam31 (1.146.10); FILE MERGED 2005/03/18 11:30:42 flr 1.146.10.3: RESYNC: (1.150-1.151); FILE MERGED 2005/02/11 12:07:01 mmaher 1.146.10.2: RESYNC: (1.146-1.150); FILE MERGED 2005/01/27 10:29:20 mmaher 1.146.10.1: #i40766# Tweaking page descriptor handling in sections with no page break

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c521f781c5f992341f62056bba524befcd46c863]

        INTEGRATION: CWS vcl37 (1.9.88); FILE MERGED 2005/02/17 13:52:51 pl 1.9.88.1: #i42988# remove const

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0916857bd0345ee8d1f97f0205dbb5fbabd095fc]

        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>  [c23ba478bf4203d40a3a64de2d1462fad508ced2]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:05:33 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ca3ae26fdb1f1433709fb2a037e3990648088007]

        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>  [7b5d0ca612f16486f2c94dea855455c850dfecce]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:15:38 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [25fd34b9c4ea54baef313f65b6b7ff1335cc9029]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:23:22 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0463075eb66b0ca62f3d8680ba5e22ed1fbd05c2]

        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>  [f140a3051b6b6993af44a27201ad8f5ba9ad9c87]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 11:35:58 sw 1.1.2.1: #i45915#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0635a8377882fa900aae14135674288becaba358]

        INTEGRATION: CWS groupingapi (1.2.4); FILE MERGED 2005/03/24 10:43:46 sw 1.2.4.1: #i45915#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [561ccd19f86baae0ac9cc261b8c10a98b90f3eb3]

        INTEGRATION: CWS groupingapi (1.3.4); FILE MERGED 2005/03/24 11:35:02 sw 1.3.4.2: #i45915# 2005/03/24 10:42:45 sw 1.3.4.1: #i45915#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7cd9203d24e8ece9f040df3b3b99e8bdd41c1c7c]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:03:35 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [83dcf102a63d1a0c49e24379a6e2d49b70fc40c9]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:15:08 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8b3137b4632de49e8bcb571d3a468f6fa7b2c8d2]

        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>  [12c4eacbc316e336f1cf0aa835347d303185f59f]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/24 15:22:55 sw 1.1.2.1: #i33817#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [aeb7c4ac3f01a95924e84667f0ab45dda4d90006]

        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>  [7c3a7fd9eda8297c3eddf9d900ea170fdb973ea1]

        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>  [cef5cc674c0fdb0853342a4a9876863ac7131cdf]

        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>  [98f661288351c8d1f868f351fe386af491c676a3]

        INTEGRATION: CWS groupingapi (1.19.76); FILE MERGED 2005/03/11 18:42:24 sab 1.19.76.4: #i33817#; new idl 2005/01/27 14:28:06 sab 1.19.76.3: RESYNC: (1.19-1.20); FILE MERGED 2005/01/05 14:32:07 sab 1.19.76.2: #i33817#; complete API 2004/09/03 17:59:51 sab 1.19.76.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cbf2084caefce9cd2a273fa0875c6ac5f7d18276]

        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>  [0f7cc4f3b20726d648c40a2428a39ad84a66725a]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/11 18:42:43 sab 1.1.2.2: #i33817#; add IllegalArgumentException 2005/01/05 14:31:16 sab 1.1.2.1: #i33817#; complete API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [64951d6c349f138615fbecd7d69fa4a6495fd1c6]

        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>  [1576db28497f9d6fc36d6a1e29871c1f138a0b7e]

        INTEGRATION: CWS groupingapi (1.8.78); FILE MERGED 2004/09/03 17:59:51 sab 1.8.78.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e04ca3c7dbedef6d030ec9d20ddbf93b1b098d28]

        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>  [7e283f5e082484855a7998fef41c304de89aa11f]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/03 17:59:15 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4c318e70d76b4b85594c6070b6e968b3fd4d9180]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/03 17:59:06 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [61d4e1b804ecb87dc3ac16d850bad759917807a7]

        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>  [7df046c364d8a571e766693ce6ec80bd99f3e1d2]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/01/05 14:32:07 sab 1.1.2.3: #i33817#; complete API 2004/09/08 17:17:04 sab 1.1.2.2: #i31477#; add additional properties 2004/09/03 17:58:56 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3efe67a1c102f601402816ca83d4c5ef5a97028a]

        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>  [ce096baa55d58c1e12547e9c2ecfa560fd78416a]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2005/03/11 18:41:54 sab 1.1.2.1: #i33817#; new const

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4802254421efe0f4f59e604ab5279776840d150c]

        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>  [7e605b18d1bb7dc4683441e9faa8032a0605e54e]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/03 17:58:47 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4b6103ce8a34084628fe5ef89c3e09ff6a6d5d94]

        INTEGRATION: CWS groupingapi (1.7.78); FILE MERGED 2005/01/05 14:32:07 sab 1.7.78.3: #i33817#; complete API 2004/09/08 17:17:04 sab 1.7.78.2: #i31477#; add additional properties 2004/09/03 17:59:51 sab 1.7.78.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [bd6f6407fc703e16cef54372567d8637499bba68]

        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>  [a3d01a56a8040ef15ad71ed6980f741fc27ce0fa]

        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>  [6f37d16cc72ff94120df94399203e0af8345abda]

        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>  [5f80d2f1090d713351a33d3712d4f501b35386ab]

        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>  [23177197540da7b5ea1717fcdac2a680b7a55331]

        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>  [4724dcb1a35bcf026f8d564ff8f818d88532e7d2]

        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>  [4d3d14b5f9bb58c335caddbb2fa85d0e0e9825ee]

        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>  [0c19529d4e5ce6db388fc6bb3dda90e413141f85]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/09 09:33:07 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [05d2a415654e2b9324f70d92871df20ca964dc43]

        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>  [b6cc6f9e0563d48af71a32d77b451cfcc8787b8d]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/09 09:32:56 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b2310a1e9340c86bcc059ebf3c925881a511a35b]

        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>  [e28e96ef851c972a0a67421bf3abf8c81e7fa4f1]

        INTEGRATION: CWS groupingapi (1.1.2); FILE ADDED 2004/09/09 09:32:44 sab 1.1.2.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7d696629991e7caefb873a6279e99037306a668e]

        INTEGRATION: CWS groupingapi (1.8.6); FILE MERGED 2005/03/11 18:47:23 sab 1.8.6.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9722be9ebe493d6f8a67162b0b489b2a12942673]

        INTEGRATION: CWS groupingapi (1.12.24); FILE MERGED 2005/03/24 15:03:26 sab 1.12.24.7: #i33817#; add group to groups 2005/03/24 11:03:43 sab 1.12.24.6: #i39212#; default values for ShowDetails and IsVisible 2005/03/23 17:44:02 sab 1.12.24.5: #i39212#,#i33817#; default values for ShowDetails and IsVisible; use MemberList of Source 2005/03/11 18:47:22 sab 1.12.24.4: #i33817#; add Groupingapi 2004/12/21 12:30:24 sab 1.12.24.3: #i33817#, #i39212# 2004/09/08 17:01:22 sab 1.12.24.2: #i31477#; add additional properties 2004/09/03 18:04:13 sab 1.12.24.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [61337f201cf5abe8242917960fedd93da132a8a2]

        INTEGRATION: CWS groupingapi (1.3.14); FILE MERGED 2005/03/11 18:47:21 sab 1.3.14.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [45123d4503399f55b684b2a9f0b37af7586f47b0]

        INTEGRATION: CWS groupingapi (1.76.6); FILE MERGED 2005/03/11 20:49:45 sab 1.76.6.3: RESYNC: (1.84-1.85); FILE MERGED 2005/01/06 13:57:05 sab 1.76.6.2: RESYNC: (1.76-1.84); FILE MERGED 2004/09/03 18:03:59 sab 1.76.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [926230d37782a35238d8f3828c7faa9484b2af9b]

        INTEGRATION: CWS groupingapi (1.100.6); FILE MERGED 2005/03/11 20:49:38 sab 1.100.6.4: RESYNC: (1.111-1.112); FILE MERGED 2005/01/06 13:56:55 sab 1.100.6.3: RESYNC: (1.101-1.111); FILE MERGED 2004/09/06 11:15:36 sab 1.100.6.2: RESYNC: (1.100-1.101); FILE MERGED 2004/09/03 18:03:59 sab 1.100.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d9feca0f4547bc4b017a51097fd68b780f52f49f]

        INTEGRATION: CWS groupingapi (1.13.6); FILE MERGED 2004/09/03 18:03:58 sab 1.13.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [23856d3b6aa49d3c2e8ed17d15adfe873b050f61]

        INTEGRATION: CWS groupingapi (1.16.6); FILE MERGED 2005/03/11 18:47:20 sab 1.16.6.3: #i33817#; add Groupingapi 2005/01/06 13:55:59 sab 1.16.6.2: RESYNC: (1.16-1.18); FILE MERGED 2004/09/03 18:03:58 sab 1.16.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [dd4625b6684f3b73bae5eb7a6f10d5c73b7caeca]

        INTEGRATION: CWS groupingapi (1.6.6); FILE MERGED 2004/09/03 18:03:58 sab 1.6.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7cf40dfa2e579d2677a4a1f299bf341472cdd583]

        INTEGRATION: CWS groupingapi (1.15.6); FILE MERGED 2005/03/11 20:48:32 sab 1.15.6.4: RESYNC: (1.17-1.18); FILE MERGED 2005/03/11 18:47:20 sab 1.15.6.3: #i33817#; add Groupingapi 2005/01/06 13:53:08 sab 1.15.6.2: RESYNC: (1.15-1.17); FILE MERGED 2004/09/03 18:03:58 sab 1.15.6.1: #i33817#; specification of data pilot grouping changed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [82ce4f0f3cc7f69f508ccd942f79ccabe2182165]

        INTEGRATION: CWS groupingapi (1.5.146); FILE MERGED 2005/03/11 20:37:30 sab 1.5.146.2: RESYNC: (1.5-1.6); FILE MERGED 2005/03/11 18:47:19 sab 1.5.146.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [53220bb1f12d5212157d6c11d8e033aad614c9ae]

        INTEGRATION: CWS groupingapi (1.8.24); FILE MERGED 2005/03/11 20:34:14 sab 1.8.24.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/11 18:47:19 sab 1.8.24.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [59908769fa1069bc1187e912a1423a09a53a553d]

        INTEGRATION: CWS vcl37 (1.7.8); FILE MERGED 2005/03/04 15:30:49 obr 1.7.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8ce2562cc3c86cd1ca94008b53662bf169f7f9cc]

        INTEGRATION: CWS groupingapi (1.2.6); FILE MERGED 2005/03/11 20:26:28 sab 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2005/03/11 18:47:18 sab 1.2.6.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [30b9229cdb4a4704e9d9e9f9fe7d6d8726a97389]

        INTEGRATION: CWS vcl37 (1.5.8); FILE MERGED 2005/03/04 15:30:48 obr 1.5.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3adc29b171fe776475e0b31770b43bed3fb9f320]

        INTEGRATION: CWS vcl37 (1.6.8); FILE MERGED 2005/03/04 15:30:47 obr 1.6.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [89403d4b94791b1af355605fce3ad5e2a4db5c96]

        INTEGRATION: CWS groupingapi (1.3.170); FILE MERGED 2004/09/09 14:26:27 sw 1.3.170.1: adjusted parameters

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fafc9fe1e175d51f8e0a6cade201f7cb9371ab4b]

        INTEGRATION: CWS vcl37 (1.7.8); FILE MERGED 2005/03/04 15:30:44 obr 1.7.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3fa3533aa278f9ae99bb4aa14a1daabf763eb586]

        INTEGRATION: CWS vcl37 (1.5.8); FILE MERGED 2005/03/04 15:30:43 obr 1.5.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [410831033a49f7e4d4e2e4fa25f6b816ce3d8937]

        INTEGRATION: CWS groupingapi (1.65.6); FILE MERGED 2005/01/06 12:06:51 sab 1.65.6.4: RESYNC: (1.65-1.67); FILE MERGED 2004/12/21 12:29:30 sab 1.65.6.3: #i33817#, #i39212# 2004/09/08 17:01:05 sab 1.65.6.2: #i31477#; add additional properties 2004/09/03 18:03:27 sab 1.65.6.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [51f3e72d2c9c1cea5d607e58cfd2a6b8df6a3111]

        INTEGRATION: CWS vcl37 (1.6.8); FILE MERGED 2005/03/04 15:30:43 obr 1.6.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [da2faa4b49932ca2a94a956f505f35020e458326]

        INTEGRATION: CWS groupingapi (1.2.6); FILE MERGED 2005/03/11 18:46:59 sab 1.2.6.1: #i33817#; add Groupingapi

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [62c3797ce277bbe64b166e17ccb49ee137bff1e2]

        INTEGRATION: CWS vcl37 (1.5.8); FILE MERGED 2005/03/04 15:30:42 obr 1.5.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8a8f6f3ee8d187b8acd6f3f20d5f544a83d944cd]

        INTEGRATION: CWS groupingapi (1.6.112); FILE MERGED 2005/03/11 18:46:59 sab 1.6.112.4: #i33817#; add Groupingapi 2004/12/21 12:29:30 sab 1.6.112.3: #i33817#, #i39212# 2004/09/08 17:01:05 sab 1.6.112.2: #i31477#; add additional properties 2004/09/03 18:03:27 sab 1.6.112.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fce5a97da61d8f710e1e3a1cdd6b01796b5f6a11]

        INTEGRATION: CWS vcl37 (1.8.8); FILE MERGED 2005/03/04 15:30:42 obr 1.8.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ad3c126213d5ca83b02b60dfe3b4c455dd628382]

        INTEGRATION: CWS vcl37 (1.10.8); FILE MERGED 2005/03/04 15:30:42 obr 1.10.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8ae53d568c21c9ba2bdb65fa923c4496c35581c8]

        INTEGRATION: CWS vcl37 (1.7.8); FILE MERGED 2005/03/04 15:30:41 obr 1.7.8.1: #i20314# don't return AccessibleText when disposed

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b738b56b88b51fcef307803475938a9d7f754324]

        INTEGRATION: CWS vcl37 (1.17.82); FILE MERGED 2005/03/04 15:29:32 obr 1.17.82.1: #i20314# wait for the AWT EventQueue on shutdown

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b48422a0ca821112124b9156f1519542eac2dbb1]

        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>  [b85cb5681a3116f2081eb11abbdbe3a88d53989f]

        INTEGRATION: CWS groupingapi (1.68.16); FILE MERGED 2005/03/11 20:09:35 sab 1.68.16.6: RESYNC: (1.85-1.90); FILE MERGED 2005/01/27 13:22:56 sab 1.68.16.5: RESYNC: (1.84-1.85); FILE MERGED 2005/01/07 10:10:53 sab 1.68.16.4: #i33817#, solve merge conflicts 2005/01/06 11:27:25 sab 1.68.16.3: RESYNC: (1.69-1.84); FILE MERGED 2004/09/06 10:44:15 sab 1.68.16.2: RESYNC: (1.68-1.69); FILE MERGED 2004/09/03 18:03:11 sab 1.68.16.1: #i33817#; add grouping API

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b7431c7bc6dc0f4333bc3feb004919a9d429160d]

        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>  [509a6c3eebd50e185d1a07aae6c3e3c5310d101a]

        INTEGRATION: CWS spreadsheetml01 (1.3.28); FILE MERGED 2005/03/13 15:33:53 sus 1.3.28.1: #i28209# added new formular.xsl stylesheet

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a60712bbe07fbdd650d1f60fc2f303ecb73af7c5]

        INTEGRATION: CWS vcl37 (1.16.4); FILE MERGED 2005/03/09 10:52:30 ssa 1.16.4.1: #i44560# improve responsiveness while saving/loading

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b89e6d275274625b442220a2356ac4427f7d4752]

        INTEGRATION: CWS spreadsheetml01 (1.73.42); FILE MERGED 2005/03/13 15:33:52 sus 1.73.42.1: #i28209# added new formular.xsl stylesheet

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ebdfc826e1d571764786ee2408389496946087aa]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/21 14:14:02 sus 1.1.2.6: #45654# fixed doubled cells 2005/03/18 11:45:12 sus 1.1.2.5: #i28209# fixing namespace regression 2005/03/14 09:49:37 sus 1.1.2.4: #i28209# whitespaceproblems in the import filter (not well-formed) 2005/03/13 15:17:25 sus 1.1.2.3: #i28209# Enabling function format expression translation 2005/03/07 18:25:41 sus 1.1.2.2: #i36909 Fixing new OASIS formular format for the import filter 2005/02/03 16:18:10 sus 1.1.2.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4d31248aafb248e10199c358885fc7c9d46cb18e]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/13 15:18:43 sus 1.1.2.2: #i28209# Enabling function format expression translation 2005/02/03 16:19:40 sus 1.1.2.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [308b0027f70a26d431df33ca28d2b27e061e5de4]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/13 15:18:43 sus 1.1.2.2: #i28209# Enabling function format expression translation 2005/02/03 16:19:25 sus 1.1.2.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [79e22157e310f9d9d2ea9f2dd2617c17d3bb0944]

        INTEGRATION: CWS frrtf02 (1.130.16); FILE MERGED 2005/03/18 11:44:20 os 1.130.16.1: #120140# crash report fix: check pPlcxMan before access

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f319354d83048e8ec7ea592873b06a186fcecc9c]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/13 15:18:43 sus 1.1.2.2: #i28209# Enabling function format expression translation 2005/02/03 16:19:12 sus 1.1.2.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0f54adfed27ded38ebbd994610062eb5b81244c9]

        INTEGRATION: CWS frrtf02 (1.29.20); FILE MERGED 2005/01/21 10:32:30 flr 1.29.20.1: #i40770# user defined style names get lost

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d26ae4c39638a2afbd99225f75cb8f7de93fe985]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/13 15:18:43 sus 1.1.2.2: #i28209# Enabling function format expression translation 2005/02/03 16:18:58 sus 1.1.2.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e6c681d1766f3e143386c4734d1d6de8897caf94]

        INTEGRATION: CWS spreadsheetml01 (1.1.2); FILE ADDED 2005/03/23 22:34:37 sus 1.1.2.2: #i45655# mapping function parameter differences between StarOffice and Excel2003 2005/03/13 15:18:28 sus 1.1.2.1: #i28209# Enabling function format expression translation

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6401534cc973ee95b0f6b91f192832dcf8e519c2]

        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>  [ac9deead6a1afc7dd44c95fdeb00825b04144ff7]

        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>  [939635d710de2bde47c012fba38a7a146ec1c8fa]

        INTEGRATION: CWS spreadsheetml01 (1.5.52); FILE MERGED 2005/03/13 15:17:54 sus 1.5.52.1: Changing leading spaces to tabs saving space

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [84c076d5fdf0ad23b598399b3f721402ecc34acc]

        INTEGRATION: CWS spreadsheetml01 (1.21.24); FILE MERGED 2005/02/03 16:47:52 sus 1.21.24.1: #i36909# renamed excelml folder to spreadsheetml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9a950d94589493b2bca9342e42e950cfef933c6f]

        INTEGRATION: CWS wordmlfilter02 (1.7.72); FILE MERGED 2005/03/03 08:57:57 windly 1.7.72.1: #i43230# using xalan extension to import/export ole object to wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c444b981bdefffb7ce1f7a93abc1cce1c8fcbe47]

        INTEGRATION: CWS wordmlfilter02 (1.8.30); FILE MERGED 2005/03/03 08:57:58 windly 1.8.30.1: #i43230# using xalan extension to import/export ole object to wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [97ee2c21f77bfe390d8f99b918ab9f09e7f7fd43]

        INTEGRATION: CWS wordmlfilter02 (1.1.2); FILE ADDED 2005/03/03 08:57:57 windly 1.1.2.1: #i43230# using xalan extension to import/export ole object to wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [75dc9e0ff3e6e9339b71842dd20eefcc6089b997]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:18 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cf9f90016a1273011f8ec7acbd2f89a788dae17c]

        INTEGRATION: CWS wordmlfilter02 (1.3.4); FILE MERGED 2005/03/14 02:56:18 windly 1.3.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [474f6d297feaac3f2c6b413d0949ea39535f3f33]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:17 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c8e1505fdb8807134488bc82e8096a8c0859b9af]

        INTEGRATION: CWS wordmlfilter02 (1.4.4); FILE MERGED 2005/03/14 02:56:17 windly 1.4.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [150eea29d678fdb7496ad8ba43902e9b5139b491]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:16 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [61205d03ae0b60d5a1064e1e7dda61c989be50cc]

        INTEGRATION: CWS wordmlfilter02 (1.4.4); FILE MERGED 2005/03/14 02:56:16 windly 1.4.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c4f2682bbe7eaa41abb9ba3e239dd9442b5d0046]

        INTEGRATION: CWS wordmlfilter02 (1.7.4); FILE MERGED 2005/03/14 02:56:16 windly 1.7.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ed7fbb7c5a724f8c989ceeb402394b24df7c6706]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:15 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [293de0297edb5562654d607835eb01a99e35876a]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:14 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d1ed452d0e8c848ebe5796cd2b2339b631ce9c3a]

        INTEGRATION: CWS sdkbugfix02 (1.14.8); FILE MERGED 2005/03/18 14:09:02 jsc 1.14.8.3: #i45407# new graphics 2005/03/17 09:35:09 jsc 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2005/03/08 12:53:45 jl 1.14.8.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9101284d7a8482cebe34750b2cfbe3b278e8d3ae]

        INTEGRATION: CWS sdkbugfix02 (1.3.38); FILE MERGED 2005/03/02 13:37:12 jsc 1.3.38.1: #i42952# change linker to use a macro

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d130a837d09cf6165cf80424c2fe9bb5f5286214]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:13 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [107448d807de0c05e8bd9d9d5f27b401489bf74c]

        INTEGRATION: CWS sdkbugfix02 (1.11.8); FILE MERGED 2005/03/17 09:35:01 jsc 1.11.8.4: RESYNC: (1.12-1.13); FILE MERGED 2005/03/09 16:23:29 jsc 1.11.8.3: RESYNC: (1.11-1.12); FILE MERGED 2005/03/08 12:53:09 jl 1.11.8.2: #43561# renamed directory C# to CSharp. The uname from the System Tools for Unix on Windows shows Windows as OS, which was not taken into account yet. 2005/03/02 13:16:13 jsc 1.11.8.1: #i41147# change platform to freebsd

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5a6fd30d6d2fb5837e61d56032a0358585b141d5]

        INTEGRATION: CWS sdkbugfix02 (1.10.10); FILE MERGED 2005/03/18 15:00:07 jsc 1.10.10.1: #i45407# new styles for cpp reference

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [72e5dd83216ec22bdd15bac5bcf06b4552b59616]

        INTEGRATION: CWS sdkbugfix02 (1.71.6); FILE MERGED 2005/03/24 15:37:30 jsc 1.71.6.3: #i45407# remove skeltonmaker 2005/03/18 15:10:01 jsc 1.71.6.2: #i45407# new inofficial uno-skeletonmaker helper tool 2005/03/18 14:09:02 jsc 1.71.6.1: #i45407# new graphics

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b3f56aef765225ed625b10228c00be1728110daf]

        INTEGRATION: CWS wordmlfilter02 (1.4.4); FILE MERGED 2005/03/14 02:56:13 windly 1.4.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c822fa859607f0d483f1e38f12eb0b3ba4f760fc]

        INTEGRATION: CWS sdkbugfix02 (1.18.10); FILE MERGED 2005/03/03 15:42:10 jsc 1.18.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e02ec759c2033315ca22641fe2f8a91a4fe9b72d]

        INTEGRATION: CWS wordmlfilter02 (1.6.4); FILE MERGED 2005/03/14 02:56:12 windly 1.6.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a6b6255a0517c25eed2703a28a97c3f67c9d9c9e]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:10 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [abf61c4908a08495f7a5bc2d9a1a4b38a72148fc]

        INTEGRATION: CWS wordmlfilter02 (1.7.4); FILE MERGED 2005/03/14 02:56:12 windly 1.7.4.1: #i29594# support import wordart from wordml \n#i43230# support OLE Objects in wordml\n#i29573# #i32024# support import export pagebackground in wordml\n#i43053# support import pageground images in wordml

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [263dbc6726716e52cb8e848b75c6a478010017be]

        INTEGRATION: CWS sdkbugfix02 (1.3.46); FILE MERGED 2005/03/03 15:42:10 jsc 1.3.46.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [59de97f6b9a2d5c2b5594761f4cfc7bee4968bd4]

        INTEGRATION: CWS sdkbugfix02 (1.7.10); FILE MERGED 2005/03/03 15:42:09 jsc 1.7.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ebaf76b6978d5abdec205d42d1ca25d077bd1ab4]

        INTEGRATION: CWS sdkbugfix02 (1.13.10); FILE MERGED 2005/03/03 15:42:09 jsc 1.13.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1c49ef6e72647ff58fbb0bb6216fd8b139eca508]

        INTEGRATION: CWS sdkbugfix02 (1.9.78); FILE MERGED 2005/03/01 14:10:17 jsc 1.9.78.1: #i42939# insert new bootstrap feature and adapt docu

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ce1b389ea435152a57f9365e7b980190815b0978]

        INTEGRATION: CWS sdkbugfix02 (1.14.46); FILE MERGED 2005/03/03 15:42:08 jsc 1.14.46.2: #41142# replace make with internal MAKE variable 2005/03/01 14:10:17 jsc 1.14.46.1: #i42939# insert new bootstrap feature and adapt docu

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [45454049efe85ed5101f8bd22c6a78a3ebc42a87]

        INTEGRATION: CWS sdkbugfix02 (1.14.10); FILE MERGED 2005/03/03 15:42:08 jsc 1.14.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7303584591fc6af65a590fe2e63b88e3190836db]

        INTEGRATION: CWS sdkbugfix02 (1.18.10); FILE MERGED 2005/03/03 15:42:08 jsc 1.18.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c5e5c80ed8b356d7430f61fa13ba35698314c33b]

        INTEGRATION: CWS sdkbugfix02 (1.3.46); FILE MERGED 2005/03/03 15:42:07 jsc 1.3.46.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [16fb270e83dc50835f62731ce740434350a7d5a2]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:07 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9a517b5295cb70adebb7b3d51207077212d40c8b]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:06 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9edfff71555d3b96f999cd4542ebcceb72d67ea7]

        INTEGRATION: CWS sdkbugfix02 (1.9.10); FILE MERGED 2005/03/03 15:42:06 jsc 1.9.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [e2be250713a0c58a31129fdd87d39cd90b007348]

        INTEGRATION: CWS sdkbugfix02 (1.8.10); FILE MERGED 2005/03/03 15:42:05 jsc 1.8.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8277f6fb8273d9423ea109eb91953c7a4d2fffc7]

        INTEGRATION: CWS sdkbugfix02 (1.16.10); FILE MERGED 2005/03/03 15:42:05 jsc 1.16.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0256001a11c6b6e582b03bd07007a727b23237d8]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:04 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [827d017e505774dc71ed8adc277708e683c13c83]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:42:04 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a2d9a4b34d491c21976d54a9c0bfcbcb81f76c49]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:03 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [93fe92cb59db5858cac45a67e317fc45a9d94f47]

        INTEGRATION: CWS sdkbugfix02 (1.2.10); FILE MERGED 2005/03/03 15:42:03 jsc 1.2.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [29f0a4ea14bba349b6efc58eee94d3815f804f82]

        INTEGRATION: CWS sdkbugfix02 (1.2.10); FILE MERGED 2005/03/03 15:42:02 jsc 1.2.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a607ac0ad265af7184ab36eb6fe0f325a1070835]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:01 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [55dfd22d6591fa28636f36fe0a1e1effdb1f05eb]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:42:00 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3eba1cddd1d97f5c23e9a78dc7601cf82ea0f245]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:42:00 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [77bd43b3f5ad2f73b5ba381273e2c1bca21dfffc]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:59 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [80ded87b734d35af2c7a9130549f66c5744537ca]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:41:58 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4d15915ee5d5ae56913058ed416be8dd0181e16b]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:57 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [cddde8f8c72e8236295e8952ed997bdfd9a13600]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:56 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [55fcf0877c756005489259abba366516680378b7]

        INTEGRATION: CWS sdkbugfix02 (1.3.10); FILE MERGED 2005/03/03 15:41:55 jsc 1.3.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [8c79ec55a09db2cb4d70dc705aeba1db020d5b7d]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:55 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ac80ee6b3d4c7f16e869c12c0758e1e0924d2dcd]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [7c910adf725ef536ae5862bc87f0a2b25f71d4ab]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:53 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3de7358f15e8dbcb067aaeae2288a8ea0a00dea6]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:41:52 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [50bf40fbe1c2fcf7222caea29609dda298964000]

        INTEGRATION: CWS jimmac01 (1.1.2); FILE ADDED 2005/03/07 12:27:46 mmeeks 1.1.2.3: Issue number: i#22148# Submitted by: mmeeks
        
        Clobber i18n with stock icons to avoid falling back to a very different look.
        2005/03/01 22:32:17 mmeeks 1.1.2.2: Issue number: #i42426#
        Submitted by: mmeeks
        
        A couple more & updated missing list.
        2005/02/10 15:11:13 mmeeks 1.1.2.1: Issue number: #i42426#
        Submitted by: mmeeks
        Add list of things to do,
        Fix showtwopages size.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b9b5d4800a5d01959d35518e3c0569f38557de11]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:41:51 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6b51c85c97d81f1b53ec7dba860b8d7174718937]

        INTEGRATION: CWS sdkbugfix02 (1.2.10); FILE MERGED 2005/03/03 15:41:51 jsc 1.2.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [00a9282efac2e84ab48a55a3d5bb2a1a53cb7780]

        INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED 2005/03/03 15:41:50 jsc 1.6.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [388b1a13c58fbe891a70ee451b22af5ec205cf17]

        INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED 2005/03/03 15:41:50 jsc 1.5.10.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5d5774238f68ac2a7abc70f5a69b397764c25db0]

        INTEGRATION: CWS sdkbugfix02 (1.3.26); FILE MERGED 2005/03/03 15:41:50 jsc 1.3.26.1: #41142# replace make with internal MAKE variable

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9a06c7c159a7db35407c7cf3704b8ef763f0a755]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/08 14:25:05 jl 1.1.2.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [326dc5744e211977bb16653c11695d41cbc5f80e]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/08 14:24:49 jl 1.1.2.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b6d806ec53a10e3b92922d7f12738da7811d6879]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/08 14:24:33 jl 1.1.2.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [99c1a3fc3b42448e8d1e1dad2c72eb22037926de]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/08 14:24:07 jl 1.1.2.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [afda355c5128c1dced3392f92d0ab3a020c6bdec]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/08 14:23:32 jl 1.1.2.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f0944a104504f7506f76957c8d2859576a476674]

        INTEGRATION: CWS sdkbugfix02 (1.2.30); FILE MERGED 2005/03/08 12:48:09 jl 1.2.30.1: #43561# renamed directory C# to CSharp

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b7dd48e3bf8fcc374e3b73fef395715058d51762]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/18 14:10:08 jsc 1.1.2.1: #i45407# new

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [40108d089d48cddfefa1ed50493cf55faef12308]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/18 14:09:58 jsc 1.1.2.1: #i45407# new

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [788096bedff7276ce0406d771a39b7d422d9bbaa]

        INTEGRATION: CWS sdkbugfix02 (1.1.2); FILE ADDED 2005/03/18 14:57:52 jsc 1.1.2.1: #i45407# new

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [bdff82fd81314b6b1fdc413aef8b1e73000059d0]

        INTEGRATION: CWS sdkbugfix02 (1.3.10); FILE MERGED 2005/03/17 16:17:04 jsc 1.3.10.1: #120063# insert text-decoration none for links

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9b1f931b53b3e6daf7c0e34ec82c3386aee863fa]

        INTEGRATION: CWS sdkbugfix02 (1.3.2); FILE MERGED 2005/03/18 09:29:48 jsc 1.3.2.4: #i39684# adapt path to config.guess to work from everywhere, not only in sdk root dir 2005/03/17 13:57:41 jsc 1.3.2.3: #i41147# adapt platform check 2005/03/17 09:34:41 jsc 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/16 16:07:19 jsc 1.3.2.1: #120223# insert some checks if cpp compiler is not set

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f26f1ff656e815b41a1f18c621f0548ebe9ae625]

        INTEGRATION: CWS sdkbugfix02 (1.3.2); FILE MERGED 2005/03/18 09:29:48 jsc 1.3.2.4: #i39684# adapt path to config.guess to work from everywhere, not only in sdk root dir 2005/03/17 13:57:40 jsc 1.3.2.3: #i41147# adapt platform check 2005/03/17 09:34:31 jsc 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/16 16:07:20 jsc 1.3.2.1: #120223# insert some checks if cpp compiler is not set

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f52a5a617594cef5424e124a9fc4ce4985e28397]

        INTEGRATION: CWS sdkbugfix02 (1.9.8); FILE MERGED 2005/03/24 16:44:25 jsc 1.9.8.6: #i39684# workaround cd- 2005/03/23 10:35:37 jsc 1.9.8.5: #i39684# adapt sdk directory search 2005/03/21 12:19:47 jsc 1.9.8.4: i39684# adapt path to sdk 2005/03/18 09:29:48 jsc 1.9.8.3: #i39684# adapt path to config.guess to work from everywhere, not only in sdk root dir 2005/03/17 09:29:24 jsc 1.9.8.2: RESYNC: (1.9-1.10); FILE MERGED 2005/03/03 15:43:50 jsc 1.9.8.1: #41142# special handling of make (gmake) under FreeBSD

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [49fad317a6885cc685c94b55f500553dc666c966]

        INTEGRATION: CWS sdkbugfix02 (1.3.10); FILE MERGED 2005/03/03 15:44:15 jsc 1.3.10.1: #41142# special handling of make if mingw32 is used

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [bffc1598002733dd993fe266a66766ee883df330]

        INTEGRATION: CWS qadev22 (1.6.6); FILE MERGED 2005/03/17 13:01:24 cn 1.6.6.1: #i45289# change fireEvent() method: inster a new Layer insted of a new DrawPage

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a022bdf678d2cd516c3c5d0fe46807213f163690]

        INTEGRATION: CWS qadev22 (1.4.110); FILE MERGED 2005/03/10 16:21:40 sw 1.4.110.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f265ee1f1dd2462d2502c8f2eb65d8b083a05840]

        INTEGRATION: CWS qadev22 (1.2.146); FILE MERGED 2005/03/11 11:17:02 sw 1.2.146.1: #i43684#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5f4cb07d8135b2818f7a13524c5d10ed5ef6c6ac]

        INTEGRATION: CWS qadev22 (1.2.146); FILE MERGED 2005/03/10 16:21:20 sw 1.2.146.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [28fcc5ae1a5c9915a5447a713ef8ab0db594753e]

        INTEGRATION: CWS qadev22 (1.7.18); FILE MERGED 2005/03/22 16:35:37 sw 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/16 16:28:13 cn 1.7.18.1: #i54205# changing in fileURL handling: remove '/' in '/bookmarks.oot'

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b5461d704cb9913456d53ce3fe5f14ef6427bd0a]

        INTEGRATION: CWS qadev22 (1.7.6); FILE MERGED 2005/03/18 15:04:24 cn 1.7.6.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [485bf3738ee4673a159818d4c72e8a18ac13cce9]

        INTEGRATION: CWS qadev22 (1.6.110); FILE MERGED 2005/03/10 14:52:38 cn 1.6.110.1: #i44722# casting Object to Integer while copmare Integer with Integer (Java5 fix)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0b19477b98c8439d2de567ba4db04688e52495d5]

        INTEGRATION: CWS qadev22 (1.7.2); FILE MERGED 2005/03/18 11:34:19 cn 1.7.2.1: #i45386# use XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ae62d3eb673c5efcbb94eb315ba3d016ac269ddd]

        INTEGRATION: CWS qadev22 (1.4.32); FILE MERGED 2005/03/18 15:04:24 cn 1.4.32.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1fddacacc827c62eacc15eb1e6db0c5b92fba9f4]

        INTEGRATION: CWS qadev22 (1.4.32); FILE MERGED 2005/03/18 15:04:23 cn 1.4.32.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4a6a422eb2892c9c751ca8dbd1d5097e2d23a3e9]

        INTEGRATION: CWS qadev22 (1.7.6); FILE MERGED 2005/03/18 15:04:22 cn 1.7.6.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5035dbca0cf41a17b5d6fd156c474862b020cd37]

        INTEGRATION: CWS qadev22 (1.3.110); FILE MERGED 2005/03/18 15:04:21 cn 1.3.110.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2e5d7177b59acfee02741617ed542c2c1d08aff8]

        INTEGRATION: CWS qadev22 (1.7.6); FILE MERGED 2005/03/18 15:04:20 cn 1.7.6.1: #i45386# get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [66d80e4d46b55f8d25610aaec21ed784778ecc25]

        INTEGRATION: CWS qadev22 (1.3.100); FILE MERGED 2005/03/10 16:20:51 sw 1.3.100.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5399ee1bd293572682dadc4c7410ccfef5c0767b]

        INTEGRATION: CWS qadev22 (1.2.110); FILE MERGED 2005/03/10 16:20:33 sw 1.2.110.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9e022ae9042108d723ab400a1d0e16c8c06c85f6]

        INTEGRATION: CWS qadev22 (1.3.110); FILE MERGED 2005/03/18 13:04:35 cn 1.3.110.1: #i45397# log the URL to store

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4aa128b12d863e7efbaeab52c10f5d097068696d]

        INTEGRATION: CWS qadev22 (1.3.48); FILE MERGED 2005/03/16 16:00:34 cn 1.3.48.1: #i45201# method getPropsToTest() checks for VOID properties

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c3c6e2e06358a622f3da5400c53edf653e6b3e60]

        INTEGRATION: CWS qadev22 (1.1.2); FILE ADDED 2005/03/11 10:14:30 sw 1.1.2.1: #i43684#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c17f11df54aa041ab95a5036591172caa04fd2f6]

        INTEGRATION: CWS qadev22 (1.1.2); FILE ADDED 2005/03/11 10:13:56 sw 1.1.2.1: #i43684#

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ba5b2aefe17b744011aa98c345e46cf4f3ddc442]

        INTEGRATION: CWS qadev22 (1.10.2); FILE MERGED 2005/03/17 13:18:43 sg 1.10.2.3: #i44053#CHG: fixed typo in getOfficeUserPath method 2005/03/17 13:14:04 sg 1.10.2.2: #i44053#CHG: removed java 131 incompatibilities 2005/03/17 13:11:43 sg 1.10.2.1: #i44053#CHG: removed java 131 incompatibilities

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [74c13162fdf4369e9e46e0876f2b2c1d1dceec8a]

        INTEGRATION: CWS qadev22 (1.2.32); FILE MERGED 2005/03/17 13:12:01 sg 1.2.32.1: #i44053#CHG: removed java 131 incompatibilities

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [50f06d8428d2004b91211076c6ac856a354781e0]

        INTEGRATION: CWS qadev22 (1.4.8); FILE MERGED 2005/03/17 13:11:17 sg 1.4.8.1: #i44053#CHG: removed java 131 incompatibilities

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0f15045de74ec60afcee1c0a13aa904129f86511]

        INTEGRATION: CWS qadev22 (1.5.2); FILE MERGED 2005/03/18 14:47:31 cn 1.5.2.1: #i45386# reRegisterDB(): get XStorable from XDocumentDataSource

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b2a737a543411bf219664f4da411f1c09dbe0813]

        INTEGRATION: CWS qadev22 (1.7.8); FILE MERGED 2005/03/17 13:10:33 sg 1.7.8.1: #i44053#CHG: removed java 131 incompatibilities

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [fb3276f5861ac8242e69d6e2173cb25a662fc59b]

        INTEGRATION: CWS ab14fixes (1.14.18); FILE MERGED 2005/03/16 15:25:55 ab 1.14.18.2: RESYNC: (1.14-1.15); FILE MERGED 2005/02/22 10:04:57 ab 1.14.18.1: #115829# Removed usage of TypeHolderObject

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [51c373343017b772ad8e9aad6e10ab027aca77b6]

        INTEGRATION: CWS qadev22 (1.4.2); FILE MERGED 2005/03/09 12:27:57 lla 1.4.2.1: #i44581# problems in gfxcompare fixed.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [5334f30ff0a7f9430feea9d39941d89804da8b78]

        INTEGRATION: CWS ab14fixes (1.7.84); FILE MERGED 2005/03/17 15:26:49 ab 1.7.84.7: #120061# Fixed SbiRuntime::implIsClass() because of cws internal regression 2005/03/16 15:25:48 ab 1.7.84.6: RESYNC: (1.7-1.8); FILE MERGED 2005/03/10 16:35:08 ab 1.7.84.5: #120195# Initialize event handling -> implCheckClass() 2005/03/09 13:12:13 ab 1.7.84.4: #120195# Trigger Initialize event in StepTESTCLASS 2005/03/04 14:24:39 ab 1.7.84.3: #120061# StepTESTCLASS 2005/02/22 09:49:31 ab 1.7.84.2: #115829# SbiRuntime::ImplIsClass()/StepSETCLASS() 2005/01/27 16:06:09 ab 1.7.84.1: #119213# SbiRuntime::StepCLASS(): Allow variant type

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a8b087a6be3bbe3f3f78d2c2d7582376dbab4b83]

        INTEGRATION: CWS qadev22 (1.3.100); FILE MERGED 2005/03/10 16:22:03 sw 1.3.100.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [694102709eea3d30130119a72427133c615102a2]

        INTEGRATION: CWS ab14fixes (1.17.22); FILE MERGED 2005/03/16 15:25:05 ab 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2005/02/22 09:27:40 ab 1.17.22.1: #115829# Removed usage of TypeHolderObject, StepSET -> StepSET_Impl

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [230dea5ba6b892703eaed1d8fb8c88018e8842c6]

        INTEGRATION: CWS qadev22 (1.10.8); FILE MERGED 2005/03/10 16:22:02 sw 1.10.8.1: i44711

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [2822f239d300bc777dcd5f2afe21524144cb24eb]

        INTEGRATION: CWS ab14fixes (1.19.18); FILE MERGED 2005/03/16 15:25:31 ab 1.19.18.3: RESYNC: (1.19-1.20); FILE MERGED 2005/03/04 14:24:39 ab 1.19.18.2: #120061# StepTESTCLASS 2005/02/22 09:19:53 ab 1.19.18.1: #115829# StepCLASS -> StepSETCLASS

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b7f2dd041467355f6e19d263f5605b8f4e1f3761]

        INTEGRATION: CWS ab14fixes (1.59.18); FILE MERGED 2005/02/22 09:13:34 ab 1.59.18.1: #115829# Removed usage of TypeHolderObject

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1cdbf0f56e6800440e93df781c32f4a19c2e012b]

        INTEGRATION: CWS ab14fixes (1.5.18); FILE MERGED 2005/03/16 15:24:14 ab 1.5.18.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/04 12:28:17 ab 1.5.18.2: #120061# New token TYPEOF 2005/02/21 16:35:32 ab 1.5.18.1: #115829# New token IMPLEMENTS

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d0b294f21bc7e78c146dd5f2454d6b0e464a5538]

        INTEGRATION: CWS ab14fixes (1.7.22); FILE MERGED 2005/02/21 16:34:53 ab 1.7.22.1: #115829# struct SbClassData

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4b7c25e4701be08aea7294d16c70b072e636eef1]

        INTEGRATION: CWS ab14fixes (1.19.18); FILE MERGED 2005/03/16 15:24:38 ab 1.19.18.4: RESYNC: (1.19-1.20); FILE MERGED 2005/03/04 12:04:17 ab 1.19.18.3: #120061# New step StepTESTCLASS 2005/02/22 10:09:17 ab 1.19.18.2: #115829# Removed TypeHolderObject 2005/02/21 16:31:36 ab 1.19.18.1: #115829# StepCLASS -> StepSETCLASS due to new semantics

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4c3fbfe326a2d714eecf8015305aebd7733fb115]

        INTEGRATION: CWS ab14fixes (1.4.18); FILE MERGED 2005/03/16 16:49:34 ab 1.4.18.3: #120195# Solved Linux only compile problem 2005/03/04 12:17:01 ab 1.4.18.2: #120061# class Parser: friend SbiExpression to make TypeDecl() usable 2005/02/21 16:29:54 ab 1.4.18.1: #115829# SbiParser: New member aIfaceVector

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a30d0b2894ef2741a2588f9be1f140ca3fca725d]

        INTEGRATION: CWS ab14fixes (1.5.22); FILE MERGED 2005/03/16 15:24:31 ab 1.5.22.3: RESYNC: (1.5-1.6); FILE MERGED 2005/03/04 11:59:02 ab 1.5.22.2: #120061# New opcode _TESTCLASS 2005/02/21 16:27:51 ab 1.5.22.1: #115829# Opcode _CLASS -> opcode _SETCLASS due to new semantics

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0229f78e10898f231b2e8c791688a241901dcf3a]

        INTEGRATION: CWS ab14fixes (1.4.208); FILE MERGED 2005/03/04 12:41:50 ab 1.4.208.1: #120061# New SbiNodeType SbxTYPEOF and corresponding methods

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0037f410aff49ff898af284318414cdb2f0a8081]

        INTEGRATION: CWS ab14fixes (1.8.14); FILE MERGED 2005/03/16 15:24:07 ab 1.8.14.3: RESYNC: (1.8-1.9); FILE MERGED Solved conflict 2005/03/04 13:50:24 ab 1.8.14.2: #120061# New token TYPEOF 2005/02/21 16:36:09 ab 1.8.14.1: #115829# New token IMPLEMENTS

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [de38d3ed2732c0f4344de35fe3a15b14e8746156]

        INTEGRATION: CWS ab14fixes (1.8.18); FILE MERGED 2005/02/24 09:37:21 ab 1.8.18.2: #i42467# Changed creation of vbNullChar to keep 0 char in String 2005/02/21 16:40:00 ab 1.8.18.1: #115829# SbiParser::Implements(), _CLASS -> _SETCLASS

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [093fc96ccf1622dc9fd12cfae5db94e9e6ea0067]

        INTEGRATION: CWS calc31 (1.4.238); FILE MERGED 2005/03/21 17:47:02 dr 1.4.238.1: #i44772# headers and footers disappear after Excel import

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [83489f10d8b9ce0d9b8dc093c61f3c7b72c6b251]

        INTEGRATION: CWS ab14fixes (1.4.2); FILE MERGED 2005/03/16 15:23:41 ab 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/04 13:56:36 ab 1.4.2.1: #120061# SbiExpression::Unary(): Parse TypeOf...Is as unary operator

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [645ca59e1c3b933dc7f1a88cfefcb69acf0b3ed5]

        INTEGRATION: CWS calc31 (1.2.34); FILE MERGED 2005/03/22 10:49:32 dr 1.2.34.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [70376ec8f91be63f75ff23d119a3c8b77a7d4f93]

        INTEGRATION: CWS swtableredline (1.13.26); FILE MERGED 2005/03/11 17:14:04 dvo 1.13.26.1: #i17764# preserve redlines on table merge (plus undo,redo)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [a6eb69dcd8211ca115ec9de35a4c59ed0be87793]

        INTEGRATION: CWS ab14fixes (1.7.4); FILE MERGED 2005/03/04 13:45:08 ab 1.7.4.1: #120061# SbiExprNode ctor for typeof

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [c1547990edd10d966634f48bd8d1eb7f8966b4e4]

        INTEGRATION: CWS calc31 (1.16.34); FILE MERGED 2005/03/22 10:49:32 dr 1.16.34.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [1f6e6742199d02cdac56d57e4d391a445ecc7411]

        INTEGRATION: CWS ab14fixes (1.8.22); FILE MERGED 2005/03/04 13:33:04 ab 1.8.22.1: #120061# SbiExprNode::Gen(): typeof support

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [b77fa04a593e03370863678032154d3a9515833a]

        INTEGRATION: CWS swtableredline (1.3.802); FILE MERGED 2005/03/14 19:25:05 dvo 1.3.802.2: #i17764# do not delete redlines before cell merge 2005/03/11 17:14:03 dvo 1.3.802.1: #i17764# preserve redlines on table merge (plus undo,redo)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3d8617c4832992413a775f2b9cddf94d45e407c0]

        INTEGRATION: CWS calc31 (1.9.82); FILE MERGED 2005/03/22 10:49:31 dr 1.9.82.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [05fbcee6d44f15eac5ea9ed2ce1205aa7f560150]

        INTEGRATION: CWS ab14fixes (1.5.18); FILE MERGED 2005/03/16 15:23:33 ab 1.5.18.2: RESYNC: (1.5-1.6); FILE MERGED Solved conflict 2005/02/21 16:45:14 ab 1.5.18.1: #115829# SbiCodeGen::Save(): Creating Iface mapping methods

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [9f0a8e0bcff6249c7398490b6ad70685fd16df3d]

        INTEGRATION: CWS swtableredline (1.31.154); FILE MERGED 2005/03/11 17:14:02 dvo 1.31.154.1: #i17764# preserve redlines on table merge (plus undo,redo)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ca1086b186546091c76873501fde2c01352b4788]

        INTEGRATION: CWS calc31 (1.21.32); FILE MERGED 2005/03/22 10:49:14 dr 1.21.32.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [6ba0c9ac33ee9a838ec8093aef87c2a05b59df9d]

        INTEGRATION: CWS ab14fixes (1.20.18); FILE MERGED 2005/03/04 13:23:44 ab 1.20.18.3: #120061# typeof as new reserved word 2005/02/21 16:22:55 ab 1.20.18.2: #115829# Clear class data before compiling the module 2005/02/15 09:01:33 ab 1.20.18.1: #115829# Handle SbIfaceMapperMethod

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ea45fec165d88fa1868f485f62b086a4c1b3c404]

        INTEGRATION: CWS swtableredline (1.24.26); FILE MERGED 2005/03/04 18:43:14 dvo 1.24.26.2: RESYNC: (1.24-1.26); FILE MERGED 2004/11/24 19:01:34 dvo 1.24.26.1: #i17764# do not remove table redlines when making changes to table structures (fix moved from CWS OS42)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [139070362c9a5f616b439604ec13cd357de5317b]

        INTEGRATION: CWS calc31 (1.16.32); FILE MERGED 2005/03/22 10:49:14 dr 1.16.32.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [032d1ab5e4a70fc27897edfd3048c0697ef3aff5]

        INTEGRATION: CWS ab14fixes (1.20.2); FILE MERGED 2005/03/16 15:23:15 ab 1.20.2.4: RESYNC: (1.20-1.21); FILE MERGED 2005/03/09 13:40:04 ab 1.20.2.3: #120195# SbClassModuleObject: Support Initialize/Terminate event 2005/02/21 16:16:42 ab 1.20.2.2: #115829# SbClassModuleObject Ctor: Changed handling of SbIfaceMapperMethod instances 2005/02/14 16:53:03 ab 1.20.2.1: #115829# Handle SbIfaceMapperMethod

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3aa8353066db8741431bc43dfd07a06df69c83f7]

        INTEGRATION: CWS swtableredline (1.22.114); FILE MERGED 2005/03/14 19:25:05 dvo 1.22.114.2: #i17764# do not delete redlines before cell merge 2005/03/11 17:14:01 dvo 1.22.114.1: #i17764# preserve redlines on table merge (plus undo,redo)

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [f7122abb7eabf490c08ed887e8544d6ba0ebc256]

        INTEGRATION: CWS calc31 (1.6.34); FILE MERGED 2005/03/18 13:32:35 dr 1.6.34.1: #120156# repeated merged blank cells

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [039dbbcb9688971a85b1791f60a55693ff3ba261]

        INTEGRATION: CWS ab14fixes (1.11.18); FILE MERGED 2005/02/24 09:55:10 ab 1.11.18.1: #i42467# Changed SbiImage::GetString() to allow Strings containing a 0 char

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [03fe41e51ae8b50a8eec1c281d5d1d842980c7db]

        INTEGRATION: CWS calc31 (1.21.34); FILE MERGED 2005/03/22 10:49:14 dr 1.21.34.1: #110921# import/export of formatted hyperlinks

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [bdc40bd4f8356d4295b4322b144586498de1f4cf]

        INTEGRATION: CWS swtableredline (1.20.112); FILE MERGED 2005/03/11 17:25:29 dvo 1.20.112.2: #i10000# fix method declaration (to work on all platforms) 2005/03/11 17:12:32 dvo 1.20.112.1: #i17764# SwUndoMove must also work if   SwDOc::Move(..,..,DOV_MOVEREDLINES) was used

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [dadfc60873d4dce4e0c46e1d3405f8d45535cdcf]

        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>  [39877549178e9d082243e410ef40d2f47eb04de5]

        INTEGRATION: CWS ab14fixes (1.12.18); FILE MERGED 2005/03/16 15:23:07 ab 1.12.18.3: RESYNC: (1.12-1.13); FILE MERGED 2005/03/04 13:23:11 ab 1.12.18.2: #120061# TESTCLASS opcode 2005/02/15 09:19:35 ab 1.12.18.1: #115829# Adapt disassembler to interface related PCode changes

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [d3c9e9ad564f6a6462592238ad76be8227db697f]

        INTEGRATION: CWS calc31 (1.17.220); FILE MERGED 2005/03/22 14:11:47 dr 1.17.220.1: record 0x0033 PRINTSIZE

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [ac562c630d9ac64050085f0b5ddaa7c92f9a83f2]

        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>  [e2eb2ed5d399592479c2a761b3a8133e22b730a8]

        INTEGRATION: CWS calc31 (1.11.32); FILE MERGED 2005/03/18 13:58:06 nn 1.11.32.1: #i45388# SetOptimalHeight: correct handling of CR_MANUALSIZE flag

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [11910f610a98465dc70073cdde723ca5cc5ce562]

        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>  [67b092eb7990c8e87df6864f7860070b3b489949]

        INTEGRATION: CWS macosx04 (1.74.2); FILE MERGED 2005/03/20 00:04:35 pjanik 1.74.2.1: #i45505#: Provide correct name on all operating systems (esp. MacOS X).

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [4a04372138f4161197a48ded7668d0a1acd5f48e]

        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>  [548a39217c33509e86f57cffefd7cbeb8e04eec1]

        INTEGRATION: CWS macosx04 (1.91.4); FILE MERGED 2005/03/23 12:07:46 pjanik 1.91.4.1: #i45510#: different name schema for MacOS X.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [3578a02fa0a0f4efc688a7032f0ad96fb11b2398]

        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>  [1951b33b9a57b0c68641d278464619f9f7e21d1e]

        INTEGRATION: CWS macosx04 (1.2.8); FILE MERGED 2005/03/23 12:09:25 pjanik 1.2.8.1: #i44939#: test also .dylib libraries.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [55669598b0c02a08465889dd054c374051bad266]

        INTEGRATION: CWS macosx04 (1.2.6); FILE MERGED 2005/03/23 12:04:40 pjanik 1.2.6.1: #i45510#: copy all .dylib files to final destination.

2005-03-29  Rüdiger Timm  <rt@openoffice.org>  [0cb4db6bfa369541c7bf440786a2eff31d10490d]

        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>  [445e1451cdf70a959eeee78823bd653d4ab5792e]

        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>  [d0a46f7bea5cdcb9ff10ee999736a703ce143c02]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [4a2927b96137d59d1dcaa9387b8fd7726b5c1944]

        #100000# workaround for solaris compiler bug

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [b368f151b4c70040791bc30184aa1e438c71b93b]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [57edbb8a514d49cd38781c2deee10292521ecf89]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [e301018cebdea542263ac8abae8cb0297c338b6d]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [eca7f4d3bdf95270d8fe3a824f62a6fe27f43d49]

        #100000# ensure the same build sequence for global(-a etc) and local builds

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [111267c12b9a9b76fccfa190357c1316ccd78c36]

        #100000# do not use drafts anymore

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [4c133bd7c87ef7a38276d719db643accb2e16e94]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [e7cc79e29c65d6f9ecb714907262239f2f1bbfad]

        new version for SRC680

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [e1ffd69b7edae919f32059f8ff357886b9311062]

        #100000# typo correction

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [655b1a2099cf316ba1484a31ce115e148a031fa6]

        INTEGRATION: CWS extras18 (1.59.2); FILE MERGED 2005/03/03 17:25:41 va 1.59.2.1: #119959# File Conversion to OASIS format.

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [84574dce0fff8ce9b26770c716198d59fa11ea2c]

        INTEGRATION: CWS extras18 (1.3.56); FILE MERGED 2005/03/03 17:25:40 va 1.3.56.1: #119959# File Conversion to OASIS format.

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [98ca4bc9d3faddc3d309de885f101185960ff054]

        #100000# typo correction

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [6de2ebad42a6e8b4dc9c4abf236a33042f78aa5b]

        INTEGRATION: CWS extras18 (1.12.24); FILE MERGED 2005/02/16 08:23:11 tv 1.12.24.1: #i42006# language independent installation of all autocorr files

2005-03-24  Vladimir Glazounov  <vg@openoffice.org>  [b54b04926a27b6e855b9b12d36d999ad9347068e]

        INTEGRATION: CWS extras18 (1.1.2); FILE ADDED 2005/03/01 10:38:12 va 1.1.2.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f2d67be693a3c052a3d2b502e546f8b88d875d48]

        INTEGRATION: CWS extras18 (1.1.2); FILE ADDED 2005/03/01 10:21:20 va 1.1.2.1: #119959# File Conversion to OASIS format. Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d04def0b99f303f21c7ee515e3fcd9b261b3c74d]

        INTEGRATION: CWS extras18 (1.2.44); FILE MERGED 2005/02/23 12:10:01 ih 1.2.44.1: 119958 files converted to new oasis format

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [953b07dd76f016e3b25bb7df8dbcc7f8128ef61f]

        INTEGRATION: CWS extras18 (1.3.24); FILE MERGED 2005/02/24 12:25:04 va 1.3.24.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [812bdb3c453c9649dfc9880f8bb27587f2b5e993]

        INTEGRATION: CWS extras18 (1.3.24); FILE MERGED 2005/02/24 12:25:03 va 1.3.24.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2fe07b8f111dea1cc14bbe67f6b7ad01f939ed6e]

        INTEGRATION: CWS extras18 (1.2.64); FILE MERGED 2005/03/02 17:39:39 va 1.2.64.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [dccaf54ffb951edff7cd9c6993377ecf555f6d9b]

        INTEGRATION: CWS extras18 (1.3.24); FILE MERGED 2005/02/24 12:25:02 va 1.3.24.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2f712b2f108038c6904fa21c5a896761023a81c6]

        INTEGRATION: CWS extras18 (1.3.24); FILE MERGED 2005/02/24 12:25:01 va 1.3.24.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cff6cbd2dd8315bd5aba675f65c2e98d8276f372]

        INTEGRATION: CWS extras18 (1.2.64); FILE MERGED 2005/03/02 17:39:38 va 1.2.64.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [79f581d84c1f4308f76469a37290e7a2ed2d6c0f]

        INTEGRATION: CWS extras18 (1.2.64); FILE MERGED 2005/03/02 17:39:37 va 1.2.64.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1e9ac6b206435786268cc0c97403529f50c85099]

        INTEGRATION: CWS extras18 (1.3.24); FILE MERGED 2005/02/24 12:25:00 va 1.3.24.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [480ff28cef06dcdadf180ddd07402b446bd55d9f]

        INTEGRATION: CWS extras18 (1.2.64); FILE MERGED 2005/03/02 17:39:36 va 1.2.64.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [87e01988ec79584d87bea4e237dfca8c8bd1673d]

        INTEGRATION: CWS extras18 (1.3.38); FILE MERGED 2005/02/24 12:24:59 va 1.3.38.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0f0727b097cb5dcd36e26b1fd0e5b92174f82f05]

        INTEGRATION: CWS extras18 (1.2.64); FILE MERGED 2005/03/02 17:39:35 va 1.2.64.1: #119959# File Conversion to OASIS format.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [28b49ea1a5a0bfb408fd6ce2681fa622d8bd0e90]

        INTEGRATION: CWS extras18 (1.3.38); FILE MERGED 2005/02/24 12:24:58 va 1.3.38.1: #119957# Corrected macros in some Autotexts.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b07b8511831e85eeede844e2bf2d16f21d951537]

        INTEGRATION: CWS extras18 (1.4.8); FILE MERGED 2005/02/16 08:21:16 tv 1.4.8.1: #i42006# all lang versions get all autocorr files

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6efd763dfe70528c90f4304043321759e3014c37]

        INTEGRATION: CWS extras18 (1.12.256); FILE MERGED 2005/03/17 16:32:04 va 1.12.256.1: #i40799# A minor bugfix.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [141562f9b196e25868f039d8704671e37ba52959]

        INTEGRATION: CWS extras18 (1.3.258); FILE MERGED 2005/02/28 16:25:25 va 1.3.258.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [65fa62e86c06dbca166b4f46796605be42340d9b]

        INTEGRATION: CWS extras18 (1.5.256); FILE MERGED 2005/02/28 16:25:25 va 1.5.256.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e0a8108fdad8dd6e8fba5bf8dc622680cf64ca86]

        INTEGRATION: CWS extras18 (1.6.256); FILE MERGED 2005/02/28 16:25:25 va 1.6.256.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fa1bc010d2930a3879b9788f4c67816b0532d846]

        INTEGRATION: CWS extras18 (1.5.256); FILE MERGED 2005/02/28 16:25:24 va 1.5.256.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ce06ddd9a39f25d3a3fe656fe80bf11322fa7ce9]

        INTEGRATION: CWS extras18 (1.1.256); FILE MERGED 2005/02/28 16:25:24 va 1.1.256.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [34ecab8eff7626be0036b960164b96cabae9cc4b]

        INTEGRATION: CWS extras18 (1.2.194); FILE MERGED 2005/02/28 16:25:24 va 1.2.194.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f3936b5bc40e9cfdabcc10ece128d4c8f227b7c5]

        INTEGRATION: CWS extras18 (1.5.256); FILE MERGED 2005/02/28 16:25:23 va 1.5.256.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [58301465a252461f8a421d92580714718dda3920]

        INTEGRATION: CWS extras18 (1.4.86); FILE MERGED 2005/02/28 16:25:23 va 1.4.86.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5363bb03fd6a14faeae13278f8577d69c71004b3]

        INTEGRATION: CWS extras18 (1.4.86); FILE MERGED 2005/02/28 16:25:22 va 1.4.86.1: #i40799# Corrected Internet Update.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2be6c1df5864f3cceb6a4f197549fdfd31a0d15a]

        INTEGRATION: CWS extras18 (1.3.256); FILE MERGED 2005/02/28 16:25:22 va 1.3.256.1: #i40799# Corrected Internet Update.

2005-03-23  Rüdiger Timm  <rt@openoffice.org>  [5511d1cc0acab626c1c7ccf67d56be3387bdf125]

        #120509# Undefined TIMEBOMB to de-activate timebomb feature for SO

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0b7f9c33937dbfe06b59249637c31369872b1e3c]

        INTEGRATION: CWS fwkfinal2 (1.58.32); FILE MERGED 2005/03/17 16:37:10 mav 1.58.32.1: #i45184#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1b536d0179005e79dca8d3c351dbf772a74a36ff]

        INTEGRATION: CWS fwkfinal2 (1.6.10); FILE MERGED 2005/03/16 13:07:58 as 1.6.10.1: #i45079# restore window state before loading!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7568af4764decb375f43abdc35b0a553557eebf2]

        INTEGRATION: CWS fwkfinal2 (1.7.20); FILE MERGED 2005/03/21 12:22:05 mav 1.7.20.3: #i43729# dummy method implementations 2005/03/14 14:48:35 mav 1.7.20.2: #i40665# update the replacement image 2005/03/14 14:02:03 mav 1.7.20.1: #i40665# update the replacement image

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [33c0da8e8c61ee4e04a24fc4d4ff5d1a777e4ec5]

        INTEGRATION: CWS fwkfinal2 (1.28.94); FILE MERGED 2005/03/15 11:57:04 cd 1.28.94.1: #i42261# Support keyboard shortcuts in url box

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [84d80badd70fd3a1b3d12ef011f8ce4e04a6dda8]

        INTEGRATION: CWS fwkfinal2 (1.86.20); FILE MERGED 2005/03/14 14:50:21 mav 1.86.20.2: #i44977# the medium of untitled document should not dispose the storage 2005/03/14 11:48:12 mav 1.86.20.1: #i44977# the medium of untitled document should not dispose the storage

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b3a5a9be0d6ec99051a0f6451ecd4494c845c706]

        INTEGRATION: CWS fwkfinal2 (1.156.10); FILE MERGED 2005/03/18 15:30:41 mav 1.156.10.4: #i42870# no need to copy if the old medium has no storage 2005/03/17 16:37:10 mav 1.156.10.3: #i45184# 2005/03/17 13:19:42 mav 1.156.10.2: #i45184# send LoadFinished after registration in global broadcaster 2005/03/11 17:10:39 mav 1.156.10.1: #i42870# fallback for the case when the medium is going to dispose own storage

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [20e8efb0476741469fe0dcd362fd1a4fdc2124ce]

        INTEGRATION: CWS fwkfinal2 (1.161.30); FILE MERGED 2005/03/11 17:10:39 mav 1.161.30.1: #i42870# fallback for the case when the medium is going to dispose own storage

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [73f1a731b4f71a5160be4e5bd6efbfac530d8e44]

        INTEGRATION: CWS fwkfinal2 (1.13.276); FILE MERGED 2005/03/17 15:36:19 cd 1.13.276.1: #i43579# Store state of docked windows persistenly on resize

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a40094cabcc277bd629b10c69b6dfc0611ae30de]

        INTEGRATION: CWS fwkfinal2 (1.33.110); FILE MERGED 2005/03/17 15:36:18 cd 1.33.110.1: #i43579# Store state of docked windows persistenly on resize

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [295da253d47313574df43eba0bfd57d03a030a96]

        INTEGRATION: CWS fwkfinal2 (1.18.120); FILE MERGED 2005/03/17 15:35:32 cd 1.18.120.1: #i43579# Store state of docked windows persistenly on resize

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1195395898f704398bc63c4e1dd9ca20f5a75b16]

        INTEGRATION: CWS fwkfinal2 (1.55.22); FILE MERGED 2005/03/16 14:26:09 as 1.55.22.1: #i45079# dont close the application asynchronously by using a timer if last time a modal dialog was the reason to stop termination .... user can try it again

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [883ee9dc666114a2f097835fd4a1e1b82d0e6c3e]

        INTEGRATION: CWS fwkfinal2 (1.88.42); FILE MERGED 2005/03/16 10:57:08 as 1.88.42.1: #b5017761#, #i45026# dont make modal dialogs non modal, if they are not ready for that

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9c543eafc2cdcf3e08a98d67410fcf5d78ba1898]

        INTEGRATION: CWS fwkfinal2 (1.11.94); FILE MERGED 2005/03/15 11:56:47 cd 1.11.94.1: #i42261# Support keyboard shortcuts in url box

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [68957d883760a739af0ceaf687b3a823216d7c99]

        INTEGRATION: CWS fwkfinal2 (1.6.20); FILE MERGED 2005/03/14 15:04:03 abi 1.6.20.1: #i44810#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [14b8739d23cac1b204db3fe24609a057a758c0ae]

        INTEGRATION: CWS fwkfinal2 (1.1.2); FILE ADDED 2005/03/14 15:04:03 abi 1.1.2.1: #i44810#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8149b43e684d8dd1ec0391e4339c302316b9dfd7]

        INTEGRATION: CWS fwkfinal2 (1.7.2); FILE MERGED 2005/03/14 15:04:02 abi 1.7.2.1: #i44810#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fe9190e1d400347d749f3dd93806be720c64e55b]

        INTEGRATION: CWS fwkfinal2 (1.21.216); FILE MERGED 2005/03/16 07:48:57 mav 1.21.216.1: #i43660# changing of the chart should not switch document into modified state

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [27b3a04c7875a2087a86b20d46e48190ca6fed82]

        INTEGRATION: CWS fwkfinal2 (1.6.16); FILE MERGED 2005/03/14 13:46:57 cd 1.6.16.1: #i44997# Don't crash on a transient toolbar

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f0a72a58197d7df4cc7fba2c4434b407ad67ddd1]

        INTEGRATION: CWS fwkfinal2 (1.3.188); FILE MERGED 2005/03/14 13:46:56 cd 1.3.188.1: #i44997# Don't crash on a transient toolbar

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d0919f27975368a6087b722164db860734afc2ff]

        #100000# regenerated configure script

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [647895730ba0a7801fe491efe3401f0e9d79543d]

        INTEGRATION: CWS fwkfinal2 (1.2.234); FILE MERGED 2005/03/14 13:55:50 cd 1.2.234.1: #i44997# Don't crash if copy container an empty reference

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d249a35d6f0a3cfddb539e2a56ed325784bcaacf]

        INTEGRATION: CWS fwkfinal2 (1.3.188); FILE MERGED 2005/03/14 13:55:50 cd 1.3.188.1: #i44997# Don't crash if copy container an empty reference

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4543350e4057c151e839ec2df0e48d175ad117f9]

        INTEGRATION: CWS fwkfinal2 (1.13.10); FILE MERGED 2005/03/16 13:07:59 as 1.13.10.1: #i45079# restore window state before loading!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2e56eb16139716763b9e2cb383579e9af2990eee]

        INTEGRATION: CWS fwkfinal2 (1.8.16); FILE MERGED 2005/03/16 13:07:58 as 1.8.16.1: #i45079# restore window state before loading!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8c0c2f3e19a56b05797230e28fae9c5fb7746b07]

        INTEGRATION: CWS fwkfinal2 (1.3.384); FILE MERGED 2005/03/17 09:25:32 as 1.3.384.1: #i44877# use new vcl notification about changed window color to bring a veto against external changes

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [74412f4aa1ae259c0614945a5c9b4eddd0711245]

        INTEGRATION: CWS fwkfinal2 (1.6.52); FILE MERGED 2005/03/16 13:07:57 as 1.6.52.1: #i45079# restore window state before loading!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0df28a6ef4a3fd9c1484f50f057897a4ae271e46]

        INTEGRATION: CWS fwkfinal2 (1.4.44); FILE MERGED 2005/03/16 13:09:31 as 1.4.44.1: #i45079# detect filter everytimes .. so module dependend feature can use it to detect the possible used office application .-)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [61d338a093c97b7508c4e79866bacada72ba0077]

        INTEGRATION: CWS fwkfinal2 (1.8.44); FILE MERGED 2005/03/16 13:09:31 as 1.8.44.1: #i45079# detect filter everytimes .. so module dependend feature can use it to detect the possible used office application .-)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c6b530e1df58ee9d3a74b01f6d7d4a94971e96fe]

        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>  [24aef704b4c8a03b143476d7c2c332148bc8a136]

        INTEGRATION: CWS fwkfinal2 (1.46.60); FILE MERGED 2005/03/16 13:34:24 mav 1.46.60.1: #i45067# the nonresizable objects can not be scaled

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f54395c07495098537bd14a905b826901b2b407c]

        INTEGRATION: CWS fwkfinal2 (1.34.68); FILE MERGED 2005/03/16 08:20:59 as 1.34.68.1: #i45026#, #b5017761# modal dialogs MUST use any parent! ... or the y has to be reimplemented as non modal dialogs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [70eef4c20268e6e6ac97df620d0028af86747a61]

        INTEGRATION: CWS fwkfinal2 (1.41.106); FILE MERGED 2005/03/17 09:22:28 as 1.41.106.1: #120339# provide new property FileFormatName

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [afc24ae699bb62449f0fd9d402825e6eb7d1c9f8]

        INTEGRATION: CWS fwkfinal2 (1.16.32); FILE MERGED 2005/03/17 09:22:27 as 1.16.32.2: #120339# provide new property FileFormatName 2005/03/16 13:06:26 as 1.16.32.1: #i45079# define maximized state by default for calc, draw, impress

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f23ad6bc236e607aecb2b0f061fc8d032badc884]

        INTEGRATION: CWS rt06 (1.4.74); FILE MERGED 2005/03/23 11:35:45 rt 1.4.74.1: #i45845# Only write log file in case script has been started with '-v' option.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ac191f8871e7f0102e3ba9c05dff794084794fb1]

        INTEGRATION: CWS rt06 (1.7.74); FILE MERGED 2005/03/23 11:35:45 rt 1.7.74.1: #i45845# Only write log file in case script has been started with '-v' option.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e143cd92af3f42ebdf41c0390cab36779e3f0f44]

        INTEGRATION: CWS rt06 (1.2.364); FILE MERGED 2005/03/23 11:35:45 rt 1.2.364.1: #i45845# Only write log file in case script has been started with '-v' option.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f3a5e8d88338f5c5300dbcbc275c7222f52c0e16]

        INTEGRATION: CWS rt06 (1.2.364); FILE MERGED 2005/03/23 11:35:44 rt 1.2.364.1: #i45845# Only write log file in case script has been started with '-v' option.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [254ace85b39ff006532efbebbe5c7149e3e28de7]

        INTEGRATION: CWS rt06 (1.78.106); FILE MERGED 2005/03/23 14:08:05 rt 1.78.106.4: #109104# Make regular expression safer. 2005/03/22 16:23:10 rt 1.78.106.3: #i42755# Log actions in %_DEST%/inc%_EXT%/<module>/deliver.log 2005/03/22 15:57:41 rt 1.78.106.2: #109104# Archive::Zip cannot handle symbolic links as links. Therefore we use an other approach: use zip binary as before but pre / post process zip file using that perl module to strip milestone extension from stored path. 2005/03/21 08:43:52 rt 1.78.106.1: #109104# Replace 'zip' binary by Archive::Zip perl module in sub routine 'zip_files'

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d68bb3bd35747651d2f0dc8d5b5734434058c48a]

        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>  [bddbdd03f50bd10b4c9e6d4f5c344a6830116364]

        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>  [81d6e42c78930294292be07bd07463bdfa072009]

        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>  [ca6f90a7c4a739e7115402cf0b28a2077da1b729]

        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>  [9cdd749fb78a24189046e31cef34ced106fc8804]

        INTEGRATION: CWS gh10 (1.15.40); FILE MERGED 2005/03/22 16:03:29 gh 1.15.40.2: RESYNC: (1.15-1.16); FILE MERGED 2005/01/11 13:16:35 gh 1.15.40.1: #i38151#fix too long commandline by using xargs instead

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7bc75bcabbe43538091f9b0e614def76c6e26525]

        INTEGRATION: CWS gh10 (1.13.40); FILE MERGED 2005/03/22 16:03:20 gh 1.13.40.2: RESYNC: (1.13-1.16); FILE MERGED 2005/01/11 13:16:35 gh 1.13.40.1: #i38151#fix too long commandline by using xargs instead

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8f69d9937a27aec6976457683fcf80e63c72c5ab]

        INTEGRATION: CWS gh10 (1.7.40); FILE MERGED 2005/01/11 13:16:34 gh 1.7.40.1: #i38151#fix too long commandline by using xargs instead

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1a0237a7c818dfaf043dc340ff75495f19205471]

        INTEGRATION: CWS gh10 (1.12.40); FILE MERGED 2005/03/22 16:03:11 gh 1.12.40.2: RESYNC: (1.12-1.15); FILE MERGED 2005/01/11 13:16:34 gh 1.12.40.1: #i38151#fix too long commandline by using xargs instead

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7a6f8834356e949a095a8ddb45bfd0665e825773]

        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>  [c91a2dbf3d40d5248024dd21e2544b426512bbed]

        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>  [174a764a9a9005b19ab5ee778f3a736f7de5d9c5]

        SRC680

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6698449cd2e40f82b9edd640915a2d624dd4674c]

        INTEGRATION: CWS gh10 (1.12.22); FILE MERGED 2005/03/16 15:24:58 gh 1.12.22.1: #i44486#do not link obj files against shared library

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f091f9d1a1d8ece956fcb783f5939f853657c872]

        INTEGRATION: CWS gh10 (1.15.4); FILE MERGED 2005/03/23 15:16:37 gh 1.15.4.1: catch one more NULL pointer

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d6f24dd8b21a4cb44c58fc9ed303e26635743c2b]

        INTEGRATION: CWS gh10 (1.19.4); FILE MERGED 2005/03/22 11:24:06 gh 1.19.4.2: #i45662# use GetPreferredKeyInputWindow to find preferred inpuzwindow 2004/12/22 13:14:52 gh 1.19.4.1: #i38796# do not close ToolBars on ResetApplication

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [48bcca54be2577616af8cadf80adc87133ba737c]

        INTEGRATION: CWS gh10 (1.14.4); FILE MERGED 2005/03/16 15:24:58 gh 1.14.4.1: #i44486#do not link obj files against shared library

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2baeb822eaa2edd9545ba220cbdfa9122e54ef26]

        INTEGRATION: CWS gh10 (1.9.10); FILE MERGED 2004/12/22 13:19:22 gh 1.9.10.1: #i38967#filter osl assertions with DBG_ tooling assertionfilter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [acf8e8efca60fd2e113e13fbe28d62c401cfb6cf]

        INTEGRATION: CWS gh10 (1.2.26); FILE MERGED 2005/03/16 15:24:57 gh 1.2.26.1: #i44486#do not link obj files against shared library

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [04b7aeef9c21be447510dd6c6c502ee3448a37e0]

        INTEGRATION: CWS gh10 (1.3.4); FILE MERGED 2004/12/20 15:48:56 gh 1.3.4.1: last fix for new image locations

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7e2ce423a1d33f093e416e64da2c24b7ff706884]

        INTEGRATION: CWS gh10 (1.2.2); FILE MERGED 2005/01/03 15:44:42 gh 1.2.2.1: #i38151#match strings also when in state EXCLUDE_STATE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1fdcbf4e71f9f30acb4ca4639c558e75342ba2af]

        INTEGRATION: CWS gh10 (1.40.12); FILE MERGED 2004/12/22 10:35:43 gh 1.40.12.1: fixed encoding problem

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [51fbae9ea137bf10a00dadeb5bd809250eb48d4c]

        INTEGRATION: CWS gh10 (1.68.12); FILE MERGED 2004/12/21 08:32:35 gh 1.68.12.2: #i38909#some linguistic improvements 2004/12/20 16:38:50 gh 1.68.12.1: #i38909#one new en-US translation and some new de-DE translations

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [78b125557ebf6c24769c1ecab1b8fafed952960e]

        INTEGRATION: CWS gh10 (1.5.54); FILE MERGED 2005/03/15 12:51:18 gh 1.5.54.1: #97188# jump to source line from resultfile pressing enter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3ea0bcb17eaa8f9a8da546f48eff67d9020e19ba]

        INTEGRATION: CWS gh10 (1.18.2); FILE MERGED 2005/03/15 12:51:17 gh 1.18.2.1: #97188# jump to source line from resultfile pressing enter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a4dcd0d4aa358f97c1849fb92741fbe121af8473]

        INTEGRATION: CWS gh10 (1.8.2); FILE MERGED 2005/03/16 15:19:39 gh 1.8.2.1: #i44486#do not link obj files against shared library

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b1481ba68807ad703afda7b484c4510a2ce7b73b]

        INTEGRATION: CWS gh10 (1.57.12); FILE MERGED 2005/03/10 10:47:36 gh 1.57.12.4: extend copyright to 2005 2005/03/10 10:46:39 gh 1.57.12.3: #i34627#rename to VCLTestTool 2005/03/10 10:42:20 gh 1.57.12.2: #i34629# support Ctrl+W  #i34627#rename to VCLTestTool 2004/12/21 16:03:33 gh 1.57.12.1: #i37122#fixed copyright character for en-US

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7dd571abc9b4f2fce1234b77b8da7518194bce2c]

        INTEGRATION: CWS gh10 (1.58.28); FILE MERGED 2005/03/16 15:19:38 gh 1.58.28.2: #i44486#do not link obj files against shared library 2004/12/30 12:09:25 gh 1.58.28.1: #i36895# since osl assertions deadlock the process by design! when called recursively and calling a MessageBox without Configuration causes assertions I have to output OSL assertions to the console as before where they are invisible to Windows users.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a94a61d2c262d3fd588a0e630240dfc5096d4d5b]

        INTEGRATION: CWS extras19 (1.1.1.1.190); FILE MERGED 2005/03/17 17:54:28 va 1.1.1.1.190.1: Dummy change.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c2443254260d041aa4b20ab7c9fc9c11ca9f3e63]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:17:40 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c85d9ca61c8db5ed781ca6b9994635cc796b26db]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:17:39 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [38fbd78ba50ed01c1da4274822521c036ffe65fa]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:17:39 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e91365679c56ff72cca786f42f5813a3f47c21d0]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:17:38 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [61563b32e2f6bd05ceb05260d70274004cb4f24a]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:17:13 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [286ed1c4703725be6e720ec1ce1fb175bb495fc9]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:17:13 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f1a165d0b8192661d10f6334783692a16ada1da3]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:17:12 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [55eab1c9757b191ea9b1acadc6e400df0939a498]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:15:46 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4fc39229f8b2b0c2406bb84b516c091fcdc3e661]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:15:45 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a345e2a01fd04cae8ade2aa0d6bdecbffa705b8f]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:18:37 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cf57c0e5590874b7f7943d59b89c40593c89ef15]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:18:36 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9fdfe1f8277898e00ccd0044e64b1e3825ee8fa1]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:16:30 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5319c8e179b02bf1d6623bd1da41f521211a2175]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:16:29 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8d4a849ac5c76b7fc5e626d670ce5186f57d4c83]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:18:05 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6770ced6c999ed6ecf0f8534e4a16928676dbd10]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:18:05 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [350ecd4bf6dcc7b2d528a9ffff1962916a71d4fd]

        INTEGRATION: CWS extras19 (1.4.18); FILE MERGED 2005/03/16 13:18:04 ih 1.4.18.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c7fee1fd6b79ff24d9d2ab662df4dbc7342fd51b]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:15:12 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [45feff270e846ba26eaeb14ee4e64f5e0d015f1b]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:15:11 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f8d9758ebf925a9725b0d166c197f279b8628412]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:14:18 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [30f6a72955f376496583bd9303b2e7f0d5b341b2]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:14:44 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6cb47af42387fd3303a7e82e664e24c62a7fef12]

        INTEGRATION: CWS extras19 (1.3.34); FILE MERGED 2005/03/16 13:14:43 ih 1.3.34.1: foreign language letter wizard templates rebuild because of bugfixes in de/en-US Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [47761bbefd7364c1e3455e45343aee4f73e67b50]

        INTEGRATION: CWS extras19 (1.48.12); FILE MERGED 2005/03/16 13:35:48 ih 1.48.12.3: %productname removed in string "what this wizard does" 2005/03/14 15:38:18 ih 1.48.12.2: #i44862# XML -> OpenDocument 2005/03/14 09:40:08 ih 1.48.12.1: #i44724# .pps support added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8949f14da1572301354c4f9be540518e15a1831e]

        INTEGRATION: CWS extras19 (1.42.10); FILE MERGED 2005/03/14 09:40:08 ih 1.42.10.1: #i44724# .pps support added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a531a91a888d65b92e9102bb8d3fb963aa163f0a]

        INTEGRATION: CWS extras19 (1.37.36); FILE MERGED 2005/03/14 09:40:08 ih 1.37.36.1: #i44724# .pps support added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3645cdbf754f723b3299ba05ce82ae61086a37c2]

        INTEGRATION: CWS hsqldb3 (1.4.6); FILE MERGED 2005/03/23 09:10:50 fs 1.4.6.2: RESYNC: (1.4-1.5); FILE MERGED 2005/03/18 16:53:59 fs 1.4.6.1: #i44127# re-introduce patch file

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d90eb88af429c6e3ac39dff2ac776eaa653987fb]

        INTEGRATION: CWS hsqldb3 (1.4.20); FILE MERGED 2005/03/18 16:54:21 fs 1.4.20.1: #i44127# initialize a newly created DB with OOo's system collation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [53f1c337aeacb4ce0424a1c97a3d3d063eda3580]

        INTEGRATION: CWS hsqldb3 (1.7.10); FILE MERGED 2005/03/21 09:44:47 fs 1.7.10.2: #i44127# fallback to system locale, if necessary fallback to comparing the language parts of locales only, if necessary 2005/03/18 16:42:39 fs 1.7.10.1: #i44127# initialize a newly created DB with OOo's system collation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [25caf58389ebb07b224ae5c80e8c128a5c079ae5]

        INTEGRATION: CWS adabas2 (1.5.128); FILE MERGED 2005/03/22 13:15:06 fs 1.5.128.1: #i45671# XStorable at the document, not at the data source

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0e684c7abcbaedbe0903de145a410a73e7573c71]

        INTEGRATION: CWS fwkfinal1 (1.58.14); FILE MERGED 2005/03/15 16:18:56 mba 1.58.14.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6a8746cd3421d9ff09e2c7567ae6eebf53b40d51]

        INTEGRATION: CWS fwkfinal1 (1.58.76); FILE MERGED 2005/03/15 16:15:49 mba 1.58.76.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [964e15ee76c7ff4f4a294cd95c448f9163523e98]

        INTEGRATION: CWS fwkfinal1 (1.5.178); FILE MERGED 2005/03/10 12:59:47 as 1.5.178.1: #i44706# deregister 1.0/2.0 formats from binfilter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8079908715a47ddf94abc14dd8a914b3c202ec09]

        INTEGRATION: CWS fwkfinal1 (1.5.178); FILE MERGED 2005/03/10 12:59:45 as 1.5.178.1: #i44706# deregister 1.0/2.0 formats from binfilter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cb101561b42ceaac709fb268c7dee387095df75d]

        INTEGRATION: CWS fwkfinal1 (1.8.34); FILE MERGED 2005/03/10 12:30:31 as 1.8.34.2: #i44369# improve peselection of document service 2005/03/07 10:40:09 as 1.8.34.1: #i43995# be more robust by using external detect services

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [22022c7e4b024006d2486684d0e13499ca1cc3a6]

        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>  [ac3ea2e24a6efe0a049b310124eaa832c2904a16]

        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>  [a8b82cb588f46cc68e040ff7544202ea0f5ff145]

        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>  [39b0f196d67be58b0c1386847c3a3d2891937b6f]

        INTEGRATION: CWS fwkfinal1 (1.107.10); FILE MERGED 2005/03/15 16:24:26 mba 1.107.10.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [21f95381c0b21792e4a112d6ab13f9e8f13c8368]

        INTEGRATION: CWS fwkfinal1 (1.73.4); FILE MERGED 2005/03/15 16:22:11 mba 1.73.4.2: #i43920#: new events 2005/03/09 09:55:40 as 1.73.4.1: #i44427# send OnUnload event in case frame will be reused too

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [531f05441a4c77b1f23520212e391d192161d5c9]

        INTEGRATION: CWS fwkfinal1 (1.9.120); FILE MERGED 2005/03/15 16:20:34 mba 1.9.120.1: #i43920#: obsolete class removed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [90c8daad89242fbbcb4cc3afdb02a2be8505e121]

        INTEGRATION: CWS fwkfinal1 (1.38.100); FILE MERGED 2005/03/15 16:20:33 mba 1.38.100.1: #i43920#: obsolete class removed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [31b43f9f34c338908f7453902b96224ba649d804]

        INTEGRATION: CWS fwkfinal1 (1.23.120); FILE MERGED 2005/03/15 16:20:04 mba 1.23.120.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9cee0217b0b4353e11c0381ae59602a75e22f1af]

        INTEGRATION: CWS fwkfinal1 (1.5.266); FILE MERGED 2005/03/15 16:19:44 mba 1.5.266.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2224193a80261c5baa2b2fcab30e935bd6c83be3]

        INTEGRATION: CWS fwkfinal1 (1.86.4); FILE MERGED 2005/03/11 10:20:22 cd 1.86.4.1: #i44558# Use new importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [498e0220138d5f2bb07088643bef7d7dccb76da4]

        INTEGRATION: CWS fwkfinal1 (1.54.4); FILE MERGED 2005/03/15 16:19:33 mba 1.54.4.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [544f14f7bb9e39a922c4bc2e0c3bcef0a3fd7136]

        INTEGRATION: CWS fwkfinal1 (1.155.12); FILE MERGED 2005/03/15 16:19:20 mba 1.155.12.3: #i43920#: new events 2005/03/11 14:36:44 cd 1.155.12.2: RESYNC: (1.155-1.156); FILE MERGED 2005/03/09 12:03:21 mav 1.155.12.1: #i44558# preserv Configurations storage although it has no mediatype

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6c63c27aba535760a0fedf63b6eeb17f4121fb40]

        INTEGRATION: CWS fwkfinal1 (1.161.12); FILE MERGED 2005/03/15 16:18:30 mba 1.161.12.1: #i44012#: handle warnings

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [600163882703c64103784ff66c4bedfbe83809eb]

        INTEGRATION: CWS fwkfinal1 (1.39.22); FILE MERGED 2005/03/15 16:17:39 mba 1.39.22.1: #i43920#: catch hidden exceptions

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [20235195bb54d174b948ea5544844a2d18378413]

        INTEGRATION: CWS fwkfinal1 (1.46.8); FILE MERGED 2005/03/15 16:15:50 mba 1.46.8.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e624da736d114b3aa9cb71fab7d08574b6855991]

        INTEGRATION: CWS fwkfinal1 (1.95.74); FILE MERGED 2005/03/15 16:15:49 mba 1.95.74.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f27e1e37336688c6a979429ac75f6e01896a9381]

        INTEGRATION: CWS fwkfinal1 (1.3.170); FILE MERGED 2005/03/15 16:26:44 mba 1.3.170.1: #i43920#: new events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5e1bfe25cb014aa6400cd98a3178d3ea2a0db821]

        #100000# resolve inconsistency caused by impress39

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [41d434f2ab12d8c5144dab9c099e917d0c4208da]

        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>  [cbb7fade8068de25ec5ff8324c6d3c577fead24e]

        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>  [4583c1b8c24312af0e238eda3150a539e8a396f8]

        INTEGRATION: CWS fwkfinal1 (1.8.2); FILE MERGED 2005/03/04 13:12:42 mav 1.8.2.1: #i38064# provide the module name

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [96b84656b310d705d20237b77c3a10bc099c9648]

        INTEGRATION: CWS fwkfinal1 (1.14.2); FILE MERGED 2005/03/04 14:46:42 cd 1.14.2.2: #i38064# Provide module identifier to top-level popup menus to support OLE 2005/03/04 13:12:42 mav 1.14.2.1: #i38064# provide the module name

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fbcdd3fb3bfe8ac8ae5e16d73c8eb1fb8a00ff98]

        INTEGRATION: CWS fwkfinal1 (1.11.2); FILE MERGED 2005/03/04 13:12:41 mav 1.11.2.1: #i38064# provide the module name

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9d8d8231c6e8e95c1902415bab1736e64b92167b]

        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>  [a04a1eb81bf41f3d90de05a67c2430117e6e703c]

        INTEGRATION: CWS impress37 (1.4.54); FILE MERGED 2005/03/10 10:51:06 af 1.4.54.1: #i44484# Expand() returns bool.  Removed Collapse().  Added mbExpansionModeIsToggle.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8749546d543f8760add3506fd599064022c24f78]

        INTEGRATION: CWS fwkfinal1 (1.92.16); FILE MERGED 2005/03/11 09:57:11 cd 1.92.16.1: #i44558# New importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [57290019fbdeecc390448d05c8f5e088034423bc]

        INTEGRATION: CWS fwkfinal1 (1.4.4); FILE MERGED 2005/03/11 09:49:21 cd 1.4.4.2: #i44736# Status bar now calls base class adn react on DataChanged events 2005/03/11 09:41:55 cd 1.4.4.1: #i44736# Status bar now calls base class adn react on DataChanged events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a91565f6223f4ff3515ab12f09cb5f42bda02621]

        INTEGRATION: CWS fwkfinal1 (1.7.4); FILE MERGED 2005/03/04 14:45:40 cd 1.7.4.1: #i38064# Use provided module identifier to retrieve command labels for OLE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2bca900167d5841d06076b52e3966a5ab60d6d1a]

        INTEGRATION: CWS fwkfinal1 (1.23.4); FILE MERGED 2005/03/04 14:45:39 cd 1.23.4.1: #i38064# Use provided module identifier to retrieve command labels for OLE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [df7b3ce9521216a51b236ea78c0ebde59f0f2dea]

        INTEGRATION: CWS fwkfinal1 (1.23.2); FILE MERGED 2005/03/11 14:32:36 cd 1.23.2.2: RESYNC: (1.23-1.24); FILE MERGED 2005/03/04 14:45:37 cd 1.23.2.1: #i38064# Use provided module identifier to retrieve command labels for OLE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fb0df8e9ed911461f852d9042e9711c3f4d5664e]

        INTEGRATION: CWS impress37 (1.5.196); FILE MERGED 2005/03/07 09:18:23 af 1.5.196.1: #i43382# Added destructor.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d35e059f220182207e0a8af5d6f44e94656e0156]

        INTEGRATION: CWS fwkfinal1 (1.14.4); FILE MERGED 2005/03/13 10:58:55 cd 1.14.4.3: #i10000# Fixed merge problem 2005/03/11 14:31:57 cd 1.14.4.2: RESYNC: (1.14-1.16); FILE MERGED 2005/03/11 10:07:43 as 1.14.4.1: #i44716# HACK!: dont show hidden documents if progress is used for hidden documents...

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [35e78ba98709c5887cb434cccd3096c0250f40a1]

        INTEGRATION: CWS fwkfinal1 (1.26.42); FILE MERGED 2005/03/11 09:55:19 cd 1.26.42.1: #i44558# New importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [be3c9f87ae6e9c9d16fbc392ddba19118fae4b2a]

        INTEGRATION: CWS fwkfinal1 (1.1.2); FILE ADDED 2005/03/13 11:16:32 cd 1.1.2.2: #i10000# Fixed missing return value 2005/03/11 09:54:58 cd 1.1.2.1: #i44558# New importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [21d7722a7c365040367e986dd94db289db739d3d]

        INTEGRATION: CWS impress37 (1.9.46); FILE MERGED 2005/03/09 12:48:10 af 1.9.46.2: #i44006# Code cleanup. 2005/03/07 09:16:46 af 1.9.46.1: #i43382# Added a ModelChangeLock in ExecuteDrop().

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3538245f7ab1a092714617793525d1921bd36af9]

        INTEGRATION: CWS fwkfinal1 (1.3.240); FILE MERGED 2005/03/14 09:28:56 as 1.3.240.1: #i44713# recognize config changes on demand

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [14372539e8cbdc10168d447f742f47d04957f218]

        INTEGRATION: CWS fwkfinal1 (1.32.134); FILE MERGED 2005/03/11 09:57:28 cd 1.32.134.1: #i44558# New importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [51cc4f3e0795156771bc24acd6ae4de407e28da1]

        INTEGRATION: CWS fwkfinal1 (1.8.4); FILE MERGED 2005/03/04 14:45:36 cd 1.8.4.1: #i38064# Use provided module identifier to retrieve command labels for OLE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [89e5c418a1ad19c202d41bad2a4f2dc678ce5fa2]

        INTEGRATION: CWS impress37 (1.11.8); FILE MERGED 2005/03/18 11:38:19 cl 1.11.8.4: #i44465# fixed start page for custom shows and start from page 2005/03/17 08:57:38 cl 1.11.8.3: #i44465# fixed custom slide show when option 'always current page' is off 2005/03/10 15:14:30 cl 1.11.8.2: #i44465# fixed start page for custom shows and start from page 2005/03/02 16:49:16 bm 1.11.8.1: #i36800# don't use SID_SHOWPOPOUPS slot any more. Instead use show/hideChildWindows at slideshow

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cac1e8d8987947635f7b2ca332219abd131fbb3f]

        INTEGRATION: CWS fwkfinal1 (1.1.2); FILE ADDED 2005/03/11 09:54:36 cd 1.1.2.1: #i44558# New importer implementation for custom OOo 1.x toolbars

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2fa86800720d647dc32dc25db694008341f68e95]

        INTEGRATION: CWS fwkfinal1 (1.5.178); FILE MERGED 2005/03/10 12:59:51 as 1.5.178.1: #i44706# deregister 1.0/2.0 formats from binfilter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [25435e1493844b30461b9223b4b53a24594fa5c0]

        INTEGRATION: CWS fwkfinal1 (1.5.178); FILE MERGED 2005/03/10 12:59:49 as 1.5.178.1: #i44706# deregister 1.0/2.0 formats from binfilter

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a8f94e3b4c17cab621787f6bdce3768652befa4d]

        INTEGRATION: CWS fwkfinal1 (1.4.34); FILE MERGED 2005/03/07 10:40:09 as 1.4.34.1: #i43995# be more robust by using external detect services

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d295438244cce3dbca6b745ea6b03ccedfe5fe58]

        INTEGRATION: CWS fwkfinal1 (1.7.144); FILE MERGED 2005/03/10 12:30:31 as 1.7.144.1: #i44369# improve peselection of document service

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [134dae83956bd99a828116899dd07c8030d9f583]

        INTEGRATION: CWS fwkfinal1 (1.3.34); FILE MERGED 2005/03/10 12:30:31 as 1.3.34.1: #i44369# improve peselection of document service

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [230ea9a268c182357bc250ff54f767c17a5fbaa3]

        INTEGRATION: CWS fwkfinal1 (1.3.56); FILE MERGED 2005/03/14 08:59:32 mav 1.3.56.2: #i43100# remove ms mediatypes completely 2005/03/10 12:27:24 mav 1.3.56.1: #i43100# let the plugin be registered only for own formats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7a1f2b72551082fee44ed0aabb8119b768d333b6]

        INTEGRATION: CWS fwkfinal1 (1.5.56); FILE MERGED 2005/03/14 08:59:32 mav 1.5.56.2: #i43100# remove ms mediatypes completely 2005/03/10 12:27:24 mav 1.5.56.1: #i43100# let the plugin be registered only for own formats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4efe1f6a3b5acc6c5bd2e8a84091ffe040ed00d1]

        INTEGRATION: CWS fwkfinal1 (1.7.56); FILE MERGED 2005/03/13 10:56:53 cd 1.7.56.2: #i10000# Build problem solved 2005/03/10 12:27:24 mav 1.7.56.1: #i43100# let the plugin be registered only for own formats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [24c4e799af55b681ebedf43cdcd764fb14dc980d]

        INTEGRATION: CWS fwkfinal1 (1.10.10); FILE MERGED 2005/03/10 12:47:50 mav 1.10.10.2: #i43100# introduce missing mediatype 2005/03/10 12:34:40 mav 1.10.10.1: #i43100# let the activex control be registered only for own formats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [77807aea5dc343c468e95d295520ce34327e15ac]

        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>  [6b1d28d9efe1442e89e350a974ad4b147503072c]

        INTEGRATION: CWS impress37 (1.25.6); FILE MERGED 2005/03/02 16:48:59 bm 1.25.6.1: #i36800# don't use SID_SHOWPOPOUPS slot any more. Instead use show/hideChildWindows at slideshow

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [92776782ca3c2075f11237c9f341883b25e81f45]

        INTEGRATION: CWS impress37 (1.64.16); FILE MERGED 2005/03/09 17:13:11 af 1.64.16.1: #i44545# SetCurrentPage() now places the cursor correctly.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [335884826179a2a30a2cdda036b4486657ec6840]

        INTEGRATION: CWS impress37 (1.6.118); FILE MERGED 2005/03/11 12:33:42 af 1.6.118.1: #i44470# Added guard against pActualPage being NULL.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a355fa8b77303e42571aec2d70272c4e0618febb]

        INTEGRATION: CWS impress37 (1.11.118); FILE MERGED 2005/03/07 09:24:56 af 1.11.118.1: #i43382# Added notification of HINT_COMPLEX_MODEL_CHANGE for SID_INSERTFILE.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5f6fc0c1b7cb5dd4fd91d8fdc61a69523960a19d]

        INTEGRATION: CWS fwkfinal1 (1.1.50); FILE MERGED 2005/03/10 09:36:51 mav 1.1.50.1: #i43100# do not register ActiveX control for MS document types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [744c72167cff9d3ad4054043275c6bfbf8b2d330]

        INTEGRATION: CWS impress37 (1.12.54); FILE MERGED 2005/03/10 12:11:24 af 1.12.54.1: #i44470# The warning dialog for layout assignment is not shown anymore.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ea01cab92204fdb499351692133dae59d4f53332]

        INTEGRATION: CWS impress37 (1.17.16); FILE MERGED 2005/03/03 17:15:40 af 1.17.16.1: #i43451# Guarding access to OutlinerView against it being NULL.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8cf961bfb44e5c480550b59e6ced7404c14dd3e6]

        INTEGRATION: CWS fwkfinal1 (1.1.50); FILE MERGED 2005/03/10 09:36:50 mav 1.1.50.1: #i43100# do not register ActiveX control for MS document types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [82a450f652a353eea7000dd4a8520d0f73a6bd88]

        INTEGRATION: CWS impress37 (1.11.54); FILE MERGED 2005/03/09 17:12:07 af 1.11.54.1: #i44545# Added setCurrentPage() and getCurrentPage() methods.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [52b7c9596dafe5bf8c96a5e8f261180c008e99a8]

        INTEGRATION: CWS fwkfinal1 (1.53.28); FILE MERGED 2005/03/11 14:21:24 cd 1.53.28.2: RESYNC: (1.53-1.54); FILE MERGED 2005/03/09 11:15:17 mav 1.53.28.1: #i43950# copy replacement image

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2a7f7c2003e9779929f6c1f3b1c3bc0399403aa4]

        INTEGRATION: CWS impress37 (1.3.226); FILE MERGED 2005/03/10 10:49:31 af 1.3.226.1: #i44484# Expand() returns bool.  Removed Collapse().  Added IsExpanded().

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ab44663d6cf78fea6854cc0034cddd1ce189cdc3]

        INTEGRATION: CWS impress37 (1.3.226); FILE MERGED 2005/03/10 10:48:10 af 1.3.226.1: #i44484# Expand() returns bool.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [882db60304c91e63e5a94edf28a44391594a8444]

        INTEGRATION: CWS impress37 (1.9.46); FILE MERGED 2005/03/09 15:58:25 af 1.9.46.1: #i44614# AssignLayoutToSelectedSlides() ignores slide sorter for some main view shells.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ec897b9aea9cc2ec9cf48824831add2a96234294]

        INTEGRATION: CWS impress37 (1.3.120); FILE MERGED 2005/03/10 10:47:20 af 1.3.120.1: #i44484# Avoid unnecessary Resize() after expanding controls.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c277af45caeb22554cb4c91eadec5b42c1a2e8be]

        INTEGRATION: CWS impress37 (1.6.18); FILE MERGED 2005/03/07 09:21:24 af 1.6.18.1: #i43382# Reordered code in PreModelChange() to make it more robust.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f8457509368eb0161e1d93ec606e143096bf3706]

        INTEGRATION: CWS impress37 (1.10.8); FILE MERGED 2005/03/09 15:59:37 af 1.10.8.1: #i44614# GetSlideSorter() now returns only visible slide sorters.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7c231ea2d5bcdf123080761071a3ac2a76aa8149]

        INTEGRATION: CWS impress37 (1.6.46); FILE MERGED 2005/03/09 12:55:57 af 1.6.46.1: #i44006# Code clean up.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [00691716798852c60f828355ab0b8d3b266bc8dd]

        INTEGRATION: CWS fwkfinal1 (1.4.2); FILE MERGED 2005/03/07 10:29:37 as 1.4.2.1: #i43995# handle unknown formats more gracefully

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1f5390524cd9d1e3db0ca3666c5043a888322835]

        INTEGRATION: CWS impress37 (1.4.18); FILE MERGED 2005/03/09 12:55:13 af 1.4.18.1: #i44006# Added SetCurrentPage(const SdPage*) variant.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7371f009a2475c7276a594f38f613516b070bc30]

        INTEGRATION: CWS impress37 (1.2.260); FILE MERGED 2005/03/09 12:54:27 af 1.2.260.1: #i44006# Added flag for updating the selection.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [295519b612d5825557b1ade9f16aa6609c0f839d]

        INTEGRATION: CWS impress37 (1.3.120); FILE MERGED 2005/03/09 12:53:28 af 1.3.120.1: #i44006# Added new SlsSelectionCommand.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d97fb87997f60d88ac00bcbac3b70688835b24af]

        INTEGRATION: CWS fwkfinal1 (1.17.110); FILE MERGED 2005/03/11 14:03:39 cd 1.17.110.2: RESYNC: (1.17-1.18); FILE MERGED 2005/03/09 11:17:28 mav 1.17.110.1: #i43950# copy replacement image

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [42f1d1f60f197c8aeeab909ae4b4ab619f1358a3]

        INTEGRATION: CWS fwkfinal1 (1.22.98); FILE MERGED 2005/03/09 11:17:27 mav 1.22.98.1: #i43950# copy replacement image

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b1cbe2a2249c7006c8ee4390dfea1d13719f1df1]

        INTEGRATION: CWS impress37 (1.13.46); FILE MERGED 2005/03/11 12:38:29 af 1.13.46.2: #i44781# Added Cancel() call to processing of SID_PRESENTATION slot. 2005/03/09 12:52:55 af 1.13.46.1: #i44006# Added support for executing asynchronous Commands via user events.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0044e5e5f0d51518ea607f16339a17c8fdc57cd1]

        INTEGRATION: CWS fwkfinal1 (1.21.2); FILE MERGED 2005/03/15 16:10:09 mba 1.21.2.1: #i44048#: wrong filter number

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [33ebddb2c85258cef9041b6d7b72f93994956330]

        INTEGRATION: CWS impress37 (1.18.8); FILE MERGED 2005/03/09 12:51:37 af 1.18.8.2: #i44006# Support for copy while dragging.  Code clean up. 2005/03/07 09:54:15 af 1.18.8.1: #i44006# Removed unused code for showing page transition effects.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1e1f9917916e7a164adb678b27515cd86b0495bb]

        INTEGRATION: CWS impress37 (1.1.2); FILE ADDED 2005/03/09 12:43:03 af 1.1.2.1: #i44006# Initial revision.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0d509f001b7eb02a0930cdab3ae394d1624f9738]

        INTEGRATION: CWS impress37 (1.1.2); FILE ADDED 2005/03/09 12:37:35 af 1.1.2.1: #i44006# Initial revision.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ca34dbf6cf8a138c1c5455ca170d4fbbb06bac9f]

        INTEGRATION: CWS impress37 (1.4.18); FILE MERGED 2005/03/09 12:49:40 af 1.4.18.1: #i44006# Improved existing SetCurrentPage(PageDescriptor&). Added SetCurrentPage(const SdPage*).

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0e3064686761e0b31f3bb023bdc26f6630fee7ae]

        INTEGRATION: CWS impress37 (1.5.8); FILE MERGED 2005/03/04 14:55:21 af 1.5.8.1: #i43382# Added two new hint ids.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5cc878a1612f74441812dff49e67fedb20a27bc4]

        INTEGRATION: CWS impress37 (1.1.2); FILE ADDED 2005/03/09 12:44:24 af 1.1.2.1: #i44006# Initial revision.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0374f55809f9de17df40040f3e852f545d91b6e9]

        INTEGRATION: CWS impress37 (1.11.8); FILE MERGED 2005/03/11 14:02:34 af 1.11.8.2: #i44006# Workaround for missing auto_ptr cast on Linux. 2005/03/09 12:46:09 af 1.11.8.1: #i44006# Use the new SelectionCommand to select pages after moving them.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e9f8d3ef36cb918874040487194426f01f36e276]

        INTEGRATION: CWS impress37 (1.2.744); FILE MERGED 2005/03/11 12:31:25 af 1.2.744.1: #i44686# Added 'Open...' button.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [66dbf2b3729cfe502967790c9262cf4000423d22]

        INTEGRATION: CWS impress37 (1.2.160); FILE MERGED 2005/03/04 14:55:54 af 1.2.160.1: #i43382# Added two new hint ids.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [12980c6d7562fb4884c85980740acb657c193d0f]

        INTEGRATION: CWS fwkfinal1 (1.18.14); FILE MERGED 2005/03/11 13:55:42 cd 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2005/03/11 11:33:23 cd 1.18.14.1: #i44570# Outline toolbar is now positioned behind standard bar

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [85a31bff2b96794f282c2fcee51ed4b9e56f58f3]

        INTEGRATION: CWS impress37 (1.9.112); FILE MERGED 2005/03/09 17:11:10 af 1.9.112.1: #i44545# Added setCurrentPage() and getCurrentPage() methods.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fac72b36bb40712808d34c0422afee5f90905bd6]

        INTEGRATION: CWS fwkfinal1 (1.5.16); FILE MERGED 2005/03/08 07:51:57 mav 1.5.16.1: #i44276# no SaveCopyAs for chart

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [78b86390f4831beb1c2e0bfab6a40896fda03b49]

        INTEGRATION: CWS impress37 (1.7.18); FILE MERGED 2005/03/09 17:10:03 af 1.7.18.1: #i44545# Moved SetCurrentPage() into public: section.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [806a8577a0b5f83d1dd10c0c54a6d59a8161b6f9]

        INTEGRATION: CWS impress37 (1.42.46); FILE MERGED 2005/03/11 12:31:49 af 1.42.46.1: #i44686# Added 'Open...' button.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f6fed630cac52fc1c30b897123aa8d212a03b20d]

        INTEGRATION: CWS impress37 (1.30.46); FILE MERGED 2005/03/14 06:45:56 cl 1.30.46.2: fixed build problem under unix 2005/03/11 12:31:38 af 1.30.46.1: #i44686# Added 'Open...' button.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6d772d835ad6cd04398d0f2a166125f9ae57df8b]

        INTEGRATION: CWS impress37 (1.3.56); FILE MERGED 2005/03/08 14:15:33 bm 1.3.56.1: #i39279# open at right side and remember last position

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [553c0a07b6b04757a59ada812d092eaaec561d7a]

        INTEGRATION: CWS impress37 (1.3.56); FILE MERGED 2005/03/10 15:36:40 cl 1.3.56.2: #i44701# always select first effect when activating a tabpage 2005/03/08 14:15:32 bm 1.3.56.1: #i39279# open at right side and remember last position

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f16ba7fdc9fa1c6d401d4ecc43a7a158acc6df1a]

        INTEGRATION: CWS impress37 (1.28.142); FILE MERGED 2005/03/10 14:20:17 cl 1.28.142.1: #i34157# copy mask when copy graphic styles

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7145b0fdc2908239e77fb21723369ffa47d8c32b]

        INTEGRATION: CWS impress37 (1.34.56); FILE MERGED 2005/03/04 14:56:59 af 1.34.56.1: #i43382# Scaling objects when no dialog may be displayed.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [49beebcf39b2f91c3f2980b54cc2c1c8613abe8f]

        INTEGRATION: CWS impress37 (1.24.16); FILE MERGED 2005/03/04 14:05:14 cl 1.24.16.1: #i43974# hiding internal slots from configuration ui

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [17ab7f151e280d8947878ef9a5f4e4f015cee6e6]

        INTEGRATION: CWS impress37 (1.11.76); FILE MERGED 2005/03/11 12:19:14 cl 1.11.76.1: #i44798# remove new attributes from page styles

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9229d1f604b0493c60d46866f897754f1b81caff]

        INTEGRATION: CWS calcuno01 (1.171.10); FILE MERGED 2005/03/16 19:00:42 nn 1.171.10.12: #120346# after erase, the vector's end iterator is invalid 2005/03/04 16:23:53 sab 1.171.10.11: RESYNC: (1.188-1.189); FILE MERGED 2005/02/22 13:14:43 sab 1.171.10.10: RESYNC: (1.187-1.188); FILE MERGED 2005/01/27 17:16:59 sab 1.171.10.9: RESYNC: (1.185-1.187); FILE MERGED 2005/01/06 12:34:59 sab 1.171.10.8: RESYNC: (1.180-1.185); FILE MERGED 2004/10/15 11:11:46 sab 1.171.10.7: solve merge conflicts 2004/10/13 12:44:41 sab 1.171.10.6: RESYNC: (1.175-1.180); FILE MERGED 2004/06/07 14:23:50 sab 1.171.10.5: RESYNC: (1.174-1.175); FILE MERGED 2004/03/26 09:32:13 dr 1.171.10.4: #100000# for scope 2004/03/24 10:52:31 dr 1.171.10.3: RESYNC: (1.172-1.173); FILE MERGED 2004/02/13 21:37:18 sab 1.171.10.2: RESYNC: (1.171-1.172); FILE MERGED 2004/01/05 11:54:09 sab 1.171.10.1: #i22706#; improve API using; use new cellflag to get edit cells faster

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b89388d88ac0ba10e3d8814aa172240d1202a5f8]

        INTEGRATION: CWS calcuno01 (1.37.76); FILE MERGED 2005/01/06 12:33:50 sab 1.37.76.4: RESYNC: (1.39-1.40); FILE MERGED 2004/10/15 11:11:46 sab 1.37.76.3: solve merge conflicts 2004/10/13 12:41:58 sab 1.37.76.2: RESYNC: (1.37-1.39); FILE MERGED 2004/01/05 11:55:48 sab 1.37.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b2350683e48405bb2f67cd63474295eff1435436]

        INTEGRATION: CWS calcuno01 (1.17.236); FILE MERGED 2005/01/06 10:49:22 sab 1.17.236.5: RESYNC: (1.22-1.23); FILE MERGED 2004/10/13 11:07:52 sab 1.17.236.4: RESYNC: (1.18-1.22); FILE MERGED 2004/02/13 19:12:50 sab 1.17.236.3: RESYNC: (1.17-1.18); FILE MERGED 2004/02/12 17:43:46 sab 1.17.236.2: #i22706#; better using of API 2004/01/05 15:43:24 sab 1.17.236.1: #i22706#; using new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2aa55de42d46f4e222c411a3c9d7f0828564a993]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/02/03 12:50:49 sw 1.1.2.3: #i23114# 2004/02/02 14:54:49 sw 1.1.2.2: #i23114# 2004/02/02 14:48:22 sw 1.1.2.1: #i23144#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [725b166e3dd5241b0671d13b673037389bdebb97]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/02/03 12:51:25 sw 1.1.2.3: #i23114# 2004/02/02 14:54:26 sw 1.1.2.2: #i23114# 2004/02/02 14:48:53 sw 1.1.2.1: #i23144#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a1e3f37bc619b8d61a91594173e7251e626f9873]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/05/06 08:29:19 sw 1.1.2.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4384b6c5db6080ff641eadbc148476f59e336cb9]

        INTEGRATION: CWS calcuno01 (1.3.24); FILE MERGED 2004/02/02 14:49:50 sw 1.3.24.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1d90667fb04d566463aacd54ffe0e65499a3a6af]

        INTEGRATION: CWS calcuno01 (1.2.4); FILE MERGED 2004/05/06 10:56:46 sw 1.2.4.4: #i23114# 2004/05/06 10:16:34 sw 1.2.4.3: #i23114# 2004/05/06 09:57:27 sw 1.2.4.2: #i23114# 2004/05/06 08:27:57 sw 1.2.4.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3d8ce28b425a0d1c6b165fefc725f0036651c20d]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/05/05 16:33:16 sw 1.1.2.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [61e1d1331d498c255cb95de2370650e083e73cd8]

        INTEGRATION: CWS calcuno01 (1.4.24); FILE MERGED 2004/05/05 16:32:34 sw 1.4.24.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [11feeb59c8b3707e28d5afa0bfcc57373a3669ac]

        INTEGRATION: CWS calcuno01 (1.4.24); FILE MERGED 2004/05/05 16:32:33 sw 1.4.24.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f7c70290652250ee0876e5e09bbf100164346499]

        INTEGRATION: CWS calcuno01 (1.1.62); FILE MERGED 2004/05/05 16:32:33 sw 1.1.62.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0e241e957109d5477c57e1e1549f5ecbcc44786e]

        INTEGRATION: CWS calcuno01 (1.5.20); FILE MERGED 2004/05/05 16:32:33 sw 1.5.20.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [baf96a1e70750ae2d1d1161aa9bb21d71314a67d]

        INTEGRATION: CWS calcuno01 (1.4.24); FILE MERGED 2004/05/05 16:32:32 sw 1.4.24.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9ceb09448ab8c2e4d5ce55d972764c05e4904019]

        INTEGRATION: CWS calcuno01 (1.5.24); FILE MERGED 2004/05/05 16:33:35 sw 1.5.24.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [19f485f5a444b04b4469b3a483453235a4830641]

        INTEGRATION: CWS calcuno01 (1.1.62); FILE MERGED 2004/05/05 16:33:34 sw 1.1.62.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c3d68390660d752b7953d21cdf42e1b6788e2b78]

        INTEGRATION: CWS sj16 (1.130.122); FILE MERGED 2005/02/23 13:42:45 sj 1.130.122.3: #i43389# fixed import of ole objects, now they do not get the running state any loger 2005/02/16 10:37:48 sj 1.130.122.2: #i28747# fixed linespacing problem, first paragraph now does no longer need to be converted from proportional to at least (because of using fixed cell height) 2005/02/15 16:00:02 sj 1.130.122.1: #i38501# fixed connector export problem (now connecting with group objects is possible)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a97b27b64292d50ad23df1c65c876ad1281b7499]

        INTEGRATION: CWS calcuno01 (1.2.24); FILE MERGED 2004/05/05 16:33:34 sw 1.2.24.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [281aa766fc5ea795fb074692c0766e84be2303c9]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/05/05 16:34:48 sw 1.1.2.3: i23114# 2004/02/02 14:53:21 sw 1.1.2.2: #i23114# 2004/02/02 14:47:07 sw 1.1.2.1: #i23144#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3725c377ebf88c7bd5834f102a9a82112892e9d1]

        INTEGRATION: CWS sj16 (1.50.148); FILE MERGED 2005/03/11 05:41:42 sj 1.50.148.2: RESYNC: (1.50-1.52); FILE MERGED 2005/02/15 15:58:04 sj 1.50.148.1: #i38501# fixed connector export problem

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1d60fe8cb6d4b1416ab57b30b00d993715de19e7]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/05/05 16:34:47 sw 1.1.2.3: i23114# 2004/02/02 14:52:44 sw 1.1.2.2: #i23114# 2004/02/02 14:47:34 sw 1.1.2.1: #i23144#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [54b03c05bdccc0cc28e80e7ae6e629720da97e75]

        INTEGRATION: CWS sj16 (1.19.72); FILE MERGED 2005/02/23 15:18:12 sj 1.19.72.1: #i42073# added wordwrap which range to stylesheet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4bc23e2e849b0ed322fec029423b36175b42e7c7]

        INTEGRATION: CWS calcuno01 (1.5.4); FILE MERGED 2005/01/27 19:57:05 sab 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/05 16:34:47 sw 1.5.4.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7da03cc71bf5e5fd28a35bcae90de8751cf74839]

        INTEGRATION: CWS sj16 (1.9.52); FILE MERGED 2005/03/11 05:30:52 sj 1.9.52.2: RESYNC: (1.9-1.12); FILE MERGED 2005/03/01 10:35:44 sj 1.9.52.1: #i39239# RoundRectangle has now its own geometry, fixed textrect settings

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [be77383eacf4856435966829fb229cd1d217c3db]

        INTEGRATION: CWS sj16 (1.9.52); FILE MERGED 2005/03/11 05:29:37 sj 1.9.52.2: RESYNC: (1.9-1.11); FILE MERGED 2005/03/01 10:35:45 sj 1.9.52.1: #i39239# RoundRectangle has now its own geometry, fixed textrect settings

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d1ab5fe9c2cf30da62001b3061c65f4356296f0a]

        INTEGRATION: CWS calcuno01 (1.5.4); FILE MERGED 2005/01/27 19:56:17 sab 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/05 16:34:44 sw 1.5.4.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4071177d46e6f56f1cb50e960ed8e4dc6939cb55]

        INTEGRATION: CWS calcuno01 (1.5.4); FILE MERGED 2005/01/27 19:56:09 sab 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/05 16:34:43 sw 1.5.4.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d09685c6cf42ae7c969a786631c7c6fd36465862]

        INTEGRATION: CWS calcuno01 (1.5.4); FILE MERGED 2005/01/27 19:56:02 sab 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2004/05/05 16:34:41 sw 1.5.4.1: i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e6e5df5d67a97ae41014b219719d0995d358319e]

        INTEGRATION: CWS sj16 (1.107.18); FILE MERGED 2005/03/11 05:16:49 sj 1.107.18.2: RESYNC: (1.107-1.109); FILE MERGED 2005/03/01 13:47:31 sj 1.107.18.1: #i43787# now its possible to enter the edit mode for CustomShapes and Fontworks

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e6c06e931149267cf2e59b2052cd50ac833c02ec]

        INTEGRATION: CWS sj16 (1.5.14); FILE MERGED 2005/03/18 14:02:45 sj 1.5.14.1: #i41534# :importFromSvgD(): skipping tags in svg:d element (unknown)!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4a50a1b0509df457c6bd53891ee79fdc4acbfb4e]

        INTEGRATION: CWS sj16 (1.37.18); FILE MERGED 2005/03/11 04:50:42 sj 1.37.18.2: RESYNC: (1.37-1.39); FILE MERGED 2005/02/11 15:58:44 sj 1.37.18.1: #i40609# solved maping problem with Page VDev when exporting whole page

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1d533feadc2d00e9cf9b85ffae0656450f638df7]

        INTEGRATION: CWS sj16 (1.3.18); FILE MERGED 2005/03/01 18:01:56 sj 1.3.18.1: #i41534# removing endpath

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a607a6d99d7c43d8de822e71fc5e3cac18530965]

        INTEGRATION: CWS sj16 (1.80.98); FILE MERGED 2005/03/11 04:37:45 sj 1.80.98.4: RESYNC: (1.80-1.81); FILE MERGED 2005/02/24 17:36:38 sj 1.80.98.3: #i43421# text in notes title object not exported 2005/02/16 10:38:49 sj 1.80.98.2: #i28747# fixed linespacing problem, first paragraph now does no longer need to be converted from proportional to at least (because of using fixed cell height) 2005/02/15 16:18:57 sj 1.80.98.1: #i38501# fixed connector export problem (now connecting with group objects is possible)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3af22840bd86d38c1dae03bef27af610e9eb8036]

        INTEGRATION: CWS sj16 (1.47.66); FILE MERGED 2005/03/18 16:52:54 sj 1.47.66.3: #i43270# fixed problem when storing graphical bullets 2005/03/11 04:37:37 sj 1.47.66.2: RESYNC: (1.47-1.48); FILE MERGED 2005/02/21 18:36:43 sj 1.47.66.1: #i43270# fixed problem with graphical bullets on master pages

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [37ad6b82635d26dca97f988f74fe70ea629ef512]

        INTEGRATION: CWS sj16 (1.73.18); FILE MERGED 2005/02/15 16:15:57 sj 1.73.18.1: #i38501# fixed connector export problem (now connecting with group objects is possible)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8bbbc6dc5d0687574cc17f3b2dbe143cc67c976b]

        INTEGRATION: CWS sj16 (1.9.238); FILE MERGED 2005/03/11 04:37:21 sj 1.9.238.2: RESYNC: (1.9-1.10); FILE MERGED 2005/02/23 15:16:02 sj 1.9.238.1: #i42073# added wordwrap which range to stylesheet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f0c3da3c6f46f8ef447177c8261cc5f100806fbd]

        INTEGRATION: CWS calcuno01 (1.15.542); FILE MERGED 2005/03/04 14:12:04 sab 1.15.542.5: #i22706#; disable XTolerantMultiPropertySet 2005/01/06 17:37:29 sab 1.15.542.4: RESYNC: (1.16-1.17); FILE MERGED 2004/04/29 06:14:22 sab 1.15.542.3: RESYNC: (1.15-1.16); FILE MERGED 2004/02/12 17:46:49 sab 1.15.542.2: #i22706#; add getDirectPropertyValuesTolerant 2004/01/05 14:39:10 sab 1.15.542.1: #i22706#; XTolerantMultiPropertySet implementation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [459eefc23a98cbb482c2b050b690fa76059af798]

        INTEGRATION: CWS calcuno01 (1.44.396); FILE MERGED 2005/03/04 14:12:04 sab 1.44.396.9: #i22706#; disable XTolerantMultiPropertySet 2005/02/04 16:21:36 sab 1.44.396.8: #i22706#; solve merge conflicts 2005/01/06 17:37:14 sab 1.44.396.7: RESYNC: (1.48-1.49); FILE MERGED 2004/06/07 10:36:14 sab 1.44.396.6: RESYNC: (1.47-1.48); FILE MERGED 2004/04/29 06:14:15 sab 1.44.396.5: RESYNC: (1.45-1.47); FILE MERGED 2004/04/28 15:03:45 sab 1.44.396.4: #i22706#; add XTolerantMultiPropertySet 2004/03/24 10:05:55 dr 1.44.396.3: RESYNC: (1.44-1.45); FILE MERGED 2004/02/12 17:46:49 sab 1.44.396.2: #i22706#; add getDirectPropertyValuesTolerant 2004/01/05 14:39:07 sab 1.44.396.1: #i22706#; XTolerantMultiPropertySet implementation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ac669729d2207e8f385a4c1d54384e3bd0dd7c2c]

        INTEGRATION: CWS calcuno01 (1.108.46); FILE MERGED 2005/03/04 14:11:30 sab 1.108.46.12: #i22706#; disable XTolerantMultiPropertySet 2005/02/22 14:02:36 sab 1.108.46.11: RESYNC: (1.126-1.130); FILE MERGED 2005/02/04 16:18:57 sab 1.108.46.10: #i22706#; solve merge conflicts 2005/01/27 19:52:32 sab 1.108.46.9: RESYNC: (1.123-1.126); FILE MERGED 2005/01/06 17:36:27 sab 1.108.46.8: RESYNC: (1.117-1.123); FILE MERGED 2004/10/14 00:03:18 sab 1.108.46.7: RESYNC: (1.114-1.117); FILE MERGED 2004/06/04 11:32:17 sab 1.108.46.6: #i22706#; handle read only properties 2004/04/29 06:13:28 sab 1.108.46.5: RESYNC: (1.110-1.114); FILE MERGED 2004/04/28 15:03:27 sab 1.108.46.4: #i22706#; add XTolerantMultiPropertySet 2004/03/24 10:06:32 dr 1.108.46.3: RESYNC: (1.109-1.110); FILE MERGED 2004/02/13 19:38:11 sab 1.108.46.2: RESYNC: (1.108-1.109); FILE MERGED 2004/01/05 14:40:12 sab 1.108.46.1: #i22706#; changed queryInterface in unotext

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e2b342d3c66f3ae9450e8095d22280504d5326a4]

        INTEGRATION: CWS sj16 (1.1.36); FILE ADDED

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [37957ce4cfa5a17e6d758301b8478ac0da7f8455]

        INTEGRATION: CWS calcuno01 (1.11.186); FILE MERGED 2004/10/13 18:42:04 sab 1.11.186.3: RESYNC: (1.12-1.14); FILE MERGED 2004/03/24 09:10:29 dr 1.11.186.2: RESYNC: (1.11-1.12); FILE MERGED 2004/01/05 16:05:56 sab 1.11.186.1: #i22706#; add new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ee0cc620b77bbb6ab850897c18633f2b077b05d9]

        INTEGRATION: CWS calcuno01 (1.6.284); FILE MERGED 2004/10/13 18:41:46 sab 1.6.284.3: RESYNC: (1.7-1.9); FILE MERGED 2004/03/24 09:10:20 dr 1.6.284.2: RESYNC: (1.6-1.7); FILE MERGED 2004/01/05 16:05:52 sab 1.6.284.1: #i22706#; add new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b4100bbf615fd3d1cbae200ae187ccbddf8e44a6]

        INTEGRATION: CWS calcuno01 (1.5.284); FILE MERGED 2004/10/13 18:26:52 sab 1.5.284.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/05 16:07:20 sab 1.5.284.1: #i22706#; add new flag

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [20afd8057e1249e397a36050f03a2fa32d98f6af]

        INTEGRATION: CWS calcuno01 (1.15.206); FILE MERGED 2004/10/13 16:12:07 sab 1.15.206.3: RESYNC: (1.15-1.16); FILE MERGED 2004/01/06 11:39:17 sab 1.15.206.2: #i22706#; add new interface XTolerantMultiPropertySet 2004/01/05 16:02:58 sab 1.15.206.1: #i22706#; add new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d70816a0b2edfb8f5f1647adad24260a193493dd]

        INTEGRATION: CWS calcuno01 (1.18.10); FILE MERGED 2005/02/04 17:00:38 sab 1.18.10.1: #i22706#; more interfaces needed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [df0d624ebd24fc0fa0a91c2ede924238abd4c990]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/01/15 10:31:59 sab 1.1.2.1: #i23114#; module description of UniqueCellFormats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1abe2c828ee77fd3b3a54fa77b84d5cbe3016612]

        INTEGRATION: CWS calcuno01 (1.1.2); FILE ADDED 2004/01/15 10:29:56 sab 1.1.2.1: module description of the UniqueCellFormats

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8692214c3fb93304830ef7b22c9d184e4222297e]

        INTEGRATION: CWS calcuno01 (1.16.304); FILE MERGED 2004/10/13 13:50:50 sab 1.16.304.3: RESYNC: (1.17-1.20); FILE MERGED 2004/03/24 10:39:09 dr 1.16.304.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/05 11:53:13 sab 1.16.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bd27fa0b6717e0df906e313340da37bed86e639a]

        INTEGRATION: CWS calcuno01 (1.18.304); FILE MERGED 2004/01/05 11:53:10 sab 1.18.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [35d817682c5ce20fe8466e087e1562d3170a9efc]

        INTEGRATION: CWS calcuno01 (1.3.308); FILE MERGED 2004/06/07 14:41:29 sab 1.3.308.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/05 11:53:07 sab 1.3.308.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d594c8eabe4775f3668133ce857a20c3f3e980f5]

        INTEGRATION: CWS calcuno01 (1.26.306); FILE MERGED 2004/10/13 13:50:41 sab 1.26.306.3: RESYNC: (1.29-1.31); FILE MERGED 2004/03/24 10:38:43 dr 1.26.306.2: RESYNC: (1.26-1.29); FILE MERGED 2004/01/05 11:53:05 sab 1.26.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f5dbee5350d0f4a258145988c329e0d03db35d97]

        INTEGRATION: CWS calcuno01 (1.2.204); FILE MERGED 2004/01/05 11:53:01 sab 1.2.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6a135598b15bbeb120332e497b28a8942d7da412]

        INTEGRATION: CWS calcuno01 (1.10.20); FILE MERGED 2004/10/13 13:50:32 sab 1.10.20.4: RESYNC: (1.11-1.12); FILE MERGED 2004/06/04 11:38:50 sab 1.10.20.3: #i22706#; support states of new shape properties anchor, horipos and vertpos 2004/02/13 21:23:22 sab 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/05 11:52:59 sab 1.10.20.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2f1e25b7c3cb0462b0452a45d26ed8c1180e4ed7]

        INTEGRATION: CWS calcuno01 (1.9.40); FILE MERGED 2004/03/24 10:38:30 dr 1.9.40.3: RESYNC: (1.10-1.11); FILE MERGED 2004/02/13 21:23:14 sab 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 11:52:56 sab 1.9.40.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c6d5c8d519a941539f7bea961e220f67e3fa143d]

        INTEGRATION: CWS calcuno01 (1.2.60); FILE MERGED 2005/02/22 13:18:27 sab 1.2.60.6: RESYNC: (1.11-1.12); FILE MERGED 2005/01/27 17:24:50 sab 1.2.60.5: RESYNC: (1.8-1.11); FILE MERGED 2005/01/06 12:48:38 sab 1.2.60.4: RESYNC: (1.5-1.8); FILE MERGED 2004/10/13 13:50:23 sab 1.2.60.3: RESYNC: (1.3-1.5); FILE MERGED 2004/02/13 21:23:04 sab 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/05 11:52:53 sab 1.2.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f87ef8c81532b32fa0d55df6fa02e37ebe2067fc]

        INTEGRATION: CWS calcuno01 (1.3.304); FILE MERGED 2004/01/05 11:52:51 sab 1.3.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [65c5c1dcd33d7be535409d6dbffaeac5549cb63b]

        INTEGRATION: CWS calcuno01 (1.3.336); FILE MERGED 2004/01/05 11:52:49 sab 1.3.336.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1a764395aaf05d8f1d7122f4519fc9c6dfe14b7c]

        INTEGRATION: CWS calcuno01 (1.2.340); FILE MERGED 2005/01/27 17:24:40 sab 1.2.340.3: RESYNC: (1.4-1.5); FILE MERGED 2004/10/13 13:50:16 sab 1.2.340.2: RESYNC: (1.2-1.4); FILE MERGED 2004/01/05 11:52:47 sab 1.2.340.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8926016fb52b86e81364435eb1eff1fd2b5734b7]

        INTEGRATION: CWS calcuno01 (1.8.180); FILE MERGED 2004/10/13 13:50:08 sab 1.8.180.3: RESYNC: (1.9-1.10); FILE MERGED 2004/06/07 14:41:21 sab 1.8.180.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:52:46 sab 1.8.180.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c5521bdfeafebc03691b98ce4b6671fb28aba0a0]

        INTEGRATION: CWS calcuno01 (1.8.304); FILE MERGED 2004/01/05 11:52:46 sab 1.8.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1de2809d8cacc50318e2b3cc2afdf2d0862be643]

        INTEGRATION: CWS calcuno01 (1.2.44); FILE MERGED 2004/01/05 11:52:45 sab 1.2.44.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d198a961bc01b9739857cdda36d913d9d12200ea]

        INTEGRATION: CWS calcuno01 (1.8.306); FILE MERGED 2004/10/13 13:49:46 sab 1.8.306.3: RESYNC: (1.9-1.11); FILE MERGED 2004/03/24 10:38:21 dr 1.8.306.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:52:43 sab 1.8.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0b5d5810cc3822e08bb077db34dd01c9de63fb3d]

        INTEGRATION: CWS calcuno01 (1.9.58); FILE MERGED 2004/10/13 13:49:36 sab 1.9.58.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/24 10:38:12 dr 1.9.58.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 11:52:41 sab 1.9.58.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7b9a6eb9debaf02937587210e972152d16b1c28a]

        INTEGRATION: CWS calcuno01 (1.8.76); FILE MERGED 2005/01/06 12:48:28 sab 1.8.76.3: RESYNC: (1.9-1.10); FILE MERGED 2004/10/13 13:49:28 sab 1.8.76.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:52:40 sab 1.8.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1c207e39aba399e519be180db0e76648aeb7cc5c]

        INTEGRATION: CWS calcuno01 (1.5.60); FILE MERGED 2004/10/13 13:49:19 sab 1.5.60.3: RESYNC: (1.6-1.7); FILE MERGED 2004/06/07 14:41:13 sab 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/05 11:52:39 sab 1.5.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a6b8a0a826ba8a86ab29277bc3e7118e2408c0e5]

        INTEGRATION: CWS calcuno01 (1.11.204); FILE MERGED 2004/01/05 11:52:36 sab 1.11.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5deab299279a1973251576d85c89e8532ee3afa8]

        INTEGRATION: CWS calcuno01 (1.18.312); FILE MERGED 2005/01/27 17:24:31 sab 1.18.312.3: RESYNC: (1.19-1.20); FILE MERGED 2004/10/13 13:49:11 sab 1.18.312.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:52:35 sab 1.18.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0cbe7a7e522d9cf70bf7bc8d14fe750d7b95edfe]

        INTEGRATION: CWS calcuno01 (1.37.38); FILE MERGED 2005/03/04 14:00:52 sab 1.37.38.8: #i22706#; don't use USHORT 2005/01/06 12:48:15 sab 1.37.38.7: RESYNC: (1.47-1.49); FILE MERGED 2004/10/13 13:49:02 sab 1.37.38.6: RESYNC: (1.42-1.47); FILE MERGED 2004/04/29 06:44:42 sab 1.37.38.5: RESYNC: (1.41-1.42); FILE MERGED 2004/03/24 10:38:03 dr 1.37.38.4: RESYNC: (1.40-1.41); FILE MERGED 2004/02/13 21:22:45 sab 1.37.38.3: RESYNC: (1.38-1.40); FILE MERGED 2004/01/05 18:33:52 sab 1.37.38.2: RESYNC: (1.37-1.38); FILE MERGED 2004/01/05 11:52:32 sab 1.37.38.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [14ab4bb5f05fa07d4c31c5b3f55ff0532bf61ced]

        INTEGRATION: CWS calcuno01 (1.3.308); FILE MERGED 2004/10/13 13:48:54 sab 1.3.308.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/05 11:52:29 sab 1.3.308.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [83d8c0a1682bca2b569caa8617951751eff1d028]

        INTEGRATION: CWS calcuno01 (1.2.60); FILE MERGED 2004/10/13 13:48:46 sab 1.2.60.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/05 11:52:28 sab 1.2.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d9938f4b56e54ed7e3adaae42f3744b519ae55e6]

        INTEGRATION: CWS calcuno01 (1.5.204); FILE MERGED 2004/01/05 11:52:28 sab 1.5.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [df69087d9784fc3e45ec922602bf132009ed16c5]

        INTEGRATION: CWS calcuno01 (1.18.204); FILE MERGED 2004/10/13 13:48:37 sab 1.18.204.5: RESYNC: (1.21-1.23); FILE MERGED 2004/04/29 06:44:34 sab 1.18.204.4: RESYNC: (1.20-1.21); FILE MERGED 2004/03/24 10:37:54 dr 1.18.204.3: RESYNC: (1.19-1.20); FILE MERGED 2004/01/05 18:33:27 sab 1.18.204.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:52:24 sab 1.18.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [12be2c71a032f750070d30c1770356154473abb9]

        INTEGRATION: CWS calcuno01 (1.8.306); FILE MERGED 2004/10/15 11:11:49 sab 1.8.306.4: solve merge conflicts 2004/10/13 13:48:28 sab 1.8.306.3: RESYNC: (1.9-1.12); FILE MERGED 2004/04/29 06:44:27 sab 1.8.306.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:52:24 sab 1.8.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [18517b524b2e389caef445f46e58eeba3ba4c8d5]

        INTEGRATION: CWS calcuno01 (1.5.304); FILE MERGED 2004/10/13 13:48:20 sab 1.5.304.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/05 11:52:23 sab 1.5.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f84339eea56842d57cf72709b77891ea651d9ff2]

        INTEGRATION: CWS calcuno01 (1.2.346); FILE MERGED 2004/01/05 11:52:20 sab 1.2.346.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [00ee2004202c498ef34946d957f2ed6b6914d776]

        INTEGRATION: CWS calcuno01 (1.18.70); FILE MERGED 2004/10/13 13:48:12 sab 1.18.70.2: RESYNC: (1.18-1.20); FILE MERGED 2004/01/05 11:52:19 sab 1.18.70.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4919883bff46ba030dc87529f33c70b84ecc5ac5]

        INTEGRATION: CWS calcuno01 (1.11.60); FILE MERGED 2005/01/06 12:48:06 sab 1.11.60.3: RESYNC: (1.13-1.14); FILE MERGED 2004/10/13 13:48:03 sab 1.11.60.2: RESYNC: (1.11-1.13); FILE MERGED 2004/01/05 11:52:17 sab 1.11.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c7c5f2ff974292f2e572af432f961a82b4506434]

        INTEGRATION: CWS calcuno01 (1.4.22); FILE MERGED 2004/04/29 06:44:04 sab 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/05 11:52:15 sab 1.4.22.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [96e71f133c99b83642f33617a82b59586bdcb646]

        INTEGRATION: CWS calcuno01 (1.79.8); FILE MERGED 2005/01/06 12:47:58 sab 1.79.8.9: RESYNC: (1.87-1.89); FILE MERGED 2004/10/13 13:47:43 sab 1.79.8.8: RESYNC: (1.83-1.87); FILE MERGED 2004/06/04 11:38:09 sab 1.79.8.7: #i22706#; handle read only properties 2004/04/28 14:55:36 sab 1.79.8.6: #i22706#; return the names 2004/03/24 10:37:43 dr 1.79.8.5: RESYNC: (1.80-1.83); FILE MERGED 2004/02/13 21:22:23 sab 1.79.8.4: RESYNC: (1.79-1.80); FILE MERGED 2004/02/12 17:19:29 sab 1.79.8.3: #i22706#; add getDirectPropertyValuesTolerant 2004/01/14 17:20:01 sab 1.79.8.2: #i23114#; increment count after getting object 2004/01/05 11:50:49 sab 1.79.8.1: #i22706#; improve API using; add new cellflag

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e328d2361f39b53725b55d248a1fdafbd269500c]

        INTEGRATION: CWS sj16 (1.1.38); FILE MERGED 2005/02/25 16:32:59 sj 1.1.38.1: #i41094# using icons provided by sts (no longer using self mirrored icons)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d24b7610c62d6759242ba36c7be743c2d6ee22e2]

        INTEGRATION: CWS calcuno01 (1.4.22); FILE MERGED 2004/04/29 06:43:46 sab 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/05 11:52:11 sab 1.4.22.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b946ba8e8c808b53601a1028281ad43a382983f5]

        INTEGRATION: CWS calcuno01 (1.15.60); FILE MERGED 2004/10/15 11:11:48 sab 1.15.60.3: solve merge conflicts 2004/10/13 13:47:33 sab 1.15.60.2: RESYNC: (1.15-1.17); FILE MERGED 2004/01/05 11:52:07 sab 1.15.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e01e712784a821fe28dfe0520f8ed49148373bdf]

        INTEGRATION: CWS calcuno01 (1.8.60); FILE MERGED 2004/10/13 13:47:25 sab 1.8.60.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:52:04 sab 1.8.60.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [93e6f897c40274d87943b04b62ed9f34897708e5]

        INTEGRATION: CWS hc680pb3 (1.15.30); FILE MERGED 2005/03/04 10:40:17 abi 1.15.30.1: #i38426# adding events to get the title

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ba8ebebf625fa2b56a1dee326c5fdf4096ba3dee]

        INTEGRATION: CWS calcuno01 (1.2.44); FILE MERGED 2004/10/13 13:47:16 sab 1.2.44.2: RESYNC: (1.2-1.3); FILE MERGED 2004/01/05 11:52:00 sab 1.2.44.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5a698b3b9d1c25b91ab465ef48df8587bf570366]

        INTEGRATION: CWS sj16 (1.1.38); FILE MERGED 2005/02/25 16:33:01 sj 1.1.38.1: #i41094# using icons provided by sts (no longer using self mirrored icons)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [868e4d298b7e0b145e2805587a280cb731b0cba0]

        INTEGRATION: CWS calcuno01 (1.63.58); FILE MERGED 2005/03/04 16:25:16 sab 1.63.58.8: RESYNC: (1.77-1.78); FILE MERGED 2005/01/27 17:18:27 sab 1.63.58.7: RESYNC: (1.76-1.77); FILE MERGED 2005/01/06 12:39:00 sab 1.63.58.6: RESYNC: (1.74-1.76); FILE MERGED 2004/10/13 13:00:11 sab 1.63.58.5: RESYNC: (1.67-1.74); FILE MERGED 2004/06/07 14:29:06 sab 1.63.58.4: RESYNC: (1.66-1.67); FILE MERGED 2004/03/24 10:48:11 dr 1.63.58.3: RESYNC: (1.65-1.66); FILE MERGED 2004/02/13 21:33:40 sab 1.63.58.2: RESYNC: (1.63-1.65); FILE MERGED 2004/01/05 12:16:47 sab 1.63.58.1: #i22706#; DisableIdl on loading and saving xml

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [12dc620ef5cd62aa70ab99b0aa01e618388d152c]

        INTEGRATION: CWS calcuno01 (1.49.204); FILE MERGED 2005/01/27 17:17:19 sab 1.49.204.5: RESYNC: (1.53-1.54); FILE MERGED 2005/01/06 12:36:26 sab 1.49.204.4: RESYNC: (1.52-1.53); FILE MERGED 2004/10/15 11:11:48 sab 1.49.204.3: solve merge conflicts 2004/10/13 12:46:43 sab 1.49.204.2: RESYNC: (1.49-1.52); FILE MERGED 2004/01/05 11:57:32 sab 1.49.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a044675cc02c2e34b3b9b70101865002c3189ec1]

        INTEGRATION: CWS calcuno01 (1.30.10); FILE MERGED 2005/03/04 16:24:51 sab 1.30.10.6: RESYNC: (1.32-1.33); FILE MERGED 2005/01/06 12:36:17 sab 1.30.10.5: RESYNC: (1.31-1.32); FILE MERGED 2004/10/13 12:46:34 sab 1.30.10.4: RESYNC: (1.30-1.31); FILE MERGED 2004/03/26 09:32:13 dr 1.30.10.3: #100000# for scope 2004/01/07 14:05:35 sab 1.30.10.2: #i22706#; fix linux compiler problems 2004/01/05 11:57:30 sab 1.30.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [83ba0541f7f464ce8fc95eacb904e31d937d229e]

        INTEGRATION: CWS calcuno01 (1.23.10); FILE MERGED 2005/01/06 12:36:08 sab 1.23.10.4: RESYNC: (1.25-1.26); FILE MERGED 2004/10/13 12:46:24 sab 1.23.10.3: RESYNC: (1.24-1.25); FILE MERGED 2004/01/05 18:56:03 sab 1.23.10.2: RESYNC: (1.23-1.24); FILE MERGED 2004/01/05 11:57:28 sab 1.23.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ba1d4d67b3008a972a4bcad5910ba0220c347f3c]

        INTEGRATION: CWS calcuno01 (1.35.10); FILE MERGED 2005/03/10 09:50:11 sab 1.35.10.7: #i22706#; solve merge problems 2005/03/04 16:24:39 sab 1.35.10.6: RESYNC: (1.39-1.40); FILE MERGED 2005/01/06 12:35:59 sab 1.35.10.5: RESYNC: (1.37-1.39); FILE MERGED 2004/10/13 12:46:15 sab 1.35.10.4: RESYNC: (1.36-1.37); FILE MERGED 2004/02/13 21:37:43 sab 1.35.10.3: RESYNC: (1.35-1.36); FILE MERGED 2004/01/07 14:05:33 sab 1.35.10.2: #i22706#; fix linux compiler problems 2004/01/05 11:57:25 sab 1.35.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1910261e1afaa89d02a30d4c571782b6ad16cd42]

        INTEGRATION: CWS calcuno01 (1.21.326); FILE MERGED 2004/01/05 11:57:23 sab 1.21.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [910996e1bd0b90e2e9886a192653a55c10819c79]

        INTEGRATION: CWS calcuno01 (1.44.10); FILE MERGED 2005/03/14 15:12:49 nn 1.44.10.6: #i44996# merge error 2005/01/06 12:35:50 sab 1.44.10.5: RESYNC: (1.50-1.53); FILE MERGED 2004/10/15 11:11:47 sab 1.44.10.4: solve merge conflicts 2004/10/13 12:46:07 sab 1.44.10.3: RESYNC: (1.45-1.50); FILE MERGED 2004/03/26 09:32:13 dr 1.44.10.2: #100000# for scope 2004/01/05 11:57:21 sab 1.44.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [01d60ddeab1d23fc2d6001607dce9fc0b44247f5]

        INTEGRATION: CWS swqbugfixes17 (1.83.32); FILE MERGED 2005/03/03 10:17:01 od 1.83.32.1: #i43775# <SwView::Notify()> - handle dying hint from view frame in order 	 to reset member <pShell>.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [17552eadacdb50db8eb1eeb81301cebd0f50de26]

        INTEGRATION: CWS calcuno01 (1.47.82); FILE MERGED 2005/01/27 17:17:09 sab 1.47.82.6: RESYNC: (1.55-1.56); FILE MERGED 2005/01/06 12:35:42 sab 1.47.82.5: RESYNC: (1.53-1.55); FILE MERGED 2004/10/15 11:11:47 sab 1.47.82.4: solve merge conflicts 2004/10/13 12:45:46 sab 1.47.82.3: RESYNC: (1.49-1.53); FILE MERGED 2004/02/13 21:37:35 sab 1.47.82.2: RESYNC: (1.47-1.48); FILE MERGED 2004/01/05 11:57:17 sab 1.47.82.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8132328d15e6af3d19f7ae07b2e9e1b202385762]

        INTEGRATION: CWS calcuno01 (1.4.338); FILE MERGED 2004/01/05 11:57:13 sab 1.4.338.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [962495d7ba0d579951fbd65a985b9cb18cc0b854]

        INTEGRATION: CWS swqbugfixes17 (1.129.34); FILE MERGED 2005/03/11 11:48:11 od 1.129.34.4: #i44334#, #i44681# - indicate at <SwDrawFrmFmt>, that positioning attributes 		     are already set. 2005/03/10 12:25:20 fme 1.129.34.3: RESYNC: (1.129-1.130); FILE MERGED 2005/03/07 10:21:51 od 1.129.34.2: #b6234902# <SwWW8ImplReader::Read_GrafLayer(..)> 	   - Both flags <bBelowText> and <bDrawHell> have to be set to 	     move object to the background. 2005/03/03 14:08:45 od 1.129.34.1: #i43718# <SwWW8ImplReader::ProcessEscherAlign(..)> 	 - consider inline escher hack on determination of the anchor type.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [86860b99f2050663ab7d9d341ef102b2645f2270]

        INTEGRATION: CWS calcuno01 (1.12.332); FILE MERGED 2004/01/05 11:57:11 sab 1.12.332.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9df5b64ccb00f06cefcde773845207670f136d2b]

        INTEGRATION: CWS swqbugfixes17 (1.63.18); FILE MERGED 2005/03/11 11:43:52 od 1.63.18.1: #i44334#, #i44681# method <SwXShape::_ConvertTransformationToLayoutDir(..)> 		   - correction manipulation of transformation structure.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5a9a2527610f98edbd5683b826f9d0c16b734c6d]

        INTEGRATION: CWS swqbugfixes17 (1.96.332); FILE MERGED 2005/03/11 11:03:14 fme 1.96.332.1: #i44501# Set FillColor and LineColor before DrawRect()

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [322fca61e2e1432dd90ac7c92de7f5aab413caeb]

        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>  [9089a0fb4449a107a0a14cba70d045e2319d8c40]

        INTEGRATION: CWS calcuno01 (1.7.326); FILE MERGED 2004/10/13 12:45:36 sab 1.7.326.3: RESYNC: (1.8-1.9); FILE MERGED 2004/03/24 10:52:58 dr 1.7.326.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/05 11:57:06 sab 1.7.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f14f1c09ad0733c66f248cab407aa9f19bdbd79e]

        INTEGRATION: CWS swqbugfixes17 (1.3.444); FILE MERGED 2005/03/09 09:36:32 od 1.3.444.1: #i44347# <SwAsCharAnchoredObjectPosition::CalcPosition()> 	 - keep last object rectangle at anchored object instance for 	   anchored drawing objects.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4d85949b6848bc64561e46be726a07467dd75311]

        INTEGRATION: CWS calcuno01 (1.21.310); FILE MERGED 2004/10/13 12:45:28 sab 1.21.310.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/05 11:57:04 sab 1.21.310.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [af22d26323d4958eb85f17095625aa8dbc5ea427]

        INTEGRATION: CWS swqbugfixes17 (1.72.2); FILE MERGED 2005/03/14 13:01:13 fme 1.72.2.1: #i44978# Crash due to 0 pointer access

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f88560ea251a531bccb8bd8bd0acb3678dde29b4]

        INTEGRATION: CWS calcuno01 (1.12.76); FILE MERGED 2004/01/05 11:57:04 sab 1.12.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c6a8337075102874c35117d0a32aed434f8e3076]

        INTEGRATION: CWS swqbugfixes17 (1.8.110); FILE MERGED 2005/03/08 14:31:42 od 1.8.110.1: #44049# methods <SwObjectFormatterTxtFrm::DoFormatObj(..)> and 	<SwObjectFormatterTxtFrm::DoFormatObj(..)> 	- if anchored objects has cleared environment, consider that 	  anchor frame is already marked to move forward. 	method <SwObjectFormatterTxtFrm::_FormatAnchorFrmForCheckMoveFwd()> 	- avoid format of anchor frame and following frames during format of 	  parent section and previous columns.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fdaf242948b13a779fc1d3b72e5b9bc7b097dd69]

        INTEGRATION: CWS calcuno01 (1.3.340); FILE MERGED 2004/01/05 11:57:03 sab 1.3.340.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [afa0f821725520c20111170d14e08d399b36f892]

        INTEGRATION: CWS swqbugfixes17 (1.18.380); FILE MERGED 2005/03/03 12:02:14 od 1.18.380.1: #i43771# <SwHeadFootFrm::FormatSize(..)> - format also objects anchored 	 at text frames.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5a3082ce53c53258c93a97db59dbe15e06e1c418]

        INTEGRATION: CWS calcuno01 (1.7.326); FILE MERGED 2005/01/06 12:35:33 sab 1.7.326.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/05 11:57:01 sab 1.7.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [baf88ec5c361f9165e633ed8aa4469a11d1f6b75]

        INTEGRATION: CWS swqbugfixes17 (1.74.106); FILE MERGED 2005/03/11 14:38:08 od 1.74.106.3: #i44016# <SwLayNotify::~SwLayNotify()> - force unlock of position of 	 lower objects by method <NotifyLowerObjs(..)> 2005/03/08 14:25:59 od 1.74.106.2: #i44049# <SwCntntNotify::~SwCntntNotify()> - invalidate anchored objects, if          position has changed - moved from <SwCntntFrm::MakeAll(..)> to this method. 2005/03/04 08:12:25 od 1.74.106.1: #b6234250# <GetFrmOfModify(..)> - format parent Writer fly frame. if 	   it isn't formatted yet and if a format of the frame is requested.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2a5dfd0cf940154ed4acf25943133130a55438e2]

        INTEGRATION: CWS calcuno01 (1.67.10); FILE MERGED 2005/03/04 16:24:28 sab 1.67.10.8: RESYNC: (1.84-1.85); FILE MERGED 2005/01/06 12:35:25 sab 1.67.10.7: RESYNC: (1.77-1.84); FILE MERGED 2004/10/13 12:45:19 sab 1.67.10.6: RESYNC: (1.71-1.77); FILE MERGED 2004/06/07 14:24:24 sab 1.67.10.5: RESYNC: (1.70-1.71); FILE MERGED 2004/04/29 06:40:13 sab 1.67.10.4: RESYNC: (1.69-1.70); FILE MERGED 2004/03/24 10:52:50 dr 1.67.10.3: RESYNC: (1.68-1.69); FILE MERGED 2004/02/13 21:37:26 sab 1.67.10.2: RESYNC: (1.67-1.68); FILE MERGED 2004/01/05 11:57:00 sab 1.67.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c0f50e19efead52bb5a83ee7c5de54763b5add77]

        INTEGRATION: CWS swqbugfixes17 (1.40.34); FILE MERGED 2005/03/03 12:00:46 od 1.40.34.1: #i43771# class <SwFlyFreeFrm> - implementation of overloaded method <IsFormatPossible()>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ac2b0855ad83c6cd1b8701ecdf64c8fe78d009c8]

        INTEGRATION: CWS calcuno01 (1.90.10); FILE MERGED 2005/03/04 16:24:16 sab 1.90.10.7: RESYNC: (1.111-1.112); FILE MERGED 2005/01/06 12:35:16 sab 1.90.10.6: RESYNC: (1.103-1.111); FILE MERGED 2004/10/13 12:45:09 sab 1.90.10.5: RESYNC: (1.93-1.103); FILE MERGED 2004/06/07 14:24:15 sab 1.90.10.4: RESYNC: (1.92-1.93); FILE MERGED 2004/04/29 06:40:05 sab 1.90.10.3: RESYNC: (1.91-1.92); FILE MERGED 2004/03/24 10:52:41 dr 1.90.10.2: RESYNC: (1.90-1.91); FILE MERGED 2004/01/05 11:56:59 sab 1.90.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f367ecf064bfa71394ddbd9030b46e3850cf715a]

        INTEGRATION: CWS swqbugfixes17 (1.66.154); FILE MERGED 2005/03/11 14:36:21 od 1.66.154.2: #i44016# <SwLayoutFrm::NotifyLowerObjs(..)> - consider new parameter <_bUnlockPosOfObjs> 2005/03/08 14:27:37 od 1.66.154.1: #i44049# <CalcCntnt(..)> - refine condition to restart with previous invalid frame.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f64a87058ac4826bd361bd5287a6d5774a2f1242]

        INTEGRATION: CWS calcuno01 (1.6.312); FILE MERGED 2004/01/05 11:56:58 sab 1.6.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a3b1e07f657377b462865f29cac7b8dfb98dacb7]

        INTEGRATION: CWS calcuno01 (1.4.316); FILE MERGED 2004/01/05 11:56:57 sab 1.4.316.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [afc7589e8f6c5cb0b92de8641648c1942d4dbb7e]

        INTEGRATION: CWS swqbugfixes17 (1.45.148); FILE MERGED 2005/03/08 14:23:44 od 1.45.148.1: #i44049# <SwFlowFrm::MoveBwd(..)> - no move backward of text frame, if 	 one of its anchored objects has restarted the layout process.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [445f6a33e25c8543f033f353c7f5503af4b4d5fc]

        INTEGRATION: CWS calcuno01 (1.10.306); FILE MERGED 2004/10/13 12:44:59 sab 1.10.306.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/05 11:56:57 sab 1.10.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [89346146385189938f69c789233a3681ad622d46]

        INTEGRATION: CWS swqbugfixes17 (1.54.18); FILE MERGED 2005/03/08 14:17:46 od 1.54.18.1: #i44049# - <SwFrm::PrepareMake(..)> - no format of previous frames, if 	   the current one is a table frame and its previous frame wants 	   to keep with it. 	 - <SwCntntFrm::MakeAll(..)> - no invalidation of anchored objects 	   during format - now it's done in <SwCntntNotify::~SwCntntNotify()>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6cd9d47c43e9da1986e941c6f5a7edd7dc1235a8]

        INTEGRATION: CWS calcuno01 (1.73.204); FILE MERGED 2005/03/04 16:24:05 sab 1.73.204.5: RESYNC: (1.77-1.78); FILE MERGED 2005/01/06 12:35:07 sab 1.73.204.4: RESYNC: (1.76-1.77); FILE MERGED 2004/10/13 12:44:50 sab 1.73.204.3: RESYNC: (1.74-1.76); FILE MERGED 2004/06/07 14:23:58 sab 1.73.204.2: RESYNC: (1.73-1.74); FILE MERGED 2004/01/05 11:56:56 sab 1.73.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [28a1beeed71f1c2fde215b132401976a92cf676e]

        INTEGRATION: CWS swqbugfixes17 (1.11.18); FILE MERGED 2005/03/08 09:19:33 od 1.11.18.1: #i44339# methods of classes <SwAnchoredObject> and <SwAnchoredDrawObject> 	 - include code to increase its savety.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9a7897db90380dbbe179359ebf13f7105a20ee38]

        INTEGRATION: CWS swqbugfixes17 (1.9.154); FILE MERGED 2005/03/11 11:50:12 od 1.9.154.3: #i44334#, #i44681# - set positioning attributes, if not already set. 		   - convert positioning attributes, if position is 		     in horizontal-left-to-right-layout 2005/03/09 15:14:44 od 1.9.154.2: #i44559# <SwAnchoredDrawObject::InvalidateObjPos()> 	 - on notify of anchor text frame for as-character drawing objects 	   assure, that text hint for the drawing object already exists 2005/03/08 09:19:33 od 1.9.154.1: #i44339# methods of classes <SwAnchoredObject> and <SwAnchoredDrawObject> 	 - include code to increase its savety.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [68392eecc5654b16cadbc93804e0b68f05cc2ec7]

        INTEGRATION: CWS calcuno01 (1.7.312); FILE MERGED 2005/01/06 12:34:50 sab 1.7.312.3: RESYNC: (1.8-1.9); FILE MERGED 2004/10/13 12:44:32 sab 1.7.312.2: RESYNC: (1.7-1.8); FILE MERGED 2004/01/05 11:56:53 sab 1.7.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [329ccdf66250c0c2f4af4a900f1d2ca5deb6da77]

        INTEGRATION: CWS swqbugfixes17 (1.11.350); FILE MERGED 2005/03/11 14:34:44 od 1.11.350.1: #i44016# method <SwLayoutFrm::NotifyLowerObjs(..)> - introduce parameter 	 <_bUnlockPosOfObjs> to force an unlock of the position of the 	 lower objects.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [38e8e685e47a951be3d822f1f9a79a37b064c8d7]

        INTEGRATION: CWS calcuno01 (1.20.204); FILE MERGED 2005/01/06 12:34:42 sab 1.20.204.4: RESYNC: (1.23-1.24); FILE MERGED 2004/10/13 12:44:24 sab 1.20.204.3: RESYNC: (1.21-1.23); FILE MERGED 2004/03/24 10:52:21 dr 1.20.204.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/05 11:56:52 sab 1.20.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a639d83ceb67a4469139c902698aa34e481fafa8]

        INTEGRATION: CWS swqbugfixes17 (1.10.154); FILE MERGED 2005/03/03 11:59:04 od 1.10.154.1: #i43771# class <SwFlyFreeFrm> - overload method <IsFormatPossible()>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d7d93e371cf6012ad205f71c67ebf2c43fad90da]

        INTEGRATION: CWS calcuno01 (1.9.316); FILE MERGED 2004/10/13 12:44:15 sab 1.9.316.3: RESYNC: (1.10-1.13); FILE MERGED 2004/04/29 06:39:49 sab 1.9.316.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 11:56:50 sab 1.9.316.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e0df8fb01b56cda11ea33faa2d782f56ccf7d0ed]

        INTEGRATION: CWS swqbugfixes17 (1.7.380); FILE MERGED 2005/03/10 16:07:53 fme 1.7.380.2: #i44049# Syntax error 2005/03/08 14:05:40 od 1.7.380.1: #i44049# class <SwFlowFrm> - declare class <SwObjectFormatterTxtFrm> and 	 method <CalcCntnt(..)> as friends.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2a8d011c2d81a93cd436001f3f917b574c6a86ee]

        INTEGRATION: CWS calcuno01 (1.12.326); FILE MERGED 2005/01/06 12:34:33 sab 1.12.326.4: RESYNC: (1.16-1.18); FILE MERGED 2004/10/13 12:44:07 sab 1.12.326.3: RESYNC: (1.13-1.16); FILE MERGED 2004/04/29 06:39:41 sab 1.12.326.2: RESYNC: (1.12-1.13); FILE MERGED 2004/01/05 11:56:48 sab 1.12.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [10bf39cad82ea41c06884684b081922ad651c3ec]

        INTEGRATION: CWS swqbugfixes17 (1.38.148); FILE MERGED 2005/03/11 11:46:32 od 1.38.148.1: #i44334#, #i44681# - indicate at <SwDrawFrmFmt>, that positioning attributes 		     are already set.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fee1797d1dbd9600aab4f8f54b9a4e47ff9bc9da]

        INTEGRATION: CWS calcuno01 (1.14.76); FILE MERGED 2005/01/06 12:34:24 sab 1.14.76.3: RESYNC: (1.15-1.17); FILE MERGED 2004/10/13 12:43:58 sab 1.14.76.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/05 11:56:45 sab 1.14.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1404826c0bb43de5444e25c067f62b470a7d0a86]

        INTEGRATION: CWS swqbugfixes17 (1.41.18); FILE MERGED 2005/03/09 10:37:23 od 1.41.18.2: #i44464# <SwFlyDrawContact::MoveObjToVisibleLayer(..) 	 - consider, that Writer fly frame content already exists. 2005/03/08 09:17:03 od 1.41.18.1: #i44339# <SwDrawContact::Changed(..)> 	 - no event handling during destruction of document. 	   exception: It's the SDRUSERCALL_DELETE event.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [58186a88bcbc4f7716d7126f5a9e8d4ee92da9ea]

        INTEGRATION: CWS calcuno01 (1.5.332); FILE MERGED 2004/01/05 11:56:45 sab 1.5.332.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e4981db1d7dd6e88d430ba8306211a3c7f087920]

        INTEGRATION: CWS swqbugfixes17 (1.30.154); FILE MERGED 2005/03/11 11:46:32 od 1.30.154.1: #i44334#, #i44681# - indicate at <SwDrawFrmFmt>, that positioning attributes 		     are already set.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9e8e58cec54fd85de8d27facd75e49f233110e8b]

        INTEGRATION: CWS calcuno01 (1.6.336); FILE MERGED 2004/01/05 11:56:43 sab 1.6.336.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [57baaa5379dc046886ca2c7eeb47626f7888c2bb]

        INTEGRATION: CWS swqbugfixes17 (1.12.206); FILE MERGED 2005/03/11 11:41:54 od 1.12.206.1: #i44334#, #i44681# - class <SwXShape> - remove unused method

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cc94e16802dc34471a5357e3b9eed3ed971fb8c6]

        INTEGRATION: CWS calcuno01 (1.15.326); FILE MERGED 2004/10/13 12:43:49 sab 1.15.326.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/05 11:56:40 sab 1.15.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d2edfb7020c4f567228d25052282304c30f45830]

        INTEGRATION: CWS swqbugfixes17 (1.7.260); FILE MERGED 2005/03/14 08:08:10 fme 1.7.260.2: #i44334#, #i44681# PosAttrSet return value set to void 2005/03/11 11:39:54 od 1.7.260.1: #i44334#, #i44681# class <SwDrawFrmFmt> 		   - adjust default value of <mnPositionLayoutDir> 		   - introduce new member <mbPosAttrSet>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b834f02a90ad2522835739ce3601a8823bf31e6e]

        INTEGRATION: CWS calcuno01 (1.19.306); FILE MERGED 2004/10/15 11:11:46 sab 1.19.306.3: solve merge conflicts 2004/10/13 12:43:41 sab 1.19.306.2: RESYNC: (1.19-1.20); FILE MERGED 2004/01/05 11:56:37 sab 1.19.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [940720af80c9955eb289c0910815e4c6d34bf1c5]

        INTEGRATION: CWS calcuno01 (1.75.76); FILE MERGED 2005/02/22 13:14:34 sab 1.75.76.6: RESYNC: (1.80-1.81); FILE MERGED 2005/02/04 16:14:32 sab 1.75.76.5: #i22706#; solve merge conflicts 2005/01/27 17:16:49 sab 1.75.76.4: RESYNC: (1.79-1.80); FILE MERGED 2005/01/06 12:34:16 sab 1.75.76.3: RESYNC: (1.78-1.79); FILE MERGED 2004/10/13 12:43:33 sab 1.75.76.2: RESYNC: (1.75-1.78); FILE MERGED 2004/01/05 11:56:34 sab 1.75.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5388ce73e58dd564d7cec587ec2e8ef2803382fe]

        INTEGRATION: CWS calcuno01 (1.20.304); FILE MERGED 2005/01/06 12:34:06 sab 1.20.304.4: RESYNC: (1.22-1.23); FILE MERGED 2004/04/29 06:39:27 sab 1.20.304.3: RESYNC: (1.21-1.22); FILE MERGED 2004/02/13 21:37:09 sab 1.20.304.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/05 11:56:30 sab 1.20.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6d0f6e626c9ae119b253c1a03e479cabc7a3748d]

        INTEGRATION: CWS calcuno01 (1.8.322); FILE MERGED 2005/01/06 12:33:58 sab 1.8.322.3: RESYNC: (1.10-1.11); FILE MERGED 2004/10/13 12:43:15 sab 1.8.322.2: RESYNC: (1.8-1.10); FILE MERGED 2004/01/05 11:56:25 sab 1.8.322.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [87344e8eb97815e51fd4382ac69e047d0e007fab]

        INTEGRATION: CWS calcuno01 (1.18.326); FILE MERGED 2004/10/13 12:43:07 sab 1.18.326.3: RESYNC: (1.19-1.21); FILE MERGED 2004/03/24 10:52:11 dr 1.18.326.2: RESYNC: (1.18-1.19); FILE MERGED 2004/01/05 11:56:22 sab 1.18.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5498dfbf053f63ce52b28f1e527bf9a15f880545]

        INTEGRATION: CWS calcuno01 (1.7.326); FILE MERGED 2004/01/05 11:56:21 sab 1.7.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b32317956469f356e0f6377fe2c3b625e4c4c384]

        INTEGRATION: CWS calcuno01 (1.6.324); FILE MERGED 2004/01/05 11:56:17 sab 1.6.324.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7dd36ace6459d5345c37fec282176a723414e8d7]

        INTEGRATION: CWS calcuno01 (1.8.326); FILE MERGED 2004/10/13 12:42:59 sab 1.8.326.3: RESYNC: (1.9-1.10); FILE MERGED 2004/03/24 10:52:00 dr 1.8.326.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:56:15 sab 1.8.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [722c715345ac2bf5a946435e746c76eabd97c094]

        INTEGRATION: CWS calcuno01 (1.3.338); FILE MERGED 2004/01/05 11:56:13 sab 1.3.338.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f1450589483ae81c533887dcc9bf08734908395b]

        INTEGRATION: CWS calcuno01 (1.21.304); FILE MERGED 2004/10/13 12:42:50 sab 1.21.304.4: RESYNC: (1.22-1.23); FILE MERGED 2004/02/17 09:58:06 sab 1.21.304.3: #i22706#; fix problems on merge 2004/02/13 21:37:01 sab 1.21.304.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/05 11:56:11 sab 1.21.304.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [353f6bd15ee6445fb9efcfe8978d0acdf3233870]

        INTEGRATION: CWS calcuno01 (1.21.312); FILE MERGED 2004/10/13 12:42:33 sab 1.21.312.2: RESYNC: (1.21-1.22); FILE MERGED 2004/01/05 11:56:06 sab 1.21.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d9c83343b8d459d12f22bac7d469e7edb4d5e70d]

        INTEGRATION: CWS calcuno01 (1.11.204); FILE MERGED 2004/01/05 11:56:03 sab 1.11.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f1f2ba5d441997c210bce90b984278128f922169]

        INTEGRATION: CWS calcuno01 (1.4.334); FILE MERGED 2004/01/05 11:56:01 sab 1.4.334.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [51ffd85cd7d74bde99193ced9147b28dd9a0df23]

        INTEGRATION: CWS calcuno01 (1.8.326); FILE MERGED 2004/01/07 13:48:13 sab 1.8.326.2: #i24109#; need a temp object of XTextCursor 2004/01/05 11:55:59 sab 1.8.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c290532b0b72d64778f16f6dd623d9da95fc5fb0]

        INTEGRATION: CWS calcuno01 (1.15.76); FILE MERGED 2004/10/13 12:42:15 sab 1.15.76.2: RESYNC: (1.15-1.16); FILE MERGED 2004/01/05 11:55:56 sab 1.15.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [79898948128de9d97ee4b2c9fd9204952398d40d]

        INTEGRATION: CWS calcuno01 (1.21.76); FILE MERGED 2004/10/13 12:42:07 sab 1.21.76.2: RESYNC: (1.21-1.23); FILE MERGED 2004/01/05 11:55:52 sab 1.21.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [52d1300f87c5bc929be4426d498794377f17be20]

        INTEGRATION: CWS calcuno01 (1.5.332); FILE MERGED 2004/10/13 12:41:49 sab 1.5.332.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/05 11:55:44 sab 1.5.332.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1d009b5afc8c9cc5a1438633b6362b87c0c8f765]

        INTEGRATION: CWS calcuno01 (1.4.332); FILE MERGED 2004/10/13 12:41:40 sab 1.4.332.2: RESYNC: (1.4-1.5); FILE MERGED 2004/01/05 11:55:40 sab 1.4.332.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3f29c88a7850b2669564489fe8a31c9020ec8b5b]

        INTEGRATION: CWS calcuno01 (1.25.76); FILE MERGED 2004/10/13 12:41:31 sab 1.25.76.2: RESYNC: (1.25-1.27); FILE MERGED 2004/01/05 11:55:38 sab 1.25.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [48ef28b82deed487858036306511d255beb1f654]

        INTEGRATION: CWS calcuno01 (1.36.76); FILE MERGED 2004/10/13 12:41:22 sab 1.36.76.3: RESYNC: (1.36-1.38); FILE MERGED 2004/02/12 17:17:21 sab 1.36.76.2: #i22706#; set start value for ValidationIndex 2004/01/05 11:55:34 sab 1.36.76.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [62b48b297819e047922ad9da7e19e81364e29232]

        INTEGRATION: CWS calcuno01 (1.14.10); FILE MERGED 2004/10/13 12:41:13 sab 1.14.10.5: RESYNC: (1.16-1.17); FILE MERGED 2004/04/29 06:39:18 sab 1.14.10.4: RESYNC: (1.15-1.16); FILE MERGED 2004/03/26 09:32:12 dr 1.14.10.3: #100000# for scope 2004/03/24 10:51:47 dr 1.14.10.2: RESYNC: (1.14-1.15); FILE MERGED 2004/01/05 11:55:31 sab 1.14.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d4c442d448699bc44e1655e723c9f2828762ccca]

        INTEGRATION: CWS calcuno01 (1.10.10); FILE MERGED 2005/02/22 13:14:24 sab 1.10.10.6: RESYNC: (1.17-1.18); FILE MERGED 2005/01/06 12:33:41 sab 1.10.10.5: RESYNC: (1.15-1.17); FILE MERGED 2004/10/13 12:40:53 sab 1.10.10.4: RESYNC: (1.11-1.15); FILE MERGED 2004/04/29 06:39:10 sab 1.10.10.3: RESYNC: (1.10-1.11); FILE MERGED 2004/03/26 09:32:12 dr 1.10.10.2: #100000# for scope 2004/01/05 11:55:28 sab 1.10.10.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [de42ee6e1b58a7f8afdc2f9955aeb142bb832cdc]

        INTEGRATION: CWS calcuno01 (1.8.326); FILE MERGED 2005/01/06 12:33:33 sab 1.8.326.4: RESYNC: (1.11-1.13); FILE MERGED 2004/10/13 12:40:44 sab 1.8.326.3: RESYNC: (1.9-1.11); FILE MERGED 2004/03/24 10:51:38 dr 1.8.326.2: RESYNC: (1.8-1.9); FILE MERGED 2004/01/05 11:55:26 sab 1.8.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [79b2f90cbfdfc68e21079618b71b16c5c6d0f5d2]

        INTEGRATION: CWS calcuno01 (1.1.310); FILE MERGED 2004/01/05 11:55:24 sab 1.1.310.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6d60d82134052fd73269355095375e9ef84d1688]

        INTEGRATION: CWS calcuno01 (1.8.318); FILE MERGED 2004/01/05 11:55:20 sab 1.8.318.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ab3c553ddd693315613138aeedcddba2baa387c6]

        INTEGRATION: CWS calcuno01 (1.10.312); FILE MERGED 2004/01/05 11:55:18 sab 1.10.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fdebf506ba54440c6ea39c3ee507320fffdfa77b]

        INTEGRATION: CWS calcuno01 (1.6.338); FILE MERGED 2004/01/05 11:55:14 sab 1.6.338.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [36bde921ba748cd3f309baaaac4adda6ae2d47f3]

        INTEGRATION: CWS calcuno01 (1.10.326); FILE MERGED 2004/10/13 12:40:35 sab 1.10.326.3: RESYNC: (1.11-1.13); FILE MERGED 2004/03/24 10:51:01 dr 1.10.326.2: RESYNC: (1.10-1.11); FILE MERGED 2004/01/05 11:55:11 sab 1.10.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5dbee088d189421420d6c9b32ef82f74730a78a5]

        INTEGRATION: CWS calcuno01 (1.20.204); FILE MERGED 2004/10/13 12:40:27 sab 1.20.204.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/05 11:55:07 sab 1.20.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a47b468edb6ab2eda421e43dbdafd48f261d6fa0]

        INTEGRATION: CWS calcuno01 (1.3.340); FILE MERGED 2004/10/13 12:40:15 sab 1.3.340.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/05 11:55:04 sab 1.3.340.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [73317b41f8ed10ddf616b620f8b979e77bfa30dc]

        INTEGRATION: CWS calcuno01 (1.5.324); FILE MERGED 2004/01/05 11:55:00 sab 1.5.324.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6af977d6f082c2c574721a1c7326d3b90639ec1a]

        INTEGRATION: CWS calcuno01 (1.7.312); FILE MERGED 2004/01/05 11:54:57 sab 1.7.312.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1883e6b09c94639b47e4dd742fbcd7f09f1cdea6]

        INTEGRATION: CWS calcuno01 (1.9.306); FILE MERGED 2004/01/05 11:54:55 sab 1.9.306.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [778397e6147102c310a38414410c2102b189876c]

        INTEGRATION: CWS calcuno01 (1.9.326); FILE MERGED 2004/10/13 12:40:06 sab 1.9.326.3: RESYNC: (1.10-1.12); FILE MERGED 2004/03/24 10:51:29 dr 1.9.326.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 11:54:53 sab 1.9.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cd94fdff0915f377f5d51f63ec5a8e357c6a9f99]

        INTEGRATION: CWS calcuno01 (1.16.204); FILE MERGED 2005/02/22 13:14:12 sab 1.16.204.5: RESYNC: (1.19-1.20); FILE MERGED 2004/10/15 11:11:45 sab 1.16.204.4: solve merge conflicts 2004/10/13 12:39:58 sab 1.16.204.3: RESYNC: (1.17-1.19); FILE MERGED 2004/03/24 10:51:20 dr 1.16.204.2: RESYNC: (1.16-1.17); FILE MERGED 2004/01/05 11:54:50 sab 1.16.204.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f34d8fc0399de2d30475268ddb72cea8a9533999]

        INTEGRATION: CWS calcuno01 (1.20.326); FILE MERGED 2004/10/13 12:39:38 sab 1.20.326.3: RESYNC: (1.21-1.23); FILE MERGED 2004/03/24 10:51:11 dr 1.20.326.2: RESYNC: (1.20-1.21); FILE MERGED 2004/01/05 11:54:46 sab 1.20.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3f241e5d182e4c1a2c2e8241a992600f47cf563a]

        INTEGRATION: CWS calcuno01 (1.5.326); FILE MERGED 2004/01/05 11:54:43 sab 1.5.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [72ba60751f18b797643c7c66d445ea5ced8bef84]

        INTEGRATION: CWS calcuno01 (1.5.334); FILE MERGED 2004/01/05 11:54:40 sab 1.5.334.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [09c167e8f47fcebd8b98a6732a8ed749a8727b3c]

        INTEGRATION: CWS calcuno01 (1.11.326); FILE MERGED 2004/01/05 11:54:39 sab 1.11.326.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5b121ca7829600e2ed49f5697121d3b2cd9721a8]

        INTEGRATION: CWS calcuno01 (1.4.26); FILE MERGED 2005/03/14 13:08:52 sw 1.4.26.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3b0a02db9563fd8f8f1f1f8b30ff07ad00b5b0a1]

        INTEGRATION: CWS calcuno01 (1.4.26); FILE MERGED 2005/03/14 13:08:19 sw 1.4.26.1: #i23114#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ac1978d339026d152a63574e59eed2e458844245]

        INTEGRATION: CWS jmf5 (1.2.62); FILE MERGED 2005/03/04 20:54:51 ka 1.2.62.1: return non-seekable XInputStream instead of seekable XInputStream for performance reasons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [55295910ab6864866d607f6943e4e34d4c6770ef]

        INTEGRATION: CWS calcuno01 (1.5.148); FILE MERGED 2004/10/13 11:35:31 sab 1.5.148.2: RESYNC: (1.5-1.6); FILE MERGED 2004/01/05 11:48:04 sab 1.5.148.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [65e57894cda5f4ce3daf8b69123fc600f8c8ba76]

        INTEGRATION: CWS calcuno01 (1.19.34); FILE MERGED 2005/03/04 14:00:30 sab 1.19.34.1: #i22706#; don't use USHORT

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bd08a0d697995289d0e73ac341c5bf7b9e9883ca]

        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>  [40a83392f2edadfb27d616654675ecfc51bf3bab]

        INTEGRATION: CWS calcuno01 (1.18.38); FILE MERGED 2004/10/13 11:27:10 sab 1.18.38.4: RESYNC: (1.19-1.20); FILE MERGED 2004/03/24 11:18:21 dr 1.18.38.3: RESYNC: (1.18-1.19); FILE MERGED 2004/02/12 17:19:43 sab 1.18.38.2: #i22706#; add getDirectPropertyValuesTolerant 2004/01/05 11:48:01 sab 1.18.38.1: #i22706#; improve API using

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c03d70516738c69d3790bd87cfc8c522c7617e12]

        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>  [2f6ed28fd693c78ed56df9ad663cdbac794a2b00]

        INTEGRATION: CWS calcuno01 (1.14.242); FILE MERGED 2005/03/07 15:53:04 sab 1.14.242.5: #i22706#; solve merge conflicts 2005/02/22 13:04:09 sab 1.14.242.4: RESYNC: (1.16-1.17); FILE MERGED 2005/01/06 10:49:15 sab 1.14.242.3: RESYNC: (1.15-1.16); FILE MERGED 2004/10/13 11:07:44 sab 1.14.242.2: RESYNC: (1.14-1.15); FILE MERGED 2004/02/12 17:43:45 sab 1.14.242.1: #i22706#; better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [51b9ec84856d4f7c2f1dd9aba58ad166fb57af5c]

        INTEGRATION: CWS jmf5 (1.3.130); FILE MERGED 2005/01/21 14:31:24 ka 1.3.130.1: #i37255#: use FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cf1aa679d25751fc5904f2ff41c211542cc46525]

        INTEGRATION: CWS calcuno01 (1.13.234); FILE MERGED 2004/02/12 17:43:45 sab 1.13.234.1: #i22706#; better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [255d38d4dde538b791d3834c129535b50a0381c6]

        INTEGRATION: CWS jmf5 (1.5.64); FILE MERGED 2005/01/21 14:31:21 ka 1.5.64.1: #i37255#: use FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [aec520163d5cd89de0b0ecf7a5ceb96fcacf76dc]

        INTEGRATION: CWS calcuno01 (1.38.96); FILE MERGED 2005/03/04 15:54:49 sab 1.38.96.6: RESYNC: (1.47-1.48); FILE MERGED 2005/02/22 13:03:48 sab 1.38.96.5: RESYNC: (1.46-1.47); FILE MERGED 2005/01/06 10:48:40 sab 1.38.96.4: RESYNC: (1.44-1.46); FILE MERGED 2004/10/14 16:16:47 sab 1.38.96.3: solve merge conflicts 2004/10/13 11:07:00 sab 1.38.96.2: RESYNC: (1.38-1.44); FILE MERGED 2004/02/12 17:43:45 sab 1.38.96.1: #i22706#; better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ee13d97e781430e22895c6e1faca95a379f982b2]

        INTEGRATION: CWS jmf5 (1.32.58); FILE MERGED 2005/02/24 11:05:02 ka 1.32.58.1: #i43341#: support for alpha icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a5f6ebf44d40233b0d0e171d1ef62223a3fc83d8]

        INTEGRATION: CWS calcuno01 (1.108.66); FILE MERGED 2005/03/07 15:53:04 sab 1.108.66.10: #i22706#; solve merge conflicts 2005/03/04 15:54:38 sab 1.108.66.9: RESYNC: (1.119-1.120); FILE MERGED 2005/02/22 13:03:38 sab 1.108.66.8: RESYNC: (1.117-1.119); FILE MERGED 2005/01/06 10:48:32 sab 1.108.66.7: RESYNC: (1.115-1.117); FILE MERGED 2004/10/14 16:16:47 sab 1.108.66.6: solve merge conflicts 2004/10/13 11:06:50 sab 1.108.66.5: RESYNC: (1.111-1.115); FILE MERGED 2004/06/07 07:21:11 sab 1.108.66.4: RESYNC: (1.110-1.111); FILE MERGED 2004/04/29 05:35:18 sab 1.108.66.3: RESYNC: (1.109-1.110); FILE MERGED 2004/03/24 09:50:49 dr 1.108.66.2: RESYNC: (1.108-1.109); FILE MERGED 2004/02/12 17:43:45 sab 1.108.66.1: #i22706#; better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [de4e5eca93772866c9531bbbb49232352f2f2eaf]

        INTEGRATION: CWS jmf5 (1.24.132); FILE MERGED 2005/02/24 11:05:00 ka 1.24.132.1: #i43341#: support for alpha icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2fd6daa087193fb3ce1bac0e32b06529da71b819]

        INTEGRATION: CWS calcuno01 (1.101.98); FILE MERGED 2005/03/04 15:54:14 sab 1.101.98.10: RESYNC: (1.112-1.113); FILE MERGED 2005/02/22 13:03:28 sab 1.101.98.9: RESYNC: (1.111-1.112); FILE MERGED 2005/01/27 16:47:16 sab 1.101.98.8: RESYNC: (1.110-1.111); FILE MERGED 2005/01/06 10:48:24 sab 1.101.98.7: RESYNC: (1.106-1.110); FILE MERGED 2004/10/14 14:41:39 sab 1.101.98.6: solve merge conflicts 2004/10/14 14:18:43 sab 1.101.98.5: solve merge conflicts 2004/10/13 11:06:24 sab 1.101.98.4: RESYNC: (1.104-1.106); FILE MERGED 2004/06/07 07:20:37 sab 1.101.98.3: RESYNC: (1.102-1.104); FILE MERGED 2004/04/29 05:35:07 sab 1.101.98.2: RESYNC: (1.101-1.102); FILE MERGED 2004/02/12 17:43:44 sab 1.101.98.1: #i22706#; better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [154f29366524004272ce51d56d83e8e7851639c5]

        INTEGRATION: CWS calcuno01 (1.31.18); FILE MERGED 2004/10/14 16:16:47 sab 1.31.18.3: solve merge conflicts 2004/10/13 10:55:23 sab 1.31.18.2: RESYNC: (1.31-1.33); FILE MERGED 2004/01/05 15:41:51 sab 1.31.18.1: #i22706#; using new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [dd408dbb7fd9bcda282072320050d8fafd330038]

        INTEGRATION: CWS jmf5 (1.7.48); FILE MERGED 2005/02/24 11:04:55 ka 1.7.48.1: #i43341#: support for alpha icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [73972d98bf5337655bd5f3e4a9799e22b9d1e120]

        INTEGRATION: CWS calcuno01 (1.40.18); FILE MERGED 2004/10/13 10:55:15 sab 1.40.18.5: RESYNC: (1.40-1.42); FILE MERGED 2004/04/28 14:59:51 sab 1.40.18.4: #i22706#; use lacal variable 2004/02/25 08:00:47 sab 1.40.18.3: #i22706#; don't use MultiPropertySet to get defaults 2004/02/12 17:39:56 sab 1.40.18.2: #i22706#; add getDirectPropertyValuesTolerant 2004/01/05 15:41:47 sab 1.40.18.1: #i22706#; using new interface XTolerantMultiPropertySet

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [450c9161f664d4ad1681cd39a5aee861d0eadb0b]

        INTEGRATION: CWS calcuno01 (1.18.128); FILE MERGED 2004/10/13 10:53:37 sab 1.18.128.2: RESYNC: (1.18-1.19); FILE MERGED 2004/02/12 17:39:16 sab 1.18.128.1: #i22706#; add members for propertynames, better using of API

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ad29748f1592a4c6a4178a0cc58c8810394271e3]

        INTEGRATION: CWS calcuno01 (1.6.144); FILE MERGED 2005/01/27 16:34:59 sab 1.6.144.3: RESYNC: (1.7-1.8); FILE MERGED 2004/10/13 10:28:54 sab 1.6.144.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/12 17:38:49 sab 1.6.144.1: #i22706#; add members for propertynames

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c399978e744eca7b03cb5f1c0172251530596d85]

        INTEGRATION: CWS jmf5 (1.2.94); FILE MERGED 2004/12/23 15:18:26 ka 1.2.94.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6572d8f3dc50bf412879b2cfe5fc21ccfcbe1497]

        INTEGRATION: CWS jmf5 (1.2.94); FILE MERGED 2004/12/23 15:18:25 ka 1.2.94.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b3e61a918f979a0e4e4a38d292d7d38878ebfe7b]

        INTEGRATION: CWS jmf5 (1.1.2); FILE ADDED 2004/12/23 15:17:59 ka 1.1.2.1: initial revision

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fa697210ee18f373015de38153dd5767e7abaaf8]

        INTEGRATION: CWS jmf5 (1.86.62); FILE MERGED 2005/03/08 13:18:56 ka 1.86.62.5: RESYNC: (1.90-1.91); FILE MERGED 2005/02/10 13:18:08 ka 1.86.62.4: RESYNC: (1.88-1.90); FILE MERGED 2005/02/04 11:44:27 ka 1.86.62.3: RESYNC: (1.87-1.88); FILE MERGED 2005/01/25 11:24:24 ka 1.86.62.2: RESYNC: (1.86-1.87); FILE MERGED 2004/12/20 15:40:42 ka 1.86.62.1: #i37245#: added support for dropped media URL's

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d6e760675ce735aae8a43b5212f28aafa8226c2d]

        INTEGRATION: CWS jmf5 (1.29.134); FILE MERGED 2005/03/08 13:02:47 ka 1.29.134.3: RESYNC: (1.30-1.31); FILE MERGED 2005/01/24 15:53:06 ka 1.29.134.2: RESYNC: (1.29-1.30); FILE MERGED 2004/12/20 15:33:29 ka 1.29.134.1: #i37245#: added support for dropped media URL's

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1bf8346162f5ceb0b459c2db0226635d29d048d8]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/01/19 14:05:47 ka 1.1.1.1.20.1: #i40001: support for hid.lst

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [aa89c38a6373d0f72a7b8ae655f5fba3fb7bad71]

        INTEGRATION: CWS jmf5 (1.1.2); FILE ADDED 2005/01/19 14:04:48 ka 1.1.2.1: initial revision

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [39caf0ddbd38574c5b346fd85a5eba133945c66d]

        INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED 2005/01/19 14:10:33 ka 1.2.10.1: #i37255#: added FrameGrabber method

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d2aec621c07576d5cd47e1e09e9b63836b3a487d]

        INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED 2005/01/19 14:10:32 ka 1.2.10.1: #i37255#: added FrameGrabber method

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4ca7d3f2a8bed6d1099ce4c1e0fae2204d37b863]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/01/19 14:36:17 ka 1.1.1.1.20.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [856e757aeebf4e6d7e04f676869a286c9df2f1f1]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/01/19 14:36:16 ka 1.1.1.1.20.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [63d0263506af3d3da3cefbea8339481664b82187]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/01/20 15:20:07 ka 1.1.1.1.20.2: #i37255#: added FrameGrabber implementation 2005/01/19 14:36:16 ka 1.1.1.1.20.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1c5cf5694233a2d47afafbb6562a40f9055ddfd3]

        INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED 2005/01/20 15:20:06 ka 1.2.10.3: #i37255#: added FrameGrabber implementation 2005/01/19 16:08:40 ka 1.2.10.2: Syntax 2005/01/19 14:36:16 ka 1.2.10.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d9b9ca78f402ae1ce4ffbb1a64f0b27f9c22df47]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/02/16 13:40:15 ka 1.1.1.1.20.3: #i41813#: use correct decoding for URLs 2005/01/20 15:20:06 ka 1.1.1.1.20.2: #i37255#: added FrameGrabber implementation 2005/01/19 14:36:15 ka 1.1.1.1.20.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8a02c06f0e933ed5cbf520ceb9e5b7420abb8d07]

        INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED 2005/01/20 15:20:05 ka 1.2.10.2: #i37255#: added FrameGrabber implementation 2005/01/19 16:08:40 ka 1.2.10.1: Syntax

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fe2349d44a62a10ad7506e24c73b008a64de4cda]

        INTEGRATION: CWS jmf5 (1.1.2); FILE ADDED 2005/01/20 15:20:05 ka 1.1.2.2: #i37255#: added FrameGrabber implementation 2005/01/19 14:37:26 ka 1.1.2.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b7c8fbf07aebc16f7287936c93fb07b76301cf37]

        INTEGRATION: CWS jmf5 (1.1.2); FILE ADDED 2005/01/20 15:20:04 ka 1.1.2.3: #i37255#: added FrameGrabber implementation 2005/01/19 16:08:40 ka 1.1.2.2: Syntax 2005/01/19 14:37:14 ka 1.1.2.1: #i37255#: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fab4bb4176cf4166313c57314fef3017161eae32]

        INTEGRATION: CWS jmf5 (1.3.6); FILE MERGED 2005/01/20 15:20:03 ka 1.3.6.2: #i37255#: added FrameGrabber implementation 2004/12/23 15:15:15 ka 1.3.6.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9246a11fb56dbc2a09d488390b76069ed852acd1]

        INTEGRATION: CWS jmf5 (1.2.6); FILE MERGED 2005/01/24 13:22:44 ka 1.2.6.5: syntax 2005/01/24 10:05:37 ka 1.2.6.4: #i37255#: adjust default frame time 2005/01/21 14:26:10 ka 1.2.6.3: #i37255#: use FrameGrabber 2005/01/20 15:20:03 ka 1.2.6.2: #i37255#: added FrameGrabber implementation 2004/12/23 15:15:15 ka 1.2.6.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [79b87e7e43e771ac8e9a7898cfd8c38cff42b303]

        INTEGRATION: CWS jmf5 (1.2.10); FILE MERGED 2004/12/23 15:07:19 ka 1.2.10.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ca1dafd8923ba79861da1b4874e808ac0b75abec]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2004/12/23 15:07:19 ka 1.1.1.1.20.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1e70ea75ed0227254a6dcf060f12fd00db98daf3]

        INTEGRATION: CWS jmf5 (1.2.6); FILE MERGED 2004/12/23 15:14:13 ka 1.2.6.2: added FrameGrabber 2004/12/23 15:07:19 ka 1.2.6.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a98eda0685158100cff7b593a2b9661e3c4f3490]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2004/12/23 15:07:18 ka 1.1.1.1.20.1: added FrameGrabber

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0c43fce3ce032ceb9aa2177316de7ccc14d97026]

        INTEGRATION: CWS jmf5 (1.1.2); FILE ADDED 2004/12/23 15:14:13 ka 1.1.2.2: added FrameGrabber 2004/12/23 15:07:39 ka 1.1.2.1: initial revision

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9f888485085974d14231d767b380179b759c3820]

        INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED 2005/01/19 14:06:12 ka 1.1.1.1.20.1: #i40001: support for hid.lst

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [34e94baed661878c14755a58ead7aefada7d4b9d]

        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>  [85abbb12e4741333f22a9ee324507579f8b07a5f]

        INTEGRATION: CWS thumbnail2 (1.2.368); FILE MERGED 2005/03/21 14:44:50 mav 1.2.368.1: #i45081# exchange thumbnail icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3b0a741f1c9f098f209cd52b06df01b29a5ba931]

        INTEGRATION: CWS thumbnail2 (1.3.282); FILE MERGED 2005/03/21 16:02:18 mav 1.3.282.3: #i45081# exchange thumbnail icons 2005/03/21 15:59:59 mav 1.3.282.2: #i45081# exchange thumbnail icons 2005/03/21 14:44:50 mav 1.3.282.1: #i45081# exchange thumbnail icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2cca12f750330b3b746c13bbfe81f3f3de1a2375]

        INTEGRATION: CWS thumbnail2 (1.14.184); FILE MERGED 2005/03/21 14:44:49 mav 1.14.184.1: #i45081# exchange thumbnail icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [07e77b670254467aeba85f8ccf010c3f0769abdf]

        INTEGRATION: CWS eforms4 (1.25.22); FILE MERGED 2005/03/21 13:49:13 fs 1.25.22.2: #i10000# merge the changes from xmlperf02 into this CWS (pre-integration step) 2004/12/13 17:27:32 fs 1.25.22.1: #i36597# +exportXForms/pageContainsForms/documentContainsXForms

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [24f99e6ee1ee5b74b6e89f7bb682688f5ca5e9db]

        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>  [52265fb5b782b824c02321a107637b1e0e6b9e07]

        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>  [4291fd79818eeb88e9e72e34c20bf4a67318e66f]

        INTEGRATION: CWS eforms4 (1.57.14); FILE MERGED 2004/12/22 12:14:32 fs 1.57.14.2: linugistic review of the strings for #i36765# 2004/12/15 10:52:06 fs 1.57.14.1: #i36765# handle xforms::InvalidDataOnSubmitException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3750fd83fd6e9ee6b2c13812d1ea84e90d22f4b6]

        INTEGRATION: CWS eforms4 (1.18.14); FILE MERGED 2004/12/15 10:52:06 fs 1.18.14.1: #i36765# handle xforms::InvalidDataOnSubmitException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [65cb0c0938aca0ad9b48b2a96f912612ee6eebee]

        INTEGRATION: CWS eforms4 (1.44.12); FILE MERGED 2005/02/18 18:55:52 dvo 1.44.12.2: RESYNC: (1.44-1.45); FILE MERGED 2004/12/15 10:52:05 fs 1.44.12.1: #i36765# handle xforms::InvalidDataOnSubmitException

2005-03-23  Rüdiger Timm  <rt@openoffice.org>  [d57e352b76883b57acde151db3de57224dab94eb]

        #i10000# Empty target for windows non product

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d7bdde03c5f9a0897cee12ab89112a7808bb5f7b]

        INTEGRATION: CWS swqbugfixes16 (1.27.420); FILE MERGED 2005/02/22 14:36:33 fme 1.27.420.1: #i42922# Mouse move of numbering label for negative indent

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [485d59eceef2933304f9fb83ad7ab27c1b57f41c]

        INTEGRATION: CWS eforms4 (1.5.6); FILE MERGED 2004/12/17 15:39:35 dvo 1.5.6.1: #i36602# removeNode properly update 'last' pointer

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [30a997e586d717408f0fb474e5895c403198c08a]

        INTEGRATION: CWS eforms4 (1.3.6); FILE MERGED 2004/12/13 14:54:57 dvo 1.3.6.1: #i36608# dispatch event when attribute value changes

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [08e67f51ba3bb5953cf46dede8691ea7001524f5]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 10:39:43 fs 1.2.16.1: #i36359# when setting the DataType of a formatted field, init the format so that it matches the DataType

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [be10d5d4741547fafa182c58dc103eda13fd6b18]

        INTEGRATION: CWS swqbugfixes16 (1.88.54); FILE MERGED 2005/03/03 08:50:20 od 1.88.54.2: RESYNC: (1.88-1.90); FILE MERGED 2005/03/01 08:24:29 fme 1.88.54.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f83c433cdc13baf0d1ef0d047a9f127199486714]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/23 14:23:47 dvo 1.2.16.3: #i38666# use new property names for XSD types 2004/12/10 10:42:09 fs 1.2.16.2: don't update the format key if the introspectee if it's no real property change 2004/12/10 10:39:43 fs 1.2.16.1: #i36359# when setting the DataType of a formatted field, init the format so that it matches the DataType

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c18fed1149ede98c9a0edb82f086160d731ef226]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 10:39:41 fs 1.2.16.1: #i36359# when setting the DataType of a formatted field, init the format so that it matches the DataType

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [06ebf2c055ab4f88127049734d0c4f92a51773cc]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/27 14:50:23 fs 1.2.16.2: properly determine whether we're inspecting a formatted field 2004/12/10 10:39:41 fs 1.2.16.1: #i36359# when setting the DataType of a formatted field, init the format so that it matches the DataType

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f035fdb5c40e8c72dfe1f882046e2f468e94a544]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 10:41:04 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7f5f1ac536b8ab1d8c4ddac75cb892d4e004eef5]

        INTEGRATION: CWS swqbugfixes16 (1.58.274); FILE MERGED 2005/03/01 14:12:55 od 1.58.274.1: #i43593# - undo changes of issue i35920 - the checkboxes aren't visible 	   together. One is visible for Writer.format.paragraph. The other 	   is visible for Writer.format.table

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [91db8257ff5eb3c2bac086560b777b32adf9c61f]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 09:25:44 fs 1.2.16.1: #i36359# date-time handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [23c839be91fdeff607d56e985e4f7f5f26ea93b1]

        INTEGRATION: CWS swqbugfixes16 (1.24.104); FILE MERGED 2005/03/03 09:06:09 od 1.24.104.2: RESYNC: (1.24-1.25); FILE MERGED 2005/03/01 14:10:14 od 1.24.104.1: #i43593# - correct hide/show of checkboxes 'Merge with next paragraph' 	   and 'Merge adjacent line styles'

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9463e38a9a9a22efd5c3987ef9ad65cba5fc00b3]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/29 09:41:33 fs 1.2.16.1: small re-arrangement to give the control names more room

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d23662d807289623ba2292236c5ada31e4f3d489]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/23 14:31:14 dvo 1.2.16.3: #i38666# remove PropertyHandler::changeTypeOfSupportedProperty          (This function was introduced to deal with XSD type properties           that had different types for different objects. This has now           been fixed, so that the function is no longer necessary.) 2004/12/23 14:23:47 dvo 1.2.16.2: #i38666# use new property names for XSD types 2004/12/10 10:41:03 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [947cab4e98fe146bd0a7e213591cc3114db7ab10]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2005/03/08 18:30:04 dvo 1.2.16.3: RESYNC: (1.2-1.3); FILE MERGED 2004/12/23 14:31:14 dvo 1.2.16.2: #i38666# remove PropertyHandler::changeTypeOfSupportedProperty          (This function was introduced to deal with XSD type properties           that had different types for different objects. This has now           been fixed, so that the function is no longer necessary.) 2004/12/10 10:41:03 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0d79603f8c7d2116c901afca742809f4750641cd]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 10:41:03 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4014c0f2bcd080a836663cb4a9ee34ad9d870a53]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2005/03/08 18:29:56 dvo 1.2.16.2: RESYNC: (1.2-1.3); FILE MERGED 2004/12/10 10:41:02 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c527eedaf080ace3247a6b8776a5e00c64ec4a8e]

        INTEGRATION: CWS swqbugfixes16 (1.96.160); FILE MERGED 2005/03/01 08:24:31 fme 1.96.160.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d3c96cee13157aecaf0367a851850860d32567f2]

        INTEGRATION: CWS eforms4 (1.23.8); FILE MERGED 2005/03/08 18:29:48 dvo 1.23.8.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/10 10:41:02 fs 1.23.8.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [69e430232a7251f20a20fd1dbc0d25dbf366920a]

        INTEGRATION: CWS eforms4 (1.26.16); FILE MERGED 2004/12/10 10:41:01 fs 1.26.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3167c5e2fc4aa4eb519133422fca63487ee8bbcb]

        INTEGRATION: CWS swqbugfixes16 (1.25.304); FILE MERGED 2005/03/01 08:24:31 fme 1.25.304.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8618fc74b873067aa314446ae4bb214002690700]

        INTEGRATION: CWS eforms4 (1.26.16); FILE MERGED 2005/02/18 18:55:03 dvo 1.26.16.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/23 14:23:47 dvo 1.26.16.1: #i38666# use new property names for XSD types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c65500c880b2ca467891ea598db6ab3efcdbf030]

        INTEGRATION: CWS swqbugfixes16 (1.51.302); FILE MERGED 2005/03/01 08:24:30 fme 1.51.302.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7fc896e8d05bf25f2208199d01ac2fef52539daf]

        INTEGRATION: CWS eforms4 (1.23.16); FILE MERGED 2005/02/18 18:54:37 dvo 1.23.16.2: RESYNC: (1.23-1.24); FILE MERGED 2004/12/23 14:23:47 dvo 1.23.16.1: #i38666# use new property names for XSD types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8e2a23005df1a555c34e78bd2be5d21b9b45c54e]

        INTEGRATION: CWS swqbugfixes16 (1.107.66); FILE MERGED 2005/03/03 08:52:37 od 1.107.66.2: RESYNC: (1.107-1.108); FILE MERGED 2005/02/17 13:13:18 od 1.107.66.1: #i42258# <SwEditWin::SelectMenuPosition(..)> - no close of insert_draw and 	 reset of draw mode, if context menu position is inside a selected object.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [31033799167f518a86fd865578027c2151a8d8b6]

        INTEGRATION: CWS eforms4 (1.30.16); FILE MERGED 2005/02/18 18:54:30 dvo 1.30.16.2: RESYNC: (1.30-1.31); FILE MERGED 2004/12/23 14:23:46 dvo 1.30.16.1: #i38666# use new property names for XSD types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c2cf2adca836dbbbe0b9ac667e06c0fa88d79d99]

        INTEGRATION: CWS eforms4 (1.80.6); FILE MERGED 2005/03/08 18:29:40 dvo 1.80.6.4: RESYNC: (1.82-1.83); FILE MERGED 2005/02/18 18:54:22 dvo 1.80.6.3: RESYNC: (1.81-1.82); FILE MERGED 2005/01/10 17:31:44 dvo 1.80.6.2: RESYNC: (1.80-1.81); FILE MERGED 2004/12/10 10:41:01 fs 1.80.6.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [09c62be14843fee74e703ea90c7da7b6cab7d7f9]

        INTEGRATION: CWS swqbugfixes16 (1.150.74); FILE MERGED 2005/03/03 08:47:56 od 1.150.74.5: RESYNC: (1.150-1.151); FILE MERGED 2005/02/28 13:19:45 od 1.150.74.4: #i43118# - correction: refine condition to insert text node for page breaks 2005/02/28 07:00:09 od 1.150.74.3: #i43427# <SwWW8ImplReader::Read_HdFtTextAsHackedFrame(..)> 	 - send frame for header/footer into background 2005/02/22 16:24:56 od 1.150.74.2: #b6227886# <SwMSDffManager::ProcessObj(..)> - use correct own defaults 	   for the text alignments. 2005/02/17 08:53:16 od 1.150.74.1: #i42783# <SwMSDffManager::ProcessObj(..)> - correction of text alignments: 	 - apply own default values 	 - consider vertical text

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [903d5832522f4b5f925d4b6f9339111d480ff216]

        INTEGRATION: CWS eforms4 (1.2.16); FILE MERGED 2004/12/10 10:41:00 fs 1.2.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8dcc14f3f212ed51268a58207648ab7e3d6fb78a]

        INTEGRATION: CWS swqbugfixes16 (1.31.56); FILE MERGED 2005/03/02 13:53:23 fme 1.31.56.2: #i41089# Need more Reschedule calls, otherwise CalcPagesForPrint cannot be canceled 2005/03/01 08:24:28 fme 1.31.56.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b31a8fc9c71af466c50331d5b7d0d18477f82aa5]

        INTEGRATION: CWS swqbugfixes16 (1.25.304); FILE MERGED 2005/03/01 08:24:27 fme 1.25.304.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e6581dbfc47137987c31aee2c9aec2f586d437b1]

        INTEGRATION: CWS swqbugfixes16 (1.62.74); FILE MERGED 2005/02/17 08:47:17 fme 1.62.74.1: #i35915# Mask deletion redlines during word count

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b77987e03c7d32fbf1609e06f52871298cd82dfa]

        INTEGRATION: CWS swqbugfixes16 (1.18.646); FILE MERGED 2005/02/16 10:53:57 fme 1.18.646.1: #i42826# Word wise underlined small capitals

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [636cc6ce6477b60e1dd1ff4b213c949834ecd82d]

        INTEGRATION: CWS swqbugfixes16 (1.41.180); FILE MERGED 2005/02/17 09:18:40 fme 1.41.180.1: #i37142# Footnote numbering portion should not take over certain attributes from the paragraph style

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [77ff3f38f9ade3acb60e6ba46c17de08348427f2]

        INTEGRATION: CWS swqbugfixes16 (1.65.304); FILE MERGED 2005/02/22 14:37:09 fme 1.65.304.1: #i42922# Mouse move of numbering label for negative indent

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [dc9248331df42284e34babc2f790842b468998b6]

        INTEGRATION: CWS swqbugfixes16 (1.43.56); FILE MERGED 2005/03/01 11:15:01 fme 1.43.56.1: #i43505# Selection around table should color table cells black

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ad23b1b934b4d4735ec4091dc284e8e19cd8c67c]

        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>  [8785d17459102ccf131932523b44750954fda98b]

        INTEGRATION: CWS swqbugfixes16 (1.21.180); FILE MERGED 2005/02/22 15:37:34 od 1.21.180.1: #i43266# <SwLayHelper::CheckPageFlyCache(..)> - assure, that no empty 	 page is returned.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b9b607c7ef53458109ad1886d46fc77668bf1381]

        INTEGRATION: CWS swqbugfixes16 (1.74.68); FILE MERGED 2005/03/03 07:38:55 od 1.74.68.1: #i43913# - <lcl_RemoveObjsFromPage(..)> - reset layout process booleans 	   at anchored object.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ceca4688b1821039b96de7d97d22a1fc15363581]

        INTEGRATION: CWS swqbugfixes16 (1.46.68); FILE MERGED 2005/02/22 13:35:05 od 1.46.68.1: #i43255# positioning of anchored objects 	 - refine condition, if anchor frame has to be formatted.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ea9ac6d7bdb990f575d1f29b8125d43dade88ccc]

        INTEGRATION: CWS swqbugfixes16 (1.45.122); FILE MERGED 2005/02/23 11:32:31 od 1.45.122.1: #b6229852# <SwFlowFrm::MoveBwd(..)> - Format new parent, if it's a section, 	   which lost its follow or got a follow.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b8e2de5e8c27a8ff00e522897fc5ee57c4449ba1]

        INTEGRATION: CWS swqbugfixes16 (1.10.76); FILE MERGED 2005/03/03 08:42:33 od 1.10.76.3: RESYNC: (1.10-1.11); FILE MERGED 2005/03/03 07:45:16 od 1.10.76.2: #i43913# <SwAnchoredObject::HasClearedEnvironment()> - layout frame, 	 the vertical position is oriented at, has to be set. 2005/02/22 13:32:19 od 1.10.76.1: #i43255# class <SwAnchoredObject> - implementation of 	 new method <ConsiderObjWrapInfluenceOfOtherObjs()>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d3d1b81e845b8552aebdfd2072bf81734dda582e]

        INTEGRATION: CWS swqbugfixes16 (1.9.128); FILE MERGED 2005/03/01 11:18:44 od 1.9.128.2: #i43255# <SwPosNotify::~SwPosNotify()> - refine condition to notify 	 anchor text frame to avoid unneeded invalidations. 2005/02/22 13:35:05 od 1.9.128.1: #i43255# positioning of anchored objects 	 - refine condition, if anchor frame has to be formatted.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [72fb9af0c77fe710ae2164aa1d5e2efa660b9eb5]

        INTEGRATION: CWS swqbugfixes16 (1.26.68); FILE MERGED 2005/02/28 11:45:58 fme 1.26.68.1: #i43265# Delete streams after usage!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0315869272cb0b0d01558f13f959087d41d7b7bd]

        INTEGRATION: CWS swqbugfixes16 (1.18.322); FILE MERGED 2005/03/03 08:40:16 od 1.18.322.2: RESYNC: (1.18-1.19); FILE MERGED 2005/02/22 06:47:34 fme 1.18.322.1: #i42912# SwCntntNode::Modify did not call UpdateNum anymore, causing repaint errors

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f98f505a9aefd1f00654d71a9a4ee72a5566d064]

        INTEGRATION: CWS swqbugfixes16 (1.26.160); FILE MERGED 2005/03/03 08:39:40 od 1.26.160.2: RESYNC: (1.26-1.28); FILE MERGED resolve merge conflicts. 2005/02/23 11:08:56 fme 1.26.160.1: #i42359# New default minimum spacing numbering - text for outlines

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4f3079b63c851b7f22f73a6fa1c861b599d0b801]

        INTEGRATION: CWS eforms4 (1.22.22); FILE MERGED 2004/12/06 09:30:35 mbu 1.22.22.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1f69bfc93d07ceb0cb7addb72e72405316d1cbdb]

        INTEGRATION: CWS swqbugfixes16 (1.43.76); FILE MERGED 2005/03/03 08:39:02 od 1.43.76.2: RESYNC: (1.43-1.44); FILE MERGED 2005/02/21 15:12:33 fme 1.43.76.1: #i41048# MovePara shortcut should not be used in certain situations

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [eb59d8d001e86892f1837e944547b53e50b7a4c3]

        INTEGRATION: CWS eforms4 (1.18.22); FILE MERGED 2005/03/08 18:00:37 dvo 1.18.22.4: RESYNC: (1.18-1.19); FILE MERGED 2005/02/07 18:35:34 pb 1.18.22.3: fix: #i36202# RID_QRY_REMOVE_SUBMISSION/BINDING added 2005/01/06 16:11:24 mbu 1.18.22.2: added empty submission warning 2004/12/06 06:31:01 pb 1.18.22.1: fix: #i36453# new ids for linked inst warning

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4341d660af19a978d54cfe71ec2fce66b1802f98]

        INTEGRATION: CWS swqbugfixes16 (1.44.302); FILE MERGED 2005/03/01 08:24:04 fme 1.44.302.1: #i41594# Fixed progress bar and repaint issues during pdf export

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f9ee002d87bce46ee0a4f40ba3bc02ebac911852]

        INTEGRATION: CWS eforms4 (1.10.22); FILE MERGED 2005/03/15 16:06:38 dvo 1.10.22.1: #i36201# create submission button on XForms submission drag&drop

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fff6e9138221a24a39bd1f2f2faa988c335b39e7]

        INTEGRATION: CWS swqbugfixes16 (1.18.320); FILE MERGED 2005/02/23 11:11:08 fme 1.18.320.1: #i42359# New default minimum spacing numbering - text for outlines

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [014fcdc3015601bb86b8cc881f1c6718ce6a5fdc]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2005/01/06 16:13:18 mbu 1.2.22.4: enhanced submission dialog 2004/12/09 13:40:16 mbu 1.2.22.3: #i38729 2004/12/07 16:31:40 mbu 1.2.22.2: #i33914 2004/12/06 06:34:30 pb 1.2.22.1: fix: #i36453# new: LinkedInstanceWarningBox fix: #i36562# NotifyChanges(): new parameter bool _bLoadAll

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e943fa86c38694b2e979ce923ca4bae0f0ea7a7a]

        INTEGRATION: CWS swqbugfixes16 (1.34.120); FILE MERGED 2005/03/03 08:37:44 od 1.34.120.2: RESYNC: (1.34-1.35); FILE MERGED resolve merge conflicts. 2005/02/22 14:33:43 fme 1.34.120.1: #i42912# SwCntntNode::Modify did not call UpdateNum anymore, causing repaint errors

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5e19e55e252dfd17c762967aa6ac214ab5a4a14e]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/06 06:35:44 pb 1.2.22.1: fix: #i36562# XFrameActionListener added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fdb7a48705961f70c43fcd8ae024b76dab9b3b30]

        INTEGRATION: CWS swqbugfixes16 (1.10.76); FILE MERGED 2005/03/03 08:36:55 od 1.10.76.3: RESYNC: (1.10-1.11); FILE MERGED 2005/03/03 07:37:04 od 1.10.76.2: #i43913# class <SwAnchoredObject> - new method <ResetLayoutProcessBools()> 2005/02/22 13:28:53 od 1.10.76.1: #i43255# class <SwAnchoredObject> 	 - new method <ConsiderObjWrapInfluenceOfOtherObjs()>

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5451bb80b3a4bb768a38b2bfad43d14c16715316]

        INTEGRATION: CWS eforms4 (1.39.20); FILE MERGED 2005/03/21 14:16:46 dvo 1.39.20.10: RESYNC: (1.42-1.43); FILE MERGED 2005/03/15 16:06:39 dvo 1.39.20.9: #i36201# create submission button on XForms submission drag&drop 2005/03/08 17:59:37 dvo 1.39.20.8: RESYNC: (1.41-1.42); FILE MERGED 2005/02/18 17:35:54 dvo 1.39.20.7: RESYNC: (1.40-1.41); FILE MERGED 2005/01/10 16:30:48 dvo 1.39.20.6: RESYNC: (1.39-1.40); FILE MERGED 2004/12/22 13:13:16 mbu 1.39.20.5: #i36201 2004/12/17 15:00:03 mbu 1.39.20.4: fixed include path 2004/12/17 12:52:25 dvo 1.39.20.3: continue XForms drag&drop 2004/12/07 16:31:39 mbu 1.39.20.2: #i33914 2004/12/06 09:26:44 mbu 1.39.20.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9ba8a3be8af1bc724f7a7c202d90258b57eeb824]

        INTEGRATION: CWS eforms4 (1.35.22); FILE MERGED 2005/02/18 17:35:47 dvo 1.35.22.2: RESYNC: (1.35-1.36); FILE MERGED 2004/12/06 09:26:43 mbu 1.35.22.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [86316163a34923e45fafb655218df698fa86af75]

        INTEGRATION: CWS eforms4 (1.15.22); FILE MERGED 2005/03/15 16:06:39 dvo 1.15.22.1: #i36201# create submission button on XForms submission drag&drop

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [19539930214a96be6149f653afaf5599d3fc004b]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2005/02/18 17:34:50 dvo 1.2.22.5: RESYNC: (1.2-1.3); FILE MERGED 2005/02/07 18:36:22 pb 1.2.22.4: fix: #i36202# RID_QRY_REMOVE_SUBMISSION/BINDING added 2005/01/06 16:15:27 mbu 1.2.22.3: added empty submission errorbox 2004/12/21 15:31:41 mbu 1.2.22.2: #i36198 2004/12/06 06:38:53 pb 1.2.22.1: fix: #i36453# new resources for linked inst warning

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6af893212c03e9750f491b561aad9d7fdb73544a]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2005/03/15 17:05:22 dvo 1.2.22.15: #i36202# removed wrong warning message 2005/03/15 15:21:06 dvo 1.2.22.14: #i36342# #i38991# create temporary binding for submission dialog only                   when needed, and delete it again afterwards 2005/03/08 14:17:31 dvo 1.2.22.13: #i36202# #i36453# remove untranslated strings from 2.0 release 2005/02/07 18:37:36 pb 1.2.22.12: fix: #i36202# query before delete submission or binding 2005/01/25 15:23:34 pb 1.2.22.11: fix: #i41255# no notify while open page 2005/01/06 16:29:31 mbu 1.2.22.10: #i36199 #i36198 #i36250 #i36449 #i36342 #i36200 2004/12/28 09:45:05 fs 1.2.22.9: corrected check for READONLY PropertyAttribute 2004/12/22 13:13:16 mbu 1.2.22.8: #i36201 2004/12/15 12:18:40 mbu 1.2.22.7: cloneBindingAsGhost used instead of cloneBinding 2004/12/15 11:03:52 dvo 1.2.22.6: #i35397# improve namespace handling 2004/12/15 10:52:44 dvo 1.2.22.5: #i38991# remove useless bindings 2004/12/09 13:37:58 mbu 1.2.22.4: #i38729 2004/12/07 16:31:38 mbu 1.2.22.3: #i33914 2004/12/06 09:26:43 mbu 1.2.22.2: OXFormsDescriptor handling added 2004/12/06 06:40:33 pb 1.2.22.1: fix: #i36453# new: LinkedInstanceWarningBox fix: #i36562# listener for reload

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a1cf35ed5eb778e883b277dffadbf29818a86e2c]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/06 06:36:13 pb 1.2.22.1: fix: #i36562# XFrameActionListener added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c9fa37a12e38cf329e1124888b399c2e9552459f]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/06 09:27:42 mbu 1.2.22.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3734bf937926e8b7926f4731e18a99590d06d1cf]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2005/02/23 10:54:46 dvo 1.2.22.4: #i10000# fix build problem: export symbols from xmlexchg.hxx 2004/12/27 12:45:27 fs 1.2.22.3: #i10000# 2004/12/07 16:31:38 mbu 1.2.22.2: #i33914 2004/12/06 09:28:11 mbu 1.2.22.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [510544283fbf81828ab80784656861b795de06f4]

        INTEGRATION: CWS pbfinal02 (1.15.12); FILE MERGED 2005/03/10 12:23:21 pb 1.15.12.1: fix: #120006# database form has no active frame -> look for another

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4562add21e36a4404e87a44abf1891e867f09feb]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/23 14:04:43 dvo 1.2.6.1: #i38666# change XSD type property names to reflect their type Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [283019c0564ec116eb7f11459000bd9e91e21215]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/23 14:04:42 dvo 1.2.6.1: #i38666# change XSD type property names to reflect their type Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2cdc083a6c2a3238fd2ea7bc5b7c4d9b08f11409]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/21 10:59:25 mbu 1.2.6.2: introducing xforms events 2004/12/14 16:10:57 dvo 1.2.6.1: #i36765# add InvalidDataOnSubmitException.idl Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [709a8ffded529f86ba7659f542e7d4ca99f63f8c]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/01/06 16:33:46 mbu 1.2.6.3: modified renameInstance method 2004/12/15 12:14:08 mbu 1.2.6.2: cloneBindingAsGhost introduced 2004/12/14 18:45:20 dvo 1.2.6.1: #i38991# remove useless bindings Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ecdbf022c9c751b7e0d78416becf4cd6a56ec145]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2004/12/21 13:00:30 mbu 1.1.2.2: fixed wrong namespace 2004/12/21 10:58:56 mbu 1.1.2.1: introducing xforms events

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1fc10faa4e62f7107ad15b82a748a8c172df279e]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2004/12/15 10:48:00 fs 1.1.2.2: slightly extendend doc 2004/12/14 16:10:34 dvo 1.1.2.1: #i36765# warning if invalid XForms data is to be submitted Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [544eaae25137c2ce4ec9b49455ae145090f08ab4]

        INTEGRATION: CWS eforms4 (1.2.180); FILE MERGED 2004/12/29 11:02:30 fs 1.2.180.1: typo

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9d4c39b793b22b774b6e03d821c22fae521627bc]

        INTEGRATION: CWS eforms4 (1.2.180); FILE MERGED 2004/12/29 11:01:53 fs 1.2.180.1: typo

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ecb8c9706904a7d349d2b1b4fc20a97b2bd47ad1]

        INTEGRATION: CWS eforms4 (1.3.6); FILE MERGED 2004/12/08 16:23:55 fs 1.3.6.1: +InvalidBindingStateException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e0cc30aa6d2cec193ccac6658962f99f6bf19870]

        INTEGRATION: CWS eforms4 (1.2.180); FILE MERGED 2004/12/08 16:20:32 fs 1.2.180.1: during #i36359# #i36303#: +InvalidBindingStateException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6844960dec9e88bfcdb3ad95db122f5896904efc]

        INTEGRATION: CWS eforms4 (1.3.6); FILE MERGED 2004/12/29 11:02:21 fs 1.3.6.1: #i39451# optional support for Relevant

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3aafa7e1c25e838062d78ddebd78b8c15ca20dca]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2004/12/08 16:20:09 fs 1.1.2.1: exception indicating an invalid state of an XValueBinding

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cb2025d56b519444740af8322e8921f9470f4cde]

        INTEGRATION: CWS eforms4 (1.3.6); FILE MERGED 2004/12/29 11:01:46 fs 1.3.6.1: #i39451# sync our ReadOnly/Enabled with the binding's ReadOnly/Relevant

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9a4770d7d06667b8e1fbae62fe50397fed2d745d]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:32:45 lo 1.2.6.2: #i36288# replace after submission 2004/12/14 16:08:30 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1987c2fabd5a280810a9cd025a030dfc89cd5b92]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:32:44 lo 1.2.6.2: #i36288# replace after submission 2004/12/14 16:08:30 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6417ea5c705dc1ed1ffc2d555c2b182127ef6950]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/14 16:08:30 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [55308c8a1ea84993b15fb30fb26a77ba355ca77c]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/14 16:08:29 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3d7b7e803aa7a06967f1aa72d5ec71fe0311c68d]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:32:44 lo 1.2.6.2: #i36288# replace after submission 2004/12/14 16:08:29 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [558ae92688afbaaea8bd02e7361563d2a60f77a7]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2005/03/16 15:31:11 dvo 1.1.2.2: #i10000# proper capitalization of header file name Issue number: Submitted by: Reviewed by: 2005/03/16 10:33:07 lo 1.1.2.1: #i36288# replace after submission

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b7e0309a14cdd94ea8af108bf9cc377208bde699]

        INTEGRATION: CWS eforms4 (1.3.6); FILE MERGED 2005/03/16 10:32:43 lo 1.3.6.1: #i36288# replace after submission

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6297bf4e24bd48b52083ca711ac9930f60bf85c8]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2005/01/11 17:37:34 dvo 1.1.2.3: remove 'using' from header Issue number: Submitted by: Reviewed by: 2004/12/29 10:17:56 fs 1.1.2.2: #i10000# too much ;'s 2004/12/21 13:52:17 mbu 1.1.2.1: added xforms event implementation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d6fd4ccbc2b05a952d811a78cc283c266dce05d5]

        INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED 2005/01/11 17:51:48 dvo 1.1.2.3: include using (previously in header) Issue number: Submitted by: Reviewed by: 2004/12/29 10:18:17 fs 1.1.2.2: #i10000# 2004/12/21 13:52:26 mbu 1.1.2.1: added xforms event implementation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [07cef04950ca6fe9783340159743c64664aa7849]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/28 09:37:25 fs 1.2.6.1: properly compare property attributes

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [38e326422d27cc394f05c925ee4ce202790efa8f]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:32:42 lo 1.2.6.2: #i36288# replace after submission 2004/12/28 09:38:30 fs 1.2.6.1: #i39451# derive from another PropertySet helper class, which also allows listener handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0d9c9e688e804cceedb6d2a8319aa8999ebd1f01]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:32:42 lo 1.2.6.7: #i36288# replace after submission 2005/03/08 16:50:30 dvo 1.2.6.6: RESYNC: (1.2-1.3); FILE MERGED 2005/03/08 14:06:14 dvo 1.2.6.5: #i36765# remove use of un-translated strings for release Issue number: Submitted by: Reviewed by: 2004/12/29 10:53:53 fs 1.2.6.4: #i39451# support for property change notifications 2004/12/28 09:38:30 fs 1.2.6.3: #i39451# derive from another PropertySet helper class, which also allows listener handling 2004/12/23 17:21:35 dvo 1.2.6.2: #i36297# fix Submission::_cloneNodes          (should clone node + children, not node + siblings) Issue number: Submitted by: Reviewed by: 2004/12/14 16:08:28 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a02d2beaa07bce42b6b81378755a0ee92c69ec17]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/29 10:52:48 fs 1.2.6.3: #i39451# support for property change notifications 2004/12/29 10:17:35 fs 1.2.6.2: #i10000# unxsols4 didn't like the throw specifications in function declarations being template arguments 2004/12/28 09:38:05 fs 1.2.6.1: #i39451# derive from another PropertySet helper class, which also allows listener handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2fd94aeaf90ce4efa8070851c1887e2a85a930ea]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/01/21 11:36:23 fs 1.2.6.5: #i41081# corrected assertion condition 2005/01/11 17:51:20 dvo 1.2.6.4: #i10000# fix build Issue number: Submitted by: Reviewed by: 2004/12/29 10:52:48 fs 1.2.6.3: #i39451# support for property change notifications 2004/12/28 09:43:50 fs 1.2.6.2: corrected assertion condition 2004/12/28 09:38:05 fs 1.2.6.1: #i39451# derive from another PropertySet helper class, which also allows listener handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [50b914165a220f3a9e80898e53c9c5341f0a6039]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/15 11:03:19 dvo 1.2.6.1: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bc5337fcbbe4a38367f1029d91d4b707c15a874a]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:43:51 dvo 1.2.6.3: #i36288# remove all cached node references on Binding::update() Issue number: Submitted by: Reviewed by: 2005/03/16 10:32:41 lo 1.2.6.2: #i36288# replace after submission 2004/12/15 11:03:19 dvo 1.2.6.1: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fe0be9176ba17085567606bf6317e0346664901d]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/01/06 16:38:57 mbu 1.2.6.4: #i36198 2004/12/17 12:53:18 dvo 1.2.6.3: continue XForms drag&drop Issue number: Submitted by: Reviewed by: 2004/12/15 12:08:21 mbu 1.2.6.2: cloneBindingAsGhost introduced 2004/12/15 10:47:58 dvo 1.2.6.1: #i38991# remove useless bindings Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [42f23d0523fcec235d3a430fc14cbd2734752c36]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/01/06 16:38:56 mbu 1.2.6.7: #i36198 2004/12/28 09:39:27 fs 1.2.6.6: #i39451# derive from another PropertySet helper class, which also allows listener handling 2004/12/27 15:24:44 fs 1.2.6.5: #i10000# 2004/12/15 12:05:55 mbu 1.2.6.4: cloneBindingAsGhost introduced 2004/12/15 11:03:18 dvo 1.2.6.3: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by: 2004/12/15 10:47:57 dvo 1.2.6.2: #i38991# remove useless bindings Issue number: Submitted by: Reviewed by: 2004/12/14 16:08:28 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [aee9de289b73f6a6c20db1e10ae02a93c344a13f]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/29 10:53:12 fs 1.2.6.5: renamed a method 2004/12/28 09:39:26 fs 1.2.6.4: #i39451# derive from another PropertySet helper class, which also allows listener handling 2004/12/15 12:01:50 mbu 1.2.6.3: . 2004/12/15 11:03:18 dvo 1.2.6.2: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by: 2004/12/14 16:08:28 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [76ad7bf766aae3563d2b215a13cdd458891ab6ec]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/21 13:51:16 mbu 1.2.6.1: xforms events introduced

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [46b4370cda2a90f719e366242810a607b01161a1]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/15 11:03:17 dvo 1.2.6.1: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b0eb524e5bc39a9d0ab2623c453c7900b3e56330]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/27 15:30:23 fs 1.2.6.3: #i10000# template specializations moved to datatyperepository.cxx - unxlngi6 complained when they were herein 2004/12/23 14:08:46 dvo 1.2.6.2: #i38666# change Datatype property names to reflect their types 2004/12/08 16:17:49 fs 1.2.6.1: #i36359# #i36303# split (and renamed) OComparableType, so that we have a base class which does not depend on a template argument

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0b744fd5ee626c600617e7a84a4b55709e3119a3]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/23 14:08:46 dvo 1.2.6.2: #i38666# change Datatype property names to reflect their types 2004/12/08 16:17:49 fs 1.2.6.1: #i36359# #i36303# split (and renamed) OComparableType, so that we have a base class which does not depend on a template argument

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [550c59196959978099a062420f85b74a480f8ac1]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/23 14:08:46 dvo 1.2.6.3: #i38666# change Datatype property names to reflect their types 2004/12/10 09:13:27 fs 1.2.6.2: #i36359# date-time handling 2004/12/08 16:18:29 fs 1.2.6.1: #i36359# #i36303# split (and renamed) OComparableType, so that we have a base class which does not depend on a template argument / proper validation of date and time types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e65fb01dff5f964c466b7ac9a4ff57e9c9f1663a]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/27 15:29:53 fs 1.2.6.2: #i10000# template specializations moved herein (unxlngi6 complained when they were in datatypes_impl.hxx) 2004/12/23 14:08:47 dvo 1.2.6.1: #i38666# change Datatype property names to reflect their types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fa34ab29d7f93ae0e77e60b2d4ec1d6aa5e936ec]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/29 09:37:54 fs 1.2.6.4: #i10000 unxsols4 needs some disambiguation 2004/12/28 09:39:47 fs 1.2.6.3: remove senseless check of sal_uInt16 < 0 2004/12/10 09:13:03 fs 1.2.6.2: #i36359# date-time handling 2004/12/08 16:19:07 fs 1.2.6.1: #i36359# #i36303# support conversion of UNO date/time to ISO date/time

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3f901df5311d76015f91cab3e067f18d2dc2a4ca]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/29 10:52:04 fs 1.2.6.7: #i39451# remove the hack of directly setting properties at our modify listeners, instead, have own ReadOnly and Relevant properties whose changes are notified to interested parties 2004/12/28 09:39:02 fs 1.2.6.6: #i39451# derive from another PropertySet helper class, which also allows listener handling 2004/12/27 15:24:06 fs 1.2.6.5: #i10000# 2004/12/21 13:51:15 mbu 1.2.6.4: xforms events introduced 2004/12/15 12:01:19 mbu 1.2.6.3: distributeMIP introduced 2004/12/15 11:03:17 dvo 1.2.6.2: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by: 2004/12/08 16:19:46 fs 1.2.6.1: during #i36359# #i36303#: +InvalidBindingStateException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b2a54aa2e4d215edc30cfecc397eeb3eeff1e5bc]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2005/03/16 10:43:51 dvo 1.2.6.14: #i36288# remove all cached node references on Binding::update() Issue number: Submitted by: Reviewed by: 2005/03/15 14:19:43 dvo 1.2.6.13: #i36608# preserve 'modified' status across xforms-generic events          (also remove unused code) Issue number: Submitted by: Reviewed by: 2005/01/25 18:24:36 mbu 1.2.6.12: #i41255 2005/01/11 17:38:49 dvo 1.2.6.11: fix compilation; also remove superflous qualifications of Reference (these were necessary to work around a using declaration in xformsevent.hxx) 2004/12/29 10:52:04 fs 1.2.6.10: #i39451# remove the hack of directly setting properties at our modify listeners, instead, have own ReadOnly and Relevant properties whose changes are notified to interested parties 2004/12/28 09:39:02 fs 1.2.6.9: #i39451# derive from another PropertySet helper class, which also allows listener handling 2004/12/27 15:24:17 fs 1.2.6.8: #i10000# 2004/12/21 14:28:20 mbu 1.2.6.7: now reverted from what is considered evil practive... 2004/12/21 13:51:15 mbu 1.2.6.6: xforms events introduced 2004/12/20 13:24:26 dvo 1.2.6.5: prevent crash when distributing MIPs when no node can be found Issue number: Submitted by: Reviewed by: 2004/12/17 12:58:39 dvo 1.2.6.4: #i38991# remove useless bindings (still usefull if it has typename) Issue number: Submitted by: Reviewed by: 2004/12/15 12:00:31 mbu 1.2.6.3: distributeMIP introduced 2004/12/15 11:03:16 dvo 1.2.6.2: #i35397# use model namespaces (when possible) Issue number: Submitted by: Reviewed by: 2004/12/08 16:19:46 fs 1.2.6.1: during #i36359# #i36303#: +InvalidBindingStateException

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6d3eac207f6a01e97ab79875aa2edaf43ff6ccd2]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/29 10:50:29 fs 1.2.6.1: localize the UI name for bindings

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7f32ec701e7d1cc1c1752c206d595e2538efa247]

        INTEGRATION: CWS eforms4 (1.16.4); FILE MERGED 2005/01/10 15:21:18 dvo 1.16.4.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/23 14:08:47 dvo 1.16.4.1: #i38666# change Datatype property names to reflect their types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [60085d6b65930f11329e49115dd3d9ad1d3f8390]

        INTEGRATION: CWS eforms4 (1.9.4); FILE MERGED 2005/02/18 15:46:59 dvo 1.9.4.4: RESYNC: (1.10-1.11); FILE MERGED 2005/01/10 15:21:09 dvo 1.9.4.3: RESYNC: (1.9-1.10); FILE MERGED 2004/12/29 10:49:55 fs 1.9.4.2: #i39451# Relevant 2004/12/23 14:08:47 dvo 1.9.4.1: #i38666# change Datatype property names to reflect their types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6e956977120bf74711c979979c20615eb39aa999]

        INTEGRATION: CWS eforms4 (1.8.6); FILE MERGED 2004/12/29 10:50:13 fs 1.8.6.1: localize the UI name for bindings

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [741ec1f6a2a1664aacc9043e1d81a42b1d659f81]

        INTEGRATION: CWS eforms4 (1.5.4); FILE MERGED 2005/01/10 15:21:00 dvo 1.5.4.3: RESYNC: (1.5-1.6); FILE MERGED 2004/12/29 10:49:29 fs 1.5.4.2: #i39451# when bound to an external value, which also supports ReadOnly and Relevant, respect this 2004/12/10 08:57:02 fs 1.5.4.1: #i36359# some constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4ed527f7c88e83009fa34ae07af8ae9c61b03801]

        INTEGRATION: CWS eforms4 (1.4.74); FILE MERGED 2004/12/10 09:10:54 fs 1.4.74.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [66336e1a4bf8fcbd65cf18401f82b5849b073555]

        INTEGRATION: CWS eforms4 (1.4.6); FILE MERGED 2004/12/10 09:10:54 fs 1.4.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f678ef3da306bc211ee1e859833cb8b29c7fa973]

        INTEGRATION: CWS eforms4 (1.4.74); FILE MERGED 2004/12/10 09:10:56 fs 1.4.74.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4a9bf3beeb3ee841f05705be3e985571efad8ff2]

        INTEGRATION: CWS eforms4 (1.4.6); FILE MERGED 2004/12/10 09:10:55 fs 1.4.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7620c7550eac74d3816a156d0f1f4d93eac4181e]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/10 09:10:53 fs 1.2.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [603ccb24a249841ba95be3621202a7b60b0a394c]

        INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/15 10:46:02 fs 1.2.6.1: #i36765#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b208d83b9de5c5d326e05b36358e8c92132d731b]

        INTEGRATION: CWS eforms4 (1.9.6); FILE MERGED 2004/12/10 09:11:33 fs 1.9.6.2: #i36359# some method constness 2004/12/08 16:16:58 fs 1.9.6.1: #i36359# #i36303# proper handling when bound to external values

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [36cf12f221ff73ae637be25c88c84299f65737a2]

        INTEGRATION: CWS eforms4 (1.16.6); FILE MERGED 2005/01/21 09:43:42 fs 1.16.6.3: translateControlValueToExternalValue: also in product version .... 2004/12/10 09:11:33 fs 1.16.6.2: #i36359# some method constness 2004/12/08 16:16:58 fs 1.16.6.1: #i36359# #i36303# proper handling when bound to external values

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3e03354f9d4a6ad82e3d60fecff55baa564876f5]

        INTEGRATION: CWS eforms4 (1.8.6); FILE MERGED 2004/12/10 09:10:55 fs 1.8.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [50ca9ade13dc1163936a1d960bd1c9ffc9f8e0fa]

        INTEGRATION: CWS eforms4 (1.14.6); FILE MERGED 2005/02/18 15:46:42 dvo 1.14.6.2: RESYNC: (1.14-1.15); FILE MERGED 2004/12/10 09:10:55 fs 1.14.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3da6b2d0bb15d39c1bf191d037ccaf3e371411fe]

        INTEGRATION: CWS eforms4 (1.10.16); FILE MERGED 2005/03/08 16:49:01 dvo 1.10.16.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/10 09:10:55 fs 1.10.16.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [96b58301bbddcbb411a2b03531eff83f94f0be6c]

        INTEGRATION: CWS eforms4 (1.36.6); FILE MERGED 2005/03/08 16:48:45 dvo 1.36.6.2: RESYNC: (1.36-1.38); FILE MERGED 2004/12/10 09:10:54 fs 1.36.6.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [951bb70718a801ce6206626c12648106f074dd65]

        INTEGRATION: CWS eforms4 (1.11.50); FILE MERGED 2004/12/10 09:12:13 fs 1.11.50.1: #i36359# when communicating with an external value binding, try some other types than double, depending on the current format

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b2b978cbbe9161223d5a8cca368b76ae9ea301d9]

        INTEGRATION: CWS eforms4 (1.34.6); FILE MERGED 2005/03/08 16:48:00 dvo 1.34.6.3: RESYNC: (1.34-1.35); FILE MERGED 2004/12/10 10:39:54 fs 1.34.6.2: #i36359# care for VOIDs 2004/12/10 09:12:13 fs 1.34.6.1: #i36359# when communicating with an external value binding, try some other types than double, depending on the current format

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [745b503fc83eb0ec84d82ff720efcb68ddc8bb15]

        INTEGRATION: CWS eforms4 (1.36.4); FILE MERGED 2005/02/18 15:46:34 dvo 1.36.4.5: RESYNC: (1.37-1.38); FILE MERGED 2005/01/10 15:19:56 dvo 1.36.4.4: RESYNC: (1.36-1.37); FILE MERGED 2004/12/29 11:07:58 fs 1.36.4.3: #i39451# when the external value is not relevant, do not only disable the control, but also its LabelControl, if applicable 2004/12/29 10:49:12 fs 1.36.4.2: #i39451# when bound to an external value, which also supports ReadOnly and Relevant, respect this 2004/12/10 09:11:34 fs 1.36.4.1: #i36359# some method constness

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3621fa76a3986805168aaead605750703bdbe65d]

        INTEGRATION: CWS eforms4 (1.9.6); FILE MERGED 2004/12/10 09:12:35 fs 1.9.6.2: #i36359# some method constness 2004/12/08 16:16:58 fs 1.9.6.1: #i36359# #i36303# proper handling when bound to external values

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7e60b04a6b0cb0cc0f9deea01a5d8bde12419ad9]

        INTEGRATION: CWS eforms4 (1.16.6); FILE MERGED 2005/01/21 09:43:41 fs 1.16.6.3: translateControlValueToExternalValue: also in product version .... 2004/12/10 09:12:34 fs 1.16.6.2: #i36359# some method constness 2004/12/08 16:16:58 fs 1.16.6.1: #i36359# #i36303# proper handling when bound to external values

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [508488b5f12d3d44acf30b613658ae08764fb5ef]

        INTEGRATION: CWS pbfinal02 (1.6.10); FILE MERGED 2005/02/28 09:00:30 pb 1.6.10.1: fix: #i43388# 'occured' -> 'occurred'

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6ff5e03ae859fde1def43b5e6a136fbf19def3cf]

        INTEGRATION: CWS eforms4 (1.86.16); FILE MERGED 2005/03/08 16:38:30 dvo 1.86.16.3: RESYNC: (1.90-1.91); FILE MERGED 2005/02/18 15:28:20 dvo 1.86.16.2: RESYNC: (1.86-1.90); FILE MERGED 2004/12/06 09:25:20 mbu 1.86.16.1: OXFormsDescriptor handling added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [53ee0db229ac73fcc95443977db9072f6a5788b2]

        INTEGRATION: CWS eforms4 (1.74.48); FILE MERGED 2004/12/13 17:29:45 fs 1.74.48.1: #i36597# export office:forms whenever we have logical forms, or XForms instances

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [94887ce258192373c6bd727c1e4e0e6608973b80]

        INTEGRATION: CWS pbfinal02 (1.3.4); FILE MERGED 2005/03/15 11:25:13 pb 1.3.4.1: fix: #i33163# change toolbox image after select a function

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3ec9232ec13b35526f421472715a21b348ee091e]

        INTEGRATION: CWS eforms4 (1.2.8); FILE MERGED 2005/02/22 13:05:09 dvo 1.2.8.6: #i10000# fix build problems          (SvXMLUnitConverter::convertDateTime changed signature) Issue number: Submitted by: Reviewed by: 2005/01/11 12:20:48 dvo 1.2.8.5: fix build after resync Issue number: Submitted by: Reviewed by: 2005/01/10 14:10:01 dvo 1.2.8.4: RESYNC: (1.2-1.3); FILE MERGED 2004/12/23 14:10:48 dvo 1.2.8.3: #i38666# load/save date+time related data types Issue number: Submitted by: Reviewed by: 2004/12/15 11:06:29 dvo 1.2.8.2: #i35397# improve namespace handling Issue number: Submitted by: Reviewed by: 2004/12/08 16:26:05 fs 1.2.8.1: #i36359# #i36303# care for DataTypeClass::DATE/TIME

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [880239597907f623b85695d167514deaa0bb0f4e]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/23 14:10:48 dvo 1.2.22.1: #i38666# load/save date+time related data types Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8f96fb229c4528608cd672f872997c6efc884cb4]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/23 14:10:48 dvo 1.2.22.2: #i38666# load/save date+time related data types Issue number: Submitted by: Reviewed by: 2004/12/08 16:25:26 fs 1.2.22.1: #i36359# #i36303# care for DataTypeClass::DATE/TIME

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [77a20537a98ad20ed1af93272fc55a9c10ef3e13]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2005/01/11 11:22:20 dvo 1.2.22.2: fix build Issue number: Submitted by: Reviewed by: 2004/12/23 14:10:48 dvo 1.2.22.1: #i38666# load/save date+time related data types Issue number: Submitted by: Reviewed by:

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fbd8c7c314cc6584acd59b5c348e40845fd5cd73]

        INTEGRATION: CWS eforms4 (1.26.106); FILE MERGED 2005/02/18 14:41:42 dvo 1.26.106.2: RESYNC: (1.26-1.27); FILE MERGED 2004/12/08 16:25:39 fs 1.26.106.1: replaced some DBG_UTILs with OSL_DEBUG_LEVEL > 0, where needed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ce5cd33cd18b31aab8ca18f448da41678643cf98]

        INTEGRATION: CWS eforms4 (1.13.430); FILE MERGED 2004/12/13 17:27:33 fs 1.13.430.1: #i36597# +exportXForms/pageContainsForms/documentContainsXForms

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d738a6a2c77f0f71e2fda906287e660c8af3bef0]

        INTEGRATION: CWS eforms4 (1.13.430); FILE MERGED 2004/12/13 17:27:32 fs 1.13.430.1: #i36597# +exportXForms/pageContainsForms/documentContainsXForms

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2cce22fc526c44ae40fbc5406b4f056ad96307ca]

        INTEGRATION: CWS pbfinal02 (1.43.94); FILE MERGED 2005/03/03 09:51:29 pb 1.43.94.1: fix: #120083# no special characters in not translated resources

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [728c943cced4baa9cc0c1e60c53dffc35b9d9924]

        INTEGRATION: CWS eforms4 (1.36.8); FILE MERGED 2005/01/10 13:59:35 dvo 1.36.8.2: RESYNC: (1.36-1.37); FILE MERGED 2004/12/08 16:24:52 fs 1.36.8.1: replaced some DBG_UTILs with OSL_DEBUG_LEVEL > 0, where needed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [104cb57450ae7188be70fd9aa865841d15c2df4e]

        INTEGRATION: CWS eforms4 (1.84.40); FILE MERGED 2005/03/21 14:22:11 dvo 1.84.40.4: RESYNC: (1.89-1.90); FILE MERGED 2005/03/08 16:14:15 dvo 1.84.40.3: RESYNC: (1.87-1.89); FILE MERGED 2005/02/18 14:38:46 dvo 1.84.40.2: RESYNC: (1.84-1.87); FILE MERGED 2005/01/19 18:02:12 dvo 1.84.40.1: #i35399# recognize all XForms namespace URIs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cf2710607416e4872bc2211de5b3ceb821e6b56c]

        INTEGRATION: CWS eforms4 (1.81.40); FILE MERGED 2005/03/08 16:14:04 dvo 1.81.40.3: RESYNC: (1.83-1.84); FILE MERGED 2005/02/18 14:38:34 dvo 1.81.40.2: RESYNC: (1.81-1.83); FILE MERGED 2005/01/19 18:02:11 dvo 1.81.40.1: #i35399# recognize all XForms namespace URIs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [17cac001b3de3246ab9af70f340914cee15a3eef]

        INTEGRATION: CWS eforms4 (1.11.42); FILE MERGED 2005/03/21 14:26:17 dvo 1.11.42.3: RESYNC: (1.12-1.14); FILE MERGED 2005/02/18 14:38:01 dvo 1.11.42.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/19 18:02:13 dvo 1.11.42.1: #i35399# recognize all XForms namespace URIs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e1239bb9bed8578c4839f0305e8f373b1e2dab68]

        INTEGRATION: CWS eforms4 (1.2.22); FILE MERGED 2004/12/13 17:27:57 fs 1.2.22.1: #i36597# make the functions SAL_DLLPRIVATE

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [738f54c215d93593a0e64bdec8c2f413a652af5b]

        INTEGRATION: CWS os55 (1.73.32); FILE MERGED 2005/03/07 13:36:01 os 1.73.32.1: #i43669# on Unix prefer OOo file dialogs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4f2d2ef98317219b5980c9cfe38b436b778746aa]

        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>  [292d2f3de4e105911f63d202e140e4a2e4ff5f09]

        INTEGRATION: CWS os55 (1.45.92); FILE MERGED 2005/03/11 10:06:27 os 1.45.92.2: RESYNC: (1.45-1.46); FILE MERGED 2005/03/02 13:30:52 os 1.45.92.1: #i43584# store configuration before all modules are removed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bbac4c5089c5fb1251db422a4803644a0901e67a]

        INTEGRATION: CWS os55 (1.9.140); FILE MERGED 2005/03/11 10:22:04 os 1.9.140.1: #i44301# twip conversion removed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [57830dc0d5ee5a2e8d0262eaad7408c72f47e788]

        INTEGRATION: CWS os55 (1.52.578); FILE MERGED 2005/03/10 14:12:05 os 1.52.578.1: #i40856# label width increased, again

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4a38290e3b6ef515b452919f102726529c13ebee]

        INTEGRATION: CWS os55 (1.2.446); FILE MERGED 2005/03/08 15:52:59 os 1.2.446.1: #i40119# prevent focus notification from InitHdl

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2339393ca6d0e92a5a04eaf9bc76bfd0093a73e1]

        INTEGRATION: CWS os55 (1.45.140); FILE MERGED 2005/03/11 09:58:21 os 1.45.140.2: RESYNC: (1.45-1.46); FILE MERGED 2005/03/10 11:50:01 os 1.45.140.1: #119963# call Get(Word|Cpl)SttExceptList instead of Load...SttExceptList

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f1b91672abc71af2f93065ade4d87f6da135e549]

        INTEGRATION: CWS os55 (1.7.28); FILE MERGED 2005/03/11 09:54:27 os 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2005/03/08 15:53:00 os 1.7.28.1: #i40119# prevent focus notification from InitHdl

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [21c01997dbbe8eeacc1df71ef74427128541583d]

        INTEGRATION: CWS os55 (1.18.192); FILE MERGED 2005/03/09 09:45:56 os 1.18.192.1: #i44557# anchor to/as character un-swapped

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f9dca0c6184f32433ae0ecd01e68a410c6fe3694]

        INTEGRATION: CWS os55 (1.16.322); FILE MERGED 2005/03/09 09:45:57 os 1.16.322.1: #i44557# anchor to/as character un-swapped

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6e007667d68bd4502d4d4dd3c406d2688a5b6446]

        INTEGRATION: CWS os55 (1.17.192); FILE MERGED 2005/03/09 09:45:58 os 1.17.192.1: #i44557# anchor to/as character un-swapped

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [43351e8a15f271ec9ad250b44e1c7705504e9f65]

        INTEGRATION: CWS os55 (1.32.192); FILE MERGED 2005/03/08 15:54:33 os 1.32.192.1: #i40119# allow spelling dialog for all selection types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [872ed164870d7557ee2b9c5a230fab5346ab5ba8]

        INTEGRATION: CWS os55 (1.40.110); FILE MERGED 2005/03/07 09:27:10 os 1.40.110.1: #i28073# CTL numbering types correctly provided

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [62df7c83b1af96afc3e5c5db7e8f3958bb9a9930]

        INTEGRATION: CWS os55 (1.3.324); FILE MERGED 2005/03/10 15:15:17 os 1.3.324.1: #i42609# unicode strings correctly stored as UTF-8

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8c32ea80421f1932a8d0db9a1c0b2e5d4b0d045e]

        INTEGRATION: CWS os55 (1.22.324); FILE MERGED 2005/03/08 15:54:08 os 1.22.324.1: #i40119# allow spelling dialog for all selection types

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [137c0cb3de76f1d1c53c0a1d17ae361a3d464952]

        INTEGRATION: CWS os56 (1.109.32); FILE MERGED 2005/03/11 15:33:56 os 1.109.32.1: #i40843# missing twip conversion added

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [22c705d436847a408c3bbb49e60e961284736725]

        INTEGRATION: CWS os56 (1.88.40); FILE MERGED 2005/03/16 14:35:58 os 1.88.40.2: RESYNC: (1.88-1.89); FILE MERGED 2005/03/16 10:38:27 os 1.88.40.1: #i43378# OpenDocExec_Impl: don't remove current frame if blank target is selected and loading failed

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b74d94d93a7c80334d08f6918a4ec6b349ff74cc]

        INTEGRATION: CWS os55 (1.16.20); FILE MERGED 2005/03/16 09:19:49 os 1.16.20.2: #i44557# anchor commands now correct 2005/03/09 09:46:28 os 1.16.20.1: #i44557# anchor to/as character un-swapped

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [27f6901d5cd80c64f30290935a7a1acdac16bc98]

        INTEGRATION: CWS os55 (1.7.84); FILE MERGED 2005/03/07 13:36:46 os 1.7.84.1: #i43669# on Unix prefer OOo file dialogs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d3a0dd08c273318b115acf0b07309d3fe79c6ade]

        INTEGRATION: CWS dba27 (1.71.20); FILE MERGED 2005/03/15 11:52:39 fs 1.71.20.2: RESYNC: (1.71-1.72); FILE MERGED 2005/03/10 14:39:42 oj 1.71.20.1: #i44704# check if table is already known from join

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1f5c17e58ead642d31a8186a731bd42e19b5ff81]

        INTEGRATION: CWS os55 (1.30.24); FILE MERGED 2005/03/07 13:36:46 os 1.30.24.1: #i43669# on Unix prefer OOo file dialogs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0d879dadece247d719c4562af494a1fe927dd620]

        INTEGRATION: CWS os56 (1.29.296); FILE MERGED 2005/03/11 15:30:02 os 1.29.296.1: #i40843# XLineWidhtItem: converting twips now supported

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [42d025e77921f5d90cb9bc2974d215596ffc6d40]

        INTEGRATION: CWS dba27 (1.42.112); FILE MERGED 2005/03/18 14:50:56 fs 1.42.112.1: #i45404# +HID_INDEX_DIALOG_ACTION_TB

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f5802996b65b80e7cfed2c91151142cfcbf765bf]

        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>  [95e837d95c0cd248df00c26fb55ef0a2b875abeb]

        INTEGRATION: CWS os56 (1.50.60); FILE MERGED 2005/03/16 10:39:04 os 1.50.60.1: #i43378# loading documents without SID_DOC_READONLY!

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e1b7285800f78f861a054d2397544df72b2b89e2]

        INTEGRATION: CWS dba27 (1.8.20); FILE MERGED 2005/03/15 11:37:54 fs 1.8.20.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/11 13:44:23 oj 1.8.20.1: #i44644# make the column names unique

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [277faaf95f2b05f4171ff3d0084d81ab818d4ec5]

        INTEGRATION: CWS dba27 (1.61.18); FILE MERGED 2005/03/18 14:50:39 fs 1.61.18.1: #i45404# +HID_INDEX_DIALOG_ACTION_TB

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [083c4ebc8ff21321a5613ca78ddbd43f8a34464c]

        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>  [ab2b41a9f377c17435d654bd252e8a29f8a18127]

        INTEGRATION: CWS aw030 (1.31.36); FILE MERGED 2005/03/18 15:45:09 aw 1.31.36.1: #i45294#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [924ffbbf800feea3d3ea69002663458225d85822]

        INTEGRATION: CWS pj23 (1.25.58); FILE MERGED 2005/03/22 20:03:36 pjanik 1.25.58.1: #i44529#: Add en-GB language to known ISO code. Add km (Khmer), add xh (Xhosa).

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [487418f6fd1411c4cf4ecd38d8c01a495cead616]

        INTEGRATION: CWS aw030 (1.3.10); FILE MERGED 2005/03/21 14:50:58 ssa 1.3.10.1: #i45633# make toolbars really transparent

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ecc31eb6ef214995944b063dc264134ff013c145]

        INTEGRATION: CWS dba26 (1.20.12); FILE MERGED 2005/03/14 14:00:18 fs 1.20.12.3: RESYNC: (1.20-1.21); FILE MERGED 2005/03/11 13:31:38 fs 1.20.12.2: #i44786# don't rename if the new name is the same as the old one 2005/03/10 17:04:50 fs 1.20.12.1: #i44562# fillReportData: also pass a connection

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a6538ba116332adb4bc13c01c6fce9ba2bd2832c]

        INTEGRATION: CWS dba26 (1.31.10); FILE MERGED 2005/03/14 14:20:31 fs 1.31.10.2: RESYNC: (1.31-1.32); FILE MERGED 2005/03/10 17:06:32 fs 1.31.10.1: #i44562# when filling a report, we need a connection

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0a6efe22db623221dd3cfe9445713f3697e169e6]

        INTEGRATION: CWS dba26 (1.17.14); FILE MERGED 2005/03/10 17:03:38 fs 1.17.14.1: #i44562# pass additional properties to createReport

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [570d9ef91f12c8fe47730d070475a9ecb09a1cdf]

        INTEGRATION: CWS dba26 (1.14.100); FILE MERGED 2005/03/11 12:08:04 oj 1.14.100.1: #i42067# set addtabdlg to null beforeview is set to null

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8e8ac8e53afed37b3852f43f8d6abf39a022a3d4]

        INTEGRATION: CWS dba26 (1.32.60); FILE MERGED 2005/03/11 12:08:04 oj 1.32.60.1: #i42067# set addtabdlg to null beforeview is set to null

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bb1292455e4b117ced103fd1abdb430a2fa71299]

        INTEGRATION: CWS dba26 (1.18.60); FILE MERGED 2005/03/15 14:05:19 fs 1.18.60.1: #i10000# seems OJ forgot to checkin a change: +clearAddTableDialog

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a27845ab4317900302f7bee09a666c88720864b9]

        INTEGRATION: CWS dba26 (1.18.198); FILE MERGED 2005/03/08 11:34:23 oj 1.18.198.1: #i44439# disable toolbar entries when index is a primary key index

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [38e4bbb3386839107f903aa5464a4cda78e61ebb]

        INTEGRATION: CWS dba26 (1.3.16); FILE MERGED 2005/03/14 14:07:00 fs 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/10 08:47:02 oj 1.3.16.1: #i44607# correct help ids for setup wizard

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c6c9fb9723b03dd7e714fa8242146855ba385017]

        INTEGRATION: CWS dba26 (1.9.4); FILE MERGED 2005/03/15 15:40:18 fs 1.9.4.2: #i10000# 2005/03/15 15:02:41 fs 1.9.4.1: #i44582# (patch provided by OJ) detect media type when loading, not only extension

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [03dc6fb579e4e0c36ed451e5791072ba6a73a8bb]

        INTEGRATION: CWS dba26 (1.3.60); FILE MERGED 2005/03/14 14:01:58 fs 1.3.60.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/08 10:25:42 oj 1.3.60.1: #i44420# #i44419# fix for migration

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3c81c66c70e9f313937e9b75f530e108e5482ff7]

        INTEGRATION: CWS dba26 (1.5.14); FILE MERGED 2005/03/17 15:19:37 fs 1.5.14.3: #i44419# also work correctly for the case that a bookmarked document does not exist 2005/03/14 14:17:30 fs 1.5.14.2: RESYNC: (1.5-1.7); FILE MERGED 2005/03/08 10:25:42 oj 1.5.14.1: #i44420# #i44419# fix for migration

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [af7ea59f5f12a2f032dfc096001b0c610f5d3794]

        INTEGRATION: CWS dba26 (1.3.82); FILE MERGED 2005/03/14 14:00:38 fs 1.3.82.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/11 13:30:55 fs 1.3.82.1: #i44786# minor typo in comment

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3510d882bc3ff23f1ff7423fd784700583ac5b05]

        INTEGRATION: CWS dba26 (1.10.60); FILE MERGED 2005/03/14 14:00:00 fs 1.10.60.2: RESYNC: (1.10-1.11); FILE MERGED 2005/03/11 13:35:58 fs 1.10.60.1: #i44786# createInstanceWithArguments: don't reuse the ContentImpl of an existing object, if we're creating a new one

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ece4c1d6a07e3393717acc77f65cf886bc3e2ebf]

        INTEGRATION: CWS dba26 (1.17.110); FILE MERGED 2005/03/11 13:37:19 fs 1.17.110.1: #i44786# implAppend: ensure that the new object has the proper name

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [47dd1f168033c2a0879836b23bdda06f8faebe72]

        INTEGRATION: CWS dba26 (1.58.4); FILE MERGED 2005/03/18 08:16:55 fs 1.58.4.1: #i45153# +isEmbeddedDatabase

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a2c9a4a49dfbe6d2a7ac74fa14568e3fbe7e5159]

        INTEGRATION: CWS dba26 (1.2.4); FILE MERGED 2005/03/15 15:03:55 fs 1.2.4.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5b0a9337f4c2d2691e5bcc2755ff92ab079f48b6]

        INTEGRATION: CWS dba26 (1.14.4); FILE MERGED 2005/03/18 08:16:55 fs 1.14.4.2: #i45153# +isEmbeddedDatabase 2005/03/15 15:03:55 fs 1.14.4.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [eec691026e7367b239c9bdbb19fb1891acaf7c84]

        INTEGRATION: CWS dba26 (1.2.4); FILE MERGED 2005/03/18 08:17:53 fs 1.2.4.1: #i45153# +isEmbeddedDatabase

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2c1a53dc55594f07d10b7ef967c4a2009741a4e2]

        INTEGRATION: CWS dba26 (1.2.4); FILE MERGED 2005/03/18 08:17:42 fs 1.2.4.1: #i45153# layout for readability

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bf9ca8dda7bc0c9c057e0bf52a11db4b827b607b]

        INTEGRATION: CWS dba26 (1.3.60); FILE MERGED 2005/03/11 13:30:36 fs 1.3.60.1: #i44786# setPropertyValues('Title'): re-route to rename implementation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7a05e988fe143cc6ce443a66da2f1dc0f8ed9116]

        INTEGRATION: CWS dba26 (1.35.66); FILE MERGED 2005/03/15 14:42:39 fs 1.35.66.1: #i26655# unified the date handling - now also recognizing date values if enclosed in ' signs (i.e. as string)

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [5badbc020a39e13f23cba1ff9f8645f0551b7bb9]

        INTEGRATION: CWS dba26 (1.4.14); FILE MERGED 2005/03/15 15:05:24 fs 1.4.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [13784845e80a29f7465746f1208ce36a5110f7ba]

        INTEGRATION: CWS dba26 (1.3.14); FILE MERGED 2005/03/15 15:30:02 fs 1.3.14.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:03 fs 1.3.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [baff4e48df084212e3b185517e5c64b63b38e3ed]

        INTEGRATION: CWS dba26 (1.3.14); FILE MERGED 2005/03/15 15:05:03 fs 1.3.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [73db466c23a593a37e6e472b654e1d9dda8b12d1]

        INTEGRATION: CWS sysui06 (1.73.40); FILE MERGED 2005/03/16 08:46:50 obr 1.73.40.1: added missing sbase script to installation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [35a7b23895ca8af06f6e07fa7e94698fe3ad2709]

        INTEGRATION: CWS dba26 (1.3.14); FILE MERGED 2005/03/15 15:30:01 fs 1.3.14.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:02 fs 1.3.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ed66d31628603fce29dec6e583bac1e76d132bf9]

        INTEGRATION: CWS dba26 (1.4.14); FILE MERGED 2005/03/15 15:05:02 fs 1.4.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [91e1895b7270eba1d8055988cd0e9b3a5970945d]

        INTEGRATION: CWS sysui06 (1.2.18); FILE MERGED 2005/03/11 16:09:15 hro 1.2.18.1: #120234# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fa4b7f3347799d4dda6cd977af49dcba37a3d79a]

        INTEGRATION: CWS dba26 (1.4.14); FILE MERGED 2005/03/15 15:30:01 fs 1.4.14.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:01 fs 1.4.14.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [cd17f26f01e8b502d73f26a535dbe3ebd5fb3b99]

        INTEGRATION: CWS sysui06 (1.8.4); FILE MERGED 2005/03/15 05:49:45 obr 1.8.4.1: #i45009# type in gnome install check: CORERPM->CORERPM01

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [712bb03de0c21dd97cbbedd6b06ffbac939edb16]

        INTEGRATION: CWS dba26 (1.7.6); FILE MERGED 2005/03/15 15:30:01 fs 1.7.6.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:01 fs 1.7.6.1: #i44582# (patch provided by OJ) refined storage handling

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [33abe9e61dc5821f81724db6e996cf0f0df9f4d3]

        INTEGRATION: CWS dba26 (1.3.54); FILE MERGED 2005/03/14 13:56:35 fs 1.3.54.2: RESYNC: (1.3-1.4); FILE MERGED 2005/03/08 11:27:45 oj 1.3.54.1: #i44439# check if index is primary key index

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [33255fbd651fcd440342dc8f307d1ade369ff3d3]

        INTEGRATION: CWS dba26 (1.16.102); FILE MERGED 2005/03/15 14:39:02 fs 1.16.102.1: #i26655# removed an redundant parameter from buildDate

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [48c189c01e5551ae9c655448fd8c4e4b2e84d4b7]

        INTEGRATION: CWS impress39 (1.2.272); FILE MERGED 2005/03/18 16:42:33 af 1.2.272.1: #i39097# Added new SlsPageNotificationObjectContact.

2005-03-23  Rüdiger Timm  <rt@openoffice.org>  [9f07007980b69bbcc8938396cd5624b8402272ab]

        #i45525# Move the recently added mkdir to where it belongs (and where CWS pj23 put it).

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [19e3ceec14be535f78645f184f57fa7098449a5f]

        INTEGRATION: CWS impress39 (1.6.130); FILE MERGED 2005/03/18 16:43:49 af 1.6.130.1: #i39097# Added new member mpNotifier.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [717b0531a611a6d2e109447bbd30c9427d24bb38]

        INTEGRATION: CWS sysui06 (1.3.4); FILE MERGED 2005/03/11 08:17:53 obr 1.3.4.1: restored license header

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1a3ccdfe55ad92191173d486abc0af5f9523d125]

        INTEGRATION: CWS sysui06 (1.13.2); FILE MERGED 2005/03/08 14:37:48 obr 1.13.2.1: #i44335# /etc/SuSE-release for SuSE, SLES and Novell Linux Desktop

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [be82288e62633d4f058c19564c3e2e15cade3f14]

        INTEGRATION: CWS sysui06 (1.11.4); FILE MERGED 2005/03/11 06:43:06 obr 1.11.4.1: #i44423# patch applied: can't rebuild sysui without error because of ln -s

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f2701f2fe9082b3b5a330e91f8f5627d6776b894]

        INTEGRATION: CWS sysui06 (1.10.22); FILE MERGED 2005/03/11 06:43:06 obr 1.10.22.1: #i44423# patch applied: can't rebuild sysui without error because of ln -s

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [d5f27fd5760c43fb5637785d13cfc2d920e7aa24]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:30 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [643f4eb80cf0944fb6068760b9df9c811054aa50]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:29 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [18cb345d70e0aad39760e7e1db1790221f3afa26]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:28 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [602bb56d621cea150a4931c6bb1100b8ede989e0]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:27 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [15a88f84d3d363f7709e5518b339929e8de9ed01]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:26 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [7c6465e3021f0504adff4f8d25747fbbb67a652d]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:25 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [df4ab7c9b0bfcc90d56feaf2809c72346c5412f3]

        INTEGRATION: CWS impress39 (1.31.68); FILE MERGED 2005/03/11 17:08:47 af 1.31.68.1: #i44784# Keeping PaneManager state over reload.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [dd81e5cf3e832bf5db1b66a40af459d844d7d6b7]

        INTEGRATION: CWS impress39 (1.11.54); FILE MERGED 2005/03/15 15:51:00 af 1.11.54.1: #i44830# Turning off the text edit mode before removing view shells from the SFX shell stack.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [36edf8e8acee04ef716b36024b1dfc20c93df57b]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:24 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0d7800973e3584068692aa1b5f6abf9b0a1a956c]

        INTEGRATION: CWS impress39 (1.5.208); FILE MERGED 2005/03/18 16:44:36 af 1.5.208.1: #i39097# Added new member mpNotifier.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [34ec89293473fb6853b5cfcb2a15080fe79b7a94]

        INTEGRATION: CWS adc11 (1.2.100); FILE MERGED 2005/02/17 13:41:14 np 1.2.100.1: #i42993#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [839d5a7cff8fbbddd6d86510909c8edba43f8e52]

        INTEGRATION: CWS adc11 (1.5.4); FILE MERGED 2005/03/10 09:48:07 np 1.5.4.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4cf0b8b68ecfe176b920486f58b368fce2f11b6d]

        INTEGRATION: CWS impress39 (1.11.28); FILE MERGED 2005/03/18 09:41:21 af 1.11.28.1: #i45282# Fixed guard against deleting last page.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [01c5fb111a74c6452358b5029c81891b4e4b299e]

        INTEGRATION: CWS adc11 (1.2.14); FILE MERGED 2005/03/10 09:48:07 np 1.2.14.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [282960af446b65c3b471ab1c3c55103b002afb16]

        INTEGRATION: CWS impress39 (1.6.60); FILE MERGED 2005/03/18 18:23:01 af 1.6.60.1: #i45441# Added new mpPaneHider member.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fa9da28b24680211d929afff8adbf3b6314e66cc]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:23 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [85b54973084b3539acad6afd21b52375f90f5904]

        INTEGRATION: CWS adc11 (1.4.14); FILE MERGED 2005/03/10 09:48:06 np 1.4.14.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [05e5afdaee71555fbe2abaaa730a45a5bd0f74be]

        INTEGRATION: CWS impress39 (1.12.16); FILE MERGED 2005/03/18 18:23:18 af 1.12.16.1: #i45441# Added new mpPaneHider member.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [aa0a49ff5e63fcf62d9dbf22f95e89a78d5087f4]

        INTEGRATION: CWS adc11 (1.4.12); FILE MERGED 2005/03/10 09:48:06 np 1.4.12.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [38a0fda581405f459b990c2c60faee93c11d2c54]

        INTEGRATION: CWS impress39 (1.2.132); FILE MERGED 2005/03/18 18:21:18 af 1.2.132.1: #i45441# Added new PaneHider.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ab49f53af87f17be3d7e1914e6d24fdff7542b30]

        INTEGRATION: CWS adc11 (1.6.4); FILE MERGED 2005/03/10 09:48:06 np 1.6.4.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [84faae07a4f384cbd5833f10fdaefd9b5982de7d]

        INTEGRATION: CWS sysui06 (1.1.36); FILE MERGED 2005/03/11 15:27:22 hro 1.1.36.1: #41600# New SUN branded icons

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b5241dbdb756a6e41271e9883119802ec9f64700]

        INTEGRATION: CWS impress39 (1.1.2); FILE ADDED 2005/03/18 18:18:46 af 1.1.2.1: #i45441# Initial revision.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9cc8d8f5c99fb250afd9ddbff42126a1ba587fff]

        INTEGRATION: CWS adc11 (1.2.42); FILE MERGED 2005/02/23 13:24:47 np 1.2.42.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c3c1d412b3761f6fb669e3427975e82b8ea4190a]

        INTEGRATION: CWS impress39 (1.1.2); FILE ADDED 2005/03/18 18:18:31 af 1.1.2.1: #i45441# Initial revision.

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [99b9ba13e53debb9e18b9bc9a24a7027c6d5c603]

        INTEGRATION: CWS adc11 (1.2.32); FILE MERGED 2005/02/18 18:28:47 np 1.2.32.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6531cd7b451ec2505f33890961b797a80ae1fad0]

        INTEGRATION: CWS adc11 (1.1.122); FILE MERGED 2005/02/23 13:24:46 np 1.1.122.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [91dd4d66b5abf387786375e682d4d6469d33d02e]

        INTEGRATION: CWS adc11 (1.1.122); FILE MERGED 2005/02/18 18:28:46 np 1.1.122.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3521ed7f23a3da6c68a239e6d055bbcb0d4b19f9]

        INTEGRATION: CWS adc11 (1.1.1.1.136); FILE MERGED 2005/02/23 13:24:45 np 1.1.1.1.136.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9f7e0404f8f5928e85d5b50d3bc1a6d64c29e71b]

        INTEGRATION: CWS adc11 (1.2.124); FILE MERGED 2005/02/18 18:28:46 np 1.2.124.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [8e289eacea61c67651ad4496fb32ee4a4bd85e42]

        INTEGRATION: CWS adc11 (1.4.12); FILE MERGED 2005/02/18 18:28:45 np 1.4.12.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ad2a19dd2c72ef932443d86d92b3fd6c79ab45de]

        INTEGRATION: CWS adc11 (1.6.14); FILE MERGED 2005/03/18 14:42:39 np 1.6.14.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [522fbe39de361f7735ac72672ef107eb1b693196]

        INTEGRATION: CWS adc11 (1.1.122); FILE MERGED 2005/02/18 18:28:45 np 1.1.122.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2c6fdf58f9de81a7397cb52b4d95c112cee73ba6]

        INTEGRATION: CWS adc11 (1.4.8); FILE MERGED 2005/03/10 09:48:05 np 1.4.8.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [61536384f982060344c6d4b89a3eca1e39b4d2c2]

        INTEGRATION: CWS adc11 (1.5.4); FILE MERGED 2005/03/10 09:48:05 np 1.5.4.1: #i37088#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [2bb3fe01754edbd05751ae2611ece83bb28a096b]

        INTEGRATION: CWS jl18 (1.1.2); FILE ADDED 2005/03/09 11:22:23 jl 1.1.2.1: #43683# justification for binary in cvs

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c4d12a4f7be9cff7cb0d02997b93f6c4a7291370]

        INTEGRATION: CWS adc11 (1.6.4); FILE MERGED 2005/02/18 18:28:45 np 1.6.4.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [058be28a49e1070b03c2d681b0b4284e4d35426d]

        INTEGRATION: CWS jl18 (1.4.372); FILE MERGED 2005/03/09 11:24:10 jl 1.4.372.1: #43683# added licence header

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f19454b666cfc6ff72bf360eea1133a4ad7654c8]

        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-23  Vladimir Glazounov  <vg@openoffice.org>  [37c6c0160608a3d2d4248f07e66ad39b98d2ba2a]

        INTEGRATION: CWS i18n17 (1.8.186); FILE MERGED 2005/03/16 19:46:45 er 1.8.186.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:55 khong 1.8.186.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f39290f360fb1a92392c7fa15db182a8c4ff5ff1]

        INTEGRATION: CWS jl18 (1.2.8); FILE MERGED 2005/03/07 10:44:49 jl 1.2.8.1: #44322# officebean.dll did not export native functions from old com.sun.star.beans. namespace. Only those from com.sun.star.comp.beans

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a1eb33eb3c427ff7c767ebd1b066a4eb1069cee9]

        INTEGRATION: CWS adc11 (1.4.8); FILE MERGED 2005/02/23 13:24:44 np 1.4.8.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [aae2f29fa42cc954073074045a37df72a083a007]

        INTEGRATION: CWS i18n17 (1.6.188); FILE MERGED 2005/03/16 19:46:45 er 1.6.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:54 khong 1.6.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bb5e01e4f22be7845c79dbdeaee0bb7809bef385]

        INTEGRATION: CWS jl18 (1.4.8); FILE MERGED 2005/03/18 09:54:14 jl 1.4.8.1: #45371# replaced CallWatchThread by new com.sun.star.comp.bean.CallWatchThreadImplemenation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f60d70834447bf0267831aae99178f80167e16c0]

        INTEGRATION: CWS adc11 (1.1.1.1.136); FILE MERGED 2005/02/23 13:24:44 np 1.1.1.1.136.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [f3e8de1ba9362d3a9d0ad4d98192623c7ed1c464]

        INTEGRATION: CWS i18n17 (1.13.188); FILE MERGED 2005/03/16 19:46:45 er 1.13.188.2: #i903# corrected typos and @see syntax 2005/03/10 00:51:05 khong 1.13.188.1: #i903# add more comments for methods

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0273d3d81d29d5c1f6c387cca633cd99722c100e]

        INTEGRATION: CWS jl18 (1.6.8); FILE MERGED 2005/03/18 09:54:14 jl 1.6.8.5: #45371# replaced CallWatchThread by new com.sun.star.comp.bean.CallWatchThreadImplemenation 2005/03/17 12:40:53 jl 1.6.8.4: RESYNC: (1.6-1.7); FILE MERGED 2005/03/11 14:09:22 jl 1.6.8.3: #i44814# removed usage of slots for setting toolbars 2005/03/11 11:39:36 jl 1.6.8.2: #i44797# #44795# loadFromURL throws com.sun.star.util.CloseVetoException, setModified in loadFromURL now supresses the save dialog properly 2005/03/08 09:53:31 jl 1.6.8.1: #44435# document was not properly closed when stopOOConnection was called

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [9f69c80d8b33b405b871792081c53144a442188a]

        INTEGRATION: CWS i18n17 (1.3.188); FILE MERGED 2005/03/16 19:46:45 er 1.3.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:53 khong 1.3.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [387e1ba5a388d5311aa62cb16cd6300a4f9d691c]

        INTEGRATION: CWS jl18 (1.2.8); FILE MERGED 2005/03/18 09:54:13 jl 1.2.8.1: #45371# replaced CallWatchThread by new com.sun.star.comp.bean.CallWatchThreadImplemenation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [bd0a40c3c72ebb2447aeb97d7800cd66c63b2b01]

        INTEGRATION: CWS jl18 (1.1.2); FILE ADDED 2005/03/18 09:56:43 jl 1.1.2.1: #45371# This CallWatchThread replaces the implementations in LocalOfficeWindow and OOoBean

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b802bccd1ccb1ea0733d487178087b20c9aeb029]

        INTEGRATION: CWS adc11 (1.3.100); FILE MERGED 2005/02/23 13:24:43 np 1.3.100.2: #i39458# 2005/02/22 09:29:55 np 1.3.100.1: #115997#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [79efd83fa2fcecdae6a2013dd4e98e7e2036dd9e]

        INTEGRATION: CWS jl18 (1.2.8); FILE MERGED 2005/03/18 09:58:14 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3e85da23ba15e6cf7ee6170e852e98643cc3bb2c]

        INTEGRATION: CWS i18n17 (1.9.188); FILE MERGED 2005/03/16 19:46:44 er 1.9.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:53 khong 1.9.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [6b21216c8d79157f079190bef877e1884cca0a4f]

        INTEGRATION: CWS adc11 (1.2.12); FILE MERGED 2005/02/23 13:24:43 np 1.2.12.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [17e342c112f43e3986b54bcb7cf19c889ee729e6]

        INTEGRATION: CWS i18n17 (1.3.188); FILE MERGED 2005/03/16 19:46:44 er 1.3.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:52 khong 1.3.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b9cb8c46b38f4989dcfdd18c68a8f40a919eb321]

        INTEGRATION: CWS adc11 (1.1.1.1.136); FILE MERGED 2005/02/23 13:24:43 np 1.1.1.1.136.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [4caf0073894807d47bd950a33b1530c1f955cc21]

        INTEGRATION: CWS jl18 (1.1.8); FILE MERGED 2005/03/18 09:58:14 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [392649f70c4dd29e8f6f0d7ba96ff85e7ff0589b]

        INTEGRATION: CWS i18n17 (1.6.188); FILE MERGED 2005/03/16 19:46:44 er 1.6.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:51 khong 1.6.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ae55f6d31e539990fc320d0e169efda5aa5a8167]

        INTEGRATION: CWS jl18 (1.1.8); FILE MERGED 2005/03/18 09:58:13 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [be3233f8a1bc3afdb90f4b45957a760a672fb3d0]

        INTEGRATION: CWS i18n17 (1.3.188); FILE MERGED 2005/03/16 19:46:44 er 1.3.188.2: #i903# corrected typos and @see syntax 2005/03/11 19:00:51 khong 1.3.188.1: #i903# update documentation

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [ec9451cb5574f4b8a88ac31a03126c8db30d1c4c]

        INTEGRATION: CWS adc11 (1.3.104); FILE MERGED 2005/02/23 13:24:43 np 1.3.104.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [3fd22e57b7775fb3c7274cc5e112f290fa64d709]

        INTEGRATION: CWS jl18 (1.2.8); FILE MERGED 2005/03/18 09:58:13 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [847c4c7143867fdc616eb42f2a87aeff3173bc5b]

        INTEGRATION: CWS adc11 (1.5.42); FILE MERGED 2005/02/23 13:24:42 np 1.5.42.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e722ab57b8d7fbe65bfa9a8b65b6d47f1cb84b46]

        INTEGRATION: CWS jl18 (1.2.8); FILE MERGED 2005/03/18 09:58:12 jl 1.2.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [af86b112a26b6368357821cd35285a7a1b994f64]

        INTEGRATION: CWS jl18 (1.1.8); FILE MERGED 2005/03/18 09:58:12 jl 1.1.8.1: #45371# deprecated classes in com.sun.star.beans namespace

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [0dfba82162053660333293c341f1cec9a09b324d]

        INTEGRATION: CWS adc11 (1.4.8); FILE MERGED 2005/02/23 13:24:42 np 1.4.8.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b9bbc906ea39d8fd8bf3445ba33d2c9856c7aa9c]

        INTEGRATION: CWS adc11 (1.1.1.1.136); FILE MERGED 2005/02/23 13:24:42 np 1.1.1.1.136.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [fbc97208ddd1b1d30bcb70476fba5afc47d1f78c]

        INTEGRATION: CWS jl18 (1.4.12); FILE MERGED 2005/03/17 17:01:31 jl 1.4.12.2: #44608# 2005/03/17 15:29:00 jl 1.4.12.1: #44608# do not call getDefaultToolkit on Windows 98

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [c407ef9ed9d620124d0f5be001fa751756e12249]

        INTEGRATION: CWS adc11 (1.6.14); FILE MERGED 2005/02/18 18:28:08 np 1.6.14.1: #i39458#, #115997#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [1ecd9656e6e6e5331120763d8dd7ff5c539ecf97]

        INTEGRATION: CWS adc11 (1.2.122); FILE MERGED 2005/02/18 18:28:45 np 1.2.122.1: #i39458#

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [29e84443ebf6a0a456160c59fc9dafa6eb94518a]

        INTEGRATION: CWS jl18 (1.5.4); FILE MERGED 2005/03/18 16:00:07 jl 1.5.4.1: #45409# TestPolystruct was used with unsigned long literal rather then  long

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [a124bea0bcbfcda11f368c67e5a59427c8967eba]

        INTEGRATION: CWS so8apoc (1.6.40); FILE MERGED 2005/03/18 14:32:23 jb 1.6.40.1: #119201# Make sure new inner nodes start with default state: this is important within templates

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [20cae34da0fe2c6c7b43439824f1f5f65678f5b0]

        INTEGRATION: CWS so8apoc (1.12.40); FILE MERGED 2005/03/18 14:32:23 jb 1.12.40.1: #119201# Make sure new inner nodes start with default state: this is important within templates

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [b1e468385fbec06daaf313591ab9420f746a8a87]

        INTEGRATION: CWS so8apoc (1.20.40); FILE MERGED 2005/03/18 17:05:18 jb 1.20.40.2: #119201# Fix handling of merge state for added properties 2005/03/18 14:35:00 jb 1.20.40.1: #119201# Support protected properties without a value: don't mark nodes merged without a real change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [893b806d302f9201067b2282fbfba2a3385adefa]

        INTEGRATION: CWS so8apoc (1.7.40); FILE MERGED 2005/03/18 14:34:59 jb 1.7.40.1: #119201# Support protected properties without a value: don't mark nodes merged without a real change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [36da97a426604aadf436148ea4ab6298ee6029f5]

        INTEGRATION: CWS so8apoc (1.9.40); FILE MERGED 2005/03/18 17:05:16 jb 1.9.40.2: #119201# Fix handling of merge state for added properties 2005/03/18 14:34:59 jb 1.9.40.1: #119201# Support protected properties without a value: don't mark nodes merged without a real change

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [008edd2933a760e487737432eb0b65f4f744edb1]

        INTEGRATION: CWS configure8 (1.110.2); FILE MERGED 2005/03/21 20:34:48 rene 1.110.2.8: no ! 2005/03/21 20:03:25 rene 1.110.2.7: typos 2005/03/21 10:28:42 rene 1.110.2.6: #i45527# no PASF for WINNT #i45500# honour test_cups for the cups check at the right place.. disable fontconfig for mac os x, apparently not needed and it only has a ancient version anyhow 2005/03/19 19:47:39 rene 1.110.2.5: #i45341# move fontconfig.h check after X check to find it if its in X's paths... 2005/03/19 14:35:18 rene 1.110.2.4: #i45481# crashreporter no longer requires gtk 2005/03/18 10:20:44 rene 1.110.2.3: #i45351# one moretest too much 2005/03/18 10:18:56 rene 1.110.2.2: #i45351# one test too much 2005/03/18 10:17:51 rene 1.110.2.1: #i45351# fix some checks for WINNT

2005-03-23  Vladimir Glazounov  <vg@openoffice.org>  [e573911aaf85b9aed0a7467eceff5e592cd88340]

        INTEGRATION: CWS configure8 (1.91.2); FILE MERGED 2005/03/21 20:34:46 rene 1.91.2.7: no ! 2005/03/21 20:03:23 rene 1.91.2.6: typos 2005/03/21 10:28:39 rene 1.91.2.5: #i45527# no PASF for WINNT #i45500# honour test_cups for the cups check at the right place.. disable fontconfig for mac os x, apparently not needed and it only has a ancient version anyhow 2005/03/19 19:47:37 rene 1.91.2.4: #i45341# move fontconfig.h check after X check to find it if its in X's paths... 2005/03/19 14:35:15 rene 1.91.2.3: #i45481# crashreporter no longer requires gtk 2005/03/18 10:20:42 rene 1.91.2.2: #i45351# one moretest too much 2005/03/18 10:17:50 rene 1.91.2.1: #i45351# fix some checks for WINNT

2005-03-22  Vladimir Glazounov  <vg@openoffice.org>  [0002534fdaaf653aabd12fb1c8ac55b3026d9df5]

        new version for SRC680

2005-03-22  Kurt Zenker  <kz@openoffice.org>  [fda9fde85b7c09e43c70723e74750bc17a1b1ea4]

        #i10000 dcss -> css

2005-03-22  Kurt Zenker  <kz@openoffice.org>  [bd218bc6e9cc06caaae4c714d22b512bc653681a]

        #i41696# support filter languagepacks (CWS fwkpostbeta1)

2005-03-21  Vladimir Glazounov  <vg@openoffice.org>  [488e7863212d41c14dbf7300bfdd6c6931340e4e]

        new version for SRC680

2005-03-21  Vladimir Glazounov  <vg@openoffice.org>  [cdfbd833d531d02294e09934b025bd2f4d1a5762]

        new version for SRC680

2005-03-21  Vladimir Glazounov  <vg@openoffice.org>  [6c069fb44afccb3c768845528b6ab35cdb93ccf8]

        new version for SRC680

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [538972409c0b833c50e1583e253f2513a34bfbc3]

        #i10000# changes form dbwizard4 (bc)

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b41ad042cccfffbd9e20bc3f2e2e436793ad09cf]

        INTEGRATION: CWS fwkpostbeta1 (1.29.2); FILE MERGED 2005/02/09 12:44:12 cd 1.29.2.2: #i40372# Call SID_MAIL_PREPAREEXPORT&SID_MAIL_EXPORT_FINISHED on non-signed documents 2005/01/28 14:34:28 cd 1.29.2.1: #i40372# Make a copy of the storage do when the doc is not modified and has a name to preserve digital signature

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e5bb2614e651c5b184f6a0b04434979dc828672b]

        INTEGRATION: CWS fwkpostbeta1 (1.29.2); FILE MERGED 2005/02/09 12:44:12 cd 1.29.2.2: #i40372# Call SID_MAIL_PREPAREEXPORT&SID_MAIL_EXPORT_FINISHED on non-signed documents 2005/01/28 14:34:28 cd 1.29.2.1: #i40372# Make a copy of the storage do when the doc is not modified and has a name to preserve digital signature

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b129741c2b76c19bdbf324169c8c45020ceddde9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.170); FILE MERGED 2005/02/17 19:59:03 abi 1.4.170.2: RESYNC: (1.4-1.5); FILE MERGED 2005/02/07 10:06:41 as 1.4.170.1: #i41898# new helper to check frames, if they are already used for load requests

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1024a9d2070c6aeacf7c1e36a45fdc34dea07de1]

        INTEGRATION: CWS fwkpostbeta1 (1.6.2); FILE MERGED 2005/01/26 14:50:53 cd 1.6.2.1: #i40892# Detect plugin mode and lock toolbar

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5a2178d7a50315bbb3185602f6d430a57ea8c2bf]

        INTEGRATION: CWS fwkpostbeta1 (1.17.2); FILE MERGED 2005/02/17 19:59:11 abi 1.17.2.3: RESYNC: (1.17-1.22); FILE MERGED 2005/01/31 16:18:21 cd 1.17.2.2: #i40968# Don't show floating windows when the container window is not active 2005/01/27 15:37:48 cd 1.17.2.1: #i41469# Lock/unlock toolbar state should be stored

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6023a34a1f0485f0538532f93dfe6bc99a6e0644]

        INTEGRATION: CWS fwkpostbeta1 (1.11.2); FILE MERGED 2005/02/17 19:56:52 abi 1.11.2.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/27 15:38:11 cd 1.11.2.1: #i41469# Lock/unlock toolbar state should be stored

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9fcfb6351e7a884cd63861e91624dc696d19f3f3]

        INTEGRATION: CWS fwkpostbeta1 (1.3.126); FILE MERGED 2005/01/27 13:44:30 cd 1.3.126.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c25c5b612646f106ffe1c2ca949d61042f3cec71]

        INTEGRATION: CWS fwkpostbeta1 (1.5.76); FILE MERGED 2005/03/03 11:35:07 jl 1.5.76.2: RESYNC: (1.5-1.6); FILE MERGED 2005/01/27 13:43:50 cd 1.5.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bf0f0cb1766b9e61c0befbe0bbde291172dfe8a2]

        INTEGRATION: CWS fwkpostbeta1 (1.4.76); FILE MERGED 2005/03/03 11:32:47 jl 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2005/01/27 13:43:41 cd 1.4.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9ac2cd5a92c0b0696bcafc3e73cdf2be78fce26e]

        INTEGRATION: CWS fwkpostbeta1 (1.6.76); FILE MERGED 2005/01/27 13:43:38 cd 1.6.76.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ac5f2b8cf2b671503395c93317da97369a5811df]

        INTEGRATION: CWS fwkpostbeta1 (1.6.6); FILE MERGED 2005/01/27 13:42:19 dbo 1.6.6.1: #i41392# Issue number: Submitted by: Reviewed by:

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [85c34d6c9c339620682460e6df01ba888c21c988]

        INTEGRATION: CWS fwkpostbeta1 (1.66.6); FILE MERGED 2005/02/17 20:31:37 abi 1.66.6.2: RESYNC: (1.66-1.73); FILE MERGED 2005/02/10 07:24:54 as 1.66.6.1: #i41696# support filter languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [45565786cd5c58f8b64e6d34b8dd55b1911e537b]

        INTEGRATION: CWS fwkpostbeta1 (1.5.14); FILE MERGED 2005/02/09 12:38:54 jl 1.5.14.1: #i42305# Changed all minVersions to 1.3.1 for all vendors

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6ef25c31bce000fc9bdfeda019f765ce2cb89b23]

        INTEGRATION: CWS fwkpostbeta1 (1.3.14); FILE MERGED 2005/02/09 12:38:54 jl 1.3.14.1: #i42305# Changed all minVersions to 1.3.1 for all vendors

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [30c4fcde2f2ee0172a56134d6221618ce4822f6d]

        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>  [607cc2447e57c4568838b2967dd1e825f2b599fc]

        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>  [c3f19b5c4d44ace7af0e833c5be9c4669f513b53]

        INTEGRATION: CWS fwkpostbeta1 (1.77.86); FILE MERGED 2005/03/03 13:48:16 jl 1.77.86.3: RESYNC: (1.77-1.78); FILE MERGED 2005/02/07 09:23:13 as 1.77.86.2: #119268# handle errors during using of default templates more gracefully 2005/01/27 13:03:34 as 1.77.86.1: #i21583# detect new filter if default template is used

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [18512c38694064c03367bf2664f71f93725ed393]

        INTEGRATION: CWS fwkpostbeta1 (1.23.24); FILE MERGED 2005/02/17 20:17:39 abi 1.23.24.2: RESYNC: (1.23-1.24); FILE MERGED 2005/01/28 10:53:47 cd 1.23.24.1: #i40474# Non-cached slot have no controller - check must be removed therefor

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [46f3bd26cc94ae0656b21588f7c5f3789f4606d9]

        INTEGRATION: CWS fwkpostbeta1 (1.94.24); FILE MERGED 2005/02/17 20:15:29 abi 1.94.24.2: RESYNC: (1.94-1.95); FILE MERGED 2005/01/31 16:20:05 cd 1.94.24.1: #i40968# Don't set a current view frame when the active one is closed. Triggers focus problems with X window managers

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2aa5513b3547a786f96678b06609787677db6799]

        INTEGRATION: CWS fwkpostbeta1 (1.2.196); FILE MERGED 2005/01/27 13:43:04 cd 1.2.196.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6c166f68fc3c72b735fa0fce8521f402db840bde]

        INTEGRATION: CWS fwkpostbeta1 (1.5.74); FILE MERGED 2005/01/27 13:43:04 cd 1.5.74.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ea5f9e338e1d18be6aeb5a377f116f82d649e012]

        INTEGRATION: CWS fwkpostbeta1 (1.4.22); FILE MERGED 2005/01/27 13:43:04 cd 1.4.22.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a80a59becc7f5b38c76e9c41bd876c33a2234d5d]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/03/03 13:37:14 jl 1.2.150.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:04 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6128fd4271722088e3a9299f8e395ba3a8a3fc04]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/03/03 13:37:06 jl 1.2.150.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:04 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6a2c954a847de8077f5f7f3ea616c3d598a766eb]

        INTEGRATION: CWS fwkpostbeta1 (1.6.66); FILE MERGED 2005/01/27 13:43:03 cd 1.6.66.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [540e35572a3e146cb29480c604c28a8925503037]

        INTEGRATION: CWS fwkpostbeta1 (1.3.74); FILE MERGED 2005/01/27 13:43:03 cd 1.3.74.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0965678164ed096da09bf1b3143c700c94038237]

        INTEGRATION: CWS fwkpostbeta1 (1.2.170); FILE MERGED 2005/01/27 13:43:03 cd 1.2.170.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [369a20ec008af0713cec9df41546cfeb4560b0f4]

        INTEGRATION: CWS fwkpostbeta1 (1.2.270); FILE MERGED 2005/01/27 13:43:02 cd 1.2.270.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [783c42bda955f9ad5ce66757cd63cac34047cffb]

        INTEGRATION: CWS fwkpostbeta1 (1.3.74); FILE MERGED 2005/01/27 13:43:02 cd 1.3.74.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2b5ec3ab0cb7780a00513dfeb6de11b2dcd11640]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/01/27 13:43:02 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3ba53ce71278474b12e4b2fc21fae4c08091245a]

        INTEGRATION: CWS fwkpostbeta1 (1.2.270); FILE MERGED 2005/01/27 13:43:01 cd 1.2.270.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e3475757023277163cff847921591eca4bdf81c2]

        INTEGRATION: CWS fwkpostbeta1 (1.2.170); FILE MERGED 2005/01/27 13:43:01 cd 1.2.170.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d4c472b1233819f1d97fd2a34baa5f9927ba06b0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.74); FILE MERGED 2005/01/27 13:43:00 cd 1.4.74.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [76e200df363f79a11a71a9ee8b5bc2c9b9794014]

        INTEGRATION: CWS fwkpostbeta1 (1.5.22); FILE MERGED 2005/01/27 13:43:00 cd 1.5.22.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [1e2ef019e0de93f4039cce2fb0fb3cc73a7db49e]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/03/03 13:36:57 jl 1.2.150.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:43:00 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8ce48355d8f694ed04bc55c32f1c3428eda26da4]

        INTEGRATION: CWS fwkpostbeta1 (1.3.74); FILE MERGED 2005/01/27 13:43:00 cd 1.3.74.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f4358ffaa4990ed86ff61a6e01f4cc15e0175f12]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/01/27 13:43:00 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [32b1d7e24644e29d5748f5503b5cdd036b9d66ef]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/01/27 13:42:59 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3335a4da2d6ec6c850e0a958ed55f803804ef5e7]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/03/03 13:36:44 jl 1.2.150.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:42:59 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [863a112818fc0f75b785fc6d4fb76d68b3616cd5]

        INTEGRATION: CWS fwkpostbeta1 (1.2.150); FILE MERGED 2005/03/03 13:36:35 jl 1.2.150.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:42:59 cd 1.2.150.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b356eabe746c302ab123960c1a6cf6b9d99770cd]

        INTEGRATION: CWS fwkpostbeta1 (1.2.80); FILE MERGED 2005/03/03 13:36:26 jl 1.2.80.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/27 13:42:59 cd 1.2.80.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e78fed244c663b69fc6801c03eb4f15fbc52fbd5]

        INTEGRATION: CWS fwkpostbeta1 (1.20.32); FILE MERGED 2005/01/31 18:50:42 jb 1.20.32.2: #i41700# Don't enforce write protection, if merging localization data; log rejections due to finalized/mandatory defaults 2005/01/31 17:53:26 jb 1.20.32.1: #i41073# Suppress spurious override warnings for localized layers

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c53166af45c4de514acf36df6f5f55b561b3c4a9]

        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>  [4b03cef105da80d99d3b6ea433d1c4f036ad3e8d]

        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>  [5f0fbc2e257353f4dbce9bfbab473907e5f5817f]

        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>  [efbe85b41978f837aefc20701e9d5f874091dd67]

        INTEGRATION: CWS fwkpostbeta1 (1.3.40); FILE MERGED 2005/01/27 13:42:45 cd 1.3.40.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f340e74fcaee37b6fcce258733f7b3dd1470875b]

        INTEGRATION: CWS fwkpostbeta1 (1.7.40); FILE MERGED 2005/01/27 16:25:22 cd 1.7.40.1: #i35490# Hide images in View-Toolbars menu if Tools-Options settings

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c633b711ac65f84d67c0b33dd61e96a13ef71d78]

        INTEGRATION: CWS fwkpostbeta1 (1.12.2); FILE MERGED 2005/01/27 16:58:59 cd 1.12.2.3: #i36302# Check hide disabled menu entries state for toolbar popup menu 2005/01/27 16:14:53 cd 1.12.2.2: #i38788# Made CTL toolbar buttons automatically available in CTL mode 2005/01/26 14:51:02 cd 1.12.2.1: #i40892# Detect plugin mode and lock toolbar

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f3a41287bb3a43be8fc0b6051f9ecc34a27706df]

        INTEGRATION: CWS fwkpostbeta1 (1.7.32); FILE MERGED 2005/03/03 12:47:07 jl 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2005/01/27 16:14:35 cd 1.7.32.1: #i38788# Made CTL toolbar buttons automatically available in CTL mode

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0c917a2263352087b0a19031cc52526371d499d4]

        INTEGRATION: CWS fwkpostbeta1 (1.11.40); FILE MERGED 2005/03/04 09:01:54 as 1.11.40.4: resolve merge conflicts 2005/03/03 10:50:30 as 1.11.40.3: resolve merge conflicts 2005/02/07 10:07:24 as 1.11.40.2: #i41898# backing frame must be checked too, if it's already used for loading 2005/01/27 13:00:51 as 1.11.40.1: #i41273# detect filter before frame loader ... and add AsTemplate flag to improve _default recycle feature

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [56cbda9665f149ab280560676c1431db1221c55a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.84); FILE MERGED 2005/01/27 16:14:22 cd 1.4.84.1: #i38788# Made CTL toolbar buttons automatically available in CTL mode

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e4c0645ef39f805210006a6677a389c1bb0db2fd]

        INTEGRATION: CWS fwkpostbeta1 (1.3.34); FILE MERGED 2005/02/21 13:15:31 cd 1.3.34.1: #i41417# Remove obsolete text entry from toolbar

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [dfa0a6ffdb6a973647b240662f53635c69389aa0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:42:39 as 1.4.154.1: #i41696# support new format of languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [de38d4558c19866685f06fa80e3fa5ac0381e591]

        INTEGRATION: CWS fwkpostbeta1 (1.7.154); FILE MERGED 2005/02/28 08:52:06 as 1.7.154.2: #i41696# dump errors to file instead of showing it inside a console 2005/02/28 06:24:35 as 1.7.154.1: #i41696# support direct reading/checking of UTF-8 encoded files

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [23e6d58cf3e50b5d6bf06148a3de8e204466abb4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.132); FILE MERGED 2005/02/10 08:42:38 as 1.4.132.1: #i41696# support new format of languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [67167fd7265d48e8389440797298563b2de6277a]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/28 06:24:35 as 1.5.154.3: #i41696# support direct reading/checking of UTF-8 encoded files 2005/02/14 13:05:49 as 1.5.154.2: #i41696# correct warnings 2005/02/10 08:42:37 as 1.5.154.1: #i41696# support new format of languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [078907cdd0d9df35533636364763fe86d5b1a999]

        INTEGRATION: CWS fwkpostbeta1 (1.2.212); FILE MERGED 2005/02/28 06:24:35 as 1.2.212.2: #i41696# support direct reading/checking of UTF-8 encoded files 2005/02/10 08:42:36 as 1.2.212.1: #i41696# support new format of languagepacks

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9c5702a07dcf8988679c7c6f6c22518766d2d977]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/28 13:23:18 as 1.4.156.1: #i43404# register IMPORT filters as preferred filters only

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4416304e528030b59c86f9716ab05e80c0d63b13]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/28 13:23:17 as 1.4.156.1: #i43404# register IMPORT filters as preferred filters only

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [38a425978c6992b9a0f3269043e235858f3f5dec]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/28 13:23:16 as 1.4.156.1: #i43404# register IMPORT filters as preferred filters only

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d94c6270630bdacdd698bb1f50a62f0badb61909]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/28 13:23:15 as 1.4.156.1: #i43404# register IMPORT filters as preferred filters only

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8cfa5adbc283645f7fcc78c09f41ea45ad0251e5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:14 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0ac156e15a7747c77061fc70e1b027ab7475febc]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:13 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3c01349a17563f751a2e0d8aad941d31ddcee8d4]

        INTEGRATION: CWS fwkpostbeta1 (1.3.108); FILE MERGED 2005/02/10 08:24:26 as 1.3.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f8169d4df4cb90d28766e5f05f0dbc14f88b36dd]

        INTEGRATION: CWS fwkpostbeta1 (1.3.108); FILE MERGED 2005/02/10 08:25:49 as 1.3.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3afc63f9e9453c0b257d172ba96629c54687c35b]

        INTEGRATION: CWS fwkpostbeta1 (1.3.108); FILE MERGED 2005/02/10 08:26:09 as 1.3.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0ad0844c356dc0b8948563ccbaf5b71e7cb1f904]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:12 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8c8e05488e9ffa83afa355c699ab9f091217b5e6]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:24:36 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c9d408d8ce55ac182ab5e26597160d44d2f6abaa]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:49 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d4378e9397de6729239177d42bc32331c53d900e]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:16 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2157fa073412f80bd4fdb6b0ad123288182604d4]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:17 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [88477b6565a3c0fb544bb36dfadbbfc30e048446]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:10 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6df6ba053cf088083fc4e788cef2484ce0c4c962]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:28 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b3ee53956fdfaa9810c7c644045ebe0d49c611ec]

        INTEGRATION: CWS fwkpostbeta1 (1.5.70); FILE MERGED 2005/02/10 08:25:54 as 1.5.70.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [651d0c1561887aba15ccaf12903204ee9394b478]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:22 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3f91c5c0e58cd403157fcc7f8bd4319d9a1a4a6c]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:36 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d29e123f3d778e97e652c1cd4e10abf219230f57]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:15 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b1ac7dfd582aa6e182692db56db3f65dec79c7b7]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:26:06 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f69d1568884703ba0a2da0de8378a7a3cf94753b]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:20 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0ad824fac905937a7687d51623bb9aeb868ef0ef]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:24:39 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [341a421bbf6e7c069262d631d836d6f6ddeb0667]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:47 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [eb635dae500427bca82007d9650556405e6be6c5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:11 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [da6e4cd2984001f3aed1839c14faa2028b679894]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:24:48 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [59d4260d98cb1d81c1df18a8262bff17ff78d4a6]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:24:34 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e9f21cb4db078eb18a5277de0ab7d17358b2a782]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:55 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f6703a940c7df11d9e0f0ff971410eceecf8231d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:07 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6af9b0b336fcd461c74674df7e99986d79eb0158]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:48 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0ab8377a4fcba0efd33d7440ddf50d5594e6a5d5]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:39 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [abc5ae66ec4a8533cdbffac916834986d32013dd]

        INTEGRATION: CWS fwkpostbeta1 (1.2.154); FILE MERGED 2005/02/10 08:26:10 as 1.2.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b7247907b3985c2c421c650aa7355cca2a2adb8e]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:44 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bcd44bd001edcd4b19b12acc5bbf24e601edaeda]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:50 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [326ff17806e502bdf5cfaf9d0b7cf6f1302b6803]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:41 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [00025b4d414c1ca249f6f9426d3c438d116154c8]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:31 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [693744ed81d2d2dbb887bdbf298af03f9704ce47]

        INTEGRATION: CWS fwkpostbeta1 (1.6.20); FILE MERGED 2005/02/10 08:25:12 as 1.6.20.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [71f3dab4feb3f93fb0e354fbf39ff8491e6b409c]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:56 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7767bf3f230b0049bd6020051ab2b20c004c0dbd]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:26:03 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [5bb33053b44763e4fc899ac70fbbfc3682ba172e]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:06 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2bc7a4e09c0ef1861ec4a8a550ce1ac0d85bf317]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:33 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7fa811fa65a5228d8eed3eacca043b51ab1c53db]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:06 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [90645e43adbabc15f8630534280f008624c05ff9]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:16 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b959af5d2ce67a5255cf0a95d46eeae8fc61b429]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:22 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ea3c13772f067d201e425c28bd029f7774680174]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:36 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4a39d7ce2ab40f68ce423ddfa570778713abcd11]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:41 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [309ce34805501dd70d99a2204bb85c8cd88a3c49]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:47 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f9f20c9eebca9bc1b37a5101068e11425193e5c1]

        INTEGRATION: CWS fwkpostbeta1 (1.5.108); FILE MERGED 2005/02/10 08:25:18 as 1.5.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a2a4d6b834eaa85e84f8868c5404044e678a9caf]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:42 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [281b63015687b1bf566a3270594854a85b509d2b]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:17 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c850d785ad709029cc5e4b6b35a460db3d5a76ef]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:44 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f2763e9ca3d99a655c4a89a6aab58e0f14204576]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/28 06:23:39 as 1.1.2.2: #i41696# correct file encoding to UTF-8 2005/02/10 07:50:48 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a6a523a02fbc7c3627976c73be47811e807b8512]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:37 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fb575bb4dab2df8e7f7e80bae1ce2194d49f32f2]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:14 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [71af2dbf4b3f70f512d669bdd0f09ea0c085709e]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/28 06:23:39 as 1.1.2.2: #i41696# correct file encoding to UTF-8 2005/02/10 07:50:46 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e187a346e7889197cba0886abc364afb8d185009]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:24:44 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9910f345125340993f88d1a96a4d2a030963ab79]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:45 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9c98e071d00ae5953a5a0fcc79c0924aac9af302]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:15 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0d8e8be48ac1429e0c1c84ff03bbb45b3d5e15fa]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:40 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6088147db8cd0ed6e3671239eefc196462cdc84c]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:26 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [63c84f9753405c3799984d44d397c6a9921f95bb]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:51 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [11295651190a2725940f6fbfa3ad6683c15dacd9]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:31 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [dd4c3a8fb9de5c354a085c610b8012da903bd3da]

        INTEGRATION: CWS fwkpostbeta1 (1.6.20); FILE MERGED 2005/02/10 08:25:29 as 1.6.20.1: #i41696# seperate ui names from filter properties

2005-03-21  Frank Meies  <fme@openoffice.org>  [e33118b2f6fcdd54e1ea1b3a492371b2237a5d4d]

        #i45629# Make Alt and Alt gr work

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [001d136493732f9e090546255dafefa9cfc6717f]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:25 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f9227b649324809af2daa99ff473ffc73114fec3]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:46 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a0cf7068894e55ed046fabbae2a1b050d7686bd5]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:37 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9efe02530bc2b4cdfe631d0b6cc132a1b1fa1b33]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:57 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [92eb7e47165f3891aad96bdb300abafead94f3f4]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:31 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4728a278d6aed73137fcfa3557d1ba4102be7570]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:48 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7261ed1cb54f914c3e5d263cebe75eef3b2e32d4]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:28 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f0ca08c1b8c2099e01565669d7b63e7c726811a7]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:43 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [43b4a55e00fd67518015c042eda15b4dd2d4c975]

        INTEGRATION: CWS fwkpostbeta1 (1.5.108); FILE MERGED 2005/02/10 08:24:40 as 1.5.108.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [72be9288cbc4f68d0745397f605e25f7096e1dbd]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:37 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [094c5168fe289b395cbe7624d4af50a82f80d86e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:02 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [389f64d680a49d5bdf436d62a4de237917623bbb]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:32 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [13f50f0832e12239e60d08011278c88f8a33bbce]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:26:08 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [01bbe1a4ee508d76c3ba7fbab8584109b9b075e8]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:25 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7805830e0ae35b0d52b7a6ab7ca0d10e6fabfadd]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:25:11 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [36d5433b7597b63774a0547b5494d0cbb8e16e9a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:17 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6c49a2dc06b2a9b58f55a6e88d42d3f8531373a3]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:02 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3167252156404bcfaff753dafbffc29b85cbb4fe]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:21 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f65e4e219fb3d4429917b12fec08638676508d8c]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:42 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a2a8c5f60adccf189414b6c2d64299bafa6290ee]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:21 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [286d1f3895bc808f27aa03cf1184238f6cca0a5e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:27 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ea1deaddbe151a2794ab0945171940943a2ae950]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:26 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ec3567615b4f9f79a865647a6c9c0a6937051de9]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:41 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e15fdec15692187f931cd639a27174fcf6806d75]

        INTEGRATION: CWS fwkpostbeta1 (1.5.58); FILE MERGED 2005/02/10 08:24:59 as 1.5.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [76beb34f275e5ef4eeffec8958cca4bd7058c3e8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:49 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b225da78e760e3ce3a1f7288310aebc7c7218d2d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.132); FILE MERGED 2005/02/10 08:24:40 as 1.5.132.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2945a6b8229804d61d3ea21951e353f88bbc6b9a]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:50:40 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2a23f75705e875782819a629fcd72b8afec54fde]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:47 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fb1a50967589366cc9fc0515be742a39f87c27a0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:29 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [73973ed5b2bc21066e89eb375f789c80eaf740e1]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/02/10 08:25:20 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ee90685b9e707308b255c3f1f8664bdc9bf851cb]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:25 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9c4871342214c25a6eb4468e00bf0f3480742cf1]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:18 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [86be2b3046713f4fa21446a109265ba16bf3d0d9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:04 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f302c84c564ada46b2ce5105d42264f125d68248]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:04 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6a9c679985f07d2b1c69de57bad9b19653bcb1e7]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:24 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [448bca7661dfe2cb25a566dfc75d423f137d7041]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:46 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3a508ba8cde4bbcc4523afe48f4e28d5474403a9]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:35 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bf82bc1678942dcd738e3df06d81323fbf7a915f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:56 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8ae141a24cfc62e607bf89d25f92bfbbadd2db3f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:34 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cbe9e82b14b8079d1730da7dc3a00018e85ba8bd]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:57 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2c434660085f5fc530bf7cff0720f5934c921cf4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:33 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7b7de023209dee567c5a3d6b79790092af526579]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:37 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [26d658615f4d2215f15ed8ae37b75136a7f8affe]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:03 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [8494fd0ba05401a8e67a44b0b92ca17b60fe7da4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:52 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [812c655b80a9a4debd25427ab7cc4b4ef8a9c3a4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:37 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [dc87b31008fc4589621a5383c0c9dbd7eabb12aa]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:35 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [49efc476f24695750dbf6e92b383a049f3f93faf]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:49 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3187f006e0f3b4a70befc7e4f85d816681f8d49d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:36 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [9e5e78683817ac36b7975de2e26f57b1cbd3bfd8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:20 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b76aa410aeb170a8786094f499dee62b2d34d3c8]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:27 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7a8662a1447bd5aa42adec14e5b6c2b2617463c3]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:50 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0f3110a0f90c1548bf58193b4f1803c5066ef123]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:02 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [57d918f7de38d3083bdc31601967c39fa947b791]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:05 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c1c3b4956abc6eb638c891753aed14be80858d9e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:29 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [91fe502b3b13960c85302dae92858efd67511aab]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:26 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [51adfa49d55e38378a90aa64440bde51972f3a44]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:26 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0cced150c4874063be2ac209be7008671c803ef2]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:43 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3e039656c1aa7cf6b892b2dba594ee29dee8b029]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:46 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bf25b36163b3dcb1aa10fb8afa61c7d6ec0df936]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:47 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b21b9e19024351eb1ccd3f4a34e324af861a670f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:09 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [830c3a10b599c22ffd831a53a8dad2c00f60ca1e]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:32 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a2351459018544b0639f2363e32e9378fba6f18f]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:26:05 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a752aced5226479f179001b2fbf6241c5fb64eba]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:14 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [11c7bb35d9459cb3f193b64b04fdcbed6cd7f6fd]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:19 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3d3a3febf93ea233578a663184f0bcab3a22ce1d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:51 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [edd2ce244d10f738da07ae266ee23d5095f04c68]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:34 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [16f5ec692c9cce25da37b6567608e2ae8e03b507]

        INTEGRATION: CWS fwkpostbeta1 (1.2.86); FILE MERGED 2005/02/10 08:25:21 as 1.2.86.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [3ad7d152f71a2fe49bdeba1157f02829354acc2a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:59 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cf9f5924812efb883d7dff664b22542a50eb306d]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:51 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [871e07d088ec1f81952eeac28308bf7115d85b73]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:33 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [de6bd8c42e0dc4d5ddef63c8e01993d5a50abcb0]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:20 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [17624d42ba8ea783ec88175f43c8b5bd2a86407a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:57 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e4e0fbb9bbac2058f0c34c8e6da32a04dc52bd76]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:42 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [df89c4c33e5741954dcdc1d1fbd68bcba0519282]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:49 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bd5ecf597cb05204bf59e7baea065795649a6a3a]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:30 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [812b2b6ba81a50cf1f40a540a91fb33f70f879f3]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:07 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [d58f5e441833bcb055c7b6c05b5813449d6e9400]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:08 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [f9e29c1d75f369ff09ddeabce7cb1e3cf72964d5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:09 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [191d4a0071b48abaeb24042d4414af0f55746ef3]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:10 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fc2878a9af351c78bda4c4e95e8211a050667f54]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:26:03 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e9520286406e6aad8af40edb6c313c61beed56c3]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:16 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cc9ecadfb3f8672098dceeac9e2825ce91e46915]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:41 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [bb495700b6a98d6327e710bc3db0ec37b0259937]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:11 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ff5616aad220b29fa0a0f132e6445100a4d1e6f1]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:24 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ac69002df3a806fccef2a8066977784c2db6c7ee]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:24:19 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b495473dae54933c99f3d43bc54b58db00776bbe]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:34 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fbf30c770ac989ef8b7dbd41aaa394cfefda2ffa]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:26 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [86bcb0aa4596b69da991a85a3a04bf6cf54dd4cf]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:25:30 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [7e596e1a812fce117bcc7c2b1169f16f176d75ae]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:07 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [638b6c49472289a82a55c6d76695cb2404a96bb4]

        INTEGRATION: CWS fwkpostbeta1 (1.4.154); FILE MERGED 2005/02/10 08:26:04 as 1.4.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [ee3e260d42473e183fae26caafd02f58cd3232ee]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:11 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e5660b0e2214eb0fe41cfad3833a66dbc3895342]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:12 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [67f07ad385ae4042574125b985d577b16576d1bd]

        INTEGRATION: CWS fwkpostbeta1 (1.4.170); FILE MERGED 2005/02/10 08:25:00 as 1.4.170.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [af47f1d105ce51d10c90a73ba31e2009788f1341]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:06 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4018790b45395c82a1ba9b4b8a59966623101873]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:24:32 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [302be055a853fd37fd4b280f567edd2e1460050e]

        #i10000# deliver btstrp.lib instead of bootstrp.lib

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2456a259f759af24fa5e16d4dbd5c1cd9137a6e3]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:16 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [969bdcbaa6d3ea3609280bb80fe8f8ea1e2b63e9]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:33 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [549eb4879686df5e65e0d4fb940fa1cd93b71d09]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:28 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4dc725607a3efcb418ed2b43637a90269a081583]

        INTEGRATION: CWS fwkpostbeta1 (1.4.170); FILE MERGED 2005/02/10 08:24:40 as 1.4.170.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b2ad129a84537c73fe89ce84ab9a67073bd8e2db]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:05 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [fdb70939e26ccd17ea939d221b1d419da6913eee]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:12 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [133fe199f3d1ff89987a76a2db28b8da8d03443d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:24:45 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [64eee8e130fd0e4c49114e852e2862ba0a8ca88c]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:38 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [afc6594844ec70e80e11fd0943cff7dfc06be031]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:25:45 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [06be8ad78ceddf473704b513aabc40acc863ce00]

        INTEGRATION: CWS fwkpostbeta1 (1.4.170); FILE MERGED 2005/02/10 08:25:10 as 1.4.170.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0a9960ff292cc76c69dffb10032b1f3348602426]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:04 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [0c68cc47d00b149abb829203beb8ad49ae4e032b]

        INTEGRATION: CWS fwkpostbeta1 (1.5.154); FILE MERGED 2005/02/10 08:25:38 as 1.5.154.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [c89aa3840f3ff15c70a70d5abae589588793ad00]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:24:57 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [49df2b1c93208cca401a3ca28927df48f28a5d87]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:35 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a7e314869743dbab0fda4bd7b548ac437d9f4874]

        INTEGRATION: CWS fwkpostbeta1 (1.4.156); FILE MERGED 2005/02/10 08:24:29 as 1.4.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [cf06b3f08262cd426b6285a8d80bff8e88a1a07a]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:03 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [73b292cf3f2283745ac1c93cde28fd9988fdd32d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:24:28 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [99ec8c2df4f15f992e1a62c13beda882668570a6]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:25:26 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a0b2d7ebf332c86ded0b130d92d6968f669d43e5]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/28 06:23:39 as 1.1.2.2: #i41696# correct file encoding to UTF-8 2005/02/10 07:51:02 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [4ddcdbc666c343c6446682c6a25b6f0ba8554be6]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:25:44 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [e1abee6e0549eb3e2b5ac8e27d671263243bb6a8]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:02 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [b4ffc1c97c87f2cdc047297e34b09c91149cf89d]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:25:36 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2d62d0859a9b841f7b253d136d25a69bcc2353b8]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005/02/10 07:51:01 as 1.1.2.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [997910dee060daa8d871e0ad32efd2c97c7d8c18]

        INTEGRATION: CWS fwkpostbeta1 (1.6.104); FILE MERGED 2005/02/10 08:25:30 as 1.6.104.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [2a49daf07214e11e5767084ee9169dc14ef39b47]

        INTEGRATION: CWS fwkpostbeta1 (1.5.130); FILE MERGED 2005/02/10 08:24:43 as 1.5.130.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [6bfd70e6c7d0dacc4c4e157b9198a776cd3c4d85]

        INTEGRATION: CWS fwkpostbeta1 (1.4.58); FILE MERGED 2005/03/03 10:49:28 as 1.4.58.2: resolve merge conflicts 2005/02/10 08:24:26 as 1.4.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [19281aaa7858e8d7874542f74aaff7a6f3c53a97]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:39 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a26227280be179cc0a4ffdd4f9cb00d1066e9709]

        INTEGRATION: CWS fwkpostbeta1 (1.6.58); FILE MERGED 2005/02/10 08:24:50 as 1.6.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [eabe5be361b76e9fdbc662c2826daee71c584348]

        INTEGRATION: CWS fwkpostbeta1 (1.5.58); FILE MERGED 2005/02/10 08:25:36 as 1.5.58.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [28a4c07731ea11ef126afdb6bca5ccec636d4a25]

        INTEGRATION: CWS fwkpostbeta1 (1.5.156); FILE MERGED 2005/02/10 08:25:27 as 1.5.156.1: #i41696# seperate ui names from filter properties

2005-03-21  Kurt Zenker  <kz@openoffice.org>  [a6e08280240f44ca1ecf017797a6906001009988]

        INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED 2005